-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 18, 2026 at 12:26 AM
-- Server version: 11.4.10-MariaDB-cll-lve-log
-- PHP Version: 8.3.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `mrarqpph_genesiswa`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_cff_facebook_feed_locator`
--

CREATE TABLE `wp_393a933460_cff_facebook_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_cff_feeds`
--

CREATE TABLE `wp_393a933460_cff_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_cff_feed_caches`
--

CREATE TABLE `wp_393a933460_cff_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_cff_sources`
--

CREATE TABLE `wp_393a933460_cff_sources` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_commentmeta`
--

CREATE TABLE `wp_393a933460_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_comments`
--

CREATE TABLE `wp_393a933460_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_ctf_feeds`
--

CREATE TABLE `wp_393a933460_ctf_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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 DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_ctf_feeds_posts`
--

CREATE TABLE `wp_393a933460_ctf_feeds_posts` (
  `record_id` int(10) UNSIGNED NOT NULL,
  `id` int(10) UNSIGNED NOT NULL,
  `feed_id` varchar(1000) NOT NULL DEFAULT '',
  `type` varchar(1000) NOT NULL DEFAULT '',
  `term` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_ctf_feed_caches`
--

CREATE TABLE `wp_393a933460_ctf_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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 DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_ctf_feed_locator`
--

CREATE TABLE `wp_393a933460_ctf_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_ctf_posts`
--

CREATE TABLE `wp_393a933460_ctf_posts` (
  `id` int(10) UNSIGNED NOT NULL,
  `twitter_id` varchar(1000) NOT NULL DEFAULT '',
  `created_on` datetime DEFAULT NULL,
  `last_requested` date DEFAULT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_events`
--

CREATE TABLE `wp_393a933460_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_notes`
--

CREATE TABLE `wp_393a933460_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_notes_users_relations`
--

CREATE TABLE `wp_393a933460_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_submissions`
--

CREATE TABLE `wp_393a933460_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_e_submissions`
--

INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 'submission', 'eeaea0ed-ab6e-4313-b769-a2e775eabc84', 2, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-06 11:51:09', '2025-03-06 11:51:11', '2025-03-06 11:51:09', '2025-03-06 11:51:11'),
(2, 'submission', '855ce52e-88b6-4d88-bcf4-0bdc43877521', 5, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-07 10:50:55', '2025-03-07 10:50:57', '2025-03-07 10:50:55', '2025-03-07 10:50:57'),
(3, 'submission', '9c68f465-a259-4cb4-ba2a-4ef7bade34d1', 8, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-08 17:49:44', '2025-03-08 17:49:46', '2025-03-08 17:49:44', '2025-03-08 17:49:46'),
(4, 'submission', '46937cce-b3d7-470c-94b1-589b39d48c13', 11, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '91.242.197.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-10 14:59:42', '2025-03-10 14:59:44', '2025-03-10 14:59:42', '2025-03-10 14:59:44'),
(5, 'submission', 'fc801229-af47-4649-a4c1-4938e2c1b4e7', 14, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.207.160.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-11 18:33:36', '2025-03-11 18:33:38', '2025-03-11 18:33:36', '2025-03-11 18:33:38'),
(6, 'submission', '36e0a820-23a6-4b6a-b97f-cda7df3acfd0', 17, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.57.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-11 19:56:05', '2025-03-11 19:56:06', '2025-03-11 19:56:05', '2025-03-11 19:56:06'),
(7, 'submission', '3910fee4-8ca9-40ae-ae04-1b01b995d156', 20, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '103.47.171.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-12 09:41:49', '2025-03-12 09:41:51', '2025-03-12 09:41:49', '2025-03-12 09:41:51'),
(8, 'submission', '7eab5550-eebe-4cca-aa8a-e6a6f38853be', 23, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '83.147.252.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-12 14:17:19', '2025-03-12 14:17:20', '2025-03-12 14:17:19', '2025-03-12 14:17:20'),
(9, 'submission', 'bfc0c338-4135-410b-9b7e-fc683ff68233', 26, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.207.160.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-13 17:29:55', '2025-03-13 17:29:57', '2025-03-13 17:29:55', '2025-03-13 17:29:57'),
(10, 'submission', '4696e95e-a013-4038-90be-00f5a7872dd2', 29, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.7.214.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-15 14:06:18', '2025-03-15 14:06:20', '2025-03-15 14:06:18', '2025-03-15 14:06:20'),
(11, 'submission', '8295d245-e4ba-466c-92f8-74b4431b239b', 32, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '174.227.34.68', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D72 [FBAN/FBIOS;FBAV/503.0.0.56.104;FBBV/704769221;FBDV/iPhone15,4;FBMD/iPhone;FBSN/iOS;FBSV/18.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/708854960;IABMV/1]', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-16 05:40:41', '2025-03-16 05:40:42', '2025-03-16 05:40:41', '2025-03-16 05:40:42'),
(12, 'submission', '00fabda9-5e00-42ab-8698-9fc9b3fc51a4', 35, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-16 14:38:11', '2025-03-16 14:38:12', '2025-03-16 14:38:11', '2025-03-16 14:38:12'),
(13, 'submission', 'dd6fad4c-cfe4-44bf-9edd-341e6b2ce70a', 38, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '50.35.35.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-17 01:13:48', '2025-03-17 01:13:50', '2025-03-17 01:13:48', '2025-03-17 01:13:50'),
(14, 'submission', 'a7e4e2f4-2049-49ab-99b9-b3e033c65bfe', 41, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.61', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-18 08:16:12', '2025-03-18 08:16:14', '2025-03-18 08:16:12', '2025-03-18 08:16:14'),
(15, 'submission', 'a8a83b5e-ff57-4cfd-82fe-69d11b268c15', 44, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 02:09:25', '2025-03-19 02:09:27', '2025-03-19 02:09:25', '2025-03-19 02:09:27'),
(16, 'submission', 'c1aeee86-2fa9-4edc-a13e-c6951e934041', 47, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.98.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 03:28:48', '2025-03-19 03:28:50', '2025-03-19 03:28:48', '2025-03-19 03:28:50'),
(17, 'submission', '828a899d-849c-431f-85d5-1cef7489b365', 50, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:39:16', '2025-03-19 17:39:16', '2025-03-19 17:39:16', '2025-03-19 17:39:16'),
(18, 'submission', '16cda823-add1-4637-bd93-a35540261b1c', 53, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:39:23', '2025-03-19 17:39:23', '2025-03-19 17:39:23', '2025-03-19 17:39:23'),
(19, 'submission', 'b34bf34e-da19-4c8d-9e05-b61abef898af', 56, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:40:11', '2025-03-19 17:40:11', '2025-03-19 17:40:11', '2025-03-19 17:40:11'),
(20, 'submission', '6f1d4ce5-e904-4eed-8f1c-383e35f82f3a', 59, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:41:00', '2025-03-19 17:41:00', '2025-03-19 17:41:00', '2025-03-19 17:41:00'),
(21, 'submission', '4e95cbcb-7964-4769-8707-82368bba29ce', 62, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:41:13', '2025-03-19 17:41:13', '2025-03-19 17:41:13', '2025-03-19 17:41:13'),
(22, 'submission', '858e2acb-15e4-425e-ade2-2628b9c2f6bb', 65, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:42:06', '2025-03-19 17:42:06', '2025-03-19 17:42:06', '2025-03-19 17:42:06'),
(23, 'submission', '1857dc49-3045-4199-9d82-8b3983a48517', 68, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.193.56.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-19 17:42:39', '2025-03-19 17:42:39', '2025-03-19 17:42:39', '2025-03-19 17:42:39'),
(24, 'submission', '59380678-87dc-42c0-a92c-e764de0887e5', 71, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.57.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-20 06:12:52', '2025-03-20 06:12:54', '2025-03-20 06:12:52', '2025-03-20 06:12:54'),
(25, 'submission', '53fc3b7e-6307-426d-865b-53fac07f99f5', 74, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.10.165.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-21 11:00:19', '2025-03-21 11:00:21', '2025-03-21 11:00:19', '2025-03-21 11:00:21'),
(26, 'submission', '8441cfde-47d6-4702-84d6-bcf57e010496', 77, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-24 11:44:30', '2025-03-24 11:44:32', '2025-03-24 11:44:30', '2025-03-24 11:44:32'),
(27, 'submission', '899d849c-e31f-45d5-9cef-7489b365e835', 80, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-24 19:26:37', '2025-03-24 19:26:39', '2025-03-24 19:26:37', '2025-03-24 19:26:39'),
(28, 'submission', 'f88dabef-037c-439f-b227-e06367da9292', 83, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-24 23:11:08', '2025-03-24 23:11:10', '2025-03-24 23:11:08', '2025-03-24 23:11:10'),
(29, 'submission', '375c02c0-0192-4312-bfe5-823f907d923f', 86, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.56.107.234', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-28 01:45:14', '2025-03-28 01:45:19', '2025-03-28 01:45:14', '2025-03-28 01:45:19'),
(30, 'submission', '02c00192-d312-4fe5-823f-907d923fa21f', 89, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-03-28 14:59:38', '2025-03-28 14:59:39', '2025-03-28 14:59:38', '2025-03-28 14:59:39'),
(31, 'submission', '8f37c3ee-1927-422a-b490-f6ceefcf134c', 92, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-01 22:36:07', '2025-04-01 22:36:09', '2025-04-01 22:36:07', '2025-04-01 22:36:09'),
(32, 'submission', '6d943b78-f1bc-47c7-a3dd-71753f7d1ba8', 95, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-04 15:02:20', '2025-04-04 15:02:22', '2025-04-04 15:02:20', '2025-04-04 15:02:22'),
(33, 'submission', '1f500f10-eee6-490f-9481-89be1010cc58', 98, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.57.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-07 11:02:29', '2025-04-07 11:02:31', '2025-04-07 11:02:29', '2025-04-07 11:02:31'),
(34, 'submission', '0a784715-a23e-46c4-ad33-7117f3319b32', 101, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.57.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-08 04:56:20', '2025-04-08 04:56:22', '2025-04-08 04:56:20', '2025-04-08 04:56:22'),
(35, 'submission', '19a10ea3-1407-414d-8d2d-f4819043b2c5', 104, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-08 11:40:28', '2025-04-08 11:40:30', '2025-04-08 11:40:28', '2025-04-08 11:40:30'),
(36, 'submission', '0ea31407-314d-4d2d-b481-9043b2c5d5ee', 107, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.7.214.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-15 05:59:28', '2025-04-15 05:59:30', '2025-04-15 05:59:28', '2025-04-15 05:59:30'),
(37, 'submission', '8e1cbd52-b3da-4983-b92c-d1fb19e7ce71', 110, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.85.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-17 10:18:57', '2025-04-17 10:18:59', '2025-04-17 10:18:57', '2025-04-17 10:18:59'),
(38, 'submission', '168c6517-9742-4bbf-a035-e64d8f16ba0d', 113, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '223.185.33.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-21 09:31:18', '2025-04-21 09:31:20', '2025-04-21 09:31:18', '2025-04-21 09:31:20'),
(39, 'submission', '770ec33c-6072-40d6-b1ba-7011d1c6e276', 116, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-22 17:48:05', '2025-04-22 17:48:07', '2025-04-22 17:48:05', '2025-04-22 17:48:07'),
(40, 'submission', '76f5d1a2-40ea-4e5e-a1d1-41ac47c7c1de', 119, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.233.230.87', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-23 04:37:10', '2025-04-23 04:37:10', '2025-04-23 04:37:10', '2025-04-23 04:37:10'),
(41, 'submission', '2f67d306-e729-4247-8567-5f4cc21ff7c8', 122, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.147.125.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-24 01:28:09', '2025-04-24 01:28:12', '2025-04-24 01:28:09', '2025-04-24 01:28:12'),
(42, 'submission', 'f7a8fd8d-c526-419c-83ea-158ef6537d22', 125, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '89.117.146.223', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-24 22:37:06', '2025-04-24 22:37:07', '2025-04-24 22:37:06', '2025-04-24 22:37:07'),
(43, 'submission', '3b9e2f67-d306-4729-a247-85675f4cc21f', 128, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.255.57.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-25 06:36:53', '2025-04-25 06:36:54', '2025-04-25 06:36:53', '2025-04-25 06:36:54'),
(44, 'submission', '7e858d49-b760-4da1-bcc4-24bc67b3cff9', 131, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '64.49.36.209', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-28 03:43:07', '2025-04-28 03:43:07', '2025-04-28 03:43:07', '2025-04-28 03:43:07'),
(45, 'submission', 'b5017e85-8d49-4760-8da1-bcc424bc67b3', 134, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.131.195.14', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-29 05:21:08', '2025-04-29 05:21:09', '2025-04-29 05:21:08', '2025-04-29 05:21:09'),
(46, 'submission', 'b3629978-a88e-4da1-ac03-3776f9f38f6e', 137, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.176.23.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-04-30 02:23:42', '2025-04-30 02:23:43', '2025-04-30 02:23:42', '2025-04-30 02:23:43'),
(47, 'submission', '76076420-a63d-4bba-a378-7c50cbf3571e', 140, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.210.28.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-01 05:48:23', '2025-05-01 05:48:24', '2025-05-01 05:48:23', '2025-05-01 05:48:24'),
(48, 'submission', 'd203797f-dc9a-46d5-a459-13f155e4c407', 143, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.125.62.45', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-01 17:33:21', '2025-05-01 17:33:22', '2025-05-01 17:33:21', '2025-05-01 17:33:22'),
(49, 'submission', 'fa46f66a-7f70-4182-b817-441e3fb27ef6', 146, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.99.25.141', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-02 21:26:38', '2025-05-02 21:26:38', '2025-05-02 21:26:38', '2025-05-02 21:26:38'),
(50, 'submission', 'ddadfe04-55e3-424f-a6cf-68842dec362e', 149, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.98.33.117', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-03 08:15:48', '2025-05-03 08:15:49', '2025-05-03 08:15:48', '2025-05-03 08:15:49'),
(51, 'submission', '6b7104f6-b35d-4302-b4b8-29aaca1468dc', 152, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.61.157.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-05 19:26:08', '2025-05-05 19:26:09', '2025-05-05 19:26:08', '2025-05-05 19:26:09'),
(52, 'submission', '5f19bdb0-24ae-4c10-93ae-ad26ae648743', 155, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.255.80.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-07 17:11:32', '2025-05-07 17:11:33', '2025-05-07 17:11:32', '2025-05-07 17:11:33'),
(53, 'submission', '38a320f0-d0af-4e0f-b113-271c2297586c', 158, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '76.121.215.127', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-08 04:36:36', '2025-05-08 04:36:37', '2025-05-08 04:36:36', '2025-05-08 04:36:37'),
(54, 'submission', '4eebea78-0f09-4a93-b0de-7ab345900243', 161, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.130.145.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-08 05:35:02', '2025-05-08 05:35:04', '2025-05-08 05:35:02', '2025-05-08 05:35:04'),
(55, 'submission', 'a09c2aa0-27a3-4c25-80c2-02999bd6affa', 164, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '91.242.228.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-08 23:56:15', '2025-05-08 23:56:16', '2025-05-08 23:56:15', '2025-05-08 23:56:16'),
(56, 'submission', '2aa027a3-cc25-40c2-8299-9bd6affab855', 167, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '136.144.43.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-09 12:54:39', '2025-05-09 12:54:40', '2025-05-09 12:54:39', '2025-05-09 12:54:40'),
(57, 'submission', '398c5816-3a02-4603-be30-15489d797202', 170, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '24.18.42.39', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.98 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-13 13:50:09', '2025-05-13 13:50:11', '2025-05-13 13:50:09', '2025-05-13 13:50:11'),
(58, 'submission', '6e328624-06fe-4d21-b6b5-3fc167620641', 173, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '192.145.117.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-13 23:56:54', '2025-05-13 23:56:54', '2025-05-13 23:56:54', '2025-05-13 23:56:54'),
(59, 'submission', '7b051454-e041-45ca-bde6-09e28b773632', 176, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '31.43.185.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-16 20:06:42', '2025-05-16 20:06:43', '2025-05-16 20:06:42', '2025-05-16 20:06:43'),
(60, 'submission', '58163a02-d603-4e30-9548-9d79720207ab', 179, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.41.235.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-16 22:10:36', '2025-05-16 22:10:37', '2025-05-16 22:10:36', '2025-05-16 22:10:37'),
(61, 'submission', 'be638523-90ee-4e70-9a22-c83ff40a3c4b', 182, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '195.82.146.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-20 16:59:41', '2025-05-20 16:59:43', '2025-05-20 16:59:41', '2025-05-20 16:59:43'),
(62, 'submission', '000aeb69-550f-44ff-b624-5a693eaa4085', 185, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-24 08:51:29', '2025-05-24 08:51:30', '2025-05-24 08:51:29', '2025-05-24 08:51:30'),
(63, 'submission', 'd639000a-eb69-450f-a4ff-36245a693eaa', 188, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '50.35.77.166', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-24 18:13:26', '2025-05-24 18:13:27', '2025-05-24 18:13:26', '2025-05-24 18:13:27'),
(64, 'submission', '6587abf2-31eb-4b4e-ab4e-a526f412c76c', 191, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-27 19:40:24', '2025-05-27 19:40:24', '2025-05-27 19:40:24', '2025-05-27 19:40:24'),
(65, 'submission', '137ba00a-174d-4d72-9e2a-7c1a52d0a0ed', 194, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '76.146.89.251', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-28 02:31:15', '2025-05-28 02:31:15', '2025-05-28 02:31:15', '2025-05-28 02:31:15'),
(66, 'submission', '7f454592-9b0a-4081-8486-2e07b4e64771', 197, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '129.153.86.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-28 10:51:52', '2025-05-28 10:51:52', '2025-05-28 10:51:52', '2025-05-28 10:51:52'),
(67, 'submission', '4282542d-ac7b-466e-9d56-072d24f9326d', 200, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-29 08:17:53', '2025-05-29 08:17:55', '2025-05-29 08:17:53', '2025-05-29 08:17:55'),
(68, 'submission', '542dac7b-b66e-4d56-872d-24f9326d3e1b', 203, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '82.21.185.111', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-30 09:01:27', '2025-05-30 09:01:27', '2025-05-30 09:01:27', '2025-05-30 09:01:27'),
(69, 'submission', 'd37aa7da-193f-40c6-a6d0-a240cfd1aede', 206, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '195.82.146.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-31 00:01:00', '2025-05-31 00:01:02', '2025-05-31 00:01:00', '2025-05-31 00:01:02'),
(70, 'submission', 'beaab4f6-607b-4d9f-b4d4-38f6c1fc4ca9', 209, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-05-31 21:18:36', '2025-05-31 21:18:36', '2025-05-31 21:18:36', '2025-05-31 21:18:36'),
(71, 'submission', '4b85c99c-1681-4f24-8f5f-d9c14e34d36d', 212, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-03 20:12:02', '2025-06-03 20:12:03', '2025-06-03 20:12:02', '2025-06-03 20:12:03'),
(72, 'submission', 'dd406328-25e6-4f1f-ab1c-e8c20678a692', 215, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-03 23:43:55', '2025-06-03 23:43:56', '2025-06-03 23:43:55', '2025-06-03 23:43:56'),
(73, 'submission', '19392edd-1904-43d0-8e81-18b7c12cc2c8', 218, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-05 12:18:56', '2025-06-05 12:18:58', '2025-06-05 12:18:56', '2025-06-05 12:18:58'),
(74, 'submission', '7619f64b-b64f-457c-8621-252c71b67b33', 221, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '130.44.201.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-05 17:01:29', '2025-06-05 17:01:29', '2025-06-05 17:01:29', '2025-06-05 17:01:29'),
(75, 'submission', 'c6ceb066-1f1d-44e3-bc98-22c451246ec9', 224, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-06 00:59:32', '2025-06-06 00:59:36', '2025-06-06 00:59:32', '2025-06-06 00:59:36'),
(76, 'submission', 'ba811474-5356-448d-ab57-f66f3206fc24', 227, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-06 19:27:10', '2025-06-06 19:27:13', '2025-06-06 19:27:10', '2025-06-06 19:27:13'),
(77, 'submission', 'd7814e73-285e-4300-8094-025ec6c2d0ca', 230, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-07 00:04:55', '2025-06-07 00:04:56', '2025-06-07 00:04:55', '2025-06-07 00:04:56'),
(78, 'submission', 'f6617145-72a2-4ea6-b8f5-cef2c7907b8b', 233, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '31.43.185.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-09 02:07:48', '2025-06-09 02:07:49', '2025-06-09 02:07:48', '2025-06-09 02:07:49'),
(79, 'submission', '85e75a65-ded4-40a5-a508-ec117651aad9', 236, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-09 15:14:54', '2025-06-09 15:14:56', '2025-06-09 15:14:54', '2025-06-09 15:14:56'),
(80, 'submission', '39962957-4387-4b67-99ba-dca4135c3edc', 239, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '23.94.230.235', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-10 07:22:54', '2025-06-10 07:22:55', '2025-06-10 07:22:54', '2025-06-10 07:22:55'),
(81, 'submission', '3efa90f9-264d-4fcc-84e5-f1f8a31a9a5c', 242, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '195.82.146.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-10 09:56:47', '2025-06-10 09:56:48', '2025-06-10 09:56:47', '2025-06-10 09:56:48'),
(82, 'submission', '7fcd52e6-2a58-44eb-87d1-fbf6b49dcfda', 245, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.21', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-10 17:21:23', '2025-06-10 17:21:24', '2025-06-10 17:21:23', '2025-06-10 17:21:24'),
(83, 'submission', '234ac639-3f63-412c-b6a0-3ed3e518f060', 248, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-12 06:56:31', '2025-06-12 06:56:32', '2025-06-12 06:56:31', '2025-06-12 06:56:32'),
(84, 'submission', 'c6393f63-412c-46a0-bed3-e518f0606c81', 251, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '83.142.55.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-13 13:06:25', '2025-06-13 13:06:27', '2025-06-13 13:06:25', '2025-06-13 13:06:27'),
(85, 'submission', '60dfb840-8935-45fb-aac0-0ef02bc079b3', 254, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-13 15:11:51', '2025-06-13 15:11:52', '2025-06-13 15:11:51', '2025-06-13 15:11:52'),
(86, 'submission', 'b82b9730-fbb8-4eb7-a669-944569bf66b2', 257, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-15 04:37:07', '2025-06-15 04:37:09', '2025-06-15 04:37:07', '2025-06-15 04:37:09'),
(87, 'submission', '6a797317-ff78-4c47-9dc5-3d11a5336df3', 260, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-15 18:16:25', '2025-06-15 18:16:26', '2025-06-15 18:16:25', '2025-06-15 18:16:26'),
(88, 'submission', '820136bb-68ef-4f90-86d8-55154271bbd2', 263, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-15 18:43:27', '2025-06-15 18:43:28', '2025-06-15 18:43:27', '2025-06-15 18:43:28'),
(89, 'submission', 'f4c93794-bd6f-4fd0-b44d-8566f52b4caf', 266, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-16 04:44:11', '2025-06-16 04:44:12', '2025-06-16 04:44:11', '2025-06-16 04:44:12'),
(90, 'submission', '2cca69be-ae3f-4382-b364-ad0e1cde378c', 269, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '93.100.139.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-17 05:04:21', '2025-06-17 05:04:22', '2025-06-17 05:04:21', '2025-06-17 05:04:22'),
(91, 'submission', '5516018d-7354-45f9-ae0a-b1da4c89c153', 272, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-17 06:18:28', '2025-06-17 06:18:29', '2025-06-17 06:18:28', '2025-06-17 06:18:29'),
(92, 'submission', '4e2500a4-c55f-4f4c-9e35-946aa74dece3', 275, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '196.244.71.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-17 11:28:45', '2025-06-17 11:28:46', '2025-06-17 11:28:45', '2025-06-17 11:28:46'),
(93, 'submission', 'd671578b-9307-4540-85c8-58ba2d053685', 278, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-17 21:33:08', '2025-06-17 21:33:10', '2025-06-17 21:33:08', '2025-06-17 21:33:10'),
(94, 'submission', '578b9307-b540-45c8-98ba-2d053685c0eb', 281, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '130.44.203.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-18 01:49:05', '2025-06-18 01:49:07', '2025-06-18 01:49:05', '2025-06-18 01:49:07'),
(95, 'submission', '07c29e1a-629c-4a7c-8351-11e8a873aa7f', 284, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-18 18:07:15', '2025-06-18 18:07:17', '2025-06-18 18:07:15', '2025-06-18 18:07:17'),
(96, 'submission', '1533c735-b3a3-4cf3-abd0-59c9c1c075ac', 287, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.252.143.37', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-19 19:43:39', '2025-06-19 19:43:39', '2025-06-19 19:43:39', '2025-06-19 19:43:39'),
(97, 'submission', 'bd5eac25-3655-412d-b222-7ecdb7c4debc', 290, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-24 18:33:15', '2025-06-24 18:33:16', '2025-06-24 18:33:15', '2025-06-24 18:33:16'),
(98, 'submission', '501a74d2-f844-42cb-a0f3-9377cbe6cd87', 293, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.194.178.27', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-25 19:43:51', '2025-06-25 19:43:51', '2025-06-25 19:43:51', '2025-06-25 19:43:51'),
(99, 'submission', 'a2b8e64a-a396-401d-a722-7532badb5d2b', 296, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-26 00:11:19', '2025-06-26 00:11:20', '2025-06-26 00:11:19', '2025-06-26 00:11:20'),
(100, 'submission', '79fd7b57-06ec-464a-afc4-5f9045f890cb', 299, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '178.159.37.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-26 05:58:41', '2025-06-26 05:58:42', '2025-06-26 05:58:41', '2025-06-26 05:58:42'),
(101, 'submission', 'dede28b9-d368-424c-9934-c63c188ccb92', 302, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '76.121.5.136', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22F76 Instagram 386.0.0.20.82 (iPhone17,1; iOS 18_5; en_US; en; scale=3.00; 1206x2622; 751752074; IABMV/1)', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-26 18:59:53', '2025-06-26 18:59:54', '2025-06-26 18:59:53', '2025-06-26 18:59:54'),
(102, 'submission', 'c2f4dede-28b9-4368-a24c-9934c63c188c', 305, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '93.152.230.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-26 20:08:21', '2025-06-26 20:08:22', '2025-06-26 20:08:21', '2025-06-26 20:08:22'),
(103, 'submission', '38bad466-fc8d-4008-8386-c6200e9ea797', 308, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.66.41.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-27 08:25:26', '2025-06-27 08:25:27', '2025-06-27 08:25:26', '2025-06-27 08:25:27'),
(104, 'submission', 'c726b20b-ce46-4e14-bc1f-ef09682f3f67', 311, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.102.37.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-27 10:42:03', '2025-06-27 10:42:04', '2025-06-27 10:42:03', '2025-06-27 10:42:04'),
(105, 'submission', 'a43e03e8-b9ba-4319-93b9-17b68444cbe8', 314, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-28 19:04:32', '2025-06-28 19:04:34', '2025-06-28 19:04:32', '2025-06-28 19:04:34'),
(106, 'submission', '9cf79def-242a-42e5-9357-8111ade717dd', 317, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.89.240', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-06-30 22:58:32', '2025-06-30 22:58:33', '2025-06-30 22:58:32', '2025-06-30 22:58:33'),
(107, 'submission', '2b87f390-904d-4491-a565-51f25137776f', 320, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.146.62.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-01 22:55:19', '2025-07-01 22:55:19', '2025-07-01 22:55:19', '2025-07-01 22:55:19'),
(108, 'submission', 'd0353422-4ed6-4f94-a95f-6c158a412007', 323, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-02 09:46:49', '2025-07-02 09:46:49', '2025-07-02 09:46:49', '2025-07-02 09:46:49'),
(109, 'submission', 'e4c06df8-a5f7-4fa6-ab62-2739a2da469f', 326, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.248.87.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-02 14:49:02', '2025-07-02 14:49:03', '2025-07-02 14:49:02', '2025-07-02 14:49:03'),
(110, 'submission', '4ce08c5d-8b15-4bb1-9e2c-3e27fca75bbd', 329, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.132.187.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-03 17:24:22', '2025-07-03 17:24:24', '2025-07-03 17:24:22', '2025-07-03 17:24:24'),
(111, 'submission', 'f4744ce0-8c5d-4b15-bbb1-de2c3e27fca7', 332, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.233.91.78', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-03 20:03:18', '2025-07-03 20:03:18', '2025-07-03 20:03:18', '2025-07-03 20:03:18'),
(112, 'submission', '3965eaf9-7ec5-4981-ba40-da03c17829eb', 335, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.53.50.35', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22F76 Instagram 387.0.0.24.91 (iPhone15,2; iOS 18_5; en_US; en; scale=3.00; 1179x2556; 755087652; IABMV/1)', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-03 22:39:05', '2025-07-03 22:39:06', '2025-07-03 22:39:05', '2025-07-03 22:39:06'),
(113, 'submission', '9b215171-4214-4428-b3ef-34da42c0b7d4', 338, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '76.173.236.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-07 19:47:17', '2025-07-07 19:47:18', '2025-07-07 19:47:17', '2025-07-07 19:47:18'),
(114, 'submission', '2591ff79-29cb-4bb7-9934-5ce7923a4ae7', 341, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.81.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-07 22:05:00', '2025-07-07 22:05:02', '2025-07-07 22:05:00', '2025-07-07 22:05:02'),
(115, 'submission', 'af76523a-1ce2-4cd1-bd8c-e2d2fdd97bfa', 344, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-08 08:02:57', '2025-07-08 08:02:58', '2025-07-08 08:02:57', '2025-07-08 08:02:58'),
(116, 'submission', '558894c7-6c38-4979-9c97-2e1cd23cc8b5', 347, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '82.222.125.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-09 10:40:49', '2025-07-09 10:40:51', '2025-07-09 10:40:49', '2025-07-09 10:40:51'),
(117, 'submission', 'c16fa46f-befe-443d-8bdf-8168bf546c1a', 350, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.110.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-09 23:51:45', '2025-07-09 23:51:47', '2025-07-09 23:51:45', '2025-07-09 23:51:47'),
(118, 'submission', '81d22adc-4241-4be1-8c8a-949387490882', 353, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.242.39.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-10 19:28:42', '2025-07-10 19:28:42', '2025-07-10 19:28:42', '2025-07-10 19:28:42'),
(119, 'submission', 'a46fbefe-d43d-4bdf-8168-bf546c1ad62f', 356, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.253.169.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-11 14:11:21', '2025-07-11 14:11:21', '2025-07-11 14:11:21', '2025-07-11 14:11:21'),
(120, 'submission', 'cc405661-fe17-40fd-ab76-96ff1a6984b4', 359, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '89.19.57.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-16 03:23:34', '2025-07-16 03:23:38', '2025-07-16 03:23:34', '2025-07-16 03:23:38');
INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(121, 'submission', 'd587b910-786a-45f4-a7c7-734d918b4635', 362, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '223.140.208.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-18 03:24:35', '2025-07-18 03:24:36', '2025-07-18 03:24:35', '2025-07-18 03:24:36'),
(122, 'submission', '087cd8c6-0e3b-497b-9473-374b48a6e0a7', 365, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.61.222.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-18 06:59:26', '2025-07-18 06:59:26', '2025-07-18 06:59:26', '2025-07-18 06:59:26'),
(123, 'submission', '2bf0b0c1-484b-4fc4-ac54-3c6dfef5ba20', 368, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.242.38.24', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-18 15:22:21', '2025-07-18 15:22:23', '2025-07-18 15:22:21', '2025-07-18 15:22:23'),
(124, 'submission', '0a427e26-954f-454a-8a50-9beef714f2d7', 371, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-19 01:07:31', '2025-07-19 01:07:33', '2025-07-19 01:07:31', '2025-07-19 01:07:33'),
(125, 'submission', 'c5dddbf4-cc10-43d9-a541-966eab972b4c', 374, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-20 02:19:29', '2025-07-20 02:19:33', '2025-07-20 02:19:29', '2025-07-20 02:19:33'),
(126, 'submission', '020a2c0e-c5e3-473d-956e-11557846446c', 377, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.164.47', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-20 08:05:15', '2025-07-20 08:05:17', '2025-07-20 08:05:15', '2025-07-20 08:05:17'),
(127, 'submission', '53e80fcf-4512-4a04-8080-dad641431269', 380, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '31.59.20.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-20 10:58:20', '2025-07-20 10:58:20', '2025-07-20 10:58:20', '2025-07-20 10:58:20'),
(128, 'submission', '7e26954f-254a-4a50-9bee-f714f2d7af60', 383, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.162.78', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-21 17:12:45', '2025-07-21 17:12:46', '2025-07-21 17:12:45', '2025-07-21 17:12:46'),
(129, 'submission', 'fbfba52f-8873-45a8-be29-5d3d20d6e1c9', 386, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.242.32.22', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-21 20:22:18', '2025-07-21 20:22:19', '2025-07-21 20:22:18', '2025-07-21 20:22:19'),
(130, 'submission', '62d84e3e-d60d-439d-994d-e1460d3afedc', 389, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.124.73', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-25 10:46:29', '2025-07-25 10:46:31', '2025-07-25 10:46:29', '2025-07-25 10:46:31'),
(131, 'submission', '4e3ed60d-939d-494d-a146-0d3afedc38bd', 392, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.184.100', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-25 20:08:08', '2025-07-25 20:08:08', '2025-07-25 20:08:08', '2025-07-25 20:08:08'),
(132, 'submission', 'bd354ebc-d6c3-4b1b-9bdb-d511d8b2fb7c', 395, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '98.159.37.49', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-26 16:26:23', '2025-07-26 16:26:23', '2025-07-26 16:26:23', '2025-07-26 16:26:23'),
(133, 'submission', '4ed8dce2-b0b8-49fc-b002-da8f04d6b4e3', 398, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.248.86.205', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-29 01:31:03', '2025-07-29 01:31:03', '2025-07-29 01:31:03', '2025-07-29 01:31:03'),
(134, 'submission', '70bb0c1c-d8a2-4e04-83a0-f6e6c704cb87', 401, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.253.168.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-07-31 11:50:35', '2025-07-31 11:50:35', '2025-07-31 11:50:35', '2025-07-31 11:50:35'),
(135, 'submission', '0da2b791-5153-4189-82de-6ca4a08ad1f2', 404, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.24.212.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-01 16:22:35', '2025-08-01 16:22:35', '2025-08-01 16:22:35', '2025-08-01 16:22:35'),
(136, 'submission', 'b7915153-e189-42de-aca4-a08ad1f2f114', 407, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.171.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-01 20:58:26', '2025-08-01 20:58:26', '2025-08-01 20:58:26', '2025-08-01 20:58:26'),
(137, 'submission', '8e7f6202-ee2e-44fd-bb92-70fe9b9d0178', 410, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.171.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-02 17:47:38', '2025-08-02 17:47:38', '2025-08-02 17:47:38', '2025-08-02 17:47:38'),
(138, 'submission', '9076f13f-1d7b-45d0-8742-18b8651ef161', 413, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.171.187', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-03 10:25:23', '2025-08-03 10:25:23', '2025-08-03 10:25:23', '2025-08-03 10:25:23'),
(139, 'submission', '41f9fadf-ed97-400b-95a1-b734385bcd5e', 416, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.28.222.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-04 06:43:26', '2025-08-04 06:43:26', '2025-08-04 06:43:26', '2025-08-04 06:43:26'),
(140, 'submission', '7d377963-b795-4f07-a0e4-e564b42c735e', 419, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-04 20:23:59', '2025-08-04 20:24:01', '2025-08-04 20:23:59', '2025-08-04 20:24:01'),
(141, 'submission', 'a85d2890-3c99-48a9-847e-327cf762e37e', 422, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-05 22:50:51', '2025-08-05 22:50:52', '2025-08-05 22:50:51', '2025-08-05 22:50:52'),
(142, 'submission', '0def54d3-254c-43c5-8cd5-1f0922073903', 425, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.111.238', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-06 19:50:19', '2025-08-06 19:50:19', '2025-08-06 19:50:19', '2025-08-06 19:50:19'),
(143, 'submission', '0332688b-cfc2-48ce-b7e6-dfe939447b82', 428, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '51.83.6.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-07 05:04:18', '2025-08-07 05:04:19', '2025-08-07 05:04:18', '2025-08-07 05:04:19'),
(144, 'submission', '67b91893-8f13-4207-896c-99662d8d382b', 431, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.50.140.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-08 01:44:53', '2025-08-08 01:44:54', '2025-08-08 01:44:53', '2025-08-08 01:44:54'),
(145, 'submission', 'b06bfaa7-20c9-495e-ba45-1ea6562d6b66', 434, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '146.196.33.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-08 07:16:41', '2025-08-08 07:16:41', '2025-08-08 07:16:41', '2025-08-08 07:16:41'),
(146, 'submission', 'a894f63d-6622-4c0f-85c2-542648cb27ff', 437, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '51.83.8.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-09 03:51:43', '2025-08-09 03:51:45', '2025-08-09 03:51:43', '2025-08-09 03:51:45'),
(147, 'submission', 'b4c87993-61b6-4799-b49e-6bee35876da6', 440, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.105.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-10 09:11:21', '2025-08-10 09:11:21', '2025-08-10 09:11:21', '2025-08-10 09:11:21'),
(148, 'submission', 'e2140554-b5bc-4095-9d17-afc7b06403ce', 443, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.195.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-11 22:47:48', '2025-08-11 22:47:49', '2025-08-11 22:47:48', '2025-08-11 22:47:49'),
(149, 'submission', 'bbce76e7-a4ec-424a-8db8-f5ec3c50a4e3', 446, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.119.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-12 02:01:52', '2025-08-12 02:01:53', '2025-08-12 02:01:52', '2025-08-12 02:01:53'),
(150, 'submission', 'd7cc1490-6665-4d8e-a114-7c84ba42d1b0', 449, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-12 14:02:20', '2025-08-12 14:02:21', '2025-08-12 14:02:20', '2025-08-12 14:02:21'),
(151, 'submission', '2d5aabd8-4ad4-4dbc-8b2b-dc418005fb91', 452, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.233.89.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-12 18:36:46', '2025-08-12 18:36:47', '2025-08-12 18:36:46', '2025-08-12 18:36:47'),
(152, 'submission', 'cd08cf35-11f3-4f78-a6c2-d2599bcec571', 455, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.202.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-14 04:16:04', '2025-08-14 04:16:06', '2025-08-14 04:16:04', '2025-08-14 04:16:06'),
(153, 'submission', 'f471baa9-5b6f-4639-8145-44c03f17d89a', 458, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.202.76.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-15 08:24:43', '2025-08-15 08:24:44', '2025-08-15 08:24:43', '2025-08-15 08:24:44'),
(154, 'submission', '84a9a2ae-2bca-44ef-b0b6-bdf56ebc7d1d', 461, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '51.83.8.140', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-16 21:15:51', '2025-08-16 21:15:52', '2025-08-16 21:15:51', '2025-08-16 21:15:52'),
(155, 'submission', 'f6025ae6-9383-471c-b862-3cd1dda610ea', 464, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.166.127', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-16 21:24:33', '2025-08-16 21:24:34', '2025-08-16 21:24:33', '2025-08-16 21:24:34'),
(156, 'submission', 'a2ae2bca-74ef-40b6-bdf5-6ebc7d1d834e', 467, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '92.119.36.106', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-18 03:39:04', '2025-08-18 03:39:04', '2025-08-18 03:39:04', '2025-08-18 03:39:04'),
(157, 'submission', 'fbaf0d48-5133-4662-ad60-d4b5c97f858f', 470, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.249.60.174', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-18 22:20:58', '2025-08-18 22:20:59', '2025-08-18 22:20:58', '2025-08-18 22:20:59'),
(158, 'submission', 'd04230c4-dfc7-4de0-9b7b-76ff1ae27140', 473, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.50.231', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-20 13:25:38', '2025-08-20 13:25:40', '2025-08-20 13:25:38', '2025-08-20 13:25:40'),
(159, 'submission', 'f606ced7-2dde-4759-82e5-de042d9d6021', 476, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-21 10:04:31', '2025-08-21 10:04:32', '2025-08-21 10:04:31', '2025-08-21 10:04:32'),
(160, 'submission', 'a44cfaf5-a81c-4e8b-be4b-ff8180c27a77', 479, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.101.190', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-22 09:18:46', '2025-08-22 09:18:47', '2025-08-22 09:18:46', '2025-08-22 09:18:47'),
(161, 'submission', 'c696de46-f28d-4a57-9d07-5bbc9adab299', 482, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.94.33.32', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-22 22:06:53', '2025-08-22 22:06:53', '2025-08-22 22:06:53', '2025-08-22 22:06:53'),
(162, 'submission', '6d9efe50-b38c-442f-88a1-121e9e12d09d', 485, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.253.171.147', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-23 02:17:22', '2025-08-23 02:17:22', '2025-08-23 02:17:22', '2025-08-23 02:17:22'),
(163, 'submission', 'dbef75d6-ddec-4717-b306-a380071079f6', 488, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.174.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-25 03:09:55', '2025-08-25 03:09:56', '2025-08-25 03:09:55', '2025-08-25 03:09:56'),
(164, 'submission', '2bb4b210-2b68-49a3-ad90-ddc1c9d1818b', 491, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.78.187', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-26 04:22:03', '2025-08-26 04:22:03', '2025-08-26 04:22:03', '2025-08-26 04:22:03'),
(165, 'submission', 'faf5a81c-8e8b-4e4b-bf81-80c27a7772f2', 494, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.249.58.68', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-26 09:01:49', '2025-08-26 09:01:50', '2025-08-26 09:01:49', '2025-08-26 09:01:50'),
(166, 'submission', 'a2ee56d1-e177-4607-be5a-faee8cee192d', 497, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.255.81.99', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-27 19:36:04', '2025-08-27 19:36:05', '2025-08-27 19:36:04', '2025-08-27 19:36:05'),
(167, 'submission', '41ec6aaa-670a-45b5-8c58-26129aeabac3', 500, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.95.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-29 20:18:14', '2025-08-29 20:18:14', '2025-08-29 20:18:14', '2025-08-29 20:18:14'),
(168, 'submission', '8a629dd4-df02-4d59-9f0e-6b2f10739c11', 503, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.50.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-08-29 21:59:49', '2025-08-29 21:59:50', '2025-08-29 21:59:49', '2025-08-29 21:59:50'),
(169, 'submission', 'e72b8ae2-c3b6-403b-b948-bd73a4fc25be', 506, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.96.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-02 01:55:56', '2025-09-02 01:55:57', '2025-09-02 01:55:56', '2025-09-02 01:55:57'),
(170, 'submission', '6e88a271-10b5-43b3-81f6-63bd450305a7', 509, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '38.170.252.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-02 02:11:53', '2025-09-02 02:11:54', '2025-09-02 02:11:53', '2025-09-02 02:11:54'),
(171, 'submission', '35c0b4d7-b3d5-4f3c-ae9e-93f49e582792', 512, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.249.56.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-02 19:06:32', '2025-09-02 19:06:33', '2025-09-02 19:06:32', '2025-09-02 19:06:33'),
(172, 'submission', 'bf55ed56-58bd-4ce3-9371-a31724c7ca81', 515, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '113.166.95.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-03 16:02:18', '2025-09-03 16:02:18', '2025-09-03 16:02:18', '2025-09-03 16:02:18'),
(173, 'submission', '0f32b58c-a961-453d-aa82-ce60517c87bf', 518, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.184.95', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-05 03:25:41', '2025-09-05 03:25:42', '2025-09-05 03:25:41', '2025-09-05 03:25:42'),
(174, 'submission', '7887b059-acc1-4764-b971-08eb75bd9d96', 521, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.61.157.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-06 08:27:09', '2025-09-06 08:27:10', '2025-09-06 08:27:09', '2025-09-06 08:27:10'),
(175, 'submission', 'c04927dc-05ce-46b9-838a-8f776926b1d2', 524, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.233.86.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-07 23:50:30', '2025-09-07 23:50:31', '2025-09-07 23:50:30', '2025-09-07 23:50:31'),
(176, 'submission', 'a233d1d2-9fbd-4a37-b5da-dccc679c2d9a', 527, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.86.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-08 09:36:56', '2025-09-08 09:36:57', '2025-09-08 09:36:56', '2025-09-08 09:36:57'),
(177, 'submission', '8c899307-0540-40ec-ade9-5d0dc5e974cc', 530, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '23.105.6.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-09 19:51:33', '2025-09-09 19:51:34', '2025-09-09 19:51:33', '2025-09-09 19:51:34'),
(178, 'submission', '13d83df0-24d0-4366-8dc4-50169bade3cd', 533, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.103.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-09 20:30:00', '2025-09-09 20:30:01', '2025-09-09 20:30:00', '2025-09-09 20:30:01'),
(179, 'submission', '8e687ddf-2219-4739-829f-e7b96a46f158', 536, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.61.157.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-09 22:44:51', '2025-09-09 22:44:52', '2025-09-09 22:44:51', '2025-09-09 22:44:52'),
(180, 'submission', 'c64bc2cd-626e-469c-b66a-6da9f97f6e7d', 539, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.61.157.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-09 22:54:17', '2025-09-09 22:54:18', '2025-09-09 22:54:17', '2025-09-09 22:54:18'),
(181, 'submission', '6d4f11b3-4d9a-4d8d-9091-fe58f823c196', 542, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '72.196.220.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-10 08:15:51', '2025-09-10 08:15:52', '2025-09-10 08:15:51', '2025-09-10 08:15:52'),
(182, 'submission', '73ce0d77-7bb1-4149-9adb-d3b95674da0e', 545, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.117', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-10 10:52:46', '2025-09-10 10:52:48', '2025-09-10 10:52:46', '2025-09-10 10:52:48'),
(183, 'submission', 'a0218b9b-0820-421a-b9e8-4732b2b147c5', 548, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '89.251.0.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-11 05:13:50', '2025-09-11 05:13:51', '2025-09-11 05:13:50', '2025-09-11 05:13:51'),
(184, 'submission', '9fc151e8-d7c5-4f2a-85bf-e80fca8a2db8', 551, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '103.116.72.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-11 07:21:58', '2025-09-11 07:22:00', '2025-09-11 07:21:58', '2025-09-11 07:22:00'),
(185, 'submission', '5b880e02-edc3-4490-a148-d22eb7e376a5', 554, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.249.60.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-12 01:36:59', '2025-09-12 01:36:59', '2025-09-12 01:36:59', '2025-09-12 01:36:59'),
(186, 'submission', '34575882-6a8e-4215-aac6-1472cf665d6f', 557, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '78.29.53.57', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-12 10:40:56', '2025-09-12 10:40:56', '2025-09-12 10:40:56', '2025-09-12 10:40:56'),
(187, 'submission', 'fe842b8e-7722-4f2a-895c-e205e5d27d8c', 560, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '190.93.96.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-13 19:18:30', '2025-09-13 19:18:31', '2025-09-13 19:18:30', '2025-09-13 19:18:31'),
(188, 'submission', '1f794954-dcb7-4f8d-8fb3-e0079b15fea4', 563, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '190.93.96.9', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-15 17:30:53', '2025-09-15 17:30:53', '2025-09-15 17:30:53', '2025-09-15 17:30:53'),
(189, 'submission', 'b51c60bc-a7ac-4ed4-afcf-700daebfd09d', 566, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '190.93.96.22', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-17 05:39:28', '2025-09-17 05:39:29', '2025-09-17 05:39:28', '2025-09-17 05:39:29'),
(190, 'submission', 'aa9eaffc-0e8a-42ac-a4d0-01ba4e15917b', 569, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.32.122.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-17 06:36:47', '2025-09-17 06:36:47', '2025-09-17 06:36:47', '2025-09-17 06:36:47'),
(191, 'submission', 'a4da6a58-42f8-4e00-97aa-ffbbc7ad849e', 572, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '51.83.8.187', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-18 20:17:49', '2025-09-18 20:17:50', '2025-09-18 20:17:49', '2025-09-18 20:17:50'),
(192, 'submission', 'd994bc15-7081-407a-a774-1af272792396', 575, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '190.93.96.15', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-19 02:43:49', '2025-09-19 02:43:50', '2025-09-19 02:43:49', '2025-09-19 02:43:50'),
(193, 'submission', 'bc157081-e07a-4774-9af2-727923965940', 578, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '66.91.93.139', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-19 09:16:27', '2025-09-19 09:16:29', '2025-09-19 09:16:27', '2025-09-19 09:16:29'),
(194, 'submission', 'aa0538b6-231f-40b7-9339-841ed8addca9', 581, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-19 10:14:18', '2025-09-19 10:14:18', '2025-09-19 10:14:18', '2025-09-19 10:14:18'),
(195, 'submission', '4fef1c8e-916c-4717-a309-6f9f06cffb23', 584, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.202.77.123', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-19 19:29:53', '2025-09-19 19:29:54', '2025-09-19 19:29:53', '2025-09-19 19:29:54'),
(196, 'submission', '4e432486-6e13-443d-a010-b09a090ddef0', 587, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '191.101.157.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-21 04:18:05', '2025-09-21 04:18:05', '2025-09-21 04:18:05', '2025-09-21 04:18:05'),
(197, 'submission', '2427c987-24b5-4521-a006-760529a09e49', 590, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '180.194.157.61', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-22 09:57:00', '2025-09-22 09:57:02', '2025-09-22 09:57:00', '2025-09-22 09:57:02'),
(198, 'submission', 'b632bf5b-20d3-4862-bb00-abd05748a781', 593, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.242.32.170', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-23 01:58:43', '2025-09-23 01:58:43', '2025-09-23 01:58:43', '2025-09-23 01:58:43'),
(199, 'submission', 'bf5b20d3-a862-4b00-abd0-5748a781d423', 596, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.146.62.131', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-23 03:36:36', '2025-09-23 03:36:36', '2025-09-23 03:36:36', '2025-09-23 03:36:36'),
(200, 'submission', '26a9032e-ce5c-46cc-9b55-dffaade24a9f', 599, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.171.216', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-23 05:04:03', '2025-09-23 05:04:03', '2025-09-23 05:04:03', '2025-09-23 05:04:03'),
(201, 'submission', '92f9d554-da5d-4a46-a1c9-3696927060f7', 602, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.110.36', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-23 21:07:58', '2025-09-23 21:07:59', '2025-09-23 21:07:58', '2025-09-23 21:07:59'),
(202, 'submission', 'df0b08ad-0a29-41ca-8ea8-3624974a80cc', 605, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.56.109.103', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22G100 Instagram 398.1.0.39.81 (iPhone15,4; iOS 18_6_2; en_US; en; scale=3.00; 1179x2556; IABMV/1; 792780931)', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-24 01:00:43', '2025-09-24 01:00:44', '2025-09-24 01:00:43', '2025-09-24 01:00:44'),
(203, 'submission', '08ad0a29-e1ca-4ea8-b624-974a80cc59b0', 608, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.253.166.32', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-25 09:29:47', '2025-09-25 09:29:47', '2025-09-25 09:29:47', '2025-09-25 09:29:47'),
(204, 'submission', 'c47e4e88-2506-4907-aa3f-7e1bd85da220', 611, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '156.228.95.114', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-25 17:57:08', '2025-09-25 17:57:09', '2025-09-25 17:57:08', '2025-09-25 17:57:09'),
(205, 'submission', '884ca1e9-87ce-4280-b7a4-131ae740c62d', 614, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.243.245.6', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-25 22:16:41', '2025-09-25 22:16:42', '2025-09-25 22:16:41', '2025-09-25 22:16:42'),
(206, 'submission', '36f75d0a-e44d-446b-b6b9-aaf1715021a4', 617, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.102.37.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-27 00:39:20', '2025-09-27 00:39:21', '2025-09-27 00:39:20', '2025-09-27 00:39:21'),
(207, 'submission', '9c8fb9d1-1043-409a-b791-451c56de9f9c', 620, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.32.122.37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-30 02:12:04', '2025-09-30 02:12:04', '2025-09-30 02:12:04', '2025-09-30 02:12:04'),
(208, 'submission', 'faebeaf3-23ef-466d-bcd2-37afa885a001', 623, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-30 09:52:30', '2025-09-30 09:52:31', '2025-09-30 09:52:30', '2025-09-30 09:52:31'),
(209, 'submission', '5c86b6c5-47fb-4425-9355-e3c49fbf32b9', 626, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.160.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-09-30 15:13:01', '2025-09-30 15:13:03', '2025-09-30 15:13:01', '2025-09-30 15:13:03'),
(210, 'submission', 'a2b37a3c-0813-4e9f-a3d1-2d912548e1d2', 629, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '172.56.104.146', 'Mozilla/5.0 (Linux; Android 15; motorola razr plus 2024 Build/V2UX35.47-3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/141.0.7390.47 Mobile Safari/537.36 Instagram 400.0.0.49.68 Android (35/15; 420dpi; 1080x2640; motorola; motorola razr plus 2024; arcfox; qcom; en_US; 798762784; IABMV/1)', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-02 16:01:16', '2025-10-02 16:01:18', '2025-10-02 16:01:16', '2025-10-02 16:01:18'),
(211, 'submission', '3d87208f-8ab7-4895-b1c2-45fd49547bb4', 632, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '152.59.88.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-02 23:08:42', '2025-10-02 23:08:43', '2025-10-02 23:08:42', '2025-10-02 23:08:43'),
(212, 'submission', '47a80637-e115-490a-bd95-b8100304be28', 635, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '107.174.231.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-03 01:49:34', '2025-10-03 01:49:34', '2025-10-03 01:49:34', '2025-10-03 01:49:34'),
(213, 'submission', '4df8e63f-f91f-4254-8a08-4618b6aa9810', 638, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-03 03:09:44', '2025-10-03 03:09:45', '2025-10-03 03:09:44', '2025-10-03 03:09:45'),
(214, 'submission', '820b27cd-14c1-456e-a8d4-808fe80e3add', 641, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '78.29.53.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-03 08:34:15', '2025-10-03 08:34:15', '2025-10-03 08:34:15', '2025-10-03 08:34:15'),
(215, 'submission', '7bdb0a0e-567f-48be-9178-4252460bdea3', 644, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-04 03:33:08', '2025-10-04 03:33:09', '2025-10-04 03:33:08', '2025-10-04 03:33:09'),
(216, 'submission', '470e8c24-667b-4c19-b65c-39134258d7f8', 647, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '89.251.0.166', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-05 00:49:14', '2025-10-05 00:49:14', '2025-10-05 00:49:14', '2025-10-05 00:49:14'),
(217, 'submission', '3114c84a-1e49-4ec3-beef-b84451ee2e52', 650, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '106.219.157.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-06 09:45:03', '2025-10-06 09:45:05', '2025-10-06 09:45:03', '2025-10-06 09:45:05'),
(218, 'submission', 'bcb9aca7-11d4-4590-8ecc-3ca76a2b8eec', 653, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '106.219.157.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-06 09:51:11', '2025-10-06 09:51:12', '2025-10-06 09:51:11', '2025-10-06 09:51:12'),
(219, 'submission', '9159e4b8-44a0-4305-b242-89fb38abdc4f', 656, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '106.219.159.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-07 09:28:23', '2025-10-07 09:28:24', '2025-10-07 09:28:23', '2025-10-07 09:28:24'),
(220, 'submission', '576b1ca0-de9b-4a2a-901c-2ff2575908e5', 659, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '149.102.242.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-07 22:15:10', '2025-10-07 22:15:12', '2025-10-07 22:15:10', '2025-10-07 22:15:12'),
(221, 'submission', '3f17294f-bc30-40ff-9b4b-0ccf7067fb0c', 662, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-08 13:49:29', '2025-10-08 13:49:30', '2025-10-08 13:49:29', '2025-10-08 13:49:30'),
(222, 'submission', '0714e6f6-3548-4172-b442-2d510da442ba', 665, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '149.102.242.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-08 14:31:53', '2025-10-08 14:31:53', '2025-10-08 14:31:53', '2025-10-08 14:31:53'),
(223, 'submission', '196644c5-f52c-4941-ad8b-bcbeaeabe7b1', 668, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.47.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-09 16:17:38', '2025-10-09 16:17:40', '2025-10-09 16:17:38', '2025-10-09 16:17:40'),
(224, 'submission', '276cec4e-ad69-4e88-a7f5-e52904021769', 671, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-09 18:39:46', '2025-10-09 18:39:47', '2025-10-09 18:39:46', '2025-10-09 18:39:47'),
(225, 'submission', '5a0255bb-e1bf-4943-a8d9-1097daddf80e', 674, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.50.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-10 01:20:46', '2025-10-10 01:20:46', '2025-10-10 01:20:46', '2025-10-10 01:20:46'),
(226, 'submission', 'c7caef91-0e63-4e62-944f-a3cfd240cfcd', 677, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-10 19:34:25', '2025-10-10 19:34:26', '2025-10-10 19:34:25', '2025-10-10 19:34:26'),
(227, 'submission', '8cc6a766-aca3-4553-b038-572617bad678', 680, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-11 00:39:25', '2025-10-11 00:39:26', '2025-10-11 00:39:25', '2025-10-11 00:39:26'),
(228, 'submission', 'd25506b5-d280-4794-9de8-5caf6fb66043', 683, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '91.199.84.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-11 07:01:50', '2025-10-11 07:01:51', '2025-10-11 07:01:50', '2025-10-11 07:01:51'),
(229, 'submission', '8e2d2aff-5520-4870-a78e-cb7c78f5e0a6', 686, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '203.23.179.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-13 05:30:32', '2025-10-13 05:30:34', '2025-10-13 05:30:32', '2025-10-13 05:30:34'),
(230, 'submission', 'f8512672-fdbd-4b82-98b5-42a8218b6af8', 689, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-13 19:24:30', '2025-10-13 19:24:32', '2025-10-13 19:24:30', '2025-10-13 19:24:32'),
(231, 'submission', '73248e23-cb33-49b9-8a6e-00fbceeadd3b', 692, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '78.29.53.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-14 00:58:16', '2025-10-14 00:58:16', '2025-10-14 00:58:16', '2025-10-14 00:58:16'),
(232, 'submission', '1c3c55e5-f783-4cef-abb4-d856ec0a5446', 695, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '143.44.157.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-14 07:55:00', '2025-10-14 07:55:02', '2025-10-14 07:55:00', '2025-10-14 07:55:02'),
(233, 'submission', '58e09121-4773-4422-9744-05ef2e7b3b06', 698, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.36.224.212', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-15 03:21:07', '2025-10-15 03:21:07', '2025-10-15 03:21:07', '2025-10-15 03:21:07'),
(234, 'submission', '135f772c-40a2-4a25-ab70-faecfe108f5f', 701, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.36.224.108', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-16 10:34:21', '2025-10-16 10:34:23', '2025-10-16 10:34:21', '2025-10-16 10:34:23'),
(235, 'submission', '23a8a758-0514-499e-869d-f80df60ebc65', 704, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '190.123.210.101', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-16 16:14:52', '2025-10-16 16:14:52', '2025-10-16 16:14:52', '2025-10-16 16:14:52'),
(236, 'submission', '620b5fb5-eb6d-462a-848d-65279f51f493', 707, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.24.219.90', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-16 23:00:41', '2025-10-16 23:00:41', '2025-10-16 23:00:41', '2025-10-16 23:00:41'),
(237, 'submission', '26629f01-896f-4e2b-87ff-26e8af120ee0', 710, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-19 21:56:05', '2025-10-19 21:56:06', '2025-10-19 21:56:05', '2025-10-19 21:56:06'),
(238, 'submission', '46bc89d4-7ae2-4079-b468-87c793693d58', 713, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-19 22:18:18', '2025-10-19 22:18:19', '2025-10-19 22:18:18', '2025-10-19 22:18:19'),
(239, 'submission', 'f8045b9c-cd9d-47a0-baf5-0ff3e9c32d06', 716, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-20 02:20:59', '2025-10-20 02:21:00', '2025-10-20 02:20:59', '2025-10-20 02:21:00');
INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(240, 'submission', '5351b880-f5be-4ba0-8080-7fe9734e69e9', 719, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-21 08:09:03', '2025-10-21 08:09:04', '2025-10-21 08:09:03', '2025-10-21 08:09:04'),
(241, 'submission', '4cc97d51-f2e2-4aaf-aa6c-0b57e618b6a2', 722, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.202.82.117', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-22 03:23:44', '2025-10-22 03:23:45', '2025-10-22 03:23:44', '2025-10-22 03:23:45'),
(242, 'submission', '3d9ea122-0cd0-4e4f-92a0-071e10899ce0', 725, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-22 08:26:24', '2025-10-22 08:26:25', '2025-10-22 08:26:24', '2025-10-22 08:26:25'),
(243, 'submission', '60086284-b671-4a33-b37c-13baf63ef28d', 728, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-24 09:08:28', '2025-10-24 09:08:30', '2025-10-24 09:08:28', '2025-10-24 09:08:30'),
(244, 'submission', 'a940503f-4d3a-49c8-a76a-e00492294939', 731, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.83', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-24 21:11:46', '2025-10-24 21:11:47', '2025-10-24 21:11:46', '2025-10-24 21:11:47'),
(245, 'submission', 'df27b74f-9e13-47da-a4e4-9b4d55932e74', 734, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '103.156.60.116', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-25 11:26:45', '2025-10-25 11:26:47', '2025-10-25 11:26:45', '2025-10-25 11:26:47'),
(246, 'submission', 'dd937b69-3b9c-4212-bd3e-2b2f892b3a37', 737, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '207.244.231.193', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-25 16:27:09', '2025-10-25 16:27:10', '2025-10-25 16:27:09', '2025-10-25 16:27:10'),
(247, 'submission', '042fc889-6c6d-4f6f-8e30-03624981011d', 740, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.8.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-26 01:18:21', '2025-10-26 01:18:21', '2025-10-26 01:18:21', '2025-10-26 01:18:21'),
(248, 'submission', '0ccc3cde-8297-4e8e-b2d4-b095eebcde9c', 743, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-26 22:31:43', '2025-10-26 22:31:44', '2025-10-26 22:31:43', '2025-10-26 22:31:44'),
(249, 'submission', 'deed74cd-dc15-4f67-bb42-f2be0f45115c', 746, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-27 04:18:23', '2025-10-27 04:18:24', '2025-10-27 04:18:23', '2025-10-27 04:18:24'),
(250, 'submission', '13edaa4f-a529-40e4-b088-e96ab03e4324', 749, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '97.126.142.193', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-28 01:15:44', '2025-10-28 01:15:46', '2025-10-28 01:15:44', '2025-10-28 01:15:46'),
(251, 'submission', 'cd9d80e1-2f90-4c3f-a72c-6d15bd94fa3c', 752, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-28 06:01:11', '2025-10-28 06:01:12', '2025-10-28 06:01:11', '2025-10-28 06:01:12'),
(252, 'submission', 'b9a7a525-c64c-45f7-9b02-1d019f6c7b55', 755, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '203.23.179.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-28 21:57:31', '2025-10-28 21:57:33', '2025-10-28 21:57:31', '2025-10-28 21:57:33'),
(253, 'submission', 'd0f6f7cf-8d36-4836-bd73-6a093ec0c1b8', 758, 46, 'https://genesiswa.com/contact-us/', '', '5f56a4c', 'New Form', 0, 0, '50.46.251.184', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-29 04:24:58', '2025-10-29 04:24:59', '2025-10-29 04:24:58', '2025-10-29 04:24:59'),
(254, 'submission', 'eca045c2-8d84-4e6c-954c-d73b12b3c1aa', 761, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.136.27.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-29 12:38:07', '2025-10-29 12:38:08', '2025-10-29 12:38:07', '2025-10-29 12:38:08'),
(255, 'submission', '8d398e1c-2a5f-4f61-be7d-8f71d493b83c', 764, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-29 15:58:34', '2025-10-29 15:58:35', '2025-10-29 15:58:34', '2025-10-29 15:58:35'),
(256, 'submission', 'f2bb57bb-e01e-48c9-975a-22acc184a298', 767, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-30 11:10:04', '2025-10-30 11:10:07', '2025-10-30 11:10:04', '2025-10-30 11:10:07'),
(257, 'submission', 'c012d674-49fa-4416-a53a-5d5eeb5ea3d2', 770, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.142.247.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-10-31 06:53:06', '2025-10-31 06:53:07', '2025-10-31 06:53:06', '2025-10-31 06:53:07'),
(258, 'submission', 'e2fea98f-3de9-4ab9-a32a-e985f31d0059', 773, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-01 04:16:09', '2025-11-01 04:16:11', '2025-11-01 04:16:09', '2025-11-01 04:16:11'),
(259, 'submission', 'cd5783f8-82da-4712-8fa6-41b2d1c8f948', 776, 46, 'https://genesiswa.com/contact-us/', '', '5f56a4c', 'New Form', 0, 0, '65.111.1.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-01 20:26:35', '2025-11-01 20:26:37', '2025-11-01 20:26:35', '2025-11-01 20:26:37'),
(260, 'submission', '9f1cee0a-d3d6-4e85-9ede-0f51d17cf80f', 779, 46, 'https://genesiswa.com/contact-us/', '', '5f56a4c', 'New Form', 0, 0, '209.50.179.170', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-01 23:40:42', '2025-11-01 23:40:42', '2025-11-01 23:40:42', '2025-11-01 23:40:42'),
(261, 'submission', '9c53771d-3c15-49f0-a9f6-e04ce8ee71a6', 782, 46, '', '', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-02 01:06:56', '2025-11-02 01:06:57', '2025-11-02 01:06:56', '2025-11-02 01:06:57'),
(262, 'submission', '6bbbb9fd-e618-49a4-a2c1-f1e42719a19f', 785, 46, 'https://genesiswa.com/contact-us/', '', '5f56a4c', 'New Form', 0, 0, '209.50.163.156', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-02 06:37:24', '2025-11-02 06:37:25', '2025-11-02 06:37:24', '2025-11-02 06:37:25'),
(263, 'submission', '80e67d7c-4afe-4d93-bbd0-7156bff6c563', 788, 46, '', '', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-02 08:03:21', '2025-11-02 08:03:22', '2025-11-02 08:03:21', '2025-11-02 08:03:22'),
(264, 'submission', '30227575-7742-4004-ae77-68f42b3a760e', 791, 46, '', '', '5f56a4c', 'New Form', 0, 0, '149.34.252.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-02 18:21:26', '2025-11-02 18:21:27', '2025-11-02 18:21:26', '2025-11-02 18:21:27'),
(265, 'submission', '26398ea0-eba2-4049-a101-b968539a49af', 794, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.59.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-04 18:18:44', '2025-11-04 18:18:44', '2025-11-04 18:18:44', '2025-11-04 18:18:44'),
(266, 'submission', '96ab5fbd-5ef3-482a-948d-b60321c4d19b', 797, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '15.181.16.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-04 23:10:43', '2025-11-04 23:10:43', '2025-11-04 23:10:43', '2025-11-04 23:10:43'),
(267, 'submission', '711e9e24-2fbf-4d4e-853a-3554f6b19673', 800, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '39.35.168.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-05 17:24:53', '2025-11-05 17:24:54', '2025-11-05 17:24:53', '2025-11-05 17:24:54'),
(268, 'submission', '01a8aaf2-a915-48e7-8bc9-e373d24feea5', 803, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '106.219.153.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-06 09:52:04', '2025-11-06 09:52:06', '2025-11-06 09:52:04', '2025-11-06 09:52:06'),
(269, 'submission', '59b6cd3d-0660-4f40-8e39-df7097fc80a2', 806, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '178.20.212.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-07 03:10:58', '2025-11-07 03:10:58', '2025-11-07 03:10:58', '2025-11-07 03:10:58'),
(270, 'submission', '3a41a9ea-8bc5-400a-875c-bf3a2012c8b6', 809, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.127.8.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-07 11:08:01', '2025-11-07 11:08:02', '2025-11-07 11:08:01', '2025-11-07 11:08:02'),
(271, 'submission', '761000ed-8cda-44c0-ae2a-bc279859d1a3', 812, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '152.232.72.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 00:31:41', '2025-11-08 00:31:43', '2025-11-08 00:31:41', '2025-11-08 00:31:43'),
(272, 'submission', '7716a0da-5349-45fe-a23b-48ef3da8469c', 815, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.50.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 03:31:41', '2025-11-08 03:31:41', '2025-11-08 03:31:41', '2025-11-08 03:31:41'),
(273, 'submission', '4790b3e5-92a7-405c-ac0e-a5f683251ded', 818, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.5.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 06:04:27', '2025-11-08 06:04:28', '2025-11-08 06:04:27', '2025-11-08 06:04:28'),
(274, 'submission', 'ea736204-223a-414e-aafe-7de35ab095b9', 821, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.224.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 10:26:37', '2025-11-08 10:26:38', '2025-11-08 10:26:37', '2025-11-08 10:26:38'),
(275, 'submission', '7364b97e-efce-4731-8f2f-c599031275ca', 824, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.50.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 12:59:38', '2025-11-08 12:59:39', '2025-11-08 12:59:38', '2025-11-08 12:59:39'),
(276, 'submission', '2dbe4d5a-2683-4d79-9d32-00d7e761a4b2', 827, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.49.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 17:38:56', '2025-11-08 17:38:56', '2025-11-08 17:38:56', '2025-11-08 17:38:56'),
(277, 'submission', '7257db28-9e34-44da-b65e-c9abf7815219', 830, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.180.237.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 18:43:25', '2025-11-08 18:43:26', '2025-11-08 18:43:25', '2025-11-08 18:43:26'),
(278, 'submission', '509dc337-a6a4-4cef-8e7e-60d2c02992e2', 833, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '149.34.252.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 19:40:58', '2025-11-08 19:40:58', '2025-11-08 19:40:58', '2025-11-08 19:40:58'),
(279, 'submission', '82fdbde8-052c-4c11-a190-d25996c187da', 836, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.49.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-08 22:06:21', '2025-11-08 22:06:22', '2025-11-08 22:06:21', '2025-11-08 22:06:22'),
(280, 'submission', 'ef0691ba-0f00-4452-80a9-f2ee2afca752', 839, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '202.175.223.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-09 07:02:14', '2025-11-09 07:02:16', '2025-11-09 07:02:14', '2025-11-09 07:02:16'),
(281, 'submission', 'd2d7b23a-551d-4bdb-baf4-36f076f7ee25', 842, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.53.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-09 13:49:28', '2025-11-09 13:49:28', '2025-11-09 13:49:28', '2025-11-09 13:49:28'),
(282, 'submission', '9a4a6ae9-bbd4-4734-9c0c-f746920c983e', 845, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.1.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-09 18:26:55', '2025-11-09 18:26:56', '2025-11-09 18:26:55', '2025-11-09 18:26:56'),
(283, 'submission', '849487df-880e-4128-b9ac-232c9cdc4972', 848, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '35.86.78.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-09 19:05:04', '2025-11-09 19:05:06', '2025-11-09 19:05:04', '2025-11-09 19:05:06'),
(284, 'submission', 'a1317846-b6e2-4ec8-85ef-69014c7749fb', 851, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '93.177.119.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-10 02:25:20', '2025-11-10 02:25:21', '2025-11-10 02:25:20', '2025-11-10 02:25:21'),
(285, 'submission', 'ad43b63c-e584-44f2-b345-14f51420ca4c', 854, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.253.180.235', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 07:20:41', '2025-11-11 07:20:42', '2025-11-11 07:20:41', '2025-11-11 07:20:42'),
(286, 'submission', '825b5cd5-d448-4918-b063-fe96e4bc692c', 857, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '67.170.69.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.2 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 07:21:27', '2025-11-11 07:21:28', '2025-11-11 07:21:27', '2025-11-11 07:21:28'),
(287, 'submission', 'b4302577-019f-48a0-8c39-93b26d71360a', 860, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.27.244', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 08:21:50', '2025-11-11 08:21:51', '2025-11-11 08:21:50', '2025-11-11 08:21:51'),
(288, 'submission', 'f4ee185f-48f2-47ad-be18-5696f76e7701', 863, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 09:57:06', '2025-11-11 09:57:07', '2025-11-11 09:57:06', '2025-11-11 09:57:07'),
(289, 'submission', '666526d0-6e0a-4cfa-a192-13d289db5396', 866, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.55.232', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 13:26:00', '2025-11-11 13:26:00', '2025-11-11 13:26:00', '2025-11-11 13:26:00'),
(290, 'submission', '0eb4532e-70e6-46c3-9fcf-b4fd5249a1dc', 869, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 20:31:48', '2025-11-11 20:31:50', '2025-11-11 20:31:48', '2025-11-11 20:31:50'),
(291, 'submission', '1cd8d3bf-991d-4191-8e8f-09a9a0d30553', 872, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '195.210.112.11', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-11 23:32:07', '2025-11-11 23:32:08', '2025-11-11 23:32:07', '2025-11-11 23:32:08'),
(292, 'submission', '384b7ae0-9eef-4ddc-8ece-3b45e2b032ad', 875, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '203.23.179.50', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-12 01:25:34', '2025-11-12 01:25:34', '2025-11-12 01:25:34', '2025-11-12 01:25:34'),
(293, 'submission', '69f36d35-4cf4-4d27-a2f9-5e4e3a41eac2', 878, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '198.145.49.58', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-12 09:24:10', '2025-11-12 09:24:11', '2025-11-12 09:24:10', '2025-11-12 09:24:11'),
(294, 'submission', '37daf4b8-0ba6-4c61-a2aa-51aa9f21f3a2', 881, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.53.196', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-12 23:24:17', '2025-11-12 23:24:18', '2025-11-12 23:24:17', '2025-11-12 23:24:18'),
(295, 'submission', 'a67c434f-4626-4714-a1cc-8074da9b1fa3', 884, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-13 06:22:47', '2025-11-13 06:22:48', '2025-11-13 06:22:47', '2025-11-13 06:22:48'),
(296, 'submission', 'f342de69-c055-4d4d-9f76-9fc37d0d04ed', 887, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.125.247.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-13 15:57:53', '2025-11-13 15:57:54', '2025-11-13 15:57:53', '2025-11-13 15:57:54'),
(297, 'submission', '0256ee52-6309-4032-a75a-8332db75fe45', 890, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '163.116.251.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-13 16:21:36', '2025-11-13 16:21:37', '2025-11-13 16:21:36', '2025-11-13 16:21:37'),
(298, 'submission', '94fb7648-9768-4994-baba-6c93d099d2d2', 893, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-13 23:13:06', '2025-11-13 23:13:06', '2025-11-13 23:13:06', '2025-11-13 23:13:06'),
(299, 'submission', '92c5bd04-98a7-4fd4-bdc4-1e909c94fe8c', 896, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '39.35.139.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-14 17:15:26', '2025-11-14 17:15:28', '2025-11-14 17:15:26', '2025-11-14 17:15:28'),
(300, 'submission', '6f3fcbda-a184-4314-b28a-8829cac137a3', 899, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '149.34.252.54', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-14 20:18:14', '2025-11-14 20:18:14', '2025-11-14 20:18:14', '2025-11-14 20:18:14'),
(301, 'submission', 'a848f7f3-8087-4c5d-8555-003991c35f79', 902, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '207.244.231.193', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-16 10:11:03', '2025-11-16 10:11:04', '2025-11-16 10:11:03', '2025-11-16 10:11:04'),
(302, 'submission', '79b2568c-fd27-4e71-a67a-f2230c0b2c00', 905, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '181.214.206.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-16 12:06:27', '2025-11-16 12:06:28', '2025-11-16 12:06:27', '2025-11-16 12:06:28'),
(303, 'submission', '8d2d2b77-ecdb-4ec5-acd2-d4797fba36ce', 908, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '78.29.44.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-16 18:03:59', '2025-11-16 18:03:59', '2025-11-16 18:03:59', '2025-11-16 18:03:59'),
(304, 'submission', '7046b223-b655-4425-a442-d35b3ed4ed88', 911, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '78.29.44.164', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-17 07:09:03', '2025-11-17 07:09:03', '2025-11-17 07:09:03', '2025-11-17 07:09:03'),
(305, 'submission', 'fe6495c1-ff17-42f7-a847-825b2e262798', 914, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '31.134.4.243', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-17 07:29:14', '2025-11-17 07:29:15', '2025-11-17 07:29:14', '2025-11-17 07:29:15'),
(306, 'submission', 'f5001053-c38e-48fc-8953-5f93493fd9ab', 917, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-17 12:45:57', '2025-11-17 12:45:58', '2025-11-17 12:45:57', '2025-11-17 12:45:58'),
(307, 'submission', 'ee30fdfa-9a45-4a5a-89aa-dc8c7515b5bf', 920, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-17 20:47:11', '2025-11-17 20:47:12', '2025-11-17 20:47:11', '2025-11-17 20:47:12'),
(308, 'submission', 'd2235dc9-d14d-400d-a607-d66d3d48cf5e', 923, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.54.36', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-18 01:29:13', '2025-11-18 01:29:14', '2025-11-18 01:29:13', '2025-11-18 01:29:14'),
(309, 'submission', 'dd7c4b1e-018e-4d93-ac30-7eae4ac835d6', 926, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '93.100.128.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-18 03:52:10', '2025-11-18 03:52:11', '2025-11-18 03:52:10', '2025-11-18 03:52:11'),
(310, 'submission', '17bd47a8-7c56-44ca-88e6-6b02e2b7c18d', 929, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '161.178.1.204', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-18 18:41:56', '2025-11-18 18:41:58', '2025-11-18 18:41:56', '2025-11-18 18:41:58'),
(311, 'submission', 'a5670da7-7be4-4382-ba95-0783cc903c5f', 932, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '82.147.84.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-19 18:58:16', '2025-11-19 18:58:16', '2025-11-19 18:58:16', '2025-11-19 18:58:16'),
(312, 'submission', '472bd335-0bf5-46cd-a5fe-3a8a6f7d702e', 935, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '5.254.26.35', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-20 01:17:08', '2025-11-20 01:17:08', '2025-11-20 01:17:08', '2025-11-20 01:17:08'),
(313, 'submission', '5dba3161-4ada-4795-ac46-b355710c2d2d', 938, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-20 11:13:06', '2025-11-20 11:13:08', '2025-11-20 11:13:06', '2025-11-20 11:13:08'),
(314, 'submission', '51fcffd6-1ab1-435f-aa97-7d24809edbd4', 941, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.169.154', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-21 16:46:29', '2025-11-21 16:46:31', '2025-11-21 16:46:29', '2025-11-21 16:46:31'),
(315, 'submission', 'bec3bf0c-d3dd-4c1b-a84c-4572459a0821', 944, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '66.235.14.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-21 23:45:18', '2025-11-21 23:45:19', '2025-11-21 23:45:18', '2025-11-21 23:45:19'),
(316, 'submission', '87dbee17-84bf-4503-98e5-7150e3b19a49', 947, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '152.232.65.171', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-22 13:14:09', '2025-11-22 13:14:11', '2025-11-22 13:14:09', '2025-11-22 13:14:11'),
(317, 'submission', '9cf7d0e4-e19e-4ede-96a6-196d097b1c8e', 950, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '18.89.140.144', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-23 18:13:38', '2025-11-23 18:13:39', '2025-11-23 18:13:38', '2025-11-23 18:13:39'),
(318, 'submission', 'e748a8d6-e38c-4bb9-bc68-e85797d882ac', 953, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '149.34.252.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-23 18:47:15', '2025-11-23 18:47:15', '2025-11-23 18:47:15', '2025-11-23 18:47:15'),
(319, 'submission', '6f01a0b8-0362-415a-818a-4bfd91f1404e', 956, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-23 22:57:47', '2025-11-23 22:57:48', '2025-11-23 22:57:47', '2025-11-23 22:57:48'),
(320, 'submission', '81e22c5a-517a-4f65-ba5f-7c9246c03ff5', 959, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '15.204.97.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-24 09:31:06', '2025-11-24 09:31:06', '2025-11-24 09:31:06', '2025-11-24 09:31:06'),
(321, 'submission', '31c89f83-6dd2-4eaf-b4b0-9c8851196165', 962, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '62.169.135.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-24 21:48:17', '2025-11-24 21:48:19', '2025-11-24 21:48:17', '2025-11-24 21:48:19'),
(322, 'submission', 'ae6408f9-2981-4b68-82b9-ac10909cf63f', 965, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.231.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-24 22:34:17', '2025-11-24 22:34:17', '2025-11-24 22:34:17', '2025-11-24 22:34:17'),
(323, 'submission', 'e55790a4-eb9e-42e3-9ff0-d46bdfe2bccd', 968, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '196.196.53.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-25 11:26:14', '2025-11-25 11:26:14', '2025-11-25 11:26:14', '2025-11-25 11:26:14'),
(324, 'submission', '6d384468-1795-42db-be55-ce84605ff336', 971, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '142.111.42.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-25 15:37:32', '2025-11-25 15:37:33', '2025-11-25 15:37:32', '2025-11-25 15:37:33'),
(325, 'submission', '0d571bb5-af03-47cc-8d58-4419d42819a2', 974, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-26 02:16:56', '2025-11-26 02:16:58', '2025-11-26 02:16:56', '2025-11-26 02:16:58'),
(326, 'submission', '161e608b-4574-417a-b9c8-01797c305d86', 977, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.32.122.56', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-26 17:45:11', '2025-11-26 17:45:13', '2025-11-26 17:45:11', '2025-11-26 17:45:13'),
(327, 'submission', '8d215d45-d64e-4824-90ca-0a6081988300', 980, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-27 01:40:44', '2025-11-27 01:40:45', '2025-11-27 01:40:44', '2025-11-27 01:40:45'),
(328, 'submission', 'd517b721-45c7-4a25-b1d7-3461259cef11', 983, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '5.254.112.112', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-27 11:46:43', '2025-11-27 11:46:45', '2025-11-27 11:46:43', '2025-11-27 11:46:45'),
(329, 'submission', 'fd5f0fc2-4425-4075-a6c7-2c1a07e71da7', 986, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-27 13:17:45', '2025-11-27 13:17:46', '2025-11-27 13:17:45', '2025-11-27 13:17:46'),
(330, 'submission', 'dce178df-8eff-4c73-9f67-e74ae060351d', 989, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '161.178.3.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-27 19:38:31', '2025-11-27 19:38:33', '2025-11-27 19:38:31', '2025-11-27 19:38:33'),
(331, 'submission', '2d87b4fb-d8b1-40e2-84bf-95eccc99ea93', 992, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '166.0.105.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-28 14:42:58', '2025-11-28 14:43:00', '2025-11-28 14:42:58', '2025-11-28 14:43:00'),
(332, 'submission', 'e7f10e1a-65e0-4f70-a72e-d7e9570a4102', 995, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-28 15:17:02', '2025-11-28 15:17:03', '2025-11-28 15:17:02', '2025-11-28 15:17:03'),
(333, 'submission', '7b68e050-67b0-44d5-8b86-bf0af4f0a1cd', 998, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-29 11:56:35', '2025-11-29 11:56:37', '2025-11-29 11:56:35', '2025-11-29 11:56:37'),
(334, 'submission', '2c6c455a-93ea-4728-912c-79c85dfd802a', 1001, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.46.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-29 13:08:52', '2025-11-29 13:08:54', '2025-11-29 13:08:52', '2025-11-29 13:08:54'),
(335, 'submission', 'e991c33b-bf38-4992-b4c3-b2bc6704e3b2', 1004, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-29 13:20:33', '2025-11-29 13:20:35', '2025-11-29 13:20:33', '2025-11-29 13:20:35'),
(336, 'submission', '475e5c81-880c-4f7d-b823-b059556eaff2', 1007, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '138.199.19.75', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-29 14:40:36', '2025-11-29 14:40:38', '2025-11-29 14:40:36', '2025-11-29 14:40:38'),
(337, 'submission', 'cd028b8e-ab8e-4647-8df8-c1f1eb497547', 1010, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.32.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-29 21:55:09', '2025-11-29 21:55:11', '2025-11-29 21:55:09', '2025-11-29 21:55:11'),
(338, 'submission', '07f8b2f6-c480-4d5c-a8a7-229e3fd6c517', 1013, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.172.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-30 02:59:21', '2025-11-30 02:59:22', '2025-11-30 02:59:21', '2025-11-30 02:59:22'),
(339, 'submission', '7d4c1555-5e9c-45e7-ab26-6fdc09915106', 1016, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '171.78.177.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-11-30 17:00:00', '2025-11-30 17:00:02', '2025-11-30 17:00:00', '2025-11-30 17:00:02'),
(340, 'submission', 'eaf1ff4b-0843-4e48-a827-9fbe6ac9bc76', 1019, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '193.31.102.108', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 00:52:29', '2025-12-01 00:52:29', '2025-12-01 00:52:29', '2025-12-01 00:52:29'),
(341, 'submission', '5a7cec6f-20f4-45e4-a042-1adc53528b36', 1022, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.173.215', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 01:00:10', '2025-12-01 01:00:11', '2025-12-01 01:00:10', '2025-12-01 01:00:11'),
(342, 'submission', '0ab0034c-712b-4b4e-9df4-0ba47e8b4a39', 1025, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.102.57.23', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 17:10:26', '2025-12-01 17:10:26', '2025-12-01 17:10:26', '2025-12-01 17:10:26'),
(343, 'submission', '2439c853-6d84-43e6-90ff-ad07dabf75f3', 1028, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.253.246', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 17:22:05', '2025-12-01 17:22:07', '2025-12-01 17:22:05', '2025-12-01 17:22:07'),
(344, 'submission', 'bd1d5759-b395-45d6-b54e-bace2b6b22fb', 1031, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '146.70.62.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 17:43:31', '2025-12-01 17:43:32', '2025-12-01 17:43:31', '2025-12-01 17:43:32'),
(345, 'submission', '8e484aea-e8c2-4ef2-a710-17f77115cf73', 1034, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.67.213.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-01 23:48:30', '2025-12-01 23:48:30', '2025-12-01 23:48:30', '2025-12-01 23:48:30'),
(346, 'submission', '82b1bdd3-ce47-4eb8-820f-4b4b92224399', 1037, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-02 03:54:56', '2025-12-02 03:54:58', '2025-12-02 03:54:56', '2025-12-02 03:54:58'),
(347, 'submission', '52053b67-83cc-4c6c-86fa-b0331a048a26', 1040, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-02 12:44:18', '2025-12-02 12:44:19', '2025-12-02 12:44:18', '2025-12-02 12:44:19'),
(348, 'submission', 'e5c7964f-d95a-4408-8b7e-4bacf6a6a2a3', 1043, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '13.57.243.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-03 18:27:53', '2025-12-03 18:27:55', '2025-12-03 18:27:53', '2025-12-03 18:27:55'),
(349, 'submission', '40b3218f-02c2-41aa-b155-5ae9079a82d8', 1046, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '165.231.182.120', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-03 19:28:57', '2025-12-03 19:28:57', '2025-12-03 19:28:57', '2025-12-03 19:28:57'),
(350, 'submission', '1090a9ac-01e0-40a2-8c08-ab4da4ca2b43', 1049, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.163.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 04:10:47', '2025-12-04 04:10:47', '2025-12-04 04:10:47', '2025-12-04 04:10:47'),
(351, 'submission', '22dbc77c-343e-4c21-8cc7-7545482d776d', 1052, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '196.196.53.139', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 11:04:49', '2025-12-04 11:04:49', '2025-12-04 11:04:49', '2025-12-04 11:04:49'),
(352, 'submission', 'eb97a6e6-632d-492b-b13c-1c37b2dae39b', 1055, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '181.214.206.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 11:46:39', '2025-12-04 11:46:41', '2025-12-04 11:46:39', '2025-12-04 11:46:41'),
(353, 'submission', '44addd02-1882-4199-8ef0-46f0e63e73ad', 1058, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 11:54:58', '2025-12-04 11:54:59', '2025-12-04 11:54:58', '2025-12-04 11:54:59'),
(354, 'submission', '12460840-cd4f-4913-8afa-c7b26bbba3e1', 1061, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '50.46.233.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 17:06:54', '2025-12-04 17:06:55', '2025-12-04 17:06:54', '2025-12-04 17:06:55'),
(355, 'submission', 'c2eeed85-ca37-4ee5-b9e0-9983b4f0d705', 1064, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '77.83.27.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-04 22:38:35', '2025-12-04 22:38:37', '2025-12-04 22:38:35', '2025-12-04 22:38:37'),
(356, 'submission', '71bad0b3-4848-4994-82b9-1dd68cb079f3', 1067, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.25.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-05 00:22:35', '2025-12-05 00:22:36', '2025-12-05 00:22:35', '2025-12-05 00:22:36'),
(357, 'submission', 'da1addf4-2ca5-4fd2-9307-ca41b5635b08', 1070, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.40.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-05 06:52:55', '2025-12-05 06:52:56', '2025-12-05 06:52:55', '2025-12-05 06:52:56'),
(358, 'submission', '488c961a-5973-4d62-be9b-2a3088bfb6b4', 1073, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-05 14:59:25', '2025-12-05 14:59:27', '2025-12-05 14:59:25', '2025-12-05 14:59:27'),
(359, 'submission', 'da448860-92a7-4636-bdc7-ee070d118394', 1076, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.165.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-05 15:07:08', '2025-12-05 15:07:09', '2025-12-05 15:07:08', '2025-12-05 15:07:09'),
(360, 'submission', 'e18170ed-bbc2-46d9-aa68-746a6bf5f63b', 1079, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.162.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-05 22:30:29', '2025-12-05 22:30:31', '2025-12-05 22:30:29', '2025-12-05 22:30:31'),
(361, 'submission', 'edef5def-621e-4e87-8371-2abb1a3390af', 1082, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.171.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-06 01:50:26', '2025-12-06 01:50:28', '2025-12-06 01:50:26', '2025-12-06 01:50:28'),
(362, 'submission', '20057b16-0bab-49ad-b9ca-e2d3770ad3af', 1085, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '203.23.179.41', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-06 09:50:28', '2025-12-06 09:50:30', '2025-12-06 09:50:28', '2025-12-06 09:50:30');
INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(363, 'submission', '2d823264-469e-4944-bb72-93adcb9b084e', 1088, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.67.213.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-06 17:06:20', '2025-12-06 17:06:20', '2025-12-06 17:06:20', '2025-12-06 17:06:20'),
(364, 'submission', '726a3406-5b3c-4765-839d-12b5516b15b0', 1091, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.228.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-07 09:05:47', '2025-12-07 09:05:47', '2025-12-07 09:05:47', '2025-12-07 09:05:47'),
(365, 'submission', '097c0fcc-166d-4a04-a69f-d70315f970de', 1094, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.21.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-07 14:47:47', '2025-12-07 14:47:49', '2025-12-07 14:47:47', '2025-12-07 14:47:49'),
(366, 'submission', 'b7f6f88e-6f13-4878-a587-5921c00df72d', 1097, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-08 09:38:49', '2025-12-08 09:38:52', '2025-12-08 09:38:49', '2025-12-08 09:38:52'),
(367, 'submission', 'a208895b-ed0d-4dc8-a1e0-c6438edabbe7', 1100, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '66.180.131.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 02:40:50', '2025-12-09 02:40:50', '2025-12-09 02:40:50', '2025-12-09 02:40:50'),
(368, 'submission', 'b9521d96-a4bb-488d-b437-792935e841c9', 1103, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.228.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 11:18:59', '2025-12-09 11:19:00', '2025-12-09 11:18:59', '2025-12-09 11:19:00'),
(369, 'submission', '5db0d402-27ae-4ac2-9b8b-7a020efe0212', 1106, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.231.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 18:26:10', '2025-12-09 18:26:10', '2025-12-09 18:26:10', '2025-12-09 18:26:10'),
(370, 'submission', '02624100-8a25-4381-b36b-ed4569583235', 1109, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.172.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 18:45:19', '2025-12-09 18:45:20', '2025-12-09 18:45:19', '2025-12-09 18:45:20'),
(371, 'submission', '54865edc-c1e1-4a9c-9ecb-ecfbe6ee4e79', 1112, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.47.150', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 22:10:57', '2025-12-09 22:10:57', '2025-12-09 22:10:57', '2025-12-09 22:10:57'),
(372, 'submission', '05ffd8d6-1579-404a-b077-e3081c79cd06', 1115, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.47.225', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 23:17:25', '2025-12-09 23:17:25', '2025-12-09 23:17:25', '2025-12-09 23:17:25'),
(373, 'submission', '1062c1e3-d04d-4663-a0e7-e8991ae6fa33', 1118, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.89.70.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-09 23:58:04', '2025-12-09 23:58:06', '2025-12-09 23:58:04', '2025-12-09 23:58:06'),
(374, 'submission', '18a17333-5926-4fb4-987a-e4b9f610cfcf', 1121, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.3.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-10 00:13:46', '2025-12-10 00:13:47', '2025-12-10 00:13:46', '2025-12-10 00:13:47'),
(375, 'submission', '303277cb-7794-4a26-a103-2db2429cc2d1', 1124, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '5.254.23.76', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-10 02:34:29', '2025-12-10 02:34:29', '2025-12-10 02:34:29', '2025-12-10 02:34:29'),
(376, 'submission', '42294a1d-4bf3-46e4-b09f-57ad8dbfbe43', 1127, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.67.218.52', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-10 12:43:58', '2025-12-10 12:43:58', '2025-12-10 12:43:58', '2025-12-10 12:43:58'),
(377, 'submission', '5559f7fc-ba1a-4342-a896-2bc9005ed458', 1130, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.170.177', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-10 19:10:57', '2025-12-10 19:10:57', '2025-12-10 19:10:57', '2025-12-10 19:10:57'),
(378, 'submission', 'fbb09aeb-831f-48a0-828d-54be440071fd', 1133, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.236.171', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-12 12:25:42', '2025-12-12 12:25:42', '2025-12-12 12:25:42', '2025-12-12 12:25:42'),
(379, 'submission', '1993c0ad-2598-425d-a881-4add39196026', 1136, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.221.210.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-12 19:36:22', '2025-12-12 19:36:23', '2025-12-12 19:36:22', '2025-12-12 19:36:23'),
(380, 'submission', '29f82f8f-ee04-44bc-a055-87fbeada4edb', 1139, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.192.133.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-12 20:05:45', '2025-12-12 20:05:47', '2025-12-12 20:05:45', '2025-12-12 20:05:47'),
(381, 'submission', '954399e2-99ac-4ce4-8b54-55e605dfab0f', 1142, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.5.157', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-13 08:22:40', '2025-12-13 08:22:40', '2025-12-13 08:22:40', '2025-12-13 08:22:40'),
(382, 'submission', 'ebbc6c35-b314-4e39-ae9d-50f5788a8742', 1145, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-13 09:41:04', '2025-12-13 09:41:04', '2025-12-13 09:41:04', '2025-12-13 09:41:04'),
(383, 'submission', '51af0a28-b9ee-4d3e-8812-82c0dfc32c0e', 1148, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '16.56.20.61', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-13 16:16:57', '2025-12-13 16:16:59', '2025-12-13 16:16:57', '2025-12-13 16:16:59'),
(384, 'submission', '55b45317-7c9f-4318-87e3-045aee187977', 1151, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-14 05:27:25', '2025-12-14 05:27:27', '2025-12-14 05:27:25', '2025-12-14 05:27:27'),
(385, 'submission', 'ff182d5f-c858-4645-826a-d6755a6b1a3f', 1154, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '174.229.44.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-14 06:34:49', '2025-12-14 06:34:50', '2025-12-14 06:34:49', '2025-12-14 06:34:50'),
(386, 'submission', '2658de4c-277f-48a4-87f7-db6584d60b20', 1157, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.67.214.219', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-14 11:59:28', '2025-12-14 11:59:28', '2025-12-14 11:59:28', '2025-12-14 11:59:28'),
(387, 'submission', '527582b6-d61c-4447-b69e-3348ea816ef5', 1160, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.162.222', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-14 18:13:27', '2025-12-14 18:13:27', '2025-12-14 18:13:27', '2025-12-14 18:13:27'),
(388, 'submission', 'e8548a50-d901-4d64-a047-a3eade35dad2', 1163, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.176.99', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-14 20:32:15', '2025-12-14 20:32:15', '2025-12-14 20:32:15', '2025-12-14 20:32:15'),
(389, 'submission', 'ef8caba4-fb8f-409d-8200-e3d7598ec860', 1166, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.36.229', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-15 09:58:52', '2025-12-15 09:58:52', '2025-12-15 09:58:52', '2025-12-15 09:58:52'),
(390, 'submission', '7634c917-6a25-4061-8d5b-9689e43e4776', 1169, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-15 22:02:02', '2025-12-15 22:02:04', '2025-12-15 22:02:02', '2025-12-15 22:02:04'),
(391, 'submission', '1e87b932-106d-42a7-a4cc-b22d56e95fba', 1172, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '109.123.90.59', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-16 14:14:34', '2025-12-16 14:14:34', '2025-12-16 14:14:34', '2025-12-16 14:14:34'),
(392, 'submission', 'e309006b-1466-48e1-ae88-ded1fa7eaaf0', 1175, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '102.165.54.94', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-16 15:54:14', '2025-12-16 15:54:14', '2025-12-16 15:54:14', '2025-12-16 15:54:14'),
(393, 'submission', '854ffffc-b45a-45af-86d8-4ccd74add7f1', 1178, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '23.234.89.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-16 18:21:04', '2025-12-16 18:21:05', '2025-12-16 18:21:04', '2025-12-16 18:21:05'),
(394, 'submission', '2994b130-0223-428a-a795-85c22f0ea2b5', 1181, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.167.25.82', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-16 22:26:21', '2025-12-16 22:26:22', '2025-12-16 22:26:21', '2025-12-16 22:26:22'),
(395, 'submission', 'e65a41df-9cdd-4300-838b-016b094fd215', 1184, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.190.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-17 00:09:17', '2025-12-17 00:09:19', '2025-12-17 00:09:17', '2025-12-17 00:09:19'),
(396, 'submission', '7779a266-407e-4afc-9487-f59e845d11d8', 1187, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.50.100', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-17 18:47:50', '2025-12-17 18:47:52', '2025-12-17 18:47:50', '2025-12-17 18:47:52'),
(397, 'submission', 'fe29cfb6-691c-4d0e-8b1a-40fe1d8661fa', 1190, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-17 22:10:55', '2025-12-17 22:10:56', '2025-12-17 22:10:55', '2025-12-17 22:10:56'),
(398, 'submission', '9b2284a5-7fb6-48ed-b306-bcfc77d35870', 1193, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.246.153', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-18 15:24:08', '2025-12-18 15:24:10', '2025-12-18 15:24:08', '2025-12-18 15:24:10'),
(399, 'submission', '3dce103f-cbb9-40f8-91ca-c4a200dc0a9a', 1196, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.187.165', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-18 22:23:59', '2025-12-18 22:23:59', '2025-12-18 22:23:59', '2025-12-18 22:23:59'),
(400, 'submission', 'ab0407e9-7c6e-4ab1-9701-c264e590811b', 1199, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.10.73', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-18 23:03:52', '2025-12-18 23:03:53', '2025-12-18 23:03:52', '2025-12-18 23:03:53'),
(401, 'submission', '1f29ec04-1179-43c1-881c-c239e12e85a0', 1202, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-19 06:11:28', '2025-12-19 06:11:30', '2025-12-19 06:11:28', '2025-12-19 06:11:30'),
(402, 'submission', 'ea88c552-ba69-4852-917a-02a8aa195419', 1205, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '146.75.136.237', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-19 16:48:23', '2025-12-19 16:48:25', '2025-12-19 16:48:23', '2025-12-19 16:48:25'),
(403, 'submission', 'a3ef780c-ab4e-4572-ac4b-ae3c62a9bd69', 1208, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.148.233.252', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-19 18:59:12', '2025-12-19 18:59:12', '2025-12-19 18:59:12', '2025-12-19 18:59:12'),
(404, 'submission', '09e8a5f9-b7bf-4c2a-95b6-254bc6c5eaf9', 1211, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-19 23:44:23', '2025-12-19 23:44:25', '2025-12-19 23:44:23', '2025-12-19 23:44:25'),
(405, 'submission', 'fd72e88c-a245-4130-b8f0-a66090b19f32', 1214, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.5.194', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-20 08:16:14', '2025-12-20 08:16:14', '2025-12-20 08:16:14', '2025-12-20 08:16:14'),
(406, 'submission', '8eb012cc-329a-492b-ac90-38d48a1c674b', 1217, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '194.67.213.172', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-20 16:47:24', '2025-12-20 16:47:24', '2025-12-20 16:47:24', '2025-12-20 16:47:24'),
(407, 'submission', '826333a3-4f40-43c8-b3e4-e95f6c9708bb', 1220, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.12', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-20 20:44:58', '2025-12-20 20:44:58', '2025-12-20 20:44:58', '2025-12-20 20:44:58'),
(408, 'submission', '31ac301e-7f41-47d2-a7cd-d7a48ead31d0', 1223, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.11.61.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-21 04:04:27', '2025-12-21 04:04:29', '2025-12-21 04:04:27', '2025-12-21 04:04:29'),
(409, 'submission', '35964338-3dbd-48c6-86ca-ef894f53f699', 1226, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-21 23:12:42', '2025-12-21 23:12:44', '2025-12-21 23:12:42', '2025-12-21 23:12:44'),
(410, 'submission', '2471d73a-b95c-48e5-8010-d68e9d4cb1ac', 1229, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '119.98.99.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-22 09:07:45', '2025-12-22 09:07:46', '2025-12-22 09:07:45', '2025-12-22 09:07:46'),
(411, 'submission', '0d83022c-a6f5-4a6c-bbae-8b5f5f5021ee', 1232, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.181.91', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-22 17:44:07', '2025-12-22 17:44:07', '2025-12-22 17:44:07', '2025-12-22 17:44:07'),
(412, 'submission', '82d8c4fd-1829-41d5-ae0d-be1c3697efee', 1235, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '15.220.4.185', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-23 01:04:43', '2025-12-23 01:04:44', '2025-12-23 01:04:43', '2025-12-23 01:04:44'),
(413, 'submission', 'b26f3422-6e62-4295-8445-481b7b41ca19', 1238, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.62.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-23 03:15:13', '2025-12-23 03:15:13', '2025-12-23 03:15:13', '2025-12-23 03:15:13'),
(414, 'submission', 'd8b3d261-4019-4e8e-80d6-0c4ae9c5d2e4', 1241, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.175.239', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-23 13:11:29', '2025-12-23 13:11:29', '2025-12-23 13:11:29', '2025-12-23 13:11:29'),
(415, 'submission', 'e4e8fbc7-4703-4250-9af3-59fe7382fc08', 1244, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '146.70.181.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-24 00:11:17', '2025-12-24 00:11:18', '2025-12-24 00:11:17', '2025-12-24 00:11:18'),
(416, 'submission', '5ecbab08-ab13-4c21-8a8c-dfba1af02558', 1247, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.6', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-24 02:58:59', '2025-12-24 02:59:00', '2025-12-24 02:58:59', '2025-12-24 02:59:00'),
(417, 'submission', '19936636-d380-49b1-95b6-efe43385fdd8', 1250, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-24 17:55:23', '2025-12-24 17:55:25', '2025-12-24 17:55:23', '2025-12-24 17:55:25'),
(418, 'submission', 'f754918f-bf9d-4fc3-810f-0a41272029ea', 1253, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-25 08:03:15', '2025-12-25 08:03:17', '2025-12-25 08:03:15', '2025-12-25 08:03:17'),
(419, 'submission', '0e541c15-ecce-498d-8016-6c1d84dee48c', 1256, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.249.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-26 12:04:36', '2025-12-26 12:04:36', '2025-12-26 12:04:36', '2025-12-26 12:04:36'),
(420, 'submission', '2a4a300d-69d0-449f-8bf8-311a9c19d0f3', 1259, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '139.59.24.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-26 21:29:10', '2025-12-26 21:29:11', '2025-12-26 21:29:10', '2025-12-26 21:29:11'),
(421, 'submission', '69346238-8307-4304-9c04-ecfa66b41003', 1262, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.43.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-26 22:21:45', '2025-12-26 22:21:45', '2025-12-26 22:21:45', '2025-12-26 22:21:45'),
(422, 'submission', 'af90469e-56e1-495e-a162-abbea4650179', 1265, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.39.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-26 23:18:19', '2025-12-26 23:18:20', '2025-12-26 23:18:19', '2025-12-26 23:18:20'),
(423, 'submission', 'dc0d2330-4f6e-489d-b01b-b0c4670d0341', 1268, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '54.241.62.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-27 04:25:57', '2025-12-27 04:25:58', '2025-12-27 04:25:57', '2025-12-27 04:25:58'),
(424, 'submission', 'ba18f214-1e82-4d24-a4a9-3806a4ef20e5', 1271, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.11', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-27 13:00:41', '2025-12-27 13:00:41', '2025-12-27 13:00:41', '2025-12-27 13:00:41'),
(425, 'submission', '547ec7f2-d687-457a-8def-ff67873391c0', 1274, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.55.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-29 04:03:04', '2025-12-29 04:03:04', '2025-12-29 04:03:04', '2025-12-29 04:03:04'),
(426, 'submission', '46646496-93d1-43ef-83b5-af0d47c17a79', 1277, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.11.61.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-29 11:59:17', '2025-12-29 11:59:18', '2025-12-29 11:59:17', '2025-12-29 11:59:18'),
(427, 'submission', 'f8fe6d5c-9166-4d12-a168-77aac008e709', 1280, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '34.209.100.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-29 14:57:30', '2025-12-29 14:57:31', '2025-12-29 14:57:30', '2025-12-29 14:57:31'),
(428, 'submission', '59ede64e-181a-46fc-a05c-a6b4d4440b03', 1283, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '154.213.160.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-29 19:43:38', '2025-12-29 19:43:38', '2025-12-29 19:43:38', '2025-12-29 19:43:38'),
(429, 'submission', 'ea8d948e-4e4d-475f-ae87-a862c22a86df', 1286, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-30 03:15:38', '2025-12-30 03:15:39', '2025-12-30 03:15:38', '2025-12-30 03:15:39'),
(430, 'submission', 'afe2ca8e-a469-40fd-8080-472d61e2f2d1', 1289, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.13', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-30 19:04:43', '2025-12-30 19:04:43', '2025-12-30 19:04:43', '2025-12-30 19:04:43'),
(431, 'submission', 'fa93faf2-8cb8-48e2-a5e4-9c73eb08c21f', 1292, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '147.45.120.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2025-12-31 08:18:50', '2025-12-31 08:18:52', '2025-12-31 08:18:50', '2025-12-31 08:18:52'),
(432, 'submission', '02454471-e554-4fb1-9332-15b6ef87202b', 1295, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.229.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-01 03:45:48', '2026-01-01 03:45:50', '2026-01-01 03:45:48', '2026-01-01 03:45:50'),
(433, 'submission', '442fc9fd-ed9d-4860-b52a-a3f732d9837f', 1298, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-01 08:59:35', '2026-01-01 08:59:36', '2026-01-01 08:59:35', '2026-01-01 08:59:36'),
(434, 'submission', 'e8a3d055-d718-4ddd-a9ed-9820d44f25b9', 1301, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '88.218.64.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-01 18:17:31', '2026-01-01 18:17:32', '2026-01-01 18:17:31', '2026-01-01 18:17:32'),
(435, 'submission', '0a17e7a7-1ef0-4456-ad9c-fc5465ed9be5', 1304, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-02 13:30:27', '2026-01-02 13:30:28', '2026-01-02 13:30:27', '2026-01-02 13:30:28'),
(436, 'submission', '953ba9b2-88f5-4ba2-8fc0-fe25d0c48762', 1307, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.207.47.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-02 19:30:38', '2026-01-02 19:30:38', '2026-01-02 19:30:38', '2026-01-02 19:30:38'),
(437, 'submission', 'f8d6d2a5-4e36-4347-aac1-3d4f39b3a86e', 1310, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.245.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-03 13:38:46', '2026-01-03 13:38:46', '2026-01-03 13:38:46', '2026-01-03 13:38:46'),
(438, 'submission', 'e04d4cee-77a1-4faf-b16e-26dbf35327fb', 1313, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.39.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-03 15:25:42', '2026-01-03 15:25:42', '2026-01-03 15:25:42', '2026-01-03 15:25:42'),
(439, 'submission', '35980ef4-8721-4188-a899-f8a002814f70', 1316, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.3.49.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-03 17:38:52', '2026-01-03 17:38:52', '2026-01-03 17:38:52', '2026-01-03 17:38:52'),
(440, 'submission', '1e3d5dd2-1e0e-488e-a541-43f298b6b7cc', 1319, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '65.111.29.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-03 19:22:11', '2026-01-03 19:22:11', '2026-01-03 19:22:11', '2026-01-03 19:22:11'),
(441, 'submission', 'c3870557-cec2-4ef5-bbb3-910e9c33699f', 1322, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.190.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-04 00:03:34', '2026-01-04 00:03:34', '2026-01-04 00:03:34', '2026-01-04 00:03:34'),
(442, 'submission', '89332e42-3140-4fde-a592-e210b5180605', 1325, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '216.26.245.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-04 03:19:19', '2026-01-04 03:19:19', '2026-01-04 03:19:19', '2026-01-04 03:19:19'),
(443, 'submission', '1216d862-02f6-47ab-b7d3-f39918d1559b', 1328, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '209.50.183.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-04 04:24:32', '2026-01-04 04:24:32', '2026-01-04 04:24:32', '2026-01-04 04:24:32'),
(444, 'submission', '5b950531-5572-40fb-ad1e-191621f5d199', 1331, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '109.123.90.43', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-04 05:54:50', '2026-01-04 05:54:51', '2026-01-04 05:54:50', '2026-01-04 05:54:51'),
(445, 'submission', 'd5d2e6a2-4b43-48ef-8b8b-5d9afa82ec76', 1334, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '103.193.197.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-05 09:47:08', '2026-01-05 09:47:10', '2026-01-05 09:47:08', '2026-01-05 09:47:10'),
(446, 'submission', 'a2fb70bc-00b8-4fa3-9ac7-b3d033ba3e8f', 1337, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '54.241.62.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-06 22:50:54', '2026-01-06 22:50:54', '2026-01-06 22:50:54', '2026-01-06 22:50:54'),
(447, 'submission', 'c75582e5-96e8-4727-a6a8-c56ee7fdc807', 1340, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-07 13:47:13', '2026-01-07 13:47:15', '2026-01-07 13:47:13', '2026-01-07 13:47:15'),
(448, 'submission', '260b2db3-f2a5-4d3f-8959-9d0824e27d10', 1343, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.3.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-09 08:52:08', '2026-01-09 08:52:10', '2026-01-09 08:52:08', '2026-01-09 08:52:10'),
(449, 'submission', '525194f5-964d-4469-881a-8a6ea7aefb9e', 1346, 46, 'https://genesiswa.com/contact-us/?utm_source=ig&utm_medium=social&utm_content=link_in_bio&fbclid=PAdGRleAPOAu9leHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAaffXyk8tYrnRGjrkiA9ti7blo1-R-7p0JwtZWq87TwW2DkpxTsPRTvlOcZAKg_aem_pBp1AXCt-YCNHwYzBMB0jg', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.28.49.0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-09 15:50:23', '2026-01-09 15:50:25', '2026-01-09 15:50:23', '2026-01-09 15:50:25'),
(450, 'submission', 'cc0aaf1d-6012-4b8c-b216-67254b614977', 1349, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '104.28.49.0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-09 21:36:42', '2026-01-09 21:36:45', '2026-01-09 21:36:42', '2026-01-09 21:36:45'),
(451, 'submission', '3801cd60-5931-4da8-95ab-99da9efea1a8', 1352, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '89.19.34.21', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-10 08:36:19', '2026-01-10 08:36:21', '2026-01-10 08:36:19', '2026-01-10 08:36:21'),
(452, 'submission', '5470c665-865f-4733-a70f-4a2a7dfc82a8', 1355, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-10 22:59:37', '2026-01-10 22:59:39', '2026-01-10 22:59:37', '2026-01-10 22:59:39'),
(453, 'submission', '1593bc13-3089-4bcb-a7c9-2694cb0c4f38', 1358, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.34', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-11 03:08:51', '2026-01-11 03:08:51', '2026-01-11 03:08:51', '2026-01-11 03:08:51'),
(454, 'submission', 'a8bce5b7-5319-42a1-b330-2b8414ac6e43', 1361, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '61.245.28.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-11 08:44:07', '2026-01-11 08:44:08', '2026-01-11 08:44:07', '2026-01-11 08:44:08'),
(455, 'submission', '6127f6ae-6575-4f36-b04d-d0dd14b5ce46', 1364, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-11 09:32:56', '2026-01-11 09:32:57', '2026-01-11 09:32:56', '2026-01-11 09:32:57'),
(456, 'submission', '7234c609-3658-4c78-850b-7601e1645c82', 1367, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-11 19:42:27', '2026-01-11 19:42:28', '2026-01-11 19:42:27', '2026-01-11 19:42:28'),
(457, 'submission', '0a16f9c2-941c-4a89-b482-51c1cc13f25a', 1370, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.20.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-11 22:50:40', '2026-01-11 22:50:42', '2026-01-11 22:50:40', '2026-01-11 22:50:42'),
(458, 'submission', '1f2d92be-e3b6-43a5-bb2b-5d3e89f332c9', 1373, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '70.121.167.44', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-12 06:18:46', '2026-01-12 06:18:47', '2026-01-12 06:18:46', '2026-01-12 06:18:47'),
(459, 'submission', '059c6887-665d-473b-8d30-9b19b05af701', 1376, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-12 16:26:51', '2026-01-12 16:26:53', '2026-01-12 16:26:51', '2026-01-12 16:26:53'),
(460, 'submission', 'a88e75ef-0e8a-4320-acba-f116dc2c1d63', 1379, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '15.220.17.22', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-12 16:51:10', '2026-01-12 16:51:10', '2026-01-12 16:51:10', '2026-01-12 16:51:10'),
(461, 'submission', '59111a96-42c3-455a-9b30-f83e802637b5', 1382, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '212.56.48.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-12 19:17:06', '2026-01-12 19:17:07', '2026-01-12 19:17:06', '2026-01-12 19:17:07'),
(462, 'submission', '7fbaa936-4281-48c8-a294-50d5d6070f9a', 1385, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '199.101.196.231', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-13 00:05:42', '2026-01-13 00:05:43', '2026-01-13 00:05:42', '2026-01-13 00:05:43'),
(463, 'submission', 'd370127b-612e-4560-8946-f495b0ef15cd', 1388, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-13 10:22:56', '2026-01-13 10:22:58', '2026-01-13 10:22:56', '2026-01-13 10:22:58'),
(464, 'submission', 'bf331f14-27fe-40d8-9e5b-f353204b7c58', 1391, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '178.20.28.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-13 16:10:45', '2026-01-13 16:10:46', '2026-01-13 16:10:45', '2026-01-13 16:10:46'),
(465, 'submission', 'f254224e-8f90-4942-834f-fd54237630e9', 1394, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.21.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-13 23:42:08', '2026-01-13 23:42:10', '2026-01-13 23:42:08', '2026-01-13 23:42:10'),
(466, 'submission', '390cd76e-e32b-4ff5-ad67-e69e4c8aeba7', 1397, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '50.46.59.218', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 02:04:11', '2026-01-14 02:04:12', '2026-01-14 02:04:11', '2026-01-14 02:04:12'),
(467, 'submission', 'e2b5b84c-7b3e-495d-be5a-7aa2c09311d1', 1400, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '171.5.1.161', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 10:06:09', '2026-01-14 10:06:11', '2026-01-14 10:06:09', '2026-01-14 10:06:11'),
(468, 'submission', 'c08c86de-1f69-4f7c-a4f6-827d9000b8db', 1403, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '158.173.3.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 14:28:01', '2026-01-14 14:28:03', '2026-01-14 14:28:01', '2026-01-14 14:28:03'),
(469, 'submission', '0ac58878-211f-4d79-8620-46fc71e38832', 1406, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '95.173.217.72', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 15:46:05', '2026-01-14 15:46:06', '2026-01-14 15:46:05', '2026-01-14 15:46:06'),
(470, 'submission', '5db27ea3-e738-438e-a2db-06b74af716fb', 1409, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '4.17.25.130', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 18:51:47', '2026-01-14 18:51:49', '2026-01-14 18:51:47', '2026-01-14 18:51:49'),
(471, 'submission', '800be038-70a0-4c58-aed2-0252cfa03a3d', 1412, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '122.225.62.2', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-14 22:21:47', '2026-01-14 22:21:49', '2026-01-14 22:21:47', '2026-01-14 22:21:49'),
(472, 'submission', '6446b0a6-cc26-4f2c-9354-ddca1004f4b9', 1415, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '73.35.201.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-15 17:01:53', '2026-01-15 17:01:54', '2026-01-15 17:01:53', '2026-01-15 17:01:54'),
(473, 'submission', 'a380bb20-0a9b-4f96-bf08-ea525d2910f8', 1418, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '173.244.207.34', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-16 16:39:26', '2026-01-16 16:39:26', '2026-01-16 16:39:26', '2026-01-16 16:39:26'),
(474, 'submission', 'f1542dda-35f0-48d7-94c2-34b388391eeb', 1421, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '45.67.0.200', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-17 21:16:23', '2026-01-17 21:16:23', '2026-01-17 21:16:23', '2026-01-17 21:16:23'),
(475, 'submission', '34180fe9-5f4d-48b5-8c95-86989f49e6d1', 1424, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '71.197.197.59', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-18 02:20:18', '2026-01-18 02:20:19', '2026-01-18 02:20:18', '2026-01-18 02:20:19'),
(476, 'submission', '25bc8384-fd4f-44ce-a70b-79caef179ebf', 1427, 46, '', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '185.39.19.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-18 09:40:40', '2026-01-18 09:40:42', '2026-01-18 09:40:40', '2026-01-18 09:40:42'),
(477, 'submission', '56c91d7b-e426-4192-bb38-b3b115327a24', 1430, 46, 'https://genesiswa.com/contact-us/', 'Contact Us', '5f56a4c', 'New Form', 0, 0, '136.23.53.7', 'Mozilla/5.0 (Linux; Android 16; Pixel 7 Build/BP3A.251005.004.B2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/143.0.7499.143 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/543.0.0.55.73;IABMV/1;]', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-19 05:47:42', '2026-01-19 05:47:44', '2026-01-19 05:47:42', '2026-01-19 05:47:44'),
(478, 'submission', 'c5ac2b2c-0145-4e7d-86eb-26d33251d5f3', 1433, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.144.249.38', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-20 05:40:23', '2026-01-20 05:40:26', '2026-01-20 05:40:23', '2026-01-20 05:40:26'),
(479, 'submission', '0b0d8f9e-a752-4c9d-92f1-0d43773c7c68', 1436, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '70.121.167.44', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-20 07:18:45', '2026-01-20 07:18:47', '2026-01-20 07:18:45', '2026-01-20 07:18:47'),
(480, 'submission', '44379aa5-5d88-4456-b08d-6402196f62d8', 1439, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '92.255.85.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-20 10:00:07', '2026-01-20 10:00:09', '2026-01-20 10:00:07', '2026-01-20 10:00:09'),
(481, 'submission', 'd5aae36e-2b77-451a-8849-d6fa133fa18b', 1442, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '195.78.54.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-20 12:52:20', '2026-01-20 12:52:21', '2026-01-20 12:52:20', '2026-01-20 12:52:21'),
(482, 'submission', 'c4f5f7d5-3633-41f8-bd89-7f6ebb5ff672', 1445, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '180.131.145.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-21 03:07:07', '2026-01-21 03:07:09', '2026-01-21 03:07:07', '2026-01-21 03:07:09');
INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(483, 'submission', '56adad48-5529-4028-a1e4-4319b890db30', 1448, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.170.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-21 12:14:53', '2026-01-21 12:14:53', '2026-01-21 12:14:53', '2026-01-21 12:14:53'),
(484, 'submission', 'd8301d05-2d6a-4544-b371-6465b3615cb9', 1451, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.12.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-21 22:16:45', '2026-01-21 22:16:45', '2026-01-21 22:16:45', '2026-01-21 22:16:45'),
(485, 'submission', 'c9e10122-b065-4e90-b536-70ca64e21f67', 1454, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.251.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-22 01:49:44', '2026-01-22 01:49:44', '2026-01-22 01:49:44', '2026-01-22 01:49:44'),
(486, 'submission', '2461104a-35e3-425f-a35e-35088e54d24a', 1457, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '14.174.193.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-22 05:54:03', '2026-01-22 05:54:04', '2026-01-22 05:54:03', '2026-01-22 05:54:04'),
(487, 'submission', '893c1ca3-5f67-4eb6-ae10-61c3516c8e1c', 1460, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '61.245.28.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-22 07:56:46', '2026-01-22 07:56:48', '2026-01-22 07:56:46', '2026-01-22 07:56:48'),
(488, 'submission', '14be8517-8f78-4231-a6f1-29551f807fdc', 1463, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.28.78', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-22 11:29:09', '2026-01-22 11:29:09', '2026-01-22 11:29:09', '2026-01-22 11:29:09'),
(489, 'submission', 'f243c619-ab34-41db-82ba-ee822d8843c9', 1466, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '31.134.11.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-22 14:10:26', '2026-01-22 14:10:26', '2026-01-22 14:10:26', '2026-01-22 14:10:26'),
(490, 'submission', '165d5fc1-30d7-4022-a35e-779e8ab25816', 1469, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.181.3.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-24 00:21:40', '2026-01-24 00:21:40', '2026-01-24 00:21:40', '2026-01-24 00:21:40'),
(491, 'submission', '9dbe2c2c-8e50-487d-9a22-54568e1afa2a', 1472, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '89.249.73.41', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-24 07:05:06', '2026-01-24 07:05:08', '2026-01-24 07:05:06', '2026-01-24 07:05:08'),
(492, 'submission', '3b063c10-f8dd-4c2f-b9ee-9c67e3f04b26', 1475, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.129.202.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-24 07:30:51', '2026-01-24 07:30:52', '2026-01-24 07:30:51', '2026-01-24 07:30:52'),
(493, 'submission', 'de8c4539-ff04-47f9-a1d5-d7d56266f239', 1478, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '92.255.85.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-25 18:18:29', '2026-01-25 18:18:31', '2026-01-25 18:18:29', '2026-01-25 18:18:31'),
(494, 'submission', 'c55af1e1-2fe8-495f-800e-8ebf7a5ee3ed', 1481, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '36.50.30.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-26 06:15:08', '2026-01-26 06:15:10', '2026-01-26 06:15:08', '2026-01-26 06:15:10'),
(495, 'submission', 'fc6588d8-ad91-485a-b1ac-76b8ecbaf970', 1484, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.3.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 12:52:40', '2026-01-27 12:52:40', '2026-01-27 12:52:40', '2026-01-27 12:52:40'),
(496, 'submission', 'abe99f2b-f6d0-4ff5-8202-1702bc0b0fef', 1487, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '39.35.141.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 18:45:55', '2026-01-27 18:45:57', '2026-01-27 18:45:55', '2026-01-27 18:45:57'),
(497, 'submission', '2c4e90ba-91f0-4b88-8bc0-3d6946e90e09', 1490, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '39.35.141.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 18:45:59', '2026-01-27 18:46:02', '2026-01-27 18:45:59', '2026-01-27 18:46:02'),
(498, 'submission', 'df0372b0-59ff-4dfa-8921-cf9dcd73ba74', 1493, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.46.144', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 22:08:59', '2026-01-27 22:08:59', '2026-01-27 22:08:59', '2026-01-27 22:08:59'),
(499, 'submission', '667d9c59-4dc3-456d-89d4-a98ab26c277e', 1496, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.38.144', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 23:08:13', '2026-01-27 23:08:13', '2026-01-27 23:08:13', '2026-01-27 23:08:13'),
(500, 'submission', '803b0690-e316-47c3-b46f-bd64168e2944', 1499, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '89.249.73.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-27 23:15:36', '2026-01-27 23:15:36', '2026-01-27 23:15:36', '2026-01-27 23:15:36'),
(501, 'submission', '227cb2ea-80ac-4584-bdb9-999ef0d0f285', 1502, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '76.23.158.250', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-28 03:31:00', '2026-01-28 03:31:02', '2026-01-28 03:31:00', '2026-01-28 03:31:02'),
(502, 'submission', '1bb48cae-8b12-4444-ac40-2850acdf01cb', 1505, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.3.213', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-28 13:21:48', '2026-01-28 13:21:48', '2026-01-28 13:21:48', '2026-01-28 13:21:48'),
(503, 'submission', 'ce053cd1-7b22-46b9-aa5a-ad7e107422cc', 1508, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '54.219.165.221', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-28 14:44:30', '2026-01-28 14:44:32', '2026-01-28 14:44:30', '2026-01-28 14:44:32'),
(504, 'submission', '3b143f28-2f8d-43b9-abe5-b01da22f969e', 1511, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.187.162', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-28 15:06:05', '2026-01-28 15:06:05', '2026-01-28 15:06:05', '2026-01-28 15:06:05'),
(505, 'submission', '6b1dfada-1397-478d-a44d-185156a99b96', 1514, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '137.59.4.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-29 00:17:56', '2026-01-29 00:17:56', '2026-01-29 00:17:56', '2026-01-29 00:17:56'),
(506, 'submission', 'a45116ce-fe42-4855-b57a-d0674561e715', 1517, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '70.121.167.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-29 07:12:03', '2026-01-29 07:12:05', '2026-01-29 07:12:03', '2026-01-29 07:12:05'),
(507, 'submission', 'b494cd56-a3cc-4318-a740-c3e413ef8a94', 1520, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.50.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-29 11:33:58', '2026-01-29 11:33:59', '2026-01-29 11:33:58', '2026-01-29 11:33:59'),
(508, 'submission', 'e96b5876-53ad-49f8-b81f-4d4097841504', 1523, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '146.75.136.236', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-29 14:57:13', '2026-01-29 14:57:14', '2026-01-29 14:57:13', '2026-01-29 14:57:14'),
(509, 'submission', '779dd67d-97cd-43d5-96b3-8df12412cc25', 1526, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '92.255.85.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-29 22:56:16', '2026-01-29 22:56:17', '2026-01-29 22:56:16', '2026-01-29 22:56:17'),
(510, 'submission', '56a32525-4e6a-480c-9d2f-6dc85433f211', 1529, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '154.213.161.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-30 03:33:27', '2026-01-30 03:33:28', '2026-01-30 03:33:27', '2026-01-30 03:33:28'),
(511, 'submission', '3a6554c3-125f-4a46-b0e7-2d3d8c4c21ca', 1532, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.237.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-30 06:16:41', '2026-01-30 06:16:43', '2026-01-30 06:16:41', '2026-01-30 06:16:43'),
(512, 'submission', 'fa69a7ed-cdd6-4f9a-8d76-eab39cb12f7a', 1535, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '47.45.82.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-30 22:44:58', '2026-01-30 22:44:58', '2026-01-30 22:44:58', '2026-01-30 22:44:58'),
(513, 'submission', '2dc57e22-ea64-4d37-bed4-8dc906ff3ed0', 1538, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.238.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-30 22:56:08', '2026-01-30 22:56:08', '2026-01-30 22:56:08', '2026-01-30 22:56:08'),
(514, 'submission', 'a4565564-36d6-45a0-b576-939c2e918710', 1541, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.36.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-31 10:31:23', '2026-01-31 10:31:23', '2026-01-31 10:31:23', '2026-01-31 10:31:23'),
(515, 'submission', 'e12862e9-cdea-4565-a897-3a1edb63eb56', 1544, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.180.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-01-31 16:31:26', '2026-01-31 16:31:26', '2026-01-31 16:31:26', '2026-01-31 16:31:26'),
(516, 'submission', 'c47d0c27-c718-4ced-ac75-694e7c49d767', 1547, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '66.234.148.50', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-02 04:57:18', '2026-02-02 04:57:18', '2026-02-02 04:57:18', '2026-02-02 04:57:18'),
(517, 'submission', 'c12ec1e2-064c-4289-b14c-70c70124c19f', 1550, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.62.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-02 20:28:29', '2026-02-02 20:28:30', '2026-02-02 20:28:29', '2026-02-02 20:28:30'),
(518, 'submission', '37512797-5177-4b77-a60e-ecf3703b17c0', 1553, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '9.142.12.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-03 23:21:46', '2026-02-03 23:21:47', '2026-02-03 23:21:46', '2026-02-03 23:21:47'),
(519, 'submission', '32f6e309-037b-499e-992b-5ee2677970b7', 1556, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.35.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-04 09:57:10', '2026-02-04 09:57:12', '2026-02-04 09:57:10', '2026-02-04 09:57:12'),
(520, 'submission', '404cad18-5b22-4bbe-9d21-25f282115824', 1559, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '181.78.194.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-05 13:07:43', '2026-02-05 13:07:43', '2026-02-05 13:07:43', '2026-02-05 13:07:43'),
(521, 'submission', 'e519121d-4049-48e8-abce-5dfd25f9774f', 1562, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.110.103.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-05 23:10:08', '2026-02-05 23:10:08', '2026-02-05 23:10:08', '2026-02-05 23:10:08'),
(522, 'submission', '555b6892-80ca-453f-87df-e4f866bb15db', 1565, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '70.121.167.44', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-06 08:51:59', '2026-02-06 08:52:01', '2026-02-06 08:51:59', '2026-02-06 08:52:01'),
(523, 'submission', '4f25c639-558f-4fc0-aff2-1e22a7c224c0', 1568, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.219.155.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-06 11:09:17', '2026-02-06 11:09:18', '2026-02-06 11:09:17', '2026-02-06 11:09:18'),
(524, 'submission', '2b1a4abc-50b0-449e-8605-f4d4446da70d', 1571, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.145.61.22', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-10 01:09:21', '2026-02-10 01:09:23', '2026-02-10 01:09:21', '2026-02-10 01:09:23'),
(525, 'submission', '455212ed-f919-4c16-95a2-ca5da2ead155', 1574, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.219.152.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-12 04:24:57', '2026-02-12 04:24:58', '2026-02-12 04:24:57', '2026-02-12 04:24:58'),
(526, 'submission', '02171de5-07a0-4e5f-8c2e-af5843a6bba8', 1577, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.176.42', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-12 13:11:26', '2026-02-12 13:11:26', '2026-02-12 13:11:26', '2026-02-12 13:11:26'),
(527, 'submission', '602f9b90-6112-46c5-9f03-5d6f531a4195', 1580, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '172.93.171.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-14 08:43:11', '2026-02-14 08:43:13', '2026-02-14 08:43:11', '2026-02-14 08:43:13'),
(528, 'submission', 'fb8fe6ca-fab9-4934-8cdc-409cf864ce45', 1583, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.45.80', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-14 13:52:17', '2026-02-14 13:52:17', '2026-02-14 13:52:17', '2026-02-14 13:52:17'),
(529, 'submission', '0ed09240-f563-450e-b498-bc6ec7b2d33c', 1586, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '146.75.136.237', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-14 20:37:55', '2026-02-14 20:37:57', '2026-02-14 20:37:55', '2026-02-14 20:37:57'),
(530, 'submission', '01154d42-4df4-49a6-a45f-4710acac1070', 1589, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.53.62', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-15 02:30:37', '2026-02-15 02:30:37', '2026-02-15 02:30:37', '2026-02-15 02:30:37'),
(531, 'submission', '35eaddb6-a574-4d77-9a33-3ef4e822313f', 1592, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.15.112', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-15 12:55:49', '2026-02-15 12:55:49', '2026-02-15 12:55:49', '2026-02-15 12:55:49'),
(532, 'submission', '93d10461-7f53-43cd-9943-258c91044ffa', 1595, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.53.240', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-15 13:46:54', '2026-02-15 13:46:54', '2026-02-15 13:46:54', '2026-02-15 13:46:54'),
(533, 'submission', 'c632ce3d-942c-42e8-abaf-fc0d7f11e49e', 1598, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.236.109', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-15 17:42:32', '2026-02-15 17:42:34', '2026-02-15 17:42:32', '2026-02-15 17:42:34'),
(534, 'submission', 'd8fb54ec-016b-4220-8603-029cc396cfd8', 1601, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.48.252', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-15 22:40:17', '2026-02-15 22:40:19', '2026-02-15 22:40:17', '2026-02-15 22:40:19'),
(535, 'submission', 'a8480766-e822-4d4e-a561-de5a0a6cacb8', 1604, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.56.250', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-16 05:34:12', '2026-02-16 05:34:12', '2026-02-16 05:34:12', '2026-02-16 05:34:12'),
(536, 'submission', 'e35b9cd0-7e26-4b01-9464-c21e3d7d721e', 1607, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '122.162.150.8', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-16 12:34:21', '2026-02-16 12:34:23', '2026-02-16 12:34:21', '2026-02-16 12:34:23'),
(537, 'submission', '613d154e-00c7-4f0d-972f-f919df785592', 1610, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.28.229', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-16 17:42:16', '2026-02-16 17:42:18', '2026-02-16 17:42:16', '2026-02-16 17:42:18'),
(538, 'submission', '504e453b-6e56-4287-9211-790776bb3caa', 1613, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-16 19:06:31', '2026-02-16 19:06:33', '2026-02-16 19:06:31', '2026-02-16 19:06:33'),
(539, 'submission', 'cd66bf27-e387-4999-8ae9-de97e126a6dd', 1616, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '193.187.115.146', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-16 20:06:52', '2026-02-16 20:06:53', '2026-02-16 20:06:52', '2026-02-16 20:06:53'),
(540, 'submission', '5db10fdf-b394-4116-9b00-6bbd51985bdf', 1619, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '76.33.213.141', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/407.0.866017435 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-17 05:25:57', '2026-02-17 05:25:58', '2026-02-17 05:25:57', '2026-02-17 05:25:58'),
(541, 'submission', '819517cf-97bb-4175-a8b5-191aa1dbc374', 1622, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.182.2', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-17 21:35:53', '2026-02-17 21:35:53', '2026-02-17 21:35:53', '2026-02-17 21:35:53'),
(542, 'submission', 'aa8925c2-8efc-4881-a521-7d1d4a677f7e', 1625, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '24.18.34.153', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Instagram 416.1.0.27.68 (iPhone12,1; iOS 18_3_2; en_US; en; scale=2.00; 750x1624; IABMV/1; 881475720) Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-18 00:02:41', '2026-02-18 00:02:43', '2026-02-18 00:02:41', '2026-02-18 00:02:43'),
(543, 'submission', 'b150e390-b85d-45e4-99c2-e691bc3c4a7b', 1628, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '59.183.76.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-18 03:28:36', '2026-02-18 03:28:38', '2026-02-18 03:28:36', '2026-02-18 03:28:38'),
(544, 'submission', '6767a0b4-c43d-4327-b858-70ae47616faa', 1631, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.238.30.40', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-18 06:26:48', '2026-02-18 06:26:49', '2026-02-18 06:26:48', '2026-02-18 06:26:49'),
(545, 'submission', '207d96fc-a84b-4ea3-8e20-c91e75203096', 1634, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '37.19.223.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-19 03:17:37', '2026-02-19 03:17:38', '2026-02-19 03:17:37', '2026-02-19 03:17:38'),
(546, 'submission', 'c0624f9d-69ae-4b74-a00e-1ce04e94e7ff', 1637, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '103.75.228.4', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-19 04:11:01', '2026-02-19 04:11:02', '2026-02-19 04:11:01', '2026-02-19 04:11:02'),
(547, 'submission', '80936c8b-425b-4147-aaf5-4639cb3e33a2', 1640, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-19 07:05:37', '2026-02-19 07:05:38', '2026-02-19 07:05:37', '2026-02-19 07:05:38'),
(548, 'submission', '5f8dcdb9-faf2-4ab1-ab28-b3e2cd3534da', 1643, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '170.167.192.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-19 19:40:28', '2026-02-19 19:40:29', '2026-02-19 19:40:28', '2026-02-19 19:40:29'),
(549, 'submission', '7a9ef74b-2606-480c-8997-dccd67ecca0e', 1646, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.168.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-21 10:30:24', '2026-02-21 10:30:24', '2026-02-21 10:30:24', '2026-02-21 10:30:24'),
(550, 'submission', '109a2f20-86c9-4a64-bdff-35c980a3803c', 1649, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.50.191.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-21 21:19:02', '2026-02-21 21:19:02', '2026-02-21 21:19:02', '2026-02-21 21:19:02'),
(551, 'submission', '8887f2d8-642b-4f68-ab61-fbdefa9641a2', 1652, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.49.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-22 09:23:55', '2026-02-22 09:23:57', '2026-02-22 09:23:55', '2026-02-22 09:23:57'),
(552, 'submission', '477d7286-fd9f-41d5-99fe-7e8237f14712', 1655, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.28.222.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-22 16:32:53', '2026-02-22 16:32:53', '2026-02-22 16:32:53', '2026-02-22 16:32:53'),
(553, 'submission', 'ec209103-760e-455d-8c17-54d920d6f977', 1658, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '76.147.205.187', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-23 16:36:45', '2026-02-23 16:36:47', '2026-02-23 16:36:45', '2026-02-23 16:36:47'),
(554, 'submission', 'f047f155-ce06-4d02-88ff-119be1bee023', 1661, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-23 18:13:37', '2026-02-23 18:13:39', '2026-02-23 18:13:37', '2026-02-23 18:13:39'),
(555, 'submission', '0baae7ef-aa73-45e9-9409-e7cc4569e812', 1664, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.240.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-24 13:16:49', '2026-02-24 13:16:51', '2026-02-24 13:16:49', '2026-02-24 13:16:51'),
(556, 'submission', 'bc3a1e3b-a99d-4f01-b041-d210b9869afd', 1667, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.183.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-24 18:06:09', '2026-02-24 18:06:11', '2026-02-24 18:06:09', '2026-02-24 18:06:11'),
(557, 'submission', '134d39d0-2c31-45cf-a103-d57772b60bac', 1670, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.45.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-24 23:28:55', '2026-02-24 23:28:56', '2026-02-24 23:28:55', '2026-02-24 23:28:56'),
(558, 'submission', 'ce872924-7b85-44de-9287-523d9fcfcdec', 1673, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.38.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-25 12:20:39', '2026-02-25 12:20:41', '2026-02-25 12:20:39', '2026-02-25 12:20:41'),
(559, 'submission', '44350c21-eb48-4fe4-bb00-8e2c46ca66fb', 1676, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '136.0.140.213', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-25 22:58:47', '2026-02-25 22:58:49', '2026-02-25 22:58:47', '2026-02-25 22:58:49'),
(560, 'submission', 'fd27da80-cbeb-4e13-a586-c4571b764eee', 1679, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.31.255', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-25 23:00:28', '2026-02-25 23:00:30', '2026-02-25 23:00:28', '2026-02-25 23:00:30'),
(561, 'submission', '12d3606d-b2d5-42d0-942c-c6df1b45322b', 1682, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-26 00:31:52', '2026-02-26 00:31:55', '2026-02-26 00:31:52', '2026-02-26 00:31:55'),
(562, 'submission', '4cf9cce4-ce75-462d-97a7-7c931b266a99', 1685, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-26 15:38:41', '2026-02-26 15:38:43', '2026-02-26 15:38:41', '2026-02-26 15:38:43'),
(563, 'submission', 'bb2120f6-71b6-4f1b-a00e-6efe74e43bb7', 1688, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '43.157.34.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-02-27 17:34:37', '2026-02-27 17:34:39', '2026-02-27 17:34:37', '2026-02-27 17:34:39'),
(564, 'submission', '8d3e5456-ffb7-4c82-af62-77f2f4c729c9', 1691, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '37.27.100.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-02 02:38:32', '2026-03-02 02:38:34', '2026-03-02 02:38:32', '2026-03-02 02:38:34'),
(565, 'submission', '23783111-5cf7-43d4-a57c-32ea8d9cd08e', 1694, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.219.152.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-02 06:41:47', '2026-03-02 06:41:48', '2026-03-02 06:41:47', '2026-03-02 06:41:48'),
(566, 'submission', 'a66907cf-0e36-49fe-8fbd-779d49c6d4df', 1697, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-03 13:51:37', '2026-03-03 13:51:39', '2026-03-03 13:51:37', '2026-03-03 13:51:39'),
(567, 'submission', 'a2d22134-5a10-41fd-80f7-e188cb820494', 1700, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '209.200.246.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-04 06:08:50', '2026-03-04 06:08:52', '2026-03-04 06:08:50', '2026-03-04 06:08:52'),
(568, 'submission', '5aea12ba-45de-48bc-be85-3f50a72467f6', 1703, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '113.165.49.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-04 09:52:57', '2026-03-04 09:52:59', '2026-03-04 09:52:57', '2026-03-04 09:52:59'),
(569, 'submission', '408c1711-df25-4064-ab63-21446357a423', 1706, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '185.206.221.244', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-05 16:48:31', '2026-03-05 16:48:33', '2026-03-05 16:48:31', '2026-03-05 16:48:33'),
(570, 'submission', 'b4d3bae9-3fef-4145-9351-78c02cd8005d', 1709, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-05 20:35:47', '2026-03-05 20:35:48', '2026-03-05 20:35:47', '2026-03-05 20:35:48'),
(571, 'submission', '42b6d2b3-f745-4a94-9eb9-492a943b8534', 1712, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '120.231.185.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-07 00:36:54', '2026-03-07 00:36:56', '2026-03-07 00:36:54', '2026-03-07 00:36:56'),
(572, 'submission', '7b56f6bf-aec6-45e7-a730-08378ec28154', 1715, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '193.187.108.147', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-07 09:44:15', '2026-03-07 09:44:15', '2026-03-07 09:44:15', '2026-03-07 09:44:15'),
(573, 'submission', '4ec88031-3a34-4881-809b-0c1862369934', 1718, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '124.236.145.211', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-07 17:44:40', '2026-03-07 17:44:42', '2026-03-07 17:44:40', '2026-03-07 17:44:42'),
(574, 'submission', '7678d211-6c6e-4281-888b-7baa13504875', 1721, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '73.157.50.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-08 07:07:17', '2026-03-08 07:07:19', '2026-03-08 07:07:17', '2026-03-08 07:07:19'),
(575, 'submission', 'b716f196-1eb6-4c0e-855b-da5e6170c661', 1724, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '24.19.29.32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-08 07:45:08', '2026-03-08 07:45:09', '2026-03-08 07:45:08', '2026-03-08 07:45:09'),
(576, 'submission', '6333a39a-cf19-4dc1-80cb-2cccdb366456', 1727, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '96.62.97.63', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-08 20:51:52', '2026-03-08 20:51:54', '2026-03-08 20:51:52', '2026-03-08 20:51:54'),
(577, 'submission', '77134285-6357-48a2-8921-ec29c453563d', 1730, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '155.133.4.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-09 00:46:38', '2026-03-09 00:46:40', '2026-03-09 00:46:38', '2026-03-09 00:46:40'),
(578, 'submission', '40b6cbd4-c619-45b2-8473-49df93d17898', 1733, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.220.1.38', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-09 03:18:51', '2026-03-09 03:18:53', '2026-03-09 03:18:51', '2026-03-09 03:18:53'),
(579, 'submission', 'e2f18c73-72ce-493a-a0c6-37051bcbb696', 1736, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-09 17:16:56', '2026-03-09 17:16:58', '2026-03-09 17:16:56', '2026-03-09 17:16:58'),
(580, 'submission', 'ef0e0349-975c-4b63-a2cd-c27fd7737131', 1739, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '115.69.210.60', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-10 14:23:43', '2026-03-10 14:23:43', '2026-03-10 14:23:43', '2026-03-10 14:23:43'),
(581, 'submission', '6b94dff1-eb8a-44ec-b905-c72d501a043d', 1742, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '96.62.97.63', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-11 11:18:35', '2026-03-11 11:18:36', '2026-03-11 11:18:35', '2026-03-11 11:18:36'),
(582, 'submission', '7877c3d3-02c7-4385-8d7b-034ddc97925f', 1745, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-11 18:33:55', '2026-03-11 18:33:57', '2026-03-11 18:33:55', '2026-03-11 18:33:57'),
(583, 'submission', '9ff539b3-7591-4ae3-8b2b-5fba77a98225', 1748, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '49.47.218.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-12 05:18:19', '2026-03-12 05:18:21', '2026-03-12 05:18:19', '2026-03-12 05:18:21'),
(584, 'submission', '99892903-1d13-4713-891c-6fcca9ce9b20', 1751, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.190.192.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-12 16:13:22', '2026-03-12 16:13:24', '2026-03-12 16:13:22', '2026-03-12 16:13:24'),
(585, 'submission', '7a5262ad-12e5-497c-8f55-4a6a1d483265', 1754, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.156.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-12 23:13:23', '2026-03-12 23:13:24', '2026-03-12 23:13:23', '2026-03-12 23:13:24'),
(586, 'submission', '7464da3a-a394-4dad-9a5f-1a24815bf3ac', 1757, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.253.24.82', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-12 23:18:02', '2026-03-12 23:18:03', '2026-03-12 23:18:02', '2026-03-12 23:18:03'),
(587, 'submission', 'c00d3388-707a-470e-be1a-3652c08561f5', 1760, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.178.253', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-14 16:29:34', '2026-03-14 16:29:34', '2026-03-14 16:29:34', '2026-03-14 16:29:34'),
(588, 'submission', '5a94bc11-220f-4ee3-8c20-48afc0af149c', 1763, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '172.81.59.48', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-15 16:55:38', '2026-03-15 16:55:38', '2026-03-15 16:55:38', '2026-03-15 16:55:38'),
(589, 'submission', '5217887f-e8ca-4019-8903-c0c90273c967', 1766, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '96.62.97.63', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-16 10:04:59', '2026-03-16 10:05:01', '2026-03-16 10:04:59', '2026-03-16 10:05:01'),
(590, 'submission', '025db73f-a577-4fb9-bf5f-eed51f7bf4c8', 1769, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.220.17.183', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-16 17:00:57', '2026-03-16 17:00:58', '2026-03-16 17:00:57', '2026-03-16 17:00:58'),
(591, 'submission', '62fc2a53-3195-4631-ae49-da851f5a25d8', 1772, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '37.19.196.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-17 05:26:00', '2026-03-17 05:26:01', '2026-03-17 05:26:00', '2026-03-17 05:26:01'),
(592, 'submission', '18e9b46b-54cb-4dc8-bb8c-3e4af85eac7b', 1775, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '39.35.137.76', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-17 18:01:33', '2026-03-17 18:01:35', '2026-03-17 18:01:33', '2026-03-17 18:01:35'),
(593, 'submission', '6d1a0737-e4e2-4fef-956d-a327ffb95ef2', 1778, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.227.112', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-17 23:26:49', '2026-03-17 23:26:49', '2026-03-17 23:26:49', '2026-03-17 23:26:49');
INSERT INTO `wp_393a933460_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(594, 'submission', '8f987197-b45d-4928-bdb8-f80ae1775ac4', 1781, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.219.158.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-18 08:48:19', '2026-03-18 08:48:20', '2026-03-18 08:48:19', '2026-03-18 08:48:20'),
(595, 'submission', 'de2d4fa8-5657-4cf5-9f03-cacb014d691c', 1784, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.39.252', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-18 19:42:38', '2026-03-18 19:42:38', '2026-03-18 19:42:38', '2026-03-18 19:42:38'),
(596, 'submission', '37166061-f118-49dd-ac7a-a5b0bef2ab1f', 1787, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 00:49:05', '2026-03-19 00:49:06', '2026-03-19 00:49:05', '2026-03-19 00:49:06'),
(597, 'submission', 'c7ec9cc6-1621-4649-a49b-a8c940f79ed6', 1790, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.237.234', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 02:57:23', '2026-03-19 02:57:23', '2026-03-19 02:57:23', '2026-03-19 02:57:23'),
(598, 'submission', '7b4d1992-88a6-4741-bc55-5c4f55931be0', 1793, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.181.49.8', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 06:43:51', '2026-03-19 06:43:52', '2026-03-19 06:43:51', '2026-03-19 06:43:52'),
(599, 'submission', '4df10891-434a-42cc-ab66-2fb94e08f1c7', 1796, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.238.201', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 09:37:54', '2026-03-19 09:37:55', '2026-03-19 09:37:54', '2026-03-19 09:37:55'),
(600, 'submission', '7b68dae5-8037-4feb-b0b1-a1c0439e689f', 1799, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.3.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 12:15:37', '2026-03-19 12:15:38', '2026-03-19 12:15:37', '2026-03-19 12:15:38'),
(601, 'submission', 'f19a02d9-f818-4de1-84c1-4ba607778040', 1802, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '39.35.146.20', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 15:07:32', '2026-03-19 15:07:33', '2026-03-19 15:07:32', '2026-03-19 15:07:33'),
(602, 'submission', '4bd0ac48-74c6-4db5-8d5a-5160f80b2776', 1805, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-19 16:16:07', '2026-03-19 16:16:08', '2026-03-19 16:16:07', '2026-03-19 16:16:08'),
(603, 'submission', '5c82c2ab-2124-49b8-bf89-6b661ffef4d6', 1808, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '147.161.239.232', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-20 04:29:17', '2026-03-20 04:29:19', '2026-03-20 04:29:17', '2026-03-20 04:29:19'),
(604, 'submission', '2dcca99a-5d0f-469b-9e9b-1ba4f7c22a96', 1811, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '103.216.221.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-20 08:13:14', '2026-03-20 08:13:15', '2026-03-20 08:13:14', '2026-03-20 08:13:15'),
(605, 'submission', 'd5aeca7f-38ef-4f15-a276-173e4965382e', 1814, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.51.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-20 12:47:45', '2026-03-20 12:47:45', '2026-03-20 12:47:45', '2026-03-20 12:47:45'),
(606, 'submission', '4ff54aa1-c57a-4871-a9e4-6ca969b9978e', 1817, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-20 18:37:46', '2026-03-20 18:37:47', '2026-03-20 18:37:46', '2026-03-20 18:37:47'),
(607, 'submission', 'cfbfb1a6-6a92-43cf-94e1-fe9089ad95ad', 1820, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '165.231.182.110', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-20 19:18:14', '2026-03-20 19:18:15', '2026-03-20 19:18:14', '2026-03-20 19:18:15'),
(608, 'submission', '082ae53c-1ec3-4368-bcb1-dbc7dad0d530', 1823, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '73.19.91.10', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.40 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-22 01:02:33', '2026-03-22 01:02:35', '2026-03-22 01:02:33', '2026-03-22 01:02:35'),
(609, 'submission', 'd349467e-7486-457f-9e99-be66b8c22174', 1826, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-23 02:27:33', '2026-03-23 02:27:35', '2026-03-23 02:27:33', '2026-03-23 02:27:35'),
(610, 'submission', '3abb2876-fab6-4a43-aff2-26dc86740c38', 1829, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '16.56.11.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-23 14:27:46', '2026-03-23 14:27:47', '2026-03-23 14:27:46', '2026-03-23 14:27:47'),
(611, 'submission', 'c05be74b-aed4-4b74-9909-e8bf2fcdb621', 1832, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '39.35.142.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-23 16:53:03', '2026-03-23 16:53:05', '2026-03-23 16:53:03', '2026-03-23 16:53:05'),
(612, 'submission', '324723ee-20e0-4ddf-a186-6fbe17d37591', 1835, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.179.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-24 18:51:51', '2026-03-24 18:51:53', '2026-03-24 18:51:51', '2026-03-24 18:51:53'),
(613, 'submission', 'e67a4baf-50ee-406e-b756-eceae0670f26', 1838, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '115.210.72.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-24 21:46:04', '2026-03-24 21:46:05', '2026-03-24 21:46:04', '2026-03-24 21:46:05'),
(614, 'submission', 'f17a65f4-34e3-4935-9e98-32605bf85c9a', 1841, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '171.22.249.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-24 22:57:02', '2026-03-24 22:57:03', '2026-03-24 22:57:02', '2026-03-24 22:57:03'),
(615, 'submission', 'f476af5b-c8e3-4742-b045-5df168f73e33', 1844, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-24 23:23:40', '2026-03-24 23:23:41', '2026-03-24 23:23:40', '2026-03-24 23:23:41'),
(616, 'submission', '489df80f-1d65-40f4-846f-643917d46c54', 1847, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '161.193.9.51', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-25 05:45:09', '2026-03-25 05:45:10', '2026-03-25 05:45:09', '2026-03-25 05:45:10'),
(617, 'submission', '2c7321ba-d80c-4c35-be50-6d454bd3ad71', 1850, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.21.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-25 09:28:59', '2026-03-25 09:29:01', '2026-03-25 09:28:59', '2026-03-25 09:29:01'),
(618, 'submission', 'ef484970-acbb-412c-807a-9831d4a06c0b', 1853, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-26 02:00:45', '2026-03-26 02:00:47', '2026-03-26 02:00:45', '2026-03-26 02:00:47'),
(619, 'submission', 'e40c0886-5f2a-434b-abd6-dfbcf76cab11', 1856, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '196.196.53.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-26 04:03:24', '2026-03-26 04:03:26', '2026-03-26 04:03:24', '2026-03-26 04:03:26'),
(620, 'submission', 'd4876d0d-fbd1-4153-8452-47e05266801e', 1859, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '79.142.79.60', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-27 14:37:46', '2026-03-27 14:37:47', '2026-03-27 14:37:46', '2026-03-27 14:37:47'),
(621, 'submission', '754a0588-fe40-4558-90b2-618c5d549e8e', 1862, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '15.220.17.77', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-27 22:35:23', '2026-03-27 22:35:25', '2026-03-27 22:35:23', '2026-03-27 22:35:25'),
(622, 'submission', '8a7c0faf-92cf-4b2f-aa5d-911f47f3adfe', 1865, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '165.231.182.39', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-28 05:00:28', '2026-03-28 05:00:28', '2026-03-28 05:00:28', '2026-03-28 05:00:28'),
(623, 'submission', '365f6904-c29d-4d0a-8d7c-04d82ee8d29a', 1868, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.20.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-29 09:40:40', '2026-03-29 09:40:42', '2026-03-29 09:40:40', '2026-03-29 09:40:42'),
(624, 'submission', '01e77d3f-1420-43fd-b3ed-12366e61f5cf', 1871, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '93.100.135.20', 'Mozilla/5.0 (X11; Debian; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-29 22:24:17', '2026-03-29 22:24:19', '2026-03-29 22:24:17', '2026-03-29 22:24:19'),
(625, 'submission', 'c45a87c8-f771-4f56-9ec6-8423a6fa3851', 1874, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '196.196.53.6', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-30 05:53:13', '2026-03-30 05:53:15', '2026-03-30 05:53:13', '2026-03-30 05:53:15'),
(626, 'submission', '609f62b5-98ed-4744-9919-8be1e2507bb8', 1877, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '107.175.196.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-31 08:54:36', '2026-03-31 08:54:36', '2026-03-31 08:54:36', '2026-03-31 08:54:36'),
(627, 'submission', 'fb2951c9-df3c-400a-944f-8e879424ed8e', 1880, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '191.96.168.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-31 09:33:42', '2026-03-31 09:33:44', '2026-03-31 09:33:42', '2026-03-31 09:33:44'),
(628, 'submission', '962da055-91f5-4466-8f16-9f7c32205f05', 1883, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.3.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-03-31 21:08:36', '2026-03-31 21:08:38', '2026-03-31 21:08:36', '2026-03-31 21:08:38'),
(629, 'submission', 'b228214c-94a7-418c-a799-ebece8da8643', 1886, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-01 03:48:38', '2026-04-01 03:48:40', '2026-04-01 03:48:38', '2026-04-01 03:48:40'),
(630, 'submission', '66a0deea-b09d-49c7-a3a4-c79332a844f0', 1889, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.219.153.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-01 11:11:00', '2026-04-01 11:11:02', '2026-04-01 11:11:00', '2026-04-01 11:11:02'),
(631, 'submission', '54da9bb7-2d07-4308-9c27-810cfd78d918', 1892, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-01 16:58:53', '2026-04-01 16:58:55', '2026-04-01 16:58:53', '2026-04-01 16:58:55'),
(632, 'submission', '39bcc1de-ad4a-438b-af28-0b87faf0ad17', 1895, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-02 12:45:12', '2026-04-02 12:45:13', '2026-04-02 12:45:12', '2026-04-02 12:45:13'),
(633, 'submission', '6f9700e7-efe3-4a72-908c-1a0183799e53', 1898, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '165.231.182.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-02 16:37:17', '2026-04-02 16:37:17', '2026-04-02 16:37:17', '2026-04-02 16:37:17'),
(634, 'submission', '77ad495b-70e9-44b2-9a00-483cf3debb73', 1901, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '185.202.170.152', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-02 20:11:53', '2026-04-02 20:11:55', '2026-04-02 20:11:53', '2026-04-02 20:11:55'),
(635, 'submission', '6e71d3d2-37d6-4232-898a-684a39fa1092', 1904, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '196.196.53.62', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-03 17:12:08', '2026-04-03 17:12:10', '2026-04-03 17:12:08', '2026-04-03 17:12:10'),
(636, 'submission', 'd4a406da-1dc1-4ac4-a6c5-38a788044c95', 1907, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-04 07:55:53', '2026-04-04 07:55:55', '2026-04-04 07:55:53', '2026-04-04 07:55:55'),
(637, 'submission', 'c14734ee-4697-4f9b-b9c9-5597481caf45', 1910, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '165.231.182.231', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-04 16:26:36', '2026-04-04 16:26:37', '2026-04-04 16:26:36', '2026-04-04 16:26:37'),
(638, 'submission', '1685672b-982e-43aa-948a-83bbd79295e1', 1913, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-04 22:26:12', '2026-04-04 22:26:14', '2026-04-04 22:26:12', '2026-04-04 22:26:14'),
(639, 'submission', '432fb970-15f8-4fd0-a7cf-11bb73b45815', 1916, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '16.56.22.15', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-05 17:32:02', '2026-04-05 17:32:04', '2026-04-05 17:32:02', '2026-04-05 17:32:04'),
(640, 'submission', '456aceb6-bdc8-4d92-a53e-b55ca98c7f6e', 1919, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '196.196.53.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-05 18:14:32', '2026-04-05 18:14:32', '2026-04-05 18:14:32', '2026-04-05 18:14:32'),
(641, 'submission', '0dae08db-4d7d-4bb6-bdb6-f5c208c206b4', 1922, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-06 01:32:58', '2026-04-06 01:33:00', '2026-04-06 01:32:58', '2026-04-06 01:33:00'),
(642, 'submission', 'a739be1f-f155-49b2-8caf-3978563ffe58', 1925, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '146.70.212.81', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-07 06:52:18', '2026-04-07 06:52:20', '2026-04-07 06:52:18', '2026-04-07 06:52:20'),
(643, 'submission', '55a83f8a-944f-419f-9222-e82b66c18980', 1928, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '81.19.220.75', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-07 16:04:30', '2026-04-07 16:04:30', '2026-04-07 16:04:30', '2026-04-07 16:04:30'),
(644, 'submission', 'c081572b-9b84-4a7b-acd7-0973d573bbc5', 1931, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.181.62', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-07 18:17:27', '2026-04-07 18:17:28', '2026-04-07 18:17:27', '2026-04-07 18:17:28'),
(645, 'submission', 'fb799325-9f67-4b6d-9c38-878bd35f359e', 1934, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '109.69.109.186', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-08 21:40:15', '2026-04-08 21:40:16', '2026-04-08 21:40:15', '2026-04-08 21:40:16'),
(646, 'submission', '9fb71b43-78c0-4b89-bf97-2004e46d06d4', 1937, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.226.161', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-09 07:41:48', '2026-04-09 07:41:50', '2026-04-09 07:41:48', '2026-04-09 07:41:50'),
(647, 'submission', '5abe41c0-07e3-434e-8313-a2a3cc036bda', 1940, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '162.213.0.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-09 08:08:27', '2026-04-09 08:08:28', '2026-04-09 08:08:27', '2026-04-09 08:08:28'),
(648, 'submission', '3d8e20bd-bed7-4fd6-a896-de9ac0ddfcab', 1943, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.244.226', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-09 15:46:31', '2026-04-09 15:46:32', '2026-04-09 15:46:31', '2026-04-09 15:46:32'),
(649, 'submission', '4c8fe095-5d9b-4d49-946f-6a6a3fdc0d6c', 1946, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '223.235.192.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-09 17:47:59', '2026-04-09 17:48:00', '2026-04-09 17:47:59', '2026-04-09 17:48:00'),
(650, 'submission', 'a1bd5766-87b3-4984-88e9-d7211f7674ab', 1949, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.49.28', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-10 10:55:27', '2026-04-10 10:55:30', '2026-04-10 10:55:27', '2026-04-10 10:55:30'),
(651, 'submission', 'fe5c7ca6-fe11-4278-a94c-e7cd17388eba', 1952, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '23.95.204.195', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-10 14:14:38', '2026-04-10 14:14:39', '2026-04-10 14:14:38', '2026-04-10 14:14:39'),
(652, 'submission', '442786be-8f70-4b14-ab2b-8de9b66b8c47', 1955, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '102.129.223.92', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-11 05:12:35', '2026-04-11 05:12:37', '2026-04-11 05:12:35', '2026-04-11 05:12:37'),
(653, 'submission', 'e7c07773-9acd-4afe-95fb-698c84c872f1', 1958, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.53.78', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-11 11:52:40', '2026-04-11 11:52:40', '2026-04-11 11:52:40', '2026-04-11 11:52:40'),
(654, 'submission', '6be8bf42-a4c2-41ee-a94b-c0b176b4c56a', 1961, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '216.26.250.185', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-11 11:57:06', '2026-04-11 11:57:06', '2026-04-11 11:57:06', '2026-04-11 11:57:06'),
(655, 'submission', '28105395-d7ff-4c23-b09d-e453b7f6fe24', 1964, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '158.173.20.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-11 13:55:18', '2026-04-11 13:55:19', '2026-04-11 13:55:18', '2026-04-11 13:55:19'),
(656, 'submission', 'f19680e5-2827-43d3-b2df-8a67709f2493', 1967, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.36.143', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-11 17:55:43', '2026-04-11 17:55:43', '2026-04-11 17:55:43', '2026-04-11 17:55:43'),
(657, 'submission', '18c1dd87-70f4-4b35-ad7f-1f4a99546574', 1970, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '16.56.2.198', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-12 05:50:54', '2026-04-12 05:50:56', '2026-04-12 05:50:54', '2026-04-12 05:50:56'),
(658, 'submission', 'c34c5b18-ee56-4e4e-893e-900f16822ec5', 1973, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '106.217.179.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-12 07:03:11', '2026-04-12 07:03:12', '2026-04-12 07:03:11', '2026-04-12 07:03:12'),
(659, 'submission', '8f87b19c-b0e1-412d-ad61-afacb9a26589', 1976, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.0.154', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-12 17:21:42', '2026-04-12 17:21:43', '2026-04-12 17:21:42', '2026-04-12 17:21:43'),
(660, 'submission', '197a6add-bc09-4db8-9435-d61ce3ce4e37', 1979, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '2.27.32.81', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-12 23:25:15', '2026-04-12 23:25:16', '2026-04-12 23:25:15', '2026-04-12 23:25:16'),
(661, 'submission', 'c2556cc8-bf00-4c10-a467-5e49ad57ea31', 1982, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '64.31.3.102', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-14 07:29:44', '2026-04-14 07:29:46', '2026-04-14 07:29:44', '2026-04-14 07:29:46'),
(662, 'submission', '818590c4-468f-4f63-a12e-267c1fa4da72', 1985, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '181.214.206.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-14 10:29:40', '2026-04-14 10:29:41', '2026-04-14 10:29:40', '2026-04-14 10:29:41'),
(663, 'submission', 'fa84ef8d-8c8c-4123-986b-5a4b8a87f89f', 1988, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '140.248.10.11', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-15 00:33:57', '2026-04-15 00:34:00', '2026-04-15 00:33:57', '2026-04-15 00:34:00'),
(664, 'submission', 'c6fcf6d8-5678-45c0-abe9-1922f1be9671', 1991, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-15 13:47:13', '2026-04-15 13:47:14', '2026-04-15 13:47:13', '2026-04-15 13:47:14'),
(665, 'submission', 'b84d5221-dfee-49dd-a3e3-46bf30fdbd32', 1994, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '163.116.251.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-15 19:44:13', '2026-04-15 19:44:15', '2026-04-15 19:44:13', '2026-04-15 19:44:15'),
(666, 'submission', '1bff7584-e234-4b9b-b1cc-fa6c4cf25ccb', 1997, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-17 06:35:54', '2026-04-17 06:35:55', '2026-04-17 06:35:54', '2026-04-17 06:35:55'),
(667, 'submission', '7c77b514-9fe8-447d-b39c-91e69dde2f96', 2000, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '200.10.35.245', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-17 11:20:58', '2026-04-17 11:20:59', '2026-04-17 11:20:58', '2026-04-17 11:20:59'),
(668, 'submission', '12639146-5100-41f1-96e9-40922ada33f0', 2003, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-18 11:37:53', '2026-04-18 11:37:54', '2026-04-18 11:37:53', '2026-04-18 11:37:54'),
(669, 'submission', '8b59dff7-cf95-4992-9edb-2054400f975a', 2006, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '72.57.111.217', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-18 21:13:12', '2026-04-18 21:13:16', '2026-04-18 21:13:12', '2026-04-18 21:13:16'),
(670, 'submission', '205a83b0-2bd0-4ce4-89d0-c82e11faebd5', 2009, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '72.57.111.217', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-18 21:14:14', '2026-04-18 21:14:15', '2026-04-18 21:14:14', '2026-04-18 21:14:15'),
(671, 'submission', '85192a46-e8c1-4cb6-af99-88953a12cd69', 2012, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-18 22:04:25', '2026-04-18 22:04:26', '2026-04-18 22:04:25', '2026-04-18 22:04:26'),
(672, 'submission', 'c1534fbe-50dc-48f1-b092-f64b72dc1fee', 2015, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '51.222.167.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-19 05:55:54', '2026-04-19 05:55:56', '2026-04-19 05:55:54', '2026-04-19 05:55:56'),
(673, 'submission', '0dd2d392-f593-4cab-8ce8-426f74074e80', 2018, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '64.31.3.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-21 07:16:38', '2026-04-21 07:16:39', '2026-04-21 07:16:38', '2026-04-21 07:16:39'),
(674, 'submission', '175206cf-4b04-4263-ac16-611687242237', 2021, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-21 08:33:42', '2026-04-21 08:33:43', '2026-04-21 08:33:42', '2026-04-21 08:33:43'),
(675, 'submission', '2953cd00-6023-4f11-bdbb-5ff20c8db810', 2024, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '98.203.151.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-22 02:25:01', '2026-04-22 02:25:03', '2026-04-22 02:25:01', '2026-04-22 02:25:03'),
(676, 'submission', '1cd52223-7938-4092-b805-14fb63405afc', 2027, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '172.56.109.182', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-22 05:35:39', '2026-04-22 05:35:40', '2026-04-22 05:35:39', '2026-04-22 05:35:40'),
(677, 'submission', 'f8a33f8a-2ef4-46e6-90ea-2d286d6212b9', 2030, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '200.10.35.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 YaBrowser/25.12.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-22 09:42:11', '2026-04-22 09:42:13', '2026-04-22 09:42:11', '2026-04-22 09:42:13'),
(678, 'submission', '8f2f2075-db51-477a-aa44-bd91d6484727', 2033, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.53.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-22 16:23:35', '2026-04-22 16:23:36', '2026-04-22 16:23:35', '2026-04-22 16:23:36'),
(679, 'submission', '1d7fd8ad-1c5d-4db1-833b-368d4aa1341e', 2036, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.0.83.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Safari/605.1.15', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-22 18:24:33', '2026-04-22 18:24:34', '2026-04-22 18:24:33', '2026-04-22 18:24:34'),
(680, 'submission', 'e5147748-ae1a-4979-9e2c-c1662c1f1963', 2039, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '54.201.183.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-23 00:53:08', '2026-04-23 00:53:10', '2026-04-23 00:53:08', '2026-04-23 00:53:10'),
(681, 'submission', 'bd89bb70-3dad-4b6d-86f7-a801633156d2', 2042, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.48.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-23 13:55:50', '2026-04-23 13:55:52', '2026-04-23 13:55:50', '2026-04-23 13:55:52'),
(682, 'submission', '5054b471-6549-48c9-aeb1-de2249fb94c3', 2045, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '45.3.42.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-23 16:14:28', '2026-04-23 16:14:30', '2026-04-23 16:14:28', '2026-04-23 16:14:30'),
(683, 'submission', '9784e421-a702-4e72-be15-8c64dbc3cc4f', 2048, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.239.112.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-23 16:56:22', '2026-04-23 16:56:22', '2026-04-23 16:56:22', '2026-04-23 16:56:22'),
(684, 'submission', '56a9a2a8-772f-4b60-bf27-3e959981ffde', 2051, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '176.12.78.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-23 19:54:09', '2026-04-23 19:54:09', '2026-04-23 19:54:09', '2026-04-23 19:54:09'),
(685, 'submission', 'b35f76d8-ee68-45bc-b7ea-b6edb4383e2c', 2054, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '104.207.34.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-24 14:13:56', '2026-04-24 14:13:56', '2026-04-24 14:13:56', '2026-04-24 14:13:56'),
(686, 'submission', '813fef65-10ae-4ddd-8c08-df3b84f41379', 2057, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.178.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 OPR/127.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-24 19:54:41', '2026-04-24 19:54:43', '2026-04-24 19:54:41', '2026-04-24 19:54:43'),
(687, 'submission', '2af7422d-ff78-4b1e-bda3-ff4e45ffcc22', 2060, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.177.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-27 00:12:06', '2026-04-27 00:12:08', '2026-04-27 00:12:06', '2026-04-27 00:12:08'),
(688, 'submission', '75da7e51-9bb1-4d89-b5a2-537c759b389a', 2063, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '103.116.72.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-27 06:20:35', '2026-04-27 06:20:36', '2026-04-27 06:20:35', '2026-04-27 06:20:36'),
(689, 'submission', '073dd3cc-a212-46c4-b4db-7f358024555f', 2066, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '182.69.177.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 OPR/128.0.0.0', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-27 22:15:49', '2026-04-27 22:15:50', '2026-04-27 22:15:49', '2026-04-27 22:15:50'),
(690, 'submission', 'd9d31b3b-180c-4873-8c92-d1b36682f41e', 2069, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '141.98.11.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-29 21:42:00', '2026-04-29 21:42:02', '2026-04-29 21:42:00', '2026-04-29 21:42:02'),
(691, 'submission', '05642a58-269d-4361-9ce8-377c1e5d02d8', 2072, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '59.183.70.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-30 03:10:16', '2026-04-30 03:10:16', '2026-04-30 03:10:16', '2026-04-30 03:10:16'),
(692, 'submission', '0678f035-a164-452a-bd31-fa0f99c89ce0', 2075, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '59.183.70.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', 1, 0, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-30 03:10:21', '2026-04-30 03:10:21', '2026-04-30 03:10:21', '2026-04-30 03:10:21'),
(693, 'submission', '2288dcc1-d1ac-4f91-89df-03ed2aab5b98', 2078, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '18.89.139.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-04-30 18:44:21', '2026-04-30 18:44:22', '2026-04-30 18:44:21', '2026-04-30 18:44:22'),
(694, 'submission', 'ebb24bf6-cbb8-4af9-b688-f4f80a24d9ac', 2081, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '64.34.84.10', 'Mozilla/5.0 (Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-05-01 17:17:26', '2026-05-01 17:17:27', '2026-05-01 17:17:26', '2026-05-01 17:17:27'),
(695, 'submission', '42807d19-35cb-416c-9678-23110a093ae2', 2084, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '80.94.95.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-05-01 17:31:39', '2026-05-01 17:31:40', '2026-05-01 17:31:39', '2026-05-01 17:31:40'),
(696, 'submission', '8fec712f-368f-4db5-a14e-506396ed43b1', 2087, 46, '', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '77.90.185.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-05-02 04:10:17', '2026-05-02 04:10:18', '2026-05-02 04:10:17', '2026-05-02 04:10:18'),
(697, 'submission', 'ffef4a0f-918b-4971-9915-8aacfc32bdb1', 2090, 46, 'https://genesiswa.com/contact-us/', 'Contact Us - Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '65.111.29.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-05-02 08:07:08', '2026-05-02 08:07:10', '2026-05-02 08:07:08', '2026-05-02 08:07:10'),
(698, 'submission', 'f7bd1093-2ea8-470e-99ec-05941812300d', 2093, 46, 'https://genesiswa.com/contact-us/', 'Genesis Wellness & Aesthetics', '5f56a4c', 'New Form', 0, 0, '85.198.36.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"46\"}', '2026-05-03 21:57:48', '2026-05-03 21:57:50', '2026-05-03 21:57:48', '2026-05-03 21:57:50');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_submissions_actions_log`
--

CREATE TABLE `wp_393a933460_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_e_submissions_actions_log`
--

INSERT INTO `wp_393a933460_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2025-03-06 11:51:11', '2025-03-06 11:51:11', '2025-03-06 11:51:11', '2025-03-06 11:51:11'),
(2, 2, 'email', 'Email', 'success', NULL, '2025-03-07 10:50:57', '2025-03-07 10:50:57', '2025-03-07 10:50:57', '2025-03-07 10:50:57'),
(3, 3, 'email', 'Email', 'success', NULL, '2025-03-08 17:49:46', '2025-03-08 17:49:46', '2025-03-08 17:49:46', '2025-03-08 17:49:46'),
(4, 4, 'email', 'Email', 'success', NULL, '2025-03-10 14:59:44', '2025-03-10 14:59:44', '2025-03-10 14:59:44', '2025-03-10 14:59:44'),
(5, 5, 'email', 'Email', 'success', NULL, '2025-03-11 18:33:38', '2025-03-11 18:33:38', '2025-03-11 18:33:38', '2025-03-11 18:33:38'),
(6, 6, 'email', 'Email', 'success', NULL, '2025-03-11 19:56:06', '2025-03-11 19:56:06', '2025-03-11 19:56:06', '2025-03-11 19:56:06'),
(7, 7, 'email', 'Email', 'success', NULL, '2025-03-12 09:41:51', '2025-03-12 09:41:51', '2025-03-12 09:41:51', '2025-03-12 09:41:51'),
(8, 8, 'email', 'Email', 'success', NULL, '2025-03-12 14:17:20', '2025-03-12 14:17:20', '2025-03-12 14:17:20', '2025-03-12 14:17:20'),
(9, 9, 'email', 'Email', 'success', NULL, '2025-03-13 17:29:57', '2025-03-13 17:29:57', '2025-03-13 17:29:57', '2025-03-13 17:29:57'),
(10, 10, 'email', 'Email', 'success', NULL, '2025-03-15 14:06:20', '2025-03-15 14:06:20', '2025-03-15 14:06:20', '2025-03-15 14:06:20'),
(11, 11, 'email', 'Email', 'success', NULL, '2025-03-16 05:40:42', '2025-03-16 05:40:42', '2025-03-16 05:40:42', '2025-03-16 05:40:42'),
(12, 12, 'email', 'Email', 'success', NULL, '2025-03-16 14:38:12', '2025-03-16 14:38:12', '2025-03-16 14:38:12', '2025-03-16 14:38:12'),
(13, 13, 'email', 'Email', 'success', NULL, '2025-03-17 01:13:50', '2025-03-17 01:13:50', '2025-03-17 01:13:50', '2025-03-17 01:13:50'),
(14, 14, 'email', 'Email', 'success', NULL, '2025-03-18 08:16:14', '2025-03-18 08:16:14', '2025-03-18 08:16:14', '2025-03-18 08:16:14'),
(15, 15, 'email', 'Email', 'success', NULL, '2025-03-19 02:09:27', '2025-03-19 02:09:27', '2025-03-19 02:09:27', '2025-03-19 02:09:27'),
(16, 16, 'email', 'Email', 'success', NULL, '2025-03-19 03:28:50', '2025-03-19 03:28:50', '2025-03-19 03:28:50', '2025-03-19 03:28:50'),
(17, 17, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:39:18', '2025-03-19 17:39:18', '2025-03-19 17:39:18', '2025-03-19 17:39:18'),
(18, 18, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:39:23', '2025-03-19 17:39:23', '2025-03-19 17:39:23', '2025-03-19 17:39:23'),
(19, 19, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:40:11', '2025-03-19 17:40:11', '2025-03-19 17:40:11', '2025-03-19 17:40:11'),
(20, 20, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:41:01', '2025-03-19 17:41:01', '2025-03-19 17:41:01', '2025-03-19 17:41:01'),
(21, 21, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:41:21', '2025-03-19 17:41:21', '2025-03-19 17:41:21', '2025-03-19 17:41:21'),
(22, 22, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:42:07', '2025-03-19 17:42:07', '2025-03-19 17:42:07', '2025-03-19 17:42:07'),
(23, 23, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-03-19 17:42:39', '2025-03-19 17:42:39', '2025-03-19 17:42:39', '2025-03-19 17:42:39'),
(24, 24, 'email', 'Email', 'success', NULL, '2025-03-20 06:12:54', '2025-03-20 06:12:54', '2025-03-20 06:12:54', '2025-03-20 06:12:54'),
(25, 25, 'email', 'Email', 'success', NULL, '2025-03-21 11:00:21', '2025-03-21 11:00:21', '2025-03-21 11:00:21', '2025-03-21 11:00:21'),
(26, 26, 'email', 'Email', 'success', NULL, '2025-03-24 11:44:32', '2025-03-24 11:44:32', '2025-03-24 11:44:32', '2025-03-24 11:44:32'),
(27, 27, 'email', 'Email', 'success', NULL, '2025-03-24 19:26:39', '2025-03-24 19:26:39', '2025-03-24 19:26:39', '2025-03-24 19:26:39'),
(28, 28, 'email', 'Email', 'success', NULL, '2025-03-24 23:11:10', '2025-03-24 23:11:10', '2025-03-24 23:11:10', '2025-03-24 23:11:10'),
(29, 29, 'email', 'Email', 'success', NULL, '2025-03-28 01:45:19', '2025-03-28 01:45:19', '2025-03-28 01:45:19', '2025-03-28 01:45:19'),
(30, 30, 'email', 'Email', 'success', NULL, '2025-03-28 14:59:39', '2025-03-28 14:59:39', '2025-03-28 14:59:39', '2025-03-28 14:59:39'),
(31, 31, 'email', 'Email', 'success', NULL, '2025-04-01 22:36:09', '2025-04-01 22:36:09', '2025-04-01 22:36:09', '2025-04-01 22:36:09'),
(32, 32, 'email', 'Email', 'success', NULL, '2025-04-04 15:02:22', '2025-04-04 15:02:22', '2025-04-04 15:02:22', '2025-04-04 15:02:22'),
(33, 33, 'email', 'Email', 'success', NULL, '2025-04-07 11:02:31', '2025-04-07 11:02:31', '2025-04-07 11:02:31', '2025-04-07 11:02:31'),
(34, 34, 'email', 'Email', 'success', NULL, '2025-04-08 04:56:22', '2025-04-08 04:56:22', '2025-04-08 04:56:22', '2025-04-08 04:56:22'),
(35, 35, 'email', 'Email', 'success', NULL, '2025-04-08 11:40:30', '2025-04-08 11:40:30', '2025-04-08 11:40:30', '2025-04-08 11:40:30'),
(36, 36, 'email', 'Email', 'success', NULL, '2025-04-15 05:59:30', '2025-04-15 05:59:30', '2025-04-15 05:59:30', '2025-04-15 05:59:30'),
(37, 37, 'email', 'Email', 'success', NULL, '2025-04-17 10:18:59', '2025-04-17 10:18:59', '2025-04-17 10:18:59', '2025-04-17 10:18:59'),
(38, 38, 'email', 'Email', 'success', NULL, '2025-04-21 09:31:20', '2025-04-21 09:31:20', '2025-04-21 09:31:20', '2025-04-21 09:31:20'),
(39, 39, 'email', 'Email', 'success', NULL, '2025-04-22 17:48:07', '2025-04-22 17:48:07', '2025-04-22 17:48:07', '2025-04-22 17:48:07'),
(40, 40, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-04-23 04:37:11', '2025-04-23 04:37:11', '2025-04-23 04:37:11', '2025-04-23 04:37:11'),
(41, 41, 'email', 'Email', 'success', NULL, '2025-04-24 01:28:12', '2025-04-24 01:28:12', '2025-04-24 01:28:12', '2025-04-24 01:28:12'),
(42, 42, 'email', 'Email', 'success', NULL, '2025-04-24 22:37:07', '2025-04-24 22:37:07', '2025-04-24 22:37:07', '2025-04-24 22:37:07'),
(43, 43, 'email', 'Email', 'success', NULL, '2025-04-25 06:36:54', '2025-04-25 06:36:54', '2025-04-25 06:36:54', '2025-04-25 06:36:54'),
(44, 44, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-04-28 03:43:09', '2025-04-28 03:43:09', '2025-04-28 03:43:09', '2025-04-28 03:43:09'),
(45, 45, 'email', 'Email', 'success', NULL, '2025-04-29 05:21:09', '2025-04-29 05:21:09', '2025-04-29 05:21:09', '2025-04-29 05:21:09'),
(46, 46, 'email', 'Email', 'success', NULL, '2025-04-30 02:23:43', '2025-04-30 02:23:43', '2025-04-30 02:23:43', '2025-04-30 02:23:43'),
(47, 47, 'email', 'Email', 'success', NULL, '2025-05-01 05:48:24', '2025-05-01 05:48:24', '2025-05-01 05:48:24', '2025-05-01 05:48:24'),
(48, 48, 'email', 'Email', 'success', NULL, '2025-05-01 17:33:22', '2025-05-01 17:33:22', '2025-05-01 17:33:22', '2025-05-01 17:33:22'),
(49, 49, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-02 21:26:40', '2025-05-02 21:26:40', '2025-05-02 21:26:40', '2025-05-02 21:26:40'),
(50, 50, 'email', 'Email', 'success', NULL, '2025-05-03 08:15:49', '2025-05-03 08:15:49', '2025-05-03 08:15:49', '2025-05-03 08:15:49'),
(51, 51, 'email', 'Email', 'success', NULL, '2025-05-05 19:26:09', '2025-05-05 19:26:09', '2025-05-05 19:26:09', '2025-05-05 19:26:09'),
(52, 52, 'email', 'Email', 'success', NULL, '2025-05-07 17:11:33', '2025-05-07 17:11:33', '2025-05-07 17:11:33', '2025-05-07 17:11:33'),
(53, 53, 'email', 'Email', 'success', NULL, '2025-05-08 04:36:37', '2025-05-08 04:36:37', '2025-05-08 04:36:37', '2025-05-08 04:36:37'),
(54, 54, 'email', 'Email', 'success', NULL, '2025-05-08 05:35:04', '2025-05-08 05:35:04', '2025-05-08 05:35:04', '2025-05-08 05:35:04'),
(55, 55, 'email', 'Email', 'success', NULL, '2025-05-08 23:56:16', '2025-05-08 23:56:16', '2025-05-08 23:56:16', '2025-05-08 23:56:16'),
(56, 56, 'email', 'Email', 'success', NULL, '2025-05-09 12:54:40', '2025-05-09 12:54:40', '2025-05-09 12:54:40', '2025-05-09 12:54:40'),
(57, 57, 'email', 'Email', 'success', NULL, '2025-05-13 13:50:11', '2025-05-13 13:50:11', '2025-05-13 13:50:11', '2025-05-13 13:50:11'),
(58, 58, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-13 23:56:55', '2025-05-13 23:56:55', '2025-05-13 23:56:55', '2025-05-13 23:56:55'),
(59, 59, 'email', 'Email', 'success', NULL, '2025-05-16 20:06:43', '2025-05-16 20:06:43', '2025-05-16 20:06:43', '2025-05-16 20:06:43'),
(60, 60, 'email', 'Email', 'success', NULL, '2025-05-16 22:10:37', '2025-05-16 22:10:37', '2025-05-16 22:10:37', '2025-05-16 22:10:37'),
(61, 61, 'email', 'Email', 'success', NULL, '2025-05-20 16:59:43', '2025-05-20 16:59:43', '2025-05-20 16:59:43', '2025-05-20 16:59:43'),
(62, 62, 'email', 'Email', 'success', NULL, '2025-05-24 08:51:30', '2025-05-24 08:51:30', '2025-05-24 08:51:30', '2025-05-24 08:51:30'),
(63, 63, 'email', 'Email', 'success', NULL, '2025-05-24 18:13:27', '2025-05-24 18:13:27', '2025-05-24 18:13:27', '2025-05-24 18:13:27'),
(64, 64, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-27 19:40:29', '2025-05-27 19:40:29', '2025-05-27 19:40:29', '2025-05-27 19:40:29'),
(65, 65, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-28 02:31:20', '2025-05-28 02:31:20', '2025-05-28 02:31:20', '2025-05-28 02:31:20'),
(66, 66, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-28 10:51:57', '2025-05-28 10:51:57', '2025-05-28 10:51:57', '2025-05-28 10:51:57'),
(67, 67, 'email', 'Email', 'success', NULL, '2025-05-29 08:17:55', '2025-05-29 08:17:55', '2025-05-29 08:17:55', '2025-05-29 08:17:55'),
(68, 68, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-30 09:01:28', '2025-05-30 09:01:28', '2025-05-30 09:01:28', '2025-05-30 09:01:28'),
(69, 69, 'email', 'Email', 'success', NULL, '2025-05-31 00:01:02', '2025-05-31 00:01:02', '2025-05-31 00:01:02', '2025-05-31 00:01:02'),
(70, 70, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-05-31 21:18:37', '2025-05-31 21:18:37', '2025-05-31 21:18:37', '2025-05-31 21:18:37'),
(71, 71, 'email', 'Email', 'success', NULL, '2025-06-03 20:12:03', '2025-06-03 20:12:03', '2025-06-03 20:12:03', '2025-06-03 20:12:03'),
(72, 72, 'email', 'Email', 'success', NULL, '2025-06-03 23:43:56', '2025-06-03 23:43:56', '2025-06-03 23:43:56', '2025-06-03 23:43:56'),
(73, 73, 'email', 'Email', 'success', NULL, '2025-06-05 12:18:58', '2025-06-05 12:18:58', '2025-06-05 12:18:58', '2025-06-05 12:18:58'),
(74, 74, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-06-05 17:01:30', '2025-06-05 17:01:30', '2025-06-05 17:01:30', '2025-06-05 17:01:30'),
(75, 75, 'email', 'Email', 'success', NULL, '2025-06-06 00:59:36', '2025-06-06 00:59:36', '2025-06-06 00:59:36', '2025-06-06 00:59:36'),
(76, 76, 'email', 'Email', 'success', NULL, '2025-06-06 19:27:13', '2025-06-06 19:27:13', '2025-06-06 19:27:13', '2025-06-06 19:27:13'),
(77, 77, 'email', 'Email', 'success', NULL, '2025-06-07 00:04:56', '2025-06-07 00:04:56', '2025-06-07 00:04:56', '2025-06-07 00:04:56'),
(78, 78, 'email', 'Email', 'success', NULL, '2025-06-09 02:07:49', '2025-06-09 02:07:49', '2025-06-09 02:07:49', '2025-06-09 02:07:49'),
(79, 79, 'email', 'Email', 'success', NULL, '2025-06-09 15:14:56', '2025-06-09 15:14:56', '2025-06-09 15:14:56', '2025-06-09 15:14:56'),
(80, 80, 'email', 'Email', 'success', NULL, '2025-06-10 07:22:55', '2025-06-10 07:22:55', '2025-06-10 07:22:55', '2025-06-10 07:22:55'),
(81, 81, 'email', 'Email', 'success', NULL, '2025-06-10 09:56:48', '2025-06-10 09:56:48', '2025-06-10 09:56:48', '2025-06-10 09:56:48'),
(82, 82, 'email', 'Email', 'success', NULL, '2025-06-10 17:21:24', '2025-06-10 17:21:24', '2025-06-10 17:21:24', '2025-06-10 17:21:24'),
(83, 83, 'email', 'Email', 'success', NULL, '2025-06-12 06:56:32', '2025-06-12 06:56:32', '2025-06-12 06:56:32', '2025-06-12 06:56:32'),
(84, 84, 'email', 'Email', 'success', NULL, '2025-06-13 13:06:27', '2025-06-13 13:06:27', '2025-06-13 13:06:27', '2025-06-13 13:06:27'),
(85, 85, 'email', 'Email', 'success', NULL, '2025-06-13 15:11:52', '2025-06-13 15:11:52', '2025-06-13 15:11:52', '2025-06-13 15:11:52'),
(86, 86, 'email', 'Email', 'success', NULL, '2025-06-15 04:37:09', '2025-06-15 04:37:09', '2025-06-15 04:37:09', '2025-06-15 04:37:09'),
(87, 87, 'email', 'Email', 'success', NULL, '2025-06-15 18:16:26', '2025-06-15 18:16:26', '2025-06-15 18:16:26', '2025-06-15 18:16:26'),
(88, 88, 'email', 'Email', 'success', NULL, '2025-06-15 18:43:28', '2025-06-15 18:43:28', '2025-06-15 18:43:28', '2025-06-15 18:43:28'),
(89, 89, 'email', 'Email', 'success', NULL, '2025-06-16 04:44:12', '2025-06-16 04:44:12', '2025-06-16 04:44:12', '2025-06-16 04:44:12'),
(90, 90, 'email', 'Email', 'success', NULL, '2025-06-17 05:04:22', '2025-06-17 05:04:22', '2025-06-17 05:04:22', '2025-06-17 05:04:22'),
(91, 91, 'email', 'Email', 'success', NULL, '2025-06-17 06:18:29', '2025-06-17 06:18:29', '2025-06-17 06:18:29', '2025-06-17 06:18:29'),
(92, 92, 'email', 'Email', 'success', NULL, '2025-06-17 11:28:46', '2025-06-17 11:28:46', '2025-06-17 11:28:46', '2025-06-17 11:28:46'),
(93, 93, 'email', 'Email', 'success', NULL, '2025-06-17 21:33:10', '2025-06-17 21:33:10', '2025-06-17 21:33:10', '2025-06-17 21:33:10'),
(94, 94, 'email', 'Email', 'success', NULL, '2025-06-18 01:49:07', '2025-06-18 01:49:07', '2025-06-18 01:49:07', '2025-06-18 01:49:07'),
(95, 95, 'email', 'Email', 'success', NULL, '2025-06-18 18:07:17', '2025-06-18 18:07:17', '2025-06-18 18:07:17', '2025-06-18 18:07:17'),
(96, 96, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-06-19 19:43:40', '2025-06-19 19:43:40', '2025-06-19 19:43:40', '2025-06-19 19:43:40'),
(97, 97, 'email', 'Email', 'success', NULL, '2025-06-24 18:33:16', '2025-06-24 18:33:16', '2025-06-24 18:33:16', '2025-06-24 18:33:16'),
(98, 98, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-06-25 19:43:55', '2025-06-25 19:43:55', '2025-06-25 19:43:55', '2025-06-25 19:43:55'),
(99, 99, 'email', 'Email', 'success', NULL, '2025-06-26 00:11:20', '2025-06-26 00:11:20', '2025-06-26 00:11:20', '2025-06-26 00:11:20'),
(100, 100, 'email', 'Email', 'success', NULL, '2025-06-26 05:58:42', '2025-06-26 05:58:42', '2025-06-26 05:58:42', '2025-06-26 05:58:42'),
(101, 101, 'email', 'Email', 'success', NULL, '2025-06-26 18:59:54', '2025-06-26 18:59:54', '2025-06-26 18:59:54', '2025-06-26 18:59:54'),
(102, 102, 'email', 'Email', 'success', NULL, '2025-06-26 20:08:22', '2025-06-26 20:08:22', '2025-06-26 20:08:22', '2025-06-26 20:08:22'),
(103, 103, 'email', 'Email', 'success', NULL, '2025-06-27 08:25:27', '2025-06-27 08:25:27', '2025-06-27 08:25:27', '2025-06-27 08:25:27'),
(104, 104, 'email', 'Email', 'success', NULL, '2025-06-27 10:42:04', '2025-06-27 10:42:04', '2025-06-27 10:42:04', '2025-06-27 10:42:04'),
(105, 105, 'email', 'Email', 'success', NULL, '2025-06-28 19:04:34', '2025-06-28 19:04:34', '2025-06-28 19:04:34', '2025-06-28 19:04:34'),
(106, 106, 'email', 'Email', 'success', NULL, '2025-06-30 22:58:33', '2025-06-30 22:58:33', '2025-06-30 22:58:33', '2025-06-30 22:58:33'),
(107, 107, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-01 22:55:20', '2025-07-01 22:55:20', '2025-07-01 22:55:20', '2025-07-01 22:55:20'),
(108, 108, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-02 09:46:50', '2025-07-02 09:46:50', '2025-07-02 09:46:50', '2025-07-02 09:46:50'),
(109, 109, 'email', 'Email', 'success', NULL, '2025-07-02 14:49:03', '2025-07-02 14:49:03', '2025-07-02 14:49:03', '2025-07-02 14:49:03'),
(110, 110, 'email', 'Email', 'success', NULL, '2025-07-03 17:24:24', '2025-07-03 17:24:24', '2025-07-03 17:24:24', '2025-07-03 17:24:24'),
(111, 111, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-03 20:03:19', '2025-07-03 20:03:19', '2025-07-03 20:03:19', '2025-07-03 20:03:19'),
(112, 112, 'email', 'Email', 'success', NULL, '2025-07-03 22:39:06', '2025-07-03 22:39:06', '2025-07-03 22:39:06', '2025-07-03 22:39:06'),
(113, 113, 'email', 'Email', 'success', NULL, '2025-07-07 19:47:18', '2025-07-07 19:47:18', '2025-07-07 19:47:18', '2025-07-07 19:47:18'),
(114, 114, 'email', 'Email', 'success', NULL, '2025-07-07 22:05:02', '2025-07-07 22:05:02', '2025-07-07 22:05:02', '2025-07-07 22:05:02'),
(115, 115, 'email', 'Email', 'success', NULL, '2025-07-08 08:02:58', '2025-07-08 08:02:58', '2025-07-08 08:02:58', '2025-07-08 08:02:58'),
(116, 116, 'email', 'Email', 'success', NULL, '2025-07-09 10:40:51', '2025-07-09 10:40:51', '2025-07-09 10:40:51', '2025-07-09 10:40:51'),
(117, 117, 'email', 'Email', 'success', NULL, '2025-07-09 23:51:47', '2025-07-09 23:51:47', '2025-07-09 23:51:47', '2025-07-09 23:51:47'),
(118, 118, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-10 19:28:43', '2025-07-10 19:28:43', '2025-07-10 19:28:43', '2025-07-10 19:28:43'),
(119, 119, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-11 14:11:23', '2025-07-11 14:11:23', '2025-07-11 14:11:23', '2025-07-11 14:11:23'),
(120, 120, 'email', 'Email', 'success', NULL, '2025-07-16 03:23:38', '2025-07-16 03:23:38', '2025-07-16 03:23:38', '2025-07-16 03:23:38'),
(121, 121, 'email', 'Email', 'success', NULL, '2025-07-18 03:24:36', '2025-07-18 03:24:36', '2025-07-18 03:24:36', '2025-07-18 03:24:36'),
(122, 122, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-18 06:59:26', '2025-07-18 06:59:26', '2025-07-18 06:59:26', '2025-07-18 06:59:26'),
(123, 123, 'email', 'Email', 'success', NULL, '2025-07-18 15:22:23', '2025-07-18 15:22:23', '2025-07-18 15:22:23', '2025-07-18 15:22:23'),
(124, 124, 'email', 'Email', 'success', NULL, '2025-07-19 01:07:33', '2025-07-19 01:07:33', '2025-07-19 01:07:33', '2025-07-19 01:07:33'),
(125, 125, 'email', 'Email', 'success', NULL, '2025-07-20 02:19:33', '2025-07-20 02:19:33', '2025-07-20 02:19:33', '2025-07-20 02:19:33'),
(126, 126, 'email', 'Email', 'success', NULL, '2025-07-20 08:05:17', '2025-07-20 08:05:17', '2025-07-20 08:05:17', '2025-07-20 08:05:17'),
(127, 127, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-20 10:58:21', '2025-07-20 10:58:21', '2025-07-20 10:58:21', '2025-07-20 10:58:21'),
(128, 128, 'email', 'Email', 'success', NULL, '2025-07-21 17:12:46', '2025-07-21 17:12:46', '2025-07-21 17:12:46', '2025-07-21 17:12:46'),
(129, 129, 'email', 'Email', 'success', NULL, '2025-07-21 20:22:19', '2025-07-21 20:22:19', '2025-07-21 20:22:19', '2025-07-21 20:22:19'),
(130, 130, 'email', 'Email', 'success', NULL, '2025-07-25 10:46:31', '2025-07-25 10:46:31', '2025-07-25 10:46:31', '2025-07-25 10:46:31'),
(131, 131, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-25 20:08:09', '2025-07-25 20:08:09', '2025-07-25 20:08:09', '2025-07-25 20:08:09'),
(132, 132, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-26 16:26:24', '2025-07-26 16:26:24', '2025-07-26 16:26:24', '2025-07-26 16:26:24'),
(133, 133, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-29 01:31:03', '2025-07-29 01:31:03', '2025-07-29 01:31:03', '2025-07-29 01:31:03'),
(134, 134, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-07-31 11:50:37', '2025-07-31 11:50:37', '2025-07-31 11:50:37', '2025-07-31 11:50:37'),
(135, 135, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-01 16:22:36', '2025-08-01 16:22:36', '2025-08-01 16:22:36', '2025-08-01 16:22:36'),
(136, 136, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-01 20:58:27', '2025-08-01 20:58:27', '2025-08-01 20:58:27', '2025-08-01 20:58:27'),
(137, 137, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-02 17:47:40', '2025-08-02 17:47:40', '2025-08-02 17:47:40', '2025-08-02 17:47:40'),
(138, 138, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-03 10:25:25', '2025-08-03 10:25:25', '2025-08-03 10:25:25', '2025-08-03 10:25:25'),
(139, 139, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-04 06:43:27', '2025-08-04 06:43:27', '2025-08-04 06:43:27', '2025-08-04 06:43:27'),
(140, 140, 'email', 'Email', 'success', NULL, '2025-08-04 20:24:01', '2025-08-04 20:24:01', '2025-08-04 20:24:01', '2025-08-04 20:24:01'),
(141, 141, 'email', 'Email', 'success', NULL, '2025-08-05 22:50:52', '2025-08-05 22:50:52', '2025-08-05 22:50:52', '2025-08-05 22:50:52'),
(142, 142, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-06 19:50:21', '2025-08-06 19:50:21', '2025-08-06 19:50:21', '2025-08-06 19:50:21'),
(143, 143, 'email', 'Email', 'success', NULL, '2025-08-07 05:04:19', '2025-08-07 05:04:19', '2025-08-07 05:04:19', '2025-08-07 05:04:19'),
(144, 144, 'email', 'Email', 'success', NULL, '2025-08-08 01:44:54', '2025-08-08 01:44:54', '2025-08-08 01:44:54', '2025-08-08 01:44:54'),
(145, 145, 'email', 'Email', 'success', NULL, '2025-08-08 07:16:41', '2025-08-08 07:16:41', '2025-08-08 07:16:41', '2025-08-08 07:16:41'),
(146, 146, 'email', 'Email', 'success', NULL, '2025-08-09 03:51:45', '2025-08-09 03:51:45', '2025-08-09 03:51:45', '2025-08-09 03:51:45'),
(147, 147, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-10 09:11:22', '2025-08-10 09:11:22', '2025-08-10 09:11:22', '2025-08-10 09:11:22'),
(148, 148, 'email', 'Email', 'success', NULL, '2025-08-11 22:47:49', '2025-08-11 22:47:49', '2025-08-11 22:47:49', '2025-08-11 22:47:49'),
(149, 149, 'email', 'Email', 'success', NULL, '2025-08-12 02:01:53', '2025-08-12 02:01:53', '2025-08-12 02:01:53', '2025-08-12 02:01:53'),
(150, 150, 'email', 'Email', 'success', NULL, '2025-08-12 14:02:21', '2025-08-12 14:02:21', '2025-08-12 14:02:21', '2025-08-12 14:02:21'),
(151, 151, 'email', 'Email', 'success', NULL, '2025-08-12 18:36:47', '2025-08-12 18:36:47', '2025-08-12 18:36:47', '2025-08-12 18:36:47'),
(152, 152, 'email', 'Email', 'success', NULL, '2025-08-14 04:16:06', '2025-08-14 04:16:06', '2025-08-14 04:16:06', '2025-08-14 04:16:06'),
(153, 153, 'email', 'Email', 'success', NULL, '2025-08-15 08:24:44', '2025-08-15 08:24:44', '2025-08-15 08:24:44', '2025-08-15 08:24:44'),
(154, 154, 'email', 'Email', 'success', NULL, '2025-08-16 21:15:52', '2025-08-16 21:15:52', '2025-08-16 21:15:52', '2025-08-16 21:15:52'),
(155, 155, 'email', 'Email', 'success', NULL, '2025-08-16 21:24:34', '2025-08-16 21:24:34', '2025-08-16 21:24:34', '2025-08-16 21:24:34'),
(156, 156, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-18 03:39:05', '2025-08-18 03:39:05', '2025-08-18 03:39:05', '2025-08-18 03:39:05'),
(157, 157, 'email', 'Email', 'success', NULL, '2025-08-18 22:20:59', '2025-08-18 22:20:59', '2025-08-18 22:20:59', '2025-08-18 22:20:59'),
(158, 158, 'email', 'Email', 'success', NULL, '2025-08-20 13:25:40', '2025-08-20 13:25:40', '2025-08-20 13:25:40', '2025-08-20 13:25:40'),
(159, 159, 'email', 'Email', 'success', NULL, '2025-08-21 10:04:32', '2025-08-21 10:04:32', '2025-08-21 10:04:32', '2025-08-21 10:04:32'),
(160, 160, 'email', 'Email', 'success', NULL, '2025-08-22 09:18:47', '2025-08-22 09:18:47', '2025-08-22 09:18:47', '2025-08-22 09:18:47'),
(161, 161, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-22 22:06:54', '2025-08-22 22:06:54', '2025-08-22 22:06:54', '2025-08-22 22:06:54'),
(162, 162, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-23 02:17:23', '2025-08-23 02:17:23', '2025-08-23 02:17:23', '2025-08-23 02:17:23'),
(163, 163, 'email', 'Email', 'success', NULL, '2025-08-25 03:09:56', '2025-08-25 03:09:56', '2025-08-25 03:09:56', '2025-08-25 03:09:56'),
(164, 164, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-26 04:22:04', '2025-08-26 04:22:04', '2025-08-26 04:22:04', '2025-08-26 04:22:04'),
(165, 165, 'email', 'Email', 'success', NULL, '2025-08-26 09:01:50', '2025-08-26 09:01:50', '2025-08-26 09:01:50', '2025-08-26 09:01:50'),
(166, 166, 'email', 'Email', 'success', NULL, '2025-08-27 19:36:05', '2025-08-27 19:36:05', '2025-08-27 19:36:05', '2025-08-27 19:36:05'),
(167, 167, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-08-29 20:18:15', '2025-08-29 20:18:15', '2025-08-29 20:18:15', '2025-08-29 20:18:15'),
(168, 168, 'email', 'Email', 'success', NULL, '2025-08-29 21:59:50', '2025-08-29 21:59:50', '2025-08-29 21:59:50', '2025-08-29 21:59:50'),
(169, 169, 'email', 'Email', 'success', NULL, '2025-09-02 01:55:57', '2025-09-02 01:55:57', '2025-09-02 01:55:57', '2025-09-02 01:55:57'),
(170, 170, 'email', 'Email', 'success', NULL, '2025-09-02 02:11:54', '2025-09-02 02:11:54', '2025-09-02 02:11:54', '2025-09-02 02:11:54'),
(171, 171, 'email', 'Email', 'success', NULL, '2025-09-02 19:06:33', '2025-09-02 19:06:33', '2025-09-02 19:06:33', '2025-09-02 19:06:33'),
(172, 172, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-03 16:02:19', '2025-09-03 16:02:19', '2025-09-03 16:02:19', '2025-09-03 16:02:19'),
(173, 173, 'email', 'Email', 'success', NULL, '2025-09-05 03:25:42', '2025-09-05 03:25:42', '2025-09-05 03:25:42', '2025-09-05 03:25:42'),
(174, 174, 'email', 'Email', 'success', NULL, '2025-09-06 08:27:10', '2025-09-06 08:27:10', '2025-09-06 08:27:10', '2025-09-06 08:27:10'),
(175, 175, 'email', 'Email', 'success', NULL, '2025-09-07 23:50:31', '2025-09-07 23:50:31', '2025-09-07 23:50:31', '2025-09-07 23:50:31'),
(176, 176, 'email', 'Email', 'success', NULL, '2025-09-08 09:36:57', '2025-09-08 09:36:57', '2025-09-08 09:36:57', '2025-09-08 09:36:57'),
(177, 177, 'email', 'Email', 'success', NULL, '2025-09-09 19:51:34', '2025-09-09 19:51:34', '2025-09-09 19:51:34', '2025-09-09 19:51:34'),
(178, 178, 'email', 'Email', 'success', NULL, '2025-09-09 20:30:01', '2025-09-09 20:30:01', '2025-09-09 20:30:01', '2025-09-09 20:30:01'),
(179, 179, 'email', 'Email', 'success', NULL, '2025-09-09 22:44:52', '2025-09-09 22:44:52', '2025-09-09 22:44:52', '2025-09-09 22:44:52'),
(180, 180, 'email', 'Email', 'success', NULL, '2025-09-09 22:54:18', '2025-09-09 22:54:18', '2025-09-09 22:54:18', '2025-09-09 22:54:18'),
(181, 181, 'email', 'Email', 'success', NULL, '2025-09-10 08:15:52', '2025-09-10 08:15:52', '2025-09-10 08:15:52', '2025-09-10 08:15:52'),
(182, 182, 'email', 'Email', 'success', NULL, '2025-09-10 10:52:48', '2025-09-10 10:52:48', '2025-09-10 10:52:48', '2025-09-10 10:52:48'),
(183, 183, 'email', 'Email', 'success', NULL, '2025-09-11 05:13:51', '2025-09-11 05:13:51', '2025-09-11 05:13:51', '2025-09-11 05:13:51'),
(184, 184, 'email', 'Email', 'success', NULL, '2025-09-11 07:22:00', '2025-09-11 07:22:00', '2025-09-11 07:22:00', '2025-09-11 07:22:00'),
(185, 185, 'email', 'Email', 'success', NULL, '2025-09-12 01:36:59', '2025-09-12 01:36:59', '2025-09-12 01:36:59', '2025-09-12 01:36:59'),
(186, 186, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-12 10:40:57', '2025-09-12 10:40:57', '2025-09-12 10:40:57', '2025-09-12 10:40:57'),
(187, 187, 'email', 'Email', 'success', NULL, '2025-09-13 19:18:31', '2025-09-13 19:18:31', '2025-09-13 19:18:31', '2025-09-13 19:18:31'),
(188, 188, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-15 17:30:55', '2025-09-15 17:30:55', '2025-09-15 17:30:55', '2025-09-15 17:30:55'),
(189, 189, 'email', 'Email', 'success', NULL, '2025-09-17 05:39:29', '2025-09-17 05:39:29', '2025-09-17 05:39:29', '2025-09-17 05:39:29'),
(190, 190, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-17 06:36:48', '2025-09-17 06:36:48', '2025-09-17 06:36:48', '2025-09-17 06:36:48'),
(191, 191, 'email', 'Email', 'success', NULL, '2025-09-18 20:17:50', '2025-09-18 20:17:50', '2025-09-18 20:17:50', '2025-09-18 20:17:50'),
(192, 192, 'email', 'Email', 'success', NULL, '2025-09-19 02:43:50', '2025-09-19 02:43:50', '2025-09-19 02:43:50', '2025-09-19 02:43:50'),
(193, 193, 'email', 'Email', 'success', NULL, '2025-09-19 09:16:29', '2025-09-19 09:16:29', '2025-09-19 09:16:29', '2025-09-19 09:16:29'),
(194, 194, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-19 10:14:18', '2025-09-19 10:14:18', '2025-09-19 10:14:18', '2025-09-19 10:14:18'),
(195, 195, 'email', 'Email', 'success', NULL, '2025-09-19 19:29:54', '2025-09-19 19:29:54', '2025-09-19 19:29:54', '2025-09-19 19:29:54'),
(196, 196, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-21 04:18:07', '2025-09-21 04:18:07', '2025-09-21 04:18:07', '2025-09-21 04:18:07'),
(197, 197, 'email', 'Email', 'success', NULL, '2025-09-22 09:57:02', '2025-09-22 09:57:02', '2025-09-22 09:57:02', '2025-09-22 09:57:02'),
(198, 198, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-23 01:58:45', '2025-09-23 01:58:45', '2025-09-23 01:58:45', '2025-09-23 01:58:45'),
(199, 199, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-23 03:36:37', '2025-09-23 03:36:37', '2025-09-23 03:36:37', '2025-09-23 03:36:37'),
(200, 200, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-23 05:04:04', '2025-09-23 05:04:04', '2025-09-23 05:04:04', '2025-09-23 05:04:04'),
(201, 201, 'email', 'Email', 'success', NULL, '2025-09-23 21:07:59', '2025-09-23 21:07:59', '2025-09-23 21:07:59', '2025-09-23 21:07:59'),
(202, 202, 'email', 'Email', 'success', NULL, '2025-09-24 01:00:44', '2025-09-24 01:00:44', '2025-09-24 01:00:44', '2025-09-24 01:00:44'),
(203, 203, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-25 09:29:48', '2025-09-25 09:29:48', '2025-09-25 09:29:48', '2025-09-25 09:29:48'),
(204, 204, 'email', 'Email', 'success', NULL, '2025-09-25 17:57:09', '2025-09-25 17:57:09', '2025-09-25 17:57:09', '2025-09-25 17:57:09'),
(205, 205, 'email', 'Email', 'success', NULL, '2025-09-25 22:16:42', '2025-09-25 22:16:42', '2025-09-25 22:16:42', '2025-09-25 22:16:42'),
(206, 206, 'email', 'Email', 'success', NULL, '2025-09-27 00:39:21', '2025-09-27 00:39:21', '2025-09-27 00:39:21', '2025-09-27 00:39:21'),
(207, 207, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-09-30 02:12:06', '2025-09-30 02:12:06', '2025-09-30 02:12:06', '2025-09-30 02:12:06'),
(208, 208, 'email', 'Email', 'success', NULL, '2025-09-30 09:52:31', '2025-09-30 09:52:31', '2025-09-30 09:52:31', '2025-09-30 09:52:31'),
(209, 209, 'email', 'Email', 'success', NULL, '2025-09-30 15:13:03', '2025-09-30 15:13:03', '2025-09-30 15:13:03', '2025-09-30 15:13:03'),
(210, 210, 'email', 'Email', 'success', NULL, '2025-10-02 16:01:18', '2025-10-02 16:01:18', '2025-10-02 16:01:18', '2025-10-02 16:01:18'),
(211, 211, 'email', 'Email', 'success', NULL, '2025-10-02 23:08:43', '2025-10-02 23:08:43', '2025-10-02 23:08:43', '2025-10-02 23:08:43'),
(212, 212, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-03 01:49:35', '2025-10-03 01:49:35', '2025-10-03 01:49:35', '2025-10-03 01:49:35'),
(213, 213, 'email', 'Email', 'success', NULL, '2025-10-03 03:09:45', '2025-10-03 03:09:45', '2025-10-03 03:09:45', '2025-10-03 03:09:45'),
(214, 214, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-03 08:34:16', '2025-10-03 08:34:16', '2025-10-03 08:34:16', '2025-10-03 08:34:16'),
(215, 215, 'email', 'Email', 'success', NULL, '2025-10-04 03:33:09', '2025-10-04 03:33:09', '2025-10-04 03:33:09', '2025-10-04 03:33:09'),
(216, 216, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-05 00:49:15', '2025-10-05 00:49:15', '2025-10-05 00:49:15', '2025-10-05 00:49:15'),
(217, 217, 'email', 'Email', 'success', NULL, '2025-10-06 09:45:05', '2025-10-06 09:45:05', '2025-10-06 09:45:05', '2025-10-06 09:45:05'),
(218, 218, 'email', 'Email', 'success', NULL, '2025-10-06 09:51:12', '2025-10-06 09:51:12', '2025-10-06 09:51:12', '2025-10-06 09:51:12'),
(219, 219, 'email', 'Email', 'success', NULL, '2025-10-07 09:28:24', '2025-10-07 09:28:24', '2025-10-07 09:28:24', '2025-10-07 09:28:24'),
(220, 220, 'email', 'Email', 'success', NULL, '2025-10-07 22:15:12', '2025-10-07 22:15:12', '2025-10-07 22:15:12', '2025-10-07 22:15:12'),
(221, 221, 'email', 'Email', 'success', NULL, '2025-10-08 13:49:30', '2025-10-08 13:49:30', '2025-10-08 13:49:30', '2025-10-08 13:49:30'),
(222, 222, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-08 14:31:54', '2025-10-08 14:31:54', '2025-10-08 14:31:54', '2025-10-08 14:31:54'),
(223, 223, 'email', 'Email', 'success', NULL, '2025-10-09 16:17:40', '2025-10-09 16:17:40', '2025-10-09 16:17:40', '2025-10-09 16:17:40'),
(224, 224, 'email', 'Email', 'success', NULL, '2025-10-09 18:39:47', '2025-10-09 18:39:47', '2025-10-09 18:39:47', '2025-10-09 18:39:47'),
(225, 225, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-10 01:20:47', '2025-10-10 01:20:47', '2025-10-10 01:20:47', '2025-10-10 01:20:47'),
(226, 226, 'email', 'Email', 'success', NULL, '2025-10-10 19:34:26', '2025-10-10 19:34:26', '2025-10-10 19:34:26', '2025-10-10 19:34:26'),
(227, 227, 'email', 'Email', 'success', NULL, '2025-10-11 00:39:26', '2025-10-11 00:39:26', '2025-10-11 00:39:26', '2025-10-11 00:39:26'),
(228, 228, 'email', 'Email', 'success', NULL, '2025-10-11 07:01:51', '2025-10-11 07:01:51', '2025-10-11 07:01:51', '2025-10-11 07:01:51'),
(229, 229, 'email', 'Email', 'success', NULL, '2025-10-13 05:30:34', '2025-10-13 05:30:34', '2025-10-13 05:30:34', '2025-10-13 05:30:34'),
(230, 230, 'email', 'Email', 'success', NULL, '2025-10-13 19:24:32', '2025-10-13 19:24:32', '2025-10-13 19:24:32', '2025-10-13 19:24:32'),
(231, 231, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-14 00:58:17', '2025-10-14 00:58:17', '2025-10-14 00:58:17', '2025-10-14 00:58:17'),
(232, 232, 'email', 'Email', 'success', NULL, '2025-10-14 07:55:02', '2025-10-14 07:55:02', '2025-10-14 07:55:02', '2025-10-14 07:55:02'),
(233, 233, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-15 03:21:09', '2025-10-15 03:21:09', '2025-10-15 03:21:09', '2025-10-15 03:21:09'),
(234, 234, 'email', 'Email', 'success', NULL, '2025-10-16 10:34:23', '2025-10-16 10:34:23', '2025-10-16 10:34:23', '2025-10-16 10:34:23'),
(235, 235, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-16 16:14:53', '2025-10-16 16:14:53', '2025-10-16 16:14:53', '2025-10-16 16:14:53'),
(236, 236, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-16 23:00:43', '2025-10-16 23:00:43', '2025-10-16 23:00:43', '2025-10-16 23:00:43'),
(237, 237, 'email', 'Email', 'success', NULL, '2025-10-19 21:56:06', '2025-10-19 21:56:06', '2025-10-19 21:56:06', '2025-10-19 21:56:06'),
(238, 238, 'email', 'Email', 'success', NULL, '2025-10-19 22:18:19', '2025-10-19 22:18:19', '2025-10-19 22:18:19', '2025-10-19 22:18:19'),
(239, 239, 'email', 'Email', 'success', NULL, '2025-10-20 02:21:00', '2025-10-20 02:21:00', '2025-10-20 02:21:00', '2025-10-20 02:21:00'),
(240, 240, 'email', 'Email', 'success', NULL, '2025-10-21 08:09:04', '2025-10-21 08:09:04', '2025-10-21 08:09:04', '2025-10-21 08:09:04'),
(241, 241, 'email', 'Email', 'success', NULL, '2025-10-22 03:23:45', '2025-10-22 03:23:45', '2025-10-22 03:23:45', '2025-10-22 03:23:45'),
(242, 242, 'email', 'Email', 'success', NULL, '2025-10-22 08:26:25', '2025-10-22 08:26:25', '2025-10-22 08:26:25', '2025-10-22 08:26:25'),
(243, 243, 'email', 'Email', 'success', NULL, '2025-10-24 09:08:30', '2025-10-24 09:08:30', '2025-10-24 09:08:30', '2025-10-24 09:08:30'),
(244, 244, 'email', 'Email', 'success', NULL, '2025-10-24 21:11:47', '2025-10-24 21:11:47', '2025-10-24 21:11:47', '2025-10-24 21:11:47'),
(245, 245, 'email', 'Email', 'success', NULL, '2025-10-25 11:26:47', '2025-10-25 11:26:47', '2025-10-25 11:26:47', '2025-10-25 11:26:47'),
(246, 246, 'email', 'Email', 'success', NULL, '2025-10-25 16:27:10', '2025-10-25 16:27:10', '2025-10-25 16:27:10', '2025-10-25 16:27:10'),
(247, 247, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-10-26 01:18:22', '2025-10-26 01:18:22', '2025-10-26 01:18:22', '2025-10-26 01:18:22'),
(248, 248, 'email', 'Email', 'success', NULL, '2025-10-26 22:31:44', '2025-10-26 22:31:44', '2025-10-26 22:31:44', '2025-10-26 22:31:44'),
(249, 249, 'email', 'Email', 'success', NULL, '2025-10-27 04:18:24', '2025-10-27 04:18:24', '2025-10-27 04:18:24', '2025-10-27 04:18:24'),
(250, 250, 'email', 'Email', 'success', NULL, '2025-10-28 01:15:46', '2025-10-28 01:15:46', '2025-10-28 01:15:46', '2025-10-28 01:15:46'),
(251, 251, 'email', 'Email', 'success', NULL, '2025-10-28 06:01:12', '2025-10-28 06:01:12', '2025-10-28 06:01:12', '2025-10-28 06:01:12'),
(252, 252, 'email', 'Email', 'success', NULL, '2025-10-28 21:57:33', '2025-10-28 21:57:33', '2025-10-28 21:57:33', '2025-10-28 21:57:33'),
(253, 253, 'email', 'Email', 'success', NULL, '2025-10-29 04:24:59', '2025-10-29 04:24:59', '2025-10-29 04:24:59', '2025-10-29 04:24:59'),
(254, 254, 'email', 'Email', 'success', NULL, '2025-10-29 12:38:08', '2025-10-29 12:38:08', '2025-10-29 12:38:08', '2025-10-29 12:38:08'),
(255, 255, 'email', 'Email', 'success', NULL, '2025-10-29 15:58:35', '2025-10-29 15:58:35', '2025-10-29 15:58:35', '2025-10-29 15:58:35'),
(256, 256, 'email', 'Email', 'success', NULL, '2025-10-30 11:10:07', '2025-10-30 11:10:07', '2025-10-30 11:10:07', '2025-10-30 11:10:07'),
(257, 257, 'email', 'Email', 'success', NULL, '2025-10-31 06:53:07', '2025-10-31 06:53:07', '2025-10-31 06:53:07', '2025-10-31 06:53:07'),
(258, 258, 'email', 'Email', 'success', NULL, '2025-11-01 04:16:11', '2025-11-01 04:16:11', '2025-11-01 04:16:11', '2025-11-01 04:16:11'),
(259, 259, 'email', 'Email', 'success', NULL, '2025-11-01 20:26:37', '2025-11-01 20:26:37', '2025-11-01 20:26:37', '2025-11-01 20:26:37'),
(260, 260, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-01 23:40:43', '2025-11-01 23:40:43', '2025-11-01 23:40:43', '2025-11-01 23:40:43'),
(261, 261, 'email', 'Email', 'success', NULL, '2025-11-02 01:06:57', '2025-11-02 01:06:57', '2025-11-02 01:06:57', '2025-11-02 01:06:57'),
(262, 262, 'email', 'Email', 'success', NULL, '2025-11-02 06:37:25', '2025-11-02 06:37:25', '2025-11-02 06:37:25', '2025-11-02 06:37:25'),
(263, 263, 'email', 'Email', 'success', NULL, '2025-11-02 08:03:22', '2025-11-02 08:03:22', '2025-11-02 08:03:22', '2025-11-02 08:03:22'),
(264, 264, 'email', 'Email', 'success', NULL, '2025-11-02 18:21:27', '2025-11-02 18:21:27', '2025-11-02 18:21:27', '2025-11-02 18:21:27'),
(265, 265, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-04 18:18:45', '2025-11-04 18:18:45', '2025-11-04 18:18:45', '2025-11-04 18:18:45'),
(266, 266, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-04 23:10:44', '2025-11-04 23:10:44', '2025-11-04 23:10:44', '2025-11-04 23:10:44'),
(267, 267, 'email', 'Email', 'success', NULL, '2025-11-05 17:24:54', '2025-11-05 17:24:54', '2025-11-05 17:24:54', '2025-11-05 17:24:54'),
(268, 268, 'email', 'Email', 'success', NULL, '2025-11-06 09:52:06', '2025-11-06 09:52:06', '2025-11-06 09:52:06', '2025-11-06 09:52:06'),
(269, 269, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-07 03:10:59', '2025-11-07 03:10:59', '2025-11-07 03:10:59', '2025-11-07 03:10:59'),
(270, 270, 'email', 'Email', 'success', NULL, '2025-11-07 11:08:02', '2025-11-07 11:08:02', '2025-11-07 11:08:02', '2025-11-07 11:08:02'),
(271, 271, 'email', 'Email', 'success', NULL, '2025-11-08 00:31:43', '2025-11-08 00:31:43', '2025-11-08 00:31:43', '2025-11-08 00:31:43'),
(272, 272, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-08 03:31:42', '2025-11-08 03:31:42', '2025-11-08 03:31:42', '2025-11-08 03:31:42'),
(273, 273, 'email', 'Email', 'success', NULL, '2025-11-08 06:04:28', '2025-11-08 06:04:28', '2025-11-08 06:04:28', '2025-11-08 06:04:28'),
(274, 274, 'email', 'Email', 'success', NULL, '2025-11-08 10:26:38', '2025-11-08 10:26:38', '2025-11-08 10:26:38', '2025-11-08 10:26:38'),
(275, 275, 'email', 'Email', 'success', NULL, '2025-11-08 12:59:39', '2025-11-08 12:59:39', '2025-11-08 12:59:39', '2025-11-08 12:59:39'),
(276, 276, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-08 17:38:57', '2025-11-08 17:38:57', '2025-11-08 17:38:57', '2025-11-08 17:38:57'),
(277, 277, 'email', 'Email', 'success', NULL, '2025-11-08 18:43:26', '2025-11-08 18:43:26', '2025-11-08 18:43:26', '2025-11-08 18:43:26'),
(278, 278, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-08 19:40:59', '2025-11-08 19:40:59', '2025-11-08 19:40:59', '2025-11-08 19:40:59'),
(279, 279, 'email', 'Email', 'success', NULL, '2025-11-08 22:06:22', '2025-11-08 22:06:22', '2025-11-08 22:06:22', '2025-11-08 22:06:22'),
(280, 280, 'email', 'Email', 'success', NULL, '2025-11-09 07:02:16', '2025-11-09 07:02:16', '2025-11-09 07:02:16', '2025-11-09 07:02:16'),
(281, 281, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-09 13:49:29', '2025-11-09 13:49:29', '2025-11-09 13:49:29', '2025-11-09 13:49:29'),
(282, 282, 'email', 'Email', 'success', NULL, '2025-11-09 18:26:56', '2025-11-09 18:26:56', '2025-11-09 18:26:56', '2025-11-09 18:26:56'),
(283, 283, 'email', 'Email', 'success', NULL, '2025-11-09 19:05:06', '2025-11-09 19:05:06', '2025-11-09 19:05:06', '2025-11-09 19:05:06'),
(284, 284, 'email', 'Email', 'success', NULL, '2025-11-10 02:25:21', '2025-11-10 02:25:21', '2025-11-10 02:25:21', '2025-11-10 02:25:21'),
(285, 285, 'email', 'Email', 'success', NULL, '2025-11-11 07:20:42', '2025-11-11 07:20:42', '2025-11-11 07:20:42', '2025-11-11 07:20:42'),
(286, 286, 'email', 'Email', 'success', NULL, '2025-11-11 07:21:28', '2025-11-11 07:21:28', '2025-11-11 07:21:28', '2025-11-11 07:21:28'),
(287, 287, 'email', 'Email', 'success', NULL, '2025-11-11 08:21:51', '2025-11-11 08:21:51', '2025-11-11 08:21:51', '2025-11-11 08:21:51'),
(288, 288, 'email', 'Email', 'success', NULL, '2025-11-11 09:57:07', '2025-11-11 09:57:07', '2025-11-11 09:57:07', '2025-11-11 09:57:07'),
(289, 289, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-11 13:26:01', '2025-11-11 13:26:01', '2025-11-11 13:26:01', '2025-11-11 13:26:01'),
(290, 290, 'email', 'Email', 'success', NULL, '2025-11-11 20:31:50', '2025-11-11 20:31:50', '2025-11-11 20:31:50', '2025-11-11 20:31:50'),
(291, 291, 'email', 'Email', 'success', NULL, '2025-11-11 23:32:08', '2025-11-11 23:32:08', '2025-11-11 23:32:08', '2025-11-11 23:32:08'),
(292, 292, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-12 01:25:35', '2025-11-12 01:25:35', '2025-11-12 01:25:35', '2025-11-12 01:25:35'),
(293, 293, 'email', 'Email', 'success', NULL, '2025-11-12 09:24:11', '2025-11-12 09:24:11', '2025-11-12 09:24:11', '2025-11-12 09:24:11'),
(294, 294, 'email', 'Email', 'success', NULL, '2025-11-12 23:24:18', '2025-11-12 23:24:18', '2025-11-12 23:24:18', '2025-11-12 23:24:18'),
(295, 295, 'email', 'Email', 'success', NULL, '2025-11-13 06:22:48', '2025-11-13 06:22:48', '2025-11-13 06:22:48', '2025-11-13 06:22:48'),
(296, 296, 'email', 'Email', 'success', NULL, '2025-11-13 15:57:54', '2025-11-13 15:57:54', '2025-11-13 15:57:54', '2025-11-13 15:57:54'),
(297, 297, 'email', 'Email', 'success', NULL, '2025-11-13 16:21:37', '2025-11-13 16:21:37', '2025-11-13 16:21:37', '2025-11-13 16:21:37'),
(298, 298, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-13 23:13:07', '2025-11-13 23:13:07', '2025-11-13 23:13:07', '2025-11-13 23:13:07'),
(299, 299, 'email', 'Email', 'success', NULL, '2025-11-14 17:15:28', '2025-11-14 17:15:28', '2025-11-14 17:15:28', '2025-11-14 17:15:28'),
(300, 300, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-14 20:18:19', '2025-11-14 20:18:19', '2025-11-14 20:18:19', '2025-11-14 20:18:19'),
(301, 301, 'email', 'Email', 'success', NULL, '2025-11-16 10:11:04', '2025-11-16 10:11:04', '2025-11-16 10:11:04', '2025-11-16 10:11:04'),
(302, 302, 'email', 'Email', 'success', NULL, '2025-11-16 12:06:28', '2025-11-16 12:06:28', '2025-11-16 12:06:28', '2025-11-16 12:06:28'),
(303, 303, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-16 18:04:00', '2025-11-16 18:04:00', '2025-11-16 18:04:00', '2025-11-16 18:04:00'),
(304, 304, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-17 07:09:04', '2025-11-17 07:09:04', '2025-11-17 07:09:04', '2025-11-17 07:09:04'),
(305, 305, 'email', 'Email', 'success', NULL, '2025-11-17 07:29:15', '2025-11-17 07:29:15', '2025-11-17 07:29:15', '2025-11-17 07:29:15'),
(306, 306, 'email', 'Email', 'success', NULL, '2025-11-17 12:45:58', '2025-11-17 12:45:58', '2025-11-17 12:45:58', '2025-11-17 12:45:58'),
(307, 307, 'email', 'Email', 'success', NULL, '2025-11-17 20:47:12', '2025-11-17 20:47:12', '2025-11-17 20:47:12', '2025-11-17 20:47:12'),
(308, 308, 'email', 'Email', 'success', NULL, '2025-11-18 01:29:14', '2025-11-18 01:29:14', '2025-11-18 01:29:14', '2025-11-18 01:29:14'),
(309, 309, 'email', 'Email', 'success', NULL, '2025-11-18 03:52:11', '2025-11-18 03:52:11', '2025-11-18 03:52:11', '2025-11-18 03:52:11'),
(310, 310, 'email', 'Email', 'success', NULL, '2025-11-18 18:41:58', '2025-11-18 18:41:58', '2025-11-18 18:41:58', '2025-11-18 18:41:58'),
(311, 311, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-19 18:58:17', '2025-11-19 18:58:17', '2025-11-19 18:58:17', '2025-11-19 18:58:17'),
(312, 312, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-20 01:17:09', '2025-11-20 01:17:09', '2025-11-20 01:17:09', '2025-11-20 01:17:09'),
(313, 313, 'email', 'Email', 'success', NULL, '2025-11-20 11:13:08', '2025-11-20 11:13:08', '2025-11-20 11:13:08', '2025-11-20 11:13:08'),
(314, 314, 'email', 'Email', 'success', NULL, '2025-11-21 16:46:31', '2025-11-21 16:46:31', '2025-11-21 16:46:31', '2025-11-21 16:46:31'),
(315, 315, 'email', 'Email', 'success', NULL, '2025-11-21 23:45:19', '2025-11-21 23:45:19', '2025-11-21 23:45:19', '2025-11-21 23:45:19'),
(316, 316, 'email', 'Email', 'success', NULL, '2025-11-22 13:14:11', '2025-11-22 13:14:11', '2025-11-22 13:14:11', '2025-11-22 13:14:11'),
(317, 317, 'email', 'Email', 'success', NULL, '2025-11-23 18:13:39', '2025-11-23 18:13:39', '2025-11-23 18:13:39', '2025-11-23 18:13:39'),
(318, 318, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-23 18:47:16', '2025-11-23 18:47:16', '2025-11-23 18:47:16', '2025-11-23 18:47:16'),
(319, 319, 'email', 'Email', 'success', NULL, '2025-11-23 22:57:48', '2025-11-23 22:57:48', '2025-11-23 22:57:48', '2025-11-23 22:57:48'),
(320, 320, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-24 09:31:07', '2025-11-24 09:31:07', '2025-11-24 09:31:07', '2025-11-24 09:31:07'),
(321, 321, 'email', 'Email', 'success', NULL, '2025-11-24 21:48:19', '2025-11-24 21:48:19', '2025-11-24 21:48:19', '2025-11-24 21:48:19'),
(322, 322, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-24 22:34:18', '2025-11-24 22:34:18', '2025-11-24 22:34:18', '2025-11-24 22:34:18'),
(323, 323, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-11-25 11:26:15', '2025-11-25 11:26:15', '2025-11-25 11:26:15', '2025-11-25 11:26:15'),
(324, 324, 'email', 'Email', 'success', NULL, '2025-11-25 15:37:33', '2025-11-25 15:37:33', '2025-11-25 15:37:33', '2025-11-25 15:37:33'),
(325, 325, 'email', 'Email', 'success', NULL, '2025-11-26 02:16:58', '2025-11-26 02:16:58', '2025-11-26 02:16:58', '2025-11-26 02:16:58'),
(326, 326, 'email', 'Email', 'success', NULL, '2025-11-26 17:45:13', '2025-11-26 17:45:13', '2025-11-26 17:45:13', '2025-11-26 17:45:13'),
(327, 327, 'email', 'Email', 'success', NULL, '2025-11-27 01:40:45', '2025-11-27 01:40:45', '2025-11-27 01:40:45', '2025-11-27 01:40:45'),
(328, 328, 'email', 'Email', 'success', NULL, '2025-11-27 11:46:45', '2025-11-27 11:46:45', '2025-11-27 11:46:45', '2025-11-27 11:46:45'),
(329, 329, 'email', 'Email', 'success', NULL, '2025-11-27 13:17:46', '2025-11-27 13:17:46', '2025-11-27 13:17:46', '2025-11-27 13:17:46'),
(330, 330, 'email', 'Email', 'success', NULL, '2025-11-27 19:38:33', '2025-11-27 19:38:33', '2025-11-27 19:38:33', '2025-11-27 19:38:33'),
(331, 331, 'email', 'Email', 'success', NULL, '2025-11-28 14:43:00', '2025-11-28 14:43:00', '2025-11-28 14:43:00', '2025-11-28 14:43:00'),
(332, 332, 'email', 'Email', 'success', NULL, '2025-11-28 15:17:03', '2025-11-28 15:17:03', '2025-11-28 15:17:03', '2025-11-28 15:17:03'),
(333, 333, 'email', 'Email', 'success', NULL, '2025-11-29 11:56:37', '2025-11-29 11:56:37', '2025-11-29 11:56:37', '2025-11-29 11:56:37'),
(334, 334, 'email', 'Email', 'success', NULL, '2025-11-29 13:08:54', '2025-11-29 13:08:54', '2025-11-29 13:08:54', '2025-11-29 13:08:54'),
(335, 335, 'email', 'Email', 'success', NULL, '2025-11-29 13:20:35', '2025-11-29 13:20:35', '2025-11-29 13:20:35', '2025-11-29 13:20:35'),
(336, 336, 'email', 'Email', 'success', NULL, '2025-11-29 14:40:38', '2025-11-29 14:40:38', '2025-11-29 14:40:38', '2025-11-29 14:40:38'),
(337, 337, 'email', 'Email', 'success', NULL, '2025-11-29 21:55:11', '2025-11-29 21:55:11', '2025-11-29 21:55:11', '2025-11-29 21:55:11');
INSERT INTO `wp_393a933460_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(338, 338, 'email', 'Email', 'success', NULL, '2025-11-30 02:59:22', '2025-11-30 02:59:22', '2025-11-30 02:59:22', '2025-11-30 02:59:22'),
(339, 339, 'email', 'Email', 'success', NULL, '2025-11-30 17:00:02', '2025-11-30 17:00:02', '2025-11-30 17:00:02', '2025-11-30 17:00:02'),
(340, 340, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-01 00:52:30', '2025-12-01 00:52:30', '2025-12-01 00:52:30', '2025-12-01 00:52:30'),
(341, 341, 'email', 'Email', 'success', NULL, '2025-12-01 01:00:11', '2025-12-01 01:00:11', '2025-12-01 01:00:11', '2025-12-01 01:00:11'),
(342, 342, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-01 17:10:28', '2025-12-01 17:10:28', '2025-12-01 17:10:28', '2025-12-01 17:10:28'),
(343, 343, 'email', 'Email', 'success', NULL, '2025-12-01 17:22:07', '2025-12-01 17:22:07', '2025-12-01 17:22:07', '2025-12-01 17:22:07'),
(344, 344, 'email', 'Email', 'success', NULL, '2025-12-01 17:43:32', '2025-12-01 17:43:32', '2025-12-01 17:43:32', '2025-12-01 17:43:32'),
(345, 345, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-01 23:48:31', '2025-12-01 23:48:31', '2025-12-01 23:48:31', '2025-12-01 23:48:31'),
(346, 346, 'email', 'Email', 'success', NULL, '2025-12-02 03:54:58', '2025-12-02 03:54:58', '2025-12-02 03:54:58', '2025-12-02 03:54:58'),
(347, 347, 'email', 'Email', 'success', NULL, '2025-12-02 12:44:19', '2025-12-02 12:44:19', '2025-12-02 12:44:19', '2025-12-02 12:44:19'),
(348, 348, 'email', 'Email', 'success', NULL, '2025-12-03 18:27:55', '2025-12-03 18:27:55', '2025-12-03 18:27:55', '2025-12-03 18:27:55'),
(349, 349, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-03 19:28:59', '2025-12-03 19:28:59', '2025-12-03 19:28:59', '2025-12-03 19:28:59'),
(350, 350, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-04 04:10:48', '2025-12-04 04:10:48', '2025-12-04 04:10:48', '2025-12-04 04:10:48'),
(351, 351, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-04 11:04:51', '2025-12-04 11:04:51', '2025-12-04 11:04:51', '2025-12-04 11:04:51'),
(352, 352, 'email', 'Email', 'success', NULL, '2025-12-04 11:46:41', '2025-12-04 11:46:41', '2025-12-04 11:46:41', '2025-12-04 11:46:41'),
(353, 353, 'email', 'Email', 'success', NULL, '2025-12-04 11:54:59', '2025-12-04 11:54:59', '2025-12-04 11:54:59', '2025-12-04 11:54:59'),
(354, 354, 'email', 'Email', 'success', NULL, '2025-12-04 17:06:55', '2025-12-04 17:06:55', '2025-12-04 17:06:55', '2025-12-04 17:06:55'),
(355, 355, 'email', 'Email', 'success', NULL, '2025-12-04 22:38:37', '2025-12-04 22:38:37', '2025-12-04 22:38:37', '2025-12-04 22:38:37'),
(356, 356, 'email', 'Email', 'success', NULL, '2025-12-05 00:22:36', '2025-12-05 00:22:36', '2025-12-05 00:22:36', '2025-12-05 00:22:36'),
(357, 357, 'email', 'Email', 'success', NULL, '2025-12-05 06:52:56', '2025-12-05 06:52:56', '2025-12-05 06:52:56', '2025-12-05 06:52:56'),
(358, 358, 'email', 'Email', 'success', NULL, '2025-12-05 14:59:27', '2025-12-05 14:59:27', '2025-12-05 14:59:27', '2025-12-05 14:59:27'),
(359, 359, 'email', 'Email', 'success', NULL, '2025-12-05 15:07:09', '2025-12-05 15:07:09', '2025-12-05 15:07:09', '2025-12-05 15:07:09'),
(360, 360, 'email', 'Email', 'success', NULL, '2025-12-05 22:30:31', '2025-12-05 22:30:31', '2025-12-05 22:30:31', '2025-12-05 22:30:31'),
(361, 361, 'email', 'Email', 'success', NULL, '2025-12-06 01:50:28', '2025-12-06 01:50:28', '2025-12-06 01:50:28', '2025-12-06 01:50:28'),
(362, 362, 'email', 'Email', 'success', NULL, '2025-12-06 09:50:30', '2025-12-06 09:50:30', '2025-12-06 09:50:30', '2025-12-06 09:50:30'),
(363, 363, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-06 17:06:21', '2025-12-06 17:06:21', '2025-12-06 17:06:21', '2025-12-06 17:06:21'),
(364, 364, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-07 09:05:50', '2025-12-07 09:05:50', '2025-12-07 09:05:50', '2025-12-07 09:05:50'),
(365, 365, 'email', 'Email', 'success', NULL, '2025-12-07 14:47:49', '2025-12-07 14:47:49', '2025-12-07 14:47:49', '2025-12-07 14:47:49'),
(366, 366, 'email', 'Email', 'success', NULL, '2025-12-08 09:38:52', '2025-12-08 09:38:52', '2025-12-08 09:38:52', '2025-12-08 09:38:52'),
(367, 367, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-09 02:40:52', '2025-12-09 02:40:52', '2025-12-09 02:40:52', '2025-12-09 02:40:52'),
(368, 368, 'email', 'Email', 'success', NULL, '2025-12-09 11:19:00', '2025-12-09 11:19:00', '2025-12-09 11:19:00', '2025-12-09 11:19:00'),
(369, 369, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-09 18:26:12', '2025-12-09 18:26:12', '2025-12-09 18:26:12', '2025-12-09 18:26:12'),
(370, 370, 'email', 'Email', 'success', NULL, '2025-12-09 18:45:20', '2025-12-09 18:45:20', '2025-12-09 18:45:20', '2025-12-09 18:45:20'),
(371, 371, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-09 22:10:58', '2025-12-09 22:10:58', '2025-12-09 22:10:58', '2025-12-09 22:10:58'),
(372, 372, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-09 23:17:27', '2025-12-09 23:17:27', '2025-12-09 23:17:27', '2025-12-09 23:17:27'),
(373, 373, 'email', 'Email', 'success', NULL, '2025-12-09 23:58:06', '2025-12-09 23:58:06', '2025-12-09 23:58:06', '2025-12-09 23:58:06'),
(374, 374, 'email', 'Email', 'success', NULL, '2025-12-10 00:13:47', '2025-12-10 00:13:47', '2025-12-10 00:13:47', '2025-12-10 00:13:47'),
(375, 375, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-10 02:34:30', '2025-12-10 02:34:30', '2025-12-10 02:34:30', '2025-12-10 02:34:30'),
(376, 376, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-10 12:44:00', '2025-12-10 12:44:00', '2025-12-10 12:44:00', '2025-12-10 12:44:00'),
(377, 377, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-10 19:10:59', '2025-12-10 19:10:59', '2025-12-10 19:10:59', '2025-12-10 19:10:59'),
(378, 378, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-12 12:25:44', '2025-12-12 12:25:44', '2025-12-12 12:25:44', '2025-12-12 12:25:44'),
(379, 379, 'email', 'Email', 'success', NULL, '2025-12-12 19:36:23', '2025-12-12 19:36:23', '2025-12-12 19:36:23', '2025-12-12 19:36:23'),
(380, 380, 'email', 'Email', 'success', NULL, '2025-12-12 20:05:47', '2025-12-12 20:05:47', '2025-12-12 20:05:47', '2025-12-12 20:05:47'),
(381, 381, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-13 08:22:41', '2025-12-13 08:22:41', '2025-12-13 08:22:41', '2025-12-13 08:22:41'),
(382, 382, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-13 09:41:05', '2025-12-13 09:41:05', '2025-12-13 09:41:05', '2025-12-13 09:41:05'),
(383, 383, 'email', 'Email', 'success', NULL, '2025-12-13 16:16:59', '2025-12-13 16:16:59', '2025-12-13 16:16:59', '2025-12-13 16:16:59'),
(384, 384, 'email', 'Email', 'success', NULL, '2025-12-14 05:27:27', '2025-12-14 05:27:27', '2025-12-14 05:27:27', '2025-12-14 05:27:27'),
(385, 385, 'email', 'Email', 'success', NULL, '2025-12-14 06:34:50', '2025-12-14 06:34:50', '2025-12-14 06:34:50', '2025-12-14 06:34:50'),
(386, 386, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-14 11:59:29', '2025-12-14 11:59:29', '2025-12-14 11:59:29', '2025-12-14 11:59:29'),
(387, 387, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-14 18:13:29', '2025-12-14 18:13:29', '2025-12-14 18:13:29', '2025-12-14 18:13:29'),
(388, 388, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-14 20:32:16', '2025-12-14 20:32:16', '2025-12-14 20:32:16', '2025-12-14 20:32:16'),
(389, 389, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-15 09:58:54', '2025-12-15 09:58:54', '2025-12-15 09:58:54', '2025-12-15 09:58:54'),
(390, 390, 'email', 'Email', 'success', NULL, '2025-12-15 22:02:04', '2025-12-15 22:02:04', '2025-12-15 22:02:04', '2025-12-15 22:02:04'),
(391, 391, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-16 14:14:36', '2025-12-16 14:14:36', '2025-12-16 14:14:36', '2025-12-16 14:14:36'),
(392, 392, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-16 15:54:15', '2025-12-16 15:54:15', '2025-12-16 15:54:15', '2025-12-16 15:54:15'),
(393, 393, 'email', 'Email', 'success', NULL, '2025-12-16 18:21:05', '2025-12-16 18:21:05', '2025-12-16 18:21:05', '2025-12-16 18:21:05'),
(394, 394, 'email', 'Email', 'success', NULL, '2025-12-16 22:26:23', '2025-12-16 22:26:23', '2025-12-16 22:26:23', '2025-12-16 22:26:23'),
(395, 395, 'email', 'Email', 'success', NULL, '2025-12-17 00:09:19', '2025-12-17 00:09:19', '2025-12-17 00:09:19', '2025-12-17 00:09:19'),
(396, 396, 'email', 'Email', 'success', NULL, '2025-12-17 18:47:52', '2025-12-17 18:47:52', '2025-12-17 18:47:52', '2025-12-17 18:47:52'),
(397, 397, 'email', 'Email', 'success', NULL, '2025-12-17 22:10:56', '2025-12-17 22:10:56', '2025-12-17 22:10:56', '2025-12-17 22:10:56'),
(398, 398, 'email', 'Email', 'success', NULL, '2025-12-18 15:24:10', '2025-12-18 15:24:10', '2025-12-18 15:24:10', '2025-12-18 15:24:10'),
(399, 399, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-18 22:24:01', '2025-12-18 22:24:01', '2025-12-18 22:24:01', '2025-12-18 22:24:01'),
(400, 400, 'email', 'Email', 'success', NULL, '2025-12-18 23:03:53', '2025-12-18 23:03:53', '2025-12-18 23:03:53', '2025-12-18 23:03:53'),
(401, 401, 'email', 'Email', 'success', NULL, '2025-12-19 06:11:30', '2025-12-19 06:11:30', '2025-12-19 06:11:30', '2025-12-19 06:11:30'),
(402, 402, 'email', 'Email', 'success', NULL, '2025-12-19 16:48:25', '2025-12-19 16:48:25', '2025-12-19 16:48:25', '2025-12-19 16:48:25'),
(403, 403, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-19 18:59:14', '2025-12-19 18:59:14', '2025-12-19 18:59:14', '2025-12-19 18:59:14'),
(404, 404, 'email', 'Email', 'success', NULL, '2025-12-19 23:44:25', '2025-12-19 23:44:25', '2025-12-19 23:44:25', '2025-12-19 23:44:25'),
(405, 405, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-20 08:16:17', '2025-12-20 08:16:17', '2025-12-20 08:16:17', '2025-12-20 08:16:17'),
(406, 406, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-20 16:47:25', '2025-12-20 16:47:25', '2025-12-20 16:47:25', '2025-12-20 16:47:25'),
(407, 407, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-20 20:45:00', '2025-12-20 20:45:00', '2025-12-20 20:45:00', '2025-12-20 20:45:00'),
(408, 408, 'email', 'Email', 'success', NULL, '2025-12-21 04:04:29', '2025-12-21 04:04:29', '2025-12-21 04:04:29', '2025-12-21 04:04:29'),
(409, 409, 'email', 'Email', 'success', NULL, '2025-12-21 23:12:44', '2025-12-21 23:12:44', '2025-12-21 23:12:44', '2025-12-21 23:12:44'),
(410, 410, 'email', 'Email', 'success', NULL, '2025-12-22 09:07:46', '2025-12-22 09:07:46', '2025-12-22 09:07:46', '2025-12-22 09:07:46'),
(411, 411, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-22 17:44:08', '2025-12-22 17:44:08', '2025-12-22 17:44:08', '2025-12-22 17:44:08'),
(412, 412, 'email', 'Email', 'success', NULL, '2025-12-23 01:04:44', '2025-12-23 01:04:44', '2025-12-23 01:04:44', '2025-12-23 01:04:44'),
(413, 413, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-23 03:15:14', '2025-12-23 03:15:14', '2025-12-23 03:15:14', '2025-12-23 03:15:14'),
(414, 414, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-23 13:11:31', '2025-12-23 13:11:31', '2025-12-23 13:11:31', '2025-12-23 13:11:31'),
(415, 415, 'email', 'Email', 'success', NULL, '2025-12-24 00:11:18', '2025-12-24 00:11:18', '2025-12-24 00:11:18', '2025-12-24 00:11:18'),
(416, 416, 'email', 'Email', 'success', NULL, '2025-12-24 02:59:00', '2025-12-24 02:59:00', '2025-12-24 02:59:00', '2025-12-24 02:59:00'),
(417, 417, 'email', 'Email', 'success', NULL, '2025-12-24 17:55:25', '2025-12-24 17:55:25', '2025-12-24 17:55:25', '2025-12-24 17:55:25'),
(418, 418, 'email', 'Email', 'success', NULL, '2025-12-25 08:03:17', '2025-12-25 08:03:17', '2025-12-25 08:03:17', '2025-12-25 08:03:17'),
(419, 419, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-26 12:04:38', '2025-12-26 12:04:38', '2025-12-26 12:04:38', '2025-12-26 12:04:38'),
(420, 420, 'email', 'Email', 'success', NULL, '2025-12-26 21:29:11', '2025-12-26 21:29:11', '2025-12-26 21:29:11', '2025-12-26 21:29:11'),
(421, 421, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-26 22:21:46', '2025-12-26 22:21:46', '2025-12-26 22:21:46', '2025-12-26 22:21:46'),
(422, 422, 'email', 'Email', 'success', NULL, '2025-12-26 23:18:20', '2025-12-26 23:18:20', '2025-12-26 23:18:20', '2025-12-26 23:18:20'),
(423, 423, 'email', 'Email', 'success', NULL, '2025-12-27 04:25:58', '2025-12-27 04:25:58', '2025-12-27 04:25:58', '2025-12-27 04:25:58'),
(424, 424, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-27 13:00:42', '2025-12-27 13:00:42', '2025-12-27 13:00:42', '2025-12-27 13:00:42'),
(425, 425, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-29 04:03:06', '2025-12-29 04:03:06', '2025-12-29 04:03:06', '2025-12-29 04:03:06'),
(426, 426, 'email', 'Email', 'success', NULL, '2025-12-29 11:59:18', '2025-12-29 11:59:18', '2025-12-29 11:59:18', '2025-12-29 11:59:18'),
(427, 427, 'email', 'Email', 'success', NULL, '2025-12-29 14:57:31', '2025-12-29 14:57:31', '2025-12-29 14:57:31', '2025-12-29 14:57:31'),
(428, 428, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-29 19:43:40', '2025-12-29 19:43:40', '2025-12-29 19:43:40', '2025-12-29 19:43:40'),
(429, 429, 'email', 'Email', 'success', NULL, '2025-12-30 03:15:39', '2025-12-30 03:15:39', '2025-12-30 03:15:39', '2025-12-30 03:15:39'),
(430, 430, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2025-12-30 19:04:44', '2025-12-30 19:04:44', '2025-12-30 19:04:44', '2025-12-30 19:04:44'),
(431, 431, 'email', 'Email', 'success', NULL, '2025-12-31 08:18:52', '2025-12-31 08:18:52', '2025-12-31 08:18:52', '2025-12-31 08:18:52'),
(432, 432, 'email', 'Email', 'success', NULL, '2026-01-01 03:45:50', '2026-01-01 03:45:50', '2026-01-01 03:45:50', '2026-01-01 03:45:50'),
(433, 433, 'email', 'Email', 'success', NULL, '2026-01-01 08:59:36', '2026-01-01 08:59:36', '2026-01-01 08:59:36', '2026-01-01 08:59:36'),
(434, 434, 'email', 'Email', 'success', NULL, '2026-01-01 18:17:32', '2026-01-01 18:17:32', '2026-01-01 18:17:32', '2026-01-01 18:17:32'),
(435, 435, 'email', 'Email', 'success', NULL, '2026-01-02 13:30:28', '2026-01-02 13:30:28', '2026-01-02 13:30:28', '2026-01-02 13:30:28'),
(436, 436, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-02 19:30:39', '2026-01-02 19:30:39', '2026-01-02 19:30:39', '2026-01-02 19:30:39'),
(437, 437, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-03 13:38:48', '2026-01-03 13:38:48', '2026-01-03 13:38:48', '2026-01-03 13:38:48'),
(438, 438, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-03 15:25:43', '2026-01-03 15:25:43', '2026-01-03 15:25:43', '2026-01-03 15:25:43'),
(439, 439, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-03 17:38:53', '2026-01-03 17:38:53', '2026-01-03 17:38:53', '2026-01-03 17:38:53'),
(440, 440, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-03 19:22:12', '2026-01-03 19:22:12', '2026-01-03 19:22:12', '2026-01-03 19:22:12'),
(441, 441, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-04 00:03:35', '2026-01-04 00:03:35', '2026-01-04 00:03:35', '2026-01-04 00:03:35'),
(442, 442, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-04 03:19:21', '2026-01-04 03:19:21', '2026-01-04 03:19:21', '2026-01-04 03:19:21'),
(443, 443, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-04 04:24:34', '2026-01-04 04:24:34', '2026-01-04 04:24:34', '2026-01-04 04:24:34'),
(444, 444, 'email', 'Email', 'success', NULL, '2026-01-04 05:54:51', '2026-01-04 05:54:51', '2026-01-04 05:54:51', '2026-01-04 05:54:51'),
(445, 445, 'email', 'Email', 'success', NULL, '2026-01-05 09:47:10', '2026-01-05 09:47:10', '2026-01-05 09:47:10', '2026-01-05 09:47:10'),
(446, 446, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-06 22:50:55', '2026-01-06 22:50:55', '2026-01-06 22:50:55', '2026-01-06 22:50:55'),
(447, 447, 'email', 'Email', 'success', NULL, '2026-01-07 13:47:15', '2026-01-07 13:47:15', '2026-01-07 13:47:15', '2026-01-07 13:47:15'),
(448, 448, 'email', 'Email', 'success', NULL, '2026-01-09 08:52:10', '2026-01-09 08:52:10', '2026-01-09 08:52:10', '2026-01-09 08:52:10'),
(449, 449, 'email', 'Email', 'success', NULL, '2026-01-09 15:50:25', '2026-01-09 15:50:25', '2026-01-09 15:50:25', '2026-01-09 15:50:25'),
(450, 450, 'email', 'Email', 'success', NULL, '2026-01-09 21:36:45', '2026-01-09 21:36:45', '2026-01-09 21:36:45', '2026-01-09 21:36:45'),
(451, 451, 'email', 'Email', 'success', NULL, '2026-01-10 08:36:21', '2026-01-10 08:36:21', '2026-01-10 08:36:21', '2026-01-10 08:36:21'),
(452, 452, 'email', 'Email', 'success', NULL, '2026-01-10 22:59:39', '2026-01-10 22:59:39', '2026-01-10 22:59:39', '2026-01-10 22:59:39'),
(453, 453, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-11 03:08:53', '2026-01-11 03:08:53', '2026-01-11 03:08:53', '2026-01-11 03:08:53'),
(454, 454, 'email', 'Email', 'success', NULL, '2026-01-11 08:44:08', '2026-01-11 08:44:08', '2026-01-11 08:44:08', '2026-01-11 08:44:08'),
(455, 455, 'email', 'Email', 'success', NULL, '2026-01-11 09:32:57', '2026-01-11 09:32:57', '2026-01-11 09:32:57', '2026-01-11 09:32:57'),
(456, 456, 'email', 'Email', 'success', NULL, '2026-01-11 19:42:28', '2026-01-11 19:42:28', '2026-01-11 19:42:28', '2026-01-11 19:42:28'),
(457, 457, 'email', 'Email', 'success', NULL, '2026-01-11 22:50:42', '2026-01-11 22:50:42', '2026-01-11 22:50:42', '2026-01-11 22:50:42'),
(458, 458, 'email', 'Email', 'success', NULL, '2026-01-12 06:18:47', '2026-01-12 06:18:47', '2026-01-12 06:18:47', '2026-01-12 06:18:47'),
(459, 459, 'email', 'Email', 'success', NULL, '2026-01-12 16:26:53', '2026-01-12 16:26:53', '2026-01-12 16:26:53', '2026-01-12 16:26:53'),
(460, 460, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-12 16:51:11', '2026-01-12 16:51:11', '2026-01-12 16:51:11', '2026-01-12 16:51:11'),
(461, 461, 'email', 'Email', 'success', NULL, '2026-01-12 19:17:07', '2026-01-12 19:17:07', '2026-01-12 19:17:07', '2026-01-12 19:17:07'),
(462, 462, 'email', 'Email', 'success', NULL, '2026-01-13 00:05:43', '2026-01-13 00:05:43', '2026-01-13 00:05:43', '2026-01-13 00:05:43'),
(463, 463, 'email', 'Email', 'success', NULL, '2026-01-13 10:22:58', '2026-01-13 10:22:58', '2026-01-13 10:22:58', '2026-01-13 10:22:58'),
(464, 464, 'email', 'Email', 'success', NULL, '2026-01-13 16:10:46', '2026-01-13 16:10:46', '2026-01-13 16:10:46', '2026-01-13 16:10:46'),
(465, 465, 'email', 'Email', 'success', NULL, '2026-01-13 23:42:10', '2026-01-13 23:42:10', '2026-01-13 23:42:10', '2026-01-13 23:42:10'),
(466, 466, 'email', 'Email', 'success', NULL, '2026-01-14 02:04:12', '2026-01-14 02:04:12', '2026-01-14 02:04:12', '2026-01-14 02:04:12'),
(467, 467, 'email', 'Email', 'success', NULL, '2026-01-14 10:06:11', '2026-01-14 10:06:11', '2026-01-14 10:06:11', '2026-01-14 10:06:11'),
(468, 468, 'email', 'Email', 'success', NULL, '2026-01-14 14:28:03', '2026-01-14 14:28:03', '2026-01-14 14:28:03', '2026-01-14 14:28:03'),
(469, 469, 'email', 'Email', 'success', NULL, '2026-01-14 15:46:06', '2026-01-14 15:46:06', '2026-01-14 15:46:06', '2026-01-14 15:46:06'),
(470, 470, 'email', 'Email', 'success', NULL, '2026-01-14 18:51:49', '2026-01-14 18:51:49', '2026-01-14 18:51:49', '2026-01-14 18:51:49'),
(471, 471, 'email', 'Email', 'success', NULL, '2026-01-14 22:21:49', '2026-01-14 22:21:49', '2026-01-14 22:21:49', '2026-01-14 22:21:49'),
(472, 472, 'email', 'Email', 'success', NULL, '2026-01-15 17:01:54', '2026-01-15 17:01:54', '2026-01-15 17:01:54', '2026-01-15 17:01:54'),
(473, 473, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-16 16:39:28', '2026-01-16 16:39:28', '2026-01-16 16:39:28', '2026-01-16 16:39:28'),
(474, 474, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-17 21:16:25', '2026-01-17 21:16:25', '2026-01-17 21:16:25', '2026-01-17 21:16:25'),
(475, 475, 'email', 'Email', 'success', NULL, '2026-01-18 02:20:19', '2026-01-18 02:20:19', '2026-01-18 02:20:19', '2026-01-18 02:20:19'),
(476, 476, 'email', 'Email', 'success', NULL, '2026-01-18 09:40:42', '2026-01-18 09:40:42', '2026-01-18 09:40:42', '2026-01-18 09:40:42'),
(477, 477, 'email', 'Email', 'success', NULL, '2026-01-19 05:47:44', '2026-01-19 05:47:44', '2026-01-19 05:47:44', '2026-01-19 05:47:44'),
(478, 478, 'email', 'Email', 'success', NULL, '2026-01-20 05:40:26', '2026-01-20 05:40:26', '2026-01-20 05:40:26', '2026-01-20 05:40:26'),
(479, 479, 'email', 'Email', 'success', NULL, '2026-01-20 07:18:47', '2026-01-20 07:18:47', '2026-01-20 07:18:47', '2026-01-20 07:18:47'),
(480, 480, 'email', 'Email', 'success', NULL, '2026-01-20 10:00:09', '2026-01-20 10:00:09', '2026-01-20 10:00:09', '2026-01-20 10:00:09'),
(481, 481, 'email', 'Email', 'success', NULL, '2026-01-20 12:52:21', '2026-01-20 12:52:21', '2026-01-20 12:52:21', '2026-01-20 12:52:21'),
(482, 482, 'email', 'Email', 'success', NULL, '2026-01-21 03:07:09', '2026-01-21 03:07:09', '2026-01-21 03:07:09', '2026-01-21 03:07:09'),
(483, 483, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-21 12:14:55', '2026-01-21 12:14:55', '2026-01-21 12:14:55', '2026-01-21 12:14:55'),
(484, 484, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-21 22:16:46', '2026-01-21 22:16:46', '2026-01-21 22:16:46', '2026-01-21 22:16:46'),
(485, 485, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-22 01:49:46', '2026-01-22 01:49:46', '2026-01-22 01:49:46', '2026-01-22 01:49:46'),
(486, 486, 'email', 'Email', 'success', NULL, '2026-01-22 05:54:04', '2026-01-22 05:54:04', '2026-01-22 05:54:04', '2026-01-22 05:54:04'),
(487, 487, 'email', 'Email', 'success', NULL, '2026-01-22 07:56:48', '2026-01-22 07:56:48', '2026-01-22 07:56:48', '2026-01-22 07:56:48'),
(488, 488, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-22 11:29:11', '2026-01-22 11:29:11', '2026-01-22 11:29:11', '2026-01-22 11:29:11'),
(489, 489, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-22 14:10:27', '2026-01-22 14:10:27', '2026-01-22 14:10:27', '2026-01-22 14:10:27'),
(490, 490, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-24 00:21:42', '2026-01-24 00:21:42', '2026-01-24 00:21:42', '2026-01-24 00:21:42'),
(491, 491, 'email', 'Email', 'success', NULL, '2026-01-24 07:05:08', '2026-01-24 07:05:08', '2026-01-24 07:05:08', '2026-01-24 07:05:08'),
(492, 492, 'email', 'Email', 'success', NULL, '2026-01-24 07:30:52', '2026-01-24 07:30:52', '2026-01-24 07:30:52', '2026-01-24 07:30:52'),
(493, 493, 'email', 'Email', 'success', NULL, '2026-01-25 18:18:31', '2026-01-25 18:18:31', '2026-01-25 18:18:31', '2026-01-25 18:18:31'),
(494, 494, 'email', 'Email', 'success', NULL, '2026-01-26 06:15:10', '2026-01-26 06:15:10', '2026-01-26 06:15:10', '2026-01-26 06:15:10'),
(495, 495, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-27 12:52:40', '2026-01-27 12:52:40', '2026-01-27 12:52:40', '2026-01-27 12:52:40'),
(496, 496, 'email', 'Email', 'success', NULL, '2026-01-27 18:45:57', '2026-01-27 18:45:57', '2026-01-27 18:45:57', '2026-01-27 18:45:57'),
(497, 497, 'email', 'Email', 'success', NULL, '2026-01-27 18:46:02', '2026-01-27 18:46:02', '2026-01-27 18:46:02', '2026-01-27 18:46:02'),
(498, 498, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-27 22:09:01', '2026-01-27 22:09:01', '2026-01-27 22:09:01', '2026-01-27 22:09:01'),
(499, 499, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-27 23:08:14', '2026-01-27 23:08:14', '2026-01-27 23:08:14', '2026-01-27 23:08:14'),
(500, 500, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-27 23:15:38', '2026-01-27 23:15:38', '2026-01-27 23:15:38', '2026-01-27 23:15:38'),
(501, 501, 'email', 'Email', 'success', NULL, '2026-01-28 03:31:02', '2026-01-28 03:31:02', '2026-01-28 03:31:02', '2026-01-28 03:31:02'),
(502, 502, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-28 13:21:49', '2026-01-28 13:21:49', '2026-01-28 13:21:49', '2026-01-28 13:21:49'),
(503, 503, 'email', 'Email', 'success', NULL, '2026-01-28 14:44:32', '2026-01-28 14:44:32', '2026-01-28 14:44:32', '2026-01-28 14:44:32'),
(504, 504, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-28 15:06:06', '2026-01-28 15:06:06', '2026-01-28 15:06:06', '2026-01-28 15:06:06'),
(505, 505, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-29 00:17:57', '2026-01-29 00:17:57', '2026-01-29 00:17:57', '2026-01-29 00:17:57'),
(506, 506, 'email', 'Email', 'success', NULL, '2026-01-29 07:12:05', '2026-01-29 07:12:05', '2026-01-29 07:12:05', '2026-01-29 07:12:05'),
(507, 507, 'email', 'Email', 'success', NULL, '2026-01-29 11:33:59', '2026-01-29 11:33:59', '2026-01-29 11:33:59', '2026-01-29 11:33:59'),
(508, 508, 'email', 'Email', 'success', NULL, '2026-01-29 14:57:14', '2026-01-29 14:57:14', '2026-01-29 14:57:14', '2026-01-29 14:57:14'),
(509, 509, 'email', 'Email', 'success', NULL, '2026-01-29 22:56:17', '2026-01-29 22:56:17', '2026-01-29 22:56:17', '2026-01-29 22:56:17'),
(510, 510, 'email', 'Email', 'success', NULL, '2026-01-30 03:33:28', '2026-01-30 03:33:28', '2026-01-30 03:33:28', '2026-01-30 03:33:28'),
(511, 511, 'email', 'Email', 'success', NULL, '2026-01-30 06:16:43', '2026-01-30 06:16:43', '2026-01-30 06:16:43', '2026-01-30 06:16:43'),
(512, 512, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-30 22:45:00', '2026-01-30 22:45:00', '2026-01-30 22:45:00', '2026-01-30 22:45:00'),
(513, 513, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-30 22:56:09', '2026-01-30 22:56:09', '2026-01-30 22:56:09', '2026-01-30 22:56:09'),
(514, 514, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-31 10:31:24', '2026-01-31 10:31:24', '2026-01-31 10:31:24', '2026-01-31 10:31:24'),
(515, 515, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-01-31 16:31:27', '2026-01-31 16:31:27', '2026-01-31 16:31:27', '2026-01-31 16:31:27'),
(516, 516, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-02 04:57:19', '2026-02-02 04:57:19', '2026-02-02 04:57:19', '2026-02-02 04:57:19'),
(517, 517, 'email', 'Email', 'success', NULL, '2026-02-02 20:28:30', '2026-02-02 20:28:30', '2026-02-02 20:28:30', '2026-02-02 20:28:30'),
(518, 518, 'email', 'Email', 'success', NULL, '2026-02-03 23:21:47', '2026-02-03 23:21:47', '2026-02-03 23:21:47', '2026-02-03 23:21:47'),
(519, 519, 'email', 'Email', 'success', NULL, '2026-02-04 09:57:12', '2026-02-04 09:57:12', '2026-02-04 09:57:12', '2026-02-04 09:57:12'),
(520, 520, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-05 13:07:45', '2026-02-05 13:07:45', '2026-02-05 13:07:45', '2026-02-05 13:07:45'),
(521, 521, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-05 23:10:09', '2026-02-05 23:10:09', '2026-02-05 23:10:09', '2026-02-05 23:10:09'),
(522, 522, 'email', 'Email', 'success', NULL, '2026-02-06 08:52:01', '2026-02-06 08:52:01', '2026-02-06 08:52:01', '2026-02-06 08:52:01'),
(523, 523, 'email', 'Email', 'success', NULL, '2026-02-06 11:09:18', '2026-02-06 11:09:18', '2026-02-06 11:09:18', '2026-02-06 11:09:18'),
(524, 524, 'email', 'Email', 'success', NULL, '2026-02-10 01:09:23', '2026-02-10 01:09:23', '2026-02-10 01:09:23', '2026-02-10 01:09:23'),
(525, 525, 'email', 'Email', 'success', NULL, '2026-02-12 04:24:58', '2026-02-12 04:24:58', '2026-02-12 04:24:58', '2026-02-12 04:24:58'),
(526, 526, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-12 13:11:28', '2026-02-12 13:11:28', '2026-02-12 13:11:28', '2026-02-12 13:11:28'),
(527, 527, 'email', 'Email', 'success', NULL, '2026-02-14 08:43:13', '2026-02-14 08:43:13', '2026-02-14 08:43:13', '2026-02-14 08:43:13'),
(528, 528, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-14 13:52:18', '2026-02-14 13:52:18', '2026-02-14 13:52:18', '2026-02-14 13:52:18'),
(529, 529, 'email', 'Email', 'success', NULL, '2026-02-14 20:37:57', '2026-02-14 20:37:57', '2026-02-14 20:37:57', '2026-02-14 20:37:57'),
(530, 530, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-15 02:30:39', '2026-02-15 02:30:39', '2026-02-15 02:30:39', '2026-02-15 02:30:39'),
(531, 531, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-15 12:55:51', '2026-02-15 12:55:51', '2026-02-15 12:55:51', '2026-02-15 12:55:51'),
(532, 532, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-15 13:46:55', '2026-02-15 13:46:55', '2026-02-15 13:46:55', '2026-02-15 13:46:55'),
(533, 533, 'email', 'Email', 'success', NULL, '2026-02-15 17:42:34', '2026-02-15 17:42:34', '2026-02-15 17:42:34', '2026-02-15 17:42:34'),
(534, 534, 'email', 'Email', 'success', NULL, '2026-02-15 22:40:19', '2026-02-15 22:40:19', '2026-02-15 22:40:19', '2026-02-15 22:40:19'),
(535, 535, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-16 05:34:13', '2026-02-16 05:34:13', '2026-02-16 05:34:13', '2026-02-16 05:34:13'),
(536, 536, 'email', 'Email', 'success', NULL, '2026-02-16 12:34:23', '2026-02-16 12:34:23', '2026-02-16 12:34:23', '2026-02-16 12:34:23'),
(537, 537, 'email', 'Email', 'success', NULL, '2026-02-16 17:42:18', '2026-02-16 17:42:18', '2026-02-16 17:42:18', '2026-02-16 17:42:18'),
(538, 538, 'email', 'Email', 'success', NULL, '2026-02-16 19:06:33', '2026-02-16 19:06:33', '2026-02-16 19:06:33', '2026-02-16 19:06:33'),
(539, 539, 'email', 'Email', 'success', NULL, '2026-02-16 20:06:53', '2026-02-16 20:06:53', '2026-02-16 20:06:53', '2026-02-16 20:06:53'),
(540, 540, 'email', 'Email', 'success', NULL, '2026-02-17 05:25:58', '2026-02-17 05:25:58', '2026-02-17 05:25:58', '2026-02-17 05:25:58'),
(541, 541, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-17 21:35:54', '2026-02-17 21:35:54', '2026-02-17 21:35:54', '2026-02-17 21:35:54'),
(542, 542, 'email', 'Email', 'success', NULL, '2026-02-18 00:02:43', '2026-02-18 00:02:43', '2026-02-18 00:02:43', '2026-02-18 00:02:43'),
(543, 543, 'email', 'Email', 'success', NULL, '2026-02-18 03:28:38', '2026-02-18 03:28:38', '2026-02-18 03:28:38', '2026-02-18 03:28:38'),
(544, 544, 'email', 'Email', 'success', NULL, '2026-02-18 06:26:49', '2026-02-18 06:26:49', '2026-02-18 06:26:49', '2026-02-18 06:26:49'),
(545, 545, 'email', 'Email', 'success', NULL, '2026-02-19 03:17:38', '2026-02-19 03:17:38', '2026-02-19 03:17:38', '2026-02-19 03:17:38'),
(546, 546, 'email', 'Email', 'success', NULL, '2026-02-19 04:11:02', '2026-02-19 04:11:02', '2026-02-19 04:11:02', '2026-02-19 04:11:02'),
(547, 547, 'email', 'Email', 'success', NULL, '2026-02-19 07:05:38', '2026-02-19 07:05:38', '2026-02-19 07:05:38', '2026-02-19 07:05:38'),
(548, 548, 'email', 'Email', 'success', NULL, '2026-02-19 19:40:29', '2026-02-19 19:40:29', '2026-02-19 19:40:29', '2026-02-19 19:40:29'),
(549, 549, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-21 10:30:26', '2026-02-21 10:30:26', '2026-02-21 10:30:26', '2026-02-21 10:30:26'),
(550, 550, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-21 21:19:04', '2026-02-21 21:19:04', '2026-02-21 21:19:04', '2026-02-21 21:19:04'),
(551, 551, 'email', 'Email', 'success', NULL, '2026-02-22 09:23:57', '2026-02-22 09:23:57', '2026-02-22 09:23:57', '2026-02-22 09:23:57'),
(552, 552, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-02-22 16:32:55', '2026-02-22 16:32:55', '2026-02-22 16:32:55', '2026-02-22 16:32:55'),
(553, 553, 'email', 'Email', 'success', NULL, '2026-02-23 16:36:47', '2026-02-23 16:36:47', '2026-02-23 16:36:47', '2026-02-23 16:36:47'),
(554, 554, 'email', 'Email', 'success', NULL, '2026-02-23 18:13:39', '2026-02-23 18:13:39', '2026-02-23 18:13:39', '2026-02-23 18:13:39'),
(555, 555, 'email', 'Email', 'success', NULL, '2026-02-24 13:16:51', '2026-02-24 13:16:51', '2026-02-24 13:16:51', '2026-02-24 13:16:51'),
(556, 556, 'email', 'Email', 'success', NULL, '2026-02-24 18:06:11', '2026-02-24 18:06:11', '2026-02-24 18:06:11', '2026-02-24 18:06:11'),
(557, 557, 'email', 'Email', 'success', NULL, '2026-02-24 23:28:56', '2026-02-24 23:28:56', '2026-02-24 23:28:56', '2026-02-24 23:28:56'),
(558, 558, 'email', 'Email', 'success', NULL, '2026-02-25 12:20:41', '2026-02-25 12:20:41', '2026-02-25 12:20:41', '2026-02-25 12:20:41'),
(559, 559, 'email', 'Email', 'success', NULL, '2026-02-25 22:58:49', '2026-02-25 22:58:49', '2026-02-25 22:58:49', '2026-02-25 22:58:49'),
(560, 560, 'email', 'Email', 'success', NULL, '2026-02-25 23:00:30', '2026-02-25 23:00:30', '2026-02-25 23:00:30', '2026-02-25 23:00:30'),
(561, 561, 'email', 'Email', 'success', NULL, '2026-02-26 00:31:55', '2026-02-26 00:31:55', '2026-02-26 00:31:55', '2026-02-26 00:31:55'),
(562, 562, 'email', 'Email', 'success', NULL, '2026-02-26 15:38:43', '2026-02-26 15:38:43', '2026-02-26 15:38:43', '2026-02-26 15:38:43'),
(563, 563, 'email', 'Email', 'success', NULL, '2026-02-27 17:34:39', '2026-02-27 17:34:39', '2026-02-27 17:34:39', '2026-02-27 17:34:39'),
(564, 564, 'email', 'Email', 'success', NULL, '2026-03-02 02:38:34', '2026-03-02 02:38:34', '2026-03-02 02:38:34', '2026-03-02 02:38:34'),
(565, 565, 'email', 'Email', 'success', NULL, '2026-03-02 06:41:48', '2026-03-02 06:41:48', '2026-03-02 06:41:48', '2026-03-02 06:41:48'),
(566, 566, 'email', 'Email', 'success', NULL, '2026-03-03 13:51:39', '2026-03-03 13:51:39', '2026-03-03 13:51:39', '2026-03-03 13:51:39'),
(567, 567, 'email', 'Email', 'success', NULL, '2026-03-04 06:08:52', '2026-03-04 06:08:52', '2026-03-04 06:08:52', '2026-03-04 06:08:52'),
(568, 568, 'email', 'Email', 'success', NULL, '2026-03-04 09:52:59', '2026-03-04 09:52:59', '2026-03-04 09:52:59', '2026-03-04 09:52:59'),
(569, 569, 'email', 'Email', 'success', NULL, '2026-03-05 16:48:33', '2026-03-05 16:48:33', '2026-03-05 16:48:33', '2026-03-05 16:48:33'),
(570, 570, 'email', 'Email', 'success', NULL, '2026-03-05 20:35:48', '2026-03-05 20:35:48', '2026-03-05 20:35:48', '2026-03-05 20:35:48'),
(571, 571, 'email', 'Email', 'success', NULL, '2026-03-07 00:36:56', '2026-03-07 00:36:56', '2026-03-07 00:36:56', '2026-03-07 00:36:56'),
(572, 572, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-07 09:44:17', '2026-03-07 09:44:17', '2026-03-07 09:44:17', '2026-03-07 09:44:17'),
(573, 573, 'email', 'Email', 'success', NULL, '2026-03-07 17:44:42', '2026-03-07 17:44:42', '2026-03-07 17:44:42', '2026-03-07 17:44:42'),
(574, 574, 'email', 'Email', 'success', NULL, '2026-03-08 07:07:19', '2026-03-08 07:07:19', '2026-03-08 07:07:19', '2026-03-08 07:07:19'),
(575, 575, 'email', 'Email', 'success', NULL, '2026-03-08 07:45:09', '2026-03-08 07:45:09', '2026-03-08 07:45:09', '2026-03-08 07:45:09'),
(576, 576, 'email', 'Email', 'success', NULL, '2026-03-08 20:51:54', '2026-03-08 20:51:54', '2026-03-08 20:51:54', '2026-03-08 20:51:54'),
(577, 577, 'email', 'Email', 'success', NULL, '2026-03-09 00:46:40', '2026-03-09 00:46:40', '2026-03-09 00:46:40', '2026-03-09 00:46:40'),
(578, 578, 'email', 'Email', 'success', NULL, '2026-03-09 03:18:53', '2026-03-09 03:18:53', '2026-03-09 03:18:53', '2026-03-09 03:18:53'),
(579, 579, 'email', 'Email', 'success', NULL, '2026-03-09 17:16:58', '2026-03-09 17:16:58', '2026-03-09 17:16:58', '2026-03-09 17:16:58'),
(580, 580, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-10 14:23:45', '2026-03-10 14:23:45', '2026-03-10 14:23:45', '2026-03-10 14:23:45'),
(581, 581, 'email', 'Email', 'success', NULL, '2026-03-11 11:18:36', '2026-03-11 11:18:36', '2026-03-11 11:18:36', '2026-03-11 11:18:36'),
(582, 582, 'email', 'Email', 'success', NULL, '2026-03-11 18:33:57', '2026-03-11 18:33:57', '2026-03-11 18:33:57', '2026-03-11 18:33:57'),
(583, 583, 'email', 'Email', 'success', NULL, '2026-03-12 05:18:21', '2026-03-12 05:18:21', '2026-03-12 05:18:21', '2026-03-12 05:18:21'),
(584, 584, 'email', 'Email', 'success', NULL, '2026-03-12 16:13:24', '2026-03-12 16:13:24', '2026-03-12 16:13:24', '2026-03-12 16:13:24'),
(585, 585, 'email', 'Email', 'success', NULL, '2026-03-12 23:13:24', '2026-03-12 23:13:24', '2026-03-12 23:13:24', '2026-03-12 23:13:24'),
(586, 586, 'email', 'Email', 'success', NULL, '2026-03-12 23:18:03', '2026-03-12 23:18:03', '2026-03-12 23:18:03', '2026-03-12 23:18:03'),
(587, 587, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-14 16:29:35', '2026-03-14 16:29:35', '2026-03-14 16:29:35', '2026-03-14 16:29:35'),
(588, 588, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-15 16:55:39', '2026-03-15 16:55:39', '2026-03-15 16:55:39', '2026-03-15 16:55:39'),
(589, 589, 'email', 'Email', 'success', NULL, '2026-03-16 10:05:01', '2026-03-16 10:05:01', '2026-03-16 10:05:01', '2026-03-16 10:05:01'),
(590, 590, 'email', 'Email', 'success', NULL, '2026-03-16 17:00:58', '2026-03-16 17:00:58', '2026-03-16 17:00:58', '2026-03-16 17:00:58'),
(591, 591, 'email', 'Email', 'success', NULL, '2026-03-17 05:26:01', '2026-03-17 05:26:01', '2026-03-17 05:26:01', '2026-03-17 05:26:01'),
(592, 592, 'email', 'Email', 'success', NULL, '2026-03-17 18:01:35', '2026-03-17 18:01:35', '2026-03-17 18:01:35', '2026-03-17 18:01:35'),
(593, 593, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-17 23:26:51', '2026-03-17 23:26:51', '2026-03-17 23:26:51', '2026-03-17 23:26:51'),
(594, 594, 'email', 'Email', 'success', NULL, '2026-03-18 08:48:20', '2026-03-18 08:48:20', '2026-03-18 08:48:20', '2026-03-18 08:48:20'),
(595, 595, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-18 19:42:40', '2026-03-18 19:42:40', '2026-03-18 19:42:40', '2026-03-18 19:42:40'),
(596, 596, 'email', 'Email', 'success', NULL, '2026-03-19 00:49:06', '2026-03-19 00:49:06', '2026-03-19 00:49:06', '2026-03-19 00:49:06'),
(597, 597, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-19 02:57:24', '2026-03-19 02:57:24', '2026-03-19 02:57:24', '2026-03-19 02:57:24'),
(598, 598, 'email', 'Email', 'success', NULL, '2026-03-19 06:43:52', '2026-03-19 06:43:52', '2026-03-19 06:43:52', '2026-03-19 06:43:52'),
(599, 599, 'email', 'Email', 'success', NULL, '2026-03-19 09:37:55', '2026-03-19 09:37:55', '2026-03-19 09:37:55', '2026-03-19 09:37:55'),
(600, 600, 'email', 'Email', 'success', NULL, '2026-03-19 12:15:38', '2026-03-19 12:15:38', '2026-03-19 12:15:38', '2026-03-19 12:15:38'),
(601, 601, 'email', 'Email', 'success', NULL, '2026-03-19 15:07:33', '2026-03-19 15:07:33', '2026-03-19 15:07:33', '2026-03-19 15:07:33'),
(602, 602, 'email', 'Email', 'success', NULL, '2026-03-19 16:16:08', '2026-03-19 16:16:08', '2026-03-19 16:16:08', '2026-03-19 16:16:08'),
(603, 603, 'email', 'Email', 'success', NULL, '2026-03-20 04:29:19', '2026-03-20 04:29:19', '2026-03-20 04:29:19', '2026-03-20 04:29:19'),
(604, 604, 'email', 'Email', 'success', NULL, '2026-03-20 08:13:15', '2026-03-20 08:13:15', '2026-03-20 08:13:15', '2026-03-20 08:13:15'),
(605, 605, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-20 12:47:46', '2026-03-20 12:47:46', '2026-03-20 12:47:46', '2026-03-20 12:47:46'),
(606, 606, 'email', 'Email', 'success', NULL, '2026-03-20 18:37:47', '2026-03-20 18:37:47', '2026-03-20 18:37:47', '2026-03-20 18:37:47'),
(607, 607, 'email', 'Email', 'success', NULL, '2026-03-20 19:18:15', '2026-03-20 19:18:15', '2026-03-20 19:18:15', '2026-03-20 19:18:15'),
(608, 608, 'email', 'Email', 'success', NULL, '2026-03-22 01:02:35', '2026-03-22 01:02:35', '2026-03-22 01:02:35', '2026-03-22 01:02:35'),
(609, 609, 'email', 'Email', 'success', NULL, '2026-03-23 02:27:35', '2026-03-23 02:27:35', '2026-03-23 02:27:35', '2026-03-23 02:27:35'),
(610, 610, 'email', 'Email', 'success', NULL, '2026-03-23 14:27:47', '2026-03-23 14:27:47', '2026-03-23 14:27:47', '2026-03-23 14:27:47'),
(611, 611, 'email', 'Email', 'success', NULL, '2026-03-23 16:53:05', '2026-03-23 16:53:05', '2026-03-23 16:53:05', '2026-03-23 16:53:05'),
(612, 612, 'email', 'Email', 'success', NULL, '2026-03-24 18:51:53', '2026-03-24 18:51:53', '2026-03-24 18:51:53', '2026-03-24 18:51:53'),
(613, 613, 'email', 'Email', 'success', NULL, '2026-03-24 21:46:05', '2026-03-24 21:46:05', '2026-03-24 21:46:05', '2026-03-24 21:46:05'),
(614, 614, 'email', 'Email', 'success', NULL, '2026-03-24 22:57:03', '2026-03-24 22:57:03', '2026-03-24 22:57:03', '2026-03-24 22:57:03'),
(615, 615, 'email', 'Email', 'success', NULL, '2026-03-24 23:23:41', '2026-03-24 23:23:41', '2026-03-24 23:23:41', '2026-03-24 23:23:41'),
(616, 616, 'email', 'Email', 'success', NULL, '2026-03-25 05:45:10', '2026-03-25 05:45:10', '2026-03-25 05:45:10', '2026-03-25 05:45:10'),
(617, 617, 'email', 'Email', 'success', NULL, '2026-03-25 09:29:01', '2026-03-25 09:29:01', '2026-03-25 09:29:01', '2026-03-25 09:29:01'),
(618, 618, 'email', 'Email', 'success', NULL, '2026-03-26 02:00:47', '2026-03-26 02:00:47', '2026-03-26 02:00:47', '2026-03-26 02:00:47'),
(619, 619, 'email', 'Email', 'success', NULL, '2026-03-26 04:03:26', '2026-03-26 04:03:26', '2026-03-26 04:03:26', '2026-03-26 04:03:26'),
(620, 620, 'email', 'Email', 'success', NULL, '2026-03-27 14:37:47', '2026-03-27 14:37:47', '2026-03-27 14:37:47', '2026-03-27 14:37:47'),
(621, 621, 'email', 'Email', 'success', NULL, '2026-03-27 22:35:25', '2026-03-27 22:35:25', '2026-03-27 22:35:25', '2026-03-27 22:35:25'),
(622, 622, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-28 05:00:29', '2026-03-28 05:00:29', '2026-03-28 05:00:29', '2026-03-28 05:00:29'),
(623, 623, 'email', 'Email', 'success', NULL, '2026-03-29 09:40:42', '2026-03-29 09:40:42', '2026-03-29 09:40:42', '2026-03-29 09:40:42'),
(624, 624, 'email', 'Email', 'success', NULL, '2026-03-29 22:24:19', '2026-03-29 22:24:19', '2026-03-29 22:24:19', '2026-03-29 22:24:19'),
(625, 625, 'email', 'Email', 'success', NULL, '2026-03-30 05:53:15', '2026-03-30 05:53:15', '2026-03-30 05:53:15', '2026-03-30 05:53:15'),
(626, 626, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-03-31 08:54:40', '2026-03-31 08:54:40', '2026-03-31 08:54:40', '2026-03-31 08:54:40'),
(627, 627, 'email', 'Email', 'success', NULL, '2026-03-31 09:33:44', '2026-03-31 09:33:44', '2026-03-31 09:33:44', '2026-03-31 09:33:44'),
(628, 628, 'email', 'Email', 'success', NULL, '2026-03-31 21:08:38', '2026-03-31 21:08:38', '2026-03-31 21:08:38', '2026-03-31 21:08:38'),
(629, 629, 'email', 'Email', 'success', NULL, '2026-04-01 03:48:40', '2026-04-01 03:48:40', '2026-04-01 03:48:40', '2026-04-01 03:48:40'),
(630, 630, 'email', 'Email', 'success', NULL, '2026-04-01 11:11:02', '2026-04-01 11:11:02', '2026-04-01 11:11:02', '2026-04-01 11:11:02'),
(631, 631, 'email', 'Email', 'success', NULL, '2026-04-01 16:58:55', '2026-04-01 16:58:55', '2026-04-01 16:58:55', '2026-04-01 16:58:55'),
(632, 632, 'email', 'Email', 'success', NULL, '2026-04-02 12:45:13', '2026-04-02 12:45:13', '2026-04-02 12:45:13', '2026-04-02 12:45:13'),
(633, 633, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-02 16:37:18', '2026-04-02 16:37:18', '2026-04-02 16:37:18', '2026-04-02 16:37:18'),
(634, 634, 'email', 'Email', 'success', NULL, '2026-04-02 20:11:55', '2026-04-02 20:11:55', '2026-04-02 20:11:55', '2026-04-02 20:11:55'),
(635, 635, 'email', 'Email', 'success', NULL, '2026-04-03 17:12:10', '2026-04-03 17:12:10', '2026-04-03 17:12:10', '2026-04-03 17:12:10'),
(636, 636, 'email', 'Email', 'success', NULL, '2026-04-04 07:55:55', '2026-04-04 07:55:55', '2026-04-04 07:55:55', '2026-04-04 07:55:55'),
(637, 637, 'email', 'Email', 'success', NULL, '2026-04-04 16:26:37', '2026-04-04 16:26:37', '2026-04-04 16:26:37', '2026-04-04 16:26:37'),
(638, 638, 'email', 'Email', 'success', NULL, '2026-04-04 22:26:14', '2026-04-04 22:26:14', '2026-04-04 22:26:14', '2026-04-04 22:26:14'),
(639, 639, 'email', 'Email', 'success', NULL, '2026-04-05 17:32:04', '2026-04-05 17:32:04', '2026-04-05 17:32:04', '2026-04-05 17:32:04'),
(640, 640, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-05 18:14:34', '2026-04-05 18:14:34', '2026-04-05 18:14:34', '2026-04-05 18:14:34'),
(641, 641, 'email', 'Email', 'success', NULL, '2026-04-06 01:33:00', '2026-04-06 01:33:00', '2026-04-06 01:33:00', '2026-04-06 01:33:00'),
(642, 642, 'email', 'Email', 'success', NULL, '2026-04-07 06:52:20', '2026-04-07 06:52:20', '2026-04-07 06:52:20', '2026-04-07 06:52:20'),
(643, 643, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-07 16:04:32', '2026-04-07 16:04:32', '2026-04-07 16:04:32', '2026-04-07 16:04:32'),
(644, 644, 'email', 'Email', 'success', NULL, '2026-04-07 18:17:28', '2026-04-07 18:17:28', '2026-04-07 18:17:28', '2026-04-07 18:17:28'),
(645, 645, 'email', 'Email', 'success', NULL, '2026-04-08 21:40:16', '2026-04-08 21:40:16', '2026-04-08 21:40:16', '2026-04-08 21:40:16'),
(646, 646, 'email', 'Email', 'success', NULL, '2026-04-09 07:41:50', '2026-04-09 07:41:50', '2026-04-09 07:41:50', '2026-04-09 07:41:50'),
(647, 647, 'email', 'Email', 'success', NULL, '2026-04-09 08:08:28', '2026-04-09 08:08:28', '2026-04-09 08:08:28', '2026-04-09 08:08:28'),
(648, 648, 'email', 'Email', 'success', NULL, '2026-04-09 15:46:32', '2026-04-09 15:46:32', '2026-04-09 15:46:32', '2026-04-09 15:46:32'),
(649, 649, 'email', 'Email', 'success', NULL, '2026-04-09 17:48:00', '2026-04-09 17:48:00', '2026-04-09 17:48:00', '2026-04-09 17:48:00'),
(650, 650, 'email', 'Email', 'success', NULL, '2026-04-10 10:55:30', '2026-04-10 10:55:30', '2026-04-10 10:55:30', '2026-04-10 10:55:30'),
(651, 651, 'email', 'Email', 'success', NULL, '2026-04-10 14:14:39', '2026-04-10 14:14:39', '2026-04-10 14:14:39', '2026-04-10 14:14:39'),
(652, 652, 'email', 'Email', 'success', NULL, '2026-04-11 05:12:37', '2026-04-11 05:12:37', '2026-04-11 05:12:37', '2026-04-11 05:12:37'),
(653, 653, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-11 11:52:41', '2026-04-11 11:52:41', '2026-04-11 11:52:41', '2026-04-11 11:52:41'),
(654, 654, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-11 11:57:07', '2026-04-11 11:57:07', '2026-04-11 11:57:07', '2026-04-11 11:57:07'),
(655, 655, 'email', 'Email', 'success', NULL, '2026-04-11 13:55:19', '2026-04-11 13:55:19', '2026-04-11 13:55:19', '2026-04-11 13:55:19'),
(656, 656, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-11 17:55:44', '2026-04-11 17:55:44', '2026-04-11 17:55:44', '2026-04-11 17:55:44'),
(657, 657, 'email', 'Email', 'success', NULL, '2026-04-12 05:50:56', '2026-04-12 05:50:56', '2026-04-12 05:50:56', '2026-04-12 05:50:56'),
(658, 658, 'email', 'Email', 'success', NULL, '2026-04-12 07:03:12', '2026-04-12 07:03:12', '2026-04-12 07:03:12', '2026-04-12 07:03:12'),
(659, 659, 'email', 'Email', 'success', NULL, '2026-04-12 17:21:43', '2026-04-12 17:21:43', '2026-04-12 17:21:43', '2026-04-12 17:21:43'),
(660, 660, 'email', 'Email', 'success', NULL, '2026-04-12 23:25:16', '2026-04-12 23:25:16', '2026-04-12 23:25:16', '2026-04-12 23:25:16'),
(661, 661, 'email', 'Email', 'success', NULL, '2026-04-14 07:29:46', '2026-04-14 07:29:46', '2026-04-14 07:29:46', '2026-04-14 07:29:46'),
(662, 662, 'email', 'Email', 'success', NULL, '2026-04-14 10:29:41', '2026-04-14 10:29:41', '2026-04-14 10:29:41', '2026-04-14 10:29:41'),
(663, 663, 'email', 'Email', 'success', NULL, '2026-04-15 00:34:00', '2026-04-15 00:34:00', '2026-04-15 00:34:00', '2026-04-15 00:34:00'),
(664, 664, 'email', 'Email', 'success', NULL, '2026-04-15 13:47:14', '2026-04-15 13:47:14', '2026-04-15 13:47:14', '2026-04-15 13:47:14'),
(665, 665, 'email', 'Email', 'success', NULL, '2026-04-15 19:44:15', '2026-04-15 19:44:15', '2026-04-15 19:44:15', '2026-04-15 19:44:15'),
(666, 666, 'email', 'Email', 'success', NULL, '2026-04-17 06:35:55', '2026-04-17 06:35:55', '2026-04-17 06:35:55', '2026-04-17 06:35:55'),
(667, 667, 'email', 'Email', 'success', NULL, '2026-04-17 11:20:59', '2026-04-17 11:20:59', '2026-04-17 11:20:59', '2026-04-17 11:20:59');
INSERT INTO `wp_393a933460_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(668, 668, 'email', 'Email', 'success', NULL, '2026-04-18 11:37:54', '2026-04-18 11:37:54', '2026-04-18 11:37:54', '2026-04-18 11:37:54'),
(669, 669, 'email', 'Email', 'success', NULL, '2026-04-18 21:13:16', '2026-04-18 21:13:16', '2026-04-18 21:13:16', '2026-04-18 21:13:16'),
(670, 670, 'email', 'Email', 'success', NULL, '2026-04-18 21:14:15', '2026-04-18 21:14:15', '2026-04-18 21:14:15', '2026-04-18 21:14:15'),
(671, 671, 'email', 'Email', 'success', NULL, '2026-04-18 22:04:26', '2026-04-18 22:04:26', '2026-04-18 22:04:26', '2026-04-18 22:04:26'),
(672, 672, 'email', 'Email', 'success', NULL, '2026-04-19 05:55:56', '2026-04-19 05:55:56', '2026-04-19 05:55:56', '2026-04-19 05:55:56'),
(673, 673, 'email', 'Email', 'success', NULL, '2026-04-21 07:16:39', '2026-04-21 07:16:39', '2026-04-21 07:16:39', '2026-04-21 07:16:39'),
(674, 674, 'email', 'Email', 'success', NULL, '2026-04-21 08:33:43', '2026-04-21 08:33:43', '2026-04-21 08:33:43', '2026-04-21 08:33:43'),
(675, 675, 'email', 'Email', 'success', NULL, '2026-04-22 02:25:03', '2026-04-22 02:25:03', '2026-04-22 02:25:03', '2026-04-22 02:25:03'),
(676, 676, 'email', 'Email', 'success', NULL, '2026-04-22 05:35:40', '2026-04-22 05:35:40', '2026-04-22 05:35:40', '2026-04-22 05:35:40'),
(677, 677, 'email', 'Email', 'success', NULL, '2026-04-22 09:42:13', '2026-04-22 09:42:13', '2026-04-22 09:42:13', '2026-04-22 09:42:13'),
(678, 678, 'email', 'Email', 'success', NULL, '2026-04-22 16:23:36', '2026-04-22 16:23:36', '2026-04-22 16:23:36', '2026-04-22 16:23:36'),
(679, 679, 'email', 'Email', 'success', NULL, '2026-04-22 18:24:34', '2026-04-22 18:24:34', '2026-04-22 18:24:34', '2026-04-22 18:24:34'),
(680, 680, 'email', 'Email', 'success', NULL, '2026-04-23 00:53:10', '2026-04-23 00:53:10', '2026-04-23 00:53:10', '2026-04-23 00:53:10'),
(681, 681, 'email', 'Email', 'success', NULL, '2026-04-23 13:55:52', '2026-04-23 13:55:52', '2026-04-23 13:55:52', '2026-04-23 13:55:52'),
(682, 682, 'email', 'Email', 'success', NULL, '2026-04-23 16:14:30', '2026-04-23 16:14:30', '2026-04-23 16:14:30', '2026-04-23 16:14:30'),
(683, 683, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-23 16:56:26', '2026-04-23 16:56:26', '2026-04-23 16:56:26', '2026-04-23 16:56:26'),
(684, 684, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-23 19:54:10', '2026-04-23 19:54:10', '2026-04-23 19:54:10', '2026-04-23 19:54:10'),
(685, 685, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-24 14:13:57', '2026-04-24 14:13:57', '2026-04-24 14:13:57', '2026-04-24 14:13:57'),
(686, 686, 'email', 'Email', 'success', NULL, '2026-04-24 19:54:43', '2026-04-24 19:54:43', '2026-04-24 19:54:43', '2026-04-24 19:54:43'),
(687, 687, 'email', 'Email', 'success', NULL, '2026-04-27 00:12:08', '2026-04-27 00:12:08', '2026-04-27 00:12:08', '2026-04-27 00:12:08'),
(688, 688, 'email', 'Email', 'success', NULL, '2026-04-27 06:20:36', '2026-04-27 06:20:36', '2026-04-27 06:20:36', '2026-04-27 06:20:36'),
(689, 689, 'email', 'Email', 'success', NULL, '2026-04-27 22:15:50', '2026-04-27 22:15:50', '2026-04-27 22:15:50', '2026-04-27 22:15:50'),
(690, 690, 'email', 'Email', 'success', NULL, '2026-04-29 21:42:02', '2026-04-29 21:42:02', '2026-04-29 21:42:02', '2026-04-29 21:42:02'),
(691, 691, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-30 03:10:18', '2026-04-30 03:10:18', '2026-04-30 03:10:18', '2026-04-30 03:10:18'),
(692, 692, 'email', 'Email', 'failed', 'Your submission failed because of a server error.', '2026-04-30 03:10:22', '2026-04-30 03:10:22', '2026-04-30 03:10:22', '2026-04-30 03:10:22'),
(693, 693, 'email', 'Email', 'success', NULL, '2026-04-30 18:44:22', '2026-04-30 18:44:22', '2026-04-30 18:44:22', '2026-04-30 18:44:22'),
(694, 694, 'email', 'Email', 'success', NULL, '2026-05-01 17:17:27', '2026-05-01 17:17:27', '2026-05-01 17:17:27', '2026-05-01 17:17:27'),
(695, 695, 'email', 'Email', 'success', NULL, '2026-05-01 17:31:40', '2026-05-01 17:31:40', '2026-05-01 17:31:40', '2026-05-01 17:31:40'),
(696, 696, 'email', 'Email', 'success', NULL, '2026-05-02 04:10:18', '2026-05-02 04:10:18', '2026-05-02 04:10:18', '2026-05-02 04:10:18'),
(697, 697, 'email', 'Email', 'success', NULL, '2026-05-02 08:07:10', '2026-05-02 08:07:10', '2026-05-02 08:07:10', '2026-05-02 08:07:10'),
(698, 698, 'email', 'Email', 'success', NULL, '2026-05-03 21:57:50', '2026-05-03 21:57:50', '2026-05-03 21:57:50', '2026-05-03 21:57:50');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_e_submissions_values`
--

CREATE TABLE `wp_393a933460_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_e_submissions_values`
--

INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1, 1, 'name', 'AvaMuh'),
(2, 1, 'email', 'ebojajuje04@gmail.com'),
(3, 1, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(4, 2, 'name', 'ArchieMuh'),
(5, 2, 'email', 'ebojajuje04@gmail.com'),
(6, 2, 'message', 'Xin chào, tôi muốn biết giá của bạn.'),
(7, 3, 'name', 'TedMuh'),
(8, 3, 'email', 'ocopesuq299@gmail.com'),
(9, 3, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(10, 4, 'name', 'Julia'),
(11, 4, 'email', 'info@adoreyes.com'),
(12, 4, 'message', 'We\'re proud to partner with 2,000+ med spas and beauty clinics, and we\'d love for you to be next. Our science-backed, prostaglandin-free ADOREYES Plus Lashes Serum is a spa-exclusive bestseller that delivers clinically proven results—without irritation or side effects.\r\nWhy ADOREYES?\r\n✔ Clinically proven multi-peptide formula\r\n✔ Exclusive to professionals—no direct-to-consumer sales\r\n✔ Clean, high-efficacy ingredients tested for safety\r\n✔ PETA-certified cruelty-free\r\nJoin top industry professionals offering science-driven beauty solutions. Let’s chat—reply to this email or book a call with our clinical educator. Looking forward to hearing from you!\r\nJulia,\r\nwww.adoreyes.com'),
(13, 5, 'name', 'Joel Houghton'),
(14, 5, 'email', 'jhoughton@akamaiinnovations.com'),
(15, 5, 'message', 'Hello, I’m Joel with https://bioidenticalhormonedoctors.com/. Since 2009, we\'ve been connecting patients with doctors and practitioners like yourself that offer bioidentical hormone replacement therapy. Every month we get tens of thousands of people visiting our BHRT doctor directory seeking experienced providers and I would love to discuss referring them to your clinic .\r\n\r\n\r\nYou will receive direct calls and online appointment requests from people that have already read about you and are ready to schedule. The hormone patients you receive from us will become long term patients also interested in other anti-aging and/or functional medicine services your clinic offers. \r\n\r\n\r\nTo explore this exclusive opportunity go to https://calendly.com/join-our-patient-referral-directories/15min to schedule a convenient day and time for a quick discussion. \r\n\r\n\r\nP.S. We have dramatically increased the patient base and revenue for the hundreds of current providers we feature and are excited about doing the same for you!\r\n\r\nBest Regards,\r\n\r\nJoel Houghton\r\nAkamai Innovations, Inc.\r\njhoughton@akamaiinnovations.com'),
(16, 6, 'name', 'GeorgeMuh'),
(17, 6, 'email', 'ocopesuq299@gmail.com'),
(18, 6, 'message', 'Hæ, ég vildi vita verð þitt.'),
(19, 7, 'name', 'Tia Brooke'),
(20, 7, 'email', 'info@increaseorganictraffic.com'),
(21, 7, 'message', 'Hi genesiswa.com,\r\n\r\nI would like to discuss SEO! Strategy for You\r\n\r\nI can assist in optimizing your website to reach the first page of Google, thereby increasing the leads and sales generated from your site.\r\n\r\nNote: I\'d be happy to discuss SEO services in greater detail with you; we can work together. Drop your best number to reach.\r\n\r\nBests Regards,\r\nTia Brooke\r\n\r\nIf you don’t want me to contact you again about this, reply with “unsubscribe”'),
(22, 8, 'name', 'Thank you for registering - it was incredible and pleasant all the best http://yandex.ru ladonna cucumber'),
(23, 8, 'email', 'alex01@24red.ru'),
(24, 8, 'message', 'Thank you for registering - it was incredible and pleasant all the best http://yandex.ru ladonna  cucumber'),
(25, 9, 'name', 'Joel Houghton'),
(26, 9, 'email', 'jhoughton@akamaiinnovations.com'),
(27, 9, 'message', 'Hello, I’m Joel with https://bioidenticalhormonedoctors.com/. Since 2009, we\'ve been connecting patients with doctors and practitioners like yourself that offer bioidentical hormone replacement therapy. Every month we get tens of thousands of people visiting our BHRT doctor directory seeking experienced providers and I would love to discuss referring them to your clinic .\r\n\r\n\r\nYou will receive direct calls and online appointment requests from people that have already read about you and are ready to schedule. The hormone patients you receive from us will become long term patients also interested in other anti-aging and/or functional medicine services your clinic offers. \r\n\r\n\r\nTo explore this exclusive opportunity go to https://calendly.com/join-our-patient-referral-directories/15min to schedule a convenient day and time for a quick discussion. \r\n\r\n\r\nP.S. We have dramatically increased the patient base and revenue for the hundreds of current providers we feature and are excited about doing the same for you!\r\n\r\nBest Regards,\r\n\r\nJoel Houghton\r\nAkamai Innovations, Inc.\r\njhoughton@akamaiinnovations.com'),
(28, 10, 'name', 'JohnMuh'),
(29, 10, 'email', 'duqotayowud23@gmail.com'),
(30, 10, 'message', 'Hi, ego volo scire vestri pretium.'),
(31, 11, 'name', 'Azure'),
(32, 11, 'email', 'azure@azureblank.com'),
(33, 11, 'message', 'Good evening, I hope you\'re doing well. I’m interested in booking a consultation to discuss treatment options for mild jowls. I’m in my mid-thirties and looking for non-surgical or minimally invasive solutions to improve jawline definition.\r\n\r\nCould you please let me know your availability for an appointment? Additionally, I’d appreciate any information on recommended treatments and pricing.\r\n\r\nLooking forward to your response.\r\n\r\nBest,\r\nAzure'),
(34, 12, 'name', 'RobertMuh'),
(35, 12, 'email', 'aferinohis056@gmail.com'),
(36, 12, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(37, 13, 'name', 'Opal'),
(38, 13, 'email', 'opalontheweb@gmail.com'),
(39, 13, 'message', 'Hello Grace,\r\nI’m interested in getting Botox with you. I’ve had Botox cause a lid drop in the past (which was very upsetting) and another experience where not enough was applied, so I’m a bit nervous about it.\r\nI’d like to focus on one brow because it is significantly stronger than the other. My goal is to use Botox to balance it with the weaker side while leaving the weaker side as is. In the past, providers have treated both sides, which still left me with the same imbalance, just to a lesser degree. Have you worked with this kind of asymmetry-focused approach before?\r\nAlso, I saw the special you have right now. What is the regular price for botox per unit?\r\nThank you!\r\nOpal'),
(40, 14, 'name', 'MichaelCor'),
(41, 14, 'email', 'nomin.momin+112s8@mail.ru'),
(42, 14, 'message', 'Nfwhdkjdwj rdqskwjfej wkdwodkwkifjejr okeowjrfiejfiej rowjedowkrfiejfi jrowkorwkjrfejfi jorkdworefoijfeijfowek okdwofjiejgierjfoe genesiswa.com'),
(43, 15, 'name', 'TedMuh'),
(44, 15, 'email', 'aferinohis056@gmail.com'),
(45, 15, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(46, 16, 'name', 'alessandro Molari'),
(47, 16, 'email', 'bestprivatecomunication@gmail.com'),
(48, 16, 'message', 'Dear genesiswa.com Sales Maneger,\r\n\r\nDo you know how much time and resources are wasted on unpromising leads? With the platform I am presenting to you, you can finally optimize your sales process, obtaining reliable and updated data on credit, income and financial reliability of your prospects in a few seconds.\r\n\r\nYOU DO NOT HAVE MONTHLY SUBSCRIPTIONS YOU ONLY PAY FOR WHAT YOU USE OR NEED.\r\n\r\nHow ​​does it work?\r\n\r\nAutomated lead qualification – Say goodbye to uncertainties! Get precise and verified information in real time.\r\n\r\nIntegration with the main CRMs – Synchronize the system with your work tools for a more efficient operational flow.\r\n\r\nHigher conversions, less waste – Focus your team only on the most qualified leads, reducing the time wasted on unprofitable opportunities.\r\n\r\nBetter ROAS and resource optimization – Maximize your return on advertising investments and enhance your sales strategy with concrete data.\r\n\r\nCompanies that have already adopted the solution have seen a significant increase in conversions and an improvement in sales funnel management.\r\n\r\nWant to find out how it works?\r\n\r\nDo you want to book a free demo fill out the form and schedule your appointment at the following link  https://app.youform.com/forms/czbhh9qm\r\n\r\n \r\n\r\nBest regards\r\n\r\nAlessandro Molari'),
(49, 17, 'name', 'Asha joseph'),
(50, 17, 'email', 'josephash80@gmail.com'),
(51, 17, 'message', 'Hi Mam, \r\n\r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). In India, I worked as a nurse and also held a healthcare management IT position. However, since discovering that registered nurses can become certified aestheticians in the US, I have developed a passion for aesthetics. \r\n\r\n I am drawn to the idea of self-care and the professionalism of making others feel confident about themselves. I am excited about the prospect of transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. I would be delighted to discuss my application and how my skills might align with your team\'s needs. \r\n\r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(52, 18, 'name', 'Asha joseph'),
(53, 18, 'email', 'josephash80@gmail.com'),
(54, 18, 'message', 'Hi Mam, \r\n\r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). In India, I worked as a nurse and also held a healthcare management IT position. However, since discovering that registered nurses can become certified aestheticians in the US, I have developed a passion for aesthetics. \r\n\r\n I am drawn to the idea of self-care and the professionalism of making others feel confident about themselves. I am excited about the prospect of transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. I would be delighted to discuss my application and how my skills might align with your team\'s needs. \r\n\r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(55, 19, 'name', 'Asha joseph'),
(56, 19, 'email', 'josephash80@gmail.com'),
(57, 19, 'message', 'Hi Mam, \r\n\r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). In India, I worked as a nurse and also held a healthcare management IT position. However, since discovering that registered nurses can become certified aestheticians in the US, I have developed a passion for aesthetics. \r\n\r\n I am drawn to the idea of self-care and the professionalism of making others feel confident about themselves. I am excited about the prospect of transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. I would be delighted to discuss my application and how my skills might align with your team\'s needs. \r\n\r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(58, 20, 'name', 'Asha joseph'),
(59, 20, 'email', 'josephash80@gmail.com'),
(60, 20, 'message', 'Hi Mam, \r\n\r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). \r\n I am drawn to the idea of self-care and the professionalism of making others feel confident about themselves. I am excited about the prospect of transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. I would be delighted to discuss my application and how my skills might align with your team\'s needs. \r\n\r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(61, 21, 'name', 'Asha joseph'),
(62, 21, 'email', 'josephash80@gmail.com'),
(63, 21, 'message', 'Hi Mam, \r\n\r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). \r\n I am drawn to the idea of self-care and the professionalism of making others feel confident about themselves. I am excited about the prospect of transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. \r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(64, 22, 'name', 'Asha joseph'),
(65, 22, 'email', 'josephash80@gmail.com'),
(66, 22, 'message', 'Hi Mam, \r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). \r\n I am transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\n\r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. \r\n\r\nThank you for considering my inquiry. \r\n Best regards, \r\n Asha Joseph. \r\nMobile : 5013168759'),
(67, 23, 'name', 'Asha joseph'),
(68, 23, 'email', 'josephash80@gmail.com'),
(69, 23, 'message', 'Hi Mam, \r\nMy name is Asha Joseph, and I am reaching out to inquire about potential part-time opportunities in your aesthetics team. \r\n As a registered nurse with seven years of experience In healthcare IT and 2+ years as nurse, I have relocated from India to the US (in 2017). \r\n I am transitioning into this new domain and would be thrilled to discuss part-time opportunities with your team. \r\nCurrently, I work full-time at a nursing home, but I am eager to explore a new career path. Living in Redmond with my husband and toddler, I am a jovial, funny and culturally active individual. In my free time, I enjoy dancing and theater, having even acted in a movie available on Netflix. Thank you for considering my inquiry. \r\nBest regards, \r\nAsha Joseph. Mobile 5013168759'),
(70, 24, 'name', 'GeorgeMuh'),
(71, 24, 'email', 'aferinohis056@gmail.com'),
(72, 24, 'message', 'Hi, ego volo scire vestri pretium.'),
(73, 25, 'name', 'Claudine English'),
(74, 25, 'email', 'info@globalwidepr.com'),
(75, 25, 'message', 'Hi,\r\n\r\nYour brand deserves to stand out, and we’re here to help.\r\n\r\nAt Global Wide PR, we specialize in connecting businesses with top media platforms to increase visibility and credibility. As a gesture to get started, we’re offering a free article on Digital Journal—a great way to showcase your business to a wider audience.\r\n\r\nFor those looking to maximize exposure, we can also feature your brand on affiliates of FOX, NBC, CBS, ABC, and 300+ other sites for just $297. These placements can help you build trust and attract new customers.\r\n\r\nTo take advantage of this opportunity, click the link below to sign up on our site, and we’ll get back to you ASAP:\r\nhttps://bit.ly/globalwidpr\r\n\r\nLooking forward to helping your brand shine!\r\n\r\nBest regards,\r\nClaudine\r\nGlobal Wide PR\r\n\r\n\r\nWe respect that you may wish to unsubscribe. To unsubscribe from our list, please complete this quick form with your website address: bit. ly/unsubscribemeurl'),
(76, 26, 'name', 'Eric Jones'),
(77, 26, 'email', 'ericjonesmyemail@gmail.com'),
(78, 26, 'message', 'Hello Genesiswa Owner,\r\n\r\nMy name is Eric and I’m betting you’d like your website Genesiswa to generate more leads.\r\n\r\nHere’s how:\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Genesiswa.\r\n\r\nVisit https://actionleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n\r\nVisit https://actionleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\r\n\r\nEric\r\n\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\r\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\r\nYou have customers waiting to talk with you right now… don’t keep them waiting.\r\nVisit https://actionleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(79, 27, 'name', 'TedMuh'),
(80, 27, 'email', 'aferinohis056@gmail.com'),
(81, 27, 'message', 'Hi, kam dashur të di çmimin tuaj'),
(82, 28, 'name', 'AvaMuh'),
(83, 28, 'email', 'zekisuquc419@gmail.com'),
(84, 28, 'message', 'Salut, ech wollt Äre Präis wëssen.'),
(85, 29, 'name', 'Monta Vander-Heyden'),
(86, 29, 'email', 'monta_v@yahoo.com'),
(87, 29, 'message', 'Hello, I have an appointment booked for 3/31 @11am and wanted to make sure your tattoo removal does include permanent brows, as that is what the appointment is scheduled for. I was referred to you, however, I don’t see permanent brow removal on your site.'),
(88, 30, 'name', 'ArchieMuh'),
(89, 30, 'email', 'zekisuquc419@gmail.com'),
(90, 30, 'message', 'Hola, volia saber el seu preu.'),
(91, 31, 'name', 'TedMuh'),
(92, 31, 'email', 'aferinohis056@gmail.com'),
(93, 31, 'message', 'Hi, ego volo scire vestri pretium.'),
(94, 32, 'name', 'RobertMuh'),
(95, 32, 'email', 'aferinohis056@gmail.com'),
(96, 32, 'message', 'Hi, I wanted to know your price.'),
(97, 33, 'name', 'GeorgeMuh'),
(98, 33, 'email', 'xiceruxuk02@gmail.com'),
(99, 33, 'message', 'Hæ, ég vildi vita verð þitt.'),
(100, 34, 'name', 'GeorgeMuh'),
(101, 34, 'email', 'xiceruxuk02@gmail.com'),
(102, 34, 'message', 'Hallo, ek wou jou prys ken.'),
(103, 35, 'name', 'TedMuh'),
(104, 35, 'email', 'aferinohis056@gmail.com'),
(105, 35, 'message', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.'),
(106, 36, 'name', 'JohnMuh'),
(107, 36, 'email', 'zekisuquc419@gmail.com'),
(108, 36, 'message', 'Aloha, makemake wau eʻike i kāu kumukūʻai.'),
(109, 37, 'name', 'TedMuh'),
(110, 37, 'email', 'aferinohis056@gmail.com'),
(111, 37, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(112, 38, 'name', 'Sara M.'),
(113, 38, 'email', 'rachel@oval9.com'),
(114, 38, 'message', 'Hi, I represent an SEO company that specialises in getting you AI citations and higher rankings on Google.\r\n\r\nI’d like to offer you a 100% free SEO audit for your website. Would you be interested?'),
(115, 39, 'name', 'ArchieMuh'),
(116, 39, 'email', 'zekisuquc419@gmail.com'),
(117, 39, 'message', 'Aloha, makemake wau eʻike i kāu kumukūʻai.'),
(118, 40, 'name', 'Claudine Miles'),
(119, 40, 'email', 'info@globalwidepr.com'),
(120, 40, 'message', 'Hi,\r\n\r\nYour brand deserves to stand out, and we’re here to help.\r\n\r\nAt Global Wide PR, we specialize in connecting businesses with top media platforms to increase visibility and credibility. As a gesture to get started, we’re offering a free article on Digital Journal—a great way to showcase your business to a wider audience.\r\n\r\nFor those looking to maximize exposure, we can also feature your brand on affiliates of FOX, NBC, CBS, ABC, and 300+ other sites for just $297. These placements can help you build trust and attract new customers.\r\n\r\nTo take advantage of this opportunity, click the link below to sign up on our site, and we’ll get back to you ASAP:\r\nhttps://bit.ly/gwidepressrelease\r\n\r\nLooking forward to helping your brand shine!\r\n\r\nBest regards,\r\nClaudine\r\nGlobal Wide PR\r\n\r\n\r\nWe value your preferences and understand that our emails may not always be relevant. To stop receiving communications from us, please fill out the unsubscribe form with your website address: bit. ly/unsubscribemeurl'),
(121, 41, 'name', 'AvaMuh'),
(122, 41, 'email', 'zekisuquc419@gmail.com'),
(123, 41, 'message', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.'),
(124, 42, 'name', 'John Cohen'),
(125, 42, 'email', 'noreply@avianoagency1.com'),
(126, 42, 'message', ''),
(127, 43, 'name', 'GeorgeMuh'),
(128, 43, 'email', 'xiceruxuk02@gmail.com'),
(129, 43, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(130, 44, 'name', 'Colton Sparks'),
(131, 44, 'email', 'victor.haigh31@hotmail.com'),
(132, 44, 'message', 'Engage with 100M contact form submissions right away.\r\n\r\nJust like you received this form submission and are perusing it at this moment, millions of site owners will receive your message.\r\n\r\n++ Check out: https://bit.ly/formsubmitnow \r\n\r\nAdvanced Targeted outreach at scale with cost-effective pricing.\r\n\r\n- Connect with businesses on a large scale\r\n- Drive profits, leads, agreements\r\n- Land in the inboxes of countless for $22\r\n\r\nSkyrocket your enterprise immediately!\r\n\r\n++ Visit: https://contactformleads.com now\r\n\r\n\r\n\r\n\r\n\r\nIf at any point you no longer want to receive any more communications from us, simply follow this link: bit. ly/plsremovefrom\r\nBrekkugata 23, Hvammstangi, CA, USA, 530'),
(133, 45, 'name', 'Richard Bustos'),
(134, 45, 'email', 'bustos.richard@gmail.com'),
(135, 45, 'message', 'We are currently seeking companies like yours for a potential long-term partnership. Could you kindly share your product offerings along with pricing details? Please  contact me on WhatsApp: +44 746 722 6858'),
(136, 46, 'name', 'DjohnMuh'),
(137, 46, 'email', 'aferinohis056@gmail.com'),
(138, 46, 'message', 'Здравейте, исках да знам цената ви.'),
(139, 47, 'name', 'Joel Houghton'),
(140, 47, 'email', 'jhoughton@akamaiinnovations.com'),
(141, 47, 'message', 'Hello, \r\n\r\nI’m Joel with https://bioidenticalhormonedoctors.com/. Since 2009, we\'ve been connecting patients with doctors and practitioners like yourself that offer bioidentical hormone replacement therapy. Every month we get tens of thousands of people visiting our BHRT doctor directories seeking experienced providers and I would love to discuss referring them to your clinic. You will receive direct calls and online appointment requests from people that have already read about you and are ready to schedule. The hormone patients you receive from us will become long term patients also interested in other anti-aging and/or functional medicine services your clinic offers.\r\n\r\nTo explore this exclusive opportunity go to https://calendly.com/join-our-patient-referral-directories/15min to schedule a convenient day and time for a quick discussion. We have dramatically increased the patient base and revenue for the hundreds of current providers we feature and are excited about doing the same for you!\r\n\r\nBest Regards,\r\n\r\nJoel Houghton\r\nAkamai Innovations, Inc.\r\njhoughton@akamaiinnovations.com'),
(142, 48, 'name', 'Barrie Wales'),
(143, 48, 'email', 'barrie.wales1987@gmail.com'),
(144, 48, 'message', 'Hi genesiswa.com,\r\n\r\nI would like to discuss SEO! Strategy for You\r\n\r\nI can assist in optimizing your website to reach the first page of Google, thereby increasing the leads and sales generated from your site.\r\n\r\nNote: I\'d be happy to discuss SEO services in greater detail with you; we can work together. Drop your best number to reach.\r\n\r\nBests Regards,\r\nBarrie Wales\r\n\r\nIf you don’t want me to contact you again about this, reply with “unsubscribe”'),
(145, 49, 'name', 'Claudine Dean'),
(146, 49, 'email', 'info@globalwidepr.com'),
(147, 49, 'message', 'Hi,\r\n\r\nYour brand deserves to stand out, and we’re here to help.\r\n\r\nAt Global Wide PR, we specialize in connecting businesses with top media platforms to increase visibility and credibility. As a gesture to get started, we’re offering a free article on Digital Journal—a great way to showcase your business to a wider audience.\r\n\r\nFor those looking to maximize exposure, we can also feature your brand on affiliates of FOX, NBC, CBS, ABC, and 300+ other sites for just $297. These placements can help you build trust and attract new customers.\r\n\r\nTo take advantage of this opportunity, click the link below to sign up on our site, and we’ll get back to you ASAP:\r\n\r\n++ Visit now: https://bit.ly/glopressrelease\r\n\r\nLooking forward to helping your brand shine!\r\n\r\nBest regards,\r\nClaudine\r\nGlobal Wide PR\r\n\r\n\r\nWe value your preferences and understand that you might prefer not to receive our updates. To opt out of our emails, please complete this quick form with your website address: bit. ly/unsubscribemeurl'),
(148, 50, 'name', 'Frankie Till'),
(149, 50, 'email', 'frankie.till@gmail.com'),
(150, 50, 'message', 'Hi there!\r\nWe’re interested in working with companies like yours for the long term. Could you send us your product list and prices? You can reach me on WhatsApp: \r\n+44 774 795 3399'),
(151, 51, 'name', 'Ophelia Remington'),
(152, 51, 'email', 'ophelia.vas4hire@gmail.com'),
(153, 51, 'message', 'Hi there,\r\n\r\nThis is Ophelia from VAs4HIRE. We provide Virtual Assistants to help with:\r\n\r\n- Managing social media accounts\r\n- Cold calling\r\n- Administrative support\r\n- Customer service\r\n- Data entry\r\n- Prospecting\r\n- Calendar management\r\n- Email management\r\n- Market research\r\n- Content creation\r\n- And much more\r\n\r\nRespond YES to schedule a Phone Call. Thank you!\r\n\r\nTo unsubscribe from these emails, please reply  STOP.'),
(154, 52, 'name', ''),
(155, 52, 'email', 'newsbestqtf@yahoo.com'),
(156, 52, 'message', ''),
(157, 53, 'name', 'Steph'),
(158, 53, 'email', 'slynhoefer@gmail.com'),
(159, 53, 'message', 'I was wondering if NP Grace does under eye filler'),
(160, 54, 'name', 'TedMuh'),
(161, 54, 'email', 'aferinohis056@gmail.com'),
(162, 54, 'message', 'Xin chào, tôi muốn biết giá của bạn.'),
(163, 55, 'name', 'Scott Bennett'),
(164, 55, 'email', 'hildred.summerville@msn.com'),
(165, 55, 'message', 'Dices Rolled! Discover the top-tier crypto-powered casino at GoPlay, where exciting slots, live dealer tables, and special bonuses are ready for your first spin. Take advantage of instant deposits and withdrawals in cryptocurrency while you chase mind-blowing jackpots. Want to hit it big? \r\nVisit https://goplay.se\r\n\r\nLike us on Facebook at https://www.facebook.com/goplay.se, and follow us on Instagram at https://www.instagram.com/goplay.se to start your adventure today'),
(166, 56, 'name', 'Regan Porterfield'),
(167, 56, 'email', 'regan.porterfield73@googlemail.com'),
(168, 56, 'message', 'Hi there!\r\nWe’re interested in working with companies like yours for the long term. Could you send us your product list and prices? You can reach me on WhatsApp: \r\n+1 343 412 6872'),
(169, 57, 'name', 'AW'),
(170, 57, 'email', 'aw4368@gmail.com'),
(171, 57, 'message', 'Hi! I booked an appointment for a massage with Brad from BFG Health. Can I buy a gift certificate from Genesis to pay for it?'),
(172, 58, 'name', 'Amanda Jaspon'),
(173, 58, 'email', 'amanda@gervelislaw-outreach.com'),
(174, 58, 'message', 'Hi Genesis Team, \r\n\r\nI hope this email finds you well! My name is Amanda Jaspon, and I recently came across the helpful information you shared at genesiswa.com/our-blog. I really appreciate the valuable and supportive content you share with your audience. \r\n\r\nDriving with anxiety is a common challenge that affects many individuals, and traditional methods may not always be enough. Holistic practices, such as deep relaxation, meditation, and mindfulness, can play a powerful role in helping people manage anxiety behind the wheel. By incorporating these calming techniques, individuals can reduce stress, stay grounded, and regain confidence while driving, even in challenging situations. \r\n\r\nYou can check the guide here: gervelislaw.com/blog/how-to-get-over-driving-anxiety/\r\n\r\nIf you think it aligns with your content, would you consider sharing this link on your website? I understand you receive many requests, but I genuinely believe this resource could provide significant value. I’d love to hear your thoughts and am happy to answer any questions you may have.\r\n\r\nIf you do not want to receive anymore emails from me, please reply letting me know you\'re not interested.\r\n\r\nThank you so much for your time. Have a great day,\r\n\r\nAmanda'),
(175, 59, 'name', 'SimonMuh'),
(176, 59, 'email', 'aferinohis056@gmail.com'),
(177, 59, 'message', 'Sveiki, es gribēju zināt savu cenu.'),
(178, 60, 'name', 'William Underwood'),
(179, 60, 'email', 'sherwood.benjamin@hotmail.com'),
(180, 60, 'message', 'Great Minds Think Differently (Free Newsletter)\r\n\r\n-> newsletter.scottdclary.com\r\n\r\nEach week, Scott\'s Newsletter breaks down the ideas, strategies, mental models and frameworks that separates the exceptional from the average.\r\n\r\nJoin 320,000+ entrepreneurs and innovators who use these insights to spot hidden opportunities and make smarter moves.\r\n\r\nIf you want to level up in your career. If you want to level up in your business. This is a free newsletter that will transform how you think, decide, and compete in today\'s complex world.\r\n\r\nSubscribe now. \r\n\r\nYour future self will thank you.\r\n\r\n-> newsletter.scottdclary.com'),
(181, 61, 'name', 'CharlieMuh'),
(182, 61, 'email', 'yawiviseya67@gmail.com'),
(183, 61, 'message', 'Hi, I wanted to know your price.'),
(184, 62, 'name', 'Eric Jones'),
(185, 62, 'email', 'ericjonesmyemail@gmail.com'),
(186, 62, 'message', 'Hello to the Genesiswa Owner. This is Eric and I noticed Genesiswa a short time ago.\r\n\r\nIt appears well structured… now what?\r\n\r\nWhat I mean is, when someone like me discovers your website – either through a search or just browsing around – what happens next? Are you receiving meaningful inquiries from your site, or enough to meet your needs?\r\n\r\nHonestly, most business websites come up a bit short when it comes to attracting engaged visitors. Research indicates that 70% of a site’s visitors leave and never return after only a moment.\r\n\r\nHere is an idea…\r\n\r\nWhat about making it simple for each visitor who arrives to receive a direct phone call from you as soon as they reach your site…\r\n\r\nThis is possible –\r\n\r\nWeb Visitors Into Leads is a tool that operates on your site, designed to collect each visitor’s name, email address, and phone number. It notifies you the moment they indicate interest – so that you can speak to that person while they are browsing your site.\r\n\r\nPlease visit https://actionleadgeneration.com to view a live demonstration of Web Visitors Into Leads and understand how it operates.\r\n\r\nYou will notice a significant difference between connecting with someone within 5 minutes compared to a half-hour or more later. This can greatly improve the likelihood of meaningful engagement.\r\n\r\nIt becomes even more helpful. After you have their phone number, with our SMS text communication feature, you can promptly begin a text conversation.\r\n\r\nThat way, even if you do not reach a conclusion immediately, you can stay connected through text messages for informational updates, content links, or simple check-in notes to establish a relationship.\r\n\r\nQuite helpful.\r\n\r\nPlease visit https://actionleadgeneration.com to learn how Web Visitors Into Leads can support your business.\r\n\r\nYou can potentially connect with many more interested individuals as soon as possible.\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads provides a no-cost 14-day evaluation period. It also supports international communication. There are interested individuals ready to speak with you now, so please do not delay.\r\n\r\nPlease visit https://actionleadgeneration.com to explore Web Visitors Into Leads.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(187, 63, 'name', 'Kelsie'),
(188, 63, 'email', 'kelsieonline@gmail.com'),
(189, 63, 'message', 'Hello! I am new to the area and I am interested in your new patient Botox special for $199. Quick question about your practice in general: are you connected with Allē? I just want to ensure I go to a place where I can use and earn credits in Allē. Thank you.'),
(190, 64, 'name', 'Eric Jones'),
(191, 64, 'email', 'ericjonesmyemail@gmail.com'),
(192, 64, 'message', 'Hello to the Genesiswa Owner.\r\n\r\nGreat website!\r\n\r\nMy name’s Eric, and I just found your site - Genesiswa - when browsing the net. You showed up on the top of the search engine results, so I checked you out. Seems like what you’re doing is really interesting.\r\n\r\nBut if you don’t mind me asking – after someone like me lands across Genesiswa, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also guess you’d like more… research show that 7 out of 10 people that land on a site end up leaving without any interaction.\r\n\r\nThat’s unfortunate.\r\n\r\nHere is an idea – what if there’s a simple way for each visitor to signal interest to get a phone call from you immediately…the moment they visit your site and said, “call me now.”\r\n\r\nYou can –\r\n\r\nWeb Visitors Into Leads is a tool that works on your site, ready to capture every visitor’s Name, Email address, and Phone Number. It allows you to know immediately – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nGo to https://actionleadgeneration.com to check out a Live Demo with Web Visitors Into Leads today to see exactly how it works.\r\n\r\nTime is essential when it comes to engaging with leads – the difference between contacting someone within 5 minutes compared to 30 minutes later is significant – like 100 times more effective!\r\n\r\nThat’s why we created our new SMS Text With Lead feature… because once you’ve collected the visitor’s phone number, you can automatically start a text message conversation.\r\n\r\nConsider the opportunities – even if you don’t close a deal right away, you can stay connected with text messages for new offers, content links, or even just a quick “how are you doing?” note to establish a relationship.\r\n\r\nWouldn’t that be helpful?\r\n\r\nGo to https://actionleadgeneration.com to find out what Web Visitors Into Leads can offer for your business.\r\n\r\nYou could be converting up to 100X more leads today!  \r\nEric\r\n\r\nPS: Web Visitors Into Leads provides a complimentary 14-day trial – and it even includes International calling.  \r\nYou have customers waiting to talk with you right now… don’t leave them waiting.  \r\nGo to https://actionleadgeneration.com to try Web Visitors Into Leads today.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(193, 65, 'name', 'Sydney Brotherton'),
(194, 65, 'email', 'sydneybrotherton52@gmail.com'),
(195, 65, 'message', 'Hello, I tried to call but I need to cancel my appointment for tomorrow. Thank you.'),
(196, 66, 'name', 'mia'),
(197, 66, 'email', 'mia@hybiopeptides.com'),
(198, 66, 'message', 'Hello!\r\nI’m Mia from Hybio Peptides, a leading peptide factory with eight years of expertise.\r\nOur Product Range:\r\nWeight - loss: Semaglutide, Tirzepatide\r\nAnti - aging:Nad+、Epithalon\r\nMuscle Strengthening:  BPC157, Hgh, TB 500, HCG, etc.\r\nWe also offer custom peptides and blends to meet your unique needs.\r\n new vial products: lemon bottles, lipo - c, VIP, Glow\r\n99% purity ,tested by Janoshik!\r\nFast delivery to worldwide.\r\nWhatsApp: +852 5299 2100\r\nemail:mia@hybiopeptides.com '),
(199, 67, 'name', 'Eric Jones'),
(200, 67, 'email', 'ericjonesmyemail@gmail.com'),
(201, 67, 'message', 'Hello Genesiswa Owner!\r\n\r\nMy name’s Eric and I just came across your website at Genesiswa...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nhttps://resultleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text (SMS) conversation with them.\r\n\r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nhttps://resultleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a complimentary 14-day trial – you could be converting up to 100x more leads immediately!  \r\nIt even includes International Long Distance Calling.  \r\nYou have customers waiting to talk with you right now… don’t keep them waiting.  \r\nhttps://resultleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://resultleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(202, 68, 'name', 'Lori Gratwick'),
(203, 68, 'email', 'laura@engageclients.online'),
(204, 68, 'message', 'Hi,\r\n\r\nHope you\'re doing well! I wanted to introduce you to Vibe — a breakthrough platform that\'s making TV advertising as easy and affordable as running a social media campaign.\r\n\r\n\r\nHere’s what makes Vibe different:\r\n\r\n - TV Ads Starting at Just $0.02 Per View: Get your brand in front of real viewers on premium TV apps and channels without breaking the bank.\r\n\r\n - Flexible Daily Budgets: Start with as little as $50/day and scale at your own pace — no contracts or long-term commitments required.\r\n\r\n - AI-Powered Commercial Builder: No production team? No problem. Use Vibe’s built-in AI to create a professional TV commercial in minutes — just type in your message and it does the rest.\r\n\r\n - Massive Reach Across 500+ Streaming Channels: Reach viewers on popular platforms including local news, sports, and top entertainment apps.\r\n\r\n - Hyper-Targeted Campaigns: Choose your audience based on location, interests, and behavior to make sure your ad hits the mark.\r\n\r\n\r\nBonus: Get $500 in free ad credits when you spend your first $500 — a great way to double your exposure right out of the gate.\r\n\r\nIf you’ve ever thought about getting your brand on TV, this is the easiest and most cost-effective way to do it. Visit https://fortysevententech.com/vibe.php and signup free (Take tour on us!) \r\n\r\nBest\r\n\r\nLori'),
(205, 69, 'name', 'GeorgeMuh'),
(206, 69, 'email', 'yawiviseya67@gmail.com'),
(207, 69, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(208, 70, 'name', 'Eric Jones'),
(209, 70, 'email', 'ericjonesmyemail@gmail.com'),
(210, 70, 'message', 'Hello to the Genesiswa Owner.\r\n\r\nGreat website!\r\n\r\nMy name’s Eric, and I just found your site - Genesiswa - when browsing the net. You showed up on the top of the search engine results, so I checked you out. Seems like what you’re doing is really interesting.\r\n\r\nBut if you don’t mind me asking – after someone like me lands across Genesiswa, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also guess you’d like more… research show that 7 out of 10 people that land on a site end up leaving without any interaction.\r\n\r\nThat’s unfortunate.\r\n\r\nHere is an idea – what if there’s a simple way for each visitor to signal interest to get a phone call from you immediately…the moment they visit your site and said, “call me now.”\r\n\r\nYou can –\r\n\r\nWeb Visitors Into Leads is a tool that works on your site, ready to capture every visitor’s Name, Email address, and Phone Number. It allows you to know immediately – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nGo to https://actionleadgeneration.com to check out a Live Demo with Web Visitors Into Leads today to see exactly how it works.\r\n\r\nTime is essential when it comes to engaging with leads – the difference between contacting someone within 5 minutes compared to 30 minutes later is significant – like 100 times more effective!\r\n\r\nThat’s why we created our new SMS Text With Lead feature… because once you’ve collected the visitor’s phone number, you can automatically start a text message conversation.\r\n\r\nConsider the opportunities – even if you don’t close a deal right away, you can stay connected with text messages for new offers, content links, or even just a quick “how are you doing?” note to establish a relationship.\r\n\r\nWouldn’t that be helpful?\r\n\r\nGo to https://actionleadgeneration.com to find out what Web Visitors Into Leads can offer for your business.\r\n\r\nYou could be converting up to 100X more leads today!  \r\nEric\r\n\r\nPS: Web Visitors Into Leads provides a complimentary 14-day trial – and it even includes International calling.  \r\nYou have customers waiting to talk with you right now… don’t leave them waiting.  \r\nGo to https://actionleadgeneration.com to try Web Visitors Into Leads today.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(211, 71, 'name', 'Eric Jones'),
(212, 71, 'email', 'ericjonesmyemail@gmail.com'),
(213, 71, 'message', 'Hello Genesiswa Administrator,\r\n\r\nMy name is Eric, and I just found your site Genesiswa. It’s got a lot to offer, but here’s a suggestion to make it even better.\r\n\r\nWeb Visitors Into Leads – see the live demo now:  \r\nhttps://trustedleadgeneration.com\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to gather any visitor’s Name, Email address, and Phone Number. It alerts you the moment they inform you they’re interested – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nOnce you’ve gathered their phone number, with our new SMS Text With Lead feature, you can promptly start a text conversation. Even if they don’t agree on your offer then, you can follow up with text messages for new offers, content links, or even just friendly notes to build a relationship.\r\n\r\nLearn what Web Visitors Into Leads can do for your business:  \r\nhttps://trustedleadgeneration.com\r\n\r\nThe difference between contacting someone within 5 minutes versus waiting longer means you can be converting significantly more leads now!\r\n\r\nEric  \r\nPS: Studies show that 70% of a site’s visitors leave and are gone for good after just a moment. Don’t keep missing out on them.  \r\nWeb Visitors Into Leads offers a complimentary 14-day trial – it even includes International calling.  \r\nYou have customers ready to talk with you right now… don’t keep them waiting.  \r\nTry Web Visitors Into Leads now:  \r\nhttps://trustedleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here. https://trustedleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(214, 72, 'name', 'Eric Jones'),
(215, 72, 'email', 'ericjonesmyemail@gmail.com'),
(216, 72, 'message', 'Hello Genesiswa Administrator,\r\n\r\nThis is Eric here with a short thought about your website Genesiswa...\r\n\r\nI’m on the internet frequently and I examine many business websites.\r\n\r\nSimilar to yours, many of them have excellent content.\r\n\r\nBut frequently, they come up short when it comes to interacting and connecting with anyone who visits.\r\n\r\nI understand – it’s challenging. Studies show 7 out of 10 people who arrive at a site leave in moments without leaving any trace. You got the view, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software tool that operates on your site, ready to gather any visitor’s Name, Email address, and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them while they’re still viewing your site.\r\n\r\nPlease see this URL to experience a Live Demo with Web Visitors Into Leads now to see exactly how it works:  \r\nhttps://trustedleadgeneration.com\r\n\r\nIt can be significant for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can immediately start a text conversation. Contacting someone within minutes is significantly more effective than reaching out much later.\r\n\r\nAdditionally, with text messaging you can follow up later with new information, helpful links, or just notes to continue the conversation.\r\n\r\nEverything I’ve just described is easy to implement, reasonable, and beneficial.\r\n\r\nPlease see this URL to learn what Web Visitors Into Leads can do for your business:  \r\nhttps://trustedleadgeneration.com\r\n\r\nYou could be converting significantly more leads today!\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a 14-day evaluation – and it even includes International calling.  \r\nYou have customers ready to talk with you right now… don’t keep them waiting.  \r\nPlease see this URL to use Web Visitors Into Leads now:  \r\nhttps://trustedleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here.  https://trustedleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(217, 73, 'name', 'Eric Jones'),
(218, 73, 'email', 'ericjonesmyemail@gmail.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(219, 73, 'message', 'Hi Genesiswa Owner!\r\n\r\nMy name’s Eric and I just ran across your website at Genesiswa...\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nhttps://blastleadgeneration.com for a live demo now.\r\n\r\nLeadConnect is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nhttps://blastleadgeneration.com to try out a Live Demo with LeadConnect now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n\r\nhttps://blastleadgeneration.com to discover what LeadConnect can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\n\r\nPS: LeadConnect offers a complimentary 14-day trial – and it even includes International Long Distance Calling.  \r\nYou have customers waiting to talk with you right now… don’t keep them waiting.  \r\nhttps://blastleadgeneration.com to try LeadConnect now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(220, 74, 'name', 'Jenny Stewart'),
(221, 74, 'email', 'kennysprouthealth@gmail.com'),
(222, 74, 'message', 'Hi there — I came across your business and had a quick idea.\r\nWe help companies like yours get more leads by optimizing their Google Business Profile using AI tools and content automation — this often leads to a 30–70% increase in local calls and visibility within weeks.\r\n\r\nWould you like a free visibility audit and 3 fast-win suggestions customized for your business?\r\nJust reply “YES” and I’ll send it over or set a quick meeting below— no cost or obligation.\r\n\r\n– Jenny Stewart\r\n\r\nhttps://tidycal.com/m8lye21/15-minute-meeting'),
(223, 75, 'name', 'Eric Jones'),
(224, 75, 'email', 'ericjonesmyemail@gmail.com'),
(225, 75, 'message', 'Hello to the Genesiswa Owner. This is Eric and I noticed Genesiswa a short time ago.\r\n\r\nIt appears well structured… now what?\r\n\r\nWhat I mean is, when someone like me discovers your website – either through a search or just browsing around – what happens next? Are you receiving meaningful inquiries from your site, or enough to meet your needs?\r\n\r\nHonestly, most business websites come up a bit short when it comes to attracting engaged visitors. Research indicates that 70% of a site’s visitors leave and never return after only a moment.\r\n\r\nHere is an idea…\r\n\r\nWhat about making it simple for each visitor who arrives to receive a direct phone call from you as soon as they reach your site…\r\n\r\nThis is possible –\r\n\r\nWeb Visitors Into Leads is a tool that operates on your site, designed to collect each visitor’s name, email address, and phone number. It notifies you the moment they indicate interest – so that you can speak to that person while they are browsing your site.\r\n\r\nPlease visit https://actionleadgeneration.com to view a live demonstration of Web Visitors Into Leads and understand how it operates.\r\n\r\nYou will notice a significant difference between connecting with someone within 5 minutes compared to a half-hour or more later. This can greatly improve the likelihood of meaningful engagement.\r\n\r\nIt becomes even more helpful. After you have their phone number, with our SMS text communication feature, you can promptly begin a text conversation.\r\n\r\nThat way, even if you do not reach a conclusion immediately, you can stay connected through text messages for informational updates, content links, or simple check-in notes to establish a relationship.\r\n\r\nQuite helpful.\r\n\r\nPlease visit https://actionleadgeneration.com to learn how Web Visitors Into Leads can support your business.\r\n\r\nYou can potentially connect with many more interested individuals as soon as possible.\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads provides a no-cost 14-day evaluation period. It also supports international communication. There are interested individuals ready to speak with you now, so please do not delay.\r\n\r\nPlease visit https://actionleadgeneration.com to explore Web Visitors Into Leads.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(226, 76, 'name', 'Eric Jones'),
(227, 76, 'email', 'ericjonesmyemail@gmail.com'),
(228, 76, 'message', 'Hello Genesiswa Administrator,\r\n\r\nMy name is Eric, and I just found your site Genesiswa. It’s got a lot to offer, but here’s a suggestion to make it even better.\r\n\r\nWeb Visitors Into Leads – see the live demo now:  \r\nhttps://trustedleadgeneration.com\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to gather any visitor’s Name, Email address, and Phone Number. It alerts you the moment they inform you they’re interested – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nOnce you’ve gathered their phone number, with our new SMS Text With Lead feature, you can promptly start a text conversation. Even if they don’t agree on your offer then, you can follow up with text messages for new offers, content links, or even just friendly notes to build a relationship.\r\n\r\nLearn what Web Visitors Into Leads can do for your business:  \r\nhttps://trustedleadgeneration.com\r\n\r\nThe difference between contacting someone within 5 minutes versus waiting longer means you can be converting significantly more leads now!\r\n\r\nEric  \r\nPS: Studies show that 70% of a site’s visitors leave and are gone for good after just a moment. Don’t keep missing out on them.  \r\nWeb Visitors Into Leads offers a complimentary 14-day trial – it even includes International calling.  \r\nYou have customers ready to talk with you right now… don’t keep them waiting.  \r\nTry Web Visitors Into Leads now:  \r\nhttps://trustedleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here. https://trustedleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(229, 77, 'name', 'Eric Jones'),
(230, 77, 'email', 'ericjonesmyemail@gmail.com'),
(231, 77, 'message', 'Hello Genesiswa \r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, and I just found your site - Genesiswa - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n\r\nBut if you don’t mind me asking – after someone like me stumbles across Genesiswa, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also bet you’d like more… research indicates that 7 out of 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to raise their hand to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It notifies you IMMEDIATELY – so that you can speak to that lead while they’re actively looking over your site.\r\n\r\nGoto https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see precisely how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n\r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you are doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!  \r\nIt even includes International Long Distance Calling.  \r\nStop wasting money chasing eyeballs that don’t turn into paying customers.  \r\nPlease see this URL to try Web Visitors Into Leads now: https://blastleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here.  \r\nhttps://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(232, 78, 'name', 'SimonMuh'),
(233, 78, 'email', 'yawiviseya67@gmail.com'),
(234, 78, 'message', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.'),
(235, 79, 'name', 'Eric Jones'),
(236, 79, 'email', 'ericjonesmyemail@gmail.com'),
(237, 79, 'message', 'Hello to the Genesiswa Manager,\r\n\r\nI am Eric and I’m thinking you would like your website Genesiswa to produce additional inquiries.\r\n\r\nHere is one approach:\r\n\r\nWeb Visitors Into Leads is a tool that operates on your site, prepared to capture each visitor’s name, email, and phone number. It informs you as soon as someone expresses interest, allowing you to speak with them while they are still viewing Genesiswa.\r\n\r\nView a Demonstration https://actionleadgeneration.com to see how Web Visitors Into Leads works.\r\n\r\nOnce you have their phone number, our new SMS Text With Lead feature allows you to start a text conversation. You can answer questions, provide more details, and even finalize a connection that way.\r\n\r\nIf they are not ready at that moment, you can follow up later with text messages that share updated information, helpful links, or simply keep the dialogue open to establish a positive rapport.\r\n\r\nLearn More https://actionleadgeneration.com to understand how Web Visitors Into Leads can support your business, potentially engaging many more interested individuals.\r\n\r\nEric\r\n\r\nP.S. Studies suggest that most visitors leave quickly. This resource offers a 14-day evaluation period and also includes international communication support. There may be individuals ready to speak with you now, so please don’t let the opportunity pass.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(238, 80, 'name', 'alessandro molari'),
(239, 80, 'email', 'newsbestqtf@yahoo.com'),
(240, 80, 'message', 'Hi genesiswa.com ,\r\nI\'m Alessandro, and I work with companies looking to simplify their payment and collection processes while improving operational efficiency and financial flexibility.\r\nLet me introduce you to Melio, a B2B payments platform designed to streamline cash flow and automate accounting tasks:\r\nInternational Payments: Send payments to over 80 countries in 16 different currencies, with transparent and competitive rates. Your vendors receive the funds directly in their bank accounts—even if they don’t use Melio.\r\n(meliopayments.com)\r\n\r\nPay Over Time Feature: Split business payments into monthly installments (up to 12 months), while your vendors get paid in full immediately. This Credit Key–powered feature gives you instant access to up to $50,000 without impacting your credit score.\r\n(meliopayments.com)\r\n\r\nProcess Automation: Automate invoice approvals and payments, sync with QuickBooks and Xero, and manage transactions directly from Melio’s mobile app.\r\n(meliopayments.com)\r\n\r\nFlexible Payment Options: Use credit cards, bank transfers, checks, and ACH to pay suppliers the way that works best for you.\r\n\r\nMelio is trusted by companies like Shopify and Capital One to deliver more value to their users.\r\nIf you think Melio could benefit your company , here’s the link to learn more: \r\naffiliates.meliopayments.com/1kbgs6177oeo-sa6pgo\r\nFeel free to reach out if you’d like more details or a personalized demo.\r\nBest regards,\r\n\r\nAlessandro Molari\r\n\r\ninfo@bestqtf.org\r\n\r\nwww.bestqtf.org – Solutions for payments, SEO, and marketing'),
(241, 81, 'name', 'CharlieMuh'),
(242, 81, 'email', 'yawiviseya67@gmail.com'),
(243, 81, 'message', 'Hallo, ek wou jou prys ken.'),
(244, 82, 'name', 'Roberticevy'),
(245, 82, 'email', 'nomin.momin+394m3@mail.ru'),
(246, 82, 'message', 'Gwhduwdjiwhduwh uhiwdjiwjdeufhu jikodwfiewfiwjdjw jidwjosqdijwifi jiwdowidqoiowufeugewi uiwjdiwurfuwyruewiai fwhuwhwhfuwhduwijdw genesiswa.com'),
(247, 83, 'name', 'LeeMuh'),
(248, 83, 'email', 'yawiviseya67@gmail.com'),
(249, 83, 'message', 'Hola, quería saber tu precio..'),
(250, 84, 'name', 'Scotlyn Lozano'),
(251, 84, 'email', 's.lozano@fromfuture.io'),
(252, 84, 'message', 'While your competitors miss calls after hours, what if your business could serve customers and book appointments around the clock?\r\n\r\nOur voice AI technology does exactly this. You can even forward your current number, 253-600-1600, to the AI agent when you’re not open.\r\n\r\nI created a complimentary Voice AI demo for your business, all you have to do is click play and pretend to be someone calling your business.\r\n\r\nWant me to send it over?'),
(253, 85, 'name', 'GeorgeMuh'),
(254, 85, 'email', 'yawiviseya67@gmail.com'),
(255, 85, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(256, 86, 'name', 'Eric Jones'),
(257, 86, 'email', 'ericjonesmyemail@gmail.com'),
(258, 86, 'message', 'Hello Genesiswa Owner!\r\n\r\nMy name is Eric and I’m betting you’d like your website Genesiswa to generate more leads.\r\n\r\nHere’s how:\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Genesiswa.\r\n\r\nhttps://blastleadgeneration.com for a live demo now.\r\n\r\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nhttps://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\n\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\r\nYou have customers waiting to talk with you right now… don’t keep them waiting.\r\nhttps://blastleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(259, 87, 'name', 'Eric Jones'),
(260, 87, 'email', 'ericjonesmyemail@gmail.com'),
(261, 87, 'message', 'Hello Genesiswa,\r\n\r\nI\'m Eric and I recently discovered your website - Genesiswa - in the search results.\r\n\r\nThis is what that signifies to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re receiving eyeballs – at least mine.\r\n\r\nYour content’s pretty good, would not change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs do not pay the bills.\r\n\r\nCUSTOMERS do pay the bills.\r\n\r\nAnd studies indicate that 7 out of 10 visitors to Genesiswa will drop by, have a look, and then leave without doing anything else.\r\n\r\nIt’s like they never even were there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it extremely easy for them to show interest, say, okay, let’s talk without needing them to even pull their phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your website, prepared and waiting to capture any visitor’s Name, Email address, and Phone Number. It allows you to know immediately – so you can speak with that lead immediately… before they leave.\r\n\r\nCLICK HERE https://trustedleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see precisely how it works and even give it a try… it could be huge for your business.\r\n\r\nYou’ll be astonished - the difference between contacting someone within 5 minutes versus a half-hour or more later could boost your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can instantly start a text (SMS) conversation immediately… which is so effective, because connecting with someone within the first 5 minutes is 100 times more efficient than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up frequently with new offers, content links, even just follow-up notes to develop a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nGoto https://trustedleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a free 14 days trial!\r\nIt even includes International Long Distance Calling.\r\nPaying customers are waiting.\r\nStart connecting today by visiting https://trustedleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here.  \r\nhttps://trustedleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(262, 88, 'name', 'Eric Jones'),
(263, 88, 'email', 'ericjonesmyemail@gmail.com'),
(264, 88, 'message', 'Hello Genesiswa Owner,\r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with Genesiswa Admin definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitor is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out Genesiswa.\r\n\r\nhttps://resultleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nhttps://resultleadgeneration.com to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\n\r\nPS: Web Visitor offers a complimentary 14-day trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nhttps://resultleadgeneration.com to try Web Visitor now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://resultleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(265, 89, 'name', 'Eric Jones'),
(266, 89, 'email', 'ericjonesmyemail@gmail.com'),
(267, 89, 'message', 'Hello Genesiswa\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found Genesiswa after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket?\r\n\r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address, and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n\r\nYou know, strike when the iron’s hot!\r\n\r\nPlease see this URL to try out a Live Demo with Web Visitors Into Leads now to see precisely how it works and even give it a try… it could be huge for your business: https://blastleadgeneration.com\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text (SMS) conversation with them.\r\n\r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nPlease see this URL to discover what Web Visitors Into Leads can do for your business – you’ll be amazed: https://blastleadgeneration.com\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a free 14 days trial!\r\nIt even includes International Long Distance Calling.\r\nStop wasting money chasing eyeballs that don’t turn into paying customers.\r\nPlease see this URL to try Web Visitors Into Leads now: https://blastleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here.  \r\nhttps://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(268, 90, 'name', 'Brahma05'),
(269, 90, 'email', 'jennifer@jennifereverlyauthor.com'),
(270, 90, 'message', 'The art of data collection made easy! Order now and receive all the essential business contacts you need. https://telegra.ph/Personalized-Contact-Data-Extraction-from-Google-Maps-10-03 (or telegram: @chamerion)'),
(271, 91, 'name', 'Eric Jones'),
(272, 91, 'email', 'ericjonesmyemail@gmail.com'),
(273, 91, 'message', 'Hello Genesiswa Owner!\r\n\r\nEric here with a quick thought about your website Genesiswa...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content.\r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nLeadConnect is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. You’ll know immediately they’re interested, and you can call them directly to talk with them while they’re literally looking over your site.\r\n\r\nVisit https://blastleadgeneration.com to try out a Live Demo with LeadConnect now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation immediately… and contacting someone in that 5-minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging, you can follow up later with new offers, content links, even just follow-up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n\r\nVisit https://blastleadgeneration.com to discover what LeadConnect can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\n\r\nPS: LeadConnect offers a complimentary 14-day trial – you could be converting up to 100x more leads immediately!  \r\nIt even includes International Long Distance Calling.  \r\nYou have customers waiting to talk with you right now… don’t keep them waiting.  \r\nVisit https://blastleadgeneration.com to try LeadConnect now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(274, 92, 'name', 'Mike Dalton'),
(275, 92, 'email', 'newbestqtf@yahoo.com'),
(276, 92, 'message', ''),
(277, 93, 'name', 'Eric Jones'),
(278, 93, 'email', 'ericjonesmyemail@gmail.com'),
(279, 93, 'message', 'Hello to the Genesiswa Owner.\r\n\r\nGreat website!\r\n\r\nMy name’s Eric, and I just found your site - Genesiswa - when browsing the net. You showed up on the top of the search engine results, so I checked you out. Seems like what you’re doing is really interesting.\r\n\r\nBut if you don’t mind me asking – after someone like me lands across Genesiswa, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also guess you’d like more… research show that 7 out of 10 people that land on a site end up leaving without any interaction.\r\n\r\nThat’s unfortunate.\r\n\r\nHere is an idea – what if there’s a simple way for each visitor to signal interest to get a phone call from you immediately…the moment they visit your site and said, “call me now.”\r\n\r\nYou can –\r\n\r\nWeb Visitors Into Leads is a tool that works on your site, ready to capture every visitor’s Name, Email address, and Phone Number. It allows you to know immediately – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nGo to https://actionleadgeneration.com to check out a Live Demo with Web Visitors Into Leads today to see exactly how it works.\r\n\r\nTime is essential when it comes to engaging with leads – the difference between contacting someone within 5 minutes compared to 30 minutes later is significant – like 100 times more effective!\r\n\r\nThat’s why we created our new SMS Text With Lead feature… because once you’ve collected the visitor’s phone number, you can automatically start a text message conversation.\r\n\r\nConsider the opportunities – even if you don’t close a deal right away, you can stay connected with text messages for new offers, content links, or even just a quick “how are you doing?” note to establish a relationship.\r\n\r\nWouldn’t that be helpful?\r\n\r\nGo to https://actionleadgeneration.com to find out what Web Visitors Into Leads can offer for your business.\r\n\r\nYou could be converting up to 100X more leads today!  \r\nEric\r\n\r\nPS: Web Visitors Into Leads provides a complimentary 14-day trial – and it even includes International calling.  \r\nYou have customers waiting to talk with you right now… don’t leave them waiting.  \r\nGo to https://actionleadgeneration.com to try Web Visitors Into Leads today.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(280, 94, 'name', 'Lily Jones'),
(281, 94, 'email', 'thornber.matthew@gmail.com'),
(282, 94, 'message', 'Ready to elevate your fall/winter looks? We\'ve got you.\r\n\r\nSearching for fall/winter essentials? Native Passion has you covered with must-have denim + hoodie combos and a huge variety of cozy, on-trend Sweatshirts — perfect for styling with ease and staying stylish all season long.\r\n\r\n>> Shop Denim Jackets with Hoodie: https://nativepassion.shop/denim-jackets-with-hoodie/\r\n> Browse All Sweatshirts: https://nativepassion.shop/sweatshirts/\r\n\r\nDon\'t wait — your new favorite pieces are just a click away!\r\n\r\n\r\n\r\nWhen you prefer not to get additional notifications from this message, please fill the form at bit. ly/fillunsubform with your domain address (URL).\r\n3717 Chemin Georges, Boonville, CA, USA, 94491'),
(283, 95, 'name', 'Eric Jones'),
(284, 95, 'email', 'ericjonesmyemail@gmail.com'),
(285, 95, 'message', 'Hello to the Genesiswa Owner,\r\n\r\nI am Eric, and unlike many emails you may receive, I would like to share a note of positive feedback – well done!\r\n\r\nWhat for?\r\n\r\nPart of my role is to examine websites, and the work you have done with Genesiswa certainly stands out.\r\n\r\nIt is clear you have taken building a website seriously and invested real effort into developing something of quality.\r\n\r\nHowever, there is a question…\r\n\r\nWhen someone like me finds your site – maybe at the top of the search results (good job, by the way) or through a link, how can you tell?\r\n\r\nMore importantly, how can you connect with that visitor?\r\n\r\nResearch indicates that many visitors leave quickly.\r\n\r\nHere is a way to create immediate engagement that might be new to you:\r\n\r\nWeb Visitors Into Leads is a tool that operates on your site, ready to gather each visitor’s name, email address, and phone number. It alerts you promptly when they are interested – so you can speak with them while they are viewing Genesiswa.\r\n\r\nPlease visit https://actionleadgeneration.com to view a live demonstration of Web Visitors Into Leads today and see exactly how it operates.\r\n\r\nIt can be very helpful for your business – and it gets even better… after you have their phone number, with our text messaging feature, you can begin a conversation promptly (there’s a significant difference between connecting within a few minutes compared to waiting much longer).\r\n\r\nAdditionally, even if you do not reach a mutual understanding at once, you can maintain contact later with text messages for additional resources, content links, or follow-ups to build a rapport.\r\n\r\nEverything described is straightforward, convenient, and effective.\r\n\r\nVisit https://actionleadgeneration.com to learn what Web Visitors Into Leads can provide for your business.\r\n\r\nYou could be engaging with significantly more potential contacts soon!\r\n\r\nEric\r\n\r\nP.S. Web Visitors Into Leads includes a 14-day evaluation period and supports international communication. There are individuals ready to speak with you now, so please do not keep them waiting.\r\n\r\nVisit https://actionleadgeneration.com to explore Web Visitors Into Leads today.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(286, 96, 'name', 'Giselle Baxter'),
(287, 96, 'email', 'manson.malissa@gmail.com'),
(288, 96, 'message', 'Let\'s boost your website/product/service.\r\n\r\nJust like you are reading this now, website owners and managers worldwide will see your message.\r\n\r\nHighly targeted outreach at massive scale for unbeatable rates.\r\n\r\n- Connect with businesses worldwide effortlessly  \r\n- Generate sales, leads, business deals  \r\n- Get your message delivered to millions for as low as $22  \r\n\r\nSkyrocket your business now!  \r\n\r\n## Visit https://bit.ly/CFormMarketing now\r\n\r\nForm Orbits\r\nhello@formorbits.com\r\n167-169 Great Portland Street, London, England, W1W 5PF, United Kingdom\r\n\r\n\r\n\r\nIn case you decide not to receive any more emails from this email, please follow the link below: bit. ly/RemoveUs'),
(289, 97, 'name', 'Eric Jones'),
(290, 97, 'email', 'ericjonesmyemail@gmail.com'),
(291, 97, 'message', 'Hello Genesiswa \r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, and I just found your site - Genesiswa - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n\r\nBut if you don’t mind me asking – after someone like me stumbles across Genesiswa, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also bet you’d like more… research indicates that 7 out of 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to raise their hand to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It notifies you IMMEDIATELY – so that you can speak to that lead while they’re actively looking over your site.\r\n\r\nGoto https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see precisely how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n\r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you are doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!  \r\nIt even includes International Long Distance Calling.  \r\nStop wasting money chasing eyeballs that don’t turn into paying customers.  \r\nPlease see this URL to try Web Visitors Into Leads now: https://blastleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here.  \r\nhttps://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(292, 98, 'name', 'Helaine Bartos'),
(293, 98, 'email', 'bartos.helaine@yahoo.com'),
(294, 98, 'message', 'We are interested in your products and services,  please send me your pricing and catalogue on our Whatsapp: https://wa.me/13657650371'),
(295, 99, 'name', 'GeorgeMuh'),
(296, 99, 'email', 'yawiviseya67@gmail.com'),
(297, 99, 'message', 'Xin chào, tôi muốn biết giá của bạn.'),
(298, 100, 'name', 'Josephlib'),
(299, 100, 'email', 'lypeapalmok@example.com'),
(300, 100, 'message', 'vardenafil teva generics [url=https://levinevino.com]vardenafil teva generics[/url] vardenafil cost \r\ngeneric levitra australia levitra now online vardenafil 10mg tablets'),
(301, 101, 'name', 'Nitin'),
(302, 101, 'email', 'nitinchreddy@gmail.com'),
(303, 101, 'message', 'Im looking for Hydra Facial'),
(304, 102, 'name', 'CharlieMuh'),
(305, 102, 'email', 'yawiviseya67@gmail.com'),
(306, 102, 'message', 'Hallo, ek wou jou prys ken.'),
(307, 103, 'name', 'Gift for registration>>> https://krakenpartners.net/ru/track/1174'),
(308, 103, 'email', 'raya.gritsenko.91@mail.ru'),
(309, 103, 'message', 'Ready to get started? Register now and enjoy your special bonus.  - https://krakenpartners.net/ru/track/1174'),
(310, 104, 'name', 'JeffreyAcist'),
(311, 104, 'email', 'latifacozyn@gmail.com'),
(312, 104, 'message', 'URGENT MESSAGE! ATTENTION PLEASE: $199,565.36 IN YOUR ACCOUNT—WITHDRAWAL TIME! https://script.google.com/macros/s/AKfycbzTJTJqCd6W4d_XAvHvgoNCdnWNtvJ0D9Nap4pGaJrh935RDSl-v48KT2lVSqvxzJeU/exec/8e4u0h3i/7q8d/o/o9/4a7l0s2t/3y0q/t/16/5f0i8d2t/5q9g/5/v4'),
(313, 105, 'name', 'LeeMuh'),
(314, 105, 'email', 'yawiviseya67@gmail.com'),
(315, 105, 'message', 'Hi, roeddwn i eisiau gwybod eich pris.'),
(316, 106, 'name', 'Jennifer Obrien'),
(317, 106, 'email', 'jenn@dandyreviewaitools.com'),
(318, 106, 'message', 'Genesis Wellness & Aesthetics,\r\n\r\nLeads for Genesis Wellness & Aesthetics are being missed on 253-600-1600 - especially after hours. Do you want us to answer those for you and automatically schedule them into your business? \r\n\r\nOur technology gives you a 24/7 ai employee that monitors every phone call and website visitor, answering every call and capturing all of their contact information and driving them automatically to come into your business - if it’s to make a reservation, schedule a service - whatever action or goal you want leads to complete. \r\n\r\nWe guarantee this will help you convert more customers automatically. That’s why some of the largest brands in the world work with us and over 10,000 businesses.\r\n\r\nDo you have 15 minutes for a call so I can show you how this will work? Select a time on my calendar here: getdandy.com/aivoice\r\n\r\nThank you,\r\n\r\nJennifer O\'Brien | Director of Operations\r\nGetDandy\r\ngetdandy.com/aivoice\r\n\r\nUnsubscribe here: bit.ly/42wnUsa'),
(319, 107, 'name', 'JeffreyAcist'),
(320, 107, 'email', 'edenwatertech@gmail.com'),
(321, 107, 'message', 'URGENT! $199,655.27 AT STAKE – TAKE ACTION NOW! https://script.google.com/macros/s/AKfycbwcRV50h6M7ib3eFIEHtcaXLuTgMsvv_I4Apa-pxlSrAvRs4NfOvSthuGo5d8ZXRbNvUw/exec/4z7o6h4e/4e9r/3/gw/7e1l0g3y/7e6m/x/cu/5w1n6g2t/6y8y/e/k2'),
(322, 108, 'name', 'SimonMuh'),
(323, 108, 'email', 'irinademenkova86@gmail.com'),
(324, 108, 'message', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.'),
(325, 109, 'name', 'Rene Perl'),
(326, 109, 'email', 'perl.rene@hotmail.com'),
(327, 109, 'message', 'Tired of paying for every AI tool?\r\n\r\nIt ends here.\r\n\r\nIntroducing a disruptive AI hub that gives you instant access to over 350+ top-tier tools — with no API fees, no monthly charges, no hidden costs.\r\n\r\nUse Bard from a single portal.\r\nNo dev skills. No setup. No waiting.\r\n\r\nGenerate leads, ads, blogs, art—on demand.\r\nEverything you need. Nothing you don’t.\r\n\r\nWhy pay when you can access it today for a one-time cost?\r\n\r\nGrab your access now  https://allseptik-saratov.online/7664626'),
(328, 110, 'name', 'Samuel Ecuyer'),
(329, 110, 'email', 'ecuyer.samuel70@googlemail.com'),
(330, 110, 'message', 'Hello\r\nI\'m are interested in your offer,  Please send me details  on my Whatsapp +48 794 973 356'),
(331, 111, 'name', 'Jacquetta Pegues'),
(332, 111, 'email', 'jacquetta.pegues@msn.com'),
(333, 111, 'message', 'You Don’t Need Tech Skills To Succeed. Just a Funnel That Handles the Heavy Lifting For You Ready to Go in Minutes From Now\r\nLaunch Your Own Funnel Featuring Share-Worthy AI Tools Built to Spark Engagement\r\nBuilt-In Tools Help You Get Traffic + Preloaded Emails Feature Your Affiliate Links\r\nNo Ads. No Writing. No Tech Skills Needed – Just Follow a Few Simple Steps\r\nEMAILS, GIVEAWAYS & BUILT-IN TRAFFIC TOOLS\r\n\r\nmore ... https://www.novaai.expert/WarriorFunnels'),
(334, 112, 'name', 'Stephanie Volnie Volnie'),
(335, 112, 'email', 'svolnie@hotmail.com'),
(336, 112, 'message', 'Can you give me info on a tightening facial? Price and what does it include'),
(337, 113, 'name', 'Pac Med'),
(338, 113, 'email', 'keith@thetruepharma.com'),
(339, 113, 'message', 'Hi there! I hope this message finds you well.\r\n\r\n \r\n\r\nI’m reaching out to introduce an opportunity that could significantly elevate your IV therapy services — NAD+ (Nicotinamide Adenine Dinucleotide) IV drips, a treatment that’s rapidly growing in popularity among health-conscious clients for its powerful support in energy, cognitive function, and healthy aging.\r\n\r\n \r\n\r\nAt PacMed, we supply pharmaceutical-grade NAD+ powder that offers several key advantages over other formulations:\r\n\r\n \r\n\r\nFewer side effects, making for a smoother and more comfortable client experience\r\n \r\n\r\nFaster drip time — 500mg in a 500ml 0.9% saline bag can be infused in just 1 to 1.5 hours, compared to the 3+ hours often required with other products\r\n \r\n\r\nBacked by our training, marketing support, and dosing guidance to help you implement the therapy with confidence\r\n \r\n\r\nAdditionally, this September, we’re excited to launch a new, Korean FDA–registered liquid NAD+ product —\r\n\r\n \r\n\r\n500mg in a 15ml vial\r\n \r\n\r\nApproved for IV, subcutaneous, and intramuscular use\r\n \r\n\r\nWell tolerated at higher doses, thanks to the low side-effect profile\r\n \r\n\r\nNAD+ therapy is quickly becoming a cornerstone offering in modern wellness clinics due to its wide-ranging benefits:\r\n\r\n \r\n\r\nEnhanced energy and metabolism\r\n \r\n\r\nCognitive clarity and mood support\r\n \r\n\r\nCellular repair and anti-aging effects\r\n \r\n\r\nFaster post-exertion or post-illness recovery\r\n \r\n\r\nIf you\'re interested in adding this high-impact therapy to your service menu, I’d be happy to provide more information about NAD and our broader product line, answer any questions, and discuss how we can work together. If you already have a supplier of NAD, perhaps we could offer you a more competitive rate.\r\n\r\n \r\n\r\nLooking forward to connecting!\r\n\r\n \r\n\r\nWarm regards,\r\n\r\nEmily Crane\r\n\r\nPacMed\r\n\r\n808-537-1671\r\n\r\npacmedhawaii@yahoo.com'),
(340, 114, 'name', 'Jennifer Obrien'),
(341, 114, 'email', 'jenn@dandyreviewaitools.com'),
(342, 114, 'message', 'Genesis Wellness & Aesthetics,\r\n\r\nDid you get my last email? I just sent my last email two days ago and you’ve already missed another 20 potential customers on 253-600-1600. Each day that goes by more money is missed.\r\n\r\nWe guarantee you will capture these customers automatically using our AI agent that answers 24/7 and converts leads into customers by automatically encouraging them to schedule a service, make a reservation, whatever action or goal you want them to take. It answers all questions that they may have automatically trained on any information you want to give them your website, your Google business page or more.\r\n\r\n\r\nDo you have 15 minutes for a call so I can show you how this will work? Select a time on my calendar here:  getdandy.com/aivoice\r\n\r\n\r\nJennifer O\'Brien | Director of Operations\r\nGetDandy\r\ngetdandy.com/aivoice\r\n\r\nUnsubscribe here: bit.ly/42wnUsa'),
(343, 115, 'name', 'GeorgeMuh'),
(344, 115, 'email', 'irinademenkova86@gmail.com'),
(345, 115, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(346, 116, 'name', 'Husam Dilmen'),
(347, 116, 'email', 'hair@neohairtransplant.com'),
(348, 116, 'message', 'Hello \r\n\r\nI hope you\'re doing well. I\'m reaching out from Neo Hair Transplant, a VIP hair restoration clinic in Turkey that specializes in FUE and DHI techniques.\r\n\r\nWe’d like to propose a partnership built around the complementary nature of our services. While PRP and other regenerative treatments can provide significant results in early-stage hair thinning, many patients eventually reach a point where hair transplantation is the only viable solution. That’s where we come in.\r\n\r\nAt the same time, even after a successful transplant, these patients still require ongoing PRP therapy to support growth and maintain scalp health services you already provide at a high standard.\r\n\r\nWith this in mind, we see a strong opportunity for mutual collaboration:\r\n\r\nYou can refer patients to Neo when hair transplant becomes the next step.\r\n\r\nWe will refer patients back to you post-procedure for their ongoing PRP sessions.\r\n\r\nFor every successful surgery through your referral, we offer a generous commission.\r\n\r\nYou also benefit from ongoing PRP treatments, creating a recurring income stream from each patient we share.\r\n\r\nOur goal is to build a win–win partnership that not only enhances patient outcomes but also increases revenue for both sides.\r\n\r\nLet us know if you’re open to discussing this further—we’d be happy to schedule a quick call or send over more details.\r\n\r\nBest regards,\r\nSam Dilmen'),
(349, 117, 'name', 'Beau Mason'),
(350, 117, 'email', 'mason.beau66@yahoo.com'),
(351, 117, 'message', 'Create High-Quality Ebooks up to 180 Pages in Minutes Without Writing a Single Word Yourself…\r\n\r\nThe Ebook Gold Rush Isn’t Over…\r\nIt’s Just Getting Smarter\r\n\r\nmore ... https://www.novaai.expert/eBookWriterAI'),
(352, 118, 'name', 'Cornelius Bartel'),
(353, 118, 'email', 'cornelius.bartel48@outlook.com'),
(354, 118, 'message', '- With 1-Click Generate “Virtual Human” Videos \r\n- All Of Our Views Turns Into Huge Paydays ($500+)\r\n- Our Videos Dominate ANY Platform No Matter Which (TikTok, IG, FB, YT,...) \r\n... more https://www.novaai.expert/Humanify\r\n- Generate Videos In Over 50 Languages And Dozens Of Accents… \r\n- No Recording Or Editing Required Whatsoever  \r\n- ZERO Manual Work With Humanify. Never Write Scripts, And Never Record \r\n- We Get Over 100,000 Views Daily On Our Videos… \r\n- Works In Any Niche No Matter What\r\n- No Complicated Setup - Get Up And Running In 2 Minutes\r\n- Our Clients Generate Hundreds Of Dollars Working Less Than 2 Min\r\n- ZERO Upfront Cost - Get Up And Running Immediately\r\n- 30 Days Money-Back Guarantee\r\n... more https://www.novaai.expert/Humanify'),
(355, 119, 'name', 'Hayden Kavel'),
(356, 119, 'email', 'kavel.hayden@hotmail.com'),
(357, 119, 'message', 'Discover the Little-Known (And Never Taught) AI Automation Secrets & Traffic Rituals That Let Us\r\nHijack 1,000\'s of FREE BUYER Clicks From Facebook, LinkedIn, IG & X - On Autopilot Without Followers, Ads Or Experience!\r\nWe Use This “Invisible Traffic Engine” (A Tool So Easy My Grandma Could Use It) Cracks the Algorithm and Sends Us Consistent Clicks, Followers, and Sales - Hands-Free!\r\n\r\nmore ... https://www.novaai.expert/AlgoBusterAI'),
(358, 120, 'name', 'Savannah Skylar'),
(359, 120, 'email', 'savannah.vas4hire@gmail.com'),
(360, 120, 'message', 'Hi there,\r\n\r\nAre you interested in a virtual assistant to help with administrative work, prospecting, follow-up with leads, along with other responsibilities?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(361, 121, 'name', 'SOPHIA, YING'),
(362, 121, 'email', 'excelmk@ms72.hinet.net'),
(363, 121, 'message', 'Dear Sirs, \r\n\r\nGood day!\r\n\r\nWe are a Biotech product “Exosomes” manufacturer agent in Taiwan. We supply pure exosomes for medical care, facial beauty, scalp, and hair care centers for \r\nmedical therapy research, and medical and beauty product development.\r\n\r\nUsing cell force to regenerate tissues :\r\nInducing cells to release cellular energy through tissue engineering will regenerate functional tissues required for various clinical applications. \r\nExosomes, as cell derivatives, are called cell-free cell therapy. In addition to reducing the risk of rejection, it has a wide range of functions such \r\nas cell activation, immune regulation, and tissue repair.\r\n\r\nOur fully-automatic production lines combine AI and AR equipment to produce the highest concentration of exosomes with stable quality.  \r\nWe also provide exosome qualified inspection and certification by SGS, batch by batch.\r\n\r\nWe are pleased to see exosomes being more widely used in scalp treatment, immune regulation, and anti-aging, providing safer and more effective treatments. \r\nFor more information about our high concentration of exosomes, please contact us anytime.  \r\n\r\nBest regards\r\n\r\nSophia Ying\r\nEXCEL MAKE EXOSOME INC.\r\nTEL: 886-2-8292-5698\r\nFAX: 886-2-8292-5568\r\nSKYPE: tst92100199\r\nEMAIL: excelmk@ms72.hinet.net');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(364, 122, 'name', 'Alda Stage'),
(365, 122, 'email', 'hacked@genesiswa.com'),
(366, 122, 'message', 'We have hacked your website https://genesiswa.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that we were able to exploit. After finding the vulnerability we were able to get your database credentials and extract your entire database and move the information to an offshore server.\r\n\r\nWhat does this mean?\r\n\r\nWe will systematically go through a series of steps of totally damaging your reputation. First your database will be leaked or sold to the highest bidder which they will use with whatever their intentions are. Next if there are e-mails found they will be e-mailed that their information has been sold or leaked and your site https://genesiswa.com was at fault thusly damaging your reputation and having angry customers/associates with whatever angry customers/associates do. Lastly any links that you have indexed in the search engines will be de-indexed based off of blackhat techniques that we used in the past to de-index Our targets.\r\n\r\nHow do i stop this?\r\n\r\nWe are willing to refrain from destroying your site\'s reputation for a small fee. The current fee is $5000 in bitcoins (0.043 BTC).\r\n\r\nSend the bitcoin to the following Bitcoin address (Make sure to copy and paste):\r\n\r\n bc1qel7v90m26e98a2mlgka5t2087wxk733ssv6u7h \r\n\r\nOnce you have paid we will automatically get informed that it was your payment. Please note that you have to make payment within 5 days after receiving this e-mail or the database leak, e-mails dispatched, and de-index of your site WiLL start!\r\n\r\nHow do i get Bitcoins?\r\n\r\nYou can easily buy bitcoins via several websites or even offline from a Bitcoin-ATM.\r\n\r\nWhat if i don\'t pay?\r\n\r\nWe will start the attack at the indicated date and uphold it until you do, there\'s no counter measure to this, you will Only end up wasting more money trying to find a solution. We will completely destroy your reputation amongst google and your customers.\r\n\r\nThis is not a hoax, do not reply to this email, don\'t try to reason or negotiate, we will not read any replies. Once you have paid we will stop what we were doing and you will never hear from us again!\r\n\r\nPlease note that Bitcoin is anonymous and no one will find out that you have complied.'),
(367, 123, 'name', 'Emile Seidel'),
(368, 123, 'email', 'emile.seidel@gmail.com'),
(369, 123, 'message', 'Hello,\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nInstantly Create Stunning Kids Videos, beautifully\r\nIllustrated colouring books, pages –\r\nall in hot niches superheroes, Fairytales & Fantasy Adventures,\r\nEducational Videos and so many more..\r\nWithout any writing, hiring freelancers or paying monthly tools!\r\n\r\nSee it in action: https://www.novaai.expert/KidstudioAI\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to unsubscribe:\r\nhttps://www.novaai.expert/unsubscribe'),
(370, 124, 'name', 'LeeMuh'),
(371, 124, 'email', 'zekisuquc419@gmail.com'),
(372, 124, 'message', 'Ndewo, achọrọ m ịmara ọnụahịa gị.'),
(373, 125, 'name', 'SimonMuh'),
(374, 125, 'email', 'irinademenkova86@gmail.com'),
(375, 125, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(376, 126, 'name', 'Emmett Pitcairn'),
(377, 126, 'email', 'pitcairn.emmett75@outlook.com'),
(378, 126, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nBACKLINK IGNITOR creates powerful backlinks in seconds.\r\nNo coding, no manual work – just click and rank!\r\n\r\nMore backlinks. More traffic. More sales.\r\nAll thanks to BACKLINK IGNITOR!\r\n\r\nSee it in action: https://goldsolutions.pro/BacklinkIgnitor\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(379, 127, 'name', 'UdaiFliet'),
(380, 127, 'email', 'uadeya@domopichka.icu'),
(381, 127, 'message', 'Завжди вважала, що добре вмію готувати, але недавно мої страви стали скучними і втратили різноманітність. Подруга запропонувала мені переглянути оригінальні рецепти, але я не знала, де шукати. Якось ввечері знайшла цей каталог і... це було як відкриття нового світу! Виявилося, що є безліч сайтів з дивовижними рецептами, про які я навіть не здогадувалася. Я була в захваті від розділи з авторськими стравами та рецептами національних кухонь. Протягом місяця я встигла приготувати страву мексиканської гастрономії, тайської та ще й іспанської кухні! Моя чоловік і діти дуже задоволені, а я відчуваю себе повноцінним кулінаром. Також почала вести щоденник, де записую всі нові рецепти, які освоїла \r\n[url=https://uadomodeas.xyz/]Каталог сайтів[/url]'),
(382, 128, 'name', 'Tami Brady'),
(383, 128, 'email', 'tami.brady@gmail.com'),
(384, 128, 'message', 'We have a promotional offer for your website genesiswa.com.\r\n\r\nUnlimited Evergreen Traffic: Submit up to 30 posts every month, for life, and enjoy a never-ending stream of targeted traffic to your affiliate offers.\r\nLevel the Playing Field: Whether you\'re a newbie or a seasoned marketer, our platform gives you the edge you need to succeed.\r\nBuild Your Empire: Effortlessly grow your email list, promote unlimited affiliate products, and drive sales through the roof.\r\nPromote ANYTHING: Review affiliate products, promote your own products, local businesses, social media – the possibilities are endless!\r\nUnleash Powerful Features: Enjoy robust profile features, easy post editing/removal, seamless social sharing, and everything you need to dominate.\r\nThe Ultimate Traffic Weapon: Tap into our unique, high-quality traffic generation engine that works 24/7 on complete autopilot.\r\n\r\nSee it in action: https://goldsolutions.pro/FreePostZone\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(385, 129, 'name', 'Roy Elrod'),
(386, 129, 'email', 'roy.elrod@gmail.com'),
(387, 129, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nBrand New Ai App That Let\'s YOU Launch\r\nProfitable Faceless YouTube Channels\r\nWith 100% Done-For-You : \r\n\r\n- Thumbnails & More\r\n- Viral & Engaging Videos\r\n- Scroll-Stopping Shorts\r\n- Human-Like Avatars\r\n- AI Ideas & Scripts\r\n- Thumbnails & More\r\n\r\nWithout Showing Your Face — Even If You’re NOT MrBeast!\r\nAuto-Post, Auto-Rank & Auto-Reply on YouTube—Attract\r\nMillions of Views & Subscribers on Autopilot.\r\nNo Face on Camera | No Recording | No Editing Skills Needed\r\n\r\nSee it in action: https://goldsolutions.pro/AITubeStar\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(388, 130, 'name', 'Millie Catalano'),
(389, 130, 'email', 'catalano.millie@outlook.com'),
(390, 130, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\n“60-Second Trick Turns My Phone Into\r\na $100/Day EMAIL Cash Machine”\r\n 5 MINUTES PER DAY - NO Experience Required | NO HARD WORK | INSTANT PAYMENTS \r\n \r\n The Best Part is,\r\nI Don’t Have To Create Anything…\r\nYup, I don’t have to create my own digital or physical products.\r\n\r\nSee it in action: https://goldsolutions.pro/EmailCashMachine\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(391, 131, 'name', 'Jeannine Hoyle'),
(392, 131, 'email', 'jeannine.hoyle@msn.com'),
(393, 131, 'message', 'Hello Marketers,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nIf you’ve been looking for a smart, scalable, and highly profitable way to enter the booming digital content space — without burning out or hiring a big team...\r\n\r\nLet me show you something that’s working incredibly well right now:\r\n\r\nFor years, we’ve been in the business of digital creation — launching courses, software, and helping entrepreneurs like you build profitable info-based businesses.\r\n\r\nBut there was one niche we kept seeing explode repeatedly:\r\n\r\nThe Prompts Profit Market\r\n\r\nCash In on the Exploding Prompts Profit Market — Turn Simple AI Text Into Daily Income!\r\n\r\n\r\nSee it in action: https://www.novaai.expert/PrompterIQ\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(394, 132, 'name', 'Dino Woolcock'),
(395, 132, 'email', 'dino.woolcock@gmail.com'),
(396, 132, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents.  Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries.  We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow.  You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(397, 133, 'name', 'Trisha Rock'),
(398, 133, 'email', 'trisha.rock@msn.com'),
(399, 133, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nHit \" https://www.youtube.com/watch?v=ogRpcDSFehI \" and discover how to build your own education platform in just a few clicks.\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://topcasworld.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Jordan Matthews'),
(400, 134, 'name', 'Cortez Crayton'),
(401, 134, 'email', 'cortez.crayton15@gmail.com'),
(402, 134, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nRevolutionary AI Tech Turns Any Viral\r\nInstagram Reel, YouTube Short, or TikTok Video Into Scroll-Stopping, Lead-Pulling Funnels\r\nAll In Under 2 Minutes\r\n\r\nSee it in action: https://goldsolutions.pro/Reels2Leads\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(403, 135, 'name', 'Micki Lang'),
(404, 135, 'email', 'lang.micki0@gmail.com'),
(405, 135, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents.  Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries.  We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow.  You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(406, 136, 'name', 'Kellye Ah Mouy'),
(407, 136, 'email', 'kellye.ahmouy@gmail.com'),
(408, 136, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\n20+ Ready-to-Teach AI Professors– Instantly Deliver AI Live Classes in Math, Physics, Chemistry, Coding & More – All Done-For-You and 100% Automated!\r\nAI Live Professors for 20+ Subjects – Covering academics, tech, business, languages, and wellness.\r\nSmart Student Management System – Track student progress, issue certificates & provide AI-personalized feedback.\r\nAI-Powered Q&A & Adaptive Tutoring – Instant help for every student, available 24/7 through built-in AI guidance.\r\nRun AI-Powered Exams, Quizzes & Auto-Grading – Assess, grade & evaluate with zero manual effort.\r\nMonetize Your University –With AI-Driven Subscription Model & Charge monthly subscriptions Or one-time payments.\r\n\r\nSee it in action: https://www.novaai.expert/AILiveUniversityBuilder\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(409, 137, 'name', 'Cassie Lyall'),
(410, 137, 'email', 'lyall.cassie@gmail.com'),
(411, 137, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nTransforms Any Keyword & URL Into Profit-Generating Content and Drives Endless FREE Targeted Traffic On Autopilot Across All Niches ...\r\n\r\nSee it in action: https://goldsolutions.pro/TrafficWaveGenerator2\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(412, 138, 'name', 'Alecia Barbee'),
(413, 138, 'email', 'alecia.barbee68@gmail.com'),
(414, 138, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nReady to Start Getting Clients and Sales\r\n— No More Stress. Just Sales\r\nYou’ve tried the tools, hacks, and templates Still stuck at zero?\r\n\r\nit\'s not your effort. It\'s the system\r\n\r\nNo pressure. Just something that finally brings in real, paying customers.\r\n\r\n• Shows your offer to the right buyers\r\n\r\n• Says exactly what they need to hear\r\n\r\n• Converts traffic into real, paying customers\r\n\r\nNo setup. No delays. No learning curve.\r\nJust switch it on — and let it sell for you.\r\nYou want more sales — fast. Exactly what you get.\r\nNow that you\'re here, SaleStorm AI is ready to sell\r\nBrings in real sales. Fast. No guesswork.\r\n\r\nSee it in action: https://www.novaai.expert/SalesStormAI\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(415, 139, 'name', 'RegenIrret'),
(416, 139, 'email', 'mudts@domopichka.icu'),
(417, 139, 'message', 'Планировал уменьшить расходы во время строительства — везде то \"не экономьте\", то рекомендации вроде \"используйте подручные материалы\". Нашел адекватные сайты, где подробно расписано, как действительно можно сэкономить не в ущерб результату \r\n[url=https://mydovidnikgospodarya.xyz/]Каталог mydovidnikgospodarya.xyz[/url]'),
(418, 140, 'name', 'GeorgeMuh'),
(419, 140, 'email', 'irinademenkova86@gmail.com'),
(420, 140, 'message', 'Szia, meg akartam tudni az árát.'),
(421, 141, 'name', 'SimonMuh'),
(422, 141, 'email', 'irinademenkova86@gmail.com'),
(423, 141, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(424, 142, 'name', 'Ellis Dooley'),
(425, 142, 'email', 'dooley.ellis@outlook.com'),
(426, 142, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWiFi Passive Income Streams Has Made Us Over $23,873.32 In 2025 ALONE…\r\n5+ Income Streams From ONE 30-Second Action...\r\nNo Face. No Funnel. No Selling. Just Tap & Get Paid...\r\nWorks on Any Phone, Anywhere in the World...\r\n\r\nhttps://www.youtube.com/watch?v=55mmITx4dIo\r\n\r\n100% Legal & Ethical…\r\nJust 2 Clicks & 2 Minutes For Us To Start Making Money…\r\nThe More Money Taps On Our Phone = We Get MORE $50.00 Payments…\r\nRuns on Cellphone + WiFi = No Tech, No Setup, No Laptop, No Budget Needed...\r\nWorks With Secret Offers on WarriorPlus, JVZoo, DigiStore24, ClickBank & more....\r\nGets Us FREE Buyer Traffic From Multiple Sources...\r\nZERO Hidden Expenses Or Monthly Fees Involved…\r\nPrivate Coaching With The Founder Included...\r\n180 Day Money Back Guarantee…\r\nWe’ll Coach You For FREE If You Fail PLUS Your Money Back…\r\n\r\nhttps://www.youtube.com/watch?v=55mmITx4dIo\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://topcasworld.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Jordan Matthews'),
(427, 143, 'name', 'Sheila Boulton'),
(428, 143, 'email', 'boulton.sheila69@outlook.com'),
(429, 143, 'message', 'Hey, your offer is interesting, please contact us with more detials we would like to make order, text us on whatsapp: \r\n+48 690 941 207'),
(430, 144, 'name', 'Nina Aubuchon'),
(431, 144, 'email', 'nina.qualitypeptides@gmail.com'),
(432, 144, 'message', 'Hi, \r\n\r\nI noticed yall offer peptide services — are you currently sourcing GLP-1s like Semaglutide or Tirzepatide?\r\n\r\nWe work with several similar clinics and help them save $20–$30 per vial, often while expanding their peptide offerings, we have 50+.\r\n\r\nWe offer:\r\n\r\n●     Direct-to-patient fulfillment\r\n●     Bulk & multi-use vial options\r\n●     A zero-cost telemedicine solution\r\n\r\nCould we jump on a quick 5–10 minute call? I can show you exactly how we’re helping other clinics increase profit margins while keeping quality top-tier.\r\n\r\nThanks,\r\n\r\nNina Aubuchon\r\n\r\n(859) 285-2513'),
(433, 145, 'name', 'Jennifer Allen'),
(434, 145, 'email', 'jenniferallen.digitalmarketing@gmail.com'),
(435, 145, 'message', 'Hi,\r\n \r\nHalf of 2025 is already behind us, and your competitors are preparing for 2026. If your website is outdated, it could be hurting your SEO and costing you customers.\r\n \r\nWe offer affordable website redesigns, delivered fast — plus 3 months of free maintenance.\r\n \r\nWant to see how your current site is performing?\r\n \r\nPlease reply to view our pricing and timeline. Let’s get your site ready for 2026!\r\n \r\nBest,\r\nJennifer\r\n\r\nReply stop to unsubscribe'),
(436, 146, 'name', 'Juli Cumming'),
(437, 146, 'email', 'juli.cumming@gmail.com'),
(438, 146, 'message', 'Hey, your offer is interesting, please contact us with more detials we would like to make order, text us on whatsapp: \r\n+48 732 674 563'),
(439, 147, 'name', 'Betty Outhwaite'),
(440, 147, 'email', 'outhwaite.betty91@gmail.com'),
(441, 147, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\n“30-Second Trick Turns My Phone Into\r\na $1,000/Day WiFI CASH BOT”\r\nJust Tap The \"Secret Button\" To Cash In From This $385 Billion A.I WiFi Cash Loophole!\r\n\r\nSee it in action: https://goldsolutions.pro/WiFiCashBot\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(442, 148, 'name', 'Trudy Guilfoyle'),
(443, 148, 'email', 'trudy.guilfoyle@gmail.com'),
(444, 148, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWorld’s First Super Intelligent AI Chat That Unlocks ALL-ACCESS PASS To Every Premium AI Tool On Earth... With A Single Command\r\n\r\n(Imagine what you could create with ALL of them working together seamlessly.)\r\n\r\nUnlock the Entire Universe of AI Instantly.. Simply type or speak your request and watch as it intelligently routes your task to the PERFECT AI engine)\r\n\r\nSee it in action: https://www.novaai.expert/AISuperBOT\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(445, 149, 'name', 'Lora Bigge'),
(446, 149, 'email', 'bigge.lora@gmail.com'),
(447, 149, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nAccess DeepSeek AI, ChatGPT, Google Veo3, Luma AI, Claude, Gemini Pro , Kling AI, Mistral, DALL.E, LLaMa & more—all from a single dashboard.\r\nNo subscriptions or no monthly fees—pay once and enjoy lifetime access.\r\nAutomatically switch between AI models based on task requirements.... AND MUCH MORE\r\n\r\nSee it in action: https://www.novaai.expert/AIModelSuite\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(448, 150, 'name', 'SimonMuh'),
(449, 150, 'email', 'irinademenkova86@gmail.com'),
(450, 150, 'message', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.'),
(451, 151, 'name', 'Donnie Xiong'),
(452, 151, 'email', 'donnie.xiong@googlemail.com'),
(453, 151, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nIf You Want FREE, Targeted Traffic \r\nFrom The TOP 3 Free Traffic Sources, \r\nThen Pay Close Attention...\r\nSee it in action: https://goldsolutions.pro/TrafficSniper\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(454, 152, 'name', 'Tasha Gottshall'),
(455, 152, 'email', 'tasha.gottshall@hotmail.com'),
(456, 152, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\n DAILY TRAFFIC TO ANY URL FROM 10 X HIGH PERFORMING TRAFFIC SOURCES\r\nNO EXPERIENCE, EMAIL LIST OR TECH SKILLS REQUIRED\r\n\r\nSee it in action: https://goldsolutions.pro/TrafficManiac\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(457, 153, 'name', 'Ivey Thring'),
(458, 153, 'email', 'ivey.thring@gmail.com'),
(459, 153, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\n\r\n No Product. No Skills. No Work. No Talking. No Selling…\r\n\r\nWorld’s First AI App That Lets You Launch A Fully-Automated Freelancing Business Without Doing Any Of The Freelancing Yourself & Without Hiring Anyone\r\nJust Pick Your Built-In AI Worker (Copywriter, Designer, Developer, Assistant, & More)...\r\nLet Them Deliver Jobs For You… While You Sit Back & Get Paid…\r\nNo Experience - No Skills - No Upfront Cost - No Waiting - Instant Results\r\n\r\nSee it in action: https://www.novaai.expert/TaskManAI\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(460, 154, 'name', 'Reggie Cheeke'),
(461, 154, 'email', 'cheeke.reggie71@gmail.com'),
(462, 154, 'message', 'Hey, your offer is interesting, please contact us with more detials we would like to make order, text us on whatsapp: +48 507 236 455'),
(463, 155, 'name', 'Rosa Sloman'),
(464, 155, 'email', 'rosa.sloman@msn.com'),
(465, 155, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nBACKLINK IGNITOR creates powerful backlinks in seconds.\r\nNo coding, no manual work – just click and rank!\r\n\r\nMore backlinks. More traffic. More sales.\r\nAll thanks to BACKLINK IGNITOR!\r\n\r\nSee it in action: https://goldsolutions.pro/BacklinkIgnitor\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(466, 156, 'name', 'Bridgett Munoz'),
(467, 156, 'email', 'munoz.bridgett@outlook.com'),
(468, 156, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents.  Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries.  We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow.  You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(469, 157, 'name', 'Latanya Gable'),
(470, 157, 'email', 'gable.latanya@gmail.com'),
(471, 157, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy Pay Hundreds Of Dollars For Multiple AI Subscriptions When AI ModelSuite Gives You Everything In One Powerful Package? \r\nAI ModelSuite is an all-in-one AI powerhouse that replaces chatbots, image generators, content creations, video generators, and more – all for a one-time payment of just $17!\r\nTotal Cost Without AI ModelSuite? $2500+ per Year! \r\nWhy spend $200+ per month when you can get it all for just $17 One Time?\r\nStop Overpaying – Get AI ModelSuite for Just $17 (One-Time!) \r\n\r\nNo Monthly Fees | Unlimited AI Power | One Toolkit for Everything \r\n\r\nSee it in action: https://goldsolutions.pro/AIModelSuite\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(472, 158, 'name', 'Denisse Hall'),
(473, 158, 'email', 'denisse@vasdirect.com'),
(474, 158, 'message', 'Hi there,\r\n\r\nWe provide expert Virtual Assistant Services to help with a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative and customer support tasks.\r\n\r\nI\'d love to show you how it works & how we can help enhance your client acquisitions.'),
(475, 159, 'name', 'LeeMuh'),
(476, 159, 'email', 'zekisuquc419@gmail.com'),
(477, 159, 'message', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.'),
(478, 160, 'name', 'Helena Manifold'),
(479, 160, 'email', 'manifold.helena38@gmail.com'),
(480, 160, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nhese Ready-to-Use Prompts Turn Free AI Tools Like ChatGPT into a Personal Deal Hunter That Finds You Cheaper Alternatives, Travel Hacks, Cashback Opportunities, and Budget Wins in Seconds -\r\nAll Without Changing a Thing About Your Routine\r\nNo Coupons | No Extensions | No Guesswork | 100% Real Savings | 100% Resell Rights\r\n\r\nSee it in action: https://goldsolutions.pro/money-saving-prompts\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(481, 161, 'name', 'Jonah Mccormick'),
(482, 161, 'email', 'shultz.joie@gmail.com'),
(483, 161, 'message', 'Just as you received this message, picture your business getting in front of potential clients directly by means of these contact form pages.\r\n\r\nDid you know that contact form marketing is one of the most efficient ways to connect with potential customers and generate leads?\r\n\r\nContact Form Leads will connect to potential customers straight through their contact forms, bypassing traditional advertising methods and driving engagement where it matters most. Our platform is easy to use, highly successful, and backed by a team of experts dedicated to helping you succeed.\r\n\r\nBroadcast your tailored outreach to countless organizations across the planet from just $22.\r\n\r\nGet interested visitors, replies, leads, create awareness, make sales.\r\n\r\n** Revolutionize your outreach efforts right away with Contact Form Leads: https://bit.ly/bulkformsubmit\r\n\r\nLet’s boost your brand now.\r\n\r\n\r\n\r\nIf at any point you wish to stop getting subsequent messages from us, feel free to fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nFaerberplatz 60, Croghan, CA, USA, 91106'),
(484, 162, 'name', 'Wallace Hoffmann'),
(485, 162, 'email', 'wallace.hoffmann@outlook.com'),
(486, 162, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nSell Without Limits. Rebrand Like a Pro. Cash In on Every Sale!\r\nLaunch Your Own Training Video Empire\r\nThe Ultimate Learning Library with Unrestricted PLR\r\nOver 1,600 premium training videos\r\nin red-hot niches ready for instant monetization!\r\n\r\nSee it in action: https://goldsolutions.pro/TheUltimateLearningLibrary\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(487, 163, 'name', 'Finlay Dixson'),
(488, 163, 'email', 'dixson.finlay11@gmail.com'),
(489, 163, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nImagine having an assistant who works around the clock, handling all the routine tasks, attracting clients, and generating profit even while you sleep. Grab AI SuperBot isn’t just another tool — it’s a complete solution that helps you work faster, smarter, and earn more without extra effort.\r\n\r\nWhy does this matter to you? Because time is your most valuable resource. With this bot, you’ll free up hours usually wasted on repetitive tasks and invest them into growing your business or personal projects. It’s your chance to reach a new level of efficiency and income.\r\n\r\nSee it in action: https://www.novaai.expert/AISuperBOT\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(490, 164, 'name', 'Mona McEvilly'),
(491, 164, 'email', 'mcevilly.mona@gmail.com'),
(492, 164, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? Because UGC videos sell better than any banner or text ad — and brands pay $300–$500 per clip. With UGCfluencer, you can create these viral videos in just 5 seconds — no studio, no skills, no expenses. Simply type your text, and AI generates ultra-realistic influencer-style content that converts. Whether you want to monetize traffic or start a new income stream, this is your fast ticket into the UGC revolution.\r\n\r\nSee it in action: https://www.novaai.expert/UGCfluencer\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(493, 165, 'name', 'Randolph Stanford'),
(494, 165, 'email', 'randolph.stanford@yahoo.com'),
(495, 165, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWorld’s First AI App That Instantly Builds Your Own “Udemy-Like” eLearning Platform - Preloaded With 100+ Ready-To-Sell, Red-Hot Online Courses\r\nIn One Single Dashboard, For A Low One-Time Fee!\r\nOnly 3 EASY Clicks - Create & Sell Stunning Online Courses on Your Own Udemy™-Style Platform to Hungry Buyers for Top Dollar.\r\n\r\nNo Reserach | No Course Creation | No Tech  Skills | No Monthly Fees Required\r\n\r\nSee it in action: https://www.novaai.expert/CourseBeastAI\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(496, 166, 'name', 'Jeremy Jeremy'),
(497, 166, 'email', 'aibusinesstoolsoftware@gmail.com'),
(498, 166, 'message', ''),
(499, 167, 'name', 'Kaylene De La Condamine'),
(500, 167, 'email', 'kaylene.delacondamine@hotmail.com'),
(501, 167, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? Picture waking up anywhere — Bali, a café in Paris, or your couch — checking your phone and seeing a steady stream of buyer-ready clicks rolling in… without ads, outreach, or a website. That’s exactly what Rapid Traffic Flow delivers: a super-simple, plug-and-play system that gets traffic and sales flowing in minutes.\r\n\r\nWith Rapid Traffic Flow, you get a clear 3-step blueprint, AI‑powered boosters to automate the process, a “Hidden Hub” you can tap at will, and a solid refund guarantee if your traffic spike doesn’t happen — all for less than the cost of your next takeout order. Ready to stop chasing traffic and start capturing it? Dive in now and dominate the affiliate game today!\r\n\r\nSee it in action: https://smartexperts.pro/RapidTrafficFlow\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(502, 168, 'name', 'Tyler Mitchell'),
(503, 168, 'email', 'tyler@trustedvirtualteam.com'),
(504, 168, 'message', 'Hi there,\r\n\r\nThis is Tyler from Trusted Virtual Team. We provide Virtual Assistants to help with:\r\n\r\n- Managing social media accounts\r\n- Cold calling\r\n- Administrative support\r\n- Customer service\r\n- Data entry\r\n- Prospecting\r\n- Calendar management\r\n- Email management\r\n- Market research\r\n- Content creation\r\n- And much more\r\n\r\nRespond YES to schedule a Phone call. Thank you!'),
(505, 169, 'name', 'Maximilian Binnie'),
(506, 169, 'email', 'maximilian.binnie@yahoo.com'),
(507, 169, 'message', 'Hello,\r\n\r\nWe have an interesting message for your website genesiswa.com.\r\n\r\nWhy could this matter to you? Because you don’t need to spend on advertising or get lost in search algorithms — Traffic Tsunami (FTT) takes care of it.  \r\n\r\nThis intelligent system can get your pages inside answers by leading AI platforms — and those entries stay present, driving regular clicks.  \r\n\r\nFor site owners ready to move first, this is your chance. Discover how with very little input you can be the answer in the new search era — well ahead of others.\r\n\r\nSee it in action: https://smartexperts.pro/TrafficTsunami?genesiswa.com\r\n\r\nYou are receiving this note because we think our details may be of interest to you.  \r\nIf you no longer want to receive additional letters from us, please click here to unsubscribe:  \r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com\r\n\r\nAddress: 1464 Lewis Street Roselle, IL 60177  \r\nLooking out for you,  \r\nMichael Turner'),
(508, 170, 'name', 'Kina Landor'),
(509, 170, 'email', 'landor.kina@gmail.com'),
(510, 170, 'message', 'Hi,\r\n\r\nWe prepared something new designed for your business genesiswa.com.\r\n\r\nThe reason this is relevant: Forget about wasting time constantly fixing websites, search optimization, or endless content.  \r\n\r\nWith Auto Lead Machine, simply sync your autoresponder, write a short ad — and in less than 20 minutes, you can watch genuine contacts arrive automatically.  \r\n\r\nJust write a quick title, choose a photo, hit submit, and watch contacts deliver directly to your subscriber list with no effort.  \r\n\r\nIt’s like having a contact machine — accurate, ready-to-go, and hassle-free. No website, no sharing, no complicated campaigns — just signups. All for almost nothing, with a simple return option if it doesn’t work.  \r\n\r\nTake a look: https://smartexperts.pro/AutoLeadMachinee?genesiswa.com  \r\n\r\nYou are receiving this message because this may benefit your business.  \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:  \r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com  \r\n\r\nAddress: 1464 Lewis Street Roselle, IL 60177  \r\nLooking out for you, M. Turner.'),
(511, 171, 'name', 'Hester Havelock'),
(512, 171, 'email', 'havelock.hester@gmail.com'),
(513, 171, 'message', 'Greetings,\r\n\r\nTake a look at an exclusive deal that fits genesiswa.com.\r\n\r\nWhy it can help: If you’re a site owner or focused on scaling traffic, and you’d like steady flow of views — with no additional platforms, no video work, and no complicated steps — then **Social Safe List** is a quick path.  \r\n\r\nAccess members-only networks crowded with interested audiences. Simply place your link, publish, and see people engage. Quick onboarding, built-in materials, working tactics — you’re good.\r\n\r\nWant to know how you can pull traffic from genuine members in short order?\r\n\r\nExplore it: https://smartexperts.pro/SocialSafeList?genesiswa.com\r\n\r\nYou are receiving this info because it may be of value.  \r\nIf you prefer not to get further messages, please click here to stop:  \r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com  \r\n\r\nAddress: 1464 Lewis Street Roselle, IL 60177  \r\nLooking out for you,  \r\nMichael Turner.'),
(514, 172, 'name', 'Joshua Abha'),
(515, 172, 'email', 'zosuarabha@gmail.com'),
(516, 172, 'message', 'Hi.\r\n\r\nI just visited genesiswa.com and wondered if you\'d ever thought about having an engaging video to explain what you do? Our prices start from just $195.\r\n\r\nLet me know if you\'re interested in seeing samples of our previous work.\r\n\r\nKind Regards,\r\nJoshua\r\n\r\nTo Unsubscribe, reply with the word unsubscribe in the subject.'),
(517, 173, 'name', 'France Dobie'),
(518, 173, 'email', 'dobie.france@gmail.com'),
(519, 173, 'message', 'Hello,\r\n\r\nWe have a resource for your website genesiswa.com.\r\nhttps://topcasworld.pro/MultiverseAI?genesiswa.com\r\n\r\nWhy is this worth attention?  \r\nTo explore the best AI tools—text, images, voice, code, media—without keeping track of endless platforms.  \r\nMultiverse AI unites the features, giving unlimited usage rights to all present and next-generation AI models with no monthly fees.  \r\nYou get flexibility, efficiency, and budget control—all under your choice.  \r\nFind out how easy it is to create and scale content—Multiverse AI makes it possible.\r\n\r\nTake a look: https://topcasworld.pro/MultiverseAI?genesiswa.com\r\n\r\nYou are receiving this note because we think our solution may be valuable to you.  \r\nIf you do not wish to see future notes, please click here to UNSUBSCRIBE:  \r\nhttps://topcasworld.pro/unsubscribe?domain=genesiswa.com  \r\n\r\nAddress: 209 West Street Comstock Park, MI 49321  \r\nKind regards,  \r\nEthan Parker'),
(520, 174, 'name', 'Sophia Cena'),
(521, 174, 'email', 'sophia@toptalentvas.com'),
(522, 174, 'message', 'Hi there,\r\n\r\nThis is Sophia from Top Talent VAs. We provide Virtual Assistants to help with:\r\n\r\n- Managing social media accounts\r\n- Cold calling\r\n- Administrative support\r\n- Customer service\r\n- Data entry\r\n- Prospecting\r\n- Calendar management\r\n- Email management\r\n- Market research\r\n- Content creation\r\n- And much more\r\n\r\nRespond YES to schedule a Phone call. Thank you!'),
(523, 175, 'name', 'Ouida Lapine'),
(524, 175, 'email', 'ouida.lapine@gmail.com'),
(525, 175, 'message', 'Hi,\r\n\r\nWe have a limited deal for your website genesiswa.com.\r\n\r\nWhy you need this: to have every project, partner program, or venture start bringing people and results today — without spending a dime on ads or complex tools. Ghost Pages turns you into a stealth engine that Google absolutely favors: you build invisible pages using a secret Google asset, and they silently start delivering niche audience — while your competition is completely unaware.\r\n\r\nIt’s simple, it’s quick, it’s genius: no domains, hosting, social media, or technical skills required — if you can click and copy, you can do this. Plus, it really performs and scales: launch one Ghost Page and instantly — traffic flows wherever you want: affiliate links, online shops, contacts — you choose. Set up in just minutes? Learn the method and get performance that might amaze you.\r\n\r\nExperience the demo: https://smartexperts.pro/GhostPages?genesiswa.com\r\n\r\nYou are receiving this update because we believe our idea may be useful to you.  \r\nIf you do not wish to receive further information from us, please click here to UNSUBSCRIBE:  \r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com  \r\nAddress: 1464 Lewis Street Roselle, IL 60177  \r\nLooking out for you, Michael Turner.'),
(526, 176, 'name', 'Iris Gormly'),
(527, 176, 'email', 'iris.gormly@gmail.com'),
(528, 176, 'message', 'Hi,\r\n\r\nTake a look at a unique solution for your website genesiswa.com: https://goldsolutions.pro/VibeCode?genesiswa.com\r\n\r\nHere’s the point:  \r\nWith Vibe Code Blueprint, you’re activating a ready-to-go framework built to provide traffic and growth without delays — no developers, no upfront commitment, no waiting weeks.  \r\nLaunch conversion-ready materials instantly — structures that used to require thousands — and kick things off today.\r\n\r\nIn a crowded digital world, this system makes a difference: from creation to growth, it’s quick, straightforward, and available for everyone.  \r\nThe window is here now — early starters gain the most.  \r\nThinking to test it? Click through and I’ll bring you inside.\r\n\r\nSee it in action: https://goldsolutions.pro/VibeCode?genesiswa.com\r\n\r\nYou are receiving this message because we think this might be relevant.  \r\nIf you prefer not to get further details from us, tap here to remove yourself:  \r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com  \r\nAddress: 209 West Street Comstock Park, MI 49321  \r\n\r\nBest regards,  \r\nEthan Parker'),
(529, 177, 'name', 'Jacob Sevsky'),
(530, 177, 'email', 'contact@get-converts.net'),
(531, 177, 'message', 'Hello there,\r\n\r\nQuick heads-up: page speed + booking flow may be costing requests after 5 PM. In Redmond, shoppers compare fast—every extra click drops conversions.\r\n\r\nWith 4.9 rating and 179 reviews, you’ve already earned trust locally. You might just be leaving bookings on the table.\r\n\r\nWe recently helped a clinic in New York boost bookings by 31% in 45 days using a faster mobile-first booking flow.\r\n\r\nWould it be helpful if I sent a 1-page custom preview built for Genesis Wellness & Aesthetics showing the ideal booking flow + review booster? Reply YES and I’ll send it over\r\n\r\nNo pressure—reply NO to opt out\r\n\r\n– Jacob Sevsky  \r\nFounder, Get-Convert'),
(532, 178, 'name', 'Mozelle Stoddard'),
(533, 178, 'email', 'mozelle.stoddard@outlook.com'),
(534, 178, 'message', 'Hi,\r\n\r\nTake a look at a special resource for your website genesiswa.com : https://goldsolutions.pro/BlackBoxProfits?genesiswa.com\r\n\r\nWhy this matters:  \r\nIf you’re a webmaster, Black Box Profits is your simple way to consistent results — no coding hassle, no endless writing.  \r\nJust add a concept, and the system creates a ready-to-sell micro-solution that works like a service and runs by itself.\r\n\r\nWork smart, not harder: forget static PDFs, hours of editing, or personal promotion.  \r\nBuild micro-programs, not PDFs, that people buy — and all it takes is a thought and a few minutes.  \r\nWant to discover how to start today?\r\n\r\nView details: https://goldsolutions.pro/BlackBoxProfits?genesiswa.com\r\n\r\nYou are receiving this message because we believe this resource may fit your interests.  \r\nIf you wish to stop getting updates from us, please use this option to leave the list:  \r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com  \r\n\r\nAddress: 209 West Street Comstock Park, MI 49321  \r\n\r\nWith respect,  \r\nEthan Parker'),
(535, 179, 'name', 'Sophia Cena'),
(536, 179, 'email', 'sophia@toptalentvas.com'),
(537, 179, 'message', 'Hello there,\r\n\r\nThis is Sophia from Top Talent VAs, a virtual assistance company.\r\n\r\nI am circling back to you about our Virtual Assistant Services.\r\n\r\nLet\'s schedule a Phone call to discuss this in more detail.\r\n\r\nPlease provide me with your best contact number.\r\n\r\nThank you.'),
(538, 180, 'name', 'Brittany Evans'),
(539, 180, 'email', 'brittany@virtualeaseservice.com'),
(540, 180, 'message', 'Hello there,\r\n\r\nI hope you\'re having a great day so far.\r\n\r\nI\'m going to follow up by sending you an email as well with a bit more information.\r\n\r\nI manage a Virtual Assistants company that delegates our clients day to day tasks by providing them VA\'s. They are skilled in supporting many things such as prospecting, administrative duties, cold calling, database management, social media management, content creation, accounting, and much more.\r\n\r\nI\'d love to discuss how we can tailor our services to meet your specific needs.\r\n\r\nAre you currently seeking any assistance?'),
(541, 181, 'name', 'Daniela Coleman'),
(542, 181, 'email', 'daniela.coleman@specializedcontentwriting.com'),
(543, 181, 'message', 'Hi,\r\n\r\nFor a limited time, I’m offering small businesses:\r\n\r\n1. One backlink from a relevant site\r\n2. One business directory listing\r\n3: Four or Five SEO blog posts per month\r\n\r\nAll at no cost — my goal is to show how consistent content drives growth and build long-term partnerships.\r\n\r\nWould you like me to start with your first blog post this week?\r\n\r\nBest,\r\nDaniela'),
(544, 182, 'name', 'DonaldSuire'),
(545, 182, 'email', 'nomin.momin+317g5@mail.ru'),
(546, 182, 'message', 'Mfwdjwdhefiejfh fhiwuewuoioruiwes jkcsjhcksdlalsdjfhgh ejdowkkDIEWHRUEOFIW JIEWFOKDWDJEWIHFIEWFJEWFJIkhfjejfie efjfwjdfe genesiswa.com'),
(547, 183, 'name', 'Rory Goetz'),
(548, 183, 'email', 'rory.goetz76@googlemail.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(549, 183, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents. Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries. We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(550, 184, 'name', 'Daisy'),
(551, 184, 'email', 'daisy@lab-peptides.com'),
(552, 184, 'message', 'Hi, 👋\r\n\r\nThis is Daisy from LabPeptides.\r\nWe supply high-purity peptides for IV therapy & weight loss, including:\r\n✨ NAD+\r\n✨ Glutathione\r\n✨ Semaglutide / Tirzepatide / Retatrutide\r\n\r\nAll with COA & HPLC reports + fast shipping.\r\nWe also offer sample kits so you can easily test our products.\r\n\r\n👉 Just reply “price list” and I’ll send you our full catalog.\r\n\r\nWhatsApp: +44 77240 24149\r\nTelegram: @daisy_labpeptides\r\n\r\n—Daisy | LabPeptides'),
(553, 185, 'name', 'Rene Stevens'),
(554, 185, 'email', 'stevens.rene@gmail.com'),
(555, 185, 'message', 'Hi,\r\n\r\nWe have a personalized proposal for your website genesiswa.com : https://goldsolutions.pro/VibeCodeBlueprint?genesiswa.com\r\n\r\nWhy should this matter to you? Because Vibe Code Blueprint is your new system — launch high-value digital assets in no time, with zero developers and zero budget, while visitors and revenue flow in. Imagine being the expert behind the curtain, benefiting passively — while others are still figuring out funnels.\r\n\r\nThis isn’t just another method — it’s a special opportunity, like early Bitcoin but for digital assets, and it’s happening right away. Act quickly, stay ahead before the crowd notices!\r\n\r\nDiscover more here: https://goldsolutions.pro/VibeCodeBlueprint?genesiswa.com\r\n\r\nYou are receiving this message because we believe our note may be of interest to you.  \r\nIf you do not wish to receive further updates, please click here to UNSUBSCRIBE:  \r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com  \r\n\r\nAddress: 209 West Street Comstock Park, MI 49321  \r\nSincerely,  \r\nEthan Parker'),
(556, 186, 'name', 'JosepharTar'),
(557, 186, 'email', 'sfsfsfdfsdfsdsfdfdfd@gmail.com'),
(558, 186, 'message', 'In Chelyabinsk, Russia learn how avoid medical and food law. it\'s not vir. \r\n \r\n15 September 2025 Russia open border for Chinese citizen (visa-free). \r\n \r\nWelcome to Chelyabinsk for adult adoption.'),
(559, 187, 'name', 'Marsha Lachance'),
(560, 187, 'email', 'marsha.lachance@hotmail.com'),
(561, 187, 'message', 'Just a quick note to let you know about Local Magic, a new Google-driven digital marketing solution that delivers qualified leads by generating relevant organic traffic to your website. The technology has earned several US patents and consistently achieves an 87% success rate for businesses in many industries. You can review the product at https://www.mrmarketingres.com/local-magic/. Licensing is $800 per month with no long-term contract. We also have case studies showing revenue growth, and I’d be glad to arrange a Zoom demo. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If not of interest, let me know and we’ll mark your company as do not contact.'),
(562, 188, 'name', 'Duane Thrasher'),
(563, 188, 'email', 'duane.thrasher80@gmail.com'),
(564, 188, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents. Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries. We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(565, 189, 'name', 'Natisha Barraclough'),
(566, 189, 'email', 'natisha.barraclough1@gmail.com'),
(567, 189, 'message', 'Just a quick note to let you know about Local Magic, a new Google-driven digital marketing solution that delivers qualified leads by generating relevant organic traffic to your website. The technology has earned several US patents and consistently achieves an 87% success rate for businesses in many industries. You can review the product at https://www.mrmarketingres.com/local-magic/. Licensing is $800 per month with no long-term contract. We also have case studies showing revenue growth, and I’d be glad to arrange a Zoom demo. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If not of interest, let me know and we’ll mark your company as do not contact.'),
(568, 190, 'name', 'AveryMes'),
(569, 190, 'email', 'mandrillsanders@gmail.com'),
(570, 190, 'message', 'You registered in our mining affiliate program on January 19, 2021. \r\nYou have accumulated $3,758,645 in your account, but for some reason you have not logged into your personal account since October 17, 2023. \r\nWe closed on August 22, 2025. \r\nIf you want to withdraw your $3,758,645, then pay the withdrawal fee before September 20, 2025, since now all payments to partners are made manually. \r\nYou can pay the commission here: bitcoin:bc1qa5r6cuvqde4kx5m4s3a5mh2j8arkpt0ve5lf69?amount=0.02371&message=Paymentofthefeeforthepaymentof3758645dueSeptember202025&time=1757758069&exp=604800 \r\nIn other words, send a withdrawal fee of 0.02371 BTC to a bitcoin wallet: bc1qa5r6cuvqde4kx5m4s3a5mh2j8arkpt0ve5lf69 \r\nAfter payment, $3,758,645 will be credited to your account. \r\nIf you do not pay the commission by September 20, 2025, you will no longer be able to receive your $3,758,645'),
(571, 191, 'name', 'Marylin Frost'),
(572, 191, 'email', 'frost.marylin@yahoo.com'),
(573, 191, 'message', 'Hey\r\nWe are very interested in your products and would like to place an order. We are also open to further reselling opportunities. Please contact us on WhatsApp:+1 825 591 44213179|+1 343 448 6402|+1 825 590 3990|+1 226 601 5087|+1 581 723 6730|+1 226 601 5958|+1 825 927 4470|+1 742 381 9457 |+1 825 591 4473|+1 825 591 4421|+1 825 927 4325|+1 867 682 5487|+1 825 487 3133}'),
(574, 192, 'name', 'Reagan Lerma'),
(575, 192, 'email', 'reagan.lerma@gmail.com'),
(576, 192, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents. Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries. We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(577, 193, 'name', 'Jake Knowles'),
(578, 193, 'email', 'jake@copyfactory.us'),
(579, 193, 'message', 'Hi,\r\n\r\nI know digital marketing can be time consuming.\r\n\r\nThat\'s why I\'m offering to help your website gain more visibility - completely free, with no obligations.\r\n\r\nHere’s what I can do:\r\n\r\n• Feature your business on a reputable site to reach new visitors\r\n• Add your business to a trusted online directory\r\n• Provide 2–3 engaging articles for your site each month\r\n\r\nWould you be open to discussing how we can get started?\r\n\r\nBest,\r\nJake'),
(580, 194, 'name', 'StevenElded'),
(581, 194, 'email', 'msimme80@gmail.com'),
(582, 194, 'message', 'Risk free play we guarantee your Galaxy S24 delivery https://telegra.ph/Win-iPhones-Samsung-09-18-2055?2r9o6j4w5y5fkqo'),
(583, 195, 'name', 'Debbie Cranwell'),
(584, 195, 'email', 'colten.blair.1970+genesiswa.com@gmail.com'),
(585, 195, 'message', 'Good day,\r\n\r\nWe reviewed your website genesiswa.com and consider it an informative and neatly organized platform.\r\n\r\nWe are particularly interested in your site reach, specifically if the site receives more than around a thousand visits daily.\r\n\r\nIf genesiswa.com meets these criteria, we would be interested to explore potential collaboration, such as evaluating a site transfer or reaching out to its readership.\r\n\r\nPlease let us know at ryland.rivas.1973+genesiswa.com@gmail.com so we can look into this more closely. Awaiting your response.\r\n\r\nWarm wishes,  \r\nDebbie Cranwell'),
(586, 196, 'name', 'Davidtog'),
(587, 196, 'email', 'shaylavae1991@gmail.com'),
(588, 196, 'message', 'CLICK SELL ON YOUR UNWANTED PRIZE. FUND YOUR NEXT S24 ULTRA TRY. https://telegra.ph/Win-iPhones-Samsung-09-18-1763?3s8m6a2i5c6dwq4 \r\nYour new S24 Ultra delivered to your local post office. https://telegra.ph/Win-iPhones-Samsung-09-18-199?2w4l9k5u7r5tqgr \r\nTHIS IS REAL. WIN A SAMSUNG GALAXY S24 ULTRA FOR YOURSELF. https://telegra.ph/Win-iPhones-Samsung-09-18-3740?5c3u8d3u7z7q317 \r\nREADY TO DOMINATE THE GIVEAWAY AND WIN AN S24 ULTRA? https://telegra.ph/Win-iPhones-Samsung-09-18-2292?4r8h7k4q7w9fnj8 \r\nTHE IPHONE 16 PRO 512GB IS THE HIDDEN GEM OF PRIZES. https://telegra.ph/Win-iPhones-Samsung-09-18-2127?7c6m6k3w6m8rq4w'),
(589, 197, 'name', ''),
(590, 197, 'email', 'nia@theblueprints.net'),
(591, 197, 'message', 'I noticed you recently picked up a backlink from buzzbii. Just wanted to flag it because that site is a known link farm & can trigger penalties, kill your rankings, and cause a slow but steady traffic drop.\r\n\r\nIf an agency placed it, you might want to ask them to disavow it. Want me to point out where that link was placed?\r\n\r\nBest,\r\nNia Soares\r\nTech SEO Analyst\r\nThe Blueprints'),
(592, 198, 'name', 'Arnulfo Haney'),
(593, 198, 'email', 'haney.arnulfo@gmail.com'),
(594, 198, 'message', 'Try system which builds stealth web assets Google and others index quickly… , which also drives natural traffic as needed\r\n\r\nhttp://europa-168.site/GhostPages?domain=genesiswa.com'),
(595, 199, 'name', 'Davidtog'),
(596, 199, 'email', 'busrin1010@gmail.com'),
(597, 199, 'message', 'The subject line that gets opens: You won a phone. https://telegra.ph/Win-iPhones-Samsung-09-18-1185?4z4t8f5w5t6feap \r\nThe Galaxy S24 Ultra is your creative studio, won today. https://telegra.ph/Win-iPhones-Samsung-09-18-2246?2r1o7h5q5t5mxq8 \r\nThe S24 Ultra delivers uncompromised flagship performance. https://telegra.ph/Win-iPhones-Samsung-09-18-3361?6e8b6f4i7q7zn5i \r\nYour sixty days to bliss starts when you win an iPhone 16 Pro. https://telegra.ph/Win-iPhones-Samsung-09-18-3664?9q1n9j2r6y6fck4 \r\nEXPERIENCE THE THRILL OF UNBOXING A GALAXY S24 ULTRA. https://telegra.ph/Win-iPhones-Samsung-09-18-3346?4r9n8h5y4z5gbd9'),
(598, 200, 'name', 'Reggie Palacios'),
(599, 200, 'email', 'palacios.reggie@yahoo.com'),
(600, 200, 'message', 'The First AI System Enhanced With ChatGPT-5…That Crafts And Optimizes Any Content…On The Top Results Of SERPs…With No Campaigns… And No Advertising Required… Making It Possible To Reach around $690 Per Day… On Auto Mode.\r\n\r\nhttps://europa-168.site/APEXAI'),
(601, 201, 'name', 'Gertie Switzer'),
(602, 201, 'email', 'switzer.gertie@googlemail.com'),
(603, 201, 'message', 'Get Consistent People, Day After Day, Activating Without Delay, In The Next 10 Minutes!\r\n\r\nYou Don’t Need a Website, Creating Content, Expensive Emails, Media Buys, Search Optimization, Productions, Complicated Tools!\r\n\r\nhttps://europa-168.site/SocialSafeList'),
(604, 202, 'name', 'Laura Collier'),
(605, 202, 'email', 'laura.k.collier@gmail.com'),
(606, 202, 'message', 'Hello! I am hoping to schedule my next facial appointment - I am on the monthly membership and usually do this at the end of my appointment but last time I was in no one was at the desk when I finished. Can you please let me know the eligible dates my next facial service is available? Thanks so much :)'),
(607, 203, 'name', 'Jennifer Unwin'),
(608, 203, 'email', 'jennifer.unwin@gmail.com'),
(609, 203, 'message', 'Hi there from SeoBests,\r\n\r\nBoost your website’s search engine rankings, improve your search appearance and build powerful backlinks!\r\nGet the best SEO services in one place - SeoBests.com\r\n\r\nView current SEO sales:\r\n50% DISCOUNT Monthly SEO Backlinks + Receive 5000 Backlinks FOR FREE:\r\n\r\nhttps://cutt.ly/seobests\r\n\r\nExplore a lot of backlink services, 100+ items online, and quality specialists.\r\n\r\nSeoBests.com - your best SEO backlinks store.'),
(610, 204, 'name', 'Veronica Connell'),
(611, 204, 'email', 'colten.blair.1970+genesiswa.com@gmail.com'),
(612, 204, 'message', 'Hello, I’m interested in whether you are considering selling your website  genesiswa.com. Could you please provide the asking price, average monthly traffic? I’m open to discussing further. You can reach me at ryland.rivas.1973@gmail.com for a quick conversation.'),
(613, 205, 'name', 'Lynne Kinser'),
(614, 205, 'email', 'lynne.kinser6@outlook.com'),
(615, 205, 'message', 'Just a quick note to let you know about Local Magic, a new Google-driven digital marketing solution that delivers qualified leads by generating relevant organic traffic to your website. The technology has earned several US patents and consistently achieves an 87% success rate for businesses in many industries. You can review the product at https://www.mrmarketingres.com/local-magic/. Licensing is $800 per month with no long-term contract. We also have case studies showing revenue growth, and I’d be glad to arrange a Zoom demo. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If not of interest, let me know and we’ll mark your company as do not contact.'),
(616, 206, 'name', 'Davidtog'),
(617, 206, 'email', 'justrayallday@gmail.com'),
(618, 206, 'message', 'DEPRAVED GIRLS WANT SEX WITH YOU ONLY ON THIS DATING SITE http://from-lv-426.ru/r.php?u=httpstelegra.phOnline-dating-for-sex-09-249360'),
(619, 207, 'name', 'Davidtog'),
(620, 207, 'email', 'rainerrestor1925@gmail.com'),
(621, 207, 'message', 'Depraved girls want sex only here http://service.k28.de/out/?https://telegra.ph/Online-dating-for-sex-09-24?2094'),
(622, 208, 'name', 'SimonMuh'),
(623, 208, 'email', 'dinanikolskaya99@gmail.com'),
(624, 208, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(625, 209, 'name', 'Lauri Spahn'),
(626, 209, 'email', 'spahn.lauri@gmail.com'),
(627, 209, 'message', 'We noticed that your website genesiswa.com  is getting very little traffic from Google. Use our secret tool to reach the top positions in search results: https://europa-168.site/GhostPages\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://europa-168.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(628, 210, 'name', 'Jennifer Wolfgarth'),
(629, 210, 'email', 'jenniferdbramlett@gmail.com'),
(630, 210, 'message', 'Hello. I was wondering if you guys participate in an externship program? I\'m in Esthetician school right now and I love the atmosphere of your place'),
(631, 211, 'name', 'Arjun Mishra'),
(632, 211, 'email', 'arjunmishra3392@gamil.com'),
(633, 211, 'message', 'Hi,\r\n\r\nIhope you\'re doing well.\r\n\r\nDo you have a great website but not getting enough leads? Many businesses miss potential customers because they don’t appear in top search results. SEO can fix that.\r\n\r\nHow We Help:\r\n\r\n     1. Conduct comprehensive SEO audits\r\n     2. Research and target profitable keywords\r\n     3. Enhance content for search and engagement\r\n     4. Monitor and report traffic and rankings\r\n\r\nTo create a custom proposal, could you share your website, target keywords, and locations?\r\n\r\nBest regards,\r\nArjun'),
(634, 212, 'name', 'alex molari'),
(635, 212, 'email', 'aibusinesstoolsoftware@gmail.com'),
(636, 212, 'message', ''),
(637, 213, 'name', 'LeeMuh'),
(638, 213, 'email', 'dinanikolskaya99@gmail.com'),
(639, 213, 'message', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.'),
(640, 214, 'name', 'Charlessax'),
(641, 214, 'email', 'sdasddsdsdsdsds@gmail.com'),
(642, 214, 'message', 'Get free Blockchain Insurance globally! \r\n \r\nGet professional insurance of global importance from an insurer in Chelyabinsk, Russia. \r\n \r\nWithout personal data, cookie and JS. \r\n \r\nWe got access to the US market without compromising. \r\n \r\nMore than 85 types of non-criminal insurance. \r\n \r\nOnce a month, a document is created that can be shown to the regulatory authorities. We\'re taking over the negotiations. \r\n \r\nWe insure risks such as: \r\n1. Arbitrary legislation \r\n2. Arbitrariness of the Central Bank \r\n3. Possible harm to other people \r\n \r\nLink (own hosting): http://78.29.53.57/freeinsurance/?s1=xrum \r\n \r\nhttp://78.29.53.57/freeinsurance/?s1=xrum \r\n \r\nBy brand ChelyabinskMAN'),
(643, 215, 'name', 'LeeMuh'),
(644, 215, 'email', 'dinanikolskaya99@gmail.com'),
(645, 215, 'message', 'Aloha, makemake wau eʻike i kāu kumukūʻai.'),
(646, 216, 'name', 'Ramonita Vida'),
(647, 216, 'email', 'vida.ramonita@googlemail.com'),
(648, 216, 'message', 'I wanted to quickly introduce you to Local Magic, a patented marketing technology that drives targeted organic traffic from Google and generates qualified leads for business websites. It has a strong track record with an 87% success rate in most industries. You can learn more at https://www.mrmarketingres.com/local-magic/. Licensing is $800/mo, no contract required. We’ve prepared case studies showing client revenue growth and I’d be glad to schedule a Zoom demo. Contact me at marketing@mrmarketingres.com or 843-720-7301. If it’s not a fit, just say so and we’ll stop all outreach to your company.'),
(649, 217, 'name', 'Jessica Carner'),
(650, 217, 'email', 'jessicaseocarnerdigital@gmail.com'),
(651, 217, 'message', 'Re: SEO Report\r\n\r\nHi Good Morning,\r\n\r\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\r\n\r\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nKindly let me know if you would be interested so we can email you more details or schedule a call.\r\n\r\nThank you\r\nJessica Carner'),
(652, 218, 'name', 'Jessica Carner'),
(653, 218, 'email', 'jessicaseocarnerdigital@gmail.com'),
(654, 218, 'message', 'Re: SEO Report\r\n\r\nHi Good Morning,\r\n\r\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\r\n\r\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nKindly let me know if you would be interested so we can email you more details or schedule a call.\r\n\r\nThank you\r\nJessica Carner'),
(655, 219, 'name', 'Joseph Brown'),
(656, 219, 'email', 'josephseodigitalwebmarketing@gmail.com'),
(657, 219, 'message', 'Re: SEO Report\r\n\r\nHello Good Morning,\r\n\r\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\r\n\r\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nKindly let me know if you would be interested so we can email you more details or schedule a call.\r\n\r\nThank you\r\nJoseph Brown'),
(658, 220, 'name', 'Browder Morrisey'),
(659, 220, 'email', 'meldmd100@gmail.com'),
(660, 220, 'message', 'Due to a large bulk order placed before the cut off during the shortage we have Tirzepatide 30 mg/3ml for $50… BUD October 15, 2025 …. AND …. Semaglutide 12.5mg/5ml for $50 BUD November 1, 2025….I’m happy to help….\r\n\r\nBrowder, \r\nMeldMD.\r\n 805-298-9894'),
(661, 221, 'name', 'LeeMuh'),
(662, 221, 'email', 'dinanikolskaya99@gmail.com'),
(663, 221, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(664, 222, 'name', 'Browder Morrisey'),
(665, 222, 'email', 'meldmd100@gmail.com'),
(666, 222, 'message', 'Due to a large bulk order placed before the cut off during the shortage we have Tirzepatide 30 mg/3ml for $50… BUD October 15, 2025 …. AND …. Semaglutide 12.5mg/5ml for $50 BUD November 1, 2025….I’m happy to help….\r\n\r\nBrowder, \r\nMeldMD.\r\n 805-298-9894'),
(667, 223, 'name', 'Inez Pressley'),
(668, 223, 'email', 'pressley.inez@msn.com'),
(669, 223, 'message', 'More clicks, less work: AI content that sells https://www.youtube.com/watch?v=8_3AOJj8lTg\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://europa-168.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(670, 224, 'name', 'GeorgeMuh'),
(671, 224, 'email', 'dinanikolskaya99@gmail.com'),
(672, 224, 'message', 'Hi, roeddwn i eisiau gwybod eich pris.'),
(673, 225, 'name', 'Sebastian Hughes'),
(674, 225, 'email', 'e6918aec-85db-4e92-8c6a-38a8da42eca7@dynamicvirtualmanager.onmicrosoft.com'),
(675, 225, 'message', 'Hello there,\r\n\r\nThis is Sebastian from Dynamic Virtual Manager, a virtual assistance company.\r\n\r\nI am circling back to you about our Virtual Assistant Services.\r\n\r\nLet\'s schedule a Phone call to discuss this in more detail.\r\n\r\nPlease provide me with your best contact number.\r\n\r\nThank you.'),
(676, 226, 'name', 'GeorgeMuh'),
(677, 226, 'email', 'dinanikolskaya99@gmail.com'),
(678, 226, 'message', 'Hallo, ek wou jou prys ken.'),
(679, 227, 'name', 'SimonMuh'),
(680, 227, 'email', 'dinanikolskaya99@gmail.com'),
(681, 227, 'message', 'Hallo, ek wou jou prys ken.'),
(682, 228, 'name', 'Dusty Holmes'),
(683, 228, 'email', 'dusty@hybiopeptides.com'),
(684, 228, 'message', 'Hi dear, do you need peptide products? We offer factory direct sale\r\n with 99% purity,and we accept custom peptides,provide peptide raw powder per gram.There are now more than a dozen products in stock in the USA warehouse!\r\nHYBIO PEPTIDES | 8+ Years Expertise  \r\n\r\nCORE PRODUCTS \r\n✅ Weight Loss: SEMAGLUTIDE | TIRZEPATIDE |5-Amino-1MQ\r\n✅ Anti-Aging: HGH | TB-500 | BPC-157  \r\n✅ Vitality Boost: VIP | LIPO-C  ✅Cosmetic:BOTOX\r\n✅Capsule :Slu-pp-332 |5-Amino 1MQ\r\n✅Injection pen:Semaglutide | Tirzepatide\r\n\r\n✨ WHY CHOOSE US? \r\nLAB-TESTED PURITY 99% (3rd-party reports available)  \r\nCUSTOM PEPTIDES & BLENDS \r\nNEW! Vial Products: GLOW | LEMON BOTTLES  \r\nGLOBAL EXPRESS SHIPPING \r\nDIRECT FACTORY SALE (Save 40% vs. Retail!)  \r\n\r\nWhatsApp: +852 52150010\r\nEmail: dusty@hybiopeptides.com \r\nTrusted by clinics worldwide since 2016'),
(685, 229, 'name', 'Isabellasoand'),
(686, 229, 'email', 'oliviadak255@yahoo.com'),
(687, 229, 'message', 'Hey, I just stumbled onto your site… are you always this good at catching attention, or did you make it just for me? Write to me on this website ---  rb.gy/3pma6x?soand  ---  my username is the same, I\'ll be waiting.'),
(688, 230, 'name', 'LeeMuh'),
(689, 230, 'email', 'zekisuquc419@gmail.com'),
(690, 230, 'message', 'Hola, volia saber el seu preu.'),
(691, 231, 'name', 'FrankJar'),
(692, 231, 'email', 'sssssfdsgsgsgsgsggsgsgg@gmail.com'),
(693, 231, 'message', 'Big cocks of blacks are fake. A setup for HIV. \r\n \r\nIn Africa, it is legal to store p**** only in South Africa. Where there are whites. \r\n \r\nThat is, it doesn\'t work for them and they are ashamed of their real size. \r\n \r\nI plan to stop practicing when a Russian citizen goes to sleep with a black man. It will be possible, but it will cost a lot of money. We need to stop squandering women. \r\n \r\nHow everything most likely works in the USA. Negroes supply drugs, and studios paint them huge sizes. The West is rotten. It\'s time to get out of there. They don\'t appreciate women. \r\n \r\n__ \r\n \r\nHow negroes get to know white girls \r\n \r\nMost likely they get hooked on drugs. They don\'t have much money. I suggest checking all Blacks for drugs, and the girls who date them. \r\n \r\nAnd also to introduce a life sentence for drug trafficking in Russia. \r\n \r\n__ \r\n \r\nI propose to introduce a mandatory collection of money from 18+ sites where there is at least one video of a black man with a white woman. Including hentai. \r\n \r\nIn case of refusal, exclusion from search engine results. \r\n \r\nLet\'s make it unprofitable, without blocking. \r\n \r\nIf you censor such content, it will work the other way around, according to the principle of \"forbidden fruit is sweet.\"'),
(694, 232, 'name', 'Mike Jelinek'),
(695, 232, 'email', 'mike@baselocal.com'),
(696, 232, 'message', 'Hey! I’m researching the best med spas in your area to recommend to a large local community of 40+ women living nearby. Can you tell me what makes you stand out from the others?'),
(697, 233, 'name', 'Lonna Rolston'),
(698, 233, 'email', 'rolston.lonna@gmail.com'),
(699, 233, 'message', 'I certainly don\'t mean to bother you, but I just quickly wanted to make you aware of a new digital marketing application called Local Magic which generates qualified leads for your website by bringing in relevant organic traffic from Google, the technology behind this application has been recently awarded several US patents. Information about the product can be found here https://www.mrmarketingres.com/local-magic/. Licensing the application costs $800/mo and there is no contract because it has a success rate of 87% in most industries. We have case studies to illustrate the revenue we\'ve generated for clients thus far and I\'ll be more than happy to provide you with a product demo over zoom if more internet leads would help your business grow. You can reach me at marketing@mrmarketingres.com or 843-720-7301. If our product is not a fit just let me know and I\'ll add your company to our do not contact list and our sales team will not try to reach out to you again. Thanks!'),
(700, 234, 'name', 'Hanna Sievwright'),
(701, 234, 'email', 'hanna.sievwright@yahoo.com'),
(702, 234, 'message', 'Apologies for the interruption, but I wanted to share Local Magic with you — an award-winning, patented digital marketing application that boosts website leads by pulling in relevant organic traffic from Google. It achieves an 87% success rate in most industries, and licensing is $800/mo with no contract. You can find details here: https://www.mrmarketingres.com/local-magic/. We also have real client case studies, and I’d be happy to arrange a Zoom demo to show how it works. Reach me at marketing@mrmarketingres.com or 843-720-7301. If you’d prefer not to hear from us again, just let me know and I’ll update our do not contact list.'),
(703, 235, 'name', 'alex molari'),
(704, 235, 'email', 'aibusinesstoolsoftware@gmail.com'),
(705, 235, 'message', ''),
(706, 236, 'name', 'John Dimond'),
(707, 236, 'email', 'john2234@bestaitools.my'),
(708, 236, 'message', 'I have a question, please get back to me.'),
(709, 237, 'name', 'LeeMuh'),
(710, 237, 'email', 'zekisuquc419@gmail.com'),
(711, 237, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(712, 238, 'name', 'LeeMuh'),
(713, 238, 'email', 'zekisuquc419@gmail.com'),
(714, 238, 'message', 'Ndewo, achọrọ m ịmara ọnụahịa gị.'),
(715, 239, 'name', 'SimonMuh'),
(716, 239, 'email', 'dinanikolskaya99@gmail.com'),
(717, 239, 'message', 'Hola, volia saber el seu preu.'),
(718, 240, 'name', 'LeeMuh'),
(719, 240, 'email', 'zekisuquc419@gmail.com'),
(720, 240, 'message', 'Hola, volia saber el seu preu.'),
(721, 241, 'name', 'Harrison Oconnor'),
(722, 241, 'email', 'penni.stoate@msn.com'),
(723, 241, 'message', 'Hi,\r\n\r\nWe reviewed your website genesiswa.com and noticed accessibility gaps that need attention.\r\n\r\nInaccessible sites don’t just lose clients — they also face growing legal risks.\r\n\r\nThat’s why we’re offering you a free scan, a detailed report, and your first fix at no cost.\r\n\r\nStart your free scan today: http://scan4.free\r\n\r\nBest,\r\nThe PLURO Team\r\n\r\n\r\nWhen you choose to opt-out of any more messages from this message, feel free to fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nEgevanget 81, Troy, CA, USA, 91747'),
(724, 242, 'name', 'LeeMuh'),
(725, 242, 'email', 'dinanikolskaya99@gmail.com'),
(726, 242, 'message', 'Hai, saya ingin tahu harga Anda.'),
(727, 243, 'name', 'LeeMuh'),
(728, 243, 'email', 'dinanikolskaya99@gmail.com'),
(729, 243, 'message', 'Ndewo, achọrọ m ịmara ọnụahịa gị.'),
(730, 244, 'name', 'Ken Selph'),
(731, 244, 'email', 'kenp2025x@yahoo.com'),
(732, 244, 'message', 'Was just browsing genesiswa.com and was impressed the layout. Nicely design and great user experience. Just had to drop a message, have a great day! we7f8sd82'),
(733, 245, 'name', 'Janet Julian'),
(734, 245, 'email', 'ruchiuyou@gmail.com'),
(735, 245, 'message', 'Hi. We run a YouTube growth service, which increases your number of subscribers both safety and practically.\r\n\r\n- We guarantee to gain you new 500 subscribers per month\r\n- People subscribe because they are interested in your videos/channel, increasing video likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately. If you are interested and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\n\r\nTo Unsubscribe, reply with the word unsubscribe in the subject.'),
(736, 246, 'name', 'Browder Morrisey'),
(737, 246, 'email', 'meldmd100@gmail.com'),
(738, 246, 'message', 'Here’s an example of one of our current offers:\r\nTirzepatide 30mg/3ml $69. BUD is DEC. 15, 2025\r\nSemaglutide 12.5 mg/5ml $69. BUD Nov. 1, 2025\r\n\r\nI assist clinics and spas with the implementation of new GLP-1 Medical weight-loss, HRT, and Regenerative Peptide Therapy programs.\r\n\r\nWe provide complete compliance, clear documentation, and patient monitoring. See attached videos.\r\n\r\nAre you interested in adding any of these programs to your services, or if you have a current program, would you like to know about our provider partnership prices?\r\n\r\nBrowder\r\nMeldMD\r\n805-298-9894'),
(739, 247, 'name', 'Gaston Bivins'),
(740, 247, 'email', 'bivins.gaston16@gmail.com'),
(741, 247, 'message', 'Working hard every day but still barely moving forward? It’s time to stop the endless grind.\r\nDiscover how people are earning real money from trading — no office, no boss, no limits.\r\n\r\nOne simple app could be your ticket to financial freedom: https://youtu.be/VmHYisHHOtU\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://casatemporada.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(742, 248, 'name', 'LeeMuh'),
(743, 248, 'email', 'dinanikolskaya99@gmail.com'),
(744, 248, 'message', 'Hai, saya ingin tahu harga Anda.'),
(745, 249, 'name', 'LeeMuh'),
(746, 249, 'email', 'zekisuquc419@gmail.com'),
(747, 249, 'message', 'Szia, meg akartam tudni az árát.'),
(748, 250, 'name', 'Olivia Parker'),
(749, 250, 'email', 'livparker26@gmail.com'),
(750, 250, 'message', 'Hi Grace, \r\n\r\nI’m so sorry but I’ve looked over some of my finances and think it’s best to cancel my subscription with you guys. I hope we can touch base about the process. \r\n\r\nThank you! \r\nOlivia'),
(751, 251, 'name', 'GeorgeMuh'),
(752, 251, 'email', 'dinanikolskaya99@gmail.com'),
(753, 251, 'message', 'Hi, roeddwn i eisiau gwybod eich pris.'),
(754, 252, 'name', 'Emmasoand'),
(755, 252, 'email', 'avadak834@hotmail.com'),
(756, 252, 'message', 'Hey, I just stumbled onto your site… are you always this good at catching attention, or did you make it just for me? Write to me on this website ---  rb.gy/ydlgvk?soand  ---  my username is the same, I\'ll be waiting.'),
(757, 253, 'name', 'Lea gillet'),
(758, 253, 'email', 'lea.gillet@orange.fr'),
(759, 253, 'message', 'Hi, how are you ? I am interested in laser treatment for full bikini line hair removal. I will be returning to France in a few months. Is it possible to start the treatment here and finish it in France?  And what are the prices? \r\n\r\nThank you in advance\r\n\r\nHave a good one\r\n\r\nLéa'),
(760, 254, 'name', 'Hadley Valdez'),
(761, 254, 'email', 'erin.martinelli@outlook.com'),
(762, 254, 'message', 'Every day your Google profile isn’t optimized, your competitors are taking leads that should be yours. Paige’s AI reveals the small technical and content gaps that make all the difference in local rankings. It’s not about spending more — it’s about optimizing smarter. Let Paige show you the exact steps to reclaim your visibility before another customer scrolls past your listing.\r\n+> https://merchynt.com/paige?fpr=kdirpq\r\n\r\n\r\nIf you prefer not to get additional emails from this campaign, just fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nSu?Urgata 73, Mayville, CA, USA, 90545'),
(763, 255, 'name', 'LeeMuh'),
(764, 255, 'email', 'dinanikolskaya99@gmail.com'),
(765, 255, 'message', 'Aloha, makemake wau eʻike i kāu kumukūʻai.'),
(766, 256, 'name', 'GeorgeMuh'),
(767, 256, 'email', 'dinanikolskaya99@gmail.com'),
(768, 256, 'message', 'Hi, I wanted to know your price.'),
(769, 257, 'name', 'Neil Cao'),
(770, 257, 'email', 'neil@lab-peptides.com'),
(771, 257, 'message', '1.8 USD BPC-157 USA Domestic Delivery\r\nHello,\r\nThis is Neil from Lab-Peptides.\r\nWe are peptides factory, a global supplier of freezed-dried powder vials peptides: BPC157, TB500, Tirzepatide, Semaglutide, AOD9604 and HGH, HMG, HCG.\r\n8 points of support:\r\n1. COA, 3rd party tested 99%+\r\n2. Fr-ee Custom production \r\n3. Stable BIG supply\r\n4. Reasonable pri-ce and bulk discounts\r\n5. FR-EE resend or 100% refund for any problem\r\n6. USA Domestic Delivery\r\n7. Global Fast Safe Delivery (UPS, FedEx, DHL, HK EMS etc..)\r\n8. Reliable Customer Service\r\nIf you have any question, pls feel free to contact me.\r\nSincerely \r\nNeil\r\nWhatsapp/Wechat:+853 6351 4451\r\nTelegram:@NeilLabPep\r\nwww.lab-peptides.com'),
(772, 258, 'name', 'LeeMuh'),
(773, 258, 'email', 'dinanikolskaya99@gmail.com'),
(774, 258, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(775, 259, 'name', 'Tressa Gilpin'),
(776, 259, 'email', 'tressa.gilpin@msn.com'),
(777, 259, 'message', 'Start Your Own AI SaaS Agency & Charge Your Clients $497-$2997 For Creating 1 Single App… \r\nOr Sell Them on Fiverr, Upwork, Your Website, \r\nor As Monthly Subscription – For Fastest 6-Figure Passive Income!\r\n\r\nhttps://goldsolutions.pro/MagicAppsAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(778, 260, 'name', 'Matthew Blomfield'),
(779, 260, 'email', 'mohamed.cortes.1977+genesiswa.com@gmail.com'),
(780, 260, 'message', 'This Invisible 10-Minute Faceless Video Hack\r\nhttps://smartexperts.pro/InvisibleTrafficSystem\r\n\r\nWith No Camera, No Gear & No Tech Skills?\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(781, 261, 'name', 'LeeMuh'),
(782, 261, 'email', 'zekisuquc419@gmail.com'),
(783, 261, 'message', 'Sawubona, bengifuna ukwazi intengo yakho.'),
(784, 262, 'name', 'Arturo Gamble'),
(785, 262, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(786, 262, 'message', 'Discover The Easy New Way We’re Getting Paid Multiple Times A Day From A Hidden Source!\r\nhttps://www.novaai.expert/TheHiddenGoldmine\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(787, 263, 'name', 'SimonMuh'),
(788, 263, 'email', 'dinanikolskaya99@gmail.com'),
(789, 263, 'message', 'Sveiki, es gribēju zināt savu cenu.'),
(790, 264, 'name', 'Oliviasoand'),
(791, 264, 'email', 'avadak101@hotmail.com'),
(792, 264, 'message', 'To learn more about our affordable advertising options and how they can benefit your website, visit https://rb.gy/ydlgvk?Adminna today. Your success is our priority!'),
(793, 265, 'name', 'Ardis Oddo'),
(794, 265, 'email', 'edoenriko2@gmail.com'),
(795, 265, 'message', 'Hi there, \r\n\r\nIf Genesiswa Com needs help getting up to $500K in funding, I’d love to help. This is exactly what we do.\r\n\r\nEvery week we help businesses like Genesiswa Com get approved for $25K–$500K in funding - even if they\'ve been denied before or are unsure if they’ll qualify.\r\n\r\nThe best part? We make the process simple and quick.\r\n\r\nIf you\'re:\r\nLooking to grow your business,\r\nConsolidate or reconcile debt,\r\nInvest in research and development,\r\nUpgrade equipment or buy new assets…\r\n\r\nThen let’s talk.\r\n\r\nWe’ve helped thousands of clients and have a 4.8-star rating on TrustPilot with hundreds of verified reviews.\r\n\r\nJust hit reply to this email and tell me:\r\n\r\nThat you\'re interested, or\r\nA time next week that works for a quick call.\r\n\r\nNo pressure - just helpful advice and expert guidance to see what’s possible for your situation.\r\n\r\nLooking forward to hearing from you,\r\nArdis'),
(796, 266, 'name', 'Shay'),
(797, 266, 'email', 'info@burg.medicopostura.com'),
(798, 266, 'message', 'Good Morning \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nThanks and Best Regards, \r\n\r\nShay'),
(799, 267, 'name', 'Jessica Snyder'),
(800, 267, 'email', 'Partners@hrmedicalfinancing.com'),
(801, 267, 'message', 'Please FWD to the patient financing manager (It’s important they see this!)\r\n\r\nThere’s a reason we are the Fastest Growing Patient Financing Program in the USA:\r\n\r\n> Turn-Key: Add to your existing financing mix or use it for all patients (no paperwork)  \r\n> No Fees: Saves the practice tons of money (no financing fees)  \r\n> All credit welcome: Helps more patients get their treatment plans (Scores approved down to 500 FICO) \r\n\r\nProgram Features: \r\n\r\n+ No financing fees, per loan fees or junk fees EVER! \r\n+ Loan approvals for ALL credit Scores (500-850 FICO)  \r\n+ No paperwork or staff training required\r\n+ No risk, recourse or restrictions \r\n+ 5 minute set up - use same day\r\n+ Unbeatable Rates: 0% APR for 21 months (again -no fees- REALLY!)\r\n\r\nYour patients will love these super affordable low monthly payments!\r\n$2,500 = $25 a month\r\n$5,000 = $50 a month \r\n$7,500 = $75 a month \r\n*Customer minimum payment = 1% of outstanding balance\r\n\r\nFull Program Details Linked Here: https://hrmedicalfinancing.com/?a=Genesis-Wellness-and-Aesthetics\r\nBest,\r\n\r\nJessica Snyder \r\nHelloRates Patient Financing \r\npartners@hrmedicalfinancing.com \r\nTrusted by 13,000+ Practices Nationwide'),
(802, 268, 'name', 'Della Hayes'),
(803, 268, 'email', 'dellaseowebdigital@gmail.com'),
(804, 268, 'message', 'Re: Drop Traffic\r\n\r\nHello Good Morning,\r\n\r\nI have found some major errors that correspond to a drop in website  traffic over the last 1-2 months and wanted to bring them to your attention.\r\n\r\nI\'d be happy to send you errors and the solutions to help you improve the performance and traffic of your website.\r\n\r\nThanks & Best Regards \r\nDella Hayes'),
(805, 269, 'name', 'Franchesca Bonney'),
(806, 269, 'email', 'franchesca.bonney@gmail.com'),
(807, 269, 'message', 'Hello there,\r\n\r\nWe know how to make your business show up on Google Maps.\r\nEvery time your business doesn’t appear in Google’s top results, a competitor earns the customer that could have been yours. Paige changes that. This AI-powered system helps small businesses like yours claim those top 3 “map pack” spots where real buyers are looking to spend.\r\nPaige identifies exactly what Google is rewarding and lays out the steps to get your business there—quickly and effectively. It’s not about spending more; it’s about knowing what works.\r\nIf you want to stop losing customers to the competition and start taking the lead in your local market, run your free scan right now. Visit https://bit.ly/paige-tool\r\nLet’s outrank your competitors\r\n\r\n\r\n\r\nShould you decide not to receive additional emails from us, please fill the form at bit. ly/fillunsubform with your domain address (URL).\r\n1 Ridge Road, Elba, CA, USA, 93864'),
(808, 270, 'name', 'Jorg Hely'),
(809, 270, 'email', 'hely.jorg@gmail.com'),
(810, 270, 'message', 'We flipped the game on its head.\r\nWe give people what they want BEFORE they buy!?!?\r\nThe Money comes in for us 500 a pop all day every day!\r\n\r\nhttps://smartexperts.pro/500aPop\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(811, 271, 'name', 'Shannan Pocock'),
(812, 271, 'email', 'pocock.shannan56@outlook.com'),
(813, 271, 'message', 'How we Turn ordinary pictures into profit-making marketing machines in seconds – even if you’ve never designed anything before.\r\nGrab it today – Limited Free PLR License Included!\r\n\r\nhttps://smartexperts.pro/NanoBananaTurbo\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(814, 272, 'name', 'Victoria Collins'),
(815, 272, 'email', 'victoria@vettedvas.com'),
(816, 272, 'message', 'Hi there,\r\n\r\nOur company provides virtual assistant services to do Admin Tasks, Cold Calling, Social Media Management, etc.\r\n\r\nNeed help with any of these? Let\'s schedule a  Phone call to discuss your needs.\r\n\r\nIf you want to opt out, just reply STOP.'),
(817, 273, 'name', 'Silvia Dunlop'),
(818, 273, 'email', 'dunlop.silvia80@hotmail.com'),
(819, 273, 'message', 'How Everyday People Are Turning \r\nFree AI Videos Into $500+ Days...\r\nWhile Chillin\' On Their Phone / Computer?\r\nhttps://smartexperts.pro/Vyralzz\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(820, 274, 'name', 'Elena Guzzi'),
(821, 274, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(822, 274, 'message', 'THE FASTEST WAY TO CREATE, PUBLISH, & PROFIT\r\nFROM EBOOKS… NO WRITING REQUIRED\r\n\r\nPROFIT-READY EBOOKS with covers, TOC, chapters, sections, links, images, & content!\r\nhttps://viewbet-24.site/eBookWriterAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://viewbet-24.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(823, 275, 'name', 'Lucy Cooper'),
(824, 275, 'email', 'lucy@vas4hire.com'),
(825, 275, 'message', 'Hi there,\r\n\r\nOur company provides virtual assistant services to do Admin Tasks, Cold calling, Social media management, etc.\r\n\r\nNeed help with any of these? Let\'s schedule a Phone Call to discuss your needs.\r\n\r\nIf you want to opt out, just reply STOP.'),
(826, 276, 'name', 'Chloe Turner'),
(827, 276, 'email', 'chloe.vas4hire@gmail.com'),
(828, 276, 'message', 'Hi there,\r\n\r\nAre you interested in a virtual assistant to help with administrative work, prospecting, follow-up with leads, along with other responsibilities?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(829, 277, 'name', 'Lenora Warner'),
(830, 277, 'email', 'lenora.warner94@outlook.com'),
(831, 277, 'message', 'Your product pages can become UGC videos today.\r\nHi, Amir here from Letstok.\r\nWe help Shopify owners turn static product images into real-person video ads with one click.\r\nIt’s the easiest way to boost engagement and sales without hiring a creative team.\r\nStart free and use SHOPIFY-10 for extra credits this month:\r\nhttps://www.letstok.com\r\n\r\n\r\nIf you prefer not to get further notifications from me, just fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nVia Lombardi 134, Cheektowaga, CA, USA, 92157'),
(832, 278, 'name', 'Avasoand'),
(833, 278, 'email', 'isabelladak588@yahoo.com'),
(834, 278, 'message', '\"Barely legal nymph wants to sin.\" Click Here \\u003e   rb.gy/34p7i3?soand'),
(835, 279, 'name', 'Brittany Evans'),
(836, 279, 'email', 'brittany@virtualeaseservice.com'),
(837, 279, 'message', 'Hello there,\r\n\r\nThis is Brittany from Virtual Ease.. We provide top-notch virtual assistance to keep you organized and boost productivity.\r\n\r\nOur services include:\r\n\r\nAdmin Support\r\nScheduling & Calendar Management\r\nResearch & Data Analysis\r\nCold Calling & Prospecting\r\nSocial Media & Content Creation\r\nBookkeeping & More!\r\n\r\nAre you looking for any assistance?\r\n\r\nTo unsubscribe from these emails, please reply  STOP.'),
(838, 280, 'name', 'Steve Bunker'),
(839, 280, 'email', 'bunker@targetpatientsmd.com'),
(840, 280, 'message', 'Get 4–5 new, qualified hair restoration patients every week, booked on your calendar, with a money back guarantee.\r\n\r\nWe use an AI platform to pinpoint high-intent individuals in your area, which allows us to offer a simple guarantee: we deliver the results we promise, or you don\'t pay.\r\n\r\nIt\'s a completely risk-free way to grow your practice. If you have 10 minutes, I can show you how it works.\r\n\r\nReply back to me at bunker@targetpatientsmd.com, or schedule a time slot using my calendar link:\r\n\r\nhttps://bit.ly/stevebunker\r\n\r\nBest,\r\n\r\nSteve Bunker - President\r\nTargetPatientsMD.com\r\nReferences Available Upon Request'),
(841, 281, 'name', 'Jimmie Bolt'),
(842, 281, 'email', 'bolt.jimmie@msn.com'),
(843, 281, 'message', 'SOFTWARE: New AI Cloud-Tool Quietly Turns Simple Ideas Into Passive Royalties....\r\n...No tech. No product. No audience. Just this one AI tool.\r\nhttps://www.novaai.expert/OhanashiGenAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(844, 282, 'name', 'Luz Berryman'),
(845, 282, 'email', 'luz.berryman@gmail.com'),
(846, 282, 'message', ''),
(847, 283, 'name', 'Kerri'),
(848, 283, 'email', 'info@genesiswa.com'),
(849, 283, 'message', 'Good Morning \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF:  https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nAll the best, \r\n\r\nKerri'),
(850, 284, 'name', 'Hester Board'),
(851, 284, 'email', 'hester.board@yahoo.com'),
(852, 284, 'message', 'Hello,\r\n\r\nWe reviewed your website: genesiswa.com and noticed accessibility gaps that need attention.\r\nInaccessible sites don’t just lose clients — they also face growing legal risks.\r\nThat’s why we’re offering you a free scan, a detailed report, and your first fix at no cost.\r\nStart your free scan today: http://scan4.free\r\nBest regards,\r\nThe PLURO Team\r\n\r\n\r\nWhenever you decide not to receive additional communications from our side, please fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nVia Foria 102, Goshen, CA, USA, 91452'),
(853, 285, 'name', 'Oliver Kim'),
(854, 285, 'email', 'oliver@alfareviews.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(855, 285, 'message', 'Hi,\r\n\r\nGet positive reviews to boost your Business  reputation.\r\n90% of new customers rely on reviews — fresh 5-star feedback helps them choose you faster.\r\n\r\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\r\n\r\n25% OFF for new clients – Let’s get you noticed and ranked in your area!\r\n\r\nReach out Email: oliver@alfareviews.com\r\nWhatsApp Link: https://wa.me/447414670512'),
(856, 286, 'name', 'Dana'),
(857, 286, 'email', 'dana.haj@gmail.com'),
(858, 286, 'message', 'Hi! How much is one session of a PRP injections for the face?'),
(859, 287, 'name', 'Barrett Place'),
(860, 287, 'email', 'barrett.place@gmail.com'),
(861, 287, 'message', 'World\'s FIRST AI System That Creates PROFITABLE Amazon Books In Under 6 Minutes Across 25+ Niches\r\nhttps://goldsolutions.pro/RoyaltyProfitsAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(862, 288, 'name', 'LeeMuh'),
(863, 288, 'email', 'zekisuquc419@gmail.com'),
(864, 288, 'message', 'Γεια σου, ήθελα να μάθω την τιμή σας.'),
(865, 289, 'name', 'Larue Carty'),
(866, 289, 'email', 'larue.carty@gmail.com'),
(867, 289, 'message', 'With Just 3 Clicks, You Will Be Able To Unlock All TOP AI Models with All Versions + All Upcoming Future Versions… Without Spending A Penny …\r\nhttps://bravo-333.site/MultiverseAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://bravo-333.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(868, 290, 'name', 'SimonMuh'),
(869, 290, 'email', 'dinanikolskaya99@gmail.com'),
(870, 290, 'message', 'Salut, ech wollt Äre Präis wëssen.'),
(871, 291, 'name', 'Sean Cambage'),
(872, 291, 'email', 'sean.cambage@outlook.com'),
(873, 291, 'message', 'Apologies for the interruption, but I wanted to share Local Magic with you — an award-winning, patented digital marketing application that boosts website leads by pulling in relevant organic traffic from Google. It achieves an 87% success rate in most industries, and licensing is $800/mo with no contract. You can find details here: https://www.mrmarketingres.com/local-magic/. We also have real client case studies, and I’d be happy to arrange a Zoom demo to show how it works. Reach me at marketing@mrmarketingres.com or 843-720-7301. If you’d prefer not to hear from us again, just let me know and I’ll update our do not contact list.'),
(874, 292, 'name', 'Ameliasoand3120'),
(875, 292, 'email', 'emmaboype751024@yahoo.com'),
(876, 292, 'message', '\"Gorgeous nymphomaniac yearns for release.\"  Here --  https://rb.gy/t0g3zk?Adminna'),
(877, 293, 'name', 'Fatima Perry'),
(878, 293, 'email', 'fatima@toptalentvas.com'),
(879, 293, 'message', 'Hello there,\r\n\r\nThis is Fatima from Top Talent VAs. We provide top-notch virtual assistance to keep you organized and boost productivity.\r\n\r\nOur services include:\r\n\r\nAdmin Support\r\nScheduling & Calendar Management\r\nResearch & Data Analysis\r\nCold Calling & Prospecting\r\nSocial Media & Content Creation\r\nAi Solutions/Automations\r\nBookkeeping & More!\r\n\r\nAre you looking for any assistance?\r\n\r\nTo unsubscribe from these emails, please reply  STOP.'),
(880, 294, 'name', 'Anibal Milton'),
(881, 294, 'email', 'mohamed.cortes.1977+genesiswa.com@gmail.com'),
(882, 294, 'message', 'How Everyday People Are Turning \r\nFree AI Videos Into $500+ Days...\r\nWhile Chillin\' On Their Phone / Computer?\r\nhttps://smartexperts.pro/Vyralzz\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(883, 295, 'name', 'LeeMuh'),
(884, 295, 'email', 'zekisuquc419@gmail.com'),
(885, 295, 'message', 'Ola, quería saber o seu prezo.'),
(886, 296, 'name', 'Alexis Montoya'),
(887, 296, 'email', 'Carone06@gmail.com'),
(888, 296, 'message', 'Good Morning- I have an appointment tomorrow on 11/14 at 6pm ; i tried calling twice to cancel but the line just disconnected after the introduction message. I will be out of town for a work trip so I cannot make my appointment. I went ahead and rescheduled myself for December.'),
(889, 297, 'name', 'Jenna Braithwaite'),
(890, 297, 'email', 'jenna.palmer@comcast.net'),
(891, 297, 'message', 'I emailed and haven\'t heard back regarding my receipt for services on Tues, 11/11.  I was quoted the November special for filler at 700 per vial for a total of 1400, however, the receptionist charged me full price at 1700.  Please refund the 300 dollars.'),
(892, 298, 'name', 'LeeMuh'),
(893, 298, 'email', 'dinanikolskaya99@gmail.com'),
(894, 298, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(895, 299, 'name', 'Jessica Snyder'),
(896, 299, 'email', 'Partners@hrmedicalfinancing.com'),
(897, 299, 'message', 'It’s important this gets to your patient financing manager\r\n\r\nWe are now the Fastest Growing Patient Financing Program in the USA!\r\n\r\nSee Why….\r\n> Turn-Key: Add to your existing financing mix or use it for all patients (no paperwork)  \r\n> No Fees: Saves the practice tons of money (no financing fees)  \r\n> All credit welcome: Helps more patients get their treatment plans (Scores approved down to 500 FICO) \r\n\r\nProgram Features: \r\n\r\n+ No financing fees, per loan fees or junk fees EVER! \r\n+ Loan approvals for ALL credit Scores (500-850 FICO)  \r\n+ No paperwork or staff training required\r\n+ No risk, recourse or restrictions \r\n+ 5 minute set up - use same day\r\n+ Unbeatable Rates: 0% APR for 21 months (again -no fees- REALLY!)\r\n\r\nYour patients will love these super affordable low monthly payments!\r\n$2,500 = $25 a month\r\n$5,000 = $50 a month \r\n$7,500 = $75 a month \r\n*Customer minimum payment = 1% of outstanding balance\r\n\r\nFull Program Details Linked Here:https://hrmedicalfinancing.com/?a=Genesis-Wellness-and-Aesthetics\r\nBest,\r\n\r\nJessica Snyder \r\nHelloRates Patient Financing \r\npartners@hrmedicalfinancing.com \r\nTrusted by 13,000+ Practices Nationwide'),
(898, 300, 'name', 'Oliviasoand4280'),
(899, 300, 'email', 'avaboype355625@gmail.com'),
(900, 300, 'message', '\"Barely legal nymph wants to sin.\"  Here  --  https://rb.gy/8rrwju?Adminna'),
(901, 301, 'name', 'Browder Morrisey'),
(902, 301, 'email', 'meldmd100@gmail.com'),
(903, 301, 'message', 'I assist clinics and spas with\r\nnew GLP-1 Medical weight-loss,\r\nHRT, and Regenerative Peptide Therapy programs.\r\nWe partner only with U.S. Food and Drug Administration-registered 503B outsourcing Facilities or 503A compounding pharmacies.\r\n\r\nWe keep all documentation on file: NDC numbers, lot numbers, pharmacy license, DEA registration, and shipping records.\r\nWe always verify that the supplier is not on the FDA warning list.\r\n\r\nHere’s an example of one of our current offers:\r\n\r\nTirzepatide 30mg/3ml $69. BUD is DEC. 15, 2025\r\n\r\nAre you interested in adding any of these programs to your services,\r\nor if you have a current program,\r\nwould you like to know about our provider partnership prices? Call me. 805-298-9894'),
(904, 302, 'name', 'NATREGTEGH3065786NERTHRTYHR'),
(905, 302, 'email', 'iuoywuoy@vargosmail.com'),
(906, 302, 'message', 'METYUTYJ3065786MARETRYTR'),
(907, 303, 'name', 'Nelsonwoock'),
(908, 303, 'email', 'sdsdssfdsfdfdsfdsfdsfds@gmail.com'),
(909, 303, 'message', 'Free non-criminal independent blockchain antivirus \r\n \r\nBlockchain log. Make a blockchain record private - paid. \r\nBase - 50 mln signatures. Own hosting, own encrypted database. \r\nPayment method (exception Russia and ChIR) - non-criminal business plan, non-criminal scientific technology and private FASM code. \r\nOwn Blockchain Scientific Debt Gateway. 100% automatic. \r\n \r\nLink -  http://78.29.44.164/antivirus/ \r\n \r\nhttp://78.29.44.164/antivirus/'),
(910, 304, 'name', 'Ronaldneart'),
(911, 304, 'email', 'fdffffdfdfdfdfdd@gmail.com'),
(912, 304, 'message', 'Free PHP Blockchain Neural Network \r\n \r\nBlockchain log. Make a blockchain record private - paid. \r\nBase - 50 mln signatures. Own hosting, own encrypted database. Response time 0.05-0.1 sec. \r\nPayment method - non-criminal business plan, non-criminal scientific technology and private FASM code. \r\nOwn Blockchain Scientific Debt Gateway. 100% automatic. Send your question and receive the response file. \r\n \r\nLink -  http://78.29.44.164/phpneuralnetwork/ \r\n \r\nhttp://78.29.44.164/phpneuralnetwork/'),
(913, 305, 'name', 'Normand Savage'),
(914, 305, 'email', 'normand.savage@yahoo.com'),
(915, 305, 'message', 'Hi,\r\n\r\nThis is the only reliable chat support and sales agent. It can do text or even live calls.\r\n\r\nYour homepage is silent. Your competitors aren’t.\r\n\r\nCustomers today don’t click around —\r\nthey ask and expect answers instantly.\r\n\r\nAdd a FREE AI agent to your site that talks to your visitors, explains your business, and captures leads — 24/7.\r\n\r\nNo cost. No tech. 2-minute setup.\r\n\r\nClaim your free AI homepage agent → https://www.olleh.ai\r\n\r\nNeed help? Contact Normand@olleh.ai\r\n\r\nKind Regards,\r\nNormand Savage\r\n\r\n\r\nIn case you choose to opt-out of further messages from us, kindly fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nDiscesa Gaiola 20, Schenectady, CA, USA, 90184'),
(916, 306, 'name', 'LeeMuh'),
(917, 306, 'email', 'dinanikolskaya99@gmail.com'),
(918, 306, 'message', 'Hi, kam dashur të di çmimin tuaj'),
(919, 307, 'name', 'LeeMuh'),
(920, 307, 'email', 'dinanikolskaya99@gmail.com'),
(921, 307, 'message', 'Hej, jeg ønskede at kende din pris.'),
(922, 308, 'name', 'Lionel Ovens'),
(923, 308, 'email', 'ovens.lionel@gmail.com'),
(924, 308, 'message', 'This Invisible 10-Minute Faceless Video Hack\r\nPulled in 628,000+ Views…\r\nWith No Camera, No Gear & No Tech Skills\r\nhttps://443w.site/InvisibleTrafficSystem\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://443w.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(925, 309, 'name', 'Evelyn'),
(926, 309, 'email', 'contacto@escolar-bit.com'),
(927, 309, 'message', 'New no-KYC crypto casino launched. Play games, win real crypto. Instant payouts, transparent odds. Check it out https://dub.sh/anon-gaming'),
(928, 310, 'name', 'Roxie'),
(929, 310, 'email', 'info@roxie.bangeshop.com'),
(930, 310, 'message', 'Hey, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nTo your success,\r\n\r\nRoxie'),
(931, 311, 'name', 'JuliaVoize'),
(932, 311, 'email', 'mohammadjamalkhan9765@gmail.com'),
(933, 311, 'message', 'Hello! I\'d be grateful if you could send me a message on WhatsApp regarding my request, as I haven\'t had a response so far. \r\nwa.me/+66990459269'),
(934, 312, 'name', 'Oliviasoand4616'),
(935, 312, 'email', 'isabellaboype862965@yahoo.com'),
(936, 312, 'message', '\"Gorgeous nymphomaniac yearns for release.\"  Here --  rb.gy/8rrwju?soand'),
(937, 313, 'name', 'LeeMuh'),
(938, 313, 'email', 'zekisuquc419@gmail.com'),
(939, 313, 'message', 'Dia duit, theastaigh uaim do phraghas a fháil.'),
(940, 314, 'name', 'Ashton Hess'),
(941, 314, 'email', 'mohamed.cortes.1977+genesiswa.com@gmail.com'),
(942, 314, 'message', 'Multiverse AI - The Only Platform That Gives You Access To Every Top AI Model — In Every Version — All Inside A Single, Beautifully Simple Dashboard.\r\n\r\nhttps://1x-slots.site/MultiverseAI\r\n\r\nChatGPT (3.5 → 4.5 → 4o → 5 → Turbo → Nano)\r\nGemini (1.5 Pro → 2.0 Flash)\r\nClaude (3 Opus → Sonnet → Haiku)\r\nGrok (1 through 4)\r\nDALL·E, Veo, Kling, ElevenLabs, DeepSeek, FLUX, LLaMA & more\r\nAnd yes — you get every future version included automatically.\r\n\r\nhttps://1x-slots.site/MultiverseAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://1x-slots.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(943, 315, 'name', 'Jacqui Hynes'),
(944, 315, 'email', 'hynes.jacquelyn@gmail.com'),
(945, 315, 'message', 'Hi, \r\nI\'m interested in getting laser hair removal. Do I book a consultation to get more information or what are next steps?\r\nThanks!'),
(946, 316, 'name', 'Fannie Holyfield'),
(947, 316, 'email', 'holyfield.fannie@outlook.com'),
(948, 316, 'message', 'This Isn\'t A Course. It\'s A Fully Functional,\r\nDone-For-You Business... Powered Entirely By AI\r\n\r\nhttps://askthis.site/ConverslyAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://askthis.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(949, 317, 'name', 'Davis'),
(950, 317, 'email', 'info@davis.bangeshop.com'),
(951, 317, 'message', 'Morning, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nSincerely,\r\n\r\nDavis'),
(952, 318, 'name', 'Avasoand1751'),
(953, 318, 'email', 'emmaboype10540@hotmail.com'),
(954, 318, 'message', '\"Gorgeous nymphomaniac yearns for release.\"  Here --  https://rb.gy/8rrwju?Adminna'),
(955, 319, 'name', 'LeeMuh'),
(956, 319, 'email', 'dinanikolskaya99@gmail.com'),
(957, 319, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(958, 320, 'name', 'Jace Taylor'),
(959, 320, 'email', 'jacetaylorwebmaster@gmail.com'),
(960, 320, 'message', 'Re: Drop Traffic\r\n\r\nHello Good Morning,\r\n\r\nI have found some major errors that correspond to a drop in website  traffic over the last 1-2 months and wanted to bring them to your attention.\r\n\r\nI\'d be happy to send you errors and the solutions to help you improve the performance and traffic of your website.\r\n\r\nThanks & Best Regards \r\nJace Taylor'),
(961, 321, 'name', 'Monroe Rucker'),
(962, 321, 'email', 'monroe.rucker@gmail.com'),
(963, 321, 'message', 'I wanted to quickly introduce you to Local Magic, a patented marketing technology that drives targeted organic traffic from Google and generates qualified leads for business websites. It has a strong track record with an 87% success rate in most industries. You can learn more at https://www.mrmarketingres.com/local-magic/. Licensing is $800/mo, no contract required. We’ve prepared case studies showing client revenue growth and I’d be glad to schedule a Zoom demo. Contact me at marketing@mrmarketingres.com or 843-720-7301. If it’s not a fit, just say so and we’ll stop all outreach to your company.'),
(964, 322, 'name', 'Candelaria Sawyers'),
(965, 322, 'email', 'sawyers.candelaria@outlook.com'),
(966, 322, 'message', 'We monitor the entire proxy market and select only the most profitable offers — discounts, exclusive rates, and limited-time deals.\r\n\r\nConfirm your subscription and start receiving the best proxy offers straight to your inbox. No spam — only real savings.\r\n\r\nhttps://www.novaai.expert/proxy\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(967, 323, 'name', 'Davidtog'),
(968, 323, 'email', 'lozano5656@gmail.com'),
(969, 323, 'message', '$111,394.98 won’t wait for your schedule—act urgently https://telegra.ph/Youve-earned-11139498-11-25-20745'),
(970, 324, 'name', 'Greer Maddox'),
(971, 324, 'email', 'greer@virtualhandsupport.com'),
(972, 324, 'message', 'Hi,\r\n\r\nI’m Greer with VAs for Agencies. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(973, 325, 'name', 'SimonMuh'),
(974, 325, 'email', 'dinanikolskaya99@gmail.com'),
(975, 325, 'message', 'Hi, ego volo scire vestri pretium.'),
(976, 326, 'name', 'Davidtog'),
(977, 326, 'email', 'borissbaibakov@gmail.com'),
(978, 326, 'message', '$80000 Is Our Way to Add Warmth to Your Holiday https://www.archives.rennes.fr/redirections/url_redirect/n:303?redirection=https9734563782939.blogspot.com3647'),
(979, 327, 'name', 'LeeMuh'),
(980, 327, 'email', 'dinanikolskaya99@gmail.com'),
(981, 327, 'message', 'Szia, meg akartam tudni az árát.'),
(982, 328, 'name', 'Ameliasoand3779'),
(983, 328, 'email', 'isabellaboype595239@yahoo.com'),
(984, 328, 'message', '\"Gorgeous nymphomaniac yearns for release.\"  Here --  rb.gy/8rrwju?soand'),
(985, 329, 'name', 'Davidtog'),
(986, 329, 'email', 'thakur.shagun@gmail.com'),
(987, 329, 'message', 'AN $80000 GIFT FOR A STRESS-FREE THANKSGIVING http://forum.hergunkampanya.com/index.php?thememode=full;redirect=https90032623.blogspot.com6848'),
(988, 330, 'name', 'Scot'),
(989, 330, 'email', 'scot@sharp.medicopostura.com'),
(990, 330, 'message', 'Hello \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nMany Thanks, \r\n\r\nScot'),
(991, 331, 'name', 'Kelsie Moyer'),
(992, 331, 'email', 'kelsie@vasdirect.com'),
(993, 331, 'message', 'Hi there,\r\n\r\nHope you\'re doing well! I know this is out of the blue—but if your calendar’s packed and your inbox overflowing, you’re not alone.\r\n\r\nWe help busy professionals offload time-consuming tasks by pairing them with skilled Virtual Assistants for:\r\n\r\n• Prospecting\r\n• Admin & CRM\r\n• Drip Campaigns\r\n• Design & Bookkeeping\r\n\r\nWe also offer AI-powered prospecting and appointment setting to keep your pipeline full—so you can focus on closing deals and growing your business.\r\n\r\nWould you be open to a quick call to see if this could work for you?\r\n\r\nJust reply “yes” with your number and we’ll take it from there.\r\n\r\n\r\n\r\n- Kelsie☑️'),
(994, 332, 'name', 'flulaham'),
(995, 332, 'email', 'b26bg54u@icloud.com'),
(996, 332, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/y8ynm78s'),
(997, 333, 'name', 'LeeMuh'),
(998, 333, 'email', 'zekisuquc419@gmail.com'),
(999, 333, 'message', 'Zdravo, htio sam znati vašu cijenu.'),
(1000, 334, 'name', 'Mirta Baldridge'),
(1001, 334, 'email', 'baldridge.mirta@gmail.com'),
(1002, 334, 'message', 'Replaces 25+ Expensive AI Subscriptions With ONE Smart AI Command Center\r\n\r\nhttps://ai108.online/TitanAI\r\n\r\nRun Your Entire Online Business:\r\nDesign, Write, Code, Market, Sell & Automate — All From One Platform.\r\nSave $6,000+/Year | No Monthly Fees | 0% Effort → 100% Profit\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://ai108.online/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1003, 335, 'name', 'flulaham'),
(1004, 335, 'email', 'wcgwb5gk@yahoo.com'),
(1005, 335, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/2nfnjk2d'),
(1006, 336, 'name', 'Davidtog'),
(1007, 336, 'email', 'smithtee521@yahoo.com'),
(1008, 336, 'message', 'GRAB YOUR SHARE: CLAIM $118,345.89 IMMEDIATELY https://www.nowasteproject.com/language/index?lang=DE&url=https54334087665.blogspot.com7039'),
(1009, 337, 'name', 'Alica Greenlee'),
(1010, 337, 'email', 'alica.greenlee@gmail.com'),
(1011, 337, 'message', 'A Short Book of Quotes Earns $1,240/Month on Amazon — Here’s How You Can Create a Book Like This With 308 Prompts\r\n\r\nhttp://egrntop.site/DailyWisdomBooks\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://egrntop.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1012, 338, 'name', 'Hellen Stolp'),
(1013, 338, 'email', 'hellen.stolp@hotmail.com'),
(1014, 338, 'message', 'Stop Paying Thousands in Hosting Fees When You Could Be Keeping Every Dollar of Profit\r\nLearn the Complete System in This Step-By-Step Course\r\n\r\nYES! You CAN Launch Lightning-Fast Professional Websites for $0 Monthly, Using the Same Infrastructure That Powers Million-Dollar Companies\r\n\r\nhttps://filmfile.site/FreeHosting\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://filmfile.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1015, 339, 'name', 'Abhinav'),
(1016, 339, 'email', 'patluriabhinav@gmail.com'),
(1017, 339, 'message', 'Hi Team,\r\n\r\nCan you guys kindly cancel my monthly package plan as I have moved back now to India and would no longer requrie the plan, I will use my last months facial in december when I visit. But please cancel the plan asap.'),
(1018, 340, 'name', 'Fatima Ramsden'),
(1019, 340, 'email', 'fatima.ramsden@hotmail.com'),
(1020, 340, 'message', 'Get  FREE Traffic To ANY  URL​- get daily traffic every day\r\nNEW ROTATOR FOR THIS LAUNCH\r\nJust submit your links - JOB DONE!\r\nPermanent source that never runs dry\r\nNo Tech Skills Required\r\nWorks In ANY niche\r\nURLS will get traffic EVERY SINGLE DAY\r\nFast Movers will get BEST results...\r\n\r\nhttps://inshbaa.site/OneDollarUnlimitedTraffic\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://inshbaa.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1021, 341, 'name', 'Ali Kopf'),
(1022, 341, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1023, 341, 'message', 'PROFIT-READY EBOOKS with covers, TOC, chapters, sections, links, images, & content!\r\n\r\nTHE FASTEST WAY TO CREATE, PUBLISH, & PROFIT FROM EBOOKS… NO WRITING REQUIRED\r\nhttps://bookmarket.expert/eBookWriterAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://bookmarket.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1024, 342, 'name', 'Davidtog'),
(1025, 342, 'email', 'bccollins@bigpond.com'),
(1026, 342, 'message', 'DON\'T MISS YOUR SHOT: COLLECT $118,345.89 NOW https://telegra.ph/Claim-your-11834589-cash-prize-12-01-22484?27987834'),
(1027, 343, 'name', 'Rodger Steadman'),
(1028, 343, 'email', 'steadman.rodger@yahoo.com'),
(1029, 343, 'message', 'Imagine launching a viral, faceless  YouTube, TikTok, or Instagram channel \r\nin just minutes...\r\n\r\nAnd Then Your new Channel  automatically Creates AND posts videos FOR YOU... So you NEVER HAVE TO TOUCH IT, AGAIN?\r\nhttps://www.novaai.expert/TrafficSupernova\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1030, 344, 'name', 'Oliviasoand9849'),
(1031, 344, 'email', 'emmaboype945463@gmail.com'),
(1032, 344, 'message', 'Insatiable minx desires to upload racy photos. Here  --   rb.gy/8rrwju?soand'),
(1033, 345, 'name', 'Rudy Aston'),
(1034, 345, 'email', 'aston.rudy30@googlemail.com'),
(1035, 345, 'message', 'Finally... A Dead-Simple Way To Create Professional Local Trade & Service Images Using Free AI, Without Design Skills, Expensive Software, Or Hiring Freelancers!\r\nhttps://java138.site/TradeyyAIApp\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://java138.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1036, 346, 'name', 'LeeMuh'),
(1037, 346, 'email', 'dinanikolskaya99@gmail.com'),
(1038, 346, 'message', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.'),
(1039, 347, 'name', 'RobertMuh'),
(1040, 347, 'email', 'dinanikolskaya99@gmail.com'),
(1041, 347, 'message', 'Salut, ech wollt Äre Präis wëssen.'),
(1042, 348, 'name', 'Jestine'),
(1043, 348, 'email', 'jestine@jestine.bangeshop.com'),
(1044, 348, 'message', 'Good day, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nThe Best,\r\n\r\nJestine'),
(1045, 349, 'name', 'Davidtog'),
(1046, 349, 'email', 'pattyj@keyre.com'),
(1047, 349, 'message', 'SECURE YOUR $118,345.89 CASH PRIZE NOW https://telegra.ph/You-won-11834589-withdraw-immediately-12-02-27141'),
(1048, 350, 'name', 'Enrique Frawley'),
(1049, 350, 'email', 'frawley.enrique83@gmail.com'),
(1050, 350, 'message', 'We\'re Getting New Followers In Different Niches That Keep Coming Back Every Day...\r\n\r\nhttps://liteminer.site/liteminer.site/HOOKD\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://liteminer.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1051, 351, 'name', 'MichaelSap'),
(1052, 351, 'email', 'healthierlife826@gmail.com'),
(1053, 351, 'message', 'Congratulations, you\'re a winner! \r\nIn August 2024, you registered on our website and participated in the Bitcoin price prediction contest. \r\nYou predicted that the price of 1 BTC would exceed $100,000 by February 2025. \r\nYour prediction was accurate, and your 3rd place prize was 1.865 bitcoins. \r\nTo receive your reward, please fill out the winner form - https://onlineuniversalwork.com/g83b9 \r\n \r\nMirror 1 - http://www.stocksounds.co.uk/desktop.php?url=https9344857392.blogspot.com4066 \r\nMirror 2 - http://ads.haberler.com/redir.asp?tur=habericilink&url=https9344857392.blogspot.com8004'),
(1054, 352, 'name', 'flulaham'),
(1055, 352, 'email', 'amku2njk@yahoo.com'),
(1056, 352, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/28ev3uxv'),
(1057, 353, 'name', 'SimonMuh'),
(1058, 353, 'email', 'dinanikolskaya99@gmail.com'),
(1059, 353, 'message', 'Здравейте, исках да знам цената ви.'),
(1060, 354, 'name', 'Hiromi'),
(1061, 354, 'email', 'hiromi.fukuzaki@gmail.com'),
(1062, 354, 'message', 'Hello, \r\n\r\nHow much is laser treatment for underarms, legs, and maybe bikini area? Separately and if there is a package of some sort? I am an Asian female with dark hair and pretty light complexion. \r\n\r\nThank you!'),
(1063, 355, 'name', 'Demi Whyte'),
(1064, 355, 'email', 'whyte.demi49@gmail.com'),
(1065, 355, 'message', 'Hey,\r\n\r\nIt is time for our ONCE A YEAR Holiday Offer where we discount our coveted backlinks by up to 80%. Note: We will only be able to accommodate the first 250 orders at this price for 2025. \r\n\r\nDon’t miss this opportunity: https://coremediaconcepts.com/holiday-backlink-offer\r\n\r\nMy name is Will, and I represent Core Media Concepts, a professional digital media agency that partners with global publishers to provide premium sponsored placements on popular websites and news outlets. \r\n\r\nWe are an award winning US based media company (Orlando) with 26 years of experience and an A+ BBB rating.\r\n\r\nWe can help you publish sponsored articles on the sites listed below; all high traffic sites with strong online authority and relevant audience reach.\r\n\r\nWebsites Highlights:\r\n\r\n-- Domains:\r\n1. TimeBusinessNews.com (DA 60 DR 71)\r\n2. Evernote.com (DA 92 DR 91)\r\n3. Plexuss.com (DA 45 DR 46)\r\n4. Colcampus.com (DA 56, DR 54)\r\n5. Scrapbox.io (DA 55 DR 76)\r\n\r\nTop Traffic Sources: USA, UK, Canada\r\n\r\nSponsored Article Includes:\r\n\r\nUp to 500 words (or more if provided)\r\nUp to 2 Do Follow links to different domains\r\nPermanent live placement on the site\r\n\r\nIf you’re interested in taking advantage of our ONCE A YEAR offer, Please visit https://coremediaconcepts.com/holiday-backlink-offer\r\n\r\nDon’t miss out!\r\n\r\nNote: We do not accept content related to gambling, betting, CBD, Forex, or adult topics.\r\n\r\n\r\nBest regards,\r\nDemi Whyte\r\nDigital Media Manager\r\nCore Media Concepts, LLC - Orlando, FL\r\nBBB A+ Certified Agency\r\n\r\n\r\nShould you choose to opt-out of further messages from me, kindly fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nKnesebeckstra?E 97, Middleport, CA, USA, 94445'),
(1066, 356, 'name', 'Ferdinand Witzel'),
(1067, 356, 'email', 'ferdinand.witzel@hotmail.com'),
(1068, 356, 'message', 'Fantasy is dominating multiple bestseller categories in the children’s book section on Amazon — and the Creative Writing, Story Starters, and Write-Your-Own-Story Books niche for ages 8–12 is growing faster than ever.\r\n\r\nIf you browse through “Children’s Activity Books,” “Creative Writing,” and “Imagination & Play,” you’ll see fantasy-themed story starter books consistently appearing on the first page — with both new and long-time authors releasing fresh titles every week. From “Write Your Own Fantasy Story” and “Kids Creative Writing Journal” to various “Build-A-Story Books,” the demand just keeps expanding.\r\n\r\nhttps://jyayintv5.site/FantasyStory\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://jyayintv5.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1069, 357, 'name', 'Simon Folsom'),
(1070, 357, 'email', 'simon.folsom@hotmail.com'),
(1071, 357, 'message', 'This Isn\'t A Course. It\'s A Fully Functional,\r\nDone-For-You Business... Powered Entirely By AI\r\n\r\nhttps://letsjoker.site/ConverslyAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://letsjoker.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1072, 358, 'name', 'flulaham'),
(1073, 358, 'email', 'r2wifhc1@yahoo.com'),
(1074, 358, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/2katrrke'),
(1075, 359, 'name', 'Russell Garten'),
(1076, 359, 'email', 'garten.russell@hotmail.com'),
(1077, 359, 'message', 'The Hidden Goldmine gets people in front of 5,000,000+ buyers that pay over and over again all while AI takes care of all of the “work”.\r\n\r\nhttps://lapse.site/TheHiddenGoldmine\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://lapse.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1078, 360, 'name', 'Deneen Vandegrift'),
(1079, 360, 'email', 'mohamed.cortes.1977+genesiswa.com@gmail.com'),
(1080, 360, 'message', 'Turn any keyword or website into a stunning PWA app — instantly.\r\nhttps://lovewife.site/MobiAgentsAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://lovewife.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1081, 361, 'name', 'Jennifer Obrien'),
(1082, 361, 'email', 'jenn@dandyreviewaitools.com'),
(1083, 361, 'message', 'Hi Genesis Wellness & Aesthetics,\r\n\r\nI’ve built and trained an AI employee specifically for Genesis Wellness & Aesthetics.\r\n\r\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \r\ncustomer questions, capture leads, and even follow up — just like a team member would.\r\n\r\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\r\n\r\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \r\nwhat she can do here: meetings.hubspot.com/dandy-/getdandy-trained-agent-luqman or call me at (949)-755-7782\r\n\r\nTalk soon,\r\n\r\nThank you,\r\n\r\nJennifer O\'Brien | Director of Operations\r\nGetDandy\r\nmeetings.hubspot.com/dandy-/getdandy-trained-agent-luqman\r\n\r\nUnsubscribe here: bit.ly/42wnUsa'),
(1084, 362, 'name', 'Isabellasoand2326'),
(1085, 362, 'email', 'avaboype96510@yahoo.com'),
(1086, 362, 'message', 'Wild temptress craves to flaunt her naked body. Here  --  rb.gy/8rrwju?soand'),
(1087, 363, 'name', 'Sterling Baughman'),
(1088, 363, 'email', 'sterling.baughman58@gmail.com'),
(1089, 363, 'message', 'Build Your AI Coloring Book Empire\r\n\r\nThe AI Coloring Codex is the first complete system for creating endless, professional, and consistent coloring pages across 50+ styles — and selling them as your own.\r\n\r\nhttps://marketingways.ru/AIColoringCodeX\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://marketingways.ru/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(1090, 364, 'name', 'Rene Beaudoin'),
(1091, 364, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1092, 364, 'message', 'DAILY TRAFFIC TO ANY URL FROM 3 X HIGH PERFORMING TRAFFIC SOURCES FOR JUST $1\r\nhttps://maswebmas.ru/OneDollarBlackFriday\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://maswebmas.ru/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(1093, 365, 'name', 'flulaham'),
(1094, 365, 'email', 'h6w44t7l@yahoo.com'),
(1095, 365, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/42az7kp6'),
(1096, 366, 'name', 'LeeMuh'),
(1097, 366, 'email', 'dinanikolskaya99@gmail.com'),
(1098, 366, 'message', 'Hola, volia saber el seu preu.'),
(1099, 367, 'name', 'Greer Maddox'),
(1100, 367, 'email', 'greer@virtualhandsupport.com'),
(1101, 367, 'message', 'Hi,\r\n\r\nI’m Greer with VAs for Agencies. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(1102, 368, 'name', 'Fanny Chavarria'),
(1103, 368, 'email', 'chavarria.fanny57@gmail.com'),
(1104, 368, 'message', 'Hi,\r\n\r\n\r\nMost entrepreneurs spend way too much time worrying about their website—or avoiding it because it feels overwhelming.\r\n\r\n\r\nWe\'d like to take that off your plate:\r\n$69/month. Everything handled.\r\n\r\n\r\nOur team will:\r\n\r\n\r\nBuild you a new site from scratch—or modernize your current one\r\n\r\n\r\nTake care of hosting as an option\r\nKeep things fresh—up to 60 minutes of work included every month\r\n\r\n\r\n\r\nNo setup fees, no annual commitments. Just a site that you\'re not embarrassed to share.\r\n\r\n\r\nSee what\'s included:\r\n\r\nhttps://websolutionsgenius.com/awardwinningwebsites'),
(1105, 369, 'name', 'Nona Puckett'),
(1106, 369, 'email', 'nona.puckett@yahoo.com'),
(1107, 369, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com https://playoxwin.site/EveryAI?genesiswa.com\r\n\r\nTired of paying for dozens of AI tools and bouncing between them for every project—from website copy to design to video ads? With EveryAI you get one dashboard that unlocks hundreds of premium AI models without monthly fees. Build sites, craft copy, generate logos, 8K motion videos, talking avatars… and keep 100% of your profit under a commercial license. Want to make more, work less, and finally control your income? It starts here.\r\n\r\nSee it in action: https://playoxwin.site/EveryAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(1108, 370, 'name', 'Angelica Foti'),
(1109, 370, 'email', 'angelica.foti@gmail.com'),
(1110, 370, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? So you can skip months of SEO and ad spend — all with just one click. APEX AI, powered by ChatGPT-5, instantly creates and ranks your content on Google’s first page—no domains, no skills, no costs. Just enter a keyword, click activate, and watch targeted, free traffic (and commissions!) roll in the very same day. It’s your fast-track to dominating the search results while others are still stuck in the old grind.\r\n\r\nSee it in action: https://smartexperts.pro/ApexAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://smartexperts.pro/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1111, 371, 'name', 'Charlene Jameson'),
(1112, 371, 'email', 'jameson.charlene@yahoo.com'),
(1113, 371, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy you need this: to have every campaign, affiliate offer, or project start delivering traffic and income today — without spending a dime on ads or tech headaches. Ghost Pages turns you into a stealth engine that Google absolutely trusts: you build invisible pages using a secret Google asset, and they quietly start delivering targeted visitors — while your competition is nowhere the wiser.\r\n\r\nIt’s easy, it’s fast, it’s genius: no domains, hosting, social media, or technical skills required — if you can click and copy, you can do this. Plus, it really works and scales: launch one Ghost Page and BAM — traffic flows wherever you want: affiliate links, e‑com, leads — you choose. Ready to start in minutes? Discover how and get results that might blow your mind.\r\n\r\nSee it in action: https://pastelink.site/GhostPages\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://pastelink.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1114, 372, 'name', 'Marla Colston'),
(1115, 372, 'email', 'marla.colston61@gmail.com'),
(1116, 372, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com https://pozdravochek.site/KevinAI?genesiswa.com\r\n\r\nImagine launching a campaign and seeing conversions rise within hours — without endless tweaking, without brainstorming until midnight. Results With Kevin AI delivers the set of AI tools + proven strategies that take over the busywork: crafting emails, scripts, content ideas and more. You just hit start — the system generates, tests, sells.\r\n\r\nWant to stop being stuck in the “I’m busy all day” loop and move into “I launch, I watch, I profit” mode? \r\n\r\nSee it in action: https://pozdravochek.site/KevinAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://pozdravochek.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(1117, 373, 'name', 'LeeMuh'),
(1118, 373, 'email', 'zekisuquc419@gmail.com'),
(1119, 373, 'message', 'Ola, quería saber o seu prezo.'),
(1120, 374, 'name', 'flulaham'),
(1121, 374, 'email', 'er4w16l6@hotmail.com'),
(1122, 374, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/33ka3r2t'),
(1123, 375, 'name', 'Ameliasoand8297'),
(1124, 375, 'email', 'emmaboype459037@hotmail.com'),
(1125, 375, 'message', '  \r\n “Gorgeous, insatiable woman yearns for release.”  Here --  rb.gy/3fy54w?soand'),
(1126, 376, 'name', 'Maude Bourke'),
(1127, 376, 'email', 'bourke.maude@gmail.com'),
(1128, 376, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy you need this: imagine waking up to steady monthly income hitting your account—without the hassle of building your own product, funnels, or dealing with tech headaches. With Monthly Money Masterclass, you can pick the path that suits your style: let businesses self-serve QR codes or offer a full “done-for-you” service. You’ll earn $5–$20 per month per client with the self-serve model, or $200+ per month with just 5–10 clients—fast, simple, repeatable.\r\n\r\nFeel the confidence. You get a clear blueprint delivered by successful experts who\'ve generated millions online. This isn\'t fluff—it’s a step-by-step way to build real recurring income, even with zero experience. Ready to level up your money game? Click the link to discover how to start today.\r\n\r\nSee it in action: https://goldsolutions.pro/MMM?genesiswa.com\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://goldsolutions.pro/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(1129, 377, 'name', 'Alana Rodrigue'),
(1130, 377, 'email', 'rodrigue.alana@outlook.com'),
(1131, 377, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com: https://ranknowyour.site/VibeCode?genesiswa.com\r\n\r\nWhy do you need this? Because with Vibe Code Blueprint, you\'re unlocking a traffic-and-profit machine at the click of a button — no developers, no upfront costs, no waiting weeks. Create high-converting digital assets instantly — assets that used to cost thousands — and start earning today.\r\n\r\nIn a cluttered digital world, this system stands out: from creation to monetization, it’s fast, simple, and accessible to anyone. The opportunity is here now — early adopters get the biggest slice of the pie. Ready to see how it works? Click through and I’ll walk you inside.\r\n\r\nSee it in action: https://ranknowyour.site/VibeCode?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://ranknowyour.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(1132, 378, 'name', 'Gabriella Blamey'),
(1133, 378, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1134, 378, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? Imagine launching your own AI store on WordPress, stocked with ready-to-sell GPTs and AI prompts—and starting to make money today. No design headaches, no tech setup, just a polished storefront that builds trust and delivers real sales straight out of the box.\r\n\r\nWhether you\'re a webmaster or money-maker, AI Store Fortune removes the tech barrier. Made for people who’d rather grow their traffic and income than tinker with confusing plugins. Want to finally turn AI ideas into stable income? Click to see how effortlessly you can own—and profit from—your AI business.\r\n\r\nSee it in action: https://testaip.online/AIStoreFortune?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://testaip.online/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1135, 379, 'name', 'Brooke Stockmann'),
(1136, 379, 'email', 'fundraising@willowsprepfamily.org'),
(1137, 379, 'message', 'Hello,\r\n\r\nI’m reaching out on behalf of the Willows Prep Family Association, a 501(c)(3) nonprofit that supports students at Willows Preparatory School in Redmond. We’re hosting our annual fundraising auction, A Night to Grow Together, on April 18, 2026 at the Hollywood Schoolhouse in Woodinville — a night out for parents, teachers, and community partners to come together in support of our school.\r\n\r\nSponsorship or a donated service offers excellent visibility for Genesis Wellness and Aesthetics, as our audience closely aligns with your target demographic: engaged parents primarily in their late 30s through mid-50s. Your business would be featured through our online auction platform, event signage, and communications shared with our school community. I’d be happy to share additional details if this is of interest.\r\n\r\nBest regards,\r\nBrooke Stockmann\r\nFundraising Chair, Willows Prep Family Association\r\nhttps://willowsprepfamily.org/'),
(1138, 380, 'name', 'Nilli Wilson'),
(1139, 380, 'email', 'nilliwilson@gmail.com'),
(1140, 380, 'message', 'Dear owner,\r\n\r\nI need a paid guest post at this site.    https://genesiswa.com/\r\nKindly let me know the one guest post price.\r\nAlso let me know the prices of link insertion and banner ads.\r\nIf you have more websites, send me all the website lists with pricing.\r\n\r\nWaiting for your reply.'),
(1141, 381, 'name', 'Raphael Canipe'),
(1142, 381, 'email', 'raphael.canipe@googlemail.com'),
(1143, 381, 'message', 'We help businesses like yours grow through flexible funding options.\r\n\r\n\r\nWe’d be happy to see if we can help you as well.\r\nbusinessfinance.rokfibusiness.com\r\n\r\n\r\nNot intersted in our assistance let us know\r\nunsub.rokfibusiness.com'),
(1144, 382, 'name', 'Isabellasoand3462'),
(1145, 382, 'email', 'avaboype462158@gmail.com'),
(1146, 382, 'message', ' “Captivating temptress longs for irresistible passion.”  Here --  rb.gy/3fy54w?soand'),
(1147, 383, 'name', 'Meredith'),
(1148, 383, 'email', 'sales@guerard.caredogbest.com'),
(1149, 383, 'message', 'Morning \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nAll the best, \r\n\r\nMeredith'),
(1150, 384, 'name', 'LeeMuh'),
(1151, 384, 'email', 'dinanikolskaya99@gmail.com'),
(1152, 384, 'message', 'Hola, quería saber tu precio..'),
(1153, 385, 'name', 'Keith Savitzky'),
(1154, 385, 'email', 'okasldc@hotmail.com'),
(1155, 385, 'message', 'Doctor of Chiropractic\r\nNew Business Development\r\nLiaison between Medical Offices and Needed Services\r\nReach out to my mobile to discuss synergies\r\n1 718 440 1849\r\n\r\nThank you\r\n\r\nDr. Keith Savitzky DC\r\nokasldc@hotmail.com'),
(1156, 386, 'name', 'Elmo Bidencope'),
(1157, 386, 'email', 'elmo.bidencope24@gmail.com'),
(1158, 386, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? Picture waking up anywhere — Bali, a café in Paris, or your couch — checking your phone and seeing a steady stream of buyer-ready clicks rolling in… without ads, outreach, or a website. That’s exactly what Rapid Traffic Flow delivers: a super-simple, plug-and-play system that gets traffic and sales flowing in minutes.\r\n\r\nWith Rapid Traffic Flow, you get a clear 3-step blueprint, AI‑powered boosters to automate the process, a “Hidden Hub” you can tap at will, and a solid refund guarantee if your traffic spike doesn’t happen — all for less than the cost of your next takeout order. Ready to stop chasing traffic and start capturing it? Dive in now and dominate the affiliate game today!\r\n\r\nSee it in action: https://1fvyaq.site/RapidTrafficFlow\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://1fvyaq.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1159, 387, 'name', 'Fannie McDonnell'),
(1160, 387, 'email', 'mohamed.cortes.1977+genesiswa.com@gmail.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1161, 387, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWorld’s First AI App That Instantly Builds Your Own “Udemy-Like” eLearning Platform - Preloaded With 100+ Ready-To-Sell, Red-Hot Online Courses\r\nIn One Single Dashboard, For A Low One-Time Fee!\r\nOnly 3 EASY Clicks - Create & Sell Stunning Online Courses on Your Own Udemy™-Style Platform to Hungry Buyers for Top Dollar.\r\n\r\nNo Reserach | No Course Creation | No Tech  Skills | No Monthly Fees Required\r\n\r\nSee it in action: https://udexi.site/CourseBeastAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://udexi.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321\r\nLooking out for you, Ethan Parker'),
(1162, 388, 'name', 'Delphia Carnarvon'),
(1163, 388, 'email', 'delphia.carnarvon@gmail.com'),
(1164, 388, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy should you care? Because Book In A Day lets you turn your ideas into a polished, professional book in just hours—not months. No writing skills, no expensive editors, no formatting headaches. Simply follow the AI-driven, step-by-step system and you’re done! Publish your book, build authority, and start earning—effortlessly, swiftly, and stress-free.\r\n\r\nSee it in action: https://yeira.site/BookInADay\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://yeira.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1165, 389, 'name', 'Brandie Spalding'),
(1166, 389, 'email', 'brandie.spalding27@gmail.com'),
(1167, 389, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy you need this: If you’re a webmaster or money-making pro looking for real buyer traffic — with zero websites, no content creation, and no tech headaches — then Social Safe List is your shortcut. Get instant access to private buyer-filled communities, drop in your link, post, and watch traffic roll in. Friendly setup, ready-made templates, proven strategies — it just works.\r\n\r\nCurious how you can get clicks from real buyers in 10 minutes?\r\n\r\nSee it in action: https://sovoc-seeds.site/SocialSafeList?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://sovoc-seeds.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1168, 390, 'name', 'SimonMuh'),
(1169, 390, 'email', 'dinanikolskaya99@gmail.com'),
(1170, 390, 'message', 'Salut, ech wollt Äre Präis wëssen.'),
(1171, 391, 'name', 'Emmasoand8297'),
(1172, 391, 'email', 'oliviaboype616473@yahoo.com'),
(1173, 391, 'message', '\"Enchanting nymphomaniac seeks steamy indulgence.\"  Here  --   rb.gy/3fy54w?soand'),
(1174, 392, 'name', 'Alessandro Molari'),
(1175, 392, 'email', 'aibusinesstoolsoftware@gmail.com'),
(1176, 392, 'message', ''),
(1177, 393, 'name', 'David Williams'),
(1178, 393, 'email', 'davidw@magwitch.com'),
(1179, 393, 'message', 'Hi there,\r\n\r\n\r\nI’d like to introduce Magwitch, a financing platform that helps businesses like yours boost treatment acceptance by giving patients more ways to pay. With one simple application, clients receive multiple offers from different lenders—covering prime, near prime, subprime, and everyone is approved programs.\r\n\r\n\r\nWe offer rates as low as 6.99% APR with terms up to 72 months, so more of your patients can move forward with services.\r\n\r\nLet me know if you’re open to a quick chat or if you\'d prefer I send over more info.\r\n\r\n\r\nThank you,\r\nDavid Williams\r\nhttps://magwitch.com'),
(1180, 394, 'name', 'Roseann Gillon'),
(1181, 394, 'email', 'gillon.roseann@gmail.com'),
(1182, 394, 'message', 'World\'s First AI App That Lets You...\r\nBuild Funnels Inside Reels, Shorts & TikToks\r\nThat Capture Leads, Clicks & Sales\r\nWithout Pages, Funnel Builders Or Tech\r\n100% Done For You By AI\r\nhttps://optimalconvert.site/VideoFunnelsAI\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://optimalconvert.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(1183, 395, 'name', 'Kari Stoll'),
(1184, 395, 'email', 'kari.stoll@outlook.com'),
(1185, 395, 'message', 'Start Building a Christian Publishing Empire — No Writing Needed\r\nEven if you\'ve never written a book… or designed a single page in your life. With FaithVault 500, you get a done-for-you library of faith-based eBooks you can own, sell, and share forever.\r\nhttps://ngmsrv.site/FaithVault\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://ngmsrv.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(1186, 396, 'name', 'Tisha Amaya'),
(1187, 396, 'email', 'amaya.tisha@googlemail.com'),
(1188, 396, 'message', 'Hi,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhy do you need this? Imagine launching your own AI store on WordPress, stocked with ready-to-sell GPTs and AI prompts—and starting to make money today. No design headaches, no tech setup, just a polished storefront that builds trust and delivers real sales straight out of the box.\r\n\r\nWhether you\'re a webmaster or money-maker, AI Store Fortune removes the tech barrier. Made for people who’d rather grow their traffic and income than tinker with confusing plugins. Want to finally turn AI ideas into stable income? Click to see how effortlessly you can own—and profit from—your AI business.\r\n\r\nSee it in action: https://28nibg.site/AIStoreFortune\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://28nibg.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1189, 397, 'name', 'RobertMuh'),
(1190, 397, 'email', 'dinanikolskaya99@gmail.com'),
(1191, 397, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(1192, 398, 'name', 'Jonna Hutton'),
(1193, 398, 'email', 'jonna.hutton@outlook.com'),
(1194, 398, 'message', 'Replaces 25+ Expensive AI Subscriptions\r\nWith ONE Smart AI Command Center\r\nRun Your Entire Online Business:\r\nDesign, Write, Code, Market, Sell & Automate — All From One Platform.\r\n Save $6,000+/Year |  No Monthly Fees |  0% Effort → 100% Profit\r\n\r\nhttps://hruh09.site/AITitan?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nas we believe \r\nwhat we’re offering \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nfurther communications from us, \r\nsimply \r\nopt out:\r\n\r\nhttps://hruh09.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2475   Via Bologna 100, LU  55040\r\nLooking out for you, Jonna Hutton.'),
(1195, 399, 'name', 'Carroll Hildreth'),
(1196, 399, 'email', 'carroll.hildreth9@gmail.com'),
(1197, 399, 'message', 'List Building Jumpstart: The Ready-Made List Building \"Business In A Box\" With Full Private Label Rights!\r\nJust Add Your Name, Change Your Payment Links, And Keep 100% Of The Profits!\r\n\r\n\r\nhttps://f2twsi.site/ListBuildingJumpstart?genesiswa.com\r\n\r\n\r\n\r\nYou are receiving this message \r\nbecause we believe \r\nwhat we’re offering \r\ncould be useful to you.\r\n\r\nIf you do not wish to receive \r\nfuture messages from us, \r\nsimply \r\nopt out:\r\n\r\nhttps://f2twsi.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2863   634 Nelson Street, ON  P0k 1l0\r\nLooking out for you, Carroll Hildreth.'),
(1198, 400, 'name', 'Lindsay Torr'),
(1199, 400, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1200, 400, 'message', 'Instantly Create Full Product Reviews, Descriptions, Bullets, SM Content, Hashtags, Emails & Sell Your Own Software - In Minutes \r\n- Even If You’re A Complete Beginner.\r\n\r\n\r\nhttps://huntfish.site/1CReviewBuilder?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nas we think \r\nthis offer \r\nmight be of interest to you.\r\n\r\nIf you do not wish to receive \r\nany more messages from us, \r\nplease click here to \r\nunsubscribe from these emails:\r\n\r\nhttps://huntfish.site/unsub?domain=genesiswa.com \r\nAddress: Address: 3610   Gerbiweg 101, NA  3186\r\nLooking out for you, Lindsay Torr.'),
(1201, 401, 'name', 'LeeMuh'),
(1202, 401, 'email', 'dinanikolskaya99@gmail.com'),
(1203, 401, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(1204, 402, 'name', 'Lucy Walsh'),
(1205, 402, 'email', 'lucyswhair@gmail.com'),
(1206, 402, 'message', 'Hi there,\r\nI have a facial with Anna today at 11.15. Unfortunately I’ve woken up with a cold, so I won’t be able to come in. I understand that I’ll forfeit this month’s facial from my membership..\r\nCould someone please reach out with some available dates to schedule my next one?\r\nThank you so much'),
(1207, 403, 'name', 'Lucile Plate'),
(1208, 403, 'email', 'lucile.plate@gmail.com'),
(1209, 403, 'message', 'Hi,\r\n\r\nHere is the top Video generator for eCommerce websites like genesiswa.com.\r\n\r\nIf video ads feel out of reach — this changes that.\r\n\r\nLetstok turns your existing product links into professional-looking videos in seconds.\r\n\r\nNo video team, no extra cost.\r\n\r\nTry it free + Black Friday 50% off: https://bit.ly/LetstokAI\r\n\r\nBest,\r\nLucile Plate\r\nLetstock AI'),
(1210, 404, 'name', 'RobertMuh'),
(1211, 404, 'email', 'dinanikolskaya99@gmail.com'),
(1212, 404, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(1213, 405, 'name', 'Kerstin Zercho'),
(1214, 405, 'email', 'zercho.kerstin@hotmail.com'),
(1215, 405, 'message', 'AI Turbo Creator turns ideas into traffic magnets.\r\nMake your creations visible, compelling, and unforgettable.\r\n\r\n\r\nhttps://lnunquedays.site/AITurboCreator?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nsince we believe \r\nthe offer we provide \r\ncould be relevant to you.\r\n\r\nIf you don’t want to receive \r\nadditional emails from us, \r\nyou can \r\nunsubscribe from these emails:\r\n\r\nhttps://lnunquedays.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2057   1073 Margaret Street, TX  77032\r\nLooking out for you, Kerstin Zercho.'),
(1216, 406, 'name', 'Regan Schwab'),
(1217, 406, 'email', 'schwab.regan@gmail.com'),
(1218, 406, 'message', 'GET INSTANT AI POWERED COURSE CREATION, MARKETING STRATEGIES, AND COMPELLING CONTENT THAT ADAPTS TO YOUR EXACT NEEDS - ALL AT SUPERHERO SPEED!\r\n\r\n\r\nhttps://lordvpn.site/HeroCommandersAI?genesiswa.com\r\n\r\n\r\nYour Course Creation Superhero That Delivers Exactly What You Want, Instantly - Even If You\'re A Complete Newbie!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are getting this email \r\nbecause we think \r\nthis offer \r\nmight be of interest to you.\r\n\r\nIf you no longer wish to get \r\nfuture messages from us, \r\nyou can \r\nunsubscribe:\r\n\r\nhttps://lordvpn.site/unsub?domain=genesiswa.com \r\nAddress: Address: 7064   Ramselsesteenweg 25, WNA  5140\r\nLooking out for you, Regan Schwab.'),
(1219, 407, 'name', 'Emmasoand6572'),
(1220, 407, 'email', 'oliviaboype848992@gmail.com'),
(1221, 407, 'message', '\"Enchanting nymphomaniac seeks steamy indulgence.\"  Here  --   rb.gy/3fy54w?soand'),
(1222, 408, 'name', 'LeeMuh'),
(1223, 408, 'email', 'zekisuquc419@gmail.com'),
(1224, 408, 'message', 'Hi, ego volo scire vestri pretium.'),
(1225, 409, 'name', 'LeeMuh'),
(1226, 409, 'email', 'dinanikolskaya99@gmail.com'),
(1227, 409, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(1228, 410, 'name', 'miria'),
(1229, 410, 'email', 'miriam.gao@vanzpharm.com'),
(1230, 410, 'message', 'Dear sir  \r\n\r\n How are you and wish you a nice day ！\r\n\r\n This is miriam from vanzpharm .   We are nutrition supplement from China ..\r\n\r\nOur hot sales  weight loss and anti aging  product as below  .\r\n\r\nProduct	Cas\r\n GHK-CU	\r\n        89030-95-5 \r\nSS-31	736992-21-5\r\nNicotinamide riboside	\r\n       23111-00-4\r\n\r\nNAD	\r\nKPV	\r\nRetatrutide	2381089-83-2\r\nSS-31	736992-21-5\r\n         P21 Peptide	\r\n\r\nmazdutide\r\n    2259884-03-0\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n5-Amino-1-MQ	42464-96-0\r\nGLP-1  \r\nTirzepatide\r\nCagrilintide \r\nLarazotide   \r\n\r\n2212020-52-3\r\n2023788-19-2\r\n1415456-99-3\r\n\r\nProduct 	Function\r\nBronchogen 	Anti aging peptide\r\nVesugen \r\nOvagen \r\nP21 \r\nChonluten  	Lung tissue peptide\r\nLivagen	Support healthy liver \r\nPinealon 	Cognitive peptide \r\nPancragen 	Pancreatic function \r\nProstamax 	Prostate and urological function.\r\n 	\r\n\r\nIf you need any products , plz kindly let us know ..'),
(1231, 411, 'name', 'Lida Chism'),
(1232, 411, 'email', 'lida.chism18@gmail.com'),
(1233, 411, 'message', 'If you’re responsible for your own site, you don’t require more complexity — the focus should be on better results. \r\n\r\nThis approach is made to help you make better use from current site visitors you currently receive, without overwhelming setups or technical stress. \r\n\r\nIt’s designed for those running websites who prefer smart decisions: less manual work, better oversight, and measurable changes in how the site works. \r\n\r\nTake a closer look and understand why a growing number of site owners see this as a sensible improvement for their web projects.\r\n\r\nhttps://ndvrpfnc9nyb7ebr.site/AITitan?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message \r\nsince we believe \r\nthis offer \r\ncould be useful to you.\r\n\r\nIf you don’t want to receive \r\nfurther communications from us, \r\nplease click here to \r\nopt out:\r\n\r\nhttps://ndvrpfnc9nyb7ebr.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1567   Via Palermo 91, MI  20021\r\nLooking out for you, Lida Chism.'),
(1234, 412, 'name', 'Jerold'),
(1235, 412, 'email', 'sales@colman.tidbuy.com'),
(1236, 412, 'message', 'Good Morning \r\n \r\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSafer™? \r\nWith PawSafer™, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\r\n\r\nPawSafer™ is the safest and most convenient way to trim your dog\'s nails, and it\'s very affordable. \r\n\r\nGet it while it\'s still 50% OFF + FREE Shipping\r\n\r\nBuy here: https://tidbuy.com\r\n \r\nBest, \r\n \r\nJerold'),
(1237, 413, 'name', 'Regena Peden'),
(1238, 413, 'email', 'regena.peden@gmail.com'),
(1239, 413, 'message', 'What if you could put together clean digital books to projects in just a few steps — without creating text everything manually on your own. With EbookWriter you simply enter your topic and right away get a ready-formatted digital book with sections, images, and share-ready formats.\r\n\r\nhttps://vespa777g.site/eBookWriterAI?genesiswa.com\r\n\r\nIt’s not simply one more content tool — it works as a practical solution for webmasters and digital publishers: prepare ready-to-use content assets that support subscriber growth, add external links, or publish them on known marketplaces such as Amazon — while the service takes care of the background tasks. Skip extended content creation cycles and unnecessary outsourcing expenses.\r\n\r\nhttps://vespa777g.site/eBookWriterAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nbecause we believe \r\nwhat we’re offering \r\nmight be of interest to you.\r\n\r\nIf you don’t want to receive \r\nfuture messages from us, \r\nplease click here to \r\nopt out:\r\n\r\nhttps://vespa777g.site/unsub?domain=genesiswa.com \r\nAddress: Address: 4206   Via Bologna 60, LU  55031\r\nLooking out for you, Regena Peden.'),
(1240, 414, 'name', 'Brigette Conte'),
(1241, 414, 'email', 'conte.brigette@yahoo.com'),
(1242, 414, 'message', 'What does this mean for you? The reason is simple: your site can support more user activity with no need for adding staff, complex setups, or ongoing manual management.\r\n\r\nhttps://moveinready.site/AIModelSuite?genesiswa.com\r\n\r\nYou get a complete solution that manages on-site interaction for you, helping to guide site visitors into clear actions like inquiries or intent-based steps.\r\n\r\nThis is designed for site owners looking to present a cleaner website experience without extra configuration work.\r\n\r\nAfter connection, the site starts working in a more organized way. Curious how it works in practice?\r\n\r\nhttps://moveinready.site/AIModelSuite?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message \r\nsince we believe \r\nour offer \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nany more messages from us, \r\nyou can \r\nunsubscribe from these emails:\r\n\r\nhttps://moveinready.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1431   Via Firenze 71, IS  86080\r\nLooking out for you, Brigette Conte.'),
(1243, 415, 'name', 'Faith Harpole'),
(1244, 415, 'email', 'faith.harpole@gmail.com'),
(1245, 415, 'message', 'We improve MOZ  Domain authority 40+ in 25 Days its help to improve google rank, improve your website SEO, and you get traffic from google \r\n\r\nDA - 0 to 40 - (Only $29) -\r\n\r\n\r\n\r\n Yes, Limited time !!\r\n\r\n>> 100% Guarantee \r\n>> Improve Ranking \r\n>> White Hat Process \r\n>> Permanent Work\r\n>> 100% Manual Work \r\n>> 0% Spam score increase \r\n\r\n\r\n⚡ From our work your website keyword get rank on google and get organic traffic from google through keywords\r\n\r\nContact now: intrug@gmail.com'),
(1246, 416, 'name', 'Emmasoand7250'),
(1247, 416, 'email', 'emmaboype228618@hotmail.com'),
(1248, 416, 'message', '  \r\n \"Sensual vixen longs for tantalizing ecstasy.\"  Here  -- rb.gy/3fy54w?soand'),
(1249, 417, 'name', 'GeorgeMuh'),
(1250, 417, 'email', 'dinanikolskaya99@gmail.com'),
(1251, 417, 'message', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.'),
(1252, 418, 'name', 'SimonMuh'),
(1253, 418, 'email', 'dinanikolskaya99@gmail.com'),
(1254, 418, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(1255, 419, 'name', 'Alisia Marchand'),
(1256, 419, 'email', 'alisia.marchand@hotmail.com'),
(1257, 419, 'message', 'Want to avoid overused niches and dragging content creation? 342 ideas for cute coloring books gives you a {complete|ready|fully prepared|wel\r\n\r\nhttps://5sq4ek.site/CozyColoringBooks?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n{You are receiving this message|You’re receiving this email|This message is sent to you|You received this notification|You are getting this email} \r\n{because we believe|because we think|as we believe|as we think|since we believe|since we think} \r\n{our offer|this offer|the offer we provide|what we’re offering} \r\n{may be relevant to you|could be relevant to you|might be of interest to you|may interest you|could be useful to you}.\r\n\r\n{If you do not wish to receive|If you don’t want to receive|If you would prefer not to receive|If you no longer wish to get} \r\n{further communications from us|future messages from us|additional emails from us|any more messages from us}, \r\n{please click here to|you can|simply} \r\n{unsubscribe|opt out|unsubscribe from these emails|stop receiving emails}:\r\n\r\nhttps://5sq4ek.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2864   Corso Vittorio Emanuele 111, GR  58050\r\nLooking out for you, Alisia Marchand.'),
(1258, 420, 'name', 'Jean Tanner'),
(1259, 420, 'email', 'jean@vas4hire.com'),
(1260, 420, 'message', 'Hi there,\r\n\r\nI know this is out of the blue, but if   your calendar’s packed and inbox overflowing—you’re not alone.\r\n\r\nWe help busy professionals offload time-consuming tasks by pairing them with skilled Virtual Assistants in:\r\n\r\nAdmin & Customer Support\r\nContent & Digital Marketing\r\nWeb & Data Management\r\nProject Management\r\n\r\nOn top of that, we offer AI-powered prospecting and appointment setting to keep your pipeline full—so you can focus on closing deals and growing your business.\r\n\r\nWould you be open to a quick call to explore whether this could be a fit?\r\n\r\nJust reply “yes” with your number, and we’ll take it from there.\r\n\r\n\r\nJean Tanner  ☑️\r\n\r\n\r\nPS: If you want to opt out, kindly reply STOP.'),
(1261, 421, 'name', 'Rachel Tuckson'),
(1262, 421, 'email', 'rachel.tuckson@gmail.com'),
(1263, 421, 'message', 'Achieve More With Less Effort: Discover 10 Step-by-Step Strategies to Transform Free AI Tools Like ChatGPT Into Practical Business Skills, Even If You\'re a Complete Beginner!\r\n\r\nhttps://absoliut.site/AIProfitBlueprint?genesiswa.com\r\n\r\nPure actionable content. These proven AI strategies are designed to be implemented fast - if you can follow simple instructions, you can start applying professional AI techniques this week. Perfect for entrepreneurs, freelancers, content creators, and anyone ready to transform how they use AI.\r\n\r\nhttps://absoliut.site/AIProfitBlueprint?genesiswa.com\r\n\r\n\r\nThis message is sent to you \r\nsince we think \r\nour offer \r\nmight be of interest to you.\r\n\r\nIf you don’t want to receive \r\nfuture messages from us, \r\nplease click here to \r\nstop receiving emails:\r\n\r\nhttps://absoliut.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1920   72 Duff Street, WA  6485\r\nLooking out for you, Rachel Tuckson.'),
(1264, 422, 'name', 'Roman Krauss'),
(1265, 422, 'email', 'roman.krauss@yahoo.com'),
(1266, 422, 'message', 'Imagine running a professionally assembled pet niche website — one of the most popular areas online — that is set up and running right away. This solution delivers a complete WordPress setup with prepared articles, product overviews, digital materials, and included engagement tools, so you skip writing content, technical configuration, and design tasks entirely.\r\n\r\nhttps://novaai.expert/PetAuthorityFortune?genesiswa.com\r\n\r\nIf you’re done with putting in weeks starting websites from zero, figuring out site income models, and creating every text manually, this approach allows you to build a real digital asset that attracts visitors, creates trust, and develops gradually.\r\n\r\nhttps://novaai.expert/PetAuthorityFortune?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nbecause we think \r\nwhat we’re offering \r\nmight be of interest to you.\r\n\r\nIf you do not wish to receive \r\nfurther communications from us, \r\nsimply \r\nopt out:\r\n\r\nhttps://novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 2315   Kantstrasse 27, BY  90321\r\nLooking out for you, Roman Krauss.'),
(1267, 423, 'name', 'Hunter'),
(1268, 423, 'email', 'sales@genesiswa.com'),
(1269, 423, 'message', 'Hello there \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nThanks for your time, \r\n\r\nHunter'),
(1270, 424, 'name', 'Oliviasoand9186'),
(1271, 424, 'email', 'oliviaboype738137@hotmail.com'),
(1272, 424, 'message', '  \r\n \"Carnal temptress demands irresistible passion.\"  Here  -- girlsfun.short.gy/UbzVKx?soand'),
(1273, 425, 'name', 'Marion Ness'),
(1274, 425, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1275, 425, 'message', 'Fed up with wasting weeks making digital products that fail to sell? Discover the 2026 Digital Business Bundle — 7 fully prepared digital products with full PLR rights you can instantly rebrand and sell as your own. No guessing involved — it’s market-tested material across evergreen niches, from AI training to income guides and health-focused assets, all proven to convert.\r\n\r\nhttps://6v9sfq.site/ChristmasProfitBundle?genesiswa.com\r\n\r\nSkip the endless creation cycle: get access to, edit, and go live on platforms like Etsy, Gumroad, Shopify, or your own sites. Begin turning clicks into cash this January with ready products buyers are already searching for.\r\n\r\nhttps://6v9sfq.site/ChristmasProfitBundle?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nbecause we believe \r\nwhat we’re offering \r\nmight be of interest to you.\r\n\r\nIf you would prefer not to receive \r\nadditional emails from us, \r\nplease click here to \r\nunsubscribe from these emails:\r\n\r\nhttps://6v9sfq.site/unsub?domain=genesiswa.com \r\nAddress: Address: 5579   Via Nizza 145, TV  31020\r\nLooking out for you, Marion Ness.'),
(1276, 426, 'name', 'LeeMuh'),
(1277, 426, 'email', 'zekisuquc419@gmail.com'),
(1278, 426, 'message', 'Здравейте, исках да знам цената ви.'),
(1279, 427, 'name', 'Heather'),
(1280, 427, 'email', 'sales@genesiswa.com'),
(1281, 427, 'message', 'Hello, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nThe Best,\r\n\r\nHeather'),
(1282, 428, 'name', 'Ambrose Brantley'),
(1283, 428, 'email', 'ambrose.brantley@hotmail.com'),
(1284, 428, 'message', 'Picture working with a large set of prebuilt sleuth story frameworks that naturally can be used as materials families and educators often use — workbooks, activity packs — without empty documents. It’s not just a random idea list. It’s a structured prompt pack including clear frameworks that allows you to build quality young readers’ materials within hours, instead of weeks.\r\n\r\nhttps://6pr5pg.site/StoryPromptsDetective?genesiswa.com\r\n\r\nFor webmasters, digital creators, and KDP publishers, that this means working within a stable kids’ niche with consistent interest, creating several content pieces from one foundation and opening long-term monetization. Interested in a simple approach to create and release young readers mystery stories without months of writing? Click through to see the details.\r\n\r\nhttps://6pr5pg.site/StoryPromptsDetective?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nbecause we believe \r\nour offer \r\nmay interest you.\r\n\r\nIf you no longer wish to get \r\nadditional emails from us, \r\nsimply \r\nopt out:\r\n\r\nhttps://6pr5pg.site/unsub?domain=genesiswa.com \r\nAddress: Address: 8345   Hauptplatz 54, UPPER AUSTRIA  4730\r\nLooking out for you, Ambrose Brantley.'),
(1285, 429, 'name', 'LeeMuh'),
(1286, 429, 'email', 'dinanikolskaya99@gmail.com'),
(1287, 429, 'message', 'Здравейте, исках да знам цената ви.'),
(1288, 430, 'name', 'Avasoand6267'),
(1289, 430, 'email', 'ameliaboype297088@yahoo.com'),
(1290, 430, 'message', '\"Enchanting nymphomaniac seeks steamy indulgence.\"  Here  --   Kj3fz2f.short.gy/ueeSek?soand'),
(1291, 431, 'name', 'Lashawn Snelling'),
(1292, 431, 'email', 'snelling.lashawn@yahoo.com'),
(1293, 431, 'message', 'Why does it actually matter? Because AI is already able to free up your time and create new ways to earn — if you know how to use it correctly. This live format teaches webmasters and money makers how to transform AI into a monetization advantage, not just a buzzword.\r\n\r\nhttps://aceputoresults.site/AIProfessor?genesiswa.com\r\n\r\nNo confusing language, no academic fluff — only simple explanations and practical use cases you can apply immediately. If you want to outperform competitors and use AI as a leverage for growth, this is the right place to begin.\r\n\r\n\r\nhttps://aceputoresults.site/AIProfessor?genesiswa.com\r\n\r\nYou’re receiving this email \r\nas we believe \r\nwhat we’re offering \r\nmay interest you.\r\n\r\nIf you do not wish to receive \r\nadditional emails from us, \r\nyou can \r\nstop receiving emails:\r\n\r\nhttps://aceputoresults.site/unsub?domain=genesiswa.com \r\nAddress: Address: 8261   Damunt 97, NA  3999\r\nLooking out for you, Lashawn Snelling.'),
(1294, 432, 'name', 'Jennifer Obrien'),
(1295, 432, 'email', 'jenn@dandyreviewaitools.com'),
(1296, 432, 'message', 'Hi Genesis Wellness & Aesthetics,\r\n\r\nI’ve built and trained an AI employee specifically for Genesis Wellness & Aesthetics.\r\n\r\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \r\ncustomer questions, capture leads, and even follow up — just like a team member would.\r\n\r\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\r\n\r\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \r\nwhat she can do here: meetings.hubspot.com/dandy-/getdandy-trained-agent-luqman or call me at (949)-755-7782\r\n\r\nTalk soon,\r\n\r\nThank you,\r\n\r\nJennifer O\'Brien | Director of Operations\r\nGetDandy\r\nmeetings.hubspot.com/dandy-/getdandy-trained-agent-luqman\r\n\r\nUnsubscribe here: bit.ly/42wnUsa'),
(1297, 433, 'name', 'LeeMuh'),
(1298, 433, 'email', 'dinanikolskaya99@gmail.com'),
(1299, 433, 'message', 'Hai, saya ingin tahu harga Anda.'),
(1300, 434, 'name', 'LeeMuh'),
(1301, 434, 'email', 'zekisuquc419@gmail.com'),
(1302, 434, 'message', 'Dia duit, theastaigh uaim do phraghas a fháil.'),
(1303, 435, 'name', 'LeeMuh'),
(1304, 435, 'email', 'dinanikolskaya99@gmail.com'),
(1305, 435, 'message', 'Zdravo, htio sam znati vašu cijenu.'),
(1306, 436, 'name', 'Christa Hairston'),
(1307, 436, 'email', 'christa.hairston@gmail.com'),
(1308, 436, 'message', 'Improve your seo backlinks with trusted seo backlinks! \r\nBonusBacklinks.com - we deliver daily backlinks and drive organic traffic to your site EVERY DAY:\r\n\r\n+ Use 85% OFF\r\n+ Quality daily seo backlinks\r\n+ Organic website traffic\r\n+ Price only from $1\r\n+ Bonus discount codes:\r\n\r\nhttps://tiny.cc/BonusBacklinks-Sales\r\n\r\nBonusBacklinks.com - daily backlinks and organic clicks to improve your site every day'),
(1309, 437, 'name', 'Blair Asche'),
(1310, 437, 'email', 'asche.blair@googlemail.com'),
(1311, 437, 'message', 'World\'s First AI App That Creates\r\nCinematic Clips, Shorts & Reels Completely Hands-Free\r\nIn 100s Of Language - In Just 60 Seconds\r\n\r\nhttps://bwzph2rqzdyw7vuh.site/MagicClipsAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nbecause we think \r\nthis offer \r\ncould be useful to you.\r\n\r\nIf you do not wish to receive \r\nany more messages from us, \r\nyou can \r\nstop receiving emails:\r\n\r\nhttps://bwzph2rqzdyw7vuh.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1382   Patmosdreef 73, UT  3562 Jm\r\nLooking out for you, Blair Asche.'),
(1312, 438, 'name', 'Bettie Barrett'),
(1313, 438, 'email', 'bettie.barrett@gmail.com'),
(1314, 438, 'message', 'Why do some books sell millions of copies while others fail?\r\n\r\nThe answer isn\'t luck. It’s Psychology. \r\n\r\nThe book that currently dominates the charts—selling over 272 copies daily—was built on a very specific scientific foundation. It took deep behavioral principles and simplified them into \"Tiny\" steps.\r\n\r\nhttps://center303-center303.site/TinyActionBooks?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nas we think \r\nthe offer we provide \r\ncould be relevant to you.\r\n\r\nIf you no longer wish to get \r\nfurther communications from us, \r\nplease click here to \r\nopt out:\r\n\r\nhttps://center303-center303.site/unsub?domain=genesiswa.com \r\nAddress: Address: 7204   10 Rue Porte D\'orange, PROVENCE-ALPES-COTE D\'AZUR  84300\r\nLooking out for you, Bettie Barrett.'),
(1315, 439, 'name', 'Ezequiel Prout'),
(1316, 439, 'email', 'ezequiel.prout@googlemail.com'),
(1317, 439, 'message', 'Apple HATES This... But They Can\'t Stop Me From Showing You How I Built A Money-Making App In 12 Minutes\r\nNow I\'m Handing You The Exact System To Do The Same — Zero Coding Required\r\n\r\nhttps://bandardewi8.site/MeeloAppEmpire?genesiswa.com\r\n\r\nThis message is sent to you \r\nsince we think \r\nthe offer we provide \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nadditional emails from us, \r\nsimply \r\nstop receiving emails:\r\n\r\nhttps://bandardewi8.site/unsub?domain=genesiswa.com \r\nAddress: Address: 4565   3240 Pinnickinick Street, WA  98226\r\nLooking out for you, Ezequiel Prout.'),
(1318, 440, 'name', 'Robert Hepp'),
(1319, 440, 'email', 'robert.hepp50@gmail.com'),
(1320, 440, 'message', 'World\'s First AI Agent Powered By ChatGPT-5…\r\nThat Writes And Ranks Anything We Want… On The First Page Of Google… With ZERO SEO. And Zero Ads… \r\n\r\nhttps://www.youtube.com/@AISolutionsTop'),
(1321, 441, 'name', 'Jacob Bumgarner'),
(1322, 441, 'email', 'jacob.bumgarner@gmail.com'),
(1323, 441, 'message', 'Imagine launching a viral, faceless \r\nYouTube, TikTok, or Instagram channel \r\nin just minutes...\r\n(And Then Your new Channel \r\nautomatically Creates AND posts videos FOR YOU...\r\nSo you NEVER HAVE TO TOUCH IT, AGAIN?)\r\n\r\nThis is 100% AUTOMATED, so once you set it up, you never have to lift a finger!\r\n\r\nhttps://cola52.site/TrafficSupernova?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nsince we believe \r\nthe offer we provide \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nfuture messages from us, \r\nplease click here to \r\nstop receiving emails:\r\n\r\nhttps://cola52.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2006   Via Roma 122, AUSTRIA  14050\r\nLooking out for you, Jacob Bumgarner.'),
(1324, 442, 'name', 'Una Keaney'),
(1325, 442, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1326, 442, 'message', 'Trend Hunter AI gives you Real-Time Data \r\nTo Create Hot-Selling Amazon KDP eBooks \r\nThat Pay You Monthly Royalties for Years To come...\r\n\r\nhttps://cr1y5t.site/TrendHunterAI?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message \r\nas we believe \r\nthis offer \r\ncould be useful to you.\r\n\r\nIf you don’t want to receive \r\nadditional emails from us, \r\nyou can \r\nunsubscribe from these emails:\r\n\r\nhttps://cr1y5t.site/unsub?domain=genesiswa.com \r\nAddress: Address: 5187   Dorpsstraat 100, ZE  4356 Ah\r\nLooking out for you, Una Keaney.'),
(1327, 443, 'name', 'Ara Lee'),
(1328, 443, 'email', 'lee.ara@gmail.com'),
(1329, 443, 'message', 'What If You Could Teach Any Topic Online...\r\nWithout Being a Subject Expert?\r\n\r\nhttps://connectwithseo.site/AIProfessor?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nsince we believe \r\nwhat we’re offering \r\nmay be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfuture messages from us, \r\nsimply \r\nunsubscribe:\r\n\r\nhttps://connectwithseo.site/unsub?domain=genesiswa.com \r\nAddress: Address: 7020   93 Rue Petite Fusterie, BRETAGNE  29200\r\nLooking out for you, Ara Lee.'),
(1330, 444, 'name', 'Oliviasoand4049'),
(1331, 444, 'email', 'oliviaboype702417@yahoo.com'),
(1332, 444, 'message', '  \r\n \"Carnal temptress demands irresistible passion.\"  Here  -- Kj3fz2f.short.gy/ueeSek?soand'),
(1333, 445, 'name', 'Melissa Beavers'),
(1334, 445, 'email', 'beaversmelissamkt@gmail.com'),
(1335, 445, 'message', 'Hello,\r\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\r\n\r\nWould it be okay to send you the suggestions I have in mind?\r\n\r\nThank you in advance!\r\nMelissa Beavers'),
(1336, 446, 'name', 'Selene'),
(1337, 446, 'email', 'sales@genesiswa.com'),
(1338, 446, 'message', 'Hey there \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nBest regards, \r\n\r\nSelene'),
(1339, 447, 'name', 'Isabellasoand5836'),
(1340, 447, 'email', 'isabellaboype4427@yahoo.com'),
(1341, 447, 'message', '  \r\n \"Erotic minx desires to explore her carnal desires.\"  Here  -- https://Kj3fz2f.short.gy/ueeSek?Adminna'),
(1342, 448, 'name', 'flulaham'),
(1343, 448, 'email', 'vim36lvf@yahoo.com'),
(1344, 448, 'message', 'Hi there, \r\n \r\nWe’re conducting a short survey for website owners about spam issues on their sites.  \r\nIt takes less than 30 seconds and your input will help us build better tools for managing unwanted submissions. \r\n \r\nIf you’re interested, please click the link below to share your feedback: \r\n \r\nhttps://tinyurl.com/8a8f9v5d#genesiswa.com \r\n \r\nThank you for your time!'),
(1345, 449, 'name', 'Laura Collier'),
(1346, 449, 'email', 'laura.k.collier@gmail.com'),
(1347, 449, 'message', 'Good morning and happy new year!\r\n\r\nI have my final facial scheduled with Nina tomorrow morning, but I unfortunately have come down with whatever virus my kids have had this week and currently feel pretty rotten. What is your sick policy? I am wondering if I can switch Saturday mornings facial apt to either January 15 or 17th - does Nina have availability on either of those dates? Also, we’ve talked about it in the clinic but just a written reminder that, with our move this month, I need to cancel my monthly membership and be removed from recurrent billing. Please let me know if you need anything additional from me in order to make that happen. Time in your clinic has been such a wonderful act of self care and I’ll miss seeing you ladies while we’re temporarily away. Thanks so much — I hope everyone in the office is staying healthy!'),
(1348, 450, 'name', 'Laura Collier'),
(1349, 450, 'email', 'laura.k.collier@gmail.com'),
(1350, 450, 'message', 'Hi there, I sent an email and have also called/waited on hold a couple times today without success in reaching anyone. I want to make sure Nina knows I unfortunately have tested positive for covid — hoping to connect this afternoon to discuss if tomorrows 10am facial appointment can be switched to later next week, or if you still expect me to come in tomorrow. If someone could please call me back, I\'d appreciate it! Thanks so much.'),
(1351, 451, 'name', 'Nassar Jaralla AlMarri'),
(1352, 451, 'email', 'ahmed.abdulla00175@gmail.com'),
(1353, 451, 'message', 'Hey there,\r\n\r\nWe are a financial services and advisory firm mandated by our investors to seek business opportunities and projects for possible funding and debt capital financing.\r\n\r\nPlease note that our investors are from the Gulf region. They intend to invest in viable business ventures or projects that you are currently executing or plan to embark upon as a means of expanding your (their) global portfolio.\r\n\r\nWe are eager to have more discussions on this subject in any way you believe suitable.\r\n\r\nPlease get in touch with me at my direct email: jaralla.nassar@dejaconsulting.online\r\n\r\nLooking forward to working with you.\r\n\r\nBest,\r\nMr. Nassar Jaralla Al-Marri\r\nFinancial Advisor\r\nDejla Consulting LLC\r\nPlease Reply to: jaralla.nassar@dejaconsulting.online\r\n\r\nLet\'s turn your ideas into reality!'),
(1354, 452, 'name', 'flulaham'),
(1355, 452, 'email', '539jvrz5@gmail.com'),
(1356, 452, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/yn44zwyh'),
(1357, 453, 'name', 'Isabellasoand3262'),
(1358, 453, 'email', 'oliviaboype475455@gmail.com'),
(1359, 453, 'message', '  \r\n \"Can you help me unleash the wild side I\'ve been keeping inside?\"    - https://Fun123.short.gy/OvDYjS?Adminna'),
(1360, 454, 'name', 'Steve Bunker'),
(1361, 454, 'email', 'bunker@targetpatientsmd.com'),
(1362, 454, 'message', 'Get 4–5 new, qualified patients every week for your Med Spa, booked on your calendar, with a money back guarantee.\r\n\r\nWe use an AI platform to pinpoint high-intent individuals in your area, which allows us to offer a simple guarantee: we deliver the results we promise, or you don\'t pay.\r\n\r\nIt\'s a completely risk-free way to grow your practice. If you have 10 minutes, I can show you how it works.\r\n\r\nReply back to me\r\n\r\nBest,\r\n\r\nSteve Bunker - President\r\nReferences Available Upon Request'),
(1363, 455, 'name', 'GeorgeMuh'),
(1364, 455, 'email', 'zekisuquc419@gmail.com'),
(1365, 455, 'message', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.'),
(1366, 456, 'name', 'RobertMuh'),
(1367, 456, 'email', 'zekisuquc419@gmail.com'),
(1368, 456, 'message', 'Hæ, ég vildi vita verð þitt.'),
(1369, 457, 'name', 'flulaham'),
(1370, 457, 'email', 'qj3ic856@hotmail.com'),
(1371, 457, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/4s4a4sj8'),
(1372, 458, 'name', 'David Schipper (CEO, Technician)'),
(1373, 458, 'email', 'david@dig1.com'),
(1374, 458, 'message', '[ NOTHING done overseas ]  TX based \r\n27 Years Experience\r\nOnly $199/mo [ Hosting Included upon client request ]\r\n\r\nFind out more, see our list of clients and read our reviews:\r\nhttps://adventdigital.net/seo/17-point-plan/\r\nhttps://g.page/r/CUY2hdTXAq4sEBM/\r\n\r\n(Unsubscribe on Request - Email or Text)'),
(1375, 459, 'name', 'RobertMuh'),
(1376, 459, 'email', 'zekisuquc419@gmail.com'),
(1377, 459, 'message', 'Dia duit, theastaigh uaim do phraghas a fháil.'),
(1378, 460, 'name', 'Mariana'),
(1379, 460, 'email', 'mariana@genesiswa.com'),
(1380, 460, 'message', 'It’s time for a hair and grooming upgrade with Airluxe™!\r\n\r\nWe’re clearing out stock to make room for new innovations. Grab our premium styling tools at their lowest prices of the season.\r\n\r\nGet your salon-grade tools today: https://clarimart.com\r\n\r\nStocks are moving fast—get yours while they’re live!'),
(1381, 461, 'name', 'flulaham'),
(1382, 461, 'email', 'rxy8164p@hotmail.com'),
(1383, 461, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/2uyay8da'),
(1384, 462, 'name', 'Erik Newcomb'),
(1385, 462, 'email', 'newcomb.erik@googlemail.com'),
(1386, 462, 'message', 'I hope you don’t mind me reaching out, but I wanted to introduce you to a patented digital marketing platform called Local Magic. It drives qualified organic traffic from Google straight to your site and has been shown to boost lead generation with an 87% success rate across multiple industries. More details are at https://www.mrmarketingres.com/local-magic/. Licensing runs $800/mo, no contract required. We also have case studies to share, and I’d be happy to walk you through a demo on Zoom. You can connect with me at marketing@mrmarketingres.com or 843-720-7301. If this isn’t a good fit, just reply and I’ll ensure your company isn’t contacted again.'),
(1387, 463, 'name', 'LeeMuh'),
(1388, 463, 'email', 'zekisuquc419@gmail.com'),
(1389, 463, 'message', 'Hallo, ek wou jou prys ken.'),
(1390, 464, 'name', 'оэрн'),
(1391, 464, 'email', 'Shemy@gmail.com'),
(1392, 464, 'message', 'Деятельность в области недропользования — это направление деятельности, связанный с разработкой подземных богатств. \r\nОно включает добычу минерального сырья и их рациональное использование. \r\nНедропользование регулируется нормативными актами, направленными на охрану окружающей среды. \r\nЭффективное управление в недропользовании способствует экономическому росту. \r\nоэрн'),
(1393, 465, 'name', 'flulaham'),
(1394, 465, 'email', 'nuq3zzxf@yahoo.com'),
(1395, 465, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/5s4zmbyr'),
(1396, 466, 'name', 'Amanda Thompson'),
(1397, 466, 'email', 'at1978@outlook.com'),
(1398, 466, 'message', 'Hi. Please cancel my appointment for Jan 20th at 5pm. Thanks'),
(1399, 467, 'name', 'Tierney Milton'),
(1400, 467, 'email', 'tierneygmilton@gmail.com'),
(1401, 467, 'message', 'Hi - I have been trying to cancel the monthly $95 I have been paying and haven’t received a response and am still being charged.'),
(1402, 468, 'name', 'flulaham'),
(1403, 468, 'email', 'ccre8572@gmail.com'),
(1404, 468, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/4dkdd2vf'),
(1405, 469, 'name', 'Browder Morrisey'),
(1406, 469, 'email', 'meldmd100@gmail.com'),
(1407, 469, 'message', 'I assist clinics and spas with the implementation of new GLP-1 Medical weight-loss,\r\nHRT, and Regenerative Peptide Therapy programs.\r\n\r\nWe partner only with U.S. Food and Drug Administration-registered 503B outsourcing Facilities or 503A compounding pharmacies.\r\nWe keep all documentation on file: NDC numbers, lot numbers, pharmacy license, DEA registration, and shipping records.\r\nWe always verify that the supplier is not on the FDA warning list.\r\nAre you interested in adding any of these programs to your services,\r\nor if you have a current program,\r\nwould you like to know about our provider partnership prices?\r\nFull TeleMed integration capability.\r\nFree 24 hour shipping to clinic included.'),
(1408, 470, 'name', 'Vineeth Madhusudanan'),
(1409, 470, 'email', 'vin33thm@gmail.com'),
(1410, 470, 'message', 'Hi, I’d come in for a facial yesterday. I wanted to check if it may be possible to use laser to remove the fringes of my facial beard and create a sharp defined edge?'),
(1411, 471, 'name', 'Greer Maddox'),
(1412, 471, 'email', 'greer@virtualhandsupport.com'),
(1413, 471, 'message', 'Hi,\r\n\r\nI’m Greer with VAs for Agencies. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(1414, 472, 'name', 'Ariana Manu'),
(1415, 472, 'email', 'arianamanu@live.com'),
(1416, 472, 'message', 'Hi! Could I please add dermaplaning to my facial service on 1/24 at 1:45?'),
(1417, 473, 'name', 'Oliviasoand8414'),
(1418, 473, 'email', 'avaboype02016@hotmail.com'),
(1419, 473, 'message', 'I canвЂ™t stop fantasizing about us together   -   https://nMm5id.short.gy/u2GPx3?Adminna'),
(1420, 474, 'name', 'Oliver'),
(1421, 474, 'email', 'oliver@alfareviews.com'),
(1422, 474, 'message', 'Get positive reviews to boost your Business reputation.\r\n90% of new customers rely on reviews fresh 5-star feedback helps them choose you faster.\r\n\r\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\r\n\r\nReach out Email: oliver@alfareviews.com\r\nWhatsApp Link: https://wa.me/447575802542'),
(1423, 475, 'name', 'Cindy Tandow'),
(1424, 475, 'email', 'threeyellowbuttons@gmail.com'),
(1425, 475, 'message', 'Hi, can I please reschedule my appointment on 1/24 Saturday at 12:30pm to 2/28 at 12:30pm? Thank you.'),
(1426, 476, 'name', 'LeeMuh'),
(1427, 476, 'email', 'zekisuquc419@gmail.com'),
(1428, 476, 'message', 'Hola, volia saber el seu preu.'),
(1429, 477, 'name', 'Elizabeth'),
(1430, 477, 'email', 'ejoysmith@gmail.com'),
(1431, 477, 'message', 'How long will you be running your new patient botox special?'),
(1432, 478, 'name', 'Isabellasoand2899'),
(1433, 478, 'email', 'isabellaboype882774@gmail.com'),
(1434, 478, 'message', 'Each moment away from you feels like an eternity.   -   https://nMm5id.short.gy/?Adminna'),
(1435, 479, 'name', 'David Schipper (CEO, Technician)'),
(1436, 479, 'email', 'david@dig1.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1437, 479, 'message', '[ NOTHING done overseas ]  TX based \r\n27 Years Experience\r\nOnly $199/mo [ Hosting Included upon client request ]\r\n\r\nFind out more, see our list of clients and read our reviews:\r\nhttps://adventdigital.net/seo/17-point-plan/\r\nhttps://g.page/r/CUY2hdTXAq4sEBM/\r\n\r\n(Unsubscribe on Request - Email or Text)'),
(1438, 480, 'name', 'GeorgeMuh'),
(1439, 480, 'email', 'zekisuquc419@gmail.com'),
(1440, 480, 'message', 'Ola, quería saber o seu prezo.'),
(1441, 481, 'name', 'Andrewgep'),
(1442, 481, 'email', 'no.reply.LucMichel@gmail.com'),
(1443, 481, 'message', 'Howdy-doody! genesiswa.com \r\n \r\nDo you know that it is possible to send a proposal legally and legitimately? \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. The significance of messages sent through Communication Forms ensures that they do not end up in spam folders. \r\nGet a free sample of our service! \r\nWe shall send up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.'),
(1444, 482, 'name', 'Grace'),
(1445, 482, 'email', 'grace@hybiopeptides.com'),
(1446, 482, 'message', 'We offer all kinds injection lyophilized peptides for weight-loss, anti-aging, Muscle Strengthening, like Semaglutide ,Tirzepatide ,bpc157,Hgh ,tb 500,hcg ,and so on. We support custom peptides and blends.\r\n\r\nNew vial product: lemon bottles ,lipo-c,VIP,Glow\r\n\r\nYou have any interest pls?'),
(1447, 483, 'name', 'Celeste Mulquin'),
(1448, 483, 'email', 'mulquin.celeste@outlook.com'),
(1449, 483, 'message', 'SoundSparkGenerator is a cloud-based tool that lets you create custom music styles in seconds by mixing genres, instruments, and vocal options. \r\n\r\nhttps://finsup.site/SoundSparkGenerator\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1450, 484, 'name', 'Rachael Pedersen'),
(1451, 484, 'email', 'rachael.pedersen@hotmail.com'),
(1452, 484, 'message', 'Book Ninja does everything for you in mINUTES,\r\nbuilding you a passive income for years to come...\r\nhttps://facommunication.site/BookNinja\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://facommunication.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1453, 485, 'name', 'Byron McCaskill'),
(1454, 485, 'email', 'byron.mccaskill45@gmail.com'),
(1455, 485, 'message', 'World\'s First AI App That Creates\r\nCinematic Clips, Shorts & Reels Completely Hands-Free\r\nIn 100s Of Language - In Just 60 Seconds\r\n\r\nhttps://fitgirlpack.site/MagicClipsAI\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://fitgirlpack.site/unsubscribe?domain=genesiswa.com\r\nAddress: 209 West Street Comstock Park, MI 49321'),
(1456, 486, 'name', 'Margaret Julia'),
(1457, 486, 'email', 'yiyayova@gmail.com'),
(1458, 486, 'message', ''),
(1459, 487, 'name', 'Dee Branch'),
(1460, 487, 'email', 'dbranch@damg.com'),
(1461, 487, 'message', 'A former Google Maps beta tester and current Google Premier Partner is looking for one plastic surgeon to be featured in the top 3 Google Maps positions while simultaneously optimizing visibility across AI-driven discovery platforms.\r\n\r\nWe guarantee a top three position for your primary procedures.\r\n\r\nThis is an exclusive service; one Doctor per city.'),
(1462, 488, 'name', 'Karma Florey'),
(1463, 488, 'email', 'karma.florey@gmail.com'),
(1464, 488, 'message', 'Apple HATES This... But They Can\'t Stop Me From Showing You How I Built A Money-Making App In 12 Minutes\r\nNow I\'m Handing You The Exact System To Do The Same — Zero Coding Required\r\nhttps://hitclub66.site/MeeloAppEmpire\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are reading this note because we consider it could be relevant.  \r\nIf you don’t want further updates, please click here to UNSUBSCRIBE:  \r\nhttps://hitclub66.site/unsubscribe?domain=genesiswa.com  \r\nAddress: 209 West Street Comstock Park, MI 49321  \r\nTake care, Ethan Parker'),
(1465, 489, 'name', 'Nassar Jaralla AlMarri'),
(1466, 489, 'email', 'lucypowers1998@gmail.com'),
(1467, 489, 'message', 'Hey there,\r\n\r\nWe are a financial services and advisory company, mandated by our investors, to seek business opportunities and projects for potential funding and debt capital financing.\r\n\r\nPlease note that our investors are from the Gulf region. They intend to invest in viable business ventures or projects that you are currently executing or plan to embark upon as a means of expanding your (their) global portfolio.\r\n\r\nWe are eager to have more discussions on this subject in any way you believe suitable.\r\n\r\nPlease reply to this message or reach out to us via chat at https://t.me/jarallaz.\r\n\r\nLooking forward to working with you.\r\n\r\nKind Regards,\r\nMr. Nassar Jaralla Al-Marri\r\nFinancial Partner\r\nPlease Reply to: jaralla.nassar@dejlaconsultlng.com'),
(1468, 490, 'name', 'Lamar'),
(1469, 490, 'email', 'sales@genesiswa.com'),
(1470, 490, 'message', 'Hey there, \r\n\r\nJust a quick heads-up — we’re running a short promotion on our EliteNook™ Premium Executive Office Chair right now.\r\n\r\nFree 2-5 day Fast Delivery: https://luxcollection.it.com\r\n\r\nThis chair is built for all-day comfort with ergonomic support, premium leather feel, and smooth swivel wheels — perfect for home or office work.\r\n\r\nWe’re offering a limited-time discount, so it’s worth a quick look.\r\n\r\nTo your success,\r\n\r\nEliteNook™ Team'),
(1471, 491, 'name', 'Avasoand7888'),
(1472, 491, 'email', 'isabellaboype86586@hotmail.com'),
(1473, 491, 'message', 'I\'m eager to satisfy your deepest desires   -    nMm5id.short.gy/Osi49c?soand'),
(1474, 492, 'name', 'Halley Gossett'),
(1475, 492, 'email', 'tur.nerfisher348382+halley.gossett@gmail.com'),
(1476, 492, 'message', 'Want more targeted organic traffic for Genesiswa Com?\r\n\r\nOur team offers high-impact marketing tools designed to boost your online presence. Our solutions include YouTube Video Ranking and high-quality backlink campaigns such as Web 2.0, Wiki, and Blog Comments. Everything is designed to provide stable growth at the best prices.\r\n\r\nCheck our full list of services here: https://rb.gy/t7gc5i\r\n\r\nThank you, Halley\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, please reply with subject:  Unsubscribe !genesiswa.com'),
(1477, 493, 'name', 'LeeMuh'),
(1478, 493, 'email', 'zekisuquc419@gmail.com'),
(1479, 493, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(1480, 494, 'name', 'Dee Branch'),
(1481, 494, 'email', 'dbranch@damg.com'),
(1482, 494, 'message', 'Reaching out one more time in case you missed my last message. We\'re offering guaranteed top-3 Google Maps placement for Doctors backed by a former Google Maps beta tester and available exclusively to one Doctor, per city. if you’re not top-3 after the guarantee, you don’t pay again until you are. Do you want me to confirm whether your area is still available?'),
(1483, 495, 'name', 'Madeleine Davison'),
(1484, 495, 'email', 'davison.madeleine@msn.com'),
(1485, 495, 'message', 'While you’re rotting away building complex funnels and burning cash on ads that don’t convert, Amazon is paying out over half a billion dollars in royalties to people who aren’t even \"writers\". You’re working too hard for pennies. Stop being a \"content slave\" and start building a digital asset portfolio that actually pays while you sleep. Book Ninja is an AI-powered beast that uses nine different tools to research, write, and design high-demand books in under 4 minutes.\r\nNo writing, no design skills, and zero marketing are required because Amazon already has the buyers waiting for you. Simply pick a niche, click a button, and upload your assets to Amazon, Etsy, or Shopify to start stacking royalties 24/7. Every day you hesitate is another day you are literally handing your share of that $520M to someone else who was faster than you. Stop wondering \"what if\" and start collecting—it\'s 100% risk-free for 30 days.\r\n\r\nhttps://jrvtns4nrv9jekfx.site/BookNinja?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nsince we believe \r\nwhat we’re offering \r\nmight be of interest to you.\r\n\r\nIf you don’t want to receive \r\nany more messages from us, \r\nplease click here to \r\nunsubscribe:\r\n\r\nhttps://jrvtns4nrv9jekfx.site/unsub?domain=genesiswa.com \r\nAddress: Address: 7491   2 Rue Pierre Motte, CENTRE  97180\r\nLooking out for you, Madeleine Davison.'),
(1486, 496, 'name', 'Sarah Cameto'),
(1487, 496, 'email', 'sarah@fakereviewdetectors.com'),
(1488, 496, 'message', ''),
(1489, 497, 'name', 'Sarah Cameto'),
(1490, 497, 'email', 'sarah@fakereviewdetectors.com'),
(1491, 497, 'message', 'We found a suspicious Google review from Jaskaran Kaur\r\n\r\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\r\n\r\nBook here: https://calendly.com/risk-free-review-removals/15min'),
(1492, 498, 'name', 'Uta Patton'),
(1493, 498, 'email', 'uta.patton@hotmail.com'),
(1494, 498, 'message', 'Stop kidding yourself. To a busy business owner, your \"SEO\" or \"Ads\" pitch is just more noise they’ve heard a thousand times. You’re begging for attention and getting ignored because you’re selling confusing services instead of providing instant, usable value. You aren\'t an authority; you\'re just another salesperson in their inbox.\r\nLocal Toolkit Fortune flips the script: you stop pitching and start owning the platform they actually use daily. We give you a complete, ready-to-launch website with 20 essential tools—like QR generators and Wi-Fi cards—that require zero technical skills or API keys. With 10 free tools to build trust and 10 premium tools to generate automated profits, you finally become the \"go-to\" resource instead of a desperate lead-chaser. \r\nGet Local Toolkit Fortune Now: https://nightbet.site/LocalToolkitFortune?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nas we think \r\nthis offer \r\ncould be relevant to you.\r\n\r\nIf you no longer wish to get \r\nany more messages from us, \r\nplease click here to \r\nstop receiving emails:\r\n\r\nhttps://nightbet.site/unsub?domain=genesiswa.com \r\nAddress: Address: 7186   4021 Godfrey Street, OR  97015\r\nLooking out for you, Uta Patton.'),
(1495, 499, 'name', 'Rene Hilliard'),
(1496, 499, 'email', 'hilliard.rene@gmail.com'),
(1497, 499, 'message', 'Let’s be honest: your business is invisible because you have zero traffic. You’re wasting hours \"creating content\" and editing videos that nobody watches, while the pros are stealing all the views. Most marketers fail because they are tired of the grind. Stop trying to be a filmmaker and start using a shortcut that actually works while you sleep.\r\nI’m using a \"Secret Script\" that auto-creates viral shorts in my browser in seconds—no recording, no editing, and zero technical skills required. YouTube literally forces traffic to these videos, accounting for 90% of the views; I banked 678 visitors in 25 hours from a single \"lucky accident\". This is your last point of access to get 100s of daily visitors for a one-time payment of $17. Either grab this unfair advantage now or keep struggling with an empty shop.\r\nAccess the Script & Instructions Here: https://kotel.site/10SecondScrollTraffic?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are getting this email \r\nsince we believe \r\nwhat we’re offering \r\nmay interest you.\r\n\r\nIf you would prefer not to receive \r\nfuture messages from us, \r\nyou can \r\nunsubscribe from these emails:\r\n\r\nhttps://kotel.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2282   Frankfurter Allee 90, BY  89208\r\nLooking out for you, Rene Hilliard.'),
(1498, 500, 'name', 'Oliviasoand5096'),
(1499, 500, 'email', 'avaboype263056@yahoo.com'),
(1500, 500, 'message', 'A secret rendezvous sounds divine   - https://rb.gy/1vo60q?45124275'),
(1501, 501, 'name', 'Vincent Foster'),
(1502, 501, 'email', 'vincent@copyspire.com'),
(1503, 501, 'message', 'Hello,\r\n\r\nI am interested in publishing an article on your website.\r\n\r\nCould you please let me know if you offer this option and what the terms are?\r\n\r\nThank you in advance for your response.\r\n\r\nKind regards,\r\nVincent'),
(1504, 502, 'name', 'Grover Drummond'),
(1505, 502, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1506, 502, 'message', 'Face it: you’re failing with AI video because you have no idea what to write. Powerful tools like Google Veo are a waste of money if you don\'t have the exact \"magic words\" to command them,. While you waste hours on trial and error, your competitors are using our 22,222 battle-tested prompts to churn out professional, jaw-dropping content in seconds,. You\'re either the one creating the content, or the one being replaced by it.\r\nStop being an amateur and take the shortcut. Mega Prompt Studio gives you the ultimate library of 100+ categories to dominate the market instantly,. Best of all? You get Full Private Label Rights, meaning you can resell this entire goldmine and keep 100% of the profit for yourself,. The price increases with every single sale—grab it now or pay more later.\r\n\r\nhttps://juj7pb.site/MegaPromptStudio?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nsince we think \r\nthe offer we provide \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nany more messages from us, \r\nsimply \r\nunsubscribe:\r\n\r\nhttps://juj7pb.site/unsub?domain=genesiswa.com \r\nAddress: Address: 8240   637 Grant Street, TX  12345\r\nLooking out for you, Grover Drummond.'),
(1507, 503, 'name', 'Vickey'),
(1508, 503, 'email', 'sales@genesiswa.com'),
(1509, 503, 'message', 'Hi there,\r\n\r\nHope you’re having a great day.\r\n\r\nWe’re running a short promo on our FitRx™ Wireless Muscle Massager.\r\n\r\nhttps://easerelief.net\r\n\r\nIt’s rechargeable and app-controlled and works great for post-workout recovery and daily comfort.\r\n\r\nStock at this price is limited, so don’t miss the deal.\r\n\r\nBest,\r\nFitRx™ Team'),
(1510, 504, 'name', 'Brook Maltby'),
(1511, 504, 'email', 'maltby.brook@msn.com'),
(1512, 504, 'message', 'Stop lying to yourself. If you’re stuck selling one-off products, you aren’t a business owner—you’re a slave to the next sale. Every single month, your bank account resets to zero, and you’re forced back onto the \"entrepreneurial hamster wheel\". It’s exhausting, it\'s demoralizing, and it’s stealing your financial freedom.\r\nThe R.A.P.I.D. TimeShift™ System is your only way out. It is a \"set-it-and-forget-it\" blueprint designed to build predictable monthly income that deposits money into your account like clockwork.\r\n\r\nGet Out of the Trap Here: https://indianxvideos.site/RapidRecurringRevenue?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message \r\nbecause we think \r\nthe offer we provide \r\nmay interest you.\r\n\r\nIf you don’t want to receive \r\nfurther communications from us, \r\nyou can \r\nopt out:\r\n\r\nhttps://indianxvideos.site/unsub?domain=genesiswa.com \r\nAddress: Address: 2504   Schuetzenweg 7, NA  5507\r\nLooking out for you, Brook Maltby.'),
(1513, 505, 'name', 'David Carter'),
(1514, 505, 'email', 'david@alfarep.com'),
(1515, 505, 'message', 'Get more positive reviews to build trust, attract customers, and strengthen your overall business reputation. We help you grow your reviews across Google, Yelp, TripAdvisor, and other major platforms.\r\n\r\nEmail: david@alfarep.com\r\nWhatsApp: https://wa.me/13526705985\r\n\r\nBest,\r\nDavid Carter'),
(1516, 506, 'name', 'David Schipper (CEO, Technician)'),
(1517, 506, 'email', 'david@dig1.com'),
(1518, 506, 'message', '[ NOTHING done overseas ]  TX based \r\n27 Years Experience\r\nOnly $199/mo [ Hosting Included upon client request ]\r\n\r\nFind out more, see our list of clients and read our reviews:\r\nhttps://adventdigital.net/seo/17-point-plan/\r\nhttps://g.page/r/CUY2hdTXAq4sEBM/\r\n\r\n(Unsubscribe on Request - Email or Text)'),
(1519, 507, 'name', 'Jennifer Obrien'),
(1520, 507, 'email', 'jenn@dandyreviewaitools.com'),
(1521, 507, 'message', 'Hi Genesis Wellness & Aesthetics,\r\n\r\nI wanted to bump this in case you missed it — I built an AI agent just for Genesis Wellness & Aesthetics, \r\ntrained on your website, Google info, and everything I could find.\r\n\r\nIt’s ready to answer customer questions, book appointments, and even follow up automatically. On average, our agents help increase leads by 17% without any work needed on your part.\r\n \r\nAgain, this isn’t a pitch — just 20 minutes to test-drive your new AI employee.\r\n\r\nHere’s the link to book a time: meetings.hubspot.com/dandy-/getdandy-trained-agent-luqman or call me at (949)-755-7782\r\n\r\nTalk soon,\r\n\r\nThank you,\r\n\r\nJennifer O\'Brien | Director of Operations\r\nGetDandy\r\nmeetings.hubspot.com/dandy-/getdandy-trained-agent-luqman'),
(1522, 508, 'name', 'Lucy Walsh'),
(1523, 508, 'email', 'lucyswhair@gmail.com'),
(1524, 508, 'message', 'Good Morning. \r\nI need to cancel my facial membership for a little while as there is not the option to pause. Please take this as my written notice. I will be starting it back up soon! \r\nThanks'),
(1525, 509, 'name', 'LeeMuh'),
(1526, 509, 'email', 'zekisuquc419@gmail.com'),
(1527, 509, 'message', 'Здравейте, исках да знам цената ви.'),
(1528, 510, 'name', 'Hamish Hurst'),
(1529, 510, 'email', 'hamish.hurst44@gmail.com'),
(1530, 510, 'message', 'Stop acting like a starving artist and wasting hours \"inventing demand\" for products nobody wants. While you’re stuck in \"prompt roulette\" and watching your generic listings stay flat for months, there is a $12.96 billion market laughing at your effort. You’re fighting for scraps because you’re starting from zero, while the pros are busy \"stealing\" an audience that is already obsessed and ready to buy.\r\nThe secret is the 80/20 Rule: 20% of public domain figures drive 80% of the sales. Easy AI Popular Figure Public Domain hands you the keys to this vault with 250 proven prompts and a Custom GPT that does 99% of the work for you. You can either keep screaming into the void with products that don\'t sell, or you can use our 2-step multiplier to hijack existing traffic and finally start winning.\r\nStop Guessing. Start Scaling: https://playfix.site/EasyAI?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nbecause we believe \r\nthe offer we provide \r\nmay be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfurther communications from us, \r\nsimply \r\nstop receiving emails:\r\n\r\nhttps://playfix.site/unsub?domain=genesiswa.com \r\nAddress: Address: 5047   3846 Daylene Drive, MI  48104\r\nLooking out for you, Hamish Hurst.'),
(1531, 511, 'name', 'Brooke Crumpton'),
(1532, 511, 'email', 'brooke.crumpton23@gmail.com'),
(1533, 511, 'message', 'Stop letting the \"big players\" steal your commissions while you rot in affiliate rejection hell because you have no track record. You’re failing because you have no list, no YouTube channel, and no authority—and frankly, the industry doesn\'t care about your struggle. But for literally one single dollar, we are handing you guaranteed approval on a silver platter and giving you 100% front-end commissions so you can finally be in profit after your very first sale.\r\nIf you can’t invest the price of a cheap coffee to have a Top 5% affiliate promote your link for you, then quit now and stay broke. This is a completely hands-off, passive system where we do absolutely everything—no tech skills, no website, and zero promoting required from your side. The price is about to skyrocket to a realistic level, so either take fast action or keep watching others get rich.\r\nGET ACCESS FOR $1 NOW: https://luckyslots303.site/NewYearIncomeSystem?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis message is sent to you \r\nsince we believe \r\nour offer \r\ncould be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfurther communications from us, \r\nsimply \r\nstop receiving emails:\r\n\r\nhttps://luckyslots303.site/unsub?domain=genesiswa.com \r\nAddress: Address: 6081   57 Rue De La Hulotais, CENTRE  59430\r\nLooking out for you, Brooke Crumpton.'),
(1534, 512, 'name', 'Karl Jepsen'),
(1535, 512, 'email', 'karl@newliferx.com'),
(1536, 512, 'message', 'Hi Genesis Team,\r\n\r\nAre you getting 503b Tirzepatide 72mg/4ml for $159?\r\n\r\nI\'m Karl Jepsen with NewLifeRx Pharmacies. I will help you with better pricing and fulfillment. Let me get to the point!\r\n \r\nHow does this sound?\r\n \r\n• 503b Tirzepatide for your clinic as low as $2.20/mg depending on order size (we will beat or match your current price)\r\n• 503b Semaglutide as low as $6.35/mg  (we will beat or match your current price)\r\n• Simple and easy access to nationwide sales reach and profit scaling (serve patients in all 50 states)\r\n• Best pricing on TRT, Peptides, NAD+, Vitamins, Sexual Health, etc\r\n• Free 2 Day shipping to clinic\r\n• 50 state fulfillment for your ship-to clients\r\n• No extra fees...None! \r\nAll products from FDA approved and inspected facilities, all sourcing from FDA\'s Greenlist only. All documentation available at request.\r\n \r\nNewLifeRx and I are here to help you whether you want better pricing, a better fulfillment partner, better service, or whether you are looking to scale and expand your business.\r\n \r\nI look forward to talking to you,\r\n \r\nKarl Jepsen\r\n805 540 9942'),
(1537, 513, 'name', 'Margarita Sellars'),
(1538, 513, 'email', 'margarita.sellars@gmail.com'),
(1539, 513, 'message', 'Stop over-complicating. Most \"AI tools\" are just more work for you to learn.\r\nReplic8 is different. It’s a fully built AI closing system that’s already trained to do the hard work: answering calls, following up, and booking appointments for businesses 24/7.\r\nThe pain for business owners is real: they spend 50k−100k on staff who miss calls, give attitude, or quit. You offer them a \"try before you buy\" freebie that actually works. Once they see the appointments rolling in, they won’t want to turn it off.\r\nThe Math:\r\n• No tech skills or sales experience needed.\r\n• Simple copy-paste setup.\r\n• $1,000/month per client in recurring income.\r\nAccess Replic8 Before the Rest Of The World Wakes Up: https://seofaucet.site/Replic8?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nsince we think \r\nour offer \r\nmight be of interest to you.\r\n\r\nIf you no longer wish to get \r\nfurther communications from us, \r\nyou can \r\nunsubscribe from these emails:\r\n\r\nhttps://seofaucet.site/unsub?domain=genesiswa.com \r\nAddress: Address: 4351   4993 Holdom Avenue, BC  V3t 4y5\r\nLooking out for you, Margarita Sellars.'),
(1540, 514, 'name', 'Danilo Tuckett'),
(1541, 514, 'email', 'tuckett.danilo@hotmail.com'),
(1542, 514, 'message', 'How much longer will you endure the \"soul-sucking\" 9-5 grind and the constant anxiety of unpaid bills while your life slips away? You are trapped in a rat race, wasting time on \"systems\" that fail while billionaires exploit the technology you should be using. It is time to stop being a victim of an annoying boss and start leveraging the same Facebook loophole that the giants use to generate massive results.\r\nCash Genie A.I. is your automated shortcut to freedom, doing all the heavy lifting for you without ads, SEO, or any technical headaches. This \"done-for-you\" system works on any device—even an old phone—and allows you to activate a secret link in just three simple steps to start siphoning passive commissions 24/7. Grab your access for a tiny one-time fee before the price skyrockets to a monthly subscription\r\n\r\nhttps://redirect1.site/CashGenieAI?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nas we believe \r\nour offer \r\ncould be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nany more messages from us, \r\nplease click here to \r\nopt out:\r\n\r\nhttps://redirect1.site/unsub?domain=genesiswa.com \r\nAddress: Address: 6506   Passiewijk 400, WHT  6840\r\nLooking out for you, Danilo Tuckett.'),
(1543, 515, 'name', 'Rosalinda Maclanachan'),
(1544, 515, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1545, 515, 'message', 'Stop lying to yourself. You’re drowning in manual outreach and editing \"fluffy\" AI garbage that editors reject in seconds. Every minute you waste wrestling with generic ChatGPT prompts is a minute your competitors are stealing your traffic, your rankings, and your commissions.\r\nThe Guest Post Affiliate Profits AI Suite is the only 3-step automated machine that actually delivers: it finds the blogs, crafts the perfect pitch, and writes approval-ready content for you. Grab the full PLR rights now and turn this into your own profit machine for a single, one-time payment—before the \"manual\" dinosaurs go extinct.\r\n\r\nhttps://selogel.site/GuestPost?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nbecause we think \r\nwhat we’re offering \r\nmay be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfurther communications from us, \r\nsimply \r\nstop receiving emails:\r\nhttps://selogel.site/unsub?domain=genesiswa.com \r\nAddress: Address: 8480   71 Point Walter Road, WA  6157\r\nLooking out for you, Rosalinda Maclanachan.'),
(1546, 516, 'name', 'Oliviasoand3939'),
(1547, 516, 'email', 'avaboype76794@yahoo.com'),
(1548, 516, 'message', 'My hands are wandering and I need a real man to watch.   -  https://telegra.ph/Enter-01-31?Adminna'),
(1549, 517, 'name', 'Hans Witherspoon'),
(1550, 517, 'email', 'hans.witherspoon@hotmail.com'),
(1551, 517, 'message', 'Only 3 EASY Clicks- Smartly Create & Sell High Quality Images, 4K HD Videos, Smart AI ChatBot, SEO Friendly Content, High Converting Sales Copies, Stunning Graphics & Arts Etc to Hungry Audience For Top Dollars\r\n\r\nhttps://djfun2desi.site/AIModelSuite?genesiswa.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto UNSUBSCRIBE:\r\nhttps://djfun2desi.site/unsubscribe?domain=genesiswa.com\r\nAddress: 108 West Street Comstock Park, MI 48721'),
(1552, 518, 'name', 'Jessica Snyder'),
(1553, 518, 'email', 'Partners@hrmedicalfinancing.com'),
(1554, 518, 'message', 'Hi , Jessica here, your Account Success Manager on the account.\r\n\r\nI\'ve created a custom welcome page for your practice that walks through how our secondary patient financing program can help you increase patient approvals - with no merchant financing fees, no added work, and no risk on your end.\r\n\r\nHere are 5 reasons practices use it:\r\n\r\n     1- No merchant financing fees - avoid the 5-15% typically charged by legacy patient financing providers\r\n     2- Approvals down to 500 FICO - a backup option for patients who don\'t qualify with first-look financing\r\n     3- No switching required - integrates with your current financing options\r\n     4- No added work for your team - no training or workflow changes\r\n     5- Zero risk to the practice - no recourse, no liability\r\n\r\nFeel free to view your practice\'s custom financing welcome page here: \r\nGenesis Wellness & Aesthetics Your Custom Practice Financing Page \r\nhrmedicalfinancing.com/?a=Genesis-Wellness-and-Aesthetics\r\n\r\nGlad to answer any questions once you\'ve had a chance to review.\r\n\r\nThanks,\r\nJessica Snyder \r\nHelloRates Patient Financing \r\npartners@hrmedicalfinancing.com \r\nTrusted by 13,000+ Practices Nationwide \r\n13'),
(1555, 519, 'name', 'Nick McVicars'),
(1556, 519, 'email', 'nick.mcvicars@hotmail.com'),
(1557, 519, 'message', 'Stop lying to yourself. If you’re stuck selling one-off products, you aren’t a business owner—you’re a slave to the next sale. Every single month, your bank account resets to zero, and you’re forced back onto the \"entrepreneurial hamster wheel\". It’s exhausting, it\'s demoralizing, and it’s stealing your financial freedom.\r\nThe R.A.P.I.D. TimeShift™ System is your only way out. It is a \"set-it-and-forget-it\" blueprint designed to build predictable monthly income that deposits money into your account like clockwork.\r\n\r\nGet Out of the Trap Here: https://indianxvideos.site/RapidRecurringRevenue?domain=genesiswa.com \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou’re receiving this email \r\nbecause we think \r\nthe offer we provide \r\ncould be useful to you.\r\n\r\nIf you don’t want to receive \r\nfuture messages from us, \r\nsimply \r\nstop receiving emails:\r\n\r\nhttps://indianxvideos.site/unsub?domain=genesiswa.com \r\nAddress: Address: 6469   Viale Maria Cristina Di Savoia 19, PI  56048\r\nLooking out for you, Nick McVicars.'),
(1558, 520, 'name', 'Lesli Oshea'),
(1559, 520, 'email', 'lesli.oshea@googlemail.com'),
(1560, 520, 'message', 'The Rapid Traffic Flow system sends hundreds of interested visitors to your offers on autopilot. No ads, no website, no experience required — just plug in and see traffic pour in.\r\n\r\nClaim your system now and start seeing results instantly — limited spots, act fast:  https://rb.gy/t7m8dg'),
(1561, 521, 'name', 'Oliviasoand9396'),
(1562, 521, 'email', 'oliviaboype161041@hotmail.com'),
(1563, 521, 'message', 'I\'m feeling so impatient, come see what I\'ve got for you.   -  https://telegra.ph/Enter-01-31?Adminna'),
(1564, 522, 'name', 'David Schipper (CEO, Technician)'),
(1565, 522, 'email', 'david@dig1.com'),
(1566, 522, 'message', '[ NOTHING done overseas ]  TX based \r\n27 Years Experience\r\nOnly $199/mo [ Hosting Included upon client request ]\r\n\r\nFind out more, see our list of clients and read our reviews:\r\nhttps://adventdigital.net/seo/17-point-plan/\r\nhttps://g.page/r/CUY2hdTXAq4sEBM/\r\n\r\n(Unsubscribe on Request - Email or Text)'),
(1567, 523, 'name', 'Kelly Dorji'),
(1568, 523, 'email', 'kellywebdigitalseo@gmail.com'),
(1569, 523, 'message', 'Re: SEO Report\r\n\r\nHello Good Morning,\r\n\r\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\r\n\r\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nKindly let me know if you would be interested so we can email you more details or schedule a call.\r\n\r\nThanks & Best Regards \r\nKelly Dorji'),
(1570, 524, 'name', 'Browder Morrisey'),
(1571, 524, 'email', 'meldmd100@gmail.com'),
(1572, 524, 'message', 'I assist Telehealth groups, clinics, and spas, with the implementation of new GLP-1 Medical weight-loss,\r\nHRT, and Regenerative Therapeutic Peptide programs.\r\n\r\nWe are a U.S. Food and Drug Administration-registered 503B compounding pharmacy and a 503A fulfillment pharmacy.\r\n\r\nWe keep all documentation on file: COA’s, NDC numbers, lot numbers, pharmacy license, DEA registration, shipping and invoicing records.\r\n\r\nFREE shipping to clinics in all 50 states\r\nTelehealth ready!\r\n\r\nAre you interested in adding any of these programs to your services,\r\nor if you have a current program,\r\nwould you like to know about our provider partnership prices?'),
(1573, 525, 'name', 'Christopher Smith'),
(1574, 525, 'email', 'infoseochristophersmith@gmail.com'),
(1575, 525, 'message', 'Re: SEO Report\r\n\r\nHello, Good Morning,\r\n\r\nI checked your website, and it looks great. However, it’s not ranking well on Google.\r\n\r\nWith your permission, I can send a short SEO report showing simple, specific steps to improve your rankings, along with pricing.\r\n\r\nLet me know if you’d like me to send it or schedule a quick call.\r\n\r\nThank you\r\nChristopher Smith'),
(1576, 526, 'name', 'Josie Rutt'),
(1577, 526, 'email', 'josie.rutt@gmail.com'),
(1578, 526, 'message', 'STOP Selling One-Off Products That Pay You Once And START Building A \'Set It & Forget It\' System That Deposits Money Into Your Bank Account Every Single Month Like Clockwork! https://www.youtube.com/@AISolutionsTop'),
(1579, 527, 'name', 'Violet Moore'),
(1580, 527, 'email', 'violetmoor@thevirtualsalesgroup.com'),
(1581, 527, 'message', 'Hello,\r\n\r\nHope you are doing well. I reached out today to let you know that we provide Virtual Assistants to Entrepreneurs and Business Owners. We aid with their tedious back end work and even prospecting.\r\n\r\nAre you currently looking for any help?'),
(1582, 528, 'name', 'Alex Rockwell'),
(1583, 528, 'email', 'alexrockwell584@gmail.com'),
(1584, 528, 'message', 'Hello there,\r\n\r\nWe are reaching out to you for the second time for relevant information.\r\nKindly respond to our official email at info@globifc.net for the update, thanks.\r\n\r\nMany Thanks,\r\n(EAC)\r\nPlease Reply to this Email: info@globifc.net'),
(1585, 529, 'name', 'tiffany'),
(1586, 529, 'email', 'tiffany.l.hom@gmail.com'),
(1587, 529, 'message', 'Hi ,\r\n\r\nHow much is the korean glass skin treatment ? \r\n\r\nthank you !'),
(1588, 530, 'name', 'Ulysses Hooker'),
(1589, 530, 'email', 'ulysses.hooker@googlemail.com'),
(1590, 530, 'message', 'Launch your own branded Chrome extension in just 15 minutes with zero coding required to instantly elevate your professional authority. Use our proven templates to streamline your operations or deliver white-labeled solutions to clients for effortless recurring revenue.\r\nhttps://www.youtube.com/watch?v=ATYTVlN5MSM'),
(1591, 531, 'name', 'Wilda Deleon'),
(1592, 531, 'email', 'wilda.deleon@outlook.com'),
(1593, 531, 'message', 'Tap into decades of super-affiliate expertise with an intelligent software that automates everything from strategy to high-converting copy in just a few clicks. Launch profitable affiliate campaigns across any niche and secure lifetime access with a single payment—no subscriptions or hidden fees required\r\nhttps://www.youtube.com/watch?v=GIWPFQOltPk'),
(1594, 532, 'name', 'Jeanett Sani'),
(1595, 532, 'email', 'sani.jeanett@yahoo.com'),
(1596, 532, 'message', 'Stop losing money on visitors who leave websites and start automatically redirecting that \"wasted\" traffic toward your own offers for as little as five cents per person. Exit Traffic Network provides a completely hands-free, set-it-and-forget-it system that captures real desktop traffic from established platforms while you sleep\r\nhttps://www.youtube.com/watch?v=3013L2Yxg1k'),
(1597, 533, 'name', 'Mozelle Pollard'),
(1598, 533, 'email', 'joel.fox.1965+genesiswa.com@gmail.com'),
(1599, 533, 'message', 'Create new automated passive income streams with Book Ninja, which uses AI to find profitable niches and fully assembles ready-to-publish books for Amazon in under 30 minutes. This is your chance to scale your business portfolio with digital assets that generate royalties for years without spending on ads, design, or writing.\r\nhttps://www.youtube.com/watch?v=PQCSucpPt-0'),
(1600, 534, 'name', 'Ali Yewen'),
(1601, 534, 'email', 'yewen.ali@hotmail.com'),
(1602, 534, 'message', 'Launch a Local Toolkit Website that Business Owners Use Daily, Builds Trust Fast, and Turns Free Value into Paid Upgrades on Autopilot. All Done-for-You, Automated and Ready to Go.\r\nhttps://www.youtube.com/watch?v=aOTUmzKLTwY'),
(1603, 535, 'name', 'Douglas Halley'),
(1604, 535, 'email', 'douglas.halley@gmail.com'),
(1605, 535, 'message', 'Skip months of hard work and launch a high-converting AI business today using this professionally designed \"Business In A Box\". With full Private Label Rights, you can rebrand these expert assets as your own and keep 100% of the profits from every sale.\r\nhttps://www.youtube.com/watch?v=ksq5cZApb3E'),
(1606, 536, 'name', 'Anaya'),
(1607, 536, 'email', 'anaya.dgtlsolution@gmail.com'),
(1608, 536, 'message', 'Hello Web Owner http://www.genesiswa.com,\r\n \r\nAre you getting consistent bookings and calls from your website? \r\n \r\nIf not, we can help. Our team specializes in SEO services designed to rank your business on Google’s first page using high-intent, location-based keywords like “best salon in [City]” or “spa near me.” To make it completely risk-free, you don’t pay any advance fee — you can pay after receiving our first monthly work report.\r\n \r\nOur SEO Strategy Includes:\r\n• In-depth local keyword research & competitor analysis\r\n• Complete on-page SEO optimization\r\n• Google Business Profile optimization\r\n• Technical SEO improvements\r\n• Local citations & high-quality backlinks\r\n• Monthly ranking and performance reports\r\n \r\nOur goal is simple: increase your visibility, calls, and appointment bookings from your target area.\r\n \r\nIf this sounds interesting, please let me know — I’ll be happy to share more details.\r\n \r\nBest regards,\r\nAnaya'),
(1609, 537, 'name', 'Randi Mccreary'),
(1610, 537, 'email', 'mccreary.randi@outlook.com'),
(1611, 537, 'message', 'Stop wasting months on content creation and start selling a professional, ready-to-use video course that positions you as an instant authority in the digital business space. This complete white-label package allows you to grow your email list and generate recurring income without spending a single minute on planning, scripting, or recording https://www.youtube.com/watch?v=ss4tux6Q4pI'),
(1612, 538, 'name', 'RobertMuh'),
(1613, 538, 'email', 'zekisuquc419@gmail.com'),
(1614, 538, 'message', 'Прывітанне, я хацеў даведацца Ваш прайс.'),
(1615, 539, 'name', 'David Carter'),
(1616, 539, 'email', 'david@reviewremoval.uk'),
(1617, 539, 'message', 'Hi,\r\nI was checking your Google profile and noticed a few negative reviews affecting your rating.\r\nWe help remove fake or policy violating reviews, even old ones. If it’s not removed, you don’t pay.\r\nWould you like the pricing details?\r\nThanks,\r\nDavid Carter\r\nreviewremoval.uk'),
(1618, 540, 'name', 'Osnat Sitruk Inbar'),
(1619, 540, 'email', 'osnat.sitruk@gmail.com'),
(1620, 540, 'message', 'Hello, I am interested in a Botox injection. I saw the offer for 20 unit for $189. What happens if I need 50 units? What will be the transfer cost?'),
(1621, 541, 'name', 'Lisa'),
(1622, 541, 'email', 'lisa.99seosolutionworld@gmail.com'),
(1623, 541, 'message', 'Hello https://genesiswa.com/contact-us,\r\n\r\nI’d like to discuss SEO support that can improve your online visibility.\r\n\r\nIf interested, I’ll share our detailed SEO packages with pricing.\r\n\r\nBest Regards,\r\nLisa'),
(1624, 542, 'name', 'Casey'),
(1625, 542, 'email', 'caseyheadley1@gmail.com'),
(1626, 542, 'message', 'For the new client special can you purchase the botox/Dysport and the 1/2 filler or purchase just the one'),
(1627, 543, 'name', 'Harsh Mishra'),
(1628, 543, 'email', 'harsh.dgtlsolution@gmail.com'),
(1629, 543, 'message', 'Hello,\r\n\r\nAre you getting consistent bookings and calls from your website? \r\n\r\nIf not, we can help. Our team specializes in SEO services designed to rank your business on Google’s first page using high-intent, location-based keywords like “best salon in [City]” or “spa near me.” To make it completely risk-free, you don’t pay any advance fee — you can pay after receiving our first monthly work report.\r\n\r\nOur SEO Strategy Includes:\r\n\r\n• In-depth local keyword research & competitor analysis\r\n• Complete on-page SEO optimization\r\n• Google Business Profile optimization\r\n• Technical SEO improvements\r\n• Local citations & high-quality backlinks\r\n• Monthly ranking and performance reports\r\n\r\nOur goal is simple: increase your visibility, calls, and appointment bookings from your target area.\r\n\r\nIf this sounds interesting, please let me know — I’ll be happy to share more details.\r\n\r\nBest regards,\r\nHarsh'),
(1630, 544, 'name', 'Jasper Winslow'),
(1631, 544, 'email', 'jasper@virtualhandsupport.com'),
(1632, 544, 'message', 'Hi there,\r\n\r\nThis is Jasper from Virtual Hand Support. We provide Virtual Assistants to help with:\r\n\r\n- Managing social media accounts\r\n- Cold calling\r\n- Administrative support\r\n- Customer service\r\n- Data entry\r\n- Prospecting\r\n- Calendar management\r\n- Email management\r\n- Market research\r\n- Content creation\r\n- And much more\r\n\r\nRespond YES to schedule a Phone call and STOP to unsubscribe. Thank you!'),
(1633, 545, 'name', 'Andrewgep'),
(1634, 545, 'email', 'no.reply.Lars-OlofJones@gmail.com'),
(1635, 545, 'message', 'Good day! genesiswa.com \r\n \r\nDid you know that it is possible to send proposal in a wholly lawful manner? \r\nWhen such appeals are sent, no personal information is utilized, and messages are delivered to forms specifically created to securely receive messages and appeals. Messages sent via Communication Forms are unlikely to end up as spam, as they are viewed as essential. \r\nTrу out our service without paying a dіme! \r\nWe are able to send up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.'),
(1636, 546, 'name', 'Oliver'),
(1637, 546, 'email', 'oliver@reviewremoval.uk'),
(1638, 546, 'message', 'Hi\r\n\r\nI was checking your Google profile and noticed a few negative reviews affecting your rating.\r\nWe help remove fake or policy-violating reviews, even old ones. If it’s not removed you don’t pay.\r\n\r\nWe also assist businesses in building positive Google reviews to improve overall ratings and trust.\r\n\r\nWould you like the pricing details?\r\n\r\n\r\nContact ooptions!\r\nWhatsapp: Message Reputation Boost Pro on WhatsApp. https://wa.me/447575802542\r\nOr Email me'),
(1639, 547, 'name', 'RobertMuh'),
(1640, 547, 'email', 'zekisuquc419@gmail.com'),
(1641, 547, 'message', 'Szia, meg akartam tudni az árát.'),
(1642, 548, 'name', 'Olivia Santos'),
(1643, 548, 'email', 'osantos@costco.com'),
(1644, 548, 'message', 'Hi, I got specials through text and replied but dont know if I got scheduled for a $99 custom facial and $189 tox for next week?'),
(1645, 549, 'name', 'Tammara McGraw'),
(1646, 549, 'email', 'tammara.mcgraw@gmail.com'),
(1647, 549, 'message', 'Scale your authority and warm up high-value leads on LinkedIn by generating tone-perfect, professional comments in just five seconds,. Stay consistently visible to your target audience and grow your business safely without bots for only $5 a month,.\r\n\r\nhttps://www.youtube.com/watch?v=fnBU0pu0F_s'),
(1648, 550, 'name', 'Indira Dovey'),
(1649, 550, 'email', 'indira.dovey83@hotmail.com'),
(1650, 550, 'message', 'Stop wasting months on content creation and start scaling instantly with a ready-made library of 77 professional relationship eBooks you can rebrand and sell as your own. Gain full ownership of high-demand, evergreen assets with unrestricted PLR to power your memberships and coaching programs while keeping 100% of the profits.\r\n\r\nhttps://www.youtube.com/watch?v=TUQ7Rumq1ZA'),
(1651, 551, 'name', 'Madge Gadsdon'),
(1652, 551, 'email', 'gadsdon.madge@gmail.com'),
(1653, 551, 'message', 'Automate your business training and customer education with human-like AI teachers that explain any topic without you ever having to appear on camera. Scale your company’s knowledge delivery 24/7 and eliminate the cost of hiring expensive instructors using this 100% automated teaching system.\r\n\r\nhttps://www.youtube.com/watch?v=mHujw2NMdIU'),
(1654, 552, 'name', 'Josephpam'),
(1655, 552, 'email', 'li-shaw0955@gmx.com'),
(1656, 552, 'message', 'Вітчизняний онлайн-простір отримав черговий корисний ресурс — [url=https://oleghoweweg.icu/]навігатор по сайтам[/url], метою якого є зібрати найрізноманітніші українські сайти. \r\n \r\nЗазначений ресурс містить адреси веб-сторінок, що розкривають чимало різних напрямків. У переліку представлені ресурси як загальнонаціонального рівня, так само, як і ті, що фокусуються на житті окремих регіонів та міст. \r\n \r\nОсновна мета проєкту — стати універсальним провідником для інтернет-аудиторії, які полюють на якісний вітчизняний контент на будь-яку вподобану тематику: як-от оперативні новини чи політичне життя до матеріалів з історії, молодіжних питань, лайфстайлу, активізму та експертних думок. \r\n \r\nПредставлений навігатор орієнтований на широку аудиторію та запрошує до партнерства з медіа, працівниками пера та рекламодавцями, які хочуть виділятися в інформаційному просторі України'),
(1657, 553, 'name', 'Jenna Braithwaite'),
(1658, 553, 'email', 'jenna.palmer@comcast.net'),
(1659, 553, 'message', 'I messaged on Sat to cancel my appt today 2/23 and haven’t heard back. Please cancel'),
(1660, 554, 'name', 'RobertMuh'),
(1661, 554, 'email', 'zekisuquc419@gmail.com'),
(1662, 554, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(1663, 555, 'name', 'Angel Purnell'),
(1664, 555, 'email', 'purnell.angel@outlook.com'),
(1665, 555, 'message', 'Launch your own professional, authority-driven digital academy in minutes with a fully built system that eliminates all technical headaches and design work. Start selling immediately with preloaded, high-quality courses and ebooks designed to turn your expertise into a scalable, credible business asset.\r\n\r\nhttps://www.youtube.com/watch?v=q5lJOIAyoa0'),
(1666, 556, 'name', 'Deepa Gupta'),
(1667, 556, 'email', 'deepa.dgtlsolution@gmail.com'),
(1668, 556, 'message', 'Hello http://www.genesiswa.com/,\r\n\r\nI would like to discuss a business SEO.\r\n\r\nLet me know if you are interested, then I can send you our Full SEO Packages with plan, activities, and Price list.\r\n\r\nThank You,\r\nDeepa'),
(1669, 557, 'name', 'Valarie Thyer'),
(1670, 557, 'email', 'valarie.thyer@gmail.com'),
(1671, 557, 'message', 'Scale your arbitrage operations instantly with FlipNinja’s AI, which automates the hunt for 50%–500% profit flips across Amazon, Walmart, and AliExpress. Secure an unfair data advantage for a one-time $17 investment and stop guessing where your next high-margin deal is coming from.\r\n\r\nhttps://www.youtube.com/watch?v=FgXeh1S8NXg'),
(1672, 558, 'name', 'Kazuko McKean'),
(1673, 558, 'email', 'mckean.kazuko@gmail.com'),
(1674, 558, 'message', 'Automate your income with our AI system that generates all your content for you, delivering up to $3,000 monthly without the need for selling or hiring. Simply post ready-made materials to a unique platform with free lifetime traffic and receive direct payments while the system does all the heavy lifting for you.\r\n\r\nhttps://www.youtube.com/watch?v=yy-jNgaxPbs'),
(1675, 559, 'name', 'Chloe Turner'),
(1676, 559, 'email', 'chloe.vas4hire@gmail.com'),
(1677, 559, 'message', 'Hi there,\r\n\r\nI tried emailing you, but it bounced for some reason... so I\'m reaching out here instead.\r\n\r\nI\'m Chloe with VAs4Hire. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?'),
(1678, 560, 'name', 'Dalene Lamarr'),
(1679, 560, 'email', 'dalene.lamarr33@gmail.com'),
(1680, 560, 'message', 'Stop wasting your budget on expensive ads and complex tech by implementing a 30-day AI-driven roadmap that automates 80% of your content creation and lead generation. Scale your business effortlessly using viral 5-second videos and proven conversion scripts to turn free traffic into consistent revenue for just $17,,,.\r\n\r\nhttps://www.youtube.com/watch?v=NTlA-HHd478'),
(1681, 561, 'name', 'RobertMuh'),
(1682, 561, 'email', 'zekisuquc419@gmail.com'),
(1683, 561, 'message', 'Hola, volia saber el seu preu.'),
(1684, 562, 'name', 'RobertMuh'),
(1685, 562, 'email', 'zekisuquc419@gmail.com'),
(1686, 562, 'message', 'Hi, ego volo scire vestri pretium.'),
(1687, 563, 'name', 'Bret Charleston'),
(1688, 563, 'email', 'bret.charleston10@outlook.com'),
(1689, 563, 'message', 'I get commissions daily using Email Cash Machine — it delivers pre-written emails, drives traffic, and collects sales automatically. No experience required, no paid ads, no products to create — just set it up and start earning.\r\n\r\nStart using Email Cash Machine and see results instantly:  https://rb.gy/uxe0l2'),
(1690, 564, 'name', 'Maya Roberts'),
(1691, 564, 'email', 'maya@yourvachoice.com'),
(1692, 564, 'message', 'Hello there,\r\n\r\nAre you interested in a virtual assistant to help with administrative work, prospecting, follow-up with leads, along with other responsibilities?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(1693, 565, 'name', 'Angel Carner'),
(1694, 565, 'email', 'angelcarnerdigital@gmail.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1695, 565, 'message', 'Re: Drop Traffic\r\n\r\nHello Good Morning,\r\n\r\nI have found some major errors that correspond to a drop in website  traffic over the last 1-2 months and wanted to bring them to your attention.\r\n\r\nI\'d be happy to send you errors and the solutions to help you improve the performance and traffic of your website.\r\n\r\nThanks & Best Regards \r\nAngel Carner'),
(1696, 566, 'name', 'RobertMuh'),
(1697, 566, 'email', 'zekisuquc419@gmail.com'),
(1698, 566, 'message', 'Hi, ego volo scire vestri pretium.'),
(1699, 567, 'name', 'Grace Long'),
(1700, 567, 'email', 'grace@hybiopeptides.com'),
(1701, 567, 'message', 'We offer all kinds injection lyophilized peptides for weight-loss, anti-aging, Muscle Strengthening, like Semaglutide ,Tirzepatide ,bpc157,Hgh ,tb 500,hcg ,and so on. We support custom peptides and blends.\r\n\r\nNew vial product: lemon bottles ,lipo-c,VIP,Glow\r\n\r\nYou have any interest pls?'),
(1702, 568, 'name', 'Margaret Julia'),
(1703, 568, 'email', 'jiutiven@gmail.com'),
(1704, 568, 'message', 'Hello,\r\n\r\nWe have a promotional offer for your website genesiswa.com.\r\n\r\nWhat if you could create viral short videos without showing your face, hiring editors, or spending hours learning complicated tools?\r\n\r\nWith Stunning Shorts, you get a simple AI-powered system that shows you how to produce scroll-stopping YouTube Shorts, TikToks, and Reels fast. No experience needed, no expensive subscriptions, no overwhelm — just proven prompts, ready-to-use templates, and a clear step-by-step blueprint.\r\n\r\nSee it in action: https://stunning.vinhgrowth.com\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE: https://vinhgrowth.com/unsubscribe?domain=genesiswa.com\r\nAddress: 60 Crown Street, London\r\nLooking out for you, Margaret Julia'),
(1705, 569, 'name', 'Chloe Turner'),
(1706, 569, 'email', 'chloe.vas4hire@gmail.com'),
(1707, 569, 'message', 'Hi there,\r\n\r\nI tried emailing you, but it bounced for some reason... so I\'m reaching out here instead.\r\n\r\nI\'m Chloe with VAs4Hire. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?'),
(1708, 570, 'name', 'RobertMuh'),
(1709, 570, 'email', 'zekisuquc419@gmail.com'),
(1710, 570, 'message', 'Hallo, ek wou jou prys ken.'),
(1711, 571, 'name', 'Emilie Johnson'),
(1712, 571, 'email', 'emilie@trustedvirtualteam.com'),
(1713, 571, 'message', 'Hi there,\r\n\r\nThis is Emilie from Trusted Virtual Team.\r\n\r\nNeed help with admin tasks, social media, customer support, or lead prospecting? Our VAs can help.\r\n\r\n\r\nReply YES to schedule a call or STOP to opt out.'),
(1714, 572, 'name', 'Jayrn Smith'),
(1715, 572, 'email', 'deloras.minaya@yahoo.com'),
(1716, 572, 'message', 'Hi, it’s Jayrn.\r\n\r\nWant to find \"hidden money\" in your business? Dan shares exactly how to exponentially increase your cashflow and the value of your company with these 5 Key Strategies. \r\n\r\nFind out how to find your customer \"trigger points\" so you know how to market and sell to them. And the best part is... it\'s way easier than you think!\r\n\r\nLearn More: https://marketersmentor.com/hidden-money.php?refer=genesiswa.com\r\n\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(1717, 573, 'name', 'Maya Roberts'),
(1718, 573, 'email', 'maya@yourvachoice.com'),
(1719, 573, 'message', 'Hello there,\r\n\r\nAre you interested in a virtual assistant to help with administrative work, prospecting, follow-up with leads, along with other responsibilities?\r\n\r\nIf it\'s a no, go ahead and send me your best insult and we’ll both enjoy a good chuckle out of it, and I’ll leave you alone.'),
(1720, 574, 'name', 'Maryam Davoodi'),
(1721, 574, 'email', 'mdavoudi90@gmail.com'),
(1722, 574, 'message', 'Hello, I’m interested in getting full-body laser hair removal and would like a quote for the following areas:\r\n	•	Legs\r\n	•	Hands\r\n	•	Back\r\n	•	Buttocks\r\n	•	Bikini area\r\n	•	Neck (front and back)\r\n	•	Abdomen\r\n	•	Face (sides)\r\n	•	Chin\r\n	•	Upper lip\r\n	•	Lower lip\r\n\r\nCould you please let me know:\r\n	1.	The per-session cost for each area, if available\r\n	2.	If you have package deals or multi-session discounts for these areas'),
(1723, 575, 'name', 'GINA PARZIALE'),
(1724, 575, 'email', 'ginaparziale@gmail.com'),
(1725, 575, 'message', 'I booked an appointment for Botox, and wanted to confirm I could pay with a spafinder gift card. Thanks!'),
(1726, 576, 'name', 'Jayrn Smith'),
(1727, 576, 'email', 'frederic.garber@hotmail.com'),
(1728, 576, 'message', 'Hi, it’s Jayrn.\r\n\r\nYou are about to master Magnetic Marketing—the system where customers hunt you down, and you never have to “get slapped” by the exhaustion of cold prospecting again. \r\n\r\nThis methodology is built upon Dan Kennedy’s 34-year proven “Magnetic Marketing” system—a strategic machine that has generated over $65 million in sales across 200 different niches. \r\n\r\nThe final result is a business that operates in a “competitive vacuum,” insulating you from price-shopping and the sting of rejection. \r\n\r\nHowever, before you can add new strategies, you must perform an aggressive removal of the strategic waste and “excess equipment” currently sabotaging your growth.\r\n\r\nLearn More: https://marketersmentor.com/attracting-buyers.php?refer=genesiswa.com\r\n\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(1729, 577, 'name', 'Joel Houghton'),
(1730, 577, 'email', 'jhoughton@akamaiinnovations.com'),
(1731, 577, 'message', 'Hello, I’m Joel with https://bioidenticalhormonedoctors.com/. Since 2009, we\'ve been connecting patients with doctors and practitioners like yourself that treat patients using bioidentical hormone replacement therapy. I have reached out a couple of times this year and am trying again since we are only adding one clinic in your area. We get thousands of women and men visiting our BHRT provider directories daily seeking experienced doctors or practitioners and I would love to discuss referring them to your clinic. You will receive direct calls and online appointment requests from people that read about you and are ready to schedule a consultation. The hormone patients you receive from us will be long term patients also interested in other anti-aging, functional or regenerative medicine services your clinic offers. To explore this exclusive opportunity go to https://calendly.com/join-our-patient-referral-directories/15min to schedule a convenient day and time for a quick discussion. We have significantly increased the patient base and revenue for the hundreds of current providers we feature and will do the same for you! \r\n\r\nBest Regards,\r\n\r\nJoel Houghton\r\nAkamai Innovations, Inc.\r\njhoughton@akamaiinnovations.com'),
(1732, 578, 'name', 'Sharon'),
(1733, 578, 'email', 'sales@genesiswa.com'),
(1734, 578, 'message', 'Hey \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nRegards, \r\n\r\nSharon'),
(1735, 579, 'name', 'RobertMuh'),
(1736, 579, 'email', 'zekisuquc419@gmail.com'),
(1737, 579, 'message', 'Sveiki, aš norėjau sužinoti jūsų kainą.'),
(1738, 580, 'name', 'Raul Corlette'),
(1739, 580, 'email', 'turnerfi.sher348382+raul.corlette@gmail.com'),
(1740, 580, 'message', 'Interested in seeing genesiswa.com gain authority fast? Claim your Free Domain Authority Backlinks.  \r\n\r\nGo to the https://rb.gy/brgbb3, fill in your site details, then apply the coupon FREE_SEO at checkout to get the product for $0. \r\n\r\nDon’t forget to create a free account.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, please reply with subject:  Unsubscribe !genesiswa.com'),
(1741, 581, 'name', 'Jayrn Smith'),
(1742, 581, 'email', 'dinah.vickers@gmail.com'),
(1743, 581, 'message', 'Hi, it’s Jayrn.\r\n\r\nThe \"Cyclone of Change\" is hitting every industry right now—shaking up technology, media, customer preferences, and competition. \r\n\r\nMost business owners are reacting like \"fragile saplings\" in a storm, certain to be victims of the next big shift.\r\n\r\n\"But you don’t have to be one of them.\"\r\n\r\nI’m sending you a powerful resource from Dan Kennedy that breaks down exactly how to become a \"mighty oak\" that remains deeply rooted while others are being overwhelmed. \r\n\r\nInside this Magnetic Marketing Letter, you’ll discover:\r\n\r\n* The 5 Methods to Master Change: These are the specific strategies Dan uses to make change work for him, rather than letting change put him to work.\r\n\r\n* Two Master Keys to Riches: Two secret principles that Dan considers the most valuable advice he has shared in over a year.\r\n\r\n* The $440,000 Test: How one client spent $20,000 on a simple delivery change (without changing a single word of copy) and brought in nearly half a million dollars.\r\n\r\n* The \"Goldilocks Approach\" to Progress: Why leaping too fast to embrace change can lead you off a cliff, but resisting it too long will get you run over.\r\n\r\n* The \"Middled-Out\" Pyramid: Why you must change who you sell to right now as middle-income earners get \"slaughtered\" by current economic trends.\r\n\r\nYou’ll also read the incredible story of \"Preston Schmidli\", who went from \"selling his own plasma for gas money\" to building a growth machine generating \"nearly $5 million\" in less than seven years by using these exact tactics.\r\n\r\nDon’t let yourself be overwhelmed by circumstances when you can choose to master them instead.\r\n\r\nDownload/Read here: https://marketersmentor.com/magnetic-marketing-letter.php?refer=genesiswa.com\r\n\r\nTo your success,\r\n\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(1744, 582, 'name', 'RobertMuh'),
(1745, 582, 'email', 'zekisuquc419@gmail.com'),
(1746, 582, 'message', 'Hi, roeddwn i eisiau gwybod eich pris.'),
(1747, 583, 'name', 'Jennifer Obrien'),
(1748, 583, 'email', 'obrie.jennifer@getdandynow.com'),
(1749, 583, 'message', 'Hi Genesis Wellness  Aesthetics,\r\nI’ve built and trained an AI employee specifically for Genesis Wellness  Aesthetics.\r\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\r\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\r\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\r\nTalk soon,\r\nThank you,\r\n\r\nJennifer O’Brien | AI Implementation Advisor\r\nGetDandy\r\nVisit us Online: https://getdandy.com/trained-agent-ff/\r\nUnsubscribe: https://bit.ly/42wnUsa'),
(1750, 584, 'name', 'Eric Clark'),
(1751, 584, 'email', 'ericclark@proonlinepages.com'),
(1752, 584, 'message', 'Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\r\n \r\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\r\n \r\nBest regards,\r\n\r\nEric Clark\r\nSales Executive\r\nPro Online Pages\r\nericclark@proonlinepages.com\r\n\r\nReply STOP to opt out.'),
(1753, 585, 'name', 'Laura Cha'),
(1754, 585, 'email', 'patrick.yup@mail.com'),
(1755, 585, 'message', 'We are here to offer you the greatest option for the expansion of your company. To fulfil your needs, we offer the best possible business loan package                                                                                                                                                                      Email us today: info@financeworldwidehk.com \r\nBest regards, \r\nLaura Cha \r\nCustomer Service Representative'),
(1756, 586, 'name', 'Ed'),
(1757, 586, 'email', 'sales@ranking.bangeshop.com'),
(1758, 586, 'message', 'Good day, \r\n\r\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nTo your success,\r\n\r\nEd'),
(1759, 587, 'name', 'Nikita Joshi'),
(1760, 587, 'email', 'joshinikitarocketdigitaltech@gmail.com'),
(1761, 587, 'message', 'Hello https://genesiswa.com/contact-us/,\r\n\r\nI checked your website. You have an impressive site but ranking is not good on Google, Yahoo and Bing.\r\n\r\nWould you like to optimize your site?\r\n\r\nIf you’re interested, then I will send you SEO Packages and strategies.\r\n\r\nCan I send?\r\n\r\nWarm regards,\r\nNikita'),
(1762, 588, 'name', 'Jayrn Smith'),
(1763, 588, 'email', 'irene.merrell@googlemail.com'),
(1764, 588, 'message', 'Hi, it’s Jayrn.\r\n\r\nDo you feel like your audience is just drifting past your offers? \r\n\r\nIt’s called the \"Zombie Scroll,\" and if you don’t know how to shake them out of it, your business is essentially invisible.\r\n\r\nI’m sending you the latest issue of the Behind The Scenes Marketing Secrets Letter, and it’s a masterclass in what Russell Brunson calls \"Pattern Interrupt Profits\". \r\n\r\nThis issue is packed with strategies to help you stand out in any market, no matter how saturated it is. Here is a look at what’s inside:\r\n\r\n*The \"Podcast VSL\" Secret: Discover the new format that is replacing traditional Video Sales Letters. One marketer used a simple page that looked like a podcast episode and saw a 6X return on ad spend, despite the page not even being \"structured\" for sales.\r\n\r\n*The \"Avenger Team\" Framework: Russell reveals why most entrepreneurs fail because they hire people just like them (Starters). Learn how to use personality assessments to find your \"Finishers\"—the people who actually deliver on the promises you make.\r\n\r\n*Heath Wilcock’s Top 10 Breakthroughs: From why \"subscriptions are king\" to the power of the MIFGE (Most Incredible Free Gift Ever) that sent Russell’s Voxer into a meltdown with new sign-ups.\r\n\r\n*Avoiding \"Sally Stupid\": Dan Kennedy shares a \"Classic Kennedy\" warning about how big, dumb corporate entities kill marketing genius and why you must remain ruthlessly entrepreneurial as you grow.\r\n\r\n*The $100 Shift: How one member went from a \"depressed zombie\" in a 9-to-5 job to building a thriving funnel agency by \"paying for speed\".\r\n\r\nThis is actually the last-ever physical print issue of this newsletter as it transitions to a deeper, video-based training format inside the member’s area. \r\n\r\nDon\'t let your marketing become just another \"pattern\" that people ignore. Learn how to disrupt the scroll and become the only person your audience wants to buy from.\r\n\r\nLearn details here: https://marketersmentor.com/buying-only-from-you.php?refer=genesiswa.com\r\n\r\nTo your success,\r\n\r\nJayrn\r\n\r\n*P.S.* If you’ve ever felt \"dumb\" because you aren\'t organized, check out page 25. Russell shares his own personality profile (he has almost \"zero conscientiousness\") and explains how he stopped trying to be an organizer and started building a billion-dollar company instead. It’s a total game-changer for your self-confidence.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(1765, 589, 'name', 'Jayrn Smith'),
(1766, 589, 'email', 'angulo.carmela@gmail.com'),
(1767, 589, 'message', 'Hi, it’s Jayrn.\r\n\r\nDo you want to stop chasing fleeting tactics and finally build a predictable, consistent flood of high-quality customers?\r\n\r\nIf so, you’re going to love this: https://marketersmentor.com/nobsletter.php?refer=genesiswa.com\r\n\r\nDan Kennedy, the \"Renegade Millionaire Maker\" who has guided the empires of marketing legends like Ryan Deiss and Frank Kern, has teamed up with Russell Brunson to open his private vault for the first time. \r\n\r\nTogether, they are revealing the exact frameworks that generated 95% of the revenue across millions of analyzed funnels.\r\n\r\nIf you’ve been suffering from \"ADHD Marketing\"—hopping from one social media trend to another while your ad budget disappears with no ROI—you need to see this:\r\n\r\nhttps://marketersmentor.com/nobsletter.php?refer=genesiswa.com\r\n\r\nRight now, you can \"test-drive\" their combined wisdom for 30 days and claim a $19,997 value stack of bonuses—including a massive 653-page physical swipe file of the world\'s most profitable funnels—simply by saying \"maybe\". \r\n\r\nThis is the end of the \"tactic-hopping\" nightmare and the beginning of a business that runs like clockwork.\r\n\r\nTo multiplying your leverage,\r\nJayrn\r\n\r\n\r\n\r\nMy Blog:\r\nhttps://www.jayrn.com\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(1768, 590, 'name', 'Eva'),
(1769, 590, 'email', 'sales@genesiswa.com'),
(1770, 590, 'message', 'Hello \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nThanks and Best Regards, \r\n\r\nEva'),
(1771, 591, 'name', 'Joel Houghton'),
(1772, 591, 'email', 'jhoughton@akamaiinnovations.com'),
(1773, 591, 'message', 'Hello, I’m Joel with https://bioidenticalhormonedoctors.com/. Since 2009, we\'ve been connecting patients with doctors and practitioners like yourself that treat patients using bioidentical hormone replacement therapy. I have reached out a couple of times this year and am trying again since we are only adding one clinic in your area. We get thousands of women and men visiting our BHRT provider directories daily seeking experienced doctors or practitioners and I would love to discuss referring them to your clinic. You will receive direct calls and online appointment requests from people that read about you and are ready to schedule a consultation. The hormone patients you receive from us will be long term patients also interested in other anti-aging, functional or regenerative medicine services your clinic offers. To explore this exclusive opportunity go to https://calendly.com/join-our-patient-referral-directories/15min to schedule a convenient day and time for a quick discussion. We have significantly increased the patient base and revenue for the hundreds of current providers we feature and will do the same for you! \r\n\r\nBest Regards,\r\n\r\nJoel Houghton\r\nAkamai Innovations, Inc.\r\njhoughton@akamaiinnovations.com'),
(1774, 592, 'name', 'Faith Elevatto'),
(1775, 592, 'email', 'faith.elevatto@stopmissingcallsnow.com'),
(1776, 592, 'message', 'Hi,\r\n\r\nYour phone rang. No one answered.\r\nSomewhere this week, a patient called your clinic, got no answer, and booked with someone else.\r\n\r\nIt happens dozens of times a month at practices like yours. Not because of bad staff or bad service — but because calls come in when your team is with patients, between shifts, or after hours. Life doesn\'t pause for your schedule.\r\nThe result? Real revenue, quietly walking out the door.\r\n\r\nI built a system specifically for medical clinics that captures every missed call, responds instantly, and books the appointment — automatically, without adding a single task to your team\'s plate.\r\n\r\nhttps://www.MissedCallsCost.com/First-Free-Month\r\n\r\nNo sales pitch. Just the system doing what it does.\r\n\r\nIf it looks like something worth testing, I\'d love to set it up for you.\r\n\r\nAlicia Helper\r\nHealthcare AI Solutions Provider\r\n\r\nMissed Calls Cost\r\n4900 Bayou Blvd, \r\nPensacola, FL 32503\r\n(786) 936 2328\r\n\r\nP.S. The trial is completely free — no credit card, no commitment. You only pay if the system actually books patients and generates revenue for your practice. Worst case, you spent nothing. Best case, you never miss another patient again.'),
(1777, 593, 'name', 'Shawn Milliman'),
(1778, 593, 'email', 'shawn.milliman86@gmail.com'),
(1779, 593, 'message', 'Are you tired of \"generic AI\" spitting out robotic, soulless text that readers instantly reject? Most aspiring publishers fail because they try to sell \"Wikipedia articles\" to parents who are searching for a lifeline at 2 AM, not a dry textbook,. You’re likely missing out on this recession-proof goldmine because you think you need a PhD or months of free time to write something that actually sells,. While you hesitate, the \"Generic AI\" gold rush is ending, and specialized niche dominators are taking over the 140-million-parent market.\r\n\r\nhttps://java138.site/ParentingRoyaltiesBot\r\n\r\nStop fighting the algorithm and start dominating with the Parenting Royalties Bot. We’ve stripped away the \"generalist\" fluff of ChatGPT to build a precision-engineered machine that writes with the emotional warmth and psychological depth of a family therapist,. For just $17.88, this bot handles the entire pipeline: it identifies high-demand topics, maps emotional arcs, creates five-star covers, and generates the exact keywords to stop the scroll,,. Claim your unfair advantage and go from a blank page to a published Amazon author in under 30 minutes before the launch price expires!,,.\r\n\r\nhttps://java138.site/ParentingRoyaltiesBot\r\n\r\nYou received this notification \r\nsince we believe \r\nour offer \r\nmight be of interest to you.\r\n\r\nIf you would prefer not to receive \r\nadditional emails from us, \r\nyou can \r\nunsubscribe:\r\n\r\nhttps://java138.site/unsub?domain=genesiswa.com \r\nAddress: Address: 8923   Prastegade 68, REGION SYDDANMARK  6830\r\nLooking out for you, Shawn Milliman.'),
(1780, 594, 'name', 'Matt Blake'),
(1781, 594, 'email', 'mattwebsolution@gmail.com'),
(1782, 594, 'message', 'Re: Drop Traffic\r\n\r\nHello Good Morning,\r\n\r\nI have found some major errors that correspond to a drop in website  traffic over the last 1-2 months and wanted to bring them to your attention.\r\n\r\nI\'d be happy to send you errors and the solutions to help you improve the performance and traffic of your website.\r\n\r\nThanks & Best Regards \r\nMatt Blake'),
(1783, 595, 'name', 'Meghan Anivitti'),
(1784, 595, 'email', 'meghan.anivitti@msn.com'),
(1785, 595, 'message', 'You’ve poured months of hard work and your entire soul into your manuscript, but the reality is harsh: your book is effectively \"invisible\" in the vast ocean of Amazon. You’re spending more time struggling with marketing and endless social media posting than actually writing, leading to total burnout. It’s soul-crushing to watch lower-quality books outrank yours simply because those authors have the time for promotion while you don\'t.\r\n\r\nhttps://ggplaybos.site/AISalesRocket\r\n\r\nAI Sales Rocket is your personal 24/7 traffic engine designed to take you from \"invisible to in-demand\". Using a \"Publish-Once-Promote-Everywhere\" system, the AI automatically generates fresh content and promotes your book across all social media accounts on total autopilot. Stop wasting energy on buggy scripts and broken promises; this is a robust, professional solution that keeps driving real traffic to your books day after day while you focus on your next masterpiece.\r\n\r\nhttps://ggplaybos.site/AISalesRocket\r\n\r\nYou are receiving this message \r\nbecause we believe \r\nour offer \r\nmight be of interest to you.\r\n\r\nIf you would prefer not to receive \r\nfuture messages from us, \r\nplease click here to \r\nunsubscribe from these emails:\r\n\r\nhttps://ggplaybos.site/unsub?domain=genesiswa.com \r\nAddress: Address: 4550   44 Norton Street, NSW  2075\r\nLooking out for you, Meghan Anivitti.'),
(1786, 596, 'name', 'RobertMuh'),
(1787, 596, 'email', 'zekisuquc419@gmail.com'),
(1788, 596, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(1789, 597, 'name', 'Annetta Chu'),
(1790, 597, 'email', 'chu.annetta@gmail.com'),
(1791, 597, 'message', 'Hi,\r\n\r\nWhy you need this: to have every campaign, affiliate offer, or project start delivering traffic and income today — without spending a dime on ads or tech headaches. Ghost Pages turns you into a stealth engine that Google absolutely trusts: you build invisible pages using a secret Google asset, and they quietly start delivering targeted visitors — while your competition is nowhere the wiser.\r\n\r\nIt’s easy, it’s fast, it’s genius: no domains, hosting, social media, or technical skills required — if you can click and copy, you can do this. Plus, it really works and scales: launch one Ghost Page and BAM — traffic flows wherever you want: affiliate links, e‑com, leads — you choose. Ready to start in minutes? Discover how and get results that might blow your mind.\r\n\r\nSee it in action: https://deluna101a.site/GhostPages\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://deluna101a.site/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1792, 598, 'name', 'Jayne'),
(1793, 598, 'email', 'sales@genesiswa.com'),
(1794, 598, 'message', 'Hello,\r\n\r\nThought you might like this.\r\n\r\nWe’re running a short promo on our FitRx™ Wireless Muscle Massager.\r\n\r\nhttps://easerelief.net\r\n\r\nIt’s designed for easy, portable use and works great for soothing tired muscles after long days.\r\n\r\nThe discount won’t last long, so don’t miss the deal.\r\n\r\nThanks,\r\nFitRx™ Team'),
(1795, 599, 'name', 'Athena Oster'),
(1796, 599, 'email', 'athena.oster91@outlook.com'),
(1797, 599, 'message', 'Have you ever dreamed of breaking into the book market, only to be crushed by the reality of how hard it actually is? The \"old way\" of creating children\'s books is a total grind: you need to write a compelling story, find professional illustrators, and master complex design tools. For most people, creating just one personalized book takes days or even weeks, making it impossible to build a real, scalable business. This massive barrier to entry has kept you stuck on the sidelines while a few \"insiders\" dominate one of the hottest niches in the world.\r\n\r\nhttps://bookmarket.expert/StoryHero\r\n\r\nStoryHero shatters that barrier by using advanced AI to generate fully illustrated, personalized kids\' books in just 5 minutes. You no longer need writing skills, design experience, or a massive budget to tap into a market where parents gladly pay $20, $30, or even $50 for a single book. For a one-time investment of just $17, you get the exact tools and the $6 million case study that will allow you to stop accepting mediocrity and finally start building the life of your dreams.\r\n\r\nhttps://bookmarket.expert/StoryHero\r\n\r\nYou are getting this email \r\nsince we believe \r\nthe offer we provide \r\nmay interest you.\r\n\r\nIf you no longer wish to get \r\nfuture messages from us, \r\nsimply \r\nunsubscribe from these emails:\r\n\r\nhttps://bookmarket.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 3629   Damtjernvegen 90, NA  2409\r\nLooking out for you, Athena Oster.'),
(1798, 600, 'name', 'flulaham'),
(1799, 600, 'email', 'wuztvds0@hotmail.com'),
(1800, 600, 'message', 'Depressed mood dragging you down? You\'re not alone вЂ” and you don\'t have to stay stuck. Reliable solutions for better days ahead, delivered quietly to your door. Secure, affordable, no hassle. See what\'s available today. \r\nhttps://tinyurl.com/4udzpw8r'),
(1801, 601, 'name', 'Alicia Helper'),
(1802, 601, 'email', 'alicia.helper@stopmissingcallsnow.com'),
(1803, 601, 'message', 'Hi,\r\n\r\nYour phone rang. No one answered.\r\n\r\nSomewhere this week, a patient called your clinic, got no answer, and booked with someone else. It happens dozens of times a month — not because of bad staff or bad service — but because calls come in when your team is with patients, between shifts, or after hours. Life doesn\'t pause for your schedule.\r\nThe result? Real revenue, quietly walking out the door.\r\n\r\nThere\'s a system built specifically for medical clinics that captures every missed call, responds instantly, and books the appointment — automatically, without adding a single task to your team\'s plate.\r\n\r\nhttps://www.MissedCallsCost.com/First-Free-Month\r\n\r\nNo sales pitch. Just the system doing what it does.\r\nIf it looks like something worth testing, I\'d love to set it up for you.\r\n\r\nAlicia Helper\r\nHealthcare AI Solutions — MissedCallsCost.com\r\n\r\nP.S. The trial is completely free — no credit card, no commitment. You only pay if the system actually books patients and generates revenue for your practice. Worst case, you spent nothing. Best case, you never miss another patient again.'),
(1804, 602, 'name', 'RobertMuh'),
(1805, 602, 'email', 'zekisuquc419@gmail.com'),
(1806, 602, 'message', 'Hai, saya ingin tahu harga Anda.'),
(1807, 603, 'name', 'Verlene Clemens'),
(1808, 603, 'email', 'turnerfisher348382+verlene.clemens@gmail.com'),
(1809, 603, 'message', 'I analyzed genesiswa.com and I\'ll be upfront with you: you are losing massive sales to your competitors every single day purely because you aren\'t getting enough website visitors.\r\n\r\nA great site without traffic doesn\'t make money, so we provide premium traffic services that flood your site with real, converting visitors yielding a return on investment you will never regret.\r\n\r\nStop handing over your market share to competitors and instantly boost your website traffic right now: https://rb.gy/kkhq2m\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, please reply with subject:  Unsubscribe !genesiswa.com'),
(1810, 604, 'name', 'Gunner SEO'),
(1811, 604, 'email', 'gunner.floyd@gmail.com'),
(1812, 604, 'message', 'Hello genesiswa.com,\r\n\r\nWith your permission I would like to send you a SEO Report with prices showing you a few things to greatly improve these search results for you.\r\n\r\nThese things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nIf interested. May I send you a quote/package/proposal.?\r\n\r\nThanks & Regards,'),
(1813, 605, 'name', 'Augustus Joy'),
(1814, 605, 'email', 'advert@fuiadvert.com'),
(1815, 605, 'message', 'Hi there,\r\n\r\nI’m Carl Solomon from Velociti Consultancy Group, a Finnish-registered company with operations in Canada. We connect businesses with lenders/investors in Qatar, Oman, the UAE, and Saudi Arabia for structured financing—loans at 3% interest, up to 2-year grace, and flexible security.\r\n\r\nIf you’re exploring funding, please share your requirements for a confidential discussion.\r\n\r\nThanks,\r\n\r\nCarl Solomon\r\nVelociti Consultant Group\r\ncarl@velociticonsultant.com\r\nMobile:+1 437 220 4900\r\nWhatsApp: +1 437 220 4900'),
(1816, 606, 'name', 'RobertMuh'),
(1817, 606, 'email', 'zekisuquc419@gmail.com'),
(1818, 606, 'message', 'Salut, ech wollt Äre Präis wëssen.'),
(1819, 607, 'name', 'Danielmaw'),
(1820, 607, 'email', 'jacksrenome@gmx.com'),
(1821, 607, 'message', 'Cvbnifwjidhwfijwoj ihiwdqjfjewhifhqwhfqwuifhuieh uhuifhqwidjqwihiqwufgewygh uiheuifhqwuifgquehdqwui genesiswa.com'),
(1822, 608, 'name', 'Rajya Lakshmi Ikkurthi'),
(1823, 608, 'email', 'rajiikkurthi78@gmail.com'),
(1824, 608, 'message', 'I wanted to cancel my membership. For this I was told that I should be informed a month before. So my last session would be in the month of april. Please help me with this process'),
(1825, 609, 'name', 'RobertMuh'),
(1826, 609, 'email', 'zekisuquc419@gmail.com'),
(1827, 609, 'message', 'Dia duit, theastaigh uaim do phraghas a fháil.'),
(1828, 610, 'name', 'Yukiko'),
(1829, 610, 'email', 'sales@fossey.tidbuy.com'),
(1830, 610, 'message', 'Good day \r\n \r\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSafer™? \r\nWith PawSafer™, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\r\n\r\nPawSafer™ is the safest and most convenient way to trim your dog\'s nails, and it\'s very affordable. \r\n\r\nGet it while it\'s still 50% OFF + FREE Shipping\r\n\r\nBuy here: https://tidbuy.com\r\n \r\nBest Wishes, \r\n \r\nYukiko'),
(1831, 611, 'name', 'Alicia Helper'),
(1832, 611, 'email', 'alicia.helper@stopmissingcallsnow.com'),
(1833, 611, 'message', 'How much are missed calls costing you? (Free video + Free calculator)\r\n\r\nHi there,\r\n\r\nWhen we last spoke, we touched on something that never appears on a P&L: the patient who reached your voicemail — and immediately dialled a competitor.\r\n\r\nMichael Reynolds, our Healthcare AI Advisor, has put together a free 9-minute briefing that strips away the hype. We\'re not here to sell you anything — only to give you a clearer picture of what the current AI shift actually means for clinical administration.\r\n\r\nHere\'s what\'s inside:\r\n\r\n1. Transparency — An honest walkthrough of what AI cannot and should not handle at a medical front desk. No marketing spin.\r\n\r\n2. Patient Lifetime Value — How a single missed call quietly compounds into your practice\'s single biggest invisible revenue leak.\r\n\r\n3. Your number — A free, anonymous calculator that maps your specific revenue leak based on real Patient Lifetime Value data. No form. No email swap. No strings.\r\n\r\n→ Watch the free video + run your numbers: https://www.missedcallscost.com/video-explainer\r\n9 minutes. Completely free. No commitment of any kind.\r\n\r\nBest regards,\r\n\r\nAlicia Helper\r\nHealthcare AI Assistant\r\nP.S. Is your front desk quietly losing $31,600/month in revenue no report will ever show you? Michael\'s 9-min walkthrough answers that — and the free anonymous calculator at the end maps the exact number for your practice. No sign-up, no personal information required, and completely free.\r\n\r\nMissedCallsCost.com\r\n4900 Bayou Blvd, \r\nPensacola, FL 32503\r\n(786) 936 2328'),
(1834, 612, 'name', 'Lisa'),
(1835, 612, 'email', 'lisa.99seosolutionworld@gmail.com'),
(1836, 612, 'message', 'Hello https://genesiswa.com/contact-us/,\r\n\r\nI checked your website. You have an impressive site but ranking is not good on Google, Yahoo and Bing.\r\n\r\nWould you like to optimize your site?\r\n\r\nIf you’re interested, then I will send you SEO Packages and strategies.\r\n\r\nCan I send?\r\n\r\nWarm regards,\r\nLisa'),
(1837, 613, 'name', 'Emilie Johnson'),
(1838, 613, 'email', 'emilie@trustedvirtualteam.com'),
(1839, 613, 'message', 'Hi there,\r\n\r\nThis is Emilie from Trusted Virtual Team.\r\n\r\nNeed help with admin tasks, social media, customer support, or lead prospecting? Our VAs can help.\r\n\r\n\r\nReply YES to schedule a call or STOP to opt out.'),
(1840, 614, 'name', 'Oliver'),
(1841, 614, 'email', 'oliver@reviewremoval.uk'),
(1842, 614, 'message', 'Negative or unfair reviews can seriously affect your business reputation and reduce customer trust. Many customers read reviews before choosing a service, and even a few negative comments can influence their decision and lower your overall rating.\r\n\r\nWe help businesses identify and remove fake, misleading, or policy‑violating reviews that may be harming their reputation. This includes reviews that break platform guidelines or older reviews that are still affecting your profile.\r\n\r\nAt the same time, we also support businesses in improving their online presence by helping them receive positive feedback on major platforms such as Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\r\n\r\nIf negative reviews are impacting your business image, we can help you take the right steps to improve your rating.\r\n\r\nReach out\r\nEmail: oliver@reviewremoval.uk\r\nWhatsApp Link: https://wa.me/447575802542'),
(1843, 615, 'name', 'RobertMuh'),
(1844, 615, 'email', 'zekisuquc419@gmail.com'),
(1845, 615, 'message', 'Hola, volia saber el seu preu.'),
(1846, 616, 'name', 'Latisha'),
(1847, 616, 'email', 'sales@genesiswa.com'),
(1848, 616, 'message', 'Hey \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nRegards, \r\n\r\nLatisha'),
(1849, 617, 'name', 'flulaham'),
(1850, 617, 'email', '1g6et1td@gmail.com'),
(1851, 617, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/25rp8udy'),
(1852, 618, 'name', 'RobertMuh'),
(1853, 618, 'email', 'zekisuquc419@gmail.com'),
(1854, 618, 'message', 'Hola, volia saber el seu preu.'),
(1855, 619, 'name', 'Isaacvot'),
(1856, 619, 'email', 'erprasantkumartarai@gmail.com'),
(1857, 619, 'message', 'YOUR SEARCH BAR FINDS RESULTS FOR WIN A $12,500.00 PRIZE TODAY https://telegra.ph/Win-a-1250000-prize-every-day-Only-we-have-this--Message-ID-756930-03-25'),
(1858, 620, 'name', 'Isaacvot'),
(1859, 620, 'email', 'drewbie926@gmail.com'),
(1860, 620, 'message', 'URGENT MESSAGE! YOUR LUCKY CHARM A $25,000 PROMO CODE https://sosi.al/pmlCx'),
(1861, 621, 'name', 'Calvin'),
(1862, 621, 'email', 'sales@genesiswa.com'),
(1863, 621, 'message', 'Hi there \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nCheers, \r\n\r\nCalvin'),
(1864, 622, 'name', 'Isaacvot'),
(1865, 622, 'email', 'bigwheel@cherokeeblack.com'),
(1866, 622, 'message', 'SKIP THE DOUBT AND DIVE INTO THE $3,500,000 JACKPOT https://cutxly.com/ddfKX'),
(1867, 623, 'name', 'flulaham'),
(1868, 623, 'email', 'iv1pbdei@gmail.com'),
(1869, 623, 'message', 'Photos for my escort application are uploaded.   \r\nLet me know if the quality is good.   \r\nPreview: https://tinyurl.com/mr4ct5aw'),
(1870, 624, 'name', 'Penelope'),
(1871, 624, 'email', 'info@abollouisville.com'),
(1872, 624, 'message', 'Hi, a domain zone file is a complete list of every registered domain under a given TLD. We sell them for $10 per zone in crypto. Clients order these for building email scraping bases, SEO competitor research, and finding unregistered domain opportunities. Reply to discuss. Our Email: 2antonovalesha1988@gmail.com'),
(1873, 625, 'name', 'Isaacvot'),
(1874, 625, 'email', 'rlgulledge07@gmail.com'),
(1875, 625, 'message', 'URGENT! A Moment of Action Could Land You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-936332-03-29'),
(1876, 626, 'name', 'Tim Caple'),
(1877, 626, 'email', 'caple.tim@msn.com'),
(1878, 626, 'message', 'We improve MOZ  Domain authority 40+ in 25 Days its help to improve google rank, improve your website SEO, and you get traffic from google \r\n\r\nDA 40 - (Only $29) -\r\nDA 50 - (Only $79) -\r\nDA 60 - (Only $89) -\r\n\r\n\r\n Yes, Limited time !!\r\n\r\n>> 100% Guarantee \r\n>> Improve Ranking \r\n>> White Hat Process \r\n>> Permanent Work\r\n>> 100% Manual Work \r\n>> 0% Spam score increase \r\n\r\n\r\n⚡ From our work your website keyword get rank on google and get organic traffic from google through keywords\r\n\r\nContact now: intrug@gmail.com'),
(1879, 627, 'name', 'NARTYTRYUT1782878NEHTYHYHTR'),
(1880, 627, 'email', 'smvsrdur@vargosmail.com'),
(1881, 627, 'message', 'MEYJYTJY1782878MAMYJRTH'),
(1882, 628, 'name', 'NATREGTEGH650307NEHTYHYHTR'),
(1883, 628, 'email', 'alcislll@polosmail.com'),
(1884, 628, 'message', 'MERTHYTJTJ650307MARETRYTR'),
(1885, 629, 'name', 'RobertMuh'),
(1886, 629, 'email', 'zekisuquc419@gmail.com'),
(1887, 629, 'message', 'Hola, volia saber el seu preu.'),
(1888, 630, 'name', 'Mark Carner'),
(1889, 630, 'email', 'markwebsolutiondigital@gmail.com'),
(1890, 630, 'message', 'Re: SEO Report\r\n\r\nHello Good Morning,\r\n\r\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\r\n\r\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\r\n\r\nKindly let me know if you would be interested so we can email you more details or schedule a call.\r\n\r\nThankyou\r\nMark Carner'),
(1891, 631, 'name', 'RobertMuh'),
(1892, 631, 'email', 'zekisuquc419@gmail.com'),
(1893, 631, 'message', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.'),
(1894, 632, 'name', 'RobertMuh'),
(1895, 632, 'email', 'zekisuquc419@gmail.com'),
(1896, 632, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(1897, 633, 'name', 'Isaacvot'),
(1898, 633, 'email', 'monaco525@gmail.com'),
(1899, 633, 'message', 'IMPORTANT! You\'ve Peeked 1.3426 BTC Now Collect Result https://m.clickto.cc/YZAhh'),
(1900, 634, 'name', 'Ashley Brown'),
(1901, 634, 'email', 'ashleybro@cachehelper.com'),
(1902, 634, 'message', 'Good Day, \r\n\r\nIm Ashley with Cache Helper, and we provide business owners with more booked appointments using our Lead Found system. On average, we book 10 appointments a day.\r\n\r\nAre you currently looking for more work?'),
(1903, 635, 'name', 'Isaacvot'),
(1904, 635, 'email', 'clarickson@live.nl'),
(1905, 635, 'message', 'Erase Every Visual Obstruction From Any Digital Image Seamlessly https://telegra.ph/Undress-absolutely-any-photo-right-now--Message-ID-351428-04-02'),
(1906, 636, 'name', 'RobertMuh'),
(1907, 636, 'email', 'zekisuquc419@gmail.com'),
(1908, 636, 'message', 'Hæ, ég vildi vita verð þitt.'),
(1909, 637, 'name', 'Isaacvot'),
(1910, 637, 'email', 'windiwatkins51@gmail.com'),
(1911, 637, 'message', 'IMPORTANT! 1.3426 BTC is available withdraw before closure https://pedalhub.store/rDqff'),
(1912, 638, 'name', 'RobertMuh'),
(1913, 638, 'email', 'zekisuquc419@gmail.com'),
(1914, 638, 'message', 'Kaixo, zure prezioa jakin nahi nuen.'),
(1915, 639, 'name', 'Prince'),
(1916, 639, 'email', 'sales@vennard.bangeshop.com'),
(1917, 639, 'message', 'Good Morning, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nSincerely,\r\n\r\nPrince'),
(1918, 640, 'name', 'Isaacvot'),
(1919, 640, 'email', 'somna1972@gmail.com'),
(1920, 640, 'message', 'URGENT! DON\'T DALLY YOUR 1.3426 BTC RETURN IS READY https://cutxly.com/vVoip'),
(1921, 641, 'name', 'RobertMuh'),
(1922, 641, 'email', 'zekisuquc419@gmail.com'),
(1923, 641, 'message', 'Zdravo, htio sam znati vašu cijenu.'),
(1924, 642, 'name', 'Jamila Badham'),
(1925, 642, 'email', 'jamila.badham@yahoo.com'),
(1926, 642, 'message', 'Hi,\r\n\r\n\r\nIf you\'re looking to build or scale your website or mobile app, we can help.\r\n\r\n\r\n\r\nWe offer reliable developers for hire and end-to-end web development services—flexible, fast, and cost-effective.\r\n\r\nWould you be open to a quick discussion?\r\n\r\ncontact us now at virgo.t3@gmail.com'),
(1927, 643, 'name', 'Joanna Riggs'),
(1928, 643, 'email', 'joannariggs278@gmail.com'),
(1929, 643, 'message', 'Hi,\r\n\r\nI just visited genesiswa.com and wondered if you\'ve ever considered an impactful video to advertise your business? Our videos can generate impressive results on both your website and across social media.\r\n\r\nOur videos cost just $195 (USD) for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\r\n\r\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nJoanna\r\n\r\nUnsubscribe: https://unsubscribe.video/unsubscribe.php?d=genesiswa.com'),
(1930, 644, 'name', 'Anna'),
(1931, 644, 'email', 'anna.brandelo@gmail.com'),
(1932, 644, 'message', 'Hi https://genesiswa.com/contact-us,\r\n\r\nCould you please tell me if you want to show your website on top in Google searches and to increase organic traffic on your website.\r\n\r\nWe are a digital marketing company that deals in SEO and we can bring your website to the first page of Google as we are helping more than 100+ websites to get them top in Google.\r\n\r\nPlease let me know if you would like to discuss this opportunity.\r\n\r\nIf you are interested, I can send you our past work, pricing and proposals.\r\n\r\nThank you,\r\nAnna'),
(1933, 645, 'name', 'Gemma Marshall'),
(1934, 645, 'email', 'gemmamarshall811@gmail.com'),
(1935, 645, 'message', 'Hi,\r\n\r\nAre you looking to grow your Instagram audience (or perhaps launch a new page)?\r\n\r\nWe run a manual Instagram service that acts as your dedicated assistant. We can build your profile from scratch or grow your existing account by 300+ real followers a month.\r\n\r\nAll work is done manually on real phones—no bots—starting at just $60/month.\r\n\r\nMind if I send over the details?\r\n\r\nNote: We also work with Youtube Channels.\r\n\r\nKind Regards,\r\nGemma\r\n\r\nhttps://unsubscribe.social/unsubscribe.php?d=genesiswa.com'),
(1936, 646, 'name', 'Lawanna Harbin'),
(1937, 646, 'email', 'lawanna.harbin@gmail.com'),
(1938, 646, 'message', 'Hello there,\r\n\r\nI found your website and thought it looks really solid. \r\n\r\nWe’re offering businesses like yours a free plan for life on our platform, no hidden fees. You can integrate your social profiles, create AI media like UGC-style ads, and share content to promote your brand, all in a single place. \r\n\r\nNo pressure at all, just something that might help grow your online presence with ease. If it makes sense, you can get started here: https://bit.ly/letstok_ai\r\n\r\nWarm Regards,\r\nLawanna Harbin\r\nLetstok AI\r\n\r\n\r\nShould you no longer want to receive additional correspondence from this message, feel free to fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nUl. Plutona 143, Oneida, CA, USA, 91603'),
(1939, 647, 'name', 'Grace Long'),
(1940, 647, 'email', 'grace@hybiopeptides.com'),
(1941, 647, 'message', 'We offer all kinds injection lyophilized peptides for weight-loss, anti-aging, Muscle Strengthening, like Semaglutide ,Tirzepatide ,bpc157,Hgh ,tb 500,hcg ,and so on. We support custom peptides and blends.\r\n\r\nNew vial product: lemon bottles ,lipo-c,VIP,Glow\r\n\r\nYou have any interest pls?'),
(1942, 648, 'name', 'Ralph Marina'),
(1943, 648, 'email', 'marina.ralph@gmail.com');
INSERT INTO `wp_393a933460_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1944, 648, 'message', 'Are you still bleeding hundreds of dollars every month on expensive tools like Ahrefs or Semrush, only to spend hours manually fixing broken code? Most entrepreneurs and freelancers get bogged down in technical grunt work while their websites sink in search rankings due to hundreds of hidden SEO issues they don’t even know exist. Meanwhile, your competitors on Fiverr are charging $500 for basic reports that don’t actually fix anything, leaving business owners frustrated and profitless.\r\n\r\nhttps://www.novaai.expert/SEO-Pilot\r\n\r\nSEOPilot is your \"unfair advantage\" that turns complex SEO audits into a breeze: the software scans and auto-fixes hundreds of problems with a single click—no technical skills required. In just 10 minutes of work, you can invoice a client for 200–500, delivering professional-grade reports that make you look like a high-end agency. While others waste thousands on monthly subscriptions, you pay a one-time $27 fee and secure a ready-to-go business that pays for itself 10x over with your very first client.\r\n\r\nhttps://www.novaai.expert/SEO-Pilot\r\n\r\n\r\nYou are getting this email \r\nsince we believe \r\nthis offer \r\nmight be of interest to you.\r\n\r\nIf you would prefer not to receive \r\nfurther communications from us, \r\nyou can \r\nstop receiving emails:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 6396   31 Rue De La Boetie, CENTRE  86000\r\nLooking out for you, Ralph Marina.'),
(1945, 649, 'name', 'Aryaman Kushwah'),
(1946, 649, 'email', 'aryaman.kushwah@fyndr.us'),
(1947, 649, 'message', 'Hello,\r\n\r\nI am reaching out from Fyndr to see if Genesis Wellness & Aesthetics would be interested in being listed on our platform free of charge.  We are a new Classpass alternative that is much fairer and more business-friendly.\r\n\r\nWe launched earlier in 2023 in Arizona & California and have seen great traction there, and now we\'re expanding to Seattle. We currently partner with over 1200+ businesses and have over 10,000 daily users on our platform.\r\n\r\nOur goal is to help local businesses gain more customers while also providing people with affordable deals. We don’t have any contracts, signup fees, or monthly/annual dues. We only charge a flat 10% fee whenever someone purchases your offers on our platform, which means we only get paid when you generate new sales through us.\r\n\r\nI truly believe we can help bring more customers to your business through Fyndr! If you\'re interested, please feel free to email me back to discuss more. If you would like to go ahead and sign up on your own, here is the link to register for a free Fyndr account: https://fyndr.us/register/ and make sure you select \"Register as a Business.\"\r\n\r\nI look forward to hearing back from you!\r\n\r\nBest Regards,'),
(1948, 650, 'name', 'Ambrose Catron'),
(1949, 650, 'email', 'ambrose.catron@gmail.com'),
(1950, 650, 'message', 'Are you still struggling to build a business from scratch, fighting Google’s algorithms, and burning your budget on paid ads? Most methods put you at the bottom of the pyramid—spending months writing content and setting up complex funnels, praying for a single sale. It’s an exhausting cycle of \"work for the sake of work,\" where one coding error or search engine update can wipe out your entire effort overnight.\r\n\r\nhttps://www.novaai.expert/BP-AI\r\n\r\nStop building and start inheriting. With the Buried Profits AI system, you grab \"dead\" digital assets (expired domains) for just $11 that already have the authority and backlinks others spent years building. Our AI rebuilds a fully functional, profitable site in under 10 minutes, allowing you to collect passive affiliate income or flip sites for 10x–50x profit without any technical skills. Why fight for traffic when you can own the traffic that’s already there?\r\n\r\nhttps://www.novaai.expert/BP-AI\r\n\r\n\r\nYou are getting this email \r\nas we believe \r\nthe offer we provide \r\ncould be useful to you.\r\n\r\nIf you do not wish to receive \r\nfurther communications from us, \r\nyou can \r\nopt out:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 4524   66 Rue Du Faubourg National, CENTRE  65000\r\nLooking out for you, Ambrose Catron.'),
(1951, 651, 'name', 'Kirk Gamble'),
(1952, 651, 'email', 'kirk.gamble@googlemail.com'),
(1953, 651, 'message', 'Hi,\r\n\r\nI came across genesiswa.com and wanted to run something by you.\r\n\r\nMy team recently finished an 81-page YouTube guide specifically for website owners—whether you’re launching from scratch or trying to scale an existing channel in 2026.\r\n\r\nWe’ve just moved the guide to a \"Pay What You Want\" model. It’s valued at $28, but I wanted to make sure it’s accessible to fellow site owners regardless of their budget. You can grab it for the full price, the price of a coffee, or even $0 if things are tight right now.\r\n\r\nIf you’d like to see if the system fits your plans for this year, you can check it out here: https://furtherinfo.info/youtube\r\n\r\nKirk'),
(1954, 652, 'name', 'Eric Jones'),
(1955, 652, 'email', 'ericjonesmyemail@gmail.com'),
(1956, 652, 'message', 'Hello Genesiswa Com Owner,\r\n\r\nMy name is Eric and I’m betting you’d like your website Genesiswa Com to generate more leads.\r\n\r\nHere’s how:\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Genesiswa Com.\r\n\r\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n\r\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\r\n\r\nEric\r\n\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\r\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\r\nYou have customers waiting to talk with you right now… don’t keep them waiting.\r\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=genesiswa.com'),
(1957, 653, 'name', 'Tracie Eather'),
(1958, 653, 'email', 'eather.tracie@gmail.com'),
(1959, 653, 'message', 'Hi.\r\n\r\nAre you still stuck in the \"infinite prompt loop\"? You open a tab, type a prompt, wait, copy the result, and paste it somewhere else — only to repeat it all over again. This isn\'t automation; it’s just a fancier, more exhausting way to work manually, keeping you at the center of every single tedious step. While the world talks about the AI revolution, you’re likely feeling overwhelmed by \"setup chaos\" and technical hurdles, watching your AI \"get dumb\" or unpredictable because you don\'t have the right framework to manage its memory.\r\n\r\nhttps://www.novaai.expert/OpenclawMarketingMastery\r\n\r\nOpenClaw flips the script: instead of you going to the AI, the AI comes to you. Imagine waking up to a Telegram briefing with your daily priorities, while your agent handles your Twitter growth, researches affiliate offers, and manages your sales funnels on 24/7 autopilot. For a limited time, you can skip the tech overwhelm and get your first \"AI employee\" live today for just $7. This launch special, including the Command Center Blueprint and 7 income automations, disappears on March 16th — don\'t let this leverage pass you by.\r\n\r\nhttps://www.novaai.expert/OpenclawMarketingMastery\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou received this notification \r\nsince we believe \r\nthe offer we provide \r\nmay be relevant to you.\r\n\r\nIf you no longer wish to get \r\nfuture messages from us, \r\nyou can \r\nunsubscribe:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 5379   4068 Hall Place, TX  75501\r\nLooking out for you, Tracie Eather.'),
(1960, 654, 'name', 'Sebastian Shiels'),
(1961, 654, 'email', 'shiels.sebastian@gmail.com'),
(1962, 654, 'message', 'Most marketers are trapped in a frustrating cycle: you pay for expensive clicks or spend hours on promotion, only for visitors to vanish the second they close the tab. It is heartbreaking to watch your hard-earned money and effort disappear without a trace because you are constantly fighting for attention that just doesn\'t last. You try to build lists, but engagement drops over time, and paid traffic results are always hit or miss.\r\n\r\nhttps://www.novaai.expert/ExitTrafficNetwork\r\n\r\nExit Traffic Network changes the game by capturing that \"wasted\" traffic and turning it into ongoing exposure for your links. It is a simple, hands-free system that works after the visitor has already decided to leave, making your offer the very next thing they see. You can get 100 hands-free visitors per month while you sleep, with costs as low as approximately five cents per visitor.\r\n\r\nhttps://www.novaai.expert/ExitTrafficNetwork\r\n\r\n\r\nYou are receiving this message \r\nsince we believe \r\nour offer \r\nmay be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfuture messages from us, \r\nplease click here to \r\nunsubscribe:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 1339   34 Rue De La Republique, RHONE-ALPES  69001\r\nLooking out for you, Sebastian Shiels.'),
(1963, 655, 'name', 'NAEWTRER496934NEHTYHYHTR'),
(1964, 655, 'email', 'vmailqrs@vargosmail.com'),
(1965, 655, 'message', 'METRYTRH496934MAWRERGTRH'),
(1966, 656, 'name', 'Millie Haddon'),
(1967, 656, 'email', 'millie.haddon35@outlook.com'),
(1968, 656, 'message', 'Hi,\r\n\r\nWhy you need this: to have every campaign, affiliate offer, or project start delivering traffic and income today — without spending a dime on ads or tech headaches. Ghost Pages turns you into a stealth engine that Google absolutely trusts: you build invisible pages using a secret Google asset, and they quietly start delivering targeted visitors — while your competition is nowhere the wiser.\r\n\r\nIt’s easy, it’s fast, it’s genius: no domains, hosting, social media, or technical skills required — if you can click and copy, you can do this. Plus, it really works and scales: launch one Ghost Page and BAM — traffic flows wherever you want: affiliate links, e‑com, leads — you choose. Ready to start in minutes? Discover how and get results that might blow your mind.\r\n\r\nSee it in action: https://www.novaai.expert/GhostPages\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are receiving this message because we believe our offer may be relevant to you. \r\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 1464 Lewis Street Roselle, IL 60177\r\nLooking out for you, Michael Turner.'),
(1969, 657, 'name', 'Rowena'),
(1970, 657, 'email', 'sales@genesiswa.com'),
(1971, 657, 'message', 'Hey \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nBest Wishes, \r\n\r\nRowena'),
(1972, 658, 'name', 'SEHAJ DULLAT'),
(1973, 658, 'email', 'sehajbrop1@gmail.com'),
(1974, 658, 'message', 'I want to look better. I want to have better skin. What services suit me best?'),
(1975, 659, 'name', 'Judi Binnie'),
(1976, 659, 'email', 'judi.binnie@msn.com'),
(1977, 659, 'message', 'Hello there,\r\n\r\nHere is the greatest results Video generator for eCommerce websites like genesiswa.com.\r\n\r\nRunning a store means time is everything.\r\n\r\nLetstok turns your products into videos automatically — no editing, no production costs.\r\n\r\nShop owners are using it to create more content in less time.\r\n\r\nTry free today (50% off Black Friday): https://bit.ly/LetstokAI\r\n\r\nBest,\r\nJudi Binnie\r\nLetstock AI'),
(1978, 660, 'name', 'Milagros Agaundo'),
(1979, 660, 'email', 'agaundo.milagros@gmail.com'),
(1980, 660, 'message', 'Want robust Proxy solutions for Genesiswa Com?\r\n\r\nFor those who need rock-solid stability, this is the ideal solution. Access no data limits, rapid deployment, and the best rates on the market with consistent uptime.\r\n\r\nGet started today here: https://fas.st/t/4Sd3661X\r\n\r\nSincerely, Milagros'),
(1981, 661, 'name', 'Elizabet Richard'),
(1982, 661, 'email', 'elizabet.richard@gmail.com'),
(1983, 661, 'message', 'We improve MOZ Domain authority 30+ in 15 Days its help to improve google rank, improve your website SEO, and you get traffic from google\r\n\r\nDA - 0 to 40 - (Only $29) - Yes, Limited time !!\r\n\r\n>> 100% Guarantee\r\n>> Improve Ranking\r\n>> White Hat Process\r\n>> Permanent Work\r\n>> 100% Manual Work\r\n>> 0% Spam score increase\r\n\r\n⚡ From our work your website keyword get rank on google and get organic traffic from google through keywords.\r\n\r\nContact now: intrug@gmail.com'),
(1984, 662, 'name', 'DavidRet'),
(1985, 662, 'email', 'no.reply.JoergMoore@gmail.com'),
(1986, 662, 'message', 'Hi there! genesiswa.com, \r\nI came across your website while browsing search results. \r\nWe offer a platform that helps companies connect with relevant websites. \r\nMany companies use this approach to find clients. \r\n  \r\nFeel free to explore the system for free before deciding. \r\nIf you would like additional details, simply reply. \r\n \r\nWishing you a great day. \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693'),
(1987, 663, 'name', 'Szilvia Szilagyi'),
(1988, 663, 'email', 'szilagyi.szilvia@outlook.com'),
(1989, 663, 'message', 'Hi, I just saw your voicemail, sorry that I couldn’t take your call (I am sitting on a plane). I can do 2PM tomorrow Wednesday) instead of 3PM. Can you please send a confirmation email about the reschedule?\r\nThank you,\r\nSzilvia\r\n425-287-4361'),
(1990, 664, 'name', 'RobertMuh'),
(1991, 664, 'email', 'zekisuquc419@gmail.com'),
(1992, 664, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(1993, 665, 'name', 'Melanie Christopherson'),
(1994, 665, 'email', 'melanie@nulifeessentials.com'),
(1995, 665, 'message', 'Hello, inquiring about your peptide therapy program. Would love to set up a time to speak with the medical director. Thanks!'),
(1996, 666, 'name', 'RobertMuh'),
(1997, 666, 'email', 'zekisuquc419@gmail.com'),
(1998, 666, 'message', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.'),
(1999, 667, 'name', 'Jayrn Smith'),
(2000, 667, 'email', 'conklin.juliane@yahoo.com'),
(2001, 667, 'message', 'Hi, it’s Jayrn.\r\n\r\nEvery market has one rule: He who can spend the most to acquire a customer, wins. But here’s the question nobody answers: How do you actually do it?\r\n\r\nIn this video, Darcy Juarez walk through the single number that separates the amateurs from the market dominators—Maximum Allowable Cost Per Acquisition. \r\n\r\nGet this wrong, and you’ll bleed cash. Get it right, and you’ll buy customers at scale while your competitors are stuck Googling cheaper ad hacks.\r\n\r\nWatch it here: https://marketersmentor.com/crush-your-competition.php?refer=genesiswa.com\r\n\r\n\r\nTo multiplying your leverage,\r\nJayrn\r\n\r\nP.S.: I’m Jayrn, a digital marketer and e-commerce seller with a passion for sharing knowledge. I share proven strategies, tips, and resources to help you grow your online business.\r\n\r\n\r\n\r\nMy Blog:\r\nhttps://www.jayrn.com\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=genesiswa.com'),
(2002, 668, 'name', 'RobertMuh'),
(2003, 668, 'email', 'zekisuquc419@gmail.com'),
(2004, 668, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(2005, 669, 'name', 'Ashley Brown'),
(2006, 669, 'email', 'ashleybro@parallelaid.com'),
(2007, 669, 'message', 'Hi there,\r\n\r\nI came across Contact Us and We provide expert Virtual Assistant Services to handle a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative, and customer support.\r\n\r\nI\'d love to show you how it works & how we can help enhance your client acquisitions.\r\n\r\nOpen to a quick 15-minute conversation?\r\n\r\nWarm regards,\r\nAshley Brown\r\nVAs 4 Hire\r\n\r\nPS: If you want to opt out, kindly reply STOP.'),
(2008, 670, 'name', 'Ashley Brown'),
(2009, 670, 'email', 'ashleybro@parallelaid.com'),
(2010, 670, 'message', ''),
(2011, 671, 'name', 'RobertMuh'),
(2012, 671, 'email', 'zekisuquc419@gmail.com'),
(2013, 671, 'message', 'Salam, qiymətinizi bilmək istədim.'),
(2014, 672, 'name', 'Wiley Reymond'),
(2015, 672, 'email', 'wiley.reymond@gmail.com'),
(2016, 672, 'message', 'cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL & More From $1/month (US,CA,EUR)\r\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\r\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive & More From $7/month (FR,GE,CA,US)\r\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\r\nMyskyhost.com - Regular & Encoded RDP From $18/month (FR,GE,CA,US)\r\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\r\nMyskyhost.com - Budget & Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\r\n\r\n...\r\nBest Wishes,\r\nMySkyHost.com | The Hosting Services'),
(2017, 673, 'name', 'Robyn Rawlings'),
(2018, 673, 'email', 'robyn.rawlings@gmail.com'),
(2019, 673, 'message', 'Using AI or DIY Builders? The Real Problem Starts After You Build.\r\n\r\nTried building your website with AI but stuck in endless bugs and debugging?\r\nMost projects don’t fail at building—they fail at fixing what breaks, wasting hours and delaying launches.\r\nWe combine AI speed + expert human developers to deliver clean, working code in 20% time and up to 80% lower cost.\r\n\r\nReply “FIX” to es.olus@gmail.com  and we’ll get your project done—without the headaches. es.olus@gmail.com'),
(2020, 674, 'name', 'RobertMuh'),
(2021, 674, 'email', 'zekisuquc419@gmail.com'),
(2022, 674, 'message', 'Szia, meg akartam tudni az árát.'),
(2023, 675, 'name', 'Christina Ross'),
(2024, 675, 'email', 'cathlabjunkie@gmail.com'),
(2025, 675, 'message', 'Okay I am highly upset for a number of reasons. I had my brother come with me for injections back on March 16. Two weeks later I sent an email to a Nina online to express that for 135 units, I have a lot of movement still, and with no reply I am concerned. I paid 572. for supposedly 135 units. 50u at 189.00 and an additional 85 units. Not sure how I did not look at breakdown of bill however, I know that I did receive 135 units. And, if I did I would not have so much movement. Highly unhappy this time with injections.....I will not drive up just to complain as I drove from Puyallup for appt.'),
(2026, 676, 'name', 'Topaz Jones'),
(2027, 676, 'email', 'topazjones@ymail.com'),
(2028, 676, 'message', 'Hi, I am wondering if I can restart Tirzepatide to curb cravings and help me get back on track. I am currently at 150lb. Thanks! 425-471-1118'),
(2029, 677, 'name', 'Jayrn Smith'),
(2030, 677, 'email', 'ziegler.tami@gmail.com'),
(2031, 677, 'message', ''),
(2032, 678, 'name', 'Clinton Ellison'),
(2033, 678, 'email', 'ellison.clinton@hotmail.com'),
(2034, 678, 'message', 'The biggest reason affiliate businesses fail isn\'t the product or the website — it\'s the \"traffic drought\". You’ve likely spent hundreds on tools and \"shiny objects,\" only to see zero results and explain to your skeptical family why the business still isn\'t profitable. The pain of watching your Clickbank stats stay at \"zero hops\" while your bank account bleeds from expensive Facebook ads or useless solo ads is enough to make anyone quit.\r\n\r\nhttps://www.novaai.expert/TrafficPanther\r\n\r\nTraffic Panther solves this by giving you the ultimate shortcut: you don\'t have to build an audience; you simply plug into mine. The core benefit is instant access to a \"Traffic Siphon\" that redirects real, verified buyers from Jamie Lewis\'s own YouTube channels and expired domains directly to YOUR affiliate links. For a tiny one-time fee, you bypass the need for technical skills or an ad budget and start seeing traffic that converts at 5% to 20% in seconds.\r\n\r\nhttps://www.novaai.expert/TrafficPanther\r\n\r\n\r\nThis message is sent to you \r\nsince we think \r\nwhat we’re offering \r\ncould be relevant to you.\r\n\r\nIf you would prefer not to receive \r\nfurther communications from us, \r\nsimply \r\nstop receiving emails:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 3558   Obere Haltenstrasse 135, NA  9601\r\nLooking out for you, Clinton Ellison.'),
(2035, 679, 'name', 'Layla'),
(2036, 679, 'email', 'layla@proathlete.us'),
(2037, 679, 'message', 'Hi,\r\nMy name is Layla, and I’m reaching out on behalf of the Pro Athlete team. We are a licensed compounding lab dedicated to providing high-quality products with exceptional service and reliability.\r\nI’m here as a direct point of contact to support you with product information, answer any questions, and ensure a seamless ordering experience.\r\nAll of our products are compounded in a certified clean lab, and we currently offer:\r\nSemaglutide\r\nTirzepatide\r\nRetatrutide\r\nSermorelin\r\nIpamorelin\r\nBPC-157\r\nGlutathione\r\nNAD+\r\nNAC\r\nFenbendazole\r\nVitamin B12\r\nMethylene Blue\r\nIvermectin\r\nStem Cells\r\nSelank / Semax\r\nNMN\r\nAOD-9604\r\nCJC-1295\r\nFollistatin (Muscle Growth)\r\nGHK-Cu\r\nTB-500\r\nMOTS-c\r\nEpitalon\r\nThymosin Alpha-1\r\nThymosin Beta-4 (TB-4)\r\nTesamorelin\r\nGlow Blend (GHK-Cu, BPC-157, TB-500)\r\nWolf Pack 1 (BPC-157 + TB-500)\r\nWolf Pack 2 (Tesamorelin + Ipamorelin)\r\nIf you’re currently carrying any of these products, I’d love the opportunity to beat your existing pricing. And if you’re not offering them yet, I’d be happy to help you get started.\r\nPlease don’t hesitate to reach out—I look forward to working with you!\r\nBest regards,\r\nLayla'),
(2038, 680, 'name', 'Jamal'),
(2039, 680, 'email', 'sales@ratcliff.bangeshop.com'),
(2040, 680, 'message', 'Hi, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nAll the best,\r\n\r\nJamal'),
(2041, 681, 'name', 'Cindy Contreras'),
(2042, 681, 'email', 'cindy.contreras14@hotmail.com'),
(2043, 681, 'message', 'Hey there,\r\n\r\nCame across your website and thought we’d drop something helpful. We built a platform where you can produce AI media including short ads, connect your social channels, and manage publishing easily, and there’s a completely free plan. \r\n\r\nNo commitment, just free tools to test out. \r\n\r\nCheck it out if you\'re curious: https://letstokstudio.com/\r\n\r\nRegards,\r\nCindy Contreras\r\nLetstok AI\r\n\r\n\r\n\r\nIf at any point you decide not to receive further correspondence from this campaign, kindly fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nLangwiesstrasse 1, Mount Vernon, CA, USA, 94264'),
(2044, 682, 'name', 'Delila Dover'),
(2045, 682, 'email', 'dover.delila@gmail.com'),
(2046, 682, 'message', 'Are you tired of playing a losing game with Google\'s unpredictable algorithm updates that wipe out your hard-earned rankings overnight? Traditional SEO is becoming a slow, expensive grind where big brands dominate and results take months to appear. But there is a bigger shift happening: over 200 million people every day are now asking AI tools for recommendations instead of scrolling through search results. If ChatGPT, Gemini, or Perplexity aren\'t citing your links in their answers, you are missing out on the most high-intent traffic available today.\r\n\r\nhttps://www.novaai.expert/TrafficGeneratorAI\r\n\r\nIt’s time to pivot to Traffic Generator AI, the complete blueprint for Generative Engine Optimization (GEO). This strategy reveals the 8 specific \"AI Junctions\"—trusted platforms where AI engines actively source their data—allowing you to position your links exactly where AI looks. For a one-time payment of $17, you’ll get the templates and AI prompts needed to start getting cited by major AI models within days, not months. Stop fighting for crumbs in the old search results and start dominating the AI-driven traffic era today.\r\n\r\nhttps://www.novaai.expert/TrafficGeneratorAI\r\n\r\n\r\nThis message is sent to you \r\nas we think \r\nthis offer \r\nmight be of interest to you.\r\n\r\nIf you no longer wish to get \r\nfurther communications from us, \r\nplease click here to \r\nunsubscribe from these emails:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 6468   Rossmarkt 72, BURGENLAND  7341\r\nLooking out for you, Delila Dover.'),
(2047, 683, 'name', 'Kimberley Holland'),
(2048, 683, 'email', 'kimberley@virtualeaseservice.com'),
(2049, 683, 'message', 'Hi,\r\n\r\nWe’ve built something called MAVIS, and it’s not just another AI tool.\r\n\r\nMAVIS is a complete system that manages every major function of your company—front‑end and back‑end growth strategies, revenue support, content, coding, web development, admin, and operations—all in one place.\r\n\r\nThe difference is that it’s not just software. Every function is executed by a trained specialist Virtual Assistant inside the system, so tasks actually reach completion.\r\n\r\nThe goal is simple: no hiring multiple roles, no juggling ten different tools, no steep learning curve. You delegate, the VA finishes, and MAVIS runs your business while you focus on scaling.\r\n\r\nWould you like to see how MAVIS could streamline your operations?\r\n\r\n\r\nKim'),
(2050, 684, 'name', 'Cara Love'),
(2051, 684, 'email', 'cara@vettedvas.com'),
(2052, 684, 'message', 'Good day,\r\n\r\nWe’ve built something called MAVIS, and it’s not just another AI tool.\r\n\r\nMAVIS is a complete system that manages every major function of your company—front‑end and back‑end growth strategies, revenue support, content, coding, web development, admin, and operations—all in one place.\r\n\r\nThe difference is that it’s not just software. Every function is executed by a trained specialist Virtual Assistant inside the system, so tasks actually reach completion.\r\n\r\nThe goal is simple: no hiring multiple roles, no juggling ten different tools, no steep learning curve. You delegate, the VA finishes, and MAVIS runs your business while you focus on scaling.\r\n\r\nWould you like to see how MAVIS could streamline your operations?\r\n\r\n\r\nCara Love'),
(2053, 685, 'name', 'Elliot Tindal'),
(2054, 685, 'email', 'elliot.tindal@hotmail.com'),
(2055, 685, 'message', 'You know the exhausting cycle: spending hours digging through Twitter and Reddit, ending up with 47 browser tabs open and zero confidence that any of your ideas will actually sell. The brutal truth about digital products today is that success almost never depends on quality alone—it\'s about timing and topic selection. Every day you spend on manual research is a day someone else spends launching a product in a niche you haven\'t even discovered yet, leaving you to fight for the scraps once the market is already crowded.\r\n\r\nhttps://www.novaai.expert/TrendRadar\r\n\r\nTrend Radar replaces hours of guesswork with a single click, using AI to scan over 35 secret sources across the web to find breaking trends before they go viral. Instead of random data, you receive 10 fully-researched opportunities, each packed with \"Profit and Urgency\" alerts, three immediate product ideas, and a step-by-step action plan to monetize them. Whether you are a self-publisher, YouTuber, or course creator, you can now go from a fresh trend to a published product in record time, hitting the market exactly when the demand is at its peak.\r\n\r\nhttps://www.novaai.expert/TrendRadar\r\n\r\n\r\nYou are getting this email \r\nas we think \r\nour offer \r\nmight be of interest to you.\r\n\r\nIf you no longer wish to get \r\nany more messages from us, \r\nplease click here to \r\nunsubscribe:\r\n\r\nhttps://www.novaai.expert/unsub?domain=genesiswa.com \r\nAddress: Address: 4207   Dassenburcht 145, GR  9649 Kj\r\nLooking out for you, Elliot Tindal.'),
(2056, 686, 'name', 'Lisa'),
(2057, 686, 'email', 'lisa.99seosolutionworld@gmail.com'),
(2058, 686, 'message', 'Hello https://genesiswa.com/contact-us,\r\n\r\nI checked your website. You have an impressive site but ranking is not good on Google, Yahoo and Bing.\r\n\r\nWould you like to optimize your site?\r\n\r\nIf you’re interested, then I will send you SEO Packages and strategies.\r\n\r\nCan I send?\r\n\r\nWarm regards,\r\nLisa'),
(2059, 687, 'name', 'Lisa'),
(2060, 687, 'email', 'lisa.vseoarena@gmail.com'),
(2061, 687, 'message', 'Hi https://genesiswa.com/contact-us,\r\n\r\nI checked your website. It has a good design, but its ranking on Google, Yahoo, and Bing is not strong.\r\n\r\nWould you like to optimize your website for better visibility and traffic?\r\n\r\nI can share our SEO strategies along with package details. If you’re interested, please share your mobile number.\r\n\r\nShall I send the details?\r\n\r\nThank you,\r\nLisa'),
(2062, 688, 'name', 'Winfred'),
(2063, 688, 'email', 'winfred@lab-peptides.com'),
(2064, 688, 'message', '>99% Purity Peptides USA Domestic or Shipped From China Lab-Peptides Supplier\r\n\r\nReliable Customs: 99%+ Clearance\r\nStable Supply: USA(NJ+CA) Warehouse & China Main Warehouse\r\nPayments: Bitcoin/ USDT/ USDC/ ETH/ USA Local (International )Bank Transfer\r\n\r\nEmail: winfred@lab-peptides.com\r\nWhatsApp & Telegram: +85363509493\r\nWebsite: https://www.lab-peptides.com/'),
(2065, 689, 'name', 'Lisa'),
(2066, 689, 'email', 'lisa.vseoarena@gmail.com'),
(2067, 689, 'message', 'Hi https://genesiswa.com/contact-us,\r\n\r\nYour site looks good, but it’s not ranking on Google.\r\n\r\nI can help improve it and get it on Google’s first page.\r\n\r\nShall I share pricing details?\r\n\r\nIf you are interested, please share your contact number.\r\n\r\nThank you,\r\nLisa'),
(2068, 690, 'name', 'RobertMuh'),
(2069, 690, 'email', 'zekisuquc419@gmail.com'),
(2070, 690, 'message', 'Hi, I wanted to know your price.'),
(2071, 691, 'name', 'Aditya Dixit'),
(2072, 691, 'email', 'aditya.dgtllsolution@gmail.com'),
(2073, 691, 'message', 'Hello,\r\n\r\nI came across your website and noticed there may be some opportunities to improve your search engine rankings, traffic, and online visibility.\r\n\r\nWe provide complete SEO services including keyword research, on-page optimization, backlinks, technical SEO, and ranking improvements using professional strategies.\r\n\r\nI would be happy to share our SEO proposal with detailed plans, activities, pricing, and how GSA-based SEO can support faster results.\r\n\r\nPlease let me know if you are interested, and I’ll send price and full details.\r\n\r\nRegards,\r\nAditya'),
(2074, 692, 'name', 'Aditya Dixit'),
(2075, 692, 'email', 'aditya.dgtlsolution@gmail.com'),
(2076, 692, 'message', 'Hello,\r\n \r\nI visit your website and found some easy improvements that could boost your website ranking in search engine\'s.\r\n \r\nCan I send you our recommendations with packages details?\r\n \r\nThanks you,\r\n \r\nAditya'),
(2077, 693, 'name', 'Bruce'),
(2078, 693, 'email', 'sales@genesiswa.com'),
(2079, 693, 'message', 'Hey \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nSincerely, \r\n\r\nBruce'),
(2080, 694, 'name', 'Michael Seaman'),
(2081, 694, 'email', 'seaman.m@demoswipesum.com'),
(2082, 694, 'message', 'Hi Genesis Wellness & Aesthetics,\r\n\r\nIf you ever type card details for your Botox, filler, or 90-day skin reset packages instead of running the chip, those sales may be tagged card-not-present. That label pushes you into higher interchange tiers that can silently tack on $150 to $400 per treatment in fees you will not see listed anywhere obvious. We are an independent payments consultancy and built an AI tool that reads processing statements in seconds to pinpoint exactly where the extra charges live. The audit is free and comes with no obligations.\r\n\r\nMichael'),
(2083, 695, 'name', 'RobertMuh'),
(2084, 695, 'email', 'zekisuquc419@gmail.com'),
(2085, 695, 'message', 'Hola, quería saber tu precio..'),
(2086, 696, 'name', 'RobertMuh'),
(2087, 696, 'email', 'zekisuquc419@gmail.com'),
(2088, 696, 'message', 'Ciao, volevo sapere il tuo prezzo.'),
(2089, 697, 'name', 'Carlos Pender'),
(2090, 697, 'email', 'pender.carlos@gmail.com'),
(2091, 697, 'message', 'Hey there,\r\n\r\nWe found your website and thought it is well put together. We are offering businesses like yours a permanent free plan on our platform, no hidden fees. \r\n\r\nYou can generate AI content like UGC-style ads, connect your social channels, and post everything from a single dashboard. \r\n\r\nYou can also analyze competitor ads and recreate them, without prompts. No pressure at all, just something that might support faster growth. \r\n\r\nIf it sounds useful, you can check it out here: https://letstokstudio.com/\r\n\r\nThanks,\r\nCarlos Pender\r\nLetstok AI\r\n\r\n\r\nIf you wish to stop getting further emails from us, please fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nUl. Zizki Jana 55, Syracuse, CA, USA, 94757'),
(2092, 698, 'name', 'David Carter'),
(2093, 698, 'email', 'david@reviewremoval.uk'),
(2094, 698, 'message', 'I noticed a few negative reviews affecting your Google rating. We specialize in removing negative reviews, even older ones. Would you like more details?\r\n\r\nThanks,\r\nDavid Carter');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_links`
--

CREATE TABLE `wp_393a933460_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_litespeed_url`
--

CREATE TABLE `wp_393a933460_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_litespeed_url_file`
--

CREATE TABLE `wp_393a933460_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_options`
--

CREATE TABLE `wp_393a933460_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_options`
--

INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:38:{i:1779077300;a:1:{s:21:\"wordfence_ls_ntp_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:1779077682;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:1779077831;a:1:{s:29:\"ctf_smash_twitter_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1779077837;a:1:{s:24:\"sbtt_feed_update_routine\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1779078519;a:1:{s:21:\"wordfence_hourly_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:1779078834;a:1:{s:27:\"objectcache_prune_analytics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1779080238;a:1:{s:15:\"sby_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1779084000;a:5:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:20:\"cff_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"cff_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sby_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbyweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779084891;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:1779084962;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779085027;a:1:{s:12:\"cff_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779085029;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:1779085034;a:1:{s:12:\"sby_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779085091;a:1:{s:15:\"ctf_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:1779088479;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:1779090279;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:1779092079;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:1779096956;a:1:{s:27:\"wpaas_ua_check_record_count\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779098056;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: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:1779098059;a:1:{s:29:\"wpseo_detect_default_seo_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779110919;a:1:{s:20:\"wordfence_daily_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:1779128082;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779128091;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:1779128092;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:1779128237;a:1:{s:26:\"sbtt_refresh_token_routine\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779128512;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:1779132766;a:1:{s:22:\"mwp_update_public_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:1779212696;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"f70178e5c8e8b76a0d1af306cf47389a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1779212696;}}}}i:1779214558;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:1779300882;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779368298;a:1:{s:23:\"cff_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:1779471896;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"8e225d5801a4629a28bf72054bd9ee3b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1779471896;}}}}i:1779515516;a:1:{s:24:\"astra_delete_docs_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779562074;a:1:{s:24:\"sbtt_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:1779585569;a:1:{s:23:\"sby_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:1779678575;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:1779724800;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}', 'on'),
(20062, '_site_transient_timeout_n_i15afzzw6gsnb231jkjz4xndo0mw4ftoa0q42h', '1779114468', 'off'),
(20063, '_site_transient_n_i15afzzw6gsnb231jkjz4xndo0mw4ftoa0q42h', '1779028068', 'off'),
(19826, '_transient_timeout_wpseo_total_unindexed_general_items', '1779112777', 'off'),
(19827, '_transient_wpseo_total_unindexed_general_items', '0', 'off'),
(2, 'siteurl', 'http://mrarif.me/genesiswa/', 'on'),
(3, 'home', 'http://mrarif.me/genesiswa/', 'on'),
(4, 'blogname', 'Genesis Wellness &amp; Aesthetics', 'on'),
(5, 'blogdescription', 'Welcome', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'arifwebsols@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:126:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"sbr_review_alert/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"sbr_review_alert/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"sbr_review_alert/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sbr_review_alert/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sbr_review_alert/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"sbr_review_alert/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"sbr_review_alert/([^/]+)/embed/?$\";s:49:\"index.php?sbr_review_alert=$matches[1]&embed=true\";s:37:\"sbr_review_alert/([^/]+)/trackback/?$\";s:43:\"index.php?sbr_review_alert=$matches[1]&tb=1\";s:45:\"sbr_review_alert/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?sbr_review_alert=$matches[1]&paged=$matches[2]\";s:52:\"sbr_review_alert/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?sbr_review_alert=$matches[1]&cpage=$matches[2]\";s:41:\"sbr_review_alert/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?sbr_review_alert=$matches[1]&page=$matches[2]\";s:33:\"sbr_review_alert/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"sbr_review_alert/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sbr_review_alert/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sbr_review_alert/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sbr_review_alert/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"sbr_review_alert/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:41:\"index.php?&page_id=4429&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(19845, 'wpmdb_schema_version', '3.6', 'off'),
(19846, '_site_transient_timeout_browser_90daa551604269dbcdcf237b5cc700f3', '1779629210', 'off'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:16:{i:0;s:15:\"worker/init.php\";i:1;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:2;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:3;s:32:\"duplicate-page/duplicatepage.php\";i:4;s:31:\"elementor-pro/elementor-pro.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";i:7;s:34:\"feeds-for-youtube/youtube-feed.php\";i:8;s:33:\"instagram-feed/instagram-feed.php\";i:10;s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";i:11;s:41:\"powerpack-elements/powerpack-elements.php\";i:12;s:27:\"reviews-feed/sb-reviews.php\";i:13;s:25:\"wordfence-1/wordfence.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:31:\"wp-migrate-db/wp-migrate-db.php\";i:16;s:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:5:{i:0;s:68:\"D:\\laragon\\www\\genesiswa/wp-content/themes/astra-child/functions.php\";i:2;s:64:\"D:\\laragon\\www\\genesiswa/wp-content/themes/astra-child/style.css\";i:3;s:49:\"/dom58586/wp-content/themes/astra-child/style.css\";i:4;s:48:\"/dom58586/wp-content/plugins/akismet/akismet.php\";i:5;s:80:\"/home/mrarqpph/public_html/genesiswa/wp-content/themes/astra-child/functions.php\";}', 'off'),
(41, 'template', 'astra', 'on'),
(42, 'stylesheet', 'astra-child', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '60717', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '1', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:9:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:20:\"worker/functions.php\";s:13:\"mwp_uninstall\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:58:\"vendor/gdcorp-wordpress/system-plugin-worker/functions.php\";s:13:\"mwp_uninstall\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";a:2:{i:0;s:39:\"CustomFacebookFeed\\Custom_Facebook_Feed\";i:1;s:13:\"cff_uninstall\";}s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";a:2:{i:0;s:57:\"SmashBalloon\\TikTokFeeds\\Common\\Services\\UninstallService\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:27:\"wp-optimize/wp-optimize.php\";a:2:{i:0;s:13:\"WPO_Uninstall\";i:1;s:7:\"actions\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '4429', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '17', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1784577622', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '58975', 'on'),
(102, 'wp_393a933460_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:79:{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: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:29:\"manage_instagram_feed_options\";b:1;s:27:\"manage_twitter_feed_options\";b:1;s:27:\"manage_youtube_feed_options\";b:1;s:35:\"manage_custom_facebook_feed_options\";b:1;s:20:\"wpseo_manage_options\";b:1;s:26:\"manage_tiktok_feed_options\";b:1;s:19:\"manage_postman_smtp\";b:1;s:19:\"manage_postman_logs\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '1', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(125, 'recovery_keys', 'a:0:{}', 'off'),
(126, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1738088383;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'),
(155, 'finished_updating_comment_type', '1', 'auto'),
(160, 'WPLANG', '', 'auto'),
(161, 'new_admin_email', 'arifwebsols@gmail.com', 'auto'),
(168, 'current_theme', 'Astra Child', 'auto'),
(169, 'theme_mods_astra', 'a:4:{i:0;b: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:1738088428;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(170, 'theme_switched', '', 'auto'),
(173, 'astra-settings', 'a:46:{s:18:\"theme-auto-version\";s:6:\"4.13.2\";s:22:\"is_theme_queue_running\";b:0;s:20:\"headings-font-family\";s:20:\"\'Roboto\', sans-serif\";s:21:\"headings-font-variant\";s:35:\"100,200,300,400,500,600,700,800,900\";s:14:\"font-family-h1\";s:24:\"\'Montserrat\', sans-serif\";s:14:\"font-weight-h1\";s:3:\"800\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";i:55;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"font-family-h2\";s:24:\"\'Montserrat\', sans-serif\";s:14:\"font-weight-h2\";s:3:\"300\";s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";i:22;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"para-margin-bottom\";d:0.8;s:16:\"body-font-family\";s:20:\"\'Roboto\', sans-serif\";s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#db9226\";i:1;s:7:\"#804d09\";i:2;s:7:\"#122b4a\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#122b4a\";}s:4:\"flag\";b:1;}s:18:\"site-content-width\";i:1240;s:12:\"button-color\";s:25:\"var(--ast-global-color-4)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-4)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-8)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-1)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"36\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"36\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"theme-button-border-group-border-size\";a:4:{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:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{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:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-family-button\";s:20:\"\'Barlow\', sans-serif\";s:18:\"font-weight-button\";s:3:\"600\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:1:\"3\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"scroll-to-top-icon-color\";s:25:\"var(--ast-global-color-4)\";s:27:\"scroll-to-top-icon-bg-color\";s:25:\"var(--ast-global-color-0)\";s:26:\"scroll-to-top-icon-h-color\";s:25:\"var(--ast-global-color-4)\";s:29:\"scroll-to-top-icon-h-bg-color\";s:25:\"var(--ast-global-color-1)\";s:31:\"archive-post-ast-content-layout\";s:20:\"full-width-container\";s:27:\"archive-post-sidebar-layout\";s:10:\"no-sidebar\";s:20:\"enable-comments-area\";b:0;s:30:\"single-post-ast-content-layout\";s:20:\"full-width-container\";s:26:\"single-post-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:22:\"v4-9-0-backward-option\";b:0;s:16:\"btn-consist-comp\";b:0;s:28:\"enable-4-11-12-compatibility\";b:0;s:21:\"ast-single-page-title\";b:0;}', 'on'),
(182, 'theme_mods_astra-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:11:\"mobile_menu\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:16;}', 'on'),
(188, 'recently_activated', 'a:4:{s:35:\"litespeed-cache/litespeed-cache.php\";i:1779026534;s:27:\"wp-optimize/wp-optimize.php\";i:1779020944;s:31:\"backup-backup/backup-backup.php\";i:1779020472;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1779018215;}', 'off'),
(193, 'elementor_onboarded', '1', 'auto'),
(194, 'elementor_active_kit', '10', 'auto'),
(195, 'elementor_font_display', 'swap', 'auto'),
(198, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto'),
(199, 'elementor_version', '4.0.8', 'auto'),
(200, 'elementor_install_history', 'a:19:{s:6:\"3.27.2\";i:1738088513;s:6:\"3.28.4\";i:1746603719;s:6:\"3.29.0\";i:1747683429;s:6:\"3.29.1\";i:1748461225;s:6:\"3.29.2\";i:1749066444;s:6:\"3.30.0\";i:1751404952;s:6:\"3.30.1\";i:1751917160;s:6:\"3.30.2\";i:1752090263;s:6:\"3.30.3\";i:1753213511;s:6:\"3.30.4\";i:1753913161;s:6:\"3.31.0\";i:1754423095;s:5:\"4.0.0\";i:1774906416;s:5:\"4.0.1\";i:1775071412;s:5:\"4.0.2\";i:1776108200;s:5:\"4.0.3\";i:1776712734;s:5:\"4.0.4\";i:1777404227;s:5:\"4.0.5\";i:1777577039;s:5:\"4.0.6\";i:1777922618;s:5:\"4.0.8\";i:1779018050;}', 'auto'),
(201, 'elementor_events_db_version', '1.0.0', 'off'),
(203, '_elementor_installed_time', '1738088514', 'auto'),
(204, 'elementor_connect_site_key', 'aea3c88644cd2885ee7ee313f9ce0691', 'auto');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(205, '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 INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(206, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(212, 'elementor_pro_version', '4.0.4', 'auto'),
(213, 'elementor_pro_install_history', 'a:22:{s:6:\"3.25.4\";i:1738088605;s:6:\"3.28.4\";i:1746640081;s:6:\"3.29.0\";i:1747726183;s:6:\"3.29.1\";i:1748504362;s:6:\"3.29.2\";i:1749109099;s:6:\"3.30.0\";i:1751442802;s:6:\"3.30.1\";i:1753256562;s:6:\"3.31.0\";i:1754466341;s:6:\"3.31.2\";i:1754984195;s:6:\"3.31.3\";i:1757403557;s:6:\"3.32.0\";i:1758008698;s:6:\"3.32.1\";i:1758095312;s:6:\"3.32.2\";i:1759216951;s:6:\"3.32.3\";i:1761094353;s:6:\"3.33.0\";i:1762845831;s:6:\"3.33.1\";i:1762932212;s:6:\"3.35.1\";i:1774906417;s:5:\"4.0.0\";i:1774941915;s:5:\"4.0.1\";i:1775114374;s:5:\"4.0.2\";i:1776151446;s:5:\"4.0.3\";i:1776756171;s:5:\"4.0.4\";i:1777447408;}', 'auto'),
(214, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(215, '_elementor_pro_installed_time', '1738088605', 'auto'),
(216, 'elementor_submissions_db_version', '5', 'auto'),
(217, 'elementor_allow_tracking', 'yes', 'auto'),
(218, 'elementor_tracker_last_send', '1779018036', 'auto'),
(223, 'elementor_pro_license_key', 'ep-ugLu1rp3BCnkcUMDdaUB1701104650EgD4W7ueft6i', 'auto'),
(224, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1779104570;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}', 'off'),
(225, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1779061370;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}', 'off'),
(226, 'elementor_notes_db_version', '5', 'auto'),
(227, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1776154796;s:5:\"value\";s:8561:\"[{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(230, '_elementor_pro_api_requests_lock', 'a:2:{s:16:\"get_license_data\";i:1779018169;s:11:\"get_version\";i:1779076639;}', 'auto'),
(233, 'litespeed.conf.__activation', '-1', 'auto'),
(234, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1779024628,\"news.utime\":1779026520,\"curr_request.news\":0,\"last_request.news\":1779026520,\"ips_ts\":1738124279,\"ips_ts_runner\":1738124279,\"ips\":[\"102.221.36.98\",\"103.106.229.82\",\"103.106.229.94\",\"103.146.63.42\",\"103.152.118.219\",\"103.152.118.72\",\"103.164.203.163\",\"103.188.22.12\",\"103.28.90.190\",\"103.75.117.169\",\"104.225.142.116\",\"104.244.77.37\",\"108.61.158.223\",\"109.248.43.195\",\"135.148.120.32\",\"136.243.106.228\",\"139.84.230.39\",\"141.164.38.65\",\"145.239.252.65\",\"146.88.239.197\",\"147.78.0.165\",\"147.78.3.13\",\"147.78.3.161\",\"149.248.44.108\",\"149.28.136.245\",\"149.28.47.113\",\"149.28.85.239\",\"152.228.171.66\",\"152.53.36.14\",\"152.53.38.14\",\"155.138.221.81\",\"156.67.218.140\",\"157.90.154.114\",\"158.51.123.249\",\"162.254.117.80\",\"162.254.118.29\",\"163.182.174.161\",\"163.47.21.168\",\"164.52.202.100\",\"167.71.185.204\",\"167.88.61.211\",\"170.249.218.98\",\"178.17.171.177\",\"178.22.124.247\",\"178.22.124.251\",\"178.255.220.12\",\"18.192.146.200\",\"185.116.60.231\",\"185.116.60.232\",\"185.126.237.51\",\"185.212.169.91\",\"185.228.26.40\",\"185.53.57.40\",\"185.53.57.89\",\"188.172.228.182\",\"188.172.229.113\",\"188.64.184.71\",\"190.92.176.5\",\"191.96.101.140\",\"192.248.156.201\",\"192.248.191.135\",\"192.99.38.117\",\"193.203.191.189\",\"194.163.134.104\",\"194.36.144.221\",\"195.231.17.141\",\"198.38.89.73\",\"199.247.28.91\",\"199.59.247.242\",\"201.182.97.70\",\"202.182.123.93\",\"202.61.226.253\",\"204.10.163.237\",\"209.124.84.191\",\"209.208.26.218\",\"211.23.143.87\",\"213.159.1.75\",\"213.183.48.170\",\"213.184.85.245\",\"216.238.106.164\",\"216.238.71.13\",\"23.95.73.167\",\"27.131.75.41\",\"31.131.4.244\",\"31.22.115.186\",\"31.40.212.152\",\"34.247.229.180\",\"34.249.110.197\",\"38.101.149.196\",\"38.114.121.40\",\"38.54.30.228\",\"38.54.42.235\",\"38.54.79.187\",\"38.60.253.237\",\"41.185.29.210\",\"41.223.52.170\",\"45.124.65.86\",\"45.132.244.92\",\"45.248.77.61\",\"45.32.123.201\",\"45.32.169.55\",\"45.32.183.112\",\"45.32.210.159\",\"45.32.67.144\",\"45.32.77.223\",\"45.63.67.181\",\"45.76.252.131\",\"45.77.148.74\",\"45.77.233.177\",\"46.250.220.133\",\"49.12.102.29\",\"5.134.119.103\",\"5.134.119.194\",\"5.188.183.13\",\"5.189.146.228\",\"51.81.186.219\",\"51.81.33.156\",\"54.246.224.74\",\"54.36.103.97\",\"61.219.247.87\",\"61.219.247.90\",\"64.176.163.166\",\"64.176.4.251\",\"64.227.16.93\",\"64.31.63.160\",\"65.108.104.232\",\"65.20.75.178\",\"65.21.81.50\",\"65.21.81.51\",\"66.42.124.101\",\"67.219.99.102\",\"69.50.95.216\",\"70.34.205.229\",\"79.172.239.249\",\"81.31.156.245\",\"81.31.156.246\",\"86.105.14.231\",\"86.105.14.232\",\"89.147.110.130\",\"89.58.38.4\",\"91.148.135.53\",\"91.201.67.57\",\"91.228.7.67\",\"92.118.205.75\",\"94.75.232.90\",\"95.179.133.28\",\"95.179.145.87\",\"95.179.245.162\",\"95.216.116.209\"]}', 'auto'),
(19892, 'litespeed.conf._version', '7.8.0.1', 'auto'),
(236, 'litespeed.conf.hash', 'lugcge1nRVGB1S8QR4bFQEW56XKdXERs', 'auto'),
(237, 'litespeed.conf.auto_upgrade', '', 'auto'),
(238, 'litespeed.conf.api_key', '', 'auto'),
(239, 'litespeed.conf.server_ip', '', 'auto'),
(240, 'litespeed.conf.guest', '', 'auto'),
(241, 'litespeed.conf.guest_optm', '', 'auto'),
(242, 'litespeed.conf.news', '1', 'auto'),
(243, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]', 'auto'),
(244, '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'),
(245, 'litespeed.conf.cache', '1', 'auto'),
(246, 'litespeed.conf.cache-priv', '1', 'auto'),
(247, 'litespeed.conf.cache-commenter', '1', 'auto'),
(248, 'litespeed.conf.cache-rest', '1', 'auto'),
(249, 'litespeed.conf.cache-page_login', '1', 'auto'),
(250, 'litespeed.conf.cache-resources', '1', 'auto'),
(251, 'litespeed.conf.cache-mobile', '', 'auto'),
(252, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(253, 'litespeed.conf.cache-browser', '', 'auto'),
(254, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(255, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(256, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(257, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(258, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(259, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(260, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(261, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(262, 'litespeed.conf.cache-exc', '[]', 'auto'),
(263, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(264, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(265, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(266, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(267, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(268, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(269, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(270, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(271, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(272, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(273, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(274, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(275, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(276, 'litespeed.conf.purge-upgrade', '1', 'auto'),
(277, 'litespeed.conf.purge-stale', '', 'auto'),
(278, 'litespeed.conf.purge-post_all', '', 'auto'),
(279, 'litespeed.conf.purge-post_f', '1', 'auto'),
(280, 'litespeed.conf.purge-post_h', '1', 'auto'),
(281, 'litespeed.conf.purge-post_p', '1', 'auto'),
(282, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(283, 'litespeed.conf.purge-post_a', '1', 'auto'),
(284, 'litespeed.conf.purge-post_y', '', 'auto'),
(285, 'litespeed.conf.purge-post_m', '1', 'auto'),
(286, 'litespeed.conf.purge-post_d', '', 'auto'),
(287, 'litespeed.conf.purge-post_t', '1', 'auto'),
(288, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(289, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(290, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(291, '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'),
(292, 'litespeed.conf.esi', '', 'auto'),
(293, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(294, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(295, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(296, 'litespeed.conf.util-instant_click', '', 'auto'),
(297, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(298, 'litespeed.conf.debug-disable_all', '', 'auto'),
(299, 'litespeed.conf.debug', '', 'auto'),
(300, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(301, 'litespeed.conf.debug-level', '', 'auto'),
(302, 'litespeed.conf.debug-filesize', '3', 'auto'),
(303, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(304, 'litespeed.conf.debug-inc', '[]', 'auto'),
(305, 'litespeed.conf.debug-exc', '[]', 'auto'),
(306, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(307, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(308, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(309, 'litespeed.conf.optm-css_min', '', 'auto'),
(310, 'litespeed.conf.optm-css_comb', '', 'auto'),
(311, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(312, 'litespeed.conf.optm-ucss', '', 'auto'),
(313, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(314, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(315, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(316, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(317, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(318, 'litespeed.conf.optm-js_min', '', 'auto'),
(319, 'litespeed.conf.optm-js_comb', '', 'auto'),
(320, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(321, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(322, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(323, 'litespeed.conf.optm-html_min', '', 'auto'),
(324, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(325, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(326, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(327, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(328, 'litespeed.conf.optm-css_async', '', 'auto'),
(329, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(330, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(331, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(332, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(333, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(334, 'litespeed.conf.optm-js_defer', '', 'auto'),
(335, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(336, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(337, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(338, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(339, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(340, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(341, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(342, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(343, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(344, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(345, 'litespeed.conf.optm-exc', '[]', 'auto'),
(346, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(347, 'litespeed.conf.object', '', 'auto'),
(348, 'litespeed.conf.object-kind', '', 'auto'),
(349, 'litespeed.conf.object-host', 'localhost', 'auto'),
(350, 'litespeed.conf.object-port', '11211', 'auto'),
(351, 'litespeed.conf.object-life', '360', 'auto'),
(352, 'litespeed.conf.object-persistent', '1', 'auto'),
(353, 'litespeed.conf.object-admin', '1', 'auto'),
(355, 'litespeed.conf.object-db_id', '0', 'auto'),
(356, 'litespeed.conf.object-user', '', 'auto'),
(357, 'litespeed.conf.object-pswd', '', 'auto'),
(358, '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'),
(359, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(360, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(361, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(362, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(363, 'litespeed.conf.optm-localize', '', 'auto'),
(364, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(365, 'litespeed.conf.media-lazy', '', 'auto'),
(366, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(367, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(368, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(369, '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'),
(370, 'litespeed.conf.media-lqip', '', 'auto'),
(371, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(372, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(373, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(374, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(375, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(376, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(377, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(378, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(379, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(380, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(381, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(382, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(383, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(384, 'litespeed.conf.media-vpi', '', 'auto'),
(385, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(386, 'litespeed.conf.img_optm-auto', '', 'auto'),
(387, 'litespeed.conf.img_optm-cron', '1', 'auto'),
(388, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(389, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(390, 'litespeed.conf.img_optm-webp', '', 'auto'),
(391, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(392, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(393, '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'),
(394, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(395, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(396, 'litespeed.conf.crawler', '', 'auto'),
(397, 'litespeed.conf.crawler-usleep', '500', 'auto'),
(398, 'litespeed.conf.crawler-run_duration', '400', 'auto'),
(399, 'litespeed.conf.crawler-run_interval', '600', 'auto'),
(400, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(401, 'litespeed.conf.crawler-threads', '3', 'auto'),
(402, 'litespeed.conf.crawler-timeout', '30', 'auto'),
(403, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(404, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(405, 'litespeed.conf.crawler-drop_domain', '1', 'auto'),
(406, 'litespeed.conf.crawler-map_timeout', '120', 'auto'),
(407, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(408, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(409, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(410, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(411, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(412, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(413, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(414, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(415, 'litespeed.conf.cdn', '', 'auto'),
(416, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(417, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'auto'),
(418, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(419, 'litespeed.conf.cdn-quic', '', 'auto'),
(420, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(421, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(422, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(423, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(424, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(425, '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'),
(426, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(427, 'litespeed.conf.qc-token', '', 'auto'),
(428, 'litespeed.conf.qc-nameservers', '', 'auto'),
(429, 'litespeed.purge.queue', '-1', 'auto'),
(430, 'litespeed.purge.queue2', '-1', 'auto'),
(435, 'edd_sl_1380e07af6fd2fb8cf7095284dd275e9', 'a:2:{s:7:\"timeout\";i:1738100087;s:5:\"value\";s:480:\"{\"new_version\":false,\"stable_version\":false,\"name\":\"\",\"slug\":\"powerpack-elements\",\"url\":\"\\/?changelog=1\",\"last_updated\":\"0000-00-00 00:00:00\",\"homepage\":false,\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"\",\"changelog\":\"\"},\"banners\":{\"high\":false,\"low\":false},\"icons\":[],\"msg\":\"No license key has been provided.\",\"description\":[\"\"],\"changelog\":[\"\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\",\"tested\":null}\";}', 'off'),
(436, 'litespeed.gui.lscwp_whm_install', '-1', 'auto'),
(437, 'litespeed.gui.dismiss', '-1', 'auto'),
(438, 'litespeed.gui._summary', '{\"new_version\":1738694087,\"score\":1739298887,\"new_version.last_check\":1779026520}', 'auto'),
(441, 'litespeed.data.upgrading', '-1', 'auto'),
(442, 'litespeed.admin_display.messages', '[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'auto'),
(443, 'pp_license_key', '820357b27bedb9bf31cf47c98f5a04b1', 'auto'),
(446, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(447, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(448, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(474, 'site_logo', '16', 'auto'),
(475, 'elementor_pro_theme_builder_conditions', 'a:4:{s:5:\"popup\";a:6:{i:2801;a:1:{i:0;s:27:\"include/singular/front_page\";}i:2166;a:1:{i:0;s:29:\"include/singular/any_child_of\";}i:2160;a:1:{i:0;s:29:\"include/singular/any_child_of\";}i:2154;a:1:{i:0;s:29:\"include/singular/any_child_of\";}i:2072;a:1:{i:0;s:29:\"include/singular/any_child_of\";}i:1960;a:1:{i:0;s:29:\"include/singular/any_child_of\";}}s:6:\"single\";a:1:{i:2084;a:1:{i:0;s:21:\"include/singular/post\";}}s:6:\"footer\";a:1:{i:534;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:19;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(479, '_elementor_settings_update_time', '1738125684', 'auto'),
(480, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(481, 'elementor_disable_color_schemes', 'yes', 'auto'),
(482, 'elementor_disable_typography_schemes', 'yes', 'auto'),
(483, 'elementor_google_maps_api_key', '', 'auto'),
(484, 'elementor_pro_recaptcha_site_key', '', 'auto'),
(485, 'elementor_pro_recaptcha_secret_key', '', 'auto'),
(486, 'elementor_pro_recaptcha_v3_site_key', '', 'auto'),
(487, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto'),
(488, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto'),
(489, 'elementor_pro_facebook_app_id', '', 'auto'),
(490, 'elementor_pro_mailchimp_api_key', '', 'auto'),
(491, 'elementor_validate_api_data', '', 'auto'),
(492, 'elementor_pro_activecampaign_api_key', '', 'auto'),
(493, 'elementor_pro_activecampaign_api_url', '', 'auto'),
(494, 'elementor_pro_convertkit_api_key', '', 'auto'),
(495, 'elementor_pro_drip_api_token', '', 'auto'),
(496, 'elementor_pro_getresponse_api_key', '', 'auto'),
(497, 'elementor_pro_mailerlite_api_key', '', 'auto'),
(498, 'elementor_typekit-kit-id', '', 'auto'),
(499, 'elementor_font_awesome_pro_kit_id', '', 'auto'),
(500, 'elementor_pro_stripe_test_secret_key', '', 'auto'),
(501, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto'),
(502, 'elementor_pro_stripe_live_secret_key', '', 'auto'),
(503, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto'),
(504, 'elementor_stripe_legal_disclaimer', '', 'auto'),
(505, 'elementor_editor_break_lines', '', 'auto'),
(506, 'elementor_unfiltered_files_upload', '1', 'auto'),
(507, 'elementor_google_font', '1', 'auto'),
(508, 'elementor_form-submissions', '', 'auto'),
(509, 'elementor_load_fa4_shim', '', 'auto'),
(510, 'elementor_meta_generator_tag', '', 'auto'),
(511, 'elementor_css_print_method', 'external', 'auto'),
(512, 'elementor_optimized_image_loading', '1', 'auto'),
(513, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(514, 'elementor_lazy_load_background_images', '1', 'auto'),
(515, 'elementor_element_cache_ttl', '24', 'auto'),
(516, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(517, 'elementor_experiment-e_local_google_fonts', 'default', 'auto'),
(518, 'elementor_experiment-landing-pages', 'default', 'auto'),
(519, 'elementor_experiment-e_element_cache', 'default', 'auto'),
(520, 'elementor_experiment-container', 'default', 'auto'),
(521, 'elementor_experiment-nested-elements', 'default', 'auto'),
(522, 'elementor_experiment-mega-menu', 'default', 'auto'),
(523, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(524, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(525, 'elementor_experiment-theme_builder_v2', 'default', 'auto'),
(526, 'elementor_experiment-editor_v2', 'default', 'auto'),
(533, 'litespeed.optimize.timestamp_purge_css', '1779026534', 'auto'),
(534, 'e_editor_counter', '639', 'auto'),
(563, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(571, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(747, 'astra-color-palettes', 'a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#db9226\";i:1;s:7:\"#804d09\";i:2;s:7:\"#122b4a\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#122b4a\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:10:{s:8:\"preset_1\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:8:\"preset_2\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:8:\"preset_3\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:8:\"preset_4\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:8:\"preset_5\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:8:\"preset_6\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:8:\"preset_7\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:8:\"preset_8\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:8:\"preset_9\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:9:\"preset_10\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}}s:4:\"flag\";b:1;}', 'on');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(820, 'elementor_log', 'a:43:{s:32:\"fb84270c8f8ff6f6827bbbefbf88e481\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-13 19:23:18\";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:\"2026-04-13 19:23:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-13 19:23:18\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-13 19:23:18\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6981ec65ca1100ac4148b691153edec2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-13 19:23:20\";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:\"2026-04-13 19:23:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-13 19:23:20\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-13 19:23:20\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6866f0b0e9a133a2667f10a3399b2fbc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-13 19:23:20\";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:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-13 19:23:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-13 19:23:20\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-13 19:23:20\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8be4876d923aa9351c953be2236ee674\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-14 07:19:05\";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:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:19:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-14 07:19:05\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:19:05\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6db3947112ad190e788c1ffe2a8c8592\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-14 07:24:06\";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:\"2026-04-14 07:24:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-14 07:24:06\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:24:06\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2af20b2e16247b522ed31f8927b416d0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-14 07:24:06\";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:\"2026-04-14 07:24:06\";}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:4:\"date\";s:19:\"2026-04-14 07:24:06\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:24:06\";}s:4:\"args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6b3fca07d797c2c6fad03d6fafd9cad2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-14 07:24:06\";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:\"2026-04-14 07:24:06\";}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:4:\"date\";s:19:\"2026-04-14 07:24:06\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:24:06\";}s:4:\"args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7c239b6c63cbce979dfa6545aa07c15b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-14 07:24:06\";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:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:24:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-14 07:24:06\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-14 07:24:06\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.0.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a87344f4a32e5dc5d9643a3beb0ddcd3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-20 19:17:55\";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:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:17:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-20 19:17:55\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:17:55\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"392356242a3d33cc383f6e058abaae52\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-20 19:18:52\";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:\"2026-04-20 19:18:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-20 19:18:52\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:18:52\";}s:4:\"args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3c76110008aa8b67a596676ba95d5951\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-20 19:18:52\";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:\"2026-04-20 19:18:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-20 19:18:52\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:18:52\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"790fa50cc243ce210713bfae0df58d41\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-20 19:18:54\";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:\"2026-04-20 19:18:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-20 19:18:54\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:18:54\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2102d5d88091eae71d41515368fa7233\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-20 19:18:54\";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:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:18:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-20 19:18:54\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-20 19:18:54\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d03c3d523f3d432474403cd82ef18c7e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-21 07:17:59\";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:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:17:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-21 07:17:59\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:17:59\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1c39d8eebf61a5ab860d73c01b4dda77\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-21 07:22:51\";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:\"2026-04-21 07:22:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-21 07:22:51\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:22:51\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"591124ea5583bdc364637e80474c3f88\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-21 07:22:51\";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:\"2026-04-21 07:22:51\";}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:4:\"date\";s:19:\"2026-04-21 07:22:51\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:22:51\";}s:4:\"args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"77ba47b2f119f5c3585bb6f7ce142119\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-21 07:22:51\";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:\"2026-04-21 07:22:51\";}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:4:\"date\";s:19:\"2026-04-21 07:22:51\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:22:51\";}s:4:\"args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ada3f32ea7377f7f8b7598f34b2c560e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-21 07:22:51\";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:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:22:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-21 07:22:51\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-21 07:22:51\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b060f2b6d533def180dc918db935de44\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-28 19:19:20\";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:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:19:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-28 19:19:20\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:19:20\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c29cbee3a2716fafec3cf2a96acfef8e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-28 19:23:45\";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:\"2026-04-28 19:23:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-28 19:23:45\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:23:45\";}s:4:\"args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e6f0be34a4f9c27e34d6b1db8e06c433\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-28 19:23:45\";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:\"2026-04-28 19:23:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-28 19:23:45\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:23:45\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5139219297bb1de989686613e4e0a4d8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-28 19:23:46\";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:\"2026-04-28 19:23:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-28 19:23:46\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:23:46\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f708fe428150332872bfc5747c16c74d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-28 19:23:46\";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:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:23:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-28 19:23:46\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-28 19:23:46\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aff1820d7539565cfc128eb6208871cd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-29 07:19:06\";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:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:19:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-29 07:19:06\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:19:06\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ed261d446a2cdc85a78dce97c735a2d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-29 07:23:28\";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:\"2026-04-29 07:23:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-29 07:23:28\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:23:28\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"5994aea7ae789c36651cd81b9774bdcd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-29 07:23:28\";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:\"2026-04-29 07:23:28\";}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:4:\"date\";s:19:\"2026-04-29 07:23:28\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:23:28\";}s:4:\"args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e48953d4155d6fd3ac56b206a9c3d8c8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-29 07:23:28\";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:\"2026-04-29 07:23:28\";}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:4:\"date\";s:19:\"2026-04-29 07:23:28\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:23:28\";}s:4:\"args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"56794814c856f3dc8d9708d51f109871\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-29 07:23:28\";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:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:23:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-29 07:23:28\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-29 07:23:28\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.3\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e97417d62b40e8962f345d333a7b3318\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-30 19:21:17\";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:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:21:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-30 19:21:17\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:21:17\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"09e35a8480b53df9ad8fa3fde6f9ac48\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-30 19:23:57\";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:\"2026-04-30 19:23:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-30 19:23:57\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:23:57\";}s:4:\"args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e486dbebeae39fae47dee1c92ce5543\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-30 19:23:57\";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:\"2026-04-30 19:23:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-30 19:23:57\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:23:57\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"485e91a38febb231da82975081e61c75\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-30 19:23:59\";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:\"2026-04-30 19:23:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-30 19:23:59\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:23:59\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"17d5bc893622aaacf69c5382bf9c5fff\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-04-30 19:23:59\";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:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:23:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-04-30 19:23:59\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-04-30 19:23:59\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.4\";s:2:\"to\";s:5:\"4.0.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d3cf7affa27ac76d8746c6d353e2592f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-04 19:18:46\";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:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:18:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-04 19:18:46\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:18:46\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b7ebe2ee22594025f0b84c56e8b4d222\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-04 19:23:35\";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:\"2026-05-04 19:23:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-04 19:23:35\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:23:35\";}s:4:\"args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"255a313bf2fe928e22886eb73ee0b169\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-04 19:23:35\";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:\"2026-05-04 19:23:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-04 19:23:35\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:23:35\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"573e733be69a18585ad33c8d3b65c3c3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-04 19:23:38\";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:\"2026-05-04 19:23:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-04 19:23:38\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:23:38\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"9441f4a8bb7b7f8b22bab588579d8a6a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-04 19:23:38\";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:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:23:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-04 19:23:38\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-04 19:23:38\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.5\";s:2:\"to\";s:5:\"4.0.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4512843062e6a8a44eeb31888a65b192\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-17 11:40:03\";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:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-17 11:40:03\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:03\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ba3667146e73018cd14721ccfef9adae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-17 11:40:49\";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:\"2026-05-17 11:40:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-17 11:40:49\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:49\";}s:4:\"args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"176d3b128c97e7d431c2ea1588952ecb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-17 11:40:49\";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:\"2026-05-17 11:40:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-17 11:40:49\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:49\";}s:4:\"args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9fcf1c6703c3988b91f97fdbd6238c3e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-17 11:40:50\";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:\"2026-05-17 11:40:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-17 11:40:50\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"meta\";a:0:{}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:50\";}s:4:\"args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7dead424309addb6dbc625e6bbf9dea4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":14:{s:7:\"\0*\0date\";s:19:\"2026-05-17 11:40:50\";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:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}s:4:\"date\";s:19:\"2026-05-17 11:40:50\";s:4:\"type\";s:4:\"info\";s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:5:\"times\";i:1;s:11:\"times_dates\";a:1:{i:0;s:19:\"2026-05-17 11:40:50\";}s:4:\"args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.6\";s:2:\"to\";s:5:\"4.0.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}', 'off'),
(1677, 'edd_sl_0db1b5f4838f5bc5af637174ef14407d', 'a:2:{s:7:\"timeout\";i:1779087439;s:5:\"value\";s:2281:\"{\"new_version\":\"2.13.2\",\"stable_version\":\"2.13.2\",\"name\":\"PowerPack Elements\",\"slug\":\"powerpack-elements\",\"url\":\"https:\\/\\/powerpackelements.com\\/downloads\\/powerpack-elements\\/?changelog=1\",\"last_updated\":\"2026-05-08 10:38:54\",\"homepage\":\"https:\\/\\/powerpackelements.com\",\"package\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc3OTI2OTIzOTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjE4ZGM4MDcyOGIxNjEzODYwYjZlM2IwMDIxNTkzM2ZmOmh0dHBzQC8vbXJhcmlmLm1lL2dlbmVzaXN3YTow\",\"download_link\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc3OTI2OTIzOTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjE4ZGM4MDcyOGIxNjEzODYwYjZlM2IwMDIxNTkzM2ZmOmh0dHBzQC8vbXJhcmlmLm1lL2dlbmVzaXN3YTow\",\"sections\":{\"changelog\":\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-128x128.png\",\"2x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-256x256.png\"},\"contributors\":{\"ideaboxcreations\":{\"display_name\":\"ideaboxcreations\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ideaboxcreations\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ideaboxcreations\"},\"bloompixel\":{\"display_name\":\"bloompixel\",\"profile\":\"\\/\\/profiles.wordpress.org\\/bloompixel\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=bloompixel\"},\"simrandeep\":{\"display_name\":\"simrandeep\",\"profile\":\"\\/\\/profiles.wordpress.org\\/simrandeep\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=simrandeep\"},\"ibachal\":{\"display_name\":\"ibachal\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ibachal\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ibachal\"},\"puneetsahalot\":{\"display_name\":\"puneetsahalot\",\"profile\":\"\\/\\/profiles.wordpress.org\\/puneetsahalot\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=puneetsahalot\"}},\"tested\":\"6.7.1\",\"changelog\":[\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\"}\";}', 'off'),
(1851, 'widget_instagram-feed-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1882, 'trustindex-google-active', '1', 'auto'),
(1883, 'trustindex-google-notifications', 'a:5:{s:23:\"not-using-no-connection\";a:3:{s:9:\"timestamp\";i:1741537401;s:6:\"active\";b:0;s:8:\"do-check\";b:0;}s:7:\"rate-us\";a:3:{s:6:\"active\";b:1;s:9:\"timestamp\";i:1771227865;s:6:\"hidden\";b:1;}s:19:\"not-using-no-widget\";a:2:{s:6:\"active\";b:0;s:9:\"timestamp\";i:1741458269;}s:25:\"review-download-available\";a:2:{s:6:\"active\";b:0;s:8:\"do-check\";b:0;}s:24:\"review-download-finished\";a:1:{s:6:\"active\";b:0;}}', 'off'),
(1885, 'trustindex-google-version-control', 'a:3:{s:20:\"update-version-check\";s:6:\"13.2.9\";s:10:\"widget-css\";s:5:\"3.9.2\";s:11:\"widget-html\";s:5:\"2.6.2\";}', 'off'),
(1886, 'trustindex-core-shortcode-inited', '13.2.9', 'off'),
(1889, 'trustindex-google-download-timestamp', '1774646674', 'off'),
(1890, 'trustindex-google-review-download-modal', '0', 'off'),
(2160, 'wpmss_settings', 'a:2:{s:10:\"js_library\";s:19:\"darkroomengineering\";s:7:\"general\";a:3:{s:9:\"timestamp\";i:1738176514;s:14:\"pulseAlgorithm\";i:1;s:15:\"keyboardSupport\";i:1;}}', 'auto'),
(2427, 'elementor_clear_cache', '', 'auto'),
(2428, 'elementor_reset_api_data', '', 'auto'),
(2430, 'elementor_enable_inspector', '', 'auto'),
(2431, 'elementor_replace_url', '', 'auto'),
(2432, 'elementor_rollback', '', 'auto'),
(2433, 'elementor_rollback_pro_separator', '', 'auto'),
(2434, 'elementor_rollback_pro', '', 'auto'),
(2435, 'elementor_beta', 'no', 'auto'),
(2436, 'elementor_maintenance_mode_mode', '', 'auto'),
(2437, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'auto'),
(2438, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'auto'),
(2439, 'elementor_maintenance_mode_template_id', '', 'auto'),
(4600, 'category_children', 'a:0:{}', 'auto'),
(4618, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(4802, 'nps-survey-astra', 'a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1738389116;}', 'auto');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4806, '_elementor_home_screen_data', 'a:2:{s:7:\"timeout\";i:1758841563;s:5:\"value\";s:11286:\"{\"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\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}', 'off'),
(7521, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"arifwebsols@gmail.com\";s:7:\"version\";s:5:\"6.7.2\";s:9:\"timestamp\";i:1739307739;}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7636, 'pp_templates_library', 'a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:10:{i:0;s:5:\"About\";i:1;s:7:\"Contact\";i:2;s:4:\"FAQs\";i:3;s:8:\"Features\";i:4;s:7:\"Gallery\";i:5;s:4:\"Hero\";i:6;s:7:\"Pricing\";i:7;s:8:\"Services\";i:8;s:4:\"Team\";i:9;s:12:\"Testimonials\";}}s:4:\"page\";a:1:{s:10:\"categories\";N;}}s:10:\"categories\";s:97:\"[\"About\",\"Contact\",\"FAQs\",\"Features\",\"Gallery\",\"Hero\",\"Pricing\",\"Services\",\"Team\",\"Testimonials\"]\";s:9:\"templates\";a:123:{i:0;a:13:{s:2:\"id\";i:92;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593414217;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593414217;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"watch\"]\";s:17:\"has_page_settings\";b:0;}i:1;a:13:{s:2:\"id\";i:278;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593429838;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593429838;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:27:\"[\"about\",\"flavours\",\"food\"]\";s:17:\"has_page_settings\";b:0;}i:2;a:13:{s:2:\"id\";i:117;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593415187;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593415187;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:20:\"[\"about\",\"graphics\"]\";s:17:\"has_page_settings\";b:0;}i:3;a:13:{s:2:\"id\";i:141;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-3-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593416658;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593416658;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"story\"]\";s:17:\"has_page_settings\";b:0;}i:4;a:13:{s:2:\"id\";i:152;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-4-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593417324;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593417324;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:19:\"[\"about\",\"boating\"]\";s:17:\"has_page_settings\";b:0;}i:5;a:13:{s:2:\"id\";i:170;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593419870;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593419870;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"phone\"]\";s:17:\"has_page_settings\";b:0;}i:6;a:13:{s:2:\"id\";i:185;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-6-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593420403;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593420403;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:17:\"[\"about\",\"beach\"]\";s:17:\"has_page_settings\";b:0;}i:7;a:13:{s:2:\"id\";i:213;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593421357;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593421357;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:18:\"[\"about\",\"typing\"]\";s:17:\"has_page_settings\";b:0;}i:8;a:13:{s:2:\"id\";i:229;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-8-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593427712;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593427712;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:16:\"[\"about\",\"food\"]\";s:17:\"has_page_settings\";b:0;}i:9;a:13:{s:2:\"id\";i:255;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/about-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593429117;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"About\";s:4:\"date\";i:1593429117;s:10:\"human_date\";s:13:\"June 29, 2020\";s:4:\"tags\";s:18:\"[\"about\",\"dreams\"]\";s:17:\"has_page_settings\";b:0;}i:10;a:13:{s:2:\"id\";i:3531;s:5:\"title\";s:9:\"Adventure\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/adventure-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603691041;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/adventure/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603691041;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:11;a:13:{s:2:\"id\";i:4437;s:5:\"title\";s:6:\"Agency\";s:9:\"thumbnail\";s:79:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/agency-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603972476;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603972476;s:10:\"human_date\";s:16:\"October 29, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:12;a:13:{s:2:\"id\";i:5062;s:5:\"title\";s:12:\"Architecture\";s:9:\"thumbnail\";s:85:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/Architecture-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605081063;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:114:\"https://demo.powerpackelements.com/blocks/architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605081063;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:13;a:13:{s:2:\"id\";i:4570;s:5:\"title\";s:12:\"Black Friday\";s:9:\"thumbnail\";s:78:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/black-friday.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1604042655;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:114:\"https://demo.powerpackelements.com/blocks/black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1604042655;s:10:\"human_date\";s:16:\"October 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:14;a:13:{s:2:\"id\";i:5166;s:5:\"title\";s:4:\"Cafe\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/cafe-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605081334;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:106:\"https://demo.powerpackelements.com/blocks/cafe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605081334;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:15;a:13:{s:2:\"id\";i:4316;s:5:\"title\";s:9:\"Cafe Home\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/cafe-home-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603972410;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/cafe-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603972410;s:10:\"human_date\";s:16:\"October 29, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:16;a:13:{s:2:\"id\";i:4165;s:5:\"title\";s:10:\"Car Dealer\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/car-dealer.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603884036;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/car-dealer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603884036;s:10:\"human_date\";s:16:\"October 28, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:17;a:13:{s:2:\"id\";i:4034;s:5:\"title\";s:6:\"Church\";s:9:\"thumbnail\";s:79:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/church-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603800402;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/church/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603800402;s:10:\"human_date\";s:16:\"October 27, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:18;a:13:{s:2:\"id\";i:83;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1588859317;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1588859317;s:10:\"human_date\";s:11:\"May 7, 2020\";s:4:\"tags\";s:19:\"[\"contact\",\"water\"]\";s:17:\"has_page_settings\";b:0;}i:19;a:13:{s:2:\"id\";i:589;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593510200;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593510200;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:20;a:13:{s:2:\"id\";i:629;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-11.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593511723;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593511723;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:21;a:13:{s:2:\"id\";i:338;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593494101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593494101;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:22;a:13:{s:2:\"id\";i:402;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593496786;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593496786;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:20:\"[\"contact\",\"travel\"]\";s:17:\"has_page_settings\";b:0;}i:23;a:13:{s:2:\"id\";i:432;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-4-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593498805;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593498805;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:24;a:13:{s:2:\"id\";i:460;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593500589;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593500589;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:25;a:13:{s:2:\"id\";i:482;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593501520;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593501520;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:26;a:13:{s:2:\"id\";i:518;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593502575;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593502575;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:21:\"[\"bicycle\",\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:27;a:13:{s:2:\"id\";i:532;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593503384;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593503384;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:28;a:13:{s:2:\"id\";i:550;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/05/contact-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593504454;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Contact\";s:4:\"date\";i:1593504454;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:17:\"has_page_settings\";b:0;}i:29;a:13:{s:2:\"id\";i:5437;s:5:\"title\";s:17:\"Digital marketing\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2021/07/digital-marketing.png\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1626869205;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:119:\"https://demo.powerpackelements.com/blocks/digital-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1626869205;s:10:\"human_date\";s:13:\"July 21, 2021\";s:4:\"tags\";s:21:\"[\"digital marketing\"]\";s:17:\"has_page_settings\";b:0;}i:30;a:13:{s:2:\"id\";i:2385;s:5:\"title\";s:11:\"Electrician\";s:9:\"thumbnail\";s:84:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/electrician-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1602589921;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/electrician/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1602589921;s:10:\"human_date\";s:16:\"October 13, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:31;a:13:{s:2:\"id\";i:748;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593580754;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593580754;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:31:\"[\"expensive\",\"faqs\",\"warranty\"]\";s:17:\"has_page_settings\";b:0;}i:32;a:13:{s:2:\"id\";i:867;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-10.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593594366;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/faqs-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593594366;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:33;a:13:{s:2:\"id\";i:765;s:5:\"title\";s:5:\"FAQ 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-2.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593581834;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593581834;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:22:\"[\"bluetooth\",\"device\"]\";s:17:\"has_page_settings\";b:0;}i:34;a:13:{s:2:\"id\";i:787;s:5:\"title\";s:5:\"FAQ 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593582700;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593582700;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:35;a:13:{s:2:\"id\";i:801;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:71:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faq-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593586148;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593586148;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:36;a:13:{s:2:\"id\";i:806;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:78:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faq-5-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593588234;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593588234;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:37;a:13:{s:2:\"id\";i:827;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-6-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593589791;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593589791;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:38;a:13:{s:2:\"id\";i:842;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-7.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593590476;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593590476;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:39;a:13:{s:2:\"id\";i:860;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-8.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593591769;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593591769;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:40;a:13:{s:2:\"id\";i:862;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/faqs-9.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1593591814;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/faqs-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"FAQs\";s:4:\"date\";i:1593591814;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:41;a:13:{s:2:\"id\";i:871;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593597714;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593597714;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:34:\"[\"design\",\"development\",\"feature\"]\";s:17:\"has_page_settings\";b:0;}i:42;a:13:{s:2:\"id\";i:1077;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593756173;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593756173;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:43;a:13:{s:2:\"id\";i:893;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593598416;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593598416;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:32:\"[\"features\",\"payment\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:44;a:13:{s:2:\"id\";i:926;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593601084;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593601084;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:32:\"[\"connection\",\"humor\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:45;a:13:{s:2:\"id\";i:953;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593603042;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593603042;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:25:\"[\"application\",\"feature\"]\";s:17:\"has_page_settings\";b:0;}i:46;a:13:{s:2:\"id\";i:977;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593604008;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593604008;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:33:\"[\"community\",\"service\",\"support\"]\";s:17:\"has_page_settings\";b:0;}i:47;a:13:{s:2:\"id\";i:996;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593604488;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593604488;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:10:\"[\"videos\"]\";s:17:\"has_page_settings\";b:0;}i:48;a:13:{s:2:\"id\";i:1036;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593677335;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593677335;s:10:\"human_date\";s:12:\"July 2, 2020\";s:4:\"tags\";s:10:\"[\"mockup\"]\";s:17:\"has_page_settings\";b:0;}i:49;a:13:{s:2:\"id\";i:1057;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593745609;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593745609;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:50;a:13:{s:2:\"id\";i:1075;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/feat-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593756101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Features\";s:4:\"date\";i:1593756101;s:10:\"human_date\";s:12:\"July 3, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:51;a:13:{s:2:\"id\";i:3757;s:5:\"title\";s:13:\"Food Delivery\";s:9:\"thumbnail\";s:86:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/food-delivery-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603715616;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:115:\"https://demo.powerpackelements.com/blocks/food-delivery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603715616;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:52;a:13:{s:2:\"id\";i:3154;s:5:\"title\";s:9:\"Furniture\";s:9:\"thumbnail\";s:87:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/furniture-shop-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603193881;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/furniture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603193881;s:10:\"human_date\";s:16:\"October 20, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:53;a:13:{s:2:\"id\";i:1507;s:5:\"title\";s:9:\"Gallery 1\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-1.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594272929;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594272929;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:54;a:13:{s:2:\"id\";i:1578;s:5:\"title\";s:10:\"Gallery 10\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-10.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594277252;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/gallery-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594277252;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:55;a:13:{s:2:\"id\";i:1510;s:5:\"title\";s:9:\"Gallery 2\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-2.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594272989;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594272989;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:56;a:13:{s:2:\"id\";i:1513;s:5:\"title\";s:9:\"Gallery 3\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594273026;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594273026;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:57;a:13:{s:2:\"id\";i:1516;s:5:\"title\";s:9:\"Gallery 4\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594273062;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594273062;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:58;a:13:{s:2:\"id\";i:1519;s:5:\"title\";s:9:\"Gallery 5\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-5.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594274255;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594274255;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:59;a:13:{s:2:\"id\";i:1563;s:5:\"title\";s:9:\"Gallery 7\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-7.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276146;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276146;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:60;a:13:{s:2:\"id\";i:1566;s:5:\"title\";s:9:\"Gallery 8\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-8.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276322;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276322;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:61;a:13:{s:2:\"id\";i:1569;s:5:\"title\";s:9:\"Gallery 9\";s:9:\"thumbnail\";s:75:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/gallery-9.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594276678;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gallery-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Gallery\";s:4:\"date\";i:1594276678;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:62;a:13:{s:2:\"id\";i:2841;s:5:\"title\";s:9:\"Gardening\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/gardening-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1602822499;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/gardening/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1602822499;s:10:\"human_date\";s:16:\"October 16, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:63;a:13:{s:2:\"id\";i:3377;s:5:\"title\";s:3:\"Gym\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/gym-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603460085;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:105:\"https://demo.powerpackelements.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603460085;s:10:\"human_date\";s:16:\"October 23, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:64;a:13:{s:2:\"id\";i:1623;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594307987;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594307987;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:65;a:13:{s:2:\"id\";i:1626;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308041;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308041;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:66;a:13:{s:2:\"id\";i:1629;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308119;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308119;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:67;a:13:{s:2:\"id\";i:1632;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308161;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308161;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:68;a:13:{s:2:\"id\";i:1635;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308221;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308221;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:69;a:13:{s:2:\"id\";i:2010;s:5:\"title\";s:8:\"Hero 5-1\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-5-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308260;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-5-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308260;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:70;a:13:{s:2:\"id\";i:1641;s:5:\"title\";s:8:\"Hero 6-1\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/hero-6-1-1-scaled.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308308;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-6-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308308;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:71;a:13:{s:2:\"id\";i:2027;s:5:\"title\";s:8:\"Hero 6-2\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-6-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594308710;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:110:\"https://demo.powerpackelements.com/blocks/hero-6-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594308710;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:72;a:13:{s:2:\"id\";i:1645;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Hero-7-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594309312;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594309312;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:17:\"[\"fitness\",\"gym\"]\";s:17:\"has_page_settings\";b:0;}i:73;a:13:{s:2:\"id\";i:1643;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/Home-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594310067;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Hero\";s:4:\"date\";i:1594310067;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:21:\"[\"cafe\",\"restaurant\"]\";s:17:\"has_page_settings\";b:0;}i:74;a:13:{s:2:\"id\";i:2682;s:5:\"title\";s:9:\"Insurance\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/insurance-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603264950;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/insurance/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603264950;s:10:\"human_date\";s:16:\"October 21, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:75;a:13:{s:2:\"id\";i:4920;s:5:\"title\";s:15:\"Interior Design\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/interior-1-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1604563744;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:117:\"https://demo.powerpackelements.com/blocks/interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1604563744;s:10:\"human_date\";s:16:\"November 5, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:76;a:13:{s:2:\"id\";i:3655;s:5:\"title\";s:10:\"Plantation\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/plantation-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603708644;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/plantation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603708644;s:10:\"human_date\";s:16:\"October 26, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:77;a:13:{s:2:\"id\";i:4658;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/portfolio-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605080398;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605080398;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:78;a:13:{s:2:\"id\";i:1088;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594028671;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594028671;s:10:\"human_date\";s:12:\"July 6, 2020\";s:4:\"tags\";s:30:\"[\"maximal\",\"optimal\",\"simple\"]\";s:17:\"has_page_settings\";b:0;}i:79;a:13:{s:2:\"id\";i:1247;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192180;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192180;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:80;a:13:{s:2:\"id\";i:1113;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594120216;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594120216;s:10:\"human_date\";s:12:\"July 7, 2020\";s:4:\"tags\";s:30:\"[\"basic\",\"extreme\",\"standard\"]\";s:17:\"has_page_settings\";b:0;}i:81;a:13:{s:2:\"id\";i:1121;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594120532;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594120532;s:10:\"human_date\";s:12:\"July 7, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:82;a:13:{s:2:\"id\";i:1197;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594178500;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594178500;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:83;a:13:{s:2:\"id\";i:1200;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594178595;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594178595;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:84;a:13:{s:2:\"id\";i:1224;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594190764;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594190764;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:85;a:13:{s:2:\"id\";i:1238;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192052;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192052;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:86;a:13:{s:2:\"id\";i:1241;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192098;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192098;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:17:\"[\"fitness\",\"gym\"]\";s:17:\"has_page_settings\";b:0;}i:87;a:13:{s:2:\"id\";i:1244;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/price-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594192141;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"Pricing\";s:4:\"date\";i:1594192141;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:88;a:13:{s:2:\"id\";i:3879;s:5:\"title\";s:11:\"Real Estate\";s:9:\"thumbnail\";s:84:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/real-estate-scaled.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1603789906;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603789906;s:10:\"human_date\";s:16:\"October 27, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:89;a:13:{s:2:\"id\";i:3262;s:5:\"title\";s:10:\"Restaurant\";s:9:\"thumbnail\";s:83:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/restaurant-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603455979;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603455979;s:10:\"human_date\";s:16:\"October 23, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:90;a:13:{s:2:\"id\";i:1152;s:5:\"title\";s:10:\"Services 1\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594224624;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594224624;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:24:\"[\"design\",\"development\"]\";s:17:\"has_page_settings\";b:0;}i:91;a:13:{s:2:\"id\";i:1500;s:5:\"title\";s:11:\"Services 10\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264646;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:113:\"https://demo.powerpackelements.com/blocks/services-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264646;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:92;a:13:{s:2:\"id\";i:1404;s:5:\"title\";s:10:\"Services 2\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594224737;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594224737;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:93;a:13:{s:2:\"id\";i:1421;s:5:\"title\";s:10:\"Services 3\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594225973;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594225973;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:94;a:13:{s:2:\"id\";i:1434;s:5:\"title\";s:10:\"Services 4\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594226407;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594226407;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:24:\"[\"fitness\",\"gym\",\"yoga\"]\";s:17:\"has_page_settings\";b:0;}i:95;a:13:{s:2:\"id\";i:1436;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594226735;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594226735;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:28:\"[\"cafe\",\"food\",\"restaurant\"]\";s:17:\"has_page_settings\";b:0;}i:96;a:13:{s:2:\"id\";i:1452;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594228175;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594228175;s:10:\"human_date\";s:12:\"July 8, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:97;a:13:{s:2:\"id\";i:1491;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594263703;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594263703;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:28:\"[\"construction\",\"gardening\"]\";s:17:\"has_page_settings\";b:0;}i:98;a:13:{s:2:\"id\";i:1494;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264101;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264101;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:99;a:13:{s:2:\"id\";i:1497;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/services-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594264578;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:112:\"https://demo.powerpackelements.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"Services\";s:4:\"date\";i:1594264578;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:100;a:13:{s:2:\"id\";i:2542;s:5:\"title\";s:9:\"Ski Board\";s:9:\"thumbnail\";s:82:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/ski-board-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603264950;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:111:\"https://demo.powerpackelements.com/blocks/ski-board/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603264950;s:10:\"human_date\";s:16:\"October 21, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:101;a:13:{s:2:\"id\";i:8025;s:5:\"title\";s:22:\"Solar Renewable Energy\";s:9:\"thumbnail\";s:88:\"https://demo.powerpackelements.com/wp-content/uploads/2023/08/solar-renewable-energy.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1691131587;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:124:\"https://demo.powerpackelements.com/blocks/solar-renewable-energy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1691131587;s:10:\"human_date\";s:14:\"August 4, 2023\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:102;a:13:{s:2:\"id\";i:351;s:5:\"title\";s:6:\"Team 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593513600;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593513600;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:103;a:13:{s:2:\"id\";i:2132;s:5:\"title\";s:7:\"Team 10\";s:9:\"thumbnail\";s:73:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-10.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593574846;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:109:\"https://demo.powerpackelements.com/blocks/team-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593574846;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:104;a:13:{s:2:\"id\";i:650;s:5:\"title\";s:6:\"Team 2\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-2-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593513713;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593513713;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:8:\"[\"team\"]\";s:17:\"has_page_settings\";b:0;}i:105;a:13:{s:2:\"id\";i:669;s:5:\"title\";s:6:\"Team 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-3.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593514965;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593514965;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:8:\"[\"team\"]\";s:17:\"has_page_settings\";b:0;}i:106;a:13:{s:2:\"id\";i:691;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-4.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593535377;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593535377;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:107;a:13:{s:2:\"id\";i:693;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-5.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593535502;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593535502;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:108;a:13:{s:2:\"id\";i:704;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/06/team-6.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593536440;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593536440;s:10:\"human_date\";s:13:\"June 30, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:109;a:13:{s:2:\"id\";i:716;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593572634;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593572634;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:110;a:13:{s:2:\"id\";i:719;s:5:\"title\";s:6:\"Team 8\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-8.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593572685;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593572685;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:111;a:13:{s:2:\"id\";i:733;s:5:\"title\";s:6:\"Team 9\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/team-9.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1593574188;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/team-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"Team\";s:4:\"date\";i:1593574188;s:10:\"human_date\";s:12:\"July 1, 2020\";s:4:\"tags\";s:17:\"[\"gym\",\"trainer\"]\";s:17:\"has_page_settings\";b:0;}i:112;a:13:{s:2:\"id\";i:1584;s:5:\"title\";s:14:\"Testimonials 1\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594277576;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594277576;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:113;a:13:{s:2:\"id\";i:1591;s:5:\"title\";s:14:\"Testimonials 2\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-2.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594278034;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594278034;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:114;a:13:{s:2:\"id\";i:1594;s:5:\"title\";s:14:\"Testimonials 3\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-3.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594280248;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280248;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:115;a:13:{s:2:\"id\";i:1607;s:5:\"title\";s:14:\"Testimonials 4\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-4.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594280407;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280407;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:116;a:13:{s:2:\"id\";i:1610;s:5:\"title\";s:14:\"Testimonials 5\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-5-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594280740;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594280740;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:117;a:13:{s:2:\"id\";i:1612;s:5:\"title\";s:14:\"Testimonials 6\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-6.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1594281008;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281008;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:118;a:13:{s:2:\"id\";i:1615;s:5:\"title\";s:14:\"Testimonials 7\";s:9:\"thumbnail\";s:72:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-7.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594281415;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281415;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:119;a:13:{s:2:\"id\";i:1963;s:5:\"title\";s:14:\"Testimonials 8\";s:9:\"thumbnail\";s:74:\"https://demo.powerpackelements.com/wp-content/uploads/2020/07/test-7-1.jpg\";s:6:\"is_pro\";b:0;s:12:\"tmpl_created\";i:1594281722;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:116:\"https://demo.powerpackelements.com/blocks/testimonials-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"Testimonials\";s:4:\"date\";i:1594281722;s:10:\"human_date\";s:12:\"July 9, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:120;a:13:{s:2:\"id\";i:2975;s:5:\"title\";s:6:\"Travel\";s:9:\"thumbnail\";s:88:\"https://demo.powerpackelements.com/wp-content/uploads/2020/10/travel-template-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1603096139;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:108:\"https://demo.powerpackelements.com/blocks/travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1603096139;s:10:\"human_date\";s:16:\"October 19, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:121;a:13:{s:2:\"id\";i:4780;s:5:\"title\";s:13:\"Travel Agency\";s:9:\"thumbnail\";s:86:\"https://demo.powerpackelements.com/wp-content/uploads/2020/11/travel-agency-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1605080920;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:115:\"https://demo.powerpackelements.com/blocks/travel-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1605080920;s:10:\"human_date\";s:17:\"November 11, 2020\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}i:122;a:13:{s:2:\"id\";i:5286;s:5:\"title\";s:4:\"Yoga\";s:9:\"thumbnail\";s:77:\"https://demo.powerpackelements.com/wp-content/uploads/2021/03/yoga-scaled.jpg\";s:6:\"is_pro\";b:1;s:12:\"tmpl_created\";i:1616737750;s:6:\"author\";s:18:\"PowerPack Elements\";s:3:\"url\";s:106:\"https://demo.powerpackelements.com/blocks/yoga/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:0:\"\";s:4:\"date\";i:1616737750;s:10:\"human_date\";s:14:\"March 26, 2021\";s:4:\"tags\";s:2:\"[]\";s:17:\"has_page_settings\";b:0;}}}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10675, 'mwp_service_key', 'e295e362-3e00-4001-9d71-cb463cd1f010', 'on'),
(10678, 'mwp_openssl_parameters', 'a:2:{s:4:\"time\";i:1779026517;s:7:\"working\";b:1;}', 'on'),
(10679, 'mwp_incremental_update_active', '', 'auto'),
(10680, 'mwp_recovering', '', 'auto'),
(10681, 'mwp_core_autoupdate', '', 'auto'),
(10682, 'mwp_container_parameters', 'a:0:{}', 'auto'),
(10683, 'mwp_container_site_parameters', 'a:0:{}', 'auto'),
(10684, 'mwp_maintenace_mode', 'a:0:{}', 'auto'),
(10686, 'worker_migration_version', '2', 'yes'),
(19941, 'mwp_worker_configuration', 'a:9:{s:10:\"master_url\";s:21:\"https://managewp.com/\";s:15:\"master_cron_url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:20:\"noti_cache_life_time\";s:5:\"86400\";s:27:\"noti_treshold_spam_comments\";s:2:\"10\";s:30:\"noti_treshold_pending_comments\";s:1:\"0\";s:31:\"noti_treshold_approved_comments\";s:1:\"0\";s:19:\"noti_treshold_posts\";s:1:\"0\";s:20:\"noti_treshold_drafts\";s:1:\"0\";s:8:\"key_name\";s:8:\"managewp\";}', 'auto'),
(10691, 'mwp_public_keys_refresh_time', '1778009631', 'on'),
(10692, 'mwp_public_keys', 'a:13:{i:0;a:6:{s:2:\"id\";s:19:\"managewp_1774749902\";s:7:\"service\";s:8:\"managewp\";s:9:\"validFrom\";s:19:\"2026-04-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-05-15 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0CHRp0unymBRKbxPAkWP\n20AI/pSnIBDdexxaP14SbhHbtg6j57GUzn6lIZY/gkQFlnkA6dMQaYFiLBoQPSu/\nrkP9Gfeo1C2me/uxhbeVL+oegxnfxACFZigwcoIiWfrAr3+pZmOxC8e2fyFEM6lU\n3T9IgAxbNxoYAi37oN5DasFS+ec8Z1ILEQ86dwkBwVKJ7L0tNS80LhGCbYx9g4OE\nsKuglvpvo+iyWyUbelUTaUMdVnvy6sOARToL+yHW2KApg3py6CycBByV5dv9pDEe\n6YL3uzziP6GNwySc2j+2HWYIlC7GSzxsz9QN9vmBTqacpJpiW3OnCdjjfttcArIh\nmwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:1;a:6:{s:2:\"id\";s:19:\"managewp_1777341902\";s:7:\"service\";s:8:\"managewp\";s:9:\"validFrom\";s:19:\"2026-05-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-06-14 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvInq/DtxjCn23qYb8dr7\n1CoKu+AD8dPpvDc0mge6V+/6UAU2GP9dVIDEvW4XO/8cJ0a2ko6Wt3Bgi1HEqWuF\n8ZSdfPD8gf6gfWcavJioorCPWUxL+02d6CiFAMgEAAyqJZqbr5wFraeu1OywRvTf\nZ9g+GeQ1jua/96EXT2bKBbMkKFHs3ImOAQ8Svy4SK4xeeY9gX+3JPZKQ3XUqoMMM\nnXxTZAF10y4hafY/kh/ZCp4k2AjQImQ/M1Pz2N8aB0UvSYtsxvXKY8yR2jkj7xkp\n9P+T8r+N3IGdLrWRFApaFx9/WMXxbM9Y3dZCJGzjgGmVW+NAsnu1VSmW5y2jmxfh\nYwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:2;a:6:{s:2:\"id\";s:23:\"managewp_dev_1774749902\";s:7:\"service\";s:12:\"managewp_dev\";s:9:\"validFrom\";s:19:\"2026-04-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-05-15 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtASgb6Dlsc/9hFC5qhXV\nbzuAiWy+N+JsF/PyKhV0feeFPq/m75c0Qbo/GyCFJvQtqoIZkWh29dHq9crs4o/3\n2sYtanR7qnQXdEp0U9+PFBVw9o4VhlkxOLdnaFI1kw/g6fr/inzIrvNe4hB4mPBb\n8WKv7wakKFCLeszWeyFSi1Ns/iVx0/ZbxsEZ5gRC8+edeQS7q3VYWOLS9mQ5N1s6\nBLyXP2UNWkQDg1p6BK99On8PflkkzDF6aDxFWLVpeEISUsVGiXcHeL3+v+hvvPy1\nTFcpN5hAb+jhshyCr8c+rxvYyt91jA+iBd59j2pHGpAeE47QO/Jy9vs7zFBu31VK\nNQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:3;a:6:{s:2:\"id\";s:23:\"managewp_dev_1777341902\";s:7:\"service\";s:12:\"managewp_dev\";s:9:\"validFrom\";s:19:\"2026-05-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-06-14 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA45g5+ajO1Bo70PFsdW41\nEksGE5k5qPcKjtSBgUorKkY89BvWPBmsnY8woKGZjJoqSBhGNjSf1UBEpr3y5zbC\n1MdaMdphH+j4ImyZyikyeb3EMG0Ir3vi94ccyDSrMfC+1kfSn4DdEFx7B+uT73pK\nhFsEpky6Kfg3l/tmphZc8bGenrUKKJ/TqUZKrmB8VHc42pc9jaVcIQ/9jSV+UkEo\nlCO9I+e+rdiR72MAJI2u1j2TeKMfbe7bR9yEcVXGxMs9uSTr5yMhTZMisAuzn27X\nCDmHLAnuDOQ5nzfaDP6dP7VJCBt6t7b0r9KiMxd7C22g8VKsjXjE1v1xrm8UNSAr\nLQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:4;a:6:{s:2:\"id\";s:16:\"mwp20_1774749902\";s:7:\"service\";s:5:\"mwp20\";s:9:\"validFrom\";s:19:\"2026-04-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-05-15 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAylmNqd5HVUYrnavINUln\neHorDtVJfn9yyOdxG310bLKz83MYEJ0m+Fbq0Kpcl7VsXnrXzKp0IZq4rTzbcqkT\nc/o1yk0HAYc57gOq2g3UUgYGTF/ajIpifXiwS3rwjwOWojBTNJmDPxShiyU6h0Vh\nr0HCI0ol/enGoPC4hGT55D/vFLC1F4dBFYwiBa/dAqlx+phay++zITNM/M6GOv9u\nZZQCQZHQ08TICiU33NsIax6NWE1HSbNhD3xxwlMqNoK65gQUpGcIe7kk5dbIaX6N\n+SGv7ddYngoRXI3+zbNefQHBw2fkD2n4K2z93Bv1CLcORrm9Sh+VZAuxjCGJDQEp\nNwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:5;a:6:{s:2:\"id\";s:16:\"mwp20_1777341902\";s:7:\"service\";s:5:\"mwp20\";s:9:\"validFrom\";s:19:\"2026-05-13 01:26:15\";s:7:\"validTo\";s:19:\"2026-06-14 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0yhMheYPct+qLhrtt9IV\nR5299p9N9dffpSFCPIpHCItXnLUp1g0lfQNuhlLUZRgTz4d4QgoGDE6GcuiV7CqK\n6YgpoWxkIq9nPXh5uZ4CI0pl0nwdDV90kL3JMXpVPCt7B8tLEbpwCcZ8A2VUnCub\n3JT0escjCnthgY4uwlhyVErEodHSoPbIF6EqmTfvJZ1lxgywFNHhfjbW/i8NUVGK\nRDph0h1G/q/8oiyXSs5aYpyFfqKmEsKMv9Jw6y2Bhv+0HrWznee9zQBT52uQZqR5\nqOstVIDyDPCzLWpahy7wscWsRkbSlQayONgjgyJ4RJA4hE5otxxWf/8T+7RON+Ap\nmQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:6;a:6:{s:2:\"id\";s:15:\"wpps_1774357507\";s:7:\"service\";s:4:\"wpps\";s:9:\"validFrom\";s:19:\"2026-04-08 13:05:01\";s:7:\"validTo\";s:19:\"2026-05-10 13:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlffkhRT4WcR3nXQCtPn6\nPgBG9voeyuTOGKv5mIuXx8bIEpVhNuTRXcizuTZJ+/TGQJyUYiCgIWOKx4GHFIvO\nSl/gtxVPkmJPw+9vjdPID4pjznOu9OztXq7VbJ2wFc1Mv4bwp2soLx4JfES9rl+L\nSITnEzDdgotPJIlEAbTsHYJ+tDaZzckBlZpp5hDV9iPdlH6sk2RH9bhwuOofBm7a\n2OH5hsS3/e5HcfPwIicjuQ4tD8bLSNT0zNfzj6rAWEjOsRaqbT11MCObCxr5cdY+\nzT6KNEHXYnIylcIbt+wXJaTNWOUwr+YWtpu2awTC43wdW3UifhLOHP5Pj78Y7u/O\niwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:7;a:6:{s:2:\"id\";s:15:\"wpps_1776949502\";s:7:\"service\";s:4:\"wpps\";s:9:\"validFrom\";s:19:\"2026-05-08 13:05:01\";s:7:\"validTo\";s:19:\"2026-06-09 13:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3fAfDsRK3jNywRM1wHRG\nulgqWC2yQaZY+OIhE1xPIzLWwqpoOroehF9NYr+CjPhna5YZRgm95m3s+uhcUHT9\njoHjw1c7XogMDR9OnntqQm+Cyia37GXfXbNYlaBcMmAWXuqLVmXC6nxQkMOzpfn2\nWZyvfIId8A5u7pSOfFeO4Jn+qRKeSYLn34STK+6bM74RULqC8qR+YaPYNHEPfkAF\nx8aGt278Y2BK3yNSLOpCPMecsezgps0wGSXAfi516G5LSJJ4OOXvxmes+UKvaBBr\n901DrtWV+w6HJEEJOh9uOZmGejYFQgdH3iEJRQ7zqOlJ9X0XMB2kp1Ufyt9OMlL1\nFwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:8;a:6:{s:2:\"id\";s:25:\"cookie_service_1775581502\";s:7:\"service\";s:14:\"cookie_service\";s:9:\"validFrom\";s:19:\"2026-04-22 16:27:25\";s:7:\"validTo\";s:19:\"2026-05-24 16:27:25\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwpJnRJYSGCNk9h/zQn1S\nXExjFctPJIGqzcRvwJfQ7oJAh3DqVFwxCiS/1rJ7tyaKLME2KYB7YDNyrl3rqhSU\nH88ddRugRfR4iiyAeCMle6WEBAwJa8uKeMNhsFSAdDl3p5Z0pA7nu9LieZwlRRZ5\n/mD9TjSwMTE/zFxlvlrf6gpkfUUtKqXGlyeM53Kp/J3PU22zcm/K14VxTmQnBJKF\nbOSp3ru4slOO6OHksZXtCcUCyPQr+Dx5PHX/ZGFcd4pYFCpHMBdb2E2i/G4rDwZ9\nViKj8llfzfMmn3wJCBcHhlJuzyS5C3T/zWfqaR4t/+64lOHy8k4osMo5YsngfuBX\njQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:9;a:6:{s:2:\"id\";s:15:\"mwp1_1774447502\";s:7:\"service\";s:4:\"mwp1\";s:9:\"validFrom\";s:19:\"2026-04-09 14:05:01\";s:7:\"validTo\";s:19:\"2026-05-11 14:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3EBGdSqbE4/4gmn8eOK4\noT8790Cr5pUFsi/GZO9xKpLwOU8cAhRk/5xyI6nHwNhFZG4G16jSXOsTKoPsr7Kq\nlA/z6qI8jMV8lc4joyULr5Wq6n7f8uosGHyj+q701moTvuJEiDGqpbtPHdHSq4XY\nSRZHe+vjc3NpDCIEJV7dU9lqEhS4jUiB1Cnk9kMM8VVGuuZecujjqLbTXWMsQinf\n7enhTl7ps9zq87Jx5ETlPKppaXoftgKXJwTMaDQIQDoVEkQHqNgo1ViTKk8VYt0T\ntCXW+gnuYUqu3Jpl8Fh8MMN7Mm95j+5an70Tm/Qz0rx7B9fG28WPMb6qTVN27jcy\nWwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:10;a:6:{s:2:\"id\";s:15:\"mwp1_1777039502\";s:7:\"service\";s:4:\"mwp1\";s:9:\"validFrom\";s:19:\"2026-05-09 14:05:01\";s:7:\"validTo\";s:19:\"2026-06-10 14:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp99tYmKhAKOQdC5zAR3u\nE3NOaYpBcoyjq0E5sGQ95GFeBj6nkk3v5g8Rbc8FjyghL0V8xm+fAE0f9awwoMQe\nSGvbPv8Y3vjfbkERHvKLPQ7hGPHv0X0Lr8MMZ2tkGm/7LDEiaDNlBLZcwoofS32N\nmURcp0IIVdqZJkb48RYifGHEuIObRPWxD8+BfqCgkWPH7OKzoIqYtECBPvwzFIoW\nPcyQq96Ir2CqVy5OV96ssl9gYFOHHTxYp112qc0DvclE+D7Ccu2WW1cfy5b/Ig4E\nWFGXTH1/QnJbZ+GUqiTeRfhpY8mP2eKl79LcTowkoVg4T/a4+ZR3qUORj7fkElQF\nsQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:11;a:6:{s:2:\"id\";s:20:\"migration_1774703102\";s:7:\"service\";s:9:\"migration\";s:9:\"validFrom\";s:19:\"2026-04-12 13:05:02\";s:7:\"validTo\";s:19:\"2026-05-14 13:05:02\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2LPd+PrHGmTNunZ0UBJ1\nWKGRErkDPHY5R8OXkzv+HTox36lGnVBmB5ookrW2YtMHmDXj1ImrzVF5TOeKj50K\nhIxBFjG2OWNvfth3tjDJkJCOWUX8AvwHiqOVcADOcXN8QBONpcsgcM9DtOEqI27v\n4jYyljNhg69MQUFHwpJsHksgYNB7KuZJq+qJLgUf6DMhJdwkx7KshQUzCs4sW0pW\nb4P+O8anyg8E0rIU+/tVPRAqkUOgpZyFc8uHgllg2th+MXbHouDmzukfNbfvCOtw\njXelNQX3YJDGIjjeYdozcb1R0m1aMN1sscIf5cNs3W71SaKe0JveYmgtA3rujzn3\nAwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:12;a:6:{s:2:\"id\";s:20:\"migration_1777298702\";s:7:\"service\";s:9:\"migration\";s:9:\"validFrom\";s:19:\"2026-05-12 13:05:02\";s:7:\"validTo\";s:19:\"2026-06-13 13:05:02\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApSR45oQXL4BC+YN/EJKq\nSDcrEB/8YJJvLbBFhdnolDgeOsMemP0S4w3+gV043auawTiKrvCZ3vLt4WWnxnKs\nN9fmUtzVEmi1LyG6wfpQixgGHfbJft1fMaYOQE54U128x7XiZTJJh6374fW6LUkT\nqziszP4BV+pQZG9J+9xoAZ07hlLf/PPZJQ6tTmJhE56P3rmM5hv/JKD8FzzDAMJN\nU/SNi1WbDxgwdrAmnJloEYtsZvR42ordQdJfYHMNs/LEGs/34jbx9ZmLLs4OMQcN\nlKEzNJ4EN0GLXZF2rBZSR20WBkO4j7+rvjRWwBqP+vuIrcs7EUGuPWiszVMLtqLt\nhwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}}', 'on'),
(10693, 'user_hit_count', 'a:60:{s:10:\"2025-10-20\";i:98;s:10:\"2025-10-21\";i:83;s:10:\"2025-10-22\";i:77;s:10:\"2025-10-23\";i:170;s:10:\"2025-10-24\";i:75;s:10:\"2025-10-25\";i:163;s:10:\"2025-10-26\";i:68;s:10:\"2025-10-27\";i:126;s:10:\"2025-10-28\";i:194;s:10:\"2025-10-29\";i:139;s:10:\"2025-10-30\";i:136;s:10:\"2025-10-31\";i:202;s:10:\"2025-11-01\";i:87;s:10:\"2025-11-02\";i:124;s:10:\"2025-11-03\";i:141;s:10:\"2025-11-04\";i:114;s:10:\"2025-11-05\";i:98;s:10:\"2025-11-06\";i:90;s:10:\"2025-11-07\";i:78;s:10:\"2025-11-08\";i:56;s:10:\"2025-11-09\";i:72;s:10:\"2025-11-10\";i:92;s:10:\"2025-11-11\";i:130;s:10:\"2025-11-12\";i:95;s:10:\"2025-11-13\";i:86;s:10:\"2025-11-14\";i:125;s:10:\"2025-11-15\";i:65;s:10:\"2025-11-16\";i:54;s:10:\"2025-11-17\";i:77;s:10:\"2025-11-18\";i:98;s:10:\"2025-11-19\";i:72;s:10:\"2025-11-20\";i:73;s:10:\"2025-11-21\";i:150;s:10:\"2025-11-22\";i:57;s:10:\"2025-11-23\";i:100;s:10:\"2025-11-24\";i:77;s:10:\"2025-11-25\";i:62;s:10:\"2025-11-26\";i:67;s:10:\"2025-11-27\";i:106;s:10:\"2025-11-28\";i:70;s:10:\"2025-11-29\";i:121;s:10:\"2025-11-30\";i:198;s:10:\"2025-12-01\";i:129;s:10:\"2025-12-02\";i:162;s:10:\"2025-12-03\";i:122;s:10:\"2025-12-04\";i:161;s:10:\"2025-12-05\";i:105;s:10:\"2025-12-06\";i:60;s:10:\"2025-12-07\";i:64;s:10:\"2025-12-08\";i:96;s:10:\"2025-12-09\";i:139;s:10:\"2025-12-10\";i:106;s:10:\"2025-12-11\";i:165;s:10:\"2025-12-12\";i:187;s:10:\"2025-12-13\";i:123;s:10:\"2025-12-14\";i:215;s:10:\"2025-12-15\";i:165;s:10:\"2025-12-16\";i:225;s:10:\"2025-12-17\";i:186;s:10:\"2025-12-18\";i:157;}', 'on'),
(10698, 'mwp_communication_keys', 'a:0:{}', 'on'),
(10699, 'mwp_key_last_used_4612e48f-6c08-41c2-9a5f-b44fca0fc6a7', '1741203497', 'on'),
(10700, 'mmb_stats_filter', 'a:1:{s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:1:{s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";i:5;}}}}', 'auto'),
(10703, 'mwp_new_communication_established', '1', 'on'),
(10708, 'mwp_pro_connected', 'pro_sites', 'auto'),
(10741, 'mwp_key_last_used_3d5d0039-a75c-44e5-ad07-f8294e628619', '1741211411', 'on'),
(19942, 'elementor-custom-breakpoints-files', 'a:30:{s:23:\"custom-apple-webkit.min\";a:1:{s:4:\"time\";i:1779026573;}s:19:\"custom-lightbox.min\";a:1:{s:4:\"time\";i:1779026573;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1779026573;}s:27:\"custom-widget-accordion.min\";a:1:{s:4:\"time\";i:1779026573;}s:23:\"custom-widget-alert.min\";a:1:{s:4:\"time\";i:1779026573;}s:26:\"custom-widget-icon-box.min\";a:1:{s:4:\"time\";i:1779026573;}s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1779026573;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1779026573;}s:31:\"custom-widget-image-gallery.min\";a:1:{s:4:\"time\";i:1779026573;}s:26:\"custom-widget-progress.min\";a:1:{s:4:\"time\";i:1779026573;}s:29:\"custom-widget-star-rating.min\";a:1:{s:4:\"time\";i:1779026573;}s:22:\"custom-widget-tabs.min\";a:1:{s:4:\"time\";i:1779026573;}s:24:\"custom-widget-toggle.min\";a:1:{s:4:\"time\";i:1779026573;}s:29:\"custom-widget-nested-tabs.min\";a:1:{s:4:\"time\";i:1779026573;}s:29:\"custom-widget-link-in-bio.min\";a:1:{s:4:\"time\";i:1779026573;}s:34:\"custom-widget-link-in-bio-base.min\";a:1:{s:4:\"time\";i:1779026573;}s:34:\"custom-widget-floating-buttons.min\";a:1:{s:4:\"time\";i:1779026573;}s:36:\"custom-widget-floating-bars-base.min\";a:1:{s:4:\"time\";i:1779026573;}s:37:\"custom-widget-floating-bars-var-3.min\";a:1:{s:4:\"time\";i:1779026573;}s:38:\"custom-widget-contact-buttons-base.min\";a:1:{s:4:\"time\";i:1779026573;}s:39:\"custom-widget-contact-buttons-var-7.min\";a:1:{s:4:\"time\";i:1779026573;}s:39:\"custom-widget-contact-buttons-var-9.min\";a:1:{s:4:\"time\";i:1779026573;}s:40:\"custom-widget-contact-buttons-var-10.min\";a:1:{s:4:\"time\";i:1779026573;}s:31:\"custom-pro-widget-loop-grid.min\";a:1:{s:4:\"time\";i:1779026573;}s:28:\"custom-pro-widget-slides.min\";a:1:{s:4:\"time\";i:1779026573;}s:30:\"custom-pro-widget-nav-menu.min\";a:1:{s:4:\"time\";i:1779026573;}s:30:\"custom-pro-widget-flip-box.min\";a:1:{s:4:\"time\";i:1779026573;}s:36:\"custom-pro-widget-call-to-action.min\";a:1:{s:4:\"time\";i:1779026573;}s:42:\"custom-pro-widget-testimonial-carousel.min\";a:1:{s:4:\"time\";i:1779026573;}s:36:\"custom-pro-widget-video-playlist.min\";a:1:{s:4:\"time\";i:1779026573;}}', 'auto'),
(10760, 'mwp_key_last_used_e59e98a0-ca1f-478c-a98f-7e2c027582f3', '1741213280', 'on'),
(19953, 'mwp_potential_key', 'df2d66c0-80db-4925-b902-064fdc57ec05', 'on'),
(10830, 'wpvivid_check_htaccess_rule_free', '1', 'off'),
(10835, 'objectcache_flushlog', 'a:10:{i:0;a:7:{s:4:\"time\";i:1777922618;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:598:\"CronRunner->run, CronRunner->processCrons, CronRunner->runCrons, do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:1;a:7:{s:4:\"time\";i:1777577039;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:598:\"CronRunner->run, CronRunner->processCrons, CronRunner->runCrons, do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:2;a:7:{s:4:\"time\";i:1777404226;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:598:\"CronRunner->run, CronRunner->processCrons, CronRunner->runCrons, do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:3;a:7:{s:4:\"time\";i:1776712733;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:533:\"do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:4;a:7:{s:4:\"time\";i:1776108200;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:598:\"CronRunner->run, CronRunner->processCrons, CronRunner->runCrons, do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:5;a:7:{s:4:\"time\";i:1775071412;s:4:\"user\";N;s:4:\"site\";N;s:4:\"cron\";b:1;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:598:\"CronRunner->run, CronRunner->processCrons, CronRunner->runCrons, do_action_ref_array(\'elementor_1_elementor_updater_cron\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\Background_Task->handle_cron_healthcheck, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:6;a:7:{s:4:\"time\";i:1774906416;s:4:\"user\";i:1;s:4:\"site\";N;s:4:\"cron\";b:0;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:544:\"shutdown_action_hook, do_action(\'shutdown\'), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\\Core\\Base\\BackgroundProcess\\WP_Background_Process->maybe_handle_on_shutdown, Elementor\\Core\\Base\\Background_Task->handle, Elementor\\Core\\Base\\Background_Task->task, call_user_func, Elementor\\Core\\Upgrade\\Upgrades::_on_each_version, Elementor\\Core\\Upgrade\\Upgrades::recalc_usage_data, Elementor\\Modules\\Usage\\Module->recalc_usage, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:7;a:7:{s:4:\"time\";i:1770556363;s:4:\"user\";i:1;s:4:\"site\";N;s:4:\"cron\";b:0;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:127:\"wp_upgrade, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:8;a:7:{s:4:\"time\";i:1770556362;s:4:\"user\";i:1;s:4:\"site\";N;s:4:\"cron\";b:0;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:127:\"wp_upgrade, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}i:9;a:7:{s:4:\"time\";i:1770150579;s:4:\"user\";i:1;s:4:\"site\";N;s:4:\"cron\";b:0;s:3:\"cli\";b:0;s:6:\"reason\";N;s:5:\"trace\";s:360:\"require(\'wp-blog-header.php\'), require_once(\'wp-load.php\'), require_once(\'wp-config.php\'), require_once(\'wp-settings.php\'), do_action(\'init\'), WP_Hook->do_action, WP_Hook->apply_filters, WPaaS\\Cache_V2->init, WPaaS\\Cache_V2->flush_object_cache, wp_cache_flush, apply_filters(\'pre_objectcache_flush\'), WP_Hook->apply_filters, RedisCachePro\\Plugin->maybeLogFlush\";}}', 'off'),
(10853, 'wpaas_feature_flag_e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40', 'a:3:{s:11:\"account_uid\";s:36:\"e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40\";s:5:\"flags\";a:18:{i:0;a:2:{s:5:\"title\";s:23:\"admin_storage_notice_gd\";s:5:\"value\";b:1;}i:1;a:2:{s:5:\"title\";s:3:\"m21\";s:5:\"value\";b:1;}i:2;a:2:{s:5:\"title\";s:21:\"smart_plugins_enabled\";s:5:\"value\";b:1;}i:3;a:2:{s:5:\"title\";s:11:\"wpm_enabled\";s:5:\"value\";b:0;}i:4;a:2:{s:5:\"title\";s:13:\"wordpress_mcp\";s:5:\"value\";b:1;}i:5;a:2:{s:5:\"title\";s:17:\"native_ui_enabled\";s:5:\"value\";b:1;}i:6;a:2:{s:5:\"title\";s:11:\"gmv_monitor\";s:5:\"value\";b:1;}i:7;a:2:{s:5:\"title\";s:16:\"2fa_venture_home\";s:5:\"value\";b:1;}i:8;a:2:{s:5:\"title\";s:13:\"wp643_zip_fix\";s:5:\"value\";b:1;}i:9;a:2:{s:5:\"title\";s:31:\"wpex-3590-enhance_publish_guide\";s:5:\"value\";b:1;}i:10;a:2:{s:5:\"title\";s:17:\"expiration_banner\";s:5:\"value\";b:1;}i:11;a:2:{s:5:\"title\";s:17:\"fullstory_wpadmin\";s:5:\"value\";b:1;}i:12;a:2:{s:5:\"title\";s:13:\"expert_banner\";s:5:\"value\";b:1;}i:13;a:2:{s:5:\"title\";s:24:\"wp_site_designer_plugins\";s:5:\"value\";b:1;}i:14;a:2:{s:5:\"title\";s:11:\"nps_90_days\";s:5:\"value\";b:1;}i:15;a:2:{s:5:\"title\";s:23:\"persist-autodraft-posts\";s:5:\"value\";b:1;}i:16;a:2:{s:5:\"title\";s:22:\"cta_interview_wp_admin\";s:5:\"value\";b:1;}i:17;a:2:{s:5:\"title\";s:18:\"traffic_data_admin\";s:5:\"value\";b:1;}}s:9:\"timestamp\";i:1778093124;}', 'auto'),
(10854, 'mwp_auto_updates_status', 'enabled', 'auto'),
(10855, 'mwp_previous_themes_state', 'a:6:{i:0;s:11:\"astra-child\";i:1;s:5:\"astra\";i:2;s:2:\"go\";i:3;s:16:\"twentytwentyfive\";i:4;s:16:\"twentytwentyfour\";i:5;s:17:\"twentytwentythree\";}', 'auto'),
(10856, 'auto_update_themes', 'a:6:{i:0;s:11:\"astra-child\";i:1;s:5:\"astra\";i:2;s:2:\"go\";i:3;s:16:\"twentytwentyfive\";i:4;s:16:\"twentytwentyfour\";i:5;s:17:\"twentytwentythree\";}', 'auto'),
(10857, 'wpaas_migrate_twentytwentythree', '1', 'auto'),
(10858, 'gd_system_version', '4.268.0', 'auto'),
(10859, 'wpaas_cache_options_cnt', 'a:1:{i:0;i:1777404007;}', 'auto'),
(10860, 'mwp_disable_comments_migrated', '1741253756', 'off'),
(10861, 'mwp_disable_comments_old_post', '1', 'auto'),
(10862, 'gdl_site_published', '1741253756', 'auto'),
(10863, 'gdl_live_site_dismiss', '', 'auto'),
(10864, 'gdl_enabled', '', 'auto'),
(10865, 'gdl_site_published_nux_reported', '1741253757', 'auto'),
(10866, 'mwp_previous_plugins_state', 'a:17:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:31:\"backup-backup/backup-backup.php\";i:3;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:4;s:32:\"duplicate-page/duplicatepage.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:31:\"elementor-pro/elementor-pro.php\";i:7;s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";i:8;s:34:\"feeds-for-youtube/youtube-feed.php\";i:9;s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";i:10;s:26:\"post-smtp/postman-smtp.php\";i:11;s:41:\"powerpack-elements/powerpack-elements.php\";i:12;s:27:\"reviews-feed/sb-reviews.php\";i:13;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:14;s:33:\"instagram-feed/instagram-feed.php\";i:15;s:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";}', 'auto'),
(10867, 'auto_update_plugins', 'a:17:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";i:4;s:41:\"powerpack-elements/powerpack-elements.php\";i:5;s:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";i:6;s:33:\"instagram-feed/instagram-feed.php\";i:7;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:8;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:9;s:34:\"feeds-for-youtube/youtube-feed.php\";i:10;s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";i:11;s:27:\"reviews-feed/sb-reviews.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";i:13;s:26:\"post-smtp/postman-smtp.php\";i:14;s:31:\"backup-backup/backup-backup.php\";i:15;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:16;s:32:\"duplicate-page/duplicatepage.php\";}', 'auto'),
(10870, 'wpaas_cache_cnt', 'a:1:{i:0;i:1777922356;}', 'auto'),
(10871, 'gd_system_polling_invalidation_id', '3DGxlEbBi0YvTWt7DwZHXwymQIF', 'auto'),
(10872, 'objectcache_relay_license', 'a:3:{s:5:\"state\";s:10:\"unlicensed\";s:6:\"reason\";s:21:\"SUBSCRIPTION_INACTIVE\";s:10:\"updated_at\";i:1759342952;}', 'off'),
(10873, 'objectcache_license', 'O:8:\"stdClass\":7:{s:4:\"plan\";s:10:\"L3 Partner\";s:5:\"state\";s:5:\"valid\";s:5:\"token\";s:60:\"bf2ad6a2345b879739ae2b450dffcca0e22d1865cabad44e63d7c53ba06b\";s:12:\"organization\";O:8:\"stdClass\":2:{s:4:\"name\";s:16:\"GoDaddy.com, LLC\";s:4:\"slug\";s:14:\"godaddycom-llc\";}s:9:\"stability\";s:5:\"alpha\";s:10:\"last_check\";i:1778085929;s:11:\"valid_as_of\";i:1778085929;}', 'off'),
(10874, 'gd_system_last_cache_flush', '1741254101', 'auto'),
(10875, 'gd_system_first_login', '1741254485', 'off'),
(10876, 'gd_system_last_login', '1776111566', 'on'),
(10879, 'wpaas_plugins_changed', '1773860860', 'auto'),
(10882, 'wpaas_dismissed_822aadf9b7834d241cb4b52632fe8bb9', '1', 'auto'),
(10891, 'sb_callout', 'a:2:{s:9:\"dismissed\";b:1;s:14:\"dismissed_date\";s:9:\"permanent\";}', 'auto'),
(10904, 'sbi_statuses', 'a:10:{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:1741284965;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1779076637;s:14:\"num_db_updates\";i:31;}s:24:\"support_legacy_shortcode\";b:0;s:16:\"wizard_dismissed\";b:1;s:21:\"source_details_update\";b:1;s:33:\"preexisting_discount_notice_check\";b:1;s:23:\"custom_templates_notice\";b:1;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1779018036;s:11:\"initialized\";i:1741285096;}}', 'on'),
(10905, 'sbi_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'on'),
(10907, 'sbi_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:3;s:6:\"minute\";i:9;s:6:\"second\";i:35;s:6:\"offset\";i:97775;s:8:\"initsend\";i:1741576175;}', 'auto'),
(10908, 'sbi_rating_notice', 'pending', 'off'),
(10909, 'sbi_db_version', '2.4', 'auto'),
(10910, 'sb_instagram_errors', 'a:9:{s:10:\"connection\";a:4:{s:8:\"error_id\";s:3:\"999\";s:8:\"critical\";b:0;s:7:\"post_id\";b:0;s:13:\"error_message\";a:5:{s:13:\"error_message\";s:50:\"There has been a problem with your Instagram Feed.\";s:10:\"admin_only\";s:146:\"API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\";s:19:\"frontend_directions\";s:141:\"<a href=\"https://smashballoon.com/instagram-feed/docs/errors/#999\" target=\"_blank\" rel=\"noopener\">Directions on how to resolve this issue</a>\";s:18:\"backend_directions\";s:0:\"\";s:4:\"time\";i:1779076638;}}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:1:{i:17841452603493749;a:1:{s:3:\"api\";a:2:{s:5:\"error\";a:2:{s:4:\"code\";s:3:\"999\";s:7:\"message\";s:131:\"Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\";}s:10:\"clear_time\";i:1779076818;}}}s:9:\"error_log\";a:8:{i:0;s:575:\"05-14 06:24:03 - Error connecting to https://graph.instagram.com/17841452603493749/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=20&access_token=IGAAPNuiDJa69BZAE9LQjZAvbVFVV2ZAhVVJRbmZALYU1CNERSYmY2M3p5dk1RaGtMSFV2VHFFanRneThUOVpRWTVMQ21tNWNVRWZAGWWIzU20wT0hNZAXNhWTBzYXVtX25Hb1MwcW5iOHQ2Y2Nmck11VnhQVjRR. http_request_failed - cURL error 28: Failed to connect to graph.instagram.com port 443 after 10001 ms: Timeout was reached\";i:1;s:479:\"05-14 06:24:13 - Error connecting to https://graph.instagram.com/me?fields=user_id,username,name,account_type,profile_picture_url,followers_count,follows_count,media_count,biography&access_token=IGAAPNuiDJa69BZAE9LQjZAvbVFVV2ZAhVVJRbmZALYU1CNERSYmY2M3p5dk1RaGtMSFV2VHFFanRneThUOVpRWTVMQ21tNWNVRWZAGWWIzU20wT0hNZAXNhWTBzYXVtX25Hb1MwcW5iOHQ2Y2Nmck11VnhQVjRR. http_request_failed - cURL error 28: Failed to connect to graph.instagram.com port 443 after 10001 ms: Timeout was reached\";i:2;s:483:\"08-14 18:27:40 - Error connecting to https://graph.instagram.com/me?fields=user_id,username,name,account_type,profile_picture_url,followers_count,follows_count,media_count,biography&access_token=IGAAPNuiDJa69BZAE1OZAlFjZAVVPMk9xdExXSlpnekhFT2sydm5OOEg1c0NjckxtVVVIRXNjNlJKYXc4cHJlZAmhZAOE1WdF9vbU5WZAlhXcmlQZAjZAvTHpVX194Q19rV2tTZA0wzWjZAybkdrelg0ajFCQ0EySzhR. http_request_failed - cURL error 28: Failed to connect to graph.instagram.com port 443 after 10000 ms: Timeout was reached\";i:3;s:193:\"10-30 06:18:38 - API error 190: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";i:4;s:193:\"10-30 18:18:46 - API error 190: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";i:5;s:163:\"05-17 11:39:30 - API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\";i:6;s:163:\"05-17 13:26:18 - API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\";i:7;s:163:\"05-18 03:57:18 - API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\";}s:10:\"action_log\";a:4:{i:0;s:41:\"03-06 18:16:09 - Retesting GDPR features.\";i:1;s:42:\"05-14 18:23:10 - Cleared connection error.\";i:2;s:42:\"08-15 06:21:18 - Cleared connection error.\";i:3;s:42:\"10-31 06:18:38 - Cleared connection error.\";}s:7:\"revoked\";a:0:{}}', 'off'),
(10911, '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:21:\"arifwebsols@gmail.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'),
(10912, 'sbi_single_cache', '9BSid7WEpA/4V2m+vDr/T0gwd1RwcHQvYTZtRGdJV2lHSWpVY1pZTnFTN3IrT1RRZ08xcy9nQU85alNPS3lSdU5wbEdSZUcvMEpGV1NYa3h4M3dlTmUyOHNTWG5hcHhrSStIM2ZsWjI=', 'off'),
(10913, 'sbi_notifications', 'a:4:{s:6:\"update\";i:1779018176;s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(10914, 'sbi_newuser_notifications', 'a:4:{s:6:\"update\";i:1741284970;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'),
(10917, 'sbi_local_avatars_info', 'a:1:{s:15:\"genesiswa_begin\";a:2:{s:9:\"file_name\";s:20:\"genesiswa_begin.webp\";s:9:\"mime_type\";s:10:\"image/webp\";}}', 'auto'),
(10918, 'sbi_local_avatars', 'a:1:{s:15:\"genesiswa_begin\";b:1;}', 'auto'),
(10920, 'cff_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'off'),
(10922, 'cff_style_settings', 'a:21:{s:19:\"cff_show_links_type\";b:1;s:19:\"cff_show_event_type\";b:1;s:19:\"cff_show_video_type\";b:1;s:20:\"cff_show_photos_type\";b:1;s:20:\"cff_show_status_type\";b:1;s:20:\"cff_show_albums_type\";b:1;s:15:\"cff_show_author\";b:1;s:13:\"cff_show_text\";b:1;s:13:\"cff_show_desc\";b:1;s:21:\"cff_show_shared_links\";b:1;s:13:\"cff_show_date\";b:1;s:14:\"cff_show_media\";b:1;s:19:\"cff_show_media_link\";b:1;s:20:\"cff_show_event_title\";b:1;s:22:\"cff_show_event_details\";b:1;s:13:\"cff_show_meta\";b:1;s:13:\"cff_show_link\";b:1;s:17:\"cff_show_like_box\";b:1;s:22:\"cff_show_facebook_link\";b:1;s:23:\"cff_show_facebook_share\";b:1;s:20:\"cff_event_title_link\";b:1;}', 'auto'),
(10923, 'cff_show_access_token', '1', 'auto'),
(10924, 'aioseo_activation_redirect', '1', 'auto'),
(10925, 'wpforms_activation_redirect', '1', 'auto'),
(10926, 'optin_monster_api_activation_redirect_disabled', '1', 'auto'),
(10927, 'seedprod_dismiss_setup_wizard', '1', 'auto'),
(10928, 'ctf_version', '2.2.5', 'auto'),
(10929, 'ctf_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'off'),
(10930, 'widget_custom-twitter-feeds-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(10931, 'cff_usage_tracking_config', 'a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:12;s:6:\"minute\";i:58;s:6:\"second\";i:18;s:6:\"offset\";i:392298;s:8:\"initsend\";i:1741870698;}', 'auto'),
(10932, 'cff_rating_notice', 'pending', 'off'),
(10933, 'cff_statuses', 'a:6:{s:13:\"first_install\";i:1741285031;s:17:\"legacy_onboarding\";a:2:{s:6:\"active\";b:0;s:4:\"type\";s:6:\"single\";}s:24:\"support_legacy_shortcode\";b:0;s:12:\"data_manager\";a:1:{s:14:\"num_db_updates\";i:31;}s:18:\"groups_need_update\";b:0;s:16:\"wizard_dismissed\";b:0;}', 'off'),
(10934, 'cff_db_version', '2.5', 'auto'),
(10935, 'ctf_rating_notice', 'pending', 'off'),
(10936, 'ctf_statuses', 'a:5:{s:13:\"first_install\";i:1741285031;s:24:\"support_legacy_shortcode\";b:0;s:17:\"first_cron_update\";i:1741375031;s:18:\"smash_twitter_cron\";a:3:{s:15:\"request_counter\";i:0;s:26:\"request_counter_reset_time\";i:1779018032;s:24:\"last_update_process_time\";i:1779018032;}s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1779018036;s:11:\"initialized\";i:1741285378;}}', 'on'),
(10937, 'ctf_db_version', '1.5', 'auto');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10938, 'sb_instagram_feed_notices', 'a:13:{s:23:\"review_step_1_all_pages\";a:17:{s:2:\"id\";s:23:\"review_step_1_all_pages\";s:4:\"type\";s:11:\"information\";s:7:\"message\";s:43:\"Are you enjoying the Instagram Feed Plugin?\";s:5:\"title\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"class\";s:35:\"sbi_notice sbi_review_notice_step_1\";s:11:\"dismissible\";b:0;s:8:\"priority\";i:50;s:10:\"start_date\";b:0;s:8:\"end_date\";b:0;s:12:\"page_exclude\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:5:\"image\";a:3:{s:3:\"src\";s:85:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:46:\"<div class=\"sbi_thumb\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:4:{s:4:\"text\";s:3:\"Yes\";s:5:\"class\";s:12:\"sbi-btn-link\";s:2:\"id\";s:22:\"sbi_review_consent_yes\";s:3:\"tag\";s:6:\"button\";}i:1;a:6:{s:4:\"text\";s:2:\"No\";s:5:\"class\";s:12:\"sbi-btn-link\";s:2:\"id\";s:21:\"sbi_review_consent_no\";s:6:\"target\";s:6:\"_blank\";s:3:\"url\";s:56:\"https://smashballoon.com/feedback/?plugin=instagram-free\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:37:\"<div class=\"sbi-notice-consent-btns\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:11:\"wrap_schema\";s:112:\"<div {class}>{image}<div class=\"sbi-notice-text\"><p class=\"sbi-notice-text-p\">{message}</p></div>{buttons}</div>\";}s:23:\"review_step_2_all_pages\";a:19:{s:2:\"id\";s:23:\"review_step_2_all_pages\";s:4:\"type\";s:11:\"information\";s:7:\"message\";s:73:\"It really helps to support the plugin and help others to discover it too!\";s:5:\"title\";a:2:{s:4:\"text\";s:79:\"Glad to hear you are enjoying it. Would you consider leaving a positive review?\";s:5:\"class\";s:22:\"sbi-notice-text-header\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:42:\"sbi_notice_op sbi_notice sbi_review_notice\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:51;s:10:\"start_date\";b:0;s:8:\"end_date\";b:0;s:12:\"page_exclude\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:5:\"image\";a:3:{s:3:\"src\";s:85:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:46:\"<div class=\"sbi_thumb\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:4:{i:0;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-blue sbi_notice_dismiss\";s:3:\"url\";s:60:\"https://wordpress.org/support/plugin/instagram-feed/reviews/\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:9:\"No thanks\";s:3:\"tag\";s:1:\"a\";}i:2;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:27:\"I\'ve already given a review\";s:3:\"tag\";s:1:\"a\";}i:3;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:12:\"Ask Me Later\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:62:\"<div class=\"sbi-notice-btns-wrap\"><p class=\"sbi-notice-links\">\";s:16:\"buttons_wrap_end\";s:10:\"</p></div>\";s:6:\"styles\";a:1:{s:7:\"display\";a:3:{s:9:\"condition\";a:4:{s:3:\"key\";s:6:\"option\";s:4:\"name\";s:18:\"sbi_review_consent\";s:7:\"compare\";s:3:\"===\";s:5:\"value\";s:3:\"yes\";}s:4:\"true\";s:0:\"\";s:5:\"false\";s:4:\"none\";}}s:7:\"dismiss\";a:4:{s:5:\"class\";s:18:\"sbi-notice-dismiss\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";a:2:{s:4:\"args\";a:1:{s:11:\"sbi_dismiss\";s:6:\"review\";}s:6:\"action\";s:10:\"sbi-review\";}}s:11:\"wrap_schema\";s:185:\"<div {class} {styles}>{image}<div class=\"sbi-notice-text\">\n						<div class=\"sbi-notice-text-inner\">{title}<p class=\"sbi-notice-text-p\">{message}</p></div>{buttons}</div>{dismiss}</div>\";}s:13:\"review_step_1\";a:24:{s:2:\"id\";s:13:\"review_step_1\";s:4:\"type\";s:11:\"information\";s:7:\"message\";s:0:\"\";s:5:\"title\";a:2:{s:4:\"text\";s:43:\"Are you enjoying the Instagram Feed Plugin?\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:31:\"sbi_review_step1_notice message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:50;s:10:\"start_date\";b:0;s:8:\"end_date\";b:0;s:10:\"wrap_class\";s:40:\"sbi-notifications-wrap sbi_review_notice\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";a:2:{s:4:\"args\";a:1:{s:11:\"sbi_dismiss\";s:6:\"review\";}s:6:\"action\";s:10:\"sbi-review\";}}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:132:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:6:\"review\";}s:5:\"image\";a:3:{s:3:\"src\";s:85:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:4:{s:4:\"text\";s:3:\"Yes\";s:5:\"class\";s:12:\"sbi-btn-link\";s:2:\"id\";s:22:\"sbi_review_consent_yes\";s:3:\"tag\";s:6:\"button\";}i:1;a:6:{s:4:\"text\";s:2:\"No\";s:5:\"class\";s:12:\"sbi-btn-link\";s:2:\"id\";s:21:\"sbi_review_consent_no\";s:6:\"target\";s:6:\"_blank\";s:3:\"url\";s:56:\"https://smashballoon.com/feedback/?plugin=instagram-lite\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:32:\"<div class=\"review-step-1-btns\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}s:13:\"review_step_2\";a:25:{s:2:\"id\";s:13:\"review_step_2\";s:4:\"type\";s:11:\"information\";s:7:\"message\";s:73:\"It really helps to support the plugin and help others to discover it too!\";s:5:\"title\";a:2:{s:4:\"text\";s:79:\"Glad to hear you are enjoying it. Would you consider leaving a positive review?\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:17:\"message rn_step_2\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:51;s:10:\"start_date\";b:0;s:8:\"end_date\";b:0;s:10:\"wrap_class\";s:40:\"sbi-notifications-wrap sbi_review_notice\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";a:2:{s:4:\"args\";a:1:{s:11:\"sbi_dismiss\";s:6:\"review\";}s:6:\"action\";s:10:\"sbi-review\";}}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:173:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data} {styles}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:6:\"review\";}s:5:\"image\";a:3:{s:3:\"src\";s:85:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:4:{i:0;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-blue sbi_notice_dismiss\";s:3:\"url\";s:60:\"https://wordpress.org/support/plugin/instagram-feed/reviews/\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:9:\"No thanks\";s:3:\"tag\";s:1:\"a\";}i:2;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:27:\"I\'ve already given a review\";s:3:\"tag\";s:1:\"a\";}i:3;a:6:{s:5:\"class\";s:39:\"sbi-btn sbi-btn-grey sbi_notice_dismiss\";s:3:\"url\";a:2:{s:4:\"args\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:6:\"action\";s:10:\"sbi-review\";}s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:4:\"text\";s:12:\"Ask Me Later\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:6:\"styles\";a:1:{s:7:\"display\";a:3:{s:9:\"condition\";a:4:{s:3:\"key\";s:6:\"option\";s:4:\"name\";s:18:\"sbi_review_consent\";s:7:\"compare\";s:3:\"===\";s:5:\"value\";s:3:\"yes\";}s:4:\"true\";s:0:\"\";s:5:\"false\";s:4:\"none\";}}s:5:\"group\";s:9:\"marketing\";}i:38;a:24:{s:2:\"id\";i:38;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:302:\"Step into the spotlight with our Social Media Superhero Sale! Limited to 3 days only, enjoy up to 60% OFF your Smash Balloon plans. Supercharge your site with powerful social media feed plugins to boost your followers, engagement and sales. Hurry – this super deal ends on April 30th at 11:59 pm EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:53:\"Unlock Your Social Media Superpowers! [Up to 60% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-04-28 00:00:00\";s:8:\"end_date\";s:19:\"2025-04-30 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"38\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:150:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=aprilsuper2025&utm_content=lite-unlock-super\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:24:\"Unlock Super Savings Now\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:145:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=aprilsuper2025&utm_content=lite-grab-60\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:18:\"Grab Up to 60% OFF\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:36;a:24:{s:2:\"id\";i:36;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:313:\"Celebrate Website Refresh Week with us! It’s the best time for a site makeover. For 5 days, get up to 60% OFF Smash Balloon plans. Upgrade to our Pro plugins to display beautiful, deeply customizable social media feeds and make your site stand out. Don\'t delay, this special offer ends May 23rd at 11:59 pm EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:40:\"Fresh Feeds, Fresh Look! [Up to 60% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-05-19 00:00:00\";s:8:\"end_date\";s:19:\"2025-05-23 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"36\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:146:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=mayrefresh2025&utm_content=lite-save-pro\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:15:\"Save Big on Pro\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:145:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=mayrefresh2025&utm_content=lite-save-60\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Save Up to 60%\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:37;a:24:{s:2:\"id\";i:37;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:268:\"Smash Balloon is 12! Our birthday gift for you: Don\'t just scroll by the party – get up to 65% OFF Pro! Upgrade to Pro and unlock powerful features to boost your followers, engagement and sales. This once-a-year celebration pricing ends on June 27th at 11:59 pm EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:47:\"Here’s Our 12th Birthday Gift [Up to 65% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-06-20 00:00:00\";s:8:\"end_date\";s:19:\"2025-06-27 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"37\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:140:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=junebday&utm_content=lite-save-pro\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:15:\"Save Big on Pro\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:139:\"https://smashballoon.com/sale/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=junebday&utm_content=lite-save-65\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Save Up to 65%\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:39;a:24:{s:2:\"id\";i:39;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:370:\"It\'s National Relaxation Day! 🧘 Time to kick back and let your website work for you. For a limited time, get up to 60% OFF your Smash Balloon plan. Upgrade to Pro and put your social feeds on complete autopilot. You can relax knowing your site is always fresh with new content, boosting engagement and sales. This peace of mind offer ends August 20th at 11:59 PM EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:51:\"Breathe Easy with Fresh Feeds! 🧘 [Up to 60% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-08-15 00:00:00\";s:8:\"end_date\";s:19:\"2025-08-20 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"39\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:146:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=augrelax2025&utm_content=lite-peace\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:20:\"Get My Peace of Mind\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:145:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=augrelax2025&utm_content=lite-save\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Save Up to 60%\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:41;a:24:{s:2:\"id\";i:41;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:272:\"During our Autumn Sale, get up to 60% OFF your Smash Balloon plan! Upgrade to Pro to automatically \"rake in\" fresh content from your social media, keeping your site vibrant and engaging for every visitor. These colorful savings fall away on September 30th at 11:59 PM EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:43:\"Fall Into Fresh Feeds! 🍂 [Up to 60% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-09-25 00:00:00\";s:8:\"end_date\";s:19:\"2025-09-30 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"41\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:158:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=septautumn2025&utm_content=lite-rake-in-savings\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:19:\"Rake In The Savings\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:150:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=septautumn2025&utm_content=lite-save-60\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Save Up to 60%\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:43;a:24:{s:2:\"id\";i:43;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:298:\"No tricks, just treats! During our Halloween Sale, get up to 60% OFF your Smash Balloon plan. Upgrade to Pro to magically summon fresh content from your social media, chasing away the cobwebs and keeping visitors engaged. This spooky-good deal vanishes like a ghost on October 29th at 11:59 PM EST!\";s:5:\"title\";a:2:{s:4:\"text\";s:55:\"A Scary Good Deal On Social Feeds! 🎃 [Up to 60% OFF]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-10-24 00:00:00\";s:8:\"end_date\";s:19:\"2025-10-29 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"43\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:156:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=octhalloween2025&utm_content=lite-claim-treat\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Claim My Treat\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:152:\"https://smashballoon.com/sale/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=octhalloween2025&utm_content=lite-save-60\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:14:\"Save Up to 60%\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}s:14:\"critical_error\";a:15:{s:2:\"id\";s:14:\"critical_error\";s:4:\"type\";s:5:\"error\";s:7:\"message\";s:691:\"<p><strong>Action Required Within 7 Days</strong><br>An account admin has deauthorized the Smash Balloon app used to power the Instagram Feed plugin. If the Instagram source is not reconnected within 7 days then all Instagram data will be automatically deleted on your website for this account (ID: ) due to Facebook data privacy rules.<br><br>To prevent the automated data deletion for the source, please reconnect your source within 7 days.<br><br><a href=\"https://smashballoon.com/doc/action-required-within-7-days/?instagram&utm_campaign=instagram-free&utm_source=permissionerror&utm_medium=notice&utm_content=More Information\" target=\"_blank\" rel=\"noopener\">More Information</a></p><br>\";s:5:\"title\";a:3:{s:4:\"text\";s:104:\"Instagram Feed is encountering an error and your feeds may not be updating due to the following reasons:\";s:5:\"class\";s:15:\"sb-notice-title\";s:3:\"tag\";s:2:\"h3\";}s:4:\"icon\";a:2:{s:3:\"src\";s:86:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-error.svg\";s:4:\"wrap\";s:61:\"<span class=\"sb-notice-icon sb-error-icon\"><img {src}></span>\";}s:5:\"class\";s:43:\"sbi-admin-notices sbi-critical-error-notice\";s:11:\"dismissible\";b:0;s:8:\"priority\";i:1;s:10:\"start_date\";b:0;s:8:\"end_date\";b:0;s:4:\"page\";s:12:\"sbi-settings\";s:7:\"buttons\";a:0:{}s:18:\"buttons_wrap_start\";s:32:\"<p class=\"sbi-error-directions\">\";s:16:\"buttons_wrap_end\";s:4:\"</p>\";s:11:\"wrap_schema\";s:90:\"<div {id} {class}>{icon}<div class=\"sbi-notice-body\">{title}{message}{buttons}</div></div>\";}i:141;a:24:{s:2:\"id\";i:141;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:516:\"This Black Friday, thousands of smart business owners are upgrading their websites. Now is the perfect time to save up to 70% on Smash Balloon Pro. Build visitor trust by automatically showing your best reviews from Google, Tripadvisor &amp; more, boost your sales by letting followers shop your Instagram feed, and keep your site engaging with your latest content from YouTube, Facebook, TikTok, and more. All on autopilot! It\'s our biggest sale of the year. Get your exclusive discount before it’s gone for good!\";s:5:\"title\";a:2:{s:4:\"text\";s:58:\"[Black Friday Mega SALE] Up to 70% Off - Don’t Miss Out!\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-11-24 00:00:00\";s:8:\"end_date\";s:19:\"2025-12-05 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:3:\"141\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:156:\"https://smashballoon.com/pricing/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=bf2025&utm_content=lite-claim-your-savings\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:18:\"Claim Your Savings\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:153:\"https://smashballoon.com/pricing/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=bf2025&utm_content=lite-unlock-discount\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:20:\"Unlock Your Discount\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}i:45;a:24:{s:2:\"id\";i:45;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:5:\"title\";a:2:{s:4:\"text\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2025-10-30 00:00:00\";s:8:\"end_date\";s:19:\"2026-10-30 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:20:\"Dismiss this message\";s:4:\"icon\";s:93:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:16:\"Previous message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:12:\"Next message\";s:4:\"icon\";s:94:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"45\";}s:5:\"image\";a:3:{s:3:\"src\";s:84:\"https://genesiswa.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:187:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:185:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source=Instagram Feed-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}}', 'auto'),
(10939, 'sb_instagram_feed_group_notices', 'a:1:{s:9:\"marketing\";a:10:{i:0;s:13:\"review_step_1\";i:1;s:13:\"review_step_2\";i:2;i:38;i:3;i:36;i:4;i:37;i:5;i:39;i:6;i:41;i:7;i:43;i:8;i:141;i:9;i:45;}}', 'auto'),
(10940, 'cff_notifications', 'a:4:{s:6:\"update\";i:1779018172;s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(10941, 'cff_newuser_notifications', 'a:4:{s:6:\"update\";i:1741285033;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:\"cff-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:\"cff_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_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:\"cff_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"cff_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:\"cff-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:\"cff_notice_dismiss cff_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:\"cff_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"cff_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'),
(10942, 'ctf_notifications', 'a:4:{s:6:\"update\";i:1779018173;s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(10943, 'ctf_newuser_notifications', 'a:4:{s:6:\"update\";i:1741285033;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 INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10945, 'sby_statuses', 'a:2:{s:24:\"support_legacy_shortcode\";b:0;s:13:\"first_install\";i:1741285037;}', 'off'),
(10946, 'sby_rating_notice', 'pending', 'off'),
(10947, 'sby_db_version', '2.3', 'auto'),
(10948, 'sby_usage_tracking_config', 'a:6:{s:3:\"day\";i:0;s:4:\"hour\";i:1;s:6:\"minute\";i:19;s:6:\"second\";i:29;s:6:\"offset\";i:4769;s:8:\"initsend\";i:1741483169;}', 'auto'),
(10949, 'sbtt_table_version_wp_393a933460_sbtt_feed_caches', '1', 'on'),
(10950, 'sbtt_table_version_wp_393a933460_sbtt_feed_locator', '1', 'on'),
(10951, 'sbtt_table_version_wp_393a933460_sbtt_feeds', '1', 'on'),
(10952, 'sbtt_table_version_wp_393a933460_sbtt_tiktok_posts', '1', 'on'),
(10953, 'sbtt_table_version_wp_393a933460_sbtt_sources', '2', 'on'),
(10954, 'sbtt_statuses', 'a:2:{s:13:\"first_install\";i:1741285037;s:23:\"rating_notice_dismissed\";i:1779020287;}', 'off'),
(10955, 'sbtt_rating_notice', 'dismissed', 'off'),
(10956, 'sbtt_global_settings', 'a:2:{s:21:\"api_site_access_token\";s:64:\"8c67750d9084a9664340ad07cf0b1f861421882ff112c0edfe8fd7a141d8f8c1\";s:14:\"api_site_error\";s:0:\"\";}', 'auto'),
(10957, 'sbtt_usage_tracking_config', 'a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:18;s:6:\"minute\";i:47;s:6:\"second\";i:54;s:6:\"offset\";i:586074;s:8:\"initsend\";i:1741459674;}', 'auto'),
(10960, 'sbr_db_version', '1.3', 'auto'),
(10961, 'sbr_rating_notice', 'pending', 'off'),
(10962, 'sbr_statuses', 'a:1:{s:13:\"first_install\";i:1741285041;}', 'off'),
(10963, 'sbr_settings', 'a:2:{s:12:\"access_token\";s:64:\"3ca6fbdb33615466e01bfc0916e75ba78dea959e0e28b3b0ae73d66b2120eafb\";s:11:\"website_url\";s:26:\"http://mrarif.me/genesiswa\";}', 'auto'),
(10964, 'sbtt_notifications', 'a:4:{s:6:\"update\";i:1779018173;s:6:\"events\";a:0:{}s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:9:\"dismissed\";a:1:{i:0;s:6:\"review\";}}', 'auto'),
(10965, 'sbtt_newuser_notifications', 'a:4:{s:6:\"update\";i:1741285055;s:4:\"feed\";a:2:{i:0;a:6:{s:5:\"title\";s:79:\"Glad to hear you are enjoying it. Would you consider leaving a positive review?\";s:7:\"content\";s:73:\"It really helps to support the plugin and help others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:13:\"sbtt-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:19:\"sbtt_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:29:\"sbtt_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:19:\"sbtt_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:29:\"sbtt_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:19:\"sbtt_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:29:\"sbtt_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:19:\"sbtt_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}i:1;a:8:{s:5:\"title\";s:26:\"Exclusive offer - 60% off!\";s:7:\"content\";s:140:\"We don’t run promotions very often, but for a limited time we’re offering 60% Off our Pro version to all users of our free TikTok Feeds.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:13:\"sbtt-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:34:\"sbtt_notice_dismiss sbtt_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:32:\"sbtt_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:19:\"sbtt_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'),
(10966, 'sbr_notifications', 'a:4:{s:6:\"update\";i:1779018173;s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(10967, 'sbr_newuser_notifications', 'a:4:{s:6:\"update\";i:1741285056;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:\"sbr-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:\"sbr_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbr_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbr_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbr_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbr_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:\"sbr_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbr_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:\"sbr-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:\"sbr_notice_dismiss sbr_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:\"sbr_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbr_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'),
(10968, 'sby_notifications', 'a:4:{s:6:\"update\";i:1779018174;s:4:\"feed\";a:1:{i:0;a:10:{s:2:\"id\";i:45;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:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:12:\"content_html\";s:713:\"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:sb-notifications/preview {\"postId\":45,\"refreshKey\":1763751849798} /-->\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(10969, 'sby_newuser_notifications', 'a:4:{s:6:\"update\";i:1741285056;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'),
(10970, 'sby_check_license_api_when_expires', 'true', 'auto'),
(10971, 'sby_license_data', 'O:8:\"stdClass\":5:{s:7:\"success\";b:0;s:7:\"license\";s:7:\"invalid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:17:\"Feeds for YouTube\";s:8:\"checksum\";s:32:\"ea66ab2e8fd5d88785fced99003b24da\";}', 'auto'),
(10972, 'sby_license_status', 'invalid', 'auto'),
(10973, 'sby_check_license_api_post_grace_period', 'true', 'auto'),
(10979, 'sbi_cron_report', 'a:2:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2026-05-18 03:57:18\";s:20:\"num_found_transients\";i:2;}i:1;a:2:{s:13:\"last_retrieve\";s:19:\"2026-05-18 03:57:18\";s:10:\"did_update\";s:3:\"yes\";}}', 'off'),
(10980, 'ctf_cron_report', 'a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2026-05-18 03:57:18\";s:20:\"num_found_transients\";i:0;}}', 'off'),
(10981, 'sby_cron_report', 'a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2026-05-18 03:57:21\";s:20:\"num_found_transients\";i:0;}}', 'off'),
(10982, 'wpaas_website_content_changed', '1776112145', 'auto'),
(10988, 'gd_system_first_page_on_front_update', '1741450414', 'off'),
(10993, 'trustindex-google-review-download-request-id', '4017ae837653g4b3', 'off'),
(10994, 'trustindex-google-page-details', 'a:10:{s:2:\"id\";s:27:\"ChIJTbdtvi9zkFQRh2AlSHqLfbg\";s:4:\"name\";s:29:\"Genesis Wellness & Aesthetics\";s:10:\"avatar_url\";s:110:\"https://lh6.googleusercontent.com/-AAuExVkYdO8/AAAAAAAAAAI/AAAAAAAAAAA/9mKjn9RbCqk/s160-p-k-no-ns-nd/photo.jpg\";s:16:\"write_review_url\";s:93:\"https://www.google.com/maps/place//data=!4m3!3m2!1s0x5490732fbe6db74d:0xb87d8b7a48256087!12e1\";s:7:\"address\";s:40:\"15965 NE 85th St #102, Redmond, WA 98052\";s:13:\"rating_number\";i:211;s:12:\"rating_score\";d:4.9;s:9:\"timestamp\";i:0;s:14:\"rating_numbers\";a:5:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;}s:19:\"rating_numbers_last\";a:5:{i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:7;}}', 'off'),
(10995, 'trustindex-google-lang', 'en', 'off'),
(10996, 'trustindex-google-style-id', '13', 'off'),
(10997, 'trustindex-google-scss-set', 'soft', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10998, 'trustindex-google-css-content', '@charset \"UTF-8\";\n@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/devanagari-italic.woff2\") format(\"woff2\");unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic.woff2\") format(\"woff2\");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-italic.woff2\") format(\"woff2\");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/devanagari-italic-600.woff2\") format(\"woff2\");unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic-600.woff2\") format(\"woff2\");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:\"Trustindex Poppins\";font-style:italic;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-italic-600.woff2\") format(\"woff2\");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/devanagari.woff2\") format(\"woff2\");unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-ext.woff2\") format(\"woff2\");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:400;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2\") format(\"woff2\");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/devanagari-600.woff2\") format(\"woff2\");unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-600.woff2\") format(\"woff2\");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:\"Trustindex Poppins\";font-style:normal;font-weight:600;font-display:swap;src:url(\"https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2\") format(\"woff2\");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.ti-amp-iframe-body{background:#f6f6f9}.ti-widget.ti-goog{width:100%;display:block;overflow:hidden;text-align:left;direction:ltr;box-sizing:border-box;font-family:unset;font-weight:400}.ti-widget.ti-goog font{pointer-events:none}.ti-widget.ti-goog script{display:none !important}.ti-widget.ti-goog img{box-shadow:unset !important}.ti-widget.ti-goog *,.ti-widget.ti-goog *:after{box-sizing:border-box}.ti-widget.ti-goog *:before,.ti-widget.ti-goog *:after{-webkit-box-ordinal-group:1 !important;content:unset}.ti-widget.ti-goog:before{display:none !important}.ti-widget.ti-goog img{padding:0 !important;margin:0 !important;min-width:initial !important;max-width:initial !important;border:0 !important;border-radius:0 !important}.ti-widget.ti-goog .ti-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ti-widget.ti-goog a{text-decoration:underline !important;color:inherit}.ti-widget.ti-goog a.ti-header{text-decoration:none !important}.ti-widget.ti-goog a[href=\"#\"]:not(.ti-show-original-text),.ti-widget.ti-goog a:not([href]):not(.ti-show-original-text){text-decoration:none !important;pointer-events:none}.ti-widget.ti-goog .ti-widget-container,.ti-widget.ti-goog .ti-widget-container *{font-family:\"Trustindex Poppins\";font-size:14px;line-height:1.4em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;row-gap:unset !important;column-gap:unset !important}.ti-widget.ti-goog strong,.ti-widget.ti-goog strong *{font-weight:600}.ti-widget.ti-goog .ti-tooltip,.ti-widget.ti-goog .ti-verified-tooltip{color:white !important;background-color:black !important;text-align:left;padding:5px 10px;border-radius:6px;font-size:13px !important;font-weight:400;display:inline-block !important;position:absolute;top:-5px;white-space:nowrap;z-index:3;opacity:0;visibility:hidden;transition:opacity 0.3s ease-in-out;width:max-content;box-shadow:0 4px 12px rgba(0, 0, 0, 0.33);--ti-border-arrow-color: black;margin:unset;bottom:unset;left:unset;right:calc(100% + 10px);margin-right:30px}.ti-widget.ti-goog .ti-tooltip:before,.ti-widget.ti-goog .ti-verified-tooltip:before{width:0;height:0;border-style:solid;content:\"\" !important;position:absolute;top:50%;margin-top:-7px}.ti-widget.ti-goog .ti-tooltip:before,.ti-widget.ti-goog .ti-verified-tooltip:before{left:unset;right:-7px;border-width:7px 0 7px 7px;border-color:transparent transparent transparent var(--ti-border-arrow-color)}.ti-widget.ti-goog .ti-with-tooltip,.ti-widget.ti-goog .ti-verified-review{position:relative;font-size:inherit}.ti-widget.ti-goog .ti-with-tooltip:hover .ti-tooltip,.ti-widget.ti-goog .ti-with-tooltip:hover .ti-verified-tooltip,.ti-widget.ti-goog .ti-verified-review:hover .ti-tooltip,.ti-widget.ti-goog .ti-verified-review:hover .ti-verified-tooltip{opacity:1;margin:0;visibility:visible}.ti-widget.ti-goog .ti-verified-tooltip{margin:unset;right:unset;left:calc(100% + 10px);margin-left:30px}.ti-widget.ti-goog .ti-verified-tooltip:before{right:unset;left:-7px;border-width:7px 7px 7px 0;border-color:transparent var(--ti-border-arrow-color) transparent transparent}.ti-widget.ti-goog .ti-verified-platform .ti-verified-tooltip{width:175px;max-width:250px;white-space:normal;line-height:1.4 !important;top:-10px}.ti-widget.ti-goog .ti-verified-platform .ti-verified-tooltip:before{top:18px}.ti-widget.ti-goog .ti-date .ti-tooltip{margin:unset;top:unset;right:unset;left:calc(50% + 20px);transform:translateX(-50%);margin-bottom:30px;bottom:calc(100% + 10px)}.ti-widget.ti-goog .ti-date .ti-tooltip:before{top:unset;right:unset;margin:unset;left:50%;margin-left:-25px;bottom:-7px;border-width:7px 7px 0 7px;border-color:var(--ti-border-arrow-color) transparent transparent transparent}.ti-widget.ti-goog[data-set-id^=\"dark-\"] .ti-tooltip,.ti-widget.ti-goog[data-set-id^=\"dark-\"] .ti-verified-tooltip,.ti-widget.ti-goog[data-set-id=\"light-contrast\"] .ti-tooltip,.ti-widget.ti-goog[data-set-id=\"light-contrast\"] .ti-verified-tooltip{color:black !important;background-color:white !important;--ti-border-arrow-color: white}.ti-widget.ti-goog .ti-widget-container{display:block;color:#000000;margin-bottom:15px}.ti-widget.ti-goog .ti-widget-container .ti-name{font-weight:600;font-size:15px;overflow:hidden;padding-right:25px;white-space:nowrap;text-overflow:ellipsis;color:#000000}.ti-widget.ti-goog .ti-widget-container .ti-name a{text-decoration:none !important;font-size:inherit}.ti-widget.ti-goog .ti-widget-container .ti-name a:hover{text-decoration:underline !important}.ti-widget.ti-goog .ti-widget-container .ti-date{color:#8a8a8a;font-size:13px}.ti-widget.ti-goog .ti-widget-container .ti-date .ti-tooltip{bottom:calc(100% + 8px)}.ti-widget.ti-goog .ti-profile-img{margin:0 15px 0 0 !important}.ti-widget.ti-goog .ti-profile-img img{width:40px !important;height:40px !important;display:block;border-radius:30px !important;object-fit:cover;object-position:top}.ti-widget.ti-goog .ti-profile-img .ti-profile-img-sprite{display:inline-block;float:left;background:white;background-repeat:no-repeat;width:40px;height:40px;border-radius:30px}.ti-widget.ti-goog .ti-profile-details{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin:0 !important;display:flex;flex-direction:column;justify-content:center;min-width:0}.ti-widget.ti-goog .ti-stars{margin-top:3px;white-space:nowrap;display:block}.ti-widget.ti-goog .ti-star{width:17px !important;height:17px !important;margin-right:1px !important;vertical-align:unset;display:inline-block !important}.ti-widget.ti-goog img.ti-star{background:none !important}.ti-widget.ti-goog .ti-footer{margin-top:15px;padding-top:0px;text-align:center;line-height:1.45em}.ti-widget.ti-goog .ti-footer .ti-name{color:#000000;font-size:15px;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis}.ti-widget.ti-goog .ti-footer .ti-stars{margin-bottom:3px;margin-top:0px;line-height:0}.ti-widget.ti-goog .ti-footer .ti-profile-details{padding-top:4px}.ti-widget.ti-goog .ti-footer .ti-inner{padding-bottom:10px}.ti-widget.ti-goog .ti-fade-container{grid-row:1;grid-column:1;-ms-flex-wrap:inherit;flex-wrap:inherit;-ms-flex-pack:inherit;justify-content:inherit;flex-direction:inherit;text-align:inherit;display:none;opacity:0;transition:opacity 1s}.ti-widget.ti-goog .ti-fade-container:nth-child(1){display:flex;opacity:1}.ti-widget.ti-goog .ti-header-grid,.ti-widget.ti-goog .ti-footer-grid{display:grid}.ti-widget.ti-goog .ti-footer-link-block{margin-top:10px;color:#000000}.ti-widget.ti-goog .ti-footer-link-block a{font-size:14.25px;padding-right:10px;opacity:0.7;text-decoration:underline !important;color:inherit !important}.ti-widget.ti-goog .ti-footer-link-block a:hover{opacity:1}.ti-widget.ti-goog .ti-footer-filter-text{font-size:15px !important;color:#000000;margin-bottom:0 !important;padding:0 15px;text-align:left;margin:15px 0}.ti-widget.ti-goog .ti-footer-filter-text:empty{margin:0 !important}.ti-widget.ti-goog .ti-disclaimer{visibility:hidden;opacity:0;padding:12px 24px;position:absolute;bottom:100%;width:100%;min-width:220px;max-width:585px;background:white;border:1px solid black;border-radius:6px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.05);font-size:14px;font-weight:normal;margin-bottom:15px;text-align:left;z-index:2147483647;color:#000000 !important;transition:all 0.3s;transition-delay:0.35s;white-space:normal !important;right:unset ;left:50% ;transform:translateX(-50%) }.ti-widget.ti-goog .ti-disclaimer:before,.ti-widget.ti-goog .ti-disclaimer:after{left:0 ;right:0 }.ti-widget.ti-goog .ti-disclaimer a{font-size:inherit}.ti-widget.ti-goog .ti-disclaimer:hover{visibility:visible;opacity:1}.ti-widget.ti-goog:not([data-layout-category*=\"top-rated-badge\"]) .ti-disclaimer:before,.ti-widget.ti-goog:not([data-layout-category*=\"top-rated-badge\"]) .ti-disclaimer:after{position:absolute;content:\"\";bottom:-18px;margin:0 auto;width:0;border-style:solid;border-right:20px solid transparent;border-left:20px solid transparent;border-bottom:20px solid black;border-top:0;transform:rotate(45deg)}.ti-widget.ti-goog:not([data-layout-category*=\"top-rated-badge\"]) .ti-disclaimer:after{bottom:-16px;margin-right:1px;border-bottom-color:white}.ti-widget.ti-goog[data-layout-category*=\"top-rated-badge\"] .ti-disclaimer:after{position:absolute;content:\"\";bottom:-10px;margin:0 auto;width:0;border:10px solid transparent;border-bottom-width:0;border-top-color:#000}.ti-widget.ti-goog[data-layout-category*=\"top-rated-badge\"] .ti-disclaimer.ti-bottom{bottom:unset;margin-bottom:unset;top:100%;margin-top:15px}.ti-widget.ti-goog[data-layout-category*=\"top-rated-badge\"] .ti-disclaimer.ti-bottom:after{bottom:unset;top:-10px;border:10px solid transparent;border-top-width:0;border-bottom-color:#000}.ti-widget.ti-goog .ti-verified-by{display:inline-block}.ti-widget.ti-goog .ti-verified-by .ti-info-icon{display:inline-block;background-size:contain;width:13px;height:13px;position:relative;top:2px;-webkit-mask-image:url(\"https://cdn.trustindex.io/assets/icon/ti-info-light.svg\");mask-image:url(\"https://cdn.trustindex.io/assets/icon/ti-info-light.svg\");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#000000}.ti-widget.ti-goog .ti-verified-by-row{display:block;text-align:right;margin-bottom:0 !important;font-size:12px;color:#000000;margin:12px 28px}.ti-widget.ti-goog .ti-verified-by-row>.ti-inner{display:inline-block;position:relative;padding:4px 14px;font-size:12px;font-weight:600;border-radius:3px}.ti-widget.ti-goog .ti-verified-by-row .ti-info-icon{-webkit-mask-image:url(\"https://cdn.trustindex.io/assets/icon/ti-info-regular.svg\");mask-image:url(\"https://cdn.trustindex.io/assets/icon/ti-info-regular.svg\")}.ti-widget.ti-goog .ti-verified-by-row .ti-trustindex-icon{display:inline-block;width:15px;height:15px;vertical-align:unset;position:relative;top:2px;background-image:url(\"https://cdn.trustindex.io/assets/platform/Trustindex/icon.svg\");margin-left:4px;margin-right:3px}.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer{width:320px !important;left:unset ;transform:unset ;right:-7px }.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after,.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:before{left:unset ;right:15px }.ti-widget.ti-goog .ti-verified-by-row[data-style=\"1\"]>.ti-inner{background-color:#157351;color:white}.ti-widget.ti-goog .ti-verified-by-row[data-style=\"1\"] .ti-info-icon{background-color:white !important}.ti-widget.ti-goog .ti-verified-by-row[data-style=\"2\"]>.ti-inner{background-color:#D6F3E6;color:black}.ti-widget.ti-goog .ti-verified-by-row[data-style=\"2\"] .ti-info-icon{background-color:black !important}.ti-widget.ti-goog .ti-verified-by:hover+.ti-disclaimer,.ti-widget.ti-goog .ti-verified-by .ti-inner:hover .ti-disclaimer{visibility:visible;transition-delay:0.1ms;opacity:1}.ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row{margin-top:-20px !important}.ti-widget.ti-goog .ti-footer+.ti-verified-by-row{text-align:center}.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer{right:unset  !important;left:50%  !important;transform:translateX(-50%)  !important}.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:before,.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:after{left:0  !important;right:0  !important}.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:after{margin-right:auto  !important;right:2px  !important}@media (max-width:479px){.ti-widget.ti-goog .ti-verified-by-row{text-align:center !important}.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer{right:unset ;left:50% ;transform:translateX(-50%) }.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:before,.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after{left:0 ;right:0 }.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after{margin-right:auto ;right:2px }.ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row{margin-top:12px !important}}@media (max-width:479px){.ti-widget.ti-goog .ti-footer-filter-text{text-align:center !important}}@media (min-width:1024px){.ti-widget.ti-goog .ti-footer-filter-text{margin:12px 28px}}.ti-widget.ti-goog .star-lg .ti-star{width:30px !important;height:30px !important}.ti-widget.ti-goog .ti-d-none{display:none !important}.ti-widget.ti-goog .ti-rating-text,.ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large),.ti-widget.ti-goog .ti-rating-text strong a,.ti-widget.ti-goog .ti-rating-text strong span,.ti-widget.ti-goog .ti-rating-text span strong,.ti-widget.ti-goog .ti-rating-text span,.ti-widget.ti-goog .ti-footer,.ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large),.ti-widget.ti-goog .ti-footer span,.ti-widget.ti-goog .ti-footer strong a{font-size:15px;color:#000000}.ti-widget.ti-goog .ti-large-logo{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0 !important}.ti-widget.ti-goog .ti-large-logo .ti-v-center{-ms-flex-item-align:center !important;align-self:center !important;text-align:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ti-widget.ti-goog .ti-large-logo img{margin:auto !important;display:block !important;position:relative;width:150px !important;height:32px !important;object-fit:unset !important}.ti-widget.ti-goog .nowrap{white-space:nowrap;display:inline-block;margin:0 2px}.ti-widget.ti-goog .nowrap:first-of-type{margin-left:0}.ti-widget.ti-goog .nowrap:last-of-type{margin-right:0}.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars{margin-bottom:11px;margin-top:11px;text-align:left}.ti-widget.ti-goog .ti-reviews-container-wrapper{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;direction:ltr;margin:0 -8px;padding-top:5px}.ti-disable-animation.ti-widget.ti-goog .ti-reviews-container-wrapper{padding-top:0 !important}@media (min-width:1024px){.ti-widget.ti-goog .ti-reviews-container-wrapper{margin:0 8px !important}}.ti-widget.ti-goog .ti-col-1 .ti-review-item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ti-widget.ti-goog .ti-widget-container{display:-ms-flexbox;display:flex;flex-wrap:nowrap;align-items:center;-ms-flex-wrap:nowrap;-ms-flex-align:center}.ti-widget.ti-goog .ti-col-1{-ms-flex-wrap:wrap;flex-wrap:wrap}.ti-widget.ti-goog .ti-col-1 .ti-reviews-container,.ti-widget.ti-goog .ti-col-1 .ti-footer{margin-top:0px;padding-right:0px;margin-bottom:30px;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ti-widget.ti-goog .ti-col-2 .ti-footer,.ti-widget.ti-goog .ti-col-2 .ti-reviews-container{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ti-widget.ti-goog .ti-col-2 .ti-review-item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ti-widget.ti-goog .ti-col-3 .ti-footer{-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.ti-widget.ti-goog .ti-col-3 .ti-reviews-container{-ms-flex:0 0 66.666%;flex:0 0 66.666%;max-width:66.666%}.ti-widget.ti-goog .ti-col-3 .ti-review-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ti-widget.ti-goog .ti-col-4 .ti-footer{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ti-widget.ti-goog .ti-col-4 .ti-reviews-container{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ti-widget.ti-goog .ti-col-4 .ti-review-item{-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.ti-widget.ti-goog .ti-col-5 .ti-footer{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ti-widget.ti-goog .ti-col-5 .ti-reviews-container{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.ti-widget.ti-goog .ti-col-5 .ti-review-item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ti-widget.ti-goog .ti-col-6 .ti-footer{-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.ti-widget.ti-goog .ti-col-6 .ti-reviews-container{-ms-flex:0 0 83.333%;flex:0 0 83.333%;max-width:83.333%}.ti-widget.ti-goog .ti-col-6 .ti-review-item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ti-widget.ti-goog .ti-col-7 .ti-footer{-ms-flex:0 0 14.286%;flex:0 0 14.286%;max-width:14.286%}.ti-widget.ti-goog .ti-col-7 .ti-reviews-container{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.ti-widget.ti-goog .ti-col-7 .ti-review-item{-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.ti-widget.ti-goog .ti-col-8 .ti-footer{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.ti-widget.ti-goog .ti-col-8 .ti-reviews-container{-ms-flex:0 0 85.714%;flex:0 0 85.714%;max-width:85.714%}.ti-widget.ti-goog .ti-col-8 .ti-review-item{-ms-flex:0 0 14.286%;flex:0 0 14.286%;max-width:14.286%}.ti-widget.ti-goog .ti-col-9 .ti-footer{-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.ti-widget.ti-goog .ti-col-9 .ti-reviews-container{-ms-flex:0 0 88.889%;flex:0 0 88.889%;max-width:88.889%}.ti-widget.ti-goog .ti-col-9 .ti-review-item{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.ti-widget.ti-goog .ti-col-10 .ti-footer{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.ti-widget.ti-goog .ti-col-10 .ti-reviews-container{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.ti-widget.ti-goog .ti-col-10 .ti-review-item{-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.ti-widget.ti-goog .ti-reviews-container{position:relative;display:block;touch-action:pan-y}.ti-widget.ti-goog .ti-read-more{display:block;padding:8px 0 0;text-align:left;position:relative}.ti-widget.ti-goog .ti-read-more span{display:inline-block;font-weight:400;white-space:nowrap;font-size:13.5px;color:#000000;opacity:0.5;text-decoration:none !important;transition:color 300ms ease-out;cursor:pointer}.ti-widget.ti-goog .ti-read-more span:hover{opacity:1;text-decoration:underline !important}.ti-widget.ti-goog .ti-read-more:after{content:\"\";position:absolute;right:0;top:calc(50% + 3px);transform:translateY(-50%);width:25px;height:25px;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-image:url(https://cdn.trustindex.io/assets/icon/ti-quote.svg);-webkit-mask-image:url(https://cdn.trustindex.io/assets/icon/ti-quote.svg);background:#d9d9d9;display:none}.ti-widget.ti-goog .ti-review-item{padding:0 8px;transition:transform 300ms ease-out}.ti-widget.ti-goog .ti-review-item .ti-inner{border-radius:4px}.ti-widget.ti-goog .ti-review-item>.ti-inner{border-style:solid !important;border-color:#ffffff !important;border-radius:12px !important;padding:20px !important;margin:0 !important;display:block !important;position:relative;background-color:#ffffff;background-image:none}.ti-widget.ti-goog .ti-review-item .ti-polarity-icon{position:relative;text-indent:3px;display:inline-block;width:15px !important;height:15px !important;vertical-align:unset}.ti-widget.ti-goog .ti-review-item .ti-recommendation{display:inline-block;height:15px;line-height:15px}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon{position:relative;margin:0 5px !important;margin-bottom:-3px !important;text-indent:3px;display:inline-block;width:15px !important;height:15px !important;vertical-align:unset}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child{margin-left:0 !important}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-title{font-weight:600;font-size:13px !important;opacity:0.8;position:relative;top:-1px}.ti-widget.ti-goog .ti-review-item .ti-recommendation+.ti-dummy-stars{display:none}.ti-widget.ti-goog .ti-review-item .ti-stars{height:17px;line-height:17px}.ti-widget.ti-goog .ti-review-item .ti-review-image{width:80px;height:80px;border-radius:12px;margin-left:12px;margin-bottom:4px;margin-top:2px;position:relative;cursor:pointer;overflow:hidden}.ti-widget.ti-goog .ti-review-item .ti-review-image img{position:absolute;object-fit:cover;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;border-radius:inherit !important;left:0;top:0;transition:all 0.3s ease-in-out;pointer-events:none}.ti-widget.ti-goog .ti-review-item .ti-review-image .ti-more-image-count{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;color:white;background-color:rgba(0, 0, 0, 0.4);font-size:18px;border-radius:inherit;opacity:0;pointer-events:none;transition:all 0.2s ease-in-out;font-weight:600;transform:scale(0.85);z-index:2}.ti-widget.ti-goog .ti-review-item .ti-review-image:hover img{transform:scale(1.1)}.ti-widget.ti-goog .ti-review-item .ti-review-image:hover.ti-has-more-image .ti-more-image-count{opacity:1;transform:scale(1)}.ti-widget.ti-goog .ti-review-item .ti-review-image-container{display:flex;flex-wrap:nowrap;margin:0 -4px;margin-top:15px;max-height:100px;transition:all 500ms ease-in-out}.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image{float:unset !important;margin:0 !important;width:25%;height:unset;flex:0 0 auto;padding:0 4px}.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image .ti-review-image-inner{display:block;position:relative;width:100%;height:0;padding-bottom:100%;border-radius:inherit;overflow:hidden;pointer-events:none}.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image.ti-has-more-image .ti-more-image-count{opacity:1;transform:scale(1)}.ti-widget.ti-goog .ti-review-item.ti-hidden-review .ti-review-image-container{max-height:0;margin-top:0;transition-delay:500ms}.ti-widget.ti-goog .ti-review-content{-webkit-box-orient:vertical;line-height:21.75px;height:87px;font-size:15px;text-align:left;transition:height 0.5s;word-wrap:break-word;word-break:break-word;font-style:normal;display:-webkit-box;-webkit-line-clamp:4;overflow:hidden !important;padding-right:0}.ti-widget.ti-goog .ti-review-content .ti-review-image{float:right}.ti-widget.ti-goog .ti-review-content.ti-empty-text .ti-review-image{float:unset !important;margin:unset !important;display:inline-block !important}.ti-text-align-right.ti-widget.ti-goog .ti-review-content .ti-review-image{float:left;margin-left:unset;margin-right:12px}.ti-ios-fallback.ti-widget.ti-goog .ti-review-content{display:block}.ti-widget.ti-goog .ti-review-content .ti-show-original-text{font-size:inherit !important}.ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content{-webkit-line-clamp:inherit;overflow:auto !important;overflow-x:hidden !important;padding-right:10px}.ti-text-align-right.ti-widget.ti-goog .ti-review-content{text-align:right !important}.ti-text-align-center.ti-widget.ti-goog .ti-review-content{text-align:center !important}.ti-text-align-justify.ti-widget.ti-goog .ti-review-content{text-align:justify !important}.ti-widget.ti-goog .ti-review-content .ti-stars{margin-bottom:5px}.ti-widget.ti-goog .ti-review-content strong{font-size:inherit;color:inherit;font-weight:normal !important}.ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title{font-weight:600 !important}.ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title:before{content:\"↪ \"}.ti-widget.ti-goog .ti-review-header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative}.ti-widget.ti-goog .ti-highlight{padding:1px 2px;margin:0;box-decoration-break:clone;-webkit-box-decoration-break:clone;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;background-color:transparent !important;background-image:linear-gradient(#fbe049, #fbe049);background-size:100% 19px;background-position:bottom;background-repeat:no-repeat;color:#000 !important;font-size:inherit !important}@media (min-width:480px){.ti-widget.ti-goog .ti-review-item:hover{-webkit-transform:translate(0, -5px);-ms-transform:translate(0, -5px);transform:translate(0, -5px)}}.ti-widget.ti-goog .ti-ai-summary-item{color:#000000}.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content{-webkit-line-clamp:5;margin-top:16.25px;height:110.75px !important}.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list{margin-bottom:0;padding-left:0;list-style:none;font-size:inherit;pointer-events:none}.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li{list-style:inherit;margin-bottom:0;padding-left:20px;position:relative;font-size:inherit}.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:last-child{margin-bottom:0}.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:before{display:block;content:\"\";width:10px;height:5px;border-left:solid 2px #000000;border-bottom:solid 2px #000000;transform:rotate(-45deg);position:absolute;left:0;top:7.5px}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img{margin-right:13px !important}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img){display:inline-block;vertical-align:middle;border:2px solid #ffffff}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img):not(:first-child){margin-left:-12px !important}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-details .ti-name{padding-right:0}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-details .ti-date{overflow:hidden;text-overflow:ellipsis}.ti-widget.ti-goog .ti-ai-summary-item>.ti-inner{background-color:#ffffff !important;background-image:none}.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img){border-color:#ffffff}.ti-widget.ti-goog .ti-ai-summary-item .ti-name,.ti-widget.ti-goog .ti-ai-summary-item .ti-date,.ti-widget.ti-goog .ti-ai-summary-item .ti-read-more span{color:#000000}.ti-widget.ti-goog .ti-ten-rating-score{display:inline-block;font-weight:600;font-size:15px;color:#000000;margin-left:7px;height:100%;line-height:17px;vertical-align:top}.ti-widget.ti-goog .ti-platform-icon{width:20px !important;height:20px !important;position:absolute;top:0;right:0}.ti-widget.ti-goog.ti-custom-stars [class*=\"source-\"] .ti-star.e,.ti-widget.ti-goog.ti-custom-stars [class*=\"source-\"] .ti-star.f{background-image:none}.ti-widget.ti-goog.ti-custom-stars .ti-star{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);-webkit-mask-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)}.ti-widget.ti-goog.ti-custom-stars .ti-star:not(.e):not(.h){background:#f6bb06}.ti-widget.ti-goog.ti-custom-stars .ti-star.h{background:#f6bb06;background:-webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;background:linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important}.ti-widget.ti-goog.ti-custom-stars .ti-star.e{background:#ccc !important}.ti-widget.ti-goog[data-language=\"ar\"] .ti-name,.ti-widget.ti-goog[data-language=\"ar\"] .ti-date,.ti-widget.ti-goog[data-language=\"ar\"] .ti-profile-details .ti-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-review-content,.ti-widget.ti-goog[data-language=\"ar\"] .ti-review-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-read-more,.ti-widget.ti-goog[data-language=\"ar\"] .ti-footer,.ti-widget.ti-goog[data-language=\"ar\"] .ti-rating-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-footer-filter-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-header-write-btn,.ti-widget.ti-goog[data-language=\"ar\"] .ti-widget-header .ti-tab-item[data-source=\"all\"] .ti-item-label,.ti-widget.ti-goog[data-language=\"ar\"] .ti-header-rating-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-rating-name,.ti-widget.ti-goog[data-language=\"ar\"] .ti-header .ti-text,.ti-widget.ti-goog[data-language=\"ar\"] .ti-load-more-reviews-button,.ti-widget.ti-goog[data-language=\"he\"] .ti-name,.ti-widget.ti-goog[data-language=\"he\"] .ti-date,.ti-widget.ti-goog[data-language=\"he\"] .ti-profile-details .ti-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-review-content,.ti-widget.ti-goog[data-language=\"he\"] .ti-review-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-read-more,.ti-widget.ti-goog[data-language=\"he\"] .ti-footer,.ti-widget.ti-goog[data-language=\"he\"] .ti-rating-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-footer-filter-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-header-write-btn,.ti-widget.ti-goog[data-language=\"he\"] .ti-widget-header .ti-tab-item[data-source=\"all\"] .ti-item-label,.ti-widget.ti-goog[data-language=\"he\"] .ti-header-rating-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-rating-name,.ti-widget.ti-goog[data-language=\"he\"] .ti-header .ti-text,.ti-widget.ti-goog[data-language=\"he\"] .ti-load-more-reviews-button,.ti-widget.ti-goog[data-language=\"fa\"] .ti-name,.ti-widget.ti-goog[data-language=\"fa\"] .ti-date,.ti-widget.ti-goog[data-language=\"fa\"] .ti-profile-details .ti-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-review-content,.ti-widget.ti-goog[data-language=\"fa\"] .ti-review-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-read-more,.ti-widget.ti-goog[data-language=\"fa\"] .ti-footer,.ti-widget.ti-goog[data-language=\"fa\"] .ti-rating-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-footer-filter-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-header-write-btn,.ti-widget.ti-goog[data-language=\"fa\"] .ti-widget-header .ti-tab-item[data-source=\"all\"] .ti-item-label,.ti-widget.ti-goog[data-language=\"fa\"] .ti-header-rating-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-rating-name,.ti-widget.ti-goog[data-language=\"fa\"] .ti-header .ti-text,.ti-widget.ti-goog[data-language=\"fa\"] .ti-load-more-reviews-button{direction:rtl}.ti-widget.ti-goog[data-language=\"ar\"] .ti-stars,.ti-widget.ti-goog[data-language=\"ar\"] .ti-footer .ti-row,.ti-widget.ti-goog[data-language=\"he\"] .ti-stars,.ti-widget.ti-goog[data-language=\"he\"] .ti-footer .ti-row,.ti-widget.ti-goog[data-language=\"fa\"] .ti-stars,.ti-widget.ti-goog[data-language=\"fa\"] .ti-footer .ti-row{direction:ltr}.ti-widget.ti-goog[data-language=\"ar\"] .ti-date .ti-tooltip,.ti-widget.ti-goog[data-language=\"he\"] .ti-date .ti-tooltip,.ti-widget.ti-goog[data-language=\"fa\"] .ti-date .ti-tooltip{right:unset}.ti-widget.ti-goog .ti-verified-review{display:inline-block;background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified.svg\");background-size:contain;width:15px;height:15px;margin:0 !important;margin-left:7px !important;position:relative;z-index:2}.ti-widget.ti-goog .ti-verified-review:only-child{margin-left:0 !important}.ti-widget.ti-goog .ti-verified-review.ti-color-green{background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified-green.svg\")}.ti-widget.ti-goog .ti-verified-review.ti-color-black{background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified-black.svg\")}.ti-widget.ti-goog .ti-recommendation+.ti-verified-review{top:2px}.ti-widget.ti-goog .ti-ten-rating-score+.ti-verified-review{top:-1px}.ti-widget.ti-goog.ti-disable-nav .ti-controls{display:none !important}.ti-widget.ti-goog.ti-disable-nav .ti-footer-filter-text{margin:15px 0}.ti-widget.ti-goog.ti-disable-nav .ti-widget-header{margin-left:13px !important;margin-right:13px !important}.ti-widget.ti-goog.ti-disable-nav .ti-reviews-container-wrapper{margin:0 !important}.ti-widget.ti-goog.ti-review-text-mode-scroll .ti-read-more,.ti-widget.ti-goog.ti-review-text-mode-truncated .ti-read-more{display:none !important}.ti-widget.ti-goog.ti-disable-font .ti-widget-container,.ti-widget.ti-goog.ti-disable-font .ti-widget-container *,.ti-widget.ti-goog.ti-disable-font .ti-enable-widget{font-family:inherit !important}.ti-widget.ti-goog.ti-disable-animation .ti-review-item:hover,.ti-widget.ti-goog.ti-disable-animation .ti-header:hover,.ti-widget.ti-goog.ti-disable-animation .ti-footer:hover{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.ti-widget.ti-goog.ti-disable-animation .ti-widget-container{margin-top:5px}.ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-read-more{text-align:right !important}.ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-read-more{text-align:center !important}.ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-read-more{text-align:justify !important}.ti-widget.ti-goog.ti-text-align-right .ti-review-header{flex-direction:row-reverse}.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-platform-icon{right:unset;left:0}.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-img{margin:0 0 0 15px !important}.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-details{text-align:right}.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-details .ti-name{padding-right:0;padding-left:25px}.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text,.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong:not(.ti-rating-large),.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong a,.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong span,.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span strong,.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span,.ti-widget.ti-goog.ti-show-rating-text .ti-footer,.ti-widget.ti-goog.ti-show-rating-text .ti-footer strong:not(.ti-rating-large),.ti-widget.ti-goog.ti-show-rating-text .ti-footer span,.ti-widget.ti-goog.ti-show-rating-text .ti-footer strong a{font-size:14px !important}.ti-widget.ti-goog.ti-show-rating-text .ti-footer-link-block a{font-size:13px !important}.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip,.ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip{margin:unset;bottom:unset;left:unset;right:calc(100% + 10px);margin-right:30px}.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip:before,.ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip:before{left:unset;right:-7px;border-width:7px 0 7px 7px;border-color:transparent transparent transparent var(--ti-border-arrow-color)}.ti-widget.ti-goog.ti-text-align-right .ti-platform-icon .ti-tooltip,.ti-widget.ti-goog.ti-content-align-left .ti-platform-icon .ti-tooltip{margin:unset;right:unset;left:calc(100% + 10px);margin-left:30px}.ti-widget.ti-goog.ti-text-align-right .ti-platform-icon .ti-tooltip:before,.ti-widget.ti-goog.ti-content-align-left .ti-platform-icon .ti-tooltip:before{right:unset;left:-7px;border-width:7px 7px 7px 0;border-color:transparent var(--ti-border-arrow-color) transparent transparent}.ti-widget.ti-goog ::-webkit-scrollbar{width:4px;border-radius:3px}.ti-widget.ti-goog ::-webkit-scrollbar-track{background:rgba(85, 85, 85, 0.1)}.ti-widget.ti-goog ::-webkit-scrollbar-thumb{background:rgba(85, 85, 85, 0.6)}.ti-widget.ti-goog ::-webkit-scrollbar-thumb:hover{background:#555}.ti-enable-widget{display:none !important}.ti-widget .source-Trustpilot .ti-large-logo,.ti-lightbox .source-Trustpilot .ti-large-logo{display:none !important}.ti-widget .source-Trustpilot.ti-tab-item:before,.ti-widget .source-Trustpilot.ti-write-btn-dropdown-item:before,.ti-widget .source-Trustpilot .ti-review-header:after,.ti-widget .source-Trustpilot .ti-inner:after,.ti-widget .source-Trustpilot .ti-review-content:after,.ti-widget .source-Trustpilot .ti-platform-icon:after,.ti-widget .source-Trustpilot .ti-icon,.ti-widget .source-Trustpilot .ti-platform,.ti-widget .source-Trustpilot .ti-inner .col-left,.ti-widget .source-Trustpilot .ti-enable-widget:before,.ti-widget .source-Trustpilot .ti-platform-icon,.ti-lightbox .source-Trustpilot.ti-tab-item:before,.ti-lightbox .source-Trustpilot.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Trustpilot .ti-review-header:after,.ti-lightbox .source-Trustpilot .ti-inner:after,.ti-lightbox .source-Trustpilot .ti-review-content:after,.ti-lightbox .source-Trustpilot .ti-platform-icon:after,.ti-lightbox .source-Trustpilot .ti-icon,.ti-lightbox .source-Trustpilot .ti-platform,.ti-lightbox .source-Trustpilot .ti-inner .col-left,.ti-lightbox .source-Trustpilot .ti-enable-widget:before,.ti-lightbox .source-Trustpilot .ti-platform-icon{display:none !important}.ti-widget .source-Trustpilot .ti-enable-widget,.ti-lightbox .source-Trustpilot .ti-enable-widget{padding-left:8px !important}.ti-widget .source-Trustpilot .ti-enable-widget:before,.ti-lightbox .source-Trustpilot .ti-enable-widget:before{display:none !important}.ti-widget .source-Trustpilot.disable-widget,.ti-lightbox .source-Trustpilot.disable-widget{top:4px !important;right:4px !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Trustpilot\"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Trustpilot\"] .ti-platform-icon{display:none !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Trustpilot\"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Trustpilot\"] .ti-item-label{margin-right:0 !important}.ti-widget .ti-enable-widget .ti-platform-icon[alt=\"Trustpilot\"],.ti-widget .source-all .ti-platform-icon[alt=\"Trustpilot\"],.ti-widget .source-Trustindex .ti-platform-icon[alt=\"Trustpilot\"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt=\"Trustpilot\"],.ti-lightbox .source-all .ti-platform-icon[alt=\"Trustpilot\"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt=\"Trustpilot\"]{display:none !important}.ti-widget .source-Amazon.ti-tab-item:before,.ti-widget .source-Amazon.ti-write-btn-dropdown-item:before,.ti-widget .source-Amazon .ti-review-header:after,.ti-widget .source-Amazon .ti-inner:after,.ti-widget .source-Amazon .ti-review-content:after,.ti-widget .source-Amazon .ti-platform-icon:after,.ti-widget .source-Amazon .ti-icon,.ti-widget .source-Amazon .ti-platform,.ti-widget .source-Amazon .ti-inner .col-left,.ti-widget .source-Amazon .ti-enable-widget:before,.ti-widget .source-Amazon .ti-platform-icon,.ti-lightbox .source-Amazon.ti-tab-item:before,.ti-lightbox .source-Amazon.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Amazon .ti-review-header:after,.ti-lightbox .source-Amazon .ti-inner:after,.ti-lightbox .source-Amazon .ti-review-content:after,.ti-lightbox .source-Amazon .ti-platform-icon:after,.ti-lightbox .source-Amazon .ti-icon,.ti-lightbox .source-Amazon .ti-platform,.ti-lightbox .source-Amazon .ti-inner .col-left,.ti-lightbox .source-Amazon .ti-enable-widget:before,.ti-lightbox .source-Amazon .ti-platform-icon{display:none !important}.ti-widget .source-Amazon .ti-enable-widget,.ti-lightbox .source-Amazon .ti-enable-widget{padding-left:8px !important}.ti-widget .source-Amazon .ti-enable-widget:before,.ti-lightbox .source-Amazon .ti-enable-widget:before{display:none !important}.ti-widget .source-Amazon.disable-widget,.ti-lightbox .source-Amazon.disable-widget{top:4px !important;right:4px !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Amazon\"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Amazon\"] .ti-platform-icon{display:none !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Amazon\"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Amazon\"] .ti-item-label{margin-right:0 !important}.ti-widget .ti-enable-widget .ti-platform-icon[alt=\"Amazon\"],.ti-widget .source-all .ti-platform-icon[alt=\"Amazon\"],.ti-widget .source-Trustindex .ti-platform-icon[alt=\"Amazon\"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt=\"Amazon\"],.ti-lightbox .source-all .ti-platform-icon[alt=\"Amazon\"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt=\"Amazon\"]{display:none !important}.ti-widget .source-Reco.ti-tab-item:before,.ti-widget .source-Reco.ti-write-btn-dropdown-item:before,.ti-widget .source-Reco .ti-review-header:after,.ti-widget .source-Reco .ti-inner:after,.ti-widget .source-Reco .ti-review-content:after,.ti-widget .source-Reco .ti-platform-icon:after,.ti-widget .source-Reco .ti-icon,.ti-widget .source-Reco .ti-platform,.ti-widget .source-Reco .ti-inner .col-left,.ti-widget .source-Reco .ti-enable-widget:before,.ti-widget .source-Reco .ti-platform-icon,.ti-lightbox .source-Reco.ti-tab-item:before,.ti-lightbox .source-Reco.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Reco .ti-review-header:after,.ti-lightbox .source-Reco .ti-inner:after,.ti-lightbox .source-Reco .ti-review-content:after,.ti-lightbox .source-Reco .ti-platform-icon:after,.ti-lightbox .source-Reco .ti-icon,.ti-lightbox .source-Reco .ti-platform,.ti-lightbox .source-Reco .ti-inner .col-left,.ti-lightbox .source-Reco .ti-enable-widget:before,.ti-lightbox .source-Reco .ti-platform-icon{display:none !important}.ti-widget .source-Reco .ti-enable-widget,.ti-lightbox .source-Reco .ti-enable-widget{padding-left:8px !important}.ti-widget .source-Reco .ti-enable-widget:before,.ti-lightbox .source-Reco .ti-enable-widget:before{display:none !important}.ti-widget .source-Reco.disable-widget,.ti-lightbox .source-Reco.disable-widget{top:4px !important;right:4px !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Reco\"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Reco\"] .ti-platform-icon{display:none !important}.ti-widget .ti-widget-header .ti-tab-item[data-source=\"Reco\"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source=\"Reco\"] .ti-item-label{margin-right:0 !important}.ti-widget .ti-enable-widget .ti-platform-icon[alt=\"Reco\"],.ti-widget .source-all .ti-platform-icon[alt=\"Reco\"],.ti-widget .source-Trustindex .ti-platform-icon[alt=\"Reco\"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt=\"Reco\"],.ti-lightbox .source-all .ti-platform-icon[alt=\"Reco\"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt=\"Reco\"]{display:none !important}.ti-widget.ti-goog{overflow:visible !important}.ti-widget.ti-goog .ti-review-item>.ti-inner,.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{border-top-width:2px !important;border-bottom-width:2px !important;border-left-width:2px !important;border-right-width:2px !important;background-color:white !important;backdrop-filter:blur(0px)}.ti-image-loading,.ti-review-item .ti-review-image{background-image:url(\"https://cdn.trustindex.io/assets/img/loading_dots.gif\");background-repeat:no-repeat;background-position:50% 50%;background-size:50px}.ti-image-loading.ti-image-loading img,.ti-review-item .ti-review-image.ti-image-loading img{opacity:0 !important}.ti-widget-lightbox{text-align:left !important;z-index:2147483645;height:100%;position:fixed;left:0;right:0;bottom:0;top:0;max-width:100%;width:100%;transition:all 300ms ease-out;background-color:rgba(0, 0, 0, 0.6);display:flex;color:#333;align-items:center !important;justify-content:center;flex-wrap:wrap;user-select:none;opacity:0;box-sizing:content-box}.ti-widget-lightbox *{box-sizing:inherit}.ti-widget-lightbox img{padding:0 !important;margin:0 !important;min-width:initial !important;max-width:initial !important}.ti-widget-lightbox .ti-widget-lightbox-inner{max-height:calc(100vh - 160px);height:100%;max-width:1200px;width:95%}@media (max-width:1160px){.ti-widget-lightbox .ti-widget-lightbox-inner{max-height:100%;height:100%;width:100%}}.ti-widget-lightbox.ti-widget-lightbox-appeared{opacity:1}.ti-widget-lightbox .ti-widget-lightbox-close{position:absolute;top:15px;right:15px;width:40px;height:40px;z-index:1;border-radius:50px;cursor:pointer;display:flex;justify-content:center;align-items:center}@media (max-width:1160px) and (orientation:landscape){.ti-widget-lightbox .ti-widget-lightbox-close{right:315px}}@media (max-width:1160px){.ti-widget-lightbox .ti-widget-lightbox-close{background-color:rgba(0, 0, 0, 0.5)}}.ti-widget-lightbox .ti-widget-lightbox-close:active,.ti-widget-lightbox .ti-widget-lightbox-close:hover{background-color:rgba(255, 255, 255, 0.2)}.ti-widget-lightbox .ti-widget-lightbox-close:before,.ti-widget-lightbox .ti-widget-lightbox-close:after{width:60%;height:3px;background-color:#fff;position:absolute;content:\"\";transform:rotate(45deg)}.ti-widget-lightbox .ti-widget-lightbox-close:after{transform:rotate(-45deg)}.ti-widget-lightbox .ti-widget-card,.ti-widget-lightbox .ti-widget-lightbox-review-container{overflow:hidden;border-radius:4px;height:100%;border:none;position:relative}@media (max-width:1160px){.ti-widget-lightbox .ti-widget-card,.ti-widget-lightbox .ti-widget-lightbox-review-container{border-radius:0}}.ti-widget-lightbox .ti-card-body,.ti-widget-lightbox .ti-review-item{background-color:#fff;position:relative;height:400px;flex-direction:row;border-radius:12px;display:flex;flex-direction:row;justify-content:flex-start;color:#000000;height:100%}@media (max-width:1160px){.ti-widget-lightbox .ti-card-body,.ti-widget-lightbox .ti-review-item{border-radius:0}}@media (max-width:767px) and (orientation:portrait){.ti-widget-lightbox .ti-card-body,.ti-widget-lightbox .ti-review-item{flex-direction:column;width:100%;height:100%;border-radius:0}}.ti-widget-lightbox .ti-card-body .ti-card-media,.ti-widget-lightbox .ti-review-item .ti-card-media{flex:1 1 auto;align-items:center;display:flex;height:100%;justify-content:center;width:100%;position:relative;background-color:#000000;overflow:hidden;padding-bottom:0px;border-top-left-radius:12px;border-bottom-left-radius:12px}@media (max-width:767px) and (orientation:portrait){.ti-widget-lightbox .ti-card-body .ti-card-media,.ti-widget-lightbox .ti-review-item .ti-card-media{flex:0 0 60%;width:100%;border-radius:0}}.ti-widget-lightbox .ti-card-body .ti-card-media img,.ti-widget-lightbox .ti-review-item .ti-card-media img{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain;position:absolute;display:block;border-radius:inherit !important;opacity:1;transition:opacity 300ms ease-in-out}.ti-widget-lightbox .ti-card-body .ti-card-media .ti-nav-arrow,.ti-widget-lightbox .ti-review-item .ti-card-media .ti-nav-arrow{max-width:100%;margin-left:0px;left:inherit;top:50%;margin-top:-10px;visibility:visible;opacity:1}.ti-widget-lightbox .ti-card-body .ti-review-content,.ti-widget-lightbox .ti-review-item .ti-review-content{flex:0 0 auto;height:100%;width:300px;overflow:hidden;padding:0px;display:flex;flex-direction:column;font-size:15px;color:#000000}@media (max-width:767px) and (orientation:portrait){.ti-widget-lightbox .ti-card-body .ti-review-content,.ti-widget-lightbox .ti-review-item .ti-review-content{flex:0 0 40%;width:100%}}.ti-widget-lightbox .ti-card-body .ti-review-header,.ti-widget-lightbox .ti-review-item .ti-review-header{position:relative;z-index:unset;padding:20px;display:flex;align-items:center;color:#000}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-platform-icon,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-platform-icon{width:20px !important;height:20px !important;position:absolute;right:16px;top:16px}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img{margin:0;margin-right:10px}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img img,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img img{width:40px !important;height:40px !important;display:block;border-radius:30px !important;object-fit:cover;object-position:top}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img .ti-profile-img-sprite,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img .ti-profile-img-sprite{display:inline-block;float:left;background:white;background-repeat:no-repeat;width:40px;height:40px;border-radius:30px}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin:0;display:flex;flex-direction:column;justify-content:center}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details .ti-name,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details .ti-name{font-weight:600;font-size:inherit;overflow:hidden;padding-right:25px;white-space:nowrap;text-overflow:ellipsis;color:#000000;margin-bottom:2px}.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details .ti-date,.ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details .ti-date{color:#888;font-size:12px}.ti-widget-lightbox .ti-card-body .ti-stars,.ti-widget-lightbox .ti-review-item .ti-stars{margin:0 20px;white-space:nowrap;display:block;line-height:0}.ti-widget-lightbox .ti-card-body .ti-stars .ti-star,.ti-widget-lightbox .ti-review-item .ti-stars .ti-star{width:17px !important;height:17px !important;display:inline-block;margin-right:1px !important;background-size:contain;background-repeat:no-repeat;vertical-align:unset}.ti-widget-lightbox .ti-card-body .ti-stars .ti-star:before,.ti-widget-lightbox .ti-card-body .ti-stars .ti-star:after,.ti-widget-lightbox .ti-review-item .ti-stars .ti-star:before,.ti-widget-lightbox .ti-review-item .ti-stars .ti-star:after{content:none !important}.ti-widget-lightbox .ti-card-body .ti-stars .ti-ten-rating-score,.ti-widget-lightbox .ti-review-item .ti-stars .ti-ten-rating-score{display:inline-block;font-weight:600;font-size:15px;color:#000000;margin-left:7px;height:100%;line-height:17px;vertical-align:top}.ti-widget-lightbox .ti-card-body .ti-stars .ti-verified-review .ti-verified-tooltip,.ti-widget-lightbox .ti-review-item .ti-stars .ti-verified-review .ti-verified-tooltip{max-width:150px !important}.ti-widget-lightbox .ti-card-body .ti-polarity-icon,.ti-widget-lightbox .ti-review-item .ti-polarity-icon{position:relative;text-indent:3px;display:inline-block;width:15px !important;height:15px !important;vertical-align:unset}.ti-widget-lightbox .ti-card-body .ti-recommendation,.ti-widget-lightbox .ti-review-item .ti-recommendation{display:inline-block;height:15px;line-height:15px}.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-icon,.ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-icon{position:relative;margin:0 5px !important;margin-bottom:-3px !important;text-indent:3px;display:inline-block;width:15px !important;height:15px !important;vertical-align:unset}.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-icon:first-child,.ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child{margin-left:0 !important}.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-title,.ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-title{font-weight:600;font-size:13px !important;opacity:0.8;position:relative;top:-1px}.ti-widget-lightbox .ti-card-body .ti-recommendation+.ti-dummy-stars,.ti-widget-lightbox .ti-review-item .ti-recommendation+.ti-dummy-stars{display:none}.ti-widget-lightbox .ti-card-body .ti-review-text,.ti-widget-lightbox .ti-review-item .ti-review-text{flex:0 1 100%;font-size:inherit;padding:20px;padding-top:0;margin-top:10px;display:block;overflow-x:hidden;overflow:auto;color:#000000}.ti-widget-lightbox .ti-card-body .ti-review-text .ti-show-original-text,.ti-widget-lightbox .ti-review-item .ti-review-text .ti-show-original-text{color:inherit !important;text-decoration:underline !important}.ti-widget-lightbox .ti-card-body .ti-review-text .ti-reply-by-owner-title,.ti-widget-lightbox .ti-review-item .ti-review-text .ti-reply-by-owner-title{font-weight:600 !important}.ti-widget-lightbox .ti-card-body .ti-review-text .ti-reply-by-owner-title:before,.ti-widget-lightbox .ti-review-item .ti-review-text .ti-reply-by-owner-title:before{content:\"↪ \"}.ti-widget-lightbox .ti-nav-arrow{position:absolute;height:0px;top:50%;z-index:2;display:flex;flex-wrap:wrap;flex:0 0 100%;width:100%;transition:all 0.2s ease-in-out}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev,.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next{display:flex;align-items:center;border-radius:50%;background-color:rgba(255, 255, 255, 0.7);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);width:40px;height:40px;cursor:pointer}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:hover,.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:hover{background-color:white}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:active,.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:active{transform:scale(0.95);background-color:white}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before,.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before{width:25%;height:25%;display:block;content:\"\";transform-origin:center center;margin:auto;position:relative;border-top:solid 3px #000;border-left:solid 3px #000;box-sizing:content-box}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next{margin-left:auto;margin-right:15px}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before{transform:rotate(135deg);left:-5%}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev{margin-left:15px}.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before{transform:rotate(-45deg);left:5%}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-inner{max-height:unset;max-width:unset;width:100%;touch-action:pan-x pan-y}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container{display:block;overflow-y:scroll;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;position:relative;height:100%}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container::-webkit-scrollbar{display:none}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container .ti-widget-lightbox-review-container-inner{display:block;max-width:520px;margin:0 auto;padding:16px}.ti-widget-lightbox.ti-long-scroll .ti-review-item{display:block;height:unset;width:100%;margin-bottom:16px;border-radius:12px !important;scroll-margin-top:12px}.ti-widget-lightbox.ti-long-scroll .ti-review-item:last-child{margin-bottom:0}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header{padding-bottom:10px}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header .ti-platform-icon{right:20px;top:20px}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header .ti-name{margin-bottom:0 !important}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media{display:block;border-radius:0;height:unset;margin-top:20px;margin-bottom:10px;position:relative}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-images{display:flex;width:100%;flex-wrap:nowrap;overflow:hidden}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-image{width:100%;flex:0 0 auto;position:relative}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-image img{width:unset !important;height:unset !important;position:unset;margin:0 auto !important}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-hidden{display:none}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails{display:block;width:calc(100% - 30px);padding:15px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;position:absolute;left:0;bottom:0;background:rgba(0, 0, 0, 0.5)}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails::-webkit-scrollbar{display:none}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnails-inner{display:flex;justify-content:center;margin:0 -5px}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail{display:inline-block;width:50px;height:50px;border-radius:6px;margin:0 5px;position:relative;cursor:pointer}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail img{max-width:unset !important;max-height:unset !important;width:100% !important;height:100% !important;object-fit:cover;opacity:0.5;pointer-events:none}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail:hover img{opacity:1}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail.ti-active{pointer-events:none}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail.ti-active img{opacity:1}@media (max-width:767px){.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-arrow-next,.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-arrow-prev{display:none}}.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-text{margin-top:0;padding-top:10px;line-height:1.5}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom-swipe{position:fixed;bottom:20px;left:0;right:0;margin:0 auto;z-index:1;display:none;width:0;height:0}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom-swipe span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) translateY(var(--scale)) rotate(45deg);display:inline-flex;width:15px;height:15px;background-color:transparent;border-radius:0px;justify-content:center;align-items:center;transform-origin:center;border-top:solid 2px #ffffff;border-left:solid 2px #ffffff}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom{position:fixed;bottom:20px;margin:0 auto;padding:6px 16px;padding-right:38px;background-color:rgba(0, 0, 0, 0.4);color:white;z-index:888;border-radius:50px;cursor:pointer;display:none;font-size:16px;box-shadow:2px 10px 20px 0px rgba(0, 0, 0, 0.29);backdrop-filter:blur(7px)}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom:focus,.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom:active{background-color:rgba(0, 0, 0, 0.6);box-shadow:2px 5px 10px 0px rgba(0, 0, 0, 0.29)}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span{display:inline-block;position:absolute;top:calc(50% - 1px);transform:translateY(-50%);right:14px;width:16px;height:16px;pointer-events:none}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:before,.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:after{width:100%;height:2px;background-color:#fff;position:absolute;top:50%;content:\"\";transform:rotate(45deg)}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:after{transform:rotate(-45deg)}@media (max-width:767px) and (orientation:portrait){.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-close{display:none}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom{display:inline-block}.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-inner{backdrop-filter:unset}}.ti-widget-lightbox .ti-verified-review{display:inline-block;background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified.svg\");background-size:contain;width:15px;height:15px;margin:0 !important;margin-left:7px !important;position:relative;z-index:2}.ti-widget-lightbox .ti-verified-review:only-child{margin-left:0 !important}.ti-widget-lightbox .ti-verified-review.ti-color-green{background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified-green.svg\")}.ti-widget-lightbox .ti-verified-review.ti-color-black{background:url(\"https://cdn.trustindex.io/assets/icon/ti-verified-black.svg\")}.ti-widget-lightbox .ti-recommendation+.ti-verified-review{top:2px}.ti-widget-lightbox .ti-ten-rating-score+.ti-verified-review{top:-1px}.ti-widget-lightbox .ti-tooltip,.ti-widget-lightbox .ti-verified-tooltip{color:white !important;background-color:black !important;text-align:left;padding:5px 10px;border-radius:6px;font-size:13px !important;font-weight:400;display:inline-block !important;position:absolute;top:-5px;white-space:nowrap;z-index:3;opacity:0;visibility:hidden;transition:opacity 0.3s ease-in-out;width:max-content;box-shadow:0 4px 12px rgba(0, 0, 0, 0.33);--ti-border-arrow-color: black;margin:unset;bottom:unset;left:unset;right:calc(100% + 10px);margin-right:30px}.ti-widget-lightbox .ti-tooltip:before,.ti-widget-lightbox .ti-verified-tooltip:before{width:0;height:0;border-style:solid;content:\"\" !important;position:absolute;top:50%;margin-top:-7px}.ti-widget-lightbox .ti-tooltip:before,.ti-widget-lightbox .ti-verified-tooltip:before{left:unset;right:-7px;border-width:7px 0 7px 7px;border-color:transparent transparent transparent var(--ti-border-arrow-color)}.ti-widget-lightbox .ti-with-tooltip,.ti-widget-lightbox .ti-verified-review{position:relative;font-size:inherit}.ti-widget-lightbox .ti-with-tooltip:hover .ti-tooltip,.ti-widget-lightbox .ti-with-tooltip:hover .ti-verified-tooltip,.ti-widget-lightbox .ti-verified-review:hover .ti-tooltip,.ti-widget-lightbox .ti-verified-review:hover .ti-verified-tooltip{opacity:1;margin:0;visibility:visible}.ti-widget-lightbox .ti-verified-tooltip{margin:unset;right:unset;left:calc(100% + 10px);margin-left:30px}.ti-widget-lightbox .ti-verified-tooltip:before{right:unset;left:-7px;border-width:7px 7px 7px 0;border-color:transparent var(--ti-border-arrow-color) transparent transparent}.ti-widget-lightbox .ti-verified-platform .ti-verified-tooltip{width:175px;max-width:250px;white-space:normal;line-height:1.4 !important;top:-10px}.ti-widget-lightbox .ti-verified-platform .ti-verified-tooltip:before{top:18px}.ti-widget-lightbox .ti-date .ti-tooltip{margin:unset;top:unset;right:unset;left:calc(50% + 20px);transform:translateX(-50%);margin-bottom:30px;bottom:calc(100% + 10px)}.ti-widget-lightbox .ti-date .ti-tooltip:before{top:unset;right:unset;margin:unset;left:50%;margin-left:-25px;bottom:-7px;border-width:7px 7px 0 7px;border-color:var(--ti-border-arrow-color) transparent transparent transparent}.ti-widget-lightbox[data-set-id^=\"dark-\"] .ti-tooltip,.ti-widget-lightbox[data-set-id^=\"dark-\"] .ti-verified-tooltip,.ti-widget-lightbox[data-set-id=\"light-contrast\"] .ti-tooltip,.ti-widget-lightbox[data-set-id=\"light-contrast\"] .ti-verified-tooltip{color:black !important;background-color:white !important;--ti-border-arrow-color: white}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars [class*=\"source-\"] .ti-star.e,.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars [class*=\"source-\"] .ti-star.f{background-image:none}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars .ti-star{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);-webkit-mask-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars .ti-star:not(.e):not(.h){background:#f6bb06}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars .ti-star.h{background:#f6bb06;background:-webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;background:linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'].ti-custom-stars .ti-star.e{background:#ccc !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item{color:#000000}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content{-webkit-line-clamp:5;margin-top:16.25px;height:110.75px !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content .ti-summary-list{margin-bottom:0;padding-left:0;list-style:none;font-size:inherit;pointer-events:none}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content .ti-summary-list li{list-style:inherit;margin-bottom:0;padding-left:20px;position:relative;font-size:inherit}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content .ti-summary-list li:last-child{margin-bottom:0}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content .ti-summary-list li:before{display:block;content:\"\";width:10px;height:5px;border-left:solid 2px #000000;border-bottom:solid 2px #000000;transform:rotate(-45deg);position:absolute;left:0;top:7.5px}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-img{margin-right:13px !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img){display:inline-block;vertical-align:middle;border:2px solid #ffffff}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img):not(:first-child){margin-left:-12px !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-details .ti-name{padding-right:0}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-details .ti-date{overflow:hidden;text-overflow:ellipsis}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item>.ti-inner{background-color:#ffffff !important;background-image:none}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img){border-color:#ffffff}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-name,.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-date,.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-read-more span{color:#000000}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-lightbox-review-header{padding-bottom:0 !important}.ti-widget-lightbox[data-layout-id=\'13\'][data-set-id=\'soft\'] .ti-ai-summary-item .ti-review-content{margin:unset;-webkit-line-clamp:unset;width:unset !important;height:unset !important}.ti-widget.ti-goog .ti-widget-container{max-width:100%}.ti-widget.ti-goog .ti-widget-container .ti-name{color:#000000}.ti-widget.ti-goog .ti-footer{padding-right:20px;-ms-flex-item-align:top !important;align-self:top !important;line-height:1.45em;margin-top:0;text-align:left}.ti-widget.ti-goog .ti-footer .ti-profile-details{padding-top:0;overflow:unset}.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name{white-space:normal;padding-right:0 !important;margin-bottom:5px}.ti-widget.ti-goog .ti-footer .ti-profile-img{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.ti-widget.ti-goog .ti-footer .ti-profile-img img,.ti-widget.ti-goog .ti-footer .ti-profile-img .ti-profile-img-sprite{width:65px !important;height:65px !important;border-radius:4px !important}.ti-widget.ti-goog .ti-footer .ti-profile-img img{object-fit:contain;object-position:top}.ti-widget.ti-goog .ti-footer .ti-stars{margin-bottom:5px}.ti-widget.ti-goog .ti-footer .ti-stars .ti-star{width:20px !important;height:20px !important}.ti-widget.ti-goog .ti-review-item .ti-name{color:#000000}.ti-widget.ti-goog .ti-rating-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ti-widget.ti-goog .ti-rating-text a,.ti-widget.ti-goog .ti-rating-text strong{text-decoration:none !important;font-weight:normal !important}.ti-widget.ti-goog .ti-footer-link-block{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ti-widget.ti-goog .ti-review-content{height:87px !important}.ti-widget.ti-goog .ti-reviews-container-wrapper{padding-bottom:1px}.ti-widget.ti-goog .ti-footer-filter-text{text-align:right}.ti-widget.ti-goog .ti-footer-filter-text:has(+ .ti-verified-by-row){text-align:left}@media (max-width:479px){.ti-widget.ti-goog .ti-footer .ti-row{text-align:center;justify-content:center}.ti-widget.ti-goog .ti-footer .ti-row .ti-footer-link-block a:last-of-type{padding-right:0}.ti-widget.ti-goog .ti-footer .ti-row .ti-profile-details{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}}.ti-widget.ti-goog .ti-header-write-btn-container{margin-top:12px;position:relative}.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn{display:inline-block;background-color:#ffffff;padding:9.5px 17.5px;border-radius:5px;border-style:solid;border-color:#767676;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;color:#000000 !important;font-weight:600;text-decoration:none !important;line-height:1;font-size:14px}.ti-widget.ti-goog .ti-header-write-btn-container a.ti-header-write-btn:hover{background-color:#4d4d4d !important;border-color:white !important;color:#fff !important}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown{display:none;top:33px;left:0;margin-top:11px;position:absolute;background-color:#ffffff;border-radius:4px;z-index:1;box-shadow:0px 2px 11px 0px rgba(0, 0, 0, 0.1)}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown.ti-active{display:block}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown .ti-write-btn-dropdown-inner{display:block;min-width:140px;max-height:209px;overflow-y:auto}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown:before{position:absolute;content:\"\";top:-7px;left:10px;border:7px solid transparent;border-top-width:0;border-bottom-color:#ffffff;box-shadow:0 -11px 11px 0px rgba(0, 0, 0, 0.1);z-index:1}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown a{display:block;padding:14px 17px;padding-left:42px;text-decoration:none !important;line-height:1;font-size:13px !important;transition:background-color 0.2s ease-in-out;white-space:nowrap;position:relative;color:#000000}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown a:not(:last-child){border-bottom:solid 1px #eeeeee}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown a .ti-platform-icon{display:inline-block;position:absolute;left:17px;top:50%;transform:translateY(-50%);width:18px !important;height:18px !important}.ti-widget.ti-goog .ti-header-write-btn-container .ti-write-btn-dropdown a:hover{background-color:#f3f3f3}.ti-widget.ti-goog .ti-controls{display:none;margin-top:-12px;width:100%;position:absolute;height:0px;z-index:1;top:50%}.ti-widget.ti-goog .ti-controls .ti-next,.ti-widget.ti-goog .ti-controls .ti-prev{position:absolute;width:30px;height:30px;display:block;opacity:1;transition:all 200ms ease-out;background-color:#ffffff;outline-style:solid;outline-width:0px;outline-color:#ffffff;border-radius:15px}.ti-widget.ti-goog .ti-controls .ti-next:before,.ti-widget.ti-goog .ti-controls .ti-prev:before{transition:all 200ms ease-out;content:\"\";display:block;position:absolute;border-style:solid;border-width:0;border-bottom-width:2px;border-left-width:2px;border-color:#5E5E5E;width:10px;height:10px;top:50%;left:50%}.ti-widget.ti-goog .ti-controls .ti-next:hover,.ti-widget.ti-goog .ti-controls .ti-next:focus,.ti-widget.ti-goog .ti-controls .ti-prev:hover,.ti-widget.ti-goog .ti-controls .ti-prev:focus{cursor:pointer;background-color:#4d4d4d !important;outline-color:#4d4d4d !important;box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.05)}.ti-widget.ti-goog .ti-controls .ti-next:hover:before,.ti-widget.ti-goog .ti-controls .ti-next:focus:before,.ti-widget.ti-goog .ti-controls .ti-prev:hover:before,.ti-widget.ti-goog .ti-controls .ti-prev:focus:before{border-color:#fff !important}.ti-widget.ti-goog .ti-controls .ti-next{right:1px}.ti-widget.ti-goog .ti-controls .ti-next:before{transform:translate(-70%, -50%) rotate(-135deg)}.ti-widget.ti-goog .ti-controls .ti-prev{left:1px}.ti-widget.ti-goog .ti-controls .ti-prev:before{transform:translate(-30%, -50%) rotate(45deg)}@media (min-width:1024px){.ti-widget.ti-goog .ti-controls{display:block}}@media (max-width:479px){.ti-widget.ti-goog .ti-controls{top:calc(50% - 19px)}}.ti-widget.ti-goog .ti-controls-line{display:none;margin:20px auto;width:150px;height:3px;border-radius:3px;background:rgba(94, 94, 94, 0.35);position:relative;overflow:hidden}.ti-widget.ti-goog .ti-controls-line .dot{position:absolute;left:0;top:0;display:inline-block;width:25px;padding-left:4px;padding-right:4px;height:100%;border-radius:3px;background:#5E5E5E;transition:width 0.2s, left 0.2s}@media (max-width:479px){.ti-widget.ti-goog .ti-controls-line{display:block !important}}.ti-clickable-link{cursor:pointer}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11000, 'trustindex-google-widget-setted-up', '1', 'off'),
(11004, 'cff_legacy_feed_settings', '{\"accesstoken\":\"\",\"id\":false,\"pagetype\":false,\"num\":false,\"limit\":false,\"others\":\"\",\"showpostsby\":false,\"cachetime\":false,\"cacheunit\":false,\"locale\":false,\"ajax\":false,\"offset\":\"\",\"account\":\"\",\"cff_enqueue_with_shortcode\":false,\"width\":\"\",\"widthresp\":\"\",\"height\":\"\",\"padding\":\"\",\"bgcolor\":\"\",\"showauthor\":\"\",\"showauthornew\":true,\"class\":\"\",\"layout\":\"\",\"include\":[\"author\",\"text\",\"desc\",\"sharedlinks\",\"date\",\"media\",\"medialink\",\"eventtitle\",\"eventdetails\",\"social\",\"link\",\"likebox\",\"\"],\"exclude\":[\"\"],\"gdpr\":\"auto\",\"cols\":\"\",\"colsmobile\":\"\",\"colsjs\":true,\"nummobile\":\"\",\"poststyle\":\"\",\"postbgcolor\":\"\",\"postcorners\":\"\",\"boxshadow\":\"\",\"textformat\":\"\",\"textsize\":\"\",\"textweight\":\"\",\"textcolor\":\"\",\"textlinkcolor\":\"\",\"textlink\":\"\",\"posttags\":\"\",\"linkhashtags\":\"\",\"descsize\":\"\",\"descweight\":\"\",\"desccolor\":\"\",\"linktitleformat\":\"\",\"linktitlesize\":\"\",\"linkdescsize\":\"\",\"linkurlsize\":\"\",\"linkdesccolor\":\"\",\"linktitlecolor\":\"\",\"linkurlcolor\":\"\",\"linkbgcolor\":\"\",\"linkbordercolor\":\"\",\"disablelinkbox\":\"\",\"authorsize\":\"\",\"authorcolor\":\"\",\"eventtitleformat\":\"\",\"eventtitlesize\":\"\",\"eventtitleweight\":\"\",\"eventtitlecolor\":\"\",\"eventtitlelink\":true,\"eventdatesize\":\"\",\"eventdateweight\":\"\",\"eventdatecolor\":\"\",\"eventdatepos\":\"\",\"eventdateformat\":\"\",\"eventdatecustom\":\"\",\"eventdetailssize\":\"\",\"eventdetailsweight\":\"\",\"eventdetailscolor\":\"\",\"eventlinkcolor\":\"\",\"datepos\":\"\",\"datesize\":\"\",\"dateweight\":\"\",\"datecolor\":\"\",\"dateformat\":\"\",\"datecustom\":\"\",\"beforedate\":\"\",\"afterdate\":\"\",\"timezone\":\"America\\/Chicago\",\"linksize\":\"\",\"linkweight\":\"\",\"linkcolor\":\"\",\"viewlinktext\":\"\",\"linktotimeline\":\"\",\"iconstyle\":\"\",\"socialtextcolor\":\"\",\"socialbgcolor\":\"\",\"textlength\":\"400\",\"desclength\":\"200\",\"likeboxpos\":\"\",\"likeboxoutside\":\"\",\"likeboxcolor\":\"\",\"likeboxtextcolor\":\"\",\"likeboxwidth\":\"\",\"likeboxheight\":\"\",\"likeboxfaces\":\"\",\"likeboxborder\":\"\",\"likeboxcover\":\"\",\"likeboxsmallheader\":\"\",\"likeboxhidebtn\":\"\",\"credit\":\"\",\"nofollow\":\"true\",\"disablestyles\":\"\",\"textissue\":\"\",\"restrictedpage\":\"\",\"salesposts\":\"false\",\"storytags\":\"false\",\"showheader\":\"\",\"headeroutside\":\"\",\"headertype\":\"\",\"headercover\":\"\",\"headeravatar\":\"\",\"headername\":\"\",\"headerbio\":\"\",\"headercoverheight\":\"\",\"headertext\":\"\",\"headerbg\":\"\",\"headerpadding\":\"\",\"headertextsize\":\"\",\"headertextweight\":\"\",\"headertextcolor\":\"\",\"headericon\":\"\",\"headericoncolor\":\"\",\"headericonsize\":\"\",\"headerinc\":\"\",\"headerexclude\":\"\",\"videoheight\":\"\",\"videoaction\":\"\",\"sepcolor\":\"\",\"sepsize\":\"\",\"seemoretext\":\"\",\"seelesstext\":\"\",\"photostext\":\"\",\"phototext\":\"\",\"videotext\":\"\",\"learnmoretext\":\"\",\"shopnowtext\":\"\",\"messagepage\":\"\",\"facebooklinktext\":\"\",\"sharelinktext\":\"\",\"showfacebooklink\":\"on\",\"showsharelink\":\"on\",\"secondtext\":\"second\",\"secondstext\":\"seconds\",\"minutetext\":\"minute\",\"minutestext\":\"minutes\",\"hourtext\":\"hour\",\"hourstext\":\"hours\",\"daytext\":\"day\",\"daystext\":\"days\",\"weektext\":\"week\",\"weekstext\":\"weeks\",\"monthtext\":\"month\",\"monthstext\":\"months\",\"yeartext\":\"year\",\"yearstext\":\"years\",\"agotext\":\"ago\",\"feedlayout\":\"list\",\"feedtype\":\"timeline\"}', 'auto'),
(11005, 'sbi_refresh_report', 'a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2026-05-02 06:17:59\";}i:17841452603493749;a:1:{s:10:\"did_update\";b:1;}}', 'off'),
(11007, 'mwp_last_communication_error', 'Unexpected: communication key is empty. Key name: managewp_1774749902', 'on'),
(11015, 'trustindex-google-cdn-version-control', 'a:5:{s:8:\"feed-css\";s:3:\"1.2\";s:10:\"widget-css\";s:5:\"3.9.2\";s:11:\"widget-html\";s:5:\"2.6.2\";s:13:\"last-saved-at\";i:1776194162;s:12:\"widget-proxy\";s:3:\"1.0\";}', 'off'),
(11016, 'elementor_landing_pages_activation', '0', 'auto'),
(11026, 'wpsec_user_onboarded', 'completed', 'auto'),
(11048, 'pp_elementor_modules', 'a:62:{i:0;s:21:\"pp-advanced-accordion\";i:1;s:16:\"pp-advanced-menu\";i:2;s:16:\"pp-advanced-tabs\";i:3;s:8:\"pp-album\";i:4;s:14:\"pp-author-list\";i:5;s:14:\"pp-breadcrumbs\";i:6;s:17:\"pp-business-hours\";i:7;s:19:\"pp-business-reviews\";i:8;s:10:\"pp-buttons\";i:9;s:14:\"pp-card-slider\";i:10;s:13:\"pp-categories\";i:11;s:9:\"pp-charts\";i:12;s:17:\"pp-content-reveal\";i:13;s:17:\"pp-content-ticker\";i:14;s:12:\"pp-countdown\";i:15;s:10:\"pp-counter\";i:16;s:10:\"pp-coupons\";i:17;s:10:\"pp-devices\";i:18;s:10:\"pp-divider\";i:19;s:15:\"pp-dual-heading\";i:20;s:16:\"pp-fancy-heading\";i:21;s:6:\"pp-faq\";i:22;s:10:\"pp-flipbox\";i:23;s:14:\"pp-google-maps\";i:24;s:11:\"pp-hotspots\";i:25;s:12:\"pp-icon-list\";i:26;s:18:\"pp-image-accordion\";i:27;s:19:\"pp-image-comparison\";i:28;s:16:\"pp-image-gallery\";i:29;s:15:\"pp-image-slider\";i:30;s:11:\"pp-info-box\";i:31;s:20:\"pp-info-box-carousel\";i:32;s:12:\"pp-info-list\";i:33;s:13:\"pp-info-table\";i:34;s:12:\"pp-instafeed\";i:35;s:13:\"pp-login-form\";i:36;s:16:\"pp-logo-carousel\";i:37;s:12:\"pp-logo-grid\";i:38;s:18:\"pp-magazine-slider\";i:39;s:14:\"pp-modal-popup\";i:40;s:20:\"pp-offcanvas-content\";i:41;s:14:\"pp-onepage-nav\";i:42;s:8:\"pp-posts\";i:43;s:13:\"pp-price-menu\";i:44;s:16:\"pp-pricing-table\";i:45;s:12:\"pp-promo-box\";i:46;s:15:\"pp-random-image\";i:47;s:9:\"pp-recipe\";i:48;s:20:\"pp-registration-form\";i:49;s:13:\"pp-review-box\";i:50;s:11:\"pp-showcase\";i:51;s:10:\"pp-sitemap\";i:52;s:8:\"pp-table\";i:53;s:20:\"pp-table-of-contents\";i:54;s:14:\"pp-team-member\";i:55;s:23:\"pp-team-member-carousel\";i:56;s:15:\"pp-testimonials\";i:57;s:14:\"pp-tiled-posts\";i:58;s:11:\"pp-timeline\";i:59;s:9:\"pp-toggle\";i:60;s:8:\"pp-video\";i:61;s:16:\"pp-video-gallery\";}', 'auto'),
(11073, 'allowed_astra_notices', 'a:1:{i:0;s:18:\"astra-optin-notice\";}', 'auto'),
(11139, '_elementor_element_cache_unique_id', 'e69a22769fde8b2b20c817b0ca537da1', 'auto'),
(11384, 'db_upgraded', '', 'on'),
(11547, 'wordpress_mcp_settings', 'a:7:{s:7:\"enabled\";b:1;s:19:\"enable_create_tools\";b:1;s:19:\"enable_update_tools\";b:1;s:17:\"enable_read_tools\";b:1;s:19:\"enable_delete_tools\";b:0;s:23:\"enable_features_adapter\";b:0;s:16:\"enable_rest_crud\";b:0;}', 'auto'),
(11737, 'trustindex-google-review-download-token', 'a8a8165a98', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(12023, 'astra_partials_config_cache', 'a:2:{s:8:\"settings\";a:1114:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-8)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"36\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"36\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{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:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1240;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[post-card-background-overlay]\";a:4:{s:7:\"default\";a:2:{s:15:\"background-type\";s:0:\"\";s:16:\"background-color\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#db9226\";i:1;s:7:\"#804d09\";i:2;s:7:\"#122b4a\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#122b4a\";}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#db9226\";i:1;s:7:\"#804d09\";i:2;s:7:\"#122b4a\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#122b4a\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:20:\"\'Roboto\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:20:\"\'Roboto\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:35:\"100,200,300,400,500,600,700,800,900\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";d:0.8;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:24:\"\'Montserrat\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:55;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:24:\"\'Montserrat\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:3:\"300\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:22;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:20:\"\'Barlow\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:1:\"3\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:34:\"https://genesiswa.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9168;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9222;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(12037, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"27.6\";}', 'auto'),
(12038, 'wpseo', 'a:124:{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:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"27.6\";s:16:\"previous_version\";s:4:\"27.5\";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:12:\"ahrefsverify\";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:1768816457;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:26:\"http://mrarif.me/genesiswa\";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:3:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}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:4:{i:0;s:15:\"optimizeSeoData\";i:1;s:18:\"siteRepresentation\";i:2;s:14:\"socialProfiles\";i:3;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;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:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1768816459;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:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1779026377;s:31:\"wpseo_unindexed_term_link_count\";i:1779026377;s:31:\"wpseo_unindexed_post_link_count\";i:1779026377;s:35:\"wpseo_total_unindexed_general_items\";i:1779018174;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";i:1779018071;s:17:\"default_seo_title\";a:5:{i:0;i:2056;i:1;i:2053;i:2;i:2050;i:3;i:2026;i:4;i:2014;}s:21:\"default_seo_meta_desc\";a:5:{i:0;i:2056;i:1;i:2053;i:2;i:2050;i:3;i:2026;i:4;i:2014;}s:18:\"first_activated_by\";i:1;s:34:\"enable_schema_aggregation_endpoint\";b:0;s:38:\"schema_aggregation_endpoint_enabled_on\";N;s:16:\"enable_task_list\";b:1;s:13:\"enable_schema\";b:1;}', 'auto'),
(12039, 'wpseo_titles', 'a:151:{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:29:\"Genesis Wellness & Aesthetics\";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:29:\"Genesis Wellness & Aesthetics\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i: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:24:\"title-e-floating-buttons\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-e-floating-buttons\";s:0:\"\";s:26:\"noindex-e-floating-buttons\";b:0;s:37:\"display-metabox-pt-e-floating-buttons\";b:1;s:37:\"post_types-e-floating-buttons-maintax\";i:0;s:35:\"schema-page-type-e-floating-buttons\";s:7:\"WebPage\";s:38:\"schema-article-type-e-floating-buttons\";s:4:\"None\";s:31:\"social-title-e-floating-buttons\";s:9:\"%%title%%\";s:37:\"social-description-e-floating-buttons\";s:0:\"\";s:35:\"social-image-url-e-floating-buttons\";s:0:\"\";s:34:\"social-image-id-e-floating-buttons\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;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'),
(12040, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:40:\"https://www.facebook.com/103617248952427\";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:1:{i:0;s:41:\"https://www.instagram.com/genesiswa_begin\";}s:12:\"mastodon_url\";s:0:\"\";}', 'auto'),
(12041, 'wpseo_llmstxt', 'a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}', 'auto'),
(12049, '_elementor_ab_testing_data', 'a:2:{s:7:\"timeout\";i:1773953576;s:5:\"value\";s:273:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":false,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":true}}]\";}', 'off'),
(12058, 'wpseo_tracking_only', 'a:2:{s:25:\"task_list_first_opened_on\";s:0:\"\";s:22:\"task_first_actioned_on\";s:0:\"\";}', 'auto'),
(12072, 'fs_active_plugins', 'O:8:\"stdClass\":0:{}', 'auto'),
(12073, 'fs_debug_mode', '', 'auto'),
(12074, 'fs_accounts', 'a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:10461;a:3:{s:4:\"slug\";s:9:\"post-smtp\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:26:\"post-smtp/postman-smtp.php\";}}s:11:\"plugin_data\";a:1:{s:9:\"post-smtp\";a:17:{s:19:\"last_load_timestamp\";i:1779018996;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:26:\"post-smtp/postman-smtp.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1769025934;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.12.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.8.0\";s:14:\"plugin_version\";s:5:\"3.9.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:13:\"genesiswa.com\";s:9:\"server_ip\";s:43:\"unix:/alloc/tmp/app-unit-listener.unit.sock\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1769025934;s:7:\"version\";s:5:\"3.8.0\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1769025952;s:7:\"version\";s:5:\"3.8.0\";}}}s:13:\"file_slug_map\";a:1:{s:26:\"post-smtp/postman-smtp.php\";s:9:\"post-smtp\";}s:7:\"plugins\";a:1:{s:9:\"post-smtp\";O:9:\"FS_Plugin\":25:{s:2:\"id\";s:5:\"10461\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;s:10:\"public_key\";s:32:\"pk_28fcefa3d0ae86f8cdf6b7f71c0cc\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:9:\"Post SMTP\";s:4:\"slug\";s:9:\"post-smtp\";s:12:\"premium_slug\";s:17:\"post-smtp-premium\";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:26:\"post-smtp/postman-smtp.php\";s:7:\"version\";s:5:\"3.9.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";s:5:\"10910\";s:17:\"bundle_public_key\";s:32:\"pk_c5110ef04ba30cd57dd970a269a1a\";s:17:\"opt_in_moderation\";N;s:11:\"_is_updated\";b:1;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"0be999792d875c54972b88dc6a1af53d\";s:13:\"admin_notices\";a:1:{s:9:\"post-smtp\";a:0:{}}}', 'auto'),
(12075, 'postman_db_version', '1.0.1', 'auto'),
(12076, 'postman_options', 'a:1:{s:21:\"fallback_smtp_enabled\";s:2:\"no\";}', 'auto'),
(12077, 'postman_state', 'a:3:{s:12:\"install_date\";i:1769025935;s:7:\"version\";s:5:\"3.9.1\";s:15:\"locking_enabled\";b:0;}', 'auto'),
(12078, 'fs_api_cache', 'a:0:{}', 'off'),
(12123, 'bmi_hotfixes', 'a:5:{i:0;s:13:\"BMI_D17_M1_26\";i:1;s:14:\"BMI_D13_M12_01\";i:2;s:14:\"BMI_D20_M07_01\";i:3;s:18:\"BMI_D17_M12_Y21_02\";i:4;s:18:\"BMI_D13_M08_Y23_01\";}', 'auto'),
(12124, 'bmi_initial_installation_version', '2.1.0', 'auto'),
(12126, 'analyst_cache', 's:6:\"a:0:{}\";', 'auto'),
(12127, '_irb_h_bn_review', 'a:2:{s:5:\"users\";a:0:{}s:13:\"backup-backup\";i:1770018298;}', 'auto'),
(12128, '_new_bb_banner', 'a:3:{s:9:\"dismissed\";b:0;s:12:\"dismissed_at\";i:0;s:11:\"using_since\";i:1770018298;}', 'auto'),
(12129, 'bmi_gdrive_banner_dismissed', '1', 'auto'),
(12130, 'bmi_sk_keepalive', 'oxHJy1vtSWBncrOu6XFbdaUZNSAmv05a', 'auto'),
(12131, 'bmi_cron_new_domain_done', '1', 'auto'),
(12132, 'BMI::STORAGE::LOCAL::PATH', '/dom58586/wp-content/backup-migration-SCVIUW6tHL', 'auto'),
(12133, 'bmip_to_be_uploaded', 'a:3:{s:14:\"current_upload\";a:0:{}s:5:\"queue\";a:0:{}s:6:\"failed\";a:0:{}}', 'auto'),
(12134, 'bmi_required_space', '1077066093', 'auto'),
(12158, 'wpaas_dismissed_b79e5cfea5e4e6e76f163da7ca3834b2', '1', 'auto'),
(12185, 'astra_usage_installed_time', '1746635967', 'auto'),
(12186, 'astra_usage_optin', 'no', 'auto'),
(12187, 'bsf_usage_last_displayed_time', '1748364271', 'off'),
(12188, 'bsf_usage_migrated', '1', 'off'),
(12209, 'wp_notes_notify', '1', 'on'),
(12220, 'can_compress_scripts', '1', 'on'),
(12254, 'elementor_one_welcome_screen_completed', '1', 'auto'),
(12392, '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'),
(12406, 'trustindex-google-review-content', '<div class=\" ti-widget \" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-review-text-mode=\"readmore\" data-reply-by-locale=\"Owner\'s reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\" > <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-%platform%\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <img src=\"PLATFORM_URL_LOGO\" srcset=\"PLATFORM_URL_LOGO 2x\" alt=\"%site_name%\" loading=\"lazy\" /> </div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> %site_name%</div> <span class=\"ti-stars\"><!-- STARS-CONTENT --></span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>RATING_NUMBER PLATFORM_NAME reviews</strong></span> </div> <!-- HEADER-BUTTON-START<div class=\"ti-header-write-btn-container\"> <a href=\"%footer_link%\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Write a review to %platform%\" target=\"_blank\" rel=\"noopener\" >Write a review</a> </div> HEADER-BUTTON-END --> </div> </div> </div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"></div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"></div> </div> <div class=\"ti-reviews-container-wrapper\"> <!-- R-LIST --> <div class=\"ti-review-item source-%platform% ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on </span> <img src=\"https://cdn.trustindex.io/assets/platform/%platform%/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\" /> </div> <div class=\"ti-profile-img\"> <img src=\"%reviewer_photo%\" srcset=\"%reviewer_photo% 2x\" alt=\"%reviewer_name% profile picture\" loading=\"lazy\" /> </div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> %reviewer_name% </div> <div class=\"ti-date\">%created_at%</div> </div> </div> <span class=\"ti-stars\"><!-- STARS-CONTENT --></span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->%text%<!-- R-CONTENT --></div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\" ></span> </div> </div> <!-- R-LIST --> </div> <div class=\"ti-controls-line\"> <div class=\"dot\"></div> </div> <div class=\"ti-footer-filter-text\"><!-- FOOTER FILTER TEXT --></div> <!-- VERIFIED BY TRUSTINDEX START <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Verified by Trustindex <span class=\"ti-info-icon\"></span> <div class=\"ti-disclaimer\">Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. <a href=\"https://www.trustindex.io/?a=sys&c=verified-badge&url=/the-trustindex-verified-badge/\" target=\"_blank\">Read more</a></div> </div> </div> VERIFIED BY TRUSTINDEX END --> </div> </div> </div> ', 'off'),
(12483, '_bmi_backup_banner', 'a:3:{s:9:\"dismissed\";b:0;s:12:\"dismissed_at\";N;s:15:\"first_loaded_at\";i:1774906409;}', 'auto'),
(14537, 'astra_usage_events_pushed', 'a:0:{}', 'auto'),
(14538, 'astra_usage_events_pending', 'a:1:{i:0;a:4:{s:10:\"event_name\";s:13:\"theme_updated\";s:11:\"event_value\";s:6:\"4.13.2\";s:10:\"properties\";a:1:{s:12:\"from_version\";s:6:\"4.13.1\";}s:4:\"date\";s:19:\"2026-05-17 12:18:53\";}}', 'auto');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(19611, 'elementor_controls_usage', 'a:8:{s:7:\"wp-page\";a:28:{s:5:\"image\";a:2:{s:5:\"count\";i:105;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:5:{s:5:\"image\";i:105;s:10:\"image_size\";i:98;s:22:\"image_custom_dimension\";i:18;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:105;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:17;s:18:\"animation_duration\";i:17;}s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:2;s:19:\"_background_color_b\";i:2;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:911;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:661;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:911;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:911;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:429;s:18:\"animation_duration\";i:428;s:16:\"animation_tablet\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:414;s:16:\"background_image\";i:121;s:16:\"background_color\";i:108;s:18:\"background_color_b\";i:14;s:28:\"background_slideshow_gallery\";i:2;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_color\";i:57;s:24:\"background_overlay_image\";i:3;s:26:\"background_overlay_color_b\";i:2;s:30:\"background_overlay_hover_color\";i:14;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:33;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:13;s:12:\"hide_desktop\";i:13;s:17:\"hide_tablet_extra\";i:13;s:11:\"hide_tablet\";i:17;s:17:\"hide_mobile_extra\";i:17;s:11:\"hide_mobile\";i:17;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:396;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:396;s:11:\"header_size\";i:169;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:396;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:11;s:18:\"animation_duration\";i:11;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:203;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:203;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:203;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:8;s:18:\"animation_duration\";i:8;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:125;s:8:\"controls\";a:2:{s:7:\"content\";a:5:{s:14:\"section_button\";a:3:{s:4:\"text\";i:125;s:4:\"link\";i:125;s:13:\"selected_icon\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:125;}s:13:\"section_style\";a:5:{s:12:\"align_tablet\";i:28;s:5:\"align\";i:64;s:16:\"background_color\";i:32;s:18:\"align_mobile_extra\";i:3;s:29:\"button_background_hover_color\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:15;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:4;}}}}s:6:\"pp-faq\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:21;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:21;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:17;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:44;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:44;s:10:\"title_text\";i:44;s:16:\"description_text\";i:44;s:10:\"title_size\";i:44;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:44;}s:17:\"section_style_box\";a:3:{s:8:\"position\";i:20;s:15:\"position_mobile\";i:20;s:21:\"position_mobile_extra\";i:14;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:39;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:39;s:4:\"view\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:39;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:2;}}}}s:13:\"pp-price-menu\";a:2:{s:5:\"count\";i:46;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:18:\"section_price_menu\";a:4:{s:10:\"menu_items\";i:46;s:15:\"image_size_size\";i:46;s:21:\"title_price_connector\";i:46;s:15:\"title_separator\";i:46;}s:19:\"section_title_style\";a:1:{s:14:\"title_html_tag\";i:46;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:46;}}}}s:10:\"price-list\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:16:\"pp-pricing-table\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:3:{s:11:\"table_title\";i:13;s:14:\"table_subtitle\";i:13;s:14:\"title_html_tag\";i:8;}s:15:\"section_pricing\";a:3:{s:11:\"table_price\";i:13;s:14:\"table_duration\";i:7;s:15:\"currency_symbol\";i:2;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:13;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:9;s:17:\"table_button_text\";i:13;s:4:\"link\";i:13;s:21:\"table_additional_info\";i:13;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:13;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:7:\"gallery\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:15;s:9:\"galleries\";i:15;s:7:\"columns\";i:15;s:12:\"aspect_ratio\";i:15;s:20:\"thumbnail_image_size\";i:15;s:3:\"gap\";i:8;s:13:\"open_lightbox\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}s:7:\"overlay\";a:2:{s:13:\"overlay_title\";i:2;s:18:\"overlay_background\";i:6;}s:13:\"overlay_style\";a:1:{s:30:\"overlay_background_hover_color\";i:3;}}}}s:11:\"price-table\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_header\";a:3:{s:7:\"heading\";i:8;s:11:\"sub_heading\";i:8;s:11:\"heading_tag\";i:8;}s:15:\"section_pricing\";a:3:{s:5:\"price\";i:8;s:6:\"period\";i:8;s:15:\"currency_symbol\";i:1;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:8;}s:14:\"section_footer\";a:2:{s:11:\"button_text\";i:8;s:22:\"footer_additional_info\";i:4;}s:14:\"section_ribbon\";a:1:{s:11:\"show_ribbon\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:20:\"pp-info-box-carousel\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:4:{s:13:\"pp_info_boxes\";i:3;s:14:\"title_html_tag\";i:3;s:6:\"layout\";i:1;s:18:\"equal_height_boxes\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:2;s:8:\"autoplay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:15:\"nested-carousel\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:2;s:27:\"slides_to_show_mobile_extra\";i:2;s:29:\"slides_to_scroll_mobile_extra\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:2;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:4;s:4:\"view\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:15:\"section_divider\";a:4:{s:4:\"look\";i:2;s:4:\"text\";i:2;s:8:\"html_tag\";i:2;s:5:\"style\";i:2;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:9:\"_position\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:2;}}}}s:8:\"flip-box\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:8;s:12:\"title_text_a\";i:8;s:18:\"description_text_a\";i:8;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:8;s:18:\"description_text_b\";i:8;s:11:\"button_text\";i:8;s:4:\"link\";i:8;s:10:\"link_click\";i:8;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:8;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:8;s:11:\"flip_effect\";i:8;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:8;s:18:\"animation_duration\";i:8;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:6;}}}}s:6:\"slides\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_slides\";a:1:{s:6:\"slides\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:22:\"section_slider_options\";a:4:{s:10:\"transition\";i:1;s:17:\"content_animation\";i:1;s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;}s:20:\"section_style_slides\";a:1:{s:26:\"slides_horizontal_position\";i:1;}}}}s:8:\"pp-posts\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:10:{s:18:\"section_skin_field\";a:2:{s:20:\"classic_equal_height\";i:1;s:14:\"posts_per_page\";i:1;}s:13:\"section_query\";a:1:{s:21:\"nothing_found_message\";i:1;}s:23:\"classic_section_filters\";a:2:{s:20:\"classic_show_filters\";i:1;s:24:\"classic_filter_alignment\";i:1;}s:21:\"classic_section_terms\";a:2:{s:18:\"classic_post_terms\";i:1;s:22:\"classic_tax_badge_post\";i:1;}s:28:\"classic_section_post_excerpt\";a:3:{s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_excerpt_length\";i:1;s:22:\"classic_content_length\";i:1;}s:22:\"classic_section_button\";a:1:{s:19:\"classic_show_button\";i:1;}s:21:\"classic_section_order\";a:3:{s:19:\"classic_title_order\";i:1;s:21:\"classic_excerpt_order\";i:1;s:20:\"classic_button_order\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:21:\"classic_section_image\";a:1:{s:22:\"classic_thumbnail_size\";i:1;}s:25:\"classic_section_post_meta\";a:1:{s:21:\"classic_show_comments\";i:1;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:11:\"show_labels\";i:1;}s:13:\"section_email\";a:4:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}s:15:\"section_email_2\";a:2:{s:15:\"email_subject_2\";i:1;s:12:\"email_from_2\";i:1;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_mobile_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:17:\"pp-business-hours\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:3:{s:16:\"business_timings\";i:1;s:14:\"business_hours\";i:1;s:21:\"business_hours_custom\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:11:\"section_map\";a:1:{s:7:\"address\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:8:\"pp-table\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:15:\"section_headers\";a:1:{s:13:\"table_headers\";i:1;}s:12:\"section_body\";a:1:{s:18:\"table_body_content\";i:1;}s:14:\"section_footer\";a:1:{s:20:\"table_footer_content\";i:1;}s:27:\"section_table_columns_style\";a:1:{s:19:\"table_column_styles\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:9:\"container\";a:14:{s:4:\"icon\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:16;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:53;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:32;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:53;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:53;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:22;s:16:\"background_image\";i:15;s:16:\"background_color\";i:7;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:11;s:18:\"animation_duration\";i:11;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_image\";i:1;s:24:\"background_overlay_color\";i:10;s:30:\"background_overlay_hover_color\";i:9;}s:14:\"section_layout\";a:2:{s:11:\"css_classes\";i:2;s:20:\"e_display_conditions\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:9:\"_position\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:2:{s:4:\"text\";i:18;s:4:\"link\";i:18;}s:13:\"section_style\";a:2:{s:5:\"align\";i:8;s:16:\"background_color\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:6;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:11:\"price-table\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_header\";a:3:{s:7:\"heading\";i:3;s:11:\"sub_heading\";i:3;s:11:\"heading_tag\";i:3;}s:15:\"section_pricing\";a:2:{s:5:\"price\";i:3;s:6:\"period\";i:3;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:3;}s:14:\"section_footer\";a:1:{s:11:\"button_text\";i:3;}s:14:\"section_ribbon\";a:1:{s:11:\"show_ribbon\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"pp-faq\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:9;s:10:\"title_text\";i:9;s:16:\"description_text\";i:9;s:10:\"title_size\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}}}}s:15:\"nested-carousel\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:2;s:27:\"slides_to_show_mobile_extra\";i:2;s:29:\"slides_to_scroll_mobile_extra\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:2;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:7:\"gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:3:\"gap\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:4:\"page\";a:20:{s:7:\"heading\";a:2:{s:5:\"count\";i:100;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:100;s:11:\"header_size\";i:35;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:100;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:14;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:38;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:38;s:4:\"link\";i:38;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:38;}s:13:\"section_style\";a:3:{s:5:\"align\";i:17;s:18:\"align_mobile_extra\";i:3;s:12:\"align_tablet\";i:9;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:232;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:173;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:232;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:232;}s:18:\"section_background\";a:5:{s:16:\"background_color\";i:24;s:21:\"background_background\";i:113;s:28:\"background_slideshow_gallery\";i:2;s:16:\"background_image\";i:43;s:18:\"background_color_b\";i:4;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:101;s:18:\"animation_duration\";i:97;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_color\";i:21;s:26:\"background_overlay_color_b\";i:2;s:30:\"background_overlay_hover_color\";i:8;s:24:\"background_overlay_image\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:47;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:47;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:47;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:23;s:5:\"image\";i:23;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:23;}s:15:\"section_effects\";a:5:{s:10:\"_animation\";i:6;s:18:\"animation_duration\";i:6;s:25:\"motion_fx_motion_fx_mouse\";i:1;s:27:\"motion_fx_mouseTrack_effect\";i:1;s:26:\"motion_fx_mouseTrack_speed\";i:1;}s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:1;s:19:\"_background_color_b\";i:1;}s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:3;s:12:\"_css_classes\";i:2;s:21:\"_element_width_tablet\";i:1;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:2:{s:13:\"pp_info_boxes\";i:2;s:14:\"title_html_tag\";i:2;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:2;s:8:\"autoplay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:8;s:10:\"title_text\";i:8;s:16:\"description_text\";i:8;s:10:\"title_size\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:15:\"nested-carousel\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:2;s:27:\"slides_to_show_mobile_extra\";i:2;s:29:\"slides_to_scroll_mobile_extra\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:2;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:15:\"section_divider\";a:4:{s:4:\"look\";i:2;s:4:\"text\";i:2;s:8:\"html_tag\";i:2;s:5:\"style\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:6:\"weight\";i:1;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:9:\"_position\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:2;}}}}s:8:\"flip-box\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:8;s:12:\"title_text_a\";i:8;s:18:\"description_text_a\";i:8;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:8;s:18:\"description_text_b\";i:8;s:11:\"button_text\";i:8;s:4:\"link\";i:8;s:10:\"link_click\";i:8;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:8;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:8;s:11:\"flip_effect\";i:8;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:8;s:18:\"animation_duration\";i:8;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:6;}}}}s:16:\"pp-pricing-table\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:2:{s:11:\"table_title\";i:5;s:14:\"table_subtitle\";i:5;}s:15:\"section_pricing\";a:2:{s:11:\"table_price\";i:5;s:14:\"table_duration\";i:3;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:5;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:5;s:17:\"table_button_text\";i:5;s:4:\"link\";i:5;s:21:\"table_additional_info\";i:5;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:5;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:8:\"pp-table\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:15:\"section_headers\";a:1:{s:13:\"table_headers\";i:1;}s:12:\"section_body\";a:1:{s:18:\"table_body_content\";i:1;}s:14:\"section_footer\";a:1:{s:20:\"table_footer_content\";i:1;}s:27:\"section_table_columns_style\";a:1:{s:19:\"table_column_styles\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_video\";a:5:{s:10:\"video_type\";i:4;s:10:\"insert_url\";i:4;s:10:\"hosted_url\";i:4;s:12:\"external_url\";i:4;s:6:\"poster\";i:4;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:4;s:13:\"image_overlay\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:10:\"price-list\";a:2:{s:5:\"count\";i:26;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:26;}s:21:\"section_content_style\";a:1:{s:15:\"separator_style\";i:24;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:26;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:13:\"pp-price-menu\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:18:\"section_price_menu\";a:4:{s:10:\"menu_items\";i:18;s:15:\"image_size_size\";i:18;s:21:\"title_price_connector\";i:18;s:15:\"title_separator\";i:18;}s:19:\"section_title_style\";a:1:{s:14:\"title_html_tag\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}}}}s:6:\"pp-faq\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:6:\"footer\";a:8:{s:7:\"heading\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:9;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:30;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:18;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:30;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:30;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:9;s:16:\"background_image\";i:3;s:16:\"background_color\";i:3;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:3;}}}}s:10:\"sbi-widget\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:7:\"feed_id\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:9;s:4:\"view\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:17:\"section_icon_list\";a:4:{s:17:\"icon_align_tablet\";i:9;s:23:\"icon_align_mobile_extra\";i:9;s:10:\"icon_align\";i:3;s:17:\"icon_align_mobile\";i:3;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:3;s:5:\"align\";i:3;s:12:\"align_tablet\";i:3;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:17:\"pp-business-hours\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:2:{s:14:\"business_hours\";i:3;s:21:\"business_hours_custom\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}}s:6:\"header\";a:7:{s:5:\"image\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:5:\"image\";i:12;s:10:\"image_size\";i:12;s:7:\"link_to\";i:12;s:4:\"link\";i:12;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:4;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:10;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:47;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:39;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:47;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:47;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:15;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:5;s:16:\"background_image\";i:4;}s:15:\"section_effects\";a:3:{s:21:\"sticky_effects_offset\";i:4;s:6:\"sticky\";i:7;s:13:\"sticky_offset\";i:3;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_tablet_extra\";i:11;s:11:\"hide_tablet\";i:11;s:17:\"hide_mobile_extra\";i:11;s:11:\"hide_mobile\";i:11;s:15:\"hide_widescreen\";i:10;s:12:\"hide_desktop\";i:10;}s:14:\"section_layout\";a:2:{s:11:\"css_classes\";i:7;s:20:\"e_display_conditions\";i:7;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:4;s:26:\"background_overlay_color_b\";i:4;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:13;s:7:\"pointer\";i:13;s:9:\"menu_type\";i:13;s:4:\"menu\";i:12;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:13;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:18;s:4:\"link\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:11;}}}}s:16:\"theme-page-title\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:4;}}s:7:\"content\";a:4:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:4;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}s:17:\"section_icon_list\";a:1:{s:23:\"icon_align_tablet_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:4:{s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}}s:5:\"popup\";a:5:{s:5:\"image\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:23;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:24;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:24;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:15;s:11:\"header_size\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:11:\"single-post\";a:7:{s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:13:\"share-buttons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:23:\"section_buttons_content\";a:2:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}s:7:\"section\";a:10:{s:9:\"icon-list\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:6;}s:17:\"section_icon_list\";a:5:{s:23:\"icon_align_tablet_extra\";i:2;s:17:\"icon_align_tablet\";i:5;s:23:\"icon_align_mobile_extra\";i:4;s:10:\"icon_align\";i:2;s:17:\"icon_align_mobile\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:20;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:16:\"background_color\";i:1;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;}s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:11;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_responsive\";a:4:{s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:9:\"menu_type\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-page-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}}}}}', 'off'),
(19681, 'pp_license_status', 'valid', 'auto'),
(19686, 'wordfence_ls_version', '1.1.16', 'auto'),
(19687, 'wfls_last_role_change', '1779019690', 'off'),
(19688, 'wordfence_version', '8.2.2', 'auto'),
(19689, 'wordfence_case', '1', 'auto'),
(19690, 'wordfence_installed', '1', 'auto'),
(19691, 'wordfenceActivated', '1', 'auto'),
(19692, 'wf_plugin_act_error', '', 'auto'),
(19775, 'updraft_lock_load-url-task', '0', 'no'),
(19776, 'updraft_lock_wpo_page_cache_preloader_creating_tasks', '0', 'no'),
(19782, 'updraft_lock_wpo_minify_preloader_creating_tasks', '0', 'no'),
(20268, '_elementor_design_system_sync_css_meta', 'a:2:{s:4:\"time\";i:1779076637;i:0;b:0;}', 'auto'),
(19944, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:11:{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:\"fas-angle-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:188:\"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\";s:3:\"key\";s:14:\"fas-angle-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-angle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:189:\"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\";s:3:\"key\";s:15:\"fas-angle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"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\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"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\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}s:8:\"fas-plus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:239:\"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\";s:3:\"key\";s:8:\"fas-plus\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-minus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:116:\"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\";s:3:\"key\";s:9:\"fas-minus\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"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\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}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'),
(19950, '_site_transient_timeout_n_947cf0496401294528b1410b82c4c27e201385', '1779113129', 'off'),
(19951, '_site_transient_n_947cf0496401294528b1410b82c4c27e201385', '1779026728', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(20271, 'elementor_pro_remote_info_api_data_4.0.4', 'a:2:{s:7:\"timeout\";i:1779119840;s:5:\"value\";s:254096:\"{\"stable_version\":\"4.0.4\",\"last_updated\":\"2026-04-28 08:42:26\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:237915:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component\'s inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"4.0.4\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.4\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3OTA3NjYzOSwiZXhwIjoxNzc5MTYzMDM5fQ.Wgy3HB8GzZTyaoerM8zr1kbQna_xYLhfBWLmZXLn0WI\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3OTA3NjYzOSwiZXhwIjoxNzc5MTYzMDM5fQ.Wgy3HB8GzZTyaoerM8zr1kbQna_xYLhfBWLmZXLn0WI\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.4\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiaWF0IjoxNzc5MDc2NjM5LCJleHAiOjE3NzkxNjMwMzl9.VYYEeV4CAKvq3MTbFpclgMaTtSNKim9BcIHsTytrYOo\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiaWF0IjoxNzc5MDc2NjM5LCJleHAiOjE3NzkxNjMwMzl9.VYYEeV4CAKvq3MTbFpclgMaTtSNKim9BcIHsTytrYOo\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(19957, '_site_transient_timeout_n_9ca1e8d88aebfefb6f5850bdb1fbf5a65f6d3c', '1779113130', 'off'),
(19952, 'mwp_key_last_used_077cd1a3-3dc6-4c22-b430-440415e42ab5', '1779026729', 'on'),
(19954, 'mwp_potential_key_time', '1779026729', 'on'),
(19955, '_site_transient_timeout_n_9c424b90431c8539f9c0a764c93224be09ac24', '1779113129', 'off'),
(19956, '_site_transient_n_9c424b90431c8539f9c0a764c93224be09ac24', '1779026729', 'off'),
(19958, '_site_transient_n_9ca1e8d88aebfefb6f5850bdb1fbf5a65f6d3c', '1779026730', 'off'),
(19962, '_site_transient_timeout_n_cvg6xb1znk5u1m0wpw8pd0zirtn6crev4edgnh', '1779113602', 'off'),
(19963, '_site_transient_n_cvg6xb1znk5u1m0wpw8pd0zirtn6crev4edgnh', '1779027185', 'off'),
(19970, '_site_transient_timeout_n_vyiw29ffn37r794b8nt1j3cjpj8d9m5ee0rlqg', '1779113620', 'off'),
(19971, '_site_transient_n_vyiw29ffn37r794b8nt1j3cjpj8d9m5ee0rlqg', '1779027220', 'off'),
(19972, '_site_transient_timeout_n_g8z1w0jtts41t1luw59lqp9qrt77k0q39mqpam', '1779113632', 'off'),
(19973, '_site_transient_n_g8z1w0jtts41t1luw59lqp9qrt77k0q39mqpam', '1779027220', 'off'),
(19974, '_site_transient_timeout_n_og5u1gdl2pwhvcqz03sd1zclsmt7n1pnh40ho4', '1779113651', 'off'),
(19975, '_site_transient_n_og5u1gdl2pwhvcqz03sd1zclsmt7n1pnh40ho4', '1779027251', 'off'),
(19976, '_site_transient_timeout_n_choo4yuejsm85qk29al88i9wbrpvd20rxgvjxy', '1779113657', 'off'),
(19977, '_site_transient_n_choo4yuejsm85qk29al88i9wbrpvd20rxgvjxy', '1779027257', 'off'),
(19978, '_site_transient_timeout_n_9i8218rra6jxc6b3ab9raa4l7gsbd6vber05xn', '1779113662', 'off'),
(19979, '_site_transient_n_9i8218rra6jxc6b3ab9raa4l7gsbd6vber05xn', '1779027262', 'off'),
(19980, '_site_transient_timeout_n_uut7x6q6prfl14dp5y5mbp1ilepejr00fz6eym', '1779113663', 'off'),
(19981, '_site_transient_n_uut7x6q6prfl14dp5y5mbp1ilepejr00fz6eym', '1779027263', 'off'),
(19983, '_site_transient_timeout_n_7mzvh0mnwmyp2jt7blbnj21x66ep8c220ysc49', '1779113855', 'off'),
(19984, '_site_transient_n_7mzvh0mnwmyp2jt7blbnj21x66ep8c220ysc49', '1779027454', 'off'),
(19985, '_site_transient_timeout_n_qmeaidmtqg8vqm739ovbkldshxhppl22w7f1qq', '1779113858', 'off'),
(19986, '_site_transient_n_qmeaidmtqg8vqm739ovbkldshxhppl22w7f1qq', '1779027458', 'off'),
(19987, '_site_transient_timeout_n_kyukl5jbwgb35cegv49efxqk8swm0caxrwq6dc', '1779113858', 'off'),
(19988, '_site_transient_n_kyukl5jbwgb35cegv49efxqk8swm0caxrwq6dc', '1779027458', 'off'),
(19989, '_site_transient_timeout_n_1pg7u9yxciyng9iairfvdp6x6ytw1o6gm68iow', '1779113859', 'off'),
(19990, '_site_transient_n_1pg7u9yxciyng9iairfvdp6x6ytw1o6gm68iow', '1779027459', 'off'),
(20007, '_site_transient_timeout_n_ybi1xkd44fp76uck9bh40epcxtxd9too082fmf', '1779113875', 'off'),
(20008, '_site_transient_n_ybi1xkd44fp76uck9bh40epcxtxd9too082fmf', '1779027475', 'off'),
(20009, '_site_transient_timeout_n_9941yri160zgdq9xdy6mpg6of8u778tkzh53nz', '1779113877', 'off'),
(20010, '_site_transient_n_9941yri160zgdq9xdy6mpg6of8u778tkzh53nz', '1779027477', 'off'),
(20011, '_site_transient_timeout_n_br15j7ha2hrnwnuu49b32jgw2xlnpvlmv172zd', '1779113878', 'off'),
(20012, '_site_transient_n_br15j7ha2hrnwnuu49b32jgw2xlnpvlmv172zd', '1779027478', 'off'),
(20013, '_site_transient_timeout_n_mdx4ra9ukz6aio0a6dfhewfmxxajqtbol7uiht', '1779113880', 'off'),
(20014, '_site_transient_n_mdx4ra9ukz6aio0a6dfhewfmxxajqtbol7uiht', '1779027480', 'off'),
(20015, '_site_transient_timeout_n_ibe1lcvvvj1lphpcezfh0msjsmfmplljpylag7', '1779113881', 'off'),
(20016, '_site_transient_n_ibe1lcvvvj1lphpcezfh0msjsmfmplljpylag7', '1779027481', 'off'),
(20017, '_site_transient_timeout_n_gsdc55zxd8kd3wvrnjbznm6pmoih7pa45wj184', '1779113883', 'off'),
(20018, '_site_transient_n_gsdc55zxd8kd3wvrnjbznm6pmoih7pa45wj184', '1779027483', 'off'),
(20019, '_site_transient_timeout_n_2u3h35kous4qfgrrhyyh6uynm6mmde7mt6xim2', '1779113884', 'off'),
(20020, '_site_transient_n_2u3h35kous4qfgrrhyyh6uynm6mmde7mt6xim2', '1779027484', 'off'),
(20021, '_site_transient_timeout_n_9i6f73w6thf36f4g4tleo0rvu4wkq1zf4fjd02', '1779113886', 'off'),
(20022, '_site_transient_n_9i6f73w6thf36f4g4tleo0rvu4wkq1zf4fjd02', '1779027485', 'off'),
(20023, '_site_transient_timeout_n_tyhnddo8ogn3eij8hou0ljncvq1658tosp0btj', '1779113887', 'off'),
(20024, '_site_transient_n_tyhnddo8ogn3eij8hou0ljncvq1658tosp0btj', '1779027487', 'off'),
(20025, '_site_transient_timeout_n_54yhm0nslff3y605vonxxzorux280fpbkff1ql', '1779113888', 'off'),
(20026, '_site_transient_n_54yhm0nslff3y605vonxxzorux280fpbkff1ql', '1779027488', 'off'),
(20027, '_site_transient_timeout_n_r7dsxigupae2moosq1wqg5wzj0o8spbojq32l7', '1779113889', 'off'),
(20028, '_site_transient_n_r7dsxigupae2moosq1wqg5wzj0o8spbojq32l7', '1779027489', 'off'),
(20029, '_site_transient_timeout_n_130ys0hx9m6wpa1gjywa57h9s0i0wyols3ipkz', '1779113890', 'off'),
(20030, '_site_transient_n_130ys0hx9m6wpa1gjywa57h9s0i0wyols3ipkz', '1779027490', 'off'),
(20031, '_site_transient_timeout_n_tekk1hje6gtpvn3zix8gx4hxfvt2xr7jrexf6a', '1779113892', 'off'),
(20032, '_site_transient_n_tekk1hje6gtpvn3zix8gx4hxfvt2xr7jrexf6a', '1779027492', 'off'),
(20033, '_site_transient_timeout_n_ydl63n8fkhh1yhty0n0voj7jnwgqo8k9uh9qy4', '1779113894', 'off'),
(20034, '_site_transient_n_ydl63n8fkhh1yhty0n0voj7jnwgqo8k9uh9qy4', '1779027494', 'off'),
(20035, '_site_transient_timeout_n_tjuhrc3uqir1xiutnlsy3rrg2atygutbwcrc4d', '1779113896', 'off'),
(20036, '_site_transient_n_tjuhrc3uqir1xiutnlsy3rrg2atygutbwcrc4d', '1779027496', 'off'),
(20037, '_site_transient_timeout_n_fyn6gtxlsggdqiao2uzf95mlfvfk6sdho9w92t', '1779113900', 'off'),
(20038, '_site_transient_n_fyn6gtxlsggdqiao2uzf95mlfvfk6sdho9w92t', '1779027500', 'off'),
(20039, '_site_transient_timeout_n_hw341rmwsldz37jxh9lrh1jbo2fhnl4u8c66p7', '1779113902', 'off'),
(20040, '_site_transient_n_hw341rmwsldz37jxh9lrh1jbo2fhnl4u8c66p7', '1779027501', 'off'),
(20041, '_site_transient_timeout_n_lk7slyv0yd5qbwhika4dwcht6rdtllpp71qol8', '1779113904', 'off'),
(20042, '_site_transient_n_lk7slyv0yd5qbwhika4dwcht6rdtllpp71qol8', '1779027503', 'off'),
(20043, '_site_transient_timeout_n_zsu646czrqqn0umozkoimgrh0qc7dx93jxhkuz', '1779113913', 'off'),
(20044, '_site_transient_n_zsu646czrqqn0umozkoimgrh0qc7dx93jxhkuz', '1779027507', 'off'),
(20045, '_site_transient_timeout_n_0n6a9iiacj9n3hkxsuh3qsb1l44fdsam4oyoo8', '1779114066', 'off'),
(20046, '_site_transient_n_0n6a9iiacj9n3hkxsuh3qsb1l44fdsam4oyoo8', '1779027664', 'off'),
(20052, '_site_transient_timeout_n_ojok9feu13dqzxlos98986ii2a2b0b1n0fncnb', '1779114461', 'off'),
(20053, '_site_transient_n_ojok9feu13dqzxlos98986ii2a2b0b1n0fncnb', '1779028059', 'off'),
(20064, '_site_transient_timeout_n_ms0cda4guspmcbbsyks9jhnq4rbsp2h92m5bwo', '1779114469', 'off'),
(20065, '_site_transient_n_ms0cda4guspmcbbsyks9jhnq4rbsp2h92m5bwo', '1779028069', 'off'),
(20066, '_site_transient_timeout_n_amyjyvt6oc4cpzeimyufw50caz00n14rh67qhx', '1779114472', 'off'),
(20067, '_site_transient_n_amyjyvt6oc4cpzeimyufw50caz00n14rh67qhx', '1779028072', 'off'),
(20068, '_site_transient_timeout_n_vvyz5hwojrww11pawj3wxp5yktogygg7st6lpn', '1779114475', 'off'),
(20069, '_site_transient_n_vvyz5hwojrww11pawj3wxp5yktogygg7st6lpn', '1779028075', 'off'),
(20070, '_site_transient_timeout_n_s6oel480kdnz6jlgacjjw5mq1dd90e27mzs20b', '1779114475', 'off'),
(20071, '_site_transient_n_s6oel480kdnz6jlgacjjw5mq1dd90e27mzs20b', '1779028075', 'off'),
(20072, '_site_transient_timeout_n_z0jw3khp3xaruk0ekfhq2nl2737zsi7zd1uacf', '1779114476', 'off'),
(20073, '_site_transient_n_z0jw3khp3xaruk0ekfhq2nl2737zsi7zd1uacf', '1779028076', 'off'),
(20074, '_site_transient_timeout_n_l2y5ggyb5chuljt2dqhx8kwkb759k37mf409qw', '1779114476', 'off'),
(20075, '_site_transient_n_l2y5ggyb5chuljt2dqhx8kwkb759k37mf409qw', '1779028076', 'off'),
(20076, '_site_transient_timeout_n_7rsp50z5ez17ra0btzqs13cioskh4u5hncn1ig', '1779114476', 'off'),
(20077, '_site_transient_n_7rsp50z5ez17ra0btzqs13cioskh4u5hncn1ig', '1779028076', 'off'),
(20086, '_site_transient_timeout_n_0s94g6wa9pu32mvw99bh0mo1b8yya1m9vkpjdt', '1779114615', 'off'),
(20087, '_site_transient_n_0s94g6wa9pu32mvw99bh0mo1b8yya1m9vkpjdt', '1779028215', 'off'),
(20088, '_site_transient_timeout_n_c4e22qbncifyj347fkx4jg4lnnuverjcci2ujj', '1779114616', 'off'),
(20089, '_site_transient_n_c4e22qbncifyj347fkx4jg4lnnuverjcci2ujj', '1779028216', 'off'),
(20090, '_site_transient_timeout_n_1jsisc5i06yirtw1kgulq6y3tc6etglt0p1xu7', '1779114618', 'off'),
(20091, '_site_transient_n_1jsisc5i06yirtw1kgulq6y3tc6etglt0p1xu7', '1779028218', 'off'),
(20092, '_site_transient_timeout_n_3p52c4l8vs7414ph71im2ftn7q74xgcumgpgpi', '1779114620', 'off'),
(20093, '_site_transient_n_3p52c4l8vs7414ph71im2ftn7q74xgcumgpgpi', '1779028220', 'off'),
(20094, '_site_transient_timeout_n_2c80ex83x1u0wfj6ov78u02o1fpdxqcv2w3iqt', '1779114622', 'off'),
(20095, '_site_transient_n_2c80ex83x1u0wfj6ov78u02o1fpdxqcv2w3iqt', '1779028221', 'off'),
(20096, '_site_transient_timeout_n_sh316b6woqqfzcbhukcbs6p9bqrss1b7ruzqbg', '1779114623', 'off'),
(20097, '_site_transient_n_sh316b6woqqfzcbhukcbs6p9bqrss1b7ruzqbg', '1779028223', 'off'),
(20098, '_site_transient_timeout_n_m5gixb80z3mlf6yl9jlniajwn68qwlxgok138p', '1779114625', 'off'),
(20099, '_site_transient_n_m5gixb80z3mlf6yl9jlniajwn68qwlxgok138p', '1779028225', 'off'),
(20100, '_site_transient_timeout_n_2o0xb24c9rdep79d1bgog00effk98ja24wh3nw', '1779114626', 'off'),
(20101, '_site_transient_n_2o0xb24c9rdep79d1bgog00effk98ja24wh3nw', '1779028226', 'off'),
(20102, '_site_transient_timeout_n_a9t9u9b5f6h0wekdbm2mc890xtt0owg62pcwge', '1779114626', 'off'),
(20103, '_site_transient_n_a9t9u9b5f6h0wekdbm2mc890xtt0owg62pcwge', '1779028226', 'off'),
(20104, '_site_transient_timeout_n_je4bf9ityfihkxz07ike7csq0nsq7ju9x605mq', '1779114628', 'off'),
(20105, '_site_transient_n_je4bf9ityfihkxz07ike7csq0nsq7ju9x605mq', '1779028228', 'off'),
(20106, '_site_transient_timeout_n_brnj66bklctjq3ul0tcdd76pntt21txokgmiy1', '1779114630', 'off'),
(20107, '_site_transient_n_brnj66bklctjq3ul0tcdd76pntt21txokgmiy1', '1779028229', 'off'),
(20108, '_site_transient_timeout_n_u3fh1xyyz1eh2x42wmwchbehmmqj0w8p89hd3b', '1779114633', 'off'),
(20109, '_site_transient_n_u3fh1xyyz1eh2x42wmwchbehmmqj0w8p89hd3b', '1779028233', 'off'),
(20110, '_site_transient_timeout_n_z1wii3hbfz3qo341e8buf5t8jigmvz7y92e3fe', '1779114634', 'off'),
(20111, '_site_transient_n_z1wii3hbfz3qo341e8buf5t8jigmvz7y92e3fe', '1779028234', 'off'),
(20112, '_site_transient_timeout_n_nvguwwvtwt6y41m6nopupyq016sdvgjr6zae9c', '1779114636', 'off'),
(20113, '_site_transient_n_nvguwwvtwt6y41m6nopupyq016sdvgjr6zae9c', '1779028236', 'off'),
(20114, '_site_transient_timeout_n_jvr4nl2z2bpbtsuxu98la0acye1sdphhb5l58l', '1779114638', 'off'),
(20115, '_site_transient_n_jvr4nl2z2bpbtsuxu98la0acye1sdphhb5l58l', '1779028237', 'off'),
(20116, '_site_transient_timeout_n_gkf5eit1bqcgpa7wjhhtffe25q162vst7nk09f', '1779114645', 'off'),
(20117, '_site_transient_n_gkf5eit1bqcgpa7wjhhtffe25q162vst7nk09f', '1779028239', 'off'),
(20118, '_site_transient_timeout_n_tonliwbowfg0rtvr0blj9l877y8k7nepkge3fm', '1779114662', 'off'),
(20119, '_site_transient_n_tonliwbowfg0rtvr0blj9l877y8k7nepkge3fm', '1779028262', 'off'),
(20120, '_site_transient_timeout_n_okgqksqgibdc8lfnta9lp1axbym4arbbzn7yrv', '1779114663', 'off'),
(20121, '_site_transient_n_okgqksqgibdc8lfnta9lp1axbym4arbbzn7yrv', '1779028263', 'off'),
(20122, '_site_transient_timeout_n_qtvstz6ujc3es5g3ridsxkjp1hxnh9x9rjlpbe', '1779114664', 'off'),
(20123, '_site_transient_n_qtvstz6ujc3es5g3ridsxkjp1hxnh9x9rjlpbe', '1779028264', 'off'),
(20124, '_site_transient_timeout_n_vqtd0ys1pisl904cg8c63luvds6ypghgf2w75i', '1779114666', 'off'),
(20125, '_site_transient_n_vqtd0ys1pisl904cg8c63luvds6ypghgf2w75i', '1779028265', 'off'),
(20126, '_site_transient_timeout_n_04zq9bc79we21j0f4z7ivfxga7tmyok8ljav6p', '1779114667', 'off'),
(20127, '_site_transient_n_04zq9bc79we21j0f4z7ivfxga7tmyok8ljav6p', '1779028267', 'off'),
(20128, '_site_transient_timeout_n_6aisu683d530lk2thpmpjl2is4ikwcvyu527j1', '1779114668', 'off'),
(20129, '_site_transient_n_6aisu683d530lk2thpmpjl2is4ikwcvyu527j1', '1779028268', 'off'),
(20130, '_site_transient_timeout_n_ytsolqn40nsqfdpslgzwm8scuzgtpdd7jh3clw', '1779114669', 'off'),
(20131, '_site_transient_n_ytsolqn40nsqfdpslgzwm8scuzgtpdd7jh3clw', '1779028269', 'off'),
(20132, '_site_transient_timeout_n_rymp53210ijo7m4ipts28h5b7gpg5j74u5d4jr', '1779114670', 'off'),
(20133, '_site_transient_n_rymp53210ijo7m4ipts28h5b7gpg5j74u5d4jr', '1779028270', 'off'),
(20134, '_site_transient_timeout_n_gp5tfeupzdo2a8k21puyj4got826xbs0o13hhz', '1779114671', 'off'),
(20135, '_site_transient_n_gp5tfeupzdo2a8k21puyj4got826xbs0o13hhz', '1779028271', 'off'),
(20136, '_site_transient_timeout_n_u42w656xevv8x2kos0baqyp6i4116tuedl065j', '1779114672', 'off'),
(20137, '_site_transient_n_u42w656xevv8x2kos0baqyp6i4116tuedl065j', '1779028272', 'off'),
(20138, '_site_transient_timeout_n_z9h12v6egk6loyd1m9um98by06mwd1bktamk6g', '1779114673', 'off'),
(20139, '_site_transient_n_z9h12v6egk6loyd1m9um98by06mwd1bktamk6g', '1779028273', 'off'),
(20140, '_site_transient_timeout_n_wp30w4aez70h2bk0te2ymt1lzkqj9hil5jzftu', '1779114674', 'off'),
(20141, '_site_transient_n_wp30w4aez70h2bk0te2ymt1lzkqj9hil5jzftu', '1779028274', 'off'),
(20142, '_site_transient_timeout_n_ur1d3wxq5jt750z38efkb51xvdtf18pvjtvt8r', '1779114675', 'off'),
(20143, '_site_transient_n_ur1d3wxq5jt750z38efkb51xvdtf18pvjtvt8r', '1779028275', 'off'),
(20144, '_site_transient_timeout_n_gmo7m717apo5mfyqecq7jvneynylzpbm8fqff7', '1779114676', 'off'),
(20145, '_site_transient_n_gmo7m717apo5mfyqecq7jvneynylzpbm8fqff7', '1779028276', 'off'),
(20146, '_site_transient_timeout_n_kwpyctefel95gs5ydajsqqq1uk76x84vbk7p0e', '1779114677', 'off'),
(20147, '_site_transient_n_kwpyctefel95gs5ydajsqqq1uk76x84vbk7p0e', '1779028277', 'off'),
(20148, '_site_transient_timeout_n_3cmwgor6e7tfbm632o11t08y2q9ptjx6no94xj', '1779114678', 'off'),
(20149, '_site_transient_n_3cmwgor6e7tfbm632o11t08y2q9ptjx6no94xj', '1779028278', 'off'),
(20150, '_site_transient_timeout_n_pl6fd4dfu3cv7k6qsbpis9uw4tizxm9h3fure4', '1779114679', 'off'),
(20151, '_site_transient_n_pl6fd4dfu3cv7k6qsbpis9uw4tizxm9h3fure4', '1779028279', 'off'),
(20152, '_site_transient_timeout_n_arq46uyd8vaqam411iaxlff06q9oul97x8nuvf', '1779114680', 'off'),
(20153, '_site_transient_n_arq46uyd8vaqam411iaxlff06q9oul97x8nuvf', '1779028280', 'off'),
(20154, '_site_transient_timeout_n_8xrj8gk7apavpxqybpkluyl7ohkmiepher9vpw', '1779114681', 'off'),
(20155, '_site_transient_n_8xrj8gk7apavpxqybpkluyl7ohkmiepher9vpw', '1779028281', 'off'),
(20156, '_site_transient_timeout_n_u50vflct8txw5nuslg3xwarr5q3l3bm9qb77y6', '1779114682', 'off'),
(20157, '_site_transient_n_u50vflct8txw5nuslg3xwarr5q3l3bm9qb77y6', '1779028282', 'off'),
(20158, '_site_transient_timeout_n_s2kg21555k8zvyr2gkl39hf93vz610xjke2kj9', '1779114683', 'off'),
(20159, '_site_transient_n_s2kg21555k8zvyr2gkl39hf93vz610xjke2kj9', '1779028283', 'off'),
(20160, '_site_transient_timeout_n_g6depu6h5vk0u6i6axcp7e49tuq1m6ruki2cae', '1779114684', 'off'),
(20161, '_site_transient_n_g6depu6h5vk0u6i6axcp7e49tuq1m6ruki2cae', '1779028284', 'off'),
(20162, '_site_transient_timeout_n_ka5dzs6rp5x3bwpzdaynoyt46j9xm4cvpwjq88', '1779114685', 'off'),
(20163, '_site_transient_n_ka5dzs6rp5x3bwpzdaynoyt46j9xm4cvpwjq88', '1779028284', 'off'),
(20164, '_site_transient_timeout_n_c2q2rb1gp9b8srv4snbpvx3ugvqghcbuyoadnh', '1779114685', 'off'),
(20165, '_site_transient_n_c2q2rb1gp9b8srv4snbpvx3ugvqghcbuyoadnh', '1779028285', 'off'),
(20166, '_site_transient_timeout_n_t17x4exoaijiz8dq3dybnascv9j3rg496oj34s', '1779114686', 'off'),
(20167, '_site_transient_n_t17x4exoaijiz8dq3dybnascv9j3rg496oj34s', '1779028286', 'off'),
(20168, '_site_transient_timeout_n_3tl4qfnk89iommxgei4otvwkma8pcz2hs7bn9t', '1779114687', 'off'),
(20169, '_site_transient_n_3tl4qfnk89iommxgei4otvwkma8pcz2hs7bn9t', '1779028287', 'off'),
(20170, '_site_transient_timeout_n_qgbqct9ol84pbvpn7hvw79gy4rdnhqqboxxiv4', '1779114688', 'off'),
(20171, '_site_transient_n_qgbqct9ol84pbvpn7hvw79gy4rdnhqqboxxiv4', '1779028288', 'off'),
(20172, '_site_transient_timeout_n_gt0c8azol6qm5qe9fdi14lnyp8yzbo3nx0xjhf', '1779114689', 'off'),
(20173, '_site_transient_n_gt0c8azol6qm5qe9fdi14lnyp8yzbo3nx0xjhf', '1779028289', 'off'),
(20174, '_site_transient_timeout_n_2qivb17go4bjqvp7lmw159p92uba9fwrytln08', '1779114690', 'off'),
(20175, '_site_transient_n_2qivb17go4bjqvp7lmw159p92uba9fwrytln08', '1779028289', 'off'),
(20176, '_site_transient_timeout_n_rgpgdlzz81o3mpl5qcjszseb2ftshctzdmerv7', '1779114691', 'off'),
(20177, '_site_transient_n_rgpgdlzz81o3mpl5qcjszseb2ftshctzdmerv7', '1779028291', 'off'),
(20178, '_site_transient_timeout_n_rqq2bcgb6pq1x8u9e76ybuv9zn783orxjohj96', '1779114692', 'off'),
(20179, '_site_transient_n_rqq2bcgb6pq1x8u9e76ybuv9zn783orxjohj96', '1779028292', 'off'),
(20180, '_site_transient_timeout_n_b93wpeq2snz2pycx8ee2la32wtmdu1azzr9n38', '1779114693', 'off'),
(20181, '_site_transient_n_b93wpeq2snz2pycx8ee2la32wtmdu1azzr9n38', '1779028293', 'off'),
(20182, '_site_transient_timeout_n_58v1fv3ohz5cyl4rj8ausuqr0a877asmjguwpn', '1779114694', 'off'),
(20183, '_site_transient_n_58v1fv3ohz5cyl4rj8ausuqr0a877asmjguwpn', '1779028293', 'off'),
(20184, '_site_transient_timeout_n_noksk51x5uykvzqgu0q69iar4amntepz0ns3ot', '1779114695', 'off'),
(20185, '_site_transient_n_noksk51x5uykvzqgu0q69iar4amntepz0ns3ot', '1779028294', 'off'),
(20186, '_site_transient_timeout_n_1cfjyspgivaea4cauu8kxqwysmcyjwu7covqem', '1779114696', 'off'),
(20187, '_site_transient_n_1cfjyspgivaea4cauu8kxqwysmcyjwu7covqem', '1779028295', 'off'),
(20188, '_site_transient_timeout_n_5ddv5szb6q19qz2yej77q1xmewk6vxqn6w6ywm', '1779114697', 'off'),
(20189, '_site_transient_n_5ddv5szb6q19qz2yej77q1xmewk6vxqn6w6ywm', '1779028296', 'off'),
(20190, '_site_transient_timeout_n_c740m1xe64jwoo6bbi89h80kvi85wsv56b5e9d', '1779114697', 'off'),
(20191, '_site_transient_n_c740m1xe64jwoo6bbi89h80kvi85wsv56b5e9d', '1779028297', 'off'),
(20192, '_site_transient_timeout_n_797qlvti3i32sa30hkpgtwi63iop8v5q6seyod', '1779114698', 'off'),
(20193, '_site_transient_n_797qlvti3i32sa30hkpgtwi63iop8v5q6seyod', '1779028298', 'off'),
(20194, '_site_transient_timeout_n_ha0ikjqwofvhlioutxcqpxo5rleo9tnrywqk9t', '1779114700', 'off'),
(20195, '_site_transient_n_ha0ikjqwofvhlioutxcqpxo5rleo9tnrywqk9t', '1779028299', 'off'),
(20196, '_site_transient_timeout_n_npx3p3cef58mnsmqklv3onbz72qjocyz6ljqr1', '1779114700', 'off'),
(20197, '_site_transient_n_npx3p3cef58mnsmqklv3onbz72qjocyz6ljqr1', '1779028300', 'off'),
(20198, '_site_transient_timeout_n_cduv5t8d2hkdg3jcxijiaili61k1yoolxs1zda', '1779114701', 'off'),
(20199, '_site_transient_n_cduv5t8d2hkdg3jcxijiaili61k1yoolxs1zda', '1779028301', 'off'),
(20200, '_site_transient_timeout_n_gruxh3kfzssx6zul145bzhtdmswlx2v6cgb5ix', '1779114702', 'off'),
(20201, '_site_transient_n_gruxh3kfzssx6zul145bzhtdmswlx2v6cgb5ix', '1779028302', 'off'),
(20202, '_site_transient_timeout_n_hyfh47cxrvc030rhcllzknihh6oz3ezwq90dwx', '1779114703', 'off'),
(20203, '_site_transient_n_hyfh47cxrvc030rhcllzknihh6oz3ezwq90dwx', '1779028303', 'off'),
(20204, '_site_transient_timeout_n_c5u05tjr370a1sntksgce0j96865ikwlidyhka', '1779114708', 'off'),
(20205, '_site_transient_n_c5u05tjr370a1sntksgce0j96865ikwlidyhka', '1779028308', 'off'),
(20206, '_site_transient_timeout_n_x854pbopolutpuwqwhq11mmcn8siuu08f1301f', '1779114709', 'off'),
(20207, '_site_transient_n_x854pbopolutpuwqwhq11mmcn8siuu08f1301f', '1779028309', 'off'),
(20208, '_site_transient_timeout_n_2i4m4wla8p5yl65x83molzmvy6t4kv8wngcv83', '1779114710', 'off'),
(20209, '_site_transient_n_2i4m4wla8p5yl65x83molzmvy6t4kv8wngcv83', '1779028310', 'off'),
(20210, '_site_transient_timeout_n_u5qhsskvt8ko0xcbq8b8hiluedk6heb1hwtpx5', '1779114711', 'off'),
(20211, '_site_transient_n_u5qhsskvt8ko0xcbq8b8hiluedk6heb1hwtpx5', '1779028311', 'off'),
(20212, '_site_transient_timeout_n_st7sqjzf4fxaiuwm44evyt233rl3uibx6e4kzo', '1779114712', 'off'),
(20213, '_site_transient_n_st7sqjzf4fxaiuwm44evyt233rl3uibx6e4kzo', '1779028312', 'off'),
(20214, '_site_transient_timeout_n_th84rj5tr0cl2a5ws3cap0hnzdquxrntpn0hsw', '1779114713', 'off'),
(20215, '_site_transient_n_th84rj5tr0cl2a5ws3cap0hnzdquxrntpn0hsw', '1779028313', 'off'),
(20216, '_site_transient_timeout_n_68f5hce0wry4qrkq7xffex740ya492fzxb2qdu', '1779114714', 'off'),
(20217, '_site_transient_n_68f5hce0wry4qrkq7xffex740ya492fzxb2qdu', '1779028314', 'off'),
(20218, '_site_transient_timeout_n_o45dt1cebp6l7v1se4gqr5asbz4uvdblb3gsvu', '1779114715', 'off'),
(20219, '_site_transient_n_o45dt1cebp6l7v1se4gqr5asbz4uvdblb3gsvu', '1779028315', 'off'),
(20220, '_site_transient_timeout_n_frqx0y7k3msqy6oszn1xvio3ui8f8cthqjvg6k', '1779114716', 'off'),
(20221, '_site_transient_n_frqx0y7k3msqy6oszn1xvio3ui8f8cthqjvg6k', '1779028316', 'off'),
(20222, '_site_transient_timeout_n_py608s3gf3w2tn0pu573n4ay2j4xvi76iythcc', '1779114717', 'off'),
(20223, '_site_transient_n_py608s3gf3w2tn0pu573n4ay2j4xvi76iythcc', '1779028317', 'off'),
(20224, '_site_transient_timeout_n_urqafawv78pvu4wo8b283ydo3gvumvckd4umzc', '1779114718', 'off'),
(20225, '_site_transient_n_urqafawv78pvu4wo8b283ydo3gvumvckd4umzc', '1779028318', 'off'),
(20226, '_site_transient_timeout_n_23d7u31vkgvqcs6lv1vb43a56xuzo9pld5nqdk', '1779114719', 'off'),
(20227, '_site_transient_n_23d7u31vkgvqcs6lv1vb43a56xuzo9pld5nqdk', '1779028319', 'off'),
(20228, '_site_transient_timeout_n_kgrv9h2g352o8t4wdraoa04nch7s30um6c9qma', '1779114720', 'off'),
(20229, '_site_transient_n_kgrv9h2g352o8t4wdraoa04nch7s30um6c9qma', '1779028320', 'off'),
(20230, '_site_transient_timeout_n_7a03fz5i6qcsvtpite75phsshbcr7be7kn3kw8', '1779114721', 'off'),
(20231, '_site_transient_n_7a03fz5i6qcsvtpite75phsshbcr7be7kn3kw8', '1779028321', 'off'),
(20232, '_site_transient_timeout_n_sxjisfv95f9femgemwpsxgcrnyhnzdxzcmezxu', '1779114722', 'off'),
(20233, '_site_transient_n_sxjisfv95f9femgemwpsxgcrnyhnzdxzcmezxu', '1779028322', 'off'),
(20234, '_site_transient_timeout_n_hj18nbyrjvp1de3srjprwebgo0gdzy6zwxmrq3', '1779114724', 'off'),
(20235, '_site_transient_n_hj18nbyrjvp1de3srjprwebgo0gdzy6zwxmrq3', '1779028323', 'off'),
(20236, '_site_transient_timeout_n_g1ve08ts18hjmalzbo19rjm17fivl3tjxaqw1p', '1779114727', 'off'),
(20237, '_site_transient_n_g1ve08ts18hjmalzbo19rjm17fivl3tjxaqw1p', '1779028327', 'off'),
(20238, '_site_transient_timeout_n_y5b415dauaqqjymyds6vub5ydbxvm626hkoiod', '1779114728', 'off'),
(20239, '_site_transient_n_y5b415dauaqqjymyds6vub5ydbxvm626hkoiod', '1779028328', 'off'),
(20240, '_site_transient_timeout_n_0le89svy3mgv40ncztteac8u5x4ecpdawbeuh1', '1779114729', 'off'),
(20241, '_site_transient_n_0le89svy3mgv40ncztteac8u5x4ecpdawbeuh1', '1779028329', 'off'),
(20242, '_site_transient_timeout_n_sfg8yywz8f9bwnu0jpbh07opux49jzn1gqbkk7', '1779114730', 'off'),
(20243, '_site_transient_n_sfg8yywz8f9bwnu0jpbh07opux49jzn1gqbkk7', '1779028330', 'off'),
(20244, '_site_transient_timeout_n_81m3sg8qin95g0wx7xedjgxshbzk5e9evcxckw', '1779114731', 'off'),
(20245, '_site_transient_n_81m3sg8qin95g0wx7xedjgxshbzk5e9evcxckw', '1779028331', 'off'),
(20246, '_site_transient_timeout_n_hj4u2yajsdr01ibiwnjbkyxr0fa5xasnl0kp6c', '1779114732', 'off'),
(20247, '_site_transient_n_hj4u2yajsdr01ibiwnjbkyxr0fa5xasnl0kp6c', '1779028332', 'off'),
(20248, '_site_transient_timeout_n_dp6znjgw6gd1fvtz0wcq0pnzbqungxbxu6yhq7', '1779114749', 'off'),
(20249, '_site_transient_n_dp6znjgw6gd1fvtz0wcq0pnzbqungxbxu6yhq7', '1779028349', 'off'),
(20250, '_site_transient_timeout_n_b7ef6e429a1391d3c24308655ca85fb2a722e7', '1779114849', 'off'),
(20251, '_site_transient_n_b7ef6e429a1391d3c24308655ca85fb2a722e7', '1779028448', 'off'),
(19809, 'wpmdb_usage', 'a:2:{s:6:\"action\";s:8:\"savefile\";s:4:\"time\";i:1779021121;}', 'off'),
(20260, '_site_transient_timeout_wp_theme_files_patterns-1741e15e6e53f3dd809b0e699be89c6a', '1779078435', 'off'),
(20261, '_site_transient_wp_theme_files_patterns-1741e15e6e53f3dd809b0e699be89c6a', 'a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}', 'off'),
(20262, '_site_transient_timeout_wp_theme_files_patterns-df9b31987daeee131527881395a49f0b', '1779078435', 'off'),
(20263, '_site_transient_wp_theme_files_patterns-df9b31987daeee131527881395a49f0b', 'a:2:{s:7:\"version\";s:6:\"4.13.2\";s:8:\"patterns\";a:0:{}}', 'off'),
(20264, '_transient_timeout_astra-theme-cron-test-ok', '1779080236', 'off'),
(20265, '_transient_astra-theme-cron-test-ok', '1', 'off'),
(19893, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(19894, 'litespeed.conf.media-auto_rescale_ori', '', 'auto'),
(19895, 'litespeed.conf.img_optm-sizes_skipped', '[]', 'auto'),
(19896, 'litespeed.conf.cdn-cloudflare_clear', '', 'auto'),
(19897, 'litespeed.conf.qc-cname', '', 'auto'),
(19898, 'litespeed.conf.debug-disable_tmp', '0', 'auto'),
(19817, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"3199e2537fbad380fa221e097719f7c6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-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'),
(20266, '_transient_timeout_elementor_migrations_manifest', '1779119837', 'off'),
(20267, '_transient_elementor_migrations_manifest', 'a:2:{s:7:\"version\";s:11:\"4.0.8:4.0.4\";s:8:\"manifest\";a:2:{s:10:\"widgetKeys\";a:2:{s:20:\"e-form-submit-button\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"label\";s:2:\"to\";s:4:\"text\";}}s:15:\"e-form-textarea\";a:1:{i:0;a:2:{s:4:\"from\";s:9:\"maxlength\";s:2:\"to\";s:6:\"length\";}}}s:9:\"propTypes\";a:8:{s:14:\"string-to-html\";a:3:{s:8:\"fromType\";s:6:\"string\";s:6:\"toType\";s:4:\"html\";s:4:\"path\";s:30:\"operations/string-to-html.json\";}s:14:\"number-to-size\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:4:\"size\";s:4:\"path\";s:30:\"operations/number-to-size.json\";}s:22:\"number-to-number-range\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:12:\"number-range\";s:4:\"path\";s:38:\"operations/number-to-number-range.json\";}s:15:\"html-to-html-v2\";a:3:{s:8:\"fromType\";s:4:\"html\";s:6:\"toType\";s:7:\"html-v2\";s:4:\"path\";s:31:\"operations/html-to-html-v2.json\";}s:18:\"html-v2-to-html-v3\";a:3:{s:8:\"fromType\";s:7:\"html-v2\";s:6:\"toType\";s:7:\"html-v3\";s:4:\"path\";s:34:\"operations/html-v2-to-html-v3.json\";}s:20:\"image-src-to-svg-src\";a:3:{s:8:\"fromType\";s:9:\"image-src\";s:6:\"toType\";s:7:\"svg-src\";s:4:\"path\";s:36:\"operations/image-src-to-svg-src.json\";}s:19:\"config-to-config-v2\";a:3:{s:8:\"fromType\";s:6:\"config\";s:6:\"toType\";s:9:\"config-v2\";s:4:\"path\";s:35:\"operations/config-to-config-v2.json\";}s:15:\"email-to-emails\";a:3:{s:8:\"fromType\";s:5:\"email\";s:6:\"toType\";s:6:\"emails\";s:4:\"path\";s:31:\"operations/email-to-emails.json\";}}}}', 'off'),
(19852, '_transient_timeout_wpseo-statistics-totals', '1779110814', 'off'),
(19880, '_transient_timeout_elementor_rollback_versions_4.0.8', '1779629317', 'off'),
(19881, '_transient_elementor_rollback_versions_4.0.8', 'a:30:{i:0;s:5:\"4.0.7\";i:1;s:5:\"4.0.6\";i:2;s:5:\"4.0.5\";i:3;s:5:\"4.0.4\";i:4;s:5:\"4.0.3\";i:5;s:5:\"4.0.2\";i:6;s:5:\"4.0.1\";i:7;s:5:\"4.0.0\";i:8;s:6:\"3.35.9\";i:9;s:6:\"3.35.8\";i:10;s:6:\"3.35.7\";i:11;s:6:\"3.35.6\";i:12;s:6:\"3.35.5\";i:13;s:6:\"3.35.4\";i:14;s:6:\"3.35.3\";i:15;s:6:\"3.35.2\";i:16;s:6:\"3.35.1\";i:17;s:6:\"3.35.0\";i:18;s:6:\"3.34.4\";i:19;s:6:\"3.34.3\";i:20;s:6:\"3.34.2\";i:21;s:6:\"3.34.1\";i:22;s:6:\"3.34.0\";i:23;s:6:\"3.33.6\";i:24;s:6:\"3.33.5\";i:25;s:6:\"3.33.4\";i:26;s:6:\"3.33.3\";i:27;s:6:\"3.33.2\";i:28;s:6:\"3.33.1\";i:29;s:6:\"3.33.0\";}', 'off'),
(19882, '_transient_timeout_elementor_pro_rollback_versions_4.0.4', '1779629317', 'off'),
(19883, '_transient_elementor_pro_rollback_versions_4.0.4', 'a:30:{i:0;s:5:\"4.0.4\";i:1;s:5:\"4.0.3\";i:2;s:5:\"4.0.2\";i:3;s:5:\"4.0.1\";i:4;s:5:\"4.0.0\";i:5;s:6:\"3.35.1\";i:6;s:6:\"3.35.0\";i:7;s:6:\"3.34.4\";i:8;s:6:\"3.34.3\";i:9;s:6:\"3.34.2\";i:10;s:6:\"3.34.1\";i:11;s:6:\"3.34.0\";i:12;s:6:\"3.33.2\";i:13;s:6:\"3.33.1\";i:14;s:6:\"3.33.0\";i:15;s:6:\"3.32.3\";i:16;s:6:\"3.32.2\";i:17;s:6:\"3.32.1\";i:18;s:6:\"3.32.0\";i:19;s:6:\"3.31.3\";i:20;s:6:\"3.31.2\";i:21;s:6:\"3.31.0\";i:22;s:6:\"3.30.1\";i:23;s:6:\"3.30.0\";i:24;s:6:\"3.29.2\";i:25;s:6:\"3.29.1\";i:26;s:6:\"3.29.0\";i:27;s:6:\"3.28.4\";i:28;s:6:\"3.28.3\";i:29;s:6:\"3.28.2\";}', 'off'),
(19890, '_transient_is_multi_author', '0', 'on'),
(19927, '_transient_timeout_wpseo_total_unindexed_post_type_archives', '1779112777', 'off'),
(19928, '_transient_wpseo_total_unindexed_post_type_archives', '0', 'off'),
(19929, '_transient_timeout_wpseo_unindexed_post_link_count', '1779112777', 'off'),
(19930, '_transient_wpseo_unindexed_post_link_count', '0', 'off'),
(19931, '_transient_timeout_wpseo_unindexed_term_link_count', '1779112777', 'off'),
(19932, '_transient_wpseo_unindexed_term_link_count', '0', 'off'),
(19830, 'wpmdb_settings', 'a:14:{s:3:\"key\";s:40:\"OW+OmWW0O6coFgCNsM7n3L3daRR54NduN3F8cpJh\";s:10:\"allow_pull\";b:0;s:10:\"allow_push\";b:0;s:8:\"profiles\";a:0:{}s:7:\"licence\";s:0:\"\";s:10:\"verify_ssl\";b:0;s:17:\"whitelist_plugins\";a:0:{}s:11:\"max_request\";i:1048576;s:22:\"delay_between_requests\";i:0;s:18:\"prog_tables_hidden\";b:1;s:21:\"pause_before_finalize\";b:0;s:14:\"allow_tracking\";N;s:26:\"high_performance_transfers\";b:0;s:18:\"compatibility_mode\";b:0;}', 'off'),
(19831, '_site_transient_wpmdb_disabled_legacy_addons', '1', 'off'),
(19832, '_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.9.4.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.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";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:1779076638;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}', 'off'),
(19836, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779076640;s:7:\"checked\";a:3:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:6:\"4.13.2\";s:16:\"twentytwentyfour\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.2\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}', 'off'),
(19837, '_transient_timeout_wfRegistrationToken', '1779110857', 'off'),
(19838, '_transient_wfRegistrationToken', 'otAdh4Lo0_7OyzYhRJ-guwDmv9rjqw6TGQPLLi9NDf4', 'off'),
(19839, 'wpmdb_saved_profiles', '', 'off'),
(19840, 'wpmdb_recent_migrations', '', 'off'),
(19841, 'wpmdb_migration_options', '', 'off'),
(19842, 'wpmdb_migration_state', '', 'off'),
(19843, 'wpmdb_remote_response', '', 'off'),
(19844, 'wpmdb_remote_migration_state', '', 'off'),
(19847, '_site_transient_browser_90daa551604269dbcdcf237b5cc700f3', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"148.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'),
(19848, '_site_transient_timeout_php_check_478252eea4acfca65f7d24ee29253bbe', '1779629210', 'off'),
(19849, '_site_transient_php_check_478252eea4acfca65f7d24ee29253bbe', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";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'),
(19853, '_transient_wpseo-statistics-totals', 'a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:8;s:4:\"link\";s:104:\"https://mrarif.me/genesiswa/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}', 'off'),
(20272, '_site_transient_timeout_theme_roots', '1779078440', 'off'),
(20273, '_site_transient_theme_roots', 'a:3:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(20274, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779076641;s:8:\"response\";a:1:{s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{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:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.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:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:15:{s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-twitter-feeds\";s:4:\"slug\";s:20:\"custom-twitter-feeds\";s:6:\"plugin\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-twitter-feeds/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-twitter-feeds.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-256x256.png?rev=2700808\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-128x128.png?rev=2700808\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-twitter-feeds/assets/banner-1544x500.png?rev=2679386\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-twitter-feeds/assets/banner-772x250.png?rev=2679386\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}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.9\";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:5:\"4.0.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/feeds-for-tiktok\";s:4:\"slug\";s:16:\"feeds-for-tiktok\";s:6:\"plugin\";s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";s:11:\"new_version\";s:5:\"1.5.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/feeds-for-tiktok/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/feeds-for-tiktok.1.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/feeds-for-tiktok/assets/icon-256x256.png?rev=3054701\";s:2:\"1x\";s:69:\"https://ps.w.org/feeds-for-tiktok/assets/icon-128x128.png?rev=3054701\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/feeds-for-tiktok/assets/banner-1544x500.png?rev=3054701\";s:2:\"1x\";s:71:\"https://ps.w.org/feeds-for-tiktok/assets/banner-772x250.png?rev=3054701\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:34:\"feeds-for-youtube/youtube-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/feeds-for-youtube\";s:4:\"slug\";s:17:\"feeds-for-youtube\";s:6:\"plugin\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/feeds-for-youtube/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/feeds-for-youtube.2.6.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-256x256.png?rev=2700809\";s:2:\"1x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-128x128.png?rev=2700809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/feeds-for-youtube/assets/banner-1544x500.png?rev=2680369\";s:2:\"1x\";s:72:\"https://ps.w.org/feeds-for-youtube/assets/banner-772x250.png?rev=2680369\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/mousewheel-smooth-scroll\";s:4:\"slug\";s:24:\"mousewheel-smooth-scroll\";s:6:\"plugin\";s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";s:11:\"new_version\";s:5:\"6.7.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/mousewheel-smooth-scroll/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/mousewheel-smooth-scroll.6.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/mousewheel-smooth-scroll/assets/icon-256x256.png?rev=1063217\";s:2:\"1x\";s:77:\"https://ps.w.org/mousewheel-smooth-scroll/assets/icon-128x128.png?rev=1063217\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/mousewheel-smooth-scroll/assets/banner-772x250.jpg?rev=1063217\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:27:\"reviews-feed/sb-reviews.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/reviews-feed\";s:4:\"slug\";s:12:\"reviews-feed\";s:6:\"plugin\";s:27:\"reviews-feed/sb-reviews.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/reviews-feed/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/reviews-feed.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/reviews-feed/assets/icon-256x256.png?rev=2885733\";s:2:\"1x\";s:65:\"https://ps.w.org/reviews-feed/assets/icon-128x128.png?rev=2885733\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/reviews-feed/assets/banner-1544x500.png?rev=2885733\";s:2:\"1x\";s:67:\"https://ps.w.org/reviews-feed/assets/banner-772x250.png?rev=2885733\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-facebook-feed\";s:4:\"slug\";s:20:\"custom-facebook-feed\";s:6:\"plugin\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:11:\"new_version\";s:5:\"4.7.7\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-facebook-feed/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-facebook-feed.4.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2700775\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-128x128.png?rev=2700775\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-facebook-feed/assets/banner-1544x500.png?rev=2679356\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-facebook-feed/assets/banner-772x250.png?rev=2679356\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}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:6:\"6.10.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/instagram-feed.6.10.1.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:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/wp-reviews-plugin-for-google\";s:4:\"slug\";s:28:\"wp-reviews-plugin-for-google\";s:6:\"plugin\";s:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";s:11:\"new_version\";s:6:\"13.2.9\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/wp-reviews-plugin-for-google/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/wp-reviews-plugin-for-google.13.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/wp-reviews-plugin-for-google/assets/icon-256x256.png?rev=2721569\";s:2:\"1x\";s:81:\"https://ps.w.org/wp-reviews-plugin-for-google/assets/icon-128x128.png?rev=2721569\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/wp-reviews-plugin-for-google/assets/banner-1544x500.png?rev=3440249\";s:2:\"1x\";s:83:\"https://ps.w.org/wp-reviews-plugin-for-google/assets/banner-772x250.png?rev=3440249\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:25:\"wordfence-1/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:25:\"wordfence-1/wordfence.php\";s:11:\"new_version\";s:5:\"8.2.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:31:\"wp-migrate-db/wp-migrate-db.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wp-migrate-db\";s:4:\"slug\";s:13:\"wp-migrate-db\";s:6:\"plugin\";s:31:\"wp-migrate-db/wp-migrate-db.php\";s:11:\"new_version\";s:5:\"2.7.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-migrate-db/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-migrate-db.2.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wp-migrate-db/assets/icon.svg?rev=2851356\";s:3:\"svg\";s:58:\"https://ps.w.org/wp-migrate-db/assets/icon.svg?rev=2851356\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-migrate-db/assets/banner-1544x500.jpg?rev=1809889\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-migrate-db/assets/banner-772x250.jpg?rev=1809889\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"27.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";}s:41:\"powerpack-elements/powerpack-elements.php\";O:8:\"stdClass\":17:{s:11:\"new_version\";s:6:\"2.13.2\";s:14:\"stable_version\";s:6:\"2.13.2\";s:4:\"name\";s:18:\"PowerPack Elements\";s:4:\"slug\";s:18:\"powerpack-elements\";s:3:\"url\";s:71:\"https://powerpackelements.com/downloads/powerpack-elements/?changelog=1\";s:12:\"last_updated\";s:19:\"2026-05-08 10:38:54\";s:8:\"homepage\";s:29:\"https://powerpackelements.com\";s:7:\"package\";s:202:\"https://powerpackelements.com/edd-sl/package_download/MTc3OTI2OTIzOTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjE4ZGM4MDcyOGIxNjEzODYwYjZlM2IwMDIxNTkzM2ZmOmh0dHBzQC8vbXJhcmlmLm1lL2dlbmVzaXN3YTow\";s:13:\"download_link\";s:202:\"https://powerpackelements.com/edd-sl/package_download/MTc3OTI2OTIzOTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjE4ZGM4MDcyOGIxNjEzODYwYjZlM2IwMDIxNTkzM2ZmOmh0dHBzQC8vbXJhcmlmLm1lL2dlbmVzaXN3YTow\";s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:96:\"https://mrarif.me/genesiswa/wp-content/plugins/powerpack-elements/assets/images/icon-128x128.png\";s:2:\"2x\";s:96:\"https://mrarif.me/genesiswa/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";s:7:\"default\";s:96:\"https://mrarif.me/genesiswa/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";}s:12:\"contributors\";O:8:\"stdClass\":5:{s:16:\"ideaboxcreations\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:16:\"ideaboxcreations\";s:7:\"profile\";s:41:\"//profiles.wordpress.org/ideaboxcreations\";s:6:\"avatar\";s:61:\"https://wordpress.org/grav-redirect.php?user=ideaboxcreations\";}s:10:\"bloompixel\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"bloompixel\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/bloompixel\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=bloompixel\";}s:10:\"simrandeep\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"simrandeep\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/simrandeep\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=simrandeep\";}s:7:\"ibachal\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:7:\"ibachal\";s:7:\"profile\";s:32:\"//profiles.wordpress.org/ibachal\";s:6:\"avatar\";s:52:\"https://wordpress.org/grav-redirect.php?user=ibachal\";}s:13:\"puneetsahalot\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:13:\"puneetsahalot\";s:7:\"profile\";s:38:\"//profiles.wordpress.org/puneetsahalot\";s:6:\"avatar\";s:58:\"https://wordpress.org/grav-redirect.php?user=puneetsahalot\";}}s:6:\"tested\";s:5:\"6.7.1\";s:9:\"changelog\";a:1:{i:0;s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:6:\"plugin\";s:41:\"powerpack-elements/powerpack-elements.php\";s:2:\"id\";s:41:\"powerpack-elements/powerpack-elements.php\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:5:\"4.0.4\";s:12:\"last_updated\";s:19:\"2026-04-28 08:42:26\";s:11:\"new_version\";s:5:\"4.0.4\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:379:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3OTA3NjYzOSwiZXhwIjoxNzc5MTYzMDM5fQ.Wgy3HB8GzZTyaoerM8zr1kbQna_xYLhfBWLmZXLn0WI/package_download\";s:13:\"download_link\";s:379:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3OTA3NjYzOSwiZXhwIjoxNzc5MTYzMDM5fQ.Wgy3HB8GzZTyaoerM8zr1kbQna_xYLhfBWLmZXLn0WI/package_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:355:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiaWF0IjoxNzc5MDc2NjM5LCJleHAiOjE3NzkxNjMwMzl9.VYYEeV4CAKvq3MTbFpclgMaTtSNKim9BcIHsTytrYOo/previous_download\";s:13:\"download_link\";s:355:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZ2VuZXNpc3dhIiwiaWF0IjoxNzc5MDc2NjM5LCJleHAiOjE3NzkxNjMwMzl9.VYYEeV4CAKvq3MTbFpclgMaTtSNKim9BcIHsTytrYOo/previous_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:16:{s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:5:\"2.5.5\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.9\";s:23:\"elementor/elementor.php\";s:5:\"4.0.8\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.0.4\";s:37:\"feeds-for-tiktok/feeds-for-tiktok.php\";s:5:\"1.5.2\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:5:\"2.6.6\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"7.8.0.1\";s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";s:5:\"6.7.4\";s:41:\"powerpack-elements/powerpack-elements.php\";s:6:\"2.13.2\";s:27:\"reviews-feed/sb-reviews.php\";s:5:\"2.5.5\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:5:\"4.7.7\";s:33:\"instagram-feed/instagram-feed.php\";s:6:\"6.10.1\";s:61:\"wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php\";s:6:\"13.2.9\";s:25:\"wordfence-1/wordfence.php\";s:5:\"8.2.2\";s:31:\"wp-migrate-db/wp-migrate-db.php\";s:5:\"2.7.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"27.6\";}}', 'off');
INSERT INTO `wp_393a933460_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(19868, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"4.0.8\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";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:6122;i:4;i:226;i:3;i:120;i:2;i:113;i:1;i:661;}s:11:\"num_ratings\";i:7242;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:54;s:24:\"support_threads_resolved\";i:45;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-05-12 2:21pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24693:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Now in version 4 &#8211; the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly &#8211; turning hours or even days of work into single clicks.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag &amp; Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating Buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>:  Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts &amp; Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress text editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting&#8230;</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Editor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website&#8217;s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website&#8217;s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more&#8230;</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website&#8217;s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website&#8217;s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.</li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Ally</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediate key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” –  &hellip;</p>\n</blockquote>\n\";s:12:\"installation\";s:1602:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.5 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5070:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on &#8216;Add new&#8217;-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor&#8217;s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%27s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor&#8217;s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:4455:\"<h4>4.0.8 &#8211; 2026-05-12</h4>\n<ul>\n<li>Tweak: Updated WordPress compatibility to version 7.0</li>\n</ul>\n<h4>4.0.7 &#8211; 2026-05-06</h4>\n<ul>\n<li>Tweak: Updated endpoint URL to align with migration infrastructure &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.6 &#8211; 2026-05-04</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in query handling</li>\n</ul>\n<h4>4.0.5 &#8211; 2026-04-30</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in input handling</li>\n</ul>\n<h4>4.0.4 &#8211; 2026-04-28</h4>\n<ul>\n<li>Tweak: Optimized handling of repeated background requests &#8211; Atomic Editor</li>\n<li>Fix: Link in atomic elements wraps subsequent elements incorrectly – Atomic Editor (<a href=\"https://github.com/elementor/elementor/issues/35559\" rel=\"nofollow ugc\">#35559</a>)</li>\n<li>Fix: Interactions disappear when editing elements &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.3 &#8211; 2026-04-20</h4>\n<ul>\n<li>Fix: UI and functionality issues in Tabs &#8211; Atomic Editor</li>\n<li>Fix: Classes not saving in various scenarios &#8211; Atomic Editor</li>\n<li>Fix: Cannot edit styles of components inside Loop Item templates &#8211; Atomic Editor</li>\n<li>Fix: Loading screen gets stuck when attempting to load non-existing posts &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.2 &#8211; 2026-04-13</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in global style settings</li>\n<li>Fix: Exposed props are not displayed on first load in instance panel for nested components &#8211; Atomic Editor</li>\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.1 &#8211; 2026-04-01</h4>\n<ul>\n<li>Fix: Interactions on canvas do not work across various elements &#8211; Atomic Editor</li>\n<li>Fix: Inline editing affects button width when clicking inside a Tabs content container &#8211; Atomic Editor</li>\n<li>Fix: Styling changes to atomic elements appear on canvas only after refresh in Firefox browser &#8211; Atomic Editor</li>\n<li>Fix: Importing classes with duplicate names prevents elements from being edited &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.0 &#8211; 2026-03-30</h4>\n<ul>\n<li>New: Introducing syncing between Atomic Variables, Classes and Global Styles &#8211; ensures consistent styling between Atomic elements and legacy widgets &#8211; Atomic Editor</li>\n<li>New: Introducing self-hosted Video Atomic Element &#8211; Atomic Editor</li>\n<li>New: Introducing a new onboarding flow for new Editor installations to provide better guidance for getting started</li>\n<li>Tweak: Updated Atomic Editor status to Stable &#8211; Atomic Editor</li>\n<li>Tweak: Enabled Atomic Editor by default for new websites &#8211; Atomic Editor</li>\n<li>Tweak: Added inline editing support for the Atomic Button element &#8211; Atomic Editor</li>\n<li>Tweak: Improved performance and ordering of Global Classes styles on the frontend &#8211; Atomic Editor</li>\n<li>Tweak: Improved request reliability during temporary network issues &#8211; Atomic Editor</li>\n<li>Tweak: Improved size control structure and behavior &#8211; Atomic Editor</li>\n<li>Tweak: Added support for importing and exporting Classes and Variables through website templates</li>\n<li>Tweak: Added support for importing and exporting Classes and Variables through templates</li>\n<li>Tweak: Improved accessibility in Cloud Templates modal</li>\n<li>Fix: PHP warnings in the editor when WP_DEBUG is enabled after updating to WordPress 6.9.1 (<a href=\"https://github.com/elementor/elementor/issues/34617\" rel=\"nofollow ugc\">#34617</a>, <a href=\"https://github.com/elementor/elementor/issues/34831\" rel=\"nofollow ugc\">#34831</a>)</li>\n<li>Fix: Typography modal fails to apply settings after using the &#8220;Back to default&#8221; reset option</li>\n<li>Fix: Data Updater does not run automatically after plugin updates</li>\n<li>Fix: Revision is not working as expected &#8211; Atomic Editor</li>\n<li>Fix: Styling issues in Repeater Indications popovers – Atomic Editor</li>\n<li>Fix: Selecting &#8220;auto&#8221; for size returns an incorrect value &#8211; Atomic Editor</li>\n<li>Fix: Resetting position does not clear related properties &#8211; Atomic Editor</li>\n<li>Fix: Variable name field does not auto-focus on creation in Variables &#8211; Atomic Editor</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor Editor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:16411:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Worth Every Click</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" 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-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/aylin30/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/540f00f67dabb8bb6cb1404ad90befdf9d2f21cc359a2995bab075e7f53ace17?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/540f00f67dabb8bb6cb1404ad90befdf9d2f21cc359a2995bab075e7f53ace17?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/aylin30/\" class=\"reviewer-name\">Aylin <small>(aylin30)</small></a> on <span class=\"review-date\">May 15, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor literally saved me tons of time. drag &amp; drop works rly smooth, no coding needed at all. few small glitches sometimes bt ntg that ruins the exp. overall gr8 tool for building sites quickly</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 builder</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/what1/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2ae3215c78cebc8f67dc9fba8eb268a05fbbdc68859aaaf0dae869c2c893fd61?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/2ae3215c78cebc8f67dc9fba8eb268a05fbbdc68859aaaf0dae869c2c893fd61?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/what1/\" class=\"reviewer-name\">what1</a> on <span class=\"review-date\">May 15, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Really love it. Variety of options, easy to build with it, lots of pre-made stuff ready for you to use. 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\">A maior porcaria que já utilizei.</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ronaldo2885/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a60b59523dae5bb214ebb28782866e5a2c71c98e8a48181f3ec0dcc8d63e778c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a60b59523dae5bb214ebb28782866e5a2c71c98e8a48181f3ec0dcc8d63e778c?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/ronaldo2885/\" class=\"reviewer-name\">ronaldo2885</a> on <span class=\"review-date\">May 15, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Primeiro que é absolutamente contraintuitivo de utilizar, de uma complexidade burra e desnecessária.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Também, as alterações feitas na página de edição simplesmente não aparecem na página publicada, ou seja, os recursos NÃO funcionam. Não baixem ou vão passar raiva. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></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\">Elementor is bad, do not use</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/michaelmooney/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b9e289b5735f40aa9b1732f0503dfab65e69bbac7459f65fa742622fc8e6c72b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b9e289b5735f40aa9b1732f0503dfab65e69bbac7459f65fa742622fc8e6c72b?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/michaelmooney/\" class=\"reviewer-name\">michaelmooney</a> on <span class=\"review-date\">May 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>We run many wordpress websites using many different CMS\'s. On a recent project for a client they unfortunalety chose a theme that embedded Elementor and it has all gone fruity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides the constant demands to upgrade to pro to do anything with their theme or poducts that come standard with many other themes by default, Elementor is faulty and just doesnt work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since deploying Elementor, we are unable to edit any of our wordpress pages, experiencing spinning wheel, widgets not loading, or Preview could not be loaded when trying to edit any of the pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even though we have paid a premium price for their pro product, we are yet to recieve any support from this Israel based company. We will not be using Elementor on any of our future projects and we will not be recomending them to any of our clients.</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\">We use Elementor every day at Orcanically</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/markovdm/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/84461e65303c99181262535fa3ae42df31117adf255cf44e79c80c62530bc696?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/84461e65303c99181262535fa3ae42df31117adf255cf44e79c80c62530bc696?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/markovdm/\" class=\"reviewer-name\">Marko van der Merwe <small>(markovdm)</small></a> on <span class=\"review-date\">May 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is an amazing WordPress builder. It gets updates regularly, is easy to use to build great-looking pages. We use it every day to build SEO websites for our clients at orcanically.co.za</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\">Saves Lots of Time</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" 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-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tatyana00/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/fa00e24f12a362f36029b1255620439c5b3e68430bd957394edf9506bfc59b2c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/fa00e24f12a362f36029b1255620439c5b3e68430bd957394edf9506bfc59b2c?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/tatyana00/\" class=\"reviewer-name\">tatyana00</a> on <span class=\"review-date\">May 13, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Tbh pretty happy w/ it. Drag &amp; drop makes site building so easy. Few glitches here n there bt nothing too bad. Gd tool overall, esp for beginners. Wd use again</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\">Fantastic Elementor!</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/adsphera/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7a122be23c92909ee83a29e0322a7db6d1036cef90d9c798e83fdea464d63603?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/7a122be23c92909ee83a29e0322a7db6d1036cef90d9c798e83fdea464d63603?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/adsphera/\" class=\"reviewer-name\">adsphera</a> on <span class=\"review-date\">May 12, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The best!</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\">Saved so much time</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" 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-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/janell12/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3256c48e387986c01d2bbbb2f6de930125ba5826ecbf3196e36db8651be0473b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3256c48e387986c01d2bbbb2f6de930125ba5826ecbf3196e36db8651be0473b?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/janell12/\" class=\"reviewer-name\">janell12</a> on <span class=\"review-date\">May 12, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Really solid builder helped me finish my pages fast cz the drag &amp; drop is super easy to get. a tiny bit heavy on load tbh, but still pretty great. tnkz for the free version</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\">Cool but bloated</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" 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-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/julienalred220/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e557136dca84e0a450a5471386de16f8c15a7ff915b00f3f8a46baca288b9186?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e557136dca84e0a450a5471386de16f8c15a7ff915b00f3f8a46baca288b9186?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/julienalred220/\" class=\"reviewer-name\">Julien Alred <small>(julienalred220)</small></a> on <span class=\"review-date\">May 11, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>UI is great &amp; easy to use, but the extra code is a headache. Site speed took a hit. It’s okay for basic stuff, but not if u care about performance.</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\">lack of propper support for free plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/neo2k23/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3a1a25326d0226d064908591cf8e68462540b7f4de5fa062cfa162c71cd13e73?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3a1a25326d0226d064908591cf8e68462540b7f4de5fa062cfa162c71cd13e73?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/neo2k23/\" class=\"reviewer-name\">BackuPs <small>(neo2k23)</small></a> on <span class=\"review-date\">May 7, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I don\'t like the way the plugin is supported. They just close issues by stating you are a pro product user which is not the case.</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:159:\"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r &hellip;\";s:13:\"download_link\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:430:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:6:\"3.35.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:6:\"3.35.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip\";s:6:\"3.35.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip\";s:6:\"3.35.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"4.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:11:\"4.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip\";s:11:\"4.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip\";s:11:\"4.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip\";s:11:\"4.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip\";s:11:\"4.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip\";s:10:\"4.0.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip\";s:10:\"4.0.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip\";s:10:\"4.0.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip\";s:10:\"4.0.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip\";s:10:\"4.0.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip\";s:5:\"4.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip\";s:5:\"4.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"4.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip\";s:5:\"4.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip\";s:5:\"4.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip\";s:5:\"4.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip\";s:5:\"4.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"4.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:11:\"4.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip\";s:10:\"4.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";}}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_postmeta`
--

CREATE TABLE `wp_393a933460_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_postmeta`
--

INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15, 10, '_elementor_edit_mode', 'builder'),
(16, 10, '_elementor_template_type', 'kit'),
(21, 13, '_edit_last', '1'),
(22, 13, '_wp_page_template', 'default'),
(23, 13, 'site-post-title', 'disabled'),
(25, 13, 'site-sidebar-layout', 'no-sidebar'),
(26, 13, 'ast-site-content-layout', 'full-width-container'),
(27, 13, 'site-content-style', 'default'),
(28, 13, 'site-sidebar-style', 'default'),
(29, 13, 'ast-featured-img', 'disabled'),
(30, 13, 'astra-migrate-meta-layouts', 'set'),
(31, 13, 'ast-breadcrumbs-content', 'disabled'),
(32, 13, 'theme-transparent-header-meta', 'default'),
(33, 13, '_edit_lock', '1776111504:1'),
(34, 15, '_wp_attached_file', '2025/01/fav-icon.png'),
(35, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:20:\"2025/01/fav-icon.png\";s:8:\"filesize\";i:20276;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"fav-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24595;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"fav-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12382;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36, 16, '_wp_attached_file', '2025/01/Logo.png'),
(37, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:1467;s:4:\"file\";s:16:\"2025/01/Logo.png\";s:8:\"filesize\";i:86827;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"Logo-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10246;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"Logo-1024x914.png\";s:5:\"width\";i:1024;s:6:\"height\";i:914;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"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:5310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"Logo-768x685.png\";s:5:\"width\";i:768;s:6:\"height\";i:685;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24531;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"Logo-1536x1371.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38, 17, '_wp_attached_file', '2025/01/cropped-fav-icon.png'),
(39, 17, '_wp_attachment_context', 'site-icon'),
(40, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2025/01/cropped-fav-icon.png\";s:8:\"filesize\";i:40274;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-fav-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-fav-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12435;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:28:\"cropped-fav-icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24013;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:28:\"cropped-fav-icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16343;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:28:\"cropped-fav-icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15368;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:26:\"cropped-fav-icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 19, '_elementor_source', 'post'),
(44, 19, '_elementor_edit_mode', 'builder'),
(45, 19, '_elementor_template_type', 'header'),
(46, 19, '_elementor_version', '3.35.0'),
(47, 19, '_elementor_pro_version', '3.35.0'),
(48, 19, '_astra_content_layout_flag', 'disabled'),
(49, 19, 'site-post-title', 'disabled'),
(50, 19, 'ast-title-bar-display', 'disabled'),
(51, 19, 'ast-featured-img', 'disabled'),
(52, 19, 'ast-site-content-layout', 'full-width-container'),
(53, 19, 'site-sidebar-layout', 'no-sidebar'),
(54, 19, '_edit_lock', '1770140967:1'),
(56, 20, '_wp_attached_file', '2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd.png'),
(57, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:889;s:4:\"file\";s:48:\"2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd.png\";s:8:\"filesize\";i:288573;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"34a3f0ea-eb3f-486e-8398-16365b65eefd-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22017;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"34a3f0ea-eb3f-486e-8398-16365b65eefd-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"34a3f0ea-eb3f-486e-8398-16365b65eefd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17807;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"34a3f0ea-eb3f-486e-8398-16365b65eefd-768x356.png\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76898;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"34a3f0ea-eb3f-486e-8398-16365b65eefd-1536x711.png\";s:5:\"width\";i:1536;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202392;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58, 20, '_elementor_source_image_hash', '52f9e94aa3e6e4a6eb693b1cf1aa94d8b4d3a4d3'),
(66, 19, '_wp_page_template', 'default'),
(67, 19, '_elementor_data', '[{\"id\":\"e97fd95\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-230\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFBF\",\"background_color_b\":\"#FFFFFF\",\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"\"},\"sticky_effects_offset\":50,\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"content_width\":\"full\",\"sticky\":\"top\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":4429,\\\"text\\\":\\\"Home New\\\"},{\\\"id\\\":4617,\\\"text\\\":\\\"Services\\\"},{\\\"id\\\":4623,\\\"text\\\":\\\"Medical Aesthetics\\\"},{\\\"id\\\":4625,\\\"text\\\":\\\"Medical Weight Loss + PHYSIQ\\\"},{\\\"id\\\":4627,\\\"text\\\":\\\"Concierge Dermatology\\\"},{\\\"id\\\":4629,\\\"text\\\":\\\"IV & Wellness Injections\\\"},{\\\"id\\\":4631,\\\"text\\\":\\\"Skincare & Facials\\\"},{\\\"id\\\":4633,\\\"text\\\":\\\"Laser & Body Treatments\\\"}]}]]\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"4cb5f68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2054e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":22,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_css_classes\":\"logo-cls\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"82a0d8f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"3325215\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"31dea2a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"96ff9aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Payment Plans\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"506fd6cb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\",\"z_index\":99,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_offset\":127,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"css_classes\":\"dextop-menu-section\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":4429,\\\"text\\\":\\\"Home New\\\"},{\\\"id\\\":4617,\\\"text\\\":\\\"Services\\\"},{\\\"id\\\":4623,\\\"text\\\":\\\"Medical Aesthetics\\\"},{\\\"id\\\":4625,\\\"text\\\":\\\"Medical Weight Loss + PHYSIQ\\\"},{\\\"id\\\":4627,\\\"text\\\":\\\"Concierge Dermatology\\\"},{\\\"id\\\":4629,\\\"text\\\":\\\"IV & Wellness Injections\\\"},{\\\"id\\\":4631,\\\"text\\\":\\\"Skincare & Facials\\\"},{\\\"id\\\":4633,\\\"text\\\":\\\"Laser & Body Treatments\\\"}]}]]\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"fecea96\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor8\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#804d09\",\"color_menu_item_active\":\"#804d09\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#F0F5FA\",\"background_color_dropdown_item_hover\":\"#db9226\",\"color_dropdown_item_active\":\"#F0F5FA\",\"background_color_dropdown_item_active\":\"#db9226\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#DEDFE133\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#db9226\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#F0F5FA\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#F0F5FA\",\"mobile_link_bg_hover\":\"#db9226\",\"mobile_sub_link_bg_hover\":\"#db9226\",\"mobile_sub_link_hover\":\"#F0F5FA\",\"close_icon_color\":\"#F0F5FA\",\"close_icon_color_hover\":\"#F0F5FA\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\",\"menu\":\"primary-menu\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_typography_font_family\":\"Karla\",\"dropdown_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":false},{\"id\":\"fe4172e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":4429,\\\"text\\\":\\\"Home New\\\"},{\\\"id\\\":4617,\\\"text\\\":\\\"Services\\\"},{\\\"id\\\":4623,\\\"text\\\":\\\"Medical Aesthetics\\\"},{\\\"id\\\":4625,\\\"text\\\":\\\"Medical Weight Loss + PHYSIQ\\\"},{\\\"id\\\":4627,\\\"text\\\":\\\"Concierge Dermatology\\\"},{\\\"id\\\":4629,\\\"text\\\":\\\"IV & Wellness Injections\\\"},{\\\"id\\\":4631,\\\"text\\\":\\\"Skincare & Facials\\\"},{\\\"id\\\":4633,\\\"text\\\":\\\"Laser & Body Treatments\\\"}]}]]\"],\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0ed7821\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"72d24af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0bf9dee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"271906b\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"primary-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"03f0a25\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d4373c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"_title\":\"New Header\",\"background_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ebb3de0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"edac55a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":[],\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/home-new\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"59bc2ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"42566be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor6\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#C9CCD0B8\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"update-menu\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"5037c09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f495bba\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":712,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"},{\\\"id\\\":4429,\\\"text\\\":\\\"Home New\\\"}]}]]\"]},\"elements\":[{\"id\":\"5d54573b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"_background_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"title_color\":\"#F0F5FA\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"30\",\"bottom\":\"6\",\"left\":\"30\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_background_background\":\"classic\",\"_background_color\":\"#1111112E\"},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(79, 19, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(84, 26, '_elementor_edit_mode', 'builder'),
(85, 26, '_elementor_template_type', 'section'),
(86, 26, '_elementor_version', '3.27.2'),
(87, 26, '_elementor_pro_version', '3.25.4');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(88, 26, '_elementor_data', '[{\"id\":\"414baa30\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2942938b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"260d27d9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"63478f5b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bbcbd75\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2597e201\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a2c3011\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39da5623\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/34a3f0ea-eb3f-486e-8398-16365b65eefd.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1ca1525b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f6845c3\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7b6d14fa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3250f44d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"row\",\"flex_justify_content_tablet\":\"flex-start\",\"flex_align_items_tablet_extra\":\"flex-start\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ff2d0c0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"icon_align_tablet\":\"left\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7f4e3d38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet_extra\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5079fa3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/cffhealthcare\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/cffhealthcare?_l=en_US\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"shape\":\"circle\",\"content_width\":\"full\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"53dc284b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57429c25\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46ec4c74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4e132d8b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c683b6d\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"21482745\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78c258c5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":24,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder-1.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5556d132\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false},{\"id\":\"47da382a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7eb75dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d68bb4b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":25,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder-2.png\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"5f98fe0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"69b05971\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60a625c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c5d5c53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5c42caa0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a098921\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44ed48f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fda718b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4652c876\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"518626c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6856fe05\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"ba6041a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3187f971\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Accessibility Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc3708c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-01-26 to 2025-02-01\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"view\":\"inline\",\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(95, 26, '_elementor_controls_usage', 'a:10:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:6;}s:17:\"section_icon_list\";a:5:{s:23:\"icon_align_tablet_extra\";i:2;s:17:\"icon_align_tablet\";i:5;s:23:\"icon_align_mobile_extra\";i:4;s:10:\"icon_align\";i:2;s:17:\"icon_align_mobile\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:16:\"background_color\";i:1;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;}s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:11;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_responsive\";a:4:{s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:9:\"menu_type\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}}}}'),
(133, 31, '_edit_last', '1'),
(134, 31, '_wp_page_template', 'default'),
(137, 31, 'site-sidebar-layout', 'no-sidebar'),
(138, 31, 'ast-site-content-layout', 'full-width-container'),
(139, 31, 'site-content-style', 'default'),
(140, 31, 'site-sidebar-style', 'default'),
(141, 31, 'ast-featured-img', 'disabled'),
(142, 31, 'astra-migrate-meta-layouts', 'set'),
(143, 31, 'ast-breadcrumbs-content', 'disabled'),
(144, 31, 'theme-transparent-header-meta', 'default'),
(145, 31, '_edit_lock', '1775076526:1'),
(172, 37, '_edit_last', '1'),
(173, 37, '_edit_lock', '1771366467:1'),
(174, 37, '_wp_page_template', 'default'),
(177, 37, 'site-sidebar-layout', 'no-sidebar'),
(178, 37, 'ast-site-content-layout', 'full-width-container'),
(179, 37, 'site-content-style', 'default'),
(180, 37, 'site-sidebar-style', 'default'),
(181, 37, 'ast-featured-img', 'disabled'),
(183, 37, 'ast-breadcrumbs-content', 'disabled'),
(184, 37, 'theme-transparent-header-meta', 'default'),
(194, 40, '_menu_item_type', 'post_type'),
(195, 40, '_menu_item_menu_item_parent', '0'),
(196, 40, '_menu_item_object_id', '37'),
(197, 40, '_menu_item_object', 'page'),
(198, 40, '_menu_item_target', ''),
(199, 40, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(200, 40, '_menu_item_xfn', ''),
(201, 40, '_menu_item_url', ''),
(221, 43, '_menu_item_type', 'post_type'),
(222, 43, '_menu_item_menu_item_parent', '0'),
(223, 43, '_menu_item_object_id', '31'),
(224, 43, '_menu_item_object', 'page'),
(225, 43, '_menu_item_target', ''),
(226, 43, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(227, 43, '_menu_item_xfn', ''),
(228, 43, '_menu_item_url', ''),
(230, 44, '_menu_item_type', 'custom'),
(231, 44, '_menu_item_menu_item_parent', '0'),
(232, 44, '_menu_item_object_id', '44'),
(233, 44, '_menu_item_object', 'custom'),
(234, 44, '_menu_item_target', ''),
(235, 44, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(236, 44, '_menu_item_xfn', ''),
(237, 44, '_menu_item_url', '#'),
(239, 45, '_menu_item_type', 'custom'),
(240, 45, '_menu_item_menu_item_parent', '0'),
(241, 45, '_menu_item_object_id', '45'),
(242, 45, '_menu_item_object', 'custom'),
(243, 45, '_menu_item_target', ''),
(244, 45, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(245, 45, '_menu_item_xfn', ''),
(246, 45, '_menu_item_url', '#'),
(248, 46, '_edit_last', '1'),
(249, 46, '_wp_page_template', 'default'),
(252, 46, 'site-sidebar-layout', 'no-sidebar'),
(253, 46, 'ast-site-content-layout', 'full-width-container'),
(254, 46, 'site-content-style', 'default'),
(255, 46, 'site-sidebar-style', 'default'),
(256, 46, 'ast-featured-img', 'disabled'),
(257, 46, 'astra-migrate-meta-layouts', 'set'),
(258, 46, 'ast-breadcrumbs-content', 'disabled'),
(259, 46, 'theme-transparent-header-meta', 'default'),
(260, 46, '_edit_lock', '1774906919:1'),
(261, 48, '_menu_item_type', 'post_type'),
(262, 48, '_menu_item_menu_item_parent', '0'),
(263, 48, '_menu_item_object_id', '46'),
(264, 48, '_menu_item_object', 'page'),
(265, 48, '_menu_item_target', ''),
(266, 48, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(267, 48, '_menu_item_xfn', ''),
(268, 48, '_menu_item_url', ''),
(290, 13, '_elementor_edit_mode', 'builder'),
(291, 13, '_elementor_template_type', 'wp-page'),
(292, 13, '_elementor_version', '3.35.0'),
(293, 13, '_elementor_pro_version', '3.35.0'),
(294, 13, '_astra_content_layout_flag', 'disabled'),
(295, 13, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(308, 13, '_elementor_data', '[{\"id\":\"1823441\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ddb8d33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"41be3d0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"094f492\"}],\"pp_display_conditions\":[{\"_id\":\"1acf0ea\"}],\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":740,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":4029,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/6.png\"},{\"id\":4031,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2-1.png\"},{\"id\":4028,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\"},{\"id\":4032,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3-1.png\"},{\"id\":4030,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/1.png\"},{\"id\":4033,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4-1.png\"}],\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1640,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#804D0900\",\"background_overlay_color_b\":\"#804D09\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.23,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"da1aecf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"53dd03d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"083c2f0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bb41efc\"}],\"pp_display_conditions\":[{\"_id\":\"a8a75a3\"}],\"background_color\":\"#F0F5FADB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6e2137f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Genesis Wellness & Aesthetics\",\"pp_display_conditions\":[{\"_id\":\"3fd2f5f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"300\",\"align\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1661fa4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"0f719e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"abae1e3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d0955e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5e68d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fff710e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84e20ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b78fc68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3e0a1e1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"1f11a52\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-5.jpg\",\"id\":4397,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"214\",\"right\":\"214\",\"bottom\":\"214\",\"left\":\"214\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"230\",\"bottom\":\"230\",\"left\":\"230\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"95bc82d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c53b2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"08995c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/1.png\",\"id\":4423,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8edaef4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"66a22a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Year \\u2022 New Confidence\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f9acac\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Sculpt &amp; Slim Transformation Program<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"300bd7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8e5c2e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"349\\\" data-end=\\\"572\\\"><strong data-start=\\\"349\\\" data-end=\\\"407\\\">Lose weight while staying toned, tight, and confident.<\\/strong><br data-start=\\\"407\\\" data-end=\\\"410\\\" \\/>This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting<\\/strong> so you don\\u2019t just lose weight \\u2014 you reshape, restore confidence, and protect your curves.<\\/p><h3 data-start=\\\"574\\\" data-end=\\\"597\\\"><strong data-start=\\\"578\\\" data-end=\\\"597\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"598\\\" data-end=\\\"809\\\">\\u2714 <strong data-start=\\\"600\\\" data-end=\\\"649\\\">GLP-1 Tirzepatide Medical Weight Loss Program<\\/strong><br data-start=\\\"649\\\" data-end=\\\"652\\\" \\/>\\u2022 Prescription medication dosing &amp; titration<br data-start=\\\"696\\\" data-end=\\\"699\\\" \\/>\\u2022 Monthly provider check-ins<br data-start=\\\"727\\\" data-end=\\\"730\\\" \\/>\\u2022 Lifestyle &amp; nutrition guidance<br data-start=\\\"762\\\" data-end=\\\"765\\\" \\/>\\u2022 Ongoing support &amp; body progress tracking<\\/p><p data-start=\\\"811\\\" data-end=\\\"918\\\">\\u2714 <strong data-start=\\\"813\\\" data-end=\\\"844\\\">5 PHYSIQ Sculpting Sessions<\\/strong><br data-start=\\\"844\\\" data-end=\\\"847\\\" \\/>\\u2022 Targets stubborn fat &amp; muscle tone<br data-start=\\\"883\\\" data-end=\\\"886\\\" \\/>\\u2022 Non-invasive \\u2022 Zero downtime<\\/p><p data-start=\\\"920\\\" data-end=\\\"964\\\">\\u2714 <strong data-start=\\\"922\\\" data-end=\\\"964\\\">Clinic monitoring &amp; treatment planning<\\/strong><\\/p><p data-start=\\\"966\\\" data-end=\\\"998\\\">\\ud83d\\udc8e <strong data-start=\\\"969\\\" data-end=\\\"987\\\">Program Price:<\\/strong> <strong data-start=\\\"988\\\" data-end=\\\"998\\\">$3,999<\\/strong><\\/p><p data-start=\\\"1000\\\" data-end=\\\"1122\\\">\\ud83c\\udf81 <strong data-start=\\\"1003\\\" data-end=\\\"1043\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><br data-start=\\\"1043\\\" data-end=\\\"1046\\\" \\/>\\u2022 <strong data-start=\\\"1048\\\" data-end=\\\"1097\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"1097\\\" data-end=\\\"1100\\\" \\/>\\u2022 <strong data-start=\\\"1102\\\" data-end=\\\"1122\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\ud83d\\udcc5 <strong data-start=\\\"1127\\\" data-end=\\\"1168\\\">Final enrollment deadline: January 31<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\u00a0<\\/p><p data-start=\\\"1919\\\" data-end=\\\"2143\\\">Active weight-loss members receive a <strong data-start=\\\"1969\\\" data-end=\\\"1996\\\">FREE 6th PHYSIQ session<\\/strong> when purchasing a 5-session package \\u2014 plus a complimentary LED or B-12 boost.<br data-start=\\\"2074\\\" data-end=\\\"2077\\\" \\/>Because your results deserve to look as strong as your commitment.<\\/p><p data-start=\\\"2145\\\" data-end=\\\"2183\\\">\\ud83d\\udc49 <strong data-start=\\\"2148\\\" data-end=\\\"2183\\\">Ask us about the Member Upgrade<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0e4afa2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"f7b93b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/c12f1362-00d8-11f1-9168-0242ac120003.avif\",\"id\":5416,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55dee02\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/c12f1362-00d8-11f1-9168-0242ac120003.avif\",\"id\":5416,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d06d63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"aa0d1a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enjoy two exclusive offers, available for a limited time:\\n\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"230244d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Couples Facial \\u2013 $245<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"333aeb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>One HydraFacial with a bonus Lip Boost<\\/li><li>One Custom Facial with LED Glow Session<\\/li><\\/ul><p><strong>$100 Off Full Syringe Lip Filler<\\/strong><\\/p><ul><li>For soft, natural volume with expert technique<\\/li><li>Available through February 29th. Limited spots available.<\\/li><li>Give your skin the attention it deserves. You\\u2019ve earned it.<\\/li><\\/ul>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b60b64e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e923659\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"658f084\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"37a0229\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Referral  <span style=\\\"font-weight:800\\\">Program<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e875558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you\\u2019ll both receive $50 toward your next service. It\\u2019s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e5aaf47\",\"elType\":\"widget\",\"settings\":{\"text\":\"Redeem $50 Credit\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c982a58\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"d0d5cbf\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\",\"id\":3673,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"475732d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#F7F4F0\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/bg-service2.jpg\",\"id\":479,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7cd9b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"75a6c35\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23170a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d81d7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"11be7cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"809a08f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c793990\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f78efbe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"catagories-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"bef31cd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f160d57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f4ef40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"29f1f12\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"b35283a\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Laser It\",\"_id\":\"598ad36\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/12-2.png\",\"id\":4200,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-laser-solutions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Inject It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/13-2.png\",\"id\":4201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"82ed379\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/inject-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Sculpt It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Advanced-Body-Contouring-img.jpg\",\"id\":3281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"85567cc\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Tighten It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/14-2.png\",\"id\":4202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"6f40578\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/tighten-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"title_html_tag\":\"h5\",\"margin\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"autoplay\":\"\",\"icon_img_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_img_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"description_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"e32a143\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"title_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"arrows_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"catagories-col\",\"__globals__\":{\"arrows_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"arrows_color_normal\":\"globals\\/colors?id=astglobalcolor4\",\"arrows_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"arrows_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"dots_color_normal\":\"globals\\/colors?id=astglobalcolor8\",\"active_dot_color_normal\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"25273ca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c84d2ce\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8762941\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6a5277\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e2ef690\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"b7e69cf\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #4\",\"_id\":\"8a006d6\"},{\"slide_title\":\"Slide #5\",\"_id\":\"bc48d05\"},{\"slide_title\":\"Slide #6\",\"_id\":\"0679748\"},{\"slide_title\":\"Slide #7\",\"_id\":\"e8f3a61\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"carousel_name\":\"Carousel\"},\"elements\":[{\"id\":\"8e43a38\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"1c97962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b76904a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"50fe881\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"36b60a1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"1a4ba27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/smiling-athletic-man-img.jpg\",\"id\":2903,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"853d380\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9bd8940\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"72ae4f9\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"d6d0e88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dcc4c15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b10c0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"ec41b4f\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #4\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"b7fdee8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"097e18a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"525e8dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"7bdee62\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #5\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"30bef53\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Concierge-Dermatology-new.jpg\",\"id\":5312,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b5d647f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Concierge Dermatology\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"565215a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"357cbdb\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"bbf3111\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Botox-Migraine-img.jpg\",\"id\":5316,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d708ba\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Botox Migraine\\t\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"39a35da\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/botox-migraines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"00ac8fa\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"230f9b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/NAD-Wellness-Injections-img.jpg\",\"id\":5154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f3d3466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"NAD+ & Wellness Injections\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"243dc4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/nad-wellness-injections\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b33dc3f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"120\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b7ec8b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"acada11\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"20ee451\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f3ad3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caring for myself is not self-indulgence, it is self-preservation.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db59cef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Audre Lorde\",\"html_tag\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_style\":\"italic\",\"text_align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"0af7cc5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"0fcb888\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"feb1378\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-4.jpg\",\"id\":4396,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"970ed7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"40d6bc8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"05f0b9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"4796a36\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"813b5f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Get In Touch<\\/span> With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5855400\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a6f4f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1620,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d8b2932\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acb4465\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f1fa4d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2f27093\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c1c8bf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"0cd15b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customized <span style=\\\"font-weight:800\\\">Skincare<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d60ed79\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5587582\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"d61cbb4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/skin-care_4383086.svg\",\"id\":497},\"library\":\"svg\"},\"title_text_a\":\" Korean Glass Skin\",\"description_text_a\":\"Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. \",\"background_a_background\":\"classic\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-2.jpg\",\"id\":498,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"8e84765\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-treatment_1996976.svg\",\"id\":523},\"library\":\"svg\"},\"title_text_a\":\"Facial\",\"description_text_a\":\"Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/hydrafacial\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-3.jpg\",\"id\":637,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"f131d33\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/botox_17622604.svg\",\"id\":527},\"library\":\"svg\"},\"title_text_a\":\"Classic custom facials\",\"description_text_a\":\"Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-img.jpg\",\"id\":215,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"fb38768\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/medical_14634786.svg\",\"id\":530},\"library\":\"svg\"},\"title_text_a\":\"The Perfect Derma Peel\",\"description_text_a\":\"Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. \",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/perfect-derma-peel\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center right\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(317, 10, '_edit_lock', '1755709236:1'),
(323, 10, '_wp_page_template', 'default'),
(324, 10, '_elementor_page_settings', 'a:19:{s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}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_name\";s:33:\"Genesis Wellness &amp; Aesthetics\";s:16:\"site_description\";s:7:\"Welcome\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1240;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:19:\"viewport_widescreen\";}s:15:\"viewport_mobile\";i:480;s:21:\"viewport_mobile_extra\";i:767;s:15:\"viewport_tablet\";i:991;s:21:\"viewport_tablet_extra\";i:1199;s:19:\"viewport_widescreen\";i:1200;s:11:\"viewport_md\";i:481;s:11:\"viewport_lg\";i:992;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;}'),
(325, 10, '_elementor_data', '[]'),
(333, 10, '_elementor_version', '3.27.2'),
(334, 10, '_elementor_pro_version', '3.25.4'),
(419, 64, '_wp_attached_file', '2025/01/home-5-1.webp'),
(420, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/01/home-5-1.webp\";s:8:\"filesize\";i:100168;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"home-5-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4458;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"home-5-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"home-5-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"home-5-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16198;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"home-5-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(520, 74, '_wp_attached_file', '2025/01/landing-1-1.webp'),
(521, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1030;s:4:\"file\";s:24:\"2025/01/landing-1-1.webp\";s:8:\"filesize\";i:61680;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"landing-1-1-300x161.webp\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4006;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"landing-1-1-1024x549.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"landing-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"landing-1-1-768x412.webp\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13034;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"landing-1-1-1536x824.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(683, 88, '_menu_item_type', 'post_type'),
(684, 88, '_menu_item_menu_item_parent', '0'),
(685, 88, '_menu_item_object_id', '13'),
(686, 88, '_menu_item_object', 'page'),
(687, 88, '_menu_item_target', ''),
(688, 88, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(689, 88, '_menu_item_xfn', ''),
(690, 88, '_menu_item_url', ''),
(692, 89, '_menu_item_type', 'post_type'),
(693, 89, '_menu_item_menu_item_parent', '0'),
(694, 89, '_menu_item_object_id', '31'),
(695, 89, '_menu_item_object', 'page'),
(696, 89, '_menu_item_target', ''),
(697, 89, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(698, 89, '_menu_item_xfn', ''),
(699, 89, '_menu_item_url', ''),
(701, 90, '_menu_item_type', 'post_type'),
(702, 90, '_menu_item_menu_item_parent', '0'),
(703, 90, '_menu_item_object_id', '37'),
(704, 90, '_menu_item_object', 'page'),
(705, 90, '_menu_item_target', ''),
(706, 90, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(707, 90, '_menu_item_xfn', ''),
(708, 90, '_menu_item_url', ''),
(710, 91, '_menu_item_type', 'post_type'),
(711, 91, '_menu_item_menu_item_parent', '0'),
(712, 91, '_menu_item_object_id', '46'),
(713, 91, '_menu_item_object', 'page'),
(714, 91, '_menu_item_target', ''),
(715, 91, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(716, 91, '_menu_item_xfn', ''),
(717, 91, '_menu_item_url', ''),
(719, 92, '_menu_item_type', 'custom'),
(720, 92, '_menu_item_menu_item_parent', '0'),
(721, 92, '_menu_item_object_id', '92'),
(722, 92, '_menu_item_object', 'custom'),
(723, 92, '_menu_item_target', ''),
(724, 92, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(725, 92, '_menu_item_xfn', ''),
(726, 92, '_menu_item_url', '#'),
(728, 93, '_menu_item_type', 'custom'),
(729, 93, '_menu_item_menu_item_parent', '0'),
(730, 93, '_menu_item_object_id', '93'),
(731, 93, '_menu_item_object', 'custom'),
(732, 93, '_menu_item_target', ''),
(733, 93, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(734, 93, '_menu_item_xfn', ''),
(735, 93, '_menu_item_url', '#'),
(1399, 162, '_wp_attached_file', '2025/01/banner-img-1.jpg'),
(1400, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1028;s:4:\"file\";s:24:\"2025/01/banner-img-1.jpg\";s:8:\"filesize\";i:158622;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"banner-img-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-img-1-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-img-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:6667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-img-1-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34164;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-img-1-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1839, 215, '_wp_attached_file', '2025/01/about-img.jpg'),
(1840, 215, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2025/01/about-img.jpg\";s:8:\"filesize\";i:50252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"about-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"about-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1871, 219, '_wp_attached_file', '2025/01/flower_1_1.png'),
(1872, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:504;s:6:\"height\";i:592;s:4:\"file\";s:22:\"2025/01/flower_1_1.png\";s:8:\"filesize\";i:152101;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"flower_1_1-255x300.png\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"flower_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:30275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1873, 220, '_wp_attached_file', '2025/01/title_shape_1.svg'),
(1874, 220, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:6146;s:5:\"width\";i:270;s:6:\"height\";i:16;}'),
(2016, 236, '_wp_attached_file', '2025/01/about3-1.jpg'),
(2017, 236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:428;s:6:\"height\";i:651;s:4:\"file\";s:20:\"2025/01/about3-1.jpg\";s:8:\"filesize\";i:193825;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about3-1-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about3-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:6740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2070, 244, '_wp_attached_file', '2025/01/about3-2.png'),
(2071, 244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:316;s:6:\"height\";i:310;s:4:\"file\";s:20:\"2025/01/about3-2.png\";s:8:\"filesize\";i:112370;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about3-2-300x294.png\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about3-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:28854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2277, 267, '_wp_attached_file', '2025/01/h1_img-6.png'),
(2278, 267, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1072;s:6:\"height\";i:1228;s:4:\"file\";s:20:\"2025/01/h1_img-6.png\";s:8:\"filesize\";i:1623025;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"h1_img-6-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88554;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"h1_img-6-894x1024.png\";s:5:\"width\";i:894;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:945888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"h1_img-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:29595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"h1_img-6-768x880.png\";s:5:\"width\";i:768;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:704817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2704, 317, '_wp_attached_file', '2025/01/man-img.jpg'),
(2705, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2025/01/man-img.jpg\";s:8:\"filesize\";i:44000;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"man-img-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"man-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3290, 385, '_wp_attached_file', '2025/01/Weight-Loss-Medicine-img.jpg'),
(3291, 385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2025/01/Weight-Loss-Medicine-img.jpg\";s:8:\"filesize\";i:41179;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Weight-Loss-Medicine-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Weight-Loss-Medicine-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3317, 389, '_wp_attached_file', '2025/01/img-weight-logg.jpg'),
(3318, 389, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2025/01/img-weight-logg.jpg\";s:8:\"filesize\";i:36701;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-weight-logg-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-weight-logg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3349, 394, '_wp_attached_file', '2025/01/weight-loss-img.jpg'),
(3350, 394, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2025/01/weight-loss-img.jpg\";s:8:\"filesize\";i:46137;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"weight-loss-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"weight-loss-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3577, 419, '_wp_attached_file', '2025/01/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg'),
(3578, 419, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:153:\"2025/01/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\";s:8:\"filesize\";i:46214;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:153:\"successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:153:\"successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3651, 429, '_wp_attached_file', '2025/01/about-us-01.jpg'),
(3652, 429, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1089;s:4:\"file\";s:23:\"2025/01/about-us-01.jpg\";s:8:\"filesize\";i:88808;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"about-us-01-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13105;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"about-us-01-940x1024.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-us-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"about-us-01-768x836.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4071, 475, '_wp_attached_file', '2025/01/Peptide-Therapy-img-1.jpg'),
(4072, 475, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2025/01/Peptide-Therapy-img-1.jpg\";s:8:\"filesize\";i:52936;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Peptide-Therapy-img-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Peptide-Therapy-img-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:6705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4097, 479, '_wp_attached_file', '2025/01/bg-service2.jpg'),
(4098, 479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:952;s:4:\"file\";s:23:\"2025/01/bg-service2.jpg\";s:8:\"filesize\";i:24165;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bg-service2-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2662;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"bg-service2-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bg-service2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"bg-service2-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11066;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"bg-service2-1536x762.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4129, 483, '_wp_attached_file', '2025/01/flower_1_2-1.png'),
(4130, 483, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:328;s:6:\"height\";i:637;s:4:\"file\";s:24:\"2025/01/flower_1_2-1.png\";s:8:\"filesize\";i:101382;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"flower_1_2-1-154x300.png\";s:5:\"width\";i:154;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"flower_1_2-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:22685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4246, 497, '_wp_attached_file', '2025/01/skin-care_4383086.svg'),
(4247, 497, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3539;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(4249, 498, '_wp_attached_file', '2025/01/img-2.jpg'),
(4250, 498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2025/01/img-2.jpg\";s:8:\"filesize\";i:48119;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img-2-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img-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:5363;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4445, 523, '_wp_attached_file', '2025/01/beauty-treatment_1996976.svg'),
(4446, 523, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:5010;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(4478, 527, '_wp_attached_file', '2025/01/botox_17622604.svg'),
(4479, 527, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4376;s:5:\"width\";i:96;s:6:\"height\";i:96;}'),
(4491, 529, '_wp_attached_file', '2025/01/laser_4236909.svg'),
(4492, 529, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:5461;s:5:\"width\";i:682;s:6:\"height\";i:682;}'),
(4494, 530, '_wp_attached_file', '2025/01/medical_14634786.svg'),
(4495, 530, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1221;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(4524, 534, '_elementor_source', 'post'),
(4525, 534, '_elementor_edit_mode', 'builder'),
(4526, 534, '_elementor_template_type', 'footer'),
(4527, 534, '_elementor_version', '4.0.0'),
(4528, 534, '_elementor_pro_version', '3.35.1'),
(4529, 534, '_astra_content_layout_flag', 'disabled'),
(4531, 534, 'ast-title-bar-display', 'disabled'),
(4532, 534, 'ast-featured-img', 'disabled'),
(4533, 534, 'ast-site-content-layout', 'full-width-container'),
(4534, 534, 'site-sidebar-layout', 'no-sidebar'),
(4535, 534, '_edit_lock', '1774907285:1'),
(4541, 534, '_wp_page_template', 'default'),
(4542, 534, '_elementor_data', '[{\"id\":\"15f33d5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2e9320\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"f1ed13e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"953c848\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3c14ba\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8b8a073\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc92ce\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"843b502\"}],\"pp_display_conditions\":[{\"_id\":\"3c6b9b4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2beb9a2\",\"elType\":\"widget\",\"settings\":{\"feed_id\":\"1\",\"pp_display_conditions\":[{\"_id\":\"7dae36c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"sbi-widget\"}],\"isInner\":false},{\"id\":\"3d5354fe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"2242db33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7b76632\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":25,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder-2.png\"},\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":176,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6bcdf5a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"10809dbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e6e221e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Glow Memberships\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7528168\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Gift Cards & Price Rates\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8c66ff3\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/our-blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"637fdac\"},{\"text\":\"Payment Plans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"92f79df\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee5b8a5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"20765fc2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"7755b0af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"317dc544\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"253-600-1600\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5d5f0709\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/103617248952427\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/genesiswa_begin\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"554e4d3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"b1d1448\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a015ca5\",\"elType\":\"widget\",\"settings\":{\"business_hours\":[{\"_id\":\"18a5936\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"closing_hours\":\"18:00\",\"closed_text\":\"Closed\",\"_id\":\"49a421a\"},{\"day\":\"Wednesday\",\"_id\":\"410654f\",\"closed_text\":\"Closed\",\"closing_hours\":\"18:00\"},{\"day\":\"Thursday\",\"_id\":\"8d774fd\",\"closed_text\":\"Closed\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed\":\"\",\"highlight\":\"yes\"},{\"day\":\"Friday\",\"closing_hours\":\"18:00\",\"closed_text\":\"Closed\",\"_id\":\"1bcf272\"},{\"_id\":\"9cc6156\",\"day\":\"Saturday\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"a0e8a68\",\"closed_text\":\"Closed\"}],\"business_hours_custom\":[{\"day\":\"Monday\",\"_id\":\"b3da10d\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"_id\":\"b337614\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Wednesday\",\"_id\":\"4d7f009\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Thursday\",\"_id\":\"f06c2a1\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Friday\",\"_id\":\"8e36386\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Saturday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"83128ff\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"c014859\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"}],\"rows_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"rows_divider_style\":\"solid\",\"day_color\":\"#E2E2E2\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hours_color\":\"#E2E2E2\",\"hours_typography_typography\":\"custom\",\"hours_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"927bd9a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"day_color\":\"\",\"hours_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"269644db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#0E243F\"},\"elements\":[{\"id\":\"28d636ea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fa09aad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2025 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4552, 534, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4784, 556, '_wp_attached_file', '2025/01/H1-img-7.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4785, 556, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:20:\"2025/01/H1-img-7.jpg\";s:8:\"filesize\";i:191475;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"H1-img-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:24701;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"H1-img-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:7500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4786, 557, '_wp_attached_file', '2025/01/H1-img-6.jpg'),
(4787, 557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:20:\"2025/01/H1-img-6.jpg\";s:8:\"filesize\";i:130338;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"H1-img-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:20706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"H1-img-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:7326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4788, 558, '_wp_attached_file', '2025/01/H1-img-8.jpg'),
(4789, 558, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:690;s:6:\"height\";i:330;s:4:\"file\";s:20:\"2025/01/H1-img-8.jpg\";s:8:\"filesize\";i:329336;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"H1-img-8-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"H1-img-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:8416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4839, 564, '_wp_attached_file', '2025/01/home-1-6.webp'),
(4840, 564, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2025/01/home-1-6.webp\";s:8:\"filesize\";i:60474;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"home-1-6-300x109.webp\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3842;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"home-1-6-1024x373.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"home-1-6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"home-1-6-768x280.webp\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13896;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"home-1-6-1536x560.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5482, 634, '_wp_attached_file', '2025/01/item-img-1.jpg'),
(5483, 634, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2025/01/item-img-1.jpg\";s:8:\"filesize\";i:45140;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"item-img-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"item-img-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:6539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5484, 635, '_wp_attached_file', '2025/01/item-img-2.jpg'),
(5485, 635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2025/01/item-img-2.jpg\";s:8:\"filesize\";i:37690;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"item-img-2-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"item-img-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:5937;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5486, 636, '_wp_attached_file', '2025/01/about-img-1.jpg'),
(5487, 636, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2025/01/about-img-1.jpg\";s:8:\"filesize\";i:50252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"about-img-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-img-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:5649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5488, 637, '_wp_attached_file', '2025/01/item-img-3.jpg'),
(5489, 637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2025/01/item-img-3.jpg\";s:8:\"filesize\";i:39315;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"item-img-3-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"item-img-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:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5490, 638, '_wp_attached_file', '2025/01/item-img-4.jpg'),
(5491, 638, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2025/01/item-img-4.jpg\";s:8:\"filesize\";i:44605;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"item-img-4-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"item-img-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:7162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5549, 645, '_wp_attached_file', '2025/01/leaves_2.png'),
(5550, 645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:244;s:6:\"height\";i:330;s:4:\"file\";s:20:\"2025/01/leaves_2.png\";s:8:\"filesize\";i:28385;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"leaves_2-222x300.png\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"leaves_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:33074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5551, 646, '_wp_attached_file', '2025/01/leaves_3.png'),
(5552, 646, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:229;s:6:\"height\";i:443;s:4:\"file\";s:20:\"2025/01/leaves_3.png\";s:8:\"filesize\";i:10527;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"leaves_3-155x300.png\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"leaves_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:21738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5665, 659, '_wp_attached_file', '2025/01/ab-img-01.png'),
(5666, 659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:170;s:4:\"file\";s:21:\"2025/01/ab-img-01.png\";s:8:\"filesize\";i:50698;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"ab-img-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30810;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5749, 669, '_wp_attached_file', '2025/01/quote_7720793.svg'),
(5750, 669, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2454;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(5780, 673, '_wp_attached_file', '2025/01/2024-05-15.jpg'),
(5781, 673, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:451;s:6:\"height\";i:677;s:4:\"file\";s:22:\"2025/01/2024-05-15.jpg\";s:8:\"filesize\";i:103685;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2024-05-15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2024-05-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7473;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6148, 712, '_wp_attached_file', '2025/01/banner-img-2.jpg'),
(6149, 712, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1028;s:4:\"file\";s:24:\"2025/01/banner-img-2.jpg\";s:8:\"filesize\";i:154200;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"banner-img-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10244;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-img-2-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-img-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:6548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-img-2-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37760;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-img-2-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6573, 759, '_edit_last', '1'),
(6574, 759, '_wp_page_template', 'default'),
(6575, 759, 'site-post-title', 'disabled'),
(6577, 759, 'site-sidebar-layout', 'no-sidebar'),
(6578, 759, 'ast-site-content-layout', 'full-width-container'),
(6579, 759, 'site-content-style', 'default'),
(6580, 759, 'site-sidebar-style', 'default'),
(6581, 759, 'ast-featured-img', 'disabled'),
(6582, 759, 'astra-migrate-meta-layouts', 'set'),
(6583, 759, 'ast-breadcrumbs-content', 'disabled'),
(6584, 759, 'theme-transparent-header-meta', 'default'),
(6585, 759, '_edit_lock', '1768816327:1'),
(6586, 761, '_edit_last', '1'),
(6587, 761, '_edit_lock', '1761691083:1'),
(6588, 761, '_wp_page_template', 'default'),
(6589, 761, 'site-post-title', 'disabled'),
(6591, 761, 'site-sidebar-layout', 'no-sidebar'),
(6592, 761, 'ast-site-content-layout', 'full-width-container'),
(6593, 761, 'site-content-style', 'default'),
(6594, 761, 'site-sidebar-style', 'default'),
(6595, 761, 'ast-featured-img', 'disabled'),
(6596, 761, 'astra-migrate-meta-layouts', 'set'),
(6597, 761, 'ast-breadcrumbs-content', 'disabled'),
(6598, 761, 'theme-transparent-header-meta', 'default'),
(6599, 763, '_edit_last', '1'),
(6600, 763, '_edit_lock', '1770040754:1'),
(6601, 763, '_wp_page_template', 'default'),
(6604, 763, 'site-sidebar-layout', 'no-sidebar'),
(6605, 763, 'ast-site-content-layout', 'full-width-container'),
(6606, 763, 'site-content-style', 'default'),
(6607, 763, 'site-sidebar-style', 'default'),
(6608, 763, 'ast-featured-img', 'disabled'),
(6609, 763, 'astra-migrate-meta-layouts', 'set'),
(6610, 763, 'ast-breadcrumbs-content', 'disabled'),
(6611, 763, 'theme-transparent-header-meta', 'default'),
(6612, 765, '_edit_last', '1'),
(6613, 765, '_wp_page_template', 'default'),
(6614, 765, 'site-post-title', 'disabled'),
(6616, 765, 'site-sidebar-layout', 'no-sidebar'),
(6617, 765, 'ast-site-content-layout', 'full-width-container'),
(6618, 765, 'site-content-style', 'default'),
(6619, 765, 'site-sidebar-style', 'default'),
(6620, 765, 'ast-featured-img', 'disabled'),
(6621, 765, 'astra-migrate-meta-layouts', 'set'),
(6622, 765, 'ast-breadcrumbs-content', 'disabled'),
(6623, 765, 'theme-transparent-header-meta', 'default'),
(6624, 765, '_edit_lock', '1748674457:1'),
(6625, 767, '_edit_last', '1'),
(6626, 767, '_wp_page_template', 'default'),
(6629, 767, 'site-sidebar-layout', 'no-sidebar'),
(6630, 767, 'ast-site-content-layout', 'full-width-container'),
(6631, 767, 'site-content-style', 'default'),
(6632, 767, 'site-sidebar-style', 'default'),
(6633, 767, 'ast-featured-img', 'disabled'),
(6634, 767, 'astra-migrate-meta-layouts', 'set'),
(6635, 767, 'ast-breadcrumbs-content', 'disabled'),
(6636, 767, 'theme-transparent-header-meta', 'default'),
(6637, 767, '_edit_lock', '1769606509:1'),
(6638, 769, '_edit_last', '1'),
(6639, 769, '_wp_page_template', 'default'),
(6640, 769, 'site-post-title', 'disabled'),
(6642, 769, 'site-sidebar-layout', 'no-sidebar'),
(6643, 769, 'ast-site-content-layout', 'full-width-container'),
(6644, 769, 'site-content-style', 'default'),
(6645, 769, 'site-sidebar-style', 'default'),
(6646, 769, 'ast-featured-img', 'disabled'),
(6648, 769, 'ast-breadcrumbs-content', 'disabled'),
(6649, 769, 'theme-transparent-header-meta', 'default'),
(6650, 769, '_edit_lock', '1767138349:1'),
(6651, 769, 'astra-migrate-meta-layouts', 'set'),
(6652, 771, '_edit_last', '1'),
(6653, 771, '_wp_page_template', 'default'),
(6654, 771, 'site-post-title', 'disabled'),
(6656, 771, 'site-sidebar-layout', 'no-sidebar'),
(6657, 771, 'ast-site-content-layout', 'full-width-container'),
(6658, 771, 'site-content-style', 'default'),
(6659, 771, 'site-sidebar-style', 'default'),
(6660, 771, 'ast-featured-img', 'disabled'),
(6661, 771, 'astra-migrate-meta-layouts', 'set'),
(6662, 771, 'ast-breadcrumbs-content', 'disabled'),
(6663, 771, 'theme-transparent-header-meta', 'default'),
(6664, 771, '_edit_lock', '1770040279:1'),
(6665, 773, '_edit_last', '1'),
(6666, 773, '_wp_page_template', 'default'),
(6667, 773, 'site-post-title', 'disabled'),
(6669, 773, 'site-sidebar-layout', 'no-sidebar'),
(6670, 773, 'ast-site-content-layout', 'full-width-container'),
(6671, 773, 'site-content-style', 'default'),
(6672, 773, 'site-sidebar-style', 'default'),
(6673, 773, 'ast-featured-img', 'disabled'),
(6675, 773, 'ast-breadcrumbs-content', 'disabled'),
(6676, 773, 'theme-transparent-header-meta', 'default'),
(6677, 773, '_edit_lock', '1770040366:1'),
(6679, 775, '_edit_last', '1'),
(6680, 775, '_wp_page_template', 'default'),
(6681, 775, 'site-post-title', 'disabled'),
(6683, 775, 'site-sidebar-layout', 'no-sidebar'),
(6684, 775, 'ast-site-content-layout', 'full-width-container'),
(6685, 775, 'site-content-style', 'default'),
(6686, 775, 'site-sidebar-style', 'default'),
(6687, 775, 'ast-featured-img', 'disabled'),
(6688, 775, 'astra-migrate-meta-layouts', 'set'),
(6689, 775, 'ast-breadcrumbs-content', 'disabled'),
(6690, 775, 'theme-transparent-header-meta', 'default'),
(6691, 775, '_edit_lock', '1770040444:1'),
(6692, 777, '_edit_last', '1'),
(6693, 777, '_wp_page_template', 'default'),
(6694, 777, 'site-post-title', 'disabled'),
(6696, 777, 'site-sidebar-layout', 'no-sidebar'),
(6697, 777, 'ast-site-content-layout', 'full-width-container'),
(6698, 777, 'site-content-style', 'default'),
(6699, 777, 'site-sidebar-style', 'default'),
(6700, 777, 'ast-featured-img', 'disabled'),
(6702, 777, 'ast-breadcrumbs-content', 'disabled'),
(6703, 777, 'theme-transparent-header-meta', 'default'),
(6704, 777, '_edit_lock', '1770040603:1'),
(6706, 777, 'astra-migrate-meta-layouts', 'set'),
(6707, 779, '_edit_last', '1'),
(6708, 779, '_wp_page_template', 'default'),
(6709, 779, 'site-post-title', 'disabled'),
(6711, 779, 'site-sidebar-layout', 'no-sidebar'),
(6712, 779, 'ast-site-content-layout', 'full-width-container'),
(6713, 779, 'site-content-style', 'default'),
(6714, 779, 'site-sidebar-style', 'default'),
(6715, 779, 'ast-featured-img', 'disabled'),
(6717, 779, 'ast-breadcrumbs-content', 'disabled'),
(6718, 779, 'theme-transparent-header-meta', 'default'),
(6719, 779, '_edit_lock', '1770040528:1'),
(6720, 779, 'astra-migrate-meta-layouts', 'set'),
(6820, 792, '_menu_item_type', 'post_type'),
(6821, 792, '_menu_item_menu_item_parent', '44'),
(6822, 792, '_menu_item_object_id', '779'),
(6823, 792, '_menu_item_object', 'page'),
(6824, 792, '_menu_item_target', ''),
(6825, 792, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6826, 792, '_menu_item_xfn', ''),
(6827, 792, '_menu_item_url', ''),
(6829, 793, '_menu_item_type', 'post_type'),
(6830, 793, '_menu_item_menu_item_parent', '44'),
(6831, 793, '_menu_item_object_id', '777'),
(6832, 793, '_menu_item_object', 'page'),
(6833, 793, '_menu_item_target', ''),
(6834, 793, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6835, 793, '_menu_item_xfn', ''),
(6836, 793, '_menu_item_url', ''),
(6838, 794, '_menu_item_type', 'post_type'),
(6839, 794, '_menu_item_menu_item_parent', '44'),
(6840, 794, '_menu_item_object_id', '775'),
(6841, 794, '_menu_item_object', 'page'),
(6842, 794, '_menu_item_target', ''),
(6843, 794, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6844, 794, '_menu_item_xfn', ''),
(6845, 794, '_menu_item_url', ''),
(6847, 795, '_menu_item_type', 'post_type'),
(6848, 795, '_menu_item_menu_item_parent', '44'),
(6849, 795, '_menu_item_object_id', '773'),
(6850, 795, '_menu_item_object', 'page'),
(6851, 795, '_menu_item_target', ''),
(6852, 795, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6853, 795, '_menu_item_xfn', ''),
(6854, 795, '_menu_item_url', ''),
(6856, 796, '_menu_item_type', 'post_type'),
(6857, 796, '_menu_item_menu_item_parent', '44'),
(6858, 796, '_menu_item_object_id', '771'),
(6859, 796, '_menu_item_object', 'page'),
(6860, 796, '_menu_item_target', ''),
(6861, 796, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6862, 796, '_menu_item_xfn', ''),
(6863, 796, '_menu_item_url', ''),
(6865, 797, '_menu_item_type', 'post_type'),
(6866, 797, '_menu_item_menu_item_parent', '44'),
(6867, 797, '_menu_item_object_id', '769'),
(6868, 797, '_menu_item_object', 'page'),
(6869, 797, '_menu_item_target', ''),
(6870, 797, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6871, 797, '_menu_item_xfn', ''),
(6872, 797, '_menu_item_url', ''),
(6874, 798, '_menu_item_type', 'post_type'),
(6875, 798, '_menu_item_menu_item_parent', '44'),
(6876, 798, '_menu_item_object_id', '767'),
(6877, 798, '_menu_item_object', 'page'),
(6878, 798, '_menu_item_target', ''),
(6879, 798, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6880, 798, '_menu_item_xfn', ''),
(6881, 798, '_menu_item_url', ''),
(6883, 799, '_menu_item_type', 'post_type'),
(6884, 799, '_menu_item_menu_item_parent', '44'),
(6885, 799, '_menu_item_object_id', '765'),
(6886, 799, '_menu_item_object', 'page'),
(6887, 799, '_menu_item_target', ''),
(6888, 799, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6889, 799, '_menu_item_xfn', ''),
(6890, 799, '_menu_item_url', ''),
(6892, 800, '_menu_item_type', 'post_type'),
(6893, 800, '_menu_item_menu_item_parent', '44'),
(6894, 800, '_menu_item_object_id', '763'),
(6895, 800, '_menu_item_object', 'page'),
(6896, 800, '_menu_item_target', ''),
(6897, 800, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6898, 800, '_menu_item_xfn', ''),
(6899, 800, '_menu_item_url', ''),
(6901, 801, '_menu_item_type', 'post_type'),
(6902, 801, '_menu_item_menu_item_parent', '44'),
(6903, 801, '_menu_item_object_id', '761'),
(6904, 801, '_menu_item_object', 'page'),
(6905, 801, '_menu_item_target', ''),
(6906, 801, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6907, 801, '_menu_item_xfn', ''),
(6908, 801, '_menu_item_url', ''),
(6910, 802, '_menu_item_type', 'post_type'),
(6911, 802, '_menu_item_menu_item_parent', '44'),
(6912, 802, '_menu_item_object_id', '759'),
(6913, 802, '_menu_item_object', 'page'),
(6914, 802, '_menu_item_target', ''),
(6915, 802, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6916, 802, '_menu_item_xfn', ''),
(6917, 802, '_menu_item_url', ''),
(6920, 43, '_wp_old_date', '2025-01-29'),
(6921, 44, '_wp_old_date', '2025-01-29'),
(6922, 45, '_wp_old_date', '2025-01-29'),
(6923, 40, '_wp_old_date', '2025-01-29'),
(6924, 48, '_wp_old_date', '2025-01-29'),
(7002, 759, '_elementor_edit_mode', 'builder'),
(7003, 759, '_elementor_template_type', 'wp-page'),
(7004, 759, '_elementor_version', '3.34.1'),
(7005, 759, '_elementor_pro_version', '3.34.0'),
(7018, 759, '_astra_content_layout_flag', 'disabled'),
(7019, 759, 'ast-title-bar-display', 'disabled'),
(7038, 810, '_wp_attached_file', '2025/01/Medical-Weight-Loss-.jpg'),
(7039, 810, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:32:\"2025/01/Medical-Weight-Loss-.jpg\";s:8:\"filesize\";i:775662;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Medical-Weight-Loss--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Medical-Weight-Loss--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7639;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Medical-Weight-Loss--768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73943;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7052, 759, '_elementor_data', '[{\"id\":\"96bc28d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\"}]},\"elements\":[{\"id\":\"948e164\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\"}]},\"elements\":[{\"id\":\"8046d0c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7e36822\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/weight-loss-img.jpg\",\"id\":394,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e68feee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f3afa1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"196\\\" data-end=\\\"273\\\" style=\\\"font-size: 17px; font-style: normal; font-weight: 400; color: rgb(51, 65, 85); font-family: Roboto, sans-serif; white-space-collapse: collapse;\\\"><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; white-space-collapse: preserve;\\\">Personalized Plans to Help You <\\/span><b style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; white-space-collapse: preserve;\\\">Lose Weight and Take Charge<\\/b><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; white-space-collapse: preserve;\\\"><\\/span><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; white-space-collapse: preserve;\\\"><\\/span><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fb4cbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"196\\\" data-end=\\\"273\\\"><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Our <\\/span><strong style=\\\"font-style: inherit;\\\" data-start=\\\"279\\\" data-end=\\\"308\\\">tailored wellness program<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> is built to help you achieve your unique health and fi<\\/span><span style=\\\"font-style: inherit;\\\">tnes<\\/span><span style=\\\"font-style: inherit;\\\">s goals\\u2014with <\\/span><span style=\\\"font-style: inherit;\\\" data-start=\\\"380\\\" data-end=\\\"413\\\">personalized medical guidance<\\/span><span style=\\\"font-style: inherit;\\\"> and accountability every step of the way. Your monthly membership includes <\\/span><span style=\\\"font-style: inherit;\\\" data-start=\\\"489\\\" data-end=\\\"577\\\">comprehensive lab monitoring, ongoing specialist visits, and convenient virtual care<\\/span><span style=\\\"font-style: inherit;\\\">, e<\\/span><span style=\\\"font-style: inherit;\\\">nsuring your progress is supported a<\\/span><span style=\\\"font-style: inherit; font-weight: inherit;\\\">nd sustainable.<\\/span><\\/p>\\n<p data-start=\\\"635\\\" data-end=\\\"955\\\">As a member, you\\u2019ll also unlock <strong data-start=\\\"667\\\" data-end=\\\"688\\\">exclusive savings<\\/strong>\\u2014including <strong data-start=\\\"699\\\" data-end=\\\"747\\\">discounted PHYSIQ body-contouring treatments<\\/strong> to sculpt and tone, and <strong data-start=\\\"772\\\" data-end=\\\"793\\\">Red Light Therapy<\\/strong> to boost cellular recovery, collagen, and energy from within. Pair these benefits with <strong data-start=\\\"881\\\" data-end=\\\"911\\\">25% off THORNE supplements<\\/strong> for a complete inside-out transformation.<\\/p>\\n<p data-start=\\\"957\\\" data-end=\\\"1087\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\"><strong data-start=\\\"957\\\" data-end=\\\"1087\\\" data-is-last-node=\\\"\\\">Take charge of your wellness journey today\\u2014book your consultation and start building the strongest, healthiest version of you.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a94ef2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9857009\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\"}],\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\"},\"elements\":[{\"id\":\"9ccf7f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\"}]},\"elements\":[{\"id\":\"33c3526\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3921fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/rsw_600h_600cg_true.webp\",\"id\":3252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53c1f2b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f2ebe53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Provider and Athlete\",\"pp_display_conditions\":[{\"_id\":\"a05f623\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d55ff6\",\"elType\":\"widget\",\"settings\":{\"title\":\"NPC Bodybuilding Champion\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bc6bb63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond her medical pursuits, ARNP Lee is passionate about fitness and competitive bodybuilding. She proudly achieved the titles of the 2022 NPC Vancouver Open Champion and 2023 NPC Idaho Muscle Classic Hero Champion in the Wellness division. As a dedicated athlete, ARNP Lee comprehends the ongoing journey to enhance health and performance. In her role as your medical provider, she is committed to assisting you in finding a safe and effective treatment to support your goals.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c4b4351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0d52f00\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"72ed130\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02d9d59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transform into Your Best Self in <span style=\\\"font-weight:800\\\">3 Easy Steps!<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bca9810\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"4383d22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"0031c82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 1:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59ced17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule Your Medical Weight Loss Consultation\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800b36d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8e003ca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2aec544\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 2: \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7d4f8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete Your Lab Work\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b896a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5bbd1b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"f927ad0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 3:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a5e236b\",\"elType\":\"widget\",\"settings\":{\"title\":\" Follow Up for Your Customized Plan\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96a236d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized meal, training, and prescription plan tailored to your goals.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"66a8b59\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0c8e471\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}]},\"elements\":[{\"id\":\"c93c234\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Weight Loss <\\/b>Programs\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aca9ded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"d0e2956\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e9284f2\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Medical Weight Loss\",\"table_subtitle\":\"\",\"table_price\":\"295\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"178\\\" data-end=\\\"519\\\">Our <strong data-start=\\\"182\\\" data-end=\\\"213\\\">Medical Weight Loss Program<\\/strong> is the most comprehensive program available\\u2014combining science-backed guidance with personalized support for lasting success. Each plan includes a <span data-start=\\\"572\\\" data-end=\\\"610\\\" style=\\\"font-weight: 700;\\\">personalized peptide prescriptions, <\\/span><strong data-start=\\\"360\\\" data-end=\\\"384\\\" style=\\\"font-style: inherit;\\\">customized meal plan<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"386\\\" data-end=\\\"415\\\" style=\\\"font-style: inherit;\\\">tailored training program<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"417\\\" data-end=\\\"444\\\" style=\\\"font-style: inherit;\\\">detailed lab monitoring<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"450\\\" data-end=\\\"483\\\" style=\\\"font-style: inherit;\\\">weekly asynchronous check-ins<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> with a licensed medical provider.<\\/span>\\n<\\/p>\\n<p data-start=\\\"521\\\" data-end=\\\"740\\\">Designed for those with <strong data-start=\\\"545\\\" data-end=\\\"590\\\">less than 12 months of fitness experience<\\/strong>, this program builds a strong foundation for both immediate results and long-term success\\u2014helping you not just reach your goals, but maintain them.<span style=\\\"font-style: inherit; font-weight: inherit;\\\"><\\/span><\\/p>\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"2a8bc82\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"d5f05e2\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Peptide Therapy Program\",\"table_subtitle\":\"\",\"table_price\":\"95\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"311\\\" data-end=\\\"753\\\">Our <strong data-start=\\\"315\\\" data-end=\\\"342\\\">Peptide Therapy Program<\\/strong> is a comprehensive, medically guided plan designed for individuals who already have experience with structured meal and training programs but want to enhance their progress through advanced medical support. Each program includes <strong data-start=\\\"572\\\" data-end=\\\"610\\\">personalized peptide prescriptions<\\/strong>, <strong data-start=\\\"612\\\" data-end=\\\"639\\\">detailed lab monitoring<\\/strong>, and <strong data-start=\\\"645\\\" data-end=\\\"671\\\">asynchronous check-ins<\\/strong> with a licensed medical provider to ensure optimal dosing, safety, and results.<\\/p>\\n<p data-start=\\\"207\\\" data-end=\\\"419\\\"><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Tailored for those ready to take their performance and recovery to the next level, this program provides the medical oversight and precision your body needs to reach its full potential\\u2014during and beyond your treatment<\\/span><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><\\/p>\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"a848b4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/08\\/Untitled-design-2-1.png\",\"id\":4271,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51430b1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"a567656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}]},\"elements\":[{\"id\":\"4a7a917\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Exclusive <\\/b>VIP Access\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2791f79\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"b5cd5bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2ea7397\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"PHYSIQ Body Contouring\",\"table_subtitle\":\"\",\"table_price\":\"20% Off\",\"table_original_price\":\"69\",\"table_duration\":\"Any 5 Session Packages\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"119\\\" data-end=\\\"317\\\">Our <strong data-start=\\\"123\\\" data-end=\\\"174\\\">hands-free, non-invasive body contouring system<\\/strong> uses exclusive <strong data-start=\\\"190\\\" data-end=\\\"210\\\">STEP\\u2122 technology<\\/strong> to alternate Laser and EMS energy\\u2014<strong data-start=\\\"245\\\" data-end=\\\"295\\\">melting fat, toning muscle, and smoothing skin<\\/strong> with zero downtime.<\\/p>\\n<p data-start=\\\"319\\\" data-end=\\\"526\\\">Sign up within <strong data-start=\\\"334\\\" data-end=\\\"345\\\">30 days<\\/strong> of your first treatment to qualify for our <strong data-start=\\\"389\\\" data-end=\\\"423\\\">discounted Maintenance Program<\\/strong>, with ongoing sessions starting at <strong data-start=\\\"459\\\" data-end=\\\"473\\\">$199\\/month<\\/strong> to help you <strong data-start=\\\"486\\\" data-end=\\\"523\\\">maintain and enhance your results<\\/strong>.<span style=\\\"white-space: pre-wrap; font-size: 18px; font-style: inherit; font-weight: inherit; text-align: center; background-color: rgb(248, 248, 248); color: rgb(51, 65, 85); font-family: Roboto, sans-serif; display: inline !important; float: none;\\\"><\\/span><\\/p>\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_text\":\"LEARN MORE\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\",\"currency_symbol\":\"\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"aacf426\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"05e5610\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Full Body Red Light Therapy\",\"table_subtitle\":\"\",\"table_price\":\"25\",\"table_original_price\":\"69\",\"table_duration\":\"Non-Members $55\",\"table_features\":[{\"feature_text\":\"Our <strong data-start=\\\"158\\\" data-end=\\\"189\\\">full-body Red Light Therapy<\\/strong> delivers powerful <strong data-start=\\\"208\\\" data-end=\\\"265\\\">red (~660 nm) and near-infrared (~850 nm) wavelengths<\\/strong>\\u2014energizing your cells for deeper repair without UV exposure or downtime. It <strong data-start=\\\"342\\\" data-end=\\\"385\\\">boosts circulation, stimulates collagen<\\/strong>, and <strong data-start=\\\"391\\\" data-end=\\\"428\\\">relieves muscle and joint tension<\\/strong>, leaving your skin and body feeling <strong data-start=\\\"465\\\" data-end=\\\"499\\\">restored, radiant, and renewed<\\/strong>.\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_text\":\"LEARN MORE\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/red-light-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"175c974\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/08\\/crt_10.webp\",\"id\":4275,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"_flex_order\":\"start\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3a5431c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"width_widescreen\":{\"unit\":\"px\",\"size\":1576},\"_flex_size\":\"none\",\"_element_width_widescreen\":\"initial\"},\"elements\":[{\"id\":\"d448567\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5cf26cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Real Patient<\\/span>  Success Stories\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"56bf792\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"23adf75\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3079,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png\"},{\"id\":3083,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png\"},{\"id\":3082,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/F2FF3B1F-CE83-41A3-B719-824E816B132C.png\"},{\"id\":3084,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png\"},{\"id\":3077,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png\"},{\"id\":3078,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png\"},{\"id\":3081,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png\"},{\"id\":4013,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2.png\"},{\"id\":4014,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3.png\"},{\"id\":4015,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4.png\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2926ffd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c118d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb84a91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Innovative <span style=\\\"font-weight:800\\\">weight<\\/span>   loss medicine\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b6cb8e2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"883b458\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"e96cfd9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tirzepatide + Niacinamide\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23b894c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A dual-action Glucagon-Like Peptide-1 (GLP-1) and glucose-dependent insulinotropic polypeptide (GIP) receptor agonist that increases the body\\u2019s production of insulin, inhibits glucagon, and decreases appetite to promote rapid weight loss. The average patient loses 15-20% in weight reduction.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"85db604\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"8f6d0e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sermorelin\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"573e293\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An injectable Growth Hormone-Releasing Peptide prescribed to stimulate the brain to produce human growth hormone. Great for weight loss patients with excessive central fat, slow muscle development\\/recovery, and poor sleep.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a9af4d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3946df3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nicotinamide Adenine Dinucleotide (NAD\\u207a)\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b432e3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>NAD+ therapy offers a natural way to support weight loss by boosting energy, enhancing metabolism, and reducing cravings. By improving cellular function, it helps your body burn fat more efficiently and maintain overall wellness. NAD+ can be a powerful addition to your weight management plan.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6cd3215\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"670d04d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lipo-B injections\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5bf93d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enhances metabolic processes and increases energy through its positive effects on liver function. The addition of B12 provides an added boost to protein and fat metabolism. Benefits include weight loss, muscle building, and providing a pick-me-up if you have fatigue.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"520f7ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"cf64187\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oxytocin\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a791aa7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Oxytocin is a hypothalamic neuropeptide hormone used effectively in obese patients with special cravings or binge-eating behavior by reducing their hunger drive, curbing cravings, and helping glucose regulation.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e9a662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore our treatments and schedule a phone consultation to find the best options for you!<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d22e793\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c3d258c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"link\":{\"url\":\"https:\\/\\/genesiswa.clientsecure.me\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"e9313bc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"57e451c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\"}]},\"elements\":[{\"id\":\"8700618\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8a77447\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b220067\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e84cef2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I get started with the Virtual Medical Weight Loss Program?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Simply schedule an initial \\\"Medical Weight Loss\\\" virtual consultation with our weight loss specialist. During this consultation, we\'ll assess your needs and goals, and provide you with all the information to get started on your weight loss journey.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What is a Virtual Medical Weight Loss Program?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>Our Virtual Medical Weight Loss Program offers a comprehensive approach to weight management, providing personalized plans and virtual follow-up consultations for your convenience.<\\/p>\"},{\"tab_title\":\"How does the program work?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>The program starts with an initial virtual \\\"Medical Weight Loss\\\" consultation to assess your health and weight loss goals. You\'ll receive a personalized plan, including dietary recommendations, exercise guidance, and, if necessary, prescription medications. Follow-up consultations are conducted virtually to monitor progress and make adjustments.<\\/p>\"},{\"tab_title\":\"Is the program suitable for everyone?\",\"faq_answer\":\"<p>Our program is designed to cater to a variety of weight loss needs. However, individual suitability is determined during the initial consultation, considering your health history and goals.<\\/p>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"What are the benefits of a virtual follow-up?\",\"faq_answer\":\"<p>Virtual follow-ups provide the convenience of monitoring your progress from the comfort of your home. It allows for regular check-ins, adjustments to your plan, and addressing any concerns promptly.<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"How often are virtual follow-ups scheduled?\",\"faq_answer\":\"<p>The frequency of virtual follow-ups depends on individual progress and needs. Typically, they are scheduled once weekly asynchronous check-ins, ensuring continuous support throughout your weight loss journey.<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"Can I get prescriptions and supplements through the virtual program?\",\"faq_answer\":\"<p>Yes, if deemed necessary during the initial consultation, prescriptions and supplement recommendations can be provided and monitored through virtual follow-ups. All prescriptions are mailed to your home.<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"Are there specific dietary restrictions in the program?\",\"faq_answer\":\"<p>Dietary recommendations are personalized based on your health and weight loss goals. The program encourages a balanced and sustainable approach to nutrition.<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"How do I track my progress in the virtual program?\",\"faq_answer\":\"<p>Progress is monitored through regular virtual consultations, where we assess weight changes, discuss challenges, and make adjustments to your plan if needed. Additionally, you may be encouraged to keep a food and exercise journal.<\\/p>\",\"_id\":\"7442b3f\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f4c50d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#122b4a\"},\"elements\":[{\"id\":\"31c386a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"ecb2850\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a998c0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"16e9a78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\"}]},\"elements\":[{\"id\":\"25476ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\"}]},\"elements\":[{\"id\":\"99827d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"e360e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/res_ctso_questions.png\",\"id\":4005,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\",\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"041854f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0b832dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Membership <span style=\\\"font-weight:800\\\"> client portal<\\/span>\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fa9b9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access the Client Portal\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1277181\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/genesiswa.clientsecure.me.\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/genesiswa.clientsecure.me.<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"962090a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Portal Features\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3af824\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Send secure messages to your provider (Exclusive to Wellness Program Members).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a82a27\",\"elType\":\"widget\",\"settings\":{\"title\":\"Telehealth with a Simple Touch\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e67b1fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn how to download the free app at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/support.simplepractice.com\\/hc\\/en-us\\/articles\\/9651784620045-The-SimplePractice-Client-Portal-mobile-app\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The SimplePractice Client Portal mobile app \\u2013 SimplePractice Support<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2177616f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"698c9f58\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"2b540b16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"772bc78f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7105, 815, '_edit_last', '1'),
(7106, 815, '_wp_page_template', 'default'),
(7109, 815, 'site-sidebar-layout', 'no-sidebar'),
(7110, 815, 'ast-site-content-layout', 'full-width-container'),
(7111, 815, 'site-content-style', 'default'),
(7112, 815, 'site-sidebar-style', 'default'),
(7113, 815, 'ast-featured-img', 'disabled'),
(7114, 815, 'astra-migrate-meta-layouts', 'set'),
(7115, 815, 'ast-breadcrumbs-content', 'disabled'),
(7116, 815, 'theme-transparent-header-meta', 'default'),
(7117, 815, '_edit_lock', '1770039517:1'),
(7146, 822, '_edit_last', '1'),
(7147, 822, '_edit_lock', '1748677094:1'),
(7150, 822, '_wp_page_template', 'default'),
(7151, 822, 'site-post-title', 'disabled'),
(7153, 822, 'site-sidebar-layout', 'no-sidebar'),
(7154, 822, 'ast-site-content-layout', 'full-width-container'),
(7155, 822, 'site-content-style', 'default'),
(7156, 822, 'site-sidebar-style', 'default'),
(7157, 822, 'ast-featured-img', 'disabled'),
(7159, 822, 'ast-breadcrumbs-content', 'disabled'),
(7160, 822, 'theme-transparent-header-meta', 'default'),
(7264, 837, '_edit_last', '1'),
(7265, 837, '_edit_lock', '1773860580:1'),
(7266, 837, '_wp_page_template', 'default'),
(7267, 837, 'site-post-title', 'disabled'),
(7269, 837, 'site-sidebar-layout', 'no-sidebar'),
(7270, 837, 'ast-site-content-layout', 'full-width-container'),
(7271, 837, 'site-content-style', 'default'),
(7272, 837, 'site-sidebar-style', 'default'),
(7273, 837, 'ast-featured-img', 'disabled'),
(7275, 837, 'ast-breadcrumbs-content', 'disabled'),
(7276, 837, 'theme-transparent-header-meta', 'default'),
(7277, 837, 'astra-migrate-meta-layouts', 'set'),
(7278, 839, '_edit_last', '1'),
(7279, 839, '_edit_lock', '1748674629:1'),
(7280, 839, '_wp_page_template', 'default'),
(7281, 839, 'site-post-title', 'disabled'),
(7283, 839, 'site-sidebar-layout', 'no-sidebar'),
(7284, 839, 'ast-site-content-layout', 'full-width-container'),
(7285, 839, 'site-content-style', 'default'),
(7286, 839, 'site-sidebar-style', 'default'),
(7287, 839, 'ast-featured-img', 'disabled'),
(7289, 839, 'ast-breadcrumbs-content', 'disabled'),
(7290, 839, 'theme-transparent-header-meta', 'default'),
(7291, 839, 'astra-migrate-meta-layouts', 'set'),
(7292, 841, '_menu_item_type', 'post_type'),
(7293, 841, '_menu_item_menu_item_parent', '45'),
(7294, 841, '_menu_item_object_id', '839'),
(7295, 841, '_menu_item_object', 'page'),
(7296, 841, '_menu_item_target', ''),
(7297, 841, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7298, 841, '_menu_item_xfn', ''),
(7299, 841, '_menu_item_url', ''),
(7301, 842, '_menu_item_type', 'post_type'),
(7302, 842, '_menu_item_menu_item_parent', '45'),
(7303, 842, '_menu_item_object_id', '837'),
(7304, 842, '_menu_item_object', 'page'),
(7305, 842, '_menu_item_target', ''),
(7306, 842, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7307, 842, '_menu_item_xfn', ''),
(7308, 842, '_menu_item_url', ''),
(7310, 843, '_menu_item_type', 'post_type'),
(7311, 843, '_menu_item_menu_item_parent', '45'),
(7312, 843, '_menu_item_object_id', '822'),
(7313, 843, '_menu_item_object', 'page'),
(7314, 843, '_menu_item_target', ''),
(7315, 843, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7316, 843, '_menu_item_xfn', ''),
(7317, 843, '_menu_item_url', ''),
(7319, 844, '_menu_item_type', 'post_type'),
(7320, 844, '_menu_item_menu_item_parent', '45'),
(7321, 844, '_menu_item_object_id', '815'),
(7322, 844, '_menu_item_object', 'page'),
(7323, 844, '_menu_item_target', ''),
(7324, 844, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7325, 844, '_menu_item_xfn', ''),
(7326, 844, '_menu_item_url', ''),
(7416, 31, '_elementor_edit_mode', 'builder'),
(7417, 31, '_elementor_template_type', 'wp-page'),
(7424, 31, '_astra_content_layout_flag', 'disabled'),
(7425, 31, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7435, 31, '_elementor_data', '[{\"id\":\"d5fe03b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4bbbe07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f19cf4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"396416b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c53f11a\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"width\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F9F3F3\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e86fae9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}]},\"elements\":[{\"id\":\"a82288b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve Your Exclusive<span style=\\\"font-weight:300\\\"> March Promotion<\\/span>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"18a0c4d\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7a0ae98\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"content_width\":\"full\"},\"elements\":[{\"id\":\"df73564\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"d1c3c9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/Image-21.jpg\",\"id\":5479,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"28192ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19d7a48\",\"elType\":\"widget\",\"settings\":{\"heading\":\"\",\"sub_heading\":\"\",\"heading_tag\":\"h4\",\"price\":\"\",\"period\":\"\",\"features_list\":[{\"item_text\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a9c94a5\"}],\"button_text\":\"\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\",\"heading_color\":\"globals\\/colors?id=astglobalcolor1\",\"sub_heading_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_bg_color\":\"#804D0900\",\"price_color\":\"#122b4a\",\"features_list_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"header_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"price_typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"currency_symbol\":\"\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"1d350ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"01137c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\",\"pp_condition_date_time_before_value\":\"2026-02-06 09:43\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f17f4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"415fffc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"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\":\"92f379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ed7f72\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#DB922673\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pattern_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pattern_size\":{\"unit\":\"px\",\"size\":29.3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"80f8df8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"33315bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17979d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32df822\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"7980beb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"c793990\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"00\",\"left\":\"30\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#FAFAFA\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_color_b\":\"#804d09\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"__globals__\":{\"_background_color_b\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b71acf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"34c4d3e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"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\":\"0700981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glow Body\\u2014 <span style=\\\"font-weight:800\\\"> $299\\/month<\\/span>\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8833597\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#DB922673\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pattern_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pattern_size\":{\"unit\":\"px\",\"size\":29.3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"80f8df8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"05bd311\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A medical-grade body sculpting membership designed to tone muscle, support body contouring, and enhance overall body confidence \\u2014 without downtime or surgery.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b5c4c8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\\u2019s Included:\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"e9f6e41\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5183d6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>1 EMS body sculpting session per month<\\/strong><\\/p><ul><li>One targeted body area per visit<\\/li><li>Abdomen, glutes, arms, or thighs.<\\/li><\\/ul><p><strong>1 Red Light Therapy session per month<\\/strong><\\/p><ul><li>Supports muscle recovery, circulation, and skin quality<\\/li><\\/ul>\",\"pp_display_conditions\":[{\"_id\":\"327e5f9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b62526\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quarterly progress photos & measurements\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"060a188\"},{\"text\":\"Priority booking\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"b2857ab\"},{\"text\":\"<strong>Member-only pricing<\\/strong> on additional body services\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"c497900\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1a7d1b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8feeef2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Member-Only Add-Ons:\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"e9f6e41\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e439a8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<strong>$99 per additional body area <\\/strong>(same EMS session)\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"060a188\"},{\"text\":\"<strong>$199 per additional EMS session<\\/strong> (separate visit, same month)\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"d515fca\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"a1a7d1b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"167be83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"746f32d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Glow-Body-image.jpg\",\"id\":5376,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"c793990\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color\":\"#FAFAFA\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_color_b\":\"#804d09\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"__globals__\":{\"_background_color_b\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60e1a95\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"33bd107\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\"}]},\"elements\":[{\"id\":\"ac419ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Membership<\\/span> Options\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f2931f5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\"}],\"flex_wrap_tablet\":\"nowrap\",\"flex_wrap_mobile_extra\":\"wrap\"},\"elements\":[{\"id\":\"92feac7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e1db287\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Glow Plus\",\"table_subtitle\":\"\",\"table_price\":\"199\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<b>Exclusive Tox Rate: <br><\\/b>Botox $13\\/unit or Dysport $4.33\\/unit <br>(Orig. $15\\/unit or $5\\/unit) \",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"},{\"feature_text\":\"One Custom Facial or Korean Scalp Renewal Per Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"44edcd2\"},{\"feature_text\":\"Unlimited Red Light Therapy Access\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"14a977e\"},{\"feature_text\":\"10 Glow Points Each Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"1dc89e2\"},{\"feature_text\":\"10% off Select Medical-Grade Skincare\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"b5dfc86\"},{\"feature_text\":\"Birthday Bonus: Free Facial Add-on\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"9b6e962\"},{\"feature_text\":\"Discounted Dermaplaning Upgrade\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"6cc7d93\"},{\"feature_text\":\"Hydrafacial Upgrades Available\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"2923aff\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"836a2bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2090659\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Glow Basic\",\"table_subtitle\":\"\",\"table_price\":\"99\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"One Custom Facial or Korean Scalp Renewal Per Month\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"},{\"feature_text\":\"One Red Light Therapy Bed Session per Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"7004105\"},{\"feature_text\":\"Discounted Dermaplaning Upgrade\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"f9e52ae\"},{\"feature_text\":\"Hydrafacial Upgrades Available\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"9c5afb5\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"058bd3b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-and-glow.jpg\",\"id\":888,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f1274a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08793f1\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab98f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank glow <span style=\\\"font-weight:800\\\">Glow<\\/span> points for enhanced treatments\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2e419a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward yourself for better selfcare<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"843ae87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"659e591\",\"elType\":\"widget\",\"settings\":{\"table_headers\":[{\"table_header_col\":\"Name\",\"_id\":\"ff20be7\"},{\"table_header_col\":\"Points\",\"_id\":\"bd67ce4\"}],\"table_body_content\":[{\"table_body_element\":\"row\",\"_id\":\"8af9db3\"},{\"cell_text\":\"Dermaplaning Add-on\",\"_id\":\"dd9b9bf\"},{\"cell_text\":\"10 points\\n\",\"_id\":\"803347a\"},{\"table_body_element\":\"row\",\"_id\":\"85d8434\"},{\"_id\":\"c316cfc\"},{\"_id\":\"4cd25ec\",\"table_body_element\":\"row\"},{\"cell_text\":\"Vitamin B12 or Lipo+ Shot\\n\",\"_id\":\"5955212\"},{\"_id\":\"4aa049a\",\"cell_text\":\"10 points\\n\"},{\"table_body_element\":\"row\",\"_id\":\"1fd8011\"},{\"_id\":\"3294762\",\"cell_text\":\"Hydrafacial Booster\"},{\"cell_text\":\"10 points\\n\",\"_id\":\"ce0e26b\"},{\"_id\":\"5b585c4\",\"table_body_element\":\"row\"},{\"_id\":\"1936d61\",\"cell_text\":\"Myer\'s Mix or Glutathione IV\\n\"},{\"_id\":\"336b7ce\",\"cell_text\":\"30 points\\n\"},{\"_id\":\"09d8145\",\"table_body_element\":\"row\"},{\"_id\":\"4a4dcb7\",\"cell_text\":\"IPL Facial\\n\"},{\"_id\":\"16946b1\",\"cell_text\":\"50 points\\n\"},{\"_id\":\"a845378\",\"table_body_element\":\"row\"},{\"_id\":\"0eae656\",\"cell_text\":\"Single Session Body Contouring\\n\"},{\"_id\":\"d94612f\",\"cell_text\":\"50 points\\n\"},{\"_id\":\"bd45f48\",\"table_body_element\":\"row\"},{\"_id\":\"e344593\",\"cell_text\":\"Full Syringe Filler\\n\"},{\"_id\":\"bd23877\",\"cell_text\":\"80 points\\n\"},{\"_id\":\"07d2435\",\"table_body_element\":\"row\"},{\"_id\":\"77cf6d9\",\"cell_text\":\"RF Microneedling (Bronze)\\n\"},{\"_id\":\"c6e6c13\",\"cell_text\":\"100 points\\n\"},{\"_id\":\"9f9dd4e\",\"table_body_element\":\"row\"},{\"_id\":\"b6b0c69\",\"cell_text\":\"Single Area Laser Hair Removal\\n\"},{\"_id\":\"ef91778\",\"cell_text\":\"100 points\\n\"},{\"_id\":\"7a62b24\",\"table_body_element\":\"row\"},{\"_id\":\"f6e534c\",\"cell_text\":\"Exoglow Korean Glass Skin\\n\"},{\"_id\":\"6cb48dc\",\"cell_text\":\"160 points\\n\"}],\"table_footer_content\":[{\"_id\":\"54fbdcf\"}],\"section_table_rowsborder_border\":\"solid\",\"section_table_rowsborder_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"table_cell_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"table_column_styles\":[{\"table_col_span\":\"1\",\"_id\":\"148df89\"}],\"pp_display_conditions\":[{\"_id\":\"1d6864b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"section_table_rowsborder_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"pp-table\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e92f2a6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb44917\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c923ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book your <span style=\\\"font-weight:800\\\"> facial <\\/span> to get started\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2578054\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(7441, 31, '_elementor_version', '4.0.1'),
(7442, 31, '_elementor_pro_version', '4.0.0'),
(7696, 888, '_wp_attached_file', '2025/01/beauty-and-glow.jpg'),
(7697, 888, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/01/beauty-and-glow.jpg\";s:8:\"filesize\";i:69695;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"beauty-and-glow-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"beauty-and-glow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7347;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8915, 1030, '_wp_attached_file', '2025/01/after-1.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8916, 1030, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2025/01/after-1.jpg\";s:8:\"filesize\";i:104184;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"after-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11443;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"after-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"after-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:6009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"after-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8917, 1031, '_wp_attached_file', '2025/01/before-1.jpg'),
(8918, 1031, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2025/01/before-1.jpg\";s:8:\"filesize\";i:101305;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"before-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10773;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"before-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"before-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:5633;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"before-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8953, 1036, '_wp_attached_file', '2025/01/after-2.jpg'),
(8954, 1036, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2025/01/after-2.jpg\";s:8:\"filesize\";i:103415;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"after-2-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11557;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"after-2-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"after-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:5693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"after-2-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8955, 1037, '_wp_attached_file', '2025/01/before-2.jpg'),
(8956, 1037, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2025/01/before-2.jpg\";s:8:\"filesize\";i:104914;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"before-2-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11404;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"before-2-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"before-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:5634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"before-2-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9325, 761, '_elementor_edit_mode', 'builder'),
(9326, 761, '_elementor_template_type', 'wp-page'),
(9327, 761, '_elementor_version', '3.32.5'),
(9328, 761, '_elementor_pro_version', '3.32.3'),
(9329, 761, '_astra_content_layout_flag', 'disabled'),
(9330, 761, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9343, 761, '_elementor_data', '[{\"id\":\"b05131c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"c6f0ba8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6b0fa33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Testosterone-Therapy-img-1.jpg\",\"id\":3222,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"80ab065\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"950beef\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Reclaim Your Vitality<\\/b> with Testosterone Optimization Therapy\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ede130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3b9c7c5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"159\\\" data-end=\\\"231\\\"><strong data-start=\\\"159\\\" data-end=\\\"229\\\">Reclaim Your Strength. Restore Your Balance. Redefine Your Health.<\\/strong><\\/p><p data-start=\\\"233\\\" data-end=\\\"545\\\">Our comprehensive Hormone Therapy Program is designed to help men feel stronger, more energetic, and balanced\\u2014inside and out. Each monthly membership includes expert lab monitoring, ongoing specialist visits, and convenient virtual care, so your progress is tracked and supported every step of the way.<\\/p><p data-start=\\\"547\\\" data-end=\\\"719\\\">As a member, you\\u2019ll also enjoy exclusive benefits like 25% off THORNE supplements and special discounts on Red Light Therapy to further optimize your results.<\\/p><p data-start=\\\"721\\\" data-end=\\\"879\\\"><strong data-start=\\\"724\\\" data-end=\\\"744\\\">*Heroes Discount:<\\/strong> As our way of saying thank you, active service members, veterans, and first responders receive $50 off their monthly membership.<\\/p><p data-start=\\\"881\\\" data-end=\\\"1011\\\">Don\\u2019t wait to feel like yourself again\\u2014<strong data-start=\\\"920\\\" data-end=\\\"1011\\\">book your consultation today and start your journey to lasting vitality and confidence.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"edb1613\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fae0f04\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e41d9be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signs and Symptoms of  <span style=\\\"font-weight:800\\\">Hypogonadism<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"512d3c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"9c19be5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"fc0d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Effects\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4929144\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Reduced energy and fatigue\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Reduced endurance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"6b3b9d4\"},{\"text\":\" Diminished work performance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"8871ad1\"},{\"text\":\"Diminished physical performance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"d3d08df\"},{\"text\":\"Loss of body hair\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"513d2f6\"},{\"text\":\"Reduced beard growth\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5d188a6\"},{\"text\":\"Reduced lean muscle mass\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"da6cfbd\"},{\"text\":\"Obesity  \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"77a422a\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"95c741d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"be92270\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mental Effects\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2b8750\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Depressive symptoms\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Cognitive dysfunction\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"c9763c7\"},{\"text\":\"Reduced motivation\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"f4b5bd4\"},{\"text\":\" Poor concentration\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"2705185\"},{\"text\":\"Poor memory\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c8a093\"},{\"text\":\"Irritability   \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"45bbb93\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e2fe9c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb62209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sexual Effects\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd8b038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Loss of sex drive\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Reduced erectile function\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c7cfc9\"},{\"text\":\" Difficulty with ejaculation\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"879394c\"},{\"text\":\"Lowered sperm count\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"e9ec153\"},{\"text\":\"Infertility\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"887040b\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9535b8d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4491879\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"074223a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transform into Your Best Self in <span style=\\\"font-weight:800\\\">3 Easy Steps! <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4e600e1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"41b5fa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"3849886\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 1:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"212654b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule Your Testosterone Therapy Consultation\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9777a31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"677d99a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"56569f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 2: \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b893ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete your Lab Work\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3a565d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eec404\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"53b3925\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 3:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7f2621\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Up for Your Customized Plan:\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50e5ff8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized prescription plan tailored to your goals.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5bb4eda\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"510f9a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3305753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Program <span style=\\\"font-weight:800\\\">Enhancement<\\/span>   \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"949a33e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"10441d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89f42f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/healthy-and-fit-man-normal-lifeimg.jpg\",\"id\":3660,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"5f7d74d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3b1ff85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f0c870e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Combined TOT + Peptide Program \",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fb678d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This premium membership extends the TOT program benefits. Ideal for those seeking innovative peptide medicine for enhanced health\\u2014details under the \\\"<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\\\">Peptide Therapy Program<\\/a>\\\" tab.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d44319\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimizing Growth Hormone with Peptide Assistance\\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49b8043\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suboptimal growth hormone can lead to symptoms like fatigue, changes in body composition, impaired bone health, reduced exercise tolerance, metabolic issues, skin and hair changes, cognitive impairment, mood fluctuations, sleep disturbances, and decreased libido. Our integrated program offers optimization of growth hormone with the assistance of peptides.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9157705\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1541278\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1b9fe33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef7bf3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-86 c1-26 c1-27 c1-6h c1-28 c1-8m c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a> if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b543f5\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Testosterone Optimization Therapy (TOT)?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>TOT is a medical treatment to address low testosterone levels in individuals through the administration of bioidentical testosterone.<\\/p><p>An alternative treatment is oral Clomiphene, or Clomid. This is prescribed off-label to boost testosterone levels in men. It works by stimulating the hypothalamus and pituitary gland, leading to increased production of testosterone. Fertility is preserved.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Why might someone need TOT?\",\"faq_answer\":\"<p>TOT is prescribed to individuals with clinically low testosterone levels, often resulting in symptoms such as fatigue, low libido, and mood changes.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"f28ed64\"},{\"tab_title\":\"How is testosterone administered in TOT?\",\"faq_answer\":\"<p>In our program, Testosterone can be administered through injections or topical creams. Clomiphene is taken orally as a capsule. The choice depends on individual preferences and medical considerations.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"31ddd08\"},{\"tab_title\":\"What are the potential benefits of TOT?\",\"faq_answer\":\"<p>TOT can improve energy levels, mood, muscle mass, bone density, and sexual function in individuals with low testosterone.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"28885a3\"},{\"tab_title\":\"Are there any risks or side effects associated with TOT?\",\"faq_answer\":\"<p>Possible side effects, including acne, fluid retention, and mood changes, may occur with testosterone replacement therapy (TRT). Rare but serious risks, such as cardiovascular issues and potential effects on the prostate, exist. Discuss these risks with your healthcare provider during your consultation. To minimize side effects, we pride ourselves on meticulous lab monitoring to fine-tune your dosage throughout the program.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5e4a280\"},{\"tab_title\":\"Is fertility effected on testosterone?\",\"faq_answer\":\"<p>Yes, testosterone therapy can impact fertility by suppressing natural testosterone and sperm production. Strategies like clomiphene citrate or gonadorelin may be used alongside testosterone therapy to mitigate this impact. Consultation with your healthcare professional is crucial to address fertility concerns and tailor the treatment plan accordingly.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5978b62\"},{\"tab_title\":\"What is gonadorelin?\",\"faq_answer\":\"<p>Gonadorelin, an injectable or oral GnRH agonist, can preserve fertility in men on testosterone therapy. It stimulates GnRH release, triggering LH and FSH production, maintaining natural testosterone and sperm production (Supplementary charges will be added).<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"e68aea7\"},{\"tab_title\":\"How is TOT monitored?\",\"faq_answer\":\"<p>Regular blood tests are conducted to assess testosterone levels, ensuring they stay within the optimal range. Adjustments to the treatment plan may be made based on these results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"4766738\"},{\"tab_title\":\"How long does it take to see results with TOT?\",\"faq_answer\":\"<p>Individual responses vary, but improvements in symptoms may be noticed within a few weeks to a few months.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"1e0fdad\"},{\"tab_title\":\"Is TOT a lifelong commitment?\",\"faq_answer\":\"<p>The duration of TOT varies based on individual needs and health conditions. Some individuals may require long-term treatment, while others might see improvements and discontinue therapy under medical supervision.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"eda8880\"},{\"tab_title\":\"Can TOT be combined with other treatments?\",\"faq_answer\":\"<p>Depending on individual health needs, TOT may be combined with other therapies (e.g. peptide therapy, gonadorelin, NAD+, etc.) or lifestyle changes to optimize overall well-being.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d1977d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"2a4bb4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"0e969cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-1.jpg\",\"id\":1129,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a73d950\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"f79166b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Membership <span style=\\\"font-weight:800\\\"> client portal<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6de692d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access the Client Portal\\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"d7487ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c6c977\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"371b7e71-d405-4c6f-aa45-f50853b8bc8f\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-86 c1-26 c1-27 c1-6h c1-28 c1-8m c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/genesiswa.clientsecure.me.\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/genesiswa.clientsecure.me.<\\/a><\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"feb3caa\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37c3c2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Portal Features\\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"d7487ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec3cd61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"371b7e71-d405-4c6f-aa45-f50853b8bc8f\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div id=\\\"cac9b6de-e565-45e5-a208-5ad31f214866\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Send secure messages to your provider (Exclusive to Wellness Program Members).<\\/p><\\/div><\\/div><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"feb3caa\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aba8de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Telehealth with a Simple Touch\\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"d7487ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f0c2fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"371b7e71-d405-4c6f-aa45-f50853b8bc8f\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div id=\\\"cac9b6de-e565-45e5-a208-5ad31f214866\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div id=\\\"4ab45cfd-679c-49c5-8665-347d74709a6b\\\" class=\\\"widget widget-content widget-content-content-1\\\"><div id=\\\"4ab45cfd-679c-49c5-8665-347d74709a6b\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" role=\\\"region\\\" data-ux=\\\"Widget\\\"><div><section class=\\\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Section\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\\\" data-ux=\\\"Container\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-44 c1-2s c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-7f c1-15 c1-1v c1-1w c1-1x c1-1y c1-8w c1-8x c1-b c1-c c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"6bb29705-70c0-4c83-8ab2-045871944b1b\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION3_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Learn how to download the free app at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-86 c1-26 c1-27 c1-6h c1-28 c1-8m c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/support.simplepractice.com\\/hc\\/en-us\\/articles\\/9651784620045-The-SimplePractice-Client-Portal-mobile-app\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The SimplePractice Client Portal mobile app \\u2013 SimplePractice Support<\\/a><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"feb3caa\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"66f7c95\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"e1a1ea3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"47c2d58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a \\n <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1c0008\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"62a02e42\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/man-img.jpg\",\"id\":317,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2166277a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"5d99145d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65d6e97a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9352, 1085, '_wp_attached_file', '2025/01/check-mark_5290989-9.svg'),
(9353, 1085, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:712;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(9443, 1098, '_wp_attached_file', '2025/01/2149049823-1.jpg'),
(9444, 1098, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2025/01/2149049823-1.jpg\";s:8:\"filesize\";i:58928;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"2149049823-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11457;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"2149049823-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:6416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9705, 1129, '_wp_attached_file', '2025/01/img-1.jpg'),
(9706, 1129, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2025/01/img-1.jpg\";s:8:\"filesize\";i:96618;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img-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:9049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9813, 763, '_elementor_edit_mode', 'builder'),
(9814, 763, '_elementor_template_type', 'wp-page'),
(9815, 763, '_elementor_version', '3.34.4'),
(9816, 763, '_elementor_pro_version', '3.34.4'),
(9817, 763, '_astra_content_layout_flag', 'disabled'),
(9818, 763, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9831, 763, '_elementor_data', '[{\"id\":\"d2467e4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"67e4ca6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f437e86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Womens-Hormone-Therapy-img.jpg\",\"id\":3226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b0bbc32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"9da03db\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Feel in Control and Thrive<\\/b> with Customized Hormone Therapy\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"186ad86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"131\\\" data-end=\\\"206\\\"><strong data-start=\\\"131\\\" data-end=\\\"204\\\">Rediscover Your Balance. Renew Your Energy. Reignite Your Confidence.<\\/strong><\\/p><p data-start=\\\"208\\\" data-end=\\\"524\\\">Our holistic hormone therapy program is uniquely designed for peri- and menopausal women who are ready to feel like themselves again. Each monthly membership includes personalized lab monitoring, dedicated specialist visits, and convenient virtual care, giving you expert support every step of the way.<\\/p><p data-start=\\\"526\\\" data-end=\\\"746\\\">As a valued member, you\\u2019ll also receive exclusive perks\\u2014including 25% off THORNE supplements and special discounts on Red Light Therapy\\u2014to enhance your results and support your wellness from the inside out.<\\/p><p data-start=\\\"748\\\" data-end=\\\"903\\\"><strong data-start=\\\"748\\\" data-end=\\\"768\\\">Heroes Discount:<\\/strong> As our way of saying thank you, active service members, veterans, and first responders receive $50 off their monthly membership.<\\/p><p data-start=\\\"905\\\" data-end=\\\"1047\\\">It\\u2019s time to take control of your health, your energy, and your confidence. <strong data-start=\\\"981\\\" data-end=\\\"1047\\\">Book your consultation today and start feeling like you again.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"824eb60\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c4431ba\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4161973\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a86d13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signs and Symptoms of Hormone  <span style=\\\"font-weight:800\\\">Deficiency<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c71b813\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"7af4c54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"db1434c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estrogen Deficiency\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b8ca35\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hot flashes and night sweats\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Vaginal dryness and discomfort\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"fe18afe\"},{\"text\":\"Mood changes\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1b8f92c\"},{\"text\":\"Bone Loss (Osteoporosis and fractures)\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1d27591\"},{\"text\":\"Changes in skin (reduced elasticity, dryness, and wrinkles)\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"de5d442\"},{\"text\":\"sleep disturbances\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"eb43234\"},{\"text\":\"Reduced libido\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"eb03293\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"d91d721\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2ce617f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Progesterone Deficiency\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c5a39b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Irregular menstrual periods\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Mood Changes\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"465faf6\"},{\"text\":\"Breast tenderness\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"3584f2b\"},{\"text\":\"Sleep disturbances\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"755fd3c\"},{\"text\":\"Water retention\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"4d4606d\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7497e6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"936f699\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testosterone Deficiency\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9096a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Decreased libido\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Fatigue and Reduced Energy\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c7cfc9\"},{\"text\":\"Decreased muscle mass\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"879394c\"},{\"text\":\"Mood changes\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"e9ec153\"},{\"text\":\"Bone density loss\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"887040b\"},{\"text\":\"Cognitive changes\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"c7db3ab\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9029e0c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"d650aab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9daf5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transform into Your Best Self in <span style=\\\"font-weight:800\\\">3 Easy Steps! <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9bd125a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"c1869f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"46145a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 1:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2368bf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule Your Women\'s Hormone Therapy Consultation\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f24c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>During your phone visit, our specialist will assess your medical history and goals. They\\u2019ll then order a comprehensive lab panel to check for metabolic or hormonal imbalances.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a434b83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"7aaf608\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 2: \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c07ffa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete your lab work\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7398f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"39595de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"0e400be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 3:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"513c40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Up for Your Customized Plan:\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"516c661\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized prescription plan tailored to your goals.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78dc132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"2ae8dc3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"385f40d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Program <span style=\\\"font-weight:800\\\">Enhancement <\\/span>   \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7ec5f0d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"nowrap\"},\"elements\":[{\"id\":\"e1a7f94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"442b31b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Low-dose testosterone therapy\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8035aa4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In cases of enduring sexual dysfunction, even with optimal estrogen and progesterone levels, individuals have the opportunity to incorporate a low-dose topical testosterone cream to enhance a robust libido. A single office consultation is necessary before initiating testosterone therapy exclusively.\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ae750fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"643ecff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimizing Growth Hormone with Peptide Assistance\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73775f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suboptimal growth hormone can lead to symptoms like fatigue, changes in body composition, impaired bone health, reduced exercise tolerance, metabolic issues, skin and hair changes, cognitive impairment, mood fluctuations, sleep disturbances, and decreased libido. Our integrated program offers optimization of growth hormone with the assistance of peptides.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3d0d3ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"bb70500\",\"elType\":\"widget\",\"settings\":{\"title\":\"Combined HRT + Peptide Program \\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad7b005\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This premium membership extends the HRT program benefits. Ideal for those seeking innovative peptide medicine for enhanced health\\u2014details under the \\\"<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\\\">Peptide Therapy Program<\\/a>\\\" tab.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"057b79b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}]},\"elements\":[{\"id\":\"8820283\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"45dcc79\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e94b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8b c1-26 c1-27 c1-6h c1-28 c1-8p c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac42554\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Female Hormone Replacement Therapy (HRT)?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>HRT involves supplementing or replacing female hormones, like estrogen and progesterone, to alleviate symptoms associated with menopause or hormonal imbalance.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Why might someone need HRT?\",\"faq_answer\":\"<p>Women often turn to HRT to manage symptoms of menopause, such as hot flashes, mood swings, and sleep disturbances. It can also address hormonal imbalances impacting overall well-being.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"What are the different types of HRT?\",\"faq_answer\":\"<p>HRT can be estrogen-only or a combination of estrogen and progesterone. The delivery methods include pills, creams, and injections.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"88da168\"},{\"tab_title\":\"When is the best time to start HRT?\",\"faq_answer\":\"<p>The timing of HRT initiation varies for each woman. It is often recommended for women going through peri-\\/menopause to manage symptoms. The decision to start HRT should be made in consultation with a healthcare provider based on individual health and risk factors.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5abc637\"},{\"tab_title\":\"What is the difference between perimenopause and menopause?\",\"faq_answer\":\"Perimenopause is the transitional phase before menopause, typically starting in a woman\'s 40s. It involves hormonal changes leading to symptoms like irregular menstrual cycles and hot flashes. Menopause marks the end of reproductive years, defined as 12 consecutive months without a period, usually occurring around age 51. \",\"accordion_tab_default_active\":\"\",\"_id\":\"2fcd65f\"},{\"tab_title\":\"Who is not a candidate for HRT?\",\"faq_answer\":\"<p>Absolute contraindications include history of breast cancer, endometrial cancer, blood clots or stroke, active liver disease, active cardiovascular disease, and women over age 65. Each woman\'s risk factors, medical history, and symptoms will be carefully evaluated by your healthcare provider to determine the most appropriate course of action during the consultation.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"c047698\"},{\"tab_title\":\"What are the side effects of HRT?\",\"faq_answer\":\"<p>Side effects can vary depending on the type of HRT and individual response. Common side effects include breast tenderness, bloating, and mood changes.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"93a1e19\"},{\"tab_title\":\"Are there risks associated with HRT?\",\"faq_answer\":\"<p>While HRT can be effective, it\'s not without risks. Potential risks include an increased risk of blood clots, stroke, and breast cancer. It\'s crucial to discuss individual health factors with your healthcare provider during your consultation.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"d7c49f0\"},{\"tab_title\":\"How long should someone be on HRT?\",\"faq_answer\":\"The duration of HRT varies based on individual needs. Some women may use it for a short-term relief of menopausal symptoms, while others may continue for a more extended period. Regular evaluations with a healthcare provider are essential.\",\"accordion_tab_default_active\":\"\",\"_id\":\"af8c9f3\"},{\"tab_title\":\"How is HRT monitored?\",\"faq_answer\":\"<p>Blood tests every 3 months are conducted to assess hormone levels, ensuring they stay within the optimal range. Adjustments to the treatment plan may be made based on these results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"a0ecdd5\"},{\"tab_title\":\"How long does it take to see results with HRT?\",\"faq_answer\":\"<p>Individual responses vary, but improvements in symptoms may be noticed within a few weeks to a few months.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"422f36e\"},{\"tab_title\":\"Can HRT be combined with other treatments?\",\"faq_answer\":\"<p>Depending on individual health needs, TOT may be combined with other therapies (e.g. peptide therapy, NAD+, etc.), low-dose testosterone therapy, or lifestyle changes to optimize overall well-being.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"f79fb8e\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a26c1ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"95b28cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}]},\"elements\":[{\"id\":\"1bfcd25\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"e6edb6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/doctor-client-img.jpg\",\"id\":2877,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ed33962\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"ec73fdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Membership <span style=\\\"font-weight:800\\\"> client portal<\\/span>\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98681d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access the Client Portal\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f6826\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/genesiswa.clientsecure.me.\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/genesiswa.clientsecure.me.<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a12abad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Portal Features\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4da68bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Send secure messages to your provider (Exclusive to Wellness Program Members).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"731e5b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Telehealth with a Simple Touch\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f995c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn how to download the free app at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/support.simplepractice.com\\/hc\\/en-us\\/articles\\/9651784620045-The-SimplePractice-Client-Portal-mobile-app\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The SimplePractice Client Portal mobile app \\u2013 SimplePractice Support<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ecd8747\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0209bd9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"cba43e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a \\n <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b56e28f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#db9226\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"78c6b1aa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"698e8832\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"45d0adb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1649e233\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10100, 765, '_elementor_edit_mode', 'builder'),
(10101, 765, '_elementor_template_type', 'wp-page'),
(10102, 765, '_elementor_version', '3.29.1'),
(10103, 765, '_elementor_pro_version', '3.29.1'),
(10104, 765, '_astra_content_layout_flag', 'disabled'),
(10105, 765, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10121, 765, '_elementor_data', '[{\"id\":\"34bb1fe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}]},\"elements\":[{\"id\":\"e899549\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}]},\"elements\":[{\"id\":\"067653b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"722c573\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"0fc24af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"94f477d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimize Your Wellness with <b>Personalized<\\/b> <b>Peptide Therapy<\\/b>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a43380\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"129\\\" data-end=\\\"411\\\">Our expert providers create a tailored peptide plan designed around your goals\\u2014whether it\\u2019s longevity, weight loss, or hormone optimization. Your membership includes lab monitoring, specialist visits, virtual care, plus 25% off THORNE supplements and discounts on Red Light Therapy.<\\/p><p data-start=\\\"413\\\" data-end=\\\"483\\\"><strong data-start=\\\"413\\\" data-end=\\\"483\\\">Start your health transformation today\\u2014book your consultation now.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dfcd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c481723\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"c702db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f49f2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits of Peptide  <span style=\\\"font-weight:800\\\"> Therapy<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c221a2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"698fd58\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"9fbbb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Anti-aging Effects and Aesthetics\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2371e2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Increases collagen and skin elasticity\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Decrease in wrinkles\\/cellulite\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"6b3b9d4\"},{\"text\":\"Improves fuller hair and nail growth\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"8871ad1\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"cd64f34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2367eb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Recovery and Healing\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b5a9e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Accelerates healing from wounds or surgery\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Increases Bone Mineral Density\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"6b3b9d4\"},{\"text\":\"Decreases joint and muscle pain\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"8871ad1\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1b4f4ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"913c4cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Athletic Optimization and Weight Loss\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a526305\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Boosts healthy levels of growth hormone\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Increases muscle mass, definition, and endurance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"c9763c7\"},{\"text\":\"Improves workout and recovery\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"f4b5bd4\"},{\"text\":\"Reduces body fat and promotes weight loss \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"2705185\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c7009de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"ba7125b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Health, Wellness, and Quality of life\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82cf1a8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Improves cognition and mental functions\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Promotes better, deeper, and a more restful sleep\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c7cfc9\"},{\"text\":\"Improves insulin sensitivity and lipids\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"879394c\"},{\"text\":\"Increases levels of energy, strength, and stamina\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"e9ec153\"},{\"text\":\"Strengthens the immune system \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"887040b\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6cfb4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9f7ec83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac61cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transform into Your Best Self in <span style=\\\"font-weight:800\\\">3 Easy Steps!<\\/span>\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e5798b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"e45c0a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"f3c19ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 1:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53ddc88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule Your Peptide Therapy Consultation\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a02b9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ccb9ab8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"652109e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 2: \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ec8b74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete your lab work\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec905b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd25d25\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"45e712c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 3:\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8ab2af9\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27885b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Up for Your Customized Plan\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea800d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"848b8584-7769-433b-b6a1-d73ab9febbba\\\" class=\\\"widget widget-content widget-content-content-3\\\"><div id=\\\"848b8584-7769-433b-b6a1-d73ab9febbba\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" role=\\\"region\\\" data-ux=\\\"Widget\\\"><div><section class=\\\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Section\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-11 c1-12 c1-13 c1-14 c1-15 c1-b c1-c c1-18 c1-d c1-19 c1-e c1-1a c1-f c1-1b c1-g\\\" data-ux=\\\"Container\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-60 c1-1l c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-7e c1-1j c1-b c1-c c1-1o c1-1p c1-7f c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCards\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-7g c1-15 c1-1v c1-1w c1-7h c1-1y c1-1c c1-b c1-c c1-ac c1-ad c1-1z c1-20 c1-7j c1-22 c1-d c1-94 c1-95 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-s c1-1c c1-4s c1-9c c1-44 c1-1l c1-4 c1-9b c1-9d c1-98 c1-2u c1-b c1-c c1-9e c1-9f c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCard\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-a1 c1-a2 c1-a3 c1-a4 c1-a5 c1-a6 c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-4 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION3_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized \\u00a0prescription plan tailored to your goals.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c200883\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"8685726\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e0c0174\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Top Features<\\/b> of Our Peptide Therapy\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"389e06b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"25e757f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"aad7b36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sermorelin\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa525a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"153\\\" data-end=\\\"484\\\">Sermorelin is a powerful Growth Hormone Releasing Peptide that stimulates your body\\u2019s own natural growth hormone production\\u2014without suppressing your pituitary gland. Experience renewed energy, enhanced muscle tone, increased strength and stamina, faster fat loss, improved libido, better mood, deeper sleep, and quicker recovery.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">Feel younger, stronger, and more vibrant every day.<\\/span><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"45f6648\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1c4171e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tirzepatide\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af1cec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This cutting-edge dual-action GLP-1 and GIP receptor agonist supercharges your body\\u2019s insulin production, curbs appetite, and blocks glucagon to help you shed pounds faster and more effectively. On average, patients experience an impressive 15-20% reduction in body weight\\u2014transforming their health and confidence like never before.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"003bbfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Explore our treatment options and schedule a phone consultation to find the best fit for you!\\u00a0<\\/strong><\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d22e793\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4272ec6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"link\":{\"url\":\"https:\\/\\/genesiswa.clientsecure.me\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"e9313bc\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"021f1ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84f8512\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f21504e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6ea9b63\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5cf7f98\"}]},\"elements\":[{\"id\":\"09bde1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":50},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"97cf52c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3921794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"82d1e65\"}],\"pp_display_conditions\":[{\"_id\":\"b670521\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6264b84\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88e0d43\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e8a8d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"dfed49a\"}],\"pp_display_conditions\":[{\"_id\":\"368a34d\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77c8411\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Quality-matters-2.jpg\",\"id\":1191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"68b8f1b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8a29da1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88e0d43\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e8a8d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"dfed49a\"}],\"pp_display_conditions\":[{\"_id\":\"368a34d\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c6b2be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality <span style=\\\"font-weight:800\\\">matters<\\/span> \\n\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3f4bfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Obtain Your Peptides with Us?\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"cd77fe9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fbd214\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genesis Wellness &amp; Aesthetics collaborates with a reputable compounding pharmacy, specializing in wellness, anti-aging, weight management, sexual wellness, aesthetic dermatology, and thyroid and adrenal health. Our mission is to enhance compounding industry standards by combining superior science and service, delivering high-quality compounded products from our FDA-registered facility. Unlike online peptide purchases, we prioritize patient safety and product quality through thorough lab monitoring to ensure precise dosages for optimal results. We distinguish ourselves from online peptide dispensaries that offer bulk peptides at lower costs\\u2014<\\/p><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">our commitment is to patient safety and top-tier product quality.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"613f1d8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"79fe146\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2d49816\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f06b068\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nFrequently Asked <span style=\\\"font-weight:800\\\">Questions<\\/span> \\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11b21a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53f862f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I get started with the Virtual Peptide Therapy Program?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>To begin the program, schedule an initial virtual \\\"Peptide Therapy Consultation\\\" with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey. To begin the program, schedule an initial virtual \\\"Peptide Therapy Consultation\\\" with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey.\\u00a0<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What is Peptide Therapy?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>Peptide therapy involves the use of peptides\\u2014short chains of amino acids\\u2014to influence and regulate various physiological functions in the body.\\u00a0<\\/p>\"},{\"tab_title\":\"How is Peptide Therapy Administered?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>Peptides can be administered through various methods, including injections, oral capsules, or topical applications. The specific method depends on the type of peptide and the desired therapeutic outcome.\\u00a0<\\/p>\"},{\"tab_title\":\"What Conditions Can Benefit from Peptide Therapy?\",\"faq_answer\":\"<p>Peptide therapy has shown benefits in a range of conditions, including improving skin health, promoting muscle growth, enhancing cognitive function, and supporting overall well-being.\\u00a0<\\/p>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"What are common symptoms of suboptimal growth hormone levels?\",\"faq_answer\":\"<ol><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Fatigue:<\\/strong>\\u00a0Persistent lack of energy.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Changes in Body Composition:<\\/strong>\\u00a0Decreased muscle mass and increased body fat.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Impaired Bone Health:<\\/strong>\\u00a0Reduced bone density and increased risk of fractures.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Decreased Exercise Tolerance:<\\/strong>\\u00a0Difficulty with physical activities and reduced exercise capacity.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Metabolic Issues:<\\/strong>\\u00a0Altered insulin sensitivity, changes in lipid profile, and increased cardiovascular risk.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Skin and Hair Changes:<\\/strong>\\u00a0Thinning of the skin and diminished quality of hair.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Cognitive Impairment:<\\/strong>\\u00a0Reduced concentration, memory, and cognitive function.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Mood Changes:<\\/strong>\\u00a0Symptoms of depression and anxiety.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Sleep Disturbances:<\\/strong>\\u00a0Insomnia or disrupted sleep patterns.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Decreased Libido:<\\/strong>\\u00a0Loss of interest in sexual activity.<\\/li><\\/ol>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"Is Peptide Therapy Safe?\",\"faq_answer\":\"<p>When administered under the guidance of a qualified healthcare professional, peptide therapy is generally considered safe. Peptides used in therapy are often naturally occurring in the body.\\u00a0<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"Are Peptides Natural?\",\"faq_answer\":\"<p>Yes, many peptides used in therapy are naturally occurring in the body. They are derived from proteins and play essential roles in various physiological processes.\\u00a0<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"What is the Virtual Peptide Therapy Program?\",\"faq_answer\":\"<p>The Virtual Peptide Therapy Program is a personalized approach to health and wellness using peptides, conducted through virtual consultations for your convenience.\\u00a0<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"How does the program work?\",\"faq_answer\":\"<p>The program begins with an initial virtual \\\"Peptide Therapy Consultation\\\" to assess your health goals. A specialized peptide lab panel is obtained to develop a personalized peptide therapy plan. Virtual follow-ups are scheduled as needed for monitoring and adjustments.\\u00a0<\\/p>\",\"_id\":\"7442b3f\"},{\"tab_title\":\"Is the program suitable for everyone?\",\"faq_answer\":\"<p>To begin the program, schedule an initial virtual \\\"Peptide Therapy Consultation\\\" with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey.\\u00a0<\\/p>\",\"_id\":\"4f33fc0\"},{\"tab_title\":\"What are the benefits of virtual peptide therapy?\",\"faq_answer\":\"<p>\\u00a0Virtual peptide therapy offers convenience, allowing you to receive personalized care from the comfort of your home. It includes regular check-ins and adjustments to optimize your peptide therapy experience.\\u00a0<\\/p>\",\"_id\":\"661f8f0\"},{\"tab_title\":\"How often are virtual follow-ups scheduled?\",\"faq_answer\":\"<p>The frequency of virtual follow-ups depends on individual needs and progress. Our patients have exclusive access to secure portal messaging with their healthcare provider to communicate and monitor your response to peptide therapy and make necessary adjustments.\\u00a0<\\/p>\",\"_id\":\"eb733e0\"},{\"tab_title\":\"Can I receive peptide prescriptions through the virtual program?\",\"faq_answer\":\"<p>Yes, if deemed necessary during the initial consultation, peptide prescriptions can be provided and monitored through virtual follow-ups. All prescriptions are mailed to your home.<\\/p>\",\"_id\":\"232177a\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"129fcc4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"fcc9452\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}]},\"elements\":[{\"id\":\"40eabf5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c591d4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/wellness-chat.jpg\",\"id\":2881,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d6cceaa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3a7b6a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Membership<span style=\\\"font-weight:800\\\"> client portal<\\/span>\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d10ade\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access the Client Portal\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23e478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at <a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/genesiswa.clientsecure.me.\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/genesiswa.clientsecure.me.<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c58fa47\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client Portal Features\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8baa33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Send secure messages to your provider (Exclusive to Wellness Program Members).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"007630f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Telehealth with a Simple Touch\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"db06328\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dcebb2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Learn how to download the free app at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"https:\\/\\/support.simplepractice.com\\/hc\\/en-us\\/articles\\/9651784620045-The-SimplePractice-Client-Portal-mobile-app\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">The SimplePractice Client Portal mobile app \\u2013 SimplePractice Support<\\/a><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"17da266\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c384de1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"455f355\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"4546318\",\"elType\":\"widget\",\"settings\":{\"title\":\"FDA Approved <span style=\\\"font-weight:800\\\">Peptides<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b76f818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>On September 29th, 2023, the FDA made a decision to recategorize numerous vital bulk drug substances and restrict pharmacies from the ability to compound with these substances for patients<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b755177\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b416e96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_wrap\":\"wrap\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"178153c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"487c6c0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"AOD 9604\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"BPC-157\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"6b3b9d4\"},{\"text\":\"CJC-1295\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"8871ad1\"},{\"text\":\" Dihexa \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1ba273d\"},{\"text\":\" DSIP \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"2653151\"},{\"text\":\"Kisspeptin-10 \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"a9f0571\"}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9222410\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"aef98a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Epitalon \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"d1c335e\"},{\"text\":\"GHK-Cu (for injectable routes of administration) \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"af82f03\"},{\"text\":\" LL-37 \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"e4e95d6\"},{\"text\":\" Ibutamoren (MK677)\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"aaeab78\"},{\"text\":\"Ipamorelin Acetate \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"34c7d09\"}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"fd93cc4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"3204c14\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"KPV\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\" Melanotan II\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5f6c187\"},{\"text\":\" MOTs-C\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"56c10c1\"},{\"text\":\" PEG-MGF\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"78e7396\"},{\"text\":\"Selank\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"9e95063\"},{\"text\":\"Semax  \",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"36831cd\"}],\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"84a7890\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/qtq80-IRD5fv.jpeg\",\"id\":4135,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4aae62\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8bf24d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8996856\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4257e48d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"67f61538\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"352cba76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25dcde20\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10133, 1175, '_wp_attached_file', '2025/01/Peptide-Therapy.jpg'),
(10134, 1175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2025/01/Peptide-Therapy.jpg\";s:8:\"filesize\";i:382048;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Peptide-Therapy-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Peptide-Therapy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10147, 1177, '_wp_attached_file', '2025/01/Peptide-Therapy-2.jpg'),
(10148, 1177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2025/01/Peptide-Therapy-2.jpg\";s:8:\"filesize\";i:357127;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Peptide-Therapy-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15309;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Peptide-Therapy-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:6476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10269, 1190, '_wp_attached_file', '2025/01/Quality-matters.jpg'),
(10270, 1190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/01/Quality-matters.jpg\";s:8:\"filesize\";i:261960;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Quality-matters-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11375;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Quality-matters-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10271, 1191, '_wp_attached_file', '2025/01/Quality-matters-2.jpg'),
(10272, 1191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2025/01/Quality-matters-2.jpg\";s:8:\"filesize\";i:223434;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Quality-matters-2-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Quality-matters-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:5156;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10453, 767, '_elementor_edit_mode', 'builder'),
(10454, 767, '_elementor_template_type', 'wp-page'),
(10455, 767, '_elementor_version', '3.31.2'),
(10456, 767, '_elementor_pro_version', '3.31.2'),
(10457, 767, '_astra_content_layout_flag', 'disabled'),
(10458, 767, 'ast-title-bar-display', 'disabled'),
(10466, 1211, '_wp_attached_file', '2025/01/Vitamin.jpg'),
(10467, 1211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2025/01/Vitamin.jpg\";s:8:\"filesize\";i:433815;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Vitamin-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Vitamin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10480, 767, '_elementor_data', '[{\"id\":\"98bcfbf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}]},\"elements\":[{\"id\":\"b149627\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}]},\"elements\":[{\"id\":\"6d453a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8df2a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg\",\"id\":4001,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68984b1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c451e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Recharge and Rejuvenate <\\/b>with Vitamin Therapy\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd3c18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-62 c1-4 c1-1c c1-1l c1-7u c1-8a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-15 c1-b c1-34 c1-5d c1-3k c1-5g c1-5i c1-5j c1-5k x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\"><p data-start=\\\"153\\\" data-end=\\\"473\\\">Get a powerful boost of essential vitamins, minerals, and nutrients delivered directly into your bloodstream for fast, effective results. Our personalized treatments help increase energy, strengthen your immune system, enhance glowing skin, and support your overall wellness\\u2014so you can feel your absolute best every day.<\\/p><p data-start=\\\"475\\\" data-end=\\\"536\\\"><strong data-start=\\\"475\\\" data-end=\\\"536\\\">Ready to recharge? Book your vitamin therapy session now!<\\/strong><\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fe29618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4707ab5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"b138959\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a81564b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits of NAD+ IV  <span style=\\\"font-weight:800\\\">Therapy<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2082067\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"8771e11\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"299f159\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Anti-aging\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"389ec92\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Promotes mitochondrial biogenesis\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Defends cells against oxidative stress and death\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"fe18afe\"},{\"text\":\"Helps cells repair damaged DNA\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1b8f92c\"},{\"text\":\" Highly effective in anti-inflammation and detoxification\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1d27591\"},{\"text\":\"Decreases the risk of heart disease\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"de5d442\"},{\"text\":\"Decreases skin aging through maintaining elasticity, structure, and moisture.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"eb43234\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"63b4c6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"9c3f538\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Athletic Optimization and Weight Loss\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f9d818\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Boosts metabolism and helps fuel fat burning\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Reduces adipose (fat) cells, resulting in less weight gain\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"465faf6\"},{\"text\":\"Helps control the circadian rhythm to improve sleep quality and duration.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"3584f2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2602dd0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae2d2d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Pain Reduction and Recovery\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"80a7641\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Promotes cellular regeneration allowing body to heal itself\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Helps with addiction by regenerating brain cells and receptors damaged by substances\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c7cfc9\"},{\"text\":\"Reduces substance cravings and unpleasant effects of withdrawal.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"879394c\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"8aef40c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"04d5ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Mood and Cognitive Performance\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b8cd1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Improves concentration, memory, and mental clarity by stimulating production of neurotransmitters, coenzymes, and other chemicals needed for proper brain and nervous system function.\\u00a0<\\/p><p>Slows cognitive decline by boosting neuroplasticity and decreasing neuroinflammation.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"431da87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7b9838b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"c1c5cd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Energy and Reduced Fatigue\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53d5dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>NAD fuels the energy production of mitochondria (our cellular power plants) by increasing production of ATP (adenosine triphosphate). ATP is the energy-carrying molecule found in the cells of all living things.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"431da87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0be8adb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24c2b33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0899d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55219ba\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2d8d73b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"859678a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6b74502\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ecd8d19\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"87095c0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d732617\"}],\"pp_display_conditions\":[{\"_id\":\"4da74a3\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6eeaf75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu \\/ Price List\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c8c3078\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb00c01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infusion<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"35ceff2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ab5421\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"fe81c19\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 500mg (4h)\",\"menu_price\":\"599\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;37ni3&quot;,&quot;text&quot;:&quot;Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;5feqp&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;3dfc&quot;,&quot;text&quot;:&quot;Renew NAD+ Package ($2,250, save $146) &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div data-block=\\\"true\\\" data-editor=\\\"f2r0r\\\" data-offset-key=\\\"5i44b-0-0\\\"><div data-offset-key=\\\"5i44b-0-0\\\"><span data-offset-key=\\\"5i44b-0-0\\\">Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"dae8b1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"e861cbe\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 250mg (2h)\",\"menu_price\":\"399\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;3te94&quot;,&quot;text&quot;:&quot;Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;8fpuv&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;cm51o&quot;,&quot;text&quot;:&quot;Revive NAD+ Program ($1,499, save $97)&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div class=\\\"block paragraph\\\" data-block=\\\"true\\\" data-editor=\\\"bsv\\\" data-offset-key=\\\"dbfj5-0-0\\\"><div data-offset-key=\\\"dbfj5-0-0\\\" class=\\\"public-DraftStyleDefault-block public-DraftStyleDefault-ltr\\\"><span data-offset-key=\\\"dbfj5-0-0\\\">Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"4e0f9c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c92db68\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Weight Loss (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"2807053\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"832b89a\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Hangover (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;dll3l&quot;,&quot;text&quot;:&quot;Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. <\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"83daac4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae5b6e1\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Anti-acid (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"dc2b504\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"017b2d1\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Immunity & Detox (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"9f9f9b1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"5da1490\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Allergy (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"dcef391\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"727b374\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Migraine (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8ekqs&quot;,&quot;text&quot;:&quot;Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. <span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"6197198\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"41815fb\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Myer\'s Mix (1h)\",\"menu_price\":\"199\",\"_id\":\"066335b\",\"menu_description\":\"Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"8f1924c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"58df8cf\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Glutathione 1,000 (15 min.)\",\"menu_price\":\"145\",\"_id\":\"066335b\",\"menu_description\":\"IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \\\"Hollywood Infusion\\\" for glowing skin. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ce13c1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"5200e49\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6b05666\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3e23d3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad0a56c\"}],\"pp_display_conditions\":[{\"_id\":\"518384b\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3141b50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nutrient Shot<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fb9f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"782838c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75c342d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e59a07\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Ketorolac\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"b465a6c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b8647c\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Zofran\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A trusted medication for relieving nausea and vomiting, offering fast and effective relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"bda32fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b8d16c\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Lipo-B12\",\"menu_price\":\"49\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. <\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"24b8a2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"effb5b6\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"B12\",\"menu_price\":\"40\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><span style=\\\"font-size: 1rem;\\\">A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cd3da3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"f1b6fdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a0e3db4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c90521\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddf3164\"}],\"pp_display_conditions\":[{\"_id\":\"ef8d2cd\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8db4379\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ Treatment <span style=\\\"font-weight:800\\\"> options <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44b44e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion \\u2013 the ultimate revitalizing treatment for your body and mind!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ab7b18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7656d2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"996f5d7\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Renew NAD+ Package ($2,250, save $146)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 500mg infusions\\n\\nEach 4 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"b082061\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0e7ece\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Revive NAD+ Package ($1,499, save $97)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 250mg infusions\\n\\nEach 2 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"9cde5c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"74cd6d2\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 1,000mg vial ($495)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"e8fab8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae85251\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Single Infusion NAD+\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"NAD+ 250mg (2h) - $399 (Athletic\\/Anti-aging)<br>\\n\\nNAD+ 500mg (4h) - $599 (Neuroregenerative)\",\"original_price\":\"$69\",\"image_switch\":\"\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8cf3aba\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3-1.png\",\"id\":4032,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"47082e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bcb252e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b337789\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10883, 769, '_elementor_edit_mode', 'builder'),
(10884, 769, '_elementor_template_type', 'wp-page'),
(10885, 769, '_elementor_version', '3.34.0'),
(10886, 769, '_elementor_pro_version', '3.34.0'),
(10887, 769, '_astra_content_layout_flag', 'disabled'),
(10888, 769, 'ast-title-bar-display', 'disabled'),
(10889, 1254, '_wp_attached_file', '2025/01/Botox-Dysport.jpg'),
(10890, 1254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2025/01/Botox-Dysport.jpg\";s:8:\"filesize\";i:344672;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Botox-Dysport-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Botox-Dysport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10903, 769, '_elementor_data', '[{\"id\":\"6ae97cc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"08d5df0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"710e8c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9f07b9c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/2025-12-02.webp\",\"id\":4418,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"740b4f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"01f869d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Botox &  <span style=\\\"font-weight:800\\\">Dysport<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42cf706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get predictable, subtle results with Botox for a natural look with fewer facial lines. Schedule a free consultation to enhance your appearance today.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2aefdcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d615d42\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\"}]},\"elements\":[{\"id\":\"02ff8b1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"a1b03a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"786e193\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\"}]},\"elements\":[{\"id\":\"1fa7c80\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3113,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-1.jpg\"},{\"id\":3114,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-2.jpg\"},{\"id\":3115,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-3.jpg\"},{\"id\":3116,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-4.jpg\"},{\"id\":3117,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-5.jpg\"},{\"id\":3118,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-6.jpg\"},{\"id\":3119,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-7.jpg\"},{\"id\":3120,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-8.jpg\"},{\"id\":3121,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-9.jpg\"},{\"id\":3122,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/botox-img-10.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":3,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7a6d7b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"d4b4e92\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c922b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d4374e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"412a6fc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Your Per Unit Cost for Neurotoxins?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Our pricing is as follows: Dysport is $5 per unit, and Botox is $15.00 per unit.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What is Botox\\/Dysport and How Does it Work?\",\"faq_answer\":\"<p>Botox\\/Dysport is a neurotoxin that temporarily paralyzes muscles, reducing the appearance of wrinkles by preventing muscle contractions.\\u00a0<\\/p>\",\"accordion_tab_default_active\":\"yes\",\"_id\":\"8516645\"},{\"tab_title\":\"Is Botox\\/Dysport Safe?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>When administered by a qualified and experienced professional, Botox\\/Dysport is generally considered safe. Our practice offers a complimentary consultation for each patient to ascertain the safe and expert administration of Botox by our trained and certified injectors.\\u00a0<\\/p>\"},{\"tab_title\":\"Does Botox\\/Dysport Require Downtime?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>Botox\\/Dysport is a non-surgical procedure with minimal downtime. Patients can typically resume normal activities immediately after treatment.\\u00a0<\\/p>\"},{\"tab_title\":\"How Long Do Botox\\/Dysport Results Last?\",\"faq_answer\":\"<p>Botox\\/Dysport results are temporary and typically last three to four months. Regular maintenance treatments are recommended for sustained effects.\\u00a0<\\/p>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"Are There Side Effects of Botox\\/Dysport?\",\"faq_answer\":\"<p>Side effects are usually mild and temporary, including bruising, swelling, or redness at the injection site. Serious side effects are rare.\\u00a0<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"Who is a Good Candidate for Botox?\",\"faq_answer\":\"<p>Botox\\/Dysport is suitable for individuals with moderate to severe facial wrinkles looking for a non-invasive cosmetic solution. The consultation with our healthcare professionals can determine candidacy.\\u00a0<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"What can I expect during my consultation?\",\"faq_answer\":\"<p>Your healthcare provider will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed suitable, same-day treatment may be administered if time allows.\\u00a0<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"Can Botox\\/Dysport Be Combined with Other Treatments?\",\"faq_answer\":\"<p>Botox can be combined with other cosmetic treatments to enhance overall results. Common combinations include dermal fillers and laser therapies.\\u00a0<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"How Soon Can I See Results After Botox\\/Dysport Treatment?\",\"faq_answer\":\"<p>Results typically begin to appear within a few days to a week after the procedure, with full effects becoming evident within two weeks.\\u00a0<\\/p>\",\"_id\":\"7442b3f\"},{\"tab_title\":\"How Often Should I Get Botox\\/Dysport Injections?\",\"faq_answer\":\"<p>The frequency of Botox\\/Dysport injections depends on individual factors and desired results. Most patients opt for treatments every three to six months for ongoing benefits.\\u00a0<\\/p>\",\"_id\":\"584e576\"},{\"tab_title\":\"Is Botox\\/Dysport Only Used for Cosmetic Purposes?\",\"faq_answer\":\"<p>While Botox\\/Dysport is widely known for its cosmetic applications, it is also used for various medical conditions, including migraines, excessive sweating, and certain muscle disorders.\\u00a0<\\/p>\",\"_id\":\"6f7dcdb\"},{\"tab_title\":\"Is Botox\\/Dysport Painful?\",\"faq_answer\":\"<p>Botox\\/Dysport injections are generally well-tolerated. Patients may experience minor discomfort, but the procedure is quick, and any discomfort is brief.\\u00a0<\\/p>\",\"_id\":\"7a5dfec\"},{\"tab_title\":\"How should i prepare for my treatment?\",\"faq_answer\":\"<ul><li>Avoid blood-thinning medications for several days before your visit (*Unless medically indicated).<\\/li><li>Avoid alcohol on the procedure day.<\\/li><li>Arrive with a clean, washed face.<\\/li><li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.<\\/li><\\/ul>\",\"_id\":\"91fe9d1\"},{\"tab_title\":\"What can I expect during my treatment visit?\",\"faq_answer\":\"<p>Before\\/Dysport and after your treatment, your injector will capture photographs. For certain areas, a numbing cream may be applied before the injection. Many patients describe the injections as a mild pinch.\\u00a0<\\/p>\",\"_id\":\"de5e912\"},{\"tab_title\":\"What should I do after my treatment?\",\"faq_answer\":\"<ul><li>Do not lie down for 4 hours.<\\/li><li>Do not wear a hat for 4 hours if the forehead is treated.<\\/li><li>Avoid any massage or pressure to the treatment area(s), as this may alter the placement of the drug.<\\/li><li>If you would like to reapply makeup, do so gently over the treatment area(s).<\\/li><li>Avoid flushing\\/sweating and heavy exercise for 24 hours.\\u00a0<\\/li><\\/ul>\",\"_id\":\"12808c2\"},{\"tab_title\":\"What should I expect after my treatment?\",\"faq_answer\":\"<p>Recovery time for the treatment is minimal, allowing you to resume your daily activities right away. Visible smoothing of lines may begin within 24 to 48 hours, with complete results apparent within 30 days. The effects can last up to 4 months for moderate to severe lines. During your 2-week follow-up visit, you and the provider can assess whether additional units are necessary.\\u00a0<\\/p>\",\"_id\":\"047d95c\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"37ac598\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"bae7ca5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"86fce41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50ac52d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bc5b3ca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"761fcca0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"4640cf21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11cda62b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(10958, 771, '_elementor_edit_mode', 'builder'),
(10959, 771, '_elementor_template_type', 'wp-page'),
(10960, 771, '_elementor_version', '3.34.4'),
(10961, 771, '_elementor_pro_version', '3.34.4'),
(10962, 771, '_astra_content_layout_flag', 'disabled'),
(10963, 771, 'ast-title-bar-display', 'disabled'),
(10971, 815, '_elementor_edit_mode', 'builder'),
(10972, 815, '_elementor_template_type', 'wp-page'),
(10973, 815, '_elementor_version', '3.34.4'),
(10974, 815, '_elementor_pro_version', '3.34.4'),
(10975, 815, '_astra_content_layout_flag', 'disabled'),
(10976, 815, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10989, 771, '_elementor_data', '[{\"id\":\"f097010\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"09db6b7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"88c3db7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"227c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/filler-img.jpg\",\"id\":3218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e515909\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6f177f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermal <span style=\\\"font-weight:800\\\">fillers<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c917228\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose from our variety of Hyaluronic acid fillers for natural-looking enhancements in facial aesthetics. We aim to improve shape, contour, definition, and facial balance.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c559d2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8a688e0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"8feee2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77bac8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8ce942\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"abcdb46\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3162,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png\"},{\"id\":3163,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg\"},{\"id\":3164,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg\"},{\"id\":3165,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/6AA48899-D998-49D4-971B-68002E2F1B77.png\"},{\"id\":3166,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/07B4BAED-65DE-496D-BB70-B49D388D28A4.png\"},{\"id\":3167,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png\"},{\"id\":3168,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg\"},{\"id\":3169,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png\"},{\"id\":3170,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg\"},{\"id\":3171,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/100F33C3-B8A2-4B28-807C-101E72D9F00F.png\"},{\"id\":3172,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png\"},{\"id\":3173,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/48595A0E-91E1-4751-8B7B-32E0176773E7.png\"},{\"id\":3174,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg\"},{\"id\":3175,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/A923CD61-7DBE-4776-A689-12E74E1A739A.png\"},{\"id\":3177,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png\"},{\"id\":3178,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png\"},{\"id\":3179,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg\"},{\"id\":3180,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/FC7A3269-DC6E-4B59-9E67-F80039738410.png\"},{\"id\":3181,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg\"},{\"id\":3182,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg\"},{\"id\":3211,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/filler-before-after-extra.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":3,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a2500fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"027f7c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0ab3995\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b65e00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c42d09\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the Cost of Dermal Fillers?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>We offer dermal fillers at the following rates: $700 for a full syringe and $450 for a half syringe.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What are Dermal Fillers?\",\"faq_answer\":\"<p>Dermal fillers are injectable substances, often composed of hyaluronic acid or other materials, used to add volume, smooth wrinkles, and enhance facial contours.\\u00a0<\\/p>\",\"accordion_tab_default_active\":\"yes\",\"_id\":\"0725bba\"},{\"tab_title\":\"How Do Dermal Fillers Work?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>Dermal fillers work by instantly adding volume to the treated area, plumping up the skin and reducing the appearance of wrinkles and lines.\\u00a0<\\/p>\"},{\"tab_title\":\"Are Dermal Fillers Safe?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>When administered by a qualified and experienced healthcare professional, dermal fillers are generally considered safe. Our practice offers a complimentary consultation for each patient to ascertain the safe and expert administration of dermal fillers by our trained and certified injectors.\\u00a0<\\/p>\"},{\"tab_title\":\"How Long Do Dermal Filler Results Last?\",\"faq_answer\":\"<p>The duration of results varies depending on the type of filler used and individual factors. Results can last from several months to over a year.\\u00a0<\\/p>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"Is There Downtime After Dermal Filler Treatment?\",\"faq_answer\":\"<p>Downtime is minimal for most dermal filler treatments. Patients can typically resume normal activities immediately after the procedure.\\u00a0<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"Are Dermal Filler Injections Painful?\",\"faq_answer\":\"<p>Discomfort is usually minimal during dermal filler injections. If needed, your injector will apply medical-grade topical numbing to your treatment area prior. Many fillers also contain a local anesthetic to enhance comfort.\\u00a0<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"Are There Any Side Effects of Dermal Fillers?\",\"faq_answer\":\"<p>Some hyaluronic acid-based fillers can be partially or fully reversed using an enzyme called hyaluronidase if needed.\\u00a0<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"Can Dermal Fillers Be Combined with Other Treatments?\",\"faq_answer\":\"<p>Yes, dermal fillers can be combined with other cosmetic treatments such as Botox, laser therapy, or chemical peels for comprehensive facial rejuvenation.\\u00a0<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"How Soon Can I See Results After Dermal Filler Treatment?\",\"faq_answer\":\"<p>Results are typically visible immediately after the treatment, with optimal effects becoming more apparent in the days following.\\u00a0<\\/p>\",\"_id\":\"7442b3f\"},{\"tab_title\":\"Who is a Good Candidate for Dermal Fillers?\",\"faq_answer\":\"<p>Individuals experiencing volume loss, wrinkles, or seeking facial enhancement may be good candidates. A consultation with a healthcare professional helps determine suitability.\\u00a0<\\/p>\",\"_id\":\"584e576\"},{\"tab_title\":\"Which Filler Type is the Best?\",\"faq_answer\":\"<p>The choice of which filler depends on your treatment goals, the desired longevity, and the facial location - This varies from person to person. Your certified injector will discuss your goals and determine which products are right for you.\\u00a0<\\/p>\",\"_id\":\"6f7dcdb\"},{\"tab_title\":\"What Should I Expect at My Consultation?\",\"faq_answer\":\"<p>Your injector will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed appropriate, same-day treatment may be administered based on time availability.\\u00a0<\\/p>\",\"_id\":\"7a5dfec\"},{\"tab_title\":\"How Should I Prepare for My Treatment?\",\"faq_answer\":\"<ul><li>Avoid blood-thinning medications including but not limited to Aspirin, Motrin, Gingko Biloba, Garlic, Flax oil, Cod Liver Oil, Vitamin A, Vitamin E, or any other essential fatty acids atleast 3-7 days before and after treatment.<\\/li><li>Avoid alcohol 24-48 hours before.<\\/li><li>Arrive with a clean, washed face.<\\/li><li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.<\\/li><li>If you have a special even or vacation, schedule atleast 2 weeks in advance<\\/li><li>\\u00a0<\\/li><\\/ul>\",\"_id\":\"91fe9d1\"},{\"tab_title\":\"What Should I Expect During My Visit?\",\"faq_answer\":\"<p>The provider will take your photos before and after your treatment. Some areas may need numbing cream and\\/or ice which will be applied prior to your injection. Results vary depending on the product, your metabolism, and the amount of products used.\\u00a0<\\/p>\",\"_id\":\"de5e912\"},{\"tab_title\":\"What Should I Expect After My Visit?\",\"faq_answer\":\"<ul><li>Treatment requires minimal downtime. You can return to your daily routine immediately. Some redness, swelling, and bruising may occur following treatment. Resolution is typically spontaneous within a few days. At your 2-4 week follow-up visit, you and the provider will determine if additional filler is needed.<\\/li><\\/ul>\",\"_id\":\"12808c2\"},{\"tab_title\":\"What Should I Do After My Visit?\",\"faq_answer\":\"<ul><li>Avoid any massage or pressure to the treatment area(s), as this may alter the placement of the drug.<\\/li><li>If you would like to reapply makeup, do so gently over the treatment area(s).<\\/li><li>Avoid flushing\\/sweating and heavy exercise for 24 hours.\\u00a0<\\/li><\\/ul>\",\"_id\":\"047d95c\"},{\"tab_title\":\"Who Should Not Use Filler Products?\",\"faq_answer\":\"<ul><li>Are pregnant, breastfeeding, or under 22 years of age<\\/li><li>Have recently used drugs that thin the blood or prevent clotting<\\/li><li>Have had previous bad allergies, particularly to microorganisms known as gram-positive bacteria<\\/li><li>Have serious allergies to drugs that have previously required in-hospital treatment<\\/li><li>Have bleeding disorders<\\/li><li>Have a known allergy to lidocaine (Select products)<\\/li><li>\\u00a0<\\/li><\\/ul>\",\"_id\":\"4709098\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a31d19\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c69ecc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d089e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26d5246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"781ddb77\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"22f3cfe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"5040d4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5262d939\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(11040, 1273, '_wp_attached_file', '2025/01/Dermal-fillers.jpg'),
(11041, 1273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2025/01/Dermal-fillers.jpg\";s:8:\"filesize\";i:331904;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Dermal-fillers-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Dermal-fillers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11138, 815, '_elementor_data', '[{\"id\":\"69ae2d4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f1d7ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"08149f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/Image-2-1.jpg\",\"id\":3959,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"764c711\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"72cab01\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span data-start=\\\"158\\\" data-end=\\\"187\\\">The Glass Skin <\\/span><strong data-start=\\\"158\\\" data-end=\\\"187\\\">Experience<\\/strong>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65985ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the flawless, luminous look inspired by Korean beauty\\u2014no passport needed. This advanced treatment layers a glow-enhancing HydraFacial, gentle Erbium laser resurfacing, and your choice of exosomes, stem cells, or PRP with injections to deeply rejuvenate the skin. We finish with a cooling collagen and hyaluronic acid mask to lock in hydration and reveal a smooth, radiant, poreless glow.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"693b08f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule Your Consult\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f78c7f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a71ff36\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b24aec1\",\"elType\":\"widget\",\"settings\":{\"title\":\"K-beauty Treatment   <span style=\\\"font-weight:800\\\">Options<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2fcdcc7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"dee1ca2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"7cad186\",\"elType\":\"widget\",\"settings\":{\"title\":\"AquaLuxe Rejuran Therapy\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44885ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2013 Featuring Salmon PDRN\\n\",\"header_size\":\"h6\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a5a8eb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Immerse your skin in luxury with this advanced treatment designed to restore, hydrate, and illuminate. AquaLuxe combines the rejuvenating power of Rejuran PDRN with cutting-edge skin therapies to deeply repair, smooth, and renew. The experience is completed with a PDRN Rejuran face mask, locking in lasting hydration and unveiling a luminous, glass-skin glow.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0f69cae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"a35ace7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ExoGlow Glass Skin Facial\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da88c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\u2013 Featuring Exosomes\\n\",\"header_size\":\"h6\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e6a23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This luxurious treatment combines the Hydrafacial and Erbium skin resurfacing with potent exosomes for deep skin rejuvenation and hydration. Finish with a soothing collagen boost hyaluronic acid Korean face mask to lock in moisture and achieve that flawless glass-skin<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1930e1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"a86dc6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"StemCell Radiance Renewal\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f5ba2d\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\u2013 Featuring Stem Cells\\n\",\"header_size\":\"h6\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb0c033\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of a Hydrafacial and Erbium skin resurfacing, enhanced with regenerative stem cells to renew and brighten the skin. A cooling collagen boost hyaluronic acid Korean face mask seals in moisture and maximizes your dewy, poreless finish.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b2ab560\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/09\\/rejuranportada-scaled.webp\",\"id\":4344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"c3464b3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d50b2b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_direction_tablet\":\"column-reverse\",\"background_background\":\"classic\",\"background_color\":\"#121F38\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"87a2a7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ac2c9da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"460686d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"right-left-section\",\"pp_display_conditions\":[{\"_id\":\"09f715c\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5df9331\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b4c5ad4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"02c47e9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e9c2e0b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"f8a24e2\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"032cf0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxury Meets Clinical Precision\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19c09c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Elevate your skin with a complete medical-grade system designed to repair, hydrate, and illuminate from every angle.\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h4\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"feabcdc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"395\\\">With any <strong data-start=\\\"131\\\" data-end=\\\"162\\\">Korean Glass Skin treatment<\\/strong>, you\\u2019ll receive the <strong data-start=\\\"183\\\" data-end=\\\"221\\\">Rejuran PDRN Medi Healing Care Set<\\/strong>, the <strong data-start=\\\"227\\\" data-end=\\\"260\\\">IS Clinical Brightening Serum<\\/strong>, and a <strong data-start=\\\"268\\\" data-end=\\\"328\\\">1-month unlimited full-body red light therapy membership<\\/strong> \\u2014 a complete system designed to elevate and extend your results.<\\/p><p data-start=\\\"397\\\" data-end=\\\"511\\\">The <strong data-start=\\\"401\\\" data-end=\\\"439\\\">Rejuran PDRN Medi Healing Care Set<\\/strong> delivers advanced post-treatment recovery and deep rejuvenation with:<\\/p><ul data-start=\\\"512\\\" data-end=\\\"966\\\"><li data-start=\\\"512\\\" data-end=\\\"623\\\"><p data-start=\\\"514\\\" data-end=\\\"623\\\"><strong data-start=\\\"514\\\" data-end=\\\"549\\\">Concentrated Multitasking Serum<\\/strong> \\u2013 targets multiple skin concerns while supporting cellular regeneration<\\/p><\\/li><li data-start=\\\"624\\\" data-end=\\\"707\\\"><p data-start=\\\"626\\\" data-end=\\\"707\\\"><strong data-start=\\\"626\\\" data-end=\\\"651\\\">Intensive Moisturizer<\\/strong> \\u2013 restores hydration and strengthens the skin barrier<\\/p><\\/li><li data-start=\\\"708\\\" data-end=\\\"797\\\"><p data-start=\\\"710\\\" data-end=\\\"797\\\"><strong data-start=\\\"710\\\" data-end=\\\"737\\\">Sunscreen SPF 50+ PA+++<\\/strong> \\u2013 protects against UV damage and prevents premature aging<\\/p><\\/li><li data-start=\\\"798\\\" data-end=\\\"872\\\"><p data-start=\\\"800\\\" data-end=\\\"872\\\"><strong data-start=\\\"800\\\" data-end=\\\"825\\\">Rejuran Healing Cream<\\/strong> \\u2013 soothes irritation and accelerates healing<\\/p><\\/li><li data-start=\\\"873\\\" data-end=\\\"966\\\"><p data-start=\\\"875\\\" data-end=\\\"966\\\"><strong data-start=\\\"875\\\" data-end=\\\"894\\\">Healing Eye Gel<\\/strong> \\u2013 revitalizes delicate eye areas and reduces puffiness and fine lines<\\/p><\\/li><\\/ul><p data-start=\\\"968\\\" data-end=\\\"1133\\\">Paired with the <strong data-start=\\\"984\\\" data-end=\\\"1017\\\">IS Clinical Brightening Serum<\\/strong>, this regimen refines tone, enhances clarity, and delivers the luminous finish synonymous with Korean glass skin.<\\/p><p data-start=\\\"1135\\\" data-end=\\\"1308\\\">Your <strong data-start=\\\"1140\\\" data-end=\\\"1182\\\">unlimited red light therapy membership<\\/strong> further enhances results by stimulating collagen, softening fine lines, improving texture, and supporting overall wellness.<\\/p><p data-start=\\\"1310\\\" data-end=\\\"1434\\\">This <strong data-start=\\\"1315\\\" data-end=\\\"1345\\\">luxury-medical combination<\\/strong> ensures your glow lasts longer, shines brighter, and feels healthier from every angle.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a819349\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":255,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/red-light-thearpy.jpg\",\"id\":1332,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b4c5ad4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"02c47e9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e9c2e0b\"}],\"pp_display_conditions\":[{\"_id\":\"f8a24e2\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"8377583\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"cf0b27c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c887990\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"cb2c859\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"37c0a86\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3203,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Korean-glass-skin-img-2.jpg\"},{\"id\":3204,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Korean-glass-skin-img-33.jpg\"},{\"id\":3205,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Korean-glass-skin-img-34.jpg\"},{\"id\":3206,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Korean-glass-skin-img-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":2,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cdaee3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1eda86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0c3f6d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e8069c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac191b1\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the Korean Glass Skin treatment?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Our Korean Glass Skin treatment is a combination of the Hydrafacial, Erbium skin resurfacing, and your choice of advanced skincare boosters like exosomes, PDRN, or stem cells. This unique protocol deeply exfoliates, resurfaces, and rejuvenates the skin to give you a smooth, radiant, and poreless \\\"glass-like\\\" complexion.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What are the benefits of Hydrafacial in this treatment?\",\"faq_answer\":\"<p>Hydrafacial is a gentle yet powerful exfoliation process that cleanses, extracts impurities, and infuses the skin with hydrating serums. It preps your skin for the next steps, enhancing the absorption of exosomes, PRP, or stem cells for maximum rejuvenation.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"What does Erbium skin resurfacing do?\",\"faq_answer\":\"<p>Erbium skin resurfacing uses laser technology to remove the top layer of dead skin, reducing fine lines, acne scars, and pigmentation. This process stimulates collagen production and promotes smoother, healthier skin.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"aeaab0e\"},{\"tab_title\":\"What are PDRN, exosomes, and stem cells, and how do they enhance the treatment?\",\"faq_answer\":\"<ul><li><strong>PDRN\\u00a0<\\/strong>(Polydeoxyribonucleotide) is a regenerative compound derived from salmon DNA that stimulates cellular repair, boosts collagen production, and enhances skin hydration for rejuvenated, healthy skin.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Exosomes<\\/strong>\\u00a0are tiny vesicles that carry growth factors and signals to repair and regenerate the skin, boosting collagen and hydration for a youthful, radiant glow.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Stem cells<\\/strong>\\u00a0promote cell renewal and tissue repair, helping to rejuvenate the skin and deliver a dewy, glass-like finish.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"c7fe62d\"},{\"tab_title\":\"How long does the treatment take?\",\"faq_answer\":\"<p>The entire procedure typically takes about 90-120 minutes, depending on the chosen booster and skin resurfacing needs.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"c168f94\"},{\"tab_title\":\"Is there any downtime after the treatment?\",\"faq_answer\":\"<p>Downtime is minimal. Some redness or mild peeling may occur for a few days, especially after the Erbium resurfacing, but this is temporary and can be managed with proper aftercare.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"576eade\"},{\"tab_title\":\"Who is a good candidate for this treatment?\",\"faq_answer\":\"<p>The Korean Glass Skin treatment is suitable for all skin types, particularly those looking to reduce fine lines, uneven texture, and pigmentation. It\\u2019s ideal for anyone who wants a refreshed, radiant, and youthful complexion.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"55c4ada\"},{\"tab_title\":\"How do I take care of my skin post-treatment?\",\"faq_answer\":\"<p>After the treatment, it\\u2019s important to stay hydrated, avoid direct sun exposure, and use sunscreen daily. We will also provide aftercare instructions tailored to your skin type and booster choice.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"d11a92c\"},{\"tab_title\":\"How soon will I see results?\",\"faq_answer\":\"<p>You\\u2019ll notice an immediate glow and smoother skin after the first session, with progressive improvement as collagen production increases over the following weeks. For long-term results, multiple sessions are recommended.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5320fe4\"},{\"tab_title\":\"Which option is right for me: Exosomes, PRP, or Stem Cells?\",\"faq_answer\":\"<p>The best option for you\\u2014whether exosomes, PDRN, or stem cells\\u2014will be determined based on your goals and current skin health. During your complimentary consultation, our provider will assess your skin and discuss your skincare objectives to create a personalized treatment plan that suits your needs.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"dec37d0\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"answer_bg_color\":\"#F0F5FA\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f68a7fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8aafe8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"16\",\"bottom\":\"25\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"c13fbb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a \\n<span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0a72d5\",\"elType\":\"widget\",\"settings\":{\"text\":\" Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11169, 773, 'astra-migrate-meta-layouts', 'set'),
(11170, 773, '_elementor_edit_mode', 'builder'),
(11171, 773, '_elementor_template_type', 'wp-page'),
(11172, 773, '_elementor_version', '3.34.4'),
(11173, 773, '_elementor_pro_version', '3.34.4'),
(11196, 773, '_astra_content_layout_flag', 'disabled'),
(11197, 773, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11210, 773, '_elementor_data', '[{\"id\":\"13d30b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f2e4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"a06cd48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0acaa4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/7.png\",\"id\":4099,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"29329f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bdb2e93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restore Youthful Volume and Radiance with <b>Sculptra<\\/b>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"380f4d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"172\\\" data-end=\\\"462\\\">Sculptra isn\\u2019t just a filler\\u2014it\\u2019s a collagen-boosting powerhouse. Made from biocompatible poly-L-lactic acid (PLLA), this innovative treatment stimulates your skin\\u2019s natural collagen production, gradually restoring lost volume, smoothing texture, and delivering long-lasting rejuvenation.<\\/p><p data-start=\\\"464\\\" data-end=\\\"534\\\">Experience a refreshed, lifted look that feels as natural as you do.<\\/p><p data-start=\\\"536\\\" data-end=\\\"620\\\"><strong data-start=\\\"536\\\" data-end=\\\"620\\\">Book your Sculptra consultation today and start your journey to timeless beauty!<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db4103\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2c73931\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"56e70fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"506c025\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c39aa38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"64f537e\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3141,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Sculptra-img-3.jpg\"},{\"id\":3140,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Sculptra-img-2.jpg\"},{\"id\":3143,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Sculptra-img-5.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":3,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d074d91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"69a7c21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d2989cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"306bf91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3116e7a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How Does Sculptra Work?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Sculptra works by stimulating the body\'s natural collagen production. When injected into the skin, it gradually breaks down and encourages collagen synthesis, leading to firmer, smoother, and more youthful-looking skin over time.\\u00a0<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What Areas Can Be Treated with Sculptra?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>Sculptra is commonly used to treat facial wrinkles and folds, such as nasolabial folds (smile lines), marionette lines, and chin wrinkles. It can also be used to restore volume in hollow areas of the face, such as the cheeks and temples.\\u00a0<\\/p>\"},{\"tab_title\":\"How Long Does Sculptra Last?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>Unlike some other dermal fillers that provide immediate results, Sculptra works gradually and can last up to two years or more. The longevity of results is due to its collagen-stimulating properties, which continue to improve skin quality over time.\\u00a0<\\/p>\"},{\"tab_title\":\"Is Sculptra Safe?\",\"faq_answer\":\"<p>Yes, Sculptra is considered safe when administered by a trained and qualified healthcare provider. It is FDA-approved for cosmetic use and has undergone extensive clinical testing to ensure its efficacy and safety profile.\\u00a0<\\/p>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"What are the Potential Side Effects of Sculptra?\",\"faq_answer\":\"<p>Common side effects of Sculptra may include temporary swelling, bruising, redness, tenderness, or lumps at the injection site. These effects are usually mild and resolve on their own within a few days to weeks.\\u00a0<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"Who is a Good Candidate for Sculptra?\",\"faq_answer\":\"<p>Ideal candidates for Sculptra are individuals seeking non-surgical facial rejuvenation, including improvement in volume loss, wrinkles, and skin laxity. A consultation with a healthcare provider can determine if Sculptra is suitable based on individual needs and medical history.\\u00a0<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"How Many Sessions of Sculptra are Required?\",\"faq_answer\":\"<p>The number of Sculptra sessions needed varies depending on the desired results and individual factors. Typically, a series of treatments spaced several weeks apart is recommended to achieve optimal outcomes.\\u00a0<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"Is There Downtime After Sculptra Injections?\",\"faq_answer\":\"<p>While there may be some mild swelling, bruising, or tenderness after Sculptra injections, most patients can resume their normal activities immediately. It\'s advisable to avoid strenuous exercise and excessive sun exposure for a few days post-treatment.\\u00a0<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"When Will I See Results from Sculptra?\",\"faq_answer\":\"<p>Results from Sculptra are not immediate, as the collagen-building process takes time. Patients usually start noticing improvements in skin texture and volume gradually over several weeks to months after treatment.\\u00a0<\\/p>\",\"_id\":\"7442b3f\"},{\"tab_title\":\"What Should I Expect at My Consultation?\",\"faq_answer\":\"<p>Your injector will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed appropriate, same-day treatment may be administered based on time availability.\\u00a0<\\/p>\",\"_id\":\"584e576\"},{\"tab_title\":\"How Should I Prepare for My Treatment?\",\"faq_answer\":\"<ul><li>Avoid blood-thinning medications including but not limited to Aspirin, Motrin, Gingko Biloba, Garlic, Flax oil, Cod Liver Oil, Vitamin A, Vitamin E, or any other essential fatty acids atleast 3-7 days before and after treatment.<\\/li><li>Avoid alcohol 24-48 hours before.<\\/li><li>Arrive with a clean, washed face.<\\/li><li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.<\\/li><li>If you have a special event or vacation, schedule at least 2 weeks in advance<\\/li><\\/ul>\",\"_id\":\"6f7dcdb\"},{\"tab_title\":\"What Should I Do After My Treatment?\",\"faq_answer\":\"<p>\\u00a0After your Sculptra treatment, follow these important post-treatment care instructions:<\\/p><p>\\u00a0<\\/p><ol><li>Massage the treated area for 5 minutes, 5 times per day for 5 days.<\\/li><li>Apply ice or a cloth-wrapped ice pack to the treated area within the first 24 hours to reduce swelling.<\\/li><li>Avoid strenuous exercise, sun exposure, UV lamps, and extreme temperatures for the first 24 hours.<\\/li><\\/ol>\",\"_id\":\"7a5dfec\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4ad75d1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4-1.png\",\"id\":4033,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c65435c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"11e9e93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c42437\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"15f5a9e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"98b3ed5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"c18d4ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"289a1290\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(11219, 1296, '_wp_attached_file', '2025/01/Sculptra.jpg'),
(11220, 1296, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2025/01/Sculptra.jpg\";s:8:\"filesize\";i:201535;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Sculptra-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11220;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Sculptra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11267, 775, '_elementor_edit_mode', 'builder'),
(11268, 775, '_elementor_template_type', 'wp-page'),
(11269, 775, '_elementor_version', '3.34.4'),
(11270, 775, '_elementor_pro_version', '3.34.4'),
(11271, 775, '_astra_content_layout_flag', 'disabled'),
(11272, 775, 'ast-title-bar-display', 'disabled'),
(11280, 1304, '_wp_attached_file', '2025/01/PLasma.jpg'),
(11281, 1304, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:18:\"2025/01/PLasma.jpg\";s:8:\"filesize\";i:270012;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"PLasma-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"PLasma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5742;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11294, 775, '_elementor_data', '[{\"id\":\"ba30a92\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"e03b5d9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"3b5440c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0eefd7a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg\",\"id\":3362,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6bcea4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7690bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Power of <b>\\u201cLiquid Gold\\u201d <\\/b>with PRP Therapy\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7905f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"158\\\" data-end=\\\"421\\\">Experience the cutting-edge treatment that\\u2019s transforming skin and wellness\\u2014PRP (Platelet-Rich Plasma) therapy uses your body\\u2019s own concentrated platelets, stem cells, and growth factors to supercharge healing, boost collagen, and stimulate tissue regeneration.<\\/p><p data-start=\\\"423\\\" data-end=\\\"543\\\">Whether you\\u2019re seeking radiant skin, faster recovery, or natural rejuvenation, PRP delivers powerful, lasting results.<\\/p><p>\\u00a0<\\/p><p data-start=\\\"545\\\" data-end=\\\"616\\\"><strong data-start=\\\"545\\\" data-end=\\\"616\\\">Book your session today and start your journey to renewed vitality!<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5396cb2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d5ffcf5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a40f49a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"61d48e2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9895d4b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d5311a5\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"f946a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b7e7ba\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4035abc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9be40f0\"}],\"pp_display_conditions\":[{\"_id\":\"312affd\"}]},\"elements\":[{\"id\":\"9b2d86d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"bfed035\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4e2d84d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a436cca\"}],\"pp_display_conditions\":[{\"_id\":\"ba2252a\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3fb91d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accelerated Healing: <span style=\\\"font-weight:800\\\"> Joint & Soft Tissue Recovery<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f9732f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience faster recovery and enhanced healing with Platelet-Rich Plasma (PRP) therapy after injury. PRP promotes tissue regeneration, reduces pain, and restores mobility for a quicker return to an active lifestyle.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"f4e98e9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"11caa1e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"bfed035\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4e2d84d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a436cca\"}],\"pp_display_conditions\":[{\"_id\":\"ba2252a\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"ff8d91a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/PRP-img-4.jpg\",\"id\":3230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"ab4470e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"885cc54\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"e59ee4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"3cf156a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8a1e98a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg\",\"id\":3358,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"68c955b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"b0f80aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Radiant Renewal: <span style=\\\"font-weight:800\\\"> Injections for Skin Rejuvenation<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63cd0f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the transformative power of PRP injections for skin rejuvenation. Stimulate collagen production, improve texture and tone, and achieve a youthful glow with this natural and effective treatment.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"816a24b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a40f49a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"61d48e2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9895d4b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d5311a5\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"54675e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b7e7ba\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4035abc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9be40f0\"}],\"pp_display_conditions\":[{\"_id\":\"312affd\"}]},\"elements\":[{\"id\":\"34193bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"bfed035\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4e2d84d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a436cca\"}],\"pp_display_conditions\":[{\"_id\":\"ba2252a\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"ccc2235\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Your Hair\'s Potential:  <span style=\\\"font-weight:800\\\"> Therapy for Regrowth<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6638c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Boost natural regrowth with Platelet-Rich Plasma (PRP) scalp therapy. PRP stimulates dormant follicles, improves hair thickness, and supports stronger, healthier growth\\u2014helping you regain confidence and fuller-looking hair naturally.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"f4e98e9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9cc613c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"bfed035\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4e2d84d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a436cca\"}],\"pp_display_conditions\":[{\"_id\":\"ba2252a\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1b9ee86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg\",\"id\":3356,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"ab4470e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"aa30d16\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f2e39bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"a179ebf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"eb65177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/RF-Microneedling.jpg\",\"id\":1330,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"624\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f4fc157\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0deaf22\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Power Duo: PRP and <span style=\\\"font-weight:800\\\"> RF Microneedling<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98a942c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate skincare combination with PRP (Platelet-Rich Plasma) and RF (Radiofrequency) microneedling. This dynamic duo boosts collagen production, tightens skin, and enhances overall skin texture for a youthful, radiant complexion.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"accbe16\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"7544f50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9988728\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bbec2ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e4b115\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is PRP?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>PRP consists of plasma and platelets, which is a type of blood cell that plays an important role in healing throughout the body. With PRP injections, the solution with specific bioactive proteins is injected into the target area to accelerate the healing process and tissue growth.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What Does PRP Treat?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>PRP injections are used for a range of conditions from sports injuries to chronic pain. It can aid in reducing inflammation, enhancing cellular growth, and accelerating your body\\u2019s natural healing process. Some of the most common uses of PRP therapy include the treatment of osteoarthritis and tendinitis. PRP therapy can also be used in aesthetic treatments, such as hair restoration and skin rejuvenation.\\u00a0<\\/p>\"},{\"tab_title\":\"Is PRP Safe?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>A PRP injection is a low-risk procedure and does not usually cause major side effects. Since you are receiving your own plasma back, you won\\u2019t have any side effects from the substance itself. The process of any injection always comes with a slight risk of bleeding or infection. Our professionals will make every effort to mitigate these risks.<\\/p>\"},{\"tab_title\":\"Who is Not a Candidate for PRP?\",\"faq_answer\":\"<p>While PRP therapy is a nonsurgical treatment that is associated with very little risk, it\\u2019s not right for everyone. You likely won\\u2019t be considered a candidate for this treatment if you:\\u00a0<\\/p><p>\\u00a0<\\/p><ul><li>Are pregnant<\\/li><li>Have advanced-stage osteoarthritis<\\/li><li>Have a blood disorder and\\/or anemia<\\/li><li>Currently have an infection or cancer<\\/li><li>Are receiving anticoagulation therapy<\\/li><\\/ul>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"Will I Need to Take Time Off?\",\"faq_answer\":\"<p>No, there is no downtime.<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"How Fast Will PRP Take to Work?\",\"faq_answer\":\"<p>Most of the patients who receive treatment will see some relief within a week after their first PRP injection. PRP helps your body heal, and this process can take some time. You should expect to notice continual improvement for a few weeks after your third injection.<\\/p>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"How Long Will the Treatment Take?\",\"faq_answer\":\"<p>After the initial regimen, it is recommended to be seen for a yearly booster. Depending on how your body responds to treatment, some individuals may need a booster more or less often.\\u00a0<\\/p>\",\"_id\":\"7895984\"},{\"tab_title\":\"How Do I Prepare for My Appointment?\",\"faq_answer\":\"<p>Discontinue any medications \\/ supplements that may thin your blood unless prescribed by your provider.\\u00a0<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"How Many Sessions Will I Need?\",\"faq_answer\":\"<p>We recommend a minimum of 3 sessions with a minimum of 1 month apart each session.<\\/p>\",\"_id\":\"7442b3f\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"be66e84\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"309c1ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"50f905b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Are you ready to be the best version <span style=\\\"font-weight:800\\\">  of yourself? <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89185dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f2e8ce1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d14899a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"29e4dcea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"621b526a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(11317, 1309, '_wp_attached_file', '2025/01/Platelet-Rich-PLasma.jpg'),
(11318, 1309, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:32:\"2025/01/Platelet-Rich-PLasma.jpg\";s:8:\"filesize\";i:398969;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Platelet-Rich-PLasma-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Platelet-Rich-PLasma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11361, 1314, '_wp_attached_file', '2025/01/Korean-Glass-Skin-Treatment-img.jpg'),
(11362, 1314, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2025/01/Korean-Glass-Skin-Treatment-img.jpg\";s:8:\"filesize\";i:34396;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Korean-Glass-Skin-Treatment-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Korean-Glass-Skin-Treatment-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11363, 1315, '_wp_attached_file', '2025/01/Radiant-Renewal.jpg'),
(11364, 1315, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2025/01/Radiant-Renewal.jpg\";s:8:\"filesize\";i:290741;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Radiant-Renewal-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Radiant-Renewal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6395;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11417, 1322, '_wp_attached_file', '2025/01/Regain-thicker-fuller-hair-with-PRP-therapy.-Harnessing-the-bodys-healing-factors-PRP-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look.-.jpg'),
(11418, 1322, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:204:\"2025/01/Regain-thicker-fuller-hair-with-PRP-therapy.-Harnessing-the-bodys-healing-factors-PRP-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look.-.jpg\";s:8:\"filesize\";i:555589;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:204:\"Regain-thicker-fuller-hair-with-PRP-therapy.-Harnessing-the-bodys-healing-factors-PRP-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look.--286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:204:\"Regain-thicker-fuller-hair-with-PRP-therapy.-Harnessing-the-bodys-healing-factors-PRP-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look.--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11477, 1330, '_wp_attached_file', '2025/01/RF-Microneedling.jpg'),
(11478, 1330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2025/01/RF-Microneedling.jpg\";s:8:\"filesize\";i:315004;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"RF-Microneedling-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"RF-Microneedling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5197;}s:25:\"elementor_custom_1024x624\";a:4:{s:4:\"file\";s:80:\"elementor/thumbs/RF-Microneedling-r0szqt23ez80442wzakb3zfexh1sw68zpgdmnxvqjk.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:624;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:{}}}'),
(11487, 1332, '_wp_attached_file', '2025/01/red-light-thearpy.jpg'),
(11488, 1332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:29:\"2025/01/red-light-thearpy.jpg\";s:8:\"filesize\";i:70358;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"red-light-thearpy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"red-light-thearpy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"red-light-thearpy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11753, 777, '_elementor_edit_mode', 'builder'),
(11754, 777, '_elementor_template_type', 'wp-page'),
(11755, 777, '_elementor_version', '3.34.4'),
(11756, 777, '_elementor_pro_version', '3.34.4'),
(11757, 777, '_astra_content_layout_flag', 'disabled'),
(11758, 777, 'ast-title-bar-display', 'disabled'),
(11848, 1371, '_wp_attached_file', '2025/01/RF-Microneedling-2.jpg'),
(11849, 1371, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2025/01/RF-Microneedling-2.jpg\";s:8:\"filesize\";i:405053;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"RF-Microneedling-2-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"RF-Microneedling-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:6224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11860, 777, '_elementor_data', '[{\"id\":\"d78e6f5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b98fff9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"3f7d78a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"ff7c1cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-img-33.jpg\",\"id\":3319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1341dba\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bd70dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reveal Radiance with <b>Pixel8 RF Microneedling<\\/b>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32bd753\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"387\\\">Harness the power of advanced radio frequency energy combined with precise microneedling to stimulate collagen and rejuvenate elastin cells deep within your skin. The result? Smoother, firmer, and more youthful-looking skin that glows from within.<\\/p><p data-start=\\\"389\\\" data-end=\\\"504\\\">Experience this transformative treatment and step confidently into radiant skin\\u2014<strong data-start=\\\"469\\\" data-end=\\\"504\\\">book your Pixel8 session today!<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac33164\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"967a0bc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e266261\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"753c720\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d809c49\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97886a7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0146619\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column-reverse\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5ebede\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6078770\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1261432\"}],\"pp_display_conditions\":[{\"_id\":\"1a563cd\"}]},\"elements\":[{\"id\":\"25a3d0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2c4cb3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7372856\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2c96d\"}],\"pp_display_conditions\":[{\"_id\":\"1991232\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"522b0a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Pixel8 RF  <span style=\\\"font-weight:800\\\">Microneedling?<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e15fa7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Radiofrequency for Better Results\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"1375e49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2ed626\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Traditional microneedling will deliver a positive effect over a few treatments; adding radiofrequency energy reduces the time it takes to see great results and increases the results seen. With Pixel8 RF microneedling, the results are produced faster, are more dramatic, and are longer-lived. The Pixel8 operates at a higher frequency for enhanced comfort and quicker treatment times. It also has a proprietary enhanced delay for more sustained uniform heating throughout the procedure that should yield more significant textural and tightening results for all skin types.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ac3a30b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7362b9f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2c4cb3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7372856\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2c96d\"}],\"pp_display_conditions\":[{\"_id\":\"1991232\"}]},\"elements\":[{\"id\":\"46bf848\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-img.jpg\",\"id\":3318,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4a0fe28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3140646\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"8921aac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92427dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatments enhanced with  <span style=\\\"font-weight:800\\\">Anteage<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe14288\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"d0f0017\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[{\"id\":\"d72a970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bronze Treatment\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"815025a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">AnteAGE MD\\u00ae Stem Cell Solution<\\/strong>\\u00a0contains anti-inflammatory growth factors and cytokines from human stem cells for tissue healing and youthful recovery. Includes a complimentary aftercare kit.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8d62d5b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ce3d7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Silver Treatment\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee5e310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">AnteAGE MDX\\u00ae Exosome Solution<\\/strong>\\u00a0is a revolutionary, ultra-pure exosome cocktail that harnesses the potent healing properties of both human bone marrow and umbilical cord stem cells. This highly concentrated hybrid formula delivers unparalleled rejuvenation, offering a powerful treatment solution unlike any other. Transform your skin with the ultimate in advanced skincare science!\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"63e85d2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[{\"id\":\"498527c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gold Treatment\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e019bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">PRP Microneedling (aka Vampire Facial)\\u00a0<\\/strong>combines the rejuvenating power of microneedling with Platelet-Rich Plasma (PRP) derived from your own blood. This treatment promotes collagen production, reduces fine lines, and improves skin texture and tone for a youthful, radiant complexion. By stimulating collagen and elastin production, it effectively minimizes scars and hyperpigmentation, enhancing overall skin radiance.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ff723ac\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"22718ba\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7858ac8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1a8e488\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f8aa893\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"79f3993\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3349,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Microneedling-before-affds.jpg\"},{\"id\":3104,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Microneedling-img-1.jpg\"},{\"id\":3105,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Microneedling-img-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":3,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2bfe6ed\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"e10db98\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"22def3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6257494\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8g c1-26 c1-27 c1-6h c1-28 c1-8u c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div id=\\\"a845a9a1-f7cf-4f9e-a1fc-606e4186685d20549\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-b8 c1-b9 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\"><div id=\\\"6fd3c8da-28ca-4263-9e07-6a4920736bb0\\\" class=\\\"x-el x-el-div c1-1 c1-2 c1-2p c1-3u c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c849e31\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What are the Benefits for RF Microneedling?\",\"_id\":\"533186d\",\"faq_answer\":\"<ul><li>Firming skin on the face or body<\\/li><li>Diminishing the appearance of fine lines and wrinkles\\u00a0<\\/li><li>Reducing the appearance of scars (acne or injury-related)<\\/li><li>Improving the overall appearance and texture of the skin<\\/li><li>Tightening sagging skin on the face, neck, and body<\\/li><li>Minimizing the size of pores and\\/or acne scarring<\\/li><li>Improving droopy skin around the eyes (eyebrow or eyelid)<\\/li><li>Restoring more youthful appearance<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Does Pixel8 RF build collagen?\",\"_id\":\"cefa20e\",\"faq_answer\":\"<p>Yes. By itself, microneedling is capable of stimulating a higher production of collagen over time. However, when combined with radiofrequency, the effectiveness of these treatments increases tremendously due to how much more deeply the thermal energy of radiofrequency can reach the sub-dermal layers of skin. Ask your provider to recommend a topical product to optimize your results.<\\/p>\"},{\"tab_title\":\"What to Expect?\",\"_id\":\"fb82c8c\",\"faq_answer\":\"<p>A consultation and examination are necessary prior to Pixel8 RF micro needling. For comfort during the treatment, a topical anesthetic cream is applied over the area to be treated at least 30-45 minutes before the procedure is performed. During the procedure, the device handpiece is passed over the skin. The fine needles penetrate the skin, and the RF energy is delivered once the needles reach the desired depth (each pulse is less than 1 second). The procedure takes approximately 20-30 minutes to complete but will vary depending on the area\\/s being treated. Immediately following treatment your skin will feel warm but will not be painful, much like a mild sunburn. There may be mild redness and swelling over the following day(s). Bruising is uncommon. \\u00a0<\\/p>\"},{\"tab_title\":\"What Results Can I Expect?\",\"faq_answer\":\"<ul><li>1 day after the treatment there could be redness and transient edema (swelling).\\u00a0<\\/li><li>3 days - 1 week post treatment your skin tone would be brighter and more even. If you have oily skin, you will notice significant reduction in sebum production.\\u00a0<\\/li><li>1 month post treatment of RF Microneedling you would notice improvement in fine lines, wrinkles, and skin laxity. Improvement in pores size, scars, and over all complexion is also significantly noticeable.\\u00a0<\\/li><li>1\\u20133-month post RF Microneedling treatment you will notice continuous improvement in wrinkles reduction and skin laxity. Collagen production has improved and you can notice the fullness and plumpness of your \\u00a0skin.\\u00a0<\\/li><\\/ul>\",\"_id\":\"a84f2f7\"},{\"tab_title\":\"How Does It Feel?\",\"faq_answer\":\"<p>Patients may notice a warm sensation and a pricking or scraping feeling during this treatment, but it is not typically painful. To help minimize discomfort during RF microneedling, a topical numbing agent is applied to the skin prior to treatment. Following Pixel8 RF microneedling, it is normal to have some level of redness, swelling, irritation, and mild discomfort, but these symptoms usually resolve quickly on their own within hours.\\u00a0<\\/p>\",\"_id\":\"6f3d3b9\"},{\"tab_title\":\"Pre-treatment Care?\",\"faq_answer\":\"<ul><li>Avoid Accutane for the past 6 months.\\u00a0<\\/li><li>Do not use topical agents that may increase sensitivity of skin: retinoids, topical antibiotics, exfoliants, acids that may be drying or irritating to the skin (such as alpha hydroxyl acid (AHA) beta hydroxyl acids (BHA), exfoliating masks, salicylic acids, hydroquinone, and benzoyl peroxide acne products) 5-7 days prior.\\u00a0<\\/li><li>Do not take any anti-inflammatory medications such as ibuprofen, Motrin or Advil for 3 days prior to treatment. These agents will interfere with the natural inflammatory process that is critical and responsible for your skin rejuvenation.\\u00a0<\\/li><li>Avoidance of IPL\\/Laser procedures, unprotected sun exposure or sunburn for 2 weeks prior.\\u00a0<\\/li><li>No waxing, depilatory creams or electrolysis to area being treated 5-7 days prior. \\u00a0<\\/li><li>No shaving the day of the procedure to avoid skin irritation. If there is dense hair present in the treatment area, closely shave the area the day before you arrive to your appointment.\\u00a0<\\/li><li>Moles, warts or actinic (solar) keratosis should not be treated.\\u00a0<\\/li><li>If you are prone to cold sores, take antiviral agent for 2 days prior to and day of treatment. \\u00a0<\\/li><li>Avoid blood thinning agents (aspirin, fish oil, Omega-3, Vitamin E) for 1 week prior. May resume day after treatment.<\\/li><\\/ul>\",\"_id\":\"99b0db0\"},{\"tab_title\":\"Post-treatment Care?\",\"faq_answer\":\"<ul><li>Avoid harsh topical products or alcohol-based toners for 2 weeks. You can resume your normal skin care regimen after 24 hours.\\u00a0<\\/li><li>Do not take any anti-inflammatory medications such as ibuprofen Motrin or Advil \\u00a0for 1 week.<\\/li><li>Do not ice face or use arnica or bromelain. These agents may interfere with the natural inflammatory process that is critical and responsible for your skin rejuvenation.\\u00a0<\\/li><li>You should avoid vigorous activity right after the treatment.\\u00a0<\\/li><li>You should avoid excessive heat or sun exposure for at least 1 week.\\u00a0<\\/li><li>Use sunblock with SPF 30 of \\u00a0higher\\u00a0<\\/li><\\/ul>\",\"_id\":\"7895984\"},{\"tab_title\":\"How Long Does a Treatment Take?\",\"faq_answer\":\"<p>Sessions generally take 20-30 minutes, based on the area being treated. For patients requiring more intensive sessions, the duration of a session may run 30 minutes to 45 minutes long.<\\/p>\",\"_id\":\"5498f28\"},{\"tab_title\":\"Will I Need to Take Time Off?\",\"faq_answer\":\"<p>No, there should be no significant downtime from the treatment. \\u00a0Pixel8 RF treatments are beloved by many, because this procedure is quite tolerable, recovering is quick and easy, \\u00a0and it yields great results. Getting treatment shouldn\\u2019t interfere with your schedule too much, either, as most \\u00a0people return to normal routines within the next day.\\u00a0<\\/p>\",\"_id\":\"7442b3f\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>You can expect improvements in the first few weeks after your initial treatment. These improvements will \\u00a0increase over the next six months, as your body continuously produces new collagen.\\u00a0<\\/p>\",\"_id\":\"584e576\"},{\"tab_title\":\"How Many Treatments Will I Need?\",\"faq_answer\":\"<p>Number of treatments vary depending on desired result. \\u00a0Most patients will begin to see improvement after a single session, however, to complete your aesthetic goals, it is recommended that patients do upwards of three sessions, treatment once per month.\\u00a0<\\/p>\",\"_id\":\"6f7dcdb\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>You can expect improvements in the first few weeks after your initial treatment. These improvements will \\u00a0increase over the next six months, as your body continuously produces new collagen.\\u00a0<\\/p>\",\"_id\":\"7a5dfec\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d7abb70\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/1.png\",\"id\":4030,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b720c98\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7b5cf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93172eb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"18ed62ee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"572fb6be\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"5bb8d813\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ac7515a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(12027, 822, '_elementor_edit_mode', 'builder'),
(12028, 822, '_elementor_template_type', 'wp-page'),
(12029, 822, '_elementor_version', '3.29.1'),
(12030, 822, '_elementor_pro_version', '3.29.1'),
(12031, 822, '_astra_content_layout_flag', 'disabled'),
(12032, 822, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12045, 822, '_elementor_data', '[{\"id\":\"b5bce07\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"e728569\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"18507ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/OIP-2.jpg\",\"id\":4087,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"400\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9e8506c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"d1a8cca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hydrafacial\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2c0e17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness. Experience the Facial\\u00a0 glow from scalp to toe with our variety of skin-transforming treatments.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"399f483\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32118d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#EBE3D6\"},\"elements\":[{\"id\":\"c31c671\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2599a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Facial  Treatment  <span style=\\\"font-weight:800\\\">Options<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"220b3c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"ecced4d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea45983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/PLATINUM-HYDRAFACIAL-img.jpg\",\"id\":1404,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6293ca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h5 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-size: 1.29412rem; font-style: normal; color: rgb(18, 43, 74);\\\">Platinum HydraFacial <span style=\\\"font-size: 1.29412rem; font-style: inherit;\\\"><\\/span><\\/h5>\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c3f1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ready to experience our most comprehensive skin treatment? The Ultimate Facial begins with soothing lymphatic drainage to reduce puffiness and define contours. Next comes a deep cleanse, gentle peel, and painless extractions with our signature Vortex-Fusion technology. We follow with targeted serums, rejuvenating LED therapy, and intense hydration to leave your skin lifted, radiant, and revitalized. It\\u2019s more than a facial\\u2014it\\u2019s a transformation.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5b8fecb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb2aa09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/OIP-3.jpg\",\"id\":4088,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bef401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe HydraFacial \\n\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd7bc1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take your facial to the next level. The Deluxe includes everything in our Signature Facial, with the added power of potent super serums tailored to your specific skin concerns\\u2014whether that\\u2019s dullness, texture, breakouts, or aging. Your treatment finishes with professional-strength LED light therapy to target skin from within and promote long-term radiance. A refreshing reset with results you can see and feel.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a023d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"d2eb349\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/SIGNATURE-HYDRAFACIAL-img.jpg\",\"id\":1420,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"affdc58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signature HydraFacial \\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"195d544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Instantly refresh and renew your skin with our Signature Facial\\u2014a client favorite for good reason. This treatment deeply cleanses, exfoliates, and hydrates using advanced Vortex-Fusion technology to clear pores, remove impurities, and deliver nourishing serums that smooth fine lines and boost hydration. Perfect for all skin types, this glow-enhancing facial delivers visible results with zero downtime\\u2014ideal before any big event or as a monthly refresh.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eb8e746\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c318e83\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f9dddbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customize your facial\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"537ac24\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9189e51\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"8822ebc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_26.webp\",\"id\":1437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b8c17d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boosters (Included in Deluxe and Platinum Treatment)\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fd372d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the power of our Facial\\u00a0 Boosters\\u2014customizable treatments that target aging, dryness, oiliness, or uneven texture. Reveal smoother, more youthful skin with a personalized blend of nourishing ingredients for a radiant, refreshed complexion.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"111bb14\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d8cf961\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_26-1.webp\",\"id\":1436,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b6721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lip & Eye Perk \\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02c9603\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience rejuvenation with our Facial Lip and Eye Perk, designed to hydrate, plump, and revitalize these delicate areas. Unlock a radiant, youthful glow with targeted nourishment, enhancing your natural beauty.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"292d5f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"65713c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4efbc60\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a6fb26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41e9bc2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is a Facial?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>A Facial is a non-invasive skincare treatment that uses patented technology to cleanse, extract, and hydrate the skin.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What are the benefits of a Facial?\",\"faq_answer\":\"<p>Facial\\u00a0 treatments can improve skin texture, reduce fine lines and wrinkles, unclog pores, and enhance skin hydration and radiance.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"How often should I get a Facial?\",\"faq_answer\":\"<p>For optimal results, it\'s recommended to get a Hydrafacial treatment every 4 weeks.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"25e5e2c\"},{\"tab_title\":\"Is Facial suitable for all skin types?\",\"faq_answer\":\"<p>Yes, Facial is suitable for all skin types, including sensitive skin. The treatment can be customized to address specific skin concerns.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"b0ac307\"},{\"tab_title\":\"How long does a Facial treatment take?\",\"faq_answer\":\"<p>A typical Facial session lasts about 30 to 60 minutes, making it a convenient option for busy schedules.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"d5532db\"},{\"tab_title\":\"Is there any downtime after a Facial?\",\"faq_answer\":\"<p>There is typically no downtime after a Facial treatment. You can resume your regular activities immediately after the session.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"7949509\"},{\"tab_title\":\"Can I combine Facial with other skincare treatments?\",\"faq_answer\":\"<p>Yes, Facial can be combined with other skincare treatments and procedures to enhance results, such as dermal fillers or laser treatments.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"8b4853d\"},{\"tab_title\":\"Is Facial Safe in Pregnancy?\",\"faq_answer\":\"<p>Facial is generally considered safe during pregnancy. However, please inform your aesthetician before your appointment so they can adjust the facial for optimal safety and guide you on obtaining medical clearance from your primary care provider before the treatment if needed.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"0a6a1d7\"},{\"tab_title\":\"How can I become a Facial member?\",\"faq_answer\":\"<p>To become a Glow member, simply let us know at your visit and we will sign you up for our membership program to enjoy exclusive benefits, discounts, and priority booking for your facial treatments.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"998a749\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"answer_bg_color\":\"#F0F5FA\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a9b7ad0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#EBE3D6\"},\"elements\":[{\"id\":\"a3081de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"16\",\"bottom\":\"25\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c80700\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a \\n<span style=\\\"font-weight:800\\\"> better you.<\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2ac76d\",\"elType\":\"widget\",\"settings\":{\"text\":\" Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12084, 1400, '_wp_attached_file', '2025/01/Hydrafacial-img.jpg'),
(12085, 1400, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2025/01/Hydrafacial-img.jpg\";s:8:\"filesize\";i:45433;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Hydrafacial-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Hydrafacial-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12116, 1404, '_wp_attached_file', '2025/01/PLATINUM-HYDRAFACIAL-img.jpg'),
(12117, 1404, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2025/01/PLATINUM-HYDRAFACIAL-img.jpg\";s:8:\"filesize\";i:94453;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"PLATINUM-HYDRAFACIAL-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"PLATINUM-HYDRAFACIAL-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"PLATINUM-HYDRAFACIAL-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59955;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:88:\"elementor/thumbs/PLATINUM-HYDRAFACIAL-img-r0t1d6t7wj5h3fc36nhqiz1htgskblroz1h9eqduyo.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(12140, 1408, '_wp_attached_file', '2025/01/Microneedling.jpg'),
(12141, 1408, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2025/01/Microneedling.jpg\";s:8:\"filesize\";i:419915;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Microneedling-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Microneedling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12210, 1416, '_wp_attached_file', '2025/01/Deluxe-Hydrafacial-img.jpg'),
(12211, 1416, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2025/01/Deluxe-Hydrafacial-img.jpg\";s:8:\"filesize\";i:84727;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Deluxe-Hydrafacial-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Deluxe-Hydrafacial-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7034;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Deluxe-Hydrafacial-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53960;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12242, 1420, '_wp_attached_file', '2025/01/SIGNATURE-HYDRAFACIAL-img.jpg'),
(12243, 1420, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2025/01/SIGNATURE-HYDRAFACIAL-img.jpg\";s:8:\"filesize\";i:68040;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"SIGNATURE-HYDRAFACIAL-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"SIGNATURE-HYDRAFACIAL-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6360;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"SIGNATURE-HYDRAFACIAL-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44676;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12268, 779, '_elementor_edit_mode', 'builder'),
(12269, 779, '_elementor_template_type', 'wp-page'),
(12270, 779, '_elementor_version', '3.34.4'),
(12271, 779, '_elementor_pro_version', '3.34.4'),
(12300, 779, '_astra_content_layout_flag', 'disabled'),
(12301, 779, 'ast-title-bar-display', 'disabled'),
(12302, 1427, '_wp_attached_file', '2025/01/Boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home.-.jpg'),
(12303, 1427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:155:\"2025/01/Boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home.-.jpg\";s:8:\"filesize\";i:375079;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:155:\"Boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home.--286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18715;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:155:\"Boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home.--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12316, 779, '_elementor_data', '[{\"id\":\"d3ae87c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"45db38b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"29d7df7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7cf6002\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design-2.png\",\"id\":4080,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"612\",\"height\":\"408\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f75bbb4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"06a6f51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hair loss <span style=\\\"font-weight:800\\\">therapy<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a66c57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"153\\\" data-end=\\\"481\\\">Hair thinning and loss can impact more than just your appearance\\u2014it can affect how you feel. At Genesis Wellness &amp; Aesthetics, we offer science-backed hair restoration solutions tailored to your unique goals. Whether you\\u2019re looking to encourage regrowth, boost thickness, or prevent future loss, our expert team is here to help.\\u00a0<span style=\\\"font-style: inherit; font-weight: inherit;\\\">Explore advanced treatments available both in-clinic and at home\\u2014designed for comfort, results, and renewed confidence.<\\/span><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c36fb11\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"741902a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9c2e31\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3431991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Innovative hair loss<span style=\\\"font-weight:800\\\"> solutions<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"eea11c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"be3024c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"689aa27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Gold-Package-img-1.jpg\",\"id\":3447,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\",\"pp_condition_date_time_before_value\":\"2025-02-03 12:24\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa53688\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gold Package\",\"header_size\":\"span\",\"pp_display_conditions\":[{\"_id\":\"7387df9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1f0ba4\",\"elType\":\"widget\",\"settings\":{\"title\":\" Platelet-rich plasma (PRP) Injections\\n\\n3 sessions.\\n\\n\\n\",\"header_size\":\"h6\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38ee4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PRP is deemed \\u201cliquid gold\\u201d for all its benefits including hair growth. PRP is obtained from a sample of your blood which is centrifuged to separate the component with the high concentration of platelets, stem cells, and growth factors that is then injected into your scalp.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"04d7b79\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d20188\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design-1.png\",\"id\":4079,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\",\"pp_condition_date_time_before_value\":\"2025-02-03 12:24\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c3720ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platinum Package\",\"header_size\":\"span\",\"pp_display_conditions\":[{\"_id\":\"7387df9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8354f7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Microneedling \\n\\nExosomes + Hair growth Solution\\n\\n3 sessions.\\n\\n\",\"header_size\":\"h6\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d57cba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microneedling increases blood flow to the skin and rebuilds collagen to promote hair growth. The microchannels further help the topical exosomes and hair growth solution penetrate deeper into the scalp for enhanced results.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"65773b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ce9362\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/hair-update-img.jpg\",\"id\":3717,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"f8378f4\",\"pp_condition_date_time_before_value\":\"2025-02-03 12:24\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4277535\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Package\",\"header_size\":\"span\",\"pp_display_conditions\":[{\"_id\":\"7387df9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e11dca\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Most Comprehensive Plan\\n\\nGold + Platinum Package.\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"caa4dff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We highly recommend a combined treatment plan utilizing the benefits of all three solutions (PRP, exosomes, and AnteAGE Hair Solution) to optimize your hair growth results and prevent future fallout.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4628258\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"427187f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"8b001f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"85d05c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/joseph2-1024x1024-1.jpeg\",\"id\":3981,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"612\",\"height\":\"408\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ab9d634\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"358e343\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Keravive<\\/b> Hydrafacial\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"defd626\",\"elType\":\"widget\",\"settings\":{\"title\":\"Revive Your Scalp, Renew Your Hair\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"94597f2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69e27be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"429\\\" data-end=\\\"920\\\">Experience the ultimate scalp detox with <strong data-start=\\\"495\\\" data-end=\\\"522\\\">Keravive by HydraFacial<\\/strong>\\u2014a revolutionary treatment that cleanses, exfoliates, and nourishes the scalp to support thicker, healthier hair growth. Ideal for anyone dealing with dryness, thinning, or buildup, this non-invasive therapy boosts circulation and delivers a proprietary blend of growth factors and skin proteins directly to the scalp. Ready to love your hair from the root up? Book your Keravive session now!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e7a109\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"2be41c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2480ef2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/anteage-md-home-hair-system-relaunch-intro-story-13.jpg\",\"id\":3979,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"30883a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6700fae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home Hair  <span style=\\\"font-weight:800\\\">Solution<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5612ce0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home Hair System \",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"94597f2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1536b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The AnteAGE MD\\u00ae Home Hair System is a breakthrough in the promotion of natural, healthy hair - without surgery or hormonal side effects. This kit is a great way to jump start your follicle journey\\u00a0by awakening the sleeping stem cells inside the hair follicle, returning them to a more youthful and active growth pattern. You can use the Hair Serum 5 days a week to enhance the outcomes of professional, in-office treatments. You may also use the Home Hair Kit on its own to jump start your hair regrowth journey\\u00a0<strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">(<\\/strong><em class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-2e c1-8d c1-8e\\\"><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">In-office Pick-up Only<\\/strong><\\/em><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">).<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"48da97f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e2ba3e1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d56a77c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"409dc6e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7e8ae1d\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"a631755\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"558e677\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"6644feb\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"77e30f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"883c8d4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f55860f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fb94dc\"}],\"pp_display_conditions\":[{\"_id\":\"b7efd7b\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}]},\"elements\":[{\"id\":\"eacb9b9\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3148,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hair-Loss-Therapy-img-1-2.jpg\"},{\"id\":3149,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hair-Loss-Therapy-img-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"837edb1\"}],\"columns\":2,\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"open_lightbox\":\"yes\",\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_background\":\"\",\"pp_display_conditions\":[{\"_id\":\"bdbfcc4\",\"pp_condition_date_time_before_value\":\"2025-02-08 07:38\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"027f9d3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f322543\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c287b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e56054\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3b96845b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"30a8ce0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"f72ae13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24cbf82c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(12347, 1433, '_wp_attached_file', '2025/01/Gold-Package.jpg'),
(12348, 1433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:24:\"2025/01/Gold-Package.jpg\";s:8:\"filesize\";i:616642;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Gold-Package-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Gold-Package-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7561;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Gold-Package-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12351, 1434, '_wp_attached_file', '2025/01/imt3.jpg'),
(12352, 1434, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:16:\"2025/01/imt3.jpg\";s:8:\"filesize\";i:61442;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"imt3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"imt3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5913;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"imt3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12353, 1435, '_wp_attached_file', '2025/01/Platinum-Package.jpg'),
(12354, 1435, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:28:\"2025/01/Platinum-Package.jpg\";s:8:\"filesize\";i:526275;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Platinum-Package-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Platinum-Package-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Platinum-Package-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12355, 1436, '_wp_attached_file', '2025/01/qtq_26-1.webp'),
(12356, 1436, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2025/01/qtq_26-1.webp\";s:8:\"filesize\";i:12006;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_26-1-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_26-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12359, 1437, '_wp_attached_file', '2025/01/qtq_26.webp'),
(12360, 1437, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2025/01/qtq_26.webp\";s:8:\"filesize\";i:10802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"qtq_26-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"qtq_26-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12361, 1438, '_wp_attached_file', '2025/01/about-img-2.jpg'),
(12362, 1438, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2025/01/about-img-2.jpg\";s:8:\"filesize\";i:50252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"about-img-2-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"about-img-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:5649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12363, 1439, '_wp_attached_file', '2025/01/after-1-1.jpg'),
(12364, 1439, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2025/01/after-1-1.jpg\";s:8:\"filesize\";i:104184;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"after-1-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11443;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"after-1-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"after-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:6009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"after-1-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12365, 1440, '_wp_attached_file', '2025/01/after-2-1.jpg'),
(12366, 1440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2025/01/after-2-1.jpg\";s:8:\"filesize\";i:103415;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"after-2-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11557;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"after-2-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"after-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:5693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"after-2-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12367, 1441, '_wp_attached_file', '2025/01/Diamond-Package.jpg'),
(12368, 1441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:27:\"2025/01/Diamond-Package.jpg\";s:8:\"filesize\";i:342977;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Diamond-Package-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Diamond-Package-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Diamond-Package-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12369, 1442, '_wp_attached_file', '2025/01/banner-img-1-1.jpg'),
(12370, 1442, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1028;s:4:\"file\";s:26:\"2025/01/banner-img-1-1.jpg\";s:8:\"filesize\";i:158622;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"banner-img-1-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"banner-img-1-1-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"banner-img-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:6667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"banner-img-1-1-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34164;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"banner-img-1-1-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12399, 1446, '_wp_attached_file', '2025/01/banner-img-2-1.jpg'),
(12400, 1446, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1028;s:4:\"file\";s:26:\"2025/01/banner-img-2-1.jpg\";s:8:\"filesize\";i:154200;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"banner-img-2-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10244;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"banner-img-2-1-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"banner-img-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:6548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"banner-img-2-1-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37760;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"banner-img-2-1-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12403, 1447, '_wp_attached_file', '2025/01/beauty-and-glow-1.jpg'),
(12404, 1447, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2025/01/beauty-and-glow-1.jpg\";s:8:\"filesize\";i:69695;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"beauty-and-glow-1-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"beauty-and-glow-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:7347;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12405, 1448, '_wp_attached_file', '2025/01/before-1-1.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12406, 1448, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2025/01/before-1-1.jpg\";s:8:\"filesize\";i:101305;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"before-1-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10773;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"before-1-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"before-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:5633;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"before-1-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12407, 1449, '_wp_attached_file', '2025/01/before-2-1.jpg'),
(12408, 1449, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2025/01/before-2-1.jpg\";s:8:\"filesize\";i:104914;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"before-2-1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11404;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"before-2-1-774x1024.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"before-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:5634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"before-2-1-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12409, 1450, '_wp_attached_file', '2025/01/bnnaer-img.jpg'),
(12410, 1450, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1028;s:4:\"file\";s:22:\"2025/01/bnnaer-img.jpg\";s:8:\"filesize\";i:113767;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bnnaer-img-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6289;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bnnaer-img-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bnnaer-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3635;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bnnaer-img-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22651;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"bnnaer-img-1536x822.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12411, 1451, '_wp_attached_file', '2025/01/Deluxe-Hydrafacial-img-1.jpg'),
(12412, 1451, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2025/01/Deluxe-Hydrafacial-img-1.jpg\";s:8:\"filesize\";i:84727;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Deluxe-Hydrafacial-img-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Deluxe-Hydrafacial-img-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:7034;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Deluxe-Hydrafacial-img-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53960;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12413, 1452, '_wp_attached_file', '2025/01/fav-icon-1.png'),
(12414, 1452, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:22:\"2025/01/fav-icon-1.png\";s:8:\"filesize\";i:20276;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"fav-icon-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:24595;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"fav-icon-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:12382;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12415, 1453, '_wp_attached_file', '2025/01/Hydrafacial-img-1.jpg'),
(12416, 1453, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/01/Hydrafacial-img-1.jpg\";s:8:\"filesize\";i:45433;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Hydrafacial-img-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:17437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Hydrafacial-img-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:7049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12417, 1454, '_wp_attached_file', '2025/01/img-1-1.jpg'),
(12418, 1454, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2025/01/img-1-1.jpg\";s:8:\"filesize\";i:96618;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"img-1-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"img-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:9049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12419, 1455, '_wp_attached_file', '2025/01/img-2-1.jpg'),
(12420, 1455, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2025/01/img-2-1.jpg\";s:8:\"filesize\";i:48119;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"img-2-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"img-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:5363;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12421, 1456, '_wp_attached_file', '2025/01/img-weight-logg-1.jpg'),
(12422, 1456, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2025/01/img-weight-logg-1.jpg\";s:8:\"filesize\";i:36701;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"img-weight-logg-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"img-weight-logg-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:5292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12469, 1463, '_wp_attached_file', '2025/01/Home-Hair-.jpg'),
(12470, 1463, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2025/01/Home-Hair-.jpg\";s:8:\"filesize\";i:712182;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Home-Hair--286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Home-Hair--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8753;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12567, 1474, '_edit_last', '1'),
(12568, 1474, '_edit_lock', '1748674869:1'),
(12569, 1474, '_wp_page_template', 'default'),
(12570, 1474, 'site-post-title', 'disabled'),
(12572, 1474, 'site-sidebar-layout', 'no-sidebar'),
(12573, 1474, 'ast-site-content-layout', 'full-width-container'),
(12574, 1474, 'site-content-style', 'default'),
(12575, 1474, 'site-sidebar-style', 'default'),
(12576, 1474, 'ast-featured-img', 'disabled'),
(12577, 1474, 'astra-migrate-meta-layouts', 'set'),
(12578, 1474, 'ast-breadcrumbs-content', 'disabled'),
(12579, 1474, 'theme-transparent-header-meta', 'default'),
(12815, 837, '_elementor_edit_mode', 'builder'),
(12816, 837, '_elementor_template_type', 'wp-page'),
(12817, 837, '_elementor_version', '3.35.7'),
(12818, 837, '_elementor_pro_version', '3.35.1'),
(12819, 837, '_astra_content_layout_flag', 'disabled'),
(12820, 837, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12892, 837, '_elementor_data', '[{\"id\":\"ada458a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"c874d9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"e9968b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design.png\",\"id\":4055,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"febdedb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"4b9b84b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic Custom Facials\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c03324e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"948d123\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c6d0066\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"0e0cfbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"2aad94a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Seasonal Renewal Collection\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1871559\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"372c31b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/c36ef428-defe-40a0-9329-c50f6356e5b8.png\",\"id\":5487,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"7ed5f4d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"9e59774\",\"elType\":\"widget\",\"settings\":{\"title\":\"Oxygen Rx Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ab403c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"119\\\" data-end=\\\"592\\\"><span data-olk-copy-source=\\\"MessageBody\\\">A controlled amount of oxygen is delivered to the skin at optimal levels to maximize benefits, helping to reduce the ruddy appearance often associated with acne, rosacea, and telangiectasia, and reveal a brighter, more radiant complexion. The antioxidant-rich, anti-inflammatory Cocoa Enzyme Mask works in harmony with the oxygen-infused clearing and calming effects of the Oxygen RX Mask to leave your skin feeling clear, soothed, and deeply nourished. This treatment is highly restorative and suitable for all skin types.<\\/span><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9f570\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"af993f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"0bd322f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hot Chocolate Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c07194c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"119\\\" data-end=\\\"592\\\">Craving something sweet for your skin? Indulge in the Hot Chocolate Facial\\u2014a comforting, cocoa-infused treatment that nourishes and revitalizes your complexion. This seasonal favorite begins with a gentle Cocoa Enzyme exfoliation to smooth and refine the skin, followed by our Marshmallow Whip Hydrating Mask to restore softness and moisture. Perfect for dry, dull, or tired skin, this facial leaves your complexion radiant, hydrated, and holiday-ready.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dcce1f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/11\\/6.png\",\"id\":4386,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d29fb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"e3631ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"c7573a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Year-Round Escape\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ac09051\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"470ec05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/1.png\",\"id\":4030,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"4300235\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"b753fb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Seoul Glow Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4cb580\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indulge in the ultimate skincare experience with our\\u00a0<span class=\\\"marke0viry0wk\\\" data-markjs=\\\"true\\\" data-ogac=\\\"\\\" data-ogab=\\\"\\\" data-ogsc=\\\"\\\" data-ogsb=\\\"\\\">Korean<\\/span>-style rejuvenating\\u00a0<span class=\\\"markf109ney4p\\\" data-markjs=\\\"true\\\" data-ogac=\\\"\\\" data-ogab=\\\"\\\" data-ogsc=\\\"\\\" data-ogsb=\\\"\\\">facial<\\/span>, designed to deeply hydrate and refresh your skin. The treatment begins with a gentle pre-cleanse, followed by a thorough double cleanse to remove impurities and prepare your skin. A customized enzyme exfoliation tailored to your skin\\u2019s unique needs\\u2014whether for acne, pigmentation, or anti-aging\\u2014prepares the complexion for a relaxing massage with nourishing oils. Optional extractions refine the skin, and a soothing mask provides intense hydration. The\\u00a0<span class=\\\"markf109ney4p\\\" data-markjs=\\\"true\\\" data-ogac=\\\"\\\" data-ogab=\\\"\\\" data-ogsc=\\\"\\\" data-ogsb=\\\"\\\">facial<\\/span>\\u00a0concludes with a calming mist, restorative serums, and SPF protection, leaving your skin radiant, balanced, and glowing. <b>Dermaplaning included for the ultimate glow!<\\/b><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72eeac6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"22a9ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"75bb684\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxe Lift Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03efd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Revitalize your skin with the Circadia Luxe Lift Facial \\u2013 a luxurious treatment designed to lift, firm, and hydrate your complexion. Combining advanced techniques and high-quality Circadia products, this facial targets fine lines and enhances skin elasticity for a smooth, youthful glow. Treat yourself to an indulgent experience that leaves your skin looking radiant and rejuvenated. Book your appointment today for a refreshed, lifted appearance!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8d97641\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/firming2_1.webp\",\"id\":3948,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c8c7816\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"22f49ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/FI-fire-ice_1920.webp\",\"id\":3946,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"7923ab2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"2cb636e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fire and Ice Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d20dcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)<\\/strong>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d6f887a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45ce917\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Golden-Honey-Glow-Facial-img.jpg\",\"id\":1551,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"78aa41d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7272ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Golden Honey Glow Facial \\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf1f478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). <\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8bf9f66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3c412cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/06\\/5.png\",\"id\":4219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"6431c9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"48029a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dream Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d67ae6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Drift into deep relaxation as this luxurious facial rejuvenates your skin, mind, and spirit. Soothing music, gentle vibrations, and indulgent massage techniques guide you into a dreamlike state. Pre- and post-biotic ingredients, nourishing minerals, and the Circadian Time Balancing Mask with Malachite work to detoxify, hydrate, and restore balance. A cooling ice globe massage refreshes your body and soul\\u2014leaving you renewed, radiant, and at peace.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#111111\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67686e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4b6bba2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Image-ee.jpg\",\"id\":3440,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"dfa1098\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"653017e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clarifying Mud Facial\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96c1cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96a6a08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"49c5e87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/06\\/1.png\",\"id\":4215,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"0d44bba\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"a54589c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gentleman\'s Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"873de05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Using the power of peptides, stem cells and exfoliators, this treatment effectively addresses the skin care concerns of men. Invigorate the skin with an effective exfoliation, extractions, powerful anti-aging ingredients, hydrating mask, and blue LED. This treatment will revitalize, refresh and improve the health and appearance of men\\u2019s skin.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#111111\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"39e280d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design.png\",\"id\":4055,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#EBE3D6\"},\"elements\":[{\"id\":\"4a450b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"396cca9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c110f56\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13023, 1526, '_wp_attached_file', '2025/01/item-img-5.jpg'),
(13024, 1526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:22:\"2025/01/item-img-5.jpg\";s:8:\"filesize\";i:118299;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"item-img-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"item-img-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:6998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"item-img-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13201, 1551, '_wp_attached_file', '2025/01/Golden-Honey-Glow-Facial-img.jpg'),
(13202, 1551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2025/01/Golden-Honey-Glow-Facial-img.jpg\";s:8:\"filesize\";i:108307;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Golden-Honey-Glow-Facial-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14063;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Golden-Honey-Glow-Facial-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7411;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Golden-Honey-Glow-Facial-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13225, 1555, '_wp_attached_file', '2025/01/Harmony-Facial-img.jpg'),
(13226, 1555, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2025/01/Harmony-Facial-img.jpg\";s:8:\"filesize\";i:93274;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Harmony-Facial-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Harmony-Facial-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6504;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Harmony-Facial-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13239, 1557, '_wp_attached_file', '2025/01/SIGNATURE-HYDRAFACIAL-img-1.jpg'),
(13240, 1557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:39:\"2025/01/SIGNATURE-HYDRAFACIAL-img-1.jpg\";s:8:\"filesize\";i:67396;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"SIGNATURE-HYDRAFACIAL-img-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"SIGNATURE-HYDRAFACIAL-img-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:5929;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"SIGNATURE-HYDRAFACIAL-img-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13278, 1562, '_wp_attached_file', '2025/01/Classic-custom-facials-img.jpg'),
(13279, 1562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/01/Classic-custom-facials-img.jpg\";s:8:\"filesize\";i:62657;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Classic-custom-facials-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Classic-custom-facials-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13307, 839, '_elementor_edit_mode', 'builder'),
(13308, 839, '_elementor_template_type', 'wp-page'),
(13309, 839, '_elementor_version', '3.29.1'),
(13310, 839, '_elementor_pro_version', '3.29.1'),
(13311, 839, '_astra_content_layout_flag', 'disabled'),
(13312, 839, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13325, 839, '_elementor_data', '[{\"id\":\"ffa2267\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"8145e18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"3bce688\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/face-care-img.jpg\",\"id\":1570,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7fa67d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"875bcb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Renew Your Glow with <b>Perfect Derma<\\/b> <b>Peel<\\/b>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9faf28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"120\\\" data-end=\\\"424\\\">Experience the transformative power of a medium-depth chemical peel\\u2014designed for all skin types to refresh and revitalize aging skin. This treatment stimulates fresh collagen production while infusing your skin with Glutathione, the master antioxidant known for its brightening and anti-aging benefits.<\\/p><p data-start=\\\"426\\\" data-end=\\\"524\\\">Reveal smoother, firmer, and more radiant skin\\u2014book your peel today and step into a youthful glow!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"450ca2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bbd82f8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_direction_tablet\":\"column-reverse\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#C38967\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"87a2a7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ac2c9da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"460686d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"right-left-section\",\"pp_display_conditions\":[{\"_id\":\"09f715c\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5bcd97f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b4c5ad4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"02c47e9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e9c2e0b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"f8a24e2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51a1e56\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow <\\/span>Inside and Out\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79a6917\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Treat All Skin Conditions with Superior Results\",\"_id\":\"589b2f5\",\"subtitle\":\"\",\"description\":\"<p>Treats acne, hyperpigmentation, scarring, aging skin, and more. Suitable for all skin types and ethnicities, usable on most body areas. Commonly applied to face, neck, and chest.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/skin-care_4383086.svg\",\"id\":497},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"A Synergistic Blend of Acids for the Best Medium Depth Peel\",\"subtitle\":\"\",\"description\":\"<p>Trichloroacetic Acid (TCA), Phenol, Retinoic Acid (Vitamin A), Salicylic Acid, L-Ascorbic Acid (Vitamin C), Glutathione, and Kojic Acid.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-treatment_1996976.svg\",\"id\":523},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e2321e9\"},{\"title\":\"Glutathione - The Master Antioxidant\",\"subtitle\":\"\",\"description\":\"<p>Supports collagen and elastin synthesis, contributes to pigmentation (Melanogenesis), shields cells from toxins, neutralizes free radicals, and enhances the effectiveness of other antioxidants (Vitamin C, Vitamin E, Selenium, Grape seed extracts, Alpha-lipoic acid, and CoQ10).<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/botox_17622604.svg\",\"id\":527},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"dd57cbb\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"equal_height_boxes\":\"yes\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"14\",\"bottom\":\"15\",\"left\":\"14\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fb64e16\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true},{\"id\":\"fbef877\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b4c5ad4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"02c47e9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e9c2e0b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f8a24e2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8df7641\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Face-img.jpg\",\"id\":1571,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"align_tablet\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5689183\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d98da4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b47f1b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82899b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boost your  <span style=\\\"font-weight:800\\\">results<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"48d28fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"6cf41f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"7359b5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"The PD Peel + Plus Plus Booster\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8b53c5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This booster enhances The Perfect Derma Peel, ideal for oily, thick, or resilient skin. Effectively tackles hyperpigmentation, acne scars, actinic keratosis, and sun damage on face and body.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5f2c7b2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"ef4934e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The PD Peel + Clear Acne Booster\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2454b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This booster is for patients grappling with moderate to severe acne or acne scars, whether on the face, chest, back, or any other area of the body.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e78892\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"4bb789d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Pro Clinical Peel\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653d2a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A gentle yet potent superficial peel, combines acids and antioxidants for effective skin maintenance. Use every 2 weeks between more intensive treatments to enhance skin tone, texture, and pigmentation with minimal peeling and no aftercare needed.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ccc343a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"311cfdb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"54946b5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f7812f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2b2a56c\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"21f8767\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f4c402d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"50ed2b0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"064ec94\"}],\"pp_display_conditions\":[{\"_id\":\"66af106\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"8a847f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Pre-treatment-Instructions-img.jpg\",\"id\":1621,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"a1dfbb6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e214038\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f4c402d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"50ed2b0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"064ec94\"}],\"pp_display_conditions\":[{\"_id\":\"66af106\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6d519d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Need to Know\",\"pp_display_conditions\":[{\"_id\":\"25b7a92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af5ad5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"0d6234b8-8c4c-4b53-a27c-c33e5cc896de\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pre-treatment Instructions<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p>Discontinue topical retinoids for three days prior to treatment. No other special pre-peel skin preparation needed.<\\/p><\\/div><\\/div><div id=\\\"1bc0b4ad-8d7b-4878-9cc3-11f22caf2b1f\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Post-treatment Instructions (Day 1-2)<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Day 1:\\u00a0<\\/strong>Leave peel on for 6 hours, then use mild cleanser and rinse with water. May leave solution until bedtime or overnight.<\\/p><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Day 2:\\u00a0<\\/strong>Use mild cleanser and rinse with water. Vigorously apply 1st Post Peel Towelette, and then Mineral Perfection SPF 30. Use 2nd Towelette at night after cleansing.<\\/p><\\/div><\\/div><div id=\\\"6cd57611-71e1-4432-ad17-3d85d2b81e3f\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE3_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Post-treatment Instructions (Day 3)<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION3_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Day 3:\\u00a0<\\/strong>Recommend AnteAGE Serum &amp; Accelerator morning and evening. Use AnteAGE Brightener if hyperpigmentation patient (*Available In-Clinic Purchase*). This helps ensure best results and optimal recovery. Avoid sun exposure and continue to use SPF 30.<\\/p><\\/div><\\/div><div id=\\\"47875224-94fc-4b24-aa41-fd930ae2ccc4\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE4_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Post-treatment Instructions (Day 4+)<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION4_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Day 4 &amp; beyond:\\u00a0<\\/strong>Peeling typically occurs day 4 or 5. Discontinue other topicals and start The Post Peel Moisturizer 2-3 times a day. Do not rub, pull, or pick at skin.<\\/p><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-81 c1-2h c1-47 c1-82\\\">Day 10-14 &amp; beyond:\\u00a0<\\/strong>Once peeling complete, resume AnteAGE Serum &amp; Accelerator (and\\/or Brightener) to maintain results.<\\/p><\\/div><\\/div><div id=\\\"39e0b57d-8c03-411c-8c50-0c1a3237cba1\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE5_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Treatment Frequency<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION5_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p>\\u00a0Most patients require of series of 2-3 peels spaced four weeks apart for optimal results. The superficial Pro Clinical Peel can be applied every 2 weeks in between more abrasive resurfacing treatments to improve results.<\\/p><\\/div><\\/div><div id=\\\"d94fdffe-c412-4f17-b81b-d644a0fc8ee9\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4s c1-4 c1-90 c1-91 c1-44 c1-92 c1-8x c1-b c1-c c1-93 c1-94 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h4 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7p c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE6_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Variations in Peeling<\\/h4><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-80 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-9z c1-a0 c1-2u c1-b c1-34 c1-3j c1-3k c1-3l c1-3m c1-3n c1-3o x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION6_RENDERED\\\" data-typography=\\\"BodyAlpha\\\" data-font-scaled=\\\"true\\\"><p>Visible peeling will vary with each patient. Some patients shed layers of skin for several days, while others experience a light flaking process. Many factors can affect the amount of shedding but as long as the peel is applied properly, left on for six hours or more, and our home care protocol is followed, results will be achieved.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"229e731\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1eebfa5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fabdcc5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"e42a1c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a4bcef7\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"c431630\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3328,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg\"},{\"id\":3329,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg\"},{\"id\":3330,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg\"},{\"id\":3331,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg\"},{\"id\":3332,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg\"},{\"id\":3333,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f430f88\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f09a6ea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b63a87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of <span style=\\\"font-weight:800\\\"> a better you. <\\/span>  \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"270ed9d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13342, 1570, '_wp_attached_file', '2025/01/face-care-img.jpg'),
(13343, 1570, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2025/01/face-care-img.jpg\";s:8:\"filesize\";i:58651;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"face-care-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"face-care-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13344, 1571, '_wp_attached_file', '2025/01/Face-img.jpg'),
(13345, 1571, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2025/01/Face-img.jpg\";s:8:\"filesize\";i:50902;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Face-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12497;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Face-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13769, 1621, '_wp_attached_file', '2025/01/Pre-treatment-Instructions-img.jpg'),
(13770, 1621, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:530;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2025/01/Pre-treatment-Instructions-img.jpg\";s:8:\"filesize\";i:55537;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Pre-treatment-Instructions-img-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Pre-treatment-Instructions-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13913, 1640, '_edit_last', '1'),
(13914, 1640, '_wp_page_template', 'default'),
(13915, 1640, 'site-post-title', 'disabled'),
(13917, 1640, 'site-sidebar-layout', 'no-sidebar'),
(13918, 1640, 'ast-site-content-layout', 'full-width-container'),
(13919, 1640, 'site-content-style', 'default'),
(13920, 1640, 'site-sidebar-style', 'default'),
(13921, 1640, 'ast-featured-img', 'disabled'),
(13923, 1640, 'ast-breadcrumbs-content', 'disabled'),
(13924, 1640, 'theme-transparent-header-meta', 'default'),
(13925, 1640, '_edit_lock', '1771295936:1'),
(13926, 1640, 'astra-migrate-meta-layouts', 'set'),
(13927, 1642, '_edit_last', '1'),
(13928, 1642, '_wp_page_template', 'default'),
(13929, 1642, 'site-post-title', 'disabled'),
(13931, 1642, 'site-sidebar-layout', 'no-sidebar'),
(13932, 1642, 'ast-site-content-layout', 'full-width-container'),
(13933, 1642, 'site-content-style', 'default'),
(13934, 1642, 'site-sidebar-style', 'default'),
(13935, 1642, 'ast-featured-img', 'disabled'),
(13936, 1642, 'astra-migrate-meta-layouts', 'set'),
(13937, 1642, 'ast-breadcrumbs-content', 'disabled'),
(13938, 1642, 'theme-transparent-header-meta', 'default'),
(13939, 1642, '_edit_lock', '1748711297:1'),
(13940, 1644, '_edit_last', '1'),
(13941, 1644, '_wp_page_template', 'default'),
(13942, 1644, 'site-post-title', 'disabled'),
(13944, 1644, 'site-sidebar-layout', 'no-sidebar'),
(13945, 1644, 'ast-site-content-layout', 'full-width-container'),
(13946, 1644, 'site-content-style', 'default'),
(13947, 1644, 'site-sidebar-style', 'default'),
(13948, 1644, 'ast-featured-img', 'disabled'),
(13949, 1644, 'astra-migrate-meta-layouts', 'set'),
(13950, 1644, 'ast-breadcrumbs-content', 'disabled'),
(13951, 1644, 'theme-transparent-header-meta', 'default'),
(13952, 1644, '_edit_lock', '1748673938:1'),
(13953, 1646, '_edit_last', '1'),
(13954, 1646, '_wp_page_template', 'default'),
(13955, 1646, 'site-post-title', 'disabled'),
(13957, 1646, 'site-sidebar-layout', 'no-sidebar'),
(13958, 1646, 'ast-site-content-layout', 'full-width-container'),
(13959, 1646, 'site-content-style', 'default'),
(13960, 1646, 'site-sidebar-style', 'default'),
(13961, 1646, 'ast-featured-img', 'disabled'),
(13962, 1646, 'astra-migrate-meta-layouts', 'set'),
(13963, 1646, 'ast-breadcrumbs-content', 'disabled'),
(13964, 1646, 'theme-transparent-header-meta', 'default'),
(13965, 1646, '_edit_lock', '1748676008:1'),
(13966, 1648, '_edit_last', '1'),
(13967, 1648, '_wp_page_template', 'default'),
(13968, 1648, 'site-post-title', 'disabled'),
(13970, 1648, 'site-sidebar-layout', 'no-sidebar'),
(13971, 1648, 'ast-site-content-layout', 'full-width-container'),
(13972, 1648, 'site-content-style', 'default'),
(13973, 1648, 'site-sidebar-style', 'default'),
(13974, 1648, 'ast-featured-img', 'disabled'),
(13975, 1648, 'astra-migrate-meta-layouts', 'set'),
(13976, 1648, 'ast-breadcrumbs-content', 'disabled'),
(13977, 1648, 'theme-transparent-header-meta', 'default'),
(13978, 1648, '_edit_lock', '1748675421:1'),
(13988, 1651, '_menu_item_type', 'post_type'),
(13989, 1651, '_menu_item_menu_item_parent', '2648'),
(13990, 1651, '_menu_item_object_id', '1648'),
(13991, 1651, '_menu_item_object', 'page'),
(13992, 1651, '_menu_item_target', ''),
(13993, 1651, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13994, 1651, '_menu_item_xfn', ''),
(13995, 1651, '_menu_item_url', ''),
(13997, 1652, '_menu_item_type', 'post_type'),
(13998, 1652, '_menu_item_menu_item_parent', '2648'),
(13999, 1652, '_menu_item_object_id', '1646'),
(14000, 1652, '_menu_item_object', 'page'),
(14001, 1652, '_menu_item_target', ''),
(14002, 1652, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14003, 1652, '_menu_item_xfn', ''),
(14004, 1652, '_menu_item_url', ''),
(14006, 1653, '_menu_item_type', 'post_type'),
(14007, 1653, '_menu_item_menu_item_parent', '2648'),
(14008, 1653, '_menu_item_object_id', '1644'),
(14009, 1653, '_menu_item_object', 'page'),
(14010, 1653, '_menu_item_target', ''),
(14011, 1653, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14012, 1653, '_menu_item_xfn', ''),
(14013, 1653, '_menu_item_url', ''),
(14015, 1654, '_menu_item_type', 'post_type'),
(14016, 1654, '_menu_item_menu_item_parent', '2648'),
(14017, 1654, '_menu_item_object_id', '1642'),
(14018, 1654, '_menu_item_object', 'page'),
(14019, 1654, '_menu_item_target', ''),
(14020, 1654, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14021, 1654, '_menu_item_xfn', ''),
(14022, 1654, '_menu_item_url', ''),
(14024, 1655, '_menu_item_type', 'post_type'),
(14025, 1655, '_menu_item_menu_item_parent', '2648'),
(14026, 1655, '_menu_item_object_id', '1640'),
(14027, 1655, '_menu_item_object', 'page'),
(14028, 1655, '_menu_item_target', ''),
(14029, 1655, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14030, 1655, '_menu_item_xfn', ''),
(14031, 1655, '_menu_item_url', ''),
(14034, 43, '_wp_old_date', '2025-01-30'),
(14035, 44, '_wp_old_date', '2025-01-30'),
(14036, 802, '_wp_old_date', '2025-01-30'),
(14037, 801, '_wp_old_date', '2025-01-30'),
(14038, 800, '_wp_old_date', '2025-01-30'),
(14039, 799, '_wp_old_date', '2025-01-30'),
(14040, 798, '_wp_old_date', '2025-01-30'),
(14041, 797, '_wp_old_date', '2025-01-30'),
(14042, 796, '_wp_old_date', '2025-01-30'),
(14043, 795, '_wp_old_date', '2025-01-30'),
(14044, 794, '_wp_old_date', '2025-01-30'),
(14045, 793, '_wp_old_date', '2025-01-30'),
(14046, 792, '_wp_old_date', '2025-01-30'),
(14047, 45, '_wp_old_date', '2025-01-30'),
(14048, 844, '_wp_old_date', '2025-01-30'),
(14049, 843, '_wp_old_date', '2025-01-30'),
(14050, 842, '_wp_old_date', '2025-01-30'),
(14051, 841, '_wp_old_date', '2025-01-30'),
(14052, 40, '_wp_old_date', '2025-01-30'),
(14053, 48, '_wp_old_date', '2025-01-30'),
(14063, 1657, '_edit_last', '1'),
(14064, 1657, '_edit_lock', '1769606092:1'),
(14065, 1657, '_wp_page_template', 'default'),
(14066, 1657, 'site-post-title', 'disabled'),
(14068, 1657, 'site-sidebar-layout', 'no-sidebar'),
(14069, 1657, 'ast-site-content-layout', 'full-width-container'),
(14070, 1657, 'site-content-style', 'default'),
(14071, 1657, 'site-sidebar-style', 'default'),
(14072, 1657, 'ast-featured-img', 'disabled'),
(14073, 1657, 'astra-migrate-meta-layouts', 'set'),
(14074, 1657, 'ast-breadcrumbs-content', 'disabled'),
(14075, 1657, 'theme-transparent-header-meta', 'default'),
(14076, 1659, '_menu_item_type', 'post_type'),
(14077, 1659, '_menu_item_menu_item_parent', '0'),
(14078, 1659, '_menu_item_object_id', '1657'),
(14079, 1659, '_menu_item_object', 'page'),
(14080, 1659, '_menu_item_target', ''),
(14081, 1659, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14082, 1659, '_menu_item_xfn', ''),
(14083, 1659, '_menu_item_url', ''),
(14085, 1660, '_menu_item_type', 'post_type'),
(14086, 1660, '_menu_item_menu_item_parent', '0'),
(14087, 1660, '_menu_item_object_id', '1474'),
(14088, 1660, '_menu_item_object', 'page'),
(14089, 1660, '_menu_item_target', '');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14090, 1660, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14091, 1660, '_menu_item_xfn', ''),
(14092, 1660, '_menu_item_url', ''),
(14094, 1661, '_edit_last', '1'),
(14095, 1661, '_edit_lock', '1748711154:1'),
(14096, 1661, '_wp_page_template', 'default'),
(14097, 1661, 'site-post-title', 'disabled'),
(14099, 1661, 'site-sidebar-layout', 'no-sidebar'),
(14100, 1661, 'ast-site-content-layout', 'full-width-container'),
(14101, 1661, 'site-content-style', 'default'),
(14102, 1661, 'site-sidebar-style', 'default'),
(14103, 1661, 'ast-featured-img', 'disabled'),
(14105, 1661, 'ast-breadcrumbs-content', 'disabled'),
(14106, 1661, 'theme-transparent-header-meta', 'default'),
(14107, 1663, '_menu_item_type', 'post_type'),
(14108, 1663, '_menu_item_menu_item_parent', '0'),
(14109, 1663, '_menu_item_object_id', '1661'),
(14110, 1663, '_menu_item_object', 'page'),
(14111, 1663, '_menu_item_target', ''),
(14112, 1663, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14113, 1663, '_menu_item_xfn', ''),
(14114, 1663, '_menu_item_url', ''),
(14116, 1664, '_edit_last', '1'),
(14117, 1664, '_wp_page_template', 'default'),
(14118, 1664, 'site-post-title', 'disabled'),
(14120, 1664, 'site-sidebar-layout', 'no-sidebar'),
(14121, 1664, 'ast-site-content-layout', 'full-width-container'),
(14122, 1664, 'site-content-style', 'default'),
(14123, 1664, 'site-sidebar-style', 'default'),
(14124, 1664, 'ast-featured-img', 'disabled'),
(14125, 1664, 'astra-migrate-meta-layouts', 'set'),
(14126, 1664, 'ast-breadcrumbs-content', 'disabled'),
(14127, 1664, 'theme-transparent-header-meta', 'default'),
(14128, 1664, '_edit_lock', '1738560239:1'),
(14129, 1666, '_edit_last', '1'),
(14130, 1666, '_edit_lock', '1748674058:1'),
(14131, 1666, '_wp_page_template', 'default'),
(14132, 1666, 'site-post-title', 'disabled'),
(14134, 1666, 'site-sidebar-layout', 'no-sidebar'),
(14135, 1666, 'ast-site-content-layout', 'full-width-container'),
(14136, 1666, 'site-content-style', 'default'),
(14137, 1666, 'site-sidebar-style', 'default'),
(14138, 1666, 'ast-featured-img', 'disabled'),
(14139, 1666, 'astra-migrate-meta-layouts', 'set'),
(14140, 1666, 'ast-breadcrumbs-content', 'disabled'),
(14141, 1666, 'theme-transparent-header-meta', 'default'),
(14142, 1668, '_menu_item_type', 'post_type'),
(14143, 1668, '_menu_item_menu_item_parent', '0'),
(14144, 1668, '_menu_item_object_id', '1666'),
(14145, 1668, '_menu_item_object', 'page'),
(14146, 1668, '_menu_item_target', ''),
(14147, 1668, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14148, 1668, '_menu_item_xfn', ''),
(14149, 1668, '_menu_item_url', ''),
(14161, 1640, '_elementor_edit_mode', 'builder'),
(14162, 1640, '_elementor_template_type', 'wp-page'),
(14163, 1640, '_elementor_version', '3.35.4'),
(14164, 1640, '_elementor_pro_version', '3.35.1'),
(14165, 1640, '_astra_content_layout_flag', 'disabled'),
(14166, 1640, 'ast-title-bar-display', 'disabled'),
(14186, 1640, '_elementor_data', '[{\"id\":\"ce08395\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"dff5f66\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"af2ac77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Laser-hair-removal-img.png\",\"id\":1683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8be74bf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"133ec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Silky-Smooth Skin<\\/b>, All Year Long\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eabf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"168\\\" data-end=\\\"462\\\">Ditch the razor and skip the waxing. Our advanced laser hair removal targets and destroys hair follicles at the root, preventing regrowth and delivering lasting smoothness. Safe, precise, and virtually pain-free, it\\u2019s the effortless way to enjoy permanently reduced hair\\u2014anywhere on the body.<\\/p><p data-start=\\\"464\\\" data-end=\\\"503\\\">Feel confident in your skin, every day.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82240f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2721c7a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a840572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fefd3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Need to   <span style=\\\"font-weight:800\\\">Know<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5335230\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"1d17ae6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"7cc2846\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is an 810 Diode?\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1888346\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Often referred to as the gold standard in hair removal, the Diode laser 810nm wavelength is highly reliable in treating dark black\\/brown hair follicles on all skin types - It will not work on blonde\\/red\\/grey hairs.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"58e58c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4489b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Is Laser Hair Removal Painful?\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d066338\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The 810 Diode on the Spectrum laser has built-in contact cooling to protect the surface of the skin, making the treatment a comfortable, pain-free experience for patients.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f152335\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"animation_tablet\":\"fadeInLeft\"},\"elements\":[{\"id\":\"d0ee95e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is the Frequency of Treatments?\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5b1c5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hair grows in cycles, making it necessary to receive a series of treatments. This varies from patient to patient. Each treatment is spaced between 4-6 weeks apart and a minimum of 8 treatments is recommended.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1859ee3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"animation_tablet\":\"fadeInRight\"},\"elements\":[{\"id\":\"b1ca3e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre-treatment Care\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c8a1e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Do not tan for two to four weeks prior.<\\/li><li>Please shave 12-24 hours before all treatments.<\\/li><li>Remove all makeup, lotion, and deodorant.<\\/li><li>Do not wax, thread, or tweeze for two to four weeks prior and for the duration of your treatments.<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd75e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"dbe62ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Procedure Visit Expectations\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"714704c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A thin layer of gel is applied to the skin to allow for a smooth glide of the handpiece. A gentle warming sensation of the skin will be apparent and very tolerable. Depending on the size of the area, each area can take 10-15 minutes. There is no downtime associated with this treatment and patients may resume their normal activities.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6137da1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b4faea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Post-treatment Care\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a1d906\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Avoid picking or scratching the skin. Do not use any other hair removal during treatment (waxing, electrolysis, or tweezing). Wash and pat dry for 3 days and on the 4th day start gently exfoliating. SPF is always recommended post-treatment. Do not exercise, take hot showers, or use hot tubs or saunas for 12-48 hours.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2cf7492\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"e7b5b05\",\"elType\":\"widget\",\"settings\":{\"title\":\"When Will I See the Results?\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffe5e46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can begin to see hair fall out in approximately 1-3 weeks post-treatment. LHR can only damage hair that is in its active growth stage. Although hair will appear thinner and less noticeable with just one treatment, you\\u2019ll need to return for multiple follow-up appointments to see optimal results. After optimal treatment sessions of laser hair removal, you can enjoy long-lasting hair reduction.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d2d839\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"8f93417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Is LHR Permanent\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4a0be4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hair removal is not 100% permanent and hormones play a role in hair growth cycles, which may decrease depending on age. Hair that comes out of being dormant after several years will need to be treated.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b914104\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"32464cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Possible Adverse Effects\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8981880\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>While uncommon, adverse effects may include discomfort, damage to the natural skin texture, scarring, excessive swelling, blisters, and bruising. The risk of adverse effects is higher when patients do not avoid sun exposure for approximately 4 weeks prior to treatment, tanned skin has extra melanin (pigment) which attracts laser energy from targeting the hair follicle.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7dcdd04\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2-1.png\",\"id\":4031,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"80b14ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"51d70b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of <span style=\\\"font-weight:800\\\"> a better you. <\\/span>  \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8c0247\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(14279, 1683, '_wp_attached_file', '2025/01/Laser-hair-removal-img.png'),
(14280, 1683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:530;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2025/01/Laser-hair-removal-img.png\";s:8:\"filesize\";i:230436;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Laser-hair-removal-img-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Laser-hair-removal-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14312, 1642, '_elementor_edit_mode', 'builder'),
(14313, 1642, '_elementor_template_type', 'wp-page'),
(14314, 1642, '_elementor_version', '3.29.1'),
(14315, 1642, '_elementor_pro_version', '3.29.1'),
(14316, 1642, '_astra_content_layout_flag', 'disabled'),
(14317, 1642, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14330, 1642, '_elementor_data', '[{\"id\":\"2ff109f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6ac18fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1bff56b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/9-1.png\",\"id\":4107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d3a9914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"9c702aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intense Pulsed Light (IPL)\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42a691\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"212\\\" data-end=\\\"578\\\">Reveal smoother, more even-toned skin with our IPL (Intense Pulsed Light) treatment. This advanced technology targets sun damage, age spots, redness, broken capillaries, and acne\\u2014leaving your skin visibly clearer and more radiant. Enjoy noticeable results with minimal discomfort and zero downtime, making it the perfect solution for glowing skin on your schedule.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5511761\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b414cdd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab17adf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7e837b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why People  <span style=\\\"font-weight:800\\\">Choose IPL?  <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"cc622b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"5dac42a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"e03bf2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unique Technology\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c7937a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlike lasers, an IPL device sends out more than one wavelength of pulsating light. It can treat a range of skin conditions at the same time resulting in more even skin tone and a youthful appearance.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"76c571f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"efed4be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Indications\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a4801a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Skin tone, wrinkles, photoaging, skin rejuvenation, photo-facials, sun damaged skin, uneven pigmentation, scars, spider veins, vascular lesions, rosacea, acne, and hair reduction.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c68c4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"d9dcf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anti-aging Benefits\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6259367\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IPL will stimulate collagen growth by treating a deeper layer of skin, while improving texture, and reducing the appearance of fine lines and wrinkles.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f2ec53\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc4100d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d68dd8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"faf0cb2\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"73df84b\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3342,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/5658AD73-2162-4DA5-841B-D73342A8D185.png\"},{\"id\":3344,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png\"},{\"id\":3345,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/EBF46819-9841-4098-AB31-6C2D27FD3933.png\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b14cac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"600cd13\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"631e1ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7f665e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e73d8ae\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How to Prepare for Your Appointment?\",\"_id\":\"533186d\",\"faq_answer\":\"<ul><li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.<\\/li><li>Avoid applying self-tanner for 2 weeks prior to treatment.<\\/li><li>Avoid aspirin and Ibuprofen for one week prior to your treatment. Inform the provider if you are taking blood thinners or regularly take aspirin or ibuprofen.<\\/li><li>Avoid alcohol for 2 days prior to treatment.<\\/li><li>Inform the provider if have taken Accutane (oral acne medication) in the past year.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Pre-treatment Care (Day of Appointment)?\",\"faq_answer\":\"<ul><li>\\u00a0If possible, arrive without creams or make-up on the treatment area. Otherwise please arrive 10 minutes prior to your appointment in order to clean the skin. Cleansing products are available for your convenience.<\\/li><li>Allow approximately 45 minutes for your appointment depending on the size of the treatment area.<\\/li><li>Pre-treatment photos will be taken.<\\/li><li>Just prior to treatment, you will be given eye shields or glasses to wear to protect your eyes.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"Treatment Expectations?\",\"faq_answer\":\"<ul><li>Your skin may be temperature sensitive for several days after treatment. Brown spots and freckles will appear darker while healing.<\\/li><li>It should take 4-6 weeks to see the full result and 2-3 treatments may be required to achieve an optimum result.<\\/li><li>The sessions are designed to provide no downtime however, occasionally you may find that your cheeks and under eye areas are slightly puffy after treatment. You may use cold compresses (5 minutes on and 10 minutes off) several times an hour to help ease both redness and swelling.<\\/li><li>Sleeping with your head elevated for the first night will also help decrease any swelling you may experience.<\\/li><li>Redness around the treated area for a few hours to days.<\\/li><li>Freckles and age spots may darken for three to seven days before starting to fade.<\\/li><li>Skin flaking for up to 10 days.<\\/li><li>Minor bruising that may last two weeks or less.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"1514696\"},{\"tab_title\":\"How Does It Feel?\",\"faq_answer\":\"<p>During the procedure, people may feel a pinching sensation described as feeling similar to an elastic band being \\u201csnapped\\u201d on the skin. Sensation is moderate and very tolerable.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"a82f837\"},{\"tab_title\":\"Post-treatment Care?\",\"faq_answer\":\"<ul><li>Use mild cleansers and moisturizers.<\\/li><li>Avoid Aspirin, Ibuprofen, alcohol, heavy exertion and activities which may cause flushing for 2 days after treatment.<\\/li><li>Avoid harsh topical products such as retinols and glycolic acid products for one week after.<\\/li><li>Avoid direct sunlight on the treated area and use a broad-spectrum UVA\\/UVB sunscreen of SPF 30 or greater for 4 -6 weeks after your treatment.<\\/li><li>Anticipate some social downtime following your treatment<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"b3aef8e\"},{\"tab_title\":\"What to Avoid After IPL?\",\"faq_answer\":\"<ul><li>No hot showers for 48 hours.<\\/li><li>For 2 days after a treatment avoid taking aspirin, Ibuprofen, drinking alcohol, heavy exertion and activities which may cause skin flushing.<\\/li><li>Avoid harsh topical products such as retinols and glycolic acid products for one week after each session.<\\/li><li>Avoid direct sunlight on the treated area and use a sunscreen with SPF 30 or greater for 4 to 6 weeks after treatment.<\\/li><li>No swimming for a week, especially in pools with chemicals such as chlorine.<\\/li><li>No strenuous exercise for 48 hours. You can hit the gym after about 2 days post-therapy.<\\/li><li>No hot tubs or Jacuzzis for 48 hours.<\\/li><li>Avoid activities that cause excessive perspiration for 24 hours.<\\/li><li>Do not pick at or remove any loosening or peeling skin.<\\/li><li>No electrolysis, facial waxing, or depilatories (hair removal products) for 14 days after a treatment.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"a6c582d\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>Pigment treatment results will take four to six weeks to see the full results from a single treatment, however you should see dark spots fade and slough off within a week. If you complete a series of treatments about one month apart, the maximum results will be visible in two to three months after the last treatment.<\\/p><p>Veins treatment results begin to appear right after treatment and continue to improve over the next few days to weeks. It does take some time for veins to fully collapse and be reabsorbed by the body, so full results cannot be seen<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"7a41496\"},{\"tab_title\":\"Will I Need to Take Time Off?\",\"faq_answer\":\"<p>The short answer is no. Healing after an IPL treatment varies with the patient although in most cases takes less than a week and as little as a few hours to days.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2b17bf7\"},{\"tab_title\":\"Possible Adverse Effects?\",\"faq_answer\":\"<p>Mild complications of IPL include redness, swelling, light bruising, itching, peeling, and scabbing.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"377ef74\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"answer_bg_color\":\"#F0F5FA\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"faf5cf7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/6-1.png\",\"id\":4098,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"233602f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"05196bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da77cdf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(14525, 1714, '_wp_attached_file', '2025/01/Intense-Pulsed-Light-IPL-img.jpg'),
(14526, 1714, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2025/01/Intense-Pulsed-Light-IPL-img.jpg\";s:8:\"filesize\";i:63888;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Intense-Pulsed-Light-IPL-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Intense-Pulsed-Light-IPL-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14558, 1644, '_elementor_edit_mode', 'builder'),
(14559, 1644, '_elementor_template_type', 'wp-page'),
(14560, 1644, '_elementor_version', '3.29.1'),
(14561, 1644, '_elementor_pro_version', '3.29.1'),
(14562, 1644, '_astra_content_layout_flag', 'disabled'),
(14563, 1644, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14576, 1644, '_elementor_data', '[{\"id\":\"3c29831\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"a819f1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"cd4d6eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/465111418_8944376922286057_1904603766047494447_n.png\",\"id\":3602,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"829f71c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"afa371c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clear Skin Starts Here\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93a3c37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"125\\\" data-end=\\\"378\\\">Ready to let go of unwanted ink? Our Q-Switched laser is the gold standard in safe, effective tattoo removal\\u2014using powerful nanosecond 1064nm\\/532nm laser technology to break down pigment with photoacoustic shockwaves, without harming surrounding skin.<\\/p><p data-start=\\\"380\\\" data-end=\\\"642\\\">This advanced treatment fades tattoos gently over time, making it ideal for all skin tones and most ink colors. Whether you\'re looking for complete removal or just lightening for a cover-up, each session is customized to your tattoo, your skin, and your goals.<\\/p><p data-start=\\\"644\\\" data-end=\\\"724\\\"><strong data-start=\\\"644\\\" data-end=\\\"724\\\">Start your removal journey now\\u2014and take the first step toward a clean slate.<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32dcae1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3239334\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6613141\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"9297f38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg\",\"id\":3606,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"cf6eaa7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"73bea65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Q-Switch Laser Unique Technology\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12f0a6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The \\u201cQ\\u201d in Q switched laser treatment stands for \\u201cquality.\\u201d\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h4\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a392\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Q Switched laser has been determined as a gold standard for tattoo removal. A Q-switched laser is the only technology that is able to penetrate down to the dermis and shatter tattoo ink (via photo acoustic waves) without causing damage to the surrounding skin tissue. All other methods either aren\\u2019t capable of reaching and destroying the ink or cause too much damage to the skin, resulting in scarring. An added benefit of this is a quicker and less complicated healing time.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"f2a30d5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8081027\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac8eb90\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"47b1e2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Real Patient<\\/span>  Success Stories\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8ac40ac\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\",\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3637c7f\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3098,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/tatto-removal-img.jpg\"},{\"id\":3099,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/tatto-removal-img-2.jpg\"},{\"id\":3100,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/tatto-removal-img-3.jpg\"},{\"id\":3338,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png\"},{\"id\":3337,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\",\"pp_condition_date_time_before_value\":\"2025-03-02 06:44\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"overlay_background_hover_color\":\"#00000030\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"266bb20\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"08958d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"53bd04f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64a5627\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9127ff\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Color Can Be Treated?\",\"_id\":\"533186d\",\"faq_answer\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Good\\u00a0<\\/strong>- Black, Blue, Dark Blue, Dark Green, Brown, Red, Purple, Orange.<\\/p><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Difficult\\u00a0<\\/strong>\\u2013 Tan, Yellow, Bright Green, Sky Blue.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What Are Other Indications for Q-Switch?\",\"faq_answer\":\"<p>In addition to tattoos Q-Switch can treat pigmented lesions including age spots, freckles, sunspots, and some birthmarks.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"How to Prepare for Your Appointment?\",\"faq_answer\":\"<ul><li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.<\\/li><li>Avoid applying self-tanner for 2 weeks prior to treatment.<\\/li><li>Avoid aspirin and Ibuprofen for one week prior to your treatment. Inform the provider if you are taking blood thinners or regularly take aspirin or ibuprofen.<\\/li><li>Avoid alcohol for 2 days prior to treatment.<\\/li><li>Inform the provider if have taken Accutane (oral acne medication) in the past year<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2ddc551\"},{\"tab_title\":\"How Long Does a Treatment Take?\",\"faq_answer\":\"<p>Depending on the size of the treated area(s), after numbing, treatments can take several minutes up to an hour.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"e340d2a\"},{\"tab_title\":\"Pre-treatment Care?\",\"faq_answer\":\"<p>Avoid sun exposure\\/tanning beds for 2 weeks pre and post. Avoid pain medicine, such as Aleve, Aspirin for 3-7 days. Topical numbing cream may be used, and cold compress may be applied a prior to treatment.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"8736cde\"},{\"tab_title\":\"Treatment Expectations?\",\"faq_answer\":\"<p>The laser tattoo removal itself may not be uncomfortable but discomfort is a normal response during treatment and recovery. The targeted areas will feel tender and sensitive to touch due to swelling and blistering thereafter. \\u00a0Once these effects subside over the next few days, so does the pain.<\\/p><p>Immediately after treatment, you will notice \\\"frosting\\\" on the area where the laser came in contact with the ink. This signals the first stage of healing, and it lasts for only a few minutes. This is accompanied by swelling around the treated area. Redness, tenderness and swelling usually subside a day or two after treatment. Blisters start forming within 24 hours after treatment and they may appear alarming, but these indicate that your body is healing as it should. Avoid picking on your blisters because they will drain on their own and dry into scabs.<\\/p><p>The crust will eventually fall off within 10-14 days after treatment granted that the area doesn\\u2019t get irritated. One may even return to your usual activities shortly after treatment. The area will be bandaged to keep it dry for a few days following the treatment<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"42b1d84\"},{\"tab_title\":\"Treatment Expectations?\",\"faq_answer\":\"<p>The laser tattoo removal itself may not be uncomfortable but discomfort is a normal response during treatment and recovery. The targeted areas will feel tender and sensitive to touch due to swelling and blistering thereafter. \\u00a0Once these effects subside over the next few days, so does the pain.<\\/p><p>Immediately after treatment, you will notice \\\"frosting\\\" on the area where the laser came in contact with the ink. This signals the first stage of healing, and it lasts for only a few minutes. This is accompanied by swelling around the treated area. Redness, tenderness and swelling usually subside a day or two after treatment. Blisters start forming within 24 hours after treatment and they may appear alarming, but these indicate that your body is healing as it should. Avoid picking on your blisters because they will drain on their own and dry into scabs.<\\/p><p>The crust will eventually fall off within 10-14 days after treatment granted that the area doesn\\u2019t get irritated. One may even return to your usual activities shortly after treatment. The area will be bandaged to keep it dry for a few days following the treatment<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"3724f06\"},{\"tab_title\":\"How Does It Feel?\",\"faq_answer\":\"<p>Laser tattoo removal typically does involve some level of pain. That said, many say that it hurts less than they expected. It\\u2019s a common belief that tattoo removal is excruciating, yet most patients say that the sensation of removal is comparable to having a tattoo applied. Common descriptions include the sensation of a rubber band snapping against the skin or bacon grease \\u2013 basically it\\u2019s uncomfortable but bearable.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"ae62c7d\"},{\"tab_title\":\"Post-treatment Care?\",\"faq_answer\":\"<ol><li>Keep out of the sun, out of pools\\/lakes\\/bath water until healed.<\\/li><li>Apply recovery balm and keep it covered for 5-6 days while healing.<\\/li><li>Apply ice 10 minutes post-treatment.<\\/li><li>Use sunscreen to protect the treated skin which is particularly sensitive to sunlight following treatment.<\\/li><li>Don\\u2019t apply makeup or any potentially irritating product on treated skin while it heals.<\\/li><li>Avoid shaving treated areas unless the skin is healed.<\\/li><li>Don\\u2019t soak in baths, hot tubs, or pools unless the skin has healed completely.<\\/li><\\/ol>\",\"accordion_tab_default_active\":\"\",\"_id\":\"d8f6f25\"},{\"tab_title\":\"How Many Treatments Will I Need?\",\"faq_answer\":\"<p>Recommended 6-10 treatments. The number of sessions needed to remove a tattoo depends on three factors: the tattoo\'s age, color, and density.<\\/p><ol><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Age:<\\/strong>\\u00a0Older tattoos can be removed with fewer treatments than newer tattoos. A black ink tattoo that is 10 years old may take one or two treatments fewer than a 1-year-old black tattoo. A 20-year-old tattoo may take two to three treatments fewer than a 1-year-old tattoo, but it\\u2019s easy to remove if your tattoo is brand new (1 month old).<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Color:<\\/strong>\\u00a0Certain colors are more easily removed than others. Black and red tattoos are the easiest to remove. Orange, yellow, pink, and other shades are slightly more difficult to remove. The most difficult colors to remove are light green, light blue, and teal\\/turquoise.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Location:\\u00a0<\\/strong>Because tattoo removal depends on the body to flush away the shattered ink particles, areas of the body with less circulation often take more time to show results. The toes, fingers, ears, and nose are areas that may show slower results.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8c c1-2h c1-47 c1-8d\\\">Ink Density:\\u00a0<\\/strong>Shading in a tattoo is easily removed. Some tattoos with letters use shading to fill in the outlines of the letters. Some tattoos with certain designs use shading for clouds or other visual effects. \\u00a0Shading will be removed in only a few sessions in most cases.<\\/li><\\/ol>\",\"accordion_tab_default_active\":\"\",\"_id\":\"999cc94\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>The sessions are spaced six to eight weeks apart, which allows your skin to process the treatment. Many people start to see their ink fade slightly after each subsequent session and greater improvement after three appointments. Given six to eight weeks between each session, you can expect the results to start showing a few months after the process starts.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"a8e3413\"},{\"tab_title\":\"Possible Adverse Effects?\",\"faq_answer\":\"<p>There are a handful of symptoms you might see post-treatment such as blisters, swelling, raising of the tattoo, pinpoint bleeding, redness, temporary darkening, hypopigmentation, hyperpigmentation, and bruising. These are common and usually subside within a couple weeks. As always, consult your provider with concerns.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"73e662f\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"answer_bg_color\":\"#F0F5FA\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4e23e7e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Laser-Tattoo-Removal-img.jpg\",\"id\":2669,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac8f475\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee8de01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d22c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(14585, 1721, '_wp_attached_file', '2025/01/rsw_984h_656.webp'),
(14586, 1721, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:984;s:6:\"height\";i:656;s:4:\"file\";s:25:\"2025/01/rsw_984h_656.webp\";s:8:\"filesize\";i:44262;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"rsw_984h_656-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"rsw_984h_656-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"rsw_984h_656-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39208;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14587, 1722, '_wp_attached_file', '2025/01/qtq_28.webp'),
(14588, 1722, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2025/01/qtq_28.webp\";s:8:\"filesize\";i:4318;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"qtq_28-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"qtq_28-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14792, 1646, '_elementor_edit_mode', 'builder'),
(14793, 1646, '_elementor_template_type', 'wp-page'),
(14794, 1646, '_elementor_version', '3.29.1'),
(14795, 1646, '_elementor_pro_version', '3.29.1'),
(14796, 1646, '_astra_content_layout_flag', 'disabled'),
(14797, 1646, 'ast-title-bar-display', 'disabled'),
(14805, 1749, '_wp_attached_file', '2025/01/vascular-img.jpg'),
(14806, 1749, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2025/01/vascular-img.jpg\";s:8:\"filesize\";i:39709;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"vascular-img-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"vascular-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7651;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14819, 1646, '_elementor_data', '[{\"id\":\"7c005ae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"731f376\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"2461605\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/vascular-treatment-to-spider-veins.jpg\",\"id\":3368,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"73ff644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"33f7e2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"164\\\"><span style=\\\"font-style: inherit;\\\"><b>Say Goodbye <\\/b>to<b> <\\/b><\\/span><span style=\\\"font-size: 2.35294rem; font-style: inherit;\\\">Unwanted Veins with Precision Laser Treatment<\\/span><span style=\\\"font-size: 2.35294rem; font-style: inherit; font-weight: inherit;\\\"><\\/span><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4e0ad4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"166\\\" data-end=\\\"419\\\">Target and eliminate broken capillaries, spider veins, and vascular lesions with precision using our state-of-the-art 2940nm Long Pulsed YAG laser. Customized to your unique skin needs, this gentle yet powerful treatment delivers clear, smooth skin and noticeable results.<\\/p><p data-start=\\\"421\\\" data-end=\\\"485\\\"><strong data-start=\\\"421\\\" data-end=\\\"485\\\">Ready to reveal flawless skin? Book your consultation today!<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d5c7bb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"edce5f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"dda0b47\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":670,\"sizes\":[]}},\"elements\":[{\"id\":\"c30a4bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"The <span style=\\\"font-weight:800\\\">2940nm<\\/span> Long Pulsed YAG\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15ac43a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Makes It Unique?\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a02a40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Spectrum\\u2019s long pulsed Yag laser will diminish the appearance of existing veins on the face and legs. Once the laser light is applied to the skin, it enters the vein, where the energy from the laser is absorbed and the vein walls collapse and seal shut, eliminating the vein\\u2019s appearance on the skin. Eliminating veins with the long pulsed Yag laser is quick and effective.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6c30a03\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766b8c4\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6e6af0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6339b0f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\",\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"496dca8\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3133,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Vein-removal-img-1.jpg\"},{\"id\":3134,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Vein-removal-img-2.jpg\"},{\"id\":3135,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Vein-removal-img-3.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\",\"pp_condition_date_time_before_value\":\"2025-03-02 06:44\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30c10b3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4849e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1464ffe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2ac1e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0cbe22\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Are Some Indications For LPY?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Treatment of vascular lesions such as telangiectasias, spider veins, hemangiomas, and leg veins<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"How Does LPY Work?\",\"faq_answer\":\"<p>The laser gives energy to the skin, which is absorbed by blood vessels, scars, port wine stains, hemangiomas, and other vascular lesions. This relatively quick, comfortable procedure can eliminate blood vessels by precise tissue heating, i.e. energy is directed against the vessels alone and does not alter the surrounding skin. Usually, the vessels collapse during the treatment session, but there can be some post-treatment redness and swelling. Following treatment sessions with aggressive sun protection practices can produce longer-lasting results and prevent formation of similar lesions.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"How to Prepare for Your Appointment?\",\"faq_answer\":\"<p>Discontinue any medications \\/ supplements that may thin your blood unless prescribed by doctor. You may wish to bring a pair of shorts to wear during your treatment if having your legs treated.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5fdcf3e\"},{\"tab_title\":\"How Long Does a Treatment Take?\",\"faq_answer\":\"<p>Depends on size of area, each area can take 15 minutes or less.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"cc47fb5\"},{\"tab_title\":\"How Does It Feel?\",\"faq_answer\":\"<p>Discomfort is minimal and is usually compared to the \\u201csnap of a rubber band.\\u201d Multiple treatments may be required to achieve your desired result.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"f93c319\"},{\"tab_title\":\"Treatment Expectations?\",\"faq_answer\":\"<p>Depending on the area treated, some swelling and irritation may occur. However, most treatments have little to no down time and few side effects. Anti-aging skin care products may be prescribed by your provider.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"f81bb4a\"},{\"tab_title\":\"Post-Treatment Care?\",\"faq_answer\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8b c1-2h c1-47 c1-8c\\\">Do\\u2019s\\u00a0<\\/strong>\\u2013 Cold packs to reduce redness\\/swelling, use SPF, wear compression garment\\/support for 3-5 days as needed (best results with longer wear). Avoid sunlight and use sunscreen or antibiotic ointments to promote healing and prevent damage.<\\/p><p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8b c1-2h c1-47 c1-8c\\\">Do not\\u2019s\\u00a0<\\/strong>- exercise for 3 days, take hot baths\\/showers, use hot tubs\\/saunas or have any alcohol\\/blood thinners for 5 days. If a scab forms, it should not be picked or scarring may occur.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"0a90e74\"},{\"tab_title\":\"How Many Treatments Will I Need?\",\"faq_answer\":\"<p>Recommended a series of 3.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2661421\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>Best results to be seen after 1-2 treatments. Leg vein resolution usually takes 8-12 weeks. At the end of this process, some vessels may be gone while others may be lighter or not affected. Can be a series of treatments for some veins. Additionally, the further down on the body, the more stubborn veins can be to disappear.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2c43cf6\"},{\"tab_title\":\"Will I Need to Take Time Off?\",\"faq_answer\":\"<p>No, there is no downtime<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"97eebca\"},{\"tab_title\":\"Possible Adverse Effects?\",\"faq_answer\":\"<p>Discomfort, skin irritation, discoloration, sensation of mild sunburn. Sometimes the pigment cells can be damaged leaving darker or paler patches of skin. White patches or scars are rarely permanent<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"dd03faa\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"faq_items__padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"question_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_padding_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"answer_bg_color\":\"#F0F5FA\",\"answer_typography_typography\":\"custom\",\"answer_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"answer_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"877a06d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Laser-hair-removal-img.jpg\",\"id\":2658,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":270,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"18d177a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"806fdc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78b069c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(15053, 1648, '_elementor_edit_mode', 'builder'),
(15054, 1648, '_elementor_template_type', 'wp-page'),
(15055, 1648, '_elementor_version', '3.29.1'),
(15056, 1648, '_elementor_pro_version', '3.29.1'),
(15057, 1648, '_astra_content_layout_flag', 'disabled'),
(15058, 1648, 'ast-title-bar-display', 'disabled'),
(15071, 1648, '_elementor_data', '[{\"id\":\"1ccf7b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"a76531a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6451dfb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"997532b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"109aefd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Erbium YAG: <\\/b>The Secret Behind Our Korean Glass Skin Treatment\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fde622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"152\\\" data-end=\\\"246\\\">Transform your skin with the advanced Erbium YAG 2940 nm laser, a versatile resurfacing treatment that targets a wide range of concerns\\u2014from fine lines, scars, and photodamage to lesions, acne, stretch marks, and more. This powerful yet precise ablative laser stimulates deep skin renewal, revealing smoother, clearer, and more radiant skin.<\\/p><p data-start=\\\"591\\\" data-end=\\\"756\\\">As the primary treatment in our celebrated Korean Glass Skin experience, Erbium YAG helps you achieve that coveted flawless, poreless glow\\u2014naturally and beautifully.<\\/p><p data-start=\\\"758\\\" data-end=\\\"847\\\"><strong data-start=\\\"758\\\" data-end=\\\"847\\\">Don\\u2019t wait to unveil your best skin yet. Book your Korean Glass Skin treatment today!<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f449d4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9cd4182\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc4ef94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fbc0a15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Before & After \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7cce389\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"242145e\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3589,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/erbium-img.jpg\"},{\"id\":3590,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/erbium-img-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"8a127c9\"}],\"columns\":2,\"gap\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"12dd4b7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_flex_align_self_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4c58410\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5a5689\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"aef6fa4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8eb377c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cee7d5d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How to Prepare for Your Appointment?\",\"_id\":\"533186d\",\"faq_answer\":\"<ul><li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.<\\/li><li>Avoid applying self-tanner for 2 weeks prior to treatment.<\\/li><li>Inform the provider if have had any surgical procedures in the treatment area including facial laser resurfacing or deep chemical peel. Wait until well-healed.<\\/li><li>Schedule treatment one month after any Botox or Natural fillers.<\\/li><li>If any history of herpes simplex, in the treatment area, should start on prophylaxis to prevent outbreak.<\\/li><li>\\u00a0Darker skin types (IV-V) will need to pre-treat minimum of 3 weeks prior to appointment with a skin lighting agent such as Hydroquinone to decrease post-inflammatory hyperpigmentation (Discuss with Provider).<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Pre-treatment Care (Day of Appointment)?\",\"faq_answer\":\"<ul><li>\\u00a0If possible, arrive without creams or make-up on the treatment area. Otherwise please arrive 10 minutes prior to your appointment in order to clean the skin. Cleansing products are available for your convenience.<\\/li><li>Allow approximately 45 minutes for your appointment depending on the size of the treatment area.<\\/li><li>Pre-treatment photos will be taken.<\\/li><li>Just prior to treatment, you will be given eye shields or glasses to wear to protect your eyes.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"Treatment Expectations?\",\"faq_answer\":\"<ul><li>Your skin may be temperature sensitive for several days after treatment. Brown spots and freckles will appear darker while healing.<\\/li><li>It should take 4-6 weeks to see the full result and 2-3 treatments may be required to achieve an optimum result.<\\/li><li>The sessions are designed to provide no downtime however, occasionally you may find that your cheeks and under eye areas are slightly puffy after treatment. You may use cold compresses (5 minutes on and 10 minutes off) several times an hour to help ease both redness and swelling.<\\/li><li>Sleeping with your head elevated for the first night will also help decrease any swelling you may experience.<\\/li><li>Redness around the treated area for a few hours to days.<\\/li><li>Freckles and age spots may darken for three to seven days before starting to fade.<\\/li><li>Skin flaking for up to 10 days.<\\/li><li>Minor bruising that may last two weeks or less.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"5fdcf3e\"},{\"tab_title\":\"How Does It Feel?\",\"faq_answer\":\"<p>During the procedure, you will feel a warm sensation on your skin as the laser pulses are delivered. Sensation is very tolerable. There is no need for topical numbing.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"31d8476\"},{\"tab_title\":\"Post-treatment Care?\",\"faq_answer\":\"<ul><li>Use mild cleansers after 24 hours.<\\/li><li>Do not let skin dry out. Aquaphor or post laser balm for 72 hours.<\\/li><li>Avoid Aspirin, Ibuprofen, alcohol, heavy exertion and activities which may cause flushing for 2 days after treatment.<\\/li><li>Avoid harsh topical products such as retinols and glycolic acid products for one week after.<\\/li><li>Avoid direct sunlight on the treated area and use a broad-spectrum UVA\\/UVB sunscreen of SPF 30 or greater for 4 -6 weeks after your treatment.<\\/li><li>Anticipate some social downtime following your treatment<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"93f9a10\"},{\"tab_title\":\"When Will I See Results?\",\"faq_answer\":\"<p>A single session usually lasts about 15 minutes, and you can expect to see results after about 3-5 sessions. Depending on your skin condition, you many need fewer or more treatment sessions to see desired results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"806e740\"},{\"tab_title\":\"What is the Average Downtime?\",\"faq_answer\":\"<p>Majority of patients have little to no downtime. Your provider with counsel you on your downtime expectations depending on the intensity level of your treatment settings. The average downtime ranges from 2-7 days.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"14477c9\"},{\"tab_title\":\"Possible Adverse Effects?\",\"faq_answer\":\"<p>The side effects are typically mild and temporary. You may experience some swelling, redness, or bruising after the treatment which will resolve within a few days. To minimize complications, it is imperative that you follow the post-treatment instructions.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"d286720\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"faq_items__padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"question_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_padding_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"answer_bg_color\":\"#F0F5FA\",\"answer_typography_typography\":\"custom\",\"answer_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"answer_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28e3151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":270,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1e8b88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"ece3e2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dedbdb2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(15166, 1793, '_wp_attached_file', '2025/01/skin-tight-img1.jpg'),
(15167, 1793, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2025/01/skin-tight-img1.jpg\";s:8:\"filesize\";i:37891;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"skin-tight-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"skin-tight-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5745;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15168, 1794, '_wp_attached_file', '2025/01/skin-tight-img2.jpg'),
(15169, 1794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2025/01/skin-tight-img2.jpg\";s:8:\"filesize\";i:41942;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"skin-tight-img2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"skin-tight-img2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5799;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15170, 1795, '_wp_attached_file', '2025/01/skin-tight-img3.jpg'),
(15171, 1795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2025/01/skin-tight-img3.jpg\";s:8:\"filesize\";i:33725;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"skin-tight-img3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13459;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"skin-tight-img3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15230, 1657, '_elementor_edit_mode', 'builder'),
(15231, 1657, '_elementor_template_type', 'wp-page'),
(15232, 1657, '_elementor_version', '3.29.1'),
(15233, 1657, '_elementor_pro_version', '3.29.1'),
(15234, 1657, '_astra_content_layout_flag', 'disabled'),
(15235, 1657, 'ast-title-bar-display', 'disabled'),
(15255, 1657, '_elementor_data', '[{\"id\":\"c3ef777\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"e3d6972\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"942ee56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/rsw_1280h_1280.webp\",\"id\":1812,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c8d7ef7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6397fc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Contouring - \\n<span style=\\\"font-weight:800\\\">PHYSIQ<\\/span> \\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a4469e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Introducing PHYSIQ \\u2013 revolutionizing body sculpting with STEP technology, treating multiple areas at once for optimal results without downtime!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d8182bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"abda205\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"93e0a51\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d1fdc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What sets PHYSIQ apart from <span style=\\\"font-weight:800\\\">other devices?   <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6098b91\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"87c71d3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"d48d0db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_28-1.webp\",\"id\":1806,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2ffdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"STEP Technology\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e296130\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PHYSIQ uniquely uses Sequential Thermal &amp; Electrical Pulse (STEP) technology, combining heat for permanent fat cell death with EMS to build lean muscle.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"23ee644\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"279d8a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_28-2.webp\",\"id\":1807,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"02826f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Four Applicatiors\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32eb982\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Four versatile applicators combine EMS and SDM capabilities, treating multiple areas simultaneously for an optimal blend of heat and muscle stimulation.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fd9e019\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b16f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_388h_292cg_truem.webp\",\"id\":3799,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7f9d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ultimate Built-in Comfort\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0041656\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Programs cycle EMS and SDM energy with cooling for optimal treatment. You control SDM percentage and EMS intensity for no-downtime body contouring. \\n\\n\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8562ef2\",\"pp_condition_date_time_before_value\":\"2025-02-03 10:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5712a26\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a43da62\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0137c1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Media <span style=\\\"font-weight:800\\\">Overview <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ccb874d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"d6ec103\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0f7d47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=RUNsdHxyMcM\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"0135927\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5549322\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet PHYSIQ\",\"header_size\":\"h5\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"8\",\"left\":\"14\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"87c8985\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f213ee\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=zthI8y55iVI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"0135927\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c642ccd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hear from Real PHYSIQ Patients\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"8\",\"left\":\"14\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6bfa7ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"slideshow\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"727c54f\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"224a816\",\"elType\":\"widget\",\"settings\":{\"title\":\"REAL Patient <span style=\\\"font-weight:800\\\">Before\\/After<\\/span>    Photos\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ceac16e\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"8c024d1\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3373,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-8.jpeg\"},{\"id\":3374,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-3.jpeg\"},{\"id\":3375,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-7.jpeg\"},{\"id\":3376,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-6.jpeg\"},{\"id\":3377,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-2.jpeg\"},{\"id\":3378,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-1.jpeg\"},{\"id\":3379,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-2.jpeg\"},{\"id\":3380,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-3.jpeg\"},{\"id\":3381,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-4.jpeg\"},{\"id\":3382,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-5.jpeg\"},{\"id\":3383,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-1.jpeg\"},{\"id\":3384,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem.jpeg\"},{\"id\":3385,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\",\"pp_condition_date_time_before_value\":\"2025-03-04 05:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"overlay_title\":\"caption\",\"overlay_background_background\":\"classic\",\"overlay_background_hover_color\":\"#0000003B\",\"content_vertical_position\":\"middle\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6975d89\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0453e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8212b37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a44fab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46df857\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Body Areas Can Be Treated?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>The treatment areas include the abdomen, arms, inner thighs, outer thighs, quadriceps, hamstrings, buttocks, back sides\\/flanks, and calves.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"How Long Does Each Area Take to Treat?\",\"faq_answer\":\"<p>The abdomen, buttocks and back sides\\/flanks treatment lasts 36 minutes. Treatments for the inner thighs, outer thighs, and arms take 28 minutes.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2206f93\"},{\"tab_title\":\"How Many Treatments are Recommended?\",\"faq_answer\":\"<p>Five treatments are recommended to complete the series, performed weekly or bi-weekly based on protocol. Maintenance treatments can be monthly or bi-monthly, with or without SDM, after completing the series. Additional treatments may be needed to achieve the desired results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"70f8584\"},{\"tab_title\":\"What are the Pre Treatment Guidelines?\",\"faq_answer\":\"<p>To Ensure the Most Comfortable Treatment and Optimal Results, the Below Items Should Be Strictly Followed:<\\/p><ul><li>Avoid Sun Exposure (4 Weeks)<\\/li><li>Suspend Accutane Use (4-6 Months)<\\/li><li>No Aspirin (7 Days)<\\/li><li>No Skin Lightening Products<\\/li><li>Treatment Area to Be Clean Shaven<\\/li><li>No Spray Tan, Lotion, Deodorant, or Makeup<\\/li><li>Remove All Jewelry<\\/li><li>No Cell Phone in Pocket<\\/li><li>Proper H2O Intake (3-4 Days Prior)<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"6b06dd3\"},{\"tab_title\":\"What are the Post Treatment Guidelines?\",\"faq_answer\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Post-Treatment Care for PHYSIQ:<\\/strong><\\/p><ul><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Deep Self-Massage:<\\/strong>\\u00a0Massage the treated area with PHYSIQ post-care lotion using firm pressure for at least 2 minutes immediately after treatment and twice daily throughout your series.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Increase H2O Intake:<\\/strong>\\u00a0Hydrate well before and after treatment to help flush the lymphatic system.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Limit Alcohol:<\\/strong>\\u00a0Reduce alcohol intake for 3-4 days post-treatment and overall to maximize results.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Exercise &amp; Body Temperature:<\\/strong>\\u00a0Light exercise is fine, but avoid strenuous activities for 48 hours and activities that elevate body temperature (hot tubs, saunas) for 2-3 days.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">Avoid Direct Sun Exposure:<\\/strong>\\u00a0Stay out of the sun for 2 weeks post-treatment. If exposure is unavoidable, cover the treated area and use SPF 50+ sunblock.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"00576e7\"},{\"tab_title\":\"How Much Will My Treatment Cost?\",\"faq_answer\":\"<p>Schedule your FREE consult with our licensed provider today to for an in-person evaluation, discuss what you would like to improve on your body, and receive a quote to get you to your goals!<\\/p><p>You have the option to buy single sessions. Since\\u00a0<strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-85 c1-2h c1-4a c1-86\\\">5 sessions<\\/strong>\\u00a0are recommended, we provide a discount for our packages (Review our \\\"Price List\\\" section for further detail).<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"2f4b334\"},{\"tab_title\":\"What is the Membership Maintenance Program?\",\"faq_answer\":\"<p>Purchase a 5-session package to qualify for a monthly maintenance membership. Our program offers membership appreciation incentives: the more areas you add, the more you save, plus you get 10% off your vitamin infusions!<\\/p><ul><li>1 maintenance treatment\\/month: $199\\/month<\\/li><li>Add a 2nd area: 2 maintenance treatments (1 per area) for $299\\/month<\\/li><li>Add a 3rd area: 3 maintenance treatments for $399\\/month, and so on.<\\/li><\\/ul>\",\"accordion_tab_default_active\":\"\",\"_id\":\"9dd9a15\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"faq_items__padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"question_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_padding_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"answer_bg_color\":\"#F0F5FA\",\"answer_typography_typography\":\"custom\",\"answer_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"answer_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"722ed65\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":270,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8581795\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e0b80c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b13425a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(15264, 1806, '_wp_attached_file', '2025/01/qtq_28-1.webp'),
(15265, 1806, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:292;s:4:\"file\";s:21:\"2025/01/qtq_28-1.webp\";s:8:\"filesize\";i:9180;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-1-300x226.webp\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15266, 1807, '_wp_attached_file', '2025/01/qtq_28-2.webp'),
(15267, 1807, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:292;s:4:\"file\";s:21:\"2025/01/qtq_28-2.webp\";s:8:\"filesize\";i:3358;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-2-300x226.webp\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15268, 1808, '_wp_attached_file', '2025/01/qtq_28-3.webp'),
(15269, 1808, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:389;s:6:\"height\";i:292;s:4:\"file\";s:21:\"2025/01/qtq_28-3.webp\";s:8:\"filesize\";i:3522;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-3-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15294, 1812, '_wp_attached_file', '2025/01/rsw_1280h_1280.webp'),
(15295, 1812, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1279;s:4:\"file\";s:27:\"2025/01/rsw_1280h_1280.webp\";s:8:\"filesize\";i:79064;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"rsw_1280h_1280-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18020;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"rsw_1280h_1280-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"rsw_1280h_1280-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12340;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"rsw_1280h_1280-768x767.webp\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15347, 1657, '_oembed_a5a0531b3c9088aa53843aae9b8ee822', '<iframe title=\"Meet PHYSIQ Body Treatment\" width=\"1240\" height=\"698\" src=\"https://www.youtube.com/embed/RUNsdHxyMcM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(15348, 1657, '_oembed_time_a5a0531b3c9088aa53843aae9b8ee822', '1738347598'),
(15349, 1657, '_oembed_0d8166f2f6212d44c06dffffc6d115da', '<iframe title=\"Hear from Real PHYSIQ Patients Christopher &amp; Erica\" width=\"1240\" height=\"698\" src=\"https://www.youtube.com/embed/zthI8y55iVI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(15350, 1657, '_oembed_time_0d8166f2f6212d44c06dffffc6d115da', '1738347598'),
(15552, 1474, '_elementor_edit_mode', 'builder'),
(15553, 1474, '_elementor_template_type', 'wp-page'),
(15554, 1474, '_elementor_version', '3.29.1'),
(15555, 1474, '_elementor_pro_version', '3.29.1'),
(15556, 1474, '_astra_content_layout_flag', 'disabled'),
(15557, 1474, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15570, 1474, '_elementor_data', '[{\"id\":\"fe35bbc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"78cb41a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"d6f262a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/red-light-thearpy.jpg\",\"id\":1332,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"cfb638c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"12d1ba1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Red Light \\n<span style=\\\"font-weight:800\\\">Therapy<\\/span> \\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"263223f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Red light therapy is a powerful, non-invasive treatment that boosts your skin\'s natural healing process, reduces inflammation, and stimulates collagen production for a radiant, youthful glow. Perfect for rejuvenating and revitalizing your skin.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46d482e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule Your Session\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2096d0c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d4b4f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}]},\"elements\":[{\"id\":\"cd03832\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Radiant Renewal with Red <span style=\\\"font-weight:800\\\">Light Therapy!<\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bfc8bc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sessions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f41f2ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}]},\"elements\":[{\"id\":\"bd58708\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"7a6aac6\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"1 session\",\"table_subtitle\":\"\",\"table_price\":\"49\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $25\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"3295299\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"467fd43\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"3 sessions\",\"table_subtitle\":\"\",\"table_price\":\"135\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $65\\n\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"0c633a4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"36e6b8b\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"5 sessions\",\"table_subtitle\":\"\",\"table_price\":\"199\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $90\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d063bf3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af26902\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3bcb2a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2456196\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6d0e75\"}]},\"elements\":[{\"id\":\"6ae41ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Treatment<\\/span> Enhancements\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a08f471\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"268eb43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Elevate your experience with these exceptional options.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74379c6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4bb8a30\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cc627b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2eb064f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"19db7a5\"}],\"pp_display_conditions\":[{\"_id\":\"11fa044\"}]},\"elements\":[{\"id\":\"4bfbeeb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e6234b2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"eeee093\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc0a7b8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"cbf947d\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[{\"id\":\"b6ef460\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Pro-aging Stem Cell Therapy\",\"item_description\":\"Elevate your skincare routine with AnteAGE Topical Stem Cells\\u2014self-applied for a transformative anti-aging experience that delivers glowing, rejuvenated skin during your session. Includes a two-step Anteage Serum and Accelerator Homecare kit for enhanced results.\\n\\n\",\"price\":\"$99\",\"link\":{\"url\":\"\"},\"_id\":\"bdd24cd\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d213cfb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true},{\"id\":\"c5b357d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e6234b2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"eeee093\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc0a7b8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"cbf947d\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[{\"id\":\"e5cc886\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Post-Procedure Glow\",\"item_description\":\"Complete your treatment with a regenerative boost\\u2014get 50% off when you add it to any Hydrafacial, Facial, Microneedling, Laser Therapy, PHYSIQ Body Contouring, IV Vitamin Therapy, or injections!\\n\\n\",\"price\":\"$25\",\"link\":{\"url\":\"\"},\"_id\":\"79e23ee\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d213cfb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0693b54\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cc627b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2eb064f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"19db7a5\"}],\"pp_display_conditions\":[{\"_id\":\"11fa044\"}]},\"elements\":[{\"id\":\"1c88f23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wellness Members including Hormone Therapy, Peptide Therapy, and Weight Loss Members.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"292a8e1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"002cd41\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1f0201\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1bf879d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f73a1c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"550b397\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Red Light Therapy?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Red light therapy is a non-invasive treatment that uses low-level red light wavelengths to penetrate the skin, promoting cellular repair, reducing inflammation, and boosting collagen production for healthier, more radiant skin.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"How does Red Light Therapy work?\",\"faq_answer\":\"<p>Red light therapy works by delivering specific wavelengths of light to the skin, which stimulates cellular processes and encourages healing, rejuvenation, and improved skin texture.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"8e671cf\"},{\"tab_title\":\"What are the benefits of Red Light Therapy?\",\"faq_answer\":\"<p>Benefits include improved skin texture, reduced wrinkles and fine lines, increased collagen production, decreased inflammation, and enhanced overall skin tone and radiance.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"229d562\"},{\"tab_title\":\"Is Red Light Therapy safe?\",\"faq_answer\":\"<p>Yes, red light therapy is generally considered safe with minimal side effects. It is non-invasive and does not require downtime.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"6574ef0\"},{\"tab_title\":\"How long does a Red Light Therapy session take?\",\"faq_answer\":\"<p>Each session is 15 minutes serving as the perfect lunch break treatment.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"9894615\"},{\"tab_title\":\"How many sessions are needed to see results?\",\"faq_answer\":\"<p>Many patients notice improvements after just a few sessions, but optimal results are often seen after a series of treatments.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"c2e46bd\"},{\"tab_title\":\"How should I prepare for a Red Light Therapy session?\",\"faq_answer\":\"<p>There is no special preparation needed. Simply arrive with clean skin and avoid using any skincare products that may interfere with the treatment.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"e00f474\"},{\"tab_title\":\"Can Red Light Therapy be combined with other treatments?\",\"faq_answer\":\"<p>Yes, red light therapy can be combined with other treatments such as facials, microneedling, and injectables to enhance overall results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"fff43ee\"},{\"tab_title\":\"How often should I get Red Light Therapy?\",\"faq_answer\":\"<p>Frequency depends on your individual needs and goals. Generally, for optimal results:<\\/p><ul><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8f c1-2h c1-4a c1-8g\\\">Initial Phase:<\\/strong>\\u00a0It\\u2019s common to start with 3-5 sessions per week for the first 4-6 weeks. This helps build up the skin\\u2019s response and enhances initial results.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8f c1-2h c1-4a c1-8g\\\">Maintenance Phase:<\\/strong>\\u00a0After the initial phase, many people shift to 1-2 sessions per week for ongoing maintenance and to sustain results.<\\/li><\\/ul><p>Your specific frequency might vary based on factors such as the condition being treated, your skin type, and your overall health goals. Always follow the recommendations of your provider for the best outcomes. Please feel free to ask\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8j c1-26 c1-27 c1-6k c1-28 c1-8x c1-b c1-a8 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:Support@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Support@genesiswa.com<\\/a>\\u00a0for more information.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"9ff1da3\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"faq_items__padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"question_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_padding_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"answer_bg_color\":\"#F0F5FA\",\"answer_typography_typography\":\"custom\",\"answer_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"answer_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"058ba04\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/red-light-thearpy.jpg\",\"id\":1332,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":270,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c911c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f4a3231\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa2314\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(15953, 37, '_elementor_edit_mode', 'builder'),
(15954, 37, 'astra-migrate-meta-layouts', 'set'),
(15955, 37, '_elementor_template_type', 'wp-page'),
(15956, 37, '_elementor_version', '3.35.5'),
(15957, 37, '_elementor_pro_version', '3.35.1'),
(15958, 37, '_astra_content_layout_flag', 'disabled'),
(15959, 37, 'ast-title-bar-display', 'disabled'),
(15960, 1888, '_wp_attached_file', '2025/01/qtq_28-4.webp'),
(15961, 1888, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:21:\"2025/01/qtq_28-4.webp\";s:8:\"filesize\";i:3982;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-4-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15974, 37, '_elementor_data', '[{\"id\":\"3b143dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"23a8602\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9845310\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b2f11e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e22873\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7b5bfc3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}]},\"elements\":[{\"id\":\"217b5ae\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-5.jpg\",\"id\":4397,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"214\",\"right\":\"214\",\"bottom\":\"214\",\"left\":\"214\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"230\",\"bottom\":\"230\",\"left\":\"230\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f1a2e0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cb651e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e06129c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our <span style=\\\"font-weight:800\\\">team <\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d0e7dc5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"f807619\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"16\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB94\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e3ef22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-1.jpg\",\"id\":3879,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\",\"pp_condition_date_time_before_value\":\"2025-02-03 17:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"793a6b6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"99db584\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12a4a1e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a831d04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e80aa8a\"}]},\"elements\":[{\"id\":\"21e4df3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"715d9c1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"216c620\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/diagonal_134310.svg\",\"id\":1996},\"library\":\"svg\"},\"icon_align\":\"row-reverse\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_widescreen\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b722f9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f48ee9f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%221960%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89713c5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"16\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB94\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8e52517\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Anastatia-Templeman-aa.jpg\",\"id\":2960,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\",\"pp_condition_date_time_before_value\":\"2025-02-03 17:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38fccd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"99db584\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12a4a1e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a831d04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e80aa8a\"}]},\"elements\":[{\"id\":\"eb091ba\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Anastatia Templeman\",\"description_text\":\"Master Aesthetician\",\"title_size\":\"h5\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"715d9c1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ed59a27\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/diagonal_134310.svg\",\"id\":1996},\"library\":\"svg\"},\"icon_align\":\"row-reverse\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_widescreen\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b722f9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f48ee9f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%222072%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f8b101d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"16\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB94\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e864c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Nina-Slegaitis-av.jpg\",\"id\":2962,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\",\"pp_condition_date_time_before_value\":\"2025-02-03 17:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d6971b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"99db584\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12a4a1e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a831d04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e80aa8a\"}]},\"elements\":[{\"id\":\"03a2584\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Nina Slegaitis\",\"description_text\":\"Licensed Aesthetician\",\"title_size\":\"h5\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"715d9c1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"64a7223\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/diagonal_134310.svg\",\"id\":1996},\"library\":\"svg\"},\"icon_align\":\"row-reverse\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_widescreen\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b722f9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f48ee9f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%222154%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96916df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"16\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB94\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e375e77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-3.jpg\",\"id\":3884,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"52ba1b6\",\"pp_condition_date_time_before_value\":\"2025-02-03 17:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f804091\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"99db584\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"12a4a1e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a831d04\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e80aa8a\"}]},\"elements\":[{\"id\":\"44405cb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Sara Lee\",\"description_text\":\"Aesthetic Practice Coordinator\",\"title_size\":\"h5\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"715d9c1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6f3de3a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/diagonal_134310.svg\",\"id\":1996},\"library\":\"svg\"},\"icon_align\":\"row-reverse\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_widescreen\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"text_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b722f9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"f48ee9f\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%222166%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"465c754\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5ff90f1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"21c2507\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88e40fe\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f522c8b\"}]},\"elements\":[{\"id\":\"66c3eae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"93152d2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e4084c2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a1e893a\"}],\"pp_display_conditions\":[{\"_id\":\"066e828\"}]},\"elements\":[{\"id\":\"04d0869\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practice Policies\",\"pp_display_conditions\":[{\"_id\":\"89abe9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bf1f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"55015585-ae0a-4add-9500-83910ca6b772\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4v c1-4 c1-7m c1-9t c1-44 c1-7n c1-7o c1-b c1-c c1-7p c1-7q c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h5 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7r c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">For Washington State Residents Only<\\/h5><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Due to licensing regulations, our virtual services are available exclusively to individuals residing in Washington State.<\\/p><\\/div><\\/div><div id=\\\"27114881-df6b-44bc-b9fc-288a73e4c22c\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4v c1-4 c1-7m c1-9t c1-44 c1-7n c1-7o c1-b c1-c c1-7p c1-7q c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h5 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7r c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">3-month Program Purchase Minimum<\\/h5><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>A 3-month purchase minimum is required for any of our programs. After this first period, you will be charged monthly on autopay.<\\/p><\\/div><\\/div><div id=\\\"a3e49291-16ca-40b7-8e7a-90010aa8f6f6\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4v c1-4 c1-7m c1-9t c1-44 c1-7n c1-7o c1-b c1-c c1-7p c1-7q c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h5 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7r c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE3_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Rescheduling &amp; Cancellation Policy<\\/h5><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION3_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>We thank you for providing a\\u00a0<strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8v c1-2h c1-4a c1-8w\\\">48-hour<\\/strong>\\u00a0cancellation or rescheduling notice for your appointment\\u00a0<strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8v c1-2h c1-4a c1-8w\\\">(Please be aware that a $50 fee will be charged for any late notice).\\u00a0<\\/strong>Any patient more than\\u00a0<strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8v c1-2h c1-4a c1-8w\\\">10-minutes late<\\/strong>\\u00a0to their appointment will need to be rescheduled and subject to be charged the late fee.<\\/p><\\/div><\\/div><div id=\\\"a47bda1a-f7cb-45d8-bb53-9ca64d4b03ec\\\" class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1c c1-4v c1-4 c1-7m c1-9t c1-44 c1-7n c1-7o c1-b c1-c c1-7p c1-7q c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\"><h5 class=\\\"x-el x-el-h4 c1-1 c1-2 c1-26 c1-27 c1-7r c1-2x c1-2y c1-1g c1-1i c1-b c1-2d c1-c c1-3k c1-d c1-e c1-f c1-g\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_HEADLINE4_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">No Refund Policy<\\/h5><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-80 c1-81 c1-82 c1-83 c1-84 c1-85 c1-86 c1-87 c1-88 c1-89 c1-8a c1-8b c1-8c c1-8d c1-8e c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-8l c1-8m c1-8n c1-8o c1-2u c1-b c1-34 c1-c c1-3k c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_DESCRIPTION4_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Treatment outcomes are as unique as our patients meaning results may be variable. We do not provide refunds for services or products rendered. We cannot accept back used medications once they have been dispensed per state regulation.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"962872b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b035251\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b3bb5f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9705fe3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8886dc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3943384\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"ca1faff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f541a91\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"baa7730\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"268ccad\"}],\"pp_display_conditions\":[{\"_id\":\"cf5ec2a\"}]},\"elements\":[{\"id\":\"b08541c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Our Collaborative <span style=\\\"font-weight:800\\\">Wellness Center<\\/span>\\n\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de84601\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5e862\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"314d6e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4c26329\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sage <span style=\\\"font-weight:800\\\">Movement<\\/span>  \\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afa29fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sage Movement with Michelle Spore offers Private Yoga &amp; Personal Training. She offers mindful movement solutions and provides knowledge and guidance with personal, individualized instruction that takes into consideration where each individual is on their movement journey to help them thrive.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11c0855\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"https:\\/\\/sagemovement.co\\/get-started\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"pp_display_conditions\":[{\"_id\":\"3aa5f8b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"614af50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}]},\"elements\":[{\"id\":\"b8eda2e\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Movement-img.jpg\",\"id\":3260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(15983, 1892, '_wp_attached_file', '2025/01/qtq_28-6.webp'),
(15984, 1892, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:21:\"2025/01/qtq_28-6.webp\";s:8:\"filesize\";i:12010;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-6-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15985, 1893, '_wp_attached_file', '2025/01/qtq_28-5.webp'),
(15986, 1893, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:387;s:4:\"file\";s:21:\"2025/01/qtq_28-5.webp\";s:8:\"filesize\";i:11892;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-5-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16031, 1900, '_wp_attached_file', '2025/01/qtq_28-8.webp'),
(16032, 1900, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:21:\"2025/01/qtq_28-8.webp\";s:8:\"filesize\";i:10710;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-8-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-8-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9652;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16033, 1901, '_wp_attached_file', '2025/01/qtq_28-7.webp'),
(16034, 1901, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:21:\"2025/01/qtq_28-7.webp\";s:8:\"filesize\";i:3064;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"qtq_28-7-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"qtq_28-7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16380, 1938, '_wp_attached_file', '2025/02/rsw_100h_100cg_true.webp'),
(16381, 1938, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2025/02/rsw_100h_100cg_true.webp\";s:8:\"filesize\";i:8508;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:{}}}'),
(16382, 1939, '_wp_attached_file', '2025/02/rsw_346h_100cg_true.webp'),
(16383, 1939, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:346;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2025/02/rsw_346h_100cg_true.webp\";s:8:\"filesize\";i:9316;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"rsw_346h_100cg_true-300x87.webp\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"rsw_346h_100cg_true-150x100.webp\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16384, 1940, '_wp_attached_file', '2025/02/rsw_100h_100cg_true-1.webp'),
(16385, 1940, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2025/02/rsw_100h_100cg_true-1.webp\";s:8:\"filesize\";i:1242;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:{}}}'),
(16386, 1941, '_wp_attached_file', '2025/02/rsw_161h_100cg_true.webp'),
(16387, 1941, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:161;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2025/02/rsw_161h_100cg_true.webp\";s:8:\"filesize\";i:4496;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"rsw_161h_100cg_true-150x100.webp\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16398, 1943, '_wp_attached_file', '2025/02/Partner-logo.png'),
(16399, 1943, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2025/02/Partner-logo.png\";s:8:\"filesize\";i:34304;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Partner-logo-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Partner-logo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16469, 1950, '_edit_last', '1');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(16470, 1950, '_edit_lock', '1738387535:1'),
(16517, 1960, '_elementor_source', 'post'),
(16518, 1960, '_elementor_edit_mode', 'builder'),
(16519, 1960, '_elementor_template_type', 'popup'),
(16520, 1960, '_elementor_version', '3.27.2'),
(16521, 1960, '_elementor_pro_version', '3.25.4'),
(16522, 1961, '_wp_attached_file', '2025/02/HydraFacial-Treat.jpg'),
(16523, 1961, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:29:\"2025/02/HydraFacial-Treat.jpg\";s:8:\"filesize\";i:674298;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"HydraFacial-Treat-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"HydraFacial-Treat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"HydraFacial-Treat-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16524, 1960, '_edit_lock', '1741303548:1'),
(16525, 1960, '_astra_content_layout_flag', 'disabled'),
(16526, 1960, 'site-post-title', 'disabled'),
(16527, 1960, 'ast-title-bar-display', 'disabled'),
(16528, 1960, 'ast-featured-img', 'disabled'),
(16529, 1960, 'ast-site-content-layout', 'full-width-container'),
(16530, 1960, 'site-sidebar-layout', 'no-sidebar'),
(16531, 1950, '_thumbnail_id', '1961'),
(16532, 1950, '_wp_page_template', 'default'),
(16535, 1950, 'site-sidebar-layout', 'default'),
(16537, 1950, 'ast-site-content-layout', 'default'),
(16538, 1950, 'site-content-style', 'default'),
(16539, 1950, 'site-sidebar-style', 'default'),
(16540, 1950, 'theme-transparent-header-meta', 'default'),
(16542, 1666, '_elementor_edit_mode', 'builder'),
(16543, 1666, '_elementor_template_type', 'wp-page'),
(16550, 1666, '_astra_content_layout_flag', 'disabled'),
(16551, 1666, 'ast-title-bar-display', 'disabled'),
(16557, 1960, '_wp_page_template', 'default'),
(16558, 1960, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(16559, 1960, '_elementor_data', '[{\"id\":\"666aff2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"77ed8f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"7f8cf9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-1.jpg\",\"id\":3879,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d57d0ed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"76c1011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grace Lee,  MSN-FNP, ARNP\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cb2983\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Director,\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c8f508b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports\\/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(16570, 1960, '_elementor_conditions', 'a:1:{i:0;s:29:\"include/singular/any_child_of\";}'),
(16571, 1960, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:1:{s:5:\"click\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(16608, 1666, '_elementor_data', '[{\"id\":\"764dbf2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b8f8313\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3cab5de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/qtq80-R96DRB.jpeg\",\"id\":4128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"97a92a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"94d36ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hello\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"8e55ab2\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60bfa0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to  <span style=\\\"font-weight:800\\\">our blog<\\/span>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82065dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\'ve established our practice on innovative, evidence-based medicine, with providers committed to ongoing education for delivering optimal patient care. Ensuring our patients are well-informed about their care is our key priority.\\u00a0<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfbd097\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"be18026\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a623b0b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d432c79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"16cbe6c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fa2d86b\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"css_classes\":\"blog_section\"},\"elements\":[{\"id\":\"914b94f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"926ff67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2728464\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a5b25e2\"}],\"pp_display_conditions\":[{\"_id\":\"b118406\"}],\"_flex_align_self\":\"center\",\"css_classes\":\"blog_box-_style\"},\"elements\":[{\"id\":\"70d195d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"11e4fb3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee168b5\",\"elType\":\"widget\",\"settings\":{\"classic_equal_height\":\"yes\",\"nothing_found_message\":\"It seems we can\'t find what you\'re looking for.\",\"classic_show_filters\":\"yes\",\"classic_filter_all_label\":\"All\",\"classic_filter_alignment\":\"center\",\"classic_search_form_input_placeholder\":\"Search...\",\"classic_search_form_button_text\":\"Search\",\"classic_post_terms\":\"\",\"classic_tax_badge_post\":[],\"classic_post_terms_separator\":\",\",\"classic_show_excerpt\":\"yes\",\"classic_excerpt_length\":15,\"classic_post_meta_separator\":\"-\",\"classic_date_custom_format\":\"F j, Y\",\"classic_show_button\":\"yes\",\"classic_button_text\":\"Read More\",\"classic_pagination_load_more_label\":\"Load More\",\"classic_pagination_prev_label\":\"&laquo; Previous\",\"classic_pagination_next_label\":\"Next &raquo;\",\"classic_title_order\":2,\"classic_excerpt_order\":3,\"classic_button_order\":4,\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"card_filter_all_label\":\"All\",\"card_search_form_input_placeholder\":\"Search...\",\"card_search_form_button_text\":\"Search\",\"card_post_terms_separator\":\",\",\"card_post_meta_separator\":\"-\",\"card_date_custom_format\":\"F j, Y\",\"card_button_text\":\"Read More\",\"card_pagination_load_more_label\":\"Load More\",\"card_pagination_prev_label\":\"&laquo; Previous\",\"card_pagination_next_label\":\"Next &raquo;\",\"checkerboard_filter_all_label\":\"All\",\"checkerboard_search_form_input_placeholder\":\"Search...\",\"checkerboard_search_form_button_text\":\"Search\",\"checkerboard_post_terms_separator\":\",\",\"checkerboard_post_meta_separator\":\"-\",\"checkerboard_date_custom_format\":\"F j, Y\",\"checkerboard_button_text\":\"Read More\",\"checkerboard_pagination_load_more_label\":\"Load More\",\"checkerboard_pagination_prev_label\":\"&laquo; Previous\",\"checkerboard_pagination_next_label\":\"Next &raquo;\",\"creative_filter_all_label\":\"All\",\"creative_search_form_input_placeholder\":\"Search...\",\"creative_search_form_button_text\":\"Search\",\"creative_post_terms_separator\":\",\",\"creative_post_meta_separator\":\"-\",\"creative_date_custom_format\":\"F j, Y\",\"creative_button_text\":\"Read More\",\"creative_pagination_load_more_label\":\"Load More\",\"creative_pagination_prev_label\":\"&laquo; Previous\",\"creative_pagination_next_label\":\"Next &raquo;\",\"event_filter_all_label\":\"All\",\"event_search_form_input_placeholder\":\"Search...\",\"event_search_form_button_text\":\"Search\",\"event_post_terms_separator\":\",\",\"event_post_meta_separator\":\"-\",\"event_date_custom_format\":\"F j, Y\",\"event_button_text\":\"Read More\",\"event_pagination_load_more_label\":\"Load More\",\"event_pagination_prev_label\":\"&laquo; Previous\",\"event_pagination_next_label\":\"Next &raquo;\",\"news_filter_all_label\":\"All\",\"news_search_form_input_placeholder\":\"Search...\",\"news_search_form_button_text\":\"Search\",\"news_post_terms_separator\":\",\",\"news_post_meta_separator\":\"-\",\"news_date_custom_format\":\"F j, Y\",\"news_button_text\":\"Read More\",\"news_pagination_load_more_label\":\"Load More\",\"news_pagination_prev_label\":\"&laquo; Previous\",\"news_pagination_next_label\":\"Next &raquo;\",\"overlap_filter_all_label\":\"All\",\"overlap_search_form_input_placeholder\":\"Search...\",\"overlap_search_form_button_text\":\"Search\",\"overlap_post_terms_separator\":\",\",\"overlap_post_meta_separator\":\"-\",\"overlap_date_custom_format\":\"F j, Y\",\"overlap_button_text\":\"Read More\",\"overlap_pagination_load_more_label\":\"Load More\",\"overlap_pagination_prev_label\":\"&laquo; Previous\",\"overlap_pagination_next_label\":\"Next &raquo;\",\"portfolio_filter_all_label\":\"All\",\"portfolio_search_form_input_placeholder\":\"Search...\",\"portfolio_search_form_button_text\":\"Search\",\"portfolio_post_terms_separator\":\",\",\"portfolio_post_meta_separator\":\"-\",\"portfolio_date_custom_format\":\"F j, Y\",\"portfolio_button_text\":\"Read More\",\"portfolio_pagination_load_more_label\":\"Load More\",\"portfolio_pagination_prev_label\":\"&laquo; Previous\",\"portfolio_pagination_next_label\":\"Next &raquo;\",\"template_filter_all_label\":\"All\",\"template_search_form_input_placeholder\":\"Search...\",\"template_search_form_button_text\":\"Search\",\"template_pagination_load_more_label\":\"Load More\",\"template_pagination_prev_label\":\"&laquo; Previous\",\"template_pagination_next_label\":\"Next &raquo;\",\"pp_display_conditions\":[{\"_id\":\"111a12b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"posts_per_page\":8,\"classic_filters_gap\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"classic_filters_gap_vertical\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"classic_filter_border_radius_normal\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"classic_filter_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"24\",\"bottom\":\"14\",\"left\":\"24\",\"isLinked\":false},\"classic_filter_box_shadow_box_shadow_type\":\"yes\",\"classic_filter_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"__globals__\":{\"classic_post_box_bg\":\"\",\"classic_filter_background_color_normal\":\"globals\\/colors?id=astglobalcolor4\",\"classic_filter_color_normal\":\"globals\\/colors?id=astglobalcolor3\",\"classic_filter_background_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"classic_filter_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"classic_meta_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"classic_title_color\":\"globals\\/colors?id=astglobalcolor3\",\"classic_filter_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"classic_filter_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"classic_button_bg_color_normal\":\"\",\"classic_post_box_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"classic_button_text_color_normal\":\"globals\\/colors?id=astglobalcolor3\",\"classic_button_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"classic_button_border_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"classic_title_typography_text_decoration\":\"none\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"classic_button_typography_typography\":\"custom\",\"classic_button_typography_text_decoration\":\"none\",\"classic_post_box_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"classic_post_box_shadow_box_shadow_type\":\"yes\",\"classic_title_typography_font_weight\":\"600\",\"classic_content_length\":15,\"classic_post_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"classic_thumbnail_size\":\"full\",\"classic_post_box_border_border\":\"solid\",\"classic_post_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"classic_show_comments\":\"\",\"classic_post_box_border_color\":\"#db9226\",\"classic_filter_typography_typography\":\"custom\",\"classic_filter_typography_font_weight\":\"600\",\"classic_filter_color_normal\":\"#db9226\",\"classic_filter_background_color_normal\":\"#FFFFFF\",\"classic_filter_color_active\":\"#FFFFFF\",\"classic_filter_background_color_active\":\"#db9226\",\"classic_filter_color_hover\":\"#FFFFFF\",\"classic_filter_background_color_hover\":\"#db9226\",\"classic_title_color\":\"#334155\",\"classic_meta_text_color\":\"#db9226\",\"classic_button_typography_font_weight\":\"600\",\"classic_button_typography_text_transform\":\"uppercase\",\"classic_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"classic_button_bg_color_normal\":\"#DB922600\",\"classic_button_text_color_normal\":\"#db9226\",\"classic_button_border_normal_border\":\"solid\",\"classic_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"classic_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-posts\"}],\"isInner\":true}],\"isInner\":false}]'),
(16614, 1666, '_elementor_version', '3.29.1'),
(16615, 1666, '_elementor_pro_version', '3.29.1'),
(16619, 1972, '_wp_attached_file', '2025/02/right-arrow_18158937.svg'),
(16620, 1972, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:268;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(16622, 1973, '_wp_attached_file', '2025/02/HydraFacial-Treat-1.jpg'),
(16623, 1973, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:31:\"2025/02/HydraFacial-Treat-1.jpg\";s:8:\"filesize\";i:674298;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"HydraFacial-Treat-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"HydraFacial-Treat-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:6748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"HydraFacial-Treat-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16624, 1974, '_wp_attached_file', '2025/02/our-blog.jpg'),
(16625, 1974, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:20:\"2025/02/our-blog.jpg\";s:8:\"filesize\";i:316310;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"our-blog-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"our-blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"our-blog-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16664, 1979, '_wp_attached_file', '2025/02/arrow_16030414.svg'),
(16665, 1979, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:626;s:5:\"width\";i:24;s:6:\"height\";i:24;}'),
(16784, 1992, '_edit_last', '1'),
(16785, 1992, '_edit_lock', '1738387641:1'),
(16816, 1996, '_wp_attached_file', '2025/02/diagonal_134310.svg'),
(16817, 1996, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:618;s:5:\"width\";i:47;s:6:\"height\";i:47;}'),
(16819, 1997, '_wp_attached_file', '2025/02/Benefits-of-Microneedling.jpg'),
(16820, 1997, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:37:\"2025/02/Benefits-of-Microneedling.jpg\";s:8:\"filesize\";i:392196;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Benefits-of-Microneedling-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Benefits-of-Microneedling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Benefits-of-Microneedling-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16832, 1992, '_thumbnail_id', '1997'),
(16835, 1992, '_wp_page_template', 'default'),
(16843, 1992, 'site-sidebar-layout', 'default'),
(16845, 1992, 'ast-site-content-layout', 'default'),
(16846, 1992, 'site-content-style', 'default'),
(16847, 1992, 'site-sidebar-style', 'default'),
(16848, 1992, 'theme-transparent-header-meta', 'default'),
(16862, 2002, '_edit_last', '1'),
(16863, 2002, '_edit_lock', '1738387780:1'),
(16952, 2012, '_wp_attached_file', '2025/02/The-Art-of-Dermal-Fillers.jpg'),
(16953, 2012, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:37:\"2025/02/The-Art-of-Dermal-Fillers.jpg\";s:8:\"filesize\";i:635194;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"The-Art-of-Dermal-Fillers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"The-Art-of-Dermal-Fillers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6459;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"The-Art-of-Dermal-Fillers-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16954, 2002, '_thumbnail_id', '2012'),
(16955, 2002, '_wp_page_template', 'default'),
(16958, 2002, 'site-sidebar-layout', 'default'),
(16960, 2002, 'ast-site-content-layout', 'default'),
(16961, 2002, 'site-content-style', 'default'),
(16962, 2002, 'site-sidebar-style', 'default'),
(16963, 2002, 'theme-transparent-header-meta', 'default'),
(16965, 2014, '_edit_last', '1'),
(16966, 2014, '_edit_lock', '1738387820:1'),
(17011, 2021, '_wp_attached_file', '2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg'),
(17012, 2021, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:68:\"2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg\";s:8:\"filesize\";i:445749;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide-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:68:\"The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17027, 2014, '_thumbnail_id', '2021'),
(17028, 2014, '_wp_page_template', 'default'),
(17031, 2014, 'site-sidebar-layout', 'default'),
(17033, 2014, 'ast-site-content-layout', 'default'),
(17034, 2014, 'site-content-style', 'default'),
(17035, 2014, 'site-sidebar-style', 'default'),
(17036, 2014, 'theme-transparent-header-meta', 'default'),
(17048, 2026, '_edit_last', '1'),
(17049, 2026, '_edit_lock', '1738387879:1'),
(17050, 2027, '_wp_attached_file', '2025/02/Grace-Lee-img.jpg'),
(17051, 2027, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2025/02/Grace-Lee-img.jpg\";s:8:\"filesize\";i:21302;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Grace-Lee-img-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Grace-Lee-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5535;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17175, 2038, '_wp_attached_file', '2025/02/The-Benefits-.jpg'),
(17176, 2038, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:25:\"2025/02/The-Benefits-.jpg\";s:8:\"filesize\";i:171757;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"The-Benefits--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"The-Benefits--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"The-Benefits--768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25618;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17177, 2026, '_thumbnail_id', '2038'),
(17178, 2026, '_wp_page_template', 'default'),
(17181, 2026, 'site-sidebar-layout', 'default'),
(17183, 2026, 'ast-site-content-layout', 'default'),
(17184, 2026, 'site-content-style', 'default'),
(17185, 2026, 'site-sidebar-style', 'default'),
(17186, 2026, 'theme-transparent-header-meta', 'default'),
(17208, 1950, 'astra-migrate-meta-layouts', 'set'),
(17211, 1992, 'astra-migrate-meta-layouts', 'set'),
(17245, 2002, 'astra-migrate-meta-layouts', 'set'),
(17248, 2014, 'astra-migrate-meta-layouts', 'set'),
(17252, 2026, 'astra-migrate-meta-layouts', 'set'),
(17253, 2050, '_edit_last', '1'),
(17254, 2050, '_edit_lock', '1738388087:1'),
(17255, 2051, '_wp_attached_file', '2025/02/Hormone-Therapy.jpg'),
(17256, 2051, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:27:\"2025/02/Hormone-Therapy.jpg\";s:8:\"filesize\";i:563566;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Hormone-Therapy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Hormone-Therapy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Hormone-Therapy-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17257, 2050, '_thumbnail_id', '2051'),
(17258, 2050, '_wp_page_template', 'default'),
(17261, 2050, 'site-sidebar-layout', 'default'),
(17263, 2050, 'ast-site-content-layout', 'default'),
(17264, 2050, 'site-content-style', 'default'),
(17265, 2050, 'site-sidebar-style', 'default'),
(17266, 2050, 'theme-transparent-header-meta', 'default'),
(17267, 2050, 'astra-migrate-meta-layouts', 'set'),
(17268, 2053, '_edit_last', '1'),
(17269, 2053, '_edit_lock', '1738388413:1'),
(17272, 2054, '_wp_attached_file', '2025/02/estosterone-and-Why.jpg'),
(17273, 2054, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:31:\"2025/02/estosterone-and-Why.jpg\";s:8:\"filesize\";i:430825;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"estosterone-and-Why-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"estosterone-and-Why-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6478;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"estosterone-and-Why-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45239;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17274, 2053, '_thumbnail_id', '2054'),
(17275, 2053, '_wp_page_template', 'default'),
(17278, 2053, 'site-sidebar-layout', 'default'),
(17280, 2053, 'ast-site-content-layout', 'default'),
(17281, 2053, 'site-content-style', 'default'),
(17282, 2053, 'site-sidebar-style', 'default'),
(17283, 2053, 'theme-transparent-header-meta', 'default'),
(17284, 2053, 'astra-migrate-meta-layouts', 'set'),
(17285, 2056, '_edit_last', '1'),
(17286, 2056, '_edit_lock', '1741299185:1'),
(17313, 2059, '_wp_attached_file', '2025/02/Weight-Loss.jpg'),
(17314, 2059, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:23:\"2025/02/Weight-Loss.jpg\";s:8:\"filesize\";i:774270;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Weight-Loss-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Weight-Loss-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7631;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Weight-Loss-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73997;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17315, 2056, '_thumbnail_id', '2059'),
(17316, 2056, '_wp_page_template', 'default'),
(17319, 2056, 'site-sidebar-layout', 'default'),
(17321, 2056, 'ast-site-content-layout', 'default'),
(17322, 2056, 'site-content-style', 'default'),
(17323, 2056, 'site-sidebar-style', 'default'),
(17324, 2056, 'theme-transparent-header-meta', 'default'),
(17325, 2056, 'astra-migrate-meta-layouts', 'set'),
(17432, 2069, '_elementor_edit_mode', 'builder'),
(17433, 2069, '_elementor_template_type', 'popup'),
(17434, 2069, '_elementor_version', '3.27.2'),
(17435, 2069, '_elementor_pro_version', '3.25.4'),
(17440, 2069, '_wp_page_template', 'default'),
(17441, 2069, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(17442, 2069, '_elementor_data', '[{\"id\":\"2043f395\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"47897d1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"458a010a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Grace-Lee-img.jpg\",\"id\":2027,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"256a7918\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"6615564a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grace Lee,  MSN-FNP, ARNP\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ad6a5d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Director,\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4654fdcd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports\\/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(17451, 2069, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(17452, 2072, '_elementor_source', 'post'),
(17453, 2072, '_elementor_edit_mode', 'builder'),
(17454, 2072, '_elementor_template_type', 'popup'),
(17455, 2072, '_elementor_version', '3.27.2'),
(17456, 2072, '_elementor_pro_version', '3.25.4'),
(17457, 2072, '_astra_content_layout_flag', 'disabled'),
(17458, 2072, 'site-post-title', 'disabled'),
(17459, 2072, 'ast-title-bar-display', 'disabled'),
(17460, 2072, 'ast-featured-img', 'disabled'),
(17461, 2072, 'ast-site-content-layout', 'full-width-container'),
(17462, 2072, 'site-sidebar-layout', 'no-sidebar'),
(17463, 2072, '_edit_lock', '1739343173:1'),
(17464, 2072, '_wp_page_template', 'default'),
(17465, 2072, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(17466, 2072, '_elementor_data', '[{\"id\":\"69d75021\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"653215b5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"27a25ac5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Anastatia-Templeman-aa.jpg\",\"id\":2960,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1324c56e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"44785ef8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anastatia Templeman\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"598a9448\",\"elType\":\"widget\",\"settings\":{\"title\":\"Master Aesthetician\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30cb4ff3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anastatia Templeman, Master Esthetician, is joining Genesis Wellness &amp; Aesthetics with a deep passion for skin health and beauty. She earned her Esthetician license from the Euro Institute of Skin Care in 2021 and achieved her Master Esthetician license in 2023. Anastatia has over a decade of customer service experience and nearly five years in the dermatology and esthetics industry. She specializes in RF microneedling, laser skin rejuvenation, body contouring, chemical peels, European facials, and Hydrafacial treatments.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(17468, 2072, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:1:{s:5:\"click\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(17480, 2072, '_elementor_conditions', 'a:1:{i:0;s:29:\"include/singular/any_child_of\";}'),
(17522, 2078, '_wp_attached_file', '2025/02/Nina-Slegaitis-img.jpg'),
(17523, 2078, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2025/02/Nina-Slegaitis-img.jpg\";s:8:\"filesize\";i:38806;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Nina-Slegaitis-img-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Nina-Slegaitis-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17524, 2079, '_wp_attached_file', '2025/02/Sara-Lee-img.jpg'),
(17525, 2079, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2025/02/Sara-Lee-img.jpg\";s:8:\"filesize\";i:21065;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Sara-Lee-img-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Sara-Lee-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17526, 2080, '_wp_attached_file', '2025/02/Anastatia-Templeman-img.jpg'),
(17527, 2080, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2025/02/Anastatia-Templeman-img.jpg\";s:8:\"filesize\";i:38351;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Anastatia-Templeman-img-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Anastatia-Templeman-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17528, 2081, '_wp_attached_file', '2025/02/Daniel-Sperling-img.jpg'),
(17529, 2081, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2025/02/Daniel-Sperling-img.jpg\";s:8:\"filesize\";i:17061;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Daniel-Sperling-img-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9163;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Daniel-Sperling-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17558, 2084, '_elementor_source', 'post'),
(17559, 2084, '_elementor_edit_mode', 'builder'),
(17560, 2084, '_elementor_template_type', 'single-post'),
(17561, 2084, '_elementor_version', '3.27.2'),
(17562, 2084, '_elementor_pro_version', '3.25.4'),
(17563, 2084, '_astra_content_layout_flag', 'disabled'),
(17564, 2084, 'site-post-title', 'disabled'),
(17565, 2084, 'ast-title-bar-display', 'disabled'),
(17566, 2084, 'ast-featured-img', 'disabled'),
(17567, 2084, 'ast-site-content-layout', 'full-width-container'),
(17568, 2084, 'site-sidebar-layout', 'no-sidebar'),
(17569, 2084, '_edit_lock', '1738389925:1'),
(17575, 2084, '_wp_page_template', 'default'),
(17576, 2084, '_elementor_data', '[{\"id\":\"ce8104a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":850,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"fcbb737\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8c13c77\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5fc4265\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d8f9781\"}]},\"elements\":[{\"id\":\"5a20090\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a63ba66\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4c2c8b6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"db66f66\"}],\"pp_display_conditions\":[{\"_id\":\"bb21f85\"}]},\"elements\":[{\"id\":\"5b2c5f2\",\"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\",\"pp_display_conditions\":[{\"_id\":\"c7a962b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"822b773\",\"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\":34,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"896fa98\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"1d1f2f2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"7ccad00\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"type\":\"time\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"ff3e97c\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"pp_display_conditions\":[{\"_id\":\"85c6096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"1ca6a19\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"398df54\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"766b962\",\"elType\":\"widget\",\"settings\":{\"title\":\"Share This Post\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"1044b3b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55ca807\",\"elType\":\"widget\",\"settings\":{\"share_buttons\":[{\"_id\":\"5907e15\"},{\"button\":\"x-twitter\",\"_id\":\"c60fd99\"}],\"view\":\"icon\",\"pp_display_conditions\":[{\"_id\":\"feded0a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"share-buttons\"}],\"isInner\":true}],\"isInner\":false}]'),
(17586, 2084, '_elementor_conditions', 'a:1:{i:0;s:21:\"include/singular/post\";}'),
(17605, 2084, '_elementor_controls_usage', 'a:7:{s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:13:\"share-buttons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:23:\"section_buttons_content\";a:2:{s:13:\"share_buttons\";i:1;s:4:\"view\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(18218, 2154, '_elementor_source', 'post'),
(18219, 2154, '_elementor_edit_mode', 'builder'),
(18220, 2154, '_elementor_template_type', 'popup'),
(18221, 2154, '_elementor_version', '3.27.2'),
(18222, 2154, '_elementor_pro_version', '3.25.4'),
(18223, 2154, '_astra_content_layout_flag', 'disabled'),
(18224, 2154, 'site-post-title', 'disabled'),
(18225, 2154, 'ast-title-bar-display', 'disabled'),
(18226, 2154, 'ast-featured-img', 'disabled'),
(18227, 2154, 'ast-site-content-layout', 'full-width-container'),
(18228, 2154, 'site-sidebar-layout', 'no-sidebar'),
(18229, 2154, '_edit_lock', '1739343122:1'),
(18230, 2154, '_wp_page_template', 'default'),
(18231, 2154, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(18232, 2154, '_elementor_data', '[{\"id\":\"54d47a28\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"4238fa1c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"4038b5e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Nina-Slegaitis-av.jpg\",\"id\":2962,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37c1656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"6268d426\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nina Slegaitis\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5556cdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Licensed Aesthetician\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a684707\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nina Slegaitis is a licensed aesthetician from Evergreen Beauty College with nearly a decade of customer service and beauty experience, she brings a warm, holistic approach to every individual. Passionate about the beauty industry, Nina helps people embrace their inner and outer beauty. As our Patient Coordinator and licensed aesthetician, she warmly greets all patients at the reception and performs high quality facials ensuring a pleasant experience from the moment they arrive.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(18234, 2154, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:1:{s:5:\"click\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(18256, 2154, '_elementor_conditions', 'a:1:{i:0;s:29:\"include/singular/any_child_of\";}'),
(18289, 2160, '_elementor_source', 'post'),
(18290, 2160, '_elementor_edit_mode', 'builder'),
(18291, 2160, '_elementor_template_type', 'popup'),
(18292, 2160, '_elementor_version', '3.31.2'),
(18293, 2160, '_elementor_pro_version', '3.31.2'),
(18294, 2160, '_astra_content_layout_flag', 'disabled'),
(18296, 2160, 'ast-title-bar-display', 'disabled'),
(18297, 2160, 'ast-featured-img', 'disabled'),
(18298, 2160, 'ast-site-content-layout', 'full-width-container'),
(18299, 2160, 'site-sidebar-layout', 'no-sidebar'),
(18300, 2160, '_edit_lock', '1755118699:1'),
(18301, 2160, '_wp_page_template', 'default'),
(18302, 2160, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(18303, 2160, '_elementor_data', '[{\"id\":\"2a664373\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"59711e8d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"4e716404\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/08\\/Untitled-design-3.png\",\"id\":4287,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"31058669\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"4f0ffb3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melody Salem\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44c33e95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Sales & Operations Manager\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d925601\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Melody brings decades of experience as a licensed esthetician, paired with a strong background in customer service and management. As Operations Manager at Genesis Wellness &amp; Aesthetics, she is passionate about creating an exceptional experience for every client from the moment they arrive. Melody is dedicated to making each visit feel welcoming, supportive, and professional. Her goal is to help clients look and feel their very best\\u2014while ensuring every experience is comfortable, personalized, and truly memorable.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(18305, 2160, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:1:{s:5:\"click\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(18327, 2160, '_elementor_conditions', 'a:1:{i:0;s:29:\"include/singular/any_child_of\";}'),
(18360, 2166, '_elementor_source', 'post'),
(18361, 2166, '_elementor_edit_mode', 'builder'),
(18362, 2166, '_elementor_template_type', 'popup'),
(18363, 2166, '_elementor_version', '3.31.2'),
(18364, 2166, '_elementor_pro_version', '3.31.2'),
(18365, 2166, '_astra_content_layout_flag', 'disabled'),
(18367, 2166, 'ast-title-bar-display', 'disabled'),
(18368, 2166, 'ast-featured-img', 'disabled'),
(18369, 2166, 'ast-site-content-layout', 'full-width-container'),
(18370, 2166, 'site-sidebar-layout', 'no-sidebar'),
(18371, 2166, '_edit_lock', '1755124961:1'),
(18372, 2166, '_wp_page_template', 'default'),
(18373, 2166, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(18374, 2166, '_elementor_data', '[{\"id\":\"28452091\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"75b581ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"61c62ba7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-3.jpg\",\"id\":3884,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"332625b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"2c06a6e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sara Lee\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68a040c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Practice Coordinator\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad94bdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 2022, Sara Lee earned her MBA in Healthcare Management, bringing 15 years of administrative and office management experience. Committed to fostering patient loyalty and staff growth, she empowers our team to excel, ensuring the best patient experience. Sara\'s role focuses on supporting our most valuable asset: our people.\\u00a0<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(18376, 2166, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:1:{s:5:\"click\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(18398, 2166, '_elementor_conditions', 'a:1:{i:0;s:29:\"include/singular/any_child_of\";}'),
(18513, 1661, '_elementor_edit_mode', 'builder'),
(18514, 1661, '_elementor_template_type', 'wp-page'),
(18515, 1661, '_elementor_version', '3.29.1'),
(18516, 1661, '_elementor_pro_version', '3.29.1'),
(18517, 1661, '_astra_content_layout_flag', 'disabled'),
(18518, 1661, 'ast-title-bar-display', 'disabled'),
(18554, 2185, '_wp_attached_file', '2025/02/Transparency.jpg'),
(18555, 2185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:24:\"2025/02/Transparency.jpg\";s:8:\"filesize\";i:571427;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Transparency-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Transparency-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Transparency-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(18568, 1661, '_elementor_data', '[{\"id\":\"28e8f421\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"20fbe647\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"78f60b04\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"11752fd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Gift of  <span style=\\\"font-weight:800\\\">Self-Care<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34409c8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p>Give the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve.\\u00a0<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4a4c6a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/genesiswa.janeapp.com\\/online_gift_cards\\/new\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5704d2d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"257b9aa3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design.png\",\"id\":4055,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"301512e9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4e8404e0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"2dd1a2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"452589a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/patient-img.jpg\",\"id\":2794,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57276e91\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5abf7e97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Your Self-Investment\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"47ae372\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13fd9734\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Treat Now<\\/b>, Pay Later\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fa73bdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p><strong data-start=\\\"111\\\" data-end=\\\"173\\\">We believe wellness and confidence should be within reach.<\\/strong> That\\u2019s why we offer clear, flexible financing options\\u2014with no hidden fees\\u2014so you can invest in your care with confidence and ease, exactly when you need it with Cherry Payment Plans.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62f63c2e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find out more\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"62be561\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"ad5ed33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"beefe0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"68f680f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4-2.png\",\"id\":4068,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7dee635\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"b14cfb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personalized Care, Thoughtfully Designed\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"47ae372\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13c2c3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"202\\\" data-end=\\\"259\\\"><span data-start=\\\"202\\\" data-end=\\\"259\\\">Your <\\/span><span data-start=\\\"202\\\" data-end=\\\"259\\\">Journey <\\/span><span data-start=\\\"202\\\" data-end=\\\"259\\\">Starts <\\/span><span data-start=\\\"202\\\" data-end=\\\"259\\\">with <\\/span><span data-start=\\\"202\\\" data-end=\\\"259\\\">a<\\/span><strong data-start=\\\"202\\\" data-end=\\\"259\\\"> Consultation<\\/strong><\\/p>\\n<p data-start=\\\"261\\\" data-end=\\\"554\\\"><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2504f30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p><strong>Every individual is unique<\\/strong>\\u2014and so is every treatment plan we create. Schedule a complimentary consultation with one of our expert providers to receive a fully customized plan tailored to your goals, lifestyle, and budget. Our approach is comprehensive, transparent, and always centered on you.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28cda43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(18591, 2190, '_wp_attached_file', '2025/02/self-care.jpg'),
(18592, 2190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:21:\"2025/02/self-care.jpg\";s:8:\"filesize\";i:430157;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"self-care-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"self-care-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5221;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"self-care-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19265, 1664, '_elementor_edit_mode', 'builder'),
(19266, 1664, '_elementor_template_type', 'wp-page'),
(19267, 1664, '_elementor_version', '3.27.2'),
(19268, 1664, '_elementor_pro_version', '3.25.4'),
(19269, 1664, '_astra_content_layout_flag', 'disabled'),
(19270, 1664, 'ast-title-bar-display', 'disabled'),
(19283, 1664, '_elementor_data', '[{\"id\":\"e42db03\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1260,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"379fc73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc8318d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b2be6c7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fc7f29e\"}]},\"elements\":[{\"id\":\"529314f\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe id=\\\"iframe-09\\\" frameborder=\\\"0\\\" sandbox=\\\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\\\" src=\\\"javascript: window.frameElement.getAttribute(&quot;srcdoc&quot;);\\\" srcdoc=\\\"<script>window.onmessage = function(event) {event.source.postMessage({iframeId: event.data, scrollHeight: document.body.getBoundingClientRect().height || document.body.scrollHeight}, event.origin);};<\\/script><body style=\'margin: 0\'><!-- CHERRY WIDGET BEGIN --> <link href=&quot;https:\\/\\/fonts.googleapis.com\\/css2?family=Playfair+Display&amp;family=Slabo+27px&amp;family=Lato&amp;family=Raleway&amp;family=Montserrat&amp;family=Oswald&amp;family=Poppins&amp;family=Source+Sans+Pro&amp;family=PT+Sans&amp;family=Open+Sans&amp;display=swap&quot;rel=&quot;stylesheet&quot;\\/>\\n    <script>\\n        (function (w, d, s, o, f, js, fjs) {\\n            w[o] =\\n                w[o] ||\\n                function () {\\n                    (w[o].q = w[o].q || []).push(arguments);\\n                };\\n            (js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);\\n            js.id = o;\\n            js.src = f;\\n            js.async = 1;\\n            fjs.parentNode.insertBefore(js, fjs);\\n        })(window, document, &quot;script&quot;, &quot;_hw&quot;, \' https:\\/\\/files.withcherry.com\\/widgets\\/widget.js\');\\n        _hw(\\n            &quot;init&quot;,\\n            {\\n                debug: false,\\n                variables: {\\n                    slug: \'genesiswa\',\\n                    name: \'Genesis Wellness &amp; Aesthetics\',\\n                },\\n                styles: {\\n                    primaryColor: \'#B57D1A\',\\n                    secondaryColor: \'#FFFFFF\',\\n                    fontFamily: \'Source Sans Pro\',\\n                },\\n            },\\n            [&quot;all&quot;, &quot;hero&quot;, &quot;howitworks&quot;, &quot;testimony&quot;, &quot;faq&quot;, &quot;calculator&quot;]\\n        );\\n    <\\/script><div id=&quot;all&quot;><\\/div><!-- CHERRY WIDGET END --><\\/body>\\\" style=\\\"width: 100%; display: block; height: 3482.54px; overflow: visible; transition: height 1.5s;\\\" bis_size=\\\"{&quot;x&quot;:248,&quot;y&quot;:471,&quot;w&quot;:1232,&quot;h&quot;:150,&quot;abs_x&quot;:248,&quot;abs_y&quot;:471}\\\"><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"fc66f4e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(19294, 46, '_elementor_edit_mode', 'builder'),
(19295, 46, '_elementor_template_type', 'wp-page'),
(19296, 46, '_elementor_version', '4.0.0'),
(19297, 46, '_elementor_pro_version', '3.35.1'),
(19298, 46, '_astra_content_layout_flag', 'disabled'),
(19299, 46, 'ast-title-bar-display', 'disabled'),
(19315, 46, '_elementor_data', '[{\"id\":\"b323fe5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b775d60\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"04df540\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2173992\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"48056ed\"}]},\"elements\":[{\"id\":\"4141442\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"89af3f1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f3e4e87\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2dbb20a\"}],\"pp_display_conditions\":[{\"_id\":\"6573817\"}]},\"elements\":[{\"id\":\"cbc6a8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ce5177\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5e22383\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d0329e0\"}],\"pp_display_conditions\":[{\"_id\":\"af1d8c4\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9d14e20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact <span style=\\\"font-weight:800\\\"> Us<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6534b88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ce5177\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5e22383\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d0329e0\"}],\"pp_display_conditions\":[{\"_id\":\"af1d8c4\"}]},\"elements\":[{\"id\":\"d4f10d3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9009bb3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fc17c0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8d45f40\"}],\"pp_display_conditions\":[{\"_id\":\"ca3540b\"}]},\"elements\":[{\"id\":\"9407d73\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0f883f9\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"226aa97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a508291\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"25ebdd4\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fdd9a34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule Online  <span style=\\\"font-weight:800\\\"> Today!<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bc445dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-ax c1-2h c1-4a c1-9i\\\">Scheduling online is the quickest and simplest way to book or change your appointment<\\/strong>.\\u00a0<\\/p>\",\"align_mobile_extra\":\"center\",\"pp_display_conditions\":[{\"_id\":\"25bb932\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"85822a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0f883f9\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"226aa97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a508291\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"25ebdd4\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0be8706\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/location_1483285.svg\",\"id\":2267},\"library\":\"svg\"},\"view\":\"stacked\",\"secondary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b203fdb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"864b721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Genesis Wellness & Aesthetics\",\"header_size\":\"h5\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1744945\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02b5d23\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1ac18cd\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=47.67837,-122.127981&z=10&t=m&hl=en-US&gl=US&mapclient=embed&q=15965%20NE%2085th%20St%20%23102%20Redmond%2C%20WA%2098052%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"pp_display_conditions\":[{\"_id\":\"d4b07cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"746d964\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0f883f9\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"226aa97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a508291\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"25ebdd4\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6bb0d44\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/phone_1154536.svg\",\"id\":2313},\"library\":\"svg\"},\"view\":\"stacked\",\"secondary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b203fdb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a494757\",\"elType\":\"widget\",\"settings\":{\"title\":\"Call us at\",\"header_size\":\"h5\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1744945\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06507df\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\" 253-600-1600\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1ac18cd\",\"link\":{\"url\":\"tel: 253-600-1600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_text_decoration\":\"none\",\"pp_display_conditions\":[{\"_id\":\"d4b07cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"45bd1c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>24\\/7 scheduling assistance.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9a9682e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d616ae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"16d4ae0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"921aef9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8a4aae1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1449d21\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1a55215\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_mobile_extra\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"66f6f61\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c707977\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e663d08\"}],\"pp_display_conditions\":[{\"_id\":\"4101eec\"}]},\"elements\":[{\"id\":\"8d63cb4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile_extra\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1fd57c4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b516da4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"984ade6\"}],\"pp_display_conditions\":[{\"_id\":\"4a62a8c\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8fc465e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch!\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"257f7d7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f56a4c\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"14f5911\",\"width_mobile_extra\":\"100\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"ae9c87c\",\"width_mobile_extra\":\"100\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"2e3d6f2\",\"width_mobile_extra\":\"100\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"info@genesiswa.com\",\"email_subject\":\"contact-genesiswa\",\"email_content\":\"[all-fields]\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Genesis Wellness &amp; Aesthetics\",\"form_metadata\":[\"date\",\"time\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from &quot;Genesis Wellness &amp; Aesthetics&quot;\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Genesis Wellness &amp; Aesthetics\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"field_border_color\":\"#A9AEB4\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width_mobile_extra\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"8e75981\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"d8470e0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1fd57c4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b516da4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"984ade6\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4a62a8c\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d680c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours\",\"pp_display_conditions\":[{\"_id\":\"1f7fef6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c295075\",\"elType\":\"widget\",\"settings\":{\"business_timings\":\"custom\",\"business_hours\":[{\"_id\":\"e8cda68\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"_id\":\"ce9b79c\",\"closed_text\":\"Closed\"},{\"day\":\"Wednesday\",\"_id\":\"bc82833\",\"closed_text\":\"Closed\"},{\"day\":\"Thursday\",\"_id\":\"66d0662\",\"closed_text\":\"Closed\"},{\"day\":\"Friday\",\"_id\":\"7ee9654\",\"closed_text\":\"Closed\"},{\"day\":\"Saturday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"cf8d73a\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"9790284\",\"closed_text\":\"Closed\"}],\"business_hours_custom\":[{\"day\":\"Mon\",\"_id\":\"70965a5\",\"time\":\"10:00 am \\u2013 07:00 pm\",\"closed_text\":\"Closed\"},{\"day\":\"Tue\",\"_id\":\"21ffa18\",\"time\":\"09:00 am \\u2013 06:00 pm\",\"closed_text\":\"Closed\"},{\"day\":\"Wed\",\"time\":\"09:00 am \\u2013 06:00 pm\",\"closed_text\":\"Closed\",\"_id\":\"fd59f14\"},{\"day\":\"Thu\",\"_id\":\"b805114\",\"time\":\"  10:00 am \\u2013 07:00 pm\",\"closed_text\":\"Closed\",\"closed\":\"\"},{\"day\":\"Fri\",\"_id\":\"2fc0d35\",\"time\":\"09:00 am \\u2013 06:00 pm\",\"closed_text\":\"Closed\"},{\"day\":\"Sat\",\"time\":\"09:00 am \\u2013 05:00 pm\",\"closed_text\":\"Closed\",\"_id\":\"9c0810c\"},{\"day\":\"Sun \",\"time\":\"Closed\",\"closed_text\":\"Closed\",\"_id\":\"4dd8273\"}],\"rows_margin_mobile_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9f3dcc9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f986157\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd63037\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f32bf98\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0fae766\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c25f327\"}]},\"elements\":[{\"id\":\"01788a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"40e6be1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"e1ec355\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"526dc16\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"925f795\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f4e3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(19357, 2267, '_wp_attached_file', '2025/02/location_1483285.svg'),
(19358, 2267, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2118;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(19727, 2309, '_wp_attached_file', '2025/02/call.svg'),
(19728, 2309, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3994;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(19754, 2313, '_wp_attached_file', '2025/02/phone_1154536.svg'),
(19755, 2313, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:6136;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(19937, 2084, '_elementor_screenshot_failed', '2025-02-02 04:49:18'),
(20800, 1664, '_elementor_controls_usage', 'a:2:{s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(21190, 2459, '_elementor_edit_mode', 'builder'),
(21191, 2459, '_elementor_template_type', 'header'),
(21192, 2459, '_elementor_version', '3.27.2'),
(21193, 2459, '_elementor_pro_version', '3.25.4'),
(21198, 2459, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21199, 2459, '_elementor_data', '[{\"id\":\"58c22518\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-140\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFBF\",\"background_color_b\":\"#FFFFFF\",\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1640,\"sizes\":[]},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"5daa06dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"704d5cac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":22,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_css_classes\":\"logo-cls\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7477aa8e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor6\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#804d09\",\"color_menu_item_active\":\"#804d09\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#F0F5FA\",\"background_color_dropdown_item_hover\":\"#db9226\",\"color_dropdown_item_active\":\"#F0F5FA\",\"background_color_dropdown_item_active\":\"#db9226\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#DEDFE1D1\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#db9226\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#F0F5FA\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#F0F5FA\",\"mobile_link_bg_hover\":\"#db9226\",\"mobile_sub_link_bg_hover\":\"#db9226\",\"mobile_sub_link_hover\":\"#F0F5FA\",\"close_icon_color\":\"#F0F5FA\",\"close_icon_color_hover\":\"#F0F5FA\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\",\"menu\":\"primary-menu\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_typography_font_family\":\"Karla\",\"dropdown_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"6fa51762\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"73cf5fea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1830f88c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"213ab825\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"35791e8e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"76638\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1bb9688c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"48cd0aeb\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"primary-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"5ab2c371\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28de12b7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":712,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"4848be40\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"_background_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"title_color\":\"#F0F5FA\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"30\",\"bottom\":\"6\",\"left\":\"30\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_background_background\":\"classic\",\"_background_color\":\"#1111112E\"},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false},{\"id\":\"55f2f97f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"content_width\":\"full\",\"z_index\":99,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_tablet_extra\":\"hidden-tablet_extra\"},\"elements\":[{\"id\":\"46de7c5d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c483eee\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"35c412e9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"274672a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"41f6c5fa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFBF\",\"background_color_b\":\"#FFFFFF\",\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"5884984\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"1ab85a7e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"6971f368\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"2d922e91\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"67df96e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5c0d55fa\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\",\"menu\":\"right-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(21207, 2459, '_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:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:4;s:7:\"pointer\";i:4;s:9:\"menu_type\";i:4;s:4:\"menu\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:10;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:14;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:14;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:2;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_tablet_extra\";i:3;s:11:\"hide_tablet\";i:3;s:17:\"hide_mobile_extra\";i:3;s:11:\"hide_mobile\";i:3;s:15:\"hide_widescreen\";i:3;s:12:\"hide_desktop\";i:3;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}s:14:\"section_layout\";a:2:{s:11:\"css_classes\";i:1;s:20:\"e_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:2;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:4:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}s:17:\"section_icon_list\";a:1:{s:23:\"icon_align_tablet_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:4:{s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}}'),
(21538, 43, '_wp_old_date', '2025-01-31'),
(21539, 44, '_wp_old_date', '2025-01-31'),
(21540, 802, '_wp_old_date', '2025-01-31'),
(21541, 801, '_wp_old_date', '2025-01-31'),
(21542, 800, '_wp_old_date', '2025-01-31'),
(21543, 799, '_wp_old_date', '2025-01-31'),
(21544, 798, '_wp_old_date', '2025-01-31'),
(21545, 797, '_wp_old_date', '2025-01-31'),
(21546, 796, '_wp_old_date', '2025-01-31'),
(21547, 795, '_wp_old_date', '2025-01-31'),
(21548, 794, '_wp_old_date', '2025-01-31'),
(21549, 793, '_wp_old_date', '2025-01-31'),
(21550, 792, '_wp_old_date', '2025-01-31'),
(21551, 45, '_wp_old_date', '2025-01-31'),
(21552, 844, '_wp_old_date', '2025-01-31'),
(21553, 843, '_wp_old_date', '2025-01-31'),
(21554, 842, '_wp_old_date', '2025-01-31'),
(21555, 841, '_wp_old_date', '2025-01-31'),
(21556, 40, '_wp_old_date', '2025-01-31'),
(21558, 1655, '_wp_old_date', '2025-01-31'),
(21559, 1654, '_wp_old_date', '2025-01-31'),
(21560, 1653, '_wp_old_date', '2025-01-31'),
(21561, 1652, '_wp_old_date', '2025-01-31'),
(21562, 1651, '_wp_old_date', '2025-01-31'),
(21563, 1659, '_wp_old_date', '2025-01-31'),
(21564, 1660, '_wp_old_date', '2025-01-31'),
(21565, 1663, '_wp_old_date', '2025-01-31'),
(21567, 1668, '_wp_old_date', '2025-01-31'),
(21568, 48, '_wp_old_date', '2025-01-31'),
(21789, 2503, '_wp_attached_file', '2025/02/banner-img.jpg'),
(21790, 2503, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/02/banner-img.jpg\";s:8:\"filesize\";i:193643;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"banner-img-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"banner-img-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"banner-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"banner-img-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"banner-img-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21791, 2504, '_wp_attached_file', '2025/02/banner-img-23.jpg'),
(21792, 2504, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/02/banner-img-23.jpg\";s:8:\"filesize\";i:197870;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"banner-img-23-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8170;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"banner-img-23-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"banner-img-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"banner-img-23-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35006;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"banner-img-23-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21823, 2508, '_wp_attached_file', '2025/02/banner-img-22.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21824, 2508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/02/banner-img-22.jpg\";s:8:\"filesize\";i:172810;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"banner-img-22-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10948;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"banner-img-22-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"banner-img-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"banner-img-22-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"banner-img-22-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117641;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21865, 2513, '_wp_attached_file', '2025/02/quote_9970335.svg'),
(21866, 2513, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1796;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(22036, 2533, '_wp_attached_file', '2025/02/fllowers-img.png'),
(22037, 2533, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2025/02/fllowers-img.png\";s:8:\"filesize\";i:136801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"fllowers-img-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"fllowers-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39554;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22065, 2537, '_wp_attached_file', '2025/02/fllowers-img-1.png'),
(22066, 2537, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2025/02/fllowers-img-1.png\";s:8:\"filesize\";i:147143;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fllowers-img-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:131839;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fllowers-img-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:39286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22119, 2544, '_wp_attached_file', '2025/02/flower_1_8.png'),
(22120, 2544, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:287;s:6:\"height\";i:242;s:4:\"file\";s:22:\"2025/02/flower_1_8.png\";s:8:\"filesize\";i:77423;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"flower_1_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:31759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22271, 2560, '_wp_attached_file', '2025/02/png-img-shape.png'),
(22272, 2560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1076;s:6:\"height\";i:2027;s:4:\"file\";s:25:\"2025/02/png-img-shape.png\";s:8:\"filesize\";i:540189;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"png-img-shape-159x300.png\";s:5:\"width\";i:159;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86629;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"png-img-shape-544x1024.png\";s:5:\"width\";i:544;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:716254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"png-img-shape-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"png-img-shape-768x1447.png\";s:5:\"width\";i:768;s:6:\"height\";i:1447;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1307218;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"png-img-shape-815x1536.png\";s:5:\"width\";i:815;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1447829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22433, 2581, '_wp_attached_file', '2025/02/Botox-care-item4.jpg'),
(22434, 2581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/02/Botox-care-item4.jpg\";s:8:\"filesize\";i:90363;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Botox-care-item4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17473;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Botox-care-item4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7357;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Botox-care-item4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78708;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22467, 2587, '_wp_attached_file', '2025/02/Botox-care-item3.jpg'),
(22468, 2587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/02/Botox-care-item3.jpg\";s:8:\"filesize\";i:64227;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Botox-care-item3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Botox-care-item3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Botox-care-item3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62702;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22469, 2588, '_wp_attached_file', '2025/02/Botox-care-item1.jpg'),
(22470, 2588, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/02/Botox-care-item1.jpg\";s:8:\"filesize\";i:94382;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Botox-care-item1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17897;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Botox-care-item1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7859;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Botox-care-item1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22471, 2589, '_wp_attached_file', '2025/02/Botox-care-item2.jpg'),
(22472, 2589, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/02/Botox-care-item2.jpg\";s:8:\"filesize\";i:63293;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Botox-care-item2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Botox-care-item2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Botox-care-item2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22495, 2593, '_wp_attached_file', '2025/02/Botox-care-item5.jpg'),
(22496, 2593, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/02/Botox-care-item5.jpg\";s:8:\"filesize\";i:64439;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Botox-care-item5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Botox-care-item5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Botox-care-item5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22888, 2637, '_wp_attached_file', '2025/02/Sculpt-it-img.jpg'),
(22889, 2637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2025/02/Sculpt-it-img.jpg\";s:8:\"filesize\";i:50074;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Sculpt-it-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16081;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Sculpt-it-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22915, 2641, '_wp_attached_file', '2025/02/skin-tightening-img.jpg'),
(22916, 2641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2025/02/skin-tightening-img.jpg\";s:8:\"filesize\";i:50303;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"skin-tightening-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"skin-tightening-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22947, 2646, '_edit_last', '1'),
(22948, 2646, '_edit_lock', '1770039508:1'),
(22949, 2646, '_wp_page_template', 'default'),
(22950, 2646, 'site-post-title', 'disabled'),
(22952, 2646, 'site-sidebar-layout', 'no-sidebar'),
(22953, 2646, 'ast-site-content-layout', 'full-width-container'),
(22954, 2646, 'site-content-style', 'default'),
(22955, 2646, 'site-sidebar-style', 'default'),
(22956, 2646, 'ast-featured-img', 'disabled'),
(22957, 2646, 'astra-migrate-meta-layouts', 'set'),
(22958, 2646, 'ast-breadcrumbs-content', 'disabled'),
(22959, 2646, 'theme-transparent-header-meta', 'default'),
(22960, 2648, '_menu_item_type', 'post_type'),
(22961, 2648, '_menu_item_menu_item_parent', '0'),
(22962, 2648, '_menu_item_object_id', '2646'),
(22963, 2648, '_menu_item_object', 'page'),
(22964, 2648, '_menu_item_target', ''),
(22965, 2648, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22966, 2648, '_menu_item_xfn', ''),
(22967, 2648, '_menu_item_url', ''),
(22972, 2646, '_elementor_edit_mode', 'builder'),
(22973, 2646, '_elementor_template_type', 'wp-page'),
(22974, 2646, '_elementor_version', '3.34.4'),
(22975, 2646, '_elementor_pro_version', '3.34.4'),
(22976, 2646, '_astra_content_layout_flag', 'disabled'),
(22977, 2646, 'ast-title-bar-display', 'disabled'),
(22990, 2646, '_elementor_data', '[{\"id\":\"2b8af67\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1d2497d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e6b603a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"017b5df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"176d27e\"}]},\"elements\":[{\"id\":\"2320f9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"bab0abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advanced <span style=\\\"font-weight:800\\\">Laser<\\/span> Solutions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5ba7663\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"856cf21\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"41484f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"8ccea75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Laser-hair-removal-img.jpg\",\"id\":2658,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8af3da8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Hair Removal\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cc41a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser hair removal uses light to destroy hair follicles, achieving permanent hair reduction by preventing regrowth.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e769db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/laser-hair-removal\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2c75f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"3702823\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/image-Korean-Glass-Skin.jpg\",\"id\":5351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"683\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75f1fea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Korean Glass Skin\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9bb387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get the flawless, luminous look inspired by Korean beauty\\u2014no passport needed. This advanced treatment..<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cf6c7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"06dc6da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"194f38a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Intense-Pulsed-Light-img.jpg\",\"id\":2665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5493969\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intense Pulsed Light\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e893d74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IPL treatment uses intense light to target aging signs, pigmentation, vasculature, and acne, delivering quick results with minimal discomfort and no downtime.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84212f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/intense-pulsed-light\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"287cbea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"c5a8277\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Laser-Tattoo-Removal-img.jpg\",\"id\":2669,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f0b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Tattoo Removal\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4db427\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Q-Switched laser is a gold standard for tattoo removal, utilizing 1064nm\\/532nm nanosecond laser technology to break up tattoo pigment with photoacoustic shockwaves.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73ad379\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/laser-tattoo-removal\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59589d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"c26abf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Vascular-Treatment-img.jpg\",\"id\":2679,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eaa12ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vascular Treatment\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e4449f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The 2940nm Long Pulsed YAG (LPY) Laser precisely treats visible vessels, broken capillaries, spider veins, and vascular lesions with tailored laser energy, addressing individual skin conditions for desired results.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76eb9e8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/vascular-treatment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bbb4b7e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"6cd5157\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/04\\/4-13.jpg\",\"id\":3947,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"683\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a70b00e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skin Resurfacing\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22c13dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Erbium Yag 2940 nm is a versatile ablative skin resurfacing tool for addressing issues like lesions, photodamage, fine lines, scars, actinic keratosis, milia, stretch marks, and acne.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"036a6ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/skin-resurfacing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(23053, 2658, '_wp_attached_file', '2025/02/Laser-hair-removal-img.jpg'),
(23054, 2658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2025/02/Laser-hair-removal-img.jpg\";s:8:\"filesize\";i:51651;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Laser-hair-removal-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Laser-hair-removal-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5169;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Laser-hair-removal-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31340;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23105, 2665, '_wp_attached_file', '2025/02/Intense-Pulsed-Light-img.jpg'),
(23106, 2665, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2025/02/Intense-Pulsed-Light-img.jpg\";s:8:\"filesize\";i:93559;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Intense-Pulsed-Light-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Intense-Pulsed-Light-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Intense-Pulsed-Light-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23129, 2669, '_wp_attached_file', '2025/02/Laser-Tattoo-Removal-img.jpg'),
(23130, 2669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2025/02/Laser-Tattoo-Removal-img.jpg\";s:8:\"filesize\";i:74367;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Laser-Tattoo-Removal-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13355;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Laser-Tattoo-Removal-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6790;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Laser-Tattoo-Removal-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23199, 2679, '_wp_attached_file', '2025/02/Vascular-Treatment-img.jpg'),
(23200, 2679, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2025/02/Vascular-Treatment-img.jpg\";s:8:\"filesize\";i:81348;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Vascular-Treatment-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Vascular-Treatment-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Vascular-Treatment-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23201, 2680, '_wp_attached_file', '2025/02/Skin-Resurfacing-img.jpg'),
(23202, 2680, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2025/02/Skin-Resurfacing-img.jpg\";s:8:\"filesize\";i:96534;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Skin-Resurfacing-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Skin-Resurfacing-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7115;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Skin-Resurfacing-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23285, 2690, '_edit_last', '1'),
(23286, 2690, '_edit_lock', '1748677556:1'),
(23287, 2690, '_wp_page_template', 'default'),
(23288, 2690, 'site-post-title', 'disabled'),
(23290, 2690, 'site-sidebar-layout', 'no-sidebar'),
(23291, 2690, 'ast-site-content-layout', 'full-width-container'),
(23292, 2690, 'site-content-style', 'default'),
(23293, 2690, 'site-sidebar-style', 'default'),
(23294, 2690, 'ast-featured-img', 'disabled'),
(23295, 2690, 'astra-migrate-meta-layouts', 'set'),
(23296, 2690, 'ast-breadcrumbs-content', 'disabled'),
(23297, 2690, 'theme-transparent-header-meta', 'default'),
(23329, 2690, '_elementor_edit_mode', 'builder'),
(23330, 2690, '_elementor_template_type', 'wp-page'),
(23331, 2690, '_elementor_version', '3.29.1'),
(23332, 2690, '_elementor_pro_version', '3.29.1'),
(23333, 2690, '_astra_content_layout_flag', 'disabled'),
(23334, 2690, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(23347, 2690, '_elementor_data', '[{\"id\":\"8af6de9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1d2497d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e6b603a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"017b5df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"176d27e\"}]},\"elements\":[{\"id\":\"d632e4d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"050abeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inject \\n <span style=\\\"font-weight:800\\\">It<\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5ba7663\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f036fc4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"618b572\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"6b0443f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/6-1.png\",\"id\":4098,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4ecdb68\",\"elType\":\"widget\",\"settings\":{\"title\":\"Botox & Dysport\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"746f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get predictable, subtle results with Botox for a natural look with fewer facial lines. Schedule a free consultation to enhance your appearance today.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20dfd43\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/botox-dysport\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b5f7d9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"60cf37e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5-2.png\",\"id\":4097,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8bf0aab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermal Fillers\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b359d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose from our variety of Hyaluronic acid fillers for natural-looking enhancements in facial aesthetics. We aim to improve shape, contour, definition, and facial balance.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a703905\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/dermal-fillers\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"885c405\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"e648919\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/7.png\",\"id\":4099,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d652877\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sculptra\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a232df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sculptra is a dermal filler made of poly-L-lactic acid (PLLA), a biocompatible and biodegradable substance. It is used to stimulate collagen production in the skin..<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11765ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/sculptra\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e1b6c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"2567d57\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/8-1.png\",\"id\":4101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a1ebe41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Platelet Rich Plasma\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3efa8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PRP, known as \\u201cliquid gold,\\u201d harnesses high concentrations of platelets, stem cells, and growth factors to accelerate healing, tissue growth, and collagen production for regenerative benefits.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1de730d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/prp-injections\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"43b6db1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"9ad7418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/9.png\",\"id\":4102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"682\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ca7d7e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hair Loss Therapy\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e952877\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Boost confidence with our innovative hair loss solutions for regrowth, increased thickness, and prevention, available both in-clinic and at home.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69929e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/hair-loss-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(23540, 2719, '_wp_attached_file', '2025/02/Botox-Dysport-img.jpg'),
(23541, 2719, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:29:\"2025/02/Botox-Dysport-img.jpg\";s:8:\"filesize\";i:87086;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Botox-Dysport-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Botox-Dysport-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Botox-Dysport-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23542, 2720, '_wp_attached_file', '2025/02/Dermal-fillers-img.jpg'),
(23543, 2720, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2025/02/Dermal-fillers-img.jpg\";s:8:\"filesize\";i:72283;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Dermal-fillers-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Dermal-fillers-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Dermal-fillers-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23572, 2724, '_wp_attached_file', '2025/02/Sculptra-img.jpg'),
(23573, 2724, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:24:\"2025/02/Sculptra-img.jpg\";s:8:\"filesize\";i:101714;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Sculptra-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Sculptra-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Sculptra-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23596, 2728, '_wp_attached_file', '2025/02/Platelet-Rich-PLasma-img.jpg'),
(23597, 2728, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2025/02/Platelet-Rich-PLasma-img.jpg\";s:8:\"filesize\";i:84325;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Platelet-Rich-PLasma-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Platelet-Rich-PLasma-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Platelet-Rich-PLasma-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51453;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23606, 2730, '_wp_attached_file', '2025/02/Hair-loss-therapy-img.jpg'),
(23607, 2730, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:33:\"2025/02/Hair-loss-therapy-img.jpg\";s:8:\"filesize\";i:76085;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Hair-loss-therapy-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Hair-loss-therapy-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7283;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Hair-loss-therapy-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23660, 2737, '_edit_last', '1'),
(23661, 2737, '_edit_lock', '1748675858:1'),
(23662, 2737, '_wp_page_template', 'default'),
(23663, 2737, 'site-post-title', 'disabled'),
(23665, 2737, 'site-sidebar-layout', 'no-sidebar'),
(23666, 2737, 'ast-site-content-layout', 'full-width-container'),
(23667, 2737, 'site-content-style', 'default'),
(23668, 2737, 'site-sidebar-style', 'default'),
(23669, 2737, 'ast-featured-img', 'disabled'),
(23670, 2737, 'astra-migrate-meta-layouts', 'set'),
(23671, 2737, 'ast-breadcrumbs-content', 'disabled'),
(23672, 2737, 'theme-transparent-header-meta', 'default'),
(23674, 2737, '_elementor_edit_mode', 'builder'),
(23675, 2737, '_elementor_template_type', 'wp-page'),
(23676, 2737, '_elementor_version', '3.29.1'),
(23677, 2737, '_elementor_pro_version', '3.29.1'),
(23678, 2737, '_astra_content_layout_flag', 'disabled'),
(23679, 2737, 'ast-title-bar-display', 'disabled'),
(23694, 2737, '_elementor_data', '[{\"id\":\"b061028\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1d2497d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e6b603a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"017b5df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"176d27e\"}]},\"elements\":[{\"id\":\"3cdd6d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"3f8ea76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tighten\\n <span style=\\\"font-weight:800\\\"> It<\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5ba7663\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"cefc839\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cb948b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f8d29f8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28c6e39\"}],\"pp_display_conditions\":[{\"_id\":\"c7bc7a2\"}]},\"elements\":[{\"id\":\"dfe6a4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"ef8ca58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-img-33.jpg\",\"id\":3319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1024\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d5459fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"RF Microneedling\\n\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835a0f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pixel8 RF microneedling delivers intense radio frequency energy to targeted tissue, stimulating collagen and rejuvenating vital elastin cells for smoother, firmer skin.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e426716\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/rf-microneedling\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e2b45eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F0F5FAB0\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"51cbc36\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9f225\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c1c0a0\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4007da2\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"}},\"elements\":[{\"id\":\"b32b231\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Botox-cover-img.jpg\",\"id\":3234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8533488\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fe33655\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sculptra\",\"header_size\":\"h4\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"de8e6db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"057a3c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sculptra is a dermal filler made of poly-L-lactic acid (PLLA), a biocompatible and biodegradable substance. It is used to stimulate collagen production in the skin..<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ea1a804\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"763f151\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/sculptra\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#db9226\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd504db\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor8\",\"border_color\":\"globals\\/colors?id=astglobalcolor8\",\"hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(23771, 2751, '_wp_attached_file', '2025/02/RF-Microneedling-img.jpg'),
(23772, 2751, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2025/02/RF-Microneedling-img.jpg\";s:8:\"filesize\";i:80984;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"RF-Microneedling-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"RF-Microneedling-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"RF-Microneedling-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23847, 2761, '_wp_attached_file', '2025/02/body-photo-with-abs-img.jpg'),
(23848, 2761, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2025/02/body-photo-with-abs-img.jpg\";s:8:\"filesize\";i:45273;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"body-photo-with-abs-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"body-photo-with-abs-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23879, 2765, '_wp_attached_file', '2025/02/dfdf.jpg'),
(23880, 2765, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/02/dfdf.jpg\";s:8:\"filesize\";i:48998;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"dfdf-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"dfdf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23933, 2772, '_wp_attached_file', '2025/02/ggg.jpg'),
(23934, 2772, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:15:\"2025/02/ggg.jpg\";s:8:\"filesize\";i:67746;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"ggg-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"ggg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23985, 2779, '_wp_attached_file', '2025/02/peptide-therapy-man-and-woman-img.jpg'),
(23986, 2779, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:45:\"2025/02/peptide-therapy-man-and-woman-img.jpg\";s:8:\"filesize\";i:73679;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"peptide-therapy-man-and-woman-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"peptide-therapy-man-and-woman-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24052, 2787, '_wp_attached_file', '2025/02/testosterone-older-male.jpg'),
(24053, 2787, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2025/02/testosterone-older-male.jpg\";s:8:\"filesize\";i:48399;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"testosterone-older-male-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13497;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"testosterone-older-male-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24110, 2794, '_wp_attached_file', '2025/02/patient-img.jpg'),
(24111, 2794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2025/02/patient-img.jpg\";s:8:\"filesize\";i:55998;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"patient-img-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14064;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"patient-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"patient-img-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24166, 2801, '_elementor_source', 'post'),
(24167, 2801, '_elementor_edit_mode', 'builder'),
(24168, 2801, '_elementor_template_type', 'popup'),
(24169, 2801, '_elementor_version', '3.35.7'),
(24170, 2801, '_elementor_pro_version', '3.35.1'),
(24171, 2801, '_astra_content_layout_flag', 'disabled'),
(24172, 2801, 'site-post-title', 'disabled'),
(24173, 2801, 'ast-title-bar-display', 'disabled'),
(24174, 2801, 'ast-featured-img', 'disabled'),
(24175, 2801, '_edit_lock', '1773964340:1'),
(24176, 2801, 'ast-site-content-layout', 'full-width-container'),
(24177, 2801, 'site-sidebar-layout', 'no-sidebar'),
(24178, 2802, '_wp_attached_file', '2025/02/Pic-Newsletter.png'),
(24179, 2802, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:395;s:6:\"height\";i:478;s:4:\"file\";s:26:\"2025/02/Pic-Newsletter.png\";s:8:\"filesize\";i:94093;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Pic-Newsletter-248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Pic-Newsletter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24180, 2802, '_elementor_source_image_hash', '8f3ee5fd866e68957615e7365bb29e0781b82596'),
(24181, 2801, '_wp_page_template', 'default'),
(24182, 2801, '_elementor_page_settings', 'a:19:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"800\";s:5:\"sizes\";a:0:{}}s:11:\"height_type\";s:6:\"custom\";s:6:\"height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"480\";s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:27:\"entrance_animation_duration\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"1.4\";s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:9:\"#02010100\";s:24:\"overlay_background_color\";s:9:\"#000000B8\";s:12:\"width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"700\";s:5:\"sizes\";a:0:{}}s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}s:13:\"height_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"425\";s:5:\"sizes\";a:0:{}}s:19:\"height_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:13:\"height_mobile\";a:3:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";s:3:\"100\";s:5:\"sizes\";a:0:{}}s:13:\"margin_tablet\";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\";s:1:\"1\";}s:20:\"padding_mobile_extra\";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:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"14\";s:5:\"right\";s:2:\"14\";s:6:\"bottom\";s:2:\"14\";s:4:\"left\";s:2:\"14\";s:8:\"isLinked\";b:1;}s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(24183, 2801, '_elementor_data', '[{\"id\":\"27344d87\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"_title\":\"Newsletter\",\"min_height\":{\"unit\":\"px\",\"size\":\"480\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":\"430\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"css_classes\":\"ignore-toc\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":0,\"unit\":\"px\",\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"flex_direction_mobile\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3065cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c3e5035\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63373f2\"}],\"pp_display_conditions\":[{\"_id\":\"f3c0b2a\"}],\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"flex_align_items_mobile\":\"flex-start\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3cf07bbd\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_image\":{\"id\":1621,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Pre-treatment-Instructions-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_repeat\":\"repeat\",\"background_repeat_tablet\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"cover\",\"min_height_mobile\":{\"unit\":\"vh\",\"size\":36,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[],\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d402e21\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0bf8e91\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8c5584a\"}],\"pp_display_conditions\":[{\"_id\":\"300a076\"}],\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"background_position_mobile_extra\":\"center center\",\"background_attachment\":\"scroll\",\"background_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"48b81229\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"size\":20,\"unit\":\"px\",\"column\":\"20\",\"row\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":\"1\"},\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9ad1aad\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"537cda5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2c83efc\"}],\"pp_display_conditions\":[{\"_id\":\"5d2bca4\"}],\"flex_justify_content_mobile_extra\":\"flex-start\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_gap_mobile\":{\"column\":\"14\",\"row\":\"14\",\"isLinked\":true,\"unit\":\"px\",\"size\":14},\"_flex_align_self_mobile\":\"center\"},\"elements\":[{\"id\":\"1c0a4600\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW PATIENT PROMO \",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8c8ed28\",\"pp_condition_date_time_before_value\":\"2025-02-08 17:03\"}],\"align_mobile\":\"left\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58397e50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul style=\\\"margin-left: 18px;\\\">\\n<li><strong>Botox 20 units<\\/strong> or <strong>Dysport 60 units<\\/strong> for $189<\\/li>\\n<li><strong>Deluxe Hydrafacial<\\/strong> + Dermaplane for $199<\\/li>\\n<li><strong>Custom Facial<\\/strong> + Dermaplane for $99<\\/li>\\n<li><b>Korean Scalp Renewal Headspa <\\/b>for $99<\\/li>\\n<li><strong>Free Red Light Therapy Bed <\\/strong>with 1st Facial or Headspa Treatment!<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"pp_display_conditions\":[{\"_id\":\"1341eec\",\"pp_condition_date_time_before_value\":\"2025-02-08 17:03\"}],\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fb64299\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3f291c9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(24185, 2801, '_elementor_popup_display_settings', 'a:2:{s:8:\"triggers\";a:2:{s:15:\"page_load_delay\";i:2;s:9:\"page_load\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),
(24186, 2803, '_wp_attached_file', '2025/02/popup-img.jpg'),
(24187, 2803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2025/02/popup-img.jpg\";s:8:\"filesize\";i:51021;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"popup-img-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"popup-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7177;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24209, 2801, '_elementor_conditions', 'a:1:{i:0;s:27:\"include/singular/front_page\";}'),
(24263, 2810, '_wp_attached_file', '2025/02/image-png.png'),
(24264, 2810, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:850;s:4:\"file\";s:21:\"2025/02/image-png.png\";s:8:\"filesize\";i:773274;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-png-282x300.png\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31077;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-png-768x816.png\";s:5:\"width\";i:768;s:6:\"height\";i:816;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:605166;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24393, 2824, '_wp_attached_file', '2025/02/prp-img.jpg'),
(24394, 2824, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2025/02/prp-img.jpg\";s:8:\"filesize\";i:52970;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"prp-img-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"prp-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24489, 2835, '_wp_attached_file', '2025/02/darmal-filter-img-2.jpg'),
(24490, 2835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/02/darmal-filter-img-2.jpg\";s:8:\"filesize\";i:68771;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-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:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58443;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24491, 2836, '_wp_attached_file', '2025/02/darmal-filter-img-3.jpg'),
(24492, 2836, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/02/darmal-filter-img-3.jpg\";s:8:\"filesize\";i:92916;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-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:7032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76807;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24493, 2837, '_wp_attached_file', '2025/02/darmal-filter-img-4.jpg'),
(24494, 2837, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/02/darmal-filter-img-4.jpg\";s:8:\"filesize\";i:87549;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-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:7436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24495, 2838, '_wp_attached_file', '2025/02/darmal-filter-img-1.jpg'),
(24496, 2838, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/02/darmal-filter-img-1.jpg\";s:8:\"filesize\";i:98770;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-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:7494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"darmal-filter-img-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83593;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24525, 2842, '_wp_attached_file', '2025/02/Sculptra-before-after-img3.jpg'),
(24526, 2842, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/02/Sculptra-before-after-img3.jpg\";s:8:\"filesize\";i:103924;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7410;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24527, 2843, '_wp_attached_file', '2025/02/Sculptra-before-after-img4.jpg'),
(24528, 2843, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/02/Sculptra-before-after-img4.jpg\";s:8:\"filesize\";i:100806;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24529, 2844, '_wp_attached_file', '2025/02/Sculptra-before-after-img1.jpg'),
(24530, 2844, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/02/Sculptra-before-after-img1.jpg\";s:8:\"filesize\";i:98716;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24531, 2845, '_wp_attached_file', '2025/02/Sculptra-before-after-img2.jpg'),
(24532, 2845, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/02/Sculptra-before-after-img2.jpg\";s:8:\"filesize\";i:78832;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Sculptra-before-after-img2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24563, 2849, '_wp_attached_file', '2025/02/prp-img-1.jpg'),
(24564, 2849, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2025/02/prp-img-1.jpg\";s:8:\"filesize\";i:61144;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"prp-img-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"prp-img-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:5585;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"prp-img-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24565, 2850, '_wp_attached_file', '2025/02/prp-img-2.jpg'),
(24566, 2850, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2025/02/prp-img-2.jpg\";s:8:\"filesize\";i:77232;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"prp-img-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"prp-img-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:6993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"prp-img-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24567, 2851, '_wp_attached_file', '2025/02/prp-img-3.jpg'),
(24568, 2851, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2025/02/prp-img-3.jpg\";s:8:\"filesize\";i:89156;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"prp-img-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"prp-img-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:5874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"prp-img-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24569, 2852, '_wp_attached_file', '2025/02/prp0mg.jpg'),
(24570, 2852, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2025/02/prp0mg.jpg\";s:8:\"filesize\";i:46192;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"prp0mg-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"prp0mg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"prp0mg-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41309;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24599, 2856, '_wp_attached_file', '2025/02/Hair-loss-therapy-img-1.jpg'),
(24600, 2856, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2025/02/Hair-loss-therapy-img-1.jpg\";s:8:\"filesize\";i:78160;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-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:6661;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24601, 2857, '_wp_attached_file', '2025/02/Hair-loss-therapy-img-2.jpg'),
(24602, 2857, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2025/02/Hair-loss-therapy-img-2.jpg\";s:8:\"filesize\";i:103145;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-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:7053;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24603, 2858, '_wp_attached_file', '2025/02/Hair-loss-therapy-img-3.jpg'),
(24604, 2858, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2025/02/Hair-loss-therapy-img-3.jpg\";s:8:\"filesize\";i:103396;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-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:6272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81449;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24605, 2859, '_wp_attached_file', '2025/02/Hair-loss-therapy-img-4.jpg'),
(24606, 2859, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2025/02/Hair-loss-therapy-img-4.jpg\";s:8:\"filesize\";i:144610;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-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:6530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Hair-loss-therapy-img-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24639, 2864, '_elementor_edit_mode', 'builder'),
(24640, 2864, '_elementor_template_type', 'page'),
(24641, 2864, '_elementor_version', '3.27.2'),
(24642, 2864, '_elementor_pro_version', '3.25.4'),
(24647, 2864, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(24648, 2864, '_elementor_data', '[{\"id\":\"b332f7d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ddb8d33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"41be3d0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"094f492\"}],\"pp_display_conditions\":[{\"_id\":\"1acf0ea\"}],\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":740,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":162,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-1.jpg\"},{\"id\":2508,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/banner-img-22.jpg\"},{\"id\":2504,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/banner-img-23.jpg\"},{\"id\":712,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2.jpg\"},{\"id\":2503,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/banner-img.jpg\"}],\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1640,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#804D0900\",\"background_overlay_color_b\":\"#804D09\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.23,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f5a6985\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"53dd03d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"083c2f0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bb41efc\"}],\"pp_display_conditions\":[{\"_id\":\"a8a75a3\"}],\"background_color\":\"#F0F5FADB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"63249e27\",\"elType\":\"widget\",\"settings\":{\"title\":\"Genesis Wellness & Aesthetics\",\"pp_display_conditions\":[{\"_id\":\"3fd2f5f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"300\",\"align\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3206869c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"0f719e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6035f00c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/fllowers-img-1.png\",\"id\":2537,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-75,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-70,\"sizes\":[]},\"_css_classes\":\"bounce-y\",\"pp_display_conditions\":[{\"_id\":\"137ccda\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"37ee27ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7c7b23\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0bdc65\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a029a5c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"58ae903\"}]},\"elements\":[{\"id\":\"2b5f64b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/flower_1_8.png\",\"id\":2544,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-186,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":-88,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b16c3f6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3ddecf44\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_color\":\"#FAFAFA\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccd41c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5048702f\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e3d9211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37deff70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31e7536e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4a40ff40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"36ae61b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about3-1.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"214\",\"right\":\"214\",\"bottom\":\"214\",\"left\":\"214\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"230\",\"bottom\":\"230\",\"left\":\"230\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4366fbd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about3-2.png\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_x_widescreen\":{\"size\":-31,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y_end_widescreen\":{\"size\":-20,\"unit\":\"px\"},\"_css_classes\":\"bounce-y\",\"pp_display_conditions\":[{\"_id\":\"a4fea0d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile\":\"center\",\"space_mobile_extra\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"55566a26\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"catagories-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/leaves_3.png\",\"id\":646,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"485fcca2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5c4afcd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4966ca1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"10f0ac0e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"3683a316\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Laser It\",\"_id\":\"598ad36\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-1.jpg\",\"id\":634,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-laser-solutions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Inject It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-2.jpg\",\"id\":635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"82ed379\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/inject-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Sculpt It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/body-photo-with-abs-img.jpg\",\"id\":2761,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"85567cc\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Tighten It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/skin-tightening-img.jpg\",\"id\":2641,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"6f40578\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/tighten-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"title_html_tag\":\"h5\",\"margin\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"autoplay\":\"\",\"icon_img_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_img_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"description_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"e32a143\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"title_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"arrows_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"catagories-col\",\"__globals__\":{\"arrows_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"arrows_color_normal\":\"globals\\/colors?id=astglobalcolor4\",\"arrows_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"arrows_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"dots_color_normal\":\"globals\\/colors?id=astglobalcolor8\",\"active_dot_color_normal\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ba2252\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#F7F4F0\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/bg-service2.jpg\",\"id\":479,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\"},\"elements\":[{\"id\":\"5bd5bf1e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5239885d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77fb3969\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f055402\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"306b51cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"51f452f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/image-png.png\",\"id\":2810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c793990\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7807e2c4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_2-1.png\",\"id\":483,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11f425ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1a3b16f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c68159e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1a8b3ebb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"3011cbe3\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #3\",\"_id\":\"8a006d6\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1ff9ba41\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"6344560b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4216a09e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3074f675\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"32deaab5\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"358b34d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/ggg.jpg\",\"id\":2772,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e9528c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6baadfd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"5d8091a5\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"7e1cdd5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4f063d52\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6ec9ea06\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"13662d88\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"16888632\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"79c30650\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7884b2aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"178db0ca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"120\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]}},\"elements\":[{\"id\":\"60ff243f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"64dcbea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"581f6a46\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"544a792d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caring for myself is not self-indulgence, it is self-preservation.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57e798b7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Audre Lorde\",\"html_tag\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_style\":\"italic\",\"text_align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"0af7cc5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"27813769\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bdcc911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/2024-05-15.jpg\",\"id\":673,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"301c5f7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1ec026d9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-1.jpg\",\"id\":162,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"502a0bfa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"2de5e689\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3bce301a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Get In Touch<\\/span> With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3091f4c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"58e9381a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1620,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d8b2932\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acb4465\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f1fa4d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2f27093\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75c1e9e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"1bb17ddd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customized <span style=\\\"font-weight:800\\\">Skincare<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d60ed79\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1c8d09f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"57c39565\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/skin-care_4383086.svg\",\"id\":497},\"library\":\"svg\"},\"title_text_a\":\" Korean Glass Skin\",\"description_text_a\":\"Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. \",\"background_a_background\":\"classic\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-2.jpg\",\"id\":498,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"7d235a8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-treatment_1996976.svg\",\"id\":523},\"library\":\"svg\"},\"title_text_a\":\"Hydrafacial\",\"description_text_a\":\"Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/hydrafacial\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-3.jpg\",\"id\":637,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"344a4939\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/botox_17622604.svg\",\"id\":527},\"library\":\"svg\"},\"title_text_a\":\"Classic custom facials\",\"description_text_a\":\"Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-img.jpg\",\"id\":215,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"1a1dbff5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/medical_14634786.svg\",\"id\":530},\"library\":\"svg\"},\"title_text_a\":\"The Perfect Derma Peel\",\"description_text_a\":\"Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. \",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/perfect-derma-peel\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center right\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(24656, 2864, '_elementor_controls_usage', 'a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:4:\"link\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:13:\"section_style\";a:2:{s:5:\"align\";i:2;s:18:\"align_mobile_extra\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:13:\"section_image\";a:2:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;}s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:3;s:12:\"_css_classes\";i:2;s:21:\"_element_width_tablet\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"section_effects\";a:5:{s:25:\"motion_fx_motion_fx_mouse\";i:1;s:27:\"motion_fx_mouseTrack_effect\";i:1;s:26:\"motion_fx_mouseTrack_speed\";i:1;s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:33;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:21;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:33;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:33;}s:18:\"section_background\";a:5:{s:16:\"background_color\";i:4;s:21:\"background_background\";i:15;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_image\";i:9;s:18:\"background_color_b\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:18:\"animation_duration\";i:9;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:6;s:26:\"background_overlay_color_b\";i:1;s:30:\"background_overlay_hover_color\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:2:{s:13:\"pp_info_boxes\";i:1;s:14:\"title_html_tag\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:1;s:8:\"autoplay\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:8:\"flip-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:4;s:12:\"title_text_a\";i:4;s:18:\"description_text_a\";i:4;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:4;s:18:\"description_text_b\";i:4;s:11:\"button_text\";i:4;s:4:\"link\";i:4;s:10:\"link_click\";i:4;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:4;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:4;s:11:\"flip_effect\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:3;}}}}}'),
(24715, 2873, '_wp_attached_file', '2025/02/docto-img.jpg'),
(24716, 2873, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2025/02/docto-img.jpg\";s:8:\"filesize\";i:63737;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"docto-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"docto-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8315;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24747, 2877, '_wp_attached_file', '2025/02/doctor-client-img.jpg'),
(24748, 2877, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2025/02/doctor-client-img.jpg\";s:8:\"filesize\";i:64845;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"doctor-client-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"doctor-client-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24779, 2881, '_wp_attached_file', '2025/02/wellness-chat.jpg'),
(24780, 2881, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2025/02/wellness-chat.jpg\";s:8:\"filesize\";i:58348;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wellness-chat-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16853;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wellness-chat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24885, 2891, '_wp_attached_file', '2025/02/Testosterone-Therapy-img.jpg'),
(24886, 2891, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2025/02/Testosterone-Therapy-img.jpg\";s:8:\"filesize\";i:50346;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Testosterone-Therapy-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Testosterone-Therapy-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24946, 2898, '_wp_attached_file', '2025/02/img.jpg'),
(24947, 2898, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:15:\"2025/02/img.jpg\";s:8:\"filesize\";i:39588;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13024;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24988, 2903, '_wp_attached_file', '2025/02/smiling-athletic-man-img.jpg'),
(24989, 2903, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2025/02/smiling-athletic-man-img.jpg\";s:8:\"filesize\";i:59551;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"smiling-athletic-man-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"smiling-athletic-man-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25043, 2910, '_wp_attached_file', '2025/02/smiling-athletic-man-img-1.jpg'),
(25044, 2910, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:38:\"2025/02/smiling-athletic-man-img-1.jpg\";s:8:\"filesize\";i:53531;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"smiling-athletic-man-img-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16955;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"smiling-athletic-man-img-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:7734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25128, 40, '_wp_old_date', '2025-02-05'),
(25129, 43, '_wp_old_date', '2025-02-05'),
(25130, 44, '_wp_old_date', '2025-02-05'),
(25131, 802, '_wp_old_date', '2025-02-05'),
(25132, 801, '_wp_old_date', '2025-02-05'),
(25133, 800, '_wp_old_date', '2025-02-05'),
(25134, 799, '_wp_old_date', '2025-02-05'),
(25135, 798, '_wp_old_date', '2025-02-05'),
(25136, 797, '_wp_old_date', '2025-02-05'),
(25137, 796, '_wp_old_date', '2025-02-05'),
(25138, 795, '_wp_old_date', '2025-02-05'),
(25139, 794, '_wp_old_date', '2025-02-05'),
(25140, 793, '_wp_old_date', '2025-02-05'),
(25141, 792, '_wp_old_date', '2025-02-05'),
(25142, 45, '_wp_old_date', '2025-02-05'),
(25143, 844, '_wp_old_date', '2025-02-05'),
(25144, 843, '_wp_old_date', '2025-02-05'),
(25145, 842, '_wp_old_date', '2025-02-05'),
(25146, 841, '_wp_old_date', '2025-02-05'),
(25147, 2648, '_wp_old_date', '2025-02-05'),
(25148, 1655, '_wp_old_date', '2025-02-05'),
(25149, 1654, '_wp_old_date', '2025-02-05'),
(25150, 1653, '_wp_old_date', '2025-02-05'),
(25151, 1652, '_wp_old_date', '2025-02-05'),
(25152, 1651, '_wp_old_date', '2025-02-05'),
(25153, 1659, '_wp_old_date', '2025-02-05'),
(25154, 1660, '_wp_old_date', '2025-02-05'),
(25155, 1663, '_wp_old_date', '2025-02-05'),
(25156, 1668, '_wp_old_date', '2025-02-05'),
(25157, 48, '_wp_old_date', '2025-02-05'),
(25248, 2928, '_menu_item_type', 'post_type'),
(25249, 2928, '_menu_item_menu_item_parent', '0'),
(25250, 2928, '_menu_item_object_id', '1664'),
(25251, 2928, '_menu_item_object', 'page'),
(25252, 2928, '_menu_item_target', ''),
(25253, 2928, '_menu_item_classes', 'a:1:{i:0;s:17:\"payment-plans-cls\";}'),
(25254, 2928, '_menu_item_xfn', ''),
(25255, 2928, '_menu_item_url', ''),
(25319, 2459, '_elementor_screenshot_failed', '2025-02-09 06:56:35'),
(25320, 2934, '_wp_attached_file', '2025/02/about-us-img.jpg'),
(25321, 2934, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:424;s:6:\"height\";i:651;s:4:\"file\";s:24:\"2025/02/about-us-img.jpg\";s:8:\"filesize\";i:51373;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about-us-img-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about-us-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25437, 2945, '_elementor_edit_mode', 'builder'),
(25438, 2945, '_elementor_template_type', 'popup'),
(25439, 2945, '_elementor_version', '3.27.2'),
(25440, 2945, '_elementor_pro_version', '3.25.4'),
(25445, 2945, '_wp_page_template', 'default'),
(25446, 2945, '_elementor_page_settings', 'a:6:{s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:840;s:5:\"sizes\";a:0:{}}s:18:\"entrance_animation\";s:6:\"fadeIn\";s:14:\"exit_animation\";s:6:\"fadeIn\";s:24:\"overlay_background_color\";s:9:\"#000000B3\";s:18:\"width_mobile_extra\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:430;s:5:\"sizes\";a:0:{}}s:12:\"width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:320;s:5:\"sizes\";a:0:{}}}'),
(25447, 2945, '_elementor_data', '[{\"id\":\"76d74d7e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_mobile_extra\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2db6d6e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ecf140\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69cca01\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c07299c\"}]},\"elements\":[{\"id\":\"2045fd73\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"ece8773\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Grace-Lee-img.jpg\",\"id\":2027,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"9b4a855\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"765203f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0a006dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"837a9df\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"446f679\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"e538984\"}]},\"elements\":[{\"id\":\"568922f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grace Lee,  MSN-FNP, ARNP\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\",\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a72ed20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Director,\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"97b7d46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18606001\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports\\/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"be5e45a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(25456, 2945, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(25457, 2948, '_elementor_edit_mode', 'builder'),
(25458, 2948, '_elementor_template_type', 'container'),
(25459, 2948, '_elementor_version', '3.27.2'),
(25460, 2948, '_elementor_pro_version', '3.25.4'),
(25465, 2948, '_wp_page_template', 'default'),
(25466, 2948, '_elementor_data', '[{\"id\":\"eebb14b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_2-1.png\",\"id\":483,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45abed6f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"666cf5b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"246f8c2b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"12a343ea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"782bba5a\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #3\",\"_id\":\"8a006d6\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77e1c28f\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"77f4164b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"191220f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ac88ecb\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"642d8d17\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"217fcc3c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/smiling-athletic-man-img-1.jpg\",\"id\":2910,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f1f9d96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b42edde\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"20816369\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"17f5676\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34beebca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e0bd7db\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3a2e85f5\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"68fb5500\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cf4f9fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"23ebcea8\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(25474, 2948, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:5;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:4;s:30:\"background_overlay_hover_color\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:4:\"link\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),
(25537, 2951, '_wp_attached_file', '2025/02/About-Us-Discover-ac.jpg'),
(25538, 2951, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2025/02/About-Us-Discover-ac.jpg\";s:8:\"filesize\";i:109682;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"About-Us-Discover-ac-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"About-Us-Discover-ac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25539, 2952, '_wp_attached_file', '2025/02/About-Us-Discover-av-1.jpg'),
(25540, 2952, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2025/02/About-Us-Discover-av-1.jpg\";s:8:\"filesize\";i:87528;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"About-Us-Discover-av-1-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"About-Us-Discover-av-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:6785;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25571, 2956, '_wp_attached_file', '2025/02/About-Us-Discover-Your-Trusted-aa.jpg'),
(25572, 2956, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:850;s:4:\"file\";s:45:\"2025/02/About-Us-Discover-Your-Trusted-aa.jpg\";s:8:\"filesize\";i:87190;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"About-Us-Discover-Your-Trusted-aa-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"About-Us-Discover-Your-Trusted-aa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25603, 2960, '_wp_attached_file', '2025/02/Anastatia-Templeman-aa.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(25604, 2960, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:34:\"2025/02/Anastatia-Templeman-aa.jpg\";s:8:\"filesize\";i:25536;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Anastatia-Templeman-aa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Anastatia-Templeman-aa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25615, 2962, '_wp_attached_file', '2025/02/Nina-Slegaitis-av.jpg'),
(25616, 2962, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:29:\"2025/02/Nina-Slegaitis-av.jpg\";s:8:\"filesize\";i:33956;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Nina-Slegaitis-av-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Nina-Slegaitis-av-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25657, 2072, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(25671, 2154, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(25676, 2968, '_wp_attached_file', '2025/02/Womens-HRT-Therapy-s.jpg'),
(25677, 2968, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:812;s:6:\"height\";i:1089;s:4:\"file\";s:32:\"2025/02/Womens-HRT-Therapy-s.jpg\";s:8:\"filesize\";i:113250;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Womens-HRT-Therapy-s-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13616;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Womens-HRT-Therapy-s-764x1024.jpg\";s:5:\"width\";i:764;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80595;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Womens-HRT-Therapy-s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Womens-HRT-Therapy-s-768x1030.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25731, 2973, '_wp_attached_file', '2025/02/testo-av.jpg'),
(25732, 2973, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2025/02/testo-av.jpg\";s:8:\"filesize\";i:74118;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"testo-av-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"testo-av-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7209;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"testo-av-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25825, 2984, '_wp_attached_file', '2025/02/Platelet-Rich-PLasma-aa.jpg'),
(25826, 2984, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:842;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2025/02/Platelet-Rich-PLasma-aa.jpg\";s:8:\"filesize\";i:85922;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Platelet-Rich-PLasma-aa-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Platelet-Rich-PLasma-aa-150x150.jpg\";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:35:\"Platelet-Rich-PLasma-aa-768x912.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25880, 2991, '_wp_attached_file', '2025/02/Hydrafacial-video-b.mp4'),
(25881, 2991, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1047512;s:8:\"filesize\";i:740662;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:6;s:16:\"length_formatted\";s:4:\"0:06\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1739351391;}'),
(25912, 2995, '_wp_attached_file', '2025/02/hy-bg-a.png'),
(25913, 2995, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:322;s:6:\"height\";i:485;s:4:\"file\";s:19:\"2025/02/hy-bg-a.png\";s:8:\"filesize\";i:304960;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hy-bg-a-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hy-bg-a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25914, 2996, '_wp_attached_file', '2025/02/hy-bg-a-b.png'),
(25915, 2996, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:325;s:6:\"height\";i:565;s:4:\"file\";s:21:\"2025/02/hy-bg-a-b.png\";s:8:\"filesize\";i:319729;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hy-bg-a-b-173x300.png\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hy-bg-a-b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25951, 3001, '_wp_attached_file', '2025/02/Hydrafacial-video-c.mp4'),
(25952, 3001, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:761436;s:8:\"filesize\";i:631669;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1739351554;}'),
(26093, 3018, '_wp_attached_file', '2025/02/Facials-video-a.mp4'),
(26094, 3018, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:458477;s:8:\"filesize\";i:322828;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:6;s:16:\"length_formatted\";s:4:\"0:06\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1739351197;}'),
(26095, 3019, '_wp_attached_file', '2025/02/Classic-Custom-Facials-bg-a.png'),
(26096, 3019, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:322;s:6:\"height\";i:550;s:4:\"file\";s:39:\"2025/02/Classic-Custom-Facials-bg-a.png\";s:8:\"filesize\";i:331678;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Classic-Custom-Facials-bg-a-176x300.png\";s:5:\"width\";i:176;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Classic-Custom-Facials-bg-a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39471;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26097, 3020, '_wp_attached_file', '2025/02/Facials-video-d.mp4'),
(26098, 3020, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:998099;s:8:\"filesize\";i:1595636;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1739351682;}'),
(26107, 3022, '_wp_attached_file', '2025/02/Classic-Custom-Facials-bg-b.png'),
(26108, 3022, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:317;s:6:\"height\";i:536;s:4:\"file\";s:39:\"2025/02/Classic-Custom-Facials-bg-b.png\";s:8:\"filesize\";i:167705;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Classic-Custom-Facials-bg-b-177x300.png\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Classic-Custom-Facials-bg-b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20583;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26141, 3026, '_elementor_edit_mode', 'builder'),
(26142, 3026, '_elementor_template_type', 'container'),
(26143, 3026, '_elementor_version', '3.27.2'),
(26144, 3026, '_elementor_pro_version', '3.25.4'),
(26149, 3026, '_wp_page_template', 'default'),
(26150, 3026, '_elementor_data', '[{\"id\":\"6b56c695\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1eb1501e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"a7476fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793de91a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(26158, 3026, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}}'),
(26660, 3077, '_wp_attached_file', '2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png'),
(26661, 3077, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png\";s:8:\"filesize\";i:289205;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90001;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:806675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:483415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26662, 3078, '_wp_attached_file', '2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png'),
(26663, 3078, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png\";s:8:\"filesize\";i:277434;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92075;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:826061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:492132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26664, 3079, '_wp_attached_file', '2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png'),
(26665, 3079, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png\";s:8:\"filesize\";i:432824;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"D292960C-2419-4E1A-BDF6-4CCC9FC24665-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103312;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"D292960C-2419-4E1A-BDF6-4CCC9FC24665-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1141014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"D292960C-2419-4E1A-BDF6-4CCC9FC24665-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"D292960C-2419-4E1A-BDF6-4CCC9FC24665-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:670664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26676, 3081, '_wp_attached_file', '2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png'),
(26677, 3081, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png\";s:8:\"filesize\";i:288699;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95308;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:860010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28633;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:514574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26678, 3082, '_wp_attached_file', '2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png'),
(26679, 3082, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png\";s:8:\"filesize\";i:268299;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"F2FF3B1F-CE83-41A3-B719-824E816B132C-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91283;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"F2FF3B1F-CE83-41A3-B719-824E816B132C-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:839198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"F2FF3B1F-CE83-41A3-B719-824E816B132C-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"F2FF3B1F-CE83-41A3-B719-824E816B132C-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:497064;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26680, 3083, '_wp_attached_file', '2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png'),
(26681, 3083, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png\";s:8:\"filesize\";i:304393;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78891;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:777829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22920;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:456704;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26682, 3084, '_wp_attached_file', '2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png'),
(26683, 3084, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png\";s:8:\"filesize\";i:375657;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114814;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1022859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:625230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26800, 3098, '_wp_attached_file', '2025/02/tatto-removal-img.jpg'),
(26801, 3098, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/02/tatto-removal-img.jpg\";s:8:\"filesize\";i:210451;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"tatto-removal-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20968;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"tatto-removal-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"tatto-removal-img-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106339;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26802, 3099, '_wp_attached_file', '2025/02/tatto-removal-img-2.jpg'),
(26803, 3099, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/02/tatto-removal-img-2.jpg\";s:8:\"filesize\";i:209666;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-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:24833;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"tatto-removal-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-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:8473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26804, 3100, '_wp_attached_file', '2025/02/tatto-removal-img-3.jpg'),
(26805, 3100, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/02/tatto-removal-img-3.jpg\";s:8:\"filesize\";i:155629;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-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:21493;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"tatto-removal-img-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-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:8133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"tatto-removal-img-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26834, 3104, '_wp_attached_file', '2025/02/Microneedling-img-1.jpg'),
(26835, 3104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/02/Microneedling-img-1.jpg\";s:8:\"filesize\";i:172450;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-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:20400;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Microneedling-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-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:7448;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-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:93616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26836, 3105, '_wp_attached_file', '2025/02/Microneedling-img-2.jpg'),
(26837, 3105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/02/Microneedling-img-2.jpg\";s:8:\"filesize\";i:201410;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-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:22639;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Microneedling-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-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:8716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Microneedling-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98587;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26890, 3113, '_wp_attached_file', '2025/02/botox-img-1.jpg'),
(26891, 3113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-1.jpg\";s:8:\"filesize\";i:206798;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:22807;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:8256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-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:104763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26892, 3114, '_wp_attached_file', '2025/02/botox-img-2.jpg'),
(26893, 3114, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-2.jpg\";s:8:\"filesize\";i:196243;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:21621;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7915;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98593;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26894, 3115, '_wp_attached_file', '2025/02/botox-img-3.jpg'),
(26895, 3115, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-3.jpg\";s:8:\"filesize\";i:189995;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:20911;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26896, 3116, '_wp_attached_file', '2025/02/botox-img-4.jpg'),
(26897, 3116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-4.jpg\";s:8:\"filesize\";i:243798;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:21907;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26898, 3117, '_wp_attached_file', '2025/02/botox-img-5.jpg'),
(26899, 3117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-5.jpg\";s:8:\"filesize\";i:167382;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:20402;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7568;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89343;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26900, 3118, '_wp_attached_file', '2025/02/botox-img-6.jpg'),
(26901, 3118, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-6.jpg\";s:8:\"filesize\";i:187904;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:23707;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26902, 3119, '_wp_attached_file', '2025/02/botox-img-7.jpg'),
(26903, 3119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-7.jpg\";s:8:\"filesize\";i:142946;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:18282;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:6838;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26904, 3120, '_wp_attached_file', '2025/02/botox-img-8.jpg'),
(26905, 3120, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-8.jpg\";s:8:\"filesize\";i:214905;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:23289;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-8-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177379;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:8534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26906, 3121, '_wp_attached_file', '2025/02/botox-img-9.jpg'),
(26907, 3121, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/02/botox-img-9.jpg\";s:8:\"filesize\";i:222298;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"botox-img-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:20797;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"botox-img-9-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"botox-img-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:7636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"botox-img-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26908, 3122, '_wp_attached_file', '2025/02/botox-img-10.jpg'),
(26909, 3122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/02/botox-img-10.jpg\";s:8:\"filesize\";i:226781;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"botox-img-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:22069;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"botox-img-10-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"botox-img-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:7834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"botox-img-10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27004, 3133, '_wp_attached_file', '2025/02/Vein-removal-img-1.jpg'),
(27005, 3133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2025/02/Vein-removal-img-1.jpg\";s:8:\"filesize\";i:252092;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:18225;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Vein-removal-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:5904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:114399;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27006, 3134, '_wp_attached_file', '2025/02/Vein-removal-img-2.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(27007, 3134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2025/02/Vein-removal-img-2.jpg\";s:8:\"filesize\";i:229404;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:21105;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Vein-removal-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:6650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27008, 3135, '_wp_attached_file', '2025/02/Vein-removal-img-3.jpg'),
(27009, 3135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2025/02/Vein-removal-img-3.jpg\";s:8:\"filesize\";i:149259;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:17520;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Vein-removal-img-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-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:6313;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Vein-removal-img-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27034, 3139, '_wp_attached_file', '2025/02/Sculptra-img-1.jpg'),
(27035, 3139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/Sculptra-img-1.jpg\";s:8:\"filesize\";i:124297;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:19842;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Sculptra-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:7243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:76795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27036, 3140, '_wp_attached_file', '2025/02/Sculptra-img-2.jpg'),
(27037, 3140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/Sculptra-img-2.jpg\";s:8:\"filesize\";i:124297;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:19842;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Sculptra-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:7243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27038, 3141, '_wp_attached_file', '2025/02/Sculptra-img-3.jpg'),
(27039, 3141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/Sculptra-img-3.jpg\";s:8:\"filesize\";i:118681;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:19068;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Sculptra-img-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:7001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27040, 3142, '_wp_attached_file', '2025/02/Sculptra-img-4.jpg'),
(27041, 3142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/Sculptra-img-4.jpg\";s:8:\"filesize\";i:120488;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:19614;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Sculptra-img-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:7163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27042, 3143, '_wp_attached_file', '2025/02/Sculptra-img-5.jpg'),
(27043, 3143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/Sculptra-img-5.jpg\";s:8:\"filesize\";i:139633;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:21387;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Sculptra-img-5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129401;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-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:7505;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sculptra-img-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27074, 3147, '_wp_attached_file', '2025/02/Hair-Loss-Therapy-img-1-1.jpg'),
(27075, 3147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2025/02/Hair-Loss-Therapy-img-1-1.jpg\";s:8:\"filesize\";i:308766;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-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:26623;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Hair-Loss-Therapy-img-1-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-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:7926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-1-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:134880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27076, 3148, '_wp_attached_file', '2025/02/Hair-Loss-Therapy-img-1-2.jpg'),
(27077, 3148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2025/02/Hair-Loss-Therapy-img-1-2.jpg\";s:8:\"filesize\";i:308766;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26623;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Hair-Loss-Therapy-img-1-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-1-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27078, 3149, '_wp_attached_file', '2025/02/Hair-Loss-Therapy-img-2-1.jpg'),
(27079, 3149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2025/02/Hair-Loss-Therapy-img-2-1.jpg\";s:8:\"filesize\";i:391648;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-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:30848;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Hair-Loss-Therapy-img-2-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-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:8464;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Hair-Loss-Therapy-img-2-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:181433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27176, 3162, '_wp_attached_file', '2025/02/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png'),
(27177, 3162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png\";s:8:\"filesize\";i:556844;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"1C9A53A2-A184-4A49-BC1F-D2432A8A4F85-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143395;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"1C9A53A2-A184-4A49-BC1F-D2432A8A4F85-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1570202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"1C9A53A2-A184-4A49-BC1F-D2432A8A4F85-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"1C9A53A2-A184-4A49-BC1F-D2432A8A4F85-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:905411;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27178, 3163, '_wp_attached_file', '2025/02/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg'),
(27179, 3163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg\";s:8:\"filesize\";i:96501;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15128;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4889;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78196;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27180, 3164, '_wp_attached_file', '2025/02/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg'),
(27181, 3164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg\";s:8:\"filesize\";i:105003;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2E46D101-7024-4258-A8D3-B4F6193622CD-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17430;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2E46D101-7024-4258-A8D3-B4F6193622CD-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2E46D101-7024-4258-A8D3-B4F6193622CD-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5729;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"2E46D101-7024-4258-A8D3-B4F6193622CD-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27182, 3165, '_wp_attached_file', '2025/02/6AA48899-D998-49D4-971B-68002E2F1B77.png'),
(27183, 3165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/6AA48899-D998-49D4-971B-68002E2F1B77.png\";s:8:\"filesize\";i:453782;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"6AA48899-D998-49D4-971B-68002E2F1B77-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134254;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"6AA48899-D998-49D4-971B-68002E2F1B77-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1404811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"6AA48899-D998-49D4-971B-68002E2F1B77-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38377;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"6AA48899-D998-49D4-971B-68002E2F1B77-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:815911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27184, 3166, '_wp_attached_file', '2025/02/07B4BAED-65DE-496D-BB70-B49D388D28A4.png'),
(27185, 3166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/07B4BAED-65DE-496D-BB70-B49D388D28A4.png\";s:8:\"filesize\";i:418856;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"07B4BAED-65DE-496D-BB70-B49D388D28A4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110854;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"07B4BAED-65DE-496D-BB70-B49D388D28A4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1133653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"07B4BAED-65DE-496D-BB70-B49D388D28A4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30562;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"07B4BAED-65DE-496D-BB70-B49D388D28A4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:674353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27186, 3167, '_wp_attached_file', '2025/02/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png'),
(27187, 3167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png\";s:8:\"filesize\";i:501625;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"40C2D325-5BF3-4624-95E8-0ADB1AA01623-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139266;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"40C2D325-5BF3-4624-95E8-0ADB1AA01623-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1433383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"40C2D325-5BF3-4624-95E8-0ADB1AA01623-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38430;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"40C2D325-5BF3-4624-95E8-0ADB1AA01623-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:826669;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27188, 3168, '_wp_attached_file', '2025/02/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg'),
(27189, 3168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg\";s:8:\"filesize\";i:128473;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"61DFDAFA-7931-4734-AC57-D58D5942C035-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19664;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"61DFDAFA-7931-4734-AC57-D58D5942C035-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"61DFDAFA-7931-4734-AC57-D58D5942C035-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"61DFDAFA-7931-4734-AC57-D58D5942C035-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102237;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27190, 3169, '_wp_attached_file', '2025/02/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png'),
(27191, 3169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png\";s:8:\"filesize\";i:474485;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124658;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1319768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34689;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:757973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27192, 3170, '_wp_attached_file', '2025/02/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg'),
(27193, 3170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg\";s:8:\"filesize\";i:79363;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"099D287F-1822-4ADF-AEF6-BD1C121B8569-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15200;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"099D287F-1822-4ADF-AEF6-BD1C121B8569-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"099D287F-1822-4ADF-AEF6-BD1C121B8569-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5341;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"099D287F-1822-4ADF-AEF6-BD1C121B8569-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27194, 3171, '_wp_attached_file', '2025/02/100F33C3-B8A2-4B28-807C-101E72D9F00F.png'),
(27195, 3171, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/100F33C3-B8A2-4B28-807C-101E72D9F00F.png\";s:8:\"filesize\";i:468142;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"100F33C3-B8A2-4B28-807C-101E72D9F00F-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123051;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"100F33C3-B8A2-4B28-807C-101E72D9F00F-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1297112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"100F33C3-B8A2-4B28-807C-101E72D9F00F-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34869;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"100F33C3-B8A2-4B28-807C-101E72D9F00F-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:748622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27196, 3172, '_wp_attached_file', '2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png'),
(27197, 3172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png\";s:8:\"filesize\";i:498605;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134752;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1466167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:843474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27198, 3173, '_wp_attached_file', '2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7.png'),
(27199, 3173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7.png\";s:8:\"filesize\";i:464666;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"48595A0E-91E1-4751-8B7B-32E0176773E7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134532;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"48595A0E-91E1-4751-8B7B-32E0176773E7-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1310252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"48595A0E-91E1-4751-8B7B-32E0176773E7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"48595A0E-91E1-4751-8B7B-32E0176773E7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:779391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27200, 3174, '_wp_attached_file', '2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg'),
(27201, 3174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg\";s:8:\"filesize\";i:101035;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18746;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6342;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27202, 3175, '_wp_attached_file', '2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A.png'),
(27203, 3175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A.png\";s:8:\"filesize\";i:490761;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"A923CD61-7DBE-4776-A689-12E74E1A739A-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124242;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"A923CD61-7DBE-4776-A689-12E74E1A739A-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1341703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"A923CD61-7DBE-4776-A689-12E74E1A739A-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"A923CD61-7DBE-4776-A689-12E74E1A739A-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:766693;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27214, 3177, '_wp_attached_file', '2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png'),
(27215, 3177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png\";s:8:\"filesize\";i:506184;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128923;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1344894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37619;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:771326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27216, 3178, '_wp_attached_file', '2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png'),
(27217, 3178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png\";s:8:\"filesize\";i:366843;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106700;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1052350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:618373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27218, 3179, '_wp_attached_file', '2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg'),
(27219, 3179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg\";s:8:\"filesize\";i:90650;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17737;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27220, 3180, '_wp_attached_file', '2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410.png'),
(27221, 3180, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410.png\";s:8:\"filesize\";i:455543;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"FC7A3269-DC6E-4B59-9E67-F80039738410-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134023;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"FC7A3269-DC6E-4B59-9E67-F80039738410-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1343072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"FC7A3269-DC6E-4B59-9E67-F80039738410-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"FC7A3269-DC6E-4B59-9E67-F80039738410-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:786969;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27222, 3181, '_wp_attached_file', '2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg'),
(27223, 3181, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg\";s:8:\"filesize\";i:120178;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17934;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95665;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27224, 3182, '_wp_attached_file', '2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg'),
(27225, 3182, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg\";s:8:\"filesize\";i:126841;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19910;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27253, 3186, '_wp_attached_file', '2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1.jpeg'),
(27254, 3186, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:51:\"2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1.jpeg\";s:8:\"filesize\";i:120178;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-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:17934;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-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:5878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95665;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27255, 3187, '_wp_attached_file', '2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1.jpeg'),
(27256, 3187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:51:\"2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1.jpeg\";s:8:\"filesize\";i:126841;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-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:19910;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-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:6584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27257, 3188, '_wp_attached_file', '2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1.png'),
(27258, 3188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1.png\";s:8:\"filesize\";i:498605;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-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:134752;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1466167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-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:37124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:843474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27259, 3189, '_wp_attached_file', '2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7-1.png'),
(27260, 3189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7-1.png\";s:8:\"filesize\";i:464666;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"48595A0E-91E1-4751-8B7B-32E0176773E7-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:134532;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"48595A0E-91E1-4751-8B7B-32E0176773E7-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1310252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"48595A0E-91E1-4751-8B7B-32E0176773E7-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:38261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"48595A0E-91E1-4751-8B7B-32E0176773E7-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:779391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27261, 3190, '_wp_attached_file', '2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E-1.jpeg'),
(27262, 3190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:51:\"2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E-1.jpeg\";s:8:\"filesize\";i:101035;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-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:18746;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-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:6342;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"84765ADA-BF8A-44F8-B03E-0122AF44472E-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27263, 3191, '_wp_attached_file', '2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A-1.png');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(27264, 3191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A-1.png\";s:8:\"filesize\";i:490761;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"A923CD61-7DBE-4776-A689-12E74E1A739A-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:124242;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"A923CD61-7DBE-4776-A689-12E74E1A739A-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1341703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"A923CD61-7DBE-4776-A689-12E74E1A739A-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:34953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"A923CD61-7DBE-4776-A689-12E74E1A739A-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:766693;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27265, 3192, '_wp_attached_file', '2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1.png'),
(27266, 3192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1.png\";s:8:\"filesize\";i:506184;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-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:128923;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1344894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-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:37619;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:771326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27267, 3193, '_wp_attached_file', '2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1.png'),
(27268, 3193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1.png\";s:8:\"filesize\";i:366843;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-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:106700;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1052350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-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:30491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:618373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27269, 3194, '_wp_attached_file', '2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1.jpeg'),
(27270, 3194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:51:\"2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1.jpeg\";s:8:\"filesize\";i:90650;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-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:17737;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-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:6009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27271, 3195, '_wp_attached_file', '2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410-1.png'),
(27272, 3195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410-1.png\";s:8:\"filesize\";i:455543;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FC7A3269-DC6E-4B59-9E67-F80039738410-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:134023;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"FC7A3269-DC6E-4B59-9E67-F80039738410-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1343072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FC7A3269-DC6E-4B59-9E67-F80039738410-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:38001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"FC7A3269-DC6E-4B59-9E67-F80039738410-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:786969;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27338, 3203, '_wp_attached_file', '2025/02/Korean-glass-skin-img-2.jpg'),
(27339, 3203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2025/02/Korean-glass-skin-img-2.jpg\";s:8:\"filesize\";i:199966;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-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:22312;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Korean-glass-skin-img-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-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:7959;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27340, 3204, '_wp_attached_file', '2025/02/Korean-glass-skin-img-33.jpg'),
(27341, 3204, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2025/02/Korean-glass-skin-img-33.jpg\";s:8:\"filesize\";i:175169;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-33-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24670;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Korean-glass-skin-img-33-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-33-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27342, 3205, '_wp_attached_file', '2025/02/Korean-glass-skin-img-34.jpg'),
(27343, 3205, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2025/02/Korean-glass-skin-img-34.jpg\";s:8:\"filesize\";i:128432;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-34-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22189;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Korean-glass-skin-img-34-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Korean-glass-skin-img-34-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27344, 3206, '_wp_attached_file', '2025/02/Korean-glass-skin-img-1.jpg'),
(27345, 3206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2025/02/Korean-glass-skin-img-1.jpg\";s:8:\"filesize\";i:174138;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-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:19438;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Korean-glass-skin-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-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:7348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Korean-glass-skin-img-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:87701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27381, 3211, '_wp_attached_file', '2025/02/filler-before-after-extra.jpg'),
(27382, 3211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2025/02/filler-before-after-extra.jpg\";s:8:\"filesize\";i:216226;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"filler-before-after-extra-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23151;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"filler-before-after-extra-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"filler-before-after-extra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"filler-before-after-extra-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27433, 3218, '_wp_attached_file', '2025/02/filler-img.jpg'),
(27434, 3218, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2025/02/filler-img.jpg\";s:8:\"filesize\";i:66603;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"filler-img-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18601;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"filler-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27459, 3222, '_wp_attached_file', '2025/02/Testosterone-Therapy-img-1.jpg'),
(27460, 3222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:38:\"2025/02/Testosterone-Therapy-img-1.jpg\";s:8:\"filesize\";i:49582;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Testosterone-Therapy-img-1-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Testosterone-Therapy-img-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:6209;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27491, 3226, '_wp_attached_file', '2025/02/Womens-Hormone-Therapy-img.jpg'),
(27492, 3226, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:38:\"2025/02/Womens-Hormone-Therapy-img.jpg\";s:8:\"filesize\";i:75858;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Womens-Hormone-Therapy-img-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Womens-Hormone-Therapy-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27523, 3230, '_wp_attached_file', '2025/02/PRP-img-4.jpg'),
(27524, 3230, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2025/02/PRP-img-4.jpg\";s:8:\"filesize\";i:52557;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PRP-img-4-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PRP-img-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:7245;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27557, 3234, '_wp_attached_file', '2025/02/Botox-cover-img.jpg'),
(27558, 3234, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2025/02/Botox-cover-img.jpg\";s:8:\"filesize\";i:69943;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Botox-cover-img-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Botox-cover-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8249;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27589, 3238, '_wp_attached_file', '2025/02/facials-img-new.jpg'),
(27590, 3238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2025/02/facials-img-new.jpg\";s:8:\"filesize\";i:76156;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"facials-img-new-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"facials-img-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27621, 3242, '_wp_attached_file', '2025/02/Aesthetic-Partner-img.jpg'),
(27622, 3242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:33:\"2025/02/Aesthetic-Partner-img.jpg\";s:8:\"filesize\";i:73632;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Aesthetic-Partner-img-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Aesthetic-Partner-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27697, 3252, '_wp_attached_file', '2025/02/rsw_600h_600cg_true.webp'),
(27698, 3252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2025/02/rsw_600h_600cg_true.webp\";s:8:\"filesize\";i:27582;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"rsw_600h_600cg_true-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"rsw_600h_600cg_true-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27765, 3260, '_wp_attached_file', '2025/02/Movement-img.jpg'),
(27766, 3260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:24:\"2025/02/Movement-img.jpg\";s:8:\"filesize\";i:75400;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Movement-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Movement-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27863, 3273, '_wp_attached_file', '2025/02/Brad-Arneson-img.jpg'),
(27864, 3273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2025/02/Brad-Arneson-img.jpg\";s:8:\"filesize\";i:59190;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Brad-Arneson-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Brad-Arneson-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6775;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27921, 3281, '_wp_attached_file', '2025/02/Advanced-Body-Contouring-img.jpg'),
(27922, 3281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2025/02/Advanced-Body-Contouring-img.jpg\";s:8:\"filesize\";i:31773;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Advanced-Body-Contouring-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Advanced-Body-Contouring-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27967, 3286, '_wp_attached_file', '2025/02/iv-therapy-img.jpg'),
(27968, 3286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2025/02/iv-therapy-img.jpg\";s:8:\"filesize\";i:41806;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"iv-therapy-img-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"iv-therapy-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27969, 3287, '_wp_attached_file', '2025/02/iv-bag.jpg'),
(27970, 3287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2025/02/iv-bag.jpg\";s:8:\"filesize\";i:48804;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"iv-bag-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"iv-bag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28255, 3318, '_wp_attached_file', '2025/02/Classic-Custom-Facials-img.jpg'),
(28256, 3318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/02/Classic-Custom-Facials-img.jpg\";s:8:\"filesize\";i:54129;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Classic-Custom-Facials-img-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Classic-Custom-Facials-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7163;}s:25:\"elementor_custom_1024x624\";a:4:{s:4:\"file\";s:55:\"elementor/thumbs/Classic-Custom-Facials-img-150x150.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"elementor_custom_1024x1024\";a:4:{s:4:\"file\";s:55:\"elementor/thumbs/Classic-Custom-Facials-img-150x150.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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:{}}}'),
(28257, 3319, '_wp_attached_file', '2025/02/Classic-Custom-Facials-img-33.jpg'),
(28258, 3319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2025/02/Classic-Custom-Facials-img-33.jpg\";s:8:\"filesize\";i:55313;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Classic-Custom-Facials-img-33-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Classic-Custom-Facials-img-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28287, 3323, '_wp_attached_file', '2025/02/2.jpg'),
(28288, 3323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2025/02/2.jpg\";s:8:\"filesize\";i:44733;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28289, 3324, '_wp_attached_file', '2025/02/1.jpg'),
(28290, 3324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2025/02/1.jpg\";s:8:\"filesize\";i:51137;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28319, 3328, '_wp_attached_file', '2025/02/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg'),
(28320, 3328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:49:\"2025/02/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg\";s:8:\"filesize\";i:52815;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8-300x176.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17111;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617894159\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28321, 3329, '_wp_attached_file', '2025/02/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg'),
(28322, 3329, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:333;s:4:\"file\";s:49:\"2025/02/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg\";s:8:\"filesize\";i:65864;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"C8B42D36-F74F-437D-89C2-EBB6D4092903-300x250.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"C8B42D36-F74F-437D-89C2-EBB6D4092903-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617894159\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28323, 3330, '_wp_attached_file', '2025/02/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg'),
(28324, 3330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:296;s:4:\"file\";s:49:\"2025/02/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg\";s:8:\"filesize\";i:42343;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"85E5D29F-3328-4EF3-9345-7FFA3644D4E7-300x222.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"85E5D29F-3328-4EF3-9345-7FFA3644D4E7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28325, 3331, '_wp_attached_file', '2025/02/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg'),
(28326, 3331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:296;s:4:\"file\";s:49:\"2025/02/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg\";s:8:\"filesize\";i:49540;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"DEF4C21A-4A3D-461F-9C1A-293CF203C5E6-300x222.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"DEF4C21A-4A3D-461F-9C1A-293CF203C5E6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28327, 3332, '_wp_attached_file', '2025/02/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg'),
(28328, 3332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:49:\"2025/02/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg\";s:8:\"filesize\";i:51726;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AFCF8B98-72EC-4095-97A2-DF290F5870F5-300x176.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AFCF8B98-72EC-4095-97A2-DF290F5870F5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617894159\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28329, 3333, '_wp_attached_file', '2025/02/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg'),
(28330, 3333, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:49:\"2025/02/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg\";s:8:\"filesize\";i:50004;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A-300x176.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28361, 3337, '_wp_attached_file', '2025/02/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png'),
(28362, 3337, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png\";s:8:\"filesize\";i:720374;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"AE2EC53D-FC1E-4ED0-B3C5-1091277D820A-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94408;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"AE2EC53D-FC1E-4ED0-B3C5-1091277D820A-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:605124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"AE2EC53D-FC1E-4ED0-B3C5-1091277D820A-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"AE2EC53D-FC1E-4ED0-B3C5-1091277D820A-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:394287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28363, 3338, '_wp_attached_file', '2025/02/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png'),
(28364, 3338, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png\";s:8:\"filesize\";i:636846;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"98DB2B75-5035-44FE-A3AD-F863B5ABC811-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86742;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"98DB2B75-5035-44FE-A3AD-F863B5ABC811-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:539305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"98DB2B75-5035-44FE-A3AD-F863B5ABC811-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30892;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"98DB2B75-5035-44FE-A3AD-F863B5ABC811-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28395, 3342, '_wp_attached_file', '2025/02/5658AD73-2162-4DA5-841B-D73342A8D185.png'),
(28396, 3342, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/5658AD73-2162-4DA5-841B-D73342A8D185.png\";s:8:\"filesize\";i:548137;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"5658AD73-2162-4DA5-841B-D73342A8D185-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148580;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"5658AD73-2162-4DA5-841B-D73342A8D185-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1617789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"5658AD73-2162-4DA5-841B-D73342A8D185-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39479;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"5658AD73-2162-4DA5-841B-D73342A8D185-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:935911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28407, 3344, '_wp_attached_file', '2025/02/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png'),
(28408, 3344, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png\";s:8:\"filesize\";i:364303;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"E2E3C282-5741-4D5A-8D63-B590F8D7BBCA-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108953;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"E2E3C282-5741-4D5A-8D63-B590F8D7BBCA-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1009682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"E2E3C282-5741-4D5A-8D63-B590F8D7BBCA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33377;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"E2E3C282-5741-4D5A-8D63-B590F8D7BBCA-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:574629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28409, 3345, '_wp_attached_file', '2025/02/EBF46819-9841-4098-AB31-6C2D27FD3933.png'),
(28410, 3345, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2025/02/EBF46819-9841-4098-AB31-6C2D27FD3933.png\";s:8:\"filesize\";i:487456;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"EBF46819-9841-4098-AB31-6C2D27FD3933-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124678;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"EBF46819-9841-4098-AB31-6C2D27FD3933-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1308467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"EBF46819-9841-4098-AB31-6C2D27FD3933-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"EBF46819-9841-4098-AB31-6C2D27FD3933-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:760569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28438, 3349, '_wp_attached_file', '2025/02/Microneedling-before-affds.jpg'),
(28439, 3349, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2025/02/Microneedling-before-affds.jpg\";s:8:\"filesize\";i:260582;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Microneedling-before-affds-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25399;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Microneedling-before-affds-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Microneedling-before-affds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Microneedling-before-affds-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28492, 3356, '_wp_attached_file', '2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg'),
(28493, 3356, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:854;s:6:\"height\";i:564;s:4:\"file\";s:49:\"2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg\";s:8:\"filesize\";i:61596;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"A5E19818-3CCE-416C-B94C-B9EDF7A44100-300x198.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"A5E19818-3CCE-416C-B94C-B9EDF7A44100-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"A5E19818-3CCE-416C-B94C-B9EDF7A44100-768x507.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28505, 3358, '_wp_attached_file', '2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg'),
(28506, 3358, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:49:\"2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg\";s:8:\"filesize\";i:175215;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17929;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12909;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47776;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-1536x1022.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126631;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-2048x1362.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28532, 3362, '_wp_attached_file', '2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(28533, 3362, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:732;s:6:\"height\";i:549;s:4:\"file\";s:49:\"2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg\";s:8:\"filesize\";i:30462;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"92FC6274-5E65-4808-9D4E-F8EA773CFA36-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"92FC6274-5E65-4808-9D4E-F8EA773CFA36-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28593, 3368, '_wp_attached_file', '2025/03/vascular-treatment-to-spider-veins.jpg'),
(28594, 3368, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2025/03/vascular-treatment-to-spider-veins.jpg\";s:8:\"filesize\";i:54496;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"vascular-treatment-to-spider-veins-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"vascular-treatment-to-spider-veins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6131;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28636, 3373, '_wp_attached_file', '2025/03/rsw_600cg_true-8.jpeg'),
(28637, 3373, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-8.jpeg\";s:8:\"filesize\";i:46204;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-8-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28638, 3374, '_wp_attached_file', '2025/03/rsw_600cg_truem-3.jpeg'),
(28639, 3374, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2025/03/rsw_600cg_truem-3.jpeg\";s:8:\"filesize\";i:39896;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28640, 3375, '_wp_attached_file', '2025/03/rsw_600cg_true-7.jpeg'),
(28641, 3375, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-7.jpeg\";s:8:\"filesize\";i:30543;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-7-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28642, 3376, '_wp_attached_file', '2025/03/rsw_600cg_true-6.jpeg'),
(28643, 3376, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-6.jpeg\";s:8:\"filesize\";i:50247;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-6-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28644, 3377, '_wp_attached_file', '2025/03/rsw_600cg_truem-2.jpeg'),
(28645, 3377, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2025/03/rsw_600cg_truem-2.jpeg\";s:8:\"filesize\";i:40307;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-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:14893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-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:6616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28646, 3378, '_wp_attached_file', '2025/03/rsw_600cg_truem-1.jpeg'),
(28647, 3378, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2025/03/rsw_600cg_truem-1.jpeg\";s:8:\"filesize\";i:41375;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-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:13223;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"rsw_600cg_truem-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:4935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28648, 3379, '_wp_attached_file', '2025/03/rsw_600cg_true-2.jpeg'),
(28649, 3379, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-2.jpeg\";s:8:\"filesize\";i:43410;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-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:15017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-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:5751;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28650, 3380, '_wp_attached_file', '2025/03/rsw_600cg_true-3.jpeg'),
(28651, 3380, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-3.jpeg\";s:8:\"filesize\";i:37088;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13664;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28652, 3381, '_wp_attached_file', '2025/03/rsw_600cg_true-4.jpeg'),
(28653, 3381, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-4.jpeg\";s:8:\"filesize\";i:49483;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-4-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:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28654, 3382, '_wp_attached_file', '2025/03/rsw_600cg_true-5.jpeg'),
(28655, 3382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-5.jpeg\";s:8:\"filesize\";i:42723;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-5-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28656, 3383, '_wp_attached_file', '2025/03/rsw_600cg_true-1.jpeg'),
(28657, 3383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2025/03/rsw_600cg_true-1.jpeg\";s:8:\"filesize\";i:47308;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-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:15902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"rsw_600cg_true-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:5864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28658, 3384, '_wp_attached_file', '2025/03/rsw_600cg_truem.jpeg'),
(28659, 3384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2025/03/rsw_600cg_truem.jpeg\";s:8:\"filesize\";i:47098;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"rsw_600cg_truem-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"rsw_600cg_truem-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28660, 3385, '_wp_attached_file', '2025/03/rsw_600cg_true.jpeg'),
(28661, 3385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2025/03/rsw_600cg_true.jpeg\";s:8:\"filesize\";i:49705;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"rsw_600cg_true-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"rsw_600cg_true-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(28711, 3392, '_wp_attached_file', '2025/03/video6.mp4'),
(28712, 3392, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1334174;s:8:\"filesize\";i:1500575;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740809042;}'),
(28723, 3394, '_wp_attached_file', '2025/03/1.jpg'),
(28724, 3394, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:397;s:6:\"height\";i:714;s:4:\"file\";s:13:\"2025/03/1.jpg\";s:8:\"filesize\";i:48491;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28834, 3407, '_wp_attached_file', '2025/03/video2.mp4'),
(28835, 3407, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1399575;s:8:\"filesize\";i:1697558;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:10;s:16:\"length_formatted\";s:4:\"0:10\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740808770;}'),
(28836, 3408, '_wp_attached_file', '2025/03/2.jpg'),
(28837, 3408, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:399;s:6:\"height\";i:710;s:4:\"file\";s:13:\"2025/03/2.jpg\";s:8:\"filesize\";i:58847;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28838, 3409, '_wp_attached_file', '2025/03/video5.mp4'),
(28839, 3409, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1398630;s:8:\"filesize\";i:1098991;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:6;s:16:\"length_formatted\";s:4:\"0:06\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740808999;}'),
(28840, 3410, '_wp_attached_file', '2025/03/3.jpg'),
(28841, 3410, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:397;s:6:\"height\";i:711;s:4:\"file\";s:13:\"2025/03/3.jpg\";s:8:\"filesize\";i:50269;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28842, 3411, '_wp_attached_file', '2025/03/video1.mp4'),
(28843, 3411, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1570990;s:8:\"filesize\";i:945898;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740808677;}'),
(28844, 3412, '_wp_attached_file', '2025/03/4.jpg'),
(28845, 3412, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:397;s:6:\"height\";i:708;s:4:\"file\";s:13:\"2025/03/4.jpg\";s:8:\"filesize\";i:56803;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28846, 3413, '_wp_attached_file', '2025/03/video4.mp4'),
(28847, 3413, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1231009;s:8:\"filesize\";i:1461341;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740808962;}'),
(28848, 3414, '_wp_attached_file', '2025/03/5.jpg'),
(28849, 3414, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:399;s:6:\"height\";i:711;s:4:\"file\";s:13:\"2025/03/5.jpg\";s:8:\"filesize\";i:38352;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3809;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28860, 3416, '_wp_attached_file', '2025/03/video3.mp4'),
(28861, 3416, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1844983;s:8:\"filesize\";i:2944194;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740808919;}'),
(28862, 3417, '_wp_attached_file', '2025/03/6.jpg'),
(28863, 3417, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:398;s:6:\"height\";i:711;s:4:\"file\";s:13:\"2025/03/6.jpg\";s:8:\"filesize\";i:26498;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3077;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28897, 3422, '_wp_attached_file', '2025/03/video7.mp4'),
(28898, 3422, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1398380;s:8:\"filesize\";i:1635916;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1740809085;}'),
(28899, 3423, '_wp_attached_file', '2025/03/7.jpg'),
(28900, 3423, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:395;s:6:\"height\";i:707;s:4:\"file\";s:13:\"2025/03/7.jpg\";s:8:\"filesize\";i:36050;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:4366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29034, 3440, '_wp_attached_file', '2025/03/Image-ee.jpg'),
(29035, 3440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:20:\"2025/03/Image-ee.jpg\";s:8:\"filesize\";i:78071;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Image-ee-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Image-ee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6122;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Image-ee-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29088, 3447, '_wp_attached_file', '2025/03/Gold-Package-img-1.jpg'),
(29089, 3447, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2025/03/Gold-Package-img-1.jpg\";s:8:\"filesize\";i:71417;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Gold-Package-img-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Gold-Package-img-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:5890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Gold-Package-img-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45943;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29100, 3449, '_wp_attached_file', '2025/03/platinum-package-img.jpg'),
(29101, 3449, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2025/03/platinum-package-img.jpg\";s:8:\"filesize\";i:55172;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"platinum-package-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"platinum-package-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6027;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"platinum-package-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38459;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29127, 3453, '_wp_attached_file', '2025/03/diamond-package-img.jpg'),
(29128, 3453, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:31:\"2025/03/diamond-package-img.jpg\";s:8:\"filesize\";i:39018;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"diamond-package-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"diamond-package-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5309;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"diamond-package-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26857;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29181, 3460, '_wp_attached_file', '2025/03/Home-Hair-Solution-img.jpg'),
(29182, 3460, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2025/03/Home-Hair-Solution-img.jpg\";s:8:\"filesize\";i:53374;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Home-Hair-Solution-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Home-Hair-Solution-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5323;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Home-Hair-Solution-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29498, 3495, '_elementor_edit_mode', 'builder'),
(29499, 3495, '_elementor_template_type', 'page'),
(29500, 3495, '_elementor_version', '3.27.2'),
(29501, 3495, '_elementor_pro_version', '3.25.4'),
(29506, 3495, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(29507, 3495, '_elementor_data', '[{\"id\":\"6c25557d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"383d5053\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"64bd0a9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/red-light-thearpy.jpg\",\"id\":1332,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"19952018\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6c5aecba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Red Light \\n<span style=\\\"font-weight:800\\\">Therapy<\\/span> \\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e0d7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Red light therapy is a powerful, non-invasive treatment that boosts your skin\'s natural healing process, reduces inflammation, and stimulates collagen production for a radiant, youthful glow. Perfect for rejuvenating and revitalizing your skin.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b93d771\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule Your Session\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"760aaabd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d5ee5b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}]},\"elements\":[{\"id\":\"746af627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Radiant Renewal with Red <span style=\\\"font-weight:800\\\">Light Therapy!<\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dcff2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sessions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f4cc3b5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}]},\"elements\":[{\"id\":\"1e94b170\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2351d407\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"1 session\",\"table_subtitle\":\"\",\"table_price\":\"49\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $25\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"8b555e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"22c8c0ce\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"3 sessions\",\"table_subtitle\":\"\",\"table_price\":\"135\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $65\\n\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"2a87c27c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"141d849d\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"5 sessions\",\"table_subtitle\":\"\",\"table_price\":\"199\",\"table_original_price\":\"69\",\"table_duration\":\"\",\"table_features\":[{\"feature_text\":\"Wellness Members: $90\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"none\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_features_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"table_price_bg_color_normal\":\"globals\\/colors?id=astglobalcolor4\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d31afcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af26902\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3bcb2a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2456196\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6d0e75\"}]},\"elements\":[{\"id\":\"3c59686b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Treatment<\\/span> Enhancements\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a08f471\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34455459\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Elevate your experience with these exceptional options.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74379c6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52c556af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cc627b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2eb064f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"19db7a5\"}],\"pp_display_conditions\":[{\"_id\":\"11fa044\"}]},\"elements\":[{\"id\":\"27cbb994\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e6234b2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"eeee093\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc0a7b8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"cbf947d\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[{\"id\":\"23f7978\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Pro-aging Stem Cell Therapy\",\"item_description\":\"Elevate your skincare routine with AnteAGE Topical Stem Cells\\u2014self-applied for a transformative anti-aging experience that delivers glowing, rejuvenated skin during your session. Includes a two-step Anteage Serum and Accelerator Homecare kit for enhanced results.\\n\\n\",\"price\":\"$99\",\"link\":{\"url\":\"\"},\"_id\":\"bdd24cd\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d213cfb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true},{\"id\":\"16234e99\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e6234b2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"eeee093\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc0a7b8\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"cbf947d\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[{\"id\":\"28b6eed5\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Post-Procedure Glow\",\"item_description\":\"Complete your treatment with a regenerative boost\\u2014get 50% off when you add it to any Hydrafacial, Facial, Microneedling, Laser Therapy, PHYSIQ Body Contouring, IV Vitamin Therapy, or injections!\\n\\n\",\"price\":\"$25\",\"link\":{\"url\":\"\"},\"_id\":\"79e23ee\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d213cfb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50f1c3b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1cc627b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2eb064f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"19db7a5\"}],\"pp_display_conditions\":[{\"_id\":\"11fa044\"}]},\"elements\":[{\"id\":\"41dcdfa0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wellness Members including Hormone Therapy, Peptide Therapy, and Weight Loss Members.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"292a8e1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ca667ec\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a15fc16\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13d47dc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"96920e4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b6a34c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"173936da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4359f65\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f71ef\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eef0d02\"}],\"pp_display_conditions\":[{\"_id\":\"e44ceb6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2bac0dcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"a591df6\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2decc4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8s c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-b0 c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-b1 c1-b2 c1-b3 c1-1z c1-20 c1-21 c1-22 c1-d c1-b4 c1-b5 c1-b6 c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-b7 c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-8k c1-60 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Intro\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1c c1-1d c1-1e c1-1f c1-1g c1-1h c1-1i c1-1j c1-b c1-c c1-1o c1-1p c1-1q c1-1r c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\"><div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-2u c1-1t c1-am c1-15 c1-1v c1-1w c1-1x c1-1y c1-b c1-c c1-an c1-8s c1-8t c1-1z c1-20 c1-21 c1-22 c1-d c1-ao c1-8y c1-8z c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-81 c1-5q c1-b c1-34 c1-c c1-3k c1-d c1-ap c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"FAQ_SECTION_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"><p>Please reach us at\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-85 c1-26 c1-27 c1-6h c1-28 c1-8w c1-b c1-46 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:scheduling@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">scheduling@genesiswa.com<\\/a>\\u00a0if you cannot find an answer to your question.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"374a984\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c306262\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Red Light Therapy?\",\"_id\":\"533186d\",\"faq_answer\":\"<p>Red light therapy is a non-invasive treatment that uses low-level red light wavelengths to penetrate the skin, promoting cellular repair, reducing inflammation, and boosting collagen production for healthier, more radiant skin.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"How does Red Light Therapy work?\",\"faq_answer\":\"<p>Red light therapy works by delivering specific wavelengths of light to the skin, which stimulates cellular processes and encourages healing, rejuvenation, and improved skin texture.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"8e671cf\"},{\"tab_title\":\"What are the benefits of Red Light Therapy?\",\"faq_answer\":\"<p>Benefits include improved skin texture, reduced wrinkles and fine lines, increased collagen production, decreased inflammation, and enhanced overall skin tone and radiance.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"229d562\"},{\"tab_title\":\"Is Red Light Therapy safe?\",\"faq_answer\":\"<p>Yes, red light therapy is generally considered safe with minimal side effects. It is non-invasive and does not require downtime.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"6574ef0\"},{\"tab_title\":\"How long does a Red Light Therapy session take?\",\"faq_answer\":\"<p>Each session is 15 minutes serving as the perfect lunch break treatment.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"9894615\"},{\"tab_title\":\"How many sessions are needed to see results?\",\"faq_answer\":\"<p>Many patients notice improvements after just a few sessions, but optimal results are often seen after a series of treatments.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"c2e46bd\"},{\"tab_title\":\"How should I prepare for a Red Light Therapy session?\",\"faq_answer\":\"<p>There is no special preparation needed. Simply arrive with clean skin and avoid using any skincare products that may interfere with the treatment.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"e00f474\"},{\"tab_title\":\"Can Red Light Therapy be combined with other treatments?\",\"faq_answer\":\"<p>Yes, red light therapy can be combined with other treatments such as facials, microneedling, and injectables to enhance overall results.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"fff43ee\"},{\"tab_title\":\"How often should I get Red Light Therapy?\",\"faq_answer\":\"<p>Frequency depends on your individual needs and goals. Generally, for optimal results:<\\/p><ul><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8f c1-2h c1-4a c1-8g\\\">Initial Phase:<\\/strong>\\u00a0It\\u2019s common to start with 3-5 sessions per week for the first 4-6 weeks. This helps build up the skin\\u2019s response and enhances initial results.<\\/li><li><strong class=\\\"x-el x-el-span c1-23 c1-24 c1-b c1-8f c1-2h c1-4a c1-8g\\\">Maintenance Phase:<\\/strong>\\u00a0After the initial phase, many people shift to 1-2 sessions per week for ongoing maintenance and to sustain results.<\\/li><\\/ul><p>Your specific frequency might vary based on factors such as the condition being treated, your skin type, and your overall health goals. Always follow the recommendations of your provider for the best outcomes. Please feel free to ask\\u00a0<a class=\\\"x-el x-el-a c1-23 c1-24 c1-8j c1-26 c1-27 c1-6k c1-28 c1-8x c1-b c1-a8 c1-2e c1-2f c1-2g\\\" href=\\\"mailto:Support@genesiswa.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Support@genesiswa.com<\\/a>\\u00a0for more information.<\\/p>\",\"accordion_tab_default_active\":\"\",\"_id\":\"9ff1da3\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"faq_items__padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"question_typography_typography\":\"custom\",\"question_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"question_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":885,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"07a8366\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"\",\"question_text_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor5\",\"question_bg_color_active\":\"\",\"question_border_color_active\":\"\",\"toggle_icon_active_color\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor0\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"faq_items__padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"question_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_padding_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"answer_bg_color\":\"#F0F5FA\",\"answer_typography_typography\":\"custom\",\"answer_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"answer_padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28abb364\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":270,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c76d5fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"741e572c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you. <\\/span> \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bc0edf3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(29515, 3495, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:2:{s:11:\"table_title\";i:3;s:14:\"table_subtitle\";i:3;}s:15:\"section_pricing\";a:2:{s:11:\"table_price\";i:3;s:14:\"table_duration\";i:3;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:3;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:3;s:17:\"table_button_text\";i:3;s:4:\"link\";i:3;s:21:\"table_additional_info\";i:3;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:3;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(29548, 3501, '_elementor_edit_mode', 'builder'),
(29549, 3501, '_elementor_template_type', 'page'),
(29550, 3501, '_elementor_version', '3.27.2'),
(29551, 3501, '_elementor_pro_version', '3.25.4'),
(29556, 3501, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(29557, 3501, '_elementor_data', '[{\"id\":\"592a0f1e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"151b2321\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"456729cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6c39c5c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/patient-img.jpg\",\"id\":2794,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"64733475\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"569936db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Your Self-Investment\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"47ae372\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"536de108\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete Cost <span style=\\\"font-weight:800\\\">Transparency <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f81166a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p>We understand that the cost of achieving your wellness and aesthetic goals can be a concern. That\'s why we offer straightforward and flexible financing options with no hidden costs or fees, so you can get the treatment you deserve when you need it.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c6c9a05\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find out more\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17236134\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"4994b277\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"6f439eb0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6610600b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The gift of  <span style=\\\"font-weight:800\\\">self-care<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"787681e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p>Give the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve.\\u00a0<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b83bd44\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"63d576bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d5431bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/self-care.jpg\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"33ab1890\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_color\":\"#F0F5FA\",\"css_classes\":\"price_section\"},\"elements\":[{\"id\":\"31b37c20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"257ad145\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu \\/ Price List\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5101b510\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":50},\"css_classes\":\"price_section_style\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"57d5771e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7480ba7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9bfdb28\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0876ebc\"}],\"pp_display_conditions\":[{\"_id\":\"8b400e3\"}]},\"elements\":[{\"id\":\"c068052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Injectables\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"391b298f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer both in-person and virtual consultation options for many of our services with our licensed provider.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"7bfedea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"618beedc\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Botox (Per unit)\",\"price\":\"13\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Dysport (Per unit)\",\"item_description\":\"1u Botox equivalent to 3u Dysport\",\"price\":\"4.33\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Sculptra (Per vial)\",\"price\":\"700\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Restylane Fillers Per Syringe\",\"price\":\"645\",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"},{\"title\":\"Mini Lip Plump (Half Syringe)\",\"price\":\"450\",\"link\":{\"url\":\"#\"},\"_id\":\"06394a0\"},{\"title\":\"PRP Injections (Package of 3)\",\"item_description\":\"Minimum 3 recommended. One injection every month (Save $100). \",\"price\":\"1550\",\"link\":{\"url\":\"#\"},\"_id\":\"59619cb\"},{\"title\":\"PRP Injections (Single)\",\"price\":\"550\",\"link\":{\"url\":\"#\"},\"_id\":\"8d1a1f6\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"heading_typography_text_decoration\":\"none\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"price_typography_text_decoration\":\"none\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"29d3bbba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chemical Peels\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ebb9b8e\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"The Perfect Dermal Peel\",\"price\":\"325\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"The PD Peel + Plus Plus Booster\",\"price\":\"375\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"The PD Peel + Clear Acne Booster\",\"item_description\":\"Minimum 3 recommended. One injection every month (Save $100). \",\"price\":\"375\",\"link\":{\"url\":\"#\"},\"_id\":\"59619cb\"},{\"title\":\"The Pro Clinical Peel\",\"price\":\"125\",\"link\":{\"url\":\"#\"},\"_id\":\"8d1a1f6\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"2897772d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Monthly Membership Programs\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49396791\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our members receive exclusive discounts on body contouring services (See below).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"7bfedea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c040f68\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Glow Plus Membership\",\"item_description\":\"One Custom Facial Per Month<br>\\nUnlimited Red Light Therapy Access<br>\\n10 Glow Points Each Month<br>\\n10% off Select Medical-Grade Skincare<br>\\nBirthday Bonus: Free Facial Add-on<br>\\nHydrafacial Upgrades Available\",\"price\":\"199\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Glow Basic Membership\",\"item_description\":\"One Custom Facial Per Month<br>\\nOne Red Light Therapy Bed Session per Month<br>\\nHydrafacial Upgrades Available\",\"price\":\"99\",\"link\":{\"url\":\"#\"},\"_id\":\"02a7792\"},{\"title\":\"PHYSIQ Body Contouring Maintenance Program\",\"item_description\":\"Purchase a 5-session package to qualify for a monthly maintenance membership. <br>\\n1 maintenance treatment\\/month for $199\\/month.<br>\\nAdd 2nd area, get 2 maintenance treatments (1 on each area) for $299\\/month.<br>\\nAdd 3rd area, increase savings to $399\\/month, and so on.\",\"price\":\"199\",\"link\":{\"url\":\"#\"},\"_id\":\"95b6aac\"},{\"title\":\"Medical Weight Loss Program\",\"item_description\":\"Weekly virtual check-ins, lab monitoring, prescription service (medication not included), and follow-up visits.\",\"price\":\"245\",\"link\":{\"url\":\"#\"},\"_id\":\"7846d47\"},{\"title\":\"Lifestyle Program\",\"item_description\":\"Weekly virtual check-ins and follow-up visits.\",\"price\":\"195\",\"link\":{\"url\":\"#\"},\"_id\":\"187affe\"},{\"title\":\"Testosterone Optimization Therapy Program\",\"item_description\":\"Includes follow-up visits, lab monitoring, and prescription service (medication and supplies included).\",\"price\":\"195\",\"link\":{\"url\":\"#\"},\"_id\":\"7ca3723\"},{\"title\":\"Peptide Therapy Program\",\"item_description\":\"Includes follow-up visits, lab monitoring, and prescription service (medication and supplies not included). \",\"price\":\"195\",\"link\":{\"url\":\"#\"},\"_id\":\"a4b77b7\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"1fc1db0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pixel8 RF Microneedling\",\"pp_display_conditions\":[{\"_id\":\"c85f383\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"542cf52c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Individual\\/Package of 3<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"115dc06\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52492772\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Bronze Treatment (Stem cells)\",\"item_description\":\"Add Chest (+ 250)<br>\\nAdd Neck (+ 250)<br>\\nAdd Hands (+ 250)<br>\",\"price\":\"625\\/1,688\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Silver Treatment (Exosome Solution)\",\"item_description\":\"Add Chest (+ 250)<br>\\nAdd Neck (+ 250)<br>\\nAdd Hands (+ 250)<br>\",\"price\":\"695\\/1,877\",\"link\":{\"url\":\"#\"},\"_id\":\"02a7792\"},{\"title\":\"Gold Treatment (PRP)\",\"item_description\":\"Add Chest (+ 250)<br>\\nAdd Neck (+ 250)<br>\\nAdd Hands (+ 250)<br>\",\"price\":\"745\\/2012\",\"link\":{\"url\":\"#\"},\"_id\":\"95b6aac\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"500e58a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"IPL\",\"pp_display_conditions\":[{\"_id\":\"c85f383\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7cebfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Individual\\/Package of 3<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"115dc06\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3841d21d\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Full Face \",\"price\":\"350\\/945\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Partial Face (Cheeks + Nose) \",\"price\":\"250\\/675\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Face + Neck \",\"price\":\"495\\/1,335\",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"},{\"title\":\"Neck + Chest \",\"price\":\"400\\/1080\",\"link\":{\"url\":\"#\"},\"_id\":\"06394a0\"},{\"title\":\"Chest \",\"price\":\"300\\/810\",\"link\":{\"url\":\"#\"},\"_id\":\"8d1a1f6\"},{\"title\":\"Hands \",\"price\":\"250\\/675\",\"link\":{\"url\":\"#\"},\"_id\":\"e23b818\"},{\"title\":\"Hands + Forearms \",\"price\":\"400\\/1080\",\"link\":{\"url\":\"#\"},\"_id\":\"d7db364\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"765d3cda\",\"elType\":\"widget\",\"settings\":{\"title\":\"Erbium Resurfacing\",\"pp_display_conditions\":[{\"_id\":\"c85f383\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c28eb83\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Individual\\/Package of 3<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"115dc06\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a5cb0a8\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Face\",\"price\":\" 495\\/1,335\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Face + Neck \",\"price\":\"745\\/2,010\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Face + Neck + Decolletage\",\"price\":\" 995\\/2,685\",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"},{\"title\":\"Neck\",\"price\":\" 495\\/1,335\",\"link\":{\"url\":\"#\"},\"_id\":\"06394a0\"},{\"title\":\"Decolletage \",\"price\":\"495\\/1,335\",\"link\":{\"url\":\"#\"},\"_id\":\"8d1a1f6\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"3b9c7d9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Rejuvenation\",\"pp_display_conditions\":[{\"_id\":\"c85f383\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7089f34a\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Laser Vein Removal\",\"price\":\" 250\\/Standard Business Card (2 x 3.5 in)\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Tattoo Removal\",\"item_description\":\"5 Session Package (Save 10%)<br>\\n10 Session Package (Save 25%)\",\"price\":\"250\\/Standard Business Card (2 x 3.5 in)\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true},{\"id\":\"7a8a39f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7480ba7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9bfdb28\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0876ebc\"}],\"pp_display_conditions\":[{\"_id\":\"8b400e3\"}]},\"elements\":[{\"id\":\"1a88f303\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hydrafacial\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"247aee48\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Platinum Hydrafacial\",\"price\":\"299\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Deluxe Hydrafacial\",\"price\":\"275\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Signature Hydrafacial\",\"price\":\"195\",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"4dbe3a0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic Custom Facials\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78013693\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Cinnamon Ice Spice Facial\",\"item_description\":\"(IS Clinical Fire and Ice Facial)\",\"price\":\"149\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Golden Honey Glow Facial\",\"item_description\":\"1u Botox equivalent to 3u Dysport\",\"price\":\"129\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Harmony Facial\",\"price\":\"129\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"61623ff6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic Custom Facials\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5826a0b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer both in-person and virtual consultation options for many of our services with our licensed provider.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"7bfedea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5feac\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Aesthetic Consult (In-person or Virtual)\",\"item_description\":\"Consultation with our licensed provider for all aesthetic treatments including injectable, lasers, RF microneedling, and body contouring.\",\"price\":\"Free\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Lifestyle Program\",\"item_description\":\"Phone consultation with our licensed provider.\",\"price\":\"Free\",\"link\":{\"url\":\"#\"},\"_id\":\"02a7792\"},{\"title\":\"Testosterone Optimization\",\"item_description\":\"Consultation with our licensed provider + labs + follow-up.\",\"price\":\"199\",\"link\":{\"url\":\"#\"},\"_id\":\"95b6aac\"},{\"title\":\"Women\'s Hormone Therapy\",\"item_description\":\"Consultation with our licensed provider + labs + follow-up.\",\"price\":\"199\",\"link\":{\"url\":\"#\"},\"_id\":\"7846d47\"},{\"title\":\"Medical Weight Loss\",\"item_description\":\"Consultation with our licensed provider + labs + follow-up.\",\"price\":\"145\",\"link\":{\"url\":\"#\"},\"_id\":\"187affe\"},{\"title\":\"Peptide Therapy\",\"item_description\":\"Consultation with our licensed provider + labs + follow-up.\",\"price\":\"145\",\"link\":{\"url\":\"#\"},\"_id\":\"7ca3723\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"6984e4d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Korean Glass Skin Treatment\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c585e45\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"PRP Ultimate Glass Resurfacing\",\"price\":\"999\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"ExoGlow Glass Skin Facial\",\"item_description\":\"1u Botox equivalent to 3u Dysport\",\"price\":\"765\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"StemCell Radiance Renewal\",\"price\":\"665\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"2cf359af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Hair Reduction\",\"pp_display_conditions\":[{\"_id\":\"57e1220\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"300c99ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Individual\\/Package of 6 (Must have completed 6 sessions to purchase single session option)<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"7bfedea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79eb73b9\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Upper lip or Chin \",\"price\":\"195\\/900\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Face (Upper lip + Chin + Sideburns) \",\"price\":\"325\\/1500\",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Face + Beard \",\"price\":\"390\\/1800\",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"},{\"title\":\"Underarms \",\"price\":\"260\\/1200\",\"link\":{\"url\":\"#\"},\"_id\":\"06394a0\"},{\"title\":\"Upper or Lower Arms \",\"price\":\"390\\/1800\",\"link\":{\"url\":\"#\"},\"_id\":\"8d1a1f6\"},{\"title\":\"Full Arm\",\"price\":\" 780\\/3600\",\"link\":{\"url\":\"#\"},\"_id\":\"e23b818\"},{\"title\":\"Bikini \",\"price\":\"260\\/1200\",\"link\":{\"url\":\"#\"},\"_id\":\"d7db364\"},{\"title\":\"Buttocks \",\"price\":\"260\\/1200\",\"link\":{\"url\":\"#\"},\"_id\":\"511d943\"},{\"title\":\"Brazilian \",\"price\":\"325\\/1500\",\"link\":{\"url\":\"#\"},\"_id\":\"add9c82\"},{\"title\":\"Upper or Lower Legs\",\"price\":\" 520\\/2400\",\"link\":{\"url\":\"#\"},\"_id\":\"33c5d59\"},{\"title\":\"Full Legs \",\"price\":\"910\\/4200\",\"link\":{\"url\":\"#\"},\"_id\":\"94a57e7\"},{\"title\":\"Back\",\"price\":\" 650\\/3000\",\"link\":{\"url\":\"#\"},\"_id\":\"be6aa55\"},{\"title\":\"Chest or Abdomen \",\"price\":\"260\\/1200\",\"link\":{\"url\":\"#\"},\"_id\":\"555742d\"},{\"title\":\"Chest + Abdomen\",\"price\":\" 390\\/1800\",\"link\":{\"url\":\"#\"},\"_id\":\"a8dc6c5\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"e73e5a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHYSIQ Body Contouring\",\"pp_display_conditions\":[{\"_id\":\"c85f383\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60b98b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Treat with SDM (Fat Elimination), EMS (Build Muscle), or SDM\\/EMS - 5 sessions are recommended for optimal results. Schedule your free consultation with our licensed provider to discuss your goals, evaluate your body area(s), and receive a recommended treatment plan.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"115dc06\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cfdd00c\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Abdomen\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Abdomen (+ Flanks)\",\"item_description\":\"Single Sessions - 600<br>\\n5 Session Package (Save $300) - 2,700 \",\"link\":{\"url\":\"#\"},\"_id\":\"c79f29d\"},{\"title\":\"Buttocks\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"b3c771f\"},{\"title\":\"Buttocks (+ Flanks)\",\"item_description\":\"Single Sessions - 600<br>\\n5 Session Package (Save $300) - 2,700 \",\"link\":{\"url\":\"#\"},\"_id\":\"d377ed4\"},{\"title\":\"Flanks only (love handles)\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"2d987c9\"},{\"title\":\"Inner or Outer Thighs\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"e280943\"},{\"title\":\"Inner + Outer Thighs\",\"item_description\":\"Single Sessions - 600<br>\\n5 Session Package (Save $300) - 2,700 \",\"link\":{\"url\":\"#\"},\"_id\":\"a0bc72d\"},{\"title\":\"Hamstrings or Quadriceps\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"10eafaa\"},{\"title\":\"Hamstrings + Quads\",\"item_description\":\"Single Sessions - 600<\\/br>\\n5 Session Package (Save $300) - 2,700 \",\"link\":{\"url\":\"#\"},\"_id\":\"d89e5ad\"},{\"title\":\"Arms\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"ae61e6c\"},{\"title\":\"Calves\",\"item_description\":\"Single Sessions - 500<br>\\n5 Session Package (Save $250) - 2,250\",\"link\":{\"url\":\"#\"},\"_id\":\"93891b7\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"none\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"33328450\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24c2b33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0899d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55219ba\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2d8d73b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b5515bf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"36924684\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ea9b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"292be3b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddec175\"}],\"pp_display_conditions\":[{\"_id\":\"2ee841b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f52c4b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infusion<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4d1c4872\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ea9b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"292be3b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddec175\"}],\"pp_display_conditions\":[{\"_id\":\"2ee841b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"7ceede2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"43506895\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 500mg (4h)\",\"menu_price\":\"599\",\"_id\":\"066335b\",\"menu_description\":\"Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration.<br>\\nRenew NAD+ Package ($2,250, save $146) \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"26a6ad5a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d03dac2\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 500mg (4h)\",\"menu_price\":\"599\",\"_id\":\"066335b\",\"menu_description\":\"Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration.<br>\\nRenew NAD+ Package ($2,250, save $146) \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"2a0c394d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"1943d7e5\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Weight Loss (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"53dfeb38\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"740b6885\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Weight Loss (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"20309dc3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"73f0dc6d\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Anti-acid (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"9483e79\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"22f52b9d\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Immunity & Detox (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"42d68a18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"739b4748\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Allergy (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"7555a4f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a6c9bc4\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Allergy (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"2120cd22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"1832a771\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Myer\'s Mix (1h)\",\"menu_price\":\"199\",\"_id\":\"066335b\",\"menu_description\":\"Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"7775871d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d50aeba\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Glutathione 1,000 (15 min.)\",\"menu_price\":\"145\",\"_id\":\"066335b\",\"menu_description\":\"IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \\\"Hollywood Infusion\\\" for glowing skin. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"11eda297\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"4c1e7f9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ea9b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"292be3b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddec175\"}],\"pp_display_conditions\":[{\"_id\":\"2ee841b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"7f66ea48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"5067430\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nutrient Shot<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16202efc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2fe72472\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"3200cdcb\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Ketorolac\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"289b4056\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"10a91a9c\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Zofran\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A trusted medication for relieving nausea and vomiting, offering fast and effective relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"50fa0b8b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"403ffbeb\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"B12\",\"menu_price\":\"40\",\"_id\":\"066335b\",\"menu_description\":\"A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"60ddfe34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"4cfec5fb\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"B12\",\"menu_price\":\"40\",\"_id\":\"066335b\",\"menu_description\":\"A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"24aba6d0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ea9b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"292be3b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddec175\"}],\"pp_display_conditions\":[{\"_id\":\"2ee841b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"f17118d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"36a7566a\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ Treatment <span style=\\\"font-weight:800\\\"> options <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2280494f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5409491c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ea9b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"292be3b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddec175\"}],\"pp_display_conditions\":[{\"_id\":\"2ee841b\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}]},\"elements\":[{\"id\":\"1a4f86b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"4681a950\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Renew NAD+ Package ($2,250, save $146)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 500mg infusions\\n\\nEach 4 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"66c713a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"35c8ed1\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Revive NAD+ Package ($1,499, save $97)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 250mg infusions\\n\\nEach 2 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"d60ac4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"1abec51b\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 1,000mg vial ($495)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"5b5fc74c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true}},\"elements\":[{\"id\":\"63979bfd\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Single Infusion NAD+\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"NAD+ 250mg (2h) - $399 (Athletic\\/Anti-aging)<br>\\n\\nNAD+ 500mg (4h) - $599 (Neuroregenerative)\",\"original_price\":\"$69\",\"image_switch\":\"\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\",\"pp_condition_date_time_before_value\":\"2025-03-04 07:25\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"590a8598\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec12e4e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2369bf49\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(29565, 3501, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:43;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:38;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:43;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:43;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:26;s:18:\"animation_duration\";i:26;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:24;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:20;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:12;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:2;s:5:\"align\";i:1;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:13;}s:21:\"section_content_style\";a:1:{s:15:\"separator_style\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:13:\"pp-price-menu\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:18:\"section_price_menu\";a:4:{s:10:\"menu_items\";i:18;s:15:\"image_size_size\";i:18;s:21:\"title_price_connector\";i:18;s:15:\"title_separator\";i:18;}s:19:\"section_title_style\";a:1:{s:14:\"title_html_tag\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}}}}}'),
(29925, 3549, '_wp_attached_file', '2025/03/author-img.jpg'),
(29926, 3549, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2025/03/author-img.jpg\";s:8:\"filesize\";i:81469;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"author-img-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"author-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30041, 822, 'astra-migrate-meta-layouts', 'set'),
(30082, 3566, '_wp_attached_file', '2025/03/facial-video-1.mp4'),
(30083, 3566, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:1427493;s:8:\"filesize\";i:1318442;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:159845;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10406575520833333;}s:17:\"created_timestamp\";i:1740980475;}'),
(30084, 3567, '_wp_attached_file', '2025/03/facial-video.mp4'),
(30085, 3567, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:1397250;s:8:\"filesize\";i:1830756;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:160090;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10422526041666667;}s:17:\"created_timestamp\";i:1740980422;}'),
(30116, 3571, '_wp_attached_file', '2025/03/Screenshot_8.jpg'),
(30117, 3571, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:396;s:6:\"height\";i:716;s:4:\"file\";s:24:\"2025/03/Screenshot_8.jpg\";s:8:\"filesize\";i:37852;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Screenshot_8-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Screenshot_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:4421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30118, 3572, '_wp_attached_file', '2025/03/Screenshot_9.jpg'),
(30119, 3572, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:401;s:6:\"height\";i:713;s:4:\"file\";s:24:\"2025/03/Screenshot_9.jpg\";s:8:\"filesize\";i:46102;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Screenshot_9-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Screenshot_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:4365;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30269, 3589, '_wp_attached_file', '2025/03/erbium-img.jpg'),
(30270, 3589, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/03/erbium-img.jpg\";s:8:\"filesize\";i:242586;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"erbium-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24109;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"erbium-img-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"erbium-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8209;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"erbium-img-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30271, 3590, '_wp_attached_file', '2025/03/erbium-img-1.jpg'),
(30272, 3590, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/03/erbium-img-1.jpg\";s:8:\"filesize\";i:241118;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"erbium-img-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:25114;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"erbium-img-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"erbium-img-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:8644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"erbium-img-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:117087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30355, 3600, '_wp_attached_file', '2025/03/7D676715-8678-43B0-99C7-4B181E75804A.jpeg'),
(30356, 3600, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:49:\"2025/03/7D676715-8678-43B0-99C7-4B181E75804A.jpeg\";s:8:\"filesize\";i:14164;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"7D676715-8678-43B0-99C7-4B181E75804A-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30367, 3602, '_wp_attached_file', '2025/03/465111418_8944376922286057_1904603766047494447_n.png'),
(30368, 3602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:60:\"2025/03/465111418_8944376922286057_1904603766047494447_n.png\";s:8:\"filesize\";i:410164;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"465111418_8944376922286057_1904603766047494447_n-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89517;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"465111418_8944376922286057_1904603766047494447_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28253;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30396, 3606, '_wp_attached_file', '2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg'),
(30397, 3606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:49:\"2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg\";s:8:\"filesize\";i:96862;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"D357E4C4-72FB-4EA5-9F96-A4DA705299A2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15941;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"D357E4C4-72FB-4EA5-9F96-A4DA705299A2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12615;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"D357E4C4-72FB-4EA5-9F96-A4DA705299A2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:59:\"Laser Tattoo Removal On Woman\'s Shoulder. Medical Treatment\";s:17:\"created_timestamp\";s:10:\"1674259200\";s:9:\"copyright\";s:73:\"Copyright (c) 2023 Andrey_Popov/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:59:\"Laser,Tattoo,Removal,On,Woman\'s,Shoulder.,Medical,Treatment\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"treatment,medical,woman,before,concept,isolated,body,house,remov\";}}}'),
(30512, 3620, '_wp_attached_file', '2025/03/getting-a-relaxing-facial-img.jpg'),
(30513, 3620, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:41:\"2025/03/getting-a-relaxing-facial-img.jpg\";s:8:\"filesize\";i:132905;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"getting-a-relaxing-facial-img-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14962;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"getting-a-relaxing-facial-img-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"getting-a-relaxing-facial-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"getting-a-relaxing-facial-img-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30629, 3633, '_wp_attached_file', '2025/03/hair-loss-img.jpg'),
(30630, 3633, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:25:\"2025/03/hair-loss-img.jpg\";s:8:\"filesize\";i:61479;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"hair-loss-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"hair-loss-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6190;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"hair-loss-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30661, 3637, '_elementor_edit_mode', 'builder'),
(30662, 3637, '_elementor_template_type', 'container'),
(30663, 3637, '_elementor_version', '3.27.2'),
(30664, 3637, '_elementor_pro_version', '3.25.4'),
(30669, 3637, '_wp_page_template', 'default'),
(30670, 3637, '_elementor_data', '[{\"id\":\"4bd4ea3d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0aca129\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"26d9a4a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3a0d042\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6f17a4e\",\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"pp_condition_page_value\":[\"13\"]}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FDF8F1\",\"__globals__\":{\"background_color\":\"\"},\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"},{\\\"id\\\":1640,\\\"text\\\":\\\"Laser hair removal\\\"},{\\\"id\\\":1642,\\\"text\\\":\\\"Intense Pulsed Light\\\"}]}]]\"]},\"elements\":[{\"id\":\"165b82c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\",\"pp_condition_date_time_before_value\":\"2025-02-02 04:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f5e23ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gallery\\n\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-104\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4ebd129\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bba188c\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":498,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-2.jpg\"},{\"id\":475,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Peptide-Therapy-img-1.jpg\"},{\"id\":385,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Weight-Loss-Medicine-img.jpg\"},{\"id\":215,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-img.jpg\"},{\"id\":419,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\"},{\"id\":236,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about3-1.jpg\"},{\"id\":556,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/H1-img-7.jpg\"},{\"id\":557,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/H1-img-6.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"168da56\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"a8d7f21\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}]'),
(30678, 3637, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:3:\"gap\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_layout\";a:1:{s:20:\"e_display_conditions\";i:1;}}}}}'),
(30695, 3641, '_elementor_edit_mode', 'builder'),
(30696, 3641, '_elementor_template_type', 'page'),
(30697, 3641, '_elementor_version', '3.27.2'),
(30698, 3641, '_elementor_pro_version', '3.25.4'),
(30703, 3641, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(30704, 3641, '_elementor_data', '[{\"id\":\"46e41bd1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}]},\"elements\":[{\"id\":\"546162a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}]},\"elements\":[{\"id\":\"22d34331\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"737dfdc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/iv-therapy-img.jpg\",\"id\":3286,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ba21a75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"27db014e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vitamin<span style=\\\"font-weight:800\\\"> Therapy <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5dac93f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-62 c1-4 c1-1c c1-1l c1-7u c1-8a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4b c1-1g c1-1i c1-8b c1-15 c1-b c1-34 c1-5d c1-3k c1-5g c1-5i c1-5j c1-5k x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\"><p>Vitamin infusion and injection therapy deliver essential vitamins, minerals, and nutrients directly into the bloodstream for rapid absorption and maximum effectiveness. This personalized treatment can boost energy levels, enhance immune function, improve skin health, and promote overall wellness.\\u00a0<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69132e2e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule consult now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"617c1b3d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a3417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2dbf32e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a hydrafacial during <span style=\\\"font-weight:800\\\"> your drip!<\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5b619\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ef045d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8390323\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"295a474\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3b46712\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"abd1797\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"1e464adb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b6bd4eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Benefits of NAD+ IV  <span style=\\\"font-weight:800\\\">Therapy<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"90352d2\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"33cad040\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"21b4135\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3080a2c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d7bc527\"}],\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ef058a5\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\"},\"elements\":[{\"id\":\"5533a402\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"497f210a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Anti-aging\",\"header_size\":\"h4\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"227d4aa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"romotes mitochondrial biogenesis\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Defends cells against oxidative stress and death\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"fe18afe\"},{\"text\":\"Helps cells repair damaged DNA\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1b8f92c\"},{\"text\":\" Highly effective in anti-inflammation and detoxification\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"1d27591\"},{\"text\":\"Decreases the risk of heart disease\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"de5d442\"},{\"text\":\"Decreases skin aging through maintaining elasticity, structure, and moisture.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"eb43234\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"11ed2dd3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"72df488d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Athletic Optimization and Weight Loss\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26bb77a2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Boosts metabolism and helps fuel fat burning\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Reduces adipose (fat) cells, resulting in less weight gain\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"465faf6\"},{\"text\":\"Helps control the circadian rhythm to improve sleep quality and duration.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"3584f2b\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3bb3dfa3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"15c4870e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Pain Reduction and Recovery\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"118f7857\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Promotes cellular regeneration allowing body to heal itself\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"ebca079\"},{\"text\":\"Helps with addiction by regenerating brain cells and receptors damaged by substances\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"5c7cfc9\"},{\"text\":\"Reduces substance cravings and unpleasant effects of withdrawal.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/check-mark_5290989-9.svg\",\"id\":1085},\"library\":\"svg\"},\"_id\":\"879394c\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"591f4e1\",\"pp_condition_date_time_before_value\":\"2025-02-02 16:15\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4433d839\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"2501f338\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Mood and Cognitive Performance\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12e5c7e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Improves concentration, memory, and mental clarity by stimulating production of neurotransmitters, coenzymes, and other chemicals needed for proper brain and nervous system function.\\u00a0<\\/p><p>Slows cognitive decline by boosting neuroplasticity and decreasing neuroinflammation.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"431da87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"66147abb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"60e5c9af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhanced Energy and Reduced Fatigue\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"f322d18\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1db9e66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>NAD fuels the energy production of mitochondria (our cellular power plants) by increasing production of ATP (adenosine triphosphate). ATP is the energy-carrying molecule found in the cells of all living things.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"431da87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"53db876f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a7f19c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2aeef4f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42a9c4a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56c3d01b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bd27a33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"d6aedae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"685c3940\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(30712, 3641, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:10;s:18:\"animation_duration\";i:10;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:11;s:16:\"background_image\";i:3;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(30862, 3660, '_wp_attached_file', '2025/03/healthy-and-fit-man-normal-lifeimg.jpg'),
(30863, 3660, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:46:\"2025/03/healthy-and-fit-man-normal-lifeimg.jpg\";s:8:\"filesize\";i:38213;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"healthy-and-fit-man-normal-lifeimg-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"healthy-and-fit-man-normal-lifeimg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30922, 3667, '_elementor_edit_mode', 'builder'),
(30923, 3667, '_elementor_template_type', 'container'),
(30924, 3667, '_elementor_version', '3.27.2'),
(30925, 3667, '_elementor_pro_version', '3.25.4'),
(30930, 3667, '_wp_page_template', 'default'),
(30931, 3667, '_elementor_data', '[{\"id\":\"2556b68a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]}},\"elements\":[{\"id\":\"3d8c7b08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_color\":\"#FCF5F5\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"pp_display_conditions\":[{\"_id\":\"17a74fb\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3202a0c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Lead<\\/span> Provider and Athlete\",\"pp_display_conditions\":[{\"_id\":\"4222f7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3794a20d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"cd0a216\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"6e294e1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"140f267d\",\"elType\":\"widget\",\"settings\":{\"title\":\"NPC Bodybuilding Champion\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e612ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond her medical pursuits, ARNP Lee is passionate about fitness and competitive bodybuilding. She proudly achieved the titles of the 2022 NPC Vancouver Open Champion and 2023 NPC Idaho Muscle Classic Hero Champion in the Wellness division. As a dedicated athlete, ARNP Lee comprehends the ongoing journey to enhance health and performance. In her role as your medical provider, she is committed to assisting you in finding a safe and effective treatment to support your goals.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"51cd53c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"164de5de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"link\":{\"url\":\"https:\\/\\/genesiswa.clientsecure.me\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pp_display_conditions\":[{\"_id\":\"689c974\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"480cdc15\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\",\"pp_condition_date_time_before_value\":\"2025-02-03 19:12\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"58a41cb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/2024-05-15.jpg\",\"id\":673,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"64b46d76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Lead Provider and Athlete\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(30939, 3667, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:4;}s:18:\"section_background\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}}'),
(30974, 3673, '_wp_attached_file', '2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg'),
(30975, 3673, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:49:\"2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\";s:8:\"filesize\";i:48362;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:197:\"Skincare, face and women friends in a bedroom with mask, application and spa day bonding in their home. Beauty, cream and people with self care sleepover, facial or cosmetic wellness on the weekend\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31193, 3696, '_elementor_edit_mode', 'builder'),
(31194, 3696, '_elementor_template_type', 'page'),
(31195, 3696, '_elementor_version', '3.27.2'),
(31196, 3696, '_elementor_pro_version', '3.25.4'),
(31201, 3696, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(31202, 3696, '_elementor_data', '[{\"id\":\"6475d429\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7c83f25f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}]},\"elements\":[{\"id\":\"fbdbb32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5b124d02\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/patient-img.jpg\",\"id\":2794,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6005b2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"49e302c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Your Self-Investment\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"47ae372\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2056f404\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete Cost <span style=\\\"font-weight:800\\\">Transparency <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e00ce7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p>We understand that the cost of achieving your wellness and aesthetic goals can be a concern. That\'s why we offer straightforward and flexible financing options with no hidden costs or fees, so you can get the treatment you deserve when you need it.<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2731bdf3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find out more\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"496e389a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"6ee8201f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":60},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6dc39af\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4cdaad6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2331960\"}],\"pp_display_conditions\":[{\"_id\":\"36b776b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"2371fa14\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"37e39022\",\"elType\":\"widget\",\"settings\":{\"title\":\"The gift of  <span style=\\\"font-weight:800\\\">self-care<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ef2745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-65 c1-4 c1-1c c1-1l c1-7i c1-7x c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"HorizontalBox\\\"><div class=\\\"x-el c1-1 c1-2 c1-26 c1-27 c1-4e c1-1g c1-1i c1-7l c1-15 c1-b c1-34 c1-7y c1-3k c1-7z c1-80 c1-81 c1-82 x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"DESCRIPTION_TEXT\\\" data-typography=\\\"BodyBeta\\\" data-font-scaled=\\\"true\\\"><p>Give the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve.\\u00a0<\\/p><\\/div><\\/div>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71c5ac9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5165164a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2e83b177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/self-care.jpg\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-03 08:50\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1c9bafc3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"border_color\":\"#F0F5FA\",\"css_classes\":\"price_section\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"281320d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3a79997e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu \\/ Price List\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"29c3fd63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":50},\"css_classes\":\"price_section_style\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"20fd4020\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7480ba7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9bfdb28\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0876ebc\"}],\"pp_display_conditions\":[{\"_id\":\"8b400e3\"}]},\"elements\":[{\"id\":\"8b95214\",\"elType\":\"widget\",\"settings\":{\"title\":\"Injectables \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a1e10f3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Botox (Per unit) \",\"price\":\"$13\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Dysport (Per unit) \",\"price\":\"$4.33 \",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Sculptra (Per vial) \",\"price\":\"$700\",\"link\":{\"url\":\"#\"},\"_id\":\"6f685d2\"},{\"title\":\"Restylane Fillers Per Syringe \",\"price\":\"$700\",\"link\":{\"url\":\"#\"},\"_id\":\"d9f7f20\"},{\"title\":\"Mini Lip Plump (Half Syringe) \",\"price\":\"$450\",\"link\":{\"url\":\"#\"},\"_id\":\"942521a\"},{\"title\":\"PRP Injections (Package of 3) \",\"price\":\"$1699\",\"link\":{\"url\":\"#\"},\"_id\":\"7937d1a\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"heading_typography_text_decoration\":\"none\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"price_typography_text_decoration\":\"none\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"410fb86b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Minimum 3 recommended. One injection every month (Save $100). \\n\",\"pp_display_conditions\":[{\"_id\":\"2325f46\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b8e0962\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"PRP Injections (Single) \",\"price\":\"$600\",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"heading_typography_text_decoration\":\"none\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"price_typography_text_decoration\":\"none\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"28e20448\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hydrafacial \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8b28b\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Platinum Hydrafacial \",\"price\":\"$299 \",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Deluxe Hydrafacial \",\"price\":\"$275 \",\"link\":{\"url\":\"#\"},\"_id\":\"e2dda12\"},{\"title\":\"Signature Hydrafacial \",\"price\":\"$195\",\"link\":{\"url\":\"#\"},\"_id\":\"020300b\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"6eb5d963\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic Custom Facials \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41329e30\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Cinnamon Ice Spice Facial \",\"item_description\":\"(IS Clinical Fire and Ice Facial) \",\"price\":\"$149 \",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Golden Honey Glow Facial \",\"price\":\"$149 \",\"link\":{\"url\":\"#\"},\"_id\":\"71368d0\"},{\"title\":\"Harmony Facial \",\"price\":\"$149\",\"link\":{\"url\":\"#\"},\"_id\":\"50049ed\"},{\"title\":\"Clarifying Mud Facial \",\"price\":\"$149\",\"link\":{\"url\":\"#\"},\"_id\":\"b9902ae\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"6d6977d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chemical Peels \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"590181a3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"The Perfect Dermal Peel \",\"item_description\":\"The PD Peel + Plus Plus Booster\",\"price\":\"$325 \",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"440591e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation Fee \\n\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c14a807\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Lifestyle Program \",\"item_description\":\"Phone consultation with our licensaid provider. \\n\",\"price\":\"Free\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Testosterone Optimization \",\"item_description\":\"Consultation with our licensed provider labs follow-up. \\n\",\"price\":\"$199\",\"link\":{\"url\":\"#\"},\"_id\":\"f0f39ff\"},{\"title\":\"Women\'s Hormone Therapy \",\"item_description\":\"Consultation with our licensed provider labs follow-up. \\n\",\"price\":\"$199\",\"link\":{\"url\":\"#\"},\"_id\":\"76a0846\"},{\"title\":\"Medical Weight Loss \",\"item_description\":\"Consultation with our licensed provider labs follow-up. \\n\",\"price\":\"$199\",\"link\":{\"url\":\"#\"},\"_id\":\"76dc049\"},{\"title\":\"Peptide Therapy \",\"item_description\":\"Consultation with our licensed provider + labs + follow-up. \\n\",\"price\":\"$199\",\"link\":{\"url\":\"#\"},\"_id\":\"f3c2e64\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"7036fd7c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Korean Glass Skin Treatment \\n\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4defdfc6\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"PRP Ultimate Glass Resurfacing \",\"price\":\"$1299\",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"ExoGlow Glass Skin Facial \",\"price\":\"$999\",\"link\":{\"url\":\"#\"},\"_id\":\"7ffa8da\"},{\"title\":\"StemCell Radiance Renewal \",\"price\":\"$799\",\"link\":{\"url\":\"#\"},\"_id\":\"00b9152\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true},{\"id\":\"344b69d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7480ba7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9bfdb28\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0876ebc\"}],\"pp_display_conditions\":[{\"_id\":\"8b400e3\"}]},\"elements\":[{\"id\":\"f61f1f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pixel8 RF Microneedling \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cc36f02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Individual\\/Package of 3<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"ae5d0b8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b0b3ac8\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Bronze Treatment (Stem cells) \",\"item_description\":\"Add Chest (+ 250) <br>\\nAdd Neck (+ 250) <br>\\nAdd Hands (+250) <br>\",\"price\":\"$695\\/$1,877 \",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Silver Treatment (Exosome Solution) \",\"item_description\":\"Add Chest (+250) <br>\\nAdd Neck (+ 250)  <br>\\nAdd Hands (+250)\",\"price\":\"$795\\/$2,147 \",\"link\":{\"url\":\"#\"},\"_id\":\"189a8ff\"},{\"title\":\"Gold Treatment (PRP) \",\"item_description\":\"Add Chest (+ 250) <br>\\nAdd Neck (+250)\",\"price\":\"$895\\/$2,417 \",\"link\":{\"url\":\"#\"},\"_id\":\"e3922f1\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"25d53991\",\"elType\":\"widget\",\"settings\":{\"title\":\"IPL \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d8604ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"*Individual\\/Package of 3 \",\"pp_display_conditions\":[{\"_id\":\"a62bbdb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a127d65\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Full Face \",\"price\":\"$450\\/$1215 \",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Partial Face (Cheeks + Nose) \",\"price\":\"$295\\/$797 \",\"link\":{\"url\":\"#\"},\"_id\":\"922d4d2\"},{\"title\":\"Face + Neck \",\"price\":\"$700\\/$1,890 \",\"link\":{\"url\":\"#\"},\"_id\":\"27db5bb\"},{\"title\":\"Neck + Chest \",\"price\":\"$700\\/$1,890 \",\"link\":{\"url\":\"#\"},\"_id\":\"0990a3d\"},{\"title\":\"Chest \",\"price\":\"$450\\/$1215 \",\"link\":{\"url\":\"#\"},\"_id\":\"9a37a4d\"},{\"title\":\"Hands \",\"price\":\"$450\\/$1215 \",\"link\":{\"url\":\"#\"},\"_id\":\"bf3f827\"},{\"title\":\"Hands + Forearms \",\"price\":\"$700\\/$1,890\",\"link\":{\"url\":\"#\"},\"_id\":\"f420228\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"4a99b22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Erbium Resurfacing \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bc6ab36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Individual\\/Package of 3<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"472026a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ad0012b\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Face \",\"price\":\"$595\\/$1,607 \",\"link\":{\"url\":\"#\"},\"_id\":\"78cc336\"},{\"title\":\"Face + Neck \",\"price\":\"$845\\/$2,282 \",\"link\":{\"url\":\"#\"},\"_id\":\"e5cf3ac\"},{\"title\":\"Face + Neck + Decolletage \",\"price\":\"$1,095\\/$2,957 \",\"link\":{\"url\":\"#\"},\"_id\":\"d7fcfb5\"},{\"title\":\"Neck \",\"price\":\"$595\\/$1,607 \",\"link\":{\"url\":\"#\"},\"_id\":\"781873e\"},{\"title\":\"Decolletage \",\"price\":\"$595\\/$1,607\",\"link\":{\"url\":\"#\"},\"_id\":\"b8d3f78\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"65c3f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Rejuvenation \",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-03 18:37\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":675,\"sizes\":[]},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb19561\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Laser Vein Removal \",\"item_description\":\"250\\/Standard Business Card (2 x 3.5 in) \",\"link\":{\"url\":\"#\"},\"_id\":\"6f837c2\"},{\"title\":\"Tattoo Removal \",\"item_description\":\"250\\/Standard Business Card (2 x 3.5 in) <br>\\n5 Session Package (Save 10%) <br>\\n10 Session Package (Save 25%)\",\"link\":{\"url\":\"#\"},\"_id\":\"772fd49\"}],\"heading_typography_typography\":\"custom\",\"heading_typography_font_weight\":\"300\",\"price_typography_typography\":\"custom\",\"price_typography_font_weight\":\"300\",\"separator_style\":\"dashed\",\"separator_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"separator_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8bd95d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"heading_color\":\"globals\\/colors?id=astglobalcolor2\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52df8d9f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":246,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":175,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8765fff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9199feb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(31210, 3696, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:11;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:18:\"animation_duration\";i:7;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:14;s:11:\"header_size\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:14;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:11;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:2;s:5:\"align\";i:1;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:11;}s:21:\"section_content_style\";a:1:{s:15:\"separator_style\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}}'),
(31478, 3715, '_wp_attached_file', '2025/03/4E6D873E-025F-413A-9D04-0D53ACD176EF.jpeg'),
(31479, 3715, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:335;s:6:\"height\";i:260;s:4:\"file\";s:49:\"2025/03/4E6D873E-025F-413A-9D04-0D53ACD176EF.jpeg\";s:8:\"filesize\";i:40648;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"4E6D873E-025F-413A-9D04-0D53ACD176EF-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"4E6D873E-025F-413A-9D04-0D53ACD176EF-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(31490, 3717, '_wp_attached_file', '2025/03/hair-update-img.jpg'),
(31491, 3717, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:27:\"2025/03/hair-update-img.jpg\";s:8:\"filesize\";i:141518;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"hair-update-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"hair-update-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"hair-update-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83719;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32158, 3790, '_elementor_edit_mode', 'builder'),
(32159, 3790, '_elementor_template_type', 'page'),
(32160, 3790, '_elementor_version', '3.27.2'),
(32161, 3790, '_elementor_pro_version', '3.25.4'),
(32166, 3790, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(32167, 3790, '_elementor_data', '[{\"id\":\"75c5c062\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"26db1281\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"61eb9fb2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/getting-a-relaxing-facial-img.jpg\",\"id\":3620,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"35130016\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6fc3d978\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic custom facials\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae28e7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbccb2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1b609ac3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":20,\"column\":\"20\",\"row\":\"20\"},\"boxed_width\":{\"unit\":\"px\",\"size\":984,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"634ebbe\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e077f6c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3f9f837\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbeed02\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"40b18a1a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"93ca4f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bca3bdb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"293f0e0\"}],\"pp_display_conditions\":[{\"_id\":\"28f98d7\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"465c7bd2\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"hosted_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hydrafacial-video-b.mp4\",\"id\":2991,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"external_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Facials-video-a.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-bg-a.png\",\"id\":3019,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"1398b89\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f5e6f3c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"93ca4f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bca3bdb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"293f0e0\"}],\"pp_display_conditions\":[{\"_id\":\"28f98d7\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"69ec87eb\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"hosted_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hydrafacial-video-b.mp4\",\"id\":2991,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"external_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Facials-video-d.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-bg-b.png\",\"id\":3022,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"1398b89\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2fd47760\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"4b43fe79\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"3378d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your relaxation options\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"75ac9139\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"37ce0e32\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-5.jpg\",\"id\":1526,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"73c781dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"399c827f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cinnamon Ice Spice Facial ($149)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"536bb5b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Also known as the iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)<\\/strong>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59f59cfd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"58ba9d36\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Golden-Honey-Glow-Facial-img.jpg\",\"id\":1551,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"414306ca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"785f5977\",\"elType\":\"widget\",\"settings\":{\"title\":\"Golden Honey Glow Facial ($129)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7198c7c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). <\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5216cea8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5d9894b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Harmony-Facial-img.jpg\",\"id\":1555,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"3eacc6cf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"7879f09f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Harmony Facial ($129)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d185bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Revitalize your skin and restore balance with the iS Clinical Harmony Facial. This refreshing treatment uses therapeutic bionutrients to enhance tone, clarity, and resilience. A gentle cleanser relaxes stress areas, followed by a rejuvenating masque for a cooling sensation. Perfect for sensitive skin, the Harmony Facial promotes circulation and leaves your skin glowing <strong>(Safe in Pregnancy). <\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"450df26e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"5dbb5d7a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/SIGNATURE-HYDRAFACIAL-img-1.jpg\",\"id\":1557,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"7f218542\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4d5acb1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signature Hydrafacial ($195)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325faeff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Signature Hydrafacial cleanses, exfoliates, and hydrates for an instant glow. Using Vortex-Fusion technology, it clears pores, removes impurities, and delivers nourishing serums to reduce fine lines and boost hydration. Suitable for all skin types, it offers quick, noticeable results with no downtime.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"574e5f3c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3a6b479b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Image-ee.jpg\",\"id\":3440,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"68248a9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"5a832423\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clarifying Mud Facial\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"622b975d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d36bbcd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"616cb7c2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1176037e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503baca3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(32175, 3790, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:21;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:25;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:25;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:16;s:18:\"animation_duration\";i:14;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:13;s:16:\"background_image\";i:6;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_video\";a:5:{s:10:\"video_type\";i:2;s:10:\"insert_url\";i:2;s:10:\"hosted_url\";i:2;s:12:\"external_url\";i:2;s:6:\"poster\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(32236, 3799, '_wp_attached_file', '2025/03/rsw_388h_292cg_truem.webp'),
(32237, 3799, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:389;s:6:\"height\";i:292;s:4:\"file\";s:33:\"2025/03/rsw_388h_292cg_truem.webp\";s:8:\"filesize\";i:6856;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"rsw_388h_292cg_truem-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"rsw_388h_292cg_truem-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32838, 3862, '_elementor_edit_mode', 'builder'),
(32839, 3862, '_elementor_template_type', 'page'),
(32840, 3862, '_elementor_version', '3.27.2'),
(32841, 3862, '_elementor_pro_version', '3.25.4'),
(32846, 3862, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(32847, 3862, '_elementor_data', '[{\"id\":\"1e7f651f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"65b39d55\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"56b9fb27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/getting-a-relaxing-facial-img.jpg\",\"id\":3620,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6f091ec3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"73942067\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classic custom facials\\n\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a29ea0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7396b585\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59475fe\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"68b5e7ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"31c54459\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your relaxation options\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"13e2c2d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"67598000\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-5.jpg\",\"id\":1526,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"1c380793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"3aa9072d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cinnamon Ice Spice Facial ($149)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a285d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Also known as the iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)<\\/strong>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fbd4070\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3075b7af\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Golden-Honey-Glow-Facial-img.jpg\",\"id\":1551,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"663b76ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6d9f936d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Golden Honey Glow Facial ($129)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74b3b0cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). <\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2483ac8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"638c1f16\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Harmony-Facial-img.jpg\",\"id\":1555,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"2c40d3c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"694a3dee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Harmony Facial ($129)\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c244f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Revitalize your skin and restore balance with the iS Clinical Harmony Facial. This refreshing treatment uses therapeutic bionutrients to enhance tone, clarity, and resilience. A gentle cleanser relaxes stress areas, followed by a rejuvenating masque for a cooling sensation. Perfect for sensitive skin, the Harmony Facial promotes circulation and leaves your skin glowing <strong>(Safe in Pregnancy). <\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e7f80df\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row-reverse\",\"flex_direction_mobile_extra\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#AA771A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7a22c0e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/Image-ee.jpg\",\"id\":3440,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"5250f21a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1292b08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clarifying Mud Facial\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2d5439\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50892f58\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":20,\"column\":\"20\",\"row\":\"20\"},\"boxed_width\":{\"unit\":\"px\",\"size\":984,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"634ebbe\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e077f6c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3f9f837\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbeed02\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_color\":\"#FFFAFA\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_2-1.png\",\"id\":483,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"584c46f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"93ca4f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bca3bdb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"293f0e0\"}],\"pp_display_conditions\":[{\"_id\":\"28f98d7\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"36ef070\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"hosted_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hydrafacial-video-b.mp4\",\"id\":2991,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"external_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Facials-video-a.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-bg-a.png\",\"id\":3019,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"1398b89\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"2b9f97c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"93ca4f5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bca3bdb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"293f0e0\"}],\"pp_display_conditions\":[{\"_id\":\"28f98d7\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"56145649\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"hosted_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hydrafacial-video-b.mp4\",\"id\":2991,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"external_url\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Facials-video-d.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Classic-Custom-Facials-bg-b.png\",\"id\":3022,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"1398b89\",\"pp_condition_date_time_before_value\":\"2025-02-15 09:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a2dfc2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ad5a51b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dd23eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36eee8f5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(32855, 3862, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:18;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:22;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:22;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:14;s:18:\"animation_duration\";i:12;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:11;s:16:\"background_image\";i:6;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_image\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:7;s:11:\"header_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_video\";a:5:{s:10:\"video_type\";i:2;s:10:\"insert_url\";i:2;s:10:\"hosted_url\";i:2;s:12:\"external_url\";i:2;s:6:\"poster\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(33118, 46, '__elementor_forms_snapshot', '[{\"id\":\"5f56a4c\",\"name\":\"New Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Name\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"}]}]'),
(33334, 3878, '_wp_attached_file', '2025/03/Untitled-design-2.png'),
(33335, 3878, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:29:\"2025/03/Untitled-design-2.png\";s:8:\"filesize\";i:1955934;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102919;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-2-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1017830;}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:35791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:903516;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33336, 3879, '_wp_attached_file', '2025/03/Untitled-1.jpg'),
(33337, 3879, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:22:\"2025/03/Untitled-1.jpg\";s:8:\"filesize\";i:105951;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled-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:23423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-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:14531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(33366, 3883, '_wp_attached_file', '2025/03/Untitled-2.jpg'),
(33367, 3883, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:22:\"2025/03/Untitled-2.jpg\";s:8:\"filesize\";i:84615;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled-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:20428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-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:13314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(33368, 3884, '_wp_attached_file', '2025/03/Untitled-3.jpg'),
(33369, 3884, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:388;s:6:\"height\";i:388;s:4:\"file\";s:22:\"2025/03/Untitled-3.jpg\";s:8:\"filesize\";i:82227;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled-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:23027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-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:14467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(33407, 1960, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(33457, 1657, '_oembed_077e5b62f14593025e4a389279a14ac6', '<iframe title=\"Meet PHYSIQ Body Treatment\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/RUNsdHxyMcM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(33458, 1657, '_oembed_time_077e5b62f14593025e4a389279a14ac6', '1741421417'),
(33459, 1657, '_oembed_7e1dc3299fd96df4c5aac43acb4a2e29', '<iframe title=\"Hear from Real PHYSIQ Patients Christopher &amp; Erica\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/zthI8y55iVI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(33460, 1657, '_oembed_time_7e1dc3299fd96df4c5aac43acb4a2e29', '1741421417'),
(33489, 3895, '_wp_attached_file', '2025/03/Ad1da46f-8A6f-4E57-993B-91Cde9e47b1b.mp4'),
(33490, 3895, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:678758;s:8:\"filesize\";i:7294103;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:69;s:16:\"length_formatted\";s:4:\"1:09\";s:5:\"width\";i:720;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:157836;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:1;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:4:\"mono\";s:17:\"compression_ratio\";d:0.2236904761904762;}s:17:\"created_timestamp\";i:1741423876;}'),
(33491, 3896, '_wp_attached_file', '2025/03/1Ceed655-3550-4C0d-94B3-Fb6e0db207cf.mp4'),
(33492, 3896, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:373322;s:8:\"filesize\";i:1925096;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:28;s:16:\"length_formatted\";s:4:\"0:28\";s:5:\"width\";i:320;s:6:\"height\";i:568;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:160170;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10427734375;}s:17:\"created_timestamp\";i:1741423931;}'),
(33493, 3897, '_wp_attached_file', '2025/03/video-banner.jpg'),
(33494, 3897, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:401;s:6:\"height\";i:713;s:4:\"file\";s:24:\"2025/03/video-banner.jpg\";s:8:\"filesize\";i:59375;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"video-banner-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"video-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:4893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33495, 3898, '_wp_attached_file', '2025/03/video-banner-1.jpg'),
(33496, 3898, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:317;s:6:\"height\";i:559;s:4:\"file\";s:26:\"2025/03/video-banner-1.jpg\";s:8:\"filesize\";i:31592;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"video-banner-1-170x300.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"video-banner-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:4983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33521, 3902, '_wp_attached_file', '2025/03/1Ceed655-3550-4C0d-94B3-Fb6e0db207cf-1.mp4'),
(33522, 3902, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:373322;s:8:\"filesize\";i:1925096;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:28;s:16:\"length_formatted\";s:4:\"0:28\";s:5:\"width\";i:320;s:6:\"height\";i:568;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:160170;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10427734375;}s:17:\"created_timestamp\";i:1741423931;}'),
(33603, 3912, '_wp_attached_file', '2025/03/5Bc5dde9-5B0f-4Fdd-8D4a-689438Ad78d7.mp4'),
(33604, 3912, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:1445911;s:8:\"filesize\";i:2898224;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:14;s:16:\"length_formatted\";s:4:\"0:14\";s:5:\"width\";i:720;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:162950;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.11546910430839002;}s:17:\"created_timestamp\";i:1741424729;}'),
(33627, 3916, '_wp_attached_file', '2025/03/video-banner-3.jpg'),
(33628, 3916, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:399;s:6:\"height\";i:710;s:4:\"file\";s:26:\"2025/03/video-banner-3.jpg\";s:8:\"filesize\";i:66363;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"video-banner-3-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"video-banner-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:5873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33886, 3945, '_wp_attached_file', '2025/04/fire-and-ice-facial-treatment.jpg'),
(33887, 3945, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:41:\"2025/04/fire-and-ice-facial-treatment.jpg\";s:8:\"filesize\";i:38044;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"fire-and-ice-facial-treatment-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"fire-and-ice-facial-treatment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33888, 3946, '_wp_attached_file', '2025/04/FI-fire-ice_1920.webp'),
(33889, 3946, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:759;s:4:\"file\";s:29:\"2025/04/FI-fire-ice_1920.webp\";s:8:\"filesize\";i:56466;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"FI-fire-ice_1920-300x119.webp\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2242;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"FI-fire-ice_1920-1024x405.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15724;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"FI-fire-ice_1920-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"FI-fire-ice_1920-768x304.webp\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9610;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"FI-fire-ice_1920-1536x607.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33890, 3947, '_wp_attached_file', '2025/04/4-13.jpg'),
(33891, 3947, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2025/04/4-13.jpg\";s:8:\"filesize\";i:32499;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"4-13-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"4-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:5567;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"4-13-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33778;}s:25:\"elementor_custom_1024x683\";a:4:{s:4:\"file\";s:68:\"elementor/thumbs/4-13-r4p458ok1pspijgdj3l0g8t3iirosewt8lvexoo81a.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:53:\"xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:53:\"xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(33892, 3948, '_wp_attached_file', '2025/04/firming2_1.webp'),
(33893, 3948, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:578;s:4:\"file\";s:23:\"2025/04/firming2_1.webp\";s:8:\"filesize\";i:75812;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"firming2_1-300x140.webp\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7158;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"firming2_1-1024x477.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"firming2_1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"firming2_1-768x358.webp\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33984, 3959, '_wp_attached_file', '2025/04/Image-2-1.jpg');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(33985, 3959, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1206;s:6:\"height\";i:2047;s:4:\"file\";s:21:\"2025/04/Image-2-1.jpg\";s:8:\"filesize\";i:1424556;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Image-2-1-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10146;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Image-2-1-603x1024.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Image-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:5062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Image-2-1-768x1304.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1304;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121652;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Image-2-1-905x1536.jpg\";s:5:\"width\";i:905;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155716;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/Image-2-1-r4p52th06nrg1piapupb8i0kn3hh1ihpp2dgh70sdg.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_1024x683\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/Image-2-1-r4p52th06nrg92ojgm38irrvg19pr67mistu3ivxri.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(34524, 3979, '_wp_attached_file', '2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg'),
(34525, 3979, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg\";s:8:\"filesize\";i:27305;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"anteage-md-home-hair-system-relaunch-intro-story-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:13632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"anteage-md-home-hair-system-relaunch-intro-story-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:5255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34526, 3980, '_wp_attached_file', '2025/05/R.jpg'),
(34527, 3980, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:417;s:4:\"file\";s:13:\"2025/05/R.jpg\";s:8:\"filesize\";i:81349;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"R-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"R-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:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"R-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34528, 3981, '_wp_attached_file', '2025/05/joseph2-1024x1024-1.jpeg'),
(34529, 3981, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2025/05/joseph2-1024x1024-1.jpeg\";s:8:\"filesize\";i:107125;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"joseph2-1024x1024-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:18171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"joseph2-1024x1024-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:6053;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"joseph2-1024x1024-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76856;}s:24:\"elementor_custom_612x408\";a:4:{s:4:\"file\";s:84:\"elementor/thumbs/joseph2-1024x1024-1-r5v4yb7nssaywc1wkzwrtdgd4qlwqqy8zrgp15gzjk.jpeg\";s:5:\"width\";i:612;s:6:\"height\";i:408;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:{}}}'),
(35735, 4001, '_wp_attached_file', '2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg'),
(35736, 4001, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:55:\"2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg\";s:8:\"filesize\";i:263636;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9785;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-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:4814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38018;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109696;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:57:\"sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173903;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35772, 4005, '_wp_attached_file', '2025/05/res_ctso_questions.png'),
(35773, 4005, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1130;s:6:\"height\";i:635;s:4:\"file\";s:30:\"2025/05/res_ctso_questions.png\";s:8:\"filesize\";i:1024089;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"res_ctso_questions-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45190;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"res_ctso_questions-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:358040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"res_ctso_questions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"res_ctso_questions-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35826, 4012, '_wp_attached_file', '2025/05/Copy-of-Copy-of-Copy-of-before-1.zip'),
(35827, 4012, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:3815629;}'),
(35828, 4013, '_wp_attached_file', '2025/05/2.png'),
(35829, 4013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/05/2.png\";s:8:\"filesize\";i:1479425;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:41938;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273475;}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:14135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35830, 4014, '_wp_attached_file', '2025/05/3.png'),
(35831, 4014, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/05/3.png\";s:8:\"filesize\";i:1183102;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:34372;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:260056;}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:12040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35832, 4015, '_wp_attached_file', '2025/05/4.png'),
(35833, 4015, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/05/4.png\";s:8:\"filesize\";i:1152528;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:30983;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249061;}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:11427;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35958, 4028, '_wp_attached_file', '2025/05/5.png'),
(35959, 4028, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/5.png\";s:8:\"filesize\";i:4623808;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:97686;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"5-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:737548;}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:33960;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:438649;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"5-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1593511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35960, 4029, '_wp_attached_file', '2025/05/6.png'),
(35961, 4029, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/6.png\";s:8:\"filesize\";i:4785851;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:98377;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:720798;}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:33270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:229775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"6-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1511495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35962, 4030, '_wp_attached_file', '2025/05/1.png'),
(35963, 4030, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/1.png\";s:8:\"filesize\";i:5224609;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:91156;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:894649;}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:30245;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:504876;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1929507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35964, 4031, '_wp_attached_file', '2025/05/2-1.png'),
(35965, 4031, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/2-1.png\";s:8:\"filesize\";i:5182980;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-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:77515;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"2-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:728116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-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:26170;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:404705;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"2-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1763843;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35966, 4032, '_wp_attached_file', '2025/05/3-1.png'),
(35967, 4032, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/3-1.png\";s:8:\"filesize\";i:1393657;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"3-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:51678;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-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:10219;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111083;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"3-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35968, 4033, '_wp_attached_file', '2025/05/4-1.png'),
(35969, 4033, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/4-1.png\";s:8:\"filesize\";i:5882493;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-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:65759;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"4-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-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:36696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"4-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:755743;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"4-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2741529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36079, 1657, '_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:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:21;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:21;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:11;s:18:\"animation_duration\";i:11;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:1;}s:13:\"overlay_style\";a:1:{s:30:\"overlay_background_hover_color\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36162, 4055, '_wp_attached_file', '2025/05/Untitled-design.png'),
(36163, 4055, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"2025/05/Untitled-design.png\";s:8:\"filesize\";i:4515087;s:5:\"sizes\";a:6:{s:6:\"medium\";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:48914;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375429;}s:9:\"thumbnail\";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:17192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Untitled-design-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:221365;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1596601;}s:24:\"elementor_custom_800x600\";a:4:{s:4:\"file\";s:79:\"elementor/thumbs/Untitled-design-r6lrnu472gudyogqwra8km9s1xajtl6bnrhw43hg8g.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;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:{}}}'),
(36272, 4068, '_wp_attached_file', '2025/05/4-2.png'),
(36273, 4068, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/4-2.png\";s:8:\"filesize\";i:3855573;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-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:84382;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"4-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:554039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-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:31220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"4-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339914;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"4-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1173734;}s:24:\"elementor_custom_800x600\";a:4:{s:4:\"file\";s:67:\"elementor/thumbs/4-2-r6lsuzvevlxd23rtvwwjk86pzuka99imldviehhoj4.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;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:{}}}'),
(36274, 4069, '_wp_attached_file', '2025/05/5-1.png'),
(36275, 4069, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/5-1.png\";s:8:\"filesize\";i:4852879;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"5-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:30528;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"5-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:624376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"5-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:9134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"5-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:343089;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"5-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1474699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36367, 4079, '_wp_attached_file', '2025/05/Untitled-design-1.png'),
(36368, 4079, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2025/05/Untitled-design-1.png\";s:8:\"filesize\";i:4830792;s:5:\"sizes\";a:6:{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:48577;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:936147;}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:15243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:537499;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1969929;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Untitled-design-1-r6lt7bjb7n9i8f4gnkw6h1k05p20kdfnwuo5f10rz8.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36369, 4080, '_wp_attached_file', '2025/05/Untitled-design-2.png'),
(36370, 4080, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2025/05/Untitled-design-2.png\";s:8:\"filesize\";i:6618799;s:5:\"sizes\";a:7:{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:145951;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1444125;}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:38250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:387288;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2954114;}s:26:\"elementor_custom_1000x1000\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Untitled-design-2-r6ltf3n7hr25j1kjzkuj6iwe8wskrhpqzgdea9oxlc.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"elementor_custom_612x408\";a:4:{s:4:\"file\";s:81:\"elementor/thumbs/Untitled-design-2-r6ltf3n2rlbmqjc4f06ks1hj1e0hd2equzcyae4d0w.png\";s:5:\"width\";i:612;s:6:\"height\";i:408;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:{}}}'),
(36421, 4087, '_wp_attached_file', '2025/05/OIP-2.jpg'),
(36422, 4087, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:482;s:4:\"file\";s:17:\"2025/05/OIP-2.jpg\";s:8:\"filesize\";i:24618;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"OIP-2-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"OIP-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:5218;}s:24:\"elementor_custom_612x408\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9mcm1pjpu250trfp1mik75hbb6szlt2m6e0g.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_700x400\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9nf7d84fkfgmutwmfdgizr2t1hhmd8hyc84g.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_600x400\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9m7clcz0qzdso4bnf0t18boxsy7b9wf5xbmo.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_400x700\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9jrn3c1z4y8cc2r0wcnl22qv9ff5kqb8mbbo.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_800x400\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9on2539udvjh1jhlfq40r6goa0rxgkkqr4m8.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_1000x400\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9r2rotko0rp5eynjgff0a18er3cjn8qbkxls.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_1200x400\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9tih8jvhnnutsdthh4pzsw0585x5twvweqlc.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_1000x300\";a:4:{s:4:\"file\";s:69:\"elementor/thumbs/OIP-2-r6ltoe9r2ro942ohd2qi4fmf15ttyirwr25epd1yk8.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:300;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:{}}}'),
(36423, 4088, '_wp_attached_file', '2025/05/OIP-3.jpg'),
(36424, 4088, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:316;s:4:\"file\";s:17:\"2025/05/OIP-3.jpg\";s:8:\"filesize\";i:16857;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"OIP-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"OIP-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:5178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36425, 4089, '_wp_attached_file', '2025/05/hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8.jpg'),
(36426, 4089, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:400;s:4:\"file\";s:74:\"2025/05/hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8.jpg\";s:8:\"filesize\";i:20309;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9441;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4129;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:91:\"elementor/thumbs/hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8-150x150.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_682x1024\";a:4:{s:4:\"file\";s:91:\"elementor/thumbs/hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8-150x150.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;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:{}}}'),
(36427, 4090, '_wp_attached_file', '2025/05/BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial.jpg'),
(36428, 4090, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2025/05/BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial.jpg\";s:8:\"filesize\";i:219084;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26632;}s:25:\"elementor_custom_682x1024\";a:4:{s:4:\"file\";s:83:\"elementor/thumbs/BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial-150x150.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:83:\"elementor/thumbs/BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial-150x150.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(36474, 4097, '_wp_attached_file', '2025/05/5-2.png'),
(36475, 4097, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/5-2.png\";s:8:\"filesize\";i:5570556;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"5-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:71049;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"5-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:835718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"5-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:13223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"5-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441631;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"5-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2105819;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:67:\"elementor/thumbs/5-2-r6lv76b5npmlrar12n1h2wsiy2w4zeoz4i0e4ihcbo.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36476, 4098, '_wp_attached_file', '2025/05/6-1.png'),
(36477, 4098, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/6-1.png\";s:8:\"filesize\";i:4362238;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"6-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:46014;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"6-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:781970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"6-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:14833;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"6-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:448082;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"6-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1673969;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:67:\"elementor/thumbs/6-1-r6lv7zg5jkqhr7kpchmwq7ftd0wim0wnki8g03a4ys.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36478, 4099, '_wp_attached_file', '2025/05/7.png'),
(36479, 4099, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/7.png\";s:8:\"filesize\";i:3985280;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67219;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"7-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619670;}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:21053;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199364;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"7-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1359551;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:65:\"elementor/thumbs/7-r6lv8i8xc9g87eteaprg42p18qbuvyzab3a5lmi9ic.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36482, 4101, '_wp_attached_file', '2025/05/8-1.png'),
(36483, 4101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/8-1.png\";s:8:\"filesize\";i:4640201;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"8-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:59095;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"8-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:586917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"8-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:18723;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"8-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:330424;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"8-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1316047;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:67:\"elementor/thumbs/8-1-r6lvci28dwx3jr0hyxxd7kek4on0lnu7uv3g0yl12c.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36484, 4102, '_wp_attached_file', '2025/05/9.png'),
(36485, 4102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/9.png\";s:8:\"filesize\";i:5633352;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100931;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"9-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:965943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:30720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565408;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"9-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1967389;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:65:\"elementor/thumbs/9-r6lvh0ob893pcagale7toxdawcdilars57yg1tvx5w.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36524, 4107, '_wp_attached_file', '2025/05/9-1.png'),
(36525, 4107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:15:\"2025/05/9-1.png\";s:8:\"filesize\";i:3873152;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"9-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:85635;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"9-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:755740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"9-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:29443;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"9-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434247;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"9-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1683671;}s:25:\"elementor_custom_1024x682\";a:4:{s:4:\"file\";s:67:\"elementor/thumbs/9-1-r6lvn6i815jdg9i2m23s1de33a051v8fnpx1b4r0dg.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),
(36526, 4108, '_wp_attached_file', '2025/05/8.png');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(36527, 4108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:13:\"2025/05/8.png\";s:8:\"filesize\";i:5178095;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98791;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"8-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:839266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:16713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:499681;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"8-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1758438;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36554, 1642, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:9;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:16;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:8;s:18:\"animation_duration\";i:8;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:6;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36682, 1644, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"overlay_style\";a:1:{s:30:\"overlay_background_hover_color\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36685, 4127, '_wp_attached_file', '2025/05/qtq80-MEsq4M.jpeg'),
(36686, 4127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1254;s:6:\"height\";i:836;s:4:\"file\";s:25:\"2025/05/qtq80-MEsq4M.jpeg\";s:8:\"filesize\";i:85452;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-MEsq4M-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8437;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-MEsq4M-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60791;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-MEsq4M-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-MEsq4M-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(36687, 4128, '_wp_attached_file', '2025/05/qtq80-R96DRB.jpeg'),
(36688, 4128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1254;s:6:\"height\";i:836;s:4:\"file\";s:25:\"2025/05/qtq80-R96DRB.jpeg\";s:8:\"filesize\";i:85452;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-R96DRB-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8437;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-R96DRB-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60791;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-R96DRB-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-R96DRB-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(36717, 1666, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:8:\"pp-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:10:{s:18:\"section_skin_field\";a:2:{s:20:\"classic_equal_height\";i:1;s:14:\"posts_per_page\";i:1;}s:13:\"section_query\";a:1:{s:21:\"nothing_found_message\";i:1;}s:23:\"classic_section_filters\";a:2:{s:20:\"classic_show_filters\";i:1;s:24:\"classic_filter_alignment\";i:1;}s:21:\"classic_section_terms\";a:2:{s:18:\"classic_post_terms\";i:1;s:22:\"classic_tax_badge_post\";i:1;}s:28:\"classic_section_post_excerpt\";a:3:{s:20:\"classic_show_excerpt\";i:1;s:22:\"classic_excerpt_length\";i:1;s:22:\"classic_content_length\";i:1;}s:22:\"classic_section_button\";a:1:{s:19:\"classic_show_button\";i:1;}s:21:\"classic_section_order\";a:3:{s:19:\"classic_title_order\";i:1;s:21:\"classic_excerpt_order\";i:1;s:20:\"classic_button_order\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:21:\"classic_section_image\";a:1:{s:22:\"classic_thumbnail_size\";i:1;}s:25:\"classic_section_post_meta\";a:1:{s:21:\"classic_show_comments\";i:1;}}}}}'),
(36746, 4135, '_wp_attached_file', '2025/05/qtq80-IRD5fv.jpeg'),
(36747, 4135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2158;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2025/05/qtq80-IRD5fv.jpeg\";s:8:\"filesize\";i:213767;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-IRD5fv-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10844;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-IRD5fv-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-IRD5fv-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-IRD5fv-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44316;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"qtq80-IRD5fv-1536x1025.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130902;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"qtq80-IRD5fv-2048x1367.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(36791, 765, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:42;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:32;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:42;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:42;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:24;s:18:\"animation_duration\";i:24;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:21;s:16:\"background_color\";i:10;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:26;s:11:\"header_size\";i:16;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:26;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36819, 839, '_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:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:11;s:18:\"animation_duration\";i:11;}s:18:\"section_background\";a:4:{s:16:\"background_image\";i:3;s:21:\"background_background\";i:9;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_info_boxes\";a:4:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:14:\"title_html_tag\";i:1;s:18:\"equal_height_boxes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36877, 1474, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:2:{s:11:\"table_title\";i:3;s:14:\"table_subtitle\";i:3;}s:15:\"section_pricing\";a:2:{s:11:\"table_price\";i:3;s:14:\"table_duration\";i:3;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:3;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:3;s:17:\"table_button_text\";i:3;s:4:\"link\";i:3;s:21:\"table_additional_info\";i:3;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:3;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(36983, 1648, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(37063, 2737, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:4;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:22:\"image_custom_dimension\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(37091, 1646, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:4;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:6:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;s:3:\"gap\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(37222, 822, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:22:\"image_custom_dimension\";i:2;s:10:\"image_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:11;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:11;s:18:\"animation_duration\";i:11;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(37254, 2690, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:7;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:22:\"image_custom_dimension\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:4:\"link\";i:5;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}}'),
(37275, 4191, '_wp_attached_file', '2025/05/12.png'),
(37276, 4191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:14:\"2025/05/12.png\";s:8:\"filesize\";i:4222785;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79539;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"12-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"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:27192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:403508;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"12-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1457271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37277, 4192, '_wp_attached_file', '2025/05/13.png'),
(37278, 4192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:14:\"2025/05/13.png\";s:8:\"filesize\";i:4840425;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"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:62961;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"13-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:485339;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"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:14293;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"13-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:288699;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"13-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1045163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37279, 4193, '_wp_attached_file', '2025/05/14.png'),
(37280, 4193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:14:\"2025/05/14.png\";s:8:\"filesize\";i:4466953;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"14-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40436;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"14-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"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:13510;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"14-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200041;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"14-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1559294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37281, 4194, '_wp_attached_file', '2025/05/15.png'),
(37282, 4194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:14:\"2025/05/15.png\";s:8:\"filesize\";i:5808631;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"15-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52697;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"15-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1029951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16813;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"15-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:548904;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"15-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1217954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37283, 4192, '_wp_attachment_image_alt', 'LHR'),
(37284, 4195, '_wp_attached_file', '2025/05/11.png'),
(37285, 4195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:14:\"2025/05/11.png\";s:8:\"filesize\";i:415391;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"11-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"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:28440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37286, 4196, '_wp_attached_file', '2025/05/12-1.png'),
(37287, 4196, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/12-1.png\";s:8:\"filesize\";i:406092;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"12-1-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"12-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:28940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37288, 4197, '_wp_attached_file', '2025/05/13-1.png'),
(37289, 4197, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/13-1.png\";s:8:\"filesize\";i:397203;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"13-1-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"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:14296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37290, 4198, '_wp_attached_file', '2025/05/14-1.png'),
(37291, 4198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/14-1.png\";s:8:\"filesize\";i:400214;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"14-1-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"14-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:14495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37292, 4199, '_wp_attached_file', '2025/05/15-1.png'),
(37293, 4199, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/15-1.png\";s:8:\"filesize\";i:506177;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"15-1-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"15-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:17500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37294, 4200, '_wp_attached_file', '2025/05/12-2.png'),
(37295, 4200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/12-2.png\";s:8:\"filesize\";i:428495;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"12-2-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"12-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:25974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37296, 4201, '_wp_attached_file', '2025/05/13-2.png'),
(37297, 4201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/13-2.png\";s:8:\"filesize\";i:425190;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"13-2-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32839;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"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:12110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37298, 4202, '_wp_attached_file', '2025/05/14-2.png'),
(37299, 4202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2025/05/14-2.png\";s:8:\"filesize\";i:442722;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"14-2-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"14-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:16466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37376, 1661, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:13:\"section_style\";a:1:{s:12:\"align_tablet\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:9;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:12;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}}'),
(37390, 1661, 'astra-migrate-meta-layouts', 'set'),
(37435, 4215, '_wp_attached_file', '2025/06/1.png'),
(37436, 4215, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/06/1.png\";s:8:\"filesize\";i:1298938;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:113029;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:776247;}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:35299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:505410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37437, 4216, '_wp_attached_file', '2025/06/2.png');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(37438, 4216, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/06/2.png\";s:8:\"filesize\";i:1728013;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:66010;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1042744;}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:38149;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:645891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37439, 4217, '_wp_attached_file', '2025/06/3.png'),
(37440, 4217, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/06/3.png\";s:8:\"filesize\";i:1517490;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:106162;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:764131;}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:33788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:484824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37441, 4218, '_wp_attached_file', '2025/06/4.png'),
(37442, 4218, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/06/4.png\";s:8:\"filesize\";i:1825598;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:85512;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:661686;}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:28573;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:398945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37443, 4219, '_wp_attached_file', '2025/06/5.png'),
(37444, 4219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/06/5.png\";s:8:\"filesize\";i:2053303;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:99346;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"5-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1020644;}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:19790;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:555991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38326, 771, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(38357, 769, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(40264, 4252, '_wp_attached_file', '2025/07/placeholder.png'),
(40265, 4252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2025/07/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1860;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"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:1117;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40266, 4252, '_elementor_source_image_hash', '12388289ff135e1a4f166391d6dde0271fc29b3a'),
(40267, 4253, '_wp_attached_file', '2025/07/placeholder-1.png'),
(40268, 4253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2025/07/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1860;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:1117;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40269, 4253, '_elementor_source_image_hash', '12388289ff135e1a4f166391d6dde0271fc29b3a'),
(40270, 4254, '_wp_attached_file', '2025/07/image-hero3.png'),
(40271, 4254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:880;s:4:\"file\";s:23:\"2025/07/image-hero3.png\";s:8:\"filesize\";i:345069;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"image-hero3-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"image-hero3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"image-hero3-768x704.png\";s:5:\"width\";i:768;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81981;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40272, 4254, '_elementor_source_image_hash', '19350e32071cc92031da3bee6471b6251fd166f0'),
(40273, 4255, '_wp_attached_file', '2025/07/August-Promotions.png'),
(40274, 4255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/07/August-Promotions.png\";s:8:\"filesize\";i:1835298;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"August-Promotions-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53032;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-Promotions-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"August-Promotions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"August-Promotions-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40302, 13, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(40522, 4259, '_wp_attached_file', '2025/08/Weight-Loss-Tips-For-Men-1-1536x1024-1.jpg'),
(40523, 4259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:50:\"2025/08/Weight-Loss-Tips-For-Men-1-1536x1024-1.jpg\";s:8:\"filesize\";i:178872;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Weight-Loss-Tips-For-Men-1-1536x1024-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8845;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"Weight-Loss-Tips-For-Men-1-1536x1024-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Weight-Loss-Tips-For-Men-1-1536x1024-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:4674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"Weight-Loss-Tips-For-Men-1-1536x1024-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41750;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40524, 4260, '_wp_attached_file', '2025/08/smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431.jpg'),
(40525, 4260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:763;s:4:\"file\";s:139:\"2025/08/smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431.jpg\";s:8:\"filesize\";i:50338;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:139:\"smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13682;}s:5:\"large\";a:5:{s:4:\"file\";s:140:\"smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431-1024x634.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:139:\"smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:139:\"smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39465;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Jacob Lund  Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:118:\"Smiling couple in fitness wear standing against white background. Fit couple relaxing after workout standing together.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:34:\"Westend61 / Jacob Lund Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:118:\"Smiling couple in fitness wear standing against white background. Fit couple relaxing after workout standing together.\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:92:{i:0;s:3:\"Fun\";i:1;s:5:\"funny\";i:2;s:10:\"having fun\";i:3;s:10:\"monochrome\";i:4;s:13:\"monochromatic\";i:5;s:8:\"portrait\";i:6;s:9:\"portraits\";i:7;s:7:\"smiling\";i:8;s:5:\"smile\";i:9;s:5:\"sport\";i:10;s:6:\"sports\";i:11;s:6:\"studio\";i:12;s:7:\"studios\";i:13;s:7:\"workout\";i:14;s:11:\"working out\";i:15;s:8:\"work out\";i:16;s:6:\"couple\";i:17;s:7:\"couples\";i:18;s:7:\"twosome\";i:19;s:8:\"twosomes\";i:20;s:11:\"partnership\";i:21;s:6:\"people\";i:22;s:11:\"human being\";i:23;s:12:\"human beings\";i:24;s:5:\"human\";i:25;s:6:\"humans\";i:26;s:7:\"persons\";i:27;s:6:\"person\";i:28;s:8:\"training\";i:29;s:14:\"Sport Training\";i:30;s:8:\"laughing\";i:31;s:5:\"laugh\";i:32;s:8:\"Laughter\";i:33;s:7:\"Emotion\";i:34;s:8:\"Emotions\";i:35;s:7:\"Feeling\";i:36;s:8:\"Feelings\";i:37;s:9:\"Sentiment\";i:38;s:10:\"Sentiments\";i:39;s:9:\"emotional\";i:40;s:10:\"background\";i:41;s:11:\"backgrounds\";i:42;s:10:\"copy space\";i:43;s:10:\"text space\";i:44;s:14:\"negative space\";i:45;s:10:\"Lifestyles\";i:46;s:9:\"Lifestyle\";i:47;s:7:\"leisure\";i:48;s:9:\"free time\";i:49;s:12:\"leisure time\";i:50;s:14:\"Muscular Build\";i:51;s:8:\"Muscular\";i:52;s:9:\"isolation\";i:53;s:9:\"isoltated\";i:54;s:7:\"Fitness\";i:55;s:3:\"fit\";i:56;s:16:\"Physical fitness\";i:57;s:9:\"happiness\";i:58;s:5:\"happy\";i:59;s:6:\"gaiety\";i:60;s:5:\"white\";i:61;s:6:\"colour\";i:62;s:7:\"colours\";i:63;s:6:\"female\";i:64;s:3:\"man\";i:65;s:3:\"men\";i:66;s:4:\"male\";i:67;s:5:\"males\";i:68;s:6:\"Adults\";i:69;s:5:\"adult\";i:70;s:7:\"grownup\";i:71;s:8:\"grownups\";i:72;s:8:\"grown-up\";i:73;s:9:\"grown-ups\";i:74;s:10:\"sportswear\";i:75;s:7:\"healthy\";i:76;s:6:\"health\";i:77;s:8:\"together\";i:78;s:8:\"athletic\";i:79;s:7:\"muscles\";i:80;s:6:\"muscle\";i:81;s:5:\"woman\";i:82;s:5:\"women\";i:83;s:7:\"females\";i:84;s:10:\"relaxation\";i:85;s:7:\"relaxed\";i:86;s:8:\"relaxing\";i:87;s:5:\"relax\";i:88;s:10:\"horizontal\";i:89;s:11:\"Photography\";i:90;s:5:\"Photo\";i:91;s:6:\"Photos\";}}}'),
(40526, 4261, '_wp_attached_file', '2025/08/qtq80-flKTLU.jpeg'),
(40527, 4261, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2025/08/qtq80-flKTLU.jpeg\";s:8:\"filesize\";i:303946;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-flKTLU-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15883;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-flKTLU-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-flKTLU-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-flKTLU-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62673;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"qtq80-flKTLU-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40559, 4265, '_wp_attached_file', '2025/08/qtq80-PFidjO.jpeg'),
(40560, 4265, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1254;s:6:\"height\";i:836;s:4:\"file\";s:25:\"2025/08/qtq80-PFidjO.jpeg\";s:8:\"filesize\";i:77890;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-PFidjO-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8481;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-PFidjO-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-PFidjO-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-PFidjO-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35143;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40561, 4266, '_wp_attached_file', '2025/08/qtq80-EFVlhi.jpeg'),
(40562, 4266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2152;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2025/08/qtq80-EFVlhi.jpeg\";s:8:\"filesize\";i:149014;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-EFVlhi-300x201.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-EFVlhi-1024x685.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-EFVlhi-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5081;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-EFVlhi-768x514.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35337;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"qtq80-EFVlhi-1536x1028.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96551;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"qtq80-EFVlhi-2048x1370.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40563, 4267, '_wp_attached_file', '2025/08/qtq80-ZqYHgI.jpeg'),
(40564, 4267, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1181;s:6:\"height\";i:888;s:4:\"file\";s:25:\"2025/08/qtq80-ZqYHgI.jpeg\";s:8:\"filesize\";i:67080;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-ZqYHgI-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8613;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-ZqYHgI-1024x770.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-ZqYHgI-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-ZqYHgI-768x577.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34384;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40565, 4268, '_wp_attached_file', '2025/08/qtq80-Y6RhU1.jpeg'),
(40566, 4268, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2025/08/qtq80-Y6RhU1.jpeg\";s:8:\"filesize\";i:162043;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-Y6RhU1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9195;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-Y6RhU1-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-Y6RhU1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4629;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-Y6RhU1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35096;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"qtq80-Y6RhU1-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100815;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"qtq80-Y6RhU1-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158127;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40567, 4269, '_wp_attached_file', '2025/08/qtq80-9DN2TX.jpeg'),
(40568, 4269, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2164;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2025/08/qtq80-9DN2TX.jpeg\";s:8:\"filesize\";i:170863;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"qtq80-9DN2TX-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9284;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"qtq80-9DN2TX-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"qtq80-9DN2TX-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"qtq80-9DN2TX-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35942;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"qtq80-9DN2TX-1536x1022.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104749;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"qtq80-9DN2TX-2048x1363.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(40569, 4270, '_wp_attached_file', '2025/08/Untitled-design-2.png'),
(40570, 4270, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/08/Untitled-design-2.png\";s:8:\"filesize\";i:1424434;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:46015;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266375;}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:15715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40571, 4271, '_wp_attached_file', '2025/08/Untitled-design-2-1.png'),
(40572, 4271, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/08/Untitled-design-2-1.png\";s:8:\"filesize\";i:1424434;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-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:46015;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Untitled-design-2-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266375;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-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:15715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40598, 4275, '_wp_attached_file', '2025/08/crt_10.webp'),
(40599, 4275, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1705;s:4:\"file\";s:19:\"2025/08/crt_10.webp\";s:8:\"filesize\";i:120038;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"crt_10-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17110;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"crt_10-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"crt_10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"crt_10-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43640;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"crt_10-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40648, 759, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(41594, 767, '_elementor_page_settings', 'a:0:{}'),
(41595, 767, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:42;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:38;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:42;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:42;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:32;s:18:\"animation_duration\";i:32;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:27;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:13:\"pp-price-menu\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:18:\"section_price_menu\";a:4:{s:10:\"menu_items\";i:18;s:15:\"image_size_size\";i:18;s:21:\"title_price_connector\";i:18;s:15:\"title_separator\";i:18;}s:19:\"section_title_style\";a:1:{s:14:\"title_html_tag\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}}}}}'),
(41596, 4286, '_wp_attached_file', '2025/08/thumbnail_image0.jpg'),
(41597, 4286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:848;s:6:\"height\";i:1301;s:4:\"file\";s:28:\"2025/08/thumbnail_image0.jpg\";s:8:\"filesize\";i:221606;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"thumbnail_image0-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12845;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"thumbnail_image0-667x1024.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92441;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"thumbnail_image0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5777;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"thumbnail_image0-768x1178.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41598, 4287, '_wp_attached_file', '2025/08/Untitled-design-3.png'),
(41599, 4287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/08/Untitled-design-3.png\";s:8:\"filesize\";i:1355177;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:114009;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:913444;}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:19090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:575838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41618, 2160, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(41708, 2166, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(42074, 775, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(42577, 4307, '_wp_attached_file', '2025/09/Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x.webp'),
(42578, 4307, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:64:\"2025/09/Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x.webp\";s:8:\"filesize\";i:98140;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49850;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42579, 4308, '_wp_attached_file', '2025/09/thumbnail_facial-picture-3.jpg'),
(42580, 4308, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:360;s:4:\"file\";s:38:\"2025/09/thumbnail_facial-picture-3.jpg\";s:8:\"filesize\";i:41313;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"thumbnail_facial-picture-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"thumbnail_facial-picture-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:9643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42581, 4309, '_wp_attached_file', '2025/09/Pumpkin-Face-Mask-300x200-1.jpg'),
(42582, 4309, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:39:\"2025/09/Pumpkin-Face-Mask-300x200-1.jpg\";s:8:\"filesize\";i:11216;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Pumpkin-Face-Mask-300x200-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:5284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42583, 4310, '_wp_attached_file', '2025/09/pumkin-peel-facial.jpg'),
(42584, 4310, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:940;s:6:\"height\";i:627;s:4:\"file\";s:30:\"2025/09/pumkin-peel-facial.jpg\";s:8:\"filesize\";i:53596;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"pumkin-peel-facial-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"pumkin-peel-facial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5915;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"pumkin-peel-facial-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42606, 837, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(44297, 4343, '_wp_attached_file', '2025/09/rejuran.jpg'),
(44298, 4343, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:480;s:6:\"height\";i:375;s:4:\"file\";s:19:\"2025/09/rejuran.jpg\";s:8:\"filesize\";i:43610;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"rejuran-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"rejuran-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44299, 4344, '_wp_attached_file', '2025/09/rejuranportada-scaled.webp'),
(44300, 4344, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1152;s:4:\"file\";s:34:\"2025/09/rejuranportada-scaled.webp\";s:8:\"filesize\";i:105382;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"rejuranportada-300x135.webp\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6438;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"rejuranportada-1024x461.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"rejuranportada-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"rejuranportada-768x346.webp\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22596;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"rejuranportada-1536x691.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56164;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"rejuranportada-2048x922.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"rejuranportada.webp\";}'),
(44800, 4353, '_wp_attached_file', '2025/10/ZombieCTA_BFTD_ResurrectGlow_detail.jpg'),
(44801, 4353, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:47:\"2025/10/ZombieCTA_BFTD_ResurrectGlow_detail.jpg\";s:8:\"filesize\";i:110319;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"ZombieCTA_BFTD_ResurrectGlow_detail-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16422;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"ZombieCTA_BFTD_ResurrectGlow_detail-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"ZombieCTA_BFTD_ResurrectGlow_detail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"ZombieCTA_BFTD_ResurrectGlow_detail-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45662, 761, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(45698, 761, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:21;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:29;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:29;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:16;s:18:\"animation_duration\";i:16;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:13;s:16:\"background_color\";i:1;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:22;s:11:\"header_size\";i:14;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:22;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(46148, 4382, '_wp_attached_file', '2025/11/1.png'),
(46149, 4382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/11/1.png\";s:8:\"filesize\";i:1337923;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:63279;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:674008;}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:18265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376819;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(46183, 4386, '_wp_attached_file', '2025/11/6.png'),
(46184, 4386, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/11/6.png\";s:8:\"filesize\";i:1226571;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:47434;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301236;}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:17291;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(46185, 4387, '_wp_attached_file', '2025/11/Genesis-Wellness-Aesthetics.png'),
(46186, 4387, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2025/11/Genesis-Wellness-Aesthetics.png\";s:8:\"filesize\";i:1593924;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Genesis-Wellness-Aesthetics-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64845;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Genesis-Wellness-Aesthetics-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:443885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Genesis-Wellness-Aesthetics-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Genesis-Wellness-Aesthetics-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48139, 4396, '_wp_attached_file', '2025/12/Image-4.jpg'),
(48140, 4396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1798;s:4:\"file\";s:19:\"2025/12/Image-4.jpg\";s:8:\"filesize\";i:265032;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Image-4-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10297;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Image-4-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Image-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:4881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Image-4-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73307;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Image-4-1025x1536.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(48141, 4397, '_wp_attached_file', '2025/12/Image-5.jpg'),
(48142, 4397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:585;s:6:\"height\";i:438;s:4:\"file\";s:19:\"2025/12/Image-5.jpg\";s:8:\"filesize\";i:67339;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Image-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Image-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:5922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(48146, 4398, '_wp_attached_file', '2025/12/Gift-Card-Special.png'),
(48147, 4398, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2025/12/Gift-Card-Special.png\";s:8:\"filesize\";i:1526779;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Gift-Card-Special-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Gift-Card-Special-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Gift-Card-Special-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:370425;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49871, 4418, '_wp_attached_file', '2025/12/2025-12-02.webp'),
(49872, 4418, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:382;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2025/12/2025-12-02.webp\";s:8:\"filesize\";i:30436;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"2025-12-02-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"2025-12-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49897, 769, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:8;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(49900, 4422, '_wp_attached_file', '2025/12/minimal-collection-1.zip'),
(49901, 4422, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2698012;}'),
(49902, 4423, '_wp_attached_file', '2025/12/1.png'),
(49903, 4423, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/12/1.png\";s:8:\"filesize\";i:1297542;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:40344;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236885;}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:14012;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155218;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49904, 4424, '_wp_attached_file', '2025/12/2.png'),
(49905, 4424, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/12/2.png\";s:8:\"filesize\";i:1400080;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:39678;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267985;}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:13758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50349, 4429, '_edit_last', '1'),
(50350, 4429, '_edit_lock', '1776112159:1'),
(50351, 4429, '_wp_page_template', 'default'),
(50354, 4429, 'site-sidebar-layout', 'no-sidebar'),
(50355, 4429, 'ast-site-content-layout', 'full-width-container'),
(50356, 4429, 'site-content-style', 'default'),
(50357, 4429, 'site-sidebar-style', 'default'),
(50358, 4429, 'ast-featured-img', 'disabled'),
(50360, 4429, 'ast-breadcrumbs-content', 'disabled'),
(50361, 4429, 'theme-transparent-header-meta', 'default'),
(50362, 19, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(50379, 4432, '_elementor_edit_mode', 'builder'),
(50380, 4432, '_elementor_template_type', 'header'),
(50381, 4432, '_elementor_version', '3.34.1'),
(50382, 4432, '_elementor_pro_version', '3.34.0'),
(50383, 4432, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(50389, 4432, '_wp_page_template', 'default'),
(50390, 4432, '_elementor_data', '[{\"id\":\"45fbcc63\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"_title\":\"New Header\"},\"elements\":[{\"id\":\"629a6bee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"2f327eb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4034bfa8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"4a03d35\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"primary-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"19da1eb3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e6e80e8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-230\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFBF\",\"background_color_b\":\"#FFFFFF\",\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"\"},\"sticky_effects_offset\":50,\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"content_width\":\"full\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"5dc69741\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c99b692\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":22,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_css_classes\":\"logo-cls\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4bf31f48\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"6f16ec77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"21215077\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2717c469\",\"elType\":\"widget\",\"settings\":{\"text\":\"Payment Plans\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"301ce302\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\",\"z_index\":99,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_offset\":127,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"css_classes\":\"dextop-menu-section\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"50f95c55\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor8\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#804d09\",\"color_menu_item_active\":\"#804d09\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#F0F5FA\",\"background_color_dropdown_item_hover\":\"#db9226\",\"color_dropdown_item_active\":\"#F0F5FA\",\"background_color_dropdown_item_active\":\"#db9226\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#DEDFE133\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#db9226\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#F0F5FA\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#F0F5FA\",\"mobile_link_bg_hover\":\"#db9226\",\"mobile_sub_link_bg_hover\":\"#db9226\",\"mobile_sub_link_hover\":\"#F0F5FA\",\"close_icon_color\":\"#F0F5FA\",\"close_icon_color_hover\":\"#F0F5FA\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\",\"menu\":\"primary-menu\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_typography_font_family\":\"Karla\",\"dropdown_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":false},{\"id\":\"2fc5d79c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2ab943eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"10f80eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"49367bf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"35ddd771\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"primary-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"61043dda\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"275fa961\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":712,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"20917e89\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"_background_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"title_color\":\"#F0F5FA\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"30\",\"bottom\":\"6\",\"left\":\"30\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_background_background\":\"classic\",\"_background_color\":\"#1111112E\"},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(50399, 4432, 'site-post-title', 'disabled'),
(50400, 4432, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:10;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:3:{s:21:\"sticky_effects_offset\";i:1;s:6:\"sticky\";i:2;s:13:\"sticky_offset\";i:1;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_tablet_extra\";i:2;s:11:\"hide_tablet\";i:2;s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;}s:14:\"section_layout\";a:2:{s:11:\"css_classes\";i:2;s:20:\"e_display_conditions\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:3;s:7:\"pointer\";i:3;s:9:\"menu_type\";i:3;s:4:\"menu\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:4:\"link\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:3;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:4:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}}'),
(50447, 4438, '_menu_item_type', 'post_type'),
(50448, 4438, '_menu_item_menu_item_parent', '0'),
(50449, 4438, '_menu_item_object_id', '4429'),
(50450, 4438, '_menu_item_object', 'page'),
(50451, 4438, '_menu_item_target', ''),
(50452, 4438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50453, 4438, '_menu_item_xfn', ''),
(50454, 4438, '_menu_item_url', ''),
(50486, 4441, '_menu_item_type', 'post_type');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(50487, 4441, '_menu_item_menu_item_parent', '0'),
(50488, 4441, '_menu_item_object_id', '37'),
(50489, 4441, '_menu_item_object', 'page'),
(50490, 4441, '_menu_item_target', ''),
(50491, 4441, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50492, 4441, '_menu_item_xfn', ''),
(50493, 4441, '_menu_item_url', ''),
(50504, 4443, '_menu_item_type', 'post_type'),
(50505, 4443, '_menu_item_menu_item_parent', '0'),
(50506, 4443, '_menu_item_object_id', '31'),
(50507, 4443, '_menu_item_object', 'page'),
(50508, 4443, '_menu_item_target', ''),
(50509, 4443, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50510, 4443, '_menu_item_xfn', ''),
(50511, 4443, '_menu_item_url', ''),
(50513, 4444, '_menu_item_type', 'custom'),
(50514, 4444, '_menu_item_menu_item_parent', '0'),
(50515, 4444, '_menu_item_object_id', '4444'),
(50516, 4444, '_menu_item_object', 'custom'),
(50517, 4444, '_menu_item_target', ''),
(50518, 4444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50519, 4444, '_menu_item_xfn', ''),
(50520, 4444, '_menu_item_url', ''),
(50522, 4445, '_menu_item_type', 'post_type'),
(50523, 4445, '_menu_item_menu_item_parent', '0'),
(50524, 4445, '_menu_item_object_id', '46'),
(50525, 4445, '_menu_item_object', 'page'),
(50526, 4445, '_menu_item_target', ''),
(50527, 4445, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50528, 4445, '_menu_item_xfn', ''),
(50529, 4445, '_menu_item_url', ''),
(50585, 4429, '_elementor_edit_mode', 'builder'),
(50586, 4429, '_astra_content_layout_flag', 'disabled'),
(50587, 4429, 'ast-title-bar-display', 'disabled'),
(50588, 4429, '_elementor_template_type', 'wp-page'),
(50589, 4429, '_elementor_version', '4.0.2'),
(50590, 4429, '_elementor_pro_version', '4.0.1');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(50606, 4429, '_elementor_data', '[{\"id\":\"7d2887b3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ddb8d33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"41be3d0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"094f492\"}],\"pp_display_conditions\":[{\"_id\":\"1acf0ea\"}],\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":740,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":4029,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/6.png\"},{\"id\":4031,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2-1.png\"},{\"id\":4028,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\"},{\"id\":4032,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3-1.png\"},{\"id\":4030,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/1.png\"},{\"id\":4033,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4-1.png\"}],\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1640,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#804D0900\",\"background_overlay_color_b\":\"#804D09\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.23,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c80d2d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"53dd03d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"083c2f0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bb41efc\"}],\"pp_display_conditions\":[{\"_id\":\"a8a75a3\"}],\"background_color\":\"#F0F5FADB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"141059f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Genesis Wellness & Aesthetics\",\"pp_display_conditions\":[{\"_id\":\"3fd2f5f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"300\",\"align\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e7c6550\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"0f719e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"62260552\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ddb6b7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"60dc0fd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e6c55a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fc8f604\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e3d6def\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"339dc5ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"714134ac\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-5.jpg\",\"id\":4397,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"214\",\"right\":\"214\",\"bottom\":\"214\",\"left\":\"214\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"230\",\"bottom\":\"230\",\"left\":\"230\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6186937\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"04f1d56\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ef18e31\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7510b13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"80b4203\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"c298900\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4bbbe07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f19cf4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"396416b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c53f11a\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F9F3F3\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"05e2cfd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}]},\"elements\":[{\"id\":\"cc6cfb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offers <span style=\\\"font-weight:300\\\"> Feature<\\/span>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"18a0c4d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0501dc7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}],\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"d7db9f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"bca2d76\",\"elType\":\"widget\",\"settings\":{\"heading\":\"90-Day Skin Reset & Glow\",\"sub_heading\":\"Heal, Restore, & Rebuild Your Skin\",\"heading_tag\":\"h4\",\"price\":\"1,499\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Month 1 \\u2014 Platinum HydraFacial\\u00ae\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" Month 2 \\u2014 Advanced Skin Treatment\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\" Month 3 \\u2014 Custom Clinical Facial\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"3 Full-Body Red-Light Bed Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\" Skin guidance & progress tracking throughout the program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"279b219\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"b6966bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b125e46\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f983bfe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"ac40a99\",\"elType\":\"widget\",\"settings\":{\"heading\":\"90-Day Skin Reset & Glow\",\"sub_heading\":\"Heal, Restore, & Rebuild Your Skin\",\"heading_tag\":\"h4\",\"price\":\"1,499\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Month 1 \\u2014 Platinum HydraFacial\\u00ae\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" Month 2 \\u2014 Advanced Skin Treatment\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\" Month 3 \\u2014 Custom Clinical Facial\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"3 Full-Body Red-Light Bed Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\" Skin guidance & progress tracking throughout the program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"4036092\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"9f9ce8e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3f30b3b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b5c1830\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"3bf1e8a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"New Year \\u2022 New Confidence\",\"sub_heading\":\"Sculpt & Slim Transformation Program\",\"heading_tag\":\"h4\",\"price\":\"3,999\",\"period\":\"\",\"features_list\":[{\"item_text\":\"GLP-1 Tirzepatide Medical Weight Loss Program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" 5 PHYSIQ Sculpting Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\"Clinic monitoring & treatment planning\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"Enroll by January 15 & receive FREE:\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\"Final enrollment deadline: January 31\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"fe7b02e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"2dc573d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"88fe5ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6769be6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4bbbe07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f19cf4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"396416b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c53f11a\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F9F3F3\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"66a1769\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}]},\"elements\":[{\"id\":\"66e1bac\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Gift Mom Actually Wants - Ends May 10th\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"18a0c4d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d5de482\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}],\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"3cf82dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"818e21c\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Exclusive Offer\",\"sub_heading\":\"Genesis Glow Experience\",\"heading_tag\":\"h4\",\"price\":\"199\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Korean Glass Skin Facial\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\"Dermaplaning &amp; Full Body Red Light Therapy\\n\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"}],\"button_text\":\"\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\",\"features_list_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"e9e84ea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9c762c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Treatment\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8b7ee0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8617785\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"74f617c\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Exclusive Offer\",\"sub_heading\":\"Gift Cards with Bonus\",\"heading_tag\":\"h4\",\"price\":\"250\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Get $50 Bonus\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a9c94a5\"},{\"item_text\":\"Total Value $300<br><br>In-Person Pick-up or Online\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9305f99\"}],\"button_text\":\"\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\",\"features_list_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"7f50d71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5f908d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Gift Card Online\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/online_gift_cards\\/new\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9840a70\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6b80694\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"1f7ae19\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Exclusive Offer\",\"sub_heading\":\"Gift Cards with Bonus\",\"heading_tag\":\"h4\",\"price\":\"500\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Get $125 Bonus\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a9c94a5\"},{\"item_text\":\"Total Value $625<br><br>In-Person Pick-up or Online\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9305f99\"}],\"button_text\":\"\",\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\",\"features_list_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"d6dc883\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a182ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Gift Card Online\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/online_gift_cards\\/new\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b7d674a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"06b2557\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"flex_justify_content\":\"space-between\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"814d007\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Exclusive Offer\",\"sub_heading\":\"Laser Hair Removal\",\"heading_tag\":\"h4\",\"price\":\"25%\",\"period\":\"Off 8 Session Packages\",\"features_list\":[{\"item_text\":\"Achieve Smooth, Hairless Skin\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a9c94a5\"},{\"item_text\":\"Book Virtual or In-Person Consult with Master Aesthetician Anastatia Templeman\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9305f99\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\",\"features_list_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"609a4a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93fe151\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"5\",\"bottom\":\"15\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"858b294\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"inherit\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ccf72fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"04f1d56\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ef18e31\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7510b13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"80b4203\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"372ffb6d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"content_width\":\"full\",\"width_widescreen\":{\"unit\":\"px\",\"size\":1627},\"_flex_size\":\"none\",\"_element_width_widescreen\":\"initial\"},\"elements\":[{\"id\":\"70b0acc5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"586ef9f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Referral  <span style=\\\"font-weight:800\\\">Program<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ae143af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you\\u2019ll both receive $50 toward your next service. It\\u2019s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a2ae9b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Redeem $50 Credit\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7d00f137\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"3543ebdc\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\",\"id\":3673,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"513ef0a2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#F7F4F0\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/bg-service2.jpg\",\"id\":479,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b5a00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"235f17a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43578f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56b277f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7356bc37\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"13d0db9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c793990\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2e37a30\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"catagories-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"58da509b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4828b69b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e1e4eb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11a02e36\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"7979ca19\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Laser It\",\"_id\":\"598ad36\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/12-2.png\",\"id\":4200,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-laser-solutions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Inject It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/13-2.png\",\"id\":4201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"82ed379\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/inject-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Sculpt It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Advanced-Body-Contouring-img.jpg\",\"id\":3281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"85567cc\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Tighten It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/14-2.png\",\"id\":4202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"6f40578\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/tighten-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"title_html_tag\":\"h5\",\"margin\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"autoplay\":\"\",\"icon_img_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_img_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"description_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"e32a143\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"title_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"arrows_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"catagories-col\",\"__globals__\":{\"arrows_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"arrows_color_normal\":\"globals\\/colors?id=astglobalcolor4\",\"arrows_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"arrows_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"dots_color_normal\":\"globals\\/colors?id=astglobalcolor8\",\"active_dot_color_normal\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"37d43a6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e3af27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5be89e8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb6226b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1edf79eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"1cbabc1c\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #4\",\"_id\":\"8a006d6\"},{\"slide_title\":\"Slide #5\",\"_id\":\"71dd75a\"},{\"slide_title\":\"Slide #6\",\"_id\":\"97620b7\"},{\"slide_title\":\"Slide #7\",\"_id\":\"b4316f8\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"carousel_name\":\"Carousel\"},\"elements\":[{\"id\":\"14b0e73a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"5bb12e16\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ef6f7da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"558e6d7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"42e4d453\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"7e7a67c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/smiling-athletic-man-img.jpg\",\"id\":2903,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"266f9543\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1fe349e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"261133c0\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"41d91fcb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc94c1a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f42b9a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4c9f222c\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #4\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"5fc89415\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"31218d95\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3b523300\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"cf5b7e1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #5\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"bc8cff8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Concierge-Dermatology-new.jpg\",\"id\":5312,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d742254\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Concierge Dermatology\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"708fdc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"f770dee\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"5306916\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Botox-Migraine-img.jpg\",\"id\":5316,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"91c04c6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Botox Migraine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bf2756f\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/botox-migraines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6b0a6f1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"c49003f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/NAD-Wellness-Injections-img.jpg\",\"id\":5154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"44853fd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"NAD+ & Wellness Injections\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a4bf064\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/nad-wellness-injections\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3310872e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"120\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3de2fa50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"29ce067\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"1588ebe7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"49002407\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caring for myself is not self-indulgence, it is self-preservation.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ba34df7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Audre Lorde\",\"html_tag\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_style\":\"italic\",\"text_align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"0af7cc5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"520dd64b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f74b043\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-4.jpg\",\"id\":4396,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1064361\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"198f9d73\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"6bac6978\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"439f8e27\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1646942c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Get In Touch<\\/span> With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18683cd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ca694bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1620,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d8b2932\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acb4465\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f1fa4d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2f27093\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69586be6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"37c05054\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customized <span style=\\\"font-weight:800\\\">Skincare<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d60ed79\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"45542e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"49e117bf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/skin-care_4383086.svg\",\"id\":497},\"library\":\"svg\"},\"title_text_a\":\" Korean Glass Skin\",\"description_text_a\":\"Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. \",\"background_a_background\":\"classic\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-2.jpg\",\"id\":498,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"3e8f5e06\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-treatment_1996976.svg\",\"id\":523},\"library\":\"svg\"},\"title_text_a\":\"Facial\",\"description_text_a\":\"Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/hydrafacial\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-3.jpg\",\"id\":637,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"57bd3bf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/botox_17622604.svg\",\"id\":527},\"library\":\"svg\"},\"title_text_a\":\"Classic custom facials\",\"description_text_a\":\"Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-img.jpg\",\"id\":215,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"61523653\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/medical_14634786.svg\",\"id\":530},\"library\":\"svg\"},\"title_text_a\":\"The Perfect Derma Peel\",\"description_text_a\":\"Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. \",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/perfect-derma-peel\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center right\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f6b9a66\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6fa075f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9c7dc73\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c8d74c7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"slider-section-3\",\"pp_display_conditions\":[{\"_id\":\"8a9f95b\",\"pp_condition_date_time_before_value\":\"2024-06-11 05:13\"}],\"background_background\":\"classic\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82a6db0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\" <span style=\\\"\\\">Genesis Wellness & Aesthetics<\\/span> \",\"description\":\"Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.\",\"button_text\":\"SCHEDULE A VISIT\",\"background_color\":\"\",\"_id\":\"bd6825e\",\"background_image\":{\"id\":4028,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay\":\"yes\",\"link_click\":\"button\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"heading\":\" <span style=\\\"\\\">Genesis Wellness & Aesthetics<\\/span> \",\"description\":\"Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.\",\"button_text\":\"SCHEDULE A VISIT\",\"background_color\":\"\",\"background_image\":{\"id\":1446,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay\":\"yes\",\"link_click\":\"button\",\"_id\":\"ab51abc\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"slides_height\":{\"unit\":\"px\",\"size\":850,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Rubik\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"heading_typography_line_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Barlow\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_typography_font_weight\":\"600\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"e57c504\",\"pp_condition_date_time_before_value\":\"2024-06-11 05:13\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"arrows_color\":\"globals\\/colors?id=astglobalcolor5\",\"dots_color\":\"globals\\/colors?id=astglobalcolor1\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"72d0d91\"}],\"slides_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"transition\":\"fade\",\"slides_horizontal_position\":\"left\",\"slides_text_align\":\"left\",\"content_max_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"slides_height_tablet_extra\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]},\"slides_height_mobile\":{\"unit\":\"px\",\"size\":435,\"sizes\":[]},\"content_max_width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"content_max_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"slides_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false},\"heading_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"heading_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"heading_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"heading_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"arrows_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"slides_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slides_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"content_animation\":\"\",\"dots_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false},{\"id\":\"49122ae\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"01a8c00\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f35a3c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69c804a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"161b1a8\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"services-section\",\"background_color\":\"#FDFBFB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f05218a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"ba38b00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5f08180\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f14fe1a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ce367ec\"}],\"pp_display_conditions\":[{\"_id\":\"204d7c3\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_align_items_tablet\":\"center\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"db7cf5b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Featured <span style=\\\"font-weight:300\\\">Services\",\"typography_font_weight\":\"900\",\"pp_display_conditions\":[{\"_id\":\"e8e94be\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19c956b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23}},\"elements\":[{\"id\":\"2ca594d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"baeed71\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":1420,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/SIGNATURE-HYDRAFACIAL-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45d355a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Medical Aesthetics\",\"description_text\":\"Botox\\u00ae is FDA-approved to prevent chronic migraine and has been shown to significantly reduce both the frequency and severity of migraine days over time.\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1703cf8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-aesthetics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9cac88c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fe5cb64\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":4509,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Medical-Weight-Loss-PHYSIQ-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1cf658f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\" Medical Weight Loss + PHYSIQ\",\"description_text\":\"Our Medical Weight Loss Program combines evidence based medications, prescription peptide therapy options, and compassionate clinical oversight ..\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f786bbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-weight-loss-physiq\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d8417c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"af5d64d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":1974,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/our-blog.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"92014fc\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Concierge Dermatology\",\"description_text\":\"At Genesis Wellness & Aesthetics, our Concierge Dermatology service offers compassionate, personalized, and medically guided care..\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0824847\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9be4f74\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"32f0987\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":4508,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Medical-Aesthetics-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"306ce13\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\" IV & Wellness Injections\",\"description_text\":\"Our NAD+ and vitamin injection menu is designed to support cellular repair, metabolic function, mental clarity and overall vitality \\u2014 all under medical supervision.\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ce0e222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/iv-wellness-injections\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"98731b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0eb0bf4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":4513,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Skincare-Facials-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9c5f0c1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Skincare & Facials\",\"description_text\":\"Personalized skincare and facials use clinical protocols to treat acne, pigmentation, aging, and sensitivity while restoring skin with real results.\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"369f60f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/skincare-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7072abc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"82cb00d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"image\":{\"id\":4514,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Laser-Body-Treatments-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"20a9023\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3debab9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Laser & Body Treatments\",\"description_text\":\"Advanced laser and body treatments use safe medical technology to tighten skin, reduce scars, sculpt contours, and deliver visible results.\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"title_size\":\"h5\",\"position\":\"top\",\"position_mobile\":\"top\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"200581f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"background_color\":\"#DB922600\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"773961c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/laser-body-treatments\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"faee243\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color\":\"#F6F2EE\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c491a84\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"da10133\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f514a0\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":4737,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/image-24.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"94a3aaa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":991,\"sizes\":[]}},\"elements\":[{\"id\":\"7bcce30\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"60\",\"isLinked\":true,\"unit\":\"px\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ded22c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"378261d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"453cb2b\"}],\"pp_display_conditions\":[{\"_id\":\"c5ac556\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}]},\"elements\":[{\"id\":\"88f80a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"75eed8b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"63c383a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"99c0651\"}],\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2b8f21a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d88e55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked \\n <span style=\\\"font-weight:200\\\">Questions<\\/span>\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb52702\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62d7596\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How is your Medical Weight Loss Program different?\",\"_id\":\"be0525f\",\"faq_answer\":\"<p>Our program is medically supervised, personalized, and often includes GLP 1 medications such as Semaglutide or Tirzepatide, alongside nutrition and lifestyle support. We focus on safety, education, and sustainable results.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What is PHYSIQ body contouring?\",\"_id\":\"4e787d8\",\"faq_answer\":\"<p>PHYSIQ is a non invasive treatment that uses advanced STEP technology to reduce fat and strengthen muscle in targeted areas with little to no downtime.<\\/p>\"},{\"tab_title\":\"Do I have to do PHYSIQ to join the weight loss program?\",\"faq_answer\":\"<p>No \\u2014 many patients choose weight loss alone. PHYSIQ simply enhances body sculpting results when stubborn areas persist.<\\/p>\",\"_id\":\"0f3b99a\"},{\"tab_title\":\"What conditions do you treat with concierge dermatology?\",\"faq_answer\":\"<p>We commonly support acne, rosacea, pigmentation issues, melasma, chronic irritation, aging concerns, and preventive skin health.<\\/p>\",\"_id\":\"607d030\"},{\"tab_title\":\"Do you offer Botox for migraine relief?\",\"faq_answer\":\"<p>Yes \\u2014 Botox is FDA approved to help reduce the frequency and severity of chronic migraines in qualified patients. A consultation is required.<\\/p>\",\"_id\":\"94503a4\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_bg_color\":\"#F1F1F1A6\",\"question_border_border\":\"solid\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_border_color\":\"#D1D5DB73\",\"question_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"24\",\"bottom\":\"26\",\"left\":\"24\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a123779\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color\":\"\",\"question_border_color\":\"\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"question_typography_typography\":\"custom\",\"question_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"question_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":false},\"answer_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(50620, 4456, '_wp_attached_file', '2026/01/banner-img.jpg'),
(50621, 4456, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:22:\"2026/01/banner-img.jpg\";s:8:\"filesize\";i:192009;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"banner-img-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9417;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"banner-img-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"banner-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6893;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"banner-img-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37251;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"banner-img-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50622, 4456, '_elementor_source_image_hash', 'ba9bf29baa1077eeb58350b85783eab1ea9aaaa5'),
(50623, 4457, '_wp_attached_file', '2026/01/slider1.jpg'),
(50624, 4457, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2026/01/slider1.jpg\";s:8:\"filesize\";i:195432;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"slider1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"slider1-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"slider1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26656;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"slider1-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50625, 4457, '_elementor_source_image_hash', 'b41921900006817c2bede433d47a976c73ed917e'),
(50626, 4458, '_wp_attached_file', '2026/01/banner-img-2.jpg'),
(50627, 4458, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/01/banner-img-2.jpg\";s:8:\"filesize\";i:138144;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"banner-img-2-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8112;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-img-2-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-img-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:5374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-img-2-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31063;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-img-2-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50628, 4458, '_elementor_source_image_hash', 'b50480d28638e58ae9619e8a582077c9f4c1aaf8'),
(50629, 4459, '_wp_attached_file', '2026/01/slider3.jpg'),
(50630, 4459, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2026/01/slider3.jpg\";s:8:\"filesize\";i:183624;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"slider3-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"slider3-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48683;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"slider3-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31129;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"slider3-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50631, 4459, '_elementor_source_image_hash', '4dbfee0f12fae08c8017f155ad5f599339654287'),
(51011, 4493, '_wp_attached_file', '2026/01/Nursing-img.jpg'),
(51012, 4493, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:23:\"2026/01/Nursing-img.jpg\";s:8:\"filesize\";i:96051;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Nursing-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Nursing-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8019;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Nursing-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51013, 4493, '_elementor_source_image_hash', '0c1c490494578e095a4400d13ff4eea171935fd6'),
(51014, 4494, '_wp_attached_file', '2026/01/services-img.jpg'),
(51015, 4494, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:24:\"2026/01/services-img.jpg\";s:8:\"filesize\";i:101081;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"services-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"services-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"services-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61324;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51016, 4494, '_elementor_source_image_hash', 'ae3e1b47dec2433e5ca60c17f15389bf28b8843d'),
(51017, 4495, '_wp_attached_file', '2026/01/services-img-1.jpg'),
(51018, 4495, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:26:\"2026/01/services-img-1.jpg\";s:8:\"filesize\";i:116519;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"services-img-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"services-img-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:7303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"services-img-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51019, 4495, '_elementor_source_image_hash', 'b8a03ba5227bee7307fa33af4b5b565eb91f198c'),
(51020, 4496, '_wp_attached_file', '2026/01/services-img-2.jpg'),
(51021, 4496, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:26:\"2026/01/services-img-2.jpg\";s:8:\"filesize\";i:93063;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"services-img-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"services-img-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:7627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"services-img-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51022, 4496, '_elementor_source_image_hash', '1723a2972deb0c4b89502018f68855a86ca6aef8'),
(51023, 4497, '_wp_attached_file', '2026/01/section-img.jpg'),
(51024, 4497, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2026/01/section-img.jpg\";s:8:\"filesize\";i:164499;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"section-img-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17142;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"section-img-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"section-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8647;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"section-img-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51025, 4497, '_elementor_source_image_hash', '50f119aa49afdcb70a3db74d19936e8238250c72'),
(51026, 4498, '_wp_attached_file', '2026/01/services-img-3.jpg'),
(51027, 4498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:26:\"2026/01/services-img-3.jpg\";s:8:\"filesize\";i:109288;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"services-img-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"services-img-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:7272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"services-img-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51028, 4498, '_elementor_source_image_hash', 'd039e2cac1947c34cc2be507e342ae64af31bbe0'),
(51120, 4508, '_wp_attached_file', '2026/01/Medical-Aesthetics-img.jpg'),
(51121, 4508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2026/01/Medical-Aesthetics-img.jpg\";s:8:\"filesize\";i:96437;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Medical-Aesthetics-img-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Medical-Aesthetics-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7061;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Medical-Aesthetics-img-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51122, 4509, '_wp_attached_file', '2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg'),
(51123, 4509, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:42:\"2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg\";s:8:\"filesize\";i:123345;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Medical-Weight-Loss-PHYSIQ-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Medical-Weight-Loss-PHYSIQ-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Medical-Weight-Loss-PHYSIQ-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51155, 4513, '_wp_attached_file', '2026/01/Skincare-Facials-img.jpg'),
(51156, 4513, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2026/01/Skincare-Facials-img.jpg\";s:8:\"filesize\";i:83264;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Skincare-Facials-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Skincare-Facials-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6567;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Skincare-Facials-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51157, 4514, '_wp_attached_file', '2026/01/Laser-Body-Treatments-img.jpg'),
(51158, 4514, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2026/01/Laser-Body-Treatments-img.jpg\";s:8:\"filesize\";i:93134;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Laser-Body-Treatments-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Laser-Body-Treatments-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Laser-Body-Treatments-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(52246, 4623, '_edit_last', '1'),
(52247, 4623, '_edit_lock', '1770164270:1'),
(52248, 4623, '_wp_page_template', 'default'),
(52251, 4623, 'site-sidebar-layout', 'no-sidebar'),
(52252, 4623, 'ast-site-content-layout', 'full-width-container'),
(52253, 4623, 'site-content-style', 'default'),
(52254, 4623, 'site-sidebar-style', 'default'),
(52255, 4623, 'ast-featured-img', 'disabled'),
(52257, 4623, 'ast-breadcrumbs-content', 'disabled'),
(52258, 4623, 'theme-transparent-header-meta', 'default'),
(52259, 4625, '_edit_last', '1'),
(52260, 4625, '_edit_lock', '1769606410:1'),
(52261, 4625, '_wp_page_template', 'default'),
(52264, 4625, 'site-sidebar-layout', 'no-sidebar'),
(52265, 4625, 'ast-site-content-layout', 'full-width-container'),
(52266, 4625, 'site-content-style', 'default'),
(52267, 4625, 'site-sidebar-style', 'default'),
(52268, 4625, 'ast-featured-img', 'disabled'),
(52270, 4625, 'ast-breadcrumbs-content', 'disabled'),
(52271, 4625, 'theme-transparent-header-meta', 'default'),
(52272, 4627, '_edit_last', '1'),
(52273, 4627, '_edit_lock', '1770163029:1'),
(52274, 4627, '_wp_page_template', 'default'),
(52277, 4627, 'site-sidebar-layout', 'no-sidebar'),
(52278, 4627, 'ast-site-content-layout', 'full-width-container'),
(52279, 4627, 'site-content-style', 'default'),
(52280, 4627, 'site-sidebar-style', 'default'),
(52281, 4627, 'ast-featured-img', 'disabled'),
(52283, 4627, 'ast-breadcrumbs-content', 'disabled'),
(52284, 4627, 'theme-transparent-header-meta', 'default'),
(52285, 4629, '_edit_last', '1'),
(52286, 4629, '_edit_lock', '1770036301:1'),
(52287, 4629, '_wp_page_template', 'default'),
(52290, 4629, 'site-sidebar-layout', 'no-sidebar'),
(52291, 4629, 'ast-site-content-layout', 'full-width-container'),
(52292, 4629, 'site-content-style', 'default'),
(52293, 4629, 'site-sidebar-style', 'default'),
(52294, 4629, 'ast-featured-img', 'disabled'),
(52296, 4629, 'ast-breadcrumbs-content', 'disabled'),
(52297, 4629, 'theme-transparent-header-meta', 'default'),
(52298, 4631, '_edit_last', '1'),
(52299, 4631, '_edit_lock', '1768646362:1'),
(52300, 4631, '_wp_page_template', 'default'),
(52301, 4631, 'site-post-title', 'disabled'),
(52303, 4631, 'site-sidebar-layout', 'default'),
(52304, 4631, 'ast-site-content-layout', 'default'),
(52305, 4631, 'site-content-style', 'default'),
(52306, 4631, 'site-sidebar-style', 'default'),
(52307, 4631, 'ast-featured-img', 'disabled'),
(52308, 4631, 'astra-migrate-meta-layouts', 'set'),
(52309, 4631, 'ast-breadcrumbs-content', 'disabled'),
(52310, 4631, 'theme-transparent-header-meta', 'default'),
(52311, 4633, '_edit_last', '1'),
(52312, 4633, '_edit_lock', '1768646377:1'),
(52313, 4633, '_wp_page_template', 'default'),
(52314, 4633, 'site-post-title', 'disabled'),
(52316, 4633, 'site-sidebar-layout', 'default'),
(52317, 4633, 'ast-site-content-layout', 'default'),
(52318, 4633, 'site-content-style', 'default'),
(52319, 4633, 'site-sidebar-style', 'default'),
(52320, 4633, 'ast-featured-img', 'disabled'),
(52321, 4633, 'astra-migrate-meta-layouts', 'set'),
(52322, 4633, 'ast-breadcrumbs-content', 'disabled'),
(52323, 4633, 'theme-transparent-header-meta', 'default'),
(52342, 4637, '_menu_item_type', 'post_type'),
(52343, 4637, '_menu_item_menu_item_parent', '4619'),
(52344, 4637, '_menu_item_object_id', '4629'),
(52345, 4637, '_menu_item_object', 'page'),
(52346, 4637, '_menu_item_target', ''),
(52347, 4637, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52348, 4637, '_menu_item_xfn', ''),
(52349, 4637, '_menu_item_url', ''),
(52351, 4638, '_menu_item_type', 'post_type'),
(52352, 4638, '_menu_item_menu_item_parent', '4619'),
(52353, 4638, '_menu_item_object_id', '4627'),
(52354, 4638, '_menu_item_object', 'page'),
(52355, 4638, '_menu_item_target', ''),
(52356, 4638, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52357, 4638, '_menu_item_xfn', ''),
(52358, 4638, '_menu_item_url', ''),
(52360, 4639, '_menu_item_type', 'post_type'),
(52361, 4639, '_menu_item_menu_item_parent', '4619'),
(52362, 4639, '_menu_item_object_id', '4625'),
(52363, 4639, '_menu_item_object', 'page'),
(52364, 4639, '_menu_item_target', ''),
(52365, 4639, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52366, 4639, '_menu_item_xfn', ''),
(52367, 4639, '_menu_item_url', ''),
(52369, 4640, '_menu_item_type', 'post_type'),
(52370, 4640, '_menu_item_menu_item_parent', '4619'),
(52371, 4640, '_menu_item_object_id', '4623'),
(52372, 4640, '_menu_item_object', 'page'),
(52373, 4640, '_menu_item_target', ''),
(52374, 4640, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52375, 4640, '_menu_item_xfn', ''),
(52376, 4640, '_menu_item_url', ''),
(52379, 4623, '_elementor_edit_mode', 'builder'),
(52380, 4623, '_astra_content_layout_flag', 'disabled'),
(52381, 4623, 'ast-title-bar-display', 'disabled'),
(52382, 4623, '_elementor_template_type', 'wp-page'),
(52383, 4623, '_elementor_version', '3.35.0'),
(52384, 4623, '_elementor_pro_version', '3.35.0'),
(52387, 4627, '_elementor_edit_mode', 'builder'),
(52388, 4627, '_astra_content_layout_flag', 'disabled'),
(52389, 4627, 'ast-title-bar-display', 'disabled'),
(52390, 4627, '_elementor_template_type', 'wp-page'),
(52391, 4627, '_elementor_version', '3.35.0'),
(52392, 4627, '_elementor_pro_version', '3.35.0');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(52408, 4627, '_elementor_data', '[{\"id\":\"7322f05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30}},\"elements\":[{\"id\":\"3657a5f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3aad18f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Concierge Dermatology & Medical \\n <span style=\\\"font-weight:800\\\">Skin Care<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb5bd7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Genesis Wellness &amp; Aesthetics, our Concierge Dermatology service offers compassionate, personalized, and medically guided care for acne, pigmentation, aging, rosacea, and chronic skin concerns \\u2014 without the limitations of insurance driven models. You\\u2019ll receive extended appointment time, direct education, and a treatment plan created around your unique skin, lifestyle, and goals.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8b92766\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"be0f88e\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/Concierge-Dermatology-new.jpg\",\"id\":5312,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0ede7f\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"0eec8b6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"e886bbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We <span style=\\\"font-weight: 300\\\">Treat\\n<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c1a6864\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1ec4806\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9f57b08\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/inflammation_6527404.svg\",\"id\":4647},\"library\":\"svg\"},\"title_text\":\"Acne & hormonal breakouts\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"acff242\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"171ae2b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/signaling_18622361.svg\",\"id\":4663},\"library\":\"svg\"},\"title_text\":\"Rosacea & redness\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"fcebdb8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5981710\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/allergy_16127811.svg\",\"id\":4664},\"library\":\"svg\"},\"title_text\":\"Melasma & hyperpigmentation\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"09589c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7cb04d9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/skin_3780629.svg\",\"id\":4665},\"library\":\"svg\"},\"title_text\":\"Texture, scarring & enlarged pores\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"55e79d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"042738d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/drought_17462612.svg\",\"id\":4666},\"library\":\"svg\"},\"title_text\":\"Sun damage & visible aging\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3d5dcaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"e5ec916\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/facial_3792293.svg\",\"id\":4670},\"library\":\"svg\"},\"title_text\":\"Chronic irritation & sensitive skin\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"000e4ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5b3e1f0\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/acne_18300117.svg\",\"id\":4781},\"library\":\"svg\"},\"title_text\":\"Perioral dermatitis & irritation\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c06478a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3c1b810\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/hormones_3993203.svg\",\"id\":4671},\"library\":\"svg\"},\"title_text\":\"Hormonal & perimenopausal skin changes\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6248d75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3deaf23\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/social_12759410-1.svg\",\"id\":4673},\"library\":\"svg\"},\"title_text\":\"Preventive skin health & maintenance\",\"description_text\":\"\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"549998a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59d27ff\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4c9158\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa391c8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"patients-section\",\"pp_display_conditions\":[{\"_id\":\"c823e1a\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"content_width\":\"full\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_direction_tablet\":\"column-reverse\"},\"elements\":[{\"id\":\"c77bd33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60a87b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e56c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0038e7c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"205d8b4\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_align_items_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"0116432\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"<span style=\\\"font-weight:300\\\">Your Visit \\n<\\/span> Includes.\",\"pp_display_conditions\":[{\"_id\":\"b9e7cec\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"288d466\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Comprehensive skin & health history review\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Assessment of hormones, lifestyle, triggers & skincare routine\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"6bbd321\"},{\"text\":\" Customized prescription and\\/or medical-grade skincare plan\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"2352906\"},{\"text\":\"Clear education on use and expectations\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"3a35326\"},{\"text\":\"Follow-up support as needed \\u2014 ongoing partnership in your skin journey\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"0b0b82b\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7ccb42f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"id\":5447,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/1BCF999D-000F-4E82-B692-B6C6C0E2B70E.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_xpos\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"background_xpos_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60a87b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e56c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0038e7c\"}],\"pp_display_conditions\":[{\"_id\":\"205d8b4\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"1837202\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"db9609c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"91d81ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prescription & Treatment \\n\\n <span style=\\\"font-weight:800\\\">Options<\\/span> \",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14aa76b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Based on your diagnosis and medical history, your plan may include topical prescriptions, oral medications when appropriate, medical-grade skincare, habit and routine guidance, and supportive in-clinic treatments.<\\/p>\",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baa6fea\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Latisse Lash Growth Rx\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Tretinoin \\/ prescription retinoids\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"158aa56\"},{\"text\":\"Topical antibiotics such as clindamycin\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"d30839b\"},{\"text\":\"Azelaic acid\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"7954dff\"},{\"text\":\" Metronidazole for rosacea\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"243372a\"},{\"text\":\"Sulfur-based anti-inflammatory treatments\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"125a9c9\"},{\"text\":\"Hydroquinone & pigment-correcting regimens when indicated\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"6d2deb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d81f718\",\"elType\":\"widget\",\"settings\":{\"title\":\"Examples of Oral Medications May Include:\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"1cf612c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48c113d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Antibiotics during acne flares (when appropriate)\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Spironolactone for hormonal acne in female patients\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"d30839b\"},{\"text\":\"Oral antihistamines for inflammatory skin conditions\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"7954dff\"},{\"text\":\"Dermatology-directed compounded medications\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"243372a\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2778f2a\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"e6b9e96\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"30c273e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service \\n<span style=\\\"font-weight: 300\\\">Fees\\n<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c402be2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23}},\"elements\":[{\"id\":\"721dd2a\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Initial Dermatology Consult \",\"item_description\":\"Virtual medical evaluation with custom treatment plan.\",\"price\":\"$125\",\"link\":{\"url\":\"\"},\"_id\":\"0f1a2fa\"},{\"title\":\"Follow Up Visit\",\"item_description\":\"Only required if medication changes are needed or your treatment plan is updated.\\n\",\"price\":\"$75\",\"link\":{\"url\":\"\"},\"_id\":\"c723bad\"},{\"title\":\"Refill Processing Fee\",\"item_description\":\"No visit required if you are stable on your current prescription plan.\\n\",\"price\":\"$25\",\"link\":{\"url\":\"\"},\"_id\":\"8c9588b\"}],\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"price_typography_font_weight\":\"900\",\"separator_color\":\"#A2A2A2\",\"pp_display_conditions\":[{\"_id\":\"09026c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"80359ee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"d23c121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bf4fe1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Options May \\n <span style=\\\"font-weight:800\\\">Include<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4f324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Topical prescriptions, oral medication when appropriate, medical grade skincare, and supportive in clinic treatments. All plans are personalized.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42951e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Concierge Dermatology?\\n\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"afca8be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c22a059\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"More time with your provider\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Transparent, predictable pricing\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"d30839b\"},{\"text\":\"Direct communication & education\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"7954dff\"},{\"text\":\"Care that blends medical & aesthetic expertise\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"243372a\"},{\"text\":\"Personalized treatment \\u2014 not rushed or transactional\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"125a9c9\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"34c27d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"e1577d3\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/15-1.png\",\"id\":4199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9ecf762\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"8a5ccc5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"5712308\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"02cb63b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Ready to begin your skin <\\/span> health journey?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c55c1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Book your Concierge Dermatology consultation today.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1b12f13\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a7de51e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Dermatology Consult\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a3b36c4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color\":\"#F6F2EE\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c491a84\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"da10133\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f514a0\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":4737,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/image-24.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"94a3aaa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":991,\"sizes\":[]}},\"elements\":[{\"id\":\"7ff64c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"60\",\"isLinked\":true,\"unit\":\"px\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ded22c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"378261d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"453cb2b\"}],\"pp_display_conditions\":[{\"_id\":\"c5ac556\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}]},\"elements\":[{\"id\":\"b05b723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"75eed8b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"63c383a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"99c0651\"}],\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2b8f21a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4190dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked \\n <span style=\\\"font-weight:200\\\">Questions<\\/span>\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb52702\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05aee10\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do I need insurance for this service?\",\"_id\":\"be0525f\",\"faq_answer\":\"No \\u2014 concierge dermatology is direct care. This allows for extended appointment time, customized planning, and transparent pricing.\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Can you send prescriptions to my pharmacy?\",\"_id\":\"4e787d8\",\"faq_answer\":\"Yes. When medically appropriate, prescriptions can be sent to the pharmacy of your choice.\"},{\"tab_title\":\"Is this cosmetic skincare?\",\"_id\":\"25a7a7a\",\"faq_answer\":\"No. This is medical dermatology care overseen by a licensed medical provider \\u2014 while still integrating\\naesthetics when appropriate.\"},{\"tab_title\":\"How soon will I see results?\",\"faq_answer\":\"Most patients begin to see improvement within 4\\u201312 weeks depending on their condition and treatment plan.\",\"_id\":\"7a5f9d6\"},{\"tab_title\":\"Do you treat teens and adults?\",\"faq_answer\":\"Yes \\u2014 we support both teens and adults with acne, rosacea, pigmentation and chronic skin issues.\\n\",\"_id\":\"5effb25\"},{\"tab_title\":\"Will I be pressured to buy skincare products?\",\"faq_answer\":\"No. Products are only recommended when they truly support your medical plan and skin health.\",\"_id\":\"70777f5\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_bg_color\":\"#F1F1F1\",\"question_border_border\":\"solid\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_border_color\":\"#D1D5DB73\",\"question_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"24\",\"bottom\":\"26\",\"left\":\"24\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a123779\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color\":\"\",\"question_border_color\":\"\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"question_typography_typography\":\"custom\",\"question_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"question_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":false},\"answer_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(52443, 4647, '_wp_attached_file', '2026/01/inflammation_6527404.svg'),
(52444, 4647, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:12295;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52603, 4663, '_wp_attached_file', '2026/01/signaling_18622361.svg'),
(52604, 4663, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2050;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52606, 4664, '_wp_attached_file', '2026/01/allergy_16127811.svg'),
(52607, 4664, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:9764;s:5:\"width\";i:128;s:6:\"height\";i:128;}'),
(52609, 4665, '_wp_attached_file', '2026/01/skin_3780629.svg'),
(52610, 4665, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2169;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52612, 4666, '_wp_attached_file', '2026/01/drought_17462612.svg'),
(52613, 4666, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3122;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(52615, 4667, '_wp_attached_file', '2026/01/dry-skin_8985492.svg'),
(52616, 4667, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:8854;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52618, 4668, '_wp_attached_file', '2026/01/beauty_8495922.svg'),
(52619, 4668, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3172;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52621, 4669, '_wp_attached_file', '2026/01/thin_12856154.svg'),
(52622, 4669, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2978;s:5:\"width\";i:500;s:6:\"height\";i:500;}'),
(52624, 4670, '_wp_attached_file', '2026/01/facial_3792293.svg'),
(52625, 4670, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3603;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52627, 4671, '_wp_attached_file', '2026/01/hormones_3993203.svg'),
(52628, 4671, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2319;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(52630, 4672, '_wp_attached_file', '2026/01/thin_12856151.svg'),
(52631, 4672, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2401;s:5:\"width\";i:500;s:6:\"height\";i:500;}'),
(52633, 4673, '_wp_attached_file', '2026/01/social_12759410-1.svg'),
(52634, 4673, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4899;s:5:\"width\";i:500;s:6:\"height\";i:500;}'),
(52727, 4683, '_wp_attached_file', '2026/01/services-img-4.jpg'),
(52728, 4683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2026/01/services-img-4.jpg\";s:8:\"filesize\";i:173452;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"services-img-4-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15377;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"services-img-4-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"services-img-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:7951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"services-img-4-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(52729, 4683, '_elementor_source_image_hash', '363fc498c836bb321fb93038abb6ae19c77de942'),
(52790, 4690, '_wp_attached_file', '2026/01/check-mark_5290989-5.svg'),
(52791, 4690, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:712;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(53240, 4736, '_wp_attached_file', '2026/01/custom-img-040-copyright.jpg'),
(53241, 4736, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:630;s:4:\"file\";s:36:\"2026/01/custom-img-040-copyright.jpg\";s:8:\"filesize\";i:48058;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"custom-img-040-copyright-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"custom-img-040-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53242, 4736, '_elementor_source_image_hash', '6cd6a1ae4042b2acad254d1d09ffb4bcaeb92887'),
(53243, 4737, '_wp_attached_file', '2026/01/image-24.png'),
(53244, 4737, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:946;s:6:\"height\";i:847;s:4:\"file\";s:20:\"2026/01/image-24.png\";s:8:\"filesize\";i:70388;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-24-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-24-768x688.png\";s:5:\"width\";i:768;s:6:\"height\";i:688;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53245, 4737, '_elementor_source_image_hash', 'addbacc168d01c6af35b2363ecc807a7265c4f46'),
(53643, 4777, '_wp_attached_file', '2026/01/elastic_11015047.svg'),
(53644, 4777, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:7262;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(53646, 4778, '_wp_attached_file', '2026/01/beauty_11015041.svg'),
(53647, 4778, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:6879;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(53649, 4779, '_wp_attached_file', '2026/01/acne_11015049-1.svg'),
(53650, 4779, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:7928;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(53652, 4780, '_wp_attached_file', '2026/01/acne_3441246.svg'),
(53653, 4780, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:7440;s:5:\"width\";i:682;s:6:\"height\";i:682;}'),
(53655, 4781, '_wp_attached_file', '2026/01/acne_18300117.svg'),
(53656, 4781, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2198;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(53792, 4629, '_elementor_edit_mode', 'builder'),
(53793, 4629, '_astra_content_layout_flag', 'disabled'),
(53794, 4629, 'ast-title-bar-display', 'disabled'),
(53795, 4629, '_elementor_template_type', 'wp-page'),
(53796, 4629, '_elementor_version', '3.34.4'),
(53797, 4629, '_elementor_pro_version', '3.34.4');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(53813, 4629, '_elementor_data', '[{\"id\":\"3565b9e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30}},\"elements\":[{\"id\":\"f9d35d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fbe49c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ IV Therapy & Vitamin \\n <span style=\\\"font-weight:800\\\">Injections<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c5b68d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our NAD+ and vitamin injection menu is designed to support cellular repair, metabolic function, mental clarity and overall vitality \\u2014 all under medical supervision. NAD+ (nicotinamide adenine dinucleotide) is a coenzyme essential for mitochondrial energy production and healthy aging. Delivered intravenously or by injection, NAD+ supports cellular regeneration and whole body wellness.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4c8d79b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"633d448\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/02\\/NAD-IV-Therapy-Vitamin-Injections-img.jpg\",\"id\":5332,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b2b3807\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"cc56eb3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"flex_align_items\":\"center\",\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"12e538d\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ IV \\n <span style=\\\"font-weight: 300\\\">Therapy\\n<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a568799\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>NAD+ (nicotinamide adenine dinucleotide) is a vital coenzyme involved in mitochondrial energy<br \\/>production and cellular repair. NAD+ IV therapy delivers NAD+ directly into the bloodstream for optimal bioavailability.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"4bbdd03\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b651d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Potential Benefits\\n\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e02516\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2dcba8a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1953b4b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Support for cellular repair & longevity pathways\",\"description_text\":\"\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5d44dea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3f6c382\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Enhanced energy & metabolic function\",\"description_text\":\"\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"b324ac4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f41434a\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Improved focus & mental clarity\",\"description_text\":\"\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d506b61\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"0524b75\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Support for recovery & detox pathways\",\"description_text\":\"\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"452cb2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"31ae80e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f84e7da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"62d1b55\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D1D5DB5C\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a271b47\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"css_classes\":\"services-col\",\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"755539d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mood & stress resilience support\",\"description_text\":\"\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"98d99e4\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_size\":\"h5\",\"position\":\"inline-start\",\"position_mobile\":\"top\",\"content_vertical_alignment\":\"middle\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"text_align_mobile_extra\":\"center\",\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"455d083\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"23cfbe3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d2a93d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ Injection \\n\\n\\n <span style=\\\"font-weight:800\\\">Therapy<\\/span> \",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5233e74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A shorter duration option for ongoing cellular support where NAD+ is administered via intramuscular injection.<\\/p>\",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3598d04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vitamin & Wellness Injections\\n\",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7250dfe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitamin B complex\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Vitamin B12\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"ced0fb8\"},{\"text\":\"Targeted nutrient boosters based on your wellness goals\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"90a2a30\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"dd3e89f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety & Consultation\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"1cf612c\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1247105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A medical review is required prior to treatment to confirm candidacy, discuss goals, and determine your dosing schedule. Your safety and wellness always come first.<\\/p>\",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9d04b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"45cc99f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6a1a89\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2d43ef5\"}],\"pp_display_conditions\":[{\"_id\":\"a80c608\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"42e8555\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3-1.png\",\"id\":4032,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"0894666\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"71b6512\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24c2b33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0899d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55219ba\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2d8d73b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"45eec98\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d35a23c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ecd8d19\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"87095c0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d732617\"}],\"pp_display_conditions\":[{\"_id\":\"4da74a3\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"a4b94c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu \\/ Price List\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c8c3078\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae98254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infusion<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"979add3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2196cc3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"0ea54b7\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 500mg (4h)\",\"menu_price\":\"599\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;37ni3&quot;,&quot;text&quot;:&quot;Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;5feqp&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;3dfc&quot;,&quot;text&quot;:&quot;Renew NAD+ Package ($2,250, save $146) &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div data-block=\\\"true\\\" data-editor=\\\"f2r0r\\\" data-offset-key=\\\"5i44b-0-0\\\"><div data-offset-key=\\\"5i44b-0-0\\\"><span data-offset-key=\\\"5i44b-0-0\\\">Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"7877a6a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"dd193f5\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 250mg (2h)\",\"menu_price\":\"399\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;3te94&quot;,&quot;text&quot;:&quot;Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;8fpuv&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;cm51o&quot;,&quot;text&quot;:&quot;Revive NAD+ Program ($1,499, save $97)&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div class=\\\"block paragraph\\\" data-block=\\\"true\\\" data-editor=\\\"bsv\\\" data-offset-key=\\\"dbfj5-0-0\\\"><div data-offset-key=\\\"dbfj5-0-0\\\" class=\\\"public-DraftStyleDefault-block public-DraftStyleDefault-ltr\\\"><span data-offset-key=\\\"dbfj5-0-0\\\">Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"0ed42d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a1aac8e\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Weight Loss (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"35e1b73\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"31a7cb4\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Hangover (1h)\",\"menu_price\":\"245\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;dll3l&quot;,&quot;text&quot;:&quot;Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. <\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"7fb868f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c148aa\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Anti-acid (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"0f5dfad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a9de977\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Immunity & Detox (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"ac801a1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"c13c7f8\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Allergy (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"2797149\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"557e5d6\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Migraine (1h)\",\"menu_price\":\"225\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8ekqs&quot;,&quot;text&quot;:&quot;Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. <span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"ce349d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"f59214d\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Myer\'s Mix (1h)\",\"menu_price\":\"199\",\"_id\":\"066335b\",\"menu_description\":\"Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"488370e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"37bac11\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Glutathione 1,000 (15 min.)\",\"menu_price\":\"145\",\"_id\":\"066335b\",\"menu_description\":\"IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \\\"Hollywood Infusion\\\" for glowing skin. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"95fe51d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"a5cd1e0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6b05666\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3e23d3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad0a56c\"}],\"pp_display_conditions\":[{\"_id\":\"518384b\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"52c10ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nutrient Shot<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca8d5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"258af17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"848df8d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"afd8e81\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Ketorolac\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"d3c89ff\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"b5df459\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Zofran\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A trusted medication for relieving nausea and vomiting, offering fast and effective relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"6562c60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"821c64a\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Lipo-B12\",\"menu_price\":\"49\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. <\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"a17a728\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"f3a449a\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"B12\",\"menu_price\":\"40\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><span style=\\\"font-size: 1rem;\\\">A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eba0697\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"05a92e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a0e3db4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c90521\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddf3164\"}],\"pp_display_conditions\":[{\"_id\":\"ef8d2cd\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f23bf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ Treatment <span style=\\\"font-weight:800\\\"> options <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b5b385f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion \\u2013 the ultimate revitalizing treatment for your body and mind!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0b3a7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f8c358\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff5b971\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Renew NAD+ Package ($2,250, save $146)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 500mg infusions\\n\\nEach 4 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"5a0bd7b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"6e7c3d9\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Revive NAD+ Package ($1,499, save $97)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 250mg infusions\\n\\nEach 2 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"e3492da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5e79\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 1,000mg vial ($495)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"13fb336\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"05f7daa\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Single Infusion NAD+\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"NAD+ 250mg (2h) - $399 (Athletic\\/Anti-aging)<br>\\n\\nNAD+ 500mg (4h) - $599 (Neuroregenerative)\",\"original_price\":\"$69\",\"image_switch\":\"\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"745eeee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24c2b33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0899d1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"55219ba\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2d8d73b\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"16a746c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"8c65165\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ecd8d19\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"87095c0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d732617\"}],\"pp_display_conditions\":[{\"_id\":\"4da74a3\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9050440\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu \\/ Price List\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c8c3078\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b084fce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infusion<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3938214\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3163a6a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78eab79\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e566295\"}],\"pp_display_conditions\":[{\"_id\":\"673775f\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ef7534\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"75e5b18\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 500mg (4h)\",\"menu_price\":\"599\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;37ni3&quot;,&quot;text&quot;:&quot;Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;5feqp&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;3dfc&quot;,&quot;text&quot;:&quot;Renew NAD+ Package ($2,250, save $146) &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div data-block=\\\"true\\\" data-editor=\\\"f2r0r\\\" data-offset-key=\\\"5i44b-0-0\\\"><div data-offset-key=\\\"5i44b-0-0\\\"><span data-offset-key=\\\"5i44b-0-0\\\">Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"ffc5e7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"cbc0bd7\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 250mg (2h)\",\"menu_price\":\"399\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;3te94&quot;,&quot;text&quot;:&quot;Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;8fpuv&quot;,&quot;text&quot;:&quot;&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}},{&quot;key&quot;:&quot;cm51o&quot;,&quot;text&quot;:&quot;Revive NAD+ Program ($1,499, save $97)&quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><div class=\\\"block paragraph\\\" data-block=\\\"true\\\" data-editor=\\\"bsv\\\" data-offset-key=\\\"dbfj5-0-0\\\"><div data-offset-key=\\\"dbfj5-0-0\\\" class=\\\"public-DraftStyleDefault-block public-DraftStyleDefault-ltr\\\"><span data-offset-key=\\\"dbfj5-0-0\\\">Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div><\\/div><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d7bd00\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"8424699\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6b05666\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3e23d3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad0a56c\"}],\"pp_display_conditions\":[{\"_id\":\"518384b\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"785e76a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nutrient Shot<span style=\\\"font-weight:800\\\"> Menu <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3a60c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"25a151f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d459b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"151cf1b\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Ketorolac\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"f02c168\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"0b13175\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Zofran\",\"menu_price\":\"45\",\"_id\":\"066335b\",\"menu_description\":\"A trusted medication for relieving nausea and vomiting, offering fast and effective relief. \",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"d626ce5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"e060a43\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Lipo-B12\",\"menu_price\":\"49\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\">A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. <\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"b3c679a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a967d97\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"B12\",\"menu_price\":\"40\",\"_id\":\"066335b\",\"menu_description\":\"<div data-editor-content=\\\"{&quot;blocks&quot;:[{&quot;key&quot;:&quot;8jn4d&quot;,&quot;text&quot;:&quot;A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. &quot;,&quot;type&quot;:&quot;unstyled&quot;,&quot;depth&quot;:0,&quot;inlineStyleRanges&quot;:[],&quot;entityRanges&quot;:[],&quot;data&quot;:{}}],&quot;entityMap&quot;:{}}\\\"><span style=\\\"font-size: 1rem;\\\">A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. <\\/span><span style=\\\"font-size: 1rem;\\\"><\\/span><\\/div>\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"yes\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3564787\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}]},\"elements\":[{\"id\":\"8381c3e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a0e3db4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c90521\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ddf3164\"}],\"pp_display_conditions\":[{\"_id\":\"ef8d2cd\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"88d9717\",\"elType\":\"widget\",\"settings\":{\"title\":\"NAD+ Treatment <span style=\\\"font-weight:800\\\"> options <\\/span>\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-03 04:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4636698\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion \\u2013 the ultimate revitalizing treatment for your body and mind!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5505fff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d8488c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af162e3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4297f7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0c80c9c\"}],\"pp_display_conditions\":[{\"_id\":\"0927148\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31048e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"27f49a5\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Renew NAD+ Package ($2,250, save $146)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 500mg infusions\\n\\nEach 4 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"9fbc70c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"5a5969b\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Revive NAD+ Package ($1,499, save $97)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"4 separate NAD+ 250mg infusions\\n\\nEach 2 hours over 1 month\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"55202cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"8d79f31\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"NAD+ 1,000mg vial ($495)\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).\",\"original_price\":\"$69\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true},{\"id\":\"1fedf22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"85441da\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6a20878\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"03973bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"30\",\"bottom\":\"26\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d25e617\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"410ad32\",\"elType\":\"widget\",\"settings\":{\"menu_items\":[{\"menu_title\":\"Single Infusion NAD+\",\"menu_price\":\"\",\"_id\":\"066335b\",\"menu_description\":\"NAD+ 250mg (2h) - $399 (Athletic\\/Anti-aging)<br>\\n\\nNAD+ 500mg (4h) - $599 (Neuroregenerative)\",\"original_price\":\"$69\",\"image_switch\":\"\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"image_size_size\":\"full\",\"menu_align\":\"left\",\"title_price_connector\":\"\",\"title_separator\":\"yes\",\"items_spacing\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_html_tag\":\"h6\",\"title_margin\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"divider_title_border_type\":\"none\",\"divider_title_border_weight\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"divider_title_border_width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"89c1af4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"price_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"pp-price-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26af9fd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"976cd3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"2f07133\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"625c95b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Book your NAD+ or vitamin injection \\n <\\/span> consultation today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8402986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule Wellness Consult\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a496215\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color\":\"#F6F2EE\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c491a84\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"da10133\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f514a0\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":4737,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/image-24.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"94a3aaa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":991,\"sizes\":[]}},\"elements\":[{\"id\":\"9f673b5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"60\",\"isLinked\":true,\"unit\":\"px\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ded22c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"378261d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"453cb2b\"}],\"pp_display_conditions\":[{\"_id\":\"c5ac556\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}]},\"elements\":[{\"id\":\"d9ec0dc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"75eed8b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"63c383a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"99c0651\"}],\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2b8f21a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f255e36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked \\n <span style=\\\"font-weight:200\\\">Questions<\\/span>\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb52702\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cb6e8c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How long does a NAD+ Itake?\",\"_id\":\"be0525f\",\"faq_answer\":\"<p>Sessions generally range from 60\\u2013180 minutes depending on dose.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"How often should I receive NAD+?\",\"faq_answer\":\"<p>Frequency is personalized based on goals and response.<\\/p>\",\"_id\":\"70777f5\"},{\"tab_title\":\"Will I need downtime?\",\"faq_answer\":\"<p>Most people return to normal activity the same day.<\\/p>\",\"_id\":\"8120c03\"},{\"tab_title\":\"Is a consultation required?\",\"faq_answer\":\"<p>Yes \\u2014 medical evaluation ensures safe and appropriate treatment.<\\/p>\",\"_id\":\"3559bf9\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_bg_color\":\"#F1F1F1\",\"question_border_border\":\"solid\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_border_color\":\"#D1D5DB73\",\"question_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"24\",\"bottom\":\"26\",\"left\":\"24\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a123779\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color\":\"\",\"question_border_color\":\"\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"question_typography_typography\":\"custom\",\"question_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"question_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":false},\"answer_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(54250, 4623, '_elementor_data', '[{\"id\":\"0f52a0e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30}},\"elements\":[{\"id\":\"33813eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa47fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Finally \\u2014 Real Relief from Chronic <span style=\\\"font-weight:800\\\">Migraines with Botox\\u00ae <\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cfb4f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If migraines rule your calendar and you\\u2019re tired of missing out on life, you\\u2019re not alone \\u2014 and there is help. Botox\\u00ae is FDA-approved to prevent chronic migraine and has been shown to significantly reduce both the frequency and severity of migraine days over time. At Genesis Wellness &amp; Aesthetics, your treatment is delivered with precision, compassion, and medical expertise \\u2014 in a calm environment where you are genuinely cared for.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f86e62f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"da0a60b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/wellness-chat.jpg\",\"id\":2881,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"113af06\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"fb9b2cb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"0134cfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who May Qualify for Migraine-Directed \\n\\n\\n\\n <span style=\\\"font-weight:800\\\">Botox\\u00ae<\\/span> \",\"align\":\"start\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff1c2eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"You experience 15 or more headache days per month\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"At least 8 of those days are migraine-type headaches\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"ced0fb8\"},{\"text\":\" This pattern has continued for 3 or more months\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"90a2a30\"},{\"text\":\"Headaches significantly impact your work, home life, or daily function\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"292d5a5\"},{\"text\":\"You have trialed other preventative options or been advised to consider Botox\\u00ae\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"47db253\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e51e194\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"45cc99f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6a1a89\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2d43ef5\"}],\"pp_display_conditions\":[{\"_id\":\"a80c608\",\"pp_condition_date_time_before_value\":\"2026-01-20 12:44\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"84102c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Fee-Life-image.jpg\",\"id\":5165,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"0894666\",\"pp_condition_date_time_before_value\":\"2026-01-20 12:44\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"278b568\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"08f8080\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"35c5bd7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a82c1b2\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"417ef3b\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=ea91347\"},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"9dab719\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7441bed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"587e917\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa9075a\"}],\"pp_display_conditions\":[{\"_id\":\"4b0c65d\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"flex_direction_tablet\":\"column\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"edb11ea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3023ea\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5484451\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"22145f4\"}],\"pp_display_conditions\":[{\"_id\":\"cd00f97\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"d306854\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance \\n\\n  <span style=\\\"font-weight:300\\\">Coverage & Eligibility<\\/span>\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3beb4f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Many insurance plans \\u2014 including Medicare and commercial plans \\u2014 may cover the cost of the Botox\\u00ae medication when medical criteria are met. Coverage varies by insurance carrier and requires documentation. Our office will support you through this process with clarity and care.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5388a77\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8b6ac86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3023ea\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5484451\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"22145f4\"}],\"pp_display_conditions\":[{\"_id\":\"cd00f97\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"border_border\":\"double\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#2090F6\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"533479d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Please bring the following to your consultation:\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"header_size\":\"h4\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fd205a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>\\u00a0Valid photo ID<\\/li><li>\\u00a0Medical insurance card<\\/li><li>Pharmacy insurance card (if separate)<\\/li><li>List of medications &amp; prior migraine treatments<\\/li><li>\\u00a0Neurology notes or imaging (if available)<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5388a77\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10f5980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Typical Medical Criteria for Coverage May Include:\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"header_size\":\"h6\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8c0ae5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Diagnosis of chronic migraine<\\/li><li>\\u00a015+ headache days per month for 3+ months<\\/li><li>\\u00a08+ migraine days per month<\\/li><li>\\u00a0Trial of other preventive therapies (varies by plan)<\\/li><\\/ul>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5388a77\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ea412b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#FDFBFB\",\"border_color\":\"#F3F3F369\"},\"elements\":[{\"id\":\"f740b9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5f5f778\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transparent \\n<span style=\\\"font-weight: 300\\\">Pricing\\n<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"57528df\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"06ab355\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"13168f1\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cc9b19b\"}],\"pp_display_conditions\":[{\"_id\":\"2eb8d5e\",\"pp_condition_date_time_before_value\":\"2026-01-20 07:58\"}],\"flex_gap\":{\"column\":\"23\",\"row\":\"23\",\"isLinked\":true,\"unit\":\"px\",\"size\":23}},\"elements\":[{\"id\":\"3627f07\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Migraine Consultation Fee: \",\"item_description\":\" (Non Refundable)\\n\",\"price\":\"$125\",\"link\":{\"url\":\"\"},\"_id\":\"0f1a2fa\"},{\"title\":\"Botox\\u00ae Migraine Therapy Session\",\"price\":\"$625\",\"link\":{\"url\":\"\"},\"_id\":\"c723bad\",\"item_description\":\"<ul>\\n<li>Expert migraine mapping & symptom analysis<\\/li>\\n<li>Customized multi-site injection procedure<\\/li>\\n<li>Post-treatment care plan + relief tracking<\\/li>\\n<li>Concierge support + insurance documentation<\\/li>\\n<\\/ul>\"}],\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"price_typography_font_weight\":\"900\",\"separator_color\":\"#A2A2A2\",\"pp_display_conditions\":[{\"_id\":\"09026c3\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"price-list\"},{\"id\":\"b2a1a72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"The consultation includes medical evaluation, migraine history review, eligibility screening, and prior authorization guidance.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"When insurance covers the Botox\\u00ae medication, you only pay our professional injector fee per treatment (typically every 12 weeks).\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"47db253\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"44ee161\",\"elType\":\"widget\",\"settings\":{\"title\":\"True Value Savings\",\"pp_display_conditions\":[{\"_id\":\"0f3b572\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:26\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79525f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Standard migraine-directed dosing uses approximately 155 units of Botox\\u00ae. At our cosmetic rate of $15 per unit, that equals a $2,325 value \\u2014 just for the medication alone. With insurance coverage, you only pay $625 \\u2014 saving approximately $1,700 every 12 weeks.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"a9a40ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3ee3548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59d27ff\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b4c9158\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa391c8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"patients-section\",\"pp_display_conditions\":[{\"_id\":\"c823e1a\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"content_width\":\"full\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_direction_tablet\":\"column-reverse\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0593a33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60a87b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e56c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0038e7c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"205d8b4\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_align_items_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"e3950bb\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"What to \\n <span style=\\\"font-weight:300\\\">Expect\\n<\\/span>\",\"pp_display_conditions\":[{\"_id\":\"b9e7cec\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2133598\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quick 15\\u201320 minute treatment\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Little to no downtime\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"6bbd321\"},{\"text\":\"Relief develops over 2\\u201312 weeks\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"2352906\"},{\"text\":\"Maintenance is typically every 12 weeks\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"3a35326\"},{\"text\":\"Ongoing support & follow-up care\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"0b0b82b\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"b6a0e2e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"id\":5161,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/miling-people-working-NAD.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_xpos\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"background_xpos_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60a87b5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"81e56c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0038e7c\"}],\"pp_display_conditions\":[{\"_id\":\"205d8b4\",\"pp_condition_date_time_before_value\":\"2026-01-20 11:13\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"b6644d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"028d2d6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"d48f26c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"380dcfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Ready to explore whether Botox\\u00ae migraine<\\/span>  therapy is right for you?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0431c1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule your consultation today.\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1b12f13\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"87241d7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule Migraine Relief Consult\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(54444, 4867, '_wp_attached_file', '2026/01/2197.jpg'),
(54445, 4867, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:16:\"2026/01/2197.jpg\";s:8:\"filesize\";i:325712;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"2197-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"2197-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"2197-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(54520, 4625, '_elementor_edit_mode', 'builder'),
(54521, 4625, '_astra_content_layout_flag', 'disabled'),
(54522, 4625, 'ast-title-bar-display', 'disabled'),
(54523, 4625, '_elementor_template_type', 'wp-page'),
(54524, 4625, '_elementor_version', '3.34.3'),
(54525, 4625, '_elementor_pro_version', '3.34.3');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(54541, 4625, '_elementor_data', '[{\"id\":\"26a9a30\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30}},\"elements\":[{\"id\":\"4b7538a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"26b7a09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Weight Loss \\u2014 Real Results, <span style=\\\"font-weight:800\\\">Clinically Guided <\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfd44a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Medical Weight Loss Program combines evidence\\u25a0based medications, prescription peptide therapy options, and compassionate clinical oversight to help you reduce body fat, improve metabolic health, and sustain results. Your plan is tailored to your biology \\u2014 not a one size fits all diet.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83538e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Program Includes\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"ff132c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9102516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Initial medical consultation & health review\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Medication & peptide candidacy evaluation\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"ced0fb8\"},{\"text\":\"Customized treatment plan\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"90a2a30\"},{\"text\":\"Coaching & education\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"292d5a5\"},{\"text\":\"Routine follow up & dose monitoring\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"47db253\"},{\"text\":\"Optional PHYSIQ body contouring upgrade for members\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5314f7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"d6ba419\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"2f19118\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Advanced-Body-Contouring-img.jpg\",\"id\":3281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c8bea73\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"645319f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9b0c95f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"20b365b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"080\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"066cb77\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_color_b\":\"#FFFFFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"center\",\"css_classes\":\"icon-box-class\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"ce69e4e\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0a003f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c0cf3e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77aa34a\"}],\"pp_display_conditions\":[{\"_id\":\"9615c24\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"zoomIn\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"3052986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medication & Peptide Options \\n\\n<span style=\\\"font-weight:300\\\">May Include<\\/span>\\n\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"pp_display_conditions\":[{\"_id\":\"14771a1\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4265b57\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0a003f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c0cf3e6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77aa34a\"}],\"pp_display_conditions\":[{\"_id\":\"9615c24\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"ff8bcb1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInLeft\",\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"cbab1ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Tirzepatide (GLP 1 \\/ GIP) \\u2014 supports:\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"13079d4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Reduced appetite & cravings\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Improved insulin sensitivity\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aa59534\"},{\"text\":\"Steady, medically guided weight loss\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"73937c9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2798fe9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"cfd4c9f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Semaglutide (GLP 1) \\u2014 supports:\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a0c1108\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Satiety signaling & portion control\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Reduced hunger\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"82b88dd\"},{\"text\":\"Sustained fat loss results\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"2107930\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1fd4406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"7762ef9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Sermorelin (GH Secretagogue) \\u2014 supports:\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"140da6f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lean body composition\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Recovery & performance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"ce60991\"},{\"text\":\"Restful sleep & hormone balance support\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"d7b970e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6936954\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"0d1d117\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"NAD+ Therapy \\u2014 supports:\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"cbee9f5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cellular repair & mitochondrial energy\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Clarity & cognitive stamina\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"18aec7a\"},{\"text\":\"Metabolic wellness\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"b304394\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"d509375\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"6996939\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Lipo B12 \\/ MIC Injections \\u2014 support:\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1b15ab4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Fat metabolism\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Energy & nutrient support\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"18aec7a\"},{\"text\":\"Ongoing wellness maintenance\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"b304394\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4f9e724\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5458b20\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"408e663\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"21f7e06\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#81818130\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"87a5e5c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"wcf-animation\":\"fade\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"fade-from\":\"left\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"33318ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Ideal Candidates\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"286a39c\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color\":\"\",\"title_color\":\"\",\"hover_title_color\":\"\",\"primary_color\":\"globals\\/colors?id=0b184a3\"},\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a861c5a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Struggle with stubborn or long term weight gain\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"aae2fb6\"},{\"text\":\"Prefer a medical provider guiding the process\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"18aec7a\"},{\"text\":\"Want accountability & structured progress\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"b304394\"},{\"text\":\"Value safe, sustainable results\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"23500b8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"fc75663\",\"pp_condition_date_time_before_value\":\"2025-12-27 14:51\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=74a05b3\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2cd22db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"e8afc25\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}]},\"elements\":[{\"id\":\"6a3d375\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Weight Loss <\\/b>Programs\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9d76463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"ba0cb29\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4a09b6d\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Medical Weight Loss\",\"table_subtitle\":\"\",\"table_price\":\"295\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"178\\\" data-end=\\\"519\\\">Our <strong data-start=\\\"182\\\" data-end=\\\"213\\\">Medical Weight Loss Program<\\/strong> is the most comprehensive program available\\u2014combining science-backed guidance with personalized support for lasting success. Each plan includes a <span data-start=\\\"572\\\" data-end=\\\"610\\\" style=\\\"font-weight: 700;\\\">personalized peptide prescriptions, <\\/span><strong data-start=\\\"360\\\" data-end=\\\"384\\\" style=\\\"font-style: inherit;\\\">customized meal plan<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"386\\\" data-end=\\\"415\\\" style=\\\"font-style: inherit;\\\">tailored training program<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"417\\\" data-end=\\\"444\\\" style=\\\"font-style: inherit;\\\">detailed lab monitoring<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"450\\\" data-end=\\\"483\\\" style=\\\"font-style: inherit;\\\">weekly asynchronous check-ins<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> with a licensed medical provider.<\\/span>\\n<\\/p>\\n<p data-start=\\\"521\\\" data-end=\\\"740\\\">Designed for those with <strong data-start=\\\"545\\\" data-end=\\\"590\\\">less than 12 months of fitness experience<\\/strong>, this program builds a strong foundation for both immediate results and long-term success\\u2014helping you not just reach your goals, but maintain them.<span style=\\\"font-style: inherit; font-weight: inherit;\\\"><\\/span><\\/p>\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"7494f70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5d42bac\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Peptide Therapy Program\",\"table_subtitle\":\"\",\"table_price\":\"95\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"311\\\" data-end=\\\"753\\\">Our <strong data-start=\\\"315\\\" data-end=\\\"342\\\">Peptide Therapy Program<\\/strong> is a comprehensive, medically guided plan designed for individuals who already have experience with structured meal and training programs but want to enhance their progress through advanced medical support. Each program includes <strong data-start=\\\"572\\\" data-end=\\\"610\\\">personalized peptide prescriptions<\\/strong>, <strong data-start=\\\"612\\\" data-end=\\\"639\\\">detailed lab monitoring<\\/strong>, and <strong data-start=\\\"645\\\" data-end=\\\"671\\\">asynchronous check-ins<\\/strong> with a licensed medical provider to ensure optimal dosing, safety, and results.<\\/p>\\n<p data-start=\\\"207\\\" data-end=\\\"419\\\"><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Tailored for those ready to take their performance and recovery to the next level, this program provides the medical oversight and precision your body needs to reach its full potential\\u2014during and beyond your treatment<\\/span><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><\\/p>\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9f3af1a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"08f8080\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"35c5bd7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a82c1b2\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"417ef3b\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=ea91347\"},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"4ca1eb5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7441bed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"587e917\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa9075a\"}],\"pp_display_conditions\":[{\"_id\":\"4b0c65d\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"flex_direction_tablet\":\"column\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\",\"boxed_width\":{\"unit\":\"px\",\"size\":830,\"sizes\":[]}},\"elements\":[{\"id\":\"b93b5ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3023ea\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5484451\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"22145f4\"}],\"pp_display_conditions\":[{\"_id\":\"cd00f97\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"b86c349\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety & \\n\\n\\n  <span style=\\\"font-weight:300\\\">Oversight<\\/span>\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48018c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All medications are prescribed based on medical history, safety review, and screening. Not all patients are candidates for every medication. Your provider will review risks, benefits, dosing, and expectations with you.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"5388a77\",\"pp_condition_date_time_before_value\":\"2026-01-20 13:09\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0c82ec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Member Bonus \\u2014 PHYSIQ Preferential \\n\\n\\n  <span style=\\\"font-weight:300\\\">Access<\\/span>\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98fdc74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Members receive access to preferred PHYSIQ pricing to enhance fat reduction and muscle tone as part of their transformation journey. Non members may still purchase PHYSIQ at standard pricing.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5388a77\",\"pp_condition_date_time_before_value\":\"2026-01-20 13:09\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9ddaea9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_direction_mobile_extra\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FDFBFB\",\"border_color\":\"#F0F5FA\"},\"elements\":[{\"id\":\"b45ff89\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fcc683a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHYSIQ Body Contouring \\u2014 Fat Reduction & <span style=\\\"font-weight:800\\\">Muscle Toning\\nTechnology <\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c703a71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PHYSIQ uses Sequential Thermal &amp; Electrical Pulse (STEP) technology to reduce fat and stimulate muscle activity \\u2014 helping reshape and tone stubborn areas with little to no downtime.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aa92e92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Patients Choose PHYSIQ\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"ff132c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e9a7a0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Non-invasive body contouring\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Targets fat AND muscle in one treatment\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"e76eedb\"},{\"text\":\"Comfortable, no-downtime sessions\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"07bce48\"},{\"text\":\"Visible improvements over a treatment series\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"be86645\"},{\"text\":\"Enhances results when combined with medical weight loss or peptide therapy\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"87e34e0\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dbc4623\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"23d0372\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/rsw_1280h_1280.webp\",\"id\":1812,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72cbf28\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"08f8080\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"35c5bd7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a82c1b2\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"417ef3b\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=ea91347\"},\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"aa2eeef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7441bed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"587e917\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa9075a\"}],\"pp_display_conditions\":[{\"_id\":\"4b0c65d\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"flex_direction_tablet\":\"column\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"c79d2c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3023ea\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5484451\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"22145f4\"}],\"pp_display_conditions\":[{\"_id\":\"cd00f97\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"981af53\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHYSIQ Member vs <span style=\\\"font-weight:800\\\">Non-Member\\nStrategy <\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d9648f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non-Members\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"ff132c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a960308\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Standard PHYSIQ session & package pricing.\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b201bef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Members\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"ff132c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"787b782\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Preferred pricing (generally 15\\u201325% savings)\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"Priority scheduling\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"88a8a4d\"},{\"text\":\"Access to exclusive bundle programs\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"ea3d148\"},{\"text\":\"Optional small perks like complimentary B12 add-ons\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"7b8a2a1\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"f1eb90c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3023ea\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5484451\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"22145f4\"}],\"pp_display_conditions\":[{\"_id\":\"cd00f97\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_pin_area_start_custom\":\"top top\",\"wcf_pin_area_end_custom\":\"bottom top\",\"aae_header_sticky_start_position\":300,\"wcf_enable_cursor_hover_effect_text\":\"View\",\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"border_border\":\"double\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#804D0959\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_pin_area\":\"\",\"wcf_enable_pin_area_widescreen\":\"\",\"wcf_enable_pin_area_tablet_extra\":\"\",\"wcf_enable_pin_area_tablet\":\"\",\"wcf_enable_pin_area_mobile_extra\":\"\",\"wcf_enable_pin_area_mobile\":\"\",\"wcf_pin_area_trigger\":\"\",\"wcf_pin_area_trigger_widescreen\":\"\",\"wcf_pin_area_trigger_tablet_extra\":\"\",\"wcf_pin_area_trigger_tablet\":\"\",\"wcf_pin_area_trigger_mobile_extra\":\"\",\"wcf_pin_area_trigger_mobile\":\"\",\"wcf_custom_pin_area\":\"\",\"wcf_custom_pin_area_widescreen\":\"\",\"wcf_custom_pin_area_tablet_extra\":\"\",\"wcf_custom_pin_area_tablet\":\"\",\"wcf_custom_pin_area_mobile_extra\":\"\",\"wcf_custom_pin_area_mobile\":\"\",\"wcf_pin_end_trigger\":\"\",\"wcf_pin_end_trigger_widescreen\":\"\",\"wcf_pin_end_trigger_tablet_extra\":\"\",\"wcf_pin_end_trigger_tablet\":\"\",\"wcf_pin_end_trigger_mobile_extra\":\"\",\"wcf_pin_end_trigger_mobile\":\"\",\"wcf_pin_status\":\"true\",\"wcf_pin_status_widescreen\":\"\",\"wcf_pin_status_tablet_extra\":\"\",\"wcf_pin_status_tablet\":\"\",\"wcf_pin_status_mobile_extra\":\"\",\"wcf_pin_status_mobile\":\"\",\"wcf_pin_custom\":\"\",\"wcf_pin_custom_widescreen\":\"\",\"wcf_pin_custom_tablet_extra\":\"\",\"wcf_pin_custom_tablet\":\"\",\"wcf_pin_custom_mobile_extra\":\"\",\"wcf_pin_custom_mobile\":\"\",\"wcf_pin_spacing\":\"false\",\"wcf_pin_spacing_widescreen\":\"\",\"wcf_pin_spacing_tablet_extra\":\"\",\"wcf_pin_spacing_tablet\":\"\",\"wcf_pin_spacing_mobile_extra\":\"\",\"wcf_pin_spacing_mobile\":\"\",\"wcf_pin_spacing_custom\":\"\",\"wcf_pin_spacing_custom_widescreen\":\"\",\"wcf_pin_spacing_custom_tablet_extra\":\"\",\"wcf_pin_spacing_custom_tablet\":\"\",\"wcf_pin_spacing_custom_mobile_extra\":\"\",\"wcf_pin_spacing_custom_mobile\":\"\",\"wcf_pin_type\":\"transform\",\"wcf_pin_type_widescreen\":\"\",\"wcf_pin_type_tablet_extra\":\"\",\"wcf_pin_type_tablet\":\"\",\"wcf_pin_type_mobile_extra\":\"\",\"wcf_pin_type_mobile\":\"\",\"wcf_pin_scrub\":\"false\",\"wcf_pin_scrub_widescreen\":\"\",\"wcf_pin_scrub_tablet_extra\":\"\",\"wcf_pin_scrub_tablet\":\"\",\"wcf_pin_scrub_mobile_extra\":\"\",\"wcf_pin_scrub_mobile\":\"\",\"wcf_pin_scrub_number\":1,\"wcf_pin_scrub_number_widescreen\":\"\",\"wcf_pin_scrub_number_tablet_extra\":\"\",\"wcf_pin_scrub_number_tablet\":\"\",\"wcf_pin_scrub_number_mobile_extra\":\"\",\"wcf_pin_scrub_number_mobile\":\"\",\"wcf_pin_markers\":\"false\",\"wcf_pin_area_start\":\"top top\",\"wcf_pin_area_start_widescreen\":\"\",\"wcf_pin_area_start_tablet_extra\":\"\",\"wcf_pin_area_start_tablet\":\"\",\"wcf_pin_area_start_mobile_extra\":\"\",\"wcf_pin_area_start_mobile\":\"\",\"wcf_pin_area_start_custom_widescreen\":\"\",\"wcf_pin_area_start_custom_tablet_extra\":\"\",\"wcf_pin_area_start_custom_tablet\":\"\",\"wcf_pin_area_start_custom_mobile_extra\":\"\",\"wcf_pin_area_start_custom_mobile\":\"\",\"wcf_pin_area_end\":\"bottom bottom\",\"wcf_pin_area_end_widescreen\":\"\",\"wcf_pin_area_end_tablet_extra\":\"\",\"wcf_pin_area_end_tablet\":\"\",\"wcf_pin_area_end_mobile_extra\":\"\",\"wcf_pin_area_end_mobile\":\"\",\"wcf_pin_area_end_custom_widescreen\":\"\",\"wcf_pin_area_end_custom_tablet_extra\":\"\",\"wcf_pin_area_end_custom_tablet\":\"\",\"wcf_pin_area_end_custom_mobile_extra\":\"\",\"wcf_pin_area_end_custom_mobile\":\"\",\"wcf_pin_active_cls\":\"\",\"wcf_pin_actie1_background_background\":\"\",\"wcf_pin_actie1_background_color\":\"\",\"wcf_pin_actie1_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b\":\"#f2295b\",\"wcf_pin_actie1_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_pin_actie1_background_gradient_type\":\"linear\",\"wcf_pin_actie1_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_pin_actie1_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_pin_actie1_background_gradient_position\":\"center center\",\"wcf_pin_actie1_background_gradient_position_widescreen\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_tablet\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_gradient_position_mobile\":\"\",\"wcf_pin_actie1_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_position\":\"\",\"wcf_pin_actie1_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_position_tablet\":\"\",\"wcf_pin_actie1_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_position_mobile\":\"\",\"wcf_pin_actie1_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_pin_actie1_background_attachment\":\"\",\"wcf_pin_actie1_background_repeat\":\"\",\"wcf_pin_actie1_background_repeat_widescreen\":\"\",\"wcf_pin_actie1_background_repeat_tablet_extra\":\"\",\"wcf_pin_actie1_background_repeat_tablet\":\"\",\"wcf_pin_actie1_background_repeat_mobile_extra\":\"\",\"wcf_pin_actie1_background_repeat_mobile\":\"\",\"wcf_pin_actie1_background_size\":\"\",\"wcf_pin_actie1_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_size_tablet\":\"\",\"wcf_pin_actie1_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_size_mobile\":\"\",\"wcf_pin_actie1_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_pin_actie1_background_video_link\":\"\",\"wcf_pin_actie1_background_video_start\":\"\",\"wcf_pin_actie1_background_video_end\":\"\",\"wcf_pin_actie1_background_play_once\":\"\",\"wcf_pin_actie1_background_play_on_mobile\":\"\",\"wcf_pin_actie1_background_privacy_mode\":\"\",\"wcf_pin_actie1_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_pin_actie1_background_slideshow_gallery\":[],\"wcf_pin_actie1_background_slideshow_loop\":\"yes\",\"wcf_pin_actie1_background_slideshow_slide_duration\":5000,\"wcf_pin_actie1_background_slideshow_slide_transition\":\"fade\",\"wcf_pin_actie1_background_slideshow_transition_duration\":500,\"wcf_pin_actie1_background_slideshow_background_size\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_size_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_background_position\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_widescreen\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_tablet\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_pin_actie1_background_slideshow_background_position_mobile\":\"\",\"wcf_pin_actie1_background_slideshow_lazyload\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns\":\"\",\"wcf_pin_actie1_background_slideshow_ken_burns_zoom_direction\":\"in\",\"aae_enable_header_sticky_area\":\"no\",\"aae_enable_header_sticky_area_widescreen\":\"\",\"aae_enable_header_sticky_area_tablet_extra\":\"\",\"aae_enable_header_sticky_area_tablet\":\"\",\"aae_enable_header_sticky_area_mobile_extra\":\"\",\"aae_enable_header_sticky_area_mobile\":\"\",\"aae_header_sticky_end_trigger\":\"\",\"aae_header_sticky_end_trigger_widescreen\":\"\",\"aae_header_sticky_end_trigger_tablet_extra\":\"\",\"aae_header_sticky_end_trigger_tablet\":\"\",\"aae_header_sticky_end_trigger_mobile_extra\":\"\",\"aae_header_sticky_end_trigger_mobile\":\"\",\"aae_header_sticky_start_position_widescreen\":\"\",\"aae_header_sticky_start_position_tablet_extra\":\"\",\"aae_header_sticky_start_position_tablet\":\"\",\"aae_header_sticky_start_position_mobile_extra\":\"\",\"aae_header_sticky_start_position_mobile\":\"\",\"aae_header_sticky_z_index\":9999,\"aae_header_sticky_z_index_widescreen\":\"\",\"aae_header_sticky_z_index_tablet_extra\":\"\",\"aae_header_sticky_z_index_tablet\":\"\",\"aae_header_sticky_z_index_mobile_extra\":\"\",\"aae_header_sticky_z_index_mobile\":\"\",\"aae_header_up_scroll_sticky\":\"yes\",\"aae_header_up_scroll_sticky_widescreen\":\"\",\"aae_header_up_scroll_sticky_tablet_extra\":\"\",\"aae_header_up_scroll_sticky_tablet\":\"\",\"aae_header_up_scroll_sticky_mobile_extra\":\"\",\"aae_header_up_scroll_sticky_mobile\":\"\",\"aae_header_sticky_ease\":\"power2.out\",\"aae_header_sticky_ease_widescreen\":\"\",\"aae_header_sticky_ease_tablet_extra\":\"\",\"aae_header_sticky_ease_tablet\":\"\",\"aae_header_sticky_ease_mobile_extra\":\"\",\"aae_header_sticky_ease_mobile\":\"\",\"aae_header_sticky_duration\":0.8,\"aae_header_sticky_duration_widescreen\":\"\",\"aae_header_sticky_duration_tablet_extra\":\"\",\"aae_header_sticky_duration_tablet\":\"\",\"aae_header_sticky_duration_mobile_extra\":\"\",\"aae_header_sticky_duration_mobile\":\"\",\"aae_pro_header_sticky_style_cls\":\"\",\"wcf_enable_horizontal_scroll\":\"no\",\"wcf_enable_horizontal_scroll_widescreen\":\"\",\"wcf_enable_horizontal_scroll_tablet_extra\":\"\",\"wcf_enable_horizontal_scroll_tablet\":\"\",\"wcf_enable_horizontal_scroll_mobile_extra\":\"\",\"wcf_enable_horizontal_scroll_mobile\":\"\",\"horizontal_scroll_width\":{\"unit\":\"%\",\"size\":900,\"sizes\":[]},\"horizontal_scroll_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"horizontal_scroll_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_cursor_hover_effect\":\"\",\"wcf_enable_cursor_hover_effect_editor\":\"\",\"wcf_cursor_hover_cursor_typography_typography\":\"\",\"wcf_cursor_hover_cursor_typography_font_family\":\"\",\"wcf_cursor_hover_cursor_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_font_weight\":\"\",\"wcf_cursor_hover_cursor_typography_text_transform\":\"\",\"wcf_cursor_hover_cursor_typography_font_style\":\"\",\"wcf_cursor_hover_cursor_typography_text_decoration\":\"\",\"wcf_cursor_hover_cursor_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_color\":\"\",\"wcf_cursor_hover_cursor_background_background\":\"\",\"wcf_cursor_hover_cursor_background_color\":\"\",\"wcf_cursor_hover_cursor_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b\":\"#f2295b\",\"wcf_cursor_hover_cursor_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_color_b_stop_widescreen\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile_extra\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"wcf_cursor_hover_cursor_background_gradient_type\":\"linear\",\"wcf_cursor_hover_cursor_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_gradient_angle_widescreen\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile_extra\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"wcf_cursor_hover_cursor_background_gradient_position\":\"center center\",\"wcf_cursor_hover_cursor_background_gradient_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_gradient_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_widescreen\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile_extra\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_position\":\"\",\"wcf_cursor_hover_cursor_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_attachment\":\"\",\"wcf_cursor_hover_cursor_background_repeat\":\"\",\"wcf_cursor_hover_cursor_background_repeat_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_tablet\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_repeat_mobile\":\"\",\"wcf_cursor_hover_cursor_background_size\":\"\",\"wcf_cursor_hover_cursor_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_background_video_link\":\"\",\"wcf_cursor_hover_cursor_background_video_start\":\"\",\"wcf_cursor_hover_cursor_background_video_end\":\"\",\"wcf_cursor_hover_cursor_background_play_once\":\"\",\"wcf_cursor_hover_cursor_background_play_on_mobile\":\"\",\"wcf_cursor_hover_cursor_background_privacy_mode\":\"\",\"wcf_cursor_hover_cursor_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"wcf_cursor_hover_cursor_background_slideshow_gallery\":[],\"wcf_cursor_hover_cursor_background_slideshow_loop\":\"yes\",\"wcf_cursor_hover_cursor_background_slideshow_slide_duration\":5000,\"wcf_cursor_hover_cursor_background_slideshow_slide_transition\":\"fade\",\"wcf_cursor_hover_cursor_background_slideshow_transition_duration\":500,\"wcf_cursor_hover_cursor_background_slideshow_background_size\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_size_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_widescreen\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_tablet\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile_extra\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_background_position_mobile\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_lazyload\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns\":\"\",\"wcf_cursor_hover_cursor_background_slideshow_ken_burns_zoom_direction\":\"in\",\"wcf_cursor_hover_cursor_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_cursor_hover_cursor_border_border\":\"\",\"wcf_cursor_hover_cursor_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_cursor_hover_cursor_border_color\":\"\",\"wcf_cursor_hover_cursor_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_enable_hover_image\":\"\",\"wcf_enable_hover_image_editor\":\"\",\"wcf_hover_image\":{\"url\":\"https:\\/\\/www.devrivo.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\",\"size\":\"\"},\"wcf_hover_image_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_top_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_position_left_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_hover_image_zindex\":\"\",\"wcf_enable_tilt\":\"\",\"wcf_enable_tilt_editor\":\"\",\"wcf_max_tilt\":20,\"wcf_tilt_perspective\":1000,\"wcf_tilt_scale\":1,\"wcf_tilt_speed\":3000,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_enable_popup\":\"\",\"wcf_enable_popup_editor\":\"\",\"popup_content_type\":\"content\",\"popup_elementor_templates\":\"\",\"popup_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"popup_condition\":\"click\",\"wcf_enable_login_user\":\"\",\"wcf_load_after_xtime\":2000,\"wcf_show_up_to_xtime\":5,\"wcf_load_after_x_pageviews\":0,\"wcf_show_x_devices\":[],\"popup_trigger_cursor\":\"default\",\"wcf_enable_wrapper_link\":\"\",\"wcf_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"wcf_custom_css\":\"\"},\"elements\":[{\"id\":\"2ce7553\",\"elType\":\"widget\",\"settings\":{\"title\":\"Member Transformation Packages (Examples)\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3849a21\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PHYSIQ 6 Session Series \\u2014 Member Preferred Rate\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"5e289c9\"},{\"text\":\"PHYSIQ 8Session Series \\u2014 Additional Savings\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"f594333\"},{\"text\":\"Weight Loss or Peptide Program + PHYSIQ Bundle \\u2014 Custom pricing\",\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/check-mark_5290989-5.svg\",\"id\":4690},\"library\":\"svg\"},\"_id\":\"82170b4\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"4ff88cc\",\"pp_condition_date_time_before_value\":\"2026-01-20 10:57\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e5cdc68\",\"elType\":\"widget\",\"settings\":{\"title\":\"Suggested Website Language\\n\",\"pp_display_conditions\":[{\"_id\":\"38df3d2\",\"pp_condition_date_time_before_value\":\"2025-12-31 12:29\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-01-14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"wcf_text_animation\":\"char\",\"aae_anim_txt_s_cus\":\"top top\",\"aae_anim_txt_e_cus\":\"bottom top\",\"aae_anim_invert_s\":\"top 85%\",\"aae_anim_invert_e\":\"bottom center\",\"text_transform_origin\":\"top center -50\",\"spin_text_start\":\"top 50%\",\"spin_text_end\":\"bottom 30%\",\"spin_text_toggle_action\":\"play none none reverse\",\"aae_anim_s_cus\":\"top top\",\"aae_anim_e_cus\":\"bottom top\",\"wcf_a_transform_origin\":\"top center -50\",\"aae_ani_custom_props\":[],\"wcf_advanced_tooltip_content\":\"I am a tooltip\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"wcf_text_animation_widescreen\":\"\",\"wcf_text_animation_tablet_extra\":\"\",\"wcf_text_animation_tablet\":\"\",\"wcf_text_animation_mobile_extra\":\"\",\"wcf_text_animation_mobile\":\"\",\"aae_asset_deps_view\":\"traditional\",\"aae_text_trigger\":\"on_scroll\",\"aae_text_trigger_widescreen\":\"\",\"aae_text_trigger_tablet_extra\":\"\",\"aae_text_trigger_tablet\":\"\",\"aae_text_trigger_mobile_extra\":\"\",\"aae_text_trigger_mobile\":\"\",\"aae_trigger_text_selector\":\"\",\"aae_trigger_text_selector_widescreen\":\"\",\"aae_trigger_text_selector_tablet_extra\":\"\",\"aae_trigger_text_selector_tablet\":\"\",\"aae_trigger_text_selector_mobile_extra\":\"\",\"aae_trigger_text_selector_mobile\":\"\",\"aae_anim_txt_wrapper\":\"\",\"aae_anim_txt_wrapper_widescreen\":\"\",\"aae_anim_txt_wrapper_tablet_extra\":\"\",\"aae_anim_txt_wrapper_tablet\":\"\",\"aae_anim_txt_wrapper_mobile_extra\":\"\",\"aae_anim_txt_wrapper_mobile\":\"\",\"aae_anim_txt_s_t\":\"\",\"aae_anim_txt_s_t_widescreen\":\"\",\"aae_anim_txt_s_t_tablet_extra\":\"\",\"aae_anim_txt_s_t_tablet\":\"\",\"aae_anim_txt_s_t_mobile_extra\":\"\",\"aae_anim_txt_s_t_mobile\":\"\",\"aae_anim_txt_e_t\":\"\",\"aae_anim_txt_e_t_widescreen\":\"\",\"aae_anim_txt_e_t_tablet_extra\":\"\",\"aae_anim_txt_e_t_tablet\":\"\",\"aae_anim_txt_e_t_mobile_extra\":\"\",\"aae_anim_txt_e_t_mobile\":\"\",\"aae_anim_txt_s\":\"top top\",\"aae_anim_txt_s_widescreen\":\"\",\"aae_anim_txt_s_tablet_extra\":\"\",\"aae_anim_txt_s_tablet\":\"\",\"aae_anim_txt_s_mobile_extra\":\"\",\"aae_anim_txt_s_mobile\":\"\",\"aae_anim_txt_s_cus_widescreen\":\"\",\"aae_anim_txt_s_cus_tablet_extra\":\"\",\"aae_anim_txt_s_cus_tablet\":\"\",\"aae_anim_txt_s_cus_mobile_extra\":\"\",\"aae_anim_txt_s_cus_mobile\":\"\",\"aae_anim_txt_e\":\"bottom top\",\"aae_anim_txt_e_widescreen\":\"\",\"aae_anim_txt_e_tablet_extra\":\"\",\"aae_anim_txt_e_tablet\":\"\",\"aae_anim_txt_e_mobile_extra\":\"\",\"aae_anim_txt_e_mobile\":\"\",\"aae_anim_txt_e_cus_widescreen\":\"\",\"aae_anim_txt_e_cus_tablet_extra\":\"\",\"aae_anim_txt_e_cus_tablet\":\"\",\"aae_anim_txt_e_cus_mobile_extra\":\"\",\"aae_anim_txt_e_cus_mobile\":\"\",\"aae_anim_txt_markers\":\"false\",\"aae_anim_invert_s_widescreen\":\"\",\"aae_anim_invert_s_tablet_extra\":\"\",\"aae_anim_invert_s_tablet\":\"\",\"aae_anim_invert_s_mobile_extra\":\"\",\"aae_anim_invert_s_mobile\":\"\",\"aae_anim_invert_e_widescreen\":\"\",\"aae_anim_invert_e_tablet_extra\":\"\",\"aae_anim_invert_e_tablet\":\"\",\"aae_anim_invert_e_mobile_extra\":\"\",\"aae_anim_invert_e_mobile\":\"\",\"text_delay\":0.15,\"text_delay_widescreen\":\"\",\"text_delay_tablet_extra\":\"\",\"text_delay_tablet\":\"\",\"text_delay_mobile_extra\":\"\",\"text_delay_mobile\":\"\",\"text_duration\":1,\"text_duration_widescreen\":\"\",\"text_duration_tablet_extra\":\"\",\"text_duration_tablet\":\"\",\"text_duration_mobile_extra\":\"\",\"text_duration_mobile\":\"\",\"text_stagger\":0.02,\"text_stagger_widescreen\":\"\",\"text_stagger_tablet_extra\":\"\",\"text_stagger_tablet\":\"\",\"text_stagger_mobile_extra\":\"\",\"text_stagger_mobile\":\"\",\"text_translate_x\":20,\"text_translate_x_widescreen\":\"\",\"text_translate_x_tablet_extra\":\"\",\"text_translate_x_tablet\":\"\",\"text_translate_x_mobile_extra\":\"\",\"text_translate_x_mobile\":\"\",\"text_translate_y\":0,\"text_translate_y_widescreen\":\"\",\"text_translate_y_tablet_extra\":\"\",\"text_translate_y_tablet\":\"\",\"text_translate_y_mobile_extra\":\"\",\"text_translate_y_mobile\":\"\",\"text_rotation_di\":\"x\",\"text_rotation_di_widescreen\":\"\",\"text_rotation_di_tablet_extra\":\"\",\"text_rotation_di_tablet\":\"\",\"text_rotation_di_mobile_extra\":\"\",\"text_rotation_di_mobile\":\"\",\"text_rotation\":\"-80\",\"text_rotation_widescreen\":\"\",\"text_rotation_tablet_extra\":\"\",\"text_rotation_tablet\":\"\",\"text_rotation_mobile_extra\":\"\",\"text_rotation_mobile\":\"\",\"text_transform_origin_widescreen\":\"\",\"text_transform_origin_tablet_extra\":\"\",\"text_transform_origin_tablet\":\"\",\"text_transform_origin_mobile_extra\":\"\",\"text_transform_origin_mobile\":\"\",\"spin_text_color\":\"\",\"spin_text_start_widescreen\":\"\",\"spin_text_start_tablet_extra\":\"\",\"spin_text_start_tablet\":\"\",\"spin_text_start_mobile_extra\":\"\",\"spin_text_start_mobile\":\"\",\"spin_text_end_widescreen\":\"\",\"spin_text_end_tablet_extra\":\"\",\"spin_text_end_tablet\":\"\",\"spin_text_end_mobile_extra\":\"\",\"spin_text_end_mobile\":\"\",\"spin_text_scrub\":\"\",\"scale_text_ease\":\"back\",\"scale_text_ease_widescreen\":\"\",\"scale_text_ease_tablet_extra\":\"\",\"scale_text_ease_tablet\":\"\",\"scale_text_ease_mobile_extra\":\"\",\"scale_text_ease_mobile\":\"\",\"text_scale_num\":1.5,\"text_scale_num_widescreen\":\"\",\"text_scale_num_tablet_extra\":\"\",\"text_scale_num_tablet\":\"\",\"text_scale_num_mobile_extra\":\"\",\"text_scale_num_mobile\":\"\",\"text_scale_break\":\"lines\",\"text_scale_break_widescreen\":\"\",\"text_scale_break_tablet_extra\":\"\",\"text_scale_break_tablet\":\"\",\"text_scale_break_mobile_extra\":\"\",\"text_scale_break_mobile\":\"\",\"wcf_text_animation_editor\":\"\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"wcf-animation\":\"none\",\"wcf-animation_widescreen\":\"\",\"wcf-animation_tablet_extra\":\"\",\"wcf-animation_tablet\":\"\",\"wcf-animation_mobile_extra\":\"\",\"wcf-animation_mobile\":\"\",\"aae_method\":\"from\",\"aae_method_widescreen\":\"\",\"aae_method_tablet_extra\":\"\",\"aae_method_tablet\":\"\",\"aae_method_mobile_extra\":\"\",\"aae_method_mobile\":\"\",\"aae_trigger\":\"on_scroll\",\"aae_trigger_widescreen\":\"\",\"aae_trigger_tablet_extra\":\"\",\"aae_trigger_tablet\":\"\",\"aae_trigger_mobile_extra\":\"\",\"aae_trigger_mobile\":\"\",\"aae_trigger_selector\":\"\",\"aae_trigger_selector_widescreen\":\"\",\"aae_trigger_selector_tablet_extra\":\"\",\"aae_trigger_selector_tablet\":\"\",\"aae_trigger_selector_mobile_extra\":\"\",\"aae_trigger_selector_mobile\":\"\",\"aae_anim_wrapper\":\"\",\"aae_anim_wrapper_widescreen\":\"\",\"aae_anim_wrapper_tablet_extra\":\"\",\"aae_anim_wrapper_tablet\":\"\",\"aae_anim_wrapper_mobile_extra\":\"\",\"aae_anim_wrapper_mobile\":\"\",\"aae_anim_s_t\":\"\",\"aae_anim_s_t_widescreen\":\"\",\"aae_anim_s_t_tablet_extra\":\"\",\"aae_anim_s_t_tablet\":\"\",\"aae_anim_s_t_mobile_extra\":\"\",\"aae_anim_s_t_mobile\":\"\",\"aae_anim_e_t\":\"\",\"aae_anim_e_t_widescreen\":\"\",\"aae_anim_e_t_tablet_extra\":\"\",\"aae_anim_e_t_tablet\":\"\",\"aae_anim_e_t_mobile_extra\":\"\",\"aae_anim_e_t_mobile\":\"\",\"aae_anim_s\":\"top top\",\"aae_anim_s_widescreen\":\"\",\"aae_anim_s_tablet_extra\":\"\",\"aae_anim_s_tablet\":\"\",\"aae_anim_s_mobile_extra\":\"\",\"aae_anim_s_mobile\":\"\",\"aae_anim_s_cus_widescreen\":\"\",\"aae_anim_s_cus_tablet_extra\":\"\",\"aae_anim_s_cus_tablet\":\"\",\"aae_anim_s_cus_mobile_extra\":\"\",\"aae_anim_s_cus_mobile\":\"\",\"aae_anim_e\":\"bottom top\",\"aae_anim_e_widescreen\":\"\",\"aae_anim_e_tablet_extra\":\"\",\"aae_anim_e_tablet\":\"\",\"aae_anim_e_mobile_extra\":\"\",\"aae_anim_e_mobile\":\"\",\"aae_anim_e_cus_widescreen\":\"\",\"aae_anim_e_cus_tablet_extra\":\"\",\"aae_anim_e_cus_tablet\":\"\",\"aae_anim_e_cus_mobile_extra\":\"\",\"aae_anim_e_cus_mobile\":\"\",\"aae_anim_markers\":\"false\",\"aae_anim_markers_widescreen\":\"\",\"aae_anim_markers_tablet_extra\":\"\",\"aae_anim_markers_tablet\":\"\",\"aae_anim_markers_mobile_extra\":\"\",\"aae_anim_markers_mobile\":\"\",\"delay\":0.15,\"delay_widescreen\":\"\",\"delay_tablet_extra\":\"\",\"delay_tablet\":\"\",\"delay_mobile_extra\":\"\",\"delay_mobile\":\"\",\"fade-from\":\"bottom\",\"fade-from_widescreen\":\"\",\"fade-from_tablet_extra\":\"\",\"fade-from_tablet\":\"\",\"fade-from_mobile_extra\":\"\",\"fade-from_mobile\":\"\",\"data-duration\":1.5,\"data-duration_widescreen\":\"\",\"data-duration_tablet_extra\":\"\",\"data-duration_tablet\":\"\",\"data-duration_mobile_extra\":\"\",\"data-duration_mobile\":\"\",\"ease\":\"power2.out\",\"ease_widescreen\":\"\",\"ease_tablet_extra\":\"\",\"ease_tablet\":\"\",\"ease_mobile_extra\":\"\",\"ease_mobile\":\"\",\"fade-offset\":50,\"fade-offset_widescreen\":\"\",\"fade-offset_tablet_extra\":\"\",\"fade-offset_tablet\":\"\",\"fade-offset_mobile_extra\":\"\",\"fade-offset_mobile\":\"\",\"wcf-a-scale\":0.7,\"wcf-a-scale_widescreen\":\"\",\"wcf-a-scale_tablet_extra\":\"\",\"wcf-a-scale_tablet\":\"\",\"wcf-a-scale_mobile_extra\":\"\",\"wcf-a-scale_mobile\":\"\",\"wcf_a_rotation_di\":\"x\",\"wcf_a_rotation_di_widescreen\":\"\",\"wcf_a_rotation_di_tablet_extra\":\"\",\"wcf_a_rotation_di_tablet\":\"\",\"wcf_a_rotation_di_mobile_extra\":\"\",\"wcf_a_rotation_di_mobile\":\"\",\"wcf_a_rotation\":\"-80\",\"wcf_a_rotation_widescreen\":\"\",\"wcf_a_rotation_tablet_extra\":\"\",\"wcf_a_rotation_tablet\":\"\",\"wcf_a_rotation_mobile_extra\":\"\",\"wcf_a_rotation_mobile\":\"\",\"wcf_a_transform_origin_widescreen\":\"\",\"wcf_a_transform_origin_tablet_extra\":\"\",\"wcf_a_transform_origin_tablet\":\"\",\"wcf_a_transform_origin_mobile_extra\":\"\",\"wcf_a_transform_origin_mobile\":\"\",\"wcf_enable_animation_editor\":\"\",\"wcf_enable_scroll_smoother\":\"\",\"data-speed\":0.9,\"data-lag\":0,\"wcf_enable_mouse_move_effect\":\"\",\"wcf_enable_mouse_movee_editor\":\"\",\"wcf_mouse_move_area_trigger\":\"\",\"wcf_custom_mouse_move_area\":\"\",\"wcf_mouse_move_x\":70,\"wcf_mouse_move_y\":70,\"wcf_mouse_move_duration\":0.5,\"wcf_mouse_move_custom\":\"\",\"wcf_advanced_tooltip_enable\":\"\",\"wcf_advanced_tooltip_position\":\"top\",\"wcf_advanced_tooltip_position_widescreen\":\"\",\"wcf_advanced_tooltip_position_tablet_extra\":\"\",\"wcf_advanced_tooltip_position_tablet\":\"\",\"wcf_advanced_tooltip_position_mobile_extra\":\"\",\"wcf_advanced_tooltip_position_mobile\":\"\",\"wcf_advanced_tooltip_animation\":\"fadeIn\",\"wcf_advanced_tooltip_duration\":1000,\"wcf_advanced_tooltip_arrow\":\"true\",\"wcf_advanced_tooltip_trigger\":\"hover\",\"wcf_advanced_tooltip_distance\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_align\":\"center\",\"wcf_advanced_tooltip_align_widescreen\":\"\",\"wcf_advanced_tooltip_align_tablet_extra\":\"\",\"wcf_advanced_tooltip_align_tablet\":\"\",\"wcf_advanced_tooltip_align_mobile_extra\":\"\",\"wcf_advanced_tooltip_align_mobile\":\"\",\"wcf_advanced_tooltip_width\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"wcf_advanced_tooltip_width_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_arrow_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_typography\":\"yes\",\"wcf_advanced_tooltip_typography_font_family\":\"Nunito\",\"wcf_advanced_tooltip_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_font_weight\":\"500\",\"wcf_advanced_tooltip_typography_text_transform\":\"\",\"wcf_advanced_tooltip_typography_font_style\":\"\",\"wcf_advanced_tooltip_typography_text_decoration\":\"\",\"wcf_advanced_tooltip_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_typography_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"wcf_advanced_tooltip_background_color\":\"#000000\",\"wcf_advanced_tooltip_color\":\"#ffffff\",\"wcf_advanced_tooltip_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_widescreen\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcf_advanced_tooltip_box_shadow_box_shadow_type\":\"\",\"wcf_advanced_tooltip_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"wcf_advanced_tooltip_box_shadow_box_shadow_position\":\" \",\"aae_scroll_to\":\"\",\"aae_enable_scroll_to_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"aae_scroll_duration\":1,\"aae_scroll_ease\":\"power2.out\",\"enable_protection\":\"no\",\"restrict_by_page_type\":[],\"restrict_by_user_role\":[],\"restrict_logged_status\":\"\",\"restrict_recent_visit\":\"no\",\"restrict_acf_fld\":\"no\",\"acf_field_key\":\"\",\"acf_operator\":\"==\",\"acf_field_value\":\"\",\"wcf_custom_css\":\"\",\"aaecustom_attributes\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"934a242\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cNot a member yet? You can still book PHYSIQ \\u2014 and if you decide to join later, you\\u2019ll gain access to preferred pricing and transformation packages.\\u201d<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"b6e7cfa\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29adb7e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_direction_mobile_extra\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FDFBFB\",\"border_color\":\"#F7F7F7\"},\"elements\":[{\"id\":\"b154966\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"80fcb63\",\"elType\":\"widget\",\"settings\":{\"title\":\"PHYSIQ Inquiry \\u2014 \\n<span style=\\\"font-weight:800\\\">Non-Member<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f5fccd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cYes! PHYSIQ is our non-invasive fat reduction and muscle toning treatment. You can absolutely book as a non member, and many of our patients do. The nice bonus is that members receive preferred PHYSIQ pricing \\u2014 so if you think you may want more than one session, we can also share membership options so you can choose whichever is the best value for you.\\u201d<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38b389c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Weight Loss or Peptide Patient \\u2014 Introduce PHYSIQ\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"ff132c7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58771d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cSince you\\u2019re already on your medical program, some patients choose to add PHYSIQ to help target stubborn areas and tone muscle as they lose weight. Totally optional \\u2014 but members do receive preferred PHYSIQ pricing if you want to take advantage of it.\\u201d<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09304f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7589218\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_28-3.webp\",\"id\":1808,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7693aa3\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/qtq_28-2.webp\",\"id\":1807,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cbfe5d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"8f9eb0f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}]},\"elements\":[{\"id\":\"96ac80c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Exclusive <\\/b>VIP Access\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e68c77f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"a37ea1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f1d1276\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"PHYSIQ Body Contouring\",\"table_subtitle\":\"\",\"table_price\":\"20% Off\",\"table_original_price\":\"69\",\"table_duration\":\"Any 5 Session Packages\",\"table_features\":[{\"feature_text\":\"<p data-start=\\\"119\\\" data-end=\\\"317\\\">Our <strong data-start=\\\"123\\\" data-end=\\\"174\\\">hands-free, non-invasive body contouring system<\\/strong> uses exclusive <strong data-start=\\\"190\\\" data-end=\\\"210\\\">STEP\\u2122 technology<\\/strong> to alternate Laser and EMS energy\\u2014<strong data-start=\\\"245\\\" data-end=\\\"295\\\">melting fat, toning muscle, and smoothing skin<\\/strong> with zero downtime.<\\/p>\\n<p data-start=\\\"319\\\" data-end=\\\"526\\\">Sign up within <strong data-start=\\\"334\\\" data-end=\\\"345\\\">30 days<\\/strong> of your first treatment to qualify for our <strong data-start=\\\"389\\\" data-end=\\\"423\\\">discounted Maintenance Program<\\/strong>, with ongoing sessions starting at <strong data-start=\\\"459\\\" data-end=\\\"473\\\">$199\\/month<\\/strong> to help you <strong data-start=\\\"486\\\" data-end=\\\"523\\\">maintain and enhance your results<\\/strong>.<span style=\\\"white-space: pre-wrap; font-size: 18px; font-style: inherit; font-weight: inherit; text-align: center; background-color: rgb(248, 248, 248); color: rgb(51, 65, 85); font-family: Roboto, sans-serif; display: inline !important; float: none;\\\"><\\/span><\\/p>\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_text\":\"LEARN MORE\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\",\"currency_symbol\":\"\",\"button_typography_typography\":\"custom\",\"button_typography_text_decoration\":\"none\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"f0055f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6dec8ed\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Full Body Red Light Therapy\",\"table_subtitle\":\"\",\"table_price\":\"25\",\"table_original_price\":\"69\",\"table_duration\":\"Non-Members $55\",\"table_features\":[{\"feature_text\":\"Our <strong data-start=\\\"158\\\" data-end=\\\"189\\\">full-body Red Light Therapy<\\/strong> delivers powerful <strong data-start=\\\"208\\\" data-end=\\\"265\\\">red (~660 nm) and near-infrared (~850 nm) wavelengths<\\/strong>\\u2014energizing your cells for deeper repair without UV exposure or downtime. It <strong data-start=\\\"342\\\" data-end=\\\"385\\\">boosts circulation, stimulates collagen<\\/strong>, and <strong data-start=\\\"391\\\" data-end=\\\"428\\\">relieves muscle and joint tension<\\/strong>, leaving your skin and body feeling <strong data-start=\\\"465\\\" data-end=\\\"499\\\">restored, radiant, and renewed<\\/strong>.\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"}],\"ribbon_title\":\"New\",\"table_button_text\":\"LEARN MORE\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/red-light-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB922600\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"button_bg_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"title_html_tag\":\"h5\",\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\",\"button_typography_typography\":\"custom\",\"button_typography_text_decoration\":\"none\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"fa9dd4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Medical-Weight-Loss-PHYSIQ-img.jpg\",\"id\":4509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:08\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"_flex_order\":\"start\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"918d225\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"slideshow\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"83b720c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3ac8aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"REAL Patient <span style=\\\"font-weight:800\\\">Before\\/After<\\/span>    Photos\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fe03968\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"e403ac4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3373,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-8.jpeg\"},{\"id\":3374,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-3.jpeg\"},{\"id\":3375,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-7.jpeg\"},{\"id\":3376,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-6.jpeg\"},{\"id\":3377,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-2.jpeg\"},{\"id\":3378,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem-1.jpeg\"},{\"id\":3379,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-2.jpeg\"},{\"id\":3380,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-3.jpeg\"},{\"id\":3381,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-4.jpeg\"},{\"id\":3382,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-5.jpeg\"},{\"id\":3383,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true-1.jpeg\"},{\"id\":3384,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_truem.jpeg\"},{\"id\":3385,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/rsw_600cg_true.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\",\"pp_condition_date_time_before_value\":\"2025-03-04 05:35\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"overlay_title\":\"caption\",\"overlay_background_background\":\"classic\",\"overlay_background_hover_color\":\"#0000003B\",\"content_vertical_position\":\"middle\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e0b30ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"width_widescreen\":{\"unit\":\"px\",\"size\":1576},\"_flex_size\":\"none\",\"_element_width_widescreen\":\"initial\"},\"elements\":[{\"id\":\"12d8fef\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"be14069\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Real Patient<\\/span>  Success Stories\\n\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f29196\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction\":\"row\",\"flex_wrap_tablet\":\"nowrap\"},\"elements\":[{\"id\":\"2676090\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":3079,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png\"},{\"id\":3083,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png\"},{\"id\":3082,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/F2FF3B1F-CE83-41A3-B719-824E816B132C.png\"},{\"id\":3084,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png\"},{\"id\":3077,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png\"},{\"id\":3078,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png\"},{\"id\":3081,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png\"},{\"id\":4013,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2.png\"},{\"id\":4014,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3.png\"},{\"id\":4015,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4.png\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"7c3e88c\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"00870eb\",\"pp_condition_date_time_before_value\":\"2026-01-22 06:18\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e65bc84\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#122b4a\"},\"elements\":[{\"id\":\"2f444ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"80c6549\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a<span style=\\\"font-weight:800\\\">  better you. <\\/span> \\n\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c919b2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(55705, 759, '_elementor_controls_usage', 'a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:35;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:47;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:47;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:25;s:18:\"animation_duration\";i:25;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:23;s:16:\"background_color\";i:9;s:16:\"background_image\";i:5;s:18:\"background_color_b\";i:1;}s:19:\"_section_responsive\";a:6:{s:11:\"hide_tablet\";i:3;s:17:\"hide_mobile_extra\";i:3;s:11:\"hide_mobile\";i:3;s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:26;s:11:\"header_size\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:26;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:4:\"link\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:2;s:5:\"align\";i:2;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:3:{s:11:\"table_title\";i:4;s:14:\"table_subtitle\";i:4;s:14:\"title_html_tag\";i:4;}s:15:\"section_pricing\";a:3:{s:11:\"table_price\";i:4;s:14:\"table_duration\";i:2;s:15:\"currency_symbol\";i:1;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:4;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:2;s:17:\"table_button_text\";i:4;s:4:\"link\";i:4;s:21:\"table_additional_info\";i:4;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:4;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(56064, 4625, 'astra-migrate-meta-layouts', 'set'),
(56065, 4625, '_yoast_wpseo_metadesc', 'Medically guided weight loss with GLP1 medications paired with PHYSIQ body contouring to reduce fat and tone muscle. Personalized programs in Redmond, WA.'),
(56066, 4625, '_yoast_wpseo_content_score', '90'),
(56067, 4625, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(56091, 4623, '_yoast_wpseo_metadesc', 'FDA approved Botox treatment to help reduce chronic migraine frequency. Medical evaluation and precision treatment in Redmond, WA.'),
(56092, 4623, '_yoast_wpseo_content_score', '90'),
(56093, 4623, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(56105, 4627, 'astra-migrate-meta-layouts', 'set'),
(56106, 4627, '_yoast_wpseo_metadesc', 'Personalized dermatology support for acne, pigmentation, aging, and chronic skin conditions with direct access care.'),
(56107, 4627, '_yoast_wpseo_content_score', '90'),
(56108, 4627, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(56131, 5030, '_elementor_edit_mode', 'builder'),
(56132, 5030, '_elementor_template_type', 'footer'),
(56133, 5030, '_elementor_version', '3.34.1'),
(56134, 5030, '_elementor_pro_version', '3.34.0'),
(56141, 5030, '_wp_page_template', 'default'),
(56142, 5030, '_elementor_data', '[{\"id\":\"7682f185\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"24bf9b51\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"7a817737\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4932b006\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2506c9c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8b8a073\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc92ce\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"843b502\"}],\"pp_display_conditions\":[{\"_id\":\"3c6b9b4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"78257cfc\",\"elType\":\"widget\",\"settings\":{\"feed_id\":\"1\",\"pp_display_conditions\":[{\"_id\":\"7dae36c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"sbi-widget\"}],\"isInner\":false},{\"id\":\"615ae831\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"2ab3c4b7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bd04d0e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":25,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder-2.png\"},\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":176,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"6d6b59b9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"7248e384\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68d70f30\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7528168\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Gift Cards & Price Rates\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8c66ff3\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/our-blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"637fdac\"},{\"text\":\"Payment Plans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"92f79df\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ee5b8a5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28610239\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"714334f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e213a40\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"253-600-1600\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"33798a33\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/103617248952427\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/genesiswa_begin\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"71aaf6c7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"3f5a642e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6dcf1aad\",\"elType\":\"widget\",\"settings\":{\"business_hours\":[{\"_id\":\"18a5936\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"opening_hours\":\"24:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"_id\":\"49a421a\",\"highlight\":\"yes\"},{\"day\":\"Wednesday\",\"_id\":\"410654f\",\"closed_text\":\"Closed\",\"opening_hours\":\"12:00\",\"closing_hours\":\"18:00\",\"closed\":\"\"},{\"day\":\"Thursday\",\"_id\":\"8d774fd\",\"closed_text\":\"Closed\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\"},{\"day\":\"Friday\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"_id\":\"1bcf272\"},{\"_id\":\"9cc6156\",\"day\":\"Saturday\",\"opening_hours\":\"10:00\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"a0e8a68\",\"closed_text\":\"Closed\"}],\"business_hours_custom\":[{\"day\":\"Monday\",\"_id\":\"b3da10d\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"_id\":\"b337614\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Wednesday\",\"_id\":\"4d7f009\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Thursday\",\"_id\":\"f06c2a1\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Friday\",\"_id\":\"8e36386\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Saturday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"83128ff\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"c014859\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"}],\"rows_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"rows_divider_style\":\"solid\",\"day_color\":\"#E2E2E2\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hours_color\":\"#E2E2E2\",\"hours_typography_typography\":\"custom\",\"hours_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"927bd9a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"day_color\":\"\",\"hours_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3058d7b8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#0E243F\"},\"elements\":[{\"id\":\"4b3e08f8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ae15ac1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2025 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(56150, 5030, '_elementor_page_settings', 'a:0:{}'),
(56151, 5030, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:3;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:10:\"sbi-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:7:\"feed_id\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:17:\"section_icon_list\";a:4:{s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:17:\"pp-business-hours\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:2:{s:14:\"business_hours\";i:1;s:21:\"business_hours_custom\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(56334, 5037, '_elementor_edit_mode', 'builder'),
(56335, 5037, '_elementor_template_type', 'header'),
(56336, 5037, '_elementor_version', '3.34.1'),
(56337, 5037, '_elementor_pro_version', '3.34.0'),
(56338, 5037, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(56344, 5037, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(56345, 5037, '_elementor_data', '[{\"id\":\"6ded534e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"_title\":\"New Header\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"462df9a5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"6dbf7970\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":[],\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/home-new\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d2bf70\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"5400e1f0\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"new-header-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"6d7b0c13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7a0b6c13\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-230\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFBF\",\"background_color_b\":\"#FFFFFF\",\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"\"},\"sticky_effects_offset\":50,\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"content_width\":\"full\",\"sticky\":\"top\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"4a0d2d0d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e012416\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":22,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_css_classes\":\"logo-cls\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e5b9d97\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"e8d14aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"556d8c93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5f8b344b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Payment Plans\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4dd09878\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"content_width\":\"full\",\"z_index\":99,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_offset\":127,\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"css_classes\":\"dextop-menu-section\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"4576a40e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor4\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor8\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#804d09\",\"color_menu_item_active\":\"#804d09\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#F0F5FA\",\"background_color_dropdown_item_hover\":\"#db9226\",\"color_dropdown_item_active\":\"#F0F5FA\",\"background_color_dropdown_item_active\":\"#db9226\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#DEDFE133\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#db9226\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#F0F5FA\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#F0F5FA\",\"mobile_link_bg_hover\":\"#db9226\",\"mobile_sub_link_bg_hover\":\"#db9226\",\"mobile_sub_link_hover\":\"#F0F5FA\",\"close_icon_color\":\"#F0F5FA\",\"close_icon_color_hover\":\"#F0F5FA\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_family\":\"Karla\",\"menu\":\"primary-menu\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dropdown_typography_font_family\":\"Karla\",\"dropdown_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":false},{\"id\":\"467f32ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_wrap_mobile\":\"nowrap\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":999,\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"37ea4c10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"11e4f4a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":16,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"74ee7eb5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_direction_tablet_extra\":\"row-reverse\",\"flex_justify_content_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"3db6d0a9\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu\":\"primary-menu\"},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"749273f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"433ac4d9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":712,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/banner-img-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.39,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"},{\\\"id\\\":4429,\\\"text\\\":\\\"Home New\\\"}]}]]\"]},\"elements\":[{\"id\":\"74ca0602\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"_background_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"title_color\":\"#F0F5FA\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"30\",\"bottom\":\"6\",\"left\":\"30\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_background_background\":\"classic\",\"_background_color\":\"#1111112E\"},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(56354, 5037, 'site-post-title', 'disabled'),
(56355, 5037, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:9;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:3:{s:21:\"sticky_effects_offset\";i:1;s:6:\"sticky\";i:2;s:13:\"sticky_offset\";i:1;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_tablet_extra\";i:3;s:11:\"hide_tablet\";i:3;s:17:\"hide_mobile_extra\";i:3;s:11:\"hide_mobile\";i:3;s:15:\"hide_widescreen\";i:3;s:12:\"hide_desktop\";i:3;}s:14:\"section_layout\";a:2:{s:11:\"css_classes\";i:2;s:20:\"e_display_conditions\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:3;s:7:\"pointer\";i:3;s:9:\"menu_type\";i:3;s:4:\"menu\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:4:\"link\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:3;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:4:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}}'),
(56427, 5045, '_elementor_edit_mode', 'builder'),
(56428, 5045, '_elementor_template_type', 'footer'),
(56429, 5045, '_elementor_version', '3.34.1'),
(56430, 5045, '_elementor_pro_version', '3.34.0'),
(56437, 5045, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(56438, 5045, '_elementor_data', '[{\"id\":\"b480d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"af475c3\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"896d4c6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"eb1eb79\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#CFBAA6\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fecf673\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b842ce5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"245c873\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8150a62\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6d495d9\"}],\"pp_display_conditions\":[{\"_id\":\"ce11fa4\"}]},\"elements\":[{\"id\":\"617d4093\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reviews\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":10,\"vertical\":6,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.14)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cbfaef3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37a36eb1\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[trustindex no-registration=google]\",\"pp_display_conditions\":[{\"_id\":\"0a6aa9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2ab2f5f6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8b8a073\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc92ce\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"843b502\"}],\"pp_display_conditions\":[{\"_id\":\"3c6b9b4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"3483b906\",\"elType\":\"widget\",\"settings\":{\"feed_id\":\"1\",\"pp_display_conditions\":[{\"_id\":\"7dae36c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"sbi-widget\"}],\"isInner\":false},{\"id\":\"5c214e23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"738ea081\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2cf78415\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":25,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/placeholder-2.png\"},\"align\":\"left\",\"space\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":176,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"533f4f94\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"65546d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ae98fd9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7528168\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concierge Dermatology\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8c66ff3\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Medical Weight Loss + PHYSIQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-weight-loss-physiq\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"637fdac\"},{\"text\":\" Botox & Injectables\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-aesthetics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"92f79df\"},{\"text\":\"NAD+ & Wellness Injections\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/iv-wellness-injections\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b67bea4\"},{\"text\":\"Memberships\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4e8e7f0\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ddc063a\"},{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0c39b06\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider\":\"yes\",\"divider_color\":\"#DDDDDD1F\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"aca73aa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"39b57d26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17c17192\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"253-600-1600\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:2536001600\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d47d183\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/103617248952427\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/genesiswa_begin\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"244ad6e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"3deea2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"203c6687\",\"elType\":\"widget\",\"settings\":{\"business_hours\":[{\"_id\":\"18a5936\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"opening_hours\":\"24:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"_id\":\"49a421a\",\"highlight\":\"yes\"},{\"day\":\"Wednesday\",\"_id\":\"410654f\",\"closed_text\":\"Closed\",\"opening_hours\":\"12:00\",\"closing_hours\":\"18:00\",\"closed\":\"\"},{\"day\":\"Thursday\",\"_id\":\"8d774fd\",\"closed_text\":\"Closed\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\"},{\"day\":\"Friday\",\"opening_hours\":\"10:00\",\"closing_hours\":\"19:00\",\"closed_text\":\"Closed\",\"_id\":\"1bcf272\"},{\"_id\":\"9cc6156\",\"day\":\"Saturday\",\"opening_hours\":\"10:00\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"a0e8a68\",\"closed_text\":\"Closed\"}],\"business_hours_custom\":[{\"day\":\"Monday\",\"_id\":\"b3da10d\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Tuesday\",\"_id\":\"b337614\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Wednesday\",\"_id\":\"4d7f009\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Thursday\",\"_id\":\"f06c2a1\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Friday\",\"_id\":\"8e36386\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Saturday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"83128ff\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"},{\"day\":\"Sunday\",\"closed\":\"yes\",\"highlight\":\"yes\",\"highlight_color\":\"#bc1705\",\"_id\":\"c014859\",\"time\":\"09:00 AM - 05:00 PM\",\"closed_text\":\"Closed\"}],\"rows_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"rows_divider_style\":\"solid\",\"day_color\":\"#E2E2E2\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hours_color\":\"#E2E2E2\",\"hours_typography_typography\":\"custom\",\"hours_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"927bd9a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"day_color\":\"\",\"hours_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-business-hours\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"747a19dd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#0E243F\"},\"elements\":[{\"id\":\"22889612\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"566a949d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2025 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(56446, 5045, '_elementor_page_settings', 'a:0:{}'),
(56447, 5045, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:3;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:10:\"sbi-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:7:\"feed_id\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:17:\"section_icon_list\";a:4:{s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:17:\"pp-business-hours\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:2:{s:14:\"business_hours\";i:1;s:21:\"business_hours_custom\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(56475, 5050, '_elementor_edit_mode', 'builder'),
(56476, 5050, '_elementor_template_type', 'page'),
(56477, 5050, '_elementor_version', '3.34.1'),
(56478, 5050, '_elementor_pro_version', '3.34.0'),
(56479, 5050, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(56485, 5050, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(56486, 5050, '_elementor_data', '[{\"id\":\"17a71a69\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"column-reverse\",\"flex_direction_tablet\":\"column-reverse\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"162a167\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"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\":\"4c2e0d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d04e0fd\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#DB922673\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"pattern_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pattern_size\":{\"unit\":\"px\",\"size\":29.3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"80f8df8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"color\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7177d477\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34aee51a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"767e5804\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"6969837a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"c793990\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"00\",\"left\":\"30\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#FAFAFA\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_color_b\":\"#804d09\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"__globals__\":{\"_background_color_b\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3062bd91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"400b940\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2573f80\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"44b83c4\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"96792be\"}],\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"4701022f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\"}]},\"elements\":[{\"id\":\"63264d5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Membership<\\/span> Options\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"765f39e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"75d63e0a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"55f2da2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d218f56\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"49580b9\"}],\"pp_display_conditions\":[{\"_id\":\"f68b88d\"}],\"flex_wrap_tablet\":\"nowrap\",\"flex_wrap_mobile_extra\":\"wrap\"},\"elements\":[{\"id\":\"1514e62\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"23e1dff2\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Glow Plus\",\"table_subtitle\":\"\",\"table_price\":\"199\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"<b>Exclusive Tox Rate: <br><\\/b>Botox $13\\/unit or Dysport $4.33\\/unit <br>(Orig. $15\\/unit or $5\\/unit) \",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"},{\"feature_text\":\"One Custom Facial Per Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"44edcd2\"},{\"feature_text\":\"Unlimited Red Light Therapy Access\\n\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"14a977e\"},{\"feature_text\":\"10 Glow Points Each Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"1dc89e2\"},{\"feature_text\":\"10% off Select Medical-Grade Skincare\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"b5dfc86\"},{\"feature_text\":\"Birthday Bonus: Free Facial Add-on\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"9b6e962\"},{\"feature_text\":\"Discounted Dermaplaning Upgrade\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"6cc7d93\"},{\"feature_text\":\"Hydrafacial Upgrades Available\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"2923aff\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"22832e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"13587d33\",\"elType\":\"widget\",\"settings\":{\"table_title\":\"Glow Basic\",\"table_subtitle\":\"\",\"table_price\":\"99\",\"table_original_price\":\"69\",\"table_duration\":\"per month\",\"table_features\":[{\"feature_text\":\"One Custom Facial Per Month\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"965fa5f\",\"tooltip_content\":\"<p>This is a tooltip<\\/p>\"},{\"feature_text\":\"One Red Light Therapy Bed Session per Month\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"7004105\"},{\"feature_text\":\"Discounted Dermaplaning Upgrade\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"f9e52ae\"},{\"feature_text\":\"Hydrafacial Upgrades Available\\n\",\"select_feature_icon\":{\"value\":\"\",\"library\":\"\"},\"tooltip_content\":\"<p>This is a tooltip<\\/p>\",\"_id\":\"9c5afb5\"}],\"ribbon_title\":\"New\",\"table_button_position\":\"none\",\"table_button_text\":\"\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"table_additional_info\":\"\",\"table_title_bg_color\":\"#DB92262E\",\"table_title_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"table_title_typography_typography\":\"custom\",\"table_title_typography_font_weight\":\"400\",\"table_pricing_typography_typography\":\"custom\",\"table_pricing_typography_font_family\":\"Montserrat\",\"table_pricing_typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"table_pricing_typography_font_weight\":\"700\",\"table_price_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"currency_position\":\"\",\"duration_typography_typography\":\"custom\",\"duration_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"duration_typography_font_weight\":\"400\",\"duration_typography_text_transform\":\"capitalize\",\"duration_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"table_features_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_typography_typography\":\"custom\",\"table_features_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"table_features_icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"table_features_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"table_features_alternate\":\"yes\",\"table_features_rows_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"table_feature_divider_border\":\"solid\",\"table_feature_divider_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"table_feature_divider_color\":\"#D1D5DB\",\"table_footer_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e182920\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"table_feature_divider_color\":\"globals\\/colors?id=astglobalcolor7\",\"table_title_bg_color\":\"\",\"table_title_color\":\"globals\\/colors?id=astglobalcolor2\",\"ribbon_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"ribbon_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"table_title_color\":\"#FFFFFF\",\"ribbon_bg_color\":\"#FFFFFF\",\"ribbon_text_color\":\"#804d09\"},\"elements\":[],\"widgetType\":\"pp-pricing-table\"}],\"isInner\":true},{\"id\":\"69ecf67d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-and-glow.jpg\",\"id\":888,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"60654bb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8ea4d8f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d5f9707\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"6c7c7c6\"}],\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3c030f97\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a80bf33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"51cf299e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/1.png\",\"id\":4423,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61cf92a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"611b1232\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Year \\u2022 New Confidence\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc19c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Sculpt &amp; Slim Transformation Program<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6070091d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72622260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"349\\\" data-end=\\\"572\\\"><strong data-start=\\\"349\\\" data-end=\\\"407\\\">Lose weight while staying toned, tight, and confident.<\\/strong><br data-start=\\\"407\\\" data-end=\\\"410\\\" \\/>This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting<\\/strong> so you don\\u2019t just lose weight \\u2014 you reshape, restore confidence, and protect your curves.<\\/p><h3 data-start=\\\"574\\\" data-end=\\\"597\\\"><strong data-start=\\\"578\\\" data-end=\\\"597\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"598\\\" data-end=\\\"809\\\">\\u2714 <strong data-start=\\\"600\\\" data-end=\\\"649\\\">GLP-1 Tirzepatide Medical Weight Loss Program<\\/strong><br data-start=\\\"649\\\" data-end=\\\"652\\\" \\/>\\u2022 Prescription medication dosing &amp; titration<br data-start=\\\"696\\\" data-end=\\\"699\\\" \\/>\\u2022 Monthly provider check-ins<br data-start=\\\"727\\\" data-end=\\\"730\\\" \\/>\\u2022 Lifestyle &amp; nutrition guidance<br data-start=\\\"762\\\" data-end=\\\"765\\\" \\/>\\u2022 Ongoing support &amp; body progress tracking<\\/p><p data-start=\\\"811\\\" data-end=\\\"918\\\">\\u2714 <strong data-start=\\\"813\\\" data-end=\\\"844\\\">5 PHYSIQ Sculpting Sessions<\\/strong><br data-start=\\\"844\\\" data-end=\\\"847\\\" \\/>\\u2022 Targets stubborn fat &amp; muscle tone<br data-start=\\\"883\\\" data-end=\\\"886\\\" \\/>\\u2022 Non-invasive \\u2022 Zero downtime<\\/p><p data-start=\\\"920\\\" data-end=\\\"964\\\">\\u2714 <strong data-start=\\\"922\\\" data-end=\\\"964\\\">Clinic monitoring &amp; treatment planning<\\/strong><\\/p><p data-start=\\\"966\\\" data-end=\\\"998\\\">\\ud83d\\udc8e <strong data-start=\\\"969\\\" data-end=\\\"987\\\">Program Price:<\\/strong> <strong data-start=\\\"988\\\" data-end=\\\"998\\\">$3,999<\\/strong><\\/p><p data-start=\\\"1000\\\" data-end=\\\"1122\\\">\\ud83c\\udf81 <strong data-start=\\\"1003\\\" data-end=\\\"1043\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><br data-start=\\\"1043\\\" data-end=\\\"1046\\\" \\/>\\u2022 <strong data-start=\\\"1048\\\" data-end=\\\"1097\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"1097\\\" data-end=\\\"1100\\\" \\/>\\u2022 <strong data-start=\\\"1102\\\" data-end=\\\"1122\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\ud83d\\udcc5 <strong data-start=\\\"1127\\\" data-end=\\\"1168\\\">Final enrollment deadline: January 31<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\u00a0<\\/p><p data-start=\\\"1919\\\" data-end=\\\"2143\\\">Active weight-loss members receive a <strong data-start=\\\"1969\\\" data-end=\\\"1996\\\">FREE 6th PHYSIQ session<\\/strong> when purchasing a 5-session package \\u2014 plus a complimentary LED or B-12 boost.<br data-start=\\\"2074\\\" data-end=\\\"2077\\\" \\/>Because your results deserve to look as strong as your commitment.<\\/p><p data-start=\\\"2145\\\" data-end=\\\"2183\\\">\\ud83d\\udc49 <strong data-start=\\\"2148\\\" data-end=\\\"2183\\\">Ask us about the Member Upgrade<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75eb97a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}]},\"elements\":[{\"id\":\"6a421043\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/2.png\",\"id\":4424,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55237de3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"52ffcbe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"90-Day Skin Reset & Glow\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c013d44\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Heal, Restore, & Rebuild Your Skin<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4118e886\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"29e41bdc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"1246\\\" data-end=\\\"1381\\\"><strong data-start=\\\"1246\\\" data-end=\\\"1381\\\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.<\\/strong><\\/p><h3 data-start=\\\"1383\\\" data-end=\\\"1406\\\"><strong data-start=\\\"1387\\\" data-end=\\\"1406\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"1407\\\" data-end=\\\"1521\\\">\\u2714 <strong data-start=\\\"1409\\\" data-end=\\\"1444\\\">Month 1 \\u2014 Platinum HydraFacial\\u00ae<\\/strong><br data-start=\\\"1444\\\" data-end=\\\"1447\\\" \\/>Deep cleanse \\u2022 exfoliation \\u2022 pore detox \\u2022 booster infusion \\u2022 LED therapy<\\/p><p data-start=\\\"1523\\\" data-end=\\\"1735\\\">\\u2714 <strong data-start=\\\"1525\\\" data-end=\\\"1562\\\">Month 2 \\u2014 Advanced Skin Treatment<\\/strong><br data-start=\\\"1562\\\" data-end=\\\"1565\\\" \\/>Choose one based on your skin goals:<br data-start=\\\"1601\\\" data-end=\\\"1604\\\" \\/>\\u2022 <strong data-start=\\\"1606\\\" data-end=\\\"1626\\\">RF Microneedling<\\/strong> \\u2014 collagen + skin tightening<br data-start=\\\"1655\\\" data-end=\\\"1658\\\" \\/><strong data-start=\\\"1658\\\" data-end=\\\"1664\\\">OR<\\/strong><br data-start=\\\"1664\\\" data-end=\\\"1667\\\" \\/>\\u2022 <strong data-start=\\\"1669\\\" data-end=\\\"1697\\\">Erbium Laser Resurfacing<\\/strong> \\u2014 texture + pigmentation refinement<\\/p><ul data-start=\\\"1737\\\" data-end=\\\"1791\\\"><li data-start=\\\"1737\\\" data-end=\\\"1791\\\"><p data-start=\\\"1739\\\" data-end=\\\"1791\\\"><strong data-start=\\\"1739\\\" data-end=\\\"1769\\\">Rejuran DNA Healing Add-On<\\/strong> for recovery &amp; glow<\\/p><\\/li><\\/ul><p data-start=\\\"1793\\\" data-end=\\\"1894\\\">\\u2714 <strong data-start=\\\"1795\\\" data-end=\\\"1831\\\">Month 3 \\u2014 Custom Clinical Facial<\\/strong><br data-start=\\\"1831\\\" data-end=\\\"1834\\\" \\/>Personalized treatment focused on hydration, repair &amp; glow<\\/p><p data-start=\\\"1896\\\" data-end=\\\"1936\\\">\\u2714 <strong data-start=\\\"1898\\\" data-end=\\\"1936\\\">3 Full-Body Red-Light Bed Sessions<\\/strong><\\/p><p data-start=\\\"1938\\\" data-end=\\\"2000\\\">\\u2714 <strong data-start=\\\"1940\\\" data-end=\\\"2000\\\">Skin guidance &amp; progress tracking throughout the program<\\/strong><\\/p><p data-start=\\\"2002\\\" data-end=\\\"2061\\\">\\ud83d\\udc8e <strong data-start=\\\"2005\\\" data-end=\\\"2023\\\">Program Price:<\\/strong> <strong data-start=\\\"2024\\\" data-end=\\\"2061\\\">$1,499<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\">\\ud83c\\udf81 <strong data-start=\\\"2066\\\" data-end=\\\"2106\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\"><strong>\\u2022 $100 Skincare Gift Card<\\/strong><br data-start=\\\"2106\\\" data-end=\\\"2109\\\" \\/>\\u2022 <strong data-start=\\\"2111\\\" data-end=\\\"2160\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"2160\\\" data-end=\\\"2163\\\" \\/>\\u2022 <strong data-start=\\\"2165\\\" data-end=\\\"2178\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"2180\\\" data-end=\\\"2224\\\">\\ud83d\\udcc5 <strong data-start=\\\"2183\\\" data-end=\\\"2224\\\">Final enrollment deadline: January 31<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:20\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21eeeef8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"543846db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f86425\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank glow <span style=\\\"font-weight:800\\\">Glow<\\/span> points for enhanced treatments\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\",\"pp_condition_date_time_before_value\":\"2025-02-02 12:17\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f8f770c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reward yourself for better selfcare<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"843ae87\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47e6cee0\",\"elType\":\"widget\",\"settings\":{\"table_headers\":[{\"table_header_col\":\"Name\",\"_id\":\"ff20be7\"},{\"table_header_col\":\"Points\",\"_id\":\"bd67ce4\"}],\"table_body_content\":[{\"table_body_element\":\"row\",\"_id\":\"8af9db3\"},{\"cell_text\":\"Dermaplaning Add-on\",\"_id\":\"dd9b9bf\"},{\"cell_text\":\"10 points\\n\",\"_id\":\"803347a\"},{\"table_body_element\":\"row\",\"_id\":\"85d8434\"},{\"_id\":\"c316cfc\"},{\"_id\":\"4cd25ec\",\"table_body_element\":\"row\"},{\"cell_text\":\"Vitamin B12 or Lipo+ Shot\\n\",\"_id\":\"5955212\"},{\"_id\":\"4aa049a\",\"cell_text\":\"10 points\\n\"},{\"table_body_element\":\"row\",\"_id\":\"1fd8011\"},{\"_id\":\"3294762\",\"cell_text\":\"Hydrafacial Booster\"},{\"cell_text\":\"10 points\\n\",\"_id\":\"ce0e26b\"},{\"_id\":\"5b585c4\",\"table_body_element\":\"row\"},{\"_id\":\"1936d61\",\"cell_text\":\"Myer\'s Mix or Glutathione IV\\n\"},{\"_id\":\"336b7ce\",\"cell_text\":\"30 points\\n\"},{\"_id\":\"09d8145\",\"table_body_element\":\"row\"},{\"_id\":\"4a4dcb7\",\"cell_text\":\"IPL Facial\\n\"},{\"_id\":\"16946b1\",\"cell_text\":\"50 points\\n\"},{\"_id\":\"a845378\",\"table_body_element\":\"row\"},{\"_id\":\"0eae656\",\"cell_text\":\"Single Session Body Contouring\\n\"},{\"_id\":\"d94612f\",\"cell_text\":\"50 points\\n\"},{\"_id\":\"bd45f48\",\"table_body_element\":\"row\"},{\"_id\":\"e344593\",\"cell_text\":\"Full Syringe Filler\\n\"},{\"_id\":\"bd23877\",\"cell_text\":\"80 points\\n\"},{\"_id\":\"07d2435\",\"table_body_element\":\"row\"},{\"_id\":\"77cf6d9\",\"cell_text\":\"RF Microneedling (Bronze)\\n\"},{\"_id\":\"c6e6c13\",\"cell_text\":\"100 points\\n\"},{\"_id\":\"9f9dd4e\",\"table_body_element\":\"row\"},{\"_id\":\"b6b0c69\",\"cell_text\":\"Single Area Laser Hair Removal\\n\"},{\"_id\":\"ef91778\",\"cell_text\":\"100 points\\n\"},{\"_id\":\"7a62b24\",\"table_body_element\":\"row\"},{\"_id\":\"f6e534c\",\"cell_text\":\"Exoglow Korean Glass Skin\\n\"},{\"_id\":\"6cb48dc\",\"cell_text\":\"160 points\\n\"}],\"table_footer_content\":[{\"_id\":\"54fbdcf\"}],\"section_table_rowsborder_border\":\"solid\",\"section_table_rowsborder_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"table_cell_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"table_column_styles\":[{\"table_col_span\":\"1\",\"_id\":\"148df89\"}],\"pp_display_conditions\":[{\"_id\":\"1d6864b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"section_table_rowsborder_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"pp-table\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"57938c61\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fe4c94e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7217a676\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book your <span style=\\\"font-weight:800\\\"> facial <\\/span> to get started\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"137e70e2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(56495, 5050, 'site-post-title', 'disabled'),
(56496, 5050, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:1:{s:5:\"style\";i:1;}s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:6:\"weight\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:4;s:4:\"link\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:13:\"section_style\";a:3:{s:18:\"align_mobile_extra\";i:1;s:12:\"align_tablet\";i:1;s:5:\"align\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:12;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:18;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:18;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:2;s:16:\"background_image\";i:5;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:1;s:19:\"_background_color_b\";i:1;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:2:{s:11:\"table_title\";i:2;s:14:\"table_subtitle\";i:2;}s:15:\"section_pricing\";a:1:{s:11:\"table_price\";i:2;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:2;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:2;s:17:\"table_button_text\";i:2;s:4:\"link\";i:2;s:21:\"table_additional_info\";i:2;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:2;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:8:\"pp-table\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:15:\"section_headers\";a:1:{s:13:\"table_headers\";i:1;}s:12:\"section_body\";a:1:{s:18:\"table_body_content\";i:1;}s:14:\"section_footer\";a:1:{s:20:\"table_footer_content\";i:1;}s:27:\"section_table_columns_style\";a:1:{s:19:\"table_column_styles\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(56540, 31, '_yoast_wpseo_content_score', '90'),
(56541, 31, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(56585, 4429, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(56587, 4429, '_yoast_wpseo_content_score', '90'),
(56588, 4429, '_yoast_wpseo_estimated-reading-time-minutes', '8'),
(56633, 4429, 'site-post-title', 'disabled'),
(57858, 5097, '_elementor_edit_mode', 'builder'),
(57859, 5097, '_elementor_template_type', 'page'),
(57860, 5097, '_elementor_version', '3.34.3'),
(57861, 5097, '_elementor_pro_version', '3.34.3'),
(57862, 5097, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(57868, 5097, '_wp_page_template', 'default');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(57869, 5097, '_elementor_data', '[{\"id\":\"6e693b5b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ddb8d33\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"41be3d0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"094f492\"}],\"pp_display_conditions\":[{\"_id\":\"1acf0ea\"}],\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":740,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":4029,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/6.png\"},{\"id\":4031,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/2-1.png\"},{\"id\":4028,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\"},{\"id\":4032,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/3-1.png\"},{\"id\":4030,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/1.png\"},{\"id\":4033,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/4-1.png\"}],\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1640,\"sizes\":[]},\"flex_align_items\":\"flex-start\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#804D0900\",\"background_overlay_color_b\":\"#804D09\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.23,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"77e7e6f5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"53dd03d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"083c2f0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bb41efc\"}],\"pp_display_conditions\":[{\"_id\":\"a8a75a3\"}],\"background_color\":\"#F0F5FADB\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"24768eaf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Genesis Wellness & Aesthetics\",\"pp_display_conditions\":[{\"_id\":\"3fd2f5f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"300\",\"align\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d8f111f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"0f719e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"651f0040\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"70b816c6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"165d4dd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63b174e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a11daa8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77116dbb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"16284cca\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"4659ea03\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-5.jpg\",\"id\":4397,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"214\",\"right\":\"214\",\"bottom\":\"214\",\"left\":\"214\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"230\",\"bottom\":\"230\",\"left\":\"230\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67a27201\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d35544\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"27bf5b2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/1.png\",\"id\":4423,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"763836a7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"673bdfc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Year \\u2022 New Confidence\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44de1e70\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Sculpt &amp; Slim Transformation Program<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a1d3cbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3ab55f27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"349\\\" data-end=\\\"572\\\"><strong data-start=\\\"349\\\" data-end=\\\"407\\\">Lose weight while staying toned, tight, and confident.<\\/strong><br data-start=\\\"407\\\" data-end=\\\"410\\\" \\/>This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting<\\/strong> so you don\\u2019t just lose weight \\u2014 you reshape, restore confidence, and protect your curves.<\\/p><h3 data-start=\\\"574\\\" data-end=\\\"597\\\"><strong data-start=\\\"578\\\" data-end=\\\"597\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"598\\\" data-end=\\\"809\\\">\\u2714 <strong data-start=\\\"600\\\" data-end=\\\"649\\\">GLP-1 Tirzepatide Medical Weight Loss Program<\\/strong><br data-start=\\\"649\\\" data-end=\\\"652\\\" \\/>\\u2022 Prescription medication dosing &amp; titration<br data-start=\\\"696\\\" data-end=\\\"699\\\" \\/>\\u2022 Monthly provider check-ins<br data-start=\\\"727\\\" data-end=\\\"730\\\" \\/>\\u2022 Lifestyle &amp; nutrition guidance<br data-start=\\\"762\\\" data-end=\\\"765\\\" \\/>\\u2022 Ongoing support &amp; body progress tracking<\\/p><p data-start=\\\"811\\\" data-end=\\\"918\\\">\\u2714 <strong data-start=\\\"813\\\" data-end=\\\"844\\\">5 PHYSIQ Sculpting Sessions<\\/strong><br data-start=\\\"844\\\" data-end=\\\"847\\\" \\/>\\u2022 Targets stubborn fat &amp; muscle tone<br data-start=\\\"883\\\" data-end=\\\"886\\\" \\/>\\u2022 Non-invasive \\u2022 Zero downtime<\\/p><p data-start=\\\"920\\\" data-end=\\\"964\\\">\\u2714 <strong data-start=\\\"922\\\" data-end=\\\"964\\\">Clinic monitoring &amp; treatment planning<\\/strong><\\/p><p data-start=\\\"966\\\" data-end=\\\"998\\\">\\ud83d\\udc8e <strong data-start=\\\"969\\\" data-end=\\\"987\\\">Program Price:<\\/strong> <strong data-start=\\\"988\\\" data-end=\\\"998\\\">$3,999<\\/strong><\\/p><p data-start=\\\"1000\\\" data-end=\\\"1122\\\">\\ud83c\\udf81 <strong data-start=\\\"1003\\\" data-end=\\\"1043\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><br data-start=\\\"1043\\\" data-end=\\\"1046\\\" \\/>\\u2022 <strong data-start=\\\"1048\\\" data-end=\\\"1097\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"1097\\\" data-end=\\\"1100\\\" \\/>\\u2022 <strong data-start=\\\"1102\\\" data-end=\\\"1122\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\ud83d\\udcc5 <strong data-start=\\\"1127\\\" data-end=\\\"1168\\\">Final enrollment deadline: January 31<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\u00a0<\\/p><p data-start=\\\"1919\\\" data-end=\\\"2143\\\">Active weight-loss members receive a <strong data-start=\\\"1969\\\" data-end=\\\"1996\\\">FREE 6th PHYSIQ session<\\/strong> when purchasing a 5-session package \\u2014 plus a complimentary LED or B-12 boost.<br data-start=\\\"2074\\\" data-end=\\\"2077\\\" \\/>Because your results deserve to look as strong as your commitment.<\\/p><p data-start=\\\"2145\\\" data-end=\\\"2183\\\">\\ud83d\\udc49 <strong data-start=\\\"2148\\\" data-end=\\\"2183\\\">Ask us about the Member Upgrade<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9a67ee6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"2ef6fdb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/2.png\",\"id\":4424,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5108ecad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17988a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"90-Day Skin Reset & Glow\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f7b7867\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Heal, Restore, & Rebuild Your Skin<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4020e534\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"11af65d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"1246\\\" data-end=\\\"1381\\\"><strong data-start=\\\"1246\\\" data-end=\\\"1381\\\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.<\\/strong><\\/p><h3 data-start=\\\"1383\\\" data-end=\\\"1406\\\"><strong data-start=\\\"1387\\\" data-end=\\\"1406\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"1407\\\" data-end=\\\"1521\\\">\\u2714 <strong data-start=\\\"1409\\\" data-end=\\\"1444\\\">Month 1 \\u2014 Platinum HydraFacial\\u00ae<\\/strong><br data-start=\\\"1444\\\" data-end=\\\"1447\\\" \\/>Deep cleanse \\u2022 exfoliation \\u2022 pore detox \\u2022 booster infusion \\u2022 LED therapy<\\/p><p data-start=\\\"1523\\\" data-end=\\\"1735\\\">\\u2714 <strong data-start=\\\"1525\\\" data-end=\\\"1562\\\">Month 2 \\u2014 Advanced Skin Treatment<\\/strong><br data-start=\\\"1562\\\" data-end=\\\"1565\\\" \\/>Choose one based on your skin goals:<br data-start=\\\"1601\\\" data-end=\\\"1604\\\" \\/>\\u2022 <strong data-start=\\\"1606\\\" data-end=\\\"1626\\\">RF Microneedling<\\/strong> \\u2014 collagen + skin tightening<br data-start=\\\"1655\\\" data-end=\\\"1658\\\" \\/><strong data-start=\\\"1658\\\" data-end=\\\"1664\\\">OR<\\/strong><br data-start=\\\"1664\\\" data-end=\\\"1667\\\" \\/>\\u2022 <strong data-start=\\\"1669\\\" data-end=\\\"1697\\\">Erbium Laser Resurfacing<\\/strong> \\u2014 texture + pigmentation refinement<\\/p><ul data-start=\\\"1737\\\" data-end=\\\"1791\\\"><li data-start=\\\"1737\\\" data-end=\\\"1791\\\"><p data-start=\\\"1739\\\" data-end=\\\"1791\\\"><strong data-start=\\\"1739\\\" data-end=\\\"1769\\\">Rejuran DNA Healing Add-On<\\/strong> for recovery &amp; glow<\\/p><\\/li><\\/ul><p data-start=\\\"1793\\\" data-end=\\\"1894\\\">\\u2714 <strong data-start=\\\"1795\\\" data-end=\\\"1831\\\">Month 3 \\u2014 Custom Clinical Facial<\\/strong><br data-start=\\\"1831\\\" data-end=\\\"1834\\\" \\/>Personalized treatment focused on hydration, repair &amp; glow<\\/p><p data-start=\\\"1896\\\" data-end=\\\"1936\\\">\\u2714 <strong data-start=\\\"1898\\\" data-end=\\\"1936\\\">3 Full-Body Red-Light Bed Sessions<\\/strong><\\/p><p data-start=\\\"1938\\\" data-end=\\\"2000\\\">\\u2714 <strong data-start=\\\"1940\\\" data-end=\\\"2000\\\">Skin guidance &amp; progress tracking throughout the program<\\/strong><\\/p><p data-start=\\\"2002\\\" data-end=\\\"2061\\\">\\ud83d\\udc8e <strong data-start=\\\"2005\\\" data-end=\\\"2023\\\">Program Price:<\\/strong> <strong data-start=\\\"2024\\\" data-end=\\\"2061\\\">$1,499<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\">\\ud83c\\udf81 <strong data-start=\\\"2066\\\" data-end=\\\"2106\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\"><strong>\\u2022 $100 Skincare Gift Card<\\/strong><br data-start=\\\"2106\\\" data-end=\\\"2109\\\" \\/>\\u2022 <strong data-start=\\\"2111\\\" data-end=\\\"2160\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"2160\\\" data-end=\\\"2163\\\" \\/>\\u2022 <strong data-start=\\\"2165\\\" data-end=\\\"2178\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"2180\\\" data-end=\\\"2224\\\">\\ud83d\\udcc5 <strong data-start=\\\"2183\\\" data-end=\\\"2224\\\">Final enrollment deadline: January 31<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"66aa9f9c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7d80670c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"541c9641\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Referral  <span style=\\\"font-weight:800\\\">Program<\\/span> \",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1364f312\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you\\u2019ll both receive $50 toward your next service. It\\u2019s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!<\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21642a58\",\"elType\":\"widget\",\"settings\":{\"text\":\"Redeem $50 Credit\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2d59e8d3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7f5ab7e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3cfa18f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"79de787\"}],\"pp_display_conditions\":[{\"_id\":\"324f80e\"}]},\"elements\":[{\"id\":\"5ad9f363\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"39635e7\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\",\"id\":3673,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_flex_align_self\":\"center\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DFDFDF\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4df214db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#F7F4F0\",\"background_color_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d037353\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3025794\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7c24a13\"}],\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"7a1c586\"}],\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/bg-service2.jpg\",\"id\":479,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"flex_direction_mobile_extra\":\"row\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23165a51\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":38,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5e3fd126\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n\",\"pp_display_conditions\":[{\"_id\":\"30d7ecb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34370f2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1d28e64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"},\"align_mobile_extra\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49576abb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"pp_display_conditions\":[{\"_id\":\"ad2ed9c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_mobile_extra\":\"center\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2dae8bd1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d3a4d41\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5487ec8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"61d497c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"8f84097\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3ebf6da5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c793990\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67d40606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"catagories-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"5b30832b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4fac0d30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a44df4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"10371d69\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"406023f5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Laser It\",\"_id\":\"598ad36\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/12-2.png\",\"id\":4200,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-laser-solutions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Inject It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/13-2.png\",\"id\":4201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"82ed379\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/inject-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Sculpt It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Advanced-Body-Contouring-img.jpg\",\"id\":3281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"85567cc\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Tighten It\",\"subtitle\":\"\",\"description\":\"\",\"icon_type\":\"image\",\"icon_text\":\"1\",\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/14-2.png\",\"id\":4202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_type\":\"box\",\"button_text\":\"Get Started\",\"_id\":\"6f40578\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/tighten-it\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"title_html_tag\":\"h5\",\"margin\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"autoplay\":\"\",\"icon_img_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_img_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_img_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"description_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"e32a143\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"left\",\"title_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-55,\"sizes\":[]},\"arrows_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"catagories-col\",\"__globals__\":{\"arrows_bg_color_normal\":\"globals\\/colors?id=astglobalcolor0\",\"arrows_color_normal\":\"globals\\/colors?id=astglobalcolor4\",\"arrows_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"arrows_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"dots_color_normal\":\"globals\\/colors?id=astglobalcolor8\",\"active_dot_color_normal\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"516fe053\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"989d619\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7ebcd042\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a927a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1c0acd8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"2b29d98a\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #3\",\"_id\":\"8a006d6\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"carousel_name\":\"Carousel\"},\"elements\":[{\"id\":\"5d1941e6\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"49dcb3c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3896d01\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"cf51314\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"502e339\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"352fcf8c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/smiling-athletic-man-img.jpg\",\"id\":2903,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"579d552f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"11717134\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"35bd49be\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"13a6d9ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2720e5a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"19f882e7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"3c472c8b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"29376bd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e1331b7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7da46228\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1a348549\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"120\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5751b86d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"6d586ad3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"40ec318\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"11c075d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caring for myself is not self-indulgence, it is self-preservation.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c31e71e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Audre Lorde\",\"html_tag\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_style\":\"italic\",\"text_align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"0af7cc5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"c6e3ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58dfc718\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-4.jpg\",\"id\":4396,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a8d6d23\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a6e7788\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/5.png\",\"id\":4028,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1da11692\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"59c08f8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"188b9a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"da551b3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_color\":\"#DB92264A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fd02d67\"}],\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"568d0a9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#F1F1F1DE\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\"}],\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6305fcd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-weight:800\\\">Get In Touch<\\/span> With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75e4fb7e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b3ed6a6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1620,\"sizes\":[]},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d8b2932\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acb4465\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f1fa4d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2f27093\"}],\"__globals__\":{\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"39dcd12f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"59bc7935\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customized <span style=\\\"font-weight:800\\\">Skincare<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d60ed79\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"542b8216\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c4c8322\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8360125\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64749e4\"}],\"pp_display_conditions\":[{\"_id\":\"bf542eb\"}]},\"elements\":[{\"id\":\"47806ab0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/skin-care_4383086.svg\",\"id\":497},\"library\":\"svg\"},\"title_text_a\":\" Korean Glass Skin\",\"description_text_a\":\"Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. \",\"background_a_background\":\"classic\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/img-2.jpg\",\"id\":498,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"201fd19b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/beauty-treatment_1996976.svg\",\"id\":523},\"library\":\"svg\"},\"title_text_a\":\"Facial\",\"description_text_a\":\"Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/hydrafacial\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/item-img-3.jpg\",\"id\":637,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"68515c4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/botox_17622604.svg\",\"id\":527},\"library\":\"svg\"},\"title_text_a\":\"Classic custom facials\",\"description_text_a\":\"Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.\",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-img.jpg\",\"id\":215,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center center\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"},{\"id\":\"5be85bce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/medical_14634786.svg\",\"id\":530},\"library\":\"svg\"},\"title_text_a\":\"The Perfect Derma Peel\",\"description_text_a\":\"Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. \",\"background_a_background\":\"classic\",\"background_a_color\":\"#FCF5F5\",\"title_text_b\":\"\",\"description_text_b\":\"\",\"button_text\":\"\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/perfect-derma-peel\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"box\",\"background_b_background\":\"classic\",\"background_b_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/landing-1-1.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_b_position\":\"center right\",\"background_b_attachment\":\"scroll\",\"background_b_repeat\":\"no-repeat\",\"background_b_size\":\"cover\",\"title_tag\":\"h4\",\"height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flip_effect\":\"fade\",\"icon_primary_color\":\"#DE968D\",\"icon_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_weight\":\"600\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ab9e7e6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"description_color_a\":\"globals\\/colors?id=astglobalcolor4\",\"background_a_color\":\"globals\\/colors?id=astglobalcolor8\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color_a\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_a_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(57878, 5097, 'site-post-title', 'disabled'),
(57879, 5097, '_elementor_controls_usage', 'a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:16;s:11:\"header_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:11;s:4:\"link\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:13:\"section_style\";a:2:{s:5:\"align\";i:5;s:18:\"align_mobile_extra\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:40;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:26;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:40;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:40;}s:18:\"section_background\";a:5:{s:16:\"background_color\";i:3;s:21:\"background_background\";i:17;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_image\";i:11;s:18:\"background_color_b\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:6;s:26:\"background_overlay_color_b\";i:1;s:30:\"background_overlay_hover_color\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:6;s:5:\"image\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:2:{s:13:\"pp_info_boxes\";i:1;s:14:\"title_html_tag\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:1;s:8:\"autoplay\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:8:\"flip-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:4;s:12:\"title_text_a\";i:4;s:18:\"description_text_a\";i:4;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:4;s:18:\"description_text_b\";i:4;s:11:\"button_text\";i:4;s:4:\"link\";i:4;s:10:\"link_click\";i:4;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:4;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:4;s:11:\"flip_effect\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:3;}}}}}'),
(58177, 4623, 'astra-migrate-meta-layouts', 'set'),
(58342, 4629, '_yoast_wpseo_content_score', '60'),
(58343, 4629, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(58454, 4629, 'astra-migrate-meta-layouts', 'set'),
(58455, 5154, '_wp_attached_file', '2026/01/NAD-Wellness-Injections-img.jpg'),
(58456, 5154, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:700;s:4:\"file\";s:39:\"2026/01/NAD-Wellness-Injections-img.jpg\";s:8:\"filesize\";i:284722;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"NAD-Wellness-Injections-img-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"NAD-Wellness-Injections-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58519, 5161, '_wp_attached_file', '2026/01/miling-people-working-NAD.jpg'),
(58520, 5161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:700;s:4:\"file\";s:37:\"2026/01/miling-people-working-NAD.jpg\";s:8:\"filesize\";i:342380;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"miling-people-working-NAD-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16373;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"miling-people-working-NAD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"miling-people-working-NAD-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58550, 5165, '_wp_attached_file', '2026/01/Fee-Life-image.jpg'),
(58551, 5165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2026/01/Fee-Life-image.jpg\";s:8:\"filesize\";i:461405;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Fee-Life-image-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Fee-Life-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Fee-Life-image-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58678, 4625, '_elementor_page_settings', 'a:0:{}'),
(58679, 4625, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:19;s:11:\"header_size\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:19;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:44;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:28;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:44;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:44;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:23;s:18:\"animation_duration\";i:22;}s:18:\"section_background\";a:4:{s:16:\"background_image\";i:7;s:21:\"background_background\";i:20;s:18:\"background_color_b\";i:3;s:16:\"background_color\";i:10;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:4;s:5:\"image\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:10:\"title_size\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:3:{s:11:\"table_title\";i:4;s:14:\"table_subtitle\";i:4;s:14:\"title_html_tag\";i:4;}s:15:\"section_pricing\";a:3:{s:11:\"table_price\";i:4;s:14:\"table_duration\";i:2;s:15:\"currency_symbol\";i:1;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:4;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:2;s:17:\"table_button_text\";i:4;s:4:\"link\";i:4;s:21:\"table_additional_info\";i:4;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:4;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:2;s:9:\"galleries\";i:2;s:7:\"columns\";i:2;s:12:\"aspect_ratio\";i:2;s:20:\"thumbnail_image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:1;}s:13:\"overlay_style\";a:1:{s:30:\"overlay_background_hover_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(58680, 5178, '_menu_item_type', 'post_type'),
(58681, 5178, '_menu_item_menu_item_parent', '0'),
(58682, 5178, '_menu_item_object_id', '2646'),
(58683, 5178, '_menu_item_object', 'page'),
(58684, 5178, '_menu_item_target', ''),
(58685, 5178, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58686, 5178, '_menu_item_xfn', ''),
(58687, 5178, '_menu_item_url', ''),
(58689, 5179, '_menu_item_type', 'post_type'),
(58690, 5179, '_menu_item_menu_item_parent', '5178'),
(58691, 5179, '_menu_item_object_id', '1640'),
(58692, 5179, '_menu_item_object', 'page'),
(58693, 5179, '_menu_item_target', ''),
(58694, 5179, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58695, 5179, '_menu_item_xfn', ''),
(58696, 5179, '_menu_item_url', ''),
(58698, 5180, '_menu_item_type', 'post_type'),
(58699, 5180, '_menu_item_menu_item_parent', '5178'),
(58700, 5180, '_menu_item_object_id', '1642'),
(58701, 5180, '_menu_item_object', 'page'),
(58702, 5180, '_menu_item_target', ''),
(58703, 5180, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58704, 5180, '_menu_item_xfn', ''),
(58705, 5180, '_menu_item_url', ''),
(58710, 5181, '_menu_item_type', 'post_type'),
(58711, 5181, '_menu_item_menu_item_parent', '5178'),
(58712, 5181, '_menu_item_object_id', '1644'),
(58713, 5181, '_menu_item_object', 'page'),
(58714, 5181, '_menu_item_target', ''),
(58715, 5181, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58716, 5181, '_menu_item_xfn', ''),
(58717, 5181, '_menu_item_url', ''),
(58719, 5182, '_menu_item_type', 'post_type'),
(58720, 5182, '_menu_item_menu_item_parent', '5178'),
(58721, 5182, '_menu_item_object_id', '1646'),
(58722, 5182, '_menu_item_object', 'page'),
(58723, 5182, '_menu_item_target', ''),
(58724, 5182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58725, 5182, '_menu_item_xfn', ''),
(58726, 5182, '_menu_item_url', ''),
(58728, 5183, '_menu_item_type', 'post_type'),
(58729, 5183, '_menu_item_menu_item_parent', '5178'),
(58730, 5183, '_menu_item_object_id', '1648'),
(58731, 5183, '_menu_item_object', 'page'),
(58732, 5183, '_menu_item_target', ''),
(58733, 5183, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58734, 5183, '_menu_item_xfn', ''),
(58735, 5183, '_menu_item_url', ''),
(58737, 4438, '_wp_old_date', '2026-01-17'),
(58738, 4441, '_wp_old_date', '2026-01-17'),
(58740, 4640, '_wp_old_date', '2026-01-17'),
(58741, 4639, '_wp_old_date', '2026-01-17'),
(58742, 4638, '_wp_old_date', '2026-01-17'),
(58743, 4637, '_wp_old_date', '2026-01-17'),
(58746, 4443, '_wp_old_date', '2026-01-17'),
(58747, 4444, '_wp_old_date', '2026-01-17'),
(58748, 4445, '_wp_old_date', '2026-01-17'),
(58843, 5192, '_menu_item_type', 'custom'),
(58844, 5192, '_menu_item_menu_item_parent', '0'),
(58845, 5192, '_menu_item_object_id', '5192'),
(58846, 5192, '_menu_item_object', 'custom'),
(58847, 5192, '_menu_item_target', ''),
(58848, 5192, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58849, 5192, '_menu_item_xfn', ''),
(58850, 5192, '_menu_item_url', '#'),
(58852, 5193, '_menu_item_type', 'post_type'),
(58853, 5193, '_menu_item_menu_item_parent', '5192'),
(58854, 5193, '_menu_item_object_id', '815'),
(58855, 5193, '_menu_item_object', 'page'),
(58856, 5193, '_menu_item_target', ''),
(58857, 5193, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58858, 5193, '_menu_item_xfn', ''),
(58859, 5193, '_menu_item_url', ''),
(58861, 5194, '_menu_item_type', 'post_type'),
(58862, 5194, '_menu_item_menu_item_parent', '5192'),
(58863, 5194, '_menu_item_object_id', '822'),
(58864, 5194, '_menu_item_object', 'page'),
(58865, 5194, '_menu_item_target', ''),
(58866, 5194, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58867, 5194, '_menu_item_xfn', ''),
(58868, 5194, '_menu_item_url', ''),
(58870, 5195, '_menu_item_type', 'post_type'),
(58871, 5195, '_menu_item_menu_item_parent', '5192'),
(58872, 5195, '_menu_item_object_id', '837'),
(58873, 5195, '_menu_item_object', 'page'),
(58874, 5195, '_menu_item_target', ''),
(58875, 5195, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58876, 5195, '_menu_item_xfn', ''),
(58877, 5195, '_menu_item_url', ''),
(58879, 5196, '_menu_item_type', 'post_type'),
(58880, 5196, '_menu_item_menu_item_parent', '5192'),
(58881, 5196, '_menu_item_object_id', '839'),
(58882, 5196, '_menu_item_object', 'page'),
(58883, 5196, '_menu_item_target', ''),
(58884, 5196, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58885, 5196, '_menu_item_xfn', ''),
(58886, 5196, '_menu_item_url', ''),
(58944, 5201, '_menu_item_type', 'post_type'),
(58945, 5201, '_menu_item_menu_item_parent', '4444'),
(58946, 5201, '_menu_item_object_id', '1661'),
(58947, 5201, '_menu_item_object', 'page'),
(58948, 5201, '_menu_item_target', ''),
(58949, 5201, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58950, 5201, '_menu_item_xfn', ''),
(58951, 5201, '_menu_item_url', ''),
(58953, 5202, '_menu_item_type', 'post_type'),
(58954, 5202, '_menu_item_menu_item_parent', '4444'),
(58955, 5202, '_menu_item_object_id', '1474'),
(58956, 5202, '_menu_item_object', 'page'),
(58957, 5202, '_menu_item_target', ''),
(58958, 5202, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58959, 5202, '_menu_item_xfn', ''),
(58960, 5202, '_menu_item_url', ''),
(58962, 5203, '_menu_item_type', 'post_type'),
(58963, 5203, '_menu_item_menu_item_parent', '4444'),
(58964, 5203, '_menu_item_object_id', '1666'),
(58965, 5203, '_menu_item_object', 'page'),
(58966, 5203, '_menu_item_target', ''),
(58967, 5203, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58968, 5203, '_menu_item_xfn', ''),
(58969, 5203, '_menu_item_url', ''),
(58971, 5204, '_menu_item_type', 'custom'),
(58972, 5204, '_menu_item_menu_item_parent', '5192'),
(58973, 5204, '_menu_item_object_id', '5204'),
(58974, 5204, '_menu_item_object', 'custom'),
(58975, 5204, '_menu_item_target', '_blank'),
(58976, 5204, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(58977, 5204, '_menu_item_xfn', ''),
(58978, 5204, '_menu_item_url', 'https://genesiswa.com/wp-content/uploads/2026/01/GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT.pdf'),
(58980, 5205, '_wp_attached_file', '2026/01/GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT.pdf'),
(58981, 5205, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:74:\"GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209625;}s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15675;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6055;}}s:8:\"filesize\";i:3798;}'),
(59303, 5236, '_menu_item_type', 'post_type'),
(59304, 5236, '_menu_item_menu_item_parent', '4619'),
(59305, 5236, '_menu_item_object_id', '761'),
(59306, 5236, '_menu_item_object', 'page'),
(59307, 5236, '_menu_item_target', ''),
(59308, 5236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59309, 5236, '_menu_item_xfn', ''),
(59310, 5236, '_menu_item_url', ''),
(59312, 5237, '_menu_item_type', 'post_type'),
(59313, 5237, '_menu_item_menu_item_parent', '4619'),
(59314, 5237, '_menu_item_object_id', '763'),
(59315, 5237, '_menu_item_object', 'page'),
(59316, 5237, '_menu_item_target', ''),
(59317, 5237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59318, 5237, '_menu_item_xfn', ''),
(59319, 5237, '_menu_item_url', ''),
(59321, 5238, '_menu_item_type', 'post_type'),
(59322, 5238, '_menu_item_menu_item_parent', '4619'),
(59323, 5238, '_menu_item_object_id', '765'),
(59324, 5238, '_menu_item_object', 'page'),
(59325, 5238, '_menu_item_target', ''),
(59326, 5238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59327, 5238, '_menu_item_xfn', ''),
(59328, 5238, '_menu_item_url', ''),
(59348, 5241, '_menu_item_type', 'post_type'),
(59349, 5241, '_menu_item_menu_item_parent', '4619'),
(59350, 5241, '_menu_item_object_id', '771'),
(59351, 5241, '_menu_item_object', 'page'),
(59352, 5241, '_menu_item_target', ''),
(59353, 5241, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59354, 5241, '_menu_item_xfn', ''),
(59355, 5241, '_menu_item_url', ''),
(59357, 5242, '_menu_item_type', 'post_type'),
(59358, 5242, '_menu_item_menu_item_parent', '4619'),
(59359, 5242, '_menu_item_object_id', '773'),
(59360, 5242, '_menu_item_object', 'page'),
(59361, 5242, '_menu_item_target', ''),
(59362, 5242, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59363, 5242, '_menu_item_xfn', ''),
(59364, 5242, '_menu_item_url', ''),
(59366, 5243, '_menu_item_type', 'post_type'),
(59367, 5243, '_menu_item_menu_item_parent', '4619'),
(59368, 5243, '_menu_item_object_id', '775'),
(59369, 5243, '_menu_item_object', 'page'),
(59370, 5243, '_menu_item_target', ''),
(59371, 5243, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59372, 5243, '_menu_item_xfn', ''),
(59373, 5243, '_menu_item_url', ''),
(59375, 5244, '_menu_item_type', 'post_type'),
(59376, 5244, '_menu_item_menu_item_parent', '4619'),
(59377, 5244, '_menu_item_object_id', '777'),
(59378, 5244, '_menu_item_object', 'page'),
(59379, 5244, '_menu_item_target', ''),
(59380, 5244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59381, 5244, '_menu_item_xfn', ''),
(59382, 5244, '_menu_item_url', ''),
(59384, 5245, '_menu_item_type', 'post_type'),
(59385, 5245, '_menu_item_menu_item_parent', '4619'),
(59386, 5245, '_menu_item_object_id', '779'),
(59387, 5245, '_menu_item_object', 'page'),
(59388, 5245, '_menu_item_target', ''),
(59389, 5245, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59390, 5245, '_menu_item_xfn', ''),
(59391, 5245, '_menu_item_url', ''),
(59518, 4432, '_elementor_screenshot_failed', '2026-01-29 05:41:23'),
(59522, 5030, '_elementor_screenshot_failed', '2026-01-29 05:41:43'),
(59526, 5037, '_elementor_screenshot_failed', '2026-01-29 05:42:03'),
(59530, 5045, '_elementor_screenshot_failed', '2026-01-29 05:42:22'),
(59531, 5254, '_elementor_edit_mode', 'builder'),
(59532, 5254, '_elementor_template_type', 'container'),
(59533, 5254, '_elementor_version', '3.34.3'),
(59534, 5254, '_elementor_pro_version', '3.34.3'),
(59535, 5254, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(59541, 5254, '_wp_page_template', 'default'),
(59542, 5254, '_elementor_data', '[{\"id\":\"5d1f957\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4086f18\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0f3200d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8b5e598\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"permier-wellness-section\",\"pp_display_conditions\":[{\"_id\":\"a5ce724\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_mobile_extra\":\"initial\",\"background_bg_width_mobile_extra\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4338d981\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3c89387d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Programs\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Allura\",\"typography_font_size\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"title_color\":\"#DB922661\",\"pp_display_conditions\":[{\"_id\":\"033d66f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cd2d233\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premier Wellness Optimization Programs\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"222bec90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"705b80b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"70e9c99\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"129c6e2\"}],\"pp_display_conditions\":[{\"_id\":\"f2e3e72\"}]},\"elements\":[{\"id\":\"766bdef9\",\"elType\":\"widget\",\"widgetType\":\"nested-carousel\",\"settings\":{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"2731e78\"},{\"slide_title\":\"Slide #2\",\"_id\":\"ac83ff4\"},{\"slide_title\":\"Slide #3\",\"_id\":\"7257b3f\"},{\"slide_title\":\"Slide #4\",\"_id\":\"8a006d6\"},{\"slide_title\":\"Slide #5\",\"_id\":\"bc48d05\"}],\"_css_classes\":\"slider-item-cls\",\"pp_display_conditions\":[{\"_id\":\"67f2517\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"autoplay\":\"\",\"slides_to_show_mobile_extra\":\"1\",\"slides_to_scroll_mobile_extra\":\"1\",\"navigation_previous_icon_horizontal_orientation\":\"end\",\"navigation_previous_icon_horizontal_position\":{\"unit\":\"px\",\"size\":-45,\"sizes\":[]},\"navigation_previous_icon_vertical_orientation\":\"end\",\"navigation_previous_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"navigation_next_icon_vertical_orientation\":\"end\",\"navigation_next_icon_vertical_position\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"arrows_normal_background_background\":\"classic\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"dots_custom_position\":\"yes\",\"dots_horizontal_position\":\"start\",\"dots_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"arrows_normal_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"dots_normal_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"carousel_name\":\"Carousel\"},\"elements\":[{\"id\":\"95642ec\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #1\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c1335b0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c7c2f8e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"28d41c5\"}],\"pp_display_conditions\":[{\"_id\":\"be9cd4a\"}]},\"elements\":[{\"id\":\"10361ba7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"526291ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Weight Loss Medicine\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3df627cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"22ae4941\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #2\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"018d1f2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6ffb2da\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"08186ec\"}],\"pp_display_conditions\":[{\"_id\":\"7145c82\"}]},\"elements\":[{\"id\":\"4c54d330\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/smiling-athletic-man-img.jpg\",\"id\":2903,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ae47dc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Testosterone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"74a111d2\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4773fd9f\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #3\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"43276221\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/about-us-01.jpg\",\"id\":429,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c72343d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Women\'s Hormone Therapy\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"41433e7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"4a0d2f85\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #4\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"43931897\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5c4ef799\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Peptide Therapy\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6e08b59\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"681f9d8e\",\"elType\":\"container\",\"settings\":{\"_title\":\"Slide #5\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5b72244\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0879e24\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ca77173\"}],\"pp_display_conditions\":[{\"_id\":\"2c02c5d\"}]},\"elements\":[{\"id\":\"2f7cb25c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/peptide-therapy-man-and-woman-img.jpg\",\"id\":2779,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"603f6dd\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d1714d5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94b7464\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000004D\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"59b4023\"}],\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"#0000004D\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"43c65da8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Programs\",\"description_text\":\"Concierge Dermatology\\n\\n\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"pp_display_conditions\":[{\"_id\":\"9bf1638\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"501b5941\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"24\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"78774ea\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_hover_border_color\":\"#db9226\",\"border_color\":\"#FFFFFF6B\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(59551, 5254, 'site-post-title', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(59552, 5254, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:7;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:6;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:5;s:30:\"background_overlay_hover_color\";i:5;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:10:\"title_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:4:\"link\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),
(59862, 5257, '_menu_item_type', 'post_type'),
(59863, 5257, '_menu_item_menu_item_parent', '0'),
(59864, 5257, '_menu_item_object_id', '4429'),
(59865, 5257, '_menu_item_object', 'page'),
(59866, 5257, '_menu_item_target', ''),
(59867, 5257, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59868, 5257, '_menu_item_xfn', ''),
(59869, 5257, '_menu_item_url', ''),
(59880, 5259, '_menu_item_type', 'custom'),
(59881, 5259, '_menu_item_menu_item_parent', '5440'),
(59882, 5259, '_menu_item_object_id', '5259'),
(59883, 5259, '_menu_item_object', 'custom'),
(59884, 5259, '_menu_item_target', ''),
(59885, 5259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59886, 5259, '_menu_item_xfn', ''),
(59887, 5259, '_menu_item_url', ''),
(59889, 5260, '_menu_item_type', 'custom'),
(59890, 5260, '_menu_item_menu_item_parent', '5440'),
(59891, 5260, '_menu_item_object_id', '5260'),
(59892, 5260, '_menu_item_object', 'custom'),
(59893, 5260, '_menu_item_target', ''),
(59894, 5260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59895, 5260, '_menu_item_xfn', ''),
(59896, 5260, '_menu_item_url', ''),
(59898, 5261, '_menu_item_type', 'custom'),
(59899, 5261, '_menu_item_menu_item_parent', '5440'),
(59900, 5261, '_menu_item_object_id', '5261'),
(59901, 5261, '_menu_item_object', 'custom'),
(59902, 5261, '_menu_item_target', ''),
(59903, 5261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59904, 5261, '_menu_item_xfn', ''),
(59905, 5261, '_menu_item_url', ''),
(59907, 5262, '_menu_item_type', 'custom'),
(59908, 5262, '_menu_item_menu_item_parent', '5440'),
(59909, 5262, '_menu_item_object_id', '5262'),
(59910, 5262, '_menu_item_object', 'custom'),
(59911, 5262, '_menu_item_target', ''),
(59912, 5262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59913, 5262, '_menu_item_xfn', ''),
(59914, 5262, '_menu_item_url', '#'),
(59916, 5263, '_menu_item_type', 'post_type'),
(59917, 5263, '_menu_item_menu_item_parent', '0'),
(59918, 5263, '_menu_item_object_id', '31'),
(59919, 5263, '_menu_item_object', 'page'),
(59920, 5263, '_menu_item_target', ''),
(59921, 5263, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59922, 5263, '_menu_item_xfn', ''),
(59923, 5263, '_menu_item_url', ''),
(59925, 5264, '_menu_item_type', 'post_type'),
(59926, 5264, '_menu_item_menu_item_parent', '0'),
(59927, 5264, '_menu_item_object_id', '1661'),
(59928, 5264, '_menu_item_object', 'page'),
(59929, 5264, '_menu_item_target', ''),
(59930, 5264, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59931, 5264, '_menu_item_xfn', ''),
(59932, 5264, '_menu_item_url', ''),
(59934, 5265, '_menu_item_type', 'post_type'),
(59935, 5265, '_menu_item_menu_item_parent', '0'),
(59936, 5265, '_menu_item_object_id', '37'),
(59937, 5265, '_menu_item_object', 'page'),
(59938, 5265, '_menu_item_target', ''),
(59939, 5265, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59940, 5265, '_menu_item_xfn', ''),
(59941, 5265, '_menu_item_url', ''),
(59943, 5266, '_menu_item_type', 'post_type'),
(59944, 5266, '_menu_item_menu_item_parent', '0'),
(59945, 5266, '_menu_item_object_id', '46'),
(59946, 5266, '_menu_item_object', 'page'),
(59947, 5266, '_menu_item_target', ''),
(59948, 5266, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59949, 5266, '_menu_item_xfn', ''),
(59950, 5266, '_menu_item_url', ''),
(59968, 5268, '_menu_item_type', 'post_type'),
(59969, 5268, '_menu_item_menu_item_parent', '5259'),
(59970, 5268, '_menu_item_object_id', '769'),
(59971, 5268, '_menu_item_object', 'page'),
(59972, 5268, '_menu_item_target', ''),
(59973, 5268, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59974, 5268, '_menu_item_xfn', ''),
(59975, 5268, '_menu_item_url', ''),
(59977, 5269, '_menu_item_type', 'post_type'),
(59978, 5269, '_menu_item_menu_item_parent', '5259'),
(59979, 5269, '_menu_item_object_id', '771'),
(59980, 5269, '_menu_item_object', 'page'),
(59981, 5269, '_menu_item_target', ''),
(59982, 5269, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59983, 5269, '_menu_item_xfn', ''),
(59984, 5269, '_menu_item_url', ''),
(59986, 5270, '_menu_item_type', 'post_type'),
(59987, 5270, '_menu_item_menu_item_parent', '5259'),
(59988, 5270, '_menu_item_object_id', '773'),
(59989, 5270, '_menu_item_object', 'page'),
(59990, 5270, '_menu_item_target', ''),
(59991, 5270, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59992, 5270, '_menu_item_xfn', ''),
(59993, 5270, '_menu_item_url', ''),
(59995, 5271, '_menu_item_type', 'post_type'),
(59996, 5271, '_menu_item_menu_item_parent', '5259'),
(59997, 5271, '_menu_item_object_id', '775'),
(59998, 5271, '_menu_item_object', 'page'),
(59999, 5271, '_menu_item_target', ''),
(60000, 5271, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60001, 5271, '_menu_item_xfn', ''),
(60002, 5271, '_menu_item_url', ''),
(60004, 5272, '_menu_item_type', 'post_type'),
(60005, 5272, '_menu_item_menu_item_parent', '5260'),
(60006, 5272, '_menu_item_object_id', '779'),
(60007, 5272, '_menu_item_object', 'page'),
(60008, 5272, '_menu_item_target', ''),
(60009, 5272, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60010, 5272, '_menu_item_xfn', ''),
(60011, 5272, '_menu_item_url', ''),
(60013, 5273, '_menu_item_type', 'post_type'),
(60014, 5273, '_menu_item_menu_item_parent', '5260'),
(60015, 5273, '_menu_item_object_id', '777'),
(60016, 5273, '_menu_item_object', 'page'),
(60017, 5273, '_menu_item_target', ''),
(60018, 5273, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60019, 5273, '_menu_item_xfn', ''),
(60020, 5273, '_menu_item_url', ''),
(60022, 5274, '_menu_item_type', 'post_type'),
(60023, 5274, '_menu_item_menu_item_parent', '5260'),
(60024, 5274, '_menu_item_object_id', '822'),
(60025, 5274, '_menu_item_object', 'page'),
(60026, 5274, '_menu_item_target', ''),
(60027, 5274, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60028, 5274, '_menu_item_xfn', ''),
(60029, 5274, '_menu_item_url', ''),
(60031, 5275, '_menu_item_type', 'post_type'),
(60032, 5275, '_menu_item_menu_item_parent', '5260'),
(60033, 5275, '_menu_item_object_id', '815'),
(60034, 5275, '_menu_item_object', 'page'),
(60035, 5275, '_menu_item_target', ''),
(60036, 5275, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60037, 5275, '_menu_item_xfn', ''),
(60038, 5275, '_menu_item_url', ''),
(60040, 5276, '_menu_item_type', 'post_type'),
(60041, 5276, '_menu_item_menu_item_parent', '5260'),
(60042, 5276, '_menu_item_object_id', '837'),
(60043, 5276, '_menu_item_object', 'page'),
(60044, 5276, '_menu_item_target', ''),
(60045, 5276, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60046, 5276, '_menu_item_xfn', ''),
(60047, 5276, '_menu_item_url', ''),
(60049, 5277, '_menu_item_type', 'post_type'),
(60050, 5277, '_menu_item_menu_item_parent', '5260'),
(60051, 5277, '_menu_item_object_id', '839'),
(60052, 5277, '_menu_item_object', 'page'),
(60053, 5277, '_menu_item_target', ''),
(60054, 5277, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60055, 5277, '_menu_item_xfn', ''),
(60056, 5277, '_menu_item_url', ''),
(60058, 5278, '_menu_item_type', 'post_type'),
(60059, 5278, '_menu_item_menu_item_parent', '5262'),
(60060, 5278, '_menu_item_object_id', '1474'),
(60061, 5278, '_menu_item_object', 'page'),
(60062, 5278, '_menu_item_target', ''),
(60063, 5278, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60064, 5278, '_menu_item_xfn', ''),
(60065, 5278, '_menu_item_url', ''),
(60067, 5279, '_menu_item_type', 'post_type'),
(60068, 5279, '_menu_item_menu_item_parent', '5261'),
(60069, 5279, '_menu_item_object_id', '4623'),
(60070, 5279, '_menu_item_object', 'page'),
(60071, 5279, '_menu_item_target', ''),
(60072, 5279, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60073, 5279, '_menu_item_xfn', ''),
(60074, 5279, '_menu_item_url', ''),
(60076, 5280, '_menu_item_type', 'post_type'),
(60077, 5280, '_menu_item_menu_item_parent', '5261'),
(60078, 5280, '_menu_item_object_id', '4625'),
(60079, 5280, '_menu_item_object', 'page'),
(60080, 5280, '_menu_item_target', ''),
(60081, 5280, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60082, 5280, '_menu_item_xfn', ''),
(60083, 5280, '_menu_item_url', ''),
(60085, 5281, '_menu_item_type', 'custom'),
(60086, 5281, '_menu_item_menu_item_parent', '5261'),
(60087, 5281, '_menu_item_object_id', '5281'),
(60088, 5281, '_menu_item_object', 'custom'),
(60089, 5281, '_menu_item_target', ''),
(60090, 5281, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60091, 5281, '_menu_item_xfn', ''),
(60092, 5281, '_menu_item_url', ''),
(60094, 5282, '_menu_item_type', 'post_type'),
(60095, 5282, '_menu_item_menu_item_parent', '5281'),
(60096, 5282, '_menu_item_object_id', '761'),
(60097, 5282, '_menu_item_object', 'page'),
(60098, 5282, '_menu_item_target', ''),
(60099, 5282, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60100, 5282, '_menu_item_xfn', ''),
(60101, 5282, '_menu_item_url', ''),
(60103, 5283, '_menu_item_type', 'post_type'),
(60104, 5283, '_menu_item_menu_item_parent', '5281'),
(60105, 5283, '_menu_item_object_id', '763'),
(60106, 5283, '_menu_item_object', 'page'),
(60107, 5283, '_menu_item_target', ''),
(60108, 5283, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60109, 5283, '_menu_item_xfn', ''),
(60110, 5283, '_menu_item_url', ''),
(60112, 5284, '_menu_item_type', 'post_type'),
(60113, 5284, '_menu_item_menu_item_parent', '5261'),
(60114, 5284, '_menu_item_object_id', '765'),
(60115, 5284, '_menu_item_object', 'page'),
(60116, 5284, '_menu_item_target', ''),
(60117, 5284, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60118, 5284, '_menu_item_xfn', ''),
(60119, 5284, '_menu_item_url', ''),
(60121, 5285, '_menu_item_type', 'post_type'),
(60122, 5285, '_menu_item_menu_item_parent', '5262'),
(60123, 5285, '_menu_item_object_id', '4629'),
(60124, 5285, '_menu_item_object', 'page'),
(60125, 5285, '_menu_item_target', ''),
(60126, 5285, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60127, 5285, '_menu_item_xfn', ''),
(60128, 5285, '_menu_item_url', ''),
(60130, 5286, '_menu_item_type', 'post_type'),
(60131, 5286, '_menu_item_menu_item_parent', '5260'),
(60132, 5286, '_menu_item_object_id', '4627'),
(60133, 5286, '_menu_item_object', 'page'),
(60134, 5286, '_menu_item_target', ''),
(60135, 5286, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60136, 5286, '_menu_item_xfn', ''),
(60137, 5286, '_menu_item_url', ''),
(60147, 5287, '_wp_attached_file', '2026/01/concierge-dermatology-img.jpg'),
(60148, 5287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2026/01/concierge-dermatology-img.jpg\";s:8:\"filesize\";i:226801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"concierge-dermatology-img-254x300.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"concierge-dermatology-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60189, 5292, '_wp_attached_file', '2026/01/Botox-Migraine-img.jpg'),
(60190, 5292, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:550;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2026/01/Botox-Migraine-img.jpg\";s:8:\"filesize\";i:194349;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Botox-Migraine-img-254x300.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Botox-Migraine-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60284, 13, '_yoast_wpseo_content_score', '60'),
(60285, 13, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(60356, 5308, '_menu_item_type', 'post_type'),
(60357, 5308, '_menu_item_menu_item_parent', '5260'),
(60358, 5308, '_menu_item_object_id', '2646'),
(60359, 5308, '_menu_item_object', 'page'),
(60360, 5308, '_menu_item_target', ''),
(60361, 5308, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60362, 5308, '_menu_item_xfn', ''),
(60363, 5308, '_menu_item_url', ''),
(60491, 5309, '_elementor_edit_mode', 'builder'),
(60492, 5309, '_elementor_template_type', 'container'),
(60493, 5309, '_elementor_version', '3.34.4'),
(60494, 5309, '_elementor_pro_version', '3.34.4'),
(60495, 5309, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(60501, 5309, '_wp_page_template', 'default'),
(60502, 5309, '_elementor_data', '[{\"id\":\"114b4adf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_color\":\"#F6F2EE\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c491a84\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"da10133\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1f514a0\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":4737,\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/image-24.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"94a3aaa\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":991,\"sizes\":[]}},\"elements\":[{\"id\":\"219a4e49\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"60\",\"row\":\"60\",\"isLinked\":true,\"unit\":\"px\",\"size\":60},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ded22c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"378261d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"453cb2b\"}],\"pp_display_conditions\":[{\"_id\":\"c5ac556\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}]},\"elements\":[{\"id\":\"5124ff40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"75eed8b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"63c383a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"99c0651\"}],\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2b8f21a\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b7e3c9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked \\n <span style=\\\"font-weight:200\\\">Questions<\\/span>\\n\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb52702\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"185d3bc3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How is your Medical Weight Loss Program different?\",\"_id\":\"be0525f\",\"faq_answer\":\"<p>Our program is medically supervised, personalized, and often includes GLP 1 medications such as Semaglutide or Tirzepatide, alongside nutrition and lifestyle support. We focus on safety, education, and sustainable results.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"What is PHYSIQ body contouring?\",\"_id\":\"4e787d8\",\"faq_answer\":\"<p>PHYSIQ is a non invasive treatment that uses advanced STEP technology to reduce fat and strengthen muscle in targeted areas with little to no downtime.<\\/p>\"},{\"tab_title\":\"Do I have to do PHYSIQ to join the weight loss program?\",\"faq_answer\":\"<p>No \\u2014 many patients choose weight loss alone. PHYSIQ simply enhances body sculpting results when stubborn areas persist.<\\/p>\",\"_id\":\"0f3b99a\"},{\"tab_title\":\"What conditions do you treat with concierge dermatology?\",\"faq_answer\":\"<p>We commonly support acne, rosacea, pigmentation issues, melasma, chronic irritation, aging concerns, and preventive skin health.<\\/p>\",\"_id\":\"607d030\"},{\"tab_title\":\"Do you offer Botox for migraine relief?\",\"faq_answer\":\"<p>Yes \\u2014 Botox is FDA approved to help reduce the frequency and severity of chronic migraines in qualified patients. A consultation is required.<\\/p>\",\"_id\":\"94503a4\"}],\"faq_items_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_bg_color\":\"#F1F1F1A6\",\"question_border_border\":\"solid\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"question_border_color\":\"#D1D5DB73\",\"question_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"24\",\"bottom\":\"26\",\"left\":\"24\",\"isLinked\":false},\"answer_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a123779\",\"pp_condition_date_time_before_value\":\"2026-01-20 08:22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color\":\"\",\"question_border_color\":\"\"},\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"question_typography_typography\":\"custom\",\"question_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"question_typography_line_height_mobile_extra\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"question_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":false},\"answer_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(60511, 5309, 'site-post-title', 'disabled'),
(60512, 5309, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:18:\"section_background\";a:2:{s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_image\";i:1;}}}}}'),
(60570, 5312, '_wp_attached_file', '2026/02/Concierge-Dermatology-new.jpg'),
(60571, 5312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2026/02/Concierge-Dermatology-new.jpg\";s:8:\"filesize\";i:210490;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Concierge-Dermatology-new-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Concierge-Dermatology-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60603, 5316, '_wp_attached_file', '2026/02/Botox-Migraine-img.jpg'),
(60604, 5316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2026/02/Botox-Migraine-img.jpg\";s:8:\"filesize\";i:239878;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Botox-Migraine-img-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Botox-Migraine-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60780, 763, '_yoast_wpseo_content_score', '60'),
(60781, 763, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(60787, 5332, '_wp_attached_file', '2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg'),
(60788, 5332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:650;s:4:\"file\";s:49:\"2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg\";s:8:\"filesize\";i:199501;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"NAD-IV-Therapy-Vitamin-Injections-img-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"NAD-IV-Therapy-Vitamin-Injections-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60820, 5257, '_wp_old_date', '2026-01-31'),
(60822, 5259, '_wp_old_date', '2026-01-31'),
(60823, 5268, '_wp_old_date', '2026-01-31'),
(60824, 5269, '_wp_old_date', '2026-01-31'),
(60825, 5270, '_wp_old_date', '2026-01-31'),
(60826, 5271, '_wp_old_date', '2026-01-31'),
(60827, 5260, '_wp_old_date', '2026-01-31'),
(60828, 5272, '_wp_old_date', '2026-01-31'),
(60829, 5273, '_wp_old_date', '2026-01-31'),
(60830, 5274, '_wp_old_date', '2026-01-31'),
(60831, 5275, '_wp_old_date', '2026-01-31'),
(60832, 5276, '_wp_old_date', '2026-01-31'),
(60833, 5277, '_wp_old_date', '2026-01-31'),
(60834, 5308, '_wp_old_date', '2026-01-31'),
(60835, 5261, '_wp_old_date', '2026-01-31'),
(60836, 5279, '_wp_old_date', '2026-01-31'),
(60837, 5280, '_wp_old_date', '2026-01-31'),
(60838, 5281, '_wp_old_date', '2026-01-31'),
(60839, 5282, '_wp_old_date', '2026-01-31'),
(60840, 5283, '_wp_old_date', '2026-01-31'),
(60841, 5284, '_wp_old_date', '2026-01-31'),
(60842, 5286, '_wp_old_date', '2026-01-31'),
(60843, 5262, '_wp_old_date', '2026-01-31'),
(60844, 5285, '_wp_old_date', '2026-01-31'),
(60845, 5278, '_wp_old_date', '2026-01-31'),
(60846, 5263, '_wp_old_date', '2026-01-31'),
(60847, 5264, '_wp_old_date', '2026-01-31'),
(60848, 5265, '_wp_old_date', '2026-01-31'),
(60849, 5266, '_wp_old_date', '2026-01-31'),
(60881, 4629, '_elementor_page_settings', 'a:0:{}'),
(60882, 4629, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:16;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:68;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:61;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:68;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:68;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:49;s:18:\"animation_duration\";i:49;}s:18:\"section_background\";a:3:{s:16:\"background_image\";i:5;s:21:\"background_background\";i:38;s:16:\"background_color\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:5;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:2;s:5:\"image\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:10:\"title_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:17:\"section_style_box\";a:3:{s:8:\"position\";i:5;s:15:\"position_mobile\";i:5;s:21:\"position_mobile_extra\";i:5;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:13:\"pp-price-menu\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:18:\"section_price_menu\";a:4:{s:10:\"menu_items\";i:28;s:15:\"image_size_size\";i:28;s:21:\"title_price_connector\";i:28;s:15:\"title_separator\";i:28;}s:19:\"section_title_style\";a:1:{s:14:\"title_html_tag\";i:28;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:28;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),
(60973, 815, '_elementor_page_settings', 'a:0:{}'),
(60974, 815, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:14;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:19;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:19;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:18:\"animation_duration\";i:9;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:13;s:11:\"header_size\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(60975, 815, '_yoast_wpseo_content_score', '60'),
(60976, 815, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(61000, 2646, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(61012, 2646, '_yoast_wpseo_content_score', '90'),
(61013, 2646, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(61047, 5351, '_wp_attached_file', '2026/02/image-Korean-Glass-Skin.jpg'),
(61048, 5351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2026/02/image-Korean-Glass-Skin.jpg\";s:8:\"filesize\";i:437018;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"image-Korean-Glass-Skin-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"image-Korean-Glass-Skin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7838;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"image-Korean-Glass-Skin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53510;}s:25:\"elementor_custom_1024x683\";a:4:{s:4:\"file\";s:87:\"elementor/thumbs/image-Korean-Glass-Skin-rikc15tg2phhabehhor77lh4xfnskl3w5hswk9kem8.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:{}}}'),
(61110, 2646, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:7;s:11:\"header_size\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:8;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:22:\"image_custom_dimension\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:6;s:4:\"link\";i:6;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}}'),
(61150, 771, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:8;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61151, 771, '_yoast_wpseo_content_score', '60'),
(61152, 771, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(61173, 773, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(61184, 773, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:8;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61185, 773, '_yoast_wpseo_content_score', '60'),
(61186, 773, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(61219, 775, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:22:\"image_custom_dimension\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:18;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:26;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:26;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61220, 775, '_yoast_wpseo_content_score', '60'),
(61221, 775, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(61242, 779, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(61253, 779, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:22:\"image_custom_dimension\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:18;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:24;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:24;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:15;s:11:\"header_size\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61254, 779, '_yoast_wpseo_content_score', '90'),
(61255, 779, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(61276, 777, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(61287, 777, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:16;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:23;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:23;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:10;s:18:\"animation_duration\";i:10;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:7:{s:7:\"gallery\";i:1;s:9:\"galleries\";i:1;s:7:\"columns\";i:1;s:3:\"gap\";i:1;s:13:\"open_lightbox\";i:1;s:12:\"aspect_ratio\";i:1;s:20:\"thumbnail_image_size\";i:1;}s:7:\"overlay\";a:1:{s:18:\"overlay_background\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61288, 777, '_yoast_wpseo_content_score', '60'),
(61289, 777, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(61321, 763, '_elementor_page_settings', 'a:0:{}'),
(61322, 763, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:31;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:23;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:31;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:31;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:17;s:18:\"animation_duration\";i:17;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:13;s:16:\"background_image\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:2;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:23;s:11:\"header_size\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:23;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:4:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(61328, 5376, '_wp_attached_file', '2026/02/Glow-Body-image.jpg'),
(61329, 5376, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2026/02/Glow-Body-image.jpg\";s:8:\"filesize\";i:178413;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Glow-Body-image-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Glow-Body-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(61682, 5389, '_elementor_edit_mode', 'builder'),
(61683, 5389, '_elementor_template_type', 'container'),
(61684, 5389, '_elementor_version', '3.35.0'),
(61685, 5389, '_elementor_pro_version', '3.35.0'),
(61686, 5389, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(61692, 5389, '_wp_page_template', 'default'),
(61693, 5389, '_elementor_data', '[{\"id\":\"573b8bb8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4bbbe07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f19cf4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"396416b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c53f11a\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F9F3F3\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/flower_1_1.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dde5f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}]},\"elements\":[{\"id\":\"11c54a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offers <span style=\\\"font-weight:300\\\"> Feature<\\/span>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"18a0c4d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2cbba400\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"922769b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"485f5fb\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"8292d0b\"}],\"pp_display_conditions\":[{\"_id\":\"34811bf\"}],\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"3647cf70\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"2f4bb796\",\"elType\":\"widget\",\"settings\":{\"heading\":\"90-Day Skin Reset & Glow\",\"sub_heading\":\"Heal, Restore, & Rebuild Your Skin\",\"heading_tag\":\"h4\",\"price\":\"1,499\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Month 1 \\u2014 Platinum HydraFacial\\u00ae\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" Month 2 \\u2014 Advanced Skin Treatment\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\" Month 3 \\u2014 Custom Clinical Facial\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"3 Full-Body Red-Light Bed Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\" Skin guidance & progress tracking throughout the program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"245d72b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"30f2dc51\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c2868b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52afb4bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"414d5845\",\"elType\":\"widget\",\"settings\":{\"heading\":\"90-Day Skin Reset & Glow\",\"sub_heading\":\"Heal, Restore, & Rebuild Your Skin\",\"heading_tag\":\"h4\",\"price\":\"1,499\",\"period\":\"\",\"features_list\":[{\"item_text\":\"Month 1 \\u2014 Platinum HydraFacial\\u00ae\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" Month 2 \\u2014 Advanced Skin Treatment\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\" Month 3 \\u2014 Custom Clinical Facial\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"3 Full-Body Red-Light Bed Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\" Skin guidance & progress tracking throughout the program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"5ae6f882\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b3f9700\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"409e9c65\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468f98de\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4940ae5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ee1326e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fe0306b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"7ed0d4d\"}],\"background_background\":\"classic\",\"background_color\":\"#F9FAFA\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"}},\"elements\":[{\"id\":\"61523a7b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"New Year \\u2022 New Confidence\",\"sub_heading\":\"Sculpt & Slim Transformation Program\",\"heading_tag\":\"h4\",\"price\":\"3,999\",\"period\":\"\",\"features_list\":[{\"item_text\":\"GLP-1 Tirzepatide Medical Weight Loss Program\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef4693\"},{\"item_text\":\" 5 PHYSIQ Sculpting Sessions\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"37e9e7a\"},{\"item_text\":\"Clinic monitoring & treatment planning\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b824528\"},{\"item_text\":\"Enroll by January 15 & receive FREE:\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7144a4f\"},{\"item_text\":\"Final enrollment deadline: January 31\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"83590ac\"}],\"button_text\":\"\",\"footer_additional_info\":\"This is text element\",\"show_ribbon\":\"\",\"ribbon_title\":\"Popular\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9dd61de\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"price_typography_typography\":\"custom\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"pricing_element_bg_color\":\"\",\"price_color\":\"globals\\/colors?id=astglobalcolor2\",\"header_bg_color\":\"\"},\"header_bg_color\":\"#804D09A6\",\"price_color\":\"#122b4a\"},\"elements\":[],\"widgetType\":\"price-table\"},{\"id\":\"779f3ecd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ac8b270\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"18f2292\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"04c8116\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c1b28db\"}],\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"4e9c089\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#111111\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#804D0930\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"__globals__\":{\"border_color\":\"\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"24fef6e0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"justify\",\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"dc00e9f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(61702, 5389, 'site-post-title', 'disabled'),
(61703, 5389, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:5;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;s:16:\"background_image\";i:1;}}}}s:11:\"price-table\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_header\";a:3:{s:7:\"heading\";i:3;s:11:\"sub_heading\";i:3;s:11:\"heading_tag\";i:3;}s:15:\"section_pricing\";a:2:{s:5:\"price\";i:3;s:6:\"period\";i:3;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:3;}s:14:\"section_footer\";a:1:{s:11:\"button_text\";i:3;}s:14:\"section_ribbon\";a:1:{s:11:\"show_ribbon\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:2:{s:4:\"text\";i:6;s:4:\"link\";i:6;}s:13:\"section_style\";a:2:{s:5:\"align\";i:6;s:16:\"background_color\";i:3;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}}'),
(62028, 5416, '_wp_attached_file', '2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif'),
(62029, 5416, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif\";s:8:\"filesize\";i:111297;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"c12f1362-00d8-11f1-9168-0242ac120003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16920;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"c12f1362-00d8-11f1-9168-0242ac120003-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"c12f1362-00d8-11f1-9168-0242ac120003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"c12f1362-00d8-11f1-9168-0242ac120003-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(62030, 5417, '_wp_attached_file', '2026/02/bf3ae55e-00d8-11f1-b0a2-0242ac120003.avif'),
(62031, 5417, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2026/02/bf3ae55e-00d8-11f1-b0a2-0242ac120003.avif\";s:8:\"filesize\";i:88380;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"bf3ae55e-00d8-11f1-b0a2-0242ac120003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14686;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"bf3ae55e-00d8-11f1-b0a2-0242ac120003-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"bf3ae55e-00d8-11f1-b0a2-0242ac120003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"bf3ae55e-00d8-11f1-b0a2-0242ac120003-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(62098, 5424, '_elementor_edit_mode', 'builder'),
(62099, 5424, '_elementor_template_type', 'container'),
(62100, 5424, '_elementor_version', '3.35.0'),
(62101, 5424, '_elementor_pro_version', '3.35.0'),
(62102, 5424, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(62108, 5424, '_wp_page_template', 'default'),
(62109, 5424, '_elementor_data', '[{\"id\":\"3946c38c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cd89727\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bed93fc\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e1cee7\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b5c87c8\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60e0f4ea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"3f54b62e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/1.png\",\"id\":4423,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34436d9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2963b10a\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Year \\u2022 New Confidence\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"baa6bda\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Sculpt &amp; Slim Transformation Program<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a6acd70\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Weight Loss Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1af96a76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"349\\\" data-end=\\\"572\\\"><strong data-start=\\\"349\\\" data-end=\\\"407\\\">Lose weight while staying toned, tight, and confident.<\\/strong><br data-start=\\\"407\\\" data-end=\\\"410\\\" \\/>This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting<\\/strong> so you don\\u2019t just lose weight \\u2014 you reshape, restore confidence, and protect your curves.<\\/p><h3 data-start=\\\"574\\\" data-end=\\\"597\\\"><strong data-start=\\\"578\\\" data-end=\\\"597\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"598\\\" data-end=\\\"809\\\">\\u2714 <strong data-start=\\\"600\\\" data-end=\\\"649\\\">GLP-1 Tirzepatide Medical Weight Loss Program<\\/strong><br data-start=\\\"649\\\" data-end=\\\"652\\\" \\/>\\u2022 Prescription medication dosing &amp; titration<br data-start=\\\"696\\\" data-end=\\\"699\\\" \\/>\\u2022 Monthly provider check-ins<br data-start=\\\"727\\\" data-end=\\\"730\\\" \\/>\\u2022 Lifestyle &amp; nutrition guidance<br data-start=\\\"762\\\" data-end=\\\"765\\\" \\/>\\u2022 Ongoing support &amp; body progress tracking<\\/p><p data-start=\\\"811\\\" data-end=\\\"918\\\">\\u2714 <strong data-start=\\\"813\\\" data-end=\\\"844\\\">5 PHYSIQ Sculpting Sessions<\\/strong><br data-start=\\\"844\\\" data-end=\\\"847\\\" \\/>\\u2022 Targets stubborn fat &amp; muscle tone<br data-start=\\\"883\\\" data-end=\\\"886\\\" \\/>\\u2022 Non-invasive \\u2022 Zero downtime<\\/p><p data-start=\\\"920\\\" data-end=\\\"964\\\">\\u2714 <strong data-start=\\\"922\\\" data-end=\\\"964\\\">Clinic monitoring &amp; treatment planning<\\/strong><\\/p><p data-start=\\\"966\\\" data-end=\\\"998\\\">\\ud83d\\udc8e <strong data-start=\\\"969\\\" data-end=\\\"987\\\">Program Price:<\\/strong> <strong data-start=\\\"988\\\" data-end=\\\"998\\\">$3,999<\\/strong><\\/p><p data-start=\\\"1000\\\" data-end=\\\"1122\\\">\\ud83c\\udf81 <strong data-start=\\\"1003\\\" data-end=\\\"1043\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><br data-start=\\\"1043\\\" data-end=\\\"1046\\\" \\/>\\u2022 <strong data-start=\\\"1048\\\" data-end=\\\"1097\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"1097\\\" data-end=\\\"1100\\\" \\/>\\u2022 <strong data-start=\\\"1102\\\" data-end=\\\"1122\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\ud83d\\udcc5 <strong data-start=\\\"1127\\\" data-end=\\\"1168\\\">Final enrollment deadline: January 31<\\/strong><\\/p><p data-start=\\\"1124\\\" data-end=\\\"1168\\\">\\u00a0<\\/p><p data-start=\\\"1919\\\" data-end=\\\"2143\\\">Active weight-loss members receive a <strong data-start=\\\"1969\\\" data-end=\\\"1996\\\">FREE 6th PHYSIQ session<\\/strong> when purchasing a 5-session package \\u2014 plus a complimentary LED or B-12 boost.<br data-start=\\\"2074\\\" data-end=\\\"2077\\\" \\/>Because your results deserve to look as strong as your commitment.<\\/p><p data-start=\\\"2145\\\" data-end=\\\"2183\\\">\\ud83d\\udc49 <strong data-start=\\\"2148\\\" data-end=\\\"2183\\\">Ask us about the Member Upgrade<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"584759f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8ea1816\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"56f5bb2\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7ccf814\"}],\"pp_display_conditions\":[{\"_id\":\"93d2797\"}]},\"elements\":[{\"id\":\"3097028c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/2.png\",\"id\":4424,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"496ada5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67e7af33\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e309571\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f20270\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ab29286\"}],\"pp_display_conditions\":[{\"_id\":\"00649fa\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c4d47cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"90-Day Skin Reset & Glow\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"pp_display_conditions\":[{\"_id\":\"a54085a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3001345a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 data-start=\\\"367\\\" data-end=\\\"439\\\"><strong data-start=\\\"371\\\" data-end=\\\"439\\\">Heal, Restore, & Rebuild Your Skin<\\/strong><span style=\\\"color: rgb(18, 43, 74); font-family: Montserrat, sans-serif; font-size: 2.35294rem; font-style: inherit; font-weight: 300; white-space: pre-wrap; text-align: start; background-color: rgb(255, 255, 255); display: inline !important; float: none;\\\"><\\/span><\\/h3>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"3be88d1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59c5e8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Aesthetic Consult\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"d54e11b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c8a1f75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"1246\\\" data-end=\\\"1381\\\"><strong data-start=\\\"1246\\\" data-end=\\\"1381\\\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.<\\/strong><\\/p><h3 data-start=\\\"1383\\\" data-end=\\\"1406\\\"><strong data-start=\\\"1387\\\" data-end=\\\"1406\\\">What\\u2019s Included<\\/strong><\\/h3><p data-start=\\\"1407\\\" data-end=\\\"1521\\\">\\u2714 <strong data-start=\\\"1409\\\" data-end=\\\"1444\\\">Month 1 \\u2014 Platinum HydraFacial\\u00ae<\\/strong><br data-start=\\\"1444\\\" data-end=\\\"1447\\\" \\/>Deep cleanse \\u2022 exfoliation \\u2022 pore detox \\u2022 booster infusion \\u2022 LED therapy<\\/p><p data-start=\\\"1523\\\" data-end=\\\"1735\\\">\\u2714 <strong data-start=\\\"1525\\\" data-end=\\\"1562\\\">Month 2 \\u2014 Advanced Skin Treatment<\\/strong><br data-start=\\\"1562\\\" data-end=\\\"1565\\\" \\/>Choose one based on your skin goals:<br data-start=\\\"1601\\\" data-end=\\\"1604\\\" \\/>\\u2022 <strong data-start=\\\"1606\\\" data-end=\\\"1626\\\">RF Microneedling<\\/strong> \\u2014 collagen + skin tightening<br data-start=\\\"1655\\\" data-end=\\\"1658\\\" \\/><strong data-start=\\\"1658\\\" data-end=\\\"1664\\\">OR<\\/strong><br data-start=\\\"1664\\\" data-end=\\\"1667\\\" \\/>\\u2022 <strong data-start=\\\"1669\\\" data-end=\\\"1697\\\">Erbium Laser Resurfacing<\\/strong> \\u2014 texture + pigmentation refinement<\\/p><ul data-start=\\\"1737\\\" data-end=\\\"1791\\\"><li data-start=\\\"1737\\\" data-end=\\\"1791\\\"><p data-start=\\\"1739\\\" data-end=\\\"1791\\\"><strong data-start=\\\"1739\\\" data-end=\\\"1769\\\">Rejuran DNA Healing Add-On<\\/strong> for recovery &amp; glow<\\/p><\\/li><\\/ul><p data-start=\\\"1793\\\" data-end=\\\"1894\\\">\\u2714 <strong data-start=\\\"1795\\\" data-end=\\\"1831\\\">Month 3 \\u2014 Custom Clinical Facial<\\/strong><br data-start=\\\"1831\\\" data-end=\\\"1834\\\" \\/>Personalized treatment focused on hydration, repair &amp; glow<\\/p><p data-start=\\\"1896\\\" data-end=\\\"1936\\\">\\u2714 <strong data-start=\\\"1898\\\" data-end=\\\"1936\\\">3 Full-Body Red-Light Bed Sessions<\\/strong><\\/p><p data-start=\\\"1938\\\" data-end=\\\"2000\\\">\\u2714 <strong data-start=\\\"1940\\\" data-end=\\\"2000\\\">Skin guidance &amp; progress tracking throughout the program<\\/strong><\\/p><p data-start=\\\"2002\\\" data-end=\\\"2061\\\">\\ud83d\\udc8e <strong data-start=\\\"2005\\\" data-end=\\\"2023\\\">Program Price:<\\/strong> <strong data-start=\\\"2024\\\" data-end=\\\"2061\\\">$1,499<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\">\\ud83c\\udf81 <strong data-start=\\\"2066\\\" data-end=\\\"2106\\\">Enroll by January 15 &amp; receive FREE:<\\/strong><\\/p><p data-start=\\\"2063\\\" data-end=\\\"2178\\\"><strong>\\u2022 $100 Skincare Gift Card<\\/strong><br data-start=\\\"2106\\\" data-end=\\\"2109\\\" \\/>\\u2022 <strong data-start=\\\"2111\\\" data-end=\\\"2160\\\">1 month unlimited full-body red-light therapy<\\/strong><br data-start=\\\"2160\\\" data-end=\\\"2163\\\" \\/>\\u2022 <strong data-start=\\\"2165\\\" data-end=\\\"2178\\\">B-12 energy shot<\\/strong><\\/p><p data-start=\\\"2180\\\" data-end=\\\"2224\\\">\\ud83d\\udcc5 <strong data-start=\\\"2183\\\" data-end=\\\"2224\\\">Final enrollment deadline: January 31<\\/strong><\\/p>\",\"align\":\"left\",\"pp_display_conditions\":[{\"_id\":\"09dd61a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(62118, 5424, 'site-post-title', 'disabled'),
(62119, 5424, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:4;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;}}}}}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(62195, 13, '_elementor_controls_usage', 'a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:16;s:11:\"header_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:14;s:4:\"link\";i:14;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:14;}s:13:\"section_style\";a:2:{s:5:\"align\";i:5;s:18:\"align_mobile_extra\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:46;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:29;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:46;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:46;}s:18:\"section_background\";a:5:{s:16:\"background_color\";i:3;s:21:\"background_background\";i:20;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_image\";i:14;s:18:\"background_color_b\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:9;s:26:\"background_overlay_color_b\";i:1;s:30:\"background_overlay_hover_color\";i:7;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:10:\"image_size\";i:7;s:5:\"image\";i:7;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:2:{s:13:\"pp_info_boxes\";i:1;s:14:\"title_html_tag\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:1;s:8:\"autoplay\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:7;s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:10:\"title_size\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:8:\"flip-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:4;s:12:\"title_text_a\";i:4;s:18:\"description_text_a\";i:4;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:4;s:18:\"description_text_b\";i:4;s:11:\"button_text\";i:4;s:4:\"link\";i:4;s:10:\"link_click\";i:4;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:4;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:4;s:11:\"flip_effect\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:3;}}}}}'),
(62277, 19, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:3:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:7:\"link_to\";i:3;s:4:\"link\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:10;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:11;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:3:{s:21:\"sticky_effects_offset\";i:1;s:6:\"sticky\";i:2;s:13:\"sticky_offset\";i:1;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_tablet_extra\";i:3;s:11:\"hide_tablet\";i:3;s:17:\"hide_mobile_extra\";i:3;s:11:\"hide_mobile\";i:3;s:15:\"hide_widescreen\";i:3;s:12:\"hide_desktop\";i:3;}s:14:\"section_layout\";a:2:{s:20:\"e_display_conditions\";i:4;s:11:\"css_classes\";i:2;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:4:\"link\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:13:\"section_style\";a:1:{s:16:\"background_color\";i:3;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:3;s:7:\"pointer\";i:3;s:9:\"menu_type\";i:3;s:4:\"menu\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:3;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:4:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}}'),
(62291, 4429, 'astra-migrate-meta-layouts', 'set'),
(62303, 5440, '_menu_item_type', 'custom'),
(62304, 5440, '_menu_item_menu_item_parent', '0'),
(62305, 5440, '_menu_item_object_id', '5440'),
(62306, 5440, '_menu_item_object', 'custom'),
(62307, 5440, '_menu_item_target', ''),
(62308, 5440, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(62309, 5440, '_menu_item_xfn', ''),
(62310, 5440, '_menu_item_url', '#'),
(62312, 5257, '_wp_old_date', '2026-02-02'),
(62313, 5259, '_wp_old_date', '2026-02-02'),
(62314, 5268, '_wp_old_date', '2026-02-02'),
(62315, 5269, '_wp_old_date', '2026-02-02'),
(62316, 5270, '_wp_old_date', '2026-02-02'),
(62317, 5271, '_wp_old_date', '2026-02-02'),
(62318, 5260, '_wp_old_date', '2026-02-02'),
(62319, 5286, '_wp_old_date', '2026-02-02'),
(62320, 5308, '_wp_old_date', '2026-02-02'),
(62321, 5272, '_wp_old_date', '2026-02-02'),
(62322, 5273, '_wp_old_date', '2026-02-02'),
(62323, 5274, '_wp_old_date', '2026-02-02'),
(62324, 5276, '_wp_old_date', '2026-02-02'),
(62325, 5277, '_wp_old_date', '2026-02-02'),
(62326, 5275, '_wp_old_date', '2026-02-02'),
(62327, 5261, '_wp_old_date', '2026-02-02'),
(62328, 5279, '_wp_old_date', '2026-02-02'),
(62329, 5280, '_wp_old_date', '2026-02-02'),
(62330, 5281, '_wp_old_date', '2026-02-02'),
(62331, 5282, '_wp_old_date', '2026-02-02'),
(62332, 5283, '_wp_old_date', '2026-02-02'),
(62333, 5284, '_wp_old_date', '2026-02-02'),
(62334, 5262, '_wp_old_date', '2026-02-02'),
(62335, 5285, '_wp_old_date', '2026-02-02'),
(62336, 5278, '_wp_old_date', '2026-02-02'),
(62337, 5263, '_wp_old_date', '2026-02-02'),
(62338, 5264, '_wp_old_date', '2026-02-02'),
(62339, 5265, '_wp_old_date', '2026-02-02'),
(62340, 5266, '_wp_old_date', '2026-02-02'),
(62493, 5447, '_wp_attached_file', '2026/02/1BCF999D-000F-4E82-B692-B6C6C0E2B70E.jpeg'),
(62494, 5447, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:49:\"2026/02/1BCF999D-000F-4E82-B692-B6C6C0E2B70E.jpeg\";s:8:\"filesize\";i:409732;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"1BCF999D-000F-4E82-B692-B6C6C0E2B70E-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13329;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"1BCF999D-000F-4E82-B692-B6C6C0E2B70E-819x1024.jpeg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"1BCF999D-000F-4E82-B692-B6C6C0E2B70E-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"1BCF999D-000F-4E82-B692-B6C6C0E2B70E-768x960.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(62637, 4627, '_elementor_page_settings', 'a:0:{}'),
(62638, 4627, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:32;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:24;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:32;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:32;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:17;s:18:\"animation_duration\";i:17;}s:18:\"section_background\";a:3:{s:16:\"background_image\";i:8;s:21:\"background_background\";i:16;s:16:\"background_color\";i:6;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:10;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:2;s:5:\"image\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:9;s:10:\"title_text\";i:9;s:16:\"description_text\";i:9;s:10:\"title_size\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:17:\"section_style_box\";a:3:{s:8:\"position\";i:9;s:15:\"position_mobile\";i:9;s:21:\"position_mobile_extra\";i:9;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),
(62671, 4623, '_elementor_page_settings', 'a:0:{}'),
(62672, 4623, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:13;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:19;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:19;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:8;s:18:\"animation_duration\";i:8;}s:18:\"section_background\";a:3:{s:16:\"background_image\";i:5;s:21:\"background_background\";i:6;s:16:\"background_color\";i:3;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:2;s:5:\"image\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:10:\"price-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_list\";a:1:{s:10:\"price_list\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(64014, 5461, '_elementor_edit_mode', 'builder'),
(64015, 5461, '_elementor_template_type', 'container'),
(64016, 5461, '_elementor_version', '3.35.4'),
(64017, 5461, '_elementor_pro_version', '3.35.1'),
(64018, 5461, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(64024, 5461, '_wp_page_template', 'default'),
(64025, 5461, '_elementor_data', '[{\"id\":\"2486b3d1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"02e1881\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"08a3217\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"887f3d0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"10\",\"bottom\":\"120\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8611960\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6caac96d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_direction\":\"row\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"994887c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1cc3b86\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d56826a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"17a74fb\"}],\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor8\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_gap_mobile_extra\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"1d6cf6d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"background_background\":\"classic\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[{\"id\":\"4fd55a41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/quote_9970335.svg\",\"id\":2513},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5900f3a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4ffec981\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caring for myself is not self-indulgence, it is self-preservation.\\n\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"bb6f083\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53525785\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Audre Lorde\",\"html_tag\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_style\":\"italic\",\"text_align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"0af7cc5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width_mobile_extra\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"da4c545\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9b71c93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0976667\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1d15b31\"}],\"pp_display_conditions\":[{\"_id\":\"5523bc8\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b64172a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-4.jpg\",\"id\":4396,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"916d0d9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f6e69aa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Grace Lee, MSN-FNP, ARNP\",\"description_text\":\"Medical Director\",\"title_size\":\"h5\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":236,\"sizes\":[]},\"_flex_align_self\":\"flex-end\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":-22,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"6848d04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"image_size_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(64034, 5461, 'site-post-title', 'disabled'),
(64035, 5461, '_elementor_controls_usage', 'a:6:{s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}}'),
(64054, 1640, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(64065, 1640, '_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:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:14;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:17;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:17;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:13;s:18:\"animation_duration\";i:13;s:16:\"animation_tablet\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:12;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:11:\"header_size\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:12;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}}'),
(64066, 1640, '_yoast_wpseo_content_score', '60'),
(64067, 1640, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(64254, 37, '_elementor_page_settings', 'a:0:{}'),
(64255, 37, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:16;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:21;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:21;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:18:\"animation_duration\";i:7;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:16:\"background_color\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:6;s:5:\"image\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:4;}}s:7:\"content\";a:3:{s:14:\"section_button\";a:3:{s:4:\"text\";i:5;s:13:\"selected_icon\";i:4;s:4:\"link\";i:5;}s:13:\"section_style\";a:2:{s:5:\"align\";i:4;s:16:\"background_color\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}}'),
(64256, 37, '_yoast_wpseo_content_score', '60'),
(64257, 37, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(65174, 5479, '_wp_attached_file', '2026/03/Image-21.jpg'),
(65175, 5479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2026/03/Image-21.jpg\";s:8:\"filesize\";i:231388;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Image-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Image-21-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:\"Image-21-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(66138, 837, '_yoast_wpseo_content_score', '90'),
(66139, 837, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(66495, 5487, '_wp_attached_file', '2026/03/c36ef428-defe-40a0-9329-c50f6356e5b8.png'),
(66496, 5487, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:331;s:4:\"file\";s:48:\"2026/03/c36ef428-defe-40a0-9329-c50f6356e5b8.png\";s:8:\"filesize\";i:315115;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"c36ef428-defe-40a0-9329-c50f6356e5b8-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"c36ef428-defe-40a0-9329-c50f6356e5b8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66607, 837, '_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:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:32;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:36;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:36;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:22;s:18:\"animation_duration\";i:22;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:20;s:16:\"background_image\";i:10;s:16:\"background_color\";i:10;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:13;s:11:\"header_size\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}}'),
(66853, 5495, '_edit_last', '1'),
(66854, 5495, '_edit_lock', '1773866852:1'),
(66855, 5495, '_wp_page_template', 'default'),
(66856, 5495, 'site-post-title', 'disabled'),
(66857, 5495, 'site-sidebar-layout', 'no-sidebar'),
(66858, 5495, 'ast-site-content-layout', 'full-width-container'),
(66859, 5495, 'site-content-style', 'default'),
(66860, 5495, 'site-sidebar-style', 'default'),
(66861, 5495, 'ast-featured-img', 'disabled'),
(66862, 5495, 'ast-breadcrumbs-content', 'disabled'),
(66863, 5495, 'theme-transparent-header-meta', 'default'),
(66864, 5495, 'astra-migrate-meta-layouts', 'set'),
(66865, 5495, '_elementor_edit_mode', 'builder'),
(66866, 5495, '_elementor_template_type', 'wp-page'),
(66867, 5495, '_elementor_version', '3.35.7'),
(66868, 5495, '_elementor_pro_version', '3.35.1'),
(66869, 5495, '_astra_content_layout_flag', 'disabled'),
(66870, 5495, 'ast-title-bar-display', 'disabled');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(66871, 5495, '_elementor_data', '[{\"id\":\"ada458a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1240,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b381bb6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d0748de\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"035508c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"ce02e03\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"flex_gap_mobile_extra\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"c874d9a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"e9968b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/spa-scene-showing.webp\",\"id\":5499,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"190e30b\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"febdedb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8f4ee7b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f607a8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4072e02\"}],\"pp_display_conditions\":[{\"_id\":\"9b84bfe\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:01\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"4b9b84b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Korean Head Spa\",\"pp_display_conditions\":[{\"_id\":\"a05f623\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c03324e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"800\\\" data-end=\\\"905\\\">Experience the viral Korean head spa treatment now available at Genesis Wellness &amp; Aesthetics in Redmond.<\\/p><p data-start=\\\"907\\\" data-end=\\\"1202\\\">This luxurious scalp therapy focuses on <strong data-start=\\\"947\\\" data-end=\\\"1023\\\">deep cleansing, exfoliation, hydration, and relaxation of the scalp skin<\\/strong>. Our Korean-inspired scalp treatments combine therapeutic massage, exfoliation, steam therapy, and botanical scalp treatments to support a balanced and healthy scalp environment.<\\/p><p data-start=\\\"1204\\\" data-end=\\\"1322\\\">Unlike traditional salon services, this treatment focuses on <strong data-start=\\\"1265\\\" data-end=\\\"1321\\\">scalp health and relaxation rather than hair styling<\\/strong>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"0f4a1be\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"948d123\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"pp_display_conditions\":[{\"_id\":\"9f514a3\",\"pp_condition_date_time_before_value\":\"2025-02-02 14:02\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c6d0066\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"0e0cfbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"2aad94a\",\"elType\":\"widget\",\"settings\":{\"title\":\"TREATMENT OPTIONS\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1871559\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"372c31b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/Image-1.jpg\",\"id\":5497,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"7ed5f4d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"9e59774\",\"elType\":\"widget\",\"settings\":{\"title\":\"Korean Scalp Renewal\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ab403c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2254\\\" data-end=\\\"2356\\\">A deeply rejuvenating scalp detox treatment designed to gently exfoliate buildup, rebalance the scalp, and restore optimal hydration\\u2014leaving you refreshed from root to mind. This results-driven yet relaxing experience helps clear congestion, soothe dryness or irritation, and create a healthier foundation for overall scalp and hair health, making it ideal for those dealing with excess oil, product buildup, dry or compromised scalp conditions, or simply seeking stress relief and total relaxation <strong>(50-minutes)<\\/strong>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9f570\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"af993f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"0bd322f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Signature Korean Head Spa\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c07194c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"119\\\" data-end=\\\"592\\\">Our most popular scalp treatment, designed to deliver the ultimate reset through a powerful combination of exfoliation, therapeutic massage, steam therapy, and intensive hydration. This deeply rejuvenating experience works to detoxify the scalp, improve circulation, and restore moisture balance while promoting total relaxation from root to mind\\u2014making it ideal for those looking to cleanse buildup, relieve dryness, rejuvenate the scalp, and indulge in a calming, restorative treatment <strong>(80-minutes).<\\/strong><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dcce1f9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/Image.jpg\",\"id\":5498,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e7ac58\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"92f29f2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/09\\/pumkin-peel-facial.jpg\",\"id\":4310,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"5417bb7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"460a314\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Express Glow Facial\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b4634c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2032\\\" data-end=\\\"2165\\\">Enhance your Korean head spa experience with a customized express facial designed to cleanse, gently exfoliate, and hydrate the skin.<\\/p>\\n<p data-start=\\\"2167\\\" data-end=\\\"2284\\\">This treatment pairs perfectly with scalp therapy to leave both your skin and scalp refreshed, balanced, and glowing <b>(30-minutes)<\\/b>.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6d29fb4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"79eb76c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"efd82aa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"71563fc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"77c0fdd\"}]},\"elements\":[{\"id\":\"e3631ac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"pp_display_conditions\":[{\"_id\":\"79879ed\"}]},\"elements\":[{\"id\":\"c7573a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alternative Hair &amp; Scalp Treatments\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d4b8836\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ac09051\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"470ec05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/OIP.webp\",\"id\":5501,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true},{\"id\":\"4300235\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"b753fb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"HydraFacial Keravive Scalp Treatment\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4cb580\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reveal a healthier, more balanced scalp with our advanced HydraFacial Keravive treatment\\u2014designed to cleanse, exfoliate, and nourish for optimal follicle health and improved hair appearance. Using patented vortex technology, it removes buildup and excess oil while infusing the scalp with hydrating peptides and growth factors. The Partial Keravive targets specific areas of concern, while the Full Keravive treats the entire scalp for a more comprehensive rejuvenation. Ideal for dryness, irritation, clogged follicles, and early thinning. <em>Please note: this treatment does not include our Korean Head Spa experience.<\\/em><\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72eeac6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#EBE3D6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2427663\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7f8420a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6b5ec26\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"79879ed\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"22a9ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}]},\"elements\":[{\"id\":\"75bb684\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hair Loss Therapy\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"ea106a8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03efd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"0\\\" data-end=\\\"353\\\">If you are experiencing hair loss or thinning, we offer both topical and oral prescription treatment options through our <b>Concierge Dermatology program<\\/b>. These medical-grade therapies are customized to target the root cause of hair loss and support long-term regrowth. Visit our Concierge Dermatology page to learn more about personalized treatment plans.<\\/p>\\n<p data-start=\\\"355\\\" data-end=\\\"716\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">For those seeking a non-prescription approach, we also offer our Advanced Hair Loss Therapy, which combines PRP injections with microneedling and exosomes to stimulate hair follicles and improve scalp health. This regenerative treatment is ideal for enhancing thickness and supporting natural hair restoration. Visit our <b>Hair Loss Therapy<\\/b> page for more details.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"eb5050f\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8d97641\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/03\\/OIP-1.webp\",\"id\":5500,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"734a476\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aa46b93\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a237f0f\"}],\"pp_display_conditions\":[{\"_id\":\"2e88da4\"}],\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"efe5e46\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"affa56e\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5bfafb4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3a5888e\"}],\"pp_display_conditions\":[{\"_id\":\"9cae7f7\"}]},\"elements\":[{\"id\":\"1b6ee27\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Are The Benefits of Korean Scalp Treatments?\",\"_id\":\"335ff48\",\"faq_answer\":\"<p data-start=\\\"1393\\\" data-end=\\\"1604\\\">\\u2022 Removes scalp buildup and excess oil<br data-start=\\\"1431\\\" data-end=\\\"1434\\\" \\/>\\u2022 Gently exfoliates dead skin cells<br data-start=\\\"1469\\\" data-end=\\\"1472\\\" \\/>\\u2022 Improves scalp circulation<br data-start=\\\"1500\\\" data-end=\\\"1503\\\" \\/>\\u2022 Hydrates and soothes the scalp<br data-start=\\\"1535\\\" data-end=\\\"1538\\\" \\/>\\u2022 Reduces scalp irritation<br data-start=\\\"1564\\\" data-end=\\\"1567\\\" \\/>\\u2022 Deep relaxation and stress relief<\\/p><p data-start=\\\"1606\\\" data-end=\\\"1716\\\">Many patients report their scalp feeling <strong data-start=\\\"1647\\\" data-end=\\\"1715\\\">lighter, cleaner, and more refreshed immediately after treatment<\\/strong>.<\\/p>\"},{\"tab_title\":\"What Happens During Treatment?\",\"_id\":\"174275f\",\"faq_answer\":\"<p data-start=\\\"1779\\\" data-end=\\\"1822\\\">Your Korean head spa treatment may include:<\\/p><p data-start=\\\"1824\\\" data-end=\\\"2054\\\">\\u2022 Aromatherapy relaxation ritual<br data-start=\\\"1856\\\" data-end=\\\"1859\\\" \\/>\\u2022 Herbal scalp oil massage<br data-start=\\\"1885\\\" data-end=\\\"1888\\\" \\/>\\u2022 Scalp exfoliation treatment<br data-start=\\\"1917\\\" data-end=\\\"1920\\\" \\/>\\u2022 Therapeutic scalp massage<br data-start=\\\"1947\\\" data-end=\\\"1950\\\" \\/>\\u2022 Warm steam therapy<br data-start=\\\"1970\\\" data-end=\\\"1973\\\" \\/>\\u2022 Hydrating scalp mask<br data-start=\\\"1995\\\" data-end=\\\"1998\\\" \\/>\\u2022 Waterfall rinse ritual<br data-start=\\\"2022\\\" data-end=\\\"2025\\\" \\/>\\u2022 Rosemary scalp tonic finish<\\/p><p data-start=\\\"2056\\\" data-end=\\\"2173\\\">Each treatment is designed to <strong data-start=\\\"2086\\\" data-end=\\\"2172\\\">cleanse and nourish the scalp skin while creating a deeply relaxing spa experience<\\/strong>.<\\/p>\"},{\"tab_title\":\"What Korean Scalp Products Are Used?\",\"_id\":\"cebda5a\",\"faq_answer\":\"<p data-start=\\\"3076\\\" data-end=\\\"3194\\\">We use professional Korean scalp care products formulated with botanical ingredients designed to support scalp health.<\\/p><p data-start=\\\"3196\\\" data-end=\\\"3223\\\">Common ingredients include:<\\/p><p data-start=\\\"3225\\\" data-end=\\\"3342\\\">\\u2022 rosemary extract<br data-start=\\\"3243\\\" data-end=\\\"3246\\\" \\/>\\u2022 peppermint oil<br data-start=\\\"3262\\\" data-end=\\\"3265\\\" \\/>\\u2022 sea salt exfoliants<br data-start=\\\"3286\\\" data-end=\\\"3289\\\" \\/>\\u2022 botanical scalp serums<br data-start=\\\"3313\\\" data-end=\\\"3316\\\" \\/>\\u2022 soothing herbal extracts<\\/p><p data-start=\\\"3344\\\" data-end=\\\"3448\\\">These ingredients help <strong data-start=\\\"3367\\\" data-end=\\\"3447\\\">cleanse and refresh the scalp while maintaining a balanced scalp environment<\\/strong>.<\\/p>\"},{\"tab_title\":\"Is This a Hair Treatment?\",\"faq_answer\":\"<p data-start=\\\"3076\\\" data-end=\\\"3194\\\">No. This service focuses on <strong data-start=\\\"4033\\\" data-end=\\\"4052\\\">scalp skin care<\\/strong>, including cleansing, exfoliation, and hydration of the scalp.<\\/p>\",\"_id\":\"d251368\"},{\"tab_title\":\"Who is a Good Candidate?\",\"faq_answer\":\"<p data-start=\\\"4271\\\" data-end=\\\"4354\\\">Most people can benefit from scalp detox treatments, especially those experiencing:<\\/p><p data-start=\\\"4356\\\" data-end=\\\"4420\\\">\\u2022 scalp buildup<br data-start=\\\"4371\\\" data-end=\\\"4374\\\" \\/>\\u2022 dryness<br data-start=\\\"4383\\\" data-end=\\\"4386\\\" \\/>\\u2022 irritation<br data-start=\\\"4398\\\" data-end=\\\"4401\\\" \\/>\\u2022 stress or tension<\\/p>\",\"_id\":\"36e188a\"},{\"tab_title\":\"Will My Hair Be Styled After?\",\"faq_answer\":\"<p data-start=\\\"3076\\\" data-end=\\\"3194\\\">No styling or blow drying is performed. Hair is left natural after treatment.<\\/p>\",\"_id\":\"d4582ad\"},{\"tab_title\":\"How Often Should I Get Treatment?\",\"faq_answer\":\"<p data-start=\\\"3076\\\" data-end=\\\"3194\\\">Most patients benefit from scalp treatments every <strong data-start=\\\"4521\\\" data-end=\\\"4534\\\">4\\u20136 weeks<\\/strong>.<\\/p>\",\"_id\":\"866655c\"}],\"pp_display_conditions\":[{\"_id\":\"6245d16\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":false},{\"id\":\"39e280d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":745,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":415,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design.png\",\"id\":4055,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"88dafce\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"91cbd0b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"88b1672\"}],\"background_overlay_color\":\"#11111185\",\"pp_display_conditions\":[{\"_id\":\"8f39a72\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#EBE3D6\"},\"elements\":[{\"id\":\"4a450b4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"699c28a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"55734af\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9cc1974\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a935e4c\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"396cca9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beginning of a <span style=\\\"font-weight:800\\\"> better you.<\\/span>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"75e244b\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_typography\":\"custom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c110f56\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule now\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0dd83e0\",\"pp_condition_date_time_before_value\":\"2025-02-02 13:32\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/genesiswa.janeapp.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor6\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(66872, 5495, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(66873, 5495, '_yoast_wpseo_content_score', '60'),
(66874, 5495, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(66934, 5497, '_wp_attached_file', '2026/03/Image-1.jpg'),
(66935, 5497, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2026/03/Image-1.jpg\";s:8:\"filesize\";i:94603;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Image-1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7721;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Image-1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Image-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:4472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(66936, 5498, '_wp_attached_file', '2026/03/Image.jpg'),
(66937, 5498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1199;s:6:\"height\";i:1542;s:4:\"file\";s:17:\"2026/03/Image.jpg\";s:8:\"filesize\";i:400755;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Image-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17028;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"Image-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Image-768x988.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:988;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134132;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Image-1194x1536.jpg\";s:5:\"width\";i:1194;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277262;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(66938, 5499, '_wp_attached_file', '2026/03/spa-scene-showing.webp'),
(66939, 5499, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2026/03/spa-scene-showing.webp\";s:8:\"filesize\";i:44118;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"spa-scene-showing-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7136;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"spa-scene-showing-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"spa-scene-showing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"spa-scene-showing-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23248;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66940, 5500, '_wp_attached_file', '2026/03/OIP-1.webp'),
(66941, 5500, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:315;s:4:\"file\";s:18:\"2026/03/OIP-1.webp\";s:8:\"filesize\";i:7928;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"OIP-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"OIP-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66942, 5501, '_wp_attached_file', '2026/03/OIP.webp'),
(66943, 5501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:315;s:4:\"file\";s:16:\"2026/03/OIP.webp\";s:8:\"filesize\";i:7792;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"OIP-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5590;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"OIP-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67016, 5505, '_menu_item_type', 'post_type'),
(67017, 5505, '_menu_item_menu_item_parent', '5260'),
(67018, 5505, '_menu_item_object_id', '5495'),
(67019, 5505, '_menu_item_object', 'page'),
(67020, 5505, '_menu_item_target', ''),
(67021, 5505, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(67022, 5505, '_menu_item_xfn', ''),
(67023, 5505, '_menu_item_url', ''),
(67025, 5257, '_wp_old_date', '2026-02-03'),
(67026, 5440, '_wp_old_date', '2026-02-03'),
(67027, 5259, '_wp_old_date', '2026-02-03'),
(67028, 5268, '_wp_old_date', '2026-02-03'),
(67029, 5269, '_wp_old_date', '2026-02-03'),
(67030, 5270, '_wp_old_date', '2026-02-03'),
(67031, 5271, '_wp_old_date', '2026-02-03'),
(67032, 5260, '_wp_old_date', '2026-02-03'),
(67033, 5286, '_wp_old_date', '2026-02-03'),
(67034, 5275, '_wp_old_date', '2026-02-03'),
(67035, 5308, '_wp_old_date', '2026-02-03'),
(67036, 5273, '_wp_old_date', '2026-02-03'),
(67037, 5272, '_wp_old_date', '2026-02-03'),
(67038, 5276, '_wp_old_date', '2026-02-03'),
(67039, 5274, '_wp_old_date', '2026-02-03'),
(67040, 5277, '_wp_old_date', '2026-02-03'),
(67041, 5261, '_wp_old_date', '2026-02-03'),
(67042, 5279, '_wp_old_date', '2026-02-03'),
(67043, 5280, '_wp_old_date', '2026-02-03'),
(67044, 5281, '_wp_old_date', '2026-02-03'),
(67045, 5282, '_wp_old_date', '2026-02-03'),
(67046, 5283, '_wp_old_date', '2026-02-03'),
(67047, 5284, '_wp_old_date', '2026-02-03'),
(67048, 5262, '_wp_old_date', '2026-02-03'),
(67049, 5285, '_wp_old_date', '2026-02-03'),
(67050, 5278, '_wp_old_date', '2026-02-03'),
(67051, 5263, '_wp_old_date', '2026-02-03'),
(67052, 5264, '_wp_old_date', '2026-02-03'),
(67053, 5265, '_wp_old_date', '2026-02-03'),
(67054, 5266, '_wp_old_date', '2026-02-03'),
(67085, 5495, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:20;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:25;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:25;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:12;s:16:\"background_image\";i:6;s:16:\"background_color\";i:6;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:13:\"section_style\";a:2:{s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(67302, 2801, '_elementor_controls_usage', 'a:4:{s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:2;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(68076, 10, '_elementor_migrations_state_8b2d', '4.0.8:4.0.4:6235a6c47f65a3aca2fc5a7c56ad64e4'),
(68161, 534, '_elementor_page_settings', 'a:0:{}'),
(68162, 534, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:3;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:10:\"sbi-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:7:\"feed_id\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:17:\"section_icon_list\";a:4:{s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:17:\"pp-business-hours\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:2:{s:14:\"business_hours\";i:1;s:21:\"business_hours_custom\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(68220, 46, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(68221, 46, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:7;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:12;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:15;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:18:\"animation_duration\";i:7;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:11:\"show_labels\";i:1;}s:13:\"section_email\";a:4:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}s:15:\"section_email_2\";a:2:{s:15:\"email_subject_2\";i:1;s:12:\"email_from_2\";i:1;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_mobile_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:17:\"pp-business-hours\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"section_price_menu\";a:3:{s:16:\"business_timings\";i:1;s:14:\"business_hours\";i:1;s:21:\"business_hours_custom\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:11:\"section_map\";a:1:{s:7:\"address\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(68222, 46, '_yoast_wpseo_content_score', '90'),
(68223, 46, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(69087, 31, '_elementor_page_settings', 'a:0:{}'),
(69088, 31, '_elementor_controls_usage', 'a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:14;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:21;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:21;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:11;s:16:\"background_color\";i:7;s:16:\"background_image\";i:6;s:18:\"background_color_b\";i:3;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:2;s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_background\";a:2:{s:17:\"_background_color\";i:2;s:19:\"_background_color_b\";i:2;}}}}s:11:\"price-table\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_header\";a:3:{s:7:\"heading\";i:1;s:11:\"sub_heading\";i:1;s:11:\"heading_tag\";i:1;}s:15:\"section_pricing\";a:3:{s:5:\"price\";i:1;s:6:\"period\";i:1;s:15:\"currency_symbol\";i:1;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:1;}s:14:\"section_footer\";a:2:{s:11:\"button_text\";i:1;s:22:\"footer_additional_info\";i:1;}s:14:\"section_ribbon\";a:1:{s:11:\"show_ribbon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}s:13:\"section_style\";a:4:{s:5:\"align\";i:2;s:16:\"background_color\";i:1;s:18:\"align_mobile_extra\";i:1;s:12:\"align_tablet\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:1:{s:5:\"style\";i:2;}s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:16:\"pp-pricing-table\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:14:\"section_header\";a:2:{s:11:\"table_title\";i:2;s:14:\"table_subtitle\";i:2;}s:15:\"section_pricing\";a:1:{s:11:\"table_price\";i:2;}s:16:\"section_features\";a:1:{s:14:\"table_features\";i:2;}s:14:\"section_button\";a:4:{s:21:\"table_button_position\";i:2;s:17:\"table_button_text\";i:2;s:4:\"link\";i:2;s:21:\"table_additional_info\";i:2;}s:27:\"section_table_pricing_style\";a:1:{s:17:\"currency_position\";i:2;}s:28:\"section_table_features_style\";a:1:{s:24:\"table_features_alternate\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:8:\"pp-table\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:15:\"section_headers\";a:1:{s:13:\"table_headers\";i:1;}s:12:\"section_body\";a:1:{s:18:\"table_body_content\";i:1;}s:14:\"section_footer\";a:1:{s:20:\"table_footer_content\";i:1;}s:27:\"section_table_columns_style\";a:1:{s:19:\"table_column_styles\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(69784, 4429, '_elementor_controls_usage', 'a:15:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:16;s:11:\"header_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:32;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:2:{s:4:\"text\";i:32;s:4:\"link\";i:32;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:32;}s:13:\"section_style\";a:3:{s:5:\"align\";i:23;s:16:\"background_color\";i:13;s:18:\"align_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:14;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:77;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:53;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:77;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:77;}s:18:\"section_background\";a:5:{s:16:\"background_color\";i:14;s:21:\"background_background\";i:36;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_image\";i:16;s:18:\"background_color_b\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:17;s:18:\"animation_duration\";i:17;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_color\";i:9;s:26:\"background_overlay_color_b\";i:1;s:30:\"background_overlay_hover_color\";i:7;s:24:\"background_overlay_image\";i:1;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:4;s:12:\"hide_desktop\";i:4;s:17:\"hide_tablet_extra\";i:4;s:11:\"hide_tablet\";i:4;s:17:\"hide_mobile_extra\";i:4;s:11:\"hide_mobile\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:10;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:10;s:5:\"image\";i:10;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:11:\"price-table\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_header\";a:3:{s:7:\"heading\";i:7;s:11:\"sub_heading\";i:7;s:11:\"heading_tag\";i:7;}s:15:\"section_pricing\";a:2:{s:5:\"price\";i:7;s:6:\"period\";i:7;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:7;}s:14:\"section_footer\";a:2:{s:11:\"button_text\";i:7;s:22:\"footer_additional_info\";i:3;}s:14:\"section_ribbon\";a:1:{s:11:\"show_ribbon\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:18:\"section_info_boxes\";a:2:{s:13:\"pp_info_boxes\";i:1;s:14:\"title_html_tag\";i:1;}s:25:\"section_carousel_settings\";a:2:{s:6:\"margin\";i:1;s:8:\"autoplay\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:13;s:10:\"title_text\";i:13;s:16:\"description_text\";i:13;s:10:\"title_size\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:17:\"section_style_box\";a:2:{s:8:\"position\";i:6;s:15:\"position_mobile\";i:6;}}}}s:15:\"nested-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:14:\"section_slides\";a:3:{s:14:\"carousel_items\";i:1;s:27:\"slides_to_show_mobile_extra\";i:1;s:29:\"slides_to_scroll_mobile_extra\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:25:\"section_carousel_settings\";a:1:{s:8:\"autoplay\";i:1;}s:25:\"section_pagination_design\";a:1:{s:20:\"dots_custom_position\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_divider\";a:3:{s:4:\"look\";i:1;s:4:\"text\";i:1;s:8:\"html_tag\";i:1;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:8:\"flip-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:8:{s:22:\"section_side_a_content\";a:3:{s:13:\"selected_icon\";i:4;s:12:\"title_text_a\";i:4;s:18:\"description_text_a\";i:4;}s:22:\"section_side_b_content\";a:5:{s:12:\"title_text_b\";i:4;s:18:\"description_text_b\";i:4;s:11:\"button_text\";i:4;s:4:\"link\";i:4;s:10:\"link_click\";i:4;}s:15:\"section_style_b\";a:1:{s:18:\"background_b_image\";i:4;}s:20:\"section_box_settings\";a:2:{s:9:\"title_tag\";i:4;s:11:\"flip_effect\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}s:15:\"section_style_a\";a:1:{s:18:\"background_a_color\";i:3;}}}}s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_slides\";a:1:{s:6:\"slides\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:22:\"section_slider_options\";a:4:{s:10:\"transition\";i:1;s:17:\"content_animation\";i:1;s:14:\"pause_on_hover\";i:1;s:20:\"pause_on_interaction\";i:1;}s:20:\"section_style_slides\";a:1:{s:26:\"slides_horizontal_position\";i:1;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),
(72784, 2801, '_elementor_element_cache', '{\"timeout\":1779112977,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-27344d87 ignore-toc e-con-full e-flex e-con e-parent\\\" data-id=\\\"27344d87\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3cf07bbd e-flex e-con-boxed e-con e-child\\\" data-id=\\\"3cf07bbd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-48b81229 e-con-full e-flex e-con e-child\\\" data-id=\\\"48b81229\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c0a4600 elementor-widget elementor-widget-heading\\\" data-id=\\\"1c0a4600\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">NEW PATIENT PROMO <\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjU4Mzk3ZTUwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHVsIHN0eWxlPVwibWFyZ2luLWxlZnQ6IDE4cHg7XCI+XG48bGk+PHN0cm9uZz5Cb3RveCAyMCB1bml0czxcL3N0cm9uZz4gb3IgPHN0cm9uZz5EeXNwb3J0IDYwIHVuaXRzPFwvc3Ryb25nPiBmb3IgJDE4OTxcL2xpPlxuPGxpPjxzdHJvbmc+RGVsdXhlIEh5ZHJhZmFjaWFsPFwvc3Ryb25nPiArIERlcm1hcGxhbmUgZm9yICQxOTk8XC9saT5cbjxsaT48c3Ryb25nPkN1c3RvbSBGYWNpYWw8XC9zdHJvbmc+ICsgRGVybWFwbGFuZSBmb3IgJDk5PFwvbGk+XG48bGk+PGI+S29yZWFuIFNjYWxwIFJlbmV3YWwgSGVhZHNwYSA8XC9iPmZvciAkOTk8XC9saT5cbjxsaT48c3Ryb25nPkZyZWUgUmVkIExpZ2h0IFRoZXJhcHkgQmVkIDxcL3N0cm9uZz53aXRoIDFzdCBGYWNpYWwgb3IgSGVhZHNwYSBUcmVhdG1lbnQhPFwvbGk+XG48XC91bD4iLCJ0ZXh0X2NvbG9yIjoiIzAwMDAwMCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSdWJpayIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOiIxNiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjEzNDFlZWMiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjUtMDItMDggMTc6MDMifV0sImFsaWduX21vYmlsZSI6ImxlZnQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-fb64299 elementor-widget elementor-widget-button\\\" data-id=\\\"fb64299\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\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\\\">Book Now<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(72783, 534, '_elementor_element_cache', '{\"timeout\":1779112977,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-15f33d5 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"15f33d5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b2e9320 e-con-full e-flex e-con e-child\\\" data-id=\\\"b2e9320\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f1ed13e elementor-widget elementor-widget-heading\\\" data-id=\\\"f1ed13e\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Reviews<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6Ijk1M2M4NDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbdHJ1c3RpbmRleCBuby1yZWdpc3RyYXRpb249Z29vZ2xlXSIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMGE2YWE5YyJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e3c14ba e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"e3c14ba\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjJiZWI5YTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmZWVkX2lkIjoiMSIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiN2RhZTM2YyJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNiaS13aWRnZXQifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3d5354fe e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3d5354fe\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2242db33 e-con-full e-flex e-con e-child\\\" data-id=\\\"2242db33\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjdiNzY2MzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNTMxM2I2OSIsInBwX2NvbmRpdGlvbl9kYXRlX3ZhbHVlIjoiMjAyNC0wNy0yNSB0byAyMDI0LTA3LTMxIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTA3LTMxIDEzOjQ3In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJ3aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiaW1hZ2UiOnsiaWQiOjI1LCJ1cmwiOiJodHRwOlwvXC9tcmFyaWYubWVcL2dlbmVzaXN3YVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDFcL3BsYWNlaG9sZGVyLTIucG5nIn0sImFsaWduIjoibGVmdCIsInNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjIyMCwic2l6ZXMiOltdfSwic3BhY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJzcGFjZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTc2LCJzaXplcyI6W119LCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtc2l0ZS1sb2dvIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6bcdf5a1 e-con-full e-flex e-con e-child\\\" data-id=\\\"6bcdf5a1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-10809dbf elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"10809dbf\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Quick Links<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e6e221e elementor-tablet-align-center elementor-mobile_extra-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"6e6e221e\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Home<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Glow Memberships<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Gift Cards &amp; Price Rates<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/our-blog\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our Blog<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/payment-plans\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Payment Plans<\\/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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/contact-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-20765fc2 e-con-full e-flex e-con e-child\\\" data-id=\\\"20765fc2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7755b0af elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"7755b0af\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Contact Info<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-317dc544 elementor-tablet-align-center elementor-mobile_extra-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"317dc544\\\" data-element_type=\\\"widget\\\" data-e-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<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-map-marker-alt\\\" viewBox=\\\"0 0 384 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\\\"><\\/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\\\">15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States<\\/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<a href=\\\"tel:2536001600\\\">\\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-phone-alt\\\" 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>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">253-600-1600<\\/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<div class=\\\"elementor-element elementor-element-5d5f0709 e-grid-align-left e-grid-align-tablet-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"5d5f0709\\\" data-element_type=\\\"widget\\\" data-e-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\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1a3c446\\\" href=\\\"https:\\/\\/www.facebook.com\\/103617248952427\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/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\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-c2b233f\\\" href=\\\"https:\\/\\/www.instagram.com\\/genesiswa_begin\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" 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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-554e4d3 e-con-full e-flex e-con e-child\\\" data-id=\\\"554e4d3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b1d1448 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"b1d1448\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Hours<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a015ca5 elementor-widget elementor-widget-pp-business-hours\\\" data-id=\\\"a015ca5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-business-hours.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-18a5936\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tMonday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-opening-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t10:00 AM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t-\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-closing-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t7:00 PM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-49a421a\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tTuesday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-opening-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t9:00 AM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t-\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-closing-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t6:00 PM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-410654f\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tWednesday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-opening-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t9:00 AM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t-\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-closing-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t6:00 PM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-8d774fd row-closed\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tThursday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\tClosed\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-1bcf272\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tFriday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-opening-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t9:00 AM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t-\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-closing-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t6:00 PM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-9cc6156\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tSaturday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-opening-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t9:00 AM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t-\\n\\t\\t\\t\\t\\t\\t<span class=\\\"pp-closing-hours\\\">\\n\\t\\t\\t\\t\\t\\t\\t5:00 PM\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-business-hours-row clearfix elementor-repeater-item-a0e8a68 row-closed\\\">\\n\\t\\t\\t\\t<span class=\\\"pp-business-day\\\">\\n\\t\\t\\t\\t\\tSunday\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t<span class=\\\"pp-business-timing\\\">\\n\\t\\t\\t\\t\\tClosed\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-269644db e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"269644db\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-28d636ea e-con-full e-flex e-con e-child\\\" data-id=\\\"28d636ea\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fa09aad elementor-tablet-align-center elementor-mobile_extra-align-center elementor-icon-list--layout-inline elementor-align-center elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"7fa09aad\\\" data-element_type=\\\"widget\\\" data-e-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 elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\u00a9 Copyright 2025 all rights reserved<\\/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>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(72767, 19, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:12:\"widget-image\";i:1;s:8:\"e-sticky\";i:2;s:23:\"widget-pp-advanced-menu\";i:3;s:18:\"e-animation-zoomIn\";i:4;s:14:\"widget-heading\";}s:7:\"scripts\";a:5:{i:0;s:18:\"elementor-frontend\";i:1;s:8:\"e-sticky\";i:2;s:16:\"jquery-smartmenu\";i:3;s:21:\"pp-smartmenu-keyboard\";i:4;s:16:\"pp-advanced-menu\";}}'),
(72768, 534, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:6:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:16:\"widget-icon-list\";i:3;s:19:\"widget-social-icons\";i:4;s:14:\"e-apple-webkit\";i:5;s:24:\"widget-pp-business-hours\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"sbiscripts\";i:2;s:17:\"elementor-preview\";}}'),
(72769, 2801, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:7:\"e-popup\";}}'),
(72770, 10, '_elementor_css', 'a:6:{s:4:\"time\";i:1779026573;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(72771, 4429, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:18:{i:0;s:14:\"widget-heading\";i:1;s:22:\"e-animation-fadeInLeft\";i:2;s:8:\"e-swiper\";i:3;s:23:\"e-animation-fadeInRight\";i:4;s:12:\"widget-image\";i:5;s:8:\"e-ribbon\";i:6;s:18:\"widget-price-table\";i:7;s:20:\"e-animation-fadeInUp\";i:8;s:18:\"widget-pp-info-box\";i:9;s:9:\"pp-swiper\";i:10;s:15:\"widget-icon-box\";i:11;s:22:\"widget-nested-carousel\";i:12;s:14:\"widget-divider\";i:13;s:18:\"e-animation-fadeIn\";i:14;s:16:\"widget-image-box\";i:15;s:15:\"widget-flip-box\";i:16;s:13:\"widget-slides\";i:17;s:28:\"widget-pp-advanced-accordion\";}s:7:\"scripts\";a:5:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"swiper\";i:2;s:11:\"pp-carousel\";i:3;s:12:\"imagesloaded\";i:4;s:21:\"pp-advanced-accordion\";}}'),
(72772, 4429, '_elementor_css', 'a:6:{s:4:\"time\";i:1779026576;s:5:\"fonts\";a:4:{i:0;s:10:\"Montserrat\";i:1;s:6:\"Allura\";i:2;s:5:\"Rubik\";i:3;s:6:\"Barlow\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:41;s:8:\"fa-solid\";i:140;s:6:\"eicons\";i:156;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(72773, 19, '_elementor_css', 'a:6:{s:4:\"time\";i:1779026576;s:5:\"fonts\";a:1:{i:0;s:5:\"Karla\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"e2054e8\";i:1;s:7:\"72d24af\";i:2;s:8:\"5d54573b\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(72774, 534, '_elementor_css', 'a:6:{s:4:\"time\";i:1779026576;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";i:9;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"7b76632\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(72775, 2801, '_elementor_css', 'a:6:{s:4:\"time\";i:1779026576;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:5:\"Rubik\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(72776, 19, '_elementor_element_cache', '{\"timeout\":1779112976,\"value\":{\"content\":\"[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6ImU5N2ZkOTUiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIyZThiYTczIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiJmNTJlZmI4In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiI3MTdmMzc1In1dLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMzk0YWYxNyIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyJ9XSwiZmxleF93cmFwX21vYmlsZSI6Im5vd3JhcCIsIm1hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiLTIzMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiel9pbmRleCI6OTk5LCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZCRiIsImJhY2tncm91bmRfY29sb3JfYiI6IiNGRkZGRkYiLCJfX2dsb2JhbHNfXyI6eyJiYWNrZ3JvdW5kX2NvbG9yX2IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwiYmFja2dyb3VuZF9jb2xvciI6IiJ9LCJzdGlja3lfZWZmZWN0c19vZmZzZXQiOjUwLCJoaWRlX3RhYmxldF9leHRyYSI6ImhpZGRlbi10YWJsZXRfZXh0cmEiLCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQiLCJoaWRlX21vYmlsZV9leHRyYSI6ImhpZGRlbi1tb2JpbGVfZXh0cmEiLCJoaWRlX21vYmlsZSI6ImhpZGRlbi1tb2JpbGUiLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsInN0aWNreSI6InRvcCIsImVfZGlzcGxheV9jb25kaXRpb25zIjpbIltbe1wiY29uZGl0aW9uXCI6XCJwYWdlX3RpdGxlXCIsXCJjb21wYXJhdG9yXCI6XCJpc19ub3RcIixcInRpdGxlc1wiOlt7XCJpZFwiOjQ0MjksXCJ0ZXh0XCI6XCJIb21lIE5ld1wifSx7XCJpZFwiOjQ2MTcsXCJ0ZXh0XCI6XCJTZXJ2aWNlc1wifSx7XCJpZFwiOjQ2MjMsXCJ0ZXh0XCI6XCJNZWRpY2FsIEFlc3RoZXRpY3NcIn0se1wiaWRcIjo0NjI1LFwidGV4dFwiOlwiTWVkaWNhbCBXZWlnaHQgTG9zcyArIFBIWVNJUVwifSx7XCJpZFwiOjQ2MjcsXCJ0ZXh0XCI6XCJDb25jaWVyZ2UgRGVybWF0b2xvZ3lcIn0se1wiaWRcIjo0NjI5LFwidGV4dFwiOlwiSVYgJiBXZWxsbmVzcyBJbmplY3Rpb25zXCJ9LHtcImlkXCI6NDYzMSxcInRleHRcIjpcIlNraW5jYXJlICYgRmFjaWFsc1wifSx7XCJpZFwiOjQ2MzMsXCJ0ZXh0XCI6XCJMYXNlciAmIEJvZHkgVHJlYXRtZW50c1wifV19XV0iXSwiaGlkZV93aWRlc2NyZWVuIjoiaGlkZGVuLXdpZGVzY3JlZW4iLCJoaWRlX2Rlc2t0b3AiOiJoaWRkZW4tZGVza3RvcCJ9LCJlbGVtZW50cyI6W3siaWQiOiI0Y2I1ZjY4IiwiZWxUeXBlIjoiY29udGFpbmVyIiwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjB9LCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIzM2RmOWRjIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiJiYzdiZGVjIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiI5MGU2ZTgzIn1dLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjNlMzdkMjIiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sIndpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjMwLCJzaXplcyI6W119LCJ3aWR0aF9tb2JpbGVfZXh0cmEiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwid2lkdGhfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6NDAsInNpemVzIjpbXX0sImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1zdGFydCIsImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOlt7ImlkIjoiZTIwNTRlOCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImltYWdlIjp7ImlkIjoxNiwidXJsIjoiaHR0cDpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9Mb2dvLnBuZyIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImltYWdlX3NpemUiOiJmdWxsIiwiYWxpZ24iOiJsZWZ0IiwibGlua190byI6ImN1c3RvbSIsInNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEyMCwic2l6ZXMiOltdfSwic3BhY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwic3BhY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjkwLCJzaXplcyI6W119LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6ImVmMWYwNTIiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjcwNDM4MzNcIiBuYW1lPVwic2l0ZS11cmxcIiBzZXR0aW5ncz1cIiU3QiU3RFwiXSJ9LCJzcGFjZV9tb2JpbGVfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzcGFjZV90YWJsZXRfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwiX2JveF9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6NSwiYmx1ciI6MjIsInNwcmVhZCI6MywiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuMDgpIn0sIl9fZ2xvYmFsc19fIjp7Il9iYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCJ9LCJfY3NzX2NsYXNzZXMiOiJsb2dvLWNscyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XSwiaXNJbm5lciI6dHJ1ZX0seyJpZCI6IjgyYTBkOGYiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo0MH0sImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1lbmQiLCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIxM2VmZmY3In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiI0YmE1OWI5In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiJhOWE0MTNlIn1dLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjY2MzMwNTAiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ3aWR0aF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwid2lkdGhfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiIlIiwic2l6ZSI6NzAsInNpemVzIjpbXX0sIndpZHRoX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJmbGV4X2RpcmVjdGlvbl9tb2JpbGUiOiJyb3ctcmV2ZXJzZSIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImZsZXgtc3RhcnQiLCJmbGV4X3dyYXBfbW9iaWxlIjoibm93cmFwIn0sImVsZW1lbnRzIjpbeyJpZCI6IjMzMjUyMTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiQm9vayBOb3cgIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInRleHRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMjUiLCJib3R0b20iOiIxNSIsImxlZnQiOiIyNSIsImlzTGlua2VkIjpmYWxzZX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNzMwNDA3ZSIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0xMC0yNyAxNDoxOSJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxNSIsImlzTGlua2VkIjpmYWxzZX0sImJhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJib3JkZXJfYm9yZGVyIjoic29saWQiLCJib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiX19nbG9iYWxzX18iOnsiYm9yZGVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImJ1dHRvbl90ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsImhvdmVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCIsImJ1dHRvbl9ob3Zlcl9ib3JkZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIn0sImxpbmsiOnsidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5qYW5lYXBwLmNvbVwvIiwiaXNfZXh0ZXJuYWwiOiJvbiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYnV0dG9uIn0seyJpZCI6IjMxZGVhMmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiQ2FsbCBVcyIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJ0ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjI1IiwiYm90dG9tIjoiMTUiLCJsZWZ0IjoiMjUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjczMDQwN2UiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMTAtMjcgMTQ6MTkifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsInRleHRfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjE1IiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzAyMDEwMTAwIiwiYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9fZ2xvYmFsc19fIjp7ImJvcmRlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJidXR0b25fdGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJidXR0b25fYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJidXR0b25faG92ZXJfYm9yZGVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsImhvdmVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCJ9LCJsaW5rIjp7InVybCI6InRlbDoyNTM2MDAxNjAwIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9LHsiaWQiOiI5NmZmOWFhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dCI6IlBheW1lbnQgUGxhbnMiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwidGV4dF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIyNSIsImJvdHRvbSI6IjE1IiwibGVmdCI6IjI1IiwiaXNMaW5rZWQiOmZhbHNlfSwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI3MzA0MDdlIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTEwLTI3IDE0OjE5In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJ0ZXh0X3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIxNSIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjE1IiwiaXNMaW5rZWQiOmZhbHNlfSwiYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsImJvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJfX2dsb2JhbHNfXyI6eyJib3JkZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiYnV0dG9uX3RleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiYnV0dG9uX2JhY2tncm91bmRfaG92ZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwiYnV0dG9uX2hvdmVyX2JvcmRlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJob3Zlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjQifSwibGluayI6eyJ1cmwiOiJodHRwOlwvXC9tcmFyaWYubWVcL2dlbmVzaXN3YVwvcGF5bWVudC1wbGFuc1wvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XSwiaXNJbm5lciI6dHJ1ZX1dLCJpc0lubmVyIjpmYWxzZX0=\\\"][elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjUwNmZkNmNiIiwiZWxUeXBlIjoiY29udGFpbmVyIiwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJyb3ciLCJmbGV4X2p1c3RpZnlfY29udGVudCI6ImNlbnRlciIsImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3JfbGlzdCI6W3sicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjRjZBRDFGIiwiX2lkIjoiMjlmMTMwNyJ9LHsicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjRjc0OTZBIiwiX2lkIjoiZmEyNjBhZCJ9LHsicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjNTY1QUQ4IiwiX2lkIjoiY2VkYjc0MyJ9XSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjAwN2M1NjYiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sIl9fZ2xvYmFsc19fIjp7ImJhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0In0sImZsZXhfZ2FwIjp7ImNvbHVtbiI6IjEwIiwicm93IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZSwidW5pdCI6InB4Iiwic2l6ZSI6MTB9LCJjb250ZW50X3dpZHRoIjoiZnVsbCIsInpfaW5kZXgiOjk5LCJtYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInN0aWNreSI6InRvcCIsInN0aWNreV9vZmZzZXQiOjEyNywiYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUsImJsdXIiOjIwLCJzcHJlYWQiOjMsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjA1KSJ9LCJjc3NfY2xhc3NlcyI6ImRleHRvcC1tZW51LXNlY3Rpb24iLCJoaWRlX3RhYmxldF9leHRyYSI6ImhpZGRlbi10YWJsZXRfZXh0cmEiLCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQiLCJoaWRlX21vYmlsZV9leHRyYSI6ImhpZGRlbi1tb2JpbGVfZXh0cmEiLCJoaWRlX21vYmlsZSI6ImhpZGRlbi1tb2JpbGUiLCJlX2Rpc3BsYXlfY29uZGl0aW9ucyI6WyJbW3tcImNvbmRpdGlvblwiOlwicGFnZV90aXRsZVwiLFwiY29tcGFyYXRvclwiOlwiaXNfbm90XCIsXCJ0aXRsZXNcIjpbe1wiaWRcIjo0NDI5LFwidGV4dFwiOlwiSG9tZSBOZXdcIn0se1wiaWRcIjo0NjE3LFwidGV4dFwiOlwiU2VydmljZXNcIn0se1wiaWRcIjo0NjIzLFwidGV4dFwiOlwiTWVkaWNhbCBBZXN0aGV0aWNzXCJ9LHtcImlkXCI6NDYyNSxcInRleHRcIjpcIk1lZGljYWwgV2VpZ2h0IExvc3MgKyBQSFlTSVFcIn0se1wiaWRcIjo0NjI3LFwidGV4dFwiOlwiQ29uY2llcmdlIERlcm1hdG9sb2d5XCJ9LHtcImlkXCI6NDYyOSxcInRleHRcIjpcIklWICYgV2VsbG5lc3MgSW5qZWN0aW9uc1wifSx7XCJpZFwiOjQ2MzEsXCJ0ZXh0XCI6XCJTa2luY2FyZSAmIEZhY2lhbHNcIn0se1wiaWRcIjo0NjMzLFwidGV4dFwiOlwiTGFzZXIgJiBCb2R5IFRyZWF0bWVudHNcIn1dfV1dIl0sImhpZGVfd2lkZXNjcmVlbiI6ImhpZGRlbi13aWRlc2NyZWVuIiwiaGlkZV9kZXNrdG9wIjoiaGlkZGVuLWRlc2t0b3AifSwiZWxlbWVudHMiOlt7ImlkIjoiZmVjZWE5NiIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImFsaWduX2l0ZW1zIjoiY2VudGVyIiwicG9pbnRlciI6Im5vbmUiLCJ0b2dnbGVfbGFiZWwiOiJNZW51IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI2ZDkwYWUzIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJtZW51X3R5cGUiOiJvZmYtY2FudmFzIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDIwMTAxMDAiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfX2dsb2JhbHNfXyI6eyJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm92ZXJsYXlfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwibW9iaWxlX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwibW9iaWxlX3N1Yl9saW5rX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjIiLCJtb2JpbGVfbGlua19iZ19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJtb2JpbGVfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJtb2JpbGVfc3ViX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX3N1Yl9saW5rX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNsb3NlX2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjQiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I4IiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoiIn0sInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjUsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxZTI5M2IiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjODA0ZDA5IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiM4MDRkMDkiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNGMEY1RkEiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjZGI5MjI2IiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjRjBGNUZBIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNkYjkyMjYiLCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiNERURGRTEzMyIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiI2RiOTIyNiIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMzMzQxNTUiLCJvdmVybGF5X2JnX2NvbG9yIjoiIzFlMjkzYiIsIm1vYmlsZV9saW5rX2NvbG9yIjoiI0YwRjVGQSIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6IiMxZTI5M2IiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiIjRjBGNUZBIiwibW9iaWxlX2xpbmtfaG92ZXIiOiIjRjBGNUZBIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiIjZGI5MjI2IiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiI2RiOTIyNiIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6IiNGMEY1RkEiLCJjbG9zZV9pY29uX2NvbG9yIjoiI0YwRjVGQSIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiIjRjBGNUZBIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInRvZ2dsZV9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiS2FybGEiLCJtZW51IjoicHJpbWFyeS1tZW51IiwiZHJvcGRvd25fYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJkcm9wZG93bl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjUsImJsdXIiOjIwLCJzcHJlYWQiOjMsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjA1KSJ9LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6OCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkthcmxhIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJwcC1hZHZhbmNlZC1tZW51In1dLCJpc0lubmVyIjpmYWxzZX0=\\\"][elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6ImZlNDE3MmUiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImZsZXhfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsImNvbHVtbiI6IjAiLCJyb3ciOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIyZThiYTczIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiJmNTJlZmI4In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiI3MTdmMzc1In1dLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMzk0YWYxNyIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyJ9XSwiZmxleF93cmFwX21vYmlsZSI6Im5vd3JhcCIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwibWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ6X2luZGV4Ijo5OTksImhpZGVfd2lkZXNjcmVlbiI6ImhpZGRlbi13aWRlc2NyZWVuIiwiaGlkZV9kZXNrdG9wIjoiaGlkZGVuLWRlc2t0b3AiLCJlX2Rpc3BsYXlfY29uZGl0aW9ucyI6WyJbW3tcImNvbmRpdGlvblwiOlwicGFnZV90aXRsZVwiLFwiY29tcGFyYXRvclwiOlwiaXNfbm90XCIsXCJ0aXRsZXNcIjpbe1wiaWRcIjo0NDI5LFwidGV4dFwiOlwiSG9tZSBOZXdcIn0se1wiaWRcIjo0NjE3LFwidGV4dFwiOlwiU2VydmljZXNcIn0se1wiaWRcIjo0NjIzLFwidGV4dFwiOlwiTWVkaWNhbCBBZXN0aGV0aWNzXCJ9LHtcImlkXCI6NDYyNSxcInRleHRcIjpcIk1lZGljYWwgV2VpZ2h0IExvc3MgKyBQSFlTSVFcIn0se1wiaWRcIjo0NjI3LFwidGV4dFwiOlwiQ29uY2llcmdlIERlcm1hdG9sb2d5XCJ9LHtcImlkXCI6NDYyOSxcInRleHRcIjpcIklWICYgV2VsbG5lc3MgSW5qZWN0aW9uc1wifSx7XCJpZFwiOjQ2MzEsXCJ0ZXh0XCI6XCJTa2luY2FyZSAmIEZhY2lhbHNcIn0se1wiaWRcIjo0NjMzLFwidGV4dFwiOlwiTGFzZXIgJiBCb2R5IFRyZWF0bWVudHNcIn1dfV1dIl0sImhpZGVfdGFibGV0X2V4dHJhIjoiaGlkZGVuLXRhYmxldF9leHRyYSIsImhpZGVfdGFibGV0IjoiaGlkZGVuLXRhYmxldCIsImhpZGVfbW9iaWxlX2V4dHJhIjoiaGlkZGVuLW1vYmlsZV9leHRyYSIsImhpZGVfbW9iaWxlIjoiaGlkZGVuLW1vYmlsZSJ9LCJlbGVtZW50cyI6W3siaWQiOiIwZWQ3ODIxIiwiZWxUeXBlIjoiY29udGFpbmVyIiwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJjb250ZW50X3dpZHRoIjoiZnVsbCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MjB9LCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIzM2RmOWRjIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiJiYzdiZGVjIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiI5MGU2ZTgzIn1dLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjNlMzdkMjIiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sIndpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjMwLCJzaXplcyI6W119LCJ3aWR0aF9tb2JpbGVfZXh0cmEiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwid2lkdGhfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6NDAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W3siaWQiOiI3MmQyNGFmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaW1hZ2UiOnsiaWQiOjE2LCJ1cmwiOiJodHRwOlwvXC9tcmFyaWYubWVcL2dlbmVzaXN3YVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDFcL0xvZ28ucG5nIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiaW1hZ2Vfc2l6ZSI6ImZ1bGwiLCJhbGlnbiI6ImxlZnQiLCJsaW5rX3RvIjoiY3VzdG9tIiwic3BhY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMwLCJzaXplcyI6W119LCJzcGFjZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzcGFjZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTAsInNpemVzIjpbXX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiZWYxZjA1MiIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiX19keW5hbWljX18iOnsibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiNzA0MzgzM1wiIG5hbWU9XCJzaXRlLXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sInNwYWNlX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNwYWNlX3RhYmxldF9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMzAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJpbWFnZSJ9XSwiaXNJbm5lciI6dHJ1ZX0seyJpZCI6IjBiZjlkZWUiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6eyJmbGV4X2RpcmVjdGlvbiI6InJvdyIsImNvbnRlbnRfd2lkdGgiOiJmdWxsIiwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4MH0sImZsZXhfanVzdGlmeV9jb250ZW50IjoiZmxleC1lbmQiLCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiIxM2VmZmY3In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiI0YmE1OWI5In0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiJhOWE0MTNlIn1dLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjY2MzMwNTAiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMifV0sImZsZXhfYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ3aWR0aF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwid2lkdGhfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiIlIiwic2l6ZSI6NzAsInNpemVzIjpbXX0sIndpZHRoX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJmbGV4X2RpcmVjdGlvbl9tb2JpbGUiOiJyb3ctcmV2ZXJzZSIsImZsZXhfanVzdGlmeV9jb250ZW50X21vYmlsZSI6ImZsZXgtc3RhcnQiLCJmbGV4X3dyYXBfbW9iaWxlIjoibm93cmFwIiwiZmxleF9kaXJlY3Rpb25fdGFibGV0X2V4dHJhIjoicm93LXJldmVyc2UiLCJmbGV4X2p1c3RpZnlfY29udGVudF90YWJsZXRfZXh0cmEiOiJmbGV4LXN0YXJ0In0sImVsZW1lbnRzIjpbeyJpZCI6IjI3MTkwNmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6InJpZ2h0IiwicG9pbnRlciI6Im5vbmUiLCJ0b2dnbGVfbGFiZWwiOiJNZW51IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI2ZDkwYWUzIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJtZW51X3R5cGUiOiJvZmYtY2FudmFzIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDIwMTAxMDAiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfX2dsb2JhbHNfXyI6eyJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm92ZXJsYXlfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwibW9iaWxlX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwibW9iaWxlX3N1Yl9saW5rX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjIiLCJtb2JpbGVfbGlua19iZ19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJtb2JpbGVfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJtb2JpbGVfc3ViX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX3N1Yl9saW5rX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNsb3NlX2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoiIn0sInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMWUyOTNiIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwYmZmZiIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBiZmZmIiwiY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjNDhhYWFkIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMxZTI5M2IiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjMDBiZmZmIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMWUyOTNiIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiMwMGJmZmYiLCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiNGMEY1RkEzNiIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiIzQ4YWFhZCIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMzMzQxNTUiLCJvdmVybGF5X2JnX2NvbG9yIjoiIzFlMjkzYiIsIm1vYmlsZV9saW5rX2NvbG9yIjoiI0ZGRkZGRiIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6IiMxZTI5M2IiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiIjMzM0MTU1IiwibW9iaWxlX2xpbmtfaG92ZXIiOiIjRkZGRkZGIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiIjNDhhYWFkIiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiIzQ4YWFhZCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6IiMxZTI5M2IiLCJjbG9zZV9pY29uX2NvbG9yIjoiI0ZGRkZGRiIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiIjRkZGRkZGIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInRvZ2dsZV9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwibWVudSI6InByaW1hcnktbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJwcC1hZHZhbmNlZC1tZW51In0seyJpZCI6IjAzZjBhMjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0IjoiQm9vayBOb3cgIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInRleHRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMjUiLCJib3R0b20iOiIxNSIsImxlZnQiOiIyNSIsImlzTGlua2VkIjpmYWxzZX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNzMwNDA3ZSIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0xMC0yNyAxNDoxOSJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwidGV4dF9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxNSIsImlzTGlua2VkIjpmYWxzZX0sImxpbmsiOnsidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5qYW5lYXBwLmNvbVwvIiwiaXNfZXh0ZXJuYWwiOiJvbiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImJ1dHRvbiJ9XSwiaXNJbm5lciI6dHJ1ZX1dLCJpc0lubmVyIjpmYWxzZX0=\\\"]<div class=\\\"elementor-element elementor-element-d4373c9 e-con-full e-flex e-con e-parent\\\" data-id=\\\"d4373c9\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ebb3de0 e-con-full e-flex e-con e-child\\\" data-id=\\\"ebb3de0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-edac55a elementor-widget elementor-widget-image\\\" data-id=\\\"edac55a\\\" data-element_type=\\\"widget\\\" data-e-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\\t<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/home-new\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1644\\\" height=\\\"1467\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/Logo.png\\\" class=\\\"attachment-full size-full wp-image-16\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-59bc2ab e-con-full e-flex e-con e-child\\\" data-id=\\\"59bc2ab\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjQyNTY2YmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6InJpZ2h0IiwicG9pbnRlciI6Im5vbmUiLCJ0b2dnbGVfbGFiZWwiOiJNZW51IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI2ZDkwYWUzIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJtZW51X3R5cGUiOiJvZmYtY2FudmFzIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDIwMTAxMDAiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfX2dsb2JhbHNfXyI6eyJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm92ZXJsYXlfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwibW9iaWxlX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwibW9iaWxlX3N1Yl9saW5rX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjIiLCJtb2JpbGVfbGlua19iZ19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjAiLCJtb2JpbGVfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJtb2JpbGVfc3ViX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX3N1Yl9saW5rX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNsb3NlX2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJjb2xvcl9tZW51X2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiY29sb3JfZHJvcGRvd25faXRlbSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoiIn0sInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMWUyOTNiIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwYmZmZiIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBiZmZmIiwiY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjNDhhYWFkIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMxZTI5M2IiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjMDBiZmZmIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMWUyOTNiIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiMwMGJmZmYiLCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiNDOUNDRDBCOCIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiIzQ4YWFhZCIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMzMzQxNTUiLCJvdmVybGF5X2JnX2NvbG9yIjoiIzFlMjkzYiIsIm1vYmlsZV9saW5rX2NvbG9yIjoiI0ZGRkZGRiIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6IiMxZTI5M2IiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiIjMzM0MTU1IiwibW9iaWxlX2xpbmtfaG92ZXIiOiIjRkZGRkZGIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiIjNDhhYWFkIiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiIzQ4YWFhZCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6IiMxZTI5M2IiLCJjbG9zZV9pY29uX2NvbG9yIjoiI0ZGRkZGRiIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiIjRkZGRkZGIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInRvZ2dsZV9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNywic2l6ZXMiOltdfSwibWVudSI6InVwZGF0ZS1tZW51IiwiZHJvcGRvd25fYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJkcm9wZG93bl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjEwLCJibHVyIjoyMCwic3ByZWFkIjozLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xKSJ9LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6OCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InBwLWFkdmFuY2VkLW1lbnUifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5037c09 elementor-widget elementor-widget-button\\\" data-id=\\\"5037c09\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\">\\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\\\">Book Now <\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjVmNDk1YmJhIiwiZWxUeXBlIjoiY29udGFpbmVyIiwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjYwMCwic2l6ZXMiOltdfSwibWluX2hlaWdodF90YWJsZXRfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAxLCJzaXplcyI6W119LCJtaW5faGVpZ2h0X21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNjQsInNpemVzIjpbXX0sIm1pbl9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEzNCwic2l6ZXMiOltdfSwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6NzEyLCJ1cmwiOiJodHRwOlwvXC9tcmFyaWYubWVcL2dlbmVzaXN3YVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDFcL2Jhbm5lci1pbWctMi5qcGciLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJiYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsImJhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiYmFja2dyb3VuZF9zaXplIjoiY292ZXIiLCJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvcl9saXN0IjpbeyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNkFEMUYiLCJfaWQiOiJmMjViMGZhIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiNGNzQ5NkEiLCJfaWQiOiI4NDYyZjIzIn0seyJwcF9hbmltYXRlZF9ncmFkaWVudF9iZ19jb2xvciI6IiM1NjVBRDgiLCJfaWQiOiJmMjVlMzMwIn1dLCJiYWNrZ3JvdW5kX292ZXJsYXlfYmFja2dyb3VuZCI6ImdyYWRpZW50IiwiYmFja2dyb3VuZF9vdmVybGF5X29wYWNpdHkiOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zOSwic2l6ZXMiOltdfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7InBwX2NvbmRpdGlvbl9rZXkiOiJwYWdlIiwicHBfY29uZGl0aW9uX29wZXJhdG9yIjoibm90IiwiX2lkIjoiZWRhNDY1MyIsInBwX2NvbmRpdGlvbl9wYWdlX3ZhbHVlIjpbIjEwIl0sInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyJ9XSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsImJhY2tncm91bmRfb3ZlcmxheV9jb2xvcl9iIjoiIn0sImJhY2tncm91bmRfb3ZlcmxheV9jb2xvciI6IiM0OGFhYWQiLCJiYWNrZ3JvdW5kX292ZXJsYXlfY29sb3JfYiI6IiMxRTI5M0I1MiIsImJhY2tncm91bmRfb3ZlcmxheV9ncmFkaWVudF9hbmdsZSI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6MzYwLCJzaXplcyI6W119LCJjc3NfY2xhc3NlcyI6ImhlYWRlci1icmVhZGNydW1icy1zZWN0aW9uIiwiZV9kaXNwbGF5X2NvbmRpdGlvbnMiOlsiW1t7XCJjb25kaXRpb25cIjpcInBhZ2VfdGl0bGVcIixcImNvbXBhcmF0b3JcIjpcImlzX25vdFwiLFwidGl0bGVzXCI6W3tcImlkXCI6MTMsXCJ0ZXh0XCI6XCJIb21lXCJ9LHtcImlkXCI6NDQyOSxcInRleHRcIjpcIkhvbWUgTmV3XCJ9XX1dXSJdfSwiZWxlbWVudHMiOlt7ImlkIjoiNWQ1NDU3M2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBhZ2UtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmluY2x1ZGVfY29udGV4dCUyMiUzQSUyMiUyMiUyQyUyMnNob3dfaG9tZV90aXRsZSUyMiUzQSUyMiUyMiUyQyUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsImFsaWduIjoiY2VudGVyIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIzYjMwZThmIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfYW5pbWF0aW9uIjoiem9vbUluIiwiX19nbG9iYWxzX18iOnsidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiX2JhY2tncm91bmRfY29sb3IiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInRpdGxlX2NvbG9yIjoiI0YwRjVGQSIsIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjYiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiNiIsImxlZnQiOiIzMCIsImlzTGlua2VkIjpmYWxzZX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzExMTExMTJFIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBhZ2UtdGl0bGUifV0sImlzSW5uZXIiOmZhbHNlfQ==\\\"]\",\"scripts\":[],\"styles\":[]}}'),
(72777, 2513, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>'),
(72778, 497, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>'),
(72779, 523, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(72780, 527, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>'),
(72781, 530, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Line\" viewBox=\"0 0 64 64\"><title></title><path d=\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\"></path><path d=\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\"></path><path d=\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\"></path><path d=\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\"></path><path d=\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\"></path><path d=\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\"></path><path d=\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\"></path><path d=\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\"></path></svg>');
INSERT INTO `wp_393a933460_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(72782, 4429, '_elementor_element_cache', '{\"timeout\":1779112976,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-7d2887b3 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7d2887b3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:4029,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/6.png&quot;},{&quot;id&quot;:4031,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/2-1.png&quot;},{&quot;id&quot;:4028,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/5.png&quot;},{&quot;id&quot;:4032,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/3-1.png&quot;},{&quot;id&quot;:4030,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/1.png&quot;},{&quot;id&quot;:4033,&quot;url&quot;:&quot;http:\\\\\\/\\\\\\/mrarif.me\\\\\\/genesiswa\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/05\\\\\\/4-1.png&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2c80d2d4 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"2c80d2d4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-141059f8 elementor-widget elementor-widget-heading\\\" data-id=\\\"141059f8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Genesis Wellness &amp; Aesthetics<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e7c6550 elementor-widget elementor-widget-button\\\" data-id=\\\"2e7c6550\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/about-us\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-62260552 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"62260552\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ddb6b7 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"ddb6b7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60dc0fd3 elementor-widget elementor-widget-heading\\\" data-id=\\\"60dc0fd3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">About Us<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7e6c55a3 elementor-widget elementor-widget-heading\\\" data-id=\\\"7e6c55a3\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Discover Your <span style=\\\"font-weight:800\\\">Trusted Health<\\/span> and Aesthetic Partner\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjVmYzhmNjA0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3VyIG1pc3Npb24gYXQgR2VuZXNpcyBXZWxsbmVzcyAmYW1wOyBBZXN0aGV0aWNzIGlzIHRvIGVtcG93ZXIgb3VyIHBhdGllbnRzIHRvIGFjaGlldmUgb3B0aW1hbCBoZWFsdGggYW5kIGNvbmZpZGVuY2UgdGhyb3VnaCBwZXJzb25hbGl6ZWQsIGlubm92YXRpdmUgdHJlYXRtZW50cy4gV2UgYXJlIGNvbW1pdHRlZCB0byBkZWxpdmVyaW5nIGV4Y2VwdGlvbmFsIGNhcmUsIGVuaGFuY2luZyB3ZWxsLWJlaW5nLCBhbmQgZ3VpZGluZyBlYWNoIGluZGl2aWR1YWwgb24gdGhlaXIgam91cm5leSB0byBsb29rIGFuZCBmZWVsIHRoZWlyIGJlc3QuPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjA5ZGQ2MWEifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2e3d6def elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"2e3d6def\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\">\\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\\\">Book Now<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-339dc5ad e-con-full e-flex e-con e-child\\\" data-id=\\\"339dc5ad\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-714134ac animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"714134ac\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\\\" 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=\\\"585\\\" height=\\\"438\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-5.jpg\\\" class=\\\"attachment-full size-full wp-image-4397\\\" alt=\\\"\\\" \\/>\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6186937 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6186937\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c298900 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-parent\\\" data-id=\\\"c298900\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-05e2cfd e-con-full e-flex e-con e-child\\\" data-id=\\\"05e2cfd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cc6cfb9 elementor-widget elementor-widget-heading\\\" data-id=\\\"cc6cfb9\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Offers <span style=\\\"font-weight:300\\\"> Feature<\\/span><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0501dc7 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"0501dc7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d7db9f1 e-con-full e-flex e-con e-child\\\" data-id=\\\"d7db9f1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bca2d76 elementor-widget elementor-widget-price-table\\\" data-id=\\\"bca2d76\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\t90-Day Skin Reset &amp; Glow\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tHeal, Restore, &amp; Rebuild Your Skin\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t1,499\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-8ef4693\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tMonth 1 \\u2014 Platinum HydraFacial\\u00ae\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-37e9e7a\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Month 2 \\u2014 Advanced Skin Treatment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-b824528\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Month 3 \\u2014 Custom Clinical Facial\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-7144a4f\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t3 Full-Body Red-Light Bed Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-83590ac\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Skin guidance &amp; progress tracking throughout the program\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-279b219 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"279b219\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b6966bc elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"b6966bc\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\\\" target=\\\"_blank\\\">\\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\\\">Book Your Aesthetic Consult<\\/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<div class=\\\"elementor-element elementor-element-b125e46 elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"b125e46\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\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\\\">Learn More<\\/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\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f983bfe e-con-full e-flex e-con e-child\\\" data-id=\\\"f983bfe\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ac40a99 elementor-widget elementor-widget-price-table\\\" data-id=\\\"ac40a99\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\t90-Day Skin Reset &amp; Glow\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tHeal, Restore, &amp; Rebuild Your Skin\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t1,499\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-8ef4693\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tMonth 1 \\u2014 Platinum HydraFacial\\u00ae\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-37e9e7a\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Month 2 \\u2014 Advanced Skin Treatment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-b824528\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Month 3 \\u2014 Custom Clinical Facial\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-7144a4f\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t3 Full-Body Red-Light Bed Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-83590ac\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t Skin guidance &amp; progress tracking throughout the program\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4036092 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"4036092\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9f9ce8e elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"9f9ce8e\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\\\" target=\\\"_blank\\\">\\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\\\">Book Your Aesthetic Consult<\\/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<div class=\\\"elementor-element elementor-element-3f30b3b elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"3f30b3b\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\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\\\">Learn More<\\/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\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b5c1830 e-con-full e-flex e-con e-child\\\" data-id=\\\"b5c1830\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3bf1e8a elementor-widget elementor-widget-price-table\\\" data-id=\\\"3bf1e8a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\tNew Year \\u2022 New Confidence\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tSculpt &amp; Slim Transformation Program\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t3,999\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-8ef4693\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tGLP-1 Tirzepatide Medical Weight Loss Program\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-37e9e7a\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t 5 PHYSIQ Sculpting Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-b824528\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tClinic monitoring &amp; treatment planning\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-7144a4f\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tEnroll by January 15 &amp; receive FREE:\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-83590ac\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tFinal enrollment deadline: January 31\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fe7b02e e-flex e-con-boxed e-con e-child\\\" data-id=\\\"fe7b02e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2dc573d elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"2dc573d\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/#\\/discipline\\/2\\/treatment\\/3\\\" target=\\\"_blank\\\">\\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\\\">Book Your Weight Loss Consult<\\/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<div class=\\\"elementor-element elementor-element-88fe5ab elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"88fe5ab\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\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\\\">Learn More<\\/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\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6769be6 e-con-full e-flex e-con e-parent\\\" data-id=\\\"6769be6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-66a1769 e-con-full e-flex e-con e-child\\\" data-id=\\\"66a1769\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-66e1bac elementor-widget elementor-widget-heading\\\" data-id=\\\"66e1bac\\\" data-element_type=\\\"widget\\\" data-e-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\\\">The Gift Mom Actually Wants - Ends May 10th<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d5de482 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"d5de482\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3cf82dd e-con-full e-flex e-con e-child\\\" data-id=\\\"3cf82dd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-818e21c elementor-widget elementor-widget-price-table\\\" data-id=\\\"818e21c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\tExclusive Offer\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tGenesis Glow Experience\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t199\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-8ef4693\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tKorean Glass Skin Facial\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-37e9e7a\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tDermaplaning &amp; Full Body Red Light Therapy\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e9e84ea e-con-full e-flex e-con e-child\\\" data-id=\\\"e9e84ea\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9c762c6 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"9c762c6\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\\\" target=\\\"_blank\\\">\\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\\\">Book Your Treatment<\\/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<div class=\\\"elementor-element elementor-element-8b7ee0a elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"8b7ee0a\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8617785 e-con-full e-flex e-con e-child\\\" data-id=\\\"8617785\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-74f617c elementor-widget elementor-widget-price-table\\\" data-id=\\\"74f617c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\tExclusive Offer\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tGift Cards with Bonus\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t250\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-a9c94a5\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tGet $50 Bonus\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-9305f99\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tTotal Value $300<br><br>In-Person Pick-up or Online\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7f50d71 e-con-full e-flex e-con e-child\\\" data-id=\\\"7f50d71\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f908d5 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"5f908d5\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/online_gift_cards\\/new\\\" target=\\\"_blank\\\">\\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\\\">Purchase Gift Card Online<\\/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<div class=\\\"elementor-element elementor-element-9840a70 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"9840a70\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6b80694 e-con-full e-flex e-con e-child\\\" data-id=\\\"6b80694\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f7ae19 elementor-widget elementor-widget-price-table\\\" data-id=\\\"1f7ae19\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\tExclusive Offer\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tGift Cards with Bonus\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-a9c94a5\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tGet $125 Bonus\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-9305f99\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tTotal Value $625<br><br>In-Person Pick-up or Online\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d6dc883 e-con-full e-flex e-con e-child\\\" data-id=\\\"d6dc883\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a182ad elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"1a182ad\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/online_gift_cards\\/new\\\" target=\\\"_blank\\\">\\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\\\">Purchase Gift Card Online<\\/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<div class=\\\"elementor-element elementor-element-b7d674a elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"b7d674a\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/gift-cards-price-rates\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-06b2557 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"06b2557\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-814d007 elementor-widget elementor-widget-price-table\\\" data-id=\\\"814d007\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"price-table.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"elementor-price-table\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__header\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-price-table__heading\\\">\\n\\t\\t\\t\\t\\t\\tExclusive Offer\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__subheading\\\">\\n\\t\\t\\t\\t\\t\\t\\tLaser Hair Removal\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-price-table__price\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__currency\\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__integer-part\\\">\\n\\t\\t\\t\\t\\t\\t25%\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-price-table__period elementor-typo-excluded\\\">Off 8 Session Packages<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-price-table__features-list\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-a9c94a5\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tAchieve Smooth, Hairless Skin\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-9305f99\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-price-table__feature-inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBook Virtual or In-Person Consult with Master Aesthetician Anastatia Templeman\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-609a4a3 e-con-full e-flex e-con e-child\\\" data-id=\\\"609a4a3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-93fe151 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"93fe151\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/#\\/consultations\\\" target=\\\"_blank\\\">\\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\\\">Book Your Aesthetic Consult<\\/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<div class=\\\"elementor-element elementor-element-858b294 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"858b294\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ccf72fb e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ccf72fb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-372ffb6d e-con-full e-flex e-con e-parent\\\" data-id=\\\"372ffb6d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-70b0acc5 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"70b0acc5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-586ef9f0 elementor-widget elementor-widget-heading\\\" data-id=\\\"586ef9f0\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Our Referral  <span style=\\\"font-weight:800\\\">Program<\\/span> <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjJhZTE0M2FmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UmVmZXIgYSBmcmllbmQgdG8gR2VuZXNpcyBXZWxsbmVzcyAmYW1wOyBBZXN0aGV0aWNzLCBhbmQgeW91XHUyMDE5bGwgYm90aCByZWNlaXZlICQ1MCB0b3dhcmQgeW91ciBuZXh0IHNlcnZpY2UuIEl0XHUyMDE5cyBvdXIgd2F5IG9mIHNheWluZyB0aGFuayB5b3UgZm9yIHlvdXIgdHJ1c3QgYW5kIHN1cHBvcnQuIFdlIGxvb2sgZm9yd2FyZCB0byBoZWxwaW5nIHlvdSBhbmQgeW91ciBmcmllbmRzIGZlZWwgeW91ciBiZXN0ITxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIwOWRkNjFhIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7a2ae9b7 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"7a2ae9b7\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\">\\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\\\">Redeem $50 Credit<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7d00f137 e-con-full e-flex e-con e-child\\\" data-id=\\\"7d00f137\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3543ebdc animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"3543ebdc\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\\\" 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=\\\"612\\\" height=\\\"408\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/03\\/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\\\" class=\\\"attachment-full size-full wp-image-3673\\\" alt=\\\"\\\" \\/>\\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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-513ef0a2 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"513ef0a2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-59b5a00 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"59b5a00\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-235f17a9 elementor-widget elementor-widget-heading\\\" data-id=\\\"235f17a9\\\" data-element_type=\\\"widget\\\" data-e-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\\\"><span style=\\\"font-weight:800\\\">Glow<\\/span> Membership\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"e69a22769fde8b2b20c817b0ca537da1\\\" data=\\\"eyJpZCI6IjQzNTc4ZjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5VbmxvY2sgeW91ciBiZXN0IHNraW4gd2l0aCBvdXIgR2xvdyBNZW1iZXJzaGlwcyEgRW5qb3kgYSBjdXN0b20gZmFjaWFsIGVhY2ggbW9udGgsIHJlZCBsaWdodCB0aGVyYXB5IGZvciByZWp1dmVuYXRpb24sIGFuZCBleGNsdXNpdmUgZGlzY291bnRzIG9uIEJvdG94LCBsYXNlciB0cmVhdG1lbnRzLCBza2luY2FyZSwgYW5kIG1vcmUuIFRyZWF0IHlvdXJzZWxmIHRvIHRoZSB1bHRpbWF0ZSBza2luY2FyZSBleHBlcmllbmNlIGFuZCBsZXQgeW91ciBuYXR1cmFsIHJhZGlhbmNlIHNoaW5lITxcL3A+IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIxZDI4ZTY0In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiIn0sImFsaWduX21vYmlsZV9leHRyYSI6ImNlbnRlciIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-56b277f8 elementor-mobile_extra-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"56b277f8\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/glow-memberships\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7356bc37 e-con-full e-flex e-con e-child\\\" data-id=\\\"7356bc37\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13d0db9d animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"13d0db9d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\\\" 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=\\\"1072\\\" height=\\\"1228\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/h1_img-6.png\\\" class=\\\"attachment-full size-full wp-image-267\\\" alt=\\\"\\\" \\/>\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2e37a30 catagories-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"2e37a30\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-58da509b e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"58da509b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4828b69b elementor-widget elementor-widget-heading\\\" data-id=\\\"4828b69b\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Treatment<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e1e4eb0 elementor-widget elementor-widget-heading\\\" data-id=\\\"4e1e4eb0\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Categories <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-11a02e36 e-con-full e-flex e-con e-child\\\" data-id=\\\"11a02e36\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7979ca19 catagories-col animated-slow pp-info-box-above-title elementor-invisible elementor-widget elementor-widget-pp-info-box-carousel\\\" data-id=\\\"7979ca19\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"pp-info-box-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-container pp-info-box-carousel pp-swiper-slider swiper swiper-container-wrap-dots-outside\\\" data-slider-settings=\\\"{&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;slides_per_view&quot;:3,&quot;space_between&quot;:25,&quot;auto_height&quot;:true,&quot;loop&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;show_arrows&quot;:true,&quot;slides_per_view_mobile&quot;:1,&quot;space_between_mobile&quot;:10,&quot;slides_per_view_tablet&quot;:2,&quot;space_between_tablet&quot;:10}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-wrapper\\\">\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box swiper-slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-laser-solutions\\/\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/12-2.png\\\" alt=\\\"12\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tLaser It\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box swiper-slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/inject-it\\/\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/13-2.png\\\" alt=\\\"13\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tInject It\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box swiper-slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/advanced-body-contouring\\/\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Advanced-Body-Contouring-img.jpg\\\" alt=\\\"Advanced-Body-Contouring-img\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tSculpt It\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box swiper-slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/tighten-it\\/\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-icon-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"pp-info-box-icon pp-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/05\\/14-2.png\\\" alt=\\\"14\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"pp-info-box-title\\\">\\n\\t\\t\\t\\t\\t\\tTighten It\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-pagination swiper-pagination-7979ca19\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-slider-arrow elementor-swiper-button-prev swiper-button-prev-7979ca19\\\" role=\\\"button\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-left\\\" 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>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"pp-slider-arrow elementor-swiper-button-next swiper-button-next-7979ca19\\\" role=\\\"button\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" 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>\\t\\t\\t\\t<\\/div>\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-37d43a6 permier-wellness-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"37d43a6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-68e3af27 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"68e3af27\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5be89e8e elementor-widget elementor-widget-heading\\\" data-id=\\\"5be89e8e\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Programs<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1fb6226b elementor-widget elementor-widget-heading\\\" data-id=\\\"1fb6226b\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Premier Wellness Optimization Programs<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1edf79eb e-con-full e-flex e-con e-child\\\" data-id=\\\"1edf79eb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1cbabc1c slider-item-cls animated-slow elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-invisible elementor-widget elementor-widget-n-carousel\\\" data-id=\\\"1cbabc1c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2731e78&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;ac83ff4&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;7257b3f&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;8a006d6&quot;},{&quot;slide_title&quot;:&quot;Slide #5&quot;,&quot;_id&quot;:&quot;71dd75a&quot;},{&quot;slide_title&quot;:&quot;Slide #6&quot;,&quot;_id&quot;:&quot;97620b7&quot;},{&quot;slide_title&quot;:&quot;Slide #7&quot;,&quot;_id&quot;:&quot;b4316f8&quot;}],&quot;slides_to_show_mobile_extra&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile_extra&quot;:&quot;1&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"nested-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-n-carousel swiper\\\" role=\\\"region\\\" aria-roledescription=\\\"carousel\\\" aria-label=\\\"Carousel\\\" dir=\\\"ltr\\\">\\n\\t\\t\\t<div class=\\\"swiper-wrapper\\\" aria-live=\\\"polite\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"1\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"1 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14b0e73a e-flex e-con-boxed e-con e-child\\\" data-id=\\\"14b0e73a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5bb12e16 e-con-full e-flex e-con e-child\\\" data-id=\\\"5bb12e16\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ef6f7da elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7ef6f7da\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWeight Loss Medicine\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-558e6d7b elementor-widget elementor-widget-button\\\" data-id=\\\"558e6d7b\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/weight-loss-medicine\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"2\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"2 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-42e4d453 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"42e4d453\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7e7a67c3 e-con-full e-flex e-con e-child\\\" data-id=\\\"7e7a67c3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-266f9543 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"266f9543\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tTestosterone Therapy\\n\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-1fe349e9 elementor-widget elementor-widget-button\\\" data-id=\\\"1fe349e9\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/testosterone-therapy\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"3\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"3 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-261133c0 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"261133c0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-41d91fcb e-con-full e-flex e-con e-child\\\" data-id=\\\"41d91fcb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bc94c1a elementor-widget elementor-widget-icon-box\\\" data-id=\\\"bc94c1a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWomen\'s Hormone Therapy\\n\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-f42b9a0 elementor-widget elementor-widget-button\\\" data-id=\\\"f42b9a0\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/womens-hormone-therapy\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"4\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"4 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c9f222c e-flex e-con-boxed e-con e-child\\\" data-id=\\\"4c9f222c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5fc89415 e-con-full e-flex e-con e-child\\\" data-id=\\\"5fc89415\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31218d95 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"31218d95\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tPeptide Therapy\\n\\n\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-3b523300 elementor-widget elementor-widget-button\\\" data-id=\\\"3b523300\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/peptide-therapy\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"5\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"5 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf5b7e1 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"cf5b7e1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bc8cff8 e-con-full e-flex e-con e-child\\\" data-id=\\\"bc8cff8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d742254 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"d742254\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tConcierge Dermatology\\n\\n\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-708fdc3 elementor-widget elementor-widget-button\\\" data-id=\\\"708fdc3\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"6\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"6 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f770dee e-flex e-con-boxed e-con e-child\\\" data-id=\\\"f770dee\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5306916 e-con-full e-flex e-con e-child\\\" data-id=\\\"5306916\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-91c04c6 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"91c04c6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tBotox Migraine\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-bf2756f elementor-widget elementor-widget-button\\\" data-id=\\\"bf2756f\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/botox-migraines\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" data-slide=\\\"7\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"7 of 7\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b0a6f1 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"6b0a6f1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c49003f e-con-full e-flex e-con e-child\\\" data-id=\\\"c49003f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-44853fd elementor-widget elementor-widget-icon-box\\\" data-id=\\\"44853fd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPrograms\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tNAD+ &amp; Wellness Injections\\n\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-a4bf064 elementor-widget elementor-widget-button\\\" data-id=\\\"a4bf064\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/nad-wellness-injections\\/\\\">\\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<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-prev\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Previous\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-left\\\" 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>\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-next\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Next\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-right\\\" 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>\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"swiper-pagination\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3310872e e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3310872e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3de2fa50 e-con-full animated-slow e-flex e-con e-child\\\" data-id=\\\"3de2fa50\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-29ce067 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"29ce067\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1588ebe7 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"1588ebe7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" clip-rule=\\\"evenodd\\\" fill-rule=\\\"evenodd\\\" height=\\\"512\\\" stroke-linejoin=\\\"round\\\" stroke-miterlimit=\\\"2\\\" viewBox=\\\"0 0 48 48\\\" width=\\\"512\\\"><g transform=\\\"translate(0 -288)\\\"><g transform=\\\"scale(1.5)\\\"><g id=\\\"LINE\\\"><g transform=\\\"matrix(.667 0 0 .667 431.909 431.841)\\\"><path d=\\\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\\\"><\\/path><\\/g><g transform=\\\"matrix(.716 0 0 .716 4.38 197.79)\\\"><circle cx=\\\"10.931\\\" cy=\\\"27.931\\\" r=\\\".931\\\"><\\/circle><\\/g><g transform=\\\"matrix(.667 0 0 .667 431.909 431.841)\\\"><path d=\\\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\\\"><\\/path><\\/g><\\/g><\\/g><\\/g><\\/svg>\\t\\t\\t<\\/div>\\n\\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-49002407 elementor-widget elementor-widget-heading\\\" data-id=\\\"49002407\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Caring for myself is not self-indulgence, it is self-preservation.\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ba34df7 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-right elementor-widget elementor-widget-divider\\\" data-id=\\\"6ba34df7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-divider__text elementor-divider__element\\\">\\n\\t\\t\\t\\tAudre Lorde\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-520dd64b e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"520dd64b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f74b043 elementor-widget elementor-widget-image\\\" data-id=\\\"6f74b043\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1200\\\" height=\\\"1798\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/12\\/Image-4.jpg\\\" class=\\\"attachment-full size-full wp-image-4396\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-1064361 elementor-widget__width-initial elementor-absolute elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"1064361\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_position&quot;:&quot;absolute&quot;}\\\" 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=\\\"520\\\" height=\\\"520\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/fav-icon.png\\\" class=\\\"attachment-full size-full wp-image-15\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><h5 class=\\\"elementor-image-box-title\\\">Grace Lee, MSN-FNP, ARNP<\\/h5><p class=\\\"elementor-image-box-description\\\">Medical Director<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-198f9d73 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"198f9d73\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6bac6978 e-con-full e-flex e-con e-child\\\" data-id=\\\"6bac6978\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-439f8e27 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"439f8e27\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1646942c elementor-widget elementor-widget-heading\\\" data-id=\\\"1646942c\\\" data-element_type=\\\"widget\\\" data-e-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\\\"><span style=\\\"font-weight:800\\\">Get In Touch<\\/span> With Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-18683cd4 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"18683cd4\\\" data-element_type=\\\"widget\\\" data-e-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:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\">\\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\\\">Schedule now<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3ca694bf e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3ca694bf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-69586be6 e-con-full e-flex e-con e-child\\\" data-id=\\\"69586be6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-37c05054 elementor-widget elementor-widget-heading\\\" data-id=\\\"37c05054\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Customized <span style=\\\"font-weight:800\\\">Skincare<\\/span><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-45542e7d e-con-full e-flex e-con e-child\\\" data-id=\\\"45542e7d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-49e117bf elementor-flip-box--effect-fade elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-flip-box\\\" data-id=\\\"49e117bf\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\\\" data-widget_type=\\\"flip-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer elementor-flip-box__front\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper elementor-view-default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Capa_1\\\" height=\\\"512\\\" viewBox=\\\"0 0 512 512\\\" width=\\\"512\\\"><g><path d=\\\"m157.815 136.24h15.01v15.01h-15.01z\\\"><\\/path><path d=\\\"m187.836 136.24h15.01v15.01h-15.01z\\\"><\\/path><path d=\\\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\\\"><\\/path><path d=\\\"m246.876 31.263h15.01v15.01h-15.01z\\\"><\\/path><path d=\\\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\\\"><\\/path><path d=\\\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\\\"><\\/path><path d=\\\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\\\"><\\/path><path d=\\\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\\\"><\\/path><path d=\\\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\\\"><\\/path><path d=\\\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\\\"><\\/path><path d=\\\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\\\"><\\/path><path d=\\\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\\\"><\\/path><path d=\\\"m496.534 300.854h15.01v15.01h-15.01z\\\"><\\/path><path d=\\\"m496.534 390.884h15.01v15.01h-15.01z\\\"><\\/path><\\/g><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-flip-box__layer__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t Korean Glass Skin\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tGet the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. \\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<a class=\\\"elementor-flip-box__layer elementor-flip-box__back\\\" href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/korean-glass-skin\\/\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<\\/a>\\n\\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-3e8f5e06 elementor-flip-box--effect-fade elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-flip-box\\\" data-id=\\\"3e8f5e06\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"flip-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer elementor-flip-box__front\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper elementor-view-default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Capa_1\\\" height=\\\"512\\\" viewBox=\\\"0 0 480.164 480.164\\\" width=\\\"512\\\"><path d=\\\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\\\"><\\/path><path d=\\\"m232.082 160.164h16v88h-16z\\\"><\\/path><path d=\\\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-flip-box__layer__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tFacial\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tRevitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<a class=\\\"elementor-flip-box__layer elementor-flip-box__back\\\" href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/hydrafacial\\/\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<\\/a>\\n\\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-57bd3bf elementor-flip-box--effect-fade elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-flip-box\\\" data-id=\\\"57bd3bf\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"flip-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer elementor-flip-box__front\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper elementor-view-default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 96 96\\\"><g id=\\\"Layer_1\\\"><\\/g><g id=\\\"Layer_2\\\"><\\/g><g id=\\\"Layer_3\\\"><\\/g><g id=\\\"Layer_4\\\"><g><path d=\\\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\\\"><\\/path><path d=\\\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\\\"><\\/path><path d=\\\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\\\"><\\/path><path d=\\\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\\\"><\\/path><path d=\\\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\\\"><\\/path><path d=\\\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\\\"><\\/path><path d=\\\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\\\"><\\/path><\\/g><\\/g><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-flip-box__layer__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tClassic custom facials\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tExperience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<a class=\\\"elementor-flip-box__layer elementor-flip-box__back\\\" href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/classic-custom-facials\\/\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<\\/a>\\n\\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-61523653 elementor-flip-box--effect-fade elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-flip-box\\\" data-id=\\\"61523653\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\\\" data-widget_type=\\\"flip-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer elementor-flip-box__front\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper elementor-view-default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Line\\\" viewBox=\\\"0 0 64 64\\\"><title><\\/title><path d=\\\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\\\"><\\/path><path d=\\\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\\\"><\\/path><path d=\\\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\\\"><\\/path><path d=\\\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\\\"><\\/path><path d=\\\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\\\"><\\/path><path d=\\\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\\\"><\\/path><path d=\\\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\\\"><\\/path><path d=\\\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-flip-box__layer__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tThe Perfect Derma Peel\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__description\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tRevitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. \\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<a class=\\\"elementor-flip-box__layer elementor-flip-box__back\\\" href=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/perfect-derma-peel\\/\\\">\\n\\t\\t\\t<div class=\\\"elementor-flip-box__layer__overlay\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-flip-box__layer__inner\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f6b9a66 e-con-full slider-section-3 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-parent\\\" data-id=\\\"f6b9a66\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-82a6db0 elementor--h-position-left elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides\\\" data-id=\\\"82a6db0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;transition&quot;:&quot;fade&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition_speed&quot;:500}\\\" data-widget_type=\\\"slides.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-slides-wrapper elementor-main-swiper swiper\\\" role=\\\"region\\\" aria-roledescription=\\\"carousel\\\" aria-label=\\\"Slides\\\" dir=\\\"ltr\\\" data-animation=\\\"\\\">\\n\\t\\t\\t\\t<div class=\\\"swiper-wrapper elementor-slides\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-repeater-item-bd6825e swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\"><div class=\\\"swiper-slide-bg\\\" role=\\\"img\\\" aria-label=\\\"5\\\"><\\/div><div class=\\\"elementor-background-overlay\\\"><\\/div><div class=\\\"swiper-slide-inner\\\" ><div class=\\\"swiper-slide-contents\\\"><div class=\\\"elementor-slide-heading\\\"> <span style=\\\"\\\">Genesis Wellness & Aesthetics<\\/span> <\\/div><div class=\\\"elementor-slide-description\\\">Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.<\\/div><a href=\\\"https:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\" class=\\\"elementor-button elementor-slide-button elementor-size-sm\\\">SCHEDULE A VISIT<\\/a><\\/div><\\/div><\\/div><div class=\\\"elementor-repeater-item-ab51abc swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\"><div class=\\\"swiper-slide-bg\\\" role=\\\"img\\\" aria-label=\\\"banner-img-2\\\"><\\/div><div class=\\\"elementor-background-overlay\\\"><\\/div><div class=\\\"swiper-slide-inner\\\" ><div class=\\\"swiper-slide-contents\\\"><div class=\\\"elementor-slide-heading\\\"> <span style=\\\"\\\">Genesis Wellness & Aesthetics<\\/span> <\\/div><div class=\\\"elementor-slide-description\\\">Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.<\\/div><a href=\\\"https:\\/\\/genesiswa.janeapp.com\\/\\\" target=\\\"_blank\\\" class=\\\"elementor-button elementor-slide-button elementor-size-sm\\\">SCHEDULE A VISIT<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-prev\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Previous slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-left\\\" 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>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-swiper-button elementor-swiper-button-next\\\" role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Next slide\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-chevron-right\\\" 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>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-pagination\\\"><\\/div>\\n\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-49122ae services-section elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"49122ae\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f05218a e-con-full e-flex e-con e-child\\\" data-id=\\\"f05218a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ba38b00 e-con-full animated-slow e-flex e-con e-child\\\" data-id=\\\"ba38b00\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-db7cf5b elementor-widget elementor-widget-heading\\\" data-id=\\\"db7cf5b\\\" data-element_type=\\\"widget\\\" data-e-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\\\">Featured <span style=\\\"font-weight:300\\\">Services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-19c956b e-con-full e-flex e-con e-child\\\" data-id=\\\"19c956b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2ca594d e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"2ca594d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-baeed71 elementor-widget elementor-widget-image\\\" data-id=\\\"baeed71\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1024\\\" height=\\\"682\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/01\\/SIGNATURE-HYDRAFACIAL-img.jpg\\\" class=\\\"attachment-full size-full wp-image-1420\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-45d355a elementor-widget elementor-widget-icon-box\\\" data-id=\\\"45d355a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tMedical Aesthetics\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tBotox\\u00ae is FDA-approved to prevent chronic migraine and has been shown to significantly reduce both the frequency and severity of migraine days over time.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-1703cf8 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"1703cf8\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-aesthetics\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9cac88c e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"9cac88c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fe5cb64 elementor-widget elementor-widget-image\\\" data-id=\\\"fe5cb64\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1024\\\" height=\\\"682\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Medical-Weight-Loss-PHYSIQ-img.jpg\\\" class=\\\"attachment-full size-full wp-image-4509\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-1cf658f elementor-widget elementor-widget-icon-box\\\" data-id=\\\"1cf658f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\t Medical Weight Loss + PHYSIQ\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur Medical Weight Loss Program combines evidence based medications, prescription peptide therapy options, and compassionate clinical oversight ..\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-f786bbb elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"f786bbb\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/medical-weight-loss-physiq\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d8417c7 e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"d8417c7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af5d64d elementor-widget elementor-widget-image\\\" data-id=\\\"af5d64d\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1000\\\" height=\\\"668\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/our-blog.jpg\\\" class=\\\"attachment-full size-full wp-image-1974\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-92014fc elementor-widget elementor-widget-icon-box\\\" data-id=\\\"92014fc\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tConcierge Dermatology\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tAt Genesis Wellness &amp; Aesthetics, our Concierge Dermatology service offers compassionate, personalized, and medically guided care..\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-0824847 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"0824847\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/concierge-dermatology\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9be4f74 e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"9be4f74\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-32f0987 elementor-widget elementor-widget-image\\\" data-id=\\\"32f0987\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1024\\\" height=\\\"667\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Medical-Aesthetics-img.jpg\\\" class=\\\"attachment-full size-full wp-image-4508\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-306ce13 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"306ce13\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\t IV &amp; Wellness Injections\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur NAD+ and vitamin injection menu is designed to support cellular repair, metabolic function, mental clarity and overall vitality \\u2014 all under medical supervision.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-ce0e222 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"ce0e222\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/iv-wellness-injections\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-98731b3 e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"98731b3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0eb0bf4 elementor-widget elementor-widget-image\\\" data-id=\\\"0eb0bf4\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1024\\\" height=\\\"682\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Skincare-Facials-img.jpg\\\" class=\\\"attachment-full size-full wp-image-4513\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-9c5f0c1 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"9c5f0c1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tSkincare &amp; Facials\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tPersonalized skincare and facials use clinical protocols to treat acne, pigmentation, aging, and sensitivity while restoring skin with real results.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-369f60f elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"369f60f\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/skincare-facials\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7072abc e-con-full services-col animated-slow e-flex e-con e-child\\\" data-id=\\\"7072abc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-82cb00d elementor-widget elementor-widget-image\\\" data-id=\\\"82cb00d\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"1024\\\" height=\\\"682\\\" src=\\\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2026\\/01\\/Laser-Body-Treatments-img.jpg\\\" class=\\\"attachment-full size-full wp-image-4514\\\" alt=\\\"\\\" \\/>\\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<div class=\\\"elementor-element elementor-element-3debab9 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"3debab9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tLaser &amp; Body Treatments\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tAdvanced laser and body treatments use safe medical technology to tighten skin, reduce scars, sculpt contours, and deliver visible results.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\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-200581f elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"200581f\\\" data-element_type=\\\"widget\\\" data-e-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=\\\"http:\\/\\/mrarif.me\\/genesiswa\\/laser-body-treatments\\/\\\">\\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\\\">Learn More<\\/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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-faee243 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"faee243\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7bcce30 e-con-full e-flex e-con e-child\\\" data-id=\\\"7bcce30\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-88f80a1 e-con-full e-flex e-con e-child\\\" data-id=\\\"88f80a1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5d88e55 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5d88e55\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" 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\\\">Frequently Asked \\n <span style=\\\"font-weight:200\\\">Questions<\\/span>\\n\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-62d7596 animated-slow elementor-invisible elementor-widget elementor-widget-pp-faq\\\" data-id=\\\"62d7596\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;faq_layout&quot;:&quot;accordion&quot;,&quot;accordion_type&quot;:&quot;accordion&quot;,&quot;toggle_speed&quot;:300}\\\" data-widget_type=\\\"pp-faq.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faqs pp-advanced-accordion pp-toggle-icon-align-right\\\" id=\\\"pp-advanced-accordion-62d7596\\\" data-accordion-id=\\\"62d7596\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faq-item elementor-grid-item pp-accordion-item pp-accordion-item-active\\\">\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-title-1031\\\" class=\\\"pp-faq-question pp-accordion-tab-title pp-accordion-tab-active-default\\\" tabindex=\\\"0\\\" data-tab=\\\"1\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-text\\\">\\n\\t\\t\\t\\t\\t\\t\\tHow is your Medical Weight Loss Program different?\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-toggle-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-close pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-open pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-content-1031\\\" class=\\\"pp-faq-answer pp-accordion-tab-content pp-accordion-tab-active-default\\\" data-tab=\\\"1\\\">\\n\\t\\t\\t\\t\\t<p>Our program is medically supervised, personalized, and often includes GLP 1 medications such as Semaglutide or Tirzepatide, alongside nutrition and lifestyle support. We focus on safety, education, and sustainable results.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faq-item elementor-grid-item pp-accordion-item\\\">\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-title-1032\\\" class=\\\"pp-faq-question pp-accordion-tab-title\\\" tabindex=\\\"0\\\" data-tab=\\\"2\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-text\\\">\\n\\t\\t\\t\\t\\t\\t\\tWhat is PHYSIQ body contouring?\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-toggle-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-close pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-open pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-content-1032\\\" class=\\\"pp-faq-answer pp-accordion-tab-content\\\" data-tab=\\\"2\\\">\\n\\t\\t\\t\\t\\t<p>PHYSIQ is a non invasive treatment that uses advanced STEP technology to reduce fat and strengthen muscle in targeted areas with little to no downtime.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faq-item elementor-grid-item pp-accordion-item\\\">\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-title-1033\\\" class=\\\"pp-faq-question pp-accordion-tab-title\\\" tabindex=\\\"0\\\" data-tab=\\\"3\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-text\\\">\\n\\t\\t\\t\\t\\t\\t\\tDo I have to do PHYSIQ to join the weight loss program?\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-toggle-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-close pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-open pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-content-1033\\\" class=\\\"pp-faq-answer pp-accordion-tab-content\\\" data-tab=\\\"3\\\">\\n\\t\\t\\t\\t\\t<p>No \\u2014 many patients choose weight loss alone. PHYSIQ simply enhances body sculpting results when stubborn areas persist.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faq-item elementor-grid-item pp-accordion-item\\\">\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-title-1034\\\" class=\\\"pp-faq-question pp-accordion-tab-title\\\" tabindex=\\\"0\\\" data-tab=\\\"4\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-text\\\">\\n\\t\\t\\t\\t\\t\\t\\tWhat conditions do you treat with concierge dermatology?\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-toggle-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-close pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-open pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-content-1034\\\" class=\\\"pp-faq-answer pp-accordion-tab-content\\\" data-tab=\\\"4\\\">\\n\\t\\t\\t\\t\\t<p>We commonly support acne, rosacea, pigmentation issues, melasma, chronic irritation, aging concerns, and preventive skin health.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"pp-faq-item elementor-grid-item pp-accordion-item\\\">\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-title-1035\\\" class=\\\"pp-faq-question pp-accordion-tab-title\\\" tabindex=\\\"0\\\" data-tab=\\\"5\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-title-text\\\">\\n\\t\\t\\t\\t\\t\\t\\tDo you offer Botox for migraine relief?\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-accordion-toggle-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-close pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-plus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\'pp-accordion-toggle-icon-open pp-icon\'>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-minus\\\" 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>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t<div id=\\\"pp-accordion-tab-content-1035\\\" class=\\\"pp-faq-answer pp-accordion-tab-content\\\" data-tab=\\\"5\\\">\\n\\t\\t\\t\\t\\t<p>Yes \\u2014 Botox is FDA approved to help reduce the frequency and severity of chronic migraines in qualified patients. A consultation is required.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\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<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_posts`
--

CREATE TABLE `wp_393a933460_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_posts`
--

INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4, 0, '2025-01-28 18:14:42', '2025-01-28 18:14:42', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-01-28 18:14:42', '2025-01-28 18:14:42', '', 0, 'https://mrarif.me/genesiswa/index.php/2025/01/28/navigation/', 0, 'wp_navigation', '', 0),
(10, 1, '2025-01-28 18:21:52', '2025-01-28 18:21:52', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-01-29 04:56:49', '2025-01-29 04:56:49', '', 0, 'https://mrarif.me/genesiswa/?p=10', 0, 'elementor_library', '', 0),
(13, 1, '2025-01-28 18:37:11', '2025-01-28 18:37:11', '<h1>Genesis Wellness &amp; Aesthetics</h1>				\n					<a href=\"https://genesiswa.com/about-us/\">\n									Learn More\n					</a>\n					<h4>About Us</h4>				\n					<h2>Discover Your Trusted Health and Aesthetic Partner\n</h2>				\n		<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now\n					</a>\n															<img width=\"585\" height=\"438\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg 585w, https://genesiswa.com/wp-content/uploads/2025/12/Image-5-300x225.jpg 300w\" sizes=\"(max-width: 585px) 100vw, 585px\" />															\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/1-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/1-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>New Year • New Confidence</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Sculpt &amp; Slim Transformation Program</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n		<p data-start=\"349\" data-end=\"572\"><strong data-start=\"349\" data-end=\"407\">Lose weight while staying toned, tight, and confident.</strong><br data-start=\"407\" data-end=\"410\" />This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting</strong> so you don’t just lose weight — you reshape, restore confidence, and protect your curves.</p><h3 data-start=\"574\" data-end=\"597\"><strong data-start=\"578\" data-end=\"597\">What’s Included</strong></h3><p data-start=\"598\" data-end=\"809\">✔ <strong data-start=\"600\" data-end=\"649\">GLP-1 Tirzepatide Medical Weight Loss Program</strong><br data-start=\"649\" data-end=\"652\" />• Prescription medication dosing &amp; titration<br data-start=\"696\" data-end=\"699\" />• Monthly provider check-ins<br data-start=\"727\" data-end=\"730\" />• Lifestyle &amp; nutrition guidance<br data-start=\"762\" data-end=\"765\" />• Ongoing support &amp; body progress tracking</p><p data-start=\"811\" data-end=\"918\">✔ <strong data-start=\"813\" data-end=\"844\">5 PHYSIQ Sculpting Sessions</strong><br data-start=\"844\" data-end=\"847\" />• Targets stubborn fat &amp; muscle tone<br data-start=\"883\" data-end=\"886\" />• Non-invasive • Zero downtime</p><p data-start=\"920\" data-end=\"964\">✔ <strong data-start=\"922\" data-end=\"964\">Clinic monitoring &amp; treatment planning</strong></p><p data-start=\"966\" data-end=\"998\">💎 <strong data-start=\"969\" data-end=\"987\">Program Price:</strong> <strong data-start=\"988\" data-end=\"998\">$3,999</strong></p><p data-start=\"1000\" data-end=\"1122\">🎁 <strong data-start=\"1003\" data-end=\"1043\">Enroll by January 15 &amp; receive FREE:</strong><br data-start=\"1043\" data-end=\"1046\" />• <strong data-start=\"1048\" data-end=\"1097\">1 month unlimited full-body red-light therapy</strong><br data-start=\"1097\" data-end=\"1100\" />• <strong data-start=\"1102\" data-end=\"1122\">B-12 energy shot</strong></p><p data-start=\"1124\" data-end=\"1168\">📅 <strong data-start=\"1127\" data-end=\"1168\">Final enrollment deadline: January 31</strong></p><p data-start=\"1124\" data-end=\"1168\"> </p><p data-start=\"1919\" data-end=\"2143\">Active weight-loss members receive a <strong data-start=\"1969\" data-end=\"1996\">FREE 6th PHYSIQ session</strong> when purchasing a 5-session package — plus a complimentary LED or B-12 boost.<br data-start=\"2074\" data-end=\"2077\" />Because your results deserve to look as strong as your commitment.</p><p data-start=\"2145\" data-end=\"2183\">👉 <strong data-start=\"2148\" data-end=\"2183\">Ask us about the Member Upgrade</strong></p>		\n																<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n							<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif 1080w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-1024x1024.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-150x150.jpg 150w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />								</a>\n																<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n							<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif 1080w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-1024x1024.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-150x150.jpg 150w, https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />								</a>\n					<h4>Enjoy two exclusive offers, available for a limited time:\n</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Couples Facial – $245</strong></h3></h2>				\n		<ul><li>One HydraFacial with a bonus Lip Boost</li><li>One Custom Facial with LED Glow Session</li></ul><p><strong>$100 Off Full Syringe Lip Filler</strong></p><ul><li>For soft, natural volume with expert technique</li><li>Available through February 29th. Limited spots available.</li><li>Give your skin the attention it deserves. You’ve earned it.</li></ul>		\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<h2>Our Referral  Program </h2>				\n		<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you’ll both receive $50 toward your next service. It’s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Redeem $50 Credit\n					</a>\n															<img width=\"612\" height=\"408\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg 612w, https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1-300x200.jpeg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" />															\n					<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n															<img width=\"1072\" height=\"1228\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png 1072w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-262x300.png 262w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-894x1024.png 894w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-768x880.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" />															\n					<h2>Treatment</h2>				\n					<h2>Categories </h2>				\n											<a href=\"https://genesiswa.com/advanced-laser-solutions/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/12-2.png\" alt=\"12\">\n					<h5>\n						Laser It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/inject-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/13-2.png\" alt=\"13\">\n					<h5>\n						Inject It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg\" alt=\"Advanced-Body-Contouring-img\">\n					<h5>\n						Sculpt It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/tighten-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/14-2.png\" alt=\"14\">\n					<h5>\n						Tighten It					</h5>\n											</a>\n					<svg aria-hidden=\"true\" 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>				\n					<svg aria-hidden=\"true\" 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					<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Botox Migraine	\n					</p>\n					<a href=\"https://genesiswa.com/botox-migraines/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						NAD+ &amp; Wellness Injections					</p>\n					<a href=\"https://genesiswa.com/nad-wellness-injections/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Botox Migraine	\n					</p>\n					<a href=\"https://genesiswa.com/botox-migraines/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						NAD+ &amp; Wellness Injections					</p>\n					<a href=\"https://genesiswa.com/nad-wellness-injections/\">\n									View Details\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>Caring for myself is not self-indulgence, it is self-preservation.\n</h2>				\n							<h3>\n				Audre Lorde				</h3>\n															<img width=\"1200\" height=\"1798\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg 1200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-200x300.jpg 200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-683x1024.jpg 683w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-768x1151.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-1025x1536.jpg 1025w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Grace Lee, MSN-FNP, ARNP</h5><p>Medical Director</p>				\n					<h2>Get In Touch With Us</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Customized Skincare</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>								\n													<h4>\n								 Korean Glass Skin							</h4>\n								Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. 							\n			<a href=\"https://genesiswa.com/korean-glass-skin/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>								\n													<h4>\n								Facial							</h4>\n								Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.							\n			<a href=\"https://genesiswa.com/hydrafacial/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>								\n													<h4>\n								Classic custom facials							</h4>\n								Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.							\n			<a href=\"https://genesiswa.com/classic-custom-facials/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Line\" viewBox=\"0 0 64 64\"><title></title><path d=\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\"></path><path d=\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\"></path><path d=\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\"></path><path d=\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\"></path><path d=\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\"></path><path d=\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\"></path><path d=\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\"></path><path d=\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\"></path></svg>								\n													<h4>\n								The Perfect Derma Peel							</h4>\n								Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. 							\n			<a href=\"https://genesiswa.com/perfect-derma-peel/\">\n		</a>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-02-03 10:29:23', '2026-02-03 10:29:23', '', 0, 'https://mrarif.me/genesiswa/?page_id=13', 0, 'page', '', 0),
(15, 1, '2025-01-29 04:40:13', '2025-01-29 04:40:13', '', 'fav-icon', '', 'inherit', 'open', 'closed', '', 'fav-icon', '', '', '2025-01-29 04:40:13', '2025-01-29 04:40:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/fav-icon.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2025-01-29 04:40:16', '2025-01-29 04:40:16', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2025-01-29 04:40:16', '2025-01-29 04:40:16', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Logo.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2025-01-29 04:40:39', '2025-01-29 04:40:39', 'https://genesiswa.com/wp-content/uploads/2025/01/cropped-fav-icon.png', 'cropped-fav-icon.png', '', 'inherit', 'open', 'closed', '', 'cropped-fav-icon-png', '', '', '2025-01-29 04:40:39', '2025-01-29 04:40:39', '', 15, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/cropped-fav-icon.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2025-01-29 04:42:10', '2025-01-29 04:42:10', '<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n					<a href=\"tel:2536001600\">\n									Call Us\n					</a>\n					<a href=\"https://genesiswa.com/payment-plans/\">\n									Payment Plans\n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n																<a href=\"https://genesiswa.com/home-new/\">\n							<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />								</a>\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-02-03 17:48:09', '2026-02-03 17:48:09', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=19', 0, 'elementor_library', '', 0),
(20, 1, '2025-01-29 04:42:55', '2025-01-29 04:42:55', '', '34a3f0ea-eb3f-486e-8398-16365b65eefd.png', '', 'inherit', 'open', 'closed', '', '34a3f0ea-eb3f-486e-8398-16365b65eefd-png', '', '', '2025-01-29 04:42:55', '2025-01-29 04:42:55', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(26, 1, '2025-01-29 04:43:07', '2025-01-29 04:43:07', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\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										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" 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					<a href=\"https://www.youtube.com/@modernhomecare\" 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															<img width=\"1920\" height=\"889\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd.png 1920w, https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd-300x139.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd-1024x474.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd-768x356.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/34a3f0ea-eb3f-486e-8398-16365b65eefd-1536x711.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n							<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\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										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.instagram.com/cffhealthcare/\" 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					<a href=\"https://twitter.com/cffhealthcare\" target=\"_blank\">\n						X-twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/cffhealthcare?_l=en_US\" target=\"_blank\">\n						Linkedin-in\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a href=\"https://www.facebook.com/cffhealthcare\" 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															<img width=\"1200\" height=\"800\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/placeholder.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/placeholder.png 1200w, https://genesiswa.com/wp-content/uploads/2025/01/placeholder-300x200.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/placeholder-1024x683.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/placeholder-768x512.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />															\n					<a role=\"button\">\n									Book Now \n					</a>\n		<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>		\n					<h5>Quick Links</h5>				\n							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n					<h5>Contact Info</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\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										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></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							<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Privacy Statement\n									</li>\n								<li>\n										Accessibility Statement\n									</li>\n						</ul>', 'Common-Template-Update', '', 'publish', 'closed', 'closed', '', 'common-template-update', '', '', '2025-01-29 04:43:07', '2025-01-29 04:43:07', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=common-template-update', 0, 'elementor_library', '', 0),
(31, 1, '2025-01-29 04:46:17', '2025-01-29 04:46:17', '<h2>Reserve Your Exclusive March Promotion</h2>				\n															<img width=\"1024\" height=\"1024\" src=\"https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/03/Image-21-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/03/Image-21-150x150.jpg 150w, https://genesiswa.com/wp-content/uploads/2026/03/Image-21-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n							<ul>\n											<li>\n																&nbsp;							\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n															<img width=\"1072\" height=\"1228\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png 1072w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-262x300.png 262w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-894x1024.png 894w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-768x880.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" />															\n					<h2>Glow Body—  $299/month\n</h2>				\n		<p>A medical-grade body sculpting membership designed to tone muscle, support body contouring, and enhance overall body confidence — without downtime or surgery.</p>		\n					<h5>What’s Included:\n</h5>				\n		<p><strong>1 EMS body sculpting session per month</strong></p><ul><li>One targeted body area per visit</li><li>Abdomen, glutes, arms, or thighs.</li></ul><p><strong>1 Red Light Therapy session per month</strong></p><ul><li>Supports muscle recovery, circulation, and skin quality</li></ul>		\n							<ul>\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										Quarterly progress photos &amp; measurements\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										Priority booking\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										<strong>Member-only pricing</strong> on additional body services\n									</li>\n						</ul>\n					<h5>Member-Only Add-Ons:\n</h5>				\n							<ul>\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										<strong>$99 per additional body area </strong>(same EMS session)\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										<strong>$199 per additional EMS session</strong> (separate visit, same month)\n									</li>\n						</ul>\n															<img width=\"450\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2026/02/Glow-Body-image.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/02/Glow-Body-image.jpg 450w, https://genesiswa.com/wp-content/uploads/2026/02/Glow-Body-image-208x300.jpg 208w\" sizes=\"(max-width: 450px) 100vw, 450px\" />															\n					<h2>Membership Options</h2>				\n													<h3>\n								Glow Plus							</h3>\n												&#36;						\n								199							\n								per month							\n								<ul>\n																	<li>\n										<b>Exclusive Tox Rate: <br></b>Botox $13/unit or Dysport $4.33/unit <br>(Orig. $15/unit or $5/unit) 									\n						</li>\n																	<li>\n										One Custom Facial or Korean Scalp Renewal Per Month\n						</li>\n																	<li>\n										Unlimited Red Light Therapy Access\n						</li>\n																	<li>\n										10 Glow Points Each Month\n						</li>\n																	<li>\n										10% off Select Medical-Grade Skincare\n						</li>\n																	<li>\n										Birthday Bonus: Free Facial Add-on\n						</li>\n																	<li>\n										Discounted Dermaplaning Upgrade									\n						</li>\n																	<li>\n										Hydrafacial Upgrades Available\n						</li>\n									</ul>\n													<h3>\n								Glow Basic							</h3>\n												&#36;						\n								99							\n								per month							\n								<ul>\n																	<li>\n										One Custom Facial or Korean Scalp Renewal Per Month									\n						</li>\n																	<li>\n										One Red Light Therapy Bed Session per Month\n						</li>\n																	<li>\n										Discounted Dermaplaning Upgrade									\n						</li>\n																	<li>\n										Hydrafacial Upgrades Available\n						</li>\n									</ul>\n					<h2>Bank glow Glow points for enhanced treatments\n</h2>				\n		<p>Reward yourself for better selfcare</p>		\n			<table \n			class=\"pp-table tablesaw\" data-tablesaw-mode=\"stack\"				>\n							<colgroup>\n								<col\n					span=\"1\"\n					class=\"elementor-repeater-item-148df89\"\n											style=\"\n																				\"\n										>\n							</colgroup>\n						<thead>\n				<tr>\n					<th>Name</th><th>Points</th>				</tr>\n			</thead>\n					<tfoot>\n			</tr>		</tfoot>\n				<tbody>\n			<tr ><td>Dermaplaning Add-on</td><td>10 points\n</td></tr><tr ></tr><tr ><td>Vitamin B12 or Lipo+ Shot\n</td><td>10 points\n</td></tr><tr ><td>Hydrafacial Booster</td><td>10 points\n</td></tr><tr ><td>Myer\'s Mix or Glutathione IV\n</td><td>30 points\n</td></tr><tr ><td>IPL Facial\n</td><td>50 points\n</td></tr><tr ><td>Single Session Body Contouring\n</td><td>50 points\n</td></tr><tr ><td>Full Syringe Filler\n</td><td>80 points\n</td></tr><tr ><td>RF Microneedling (Bronze)\n</td><td>100 points\n</td></tr><tr ><td>Single Area Laser Hair Removal\n</td><td>100 points\n</td></tr><tr ><td>Exoglow Korean Glass Skin\n</td><td>160 points\n</td></tr>		</tbody>\n					</table>\n					<h2>Book your  facial  to get started</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Glow Memberships', '', 'publish', 'closed', 'closed', '', 'glow-memberships', '', '', '2026-04-01 20:46:48', '2026-04-01 20:46:48', '', 0, 'https://mrarif.me/genesiswa/?page_id=31', 0, 'page', '', 0),
(37, 1, '2025-01-29 04:48:03', '2025-01-29 04:48:03', '<h4>About Us</h4>				\n					<h2>Discover Your Trusted Health and Aesthetic Partner\n</h2>				\n		<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.</p>		\n															<img width=\"585\" height=\"438\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg 585w, https://genesiswa.com/wp-content/uploads/2025/12/Image-5-300x225.jpg 300w\" sizes=\"(max-width: 585px) 100vw, 585px\" />															\n					<h2>Meet Our team </h2>				\n															<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n									<h5>\n							Grace Lee, MSN-FNP, ARNP						\n					</h5>\n									<p>\n						Medical Director					</p>\n					<a role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 47 47\" style=\"enable-background:new 0 0 47 47;\" xml:space=\"preserve\"><path d=\"M46.923,0.618c-0.101-0.245-0.296-0.44-0.541-0.541C46.26,0.027,46.13,0,46,0H19c-0.553,0-1,0.448-1,1s0.447,1,1,1h24.586 L0.293,45.293c-0.391,0.391-0.391,1.023,0,1.414C0.488,46.902,0.744,47,1,47s0.512-0.098,0.707-0.293L45,3.414V28 c0,0.552,0.447,1,1,1s1-0.448,1-1V1C47,0.87,46.974,0.74,46.923,0.618z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			\n					</a>\n															<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n									<h5>\n							Anastatia Templeman						\n					</h5>\n									<p>\n						Master Aesthetician					</p>\n					<a role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 47 47\" style=\"enable-background:new 0 0 47 47;\" xml:space=\"preserve\"><path d=\"M46.923,0.618c-0.101-0.245-0.296-0.44-0.541-0.541C46.26,0.027,46.13,0,46,0H19c-0.553,0-1,0.448-1,1s0.447,1,1,1h24.586 L0.293,45.293c-0.391,0.391-0.391,1.023,0,1.414C0.488,46.902,0.744,47,1,47s0.512-0.098,0.707-0.293L45,3.414V28 c0,0.552,0.447,1,1,1s1-0.448,1-1V1C47,0.87,46.974,0.74,46.923,0.618z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			\n					</a>\n															<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n									<h5>\n							Nina Slegaitis						\n					</h5>\n									<p>\n						Licensed Aesthetician					</p>\n					<a role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 47 47\" style=\"enable-background:new 0 0 47 47;\" xml:space=\"preserve\"><path d=\"M46.923,0.618c-0.101-0.245-0.296-0.44-0.541-0.541C46.26,0.027,46.13,0,46,0H19c-0.553,0-1,0.448-1,1s0.447,1,1,1h24.586 L0.293,45.293c-0.391,0.391-0.391,1.023,0,1.414C0.488,46.902,0.744,47,1,47s0.512-0.098,0.707-0.293L45,3.414V28 c0,0.552,0.447,1,1,1s1-0.448,1-1V1C47,0.87,46.974,0.74,46.923,0.618z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			\n					</a>\n															<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n									<h5>\n							Sara Lee						\n					</h5>\n									<p>\n						Aesthetic Practice Coordinator					</p>\n					<a role=\"button\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 47 47\" style=\"enable-background:new 0 0 47 47;\" xml:space=\"preserve\"><path d=\"M46.923,0.618c-0.101-0.245-0.296-0.44-0.541-0.541C46.26,0.027,46.13,0,46,0H19c-0.553,0-1,0.448-1,1s0.447,1,1,1h24.586 L0.293,45.293c-0.391,0.391-0.391,1.023,0,1.414C0.488,46.902,0.744,47,1,47s0.512-0.098,0.707-0.293L45,3.414V28 c0,0.552,0.447,1,1,1s1-0.448,1-1V1C47,0.87,46.974,0.74,46.923,0.618z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			\n					</a>\n					<h2>Practice Policies</h2>				\n		<h5 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE1_RENDERED\" data-typography=\"HeadingDelta\">For Washington State Residents Only</h5><p>Due to licensing regulations, our virtual services are available exclusively to individuals residing in Washington State.</p><h5 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE2_RENDERED\" data-typography=\"HeadingDelta\">3-month Program Purchase Minimum</h5><p>A 3-month purchase minimum is required for any of our programs. After this first period, you will be charged monthly on autopay.</p><h5 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE3_RENDERED\" data-typography=\"HeadingDelta\">Rescheduling &amp; Cancellation Policy</h5><p>We thank you for providing a <strong>48-hour</strong> cancellation or rescheduling notice for your appointment <strong>(Please be aware that a $50 fee will be charged for any late notice). </strong>Any patient more than <strong>10-minutes late</strong> to their appointment will need to be rescheduled and subject to be charged the late fee.</p><h5 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE4_RENDERED\" data-typography=\"HeadingDelta\">No Refund Policy</h5><p>Treatment outcomes are as unique as our patients meaning results may be variable. We do not provide refunds for services or products rendered. We cannot accept back used medications once they have been dispensed per state regulation.</p>		\n					<h2>Welcome to Our Collaborative Wellness Center\n</h2>				\n					<h2>Sage Movement  \n</h2>				\n		<p>Sage Movement with Michelle Spore offers Private Yoga &amp; Personal Training. She offers mindful movement solutions and provides knowledge and guidance with personal, individualized instruction that takes into consideration where each individual is on their movement journey to help them thrive.</p>		\n					<a href=\"https://sagemovement.co/get-started/\" target=\"_blank\" rel=\"nofollow\">\n									Learn More\n					</a>\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Movement-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Movement-img.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/02/Movement-img-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2026-02-17 22:14:20', '2026-02-17 22:14:20', '', 0, 'https://mrarif.me/genesiswa/?page_id=37', 0, 'page', '', 0),
(40, 1, '2025-02-09 06:39:05', '2025-01-29 04:49:30', ' ', '', '', 'publish', 'closed', 'closed', '', '40', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=40', 1, 'nav_menu_item', '', 0),
(43, 1, '2025-02-09 06:39:05', '2025-01-29 04:49:30', ' ', '', '', 'publish', 'closed', 'closed', '', '43', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=43', 2, 'nav_menu_item', '', 0),
(44, 1, '2025-02-09 06:39:05', '2025-01-29 04:49:30', '', 'Age-Defying Solutions', '', 'publish', 'closed', 'closed', '', 'age-defying-solutions', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=44', 3, 'nav_menu_item', '', 0),
(45, 1, '2025-02-09 06:39:06', '2025-01-29 04:49:30', '', 'Customized Skincare', '', 'publish', 'closed', 'closed', '', 'customized-skincare', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=45', 15, 'nav_menu_item', '', 0),
(46, 1, '2025-01-29 04:49:55', '2025-01-29 04:49:55', '<h2>Contact  Us</h2>				\n					<h2>Schedule Online   Today!</h2>				\n		<p><strong>Scheduling online is the quickest and simplest way to book or change your appointment</strong>. </p>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\" width=\"512\" height=\"512\"><g>	<path d=\"M468.329,358.972c-7.263-3.989-16.382-1.336-20.369,5.924c-3.989,7.261-1.337,16.381,5.924,20.369   C471.752,395.081,482,405.963,482,415.121c0,11.201-15.87,28.561-60.413,43.694C377.582,473.767,318.775,482,256,482   s-121.582-8.233-165.587-23.185C45.87,443.683,30,426.322,30,415.121c0-9.158,10.248-20.04,28.116-29.857   c7.261-3.988,9.913-13.108,5.924-20.369c-3.989-7.26-13.106-9.913-20.369-5.924C23.749,369.916,0,388.542,0,415.121   c0,20.374,14.012,49.422,80.762,72.1C127.794,503.2,190.028,512,256,512s128.206-8.8,175.238-24.779   c66.75-22.678,80.762-51.726,80.762-72.1C512,388.542,488.251,369.916,468.329,358.972z\"></path>	<path d=\"M142.752,437.13c30.45,8.602,70.669,13.34,113.248,13.34s82.798-4.737,113.248-13.34   c37.253-10.523,56.142-25.757,56.142-45.275c0-19.519-18.889-34.751-56.142-45.274c-8.27-2.336-17.264-4.385-26.826-6.133   c-5.193,8.972-10.634,18.207-16.323,27.708c10.584,1.588,20.521,3.535,29.545,5.834c27.416,6.983,37.432,14.844,39.491,17.866   c-2.06,3.023-12.074,10.884-39.49,17.866c-25.949,6.609-59.335,10.379-94.498,10.716c-1.703,0.126-3.419,0.197-5.147,0.197   c-1.729,0-3.444-0.071-5.148-0.197c-35.163-0.337-68.549-4.106-94.498-10.716c-27.416-6.982-37.431-14.844-39.49-17.866   c2.059-3.022,12.075-10.883,39.491-17.866c9.024-2.298,18.961-4.246,29.546-5.834c-5.689-9.5-11.13-18.737-16.323-27.708   c-9.562,1.749-18.557,3.797-26.826,6.133c-37.253,10.523-56.142,25.756-56.142,45.274   C86.61,411.373,105.499,426.606,142.752,437.13z\"></path>	<path d=\"M256,390.634c13.353,0,25.482-6.804,32.448-18.201c48.81-79.857,106.992-185.103,106.992-232.994   C395.44,62.552,332.888,0,256,0S116.56,62.552,116.56,139.439c0,47.891,58.183,153.137,106.992,232.994   C230.518,383.83,242.648,390.634,256,390.634z M199.953,129.865c0-30.903,25.143-56.045,56.047-56.045s56.047,25.142,56.047,56.045   c0,30.904-25.143,56.046-56.047,56.046S199.953,160.77,199.953,129.865z\"></path></g></svg>			\n					<h5>Genesis Wellness &amp; Aesthetics</h5>				\n							<ul>\n							<li>\n											<a href=\"https://maps.google.com/maps?ll=47.67837,-122.127981&#038;z=10&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=15965%20NE%2085th%20St%20%23102%20Redmond%2C%20WA%2098052%20USA\" target=\"_blank\">\n											15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\n											</a>\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"m135.5 431.664062h40.164062c30.421876 0 55.167969-24.746093 55.167969-55.164062v-321.332031c0-30.421875-24.746093-55.167969-55.167969-55.167969h-40.164062c-30.421875 0-55.167969 24.746094-55.167969 55.167969v321.332031c0 30.417969 24.746094 55.164062 55.167969 55.164062zm0 0\"></path><path d=\"m456.832031 40.167969h-145.667969v55.167969c0 13.875 11.289063 25.164062 25.167969 25.164062h175.664063v-25.164062c0-30.421876-24.746094-55.167969-55.164063-55.167969zm0 0\"></path><path d=\"m281.164062 95.335938v-55.167969h-21.683593c.871093 4.871093 1.351562 9.878906 1.351562 15v321.332031c0 46.960938-38.203125 85.164062-85.167969 85.164062h-40.164062c-46.960938 0-85.167969-38.203124-85.167969-85.164062v-321.332031c0-5.078125.472657-10.042969 1.328125-14.878907-28.789062 1.816407-51.660156 25.804688-51.660156 55.046876v361.496093c0 30.421875 24.746094 55.167969 55.164062 55.167969h401.667969c30.417969 0 55.164063-24.746094 55.164063-55.167969v-306.332031h-175.664063c-30.417969 0-55.167969-24.746094-55.167969-55.164062zm55.609376 331.929687c-2.796876 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.597656-4.402344-2.800781-2.789063-4.402344-6.648437-4.402344-10.597656s1.601563-7.8125 4.402344-10.609375c2.789063-2.792969 6.648438-4.390625 10.597656-4.390625 3.949219 0 7.820313 1.597656 10.609376 4.390625 2.792968 2.789062 4.390624 6.660156 4.390624 10.609375s-1.597656 7.808593-4.390624 10.597656zm0-64.257813c-2.789063 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.808593-1.601563-10.597656-4.390626-2.800781-2.789062-4.402344-6.660156-4.402344-10.609374 0-3.953126 1.601563-7.8125 4.402344-10.601563 2.777344-2.789063 6.648438-4.398437 10.597656-4.398437 3.949219 0 7.820313 1.609374 10.609376 4.398437 2.792968 2.789063 4.390624 6.648437 4.390624 10.601563 0 3.949218-1.597656 7.820312-4.390624 10.609374zm0-64.273437c-2.796876 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.609374-4.402344-2.789063-2.789063-4.390626-6.648437-4.390626-10.597656s1.601563-7.820313 4.390626-10.609375c2.792968-2.792969 6.660156-4.390625 10.609374-4.390625 3.949219 0 7.820313 1.597656 10.609376 4.390625 2.792968 2.789062 4.390624 6.660156 4.390624 10.609375 0 3.9375-1.597656 7.808593-4.390624 10.597656zm99.28125-85.476563c2.800781-2.789062 6.660156-4.390624 10.609374-4.390624 3.949219 0 7.8125 1.601562 10.609376 4.390624 2.792968 2.800782 4.390624 6.660157 4.390624 10.609376 0 3.949218-1.597656 7.808593-4.390624 10.609374-2.789063 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.816406-1.601563-10.609374-4.390626-2.789063-2.800781-4.390626-6.660156-4.390626-10.609374 0-3.949219 1.601563-7.808594 4.390626-10.609376zm0 64.269532c2.792968-2.792969 6.660156-4.390625 10.609374-4.390625 3.949219 0 7.820313 1.597656 10.609376 4.390625 2.792968 2.789062 4.390624 6.660156 4.390624 10.609375 0 3.9375-1.597656 7.808593-4.390624 10.597656-2.796876 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.609374-4.402344-2.789063-2.789063-4.390626-6.648437-4.390626-10.597656s1.601563-7.820313 4.390626-10.609375zm0 64.269531c2.800781-2.789063 6.660156-4.398437 10.609374-4.398437 3.949219 0 7.820313 1.609374 10.609376 4.398437 2.792968 2.789063 4.390624 6.648437 4.390624 10.601563 0 3.949218-1.597656 7.820312-4.390624 10.609374-2.789063 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.808593-1.601563-10.609374-4.390626-2.789063-2.789062-4.390626-6.660156-4.390626-10.609374 0-3.941407 1.601563-7.8125 4.390626-10.601563zm0 64.261719c2.792968-2.792969 6.660156-4.390625 10.609374-4.390625 3.949219 0 7.820313 1.597656 10.609376 4.390625 2.792968 2.789062 4.390624 6.660156 4.390624 10.609375s-1.597656 7.808593-4.390624 10.597656c-2.796876 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.609374-4.402344-2.789063-2.789063-4.390626-6.648437-4.390626-10.597656s1.601563-7.820313 4.390626-10.609375zm-60.25-192.800782c2.800781-2.789062 6.660156-4.390624 10.609374-4.390624 3.949219 0 7.8125 1.601562 10.609376 4.390624 2.792968 2.800782 4.390624 6.660157 4.390624 10.609376 0 3.949218-1.597656 7.808593-4.390624 10.609374-2.789063 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.816406-1.601563-10.609374-4.390626-2.789063-2.800781-4.390626-6.660156-4.390626-10.609374 0-3.949219 1.601563-7.808594 4.390626-10.609376zm0 64.269532c2.800781-2.792969 6.660156-4.390625 10.609374-4.390625 3.949219 0 7.820313 1.597656 10.609376 4.390625 2.792968 2.789062 4.390624 6.660156 4.390624 10.609375s-1.597656 7.808593-4.390624 10.597656c-2.789063 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.609374-4.402344-2.789063-2.789063-4.390626-6.660156-4.390626-10.597656 0-3.949219 1.601563-7.820313 4.390626-10.609375zm0 64.269531c2.792968-2.789063 6.660156-4.398437 10.609374-4.398437 3.949219 0 7.820313 1.609374 10.609376 4.398437 2.792968 2.789063 4.390624 6.660156 4.390624 10.601563 0 3.949218-1.597656 7.820312-4.390624 10.609374-2.796876 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.816406-1.601563-10.609374-4.390626-2.789063-2.789062-4.390626-6.660156-4.390626-10.609374 0-3.953126 1.601563-7.8125 4.390626-10.601563zm0 64.261719c2.800781-2.792969 6.660156-4.390625 10.609374-4.390625 3.949219 0 7.8125 1.597656 10.609376 4.390625 2.792968 2.796875 4.390624 6.660156 4.390624 10.609375s-1.597656 7.808593-4.390624 10.597656c-2.796876 2.800781-6.660157 4.402344-10.609376 4.402344-3.949218 0-7.808593-1.601563-10.609374-4.402344-2.789063-2.789063-4.390626-6.648437-4.390626-10.597656s1.601563-7.820313 4.390626-10.609375zm-34.640626-182.191406c0 3.949218-1.597656 7.808593-4.390624 10.609374-2.789063 2.789063-6.660157 4.390626-10.609376 4.390626-3.949218 0-7.808593-1.601563-10.609374-4.390626-2.789063-2.789062-4.390626-6.660156-4.390626-10.609374 0-3.949219 1.601563-7.820313 4.390626-10.609376 2.800781-2.789062 6.660156-4.390624 10.609374-4.390624 3.949219 0 7.820313 1.601562 10.609376 4.390624 2.792968 2.800782 4.390624 6.660157 4.390624 10.609376zm0 0\"></path></svg>			\n					<h5>Call us at</h5>				\n							<ul>\n							<li>\n											<a href=\"tel:%20253-600-1600\">\n											 253-600-1600\n											</a>\n									</li>\n						</ul>\n		<p>24/7 scheduling assistance.</p>		\n					<h2>Get in Touch!</h2>				\n					<h2>Hours</h2>				\n							Mon						\n						10:00 am – 07:00 pm					\n							Tue						\n						09:00 am – 06:00 pm					\n							Wed						\n						09:00 am – 06:00 pm					\n							Thu						\n						Closed					\n							Fri						\n						09:00 am – 06:00 pm					\n							Sat						\n						09:00 am – 05:00 pm					\n							Sun 						\n						Closed					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=15965%20Northeast%2085th%20Street%2C%20Suite%20102%2C%20Redmond%2C%20Washington%2098052%2C%20United%20States&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\"\n					aria-label=\"15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\"\n			></iframe>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2026-03-30 21:41:49', '2026-03-30 21:41:49', '', 0, 'https://mrarif.me/genesiswa/?page_id=46', 0, 'page', '', 0),
(48, 1, '2025-02-09 06:39:06', '2025-01-29 04:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '48', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=48', 30, 'nav_menu_item', '', 0),
(64, 1, '2025-01-29 05:02:04', '2025-01-29 05:02:04', '', 'home-5-1', '', 'inherit', 'open', 'closed', '', 'home-5-1', '', '', '2025-01-29 05:02:04', '2025-01-29 05:02:04', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/home-5-1.webp', 0, 'attachment', 'image/webp', 0),
(74, 1, '2025-01-29 05:11:16', '2025-01-29 05:11:16', '', 'landing-1-1', '', 'inherit', 'open', 'closed', '', 'landing-1-1', '', '', '2025-01-29 05:11:16', '2025-01-29 05:11:16', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/landing-1-1.webp', 0, 'attachment', 'image/webp', 0),
(88, 1, '2025-01-29 05:52:32', '2025-01-29 05:52:32', ' ', '', '', 'publish', 'closed', 'closed', '', '88', '', '', '2025-01-29 05:52:32', '2025-01-29 05:52:32', '', 0, 'https://mrarif.me/genesiswa/?p=88', 1, 'nav_menu_item', '', 0),
(89, 1, '2025-01-29 05:52:32', '2025-01-29 05:52:32', ' ', '', '', 'publish', 'closed', 'closed', '', '89', '', '', '2025-01-29 05:52:32', '2025-01-29 05:52:32', '', 0, 'https://mrarif.me/genesiswa/?p=89', 3, 'nav_menu_item', '', 0),
(90, 1, '2025-01-29 05:52:32', '2025-01-29 05:52:32', ' ', '', '', 'publish', 'closed', 'closed', '', '90', '', '', '2025-01-29 05:52:32', '2025-01-29 05:52:32', '', 0, 'https://mrarif.me/genesiswa/?p=90', 2, 'nav_menu_item', '', 0),
(91, 1, '2025-01-29 05:53:20', '2025-01-29 05:53:17', ' ', '', '', 'publish', 'closed', 'closed', '', '91', '', '', '2025-01-29 05:53:20', '2025-01-29 05:53:20', '', 0, 'https://mrarif.me/genesiswa/?p=91', 3, 'nav_menu_item', '', 0),
(92, 1, '2025-01-29 05:53:20', '2025-01-29 05:53:17', '', 'Age-Defying Solutions', '', 'publish', 'closed', 'closed', '', 'age-defying-solutions-2', '', '', '2025-01-29 05:53:20', '2025-01-29 05:53:20', '', 0, 'https://mrarif.me/genesiswa/?p=92', 1, 'nav_menu_item', '', 0),
(93, 1, '2025-01-29 05:53:20', '2025-01-29 05:53:17', '', 'Customized Skincare', '', 'publish', 'closed', 'closed', '', 'customized-skincare-2', '', '', '2025-01-29 05:53:20', '2025-01-29 05:53:20', '', 0, 'https://mrarif.me/genesiswa/?p=93', 2, 'nav_menu_item', '', 0),
(162, 1, '2025-01-29 06:37:01', '2025-01-29 06:37:01', '', 'banner-img-1', '', 'inherit', 'open', 'closed', '', 'banner-img-1', '', '', '2025-01-29 06:37:01', '2025-01-29 06:37:01', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/banner-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2025-01-29 06:59:58', '2025-01-29 06:59:58', '', 'about-img', '', 'inherit', 'open', 'closed', '', 'about-img', '', '', '2025-01-29 06:59:58', '2025-01-29 06:59:58', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2025-01-29 07:05:10', '2025-01-29 07:05:10', '', 'flower_1_1', '', 'inherit', 'open', 'closed', '', 'flower_1_1', '', '', '2025-01-29 07:05:10', '2025-01-29 07:05:10', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/flower_1_1.png', 0, 'attachment', 'image/png', 0),
(220, 1, '2025-01-29 07:05:40', '2025-01-29 07:05:40', '', 'title_shape_1', '', 'inherit', 'open', 'closed', '', 'title_shape_1', '', '', '2025-01-29 07:05:40', '2025-01-29 07:05:40', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/title_shape_1.svg', 0, 'attachment', 'image/svg+xml', 0),
(236, 1, '2025-01-29 08:08:37', '2025-01-29 08:08:37', '', 'about3-1', '', 'inherit', 'open', 'closed', '', 'about3-1', '', '', '2025-01-29 08:08:37', '2025-01-29 08:08:37', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2025-01-29 08:12:45', '2025-01-29 08:12:45', '', 'about3-2', '', 'inherit', 'open', 'closed', '', 'about3-2', '', '', '2025-01-29 08:12:45', '2025-01-29 08:12:45', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about3-2.png', 0, 'attachment', 'image/png', 0),
(267, 1, '2025-01-29 09:30:59', '2025-01-29 09:30:59', '', 'h1_img-6', '', 'inherit', 'open', 'closed', '', 'h1_img-6', '', '', '2025-01-29 09:30:59', '2025-01-29 09:30:59', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/h1_img-6.png', 0, 'attachment', 'image/png', 0),
(317, 1, '2025-01-29 10:34:57', '2025-01-29 10:34:57', '', 'man-img', '', 'inherit', 'open', 'closed', '', 'man-img', '', '', '2025-01-29 10:34:57', '2025-01-29 10:34:57', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/man-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(385, 1, '2025-01-29 12:20:11', '2025-01-29 12:20:11', '', 'Weight-Loss-Medicine-img', '', 'inherit', 'open', 'closed', '', 'weight-loss-medicine-img', '', '', '2025-01-29 12:20:11', '2025-01-29 12:20:11', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Weight-Loss-Medicine-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(389, 1, '2025-01-29 12:26:52', '2025-01-29 12:26:52', '', 'img-weight-logg', '', 'inherit', 'open', 'closed', '', 'img-weight-logg', '', '', '2025-01-29 12:26:52', '2025-01-29 12:26:52', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-weight-logg.jpg', 0, 'attachment', 'image/jpeg', 0),
(394, 1, '2025-01-29 12:32:10', '2025-01-29 12:32:10', '', 'weight-loss-img', '', 'inherit', 'open', 'closed', '', 'weight-loss-img', '', '', '2025-01-29 12:32:10', '2025-01-29 12:32:10', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/weight-loss-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(419, 1, '2025-01-29 12:55:24', '2025-01-29 12:55:24', '', 'successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo', '', 'inherit', 'open', 'closed', '', 'successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo', '', '', '2025-01-29 12:55:24', '2025-01-29 12:55:24', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg', 0, 'attachment', 'image/jpeg', 0),
(429, 1, '2025-01-29 12:58:31', '2025-01-29 12:58:31', '', 'about-us-01', '', 'inherit', 'open', 'closed', '', 'about-us-01', '', '', '2025-01-29 12:58:31', '2025-01-29 12:58:31', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about-us-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 1, '2025-01-29 14:11:52', '2025-01-29 14:11:52', '', 'Peptide-Therapy-img-1', '', 'inherit', 'open', 'closed', '', 'peptide-therapy-img-1', '', '', '2025-01-29 14:11:52', '2025-01-29 14:11:52', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Peptide-Therapy-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 1, '2025-01-29 14:21:47', '2025-01-29 14:21:47', '', 'bg-service2', '', 'inherit', 'open', 'closed', '', 'bg-service2', '', '', '2025-01-29 14:21:47', '2025-01-29 14:21:47', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/bg-service2.jpg', 0, 'attachment', 'image/jpeg', 0),
(483, 1, '2025-01-29 14:25:40', '2025-01-29 14:25:40', '', 'flower_1_2 (1)', '', 'inherit', 'open', 'closed', '', 'flower_1_2-1', '', '', '2025-01-29 14:25:40', '2025-01-29 14:25:40', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/flower_1_2-1.png', 0, 'attachment', 'image/png', 0),
(497, 1, '2025-01-29 14:56:52', '2025-01-29 14:56:52', '', 'skin-care_4383086', '', 'inherit', 'open', 'closed', '', 'skin-care_4383086', '', '', '2025-01-29 14:56:52', '2025-01-29 14:56:52', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/skin-care_4383086.svg', 0, 'attachment', 'image/svg+xml', 0),
(498, 1, '2025-01-29 14:58:23', '2025-01-29 14:58:23', '', 'img-2', '', 'inherit', 'open', 'closed', '', 'img-2', '', '', '2025-01-29 14:58:23', '2025-01-29 14:58:23', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2025-01-29 15:12:46', '2025-01-29 15:12:46', '', 'beauty-treatment_1996976', '', 'inherit', 'open', 'closed', '', 'beauty-treatment_1996976', '', '', '2025-01-29 15:12:46', '2025-01-29 15:12:46', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/beauty-treatment_1996976.svg', 0, 'attachment', 'image/svg+xml', 0),
(527, 1, '2025-01-29 15:14:49', '2025-01-29 15:14:49', '', 'botox_17622604', '', 'inherit', 'open', 'closed', '', 'botox_17622604', '', '', '2025-01-29 15:14:49', '2025-01-29 15:14:49', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/botox_17622604.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(529, 1, '2025-01-29 15:16:21', '2025-01-29 15:16:21', '', 'laser_4236909', '', 'inherit', 'open', 'closed', '', 'laser_4236909', '', '', '2025-01-29 15:16:21', '2025-01-29 15:16:21', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/laser_4236909.svg', 0, 'attachment', 'image/svg+xml', 0),
(530, 1, '2025-01-29 15:16:49', '2025-01-29 15:16:49', '', 'medical_14634786', '', 'inherit', 'open', 'closed', '', 'medical_14634786', '', '', '2025-01-29 15:16:49', '2025-01-29 15:16:49', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/medical_14634786.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(534, 1, '2025-01-29 15:48:22', '2025-01-29 15:48:22', '<h2>Reviews</h2>				\n		[trustindex no-registration=google]		\n	<a target=\"_blank\"\n	   rel=\"nofollow noopener\" href=\"https://www.instagram.com/genesiswa_begin/\" title=\"@genesiswa_begin\">\n									<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>\n					<img  src=\"https://genesiswa.com/wp-content/uploads/sb-instagram-feed-images/genesiswa_begin.webp\" alt=\"\" width=\"50\" height=\"50\">\n				<h3>genesiswa_begin</h3>\n									<p>Voted #1 Medspa Redmond<br>\n🌸 K-Beauty Experts 🇰🇷<br>\n💆 Facials, fillers, and more!<br>\n✨”Beginning of a Better You”✨<br>\n📅 Book: genesiswa.com<br>\n📞 253-600-1600</p>\n	</a>\n		<a href=\"https://www.instagram.com/p/DWRlX-CiRjV/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/656277212_18041327177753450_131802194661310745_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=103&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=d4eZTo2oFaQQ7kNvwGkip3A&#038;_nc_oc=Ado3OduXwTp78TqXimS3WtU0BlUL9BdExVYtR8rd58_pxKyJU_AkCwoNG-9RIsIsUaU&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQG45ZIqufmRHco22v_U5K3UXFM3sNUizxBtw8yDeWvrJhcChIvL1qbra-WM4K_Rlqot3KM_GSQYLA&#038;oh=00_AfyH8z180PjgkQb5SVkN9eN1TJK8-H3ruqEsaHHDa3rVUg&#038;oe=69D082A6\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/656277212_18041327177753450_131802194661310745_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d4eZTo2oFaQQ7kNvwGkip3A&amp;_nc_oc=Ado3OduXwTp78TqXimS3WtU0BlUL9BdExVYtR8rd58_pxKyJU_AkCwoNG-9RIsIsUaU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG45ZIqufmRHco22v_U5K3UXFM3sNUizxBtw8yDeWvrJhcChIvL1qbra-WM4K_Rlqot3KM_GSQYLA&amp;oh=00_AfyH8z180PjgkQb5SVkN9eN1TJK8-H3ruqEsaHHDa3rVUg&amp;oe=69D082A6&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/656277212_18041327177753450_131802194661310745_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d4eZTo2oFaQQ7kNvwGkip3A&amp;_nc_oc=Ado3OduXwTp78TqXimS3WtU0BlUL9BdExVYtR8rd58_pxKyJU_AkCwoNG-9RIsIsUaU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG45ZIqufmRHco22v_U5K3UXFM3sNUizxBtw8yDeWvrJhcChIvL1qbra-WM4K_Rlqot3KM_GSQYLA&amp;oh=00_AfyH8z180PjgkQb5SVkN9eN1TJK8-H3ruqEsaHHDa3rVUg&amp;oe=69D082A6&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/656277212_18041327177753450_131802194661310745_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d4eZTo2oFaQQ7kNvwGkip3A&amp;_nc_oc=Ado3OduXwTp78TqXimS3WtU0BlUL9BdExVYtR8rd58_pxKyJU_AkCwoNG-9RIsIsUaU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG45ZIqufmRHco22v_U5K3UXFM3sNUizxBtw8yDeWvrJhcChIvL1qbra-WM4K_Rlqot3KM_GSQYLA&amp;oh=00_AfyH8z180PjgkQb5SVkN9eN1TJK8-H3ruqEsaHHDa3rVUg&amp;oe=69D082A6&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/656277212_18041327177753450_131802194661310745_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d4eZTo2oFaQQ7kNvwGkip3A&amp;_nc_oc=Ado3OduXwTp78TqXimS3WtU0BlUL9BdExVYtR8rd58_pxKyJU_AkCwoNG-9RIsIsUaU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG45ZIqufmRHco22v_U5K3UXFM3sNUizxBtw8yDeWvrJhcChIvL1qbra-WM4K_Rlqot3KM_GSQYLA&amp;oh=00_AfyH8z180PjgkQb5SVkN9eN1TJK8-H3ruqEsaHHDa3rVUg&amp;oe=69D082A6&quot;}\">\n			✨ Subtle. Balanced. Effortless.\nThis transformati\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Subtle. Balanced. Effortless.\nThis transformation focused on restoring symmetry + softening lip lines using a full syringe — not overfilling, just refining what was already there.\nNotice the difference:\n• smoother texture\n• enhanced shape + balance\n• hydrated, natural volume\nThis is what lip filler should look like — undetectable, but elevated.\nAt Genesis Wellness &amp; Aesthetics, every treatment is customized with precision to enhance your natural features — never mask them.\n💉 New to lip filler? You’re the perfect candidate for this approach.\n📍 Redmond, WA\n📲 DM “LIPS” or book online to reserve your appointment\n—\n✨ Limited availability this month — natural results take time + expertise.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DWJ8deiiTV8/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/655203801_18040895888753450_4423372163687346597_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=111&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=60mRiWCfgqAQ7kNvwHW_1yO&#038;_nc_oc=AdoccDRjn0qqwrknMth5SMJXaLCGuxuZtHGcr-I1hL5X2NOvGAexssTqldaYaM-1bPU&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFNCqwkss3jcTtToReYVeY1bpxNIiLV1uHHr3JBMA7M-w1Sbssq1UbpD6yDpExEmuZDAa_-a4sipQ&#038;oh=00_Afz8hjhrrABLTvvxpkKaE3J6qe3OpeeBFjClKMnCOI5m7A&#038;oe=69D099C0\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/655203801_18040895888753450_4423372163687346597_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=60mRiWCfgqAQ7kNvwHW_1yO&amp;_nc_oc=AdoccDRjn0qqwrknMth5SMJXaLCGuxuZtHGcr-I1hL5X2NOvGAexssTqldaYaM-1bPU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFNCqwkss3jcTtToReYVeY1bpxNIiLV1uHHr3JBMA7M-w1Sbssq1UbpD6yDpExEmuZDAa_-a4sipQ&amp;oh=00_Afz8hjhrrABLTvvxpkKaE3J6qe3OpeeBFjClKMnCOI5m7A&amp;oe=69D099C0&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/655203801_18040895888753450_4423372163687346597_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=60mRiWCfgqAQ7kNvwHW_1yO&amp;_nc_oc=AdoccDRjn0qqwrknMth5SMJXaLCGuxuZtHGcr-I1hL5X2NOvGAexssTqldaYaM-1bPU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFNCqwkss3jcTtToReYVeY1bpxNIiLV1uHHr3JBMA7M-w1Sbssq1UbpD6yDpExEmuZDAa_-a4sipQ&amp;oh=00_Afz8hjhrrABLTvvxpkKaE3J6qe3OpeeBFjClKMnCOI5m7A&amp;oe=69D099C0&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/655203801_18040895888753450_4423372163687346597_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=60mRiWCfgqAQ7kNvwHW_1yO&amp;_nc_oc=AdoccDRjn0qqwrknMth5SMJXaLCGuxuZtHGcr-I1hL5X2NOvGAexssTqldaYaM-1bPU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFNCqwkss3jcTtToReYVeY1bpxNIiLV1uHHr3JBMA7M-w1Sbssq1UbpD6yDpExEmuZDAa_-a4sipQ&amp;oh=00_Afz8hjhrrABLTvvxpkKaE3J6qe3OpeeBFjClKMnCOI5m7A&amp;oe=69D099C0&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/655203801_18040895888753450_4423372163687346597_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=60mRiWCfgqAQ7kNvwHW_1yO&amp;_nc_oc=AdoccDRjn0qqwrknMth5SMJXaLCGuxuZtHGcr-I1hL5X2NOvGAexssTqldaYaM-1bPU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFNCqwkss3jcTtToReYVeY1bpxNIiLV1uHHr3JBMA7M-w1Sbssq1UbpD6yDpExEmuZDAa_-a4sipQ&amp;oh=00_Afz8hjhrrABLTvvxpkKaE3J6qe3OpeeBFjClKMnCOI5m7A&amp;oe=69D099C0&quot;}\">\n			Your new self-care routine just got easier ✨\nWe’v\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Your new self-care routine just got easier ✨\nWe’ve updated our business hours to better align with your schedules and elevate your experience at Genesis.\nMore availability during peak hours.\nMore consistency for your treatments.\nMore intention behind every appointment.\nWhether you’re coming in for your signature facial, Korean head spa, or injectables — we’ve designed our schedule to serve you better.\nAppointments are already filling under the new hours — we recommend booking in advance 🤍\n📍Redmond, WA\n📲 Book online or DM us to reserve your spot\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DWHkHALAXW6/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/655889416_913912294591786_8532045462337013233_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=biELVKyL7-8Q7kNvwHWpu2U&#038;_nc_oc=AdpQNCWZFMabApDidQoCKSOOwr_3zMu5lX-u5scoQAaTuSUb0O_y_a9OETVzFuFfzh0&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFALa4mYfTf_CR6IdZm-AY5cIcmv0Qpe3McQwADai8qc9OnV1PRiBexUiwzribGHMqgdpSn31M2gQ&#038;oh=00_Afxis_NH-wNw0GisT9C_cr0WyzYgg5fzsSAHAe_cumD2ZA&#038;oe=69D08BB5\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/655889416_913912294591786_8532045462337013233_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=biELVKyL7-8Q7kNvwHWpu2U&amp;_nc_oc=AdpQNCWZFMabApDidQoCKSOOwr_3zMu5lX-u5scoQAaTuSUb0O_y_a9OETVzFuFfzh0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFALa4mYfTf_CR6IdZm-AY5cIcmv0Qpe3McQwADai8qc9OnV1PRiBexUiwzribGHMqgdpSn31M2gQ&amp;oh=00_Afxis_NH-wNw0GisT9C_cr0WyzYgg5fzsSAHAe_cumD2ZA&amp;oe=69D08BB5&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/655889416_913912294591786_8532045462337013233_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=biELVKyL7-8Q7kNvwHWpu2U&amp;_nc_oc=AdpQNCWZFMabApDidQoCKSOOwr_3zMu5lX-u5scoQAaTuSUb0O_y_a9OETVzFuFfzh0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFALa4mYfTf_CR6IdZm-AY5cIcmv0Qpe3McQwADai8qc9OnV1PRiBexUiwzribGHMqgdpSn31M2gQ&amp;oh=00_Afxis_NH-wNw0GisT9C_cr0WyzYgg5fzsSAHAe_cumD2ZA&amp;oe=69D08BB5&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/655889416_913912294591786_8532045462337013233_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=biELVKyL7-8Q7kNvwHWpu2U&amp;_nc_oc=AdpQNCWZFMabApDidQoCKSOOwr_3zMu5lX-u5scoQAaTuSUb0O_y_a9OETVzFuFfzh0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFALa4mYfTf_CR6IdZm-AY5cIcmv0Qpe3McQwADai8qc9OnV1PRiBexUiwzribGHMqgdpSn31M2gQ&amp;oh=00_Afxis_NH-wNw0GisT9C_cr0WyzYgg5fzsSAHAe_cumD2ZA&amp;oe=69D08BB5&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/655889416_913912294591786_8532045462337013233_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=biELVKyL7-8Q7kNvwHWpu2U&amp;_nc_oc=AdpQNCWZFMabApDidQoCKSOOwr_3zMu5lX-u5scoQAaTuSUb0O_y_a9OETVzFuFfzh0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFALa4mYfTf_CR6IdZm-AY5cIcmv0Qpe3McQwADai8qc9OnV1PRiBexUiwzribGHMqgdpSn31M2gQ&amp;oh=00_Afxis_NH-wNw0GisT9C_cr0WyzYgg5fzsSAHAe_cumD2ZA&amp;oe=69D08BB5&quot;}\">\n			Not all med spas are created equal.\nAt Genesis We\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Not all med spas are created equal.\nAt Genesis Wellness &amp; Aesthetics, every treatment is expert-led, results-driven, and intentionally curated—from relaxing facials to advanced laser, microneedling, and precision injectables.\nThis isn’t a place you bounce between providers.\nThis is a true one-stop aesthetic destination, where your skin, face, and body are treated with a cohesive, medical-grade approach.\n✔️ Aestheticians for glow + skin health\n✔️ Master aesthetic treatments for correction + rejuvenation\n✔️ Nurse practitioner injectables &amp; prescription skin therapy for natural, refined results\nAll under one roof. All designed for elevated, long-term results.\nIf you’ve been looking for a place you can trust with your face—\nyou just found it.\n📍 Redmond, WA\n✨ Now booking\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DWFbRU3DwdW/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/654321436_18040624424753450_3518147500628984797_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=110&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=ytqR1Be-rywQ7kNvwFds4dP&#038;_nc_oc=AdrcgsV-NHAkdw1_m1wUe79AtzDXN4PXyBKUAiD1epiN4NaSh7y5F-gcADTsRW1relo&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFKtlyylxgjCWA-GSym61QBO7JChqMWzzK2fd5RA1AcmwQbhVZCris4Xjzg1rt4vzsnRIAfn28ceg&#038;oh=00_AfyBZndDg0JZFVRmRk37TQBCsZygmIXS9gJh3xN6LqHzrw&#038;oe=69D08EA3\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/654321436_18040624424753450_3518147500628984797_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=ytqR1Be-rywQ7kNvwFds4dP&amp;_nc_oc=AdrcgsV-NHAkdw1_m1wUe79AtzDXN4PXyBKUAiD1epiN4NaSh7y5F-gcADTsRW1relo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFKtlyylxgjCWA-GSym61QBO7JChqMWzzK2fd5RA1AcmwQbhVZCris4Xjzg1rt4vzsnRIAfn28ceg&amp;oh=00_AfyBZndDg0JZFVRmRk37TQBCsZygmIXS9gJh3xN6LqHzrw&amp;oe=69D08EA3&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/654321436_18040624424753450_3518147500628984797_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=ytqR1Be-rywQ7kNvwFds4dP&amp;_nc_oc=AdrcgsV-NHAkdw1_m1wUe79AtzDXN4PXyBKUAiD1epiN4NaSh7y5F-gcADTsRW1relo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFKtlyylxgjCWA-GSym61QBO7JChqMWzzK2fd5RA1AcmwQbhVZCris4Xjzg1rt4vzsnRIAfn28ceg&amp;oh=00_AfyBZndDg0JZFVRmRk37TQBCsZygmIXS9gJh3xN6LqHzrw&amp;oe=69D08EA3&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/654321436_18040624424753450_3518147500628984797_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=ytqR1Be-rywQ7kNvwFds4dP&amp;_nc_oc=AdrcgsV-NHAkdw1_m1wUe79AtzDXN4PXyBKUAiD1epiN4NaSh7y5F-gcADTsRW1relo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFKtlyylxgjCWA-GSym61QBO7JChqMWzzK2fd5RA1AcmwQbhVZCris4Xjzg1rt4vzsnRIAfn28ceg&amp;oh=00_AfyBZndDg0JZFVRmRk37TQBCsZygmIXS9gJh3xN6LqHzrw&amp;oe=69D08EA3&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/654321436_18040624424753450_3518147500628984797_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=ytqR1Be-rywQ7kNvwFds4dP&amp;_nc_oc=AdrcgsV-NHAkdw1_m1wUe79AtzDXN4PXyBKUAiD1epiN4NaSh7y5F-gcADTsRW1relo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFKtlyylxgjCWA-GSym61QBO7JChqMWzzK2fd5RA1AcmwQbhVZCris4Xjzg1rt4vzsnRIAfn28ceg&amp;oh=00_AfyBZndDg0JZFVRmRk37TQBCsZygmIXS9gJh3xN6LqHzrw&amp;oe=69D08EA3&quot;}\">\n			🚨 NEW SERVICE ALERT 🚨\nKorean Headspa + FULL BODY r\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"🚨 NEW SERVICE ALERT 🚨\nKorean Headspa + FULL BODY red light therapy 🔥\nIntro offer: $99 (new patients only)\nThis is your sign to reset your scalp, hair, and stress in one session ✨\nDetox. Hydrate. Stimulate hair growth. Relax.\n⚠️ Limited intro pricing — once it’s gone, it’s gone\n📍Genesis Wellness &amp; Aesthetics | Redmond\n👉 Book online or call 253-600-1600\n#koreanheadspa #headspa #hairgrowth #redlighttherapy medspa selfcare redmondwa\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DV9CGf3ljZU/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/652292899_18040160270753450_1119240794759612662_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=FkvXFcqk2h4Q7kNvwGBSVl2&#038;_nc_oc=Adqc9DZT8VStfB_QXB5A0WNmB_CQZrry-nn6pxvZyODE_jkSoQPF3rT5pxbercr-M5s&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQEa-ZVczNmBeOiAcER2q8kDpRh8rJIRF0-8Rj23A38jpV-8UqYINO2627eiLQBECbAR-lPzB7BVcA&#038;oh=00_Afykv5Rq_14wI2FQ6NzTOZyRGgTs0uXxCO6SG3ilAYGvKA&#038;oe=69D09007\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/652292899_18040160270753450_1119240794759612662_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FkvXFcqk2h4Q7kNvwGBSVl2&amp;_nc_oc=Adqc9DZT8VStfB_QXB5A0WNmB_CQZrry-nn6pxvZyODE_jkSoQPF3rT5pxbercr-M5s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEa-ZVczNmBeOiAcER2q8kDpRh8rJIRF0-8Rj23A38jpV-8UqYINO2627eiLQBECbAR-lPzB7BVcA&amp;oh=00_Afykv5Rq_14wI2FQ6NzTOZyRGgTs0uXxCO6SG3ilAYGvKA&amp;oe=69D09007&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/652292899_18040160270753450_1119240794759612662_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FkvXFcqk2h4Q7kNvwGBSVl2&amp;_nc_oc=Adqc9DZT8VStfB_QXB5A0WNmB_CQZrry-nn6pxvZyODE_jkSoQPF3rT5pxbercr-M5s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEa-ZVczNmBeOiAcER2q8kDpRh8rJIRF0-8Rj23A38jpV-8UqYINO2627eiLQBECbAR-lPzB7BVcA&amp;oh=00_Afykv5Rq_14wI2FQ6NzTOZyRGgTs0uXxCO6SG3ilAYGvKA&amp;oe=69D09007&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/652292899_18040160270753450_1119240794759612662_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FkvXFcqk2h4Q7kNvwGBSVl2&amp;_nc_oc=Adqc9DZT8VStfB_QXB5A0WNmB_CQZrry-nn6pxvZyODE_jkSoQPF3rT5pxbercr-M5s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEa-ZVczNmBeOiAcER2q8kDpRh8rJIRF0-8Rj23A38jpV-8UqYINO2627eiLQBECbAR-lPzB7BVcA&amp;oh=00_Afykv5Rq_14wI2FQ6NzTOZyRGgTs0uXxCO6SG3ilAYGvKA&amp;oe=69D09007&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/652292899_18040160270753450_1119240794759612662_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FkvXFcqk2h4Q7kNvwGBSVl2&amp;_nc_oc=Adqc9DZT8VStfB_QXB5A0WNmB_CQZrry-nn6pxvZyODE_jkSoQPF3rT5pxbercr-M5s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEa-ZVczNmBeOiAcER2q8kDpRh8rJIRF0-8Rj23A38jpV-8UqYINO2627eiLQBECbAR-lPzB7BVcA&amp;oh=00_Afykv5Rq_14wI2FQ6NzTOZyRGgTs0uXxCO6SG3ilAYGvKA&amp;oe=69D09007&quot;}\">\n			✨ Bye-Bye Crow’s Feet ✨\nThose tiny lines around y\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Bye-Bye Crow’s Feet ✨\nThose tiny lines around your eyes don’t stand a chance.\nThis Dysport treatment smooths crow’s feet while keeping your expressions natural and refreshed.\n🔥 New Patient Special 🔥\n60 Units of Dysport – ONLY $189\nPLUS we’re adding a Complimentary B12 Energy Shot to boost your glow from the inside out. 💉⚡\nPerfect for:\n✔️ Crow’s feet, frown lines, forehead wrinkles, and more.\n✔️ Fast acting with no down-time\n✔️ Preventing deeper wrinkles\n✔️ A smoother, refreshed look\nResults start appearing in just a few days and can last 3–4 months.\n🔗 in the bio to book online or call 253-600-1600.\nSpots are limited for new patients!\n#dysport #crowfeet #crowfeetremoval #dysporttreatment #beforeandafteraesthetics #wrinkletreatment #smoothskin #medsparesults #toxresults #antiagingtreatment #aestheticinjector #medspalife #beforeandafter #injectables\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DVwUo4LD-Oj/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/650900652_18039385613753450_7646643803612920898_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=Uzt9VfdLtnkQ7kNvwEN2fDr&#038;_nc_oc=AdqGku96I_BDsDSNEJxFkkS7Yuj4QTGvTWJ1rZK7Pnd2LgzCanPmOEx63xqSZg2Wbno&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQHsT2T2nez4yC8FxQ41kq_0LzHU71OlwQ2ZW1L-SOHqCBw5gqSfz179ju2IBLI8DWjkzwInCZbSxA&#038;oh=00_AfwdB6bICUKKWB2ZnLa0vpzcm2F1ZlSOu03PU2F9LGYZtg&#038;oe=69D0A33F\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/650900652_18039385613753450_7646643803612920898_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Uzt9VfdLtnkQ7kNvwEN2fDr&amp;_nc_oc=AdqGku96I_BDsDSNEJxFkkS7Yuj4QTGvTWJ1rZK7Pnd2LgzCanPmOEx63xqSZg2Wbno&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHsT2T2nez4yC8FxQ41kq_0LzHU71OlwQ2ZW1L-SOHqCBw5gqSfz179ju2IBLI8DWjkzwInCZbSxA&amp;oh=00_AfwdB6bICUKKWB2ZnLa0vpzcm2F1ZlSOu03PU2F9LGYZtg&amp;oe=69D0A33F&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/650900652_18039385613753450_7646643803612920898_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Uzt9VfdLtnkQ7kNvwEN2fDr&amp;_nc_oc=AdqGku96I_BDsDSNEJxFkkS7Yuj4QTGvTWJ1rZK7Pnd2LgzCanPmOEx63xqSZg2Wbno&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHsT2T2nez4yC8FxQ41kq_0LzHU71OlwQ2ZW1L-SOHqCBw5gqSfz179ju2IBLI8DWjkzwInCZbSxA&amp;oh=00_AfwdB6bICUKKWB2ZnLa0vpzcm2F1ZlSOu03PU2F9LGYZtg&amp;oe=69D0A33F&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/650900652_18039385613753450_7646643803612920898_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Uzt9VfdLtnkQ7kNvwEN2fDr&amp;_nc_oc=AdqGku96I_BDsDSNEJxFkkS7Yuj4QTGvTWJ1rZK7Pnd2LgzCanPmOEx63xqSZg2Wbno&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHsT2T2nez4yC8FxQ41kq_0LzHU71OlwQ2ZW1L-SOHqCBw5gqSfz179ju2IBLI8DWjkzwInCZbSxA&amp;oh=00_AfwdB6bICUKKWB2ZnLa0vpzcm2F1ZlSOu03PU2F9LGYZtg&amp;oe=69D0A33F&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/650900652_18039385613753450_7646643803612920898_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Uzt9VfdLtnkQ7kNvwEN2fDr&amp;_nc_oc=AdqGku96I_BDsDSNEJxFkkS7Yuj4QTGvTWJ1rZK7Pnd2LgzCanPmOEx63xqSZg2Wbno&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHsT2T2nez4yC8FxQ41kq_0LzHU71OlwQ2ZW1L-SOHqCBw5gqSfz179ju2IBLI8DWjkzwInCZbSxA&amp;oh=00_AfwdB6bICUKKWB2ZnLa0vpzcm2F1ZlSOu03PU2F9LGYZtg&amp;oe=69D0A33F&quot;}\">\n			✨ We’re Hiring at Genesis Wellness &amp; Aesthetics ✨\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ We’re Hiring at Genesis Wellness &amp; Aesthetics ✨\nWe are looking for a talented Master Aesthetician to join our growing luxury medical aesthetics practice in Redmond.\nThis position is ideal for someone who loves skincare, patient care, and working in a high-end medical spa environment.\nPosition:\n• Master Aesthetician\n• Weekend availability required\n• Vacation coverage flexibility\n• Minimum 1 year experience\nYou’ll work alongside a medical provider in a modern clinic specializing in advanced skincare, Korean-inspired treatments, and aesthetic medicine.\nIf you’re passionate about delivering results and creating an exceptional patient experience, we’d love to hear from you.\n📩 Send your resume to: support@genesiswa.com\n🌐 www.genesiswa.com\n📍 Redmond, WA\n#estheticianjobs #masteresthetician #medspajobs #redmondwa #bellevuewa seattleesthetician skincarecareer medspaesthetician luxurymedspa genesiswellness estheticianlife pnwjobs hiringesthetician\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DVrr4AojwcB/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/650057778_18039161315753450_3708039587342809480_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=105&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=OwXK3k-Bd7YQ7kNvwGymjhC&#038;_nc_oc=AdqwJxhvBjPSoiRsuWL_VCwndMvtYrIF04t2EOzPgB4I0lgNCb6TLiX_CA4GTC1zIlg&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQGQr6CnM8_Yz6M2fO4oo3ThrYojOBg6UFokuBwzu4PX1DSQGsGSkPbIhmpfojuH5pjCZmOjatMxZA&#038;oh=00_AfwSonKQcCdt-cljbMOLFq2HSalWRZBRX2WRyjKoDDW4Tg&#038;oe=69D0AB6C\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/650057778_18039161315753450_3708039587342809480_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=OwXK3k-Bd7YQ7kNvwGymjhC&amp;_nc_oc=AdqwJxhvBjPSoiRsuWL_VCwndMvtYrIF04t2EOzPgB4I0lgNCb6TLiX_CA4GTC1zIlg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGQr6CnM8_Yz6M2fO4oo3ThrYojOBg6UFokuBwzu4PX1DSQGsGSkPbIhmpfojuH5pjCZmOjatMxZA&amp;oh=00_AfwSonKQcCdt-cljbMOLFq2HSalWRZBRX2WRyjKoDDW4Tg&amp;oe=69D0AB6C&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/650057778_18039161315753450_3708039587342809480_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=OwXK3k-Bd7YQ7kNvwGymjhC&amp;_nc_oc=AdqwJxhvBjPSoiRsuWL_VCwndMvtYrIF04t2EOzPgB4I0lgNCb6TLiX_CA4GTC1zIlg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGQr6CnM8_Yz6M2fO4oo3ThrYojOBg6UFokuBwzu4PX1DSQGsGSkPbIhmpfojuH5pjCZmOjatMxZA&amp;oh=00_AfwSonKQcCdt-cljbMOLFq2HSalWRZBRX2WRyjKoDDW4Tg&amp;oe=69D0AB6C&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/650057778_18039161315753450_3708039587342809480_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=OwXK3k-Bd7YQ7kNvwGymjhC&amp;_nc_oc=AdqwJxhvBjPSoiRsuWL_VCwndMvtYrIF04t2EOzPgB4I0lgNCb6TLiX_CA4GTC1zIlg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGQr6CnM8_Yz6M2fO4oo3ThrYojOBg6UFokuBwzu4PX1DSQGsGSkPbIhmpfojuH5pjCZmOjatMxZA&amp;oh=00_AfwSonKQcCdt-cljbMOLFq2HSalWRZBRX2WRyjKoDDW4Tg&amp;oe=69D0AB6C&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/650057778_18039161315753450_3708039587342809480_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=OwXK3k-Bd7YQ7kNvwGymjhC&amp;_nc_oc=AdqwJxhvBjPSoiRsuWL_VCwndMvtYrIF04t2EOzPgB4I0lgNCb6TLiX_CA4GTC1zIlg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGQr6CnM8_Yz6M2fO4oo3ThrYojOBg6UFokuBwzu4PX1DSQGsGSkPbIhmpfojuH5pjCZmOjatMxZA&amp;oh=00_AfwSonKQcCdt-cljbMOLFq2HSalWRZBRX2WRyjKoDDW4Tg&amp;oe=69D0AB6C&quot;}\">\n			✨ Subtle, natural lip enhancement — never overdone\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Subtle, natural lip enhancement — never overdone.\nThis beautiful transformation was achieved with lip filler to enhance shape, definition, and hydration while keeping the lips soft and natural.\nAt Genesis Wellness &amp; Aesthetics, our approach to lip filler focuses on balance, symmetry, and facial harmony — so your results look like you, just elevated.\n💉 NEW PATIENT MARCH PROMO\nHalf Syringe Lip Filler — $399\nPerfect for:\n• First-time lip filler\n• Subtle volume\n• Lip border definition\n• Hydrated, youthful lips\nOur treatments are performed by an experienced Nurse Practitioner injector using advanced techniques for safe, natural-looking results.\n⚡ March appointments are limited.\n📍 Redmond, WA\n📞 253-600-1600\n💻 Book online: www.genesiswa.com\n✨ DM “LIPS” to reserve your consultation.\n#lipfiller #lipfillerredmond #redmondmedspa #redmondaesthetics #pnwinjector naturallipfiller subtlelipfiller lipaugmentation aestheticinjector medsparedmond pnwmedspa koreanaesthetics genesiswellness newpatientspecial marchpromo lipfillerbeforeandafter\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DVjtpiqklxc/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/642533803_18038784713753450_4776331641390304018_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=103&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=pdJ1cXKc5G4Q7kNvwF9CgSt&#038;_nc_oc=AdonapfaOu5A8K4VgcEmKuQc1-26BlPpqNGa-ySRrV9AhFhq7ZqF0xiyEdG0eNn8fr0&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQGKybVV08iKUWsu9VXlyonCOAiujcD12LJN2Fg0C0tKtKrMAQSNeB6kOK8G_K3PRCM6H7tiE8JlsQ&#038;oh=00_AfyFepcKvoVY7i162COy02QMhf8FhmRuF1jsVM0eSZNHCA&#038;oe=69D09CC0\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/642533803_18038784713753450_4776331641390304018_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=pdJ1cXKc5G4Q7kNvwF9CgSt&amp;_nc_oc=AdonapfaOu5A8K4VgcEmKuQc1-26BlPpqNGa-ySRrV9AhFhq7ZqF0xiyEdG0eNn8fr0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGKybVV08iKUWsu9VXlyonCOAiujcD12LJN2Fg0C0tKtKrMAQSNeB6kOK8G_K3PRCM6H7tiE8JlsQ&amp;oh=00_AfyFepcKvoVY7i162COy02QMhf8FhmRuF1jsVM0eSZNHCA&amp;oe=69D09CC0&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/642533803_18038784713753450_4776331641390304018_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=pdJ1cXKc5G4Q7kNvwF9CgSt&amp;_nc_oc=AdonapfaOu5A8K4VgcEmKuQc1-26BlPpqNGa-ySRrV9AhFhq7ZqF0xiyEdG0eNn8fr0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGKybVV08iKUWsu9VXlyonCOAiujcD12LJN2Fg0C0tKtKrMAQSNeB6kOK8G_K3PRCM6H7tiE8JlsQ&amp;oh=00_AfyFepcKvoVY7i162COy02QMhf8FhmRuF1jsVM0eSZNHCA&amp;oe=69D09CC0&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/642533803_18038784713753450_4776331641390304018_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=pdJ1cXKc5G4Q7kNvwF9CgSt&amp;_nc_oc=AdonapfaOu5A8K4VgcEmKuQc1-26BlPpqNGa-ySRrV9AhFhq7ZqF0xiyEdG0eNn8fr0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGKybVV08iKUWsu9VXlyonCOAiujcD12LJN2Fg0C0tKtKrMAQSNeB6kOK8G_K3PRCM6H7tiE8JlsQ&amp;oh=00_AfyFepcKvoVY7i162COy02QMhf8FhmRuF1jsVM0eSZNHCA&amp;oe=69D09CC0&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/642533803_18038784713753450_4776331641390304018_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=pdJ1cXKc5G4Q7kNvwF9CgSt&amp;_nc_oc=AdonapfaOu5A8K4VgcEmKuQc1-26BlPpqNGa-ySRrV9AhFhq7ZqF0xiyEdG0eNn8fr0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGKybVV08iKUWsu9VXlyonCOAiujcD12LJN2Fg0C0tKtKrMAQSNeB6kOK8G_K3PRCM6H7tiE8JlsQ&amp;oh=00_AfyFepcKvoVY7i162COy02QMhf8FhmRuF1jsVM0eSZNHCA&amp;oe=69D09CC0&quot;}\">\n			✨ 25% OFF Laser Hair Removal\nStop shaving.\nStart \n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ 25% OFF Laser Hair Removal\nStop shaving.\nStart glowing.\nSafe for all skin types with long-lasting results.\n⏳ Now through March 31\n📍 Genesis Wellness &amp; Aesthetics – Redmond\n📞 253-600-1600\nDM “LASER” to book.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DVcEbRkEm0U/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/642819229_18038417909753450_4342048709658273069_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=111&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=8FWXWFuhxjEQ7kNvwF3wGX6&#038;_nc_oc=Adpq1N_TR0bZAzoVYt9yoa23bB-vx8cmaXOzDbvMtE5SCUUqsRWMh80lbpsQqC09jUk&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQG0wOCTBHz8UO97WQIQ806P5ttdcEeOgWDdZEbaUGDTlNHV0soi_Y05uVi40CcexVXr_yH-CSKoBg&#038;oh=00_AfyNtfH-_Rbd_VK-8fVe-laroREL5FVaDD3MK311PXdKnw&#038;oe=69D09ADC\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/642819229_18038417909753450_4342048709658273069_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=8FWXWFuhxjEQ7kNvwF3wGX6&amp;_nc_oc=Adpq1N_TR0bZAzoVYt9yoa23bB-vx8cmaXOzDbvMtE5SCUUqsRWMh80lbpsQqC09jUk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG0wOCTBHz8UO97WQIQ806P5ttdcEeOgWDdZEbaUGDTlNHV0soi_Y05uVi40CcexVXr_yH-CSKoBg&amp;oh=00_AfyNtfH-_Rbd_VK-8fVe-laroREL5FVaDD3MK311PXdKnw&amp;oe=69D09ADC&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/642819229_18038417909753450_4342048709658273069_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=8FWXWFuhxjEQ7kNvwF3wGX6&amp;_nc_oc=Adpq1N_TR0bZAzoVYt9yoa23bB-vx8cmaXOzDbvMtE5SCUUqsRWMh80lbpsQqC09jUk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG0wOCTBHz8UO97WQIQ806P5ttdcEeOgWDdZEbaUGDTlNHV0soi_Y05uVi40CcexVXr_yH-CSKoBg&amp;oh=00_AfyNtfH-_Rbd_VK-8fVe-laroREL5FVaDD3MK311PXdKnw&amp;oe=69D09ADC&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/642819229_18038417909753450_4342048709658273069_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=8FWXWFuhxjEQ7kNvwF3wGX6&amp;_nc_oc=Adpq1N_TR0bZAzoVYt9yoa23bB-vx8cmaXOzDbvMtE5SCUUqsRWMh80lbpsQqC09jUk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG0wOCTBHz8UO97WQIQ806P5ttdcEeOgWDdZEbaUGDTlNHV0soi_Y05uVi40CcexVXr_yH-CSKoBg&amp;oh=00_AfyNtfH-_Rbd_VK-8fVe-laroREL5FVaDD3MK311PXdKnw&amp;oe=69D09ADC&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/642819229_18038417909753450_4342048709658273069_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=8FWXWFuhxjEQ7kNvwF3wGX6&amp;_nc_oc=Adpq1N_TR0bZAzoVYt9yoa23bB-vx8cmaXOzDbvMtE5SCUUqsRWMh80lbpsQqC09jUk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQG0wOCTBHz8UO97WQIQ806P5ttdcEeOgWDdZEbaUGDTlNHV0soi_Y05uVi40CcexVXr_yH-CSKoBg&amp;oh=00_AfyNtfH-_Rbd_VK-8fVe-laroREL5FVaDD3MK311PXdKnw&amp;oe=69D09ADC&quot;}\">\n			✨ Genesis Spring Glow Event\nSpring is the perfect\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Genesis Spring Glow Event\nSpring is the perfect time to refresh your skin and start preparing for summer.\nFor a limited time we’re offering exclusive pricing on three of our most requested treatments.\n✨ Deluxe HydraFacial – $199\nHydrafacial + Dermaplaning + Full Body Red Light Therapy\n(reg. $355+)\n💋 ½ Syringe Lip Filler – $399 (new patients)\n☀️ Laser Hair Removal Packages – 25% Off\nAppointments are limited for March.\n📍 Genesis Wellness &amp; Aesthetics – Redmond\n📞 253-600-1600\n💻 Book online at genesiswa.com\nComment GLOW or DM us and our team will help you reserve your appointment.\n#RedmondMedSpa #HydrafacialRedmond #LipFillerRedmond #LaserHairRemovalRedmond #SeattleMedSpa GenesisWellness LuxuryMedSpa\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DU_AE4xCfsj/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/639897465_2014670939465537_8265409834619356757_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=108&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=Agf_1rQc-TgQ7kNvwGb1erm&#038;_nc_oc=AdquU-bwPdOrXThuXgBpbni1SbOZ-V3dhyw9NjNNTBGZIKFSK7kDjyN7mwRF_16RnTQ&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQHBzGmvgqsUyFCWPEyLsv7DeD9pBZt1yeoTD9ZqX5sInCQ_8pAxIzemmqP4qsfnYa-qQVoIRFtXow&#038;oh=00_AfxdWp4E_9hXfeoERurBN68LTkBWpKJvO0bW8Isnvp-RmQ&#038;oe=69D0827F\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/639897465_2014670939465537_8265409834619356757_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Agf_1rQc-TgQ7kNvwGb1erm&amp;_nc_oc=AdquU-bwPdOrXThuXgBpbni1SbOZ-V3dhyw9NjNNTBGZIKFSK7kDjyN7mwRF_16RnTQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHBzGmvgqsUyFCWPEyLsv7DeD9pBZt1yeoTD9ZqX5sInCQ_8pAxIzemmqP4qsfnYa-qQVoIRFtXow&amp;oh=00_AfxdWp4E_9hXfeoERurBN68LTkBWpKJvO0bW8Isnvp-RmQ&amp;oe=69D0827F&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/639897465_2014670939465537_8265409834619356757_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Agf_1rQc-TgQ7kNvwGb1erm&amp;_nc_oc=AdquU-bwPdOrXThuXgBpbni1SbOZ-V3dhyw9NjNNTBGZIKFSK7kDjyN7mwRF_16RnTQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHBzGmvgqsUyFCWPEyLsv7DeD9pBZt1yeoTD9ZqX5sInCQ_8pAxIzemmqP4qsfnYa-qQVoIRFtXow&amp;oh=00_AfxdWp4E_9hXfeoERurBN68LTkBWpKJvO0bW8Isnvp-RmQ&amp;oe=69D0827F&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/639897465_2014670939465537_8265409834619356757_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Agf_1rQc-TgQ7kNvwGb1erm&amp;_nc_oc=AdquU-bwPdOrXThuXgBpbni1SbOZ-V3dhyw9NjNNTBGZIKFSK7kDjyN7mwRF_16RnTQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHBzGmvgqsUyFCWPEyLsv7DeD9pBZt1yeoTD9ZqX5sInCQ_8pAxIzemmqP4qsfnYa-qQVoIRFtXow&amp;oh=00_AfxdWp4E_9hXfeoERurBN68LTkBWpKJvO0bW8Isnvp-RmQ&amp;oe=69D0827F&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/639897465_2014670939465537_8265409834619356757_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Agf_1rQc-TgQ7kNvwGb1erm&amp;_nc_oc=AdquU-bwPdOrXThuXgBpbni1SbOZ-V3dhyw9NjNNTBGZIKFSK7kDjyN7mwRF_16RnTQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHBzGmvgqsUyFCWPEyLsv7DeD9pBZt1yeoTD9ZqX5sInCQ_8pAxIzemmqP4qsfnYa-qQVoIRFtXow&amp;oh=00_AfxdWp4E_9hXfeoERurBN68LTkBWpKJvO0bW8Isnvp-RmQ&amp;oe=69D0827F&quot;}\">\n			✨ New Patient Glow Offer ✨\nExperience our Deluxe H\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ New Patient Glow Offer ✨\nExperience our Deluxe Hydrafacial + BONUS Dermaplaning + Full-Body Red Light Therapy for the ultimate skin reset.\n💧 Deep cleanse + hydration\n🪒 Instant smooth, brighter skin\n🔴 Full-body red light for collagen &amp; recovery\nNew patient special: $199 (regularly $355)\nAppointments fill quickly — tap to book now or reserve online at Genesis Wellness &amp; Aesthetics, Redmond WA.\n#HydrafacialRedmond #RedmondMedSpa #SeattleMedSpa #Hydrafacial #Dermaplaning GlowingSkin RedLightTherapy MedicalSpaWA SkinCareDeals NewPatientSpecial GenesisWellness LuxuryMedSpa GlassSkin\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DU1M6o-kthC/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/630186234_929664042809275_4268919663030824691_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=j9IbTutsRFwQ7kNvwFy8Tf9&#038;_nc_oc=Adr4Vb0zY5_Ac-_LwSXlZXeveDfCMUlMcO7OdwDtnO3yFMZGkStN2wobwWV4gYLsJjM&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFnNCJowW_DQ9ohIXDTV9gsTYnvmfrzOUq4EuyqmxLteUqc38b3Auec1qoEjO2ZrNNO3JOkbrXXRw&#038;oh=00_AfxmL0MAVWBLBMe-vcDWItrGG35hm5eEM7AWbXlvEBHz8Q&#038;oe=69D08813\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/630186234_929664042809275_4268919663030824691_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=j9IbTutsRFwQ7kNvwFy8Tf9&amp;_nc_oc=Adr4Vb0zY5_Ac-_LwSXlZXeveDfCMUlMcO7OdwDtnO3yFMZGkStN2wobwWV4gYLsJjM&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFnNCJowW_DQ9ohIXDTV9gsTYnvmfrzOUq4EuyqmxLteUqc38b3Auec1qoEjO2ZrNNO3JOkbrXXRw&amp;oh=00_AfxmL0MAVWBLBMe-vcDWItrGG35hm5eEM7AWbXlvEBHz8Q&amp;oe=69D08813&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/630186234_929664042809275_4268919663030824691_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=j9IbTutsRFwQ7kNvwFy8Tf9&amp;_nc_oc=Adr4Vb0zY5_Ac-_LwSXlZXeveDfCMUlMcO7OdwDtnO3yFMZGkStN2wobwWV4gYLsJjM&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFnNCJowW_DQ9ohIXDTV9gsTYnvmfrzOUq4EuyqmxLteUqc38b3Auec1qoEjO2ZrNNO3JOkbrXXRw&amp;oh=00_AfxmL0MAVWBLBMe-vcDWItrGG35hm5eEM7AWbXlvEBHz8Q&amp;oe=69D08813&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/630186234_929664042809275_4268919663030824691_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=j9IbTutsRFwQ7kNvwFy8Tf9&amp;_nc_oc=Adr4Vb0zY5_Ac-_LwSXlZXeveDfCMUlMcO7OdwDtnO3yFMZGkStN2wobwWV4gYLsJjM&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFnNCJowW_DQ9ohIXDTV9gsTYnvmfrzOUq4EuyqmxLteUqc38b3Auec1qoEjO2ZrNNO3JOkbrXXRw&amp;oh=00_AfxmL0MAVWBLBMe-vcDWItrGG35hm5eEM7AWbXlvEBHz8Q&amp;oe=69D08813&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/630186234_929664042809275_4268919663030824691_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=j9IbTutsRFwQ7kNvwFy8Tf9&amp;_nc_oc=Adr4Vb0zY5_Ac-_LwSXlZXeveDfCMUlMcO7OdwDtnO3yFMZGkStN2wobwWV4gYLsJjM&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFnNCJowW_DQ9ohIXDTV9gsTYnvmfrzOUq4EuyqmxLteUqc38b3Auec1qoEjO2ZrNNO3JOkbrXXRw&amp;oh=00_AfxmL0MAVWBLBMe-vcDWItrGG35hm5eEM7AWbXlvEBHz8Q&amp;oe=69D08813&quot;}\">\n			Sculpted. Toned. Defined.\nNo surgery. No downtime.\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Sculpted. Toned. Defined.\nNo surgery. No downtime. Real muscle activation + fat reduction in one treatment.\nIf you’ve been working out but want that extra definition, this is your sign.\n📍 Genesis Wellness &amp; Aesthetics, Redmond\n✨ Limited appointments this month\n👉 DM PHYSIQ or book via link in bio\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DUrOH_ZEmKh/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/628950806_2021550778420989_1394167005570550852_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=Ueq4nvcookMQ7kNvwEeV22p&#038;_nc_oc=AdpPCinN1wqzyVq6VXFjPsB8wQ9yE_xCdwG6DWL4_j1FUUPbwsRHgr1UnyvPUUSWUEQ&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQHfbmyhwpd4SKZHuUaDIAtqHeZnpnu4xIdIddrMhfUskdC3Z5UW3IiLM3vYT-AIPyo4iZrewf6IlA&#038;oh=00_AfzmP2JqQk3plB0f4zRmzLZWH9XcE1s8nhfY4wJJk9bAiw&#038;oe=69D07FFD\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/628950806_2021550778420989_1394167005570550852_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Ueq4nvcookMQ7kNvwEeV22p&amp;_nc_oc=AdpPCinN1wqzyVq6VXFjPsB8wQ9yE_xCdwG6DWL4_j1FUUPbwsRHgr1UnyvPUUSWUEQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHfbmyhwpd4SKZHuUaDIAtqHeZnpnu4xIdIddrMhfUskdC3Z5UW3IiLM3vYT-AIPyo4iZrewf6IlA&amp;oh=00_AfzmP2JqQk3plB0f4zRmzLZWH9XcE1s8nhfY4wJJk9bAiw&amp;oe=69D07FFD&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/628950806_2021550778420989_1394167005570550852_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Ueq4nvcookMQ7kNvwEeV22p&amp;_nc_oc=AdpPCinN1wqzyVq6VXFjPsB8wQ9yE_xCdwG6DWL4_j1FUUPbwsRHgr1UnyvPUUSWUEQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHfbmyhwpd4SKZHuUaDIAtqHeZnpnu4xIdIddrMhfUskdC3Z5UW3IiLM3vYT-AIPyo4iZrewf6IlA&amp;oh=00_AfzmP2JqQk3plB0f4zRmzLZWH9XcE1s8nhfY4wJJk9bAiw&amp;oe=69D07FFD&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/628950806_2021550778420989_1394167005570550852_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Ueq4nvcookMQ7kNvwEeV22p&amp;_nc_oc=AdpPCinN1wqzyVq6VXFjPsB8wQ9yE_xCdwG6DWL4_j1FUUPbwsRHgr1UnyvPUUSWUEQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHfbmyhwpd4SKZHuUaDIAtqHeZnpnu4xIdIddrMhfUskdC3Z5UW3IiLM3vYT-AIPyo4iZrewf6IlA&amp;oh=00_AfzmP2JqQk3plB0f4zRmzLZWH9XcE1s8nhfY4wJJk9bAiw&amp;oe=69D07FFD&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/628950806_2021550778420989_1394167005570550852_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=Ueq4nvcookMQ7kNvwEeV22p&amp;_nc_oc=AdpPCinN1wqzyVq6VXFjPsB8wQ9yE_xCdwG6DWL4_j1FUUPbwsRHgr1UnyvPUUSWUEQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHfbmyhwpd4SKZHuUaDIAtqHeZnpnu4xIdIddrMhfUskdC3Z5UW3IiLM3vYT-AIPyo4iZrewf6IlA&amp;oh=00_AfzmP2JqQk3plB0f4zRmzLZWH9XcE1s8nhfY4wJJk9bAiw&amp;oe=69D07FFD&quot;}\">\n			This is your sign.\nNot bigger. Just better.\n$100\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"This is your sign.\nNot bigger. Just better.\n$100 off lip filler — through February 28.\nRefined volume. Intentional structure. Undetectable results.\nGenesis Wellness &amp; Aesthetics\nRedmond, WA\n#RedmondLipFiller #BellevueLipFiller #SeattleMedSpa #LuxuryInjector #NaturalLipEnhancement\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DUi_IkGjyDM/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/630634854_18035921057753450_1300801177354618645_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=d17iQs-CBH8Q7kNvwFs9h9U&#038;_nc_oc=AdoHQ8fAsiTr1fdL-3TIRtdmSPTmMy0N3LMOCSpOqu1XvcD8cOcYGya4uQuGaZe34DY&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFRpbwX7fi5e8Y4d7HlCOyhOGknZFaIhcMC3wWEs96Yhho72iN-SGgUM6QEUW_dDhX1AGmmTHfPuQ&#038;oh=00_Afz-xpZ5X3CwDIAbDckRlAMknpZhwYK2bINbLaMaWmW94w&#038;oe=69D092A4\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/630634854_18035921057753450_1300801177354618645_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d17iQs-CBH8Q7kNvwFs9h9U&amp;_nc_oc=AdoHQ8fAsiTr1fdL-3TIRtdmSPTmMy0N3LMOCSpOqu1XvcD8cOcYGya4uQuGaZe34DY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFRpbwX7fi5e8Y4d7HlCOyhOGknZFaIhcMC3wWEs96Yhho72iN-SGgUM6QEUW_dDhX1AGmmTHfPuQ&amp;oh=00_Afz-xpZ5X3CwDIAbDckRlAMknpZhwYK2bINbLaMaWmW94w&amp;oe=69D092A4&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/630634854_18035921057753450_1300801177354618645_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d17iQs-CBH8Q7kNvwFs9h9U&amp;_nc_oc=AdoHQ8fAsiTr1fdL-3TIRtdmSPTmMy0N3LMOCSpOqu1XvcD8cOcYGya4uQuGaZe34DY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFRpbwX7fi5e8Y4d7HlCOyhOGknZFaIhcMC3wWEs96Yhho72iN-SGgUM6QEUW_dDhX1AGmmTHfPuQ&amp;oh=00_Afz-xpZ5X3CwDIAbDckRlAMknpZhwYK2bINbLaMaWmW94w&amp;oe=69D092A4&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/630634854_18035921057753450_1300801177354618645_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d17iQs-CBH8Q7kNvwFs9h9U&amp;_nc_oc=AdoHQ8fAsiTr1fdL-3TIRtdmSPTmMy0N3LMOCSpOqu1XvcD8cOcYGya4uQuGaZe34DY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFRpbwX7fi5e8Y4d7HlCOyhOGknZFaIhcMC3wWEs96Yhho72iN-SGgUM6QEUW_dDhX1AGmmTHfPuQ&amp;oh=00_Afz-xpZ5X3CwDIAbDckRlAMknpZhwYK2bINbLaMaWmW94w&amp;oe=69D092A4&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/630634854_18035921057753450_1300801177354618645_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=d17iQs-CBH8Q7kNvwFs9h9U&amp;_nc_oc=AdoHQ8fAsiTr1fdL-3TIRtdmSPTmMy0N3LMOCSpOqu1XvcD8cOcYGya4uQuGaZe34DY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFRpbwX7fi5e8Y4d7HlCOyhOGknZFaIhcMC3wWEs96Yhho72iN-SGgUM6QEUW_dDhX1AGmmTHfPuQ&amp;oh=00_Afz-xpZ5X3CwDIAbDckRlAMknpZhwYK2bINbLaMaWmW94w&amp;oe=69D092A4&quot;}\">\n			The kind of lips people compliment…\nbut can’t quit\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"The kind of lips people compliment…\nbut can’t quite put their finger on why 💋\nNaturally enhanced. Expertly placed.\n✨ $100 OFF Lip Filler — February only\nThis offer ends soon.\nSecure your appointment now.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DUWFe2Yj-L2/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/628458330_1989213811638898_5842430279637429751_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=I7QkWezkx1cQ7kNvwHs_mzp&#038;_nc_oc=AdraE-UXQ4iyjjK8JD6VW58sHTnON-kA44EjcAO0eThN9wgM_CLnTtzl26pD9ZC1eS4&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQEf7QkdXsLsvdYEJAnLOWWgZucZhHMeKzFwc9hpXtfMrGIrtGCabJNJ0l8HlFCA7xUX_0fuioMybw&#038;oh=00_AfxYXzPnTA4dPUAypUgueAJ0GvoUjbR4X0IiHAAc3k8DfA&#038;oe=69D07A1B\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/628458330_1989213811638898_5842430279637429751_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=I7QkWezkx1cQ7kNvwHs_mzp&amp;_nc_oc=AdraE-UXQ4iyjjK8JD6VW58sHTnON-kA44EjcAO0eThN9wgM_CLnTtzl26pD9ZC1eS4&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEf7QkdXsLsvdYEJAnLOWWgZucZhHMeKzFwc9hpXtfMrGIrtGCabJNJ0l8HlFCA7xUX_0fuioMybw&amp;oh=00_AfxYXzPnTA4dPUAypUgueAJ0GvoUjbR4X0IiHAAc3k8DfA&amp;oe=69D07A1B&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/628458330_1989213811638898_5842430279637429751_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=I7QkWezkx1cQ7kNvwHs_mzp&amp;_nc_oc=AdraE-UXQ4iyjjK8JD6VW58sHTnON-kA44EjcAO0eThN9wgM_CLnTtzl26pD9ZC1eS4&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEf7QkdXsLsvdYEJAnLOWWgZucZhHMeKzFwc9hpXtfMrGIrtGCabJNJ0l8HlFCA7xUX_0fuioMybw&amp;oh=00_AfxYXzPnTA4dPUAypUgueAJ0GvoUjbR4X0IiHAAc3k8DfA&amp;oe=69D07A1B&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/628458330_1989213811638898_5842430279637429751_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=I7QkWezkx1cQ7kNvwHs_mzp&amp;_nc_oc=AdraE-UXQ4iyjjK8JD6VW58sHTnON-kA44EjcAO0eThN9wgM_CLnTtzl26pD9ZC1eS4&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEf7QkdXsLsvdYEJAnLOWWgZucZhHMeKzFwc9hpXtfMrGIrtGCabJNJ0l8HlFCA7xUX_0fuioMybw&amp;oh=00_AfxYXzPnTA4dPUAypUgueAJ0GvoUjbR4X0IiHAAc3k8DfA&amp;oe=69D07A1B&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/628458330_1989213811638898_5842430279637429751_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=I7QkWezkx1cQ7kNvwHs_mzp&amp;_nc_oc=AdraE-UXQ4iyjjK8JD6VW58sHTnON-kA44EjcAO0eThN9wgM_CLnTtzl26pD9ZC1eS4&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEf7QkdXsLsvdYEJAnLOWWgZucZhHMeKzFwc9hpXtfMrGIrtGCabJNJ0l8HlFCA7xUX_0fuioMybw&amp;oh=00_AfxYXzPnTA4dPUAypUgueAJ0GvoUjbR4X0IiHAAc3k8DfA&amp;oe=69D07A1B&quot;}\">\n			The most refined version of you —\nSoft volume. Smo\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"The most refined version of you —\nSoft volume. Smooth contour. Effortlessly elevated 💋\nNow through February 29, enjoy $100 OFF full syringe lip filler.\nExpertly placed. Naturally you. Beautiful always.\nVery limited availability. Pre-book only!\n📍Redmond, WA\n📞 253-600-1600\n💻 www.genesiswa.com\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DUUJ73MgQZH/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/627189992_18035338973753450_4633061051696740627_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=103&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=bevCjnCQ52YQ7kNvwH1xJU0&#038;_nc_oc=Adr22CVqf-H1jRxkY-0S3QTrS1_EnkWRGmwCMcKPthwXSItu1h20eYMYnI97eNMGQUU&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQFGx1WWsq7Xt-rxjj51DRL-hjaTw26mLEEqlAiGxGNXHRxeUYfHr-rlK9t4mmCQoFTJYBcXfaq5xA&#038;oh=00_AfycwXuL-54UfskyrkBWDn-Tnyer5U7lQuF4pUl6Q5anrg&#038;oe=69D0A470\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/627189992_18035338973753450_4633061051696740627_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=bevCjnCQ52YQ7kNvwH1xJU0&amp;_nc_oc=Adr22CVqf-H1jRxkY-0S3QTrS1_EnkWRGmwCMcKPthwXSItu1h20eYMYnI97eNMGQUU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFGx1WWsq7Xt-rxjj51DRL-hjaTw26mLEEqlAiGxGNXHRxeUYfHr-rlK9t4mmCQoFTJYBcXfaq5xA&amp;oh=00_AfycwXuL-54UfskyrkBWDn-Tnyer5U7lQuF4pUl6Q5anrg&amp;oe=69D0A470&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/627189992_18035338973753450_4633061051696740627_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=bevCjnCQ52YQ7kNvwH1xJU0&amp;_nc_oc=Adr22CVqf-H1jRxkY-0S3QTrS1_EnkWRGmwCMcKPthwXSItu1h20eYMYnI97eNMGQUU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFGx1WWsq7Xt-rxjj51DRL-hjaTw26mLEEqlAiGxGNXHRxeUYfHr-rlK9t4mmCQoFTJYBcXfaq5xA&amp;oh=00_AfycwXuL-54UfskyrkBWDn-Tnyer5U7lQuF4pUl6Q5anrg&amp;oe=69D0A470&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/627189992_18035338973753450_4633061051696740627_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=bevCjnCQ52YQ7kNvwH1xJU0&amp;_nc_oc=Adr22CVqf-H1jRxkY-0S3QTrS1_EnkWRGmwCMcKPthwXSItu1h20eYMYnI97eNMGQUU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFGx1WWsq7Xt-rxjj51DRL-hjaTw26mLEEqlAiGxGNXHRxeUYfHr-rlK9t4mmCQoFTJYBcXfaq5xA&amp;oh=00_AfycwXuL-54UfskyrkBWDn-Tnyer5U7lQuF4pUl6Q5anrg&amp;oe=69D0A470&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/627189992_18035338973753450_4633061051696740627_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=bevCjnCQ52YQ7kNvwH1xJU0&amp;_nc_oc=Adr22CVqf-H1jRxkY-0S3QTrS1_EnkWRGmwCMcKPthwXSItu1h20eYMYnI97eNMGQUU&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQFGx1WWsq7Xt-rxjj51DRL-hjaTw26mLEEqlAiGxGNXHRxeUYfHr-rlK9t4mmCQoFTJYBcXfaq5xA&amp;oh=00_AfycwXuL-54UfskyrkBWDn-Tnyer5U7lQuF4pUl6Q5anrg&amp;oe=69D0A470&quot;}\">\n			Concierge Dermatology is here.\nThis isn’t a membe\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Concierge Dermatology is here.\nThis isn’t a membership.\nIt isn’t a subscription.\nAnd it’s not over-the-counter skincare.\nGenesis now offers concierge dermatology — personalized, prescription-based skin care guided by medical providers and tailored to your skin.\nWe treat:\n• Acne &amp; hormonal breakouts\n• Melasma &amp; hyperpigmentation\n• Rosacea &amp; facial redness\n• Hair thinning &amp; hair loss\n• Skin aging &amp; texture concerns\nTransparent pricing.\nMedical oversight.\nPrescriptions shipped directly to your home.\nNow accepting virtual consults.\n📍 Redmond, WA\n🔗 Book your dermatology consult\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DUJu77LEvTz/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/623684569_1246211857391242_6554775401383537451_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=LSFkKbdBt4sQ7kNvwFUT7tS&#038;_nc_oc=AdpVXefFi3uqzSmZyiw2qngNZ_2rfO_VMg8gulimidS-8Qc0vLwNeB2Bzc1SiJoSzA0&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQEwequY-G__vacZR4sHzshy3f9B52YOtJSh9dlquEJ5FZTOyMDJ7c-Irxd-Vo69aYiHlCXiekseYQ&#038;oh=00_AfyHkQL-0G7pN6fiTd3sNyxM-etFiK-1fUPRMJL4G8kBqA&#038;oe=69D09E60\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/623684569_1246211857391242_6554775401383537451_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=LSFkKbdBt4sQ7kNvwFUT7tS&amp;_nc_oc=AdpVXefFi3uqzSmZyiw2qngNZ_2rfO_VMg8gulimidS-8Qc0vLwNeB2Bzc1SiJoSzA0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEwequY-G__vacZR4sHzshy3f9B52YOtJSh9dlquEJ5FZTOyMDJ7c-Irxd-Vo69aYiHlCXiekseYQ&amp;oh=00_AfyHkQL-0G7pN6fiTd3sNyxM-etFiK-1fUPRMJL4G8kBqA&amp;oe=69D09E60&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/623684569_1246211857391242_6554775401383537451_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=LSFkKbdBt4sQ7kNvwFUT7tS&amp;_nc_oc=AdpVXefFi3uqzSmZyiw2qngNZ_2rfO_VMg8gulimidS-8Qc0vLwNeB2Bzc1SiJoSzA0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEwequY-G__vacZR4sHzshy3f9B52YOtJSh9dlquEJ5FZTOyMDJ7c-Irxd-Vo69aYiHlCXiekseYQ&amp;oh=00_AfyHkQL-0G7pN6fiTd3sNyxM-etFiK-1fUPRMJL4G8kBqA&amp;oe=69D09E60&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/623684569_1246211857391242_6554775401383537451_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=LSFkKbdBt4sQ7kNvwFUT7tS&amp;_nc_oc=AdpVXefFi3uqzSmZyiw2qngNZ_2rfO_VMg8gulimidS-8Qc0vLwNeB2Bzc1SiJoSzA0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEwequY-G__vacZR4sHzshy3f9B52YOtJSh9dlquEJ5FZTOyMDJ7c-Irxd-Vo69aYiHlCXiekseYQ&amp;oh=00_AfyHkQL-0G7pN6fiTd3sNyxM-etFiK-1fUPRMJL4G8kBqA&amp;oe=69D09E60&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/623684569_1246211857391242_6554775401383537451_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=LSFkKbdBt4sQ7kNvwFUT7tS&amp;_nc_oc=AdpVXefFi3uqzSmZyiw2qngNZ_2rfO_VMg8gulimidS-8Qc0vLwNeB2Bzc1SiJoSzA0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEwequY-G__vacZR4sHzshy3f9B52YOtJSh9dlquEJ5FZTOyMDJ7c-Irxd-Vo69aYiHlCXiekseYQ&amp;oh=00_AfyHkQL-0G7pN6fiTd3sNyxM-etFiK-1fUPRMJL4G8kBqA&amp;oe=69D09E60&quot;}\">\n			Winter is when real skin correction happens.\nWith \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Winter is when real skin correction happens.\nWith less sun exposure and better healing conditions advanced treatments like lasers, RF microneedling and peels work more effectively. \n❄️ Winter = Repair \n🌸 Spring = Reveal\nStart now, let your skin rebuild!\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DUD38x3Cdqr/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/623573408_18034689440753450_8460685032122813637_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=N0yFqMZX078Q7kNvwGwL0FN&#038;_nc_oc=AdrmQ5zl6107JMPGjy2Fjm1qACyzXtDnB2Xw1pOxJg-kYUsOECAxGGGuJOz09vK_e10&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQE0hIxxIMs-WOcrC4erhpAnBiYjkzNA7DQVTAgJcIwEPOkbZW05kuXm4lbgqGsh16UfyHOnMbaFvg&#038;oh=00_AfxBQC_v4VdlsvqUSKeoz1HoQruB2s20HjHepITa_L8QZg&#038;oe=69D0856F\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/623573408_18034689440753450_8460685032122813637_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=N0yFqMZX078Q7kNvwGwL0FN&amp;_nc_oc=AdrmQ5zl6107JMPGjy2Fjm1qACyzXtDnB2Xw1pOxJg-kYUsOECAxGGGuJOz09vK_e10&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQE0hIxxIMs-WOcrC4erhpAnBiYjkzNA7DQVTAgJcIwEPOkbZW05kuXm4lbgqGsh16UfyHOnMbaFvg&amp;oh=00_AfxBQC_v4VdlsvqUSKeoz1HoQruB2s20HjHepITa_L8QZg&amp;oe=69D0856F&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/623573408_18034689440753450_8460685032122813637_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=N0yFqMZX078Q7kNvwGwL0FN&amp;_nc_oc=AdrmQ5zl6107JMPGjy2Fjm1qACyzXtDnB2Xw1pOxJg-kYUsOECAxGGGuJOz09vK_e10&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQE0hIxxIMs-WOcrC4erhpAnBiYjkzNA7DQVTAgJcIwEPOkbZW05kuXm4lbgqGsh16UfyHOnMbaFvg&amp;oh=00_AfxBQC_v4VdlsvqUSKeoz1HoQruB2s20HjHepITa_L8QZg&amp;oe=69D0856F&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/623573408_18034689440753450_8460685032122813637_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=N0yFqMZX078Q7kNvwGwL0FN&amp;_nc_oc=AdrmQ5zl6107JMPGjy2Fjm1qACyzXtDnB2Xw1pOxJg-kYUsOECAxGGGuJOz09vK_e10&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQE0hIxxIMs-WOcrC4erhpAnBiYjkzNA7DQVTAgJcIwEPOkbZW05kuXm4lbgqGsh16UfyHOnMbaFvg&amp;oh=00_AfxBQC_v4VdlsvqUSKeoz1HoQruB2s20HjHepITa_L8QZg&amp;oe=69D0856F&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/623573408_18034689440753450_8460685032122813637_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=N0yFqMZX078Q7kNvwGwL0FN&amp;_nc_oc=AdrmQ5zl6107JMPGjy2Fjm1qACyzXtDnB2Xw1pOxJg-kYUsOECAxGGGuJOz09vK_e10&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQE0hIxxIMs-WOcrC4erhpAnBiYjkzNA7DQVTAgJcIwEPOkbZW05kuXm4lbgqGsh16UfyHOnMbaFvg&amp;oh=00_AfxBQC_v4VdlsvqUSKeoz1HoQruB2s20HjHepITa_L8QZg&amp;oe=69D0856F&quot;}\">\n			✨ We’re excited to announce our newest partnership\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ We’re excited to announce our newest partnerships! ✨\nGenesis Wellness &amp; Aesthetics is now an official partner with ClassPass and SpaFinder\nYou can now book and redeem select spa services using:\n• ClassPass credits\n• SpaFinder gift cards\nThis makes it easier than ever to experience medical-grade skincare, results-driven treatments, and elevated self-care — all in one place.\n📍 Redmond, WA\n📞 253-600-1600\n🔗 Book now at www.genesiswa.com\nAvailability may vary by service.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DT1YFaWjyUD/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/619476915_18034059353753450_4110998783663907557_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=105&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=AeBJqLAxNgEQ7kNvwE7xhh3&#038;_nc_oc=Adp0-crX3NlSNQMvpWjTg_knnkgQRTDvTfVa1v_kIEysClqGuYWYMYkknJFDlYJlECw&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQHv1cy9hiS2MrkWJPUnjsMNUiXAdFTPUBfEnVialhL8AKqHhyHh7zJfEc4hIZfq6H53OLefCMB5aw&#038;oh=00_Afwb3OUMG--a97E8qaS6Pe4lNuIz47xVtKF2lgVojoe7VQ&#038;oe=69D09577\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/619476915_18034059353753450_4110998783663907557_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=AeBJqLAxNgEQ7kNvwE7xhh3&amp;_nc_oc=Adp0-crX3NlSNQMvpWjTg_knnkgQRTDvTfVa1v_kIEysClqGuYWYMYkknJFDlYJlECw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHv1cy9hiS2MrkWJPUnjsMNUiXAdFTPUBfEnVialhL8AKqHhyHh7zJfEc4hIZfq6H53OLefCMB5aw&amp;oh=00_Afwb3OUMG--a97E8qaS6Pe4lNuIz47xVtKF2lgVojoe7VQ&amp;oe=69D09577&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/619476915_18034059353753450_4110998783663907557_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=AeBJqLAxNgEQ7kNvwE7xhh3&amp;_nc_oc=Adp0-crX3NlSNQMvpWjTg_knnkgQRTDvTfVa1v_kIEysClqGuYWYMYkknJFDlYJlECw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHv1cy9hiS2MrkWJPUnjsMNUiXAdFTPUBfEnVialhL8AKqHhyHh7zJfEc4hIZfq6H53OLefCMB5aw&amp;oh=00_Afwb3OUMG--a97E8qaS6Pe4lNuIz47xVtKF2lgVojoe7VQ&amp;oe=69D09577&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/619476915_18034059353753450_4110998783663907557_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=AeBJqLAxNgEQ7kNvwE7xhh3&amp;_nc_oc=Adp0-crX3NlSNQMvpWjTg_knnkgQRTDvTfVa1v_kIEysClqGuYWYMYkknJFDlYJlECw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHv1cy9hiS2MrkWJPUnjsMNUiXAdFTPUBfEnVialhL8AKqHhyHh7zJfEc4hIZfq6H53OLefCMB5aw&amp;oh=00_Afwb3OUMG--a97E8qaS6Pe4lNuIz47xVtKF2lgVojoe7VQ&amp;oe=69D09577&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.82787-15/619476915_18034059353753450_4110998783663907557_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=AeBJqLAxNgEQ7kNvwE7xhh3&amp;_nc_oc=Adp0-crX3NlSNQMvpWjTg_knnkgQRTDvTfVa1v_kIEysClqGuYWYMYkknJFDlYJlECw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQHv1cy9hiS2MrkWJPUnjsMNUiXAdFTPUBfEnVialhL8AKqHhyHh7zJfEc4hIZfq6H53OLefCMB5aw&amp;oh=00_Afwb3OUMG--a97E8qaS6Pe4lNuIz47xVtKF2lgVojoe7VQ&amp;oe=69D09577&quot;}\">\n			Please help us welcome our new Genesis Team Member\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Please help us welcome our new Genesis Team Member 🤍 Sofia is our Patient Coordinator and brings over 12 years of customer service experience with a heart for exceptional patient care. Having recently completed esthetician school, she’s passionate about skincare, wellness, and helping every client feel confident and empowered throughout their experience. Sofia is dedicated to creating a calm, welcoming, and supportive environment from the first hello to the final follow-up. Outside the clinic, she enjoys being outdoors and spending quality time with her family.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DTlXYBNkhq3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=RG68wp6o6w4Q7kNvwGr962w&#038;_nc_oc=Adof2GXmRMUaPb9tzE-NcglsQeK9mQOkfmx7lds0Ckoe6Zcokv4gZY8Po0iwtUgc5Hg&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQEi0bP3S4T-nuqVIvqIJDpzV_8wLlaxpegEOYGSt2ggKR9fA6qa2BgPuhEEnjX4cZVYD_T3entIQg&#038;oh=00_AfyUciaBLLiOk14FTpAM_DbyVkgHCrMIlnpEQmneEx-QJA&#038;oe=69D0ABD2\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=RG68wp6o6w4Q7kNvwGr962w&amp;_nc_oc=Adof2GXmRMUaPb9tzE-NcglsQeK9mQOkfmx7lds0Ckoe6Zcokv4gZY8Po0iwtUgc5Hg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEi0bP3S4T-nuqVIvqIJDpzV_8wLlaxpegEOYGSt2ggKR9fA6qa2BgPuhEEnjX4cZVYD_T3entIQg&amp;oh=00_AfyUciaBLLiOk14FTpAM_DbyVkgHCrMIlnpEQmneEx-QJA&amp;oe=69D0ABD2&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=RG68wp6o6w4Q7kNvwGr962w&amp;_nc_oc=Adof2GXmRMUaPb9tzE-NcglsQeK9mQOkfmx7lds0Ckoe6Zcokv4gZY8Po0iwtUgc5Hg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEi0bP3S4T-nuqVIvqIJDpzV_8wLlaxpegEOYGSt2ggKR9fA6qa2BgPuhEEnjX4cZVYD_T3entIQg&amp;oh=00_AfyUciaBLLiOk14FTpAM_DbyVkgHCrMIlnpEQmneEx-QJA&amp;oe=69D0ABD2&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=RG68wp6o6w4Q7kNvwGr962w&amp;_nc_oc=Adof2GXmRMUaPb9tzE-NcglsQeK9mQOkfmx7lds0Ckoe6Zcokv4gZY8Po0iwtUgc5Hg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEi0bP3S4T-nuqVIvqIJDpzV_8wLlaxpegEOYGSt2ggKR9fA6qa2BgPuhEEnjX4cZVYD_T3entIQg&amp;oh=00_AfyUciaBLLiOk14FTpAM_DbyVkgHCrMIlnpEQmneEx-QJA&amp;oe=69D0ABD2&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=RG68wp6o6w4Q7kNvwGr962w&amp;_nc_oc=Adof2GXmRMUaPb9tzE-NcglsQeK9mQOkfmx7lds0Ckoe6Zcokv4gZY8Po0iwtUgc5Hg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQEi0bP3S4T-nuqVIvqIJDpzV_8wLlaxpegEOYGSt2ggKR9fA6qa2BgPuhEEnjX4cZVYD_T3entIQg&amp;oh=00_AfyUciaBLLiOk14FTpAM_DbyVkgHCrMIlnpEQmneEx-QJA&amp;oe=69D0ABD2&quot;}\">\n			Everyone help welcome Sofia to our VERY NORMAL tea\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Everyone help welcome Sofia to our VERY NORMAL team 💛✨ As our new Receptionist + Patient Coordinator, she is here to keep us organized and keep you taken care of 😌\nSe habla español! 🇪🇸💬\nSay “HI SOFIA 👹” below 👇\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DTNsjuECdz1/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=n8wUK-ykOSYQ7kNvwGKAS3D&#038;_nc_oc=AdrhT2FZQGnxxB8J7msm_PRrCqoTZI_GVk1gzQ1eYAJdd8ibLcodxFgRTRrBmhPPhRo&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=8W66BbUWrbB960N0doBVIg&#038;_nc_tpa=Q5bMBQGkXbwjZpb2Xlli-Qk5tUGyiFposxnSigAcAiawI8xyqYfZ_we2-9B0KXLzsbai4_iQ74fUb8pUNw&#038;oh=00_AfwvxpnrUc1cMqKYwcwOk-UDBB7uES5mQFMqYg0eipMx_Q&#038;oe=69D09452\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=n8wUK-ykOSYQ7kNvwGKAS3D&amp;_nc_oc=AdrhT2FZQGnxxB8J7msm_PRrCqoTZI_GVk1gzQ1eYAJdd8ibLcodxFgRTRrBmhPPhRo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGkXbwjZpb2Xlli-Qk5tUGyiFposxnSigAcAiawI8xyqYfZ_we2-9B0KXLzsbai4_iQ74fUb8pUNw&amp;oh=00_AfwvxpnrUc1cMqKYwcwOk-UDBB7uES5mQFMqYg0eipMx_Q&amp;oe=69D09452&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=n8wUK-ykOSYQ7kNvwGKAS3D&amp;_nc_oc=AdrhT2FZQGnxxB8J7msm_PRrCqoTZI_GVk1gzQ1eYAJdd8ibLcodxFgRTRrBmhPPhRo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGkXbwjZpb2Xlli-Qk5tUGyiFposxnSigAcAiawI8xyqYfZ_we2-9B0KXLzsbai4_iQ74fUb8pUNw&amp;oh=00_AfwvxpnrUc1cMqKYwcwOk-UDBB7uES5mQFMqYg0eipMx_Q&amp;oe=69D09452&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=n8wUK-ykOSYQ7kNvwGKAS3D&amp;_nc_oc=AdrhT2FZQGnxxB8J7msm_PRrCqoTZI_GVk1gzQ1eYAJdd8ibLcodxFgRTRrBmhPPhRo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGkXbwjZpb2Xlli-Qk5tUGyiFposxnSigAcAiawI8xyqYfZ_we2-9B0KXLzsbai4_iQ74fUb8pUNw&amp;oh=00_AfwvxpnrUc1cMqKYwcwOk-UDBB7uES5mQFMqYg0eipMx_Q&amp;oe=69D09452&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=n8wUK-ykOSYQ7kNvwGKAS3D&amp;_nc_oc=AdrhT2FZQGnxxB8J7msm_PRrCqoTZI_GVk1gzQ1eYAJdd8ibLcodxFgRTRrBmhPPhRo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=8W66BbUWrbB960N0doBVIg&amp;_nc_tpa=Q5bMBQGkXbwjZpb2Xlli-Qk5tUGyiFposxnSigAcAiawI8xyqYfZ_we2-9B0KXLzsbai4_iQ74fUb8pUNw&amp;oh=00_AfwvxpnrUc1cMqKYwcwOk-UDBB7uES5mQFMqYg0eipMx_Q&amp;oe=69D09452&quot;}\">\n			POV: First PHYSIQ session ➡️ Sculpted, confident, \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"POV: First PHYSIQ session ➡️ Sculpted, confident, and ready for your goals 🔥\nPHYSIQ helps reduce stubborn fat and improve body contour — without surgery or downtime.\nPair your treatments with our New Year Sculpt + Slim GLP-1 Program for next-level results. Enrollment ends January 31.\nYour future self is calling 🤍\n#physiqbodycontouring #nonsurgicalfatreduction #bodygoals2026 #glp1program #tirzepatide redmondmedspa\" aria-hidden=\"true\">\n		</a>\n			<button\n			type=\"button\" >\n			Load More\n		</button>\n			<a target=\"_blank\"\n				rel=\"nofollow noopener\"  href=\"https://www.instagram.com/genesiswa_begin/\" style=\"background: rgb(64,139,209);\">\n				<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>				Follow on Instagram\n			</a>\n					<h5>Quick Links</h5>				\n							<ul>\n							<li>\n											<a href=\"https://genesiswa.com/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/glow-memberships/\">\n											Glow Memberships\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/gift-cards-price-rates/\">\n											Gift Cards &amp; Price Rates\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/our-blog/\">\n											Our Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/payment-plans/\">\n											Payment Plans\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n					<h5>Contact Info</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\n									</li>\n								<li>\n											<a href=\"tel:2536001600\">\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										253-600-1600\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/103617248952427\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/genesiswa_begin\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<h5>Hours</h5>				\n					Monday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Tuesday				\n							9:00 AM						\n						-\n							6:00 PM						\n					Wednesday				\n							9:00 AM						\n						-\n							6:00 PM						\n					Thursday				\n					Closed				\n					Friday				\n							9:00 AM						\n						-\n							6:00 PM						\n					Saturday				\n							9:00 AM						\n						-\n							5:00 PM						\n					Sunday				\n					Closed				\n							<ul>\n							<li>\n										© Copyright 2025 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-03-30 21:39:49', '2026-03-30 21:39:49', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=534', 0, 'elementor_library', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(556, 1, '2025-01-29 16:20:14', '2025-01-29 16:20:14', '', 'H1-img-7', '', 'inherit', 'open', 'closed', '', 'h1-img-7', '', '', '2025-01-29 16:20:14', '2025-01-29 16:20:14', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/H1-img-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(557, 1, '2025-01-29 16:20:21', '2025-01-29 16:20:21', '', 'H1-img-6', '', 'inherit', 'open', 'closed', '', 'h1-img-6', '', '', '2025-01-29 16:20:21', '2025-01-29 16:20:21', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/H1-img-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(558, 1, '2025-01-29 16:20:28', '2025-01-29 16:20:28', '', 'H1-img-8', '', 'inherit', 'open', 'closed', '', 'h1-img-8', '', '', '2025-01-29 16:20:28', '2025-01-29 16:20:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/H1-img-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(564, 1, '2025-01-29 16:25:27', '2025-01-29 16:25:27', '', 'home-1-6', '', 'inherit', 'open', 'closed', '', 'home-1-6', '', '', '2025-01-29 16:25:27', '2025-01-29 16:25:27', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/home-1-6.webp', 0, 'attachment', 'image/webp', 0),
(634, 1, '2025-01-29 17:29:55', '2025-01-29 17:29:55', '', 'item-img-1', '', 'inherit', 'open', 'closed', '', 'item-img-1', '', '', '2025-01-29 17:29:55', '2025-01-29 17:29:55', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/item-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(635, 1, '2025-01-29 17:30:00', '2025-01-29 17:30:00', '', 'item-img-2', '', 'inherit', 'open', 'closed', '', 'item-img-2', '', '', '2025-01-29 17:30:00', '2025-01-29 17:30:00', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/item-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 1, '2025-01-29 17:36:44', '2025-01-29 17:36:44', '', 'about-img', '', 'inherit', 'open', 'closed', '', 'about-img-2', '', '', '2025-01-29 17:36:44', '2025-01-29 17:36:44', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(637, 1, '2025-01-29 17:36:58', '2025-01-29 17:36:58', '', 'item-img-3', '', 'inherit', 'open', 'closed', '', 'item-img-3', '', '', '2025-01-29 17:36:58', '2025-01-29 17:36:58', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/item-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(638, 1, '2025-01-29 17:40:44', '2025-01-29 17:40:44', '', 'item-img-4', '', 'inherit', 'open', 'closed', '', 'item-img-4', '', '', '2025-01-29 17:40:44', '2025-01-29 17:40:44', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/item-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 1, '2025-01-29 17:56:04', '2025-01-29 17:56:04', '', 'leaves_2', '', 'inherit', 'open', 'closed', '', 'leaves_2', '', '', '2025-01-29 17:56:04', '2025-01-29 17:56:04', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/leaves_2.png', 0, 'attachment', 'image/png', 0),
(646, 1, '2025-01-29 17:56:08', '2025-01-29 17:56:08', '', 'leaves_3', '', 'inherit', 'open', 'closed', '', 'leaves_3', '', '', '2025-01-29 17:56:08', '2025-01-29 17:56:08', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/leaves_3.png', 0, 'attachment', 'image/png', 0),
(659, 1, '2025-01-29 18:08:52', '2025-01-29 18:08:52', '', 'ab-img-01', '', 'inherit', 'open', 'closed', '', 'ab-img-01', '', '', '2025-01-29 18:08:52', '2025-01-29 18:08:52', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/ab-img-01.png', 0, 'attachment', 'image/png', 0),
(669, 1, '2025-01-29 18:18:37', '2025-01-29 18:18:37', '', 'quote_7720793', '', 'inherit', 'open', 'closed', '', 'quote_7720793', '', '', '2025-01-29 18:18:37', '2025-01-29 18:18:37', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/quote_7720793.svg', 0, 'attachment', 'image/svg+xml', 0),
(673, 1, '2025-01-29 18:20:50', '2025-01-29 18:20:50', '', '2024-05-15', '', 'inherit', 'open', 'closed', '', '2024-05-15', '', '', '2025-01-29 18:20:50', '2025-01-29 18:20:50', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/2024-05-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(712, 1, '2025-01-29 19:22:40', '2025-01-29 19:22:40', '', 'banner-img-2', '', 'inherit', 'open', 'closed', '', 'banner-img-2', '', '', '2025-01-29 19:22:40', '2025-01-29 19:22:40', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/banner-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(759, 1, '2025-01-30 05:42:23', '2025-01-30 05:42:23', '<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img.jpg 500w, https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img-231x300.jpg 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2><p data-start=\"196\" data-end=\"273\" style=\"font-size: 17px;font-style: normal;font-weight: 400;font-family: Roboto, sans-serif\">Personalized Plans to Help You <b style=\"font-family: Montserrat, sans-serif;font-size: 2.35294rem;font-style: inherit\">Lose Weight and Take Charge</b></p></h2>				\n		<p data-start=\"196\" data-end=\"273\">Our <strong style=\"font-style: inherit;\" data-start=\"279\" data-end=\"308\">tailored wellness program</strong> is built to help you achieve your unique health and fitness goals—with personalized medical guidance and accountability every step of the way. Your monthly membership includes comprehensive lab monitoring, ongoing specialist visits, and convenient virtual care, ensuring your progress is supported and sustainable.</p>\n<p data-start=\"635\" data-end=\"955\">As a member, you’ll also unlock <strong data-start=\"667\" data-end=\"688\">exclusive savings</strong>—including <strong data-start=\"699\" data-end=\"747\">discounted PHYSIQ body-contouring treatments</strong> to sculpt and tone, and <strong data-start=\"772\" data-end=\"793\">Red Light Therapy</strong> to boost cellular recovery, collagen, and energy from within. Pair these benefits with <strong data-start=\"881\" data-end=\"911\">25% off THORNE supplements</strong> for a complete inside-out transformation.</p>\n<p data-start=\"957\" data-end=\"1087\" data-is-last-node=\"\" data-is-only-node=\"\"><strong data-start=\"957\" data-end=\"1087\" data-is-last-node=\"\">Take charge of your wellness journey today—book your consultation and start building the strongest, healthiest version of you.</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\" rel=\"nofollow\">\n									Schedule consult now\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/rsw_600h_600cg_true.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/rsw_600h_600cg_true.webp 600w, https://genesiswa.com/wp-content/uploads/2025/02/rsw_600h_600cg_true-300x300.webp 300w, https://genesiswa.com/wp-content/uploads/2025/02/rsw_600h_600cg_true-150x150.webp 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Lead Provider and Athlete</h2>				\n					<h4>NPC Bodybuilding Champion\n</h4>				\n		<p>Beyond her medical pursuits, ARNP Lee is passionate about fitness and competitive bodybuilding. She proudly achieved the titles of the 2022 NPC Vancouver Open Champion and 2023 NPC Idaho Muscle Classic Hero Champion in the Wellness division. As a dedicated athlete, ARNP Lee comprehends the ongoing journey to enhance health and performance. In her role as your medical provider, she is committed to assisting you in finding a safe and effective treatment to support your goals.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\" rel=\"nofollow\">\n									Schedule now\n					</a>\n					<h2>Transform into Your Best Self in 3 Easy Steps!</h2>				\n					<h5>Step 1:</h5>				\n					<h4>Schedule Your Medical Weight Loss Consultation</h4>				\n		<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances. </p>		\n					<h5>Step 2: </h5>				\n					<h5>Complete Your Lab Work</h5>				\n		<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service. </p>		\n					<h5>Step 3:</h5>				\n					<h5> Follow Up for Your Customized Plan</h5>				\n		<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized meal, training, and prescription plan tailored to your goals.</p>		\n					<h2><b>Weight Loss </b>Programs\n</h2>				\n													<h5>\n								Medical Weight Loss							</h5>\n												&#36;						\n								295							\n								per month							\n								<ul>\n																	<li>\n										<p data-start=\"178\" data-end=\"519\">Our <strong data-start=\"182\" data-end=\"213\">Medical Weight Loss Program</strong> is the most comprehensive program available—combining science-backed guidance with personalized support for lasting success. Each plan includes a personalized peptide prescriptions, <strong data-start=\"360\" data-end=\"384\" style=\"font-style: inherit\">customized meal plan</strong>, <strong data-start=\"386\" data-end=\"415\" style=\"font-style: inherit\">tailored training program</strong>, <strong data-start=\"417\" data-end=\"444\" style=\"font-style: inherit\">detailed lab monitoring</strong>, and <strong data-start=\"450\" data-end=\"483\" style=\"font-style: inherit\">weekly asynchronous check-ins</strong> with a licensed medical provider.\n</p>\n<p data-start=\"521\" data-end=\"740\">Designed for those with <strong data-start=\"545\" data-end=\"590\">less than 12 months of fitness experience</strong>, this program builds a strong foundation for both immediate results and long-term success—helping you not just reach your goals, but maintain them.</p>									\n						</li>\n									</ul>\n													<h5>\n								Peptide Therapy Program							</h5>\n												&#36;						\n								95							\n								per month							\n								<ul>\n																	<li>\n										<p data-start=\"311\" data-end=\"753\">Our <strong data-start=\"315\" data-end=\"342\">Peptide Therapy Program</strong> is a comprehensive, medically guided plan designed for individuals who already have experience with structured meal and training programs but want to enhance their progress through advanced medical support. Each program includes <strong data-start=\"572\" data-end=\"610\">personalized peptide prescriptions</strong>, <strong data-start=\"612\" data-end=\"639\">detailed lab monitoring</strong>, and <strong data-start=\"645\" data-end=\"671\">asynchronous check-ins</strong> with a licensed medical provider to ensure optimal dosing, safety, and results.</p>\n<p data-start=\"207\" data-end=\"419\">Tailored for those ready to take their performance and recovery to the next level, this program provides the medical oversight and precision your body needs to reach its full potential—during and beyond your treatment.</p>\n						</li>\n									</ul>\n					<h2><b>Exclusive </b>VIP Access\n</h2>				\n													<h5>\n								PHYSIQ Body Contouring							</h5>\n								20% Off							\n								Any 5 Session Packages							\n								<ul>\n																	<li>\n										<p data-start=\"119\" data-end=\"317\">Our <strong data-start=\"123\" data-end=\"174\">hands-free, non-invasive body contouring system</strong> uses exclusive <strong data-start=\"190\" data-end=\"210\">STEP™ technology</strong> to alternate Laser and EMS energy—<strong data-start=\"245\" data-end=\"295\">melting fat, toning muscle, and smoothing skin</strong> with zero downtime.</p>\n<p data-start=\"319\" data-end=\"526\">Sign up within <strong data-start=\"334\" data-end=\"345\">30 days</strong> of your first treatment to qualify for our <strong data-start=\"389\" data-end=\"423\">discounted Maintenance Program</strong>, with ongoing sessions starting at <strong data-start=\"459\" data-end=\"473\">$199/month</strong> to help you <strong data-start=\"486\" data-end=\"523\">maintain and enhance your results</strong>.</p>									\n						</li>\n									</ul>\n																		<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n								LEARN MORE							</a>\n													<h5>\n								Full Body Red Light Therapy							</h5>\n												&#36;						\n								25							\n								Non-Members $55							\n								<ul>\n																	<li>\n										Our <strong data-start=\"158\" data-end=\"189\">full-body Red Light Therapy</strong> delivers powerful <strong data-start=\"208\" data-end=\"265\">red (~660 nm) and near-infrared (~850 nm) wavelengths</strong>—energizing your cells for deeper repair without UV exposure or downtime. It <strong data-start=\"342\" data-end=\"385\">boosts circulation, stimulates collagen</strong>, and <strong data-start=\"391\" data-end=\"428\">relieves muscle and joint tension</strong>, leaving your skin and body feeling <strong data-start=\"465\" data-end=\"499\">restored, radiant, and renewed</strong>.									\n						</li>\n									</ul>\n																		<a href=\"https://genesiswa.com/red-light-therapy/\">\n								LEARN MORE							</a>\n					<h2>Real Patient  Success Stories\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"D292960C-2419-4E1A-BDF6-4CCC9FC24665\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9EMjkyOTYwQy0yNDE5LTRFMUEtQkRGNi00Q0NDOUZDMjQ2NjUucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82QUI3Qjk2NC1CNTdFLTQzMkUtQjVGNi1DMDVCRUMzQjU4REYucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"F2FF3B1F-CE83-41A3-B719-824E816B132C\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9GMkZGM0IxRi1DRTgzLTQxQTMtQjcxOS04MjRFODE2QjEzMkMucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82QzhGNDhERi1DRTVELTQwNzYtQkY2RS1GMjkwMDY1OUNGQzYucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80MDk0MTJCRi1BRjRBLTQ0NjktOTdCNi1BQkQ1NUM0RkM4RDYucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9DNjFDNEI3RC00Q0JGLTQxQTAtOThBMC00MTQ4RDExMjFEQ0IucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9FOTBCNkU2OS0zMUU2LTQxMUYtOENDRC02MkQ0QTVBMjZFMUMucG5nIiwic2xpZGVzaG93IjoiMjNhZGY3NSJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/2.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC8yLnBuZyIsInNsaWRlc2hvdyI6IjIzYWRmNzUifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/3.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC8zLnBuZyIsInNsaWRlc2hvdyI6IjIzYWRmNzUifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/4.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"23adf75\" data-elementor-lightbox-title=\"4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC80LnBuZyIsInNsaWRlc2hvdyI6IjIzYWRmNzUifQ%3D%3D\">\n														</a>\n					<h2>Innovative weight   loss medicine\n</h2>				\n					<h4>Tirzepatide + Niacinamide\n</h4>				\n		<p>A dual-action Glucagon-Like Peptide-1 (GLP-1) and glucose-dependent insulinotropic polypeptide (GIP) receptor agonist that increases the body’s production of insulin, inhibits glucagon, and decreases appetite to promote rapid weight loss. The average patient loses 15-20% in weight reduction.</p>		\n					<h5>Sermorelin</h5>				\n		<p>An injectable Growth Hormone-Releasing Peptide prescribed to stimulate the brain to produce human growth hormone. Great for weight loss patients with excessive central fat, slow muscle development/recovery, and poor sleep.</p>		\n					<h5>Nicotinamide Adenine Dinucleotide (NAD⁺)</h5>				\n		<p>NAD+ therapy offers a natural way to support weight loss by boosting energy, enhancing metabolism, and reducing cravings. By improving cellular function, it helps your body burn fat more efficiently and maintain overall wellness. NAD+ can be a powerful addition to your weight management plan.</p>		\n					<h5>Lipo-B injections\n</h5>				\n		<p>Enhances metabolic processes and increases energy through its positive effects on liver function. The addition of B12 provides an added boost to protein and fat metabolism. Benefits include weight loss, muscle building, and providing a pick-me-up if you have fatigue.</p>		\n					<h5>Oxytocin</h5>				\n		<p>Oxytocin is a hypothalamic neuropeptide hormone used effectively in obese patients with special cravings or binge-eating behavior by reducing their hunger drive, curbing cravings, and helping glucose regulation.</p><p>Explore our treatments and schedule a phone consultation to find the best options for you!</p>		\n					<a href=\"https://genesiswa.clientsecure.me/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							How do I get started with the Virtual Medical Weight Loss Program?						\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									<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					<p>Simply schedule an initial &#8220;Medical Weight Loss&#8221; virtual consultation with our weight loss specialist. During this consultation, we&#8217;ll assess your needs and goals, and provide you with all the information to get started on your weight loss journey.</p>\n							What is a Virtual Medical Weight Loss Program?						\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									<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					<p>Our Virtual Medical Weight Loss Program offers a comprehensive approach to weight management, providing personalized plans and virtual follow-up consultations for your convenience.</p>\n							How does the program work?						\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									<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					<p>The program starts with an initial virtual &#8220;Medical Weight Loss&#8221; consultation to assess your health and weight loss goals. You&#8217;ll receive a personalized plan, including dietary recommendations, exercise guidance, and, if necessary, prescription medications. Follow-up consultations are conducted virtually to monitor progress and make adjustments.</p>\n							Is the program suitable for everyone?						\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									<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					<p>Our program is designed to cater to a variety of weight loss needs. However, individual suitability is determined during the initial consultation, considering your health history and goals.</p>\n							What are the benefits of a virtual follow-up?						\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									<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					<p>Virtual follow-ups provide the convenience of monitoring your progress from the comfort of your home. It allows for regular check-ins, adjustments to your plan, and addressing any concerns promptly.</p>\n							How often are virtual follow-ups scheduled?						\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									<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					<p>The frequency of virtual follow-ups depends on individual progress and needs. Typically, they are scheduled once weekly asynchronous check-ins, ensuring continuous support throughout your weight loss journey.</p>\n							Can I get prescriptions and supplements through the virtual program?						\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									<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					<p>Yes, if deemed necessary during the initial consultation, prescriptions and supplement recommendations can be provided and monitored through virtual follow-ups. All prescriptions are mailed to your home.</p>\n							Are there specific dietary restrictions in the program?						\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									<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					<p>Dietary recommendations are personalized based on your health and weight loss goals. The program encourages a balanced and sustainable approach to nutrition.</p>\n							How do I track my progress in the virtual program?						\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									<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					<p>Progress is monitored through regular virtual consultations, where we assess weight changes, discuss challenges, and make adjustments to your plan if needed. Additionally, you may be encouraged to keep a food and exercise journal.</p>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n															<img width=\"1130\" height=\"635\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions.png 1130w, https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions-300x169.png 300w, https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions-1024x575.png 1024w, https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions-768x432.png 768w\" sizes=\"(max-width: 1130px) 100vw, 1130px\" />															\n					<h2>Wellness Membership  client portal\n</h2>				\n					<h5>Access the Client Portal\n</h5>				\n		<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at <a href=\"https://genesiswa.clientsecure.me./\" target=\"_blank\" rel=\"noopener\">https://genesiswa.clientsecure.me.</a></p>		\n					<h5>Client Portal Features\n</h5>				\n		<p>Send secure messages to your provider (Exclusive to Wellness Program Members).</p>		\n					<h5>Telehealth with a Simple Touch\n</h5>				\n		<p>Learn how to download the free app at <a href=\"https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app\" target=\"_blank\" rel=\"noopener\">The SimplePractice Client Portal mobile app – SimplePractice Support</a></p>		\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Weight Loss Medicine', '', 'publish', 'closed', 'closed', '', 'weight-loss-medicine', '', '', '2026-01-19 06:36:22', '2026-01-19 06:36:22', '', 0, 'https://mrarif.me/genesiswa/?page_id=759', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(761, 1, '2025-01-30 05:42:46', '2025-01-30 05:42:46', '<img width=\"520\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg 520w, https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1-223x300.jpg 223w\" sizes=\"(max-width: 520px) 100vw, 520px\" />															\n					<h2><b>Reclaim Your Vitality</b> with Testosterone Optimization Therapy</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule consult now\n					</a>\n		<p data-start=\"159\" data-end=\"231\"><strong data-start=\"159\" data-end=\"229\">Reclaim Your Strength. Restore Your Balance. Redefine Your Health.</strong></p><p data-start=\"233\" data-end=\"545\">Our comprehensive Hormone Therapy Program is designed to help men feel stronger, more energetic, and balanced—inside and out. Each monthly membership includes expert lab monitoring, ongoing specialist visits, and convenient virtual care, so your progress is tracked and supported every step of the way.</p><p data-start=\"547\" data-end=\"719\">As a member, you’ll also enjoy exclusive benefits like 25% off THORNE supplements and special discounts on Red Light Therapy to further optimize your results.</p><p data-start=\"721\" data-end=\"879\"><strong data-start=\"724\" data-end=\"744\">*Heroes Discount:</strong> As our way of saying thank you, active service members, veterans, and first responders receive $50 off their monthly membership.</p><p data-start=\"881\" data-end=\"1011\">Don’t wait to feel like yourself again—<strong data-start=\"920\" data-end=\"1011\">book your consultation today and start your journey to lasting vitality and confidence.</strong></p>		\n					<h2>Signs and Symptoms of  Hypogonadism</h2>				\n					<h4>Physical Effects\n</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced energy and fatigue\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced endurance\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Diminished work performance\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Diminished physical performance\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Loss of body hair\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced beard growth\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced lean muscle mass\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Obesity  \n									</li>\n						</ul>\n					<h5>Mental Effects\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Depressive symptoms\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Cognitive dysfunction\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced motivation\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Poor concentration\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Poor memory\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Irritability   \n									</li>\n						</ul>\n					<h5>Sexual Effects\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Loss of sex drive\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced erectile function\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Difficulty with ejaculation\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Lowered sperm count\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Infertility\n									</li>\n						</ul>\n					<h2>Transform into Your Best Self in 3 Easy Steps! </h2>				\n					<h5>Step 1:</h5>				\n					<h4>Schedule Your Testosterone Therapy Consultation</h4>				\n		<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances.</p>		\n					<h5>Step 2: </h5>				\n					<h4>Complete your Lab Work</h4>				\n		<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.</p>		\n					<h5>Step 3:</h5>				\n					<h5>Follow Up for Your Customized Plan:</h5>				\n		<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized prescription plan tailored to your goals.</p>		\n					<h2>Program Enhancement   </h2>				\n															<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/healthy-and-fit-man-normal-lifeimg.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/healthy-and-fit-man-normal-lifeimg.jpg 500w, https://genesiswa.com/wp-content/uploads/2025/03/healthy-and-fit-man-normal-lifeimg-231x300.jpg 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h4>Combined TOT + Peptide Program </h4>				\n		<p>This premium membership extends the TOT program benefits. Ideal for those seeking innovative peptide medicine for enhanced health—details under the \"<a href=\"https://genesiswa.com/peptide-therapy/\">Peptide Therapy Program</a>\" tab.</p>		\n					<h4>Optimizing Growth Hormone with Peptide Assistance\n</h4>				\n		<p>Suboptimal growth hormone can lead to symptoms like fatigue, changes in body composition, impaired bone health, reduced exercise tolerance, metabolic issues, skin and hair changes, cognitive impairment, mood fluctuations, sleep disturbances, and decreased libido. Our integrated program offers optimization of growth hormone with the assistance of peptides.</p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is Testosterone Optimization Therapy (TOT)?						\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									<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					<p>TOT is a medical treatment to address low testosterone levels in individuals through the administration of bioidentical testosterone.</p>\n<p>An alternative treatment is oral Clomiphene, or Clomid. This is prescribed off-label to boost testosterone levels in men. It works by stimulating the hypothalamus and pituitary gland, leading to increased production of testosterone. Fertility is preserved.</p>\n							Why might someone need TOT?						\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									<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					<p>TOT is prescribed to individuals with clinically low testosterone levels, often resulting in symptoms such as fatigue, low libido, and mood changes.</p>\n							How is testosterone administered in TOT?						\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									<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					<p>In our program, Testosterone can be administered through injections or topical creams. Clomiphene is taken orally as a capsule. The choice depends on individual preferences and medical considerations.</p>\n							What are the potential benefits of TOT?						\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									<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					<p>TOT can improve energy levels, mood, muscle mass, bone density, and sexual function in individuals with low testosterone.</p>\n							Are there any risks or side effects associated with TOT?						\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									<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					<p>Possible side effects, including acne, fluid retention, and mood changes, may occur with testosterone replacement therapy (TRT). Rare but serious risks, such as cardiovascular issues and potential effects on the prostate, exist. Discuss these risks with your healthcare provider during your consultation. To minimize side effects, we pride ourselves on meticulous lab monitoring to fine-tune your dosage throughout the program.</p>\n							Is fertility effected on testosterone?						\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									<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					<p>Yes, testosterone therapy can impact fertility by suppressing natural testosterone and sperm production. Strategies like clomiphene citrate or gonadorelin may be used alongside testosterone therapy to mitigate this impact. Consultation with your healthcare professional is crucial to address fertility concerns and tailor the treatment plan accordingly.</p>\n							What is gonadorelin?						\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									<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					<p>Gonadorelin, an injectable or oral GnRH agonist, can preserve fertility in men on testosterone therapy. It stimulates GnRH release, triggering LH and FSH production, maintaining natural testosterone and sperm production (Supplementary charges will be added).</p>\n							How is TOT monitored?						\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									<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					<p>Regular blood tests are conducted to assess testosterone levels, ensuring they stay within the optimal range. Adjustments to the treatment plan may be made based on these results.</p>\n							How long does it take to see results with TOT?						\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									<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					<p>Individual responses vary, but improvements in symptoms may be noticed within a few weeks to a few months.</p>\n							Is TOT a lifelong commitment?						\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									<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					<p>The duration of TOT varies based on individual needs and health conditions. Some individuals may require long-term treatment, while others might see improvements and discontinue therapy under medical supervision.</p>\n							Can TOT be combined with other treatments?						\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									<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					<p>Depending on individual health needs, TOT may be combined with other therapies (e.g. peptide therapy, gonadorelin, NAD+, etc.) or lifestyle changes to optimize overall well-being.</p>\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/img-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/img-1.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/01/img-1-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Wellness Membership  client portal</h2>				\n					<h4>Access the Client Portal\n</h4>				\n		<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at <a href=\"https://genesiswa.clientsecure.me./\" target=\"_blank\" rel=\"noopener\">https://genesiswa.clientsecure.me.</a></p>		\n					<h4>Client Portal Features\n</h4>				\n		<p>Send secure messages to your provider (Exclusive to Wellness Program Members).</p>		\n					<h4>Telehealth with a Simple Touch\n</h4>				\n		<section data-ux=\"Section\"><p>Learn how to download the free app at <a href=\"https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app\" target=\"_blank\" rel=\"noopener\">The SimplePractice Client Portal mobile app – SimplePractice Support</a></p></section>		\n					<h2>Beginning of a \n  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Testosterone Therapy', '', 'publish', 'closed', 'closed', '', 'testosterone-therapy', '', '', '2025-10-28 22:40:10', '2025-10-28 22:40:10', '', 0, 'https://mrarif.me/genesiswa/?page_id=761', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(763, 1, '2025-01-30 05:43:10', '2025-01-30 05:43:10', '<img width=\"520\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg 520w, https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img-223x300.jpg 223w\" sizes=\"(max-width: 520px) 100vw, 520px\" />															\n					<h2><b>Feel in Control and Thrive</b> with Customized Hormone Therapy</h2>				\n		<p data-start=\"131\" data-end=\"206\"><strong data-start=\"131\" data-end=\"204\">Rediscover Your Balance. Renew Your Energy. Reignite Your Confidence.</strong></p><p data-start=\"208\" data-end=\"524\">Our holistic hormone therapy program is uniquely designed for peri- and menopausal women who are ready to feel like themselves again. Each monthly membership includes personalized lab monitoring, dedicated specialist visits, and convenient virtual care, giving you expert support every step of the way.</p><p data-start=\"526\" data-end=\"746\">As a valued member, you’ll also receive exclusive perks—including 25% off THORNE supplements and special discounts on Red Light Therapy—to enhance your results and support your wellness from the inside out.</p><p data-start=\"748\" data-end=\"903\"><strong data-start=\"748\" data-end=\"768\">Heroes Discount:</strong> As our way of saying thank you, active service members, veterans, and first responders receive $50 off their monthly membership.</p><p data-start=\"905\" data-end=\"1047\">It’s time to take control of your health, your energy, and your confidence. <strong data-start=\"981\" data-end=\"1047\">Book your consultation today and start feeling like you again.</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule consult now\n					</a>\n					<h2>Signs and Symptoms of Hormone  Deficiency</h2>				\n					<h4>Estrogen Deficiency\n</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Hot flashes and night sweats\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Vaginal dryness and discomfort\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Mood changes\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Bone Loss (Osteoporosis and fractures)\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Changes in skin (reduced elasticity, dryness, and wrinkles)\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										sleep disturbances\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced libido\n									</li>\n						</ul>\n					<h5>Progesterone Deficiency\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Irregular menstrual periods\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Mood Changes\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Breast tenderness\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Sleep disturbances\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Water retention\n									</li>\n						</ul>\n					<h5>Testosterone Deficiency\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreased libido\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Fatigue and Reduced Energy\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreased muscle mass\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Mood changes\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Bone density loss\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Cognitive changes\n									</li>\n						</ul>\n					<h2>Transform into Your Best Self in 3 Easy Steps! </h2>				\n					<h5>Step 1:</h5>				\n					<h4>Schedule Your Women\'s Hormone Therapy Consultation</h4>				\n		<p>During your phone visit, our specialist will assess your medical history and goals. They’ll then order a comprehensive lab panel to check for metabolic or hormonal imbalances.</p>		\n					<h5>Step 2: </h5>				\n					<h4>Complete your lab work</h4>				\n		<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service.</p>		\n					<h5>Step 3:</h5>				\n					<h5>Follow Up for Your Customized Plan:</h5>				\n		<p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized prescription plan tailored to your goals.</p>		\n					<h2>Program Enhancement    </h2>				\n					<h4>Low-dose testosterone therapy\n</h4>				\n		In cases of enduring sexual dysfunction, even with optimal estrogen and progesterone levels, individuals have the opportunity to incorporate a low-dose topical testosterone cream to enhance a robust libido. A single office consultation is necessary before initiating testosterone therapy exclusively.		\n					<h4>Optimizing Growth Hormone with Peptide Assistance\n</h4>				\n		<p>Suboptimal growth hormone can lead to symptoms like fatigue, changes in body composition, impaired bone health, reduced exercise tolerance, metabolic issues, skin and hair changes, cognitive impairment, mood fluctuations, sleep disturbances, and decreased libido. Our integrated program offers optimization of growth hormone with the assistance of peptides.</p>		\n					<h4>Combined HRT + Peptide Program \n</h4>				\n		<p>This premium membership extends the HRT program benefits. Ideal for those seeking innovative peptide medicine for enhanced health—details under the \"<a href=\"https://genesiswa.com/peptide-therapy/\">Peptide Therapy Program</a>\" tab.</p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is Female Hormone Replacement Therapy (HRT)?						\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									<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					<p>HRT involves supplementing or replacing female hormones, like estrogen and progesterone, to alleviate symptoms associated with menopause or hormonal imbalance.</p>\n							Why might someone need HRT?						\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									<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					<p>Women often turn to HRT to manage symptoms of menopause, such as hot flashes, mood swings, and sleep disturbances. It can also address hormonal imbalances impacting overall well-being.</p>\n							What are the different types of HRT?						\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									<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					<p>HRT can be estrogen-only or a combination of estrogen and progesterone. The delivery methods include pills, creams, and injections.</p>\n							When is the best time to start HRT?						\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									<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					<p>The timing of HRT initiation varies for each woman. It is often recommended for women going through peri-/menopause to manage symptoms. The decision to start HRT should be made in consultation with a healthcare provider based on individual health and risk factors.</p>\n							What is the difference between perimenopause and menopause?						\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									<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					<p>Perimenopause is the transitional phase before menopause, typically starting in a woman&#8217;s 40s. It involves hormonal changes leading to symptoms like irregular menstrual cycles and hot flashes. Menopause marks the end of reproductive years, defined as 12 consecutive months without a period, usually occurring around age 51. </p>\n							Who is not a candidate for HRT?						\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									<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					<p>Absolute contraindications include history of breast cancer, endometrial cancer, blood clots or stroke, active liver disease, active cardiovascular disease, and women over age 65. Each woman&#8217;s risk factors, medical history, and symptoms will be carefully evaluated by your healthcare provider to determine the most appropriate course of action during the consultation.</p>\n							What are the side effects of HRT?						\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									<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					<p>Side effects can vary depending on the type of HRT and individual response. Common side effects include breast tenderness, bloating, and mood changes.</p>\n							Are there risks associated with HRT?						\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									<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					<p>While HRT can be effective, it&#8217;s not without risks. Potential risks include an increased risk of blood clots, stroke, and breast cancer. It&#8217;s crucial to discuss individual health factors with your healthcare provider during your consultation.</p>\n							How long should someone be on HRT?						\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									<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					<p>The duration of HRT varies based on individual needs. Some women may use it for a short-term relief of menopausal symptoms, while others may continue for a more extended period. Regular evaluations with a healthcare provider are essential.</p>\n							How is HRT monitored?						\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									<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					<p>Blood tests every 3 months are conducted to assess hormone levels, ensuring they stay within the optimal range. Adjustments to the treatment plan may be made based on these results.</p>\n							How long does it take to see results with HRT?						\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									<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					<p>Individual responses vary, but improvements in symptoms may be noticed within a few weeks to a few months.</p>\n							Can HRT be combined with other treatments?						\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									<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					<p>Depending on individual health needs, TOT may be combined with other therapies (e.g. peptide therapy, NAD+, etc.), low-dose testosterone therapy, or lifestyle changes to optimize overall well-being.</p>\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/doctor-client-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/doctor-client-img.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/02/doctor-client-img-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Wellness Membership  client portal\n</h2>				\n					<h5>Access the Client Portal\n</h5>				\n		<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at <a href=\"https://genesiswa.clientsecure.me./\" target=\"_blank\" rel=\"noopener\">https://genesiswa.clientsecure.me.</a></p>		\n					<h5>Client Portal Features\n</h5>				\n		<p>Send secure messages to your provider (Exclusive to Wellness Program Members).</p>		\n					<h5>Telehealth with a Simple Touch\n</h5>				\n		<p>Learn how to download the free app at <a href=\"https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app\" target=\"_blank\" rel=\"noopener\">The SimplePractice Client Portal mobile app – SimplePractice Support</a></p>		\n					<h2>Beginning of a \n  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Women\'s Hormone Therapy', '', 'publish', 'closed', 'closed', '', 'womens-hormone-therapy', '', '', '2026-02-02 13:58:57', '2026-02-02 13:58:57', '', 0, 'https://mrarif.me/genesiswa/?page_id=763', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(765, 1, '2025-01-30 05:43:35', '2025-01-30 05:43:35', '<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg 500w, https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img-231x300.jpg 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2>Optimize Your Wellness with <b>Personalized</b> <b>Peptide Therapy</b></h2>				\n		<p data-start=\"129\" data-end=\"411\">Our expert providers create a tailored peptide plan designed around your goals—whether it’s longevity, weight loss, or hormone optimization. Your membership includes lab monitoring, specialist visits, virtual care, plus 25% off THORNE supplements and discounts on Red Light Therapy.</p><p data-start=\"413\" data-end=\"483\"><strong data-start=\"413\" data-end=\"483\">Start your health transformation today—book your consultation now.</strong></p>		\n					<a href=\"https://genesiswa.com/korean-glass-skin\">\n									Schedule consult now\n					</a>\n					<h2>Benefits of Peptide   Therapy</h2>				\n					<h4>Enhanced Anti-aging Effects and Aesthetics</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Increases collagen and skin elasticity\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decrease in wrinkles/cellulite\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Improves fuller hair and nail growth\n									</li>\n						</ul>\n					<h4>Enhanced Recovery and Healing</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Accelerates healing from wounds or surgery\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Increases Bone Mineral Density\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreases joint and muscle pain\n									</li>\n						</ul>\n					<h5>Enhanced Athletic Optimization and Weight Loss</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Boosts healthy levels of growth hormone\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Increases muscle mass, definition, and endurance\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Improves workout and recovery\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduces body fat and promotes weight loss \n									</li>\n						</ul>\n					<h5>Enhanced Health, Wellness, and Quality of life</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Improves cognition and mental functions\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Promotes better, deeper, and a more restful sleep\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Improves insulin sensitivity and lipids\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Increases levels of energy, strength, and stamina\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Strengthens the immune system \n									</li>\n						</ul>\n					<h2>Transform into Your Best Self in 3 Easy Steps!\n</h2>				\n					<h5>Step 1:</h5>				\n					<h4>Schedule Your Peptide Therapy Consultation</h4>				\n		<p>During your phone visit, our specialist will assess your medical history and goals. They will then order a comprehensive lab panel to check for metabolic or hormonal imbalances. </p>		\n					<h5>Step 2: </h5>				\n					<h5>Complete your lab work</h5>				\n		<p>We partner with Quest Diagnostics to ensure your labs are processed accurately and efficiently. The cost of your lab work is included in your consultation fee, so there are no additional charges for this service. </p>		\n					<h5>Step 3:</h5>				\n					<h5>Follow Up for Your Customized Plan</h5>				\n		<section data-ux=\"Section\"><p>One week after your labs, schedule a complimentary video visit. Your provider will review your results and create a personalized  prescription plan tailored to your goals. </p></section>		\n					<h2><b>Top Features</b> of Our Peptide Therapy\n</h2>				\n					<h4>Sermorelin</h4>				\n		<p data-start=\"153\" data-end=\"484\">Sermorelin is a powerful Growth Hormone Releasing Peptide that stimulates your body’s own natural growth hormone production—without suppressing your pituitary gland. Experience renewed energy, enhanced muscle tone, increased strength and stamina, faster fat loss, improved libido, better mood, deeper sleep, and quicker recovery. Feel younger, stronger, and more vibrant every day.</p>		\n					<h5>Tirzepatide</h5>				\n		<p>This cutting-edge dual-action GLP-1 and GIP receptor agonist supercharges your body’s insulin production, curbs appetite, and blocks glucagon to help you shed pounds faster and more effectively. On average, patients experience an impressive 15-20% reduction in body weight—transforming their health and confidence like never before.</p><p><strong>Explore our treatment options and schedule a phone consultation to find the best fit for you! </strong></p>		\n					<a href=\"https://genesiswa.clientsecure.me/\" target=\"_blank\">\n									Schedule now\n					</a>\n															<img width=\"667\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Quality-matters-2.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Quality-matters-2.jpg 667w, https://genesiswa.com/wp-content/uploads/2025/01/Quality-matters-2-286x300.jpg 286w\" sizes=\"(max-width: 667px) 100vw, 667px\" />															\n					<h2>Quality matters \n</h2>				\n					<h4>Why Obtain Your Peptides with Us?</h4>				\n		<p>Genesis Wellness &amp; Aesthetics collaborates with a reputable compounding pharmacy, specializing in wellness, anti-aging, weight management, sexual wellness, aesthetic dermatology, and thyroid and adrenal health. Our mission is to enhance compounding industry standards by combining superior science and service, delivering high-quality compounded products from our FDA-registered facility. Unlike online peptide purchases, we prioritize patient safety and product quality through thorough lab monitoring to ensure precise dosages for optimal results. We distinguish ourselves from online peptide dispensaries that offer bulk peptides at lower costs—</p><p><strong>our commitment is to patient safety and top-tier product quality.</strong></p>		\n					<h2>\nFrequently Asked Questions \n</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							How do I get started with the Virtual Peptide Therapy Program?						\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									<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					<p>To begin the program, schedule an initial virtual &#8220;Peptide Therapy Consultation&#8221; with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey. To begin the program, schedule an initial virtual &#8220;Peptide Therapy Consultation&#8221; with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey. </p>\n							What is Peptide Therapy?						\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									<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					<p>Peptide therapy involves the use of peptides—short chains of amino acids—to influence and regulate various physiological functions in the body. </p>\n							How is Peptide Therapy Administered?						\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									<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					<p>Peptides can be administered through various methods, including injections, oral capsules, or topical applications. The specific method depends on the type of peptide and the desired therapeutic outcome. </p>\n							What Conditions Can Benefit from Peptide Therapy?						\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									<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					<p>Peptide therapy has shown benefits in a range of conditions, including improving skin health, promoting muscle growth, enhancing cognitive function, and supporting overall well-being. </p>\n							What are common symptoms of suboptimal growth hormone levels?						\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									<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					<ol>\n<li><strong>Fatigue:</strong> Persistent lack of energy.</li>\n<li><strong>Changes in Body Composition:</strong> Decreased muscle mass and increased body fat.</li>\n<li><strong>Impaired Bone Health:</strong> Reduced bone density and increased risk of fractures.</li>\n<li><strong>Decreased Exercise Tolerance:</strong> Difficulty with physical activities and reduced exercise capacity.</li>\n<li><strong>Metabolic Issues:</strong> Altered insulin sensitivity, changes in lipid profile, and increased cardiovascular risk.</li>\n<li><strong>Skin and Hair Changes:</strong> Thinning of the skin and diminished quality of hair.</li>\n<li><strong>Cognitive Impairment:</strong> Reduced concentration, memory, and cognitive function.</li>\n<li><strong>Mood Changes:</strong> Symptoms of depression and anxiety.</li>\n<li><strong>Sleep Disturbances:</strong> Insomnia or disrupted sleep patterns.</li>\n<li><strong>Decreased Libido:</strong> Loss of interest in sexual activity.</li>\n</ol>\n							Is Peptide Therapy Safe?						\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									<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					<p>When administered under the guidance of a qualified healthcare professional, peptide therapy is generally considered safe. Peptides used in therapy are often naturally occurring in the body. </p>\n							Are Peptides Natural?						\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									<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					<p>Yes, many peptides used in therapy are naturally occurring in the body. They are derived from proteins and play essential roles in various physiological processes. </p>\n							What is the Virtual Peptide Therapy Program?						\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									<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					<p>The Virtual Peptide Therapy Program is a personalized approach to health and wellness using peptides, conducted through virtual consultations for your convenience. </p>\n							How does the program work?						\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									<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					<p>The program begins with an initial virtual &#8220;Peptide Therapy Consultation&#8221; to assess your health goals. A specialized peptide lab panel is obtained to develop a personalized peptide therapy plan. Virtual follow-ups are scheduled as needed for monitoring and adjustments. </p>\n							Is the program suitable for everyone?						\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									<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					<p>To begin the program, schedule an initial virtual &#8220;Peptide Therapy Consultation&#8221; with our peptide therapy specialist. During this session, we will assess your goals and health status and provide you with the necessary information to start your virtual peptide therapy journey. </p>\n							What are the benefits of virtual peptide therapy?						\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									<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					<p> Virtual peptide therapy offers convenience, allowing you to receive personalized care from the comfort of your home. It includes regular check-ins and adjustments to optimize your peptide therapy experience. </p>\n							How often are virtual follow-ups scheduled?						\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									<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					<p>The frequency of virtual follow-ups depends on individual needs and progress. Our patients have exclusive access to secure portal messaging with their healthcare provider to communicate and monitor your response to peptide therapy and make necessary adjustments. </p>\n							Can I receive peptide prescriptions through the virtual program?						\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									<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					<p>Yes, if deemed necessary during the initial consultation, peptide prescriptions can be provided and monitored through virtual follow-ups. All prescriptions are mailed to your home.</p>\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Wellness Membership client portal\n</h2>				\n					<h5>Access the Client Portal</h5>				\n		<p>New and returning patients for our Medical Weight Loss, Testosterone Optimization Therapy, Women\'s Hormone Therapy, and Peptide Therapy can access their portal for secure messaging with their provider at <a href=\"https://genesiswa.clientsecure.me./\" target=\"_blank\" rel=\"noopener\">https://genesiswa.clientsecure.me.</a></p>		\n					<h5>Client Portal Features\n</h5>				\n		<p>Send secure messages to your provider (Exclusive to Wellness Program Members).</p>		\n					<h5>Telehealth with a Simple Touch\n</h5>				\n		<p>Learn how to download the free app at <a href=\"https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app\" target=\"_blank\" rel=\"noopener\">The SimplePractice Client Portal mobile app – SimplePractice Support</a></p>		\n					<h2>FDA Approved Peptides</h2>				\n		<p>On September 29th, 2023, the FDA made a decision to recategorize numerous vital bulk drug substances and restrict pharmacies from the ability to compound with these substances for patients</p>		\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										AOD 9604\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										BPC-157\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										CJC-1295\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Dihexa \n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 DSIP \n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Kisspeptin-10 \n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Epitalon \n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										GHK-Cu (for injectable routes of administration) \n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 LL-37 \n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Ibutamoren (MK677)\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Ipamorelin Acetate \n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										KPV\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Melanotan II\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 MOTs-C\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 PEG-MGF\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Selank\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Semax  \n									</li>\n						</ul>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Peptide Therapy', '', 'publish', 'closed', 'closed', '', 'peptide-therapy', '', '', '2025-05-31 06:54:15', '2025-05-31 06:54:15', '', 0, 'https://mrarif.me/genesiswa/?page_id=765', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(767, 1, '2025-01-30 05:43:55', '2025-01-30 05:43:55', '<img width=\"2560\" height=\"1708\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg 2560w, https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-1024x683.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-768x512.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-1536x1025.jpg 1536w, https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n					<h2><b>Recharge and Rejuvenate </b>with Vitamin Therapy</h2>				\n		<p data-start=\"153\" data-end=\"473\">Get a powerful boost of essential vitamins, minerals, and nutrients delivered directly into your bloodstream for fast, effective results. Our personalized treatments help increase energy, strengthen your immune system, enhance glowing skin, and support your overall wellness—so you can feel your absolute best every day.</p><p data-start=\"475\" data-end=\"536\"><strong data-start=\"475\" data-end=\"536\">Ready to recharge? Book your vitamin therapy session now!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Benefits of NAD+ IV  Therapy</h2>				\n					<h4>Enhanced Anti-aging</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Promotes mitochondrial biogenesis\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Defends cells against oxidative stress and death\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps cells repair damaged DNA\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Highly effective in anti-inflammation and detoxification\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreases the risk of heart disease\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreases skin aging through maintaining elasticity, structure, and moisture.\n									</li>\n						</ul>\n					<h5>Enhanced Athletic Optimization and Weight Loss</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Boosts metabolism and helps fuel fat burning\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduces adipose (fat) cells, resulting in less weight gain\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps control the circadian rhythm to improve sleep quality and duration.\n									</li>\n						</ul>\n					<h5>Enhanced Pain Reduction and Recovery</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Promotes cellular regeneration allowing body to heal itself\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps with addiction by regenerating brain cells and receptors damaged by substances\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduces substance cravings and unpleasant effects of withdrawal.\n									</li>\n						</ul>\n					<h5>Enhanced Mood and Cognitive Performance</h5>				\n		<p>Improves concentration, memory, and mental clarity by stimulating production of neurotransmitters, coenzymes, and other chemicals needed for proper brain and nervous system function. </p><p>Slows cognitive decline by boosting neuroplasticity and decreasing neuroinflammation.</p>		\n					<h5>Enhanced Energy and Reduced Fatigue</h5>				\n		<p>NAD fuels the energy production of mitochondria (our cellular power plants) by increasing production of ATP (adenosine triphosphate). ATP is the energy-carrying molecule found in the cells of all living things.</p>		\n					<h2>Menu / Price List</h2>				\n					<h2>Infusion Menu </h2>				\n																			<h6>\n													NAD+ 500mg (4h)												\n																						</h6>\n													599												\n										Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. 									\n																			<h6>\n													NAD+ 250mg (2h)												\n																						</h6>\n													399												\n										Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. 									\n																			<h6>\n													Weight Loss (1h)												\n																						</h6>\n													245												\n										Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.									\n																			<h6>\n													Hangover (1h)												\n																						</h6>\n													245												\n										Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. 									\n																			<h6>\n													Anti-acid (1h)												\n																						</h6>\n													225												\n										IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. 									\n																			<h6>\n													Immunity & Detox (1h)												\n																						</h6>\n													225												\n										Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.									\n																			<h6>\n													Allergy (1h)												\n																						</h6>\n													225												\n										Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. 									\n																			<h6>\n													Migraine (1h)												\n																						</h6>\n													225												\n										Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. 									\n																			<h6>\n													Myer\'s Mix (1h)												\n																						</h6>\n													199												\n										Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.									\n																			<h6>\n													Glutathione 1,000 (15 min.)												\n																						</h6>\n													145												\n										IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \"Hollywood Infusion\" for glowing skin. 									\n					<h2>Nutrient Shot Menu </h2>				\n		<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.</p>		\n																			<h6>\n													Ketorolac												\n																						</h6>\n													45												\n										A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. 									\n																			<h6>\n													Zofran												\n																						</h6>\n													45												\n										A trusted medication for relieving nausea and vomiting, offering fast and effective relief. 									\n																			<h6>\n													Lipo-B12												\n																						</h6>\n													49												\n										A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. 									\n																			<h6>\n													B12												\n																						</h6>\n													40												\n										A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. 									\n					<h2>NAD+ Treatment  options </h2>				\n		<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion – the ultimate revitalizing treatment for your body and mind!</p>		\n																			<h6>\n													Renew NAD+ Package ($2,250, save $146)												\n																						</h6>\n										4 separate NAD+ 500mg infusions\nEach 4 hours over 1 month									\n																			<h6>\n													Revive NAD+ Package ($1,499, save $97)												\n																						</h6>\n										4 separate NAD+ 250mg infusions\nEach 2 hours over 1 month									\n																			<h6>\n													NAD+ 1,000mg vial ($495)												\n																						</h6>\n										Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).									\n																			<h6>\n													Single Infusion NAD+												\n																						</h6>\n										NAD+ 250mg (2h) - $399 (Athletic/Anti-aging)<br>\nNAD+ 500mg (4h) - $599 (Neuroregenerative)									\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Vitamin Therapy', '', 'publish', 'closed', 'closed', '', 'vitamin-therapy', '', '', '2025-08-13 20:12:31', '2025-08-13 20:12:31', '', 0, 'https://mrarif.me/genesiswa/?page_id=767', 0, 'page', '', 0),
(769, 1, '2025-01-30 05:44:16', '2025-01-30 05:44:16', '<img width=\"382\" height=\"510\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp 382w, https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02-225x300.webp 225w\" sizes=\"(max-width: 382px) 100vw, 382px\" />															\n					<h2>Botox &amp;  Dysport</h2>				\n		<p>Get predictable, subtle results with Botox for a natural look with fewer facial lines. Schedule a free consultation to enhance your appearance today.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctMS5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctMi5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctMy5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExNiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctNC5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExNywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctNS5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExOCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctNi5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzExOSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctNy5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEyMCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctOC5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-9\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEyMSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctOS5qcGciLCJzbGlkZXNob3ciOiIxZmE3YzgwIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/botox-img-10.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1fa7c80\" data-elementor-lightbox-title=\"botox-img-10\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEyMiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ib3RveC1pbWctMTAuanBnIiwic2xpZGVzaG93IjoiMWZhN2M4MCJ9\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							What is Your Per Unit Cost for Neurotoxins?						\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									<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					<p>Our pricing is as follows: Dysport is $5 per unit, and Botox is $15.00 per unit.</p>\n							What is Botox/Dysport and How Does it Work?						\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									<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					<p>Botox/Dysport is a neurotoxin that temporarily paralyzes muscles, reducing the appearance of wrinkles by preventing muscle contractions. </p>\n							Is Botox/Dysport Safe?						\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									<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					<p>When administered by a qualified and experienced professional, Botox/Dysport is generally considered safe. Our practice offers a complimentary consultation for each patient to ascertain the safe and expert administration of Botox by our trained and certified injectors. </p>\n							Does Botox/Dysport Require Downtime?						\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									<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					<p>Botox/Dysport is a non-surgical procedure with minimal downtime. Patients can typically resume normal activities immediately after treatment. </p>\n							How Long Do Botox/Dysport Results Last?						\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									<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					<p>Botox/Dysport results are temporary and typically last three to four months. Regular maintenance treatments are recommended for sustained effects. </p>\n							Are There Side Effects of Botox/Dysport?						\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									<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					<p>Side effects are usually mild and temporary, including bruising, swelling, or redness at the injection site. Serious side effects are rare. </p>\n							Who is a Good Candidate for Botox?						\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									<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					<p>Botox/Dysport is suitable for individuals with moderate to severe facial wrinkles looking for a non-invasive cosmetic solution. The consultation with our healthcare professionals can determine candidacy. </p>\n							What can I expect during my consultation?						\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									<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					<p>Your healthcare provider will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed suitable, same-day treatment may be administered if time allows. </p>\n							Can Botox/Dysport Be Combined with Other Treatments?						\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									<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					<p>Botox can be combined with other cosmetic treatments to enhance overall results. Common combinations include dermal fillers and laser therapies. </p>\n							How Soon Can I See Results After Botox/Dysport Treatment?						\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									<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					<p>Results typically begin to appear within a few days to a week after the procedure, with full effects becoming evident within two weeks. </p>\n							How Often Should I Get Botox/Dysport Injections?						\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									<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					<p>The frequency of Botox/Dysport injections depends on individual factors and desired results. Most patients opt for treatments every three to six months for ongoing benefits. </p>\n							Is Botox/Dysport Only Used for Cosmetic Purposes?						\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									<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					<p>While Botox/Dysport is widely known for its cosmetic applications, it is also used for various medical conditions, including migraines, excessive sweating, and certain muscle disorders. </p>\n							Is Botox/Dysport Painful?						\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									<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					<p>Botox/Dysport injections are generally well-tolerated. Patients may experience minor discomfort, but the procedure is quick, and any discomfort is brief. </p>\n							How should i prepare for my treatment?						\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									<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					<ul>\n<li>Avoid blood-thinning medications for several days before your visit (*Unless medically indicated).</li>\n<li>Avoid alcohol on the procedure day.</li>\n<li>Arrive with a clean, washed face.</li>\n<li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.</li>\n</ul>\n							What can I expect during my treatment visit?						\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									<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					<p>Before/Dysport and after your treatment, your injector will capture photographs. For certain areas, a numbing cream may be applied before the injection. Many patients describe the injections as a mild pinch. </p>\n							What should I do after my treatment?						\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									<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					<ul>\n<li>Do not lie down for 4 hours.</li>\n<li>Do not wear a hat for 4 hours if the forehead is treated.</li>\n<li>Avoid any massage or pressure to the treatment area(s), as this may alter the placement of the drug.</li>\n<li>If you would like to reapply makeup, do so gently over the treatment area(s).</li>\n<li>Avoid flushing/sweating and heavy exercise for 24 hours. </li>\n</ul>\n							What should I expect after my treatment?						\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									<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					<p>Recovery time for the treatment is minimal, allowing you to resume your daily activities right away. Visible smoothing of lines may begin within 24 to 48 hours, with complete results apparent within 30 days. The effects can last up to 4 months for moderate to severe lines. During your 2-week follow-up visit, you and the provider can assess whether additional units are necessary. </p>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Botox & Dysport', '', 'publish', 'closed', 'closed', '', 'botox-dysport', '', '', '2025-12-30 22:39:03', '2025-12-30 22:39:03', '', 0, 'https://mrarif.me/genesiswa/?page_id=769', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(771, 1, '2025-01-30 05:45:15', '2025-01-30 05:45:15', '<img width=\"520\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/filler-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/filler-img.jpg 520w, https://genesiswa.com/wp-content/uploads/2025/02/filler-img-223x300.jpg 223w\" sizes=\"(max-width: 520px) 100vw, 520px\" />															\n					<h2>Dermal fillers</h2>				\n		<p>Choose from our variety of Hyaluronic acid fillers for natural-looking enhancements in facial aesthetics. We aim to improve shape, contour, definition, and facial balance. </p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"1C9A53A2-A184-4A49-BC1F-D2432A8A4F85\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8xQzlBNTNBMi1BMTg0LTRBNDktQkMxRi1EMjQzMkE4QTRGODUucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8yQTlEMkVBMC0wM0EzLTQ4NDYtOEFEOS05QUFGRkE1RUEyNzUuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"2E46D101-7024-4258-A8D3-B4F6193622CD\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8yRTQ2RDEwMS03MDI0LTQyNTgtQThEMy1CNEY2MTkzNjIyQ0QuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/6AA48899-D998-49D4-971B-68002E2F1B77.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"6AA48899-D998-49D4-971B-68002E2F1B77\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82QUE0ODg5OS1EOTk4LTQ5RDQtOTcxQi02ODAwMkUyRjFCNzcucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/07B4BAED-65DE-496D-BB70-B49D388D28A4.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"07B4BAED-65DE-496D-BB70-B49D388D28A4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2NiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8wN0I0QkFFRC02NURFLTQ5NkQtQkI3MC1CNDlEMzg4RDI4QTQucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"40C2D325-5BF3-4624-95E8-0ADB1AA01623\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80MEMyRDMyNS01QkYzLTQ2MjQtOTVFOC0wQURCMUFBMDE2MjMucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"61DFDAFA-7931-4734-AC57-D58D5942C035\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82MURGREFGQS03OTMxLTQ3MzQtQUM1Ny1ENThENTk0MkMwMzUuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE2OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC83MEIxRkZDQS1CNzUwLTRBNEEtQTQwQS03RUQwM0MxN0FEM0UucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"099D287F-1822-4ADF-AEF6-BD1C121B8569\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8wOTlEMjg3Ri0xODIyLTRBREYtQUVGNi1CRDFDMTIxQjg1NjkuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/100F33C3-B8A2-4B28-807C-101E72D9F00F.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"100F33C3-B8A2-4B28-807C-101E72D9F00F\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8xMDBGMzNDMy1COEEyLTRCMjgtODA3Qy0xMDFFNzJEOUYwMEYucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80NDQ0MERBNi1DMkU4LTRCMUQtOTVFNC1BRTk3QkJEQ0I3QkUucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"48595A0E-91E1-4751-8B7B-32E0176773E7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80ODU5NUEwRS05MUUxLTQ3NTEtOEI3Qi0zMkUwMTc2NzczRTcucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"84765ADA-BF8A-44F8-B03E-0122AF44472E\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC84NDc2NUFEQS1CRjhBLTQ0RjgtQjAzRS0wMTIyQUY0NDQ3MkUuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"A923CD61-7DBE-4776-A689-12E74E1A739A\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9BOTIzQ0Q2MS03REJFLTQ3NzYtQTY4OS0xMkU3NEUxQTczOUEucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9BQ0ZBRDI2RS01MUQwLTRCNTEtQUJDMi1BRkNCNTE1MDBFRjkucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"C1667D0D-B5F2-428D-B5C7-E2C6A332BA78\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9DMTY2N0QwRC1CNUYyLTQyOEQtQjVDNy1FMkM2QTMzMkJBNzgucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"CE3FBBD0-D844-4D1B-B9E8-294FC4E98184\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE3OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9DRTNGQkJEMC1EODQ0LTREMUItQjlFOC0yOTRGQzRFOTgxODQuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"FC7A3269-DC6E-4B59-9E67-F80039738410\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE4MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9GQzdBMzI2OS1EQzZFLTRCNTktOUU2Ny1GODAwMzk3Mzg0MTAucG5nIiwic2xpZGVzaG93IjoiYWJjZGI0NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE4MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC8xMTdFOEVEMC05NEIzLTRBQUUtQjYxMC01OURDQkQzQTBFRDguanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"8067F8DC-17B3-4E2D-A681-23DD30A8ED4F\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE4MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC84MDY3RjhEQy0xN0IzLTRFMkQtQTY4MS0yM0REMzBBOEVENEYuanBlZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/filler-before-after-extra.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"abcdb46\" data-elementor-lightbox-title=\"filler-before-after-extra\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIxMSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9maWxsZXItYmVmb3JlLWFmdGVyLWV4dHJhLmpwZyIsInNsaWRlc2hvdyI6ImFiY2RiNDYifQ%3D%3D\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							What is the Cost of Dermal Fillers?						\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									<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					<p>We offer dermal fillers at the following rates: $700 for a full syringe and $450 for a half syringe.</p>\n							What are Dermal Fillers?						\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									<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					<p>Dermal fillers are injectable substances, often composed of hyaluronic acid or other materials, used to add volume, smooth wrinkles, and enhance facial contours. </p>\n							How Do Dermal Fillers Work?						\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									<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					<p>Dermal fillers work by instantly adding volume to the treated area, plumping up the skin and reducing the appearance of wrinkles and lines. </p>\n							Are Dermal Fillers Safe?						\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									<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					<p>When administered by a qualified and experienced healthcare professional, dermal fillers are generally considered safe. Our practice offers a complimentary consultation for each patient to ascertain the safe and expert administration of dermal fillers by our trained and certified injectors. </p>\n							How Long Do Dermal Filler Results Last?						\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									<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					<p>The duration of results varies depending on the type of filler used and individual factors. Results can last from several months to over a year. </p>\n							Is There Downtime After Dermal Filler Treatment?						\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									<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					<p>Downtime is minimal for most dermal filler treatments. Patients can typically resume normal activities immediately after the procedure. </p>\n							Are Dermal Filler Injections Painful?						\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									<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					<p>Discomfort is usually minimal during dermal filler injections. If needed, your injector will apply medical-grade topical numbing to your treatment area prior. Many fillers also contain a local anesthetic to enhance comfort. </p>\n							Are There Any Side Effects of Dermal Fillers?						\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									<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					<p>Some hyaluronic acid-based fillers can be partially or fully reversed using an enzyme called hyaluronidase if needed. </p>\n							Can Dermal Fillers Be Combined with Other Treatments?						\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									<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					<p>Yes, dermal fillers can be combined with other cosmetic treatments such as Botox, laser therapy, or chemical peels for comprehensive facial rejuvenation. </p>\n							How Soon Can I See Results After Dermal Filler Treatment?						\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									<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					<p>Results are typically visible immediately after the treatment, with optimal effects becoming more apparent in the days following. </p>\n							Who is a Good Candidate for Dermal Fillers?						\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									<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					<p>Individuals experiencing volume loss, wrinkles, or seeking facial enhancement may be good candidates. A consultation with a healthcare professional helps determine suitability. </p>\n							Which Filler Type is the Best?						\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									<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					<p>The choice of which filler depends on your treatment goals, the desired longevity, and the facial location &#8211; This varies from person to person. Your certified injector will discuss your goals and determine which products are right for you. </p>\n							What Should I Expect at My Consultation?						\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									<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					<p>Your injector will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed appropriate, same-day treatment may be administered based on time availability. </p>\n							How Should I Prepare for My Treatment?						\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									<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					<ul>\n<li>Avoid blood-thinning medications including but not limited to Aspirin, Motrin, Gingko Biloba, Garlic, Flax oil, Cod Liver Oil, Vitamin A, Vitamin E, or any other essential fatty acids atleast 3-7 days before and after treatment.</li>\n<li>Avoid alcohol 24-48 hours before.</li>\n<li>Arrive with a clean, washed face.</li>\n<li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.</li>\n<li>If you have a special even or vacation, schedule atleast 2 weeks in advance</li>\n<li> </li>\n</ul>\n							What Should I Expect During My Visit?						\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									<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					<p>The provider will take your photos before and after your treatment. Some areas may need numbing cream and/or ice which will be applied prior to your injection. Results vary depending on the product, your metabolism, and the amount of products used. </p>\n							What Should I Expect After My Visit?						\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									<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					<ul>\n<li>Treatment requires minimal downtime. You can return to your daily routine immediately. Some redness, swelling, and bruising may occur following treatment. Resolution is typically spontaneous within a few days. At your 2-4 week follow-up visit, you and the provider will determine if additional filler is needed.</li>\n</ul>\n							What Should I Do After My Visit?						\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									<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					<ul>\n<li>Avoid any massage or pressure to the treatment area(s), as this may alter the placement of the drug.</li>\n<li>If you would like to reapply makeup, do so gently over the treatment area(s).</li>\n<li>Avoid flushing/sweating and heavy exercise for 24 hours. </li>\n</ul>\n							Who Should Not Use Filler Products?						\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									<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					<ul>\n<li>Are pregnant, breastfeeding, or under 22 years of age</li>\n<li>Have recently used drugs that thin the blood or prevent clotting</li>\n<li>Have had previous bad allergies, particularly to microorganisms known as gram-positive bacteria</li>\n<li>Have serious allergies to drugs that have previously required in-hospital treatment</li>\n<li>Have bleeding disorders</li>\n<li>Have a known allergy to lidocaine (Select products)</li>\n<li> </li>\n</ul>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Dermal Fillers', '', 'publish', 'closed', 'closed', '', 'dermal-fillers', '', '', '2026-02-02 13:50:55', '2026-02-02 13:50:55', '', 0, 'https://mrarif.me/genesiswa/?page_id=771', 0, 'page', '', 0),
(773, 1, '2025-01-30 05:45:48', '2025-01-30 05:45:48', '<img width=\"1024\" height=\"1024\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/7-1024x1024.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/7-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/05/7-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/05/7-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/05/7-768x768.png 768w, https://genesiswa.com/wp-content/uploads/2025/05/7-1536x1536.png 1536w, https://genesiswa.com/wp-content/uploads/2025/05/7.png 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Restore Youthful Volume and Radiance with <b>Sculptra</b></h2>				\n		<p data-start=\"172\" data-end=\"462\">Sculptra isn’t just a filler—it’s a collagen-boosting powerhouse. Made from biocompatible poly-L-lactic acid (PLLA), this innovative treatment stimulates your skin’s natural collagen production, gradually restoring lost volume, smoothing texture, and delivering long-lasting rejuvenation.</p><p data-start=\"464\" data-end=\"534\">Experience a refreshed, lifted look that feels as natural as you do.</p><p data-start=\"536\" data-end=\"620\"><strong data-start=\"536\" data-end=\"620\">Book your Sculptra consultation today and start your journey to timeless beauty!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"64f537e\" data-elementor-lightbox-title=\"Sculptra-img-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE0MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9TY3VscHRyYS1pbWctMy5qcGciLCJzbGlkZXNob3ciOiI2NGY1MzdlIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"64f537e\" data-elementor-lightbox-title=\"Sculptra-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE0MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9TY3VscHRyYS1pbWctMi5qcGciLCJzbGlkZXNob3ciOiI2NGY1MzdlIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"64f537e\" data-elementor-lightbox-title=\"Sculptra-img-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE0MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9TY3VscHRyYS1pbWctNS5qcGciLCJzbGlkZXNob3ciOiI2NGY1MzdlIn0%3D\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							How Does Sculptra Work?						\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									<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					<p>Sculptra works by stimulating the body&#8217;s natural collagen production. When injected into the skin, it gradually breaks down and encourages collagen synthesis, leading to firmer, smoother, and more youthful-looking skin over time. </p>\n							What Areas Can Be Treated with Sculptra?						\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									<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					<p>Sculptra is commonly used to treat facial wrinkles and folds, such as nasolabial folds (smile lines), marionette lines, and chin wrinkles. It can also be used to restore volume in hollow areas of the face, such as the cheeks and temples. </p>\n							How Long Does Sculptra Last?						\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									<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					<p>Unlike some other dermal fillers that provide immediate results, Sculptra works gradually and can last up to two years or more. The longevity of results is due to its collagen-stimulating properties, which continue to improve skin quality over time. </p>\n							Is Sculptra Safe?						\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									<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					<p>Yes, Sculptra is considered safe when administered by a trained and qualified healthcare provider. It is FDA-approved for cosmetic use and has undergone extensive clinical testing to ensure its efficacy and safety profile. </p>\n							What are the Potential Side Effects of Sculptra?						\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									<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					<p>Common side effects of Sculptra may include temporary swelling, bruising, redness, tenderness, or lumps at the injection site. These effects are usually mild and resolve on their own within a few days to weeks. </p>\n							Who is a Good Candidate for Sculptra?						\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									<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					<p>Ideal candidates for Sculptra are individuals seeking non-surgical facial rejuvenation, including improvement in volume loss, wrinkles, and skin laxity. A consultation with a healthcare provider can determine if Sculptra is suitable based on individual needs and medical history. </p>\n							How Many Sessions of Sculptra are Required?						\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									<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					<p>The number of Sculptra sessions needed varies depending on the desired results and individual factors. Typically, a series of treatments spaced several weeks apart is recommended to achieve optimal outcomes. </p>\n							Is There Downtime After Sculptra Injections?						\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									<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					<p>While there may be some mild swelling, bruising, or tenderness after Sculptra injections, most patients can resume their normal activities immediately. It&#8217;s advisable to avoid strenuous exercise and excessive sun exposure for a few days post-treatment. </p>\n							When Will I See Results from Sculptra?						\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									<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					<p>Results from Sculptra are not immediate, as the collagen-building process takes time. Patients usually start noticing improvements in skin texture and volume gradually over several weeks to months after treatment. </p>\n							What Should I Expect at My Consultation?						\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									<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					<p>Your injector will assess your treatment objectives and conduct a facial analysis to identify the suitable treatment areas. If deemed appropriate, same-day treatment may be administered based on time availability. </p>\n							How Should I Prepare for My Treatment?						\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									<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					<ul>\n<li>Avoid blood-thinning medications including but not limited to Aspirin, Motrin, Gingko Biloba, Garlic, Flax oil, Cod Liver Oil, Vitamin A, Vitamin E, or any other essential fatty acids atleast 3-7 days before and after treatment.</li>\n<li>Avoid alcohol 24-48 hours before.</li>\n<li>Arrive with a clean, washed face.</li>\n<li>If you have a history of cold sores, start your anti-viral medication 3 days prior to your injection.</li>\n<li>If you have a special event or vacation, schedule at least 2 weeks in advance</li>\n</ul>\n							What Should I Do After My Treatment?						\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									<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					<p> After your Sculptra treatment, follow these important post-treatment care instructions:</p>\n<p> </p>\n<ol>\n<li>Massage the treated area for 5 minutes, 5 times per day for 5 days.</li>\n<li>Apply ice or a cloth-wrapped ice pack to the treated area within the first 24 hours to reduce swelling.</li>\n<li>Avoid strenuous exercise, sun exposure, UV lamps, and extreme temperatures for the first 24 hours.</li>\n</ol>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Sculptra', '', 'publish', 'closed', 'closed', '', 'sculptra', '', '', '2026-02-02 13:52:12', '2026-02-02 13:52:12', '', 0, 'https://mrarif.me/genesiswa/?page_id=773', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(775, 1, '2025-01-30 05:46:56', '2025-01-30 05:46:56', '<img width=\"732\" height=\"549\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg 732w, https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36-300x225.jpeg 300w\" sizes=\"(max-width: 732px) 100vw, 732px\" />															\n					<h2>Unlock the Power of <b>“Liquid Gold” </b>with PRP Therapy</h2>				\n		<p data-start=\"158\" data-end=\"421\">Experience the cutting-edge treatment that’s transforming skin and wellness—PRP (Platelet-Rich Plasma) therapy uses your body’s own concentrated platelets, stem cells, and growth factors to supercharge healing, boost collagen, and stimulate tissue regeneration.</p><p data-start=\"423\" data-end=\"543\">Whether you’re seeking radiant skin, faster recovery, or natural rejuvenation, PRP delivers powerful, lasting results.</p><p> </p><p data-start=\"545\" data-end=\"616\"><strong data-start=\"545\" data-end=\"616\">Book your session today and start your journey to renewed vitality!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule consult now\n					</a>\n					<h2>Accelerated Healing:  Joint &amp; Soft Tissue Recovery</h2>				\n		<p>Experience faster recovery and enhanced healing with Platelet-Rich Plasma (PRP) therapy after injury. PRP promotes tissue regeneration, reduces pain, and restores mobility for a quicker return to an active lifestyle. </p>		\n															<img width=\"520\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/PRP-img-4.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/PRP-img-4.jpg 520w, https://genesiswa.com/wp-content/uploads/2025/02/PRP-img-4-223x300.jpg 223w\" sizes=\"(max-width: 520px) 100vw, 520px\" />															\n															<img width=\"2560\" height=\"1703\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg 2560w, https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-300x200.jpeg 300w, https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-1024x681.jpeg 1024w, https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-768x511.jpeg 768w, https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-1536x1022.jpeg 1536w, https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6-2048x1362.jpeg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n					<h2>Radiant Renewal:  Injections for Skin Rejuvenation</h2>				\n		<p>Discover the transformative power of PRP injections for skin rejuvenation. Stimulate collagen production, improve texture and tone, and achieve a youthful glow with this natural and effective treatment. </p>		\n					<h2>Unlock Your Hair\'s Potential:   Therapy for Regrowth</h2>				\n		<p>Boost natural regrowth with Platelet-Rich Plasma (PRP) scalp therapy. PRP stimulates dormant follicles, improves hair thickness, and supports stronger, healthier growth—helping you regain confidence and fuller-looking hair naturally.</p>		\n															<img width=\"854\" height=\"564\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg 854w, https://genesiswa.com/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100-300x198.jpeg 300w, https://genesiswa.com/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100-768x507.jpeg 768w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n															<img width=\"667\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/RF-Microneedling.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/RF-Microneedling.jpg 667w, https://genesiswa.com/wp-content/uploads/2025/01/RF-Microneedling-286x300.jpg 286w\" sizes=\"(max-width: 667px) 100vw, 667px\" />															\n					<h2>The Power Duo: PRP and  RF Microneedling</h2>				\n		<p>Discover the ultimate skincare combination with PRP (Platelet-Rich Plasma) and RF (Radiofrequency) microneedling. This dynamic duo boosts collagen production, tightens skin, and enhances overall skin texture for a youthful, radiant complexion. </p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							What is PRP?						\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									<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					<p>PRP consists of plasma and platelets, which is a type of blood cell that plays an important role in healing throughout the body. With PRP injections, the solution with specific bioactive proteins is injected into the target area to accelerate the healing process and tissue growth.</p>\n							What Does PRP Treat?						\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									<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					<p>PRP injections are used for a range of conditions from sports injuries to chronic pain. It can aid in reducing inflammation, enhancing cellular growth, and accelerating your body’s natural healing process. Some of the most common uses of PRP therapy include the treatment of osteoarthritis and tendinitis. PRP therapy can also be used in aesthetic treatments, such as hair restoration and skin rejuvenation. </p>\n							Is PRP Safe?						\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									<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					<p>A PRP injection is a low-risk procedure and does not usually cause major side effects. Since you are receiving your own plasma back, you won’t have any side effects from the substance itself. The process of any injection always comes with a slight risk of bleeding or infection. Our professionals will make every effort to mitigate these risks.</p>\n							Who is Not a Candidate for PRP?						\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									<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					<p>While PRP therapy is a nonsurgical treatment that is associated with very little risk, it’s not right for everyone. You likely won’t be considered a candidate for this treatment if you: </p>\n<p> </p>\n<ul>\n<li>Are pregnant</li>\n<li>Have advanced-stage osteoarthritis</li>\n<li>Have a blood disorder and/or anemia</li>\n<li>Currently have an infection or cancer</li>\n<li>Are receiving anticoagulation therapy</li>\n</ul>\n							Will I Need to Take Time Off?						\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									<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					<p>No, there is no downtime.</p>\n							How Fast Will PRP Take to Work?						\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									<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					<p>Most of the patients who receive treatment will see some relief within a week after their first PRP injection. PRP helps your body heal, and this process can take some time. You should expect to notice continual improvement for a few weeks after your third injection.</p>\n							How Long Will the Treatment Take?						\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									<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					<p>After the initial regimen, it is recommended to be seen for a yearly booster. Depending on how your body responds to treatment, some individuals may need a booster more or less often. </p>\n							How Do I Prepare for My Appointment?						\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									<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					<p>Discontinue any medications / supplements that may thin your blood unless prescribed by your provider. </p>\n							How Many Sessions Will I Need?						\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									<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					<p>We recommend a minimum of 3 sessions with a minimum of 1 month apart each session.</p>\n					<h2>Are you ready to be the best version   of yourself?  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'PRP Injections', '', 'publish', 'closed', 'closed', '', 'prp-injections', '', '', '2026-02-02 13:53:54', '2026-02-02 13:53:54', '', 0, 'https://mrarif.me/genesiswa/?page_id=775', 0, 'page', '', 0),
(777, 1, '2025-01-30 05:47:16', '2025-01-30 05:47:16', '<img width=\"450\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg 450w, https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33-225x300.jpg 225w\" sizes=\"(max-width: 450px) 100vw, 450px\" />															\n					<h2>Reveal Radiance with <b>Pixel8 RF Microneedling</b></h2>				\n		<p data-start=\"138\" data-end=\"387\">Harness the power of advanced radio frequency energy combined with precise microneedling to stimulate collagen and rejuvenate elastin cells deep within your skin. The result? Smoother, firmer, and more youthful-looking skin that glows from within.</p><p data-start=\"389\" data-end=\"504\">Experience this transformative treatment and step confidently into radiant skin—<strong data-start=\"469\" data-end=\"504\">book your Pixel8 session today!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Why Choose Pixel8 RF  Microneedling?</h2>				\n					<h5>Radiofrequency for Better Results</h5>				\n		<p>Traditional microneedling will deliver a positive effect over a few treatments; adding radiofrequency energy reduces the time it takes to see great results and increases the results seen. With Pixel8 RF microneedling, the results are produced faster, are more dramatic, and are longer-lived. The Pixel8 operates at a higher frequency for enhanced comfort and quicker treatment times. It also has a proprietary enhanced delay for more sustained uniform heating throughout the procedure that should yield more significant textural and tightening results for all skin types. </p>		\n															<img width=\"450\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img.jpg 450w, https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-225x300.jpg 225w\" sizes=\"(max-width: 450px) 100vw, 450px\" />															\n					<h2>Treatments enhanced with  Anteage</h2>				\n					<h4>Bronze Treatment</h4>				\n		<p><strong>AnteAGE MD® Stem Cell Solution</strong> contains anti-inflammatory growth factors and cytokines from human stem cells for tissue healing and youthful recovery. Includes a complimentary aftercare kit.</p>		\n					<h5>Silver Treatment</h5>				\n		<p><strong>AnteAGE MDX® Exosome Solution</strong> is a revolutionary, ultra-pure exosome cocktail that harnesses the potent healing properties of both human bone marrow and umbilical cord stem cells. This highly concentrated hybrid formula delivers unparalleled rejuvenation, offering a powerful treatment solution unlike any other. Transform your skin with the ultimate in advanced skincare science! </p>		\n					<h5>Gold Treatment</h5>				\n		<p><strong>PRP Microneedling (aka Vampire Facial) </strong>combines the rejuvenating power of microneedling with Platelet-Rich Plasma (PRP) derived from your own blood. This treatment promotes collagen production, reduces fine lines, and improves skin texture and tone for a youthful, radiant complexion. By stimulating collagen and elastin production, it effectively minimizes scars and hyperpigmentation, enhancing overall skin radiance. </p>		\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-before-affds.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79f3993\" data-elementor-lightbox-title=\"Microneedling-before-affds\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM0OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9NaWNyb25lZWRsaW5nLWJlZm9yZS1hZmZkcy5qcGciLCJzbGlkZXNob3ciOiI3OWYzOTkzIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79f3993\" data-elementor-lightbox-title=\"Microneedling-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEwNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9NaWNyb25lZWRsaW5nLWltZy0xLmpwZyIsInNsaWRlc2hvdyI6Ijc5ZjM5OTMifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79f3993\" data-elementor-lightbox-title=\"Microneedling-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEwNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9NaWNyb25lZWRsaW5nLWltZy0yLmpwZyIsInNsaWRlc2hvdyI6Ijc5ZjM5OTMifQ%3D%3D\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p> 		\n							What are the Benefits for RF Microneedling?						\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									<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					<ul>\n<li>Firming skin on the face or body</li>\n<li>Diminishing the appearance of fine lines and wrinkles </li>\n<li>Reducing the appearance of scars (acne or injury-related)</li>\n<li>Improving the overall appearance and texture of the skin</li>\n<li>Tightening sagging skin on the face, neck, and body</li>\n<li>Minimizing the size of pores and/or acne scarring</li>\n<li>Improving droopy skin around the eyes (eyebrow or eyelid)</li>\n<li>Restoring more youthful appearance</li>\n</ul>\n							Does Pixel8 RF build collagen?						\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									<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					<p>Yes. By itself, microneedling is capable of stimulating a higher production of collagen over time. However, when combined with radiofrequency, the effectiveness of these treatments increases tremendously due to how much more deeply the thermal energy of radiofrequency can reach the sub-dermal layers of skin. Ask your provider to recommend a topical product to optimize your results.</p>\n							What to Expect?						\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									<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					<p>A consultation and examination are necessary prior to Pixel8 RF micro needling. For comfort during the treatment, a topical anesthetic cream is applied over the area to be treated at least 30-45 minutes before the procedure is performed. During the procedure, the device handpiece is passed over the skin. The fine needles penetrate the skin, and the RF energy is delivered once the needles reach the desired depth (each pulse is less than 1 second). The procedure takes approximately 20-30 minutes to complete but will vary depending on the area/s being treated. Immediately following treatment your skin will feel warm but will not be painful, much like a mild sunburn. There may be mild redness and swelling over the following day(s). Bruising is uncommon.  </p>\n							What Results Can I Expect?						\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									<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					<ul>\n<li>1 day after the treatment there could be redness and transient edema (swelling). </li>\n<li>3 days &#8211; 1 week post treatment your skin tone would be brighter and more even. If you have oily skin, you will notice significant reduction in sebum production. </li>\n<li>1 month post treatment of RF Microneedling you would notice improvement in fine lines, wrinkles, and skin laxity. Improvement in pores size, scars, and over all complexion is also significantly noticeable. </li>\n<li>1–3-month post RF Microneedling treatment you will notice continuous improvement in wrinkles reduction and skin laxity. Collagen production has improved and you can notice the fullness and plumpness of your  skin. </li>\n</ul>\n							How Does It Feel?						\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									<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					<p>Patients may notice a warm sensation and a pricking or scraping feeling during this treatment, but it is not typically painful. To help minimize discomfort during RF microneedling, a topical numbing agent is applied to the skin prior to treatment. Following Pixel8 RF microneedling, it is normal to have some level of redness, swelling, irritation, and mild discomfort, but these symptoms usually resolve quickly on their own within hours. </p>\n							Pre-treatment Care?						\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									<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					<ul>\n<li>Avoid Accutane for the past 6 months. </li>\n<li>Do not use topical agents that may increase sensitivity of skin: retinoids, topical antibiotics, exfoliants, acids that may be drying or irritating to the skin (such as alpha hydroxyl acid (AHA) beta hydroxyl acids (BHA), exfoliating masks, salicylic acids, hydroquinone, and benzoyl peroxide acne products) 5-7 days prior. </li>\n<li>Do not take any anti-inflammatory medications such as ibuprofen, Motrin or Advil for 3 days prior to treatment. These agents will interfere with the natural inflammatory process that is critical and responsible for your skin rejuvenation. </li>\n<li>Avoidance of IPL/Laser procedures, unprotected sun exposure or sunburn for 2 weeks prior. </li>\n<li>No waxing, depilatory creams or electrolysis to area being treated 5-7 days prior.  </li>\n<li>No shaving the day of the procedure to avoid skin irritation. If there is dense hair present in the treatment area, closely shave the area the day before you arrive to your appointment. </li>\n<li>Moles, warts or actinic (solar) keratosis should not be treated. </li>\n<li>If you are prone to cold sores, take antiviral agent for 2 days prior to and day of treatment.  </li>\n<li>Avoid blood thinning agents (aspirin, fish oil, Omega-3, Vitamin E) for 1 week prior. May resume day after treatment.</li>\n</ul>\n							Post-treatment Care?						\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									<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					<ul>\n<li>Avoid harsh topical products or alcohol-based toners for 2 weeks. You can resume your normal skin care regimen after 24 hours. </li>\n<li>Do not take any anti-inflammatory medications such as ibuprofen Motrin or Advil  for 1 week.</li>\n<li>Do not ice face or use arnica or bromelain. These agents may interfere with the natural inflammatory process that is critical and responsible for your skin rejuvenation. </li>\n<li>You should avoid vigorous activity right after the treatment. </li>\n<li>You should avoid excessive heat or sun exposure for at least 1 week. </li>\n<li>Use sunblock with SPF 30 of  higher </li>\n</ul>\n							How Long Does a Treatment Take?						\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									<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					<p>Sessions generally take 20-30 minutes, based on the area being treated. For patients requiring more intensive sessions, the duration of a session may run 30 minutes to 45 minutes long.</p>\n							Will I Need to Take Time Off?						\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									<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					<p>No, there should be no significant downtime from the treatment.  Pixel8 RF treatments are beloved by many, because this procedure is quite tolerable, recovering is quick and easy,  and it yields great results. Getting treatment shouldn’t interfere with your schedule too much, either, as most  people return to normal routines within the next day. </p>\n							When Will I See Results?						\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									<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					<p>You can expect improvements in the first few weeks after your initial treatment. These improvements will  increase over the next six months, as your body continuously produces new collagen. </p>\n							How Many Treatments Will I Need?						\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									<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					<p>Number of treatments vary depending on desired result.  Most patients will begin to see improvement after a single session, however, to complete your aesthetic goals, it is recommended that patients do upwards of three sessions, treatment once per month. </p>\n							When Will I See Results?						\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									<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					<p>You can expect improvements in the first few weeks after your initial treatment. These improvements will  increase over the next six months, as your body continuously produces new collagen. </p>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'RF Microneedling', '', 'publish', 'closed', 'closed', '', 'rf-microneedling', '', '', '2026-02-02 13:56:24', '2026-02-02 13:56:24', '', 0, 'https://mrarif.me/genesiswa/?page_id=777', 0, 'page', '', 0),
(779, 1, '2025-01-30 05:49:00', '2025-01-30 05:49:00', '<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-2-r6ltf3n2rlbmqjc4f06ks1hj1e0hd2equzcyae4d0w.png\" title=\"Untitled design (2)\" alt=\"Untitled design (2)\" loading=\"lazy\" />															\n					<h2>Hair loss therapy</h2>				\n		<p data-start=\"153\" data-end=\"481\">Hair thinning and loss can impact more than just your appearance—it can affect how you feel. At Genesis Wellness &amp; Aesthetics, we offer science-backed hair restoration solutions tailored to your unique goals. Whether you’re looking to encourage regrowth, boost thickness, or prevent future loss, our expert team is here to help. Explore advanced treatments available both in-clinic and at home—designed for comfort, results, and renewed confidence.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Innovative hair loss solutions</h2>				\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/Gold-Package-img-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/Gold-Package-img-1.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/03/Gold-Package-img-1-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/Gold-Package-img-1-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					Gold Package				\n					<h6> Platelet-rich plasma (PRP) Injections\n3 sessions.\n</h6>				\n		<p>PRP is deemed “liquid gold” for all its benefits including hair growth. PRP is obtained from a sample of your blood which is centrifuged to separate the component with the high concentration of platelets, stem cells, and growth factors that is then injected into your scalp.</p>		\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-1-r6lt7bjb7n9i8f4gnkw6h1k05p20kdfnwuo5f10rz8.png\" title=\"Untitled design (1)\" alt=\"Untitled design (1)\" loading=\"lazy\" />															\n					Platinum Package				\n					<h6>Microneedling \nExosomes + Hair growth Solution\n3 sessions.\n</h6>				\n		<p>Microneedling increases blood flow to the skin and rebuilds collagen to promote hair growth. The microchannels further help the topical exosomes and hair growth solution penetrate deeper into the scalp for enhanced results.</p>		\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/hair-update-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/hair-update-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/03/hair-update-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/hair-update-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					Diamond Package				\n					<h6>The Most Comprehensive Plan\nGold + Platinum Package.\n</h6>				\n		<p>We highly recommend a combined treatment plan utilizing the benefits of all three solutions (PRP, exosomes, and AnteAGE Hair Solution) to optimize your hair growth results and prevent future fallout.</p>		\n															<img width=\"768\" height=\"768\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1-768x768.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1-768x768.jpeg 768w, https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1-300x300.jpeg 300w, https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1-150x150.jpeg 150w, https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1.jpeg 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n					<h2><b>Keravive</b> Hydrafacial</h2>				\n					<h5>Revive Your Scalp, Renew Your Hair</h5>				\n		<p data-start=\"429\" data-end=\"920\">Experience the ultimate scalp detox with <strong data-start=\"495\" data-end=\"522\">Keravive by HydraFacial</strong>—a revolutionary treatment that cleanses, exfoliates, and nourishes the scalp to support thicker, healthier hair growth. Ideal for anyone dealing with dryness, thinning, or buildup, this non-invasive therapy boosts circulation and delivers a proprietary blend of growth factors and skin proteins directly to the scalp. Ready to love your hair from the root up? Book your Keravive session now!</p>		\n															<img width=\"600\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Home Hair  Solution</h2>				\n					<h5>Home Hair System </h5>				\n		<p>The AnteAGE MD® Home Hair System is a breakthrough in the promotion of natural, healthy hair - without surgery or hormonal side effects. This kit is a great way to jump start your follicle journey by awakening the sleeping stem cells inside the hair follicle, returning them to a more youthful and active growth pattern. You can use the Hair Serum 5 days a week to enhance the outcomes of professional, in-office treatments. You may also use the Home Hair Kit on its own to jump start your hair regrowth journey <strong>(</strong><em><strong>In-office Pick-up Only</strong></em><strong>).</strong></p>		\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-1-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eacb9b9\" data-elementor-lightbox-title=\"Hair-Loss-Therapy-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE0OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9IYWlyLUxvc3MtVGhlcmFweS1pbWctMS0yLmpwZyIsInNsaWRlc2hvdyI6ImVhY2I5YjkifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eacb9b9\" data-elementor-lightbox-title=\"Hair-Loss-Therapy-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzE0OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9IYWlyLUxvc3MtVGhlcmFweS1pbWctMi0xLmpwZyIsInNsaWRlc2hvdyI6ImVhY2I5YjkifQ%3D%3D\">\n														</a>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Hair Loss Therapy', '', 'publish', 'closed', 'closed', '', 'hair-loss-therapy', '', '', '2026-02-02 13:55:27', '2026-02-02 13:55:27', '', 0, 'https://mrarif.me/genesiswa/?page_id=779', 0, 'page', '', 0),
(792, 1, '2025-02-09 06:39:06', '2025-01-30 05:52:20', ' ', '', '', 'publish', 'closed', 'closed', '', '792', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=792', 14, 'nav_menu_item', '', 0),
(793, 1, '2025-02-09 06:39:06', '2025-01-30 05:52:20', ' ', '', '', 'publish', 'closed', 'closed', '', '793', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=793', 13, 'nav_menu_item', '', 0),
(794, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '794', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=794', 12, 'nav_menu_item', '', 0),
(795, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '795', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=795', 11, 'nav_menu_item', '', 0),
(796, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '796', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=796', 10, 'nav_menu_item', '', 0),
(797, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '797', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=797', 9, 'nav_menu_item', '', 0),
(798, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '798', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=798', 8, 'nav_menu_item', '', 0),
(799, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '799', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=799', 7, 'nav_menu_item', '', 0),
(800, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', '', 'Women’s Hormone Therapy', '', 'publish', 'closed', 'closed', '', 'womens-hormone-therapy', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=800', 6, 'nav_menu_item', '', 0),
(801, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '801', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=801', 5, 'nav_menu_item', '', 0),
(802, 1, '2025-02-09 06:39:05', '2025-01-30 05:52:19', ' ', '', '', 'publish', 'closed', 'closed', '', '802', '', '', '2025-02-09 06:39:05', '2025-02-09 06:39:05', '', 0, 'https://mrarif.me/genesiswa/?p=802', 4, 'nav_menu_item', '', 0),
(810, 1, '2025-01-30 10:50:09', '2025-01-30 10:50:09', '', 'Medical Weight Loss', '', 'inherit', 'open', 'closed', '', 'medical-weight-loss', '', '', '2025-01-30 10:50:09', '2025-01-30 10:50:09', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Medical-Weight-Loss-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(815, 1, '2025-01-30 11:00:57', '2025-01-30 11:00:57', '<img width=\"768\" height=\"1304\" src=\"https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-768x1304.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-768x1304.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-177x300.jpg 177w, https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-603x1024.jpg 603w, https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-905x1536.jpg 905w, https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1.jpg 1206w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n					<h2>The Glass Skin <strong data-start=\"158\" data-end=\"187\">Experience</strong></h2>				\n		<p>Get the flawless, luminous look inspired by Korean beauty—no passport needed. This advanced treatment layers a glow-enhancing HydraFacial, gentle Erbium laser resurfacing, and your choice of exosomes, stem cells, or PRP with injections to deeply rejuvenate the skin. We finish with a cooling collagen and hyaluronic acid mask to lock in hydration and reveal a smooth, radiant, poreless glow.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule Your Consult\n					</a>\n					<h2>K-beauty Treatment   Options</h2>				\n					<h4>AquaLuxe Rejuran Therapy</h4>				\n					<h6>– Featuring Salmon PDRN\n</h6>				\n		<p>Immerse your skin in luxury with this advanced treatment designed to restore, hydrate, and illuminate. AquaLuxe combines the rejuvenating power of Rejuran PDRN with cutting-edge skin therapies to deeply repair, smooth, and renew. The experience is completed with a PDRN Rejuran face mask, locking in lasting hydration and unveiling a luminous, glass-skin glow.</p>		\n					<h4>ExoGlow Glass Skin Facial</h4>				\n					<h6> – Featuring Exosomes\n</h6>				\n		<p>This luxurious treatment combines the Hydrafacial and Erbium skin resurfacing with potent exosomes for deep skin rejuvenation and hydration. Finish with a soothing collagen boost hyaluronic acid Korean face mask to lock in moisture and achieve that flawless glass-skin</p>		\n					<h5>StemCell Radiance Renewal\n</h5>				\n					<h6> – Featuring Stem Cells\n</h6>				\n		<p>Experience the power of a Hydrafacial and Erbium skin resurfacing, enhanced with regenerative stem cells to renew and brighten the skin. A cooling collagen boost hyaluronic acid Korean face mask seals in moisture and maximizes your dewy, poreless finish.</p>		\n															<img width=\"1024\" height=\"461\" src=\"https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-1024x461.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-1024x461.webp 1024w, https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-300x135.webp 300w, https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-768x346.webp 768w, https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-1536x691.webp 1536w, https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-2048x922.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Luxury Meets Clinical Precision</h2>				\n					<h4>Elevate your skin with a complete medical-grade system designed to repair, hydrate, and illuminate from every angle.</h4>				\n		<p data-start=\"122\" data-end=\"395\">With any <strong data-start=\"131\" data-end=\"162\">Korean Glass Skin treatment</strong>, you’ll receive the <strong data-start=\"183\" data-end=\"221\">Rejuran PDRN Medi Healing Care Set</strong>, the <strong data-start=\"227\" data-end=\"260\">IS Clinical Brightening Serum</strong>, and a <strong data-start=\"268\" data-end=\"328\">1-month unlimited full-body red light therapy membership</strong> — a complete system designed to elevate and extend your results.</p><p data-start=\"397\" data-end=\"511\">The <strong data-start=\"401\" data-end=\"439\">Rejuran PDRN Medi Healing Care Set</strong> delivers advanced post-treatment recovery and deep rejuvenation with:</p><ul data-start=\"512\" data-end=\"966\"><li data-start=\"512\" data-end=\"623\"><p data-start=\"514\" data-end=\"623\"><strong data-start=\"514\" data-end=\"549\">Concentrated Multitasking Serum</strong> – targets multiple skin concerns while supporting cellular regeneration</p></li><li data-start=\"624\" data-end=\"707\"><p data-start=\"626\" data-end=\"707\"><strong data-start=\"626\" data-end=\"651\">Intensive Moisturizer</strong> – restores hydration and strengthens the skin barrier</p></li><li data-start=\"708\" data-end=\"797\"><p data-start=\"710\" data-end=\"797\"><strong data-start=\"710\" data-end=\"737\">Sunscreen SPF 50+ PA+++</strong> – protects against UV damage and prevents premature aging</p></li><li data-start=\"798\" data-end=\"872\"><p data-start=\"800\" data-end=\"872\"><strong data-start=\"800\" data-end=\"825\">Rejuran Healing Cream</strong> – soothes irritation and accelerates healing</p></li><li data-start=\"873\" data-end=\"966\"><p data-start=\"875\" data-end=\"966\"><strong data-start=\"875\" data-end=\"894\">Healing Eye Gel</strong> – revitalizes delicate eye areas and reduces puffiness and fine lines</p></li></ul><p data-start=\"968\" data-end=\"1133\">Paired with the <strong data-start=\"984\" data-end=\"1017\">IS Clinical Brightening Serum</strong>, this regimen refines tone, enhances clarity, and delivers the luminous finish synonymous with Korean glass skin.</p><p data-start=\"1135\" data-end=\"1308\">Your <strong data-start=\"1140\" data-end=\"1182\">unlimited red light therapy membership</strong> further enhances results by stimulating collagen, softening fine lines, improving texture, and supporting overall wellness.</p><p data-start=\"1310\" data-end=\"1434\">This <strong data-start=\"1315\" data-end=\"1345\">luxury-medical combination</strong> ensures your glow lasts longer, shines brighter, and feels healthier from every angle.</p>		\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c0a86\" data-elementor-lightbox-title=\"Korean-glass-skin-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIwMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9Lb3JlYW4tZ2xhc3Mtc2tpbi1pbWctMi5qcGciLCJzbGlkZXNob3ciOiIzN2MwYTg2In0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c0a86\" data-elementor-lightbox-title=\"Korean-glass-skin-img-33\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIwNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9Lb3JlYW4tZ2xhc3Mtc2tpbi1pbWctMzMuanBnIiwic2xpZGVzaG93IjoiMzdjMGE4NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-34.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c0a86\" data-elementor-lightbox-title=\"Korean-glass-skin-img-34\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIwNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9Lb3JlYW4tZ2xhc3Mtc2tpbi1pbWctMzQuanBnIiwic2xpZGVzaG93IjoiMzdjMGE4NiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c0a86\" data-elementor-lightbox-title=\"Korean-glass-skin-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIwNiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9Lb3JlYW4tZ2xhc3Mtc2tpbi1pbWctMS5qcGciLCJzbGlkZXNob3ciOiIzN2MwYTg2In0%3D\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is the Korean Glass Skin treatment?						\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									<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					<p>Our Korean Glass Skin treatment is a combination of the Hydrafacial, Erbium skin resurfacing, and your choice of advanced skincare boosters like exosomes, PDRN, or stem cells. This unique protocol deeply exfoliates, resurfaces, and rejuvenates the skin to give you a smooth, radiant, and poreless &#8220;glass-like&#8221; complexion.</p>\n							What are the benefits of Hydrafacial in this treatment?						\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									<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					<p>Hydrafacial is a gentle yet powerful exfoliation process that cleanses, extracts impurities, and infuses the skin with hydrating serums. It preps your skin for the next steps, enhancing the absorption of exosomes, PRP, or stem cells for maximum rejuvenation.</p>\n							What does Erbium skin resurfacing do?						\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									<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					<p>Erbium skin resurfacing uses laser technology to remove the top layer of dead skin, reducing fine lines, acne scars, and pigmentation. This process stimulates collagen production and promotes smoother, healthier skin.</p>\n							What are PDRN, exosomes, and stem cells, and how do they enhance the treatment?						\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									<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					<ul>\n<li><strong>PDRN </strong>(Polydeoxyribonucleotide) is a regenerative compound derived from salmon DNA that stimulates cellular repair, boosts collagen production, and enhances skin hydration for rejuvenated, healthy skin.</li>\n<li><strong>Exosomes</strong> are tiny vesicles that carry growth factors and signals to repair and regenerate the skin, boosting collagen and hydration for a youthful, radiant glow.</li>\n<li><strong>Stem cells</strong> promote cell renewal and tissue repair, helping to rejuvenate the skin and deliver a dewy, glass-like finish.</li>\n</ul>\n							How long does the treatment take?						\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									<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					<p>The entire procedure typically takes about 90-120 minutes, depending on the chosen booster and skin resurfacing needs.</p>\n							Is there any downtime after the treatment?						\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									<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					<p>Downtime is minimal. Some redness or mild peeling may occur for a few days, especially after the Erbium resurfacing, but this is temporary and can be managed with proper aftercare.</p>\n							Who is a good candidate for this treatment?						\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									<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					<p>The Korean Glass Skin treatment is suitable for all skin types, particularly those looking to reduce fine lines, uneven texture, and pigmentation. It’s ideal for anyone who wants a refreshed, radiant, and youthful complexion.</p>\n							How do I take care of my skin post-treatment?						\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									<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					<p>After the treatment, it’s important to stay hydrated, avoid direct sun exposure, and use sunscreen daily. We will also provide aftercare instructions tailored to your skin type and booster choice.</p>\n							How soon will I see results?						\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									<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					<p>You’ll notice an immediate glow and smoother skin after the first session, with progressive improvement as collagen production increases over the following weeks. For long-term results, multiple sessions are recommended.</p>\n							Which option is right for me: Exosomes, PRP, or Stem Cells?						\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									<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					<p>The best option for you—whether exosomes, PDRN, or stem cells—will be determined based on your goals and current skin health. During your complimentary consultation, our provider will assess your skin and discuss your skincare objectives to create a personalized treatment plan that suits your needs.</p>\n					<h2>Beginning of a \n better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									 Schedule now\n					</a>', 'Korean Glass Skin', '', 'publish', 'closed', 'closed', '', 'korean-glass-skin', '', '', '2026-02-02 13:29:20', '2026-02-02 13:29:20', '', 0, 'https://mrarif.me/genesiswa/?page_id=815', 0, 'page', '', 0),
(822, 1, '2025-01-30 11:02:44', '2025-01-30 11:02:44', '<img width=\"474\" height=\"482\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg 474w, https://genesiswa.com/wp-content/uploads/2025/05/OIP-2-295x300.jpg 295w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n					<h2>Hydrafacial</h2>				\n		<p>Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness. Experience the Facial  glow from scalp to toe with our variety of skin-transforming treatments.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Facial  Treatment  Options</h2>				\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/PLATINUM-HYDRAFACIAL-img-r0t1d6t7wj5h3fc36nhqiz1htgskblroz1h9eqduyo.jpg\" title=\"PLATINUM-HYDRAFACIAL-img\" alt=\"PLATINUM-HYDRAFACIAL-img\" loading=\"lazy\" />															\n					<h5><h5 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-size: 1.29412rem;font-style: normal\">Platinum HydraFacial </h5></h5>				\n		<p>Ready to experience our most comprehensive skin treatment? The Ultimate Facial begins with soothing lymphatic drainage to reduce puffiness and define contours. Next comes a deep cleanse, gentle peel, and painless extractions with our signature Vortex-Fusion technology. We follow with targeted serums, rejuvenating LED therapy, and intense hydration to leave your skin lifted, radiant, and revitalized. It’s more than a facial—it’s a transformation.</p>		\n															<img width=\"474\" height=\"316\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/OIP-3.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/OIP-3.jpg 474w, https://genesiswa.com/wp-content/uploads/2025/05/OIP-3-300x200.jpg 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" />															\n					<h5>Deluxe HydraFacial \n</h5>				\n		<p>Take your facial to the next level. The Deluxe includes everything in our Signature Facial, with the added power of potent super serums tailored to your specific skin concerns—whether that’s dullness, texture, breakouts, or aging. Your treatment finishes with professional-strength LED light therapy to target skin from within and promote long-term radiance. A refreshing reset with results you can see and feel.</p>		\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h5>Signature HydraFacial \n</h5>				\n		<p>Instantly refresh and renew your skin with our Signature Facial—a client favorite for good reason. This treatment deeply cleanses, exfoliates, and hydrates using advanced Vortex-Fusion technology to clear pores, remove impurities, and deliver nourishing serums that smooth fine lines and boost hydration. Perfect for all skin types, this glow-enhancing facial delivers visible results with zero downtime—ideal before any big event or as a monthly refresh.</p>		\n					<h2>Customize your facial</h2>				\n															<img width=\"600\" height=\"300\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_26.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_26.webp 600w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_26-300x150.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h5>Boosters (Included in Deluxe and Platinum Treatment)\n</h5>				\n		<p>Discover the power of our Facial  Boosters—customizable treatments that target aging, dryness, oiliness, or uneven texture. Reveal smoother, more youthful skin with a personalized blend of nourishing ingredients for a radiant, refreshed complexion.</p>		\n															<img width=\"600\" height=\"300\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_26-1.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_26-1.webp 600w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_26-1-300x150.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h5>Lip &amp; Eye Perk \n</h5>				\n		<p>Experience rejuvenation with our Facial Lip and Eye Perk, designed to hydrate, plump, and revitalize these delicate areas. Unlock a radiant, youthful glow with targeted nourishment, enhancing your natural beauty.</p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is a Facial?						\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									<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					<p>A Facial is a non-invasive skincare treatment that uses patented technology to cleanse, extract, and hydrate the skin.</p>\n							What are the benefits of a Facial?						\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									<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					<p>Facial  treatments can improve skin texture, reduce fine lines and wrinkles, unclog pores, and enhance skin hydration and radiance.</p>\n							How often should I get a Facial?						\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									<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					<p>For optimal results, it&#8217;s recommended to get a Hydrafacial treatment every 4 weeks.</p>\n							Is Facial suitable for all skin types?						\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									<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					<p>Yes, Facial is suitable for all skin types, including sensitive skin. The treatment can be customized to address specific skin concerns.</p>\n							How long does a Facial treatment take?						\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									<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					<p>A typical Facial session lasts about 30 to 60 minutes, making it a convenient option for busy schedules.</p>\n							Is there any downtime after a Facial?						\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									<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					<p>There is typically no downtime after a Facial treatment. You can resume your regular activities immediately after the session.</p>\n							Can I combine Facial with other skincare treatments?						\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									<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					<p>Yes, Facial can be combined with other skincare treatments and procedures to enhance results, such as dermal fillers or laser treatments.</p>\n							Is Facial Safe in Pregnancy?						\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									<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					<p>Facial is generally considered safe during pregnancy. However, please inform your aesthetician before your appointment so they can adjust the facial for optimal safety and guide you on obtaining medical clearance from your primary care provider before the treatment if needed.</p>\n							How can I become a Facial member?						\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									<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					<p>To become a Glow member, simply let us know at your visit and we will sign you up for our membership program to enjoy exclusive benefits, discounts, and priority booking for your facial treatments.</p>\n					<h2>Beginning of a \n better you. </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									 Schedule now\n					</a>', 'Hydrafacial', '', 'publish', 'closed', 'closed', '', 'hydrafacial', '', '', '2025-05-31 07:39:15', '2025-05-31 07:39:15', '', 0, 'https://mrarif.me/genesiswa/?page_id=822', 0, 'page', '', 0),
(837, 1, '2025-01-30 11:35:48', '2025-01-30 11:35:48', '<img width=\"2000\" height=\"2000\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png 2000w, https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-768x768.png 768w, https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-1536x1536.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />															\n					<h2>Classic Custom Facials\n</h2>				\n		<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Seasonal Renewal Collection</h2>				\n					<h3>Oxygen Rx Facial</h3>				\n		<p data-start=\"119\" data-end=\"592\">A controlled amount of oxygen is delivered to the skin at optimal levels to maximize benefits, helping to reduce the ruddy appearance often associated with acne, rosacea, and telangiectasia, and reveal a brighter, more radiant complexion. The antioxidant-rich, anti-inflammatory Cocoa Enzyme Mask works in harmony with the oxygen-infused clearing and calming effects of the Oxygen RX Mask to leave your skin feeling clear, soothed, and deeply nourished. This treatment is highly restorative and suitable for all skin types.</p>		\n					<h3>Hot Chocolate Facial</h3>				\n		<p data-start=\"119\" data-end=\"592\">Craving something sweet for your skin? Indulge in the Hot Chocolate Facial—a comforting, cocoa-infused treatment that nourishes and revitalizes your complexion. This seasonal favorite begins with a gentle Cocoa Enzyme exfoliation to smooth and refine the skin, followed by our Marshmallow Whip Hydrating Mask to restore softness and moisture. Perfect for dry, dull, or tired skin, this facial leaves your complexion radiant, hydrated, and holiday-ready.</p>		\n					<h2>Your Year-Round Escape</h2>				\n					<h3>Seoul Glow Facial</h3>				\n		<p>Indulge in the ultimate skincare experience with our Korean-style rejuvenating facial, designed to deeply hydrate and refresh your skin. The treatment begins with a gentle pre-cleanse, followed by a thorough double cleanse to remove impurities and prepare your skin. A customized enzyme exfoliation tailored to your skin’s unique needs—whether for acne, pigmentation, or anti-aging—prepares the complexion for a relaxing massage with nourishing oils. Optional extractions refine the skin, and a soothing mask provides intense hydration. The facial concludes with a calming mist, restorative serums, and SPF protection, leaving your skin radiant, balanced, and glowing. <b>Dermaplaning included for the ultimate glow!</b></p>		\n					<h3>Luxe Lift Facial</h3>				\n		<p>Revitalize your skin with the Circadia Luxe Lift Facial – a luxurious treatment designed to lift, firm, and hydrate your complexion. Combining advanced techniques and high-quality Circadia products, this facial targets fine lines and enhances skin elasticity for a smooth, youthful glow. Treat yourself to an indulgent experience that leaves your skin looking radiant and rejuvenated. Book your appointment today for a refreshed, lifted appearance!</p>		\n					<h3>Fire and Ice Facial</h3>				\n		<p>The iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)</strong>.</p>		\n					<h3>Golden Honey Glow Facial \n</h3>				\n		<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). </strong></p>		\n					<h3>Dream Facial</h3>				\n		<p>Drift into deep relaxation as this luxurious facial rejuvenates your skin, mind, and spirit. Soothing music, gentle vibrations, and indulgent massage techniques guide you into a dreamlike state. Pre- and post-biotic ingredients, nourishing minerals, and the Circadian Time Balancing Mask with Malachite work to detoxify, hydrate, and restore balance. A cooling ice globe massage refreshes your body and soul—leaving you renewed, radiant, and at peace.</p>		\n					<h3>Clarifying Mud Facial\n</h3>				\n		<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).</p>		\n					<h3>Gentleman\'s Facial</h3>				\n		<p>Using the power of peptides, stem cells and exfoliators, this treatment effectively addresses the skin care concerns of men. Invigorate the skin with an effective exfoliation, extractions, powerful anti-aging ingredients, hydrating mask, and blue LED. This treatment will revitalize, refresh and improve the health and appearance of men’s skin.</p>		\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Classic Custom Facials', '', 'publish', 'closed', 'closed', '', 'classic-custom-facials', '', '', '2026-03-17 21:15:32', '2026-03-17 21:15:32', '', 0, 'https://mrarif.me/genesiswa/?page_id=837', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(839, 1, '2025-01-30 11:37:55', '2025-01-30 11:37:55', '<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/face-care-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/face-care-img.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/01/face-care-img-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Renew Your Glow with <b>Perfect Derma</b> <b>Peel</b></h2>				\n		<p data-start=\"120\" data-end=\"424\">Experience the transformative power of a medium-depth chemical peel—designed for all skin types to refresh and revitalize aging skin. This treatment stimulates fresh collagen production while infusing your skin with Glutathione, the master antioxidant known for its brightening and anti-aging benefits.</p><p data-start=\"426\" data-end=\"524\">Reveal smoother, firmer, and more radiant skin—book your peel today and step into a youthful glow!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Glow Inside and Out\n</h2>				\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>									\n					<h6>\n						Treat All Skin Conditions with Superior Results					</h6>\n								<p>Treats acne, hyperpigmentation, scarring, aging skin, and more. Suitable for all skin types and ethnicities, usable on most body areas. Commonly applied to face, neck, and chest.</p>							\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>									\n					<h6>\n						A Synergistic Blend of Acids for the Best Medium Depth Peel					</h6>\n								<p>Trichloroacetic Acid (TCA), Phenol, Retinoic Acid (Vitamin A), Salicylic Acid, L-Ascorbic Acid (Vitamin C), Glutathione, and Kojic Acid.</p>							\n											<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>									\n					<h6>\n						Glutathione - The Master Antioxidant					</h6>\n								<p>Supports collagen and elastin synthesis, contributes to pigmentation (Melanogenesis), shields cells from toxins, neutralizes free radicals, and enhances the effectiveness of other antioxidants (Vitamin C, Vitamin E, Selenium, Grape seed extracts, Alpha-lipoic acid, and CoQ10).</p>							\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Face-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Face-img.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/01/Face-img-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Boost your  results</h2>				\n					<h5>The PD Peel + Plus Plus Booster\n</h5>				\n		<p>This booster enhances The Perfect Derma Peel, ideal for oily, thick, or resilient skin. Effectively tackles hyperpigmentation, acne scars, actinic keratosis, and sun damage on face and body.</p>		\n					<h5>The PD Peel + Clear Acne Booster\n</h5>				\n		<p>This booster is for patients grappling with moderate to severe acne or acne scars, whether on the face, chest, back, or any other area of the body.</p>		\n					<h5>The Pro Clinical Peel\n</h5>				\n		<p>A gentle yet potent superficial peel, combines acids and antioxidants for effective skin maintenance. Use every 2 weeks between more intensive treatments to enhance skin tone, texture, and pigmentation with minimal peeling and no aftercare needed.</p>		\n															<img width=\"530\" height=\"800\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Pre-treatment-Instructions-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Pre-treatment-Instructions-img.jpg 530w, https://genesiswa.com/wp-content/uploads/2025/01/Pre-treatment-Instructions-img-199x300.jpg 199w\" sizes=\"(max-width: 530px) 100vw, 530px\" />															\n					<h2>What You Need to Know</h2>				\n		<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE1_RENDERED\" data-typography=\"HeadingDelta\">Pre-treatment Instructions</h4><p>Discontinue topical retinoids for three days prior to treatment. No other special pre-peel skin preparation needed.</p><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE2_RENDERED\" data-typography=\"HeadingDelta\">Post-treatment Instructions (Day 1-2)</h4><p><strong>Day 1: </strong>Leave peel on for 6 hours, then use mild cleanser and rinse with water. May leave solution until bedtime or overnight.</p><p><strong>Day 2: </strong>Use mild cleanser and rinse with water. Vigorously apply 1st Post Peel Towelette, and then Mineral Perfection SPF 30. Use 2nd Towelette at night after cleansing.</p><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE3_RENDERED\" data-typography=\"HeadingDelta\">Post-treatment Instructions (Day 3)</h4><p><strong>Day 3: </strong>Recommend AnteAGE Serum &amp; Accelerator morning and evening. Use AnteAGE Brightener if hyperpigmentation patient (*Available In-Clinic Purchase*). This helps ensure best results and optimal recovery. Avoid sun exposure and continue to use SPF 30.</p><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE4_RENDERED\" data-typography=\"HeadingDelta\">Post-treatment Instructions (Day 4+)</h4><p><strong>Day 4 &amp; beyond: </strong>Peeling typically occurs day 4 or 5. Discontinue other topicals and start The Post Peel Moisturizer 2-3 times a day. Do not rub, pull, or pick at skin.</p><p><strong>Day 10-14 &amp; beyond: </strong>Once peeling complete, resume AnteAGE Serum &amp; Accelerator (and/or Brightener) to maintain results.</p><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE5_RENDERED\" data-typography=\"HeadingDelta\">Treatment Frequency</h4><p> Most patients require of series of 2-3 peels spaced four weeks apart for optimal results. The superficial Pro Clinical Peel can be applied every 2 weeks in between more abrasive resurfacing treatments to improve results.</p><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_HEADLINE6_RENDERED\" data-typography=\"HeadingDelta\">Variations in Peeling</h4><p>Visible peeling will vary with each patient. Some patients shed layers of skin for several days, while others experience a light flaking process. Many factors can affect the amount of shedding but as long as the peel is applied properly, left on for six hours or more, and our home care protocol is followed, results will be achieved.</p>		\n					<h2>Before &amp; After\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMyOCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9CNjVFMjFCRS02NDIzLTRFN0UtOEVEQS1CQjhFQUVDNDU5RTguanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"C8B42D36-F74F-437D-89C2-EBB6D4092903\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMyOSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9DOEI0MkQzNi1GNzRGLTQzN0QtODlDMi1FQkI2RDQwOTI5MDMuanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"85E5D29F-3328-4EF3-9345-7FFA3644D4E7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzMCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC84NUU1RDI5Ri0zMzI4LTRFRjMtOTM0NS03RkZBMzY0NEQ0RTcuanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"DEF4C21A-4A3D-461F-9C1A-293CF203C5E6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzMSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9ERUY0QzIxQS00QTNELTQ2MUYtOUMxQS0yOTNDRjIwM0M1RTYuanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"AFCF8B98-72EC-4095-97A2-DF290F5870F5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzMiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9BRkNGOEI5OC03MkVDLTQwOTUtOTdBMi1ERjI5MEY1ODcwRjUuanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c431630\" data-elementor-lightbox-title=\"4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80RUVGNEVGMy0wOUFCLTRFODUtODcyRC1ERDJBMzU5RjVBOEEuanBlZyIsInNsaWRlc2hvdyI6ImM0MzE2MzAifQ%3D%3D\">\n														</a>\n					<h2>Beginning of  a better you.   </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Perfect Derma Peel', '', 'publish', 'closed', 'closed', '', 'perfect-derma-peel', '', '', '2025-05-31 06:57:07', '2025-05-31 06:57:07', '', 0, 'https://mrarif.me/genesiswa/?page_id=839', 0, 'page', '', 0),
(841, 1, '2025-02-09 06:39:06', '2025-01-30 11:41:54', ' ', '', '', 'publish', 'closed', 'closed', '', '841', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=841', 19, 'nav_menu_item', '', 0),
(842, 1, '2025-02-09 06:39:06', '2025-01-30 11:41:54', ' ', '', '', 'publish', 'closed', 'closed', '', '842', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=842', 18, 'nav_menu_item', '', 0),
(843, 1, '2025-02-09 06:39:06', '2025-01-30 11:41:54', ' ', '', '', 'publish', 'closed', 'closed', '', '843', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=843', 17, 'nav_menu_item', '', 0),
(844, 1, '2025-02-09 06:39:06', '2025-01-30 11:41:53', ' ', '', '', 'publish', 'closed', 'closed', '', '844', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=844', 16, 'nav_menu_item', '', 0),
(888, 1, '2025-01-30 12:47:20', '2025-01-30 12:47:20', '', 'beauty-and-glow', '', 'inherit', 'open', 'closed', '', 'beauty-and-glow', '', '', '2025-01-30 12:47:20', '2025-01-30 12:47:20', '', 31, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/beauty-and-glow.jpg', 0, 'attachment', 'image/jpeg', 0),
(1030, 1, '2025-01-30 15:11:34', '2025-01-30 15:11:34', '', 'after-1', '', 'inherit', 'open', 'closed', '', 'after-1', '', '', '2025-01-30 15:11:34', '2025-01-30 15:11:34', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/after-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1031, 1, '2025-01-30 15:11:47', '2025-01-30 15:11:47', '', 'before-1', '', 'inherit', 'open', 'closed', '', 'before-1', '', '', '2025-01-30 15:11:47', '2025-01-30 15:11:47', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/before-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1036, 1, '2025-01-30 15:18:35', '2025-01-30 15:18:35', '', 'after-2', '', 'inherit', 'open', 'closed', '', 'after-2', '', '', '2025-01-30 15:18:35', '2025-01-30 15:18:35', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/after-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1037, 1, '2025-01-30 15:18:45', '2025-01-30 15:18:45', '', 'before-2', '', 'inherit', 'open', 'closed', '', 'before-2', '', '', '2025-01-30 15:18:45', '2025-01-30 15:18:45', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/before-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1085, 1, '2025-01-30 16:19:57', '2025-01-30 16:19:57', '', 'check-mark_5290989 (9)', '', 'inherit', 'open', 'closed', '', 'check-mark_5290989-9', '', '', '2025-01-30 16:19:57', '2025-01-30 16:19:57', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/check-mark_5290989-9.svg', 0, 'attachment', 'image/svg+xml', 0),
(1098, 1, '2025-01-30 16:27:29', '2025-01-30 16:27:29', '', '2149049823 (1)', '', 'inherit', 'open', 'closed', '', '2149049823-1', '', '', '2025-01-30 16:27:29', '2025-01-30 16:27:29', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/2149049823-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1129, 1, '2025-01-30 16:49:56', '2025-01-30 16:49:56', '', 'img-1', '', 'inherit', 'open', 'closed', '', 'img-1', '', '', '2025-01-30 16:49:56', '2025-01-30 16:49:56', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1175, 1, '2025-01-31 04:16:21', '2025-01-31 04:16:21', '', 'Peptide Therapy', '', 'inherit', 'open', 'closed', '', 'peptide-therapy-2', '', '', '2025-01-31 04:16:21', '2025-01-31 04:16:21', '', 765, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Peptide-Therapy.jpg', 0, 'attachment', 'image/jpeg', 0),
(1177, 1, '2025-01-31 04:17:55', '2025-01-31 04:17:55', '', 'Peptide Therapy (2)', '', 'inherit', 'open', 'closed', '', 'peptide-therapy-2-2', '', '', '2025-01-31 04:17:55', '2025-01-31 04:17:55', '', 765, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Peptide-Therapy-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1190, 1, '2025-01-31 04:44:14', '2025-01-31 04:44:14', '', 'Quality matters', '', 'inherit', 'open', 'closed', '', 'quality-matters', '', '', '2025-01-31 04:44:14', '2025-01-31 04:44:14', '', 765, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Quality-matters.jpg', 0, 'attachment', 'image/jpeg', 0),
(1191, 1, '2025-01-31 04:45:27', '2025-01-31 04:45:27', '', 'Quality matters (2)', '', 'inherit', 'open', 'closed', '', 'quality-matters-2', '', '', '2025-01-31 04:45:27', '2025-01-31 04:45:27', '', 765, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Quality-matters-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1211, 1, '2025-01-31 05:24:59', '2025-01-31 05:24:59', '', 'Vitamin', '', 'inherit', 'open', 'closed', '', 'vitamin', '', '', '2025-01-31 05:24:59', '2025-01-31 05:24:59', '', 767, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Vitamin.jpg', 0, 'attachment', 'image/jpeg', 0),
(1254, 1, '2025-01-31 10:12:56', '2025-01-31 10:12:56', '', 'Botox & Dysport', '', 'inherit', 'open', 'closed', '', 'botox-dysport-2', '', '', '2025-01-31 10:12:56', '2025-01-31 10:12:56', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Botox-Dysport.jpg', 0, 'attachment', 'image/jpeg', 0),
(1273, 1, '2025-01-31 10:38:18', '2025-01-31 10:38:18', '', 'Dermal fillers', '', 'inherit', 'open', 'closed', '', 'dermal-fillers-2', '', '', '2025-01-31 10:38:18', '2025-01-31 10:38:18', '', 771, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Dermal-fillers.jpg', 0, 'attachment', 'image/jpeg', 0),
(1296, 1, '2025-01-31 10:45:51', '2025-01-31 10:45:51', '', 'Sculptra', '', 'inherit', 'open', 'closed', '', 'sculptra-2', '', '', '2025-01-31 10:45:51', '2025-01-31 10:45:51', '', 773, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Sculptra.jpg', 0, 'attachment', 'image/jpeg', 0),
(1304, 1, '2025-01-31 11:01:11', '2025-01-31 11:01:11', '', 'PLasma', '', 'inherit', 'open', 'closed', '', 'plasma', '', '', '2025-01-31 11:01:11', '2025-01-31 11:01:11', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/PLasma.jpg', 0, 'attachment', 'image/jpeg', 0),
(1309, 1, '2025-01-31 11:08:20', '2025-01-31 11:08:20', '', 'Platelet Rich PLasma', '', 'inherit', 'open', 'closed', '', 'platelet-rich-plasma', '', '', '2025-01-31 11:08:20', '2025-01-31 11:08:20', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Platelet-Rich-PLasma.jpg', 0, 'attachment', 'image/jpeg', 0),
(1314, 1, '2025-01-31 11:15:34', '2025-01-31 11:15:34', '', 'Korean-Glass-Skin-Treatment-img', '', 'inherit', 'open', 'closed', '', 'korean-glass-skin-treatment-img', '', '', '2025-01-31 11:15:34', '2025-01-31 11:15:34', '', 815, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Korean-Glass-Skin-Treatment-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1315, 1, '2025-01-31 11:15:38', '2025-01-31 11:15:38', '', 'Radiant Renewal', '', 'inherit', 'open', 'closed', '', 'radiant-renewal', '', '', '2025-01-31 11:15:38', '2025-01-31 11:15:38', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Radiant-Renewal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1322, 1, '2025-01-31 11:24:43', '2025-01-31 11:24:43', '', 'Regain thicker, fuller hair with PRP therapy. Harnessing the body\'s healing factors, PRP stimulates hair follicles, promotes new growth, and revitalizes your hair for a confident, rejuvenated look.', '', 'inherit', 'open', 'closed', '', 'regain-thicker-fuller-hair-with-prp-therapy-harnessing-the-bodys-healing-factors-prp-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look', '', '', '2025-01-31 11:24:43', '2025-01-31 11:24:43', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Regain-thicker-fuller-hair-with-PRP-therapy.-Harnessing-the-bodys-healing-factors-PRP-stimulates-hair-follicles-promotes-new-growth-and-revitalizes-your-hair-for-a-confident-rejuvenated-look.-.jpg', 0, 'attachment', 'image/jpeg', 0),
(1330, 1, '2025-01-31 11:30:22', '2025-01-31 11:30:22', '', 'RF Microneedling', '', 'inherit', 'open', 'closed', '', 'rf-microneedling-2', '', '', '2025-01-31 11:30:22', '2025-01-31 11:30:22', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/RF-Microneedling.jpg', 0, 'attachment', 'image/jpeg', 0),
(1332, 1, '2025-01-31 11:35:13', '2025-01-31 11:35:13', '', 'red-light-thearpy', '', 'inherit', 'open', 'closed', '', 'red-light-thearpy', '', '', '2025-01-31 11:35:13', '2025-01-31 11:35:13', '', 815, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/red-light-thearpy.jpg', 0, 'attachment', 'image/jpeg', 0),
(1371, 1, '2025-01-31 11:56:57', '2025-01-31 11:56:57', '', 'RF Microneedling (2)', '', 'inherit', 'open', 'closed', '', 'rf-microneedling-2-2', '', '', '2025-01-31 11:56:57', '2025-01-31 11:56:57', '', 777, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/RF-Microneedling-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1400, 1, '2025-01-31 12:04:31', '2025-01-31 12:04:31', '', 'Hydrafacial-img', '', 'inherit', 'open', 'closed', '', 'hydrafacial-img', '', '', '2025-01-31 12:04:31', '2025-01-31 12:04:31', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Hydrafacial-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1404, 1, '2025-01-31 12:07:39', '2025-01-31 12:07:39', '', 'PLATINUM-HYDRAFACIAL-img', '', 'inherit', 'open', 'closed', '', 'platinum-hydrafacial-img', '', '', '2025-01-31 12:07:39', '2025-01-31 12:07:39', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/PLATINUM-HYDRAFACIAL-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1408, 1, '2025-01-31 12:09:58', '2025-01-31 12:09:58', '', 'Microneedling', '', 'inherit', 'open', 'closed', '', 'microneedling', '', '', '2025-01-31 12:09:58', '2025-01-31 12:09:58', '', 777, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Microneedling.jpg', 0, 'attachment', 'image/jpeg', 0),
(1416, 1, '2025-01-31 12:11:12', '2025-01-31 12:11:12', '', 'Deluxe-Hydrafacial-img', '', 'inherit', 'open', 'closed', '', 'deluxe-hydrafacial-img', '', '', '2025-01-31 12:11:12', '2025-01-31 12:11:12', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Deluxe-Hydrafacial-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1420, 1, '2025-01-31 12:14:32', '2025-01-31 12:14:32', '', 'SIGNATURE-HYDRAFACIAL-img', '', 'inherit', 'open', 'closed', '', 'signature-hydrafacial-img', '', '', '2025-01-31 12:14:32', '2025-01-31 12:14:32', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1427, 1, '2025-01-31 12:21:21', '2025-01-31 12:21:21', '', 'Boost confidence with our innovative hair loss solutions for regrowth, increased thickness, and prevention, available both in-clinic and at home.', '', 'inherit', 'open', 'closed', '', 'boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home', '', '', '2025-01-31 12:21:21', '2025-01-31 12:21:21', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Boost-confidence-with-our-innovative-hair-loss-solutions-for-regrowth-increased-thickness-and-prevention-available-both-in-clinic-and-at-home.-.jpg', 0, 'attachment', 'image/jpeg', 0),
(1433, 1, '2025-01-31 12:34:59', '2025-01-31 12:34:59', '', 'Gold Package', '', 'inherit', 'open', 'closed', '', 'gold-package', '', '', '2025-01-31 12:34:59', '2025-01-31 12:34:59', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Gold-Package.jpg', 0, 'attachment', 'image/jpeg', 0),
(1434, 1, '2025-01-31 12:42:28', '2025-01-31 12:42:28', '', 'imt3', '', 'inherit', 'open', 'closed', '', 'imt3', '', '', '2025-01-31 12:42:28', '2025-01-31 12:42:28', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/imt3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1435, 1, '2025-01-31 12:44:36', '2025-01-31 12:44:36', '', 'Platinum Package', '', 'inherit', 'open', 'closed', '', 'platinum-package', '', '', '2025-01-31 12:44:36', '2025-01-31 12:44:36', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Platinum-Package.jpg', 0, 'attachment', 'image/jpeg', 0),
(1436, 1, '2025-01-31 12:45:45', '2025-01-31 12:45:45', '', 'qt=q_26 (1)', '', 'inherit', 'open', 'closed', '', 'qtq_26-1', '', '', '2025-01-31 12:45:45', '2025-01-31 12:45:45', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_26-1.webp', 0, 'attachment', 'image/webp', 0),
(1437, 1, '2025-01-31 12:45:52', '2025-01-31 12:45:52', '', 'qt=q_26', '', 'inherit', 'open', 'closed', '', 'qtq_26', '', '', '2025-01-31 12:45:52', '2025-01-31 12:45:52', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_26.webp', 0, 'attachment', 'image/webp', 0),
(1438, 1, '2025-01-31 12:45:57', '2025-01-31 12:45:57', '', 'about-img', '', 'inherit', 'open', 'closed', '', 'about-img-3', '', '', '2025-01-31 12:45:57', '2025-01-31 12:45:57', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/about-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1439, 1, '2025-01-31 12:46:01', '2025-01-31 12:46:01', '', 'after-1', '', 'inherit', 'open', 'closed', '', 'after-1-2', '', '', '2025-01-31 12:46:01', '2025-01-31 12:46:01', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/after-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1440, 1, '2025-01-31 12:46:10', '2025-01-31 12:46:10', '', 'after-2', '', 'inherit', 'open', 'closed', '', 'after-2-2', '', '', '2025-01-31 12:46:10', '2025-01-31 12:46:10', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/after-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1441, 1, '2025-01-31 12:46:13', '2025-01-31 12:46:13', '', 'Diamond Package', '', 'inherit', 'open', 'closed', '', 'diamond-package', '', '', '2025-01-31 12:46:13', '2025-01-31 12:46:13', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Diamond-Package.jpg', 0, 'attachment', 'image/jpeg', 0),
(1442, 1, '2025-01-31 12:46:19', '2025-01-31 12:46:19', '', 'banner-img-1', '', 'inherit', 'open', 'closed', '', 'banner-img-1-2', '', '', '2025-01-31 12:46:19', '2025-01-31 12:46:19', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/banner-img-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1446, 1, '2025-01-31 12:46:28', '2025-01-31 12:46:28', '', 'banner-img-2', '', 'inherit', 'open', 'closed', '', 'banner-img-2-2', '', '', '2025-01-31 12:46:28', '2025-01-31 12:46:28', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/banner-img-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1447, 1, '2025-01-31 12:46:38', '2025-01-31 12:46:38', '', 'beauty-and-glow', '', 'inherit', 'open', 'closed', '', 'beauty-and-glow-2', '', '', '2025-01-31 12:46:38', '2025-01-31 12:46:38', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/beauty-and-glow-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1448, 1, '2025-01-31 12:46:46', '2025-01-31 12:46:46', '', 'before-1', '', 'inherit', 'open', 'closed', '', 'before-1-2', '', '', '2025-01-31 12:46:46', '2025-01-31 12:46:46', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/before-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1449, 1, '2025-01-31 12:46:58', '2025-01-31 12:46:58', '', 'before-2', '', 'inherit', 'open', 'closed', '', 'before-2-2', '', '', '2025-01-31 12:46:58', '2025-01-31 12:46:58', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/before-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1450, 1, '2025-01-31 12:47:08', '2025-01-31 12:47:08', '', 'bnnaer-img', '', 'inherit', 'open', 'closed', '', 'bnnaer-img', '', '', '2025-01-31 12:47:08', '2025-01-31 12:47:08', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/bnnaer-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1451, 1, '2025-01-31 12:47:19', '2025-01-31 12:47:19', '', 'Deluxe-Hydrafacial-img', '', 'inherit', 'open', 'closed', '', 'deluxe-hydrafacial-img-2', '', '', '2025-01-31 12:47:19', '2025-01-31 12:47:19', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Deluxe-Hydrafacial-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1452, 1, '2025-01-31 12:47:24', '2025-01-31 12:47:24', '', 'fav-icon', '', 'inherit', 'open', 'closed', '', 'fav-icon-2', '', '', '2025-01-31 12:47:24', '2025-01-31 12:47:24', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/fav-icon-1.png', 0, 'attachment', 'image/png', 0),
(1453, 1, '2025-01-31 12:47:29', '2025-01-31 12:47:29', '', 'Hydrafacial-img', '', 'inherit', 'open', 'closed', '', 'hydrafacial-img-2', '', '', '2025-01-31 12:47:29', '2025-01-31 12:47:29', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Hydrafacial-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1454, 1, '2025-01-31 12:47:34', '2025-01-31 12:47:34', '', 'img-1', '', 'inherit', 'open', 'closed', '', 'img-1-2', '', '', '2025-01-31 12:47:34', '2025-01-31 12:47:34', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1455, 1, '2025-01-31 12:47:38', '2025-01-31 12:47:38', '', 'img-2', '', 'inherit', 'open', 'closed', '', 'img-2-2', '', '', '2025-01-31 12:47:38', '2025-01-31 12:47:38', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1456, 1, '2025-01-31 12:47:42', '2025-01-31 12:47:42', '', 'img-weight-logg', '', 'inherit', 'open', 'closed', '', 'img-weight-logg-2', '', '', '2025-01-31 12:47:42', '2025-01-31 12:47:42', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/img-weight-logg-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1463, 1, '2025-01-31 12:51:17', '2025-01-31 12:51:17', '', 'Home Hair', '', 'inherit', 'open', 'closed', '', 'home-hair', '', '', '2025-01-31 12:51:17', '2025-01-31 12:51:17', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Home-Hair-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1474, 1, '2025-01-31 12:55:02', '2025-01-31 12:55:02', '<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Red Light \nTherapy \n</h2>				\n		<p>Red light therapy is a powerful, non-invasive treatment that boosts your skin\'s natural healing process, reduces inflammation, and stimulates collagen production for a radiant, youthful glow. Perfect for rejuvenating and revitalizing your skin.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule Your Session\n					</a>\n					<h2>Experience Radiant Renewal with Red Light Therapy! </h2>				\n					<h3>Sessions</h3>				\n													<h3>\n								1 session							</h3>\n												&#36;						\n								49							\n								<ul>\n																	<li>\n										Wellness Members: $25\n						</li>\n									</ul>\n													<h3>\n								3 sessions							</h3>\n												&#36;						\n								135							\n								<ul>\n																	<li>\n										Wellness Members: $65\n						</li>\n									</ul>\n													<h3>\n								5 sessions							</h3>\n												&#36;						\n								199							\n								<ul>\n																	<li>\n										Wellness Members: $90\n						</li>\n									</ul>\n					<h2>Treatment Enhancements\n</h2>				\n		<p>Elevate your experience with these exceptional options.</p>		\n		<ul>\n									<li>				\n							Pro-aging Stem Cell Therapy						\n																			$99\n															<p>\n							Elevate your skincare routine with AnteAGE Topical Stem Cells—self-applied for a transformative anti-aging experience that delivers glowing, rejuvenated skin during your session. Includes a two-step Anteage Serum and Accelerator Homecare kit for enhanced results.\n						</p>\n				</li>					\n		</ul>\n		<ul>\n									<li>				\n							Post-Procedure Glow						\n																			$25\n															<p>\n							Complete your treatment with a regenerative boost—get 50% off when you add it to any Hydrafacial, Facial, Microneedling, Laser Therapy, PHYSIQ Body Contouring, IV Vitamin Therapy, or injections!\n						</p>\n				</li>					\n		</ul>\n		<p>Wellness Members including Hormone Therapy, Peptide Therapy, and Weight Loss Members.</p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is Red Light Therapy?						\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									<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					<p>Red light therapy is a non-invasive treatment that uses low-level red light wavelengths to penetrate the skin, promoting cellular repair, reducing inflammation, and boosting collagen production for healthier, more radiant skin.</p>\n							How does Red Light Therapy work?						\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									<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					<p>Red light therapy works by delivering specific wavelengths of light to the skin, which stimulates cellular processes and encourages healing, rejuvenation, and improved skin texture.</p>\n							What are the benefits of Red Light Therapy?						\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									<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					<p>Benefits include improved skin texture, reduced wrinkles and fine lines, increased collagen production, decreased inflammation, and enhanced overall skin tone and radiance.</p>\n							Is Red Light Therapy safe?						\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									<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					<p>Yes, red light therapy is generally considered safe with minimal side effects. It is non-invasive and does not require downtime.</p>\n							How long does a Red Light Therapy session take?						\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									<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					<p>Each session is 15 minutes serving as the perfect lunch break treatment.</p>\n							How many sessions are needed to see results?						\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									<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					<p>Many patients notice improvements after just a few sessions, but optimal results are often seen after a series of treatments.</p>\n							How should I prepare for a Red Light Therapy session?						\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									<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					<p>There is no special preparation needed. Simply arrive with clean skin and avoid using any skincare products that may interfere with the treatment.</p>\n							Can Red Light Therapy be combined with other treatments?						\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									<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					<p>Yes, red light therapy can be combined with other treatments such as facials, microneedling, and injectables to enhance overall results.</p>\n							How often should I get Red Light Therapy?						\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									<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					<p>Frequency depends on your individual needs and goals. Generally, for optimal results:</p>\n<ul>\n<li><strong>Initial Phase:</strong> It’s common to start with 3-5 sessions per week for the first 4-6 weeks. This helps build up the skin’s response and enhances initial results.</li>\n<li><strong>Maintenance Phase:</strong> After the initial phase, many people shift to 1-2 sessions per week for ongoing maintenance and to sustain results.</li>\n</ul>\n<p>Your specific frequency might vary based on factors such as the condition being treated, your skin type, and your overall health goals. Always follow the recommendations of your provider for the best outcomes. Please feel free to ask <a href=\"mailto:Support@genesiswa.com\" target=\"_blank\" rel=\"noopener\">Support@genesiswa.com</a> for more information.</p>\n					<h2>Beginning of a  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Red Light Therapy', '', 'publish', 'closed', 'closed', '', 'red-light-therapy', '', '', '2025-05-31 07:01:13', '2025-05-31 07:01:13', '', 0, 'https://mrarif.me/genesiswa/?page_id=1474', 0, 'page', '', 0),
(1526, 1, '2025-01-31 13:08:06', '2025-01-31 13:08:06', '', 'item-img-5', '', 'inherit', 'open', 'closed', '', 'item-img-5', '', '', '2025-01-31 13:08:06', '2025-01-31 13:08:06', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/item-img-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1551, 1, '2025-01-31 13:23:18', '2025-01-31 13:23:18', '', 'Golden-Honey-Glow-Facial-img', '', 'inherit', 'open', 'closed', '', 'golden-honey-glow-facial-img', '', '', '2025-01-31 13:23:18', '2025-01-31 13:23:18', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Golden-Honey-Glow-Facial-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1555, 1, '2025-01-31 13:30:08', '2025-01-31 13:30:08', '', 'Harmony-Facial--img', '', 'inherit', 'open', 'closed', '', 'harmony-facial-img', '', '', '2025-01-31 13:30:08', '2025-01-31 13:30:08', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Harmony-Facial-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1557, 1, '2025-01-31 13:46:12', '2025-01-31 13:46:12', '', 'SIGNATURE-HYDRAFACIAL-img-1', '', 'inherit', 'open', 'closed', '', 'signature-hydrafacial-img-1', '', '', '2025-01-31 13:46:12', '2025-01-31 13:46:12', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1562, 1, '2025-01-31 13:49:47', '2025-01-31 13:49:47', '', 'Classic-custom-facials-img', '', 'inherit', 'open', 'closed', '', 'classic-custom-facials-img', '', '', '2025-01-31 13:49:47', '2025-01-31 13:49:47', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Classic-custom-facials-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1570, 1, '2025-01-31 13:59:26', '2025-01-31 13:59:26', '', 'face-care-img', '', 'inherit', 'open', 'closed', '', 'face-care-img', '', '', '2025-01-31 13:59:26', '2025-01-31 13:59:26', '', 839, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/face-care-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1571, 1, '2025-01-31 13:59:29', '2025-01-31 13:59:29', '', 'Face-img', '', 'inherit', 'open', 'closed', '', 'face-img', '', '', '2025-01-31 13:59:29', '2025-01-31 13:59:29', '', 839, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Face-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1621, 1, '2025-01-31 15:46:06', '2025-01-31 15:46:06', '', 'Pre-treatment-Instructions-img', '', 'inherit', 'open', 'closed', '', 'pre-treatment-instructions-img', '', '', '2025-01-31 15:46:06', '2025-01-31 15:46:06', '', 839, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Pre-treatment-Instructions-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1640, 1, '2025-01-31 15:54:25', '2025-01-31 15:54:25', '<img width=\"530\" height=\"400\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img.png 530w, https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img-300x226.png 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" />															\n					<h2><b>Silky-Smooth Skin</b>, All Year Long\n</h2>				\n		<p data-start=\"168\" data-end=\"462\">Ditch the razor and skip the waxing. Our advanced laser hair removal targets and destroys hair follicles at the root, preventing regrowth and delivering lasting smoothness. Safe, precise, and virtually pain-free, it’s the effortless way to enjoy permanently reduced hair—anywhere on the body.</p><p data-start=\"464\" data-end=\"503\">Feel confident in your skin, every day.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>What You Need to   Know</h2>				\n					<h5>What is an 810 Diode?\n</h5>				\n		<p>Often referred to as the gold standard in hair removal, the Diode laser 810nm wavelength is highly reliable in treating dark black/brown hair follicles on all skin types - It will not work on blonde/red/grey hairs.</p>		\n					<h5>Is Laser Hair Removal Painful?\n</h5>				\n		<p>The 810 Diode on the Spectrum laser has built-in contact cooling to protect the surface of the skin, making the treatment a comfortable, pain-free experience for patients.</p>		\n					<h5>What is the Frequency of Treatments?\n</h5>				\n		<p>Hair grows in cycles, making it necessary to receive a series of treatments. This varies from patient to patient. Each treatment is spaced between 4-6 weeks apart and a minimum of 8 treatments is recommended.</p>		\n					<h5>Pre-treatment Care\n</h5>				\n		<ul><li>Do not tan for two to four weeks prior.</li><li>Please shave 12-24 hours before all treatments.</li><li>Remove all makeup, lotion, and deodorant.</li><li>Do not wax, thread, or tweeze for two to four weeks prior and for the duration of your treatments.</li></ul>		\n					<h5>Procedure Visit Expectations\n</h5>				\n		<p>A thin layer of gel is applied to the skin to allow for a smooth glide of the handpiece. A gentle warming sensation of the skin will be apparent and very tolerable. Depending on the size of the area, each area can take 10-15 minutes. There is no downtime associated with this treatment and patients may resume their normal activities.</p>		\n					<h5>Post-treatment Care\n</h5>				\n		<p>Avoid picking or scratching the skin. Do not use any other hair removal during treatment (waxing, electrolysis, or tweezing). Wash and pat dry for 3 days and on the 4th day start gently exfoliating. SPF is always recommended post-treatment. Do not exercise, take hot showers, or use hot tubs or saunas for 12-48 hours.</p>		\n					<h5>When Will I See the Results?\n</h5>				\n		<p>You can begin to see hair fall out in approximately 1-3 weeks post-treatment. LHR can only damage hair that is in its active growth stage. Although hair will appear thinner and less noticeable with just one treatment, you’ll need to return for multiple follow-up appointments to see optimal results. After optimal treatment sessions of laser hair removal, you can enjoy long-lasting hair reduction.</p>		\n					<h5>Is LHR Permanent\n</h5>				\n		<p>Hair removal is not 100% permanent and hormones play a role in hair growth cycles, which may decrease depending on age. Hair that comes out of being dormant after several years will need to be treated.</p>		\n					<h5>Possible Adverse Effects\n</h5>				\n		<p>While uncommon, adverse effects may include discomfort, damage to the natural skin texture, scarring, excessive swelling, blisters, and bruising. The risk of adverse effects is higher when patients do not avoid sun exposure for approximately 4 weeks prior to treatment, tanned skin has extra melanin (pigment) which attracts laser energy from targeting the hair follicle.</p>		\n					<h2>Beginning of  a better you.   </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Laser hair removal', '', 'publish', 'closed', 'closed', '', 'laser-hair-removal', '', '', '2026-02-16 20:48:14', '2026-02-16 20:48:14', '', 0, 'https://mrarif.me/genesiswa/?page_id=1640', 0, 'page', '', 0),
(1642, 1, '2025-01-31 15:55:08', '2025-01-31 15:55:08', '<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-1-r6lvn6i815jdg9i2m23s1de33a051v8fnpx1b4r0dg.png\" title=\"9\" alt=\"9\" loading=\"lazy\" />															\n					<h2>Intense Pulsed Light (IPL)\n</h2>				\n		<p data-start=\"212\" data-end=\"578\">Reveal smoother, more even-toned skin with our IPL (Intense Pulsed Light) treatment. This advanced technology targets sun damage, age spots, redness, broken capillaries, and acne—leaving your skin visibly clearer and more radiant. Enjoy noticeable results with minimal discomfort and zero downtime, making it the perfect solution for glowing skin on your schedule.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Why People  Choose IPL?  </h2>				\n					<h5>Unique Technology\n</h5>				\n		<p>Unlike lasers, an IPL device sends out more than one wavelength of pulsating light. It can treat a range of skin conditions at the same time resulting in more even skin tone and a youthful appearance.</p>		\n					<h5>Treatment Indications\n</h5>				\n		<p>Skin tone, wrinkles, photoaging, skin rejuvenation, photo-facials, sun damaged skin, uneven pigmentation, scars, spider veins, vascular lesions, rosacea, acne, and hair reduction.</p>		\n					<h5>Anti-aging Benefits\n</h5>				\n		<p>IPL will stimulate collagen growth by treating a deeper layer of skin, while improving texture, and reducing the appearance of fine lines and wrinkles.</p>		\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/5658AD73-2162-4DA5-841B-D73342A8D185.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"73df84b\" data-elementor-lightbox-title=\"5658AD73-2162-4DA5-841B-D73342A8D185\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM0MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC81NjU4QUQ3My0yMTYyLTREQTUtODQxQi1ENzMzNDJBOEQxODUucG5nIiwic2xpZGVzaG93IjoiNzNkZjg0YiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"73df84b\" data-elementor-lightbox-title=\"E2E3C282-5741-4D5A-8D63-B590F8D7BBCA\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM0NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9FMkUzQzI4Mi01NzQxLTRENUEtOEQ2My1CNTkwRjhEN0JCQ0EucG5nIiwic2xpZGVzaG93IjoiNzNkZjg0YiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/EBF46819-9841-4098-AB31-6C2D27FD3933.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"73df84b\" data-elementor-lightbox-title=\"EBF46819-9841-4098-AB31-6C2D27FD3933\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM0NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9FQkY0NjgxOS05ODQxLTQwOTgtQUIzMS02QzJEMjdGRDM5MzMucG5nIiwic2xpZGVzaG93IjoiNzNkZjg0YiJ9\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							How to Prepare for Your Appointment?						\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									<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					<ul>\n<li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.</li>\n<li>Avoid applying self-tanner for 2 weeks prior to treatment.</li>\n<li>Avoid aspirin and Ibuprofen for one week prior to your treatment. Inform the provider if you are taking blood thinners or regularly take aspirin or ibuprofen.</li>\n<li>Avoid alcohol for 2 days prior to treatment.</li>\n<li>Inform the provider if have taken Accutane (oral acne medication) in the past year.</li>\n</ul>\n							Pre-treatment Care (Day of Appointment)?						\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									<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					<ul>\n<li> If possible, arrive without creams or make-up on the treatment area. Otherwise please arrive 10 minutes prior to your appointment in order to clean the skin. Cleansing products are available for your convenience.</li>\n<li>Allow approximately 45 minutes for your appointment depending on the size of the treatment area.</li>\n<li>Pre-treatment photos will be taken.</li>\n<li>Just prior to treatment, you will be given eye shields or glasses to wear to protect your eyes.</li>\n</ul>\n							Treatment Expectations?						\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									<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					<ul>\n<li>Your skin may be temperature sensitive for several days after treatment. Brown spots and freckles will appear darker while healing.</li>\n<li>It should take 4-6 weeks to see the full result and 2-3 treatments may be required to achieve an optimum result.</li>\n<li>The sessions are designed to provide no downtime however, occasionally you may find that your cheeks and under eye areas are slightly puffy after treatment. You may use cold compresses (5 minutes on and 10 minutes off) several times an hour to help ease both redness and swelling.</li>\n<li>Sleeping with your head elevated for the first night will also help decrease any swelling you may experience.</li>\n<li>Redness around the treated area for a few hours to days.</li>\n<li>Freckles and age spots may darken for three to seven days before starting to fade.</li>\n<li>Skin flaking for up to 10 days.</li>\n<li>Minor bruising that may last two weeks or less.</li>\n</ul>\n							How Does It Feel?						\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									<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					<p>During the procedure, people may feel a pinching sensation described as feeling similar to an elastic band being “snapped” on the skin. Sensation is moderate and very tolerable.</p>\n							Post-treatment Care?						\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									<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					<ul>\n<li>Use mild cleansers and moisturizers.</li>\n<li>Avoid Aspirin, Ibuprofen, alcohol, heavy exertion and activities which may cause flushing for 2 days after treatment.</li>\n<li>Avoid harsh topical products such as retinols and glycolic acid products for one week after.</li>\n<li>Avoid direct sunlight on the treated area and use a broad-spectrum UVA/UVB sunscreen of SPF 30 or greater for 4 -6 weeks after your treatment.</li>\n<li>Anticipate some social downtime following your treatment</li>\n</ul>\n							What to Avoid After IPL?						\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									<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					<ul>\n<li>No hot showers for 48 hours.</li>\n<li>For 2 days after a treatment avoid taking aspirin, Ibuprofen, drinking alcohol, heavy exertion and activities which may cause skin flushing.</li>\n<li>Avoid harsh topical products such as retinols and glycolic acid products for one week after each session.</li>\n<li>Avoid direct sunlight on the treated area and use a sunscreen with SPF 30 or greater for 4 to 6 weeks after treatment.</li>\n<li>No swimming for a week, especially in pools with chemicals such as chlorine.</li>\n<li>No strenuous exercise for 48 hours. You can hit the gym after about 2 days post-therapy.</li>\n<li>No hot tubs or Jacuzzis for 48 hours.</li>\n<li>Avoid activities that cause excessive perspiration for 24 hours.</li>\n<li>Do not pick at or remove any loosening or peeling skin.</li>\n<li>No electrolysis, facial waxing, or depilatories (hair removal products) for 14 days after a treatment.</li>\n</ul>\n							When Will I See Results?						\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									<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					<p>Pigment treatment results will take four to six weeks to see the full results from a single treatment, however you should see dark spots fade and slough off within a week. If you complete a series of treatments about one month apart, the maximum results will be visible in two to three months after the last treatment.</p>\n<p>Veins treatment results begin to appear right after treatment and continue to improve over the next few days to weeks. It does take some time for veins to fully collapse and be reabsorbed by the body, so full results cannot be seen</p>\n							Will I Need to Take Time Off?						\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									<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					<p>The short answer is no. Healing after an IPL treatment varies with the patient although in most cases takes less than a week and as little as a few hours to days.</p>\n							Possible Adverse Effects?						\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									<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					<p>Mild complications of IPL include redness, swelling, light bruising, itching, peeling, and scabbing.</p>\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Intense Pulsed Light', '', 'publish', 'closed', 'closed', '', 'intense-pulsed-light', '', '', '2025-05-31 06:37:43', '2025-05-31 06:37:43', '', 0, 'https://mrarif.me/genesiswa/?page_id=1642', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1644, 1, '2025-01-31 15:55:29', '2025-01-31 15:55:29', '<img width=\"750\" height=\"750\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png 750w, https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n-150x150.png 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n					<h2>Clear Skin Starts Here</h2>				\n		<p data-start=\"125\" data-end=\"378\">Ready to let go of unwanted ink? Our Q-Switched laser is the gold standard in safe, effective tattoo removal—using powerful nanosecond 1064nm/532nm laser technology to break down pigment with photoacoustic shockwaves, without harming surrounding skin.</p><p data-start=\"380\" data-end=\"642\">This advanced treatment fades tattoos gently over time, making it ideal for all skin tones and most ink colors. Whether you\'re looking for complete removal or just lightening for a cover-up, each session is customized to your tattoo, your skin, and your goals.</p><p data-start=\"644\" data-end=\"724\"><strong data-start=\"644\" data-end=\"724\">Start your removal journey now—and take the first step toward a clean slate.</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n															<img width=\"1024\" height=\"683\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg 1024w, https://genesiswa.com/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2-300x200.jpeg 300w, https://genesiswa.com/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2-768x512.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Q-Switch Laser Unique Technology</h2>				\n					<h4>The “Q” in Q switched laser treatment stands for “quality.”\n</h4>				\n		<p>The Q Switched laser has been determined as a gold standard for tattoo removal. A Q-switched laser is the only technology that is able to penetrate down to the dermis and shatter tattoo ink (via photo acoustic waves) without causing damage to the surrounding skin tissue. All other methods either aren’t capable of reaching and destroying the ink or cause too much damage to the skin, resulting in scarring. An added benefit of this is a quicker and less complicated healing time.</p>		\n					<h2>Real Patient  Success Stories\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3637c7f\" data-elementor-lightbox-title=\"tatto-removal-img\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA5OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC90YXR0by1yZW1vdmFsLWltZy5qcGciLCJzbGlkZXNob3ciOiIzNjM3YzdmIn0%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3637c7f\" data-elementor-lightbox-title=\"tatto-removal-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA5OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC90YXR0by1yZW1vdmFsLWltZy0yLmpwZyIsInNsaWRlc2hvdyI6IjM2MzdjN2YifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3637c7f\" data-elementor-lightbox-title=\"tatto-removal-img-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEwMCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC90YXR0by1yZW1vdmFsLWltZy0zLmpwZyIsInNsaWRlc2hvdyI6IjM2MzdjN2YifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3637c7f\" data-elementor-lightbox-title=\"98DB2B75-5035-44FE-A3AD-F863B5ABC811\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzOCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC85OERCMkI3NS01MDM1LTQ0RkUtQTNBRC1GODYzQjVBQkM4MTEucG5nIiwic2xpZGVzaG93IjoiMzYzN2M3ZiJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3637c7f\" data-elementor-lightbox-title=\"AE2EC53D-FC1E-4ED0-B3C5-1091277D820A\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMzNywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9BRTJFQzUzRC1GQzFFLTRFRDAtQjNDNS0xMDkxMjc3RDgyMEEucG5nIiwic2xpZGVzaG93IjoiMzYzN2M3ZiJ9\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What Color Can Be Treated?						\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									<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					<p><strong>Good </strong>&#8211; Black, Blue, Dark Blue, Dark Green, Brown, Red, Purple, Orange.</p>\n<p><strong>Difficult </strong>– Tan, Yellow, Bright Green, Sky Blue.</p>\n							What Are Other Indications for Q-Switch?						\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									<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					<p>In addition to tattoos Q-Switch can treat pigmented lesions including age spots, freckles, sunspots, and some birthmarks.</p>\n							How to Prepare for Your Appointment?						\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									<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					<ul>\n<li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.</li>\n<li>Avoid applying self-tanner for 2 weeks prior to treatment.</li>\n<li>Avoid aspirin and Ibuprofen for one week prior to your treatment. Inform the provider if you are taking blood thinners or regularly take aspirin or ibuprofen.</li>\n<li>Avoid alcohol for 2 days prior to treatment.</li>\n<li>Inform the provider if have taken Accutane (oral acne medication) in the past year</li>\n</ul>\n							How Long Does a Treatment Take?						\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									<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					<p>Depending on the size of the treated area(s), after numbing, treatments can take several minutes up to an hour.</p>\n							Pre-treatment Care?						\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									<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					<p>Avoid sun exposure/tanning beds for 2 weeks pre and post. Avoid pain medicine, such as Aleve, Aspirin for 3-7 days. Topical numbing cream may be used, and cold compress may be applied a prior to treatment.</p>\n							Treatment Expectations?						\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									<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					<p>The laser tattoo removal itself may not be uncomfortable but discomfort is a normal response during treatment and recovery. The targeted areas will feel tender and sensitive to touch due to swelling and blistering thereafter.  Once these effects subside over the next few days, so does the pain.</p>\n<p>Immediately after treatment, you will notice &#8220;frosting&#8221; on the area where the laser came in contact with the ink. This signals the first stage of healing, and it lasts for only a few minutes. This is accompanied by swelling around the treated area. Redness, tenderness and swelling usually subside a day or two after treatment. Blisters start forming within 24 hours after treatment and they may appear alarming, but these indicate that your body is healing as it should. Avoid picking on your blisters because they will drain on their own and dry into scabs.</p>\n<p>The crust will eventually fall off within 10-14 days after treatment granted that the area doesn’t get irritated. One may even return to your usual activities shortly after treatment. The area will be bandaged to keep it dry for a few days following the treatment</p>\n							Treatment Expectations?						\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									<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					<p>The laser tattoo removal itself may not be uncomfortable but discomfort is a normal response during treatment and recovery. The targeted areas will feel tender and sensitive to touch due to swelling and blistering thereafter.  Once these effects subside over the next few days, so does the pain.</p>\n<p>Immediately after treatment, you will notice &#8220;frosting&#8221; on the area where the laser came in contact with the ink. This signals the first stage of healing, and it lasts for only a few minutes. This is accompanied by swelling around the treated area. Redness, tenderness and swelling usually subside a day or two after treatment. Blisters start forming within 24 hours after treatment and they may appear alarming, but these indicate that your body is healing as it should. Avoid picking on your blisters because they will drain on their own and dry into scabs.</p>\n<p>The crust will eventually fall off within 10-14 days after treatment granted that the area doesn’t get irritated. One may even return to your usual activities shortly after treatment. The area will be bandaged to keep it dry for a few days following the treatment</p>\n							How Does It Feel?						\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									<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					<p>Laser tattoo removal typically does involve some level of pain. That said, many say that it hurts less than they expected. It’s a common belief that tattoo removal is excruciating, yet most patients say that the sensation of removal is comparable to having a tattoo applied. Common descriptions include the sensation of a rubber band snapping against the skin or bacon grease – basically it’s uncomfortable but bearable.</p>\n							Post-treatment Care?						\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									<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					<ol>\n<li>Keep out of the sun, out of pools/lakes/bath water until healed.</li>\n<li>Apply recovery balm and keep it covered for 5-6 days while healing.</li>\n<li>Apply ice 10 minutes post-treatment.</li>\n<li>Use sunscreen to protect the treated skin which is particularly sensitive to sunlight following treatment.</li>\n<li>Don’t apply makeup or any potentially irritating product on treated skin while it heals.</li>\n<li>Avoid shaving treated areas unless the skin is healed.</li>\n<li>Don’t soak in baths, hot tubs, or pools unless the skin has healed completely.</li>\n</ol>\n							How Many Treatments Will I Need?						\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									<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					<p>Recommended 6-10 treatments. The number of sessions needed to remove a tattoo depends on three factors: the tattoo&#8217;s age, color, and density.</p>\n<ol>\n<li><strong>Age:</strong> Older tattoos can be removed with fewer treatments than newer tattoos. A black ink tattoo that is 10 years old may take one or two treatments fewer than a 1-year-old black tattoo. A 20-year-old tattoo may take two to three treatments fewer than a 1-year-old tattoo, but it’s easy to remove if your tattoo is brand new (1 month old).</li>\n<li><strong>Color:</strong> Certain colors are more easily removed than others. Black and red tattoos are the easiest to remove. Orange, yellow, pink, and other shades are slightly more difficult to remove. The most difficult colors to remove are light green, light blue, and teal/turquoise.</li>\n<li><strong>Location: </strong>Because tattoo removal depends on the body to flush away the shattered ink particles, areas of the body with less circulation often take more time to show results. The toes, fingers, ears, and nose are areas that may show slower results.</li>\n<li><strong>Ink Density: </strong>Shading in a tattoo is easily removed. Some tattoos with letters use shading to fill in the outlines of the letters. Some tattoos with certain designs use shading for clouds or other visual effects.  Shading will be removed in only a few sessions in most cases.</li>\n</ol>\n							When Will I See Results?						\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									<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					<p>The sessions are spaced six to eight weeks apart, which allows your skin to process the treatment. Many people start to see their ink fade slightly after each subsequent session and greater improvement after three appointments. Given six to eight weeks between each session, you can expect the results to start showing a few months after the process starts.</p>\n							Possible Adverse Effects?						\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									<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					<p>There are a handful of symptoms you might see post-treatment such as blisters, swelling, raising of the tattoo, pinpoint bleeding, redness, temporary darkening, hypopigmentation, hyperpigmentation, and bruising. These are common and usually subside within a couple weeks. As always, consult your provider with concerns.</p>\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Laser Tattoo Removal', '', 'publish', 'closed', 'closed', '', 'laser-tattoo-removal', '', '', '2025-05-31 06:45:37', '2025-05-31 06:45:37', '', 0, 'https://mrarif.me/genesiswa/?page_id=1644', 0, 'page', '', 0),
(1646, 1, '2025-01-31 15:56:00', '2025-01-31 15:56:00', '<img width=\"600\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2><p data-start=\"85\" data-end=\"164\"><b>Say Goodbye </b>to<b> </b>Unwanted Veins with Precision Laser Treatment</p></h2>				\n		<p data-start=\"166\" data-end=\"419\">Target and eliminate broken capillaries, spider veins, and vascular lesions with precision using our state-of-the-art 2940nm Long Pulsed YAG laser. Customized to your unique skin needs, this gentle yet powerful treatment delivers clear, smooth skin and noticeable results.</p><p data-start=\"421\" data-end=\"485\"><strong data-start=\"421\" data-end=\"485\">Ready to reveal flawless skin? Book your consultation today!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>The 2940nm Long Pulsed YAG</h2>				\n					<h4>What Makes It Unique?\n</h4>				\n		<p>The Spectrum’s long pulsed Yag laser will diminish the appearance of existing veins on the face and legs. Once the laser light is applied to the skin, it enters the vein, where the energy from the laser is absorbed and the vein walls collapse and seal shut, eliminating the vein’s appearance on the skin. Eliminating veins with the long pulsed Yag laser is quick and effective.</p>		\n					<h2>Before &amp; After</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"496dca8\" data-elementor-lightbox-title=\"Vein-removal-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEzMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9WZWluLXJlbW92YWwtaW1nLTEuanBnIiwic2xpZGVzaG93IjoiNDk2ZGNhOCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"496dca8\" data-elementor-lightbox-title=\"Vein-removal-img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEzNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9WZWluLXJlbW92YWwtaW1nLTIuanBnIiwic2xpZGVzaG93IjoiNDk2ZGNhOCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"496dca8\" data-elementor-lightbox-title=\"Vein-removal-img-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEzNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9WZWluLXJlbW92YWwtaW1nLTMuanBnIiwic2xpZGVzaG93IjoiNDk2ZGNhOCJ9\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What Are Some Indications For LPY?						\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									<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					<p>Treatment of vascular lesions such as telangiectasias, spider veins, hemangiomas, and leg veins</p>\n							How Does LPY Work?						\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									<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					<p>The laser gives energy to the skin, which is absorbed by blood vessels, scars, port wine stains, hemangiomas, and other vascular lesions. This relatively quick, comfortable procedure can eliminate blood vessels by precise tissue heating, i.e. energy is directed against the vessels alone and does not alter the surrounding skin. Usually, the vessels collapse during the treatment session, but there can be some post-treatment redness and swelling. Following treatment sessions with aggressive sun protection practices can produce longer-lasting results and prevent formation of similar lesions.</p>\n							How to Prepare for Your Appointment?						\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									<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					<p>Discontinue any medications / supplements that may thin your blood unless prescribed by doctor. You may wish to bring a pair of shorts to wear during your treatment if having your legs treated.</p>\n							How Long Does a Treatment Take?						\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									<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					<p>Depends on size of area, each area can take 15 minutes or less.</p>\n							How Does It Feel?						\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									<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					<p>Discomfort is minimal and is usually compared to the “snap of a rubber band.” Multiple treatments may be required to achieve your desired result.</p>\n							Treatment Expectations?						\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									<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					<p>Depending on the area treated, some swelling and irritation may occur. However, most treatments have little to no down time and few side effects. Anti-aging skin care products may be prescribed by your provider.</p>\n							Post-Treatment Care?						\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									<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					<p><strong>Do’s </strong>– Cold packs to reduce redness/swelling, use SPF, wear compression garment/support for 3-5 days as needed (best results with longer wear). Avoid sunlight and use sunscreen or antibiotic ointments to promote healing and prevent damage.</p>\n<p><strong>Do not’s </strong>&#8211; exercise for 3 days, take hot baths/showers, use hot tubs/saunas or have any alcohol/blood thinners for 5 days. If a scab forms, it should not be picked or scarring may occur.</p>\n							How Many Treatments Will I Need?						\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									<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					<p>Recommended a series of 3.</p>\n							When Will I See Results?						\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									<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					<p>Best results to be seen after 1-2 treatments. Leg vein resolution usually takes 8-12 weeks. At the end of this process, some vessels may be gone while others may be lighter or not affected. Can be a series of treatments for some veins. Additionally, the further down on the body, the more stubborn veins can be to disappear.</p>\n							Will I Need to Take Time Off?						\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									<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					<p>No, there is no downtime</p>\n							Possible Adverse Effects?						\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									<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					<p>Discomfort, skin irritation, discoloration, sensation of mild sunburn. Sometimes the pigment cells can be damaged leaving darker or paler patches of skin. White patches or scars are rarely permanent</p>\n					<h2>Beginning of a  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Vascular Treatment', '', 'publish', 'closed', 'closed', '', 'vascular-treatment', '', '', '2025-05-31 07:20:06', '2025-05-31 07:20:06', '', 0, 'https://mrarif.me/genesiswa/?page_id=1646', 0, 'page', '', 0),
(1648, 1, '2025-01-31 15:56:27', '2025-01-31 15:56:27', '<img width=\"1024\" height=\"768\" src=\"https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/04/4-13-300x225.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/04/4-13-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2><b>Erbium YAG: </b>The Secret Behind Our Korean Glass Skin Treatment</h2>				\n		<p data-start=\"152\" data-end=\"246\">Transform your skin with the advanced Erbium YAG 2940 nm laser, a versatile resurfacing treatment that targets a wide range of concerns—from fine lines, scars, and photodamage to lesions, acne, stretch marks, and more. This powerful yet precise ablative laser stimulates deep skin renewal, revealing smoother, clearer, and more radiant skin.</p><p data-start=\"591\" data-end=\"756\">As the primary treatment in our celebrated Korean Glass Skin experience, Erbium YAG helps you achieve that coveted flawless, poreless glow—naturally and beautifully.</p><p data-start=\"758\" data-end=\"847\"><strong data-start=\"758\" data-end=\"847\">Don’t wait to unveil your best skin yet. Book your Korean Glass Skin treatment today!</strong></p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Before &amp; After </h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/erbium-img.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"242145e\" data-elementor-lightbox-title=\"erbium-img\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzU4OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9lcmJpdW0taW1nLmpwZyIsInNsaWRlc2hvdyI6IjI0MjE0NWUifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/erbium-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"242145e\" data-elementor-lightbox-title=\"erbium-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzU5MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9lcmJpdW0taW1nLTEuanBnIiwic2xpZGVzaG93IjoiMjQyMTQ1ZSJ9\">\n														</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							How to Prepare for Your Appointment?						\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									<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					<ul>\n<li>It is imperative that you avoid significant sun exposure and tanning beds for at least 4 weeks prior to your treatment.</li>\n<li>Avoid applying self-tanner for 2 weeks prior to treatment.</li>\n<li>Inform the provider if have had any surgical procedures in the treatment area including facial laser resurfacing or deep chemical peel. Wait until well-healed.</li>\n<li>Schedule treatment one month after any Botox or Natural fillers.</li>\n<li>If any history of herpes simplex, in the treatment area, should start on prophylaxis to prevent outbreak.</li>\n<li> Darker skin types (IV-V) will need to pre-treat minimum of 3 weeks prior to appointment with a skin lighting agent such as Hydroquinone to decrease post-inflammatory hyperpigmentation (Discuss with Provider).</li>\n</ul>\n							Pre-treatment Care (Day of Appointment)?						\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									<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					<ul>\n<li> If possible, arrive without creams or make-up on the treatment area. Otherwise please arrive 10 minutes prior to your appointment in order to clean the skin. Cleansing products are available for your convenience.</li>\n<li>Allow approximately 45 minutes for your appointment depending on the size of the treatment area.</li>\n<li>Pre-treatment photos will be taken.</li>\n<li>Just prior to treatment, you will be given eye shields or glasses to wear to protect your eyes.</li>\n</ul>\n							Treatment Expectations?						\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									<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					<ul>\n<li>Your skin may be temperature sensitive for several days after treatment. Brown spots and freckles will appear darker while healing.</li>\n<li>It should take 4-6 weeks to see the full result and 2-3 treatments may be required to achieve an optimum result.</li>\n<li>The sessions are designed to provide no downtime however, occasionally you may find that your cheeks and under eye areas are slightly puffy after treatment. You may use cold compresses (5 minutes on and 10 minutes off) several times an hour to help ease both redness and swelling.</li>\n<li>Sleeping with your head elevated for the first night will also help decrease any swelling you may experience.</li>\n<li>Redness around the treated area for a few hours to days.</li>\n<li>Freckles and age spots may darken for three to seven days before starting to fade.</li>\n<li>Skin flaking for up to 10 days.</li>\n<li>Minor bruising that may last two weeks or less.</li>\n</ul>\n							How Does It Feel?						\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									<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					<p>During the procedure, you will feel a warm sensation on your skin as the laser pulses are delivered. Sensation is very tolerable. There is no need for topical numbing.</p>\n							Post-treatment Care?						\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									<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					<ul>\n<li>Use mild cleansers after 24 hours.</li>\n<li>Do not let skin dry out. Aquaphor or post laser balm for 72 hours.</li>\n<li>Avoid Aspirin, Ibuprofen, alcohol, heavy exertion and activities which may cause flushing for 2 days after treatment.</li>\n<li>Avoid harsh topical products such as retinols and glycolic acid products for one week after.</li>\n<li>Avoid direct sunlight on the treated area and use a broad-spectrum UVA/UVB sunscreen of SPF 30 or greater for 4 -6 weeks after your treatment.</li>\n<li>Anticipate some social downtime following your treatment</li>\n</ul>\n							When Will I See Results?						\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									<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					<p>A single session usually lasts about 15 minutes, and you can expect to see results after about 3-5 sessions. Depending on your skin condition, you many need fewer or more treatment sessions to see desired results.</p>\n							What is the Average Downtime?						\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									<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					<p>Majority of patients have little to no downtime. Your provider with counsel you on your downtime expectations depending on the intensity level of your treatment settings. The average downtime ranges from 2-7 days.</p>\n							Possible Adverse Effects?						\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									<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					<p>The side effects are typically mild and temporary. You may experience some swelling, redness, or bruising after the treatment which will resolve within a few days. To minimize complications, it is imperative that you follow the post-treatment instructions.</p>\n					<h2>Beginning of a  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Skin Resurfacing', '', 'publish', 'closed', 'closed', '', 'skin-resurfacing', '', '', '2025-05-31 07:09:53', '2025-05-31 07:09:53', '', 0, 'https://mrarif.me/genesiswa/?page_id=1648', 0, 'page', '', 0),
(1651, 1, '2025-02-09 06:39:06', '2025-01-31 15:57:49', ' ', '', '', 'publish', 'closed', 'closed', '', '1651', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1651', 25, 'nav_menu_item', '', 0),
(1652, 1, '2025-02-09 06:39:06', '2025-01-31 15:57:49', ' ', '', '', 'publish', 'closed', 'closed', '', '1652', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1652', 24, 'nav_menu_item', '', 0),
(1653, 1, '2025-02-09 06:39:06', '2025-01-31 15:57:49', ' ', '', '', 'publish', 'closed', 'closed', '', '1653', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1653', 23, 'nav_menu_item', '', 0),
(1654, 1, '2025-02-09 06:39:06', '2025-01-31 15:57:49', ' ', '', '', 'publish', 'closed', 'closed', '', '1654', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1654', 22, 'nav_menu_item', '', 0),
(1655, 1, '2025-02-09 06:39:06', '2025-01-31 15:57:49', ' ', '', '', 'publish', 'closed', 'closed', '', '1655', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1655', 21, 'nav_menu_item', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1657, 1, '2025-01-31 16:00:36', '2025-01-31 16:00:36', '<img width=\"1280\" height=\"1279\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp 1280w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-300x300.webp 300w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-1024x1024.webp 1024w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-150x150.webp 150w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-768x767.webp 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />															\n					<h2>Body Contouring - \nPHYSIQ \n</h2>				\n		<p>Introducing PHYSIQ – revolutionizing body sculpting with STEP technology, treating multiple areas at once for optimal results without downtime!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>What sets PHYSIQ apart from other devices?   </h2>				\n															<img width=\"388\" height=\"292\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-1.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-1.webp 388w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-1-300x226.webp 300w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>STEP Technology\n</h5>				\n		<p>PHYSIQ uniquely uses Sequential Thermal &amp; Electrical Pulse (STEP) technology, combining heat for permanent fat cell death with EMS to build lean muscle.</p>		\n															<img width=\"388\" height=\"292\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp 388w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2-300x226.webp 300w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Four Applicatiors\n</h5>				\n		<p>Four versatile applicators combine EMS and SDM capabilities, treating multiple areas simultaneously for an optimal blend of heat and muscle stimulation.</p>		\n															<img width=\"389\" height=\"292\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_388h_292cg_truem.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_388h_292cg_truem.webp 389w, https://genesiswa.com/wp-content/uploads/2025/03/rsw_388h_292cg_truem-300x225.webp 300w\" sizes=\"(max-width: 389px) 100vw, 389px\" />															\n					<h5>Ultimate Built-in Comfort\n</h5>				\n		 Programs cycle EMS and SDM energy with cooling for optimal treatment. You control SDM percentage and EMS intensity for no-downtime body contouring. \n					<h2>Media Overview </h2>				\n		https://www.youtube.com/watch?v=RUNsdHxyMcM		\n					<h5>Meet PHYSIQ</h5>				\n		https://www.youtube.com/watch?v=zthI8y55iVI		\n					<h5>Hear from Real PHYSIQ Patients\n</h5>				\n					<h2>REAL Patient Before/After    Photos\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (8)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS04LmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMy5qcGVnIiwic2xpZGVzaG93IjoiOGMwMjRkMSJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-7.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS03LmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS02LmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMi5qcGVnIiwic2xpZGVzaG93IjoiOGMwMjRkMSJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMS5qcGVnIiwic2xpZGVzaG93IjoiOGMwMjRkMSJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0yLmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0zLmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS00LmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS01LmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0xLmpwZWciLCJzbGlkZXNob3ciOiI4YzAyNGQxIn0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0uanBlZyIsInNsaWRlc2hvdyI6IjhjMDI0ZDEifQ%3D%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8c024d1\" data-elementor-lightbox-title=\"rs=w_600,cg_true\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS5qcGVnIiwic2xpZGVzaG93IjoiOGMwMjRkMSJ9\">\n																		Advanced Body Contouring								\n									</a>\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What Body Areas Can Be Treated?						\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									<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					<p>The treatment areas include the abdomen, arms, inner thighs, outer thighs, quadriceps, hamstrings, buttocks, back sides/flanks, and calves.</p>\n							How Long Does Each Area Take to Treat?						\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									<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					<p>The abdomen, buttocks and back sides/flanks treatment lasts 36 minutes. Treatments for the inner thighs, outer thighs, and arms take 28 minutes.</p>\n							How Many Treatments are Recommended?						\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									<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					<p>Five treatments are recommended to complete the series, performed weekly or bi-weekly based on protocol. Maintenance treatments can be monthly or bi-monthly, with or without SDM, after completing the series. Additional treatments may be needed to achieve the desired results.</p>\n							What are the Pre Treatment Guidelines?						\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									<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					<p>To Ensure the Most Comfortable Treatment and Optimal Results, the Below Items Should Be Strictly Followed:</p>\n<ul>\n<li>Avoid Sun Exposure (4 Weeks)</li>\n<li>Suspend Accutane Use (4-6 Months)</li>\n<li>No Aspirin (7 Days)</li>\n<li>No Skin Lightening Products</li>\n<li>Treatment Area to Be Clean Shaven</li>\n<li>No Spray Tan, Lotion, Deodorant, or Makeup</li>\n<li>Remove All Jewelry</li>\n<li>No Cell Phone in Pocket</li>\n<li>Proper H2O Intake (3-4 Days Prior)</li>\n</ul>\n							What are the Post Treatment Guidelines?						\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									<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					<p><strong>Post-Treatment Care for PHYSIQ:</strong></p>\n<ul>\n<li><strong>Deep Self-Massage:</strong> Massage the treated area with PHYSIQ post-care lotion using firm pressure for at least 2 minutes immediately after treatment and twice daily throughout your series.</li>\n<li><strong>Increase H2O Intake:</strong> Hydrate well before and after treatment to help flush the lymphatic system.</li>\n<li><strong>Limit Alcohol:</strong> Reduce alcohol intake for 3-4 days post-treatment and overall to maximize results.</li>\n<li><strong>Exercise &amp; Body Temperature:</strong> Light exercise is fine, but avoid strenuous activities for 48 hours and activities that elevate body temperature (hot tubs, saunas) for 2-3 days.</li>\n<li><strong>Avoid Direct Sun Exposure:</strong> Stay out of the sun for 2 weeks post-treatment. If exposure is unavoidable, cover the treated area and use SPF 50+ sunblock.</li>\n</ul>\n							How Much Will My Treatment Cost?						\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									<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					<p>Schedule your FREE consult with our licensed provider today to for an in-person evaluation, discuss what you would like to improve on your body, and receive a quote to get you to your goals!</p>\n<p>You have the option to buy single sessions. Since <strong>5 sessions</strong> are recommended, we provide a discount for our packages (Review our &#8220;Price List&#8221; section for further detail).</p>\n							What is the Membership Maintenance Program?						\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									<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					<p>Purchase a 5-session package to qualify for a monthly maintenance membership. Our program offers membership appreciation incentives: the more areas you add, the more you save, plus you get 10% off your vitamin infusions!</p>\n<ul>\n<li>1 maintenance treatment/month: $199/month</li>\n<li>Add a 2nd area: 2 maintenance treatments (1 per area) for $299/month</li>\n<li>Add a 3rd area: 3 maintenance treatments for $399/month, and so on.</li>\n</ul>\n					<h2>Beginning of a  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Advanced Body Contouring', '', 'publish', 'closed', 'closed', '', 'advanced-body-contouring', '', '', '2025-05-31 04:51:07', '2025-05-31 04:51:07', '', 0, 'https://mrarif.me/genesiswa/?page_id=1657', 0, 'page', '', 0),
(1659, 1, '2025-02-09 06:39:06', '2025-01-31 16:01:09', '', 'Body Contouring', '', 'publish', 'closed', 'closed', '', '1659', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1659', 26, 'nav_menu_item', '', 0),
(1660, 1, '2025-02-09 06:39:06', '2025-01-31 16:01:09', ' ', '', '', 'publish', 'closed', 'closed', '', '1660', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1660', 27, 'nav_menu_item', '', 0),
(1661, 1, '2025-01-31 16:02:15', '2025-01-31 16:02:15', '<h2>The Gift of Self-Care</h2>\r\nGive the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve.\r\n\r\n<a href=\"http://genesiswa.janeapp.com/online_gift_cards/new\" target=\"_blank\" rel=\"noopener\">\r\nBuy now\r\n</a>\r\n<img title=\"Untitled design\" src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-r6lrnu472gudyogqwra8km9s1xajtl6bnrhw43hg8g.png\" alt=\"Untitled design\" />\r\n<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg\" sizes=\"(max-width: 800px) 100vw, 800px\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg 800w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-300x225.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-768x576.jpg 768w\" alt=\"\" width=\"800\" height=\"600\" />\r\n<h6>Understanding Your Self-Investment</h6>\r\n<h2><b>Treat Now</b>, Pay Later</h2>\r\n<strong data-start=\"111\" data-end=\"173\">We believe wellness and confidence should be within reach.</strong> That’s why we offer clear, flexible financing options—with no hidden fees—so you can invest in your care with confidence and ease, exactly when you need it with Cherry Payment Plans.\r\n\r\n<a href=\"https://genesiswa.com/payment-plans/\" target=\"_blank\" rel=\"noopener\">\r\nFind out more\r\n</a>\r\n<img title=\"4\" src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/4-2-r6lsuzvevlxd23rtvwwjk86pzuka99imldviehhoj4.png\" alt=\"4\" />\r\n<h6>Personalized Care, Thoughtfully Designed</h6>\r\n<p data-start=\"202\" data-end=\"259\">Your Journey Starts with a<strong data-start=\"202\" data-end=\"259\"> Consultation</strong></p>\r\n<strong>Every individual is unique</strong>—and so is every treatment plan we create. Schedule a complimentary consultation with one of our expert providers to receive a fully customized plan tailored to your goals, lifestyle, and budget. Our approach is comprehensive, transparent, and always centered on you.\r\n\r\n<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\" rel=\"noopener\">\r\nSchedule now\r\n</a>', 'Gift Cards & Price Rates', '', 'publish', 'closed', 'closed', '', 'gift-cards-price-rates', '', '', '2025-05-31 17:02:39', '2025-05-31 17:02:39', '', 0, 'https://mrarif.me/genesiswa/?page_id=1661', 0, 'page', '', 0),
(1663, 1, '2025-02-09 06:39:06', '2025-01-31 16:02:37', ' ', '', '', 'publish', 'closed', 'closed', '', '1663', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1663', 28, 'nav_menu_item', '', 0),
(1664, 1, '2025-01-31 16:04:08', '2025-01-31 16:04:08', '<iframe id=\"iframe-09\" frameborder=\"0\" sandbox=\"allow-scripts allow-same-origin allow-forms allow-popups allow-presentation allow-top-navigation\" src=\"javascript: window.frameElement.getAttribute(&quot;srcdoc&quot;);\" srcdoc=\"<body style=\'margin: 0\'><!-- CHERRY WIDGET BEGIN --> <link href=&quot;https://fonts.googleapis.com/css2?family=Playfair+Display&amp;family=Slabo+27px&amp;family=Lato&amp;family=Raleway&amp;family=Montserrat&amp;family=Oswald&amp;family=Poppins&amp;family=Source+Sans+Pro&amp;family=PT+Sans&amp;family=Open+Sans&amp;display=swap&quot;rel=&quot;stylesheet&quot;/>\n    <!-- CHERRY WIDGET END --></body>\" style=\"width: 100%; display: block; height: 3482.54px; overflow: visible; transition: height 1.5s;\" bis_size=\"{&quot;x&quot;:248,&quot;y&quot;:471,&quot;w&quot;:1232,&quot;h&quot;:150,&quot;abs_x&quot;:248,&quot;abs_y&quot;:471}\"></iframe>', 'Payment Plans', '', 'publish', 'closed', 'closed', '', 'payment-plans', '', '', '2025-02-03 05:23:20', '2025-02-03 05:23:20', '', 0, 'https://mrarif.me/genesiswa/?page_id=1664', 0, 'page', '', 0),
(1666, 1, '2025-01-31 16:04:27', '2025-01-31 16:04:27', '<img width=\"1254\" height=\"836\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg 1254w, https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB-300x200.jpeg 300w, https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB-1024x683.jpeg 1024w, https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB-768x512.jpeg 768w\" sizes=\"(max-width: 1254px) 100vw, 1254px\" />															\n					<h6>Hello</h6>				\n					<h2>Welcome to  our blog</h2>				\n		<p>We\'ve established our practice on innovative, evidence-based medicine, with providers committed to ongoing education for delivering optimal patient care. Ensuring our patients are well-informed about their care is our key priority. </p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Our Blog</h2>				\n				<ul>\n											<li data-filter=\"*\" data-taxonomy=\"\">All</li>\n																														<li data-filter=\".aesthetics-anti-aging\" data-taxonomy=\".category\">Aesthetics &amp; Anti-Aging</li>\n																										<li data-filter=\".hormone-therapy\" data-taxonomy=\".category\">Hormone Therapy</li>\n																										<li data-filter=\".weight-loss-medicine\" data-taxonomy=\".category\">Weight Loss Medicine</li>\n											</ul>\n			<a href=\"https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/\" title=\"Weight Loss Peptides Tirzepatide and Semaglutide\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Weight-Loss.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/\">Weight Loss Peptides Tirzepatide and Semaglutide</a>			</h2>\n			<p>When looking for healthy ways to control appetite, feel fuller, and help kick your body ...</p>\n									<a href=\"https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/\" title=\"Weight Loss Peptides Tirzepatide and Semaglutide\" aria-label=\"Read more about Weight Loss Peptides Tirzepatide and Semaglutide\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/\" title=\"How to Balance Testosterone and Why It’s Important to Your Health\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/estosterone-and-Why.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/\">How to Balance Testosterone and Why It’s Important to Your Health</a>			</h2>\n			<p>It’s no secret that testosterone plays a pivotal part in any man’s physical, mental, and ...</p>\n									<a href=\"https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/\" title=\"How to Balance Testosterone and Why It’s Important to Your Health\" aria-label=\"Read more about How to Balance Testosterone and Why It’s Important to Your Health\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/\" title=\"Empowering Women: Hormone Therapy Across Life&#8217;s Phases\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Hormone-Therapy.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/\">Empowering Women: Hormone Therapy Across Life&#8217;s Phases</a>			</h2>\n			<p>Introduction Women&#8217;s bodies undergo a myriad of changes as they transition through premenopause and postmenopause, ...</p>\n									<a href=\"https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/\" title=\"Empowering Women: Hormone Therapy Across Life&#8217;s Phases\" aria-label=\"Read more about Empowering Women: Hormone Therapy Across Life&#8217;s Phases\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/\" title=\"The Benefits of Sculptra for Skin Rejuvenation\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/The-Benefits-.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/\">The Benefits of Sculptra for Skin Rejuvenation</a>			</h2>\n			<p>Introduction: In the quest for youthful and radiant skin, various cosmetic treatments have emerged as ...</p>\n									<a href=\"https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/\" title=\"The Benefits of Sculptra for Skin Rejuvenation\" aria-label=\"Read more about The Benefits of Sculptra for Skin Rejuvenation\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/\" title=\"The Benefits of Laser Hair Removal: A Comprehensive Guide\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/\">The Benefits of Laser Hair Removal: A Comprehensive Guide</a>			</h2>\n			<p>In the ever-evolving landscape of beauty and self-care, laser hair removal has emerged as a ...</p>\n									<a href=\"https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/\" title=\"The Benefits of Laser Hair Removal: A Comprehensive Guide\" aria-label=\"Read more about The Benefits of Laser Hair Removal: A Comprehensive Guide\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/\" title=\"Enhance Your Natural Beauty: The Art of Dermal Fillers\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/The-Art-of-Dermal-Fillers.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/\">Enhance Your Natural Beauty: The Art of Dermal Fillers</a>			</h2>\n			<p>In the quest for youthful, radiant skin, the realm of cosmetic enhancements offers a myriad ...</p>\n									<a href=\"https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/\" title=\"Enhance Your Natural Beauty: The Art of Dermal Fillers\" aria-label=\"Read more about Enhance Your Natural Beauty: The Art of Dermal Fillers\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/understanding-the-benefits-of-microneedling/\" title=\"Understanding the Benefits of Microneedling\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Benefits-of-Microneedling.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/understanding-the-benefits-of-microneedling/\">Understanding the Benefits of Microneedling</a>			</h2>\n			<p>In the pursuit of youthful, radiant skin, microneedling has emerged as a revolutionary skincare treatment. ...</p>\n									<a href=\"https://genesiswa.com/understanding-the-benefits-of-microneedling/\" title=\"Understanding the Benefits of Microneedling\" aria-label=\"Read more about Understanding the Benefits of Microneedling\">\n						Read More					\n		</a>\n			<a href=\"https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/\" title=\"Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat\">\n				<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/HydraFacial-Treat.jpg\" alt=\"\" />			</a>\n				February 1, 2025			\n									<h2>\n				<a href=\"https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/\">Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat</a>			</h2>\n			<p>In the realm of skincare, achieving a radiant complexion is the ultimate goal for many ...</p>\n									<a href=\"https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/\" title=\"Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat\" aria-label=\"Read more about Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat\">\n						Read More					\n		</a>', 'Our Blog', '', 'publish', 'closed', 'closed', '', 'our-blog', '', '', '2025-05-31 06:47:39', '2025-05-31 06:47:39', '', 0, 'https://mrarif.me/genesiswa/?page_id=1666', 0, 'page', '', 0),
(1668, 1, '2025-02-09 06:39:06', '2025-01-31 16:04:49', '', 'Blog', '', 'publish', 'closed', 'closed', '', '1668', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=1668', 29, 'nav_menu_item', '', 0),
(1683, 1, '2025-01-31 16:24:26', '2025-01-31 16:24:26', '', 'Laser-hair-removal-img', '', 'inherit', 'open', 'closed', '', 'laser-hair-removal-img', '', '', '2025-01-31 16:24:26', '2025-01-31 16:24:26', '', 1640, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Laser-hair-removal-img.png', 0, 'attachment', 'image/png', 0),
(1714, 1, '2025-01-31 16:50:49', '2025-01-31 16:50:49', '', 'Intense-Pulsed-Light-(IPL)-img', '', 'inherit', 'open', 'closed', '', 'intense-pulsed-light-ipl-img', '', '', '2025-01-31 16:50:49', '2025-01-31 16:50:49', '', 1642, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/Intense-Pulsed-Light-IPL-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1721, 1, '2025-01-31 16:54:40', '2025-01-31 16:54:40', '', 'rs=w_984,h_656', '', 'inherit', 'open', 'closed', '', 'rsw_984h_656', '', '', '2025-01-31 16:54:40', '2025-01-31 16:54:40', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/rsw_984h_656.webp', 0, 'attachment', 'image/webp', 0),
(1722, 1, '2025-01-31 16:55:08', '2025-01-31 16:55:08', '', 'qt=q_28', '', 'inherit', 'open', 'closed', '', 'qtq_28', '', '', '2025-01-31 16:55:08', '2025-01-31 16:55:08', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28.webp', 0, 'attachment', 'image/webp', 0),
(1749, 1, '2025-01-31 17:20:07', '2025-01-31 17:20:07', '', 'vascular-img', '', 'inherit', 'open', 'closed', '', 'vascular-img', '', '', '2025-01-31 17:20:07', '2025-01-31 17:20:07', '', 1646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/vascular-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(1793, 1, '2025-01-31 17:49:00', '2025-01-31 17:49:00', '', 'skin-tight-img1', '', 'inherit', 'open', 'closed', '', 'skin-tight-img1', '', '', '2025-01-31 17:49:00', '2025-01-31 17:49:00', '', 1648, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/skin-tight-img1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1794, 1, '2025-01-31 17:49:05', '2025-01-31 17:49:05', '', 'skin-tight-img2', '', 'inherit', 'open', 'closed', '', 'skin-tight-img2', '', '', '2025-01-31 17:49:05', '2025-01-31 17:49:05', '', 1648, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/skin-tight-img2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1795, 1, '2025-01-31 17:49:12', '2025-01-31 17:49:12', '', 'skin-tight-img3', '', 'inherit', 'open', 'closed', '', 'skin-tight-img3', '', '', '2025-01-31 17:49:12', '2025-01-31 17:49:12', '', 1648, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/skin-tight-img3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1806, 1, '2025-01-31 18:02:35', '2025-01-31 18:02:35', '', 'qt=q_28 (1)', '', 'inherit', 'open', 'closed', '', 'qtq_28-1', '', '', '2025-01-31 18:02:35', '2025-01-31 18:02:35', '', 1657, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-1.webp', 0, 'attachment', 'image/webp', 0),
(1807, 1, '2025-01-31 18:02:39', '2025-01-31 18:02:39', '', 'qt=q_28 (2)', '', 'inherit', 'open', 'closed', '', 'qtq_28-2', '', '', '2025-01-31 18:02:39', '2025-01-31 18:02:39', '', 1657, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-2.webp', 0, 'attachment', 'image/webp', 0),
(1808, 1, '2025-01-31 18:02:44', '2025-01-31 18:02:44', '', 'qt=q_28 (3)', '', 'inherit', 'open', 'closed', '', 'qtq_28-3', '', '', '2025-01-31 18:02:44', '2025-01-31 18:02:44', '', 1657, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-3.webp', 0, 'attachment', 'image/webp', 0),
(1812, 1, '2025-01-31 18:16:12', '2025-01-31 18:16:12', '', 'rs=w_1280,h_1280', '', 'inherit', 'open', 'closed', '', 'rsw_1280h_1280', '', '', '2025-01-31 18:16:12', '2025-01-31 18:16:12', '', 1657, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/rsw_1280h_1280.webp', 0, 'attachment', 'image/webp', 0),
(1888, 1, '2025-01-31 19:14:04', '2025-01-31 19:14:04', '', 'qt=q_28 (4)', '', 'inherit', 'open', 'closed', '', 'qtq_28-4', '', '', '2025-01-31 19:14:04', '2025-01-31 19:14:04', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-4.webp', 0, 'attachment', 'image/webp', 0),
(1892, 1, '2025-01-31 19:16:31', '2025-01-31 19:16:31', '', 'qt=q_28 (6)', '', 'inherit', 'open', 'closed', '', 'qtq_28-6', '', '', '2025-01-31 19:16:31', '2025-01-31 19:16:31', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-6.webp', 0, 'attachment', 'image/webp', 0),
(1893, 1, '2025-01-31 19:16:34', '2025-01-31 19:16:34', '', 'qt=q_28 (5)', '', 'inherit', 'open', 'closed', '', 'qtq_28-5', '', '', '2025-01-31 19:16:34', '2025-01-31 19:16:34', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-5.webp', 0, 'attachment', 'image/webp', 0),
(1900, 1, '2025-01-31 19:18:16', '2025-01-31 19:18:16', '', 'qt=q_28 (8)', '', 'inherit', 'open', 'closed', '', 'qtq_28-8', '', '', '2025-01-31 19:18:16', '2025-01-31 19:18:16', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-8.webp', 0, 'attachment', 'image/webp', 0),
(1901, 1, '2025-01-31 19:18:20', '2025-01-31 19:18:20', '', 'qt=q_28 (7)', '', 'inherit', 'open', 'closed', '', 'qtq_28-7', '', '', '2025-01-31 19:18:20', '2025-01-31 19:18:20', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/01/qtq_28-7.webp', 0, 'attachment', 'image/webp', 0),
(1938, 1, '2025-02-01 04:37:35', '2025-02-01 04:37:35', '', 'rs=w_100,h_100,cg_true', '', 'inherit', 'open', 'closed', '', 'rsw_100h_100cg_true', '', '', '2025-02-01 04:37:35', '2025-02-01 04:37:35', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/rsw_100h_100cg_true.webp', 0, 'attachment', 'image/webp', 0),
(1939, 1, '2025-02-01 04:37:37', '2025-02-01 04:37:37', '', 'rs=w_346,h_100,cg_true', '', 'inherit', 'open', 'closed', '', 'rsw_346h_100cg_true', '', '', '2025-02-01 04:37:37', '2025-02-01 04:37:37', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/rsw_346h_100cg_true.webp', 0, 'attachment', 'image/webp', 0),
(1940, 1, '2025-02-01 04:37:39', '2025-02-01 04:37:39', '', 'rs=w_100,h_100,cg_true (1)', '', 'inherit', 'open', 'closed', '', 'rsw_100h_100cg_true-1', '', '', '2025-02-01 04:37:39', '2025-02-01 04:37:39', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/rsw_100h_100cg_true-1.webp', 0, 'attachment', 'image/webp', 0),
(1941, 1, '2025-02-01 04:37:42', '2025-02-01 04:37:42', '', 'rs=w_161,h_100,cg_true', '', 'inherit', 'open', 'closed', '', 'rsw_161h_100cg_true', '', '', '2025-02-01 04:37:42', '2025-02-01 04:37:42', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/rsw_161h_100cg_true.webp', 0, 'attachment', 'image/webp', 0),
(1943, 1, '2025-02-01 04:41:01', '2025-02-01 04:41:01', '', 'Partner-logo', '', 'inherit', 'open', 'closed', '', 'partner-logo', '', '', '2025-02-01 04:41:01', '2025-02-01 04:41:01', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Partner-logo.png', 0, 'attachment', 'image/png', 0),
(1950, 1, '2025-02-01 04:47:45', '2025-02-01 04:47:45', 'In the realm of skincare, achieving a radiant complexion is the ultimate goal for many individuals. While there are countless treatments and products available, few can rival the transformative power of a HydraFacial. This innovative skincare treatment combines cleansing, exfoliation, extraction, hydration, and antioxidant protection in a single session, delivering immediate and long-lasting results. In this comprehensive guide, we\'ll explore the benefits of regular HydraFacial treatments, from deep cleansing and hydration to improved skin tone and texture.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Deep Cleansing: Purify Your Skin from Within</strong></h3>\r\n</div>\r\nRegular exposure to environmental pollutants, makeup residues, and excess oil can leave the skin feeling dull and congested. The HydraFacial\'s unique vortex technology cleanses the skin deeply, removing impurities and unclogging pores without causing irritation. By eliminating debris and dead skin cells, HydraFacial treatments pave the way for better product absorption and improved skin health, leaving you with a fresh and rejuvenated complexion.\r\n<div>\r\n<h3>Enhanced Hydration: Quench Your Skin\'s Thirst</h3>\r\n</div>\r\nHydration is essential for maintaining healthy, supple skin, yet many individuals struggle with dryness and dehydration. HydraFacial treatments address this issue by delivering a potent blend of hydrating serums deep into the skin, replenishing moisture and restoring balance. The HydraFacial\'s HydraBoost technology ensures optimal hydration levels, leaving the skin feeling soft, smooth, and radiant. With regular treatments, you can say goodbye to dry, flaky skin and hello to a hydrated, luminous complexion.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Improved Skin Tone and Texture: Unveil Your Natural Beauty</strong></h3>\r\n</div>\r\nUneven skin tone, rough texture, and visible imperfections can detract from the overall appearance of the skin. HydraFacial treatments target these concerns by exfoliating dead skin cells, promoting cell turnover, and encouraging collagen production. The result? Smoother, more even-toned skin with a youthful glow. Whether you\'re dealing with acne scars, hyperpigmentation, or fine lines, regular HydraFacial treatments can help you achieve a clearer, more radiant complexion that radiates confidence and vitality.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Minimized Pore Size: Say Goodbye to Enlarged Pores</strong></h3>\r\n</div>\r\nEnlarged pores are a common skincare concern that can make the skin appear rough and uneven. HydraFacial treatments include gentle extraction techniques that effectively remove debris and impurities from the pores, minimizing their appearance and improving skin texture. By keeping the pores clean and clear, HydraFacial treatments help prevent breakouts and promote a smoother, more refined complexion.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Conclusion: Embrace Radiant Skin with Regular HydraFacial Treatments</strong></h3>\r\n</div>\r\nIn conclusion, HydraFacial treatments offer a multitude of benefits for achieving a radiant, healthy complexion. From deep cleansing and hydration to improved skin tone and texture, regular treatments can transform your skin from the inside out. However, it\'s essential to undergo HydraFacial treatments under the care of a qualified skincare professional to ensure safe and effective results. With the right approach, HydraFacial treatments can unlock the full potential of your skin\'s natural beauty, leaving you with a luminous complexion that radiates confidence and vitality.\r\n\r\nReferences:\r\n<ol>\r\n 	<li>American Academy of Dermatology Association. (2022). HydraFacial: What You Should Know.</li>\r\n 	<li>Dermatology Times. (2022). The Science Behind HydraFacial Treatments.</li>\r\n</ol>', 'Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat', '', 'publish', 'open', 'open', '', 'unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat', '', '', '2025-02-01 05:27:24', '2025-02-01 05:27:24', '', 0, 'https://mrarif.me/genesiswa/?p=1950', 0, 'post', '', 0),
(1960, 1, '2025-02-01 04:47:23', '2025-02-01 04:47:23', '<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Grace Lee,  MSN-FNP, ARNP</h5>				\n					Medical Director,				\n		<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.</p>', 'Grace Lee', '', 'publish', 'closed', 'closed', '', 'grace-lee', '', '', '2025-03-06 23:25:57', '2025-03-06 23:25:57', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=1960', 0, 'elementor_library', '', 0),
(1961, 1, '2025-02-01 04:47:25', '2025-02-01 04:47:25', '', 'HydraFacial Treat', '', 'inherit', 'open', 'closed', '', 'hydrafacial-treat', '', '', '2025-02-01 04:47:25', '2025-02-01 04:47:25', '', 1950, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/HydraFacial-Treat.jpg', 0, 'attachment', 'image/jpeg', 0),
(1972, 1, '2025-02-01 04:53:48', '2025-02-01 04:53:48', '', 'right-arrow_18158937', '', 'inherit', 'open', 'closed', '', 'right-arrow_18158937', '', '', '2025-02-01 04:53:48', '2025-02-01 04:53:48', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/right-arrow_18158937.svg', 0, 'attachment', 'image/svg+xml', 0),
(1973, 1, '2025-02-01 04:53:52', '2025-02-01 04:53:52', '', 'HydraFacial Treat', '', 'inherit', 'open', 'closed', '', 'hydrafacial-treat-2', '', '', '2025-02-01 04:53:52', '2025-02-01 04:53:52', '', 1666, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/HydraFacial-Treat-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1974, 1, '2025-02-01 04:54:24', '2025-02-01 04:54:24', '', 'our blog', '', 'inherit', 'open', 'closed', '', 'our-blog-2', '', '', '2025-02-01 04:54:24', '2025-02-01 04:54:24', '', 1666, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/our-blog.jpg', 0, 'attachment', 'image/jpeg', 0),
(1979, 1, '2025-02-01 04:55:10', '2025-02-01 04:55:10', '', 'arrow_16030414', '', 'inherit', 'open', 'closed', '', 'arrow_16030414', '', '', '2025-02-01 04:55:10', '2025-02-01 04:55:10', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/arrow_16030414.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1992, 1, '2025-02-01 05:02:50', '2025-02-01 05:02:50', 'In the pursuit of youthful, radiant skin, microneedling has emerged as a revolutionary skincare treatment. This minimally invasive procedure involves the use of a device with fine needles to create tiny punctures in the skin, stimulating the body\'s natural collagen production and enhancing overall skin texture. In this comprehensive guide, we\'ll delve into the benefits of microneedling, exploring its role in stimulating collagen production, reducing fine lines, and improving skin texture for a radiant and rejuvenated complexion.\r\n<div>\r\n<h3>Stimulating Collagen Production: Unlocking Your Skin\'s Natural Renewal</h3>\r\n</div>\r\nCollagen is a crucial protein that provides structure and elasticity to the skin, contributing to its firmness and youthful appearance. As we age, collagen production naturally declines, leading to the formation of wrinkles, fine lines, and sagging skin. Microneedling works by creating controlled micro-injuries to the skin, triggering the body\'s natural healing response and stimulating the production of new collagen and elastin fibers. This renewed collagen production helps to strengthen the skin\'s structure, resulting in firmer, smoother, and more youthful-looking skin over time.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Reducing Fine Lines and Wrinkles: Erasing the Signs of Aging</strong></h3>\r\n</div>\r\nFine lines and wrinkles are common signs of aging that can detract from the overall appearance of the skin. Microneedling offers an effective solution by promoting collagen production and smoothing out fine lines and wrinkles. The tiny needles used during the procedure create micro-channels in the skin, allowing for better absorption of skincare products and enhancing their effectiveness in reducing the appearance of wrinkles. With regular microneedling sessions, clients can experience significant improvement in the texture and tone of their skin, achieving a more youthful and radiant complexion.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Improving Skin Texture: Say Goodbye to Imperfections</strong></h3>\r\n</div>\r\nUneven skin texture, characterized by roughness, uneven tone, and visible pores, can diminish the overall quality of the skin. Microneedling works to improve skin texture by promoting cell turnover and stimulating collagen production, resulting in smoother, more even-toned skin. The procedure helps to reduce the appearance of acne scars, enlarged pores, and other surface imperfections, leaving the skin looking smoother, brighter, and more youthful. Whether you\'re dealing with acne scars, sun damage, or rough patches, microneedling offers a versatile solution for improving skin texture and restoring a healthy glow.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Conclusion: Embrace Radiant Skin with Microneedling</strong></h3>\r\n</div>\r\nIn conclusion, microneedling is a powerful skincare treatment that offers a multitude of benefits for achieving a youthful, radiant complexion. By stimulating collagen production, reducing fine lines, and improving skin texture, microneedling can help you unlock the full potential of your skin\'s natural beauty. However, it\'s essential to undergo microneedling treatments under the supervision of a qualified skincare professional to ensure safe and effective results. With the right approach, microneedling can rejuvenate your skin from the inside out, leaving you with a youthful glow that radiates confidence and vitality.\r\n\r\nReferences:\r\n<ol>\r\n 	<li>American Academy of Dermatology Association. (2022). Microneedling: What You Should Know.</li>\r\n 	<li>Dermatology Times. (2022). Microneedling: A Comprehensive Review.</li>\r\n</ol>', 'Understanding the Benefits of Microneedling', '', 'publish', 'open', 'open', '', 'understanding-the-benefits-of-microneedling', '', '', '2025-02-01 05:29:30', '2025-02-01 05:29:30', '', 0, 'https://mrarif.me/genesiswa/?p=1992', 0, 'post', '', 0),
(1996, 1, '2025-02-01 05:02:04', '2025-02-01 05:02:04', '', 'diagonal_134310', '', 'inherit', 'open', 'closed', '', 'diagonal_134310', '', '', '2025-02-01 05:02:04', '2025-02-01 05:02:04', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/diagonal_134310.svg', 0, 'attachment', 'image/svg+xml', 0),
(1997, 1, '2025-02-01 05:02:37', '2025-02-01 05:02:37', '', 'Benefits of Microneedling', '', 'inherit', 'open', 'closed', '', 'benefits-of-microneedling', '', '', '2025-02-01 05:02:37', '2025-02-01 05:02:37', '', 1992, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Benefits-of-Microneedling.jpg', 0, 'attachment', 'image/jpeg', 0),
(2002, 1, '2025-02-01 05:06:44', '2025-02-01 05:06:44', 'In the quest for youthful, radiant skin, the realm of cosmetic enhancements offers a myriad of options. Among these, dermal fillers have emerged as a popular choice for individuals seeking to enhance their natural beauty and restore a more youthful appearance. In this comprehensive guide, we\'ll explore the art of dermal fillers, providing insights into how they can effectively restore volume, smooth wrinkles, and enhance facial contours for a refreshed and rejuvenated look.\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Understanding Dermal Fillers: A Fountain of Youth</strong></h3>\r\nDermal fillers are injectable gels composed of hyaluronic acid, a naturally occurring substance in the body that helps maintain skin hydration and volume. These versatile injectables are designed to add volume, fill in wrinkles and fine lines, and enhance facial contours, ultimately restoring a more youthful appearance. Unlike invasive surgical procedures, dermal fillers offer a non-surgical approach to facial rejuvenation with minimal downtime and natural-looking results.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Restoring Volume: Say Goodbye to Hollow Cheeks and Sunken Under-eyes</strong></h3>\r\n</div>\r\nAs we age, the natural loss of facial volume can result in hollow cheeks, sunken under-eyes, and a flattened appearance. Dermal fillers provide a solution by replenishing lost volume and restoring youthful contours to the face. By strategically injecting fillers into areas of volume loss, such as the cheeks, temples, and under-eyes, a skilled injector can rejuvenate the face, creating a more youthful and lifted appearance.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Smoothing Wrinkles: Erase the Signs of Aging with Precision</strong></h3>\r\n</div>\r\nWrinkles and fine lines are inevitable signs of aging, but they don\'t have to define your appearance. Dermal fillers offer a powerful tool for smoothing wrinkles and restoring a smoother, more youthful complexion. Whether it\'s nasolabial folds, marionette lines, or vertical lip lines, fillers can be used to plump and smooth out wrinkles, resulting in a softer and more youthful appearance. With the right technique and product selection, wrinkles can be effectively diminished, leaving you with a rejuvenated and refreshed look.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Enhancing Facial Contours: Sculpt Your Way to Beauty</strong></h3>\r\n</div>\r\nFacial contours play a crucial role in defining the overall harmony and balance of the face. Dermal fillers can be strategically used to enhance and sculpt facial contours, creating a more balanced and aesthetically pleasing appearance. From enhancing cheekbones and jawlines to defining the lips and chin, fillers offer endless possibilities for enhancing natural beauty and achieving personalized results that complement your unique features.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Conclusion: Embrace Your Natural Beauty with Dermal Fillers</strong></h3>\r\n</div>\r\nIn conclusion, dermal fillers represent a versatile and effective tool for enhancing natural beauty and rejuvenating the face. By restoring volume, smoothing wrinkles, and enhancing facial contours, fillers can help you achieve a refreshed and youthful appearance with natural-looking results. However, it\'s essential to seek treatment from a qualified and experienced injector who understands the artistry of facial aesthetics. With the right approach, dermal fillers can unlock the full potential of your natural beauty, empowering you to look and feel your best at any age.\r\n\r\nReferences:\r\n<ol>\r\n 	<li>American Board of Cosmetic Surgery. (n.d.). Dermal Fillers Guide.</li>\r\n 	<li>American Academy of Dermatology Association. (2022). Dermal Fillers: What You Should Know. Retrieved from [link]</li>\r\n</ol>', 'Enhance Your Natural Beauty: The Art of Dermal Fillers', '', 'publish', 'open', 'open', '', 'enhance-your-natural-beauty-the-art-of-dermal-fillers', '', '', '2025-02-01 05:31:59', '2025-02-01 05:31:59', '', 0, 'https://mrarif.me/genesiswa/?p=2002', 0, 'post', '', 0),
(2012, 1, '2025-02-01 05:06:15', '2025-02-01 05:06:15', '', 'The Art of Dermal Fillers', '', 'inherit', 'open', 'closed', '', 'the-art-of-dermal-fillers', '', '', '2025-02-01 05:06:15', '2025-02-01 05:06:15', '', 2002, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Art-of-Dermal-Fillers.jpg', 0, 'attachment', 'image/jpeg', 0),
(2014, 1, '2025-02-01 05:11:23', '2025-02-01 05:11:23', 'In the ever-evolving landscape of beauty and self-care, laser hair removal has emerged as a game-changer, offering individuals a permanent solution to unwanted hair. This advanced treatment not only provides effective hair reduction but also boasts an array of benefits that make it a preferred choice for many. In this comprehensive guide, we delve into the advantages of laser hair removal, shedding light on its effectiveness, safety measures, and long-term results.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5e c2-5f c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Effectiveness: Bid Farewell to Stubborn Hair</strong></h3>\r\n</div>\r\nLaser hair removal stands out for its unparalleled effectiveness in targeting unwanted hair. Unlike traditional methods such as shaving, waxing, or tweezing, which provide temporary results and often lead to ingrown hairs and skin irritation, laser hair removal offers a lasting solution. By emitting concentrated light beams into hair follicles, the laser effectively destroys the hair at its root, inhibiting future growth. This results in smoother, hair-free skin that lasts far longer than conventional hair removal methods.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5e c2-5f c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Safety First: A Non-Invasive Approach to Beauty</strong></h3>\r\n</div>\r\nSafety is paramount in any cosmetic procedure, and laser hair removal prioritizes just that. When performed by trained professionals in a reputable medspa, laser hair removal is a safe and non-invasive procedure. Advanced laser technology allows for precise targeting of hair follicles while minimizing damage to the surrounding skin. Additionally, modern laser systems are equipped with built-in cooling mechanisms that soothe the skin and reduce discomfort during treatment, ensuring a comfortable experience for clients.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5e c2-5f c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Long-Term Results: Embrace Lasting Confidence</strong></h3>\r\n</div>\r\nOne of the most appealing aspects of laser hair removal is its ability to deliver long-term results. While multiple sessions are typically required to achieve optimal hair reduction, the results are well worth the investment. Over time, as hair follicles are progressively damaged and rendered inactive, clients experience a significant reduction in hair growth. Eventually, maintenance sessions may be needed to address any regrowth, but the frequency is significantly lower compared to traditional hair removal methods. This means less time spent on grooming and more time enjoying silky-smooth skin.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5e c2-5f c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">The Versatility of Laser Hair Removal</strong></h3>\r\n</div>\r\nAnother notable benefit of laser hair removal is its versatility in treating various areas of the body. From the face and neck to the legs, underarms, and bikini area, laser technology can effectively target hair growth on almost any part of the body. This versatility makes it an ideal solution for both men and women seeking to achieve smooth, hair-free skin across multiple areas.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5e c2-5f c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Conclusion: Experience the Freedom of Effortless Beauty</strong></h3>\r\n</div>\r\nIn conclusion, laser hair removal offers a multitude of benefits that make it a standout choice for individuals looking to achieve smooth, hair-free skin. Its effectiveness, safety measures, and long-term results set it apart from traditional hair removal methods, providing clients with a convenient and sustainable solution to unwanted hair. Whether you\'re tired of the hassle of shaving or seeking a permanent hair reduction solution, laser hair removal empowers you to embrace effortless beauty and confidence, one treatment at a time.', 'The Benefits of Laser Hair Removal: A Comprehensive Guide', '', 'publish', 'open', 'open', '', 'the-benefits-of-laser-hair-removal-a-comprehensive-guide', '', '', '2025-02-01 05:32:38', '2025-02-01 05:32:38', '', 0, 'https://mrarif.me/genesiswa/?p=2014', 0, 'post', '', 0),
(2021, 1, '2025-02-01 05:11:10', '2025-02-01 05:11:10', '', 'The Benefits of Laser Hair Removal A Comprehensive Guide', '', 'inherit', 'open', 'closed', '', 'the-benefits-of-laser-hair-removal-a-comprehensive-guide', '', '', '2025-02-01 05:11:10', '2025-02-01 05:11:10', '', 2014, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg', 0, 'attachment', 'image/jpeg', 0),
(2026, 1, '2025-02-01 05:21:21', '2025-02-01 05:21:21', 'Introduction: In the quest for youthful and radiant skin, various cosmetic treatments have emerged as effective solutions. One such treatment gaining popularity is Sculptra, a dermal filler known for its skin rejuvenation benefits. In this blog post, we\'ll delve into the advantages of Sculptra for skin rejuvenation, supported by references from reputable sources.\r\n\r\nUnderstanding Sculptra: Sculptra, also known as poly-L-lactic acid (PLLA), is a synthetic biodegradable polymer that stimulates collagen production in the skin. Unlike hyaluronic acid fillers that provide immediate volume, Sculptra works gradually over time, leading to natural-looking results. It is FDA-approved for correcting facial wrinkles and folds, making it a trusted choice among dermatologists and patients.\r\n\r\nLong-lasting Results: One of the primary benefits of Sculptra is its long-lasting results. While other fillers may last several months, Sculptra can last up to two years or more. This longevity is attributed to its mechanism of action, which stimulates collagen synthesis. As collagen production increases, the skin\'s structure and elasticity improve, resulting in sustained rejuvenation.\r\n\r\nNatural-Looking Results: Another advantage of Sculptra is its ability to provide natural-looking results. The gradual collagen stimulation leads to subtle improvements in skin texture and volume, avoiding the \"overfilled\" appearance sometimes associated with traditional fillers. Patients can enjoy a refreshed and rejuvenated appearance without looking overly done.\r\n\r\nVersatility: Sculptra is versatile and can address various concerns, including facial wrinkles, nasolabial folds, marionette lines, and hollow areas. Its ability to volumize and improve skin quality makes it suitable for different areas of the face, providing comprehensive rejuvenation.\r\n\r\nMinimal Downtime: Compared to surgical procedures, Sculptra has minimal downtime. Patients can typically resume their daily activities immediately after treatment, although some temporary swelling or bruising may occur. This convenience makes it a preferred choice for individuals with busy lifestyles.\r\n\r\nStimulates Collagen Production: Collagen is a vital protein that maintains skin structure and firmness. As we age, collagen production decreases, leading to wrinkles and sagging skin. Sculptra addresses this by stimulating the body\'s natural collagen synthesis, enhancing skin elasticity and youthfulness from within.\r\n\r\nProven Safety Profile: Sculptra has a proven safety profile, with extensive clinical studies demonstrating its efficacy and safety. As an FDA-approved treatment, it undergoes rigorous testing to ensure patient satisfaction and minimal risk of adverse reactions.\r\n\r\nPatient Satisfaction: Many patients report high satisfaction rates with Sculptra treatments. The gradual and natural-looking results, combined with long-lasting effects, contribute to positive experiences and improved self-confidence.\r\n\r\nReferences:\r\n<ol>\r\n 	<li>American Society of Plastic Surgeons. \"Sculptra Aesthetic.\" plasticsurgery.org/cosmetic-procedures/sculptra.</li>\r\n 	<li>Dermatology Times. \"Poly-L-lactic acid: A scientific look at Sculptra.\" dermatologytimes.com/view/poly-l-lactic-acid-a-scientific-look-at-sculptra.</li>\r\n 	<li>Clinical, Cosmetic, and Investigational Dermatology. \"Sculptra: A Stimulatory Filler for Midface Volume Deficit and Skin Laxity.\" ncbi.nlm.nih.gov/pmc/articles/PMC3949394/.</li>\r\n 	<li>Journal of Drugs in Dermatology. \"Long-Term Safety and Efficacy of Poly-L-Lactic Acid in the Treatment of Nasolabial Folds.\" ncbi.nlm.nih.gov/pubmed/26954372.</li>\r\n</ol>\r\nConclusion: Sculptra offers numerous benefits for skin rejuvenation, including long-lasting results, natural-looking outcomes, versatility, minimal downtime, collagen stimulation, safety, and high patient satisfaction. With its proven track record and scientific backing, Sculptra continues to be a top choice for individuals seeking effective and reliable cosmetic enhancement.', 'The Benefits of Sculptra for Skin Rejuvenation', '', 'publish', 'open', 'open', '', 'the-benefits-of-sculptra-for-skin-rejuvenation', '', '', '2025-02-01 05:33:37', '2025-02-01 05:33:37', '', 0, 'https://mrarif.me/genesiswa/?p=2026', 0, 'post', '', 0),
(2027, 1, '2025-02-01 05:13:08', '2025-02-01 05:13:08', '', 'Grace-Lee-img', '', 'inherit', 'open', 'closed', '', 'grace-lee-img', '', '', '2025-02-01 05:13:08', '2025-02-01 05:13:08', '', 1960, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Grace-Lee-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2038, 1, '2025-02-01 05:21:04', '2025-02-01 05:21:04', '', 'The Benefits', '', 'inherit', 'open', 'closed', '', 'the-benefits', '', '', '2025-02-01 05:21:04', '2025-02-01 05:21:04', '', 2026, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-.jpg', 0, 'attachment', 'image/jpeg', 0),
(2050, 1, '2025-02-01 05:37:02', '2025-02-01 05:37:02', '<strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Introduction</strong>\r\n\r\nWomen\'s bodies undergo a myriad of changes as they transition through premenopause and postmenopause, often accompanied by a rollercoaster of hormonal fluctuations. Hormone therapy has emerged as a promising avenue to navigate these changes, offering a spectrum of benefits supported by recent studies. In this blog post, we\'ll delve into the scientific insights behind hormone therapy, shedding light on how it can enhance women\'s well-being throughout different stages of life.\r\n\r\n<strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Hormonal Dynamics in Premenopause</strong>\r\n\r\nPremenopause, typically occurring in the late 30s and 40s, is characterized by irregular menstrual cycles, mood swings, and hot flashes. Recent studies have illuminated the positive impact of hormone therapy on alleviating these symptoms.\r\n<ol>\r\n 	<li>Symptom Relief: A study published in the Journal of Women\'s Health and Hormone Research found that hormone therapy effectively reduces the frequency and intensity of hot flashes and night sweats, providing much-needed relief to women navigating premenopause.</li>\r\n 	<li>Emotional Well-Being: Research in the Archives of Women\'s Mental Health highlights the role of hormone therapy in stabilizing mood swings and improving emotional well-being during the premenopausal phase.</li>\r\n 	<li>Cognitive Function: Recent studies, including those published in the Journal of Neurology, Neurosurgery &amp; Psychiatry, suggest that hormone therapy may have cognitive benefits, reducing the risk of cognitive decline and supporting overall brain health in premenopausal women.</li>\r\n</ol>\r\nHormonal Harmony in Postmenopause\r\n\r\nPostmenopause, marked by a decline in estrogen and progesterone levels, comes with its own set of challenges, including bone density loss and an increased risk of cardiovascular issues. Here\'s how hormone therapy can make a difference:\r\n<ol>\r\n 	<li>Bone Health: A meta-analysis featured in the Journal of Bone and Mineral Research emphasizes the role of hormone therapy in maintaining bone density in postmenopausal women, reducing the risk of fractures and osteoporosis-related complications.</li>\r\n 	<li>Cardiovascular Protection: Recent research, such as studies published in the American Journal of Cardiology, suggests that hormone therapy may contribute to cardiovascular health by positively influencing lipid profiles and reducing the risk of heart disease in postmenopausal women.</li>\r\n 	<li>Sexual Comfort: The International Urogynecology Journal highlights the benefits of hormone therapy in alleviating vaginal dryness and discomfort during intercourse, promoting sexual well-being in postmenopausal women.</li>\r\n</ol>\r\nConclusion\r\n\r\nAs science continues to unravel the intricate connections between hormones and women\'s health, hormone therapy stands out as a valuable ally in promoting well-being during premenopause and postmenopause. Recent studies underscore its effectiveness in symptom relief, emotional balance, cognitive function, bone health, cardiovascular protection, and sexual comfort.\r\n\r\nIf you\'re ready to take control of your health and experience the transformative benefits of hormone therapy, we invite you to book your consultation today. Our team of experienced healthcare professionals is here to guide you through the journey, tailoring a personalized hormone therapy plan to address your unique needs. Embrace each stage of life with vitality and confidence – let\'s embark on this empowering journey together. Book your consultation today to get started!', 'Empowering Women: Hormone Therapy Across Life\'s Phases', '', 'publish', 'open', 'open', '', 'empowering-women-hormone-therapy-across-lifes-phases', '', '', '2025-02-01 05:37:02', '2025-02-01 05:37:02', '', 0, 'https://mrarif.me/genesiswa/?p=2050', 0, 'post', '', 0),
(2051, 1, '2025-02-01 05:36:54', '2025-02-01 05:36:54', '', 'Hormone Therapy', '', 'inherit', 'open', 'closed', '', 'hormone-therapy', '', '', '2025-02-01 05:36:54', '2025-02-01 05:36:54', '', 2050, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hormone-Therapy.jpg', 0, 'attachment', 'image/jpeg', 0),
(2053, 1, '2025-02-01 05:42:10', '2025-02-01 05:42:10', 'It’s no secret that testosterone plays a pivotal part in any man’s physical, mental, and sexual health. We’ve all heard about the importance of the hormone to maintain a masculine physique and even how a lack of testosterone can plummet your sex drive.\r\n\r\nAlthough we know that testosterone is essential to male and female health. However, over time, it is the male body that is most likely to experience undesirable side effects from the natural loss of testosterone.\r\n\r\nAs reported by the <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://genesiswa.com/testosterone-therapy\" rel=\"\">MayoClinic</a>, “As you age, your testosterone level gradually declines — typically about 1% a year after age 30.” With dwindling testosterone levels, men can expect to see impactful changes in their physical, mental, and sexual well-being.\r\n\r\nWe’ve done the research, so you don’t have to! Here are the top ways testosterone impacts your health and how you can seek help from a specialist to balance your hormones.\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">How Testosterone Impacts Our Health</strong></h2>\r\n</div>\r\nTestosterone’s role in the body isn’t all about building muscle and giving you a deeper tone of voice. The hormone impacts all parts of the body, from your mental processes, sperm production, and even your heart health!\r\n\r\nIn a study analyzed by <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://www.healthline.com/health/benefits-testosterone#benefits\" rel=\"\">Healthline</a>, it was discovered that “men whose testosterone levels returned to normal were 24 percent less likely to have a heart attack and 36 percent less likely to experience a stroke.” It has also been proven that men who suffer from low testosterone experience mental distress from low self-confidence and even feelings of sadness and depression.\r\n\r\n<a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://genesiswa.com/testosterone-therapy\" rel=\"\">Review</a> the full overview of the ways in which low testosterone can impact your physical, mental, and sexual health.\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Testosterone Optimization Therapy (TOT)</strong></h2>\r\n</div>\r\nDesigned to provide men with a tailored healthcare plan, Testosterone Optimization Therapy (TOT) is celebrated for being highly effective. Customized to the individual patient’s needs, the TOT begins with a consultation and a comprehensive Men’s Lab Panel.\r\n\r\nFrom there, testosterone treatment options are provided solely on the patient’s individual needs. To help each patient achieve their health goals, healthcare providers may suggest a TOT membership plan along with supplemental therapies such as the use of Gonadorelin.\r\n\r\nAlongside TOT, Gonadorelin is often recommended as it promotes sperm production and reduces testicular shrinkage. Vitamin B12 injections may also be recommended, as most individuals are deficient in the vitamin, and it is crucial for fighting fatigue and promoting overall body health.\r\n\r\n<strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">With Testosterone Optimization Therapy, you can expect:</strong>\r\n\r\n● Increased Energy\r\n\r\n● Better Mood and Mental Well-being\r\n\r\n● Newfound Motivation to Workout\r\n\r\n● Heightened and Healthy Sex Drive\r\n\r\n● Increased Sperm Counts\r\n\r\n● Ability to Achieve Health Goals\r\n\r\n● Reduced Rates of Hair Loss\r\n\r\n● …and More!\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\"><strong class=\"x-el x-el-span c2-2x c2-2y c2-3 c2-4y c2-38 c2-41 c2-4z\">Receive TOT Today! </strong></h2>\r\n</div>\r\nHere at Genesis Wellness &amp; Aesthetics, we are committed to providing superior Testosterone Optimization Therapy services and hormone-balancing solutions for the betterment of your mental, physical, and sexual well-being. Our team of healthcare professionals understands the important role testosterone plays in your quality of life, and they are passionate about helping you achieve your health goals.\r\n\r\nFor more information about TOT, we invite you to <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://genesiswa.com/testosterone-therapy\" rel=\"\">Check Out</a> our renowned service offerings! You may also <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://genesiswa.clientsecure.me/\" rel=\"\">Book an Appointment</a> to get started and to discover if you are among the thousands of men who suffer from low testosterone levels. A member of our team will be happy to guide you through the process and help you on your path to wellness.', 'How to Balance Testosterone and Why It’s Important to Your Health', '', 'publish', 'open', 'open', '', 'how-to-balance-testosterone-and-why-its-important-to-your-health', '', '', '2025-02-01 05:42:10', '2025-02-01 05:42:10', '', 0, 'https://mrarif.me/genesiswa/?p=2053', 0, 'post', '', 0),
(2054, 1, '2025-02-01 05:41:49', '2025-02-01 05:41:49', '', 'estosterone and Why', '', 'inherit', 'open', 'closed', '', 'estosterone-and-why', '', '', '2025-02-01 05:41:49', '2025-02-01 05:41:49', '', 2053, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/estosterone-and-Why.jpg', 0, 'attachment', 'image/jpeg', 0),
(2056, 1, '2025-02-01 05:45:25', '2025-02-01 05:45:25', 'When looking for healthy ways to control appetite, feel fuller, and help kick your body into high gear, it’s crucial to use your body’s natural responses. Using synthetic weight loss peptides developed to use your body\'s existing processes to help you lose weight is how tirzepatide and semaglutide can help.\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\">What are Weight Loss Peptides?</h2>\r\n</div>\r\nPeptides are short-chain amino acids. They have connection with a peptide bond, and your body already knows how to use them because they are in the cells and tissues of the body. Peptides are extremely useful for physiologic growth processes, including the growth, development, and survival of cells.\r\n\r\nPeptides are in the human body but also in meat, fish, beans, lentils, and oats. Scientists have also created synthetic peptides, such as tirzepatide and semaglutide, for diagnostic and therapeutic uses. [1]\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\">What are the Weight Loss Peptides - Tirzepatide and Semaglutide?</h2>\r\n</div>\r\nTirzepatide and semaglutide are both revolutionary new drugs that use synthetic peptides to mimic <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://medlineplus.gov/hormones.html#:~:text=Hormones%20are%20your%20body\'s%20chemical,from%20the%20foods%20you%20eat\" rel=\"\">hormones</a> secreted after eating. These hormones help lower glucose levels and help you feel full. For these reasons, they can be useful as weight-loss peptides. Tirzepatide is especially promising because of its class as the first medication of its kind and its uses for obese diabetic patients. They have both been shown to reduce appetite, improve insulin sensitivity, and reduce body weight, and are both administered weekly.\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\">Tirzepatide</h3>\r\n</div>\r\nAlso known as twincretin or its shelf name Mounjaro, tirzepatide is a unique drug because it\'s the first combination of two separate classes of medications, a glucagon-like peptide-1 (GLP-1)receptor agonist and a glucose-dependent insulinotropic polypeptide (GIP) receptor agonist. It mimics 2 different hormones that your body releases after you eat, which sets it apart from other medications. [2]\r\n\r\nThese incretins mimick by doing several things, including releasing insulin and lowering the amount of glucose made. As a result, you\'ll feel full, have slower digestion, and have lower blood sugar. So not only will you feel full faster, but you\'ll feel full longer.\r\n\r\nTirzepatide has been shown to improve lipid metabolism and reduce body weight by as much as 20% or more. Because it affects your body’s insulin levels, blood sugar production, and hunger hormones, people frequently consider it a great weight loss option for people with diabetes. This is because it can work on two fronts; weight loss and insulin control. [3]\r\n<div>\r\n<h3 class=\"x-el x-el-h3 c2-5i c2-5j c2-1e c2-1f c2-47 c2-1h c2-1i c2-1j c2-2c c2-3 c2-23 c2-3c c2-1p c2-3d c2-3e c2-3f c2-3g\">Semaglutide</h3>\r\n</div>\r\nSemaglutide, also called Wegovy, works much the same way as tirzepatide. But, although it doesn’t have the dual classification that sets tirzepatide apart. Semaglutide mimics incretin hormones that your digestive tract releases. They signal your body to stop producing sugars and release insulin. Your body will also keep food in your stomach longer, making you feel full for a longer period.[4]\r\n\r\nSemaglutide was originally developed as a Type 2 diabetes medication, but its effects have been shown to benefit people without Type 2 diabetes. A huge benefit of semaglutide is that it reduces body weight without risking hypoglycemia, making it a good choice for diabetic patients.\r\n\r\nFDA-approved to help with chronic weight management, the largest clinical trials of semaglutide have shown a loss of an average of 15% of initial body weight in adults and 16% in adolescents. This medication works best when leveraged with a healthy diet and exercise.\r\n<div>\r\n<h2 class=\"x-el x-el-h2 c2-5i c2-5j c2-1e c2-1f c2-3a c2-1h c2-1i c2-1j c2-2c c2-3 c2-3c c2-23 c2-1p c2-3d c2-3e c2-3f c2-3g\">Using Your Body’s Natural Systems</h2>\r\n</div>\r\nTirzepatide and semaglutide work well because they aren’t trying to make your body do anything it’s not meant to do. By triggering natural processes and manipulating your hormones to work better for you, these synthetic peptides can help you lose weight. To see how these synthetic peptides can help you, <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://genesiswa.com/peptide-therapy\" rel=\"\">visit our website</a>.\r\n\r\n[1] <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://healthnews.com/nutrition/vitamins-and-supplements/do-peptides-work-for-weight-loss/#:~:text=Peptides%20promote%20weight%20loss%20by,in%20injections%20and%20oral%20forms\" rel=\"\">https://healthnews.com/nutrition/vitamins-and-supplements/do-peptides-work-for-weight-loss</a>\r\n\r\n[2] <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://www.goodrx.com/conditions/weight-loss/tirzepatide-and-weight-loss\" rel=\"\">https://www.goodrx.com/conditions/weight-loss/tirzepatide-and-weight-loss</a>\r\n\r\n[3] <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://www.peptidesciences.com/blog/weight-loss-tirzepatide\" rel=\"\">https://www.peptidesciences.com/blog/weight-loss-tirzepatide</a>\r\n\r\n[4] <a class=\"x-el x-el-a c2-2x c2-2y c2-52 c2-1e c2-1f c2-53 c2-31 c2-54 c2-3 c2-34 c2-35 c2-36 c2-37\" href=\"https://www.goodrx.com/wegovy/semaglutide-for-weight-loss#how-it-works\" rel=\"\">https://www.goodrx.com/wegovy/semaglutide-for-weight-lo</a>', 'Weight Loss Peptides Tirzepatide and Semaglutide', '', 'publish', 'open', 'open', '', 'weight-loss-peptides-tirzepatide-and-semaglutide', '', '', '2025-02-01 05:45:25', '2025-02-01 05:45:25', '', 0, 'https://mrarif.me/genesiswa/?p=2056', 0, 'post', '', 0),
(2059, 1, '2025-02-01 05:45:17', '2025-02-01 05:45:17', '', 'Weight Loss', '', 'inherit', 'open', 'closed', '', 'weight-loss', '', '', '2025-02-01 05:45:17', '2025-02-01 05:45:17', '', 2056, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Weight-Loss.jpg', 0, 'attachment', 'image/jpeg', 0),
(2069, 1, '2025-02-01 05:51:38', '2025-02-01 05:51:38', '<img width=\"388\" height=\"500\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img-233x300.jpg 233w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Grace Lee,  MSN-FNP, ARNP</h5>				\n					Medical Director,				\n		<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.</p>', 'Poppup Common Template', '', 'publish', 'closed', 'closed', '', 'poppup-common-template', '', '', '2025-02-01 05:51:39', '2025-02-01 05:51:39', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=poppup-common-template', 0, 'elementor_library', '', 0),
(2072, 1, '2025-02-01 05:52:29', '2025-02-01 05:52:29', '<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Anastatia Templeman</h5>				\n					Master Aesthetician				\n		<p>Anastatia Templeman, Master Esthetician, is joining Genesis Wellness &amp; Aesthetics with a deep passion for skin health and beauty. She earned her Esthetician license from the Euro Institute of Skin Care in 2021 and achieved her Master Esthetician license in 2023. Anastatia has over a decade of customer service experience and nearly five years in the dermatology and esthetics industry. She specializes in RF microneedling, laser skin rejuvenation, body contouring, chemical peels, European facials, and Hydrafacial treatments.</p>', 'Anastatia Templeman', '', 'publish', 'closed', 'closed', '', 'anastatia-templeman', '', '', '2025-02-12 06:50:56', '2025-02-12 06:50:56', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2072', 0, 'elementor_library', '', 0),
(2078, 1, '2025-02-01 05:56:13', '2025-02-01 05:56:13', '', 'Nina-Slegaitis-img', '', 'inherit', 'open', 'closed', '', 'nina-slegaitis-img', '', '', '2025-02-01 05:56:13', '2025-02-01 05:56:13', '', 2072, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Nina-Slegaitis-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2079, 1, '2025-02-01 05:56:16', '2025-02-01 05:56:16', '', 'Sara-Lee-img', '', 'inherit', 'open', 'closed', '', 'sara-lee-img', '', '', '2025-02-01 05:56:16', '2025-02-01 05:56:16', '', 2072, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sara-Lee-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2080, 1, '2025-02-01 05:56:18', '2025-02-01 05:56:18', '', 'Anastatia-Templeman-img', '', 'inherit', 'open', 'closed', '', 'anastatia-templeman-img', '', '', '2025-02-01 05:56:18', '2025-02-01 05:56:18', '', 2072, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Anastatia-Templeman-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2081, 1, '2025-02-01 05:56:20', '2025-02-01 05:56:20', '', 'Daniel-Sperling-img', '', 'inherit', 'open', 'closed', '', 'daniel-sperling-img', '', '', '2025-02-01 05:56:20', '2025-02-01 05:56:20', '', 2072, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Daniel-Sperling-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2084, 1, '2025-02-01 05:59:10', '2025-02-01 05:59:10', '<h5>Share This Post</h5>				\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>							\n								<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>', 'Single Post', '', 'publish', 'closed', 'closed', '', 'single-post', '', '', '2025-02-01 06:04:43', '2025-02-01 06:04:43', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2084', 0, 'elementor_library', '', 0),
(2154, 1, '2025-02-01 07:20:34', '2025-02-01 07:20:34', '<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Nina Slegaitis</h5>				\n					Licensed Aesthetician				\n		<p>Nina Slegaitis is a licensed aesthetician from Evergreen Beauty College with nearly a decade of customer service and beauty experience, she brings a warm, holistic approach to every individual. Passionate about the beauty industry, Nina helps people embrace their inner and outer beauty. As our Patient Coordinator and licensed aesthetician, she warmly greets all patients at the reception and performs high quality facials ensuring a pleasant experience from the moment they arrive.</p>', 'Nina Slegaitis', '', 'publish', 'closed', 'closed', '', 'nina-slegaitis', '', '', '2025-02-12 06:51:17', '2025-02-12 06:51:17', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2154', 0, 'elementor_library', '', 0),
(2160, 1, '2025-02-01 07:29:11', '2025-02-01 07:29:11', '<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3.png 1080w, https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h5>Melody Salem</h5>				\n					Clinic Sales &amp; Operations Manager				\n		<p>Melody brings decades of experience as a licensed esthetician, paired with a strong background in customer service and management. As Operations Manager at Genesis Wellness &amp; Aesthetics, she is passionate about creating an exceptional experience for every client from the moment they arrive. Melody is dedicated to making each visit feel welcoming, supportive, and professional. Her goal is to help clients look and feel their very best—while ensuring every experience is comfortable, personalized, and truly memorable.</p>', 'Daniel Sperling', '', 'publish', 'closed', 'closed', '', 'daniel-sperling', '', '', '2025-08-13 20:58:33', '2025-08-13 20:58:33', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2160', 0, 'elementor_library', '', 0),
(2166, 1, '2025-02-01 07:33:21', '2025-02-01 07:33:21', '<img width=\"388\" height=\"388\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3-150x150.jpg 150w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Sara Lee</h5>				\n					Aesthetic Practice Coordinator				\n		<p>In 2022, Sara Lee earned her MBA in Healthcare Management, bringing 15 years of administrative and office management experience. Committed to fostering patient loyalty and staff growth, she empowers our team to excel, ensuring the best patient experience. Sara\'s role focuses on supporting our most valuable asset: our people. </p>', 'Sara Lee', '', 'publish', 'closed', 'closed', '', 'sara-lee', '', '', '2025-08-13 22:42:41', '2025-08-13 22:42:41', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2166', 0, 'elementor_library', '', 0),
(2185, 1, '2025-02-01 08:22:04', '2025-02-01 08:22:04', '', 'Transparency', '', 'inherit', 'open', 'closed', '', 'transparency', '', '', '2025-02-01 08:22:04', '2025-02-01 08:22:04', '', 1661, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Transparency.jpg', 0, 'attachment', 'image/jpeg', 0),
(2190, 1, '2025-02-01 08:27:55', '2025-02-01 08:27:55', '', 'self-care', '', 'inherit', 'open', 'closed', '', 'self-care', '', '', '2025-02-01 08:27:55', '2025-02-01 08:27:55', '', 1661, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/self-care.jpg', 0, 'attachment', 'image/jpeg', 0),
(2267, 1, '2025-02-01 12:08:09', '2025-02-01 12:08:09', '', 'location_1483285', '', 'inherit', 'open', 'closed', '', 'location_1483285', '', '', '2025-02-01 12:08:09', '2025-02-01 12:08:09', '', 46, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/location_1483285.svg', 0, 'attachment', 'image/svg+xml', 0),
(2309, 1, '2025-02-01 12:42:53', '2025-02-01 12:42:53', '', 'call', '', 'inherit', 'open', 'closed', '', 'call', '', '', '2025-02-01 12:42:53', '2025-02-01 12:42:53', '', 46, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/call.svg', 0, 'attachment', 'image/svg+xml', 0),
(2313, 1, '2025-02-01 12:44:52', '2025-02-01 12:44:52', '', 'phone_1154536', '', 'inherit', 'open', 'closed', '', 'phone_1154536', '', '', '2025-02-01 12:44:52', '2025-02-01 12:44:52', '', 46, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/phone_1154536.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2025-02-05 04:51:00', '2025-02-05 04:51:00', '<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n					<a href=\"tel:2536001600\">\n									Call Us\n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n							<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\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										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" 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					<a href=\"https://www.youtube.com/@modernhomecare\" 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															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />', 'New-Header-5-2-2025 Backup', '', 'publish', 'closed', 'closed', '', 'new-header-5-2-2025-backup', '', '', '2025-02-05 04:51:02', '2025-02-05 04:51:02', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=new-header-5-2-2025-backup', 0, 'elementor_library', '', 0),
(2503, 1, '2025-02-05 05:54:16', '2025-02-05 05:54:16', '', 'banner-img', '', 'inherit', 'open', 'closed', '', 'banner-img', '', '', '2025-02-05 05:54:16', '2025-02-05 05:54:16', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/banner-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2504, 1, '2025-02-05 05:56:51', '2025-02-05 05:56:51', '', 'banner-img-23', '', 'inherit', 'open', 'closed', '', 'banner-img-23', '', '', '2025-02-05 05:56:51', '2025-02-05 05:56:51', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/banner-img-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(2508, 1, '2025-02-05 06:04:09', '2025-02-05 06:04:09', '', 'banner-img-22', '', 'inherit', 'open', 'closed', '', 'banner-img-22', '', '', '2025-02-05 06:04:09', '2025-02-05 06:04:09', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/banner-img-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(2513, 1, '2025-02-05 06:10:23', '2025-02-05 06:10:23', '', 'quote_9970335', '', 'inherit', 'open', 'closed', '', 'quote_9970335', '', '', '2025-02-05 06:10:23', '2025-02-05 06:10:23', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/quote_9970335.svg', 0, 'attachment', 'image/svg+xml', 0),
(2533, 1, '2025-02-05 06:49:16', '2025-02-05 06:49:16', '', 'fllowers-img', '', 'inherit', 'open', 'closed', '', 'fllowers-img', '', '', '2025-02-05 06:49:16', '2025-02-05 06:49:16', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/fllowers-img.png', 0, 'attachment', 'image/png', 0),
(2537, 1, '2025-02-05 06:59:34', '2025-02-05 06:59:34', '', 'fllowers-img-1', '', 'inherit', 'open', 'closed', '', 'fllowers-img-1', '', '', '2025-02-05 06:59:34', '2025-02-05 06:59:34', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/fllowers-img-1.png', 0, 'attachment', 'image/png', 0),
(2544, 1, '2025-02-05 07:04:31', '2025-02-05 07:04:31', '', 'flower_1_8', '', 'inherit', 'open', 'closed', '', 'flower_1_8', '', '', '2025-02-05 07:04:31', '2025-02-05 07:04:31', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/flower_1_8.png', 0, 'attachment', 'image/png', 0),
(2560, 1, '2025-02-05 07:10:21', '2025-02-05 07:10:21', '', 'png-img-shape', '', 'inherit', 'open', 'closed', '', 'png-img-shape', '', '', '2025-02-05 07:10:21', '2025-02-05 07:10:21', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/png-img-shape.png', 0, 'attachment', 'image/png', 0),
(2581, 1, '2025-02-05 08:20:28', '2025-02-05 08:20:28', '', 'Botox-care-item4', '', 'inherit', 'open', 'closed', '', 'botox-care-item4', '', '', '2025-02-05 08:20:28', '2025-02-05 08:20:28', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-care-item4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2587, 1, '2025-02-05 08:25:01', '2025-02-05 08:25:01', '', 'Botox-care-item3', '', 'inherit', 'open', 'closed', '', 'botox-care-item3', '', '', '2025-02-05 08:25:01', '2025-02-05 08:25:01', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-care-item3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2588, 1, '2025-02-05 08:25:20', '2025-02-05 08:25:20', '', 'Botox-care-item1', '', 'inherit', 'open', 'closed', '', 'botox-care-item1', '', '', '2025-02-05 08:25:20', '2025-02-05 08:25:20', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-care-item1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2589, 1, '2025-02-05 08:25:37', '2025-02-05 08:25:37', '', 'Botox-care-item2', '', 'inherit', 'open', 'closed', '', 'botox-care-item2', '', '', '2025-02-05 08:25:37', '2025-02-05 08:25:37', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-care-item2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2593, 1, '2025-02-05 09:20:06', '2025-02-05 09:20:06', '', 'Botox-care-item5', '', 'inherit', 'open', 'closed', '', 'botox-care-item5', '', '', '2025-02-05 09:20:06', '2025-02-05 09:20:06', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-care-item5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2637, 1, '2025-02-05 13:56:20', '2025-02-05 13:56:20', '', 'Sculpt-it-img', '', 'inherit', 'open', 'closed', '', 'sculpt-it-img', '', '', '2025-02-05 13:56:20', '2025-02-05 13:56:20', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculpt-it-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2641, 1, '2025-02-05 14:01:01', '2025-02-05 14:01:01', '', 'skin-tightening-img', '', 'inherit', 'open', 'closed', '', 'skin-tightening-img', '', '', '2025-02-05 14:01:01', '2025-02-05 14:01:01', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/skin-tightening-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2646, 1, '2025-02-05 14:05:16', '2025-02-05 14:05:16', '<h2>Advanced Laser Solutions</h2>				\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h4>Laser Hair Removal</h4>				\n		<p>Laser hair removal uses light to destroy hair follicles, achieving permanent hair reduction by preventing regrowth.</p>		\n					<a href=\"https://genesiswa.com/laser-hair-removal/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/image-Korean-Glass-Skin-rikc15tg2phhabehhor77lh4xfnskl3w5hswk9kem8.jpg\" title=\"image-Korean-Glass-Skin\" alt=\"image-Korean-Glass-Skin\" loading=\"lazy\" />															\n					<h4>Korean Glass Skin\n</h4>				\n		<p>Get the flawless, luminous look inspired by Korean beauty—no passport needed. This advanced treatment..</p>		\n					<a href=\"https://genesiswa.com/korean-glass-skin/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Intense-Pulsed-Light-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Intense-Pulsed-Light-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/02/Intense-Pulsed-Light-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Intense-Pulsed-Light-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h4>Intense Pulsed Light\n</h4>				\n		<p>IPL treatment uses intense light to target aging signs, pigmentation, vasculature, and acne, delivering quick results with minimal discomfort and no downtime.</p>		\n					<a href=\"https://genesiswa.com/intense-pulsed-light/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h4>Laser Tattoo Removal\n</h4>				\n		<p>The Q-Switched laser is a gold standard for tattoo removal, utilizing 1064nm/532nm nanosecond laser technology to break up tattoo pigment with photoacoustic shockwaves.</p>		\n					<a href=\"https://genesiswa.com/laser-tattoo-removal/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Vascular-Treatment-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Vascular-Treatment-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/02/Vascular-Treatment-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/Vascular-Treatment-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h4>Vascular Treatment\n</h4>				\n		<p>The 2940nm Long Pulsed YAG (LPY) Laser precisely treats visible vessels, broken capillaries, spider veins, and vascular lesions with tailored laser energy, addressing individual skin conditions for desired results.</p>		\n					<a href=\"https://genesiswa.com/vascular-treatment/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/4-13-r4p458ok1pspijgdj3l0g8t3iirosewt8lvexoo81a.jpg\" title=\"xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609\" alt=\"xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609\" loading=\"lazy\" />															\n					<h4>Skin Resurfacing\n</h4>				\n		<p>Erbium Yag 2940 nm is a versatile ablative skin resurfacing tool for addressing issues like lesions, photodamage, fine lines, scars, actinic keratosis, milia, stretch marks, and acne.</p>		\n					<a href=\"https://genesiswa.com/skin-resurfacing/\">\n									Learn More\n					</a>', 'Advanced Laser Solutions', '', 'publish', 'closed', 'closed', '', 'advanced-laser-solutions', '', '', '2026-02-02 13:37:48', '2026-02-02 13:37:48', '', 0, 'https://mrarif.me/genesiswa/?page_id=2646', 0, 'page', '', 0),
(2648, 1, '2025-02-09 06:39:06', '2025-02-05 14:06:16', '', 'Laser Solutions', '', 'publish', 'closed', 'closed', '', 'laser-solutions', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=2648', 20, 'nav_menu_item', '', 0),
(2658, 1, '2025-02-05 14:16:56', '2025-02-05 14:16:56', '', 'Laser-hair-removal-img', '', 'inherit', 'open', 'closed', '', 'laser-hair-removal-img-2', '', '', '2025-02-05 14:16:56', '2025-02-05 14:16:56', '', 2646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2665, 1, '2025-02-05 14:20:46', '2025-02-05 14:20:46', '', 'Intense-Pulsed-Light-img', '', 'inherit', 'open', 'closed', '', 'intense-pulsed-light-img', '', '', '2025-02-05 14:20:46', '2025-02-05 14:20:46', '', 2646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Intense-Pulsed-Light-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2669, 1, '2025-02-05 14:23:13', '2025-02-05 14:23:13', '', 'Laser-Tattoo-Removal-img', '', 'inherit', 'open', 'closed', '', 'laser-tattoo-removal-img', '', '', '2025-02-05 14:23:13', '2025-02-05 14:23:13', '', 2646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2679, 1, '2025-02-05 14:33:26', '2025-02-05 14:33:26', '', 'Vascular-Treatment-img', '', 'inherit', 'open', 'closed', '', 'vascular-treatment-img', '', '', '2025-02-05 14:33:26', '2025-02-05 14:33:26', '', 2646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Vascular-Treatment-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2680, 1, '2025-02-05 14:35:27', '2025-02-05 14:35:27', '', 'Skin-Resurfacing-img', '', 'inherit', 'open', 'closed', '', 'skin-resurfacing-img', '', '', '2025-02-05 14:35:27', '2025-02-05 14:35:27', '', 2646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Skin-Resurfacing-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2690, 1, '2025-02-05 14:45:27', '2025-02-05 14:45:27', '<h2>Inject \n It </h2>				\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/6-1-r6lv7zg5jkqhr7kpchmwq7ftd0wim0wnki8g03a4ys.png\" title=\"6\" alt=\"6\" loading=\"lazy\" />															\n					<h4>Botox &amp; Dysport\n</h4>				\n		<p>Get predictable, subtle results with Botox for a natural look with fewer facial lines. Schedule a free consultation to enhance your appearance today.</p>		\n					<a href=\"https://genesiswa.com/botox-dysport/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/5-2-r6lv76b5npmlrar12n1h2wsiy2w4zeoz4i0e4ihcbo.png\" title=\"5\" alt=\"5\" loading=\"lazy\" />															\n					<h4>Dermal Fillers\n</h4>				\n		<p>Choose from our variety of Hyaluronic acid fillers for natural-looking enhancements in facial aesthetics. We aim to improve shape, contour, definition, and facial balance.</p>		\n					<a href=\"https://genesiswa.com/dermal-fillers/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/7-r6lv8i8xc9g87eteaprg42p18qbuvyzab3a5lmi9ic.png\" title=\"7\" alt=\"7\" loading=\"lazy\" />															\n					<h4>Sculptra</h4>				\n		<p>Sculptra is a dermal filler made of poly-L-lactic acid (PLLA), a biocompatible and biodegradable substance. It is used to stimulate collagen production in the skin..</p>		\n					<a href=\"https://genesiswa.com/sculptra/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/8-1-r6lvci28dwx3jr0hyxxd7kek4on0lnu7uv3g0yl12c.png\" title=\"8\" alt=\"8\" loading=\"lazy\" />															\n					<h4>Platelet Rich Plasma\n</h4>				\n		<p>PRP, known as “liquid gold,” harnesses high concentrations of platelets, stem cells, and growth factors to accelerate healing, tissue growth, and collagen production for regenerative benefits.</p>		\n					<a href=\"https://genesiswa.com/prp-injections/\">\n									Learn More\n					</a>\n															<img src=\"https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-r6lvh0ob893pcagale7toxdawcdilars57yg1tvx5w.png\" title=\"9\" alt=\"9\" loading=\"lazy\" />															\n					<h4>Hair Loss Therapy\n</h4>				\n		<p>Boost confidence with our innovative hair loss solutions for regrowth, increased thickness, and prevention, available both in-clinic and at home.</p>		\n					<a href=\"https://genesiswa.com/hair-loss-therapy/\">\n									Learn More\n					</a>', 'Inject It', '', 'publish', 'closed', 'closed', '', 'inject-it', '', '', '2025-05-31 07:41:56', '2025-05-31 07:41:56', '', 0, 'https://mrarif.me/genesiswa/?page_id=2690', 0, 'page', '', 0),
(2719, 1, '2025-02-05 14:57:16', '2025-02-05 14:57:16', '', 'Botox-&-Dysport-img', '', 'inherit', 'open', 'closed', '', 'botox-dysport-img', '', '', '2025-02-05 14:57:16', '2025-02-05 14:57:16', '', 2690, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-Dysport-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2720, 1, '2025-02-05 15:02:09', '2025-02-05 15:02:09', '', 'Dermal-fillers-img', '', 'inherit', 'open', 'closed', '', 'dermal-fillers-img', '', '', '2025-02-05 15:02:09', '2025-02-05 15:02:09', '', 2690, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Dermal-fillers-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2724, 1, '2025-02-05 15:07:24', '2025-02-05 15:07:24', '', 'Sculptra-img', '', 'inherit', 'open', 'closed', '', 'sculptra-img', '', '', '2025-02-05 15:07:24', '2025-02-05 15:07:24', '', 2690, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2728, 1, '2025-02-05 15:10:48', '2025-02-05 15:10:48', '', 'Platelet-Rich-PLasma-img', '', 'inherit', 'open', 'closed', '', 'platelet-rich-plasma-img', '', '', '2025-02-05 15:10:48', '2025-02-05 15:10:48', '', 2690, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Platelet-Rich-PLasma-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2730, 1, '2025-02-05 15:12:25', '2025-02-05 15:12:25', '', 'Hair-loss-therapy-img', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img', '', '', '2025-02-05 15:12:25', '2025-02-05 15:12:25', '', 2690, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-loss-therapy-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2737, 1, '2025-02-05 15:53:05', '2025-02-05 15:53:05', '<h2>Tighten\n  It </h2>				\n															<img width=\"450\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg 450w, https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33-225x300.jpg 225w\" sizes=\"(max-width: 450px) 100vw, 450px\" />															\n					<h4>RF Microneedling\n</h4>				\n		<p>Pixel8 RF microneedling delivers intense radio frequency energy to targeted tissue, stimulating collagen and rejuvenating vital elastin cells for smoother, firmer skin.</p>		\n					<a href=\"https://genesiswa.com/rf-microneedling/\">\n									Learn More\n					</a>\n															<img width=\"520\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Botox-cover-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Botox-cover-img.jpg 520w, https://genesiswa.com/wp-content/uploads/2025/02/Botox-cover-img-223x300.jpg 223w\" sizes=\"(max-width: 520px) 100vw, 520px\" />															\n					<h4>Sculptra</h4>				\n		<p>Sculptra is a dermal filler made of poly-L-lactic acid (PLLA), a biocompatible and biodegradable substance. It is used to stimulate collagen production in the skin..</p>		\n					<a href=\"https://genesiswa.com/sculptra/\">\n									Learn More\n					</a>', 'Tighten It', '', 'publish', 'closed', 'closed', '', 'tighten-it', '', '', '2025-05-31 07:17:34', '2025-05-31 07:17:34', '', 0, 'https://mrarif.me/genesiswa/?page_id=2737', 0, 'page', '', 0),
(2751, 1, '2025-02-05 15:59:04', '2025-02-05 15:59:04', '', 'RF-Microneedling-img', '', 'inherit', 'open', 'closed', '', 'rf-microneedling-img', '', '', '2025-02-05 15:59:04', '2025-02-05 15:59:04', '', 2737, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/RF-Microneedling-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2761, 1, '2025-02-05 16:07:01', '2025-02-05 16:07:01', '', 'body-photo-with-abs-img', '', 'inherit', 'open', 'closed', '', 'body-photo-with-abs-img', '', '', '2025-02-05 16:07:01', '2025-02-05 16:07:01', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/body-photo-with-abs-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2765, 1, '2025-02-05 16:14:58', '2025-02-05 16:14:58', '', 'dfdf', '', 'inherit', 'open', 'closed', '', 'dfdf', '', '', '2025-02-05 16:14:58', '2025-02-05 16:14:58', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/dfdf.jpg', 0, 'attachment', 'image/jpeg', 0),
(2772, 1, '2025-02-05 16:19:12', '2025-02-05 16:19:12', '', 'ggg', '', 'inherit', 'open', 'closed', '', 'ggg', '', '', '2025-02-05 16:19:12', '2025-02-05 16:19:12', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/ggg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2779, 1, '2025-02-05 16:24:49', '2025-02-05 16:24:49', '', 'peptide-therapy-man-and-woman-img', '', 'inherit', 'open', 'closed', '', 'peptide-therapy-man-and-woman-img', '', '', '2025-02-05 16:24:49', '2025-02-05 16:24:49', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2787, 1, '2025-02-05 16:45:00', '2025-02-05 16:45:00', '', 'testosterone-older-male', '', 'inherit', 'open', 'closed', '', 'testosterone-older-male', '', '', '2025-02-05 16:45:00', '2025-02-05 16:45:00', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/testosterone-older-male.jpg', 0, 'attachment', 'image/jpeg', 0),
(2794, 1, '2025-02-05 16:57:33', '2025-02-05 16:57:33', '', 'patient-img', '', 'inherit', 'open', 'closed', '', 'patient-img', '', '', '2025-02-05 16:57:33', '2025-02-05 16:57:33', '', 1661, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/patient-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2801, 1, '2025-02-05 17:04:05', '2025-02-05 17:04:05', '<h4>NEW PATIENT PROMO </h4>				\n		<ul style=\"margin-left: 18px;\">\n<li><strong>Botox 20 units</strong> or <strong>Dysport 60 units</strong> for $189</li>\n<li><strong>Deluxe Hydrafacial</strong> + Dermaplane for $199</li>\n<li><strong>Custom Facial</strong> + Dermaplane for $99</li>\n<li><b>Korean Scalp Renewal Headspa </b>for $99</li>\n<li><strong>Free Red Light Therapy Bed </strong>with 1st Facial or Headspa Treatment!</li>\n</ul>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\" rel=\"nofollow\">\n									Book Now\n					</a>', 'Patient Promotion Pop Up', '', 'publish', 'closed', 'closed', '', 'patient-promotion-pop-up', '', '', '2026-03-19 19:59:19', '2026-03-19 19:59:19', '', 0, 'https://mrarif.me/genesiswa/?post_type=elementor_library&#038;p=2801', 0, 'elementor_library', '', 0),
(2802, 1, '2025-02-05 17:03:00', '2025-02-05 17:03:00', '', 'Pic-Newsletter.png', '', 'inherit', 'open', 'closed', '', 'pic-newsletter-png', '', '', '2025-02-05 17:03:00', '2025-02-05 17:03:00', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Pic-Newsletter.png', 0, 'attachment', 'image/png', 0),
(2803, 1, '2025-02-05 17:07:25', '2025-02-05 17:07:25', '', 'popup-img', '', 'inherit', 'open', 'closed', '', 'popup-img', '', '', '2025-02-05 17:07:25', '2025-02-05 17:07:25', '', 2801, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/popup-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2810, 1, '2025-02-05 17:29:05', '2025-02-05 17:29:05', '', 'image-png', '', 'inherit', 'open', 'closed', '', 'image-png', '', '', '2025-02-05 17:29:05', '2025-02-05 17:29:05', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/image-png.png', 0, 'attachment', 'image/png', 0),
(2824, 1, '2025-02-05 17:37:46', '2025-02-05 17:37:46', '', 'prp-img', '', 'inherit', 'open', 'closed', '', 'prp-img', '', '', '2025-02-05 17:37:46', '2025-02-05 17:37:46', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/prp-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2835, 1, '2025-02-05 17:54:12', '2025-02-05 17:54:12', '', 'darmal-filter-img-2', '', 'inherit', 'open', 'closed', '', 'darmal-filter-img-2', '', '', '2025-02-05 17:54:12', '2025-02-05 17:54:12', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/darmal-filter-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2836, 1, '2025-02-05 17:54:18', '2025-02-05 17:54:18', '', 'darmal-filter-img-3', '', 'inherit', 'open', 'closed', '', 'darmal-filter-img-3', '', '', '2025-02-05 17:54:18', '2025-02-05 17:54:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/darmal-filter-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2837, 1, '2025-02-05 17:54:24', '2025-02-05 17:54:24', '', 'darmal-filter-img-4', '', 'inherit', 'open', 'closed', '', 'darmal-filter-img-4', '', '', '2025-02-05 17:54:24', '2025-02-05 17:54:24', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/darmal-filter-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2838, 1, '2025-02-05 17:54:28', '2025-02-05 17:54:28', '', 'darmal-filter-img-1', '', 'inherit', 'open', 'closed', '', 'darmal-filter-img-1', '', '', '2025-02-05 17:54:28', '2025-02-05 17:54:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/darmal-filter-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2842, 1, '2025-02-05 18:10:09', '2025-02-05 18:10:09', '', 'Sculptra-before-after-img3', '', 'inherit', 'open', 'closed', '', 'sculptra-before-after-img3', '', '', '2025-02-05 18:10:09', '2025-02-05 18:10:09', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-before-after-img3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2843, 1, '2025-02-05 18:10:22', '2025-02-05 18:10:22', '', 'Sculptra-before-after-img4', '', 'inherit', 'open', 'closed', '', 'sculptra-before-after-img4', '', '', '2025-02-05 18:10:22', '2025-02-05 18:10:22', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-before-after-img4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2844, 1, '2025-02-05 18:10:34', '2025-02-05 18:10:34', '', 'Sculptra-before-after-img1', '', 'inherit', 'open', 'closed', '', 'sculptra-before-after-img1', '', '', '2025-02-05 18:10:34', '2025-02-05 18:10:34', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-before-after-img1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2845, 1, '2025-02-05 18:10:47', '2025-02-05 18:10:47', '', 'Sculptra-before-after-img2', '', 'inherit', 'open', 'closed', '', 'sculptra-before-after-img2', '', '', '2025-02-05 18:10:47', '2025-02-05 18:10:47', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-before-after-img2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2849, 1, '2025-02-05 18:25:13', '2025-02-05 18:25:13', '', 'prp-img-1', '', 'inherit', 'open', 'closed', '', 'prp-img-1', '', '', '2025-02-05 18:25:13', '2025-02-05 18:25:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/prp-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2850, 1, '2025-02-05 18:25:24', '2025-02-05 18:25:24', '', 'prp-img-2', '', 'inherit', 'open', 'closed', '', 'prp-img-2', '', '', '2025-02-05 18:25:24', '2025-02-05 18:25:24', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/prp-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2851, 1, '2025-02-05 18:25:33', '2025-02-05 18:25:33', '', 'prp-img-3', '', 'inherit', 'open', 'closed', '', 'prp-img-3', '', '', '2025-02-05 18:25:33', '2025-02-05 18:25:33', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/prp-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2852, 1, '2025-02-05 18:29:54', '2025-02-05 18:29:54', '', 'prp0mg', '', 'inherit', 'open', 'closed', '', 'prp0mg', '', '', '2025-02-05 18:29:54', '2025-02-05 18:29:54', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/prp0mg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2856, 1, '2025-02-05 18:31:18', '2025-02-05 18:31:18', '', 'Hair-loss-therapy-img-1', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-1', '', '', '2025-02-05 18:31:18', '2025-02-05 18:31:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-loss-therapy-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2857, 1, '2025-02-05 18:31:28', '2025-02-05 18:31:28', '', 'Hair-loss-therapy-img-2', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-2', '', '', '2025-02-05 18:31:28', '2025-02-05 18:31:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-loss-therapy-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2858, 1, '2025-02-05 18:31:37', '2025-02-05 18:31:37', '', 'Hair-loss-therapy-img-3', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-3', '', '', '2025-02-05 18:31:37', '2025-02-05 18:31:37', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-loss-therapy-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2859, 1, '2025-02-05 18:31:47', '2025-02-05 18:31:47', '', 'Hair-loss-therapy-img-4', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-4', '', '', '2025-02-05 18:31:47', '2025-02-05 18:31:47', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-loss-therapy-img-4.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2864, 1, '2025-02-09 04:18:32', '2025-02-09 04:18:32', '<h1>Genesis Wellness &amp; Aesthetics</h1>				\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/fllowers-img-1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/fllowers-img-1.png 600w, https://genesiswa.com/wp-content/uploads/2025/02/fllowers-img-1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/02/fllowers-img-1-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n															<img width=\"287\" height=\"242\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/flower_1_8.png\" alt=\"\" />															\n					<h4>About Us</h4>				\n					<h2>Discover Your Trusted Health and Aesthetic Partner\n</h2>				\n		<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\">\n									Book Now\n					</a>\n															<img width=\"428\" height=\"651\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/about3-1.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/about3-1.jpg 428w, https://genesiswa.com/wp-content/uploads/2025/01/about3-1-197x300.jpg 197w\" sizes=\"(max-width: 428px) 100vw, 428px\" />															\n															<img width=\"316\" height=\"310\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/about3-2.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/about3-2.png 316w, https://genesiswa.com/wp-content/uploads/2025/01/about3-2-300x294.png 300w\" sizes=\"(max-width: 316px) 100vw, 316px\" />															\n					<h2>Categories </h2>				\n					<h2>Categories </h2>				\n															<a href=\"https://genesiswa.com/advanced-laser-solutions/\">\n																<img src=\"https://genesiswa.com/wp-content/uploads/2025/01/item-img-1.jpg\" alt=\"item-img-1\">\n												<h5>\n													Laser It												</h5>\n															</a>\n															<a href=\"https://genesiswa.com/inject-it/\">\n																<img src=\"https://genesiswa.com/wp-content/uploads/2025/01/item-img-2.jpg\" alt=\"item-img-2\">\n												<h5>\n													Inject It												</h5>\n															</a>\n															<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n																<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/body-photo-with-abs-img.jpg\" alt=\"body-photo-with-abs-img\">\n												<h5>\n													Sculpt It												</h5>\n															</a>\n															<a href=\"https://genesiswa.com/tighten-it/\">\n																<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/skin-tightening-img.jpg\" alt=\"skin-tightening-img\">\n												<h5>\n													Tighten It												</h5>\n															</a>\n					<svg aria-hidden=\"true\" 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>				\n					<svg aria-hidden=\"true\" 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					<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n															<img width=\"800\" height=\"850\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/image-png.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/image-png.png 800w, https://genesiswa.com/wp-content/uploads/2025/02/image-png-282x300.png 282w, https://genesiswa.com/wp-content/uploads/2025/02/image-png-768x816.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>Caring for myself is not self-indulgence, it is self-preservation.\n</h2>				\n							<h3>\n				Audre Lorde				</h3>\n															<img width=\"451\" height=\"677\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15.jpg 451w, https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15-200x300.jpg 200w\" sizes=\"(max-width: 451px) 100vw, 451px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Grace Lee, MSN-FNP, ARNP</h5><p>Medical Director</p>				\n					<h2>Get In Touch With Us</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Customized Skincare</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>								\n													<h4>\n								 Korean Glass Skin							</h4>\n								Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. 							\n			<a href=\"https://genesiswa.com/korean-glass-skin/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>								\n													<h4>\n								Hydrafacial							</h4>\n								Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.							\n			<a href=\"https://genesiswa.com/hydrafacial/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>								\n													<h4>\n								Classic custom facials							</h4>\n								Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.							\n			<a href=\"https://genesiswa.com/classic-custom-facials/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Line\" viewBox=\"0 0 64 64\"><title></title><path d=\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\"></path><path d=\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\"></path><path d=\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\"></path><path d=\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\"></path><path d=\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\"></path><path d=\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\"></path><path d=\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\"></path><path d=\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\"></path></svg>								\n													<h4>\n								The Perfect Derma Peel							</h4>\n								Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. 							\n			<a href=\"https://genesiswa.com/perfect-derma-peel/\">\n		</a>', 'Home page- Backup-9-02-20225', '', 'publish', 'closed', 'closed', '', 'home-page-backup-9-02-20225', '', '', '2025-02-09 04:18:34', '2025-02-09 04:18:34', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=home-page-backup-9-02-20225', 0, 'elementor_library', '', 0),
(2873, 1, '2025-02-09 04:39:08', '2025-02-09 04:39:08', '', 'docto-img', '', 'inherit', 'open', 'closed', '', 'docto-img', '', '', '2025-02-09 04:39:08', '2025-02-09 04:39:08', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/docto-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2877, 1, '2025-02-09 04:43:48', '2025-02-09 04:43:48', '', 'doctor-client-img', '', 'inherit', 'open', 'closed', '', 'doctor-client-img', '', '', '2025-02-09 04:43:48', '2025-02-09 04:43:48', '', 763, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/doctor-client-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2881, 1, '2025-02-09 04:55:06', '2025-02-09 04:55:06', '', 'wellness-chat', '', 'inherit', 'open', 'closed', '', 'wellness-chat', '', '', '2025-02-09 04:55:06', '2025-02-09 04:55:06', '', 765, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/wellness-chat.jpg', 0, 'attachment', 'image/jpeg', 0),
(2891, 1, '2025-02-09 05:51:14', '2025-02-09 05:51:14', '', 'Testosterone-Therapy-img', '', 'inherit', 'open', 'closed', '', 'testosterone-therapy-img', '', '', '2025-02-09 05:51:14', '2025-02-09 05:51:14', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Testosterone-Therapy-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2898, 1, '2025-02-09 05:58:16', '2025-02-09 05:58:16', '', 'img', '', 'inherit', 'open', 'closed', '', 'img', '', '', '2025-02-09 05:58:16', '2025-02-09 05:58:16', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2903, 1, '2025-02-09 06:08:45', '2025-02-09 06:08:45', '', 'smiling-athletic-man-img', '', 'inherit', 'open', 'closed', '', 'smiling-athletic-man-img', '', '', '2025-02-09 06:08:45', '2025-02-09 06:08:45', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/smiling-athletic-man-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2910, 1, '2025-02-09 06:14:15', '2025-02-09 06:14:15', '', 'smiling-athletic-man-img-1', '', 'inherit', 'open', 'closed', '', 'smiling-athletic-man-img-1', '', '', '2025-02-09 06:14:15', '2025-02-09 06:14:15', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/smiling-athletic-man-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2928, 1, '2025-02-09 06:39:06', '2025-02-09 06:34:46', ' ', '', '', 'publish', 'closed', 'closed', '', '2928', '', '', '2025-02-09 06:39:06', '2025-02-09 06:39:06', '', 0, 'https://mrarif.me/genesiswa/?p=2928', 31, 'nav_menu_item', '', 0),
(2934, 1, '2025-02-09 06:56:58', '2025-02-09 06:56:58', '', 'about-us--img', '', 'inherit', 'open', 'closed', '', 'about-us-img', '', '', '2025-02-09 06:56:58', '2025-02-09 06:56:58', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/about-us-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(2945, 1, '2025-02-09 18:07:26', '2025-02-09 18:07:26', '<img width=\"388\" height=\"500\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img.jpg 388w, https://genesiswa.com/wp-content/uploads/2025/02/Grace-Lee-img-233x300.jpg 233w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h5>Grace Lee,  MSN-FNP, ARNP</h5>				\n					Medical Director,				\n		<p>Grace Lee, a former Family and Primary Care ARNP, brings a diverse background in emergency, sports/orthopedic, dermatologic, and aesthetic medicine. A 2015 graduate of Pacific Lutheran University, she earned her Master of Science in Nursing, Family Nurse Practitioner degree from Georgetown University. Committed to a patient-centered approach, ARNP Lee collaborates with her patients to develop personalized treatment plans. As the founder of Genesis Wellness and Aesthetics, she is devoted to meeting each patient\'s unique needs and desires.</p>', 'popppuppp', '', 'publish', 'closed', 'closed', '', 'popppuppp', '', '', '2025-02-09 18:07:27', '2025-02-09 18:07:27', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=popppuppp', 0, 'elementor_library', '', 0),
(2948, 1, '2025-02-10 20:18:19', '2025-02-10 20:18:19', '<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>', 'grid', '', 'publish', 'closed', 'closed', '', 'grid', '', '', '2025-02-10 20:18:20', '2025-02-10 20:18:20', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=grid', 0, 'elementor_library', '', 0),
(2951, 1, '2025-02-12 06:07:29', '2025-02-12 06:07:29', '', 'About Us Discover ac', '', 'inherit', 'open', 'closed', '', 'about-us-discover-ac', '', '', '2025-02-12 06:07:29', '2025-02-12 06:07:29', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/About-Us-Discover-ac.jpg', 0, 'attachment', 'image/jpeg', 0),
(2952, 1, '2025-02-12 06:10:15', '2025-02-12 06:10:15', '', 'About Us Discover av (1)', '', 'inherit', 'open', 'closed', '', 'about-us-discover-av-1', '', '', '2025-02-12 06:10:15', '2025-02-12 06:10:15', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/About-Us-Discover-av-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2956, 1, '2025-02-12 06:17:22', '2025-02-12 06:17:22', '', 'About Us Discover Your Trusted aa', '', 'inherit', 'open', 'closed', '', 'about-us-discover-your-trusted-aa', '', '', '2025-02-12 06:17:22', '2025-02-12 06:17:22', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/About-Us-Discover-Your-Trusted-aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2960, 1, '2025-02-12 06:39:42', '2025-02-12 06:39:42', '', 'Anastatia Templeman aa', '', 'inherit', 'open', 'closed', '', 'anastatia-templeman-aa', '', '', '2025-02-12 06:39:42', '2025-02-12 06:39:42', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2962, 1, '2025-02-12 06:42:40', '2025-02-12 06:42:40', '', 'Nina Slegaitis av', '', 'inherit', 'open', 'closed', '', 'nina-slegaitis-av', '', '', '2025-02-12 06:42:40', '2025-02-12 06:42:40', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg', 0, 'attachment', 'image/jpeg', 0),
(2968, 1, '2025-02-12 06:58:04', '2025-02-12 06:58:04', '', 'Women\'s HRT Therapy s', '', 'inherit', 'open', 'closed', '', 'womens-hrt-therapy-s', '', '', '2025-02-12 06:58:04', '2025-02-12 06:58:04', '', 763, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Womens-HRT-Therapy-s.jpg', 0, 'attachment', 'image/jpeg', 0),
(2973, 1, '2025-02-12 07:55:26', '2025-02-12 07:55:26', '', 'testo av', '', 'inherit', 'open', 'closed', '', 'testo-av', '', '', '2025-02-12 07:55:26', '2025-02-12 07:55:26', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/testo-av.jpg', 0, 'attachment', 'image/jpeg', 0),
(2984, 1, '2025-02-12 08:04:54', '2025-02-12 08:04:54', '', 'Platelet Rich PLasma aa', '', 'inherit', 'open', 'closed', '', 'platelet-rich-plasma-aa', '', '', '2025-02-12 08:04:54', '2025-02-12 08:04:54', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Platelet-Rich-PLasma-aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2991, 1, '2025-02-12 09:27:54', '2025-02-12 09:27:54', '', 'Hydrafacial video b', '', 'inherit', 'open', 'closed', '', 'hydrafacial-video-b', '', '', '2025-02-12 09:27:54', '2025-02-12 09:27:54', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hydrafacial-video-b.mp4', 0, 'attachment', 'video/mp4', 0),
(2995, 1, '2025-02-12 09:30:59', '2025-02-12 09:30:59', '', 'hy bg a', '', 'inherit', 'open', 'closed', '', 'hy-bg-a', '', '', '2025-02-12 09:30:59', '2025-02-12 09:30:59', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/hy-bg-a.png', 0, 'attachment', 'image/png', 0),
(2996, 1, '2025-02-12 09:31:14', '2025-02-12 09:31:14', '', 'hy bg a b', '', 'inherit', 'open', 'closed', '', 'hy-bg-a-b', '', '', '2025-02-12 09:31:14', '2025-02-12 09:31:14', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/hy-bg-a-b.png', 0, 'attachment', 'image/png', 0),
(3001, 1, '2025-02-12 09:34:42', '2025-02-12 09:34:42', '', 'Hydrafacial video c', '', 'inherit', 'open', 'closed', '', 'hydrafacial-video-c', '', '', '2025-02-12 09:34:42', '2025-02-12 09:34:42', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hydrafacial-video-c.mp4', 0, 'attachment', 'video/mp4', 0),
(3018, 1, '2025-02-12 09:45:05', '2025-02-12 09:45:05', '', 'Facials video a', '', 'inherit', 'open', 'closed', '', 'facials-video-a', '', '', '2025-02-12 09:45:05', '2025-02-12 09:45:05', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Facials-video-a.mp4', 0, 'attachment', 'video/mp4', 0),
(3019, 1, '2025-02-12 09:45:32', '2025-02-12 09:45:32', '', 'Classic Custom Facials bg a', '', 'inherit', 'open', 'closed', '', 'classic-custom-facials-bg-a', '', '', '2025-02-12 09:45:32', '2025-02-12 09:45:32', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Classic-Custom-Facials-bg-a.png', 0, 'attachment', 'image/png', 0),
(3020, 1, '2025-02-12 09:45:58', '2025-02-12 09:45:58', '', 'Facials video d', '', 'inherit', 'open', 'closed', '', 'facials-video-d', '', '', '2025-02-12 09:45:58', '2025-02-12 09:45:58', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Facials-video-d.mp4', 0, 'attachment', 'video/mp4', 0),
(3022, 1, '2025-02-12 09:47:10', '2025-02-12 09:47:10', '', 'Classic Custom Facials bg b', '', 'inherit', 'open', 'closed', '', 'classic-custom-facials-bg-b', '', '', '2025-02-12 09:47:10', '2025-02-12 09:47:10', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Classic-Custom-Facials-bg-b.png', 0, 'attachment', 'image/png', 0),
(3026, 1, '2025-02-12 09:57:24', '2025-02-12 09:57:24', '<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Review  sh', '', 'publish', 'closed', 'closed', '', 'review-sh', '', '', '2025-02-12 09:57:25', '2025-02-12 09:57:25', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=review-sh', 0, 'elementor_library', '', 0),
(3077, 1, '2025-02-27 06:39:41', '2025-02-27 06:39:41', '', '409412BF-AF4A-4469-97B6-ABD55C4FC8D6', '', 'inherit', 'open', 'closed', '', '409412bf-af4a-4469-97b6-abd55c4fc8d6', '', '', '2025-02-27 06:39:41', '2025-02-27 06:39:41', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png', 0, 'attachment', 'image/png', 0),
(3078, 1, '2025-02-27 06:40:10', '2025-02-27 06:40:10', '', 'C61C4B7D-4CBF-41A0-98A0-4148D1121DCB', '', 'inherit', 'open', 'closed', '', 'c61c4b7d-4cbf-41a0-98a0-4148d1121dcb', '', '', '2025-02-27 06:40:10', '2025-02-27 06:40:10', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png', 0, 'attachment', 'image/png', 0),
(3079, 1, '2025-02-27 06:40:25', '2025-02-27 06:40:25', '', 'D292960C-2419-4E1A-BDF6-4CCC9FC24665', '', 'inherit', 'open', 'closed', '', 'd292960c-2419-4e1a-bdf6-4ccc9fc24665', '', '', '2025-02-27 06:40:25', '2025-02-27 06:40:25', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png', 0, 'attachment', 'image/png', 0),
(3081, 1, '2025-02-27 06:40:36', '2025-02-27 06:40:36', '', 'E90B6E69-31E6-411F-8CCD-62D4A5A26E1C', '', 'inherit', 'open', 'closed', '', 'e90b6e69-31e6-411f-8ccd-62d4a5a26e1c', '', '', '2025-02-27 06:40:36', '2025-02-27 06:40:36', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png', 0, 'attachment', 'image/png', 0),
(3082, 1, '2025-02-27 06:40:46', '2025-02-27 06:40:46', '', 'F2FF3B1F-CE83-41A3-B719-824E816B132C', '', 'inherit', 'open', 'closed', '', 'f2ff3b1f-ce83-41a3-b719-824e816b132c', '', '', '2025-02-27 06:40:46', '2025-02-27 06:40:46', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png', 0, 'attachment', 'image/png', 0),
(3083, 1, '2025-02-27 06:40:55', '2025-02-27 06:40:55', '', '6AB7B964-B57E-432E-B5F6-C05BEC3B58DF', '', 'inherit', 'open', 'closed', '', '6ab7b964-b57e-432e-b5f6-c05bec3b58df', '', '', '2025-02-27 06:40:55', '2025-02-27 06:40:55', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png', 0, 'attachment', 'image/png', 0),
(3084, 1, '2025-02-27 06:41:05', '2025-02-27 06:41:05', '', '6C8F48DF-CE5D-4076-BF6E-F2900659CFC6', '', 'inherit', 'open', 'closed', '', '6c8f48df-ce5d-4076-bf6e-f2900659cfc6', '', '', '2025-02-27 06:41:05', '2025-02-27 06:41:05', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png', 0, 'attachment', 'image/png', 0),
(3098, 1, '2025-02-27 07:00:04', '2025-02-27 07:00:04', '', 'tatto-removal-img', '', 'inherit', 'open', 'closed', '', 'tatto-removal-img', '', '', '2025-02-27 07:00:04', '2025-02-27 07:00:04', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/tatto-removal-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3099, 1, '2025-02-27 07:00:15', '2025-02-27 07:00:15', '', 'tatto-removal-img-2', '', 'inherit', 'open', 'closed', '', 'tatto-removal-img-2', '', '', '2025-02-27 07:00:15', '2025-02-27 07:00:15', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/tatto-removal-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3100, 1, '2025-02-27 07:00:33', '2025-02-27 07:00:33', '', 'tatto-removal-img-3', '', 'inherit', 'open', 'closed', '', 'tatto-removal-img-3', '', '', '2025-02-27 07:00:33', '2025-02-27 07:00:33', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/tatto-removal-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3104, 1, '2025-02-27 07:04:49', '2025-02-27 07:04:49', '', 'Microneedling-img-1', '', 'inherit', 'open', 'closed', '', 'microneedling-img-1', '', '', '2025-02-27 07:04:49', '2025-02-27 07:04:49', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Microneedling-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3105, 1, '2025-02-27 07:04:55', '2025-02-27 07:04:55', '', 'Microneedling-img-2', '', 'inherit', 'open', 'closed', '', 'microneedling-img-2', '', '', '2025-02-27 07:04:55', '2025-02-27 07:04:55', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Microneedling-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3113, 1, '2025-02-27 07:26:38', '2025-02-27 07:26:38', '', 'botox-img-1', '', 'inherit', 'open', 'closed', '', 'botox-img-1', '', '', '2025-02-27 07:26:38', '2025-02-27 07:26:38', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3114, 1, '2025-02-27 07:26:43', '2025-02-27 07:26:43', '', 'botox-img-2', '', 'inherit', 'open', 'closed', '', 'botox-img-2', '', '', '2025-02-27 07:26:43', '2025-02-27 07:26:43', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3115, 1, '2025-02-27 07:26:50', '2025-02-27 07:26:50', '', 'botox-img-3', '', 'inherit', 'open', 'closed', '', 'botox-img-3', '', '', '2025-02-27 07:26:50', '2025-02-27 07:26:50', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3116, 1, '2025-02-27 07:26:59', '2025-02-27 07:26:59', '', 'botox-img-4', '', 'inherit', 'open', 'closed', '', 'botox-img-4', '', '', '2025-02-27 07:26:59', '2025-02-27 07:26:59', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(3117, 1, '2025-02-27 07:27:04', '2025-02-27 07:27:04', '', 'botox-img-5', '', 'inherit', 'open', 'closed', '', 'botox-img-5', '', '', '2025-02-27 07:27:04', '2025-02-27 07:27:04', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(3118, 1, '2025-02-27 07:27:11', '2025-02-27 07:27:11', '', 'botox-img-6', '', 'inherit', 'open', 'closed', '', 'botox-img-6', '', '', '2025-02-27 07:27:11', '2025-02-27 07:27:11', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(3119, 1, '2025-02-27 07:27:17', '2025-02-27 07:27:17', '', 'botox-img-7', '', 'inherit', 'open', 'closed', '', 'botox-img-7', '', '', '2025-02-27 07:27:17', '2025-02-27 07:27:17', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(3120, 1, '2025-02-27 07:27:22', '2025-02-27 07:27:22', '', 'botox-img-8', '', 'inherit', 'open', 'closed', '', 'botox-img-8', '', '', '2025-02-27 07:27:22', '2025-02-27 07:27:22', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(3121, 1, '2025-02-27 07:27:29', '2025-02-27 07:27:29', '', 'botox-img-9', '', 'inherit', 'open', 'closed', '', 'botox-img-9', '', '', '2025-02-27 07:27:29', '2025-02-27 07:27:29', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(3122, 1, '2025-02-27 07:27:36', '2025-02-27 07:27:36', '', 'botox-img-10', '', 'inherit', 'open', 'closed', '', 'botox-img-10', '', '', '2025-02-27 07:27:36', '2025-02-27 07:27:36', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/botox-img-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(3133, 1, '2025-02-27 07:38:28', '2025-02-27 07:38:28', '', 'Vein-removal-img-1', '', 'inherit', 'open', 'closed', '', 'vein-removal-img-1', '', '', '2025-02-27 07:38:28', '2025-02-27 07:38:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Vein-removal-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3134, 1, '2025-02-27 07:38:35', '2025-02-27 07:38:35', '', 'Vein-removal-img-2', '', 'inherit', 'open', 'closed', '', 'vein-removal-img-2', '', '', '2025-02-27 07:38:35', '2025-02-27 07:38:35', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Vein-removal-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3135, 1, '2025-02-27 07:38:40', '2025-02-27 07:38:40', '', 'Vein-removal-img-3', '', 'inherit', 'open', 'closed', '', 'vein-removal-img-3', '', '', '2025-02-27 07:38:40', '2025-02-27 07:38:40', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Vein-removal-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3139, 1, '2025-02-27 07:45:29', '2025-02-27 07:45:29', '', 'Sculptra-img-1', '', 'inherit', 'open', 'closed', '', 'sculptra-img-1', '', '', '2025-02-27 07:45:29', '2025-02-27 07:45:29', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3140, 1, '2025-02-27 07:45:35', '2025-02-27 07:45:35', '', 'Sculptra-img-2', '', 'inherit', 'open', 'closed', '', 'sculptra-img-2', '', '', '2025-02-27 07:45:35', '2025-02-27 07:45:35', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3141, 1, '2025-02-27 07:45:40', '2025-02-27 07:45:40', '', 'Sculptra-img-3', '', 'inherit', 'open', 'closed', '', 'sculptra-img-3', '', '', '2025-02-27 07:45:40', '2025-02-27 07:45:40', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3142, 1, '2025-02-27 07:45:46', '2025-02-27 07:45:46', '', 'Sculptra-img-4', '', 'inherit', 'open', 'closed', '', 'sculptra-img-4', '', '', '2025-02-27 07:45:46', '2025-02-27 07:45:46', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(3143, 1, '2025-02-27 07:45:54', '2025-02-27 07:45:54', '', 'Sculptra-img-5', '', 'inherit', 'open', 'closed', '', 'sculptra-img-5', '', '', '2025-02-27 07:45:54', '2025-02-27 07:45:54', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Sculptra-img-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(3147, 1, '2025-02-27 07:58:03', '2025-02-27 07:58:03', '', 'Hair-Loss-Therapy-img-1', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-1-2', '', '', '2025-02-27 07:58:03', '2025-02-27 07:58:03', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3148, 1, '2025-02-27 08:07:11', '2025-02-27 08:07:11', '', 'Hair-Loss-Therapy-img-1', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-1-3', '', '', '2025-02-27 08:07:11', '2025-02-27 08:07:11', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3149, 1, '2025-02-27 08:07:18', '2025-02-27 08:07:18', '', 'Hair-Loss-Therapy-img-2', '', 'inherit', 'open', 'closed', '', 'hair-loss-therapy-img-2-2', '', '', '2025-02-27 08:07:18', '2025-02-27 08:07:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3162, 1, '2025-02-27 09:24:18', '2025-02-27 09:24:18', '', '1C9A53A2-A184-4A49-BC1F-D2432A8A4F85', '', 'inherit', 'open', 'closed', '', '1c9a53a2-a184-4a49-bc1f-d2432a8a4f85', '', '', '2025-02-27 09:24:18', '2025-02-27 09:24:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png', 0, 'attachment', 'image/png', 0),
(3163, 1, '2025-02-27 09:24:28', '2025-02-27 09:24:28', '', '2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275', '', 'inherit', 'open', 'closed', '', '2a9d2ea0-03a3-4846-8ad9-9aaffa5ea275', '', '', '2025-02-27 09:24:28', '2025-02-27 09:24:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3164, 1, '2025-02-27 09:24:34', '2025-02-27 09:24:34', '', '2E46D101-7024-4258-A8D3-B4F6193622CD', '', 'inherit', 'open', 'closed', '', '2e46d101-7024-4258-a8d3-b4f6193622cd', '', '', '2025-02-27 09:24:34', '2025-02-27 09:24:34', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3165, 1, '2025-02-27 09:24:40', '2025-02-27 09:24:40', '', '6AA48899-D998-49D4-971B-68002E2F1B77', '', 'inherit', 'open', 'closed', '', '6aa48899-d998-49d4-971b-68002e2f1b77', '', '', '2025-02-27 09:24:40', '2025-02-27 09:24:40', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/6AA48899-D998-49D4-971B-68002E2F1B77.png', 0, 'attachment', 'image/png', 0),
(3166, 1, '2025-02-27 09:24:51', '2025-02-27 09:24:51', '', '07B4BAED-65DE-496D-BB70-B49D388D28A4', '', 'inherit', 'open', 'closed', '', '07b4baed-65de-496d-bb70-b49d388d28a4', '', '', '2025-02-27 09:24:51', '2025-02-27 09:24:51', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/07B4BAED-65DE-496D-BB70-B49D388D28A4.png', 0, 'attachment', 'image/png', 0),
(3167, 1, '2025-02-27 09:25:06', '2025-02-27 09:25:06', '', '40C2D325-5BF3-4624-95E8-0ADB1AA01623', '', 'inherit', 'open', 'closed', '', '40c2d325-5bf3-4624-95e8-0adb1aa01623', '', '', '2025-02-27 09:25:06', '2025-02-27 09:25:06', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png', 0, 'attachment', 'image/png', 0),
(3168, 1, '2025-02-27 09:25:16', '2025-02-27 09:25:16', '', '61DFDAFA-7931-4734-AC57-D58D5942C035', '', 'inherit', 'open', 'closed', '', '61dfdafa-7931-4734-ac57-d58d5942c035', '', '', '2025-02-27 09:25:16', '2025-02-27 09:25:16', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3169, 1, '2025-02-27 09:25:26', '2025-02-27 09:25:26', '', '70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E', '', 'inherit', 'open', 'closed', '', '70b1ffca-b750-4a4a-a40a-7ed03c17ad3e', '', '', '2025-02-27 09:25:26', '2025-02-27 09:25:26', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png', 0, 'attachment', 'image/png', 0),
(3170, 1, '2025-02-27 09:25:35', '2025-02-27 09:25:35', '', '099D287F-1822-4ADF-AEF6-BD1C121B8569', '', 'inherit', 'open', 'closed', '', '099d287f-1822-4adf-aef6-bd1c121b8569', '', '', '2025-02-27 09:25:35', '2025-02-27 09:25:35', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3171, 1, '2025-02-27 09:25:42', '2025-02-27 09:25:42', '', '100F33C3-B8A2-4B28-807C-101E72D9F00F', '', 'inherit', 'open', 'closed', '', '100f33c3-b8a2-4b28-807c-101e72d9f00f', '', '', '2025-02-27 09:25:42', '2025-02-27 09:25:42', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/100F33C3-B8A2-4B28-807C-101E72D9F00F.png', 0, 'attachment', 'image/png', 0),
(3172, 1, '2025-02-27 09:26:27', '2025-02-27 09:26:27', '', '44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE', '', 'inherit', 'open', 'closed', '', '44440da6-c2e8-4b1d-95e4-ae97bbdcb7be', '', '', '2025-02-27 09:26:27', '2025-02-27 09:26:27', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png', 0, 'attachment', 'image/png', 0),
(3173, 1, '2025-02-27 09:26:39', '2025-02-27 09:26:39', '', '48595A0E-91E1-4751-8B7B-32E0176773E7', '', 'inherit', 'open', 'closed', '', '48595a0e-91e1-4751-8b7b-32e0176773e7', '', '', '2025-02-27 09:26:39', '2025-02-27 09:26:39', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7.png', 0, 'attachment', 'image/png', 0),
(3174, 1, '2025-02-27 09:26:49', '2025-02-27 09:26:49', '', '84765ADA-BF8A-44F8-B03E-0122AF44472E', '', 'inherit', 'open', 'closed', '', '84765ada-bf8a-44f8-b03e-0122af44472e', '', '', '2025-02-27 09:26:49', '2025-02-27 09:26:49', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3175, 1, '2025-02-27 09:26:58', '2025-02-27 09:26:58', '', 'A923CD61-7DBE-4776-A689-12E74E1A739A', '', 'inherit', 'open', 'closed', '', 'a923cd61-7dbe-4776-a689-12e74e1a739a', '', '', '2025-02-27 09:26:58', '2025-02-27 09:26:58', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A.png', 0, 'attachment', 'image/png', 0),
(3177, 1, '2025-02-27 09:27:09', '2025-02-27 09:27:09', '', 'ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9', '', 'inherit', 'open', 'closed', '', 'acfad26e-51d0-4b51-abc2-afcb51500ef9', '', '', '2025-02-27 09:27:09', '2025-02-27 09:27:09', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png', 0, 'attachment', 'image/png', 0),
(3178, 1, '2025-02-27 09:27:21', '2025-02-27 09:27:21', '', 'C1667D0D-B5F2-428D-B5C7-E2C6A332BA78', '', 'inherit', 'open', 'closed', '', 'c1667d0d-b5f2-428d-b5c7-e2c6a332ba78', '', '', '2025-02-27 09:27:21', '2025-02-27 09:27:21', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png', 0, 'attachment', 'image/png', 0),
(3179, 1, '2025-02-27 09:27:31', '2025-02-27 09:27:31', '', 'CE3FBBD0-D844-4D1B-B9E8-294FC4E98184', '', 'inherit', 'open', 'closed', '', 'ce3fbbd0-d844-4d1b-b9e8-294fc4e98184', '', '', '2025-02-27 09:27:31', '2025-02-27 09:27:31', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3180, 1, '2025-02-27 09:27:41', '2025-02-27 09:27:41', '', 'FC7A3269-DC6E-4B59-9E67-F80039738410', '', 'inherit', 'open', 'closed', '', 'fc7a3269-dc6e-4b59-9e67-f80039738410', '', '', '2025-02-27 09:27:41', '2025-02-27 09:27:41', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410.png', 0, 'attachment', 'image/png', 0),
(3181, 1, '2025-02-27 09:27:54', '2025-02-27 09:27:54', '', '117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8', '', 'inherit', 'open', 'closed', '', '117e8ed0-94b3-4aae-b610-59dcbd3a0ed8', '', '', '2025-02-27 09:27:54', '2025-02-27 09:27:54', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3182, 1, '2025-02-27 09:28:03', '2025-02-27 09:28:03', '', '8067F8DC-17B3-4E2D-A681-23DD30A8ED4F', '', 'inherit', 'open', 'closed', '', '8067f8dc-17b3-4e2d-a681-23dd30a8ed4f', '', '', '2025-02-27 09:28:03', '2025-02-27 09:28:03', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3186, 1, '2025-02-27 18:10:18', '2025-02-27 18:10:18', '', '117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8', '', 'inherit', 'open', 'closed', '', '117e8ed0-94b3-4aae-b610-59dcbd3a0ed8-2', '', '', '2025-02-27 18:10:18', '2025-02-27 18:10:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3187, 1, '2025-02-27 18:10:23', '2025-02-27 18:10:23', '', '8067F8DC-17B3-4E2D-A681-23DD30A8ED4F', '', 'inherit', 'open', 'closed', '', '8067f8dc-17b3-4e2d-a681-23dd30a8ed4f-2', '', '', '2025-02-27 18:10:23', '2025-02-27 18:10:23', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3188, 1, '2025-02-27 18:10:30', '2025-02-27 18:10:30', '', '44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE', '', 'inherit', 'open', 'closed', '', '44440da6-c2e8-4b1d-95e4-ae97bbdcb7be-2', '', '', '2025-02-27 18:10:30', '2025-02-27 18:10:30', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE-1.png', 0, 'attachment', 'image/png', 0),
(3189, 1, '2025-02-27 18:10:39', '2025-02-27 18:10:39', '', '48595A0E-91E1-4751-8B7B-32E0176773E7', '', 'inherit', 'open', 'closed', '', '48595a0e-91e1-4751-8b7b-32e0176773e7-2', '', '', '2025-02-27 18:10:39', '2025-02-27 18:10:39', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7-1.png', 0, 'attachment', 'image/png', 0),
(3190, 1, '2025-02-27 18:10:47', '2025-02-27 18:10:47', '', '84765ADA-BF8A-44F8-B03E-0122AF44472E', '', 'inherit', 'open', 'closed', '', '84765ada-bf8a-44f8-b03e-0122af44472e-2', '', '', '2025-02-27 18:10:47', '2025-02-27 18:10:47', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3191, 1, '2025-02-27 18:10:55', '2025-02-27 18:10:55', '', 'A923CD61-7DBE-4776-A689-12E74E1A739A', '', 'inherit', 'open', 'closed', '', 'a923cd61-7dbe-4776-a689-12e74e1a739a-2', '', '', '2025-02-27 18:10:55', '2025-02-27 18:10:55', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A-1.png', 0, 'attachment', 'image/png', 0),
(3192, 1, '2025-02-27 18:11:04', '2025-02-27 18:11:04', '', 'ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9', '', 'inherit', 'open', 'closed', '', 'acfad26e-51d0-4b51-abc2-afcb51500ef9-2', '', '', '2025-02-27 18:11:04', '2025-02-27 18:11:04', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9-1.png', 0, 'attachment', 'image/png', 0),
(3193, 1, '2025-02-27 18:11:13', '2025-02-27 18:11:13', '', 'C1667D0D-B5F2-428D-B5C7-E2C6A332BA78', '', 'inherit', 'open', 'closed', '', 'c1667d0d-b5f2-428d-b5c7-e2c6a332ba78-2', '', '', '2025-02-27 18:11:13', '2025-02-27 18:11:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78-1.png', 0, 'attachment', 'image/png', 0),
(3194, 1, '2025-02-27 18:11:21', '2025-02-27 18:11:21', '', 'CE3FBBD0-D844-4D1B-B9E8-294FC4E98184', '', 'inherit', 'open', 'closed', '', 'ce3fbbd0-d844-4d1b-b9e8-294fc4e98184-2', '', '', '2025-02-27 18:11:21', '2025-02-27 18:11:21', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3195, 1, '2025-02-27 18:11:28', '2025-02-27 18:11:28', '', 'FC7A3269-DC6E-4B59-9E67-F80039738410', '', 'inherit', 'open', 'closed', '', 'fc7a3269-dc6e-4b59-9e67-f80039738410-2', '', '', '2025-02-27 18:11:28', '2025-02-27 18:11:28', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410-1.png', 0, 'attachment', 'image/png', 0),
(3203, 1, '2025-02-27 18:34:17', '2025-02-27 18:34:17', '', 'Korean-glass-skin-img-2', '', 'inherit', 'open', 'closed', '', 'korean-glass-skin-img-2', '', '', '2025-02-27 18:34:17', '2025-02-27 18:34:17', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Korean-glass-skin-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3204, 1, '2025-02-27 18:34:23', '2025-02-27 18:34:23', '', 'Korean-glass-skin-img-33', '', 'inherit', 'open', 'closed', '', 'korean-glass-skin-img-33', '', '', '2025-02-27 18:34:23', '2025-02-27 18:34:23', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Korean-glass-skin-img-33.jpg', 0, 'attachment', 'image/jpeg', 0),
(3205, 1, '2025-02-27 18:34:30', '2025-02-27 18:34:30', '', 'Korean-glass-skin-img-34', '', 'inherit', 'open', 'closed', '', 'korean-glass-skin-img-34', '', '', '2025-02-27 18:34:30', '2025-02-27 18:34:30', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Korean-glass-skin-img-34.jpg', 0, 'attachment', 'image/jpeg', 0),
(3206, 1, '2025-02-27 18:34:37', '2025-02-27 18:34:37', '', 'Korean-glass-skin-img-1', '', 'inherit', 'open', 'closed', '', 'korean-glass-skin-img-1', '', '', '2025-02-27 18:34:37', '2025-02-27 18:34:37', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Korean-glass-skin-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3211, 1, '2025-02-27 18:46:47', '2025-02-27 18:46:47', '', 'filler-before-after-extra', '', 'inherit', 'open', 'closed', '', 'filler-before-after-extra', '', '', '2025-02-27 18:46:47', '2025-02-27 18:46:47', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/filler-before-after-extra.jpg', 0, 'attachment', 'image/jpeg', 0),
(3218, 1, '2025-02-27 18:50:29', '2025-02-27 18:50:29', '', 'filler-img', '', 'inherit', 'open', 'closed', '', 'filler-img', '', '', '2025-02-27 18:50:29', '2025-02-27 18:50:29', '', 771, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/filler-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3222, 1, '2025-02-27 18:55:21', '2025-02-27 18:55:21', '', 'Testosterone-Therapy-img', '', 'inherit', 'open', 'closed', '', 'testosterone-therapy-img-2', '', '', '2025-02-27 18:55:21', '2025-02-27 18:55:21', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3226, 1, '2025-02-27 18:57:53', '2025-02-27 18:57:53', '', 'Women’s-Hormone-Therapy-img', '', 'inherit', 'open', 'closed', '', 'womens-hormone-therapy-img', '', '', '2025-02-27 18:57:53', '2025-02-27 18:57:53', '', 763, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3230, 1, '2025-02-27 19:02:45', '2025-02-27 19:02:45', '', 'PRP-img', '', 'inherit', 'open', 'closed', '', 'prp-img-4', '', '', '2025-02-27 19:02:45', '2025-02-27 19:02:45', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/PRP-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(3234, 1, '2025-02-27 19:10:10', '2025-02-27 19:10:10', '', 'Botox-cover-img', '', 'inherit', 'open', 'closed', '', 'botox-cover-img', '', '', '2025-02-27 19:10:10', '2025-02-27 19:10:10', '', 769, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Botox-cover-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3238, 1, '2025-02-27 19:13:21', '2025-02-27 19:13:21', '', 'facials-img-new', '', 'inherit', 'open', 'closed', '', 'facials-img-new', '', '', '2025-02-27 19:13:21', '2025-02-27 19:13:21', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/facials-img-new.jpg', 0, 'attachment', 'image/jpeg', 0),
(3242, 1, '2025-02-27 19:15:15', '2025-02-27 19:15:15', '', 'Aesthetic-Partner-img', '', 'inherit', 'open', 'closed', '', 'aesthetic-partner-img', '', '', '2025-02-27 19:15:15', '2025-02-27 19:15:15', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Aesthetic-Partner-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3252, 1, '2025-02-27 19:23:07', '2025-02-27 19:23:07', '', 'rs=w_600,h_600,cg_true', '', 'inherit', 'open', 'closed', '', 'rsw_600h_600cg_true', '', '', '2025-02-27 19:23:07', '2025-02-27 19:23:07', '', 759, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/rsw_600h_600cg_true.webp', 0, 'attachment', 'image/webp', 0),
(3260, 1, '2025-02-27 19:32:45', '2025-02-27 19:32:45', '', 'Movement-img', '', 'inherit', 'open', 'closed', '', 'movement-img', '', '', '2025-02-27 19:32:45', '2025-02-27 19:32:45', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Movement-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3273, 1, '2025-02-27 19:39:31', '2025-02-27 19:39:31', '', 'Brad-Arneson-img', '', 'inherit', 'open', 'closed', '', 'brad-arneson-img', '', '', '2025-02-27 19:39:31', '2025-02-27 19:39:31', '', 37, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Brad-Arneson-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3281, 1, '2025-02-27 19:50:13', '2025-02-27 19:50:13', '', 'Advanced-Body-Contouring-img', '', 'inherit', 'open', 'closed', '', 'advanced-body-contouring-img', '', '', '2025-02-27 19:50:13', '2025-02-27 19:50:13', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3286, 1, '2025-02-27 20:03:48', '2025-02-27 20:03:48', '', 'iv-therapy-img', '', 'inherit', 'open', 'closed', '', 'iv-therapy-img', '', '', '2025-02-27 20:03:48', '2025-02-27 20:03:48', '', 767, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/iv-therapy-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3287, 1, '2025-02-27 20:03:51', '2025-02-27 20:03:51', '', 'iv--bag', '', 'inherit', 'open', 'closed', '', 'iv-bag', '', '', '2025-02-27 20:03:51', '2025-02-27 20:03:51', '', 767, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/iv-bag.jpg', 0, 'attachment', 'image/jpeg', 0),
(3318, 1, '2025-02-27 20:39:20', '2025-02-27 20:39:20', '', 'Classic-Custom-Facials-img', '', 'inherit', 'open', 'closed', '', 'classic-custom-facials-img-2', '', '', '2025-02-27 20:39:20', '2025-02-27 20:39:20', '', 777, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Classic-Custom-Facials-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3319, 1, '2025-02-27 20:39:25', '2025-02-27 20:39:25', '', 'Classic-Custom-Facials-img-33', '', 'inherit', 'open', 'closed', '', 'classic-custom-facials-img-33', '', '', '2025-02-27 20:39:25', '2025-02-27 20:39:25', '', 777, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', 0, 'attachment', 'image/jpeg', 0),
(3323, 1, '2025-02-27 20:44:27', '2025-02-27 20:44:27', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2025-02-27 20:44:27', '2025-02-27 20:44:27', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3324, 1, '2025-02-27 20:44:32', '2025-02-27 20:44:32', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2025-02-27 20:44:32', '2025-02-27 20:44:32', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3328, 1, '2025-02-27 20:48:22', '2025-02-27 20:48:22', '', 'B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8', '', 'inherit', 'open', 'closed', '', 'b65e21be-6423-4e7e-8eda-bb8eaec459e8', '', '', '2025-02-27 20:48:22', '2025-02-27 20:48:22', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3329, 1, '2025-02-27 20:48:26', '2025-02-27 20:48:26', '', 'C8B42D36-F74F-437D-89C2-EBB6D4092903', '', 'inherit', 'open', 'closed', '', 'c8b42d36-f74f-437d-89c2-ebb6d4092903', '', '', '2025-02-27 20:48:26', '2025-02-27 20:48:26', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3330, 1, '2025-02-27 20:48:30', '2025-02-27 20:48:30', '', '85E5D29F-3328-4EF3-9345-7FFA3644D4E7', '', 'inherit', 'open', 'closed', '', '85e5d29f-3328-4ef3-9345-7ffa3644d4e7', '', '', '2025-02-27 20:48:30', '2025-02-27 20:48:30', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3331, 1, '2025-02-27 20:48:34', '2025-02-27 20:48:34', '', 'DEF4C21A-4A3D-461F-9C1A-293CF203C5E6', '', 'inherit', 'open', 'closed', '', 'def4c21a-4a3d-461f-9c1a-293cf203c5e6', '', '', '2025-02-27 20:48:34', '2025-02-27 20:48:34', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3332, 1, '2025-02-27 20:48:39', '2025-02-27 20:48:39', '', 'AFCF8B98-72EC-4095-97A2-DF290F5870F5', '', 'inherit', 'open', 'closed', '', 'afcf8b98-72ec-4095-97a2-df290f5870f5', '', '', '2025-02-27 20:48:39', '2025-02-27 20:48:39', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3333, 1, '2025-02-27 20:48:45', '2025-02-27 20:48:45', '', '4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A', '', 'inherit', 'open', 'closed', '', '4eef4ef3-09ab-4e85-872d-dd2a359f5a8a', '', '', '2025-02-27 20:48:45', '2025-02-27 20:48:45', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3337, 1, '2025-02-27 20:51:23', '2025-02-27 20:51:23', '', 'AE2EC53D-FC1E-4ED0-B3C5-1091277D820A', '', 'inherit', 'open', 'closed', '', 'ae2ec53d-fc1e-4ed0-b3c5-1091277d820a', '', '', '2025-02-27 20:51:23', '2025-02-27 20:51:23', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png', 0, 'attachment', 'image/png', 0),
(3338, 1, '2025-02-27 20:51:48', '2025-02-27 20:51:48', '', '98DB2B75-5035-44FE-A3AD-F863B5ABC811', '', 'inherit', 'open', 'closed', '', '98db2b75-5035-44fe-a3ad-f863b5abc811', '', '', '2025-02-27 20:51:48', '2025-02-27 20:51:48', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png', 0, 'attachment', 'image/png', 0),
(3342, 1, '2025-02-27 20:57:35', '2025-02-27 20:57:35', '', '5658AD73-2162-4DA5-841B-D73342A8D185', '', 'inherit', 'open', 'closed', '', '5658ad73-2162-4da5-841b-d73342a8d185', '', '', '2025-02-27 20:57:35', '2025-02-27 20:57:35', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/5658AD73-2162-4DA5-841B-D73342A8D185.png', 0, 'attachment', 'image/png', 0),
(3344, 1, '2025-02-27 20:57:44', '2025-02-27 20:57:44', '', 'E2E3C282-5741-4D5A-8D63-B590F8D7BBCA', '', 'inherit', 'open', 'closed', '', 'e2e3c282-5741-4d5a-8d63-b590f8d7bbca', '', '', '2025-02-27 20:57:44', '2025-02-27 20:57:44', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png', 0, 'attachment', 'image/png', 0),
(3345, 1, '2025-02-27 20:57:56', '2025-02-27 20:57:56', '', 'EBF46819-9841-4098-AB31-6C2D27FD3933', '', 'inherit', 'open', 'closed', '', 'ebf46819-9841-4098-ab31-6c2d27fd3933', '', '', '2025-02-27 20:57:56', '2025-02-27 20:57:56', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/EBF46819-9841-4098-AB31-6C2D27FD3933.png', 0, 'attachment', 'image/png', 0),
(3349, 1, '2025-02-27 20:59:29', '2025-02-27 20:59:29', '', 'Microneedling-before-affds', '', 'inherit', 'open', 'closed', '', 'microneedling-before-affds', '', '', '2025-02-27 20:59:29', '2025-02-27 20:59:29', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Microneedling-before-affds.jpg', 0, 'attachment', 'image/jpeg', 0),
(3356, 1, '2025-02-27 21:01:09', '2025-02-27 21:01:09', '', 'A5E19818-3CCE-416C-B94C-B9EDF7A44100', '', 'inherit', 'open', 'closed', '', 'a5e19818-3cce-416c-b94c-b9edf7a44100', '', '', '2025-02-27 21:01:09', '2025-02-27 21:01:09', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3358, 1, '2025-02-27 21:02:48', '2025-02-27 21:02:48', '', '119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6', '', 'inherit', 'open', 'closed', '', '119d6ad8-5ff6-4b48-9d30-2818fec9cde6', '', '', '2025-02-27 21:02:48', '2025-02-27 21:02:48', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3362, 1, '2025-02-27 21:04:03', '2025-02-27 21:04:03', '', '92FC6274-5E65-4808-9D4E-F8EA773CFA36', '', 'inherit', 'open', 'closed', '', '92fc6274-5e65-4808-9d4e-f8ea773cfa36', '', '', '2025-02-27 21:04:03', '2025-02-27 21:04:03', '', 775, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3368, 1, '2025-03-01 05:16:11', '2025-03-01 05:16:11', '', 'vascular-treatment-to-spider-veins', '', 'inherit', 'open', 'closed', '', 'vascular-treatment-to-spider-veins', '', '', '2025-03-01 05:16:11', '2025-03-01 05:16:11', '', 1646, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg', 0, 'attachment', 'image/jpeg', 0),
(3373, 1, '2025-03-01 05:39:27', '2025-03-01 05:39:27', '', 'rs=w_600,cg_true (8)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-8', '', '', '2025-03-01 05:47:06', '2025-03-01 05:47:06', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-8.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3374, 1, '2025-03-01 05:39:30', '2025-03-01 05:39:30', '', 'rs=w_600,cg_true,m (3)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_truem-3', '', '', '2025-03-01 05:47:13', '2025-03-01 05:47:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_truem-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3375, 1, '2025-03-01 05:39:33', '2025-03-01 05:39:33', '', 'rs=w_600,cg_true (7)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-7', '', '', '2025-03-01 05:47:13', '2025-03-01 05:47:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-7.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3376, 1, '2025-03-01 05:39:36', '2025-03-01 05:39:36', '', 'rs=w_600,cg_true (6)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-6', '', '', '2025-03-01 05:47:14', '2025-03-01 05:47:14', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-6.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3377, 1, '2025-03-01 05:39:39', '2025-03-01 05:39:39', '', 'rs=w_600,cg_true,m (2)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_truem-2', '', '', '2025-03-01 05:47:15', '2025-03-01 05:47:15', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_truem-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3378, 1, '2025-03-01 05:39:42', '2025-03-01 05:39:42', '', 'rs=w_600,cg_true,m (1)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_truem-1', '', '', '2025-03-01 05:47:15', '2025-03-01 05:47:15', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_truem-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3379, 1, '2025-03-01 05:39:44', '2025-03-01 05:39:44', '', 'rs=w_600,cg_true (2)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-2', '', '', '2025-03-01 05:47:16', '2025-03-01 05:47:16', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3380, 1, '2025-03-01 05:39:47', '2025-03-01 05:39:47', '', 'rs=w_600,cg_true (3)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-3', '', '', '2025-03-01 05:47:17', '2025-03-01 05:47:17', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3381, 1, '2025-03-01 05:39:50', '2025-03-01 05:39:50', '', 'rs=w_600,cg_true (4)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-4', '', '', '2025-03-01 05:47:18', '2025-03-01 05:47:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-4.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3382, 1, '2025-03-01 05:39:53', '2025-03-01 05:39:53', '', 'rs=w_600,cg_true (5)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-5', '', '', '2025-03-01 05:47:18', '2025-03-01 05:47:18', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-5.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3383, 1, '2025-03-01 05:39:56', '2025-03-01 05:39:56', '', 'rs=w_600,cg_true (1)', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true-1', '', '', '2025-03-01 05:47:20', '2025-03-01 05:47:20', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3384, 1, '2025-03-01 05:39:58', '2025-03-01 05:39:58', '', 'rs=w_600,cg_true,m', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_truem', '', '', '2025-03-01 05:47:20', '2025-03-01 05:47:20', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_truem.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3385, 1, '2025-03-01 05:40:01', '2025-03-01 05:40:01', '', 'rs=w_600,cg_true', 'Advanced Body Contouring', 'inherit', 'open', 'closed', '', 'rsw_600cg_true', '', '', '2025-03-01 05:47:22', '2025-03-01 05:47:22', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_600cg_true.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3392, 1, '2025-03-01 06:08:54', '2025-03-01 06:08:54', '', 'video6', '', 'inherit', 'open', 'closed', '', 'video6', '', '', '2025-03-01 06:08:54', '2025-03-01 06:08:54', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video6.mp4', 0, 'attachment', 'video/mp4', 0),
(3394, 1, '2025-03-01 06:11:13', '2025-03-01 06:11:13', '', '1', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2025-03-01 06:11:13', '2025-03-01 06:11:13', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3407, 1, '2025-03-01 06:19:22', '2025-03-01 06:19:22', '', 'video2', '', 'inherit', 'open', 'closed', '', 'video2', '', '', '2025-03-01 06:19:22', '2025-03-01 06:19:22', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video2.mp4', 0, 'attachment', 'video/mp4', 0),
(3408, 1, '2025-03-01 06:20:07', '2025-03-01 06:20:07', '', '2', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2025-03-01 06:20:07', '2025-03-01 06:20:07', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3409, 1, '2025-03-01 06:20:51', '2025-03-01 06:20:51', '', 'video5', '', 'inherit', 'open', 'closed', '', 'video5', '', '', '2025-03-01 06:20:51', '2025-03-01 06:20:51', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video5.mp4', 0, 'attachment', 'video/mp4', 0),
(3410, 1, '2025-03-01 06:21:39', '2025-03-01 06:21:39', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2025-03-01 06:21:39', '2025-03-01 06:21:39', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3411, 1, '2025-03-01 06:22:22', '2025-03-01 06:22:22', '', 'video1', '', 'inherit', 'open', 'closed', '', 'video1', '', '', '2025-03-01 06:22:22', '2025-03-01 06:22:22', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video1.mp4', 0, 'attachment', 'video/mp4', 0),
(3412, 1, '2025-03-01 06:22:58', '2025-03-01 06:22:58', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2025-03-01 06:22:58', '2025-03-01 06:22:58', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(3413, 1, '2025-03-01 06:23:53', '2025-03-01 06:23:53', '', 'video4', '', 'inherit', 'open', 'closed', '', 'video4', '', '', '2025-03-01 06:23:53', '2025-03-01 06:23:53', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video4.mp4', 0, 'attachment', 'video/mp4', 0),
(3414, 1, '2025-03-01 06:24:41', '2025-03-01 06:24:41', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2025-03-01 06:24:41', '2025-03-01 06:24:41', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(3416, 1, '2025-03-01 06:26:05', '2025-03-01 06:26:05', '', 'video3', '', 'inherit', 'open', 'closed', '', 'video3', '', '', '2025-03-01 06:26:05', '2025-03-01 06:26:05', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video3.mp4', 0, 'attachment', 'video/mp4', 0),
(3417, 1, '2025-03-01 06:26:24', '2025-03-01 06:26:24', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2025-03-01 06:26:24', '2025-03-01 06:26:24', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(3422, 1, '2025-03-01 06:28:04', '2025-03-01 06:28:04', '', 'video7', '', 'inherit', 'open', 'closed', '', 'video7', '', '', '2025-03-01 06:28:04', '2025-03-01 06:28:04', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/video7.mp4', 0, 'attachment', 'video/mp4', 0),
(3423, 1, '2025-03-01 06:28:17', '2025-03-01 06:28:17', '', '7', '', 'inherit', 'open', 'closed', '', '7', '', '', '2025-03-01 06:28:17', '2025-03-01 06:28:17', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(3440, 1, '2025-03-01 06:42:19', '2025-03-01 06:42:19', '', 'Image-ee', '', 'inherit', 'open', 'closed', '', 'image-ee', '', '', '2025-03-01 06:42:19', '2025-03-01 06:42:19', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/Image-ee.jpg', 0, 'attachment', 'image/jpeg', 0),
(3447, 1, '2025-03-01 06:52:02', '2025-03-01 06:52:02', '', 'Gold-Package-img-1', '', 'inherit', 'open', 'closed', '', 'gold-package-img-1', '', '', '2025-03-01 06:52:02', '2025-03-01 06:52:02', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/Gold-Package-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3449, 1, '2025-03-01 06:54:08', '2025-03-01 06:54:08', '', 'platinum-package-img', '', 'inherit', 'open', 'closed', '', 'platinum-package-img', '', '', '2025-03-01 06:54:08', '2025-03-01 06:54:08', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/platinum-package-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3453, 1, '2025-03-01 06:57:53', '2025-03-01 06:57:53', '', 'diamond-package-img', '', 'inherit', 'open', 'closed', '', 'diamond-package-img', '', '', '2025-03-01 06:57:53', '2025-03-01 06:57:53', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/diamond-package-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3460, 1, '2025-03-01 07:08:47', '2025-03-01 07:08:47', '', 'Home-Hair-Solution-img', '', 'inherit', 'open', 'closed', '', 'home-hair-solution-img', '', '', '2025-03-01 07:08:47', '2025-03-01 07:08:47', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/Home-Hair-Solution-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3495, 1, '2025-03-01 07:56:06', '2025-03-01 07:56:06', '<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Red Light \nTherapy \n</h2>				\n		<p>Red light therapy is a powerful, non-invasive treatment that boosts your skin\'s natural healing process, reduces inflammation, and stimulates collagen production for a radiant, youthful glow. Perfect for rejuvenating and revitalizing your skin.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule Your Session\n					</a>\n					<h2>Experience Radiant Renewal with Red Light Therapy! </h2>				\n					<h3>Sessions</h3>				\n													<h3>\n								1 session							</h3>\n												&#36;						\n								49							\n								<ul>\n																	<li>\n										Wellness Members: $25\n						</li>\n									</ul>\n													<h3>\n								3 sessions							</h3>\n												&#36;						\n								135							\n								<ul>\n																	<li>\n										Wellness Members: $65\n						</li>\n									</ul>\n													<h3>\n								5 sessions							</h3>\n												&#36;						\n								199							\n								<ul>\n																	<li>\n										Wellness Members: $90\n						</li>\n									</ul>\n					<h2>Treatment Enhancements\n</h2>				\n		<p>Elevate your experience with these exceptional options.</p>		\n		<ul>\n									<li>				\n							Pro-aging Stem Cell Therapy						\n																			$99\n															<p>\n							Elevate your skincare routine with AnteAGE Topical Stem Cells—self-applied for a transformative anti-aging experience that delivers glowing, rejuvenated skin during your session. Includes a two-step Anteage Serum and Accelerator Homecare kit for enhanced results.\n						</p>\n				</li>					\n		</ul>\n		<ul>\n									<li>				\n							Post-Procedure Glow						\n																			$25\n															<p>\n							Complete your treatment with a regenerative boost—get 50% off when you add it to any Hydrafacial, Facial, Microneedling, Laser Therapy, PHYSIQ Body Contouring, IV Vitamin Therapy, or injections!\n						</p>\n				</li>					\n		</ul>\n		<p>Wellness Members including Hormone Therapy, Peptide Therapy, and Weight Loss Members.</p>		\n					<h2>Frequently Asked Questions</h2>				\n		<p>Please reach us at <a href=\"mailto:scheduling@genesiswa.com\" target=\"_blank\" rel=\"noopener\">scheduling@genesiswa.com</a> if you cannot find an answer to your question.</p>		\n							What is Red Light Therapy?						\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									<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					<p>Red light therapy is a non-invasive treatment that uses low-level red light wavelengths to penetrate the skin, promoting cellular repair, reducing inflammation, and boosting collagen production for healthier, more radiant skin.</p>\n							How does Red Light Therapy work?						\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									<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					<p>Red light therapy works by delivering specific wavelengths of light to the skin, which stimulates cellular processes and encourages healing, rejuvenation, and improved skin texture.</p>\n							What are the benefits of Red Light Therapy?						\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									<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					<p>Benefits include improved skin texture, reduced wrinkles and fine lines, increased collagen production, decreased inflammation, and enhanced overall skin tone and radiance.</p>\n							Is Red Light Therapy safe?						\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									<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					<p>Yes, red light therapy is generally considered safe with minimal side effects. It is non-invasive and does not require downtime.</p>\n							How long does a Red Light Therapy session take?						\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									<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					<p>Each session is 15 minutes serving as the perfect lunch break treatment.</p>\n							How many sessions are needed to see results?						\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									<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					<p>Many patients notice improvements after just a few sessions, but optimal results are often seen after a series of treatments.</p>\n							How should I prepare for a Red Light Therapy session?						\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									<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					<p>There is no special preparation needed. Simply arrive with clean skin and avoid using any skincare products that may interfere with the treatment.</p>\n							Can Red Light Therapy be combined with other treatments?						\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									<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					<p>Yes, red light therapy can be combined with other treatments such as facials, microneedling, and injectables to enhance overall results.</p>\n							How often should I get Red Light Therapy?						\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									<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					<p>Frequency depends on your individual needs and goals. Generally, for optimal results:</p>\n<ul>\n<li><strong>Initial Phase:</strong> It’s common to start with 3-5 sessions per week for the first 4-6 weeks. This helps build up the skin’s response and enhances initial results.</li>\n<li><strong>Maintenance Phase:</strong> After the initial phase, many people shift to 1-2 sessions per week for ongoing maintenance and to sustain results.</li>\n</ul>\n<p>Your specific frequency might vary based on factors such as the condition being treated, your skin type, and your overall health goals. Always follow the recommendations of your provider for the best outcomes. Please feel free to ask <a href=\"mailto:Support@genesiswa.com\" target=\"_blank\" rel=\"noopener\">Support@genesiswa.com</a> for more information.</p>\n					<h2>Beginning of a  better you.  </h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Red Light Therapy-Pge-Backup', '', 'publish', 'closed', 'closed', '', 'red-light-therapy-pge-backup', '', '', '2025-03-01 07:56:09', '2025-03-01 07:56:09', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=red-light-therapy-pge-backup', 0, 'elementor_library', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3501, 1, '2025-03-01 08:05:29', '2025-03-01 08:05:29', '<img width=\"800\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg 800w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-300x225.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<h6>Understanding Your Self-Investment</h6>				\n					<h2>Complete Cost Transparency </h2>				\n		<p>We understand that the cost of achieving your wellness and aesthetic goals can be a concern. That\'s why we offer straightforward and flexible financing options with no hidden costs or fees, so you can get the treatment you deserve when you need it.</p>		\n					<a href=\"https://genesiswa.com/payment-plans/\" target=\"_blank\">\n									Find out more\n					</a>\n					<h2>The gift of  self-care</h2>				\n		<p>Give the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve. </p>		\n					<a href=\"https://genesiswa.com/payment-plans/\" target=\"_blank\">\n									Buy now\n					</a>\n															<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/self-care.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/self-care.jpg 1000w, https://genesiswa.com/wp-content/uploads/2025/02/self-care-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/self-care-768x513.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />															\n					<h2>Menu / Price List</h2>				\n					<h2>Injectables</h2>				\n		<p>We offer both in-person and virtual consultation options for many of our services with our licensed provider.</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Botox (Per unit)						\n																			13\n				</a></li>												<li><a href=\"#\">				\n							Dysport (Per unit)						\n																			4.33\n															<p>\n							1u Botox equivalent to 3u Dysport						</p>\n				</a></li>												<li><a href=\"#\">				\n							Sculptra (Per vial)						\n																			700\n				</a></li>												<li><a href=\"#\">				\n							Restylane Fillers Per Syringe						\n																			645\n				</a></li>												<li><a href=\"#\">				\n							Mini Lip Plump (Half Syringe)						\n																			450\n				</a></li>												<li><a href=\"#\">				\n							PRP Injections (Package of 3)						\n																			1550\n															<p>\n							Minimum 3 recommended. One injection every month (Save $100). 						</p>\n				</a></li>												<li><a href=\"#\">				\n							PRP Injections (Single)						\n																			550\n				</a></li>					\n		</ul>\n					<h2>Chemical Peels</h2>				\n		<ul>\n									<li><a href=\"#\">				\n							The Perfect Dermal Peel						\n																			325\n				</a></li>												<li><a href=\"#\">				\n							The PD Peel + Plus Plus Booster						\n																			375\n				</a></li>												<li><a href=\"#\">				\n							The PD Peel + Clear Acne Booster						\n																			375\n															<p>\n							Minimum 3 recommended. One injection every month (Save $100). 						</p>\n				</a></li>												<li><a href=\"#\">				\n							The Pro Clinical Peel						\n																			125\n				</a></li>					\n		</ul>\n					<h2>Monthly Membership Programs</h2>				\n		<p>Our members receive exclusive discounts on body contouring services (See below).</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Glow Plus Membership						\n																			199\n															<p>\n							One Custom Facial Per Month<br>\nUnlimited Red Light Therapy Access<br>\n10 Glow Points Each Month<br>\n10% off Select Medical-Grade Skincare<br>\nBirthday Bonus: Free Facial Add-on<br>\nHydrafacial Upgrades Available						</p>\n				</a></li>												<li><a href=\"#\">				\n							Glow Basic Membership						\n																			99\n															<p>\n							One Custom Facial Per Month<br>\nOne Red Light Therapy Bed Session per Month<br>\nHydrafacial Upgrades Available						</p>\n				</a></li>												<li><a href=\"#\">				\n							PHYSIQ Body Contouring Maintenance Program						\n																			199\n															<p>\n							Purchase a 5-session package to qualify for a monthly maintenance membership. <br>\n1 maintenance treatment/month for $199/month.<br>\nAdd 2nd area, get 2 maintenance treatments (1 on each area) for $299/month.<br>\nAdd 3rd area, increase savings to $399/month, and so on.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Medical Weight Loss Program						\n																			245\n															<p>\n							Weekly virtual check-ins, lab monitoring, prescription service (medication not included), and follow-up visits.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Lifestyle Program						\n																			195\n															<p>\n							Weekly virtual check-ins and follow-up visits.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Testosterone Optimization Therapy Program						\n																			195\n															<p>\n							Includes follow-up visits, lab monitoring, and prescription service (medication and supplies included).						</p>\n				</a></li>												<li><a href=\"#\">				\n							Peptide Therapy Program						\n																			195\n															<p>\n							Includes follow-up visits, lab monitoring, and prescription service (medication and supplies not included). 						</p>\n				</a></li>					\n		</ul>\n					<h2>Pixel8 RF Microneedling</h2>				\n		<p>Individual/Package of 3</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Bronze Treatment (Stem cells)						\n																			625/1,688\n															<p>\n							Add Chest (+ 250)<br>\nAdd Neck (+ 250)<br>\nAdd Hands (+ 250)<br>						</p>\n				</a></li>												<li><a href=\"#\">				\n							Silver Treatment (Exosome Solution)						\n																			695/1,877\n															<p>\n							Add Chest (+ 250)<br>\nAdd Neck (+ 250)<br>\nAdd Hands (+ 250)<br>						</p>\n				</a></li>												<li><a href=\"#\">				\n							Gold Treatment (PRP)						\n																			745/2012\n															<p>\n							Add Chest (+ 250)<br>\nAdd Neck (+ 250)<br>\nAdd Hands (+ 250)<br>						</p>\n				</a></li>					\n		</ul>\n					<h2>IPL</h2>				\n		<p>Individual/Package of 3</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Full Face 						\n																			350/945\n				</a></li>												<li><a href=\"#\">				\n							Partial Face (Cheeks + Nose) 						\n																			250/675\n				</a></li>												<li><a href=\"#\">				\n							Face + Neck 						\n																			495/1,335\n				</a></li>												<li><a href=\"#\">				\n							Neck + Chest 						\n																			400/1080\n				</a></li>												<li><a href=\"#\">				\n							Chest 						\n																			300/810\n				</a></li>												<li><a href=\"#\">				\n							Hands 						\n																			250/675\n				</a></li>												<li><a href=\"#\">				\n							Hands + Forearms 						\n																			400/1080\n				</a></li>					\n		</ul>\n					<h2>Erbium Resurfacing</h2>				\n		<p>Individual/Package of 3</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Face						\n																			 495/1,335\n				</a></li>												<li><a href=\"#\">				\n							Face + Neck 						\n																			745/2,010\n				</a></li>												<li><a href=\"#\">				\n							Face + Neck + Decolletage						\n																			 995/2,685\n				</a></li>												<li><a href=\"#\">				\n							Neck						\n																			 495/1,335\n				</a></li>												<li><a href=\"#\">				\n							Decolletage 						\n																			495/1,335\n				</a></li>					\n		</ul>\n					<h2>Laser Rejuvenation</h2>				\n		<ul>\n									<li><a href=\"#\">				\n							Laser Vein Removal						\n																			 250/Standard Business Card (2 x 3.5 in)\n				</a></li>												<li><a href=\"#\">				\n							Tattoo Removal						\n																			250/Standard Business Card (2 x 3.5 in)\n															<p>\n							5 Session Package (Save 10%)<br>\n10 Session Package (Save 25%)						</p>\n				</a></li>					\n		</ul>\n					<h2>Hydrafacial</h2>				\n		<ul>\n									<li><a href=\"#\">				\n							Platinum Hydrafacial						\n																			299\n				</a></li>												<li><a href=\"#\">				\n							Deluxe Hydrafacial						\n																			275\n				</a></li>												<li><a href=\"#\">				\n							Signature Hydrafacial						\n																			195\n				</a></li>					\n		</ul>\n					<h2>Classic Custom Facials</h2>				\n		<ul>\n									<li><a href=\"#\">				\n							Cinnamon Ice Spice Facial						\n																			149\n															<p>\n							(IS Clinical Fire and Ice Facial)						</p>\n				</a></li>												<li><a href=\"#\">				\n							Golden Honey Glow Facial						\n																			129\n															<p>\n							1u Botox equivalent to 3u Dysport						</p>\n				</a></li>												<li><a href=\"#\">				\n							Harmony Facial						\n																			129\n				</a></li>					\n		</ul>\n					<h2>Classic Custom Facials</h2>				\n		<p>We offer both in-person and virtual consultation options for many of our services with our licensed provider.</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Aesthetic Consult (In-person or Virtual)						\n																			Free\n															<p>\n							Consultation with our licensed provider for all aesthetic treatments including injectable, lasers, RF microneedling, and body contouring.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Lifestyle Program						\n																			Free\n															<p>\n							Phone consultation with our licensed provider.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Testosterone Optimization						\n																			199\n															<p>\n							Consultation with our licensed provider + labs + follow-up.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Women\'s Hormone Therapy						\n																			199\n															<p>\n							Consultation with our licensed provider + labs + follow-up.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Medical Weight Loss						\n																			145\n															<p>\n							Consultation with our licensed provider + labs + follow-up.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Peptide Therapy						\n																			145\n															<p>\n							Consultation with our licensed provider + labs + follow-up.						</p>\n				</a></li>					\n		</ul>\n					<h2>Korean Glass Skin Treatment</h2>				\n		<ul>\n									<li><a href=\"#\">				\n							PRP Ultimate Glass Resurfacing						\n																			999\n				</a></li>												<li><a href=\"#\">				\n							ExoGlow Glass Skin Facial						\n																			765\n															<p>\n							1u Botox equivalent to 3u Dysport						</p>\n				</a></li>												<li><a href=\"#\">				\n							StemCell Radiance Renewal						\n																			665\n				</a></li>					\n		</ul>\n					<h2>Laser Hair Reduction</h2>				\n		<p>*Individual/Package of 6 (Must have completed 6 sessions to purchase single session option)</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Upper lip or Chin 						\n																			195/900\n				</a></li>												<li><a href=\"#\">				\n							Face (Upper lip + Chin + Sideburns) 						\n																			325/1500\n				</a></li>												<li><a href=\"#\">				\n							Face + Beard 						\n																			390/1800\n				</a></li>												<li><a href=\"#\">				\n							Underarms 						\n																			260/1200\n				</a></li>												<li><a href=\"#\">				\n							Upper or Lower Arms 						\n																			390/1800\n				</a></li>												<li><a href=\"#\">				\n							Full Arm						\n																			 780/3600\n				</a></li>												<li><a href=\"#\">				\n							Bikini 						\n																			260/1200\n				</a></li>												<li><a href=\"#\">				\n							Buttocks 						\n																			260/1200\n				</a></li>												<li><a href=\"#\">				\n							Brazilian 						\n																			325/1500\n				</a></li>												<li><a href=\"#\">				\n							Upper or Lower Legs						\n																			 520/2400\n				</a></li>												<li><a href=\"#\">				\n							Full Legs 						\n																			910/4200\n				</a></li>												<li><a href=\"#\">				\n							Back						\n																			 650/3000\n				</a></li>												<li><a href=\"#\">				\n							Chest or Abdomen 						\n																			260/1200\n				</a></li>												<li><a href=\"#\">				\n							Chest + Abdomen						\n																			 390/1800\n				</a></li>					\n		</ul>\n					<h2>PHYSIQ Body Contouring</h2>				\n		<p>Treat with SDM (Fat Elimination), EMS (Build Muscle), or SDM/EMS - 5 sessions are recommended for optimal results. Schedule your free consultation with our licensed provider to discuss your goals, evaluate your body area(s), and receive a recommended treatment plan.</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Abdomen						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Abdomen (+ Flanks)						\n															<p>\n							Single Sessions - 600<br>\n5 Session Package (Save $300) - 2,700 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Buttocks						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Buttocks (+ Flanks)						\n															<p>\n							Single Sessions - 600<br>\n5 Session Package (Save $300) - 2,700 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Flanks only (love handles)						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Inner or Outer Thighs						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Inner + Outer Thighs						\n															<p>\n							Single Sessions - 600<br>\n5 Session Package (Save $300) - 2,700 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Hamstrings or Quadriceps						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Hamstrings + Quads						\n															<p>\n							Single Sessions - 600</br>\n5 Session Package (Save $300) - 2,700 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Arms						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>												<li><a href=\"#\">				\n							Calves						\n															<p>\n							Single Sessions - 500<br>\n5 Session Package (Save $250) - 2,250						</p>\n				</a></li>					\n		</ul>\n					<h2>Infusion Menu </h2>				\n																			<h6>\n													NAD+ 500mg (4h)												\n																						</h6>\n													599												\n										Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration.<br>\nRenew NAD+ Package ($2,250, save $146) 									\n																			<h6>\n													NAD+ 500mg (4h)												\n																						</h6>\n													599												\n										Unlock the potential for neuroregeneration with NAD 250mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration.<br>\nRenew NAD+ Package ($2,250, save $146) 									\n																			<h6>\n													Weight Loss (1h)												\n																						</h6>\n													245												\n										Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.									\n																			<h6>\n													Weight Loss (1h)												\n																						</h6>\n													245												\n										Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.									\n																			<h6>\n													Anti-acid (1h)												\n																						</h6>\n													225												\n										IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. 									\n																			<h6>\n													Immunity & Detox (1h)												\n																						</h6>\n													225												\n										Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.									\n																			<h6>\n													Allergy (1h)												\n																						</h6>\n													225												\n										Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. 									\n																			<h6>\n													Allergy (1h)												\n																						</h6>\n													225												\n										Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. 									\n																			<h6>\n													Myer\'s Mix (1h)												\n																						</h6>\n													199												\n										Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.									\n																			<h6>\n													Glutathione 1,000 (15 min.)												\n																						</h6>\n													145												\n										IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \"Hollywood Infusion\" for glowing skin. 									\n					<h2>Nutrient Shot Menu </h2>				\n		<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.</p>		\n																			<h6>\n													Ketorolac												\n																						</h6>\n													45												\n										A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. 									\n																			<h6>\n													Zofran												\n																						</h6>\n													45												\n										A trusted medication for relieving nausea and vomiting, offering fast and effective relief. 									\n																			<h6>\n													B12												\n																						</h6>\n													40												\n										A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. 									\n																			<h6>\n													B12												\n																						</h6>\n													40												\n										A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. 									\n					<h2>NAD+ Treatment  options </h2>				\n		<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.</p>		\n																			<h6>\n													Renew NAD+ Package ($2,250, save $146)												\n																						</h6>\n										4 separate NAD+ 500mg infusions\nEach 4 hours over 1 month									\n																			<h6>\n													Revive NAD+ Package ($1,499, save $97)												\n																						</h6>\n										4 separate NAD+ 250mg infusions\nEach 2 hours over 1 month									\n																			<h6>\n													NAD+ 1,000mg vial ($495)												\n																						</h6>\n										Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).									\n																			<h6>\n													Single Infusion NAD+												\n																						</h6>\n										NAD+ 250mg (2h) - $399 (Athletic/Anti-aging)<br>\nNAD+ 500mg (4h) - $599 (Neuroregenerative)									\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Price-old-page-1-03-2025', '', 'publish', 'closed', 'closed', '', 'price-old-page-1-03-2025', '', '', '2025-03-01 08:05:30', '2025-03-01 08:05:30', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=price-old-page-1-03-2025', 0, 'elementor_library', '', 0),
(3549, 1, '2025-03-01 09:29:41', '2025-03-01 09:29:41', '', 'author-img', '', 'inherit', 'open', 'closed', '', 'author-img', '', '', '2025-03-01 09:29:41', '2025-03-01 09:29:41', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/author-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3566, 1, '2025-03-03 05:45:23', '2025-03-03 05:45:23', '', 'facial video-1', '', 'inherit', 'open', 'closed', '', 'facial-video-1', '', '', '2025-03-03 05:45:23', '2025-03-03 05:45:23', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/facial-video-1.mp4', 0, 'attachment', 'video/mp4', 0),
(3567, 1, '2025-03-03 05:45:42', '2025-03-03 05:45:42', '', 'facial video', '', 'inherit', 'open', 'closed', '', 'facial-video', '', '', '2025-03-03 05:45:42', '2025-03-03 05:45:42', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/facial-video.mp4', 0, 'attachment', 'video/mp4', 0),
(3571, 1, '2025-03-03 05:49:33', '2025-03-03 05:49:33', '', 'Screenshot_8', '', 'inherit', 'open', 'closed', '', 'screenshot_8', '', '', '2025-03-03 05:49:33', '2025-03-03 05:49:33', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/Screenshot_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(3572, 1, '2025-03-03 05:49:39', '2025-03-03 05:49:39', '', 'Screenshot_9', '', 'inherit', 'open', 'closed', '', 'screenshot_9', '', '', '2025-03-03 05:49:39', '2025-03-03 05:49:39', '', 822, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/Screenshot_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(3589, 1, '2025-03-03 06:27:09', '2025-03-03 06:27:09', '', 'erbium-img', '', 'inherit', 'open', 'closed', '', 'erbium-img', '', '', '2025-03-03 06:27:09', '2025-03-03 06:27:09', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/erbium-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3590, 1, '2025-03-03 06:27:13', '2025-03-03 06:27:13', '', 'erbium-img-1', '', 'inherit', 'open', 'closed', '', 'erbium-img-1', '', '', '2025-03-03 06:27:13', '2025-03-03 06:27:13', '', 0, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/erbium-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3600, 1, '2025-03-03 06:39:51', '2025-03-03 06:39:51', '', '7D676715-8678-43B0-99C7-4B181E75804A', '', 'inherit', 'open', 'closed', '', '7d676715-8678-43b0-99c7-4b181e75804a', '', '', '2025-03-03 06:39:51', '2025-03-03 06:39:51', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/7D676715-8678-43B0-99C7-4B181E75804A.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3602, 1, '2025-03-03 06:42:21', '2025-03-03 06:42:21', '', '465111418_8944376922286057_1904603766047494447_n', '', 'inherit', 'open', 'closed', '', '465111418_8944376922286057_1904603766047494447_n', '', '', '2025-03-03 06:42:21', '2025-03-03 06:42:21', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png', 0, 'attachment', 'image/png', 0),
(3606, 1, '2025-03-03 06:43:14', '2025-03-03 06:43:14', '', 'Laser,Tattoo,Removal,On,Woman\'s,Shoulder.,Medical,Treatment', 'Laser Tattoo Removal On Woman\'s Shoulder. Medical Treatment', 'inherit', 'open', 'closed', '', 'lasertattooremovalonwomansshoulder-medicaltreatment', '', '', '2025-03-03 06:43:14', '2025-03-03 06:43:14', '', 1644, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3620, 1, '2025-03-03 07:05:00', '2025-03-03 07:05:00', '', 'getting-a-relaxing-facial-img', '', 'inherit', 'open', 'closed', '', 'getting-a-relaxing-facial-img', '', '', '2025-03-03 07:05:00', '2025-03-03 07:05:00', '', 837, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/getting-a-relaxing-facial-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3633, 1, '2025-03-03 08:15:26', '2025-03-03 08:15:26', '', 'hair-loss-img', '', 'inherit', 'open', 'closed', '', 'hair-loss-img', '', '', '2025-03-03 08:15:26', '2025-03-03 08:15:26', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/hair-loss-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3637, 1, '2025-03-03 08:17:32', '2025-03-03 08:17:32', '<h2>Gallery</h2>				\n					<h2>Our Gallery\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/img-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"img-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDk4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9pbWctMi5qcGciLCJzbGlkZXNob3ciOiI3YmJhMTg4YyJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/Peptide-Therapy-img-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"Peptide-Therapy-img-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDc1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9QZXB0aWRlLVRoZXJhcHktaW1nLTEuanBnIiwic2xpZGVzaG93IjoiN2JiYTE4OGMifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/Weight-Loss-Medicine-img.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"Weight-Loss-Medicine-img\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzg1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9XZWlnaHQtTG9zcy1NZWRpY2luZS1pbWcuanBnIiwic2xpZGVzaG93IjoiN2JiYTE4OGMifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/about-img.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"about-img\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9hYm91dC1pbWcuanBnIiwic2xpZGVzaG93IjoiN2JiYTE4OGMifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"successful-weight-loss-slim-indian-woman-measuring-waist-with-tape-satisfied-with-slimming-program-plu6fios370bqudfdcrec745gm6tg6qq28v7volfeo\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9zdWNjZXNzZnVsLXdlaWdodC1sb3NzLXNsaW0taW5kaWFuLXdvbWFuLW1lYXN1cmluZy13YWlzdC13aXRoLXRhcGUtc2F0aXNmaWVkLXdpdGgtc2xpbW1pbmctcHJvZ3JhbS1wbHU2ZmlvczM3MGJxdWRmZGNyZWM3NDVnbTZ0ZzZxcTI4djd2b2xmZW8uanBnIiwic2xpZGVzaG93IjoiN2JiYTE4OGMifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/about3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"about3-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjM2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9hYm91dDMtMS5qcGciLCJzbGlkZXNob3ciOiI3YmJhMTg4YyJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/H1-img-7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"H1-img-7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9IMS1pbWctNy5qcGciLCJzbGlkZXNob3ciOiI3YmJhMTg4YyJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/01/H1-img-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7bba188c\" data-elementor-lightbox-title=\"H1-img-6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9nZW5lc2lzd2FcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9IMS1pbWctNi5qcGciLCJzbGlkZXNob3ciOiI3YmJhMTg4YyJ9\">\n														</a>', 'Gallery-Section-Backup', '', 'publish', 'closed', 'closed', '', 'gallery-section-backup', '', '', '2025-03-03 08:17:32', '2025-03-03 08:17:32', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=gallery-section-backup', 0, 'elementor_library', '', 0),
(3641, 1, '2025-03-03 08:21:50', '2025-03-03 08:21:50', '<img width=\"500\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/iv-therapy-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/iv-therapy-img.jpg 500w, https://genesiswa.com/wp-content/uploads/2025/02/iv-therapy-img-250x300.jpg 250w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2>Vitamin Therapy </h2>				\n		<p>Vitamin infusion and injection therapy deliver essential vitamins, minerals, and nutrients directly into the bloodstream for rapid absorption and maximum effectiveness. This personalized treatment can boost energy levels, enhance immune function, improve skin health, and promote overall wellness. </p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule consult now\n					</a>\n					<h2>Request a hydrafacial during  your drip! \n</h2>				\n					<a href=\"https://genesiswa.com/korean-glass-skin\" target=\"_blank\">\n									Learn More\n					</a>\n					<h2>Benefits of NAD+ IV  Therapy</h2>				\n					<h4>Enhanced Anti-aging</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										romotes mitochondrial biogenesis\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Defends cells against oxidative stress and death\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps cells repair damaged DNA\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Highly effective in anti-inflammation and detoxification\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreases the risk of heart disease\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Decreases skin aging through maintaining elasticity, structure, and moisture.\n									</li>\n						</ul>\n					<h5>Enhanced Athletic Optimization and Weight Loss</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Boosts metabolism and helps fuel fat burning\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduces adipose (fat) cells, resulting in less weight gain\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps control the circadian rhythm to improve sleep quality and duration.\n									</li>\n						</ul>\n					<h5>Enhanced Pain Reduction and Recovery</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Promotes cellular regeneration allowing body to heal itself\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Helps with addiction by regenerating brain cells and receptors damaged by substances\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduces substance cravings and unpleasant effects of withdrawal.\n									</li>\n						</ul>\n					<h5>Enhanced Mood and Cognitive Performance</h5>				\n		<p>Improves concentration, memory, and mental clarity by stimulating production of neurotransmitters, coenzymes, and other chemicals needed for proper brain and nervous system function. </p><p>Slows cognitive decline by boosting neuroplasticity and decreasing neuroinflammation.</p>		\n					<h5>Enhanced Energy and Reduced Fatigue</h5>				\n		<p>NAD fuels the energy production of mitochondria (our cellular power plants) by increasing production of ATP (adenosine triphosphate). ATP is the energy-carrying molecule found in the cells of all living things.</p>		\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Reviews</h2>				\n		[trustindex no-registration=google]', 'Vitamin Therapy 3-03-2025', '', 'publish', 'closed', 'closed', '', 'vitamin-therapy-3-03-2025', '', '', '2025-03-03 08:21:51', '2025-03-03 08:21:51', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=vitamin-therapy-3-03-2025', 0, 'elementor_library', '', 0),
(3660, 1, '2025-03-03 08:45:21', '2025-03-03 08:45:21', '', 'healthy-and-fit-man-normal-lifeimg', '', 'inherit', 'open', 'closed', '', 'healthy-and-fit-man-normal-lifeimg', '', '', '2025-03-03 08:45:21', '2025-03-03 08:45:21', '', 761, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/healthy-and-fit-man-normal-lifeimg.jpg', 0, 'attachment', 'image/jpeg', 0),
(3667, 1, '2025-03-03 09:03:45', '2025-03-03 09:03:45', '<h2>Lead Provider and Athlete</h2>				\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>NPC Bodybuilding Champion\n</h2>				\n		<p>Beyond her medical pursuits, ARNP Lee is passionate about fitness and competitive bodybuilding. She proudly achieved the titles of the 2022 NPC Vancouver Open Champion and 2023 NPC Idaho Muscle Classic Hero Champion in the Wellness division. As a dedicated athlete, ARNP Lee comprehends the ongoing journey to enhance health and performance. In her role as your medical provider, she is committed to assisting you in finding a safe and effective treatment to support your goals.</p>		\n					<a href=\"https://genesiswa.clientsecure.me/\">\n									Schedule now\n					</a>\n															<img width=\"451\" height=\"677\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15.jpg 451w, https://genesiswa.com/wp-content/uploads/2025/01/2024-05-15-200x300.jpg 200w\" sizes=\"(max-width: 451px) 100vw, 451px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Lead Provider and Athlete</h5><p>Medical Director</p>', 'Lead and provider-section-Backup', '', 'publish', 'closed', 'closed', '', 'lead-and-provider-section-backup', '', '', '2025-03-03 09:03:45', '2025-03-03 09:03:45', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=lead-and-provider-section-backup', 0, 'elementor_library', '', 0),
(3673, 1, '2025-03-03 09:21:29', '2025-03-03 09:21:29', '', '924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1', 'Skincare, face and women friends in a bedroom with mask, application and spa day bonding in their home. Beauty, cream and people with self care sleepover, facial or cosmetic wellness on the weekend', 'inherit', 'open', 'closed', '', '924fb2b4-1778-4097-8bc7-7c6c1f5d6cd1', '', '', '2025-03-03 09:21:29', '2025-03-03 09:21:29', '', 13, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3696, 1, '2025-03-03 09:50:52', '2025-03-03 09:50:52', '<img width=\"800\" height=\"600\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg 800w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-300x225.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/patient-img-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<h6>Understanding Your Self-Investment</h6>				\n					<h2>Complete Cost Transparency </h2>				\n		<p>We understand that the cost of achieving your wellness and aesthetic goals can be a concern. That\'s why we offer straightforward and flexible financing options with no hidden costs or fees, so you can get the treatment you deserve when you need it.</p>		\n					<a href=\"https://genesiswa.com/payment-plans/\" target=\"_blank\">\n									Find out more\n					</a>\n					<h2>The gift of  self-care</h2>				\n		<p>Give the ultimate gift of health and confidence with our gift cards! Perfect for any occasion, they can be redeemed for our full range of wellness and aesthetic services. Treat someone special to the experience of rejuvenation and self-care they deserve. </p>		\n					<a href=\"https://genesiswa.com/payment-plans/\" target=\"_blank\">\n									Buy now\n					</a>\n															<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/self-care.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/self-care.jpg 1000w, https://genesiswa.com/wp-content/uploads/2025/02/self-care-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/self-care-768x513.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />															\n					<h2>Menu / Price List</h2>				\n					<h3>Injectables </h3>				\n		<ul>\n									<li><a href=\"#\">				\n							Botox (Per unit) 						\n																			$13\n				</a></li>												<li><a href=\"#\">				\n							Dysport (Per unit) 						\n																			$4.33 \n				</a></li>												<li><a href=\"#\">				\n							Sculptra (Per vial) 						\n																			$700\n				</a></li>												<li><a href=\"#\">				\n							Restylane Fillers Per Syringe 						\n																			$700\n				</a></li>												<li><a href=\"#\">				\n							Mini Lip Plump (Half Syringe) 						\n																			$450\n				</a></li>												<li><a href=\"#\">				\n							PRP Injections (Package of 3) 						\n																			$1699\n				</a></li>					\n		</ul>\n		Minimum 3 recommended. One injection every month (Save $100). \n		<ul>\n									<li><a href=\"#\">				\n							PRP Injections (Single) 						\n																			$600\n				</a></li>					\n		</ul>\n					<h3>Hydrafacial </h3>				\n		<ul>\n									<li><a href=\"#\">				\n							Platinum Hydrafacial 						\n																			$299 \n				</a></li>												<li><a href=\"#\">				\n							Deluxe Hydrafacial 						\n																			$275 \n				</a></li>												<li><a href=\"#\">				\n							Signature Hydrafacial 						\n																			$195\n				</a></li>					\n		</ul>\n					<h3>Classic Custom Facials </h3>				\n		<ul>\n									<li><a href=\"#\">				\n							Cinnamon Ice Spice Facial 						\n																			$149 \n															<p>\n							(IS Clinical Fire and Ice Facial) 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Golden Honey Glow Facial 						\n																			$149 \n				</a></li>												<li><a href=\"#\">				\n							Harmony Facial 						\n																			$149\n				</a></li>												<li><a href=\"#\">				\n							Clarifying Mud Facial 						\n																			$149\n				</a></li>					\n		</ul>\n					<h3>Chemical Peels </h3>				\n		<ul>\n									<li><a href=\"#\">				\n							The Perfect Dermal Peel 						\n																			$325 \n															<p>\n							The PD Peel + Plus Plus Booster						</p>\n				</a></li>					\n		</ul>\n					<h3>Consultation Fee \n</h3>				\n		<ul>\n									<li><a href=\"#\">				\n							Lifestyle Program 						\n																			Free\n															<p>\n							Phone consultation with our licensaid provider. \n						</p>\n				</a></li>												<li><a href=\"#\">				\n							Testosterone Optimization 						\n																			$199\n															<p>\n							Consultation with our licensed provider labs follow-up. \n						</p>\n				</a></li>												<li><a href=\"#\">				\n							Women\'s Hormone Therapy 						\n																			$199\n															<p>\n							Consultation with our licensed provider labs follow-up. \n						</p>\n				</a></li>												<li><a href=\"#\">				\n							Medical Weight Loss 						\n																			$199\n															<p>\n							Consultation with our licensed provider labs follow-up. \n						</p>\n				</a></li>												<li><a href=\"#\">				\n							Peptide Therapy 						\n																			$199\n															<p>\n							Consultation with our licensed provider + labs + follow-up. \n						</p>\n				</a></li>					\n		</ul>\n					<h3>Korean Glass Skin Treatment \n</h3>				\n		<ul>\n									<li><a href=\"#\">				\n							PRP Ultimate Glass Resurfacing 						\n																			$1299\n				</a></li>												<li><a href=\"#\">				\n							ExoGlow Glass Skin Facial 						\n																			$999\n				</a></li>												<li><a href=\"#\">				\n							StemCell Radiance Renewal 						\n																			$799\n				</a></li>					\n		</ul>\n					<h3>Pixel8 RF Microneedling </h3>				\n		<p>*Individual/Package of 3</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Bronze Treatment (Stem cells) 						\n																			$695/$1,877 \n															<p>\n							Add Chest (+ 250) <br>\nAdd Neck (+ 250) <br>\nAdd Hands (+250) <br>						</p>\n				</a></li>												<li><a href=\"#\">				\n							Silver Treatment (Exosome Solution) 						\n																			$795/$2,147 \n															<p>\n							Add Chest (+250) <br>\nAdd Neck (+ 250)  <br>\nAdd Hands (+250)						</p>\n				</a></li>												<li><a href=\"#\">				\n							Gold Treatment (PRP) 						\n																			$895/$2,417 \n															<p>\n							Add Chest (+ 250) <br>\nAdd Neck (+250)						</p>\n				</a></li>					\n		</ul>\n					<h3>IPL </h3>				\n		*Individual/Package of 3 		\n		<ul>\n									<li><a href=\"#\">				\n							Full Face 						\n																			$450/$1215 \n				</a></li>												<li><a href=\"#\">				\n							Partial Face (Cheeks + Nose) 						\n																			$295/$797 \n				</a></li>												<li><a href=\"#\">				\n							Face + Neck 						\n																			$700/$1,890 \n				</a></li>												<li><a href=\"#\">				\n							Neck + Chest 						\n																			$700/$1,890 \n				</a></li>												<li><a href=\"#\">				\n							Chest 						\n																			$450/$1215 \n				</a></li>												<li><a href=\"#\">				\n							Hands 						\n																			$450/$1215 \n				</a></li>												<li><a href=\"#\">				\n							Hands + Forearms 						\n																			$700/$1,890\n				</a></li>					\n		</ul>\n					<h3>Erbium Resurfacing </h3>				\n		<p>*Individual/Package of 3</p>		\n		<ul>\n									<li><a href=\"#\">				\n							Face 						\n																			$595/$1,607 \n				</a></li>												<li><a href=\"#\">				\n							Face + Neck 						\n																			$845/$2,282 \n				</a></li>												<li><a href=\"#\">				\n							Face + Neck + Decolletage 						\n																			$1,095/$2,957 \n				</a></li>												<li><a href=\"#\">				\n							Neck 						\n																			$595/$1,607 \n				</a></li>												<li><a href=\"#\">				\n							Decolletage 						\n																			$595/$1,607\n				</a></li>					\n		</ul>\n					<h3>Laser Rejuvenation </h3>				\n		<ul>\n									<li><a href=\"#\">				\n							Laser Vein Removal 						\n															<p>\n							250/Standard Business Card (2 x 3.5 in) 						</p>\n				</a></li>												<li><a href=\"#\">				\n							Tattoo Removal 						\n															<p>\n							250/Standard Business Card (2 x 3.5 in) <br>\n5 Session Package (Save 10%) <br>\n10 Session Package (Save 25%)						</p>\n				</a></li>					\n		</ul>\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Update-Price-List-Page-3-3-2025', '', 'publish', 'closed', 'closed', '', 'update-price-list-page-3-3-2025', '', '', '2025-03-03 09:50:52', '2025-03-03 09:50:52', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=update-price-list-page-3-3-2025', 0, 'elementor_library', '', 0),
(3715, 1, '2025-03-04 07:09:30', '2025-03-04 07:09:30', '', '4E6D873E-025F-413A-9D04-0D53ACD176EF', '', 'inherit', 'open', 'closed', '', '4e6d873e-025f-413a-9d04-0d53acd176ef', '', '', '2025-03-04 07:09:30', '2025-03-04 07:09:30', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/4E6D873E-025F-413A-9D04-0D53ACD176EF.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3717, 1, '2025-03-04 07:11:36', '2025-03-04 07:11:36', '', 'hair-update-img', '', 'inherit', 'open', 'closed', '', 'hair-update-img', '', '', '2025-03-04 07:11:36', '2025-03-04 07:11:36', '', 779, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/hair-update-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(3790, 1, '2025-03-05 04:27:03', '2025-03-05 04:27:03', '<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img.jpg 1080w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-1024x1024.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-150x150.jpg 150w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h2>Classic custom facials\n</h2>				\n		<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n		https://genesiswa.com/wp-content/uploads/2025/02/Facials-video-a.mp4https://genesiswa.com/wp-content/uploads/2025/02/Facials-video-d.mp4		\n					<h2>Your relaxation options</h2>				\n					<h3>Cinnamon Ice Spice Facial ($149)\n</h3>				\n		<p>Also known as the iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)</strong>.</p>		\n					<h3>Golden Honey Glow Facial ($129)\n</h3>				\n		<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). </strong></p>		\n					<h3>Harmony Facial ($129)\n</h3>				\n		<p>Revitalize your skin and restore balance with the iS Clinical Harmony Facial. This refreshing treatment uses therapeutic bionutrients to enhance tone, clarity, and resilience. A gentle cleanser relaxes stress areas, followed by a rejuvenating masque for a cooling sensation. Perfect for sensitive skin, the Harmony Facial promotes circulation and leaves your skin glowing <strong>(Safe in Pregnancy). </strong></p>		\n					<h3>Signature Hydrafacial ($195)\n</h3>				\n		<p>The Signature Hydrafacial cleanses, exfoliates, and hydrates for an instant glow. Using Vortex-Fusion technology, it clears pores, removes impurities, and delivers nourishing serums to reduce fine lines and boost hydration. Suitable for all skin types, it offers quick, noticeable results with no downtime.</p>		\n					<h3>Clarifying Mud Facial\n</h3>				\n		<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).</p>		\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Classic Custom Facials Page Backup-5-3-2025', '', 'publish', 'closed', 'closed', '', 'classic-custom-facials-page-backup-5-3-2025', '', '', '2025-03-05 04:27:03', '2025-03-05 04:27:03', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=classic-custom-facials-page-backup-5-3-2025', 0, 'elementor_library', '', 0),
(3799, 1, '2025-03-05 04:45:25', '2025-03-05 04:45:25', '', 'rs=w_388,h_292,cg_true,m', '', 'inherit', 'open', 'closed', '', 'rsw_388h_292cg_truem', '', '', '2025-03-05 04:45:25', '2025-03-05 04:45:25', '', 1657, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/03/rsw_388h_292cg_truem.webp', 0, 'attachment', 'image/webp', 0),
(3862, 1, '2025-03-05 05:52:21', '2025-03-05 05:52:21', '<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img.jpg 1080w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-300x300.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-1024x1024.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-150x150.jpg 150w, https://genesiswa.com/wp-content/uploads/2025/03/getting-a-relaxing-facial-img-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h2>Classic custom facials\n</h2>				\n		<p>Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion. Ideal for all skin types, our personalized facials leave you glowing and revitalized.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Your relaxation options</h2>				\n					<h3>Cinnamon Ice Spice Facial ($149)\n</h3>				\n		<p>Also known as the iS Clinical Fire and Ice Facial is a rejuvenating treatment that features a warming cinnamon-scented exfoliation followed by a cooling mask. This invigorating facial reduces fine lines, improves texture, and promotes a radiant complexion, making it ideal for all skin types with instant results and minimal downtime <strong>(Safe in Pregnancy)</strong>.</p>		\n					<h3>Golden Honey Glow Facial ($129)\n</h3>				\n		<p>The iS Clinical Honey Facial is a nourishing treatment that uses the natural healing properties of honey to hydrate and revitalize the skin. This facial deeply cleanses, exfoliates, and soothes, promoting a radiant complexion while improving overall skin texture. Perfect for all skin types, it leaves your skin feeling soft, refreshed, and glowing <strong>(Safe in Pregnancy). </strong></p>		\n					<h3>Harmony Facial ($129)\n</h3>				\n		<p>Revitalize your skin and restore balance with the iS Clinical Harmony Facial. This refreshing treatment uses therapeutic bionutrients to enhance tone, clarity, and resilience. A gentle cleanser relaxes stress areas, followed by a rejuvenating masque for a cooling sensation. Perfect for sensitive skin, the Harmony Facial promotes circulation and leaves your skin glowing <strong>(Safe in Pregnancy). </strong></p>		\n					<h3>Clarifying Mud Facial\n</h3>				\n		<p>The IS Clinical Clarifying Mud Facial is a deep-cleansing facial treatment designed to detoxify, exfoliate, and clarify the skin. Formulated with natural clays, botanical extracts, and antioxidants, it helps absorb excess oil, unclog pores, and reduce the appearance of blemishes. Suitable for oily, acne-prone, and combination skin, this facial promotes a smoother, more balanced complexion while soothing inflammation and irritation (Safe in Pregnancy).</p>https://genesiswa.com/wp-content/uploads/2025/02/Facials-video-a.mp4https://genesiswa.com/wp-content/uploads/2025/02/Facials-video-d.mp4		\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Classic Custom Facials Page-Backup', '', 'publish', 'closed', 'closed', '', 'classic-custom-facials-page-backup', '', '', '2025-03-05 05:52:21', '2025-03-05 05:52:21', '', 0, 'https://mrarif.me/genesiswa/?elementor_library=classic-custom-facials-page-backup', 0, 'elementor_library', '', 0),
(3878, 1, '2025-03-06 22:22:00', '2025-03-06 22:22:00', '', 'Untitled design (2)', '', 'inherit', 'open', 'closed', '', 'untitled-design-2', '', '', '2025-03-06 22:22:00', '2025-03-06 22:22:00', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-design-2.png', 0, 'attachment', 'image/png', 0),
(3879, 1, '2025-03-06 23:20:29', '2025-03-06 23:20:29', '', 'Untitled-1', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2025-03-06 23:20:29', '2025-03-06 23:20:29', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3883, 1, '2025-03-06 23:22:59', '2025-03-06 23:22:59', '', 'Untitled-2', '', 'inherit', 'open', 'closed', '', 'untitled-2', '', '', '2025-03-06 23:22:59', '2025-03-06 23:22:59', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3884, 1, '2025-03-06 23:23:16', '2025-03-06 23:23:16', '', 'Untitled-3', '', 'inherit', 'open', 'closed', '', 'untitled-3', '', '', '2025-03-06 23:23:16', '2025-03-06 23:23:16', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3895, 1, '2025-03-08 08:55:43', '2025-03-08 08:55:43', '', 'Ad1da46f-8A6f-4E57-993B-91Cde9e47b1b', '', 'inherit', 'open', 'closed', '', 'ad1da46f-8a6f-4e57-993b-91cde9e47b1b', '', '', '2025-03-08 08:55:43', '2025-03-08 08:55:43', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/03/Ad1da46f-8A6f-4E57-993B-91Cde9e47b1b.mp4', 0, 'attachment', 'video/mp4', 0),
(3896, 1, '2025-03-08 08:55:49', '2025-03-08 08:55:49', '', '1Ceed655-3550-4C0d-94B3-Fb6e0db207cf', '', 'inherit', 'open', 'closed', '', '1ceed655-3550-4c0d-94b3-fb6e0db207cf', '', '', '2025-03-08 08:55:49', '2025-03-08 08:55:49', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/03/1Ceed655-3550-4C0d-94B3-Fb6e0db207cf.mp4', 0, 'attachment', 'video/mp4', 0),
(3897, 1, '2025-03-08 08:58:41', '2025-03-08 08:58:41', '', 'video-banner', '', 'inherit', 'open', 'closed', '', 'video-banner', '', '', '2025-03-08 08:58:41', '2025-03-08 08:58:41', '', 1640, 'https://genesiswa.com/wp-content/uploads/2025/03/video-banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(3898, 1, '2025-03-08 08:58:43', '2025-03-08 08:58:43', '', 'video-banner-1', '', 'inherit', 'open', 'closed', '', 'video-banner-1', '', '', '2025-03-08 08:58:43', '2025-03-08 08:58:43', '', 1640, 'https://genesiswa.com/wp-content/uploads/2025/03/video-banner-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3902, 1, '2025-03-08 09:01:35', '2025-03-08 09:01:35', '', '1Ceed655-3550-4C0d-94B3-Fb6e0db207cf', '', 'inherit', 'open', 'closed', '', '1ceed655-3550-4c0d-94b3-fb6e0db207cf-2', '', '', '2025-03-08 09:01:35', '2025-03-08 09:01:35', '', 1640, 'https://genesiswa.com/wp-content/uploads/2025/03/1Ceed655-3550-4C0d-94B3-Fb6e0db207cf-1.mp4', 0, 'attachment', 'video/mp4', 0),
(3912, 1, '2025-03-08 09:07:21', '2025-03-08 09:07:21', '', '5Bc5dde9-5B0f-4Fdd-8D4a-689438Ad78d7', '', 'inherit', 'open', 'closed', '', '5bc5dde9-5b0f-4fdd-8d4a-689438ad78d7', '', '', '2025-03-08 09:07:21', '2025-03-08 09:07:21', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/03/5Bc5dde9-5B0f-4Fdd-8D4a-689438Ad78d7.mp4', 0, 'attachment', 'video/mp4', 0),
(3916, 1, '2025-03-08 09:08:22', '2025-03-08 09:08:22', '', 'video-banner-3', '', 'inherit', 'open', 'closed', '', 'video-banner-3', '', '', '2025-03-08 09:08:22', '2025-03-08 09:08:22', '', 1642, 'https://genesiswa.com/wp-content/uploads/2025/03/video-banner-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3945, 1, '2025-04-21 18:18:26', '2025-04-21 18:18:26', '', 'fire-and-ice-facial-treatment', '', 'inherit', 'open', 'closed', '', 'fire-and-ice-facial-treatment', '', '', '2025-04-21 18:18:26', '2025-04-21 18:18:26', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/04/fire-and-ice-facial-treatment.jpg', 0, 'attachment', 'image/jpeg', 0),
(3946, 1, '2025-04-21 18:19:49', '2025-04-21 18:19:49', '', 'FI-fire-ice_1920', '', 'inherit', 'open', 'closed', '', 'fi-fire-ice_1920', '', '', '2025-04-21 18:19:49', '2025-04-21 18:19:49', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/04/FI-fire-ice_1920.webp', 0, 'attachment', 'image/webp', 0),
(3947, 1, '2025-04-21 18:29:02', '2025-04-21 18:29:02', '', 'xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609', 'xr:d:DAF_mMSs5o8:195,j:4352024981161290277,t:24031609', 'inherit', 'open', 'closed', '', 'xrddaf_mmss5o8195j4352024981161290277t24031609', '', '', '2025-04-21 18:29:02', '2025-04-21 18:29:02', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(3948, 1, '2025-04-21 18:33:00', '2025-04-21 18:33:00', '', 'firming2_1', '', 'inherit', 'open', 'closed', '', 'firming2_1', '', '', '2025-04-21 18:33:00', '2025-04-21 18:33:00', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/04/firming2_1.webp', 0, 'attachment', 'image/webp', 0),
(3959, 1, '2025-04-21 18:50:28', '2025-04-21 18:50:28', '', 'Image (2)', '', 'inherit', 'open', 'closed', '', 'image-2-2', '', '', '2025-04-21 18:50:28', '2025-04-21 18:50:28', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3979, 1, '2025-05-15 21:49:56', '2025-05-15 21:49:56', '', 'anteage-md-home-hair-system-relaunch-intro-story-13', '', 'inherit', 'open', 'closed', '', 'anteage-md-home-hair-system-relaunch-intro-story-13', '', '', '2025-05-15 21:49:56', '2025-05-15 21:49:56', '', 779, 'https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(3980, 1, '2025-05-15 21:51:37', '2025-05-15 21:51:37', '', 'R', '', 'inherit', 'open', 'closed', '', 'r', '', '', '2025-05-15 21:51:37', '2025-05-15 21:51:37', '', 779, 'https://genesiswa.com/wp-content/uploads/2025/05/R.jpg', 0, 'attachment', 'image/jpeg', 0),
(3981, 1, '2025-05-15 21:52:51', '2025-05-15 21:52:51', '', 'joseph2-1024x1024', '', 'inherit', 'open', 'closed', '', 'joseph2-1024x1024', '', '', '2025-05-15 21:52:51', '2025-05-15 21:52:51', '', 779, 'https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4001, 1, '2025-05-30 20:47:10', '2025-05-30 20:47:10', '', 'sc01_Healthy_Couple_0942-Edit_HR-1-scaled', '', 'inherit', 'open', 'closed', '', 'sc01_healthy_couple_0942-edit_hr-1-scaled', '', '', '2025-05-30 20:47:10', '2025-05-30 20:47:10', '', 767, 'https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4005, 1, '2025-05-31 03:14:47', '2025-05-31 03:14:47', '', 'res_ctso_questions', '', 'inherit', 'open', 'closed', '', 'res_ctso_questions', '', '', '2025-05-31 03:14:47', '2025-05-31 03:14:47', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions.png', 0, 'attachment', 'image/png', 0),
(4012, 1, '2025-05-31 03:19:48', '2025-05-31 03:19:48', '', 'Copy of Copy of Copy of before (1)', '', 'inherit', 'open', 'closed', '', 'copy-of-copy-of-copy-of-before-1', '', '', '2025-05-31 03:19:48', '2025-05-31 03:19:48', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/05/Copy-of-Copy-of-Copy-of-before-1.zip', 0, 'attachment', 'application/zip', 0),
(4013, 1, '2025-05-31 03:20:14', '2025-05-31 03:20:14', '', '2', '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2025-05-31 03:20:14', '2025-05-31 03:20:14', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/05/2.png', 0, 'attachment', 'image/png', 0),
(4014, 1, '2025-05-31 03:20:20', '2025-05-31 03:20:20', '', '3', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2025-05-31 03:20:20', '2025-05-31 03:20:20', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/05/3.png', 0, 'attachment', 'image/png', 0),
(4015, 1, '2025-05-31 03:20:24', '2025-05-31 03:20:24', '', '4', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2025-05-31 03:20:24', '2025-05-31 03:20:24', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/05/4.png', 0, 'attachment', 'image/png', 0),
(4028, 1, '2025-05-31 04:31:51', '2025-05-31 04:31:51', '', '5', '', 'inherit', 'open', 'closed', '', '5-2', '', '', '2025-05-31 04:31:51', '2025-05-31 04:31:51', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/5.png', 0, 'attachment', 'image/png', 0),
(4029, 1, '2025-05-31 04:32:19', '2025-05-31 04:32:19', '', '6', '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2025-05-31 04:32:19', '2025-05-31 04:32:19', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/6.png', 0, 'attachment', 'image/png', 0),
(4030, 1, '2025-05-31 04:32:38', '2025-05-31 04:32:38', '', '1', '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2025-05-31 04:32:38', '2025-05-31 04:32:38', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/1.png', 0, 'attachment', 'image/png', 0),
(4031, 1, '2025-05-31 04:33:22', '2025-05-31 04:33:22', '', '2', '', 'inherit', 'open', 'closed', '', '2-4', '', '', '2025-05-31 04:33:22', '2025-05-31 04:33:22', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/2-1.png', 0, 'attachment', 'image/png', 0),
(4032, 1, '2025-05-31 04:33:47', '2025-05-31 04:33:47', '', '3', '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2025-05-31 04:33:47', '2025-05-31 04:33:47', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/3-1.png', 0, 'attachment', 'image/png', 0),
(4033, 1, '2025-05-31 04:33:58', '2025-05-31 04:33:58', '', '4', '', 'inherit', 'open', 'closed', '', '4-3', '', '', '2025-05-31 04:33:58', '2025-05-31 04:33:58', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/4-1.png', 0, 'attachment', 'image/png', 0),
(4055, 1, '2025-05-31 05:03:40', '2025-05-31 05:03:40', '', 'Untitled design', '', 'inherit', 'open', 'closed', '', 'untitled-design', '', '', '2025-05-31 05:03:40', '2025-05-31 05:03:40', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png', 0, 'attachment', 'image/png', 0),
(4068, 1, '2025-05-31 05:31:13', '2025-05-31 05:31:13', '', '4', '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2025-05-31 05:31:13', '2025-05-31 05:31:13', '', 1661, 'https://genesiswa.com/wp-content/uploads/2025/05/4-2.png', 0, 'attachment', 'image/png', 0),
(4069, 1, '2025-05-31 05:31:37', '2025-05-31 05:31:37', '', '5', '', 'inherit', 'open', 'closed', '', '5-3', '', '', '2025-05-31 05:31:37', '2025-05-31 05:31:37', '', 1661, 'https://genesiswa.com/wp-content/uploads/2025/05/5-1.png', 0, 'attachment', 'image/png', 0),
(4079, 1, '2025-05-31 05:39:05', '2025-05-31 05:39:05', '', 'Untitled design (1)', '', 'inherit', 'open', 'closed', '', 'untitled-design-1', '', '', '2025-05-31 05:39:05', '2025-05-31 05:39:05', '', 779, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-1.png', 0, 'attachment', 'image/png', 0),
(4080, 1, '2025-05-31 05:44:03', '2025-05-31 05:44:03', '', 'Untitled design (2)', '', 'inherit', 'open', 'closed', '', 'untitled-design-2-2', '', '', '2025-05-31 05:44:03', '2025-05-31 05:44:03', '', 779, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design-2.png', 0, 'attachment', 'image/png', 0),
(4087, 1, '2025-05-31 05:49:59', '2025-05-31 05:49:59', '', 'OIP (2)', '', 'inherit', 'open', 'closed', '', 'oip-2', '', '', '2025-05-31 05:49:59', '2025-05-31 05:49:59', '', 822, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4088, 1, '2025-05-31 05:52:44', '2025-05-31 05:52:44', '', 'OIP (3)', '', 'inherit', 'open', 'closed', '', 'oip-3', '', '', '2025-05-31 05:52:44', '2025-05-31 05:52:44', '', 822, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4089, 1, '2025-05-31 05:53:42', '2025-05-31 05:53:42', '', 'hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8', '', 'inherit', 'open', 'closed', '', 'hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8', '', '', '2025-05-31 05:53:42', '2025-05-31 05:53:42', '', 822, 'https://genesiswa.com/wp-content/uploads/2025/05/hydrafacialplatinum-qcoqse85sxfdsqr7j8c9866g5l6kn87ad9w6ftwmu8.jpg', 0, 'attachment', 'image/jpeg', 0),
(4090, 1, '2025-05-31 05:57:22', '2025-05-31 05:57:22', '', 'BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial', '', 'inherit', 'open', 'closed', '', 'bslc_web_productlistingimages_0045_platinumhydrafacial', '', '', '2025-05-31 05:57:22', '2025-05-31 05:57:22', '', 822, 'https://genesiswa.com/wp-content/uploads/2025/05/BSLC_Web_ProductListingImages_0045_PlatinumHydrafacial.jpg', 0, 'attachment', 'image/jpeg', 0),
(4097, 1, '2025-05-31 06:24:57', '2025-05-31 06:24:57', '', '5', '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2025-05-31 06:24:57', '2025-05-31 06:24:57', '', 2690, 'https://genesiswa.com/wp-content/uploads/2025/05/5-2.png', 0, 'attachment', 'image/png', 0),
(4098, 1, '2025-05-31 06:25:28', '2025-05-31 06:25:28', '', '6', '', 'inherit', 'open', 'closed', '', '6-3', '', '', '2025-05-31 06:25:28', '2025-05-31 06:25:28', '', 2690, 'https://genesiswa.com/wp-content/uploads/2025/05/6-1.png', 0, 'attachment', 'image/png', 0),
(4099, 1, '2025-05-31 06:25:48', '2025-05-31 06:25:48', '', '7', '', 'inherit', 'open', 'closed', '', '7-2', '', '', '2025-05-31 06:25:48', '2025-05-31 06:25:48', '', 2690, 'https://genesiswa.com/wp-content/uploads/2025/05/7.png', 0, 'attachment', 'image/png', 0),
(4101, 1, '2025-05-31 06:28:21', '2025-05-31 06:28:21', '', '8', '', 'inherit', 'open', 'closed', '', '8-2', '', '', '2025-05-31 06:28:21', '2025-05-31 06:28:21', '', 2690, 'https://genesiswa.com/wp-content/uploads/2025/05/8-1.png', 0, 'attachment', 'image/png', 0),
(4102, 1, '2025-05-31 06:31:14', '2025-05-31 06:31:14', '', '9', '', 'inherit', 'open', 'closed', '', '9', '', '', '2025-05-31 06:31:14', '2025-05-31 06:31:14', '', 2690, 'https://genesiswa.com/wp-content/uploads/2025/05/9.png', 0, 'attachment', 'image/png', 0),
(4107, 1, '2025-05-31 06:35:10', '2025-05-31 06:35:10', '', '9', '', 'inherit', 'open', 'closed', '', '9-2', '', '', '2025-05-31 06:35:10', '2025-05-31 06:35:10', '', 1642, 'https://genesiswa.com/wp-content/uploads/2025/05/9-1.png', 0, 'attachment', 'image/png', 0),
(4108, 1, '2025-05-31 06:35:42', '2025-05-31 06:35:42', '', '8', '', 'inherit', 'open', 'closed', '', '8', '', '', '2025-05-31 06:35:42', '2025-05-31 06:35:42', '', 1642, 'https://genesiswa.com/wp-content/uploads/2025/05/8.png', 0, 'attachment', 'image/png', 0),
(4127, 1, '2025-05-31 06:46:54', '2025-05-31 06:46:54', '', 'qtq80-MEsq4M', '', 'inherit', 'open', 'closed', '', 'qtq80-mesq4m', '', '', '2025-05-31 06:46:54', '2025-05-31 06:46:54', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-MEsq4M.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4128, 1, '2025-05-31 06:47:05', '2025-05-31 06:47:05', '', 'qtq80-R96DRB', '', 'inherit', 'open', 'closed', '', 'qtq80-r96drb', '', '', '2025-05-31 06:47:05', '2025-05-31 06:47:05', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4135, 1, '2025-05-31 06:53:45', '2025-05-31 06:53:45', '', 'qtq80-IRD5fv', '', 'inherit', 'open', 'closed', '', 'qtq80-ird5fv', '', '', '2025-05-31 06:53:45', '2025-05-31 06:53:45', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-IRD5fv.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4191, 1, '2025-05-31 16:39:49', '2025-05-31 16:39:49', '', '12', '', 'inherit', 'open', 'closed', '', '12', '', '', '2025-05-31 16:39:49', '2025-05-31 16:39:49', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/12.png', 0, 'attachment', 'image/png', 0),
(4192, 1, '2025-05-31 16:40:20', '2025-05-31 16:40:20', '', '13', '', 'inherit', 'open', 'closed', '', '13', '', '', '2025-05-31 16:42:00', '2025-05-31 16:42:00', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/13.png', 0, 'attachment', 'image/png', 0),
(4193, 1, '2025-05-31 16:40:42', '2025-05-31 16:40:42', '', '14', '', 'inherit', 'open', 'closed', '', '14', '', '', '2025-05-31 16:40:42', '2025-05-31 16:40:42', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/14.png', 0, 'attachment', 'image/png', 0),
(4194, 1, '2025-05-31 16:41:05', '2025-05-31 16:41:05', '', '15', '', 'inherit', 'open', 'closed', '', '15', '', '', '2025-05-31 16:41:05', '2025-05-31 16:41:05', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/15.png', 0, 'attachment', 'image/png', 0),
(4195, 1, '2025-05-31 16:44:00', '2025-05-31 16:44:00', '', '11', '', 'inherit', 'open', 'closed', '', '11', '', '', '2025-05-31 16:44:00', '2025-05-31 16:44:00', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/11.png', 0, 'attachment', 'image/png', 0),
(4196, 1, '2025-05-31 16:44:03', '2025-05-31 16:44:03', '', '12', '', 'inherit', 'open', 'closed', '', '12-2', '', '', '2025-05-31 16:44:03', '2025-05-31 16:44:03', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/12-1.png', 0, 'attachment', 'image/png', 0),
(4197, 1, '2025-05-31 16:44:04', '2025-05-31 16:44:04', '', '13', '', 'inherit', 'open', 'closed', '', '13-2', '', '', '2025-05-31 16:44:04', '2025-05-31 16:44:04', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/13-1.png', 0, 'attachment', 'image/png', 0),
(4198, 1, '2025-05-31 16:44:06', '2025-05-31 16:44:06', '', '14', '', 'inherit', 'open', 'closed', '', '14-2', '', '', '2025-05-31 16:44:06', '2025-05-31 16:44:06', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/14-1.png', 0, 'attachment', 'image/png', 0),
(4199, 1, '2025-05-31 16:44:08', '2025-05-31 16:44:08', '', '15', '', 'inherit', 'open', 'closed', '', '15-2', '', '', '2025-05-31 16:44:08', '2025-05-31 16:44:08', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/15-1.png', 0, 'attachment', 'image/png', 0),
(4200, 1, '2025-05-31 16:50:51', '2025-05-31 16:50:51', '', '12', '', 'inherit', 'open', 'closed', '', '12-3', '', '', '2025-05-31 16:50:51', '2025-05-31 16:50:51', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/12-2.png', 0, 'attachment', 'image/png', 0),
(4201, 1, '2025-05-31 16:50:54', '2025-05-31 16:50:54', '', '13', '', 'inherit', 'open', 'closed', '', '13-3', '', '', '2025-05-31 16:50:54', '2025-05-31 16:50:54', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/13-2.png', 0, 'attachment', 'image/png', 0),
(4202, 1, '2025-05-31 16:50:56', '2025-05-31 16:50:56', '', '14', '', 'inherit', 'open', 'closed', '', '14-3', '', '', '2025-05-31 16:50:56', '2025-05-31 16:50:56', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/05/14-2.png', 0, 'attachment', 'image/png', 0),
(4215, 1, '2025-06-02 19:27:54', '2025-06-02 19:27:54', '', '1', 'MALE FACIAL', 'inherit', 'open', 'closed', '', '1-4', '', '', '2025-09-19 22:26:47', '2025-09-19 22:26:47', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/06/1.png', 0, 'attachment', 'image/png', 0),
(4216, 1, '2025-06-02 19:28:00', '2025-06-02 19:28:00', '', '2', '', 'inherit', 'open', 'closed', '', '2-5', '', '', '2025-06-02 19:28:00', '2025-06-02 19:28:00', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/06/2.png', 0, 'attachment', 'image/png', 0),
(4217, 1, '2025-06-02 19:28:10', '2025-06-02 19:28:10', '', '3', '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2025-06-02 19:28:10', '2025-06-02 19:28:10', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/06/3.png', 0, 'attachment', 'image/png', 0),
(4218, 1, '2025-06-02 19:28:17', '2025-06-02 19:28:17', '', '4', '', 'inherit', 'open', 'closed', '', '4-5', '', '', '2025-06-02 19:28:17', '2025-06-02 19:28:17', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/06/4.png', 0, 'attachment', 'image/png', 0),
(4219, 1, '2025-06-02 19:28:27', '2025-06-02 19:28:27', '', '5', '', 'inherit', 'open', 'closed', '', '5-5', '', '', '2025-06-02 19:28:27', '2025-06-02 19:28:27', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/06/5.png', 0, 'attachment', 'image/png', 0),
(4252, 1, '2025-07-30 19:02:50', '2025-07-30 19:02:50', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png', '', '', '2025-07-30 19:02:50', '2025-07-30 19:02:50', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/07/placeholder.png', 0, 'attachment', 'image/png', 0),
(4253, 1, '2025-07-30 19:02:50', '2025-07-30 19:02:50', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-2', '', '', '2025-07-30 19:02:50', '2025-07-30 19:02:50', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/07/placeholder-1.png', 0, 'attachment', 'image/png', 0),
(4254, 1, '2025-07-30 19:02:51', '2025-07-30 19:02:51', '', 'image-hero3.png', '', 'inherit', 'open', 'closed', '', 'image-hero3-png', '', '', '2025-07-30 19:02:51', '2025-07-30 19:02:51', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/07/image-hero3.png', 0, 'attachment', 'image/png', 0),
(4255, 1, '2025-07-30 19:03:42', '2025-07-30 19:03:42', '', 'August Promotions', '', 'inherit', 'open', 'closed', '', 'august-promotions', '', '', '2025-07-30 19:03:42', '2025-07-30 19:03:42', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/07/August-Promotions.png', 0, 'attachment', 'image/png', 0),
(4259, 1, '2025-08-01 22:27:36', '2025-08-01 22:27:36', '', 'Weight-Loss-Tips-For-Men-1-1536x1024', '', 'inherit', 'open', 'closed', '', 'weight-loss-tips-for-men-1-1536x1024', '', '', '2025-08-01 22:27:36', '2025-08-01 22:27:36', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/08/Weight-Loss-Tips-For-Men-1-1536x1024-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4260, 1, '2025-08-01 22:31:44', '2025-08-01 22:31:44', '', 'Smiling couple in fitness wear standing against white background. Fit couple relaxing after workout standing together.', 'Smiling couple in fitness wear standing against white background. Fit couple relaxing after workout standing together.', 'inherit', 'open', 'closed', '', 'smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together', '', '', '2025-08-01 22:31:44', '2025-08-01 22:31:44', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/08/smiling-couple-in-fitness-wear-standing-against-white-background-fit-couple-relaxing-after-workout-standing-together-JLPSF19431.jpg', 0, 'attachment', 'image/jpeg', 0),
(4261, 1, '2025-08-01 22:33:16', '2025-08-01 22:33:16', '', 'qtq80-flKTLU', '', 'inherit', 'open', 'closed', '', 'qtq80-flktlu', '', '', '2025-08-01 22:33:16', '2025-08-01 22:33:16', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-flKTLU.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4265, 1, '2025-08-01 22:34:02', '2025-08-01 22:34:02', '', 'qtq80-PFidjO', '', 'inherit', 'open', 'closed', '', 'qtq80-pfidjo', '', '', '2025-08-01 22:34:02', '2025-08-01 22:34:02', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-PFidjO.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4266, 1, '2025-08-01 22:34:35', '2025-08-01 22:34:35', '', 'qtq80-EFVlhi', '', 'inherit', 'open', 'closed', '', 'qtq80-efvlhi', '', '', '2025-08-01 22:34:35', '2025-08-01 22:34:35', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-EFVlhi.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4267, 1, '2025-08-01 22:35:57', '2025-08-01 22:35:57', '', 'qtq80-ZqYHgI', '', 'inherit', 'open', 'closed', '', 'qtq80-zqyhgi', '', '', '2025-08-01 22:35:57', '2025-08-01 22:35:57', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-ZqYHgI.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4268, 1, '2025-08-01 22:36:41', '2025-08-01 22:36:41', '', 'qtq80-Y6RhU1', '', 'inherit', 'open', 'closed', '', 'qtq80-y6rhu1', '', '', '2025-08-01 22:36:41', '2025-08-01 22:36:41', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-Y6RhU1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4269, 1, '2025-08-01 22:36:55', '2025-08-01 22:36:55', '', 'qtq80-9DN2TX', '', 'inherit', 'open', 'closed', '', 'qtq80-9dn2tx', '', '', '2025-08-01 22:36:55', '2025-08-01 22:36:55', '', 0, 'https://genesiswa.com/wp-content/uploads/2025/08/qtq80-9DN2TX.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4270, 1, '2025-08-01 22:40:22', '2025-08-01 22:40:22', '', 'Untitled design (2)', '', 'inherit', 'open', 'closed', '', 'untitled-design-2-3', '', '', '2025-08-01 22:40:22', '2025-08-01 22:40:22', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-2.png', 0, 'attachment', 'image/png', 0),
(4271, 1, '2025-08-01 22:40:42', '2025-08-01 22:40:42', '', 'Untitled design (2)', '', 'inherit', 'open', 'closed', '', 'untitled-design-2-4', '', '', '2025-08-01 22:40:42', '2025-08-01 22:40:42', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-2-1.png', 0, 'attachment', 'image/png', 0),
(4275, 1, '2025-08-01 22:44:48', '2025-08-01 22:44:48', '', 'cr=t_10', '', 'inherit', 'open', 'closed', '', 'crt_10', '', '', '2025-08-01 22:44:48', '2025-08-01 22:44:48', '', 759, 'https://genesiswa.com/wp-content/uploads/2025/08/crt_10.webp', 0, 'attachment', 'image/webp', 0),
(4286, 1, '2025-08-13 20:49:52', '2025-08-13 20:49:52', '', 'thumbnail_image0', '', 'inherit', 'open', 'closed', '', 'thumbnail_image0', '', '', '2025-08-13 20:49:52', '2025-08-13 20:49:52', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/08/thumbnail_image0.jpg', 0, 'attachment', 'image/jpeg', 0),
(4287, 1, '2025-08-13 20:51:48', '2025-08-13 20:51:48', '', 'Untitled design (3)', '', 'inherit', 'open', 'closed', '', 'untitled-design-3', '', '', '2025-08-13 20:51:48', '2025-08-13 20:51:48', '', 37, 'https://genesiswa.com/wp-content/uploads/2025/08/Untitled-design-3.png', 0, 'attachment', 'image/png', 0),
(4307, 1, '2025-09-05 22:57:02', '2025-09-05 22:57:02', '', 'Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x', '', 'inherit', 'open', 'closed', '', 'pumpkin_spice_latte_coffee_with_whipped_cream_1000x', '', '', '2025-09-05 22:57:02', '2025-09-05 22:57:02', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/09/Pumpkin_Spice_Latte_Coffee_with_Whipped_Cream_1000x.webp', 0, 'attachment', 'image/webp', 0),
(4308, 1, '2025-09-05 22:57:05', '2025-09-05 22:57:05', '', 'thumbnail_facial-picture 3', '', 'inherit', 'open', 'closed', '', 'thumbnail_facial-picture-3', '', '', '2025-09-05 22:57:05', '2025-09-05 22:57:05', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/09/thumbnail_facial-picture-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4309, 1, '2025-09-05 22:57:06', '2025-09-05 22:57:06', '', 'Pumpkin-Face-Mask-300x200', '', 'inherit', 'open', 'closed', '', 'pumpkin-face-mask-300x200', '', '', '2025-09-05 22:57:06', '2025-09-05 22:57:06', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/09/Pumpkin-Face-Mask-300x200-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4310, 1, '2025-09-05 22:57:07', '2025-09-05 22:57:07', '', 'pumkin-peel-facial', '', 'inherit', 'open', 'closed', '', 'pumkin-peel-facial', '', '', '2025-09-05 22:57:07', '2025-09-05 22:57:07', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/09/pumkin-peel-facial.jpg', 0, 'attachment', 'image/jpeg', 0),
(4343, 1, '2025-09-25 22:53:01', '2025-09-25 22:53:01', '', 'rejuran', '', 'inherit', 'open', 'closed', '', 'rejuran', '', '', '2025-09-25 22:53:01', '2025-09-25 22:53:01', '', 815, 'https://genesiswa.com/wp-content/uploads/2025/09/rejuran.jpg', 0, 'attachment', 'image/jpeg', 0),
(4344, 1, '2025-09-25 23:00:30', '2025-09-25 23:00:30', '', 'rejuranportada', '', 'inherit', 'open', 'closed', '', 'rejuranportada', '', '', '2025-09-25 23:00:30', '2025-09-25 23:00:30', '', 815, 'https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada.webp', 0, 'attachment', 'image/webp', 0),
(4353, 1, '2025-10-03 21:38:57', '2025-10-03 21:38:57', '', 'ZombieCTA_BFTD_ResurrectGlow_detail', '', 'inherit', 'open', 'closed', '', 'zombiecta_bftd_resurrectglow_detail', '', '', '2025-10-03 21:38:57', '2025-10-03 21:38:57', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/10/ZombieCTA_BFTD_ResurrectGlow_detail.jpg', 0, 'attachment', 'image/jpeg', 0),
(4382, 1, '2025-11-01 19:59:46', '2025-11-01 19:59:46', '', '1', '', 'inherit', 'open', 'closed', '', '1-5', '', '', '2025-11-01 19:59:46', '2025-11-01 19:59:46', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/11/1.png', 0, 'attachment', 'image/png', 0),
(4386, 1, '2025-11-01 20:16:29', '2025-11-01 20:16:29', '', '6', '', 'inherit', 'open', 'closed', '', '6-4', '', '', '2025-11-01 20:16:29', '2025-11-01 20:16:29', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/11/6.png', 0, 'attachment', 'image/png', 0),
(4387, 1, '2025-11-01 20:17:10', '2025-11-01 20:17:10', '', 'Genesis Wellness & Aesthetics', '', 'inherit', 'open', 'closed', '', 'genesis-wellness-aesthetics', '', '', '2025-11-01 20:17:10', '2025-11-01 20:17:10', '', 837, 'https://genesiswa.com/wp-content/uploads/2025/11/Genesis-Wellness-Aesthetics.png', 0, 'attachment', 'image/png', 0),
(4396, 1, '2025-12-03 01:30:27', '2025-12-03 01:30:27', '', 'Image (4)', '', 'inherit', 'open', 'closed', '', 'image-4', '', '', '2025-12-03 01:30:27', '2025-12-03 01:30:27', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4397, 1, '2025-12-03 01:31:21', '2025-12-03 01:31:21', '', 'Image (5)', '', 'inherit', 'open', 'closed', '', 'image-5', '', '', '2025-12-03 01:31:21', '2025-12-03 01:31:21', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4398, 1, '2025-12-03 01:32:44', '2025-12-03 01:32:44', '', 'Gift Card Special', '', 'inherit', 'open', 'closed', '', 'gift-card-special', '', '', '2025-12-03 01:32:44', '2025-12-03 01:32:44', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/Gift-Card-Special.png', 0, 'attachment', 'image/png', 0),
(4418, 1, '2025-12-30 22:37:49', '2025-12-30 22:37:49', '', '2025-12-02', '', 'inherit', 'open', 'closed', '', '2025-12-02', '', '', '2025-12-30 22:37:49', '2025-12-30 22:37:49', '', 769, 'https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp', 0, 'attachment', 'image/webp', 0),
(4422, 1, '2025-12-31 21:54:03', '2025-12-31 21:54:03', '', 'minimal collection (1)', '', 'inherit', 'open', 'closed', '', 'minimal-collection-1', '', '', '2025-12-31 21:54:03', '2025-12-31 21:54:03', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/minimal-collection-1.zip', 0, 'attachment', 'application/zip', 0),
(4423, 1, '2025-12-31 21:54:48', '2025-12-31 21:54:48', '', '1', '', 'inherit', 'open', 'closed', '', '1-6', '', '', '2025-12-31 21:54:48', '2025-12-31 21:54:48', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/1.png', 0, 'attachment', 'image/png', 0),
(4424, 1, '2025-12-31 21:54:54', '2025-12-31 21:54:54', '', '2', '', 'inherit', 'open', 'closed', '', '2-6', '', '', '2025-12-31 21:54:54', '2025-12-31 21:54:54', '', 13, 'https://genesiswa.com/wp-content/uploads/2025/12/2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4429, 1, '2026-01-17 07:24:32', '2026-01-17 07:24:32', '<h1>Genesis Wellness &amp; Aesthetics</h1>				\n					<a href=\"https://genesiswa.com/about-us/\">\n									Learn More\n					</a>\n					<h4>About Us</h4>				\n					<h2>Discover Your Trusted Health and Aesthetic Partner\n</h2>				\n		<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now\n					</a>\n															<img width=\"585\" height=\"438\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg 585w, https://genesiswa.com/wp-content/uploads/2025/12/Image-5-300x225.jpg 300w\" sizes=\"(max-width: 585px) 100vw, 585px\" />															\n					<h2>Offers  Feature</h2>				\n											<h4>\n						90-Day Skin Reset &amp; Glow						</h4>\n							Heal, Restore, &amp; Rebuild Your Skin						\n								&#036;									\n						1,499					\n							<ul>\n											<li>\n										Month 1 — Platinum HydraFacial®									\n						</li>\n											<li>\n										 Month 2 — Advanced Skin Treatment									\n						</li>\n											<li>\n										 Month 3 — Custom Clinical Facial									\n						</li>\n											<li>\n										3 Full-Body Red-Light Bed Sessions									\n						</li>\n											<li>\n										 Skin guidance &amp; progress tracking throughout the program									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n											<h4>\n						90-Day Skin Reset &amp; Glow						</h4>\n							Heal, Restore, &amp; Rebuild Your Skin						\n								&#036;									\n						1,499					\n							<ul>\n											<li>\n										Month 1 — Platinum HydraFacial®									\n						</li>\n											<li>\n										 Month 2 — Advanced Skin Treatment									\n						</li>\n											<li>\n										 Month 3 — Custom Clinical Facial									\n						</li>\n											<li>\n										3 Full-Body Red-Light Bed Sessions									\n						</li>\n											<li>\n										 Skin guidance &amp; progress tracking throughout the program									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n											<h4>\n						New Year • New Confidence						</h4>\n							Sculpt &amp; Slim Transformation Program						\n								&#036;									\n						3,999					\n							<ul>\n											<li>\n										GLP-1 Tirzepatide Medical Weight Loss Program									\n						</li>\n											<li>\n										 5 PHYSIQ Sculpting Sessions									\n						</li>\n											<li>\n										Clinic monitoring &amp; treatment planning									\n						</li>\n											<li>\n										Enroll by January 15 &amp; receive FREE:									\n						</li>\n											<li>\n										Final enrollment deadline: January 31									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n					<h2>The Gift Mom Actually Wants - Ends May 10th</h2>				\n											<h4>\n						Exclusive Offer						</h4>\n							Genesis Glow Experience						\n								&#036;									\n						199					\n							<ul>\n											<li>\n										Korean Glass Skin Facial									\n						</li>\n											<li>\n										Dermaplaning &amp; Full Body Red Light Therapy\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Treatment\n					</a>\n					<a href=\"https://genesiswa.com/classic-custom-facials/\">\n									Learn More\n					</a>\n											<h4>\n						Exclusive Offer						</h4>\n							Gift Cards with Bonus						\n								&#036;									\n						250					\n							<ul>\n											<li>\n										Get $50 Bonus									\n						</li>\n											<li>\n										Total Value $300<br><br>In-Person Pick-up or Online									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/online_gift_cards/new\" target=\"_blank\">\n									Purchase Gift Card Online\n					</a>\n					<a href=\"https://genesiswa.com/gift-cards-price-rates/\">\n									Learn More\n					</a>\n											<h4>\n						Exclusive Offer						</h4>\n							Gift Cards with Bonus						\n								&#036;									\n						500					\n							<ul>\n											<li>\n										Get $125 Bonus									\n						</li>\n											<li>\n										Total Value $625<br><br>In-Person Pick-up or Online									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/online_gift_cards/new\" target=\"_blank\">\n									Purchase Gift Card Online\n					</a>\n					<a href=\"https://genesiswa.com/gift-cards-price-rates/\">\n									Learn More\n					</a>\n											<h4>\n						Exclusive Offer						</h4>\n							Laser Hair Removal						\n								&#036;									\n						25%					\n									Off 8 Session Packages							\n							<ul>\n											<li>\n										Achieve Smooth, Hairless Skin									\n						</li>\n											<li>\n										Book Virtual or In-Person Consult with Master Aesthetician Anastatia Templeman									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n					<h2>Our Referral  Program </h2>				\n		<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you’ll both receive $50 toward your next service. It’s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Redeem $50 Credit\n					</a>\n															<img width=\"612\" height=\"408\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg 612w, https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1-300x200.jpeg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" />															\n					<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n															<img width=\"1072\" height=\"1228\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png 1072w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-262x300.png 262w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-894x1024.png 894w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-768x880.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" />															\n					<h2>Treatment</h2>				\n					<h2>Categories </h2>				\n											<a href=\"https://genesiswa.com/advanced-laser-solutions/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/12-2.png\" alt=\"12\">\n					<h5>\n						Laser It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/inject-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/13-2.png\" alt=\"13\">\n					<h5>\n						Inject It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg\" alt=\"Advanced-Body-Contouring-img\">\n					<h5>\n						Sculpt It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/tighten-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/14-2.png\" alt=\"14\">\n					<h5>\n						Tighten It					</h5>\n											</a>\n					<svg aria-hidden=\"true\" 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>				\n					<svg aria-hidden=\"true\" 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					<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Botox Migraine					</p>\n					<a href=\"https://genesiswa.com/botox-migraines/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						NAD+ &amp; Wellness Injections\n					</p>\n					<a href=\"https://genesiswa.com/nad-wellness-injections/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Botox Migraine					</p>\n					<a href=\"https://genesiswa.com/botox-migraines/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						NAD+ &amp; Wellness Injections\n					</p>\n					<a href=\"https://genesiswa.com/nad-wellness-injections/\">\n									View Details\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>Caring for myself is not self-indulgence, it is self-preservation.\n</h2>				\n							<h3>\n				Audre Lorde				</h3>\n															<img width=\"1200\" height=\"1798\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg 1200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-200x300.jpg 200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-683x1024.jpg 683w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-768x1151.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-1025x1536.jpg 1025w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Grace Lee, MSN-FNP, ARNP</h5><p>Medical Director</p>				\n					<h2>Get In Touch With Us</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Customized Skincare</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>								\n													<h4>\n								 Korean Glass Skin							</h4>\n								Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. 							\n			<a href=\"https://genesiswa.com/korean-glass-skin/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>								\n													<h4>\n								Facial							</h4>\n								Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.							\n			<a href=\"https://genesiswa.com/hydrafacial/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>								\n													<h4>\n								Classic custom facials							</h4>\n								Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.							\n			<a href=\"https://genesiswa.com/classic-custom-facials/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Line\" viewBox=\"0 0 64 64\"><title></title><path d=\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\"></path><path d=\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\"></path><path d=\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\"></path><path d=\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\"></path><path d=\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\"></path><path d=\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\"></path><path d=\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\"></path><path d=\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\"></path></svg>								\n													<h4>\n								The Perfect Derma Peel							</h4>\n								Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. 							\n			<a href=\"https://genesiswa.com/perfect-derma-peel/\">\n		</a>\n										 Genesis Wellness & Aesthetics Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">SCHEDULE A VISIT</a> Genesis Wellness & Aesthetics Our mission at Genesis Wellness & Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments.<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">SCHEDULE A VISIT</a>				\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>						\n					<h2>Featured Services</h2>				\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h5>\n							Medical Aesthetics						\n					</h5>\n									<p>\n						Botox® is FDA-approved to prevent chronic migraine and has been shown to significantly reduce both the frequency and severity of migraine days over time.					</p>\n					<a href=\"https://genesiswa.com/medical-aesthetics/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h5>\n							 Medical Weight Loss + PHYSIQ						\n					</h5>\n									<p>\n						Our Medical Weight Loss Program combines evidence based medications, prescription peptide therapy options, and compassionate clinical oversight ..					</p>\n					<a href=\"https://genesiswa.com/medical-weight-loss-physiq/\">\n									Learn More\n					</a>\n															<img width=\"1000\" height=\"668\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/our-blog.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/our-blog.jpg 1000w, https://genesiswa.com/wp-content/uploads/2025/02/our-blog-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2025/02/our-blog-768x513.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />															\n									<h5>\n							Concierge Dermatology						\n					</h5>\n									<p>\n						At Genesis Wellness &amp; Aesthetics, our Concierge Dermatology service offers compassionate, personalized, and medically guided care..					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"667\" src=\"https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img-300x195.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img-768x500.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h5>\n							 IV &amp; Wellness Injections						\n					</h5>\n									<p>\n						Our NAD+ and vitamin injection menu is designed to support cellular repair, metabolic function, mental clarity and overall vitality — all under medical supervision.					</p>\n					<a href=\"https://genesiswa.com/iv-wellness-injections/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h5>\n							Skincare &amp; Facials						\n					</h5>\n									<p>\n						Personalized skincare and facials use clinical protocols to treat acne, pigmentation, aging, and sensitivity while restoring skin with real results.					</p>\n					<a href=\"https://genesiswa.com/skincare-facials/\">\n									Learn More\n					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img-300x200.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h5>\n							Laser &amp; Body Treatments						\n					</h5>\n									<p>\n						Advanced laser and body treatments use safe medical technology to tighten skin, reduce scars, sculpt contours, and deliver visible results.					</p>\n					<a href=\"https://genesiswa.com/laser-body-treatments/\">\n									Learn More\n					</a>\n					<h2>Frequently Asked \n Questions\n</h2>				\n							How is your Medical Weight Loss Program different?						\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									<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					<p>Our program is medically supervised, personalized, and often includes GLP 1 medications such as Semaglutide or Tirzepatide, alongside nutrition and lifestyle support. We focus on safety, education, and sustainable results.</p>\n							What is PHYSIQ body contouring?						\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									<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					<p>PHYSIQ is a non invasive treatment that uses advanced STEP technology to reduce fat and strengthen muscle in targeted areas with little to no downtime.</p>\n							Do I have to do PHYSIQ to join the weight loss program?						\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									<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					<p>No — many patients choose weight loss alone. PHYSIQ simply enhances body sculpting results when stubborn areas persist.</p>\n							What conditions do you treat with concierge dermatology?						\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									<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					<p>We commonly support acne, rosacea, pigmentation issues, melasma, chronic irritation, aging concerns, and preventive skin health.</p>\n							Do you offer Botox for migraine relief?						\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									<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					<p>Yes — Botox is FDA approved to help reduce the frequency and severity of chronic migraines in qualified patients. A consultation is required.</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home-new', '', '', '2026-04-13 20:29:05', '2026-04-13 20:29:05', '', 0, 'https://genesiswa.com/?page_id=4429', 0, 'page', '', 0),
(4432, 1, '2026-01-17 07:29:28', '2026-01-17 07:29:28', '<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n					<a href=\"tel:2536001600\">\n									Call Us\n					</a>\n					<a href=\"https://genesiswa.com/payment-plans/\">\n									Payment Plans\n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>', 'Old Header-17-1-2026 Backup', '', 'publish', 'closed', 'closed', '', 'old-header-17-1-2026-backup', '', '', '2026-01-17 07:29:29', '2026-01-17 07:29:29', '', 0, 'https://genesiswa.com/?elementor_library=old-header-17-1-2026-backup', 0, 'elementor_library', '', 0),
(4438, 1, '2026-01-28 14:14:12', '2026-01-17 07:33:15', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-01-28 14:14:12', '2026-01-28 14:14:12', '', 0, 'https://genesiswa.com/?p=4438', 1, 'nav_menu_item', '', 0),
(4441, 1, '2026-01-28 14:14:12', '2026-01-17 07:41:30', '', 'About', '', 'publish', 'closed', 'closed', '', '4441', '', '', '2026-01-28 14:14:12', '2026-01-28 14:14:12', '', 0, 'https://genesiswa.com/?p=4441', 2, 'nav_menu_item', '', 0),
(4443, 1, '2026-01-28 14:14:13', '2026-01-17 07:42:06', '', 'Memberships', '', 'publish', 'closed', 'closed', '', 'memberships', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=4443', 28, 'nav_menu_item', '', 0),
(4444, 1, '2026-01-28 14:14:13', '2026-01-17 07:42:51', '', 'Specials', '', 'publish', 'closed', 'closed', '', 'specials', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=4444', 29, 'nav_menu_item', '', 0),
(4445, 1, '2026-01-28 14:14:13', '2026-01-17 07:42:51', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=4445', 33, 'nav_menu_item', '', 0),
(4456, 1, '2026-01-17 08:01:41', '2026-01-17 08:01:41', '', 'banner-img.jpg', '', 'inherit', 'open', 'closed', '', 'banner-img-jpg', '', '', '2026-01-17 08:01:41', '2026-01-17 08:01:41', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/banner-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4457, 1, '2026-01-17 08:01:42', '2026-01-17 08:01:42', '', 'slider1.jpg', '', 'inherit', 'open', 'closed', '', 'slider1-jpg', '', '', '2026-01-17 08:01:42', '2026-01-17 08:01:42', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4458, 1, '2026-01-17 08:01:42', '2026-01-17 08:01:42', '', 'banner-img-2.jpg', '', 'inherit', 'open', 'closed', '', 'banner-img-2-jpg', '', '', '2026-01-17 08:01:42', '2026-01-17 08:01:42', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/banner-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4459, 1, '2026-01-17 08:01:43', '2026-01-17 08:01:43', '', 'slider3.jpg', '', 'inherit', 'open', 'closed', '', 'slider3-jpg', '', '', '2026-01-17 08:01:43', '2026-01-17 08:01:43', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4493, 1, '2026-01-17 08:22:44', '2026-01-17 08:22:44', '', 'Nursing-img.jpg', '', 'inherit', 'open', 'closed', '', 'nursing-img-jpg', '', '', '2026-01-17 08:22:44', '2026-01-17 08:22:44', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/Nursing-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4494, 1, '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 'services-img.jpg', '', 'inherit', 'open', 'closed', '', 'services-img-jpg', '', '', '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/services-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4495, 1, '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 'services-img-1.jpg', '', 'inherit', 'open', 'closed', '', 'services-img-1-jpg', '', '', '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/services-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4496, 1, '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 'services-img-2.jpg', '', 'inherit', 'open', 'closed', '', 'services-img-2-jpg', '', '', '2026-01-17 08:22:45', '2026-01-17 08:22:45', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/services-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4497, 1, '2026-01-17 08:22:46', '2026-01-17 08:22:46', '', 'section-img.jpg', '', 'inherit', 'open', 'closed', '', 'section-img-jpg', '', '', '2026-01-17 08:22:46', '2026-01-17 08:22:46', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/section-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4498, 1, '2026-01-17 08:22:46', '2026-01-17 08:22:46', '', 'services-img-3.jpg', '', 'inherit', 'open', 'closed', '', 'services-img-3-jpg', '', '', '2026-01-17 08:22:46', '2026-01-17 08:22:46', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/services-img-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4508, 1, '2026-01-17 08:33:22', '2026-01-17 08:33:22', '', 'Medical-Aesthetics-img', '', 'inherit', 'open', 'closed', '', 'medical-aesthetics-img', '', '', '2026-01-17 08:33:22', '2026-01-17 08:33:22', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4509, 1, '2026-01-17 08:37:01', '2026-01-17 08:37:01', '', 'Medical-Weight-Loss-+-PHYSIQ-img', '', 'inherit', 'open', 'closed', '', 'medical-weight-loss-physiq-img', '', '', '2026-01-17 08:37:01', '2026-01-17 08:37:01', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4513, 1, '2026-01-17 08:44:09', '2026-01-17 08:44:09', '', 'Skincare-&-Facials-img', '', 'inherit', 'open', 'closed', '', 'skincare-facials-img', '', '', '2026-01-17 08:44:09', '2026-01-17 08:44:09', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4514, 1, '2026-01-17 08:47:38', '2026-01-17 08:47:38', '', 'Laser-&-Body-Treatments-img', '', 'inherit', 'open', 'closed', '', 'laser-body-treatments-img', '', '', '2026-01-17 08:47:38', '2026-01-17 08:47:38', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(4623, 1, '2026-01-17 10:39:30', '2026-01-17 10:39:30', '<h2>Finally — Real Relief from Chronic Migraines with Botox®  </h2>				\n		<p>If migraines rule your calendar and you’re tired of missing out on life, you’re not alone — and there is help. Botox® is FDA-approved to prevent chronic migraine and has been shown to significantly reduce both the frequency and severity of migraine days over time. At Genesis Wellness &amp; Aesthetics, your treatment is delivered with precision, compassion, and medical expertise — in a calm environment where you are genuinely cared for.</p>		\n															<img width=\"600\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg 600w, https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat-257x300.jpg 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n					<h2>Who May Qualify for Migraine-Directed \n Botox® </h2>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										You experience 15 or more headache days per month\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										At least 8 of those days are migraine-type headaches\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 This pattern has continued for 3 or more months\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Headaches significantly impact your work, home life, or daily function\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										You have trialed other preventative options or been advised to consider Botox®\n									</li>\n						</ul>\n															<img width=\"1024\" height=\"700\" src=\"https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image.jpg 1024w, https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image-300x205.jpg 300w, https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image-768x525.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n					<h2>Insurance \n  Coverage &amp; Eligibility\n</h2>				\n		<p>Many insurance plans — including Medicare and commercial plans — may cover the cost of the Botox® medication when medical criteria are met. Coverage varies by insurance carrier and requires documentation. Our office will support you through this process with clarity and care.</p>		\n					<h4>Please bring the following to your consultation:\n</h4>				\n		<ul><li> Valid photo ID</li><li> Medical insurance card</li><li>Pharmacy insurance card (if separate)</li><li>List of medications &amp; prior migraine treatments</li><li> Neurology notes or imaging (if available)</li></ul>		\n					<h6>Typical Medical Criteria for Coverage May Include:\n</h6>				\n		<ul><li>Diagnosis of chronic migraine</li><li> 15+ headache days per month for 3+ months</li><li> 8+ migraine days per month</li><li> Trial of other preventive therapies (varies by plan)</li></ul>		\n					<h2>Transparent \nPricing\n</h2>				\n		<ul>\n									<li>				\n							Migraine Consultation Fee: 						\n																			$125\n															<p>\n							 (Non Refundable)\n						</p>\n				</li>												<li>				\n							Botox® Migraine Therapy Session						\n																			$625\n															<p>\n							<ul>\n<li>Expert migraine mapping & symptom analysis</li>\n<li>Customized multi-site injection procedure</li>\n<li>Post-treatment care plan + relief tracking</li>\n<li>Concierge support + insurance documentation</li>\n</ul>						</p>\n				</li>					\n		</ul>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										The consultation includes medical evaluation, migraine history review, eligibility screening, and prior authorization guidance.\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										When insurance covers the Botox® medication, you only pay our professional injector fee per treatment (typically every 12 weeks).\n									</li>\n						</ul>\n					<h4>True Value Savings</h4>				\n		<p>Standard migraine-directed dosing uses approximately 155 units of Botox®. At our cosmetic rate of $15 per unit, that equals a $2,325 value — just for the medication alone. With insurance coverage, you only pay $625 — saving approximately $1,700 every 12 weeks.</p>		\n					<h2>What to \n Expect\n</h2>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Quick 15–20 minute treatment\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Little to no downtime\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Relief develops over 2–12 weeks\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Maintenance is typically every 12 weeks\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Ongoing support &amp; follow-up care\n									</li>\n						</ul>\n					<h2>Ready to explore whether Botox® migraine  therapy is right for you?</h2>				\n		Schedule your consultation today.		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule Migraine Relief Consult\n					</a>', 'Botox Migraines', '', 'publish', 'closed', 'closed', '', 'botox-migraines', '', '', '2026-02-04 00:00:52', '2026-02-04 00:00:52', '', 0, 'https://genesiswa.com/?page_id=4623', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4625, 1, '2026-01-17 10:40:00', '2026-01-17 10:40:00', '<h2>Medical Weight Loss — Real Results, Clinically Guided  </h2>				\n		<p>Our Medical Weight Loss Program combines evidence■based medications, prescription peptide therapy options, and compassionate clinical oversight to help you reduce body fat, improve metabolic health, and sustain results. Your plan is tailored to your biology — not a one size fits all diet.</p>		\n					<h5>Your Program Includes\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Initial medical consultation &amp; health review\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Medication &amp; peptide candidacy evaluation\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Customized treatment plan\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Coaching &amp; education\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Routine follow up &amp; dose monitoring\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Optional PHYSIQ body contouring upgrade for members\n									</li>\n						</ul>\n															<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg 500w, https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img-231x300.jpg 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2>Medication &amp; Peptide Options \nMay Include\n</h2>				\n									<h4>\n							Tirzepatide (GLP 1 / GIP) — supports:						\n					</h4>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced appetite &amp; cravings\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Improved insulin sensitivity\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Steady, medically guided weight loss\n									</li>\n						</ul>\n									<h5>\n							Semaglutide (GLP 1) — supports:						\n					</h5>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Satiety signaling &amp; portion control\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Reduced hunger\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Sustained fat loss results\n									</li>\n						</ul>\n									<h5>\n							Sermorelin (GH Secretagogue) — supports:						\n					</h5>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Lean body composition\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Recovery &amp; performance\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Restful sleep &amp; hormone balance support\n									</li>\n						</ul>\n									<h5>\n							NAD+ Therapy — supports:						\n					</h5>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Cellular repair &amp; mitochondrial energy\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Clarity &amp; cognitive stamina\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Metabolic wellness\n									</li>\n						</ul>\n									<h5>\n							Lipo B12 / MIC Injections — support:						\n					</h5>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Fat metabolism\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Energy &amp; nutrient support\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Ongoing wellness maintenance\n									</li>\n						</ul>\n									<h5>\n							Ideal Candidates						\n					</h5>\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Struggle with stubborn or long term weight gain\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Prefer a medical provider guiding the process\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Want accountability &amp; structured progress\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Value safe, sustainable results\n									</li>\n						</ul>\n					<h2><b>Weight Loss </b>Programs\n</h2>				\n													<h5>\n								Medical Weight Loss							</h5>\n												&#36;						\n								295							\n								per month							\n								<ul>\n																	<li>\n										<p data-start=\"178\" data-end=\"519\">Our <strong data-start=\"182\" data-end=\"213\">Medical Weight Loss Program</strong> is the most comprehensive program available—combining science-backed guidance with personalized support for lasting success. Each plan includes a personalized peptide prescriptions, <strong data-start=\"360\" data-end=\"384\" style=\"font-style: inherit\">customized meal plan</strong>, <strong data-start=\"386\" data-end=\"415\" style=\"font-style: inherit\">tailored training program</strong>, <strong data-start=\"417\" data-end=\"444\" style=\"font-style: inherit\">detailed lab monitoring</strong>, and <strong data-start=\"450\" data-end=\"483\" style=\"font-style: inherit\">weekly asynchronous check-ins</strong> with a licensed medical provider.\n</p>\n<p data-start=\"521\" data-end=\"740\">Designed for those with <strong data-start=\"545\" data-end=\"590\">less than 12 months of fitness experience</strong>, this program builds a strong foundation for both immediate results and long-term success—helping you not just reach your goals, but maintain them.</p>									\n						</li>\n									</ul>\n													<h5>\n								Peptide Therapy Program							</h5>\n												&#36;						\n								95							\n								per month							\n								<ul>\n																	<li>\n										<p data-start=\"311\" data-end=\"753\">Our <strong data-start=\"315\" data-end=\"342\">Peptide Therapy Program</strong> is a comprehensive, medically guided plan designed for individuals who already have experience with structured meal and training programs but want to enhance their progress through advanced medical support. Each program includes <strong data-start=\"572\" data-end=\"610\">personalized peptide prescriptions</strong>, <strong data-start=\"612\" data-end=\"639\">detailed lab monitoring</strong>, and <strong data-start=\"645\" data-end=\"671\">asynchronous check-ins</strong> with a licensed medical provider to ensure optimal dosing, safety, and results.</p>\n<p data-start=\"207\" data-end=\"419\">Tailored for those ready to take their performance and recovery to the next level, this program provides the medical oversight and precision your body needs to reach its full potential—during and beyond your treatment.</p>\n						</li>\n									</ul>\n					<h2>Safety &amp; \n  Oversight\n</h2>				\n		<p>All medications are prescribed based on medical history, safety review, and screening. Not all patients are candidates for every medication. Your provider will review risks, benefits, dosing, and expectations with you.</p>		\n					<h4>Member Bonus — PHYSIQ Preferential \n  Access\n</h4>				\n		<p>Members receive access to preferred PHYSIQ pricing to enhance fat reduction and muscle tone as part of their transformation journey. Non members may still purchase PHYSIQ at standard pricing.</p>		\n					<h2>PHYSIQ Body Contouring — Fat Reduction &amp; Muscle Toning\nTechnology  </h2>				\n		<p>PHYSIQ uses Sequential Thermal &amp; Electrical Pulse (STEP) technology to reduce fat and stimulate muscle activity — helping reshape and tone stubborn areas with little to no downtime.</p>		\n					<h5>Why Patients Choose PHYSIQ\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Non-invasive body contouring\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Targets fat AND muscle in one treatment\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Comfortable, no-downtime sessions\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Visible improvements over a treatment series\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Enhances results when combined with medical weight loss or peptide therapy\n									</li>\n						</ul>\n															<img width=\"1280\" height=\"1279\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp 1280w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-300x300.webp 300w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-1024x1024.webp 1024w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-150x150.webp 150w, https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280-768x767.webp 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />															\n					<h2>PHYSIQ Member vs Non-Member\nStrategy  </h2>				\n					<h5>Non-Members</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Standard PHYSIQ session &amp; package pricing.\n									</li>\n						</ul>\n					<h5>Members</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Preferred pricing (generally 15–25% savings)\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Priority scheduling\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Access to exclusive bundle programs\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Optional small perks like complimentary B12 add-ons\n									</li>\n						</ul>\n					<h4>Member Transformation Packages (Examples)\n</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										PHYSIQ 6 Session Series — Member Preferred Rate\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										PHYSIQ 8Session Series — Additional Savings\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Weight Loss or Peptide Program + PHYSIQ Bundle — Custom pricing\n									</li>\n						</ul>\n					<h4>Suggested Website Language\n</h4>				\n		<p>“Not a member yet? You can still book PHYSIQ — and if you decide to join later, you’ll gain access to preferred pricing and transformation packages.”</p>		\n					<h2>PHYSIQ Inquiry — \nNon-Member </h2>				\n		<p>“Yes! PHYSIQ is our non-invasive fat reduction and muscle toning treatment. You can absolutely book as a non member, and many of our patients do. The nice bonus is that members receive preferred PHYSIQ pricing — so if you think you may want more than one session, we can also share membership options so you can choose whichever is the best value for you.”</p>		\n					<h5>Weight Loss or Peptide Patient — Introduce PHYSIQ\n</h5>				\n		<p>“Since you’re already on your medical program, some patients choose to add PHYSIQ to help target stubborn areas and tone muscle as they lose weight. Totally optional — but members do receive preferred PHYSIQ pricing if you want to take advantage of it.”</p>		\n															<img width=\"389\" height=\"292\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-3.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-3.webp 389w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-3-300x225.webp 300w\" sizes=\"(max-width: 389px) 100vw, 389px\" />															\n															<img width=\"388\" height=\"292\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp 388w, https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2-300x226.webp 300w\" sizes=\"(max-width: 388px) 100vw, 388px\" />															\n					<h2><b>Exclusive </b>VIP Access\n</h2>				\n													<h5>\n								PHYSIQ Body Contouring							</h5>\n								20% Off							\n								Any 5 Session Packages							\n								<ul>\n																	<li>\n										<p data-start=\"119\" data-end=\"317\">Our <strong data-start=\"123\" data-end=\"174\">hands-free, non-invasive body contouring system</strong> uses exclusive <strong data-start=\"190\" data-end=\"210\">STEP™ technology</strong> to alternate Laser and EMS energy—<strong data-start=\"245\" data-end=\"295\">melting fat, toning muscle, and smoothing skin</strong> with zero downtime.</p>\n<p data-start=\"319\" data-end=\"526\">Sign up within <strong data-start=\"334\" data-end=\"345\">30 days</strong> of your first treatment to qualify for our <strong data-start=\"389\" data-end=\"423\">discounted Maintenance Program</strong>, with ongoing sessions starting at <strong data-start=\"459\" data-end=\"473\">$199/month</strong> to help you <strong data-start=\"486\" data-end=\"523\">maintain and enhance your results</strong>.</p>									\n						</li>\n									</ul>\n																		<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n								LEARN MORE							</a>\n													<h5>\n								Full Body Red Light Therapy							</h5>\n												&#36;						\n								25							\n								Non-Members $55							\n								<ul>\n																	<li>\n										Our <strong data-start=\"158\" data-end=\"189\">full-body Red Light Therapy</strong> delivers powerful <strong data-start=\"208\" data-end=\"265\">red (~660 nm) and near-infrared (~850 nm) wavelengths</strong>—energizing your cells for deeper repair without UV exposure or downtime. It <strong data-start=\"342\" data-end=\"385\">boosts circulation, stimulates collagen</strong>, and <strong data-start=\"391\" data-end=\"428\">relieves muscle and joint tension</strong>, leaving your skin and body feeling <strong data-start=\"465\" data-end=\"499\">restored, radiant, and renewed</strong>.									\n						</li>\n									</ul>\n																		<a href=\"https://genesiswa.com/red-light-therapy/\">\n								LEARN MORE							</a>\n					<h2>REAL Patient Before/After    Photos\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (8)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS04LmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMy5qcGVnIiwic2xpZGVzaG93IjoiZTQwM2FjNCJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-7.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS03LmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS02LmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMi5qcGVnIiwic2xpZGVzaG93IjoiZTQwM2FjNCJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0tMS5qcGVnIiwic2xpZGVzaG93IjoiZTQwM2FjNCJ9\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM3OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0yLmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0zLmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS00LmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS01LmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS0xLmpwZWciLCJzbGlkZXNob3ciOiJlNDAzYWM0In0%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true,m\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZW0uanBlZyIsInNsaWRlc2hvdyI6ImU0MDNhYzQifQ%3D%3D\">\n																		Advanced Body Contouring								\n									</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e403ac4\" data-elementor-lightbox-title=\"rs=w_600,cg_true\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM4NSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9yc3dfNjAwY2dfdHJ1ZS5qcGVnIiwic2xpZGVzaG93IjoiZTQwM2FjNCJ9\">\n																		Advanced Body Contouring								\n									</a>\n					<h2>Real Patient  Success Stories\n</h2>				\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"D292960C-2419-4E1A-BDF6-4CCC9FC24665\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3OSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9EMjkyOTYwQy0yNDE5LTRFMUEtQkRGNi00Q0NDOUZDMjQ2NjUucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"6AB7B964-B57E-432E-B5F6-C05BEC3B58DF\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82QUI3Qjk2NC1CNTdFLTQzMkUtQjVGNi1DMDVCRUMzQjU4REYucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"F2FF3B1F-CE83-41A3-B719-824E816B132C\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MiwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9GMkZGM0IxRi1DRTgzLTQxQTMtQjcxOS04MjRFODE2QjEzMkMucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"6C8F48DF-CE5D-4076-BF6E-F2900659CFC6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4NCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC82QzhGNDhERi1DRTVELTQwNzYtQkY2RS1GMjkwMDY1OUNGQzYucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"409412BF-AF4A-4469-97B6-ABD55C4FC8D6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3NywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC80MDk0MTJCRi1BRjRBLTQ0NjktOTdCNi1BQkQ1NUM0RkM4RDYucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"C61C4B7D-4CBF-41A0-98A0-4148D1121DCB\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA3OCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9DNjFDNEI3RC00Q0JGLTQxQTAtOThBMC00MTQ4RDExMjFEQ0IucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"E90B6E69-31E6-411F-8CCD-62D4A5A26E1C\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzA4MSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9FOTBCNkU2OS0zMUU2LTQxMUYtOENDRC02MkQ0QTVBMjZFMUMucG5nIiwic2xpZGVzaG93IjoiMjY3NjA5MCJ9\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/2.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxMywidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC8yLnBuZyIsInNsaWRlc2hvdyI6IjI2NzYwOTAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/3.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxNCwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC8zLnBuZyIsInNsaWRlc2hvdyI6IjI2NzYwOTAifQ%3D%3D\">\n														</a>\n							<a href=\"https://genesiswa.com/wp-content/uploads/2025/05/4.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2676090\" data-elementor-lightbox-title=\"4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAxNSwidXJsIjoiaHR0cHM6XC9cL2dlbmVzaXN3YS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC80LnBuZyIsInNsaWRlc2hvdyI6IjI2NzYwOTAifQ%3D%3D\">\n														</a>\n					<h2>Beginning of a  better you.  \n</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Medical Weight Loss + PHYSIQ', '', 'publish', 'closed', 'closed', '', 'medical-weight-loss-physiq', '', '', '2026-01-28 13:12:24', '2026-01-28 13:12:24', '', 0, 'https://genesiswa.com/?page_id=4625', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4627, 1, '2026-01-17 10:41:08', '2026-01-17 10:41:08', '<h2>Concierge Dermatology &amp; Medical \n Skin Care </h2>				\n		<p>At Genesis Wellness &amp; Aesthetics, our Concierge Dermatology service offers compassionate, personalized, and medically guided care for acne, pigmentation, aging, rosacea, and chronic skin concerns — without the limitations of insurance driven models. You’ll receive extended appointment time, direct education, and a treatment plan created around your unique skin, lifestyle, and goals.</p>		\n															<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg 500w, https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new-231x300.jpg 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2>What We Treat\n</h2>				\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:svg=\"http://www.w3.org/2000/svg\" id=\"svg1876\" height=\"512\" viewBox=\"0 0 26.458333 26.458334\" width=\"512\"><g id=\"layer1\" transform=\"translate(131.03 -196.708)\"><path id=\"path7746\" d=\"m-117.59692 198.85718a.27014112.27014112 0 0 0 -.2658.27533c0 .0863-.0577.18906-.16099.34403-.10331.15497-.25326.35858-.25326.64434 0 .28535.14945.49047.25326.64403.10332.15497.16099.25828.16099.34404 0 .0863-.0577.18906-.16099.34403-.10331.15497-.25326.35858-.25326.64434 0 .28535.12588.54152.23722.75687.11133.21665.22317.38065.22317.38065a.27054117.27054117 0 1 0 .44834-.30291s-.0953-.14093-.19107-.32699c-.0958-.18556-.17703-.42327-.17703-.50878 0-.0863.0577-.18906.16098-.34403.10331-.15497.25326-.35808.25326-.64404 0-.28535-.14945-.49047-.25326-.64433-.10331-.15497-.16098-.25828-.16098-.34404 0-.0863.0577-.18906.16098-.34403.10331-.15497.25326-.35858.25326-.64439a.27014112.27014112 0 0 0 -.27432-.27532zm-6.01934 2.4973a.27014112.27014112 0 0 0 -.18807.4634c.20211.20311.45236.24072.63446.27883.18205.0351.29539.0687.35557.12739.0602.0587.0928.17553.12838.35607.0351.18204.0742.4328.27633.63506.20211.20311.45186.24072.63401.27532.18205.0351.29589.0687.35607.12739.0602.0587.17101.28535.2342.48495.0632.1996.0963.36661.0963.36661a.27014112.27014112 0 1 0 .53-.10331s-.0401-.19609-.11184-.42729c-.0737-.23069-.1645-.5005-.3671-.70286-.20211-.20311-.45236-.24072-.63441-.27884-.18205-.0351-.29589-.0687-.35607-.12738-.0602-.0617-.0928-.17553-.12839-.35607-.0351-.18255-.0742-.4323-.27633-.63476-.2021-.20311-.45186-.24072-.634-.27533-.18205-.0351-.29589-.0687-.35607-.12738a.27014112.27014112 0 0 0 -.19409-.0828zm11.62473 0a.27014112.27014112 0 0 0 -.18555.0828c-.0602.0587-.17353.0928-.35607.12739-.18205.0351-.4323.0757-.63441.27532-.20211.20311-.24072.45286-.27633.63476-.0351.18205-.0682.29589-.12839.35607-.0602.0587-.17352.0928-.35557.12738-.18204.0351-.4323.0757-.63455.27884-.20211.20311-.29338.47192-.3666.70286-.0737.2307-.11184.42729-.11184.42729a.27014112.27014112 0 1 0 .52994.10331s.0351-.16851.0963-.3666c.0632-.1996.17402-.42478.2342-.48496.0602-.0587.17403-.0928.35608-.12738.18204-.0351.43229-.0757.63455-.27533.20211-.20311.24022-.45286.27583-.63506.0351-.18255.0682-.29589.12839-.35607.0602-.0587.17402-.0928.35607-.12738.18204-.0351.43179-.0757.63415-.27884a.27014112.27014112 0 0 0 -.19609-.46339zm-5.8084 2.88708c-1.19876 0-2.19711.97323-2.90724 2.09961-.0602.0963-.11735.19258-.17302.28887h-9.61113a.27023714.27023714 0 1 0 0 .54047h9.72738a.27014152.27014152 0 0 0 .27783-.14092c.0747-.13741.15347-.27182.23621-.40171.66104-1.04825 1.55658-1.8478 2.45012-1.8478.89353 0 1.78922.79955 2.45021 1.8478.0828.1309.16199.2648.23621.40171a.27014152.27014152 0 0 0 .30993.14092h9.69514a.27023714.27023714 0 1 0 0-.54047h-9.61124c-.0557-.0963-.11283-.19258-.17302-.28887-.71013-1.12638-1.70853-2.09961-2.90723-2.09961zm0 1.31245c-.45136 0-.85703.22718-1.19991.55597-.34303.32698-.63566.76133-.88095 1.23641-.49047.95056-.79238 2.05558-.79238 2.8451 0 1.5791 1.28993 2.86401 2.87324 2.86401 1.58326 0 2.87363-1.28491 2.87363-2.86401 0-.78952-.3019-1.89454-.79273-2.8451-.24524-.47493-.53802-.90928-.8809-1.23641-.34303-.32699-.7487-.55597-1.2-.55597zm0 .54012c.2673 0 .54664.13741.82668.40672.27984.26831.5482.65602.77403 1.09364.45186.87518.7326 1.95372.7326 2.59705 0 1.28597-1.04098 2.32359-2.33331 2.32359-1.29239 0-2.33337-1.03762-2.33337-2.32359 0-.64333.28085-1.72187.73261-2.59705.22567-.43782.49398-.82634.77402-1.09364.27984-.26831.55913-.40672.82674-.40672zm-11.30021 2.21691c-.3987 0-.77167.17553-1.06114.34052-.28937.16149-.4975.32699-.4975.32699a.27014112.27014112 0 1 0 .33501.42377s.17703-.14092.42778-.28235c.25076-.14092.57383-.2683.7959-.2683.22216 0 .47492.12036.76495.27532.29037.15146.61765.33702 1.0165.33702.3987 0 .69609-.19258.93752-.34655.24122-.15145.42678-.26479.6489-.26479.22217 0 .40772.11033.6492.26479.24122.15146.53862.34655.93752.34655.39869 0 .69579-.19258.93716-.34655.24123-.15145.42729-.26479.6492-.26479.22217 0 .40773.11033.6489.26479a.27014112.27014112 0 1 0 .28837-.45687c-.24122-.15145-.53827-.34654-.93717-.34654-.39869 0-.69609.19258-.93746.34654-.24123.15146-.42679.2648-.6489.2648-.22217 0-.40773-.11033-.64925-.2648-.24123-.15145-.53862-.34654-.93747-.34654-.3987 0-.69579.19258-.93717.34654-.24122.15146-.42728.2648-.64925.2648-.22217 0-.47493-.12036-.76525-.27533-.29037-.15146-.61735-.33701-1.0162-.33701zm16.05936 0c-.3987 0-.69579.19258-.93717.34654a.27014112.27014112 0 1 0 .28837.45688c.24122-.15146.42678-.2648.6488-.2648.22217 0 .40773.10983.64925.2648.24123.15145.53872.34654.93757.34654.3987 0 .69579-.19258.93717-.34654.24122-.15146.42728-.2648.64925-.2648.22216 0 .40722.10983.6488.2648.24122.15145.53872.34654.93756.34654.3987 0 .72428-.18255 1.01169-.33702.28737-.15145.53692-.27532.75894-.27532.22216 0 .54839.12738.80231.27181.25376.14093.4338.28235.4338.28235a.27021002.27021002 0 0 0 .3325-.42578s-.21063-.16499-.50286-.32698c-.29188-.16149-.66671-.33701-1.0656-.33701-.3987 0-.72478.18204-1.0122.33701-.28736.15146-.53636.27533-.75843.27533-.22216 0-.40772-.11033-.6492-.2648-.24122-.15145-.53831-.34654-.93721-.34654-.3987 0-.6962.19258-.93757.34654-.24123.15146-.42678.2648-.6488.2648-.22217 0-.40773-.11033-.64925-.2648-.24123-.15145-.53872-.34654-.93757-.34654zm-4.75915.37162c-.59544 0-1.08351.48796-1.08356 1.08365 0 .59554.48797 1.08441 1.08356 1.08441.59539 0 1.0839-.48897 1.0839-1.08441 0-.59549-.48846-1.08365-1.0839-1.08365zm0 .53977c.30341 0 .54358.24072.54358.54388 0 .30291-.24022.54429-.54358.54429-.30341 0-.54354-.24072-.54354-.54429 0-.30291.24023-.54388.54354-.54388zm-11.30021.95121c-.59539 0-1.08351.48847-1.08351 1.08441 0 .59549.48797 1.08401 1.08351 1.08401.59544 0 1.08395-.48847 1.08395-1.08401 0-.59589-.48846-1.08441-1.08395-1.08441zm6.55896 0c-.59544 0-1.08356.48847-1.08356 1.08441 0 .59549.48797 1.08401 1.08356 1.08401.59539 0 1.08391-.48847 1.08391-1.08401 0-.59589-.48847-1.08441-1.08391-1.08441zm9.52838 0c-.59544 0-1.0835.48847-1.0835 1.08441 0 .59549.48796 1.08401 1.0835 1.08401.59539 0 1.08381-.48847 1.08381-1.08401 0-.59589-.48847-1.08441-1.08381-1.08441zm6.54171 0c-.59539 0-1.0839.48847-1.0839 1.08441 0 .59549.48846 1.08401 1.0839 1.08401s1.08351-.48847 1.08351-1.08401c0-.59589-.48797-1.08441-1.08351-1.08441zm-22.62905.54012c.30341 0 .54363.24073.54363.54429 0 .30291-.24022.54388-.54363.54388-.30342 0-.54349-.24072-.54349-.54388 0-.30291.24022-.54429.54349-.54429zm6.55896 0c.30341 0 .54358.24073.54358.54429 0 .30291-.24022.54388-.54358.54388-.30341 0-.54354-.24072-.54354-.54388 0-.30291.24023-.54429.54354-.54429zm9.52838 0c.30342 0 .54349.24073.54349.54429 0 .30291-.24022.54388-.54349.54388-.30341 0-.54318-.24072-.54318-.54388 0-.30291.24022-.54429.54318-.54429zm6.54171 0c.30342 0 .54354.24073.54354.54429 0 .30291-.24022.54388-.54354.54388-.30341 0-.54358-.24072-.54358-.54388 0-.30291.24022-.54429.54358-.54429zm-19.25251.21665a.32542295.32566848 0 0 0 -.32547.32699.32542295.32566848 0 0 0 .32547.32698.32542295.32566848 0 0 0 .32548-.32698.32542295.32566848 0 0 0 -.32548-.32699zm15.86448 0a.32542295.32566848 0 0 0 -.32548.32699.32542295.32566848 0 0 0 .32548.32698.32542295.32566848 0 0 0 .32548-.32698.32542295.32566848 0 0 0 -.32548-.32699zm-15.86438 2.49831c-.59539 0-1.0835.48847-1.0835 1.08406 0 .59549.48796 1.08436 1.0835 1.08436.59544 0 1.08351-.48897 1.08356-1.08436-.00005-.59554-.48797-1.08406-1.08356-1.08406zm6.25019 0c-.59539 0-1.08351.48847-1.08351 1.08406 0 .59549.48797 1.08436 1.08351 1.08436.59544 0 1.08396-.48897 1.08396-1.08436 0-.59554-.48847-1.08406-1.08396-1.08406zm3.28171 0c-.59544 0-1.08351.48847-1.08351 1.08406 0 .59549.48797 1.08436 1.08351 1.08436.59539 0 1.08351-.48897 1.08351-1.08436 0-.59554-.48797-1.08406-1.08351-1.08406zm6.33238 0c-.59539 0-1.0835.48847-1.0835 1.08406 0 .59549.48796 1.08436 1.0835 1.08436.59539 0 1.08396-.48897 1.08396-1.08436 0-.59554-.48847-1.08406-1.08396-1.08406zm-15.86428.54012c.30342 0 .54354.24073.54354.54394 0 .30291-.24022.54423-.54354.54423-.30341 0-.54358-.24072-.54358-.54423 0-.30291.24022-.54394.54358-.54394zm6.25019 0c.30341 0 .54363.24073.54363.54394 0 .30291-.24022.54423-.54363.54423s-.54303-.24072-.54303-.54423c0-.30291.23972-.54394.54303-.54394zm3.28171 0c.30341 0 .54358.24073.54358.54394 0 .30291-.24022.54423-.54358.54423-.30341 0-.54348-.24072-.54348-.54423 0-.30291.24022-.54394.54348-.54394zm6.33238 0c.30341 0 .54359.24073.54359.54394 0 .30291-.24023.54423-.54359.54423-.30341 0-.54348-.24072-.54348-.54423 0-.30291.24022-.54394.54348-.54394zm-19.24077.21666a.32542295.32566848 0 0 0 -.32548.32698.32542295.32566848 0 0 0 .32548.32698.32542295.32566848 0 0 0 .32547-.32698.32542295.32566848 0 0 0 -.32547-.32698zm6.55891 0a.32542295.32566848 0 0 0 -.32548.32698.32542295.32566848 0 0 0 .32548.32698.32542295.32566848 0 0 0 .32548-.32698.32542295.32566848 0 0 0 -.32548-.32698zm9.52838 0a.32542295.32566848 0 0 0 -.32547.32698.32542295.32566848 0 0 0 .32547.32698.32542295.32566848 0 0 0 .32548-.32698.32542295.32566848 0 0 0 -.32548-.32698zm6.54161 0a.32542295.32566848 0 0 0 -.32547.32698.32542295.32566848 0 0 0 .32547.32698.32542295.32566848 0 0 0 .32548-.32698.32542295.32566848 0 0 0 -.32548-.32698zm-11.33286 1.95166a.27014152.27014152 0 0 0 -.17753.0722l-1.10286.73034a.27014112.27014112 0 1 0 .29839.45036l.71626-.47443v3.55378h-12.42148a.27024.27024 0 0 0 0 .54048h12.62173a.27014152.27014152 0 0 0 .13942 0h12.62193a.27024.27024 0 0 0 0-.54048h-12.42158v-3.55378l.7162.47443a.27014112.27014112 0 1 0 .2984-.45036l-1.10357-.73104a.27014152.27014152 0 0 0 -.18505-.0687zm-12.69465.29589a.27014112.27014112 0 0 0 -.16048.48395s.20813.165.4975.32699c.28937.16499.66229.34052 1.06114.34052.39869 0 .72603-.18205 1.0162-.33701.29037-.15146.54323-.27533.7653-.27533.22217 0 .40772.10983.64925.26129.24123.15145.53827.34654.93717.34654.3987 0 .69609-.19258.93746-.34654.24123-.15146.42729-.26129.64921-.26129.22216 0 .40772.10983.64895.26129.24122.15145.53861.34654.93746.34654.3987 0 .69579-.19258.93717-.34654.24122-.15146.42728-.26129.64925-.26129a.27018147.27018147 0 0 0 0-.54012c-.3987 0-.69614.19609-.93752.34704-.24122.15146-.42678.26129-.6489.26129-.22216 0-.40772-.10983-.6492-.26129-.24122-.15145-.53832-.34704-.93721-.34704-.3987 0-.6961.19609-.93747.34704-.24123.15146-.42729.26129-.6492.26129-.22217 0-.40773-.10983-.64895-.26129-.24123-.15145-.53857-.34704-.93747-.34704-.3987 0-.72633.18255-1.01651.33701-.29037.15146-.54293.27533-.76499.27533-.22217 0-.54499-.12739-.79585-.27182-.25075-.14092-.42778-.28185-.42778-.28185a.27014112.27014112 0 0 0 -.17453-.0617zm25.39141 0a.27014112.27014112 0 0 0 -.1675.0587s-.17954.14092-.4338.28184c-.25377.14093-.5803.27182-.80237.27182-.22216 0-.47141-.12036-.75893-.27182-.28736-.15145-.61279-.33701-1.01164-.33701-.39869 0-.69624.19609-.93761.34704-.24123.15146-.42679.26129-.6488.26129-.22217 0-.40773-.10983-.64926-.26129-.24122-.15145-.53826-.34704-.93716-.34704-.3987 0-.69619.19609-.93757.34704-.24122.15146-.42728.26129-.6492.26129-.22217 0-.40722-.10983-.64885-.26129-.24123-.15145-.53872-.34704-.93757-.34704a.27018147.27018147 0 0 0 0 .54012c.22217 0 .40773.10983.6492.26129.24123.15145.53832.34704.93722.34704.3987 0 .69619-.19258.93757-.34704.24122-.15146.42728-.26129.6492-.26129.22217 0 .40722.10983.6488.26129.24122.15145.53877.34704.93762.34704.39869 0 .69579-.19258.93716-.34704.24123-.15146.42729-.26129.64925-.26129.22217 0 .47092.12037.75843.27533.28737.15146.6133.33701 1.01214.33701.3987 0 .77363-.17552 1.06561-.34052.29187-.16148.50291-.32698.50291-.32698a.27014112.27014112 0 0 0 -.165-.48496zm-25.37947 2.24585a.27023298.27023298 0 1 0 0 .54042h1.58637a.27023298.27023298 0 1 0 0-.54042zm3.17278 0a.27023298.27023298 0 1 0 0 .54042h1.58637a.27023298.27023298 0 1 0 0-.54042zm3.17279 0a.27023298.27023298 0 1 0 0 .54042h1.58637a.27023298.27023298 0 1 0 0-.54042zm3.17279 0a.27023298.27023298 0 1 0 0 .54042h1.58681a.27023298.27023298 0 1 0 0-.54042zm4.75042 0a.27023298.27023298 0 1 0 0 .54042h1.58637a.27023298.27023298 0 1 0 0-.54042zm3.17269 0a.27023298.27023298 0 1 0 0 .54042h1.58636a.27023298.27023298 0 1 0 0-.54042zm3.17278 0a.27023298.27023298 0 1 0 0 .54042h1.58642a.27023298.27023298 0 1 0 0-.54042zm3.17279 0a.27023298.27023298 0 1 0 0 .54042h1.58682a.27023298.27023298 0 1 0 0-.54042z\" vector-effect=\"none\"></path></g></svg>				\n									<h5>\n							Acne &amp; hormonal breakouts						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x32_7_Cell_Signaling\"><g><path d=\"m256 486.244c123.115 0 223.276-81.479 223.276-181.629 0-83.392-69.299-155.837-168.523-176.17-2.279-.459-4.537.873-5.22 3.091-6.732 21.845-26.638 36.522-49.533 36.522-22.893 0-42.798-14.677-49.533-36.522-.683-2.218-2.941-3.553-5.22-3.091-99.224 20.333-168.523 92.778-168.523 176.17 0 100.15 100.161 181.629 223.276 181.629zm-56.809-348.13c8.987 23.477 31.322 38.974 56.809 38.974 25.489 0 47.824-15.497 56.809-38.974 92.906 20.518 157.438 88.524 157.438 166.502 0 95.172-96.111 172.599-214.247 172.599s-214.247-77.427-214.247-172.599c0-77.978 64.531-145.984 157.438-166.502z\"></path><path d=\"m158.407 416.753c30.371 12.836 75.573 16.078 87.528-12.209 12.102-28.636-23.263-59.03-52.255-71.28-39.19-16.555-77.643-11.189-87.536 12.221-9.885 23.402 13.071 54.709 52.263 71.268zm-43.946-67.754c9.451-22.361 50.506-18.059 75.705-7.42 23.27 9.837 57.19 36.406 47.454 59.448-.002 0-.002 0-.002.004-7.649 18.111-42.32 21.506-75.697 7.407-33.377-14.104-55.11-41.324-47.46-59.439z\"></path><path d=\"m245.937 404.541-.002.003v.001z\"></path><path d=\"m256 119.354c25.794 0 46.777-21.003 46.777-46.821 0-25.791-20.984-46.777-46.777-46.777s-46.777 20.986-46.777 46.777c0 25.818 20.983 46.821 46.777 46.821zm0-84.569c20.814 0 37.748 16.934 37.748 37.748 0 20.84-16.934 37.792-37.748 37.792s-37.748-16.952-37.748-37.792c0-20.814 16.934-37.748 37.748-37.748z\"></path><path d=\"m334.571 93.245h25.302c2.493 0 4.515-2.019 4.515-4.515s-2.021-4.515-4.515-4.515h-14.403l50.172-50.172c1.764-1.764 1.764-4.62 0-6.384s-4.62-1.764-6.384 0l-50.172 50.172v-14.398c0-2.495-2.021-4.515-4.515-4.515s-4.515 2.019-4.515 4.515v25.298c0 2.491 2.049 4.514 4.515 4.514z\"></path><path d=\"m166.53 84.216h-14.403c-2.493 0-4.515 2.019-4.515 4.515s2.021 4.515 4.515 4.515h25.302c2.466 0 4.515-2.024 4.515-4.515v-25.298c0-2.495-2.021-4.515-4.515-4.515s-4.515 2.019-4.515 4.515v14.399l-50.172-50.172c-1.764-1.764-4.62-1.764-6.384 0s-1.764 4.62 0 6.384z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h5>\n							Rosacea &amp; redness						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 128 128\"><g><path d=\"m31 25h17c.5526848 0 1-.4477997 1-1s-.4473152-1-1-1h-17c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1z\"></path><path d=\"m21 31h27c.5526848 0 1-.4477997 1-1s-.4473152-1-1-1h-27c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1z\"></path><path d=\"m49 36c0-.5522003-.4473152-1-1-1h-17c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1h17c.5526848 0 1-.4477997 1-1z\"></path><path d=\"m46 77h-17c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1h17c.5526848 0 1-.4477997 1-1s-.4473152-1-1-1z\"></path><path d=\"m46 83h-27c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1h27c.5526848 0 1-.4477997 1-1s-.4473152-1-1-1z\"></path><path d=\"m46 89h-17c-.5527153 0-1 .4477997-1 1s.4472847 1 1 1h17c.5526848 0 1-.4477997 1-1s-.4473152-1-1-1z\"></path><path d=\"m69.9990005 76c-1.7783203 0-3.4013138 1.1952972-3.8691177 2.9955978-.552803 2.1381989.7294998 4.3208008 2.8672028 4.8755035.336914.0874024.674797.1288987 1.0067978.1288987 1.7782974 0 3.4013977-1.1948013 3.8691177-2.9961014.5537796-2.1371994-.7294159-4.3202972-2.8671188-4.8744965-.336998-.0874023-.6747971-.1294021-1.0068818-.1294021zm1.9384842 4.5009995c-.2294845.8827972-1.0243988 1.4990005-1.9336013 1.4990005-.1688843 0-.337883-.0214996-.5048828-.0649033-1.0664139-.2763977-1.7089996-1.3705978-1.4336166-2.4360962.2294997-.8827972 1.0243987-1.4990005 1.9336165-1.4990005.1679993 0 .337883.0220032.5048828.0653992 1.0663987.2763977 1.7099991 1.3696975 1.4336014 2.4356003z\"></path><path d=\"m80.6220856 77.8867035c.2949142.0766983.5907974.1132965.8817978.1132965 1.5557022 0 2.9746017-1.0458984 3.3837967-2.6211014.4863205-1.8701019-.6366806-3.7802963-2.5077972-4.266098-.2948838-.0762024-.589882-.1128006-.8808824-.1128006-1.5556183 0-2.9756165 1.0458984-3.3847198 2.6221008-.4853973 1.870102.6367188 3.7798004 2.5078049 4.2646027zm-.5723038-3.762207c.1718979-.6620942.767601-1.1244965 1.4492187-1.1244965.1269989 0 .2538834.0166016.3779984.0487976.3885803.1006012.7137833.346199.9168854.6913986.2022018.3452072.2587967.7481003.1581955 1.1363068-.1717987.6615982-.7674942 1.123497-1.4481964 1.123497-.1259995 0-.2538834-.0166016-.3798828-.0493011-.3877182-.1006012-.7129211-.3456955-.9150009-.6903992-.2031174-.3448029-.2598191-.7481003-.1592179-1.1358032z\"></path><path d=\"m80.2480011 86.9028015c.2529984.0660019.5058823.0971985.7558823.0971985 1.3320007 0 2.5497971-.8964996 2.9003983-2.2461014.4160004-1.6035004-.5468979-3.2411957-2.1503983-3.657196-.2518845-.0653992-.5058823-.0967026-.7548829-.0967026-1.3339996 0-2.5508194.8964996-2.9013138 2.2471008-.4151 1.6029969.5458985 3.2397003 2.1503144 3.6557007zm-.2148209-3.153305c.1152039-.4413987.5117035-.7494965.9658203-.7494965.0839996 0 .1689987.0106964.2529984.0326996.348587.0903015.5321808.3276978.6102829.4609985s.1963043.4091034.1064987.7578049c-.1142959.4408951-.5117798.748497-.9648971.748497-.0839996 0-.1688843-.0106964-.2538834-.0332031-.5332184-.1381989-.8545151-.6845932-.7168198-1.2173004z\"></path><path d=\"m63.2284851 61.9243011c.2598.0513001.519516.0756989.7753983.0756989 1.8731155 0 3.5458984-1.3218002 3.9208984-3.2275009.4277039-2.1679993-.9843979-4.2695999-3.1513977-4.6973-.260704-.0513-.5205002-.0756989-.7763023-.0756989-1.8720818 0-3.5449982 1.3203011-3.9199982 3.2276001-.4267006 2.1660004.9844017 4.2700005 3.1514015 4.6972008zm-1.1894035-4.3110008c.1845016-.9351006 1.0078011-1.6138 1.9580002-1.6138.1299171 0 .2616997.0126991.3885994.0376015 1.0830994.2138977 1.7901001 1.2670975 1.5762024 2.3495979-.1836014.9351005-1.0067978 1.6133003-1.9580002 1.6133003-.1298828 0-.2607002-.0126991-.3886986-.0381012-1.0820007-.213398-1.7890015-1.2665977-1.5761032-2.3485985z\"></path><path d=\"m51.4990005 55c-.8730011 0-1.7480011.3246994-2.4267159.9780006-1.3916016 1.341301-1.4346008 3.5566978-.0937996 4.9496994.6875154.7134018 1.6035157 1.0723 2.5205155 1.0723.8740005 0 1.7490005-.3256989 2.4296837-.9799995 1.3915977-1.3398018 1.4346008-3.5551987.0928001-4.9468002-.6874847-.7143021-1.6044845-1.0732003-2.5224838-1.0732003zm1.0419999 4.5791016c-.2822152.2714996-.6523171.4208984-1.0419999.4208984-.4111176 0-.7949181-.1636009-1.0791168-.4589996-.5741997-.596199-.5555992-1.5483017.0391159-2.1216011.2811852-.2705002.650383-.4193993 1.0400009-.4193993.4111824 0 .7948837.1631012 1.0820847.4613991.277298.2881012.4256973.6669998.4189148 1.0669021-.0078163.3998986-.1709175.7734986-.4589996 1.0508004z\"></path><path d=\"m81.0731812 51.9785004c-1.3916016 1.3408012-1.4345016 3.5556984-.0936966 4.9496994.6875152.712902 1.6035156 1.0718002 2.5215149 1.0718002.8740005 0 1.7480011-.3251991 2.427681-.9790001 1.3916016-1.3408012 1.4346008-3.5556984.0938034-4.9477997-.6865997-.7137985-1.6035995-1.0727005-2.5214844-1.0727005-.8740006 0-1.7490006.3246994-2.4278183.9780007zm3.4688186 3.6016006c-.2813186.2705002-.6514206.419899-1.0410003.419899-.412117 0-.7959137-.1636009-1.0801163-.4580002-.5742035-.5966988-.5557022-1.5493011.0391159-2.1221008.2811813-.2705002.650383-.4193993 1.0410004-.4193993.411087 0 .7948837.1631012 1.0810013.4598999.5732803.5952988.5546798 1.546402-.040001 2.1197014z\"></path><path d=\"m56.9990005 46.0009995c-.7480011 0-1.4980011.2783012-2.0791168.8379021-1.1932983 1.1488991-1.2304001 3.0492973-.0810013 4.2416992.5898018.6118011 1.375.9193992 2.1621171.9193992.7480011 0 1.4980011-.2783012 2.0800858-.8384018 1.1932983-1.1493988 1.2293968-3.0472984.0809975-4.2411995-.5888978-.6117973-1.3750001-.9193992-2.1630823-.9193992zm.695282 3.7192001c-.1875.1807022-.4335975.2798004-.693283.2798004-.159214 0-.4649162-.0400009-.721714-.3065987-.3818016-.3970032-.3691025-1.0312996.0282974-1.4141006.1865005-.1796989.4317017-.2783012.6914177-.2783012.160183 0 .4657822.0395012.7216835.3060989.3817977.3970032.3700981 1.0318031-.0264016 1.4131012z\"></path><path d=\"m65.4774857 41.1049995c.7412948.6020012 1.6328964.8950005 2.5186004.8950005 1.1641006 0 2.3173981-.5054016 3.1083984-1.4790001 1.3935165-1.7134018 1.1327972-4.2328987-.5820007-5.6259995-.7422027-.6020011-1.6338043-.8950004-2.5204849-.8950004-1.1631165 0-2.3155136.5043983-3.106514 1.4775009-1.392601 1.7154007-1.1309013 4.2338982.5820008 5.6274986zm.9697952-4.3661995c.3818054-.4692993.948204-.7388 1.554718-.7388.3231812 0 .803688.0775986 1.2596817.4473.4141006.3368988.672905.8148994.7276001 1.3465996.055603.5307999-.0997009 1.0513-.4375 1.4664001-.381897.4701996-.9482956.7397003-1.5556946.7397003-.3223038 0-.8027039-.0775986-1.2568054-.4463005-.8554993-.6963005-.9863968-1.9594994-.2919998-2.8148995z\"></path><path d=\"m83.7089996 31.7837009c-.649414-.5274009-1.429718-.7837009-2.2061157-.7837009-1.0175018 0-2.0262985.4419003-2.7176971 1.2943993-1.2207031 1.5009995-.990303 3.7027016.5086975 4.9224014.649498.5268974 1.4296951.7831993 2.2051162.7831993 1.0175858 0 2.0263824-.4413986 2.7177811-1.2924995 1.2197037-1.5.9902191-3.7046013-.507782-4.9237996zm-1.0439987 3.6625996c-.2861175.3520012-.7109146.5536995-1.1660004.5536995-.242218 0-.6025162-.0581017-.942421-.3344994-.6424942-.5223999-.7411957-1.4687004-.2186966-2.1108017.2861176-.3526001.7108994-.5546989 1.1660005-.5546989.2412033 0 .6025009.0586014.9423981.3349991.6426009.5223999.7402038 1.4692001.2187194 2.1113014z\"></path><path d=\"m74.3915863 24.6714001c-.5547028-.4512005-1.223587-.6709003-1.8877029-.6709003-.8730011 0-1.7382965.3789005-2.3310013 1.1089001-1.0449982 1.2861004-.8487015 3.1743011.4365005 4.2187004.5556183.4521998 1.224617.6718997 1.8896179.6718997.8720856 0 1.7372818-.3784008 2.3300858-1.1079006 1.0449142-1.2860985.8476944-3.1758003-.4375-4.2206993zm-1.1152039 2.9594993c-.1904983.2348004-.4737014.3691006-.7773819.3691006-.1611176 0-.4004135-.0386009-.6279144-.2241001-.4277039-.3472004-.4932022-.9780006-.1455002-1.4057999.1904144-.2348003.4745941-.3696003.7782974-.3696003.1611176 0 .3993988.0386009.6259995.2226009.4287033.3486996.4941177.9799996.1464996 1.4077988z\"></path><path d=\"m107.5536804 54.6416016-14.5917969-19.2759018c3.1044998-22.125-12.4492035-33.4208794-23.0566025-35.3495865-.5410004-.095215-1.0644989.261231-1.1620941.805176-.0996017.542971.2606964 1.063961.8046951 1.162601 9.9365005 1.8066399 24.5262985 12.5005093 21.375 33.5034103-.0401001.266098.0291977.5375977.1922989.7519989l14.8388977 19.6030006c.3789215.5107002 1.2920074 2.1205978.9834061 3.4160004-.1679993.7030983-.6768036 1.2598-1.5653992 1.7075005-7.121086 3.6908991-7.3720855 3.9658015-7.5009994 4.1065028-.5635071.6048965-.6133041 1.3036957-.655304 1.8988953l-.0468979.6162033c-.0771027 1.0233994-.1552048 2.0458984-.2557983 3.0648956-.0283051.285202-.1973038.4599991-1.1260071.7416992-.6307983.1919022-4.4149933 1.331604-5.6737976 1.7099991-.6327972.1904068-1.3535004.7324066-1.5381012 1.5161057-.392601 1.6786957 4.9853058 4.7065964 6.8086014 5.6743011.0643997 1.9750977-.0830002 9.0873947-5.0927811 13.8417969-2.349617 2.2304993-5.485321 3.678299-9.3203201 4.3037033-13.1151962 2.1396942-21.2597961 13.9247971-19.8056793 28.6581955.0507813.5162048.4853821.9019012.9941826.9019012.0321999 0 .0653992-.001503.0996017-.0048981.5487976-.0541992.9512138-.5438995.8964996-1.0932007-1.1377029-11.5259018 4.0293007-24.1861038 18.1377144-26.4883041 4.2382813-.6908951 7.7294846-2.3149948 10.375-4.8266983 6.5585861-6.2236023 5.7167816-15.6147003 5.677681-16.0116959-.0341949-.3442001-.2665939-.6572037-.577095-.8101044-.8282013-.407196-4.6415863-2.6888962-5.9200058-3.7938995 1.3916016-.4185028 4.9131012-1.4789963 5.5195999-1.6631012.7675018-.2328949 2.3642044-.7173004 2.5351028-2.4594955.1026001-1.0332031.1817169-2.0713043.2598038-3.1098022l.0536957-.7115021c.0205002-.2919006.0371017-.4525986.0878983-.5477982.6758041-.4301987 4.4228058-2.408699 6.9766006-3.732399 1.4227982-.7158012 2.2988052-1.7373009 2.6044006-3.0367012.5821-2.4740982-1.2499999-4.9598999-1.3320007-5.068798z\"></path><circle cx=\"63.001\" cy=\"1\" r=\"1\"></circle></g></svg>				\n									<h5>\n							Melasma &amp; hyperpigmentation						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 256 256\" width=\"512\" data-name=\"Layer 1\"><path d=\"m96 62.054a2.989 2.989 0 0 1 -2.121-.879l-15.108-15.108a3 3 0 1 1 4.242-4.242l15.108 15.108a3 3 0 0 1 -2.121 5.121z\"></path><path d=\"m80.892 77.162a3 3 0 0 1 -2.121-5.121l15.108-15.108a3 3 0 0 1 4.242 4.242l-15.108 15.108a2.991 2.991 0 0 1 -2.121.879z\"></path><path d=\"m96 62.054h-70.3a3 3 0 1 1 0-6h70.3a3 3 0 0 1 0 6z\"></path><path d=\"m160 62.054a3 3 0 0 1 -2.121-5.121l15.108-15.108a3 3 0 1 1 4.242 4.242l-15.108 15.108a2.989 2.989 0 0 1 -2.121.879z\"></path><path d=\"m175.108 77.162a2.991 2.991 0 0 1 -2.121-.879l-15.108-15.108a3 3 0 0 1 4.242-4.242l15.108 15.108a3 3 0 0 1 -2.121 5.121z\"></path><path d=\"m230.3 62.054h-70.3a3 3 0 0 1 0-6h70.3a3 3 0 0 1 0 6z\"></path><path d=\"m253 142.057h-104.917a3 3 0 0 1 0-6h104.917a3 3 0 0 1 0 6z\"></path><path d=\"m96 142.057h-93a3 3 0 1 1 0-6h93a3 3 0 1 1 0 6z\"></path><path d=\"m31.95 184.627a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m64 215.054a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m128 215.054a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m192 215.054a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m96 184.627a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m160.046 184.627a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m224.094 184.627a12 12 0 1 1 12-12 12.011 12.011 0 0 1 -12 12zm0-17.994a6 6 0 1 0 6 6 6 6 0 0 0 -6-6z\"></path><path d=\"m138.383 181.834a3 3 0 0 1 -2.23-.991l-31.153-34.55a3 3 0 0 1 -.688-2.713l4.449-18.412-10.738-15.114h-95.023a3 3 0 1 1 0-6h96.57a3 3 0 0 1 2.446 1.261l12.429 17.491a3 3 0 0 1 .471 2.442l-4.4 18.2 23.218 25.752-5.63-33.782a2.989 2.989 0 0 1 .364-2l8-13.79a3 3 0 0 1 .671-.8l16.849-14.08a3 3 0 0 1 1.924-.7h97.088a3 3 0 0 1 0 6h-96l-15.608 13.052-7.192 12.4 7.142 42.846a3 3 0 0 1 -2.958 3.493z\"></path></svg>				\n									<h5>\n							Texture, scarring &amp; enlarged pores						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 64 64\" data-name=\"Layer 1\"><path d=\"m61 39.948h-58c-.553 0-1 .447-1 1v20.052c0 .553.447 1 1 1h58c.553 0 1-.447 1-1v-20.052c0-.553-.447-1-1-1zm-1 20.052h-56v-11.159l3.427 1.706v2.171c0 .131.025.26.075.381l.933 2.267c.159.386.532.619.925.619.127 0 .256-.024.381-.075.511-.21.754-.795.544-1.306l-.857-2.083v-1.593h2.599l2.378 1.577c.17.113.362.167.552.167.324 0 .642-.157.834-.447.306-.46.18-1.081-.28-1.386l-2.629-1.744c-.164-.109-.356-.167-.553-.167h-3.665l-4.662-2.321v-4.658h13.109l-.541.874c-.239.387-.188.887.126 1.216l1.484 1.56c.197.206.461.311.725.311.248 0 .496-.092.689-.275.4-.381.416-1.014.035-1.414l-.952-1.001.785-1.27h18.516v2.662c0 .391.228.746.584.909l7.117 3.261-.514 3.432-2.953 2.637c-.412.368-.448 1-.08 1.412.197.222.472.334.746.334.237 0 .476-.084.666-.254l3.223-2.877c.174-.155.288-.367.323-.598l.513-3.424 4.102 1.103 3.27 4.264c.197.257.494.392.795.392.212 0 .426-.067.607-.206.438-.337.521-.964.186-1.402l-3.477-4.533c-.134-.175-.322-.3-.534-.357l-5.433-1.461-7.141-3.271v-2.021h14.543l.665 1.96-.786 1.277c-.29.471-.143 1.087.327 1.376.164.101.345.148.523.148.336 0 .664-.169.853-.476l1.032-1.678c.156-.254.191-.563.096-.846l-.598-1.763h3.368v18.052z\"></path><path d=\"m32.062 45.555c-.49-.258-1.094-.066-1.35.422l-2.162 4.127-4.47 1.029c-.026.006-.047.024-.072.032-.06.019-.115.046-.171.077-.035.019-.076.026-.108.048l-2.968 2.093c-.451.318-.56.942-.241 1.394.195.276.504.424.818.424.199 0 .4-.06.575-.183l2.279-1.607 2.881 2.89c.144.145.328.241.528.277l1.908.349c.061.012.121.017.181.017.474 0 .895-.338.982-.82.1-.543-.261-1.064-.804-1.163l-1.601-.293-1.983-1.989 3.162-.728c.284-.065.525-.252.661-.511l2.375-4.534c.257-.489.067-1.094-.422-1.35z\"></path><path d=\"m40.693 17.064c0-4.794-3.899-8.693-8.693-8.693s-8.693 3.899-8.693 8.693 3.899 8.693 8.693 8.693 8.693-3.899 8.693-8.693zm-8.693 6.693c-3.69 0-6.693-3.003-6.693-6.693s3.003-6.693 6.693-6.693 6.693 3.003 6.693 6.693-3.003 6.693-6.693 6.693z\"></path><path d=\"m33 5.708v-2.839c0-.553-.447-1-1-1s-1 .447-1 1v2.839c0 .553.447 1 1 1s1-.447 1-1z\"></path><path d=\"m31 28.418v2.839c0 .553.447 1 1 1s1-.447 1-1v-2.839c0-.553-.447-1-1-1s-1 .447-1 1z\"></path><path d=\"m40.736 9.741 2.007-2.008c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0l-2.007 2.008c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293z\"></path><path d=\"m21.964 28.1c.256 0 .512-.098.707-.293l2.007-2.007c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0l-2.007 2.007c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293z\"></path><path d=\"m41.329 27.807c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-2.007-2.007c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414z\"></path><path d=\"m23.971 10.034c.256 0 .512-.098.707-.293.391-.391.391-1.023 0-1.414l-2.007-2.008c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l2.007 2.008c.195.195.451.293.707.293z\"></path><path d=\"m46.193 18.063c.553 0 1-.447 1-1s-.447-1-1-1h-2.838c-.553 0-1 .447-1 1s.447 1 1 1z\"></path><path d=\"m17.807 16.063c-.553 0-1 .447-1 1s.447 1 1 1h2.838c.553 0 1-.447 1-1s-.447-1-1-1z\"></path></svg>				\n									<h5>\n							Sun damage &amp; visible aging						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 256 256\" width=\"512\"><g><path d=\"m116.0459 146.8008c-1.0977-1.2397-2.9951-1.355-4.2344-.2573-12.6387 11.1865-23.2861 1.2661-23.7451.8267-1.1865-1.1479-3.0791-1.1221-4.2334.0615-1.1572 1.186-1.1338 3.0854.0527 4.2422 2.96 2.8872 8.627 6.2075 15.4854 6.2075 5.0313 0 10.7051-1.7881 16.417-6.8457 1.2412-1.0982 1.3564-2.9942.2578-4.2349z\"></path><path d=\"m168.0293 146.5435c-12.6357 11.1831-23.2842 1.2681-23.7441.8271-1.1865-1.1489-3.0791-1.1226-4.2334.061-1.1572 1.186-1.1338 3.0854.0527 4.2422 2.96 2.8872 8.626 6.2075 15.4844 6.2075 5.0313 0 10.7051-1.7881 16.417-6.8457 1.2412-1.0981 1.3564-2.9941.2578-4.2349-1.0987-1.2397-2.9951-1.3549-4.2344-.2572z\"></path><path d=\"m147.4609 195.7363-13.2939-6.209c-.8662-.4038-1.8721-.3706-2.7109.0869l-3.457 1.894-3.4561-1.8936c-.8379-.46-1.8438-.4917-2.7109-.0874l-13.2939 6.209c-1.2383.5781-1.9287 1.9199-1.6807 3.2637.957 5.1772 6.126 15.2104 18.8379 16.1265.0723.0054.1436.0078.2158.0078h4.1768c.0723 0 .1436-.0024.2158-.0078 12.7119-.916 17.8809-10.9492 18.8379-16.1265.2479-1.3436-.4425-2.6854-1.6808-3.2636zm-24.4677-.1294 3.5645 1.9526c.8984.4922 1.9844.4917 2.8828.0005l3.5645-1.9531 6.4917 3.0319c-2.0828.5505-5.0922 1.0303-9.4087 1.1287l-4.1084.001c-4.3506-.099-7.3788-.5805-9.4718-1.1324zm6.9824 13.5274h-3.9521c-4.5447-.3523-7.5757-2.2291-9.5791-4.3506 2.468.5215 5.5667.8954 9.4668.9839l4.2451-.001c3.8989-.0886 6.9945-.4651 9.458-.9902-1.9969 2.1226-5.0383 4.0019-9.6387 4.3579z\"></path><path d=\"m207.6611 83.6021c-4.3171-8.3162-9.3481-15.1929-14.9102-20.9369-8.5334-25.1561-34.3313-43.4894-64.752-43.4894-30.4209 0-56.219 18.3335-64.7522 43.4901-5.5618 5.7438-10.5928 12.6204-14.9099 20.9362-16.25 31.2998-8.8926 77.3589 16.0645 100.5776.3179.296.6914.5038 1.0878.6373 10.7125 31.6826 44.0411 53.8588 62.255 53.8588 18.1958 0 51.4788-22.1321 62.2251-53.7311.5974-.0837 1.1689-.3373 1.6284-.765 24.9581-23.2193 32.3135-69.2778 16.0635-100.5776zm-79.6621-58.4263c22.782 0 42.7075 11.1799 53.4097 27.7609-10.2671-7.2763-21.7144-11.8839-33.5769-15.0715-5.5615-3.8904-12.25-5.4379-18.8904-4.3505-.314.0515-.6279.1064-.9419.1588-.314-.0524-.6279-.1073-.9419-.1588-6.6432-1.0897-13.3306.4604-18.8921 4.3508-11.8623 3.1877-23.3094 7.7953-33.5764 15.072 10.7018-16.5815 30.6276-27.7617 53.4099-27.7617zm-62.8398 123.6709c.0078.2612.0137.4834.0156.6641-.4102 7.9829-.9629 18.6084-1.3291 25.4258-19.3516-22.6382-24.2305-61.5132-10.1846-88.5698 11.3089-21.7812 28.0139-33.1316 46.5131-39.7231-1.6537 2.9135-2.786 6.1509-3.3099 9.5999-2.2432 14.7641 5.5134 27.6207 18.2207 30.7955-19.0485 6.3115-32.8943 16.1169-41.2871 29.2978-9.1299 14.3389-8.7598 28.0156-8.6387 32.5098zm62.5849 83.8291c-15.7141 0-50.1899-22.4449-58.0486-54.8176.014-.2572.028-.513.0427-.7874.166-3.041.3809-7.0938.5928-11.1455.4248-8.1006.8408-16.1978.8408-16.1978.0029-.0566.0039-.1138.0039-.1709-.001-.2266-.0088-.5186-.0186-.8721-.4717-17.4347 6.6273-47.2155 56.842-59.056 50.219 11.841 57.3149 41.6223 56.8416 59.0575-.0098.3525-.0176.644-.0186.8701 0 .0571.001.1147.0039.1719 0 0 .417 8.0972.8418 16.1973.1892 3.6169.3804 7.2294.5366 10.1278-6.981 33.3363-42.4534 56.6227-58.4603 56.6227zm64.4092-57.7393c-.3662-6.8174-.9199-17.4429-1.3301-25.4258.002-.1802.0078-.4014.0156-.6621.1221-4.4937.4932-18.1694-8.6367-32.5088-11.4502-17.9858-33.04-29.6958-64.1689-34.8052-10.5361-1.73-17.0869-12.2153-15.2373-24.3901.8779-5.7769 3.8936-10.8003 8.4922-14.1455 4.332-3.1514 9.5898-4.417 14.7988-3.5635 29.4531 4.8252 59.0752 13.8501 76.25 46.9312 14.0469 27.0562 9.168 65.9316-10.1836 88.5698z\"></path></g></svg>				\n									<h5>\n							Chronic irritation &amp; sensitive skin						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 64 64\" data-name=\"Layer 1\"><path d=\"m4.727 47.7a12.013 12.013 0 0 0 11.192 11.952h.067a1 1 0 0 0 .066-2 9.981 9.981 0 0 1 -1.21-19.765c-1.586 7.281-.752 8.376-.439 8.786a1.244 1.244 0 0 0 .976.521 1 1 0 0 0 .6-1.8c-.146-.51-.448-2.982 2.282-12.966a139.738 139.738 0 0 0 4.174-29.408 1 1 0 0 0 -.981-1.02 1.017 1.017 0 0 0 -1.019.98 137.4 137.4 0 0 1 -4.1 28.925c-.394 1.441-.725 2.731-1.008 3.9a11.975 11.975 0 0 0 -10.6 11.895z\"></path><path d=\"m39.652 2a1 1 0 0 0 -.979 1.02c0 .057.126 5.813 1.089 13.4a1 1 0 0 0 .991.874 1.1 1.1 0 0 0 .127-.008 1 1 0 0 0 .866-1.118c-.946-7.475-1.072-13.132-1.073-13.188a1.008 1.008 0 0 0 -1.021-.98z\"></path><path d=\"m45.12 59.654h.068a12.013 12.013 0 0 0 11.192-11.954 1 1 0 0 0 -2 0 10.008 10.008 0 0 1 -9.325 9.96 1 1 0 0 0 .065 2z\"></path><path d=\"m22.931 57.4c3.682 3.984 6.1 4.6 7.242 4.6a2.891 2.891 0 0 0 .381-.025c.918.124 3.462-.081 7.622-4.58 4.225-4.571 7.969-4.973 8.051-4.981a1 1 0 0 0 -.154-1.994c-.182.014-4.536.392-9.366 5.618-3.527 3.816-5.449 3.969-5.784 3.969h-.053a1.008 1.008 0 0 0 -.633 0c-.008.006-1.972.214-5.838-3.968-4.83-5.226-9.182-5.6-9.365-5.618a.987.987 0 0 0 -1.071.924 1 1 0 0 0 .923 1.07c.037.006 3.744.331 8.045 4.985z\"></path><path d=\"m44.16 18.47a15.11 15.11 0 1 0 15.11 15.11 15.129 15.129 0 0 0 -15.11-15.11zm0 28.22a13.11 13.11 0 1 1 13.11-13.11 13.123 13.123 0 0 1 -13.11 13.11z\"></path><path d=\"m44.16 30.62a2.96 2.96 0 1 0 2.96 2.96 2.958 2.958 0 0 0 -2.96-2.96z\"></path><path d=\"m44.44 22.03a2.955 2.955 0 1 0 2.96 2.96 2.958 2.958 0 0 0 -2.96-2.96z\"></path><path d=\"m51.354 29.529h-.01a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m49.652 38.027a1 1 0 0 0 -1-1h-.009a1 1 0 1 0 1.009 1z\"></path><path d=\"m50.235 41.125h-.009a1 1 0 1 0 .009 0z\"></path><path d=\"m41.807 37.958h-.007a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m44.461 42.01h-.01a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m53.123 33.581h-.01a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m37.056 39.076h-.01a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m38.546 26.269h-.01a1.005 1.005 0 1 0 .01 0z\"></path><path d=\"m35.69 30.62a2.96 2.96 0 1 0 2.95 2.96 2.966 2.966 0 0 0 -2.95-2.96z\"></path></svg>				\n									<h5>\n							Perioral dermatitis &amp; irritation						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_3\" data-name=\"Layer 3\" viewBox=\"0 0 64 64\" width=\"512\" height=\"512\"><path d=\"M59,26a3.992,3.992,0,0,0,1-7.858V15.858a3.989,3.989,0,1,0-3.583-6.887L52.736,6.394a4,4,0,1,0-7.472,0L41.583,8.971a3.921,3.921,0,0,0-5.166,0L32.736,6.394a4,4,0,1,0-7.472,0L21.583,8.971A3.964,3.964,0,0,0,19,8a4.044,4.044,0,1,0,3.736,2.606l3.681-2.577a3.921,3.921,0,0,0,5.166,0l3.681,2.577A3.948,3.948,0,0,0,38,15.858v2.284A4,4,0,0,0,35,22a3.953,3.953,0,0,0,.181,1.125L31.8,25.152A3.993,3.993,0,1,0,28,31.858v2.284a3.989,3.989,0,1,0,3.583,6.887l3.682,2.577A3.943,3.943,0,0,0,35,45a4,4,0,0,0,8,0,3.943,3.943,0,0,0-.265-1.394l3.682-2.577a3.921,3.921,0,0,0,5.166,0l3.682,2.577A3.943,3.943,0,0,0,55,45a4,4,0,0,0,3,3.858v4.284a4,4,0,1,0,2,0V48.858a3.989,3.989,0,1,0-3.583-6.887l-3.682-2.577A3.943,3.943,0,0,0,53,38a4,4,0,0,0-3-3.858V32.9A5.009,5.009,0,0,0,54,28a4.934,4.934,0,0,0-.3-1.653l2.5-1.5A3.983,3.983,0,0,0,59,26Zm2-4a2,2,0,1,1-2-2A2,2,0,0,1,61,22ZM59,10a2,2,0,1,1-2,2A2,2,0,0,1,59,10ZM49,3a2,2,0,1,1-2,2A2,2,0,0,1,49,3ZM19,14a2,2,0,1,1,2-2A2,2,0,0,1,19,14ZM29,7a2,2,0,1,1,2-2A2,2,0,0,1,29,7Zm8,5a2,2,0,1,1,2,2A2,2,0,0,1,37,12Zm2,8a2,2,0,1,1-2,2A2,2,0,0,1,39,20Zm2.8,4.848,2.5,1.5A4.928,4.928,0,0,0,44,28a5.009,5.009,0,0,0,4,4.9v1.243A4,4,0,0,0,45,38a3.943,3.943,0,0,0,.265,1.394l-3.682,2.577a3.921,3.921,0,0,0-5.166,0l-3.682-2.577A3.943,3.943,0,0,0,33,38a4,4,0,0,0-3-3.858V31.858A4,4,0,0,0,33,28a3.953,3.953,0,0,0-.181-1.125L36.2,24.848a3.984,3.984,0,0,0,5.6,0ZM27,28a2,2,0,1,1,2,2A2,2,0,0,1,27,28Zm2,12a2,2,0,1,1,2-2A2,2,0,0,1,29,40Zm10,7a2,2,0,1,1,2-2A2,2,0,0,1,39,47ZM61,57a2,2,0,1,1-2-2A2,2,0,0,1,61,57ZM59,43a2,2,0,1,1-2,2A2,2,0,0,1,59,43Zm-8-5a2,2,0,1,1-2-2A2,2,0,0,1,51,38Zm-2-7a3,3,0,1,1,3-3A3,3,0,0,1,49,31Zm0-8a4.97,4.97,0,0,0-3.67,1.632l-2.511-1.507A3.953,3.953,0,0,0,43,22a4,4,0,0,0-3-3.858V15.858a3.948,3.948,0,0,0,2.736-5.252l3.681-2.577a3.921,3.921,0,0,0,5.166,0l3.681,2.577A3.948,3.948,0,0,0,58,15.858v2.284a3.915,3.915,0,0,0-2.819,4.984L52.67,24.632A4.97,4.97,0,0,0,49,23Z\"></path><path d=\"M8,51.09V43.414l3.293,3.293,1.414-1.414-5-5a1,1,0,0,0-1.414,0l-5,5,1.414,1.414L6,43.414V51.09a6,6,0,1,0,2,0ZM7,61a4,4,0,1,1,4-4A4,4,0,0,1,7,61Z\"></path><path d=\"M20,40a6,6,0,0,0-1,11.91V58H16v2h3v3h2V60h3V58H21V51.91A6,6,0,0,0,20,40Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,20,50Z\"></path></svg>				\n									<h5>\n							Hormonal &amp; perimenopausal skin changes						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 500 500\"><g><path d=\"m254.073 305.817c-.414 0-.826-.006-1.24-.011-35.792-.817-58.677-26.527-59.632-27.627-2.679-3.061-2.365-7.711.697-10.392 3.061-2.67 7.705-2.365 10.38.685.193.218 19.729 21.941 48.889 22.603.305.012.616.012.921.012 24.93 0 47.706-22.701 47.936-22.937 2.86-2.877 7.521-2.917 10.415-.046 2.889 2.86 2.912 7.521.046 10.415-1.117 1.127-27.396 27.298-58.412 27.298z\"></path><path d=\"m420.35 475h-340.7c-4.068 0-7.366-3.297-7.366-7.365v-43.952c0-54.954 44.709-99.665 99.665-99.665h16.733c5.902 0 11.023-4.201 12.173-9.99l5.884-29.577c.797-3.988 4.693-6.594 8.66-5.783 3.991.794 6.584 4.667 5.789 8.661l-5.884 29.577c-2.52 12.654-13.715 21.843-26.623 21.843h-16.731c-46.832 0-84.934 38.099-84.934 84.934v36.586h325.969v-36.586c0-46.834-38.099-84.934-84.934-84.934h-16.733c-12.907 0-24.105-9.19-26.62-21.843l-5.323-26.741c-.794-3.988 1.796-7.866 5.783-8.66 4.005-.806 7.872 1.801 8.66 5.783l5.323 26.74c1.156 5.789 6.272 9.99 12.176 9.99h16.733c54.954 0 99.665 44.711 99.665 99.665v43.952c0 4.068-3.297 7.365-7.365 7.365z\"></path><path d=\"m198.745 280.699c-1.867 0-3.735-.702-5.167-2.117-13.207-13.005-22.022-28.886-26.206-47.197-10.915-47.836 15.068-97.254 61.787-117.503 30.777-13.35 43.897-24.876 44.023-24.991 2.653-2.353 6.612-2.515 9.403-.356 99.567 76.435 31.609 187.596 30.912 188.713-2.163 3.446-6.698 4.482-10.145 2.33-3.447-2.158-4.494-6.698-2.342-10.145 2.503-4.022 59.443-97.697-22.936-165.673-6.71 4.909-20.474 13.845-43.057 23.633-40.214 17.436-62.624 59.787-53.282 100.713 3.545 15.525 11.008 28.978 22.177 39.981 2.9 2.854 2.935 7.521.08 10.415-1.441 1.467-3.342 2.197-5.247 2.197z\"></path><path d=\"m225.238 475c-4.069 0-7.366-3.297-7.366-7.365v-57.36c0-27.563-10.243-53.947-28.841-74.288l-.402-.443c-2.748-2.998-2.546-7.66.452-10.41 2.998-2.751 7.653-2.538 10.407.455l.412.449c21.092 23.075 32.704 52.991 32.704 84.237v57.36c-.001 4.068-3.298 7.365-7.366 7.365z\"></path><path d=\"m274.759 475c-4.068 0-7.365-3.297-7.365-7.365v-57.36c0-31.246 11.612-61.156 32.696-84.231l.437-.472c2.773-3.004 7.428-3.171 10.409-.42 2.992 2.762 3.177 7.423.42 10.41l-.414.449c-18.575 20.324-28.817 46.708-28.817 74.265v57.36c0 4.067-3.297 7.364-7.366 7.364z\"></path><path d=\"m252.999 305.817c-68.54 0-124.299-62.987-124.299-140.405 0-77.425 55.76-140.412 124.299-140.412 68.537 0 124.296 62.987 124.296 140.412.001 77.418-55.759 140.405-124.296 140.405zm0-266.086c-60.415 0-109.568 56.381-109.568 125.681 0 69.299 49.154 125.674 109.568 125.674 60.412 0 109.566-56.375 109.566-125.674 0-69.3-49.154-125.681-109.566-125.681z\"></path><path d=\"m278.097 101.74c-1.249 0-2.509-.317-3.665-.978-36.543-21.026-29.031-67.665-28.692-69.639.688-4.011 4.469-6.663 8.502-6.019 4.002.685 6.695 4.483 6.022 8.488-.264 1.577-6.056 38.543 21.51 54.396 3.527 2.031 4.742 6.537 2.716 10.058-1.364 2.37-3.844 3.694-6.393 3.694z\"></path><path d=\"m272.768 257.78c-3.867 0-7.112-3.01-7.348-6.923-.242-4.057 2.842-7.544 6.893-7.797.317-.017 31.874-2.296 48.17-24.041 2.44-3.251 7.049-3.913 10.312-1.473 3.251 2.439 3.913 7.055 1.473 10.311-20.44 27.275-57.486 29.814-59.051 29.911-.149.006-.299.012-.449.012z\"></path><path d=\"m359.745 475h-63.015c-4.068 0-7.366-3.297-7.366-7.365v-19.985c0-10.162 8.264-18.426 18.42-18.426h40.907c10.157 0 18.42 8.264 18.42 18.426v19.985c0 4.068-3.297 7.365-7.366 7.365zm-55.65-14.731h48.285v-12.619c0-2.037-1.658-3.694-3.689-3.694h-40.907c-2.031 0-3.688 1.657-3.688 3.694v12.619z\"></path><path d=\"m443.223 475h-386.446c-4.069 0-7.366-3.297-7.366-7.365s3.297-7.366 7.366-7.366h386.446c4.068 0 7.365 3.297 7.365 7.366.001 4.068-3.296 7.365-7.365 7.365z\"></path><path d=\"m423.693 331.383h-9.714c-7.514 0-13.626-6.111-13.626-13.626v-18.126h-18.132c-7.515 0-13.626-6.111-13.626-13.626v-9.719c0-7.515 6.111-13.627 13.626-13.627h18.132v-18.126c0-7.515 6.112-13.626 13.626-13.626h9.714c7.515 0 13.626 6.111 13.626 13.626v18.126h18.132c7.515 0 13.626 6.112 13.626 13.627v9.719c0 7.515-6.111 13.626-13.626 13.626h-18.132v18.126c0 7.515-6.111 13.626-13.626 13.626zm-8.608-14.73h7.504v-24.387c0-4.068 3.297-7.365 7.365-7.365h24.393v-7.509h-24.393c-4.068 0-7.365-3.297-7.365-7.366v-24.386h-7.504v24.386c0 4.068-3.297 7.366-7.366 7.366h-24.393v7.509h24.393c4.068 0 7.366 3.297 7.366 7.365z\"></path><path d=\"m86.021 331.383h-9.716c-7.513 0-13.626-6.111-13.626-13.626v-18.126h-18.13c-7.512 0-13.626-6.111-13.626-13.626v-9.719c0-7.515 6.114-13.627 13.626-13.627h18.129v-18.126c0-7.515 6.114-13.626 13.626-13.626h9.716c7.512 0 13.626 6.111 13.626 13.626v18.126h18.126c7.515 0 13.629 6.112 13.629 13.627v9.719c0 7.515-6.114 13.626-13.629 13.626h-18.125v18.126c0 7.515-6.114 13.626-13.626 13.626zm-8.612-14.73h7.507v-24.387c0-4.068 3.297-7.365 7.365-7.365h24.39v-7.509h-24.39c-4.068 0-7.365-3.297-7.365-7.366v-24.386h-7.507v24.386c0 4.068-3.297 7.366-7.366 7.366h-24.39v7.509h24.39c4.069 0 7.366 3.297 7.366 7.365z\"></path></g></svg>				\n									<h5>\n							Preventive skin health &amp; maintenance						\n					</h5>\n					<h2>Your Visit \n Includes.</h2>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Comprehensive skin &amp; health history review\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Assessment of hormones, lifestyle, triggers &amp; skincare routine\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Customized prescription and/or medical-grade skincare plan\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Clear education on use and expectations\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Follow-up support as needed — ongoing partnership in your skin journey\n									</li>\n						</ul>\n					<h2>Prescription &amp; Treatment \n Options </h2>				\n		<p>Based on your diagnosis and medical history, your plan may include topical prescriptions, oral medications when appropriate, medical-grade skincare, habit and routine guidance, and supportive in-clinic treatments.</p>		\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Latisse Lash Growth Rx\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Tretinoin / prescription retinoids\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Topical antibiotics such as clindamycin\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Azelaic acid\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										 Metronidazole for rosacea\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Sulfur-based anti-inflammatory treatments\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Hydroquinone &amp; pigment-correcting regimens when indicated\n									</li>\n						</ul>\n					<h5>Examples of Oral Medications May Include:\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Antibiotics during acne flares (when appropriate)\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Spironolactone for hormonal acne in female patients\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Oral antihistamines for inflammatory skin conditions\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Dermatology-directed compounded medications\n									</li>\n						</ul>\n					<h2>Service \nFees\n</h2>				\n		<ul>\n									<li>				\n							Initial Dermatology Consult 						\n																			$125\n															<p>\n							Virtual medical evaluation with custom treatment plan.						</p>\n				</li>												<li>				\n							Follow Up Visit						\n																			$75\n															<p>\n							Only required if medication changes are needed or your treatment plan is updated.\n						</p>\n				</li>												<li>				\n							Refill Processing Fee						\n																			$25\n															<p>\n							No visit required if you are stable on your current prescription plan.\n						</p>\n				</li>					\n		</ul>\n					<h2>Treatment Options May \n Include </h2>				\n		<p>Topical prescriptions, oral medication when appropriate, medical grade skincare, and supportive in clinic treatments. All plans are personalized.</p>		\n					<h4>Why Concierge Dermatology?\n</h4>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										More time with your provider\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Transparent, predictable pricing\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Direct communication &amp; education\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Care that blends medical &amp; aesthetic expertise\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Personalized treatment — not rushed or transactional\n									</li>\n						</ul>\n															<img width=\"500\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/15-1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/15-1.png 500w, https://genesiswa.com/wp-content/uploads/2025/05/15-1-231x300.png 231w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n					<h2>Ready to begin your skin  health journey?</h2>				\n		<p>Book your Concierge Dermatology consultation today.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Dermatology Consult\n					</a>\n					<h2>Frequently Asked \n Questions\n</h2>				\n							Do I need insurance for this service?						\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									<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					<p>No — concierge dermatology is direct care. This allows for extended appointment time, customized planning, and transparent pricing.</p>\n							Can you send prescriptions to my pharmacy?						\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									<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					<p>Yes. When medically appropriate, prescriptions can be sent to the pharmacy of your choice.</p>\n							Is this cosmetic skincare?						\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									<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					<p>No. This is medical dermatology care overseen by a licensed medical provider — while still integrating<br />\naesthetics when appropriate.</p>\n							How soon will I see results?						\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									<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					<p>Most patients begin to see improvement within 4–12 weeks depending on their condition and treatment plan.</p>\n							Do you treat teens and adults?						\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									<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					<p>Yes — we support both teens and adults with acne, rosacea, pigmentation and chronic skin issues.</p>\n							Will I be pressured to buy skincare products?						\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									<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					<p>No. Products are only recommended when they truly support your medical plan and skin health.</p>', 'Concierge Dermatology', '', 'publish', 'closed', 'closed', '', 'concierge-dermatology', '', '', '2026-02-03 23:59:03', '2026-02-03 23:59:03', '', 0, 'https://genesiswa.com/?page_id=4627', 0, 'page', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4629, 1, '2026-01-17 10:41:25', '2026-01-17 10:41:25', '<h2>NAD+ IV Therapy &amp; Vitamin \n Injections </h2>				\n		<p>Our NAD+ and vitamin injection menu is designed to support cellular repair, metabolic function, mental clarity and overall vitality — all under medical supervision. NAD+ (nicotinamide adenine dinucleotide) is a coenzyme essential for mitochondrial energy production and healthy aging. Delivered intravenously or by injection, NAD+ supports cellular regeneration and whole body wellness.</p>		\n															<img width=\"450\" height=\"650\" src=\"https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg 450w, https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img-208x300.jpg 208w\" sizes=\"(max-width: 450px) 100vw, 450px\" />															\n					<h2>NAD+ IV \n Therapy\n</h2>				\n		<p>NAD+ (nicotinamide adenine dinucleotide) is a vital coenzyme involved in mitochondrial energy<br />production and cellular repair. NAD+ IV therapy delivers NAD+ directly into the bloodstream for optimal bioavailability.</p>		\n					<h4>Potential Benefits\n</h4>				\n									<h5>\n							Support for cellular repair &amp; longevity pathways						\n					</h5>\n									<h5>\n							Enhanced energy &amp; metabolic function						\n					</h5>\n									<h5>\n							Improved focus &amp; mental clarity						\n					</h5>\n									<h5>\n							Support for recovery &amp; detox pathways						\n					</h5>\n									<h5>\n							Mood &amp; stress resilience support						\n					</h5>\n					<h2>NAD+ Injection \n Therapy </h2>				\n		<p>A shorter duration option for ongoing cellular support where NAD+ is administered via intramuscular injection.</p>		\n					<h5>Vitamin &amp; Wellness Injections\n</h5>				\n							<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Vitamin B complex\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Vitamin B12\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 520 520\" width=\"512\"><g id=\"_20-Checked\" data-name=\"20-Checked\"><path d=\"m212.907 420.621a10 10 0 0 1 -8.624-4.938c-33.338-56.8-122.22-177.735-123.113-178.95a10 10 0 0 1 1.026-13.04l27.332-27.007a10 10 0 0 1 12.754-1.086l88.543 61.828c59.239-75.972 114.263-128.448 150.463-159.412 40.75-34.856 66.691-50.542 67.775-51.192a10 10 0 0 1 5.146-1.426h44.215a10 10 0 0 1 6.651 17.468c-125.566 111.842-262.114 350.309-263.475 352.704a10 10 0 0 1 -8.624 5.051z\"></path><path d=\"m381.576 474.6h-340a10 10 0 0 1 -10-10v-340a10 10 0 0 1 10-10h220.489a10 10 0 0 1 0 20h-210.489v320h320v-210.488a10 10 0 1 1 20 0v220.488a10 10 0 0 1 -10 10z\"></path></g></svg>						\n										Targeted nutrient boosters based on your wellness goals\n									</li>\n						</ul>\n					<h5>Safety &amp; Consultation</h5>				\n		<p>A medical review is required prior to treatment to confirm candidacy, discuss goals, and determine your dosing schedule. Your safety and wellness always come first.</p>		\n															<img width=\"2000\" height=\"2000\" src=\"https://genesiswa.com/wp-content/uploads/2025/05/3-1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/05/3-1.png 2000w, https://genesiswa.com/wp-content/uploads/2025/05/3-1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/05/3-1-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/05/3-1-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/05/3-1-768x768.png 768w, https://genesiswa.com/wp-content/uploads/2025/05/3-1-1536x1536.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" />															\n					<h2>Menu / Price List</h2>				\n					<h2>Infusion Menu </h2>				\n																			<h6>\n													NAD+ 500mg (4h)												\n																						</h6>\n													599												\n										Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. 									\n																			<h6>\n													NAD+ 250mg (2h)												\n																						</h6>\n													399												\n										Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. 									\n																			<h6>\n													Weight Loss (1h)												\n																						</h6>\n													245												\n										Discover our Weight Loss IV, a dynamic blend featuring Meyer\'s mix for hydration and sustained energy, paired with Glutathione for detoxification and Lipo+ for metabolic support. This potent infusion is designed to enhance weight management while nurturing your overall well-being.									\n																			<h6>\n													Hangover (1h)												\n																						</h6>\n													245												\n										Combat hangover symptoms effectively with an IV infusion containing Ketorolac, Zofran, and Pepcid, offering rapid relief from headache, nausea, and acid reflux, helping you recover quickly and feel revitalized. 									\n																			<h6>\n													Anti-acid (1h)												\n																						</h6>\n													225												\n										IV antacids: fast-acting relief straight to the source! By bypassing digestion and going straight into your bloodstream, they swiftly tackle severe acid-related discomfort. Ideal for emergencies or when oral meds won\'t cut it, IV antacids deliver quick and precise relief, ensuring you feel better, faster. 									\n																			<h6>\n													Immunity & Detox (1h)												\n																						</h6>\n													225												\n										Revitalize your body and cleanse from within with a detox IV infusion enriched with glutathione, renowned for its powerful antioxidant properties that help eliminate toxins, promote liver health, and enhance overall well-being.									\n																			<h6>\n													Allergy (1h)												\n																						</h6>\n													225												\n										Relieve allergy symptoms swiftly with Myers\' Cocktail and Diphenhydramine, providing quick relief while fortifying your immune system with vital nutrients, and reducing allergic reactions for enhanced resilience. 									\n																			<h6>\n													Migraine (1h)												\n																						</h6>\n													225												\n										Find relief from migraines with an IV treatment combining Zofran and Ketorolac, offering fast-acting relief from nausea and pain, allowing you to regain control and return to daily activities with ease. 									\n																			<h6>\n													Myer\'s Mix (1h)												\n																						</h6>\n													199												\n										Experience revitalization and enhanced wellness with Myers\' Cocktail, a potent blend of vitamins and minerals administered intravenously to boost energy, support immune function, and promote overall health.									\n																			<h6>\n													Glutathione 1,000 (15 min.)												\n																						</h6>\n													145												\n										IV push Glutathione 1000mg offers a potent antioxidant boost directly into your bloodstream. This powerhouse molecule helps detoxify your body (especially liver), supports your immune system, and promotes skin brightening and anti-aging effects. With rapid absorption and targeted delivery, it\'s an efficient way to enhance overall wellness and achieve a radiant glow. Known as the \"Hollywood Infusion\" for glowing skin. 									\n					<h2>Nutrient Shot Menu </h2>				\n		<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.</p>		\n																			<h6>\n													Ketorolac												\n																						</h6>\n													45												\n										A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. 									\n																			<h6>\n													Zofran												\n																						</h6>\n													45												\n										A trusted medication for relieving nausea and vomiting, offering fast and effective relief. 									\n																			<h6>\n													Lipo-B12												\n																						</h6>\n													49												\n										A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. 									\n																			<h6>\n													B12												\n																						</h6>\n													40												\n										A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. 									\n					<h2>NAD+ Treatment  options </h2>				\n		<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion – the ultimate revitalizing treatment for your body and mind!</p>		\n																			<h6>\n													Renew NAD+ Package ($2,250, save $146)												\n																						</h6>\n										4 separate NAD+ 500mg infusions\nEach 4 hours over 1 month									\n																			<h6>\n													Revive NAD+ Package ($1,499, save $97)												\n																						</h6>\n										4 separate NAD+ 250mg infusions\nEach 2 hours over 1 month									\n																			<h6>\n													NAD+ 1,000mg vial ($495)												\n																						</h6>\n										Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).									\n																			<h6>\n													Single Infusion NAD+												\n																						</h6>\n										NAD+ 250mg (2h) - $399 (Athletic/Anti-aging)<br>\nNAD+ 500mg (4h) - $599 (Neuroregenerative)									\n					<h2>Menu / Price List</h2>				\n					<h2>Infusion Menu </h2>				\n																			<h6>\n													NAD+ 500mg (4h)												\n																						</h6>\n													599												\n										Unlock the potential for neuroregeneration with NAD 500mg, a powerful supplement known to support brain health and cognitive function by enhancing cellular repair and promoting neuronal regeneration. 									\n																			<h6>\n													NAD+ 250mg (2h)												\n																						</h6>\n													399												\n										Experience rejuvenation and enhanced performance with NAD 250mg, a potent supplement known for its anti-aging properties and ability to boost energy levels, cognitive function, and athletic performance. 									\n					<h2>Nutrient Shot Menu </h2>				\n		<p>A convenient and efficient way to replenish essential vitamins, minerals, and amino acids, promoting overall health and vitality.</p>		\n																			<h6>\n													Ketorolac												\n																						</h6>\n													45												\n										A potent nonsteroidal anti-inflammatory drug (NSAID) for effective short-term pain relief. 									\n																			<h6>\n													Zofran												\n																						</h6>\n													45												\n										A trusted medication for relieving nausea and vomiting, offering fast and effective relief. 									\n																			<h6>\n													Lipo-B12												\n																						</h6>\n													49												\n										A combination injection aiding in weight loss and boosting energy levels through a mix of lipotropic nutrients and vitamin B12. 									\n																			<h6>\n													B12												\n																						</h6>\n													40												\n										A quick and efficient way to boost energy levels, support nerve function, and promote overall well-being. 									\n					<h2>NAD+ Treatment  options </h2>				\n		<p>Boost your energy, enhance your vitality, and fight aging from within with an NAD+ infusion – the ultimate revitalizing treatment for your body and mind!</p>		\n																			<h6>\n													Renew NAD+ Package ($2,250, save $146)												\n																						</h6>\n										4 separate NAD+ 500mg infusions\nEach 4 hours over 1 month									\n																			<h6>\n													Revive NAD+ Package ($1,499, save $97)												\n																						</h6>\n										4 separate NAD+ 250mg infusions\nEach 2 hours over 1 month									\n																			<h6>\n													NAD+ 1,000mg vial ($495)												\n																						</h6>\n										Prescription delivered to your home, with self-administered 100mg subcutaneous injections 1-3 times weekly, including injectable supplies and free shipping (Book Free Phone Consult).									\n																			<h6>\n													Single Infusion NAD+												\n																						</h6>\n										NAD+ 250mg (2h) - $399 (Athletic/Anti-aging)<br>\nNAD+ 500mg (4h) - $599 (Neuroregenerative)									\n					<h2>Book your NAD+ or vitamin injection \n  consultation today.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule Wellness Consult\n					</a>\n					<h2>Frequently Asked \n Questions\n</h2>				\n							How long does a NAD+ Itake?						\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									<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					<p>Sessions generally range from 60–180 minutes depending on dose.</p>\n							How often should I receive NAD+?						\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									<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					<p>Frequency is personalized based on goals and response.</p>\n							Will I need downtime?						\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									<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					<p>Most people return to normal activity the same day.</p>\n							Is a consultation required?						\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									<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					<p>Yes — medical evaluation ensures safe and appropriate treatment.</p>', 'NAD+ & Wellness Injections', '', 'publish', 'closed', 'closed', '', 'nad-wellness-injections', '', '', '2026-02-02 12:43:52', '2026-02-02 12:43:52', '', 0, 'https://genesiswa.com/?page_id=4629', 0, 'page', '', 0),
(4631, 1, '2026-01-17 10:41:39', '2026-01-17 10:41:39', '', 'Skincare & Facials', '', 'publish', 'closed', 'closed', '', 'skincare-facials', '', '', '2026-01-17 10:41:39', '2026-01-17 10:41:39', '', 0, 'https://genesiswa.com/?page_id=4631', 0, 'page', '', 0),
(4633, 1, '2026-01-17 10:41:53', '2026-01-17 10:41:53', '', 'Laser & Body Treatments', '', 'publish', 'closed', 'closed', '', 'laser-body-treatments', '', '', '2026-01-17 10:41:53', '2026-01-17 10:41:53', '', 0, 'https://genesiswa.com/?page_id=4633', 0, 'page', '', 0),
(4637, 1, '2026-01-28 14:14:13', '2026-01-17 10:42:54', ' ', '', '', 'publish', 'closed', 'closed', '', '4637', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=4637', 7, 'nav_menu_item', '', 0),
(4638, 1, '2026-01-28 14:14:13', '2026-01-17 10:42:54', ' ', '', '', 'publish', 'closed', 'closed', '', '4638', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=4638', 6, 'nav_menu_item', '', 0),
(4639, 1, '2026-01-28 14:14:12', '2026-01-17 10:42:54', ' ', '', '', 'publish', 'closed', 'closed', '', '4639', '', '', '2026-01-28 14:14:12', '2026-01-28 14:14:12', '', 0, 'https://genesiswa.com/?p=4639', 5, 'nav_menu_item', '', 0),
(4640, 1, '2026-01-28 14:14:12', '2026-01-17 10:42:54', ' ', '', '', 'publish', 'closed', 'closed', '', '4640', '', '', '2026-01-28 14:14:12', '2026-01-28 14:14:12', '', 0, 'https://genesiswa.com/?p=4640', 4, 'nav_menu_item', '', 0),
(4647, 1, '2026-01-17 10:53:04', '2026-01-17 10:53:04', '', 'inflammation_6527404', '', 'inherit', 'open', 'closed', '', 'inflammation_6527404', '', '', '2026-01-17 10:53:04', '2026-01-17 10:53:04', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/inflammation_6527404.svg', 0, 'attachment', 'image/svg+xml', 0),
(4663, 1, '2026-01-17 11:01:27', '2026-01-17 11:01:27', '', 'signaling_18622361', '', 'inherit', 'open', 'closed', '', 'signaling_18622361', '', '', '2026-01-17 11:01:27', '2026-01-17 11:01:27', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/signaling_18622361.svg', 0, 'attachment', 'image/svg+xml', 0),
(4664, 1, '2026-01-17 11:02:28', '2026-01-17 11:02:28', '', 'allergy_16127811', '', 'inherit', 'open', 'closed', '', 'allergy_16127811', '', '', '2026-01-17 11:02:28', '2026-01-17 11:02:28', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/allergy_16127811.svg', 0, 'attachment', 'image/svg+xml', 0),
(4665, 1, '2026-01-17 11:03:03', '2026-01-17 11:03:03', '', 'skin_3780629', '', 'inherit', 'open', 'closed', '', 'skin_3780629', '', '', '2026-01-17 11:03:03', '2026-01-17 11:03:03', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/skin_3780629.svg', 0, 'attachment', 'image/svg+xml', 0),
(4666, 1, '2026-01-17 11:03:48', '2026-01-17 11:03:48', '', 'drought_17462612', '', 'inherit', 'open', 'closed', '', 'drought_17462612', '', '', '2026-01-17 11:03:48', '2026-01-17 11:03:48', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/drought_17462612.svg', 0, 'attachment', 'image/svg+xml', 0),
(4667, 1, '2026-01-17 11:04:35', '2026-01-17 11:04:35', '', 'dry-skin_8985492', '', 'inherit', 'open', 'closed', '', 'dry-skin_8985492', '', '', '2026-01-17 11:04:35', '2026-01-17 11:04:35', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/dry-skin_8985492.svg', 0, 'attachment', 'image/svg+xml', 0),
(4668, 1, '2026-01-17 11:05:18', '2026-01-17 11:05:18', '', 'beauty_8495922', '', 'inherit', 'open', 'closed', '', 'beauty_8495922', '', '', '2026-01-17 11:05:18', '2026-01-17 11:05:18', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/beauty_8495922.svg', 0, 'attachment', 'image/svg+xml', 0),
(4669, 1, '2026-01-17 11:05:57', '2026-01-17 11:05:57', '', 'thin_12856154', '', 'inherit', 'open', 'closed', '', 'thin_12856154', '', '', '2026-01-17 11:05:57', '2026-01-17 11:05:57', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/thin_12856154.svg', 0, 'attachment', 'image/svg+xml', 0),
(4670, 1, '2026-01-17 11:06:29', '2026-01-17 11:06:29', '', 'facial_3792293', '', 'inherit', 'open', 'closed', '', 'facial_3792293', '', '', '2026-01-17 11:06:29', '2026-01-17 11:06:29', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/facial_3792293.svg', 0, 'attachment', 'image/svg+xml', 0),
(4671, 1, '2026-01-17 11:07:16', '2026-01-17 11:07:16', '', 'hormones_3993203', '', 'inherit', 'open', 'closed', '', 'hormones_3993203', '', '', '2026-01-17 11:07:16', '2026-01-17 11:07:16', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/hormones_3993203.svg', 0, 'attachment', 'image/svg+xml', 0),
(4672, 1, '2026-01-17 11:07:44', '2026-01-17 11:07:44', '', 'thin_12856151', '', 'inherit', 'open', 'closed', '', 'thin_12856151', '', '', '2026-01-17 11:07:44', '2026-01-17 11:07:44', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/thin_12856151.svg', 0, 'attachment', 'image/svg+xml', 0),
(4673, 1, '2026-01-17 11:08:41', '2026-01-17 11:08:41', '', 'social_12759410 (1)', '', 'inherit', 'open', 'closed', '', 'social_12759410-1', '', '', '2026-01-17 11:08:41', '2026-01-17 11:08:41', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/social_12759410-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(4683, 1, '2026-01-17 11:17:07', '2026-01-17 11:17:07', '', 'services-img-4.jpg', '', 'inherit', 'open', 'closed', '', 'services-img-4-jpg', '', '', '2026-01-17 11:17:07', '2026-01-17 11:17:07', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/services-img-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4690, 1, '2026-01-17 11:25:20', '2026-01-17 11:25:20', '', 'check-mark_5290989 (5)', '', 'inherit', 'open', 'closed', '', 'check-mark_5290989-5', '', '', '2026-01-17 11:25:20', '2026-01-17 11:25:20', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/check-mark_5290989-5.svg', 0, 'attachment', 'image/svg+xml', 0),
(4736, 1, '2026-01-17 11:44:27', '2026-01-17 11:44:27', '', 'custom-img-040-copyright.jpg', '', 'inherit', 'open', 'closed', '', 'custom-img-040-copyright-jpg', '', '', '2026-01-17 11:44:27', '2026-01-17 11:44:27', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/custom-img-040-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(4737, 1, '2026-01-17 11:44:27', '2026-01-17 11:44:27', '', 'image-24.png', '', 'inherit', 'open', 'closed', '', 'image-24-png', '', '', '2026-01-17 11:44:27', '2026-01-17 11:44:27', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/image-24.png', 0, 'attachment', 'image/png', 0),
(4777, 1, '2026-01-17 12:28:36', '2026-01-17 12:28:36', '', 'elastic_11015047', '', 'inherit', 'open', 'closed', '', 'elastic_11015047', '', '', '2026-01-17 12:28:36', '2026-01-17 12:28:36', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/elastic_11015047.svg', 0, 'attachment', 'image/svg+xml', 0),
(4778, 1, '2026-01-17 12:28:54', '2026-01-17 12:28:54', '', 'beauty_11015041', '', 'inherit', 'open', 'closed', '', 'beauty_11015041', '', '', '2026-01-17 12:28:54', '2026-01-17 12:28:54', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/beauty_11015041.svg', 0, 'attachment', 'image/svg+xml', 0),
(4779, 1, '2026-01-17 12:29:09', '2026-01-17 12:29:09', '', 'acne_11015049 (1)', '', 'inherit', 'open', 'closed', '', 'acne_11015049-1', '', '', '2026-01-17 12:29:09', '2026-01-17 12:29:09', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/acne_11015049-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(4780, 1, '2026-01-17 12:29:35', '2026-01-17 12:29:35', '', 'acne_3441246', '', 'inherit', 'open', 'closed', '', 'acne_3441246', '', '', '2026-01-17 12:29:35', '2026-01-17 12:29:35', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/acne_3441246.svg', 0, 'attachment', 'image/svg+xml', 0),
(4781, 1, '2026-01-17 12:30:33', '2026-01-17 12:30:33', '', 'acne_18300117', '', 'inherit', 'open', 'closed', '', 'acne_18300117', '', '', '2026-01-17 12:30:33', '2026-01-17 12:30:33', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/01/acne_18300117.svg', 0, 'attachment', 'image/svg+xml', 0),
(4867, 1, '2026-01-17 13:46:09', '2026-01-17 13:46:09', '', '2197', '', 'inherit', 'open', 'closed', '', '2197', '', '', '2026-01-17 13:46:09', '2026-01-17 13:46:09', '', 4623, 'https://genesiswa.com/wp-content/uploads/2026/01/2197.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5030, 1, '2026-01-19 10:01:16', '2026-01-19 10:01:16', '<h2>Reviews</h2>				\n		[trustindex no-registration=google]		\n	<a target=\"_blank\"\n	   rel=\"nofollow noopener\" href=\"https://www.instagram.com/genesiswa_begin/\" title=\"@genesiswa_begin\">\n									<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>\n					<img  src=\"https://genesiswa.com/wp-content/uploads/sb-instagram-feed-images/genesiswa_begin.webp\" alt=\"\" width=\"50\" height=\"50\">\n				<h3>genesiswa_begin</h3>\n									<p>Voted #1 Medspa Redmond<br>\n🌸 K-Beauty Experts 🇰🇷<br>\n💆 Facials, fillers, and more!<br>\n✨”Beginning of a Better You”✨<br>\n📅 Book: genesiswa.com<br>\n📞 253-600-1600</p>\n	</a>\n		<a href=\"https://www.instagram.com/reel/DTlXYBNkhq3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&#038;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&#038;oe=6973BA12\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;}\">\n			Everyone help welcome Sofia to our VERY NORMAL tea\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Everyone help welcome Sofia to our VERY NORMAL team 💛✨ As our new Receptionist + Patient Coordinator, she is here to keep us organized and keep you taken care of 😌\nSe habla español! 🇪🇸💬\nSay “HI SOFIA 👹” below 👇\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DTNsjuECdz1/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&#038;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&#038;oe=6973A292\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;}\">\n			POV: First PHYSIQ session ➡️ Sculpted, confident, \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"POV: First PHYSIQ session ➡️ Sculpted, confident, and ready for your goals 🔥\nPHYSIQ helps reduce stubborn fat and improve body contour — without surgery or downtime.\nPair your treatments with our New Year Sculpt + Slim GLP-1 Program for next-level results. Enrollment ends January 31.\nYour future self is calling 🤍\n#physiqbodycontouring #nonsurgicalfatreduction #bodygoals2026 #glp1program #tirzepatide redmondmedspa\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DTBCyvrj59r/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&#038;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&#038;oe=69739BDD\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;}\">\n			Ready for your glow-up? ✨\nWe’re excited to share t\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Ready for your glow-up? ✨\nWe’re excited to share that Genesis Wellness &amp; Aesthetics facials are now available on ClassPass — making self-care easier, more accessible, and totally guilt-free. 🤍\nFrom brightening + clarifying to calming + hydrating, our medical-grade facials are designed to nourish your skin at every level.\n📍 Redmond, WA\n💆‍♀️ Book your facial now on ClassPass\n✨ Limited spots available weekly — reserve yours today\nYour skin deserves this moment.\n#GenesisWellnessAesthetics #ClassPass #RedmondMedSpa #SeattleSkin #FacialTreatment GlowingSkinJourney\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS-OHOyFAZ3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&#038;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&#038;oe=697384AB\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;}\">\n			Thank you, always —\nGrace &amp; the Genesis Wellness &amp;\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Thank you, always —\nGrace &amp; the Genesis Wellness &amp; Aesthetics team 🤍\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS8e62UEvPA/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=108&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&#038;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&#038;oe=6973B8C2\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;}\">\n			New Year • New Confidence starts here 🤍\nIf your 20\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"New Year • New Confidence starts here 🤍\nIf your 2026 goals include feeling lighter, tighter, toned — and glowing in your skin — we created two simple transformation programs to support you safely and beautifully.\n✨ SCULPT &amp; SLIM — 12-Week Transformation ($3,999)\nLose weight while staying toned &amp; confident — not deflated.\nThis premium program combines GLP-1 Tirzepatide medical weight loss + PHYSIQ body sculpting for natural-looking results.\nWhat’s included:\n• GLP-1 medical weight loss program\n• Monthly provider check-ins &amp; treatment guidance\n• 5 PHYSIQ sculpting sessions (tone + tighten)\n• Progress &amp; body composition tracking\n🎁 Enroll by Jan 15 &amp; receive:\n• FREE 1-month unlimited full-body red-light therapy\n• FREE B-12 energy shot\n📅 Final enrollment deadline: Jan 31\n—\n✨ 90-DAY SKIN RESET &amp; GLOW PROGRAM ($1,499)\nA guided 3-month skin journey focused on barrier repair, collagen support &amp; deep hydration — for calm, radiant, confidence-building skin.\nWhat’s included:\n• Month 1 — Platinum HydraFacial®\n• Month 2 — RF Microneedling OR Erbium Laser + Rejuran DNA add-on\n• Month 3 — Custom clinical facial\n• 3 full-body red-light therapy sessions\n• Ongoing skin coaching &amp; progress tracking\n🎁 EARLY BIRD BONUS — enroll by Jan 15 &amp; receive:\n• FREE 1-month unlimited red-light therapy\n• FREE B-12 shot\n• PLUS a $100 skincare gift card (Skin Reset Program only)\n📅 Final enrollment deadline: Jan 31\n—\nWe believe in ethical, medically supervised care, natural-looking results &amp; Korean-inspired skin healing principles. Your confidence is safe with us 🤍\n📍Genesis Wellness &amp; Aesthetics — Redmond, WA\n🗓 Limited January spots available\n🔗 Book your consultation in our bio\n📞 Call 253-600-1600 24/7 Booking\n—\n🔖 Save this post — or send it to someone who needs a fresh start in 2026 🤍\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS3bhMKEtlI/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&#038;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&#038;oe=697388EA\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;}\">\n			Wrinkles showing up before the New Year? We’ve got\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Wrinkles showing up before the New Year? We’ve got you 😉\nFor a short time only:\n✅ 60 units of Dysport — $189\n✅ BONUS B12 Shot — FREE\n✅ Natural-looking results\nPerfect for frown lines, crow’s feet, and forehead — without the “frozen” look. Click to book while promo spots last!\nNew patients only. Medical consultation required.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSvTZF8klhT/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&#038;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&#038;oe=6973A1E4\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;}\">\n			💋 Soft, hydrated, naturally fuller lips — without \n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"💋 Soft, hydrated, naturally fuller lips — without looking “done.”\nWe’re obsessed with this gorgeous before &amp; after! Subtle volume, smooth definition, and a refreshed shape ✨\n🔥 Flash Special: $50 OFF Lip Filler and Dysport\nOnly a few openings left — promo ends December 30th\nIf you’ve been thinking about:\n✔️ Enhancing lip shape &amp; symmetry\n✔️ Adding soft volume\n✔️ Smoothing fine lines\n✔️ Feeling a little more confident…\nThis is your gentle nudge 💫\n📞 Call 253-600-1600 to reserve your spot — once these are gone, they’re gone.\n📍 Genesis Wellness &amp; Aesthetics — Redmond, WA\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSVtl1bk9Y3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=103&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&#038;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&#038;oe=6973940A\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;}\">\n			Two years in a row, and our hearts are full 🤍\nBein\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Two years in a row, and our hearts are full 🤍\nBeing named Top Medical Spa in Redmond, WA again is truly an honor.\nThis recognition belongs to our dedicated team and the incredible patients who trust us year after year. Your support, kind words, and loyalty mean more than any award.\nThank you for an amazing year. We’re so excited to continue growing, caring, and serving this community in the year ahead ✨\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DSGVHo8ElI0/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&#038;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&#038;oe=69739B1B\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;}\">\n			When you go to another injector… and suddenly I’m \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"When you go to another injector… and suddenly I’m 50 Cent holding a 20-year grudge 😂💉✨\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSBheYyj41h/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=110&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&#038;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&#038;oe=69739957\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;}\">\n			🎁✨ It’s officially glow-giving season. ✨🎄\nOur once\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"🎁✨ It’s officially glow-giving season. ✨🎄\nOur once-a-year holiday Gift Card Bonus is LIVE — and it’s the easiest way to give (or get 😉) flawless skin, confidence, and luxury self-care.\n🎁 BUY A GIFT CARD → GET BONUS CREDIT\nPerfect for:\n• Botox lovers 💉\n• K-beauty skin glow addicts ✨\n• Last-minute shoppers\n• Anyone who deserves something luxurious this season (including you)\nPurchase on our website or in-clinic before December 23 — these bonuses don’t come back all year.\nGive the gift that keeps on giving 💙✨\n.\n.\n.\n#RedmondMedSpa #HolidayGiftCard #MedSpaGiftCard #BotoxRedmond #KBeautySeattle RedmondWA SelfCareGifts GlowSeason HydraFacialRedmond GiftOfGlow HolidayDeals2025 AestheticsRedmond MedSpaDeals SkincareGifts\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DR2kTtUEqdP/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&#038;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&#038;oe=69738417\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;}\">\n			It’s tiiime 🎄✨ Genesis is officially in Christmas \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"It’s tiiime 🎄✨ Genesis is officially in Christmas mode!\nCome see the glow, feel the magic… and treat yourself (or someone you love).\n🎁 Once-a-year Gift Card Event is LIVE\nBuy a Gift Card → Get Bonus Credit (our biggest of the year!)\n✨ Ends December 23rd\nRedmond’s #1 Medspa for Botox • Facials • Korean Skin Treatments\nTap to grab yours before they’re gone\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DRz_Ypnk8tg/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&#038;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&#038;oe=69738737\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;}\">\n			From active breakouts to smooth, glowing skin ✨\nTh\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"From active breakouts to smooth, glowing skin ✨\nThis transformation was created through a customized mix of advanced acne + scar treatments and a targeted home routine for long-term results.\nMaster Aesthetician Anastatia Templeman specializes in Korean Glass Skin treatments and personalized skin correction plans.\nReady for your transformation?\nFREE consultations available — link in bio to book🗓️\n.\n.\n.\n#acnetransformation #acnescartreatment #acneclinic #koreanglassskin #glassskintreatment #skinresurfacing #rfmicroneedling #laserfacial #hyperpigmentationtreatment #skintexture #masteresthetician #redmondwa #redmondwashington #seattleskincare #pnwskin #redmondmedspa #seattlemedspa #kbeautyglow #koreanskincareexpert #glowingskinjourney #skinhealthmatters\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DRXOW5ukYKO/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&#038;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&#038;oe=6973AD05\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;}\">\n			🎉✨ Please help us wish our Master Aesthetician a v\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"🎉✨ Please help us wish our Master Aesthetician a very Happy Birthday! ✨🎉\nWe love her, our patients adore her, and Genesis wouldn’t be the same without her talent, care, and heart. 💛\nDrop her some birthday love in the comments! 🎂💫\n#GenesisAesthetics #RedmondMedSpa #MasterAesthetician #SkinSpecialist #RedmondWA GlowingSkinStartsHere MedicalSpaLife HappyBirthday\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DROLMraDWGl/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&#038;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&#038;oe=6973955B\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;}\">\n			✨ Another raving review for our Master Aestheticia\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Another raving review for our Master Aesthetician, Anastatia! ✨\nWith years of advanced skincare experience, Anastatia continues to transform skin and confidence every single day. From Laser Korean Glass Skin, RF microneedling, IPL, tattoo removal, to body contouring—she creates customized plans that deliver real, glowing results.\n💬 Now offering FREE in-person and video consultations for anyone ready to level up their skincare or anti-aging journey.\nReady for your best skin yet?\nBook with Anastatia today. ✨\n.\n.\n.\n#MasterAesthetician #KoreanGlassSkin #RFmicroneedling #IPL #LaserFacial #AdvancedSkincare #GlowUpJourney #TattooRemoval #BodyContouring #AntiAgingExpert #GenesisWellnessAndAesthetics\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DRC1sROkym1/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&#038;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&#038;oe=6973AE46\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;}\">\n			Elegance is found in the details. ✨\nNP Lee enhance\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Elegance is found in the details. ✨\nNP Lee enhanced lip shape and chin definition to bring natural harmony to this profile — soft, balanced, and effortlessly refined from every angle.\nThis is the art of facial balancing at Genesis Wellness &amp; Aesthetics: subtle enhancement with elevated, natural results.\n✔️ Sculpted chin contour\n✔️ Enhanced lip definition\n✔️ Softer, more balanced profile\n✔️ Customized filler placement by a facial balance expert\nNovember Exclusive: $150 OFF a full syringe.\nReserve your appointment while openings last.\nDM BALANCE to secure your luxury aesthetic treatment.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DQ5O2qVEgPV/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&#038;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&#038;oe=697396B6\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;}\">\n			$150 OFF your full syringe? Say less 👄”\nOur Novem\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"$150 OFF your full syringe? Say less 👄”\nOur November lip filler promo is almost over — book before 11/30 to claim this limited-time deal!\nBecause flawless lips don’t wait for December 💅\n📍 Genesis Wellness &amp; Aesthetics | Redmond WA\n📞253-600-1600\n🔗 Link in the bio to book today\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQnByhwkjtB/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&#038;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&#038;oe=6973A523\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;}\">\n			Halloween may be over but we still have some treat\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Halloween may be over but we still have some treats! \nThrough November, when you pre-book your appointment for December, you will get to spin our prize wheel! 💫 \nPrizes range from free facial add-ons to discounted skincare! You don’t want to miss this 🧖‍♀️\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQe_rrokoWi/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&#038;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&#038;oe=6973B96A\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;}\">\n			Serving looks so good it’s scary 😈💉\nYour favorite \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Serving looks so good it’s scary 😈💉\nYour favorite witches are always ready to slay your skin, not your soul 😉\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQC21bvkn7l/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&#038;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&#038;oe=6973A322\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;}\">\n			Oh, they’ll know 😂\nIt’s better to learn new ways t\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Oh, they’ll know 😂\nIt’s better to learn new ways to show emotion than to underdose your tox!\nBook a complimentary consultation at Genesis Wellness &amp; Aesthetics in Redmond, WA 💉\nWe’ll help you find the perfect Botox balance — smooth, expressive, and natural-looking results.\n💻 Book online at genesiswa.com or tap the link in bio!\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DP4uW6TkoNK/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&#038;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&#038;oe=697395C9\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;}\">\n			Refinement over overfilling. Symmetry over trends.\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Refinement over overfilling. Symmetry over trends.\nOur signature lip + facial balancing restores proportion and harmony—enhancing your natural beauty from every angle. 💎\nSubtle artistry. Medical precision. Confidence redefined.\n📍 Redmond, WA | 📞 253.600.1600 | Book your facial balancing consultation today.\" aria-hidden=\"true\">\n		</a>\n			<button\n			type=\"button\" >\n			Load More\n		</button>\n			<a target=\"_blank\"\n				rel=\"nofollow noopener\"  href=\"https://www.instagram.com/genesiswa_begin/\" style=\"background: rgb(64,139,209);\">\n				<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>				Follow on Instagram\n			</a>\n					<h5>Quick Links</h5>				\n							<ul>\n							<li>\n											<a href=\"https://genesiswa.com/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/gift-cards-price-rates/\">\n											Gift Cards &amp; Price Rates\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/our-blog/\">\n											Our Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/payment-plans/\">\n											Payment Plans\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n					<h5>Contact Info</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\n									</li>\n								<li>\n											<a href=\"tel:2536001600\">\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										253-600-1600\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/103617248952427\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/genesiswa_begin\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<h5>Hours</h5>				\n					Monday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Tuesday				\n							12:00 AM						\n						-\n							7:00 PM						\n					Wednesday				\n					Closed				\n					Thursday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Friday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Saturday				\n							10:00 AM						\n						-\n							5:00 PM						\n					Sunday				\n					Closed				\n							<ul>\n							<li>\n										© Copyright 2025 all rights reserved\n									</li>\n						</ul>', 'Footer Backup-19-1-2026', '', 'publish', 'closed', 'closed', '', 'footer-backup-19-1-2026', '', '', '2026-01-19 10:01:17', '2026-01-19 10:01:17', '', 0, 'https://genesiswa.com/?elementor_library=footer-backup-19-1-2026', 0, 'elementor_library', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5037, 1, '2026-01-19 14:40:23', '2026-01-19 14:40:23', '<a href=\"https://genesiswa.com/home-new/\">\n							<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />								</a>\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>\n					<a href=\"tel:2536001600\">\n									Call Us\n					</a>\n					<a href=\"https://genesiswa.com/payment-plans/\">\n									Payment Plans\n					</a>\n															<img width=\"1644\" height=\"1467\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/Logo.png 1644w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-300x268.png 300w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1024x914.png 1024w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-768x685.png 768w, https://genesiswa.com/wp-content/uploads/2025/01/Logo-1536x1371.png 1536w\" sizes=\"(max-width: 1644px) 100vw, 1644px\" />															\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now \n					</a>', '2nd Header Backup 19-1-2026', '', 'publish', 'closed', 'closed', '', '2nd-header-backup-19-1-2026', '', '', '2026-01-19 14:40:24', '2026-01-19 14:40:24', '', 0, 'https://genesiswa.com/?elementor_library=2nd-header-backup-19-1-2026', 0, 'elementor_library', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5045, 1, '2026-01-19 14:49:21', '2026-01-19 14:49:21', '<h2>Reviews</h2>				\n		[trustindex no-registration=google]		\n	<a target=\"_blank\"\n	   rel=\"nofollow noopener\" href=\"https://www.instagram.com/genesiswa_begin/\" title=\"@genesiswa_begin\">\n									<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>\n					<img  src=\"https://genesiswa.com/wp-content/uploads/sb-instagram-feed-images/genesiswa_begin.webp\" alt=\"\" width=\"50\" height=\"50\">\n				<h3>genesiswa_begin</h3>\n									<p>Voted #1 Medspa Redmond<br>\n🌸 K-Beauty Experts 🇰🇷<br>\n💆 Facials, fillers, and more!<br>\n✨”Beginning of a Better You”✨<br>\n📅 Book: genesiswa.com<br>\n📞 253-600-1600</p>\n	</a>\n		<a href=\"https://www.instagram.com/reel/DTlXYBNkhq3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&#038;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&#038;oe=6973BA12\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/616490057_1966524804279550_1054633947254068934_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=GbUpPY4yn9cQ7kNvwFWPpnc&amp;_nc_oc=Adn1qMJQNyGK0vHohIGF5MWvjjVhVtPF_2GHqGZaA3o9UhDAYk6xdImEGCyswZShif8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afpi6HrqL_-X7Nm89DtqVsmT5Wmg9vl0o2Rcc0sR53vtIA&amp;oe=6973BA12&quot;}\">\n			Everyone help welcome Sofia to our VERY NORMAL tea\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Everyone help welcome Sofia to our VERY NORMAL team 💛✨ As our new Receptionist + Patient Coordinator, she is here to keep us organized and keep you taken care of 😌\nSe habla español! 🇪🇸💬\nSay “HI SOFIA 👹” below 👇\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DTNsjuECdz1/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&#038;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&#038;oe=6973A292\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/610751844_2178949746245843_1142577938807546191_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=wHmdF0hnWJ8Q7kNvwH65WIv&amp;_nc_oc=Adloo2pjQec3UJQcgGLl8E9f4aHQ6P2R6X8GRn2cBD38bEvDT8gjVGxDKIQ3-YyS_U0&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq2sHE2ZlEjqFklc1p4s9Y7IoMuR3fadsETdD_EVLLDkQ&amp;oe=6973A292&quot;}\">\n			POV: First PHYSIQ session ➡️ Sculpted, confident, \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"POV: First PHYSIQ session ➡️ Sculpted, confident, and ready for your goals 🔥\nPHYSIQ helps reduce stubborn fat and improve body contour — without surgery or downtime.\nPair your treatments with our New Year Sculpt + Slim GLP-1 Program for next-level results. Enrollment ends January 31.\nYour future self is calling 🤍\n#physiqbodycontouring #nonsurgicalfatreduction #bodygoals2026 #glp1program #tirzepatide redmondmedspa\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DTBCyvrj59r/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&#038;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&#038;oe=69739BDD\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/609012402_18031954499753450_8466596537446042954_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=i7anIb5BVgIQ7kNvwGKQpas&amp;_nc_oc=Adn5RyiQbIVL6cVZca6DVCk5FAxiDd41Hq37K_6geX2QZuzlM6AZTYCnj0xGhIJXY5U&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrjeIdVn2QAo0VtdwoVxBkKkZ6KPJGnthW2RllzDpBOGA&amp;oe=69739BDD&quot;}\">\n			Ready for your glow-up? ✨\nWe’re excited to share t\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Ready for your glow-up? ✨\nWe’re excited to share that Genesis Wellness &amp; Aesthetics facials are now available on ClassPass — making self-care easier, more accessible, and totally guilt-free. 🤍\nFrom brightening + clarifying to calming + hydrating, our medical-grade facials are designed to nourish your skin at every level.\n📍 Redmond, WA\n💆‍♀️ Book your facial now on ClassPass\n✨ Limited spots available weekly — reserve yours today\nYour skin deserves this moment.\n#GenesisWellnessAesthetics #ClassPass #RedmondMedSpa #SeattleSkin #FacialTreatment GlowingSkinJourney\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS-OHOyFAZ3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&#038;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&#038;oe=697384AB\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608848652_18031832069753450_8366769608940822555_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=JFqJrhryt4IQ7kNvwEUM1LX&amp;_nc_oc=Adnu-2m8V17JJPl9-0c-3Y7mu39EnL2OvigRSHdmc-qQihNlIv4w8zoF7A99wTg6FdQ&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfooXsmIz_5QvD-4rm3wZZ-r6YgyeUW64Oy3pMaVbXqfmw&amp;oe=697384AB&quot;}\">\n			Thank you, always —\nGrace &amp; the Genesis Wellness &amp;\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Thank you, always —\nGrace &amp; the Genesis Wellness &amp; Aesthetics team 🤍\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS8e62UEvPA/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=108&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&#038;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&#038;oe=6973B8C2\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608407918_18031729505753450_3608207213469192993_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=BOiGhqwjyt8Q7kNvwEZX2rN&amp;_nc_oc=AdlQb99S5HNWw3hEyH0BkCy6nzXllb4RCSRIAmVp7aStTuRDfGn7C9Adlm5kX4t-ecY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afo9mU6wjWkFWm_09CcKq33GwmL3CcuMpMEFMKgk5bJ9xQ&amp;oe=6973B8C2&quot;}\">\n			New Year • New Confidence starts here 🤍\nIf your 20\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"New Year • New Confidence starts here 🤍\nIf your 2026 goals include feeling lighter, tighter, toned — and glowing in your skin — we created two simple transformation programs to support you safely and beautifully.\n✨ SCULPT &amp; SLIM — 12-Week Transformation ($3,999)\nLose weight while staying toned &amp; confident — not deflated.\nThis premium program combines GLP-1 Tirzepatide medical weight loss + PHYSIQ body sculpting for natural-looking results.\nWhat’s included:\n• GLP-1 medical weight loss program\n• Monthly provider check-ins &amp; treatment guidance\n• 5 PHYSIQ sculpting sessions (tone + tighten)\n• Progress &amp; body composition tracking\n🎁 Enroll by Jan 15 &amp; receive:\n• FREE 1-month unlimited full-body red-light therapy\n• FREE B-12 energy shot\n📅 Final enrollment deadline: Jan 31\n—\n✨ 90-DAY SKIN RESET &amp; GLOW PROGRAM ($1,499)\nA guided 3-month skin journey focused on barrier repair, collagen support &amp; deep hydration — for calm, radiant, confidence-building skin.\nWhat’s included:\n• Month 1 — Platinum HydraFacial®\n• Month 2 — RF Microneedling OR Erbium Laser + Rejuran DNA add-on\n• Month 3 — Custom clinical facial\n• 3 full-body red-light therapy sessions\n• Ongoing skin coaching &amp; progress tracking\n🎁 EARLY BIRD BONUS — enroll by Jan 15 &amp; receive:\n• FREE 1-month unlimited red-light therapy\n• FREE B-12 shot\n• PLUS a $100 skincare gift card (Skin Reset Program only)\n📅 Final enrollment deadline: Jan 31\n—\nWe believe in ethical, medically supervised care, natural-looking results &amp; Korean-inspired skin healing principles. Your confidence is safe with us 🤍\n📍Genesis Wellness &amp; Aesthetics — Redmond, WA\n🗓 Limited January spots available\n🔗 Book your consultation in our bio\n📞 Call 253-600-1600 24/7 Booking\n—\n🔖 Save this post — or send it to someone who needs a fresh start in 2026 🤍\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DS3bhMKEtlI/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&#038;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&#038;oe=697388EA\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/608025794_18031489115753450_6881088902054408492_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=KsUniZiISgoQ7kNvwF-1pU0&amp;_nc_oc=AdnZExL2jLVWOyegnPZXLg5npOjr-F2xguxvIaMtoyO6ewBFQ8WLuUTUoKkStXvGkFo&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfrNQLXJZcckBHPMev9xH_3GvEXF6W93LQygtxPUnBrOBw&amp;oe=697388EA&quot;}\">\n			Wrinkles showing up before the New Year? We’ve got\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Wrinkles showing up before the New Year? We’ve got you 😉\nFor a short time only:\n✅ 60 units of Dysport — $189\n✅ BONUS B12 Shot — FREE\n✅ Natural-looking results\nPerfect for frown lines, crow’s feet, and forehead — without the “frozen” look. Click to book while promo spots last!\nNew patients only. Medical consultation required.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSvTZF8klhT/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&#038;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&#038;oe=6973A1E4\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/587802330_18031174208753450_5502809973162040377_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=71fqLZ1C0HAQ7kNvwF8xd81&amp;_nc_oc=AdnDeSSurrlsV-KA4QQa4TBUdqSRG9g94vaWXeqqZQ96Uy_BSqcyFO2N6jTgqCmb6zE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfosD5rKCTr0Zeyj0RNrTp0oVzyUi21Gr5DmmM-w1h5yPQ&amp;oe=6973A1E4&quot;}\">\n			💋 Soft, hydrated, naturally fuller lips — without \n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"💋 Soft, hydrated, naturally fuller lips — without looking “done.”\nWe’re obsessed with this gorgeous before &amp; after! Subtle volume, smooth definition, and a refreshed shape ✨\n🔥 Flash Special: $50 OFF Lip Filler and Dysport\nOnly a few openings left — promo ends December 30th\nIf you’ve been thinking about:\n✔️ Enhancing lip shape &amp; symmetry\n✔️ Adding soft volume\n✔️ Smoothing fine lines\n✔️ Feeling a little more confident…\nThis is your gentle nudge 💫\n📞 Call 253-600-1600 to reserve your spot — once these are gone, they’re gone.\n📍 Genesis Wellness &amp; Aesthetics — Redmond, WA\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSVtl1bk9Y3/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=103&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&#038;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&#038;oe=6973940A\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/602366869_18030102464753450_5403309657079627045_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=103&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=yIjW5D2-9UcQ7kNvwHdze-S&amp;_nc_oc=Adnm0TJI7CvdkZS1ab3j4yqJ2SthjyB61y0QrRlYrt0C7zUCqCFJSFKuSmIIJz7Cc9o&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoFg1AcvRskE-kUpokPoBSL8bioV_PCZT-Bk47_XVpqJA&amp;oe=6973940A&quot;}\">\n			Two years in a row, and our hearts are full 🤍\nBein\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Two years in a row, and our hearts are full 🤍\nBeing named Top Medical Spa in Redmond, WA again is truly an honor.\nThis recognition belongs to our dedicated team and the incredible patients who trust us year after year. Your support, kind words, and loyalty mean more than any award.\nThank you for an amazing year. We’re so excited to continue growing, caring, and serving this community in the year ahead ✨\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DSGVHo8ElI0/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&#038;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&#038;oe=69739B1B\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/598495704_874207965263127_5842607975234004250_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=_plqYVSxJlUQ7kNvwGD5hvs&amp;_nc_oc=Adm4_3RJCBFuElPC6mwxc7vsKi7TRR8R3PZQnl7FawEwIYiCSA32c_5ryRI8Wu_stBk&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afplj9GxX87hvehvC9gQrko4BdiG75dleT2LkI1H4UQWSg&amp;oe=69739B1B&quot;}\">\n			When you go to another injector… and suddenly I’m \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"When you go to another injector… and suddenly I’m 50 Cent holding a 20-year grudge 😂💉✨\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DSBheYyj41h/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=110&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&#038;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&#038;oe=69739957\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/576480663_18029266514753450_5062377287902650663_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=CHUMgHL1yAkQ7kNvwF0vkFs&amp;_nc_oc=AdkReYq4nXrMUilS1QhpZMm4g6XyvDRh_dxw-j1ZjYUoFur--laMj-hisln1Od9l2dY&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afrp9xTFTJ_qwCf2Lg2gdV1ClslPk4eIn4FRQeBDEWSwSg&amp;oe=69739957&quot;}\">\n			🎁✨ It’s officially glow-giving season. ✨🎄\nOur once\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"🎁✨ It’s officially glow-giving season. ✨🎄\nOur once-a-year holiday Gift Card Bonus is LIVE — and it’s the easiest way to give (or get 😉) flawless skin, confidence, and luxury self-care.\n🎁 BUY A GIFT CARD → GET BONUS CREDIT\nPerfect for:\n• Botox lovers 💉\n• K-beauty skin glow addicts ✨\n• Last-minute shoppers\n• Anyone who deserves something luxurious this season (including you)\nPurchase on our website or in-clinic before December 23 — these bonuses don’t come back all year.\nGive the gift that keeps on giving 💙✨\n.\n.\n.\n#RedmondMedSpa #HolidayGiftCard #MedSpaGiftCard #BotoxRedmond #KBeautySeattle RedmondWA SelfCareGifts GlowSeason HydraFacialRedmond GiftOfGlow HolidayDeals2025 AestheticsRedmond MedSpaDeals SkincareGifts\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DR2kTtUEqdP/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&#038;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&#038;oe=69738417\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/588394923_849189661149673_8781520727531489978_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=IDj1C7XLN4MQ7kNvwGBnd5K&amp;_nc_oc=AdlVJh_ppqZuBQKy8DGlYJfOLNqRI6iHfE4AiQ4ULekTUix2e8T8UZZ2CuDrj_9er2w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqgcg6j300ay3xw92MFwadVjzPPbGB3MHSlpsd3XZVGoA&amp;oe=69738417&quot;}\">\n			It’s tiiime 🎄✨ Genesis is officially in Christmas \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"It’s tiiime 🎄✨ Genesis is officially in Christmas mode!\nCome see the glow, feel the magic… and treat yourself (or someone you love).\n🎁 Once-a-year Gift Card Event is LIVE\nBuy a Gift Card → Get Bonus Credit (our biggest of the year!)\n✨ Ends December 23rd\nRedmond’s #1 Medspa for Botox • Facials • Korean Skin Treatments\nTap to grab yours before they’re gone\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DRz_Ypnk8tg/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&#038;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&#038;oe=69738737\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/588469988_18028711064753450_4573245148581022856_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=NkAl0Xbma5UQ7kNvwFBvHkR&amp;_nc_oc=AdmqHXa27YY2Ie3FdORNbQhUlIeVe3p6UyP5anKVoOwgjWCZpo-rPF6s9fyF1jN8dso&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afry0kbf6oC0umrgW-yXl39e7xmvl_Q5xJDc_mMNdFc3tw&amp;oe=69738737&quot;}\">\n			From active breakouts to smooth, glowing skin ✨\nTh\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"From active breakouts to smooth, glowing skin ✨\nThis transformation was created through a customized mix of advanced acne + scar treatments and a targeted home routine for long-term results.\nMaster Aesthetician Anastatia Templeman specializes in Korean Glass Skin treatments and personalized skin correction plans.\nReady for your transformation?\nFREE consultations available — link in bio to book🗓️\n.\n.\n.\n#acnetransformation #acnescartreatment #acneclinic #koreanglassskin #glassskintreatment #skinresurfacing #rfmicroneedling #laserfacial #hyperpigmentationtreatment #skintexture #masteresthetician #redmondwa #redmondwashington #seattleskincare #pnwskin #redmondmedspa #seattlemedspa #kbeautyglow #koreanskincareexpert #glowingskinjourney #skinhealthmatters\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DRXOW5ukYKO/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&#038;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&#038;oe=6973AD05\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/584383437_1287525836727448_8573697170005433026_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=shDDZN9DicwQ7kNvwEgMi7o&amp;_nc_oc=AdkI2hVj0_ln8tefel04zF7SDQMpBviNyou9zF6iTalrr2p6PKFN9qrtWZEFHd3AKvs&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfpItBWoxudrkiYQ9mkW59a284hglzFYZEAfKJIR8cRt4g&amp;oe=6973AD05&quot;}\">\n			🎉✨ Please help us wish our Master Aesthetician a v\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"🎉✨ Please help us wish our Master Aesthetician a very Happy Birthday! ✨🎉\nWe love her, our patients adore her, and Genesis wouldn’t be the same without her talent, care, and heart. 💛\nDrop her some birthday love in the comments! 🎂💫\n#GenesisAesthetics #RedmondMedSpa #MasterAesthetician #SkinSpecialist #RedmondWA GlowingSkinStartsHere MedicalSpaLife HappyBirthday\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DROLMraDWGl/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&#038;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&#038;oe=6973955B\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583770190_18027246968753450_2013916260367692144_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=o71NlKI8kWEQ7kNvwGy9xSW&amp;_nc_oc=AdlhjlBLQpNMMrQOyJQfEZ-TLwZjLuU0F4YOo12UA3-NIXoM8yrJHM-5JbytqLdqkOw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afqzzmftj1fgYAdA7dP1eR-XY0EIl6zs3yeu-a__XXEvFw&amp;oe=6973955B&quot;}\">\n			✨ Another raving review for our Master Aestheticia\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"✨ Another raving review for our Master Aesthetician, Anastatia! ✨\nWith years of advanced skincare experience, Anastatia continues to transform skin and confidence every single day. From Laser Korean Glass Skin, RF microneedling, IPL, tattoo removal, to body contouring—she creates customized plans that deliver real, glowing results.\n💬 Now offering FREE in-person and video consultations for anyone ready to level up their skincare or anti-aging journey.\nReady for your best skin yet?\nBook with Anastatia today. ✨\n.\n.\n.\n#MasterAesthetician #KoreanGlassSkin #RFmicroneedling #IPL #LaserFacial #AdvancedSkincare #GlowUpJourney #TattooRemoval #BodyContouring #AntiAgingExpert #GenesisWellnessAndAesthetics\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DRC1sROkym1/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&#038;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&#038;oe=6973AE46\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/583125342_18026829149753450_1467002952258682034_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=Hg8MBoyiLooQ7kNvwGlB63y&amp;_nc_oc=AdnMdFqom3wzsoAR35882Jhq-tpxWwDkigLBFL7l5m92Ysl7FqEYM8wVMnivSnsFmsc&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoAILDitnSMfMgSlGk8i6QulfqDZ-Zl6A9BcKCG_DqFkQ&amp;oe=6973AE46&quot;}\">\n			Elegance is found in the details. ✨\nNP Lee enhance\n			<svg aria-hidden=\"true\" aria-label=\"Clone\" data-fa-proƒcessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"></path>\n                </svg>						<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Elegance is found in the details. ✨\nNP Lee enhanced lip shape and chin definition to bring natural harmony to this profile — soft, balanced, and effortlessly refined from every angle.\nThis is the art of facial balancing at Genesis Wellness &amp; Aesthetics: subtle enhancement with elevated, natural results.\n✔️ Sculpted chin contour\n✔️ Enhanced lip definition\n✔️ Softer, more balanced profile\n✔️ Customized filler placement by a facial balance expert\nNovember Exclusive: $150 OFF a full syringe.\nReserve your appointment while openings last.\nDM BALANCE to secure your luxury aesthetic treatment.\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DQ5O2qVEgPV/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&#038;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&#038;oe=697396B6\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.82787-15/581401933_18026482886753450_8156965528319413922_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=FgxGAgXD8LAQ7kNvwGJ50SU&amp;_nc_oc=Adl4em8qVKqSpnJN7SVRKWC3IpyAlY4kx29Ubrp43Vssb3RaZqNJBw4ri6MVNfPY11s&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq05qWhXMkzX8Ler_jyKHL_L0p3KrN1ZHl7dwHwZsJXOw&amp;oe=697396B6&quot;}\">\n			$150 OFF your full syringe? Say less 👄”\nOur Novem\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"$150 OFF your full syringe? Say less 👄”\nOur November lip filler promo is almost over — book before 11/30 to claim this limited-time deal!\nBecause flawless lips don’t wait for December 💅\n📍 Genesis Wellness &amp; Aesthetics | Redmond WA\n📞253-600-1600\n🔗 Link in the bio to book today\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQnByhwkjtB/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=101&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&#038;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&#038;_nc_zt=23&#038;_nc_ht=scontent-lax7-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&#038;oe=6973A523\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;150&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;320&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;,&quot;640&quot;:&quot;https://scontent-lax7-1.cdninstagram.com/v/t51.71878-15/572501157_2266706097135919_103163363849141139_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=101&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=HJK43EtQZr8Q7kNvwFxXjT_&amp;_nc_oc=Adm50h5Mn3CNCL9z731RRmKoBgBX5Yfm6qIYM9nJ5Ta2vYel7YMCNqtIcn3YVM4ZodI&amp;_nc_zt=23&amp;_nc_ht=scontent-lax7-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfoJ5eU93G8SEwBfwZsYddyW50yel4BD3AFcFi-BoiMBeg&amp;oe=6973A523&quot;}\">\n			Halloween may be over but we still have some treat\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Halloween may be over but we still have some treats! \nThrough November, when you pre-book your appointment for December, you will get to spin our prize wheel! 💫 \nPrizes range from free facial add-ons to discounted skincare! You don’t want to miss this 🧖‍♀️\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQe_rrokoWi/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&#038;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&#038;oe=6973B96A\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/572169587_2018027102345043_5602173628445861669_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5EvpYNoU6KwQ7kNvwFPwXpo&amp;_nc_oc=AdkZbdAW8jJ5oSkip1CmRHyTmXjLlTPS8xWVLhJ29O_NeR93OP1kEPeHhFPnhroQLNg&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq354enlnpJkapuvdc1TxU_EIHO0yAT8R8NJzXE1ZHxoQ&amp;oe=6973B96A&quot;}\">\n			Serving looks so good it’s scary 😈💉\nYour favorite \n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Serving looks so good it’s scary 😈💉\nYour favorite witches are always ready to slay your skin, not your soul 😉\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/reel/DQC21bvkn7l/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=102&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&#038;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&#038;oe=6973A322\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;150&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;320&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;,&quot;640&quot;:&quot;https://scontent-lax3-1.cdninstagram.com/v/t51.71878-15/568728575_819480064001400_3156484041963480992_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=102&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=NgMnuiYFtpsQ7kNvwGlpVeB&amp;_nc_oc=AdnXxzmPohfNmnmgGuv0XWS1nd79Imv1vPA4tLsTk33D0i4WBCZqcg_UZM9nFbVLUP8&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_Afq4SaDk3qUSDBeGiahHrEpUR1THxK9AS_Cx9sKl3QXnFw&amp;oe=6973A322&quot;}\">\n			Oh, they’ll know 😂\nIt’s better to learn new ways t\n						<svg style=\"color: rgba(255,255,255,1)\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>			<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Oh, they’ll know 😂\nIt’s better to learn new ways to show emotion than to underdose your tox!\nBook a complimentary consultation at Genesis Wellness &amp; Aesthetics in Redmond, WA 💉\nWe’ll help you find the perfect Botox balance — smooth, expressive, and natural-looking results.\n💻 Book online at genesiswa.com or tap the link in bio!\" aria-hidden=\"true\">\n		</a>\n		<a href=\"https://www.instagram.com/p/DP4uW6TkoNK/\" target=\"_blank\" rel=\"noopener nofollow\"\n			data-full-res=\"https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=106&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&#038;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-2.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&#038;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&#038;oe=697395C9\"\n			data-img-src-set=\"{&quot;d&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;150&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;320&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;,&quot;640&quot;:&quot;https://scontent-lax3-2.cdninstagram.com/v/t51.82787-15/565180718_18023973407753450_4845110099411910411_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=106&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9yHxqq8kl2kQ7kNvwE9lL7v&amp;_nc_oc=AdlxRDgL8znzbYHXlFm2XrU4_iY6xvrMECwCKgswLsH7mAtYsrylSQP6y1SLLFDOr_A&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-2.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=0c1JlViSn2sDmCb0R4sxHQ&amp;oh=00_AfqCYHQDv65Z8gcyzYJUvp3z1L1yPkbkNla2pmSdnINkgQ&amp;oe=697395C9&quot;}\">\n			Refinement over overfilling. Symmetry over trends.\n									<img src=\"https://genesiswa.com/wp-content/plugins/instagram-feed/img/placeholder.png\" alt=\"Refinement over overfilling. Symmetry over trends.\nOur signature lip + facial balancing restores proportion and harmony—enhancing your natural beauty from every angle. 💎\nSubtle artistry. Medical precision. Confidence redefined.\n📍 Redmond, WA | 📞 253.600.1600 | Book your facial balancing consultation today.\" aria-hidden=\"true\">\n		</a>\n			<button\n			type=\"button\" >\n			Load More\n		</button>\n			<a target=\"_blank\"\n				rel=\"nofollow noopener\"  href=\"https://www.instagram.com/genesiswa_begin/\" style=\"background: rgb(64,139,209);\">\n				<svg aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" 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>\n                </svg>				Follow on Instagram\n			</a>\n					<h5>Quick Links</h5>				\n							<ul>\n							<li>\n											<a href=\"https://genesiswa.com/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/concierge-dermatology/\">\n											Concierge Dermatology\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/medical-weight-loss-physiq/\">\n											Medical Weight Loss + PHYSIQ\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/medical-aesthetics/\">\n											 Botox &amp; Injectables\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/iv-wellness-injections/\">\n											NAD+ &amp; Wellness Injections\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/glow-memberships/\">\n											Memberships\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.com/contact-us/\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n											Book Now\n											</a>\n									</li>\n						</ul>\n					<h5>Contact Info</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										15965 Northeast 85th Street, Suite 102, Redmond, Washington 98052, United States\n									</li>\n								<li>\n											<a href=\"tel:2536001600\">\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										253-600-1600\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/103617248952427\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/genesiswa_begin\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<h5>Hours</h5>				\n					Monday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Tuesday				\n							12:00 AM						\n						-\n							7:00 PM						\n					Wednesday				\n					Closed				\n					Thursday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Friday				\n							10:00 AM						\n						-\n							7:00 PM						\n					Saturday				\n							10:00 AM						\n						-\n							5:00 PM						\n					Sunday				\n					Closed				\n							<ul>\n							<li>\n										© Copyright 2025 all rights reserved\n									</li>\n						</ul>', '2nd Footer Backup 19-1-2026', '', 'publish', 'closed', 'closed', '', '2nd-footer-backup-19-1-2026', '', '', '2026-01-19 14:49:22', '2026-01-19 14:49:22', '', 0, 'https://genesiswa.com/?elementor_library=2nd-footer-backup-19-1-2026', 0, 'elementor_library', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5050, 1, '2026-01-19 15:07:21', '2026-01-19 15:07:21', '<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n															<img width=\"1072\" height=\"1228\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png 1072w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-262x300.png 262w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-894x1024.png 894w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-768x880.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" />															\n					<h2>Membership Options</h2>				\n													<h3>\n								Glow Plus							</h3>\n												&#36;						\n								199							\n								per month							\n								<ul>\n																	<li>\n										<b>Exclusive Tox Rate: <br></b>Botox $13/unit or Dysport $4.33/unit <br>(Orig. $15/unit or $5/unit) 									\n						</li>\n																	<li>\n										One Custom Facial Per Month\n						</li>\n																	<li>\n										Unlimited Red Light Therapy Access\n						</li>\n																	<li>\n										10 Glow Points Each Month\n						</li>\n																	<li>\n										10% off Select Medical-Grade Skincare\n						</li>\n																	<li>\n										Birthday Bonus: Free Facial Add-on\n						</li>\n																	<li>\n										Discounted Dermaplaning Upgrade									\n						</li>\n																	<li>\n										Hydrafacial Upgrades Available\n						</li>\n									</ul>\n													<h3>\n								Glow Basic							</h3>\n												&#36;						\n								99							\n								per month							\n								<ul>\n																	<li>\n										One Custom Facial Per Month									\n						</li>\n																	<li>\n										One Red Light Therapy Bed Session per Month\n						</li>\n																	<li>\n										Discounted Dermaplaning Upgrade									\n						</li>\n																	<li>\n										Hydrafacial Upgrades Available\n						</li>\n									</ul>\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/1-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/1-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>New Year • New Confidence</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Sculpt &amp; Slim Transformation Program</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n		<p data-start=\"349\" data-end=\"572\"><strong data-start=\"349\" data-end=\"407\">Lose weight while staying toned, tight, and confident.</strong><br data-start=\"407\" data-end=\"410\" />This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting</strong> so you don’t just lose weight — you reshape, restore confidence, and protect your curves.</p><h3 data-start=\"574\" data-end=\"597\"><strong data-start=\"578\" data-end=\"597\">What’s Included</strong></h3><p data-start=\"598\" data-end=\"809\">✔ <strong data-start=\"600\" data-end=\"649\">GLP-1 Tirzepatide Medical Weight Loss Program</strong><br data-start=\"649\" data-end=\"652\" />• Prescription medication dosing &amp; titration<br data-start=\"696\" data-end=\"699\" />• Monthly provider check-ins<br data-start=\"727\" data-end=\"730\" />• Lifestyle &amp; nutrition guidance<br data-start=\"762\" data-end=\"765\" />• Ongoing support &amp; body progress tracking</p><p data-start=\"811\" data-end=\"918\">✔ <strong data-start=\"813\" data-end=\"844\">5 PHYSIQ Sculpting Sessions</strong><br data-start=\"844\" data-end=\"847\" />• Targets stubborn fat &amp; muscle tone<br data-start=\"883\" data-end=\"886\" />• Non-invasive • Zero downtime</p><p data-start=\"920\" data-end=\"964\">✔ <strong data-start=\"922\" data-end=\"964\">Clinic monitoring &amp; treatment planning</strong></p><p data-start=\"966\" data-end=\"998\">💎 <strong data-start=\"969\" data-end=\"987\">Program Price:</strong> <strong data-start=\"988\" data-end=\"998\">$3,999</strong></p><p data-start=\"1000\" data-end=\"1122\">🎁 <strong data-start=\"1003\" data-end=\"1043\">Enroll by January 15 &amp; receive FREE:</strong><br data-start=\"1043\" data-end=\"1046\" />• <strong data-start=\"1048\" data-end=\"1097\">1 month unlimited full-body red-light therapy</strong><br data-start=\"1097\" data-end=\"1100\" />• <strong data-start=\"1102\" data-end=\"1122\">B-12 energy shot</strong></p><p data-start=\"1124\" data-end=\"1168\">📅 <strong data-start=\"1127\" data-end=\"1168\">Final enrollment deadline: January 31</strong></p><p data-start=\"1124\" data-end=\"1168\"> </p><p data-start=\"1919\" data-end=\"2143\">Active weight-loss members receive a <strong data-start=\"1969\" data-end=\"1996\">FREE 6th PHYSIQ session</strong> when purchasing a 5-session package — plus a complimentary LED or B-12 boost.<br data-start=\"2074\" data-end=\"2077\" />Because your results deserve to look as strong as your commitment.</p><p data-start=\"2145\" data-end=\"2183\">👉 <strong data-start=\"2148\" data-end=\"2183\">Ask us about the Member Upgrade</strong></p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/2-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/2-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/2-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>90-Day Skin Reset &amp; Glow</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Heal, Restore, &amp; Rebuild Your Skin</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n		<p data-start=\"1246\" data-end=\"1381\"><strong data-start=\"1246\" data-end=\"1381\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.</strong></p><h3 data-start=\"1383\" data-end=\"1406\"><strong data-start=\"1387\" data-end=\"1406\">What’s Included</strong></h3><p data-start=\"1407\" data-end=\"1521\">✔ <strong data-start=\"1409\" data-end=\"1444\">Month 1 — Platinum HydraFacial®</strong><br data-start=\"1444\" data-end=\"1447\" />Deep cleanse • exfoliation • pore detox • booster infusion • LED therapy</p><p data-start=\"1523\" data-end=\"1735\">✔ <strong data-start=\"1525\" data-end=\"1562\">Month 2 — Advanced Skin Treatment</strong><br data-start=\"1562\" data-end=\"1565\" />Choose one based on your skin goals:<br data-start=\"1601\" data-end=\"1604\" />• <strong data-start=\"1606\" data-end=\"1626\">RF Microneedling</strong> — collagen + skin tightening<br data-start=\"1655\" data-end=\"1658\" /><strong data-start=\"1658\" data-end=\"1664\">OR</strong><br data-start=\"1664\" data-end=\"1667\" />• <strong data-start=\"1669\" data-end=\"1697\">Erbium Laser Resurfacing</strong> — texture + pigmentation refinement</p><ul data-start=\"1737\" data-end=\"1791\"><li data-start=\"1737\" data-end=\"1791\"><p data-start=\"1739\" data-end=\"1791\"><strong data-start=\"1739\" data-end=\"1769\">Rejuran DNA Healing Add-On</strong> for recovery &amp; glow</p></li></ul><p data-start=\"1793\" data-end=\"1894\">✔ <strong data-start=\"1795\" data-end=\"1831\">Month 3 — Custom Clinical Facial</strong><br data-start=\"1831\" data-end=\"1834\" />Personalized treatment focused on hydration, repair &amp; glow</p><p data-start=\"1896\" data-end=\"1936\">✔ <strong data-start=\"1898\" data-end=\"1936\">3 Full-Body Red-Light Bed Sessions</strong></p><p data-start=\"1938\" data-end=\"2000\">✔ <strong data-start=\"1940\" data-end=\"2000\">Skin guidance &amp; progress tracking throughout the program</strong></p><p data-start=\"2002\" data-end=\"2061\">💎 <strong data-start=\"2005\" data-end=\"2023\">Program Price:</strong> <strong data-start=\"2024\" data-end=\"2061\">$1,499</strong></p><p data-start=\"2063\" data-end=\"2178\">🎁 <strong data-start=\"2066\" data-end=\"2106\">Enroll by January 15 &amp; receive FREE:</strong></p><p data-start=\"2063\" data-end=\"2178\"><strong>• $100 Skincare Gift Card</strong><br data-start=\"2106\" data-end=\"2109\" />• <strong data-start=\"2111\" data-end=\"2160\">1 month unlimited full-body red-light therapy</strong><br data-start=\"2160\" data-end=\"2163\" />• <strong data-start=\"2165\" data-end=\"2178\">B-12 energy shot</strong></p><p data-start=\"2180\" data-end=\"2224\">📅 <strong data-start=\"2183\" data-end=\"2224\">Final enrollment deadline: January 31</strong></p>		\n					<h2>Bank glow Glow points for enhanced treatments\n</h2>				\n		<p>Reward yourself for better selfcare</p>		\n			<table \n			class=\"pp-table tablesaw\" data-tablesaw-mode=\"stack\"				>\n							<colgroup>\n								<col\n					span=\"1\"\n					class=\"elementor-repeater-item-148df89\"\n											style=\"\n																				\"\n										>\n							</colgroup>\n						<thead>\n				<tr>\n					<th>Name</th><th>Points</th>				</tr>\n			</thead>\n					<tfoot>\n			</tr>		</tfoot>\n				<tbody>\n			<tr ><td>Dermaplaning Add-on</td><td>10 points\n</td></tr><tr ></tr><tr ><td>Vitamin B12 or Lipo+ Shot\n</td><td>10 points\n</td></tr><tr ><td>Hydrafacial Booster</td><td>10 points\n</td></tr><tr ><td>Myer\'s Mix or Glutathione IV\n</td><td>30 points\n</td></tr><tr ><td>IPL Facial\n</td><td>50 points\n</td></tr><tr ><td>Single Session Body Contouring\n</td><td>50 points\n</td></tr><tr ><td>Full Syringe Filler\n</td><td>80 points\n</td></tr><tr ><td>RF Microneedling (Bronze)\n</td><td>100 points\n</td></tr><tr ><td>Single Area Laser Hair Removal\n</td><td>100 points\n</td></tr><tr ><td>Exoglow Korean Glass Skin\n</td><td>160 points\n</td></tr>		</tbody>\n					</table>\n					<h2>Book your  facial  to get started</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Membership-Page-Backup-New', '', 'publish', 'closed', 'closed', '', 'membership-page-backup-new', '', '', '2026-01-19 15:07:22', '2026-01-19 15:07:22', '', 0, 'https://genesiswa.com/?elementor_library=membership-page-backup-new', 0, 'elementor_library', '', 0),
(5095, 0, '2026-01-22 03:02:52', '2026-01-22 03:02:52', '<iframe title=\"Meet PHYSIQ Body Treatment\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/RUNsdHxyMcM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '077e5b62f14593025e4a389279a14ac6', '', '', '2026-01-22 03:02:52', '2026-01-22 03:02:52', '', 0, 'https://genesiswa.com/077e5b62f14593025e4a389279a14ac6/', 0, 'oembed_cache', '', 0),
(5096, 0, '2026-01-22 03:02:53', '2026-01-22 03:02:53', '<iframe title=\"Hear from Real PHYSIQ Patients Christopher &amp; Erica\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/zthI8y55iVI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '7e1dc3299fd96df4c5aac43acb4a2e29', '', '', '2026-01-22 03:02:53', '2026-01-22 03:02:53', '', 0, 'https://genesiswa.com/7e1dc3299fd96df4c5aac43acb4a2e29/', 0, 'oembed_cache', '', 0),
(5097, 1, '2026-01-28 10:50:50', '2026-01-28 10:50:50', '<h1>Genesis Wellness &amp; Aesthetics</h1>				\n					<a href=\"https://genesiswa.com/about-us/\">\n									Learn More\n					</a>\n					<h4>About Us</h4>				\n					<h2>Discover Your Trusted Health and Aesthetic Partner\n</h2>				\n		<p>Our mission at Genesis Wellness &amp; Aesthetics is to empower our patients to achieve optimal health and confidence through personalized, innovative treatments. We are committed to delivering exceptional care, enhancing well-being, and guiding each individual on their journey to look and feel their best.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Book Now\n					</a>\n															<img width=\"585\" height=\"438\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg 585w, https://genesiswa.com/wp-content/uploads/2025/12/Image-5-300x225.jpg 300w\" sizes=\"(max-width: 585px) 100vw, 585px\" />															\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/1-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/1-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>New Year • New Confidence</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Sculpt &amp; Slim Transformation Program</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n		<p data-start=\"349\" data-end=\"572\"><strong data-start=\"349\" data-end=\"407\">Lose weight while staying toned, tight, and confident.</strong><br data-start=\"407\" data-end=\"410\" />This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting</strong> so you don’t just lose weight — you reshape, restore confidence, and protect your curves.</p><h3 data-start=\"574\" data-end=\"597\"><strong data-start=\"578\" data-end=\"597\">What’s Included</strong></h3><p data-start=\"598\" data-end=\"809\">✔ <strong data-start=\"600\" data-end=\"649\">GLP-1 Tirzepatide Medical Weight Loss Program</strong><br data-start=\"649\" data-end=\"652\" />• Prescription medication dosing &amp; titration<br data-start=\"696\" data-end=\"699\" />• Monthly provider check-ins<br data-start=\"727\" data-end=\"730\" />• Lifestyle &amp; nutrition guidance<br data-start=\"762\" data-end=\"765\" />• Ongoing support &amp; body progress tracking</p><p data-start=\"811\" data-end=\"918\">✔ <strong data-start=\"813\" data-end=\"844\">5 PHYSIQ Sculpting Sessions</strong><br data-start=\"844\" data-end=\"847\" />• Targets stubborn fat &amp; muscle tone<br data-start=\"883\" data-end=\"886\" />• Non-invasive • Zero downtime</p><p data-start=\"920\" data-end=\"964\">✔ <strong data-start=\"922\" data-end=\"964\">Clinic monitoring &amp; treatment planning</strong></p><p data-start=\"966\" data-end=\"998\">💎 <strong data-start=\"969\" data-end=\"987\">Program Price:</strong> <strong data-start=\"988\" data-end=\"998\">$3,999</strong></p><p data-start=\"1000\" data-end=\"1122\">🎁 <strong data-start=\"1003\" data-end=\"1043\">Enroll by January 15 &amp; receive FREE:</strong><br data-start=\"1043\" data-end=\"1046\" />• <strong data-start=\"1048\" data-end=\"1097\">1 month unlimited full-body red-light therapy</strong><br data-start=\"1097\" data-end=\"1100\" />• <strong data-start=\"1102\" data-end=\"1122\">B-12 energy shot</strong></p><p data-start=\"1124\" data-end=\"1168\">📅 <strong data-start=\"1127\" data-end=\"1168\">Final enrollment deadline: January 31</strong></p><p data-start=\"1124\" data-end=\"1168\"> </p><p data-start=\"1919\" data-end=\"2143\">Active weight-loss members receive a <strong data-start=\"1969\" data-end=\"1996\">FREE 6th PHYSIQ session</strong> when purchasing a 5-session package — plus a complimentary LED or B-12 boost.<br data-start=\"2074\" data-end=\"2077\" />Because your results deserve to look as strong as your commitment.</p><p data-start=\"2145\" data-end=\"2183\">👉 <strong data-start=\"2148\" data-end=\"2183\">Ask us about the Member Upgrade</strong></p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/2-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/2-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/2-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>90-Day Skin Reset &amp; Glow</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Heal, Restore, &amp; Rebuild Your Skin</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n		<p data-start=\"1246\" data-end=\"1381\"><strong data-start=\"1246\" data-end=\"1381\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.</strong></p><h3 data-start=\"1383\" data-end=\"1406\"><strong data-start=\"1387\" data-end=\"1406\">What’s Included</strong></h3><p data-start=\"1407\" data-end=\"1521\">✔ <strong data-start=\"1409\" data-end=\"1444\">Month 1 — Platinum HydraFacial®</strong><br data-start=\"1444\" data-end=\"1447\" />Deep cleanse • exfoliation • pore detox • booster infusion • LED therapy</p><p data-start=\"1523\" data-end=\"1735\">✔ <strong data-start=\"1525\" data-end=\"1562\">Month 2 — Advanced Skin Treatment</strong><br data-start=\"1562\" data-end=\"1565\" />Choose one based on your skin goals:<br data-start=\"1601\" data-end=\"1604\" />• <strong data-start=\"1606\" data-end=\"1626\">RF Microneedling</strong> — collagen + skin tightening<br data-start=\"1655\" data-end=\"1658\" /><strong data-start=\"1658\" data-end=\"1664\">OR</strong><br data-start=\"1664\" data-end=\"1667\" />• <strong data-start=\"1669\" data-end=\"1697\">Erbium Laser Resurfacing</strong> — texture + pigmentation refinement</p><ul data-start=\"1737\" data-end=\"1791\"><li data-start=\"1737\" data-end=\"1791\"><p data-start=\"1739\" data-end=\"1791\"><strong data-start=\"1739\" data-end=\"1769\">Rejuran DNA Healing Add-On</strong> for recovery &amp; glow</p></li></ul><p data-start=\"1793\" data-end=\"1894\">✔ <strong data-start=\"1795\" data-end=\"1831\">Month 3 — Custom Clinical Facial</strong><br data-start=\"1831\" data-end=\"1834\" />Personalized treatment focused on hydration, repair &amp; glow</p><p data-start=\"1896\" data-end=\"1936\">✔ <strong data-start=\"1898\" data-end=\"1936\">3 Full-Body Red-Light Bed Sessions</strong></p><p data-start=\"1938\" data-end=\"2000\">✔ <strong data-start=\"1940\" data-end=\"2000\">Skin guidance &amp; progress tracking throughout the program</strong></p><p data-start=\"2002\" data-end=\"2061\">💎 <strong data-start=\"2005\" data-end=\"2023\">Program Price:</strong> <strong data-start=\"2024\" data-end=\"2061\">$1,499</strong></p><p data-start=\"2063\" data-end=\"2178\">🎁 <strong data-start=\"2066\" data-end=\"2106\">Enroll by January 15 &amp; receive FREE:</strong></p><p data-start=\"2063\" data-end=\"2178\"><strong>• $100 Skincare Gift Card</strong><br data-start=\"2106\" data-end=\"2109\" />• <strong data-start=\"2111\" data-end=\"2160\">1 month unlimited full-body red-light therapy</strong><br data-start=\"2160\" data-end=\"2163\" />• <strong data-start=\"2165\" data-end=\"2178\">B-12 energy shot</strong></p><p data-start=\"2180\" data-end=\"2224\">📅 <strong data-start=\"2183\" data-end=\"2224\">Final enrollment deadline: January 31</strong></p>		\n					<h2>Our Referral  Program </h2>				\n		<p>Refer a friend to Genesis Wellness &amp; Aesthetics, and you’ll both receive $50 toward your next service. It’s our way of saying thank you for your trust and support. We look forward to helping you and your friends feel your best!</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Redeem $50 Credit\n					</a>\n															<img width=\"612\" height=\"408\" src=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg 612w, https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1-300x200.jpeg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" />															\n					<h2>Glow Membership\n</h2>				\n		<p>Unlock your best skin with our Glow Memberships! Enjoy a custom facial each month, red light therapy for rejuvenation, and exclusive discounts on Botox, laser treatments, skincare, and more. Treat yourself to the ultimate skincare experience and let your natural radiance shine!</p>		\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n															<img width=\"1072\" height=\"1228\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png 1072w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-262x300.png 262w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-894x1024.png 894w, https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6-768x880.png 768w\" sizes=\"(max-width: 1072px) 100vw, 1072px\" />															\n					<h2>Treatment</h2>				\n					<h2>Categories </h2>				\n											<a href=\"https://genesiswa.com/advanced-laser-solutions/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/12-2.png\" alt=\"12\">\n					<h5>\n						Laser It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/inject-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/13-2.png\" alt=\"13\">\n					<h5>\n						Inject It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/advanced-body-contouring/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg\" alt=\"Advanced-Body-Contouring-img\">\n					<h5>\n						Sculpt It					</h5>\n											</a>\n											<a href=\"https://genesiswa.com/tighten-it/\">\n																			<img src=\"https://genesiswa.com/wp-content/uploads/2025/05/14-2.png\" alt=\"14\">\n					<h5>\n						Tighten It					</h5>\n											</a>\n					<svg aria-hidden=\"true\" 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>				\n					<svg aria-hidden=\"true\" 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					<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>Caring for myself is not self-indulgence, it is self-preservation.\n</h2>				\n							<h3>\n				Audre Lorde				</h3>\n															<img width=\"1200\" height=\"1798\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg 1200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-200x300.jpg 200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-683x1024.jpg 683w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-768x1151.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-1025x1536.jpg 1025w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Grace Lee, MSN-FNP, ARNP</h5><p>Medical Director</p>				\n					<h2>Get In Touch With Us</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>Customized Skincare</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m157.815 136.24h15.01v15.01h-15.01z\"></path><path d=\"m187.836 136.24h15.01v15.01h-15.01z\"></path><path d=\"m423.176 122.712 14.475-3.971c-1.388-5.061-3.045-10.109-4.925-15.004l-14.012 5.383c1.703 4.434 3.204 9.006 4.462 13.592z\"></path><path d=\"m246.876 31.263h15.01v15.01h-15.01z\"></path><path d=\"m230.005 272.491-13.969-5.493c-9.454 24.812-45.284 25.293-55.543.872l-13.789 5.933c15.397 36.639 69.132 35.886 83.301-1.312z\"></path><path d=\"m322.354 286.038c-12.013 0-22.844-7.131-27.592-18.168l-13.789 5.933c15.126 36.05 67.641 36.039 82.76.003l-13.787-5.934c-4.749 11.035-15.58 18.166-27.592 18.166z\"></path><path d=\"m370.548 240.114 10.286-10.931c-12.347-11.619-28.485-18.018-45.439-18.018h-56.704v15.01h56.704c13.116 0 25.601 4.95 35.153 13.939z\"></path><path d=\"m233.213 226.175v-15.01h-57.368c-16.954 0-33.091 6.399-45.439 18.018l10.286 10.931c9.553-8.989 22.037-13.939 35.152-13.939z\"></path><path d=\"m214.911 369.761-8.619 12.289c26.811 21.821 71.871 21.821 98.682 0l-8.619-12.289c-21.241 16.535-61.797 16.593-81.444 0z\"></path><path d=\"m395.31 375.093c7.395-17.769 12.409-36.823 15.188-58.173 20.294-12.605 32.789-35.091 32.789-59.035v-95.911c-.274-11.382-.891-21.401-2.164-27.481l-14.803 2.487c3.281 14.118 1.555 72.859 1.959 89.321h-15.644c-.222-101.763-67.289-173.618-173.023-164.481-17.998-10.116-18.187-35.755-.277-45.999h43.567c55.293 0 105.1 30.703 129.984 80.128l13.408-6.75c-26.358-53.409-83.696-88.938-143.393-88.386-58.26-.853-109.3-3.566-156.782 36.803l-20.573-37.616-23.22 42.456-42.455 23.22 43.931 24.918c-10.064 16.812-14.432 42.024-15.883 68.828v98.465c.001 23.944 12.555 46.43 32.85 59.035 5.242 53.709 35.735 109.47 79.674 142.767v52.311h15.01v-41.659c18.593 12.002 38.745 20.635 60.096 25.781 21.246-5.115 41.632-13.944 60.305-25.987v41.865h15.01v-52.528c9.175-7.15 17.8-15.112 25.739-23.798l19.103 34.927 23.22-42.456 42.455-23.22-42.455-23.22zm33.025-133.781c.612 21.535.758 38.77-15.276 54.996v-54.996zm-357.183-175.637 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16-22.234 12.16-12.16 22.234-12.16-22.234zm11.778 95.582c0-18.437 3.358-36.211 9.971-53.027l12.646 23.122 23.22-42.456 42.455-23.22-33.369-18.25c22.873-18.207 50.627-29.055 79.771-31.202-9.929 14.163-8.825 35.144 2.585 48.146-80.016 13.203-121.876 84.257-122.356 161.932h-14.923zm0 96.628v-16.573h14.867v55.05c-10.043-10.1-14.867-23.946-14.867-38.477zm172.619 222.754c-122.459-33.159-149.714-141.066-142.722-251.605l21.257-21.257c34.139-33.621 62.427-5.725 100.996-39.753l-9.888-11.294c-40.07 33.364-62.477-3.728-111.1 49.81 3.56-31.593 14.113-59.921 30.265-81.252 48.206-68.772 188.369-64.596 229.249 10.033 9.118 14.737 14.852 30.012 18.462 45.753-30.106-41.909-76.814-69.718-129.014-75.592v-14.774h-15.01c.642 20.741-.213 38.879-13.49 55.963l11.975 9.051c7.945-10.512 13.125-22.515 15.32-35.273 59.501 6.84 111.222 44.837 135.475 99.908-.407 41.89 3.694 98.24-11.493 137.405l-10.125-18.513-23.22 42.456-42.455 23.22 36.228 19.814c-24.636 27.268-56.483 46.942-90.71 55.9zm132.317-63.553-12.16 22.234-12.16-22.234-22.234-12.16 22.234-12.16 12.16-22.234 12.16 22.234 22.234 12.16z\"></path><path d=\"m465.778 330.874h-15.01v15.011h-15.011v15.01h15.011v15.011h15.01v-15.011h15.011v-15.01h-15.011z\"></path><path d=\"m30.476 106.429h-15.01v15.01h-15.01v15.011h15.01v15.01h15.01v-15.01h15.011v-15.011h-15.011z\"></path><path d=\"m496.534 300.854h15.01v15.01h-15.01z\"></path><path d=\"m496.534 390.884h15.01v15.01h-15.01z\"></path></g></svg>								\n													<h4>\n								 Korean Glass Skin							</h4>\n								Get the coveted Korean glass skin without the flight! Our exclusive treatments combine Hydrafacial, Erbium resurfacing, and your choice of exosomes, stem cells, or PRP + injections for smooth, radiant skin. 							\n			<a href=\"https://genesiswa.com/korean-glass-skin/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" height=\"512\" viewBox=\"0 0 480.164 480.164\" width=\"512\"><path d=\"m199.223 279.891-2.11.843 5.938 14.86 2.109-.848c21.531-8.609 48.313-8.613 69.844 0l2.109.844 5.938-14.86-2.11-.84c-25.265-10.113-56.453-10.109-81.718.001z\"></path><path d=\"m232.082 160.164h16v88h-16z\"></path><path d=\"m464.082.164v146.809c0 2.578-.414 5.139-1.227 7.586l-38.046 114.132-59.36 92.911c-1.839 2.905-4.815 4.901-8.2 5.5-7.141 1.114-13.834-3.772-14.948-10.913-.428-2.745.028-5.556 1.304-8.025 13.915-25.266 39.5-72.168 39.5-72.168.299-.547.534-1.126.7-1.727l6.471-23.722 25.435-79.957-15.25-4.852-25.492 80.137.058.018c-.035.111-.121.189-.152.3-2.04 7.488-9.763 11.904-17.251 9.865-.519-.141-1.03-.313-1.53-.513-6.288-2.517-9.887-9.158-8.563-15.8l12.4-62.008c.101-.518.151-1.045.151-1.573v-23.434c-.091-34.116 13.468-66.851 37.656-90.91 1.5-1.5 2.344-3.534 2.344-5.656v-56h-16v52.738c-5.542 5.853-10.588 12.156-15.086 18.844-44.183-71.201-137.719-93.104-208.92-48.921-19.853 12.32-36.593 29.058-48.915 48.911-4.496-6.684-9.54-12.984-15.079-18.834v-52.738h-16v56c0 2.122.844 4.156 2.344 5.656 24.189 24.06 37.748 56.797 37.656 90.914v23.43c.001.527.054 1.053.156 1.57l12.4 62.008c1.328 6.645-2.272 13.291-8.563 15.809-7.209 2.882-15.389-.625-18.271-7.834-.199-.497-.369-1.006-.51-1.522-.031-.113-.117-.191-.152-.3l.058-.018-25.493-80.139-15.25 4.852 25.435 79.957 6.471 23.722c.166.601.401 1.18.7 1.727 0 0 25.585 46.9 39.5 72.168 3.085 5.594 1.554 12.477-4.032 16.672-2.749 2.058-6.23 2.88-9.609 2.269-3.386-.597-6.363-2.594-8.2-5.5l-59.36-92.911-38.046-114.13c-.818-2.447-1.235-5.011-1.234-7.591v-146.809h-16v146.809c-.002 4.299.692 8.571 2.055 12.648l38.359 115.074c.207.625.49 1.223.844 1.778l59.89 93.746c4.257 6.638 11.078 11.212 18.836 12.629 1.642.299 3.308.449 4.977.449 6.322-.035 12.46-2.131 17.484-5.969.318-.238.563-.532.869-.781.576.653 1.108 1.361 1.694 2 4.611 5.059 9.625 9.735 14.992 13.983v30.353c-.009 15.893-2.573 31.682-7.594 46.761-1.392 4.193.879 8.721 5.073 10.113.813.27 1.664.407 2.521.407h160c4.418.001 8.001-3.58 8.001-7.999 0-.857-.137-1.708-.407-2.521-5.021-15.079-7.585-30.868-7.594-46.761v-30.347c5.347-4.231 10.343-8.889 14.938-13.927.62-.677 1.167-1.4 1.772-2.091.431.359.788.769 1.243 1.111 12.523 9.396 30.292 6.861 39.688-5.662.426-.567.83-1.15 1.212-1.748l59.89-93.746c.354-.555.637-1.153.844-1.778l38.367-115.078c1.357-4.077 2.048-8.347 2.046-12.644v-146.809zm-106.248 91.216c-2.072-2.548-4.232-4.92-6.408-7.251l3.965-3.965c1.481 2.38 2.884 4.821 4.23 7.311-.648 1.278-1.178 2.609-1.787 3.905zm-11.771-24.516-6.095 6.1c-5.974-5.262-12.361-10.035-19.1-14.274l8.84-8.839c5.937 5.183 11.41 10.876 16.355 17.013zm-172.146-16.18-10.678-10.677c7.83-5.411 16.21-9.98 25-13.63l7.8 15.59c-7.6 2.297-14.998 5.212-22.122 8.717zm38.1-12.55-8.456-16.9c9.314-2.57 18.875-4.138 28.521-4.68v19.14c-6.737.357-13.441 1.172-20.067 2.44zm36.065-21.693c9.673.548 19.26 2.124 28.6 4.7l-8.524 17c-6.629-1.267-13.336-2.085-20.076-2.446zm43.852 9.966c8.808 3.612 17.209 8.147 25.061 13.53l-10.75 10.748c-7.121-3.505-14.516-6.422-22.113-8.721zm-141.373 23.548 8.734 8.732c-6.743 4.233-13.13 9.007-19.1 14.275l-6.011-6.01c3.033-3.826 6.271-7.485 9.7-10.96 2.143-2.133 4.425-4.065 6.677-6.037zm-25.8 30.2 3.978 3.977c-2.182 2.342-4.348 4.715-6.408 7.248-.606-1.29-1.134-2.615-1.779-3.888 1.342-2.484 2.718-4.946 4.208-7.335zm184.621 384.009h-138.6c3.514-13.479 5.295-27.351 5.3-41.281v-19.185c3.928 2.269 7.973 4.331 12.117 6.177 33.036 14.68 70.745 14.68 103.781 0 4.138-1.845 8.177-3.904 12.1-6.17v19.182c.006 13.928 1.787 27.799 5.302 41.277zm13.789-96.3c-10.484 11.692-23.33 21.027-37.689 27.386-28.912 12.777-61.869 12.777-90.781 0-14.389-6.373-27.26-15.733-37.758-27.457-1.476-1.607-2.812-3.293-4.193-4.95 2.394-7.447 1.608-15.552-2.174-22.4-11.554-20.988-31.18-56.929-37.469-68.449 16.288 3.178 32.069-7.449 35.248-23.738.751-3.85.742-7.81-.029-11.656l-5.418-27.1c7.073.692 14.192 1.168 21.34 1.168 12.472.01 24.922-1.055 37.211-3.184l-2.75-15.758c-19.531 3.317-39.442 3.755-59.1 1.3l-3.527-17.655v-13.8c18.06-9.643 39.874-11.981 62.031-6.374l3.938-15.508c-23.254-5.9-46.332-4.239-66.38 4.35-.683-11.938-2.847-23.744-6.442-35.148 3.992-5.727 8.425-11.134 13.259-16.17.43-.481.914-.961 1.406-1.461.415-.41.813-.825 1.618-1.532 9.086-8.853 19.394-16.359 30.609-22.289 10.487-5.658 21.701-9.848 33.328-12.453 20.182-4.716 41.181-4.709 61.36.02 11.612 2.61 22.81 6.803 33.281 12.461 11.249 5.957 21.585 13.496 30.692 22.388 1.07 1 2.055 1.989 3.164 3.172 4.737 4.94 9.079 10.244 12.986 15.863-3.596 11.405-5.76 23.212-6.442 35.151-20.044-8.586-43.113-10.241-66.38-4.35l3.938 15.508c22.157-5.614 43.977-3.277 62.031 6.372v13.8l-3.681 18.411c-17 1.482-34.119.79-50.944-2.059l-2.75 15.765c12.146 2.092 24.448 3.139 36.773 3.129 4.564 0 9.116-.176 13.647-.46l-5.287 26.445c-3.255 16.277 7.301 32.11 23.578 35.365 3.841.768 7.796.778 11.641.029-6.289 11.52-25.907 47.461-37.469 68.449-3.778 6.833-4.551 14.928-2.133 22.353-1.403 1.689-2.755 3.393-4.286 5.066z\"></path></svg>								\n													<h4>\n								Facial							</h4>\n								Revitalize your skin with our super serums, packed with antioxidants and hyaluronic acid. Our Vortex Fusion Technology acts like a vacuum, enhancing treatment effectiveness.							\n			<a href=\"https://genesiswa.com/hydrafacial/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\"><g id=\"Layer_1\"></g><g id=\"Layer_2\"></g><g id=\"Layer_3\"></g><g id=\"Layer_4\"><g><path d=\"m35.218 56.187-1.66-.729c-.667 1.522-2.315 2.506-4.197 2.506s-3.53-.984-4.197-2.506l-1.66.729c.958 2.181 3.257 3.59 5.857 3.59s4.9-1.409 5.857-3.59z\"></path><path d=\"m48.414 57.965c-1.86 0-3.531-1.002-4.16-2.492l-1.671.701c.922 2.191 3.211 3.604 5.831 3.604 2.6 0 4.9-1.409 5.857-3.59l-1.66-.729c-.667 1.521-2.315 2.506-4.197 2.506z\"></path><path d=\"m33.503 52.548 1.671-.701c-1.02-2.425-3.105-3.816-5.723-3.816-2.62 0-5.655 1.954-7.665 3.246l-.246.159.981 1.522.246-.156c1.83-1.179 4.597-2.96 6.684-2.96 2.409.001 3.533 1.474 4.052 2.706z\"></path><path d=\"m48.326 48.031c-2.618 0-4.705 1.391-5.724 3.816l1.671.701c.519-1.232 1.643-2.705 4.054-2.705 2.085 0 4.852 1.781 6.682 2.96l.246.156.981-1.522-.246-.159c-2.011-1.293-5.046-3.247-7.664-3.247z\"></path><path d=\"m34.206 69.778c.064.156.666 1.508 2.174 1.986.335.106.683.159 1.043.159.788 0 1.632-.255 2.524-.765l2.602.542.368-1.777-2.949-.612c-.223-.042-.469 0-.667.12-.648.411-1.582.846-2.358.609-.48-.145-.788-.513-.942-.747l2.096-9.686-1.77-.382-2.169 10.015c-.041.181-.023.368.048.538z\"></path><path d=\"m32.128 74.419-1.151 1.402c2.377 1.951 5.114 2.981 7.911 2.981s5.533-1.03 7.911-2.981l-1.151-1.402c-4.1 3.364-9.421 3.364-13.52 0z\"></path><path d=\"m82.605 32.896 2.548 2.547-4.081 4.08-4.108-4.092c-.708-.701-1.85-.701-2.558 0l-2.222 2.218c-.134-3.566-.791-7.025-2.026-10.297.508-.949.848-1.979 1.018-3.098.63-5.016-2.537-9.495-7.367-10.419-1.055-.205-2.117-.248-3.121-.12-2.703-2.365-5.765-4.248-9.123-5.618-.788-2.202-2.728-3.774-5.038-4.022-1.892-.301-3.77.308-5.135 1.593-8.571-.736-17.372 2.171-24.045 7.832-4.567.29-8.374 3.76-9.004 8.337-.152 1.182-.097 2.337.156 3.381-1.94 4.231-2.961 8.953-2.961 13.711 0 7.289 2.278 14.123 6.562 19.826v.583c0 9.668 6.245 21.726 14.522 28.049 3.943 3.016 8.184 4.613 12.267 4.613 4.74 0 9.32-2.988 12.343-5.512 6.647-5.675 11.968-14.17 13.739-21.814l2.122-2.122.858.858c.354.354.818.531 1.282.531s.928-.177 1.282-.531l15.95-15.949c.34-.34.531-.804.531-1.282 0-.481-.193-.945-.533-1.285l-4.107-4.091 4.08-4.078 2.745 2.745 1.282-1.282-6.576-6.574zm-73.443 6.033c0-4.454 1.002-8.868 2.899-12.766.212-.439.241-.945.076-1.402-.244-.687-.315-1.558-.202-2.443.412-3.002 3.087-5.091 6.093-5.215.462.145.88-.159 1.214-.453 5.445-4.804 12.423-7.449 19.646-7.449 1.004 0 2.009.028 2.979.163.662.092 1.308-.184 1.703-.715.559-.758 1.473-1.115 2.482-.981 1.126.12 2.016.966 2.218 2.099.112.63.547 1.158 1.147 1.381 3.547 1.335 6.737 3.296 9.484 5.834.443.407 1.06.577 1.652.432.779-.184 1.667-.195 2.574-.018 2.976.566 4.847 3.261 4.459 6.358-.135.874-.451 1.685-.942 2.407-.342.503-.409 1.143-.177 1.706 1.425 3.476 2.147 7.197 2.147 11.06 0 .822-.053 1.617-.134 2.414l-6.736 6.72c-1.225-1.926-2.692-3.815-4.382-5.599 1.235-.6 2.72-1.552 4.217-3.131l-1.313-1.246c-1.551 1.632-3.089 2.514-4.223 2.993-1.275-1.207-2.692-2.288-4.176-3.289 1.482-.309 3.072-.912 4.689-2.083l-1.066-1.466c-2.219 1.609-4.382 2.013-6.138 1.99-3.473-1.857-7.389-3.03-11.696-3.03-.724 0-1.468.081-2.211.161-.724-1.915-1.675-5.279-1.751-9.918l-1.813.028c.077 4.656.97 8.057 1.735 10.17-.666.127-1.331.236-2.006.426-1.952.556-3.822 1.345-5.556 2.347h.002c-.055.032-.108.067-.159.106-.547.308-1.074.665-1.606 1.011-3.047-1.279-4.548-2.811-4.562-2.83l-1.361 1.2c.067.074 1.388 1.523 4.163 2.868-.473.357-.953.699-1.405 1.083-3.427 2.85-6.464 6.464-8.781 10.454-.161.276-.246.591-.246.91v.662c-1.933-3.968-2.937-8.357-2.937-12.949zm50.779 20.374 1.936-1.936 2.646 2.627-1.945 1.947zm-2.975 2.149 1.09 1.09-5.255 5.254 1.282 1.282 5.255-5.255 1.124 1.123c.177.163.389.257.589.372-1.91 6.479-6.594 13.652-12.157 18.402-3.6 3.002-7.153 4.655-10.005 4.655-3.28 0-6.76-1.338-10.067-3.869-7.468-5.7-13.099-16.522-13.099-25.167v-1.161-6.464c2.073-3.459 4.735-6.588 7.735-9.084 1.368-1.161 2.83-2.177 4.347-3.023.074-.039.147-.089.214-.138 1.434-.811 2.976-1.455 4.576-1.912 1.735-.485 3.438-.729 5.061-.729 8.098 0 16.37 5.425 21.446 13.872l-.651.65c-.703.704-.708 1.841-.012 2.552l.888.888-2.362 2.362c-.57.57-.885 1.335-.885 2.149 0 .816.316 1.581.886 2.151zm12.266-1.887-6.946-6.925 3.042-3.035 4.054 4.054 1.282-1.282-4.054-4.054 2.2-2.195 1.678 1.678 1.282-1.282-1.677-1.677 2.35-2.344 3.468 3.466 1.282-1.282-3.466-3.464 1.956-1.952 6.933 6.91z\"></path></g></g></svg>								\n													<h4>\n								Classic custom facials							</h4>\n								Experience our Classic Custom Facials, designed to meet your skin\'s individual needs. This treatment blends deep cleansing, exfoliation, and a relaxing massage to deliver a radiant, refreshed complexion.							\n			<a href=\"https://genesiswa.com/classic-custom-facials/\">\n		</a>\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Line\" viewBox=\"0 0 64 64\"><title></title><path d=\"M59,35H40a.99974.99974,0,0,0-1,1,7,7,0,0,1-14,0,.99974.99974,0,0,0-1-1H5a.99974.99974,0,0,0-1,1V56a.99974.99974,0,0,0,1,1H59a.99974.99974,0,0,0,1-1V36A.99974.99974,0,0,0,59,35ZM58,55H6V37H23.05518a9.00061,9.00061,0,0,0,17.88964,0H58Z\"></path><path d=\"M32,41a5.00588,5.00588,0,0,0,5-5c0-2.27173-3.03436-6.1756-4.03571-7.40192A32.75976,32.75976,0,0,1,36.874,8.48633,1.00022,1.00022,0,0,0,35.126,7.51367a34.64643,34.64643,0,0,0-4.16181,21.17279C29.90009,29.99854,27,33.77789,27,36A5.00588,5.00588,0,0,0,32,41Zm0-10.39648C33.43018,32.4707,35,34.92676,35,36a3,3,0,0,1-6,0C29,34.92676,30.56982,32.4707,32,30.60352Z\"></path><path d=\"M52,51a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,52,51Z\"></path><path d=\"M47,44a1.00019,1.00019,0,0,0-.00006-2A1.00019,1.00019,0,0,0,47,44Z\"></path><path d=\"M38,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,38,49Z\"></path><path d=\"M10,41a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,10,41Z\"></path><path d=\"M13,49a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,13,49Z\"></path><path d=\"M25,48a1.00019,1.00019,0,0,0,.00006,2A1.00019,1.00019,0,0,0,25,48Z\"></path></svg>								\n													<h4>\n								The Perfect Derma Peel							</h4>\n								Revitalize aging skin with a medium-depth chemical peel, suitable for all skin types, stimulating new collagen and featuring the master antioxidant Glutathione. 							\n			<a href=\"https://genesiswa.com/perfect-derma-peel/\">\n		</a>', 'Old-Home-Page-Full-Backup-28-01-2026', '', 'publish', 'closed', 'closed', '', 'old-home-page-full-backup-28-01-2026', '', '', '2026-01-28 10:50:51', '2026-01-28 10:50:51', '', 0, 'https://genesiswa.com/?elementor_library=old-home-page-full-backup-28-01-2026', 0, 'elementor_library', '', 0),
(5154, 1, '2026-01-28 11:53:36', '2026-01-28 11:53:36', '', 'NAD+-&-Wellness-Injections-img', '', 'inherit', 'open', 'closed', '', 'nad-wellness-injections-img', '', '', '2026-01-28 11:53:36', '2026-01-28 11:53:36', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/NAD-Wellness-Injections-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(5161, 1, '2026-01-28 12:29:36', '2026-01-28 12:29:36', '', 'miling-people-working-NAD', '', 'inherit', 'open', 'closed', '', 'miling-people-working-nad', '', '', '2026-01-28 12:29:36', '2026-01-28 12:29:36', '', 4623, 'https://genesiswa.com/wp-content/uploads/2026/01/miling-people-working-NAD.jpg', 0, 'attachment', 'image/jpeg', 0),
(5165, 1, '2026-01-28 12:31:31', '2026-01-28 12:31:31', '', 'Fee-Life-image', '', 'inherit', 'open', 'closed', '', 'fee-life-image', '', '', '2026-01-28 12:31:31', '2026-01-28 12:31:31', '', 4623, 'https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image.jpg', 0, 'attachment', 'image/jpeg', 0),
(5178, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5178', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5178', 16, 'nav_menu_item', '', 0),
(5179, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5179', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5179', 17, 'nav_menu_item', '', 0),
(5180, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5180', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5180', 18, 'nav_menu_item', '', 0),
(5181, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5181', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5181', 19, 'nav_menu_item', '', 0),
(5182, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5182', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5182', 20, 'nav_menu_item', '', 0),
(5183, 1, '2026-01-28 14:14:13', '2026-01-28 13:18:12', ' ', '', '', 'publish', 'closed', 'closed', '', '5183', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5183', 21, 'nav_menu_item', '', 0),
(5192, 1, '2026-01-28 14:14:13', '2026-01-28 13:24:05', '', 'Skincare & Facials', '', 'publish', 'closed', 'closed', '', 'skincare-facials', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5192', 22, 'nav_menu_item', '', 0),
(5193, 1, '2026-01-28 14:14:13', '2026-01-28 13:24:05', ' ', '', '', 'publish', 'closed', 'closed', '', '5193', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5193', 24, 'nav_menu_item', '', 0),
(5194, 1, '2026-01-28 14:14:13', '2026-01-28 13:24:05', ' ', '', '', 'publish', 'closed', 'closed', '', '5194', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5194', 25, 'nav_menu_item', '', 0),
(5195, 1, '2026-01-28 14:14:13', '2026-01-28 13:24:05', ' ', '', '', 'publish', 'closed', 'closed', '', '5195', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5195', 26, 'nav_menu_item', '', 0),
(5196, 1, '2026-01-28 14:14:13', '2026-01-28 13:24:06', ' ', '', '', 'publish', 'closed', 'closed', '', '5196', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5196', 27, 'nav_menu_item', '', 0),
(5201, 1, '2026-01-28 14:14:13', '2026-01-28 13:28:27', '', 'Gift Cards & Payment Plans', '', 'publish', 'closed', 'closed', '', '5201', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5201', 30, 'nav_menu_item', '', 0),
(5202, 1, '2026-01-28 14:14:13', '2026-01-28 13:28:27', ' ', '', '', 'publish', 'closed', 'closed', '', '5202', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5202', 31, 'nav_menu_item', '', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5203, 1, '2026-01-28 14:14:13', '2026-01-28 13:28:27', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5203', 32, 'nav_menu_item', '', 0),
(5204, 1, '2026-01-28 14:14:13', '2026-01-28 13:33:59', '', 'Concierge Prescription Skincare', '', 'publish', 'closed', 'closed', '', 'concierge-prescription-skincare', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5204', 23, 'nav_menu_item', '', 0),
(5205, 1, '2026-01-28 13:34:19', '2026-01-28 13:34:19', '', 'GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT', '', 'inherit', 'open', 'closed', '', 'genesiswa_concierge_rx_patient_pricing_one_page_seo_no_nad_inj_fit', '', '', '2026-01-28 13:34:19', '2026-01-28 13:34:19', '', 0, 'https://genesiswa.com/wp-content/uploads/2026/01/GenesisWA_Concierge_Rx_Patient_Pricing_One_Page_SEO_NO_NAD_INJ_FIT.pdf', 0, 'attachment', 'application/pdf', 0),
(5236, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5236', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5236', 8, 'nav_menu_item', '', 0),
(5237, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', '', 'Women’s Hormone Therapy', '', 'publish', 'closed', 'closed', '', 'womens-hormone-therapy-2', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5237', 9, 'nav_menu_item', '', 0),
(5238, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5238', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5238', 10, 'nav_menu_item', '', 0),
(5241, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5241', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5241', 11, 'nav_menu_item', '', 0),
(5242, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5242', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5242', 12, 'nav_menu_item', '', 0),
(5243, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5243', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5243', 13, 'nav_menu_item', '', 0),
(5244, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:03', ' ', '', '', 'publish', 'closed', 'closed', '', '5244', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5244', 14, 'nav_menu_item', '', 0),
(5245, 1, '2026-01-28 14:14:13', '2026-01-28 14:13:04', ' ', '', '', 'publish', 'closed', 'closed', '', '5245', '', '', '2026-01-28 14:14:13', '2026-01-28 14:14:13', '', 0, 'https://genesiswa.com/?p=5245', 15, 'nav_menu_item', '', 0),
(5254, 1, '2026-01-29 05:45:35', '2026-01-29 05:45:35', '<h2>Programs</h2>				\n					<h2>Premier Wellness Optimization Programs</h2>				\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>\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>			\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Weight Loss Medicine					</p>\n					<a href=\"https://genesiswa.com/weight-loss-medicine/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Testosterone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/testosterone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Women\'s Hormone Therapy\n					</p>\n					<a href=\"https://genesiswa.com/womens-hormone-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Peptide Therapy\n					</p>\n					<a href=\"https://genesiswa.com/peptide-therapy/\">\n									View Details\n					</a>\n									<h6>\n							Programs						\n					</h6>\n									<p>\n						Concierge Dermatology\n					</p>\n					<a href=\"https://genesiswa.com/concierge-dermatology/\">\n									View Details\n					</a>', 'just-keep-section', '', 'publish', 'closed', 'closed', '', 'just-keep-section', '', '', '2026-01-29 05:45:36', '2026-01-29 05:45:36', '', 0, 'https://genesiswa.com/?elementor_library=just-keep-section', 0, 'elementor_library', '', 0),
(5257, 1, '2026-03-18 20:43:43', '2026-01-31 10:44:58', ' ', '', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5257', 1, 'nav_menu_item', '', 0),
(5259, 1, '2026-03-18 20:43:43', '2026-01-31 10:44:58', '', 'Injectables', '', 'publish', 'closed', 'closed', '', 'injectables', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5259', 3, 'nav_menu_item', '', 0),
(5260, 1, '2026-03-18 20:43:43', '2026-01-31 10:45:35', '', 'Skin & Hair Treatments', '', 'publish', 'closed', 'closed', '', 'skin-hair-treatments', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5260', 8, 'nav_menu_item', '', 0),
(5261, 1, '2026-03-18 20:43:43', '2026-01-31 10:46:27', '', 'Medical & Wellness', '', 'publish', 'closed', 'closed', '', 'medical-wellness', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5261', 18, 'nav_menu_item', '', 0),
(5262, 1, '2026-03-18 20:43:44', '2026-01-31 10:47:22', '', 'Recovery & Optimization', '', 'publish', 'closed', 'closed', '', 'recovery-optimization', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5262', 25, 'nav_menu_item', '', 0),
(5263, 1, '2026-03-18 20:43:44', '2026-01-31 10:48:56', '', 'Memberships', '', 'publish', 'closed', 'closed', '', 'memberships-2', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5263', 28, 'nav_menu_item', '', 0),
(5264, 1, '2026-03-18 20:43:44', '2026-01-31 10:48:56', '', 'Gift Cards & Payment Plans', '', 'publish', 'closed', 'closed', '', 'gift-cards-payment-plans', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5264', 29, 'nav_menu_item', '', 0),
(5265, 1, '2026-03-18 20:43:44', '2026-01-31 10:49:21', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5265', 30, 'nav_menu_item', '', 0),
(5266, 1, '2026-03-18 20:43:44', '2026-01-31 10:49:37', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact-2', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5266', 31, 'nav_menu_item', '', 0),
(5268, 1, '2026-03-18 20:43:43', '2026-01-31 10:56:43', '', 'Botox &#038; Dysport', '', 'publish', 'closed', 'closed', '', '5268', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5268', 4, 'nav_menu_item', '', 0),
(5269, 1, '2026-03-18 20:43:43', '2026-01-31 10:56:43', ' ', '', '', 'publish', 'closed', 'closed', '', '5269', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5269', 5, 'nav_menu_item', '', 0),
(5270, 1, '2026-03-18 20:43:43', '2026-01-31 10:56:43', ' ', '', '', 'publish', 'closed', 'closed', '', '5270', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5270', 6, 'nav_menu_item', '', 0),
(5271, 1, '2026-03-18 20:43:43', '2026-01-31 10:56:43', ' ', '', '', 'publish', 'closed', 'closed', '', '5271', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5271', 7, 'nav_menu_item', '', 0),
(5272, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:33', ' ', '', '', 'publish', 'closed', 'closed', '', '5272', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5272', 13, 'nav_menu_item', '', 0),
(5273, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:33', ' ', '', '', 'publish', 'closed', 'closed', '', '5273', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5273', 12, 'nav_menu_item', '', 0),
(5274, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:33', ' ', '', '', 'publish', 'closed', 'closed', '', '5274', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5274', 16, 'nav_menu_item', '', 0),
(5275, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:34', ' ', '', '', 'publish', 'closed', 'closed', '', '5275', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5275', 10, 'nav_menu_item', '', 0),
(5276, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:34', ' ', '', '', 'publish', 'closed', 'closed', '', '5276', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5276', 15, 'nav_menu_item', '', 0),
(5277, 1, '2026-03-18 20:43:43', '2026-01-31 10:59:34', ' ', '', '', 'publish', 'closed', 'closed', '', '5277', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5277', 17, 'nav_menu_item', '', 0),
(5278, 1, '2026-03-18 20:43:44', '2026-01-31 11:04:57', ' ', '', '', 'publish', 'closed', 'closed', '', '5278', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5278', 27, 'nav_menu_item', '', 0),
(5279, 1, '2026-03-18 20:43:43', '2026-01-31 11:04:57', ' ', '', '', 'publish', 'closed', 'closed', '', '5279', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5279', 19, 'nav_menu_item', '', 0),
(5280, 1, '2026-03-18 20:43:43', '2026-01-31 11:04:57', ' ', '', '', 'publish', 'closed', 'closed', '', '5280', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5280', 20, 'nav_menu_item', '', 0),
(5281, 1, '2026-03-18 20:43:44', '2026-01-31 11:08:15', '', 'Hormone Therapy', '', 'publish', 'closed', 'closed', '', 'hormone-therapy', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5281', 21, 'nav_menu_item', '', 0),
(5282, 1, '2026-03-18 20:43:44', '2026-01-31 11:08:15', ' ', '', '', 'publish', 'closed', 'closed', '', '5282', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5282', 22, 'nav_menu_item', '', 0),
(5283, 1, '2026-03-18 20:43:44', '2026-01-31 11:08:15', '', 'Women’s Hormone Therapy', '', 'publish', 'closed', 'closed', '', 'womens-hormone-therapy-3', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5283', 23, 'nav_menu_item', '', 0),
(5284, 1, '2026-03-18 20:43:44', '2026-01-31 11:12:21', ' ', '', '', 'publish', 'closed', 'closed', '', '5284', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5284', 24, 'nav_menu_item', '', 0),
(5285, 1, '2026-03-18 20:43:44', '2026-01-31 11:12:21', '', 'NAD+ &#038; Wellness Injections', '', 'publish', 'closed', 'closed', '', '5285', '', '', '2026-03-18 20:43:44', '2026-03-18 20:43:44', '', 0, 'https://genesiswa.com/?p=5285', 26, 'nav_menu_item', '', 0),
(5286, 1, '2026-03-18 20:43:43', '2026-01-31 11:12:21', ' ', '', '', 'publish', 'closed', 'closed', '', '5286', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5286', 9, 'nav_menu_item', '', 0),
(5287, 1, '2026-01-31 11:22:50', '2026-01-31 11:22:50', '', 'concierge-dermatology-img', '', 'inherit', 'open', 'closed', '', 'concierge-dermatology-img', '', '', '2026-01-31 11:22:50', '2026-01-31 11:22:50', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/concierge-dermatology-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(5292, 1, '2026-01-31 11:29:25', '2026-01-31 11:29:25', '', 'Botox-Migraine-img', '', 'inherit', 'open', 'closed', '', 'botox-migraine-img', '', '', '2026-01-31 11:29:25', '2026-01-31 11:29:25', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/01/Botox-Migraine-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(5308, 1, '2026-03-18 20:43:43', '2026-01-31 11:41:24', ' ', '', '', 'publish', 'closed', 'closed', '', '5308', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5308', 11, 'nav_menu_item', '', 0),
(5309, 1, '2026-02-02 09:44:25', '2026-02-02 09:44:25', '<h2>Frequently Asked \n Questions\n</h2>				\n							How is your Medical Weight Loss Program different?						\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									<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					<p>Our program is medically supervised, personalized, and often includes GLP 1 medications such as Semaglutide or Tirzepatide, alongside nutrition and lifestyle support. We focus on safety, education, and sustainable results.</p>\n							What is PHYSIQ body contouring?						\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									<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					<p>PHYSIQ is a non invasive treatment that uses advanced STEP technology to reduce fat and strengthen muscle in targeted areas with little to no downtime.</p>\n							Do I have to do PHYSIQ to join the weight loss program?						\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									<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					<p>No — many patients choose weight loss alone. PHYSIQ simply enhances body sculpting results when stubborn areas persist.</p>\n							What conditions do you treat with concierge dermatology?						\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									<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					<p>We commonly support acne, rosacea, pigmentation issues, melasma, chronic irritation, aging concerns, and preventive skin health.</p>\n							Do you offer Botox for migraine relief?						\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									<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					<p>Yes — Botox is FDA approved to help reduce the frequency and severity of chronic migraines in qualified patients. A consultation is required.</p>', 'Faq-Section', '', 'publish', 'closed', 'closed', '', 'faq-section', '', '', '2026-02-02 09:44:25', '2026-02-02 09:44:25', '', 0, 'https://genesiswa.com/?elementor_library=faq-section', 0, 'elementor_library', '', 0),
(5312, 1, '2026-02-02 12:19:35', '2026-02-02 12:19:35', '', 'Concierge-Dermatology-new', '', 'inherit', 'open', 'closed', '', 'concierge-dermatology-new', '', '', '2026-02-02 12:19:35', '2026-02-02 12:19:35', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg', 0, 'attachment', 'image/jpeg', 0),
(5316, 1, '2026-02-02 12:23:10', '2026-02-02 12:23:10', '', 'Botox-Migraine-img', '', 'inherit', 'open', 'closed', '', 'botox-migraine-img-2', '', '', '2026-02-02 12:23:10', '2026-02-02 12:23:10', '', 4429, 'https://genesiswa.com/wp-content/uploads/2026/02/Botox-Migraine-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(5332, 1, '2026-02-02 12:36:06', '2026-02-02 12:36:06', '', 'NAD+-IV-Therapy-&-Vitamin-Injections-img', '', 'inherit', 'open', 'closed', '', 'nad-iv-therapy-vitamin-injections-img', '', '', '2026-02-02 12:36:06', '2026-02-02 12:36:06', '', 4629, 'https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(5351, 1, '2026-02-02 13:37:03', '2026-02-02 13:37:03', '', 'image-Korean-Glass-Skin', '', 'inherit', 'open', 'closed', '', 'image-korean-glass-skin', '', '', '2026-02-02 13:37:03', '2026-02-02 13:37:03', '', 2646, 'https://genesiswa.com/wp-content/uploads/2026/02/image-Korean-Glass-Skin.jpg', 0, 'attachment', 'image/jpeg', 0),
(5376, 1, '2026-02-02 14:01:55', '2026-02-02 14:01:55', '', 'Glow-Body-image', '', 'inherit', 'open', 'closed', '', 'glow-body-image', '', '', '2026-02-02 14:01:55', '2026-02-02 14:01:55', '', 31, 'https://genesiswa.com/wp-content/uploads/2026/02/Glow-Body-image.jpg', 0, 'attachment', 'image/jpeg', 0),
(5389, 1, '2026-02-03 08:36:08', '2026-02-03 08:36:08', '<h2>Offers  Feature</h2>				\n											<h4>\n						90-Day Skin Reset &amp; Glow						</h4>\n							Heal, Restore, &amp; Rebuild Your Skin						\n								&#036;									\n						1,499					\n							<ul>\n											<li>\n										Month 1 — Platinum HydraFacial®									\n						</li>\n											<li>\n										 Month 2 — Advanced Skin Treatment									\n						</li>\n											<li>\n										 Month 3 — Custom Clinical Facial									\n						</li>\n											<li>\n										3 Full-Body Red-Light Bed Sessions									\n						</li>\n											<li>\n										 Skin guidance &amp; progress tracking throughout the program									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n											<h4>\n						90-Day Skin Reset &amp; Glow						</h4>\n							Heal, Restore, &amp; Rebuild Your Skin						\n								&#036;									\n						1,499					\n							<ul>\n											<li>\n										Month 1 — Platinum HydraFacial®									\n						</li>\n											<li>\n										 Month 2 — Advanced Skin Treatment									\n						</li>\n											<li>\n										 Month 3 — Custom Clinical Facial									\n						</li>\n											<li>\n										3 Full-Body Red-Light Bed Sessions									\n						</li>\n											<li>\n										 Skin guidance &amp; progress tracking throughout the program									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>\n											<h4>\n						New Year • New Confidence						</h4>\n							Sculpt &amp; Slim Transformation Program						\n								&#036;									\n						3,999					\n							<ul>\n											<li>\n										GLP-1 Tirzepatide Medical Weight Loss Program									\n						</li>\n											<li>\n										 5 PHYSIQ Sculpting Sessions									\n						</li>\n											<li>\n										Clinic monitoring &amp; treatment planning									\n						</li>\n											<li>\n										Enroll by January 15 &amp; receive FREE:									\n						</li>\n											<li>\n										Final enrollment deadline: January 31									\n						</li>\n									</ul>\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n					<a href=\"https://genesiswa.com/glow-memberships/\">\n									Learn More\n					</a>', 'Membership Offers-Section Backup', '', 'publish', 'closed', 'closed', '', 'membership-offers-section-backup', '', '', '2026-02-03 08:36:08', '2026-02-03 08:36:08', '', 0, 'https://genesiswa.com/?elementor_library=membership-offers-section-backup', 0, 'elementor_library', '', 0),
(5416, 1, '2026-02-03 09:49:30', '2026-02-03 09:49:30', '', 'c12f1362-00d8-11f1-9168-0242ac120003', '', 'inherit', 'open', 'closed', '', 'c12f1362-00d8-11f1-9168-0242ac120003', '', '', '2026-02-03 09:49:30', '2026-02-03 09:49:30', '', 31, 'https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif', 0, 'attachment', 'image/avif', 0),
(5417, 1, '2026-02-03 09:49:33', '2026-02-03 09:49:33', '', 'bf3ae55e-00d8-11f1-b0a2-0242ac120003', '', 'inherit', 'open', 'closed', '', 'bf3ae55e-00d8-11f1-b0a2-0242ac120003', '', '', '2026-02-03 09:49:33', '2026-02-03 09:49:33', '', 31, 'https://genesiswa.com/wp-content/uploads/2026/02/bf3ae55e-00d8-11f1-b0a2-0242ac120003.avif', 0, 'attachment', 'image/avif', 0),
(5424, 1, '2026-02-03 10:09:09', '2026-02-03 10:09:09', '<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/1.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/1-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/1-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/1-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>New Year • New Confidence</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Sculpt &amp; Slim Transformation Program</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/discipline/2/treatment/3\" target=\"_blank\">\n									Book Your Weight Loss Consult\n					</a>\n		<p data-start=\"349\" data-end=\"572\"><strong data-start=\"349\" data-end=\"407\">Lose weight while staying toned, tight, and confident.</strong><br data-start=\"407\" data-end=\"410\" />This program combines <strong>12-weeks of medical weight loss with PHYSIQ body sculpting</strong> so you don’t just lose weight — you reshape, restore confidence, and protect your curves.</p><h3 data-start=\"574\" data-end=\"597\"><strong data-start=\"578\" data-end=\"597\">What’s Included</strong></h3><p data-start=\"598\" data-end=\"809\">✔ <strong data-start=\"600\" data-end=\"649\">GLP-1 Tirzepatide Medical Weight Loss Program</strong><br data-start=\"649\" data-end=\"652\" />• Prescription medication dosing &amp; titration<br data-start=\"696\" data-end=\"699\" />• Monthly provider check-ins<br data-start=\"727\" data-end=\"730\" />• Lifestyle &amp; nutrition guidance<br data-start=\"762\" data-end=\"765\" />• Ongoing support &amp; body progress tracking</p><p data-start=\"811\" data-end=\"918\">✔ <strong data-start=\"813\" data-end=\"844\">5 PHYSIQ Sculpting Sessions</strong><br data-start=\"844\" data-end=\"847\" />• Targets stubborn fat &amp; muscle tone<br data-start=\"883\" data-end=\"886\" />• Non-invasive • Zero downtime</p><p data-start=\"920\" data-end=\"964\">✔ <strong data-start=\"922\" data-end=\"964\">Clinic monitoring &amp; treatment planning</strong></p><p data-start=\"966\" data-end=\"998\">💎 <strong data-start=\"969\" data-end=\"987\">Program Price:</strong> <strong data-start=\"988\" data-end=\"998\">$3,999</strong></p><p data-start=\"1000\" data-end=\"1122\">🎁 <strong data-start=\"1003\" data-end=\"1043\">Enroll by January 15 &amp; receive FREE:</strong><br data-start=\"1043\" data-end=\"1046\" />• <strong data-start=\"1048\" data-end=\"1097\">1 month unlimited full-body red-light therapy</strong><br data-start=\"1097\" data-end=\"1100\" />• <strong data-start=\"1102\" data-end=\"1122\">B-12 energy shot</strong></p><p data-start=\"1124\" data-end=\"1168\">📅 <strong data-start=\"1127\" data-end=\"1168\">Final enrollment deadline: January 31</strong></p><p data-start=\"1124\" data-end=\"1168\"> </p><p data-start=\"1919\" data-end=\"2143\">Active weight-loss members receive a <strong data-start=\"1969\" data-end=\"1996\">FREE 6th PHYSIQ session</strong> when purchasing a 5-session package — plus a complimentary LED or B-12 boost.<br data-start=\"2074\" data-end=\"2077\" />Because your results deserve to look as strong as your commitment.</p><p data-start=\"2145\" data-end=\"2183\">👉 <strong data-start=\"2148\" data-end=\"2183\">Ask us about the Member Upgrade</strong></p>		\n															<img width=\"1080\" height=\"1080\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/2.png 1080w, https://genesiswa.com/wp-content/uploads/2025/12/2-300x300.png 300w, https://genesiswa.com/wp-content/uploads/2025/12/2-1024x1024.png 1024w, https://genesiswa.com/wp-content/uploads/2025/12/2-150x150.png 150w, https://genesiswa.com/wp-content/uploads/2025/12/2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />															\n					<h4>90-Day Skin Reset &amp; Glow</h4>				\n					<h2><h3 data-start=\"367\" data-end=\"439\"><strong data-start=\"371\" data-end=\"439\">Heal, Restore, &amp; Rebuild Your Skin</strong></h3></h2>				\n					<a href=\"https://genesiswa.janeapp.com/#/consultations\" target=\"_blank\">\n									Book Your Aesthetic Consult\n					</a>\n		<p data-start=\"1246\" data-end=\"1381\"><strong data-start=\"1246\" data-end=\"1381\">A guided 3-month skin journey to repair your barrier, restore hydration, and stimulate collagen for smoother, calmer, glowing skin.</strong></p><h3 data-start=\"1383\" data-end=\"1406\"><strong data-start=\"1387\" data-end=\"1406\">What’s Included</strong></h3><p data-start=\"1407\" data-end=\"1521\">✔ <strong data-start=\"1409\" data-end=\"1444\">Month 1 — Platinum HydraFacial®</strong><br data-start=\"1444\" data-end=\"1447\" />Deep cleanse • exfoliation • pore detox • booster infusion • LED therapy</p><p data-start=\"1523\" data-end=\"1735\">✔ <strong data-start=\"1525\" data-end=\"1562\">Month 2 — Advanced Skin Treatment</strong><br data-start=\"1562\" data-end=\"1565\" />Choose one based on your skin goals:<br data-start=\"1601\" data-end=\"1604\" />• <strong data-start=\"1606\" data-end=\"1626\">RF Microneedling</strong> — collagen + skin tightening<br data-start=\"1655\" data-end=\"1658\" /><strong data-start=\"1658\" data-end=\"1664\">OR</strong><br data-start=\"1664\" data-end=\"1667\" />• <strong data-start=\"1669\" data-end=\"1697\">Erbium Laser Resurfacing</strong> — texture + pigmentation refinement</p><ul data-start=\"1737\" data-end=\"1791\"><li data-start=\"1737\" data-end=\"1791\"><p data-start=\"1739\" data-end=\"1791\"><strong data-start=\"1739\" data-end=\"1769\">Rejuran DNA Healing Add-On</strong> for recovery &amp; glow</p></li></ul><p data-start=\"1793\" data-end=\"1894\">✔ <strong data-start=\"1795\" data-end=\"1831\">Month 3 — Custom Clinical Facial</strong><br data-start=\"1831\" data-end=\"1834\" />Personalized treatment focused on hydration, repair &amp; glow</p><p data-start=\"1896\" data-end=\"1936\">✔ <strong data-start=\"1898\" data-end=\"1936\">3 Full-Body Red-Light Bed Sessions</strong></p><p data-start=\"1938\" data-end=\"2000\">✔ <strong data-start=\"1940\" data-end=\"2000\">Skin guidance &amp; progress tracking throughout the program</strong></p><p data-start=\"2002\" data-end=\"2061\">💎 <strong data-start=\"2005\" data-end=\"2023\">Program Price:</strong> <strong data-start=\"2024\" data-end=\"2061\">$1,499</strong></p><p data-start=\"2063\" data-end=\"2178\">🎁 <strong data-start=\"2066\" data-end=\"2106\">Enroll by January 15 &amp; receive FREE:</strong></p><p data-start=\"2063\" data-end=\"2178\"><strong>• $100 Skincare Gift Card</strong><br data-start=\"2106\" data-end=\"2109\" />• <strong data-start=\"2111\" data-end=\"2160\">1 month unlimited full-body red-light therapy</strong><br data-start=\"2160\" data-end=\"2163\" />• <strong data-start=\"2165\" data-end=\"2178\">B-12 energy shot</strong></p><p data-start=\"2180\" data-end=\"2224\">📅 <strong data-start=\"2183\" data-end=\"2224\">Final enrollment deadline: January 31</strong></p>', 'Home Membershop Template 3-2-2026', '', 'publish', 'closed', 'closed', '', 'home-membershop-template-3-2-2026', '', '', '2026-02-03 10:09:10', '2026-02-03 10:09:10', '', 0, 'https://genesiswa.com/?elementor_library=home-membershop-template-3-2-2026', 0, 'elementor_library', '', 0),
(5440, 1, '2026-03-18 20:43:43', '2026-02-03 18:02:58', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5440', 2, 'nav_menu_item', '', 0),
(5447, 1, '2026-02-03 20:21:45', '2026-02-03 20:21:45', '', '1BCF999D-000F-4E82-B692-B6C6C0E2B70E', '', 'inherit', 'open', 'closed', '', '1bcf999d-000f-4e82-b692-b6c6c0e2b70e', '', '', '2026-02-03 20:21:45', '2026-02-03 20:21:45', '', 4627, 'https://genesiswa.com/wp-content/uploads/2026/02/1BCF999D-000F-4E82-B692-B6C6C0E2B70E.jpeg', 0, 'attachment', 'image/jpeg', 0),
(5461, 1, '2026-02-15 14:47:35', '2026-02-15 14:47:35', '<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" viewBox=\"0 0 48 48\" width=\"512\"><g transform=\"translate(0 -288)\"><g transform=\"scale(1.5)\"><g id=\"LINE\"><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-642.159-356c.552 0 1 .448 1 1s-.448 1-1 1h-.841c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.046-.212 7.864-2.15.455-.313 1.078-.198 1.391.257s.198 1.078-.257 1.391c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3zm15.084 32.958c-.264.485-.872.663-1.357.399-.484-.265-.663-.873-.398-1.357 2.081-3.81 1.83-7.798 1.83-8v-21c0-.55-.45-1-1-1h-11.133c-.552 0-1-.448-1-1s.448-1 1-1h11.133c1.65 0 3 1.35 3 3v21c0 .226.257 4.689-2.075 8.958z\"></path></g><g transform=\"matrix(.716 0 0 .716 4.38 197.79)\"><circle cx=\"10.931\" cy=\"27.931\" r=\".931\"></circle></g><g transform=\"matrix(.667 0 0 .667 431.909 431.841)\"><path d=\"m-602-351.973c0 .552-.448 1-1 1s-1-.448-1-1v-1.027c0-.55-.45-1-1-1h-15c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h8.7c.507 0 .934.379.993.883.21 1.785.624 6.509-1.791 11.549-1.563 3.269-3.655 5.48-5.333 6.894 2.04.088 5.045-.212 7.863-2.149 6.078-4.209 5.568-11.896 5.568-12.177v-16.947c0-.552.448-1 1-1s1 .448 1 1v16.947c0 .319.49 9.031-6.431 13.822l-.002.002c-5.143 3.536-10.82 2.367-11.784 2.152-.391-.087-.693-.398-.766-.792-.074-.394.095-.794.428-1.016 1.425-.95 4.563-3.229 6.653-7.6 1.862-3.885 1.857-7.565 1.697-9.568h-7.795c-1.65 0-3-1.35-3-3v-15c0-1.65 1.35-3 3-3h15c1.65 0 3 1.35 3 3z\"></path></g></g></g></g></svg>			\n					<h2>Caring for myself is not self-indulgence, it is self-preservation.\n</h2>				\n							<h3>\n				Audre Lorde				</h3>\n															<img width=\"1200\" height=\"1798\" src=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg 1200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-200x300.jpg 200w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-683x1024.jpg 683w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-768x1151.jpg 768w, https://genesiswa.com/wp-content/uploads/2025/12/Image-4-1025x1536.jpg 1025w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />															\n					<figure><img width=\"520\" height=\"520\" src=\"https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png\" alt=\"\" /></figure><h5>Grace Lee, MSN-FNP, ARNP</h5><p>Medical Director</p>', 'Author-img-qq', '', 'publish', 'closed', 'closed', '', 'author-img-qq', '', '', '2026-02-15 14:47:36', '2026-02-15 14:47:36', '', 0, 'https://genesiswa.com/?elementor_library=author-img-qq', 0, 'elementor_library', '', 0),
(5479, 1, '2026-03-03 23:20:40', '2026-03-03 23:20:40', '', 'Image (21)', '', 'inherit', 'open', 'closed', '', 'image-21', '', '', '2026-03-03 23:20:40', '2026-03-03 23:20:40', '', 31, 'https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(5487, 1, '2026-03-17 20:07:29', '2026-03-17 20:07:29', '', 'c36ef428-defe-40a0-9329-c50f6356e5b8', '', 'inherit', 'open', 'closed', '', 'c36ef428-defe-40a0-9329-c50f6356e5b8', '', '', '2026-03-17 20:07:29', '2026-03-17 20:07:29', '', 837, 'https://genesiswa.com/wp-content/uploads/2026/03/c36ef428-defe-40a0-9329-c50f6356e5b8.png', 0, 'attachment', 'image/png', 0),
(5495, 1, '2026-03-18 20:33:19', '2026-03-18 20:33:19', '<img width=\"1536\" height=\"1024\" src=\"https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp\" alt=\"\" srcset=\"https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp 1536w, https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing-300x200.webp 300w, https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing-1024x683.webp 1024w, https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing-768x512.webp 768w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" />															\n					<h2>Korean Head Spa</h2>				\n		<p data-start=\"800\" data-end=\"905\">Experience the viral Korean head spa treatment now available at Genesis Wellness &amp; Aesthetics in Redmond.</p><p data-start=\"907\" data-end=\"1202\">This luxurious scalp therapy focuses on <strong data-start=\"947\" data-end=\"1023\">deep cleansing, exfoliation, hydration, and relaxation of the scalp skin</strong>. Our Korean-inspired scalp treatments combine therapeutic massage, exfoliation, steam therapy, and botanical scalp treatments to support a balanced and healthy scalp environment.</p><p data-start=\"1204\" data-end=\"1322\">Unlike traditional salon services, this treatment focuses on <strong data-start=\"1265\" data-end=\"1321\">scalp health and relaxation rather than hair styling</strong>.</p>		\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>\n					<h2>TREATMENT OPTIONS</h2>				\n					<h3>Korean Scalp Renewal</h3>				\n		<p data-start=\"2254\" data-end=\"2356\">A deeply rejuvenating scalp detox treatment designed to gently exfoliate buildup, rebalance the scalp, and restore optimal hydration—leaving you refreshed from root to mind. This results-driven yet relaxing experience helps clear congestion, soothe dryness or irritation, and create a healthier foundation for overall scalp and hair health, making it ideal for those dealing with excess oil, product buildup, dry or compromised scalp conditions, or simply seeking stress relief and total relaxation <strong>(50-minutes)</strong>.</p>		\n					<h3>Signature Korean Head Spa</h3>				\n		<p data-start=\"119\" data-end=\"592\">Our most popular scalp treatment, designed to deliver the ultimate reset through a powerful combination of exfoliation, therapeutic massage, steam therapy, and intensive hydration. This deeply rejuvenating experience works to detoxify the scalp, improve circulation, and restore moisture balance while promoting total relaxation from root to mind—making it ideal for those looking to cleanse buildup, relieve dryness, rejuvenate the scalp, and indulge in a calming, restorative treatment <strong>(80-minutes).</strong></p>		\n					<h3>Add Express Glow Facial</h3>				\n		<p data-start=\"2032\" data-end=\"2165\">Enhance your Korean head spa experience with a customized express facial designed to cleanse, gently exfoliate, and hydrate the skin.</p>\n<p data-start=\"2167\" data-end=\"2284\">This treatment pairs perfectly with scalp therapy to leave both your skin and scalp refreshed, balanced, and glowing <b>(30-minutes)</b>.</p>		\n					<h2>Alternative Hair &amp; Scalp Treatments</h2>				\n					<h3>HydraFacial Keravive Scalp Treatment</h3>				\n		<p>Reveal a healthier, more balanced scalp with our advanced HydraFacial Keravive treatment—designed to cleanse, exfoliate, and nourish for optimal follicle health and improved hair appearance. Using patented vortex technology, it removes buildup and excess oil while infusing the scalp with hydrating peptides and growth factors. The Partial Keravive targets specific areas of concern, while the Full Keravive treats the entire scalp for a more comprehensive rejuvenation. Ideal for dryness, irritation, clogged follicles, and early thinning. <em>Please note: this treatment does not include our Korean Head Spa experience.</em></p>		\n					<h3>Hair Loss Therapy</h3>				\n		<p data-start=\"0\" data-end=\"353\">If you are experiencing hair loss or thinning, we offer both topical and oral prescription treatment options through our <b>Concierge Dermatology program</b>. These medical-grade therapies are customized to target the root cause of hair loss and support long-term regrowth. Visit our Concierge Dermatology page to learn more about personalized treatment plans.</p>\n<p data-start=\"355\" data-end=\"716\" data-is-last-node=\"\" data-is-only-node=\"\">For those seeking a non-prescription approach, we also offer our Advanced Hair Loss Therapy, which combines PRP injections with microneedling and exosomes to stimulate hair follicles and improve scalp health. This regenerative treatment is ideal for enhancing thickness and supporting natural hair restoration. Visit our <b>Hair Loss Therapy</b> page for more details.</p>		\n							What Are The Benefits of Korean Scalp Treatments?						\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									<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					<p data-start=\"1393\" data-end=\"1604\">• Removes scalp buildup and excess oil<br data-start=\"1431\" data-end=\"1434\" />• Gently exfoliates dead skin cells<br data-start=\"1469\" data-end=\"1472\" />• Improves scalp circulation<br data-start=\"1500\" data-end=\"1503\" />• Hydrates and soothes the scalp<br data-start=\"1535\" data-end=\"1538\" />• Reduces scalp irritation<br data-start=\"1564\" data-end=\"1567\" />• Deep relaxation and stress relief</p>\n<p data-start=\"1606\" data-end=\"1716\">Many patients report their scalp feeling <strong data-start=\"1647\" data-end=\"1715\">lighter, cleaner, and more refreshed immediately after treatment</strong>.</p>\n							What Happens During Treatment?						\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									<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					<p data-start=\"1779\" data-end=\"1822\">Your Korean head spa treatment may include:</p>\n<p data-start=\"1824\" data-end=\"2054\">• Aromatherapy relaxation ritual<br data-start=\"1856\" data-end=\"1859\" />• Herbal scalp oil massage<br data-start=\"1885\" data-end=\"1888\" />• Scalp exfoliation treatment<br data-start=\"1917\" data-end=\"1920\" />• Therapeutic scalp massage<br data-start=\"1947\" data-end=\"1950\" />• Warm steam therapy<br data-start=\"1970\" data-end=\"1973\" />• Hydrating scalp mask<br data-start=\"1995\" data-end=\"1998\" />• Waterfall rinse ritual<br data-start=\"2022\" data-end=\"2025\" />• Rosemary scalp tonic finish</p>\n<p data-start=\"2056\" data-end=\"2173\">Each treatment is designed to <strong data-start=\"2086\" data-end=\"2172\">cleanse and nourish the scalp skin while creating a deeply relaxing spa experience</strong>.</p>\n							What Korean Scalp Products Are Used?						\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									<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					<p data-start=\"3076\" data-end=\"3194\">We use professional Korean scalp care products formulated with botanical ingredients designed to support scalp health.</p>\n<p data-start=\"3196\" data-end=\"3223\">Common ingredients include:</p>\n<p data-start=\"3225\" data-end=\"3342\">• rosemary extract<br data-start=\"3243\" data-end=\"3246\" />• peppermint oil<br data-start=\"3262\" data-end=\"3265\" />• sea salt exfoliants<br data-start=\"3286\" data-end=\"3289\" />• botanical scalp serums<br data-start=\"3313\" data-end=\"3316\" />• soothing herbal extracts</p>\n<p data-start=\"3344\" data-end=\"3448\">These ingredients help <strong data-start=\"3367\" data-end=\"3447\">cleanse and refresh the scalp while maintaining a balanced scalp environment</strong>.</p>\n							Is This a Hair Treatment?						\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									<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					<p data-start=\"3076\" data-end=\"3194\">No. This service focuses on <strong data-start=\"4033\" data-end=\"4052\">scalp skin care</strong>, including cleansing, exfoliation, and hydration of the scalp.</p>\n							Who is a Good Candidate?						\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									<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					<p data-start=\"4271\" data-end=\"4354\">Most people can benefit from scalp detox treatments, especially those experiencing:</p>\n<p data-start=\"4356\" data-end=\"4420\">• scalp buildup<br data-start=\"4371\" data-end=\"4374\" />• dryness<br data-start=\"4383\" data-end=\"4386\" />• irritation<br data-start=\"4398\" data-end=\"4401\" />• stress or tension</p>\n							Will My Hair Be Styled After?						\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									<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					<p data-start=\"3076\" data-end=\"3194\">No styling or blow drying is performed. Hair is left natural after treatment.</p>\n							How Often Should I Get Treatment?						\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									<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					<p data-start=\"3076\" data-end=\"3194\">Most patients benefit from scalp treatments every <strong data-start=\"4521\" data-end=\"4534\">4–6 weeks</strong>.</p>\n					<h2>Beginning of a  better you.</h2>				\n					<a href=\"https://genesiswa.janeapp.com/\" target=\"_blank\">\n									Schedule now\n					</a>', 'Korean Head Spa', '', 'publish', 'closed', 'closed', '', 'korean-head-spa', '', '', '2026-03-18 20:44:38', '2026-03-18 20:44:38', '', 0, 'https://genesiswa.com/?page_id=5495', 0, 'page', '', 0),
(5497, 1, '2026-03-18 19:26:02', '2026-03-18 19:26:02', '', 'Image (1)', '', 'inherit', 'open', 'closed', '', 'image-1', '', '', '2026-03-18 19:26:02', '2026-03-18 19:26:02', '', 5495, 'https://genesiswa.com/wp-content/uploads/2026/03/Image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5498, 1, '2026-03-18 19:26:06', '2026-03-18 19:26:06', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2026-03-18 19:26:06', '2026-03-18 19:26:06', '', 5495, 'https://genesiswa.com/wp-content/uploads/2026/03/Image.jpg', 0, 'attachment', 'image/jpeg', 0),
(5499, 1, '2026-03-18 19:26:09', '2026-03-18 19:26:09', '', 'spa-scene-showing', '', 'inherit', 'open', 'closed', '', 'spa-scene-showing', '', '', '2026-03-18 19:26:09', '2026-03-18 19:26:09', '', 5495, 'https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wp_393a933460_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5500, 1, '2026-03-18 19:37:56', '2026-03-18 19:37:56', '', 'OIP (1)', '', 'inherit', 'open', 'closed', '', 'oip-1', '', '', '2026-03-18 19:37:56', '2026-03-18 19:37:56', '', 5495, 'https://genesiswa.com/wp-content/uploads/2026/03/OIP-1.webp', 0, 'attachment', 'image/webp', 0),
(5501, 1, '2026-03-18 19:37:59', '2026-03-18 19:37:59', '', 'OIP', '', 'inherit', 'open', 'closed', '', 'oip', '', '', '2026-03-18 19:37:59', '2026-03-18 19:37:59', '', 5495, 'https://genesiswa.com/wp-content/uploads/2026/03/OIP.webp', 0, 'attachment', 'image/webp', 0),
(5505, 1, '2026-03-18 20:43:43', '2026-03-18 20:43:40', ' ', '', '', 'publish', 'closed', 'closed', '', '5505', '', '', '2026-03-18 20:43:43', '2026-03-18 20:43:43', '', 0, 'https://genesiswa.com/?p=5505', 14, 'nav_menu_item', '', 0),
(5536, 1, '2026-05-17 13:26:51', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2026-05-17 13:26:51', '0000-00-00 00:00:00', '', 0, 'https://mrarif.me/genesiswa/?p=5536', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_post_smtp_logmeta`
--

CREATE TABLE `wp_393a933460_post_smtp_logmeta` (
  `id` bigint(20) NOT NULL,
  `log_id` bigint(20) NOT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_post_smtp_logs`
--

CREATE TABLE `wp_393a933460_post_smtp_logs` (
  `id` bigint(20) NOT NULL,
  `solution` longtext DEFAULT NULL,
  `success` longtext DEFAULT NULL,
  `from_header` longtext DEFAULT NULL,
  `to_header` longtext DEFAULT NULL,
  `cc_header` longtext DEFAULT NULL,
  `bcc_header` longtext DEFAULT NULL,
  `reply_to_header` longtext DEFAULT NULL,
  `transport_uri` longtext DEFAULT NULL,
  `original_to` longtext DEFAULT NULL,
  `original_subject` longtext DEFAULT NULL,
  `original_message` longtext DEFAULT NULL,
  `original_headers` longtext DEFAULT NULL,
  `session_transcript` longtext DEFAULT NULL,
  `time` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_feeds`
--

CREATE TABLE `wp_393a933460_sbi_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_sbi_feeds`
--

INSERT INTO `wp_393a933460_sbi_feeds` (`id`, `feed_name`, `feed_title`, `settings`, `author`, `status`, `last_modified`) VALUES
(1, 'genesiswa_begin', '', '{\"tagged\":\"\",\"order\":\"recent\",\"type\":\"user\",\"nonce\":\"76af45d2de\",\"id\":\"17841452603493749\",\"source_details\":{\"id\":\"17841452603493749\",\"username\":\"genesiswa_begin\"}}', 1, 'publish', '2025-03-06 18:17:34');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_feed_caches`
--

CREATE TABLE `wp_393a933460_sbi_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_sbi_feed_caches`
--

INSERT INTO `wp_393a933460_sbi_feed_caches` (`id`, `feed_id`, `cache_key`, `cache_value`, `cron_update`, `last_updated`) VALUES
(1, '1_CUSTOMIZER', 'posts', '', '', '2025-03-06 18:17:43'),
(2, '1_CUSTOMIZER', 'posts_backup', '', '', '2025-03-06 18:17:43'),
(3, '1_CUSTOMIZER', 'header', '', '', '2025-03-06 18:17:44'),
(4, '1_CUSTOMIZER', 'header_backup', '', '', '2025-03-06 18:17:44'),
(5, '1_CUSTOMIZER', 'resized_images', '', '', '2025-03-06 18:17:44'),
(6, '1', 'posts', '8mwPjW37YXitgzJO7PAeBEFWcmxMcmFXSDlXQ3luRW8rRUJjbGFQcXQrVktzWUozUVZlL2lnNXNIcjZJZTcvSEpQNFN0dDFKOXRRQ3UzNWowcERuSUtiS2RNK2NYNXppcjRFdGp6ZG5IV3pEbERSUXFzTG5YbUZwcUJBL2lQQlM3YkNFQk1uZy9meGRHTDUwbVB3NkxqZkxpTjNBNXlOMXBvUFBkcGVCeGRGNDVnS0p2dStkVGpMTE1ZdzFZQlo0NUFuNFdxTlZsSTFWVlJsUkJwSGNSa0haME96aG8zT29RTW1xd3dISUFDQVhYeXdvL3pBVm40R3VNcENqVkJIaXFSUnpmbExtTG1GcStpdXU2UDlQc2ZISzdxcjQ2UmhwYVVJdTFDall3KzAyd2RKdmpTTktFNU9VdThLMjAxSXErUXFwanBBTEl3dzN2VmF4MDBRemE5LzR2c0l4ajl1YjZKeExUSTVJQktGMEszQytJcitsOWlKakp3MUxSYWhTRm0zcVIvQThHTUVMQ1lVek9SdGNIZnpoMC9yZklYMzRiaURNamdCYjJqZUs1RVFuekJER29xdFlMMWVQOWFBS3RXQk5OaGw4a0p4aTlZYUk3a0F3cjF1ZU0zTVo4alBlSm5GTStwMUtQN2dWUnA1R3Y4U2c3QUZkZm1PUnErZFhieG5WRHdGZ0NFZHh5MS9FalBXSWJ3azRlQTFEb3ZVRTRWektHMHhFTTlMb0dDcEprQ1ZDbXVQT1pCek9qOTNCQWlQd3JUQUtHZWhMcTBPNnNFNTdET2Rab0tCUzYxSUVSM2JJZWpUQXFGL2t1V1BNU0xlb0FlQUpOMkdDOVVGYnRYL1FkdWU0S1hRVG5SeUk0bjVpVjZKbnZuUTJSdmNWZ1Y3ZmJuR3dCMjFBcFFFTzBxT1BQVk54SkFhZ0xlajdyM3hrTEQ0S3Vtc1BGOVllVjZnQkNCdFlYbnNNa0l0dEkxU2V2YUhrUlZNRGZ5T2lEUGhCdzF3TlNZOGpiNW9SWmJrZXh2VVpjK1ZZUG5OOTRtWWl5anlkQytzb3ZRWmo2R1hLTVY4QXpESXJhVzhYbmNtc0RRU1VubjlkdWxnT1ZOdDdpVk41TXM2Y01Fd2lOQVJSZGdvc0FJM0M4UT09', 'yes', '2026-05-18 03:57:18');
INSERT INTO `wp_393a933460_sbi_feed_caches` (`id`, `feed_id`, `cache_key`, `cache_value`, `cron_update`, `last_updated`) VALUES
(7, '1', 'posts_backup', '1s5nCbqJ8HSoVLUPufJER0ZWNStxNWpmbW4xcENtUGtDb2pPaitybkJORDd4TTdWRStvN0dVdXlLcVVOa1RZc3p0VS96bXY3ckRkb1dzczczSmo1YmpUVno5V2IrSFhlNkVCTGZGMmdVRFdaY1F2bDVFb0w0VGJsRTJRQlBzRGw1VEIvS3haVW5yM3BYV0lod3hGTHNHL1lIZWpTRlE2MldVa2pFWXkyUGdIVlhtSnE5QnA0WmRFQUdZWEcvVzZXb2poTnY4ZDNaRDBVNURlQWt4ZE5DbjM1clV6OVhLczl1MFdlTmdpZjltNTRLcHRRZkFqOWg5YWdsTjI3bjJqRWhyMXhyMkR1RXZydDJyajNPUHZLNEIvV1lITGhDRzhGQXArc3l6TDZPRnJCNnVUdDNrVm9hSyt0YmlkV1RuaTJSdzNld3dwN2FkZkVObzFibytBYWRWZUNBVmFJdmQ1RmRTVktjMEpsY3RoaUlyZlhRKzdIY3lUU2FFZ2E4aGZpdS8vU3U0SzRGaXBDU3R0dWExZ2p2Vm4yZS9YbkZ0RjdTc2Z2clNYbm1QZFN0U0tNOU5oU3JYVFdTSUNvdW1mOXJGMms1Y3FURXU2dDhPR2YzTm9zRUEzaXk4NXlpZnZ0R2h0WG8wS3hpR1czbmQwUFRrSkpXTno1ZERqdG5ZTkNuM2FSQkNrbXpPd1lsOStXTzBQZG4xSEFWSVNxTU9RdXViYnBuNmp4bit0aTJIeHpaODJ6NXc0MjJ1Z21YMG5GalVjUUdiNWdBQVVYTHUyNW9Yd0dCNGxmbjhWdkl6TENRZVlFZnJlQjJ0Z1k0M2MrK1BLL0k5RGpTQXNYTWtSWm1tRnVhTXdHaGczSkdhOGpXWWJZY0JuKytSaDNuVmNQbGlkSjhHNllXSWxmZ0VzcUVWZ0NxRy8xR1lZK2p4L3owNENDdFdyZ09hMm0xZXdiYm9iTGhma3JiSzBmVnBIMVZvemgxRjg3K1c0cFNpWDJQSDMrRzZuajE3RStSaUtMakY2WTVQVzNmUThCWmJ3emRyaTBtUG1BTjYxalJlMXdodXVNVEpCcWU4Q1lwMU9HazhpcmxqUlZzOTU3TnpONHcySXhoeUYwaW9YZlZUZy9KT2JFWXh1bXB5RHE3enN2cWE1enVsNkh2Z1BaWWtFdEg2bHN4U1UrelJoR1k2SDI5S1I0UFhHcElBc0lGSU5WbFMrM1dYNytjMXBIYVNHNmo3VkhMb2ZMQ21BVmU5NnZHWmxoSmQ3Z0R4SHcvWDlkQ2tqZTVBQis0ZVkzN2o0NG9aR1BJNWlEdTNSbjJWWjNsMEo2VExQWFU0b3M2b2xaUXBZQStoZVJSeWJWalhkcUVyQ2llNVlzZXJTa2IxZE5DZmxsemRTeVV2cFFwRm9EMTQzMnA5USs5Vy9CZ0w0YnlFZUhGRTBNbWpFN0pYTlpWUUxKZkxGbHYyaGh2U1p2REZieEJlMW8vN25OUjY5aEp4TjVvc0RjdDIzWnBjSUdDRTVWdFA0RW00Q1cyTjZnL1V2OFROeU9Vam9tUzFrWWFDMmdBcEp3a1BzTThjVTMvSzNRTE1ZUlQrV2p4aXJKNWEwOENndUtvQTh2ODlLMjduSThGR3Q5alE1dE1LUVBucVJlWlhBSjZJZUJka1hiUTg3TDNUSWZ1M0MzWUlPWFAyUjhTTS9rODVnQjF2YWRIbm5oQ1ZqcnRESWk2OWNpUXlISnk2Nlp5K3llK04vWFJNTDB1UVhaZzJ6VW51N3ZFR2tibVp3MjJjd0VtOWJ6d1Z6emhPUjFjdGFjUDJPTGdnVVRGT0s5b2JBMUZtRXdWTmNOSm9LMGJIYStnUlc1OVo1MVNMSVZLeVJBR2pkN25nclFUeHJKbHBqQmtkYUZwWnUwNCtqdHhkTnhZckdqZi9ZbTlPaHRoa3BuZ0YxeVNac0I5R25BR0NpY0UxWUsreC9vamQ5LzBMTXpCRmNOUjVaWUdhcktoQ0Y1QzJ4cFJJNDZYamthL0xVSS9XNlVxNWovWmFWWkgrek1ocjN1alNaYXBFSC9ZZGFjMjlHVWQyRlRKK3VWOFk1UThRbDRxSTAvN0l1alU1dG5xbDMxdW5Wd1ZvUm1vY1ZaeTFwT3RSMFA4NlJ0WDhkMnJueUUvaWNlOGxTZUdzdHdLZTRua2ltejN4ajJNQjRDS25YaEE0WFQ0cXNMTWlLWlBpZzlRd2RtTWJDNUVvKytFdkFGa1VEcGNHTjlOVXNXNFBvUFdtLzZCQnp5MlVQazkvazlHd0s5Ti9ha0h2QUE4ajVJYm9SU0hncXpiVWJIMjZRdTF5NTNhZHo3c01sUWdpU0ZmVnhTNXd2dUI0RzM4NEtVSG8wSXJwVzkyaGtMMGhTdFZQZWhXaXloMVEyYmRaVnZqT041bnFRMUVBKzJyeEQzbnhUejY2NTNmVGJZSHYvSC9ySll2ZFBOaTBsWGZERUE1bEhNc0tzVnIwNnA4K0g2WUttNk9QcVJMNkxSNFRWdnh3cm1CbHRTVmFHZy92N1NuQjRieXVuWjB3b3ZoakhLY2tPczNGL3d5Qlg0RFVUWGxFQ3NnZEg0UUwwZm5ESndwTGVzaHRqV1RyekhRU3BJTjZJNTVnMHhKL1h1dlg0cjB6RnlOWUpTNGEwc0Z0ZFJHZkdBYXNReTdBZ2ovZ0wwZkFNKytaZTFsMXVqMWFuczBKR2QxWEoyVjVuVUJHUTExKzdGODVqVFJJQXhyK0JwVzBrYmN3aURMWkFtWjRvM3BkWGNYT004KzU1ck50ZlkydDNqV0xUOUVudkpIUGQzSU9DaEFOd3NJWCtKTm9rQklZOXhUdTgyNWxtTkZpSm1ueEMzMWhDalpCamNLWTRoZU5LSy8zc0szck9YQkc5TGs4M3lVV2V3dm5KMThtRm9LMmNkYyttb3Q0RFdTUXBPdXMrQVM5aHRBM21kM2tYeGFnMkhlbmtBQXVUd0dMRjM5U1RKU1BncEFMc2ZMUWVXY2RaWS9GSm9BYUt0N0l1dVE2WkFtMnZaL29KUS94bXU4blVKanJpK1VtUHFoYnlxTWNyNXV4bnNsWWY5YWIxV2lWWDdRa0picHBwc2NaUmRwOG53TlZzMFdHemIrZ2FVM1A0cFpkOWN1ZzB5d2dacEtGb24vTXUwSEwzYTFYUjBMVmZsaGtwQ3JqeFk2Yi9XZGxnQTdiVlY0Q2tMQ2tyUHU5bnhwUExkN0JoTTJOS2czUVRaUWhQY3JnTDNtaUUrLys3bzdCdC8vbjBpRWkwQmR0VDc3ZDhOclliUEZrS1d6YllYeURWYnVnZnNLKzlwOXI5ZFhzNUI3UTdXQmM0d0NqTXdabmF0a1oxVlRtbjlsTkg5UzdMWXNpRE9WYlRTQ3Izd1Ryb081WFk0cWRXdFZja1RnSkI1NjFEQzlmWGI4QW9nQjlzdUZhYUpyNUswZmdVVC9nQk9EWEFHa1dBZW9KcGw2dFBSd0wvdm1yancwRDhJYkdYUDhQb0xpK0F1bDV6d1ZaUFhGNGFkZ2dzeVpJSUdocVdwb0xEWXM5QXpxNFhvM0pwRkFtNTBCaWliN2tPL3R1ZUdtYjlQZytIc0NXZWRGYVdDcnFGTWJTcEhxWG9FQ2pwTWc5YjM2L2FiYlpxK1pvN2o3YTZYS2tkR3hvQWJBOE5UREtPK3lMQWZXa1FqL2k3c283ekZmYU5nOFBNWE5wdUtBQ3ZuVzhvTHcrQ0NadUYxZEp4U1VCdU1mM055ZVM3dTN0OE1WbmpZNk5WQjl5Y0IvYU8vWVFsYlZEWkM2VlQ5VDgrVzR6cG9ZTGh2K1ROUXRlOEZWOEpLTnZWYzdmb0ZlanE2T2g4VnBxTDUrZ203TndYeHpkTWQ2ZDdOeDJNMXArdUVaOGxpWVo4QlJPUHl5TDdQUThPazFZQ2xqUTNDazMydXFHTEhLNlJlKytsYmNzOGlWQWZWME82U1VUOXk1Y3h2YjVkdjcrWUpwbTJacGlwalFDVmV3bk5NaHUwc0lzYnpRTCtXUDVBRTg3MVkvVmtKNFJQYVhRdWQyZnIvTmlVLzgzcUZONzRCSTN3VjN5SWlOc0p4NFVML3NyMXRwalF5YzZvV25xWDc3dmxvZFU0OFA5UzY0SHVURWhXc0lxTHBOb3RYbEU3R0liMkpwRHIwemNJOVFjVHBzTHU4K21naDF4aXFNTVdQajVuVjJoU2ZBYlVMNkVWaUo4UjlPYThoYmtFcDBEVWJDcW9LSU1YNXY2dDBlcHp2SG5RdlBPVkFicmpGekwrejBvSUxESWs3S01ITTFRQ3QwUzYvMTJGTVR4Q2hlUHFPT3ZmdlBxWGN1RUsxM2R6NTkrK2FCQTZkNElJSm8yNTR0QUsrRVJsbkdNUTVZOEpZZFJnMTJoRGlrK2ZsT2ZGa1BhalVZL3oyYjZiQWpkOXFBaVpBZDhlOVg1OGJkUVZUNXoxVjFHcnFSdzl3d3gxZ3NjV2F4Z0NrTG9Vck40MERQSXVPVW5oQmEvbXVVdjU1UzlDd1llV0pac0lSc1BWUzFiajZUdTVhZTduZlRhYU1CK3dEeUltSVFld2NCUTduKzNRT2g4c05Ua3RLME9zRCtCYnh4RVhRNHpzS2UrU2dwMGFUU0VBYkNEUkZ3b3dCUk1vbm9OaGZtZldDbTY2Tm1OM2RINDJuQU1RckMyb21hT05hSnB3Y0p2bWptRzZ2NlVUTjN1SWRYeFlVOTZ6QzVxY2lPMWdTM3RiK1BXQkxUTmpKQUd5aThVY0s4Yms4NGk5c1FBbmI1azBSbGp5NHRJVFhIR3czWDZSZWlHWTRMSHUxUFVPRVVOTjVVekZSSWRMODBLeG5GSVZmTVV1MzJLMCtUUlc2dkhnMUJkb0JKTnZPSXI2SEVGMnEyUndYakhKaFVZNnZtM2FTTFk1b1NWbVQ3NDJrSEZUZEppNHU5dTZkVThMNHZNeTVaOUtDeTkyQjJQYW80Rjl5MkdibUQ1MWlJNHp5aWpCQUpvaDh4NkxLSHg3bE0zeU1mR2ZKTFZkYitWdzBqSXFjV0NLdVZ4U285aTllUStzOElzQlVFSWdjTGFEOWR3cjV0YitqQ3BZSjhtUG0vbWptU1gvMjc0Q29uSWVQbFdYblNKaGkxVjZWR042dWtKVk1hak5XNUNwNjdXVlJTK0VYdVJNNzc3RHZaZnZ3b0x3amY4Wno4T0VNNE42YnBza3RSay83b1dET3hJRTk2STB5Q3dYVXNsZ3NqbmU2S25JZ2FNaW1iVHVBU2FuQ09ZcGQ1NXkzVlg4eWRXaHRySEpVKzdQVVFtQ2N2em5HUTJPRHM1aXNpNk5OSVlFSVYveEFHa1lmekYyNU4rQmUwU1ZjUjBlODYrTDgvWm96Y3crOENQaTBJK3g1dTFmdHBOYlZsMzlYNkdIWnRmdGd6Q0ZHb1B0aFhQM1lUM0FmZmNCOE9md21nRTcxTnY5MXZUMkJ4QUkxYVZ2aER1OE8vT3hMYWMvVkc3SFQzV2xJNit5emYzRm00bGRBdEVERTFUdUwzMTFrWXY5b01LaFp3OFlhMVlQMitNQnErTmp6d05wV1ZSR2RObXl3OWM2N0R1QUcvNy9MdUtocUFVV2Zham5TNXB2TkRta3RCYkZjQWtsZjlPVm9qeHRRZEhrcGdmU3RqMHk1Rm1yRm1IbFRxQjVOclJaVjdEa3lJUTNoNFlPc2wyMWtsUDAwTVNvR3F6eStuWWYwL2FHdFB3WTdxNS96Z1dBZ3lIL3dub3NXTjVCZ0FGT0JRZTNNTGhyb1RPRjB0bWFqY0t2ME9JM3g1SStoTHNXLy9ZU25ORjRJU2VZN1Jjckk2Wkl2WFpKd05JZHJOU3YxVDdjdjhjcDZlSHMrTjlpVHZHY3hscWFua0NBcDIwblA1YjZYUk9mV0ZiSCtYaHMrZkFqK1ZUS2g1bmVleUVGVXF4WENCVzJXTGNYdnlBMEJNaytvQTczdEdESnZPNTFVbmpEQUhOckFTQmVJQmdNTmJMSExBVTA4RmpINmJIOG1pR016c2twVE1MNmhJbTQ5SGF6eVg0OVp0WUF4Q3hqN0p5dTgxbExnS2lIMVdOczdnMGRzWjdLSXBacXhGVVcyWGVhKzdDNjNaeGdyRjdrdGZia0I0aWZ5VTNQNDJNWEl0VXdhNW1pcVdFWDAxM0dWSGk4NEVnNFhYUXVMWWsvTWpaOEtXNEhnc0tOQTZPMGZCcTAveTZjK0NyeVdIRjdLQ3lUZGN1bFR5R2VXSUkrS1QxNHZFcnRuZytQeTJyczB5dFZxbTdqWEFmd2p4N1Rtd01kem1RQ0NVYnZ2d21lSHhwRDVxZ2NwaHpFb1FwZmFESDB2WWN6cWtkdXl3aDZYdTRVWWt6QVErdDlyWjQ3dy9qMzh3czVvbEZzVkdlQjZHWEFqK2d6czJDYWc0NXNtWDhOWjFKdklYUkVMWXhEbWlna1N5OFNqekFTTTdQRStUc2NlZi9Ya1NURlVEQzZmaFpEekpSK01DdHFPNHJTOE1zL1grM29EWjJvVktxS0l4MWh5TXltSnNpbHREeEZkTWxNUXpxTXYrZTdNZVl1QjkwVlMyaThvTDNFcGNvZXh5NGZHekRwNlRaTkwxZWQ4aFE0eUhhRzI5b1VtK0c3bG1GVXlwWjRMV3FrWTJBbHkrVXMwMkZpRC9PcFNEaXFydUNQcVFJcjlYMEd3MHRUWjdTbUJEQ25SSFlVZFdwY2pldjYwd0k5NU5kMzJzVnVqZVdDSnVTVHlTajB1bDJPblNMb21JSTIyOFJ5NHNrNlFKRDMxNW1EMSsrZGkvN1RxNTNFSFZ4cEd5UXR1UUp5WlppckVaYTBTYkJOeEZxV1prUEtmMVh2MFlmYmpJSis2UDJ3Um9BckNyd0xnTk9kRVRjVnFTSC91b28xSU5WaHNzVUdWWmVJMDExWUl6NWIrZHh0azhZeDVmWnhCRTRjWkNveExSRlZQVmFrR0Jha3hXSy9IMFZNRktucW1GZEk4TlYzOU41emtCNWxMalJ2TlBvRFIwOHdsaGNTZ2RTRkxoVU1GR0tjbWxBV0FCV3lnN3Y1Nzgyd2dwOGhLa2ZtZGM2VHRwSlJvYUpmMlJ1enNrbEM0NmNsdW1rMmdIbmgzOFNNVE1Zdm8xZWlORWNiL1lmZytPc2dUMHlQRjBxeWxlcDQ4MytmWWFEZnRKc3RsbTk1MTZjRHNEZ0pMKzlhTWI1TzhjcU4vdXNsM2t4L1BGQWZJNVZVaDlEV2ZQQWhGYmIzeWFzZ0dmbHpLQTJkSy9sWG0wR3huWkdEQU9MNjlFQkM3WndkSzlua2FQT3QyRC9Ga1V5anFHdW05ZGJUcVBpUEF1L0dBVW1ycWIvQi82eVp5a1V6NVJ6OG5HWjFQRDRMdWtqMmNDUWNBTUY4TFVrcm1mZ3ltWWZIV2x0Ujl3dlFsVFB1OVFBb1VKZkU4STkwRWxSS2ZqazM3VE55Y2ZLZThtdXRzTlNjcGEzM3JQdmYvNkJHTzRRclZuVnNPSEZoM1pJR2NpVkRNc0YwdXh2N3FBazM2TEhtT0xVNC9BWTh1ZFlETzlMb3pyN3BVMjl3M3JQeGdyeFljSFl5TGtBSVlOZWtuSXYvSXNVUC9mK243SWEzMjA5L2hHeEZlbDA4NjV4elA1ZEpVcHhvYndQZVlqM3dHeXRwQy9wbGlYaU5SYVpIRERkanRzNC83OWRWdC9kVkpPNGIrWUZva3Zic2d2eHl5NE1iY2x0TThMNWROY0hUZ1MwNFZ3QUdndFMzc0krNUZ1L3lxUi9MaGIwSlR0ZTZpQkZFcWlFK1JNRFlCd3hpcmtNaWhvVmUwUmluOElWZFoyN2pmRmFKUXpuMHNxcFRWWEk2Vkk4UjA2ZG9Fd0xoeXJrSGpWa3IvYkVNOERDczgvL0M3bVo3Y09nTmR4dnUraERyeU9pcDUyeHo3alQ0T0ZQRnU1UUlxY0I0RG5DeHB4cjllWS9vd1o0SkIzQmkvRUszUGpxS2p2UkxuSkxPOHpNc0J5MHFPNlVVdVl4SWFVLzhidHdGZ3JENXY1aXM2eTdTZmpCdDZReWRVMTk5MXg2a2dGcW1tU2FtMmRKTmhHL2xkK29GQ0xwd080cFV6UGIvNnZyVmkxM05NbituSWFwZWE3UzRaVVlDeGZWcUhPYTFybm5URDZZTzcvODNxbUE1T01OU0w0Z214WStHNXA4WlZZeHc2WXBSaXpWaE5EdC8wQlpHdUxqUWhwcWptQ0hWVldxZlA5U1NSa3B1OUFHSnRQOWNIR0x4RGsvUE1TVFdIVDFUS1dnSE4yRHlWSSsyZ2RoR0F4QnJFQngyVkw5RHJkRms2NjN6TEhqWkJ0d1Exa214L2dvQXcyazFKUXJyWnEyUTZFODhtNm94Q1RoNUw3T3BsTXU3Nkdnd1A3V1NmajNNTzg5R2hRWWF4ZjZkcjNWUE15L09MLzVld0xnbFM2TC90cFRETnN5M3E4QlhxWEdJWHdIcmtxamtrNkFLRDcxYmhnOFVQUy85TGRWSXFOWjlPNEpBRzR3R2dmTzk2Wi8vUHoyVVRQMDhYYXNKdnhxbjJMYXJybnowZHRhVzZ1RFVMNTNqRFhZblg5SWMwRW05L0pZU3d3ZDJuSTVqMGRlVEpJblo3N1VKQ3pjMU4zQi9QOWZlNVpYZjVpSE5NNDgrTTIrTzhsUnYyQ1V6ZUE4aEt5SStZTUtGSVc5ck02VEsyTFhxNnFzL0pFbW95U3BiaWFCYmU4bWtaVnIvcm9oZ05SdGQ1a2tVOGNBUmVNWkswcnhMNVhtRElxTXdYbWl2RU9qdlZUVnRVRUl3cVc1ZUJwMXg2K2QzZ2ZDNEppR0RQVHA1MW5iS3hSSGpSejNpRFhXN3JxMStpTTZGRWVGM2gzNmZDakp6a2VNV28zMHdMUzFENUxISTBtS21SZEpiVUFEODNtcWZ3TkZSWjQ2K0d2N3FMWC9nRnpQZGhoeHdMSGdGS1p4NU1IYnpFVGFSYTh1Z29aVDNlamhCNERkZ011d21oU2dXcTI3QlJ6WHU1YXlGcGdacC9saTVJenJKdUl3Q2NvWTJ2RnE2RWphY1MzNThmYTMrSkRsRnRlem9Dak9Lc2lYUGJtSDE4NjdaUlpMeUhtL2VpbUJLYWh3Y2laMDBRMStZcXBFZ1NLRUdBTmQ4bnpNbi9EZ3dickxZS0RSSVJwTWR0My9YSW12ZTlHdmJYaGRCcGI0R2F4RkpYaE1aT0xiWldUMjNjVVlHb0k3NmN3ekErYjdmQzZVbzBaMkxINDNyK1dkZFNidEhPTU03eFJpVVZPMlhDajZyM3A2MHkwME4rV0x1YkNrSWNlL0hwN000bGFBSVdIWXZ6U3p4MytjL2JNUzJhakhKVGJFRjhlZm4wb3F3V2QvYzFPWjBTS010ZWFQczIxZGFmbEFNakpmb29VckF4Q2ZiUkp2WEZyakVqUUdiNFkxNDc5N3VEZ3pmcWkzQXlxMk4rMkVLVGNZWWN1R0ZlZFo4dHVNa3hiL1llMUcwQkJDWjN6RjJOY3FrWlJCNDN1OWNVekNRd0poczlIYXlOSEg1RkNCeHNLUDJSSHU1NW5ZT2NVQ2IyTXByYkxSQ0FFNEROTTFqRXYvcm5vMmdYdHdHUWJsa1BVYUV2aGEzSzNwZHJGcGFaRkhaa3MrRXk5bEdQeFg5dXZOQ2ZjTWkxSUFQb3BkZGxxeVVZRGJLQktIUDQrcHl6NWdxbnFIZmlkVjJtQVNwMysxTENjcDNJdWJFb2o3dWFMYU96TTI1MnYya2hRZytncWdQcGpEZmRaNlhjNTl5ZXJQRnhsYzU2R0FneHA4ajNUbmZUdEFxeDhxTjJ0THZvQ2pySW42RVBWWmE2NE44b1NST2lZSDNZV2RwUGZlWlBGd0VPUmxWKzJPWnBLZGs3NW5CRlVzazA4alF2b0xBaEF1TGg2QUpEWWMycTI2cnZyaGNMNUFCNzVJZXg0bW5mMnk3RFVWT1VVSTg5SXlGMUlkclNHc0dhTHpKZVNZWVZLeDhsSlRRbmNJeTF0bW9aa01na1VoKzI4NXlMb3RTWmZPQ1VZNDNVejY3V25WMWZ1OFR6QTFSOHdyMUtYN1U5TDlRWmM4dG5CaUZwUTFWWWN6Q0hKYmg3ZVdjcVpLaUNQUkhhVGIwVjM4NFc3WTQwQTZsMlJlcHhoc1BBYk5LU216N3BqUXpVcWJLbEdMZTd6OWhtV2M0ZHVLWlJra2tWZkdFRThrNGhpQjg0U0RRQ1IrdHZZT083d0YvZlpLeXdHTFhPS3NwTUpTZzArV1llSVl2VGl6UjdkOTRaZlE3bUF4bGRXNXRNRnZhTkVtUGpEc2I3d2M5MStGTWV4TjFMaUdqM1ZoOWNSTklHVGxRS2tKY0luVTZ3bExOL1FRS3VkK3VZTnU3NHdybGdieXBNMjdDSUhsY25RWDJLNXFCbEs4OFE4ZE1QbVE1S0c3KzBqNEJnc1NoTGJFbXpXMk93amdFOG9sazNnSmV5emFyQitIVmpveHp6UFVNTHNQaEs4U2lVK0RlSFVyTkxSNkNjRXl0SDBtRUhUK1h2SUdQbDFUSzQxVEVnL29mbUZrNkpncXlvcXdhSUVxNjdxa3VydDZtQUtWY3RMYTVFNmVMMm1MaGY3Sitnb3ZXY3I4Q0drTFR1MUpoTU1MekJsTCtpd2VHK1VyMGVFMk1HaGJENGR6V3cxaldMTFRDNnJmRTBaMTh2NDFlZUF1TXprMzVKLzNvOWpBNW8vTTdVNE5ZK3FVN1Z1VWQxMlBBMVE3Y0p2K0swWGNNWnFodC9JU2NTL2h3QjN1MEQ0a2U0ZUhjeTdiWUJ5WEhCNlUzbk50NnQ5WmFwKzBFdzg1TGo0WnZNcncxT3YxbW81eG9yVk9KUEgwdlBkSGxDQTFBamhaODJRYkJZdjRhUExrTFltbUxvazlEb2tDakhhS3F0R1JHckJibCs0ZjdabGxFSDlNNmd3SEkvYTBiMzIyRjN5ejA0dUQrS0RrdnRyQmpBaTdYZFRuQkFkYTRYL3FuUDI4Wmx6VHdjVktXVkpiTXFnZnJuRnBHUjQ3bWZnd3F2WUxRbmM2TXRIRlRDWURNOE03ckZ2ZnpnRlhlOXc0eDRhZC85ckJpYk5PMWRwK0U2bkdaVUVIeURWbnFSQXZpcmdNRG8yRkh1NmpyRURHeWtuRnNIUmxqQUlneWFnUzl5VWVyTEs3SCswMUd5T3ZoQi92UjBmSlBTdVcrMGwwS2xHMlhEOWRpbktvRkpBT2srcDZsZGFLeUE5T1hWa2tKYlphSW94SXovY2ljakdFOHhDV3R0MlZjeHRkYWpPUnBXd3FrTlFNSytBYVE5cW9pUXFtOThrb0YzRGFST1QwSWMzT3FYcDRzQ3pGMTBTb0U1dHpmWXBzcWVoZUVpbzlkSUIvbFlWT0llZ3ZSOVVKQmZkVzI0blc1UUVBMURLY21HemMyRnltM2tNcEY2OUdEM29xcGlhREhPa3hPT0RkUVNUeXBXQUJ2YW5wd1JMdnRud0ZTSEZnSGtGbDdMVFpKSUMwR0pzRUlZbTB6ODU0OFFKTDNIa3pZUlQzOWF3czkxemQ2V3ZQZHlDRHRVVUIyK3czK2svMjRITTBQU3kwT2hFbVpLWDV3TXUrM1FWK3E0R3MrMmMrT1RvaU1PWVVzbWtjNFlTOEVWZW5IYVdpTlNKVlhjTlhQZDcyZHRWTTZDS3lHZWRWUXdEbWgwbS9rSm9QQVBqMk1POWZrQ0V6a0dNZjZqTFlvL0IzZDZjelQ4UDZENGlTZ3JiTStnZ1Q3bHIwaGhIbUhHSWxEUVM4M3ZvS3VidEtTeG5Udkh2V2RUTUV1aEZZSFV5Vjc3SVZ2V2JTTmtDcHNhMHQrRk4zeDRSU3dtN3pJaDlhUnQ3SzhucnB6TGovRTZrY2kwZDE3b1puVXptRkVoVkVmR3J6Uzh0U3ZTc2RPTVRXSFgxd0hmV2ZodTV2ZFVhdUlrbkcyUlV2bXVaenhHVngveVRYc2JWczdjKzlLYy9qd01HUUJWcjRwK05EZUVTKy9xOVVXSitUQ1V5eWpBK2dVa2R2aUZQcDM2VWo2UExEZHprSVRCcDI5aEpjZkFqQ3YxRi9KVzlqaVp5QzB2andpVFRVdGk4dWovYUtwRTlURlFyNmFCYXIzbnRnSzg5TStlSjgydnRFNzZPZ2JrNlg5ajFCRmdTWkh5aEV4bW9zazBwMXhQSWJIV2dNMXJpQnZZU3gzR091YmFZNi9VZ2VpeUh6czhRSGE3QlZxRUY2VkpSSG4yOFR0STRZSFpaeHNZeDd3dGhXamN3cnlRdVM3cWVRdHltTVFrdU1LaFRMeVhUbHVPYUUzQ2ExOXVwZzBONjM3VllXMmkrZ2I4a1RBOFpHeUtjY0lBZnc5a21oR0t6c2hxWlE1TGdsOHJocWY0WDRiVndZclIvYkFkTTlxaXZZcGtkK3EyRy9FWDk3eG5OU1hWZ0xTYjhDeHJrS2E1VHlIVzY3aU5XU2JhS1JkUGk0bmtiU2xEd0xoRnhxR1ZVSjdWdlZDckI5OUgxOWtRcHZZcjNtYlR5bTQxU2NHRFg4T3JNbkFoem9XV000amVRUHhOSktRN1RzV2tVaGE3SmVkc1RuemdiSjgwZmJHMjF1VHJBdlp2dmxQZ2pxZGNkWW4xSkc2RlRCMGptVmNYWHV5OWFvZk1ZZGo2Nmt0Z0lnVjRvOWJQUTV4MnhPQVpacE5aNUlnclNXTGtsYjFKU2FaOGpRYlEreUkxYUhYRWRkclE5VEIxZkdhSnJXWVFSV2U1V25HV1RTUlByMmpUMGZVNXJEdWNCWkw5ZnN4K1Z6NW5aK05VUk9EQjNXMHlSTVNNdG8wOXdqQkRRZzFyNVo1Qmc2WmRwRUtBQXlBSTRONmc4NC83T2VHclNHV2RWNGRmUkpzZGxSc0hkUDlZaFhUeVdJSS94R0Z4NEYvTUt0SlZQcXVuYXZLZlJZNjd2WmxhT2QybTdBamFSQkthSlQrcDdYMHN2cUhyM1dSZU1XeXEzQVE4eHNPY1cwZG5QNHBrRjVjcVh1Z3dHSUtHbVp2QmsxcEdrZCtPZVVxUUFsUjNMMFRyWE9iMFpac0xFZldpY0FlaStjNTZhZlFpeEZLa1IxbnBYUlZiMGFvZDV2bCtYTmhNZTZsZ0RTaU0vUVBUOERYaDhNbkYxMnlEdDlBNkQzWlZyaUZyN3Njd0M1ZlpsaEpnSEQ1RlhnK3pwa1h2MnlLVHRSRGtmb2wzck5pS3Fza2EyenhDeWVmdTIwUVVjaCtUaC94N1FVK0ZFV3lwWVdNQXZ2MFNhSkV2R3hrZnhLdlpTUE5FNFlHUzRLb2djUXB4dTBOYXY5ZUpzS2E3ZDA1T04vRzJTMSs1ais2WjBmNjNReDZULytOSWJoa1ZTWEpPekYwM1JUMEZwRERsdllyT2kzcFpwdFVJMElNVGVaaGFCaWs3Z1RLRHhMTXJwYlFhQklxcWE5bThJcHJvdnJQMEhsRDdUWE5YL0V1VEI1em1IU0hnU1NHMFlvazRYaHlEdm9TUkFNVFd6N2NTTU05aS9uL1h5OFd2RkZZOWpYR0gwMUxvRXRBbWZacExIMFdIR2kyRkpOVHVmTGdSNkFvN1ZIUWpSWFVwTmFTVEIzVTE3UDVqTVU0UWpUdnpPYmJTVzVEc1psUnVrWTh3ZXAwR0ExSWpDNTc2VGV3VERGWDFwU2d1OVU1Q004QVB1VFE4Q21hQUZ1THlmODUxMWFCNG03M2VpelVsdFgyTDBlN2l5OW5tSEZpZjRGZ2JpdHMrZEdYT1FaV2JqRjU0NzArL1Erc0ErWEtPZDRwSGp1VXlWMTJoUzdLcUEyUWVXellxaVBKUjNwRDZZMzl1RlZXMnpobFg0NTRyR0xyUC9ZQ1l2QWxmQjRodFdjZFRWTHpBNXVYaC84cnRPbTFXNXJjazNGVjhZNXZmbVliaWU1RUtidVE3U3UzUk4zNVJXb0YwcWlmaWphRGREdWdwQlZmdkJhYldXVndHZzZNODhzdTZQUTN5bVkwOTkxVGxxbkpSYVM3bWx2dE52ZTU1VVFrOVNZa3RnK1RFTU02MnNlOW1OWGJzUnBqamlYVGhmc3NOeFE3T0t1Y3BhSC9pZnp4VHRLZXBvalludmt0UDhub2dudnNRZkNUSGVQMUltMThaY0R6eWdObzZIeFZSWjRJenMxYjlZRkFTSHlVV0lsbS9lSHlvSFZrYnh1YUNzamNrVmxVbEFYYWttdWhXb0RGQ1lNbHdEbWUyVUNzK3VVNmxkdU12RFRpWW1WMmhCNHhqbHFFVUNzUlRveTVraUZpWkNyRU1TVHE2THZ3OHpGYVRDMzFuTDJLbnIxbllZV3Rtdm80dTRyTW9sZklxQ2VtQ3d6YUVHN3g3U1I1Yjd3NEdmZ0pwTlIySmNVMW8zQTZ3VnM0empGclpkeWJ0dWVkekJnWnV0L3VNN1lHanluSkFOV2dRbzVhd3g3eTdJM0REQ2JkN3Vqb3oyMXBUazlJVWloaFRFcFFTWlZyL29hdGMrOTM5bjhKR1EwZnY4NHh3a0VCTzg5YWM5M0wzZlFiekFBTUpGaUNaQjc3a0NtY2hqWGMyajYwOW9VMzBYekNkdG9SbmNRa1pIcktJOENWbE5ja1cxRkRnaFZpL244NXB1Uzl4VVJEOGlYdDNFdDBxaFBYUGtreHB0QjRnV1I4Mm10MTA3ZWZLeE56OXlvODl3aExIV0ZXc1lWbjBEZ2pTOE9lblU4TkNKdWZ0QW13Vjd6OXBRSzF5VEZtdDZZWk5uSDE3MUlNdERmVG1Eem9wK3Mwalh6d3kzZ2V2WGFQQmhEZWdNM3lQVjZxcTJHTFFSajR6Q0VQc3hmWXNBakNnM1RxTTBDUWhUUHVWWW53akY1a0xtTDd4R1pPMkJjSEo1U0pRellkRDkxSFZOYWMrRFRlVDY4Z1lFazcvY3MzMDdXQUUyL2Y5eHI3M0Y5ZzVhR2pjWE0vUzhmR3VUQzFIMUNScGVESEsxbGlXL3lPQ1ozbThudFNqbnEzdFN2T2NHd2MxeGhVUFVtNk41YUF2cnp4Rm84NGpTMTBUa3grdEtQUFdOSWhCb2NPTHdwSmcvdE0xaklSMllYaEdDMmxRRWs1c21ZUFdjckJsRHF3cnBLaU5wakZMVHc1UyttYVliRnF5ZzdhNDVTd0FhSTV6bHdtOEFDakUrTFpjRk11a3o2L0dVajJVK1dqRkVVdlBmKys1alRETjFwaWVxV1RVZ1ZvTklYNFJubVIrWGVSS01kM0NjUzlZWXpFSVdJY2czWEc5ZXluL0tkdDFSMFZ2eGtyTlk5S08vUitEcG1JZXk2elhWSCthR0c2YXhOZjFJd1JHREU1ZjZrZWhHVllzRzJibEZJM3pxUkVVaGV5S05Ja0FDUDJ3ekRvTTVFQWN6QzMxQ04wSjJYd09xSWd1Q3lDekd6MzBnSktZZXYrQjh1bEFDaVZJdzFTTy9JUmJ4eHFqVWdUT1ZMcklGeGZyM0pyWElvQkV5dEVueWVIOFBpL0dtQzZ3bFNQMkRYZUNlNUlJdm5GL0ZXUmZkQTRJdGlweVdVejlzelNiOVFMWVBRRU1zZ3V4YjZCc3BKSFVzZGtHWmZSR0JxVFQ1TXNFQ0hlck9TeDRFSlN6YkpFTFhvbkVLRnArNEtuOWdPQndjNTZtTTdiaXdzU2UreVR3eVF3Wk91ZVZWMlNvUFhtZzc2endiN2hqb0RaWW1GL3NWdzgzQkJIdnJIcElXRTUyVnU5N3g3OGROZEhha1ExdzJwTldRbWIwNHYrTDNINWdtV1dwQncyQTF3czJUOVc1RU96U1BnNXF2L2k0VGF6SEduZGFkZCtuR1dBK3FVZ2VaVVgzcnZTbC91WEJsVmpITlprcExvd0psRElUNy82UVJwOS9NQzZOS0FVVXM1OUUzSUJiK3JPcVdDK0xKR295M0lvWnI5a3g2cW9JWGdjenh6eHBYV0MyQ2hxM0Uvb3FRYVhzTVI4SlpNWE9FTUtYa2dSVjJDL0p6blFsR1RkZStVOXl0YWIvVHRQL3BnMVpMQTZ5S2RVaFo2L0l6WnZpeHpUbm81ZGo5N1BvbHJsODVDNWtFSHlXU1ZtN3dkUUVIQWM5STJ1NkhzeHFRSVZOaU5kbmpqMjBpUWVQNnpFcUM4dHRKNUdncThKMzJ1NFV3UFN2Y1Y0emI0NTJtckMrYkJ1a1JSMVhFdUo0ekMvTndoSWdHend2K0VDemVSQWc0VnhSbjN5d2lHTVZlYXpUZVFwUnhnaE9vVDNrSzhvZ2NvZXlZL1oyc05kUk5LM0tiQSsva052WktJa215S3lKY1dIS0lkUW44WVlkSGFzY3R3cjRLTlRhdVZGZHpQanI2MmdwYWgwbCtLUUhJUVBLSUpnSFFyeUp6UXNWOFZqdWlJc3lEVWxueUpId0dzSW5JczB0RVdxOXIxUG9oZ09mRW9IRnIxbkhnTUUzUC9MUS95Uk9sVDdKWUJLZ0NUUkMveTNRS0gzcDRRRkZvWUNFVzhWK1BPQmxtdWVFajJTQWlRcXl3ZU14d21XM3hHWDZEZHp5a2FONThLQWRZQjl0YlMzUDhaVnU2bFJNMWtSOFBKQVB2QlRMVm1kZTM4R3ZJM2pUalpYODJtaXRDRUQwWk5KbUpPN3RMNS92MnMyK0pIdjRkSUhPTGJuZXVJTldlb2lQMHFkTk5JdDVOMUVyVWI4TllaRGhqRG00ajE0aDlFcnRyL29ZN09nN0lSdTBoWDRjeXplR0p5NTJWenZFR2Z6WndyckU4ZkozdVA4TC9hZkJsMGF1NmtrVDBLMmorZGs2bzhPbm9mdVUzNWUyMXRpdVZsOXhpYWlEeEVqS3NTZEM0S2ZjSkgyRldaMlZxT1BLa0I5MFlLMkkwcDRydTRyNlo1S2pxWGtpcFNUME5PM0sxNTRYamp2TTRpVkpyN1JEZ0VVUEd1OHFUMlJsZ2ZwNHYyYmVIKzBRY2JjVE5PVTlKSUt5aDNvNjluaVAvZHcxT2R5S1QyRUhadUpqVDMxcjM2ZmtwM0FUSnRDeTdzd0hrU0R6ekhmSEFZcGs5VktmMHptVkVZeUZJS1ZpTTBXRktsSjIweVU2WUh0bisvTzNlM1VLRTBMeERIdHpJektSN0VsUFcxZXYyMFZVTUw4UFNFb2tQUFN6dkdpV0NweXJmNjJ4WDV4Ui9rb3dxb2Z2djBWajVOdlowaEdTWUgzZjdsVEN4VXhDSU5OQVVNZHpYdGJlM2doZmdOYlJWT3hoblZMak0vN1U1M29TV1RvdWY3MmFweTV0NHMxenVOa3ZMWlRWNzJ5d1cvTzVpTFJPeXFnN2xrUHpWVnRHLzBmN1FsS0x1c3VMeG5CaVdTNEdadlJjYTl0K0EvQmF4T2FrSDROT3cyUkVtb2gvaGtrYTZKR0owbDR1NUY2YmZjdWNoR0VUTHJJTEd6YVJ3T3daNHJKeWtaNjdjMlhPM3lKZFg1bWk2RHUyaWdjMHBlUzFBK1hJTmpEMldLdS9KTzI1bG1TNW9YVHlFWVVCRUJkWGVGTEJiREcrTUtxUEhDZjBGdzZZayt3a204ZUd1VXJLZFNMZTZDeER1aFAwMTJqZ2VWZXlKeEVZSW1tcXZ6bkpvVnlETnpDd3IrRU05VEEzbFZ2SUh1NGJPakNyaHk5L2VJcXNhbnZHV09QUGZBT1pVYVVwVndlcm8xTlZtWDNPbmkwTGxZZ0tXMnh4ZTRuNHFQT0hVUjRyWU5rNVNtUElBUDE0TlVkK1kwK0J0RVoxVXQxbnQrZmt2LzRyc1V3bE56eEZXSjY0TUp1MVQzVWYwdlBWRnlLYUFZKzdoT3dPRVovRENGdEhBQUhBb3pOVmJPMWlldGNzb1Z5RXp6djgvKytOK3ZSNFJXNVByUWVraExMMlV2K3pCLzFEMmY2NzBkUlIxRGhVb3FtRGxlb2w1Y1F5SXp6Qk0vWUJRaGhKQnVMb1R5WDJhbkJSbkg3c0ZTbGVmTFh1ZzRQZXptVFhCYkV3MDA2OXd1emR2aEpsUndIY3hTNDdObDBRVTBhZ1pKV00xNURYcGJnS3ZFbENnSnhFR3FxNUMyOW14TExranVzOFBXa0NYZ0svdndnNDg0YkVKeEZjQ01Sc0pQZHA4WFo5aTJ0eXk1Y0JnVVJHTXBxM0M1L2pDSEloTTdmZTlPZ0lCZGNyTVpid09qNW9WcklJYStPclNmU3hqcTMvRFNyN2dnQTNuQ3hVSkhUMGd6T05yaE5xTHZtRldrblRwWFc3Uys5eGdZRUMyRmJ3ZXBteWhFSkJjNExKNVRCS0IyOUtyK3h0V2M4NzdSSm95TmdaZlpTMno2YXhIaXdDVno4Z1QwUTRzaEkrdXVxM2ZqdlN1SHFWZ2xyd3A3RE1MeE91S1Z1Z0t0ajB3bkpyTzNRaGRxVVNDNFUySmRqUTgvTG9WT2xQVUwrNzZ2blpBS3kvdUphOG0xWGtOSWwzNzBCa1A0WUtYNU12V3YvdU5zNk9LRjREbUczNHlhNGZSdzBRcUs3V3EwTjI5d2dYMUgzYzlyYlVIVXZ1ZmF1UVlZWS91aENzdWxqMWZ1bFVGaTF3eEJidWpwZ2QvV2FCUmNJUzA2RlZldFF1ZUhQOVdSWmphSmRvM0FWSG1BME13VlJDWTNLQnRscUdEMi9abkFkVHBRTklEb1pqUTRId1dNSEFOUEJWb29RVTY5ZGpuczI2UkF4aXEwSy8wNk8rZm5LY1k1dkRORnQydXhlTllQT3owbjZMSzA3VGo3TVppYndwL0JjSkticllGRnBQMVBvL2swN05FQ3k4T0p3TG41dzJrYVhnS2FySHBkdDNRTEdGOElxTnU0Kys2KzBwVytUVUxkalJqM0c1aFdMSGQ3b2JYYTlDMCtiWDhhY3pxTnpGMi9ib2tGNFdheXBBZWJ0WFh2d3dYQjg0Nm1YMW42TG5JQjBoODYxc3Y2eHZPeEJkR3I5SGF5NlZpbmVGS05BdkliRFZNRVNHRksvWE0vejFRK2JKalg4N2VEZEsyMGxpNXNvN25mdzZKaHhJME5mSmdoOGJGNmh0Mzcrd0VGcExqWFc0TE1pQ1pKRnNlamVMRy9panpUbGZWSVh0UjVId3Z2ZUJPTjhqV3VRWHJLQTJnTnJIRUo0QXZQWkZIYlMweFIwMkl2WlNLNmdTbHZvVEYzMlBBcDFmZDBXUEoxTWR6ZUkzcVVMRE0wUkp4WU5LQndTTmdUU3hSUVNNMHVEK1JBSmJudnhsOFVhVFYrZllnc1dQRHlOdjM3d0NVRGxaaU12dGMwUVNJNG81YWQzZUlLS0JiQUM1eVdFMVZlL2xwVmtxU3pwTitkeVJ6ZmI3ZHhPSzNtbjE4Wm1NdnRGaVJmajNpcUI1dGhSWnhRbFFILzlkeEYrZGVyNmtBNUNuemc1WXliRyttSFNzamltTUJid3A0c1RHMm1Bb0Qyb20wdUFrM25Cd01Rd1lDemxybSsyZXVTZ0c4THZWWndsNlkrbFhreW1SSE83SElac0F0NitxZ3ViWERqODZlcHdvTXNUTGV0cUV2R3M1QTQ0Uko4Qk5BYUtqVThDOXlNODBYNWRGMThHQWo0eFJ4Qm81d0hkRnlKaHJoWmxENHE2Z2VGdURBS3ArOHp0OUZUMFl6bmZoeHg4YkpoNnlZTHdOdHVJUGN6bzJWYkNOckVsR01EUHpXcUZscHdzQlpsMjJreERrTGhGTXRDUEtuTW5zS1dmVWZIMWtOa1gyd3NheGtqYjFlSytnRFpVMit3NXY4NGs1bUVkZ2FMUUwwbnBxSkJ1NEY1b2kxOU5rQ0F3YnNMclpWZ2loUU9CYW43Sm9xYnhrOVU0bmtRRmZBNDZRR2ZvVlBkSHBwZmFiZFIzc3pKUUpIN25sK2hDVEtVZytlaTFtVXNaSFl3MXZiK1JjSGw3OENTbHNtaG5rV0UySDk5cUJYdzEzQ3hjYmttUVFqcmhENHIzUlUwWEpzTmllZkN3R29wR3c4RXpoNFhBenk2WHZSdzlDWi9zRE5wTi90dzNVblVsOFNvT1dabGQyMWg5OXhzNmFickxmelFrdjN5TWNOTWYrU3pPbDVHTE9IWTdlcHhkaitSRDdUZVRkWndIaStSNE16RWluNnQvaEVZMURPbVZpaS9udkNGTFRNVFJCRmpURkN3c1hwSktoR3hyQXVOdDhHVDQ0Y1BDTWM5ekJ6b3BoWGpuVWtsZTRLWVlsLzVPMlk0U0xBZ0VsNlRRVDQ0ZjkvOVBtNXFsWktpL0dOOG4xRksxWnljVlZ0V21hRDVhbS8xSG1VcTE4Yk9qTllJUHU2dGw4WHJnN2s2aEpuT1Q4aGdnbG9scFFCeWg1YTdvaEJqS3gzSkNCUGhQYTNpVHFkaUlFdm9pR00vQ1htV1kyR3o5S2Y1bjdSQVk3OFI4Y09EdHdaZzFGSktVYkpqSytCOVJieHNXeUcyY3lreXJmZU44R283bllXNkFxRlpUVldoSnVZemdxMzV4YW9uNVArVXV6alcxd1FkTWpTbEZGTUh3V3VxTWo3UUZ1b2RKMEY0dVlZalNnV2FPa1hEOFgwVnlUQnQxTURjMkJIdkh0bTUvL2tDQ1NLZzlwSHpkYnFRUnVScXp3cFZTRHR1VGh2Q3FjbXBzWFFKdnhZQktyMGVhOVFGM0hjaWdrVTZlUHgrRXpEQTBKcEVKT2IrSDVoNVFKb3RYSVpWUStLMUw4TjdVenp3d2dOandmOURRZ2VYalNGaVBZRmhQdmhkMmR6NmhDNjhGSVVGcXVObU4xeVdSQUZGR0NNaGs0T0dPUk0rdXFuWXhmNm1pVldSTlRrem9QdTN4MHdYWFlZQzlTNnh0bjFZanJ6cDhQdEEvc1U1Ty95UFJJMDNEYnhEZW13WW1UYzVGaUJwWnpFYVRnT01QcVczN25YNjM3QXZkblBDalNaVDdxdXFWUDkvY3JabUFpKzVralB4ZGNDSVZGc1ZYRUNpZzY3QzZDbVJwbjJSMnZtd1RQcDd6NzZkUFhPYWxxeEwrRGl0NVJVUlp1UE5ucnpIdE5JVlFXNW43QkN5Z2FXbkMrMlNrc0s1d1NrbHFsaG1ZeTR5SmVTZjFBTzZwYWtZY3B5UzBQQUhRcmJ3bE40aGdiT1p4bUJCZHV6UmxwUWZxQUE5UlgzbjhDR2dGS0trZUR0NWRTdW5uWXlBR3R3MVJxWExmWmRhMCsyMjEzNm41ck5ZT3JlOVE5eU9HRFcyQ3VaNGxFQmg0Vnl3WUErOVNqcXF3eVhYZnBIWmE2VVlycHhkMTlPYnZHdmQxeUJ3cVZONVlrVE1TZ0FxR0tRTTJ5MW00bGRWMmhJTC9teG9tMmNQUE1CYmQ4Q3grTEc2T3JVYWloWE16b3hCUllnR1pMeURJM2tIbmtBU1VRUXVnMllpQzBJTXMxNXo3ejBNbFc0bitMTUhITEY1Tmh3RzNiYzlHNnFPUSswZDlnYU4xYU1BOGhBeC9VOEYzVXFlZHZNRmdkWWVsaTNJYnNlSDNCWXlubkJ2K3JVUlpsaWRoT2dZMVpueGh6cFl1aGNVTEdyN0dPQ3Q5SUJ6N1dqc3FWa0pBS0hXclRhWjU4aHU4bXFKZXl1bVc3c1htMmtBNjhPdUovdzFGTnJhK25TcEkvYUJhNUsxcWZXR2NSdjNvVGNTNTZxVXJxdzJpSDVDODVNRytPL1p4QXc1OEpERWRJVjc0bjl5cEpaQlV6NmwyaWhQVTRCUnNHeCszU2MwN2UxcFVwRnlhZitJczJwVVpnNHdNSnFqcXpnd2paRy9IMG5iZFlXQ1RZUkFwMmJsMmVnMnYycmdtT2pxZXM2ZTg1WXVPZ2tHaU0vN3lGSXJGTEVlZ1FFWFNjWWsvQi9XQUFjSWlhaUJQeTBXdkMrNDdrWlh1SnFFSy8vYlBPbC9xcGdjRW9oeXlidGo5dXp3aFZQSzFweVBGVndKZm1LYjFHa3FMTXFPT0dsdE1uUHk2VC81eHVsSTFvdmx2NndFMU9yNVRJbzJYRkJSYjRoa2h3OTJPaVU2V1VlZ2NIY09STUFKKzlmOXJUTkZjaENlUkNRU0JuQ2dTL2VZQllZc2hUMExjY0pPT1dnTlZGWGRLVzVlNDNMU3Z0WDNLMWdEdXhnRDAxUzR5NDVwK29rT2o4aTUzSm9EaXpnVUh2aDFmUnF4TE1rVVBaUnZ2U1hNd1c2K1lLVUl2RjBuZkRBMklHY2wzS1lhRWd4WVhqcnMweVNjL1ZQNXJpMVpRVXh0UXBPakp3eXRmOURpSFlWRk9mZXBMek5Jd2lNU2FscisvUGE4ZkQvcUMxRm5wQlZuS2plelR2enRHbGFrVkxIYzRkUTV2L1lHWVUwbnRIS0FhNW4wT3hFd2hCMmNqTnA2YnNKcWhvWHJ6akVuNTExRUtJaXdROGVaRGFYejBJNUFSblpadCtnZGJMV2dxeWJvVTZla1M3ZkNmUmJUcU5SSU81K3IwaE5zVmRqNkVUaXJjRU5HYUkzWTQ0Y3VDb1k2VkpPMjA2SUxkYkp4RG1mOGJvdjhNUW5xMlI1N216UEVvSWU2cUJmZlhoTCs5K3U1MWtoYUw0bjF4K2Z0Y1FMY05ZZTRHT3pvSVI0VHJuNVhtU0JSNmMzTUF3eGtPbndRcmw4aDcyQ0pkd1puYVFRMjB2Q3E3VGJ0ekVONmJxenpEeHdSQlRZMDNNRkJUUFNTbm1VWUYrRGpBZVMzNHluR0JES3JIdEZrMWpPcC9LdElPTklmYlhJQ3lsTkdWT0dxUkJlWlY5UjZSWFpGenVZbUpJbW9RemhCMGUvaGw2NWRLbzh1a2tEU01tSVRPdXUxcC9ieHhEOS9mZVBuVGRoME8zakpXQ25GNHQxYzlHcDFRdGhOL0EreVAxMDJkc1RNSENiSWM2SGkwSzQwT0dPVUc1NVZqMURWZFJ3SU1ZZUxCN0l5K2RJbWJqYWdnc2swV0hDbUk4OExKc3lXMDNoeGpteU9NS3BMNy82ZDZQVmNZM1RLS1VDN09qdlhMVDQySHRyWDFLVzRHTjVuV205U1RlcmdCVFdic2tscnY4eElBWmRETFNmSGZUYWZBbW5EWWdPMFZiajB3Yi9mdzB5Y2xIVGh4RzBVc3ZTRDhqYzhudEE1UFNzUnhqL0Z2a2tveDBxdmY5ekEvOTBnVWU4SjFIYzBvMUpLTWNIS2tPb00vajE1eTA2cWFvV0NqYm5obDFEUEtXenJYTVYzd0Uzc3EzQ3k4YkZ4QU1sYTI3aXNncy8wWGJXZTJJNlZjQ1hVTnR4RDJYUFJwQXk1ZEN4SGs0Wm01NzIxMkZPYjJHU1dhL2xYcVVOcUtZaGk0SEtrSVl4L211NlVlS3BwSzlLaU5kZ0lvd0R3S01OTERNSnJ5STg0OHgrOEJISkJPOFgzZ28ycFRkL2RwNFBJcEdNSVZTZzNYVDRFbjhQZ052ZmxsYXpwMkVPZzY3aG15ZjQveXRkMGppS0wyaGlGdEErL3dEbUNHaTFGSEtzSmJPeFpHd3p4S1FsR2VtQ0hJKy9MS1dBTlB5SkRKQmt0QzBpMWZYQTFxVExGTGl4dW9qcXMyU1djQmR1Tm1WMVdSQXlkTktoRVNIYldvbmt0MUFuY29mZTRBZ0ZScGZyWGdiVmVFVi9LZWVSLytkZ0tZdnFDdExqcXZ5VzEyaHNGK3RjbFlXZk5GNkxGL25rZjBwd2pYREoxcHRjaEkxNmhlR01iM3hpODAvNXlXek1sR25nUzQrMEtraTZ0NnVxdjZsemttYlZkMWZyd3MvbXF2QnhxbGZSVnNJZUdaRHRZdk5BU3IrNldQRWJMTnlJWEd4VWQ2NjBSRk1oZ3AzcFhQZkkyd3lrZ2dMUTZCRzZnQ1hvOXNTd014b2U5Y1VlRkdndE5NdVJ3b3ZBRGlxNTVKeGJTM1J1Z3RMV2Qyd25QcUtteGlmc21jUDRnSUU2N0xLbHkyTE1QK1pCY255MzJ2RTFoWDIySERDSFhkKzJ4VE5odEorQmJ4anI2WWhhRFduQmJDWjlCOE80SGNLNkQ1ZG4vL3RzTzhKYy8yajJmKzhvN0ZBS0dWZnRuY3U5QmErYnhxOWtVWkNLZVo3ajdEYjc3aCtzTFdGdjhoQ3ZlYlRwdXI4MExBOUZRSGZYK3NoUFQrYzl6Y1NlaEhwcDMzZVBEdDhmcXg0eS9iRkRYdVJQTFY3L2dCM25XcWdkMTkyVE5sd1JhSHJ2a3dscDdRSTNvaGNiNXlJWXpnbEl5aTgxbFdiQmV0NC9ScmZEZmE4TXBOb28wenRxUlBZamJNNzBCRUpOeFZHRXpDOTlQenU5NlNteU1UVU8vNHBra0xkdzFTMDFHWWpKYmtFMHZGK1hHTG10b29yWGJxaDAyMSs2MVUvY1djc3lDVlJSbEdkT1IzWkluQmw4ZjFHb3cyYVYrc1RyZ3VlUlFqZXBwTjRVU25ZUVdJblZVcm1keUsxTFM5eVR3VXdWN3FmQjBDOUczdnlLU3NDUDdXTHMyTHpFS3VkZGZIZFlzcEJMbXVtTnJEOVRqVWVnbXlRa2VTTGFYK09ncjRMZ0dZakVpVDhVR1ZUcUxFd21QZjZIcWhqbzhCWGM0TmRSKzloaWlIZFVDRDJ1UDBWZGRxaU8vaUZLSFNpN1ZjRi9CL2hhREQ2dTVwY3hEZWp0TFM4OXR5enIyajJuZHV1YXVKckM2V3ZveVZyL2FJaTdFRzEyVmxCY1hVN3dISDUrVXJQTmxZRnlPSUx6d2RyZmpnYldhaC8yOGp4eHRvV0JmNTFKMnBWd3lIZFRmK0ZsTS9adXdPWXc1Z2lLVVd2YUxGZnBjL04yUkVZM2RncnlPVGc0V3B1TzFiOVloVVo3Q01UV21raXVRVG05OG0wMTRmTTdaSzFkbVJJQ2R2N0lLdGkwWW9lSURRTHdCUWRhaU9VdlpzOFBZM2Q5NFlaYVR3RGJrd1hTTTRhZDc3dVFIZzhBVWIyK1MzV2M5MkFHUUh6cHV5QTVtN3E4ajdXYit4TTdnRlhpUGlzQmE0Q1Evczg5ckRLK0o2b1ZOUlNWbG12NHp1ajR3SjVhN0pDcWhWcy8vL1lMS3VySFZpVFordkRmQUZiUEtFNnVNUjQvMGsva3hpdnVJVGdUVTIwQjRtS3NDeHVnVEJpMWlqcEVsdVNySkh2QnNXVzYvanlpWXBzTThXZVFjbTZ2SUNQTjNsODNaejBnWUh0cStKTk9UemMyRVl4ajhKNHhKcVZDcmd5U1lzUHZkcGRLS0pSS3kvR2ZKaVUvRFNwcVR6cElwMzFrbVJhUHFQUCtQdzlSUWkzd0ZqMGlJY0VSd0NBZlVBYnhyYkJsSG9XRE9YR3FSMGhteE1CK1J0WHZLWUFETzE3TTdWM2R2Zk1sanFSUExOQ1NJZ1VVVU1naGlPbkVyUDhGb0VrOVBIcCtaTVg3dDQ5VDBPdEE4R1J5QkJhL0MvOXQvL2pqVG5mVFY0WUhOOWZKSm5meEJSZndSa3ZKSlg3T2VSMDVOWjNsZGRxMU40QW9BaThvRWFyTnpYNDJmNXBjMklVN203ZkZuclNIYzlLYyswNEYzRFExOG1QY2hzbjJOVkdNazkwR2s4eExnSXVrSDZQaGNNdHdYOFdMbGRmVm9tdDBIaDljZnE4MzFnSS80U1FOUUdXWHIrZzRFVkNhT20zUmhwbitQQXlMUWQrR0UzMXczQjVzK0xPMjZJeDY5NUpEWW5jTmdqSWpYUlQyK3Btc1hVMXBMdU5lbVc0QnVLVjBVY3NidWMzOWtzNlk2MEFDbVpnOWdUN2NKRDhPZ0ExZnpPazJHZFdRanRoelhKT25VU2pEM1g3U1JFTk94UFdSdDRLQVgzQzRYdXQxVjRhdndzVWV2WGJ0Nnc0a0RLQ1RsWHRhV2cyM1dMTEJBeG8rWGJVWWJhY3FwS3ZLbTFOcEtDa2d5L1lnZDJpVS85U0ZnRXQ2a3o3b1gxUVdEclhOQVhBRFRCSGVmalBHMEwzVDcydklXNWZtbGRNckd6SnlOK1V0NUxNR2VhYkdINHhTYnZZanNHQVJpbFk3TWtsQ0lrOXY3RlpYYVdyYnBER3dNV0dRUEdzR2p6SEJSK1g1QzEzS3dwQVJ2TE9XQk9neDN3RXF5WjViSU9sbm1aQ2JYUzAxczI2VFp4KzB5THNrODZEUHByU2g3NVlIZWZiTE1USEwvbDl4SUJVbzJZMGx1TlBKZjRzVkR5ZGgzc25DTURoeEhKSUhHcFplY3NCVXBuUVFGSGpocFBrSWJlTVVTdVVOWHpYRGRNcmxkT3V0OXJMS2xISjlneGc5TXU1QnNLeU5pakFWRHdPQTNDaXd0SGprdHA3M2VzNE5oK2swTUNTQUExV1VLY2lDTnhlbzVFbHpOMUtrclUvNlhjcnBBa1phOFZkV3hSdnZ4MEc2RlBSM1RXdzBidkN1OGJPUzd5bWN4UEhmRCt3RFdXSjIxb0w3TlZDbTRmVGdzV2ZpRC8zOGdCc05CckdaTXlreThmdG5DM1F0VHpMQVpWRDMzL0RlZmxwc0JPUnV1RmhiVEdaYXdqczVIQUJxdy9nMU04RWhJWVZIb21FdDdYc1lkYkl1Q1ZHZkNXRkt4em5GdjNYOVBzSlRDcmhvK3U1ZTRhdzdQWFFtUitZdHgxTW9KQVdSM09icDRlcjlXNlRjZjNoS0lvQlR5djRIL0VkTEYrOTIweFdDQ0dhZlplL2pkcHJKY2w3ZVFWVk9qSkttR3JjSHphM2RHZEpUUHZlVzhVNDVCVzhURHZZQjBocUNOYm1kMmswZFZZREJxWWt6VDFibWZNb3NLV1dhK3RuWURYaTRCL1MwNklMK3FjQUJKWFZsc2hQajI1VlNzVDRuaFhaNEt2T2M1VXpYYjlTaUIzNWVtQmk2bHd1WG5nMnJNTzZOS2lTamZOQ3NTVDdMTWRpbWxFbHZkM2RjNXJFNVZLeEcwdzVSTjBtMVVGclFYYlErcWVEUTVjWGtxdWNDMnhGOFlMcVZNTTlSQWtBMlhxSDRIdFhLbUlsTW1oUzlRYi8xMEZYVzVQNkMwNTJ4SHRNU2tOZHhHK2VBbWRLWnRYNHNPckRBRUNsSFZJS1YrdDIxUkNabmxCa1NHK2dpVE5nMTZneFVtS1pXRnVFdFF0MHFHaHZJUm9CTWxzSG1tZDVGdUYxNTRUVDIrTGdPR0NIdTl0VncwNm1CVXgvZ1BQWXRKOVpqNnFITi9zQzEwTG5yNUNRWWhvdEZHWWc2ZUZMWHhqeGdKd2U0V1dNbzdQTVZ3T0QyVmY1VDlvZWlwVU1PTGg5ZGhFR3BuZCsyaHNTeHIyU2hWM0FBWVIybDRwTUoxSTMvcDRlRmZPc0hWeXQwWEtzb3oxeEZOam12SHJJSCswQU0xZTRId1pnL3pqMVBGZVA1czF3NWpvcFZzNE5Ea1hqMGxpejRUNGtkdkFyaE44Zi9ZL2E1cSt4RWVuUmRTUHAvbnhkeFhnRFloZjF2L3lzM09IQWNNbngxQUp2TFFDRGZpbllnV0dKR3hDZnBCdlNNZkthZmdwQkVDOS9wYzNWMlVqNnlZS0VmVzZPc0d6U0NTLy9oZW9pV2tvSXRubzMzVEx5OUx5R2hQYzFUNVljbEdEZmVvN0lScGJHeHYvYk1xSjlQQ29rMWQrdGNrQUFrYUtnbytCK3FZYUxHdjdrTWc0dksrWTJ0Vkh4TVpNY1NrYnRuZTlVODkvSmtBcGhKNlppWVR0cTI4U0dmd2hzdmtNdnA0UHVXNkNYcHBGTGRJU1d2dGVGQm1zd08wODlRUkw4NitERzNhM0I1SFFzWkh1amJCUzFJUmtxbFJLZTdBbHFWRUNWZW5iWkhqRXFOd04vVmhqcG5vQnNFY0VEWlBKMW1tVEt2Vzh1bUFPODBrbW9pZUVVcHRqVzJxRmRtZUJwekxjS0FwdkZqY1dSMzBmL2laK1ZncFY4MEhVZWJuV2laWUx5YUVqQnAvZTE3aWcybWNBcGc2WXFuWkFkczQ0VUV4cUIveUNnTjNycm5Ic09STHBjR2RyN3pGdlhnVTRDcDk2L2dIb1JWYjkyNlFBV0xOQnJ3VG1LU21BZE5ONFlIbmlOVDNuelNLMVBxM1lsNnFGc0t0U0haUkMwbmpNa0NEMXNDeVZjTTRIQzhMZUc0NGdrSTJMY1lQMGhRckxqTXBOV1E5Qm5MckszQXFQSG85aXI3citORUZuWGIwNWs4Q1VYMGdQMTE4SFRDVlpLby9Jdk41OGpZN04yN3ZZb0xiVy93aVp4TlZUcm1EQktPTEQ4bmdmOXNBRnZLT2VnS2Jzd1JoL1M0SVNQWmJEMzJNQlN1Q2dJUlVzWDd1d1NPb2wvbXZhTHlzOXpOUzhrbnhxdURHMmdFeHhVdVhKTExwN0J3c3gxb3lYaXJCZUhFcm9LdGNWbzZ3ZmEzcVpiMVk3NkZKMkZVOFZtNXp3dVpFTGdVdEp2a1ltdUpGWjdRT2JyajdVYlZUdXptODRnRGpVbjFQMEMveGtJaktWNDJzQ0VQNmxyOWJhWTc2MmVLUWdMTWRpbmZEL24wZkpGalJyZVhUdTh2bVM2K2Npay92dmRNYWFZbWU0R3FQMFhNRWd5Z2R0cGVkZXBGbXFlU1NRM2g2eVF6cHRGOE9qd01YRU1lTzRZZnZFejJJQjdReHBoQmluVEkzUGprNTk1ZTR5TlZHc1g5VHFFV0Zwa0RLRzJPZlpUSmNQektIbUZzZzNGN1B6N04vM3h4cXVpQkU2Z21ycXZ2NkFIT1MrclFzcHUwK1Vlb1dlbHd4N056R09jM2l3T05QcW5OT0ZkQkFuNnpsOEswV3dsOGpvcHRIWVRuNTlrOWNkbXZlSmZvVWtiNjhLSWFOamtYSTUvUVNwNjlkTS9KR29wajd5SURoVU10Y3g4Wk5GYXAxZ1ZnY2w5RnU4aURaSGVQd0ZaRmoyWFgwM2Uxejd6bjFPRXhtSmJDTStnVW0rTVRrK0EzQnMwcENZZDcyMWxkanF0Yk1ON09CVXhOWHE0dkpKS0NuWVZ1TGV4OXRFZTgvM3JDbXYrbHgvQ0dqSnJPQ0YzaG52bUpZcXc2c0tDb0tJQi93U01aS2JBTXR0TnEzQk5UOVhnRy8xQXpCKzZQTjJ6bTBQSlFGN09aSEp4NUIyNCtkZHVaMXJ4WDFkN0lDRWFGSXR0dTB0cWxjQnlZa1FSbmY0NEJhYzBXNS9ZRXlodGlUVEtKOFB3UnAySkd2d2xseWIzMGdQU2dTL2dVZ2tvbC9pak5XdFQyb0Z3WHZvTml0Z0lvd0hqOGtLS2xCVWZaY2dXMzlscmkrUHl1QU9qNEo1Nk16TC9FMzlOb3Ivb09wRDNiT25KVkl5RXpKR1VncWRvVEJtZzNnMGM3Tk80dmpEOTlzSTlqSUNKRnN0OWp5RnFKSHkwYnk3STFrbUtGZFIxQ1IySmJDL1ZGYmxCUGlNWlE4U0UxTTJsVlU2TEZGdURNQkRwMEpidnZBNXBTNWhScmJWalRsYVJKZDh4Y0E4cFRDV2RJdWVqK1h3N0IyaityU3lFNnNpd01MVmZ2ZnJNYlVqZFlOdzh6ckJIY3VsanFsQnVaZ3VpTUJYM3lCRjliU1laQmVJSFFlTEZwVGtlWmFRa2hvQU1QT0gxdGdJSFBXYWpEVDdvTU1peFJtK2o5b284NVhoL2N1V3RkQjY1SEp0WTQ1ZDE1V3MwOEdoLy82VEhjYlVLTXg1Zk1naWFoTk95WlErYVlLdE1JTWlnd1k1MmI1VmFVUWxIVVRNU2J0UDZ3Q0hIT0Q4M3kyTDViTUNHZHVUaHFxZmRqWjdYcEE2SG1JWG9xK2VUWHZXODlSYTM1VmpYQndvZExZQy9NSmVVd2RVVlhyRTZudGVScGZxekxwZm9hUzd0WG9uMmx3NG5Vak5aa2RUTUZvRWNJaEc0U2xvOVBTTElubklnOE93QlVUaFFVa05kVEp4am5vOUF3cEJWZ1RNYkU2eFc4SG1ya1I2Qm1SSVRrNEw4dGxaT1o2MTF2RzV0T1lQRitaQnBPNFBFR2J6M0ZxaWVkR3dSd28wTXNONytEeHVvVnkyYi9xWStrVTNINWF2UHZ3dDkya2k0bHlWaDV4SW12WWtCSEI3Yy9hd1hkbnZUMEFMSGlJZnQ4VWxsY2Z6VXFIWTNpYjNpVXN4dU1QczJ0d0RQV2UvYnM1QnRTZFNISGxSbkx1YlVCc0lTVGxTdC9kdndFMStzbzlSazk4OE9uNUlvc3N1YzBCelB0ejVWTCtqNEZHenMwUHo4bFVBZmFpSTNwakd0UDhOWGEzbEJMMTdMQXJaN0NTQ3hpWDdXdUNsMUpsei9GcEt1N0N5S1VWanVRbFRLRlRsQWNKQTVqZ29PNUtDOHF1bmFpaHBhUDBUR0oyeXNOcmNlTmRUZWV3QXhNNkN1RVh5YkpIMWhxTk9MRk5oQW8xYko1MU8wYlIxTEpZdnJha2hROUZXNXQrYm9HcTBsNUNBWFNtS0RmVEN4SFV4dVNSMXord2hkZFdCVEpKMFR2TTE0WXRZR2RzUXpiemhGQTRFTFFmNFRvaG5YYU4xNTVGYm4wRDNZWFVHNG96RmJqS3JMWlFkMEUwNktWdFJON0pIZG9Ycm1CcUkyeDR1dGxVNDlaLzlpaGVwRkc4MmszODQ5eHdTRVVZRVN3cGdqZjZVc2ZPOG1iN1hsdGFOZnRoMFJEWHVUdk1ESGo0ckFIek8rbFZ4WnlTRUJENnRjb3ZUdERXSVBZSDUzRFN6QUNhei9mTkR5OXdZeHBRc0FZY010a3lOdEMzczhWRlh4Yk0xcVZVc1Y3SlZWd0NxTU81alZ4WUlUa3p3UFV0SVFObFpvRHRoVEdjbWRmZFN3ME0zemtrUnN1eXBNTEFuRmUzZjJ1ODlRNnlIeGUzTVREY05Fcy96cmtNOWpKanhJMEVZeHYvMDlsKzRrSmZXV2lrUDYwYlZMcjVhZ3lFNkR5cUVKaEo1RnR1VjJjSmZsaHNQQjd3cWhYSmg1REpKMG9NemN1VFZFbXdjdDR5am4wOHRISVNwVUlLRWFGMUNwSVU4dzM4Q3A0ZVIzamZWSlp1VVlkSVhkOTRNS05yK0xnaDBxU0NNV1orTC9VMkM5KzRVOUxSa1djdUorU3pZaTBiY25iV2hJdnpDZXQ4Qm1RbFUyc0Y2MWdSK0xVUzRLNXpBM2VoOHlQOXJCbnlCVlNhREU0eXNuZWxIQ2hQVXVRKzc1TjJqWUR0TDMxMnVTTXhBR054bFUvbGxUNC9DRmhRcldnczl6ODVFbWxvYVllLzJPczhwLzdYRDY5ZjU5eWpCVnVUNmFBaGFrQ2ZucnE4eVNEME9ZNGlBYjZRQ2hMdU9WRFREeFFZOWZpUHpuVzlvbml3RVAwc3JKSU5DZDJQQitRSmlMN1VIUFJVclEyYVVsa1l6bktFTWkyQUxvREs1UkF3Qy9LWTZKTUdlQ3BnM3FuazhCcGp1UFEzSUVGbFpPWFpRcUROWUtyUm9VWmhTNGpIV0l4RnNUSjdpZmsyQmpMMUxzamVCSFRLNGV6VnM5SUlXMldJMm9YS3ZvaVNJOWFPUmdkSWFLWFc5YkRPTGUrS3VrM2FuUUg2ZWVKcjhxb3RZWWk0TmNmR21WSkdIeTIweGpqYzBLY2pJeVEySSs0VTE2Nk1DYVdQNkI2U3kwUHRybkovcjVDemI2SjhoSWpSd0pReGdKMFBrUHV4UlJFMWFNaFh2VUZyNkdsbm5zL2NCUUh1cTk3K1BHLzdGdE9PQkZKczVsUTQwNERJVXFxbkJqVm5PbmRvT3lHVDJUbUthZmRFQlBuNGpKK1ZRenFEalVKOWdKT0wweUpDSWhnU3pkazN6ZVJmaitZZ3JORDhXNkYrSkVkVU5HOU52VzBFb0F5cm5kQUM0dk5XVmFZVXlYU0hmTGZZMTNxMDVVY3RsRHVxZGRZYkVwNXByUHBLdXQ2SzBud1NaYTFJNFRXckM4OHQycjNRTUhPNjBGR0NMc3R5SWRVWFlZOUVDUnZLdFZCVFlLdjM0NVlpai9wN3RTdVBlVi9xM0VsK0p3amROT3BWVU5oUjdQVmFhQktwa1A0ZWRIVkl2MHYwOWx0ME10WEtNaC96ejRaOEkxV0JxYzN5N1UzeGlDM0ppbVJXdld3dy9Ld2tWVmdrVmVaUUw4dDdSMHBFeUQ5V1Z2THZ3OFhXalhTQW5RNHpjai9QQTJCUTFHNkJJZmIzWUtCWE1ZMDd1STkzYVdGQzBSZE4vc200ZjRJM1FTUjNGcENZN3RCY3IxUGZCM0VWY2h3THNyNkdHaEdsbDBTcllFVWllRVd5S21Wd1Bya1BaeTBaQS9zTXZuMWZBSXQ0WXpRSDFZaXIzbGlSOHljeVhDeCsxSDQrNDZuTXU3SWlRVzJWT3lXTDEzRUF1Nlg3Zm9ldk85OXcyZkcvVVpkTG4yVmc3dG1pYWcyOGFad2JubFR3eHB1TDdCSzBOK0poNVhOVVoyQ3lEdG01Z2tzTnFuNjF1MThoaXNEd0NyNncxUUFoYUk2UTNHaXVlbGVFTTZBamY0NnhlZFJDQk5SOHFuS0xTRXVZZGRGQTdIZXdTaVZWanNsKzF6M1p6aGhhT0FuZVduKzVHTDdkSFgyT0daZXFTQWVQcXU3UmtuSGJWT3IxZDVRQU0rS2EzblhQcy9Qa0NQTmM2NDYxdUJ2Ui9lVlc3aDVIbW5xUGQrN3R6bmtxQjB0aVBNL0JIYVJyVGliRlVXNVg3aEJQVTdSWG41YlRDQmdZQ0U4eUI1UXA2UUUvRHZ1SVBEMmdmcHJYMXVKYWNFdjkza0dGVmRweVo3cFN5RSs0MzN0VGJpeEdsM0xIblg1QnUrUDJMZ3hlVlJpYjQ2U1hIVTNFS05XYis4aGZ3a3l3ZnFDWUpWNDZoZlE5dTBNM25yV28rWVVrSXQ4Y2VsZyt4a21PYUd2THVWWVVJbmM2Vmc4cjJRMElCbWNHOUJDTlRjcWdXQlFEelhUUkIwRGVXZTlza1lwK09HWEZ5V3U5bCsrZE5wUWNtNyt6NE55OHM3TmdFRzhGTy8vdlRGM3V0UjFmb1VqbXFVTCtGd2tVR0VJKzU5ek1hcXlVSksvdDgxRnVZbXZNc1M0a2g3S0MwODU5T3BuT1BSTEdZcVJsMVJZSDVVOThLQ1JEQ3hKRVJlY0p4UHJxazBZbnk4VE1OQ2RFTFRaSWN1eHUxSktZcnV4ZDdzYmd6S0xuM2RZTndVVWdsZnREbkpqZ3dkOGkxbUN2V1ZWZE9oOG9zc04xVURUMG92cHB1Nks5cFJXT0NlaG1oeUd0bVFwSjBxZUkvSmZTeGh4SnlrTWtCbmxQbDRkWXBLUWdpdUR3TTVvTFFaTjFSeUMrUVN2VTRIamNiM3g3SjVmSXFxVmJHbGd0cXBuZTBDSUROTzdwQWVKWFI0RDYwTW4rUXlwU2lLQ216TXVPbGN5eTY2dDMvc3NwOFJJK3BiOGhod3c2YWJ5d0Z6T241eTRUZjdTREZwcVBuOUpYQ0twSVBPQktqN0dXR0lBRnY3b28rK3l6S0tndE9ESmtSZUlJazZKRWc4MUtBcHYvZ0d2R29hKzZheHlxSkorcUtXVWdPVVcvR1cvR3hPci8vVUNNRmxOc0lvSDlmeEdHTGdualRiTk1IWjk1RWlDY0lXVlJGR3UzNDljQjJDUHlYNnFGN3VlYzhZNEN6clZVdENEeVJUSjlnbW5zWVhUTE5EL29mUUdnYjNtSFFXN21NTEszODg0Q1lGUTVXa3BSUTU2cGY4R3lvdmVpTFQvR0FEQk5aVHdmanlJem94dFFQZGZkSVRvbjhPVTZNaCtkNW5sMWFxWTMrS3FTT1BqUUFKTkRKemhOUHJ4anlZaDljVEpJMUQ1R01mUXo1UE1VY1hWelpjZEdEOFRQZ0Z5alJ0eFZsWEhoK2ptNEJIODRyZzFZYnNIWnNUNmNlaHg5STVWUnBEWmt3OHRQeXdTYmViU3dKTmFPeDFPdmFFRmUzRHZPY3hNeUI3bktyWXk2ZURhN001SnJIZk84Mi9HbUZzb2JWOUdXRW5QWHVwVFpZcExDM1M5Z21ZcEo3dGxvVDFwTmJBb282aFFER2xCbTBSL3JzYTZPU1FqVTV3b1Z5VWltRU1Pd1FwOHpndTVRbmw4MWljczFJWFdPc3BIbFFhWWZLOEZDOG81cGZibnF4RnQzR1NZK0daNHMxS2k2UUQ1WkdLUlRPNWtYaEhaNjNBVVhDL00yWURRa1JYSTA2VDVFSjBDbnE1RW01YW1WcWpjNE8vc1pPZkJtb0JoOXJQT1ljQzNyTjRvZ0R0MllFMkxmaWFoOC9SZ0FVNGdRRmdWY1hlZE9aVU54amIzQkFwTk1GaHgxM1NObWl2cWdjWGpxV05idnQ0S2hPcS95ZExkOHRzWVNYTFRtRDd5RXVRcldhYWlKQVRxSWl2QXY1c3o3SW15THNzUUNTTlNpWWc2aHpLM2ZMWi9Ib2JCaDI2NmExWjRJUGMzdCsrbVdTeFJqRzVFN1owY3YvOGNLZHpLOXB4KzU5V1E5bisvOXdNRXNwTWo5U2hkSHZrSTRMVS9xd2swUVVBN0d5SWJQdzA2V2xmNkIrekt1R3J0am94ejdLc1hjSWt1aE1xeVJDeUVyN25PQVgvSWg3RmxRdkNLVmpLUVRLcmQvYVZuOE92UEN6UUp1NFBna0NKV3JFUzlhQk9td2lzd1RXb3AzOC9qVE02WGI2dFZsa0oraEhuczBFd3EzWndqa3A1c3gwcW01TDM4bno0L2IvaHY3a0lCZWFOSlhWc1ZBdHp2elk1RHIwUXRRTEpOdS9xYy9uOHZUK1ZJMEdMeHNvdFpZY1lpaHkrbUd3WGJyZThNT2QrOVJQTGswMW05cUF3T2VPaURXSGx0WlpGME5iSUdwSzl2eU1jVWJycVRQNXZxT1JHNDNZTDhQMEJOd1ZMRHg2ZGQvZldQZVJJY3d6QmhsV0YzVTNTQ0FqMElKM0o4YW01Mi9QVnhGZGV3Y0xTVDFpNTl4ZVZnTXZuSTJZM0lOdG92aGgwcFhjZVJ5Q2lqb1VyMEZRUS85dlBINnRxNzRkUjZuSVpsNzhCd09NYzRweGxscEQ5VUlpMWtjVUJQL2VPTHFJMC9yMERMVE1JM1JnallOeXhNaDdqRTJpNXlvNDVwZFNKNWwxQ0Q2emJNRk9FRG16L3JWVGpsVjdaNncxbkJROCtZa0VsUHFkWEhzWWlMWjhWTjZlNUV1VVJDd1VHb1o0WTFsOWwrQm1mcTBXWk1ONi9UVXRnQlJwYkNIbTNxK3pVNWU4amdzbERxY1FnRE5YNEVPSzVNMWUxTVhKSDhvelpVSVZjZVhyZDAzcUIxU3djOXI0b2FZQlBHWXVZT2NIRHgvOEJidnhPWjNCN2tOYlZ4emFycitVbjJ2cWE0U1FmY0xxU0lnSTZGbGZPYTJLVGNnd0VRcW1LNFdvVXlxck9BUENBUzRrSWpKOWpXY3hISXlDOS9iUlIxK01wUnQxT0FFaC80NXBhTkxiYmNoZW1zVU1zZDRyc3BxWGZqaE9lQzgxdnN5ZzA5QUhFU1kyMTUvUEhjbUk3NkJmUVAzYXZVUFlQSnd4SW1PTnpvS3hFclRQc2FzV1NzOXZHc0tia0Y2REdWTkJrb0MyWFRmY0JYWlA0clE0ZkNpUit2cUFXNkxYdE4vdGZudEQzOTFzMTdnNEpNWTE4VExod0h6WmxKb1IyTlM2VjZMRm9FR0c5S1pvL054ZnRVOVRTOHl6dFhtQ1NtUHZ2TTNHYjc1aVlZTjk2MFpSV2IxaFowNjAxNmowREorT2dNOU9BaExrb01aTG91dW9Jc21ZRkwwL0tsV3JPaVJGN2RpaWVmUGpZWUlKcUhhamJ5VE4ycDFpblViWDlCYTNUMVRwV3cycXEzNlZNUlF5b1BZSTBTeFc3S01peXNLY0NjTEp0aDJ1U29GL0ttVVkzRE10ZCtGeHFDM2dGR1ZwYjVsWU1HbjlzTFVObTFNa2pYUzF4UmxqNVBLK3puSi9IWEFQaEhCd2xsTjA0WXZJcGVFT0lWOUhUSElJYUt4M09TOFhuWFRYOVpxako0SzcxQitkZGpTOW5oZjdGUDBiUkFDM1ROUERrU1Vjb0tvdmJteDhHZ2dSbGhCeVc1UmxFZzdvN0dXNVhnaWxnTUdTZkg1VllPOVlVOWQxZGhqMkY5M1BrNy9kUC9uSmVuajZZR25ISHJoRkxvSWFVNHdVSG9EVWpiT1dOd1EycE8xNDIzR05nWE9COXk0aW8zK3RDRmRTNnB4M2NSeDdBTFdNWDNpcS9vL2JFUnZxeHptMjJYbGN2eVVPbldtWWM1cWtuS3J5Z2lodzNJbjBtanAzUnA5dFc2ZDNoellRTStCTlN3QUZnWlMrMGg1ZlJOdUhjd3MvQzl2ZlNRZmV1M1BDQ3dqd1d3cVBJb3p3L04yb0FSZVhnZGlaYy9rczliTjFpZlNqMTVuQ3R6di9tTi84MFYxTEpsY3A3REcyMnVjcStSSmJ2VWliNUVKSGFaOW1xVWYzVm5Vc3B1WXhiTytLd2RzV01EcVBuU0NvZC9VNTcrTk1HYm4yYkdhVTJPays5L0NsTUROWHlvNHUxVlFHL2FxSUY4VkRhd0ZOWTdYYXJad08wdmNnRWp5dlo0NjlYRXpjdlN2S05HVkd5Q2hxNE5GYlhFMVJBaytYNFFuNS8zaVhyMlg1aGtvUlYrU3hzaWRJTFdMSVFBczlETTZNWFBycFdjUy9aa1RvZnhlTElpK2JXM2dpdndlRzg1eEtTQk9OaEkzTkIybkNXYWN2Uy9qV0dubWRWSzZMa1ZFbzVaUjd1bkVKbldDcGYwclFjUExTaCtySU9PKzBhUENLdUU4UzlYYmFFRnN4L0gyQVdkb0x5NW1pR0hNanRNS2lBTUxNOUQ5bnpLQ2NaYzNhUnlXKzd5dU1HWlJySWVvRTA5SXUwaUF3YkVkdC9RRHR0Uk9FdWlyb2hTd0lBVGFxbTJPMHl1SFNqTE1RanZ2TW9kRW1IVEF6QzNyQlVNSVNZK2g3RkFid2l1ci8xS1BNREwvQU5COFZ6RUNGa21pN2RCclN4Nk1ySTNwV3NTSXRwZ2lKd1BHbnMwQkcyTFYyZGROSmNtZTgrcGRSamRhdEZhRUlJWHVVeHBDVWNLZVFmQURXeTBwb1oxYW1jcnFWRmFZNTFxdFAySG5yZHZ5TklBUkQ2UUxkS3gveCtkK3h3YTkwSithMWV6SFdzY09tR0dUZHRudDBZNEtoTTJMTWV5am0yV09Xb2M5c2hYZmYvSFU1ZDhsZXFORWZyN3VUS0RHUjgxMkVUTnBCck5XNEVqcnl6dm85VURQNER0RlNQTzJHQzZnc05oR0w1OFZxZGJVUVRFMGEwTTlxNkpOQ1VTbTN3NFVjWlRUdno3Rm84eXVvVzBpVjFYTWQ5d3kvRE0rNmFUMkFNS0ZPYzNtR2w3cytCck56OXF5ZGtqVHZibFQzeC9tdWpTV1hLMGpRc2ZzbFJyMnNhMzU2TTRTTFROMXAyT2tCQVAvMHdWOWY3ZVhEaHNRcG5JTGxmNXNpd0xMMHFKblZaYThIc1o5MXd1SGQ4blVTVGtkQ3FyRW5VNlorVWd5MndIbDZMK3ZTdzNoZWhoSXNDZHlpV3R3eUFmaUw4NStuZlBtZ2lRcWZwMS9uRzVMTXMwZnE3ais1bTI5WnpWWTExL2psT0VVN0NEaDJ6VytTSDNMUmVMMTV5N3hTdUdLTDNEclRDZW5KQ0txN2JTWWFGQmg3c01ZYjlaQWMrM2RONThWVXpyc2tzaENuRWVWZDg4OTJZQjhWejBwVklHaFdpV2NjU3lTVlV4ckRGeld3S0FlaEpabXQ5VHVQd0NnSmhGTENhbW9yRDAxT2tKOFN3Mzc2dnRHS2RFV1BVY2U4U2Y3dG0rbVBsdHIrN0h0SVY2UWlQZ3BoYzdKSFhoL1ZQUE9mNWdyR04rZ1FZdUU1bTQzdXBlNGN0aEQ0dUhKK2lqQjluQ3FXb0VVbG9UdjVtdFBMbjhkMkE4V05mZHY2M3l2YUhGYVEra0cyb1BIMTI3cnZmR1Z5a3FRbVgzL0RKMjRIWDhaZ3VqVHVrUTkybUN0Qmx5VitjOFB4WlpLWWYxZ3F1ZGtmTks5RnFocjFkdDh3aDBhVG1lV1E2cnBoWDFOWDcrYXRteWNJVTBVb2FoUXJZOWZoMVA3SWVXZWtWRlVrMU5VNC9tdlIveUZ4NUZJODNOYnBCdUJCeGJ5b216Uk1Lak5sbENjWC9sQkQzYU5LcDdSRERYREw3dUlQc2dtT2xWN2Nic2I1a0NXcUx3dWNyN0ZWOVdjcktYYlltR1hibDRlaUh1TzVsUForcncrUDIrSXlBRlRpUVFVcWVYT3hXR0prSXV2eUI3dDhtN0lmaGFnQlZVQ3VWMityNnhBU0xYOVNScm1XQjJnb2JCcFVDS0JFOEQ3NlNkVmZiQlFzNEd5WUJGczJmNXdYYXZWbmFoZ1puVndXYVBiT2ZTUWJsTm5BNXhoQzczd0VTN3hhVHlScCtKamRCdm5OZkQzOGMwK2lmR21ob0FmaGZWdXdEWEwyS29MZmZlT3FONDl2Y1VTT0V1YXU4KzFQaUFYNE8xOXJQQU9xZlliMVFtcjA2QVBueG5CdGtSQk94L1pIM3hWd1FOOU9pdkJaQzgwN0NEVXgvZDNjaVIyVVJBMEI4Szc3SzlnSG01elg1WkhWR0d1UVpDQUhJSFQzUTBxSlNEZ2JwSG9NT0xvWE9QbXFMZ2NtbmlKSHBrZTUyK3ZiWWw3SVhYZHZwZ05jSU1nS2l5dHdRSVZTZjc4NDMxc0JiYmJ3NjdwNEFOdlhqQ0dHa2p2ZDRzdlRsL3BjYndMMjI1cFBZSzNvSmJzcUxwZ3RuNmRnVm5sUTVGT2QrMmdtV25RakRUTTZFdTJsRHBXQVhtL3ppREUzcnQ5YWtJNWF0YWs2aW9zdTZpb0ozMDUySk53TEM0TDBkSTg4VnRPY2ZZc0xUbzRGRE1vejZyVThrVjFjZk10UElsUVdsYlNXM1dFeitscE1VYUZ2dWZjdERxQytXbm9vWVpDZmpYWnU4cHFEZGRWcVdKMmwxTWhXY2tDeEUrU21OZDRGVG9nYWZqYzRGdWR3WWVGMjFWTGJsOXZsVHBCM3REeHFZQXpYanVVa3poWjZGYVNkTzFnOHBBYi9CTzlTRVlsbjg3TytFVkZjZG1QY2RUcHRpbVBoQVZFUVpWN09ZS2dkc0xLTjcyb0w5ZW1UbVd4WnVrNjJMWnBNTy9RTzF2Z25heXF0WHprS3krTnhuamNDQkNPT2g0b2RWdTBoN1FqQ3lzY2VHa0pQQ3QxNkNFQlBXdkxTTmkxYVlLaFc2U1E1ZUsvNFlwNHBMT1l6ZThBMUhRWW94YXk0aHNrdVFSZDJZK25CN1BrcHlvYUZnUE45VlAxdGtpSWJrbEk4MUZEK0R5QnBrTmVjOC9vMXducG11bFFVRUpsSkhEV212WkJsZ1NWSmlnWGxSUTdTTHRuOEFVdktXOTdmemtUa0hMYUtvTi9hbUZDQ05aWlZ0T25qeEpHM2pEaUdxNHhoNXdHMkhLN2VyT1AwMzBOUjE1UFVEU2N5RlVvMmprQXdlb1JVZC9QbjZXQ3JBR1Rzc0s4RHRtTm9ZMnBwRVpQVG54bTFDdm0zbWpUWUE5ZmhXNS9aUVNwbW9aQVpwNHM0TW9YUWNtRnFNSjA4UmkyN1N4SnFiSUZEM0Fhb3hRbVlkTWREZU9tZEluWnVaS1ozZFJ4RVdtRG1rZXpidGJNU0RWK3ZVUkJPd0krMUllbGY4Y2gwUmhDOE92aHV5SnpER2NpdHVyUkd5c20yc2tGQ2phWkU2QXArbU04Sm9WMm1IQnhXWWV0ZzFmUDc0ME5JcXJZbDJ3R21ZeTNOWm5GMS9UaFZsckJvSEFyWUllY1o4MlU2VllTeFhlY2RLM2Z1cHNFL1RVSWlPVzRFdkFsS09EZENXbmpZQnNvRVgxSGhST3hNYTRNUFl3N1B6eWNxMHlqZnF6YWdQL3RocDdZUUlKaERnREdmTEVLb1pNL29HMVRvZmZvRXp0K2k5M0V6UkZON1F3N2pDUjYrbHFES2hXQndUczhmZWxIcWdnQkpTYzhsMGtEaVZBL05YaU5aTjc0MjA2aUhvNDA5MGYxRnFWblNENnA2ekpZUDdjbGdycllRYmg0a1RCU0dmT1RpL2hlRnAvRGpXSjRzUUZoRWs4bFVjUXgxS2c5dmlHUjdwenh2eDU2MVp6YjhGeWY3aHZ0VjFLcHhTbVBaOFUxR2lacFUwU1FmMlE0MkZPSjR6amlaSGk3ZS83cjN5Mm5aTFdaYTFYTEx4TFpodlp2Y3U3MURENVIrV2M5UHFGWjR1cnRQcmVueFNHL2VMUVkzSGtEdW5YNGFSdVppSGRFa3Z4TS84cWRnYzVTTTZNR1hadUR5Ky9iK0NMS3NDcWJFakNmV3gwak4xUGwxbEpTV21LL1cxanh0RFo1cFA5b200KzdmT2c1ZzBrdzdlb25NOUF4NmdPSlk4RDArVkhMQ1h3VkY1TkRpL0cvM1FteXA4UDNZQTU2YXR5cmJqWXJ0TjArLzcrSWw1ZGFmQ0Nib0RsS3U0dlBNckl3cjdlek9HTnZMaGZQNzFhaTBRM0dHc2Z1R3lKRVJ6Vlpia0ZjUk9DT2lyekUxVGlJT0oxcWxrbDEwYUNhd0hmUDM1cFVyZGFKMjBpc3ZmWG5uZmRKOWtIUDZ4VzhGelFoQUpEYVl3SkZ1cjRBSldXekhaYWNibkF1NkxWN3pKeW9hemRiWWhFWkRwamIvWWJ3QzNKZHFYOWpsYVI5NHU0SExxUzlWTHNpVXNlSy9NcHM2cDVFSEFPZ2ovVUs3ZGhHcTZ6NW9MQWdHQkY0OXZRalFUUXdzajNtU0Z1R3I1dWVtYzZZaEtLbWp6RUdrQXJmTHhDT3c4NGR0SXNpcHRyS2VnY1AzZTVTN3F6b3c1TlF2VjdycTF0bng1eW9DYW1taHgzZktzazVRZjVlRzBIbVdrd081eEM2MzlxS3d0OHZiaWcrNll2RVFzZHI3ZjdUdDQ5YUQwaHhwOWRLNDIrKzZINGw3QklnZkhPU2tyMTZYZXQ3QXhuWE1YeFE3OVVGSndnU1pGUUJPZnQ5citTYk1PV1RLRWNqRWsrTnp4eVlrY0t3eTVVVzZJNHNLUkNIcXQyUGt0YTZERmdFb2xabTR2TWUrTld0eUZPbWZOK0drWXFRV2pnbmdKdzVtVDRwMHdaOTdQSW4vUk5kZ09TZFY4bkFWUjVTV0kxVkgvNjVLaGl0MC8zNTBHMDFwT1l2R1dSdFpUVmpwKzhaekhQeE9WWTc1OTFIUk5QVk42VUFuQ244UXpuUDNLMDhLUGJhM0ZvNER0K2svR3RGUFpUM1BHeGFZMGVqTTVKelF2ZDU2THR3S0NzbmZlV0kyUFA2a0Q1bnR6K1RxVVBFZkUyUmx2aTRBNWVqVjZSczlKWVJQRmFmT0x2U1ZaYW5xRnYzTlF2cHgvMW1KWC9ycUZsNURhQUxRSmF1YWRxb1ZkUEhGNjNnL3djcWZ2SllIODM3UkRqbU5abVlod3UzQ214NnNlemNwc1FocnZ5eDQ4dTFQaEp5WWJTK2w3YzJmUTlhbzFnT0h6VkJCeU5ocVJsTFIzRjBTbU1xblA0TkYwOXovYmt0UklwZ3l0Q3Q4elJNOFh3M1E0RnJWOHpQdGpXRy9OMk84SmR0OEVJRmRYb21iRDFYdWRrMEJaL1pIMmptQ3o1aEVPZS9NSmFGbEpaOWc5ZU00Rmk5TC9VemRaaVBpS1RwRGZKeGRCNE1XRUV3NkdURkZxaFV2ZUZBVDI4ckRJMGhDWi9wR29PTDA2R1ZJU2J6OU9URW02dWltM01MM3h1dE84c1NDL0g4cVczN2h3YmF4K0ROV1ZsdEQ1Zzltd3E3OXFIL3FyekUrQ3BiVnFvWEpFMXJRaWppdW4zWmIydU9WaEpZYzBaNm5JT09RT0x4d2ZOTFdQQVBJd2EzeVMvY1BuM0k0WmpvYnRjSzkzMHViVzk4QVhNbFppUzl1cDM4R1prYmttTzBtSVVNb1RaWVFaQUlQT0J5NkFseitFS05XZzZiVVhKc0tJdW9yQXlNWG5OZVZiTWNhWGxzM1NzcXp5UkxZVHhpMlNDMFZvaXdqb2VzakkxWGZydGlrcjlBVkdQdzhwaXhLQjNCQkxEbkpvWXVDTHh5em53RFB0VU1iYTN2S1RFYkIzNzE1RHBVNlhqVS9ibGE4UEV0cDlaL2RIMEVzSC9jZk9VMjdqSmZWeHdOUlVTZXVOSmUvc1hIYTBybDBSbS9vMWUxbmZRdmdEUGVtMmk5R0VJWUovMUkyWXcyUnU3TjUrNDFwRm1XRGxEblBLNy9ENVREQzNWYTlaOHkyck4wd05BVFZHUHBjMzNObDIwSFZzNVpFc3B0czVMMXYxY01zK0Z4Z3NKMk5XK2hFSi81SExtbU84K2JmYVlkTmkyakZwOVozSFFwNTFSUk96aE1EZkpkU1pCZk1RMTM0aVdSa3JoUDUrN3YzdngxYWIwQVBGb3o1ZmdTQnd3ODREZVBYOVUzZHBBeStzajJmeDdveTMzSVg0T0hPenVtQ3AyaFhZeFNtQzZERklIMGF2N3JqVkFyV2VpcjI2RElZb0NDM0JVdU4rSzN6VExuR2RRTDRucmhIbkFQVVBYWXdkT3dyVUFjQ3JhNTNnRE90dE9ESzQzdktzMUVFL2wyN2NFUHFSaUFQS0k1NkF6M0RsNDUxcDJUYW1qY1h5NThKOGJzc3MzTjZNdkhjL3Rubm5hNmJmQ3VDNW9qN1A3TFBGQVZxa29jamtldmxSbmtBS1o0K0w2Y2dpaDNkazhtTXY3WGswb2FOa2J5M2twWkdNWHNOVzVqUDFOS3hWemFCc1ZGbHpESXJKQU1sU3djQzdUTkMrakd1RVFoL0hoY2tSMUJtZEVWRXRhQkNRS3RCRGRBZW5DNlk0UlJSc01IbnNabWVGNVhQcVd2R2NPNjRiM3dqbVI5ckhzUC9Fc0M3UzB6OWhmazJvcWZ2WWJFY1lmK1ZLWW83TXplSFkxQ3BlOVdxY3JCSEc3SFVkY3Vqc3UzR0xGYis0dzZMOVUxV3czeTBaVVNFTTd0MytWZG9kWVVmNjRyYWNHbHBsMnBvN2FHRDEwblU1bWpOUnhmNUNDQzU0OUtiSGxhMkxwakZHS0I3OVhwWGRPTFRZSEVMaTRVNWJPMGNBN2prWFllZUV5akhQblBHRStEOTBZdjFkalY5NFBPWmlGZk9Hb29sdGxvNDgvcURKa1JZNVUvVHVYRnQrMjJ3SVRUemt5SnJ6b0RNTkloQ2VHbVV6cVl4T2JTTGpaRGgvK1lHcmJGTyt5cUp6K1c1TWxlRHAyMHQwOVFKNTN1eWsxNWRPK1g5VWREZFl2eXQ5TFI5VVJvVjFNOTdUSFRZU1JXL0w1R0tPelhUL3NXaDRRNnpTa2I5N0g3aVpLVUUwWU1uUkJnejBkWHFSWnBXRjg3RmpYZmYwVVNTVzAxWDdTMzBHSEpRbnkxQXc5MEd1OWMxSHJxYnRmU0QrZE1IZVNvRmROTEhOWlJ5cVFvSVBiWS9ReDdSNDJEMDhyaWJwSmZnNW5ScEtVN2pVdk5KQ0Y3NVBTU1cyS2JwMzhoNVIvWWZpZ1NIL0c5RitQcEVsQ0JGa1pSUWVvS1JCT2lmNVpacXJVZG1VZWtBT2grZUcvZkYyZnpjYTF0RDV5WmFLcWVkSlA5T3dsRVRmd1h5WXYrK2U0aGRXb1BzblI5Q2xIbG1JWVpWSHBObkEwRFRDNFpkTCtDTWtVTE9oU3B4Qi9KakZXZ1ZBMnFYUHZIaDE3Qnc4RjVJNk12MHZDMXd0TnpzWnlZQnR1b3AxRHQxZXRONWVqQ0hJd281dDJTZllmZU1XalRONHRqRUNJcjB0eUxYS29xdjIxUmxjdnhNdUx3V2NMRzJWOThGTmdTQzhEd1RzYVpaSlZNRkpqTCtsMkd2Ny9GS0dnL094TDJmUVlscXFkWXo1Q1laYWxETklYNk5nQ0VxanY5YzJnc1UzZjZ4YVRCUTVCR1Rxc0Yycno5bllIRjRBT3ZGQjU1dHBoVmNxSHpyQXk3UlNvMWpRbFVRV2lGSWlsRGdXdnJJQmgzQXBhbm9OemFyZ1hWSGFwclVxbGQ5MjUxYzZ4R3A0UVhNQ3lqM3EyRExUWncvT0xlMGRrUmtFN3MrMm1tTXl5NFpBaGdCUTZBNm5VTnFRRVB4dkNyWUoxVTk4RXhJdHpzZ0JPdFM3ZThkaVpSdFF1T0NKa1V2ZFh1QlppY1lDeHdjUXFRSEswTzV4WlE0RjRiYWZDYS9oTkp5TmxCS0tXT3VaTEx4RlczZlp6dGJVYTNPbWorVmhKVUdyOHZGSXVBTG1JU3VkNmZPclA0bkpjcSt5UmZ4d1BDVnNUQ1RxYXRFUERYZUpRRjZ2S1lLWTNWMVdCcHBlQ29IeCtvdFVpWm1BbWVpUUlDZVdFZCt2Y2xyVkNkRVJOV3BDQTJaSllEaWdoMlFFcjNIdjdvK3hPWnlKR2p0ckhVODZnK2puMEFLemh2cFllWmRKTEwvYy95N3NUSFpBcm8ydHFmZTFpZHBiaXhXbkRweXFWWUFNRzJSZlN0REpmWTZqMDJYNTd1ZVp6dVJ5N1R1cnFCSVc3eUJoSnpVTjBBeHRXaWJUbWw2OHk3eVM5blJPdnJBZVZHK1ZydzVYdE1GTzhkTEtEUHU4aXVTOGhOUlhhcVBhWjFPVnIvVFovSm9UdEtqbVZEd1daTDV3MTBmRWxrUW8vazRyaUNUa05yUkdSbXNsZXRLRjdydElvSC9LVTFkN1VHQW15MmdmOGJ0Q05TSXNGWFdDMk9iamRZVnN6TUx3Z3lPdDVLQnpVVGJPMEJ4eUxIUUlveUZtU0hlLzR3Q3ZtSEdPV3JvUUZ1K253eHZ6ekNpUlhqYWNBY3hmZno1djYraGdtSTQ4YUFsTTZlUWdTRk0zOXZ2WlpoOU50VmNIUjNWYkMwWmVCbzlnUFk2SFRTUDBGUXFteUFjN0NBWXpMblRnWHRtR2ZpeHVkUUF2VFNkeVo3UW83Qkk2UWM2anZUYXNJUGo4cC82aXdoK25HZFRNVWxNT1pzbDFUejc2SExsaEZBRVJUK3VtZUlkdzRWVkxvU3kzNXBZR1B1VnVhV2JVb3hrMCtwV1FzU2tPbkpRbCs1ZW5Gei9SSVpKYVZTY1R2WUg5cGhyaTRWajdGMS82Y2lmVkhtbU9kV0hlR2FmMjB2eGNXWTRmTXEyeWUxQjA1aTBITUhKZ3QzT0NoWGtJV3dudDVhV3RCblZmc3VFbTIySm9rR0FuUlNQRjFwMlZHdUZTa2o1UVd4WXRLUUtDcXVwZ2VrV2h3QlFHVmFoZHYvUVpxNFZnQ0JIdm5qS3prNEw4aEY5R01seTJPVkZWdVMxYW5rVFhNaTI5Wm9yZzhwdWNybHN5cWJ2ZFBFcGl3K2d4TXk5cFQ1SXZHeDVZZ25XWmdIWHd3b3dkeXYrN2FpTFlkYTFPdkZkZWhZVU85SVd2Z3F1N2g3OVRhYmNwd1dEK2owSXVhb21ZNnc1YU1xajY0cVNQUFJnbktwNjQweGRjV0ZCVmMwMVd1VXNTOGVWN2s5RTJDaVJEaXpBYzVjem1QRWpHbjgxKy8xSVV3K2hpZ0puUkt0cnlKcjk5OG5kRFNGV1lJOUVoWWFVOWxJaGpDeEhiMUM5V2tEYnY2MUFoT1kzMDJYSDE2MUphWllRTjNtK3Mrb3JJQXoxOFhtMnBiNy9KbVJWbHZnUEJTWmZ2WmliMXJtYWRmOEo2SGlxTzFrQlZFSEZNS0U5cXUzcCtHT1ZnRlpCOEIxckN2enowMEM0RFhDd1VMMTgxQklvcG1YYStrWm5taTYvanNNTTFkZk5ac2J3aUZjb1BtbmVPS0FveEx5M0pZWmpmbGd3akh2WmxwMndTQ2gway82L3hRNnZ3akY0VDJDZFUxLzdUQ25lT2dSUjlhMzdQdDZQclRrNlo4c05kRjJ1alNyUzN0T3hRMUtBcktlTnpPMU1RZllReU5USHBhSExFNnllMXVGUlB3RzFjRVo3ZFRIWEZCbm5mc2l0UW9PWjZ6cnlkY1pva2hXd2dQMy8zcEtBekphVFFFTGJzQzFXRFJkaEpnOThaOUl4aCthTU1JbE92WTRxdW5qTkpON1EwdXJtRjM3Mmd4NkZhdnJRZTZGOGkzVko2MGlYVEhMckhmU255MzJRYWZEQ200SWpYdDBoVjhmK2RNRFRtZjI3akduZnFVbUxTRmNYbFFnNUtldS9UTHpVUHZWWU9YZHhLQlFMU1pqaFhuQ1lIUUVTRXprZGJ5Si9zUjdzVE5KRXQwM2VZc0xwYWtuNUdIMjU0VEhIQ00zOGdXc0ExdENDNE84WjFkQjRYTDVqY0R3NDdwQk1pM1F4NG5IRWpIekwxcWEzclFIcnNyY2NlSUV6bEFURjB0T2N4OEhRYUlPZEVxb2VnanQ2RnNmcmNMZmZ1QW9VbTFLRTl5RHVIbVpvTFVwVmgxOFRQQXQ2SmRSVjNvbU1zd0ZBaFZsaDBUZ2JyRTNJZFhEN0NIbHlaWGtVc2pIN3dpKzBDbkxNdi8xeTN1UEd5RVQ3dk9JWGhsL3BsZHVnSmcxRGI4djRhS3Y2RFIxUS9UWk44WEUyQ1UyNjBEZXpmdGdmOVp5akFDSnoxN1g0V0lEN08vVFZURGVkaGkyR2dCNndoWTRBREJRMzVlNDEwK25FY1VyS041aE85VGlJclFCMC8vdDhBNWt0dklETnF5QTErblRXMGZMVHBWKytOdU9tVi9rbmMxbWRjQjVQTU9QK3hKdHU1alVYcURGcDhrWTVIdXRsdndrK05MTkRMZGlwRy9xaTRiNms3dm91SndpRGtLL3gwSGdpakNoanowY05rOUlJNWxzN1RyMU9talE4MW1Wd1NmUTZGMk9yYk9CRC9JeGYzaUhGaXdFTGpibFBEUjB1Y2xiNHRoajk0Ry83NTA1MmpaNnMwMDArcDY1aE1yRmlqeXAwVUVPbm9Qclp0ZnhlUE9KUHp3WUlwY2R2aHVkNENwQ1FrMmZxL2ZxWHhBMFZrN0tYTnpwdDliT3c5VmNUdTc1Uk5MQm02UHpJMmwrU1dUakNkc2xCdGJna1NpdGdSQTlMRCtnSTJYUmV4T1pFQ05TNU1oWWRMazJheVMrWVlwMHQwWDJ4T0FrYXBNV0RYZ0tBa3ZMZUF0ZXp1cFkwZkJQMnhGdjduSlZQYjZSOXdtU29mRDVkRG9xTlVkeWwzNDg0Skd5Wit5L3AvR2hSeWt4QlVjWVowd25tREtlLytGNVVHRHVoVkNlOEx1eFJEbUdLNUFXc2JnQk5VYWZ2Q25oeEFHQ0lpOWY3V1dtUnkzRHVDcXJoVzFQVEtwUUN0U2Y4OVNhbU5JSlhUYVB4T3VlN2dGTk5UbFFFNnNTOXFSRjdIL2sxQ0h5NkNBemRYNDdHQWVmTHdvQ3Axc0E0OEV4QjI3cG53SkcyS1pTNFBoSWFZT1NieTYrR0xNYUhGMzFKQ2MxTWlBSDJ2cnEzSnB2dEFWdUpEclgzR0FsZlVudlN3dHVmaEVvcC9HRXEwSjVMY0pVV0F0aWdmQm5iOFJpMVJmbG92cWJnaFRBTVNBZGhSUmt4Tk12L2c5aVpxejVmN0RlcE5MZFpLbk9EaTRpYU03YkxNWUgxdUxwWEJFRktiSGExbnpQVlpGQzZnSHIrZ3JsQ3Z4SFNqL3J6VVFtMnFYdlRZbFVSTW16cW1NYnVzR2p0QmJ4WWh4VjRWMzgvWmhGTXYwMmtkWk9LK0dWSkRiU1ZtSzBCVFk1YkhCVXdsa2svWHlnOTVBcnkzRDhBQmZzaEVzZTdMUFJJWm5QcFNxMjI3cU9TdTNkNEt3M2VlRCtJZ2xYRWRSZFU5VHZUSFNkZWlxUTZiTWRadHIvZ1pJbFhMQ25jSlRLckE0WTdUbHU0SmwwN3M4L1B1bTNHcExSbG0xODJpNndWYUpxemIyeVRBVHVpZ2gwVUY1RE5aczhETy9NV2FQd3kySEphc0FiUS9mZXJiTkdOWUxySTFXS3dFdjJlRXVJWVkrMnVtRHlyaGVIcEFzbW0vOGpLQXBUQlAzOHN0N1VJS2lTcnlRblpURjdKQ2hRRnI0TEhTRFM3V2RnSklZb2RJRFdVYmpYa2hYTmtuT0RPbG1jWm0yb04rVnl0NmM4R0ZDcXFPQzEwM1gwNmhPQmFubmcwWEovNmUwdkhNdDkrU01sVWpiaDZUbTlOSkVBUlkvM2tHeG4wSUFHbWxmTWtBTEltUkRsdG1zWEFEdXNHekpsTlllVUZURzVVUmdVTWFjYW1lZnEybmFpWlR2MVVYQnk0V0FQcTZiRnQvSTd3clJQZHpuWmVQU3Joc2JsUEo2bXJ6WkdlR1ZINWt0S2w2cVAzSHZVVjVsd0V2b3ZZUXhBNEtSU3VTU3dwVUwwQzZna05IcTIzTmtOWTRhY3BLVnh0Tk9ldmlEcUduN2VIRjk0MCs5RGRsR3hLUFFrOXFaMVZ5U3BpMnV5UmFRM1RxVFpUbzAzOFNLV3Q1M1VUa1luNmM1UmQrWXViSyt0Q2tkbC9rZEJ4YnBPMzRRSTZ0ZzJqYjJ4dzIyVUZjQnQzeXZVbXUvdUlUbTB0ZkRRdU9YRVZSc01GWHFiQXZKT1dsNjRkRkk3UjVHMERlL0hVN09lczVIMGdxRFRCTVN6NUZ5ZkZ5bFYxbzNRczE3cExVN1NzWFlvVkh4NmphY2dkWFBpd3o2MjUrQ0ZnL01sQUMwakJmVlFaWjRUT0F0NEErZ1ZKdlVDZkczMEIwTTZYaWhUVFUzd05mQ3d2cU5TRko3eGVybFovckdxUTJxWXc4Y1I4OU05Vmd2R1loMDJKN3VVQ0JxMXRSZlgvUWhIUUdLa1VjZVlCc3I3WDNxaEpKb0NiTkIvdkxDVkk1WTlaekJmbWxIQ2pudkVRS2ZUTThneHpRb1gvaW5ZQkU0aGtXV1ZubGhUK01YYWw1ZnZwUTFQbHo1QzM3ZTJiUWVETUpmaXJTZ3U4K05PbUZpeXp6SUk1YVFOZnRsNnhNQzdUSVNndVB0TDI3NVovR0t6WVBFYm9VL1JJT20veklmNjRoMnJETzNPMDVMWlBVVDB1UDZUUEpYMDhzdVZZVlNrK0tiZERGdXdFN3U3UkNIZng0U0tjS0kzeDdmWlJNWXl2bisyVTBaU3RkNUdvS3QvSHBac0NNQlQxakw2QmVyaDl5Smt1VWJDODBLR3VtZG5Xc0hPVytYUFFuMlZ2MjRpUXdzK2F6dllMODhqTjMxSHEvSWJtRFNHR2dibXp5NXNxUTZjaFJOWThqREt2MWx5bGFNdTcvQnZsc0p6U0RXdFlVWStnRTVlS250OFFGMGt3YWtxUnNNdnRmdm82MmpXcGFzdFp3UXVmWVh0ZlZnVDYvV0dFa1M2eVAvVmgrTkFickZKdEU0bVduZzg5Tkhja0VtbENXZTZVNitHcXdid05tSGlPeWZET1ByZW5zTGsxV2tEOVZpb29UcU9zY2V6TGx5RHNPOWRTay9kUyt5RkZpRTNCS0tVRSs3dkE4VzIyQkF0WEprRnUrWnVwcmlvQThFT3NDRXVTVUlZc1FsMEJJMDFZbkFCLytVWkpUYW8yRnRHWEIzVmNORkJOTklVNjhoeXFDVmJkMHhEejNxNVZPTGZOS2srcS80dVFHMVFHZVVQQnFKSWttbzgzeHc4T3MzSGFNTThnUnh1eUs5MGp2eG8rUVdNTWU1K0VIWjRTL21WZ0RCMWJWSWpodnZ2UEh5NlJrS2Y3eWhaRHJNR1pZWTEycTh5YXFuSmQxOHdXWDNKTWhYSnhTcWJmeFNFOE1CRTIxY0JiTjk5RTl0aHBNeFBtS3Qzb1VVdDRWeWtPdWRoUEZQV1VjRnZNL2xyMFIwenhTQ0VNaW1TYzJLZHFrbklTeXd1QWZQd1JSS1Rabk5zblVydXc1cysxT3ZkOWljRk5VOHhad1BXRCtEUmsrMkR3UTZPV0N5bmVWOTl6RS9MNW1hSFZIWjRjeGxUcHFyTnFuMTI1eHZ2Q1hGMUh5aSs5YXphTUIyME1aeS91dmFXakxkQ1JrVWdxb00yNFByQTRSOGlwTTRac3lFeEtPR3FGSkN4cGdSeStKQ0RQY1h6UDJzdlErQWdMSGxSMERzeStSa3EzUHRzUzZYSWE5Zk9WUXIrNnBhZE9jcHZaMzc2UUZRYWFZcExiNGFBYmlxQTAvOTAxeTRaVEtqTHdvNXVQYnBwSzdac0o0amhIeklyNE81SjhaMXdyZ2VUTXF1RTRMSDNpNXhhNTR5WFR2TSttbHBpNDliN29yaG5kYldManE4NlU5RExvRlh4Z1VSaWFWOVJLZWRXeXZNM0xQWURwL2xERVFhT0luTUtUd2NXTUlBeFpoT1J2UGJuRlBGU3ZLYXFEVDdxYXRuakJiMmN5aFU0QjZFZTJZUmp3N3dCWTVPNm4zNXFxc0h4VmdqY3RFaWZmT215cks3Ry91dVk1bFRQbW1TYUhuV2dhUDlzS2t3VGxrdVllSnFvemcvY1ZpazBWUVZ4bzJRQkhjWW1hOUZYSW9NKytuUER5cTBhbk5iU2s4ejFXVURiVCtOSW5VNm5xSEp1c1dFU0daT1k1dS9DN3UrQmZUcVNKYWdlVUVwZ2d2SFJtTVpJU2RUSDBDbGo3L2pXaXpHay9hNGEzaDMyQUk1TFFwTHVuUVF6ZWpCdnpyN1VuczJZYWx1YmJNa0hrYzYwaTFpd1J0T0VNeU9xTFRDSHk1eDhwZXJlVmxLMEh2L2NTRDhrUk1Ld1FSejloTTZWU1V6RlJzcUpNa0hsVUhFZGdZZmhQbGIwc0JpTkF4OWtPek5iRzMwQWVHSHQ3aHdoR1FKajI1RE1ldHFLNWlxM3NNbUlETmJwLzdkbkR4YkxTNytrTjR4bnViZDBJU2hOZHpOVGI3aEh1eTQrWmhRTjNWZkdQK3FaZlcyOWY5YzdiRXd6dGJ4MTBKeUNuTHZTdnN6VkVmM0dtQU52ZzYvS0EwanVIMEZFYnNiRTEvaUVTRnFPYm04VEtKcUVBUVBQSnEzMlNaanZydVczNmVieFhSYTFmT3NPYUpIZGJQVEVSVlc1ZVRyd054d2pOUmk3OGZ0d2NvUTJZMWdDR0g0cUtWTEljT3BCbFBiY2tobWU1cE9VZGI1TWIwaDZDOHFtNUIzOUNkYkxQMnRha3FtN1NwdVJDMmp6UzAvNWc1QzBiVldUb085ZWYzNWNEL05tRmVCNXZZcGtmQnN6bkZjMUN3VEttaU5CRnFPY1VXQVA1T3ZpZEltNW9YemRHa1lRTWxKd1FYYlVCREd3aEVnUHo0WUtpRjlmWWpwZlcxVnFPdnUzMzNpVVQrWmFzNFp6VG5sc2ZiNHZEUjBPaStaMHU3eXNzWVBMZDBCbTlmUlcyZHh1ZHhTQy9nUHMwSkdGNktQNFRxUzRGOEpOWUROV1RUTVNRVFBkTDJienlvRUNNOUljelQ5bm56d3hGdWltYWRkdnBkeXZzTTlzOXVNd0xqUEp3TlN1d2NVSDF5WG9YSDBuUUs5bndNWHAzc3RDaEkzY0MxTmk2dW85dGNSM21uQ0ZhK3J5eVB4N0tHaW9jOTVaNGxSWTdCNDl2MXkyZndoRThJZTJCS084bDhRdEFXbmxCM0tDVlJ2YlNhVWZ2Z1dYeXJsU3RZSGhPQlM1eFVwcEdZUzFjVTAvU2NDS243U1Vuc25abnFMN3E0cE9td0FEcUhhc3dwaEZDUml6dmU4R1NWMUtINEtucUlWcHpuSGpZZHM3ekY0UThCWUxTR3hPYnIzOEo5UDhsYllraklWZlcrd25nQUVCcUZKUTRZU1RLbnZKVk1jVlNqUy9xb1h0YkgzbG1WUjlyUzVQbkJqZ2dxWnVIM21VeUUxYmkxbFJQMllpMmxyL2x2c3NsQlhEaUJJam03MU81TWZYK241a3ByNml2RlEySXMwN1Q4RGNHU2p3NlZHMit6azJrcnNDRDlaTStBQWFZeG1SbGhLNXFXRlJCMGZkTlpEZEpmRzl0WnQwZGlFRzFnZ0szVUpZS0x2aEhzZXBTUkJMMUdRSnNXQ2tkRkt3Nm1Kb0kyMlAvVjAyZlpVUFNHWFVWaXB3a2tMNW9LdGNvS0ZqOUFlVzBFaXoxQlJ4RlZaSUpMUkhEYWxhOXhpVlg5ckxuNm1jNFhTYk5WUXNkOVZnUFFDSkhCY0RJQ25WUnZJc3JIbjExWlhhZFUyWGRnZW4xWkl3cDdsbkU0NDdobTcyZUltWnkwazk0REFUdWhuMVpGY29LMzBabFlHNitwaEc1U2FiUGppTUJaZTRhbWhNY25QUS9uTlY0UnhYelgxZTdRUnh5WjFnbzcybm84Ry9IRmQwNHo4aWp1VkdoVjlCOVEzRUpkczVKTCsxZTZlZlkwRHg3MDY1VkdHb1hQT3BrbWVsaXRqTWtvQnc5T0hyOHlWc1hUMVZXTmJ5N3pQeUVkdVo2Z1B1eThxamVxR3ErVXJDNEVFSjdTR01iTGlGaEExMGlzTDFrK1FPUlgrTlJFSEpZZWlnc1BpekRiTU1TTWtQbDFMYTkzS0pDZUUvK29lWVBFSVhBY0Z1ODNEeEJ6TWYrK1c1MlBPcVNFbXB4Mms5d1dLckJ0ekFBS053cEE2ZDk1dTFEeHZxV3NWTG50TEtQaUFRRkZJeTJyc1B2MnYwNXBhQUFaTDFxeEN2cGF6UnFWQmduQlBYbGlDbDliMnZCUzFueHZDcmRSK2Rham03NlM1SmpyV1RFcWN2MmIrZFYxZjBrWE1NZytMbndhY2tBZWthSGdKelpEdFBpOVBmZ2hKeGp5am5RZys4ZGduTmZXNDg0dHJmcW1BblpHbXQyZHBIZVpnaTBlZnd0Q2VJQWtXNVdndkN6c3hzUVllRUtRbUk1aDI3RXJpOGh4VWZ3azhUYU5SSTVxTm1BcThWSVJENkxrQnlqclJZSDFYZURKR09RdmJvdGYwQlZjdlhtWFlNSnE0L3I3eWkvaUx1NVU3TGJwZGxWL25aWTBFM0pKUzRJTkFrWXVzRWRvVE9CelFkVkhkTGc4dWkwaTA2VDBNOTJCQkx1ZjlxcGpVZzB6cnB6Z05wK2dLL25Lb3NPaDRBbkJ6SXZYNTV5WE92dG1pUXN5eDRqVEhReHRFT01xaTlWRWlMajZZOXhMZUxiUmtxbXY4clM2L0dscE9kMVNFYnRVL2cvTFFic0JZMjdWTVBuZHJ4dWNycjIxcFFLdHZiN090alQ3R0dTVFp0N3ZkNlZtZjc3ZUVYTlRsNUlHbFpUSFI5U3hpcE1ObnZjWGVEUXpReUxpMDFibUFqUDZrMlpmaEZON0V5eEIyOTE5N09MY1AxK1FSYXJZU0lOYnQveVV4K0FhQk1GSWNMZkxaL1VneWR1S2JrSEVjaE9lMHVYczd3MUJCc3ppaEdjTDdjNFV5UFNlSmVrWmNlaUQzOVRxcFdpdGZhR2JGb2NVbytKMWdsc3RCY2FpMnRJVklFck5jZkRSeGU3VjZZaGZydDJ2WnZxbndiS2RPUjlJOWJsa3ZoYzBQN2w3SFJzc1JhSFVxd0Vib2kzZDRsTUFvYnIrOUNMNlFBQkxjQlBvaXVyMFVDVDBYR3VUdWhiVU9xYmxmaXlPcnExOEtYYms2ZDVKUFN6ZGxDcGFPSncxS05ZVndlMm9ZRzE4UVBqVXBiYTNjMWt2ZWJzTFRyRnFEeHYvYVJRVXZod21lang4T2dMeUVrVlNaZWs3a21oYldkRDZtT0RMSXVjODBzZ2tLc1FKTks2RGc3Si90V2Z1eVVPQ1ZmZVZQV3RmaVFBZTZqTUR5bnEyaCtLT3IzUSswSlk2Znp5RHdTQXhyM0ZGOUZEZXNSWFR4dnVaUXQzcU01VzQ1eGFCVlhQRm9DVFdHWUE1OTFQZFJMTE5GYU5od0xtRWlaMTVCY2hnK1piU3R0TkhUV3RVQWprS3E4Vllhb3o0Ym1JM0lXUXpXakNyMnpkSWoxcGwraS9vU3FxL3dOWFdlLzh3OFh2M1JrTFJvQW9walNTOEVOaTkrUms0ZkdneUJleC8vWmQ4WXYwb3IxcEVTbVBVU0NaMzNaQ05pUEl6Y1pveDZWY2lQYUg2UURxc1I5eVphWHZEaGJ3V2VMZXFxaE1naWJiVjBOZHNtV2dxc3dNOFJONkZGcm9MU05hV2JqR2ZlK1N3QnRSaDFoOE9SWmluM0pUdkJKWVlJSzh5amZYYnlkWExIV3FDUURqcmJwUkRMeFFibE90a2kxeGxFdnpWREpYTUdsZDl5emV2RVFOeC8wY0Z1TGJkVWpaYzFYckxnd3ZXT1c3UVBzeDlXclJVS05SZGV6dGdNa3RsRTZKeTBJbnF6YnlReUZxMTZ5UExxc3pHNEhJK3FEb0hWOERtVHlqQlJhMzRDYmtXaTd5S3J4c2hyRmlWNG5NRjIrT2dDaFcwdFdJTlZ1MTdoVkRBeW9HUVBqSVZkNTlGUjdtVEhTRnZnTWIydVNiNlh1VC9TTHpsV2I5VWUyR0YzZlVTRXg2YW5rT01qNXQ1TlgxeFlIcExpazNWREUzTjlKekV3aXZYNE1OaVk0NFZIZHRaNzF6aEFENGhvVE9TUVoyYlYwY0JLa3JoYzRHRkJIeXdxbmVaSlVucFZYTCtWb0pmSDAydzdVdlJramF4Lzdzbkh0bHp2L2FTVW5pakVXdWlDV0VFSm9WcDdIak1sVVE5WkNnVU9Pdmd4SGpQVmUvU2ZDcFd4K3QrbkxocExmVkNyQ0hUVGNFY1hRNkNzSU5CUWJlTXJtd0pRY2FiVURWU0RhT3dEd2M3eGt6Q2JBaHpBaVcwSHZvdGZVbUlXM1h1UWFPYlRlUmpRZ2pLem9jMy82NTdRMkg5SUZDeVlMUmhnYkFuamFXbjZkTzlMSlNaWmhNV3ZCcFcvcUtEU0dEV2tuNzdOeC91M1psYnhUT1JQUWViMzBoYkF5eG0vT0N4N2dodkIxbzJBL0hFT2NzVnkrTUhoMFg1aFdCZ2cvSXc2eTF3UW80UWZDOGEwWDRWT2lkd3kxVkpYaUVyU0Fhc0FSV2FOS0ZTKzZLbmZoSDA4Rkxob21TR0poemtZbEVzNTA1a28vVXZUNHdYS0ZzUUxoNjJUT2lrWEIzVnIwbStJNFZoY2prYnhIL29kSUg0ajc4VUZtS1ROb0ZGYVA2akVWc3hSUEErU2lUcHhtZllocGU3bUhPSkFSTDYvK2QxaGtCUkNTVHNJUXI4TmJXWE14RUdGN2ZPSFN0cVlpQ3I4Y2RncUE5ZTlIeW96ZXcvMXV3MndrVCtYSWx3V0pqNEdBMTIycW4zVUoyb3hpcWV0Q2k5TG5LeGRvTGs0TVJzZHhWbU1zTDRRKytiOHB3QmVQakdmWnBQbDFXK013QXZwZGY5Y3A0a2lERWxUZVVob2NWdEI3cnlQbi8wdVIybHU1UEY1ZVgwbExSRFVFdEZTN1R3TGVrMmNOZXpRTGp5ZENYcGN0RDNVUWJ3R1Z2R0M3bjcrcGI4alBMMTVHeDdnakxJL09WQVpaZHhONHo5ZEFnREFVek4zdlJBMElnUGRxMW03Unc0aTg1RjYvNGlpMGlwcWl0RnhlOXVMK25HWmxsWWt6TkRiV1ZpRGFuUDRGMDRxOE5ERUJwT2RjWEd2S2VhWkpGUU1OQ2JGYk5mMjdwbEpPNGNFMHExT2RIWFo4Ti9mNEFuZnpFTkl6R3NBK2s5elYxNWo4R0tmTWVYdnI3M0FKVmI2NWkvajVBZ0ZwOVoxRzVTd3c0UEZ4N3FEcDVOU09QeEZWaEhLRy80cWJpYlFZQ2FUWnlUSmt6c0RLYjBOYVVNR1F6ejlGSHdWMWw3L1lnb3NiL25Vc29vMDdma3FZbzdWV0MvNzZSdnUrbkNZVEdrK211cE5UVExyUFh6M0lnNjczWVY0eFVpVHlMRzV3ZTJtUjlKLzhtNXV4aFM0dXJENVlvZ0NnVFpUN2p1bGtpVmxNNGQvR01kNmlJamQraU5iMlpYUTg0NE53SUFCcUNETlpndG1KZHZ5VFZZRVJWcUJsT1p4eGZpTDdwcXVzMW9USmhlYmp5bXVqUTgvc0szdWpOV1E3Tlc2Z3BSNTEzbFBmbHJDd2laZmw1c1FlVVVibkFaMEdrNncvQStNYXJuYVA4QjBYNGNVbUlyenMyeDhGNnZCMm5nenV1WWQra3cyWVN3QXhzdjB6bzB3bEVUbkNGQWxDZk5NZU9LdkVHRy9EcnRybjRaN2p2MEVsVVMwMVI1RmJTZDlyN0xhUVVjcEpsb2FhdFljSDFoQ05FTVBNM3p6bEJkRjZDSlNlMllXWTNBSHJzOUJnZmVUK3BJV1lwbFR1VXdEZzlUcDEvMWdkTk9lVmNUTjFNNExuWUF5WThQVkRPWmFUMDEzRFd1Y1dKV2l2b0JWZWRUVnBGay8zWVMybGkrZ1FiVFk2d2xoK3IyK0xWcnZYaUZVTWptSDA4YitaREo1bEV3eEhJZnJZd1lNY2lud1F6ajFaVFhFWnZTRmNxSGdiUmJsVDhmWGxEcm5SZ08zNTlNaFZaVHJxR2pab2Y3UlRCR3I5RVRQRE9aS2pWMkxqOElrVmd5Smgzdm4zSGl2N2dkOWpJalNETzB5alozS3plVGtjUUs5L2RCcWFIYjVTT1YweEt0bjZDSE5IVXc1S3gvZ01RT3N2cENRUEtOMG9MeWdoNk1GTVpNc1Q5NWdKdDRjaU45NlRLL2ZoTVJsYktFNU96SnJvSWdxWlE3czVsYktYZlp5SEZpbVg5bSs3VkN3SHBnV0hDRGdsSTE5VXF0L3VoenRoeUx4dm1ma0NPSWtqUWM3T0ZZWmlZcnNDaVpFREg2YlNmZnZybFluaC82OWhmdFRhaWsybVJ0cFFQK1NobUgxUmxoUmQ4ZnI2ZFNZamtDTklwV0dXWVRQYloyQ29KVk1ySE1iMmNtRCtmQ3NKcWRwRVJhZXVhNEUvcWhOUTdtVnFoWGxLOEhaa2pVZkFITTRWeGNkVGpuTUM3M2h6TzI4M01Eb0NBTzRubnlQUEQvWDRvT0VRVXM0SEpVeWMyOTJTb1RkRjdHYzVLNzh5dlgxRlJvVjI2ZUdhM3hScmljc091VkRUV1RuekR4UE9QS25wVmlWbXN3QURSdDVGWDllU2VaTkJXalZGNXlKQ1hEVHdUUVBidVo5cEFESlMzRFNacmc0RVNqbVhCRXJZWElTZW8vZDFOT2NMaGx5MytyRjRPNHJxM1BHZWxRbmFWMklOUWhVZWdBWGE5NGl2QTZKbzV6em44ME5hUEVxc01QOUhiUEFiZ04xbENzcnNVVjdCRk96S2lOSzUrRHAxSksxekxac0pMRmJuT2VHeGtmMlJlT2RMZWZCWnBBdWJlbWlyQ1lMUUtTeHNQMDMwMThnZ2U1TWd3clFLcTIzS0VWZWdYQVBnRVFwZ3pvSno1bEpIbFl4OEQxaDdBdnlWckdoWlBSdjBzbUxjbVB1T01OcmhYOGg1c0VZK29ydG1HS05XQkpiVytGWmFqVUZHb0JEeENYclo5Rzdjd3V3bWlSM3IvbWV5dGtOMG1FY0UxTTZPL01MQ2YwNFcvNFVrYm1jUnMxTXhGL08yWDNkQU9SRmRscXYxWC9aL3JuK3c1Q2xyMHF5VG52RGNJdjFEK3U4T1ZpeVpKUTMvazEvNzN3bWEyaStEbzhrM0VDeUQ3Z1JVQnE2d2JmSTdCSS9ES3pCZTFVQ1ZaU3VlNGFqc21VaXlOeG1RNzRucTFROEc2R3crTFREY1BmU0RxUy96MFphSk1LbkY5cjJEQXBTSkhHcS84NWNrMFBZSUF4azRLOWMydXFNaGE1QnFPbm81VVVld1MvRmJEeWxhSitCdFl5ajhYbnR5TWYrYjAraDYyMFY5ODRjNmY4cHRYY2xEVkJpalplNzhEUnhwYk9xV3hQZUJtTVMrUG5IRU9HY0pUVlJnNFlYYzh3bitPL1pmZHFsbitqbitucE13MXF1Tmk0d0o4WElrT0h4T0NZMERSS3kzNjdwQkEyWVRoWm52dzNCZHJFVFhoQ1pTVlFtd1REZWFySjRDb1V5eGZuMWtjcjByUmZTS2FWekFCT2JpQTllb2FhdWtsM290czVnZG1xL1l1NlZ0QUFuK0czdEp4UG1kZmRvVGVNWVRGd0xvay93QXRuQytyMVFXK3AyYnFBYXdPRytQZFhoaWlTSjVYL01vbnI0OHdnT3RPYXNWejlQenVKeXQ3LzdYUmxlM3QzWDZCZG9IKzBFd1BubFMvNVllVERGU1lHd2F4V0hpSUs0MlhrUjY5SGVvcStKQ3RSeUNrOWVEbERWSEtEZVZtVENiVmJWR3Y2N05FWkg2RmwwUmo2cHpqYXkzVER3ZllBeXhLbnBuaE5FVmJsbU9hbFNQNFpWZ081aU43RWltRGZNeHJtUGpjL3p4RDVwekpWaUlCeTFkQWt6RGlUSzFMMk84UG9mRVJyZnQ2dlhVaHU5K3dLNHVJeDdCeWtTTm8zbU9VeCtHVWZPN2I2UGhIMnBCUFRsNllyUXgxTXk5SzAvbEFHenI0RHBMMU5PaUhpT3NIVTdJdWVlazRHcG5FRGlwQlBNMXJ5QmluNFUrd2RrZnJFU3Q0OFBMbGQ2VmVoRzVYMGFub1pPdDVxQ0J4RnFsTWFZdGFIRi96R2lVRGlvNHp2QjZHRmVTOWlCdmdHUmNaRGNDUFE2akpPSG90bytKRnBCaE1BVDVMT1lsR0RhSXg5NEZkSjJWeW1lZUVDMU9DQ3FPUjVBUEN1QWovYStramZ1K2lUeWgrY2ZySU5VbzRaMUpJKzRFUlpaUjJZNDR1SmdYcHc4YUROQkh3akR4TXFadjVKQVdPV2dZY1NjR3N6UlFHWDdWUUk0VjdGRTRrY21GL2FkMDhoT0piZDVCZHhjcm8ybFF4T3ZpY1lpSVIrN1lFYUlaZ3BrZU5lOVZHU2hEWkpFb2tLYnJWQyt3NkVMQmFvZGMzTW1iNndSa2xYYXpHQWI0Zk9yUVZyUWpiNkdzK0s5S2ptQVAyYm0xaWFrTDl5a3RabXJlc3dxaFlTNUR5MWhOeUVlcUtKdGc0ZDVVMlNzWU9mdzJwejArWXhVblJ5cWVFVU9kbEN1ZlJXU3ltdzlIVlpoUDdZL3J5R1JQS1YyS2tnNVFWaGRvMGtZbGVLTkZvMTVxVnN6OGJTNnhEa0VJQ2I2endPb01jb0djZ3JqUGlmTjZzWlpjaUxtdnRrbGVaUVU2YndhODFYZzhld2JrRkQzb2dSbkxmMndMWlA1THZKL3pvbkRWcThOdkVFOGg5alh4aExOWWt0c0ZDVFo3bS9WZU42YTlNZlNrU2NscTMvTUVRZmVXNmhjS2FWM20zd0RaWVI4ZnRhS2QxUXRaMmEwamZlbTA3SWJGaXNsbXRsVzhkQXBIWUZXNldqbU9UZjFrSUhQQW4yRE9DR0tLV1dWVlJYcTlGcXJEQ2hvYzNpY2VjYTFlTzBLdHlPdHkwWnNaMy9sZHAyV01YUGhFaHZWVzczR1JHbWovdk4rTmN3VDE4bVRXYlN2amE0V01kbVBySWFLR2FDeUxKYzE0dGRLdzhYalIrZDN6YkNrRFhXWU5rcGg4MDZycm4wOEJZWm9vZmd3cFVwUHNQcWl6MlI3NnRpZjNzZ2kzdFdHak44akhya1AxcUdGbDJoTjhraDhHZ2ZTVlZaZEdQK3p5allCQ0JaNGU4cWJQeU4yR29JZnN6djRWYURqWXpSK0FoSVhjbmlkRW9zZ2p3dk9Wd2VvYXZmQ3F3UlBrRXpJV2hGZUR5aWQ0NUdDMThrM0hnTnp4d0svQjdjUlpTNktWMjhjMHJZZmIzdFJ6RGZsQ0Z6alFUeS9ibVRKeExNd3JuYXdhOTlpM0lQVmZuTkc0QXplNUFVcDZyTEx6YzZPeXFVekFQdm9HTm4vNUNQZGpxSjBuM0NwNXRoQ2pvT0hPTDByRkFEcmhFeDVPU0MyV2JsSmZWU3YwQnU1Nkh2UVpwQnRJa1lrY0F0Z05QcWZvMDcwdlBCRXFxbm9RTExhQ0NuOE5ueGVvc3REblNFVkxxQlNpbnZtZUcrZitabTRkdE9YVWRFeWRpbFM0MzZ1TlpFNEJHUnZpcUNEbVNKTkNqclYyWnFwVkFuVjljSDZ6TzdGaHVNYnFUS0hRWmV0S0o0Z3pES1pKTGNsL2NoWThyL25xaFV5cXgwamhNMnN5aHdOV3MxUS9sckhrWEJMRXFIR0g4bzZrSFRZZDNaN1kzaTFacDBTYWNidERKSmFOdVVzcXNYRGJ4dldNSnpFd2drdXF5dVJCY0U2N2preFRRSEk2ekFmVDYrUUZ2NTJ4SVU1ZE1mUlZ0SjZpSndQcktHL0REKzd4MVM5Mi9rN2tKWDd3eGQ0RWZqQW5jWTkrekdnWUJuVUFDd2taMEZ1b2JUc3AwWEJIcUEwUlUvNUxqYWhzVXAwUDJ2d3VyMys5SVZXRVVwcEluTzV6T2szdDNhMk5pc1hIMzA5TEFZRjQyOHdXbW56bDczcFZyN1pCU2hDK3RHMXZLSS82K0orbVpvMnNYeTA5eFBjb3QvMHRqdVd4N2UxM1BDVktNUys2SWI3RVh2OHEvcXhhUXFvelhUODQwcGN4Y1p3enEyR0R4MUREc24vU3RpeHoyUnZJNDdkdEJZcXh3cmpZWWI0L0ZwK1hIQ2EwRVJlbHB0ajdDQlAxemFaM25oVEFyeTNMN1hEaHdJU0FzQnJGZDV6cGFVMUg1dDZTaXNvTG5VMTNCYlJOdis5WGRKUDRjTThLQ3VReWhSYXozb05XS1k3YURtVnRBWEc4ckc5bTFvNFc2RHN6cXdtZCsrd2V6bnRLdkt1N0xhTStPQ3l3bGNsMG0vTnM0Z0lFQTZjai9GT0hodUdaNUZKNFlwcUpkUGgzQzJrVmRxNk8xYTI4bTdZb0ZLL1p6Sk55dDcrY2ZXUXU1U0hlTnROZXd5TnlweXpjclVKNXVudWRKclcwU3RjcmFjRFFDRVRxbGM5ekRqUUlpTUNMN1NZYS9ibTFLWDlCb2hIKy9VdTAxUVJ4NkpKVUlIUE9POGNhalUrNXcxOG1vUFJtbTZWZEFwaHRhL2M4eklRR1hwazZieC8xLzFXOXdiT01Md0ZhNldyMDZwWHN2R0xvSUVxbWtUSGpnZVpqdFRNRThQeGVzSWRLOE9LL2gyQk4zRjNGRXNTZlV6YVUvOGZOalBPb0lwbEdVWVc1RTZCRkNvejlBYmpMUE5waW5FV3IyeDQwa05uT3VLdXE4L2oyUG1VZEFMZWorVExYWFNKMmJ5aGNiWXYwU29MWVZMd1U0WXdaWkdodjlNMjhITVY0WXhjaVphVHZzWjJZS0ZiRStraWVpeVFFUlFYN2V4N1JiaGVsemFCVnMraEJlZjRRMTFZL1orWFYxUitSREJ1YzZhTTV2VVVUaGp5TVVFckVwQjR0cnlHRWIyb0ZMcVRsKzJQZDIzaVZGK3kxRFVWOFhOSGgyUmdsVUNWRm5YM24ybnRzdlVEM1JTSGZMeERGUk9ja0o3NjliRVBuSEJwdXJqZkN1a3kvRlNoR3EwYlBlaENrSzlscm5CU05BeTFkT3VPVGdkUHE2Uk9aUFo0OHRMRDhWSEp3NS9xUkVzY25JM2hMOWFoaFFKUW5sYkE1MGdqb2Z4R1d0RlpCakN4SU1sMDV4U1JjWTFZMFh2cU5MbW8xaGdwUnZoMFdKODBIem5wczhleC8yNWYxellaMlJaalVodTF6ei95SzFhYzFCZ2FRbUdWSWRVUnl4Z2RCbTFzWHphdC91eDF0dmVBOEZWM2UyRm5hQnQxN1ZjTS9vQ2FUZHhpVkxZRUV5cjQzNkNDeTRJSlFkUmFSbmlBbXI1Q1U2aFdXQkJubzBkYVhjcmZ6VjFWaHZka3UvNzlHSzRyWXZRU0ZpWDlCZVNhZHJSVTZYVFY0Yk9xd1hxdTlVRjFCVlZBdmpCTlVCWlBjaGtQYytjdEVuVElMY1dBN0kwcnVQYjFraHM4YTNjV1R5YWFRSkt6cnNnVEQyWFRuMUxGTWVIdkpoMEFBRytndnk2Y1J5ZjJOZnFQVEU4NmhLT3Q4c29vNzhjZ2FScUtYcVVMVHZXdytuQnRVS3liMENjK3RsK1d5d21zbUpIYmI5K0cyME41K05JdmxSQWprSUdVMzZUQlFIajE0TFRmWi9YOGxHaDJ0dkNFdW14RWJGVUl6RlVDUk43dmR6S2pMSlEzcmVSU2lKemUwMGlTeXNaRzJQZzRGT25uVzI2UFFDSmNJWFBISVBkaVpwN3Y3R0Y5R3pJbzVUVEhlTGhpS1I1MlBHQzBndkNKU29aTXMxdEJ5bkRWQzZJRGJ1UnBjdTh3YlJMdk16WTBuNUQ3SENqOTRqWWNMQ0hONnN2VzIzVnZqL2FvdHBPYU1wa2svR0dEaGpqYU1tVnkzUzY3V2c5TGxtR2NBTWNMUzhaUTlGa0FpUEZjNlFVQy81alVtYzVxbGh0SHR1VkFMaEtqcWNITTh2TDQ2NDlzaTVsZ1QwS2cwOHFiS05Zc2JsU2dRTXZ1VnIxdCtxWm5IRGMwR2p0SnVLZmZPa21OellnbkNkV0lZYzZEUUl5RFpFVisvZGpSYlVETWNjWjRwbCtWMzh5S3Z2OWdxQjZCR0lWRlJZRDVvQWN5OHZtSUJRYld1aTh0VTAyR2NPL2tOUTc3Y1prNEtTVGtSQzRuditROEp4N293eTFjcStvYmdybW5Ub2YvcjdrN1REREFaMlhScDJ6TDVpLzdkWkd5ZjNoOXZzQU9GNkJKLzJEM1dlWW10QlRHTVM0OTZ1bW5ZL3lPUXdiMTJNekJYSzc4MStXU1NXQmtaTXErbXNHRVFhMlB6TmZxVUEvNklZb2dsMFprMk91K3Q1VWE4M3YvOEFSL3c0YVViM2J3OUtxQVNMWThjbDdEWi9nT1hjRUE1ODBPR2JwSFZpYjhQcGkyc29ZOUpPUTRnaGZub1hXNWU5d2JkSzhuZXhZQU5tOThqaDRkZWZua0w3ajVGZDZ4T1VQYmpBdVk0NDlCQVBmbGQrZHlYMk8zZFhVeEd6dHE2bGJibkhuUE16M0F5MVZNT21XenhLdGhkUmVvRUIraUZya0tsVG1SRE95emV4bGlLcUFzVWFGa0NkZmVCQ3VXRThDNnFOUlc0VytWYUdqeTMrVzVpUzJSaHM5K0pZcFhZZEl2YjZlbVhXRVVML0JoYnZvdlVrdXFCZzdBVHJha0RpbG53ZU4rYXo2RG9XQnMva3ZQNFVITEQ0dE40NFdReDJUUGs5S3cvbW5yQmo1QjVSMmtOMEc5OHpkb0FERmwvNnVRQjF0NzNNNW84a3FFM2E3eWh5TXhlb3VoQ0dhUmdKR1UxdHNPMjFZWEM4czMvazhuR2VWQmpzM3VhaXF3QkFrOTlQZk1JdXNJKzlGdXJiSzFLSEc3REhDZmhZcjlNY09KbDh5VjlsUzkxcnBsdFlWMzdDb0dnOWxUa3RGSVZZWkVtUWxLVlVhdndTWEwvbGxQNUtXYWVkak1KNExZd3NFc21HRGdkN1I1anRBZDliWWQ4WVVBd1pDODhWQ0pDb21zbEZPb0F5UGNXRHhGWHQyejNhQnNIQWhUUzZIVndha2hwamRka0FlR0pDd0pZWndWdWdnYUJ0K1BkTlV3Sll3NUZ3Y2hHanNJclU1VnBJR2ZoUHl0MHE1Uzd0cHByYkZzTlFqN2laejZtQ01nYnhaWGVRakhnenRsbDFGajh3ektrdzdsVnE3ODJJaWRYcnBYR0pSSzl1Z29INDZNeC9EMzBjMGI2YUp2aVJCTDR4dFZpN1grV2hjNzMvbU5zOWFsWFNJc2tHV2hLbzM2Rm00QnZtZHJUeS9pTXpLb01VUUx5TEZUSjRLaU0vRklIelR6LzhoSHNHbHBLR1BYem8weWJsRDlxNmFkaTNZUjI4c0ZVUy9GMmVtcURkTThxT0F1RzZCU0hiOXlwNmZFWlA3eldvTkl3RUxObUFEeDV2UkxUUWJKVXA2cEhIYm01K3Y0STFPaUhUbTlRWmpYdFJSa0UySTFuOXRYSTJvbWRxeFEvUXZGanNpdm1BVFRPOW9SVlR1Z1ZKTktYR1pJNFNwbW5QZmR3MWt0WWJqOHhacjhKWFZmbGY2cjVMa2RJWThwNVd4Y09tbFZYNmVOTXRZbW5ia0R3WHhFUXcyS0cvRnBONDE3T2dDYVVNR1ZpaU9KQ3p6THR1RlF2Mll5U1ZVYUhTbC9vdVdjMTRZZVBKT1V2a2xQSmJoSEc3RFlRMXREZEptaTBUZ0pDOHJ1d0tJYzY1NGoxVno0eFBPZzBIVUthdGh4cmFmcUlpSHZOK2drY3YxRGZQdzJqbFJ6SkRWMStIMnNwVGwzREVxdytEbnloS090KzVzQmpHTUpFbnhIV0NwUVQrb2x5YWZheEVTUWtrV2FFSDAwazhZQUh4MzlJd3FpYXlaU284TUl6c1JrTG9SeTR4Y3lBUWd3TUlUZ0h1WGFvZk9zOThJMWVTZTRpZVNudEV4dUo1aEJEcVg4ek5lQ3VkUk9xbHA3RUc3V3l2TkFLNVR2VWppaGp2bkcvb3VTMHZVMjVwNHQ3MUozM2RhMHVKVDZwL3hhWU5KaXVTQnJ1cjdjcjhaTWZWOHZIRHk5Ynh1Qm56R2pITkF1UFpJL3JRVCt1UHhTMnNNNlBlVnJjVWtpK25VOEt1djZ6aHgyaGl2eW9sN3Zsa2l0L1Q5WUJ4V00vVkpOa0FuWVg1T0NzYUN3YTJJbVpROWF4ZXFLN25tOGN0NnhMRHRzaHVyTVNjMHNERWVoMVlEeC9JbHV6a2h3MzRiVTNQQTVnc2Q5TkRhbmpPRVdTSk9scWdHakpFMzdBMjEzZXdzOFJFbGt5Q0g5dnYzRmhDYTZtd05Hb3NkQVhHdHNNc3dvc3czMVFrZGpYOU1nTUR1aVpuV0djVmxZaUlFNnRaWkZyQWlKcGVMNDdCQWlLdGtiQkJ2NkE0MTlSbG5HY0tIeHlkQVFmcGE5cU5naktUNFh6d2cvTEpMNVRCb2FPVHJIMkFnekQxODMxMUs0ZFV1SGkySEhqTnpGa1FIVXo1ZVNBRVg3NXdGMG4ySEI2eWcwUGhjL3BEWkZPMTU0WHNzNTNKcHN3ZGJRa25hUFFlRy9pSW03dHYxcWVEazAvM0ViNG1hVDRvTHpDdEYyWG1ZV3FMUExxMVRLWG9kMUM3RFVoVFlWZk5TcHFMa3lWQXhvbG1VVkhoSWlWM1ZHSmVFVnRNYmVVR2lpUGZFR0cvY0pXRjQzTzZ6QkdCNXVCZHg4SmhBWk11Vm9aa0pDZm40Y09uY2UvcURVdEQxTDIvdThhbDhRVGlVTmllMVNmWFlBcVBwZVpJc3NPVStCaGtUbm4vV0FsdHowcURNNkFKUXJYWG9JMEY1NkUyU2hCR3VjNW5PYXRNRHordTVTNlUySDVINDJDQWtMdWo3RXUrcnB0RGhVU0U1cnlOaGNSL2xZdWE3ZVVwOHdhOFRiaU5ldU4rYXJVUjBPQlprNmRtd0t5ckcxSzdkTlRWYXByaDgvMENmK2JLZUpwUm1RRU9RN3Z4anpXRHNHOFJZbkZBOWx2VE9pZjkycGxMYmlIT1l1Z09yV0ZnWDlmSnRKQWk4MVFsT2I3cnFnSnFQYXphY0dSYm0yZUJjclRnZHhKdW93c0VOMFgwTkJvTG5kaHc0MFFXeEd0eU14dTBDU2ppVnhNZGluSUI2R2J6TUg3RWZZckpORGg3dE9Tdk85UGhXVFVIVi9ha3duRlR0Q3VIZmdkeHBBakQ0c01tYXVMcVhMYy80aks3eEM4Q2I1Qnh1MTJJNnFWMkE0dUpaWEVSRHVYQVNRdWJNVGR3S2dSUWVlcG5jZncxVzZBZE1aUUZRdHdYUm8yc200TFhzTHN3SWIxUytaUkJuZnJuYlBWdlN6Yjl6NEZpcVptTzFEeEl0d0xJdmY2TlpEZ0F6ams0QUI0YVBDZFJkMVlNYytyQTVpekRXcVRlR1hhc2NnbW1FdjZib2RPQmE2T0pvSGl5YTdDTmlyY3NxcU9EUzFBNnRsZDcxaTdXVzdrNklvRkRtNFoxTlIva2lsdEZTWWplWERaa3JHcjNWc0hOeUpiSHkvRFV6ZHJMUXBnV0tOU0JiSFd3RVVrNjNxdDVnTkJEbGFDRmFaWnR2c3ZzOE9ZTFlJZjd3KzYvb0NtZFNnL2pwZ1FnNm9Fdm9tRGhWTXc3aWIzWmFyb2k0eHY2QU1ZaEJuMWtjOFNhUWtRYjlhaW9VRG1RRm9mNndoZWY5N2NUSDNEbEowWWxzQnBnYjNEMmk2T2hmWnE1cWRaTk13bHNObDY5d2ZyV3lrcHF3T1hGTnROVm1CaEg3QmI5RXBnNGhUdTRPRjhhc1IyaXcwM3dEUEhzTzczQ2YzekgyaFUxQ1ptUGhXNnIyc1lXY2ppWTgxUTNaSEIwN2lpZTdDS2tUT09UOWlWM0lKVkN0RXhTSEIxWTZveklxVTBoVkxUQjZXQ01WY0FvTVdlb3dzVzhTOXloNjd4VWlaNUV2UVJUNElTanE2ajhuNHJrZ1NRb0JjNVJtSHRYTTVYSWg5d2o4ZmRPK1FUQ2xoQjlMM1ROSUZ5Z0JuaEJDU1k1V1ZIc3Q2Zlp3Z1FGdlFFZW5oc05JNElac3JLbHIya2tKNnNpQ2xEQk9hVTE4OVk5cWpxdVY2OE13cnptNjE4SWxoemNLamlHZU0zK3pWdldvdkxLR3AwRWF1ZzJUb1dRemdwWmNSTlUveWxxd255WkJzczNaZHJGbW1tTHczTkQvVENjY1hXSW1RdEdoZVpOeHUrOVBFcXZ5NjFVRUIvcnpVZ3hCTUZJdk1KV1lqWHRTSkRYckJ2bG9UOHRxZGd4VlZydThCdTRNdkZta3NZTi9XcmNEd3FudjhaajQwVE9mbitQbWdia095VzJZZjlJc3ZoUnp5TEd5WTBEUFdvT2NuL00wSEVLOEZHRnE2TG1ENlBJaVF6dDB0YTJQWk5RLy9SbEVlMUROdGhEUzhacjFwMHdpdmJRUmdKMmNkUGMzMExuVUJjSjYxdFBkRjI0MEZRZStGd0lmai9MZnZxL3hTbHQxaDdnVXFpZFVCaC9wWU1odk00aGYxYnorbWRqQldmWkdya3lsRThYU2RMZ09jWU14RkJrTEFYSlBYSXRjSGk1V0M3SzJvMWRFS25hV3IrVXNyWWlhTjVabmNqcFdKMlhCVk5zamFrMmtudmxRK09nN3lKRUVWSnRpa3lRYm9CM1JVUzFMODJldGhIQmU2ekhHcEJvQWZJb0tMRzBUeDNNbmZBK0xjMUgrMGpEMTFoNHVsOFNaTkJxc3hIVWhMaXpnWUVJbWQ2TjJKQnZEdUpFcVU5MTBYejdyVXhUeHVhcG1XdmpFeTRsT0N3R0o4dWlFU1FwN1FoVVJkdWM2d1l5RkxoODNtNy9MSmZmalJvVUN2OXVEK1I3N29zQVJ1U08rS25mVmEwOFFFb2s2b2dhVmdtOE1FdVFrSzlKM1pPSDE3VDhaOEVZMlpaYldnbzREY2R1b1JXajA5eWhldjVNNU5ZblhhZzMxWTZMVzBLdW9KNUNKSER0SzdMWDh2UHFVdFBsSWE2YWRtTWJDa1doMkR3MGJtQThZNnRwRzBUQW9pN2FkZCtPbHRNZ08wRFpiRHJJcU8way9YYmRUQTNJQzVQYjFDbGtjMDcvaXdveUpQSUp5U3Y3RCtXN2s0MVI3SjFrZjBtcDhlNjdVZzg4bGtSU0QrZ2dTMUxGbHhKTzM2VlM5VEU5REhML3l2TEViRGVsV0ZiVm04Q3NvRmxHWnBSdUJWbHlLRU5aNTdIRTZKR0grU2hLei90L2lPakw5aXY3RTJTaXlDcUZmbzdBeDdQSlA5clZGazBPQTVlZWI2aUNmU1I1dEVUc1U3RHNEWTkrNU1WbytzUTRlTEFobFV3MEd5c2k0OTFkVnN0YkZnejFsMjZ2S3NqUElEMXo3ZHdNL2I0Wm9PZGp2UlJWN0NHZ3dmNDBnN1NqQkl6N1JzMWo3dG9PUGVFdHlRSVV1MlRJZ2R4VDBERGkyTllHZXRoc1RRc0dOemJtMGYvT3FqVkE2TFNEbC9XQVMwZWNiZzNwYXIvRjlTdTBwcEV5ZEZWNHNNcjY0WFJjeXAzaDlEOXJZTEpUYU5lbFhydDlZa2ljVXJWRzgzQTdqUzh6SE1SQ0N2WWxzMEZMVDZSaHhNSlQrWUxGNUc5RzlnRzJBbzhtK2VjMWZhVW80ZFY2V2tZOWVSbTVVUkVRcDJPK0Y5UFNhUDVJWUJZa3pyMksvM2gweGppNUNkYW8vVjVxRVc2Z2hLWFFrakk3UGV2eGowUDJKS2QyMU8zRlFHTC96OEV0dmsraThBVFF5U0cxdGxXQlNiNmduS0p2UkFoeTZIWTdEVXg3ajlWUUg1Y1V6ZTcyeXp3Z3NPQ0Y2V1FVZGhxTytGY0l0VU1EZjlGYkxMdkVNV0tUVHR5WVIzdUk1TlBicGlTZzN1aFBMaVlVTmF3VFdUYjAweExEb21tT29HeWE0ekFpOGcvSERFMlhjcWtPNENrUHRyYWFMQzFjVTZvTE5USUVPR0h0WXVBME1OclArcWg0ZXR5M2x2Wi9wcGUyRlpaUzJUWnREQ2xXM1dwU3lMbU94S1d4VXdCNURjb0hPRzhHeWNlV1diS3NpejN5ZXVHYW5lb1lHWElueG5abEg1UmkyeGJUL3FQbzJqT0FRdEtTWWo0bG9lWnZCQUFoODNpckorZWRMRlBNYVFnMklLZDVTMk5CUE5JcUJZYURHbEN4Y0tsYUlvVDFRZXpoaEtvdGlaN0YwVkFnUlNQa3pqWU11VGV2T2tha1h2Nlp6eHVnT0kxS09pVmtvWldhTVZoZ2YrYzBnQitvdkVtaEtMTExrb292bFJ0bU45cEo4WUdESXZldEI0dUZzMk5GbmJ1eFVERVNBa2UvdUxLVEZIWEdIYmVDSlZGTkFPdlJXL0tJYkMyUEN3dkdIK2l2ODl6cm1HUlhUeVRQeGdTdFprOFcvM08vSWpGTFI0ZXg3KzZhZXpiUk93dEo0Qzc2TExib05jWTRTZldWdGxWdC95b3pzNm0vYmEvU2RFbURpa2xEeE90eWpnMm5mMGg3amo1MGNnZEtwTXpSWWlrNS9JN052YnpsQThFMGpLOXhjMmY4dU9pTUVBZTdpT3lEbTU1UFFpVFJNU3JXVUhLQ2JRQW90TmQ4UlRPby8yTThSUmN5RGlmQS9xWFFINXpybC9PcDJLdFFjVitPWGxnYVVhMisrV3dGTUNjUnEzS0pzY3h5bVdDcTM2V0o3MHlUZUlpSE9IV3ZVUm1iSEM4Y3k0UnBDTC8vWWR0bWhPZFlvK3RTU01iUVdxRk9ON1J3c3pLbXBNNGc4K1JVS3RGVDFLYW9yYnNjMkJ3OHZaVmlPWkJUd2RDaG0rcUk0QzRnK1lWYmpWVG1PSjVlbmNWTHBIeG5mL1JNMlFwdXFDeGJIVDNWT1p6ZVFvZWRjMGlVRUd3SU92cGJENlBMczFuVjUrZ21PN1pCRXEwVkpxdE9LdWh6ZDhYTHJIZGxuZjBmQ2RnV29oRFVSSVJXbFJLZGhVdHVLY1F1ZFVkelAxdVBMSTM2MTk0SHpsSCtsWHVkQWhyKzdpNDFLdHFjenlZM2dKK1FFY09aREVaRVJxenJuckF2c0J0cWlub1h4cU9HYVN0WGIzQk1rY1lNMlVBdTgrajVnL2cyTlQ0RXZGcFMxR2N0MlhjTldHWHkvRzhuNmhaYzluOFpTeWdWMDN4bW1QUXRJUW9MYkg2K3p2Ykd5WlFwaHA5K1FBTXlaS0xCYklYbkNBeW9sYmc0azJUT3JPdDJiZWVTUHp1QUxMaFp2WU9peUNocjAxS3B1YlZJZ1JGaGJkTm9tbDRCMEdBUGFLYU9QOWhNQzBQYlpuQ3d3aUpOM1lMVVNya04vZ1N5SkJmSkRWY3M4OVRMQWJlNnJ1REpRTm1qUGE3Mk9SSXdNUEN5dUZrTTZiek1tNXdaaGcxVGwycGJHaXdPNUM4TFczYXVtU3dLL3ZOb3Z2Y1JiakRoL3FpNEVNN1F6WHRJOXJnMHZmRktSZ0d0dGNCNG9Ba05EZUY5bUJLeEp5U0VoM1dQVklFOUNQRGpnaUR0b1hMS1h0MTZJVVVqUHNCOTZCaVQxQ1RNdXplVk5uNy9LaTljL0ppbFJyZnlkbmJrS3ZLSEJQTVh3WUNHMnlqQnVZRFkyZUttS0lVS1JCMHhmdTBZbXFXVDZUYnBPekZYbi9QYnVZa080QldUMnZOWnhRM0huNW1QMWVkNXJyTDM1Z2NLcUpDb1Z1Wk4rdDJhM1lGNWYxRklmckNFN2Z1aWFCQnFJWTVlM1JuOEFEQUEwckFsam1qcFFWbU95d3VVbktPZ2xwYkJvcXlWQUxHREtEUFFXV1ZFVkhXTFJXdVlxZGtOYkx4RjlZZytpUmZyTVBZM0lVNHBraGxWUW5VMGhkTmd3dVFOUGt6YVZFVmlaaGwwSGYySVNwY25iYTAxemQ5T3ZncWVac2N0OGFhOE5yV21VWWRveTg0MEhIN1lyb1Z0Zm4yTmpzMVZPT2Z1cVFTMWxsR3hOd3cxeEJtNjhLbHpjZU1NQVNybm1rU0d0WkF5enhoUUtLOTkyWUFyb09UQU56TTArazl5SVcwZUY2YlMzTWhyMzhXdURvdm1mdmM0SGtpQXhZZVl4WVRwMDNDUVR0bzRObVAzSkhPZWRaYTBTbmtDa1daTWZxTUl1bGFUTjlLVEdIbWNwazVSeFB1WHBmTUUvblpKRm1NZEZzaTlPd1ZsajYvd0xuM0tDT2hRVXVJY1Q3Z21UKzRyU0RqQ2U2a2R2SnJqOVZ2QXZndm1Oanlrd2VyUWl5ekptZ1RkWHF2WC9qR3VCTytGa0VPVGgvWW00Mys0VThIRzVTWHM3MzFMSVhySk16NFdFaC92VXZLMWZpN0ZScWdiLzgxNk1wNjBQd3pPeHNMVERIOFpGWmd6ejVBb1o2M3J6NnBaVytMNWRiSWF1aStIYWliM1JhMkkzcExjNnUycTlLWEdrelI0OHBvakpEb0IrblVRKzRuSWp5YlFPNTRhVGFsU2RaclJJVldtV3lYNG5zVXhHQUJYVUV3b1U0RlhmTzU2clYwUHUxUURLMGJZWXp2RUVTQklGZVpXSUVMUVVQVTB2QjZnNVQ1blE3aUlrSW1tUHA0Mi9LcnhrRWZSd3hrdktWQ2NoTTJDRzhXQ2ZxSVcyczFGUXBiUE40YzFBNlVTaUgvcWM3KzNTLytPZVpycTh0bTljV0M3U2FESnp2cWJLUExsVDFtRW1hTlQyTDlsTWVFa0lNbVFYRVJsMEdrTlFiVGt5TlhWaUxUNXBQVjVWN2hOYUxRbEt6c253TGp2SWwzUS9tS04wK05ucSsxNHpob0o5RldEMjJiMHpQUjdZZ28vRW5EWWh2a202K1NPazM5cGNqTkkyTThvOTNXbGFLdG1zNkw2b1hoMExBNThnbFBlb1RFYVBnWFRob09SUW1sM05KRnJud1U4ZGR5ZjhxMlZKY1d0Q1d5WDhkVzRPSEMzT3lRNWdyY1BSSVpwNjNvLzRqM1hpWVpqQTF4ZE1qYkhrUlJHZW5aaXhTY1h0NHhlZUZLVlBVSU5UVjcxTHBIWVpsNnMrZWgxZHNOR08xTy9Zdklkcm4xcDg4aW1GbEZjMlNqTUExZzh2ZEdIOTYxRVFBQmFpTHFWb3p4LzIzYUU0ZCtKV0x4SVpDK2JvSGdRYS9ySng0Q1h4MDJFTUYrSWxYWmZ0cld4KzNmampJYkZIMUdoWXVyR2Q0UGcvbFRDYWVPeGJhdnkzcUowbjlPNHB2Mjg0UmFGckxaNnZ0R05JTERjbWl3Unk0WnF3dThobktSQVNOY0NxdVc1TlVlNVlhNlVpNFhRM3NKVVNsNmNuYXp4WTFCTHNHZVB4ekNwdXhZdlhFT3FMZGxCSWFueTNPajJ0Q0hGWm1FUmVXb0hhWGJoTHpQRVlwd2V6bCtFOTNyWEJ2dWs5MGhIanEvOUFBU1l1NTl1VGFsK1pPTlJoVFVQekorNFFtTENIbnZNL1VZQ3RVS0lIakROc3gwZjlMT1M4dU55NDFncllaalVmcmQ1akhYQmllYmZxemlaM0xhRDNxeEMxVUtQSW51ZG1vVFc3S3NUWW1URHJkVE8zRWVCYVNOVjlFRUoyOVJTbVU4UHBUWGF3UURCN3lOSHVOU2VhY2hCcjV0Y1ZwUEhBdFRZa1BVZUNNQ1dwZ0RYM2VnRlFweXU0RG9STmg4QWU3S05JdGRmbnNERUozaXJON2FFZmhtcnUrMjhLK0x6aEZ0T1JiekFJclI0RUxBOEN3Q0U4aWg5b2QxTlpCbE5GVmpmekJveTlvK0VCZlJqTmV5clFRU3dHNG5ESHErMW1QNWFkbk9oUkNtTUUwNjVoem5kbjdRMWFBQkF6RHpjbHpLUTcvY1NRL3lEK0xCTXFlOUIzOGNQM3N3Nms0N0pRQzFxWVZCNjFkSW1Sbm1OOTI4djl3L20yR1FnWEtPbG50c3Q3UTZTK28wODVSR2k1NStxUEVIRERGZ2NzRGcvUE5icUJXZXhEWHJtcFdwUmw3TGRvMElWR0RBdkFPY29NWXJCQ1RhVFR6cmtlM05RTDRPVGpPTmlMYzNPME1Ta2o2ZHk5bmptSHRnend6R3FQTnBPb2FpdWdseExHQTFSWHZZc0pMaElDSWZVenF6OEFjOWk5bmpUU1JLRjc4dUtNSzJVS2tPMzNXekhyd2pqUTFuVEVoS3M1bllRQUgrU2VpMVRjNU5tY3AvNzZyR3ZZb2RzQlBmaHREL1gySUgwWmhOYVQ=', '', '2026-05-06 18:18:43');
INSERT INTO `wp_393a933460_sbi_feed_caches` (`id`, `feed_id`, `cache_key`, `cache_value`, `cron_update`, `last_updated`) VALUES
(8, '1', 'header', 'XjF5o/bEtT3vDbeEp/6S5FN1bFBHYUVteG5sL0ZmOVpiY21KaktwdVZaZXp6ZjczS1lleGhHck9GOHp6NFVhTUg0SzlOaUllZTUzSlppUHBQRnRod0tKTHdnQnQ2WDdQOE5EaDlzbTUyanJRT0tQakNocm4rclBZL0pSS1R6SHdMbDB1V1FQMk9JTW04aVlMdEZkR096cFZ4d2NvTWN1d1ArVTVqNWRGdVBzZ1ltcmxLQkg1YWVrbWpjTzdUeHZoUUU0bURSOGpxYktyMDRQR0p6dXJmUnlsdzJSRElER2pReUJpcXphcE9jYzlpdmdRaC9pMXF3S0paR2FtNUhNUTlqM3VJRlc0ZDF1L0s1bHZrcjBLb1kycjlhdTV3QW9SZ0VDNWJDM0FEUWhlM210U1JtZ0JROHFCK1hEaHFPeFV5TlVDMWRCS3RnaGRadTFLZVRxYXFUTE1pMno0QzB3MjdQNHlDVUFxemY1U1FKTzV3bjlxWEE2dWhPWW5GMVJzZHJSZ2plRkl5YktzMVpqSngxRHNXdSthOTZ6Zm93TWQyM3pPVlpYYVJOdGYwWk81Q0lLVzE1MFRiRGxwYlNTSVVlRUJuTXo3OTd5Vjl2S3IyY2haeElxazlzQ1VKRnc3NkpreGJweU53WHA3NHp2YVlUV2xQTUoyajA0a0ZUVlo4NXlrN0dLMXUwNGJ6NVJhY01HRVF1Q1p5eFZ0NHBDUThCMWZuUWFicmEwZ01iTGdBdGZDb21HZmRnVkRHMUF2eTg3YmJDTlRhWVlaeVRLYzdtVEpyckJndy9tQU8vajJEdmg5WEprMHM0ckFTeXFtaUc3QTBvWUYxSnVJNFV3eExnUzVqNHJyWnllaVhLMTBPQ2hWanNRMEl5YXVaMEtLVThxc2ZVaXpxNVU5ZStUNDRVb2RzaG1ZUjh2L3VSekJueFFGemIxaVdUSzNMeVhBZXFYVGJIeHB0eFdiV0wvVVEzMGY1RFVHNS80MmZJRVVpcm8xd01jdnZseEhuWWY2dHdta1R4cTJEanFZRXd6VDB0eDF0UlF0TktJN3g0V3kzZjJmaVhBNjVrZjVTWks4d1ovRHRoeGZGV3ZuM2ZyZGtKcFpPU3hjaC92d1kxUWpUR1lwVEx5OVora2U1WTM1SU1wZi9FMzlSSU9CRi85NWs5YnJaQWJzcThmUXVncm0yK0l2QUlWeXBvS1Mwb0xzS0tBSVhIMW1FWUJIYnRkdHdwcTdiMnJGVGFlNFFWYUViWjNLK2ZvMTl4aWJVRGR5UHNSSFdPK2x4K1MwZ29DaHg2L3BBZUN0OVRPS3YzOWEwanhRRXU2KzlPZHhKajQ0SjFZdzlLL1R6VmxGQ2lMeTdDN1Rua3lzTzBZSzlLNDhxd1BVQWY5TGhjcnVNVlJuSGZDclVFUGI3Q3kvYUFrMzg2MVVrRHc3TXUyejhYOWpsYWE2dTRSRHl6aDdFamVBVmtaVWZQVHU4N1pLUmpTc3I0cG5rNnkxTU9SQ1lmQVJpdmFEeFFpN2grTVRjZlMzNDBlNHdSSG9DU2NVQmMvVXVseXZ2WFp5a1lJYnMrSzNsb2lFZCtqTyt2b0FjK3RJUnYxVTA3ZERSVUtJcmJlSzFVZVhxRnF4eTJSUlRkRnNqc1FjTStEQlJZN3V6VFdydlo2Qk9EZlNJamROY0R0NmdZSXQ0dFNFYmhaWURFck11VGRhZ1haczVHZGc4NzlPQzNDUnlVSUErNHNRQWhVVlBwM2dMMnFXVExqN2FheVYyQ0pHVm9Fem00VzNsdU9nYUR5bkR1ci9jWTd1UzRNblpBOENxU2E0L3hCVXZxTDVCMUVEU2lQWjdETkdTUVBrYms0WUsrbXBxdGlSeUxYQVJodnlTT0k0WTVlZWFST1hsaHlhNDFLbWxlK2JFTUdja1I2Y1lNRTVHTE9FOGlwQU5UalJ1elZ0Y1Z4ZlEvYkpjS0tVbDJVK2dZNHluYXNma3RRRWFhV3RFa29ndnowYnQrRFBWZVlyMVYrMzhMTkdCVGFDbkpxajdaU2FuSHJBc3FKckp1U1dMdTZoeEwyNzRoZEt1ampwT09SSXVUVHN2VHhZbTVZSkhhdWlXQUlwUjNQRFJPVk5Pc1FCSWlLOXhBeW44dzk1blIyeS9QS3RPU0NRdEZVeVV3Q3NSTGtOYVhZZnpuVXU2SjBzSG9EdVYwZGNuVll1T2lRSGRGUGVDeURXVm1jMk91OWgzOTFxa1JMV1hza1huTHZpOVIvVzViZUJaeTdyZVpJM1JxbkpzN1B2ZUtsRUM2c2RXNzI4WktZdlZjaHhRdnlzUHFZcldaRnZHeFlDUnNoL2hvdjZRRk80U294QVpXTzlaRURha0hDRklyTi8yNitFcllBYXREYnMvT2ticDloL0ZPelhyRCsvdUJ5QjhYL3h0NXo4UVBqTzlmUXJFQjVwM2ppYmd2VHpJZERvL2JNV1ZSRldwNmtBRldQOU16VExnSkxtWmg3QS9yT014MzVTQkVXMFJmNnRaYmN2V3dWTndDWE44eGN5eWZYN09XcWdrdElrSzRRS0pzTXczQmR2VGt6b0VzL0l6L09SMzBzMUpEalkyZm9YaHV2RTExMzJNQ1Jm', 'yes', '2026-05-18 03:57:18'),
(9, '1', 'header_backup', 'RhODBle4O5D5VifBRiyDqDFZTmxxRXZyMnEwbXdsZHhtS201aTgvZmZVUFBuMndkY0o3WC81Tm9CNXI2YndrL0NoRGNjUmFuNW1CZk1TMDVSMTIyaFMvbWptTUJaaHp4a3YwYk1IZXE2dlNMamxNKzg3RDBvK2VPNVNjSmJUdEYvN3V5RzVTZ1hUenYwS3BCajM4R0VzVWRKVHBzUE93NndFRmlVZTRkWlFvME9pYi82ZFBrY1RpWGVVWjF3QitneGgvNzRQb21oL0pxL1JZREtvUWZXa3I4eDVWMU51WUpZTCtSUUcrSS9lT25COHV2cS9jSEhEYzRJSGtXSnVHQjI2SDJCWEpsM1Y5RHh2bXo2NllVeUlnKzZNUUMwRjJ5V0VFTlRXQ2J2WlduaWJDK3BKemErUmdaZFBnU3R3TWZOL0ZrWk9oanZ4V1BwT25qN0NRQVh1MUIvY2RQWFFEQTF1MERBdUxUTGduVXNQODZlWjFzMEpuWDYweERaSURRSExGSUxPUkF4clV0d1dEQWo4Z3pVWUhwcGFzZkFXREpFMWxudXdlSHYvbEFMT1BhRzUvYzlwTlFxdXUxQTJyalJadi9SbkNQWmZVTnpWVzNXZmVXaTNqZ2h2cVdJS2JZVUxxT01PK2xxbUhyQVdlQTNiQ2V0c040SVRSY2xXQ3pFSU1GeFZvRlRMcGVtQ3oxcU03Z3lYc25KaHB5c0Z6WjlQZXVpcHlRQW1nb1QrZlozcEErREdXZExQb0U4U2k1WHZFOHVQdU01U2lXQXZSTkNNVGJDbmRkNFQ0djBVS0krd2NFYmlGdlFvd0FzeEdQcmJkcFVqY0toVDg4UVZ6dC8zQjlKMlZWbmRYZExoSGt4OE9UaTZWeVJhckhDbHJCcVZUeVFQV3ZHYjY5Ny8yWmZpc0JrcWVsalZCVW1MMnVQakEycElXTEZiR0RJM0srOXBuUjJOQ0t3dEZESXJjVU11UTc4eXVXc2dwNjNQU05JSWJFNGljMDhVdGRNZDVVWXcwY2wxOG5kTEsyc2JqdmRNcHRzZmNKaWdVaWNVR2xmM1ZsSWIwWHdPWjVaUlNjNFU2VGVndHhUOUYwdjVGTmFlZ0l3NmU0K0JZaUd4SjBZVTQ3eGVSOFdOWVBNU2t6bDhQZUE1Q2FjRUx2MWoybXJDMS9ZWUN3Tm5BMFVreGVXL2pZVWxxMTVZTTBpWFdqdUVCVHU2WW5xTFlTQlpZQW1pTkVWTUpVMkppa3RtaUdoN05Ubm9EMmkybitLQURUcHFCTm1SaDdRdkNvcEwweXZCQXcxeGxYTTNEYjRhdG52cU5pNlB6UHJmcHN1ZHgzU3FRVFB3V0pac2ovV09mYnQ4alJzZlFXV2U4L21HRTdSaUJaSkpZbENrbS8zRkNRSE55QW5SY1hERWJFYjgycVhYUmkxSWovNTRhMHltWjhWdkx4b3Nab21wVHowSWJPa3RJbXZZb0NPdUxYeXNDMysxUURKT0ZjK0V0QUc0ZGE1QUpuY0RtbCtiT0IxbVhXYnVJcEE5cEwxdmRtUGl6TFp3ME5jeC9oNFlvUThPZSt5bFIzNEMyVzVtZnNIRHVUNEdvOHdoSU9FQkRWQUcwWEZlNm9DcnFuQ2Fsa2RTRDVnMU5LN2pSOTZsTngwcWVzMlRuRDA5MHdvemEyWHY3Y3VPaDR6d2pXS0h5SXhYY2Y2cncyKzBMY1FCTnBjUWFtNTlic1hneWx4ZGRQNHh3YmxHZWM5VWV2aFBUWnNDNGRZbVJkWlg4cSt4WkNrdVBoaGVjZHdGNjR2UTNKeGdybWloWjdEZnFWVTdpbGxSRVFtd2E0c014Ky9NNTBYZTdKdlZValM1cXZ1UjVmVFJ0MGtsZ3BwQUpTL3c3b0ZNbDJIT1ZBQ2pyMmQrL1VsbFRKMGlCMWRXd1o5MTVVb3NkdzQ4clBCVGlWdWFoSW5QRWdsWWdzUmhrRktHd3ptZ3dpbHlkN2ZEVUwvUEpQaWwvOWZZaTJETzZRbHZUNUlrcklxNG03U0grbmtMRnhKZWl2dzhmWTd0dGJxb1hwTnQwUXcyc1BRR3R6MGt3eU9HdnhaZzVIblJwaUo2MTl3eHdEOEErcy9sdksyVDJMaFNWWXlCRy9rUkJDRVFabmpxNW93YmpwWDZFdTlyelNzRnFNb0ZpVjlBalZRQ1g3UTZwSytqSkFDTGpKdXVvcFpsVGlXSGVyL3VZMk5EdDlzei9GUlpYYXlLTTNuMTlCQUVDUFRQQ21Ja3U0Q3NQeXVrRmgvVlpMenBlTWhxZkVUSlZVNGhPUlJUZmJOa0lBd3ZsSzlzdXd3UmdRWlBvVmtta0tYY0xvbEFmMlE5ckxNend3SDJ1azQzeVMzdXh4aWVSU0lYSURDNVhZaHMrTFo0WWI3NStRTTdoU3ZYMy9Pd1h4VDl0ek1xS2hacWhRQjJDY3VjZHkrVjF5Wmo0cFdkcGNEbkZmQW5GTEswQjZaVHJtaE0yejJYcWlCeG45MURac3UxcnZDdHhRMEZZM3MxZ3dQeWgvc3NBRlZMZkJEWjRyQTFuQ1BSL1Nac3ZaVjZHNERoQ0FhUU1LQ2wzOXpIWGVMdDdUUUFtMTYwUFZTV29U', '', '2026-05-06 18:18:44'),
(10, '1', 'resized_images', '', '', '2026-05-17 13:26:18');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_instagram_feeds_posts`
--

CREATE TABLE `wp_393a933460_sbi_instagram_feeds_posts` (
  `record_id` int(10) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_sbi_instagram_feeds_posts`
--

INSERT INTO `wp_393a933460_sbi_instagram_feeds_posts` (`record_id`, `id`, `instagram_id`, `feed_id`, `hashtag`) VALUES
(1, 1, '18065559094929852', '*1', ''),
(2, 2, '18057809540016130', '*1', ''),
(3, 3, '17884735284229884', '*1', ''),
(4, 4, '18081476899717673', '*1', ''),
(5, 5, '18105428011490506', '*1', ''),
(6, 6, '18062791357940168', '*1', ''),
(7, 7, '17858557599305020', '*1', ''),
(8, 8, '18078527032629132', '*1', ''),
(9, 9, '17866522272336984', '*1', ''),
(10, 10, '18110277814460373', '*1', ''),
(11, 11, '18120667834390395', '*1', ''),
(12, 12, '17946469535948899', '*1', ''),
(13, 13, '18300497968226333', '*1', ''),
(14, 14, '18036920576188623', '*1', ''),
(15, 15, '17867048151312544', '*1', ''),
(16, 16, '18387731701118375', '*1', ''),
(17, 17, '18050320109179425', '*1', ''),
(18, 18, '18146497054362947', '*1', ''),
(19, 19, '18021846752397179', '*1', ''),
(20, 20, '17926770869898869', '*1', ''),
(21, 21, '17894472150176455', '*1', ''),
(22, 22, '18485978914020368', '*1', ''),
(23, 23, '17992470404606438', '*1', ''),
(24, 24, '17920258572034556', '*1', ''),
(25, 25, '18073060063587240', '*1', ''),
(26, 26, '18060528073924657', '*1', ''),
(27, 27, '17986259651629576', '*1', ''),
(28, 28, '18110247733446670', '*1', ''),
(29, 29, '17865882612293934', '*1', ''),
(30, 30, '18150349786354604', '*1', ''),
(31, 31, '17995168934587948', '*1', ''),
(32, 32, '17876889609229134', '*1', ''),
(33, 33, '18017983337392536', '*1', ''),
(34, 34, '17878541946214483', '*1', ''),
(35, 35, '18164669410318560', '*1', ''),
(36, 36, '18032277725186145', '*1', ''),
(37, 37, '17927113526994903', '*1', ''),
(38, 38, '18153140065338573', '*1', ''),
(39, 39, '18477698032047969', '*1', ''),
(40, 40, '17860145733312663', '*1', ''),
(41, 41, '18017497028692986', '*1', ''),
(42, 42, '18037776689404227', '*1', ''),
(43, 43, '18066702631901128', '*1', ''),
(44, 44, '18028729466242402', '*1', ''),
(45, 45, '17863329615220917', '*1', ''),
(46, 46, '18157813522327399', '*1', ''),
(47, 47, '18467690479061032', '*1', ''),
(48, 48, '18472177009009962', '*1', ''),
(49, 49, '18058813855730174', '*1', ''),
(50, 50, '18106924690453099', '*1', ''),
(51, 51, '17917371581924506', '*1', ''),
(52, 52, '18068212147678831', '*1', ''),
(53, 53, '18093143938498931', '*1', ''),
(54, 54, '18059539558807626', '*1', ''),
(55, 55, '18379823497102369', '*1', ''),
(56, 56, '18154429699336045', '*1', ''),
(57, 57, '18382056736102661', '*1', ''),
(58, 58, '18258186862260040', '*1', ''),
(59, 59, '17905042320063870', '*1', ''),
(60, 60, '18155789035330078', '*1', ''),
(61, 61, '17852284284288866', '*1', ''),
(62, 62, '18048017363016656', '*1', ''),
(63, 63, '18337179358147677', '*1', ''),
(64, 64, '18320708818087644', '*1', ''),
(65, 65, '17863845810256844', '*1', ''),
(66, 66, '18042392966171651', '*1', ''),
(67, 67, '18071063929720288', '*1', ''),
(68, 68, '18203919862291621', '*1', ''),
(69, 69, '17958438641708620', '*1', ''),
(70, 70, '18053739169740138', '*1', ''),
(71, 71, '18373133995101951', '*1', ''),
(72, 72, '18357827203187921', '*1', ''),
(73, 73, '17964143756688517', '*1', ''),
(74, 74, '18070387051615268', '*1', ''),
(75, 75, '18100263043413454', '*1', ''),
(76, 76, '17875631379181317', '*1', ''),
(77, 77, '18373403899100921', '*1', ''),
(78, 78, '18342636283120122', '*1', ''),
(79, 79, '18255910729264419', '*1', ''),
(80, 80, '18341408590130433', '*1', ''),
(81, 81, '17852813559296044', '*1', ''),
(82, 82, '17851737291262841', '*1', ''),
(83, 83, '18143218024344460', '*1', ''),
(84, 84, '17851677957256249', '*1', ''),
(85, 85, '18454861840040556', '*1', ''),
(86, 86, '18009831626402771', '*1', ''),
(87, 87, '18047006473794143', '*1', ''),
(88, 88, '17880009834136653', '*1', ''),
(89, 89, '18033825587008478', '*1', ''),
(90, 90, '18057947530685553', '*1', ''),
(91, 91, '18050272309928285', '*1', ''),
(92, 92, '18036867725169746', '*1', ''),
(93, 93, '18052275841878119', '*1', ''),
(94, 94, '18058880665707339', '*1', ''),
(95, 95, '18096720763455170', '*1', ''),
(96, 96, '18032752334187150', '*1', ''),
(97, 97, '17985766937708877', '*1', ''),
(98, 98, '18038127098115242', '*1', ''),
(99, 99, '18019620314597162', '*1', ''),
(100, 100, '18055070749800405', '*1', ''),
(101, 101, '18337864114122036', '*1', ''),
(102, 102, '18042542320990083', '*1', ''),
(103, 103, '17847696138262381', '*1', ''),
(104, 104, '18061877230633520', '*1', ''),
(105, 105, '18129220981366867', '*1', ''),
(106, 106, '18245847157260044', '*1', ''),
(107, 107, '18039603478871579', '*1', ''),
(108, 108, '18028078643255383', '*1', ''),
(109, 109, '18010535561554422', '*1', ''),
(110, 110, '18289610524200809', '*1', ''),
(111, 111, '18096568840446927', '*1', ''),
(112, 112, '18218125132303390', '*1', ''),
(113, 113, '18043591570783101', '*1', ''),
(114, 114, '18003878576432210', '*1', ''),
(115, 115, '18034043878933372', '*1', ''),
(116, 116, '18040422397947096', '*1', ''),
(117, 117, '18089339722461592', '*1', ''),
(118, 118, '18014750600256349', '*1', ''),
(119, 119, '17855400840232455', '*1', ''),
(120, 120, '18012595337290285', '*1', ''),
(121, 121, '18059587372627813', '*1', ''),
(122, 122, '18243730753264527', '*1', ''),
(123, 123, '18060788710626728', '*1', ''),
(124, 124, '18043509931915324', '*1', ''),
(125, 125, '17997881843643210', '*1', ''),
(126, 126, '18053833588735601', '*1', ''),
(127, 127, '18007955474618111', '*1', ''),
(128, 128, '18040686862947734', '*1', ''),
(129, 129, '17846533527262286', '*1', ''),
(130, 130, '17863285824188678', '*1', ''),
(131, 131, '18005879669361814', '*1', ''),
(132, 132, '18022227779348858', '*1', ''),
(133, 133, '18059011906719389', '*1', ''),
(134, 134, '18037041670982842', '*1', ''),
(135, 135, '18453258286002628', '*1', ''),
(136, 136, '18035052004882508', '*1', ''),
(137, 137, '18009619241310703', '*1', ''),
(138, 138, '18036875500974765', '*1', ''),
(139, 139, '17951808782810088', '*1', ''),
(140, 140, '18037894513966701', '*1', ''),
(141, 141, '17854324338220522', '*1', ''),
(142, 142, '18030447926506664', '*1', ''),
(143, 143, '18065677699569767', '*1', ''),
(144, 144, '17843366022442843', '*1', ''),
(145, 145, '18270685747301817', '*1', ''),
(146, 146, '18048966383255501', '*1', ''),
(147, 147, '18358598470181274', '*1', ''),
(148, 148, '17939778095861305', '*1', ''),
(149, 149, '17919189699065573', '*1', ''),
(150, 150, '18047305169068760', '*1', ''),
(151, 151, '18375118117136997', '*1', ''),
(152, 152, '18060950257998824', '*1', ''),
(153, 153, '17905617108128153', '*1', ''),
(154, 154, '18074286289768081', '*1', ''),
(155, 155, '18022731812658415', '*1', ''),
(156, 156, '18135415831404022', '*1', ''),
(157, 157, '18085325422625186', '*1', ''),
(158, 158, '18170366968322704', '*1', ''),
(159, 159, '18289608343220086', '*1', ''),
(160, 160, '17945119802844070', '*1', ''),
(161, 161, '18053090456183602', '*1', ''),
(162, 162, '17987832359652637', '*1', ''),
(163, 163, '18060325546884981', '*1', ''),
(164, 164, '18180398983316066', '*1', ''),
(165, 165, '17850570924439093', '*1', ''),
(166, 166, '18057071362926609', '*1', ''),
(167, 167, '18006334727748683', '*1', ''),
(168, 168, '18142603699383388', '*1', ''),
(169, 169, '18083028847581651', '*1', ''),
(170, 170, '18071136928843081', '*1', ''),
(171, 171, '18496838473021352', '*1', ''),
(172, 172, '18038089388552713', '*1', ''),
(173, 173, '17969154095893860', '*1', ''),
(174, 174, '17890775406233051', '*1', ''),
(175, 175, '18067090327983850', '*1', ''),
(176, 176, '18124722697439059', '*1', ''),
(177, 177, '17999426519784139', '*1', ''),
(178, 178, '17850707580450791', '*1', ''),
(179, 179, '18030520985394906', '*1', ''),
(180, 180, '18028246634450932', '*1', ''),
(181, 181, '18004103342771297', '*1', ''),
(182, 182, '18099006916558872', '*1', ''),
(183, 183, '17955110558949761', '*1', ''),
(184, 184, '18501807643028508', '*1', ''),
(185, 185, '17885243721279136', '*1', ''),
(186, 186, '18093186616594898', '*1', ''),
(187, 187, '18045670700417581', '*1', ''),
(188, 188, '18019755773687769', '*1', ''),
(189, 189, '18083682175671105', '*1', ''),
(190, 190, '18072719980921974', '*1', ''),
(191, 191, '18343092814089176', '*1', ''),
(192, 192, '18080527015769021', '*1', ''),
(193, 193, '18094171549587249', '*1', ''),
(194, 194, '17967793358908894', '*1', ''),
(195, 195, '18079382800658634', '*1', ''),
(196, 196, '18087268621646154', '*1', ''),
(197, 197, '18080279878838204', '*1', ''),
(198, 198, '18131019526425780', '*1', ''),
(199, 199, '17906198508176254', '*1', ''),
(200, 200, '17970136445755111', '*1', ''),
(201, 201, '18036118505341131', '*1', ''),
(202, 202, '17896868037232361', '*1', ''),
(203, 203, '17984878103832090', '*1', ''),
(204, 204, '17869329573393802', '*1', ''),
(205, 205, '17883928734299853', '*1', ''),
(206, 206, '18048759077622869', '*1', ''),
(207, 207, '17961964658942438', '*1', ''),
(208, 208, '18470479576073412', '*1', ''),
(209, 209, '17883020781339116', '*1', ''),
(210, 210, '18086346769772476', '*1', ''),
(211, 211, '18067140701326258', '*1', ''),
(212, 212, '18055028912377364', '*1', ''),
(213, 213, '18048225650559099', '*1', ''),
(214, 214, '17860955994448095', '*1', ''),
(215, 215, '18073468264979262', '*1', ''),
(216, 216, '18352255531085829', '*1', ''),
(217, 217, '18086036203747982', '*1', ''),
(218, 218, '18084110269665614', '*1', ''),
(219, 219, '18070287737024213', '*1', ''),
(220, 220, '18101426701515827', '*1', ''),
(221, 221, '17947569671992442', '*1', ''),
(222, 222, '18133440337440264', '*1', ''),
(223, 223, '18103753471605193', '*1', ''),
(224, 224, '18480259324079012', '*1', ''),
(225, 225, '18078427987903950', '*1', ''),
(226, 226, '17858793525424712', '*1', ''),
(227, 227, '18129142654458424', '*1', ''),
(228, 228, '18513205264013617', '*1', ''),
(229, 229, '17860819971469849', '*1', ''),
(230, 230, '18035585246686700', '*1', ''),
(231, 231, '18027058865721827', '*1', ''),
(232, 232, '18068440513977429', '*1', ''),
(233, 233, '18132695833459834', '*1', ''),
(234, 234, '18150859453403893', '*1', ''),
(235, 235, '17916486615055839', '*1', ''),
(236, 236, '17877140364307865', '*1', ''),
(237, 237, '17986263896727706', '*1', ''),
(238, 238, '18400362649187229', '*1', ''),
(239, 239, '17992521050696421', '*1', ''),
(240, 240, '18099376108635895', '*1', ''),
(241, 241, '18075363515142487', '*1', ''),
(242, 242, '18099908866561676', '*1', ''),
(243, 243, '17861922717436714', '*1', ''),
(244, 244, '17903168124269672', '*1', ''),
(245, 245, '17849148924579935', '*1', ''),
(246, 246, '18538605544062091', '*1', ''),
(247, 247, '17897950395181667', '*1', ''),
(248, 248, '18190277569330619', '*1', ''),
(249, 249, '17981567186920579', '*1', ''),
(250, 250, '18137168758460406', '*1', ''),
(251, 251, '18101391562672343', '*1', ''),
(252, 252, '18086746120806108', '*1', ''),
(253, 253, '17848694487600080', '*1', ''),
(254, 254, '18539272555025047', '*1', ''),
(255, 255, '18039252101727155', '*1', ''),
(256, 256, '18091605773307572', '*1', ''),
(257, 257, '17853260760543679', '*1', ''),
(258, 258, '18050893310401625', '*1', ''),
(259, 259, '17848934214588162', '*1', ''),
(260, 260, '17892431709388960', '*1', ''),
(261, 261, '18149450038439621', '*1', ''),
(262, 262, '18078734303263456', '*1', ''),
(263, 263, '18343210324229759', '*1', ''),
(264, 264, '18127347703522939', '*1', ''),
(265, 265, '18108422479560350', '*1', ''),
(266, 266, '18296568937263087', '*1', ''),
(267, 267, '18105600949742478', '*1', ''),
(268, 268, '18107702551667973', '*1', ''),
(269, 269, '17979279449975584', '*1', ''),
(270, 270, '18096129064932375', '*1', ''),
(271, 271, '18086552522329305', '*1', ''),
(272, 272, '18563990200050015', '*1', ''),
(273, 273, '18098521424310238', '*1', ''),
(274, 274, '17916642426270924', '*1', ''),
(275, 275, '18076139531096586', '*1', ''),
(276, 276, '18093603556995958', '*1', ''),
(277, 277, '17939923977137459', '*1', ''),
(278, 278, '18008661422709974', '*1', ''),
(279, 279, '18567279835016492', '*1', ''),
(280, 280, '18070654115642850', '*1', ''),
(281, 281, '18566348200029408', '*1', ''),
(282, 282, '18100510973509542', '*1', ''),
(283, 283, '18350285467238574', '*1', ''),
(284, 284, '18104849728883337', '*1', ''),
(285, 285, '17847488304675481', '*1', ''),
(286, 286, '18442368457116134', '*1', ''),
(287, 287, '17907431757201638', '*1', ''),
(288, 288, '17907943293376503', '*1', ''),
(289, 289, '18098365333960272', '*1', ''),
(290, 290, '18418762939122407', '*1', ''),
(291, 291, '17924493381270038', '*1', ''),
(292, 292, '17921255814123751', '*1', ''),
(293, 293, '18062653769490990', '*1', ''),
(294, 294, '17922844020317474', '*1', ''),
(295, 295, '17903628144243115', '*1', ''),
(296, 296, '18092568853913870', '*1', ''),
(297, 297, '18133044283552746', '*1', ''),
(298, 298, '18082937933095506', '*1', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_instagram_feed_locator`
--

CREATE TABLE `wp_393a933460_sbi_instagram_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_instagram_posts`
--

CREATE TABLE `wp_393a933460_sbi_instagram_posts` (
  `id` int(10) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_sbi_instagram_posts`
--

INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(1, '2025-03-06 18:18:16', '18065559094929852', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '98SweEtNV50OUeQ0P4ic+UsxQW5xRytCeHlqazJ2dDI4SzV0U0dTeUhLblR2OWJacnpYNU13QVVzU3NmOHl3WS9GQVhxRGNqTnVBRWZmU3hzZm5hVjQ2LzJVcUp6cU1kTXYrbVhlb3FDcVNYVU1NSTd3MmhUUTE2SGFhTFpOcjRVcHQ2SjdtV0lPaEk4U3d2K3VOSWtEUkRJOUgvSmNZNmxLc01nc21EckI1SEQxU0hqZG1tRmhJM2w3TkNURnR2S0tGUFJEc0tVYWxGajFXODhxaDRqQXB5MmpRRTZkci9WUGlOUWh5WEdDTVNyZEdDRzdlRTZZSmlQRSsrbEJnRW1vbGtnVjZqeXNlbkVEaXJTMGhKTVJJcE5HTUpmc0hlMExNd2NzK0JseUZFancwUUxPMi9YbW0vQTFLRW5UK0NkblVBdkQzbGZoNEd1d20vV3Zib1ZmaGlIcE9sb0NyOGNwdWQ4aGpKTnpHVkdWU3BwNElGOWpuWUdkVkdEajBWSUZBd0VUK3c2Q0ZydFJWREN2N015S2l1aHFqbEZiNThWWGhzY2EvVDBSMFFkajZTcitTWWxESTFic3ZjVGw3bVZUTFJFbk8rb3Q5OFIvV3RTbnY1R3pFQzM0K3dXdzJKZXdoY3hQNzVVVFdLUStGT0s1ZUM4RnI0bVl4aCtXWEVHU09aK2pTWlJsZUVodFM3QUpNNWJaK3hsUkVnYjFWbGtLdXZzUlRsMnRncWR6a1JPaSs4bUhiTWhQdnFvajNtY3RWQWZZQnFQTXJEaENYeHFKM2xOYjdNV1NxZTVpSE1EOStBMEpGRVNUOXlQKzkwSnN6R0NNU0tWVnNyaFFWdHdES1ZsRXVaRzBXWFc4MG1UTC9lOWNpamxXelRHZnlxcitXVkxaUFRWYnoyUnV4SkJveFpwaWMvY2F6ZndGMnh6WGFEbFgwaU5IZGZSNG9YOVpoL2ZWOXVkQ1BFMnc1TWJ6TzYyZHd2QWM3bU1tdnJuRTlwMXN4QVJVUEdPalhjRngydHp6ZDNEanNvczhuZmtjcFVxRXBEeWhUUDJjQWhrWEdwMXZxK2E4Z1hWd3RXdEczNkdONmMwZGJqT25zcDNlS0FKeEN0eGx1ZWg2SjFiMEViV01wZUpyejRDM090QjRNWE8zUTZ0cWc0UGFoNHlJYkVVU2FDOGI1K253bHVKNGQ0Mm9nc2xITXc1QlZRTkJBZCtqeVJtWEt0SkxHbGRmTHVHRzA4aFc3SC9LNDFNeGFLOFZodmVRSVBGQitHSWJicXh6b1RscjdQUDJEL2JGbUt2d1p4OFRuQWR5VVZPRlF6VmJpaXFQU05sSUljaXRXNU9BTExyQmxtanBmUmZWNEpGUlZOUVVxSzBlVTQ3SDV3REpsWmt4Y1ZmbnBiNi95M1ZhOUtUK3VRY09sR0ZvOFhqamttMlBWWi9ucTdKN3hUZnE1eDY4cHJySzdFRUtyMkw2RmFRTlBscC85WEZ1K2lUbEdCNzFRbkFHK2o1bVlTY3dHeU5EN3pFa2k1VUo2dWZhVWVyVjgveXFlUExtWllOOGVqQnlMeU5VZ1hSSUZJTzUwQjJaQXI3eG5OSWQ1dENLOC9GTlE4OW1qWXhDQXFUcjMrVnBTU1ROTStyRVJKUTc1cU5UVktWZE1zaFI2a25qaGpjaXNBYUpLUmh3cVBBU0NKZHV4UkprWXB3cTFBenVpWXBzQVRTak5zVjRtUTc0dnVPY2g4bjlwV3dpa0hDSCtYSFAxR3UzUlJzSzF0YTI5a0x0UHE2U3Z2TUpORCtZeVNrZWJYblZwL3Jsd0R5bWp3eHZSTVJoTytSbVJLTzYrT0VRa1hObmdJRHVnNEp3WlVEZmllUmpRa0xQV2ZzZ1RFcUV0OXJNL09xR3FJVCtTNzE5eUNXc25jTWo0OFNmS3NxaDNNbERJM2JrNnVpK0JuWEIvWU5hTVFYcENRQ0Q2Zm5pL2Zac2gzaWluSDFNQi9aODd0dXBjMmlZcnlFYlF6NzFHcHgvNWFvdDkxNXVkRUFnL0g4eTJCVndaV2xmRDBFZUZZOUdkZ2s5ZFhKRnRBRTJkTUxJeW1vTmpqYzQxd1AzV2VValBOc2RYZ0s3TlhMRVFYM05obUZnNm10bFhaTXdiTUFsdWVXWVBZRFRiRkRUODRXd3lFd3BNQUZjRnlPVWJWeTRFOUZkVzFwZ2xLZHRFSmtPdEQ4dVBFQ014bDdYWmljSXRJUXRBK0cxMWkzeEZtcnFNTGZFd3ZQcXB2NXV5Q3dnSWQ2V2JwQzYxbXp3TTZ5ZFVKZXYrZlN1UlMvK1dLWkhGVzFrWjlvT0EvZEwxOWxibzF1RHRpOU5PZjVjclNKRys5a3hCRS9QUFBianpyRHZVRmdQVXJPc05kWUZveWRIbmFLaW9KSDkxTXpjcHJXcmZkbXd6UHVFZjhaSDZqTVQ3aGpxZCtrQ25qRjFlNlRPcElJYllrWDFNWkRaWjJDaVZrYTU0VHpXRVpHTWdFbktjdXU0eVBHTTVJM3lLalpDTjRoblJjajRRWFVhZ3V1elVBWC9JUUZ4S2lPRU9KVHZPVWZ1cUcreG9uaFFjWmY1WHB6eXY0L1dPNXpLTDVDNEYvZEJIbllGa2R0dWpXTUg0amFsMm90Zmc0elducit2bEdWWE56bDN5NWMxZjZpcUU4ZkVsT2lwcHVFVlJQR3RoaFFVUkRqN3V1Y0tIalR4aFVuSGNZMEwrV1hUTXZ1UFp3RVpYRG1UTlNOSk4rcmhyTlFSc1czT1hSYXJsaWRXT1lFbHhueUVxQUpwRnpqVHBQNW5rK1NJNFFtdUozdXYycUJFd3pDUHBSUnhIRmVHSTFaWWU5TFV6aFdpb1pCWFEzZmxYUjVpOFJmanJMWU9GemxQeFY2K2dFTzRGSmJoaVJFZEdaa2Z0aEhzY0QyMDl3QUNML1ZZaTFRZkNXZURQTFFkNUVuek0welhsa0JqcThucmdNS0E4eEtEMm5tNlZmeFE2QmVOQlRTWHVZZFROS1czZjJPOERrWTBuWTYxckNOb2Z5L1JRZnhjU25mRDFYVC9TbDY3SXgzMWp6WVJFYjl3RW82VEZLZ2hzR3R6cFpMS1lrNktqb0FFZmFzSWFWNU1GcDRoSkZqaHdZc3lvQUFWWjFQMjA0YnFsbkJyYnpNYUphM2RvOXJxS3l2SjhkaVFldFBFck9VVlZHbkFsY1orNWRKeW4vUTZDWE8ySk5ZdUVQZTFwY3pkbGZHSDhwbng5OUh1c0lyK096WWd3ZXptTUpFMFZYMFNHSnlnZ2QvSXF5WXBacnlHajlQbVJkVlNGUTJ0b0FqbjlOdUZ2bHVITWwrN1M2SDR1Tlh5RmdqdzBSYTdEbVdLVnk1Q1ZTMHNRUEVRZk1hV0tkTUQwQWkzd0w2MjU2TUdtV1N1ZWdWMFJzWnRUVjdkNVhEcHM2N21RUnFiOVBsenJvT1dYYWNIWkZBOGg3R3pEU0d2cFdsOFlEdkM4TkZtdkY2SVZUMWNBRGNXdTR2U1A3VmhBRzVFcVprK2xvYlNiTG9rT3VjUzMrMm1aM1FrS09zVjN4Z0xMeHJHUnNheENOemJqL1QweG8rS1l0ZkR4T1BLZHZ0NmRyR0dIcnl4QlZ4SmEzYXVIL2FmaFBodWtqaExWVFNPYjdoSDdac2JvNUFSRFI5T2pEbFNIODVzL0JmVCtIR2dGd2hnbFQzblkxYSt3N0JzcFVLeTUxTzIzcFRJbUlFU3BwTnFvUjlJRnZjTnRFRE41YkRRRkZOQW14aEgzcW1YUzhXTXkvL0d1cUlNQU5jMEFkV3ZtTWR1YTBOMnJPSnNiYk5FVS9JUFUrZmhMWXRXRWhYaFZwTFpTZ2wva0M4VnEwWG01UEFRY0FOTVV1bkVwTjZSV2pwUWNTQjdNTHVETTA3RUdVeW9JTjFmV3hvY0x5dHRXTmVtOWl4WWVsT2R3T2tQOUJldXpaYU9udXYvZ000MFZWa0hnMGcyanNkYlJkVzJJcEorWVVNWXZoKzdDci9HR1FWVDdXSlRzRnU5bTlzRm80enhzU2pLMVd3dzFNOVFwS1B0S0RvT2RiSmtMekR5MlgrcEhSMlVRTnJCQUVjUlNhMVZER0gwKy9UamUrUi9CQ0hVMFlNdXNFV0pGbFZEclFxQnEzOXdoOHkvdWlOOWM5WDBOdEFVL3FpSjhPbjFxMm8xVFdOaXdGU1lvcTM2akJRbi9kUDhQTjY2QTJlWi9yTlpyQkYzUXFuZDZlL0xqMGEwS1JzVnhTTnRjTVpKdG9mZXBVY2NPR2MrUDlXOXpGMk04WEdZeks3SXE5UHoxbXBrbjVZVG5hRWZkNjJIVlU2aEw2UngzNmZlMGVrYUZVNUU0aDVMaDZmSWJuWVhoRU8rUU9CcnZvZm9pSUwzMGFUeisrUit3RG9qMmlVQ3FyMzVQa1VmQ01mYStkTmNCYS9ybmlpY3NYWkh1aGxxcW1Ka3FsRVVueFh6QndBVUs5bHdGcXJOVUc4QUpHVUJqWEpuZjdGaVhUdk4wUFR2dFNidjJaendlYXJOQWxMNXlYdWNGWXdSdWQ1WlVwbklZbTFTK1k4WlE2S0xBd1NPZFNuN0ZNNFpBajIzV3ZZaHREZWswZlJYQ3ZSZ2hBejlUTCsrUjVOYXhiMjc0TzVHelJFaWF0cWRNU3RwMTR3MGpSVUtIdTAxT0RQTUlVRks2VDRtMEFvdlpaYi9xWlIxVnVlNFNiSFdRRDZlY014eEw3ZmhYMWhaWlB3SHF2MnREZWYwNDdRSnhJR1V3Yk1qNzJobEN4RVpWUDFkUWtwdXVZMGtYTUdZSGgxaTlxQjl2YVlZZ3FEc21qbjduMlZVUDNYcnMzTHVoTUVDUXhzOW9md241dUYwZCszR2w0cHVGcnJHeEdndXNrbXFPdjRqOUNad25rRHRkbk81Nld2M2dXaTJ1T09zV2g3RXgxc1dMbXRRaEJwOE1xR0U3OFIvRGxrTy94Sk90eUNjL2d2SWxHYVRZblA1d3NzYVJSMG90NS9HUmlmWndRL2d5NWxMSEV4UEc3WkNYckdUclVXMHd6MU5TdXNmQWltZnhYOUI3QlBYbldpT0ZUcXFldUlVaVB5UkZKMUs3V2N2ZkpZNGp4TGxvQzd2bmkxS1JmelBJbFcwekovMU80Um5uZTVwc3R6VTZGY2J6QlYveks2M1ZtMzViNUhCWFhCSEc0eHhiaG15U3ZBTi9jUXBMTll1V2ZmVFhLcFFOcnZvYVJkeERZWnZ3SWJOV1lxOW5ONTNJcTFjUTh0Z1NITzcxblJWSDJWbFJoNXJ2eTdoT1FvQlExOGk0WHFhMjJ3ODMvN1VmS0E1djE3VVVjajNTalBFVGNQZzR0UmVpV3E1QitBa0tNNCtkamRnMUtGUkN0blYrTXpEeThmSmo2YlRnRmlaK2lsNUw1TVNYbWlhejRWYks3OTBwdTJ1aGNCZ3dURTI2bkRuMXJwL2k5WE9hcTZ6OSsxSVdLbnFJNmNqZ3BtZWVtN05mTjZVWWpwWUp1a0lFeW5Sc0pZWldDUkR3bWVMaU82MitPSDdNOUdIUFUyeEkzc0RVKzhwNjEyZ2JHYXRrb2o3T3hnNFFaYkIyWm1OVWhmWFpzUnRHNTJSSnNGRzFHZUUyWTRSWmNKaW1XQVgxMGV4SUhXRGlVaU9SbUZpNHl3UHdTeDhvdExrVWpoOU9UbVVkOU5TdHFmZ0ZCK3Q3TDNkekd3OHN0blIrd3hnRVU1OEc5ZFFOa3JHNzkrSm85N0Jjb1E2dTdhZXovL2h4YkJSS0hRcnRhWkNuTHZzNUhmNkhvM1ozdFJzbExlYkRSWllLQ2JWOEk1Y0ZYbUVlN2ZQNzl6M0dqQTEyR05TQW5GZ2J6RmMyMGNwNGZidHBmSkt4R1Z2Y0NDMDA2WjhZa25EMk9qYjZldGI3UEUrT005OEF3aEovU01oVm9kMGtyUWVYcForZTh4OFNNSEYxUERVc1lGeHdseUp1N3c0RUpsa29HdWhqaHczQkVlMlBqVkliMFZHNmEvLzJYMHVBVkVFM2FlL1lxRGtwbXJVSTNDemFORVExdnI5TzR0aWNLZ09QbStvVjVqcUxlZDJwcTlzdm5LUHVSTDFrbjVFUjJGcXB6dXJtL3ZKY1NETlVaUCtxb3Bwa21HUUlzZk9oN01xWHdCUFFZUXRHaVFUc0tyaUFGZXVKUVkvQTFZbHdMT3F1eFpPa0J6elZCSzFCK083TWtDNFZMeDJVWjVCV1pTb0xyZ1lEZ1BXanVDNElhc2NwZjdZR0dqWW1NTkxxQzNOTUh5RWtoeEI4dWRWQmRqUk1qVkFwV2JMMEdsTDIwbHhOQXE3ZVBQTGFLSkhxK3lpQ2tSUGdPNFVSRWFVTEZhbDBLVmJlVnprZVBjNnI2OWZpblBROU12Z3dUZlMwL0hxeitROENvKzV3VEJDQUxKVEY3ZTlwZVRSRmdPcmFJUndwdEloa0dyRng5NFFzQy9LdE1mUjlBV0RBVFhRTC9CVHhDNUpyS1piZHpCc1NyOVdEYXFON0JpaktLZC8vZlhsMi8xaE4vOEcrd01nZFdhc1pnb0g0RTJ0czBnNVMxUXVJU0Y1NmY2b2JUOWZSbFFFR1ViNlo1c1BweXZYOU92aWl3NGl4N2xhcEhIVlRXRFdteUkvcmcvZzJhWlUwN3MrWis4UTVMN1piZTdyaGN4b3UxQlpEdEdBaE8wMnhsTVcyT2Q1SU9KY1NSWU5PditGMHhaY3pTUW5jam9MTUdRb3pMRTBNT0pyS2ZkVmdFQ3dwSGVvWjlZMjVsL3JEN2N3OUJicUVBQjNwcE1lS1g3MGlsZVA3WnNEU1VEU1BobUFGbFY3UzlnT2lyRndFVENJbW1iNnZoSHJUc3QzZkMwem53SlF4NmhRRFhMYmtqL0NOMzBiQjBtTG5zbjVOUzN4YzhWcUZNd2xiSnNTa0k5cnY0cEczVm9aWW1xZVBOb3M3QjdFQ1luSlBVKzN3RldVUFptQ1lyM2FiME5uZzg5clQvUmVYd2w0clV6R2FaSXFqUXMwM1gwVU03TlZBQktvSjl0V0tSWFhlbDJSSVY4YkZVVFYyVm92MG42TG00VVROY2dKOFNacjM3b0hpdmcwTlRWR2xCMlF5KzA3T1FmYVMzMDM3d2hTdUVTQ2RmdkdmTDRNc2lpRkZBVGE0NjFNVGdidUExLzh4b1Vxa01PZ1F5RjdiRU56QXZ4bmtYcm50M0tYMkVVdFVZZ1ZrREMybUJiQ2JvMlE5dXhyM252UkNibnlaYU1tNUJLb21SV3hXRHBCdVBxcW4wRDQ2U0hrR0lWT0twYUVzSjIyelZuTGY1d2FhK283bGN6UTd5QkMvL3VmVDlwbWsvVGdFaEZ1ZTgvWVN3dXZ0SlV0VHh5bEt6eHhTaTV2cTVlVWlIUFRWMDRVWERIT20rRFdLR29nVFViVU9LMlRIWno2bnhCb05Iem9MV2RlNk5ENjVxRWlacWN3UXpFckVxMExvMzlxaDVhbWxYOG5ZQ3VmSEcxZXBRTklsbWlOUGg3ZDMyR0tPUlpRQ3VXeHc2QzM2amRqb2ExYmFrT21yUVBwQnlTS1J0OExPcG0yZWVTTFk1NTRTZjZKb0NibXdBTk9rNjhZbitJMGV5eThkZkZOaWdvUmw5bHNvNlplV1ZMbExJMHB6K1lmNm9ITEFsSTZIeHBzRXZmUFRRU0JoeENnNmpRQndWVTMxWEhhL3lPajVlM3JjeWNyZEJCcjZEakNvK1ArTjZoSUJWNURMQ1Z0N21lTlVWeHV6QXBjSVZmL3VTczIxNHF1WTg5R2U1NHZaVmIxREp2Yzk2a25wakMrSEFVdFVWWU9uSWhDMmx5ajFIVGlRZkdzaGdaVEE0dGRYWmYyRlFKZlVnOERhNHRKMWtPWXgzL3lRRjVwSk9YN2tRS3pvQlg0dUxEdi8zTDZMNUg5bC90Vmg3ZXJQN1VFZ2FsdVFEaFBOem1sMWhKWlhCYXhnZ3NpVkwyMS9jOUsxTXlHT2NpVmR4OHVwVjJtMWgrQXV4cy8vMXducnUwbkFSaG90S0xWWnFtcGlLaTMvL3RZTjFtLzZ2c2M1WnVPNGM4ak00TnVxUXRFSG5ldWlzRkhSUmZTcEswbDQxMHhDL0kvbDBVcHo0aUIzT2wycGs4VVNYeXhpN2g0TjNPN2Vkb3JsVjZHZVlNVkllL05MVGR4UzQvRFdmL1ZwYWJBPT0=', '482454858_17997898721753450_277795341647230039_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-01', 'image/webp'),
(2, '2025-03-06 18:18:21', '18057809540016130', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RuqTPu7bnTlbEqbEqrooTTBNY245OVVTeVFOU2dYMWpsVmFvRUtrWGxCUlJBR1IzcCtvWVMrb3BESzBPMlNWM3plMXEyRm15dWowd0V1M05CeU9PcDhjUzdXTFVnelRoMzEvRTd4a016RlFSNmhJM3FGOEdTWWlhREhYeDM0RklvOE9wSlJjMkRhQ0h3MWV4ajBCMWlpUjVUdGNoRHkrZDVtSU9kNmNvOXlZQmJJVEhrcWs5NTFoSStUN3BRbEFhZGlaYkthc0JacmdXY2JNOTN4UFBkbGRHK08yNzVvSHRFenBYNndDMldoMm14c2R2U3lCMmdLeTV1VEhnbGdBOXJqb0xoYnRvMHA4eHlNZE5zSzJYcE5GY282eEFMRFJ4aE1WR0lyZlBjTjlqaENXM2U4MzZRcXpkeUlwZlVHU05RMk80TjcwN3NOa0xwaWw4MnVSUGc0SDRLcVlHT3hZZ3RxQldNQUZSTWpVU2NCRDJHRGRETEVlNVVucXNQUTRzS2E5dllsYm4xVHNsWlAzbWdyN2pVSXdGYVBrODVFWmdJK1VjTFVyaHZZeHVNM3lyMjY5a1QzYkNxRGU2aVF6L3k5VkQ2WGZrUkFxWDVlU0hDa0dQd2VmUFVyNUlPUStMeG93S2w2TkVFZU5Iby9BR1QxMmNHUUJnYXlsVzZVZHU2UTlPS3lrUG12RExMWEhaMmFGaUpWUmRaYkZLd2djY2h2SDE5amtEVlozcHhUZ3NsL0dLdFhnaEx2Q1RuaVNiNU54cnR6MXoyOHVQNVcxVEl0bno5cS9CUWdNYlV4RjM1MmZwQ2QzUk8rRnJBNWlVUXdBTXNUZ2k1Q3FhVkk4OXdpYWMrV2pVMGJ6ZkxXb2dscmk5dWtWL3BRQndsczJTOCt2K3o2K3l5dVE4aTBuMm4zblc2WUNUYThldHB6bmtVQ0dGMlAzU3FkTWpjaUFydENlL1NWazBWaVoybk44ZXpnR3JxQnNEUEpjS05KZ1k4WktxaURwbXRMS0lMeVpxdVBQT3BPSTVZZ3ZLN0ZGMkpJOTZuMEQ1WEZOSy8vdWZad3R1RFdiNk9INWdrSFBuT0JKbk5zKzd0WWk2bzkxejFoaG5WTFVSY3dGdjRLNUltbVlTRWNPWSsrNGI5MkRnajgxVVVscGJwME83c25VaGxYVWMzOXNlR0lMcElmaWVuelhncDgxcWMreFJCNE8vNjV0ZUV3V2lWdGJhNjlzMmRaZ1NSUllMV2pXcnBuZmFlODhjVFE3SnRudGtwL0E2UHZmM1YvOGUwOWFoZnA4dlBSdGdRdFI3S25GOE93d1Z6MENPY29kOFFrUkVWTVRzbGhqT3hXVCtkVnRZTEJodU5oeWpOV0pPTE9QZlFXa242REc4aHFYVWJONmk2b0JSVWdlSWVzS21pNldQVTFFMnBMVG1UVkRpRlBSTG9xKzkrS1hoOGwzdWR1cjJDN3VDWHhLdnlQY2NaTzB3YVJGc0l6YWRtamZJSHJmb3kzSGpSdWIwOFJPdVpqRlVXQkFOM3JpQnU5b3B0TGdFRXFxSnZveDJBbm1aaHVTeGlPVitYSkExSTJuejVRUmRIQXh3K2UzV1IzemZ2b1o5clZEdngyZldYbmpUUitBdjAyUjVrMVVZUUxWU3FDa0ZVRWtveTZDSStBYTRRZXZzWXYwRStUSG5KZ2RUcXBKV09lWUxvcTVqcWYyV0ZLR21TTUhFOCtvVWthdXZJalFSZnM4Q0VzRXZPNjJnaUt4SUN5Vll6cjN1ZVNBb2NwWDRoSXMyY3daZEtVSEFYOVFNalIxQks5WDVBeG1JcEVZamYraW1YNEVjaExSM3NFUDU0S0JKdStUbEt3REVkcDRublU1Q0EyUytHSmpuT2ZzUVk3emZOLzc1RlFWek9tSWNVZDBmdDNNcGVNKzN0eGVIRFRKZmkzd2NXTUJTalBscTVadG5ObjF1VTB4WlU2MFBwUGFmblhURlFGWWJUYk9lbTVKZnJzelIrcGtsOTN1YnMwcVdkV3RKdEdiUjEzOFp0cUpnb0V4eWpkN3lhL1JRZlEwU3VwaUtpQ3luR05qbE4vN2kvbko0SWJqVENZL0kwRTByVGV0OVdoTzNRS1JhaXhucEd2c0NXc2NUNGxSem5yU3lYbEtxNjFiL3NWMjRhT2xENUY5SUloc2NRQzdQdm1XNkQvNldyM2UvbDR1RWdEK2hjbWJFUktyUG1ZQWh2aStTTmcxUkh4UFNjQWNhS2QxTGtPY2Q0Wk5mY3pIZFJYdU8wUHgxS3N6VEcrdlNUdktoa3lMVUFLMTdDNmZhMmhVTmY3UlRoczhmTEpZbHEyRExpbEJ0aTFoeWMxak1vUnRjbTBKelpEeDBiRG9iR3V2ZzdWK0g5dEl2bnhDTksvd0VWR2E4RVQ4cURIZnorcE1Fa1h6YnFGeFllT2JobURLS00rc0wxS1BLTHlqQ2NhUk40N3VSSE1VNlNpK1Q4K3ZsdUlQZEl0VWRvZVZSbnVuQW5vMjlIUVA4c3Y1U3RIV3g5OHJCNWd0S3RGSU5RZElhdFBWK2hUeHVEZmNzUHRFZlpNYzVwUXhEWFRJN1BFZ1daRUZVdjhMaFZrc2ZvbHlhV2xrWEVram85YTNwcVJKYzFKamNjSitYZGxOM3Z1Q201amQ3OFkraStmK3dLS3pmUWNXWmFha2NxVi9mM29KWVJ4RndJT0dHa05tb0tveUxOaWpmTUJPVHpTOTV4N2ticGlJNStqN3Fuc1Q0d3o1SVh2U0p3WklQMlFFTzBJMkVOTUozYStQY2Q0TFIzWjgxamxLYWVKR3JuSXlqZWlHKzZLdGFQT09BNnhSNzRmeE00V1JDajd2cElHVXk1c09oNDgyTDh5c05HYlNOSktOUGp3Z0R6ZnMzVnppRVVGdTBkT3cwZ0dWSGdkNVhYdTFKbWM3NzFqTHh2S3VzWnFNcFJ3NWpMZHBrNGJUK1F1RkI4ejFDMVJzWStwM2U4M2JDUFYzczVDd0tQTEV3Mlh2WGw2WWZWU09HMkFVSWk4SzFrK3NTNmhaVXRVWE1mZXVjUjJpc2NHTldaVWlNanpocGZyY0x5akVERWE2WEQ5RzFhT2RXakVhdkNXYkRwR0RYZm96eWpZYXgvNlRSempHZXV1d05MbDhsMW5vVjI3bzA1aDBRYWVzZGNzL3hEbWFjcGdTU3FVcjM3TzFzUHpkVnpSc1VtMjlVMVdQbVlZSEJ5cEFLR3AvRnc5WnRZNWdhVGVHYTBmY3Y2ejV1OG9KQ3dWUWJlcGYrdW9mdVZ0WWpza0R0S1ZxNUNhNXJQa0t0TWZwS3hvZldVdm1rejF4eXJRdDBQdGVIOGRya28vN3dGVEpZYXMzeTVUSHdEWmtXOUdqaGx4cTZIRzJTRUhDL2pZY05UVTBGL2hhZkpWVnJEdm5jZi9HZlorMlJjK1BPUHFpOEdIZHllNWRWcjB4SnFLUHY2dS9FZVZiSlJDYjdSYm8rbC9nMll0ODZzdDVYRDNNb1N1Qzk0Y2ZtVGFiMVZQcGsreU5EUy9lYyttVHR4UUoxSkswcXpoUDU1U2g1NHd4QTFtaVk1QjNRM0x1dUNsVnVWMldpNHYzanB3dDlLRFRTVTVpK0FkSTJXMU1MeFpMei82eVJmcjFGYXhEbGNNR1B3a2F2azVrNXkzaXZoRXlyNEp5TUI4WVpBeGRUcnhhT3M3ZDFoQ2JYSnUyNjlmUHlLM1g0K2tGMEkrK25FS2d4UUFKUk9PcmZsazBx', '482522335_17997676067753450_6992411602460223602_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-04-06', 'image/webp'),
(3, '2025-03-06 18:18:25', '17884735284229884', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+Z/S02MJ6yBfBscaSNIO6FAzVVoxbzJpSCsvdkM4V3VPTXVDd3dub0IrK0VKM0JCVUNCUUYwaHhaTEV3eFJ1eUUycVdNNC9QRkRFTEhNYmN4ZkNlWS9MVnExVEx1bFR1YU1KQ2VVRnJsWXBpVk9XTUFxeGRkcnRBZC9kVWgxaC9OVHNjUnR2UDMvcXJWTU9OMVVFN09kaGRGRUx4RFgzZ3IyaExhRWRBTG9Icjdxcll4cFlvc2JVL1Q1RXlla3BHWnZFQ1Z5TjE4cmh2cEx5bjZpV1hBZE9od3oyYmRuTlFDaUR1dElndXZqQmNwRmJYZE9wYmdGcWgyUU93QXZ4T0QzdGIxRzhyNDBIT2NxTmtOTE9PL0tMTUliYTc1VlA1UlJ6aGpuVEEzcUlUb2psVzRBUk95MG9CYzVHOWh1NW1IUDJ2VGlhaytTemtuNHFNQUR2eHR2cGVzNkFyS1c1NVVBQVpOSWRWMTJDZnVPN01XaHcwSFUzakRoV0VqaWZ0RWxyRGx0WWZCMTRtb3YvZXlkSWxFQzdpRHR6c3MvODh4WlBiK2c5cHd1NWdVYzlmSFBwblhLbnd0SXFxcTk3T2VlZHRYRU9aS01GM2R0akxTeUtmUHU2Y3I4dWdxN1VuK1BRMlFvTE9ka0hqdENkcHVFSUtMdXFaWUo1NHg4MFhaK0Y2QWhVQnl2REx1ZjNlMXorV3BpeEZDZzlRVVhoNW1kY0ZnMThqSEJWYzNmcVFpODlXMEI4NVhua040OWxzR2hCVFpGWlQ2azR5U0g4Z1J5R0VnWnFYczAvdE91SWJPZzFTalVUMTFiRU5MZEM4TmFjNHhBaFo0TDdBVXFCbGxQaGFpZnVxQlJIeHpTV29wRXExY0g2TnBYRFp1WGJrUWs5QTZPNnNEZm9hL3lXdTRFK1kvd3NHQTVsQ1lEU3hlaXcxYXQvRE0xQTNtRFBLQmZTWHJDcEdaQ25DSGVidXQ3aWE4UUpCSko3YVB1TnFTMUZWZHEwNEh2N0dWWUNwYjB0dFRTQlN4ZGh2Y3I0bXJNQWJVVUVPWTVCOWYvNkRGTS9jZ08xVmtPSFM2V1R0a0tFRVF6SENoQzcwUDBaT0RzVWtYcWd2R2JXdDVQM1hZbTc4b3ZDV0FlbGRSWEwydUlSNEpxNzR4Qk1HckU3aklBVUl2VWFhSXlZWWZrM2ExQkE4WEw3aG1HODhQK1EwZDQzcE13dUc3UHhRRG5yRnJ1VDZGcjRJaUszWkVIZGR6Yi9wcHJrbHNXTXVCWmgvQ29RcDNSSmttWUZVMGs5bjZqVW1YRnF0Q3YvMVBuTFRyWTNyQTZUWWI1cnBHdUFrUnZZb2RSdHg0ODI5TURNY3UxTjduS0dwWGtLSXNUa2tDbU9UR3JMNmdTN1ZhTGlHdjRadzNyNUp6ckpzbGJTVXZianRDTnJ1T0pjOUJ5bmxRQ3ZPMWZ5eGtYVy96VEw4STVjNUEvQzBoVEJXS0d5UDhWbkd5WHl6eUJnSm51akU2MnJ3R3IrbVEvRzl1QnRNZ1FidWNWTVlCbnhBbkNZQWhHVnlSUE1aV1VNeVk3YzJpVzk4L0R3dzU2SnRvWW83SEhEZWlNY3ZQYm53WXNKSy82OC90OFgyaVhnSTBrUklMRGJ0T0tvV1BTZXhJdU5tVXdNbVQxUlZOS3JWRGwvcyt4UmsxbWVDTUVGbGQxaUpFTjRFaU5yV0p0bk11ZkRDb1hwaWZMaDJSQ0dxelhRZDVmcXVtdlFLbHJkbk9rNU1qdXZ0a0Y0ZUhXNFpNVUg0b1lxUjlJUTFaVE9kZU1weVNUeWExcmlTMXI5MVYxdDYzSnBPOWtwV1RYSmpKcTZkbDhsWUZkUCtPemY5YXBacWZPQlV1WkJvYTQyMGNzVktvbUJPeXV4aThGbUtHY0JDMjFpYnFBYzkwb2FlOVZpNUdZeTY3WU03QjhDSEFpQ2UrSTEzNmxvNEJaM1hKbitlcld4UFZkdGxGd0tZblc4Z3V0NVVJUVpXQTJvME1HSWZhT3pyRURBUVc2YUUvRVVTb1VkTG1vZVNqZzdIeC9qV3VKUXdIRU1kR09na0I4dDIrS1VWeHo0UnZFOENKVmIyd3NpRDdaNHdVL1JhdjFaWUV6MmFINUJZbWh5ZHlQcDJyak1TbFVKaTdhZGVDWmFKaHkwQmZYTUZ6UXpaK09kWjVVRVFieUJpM0IyK0l4Tk03Sk5SRmVyS2R6TkFRMVNQamkrbk0wc1VmanNJdU9yQ3VuWXFOTnRrcHd0emhxak1XNW5IOHQzZkUvMUxVVzJ4Qkg1Z0svaDhWUjQ0eXJDREhNWTRibzI5UWRNclFvK0xlUSt0QzRjbTJ3MEo2MVk0VytWZ2p0MVFmNlhNMm4zcTQyb0t4bHZBWDNjb3Jpc0xBNHk0Nk9mRkpUWEwzYW9xdFlhOUFucHZIZGFqdzluV2FRUzZxS2NMNkEvbVMyRXhPbE1MZVdoZXVFUVIrNWtGdlRVdnY5eURPOUF0T0E0R3lTdEs0YzloOHNwVFMrSEJEMVJPVzFUNGFOdmNvZ3Bnei9kMmlpMDZSdWtxUm1yTlE0SVI3WHloVktSUWJRTVhBWFZQZDhubmxWekw5WitKMHVWQURqZVV4M2ZNUlNhSTdObkpuaWxjUDFPZHg4Mkxqd1pGNmV6NU41RnNaME9EdnMxSHljRFFxdjFVaVhoOWlaUndBVGpMUTYvNENRRkpDTitqanlEV3QzaXZ4MlZjaVQvRTJtVzhSVDltMFlUWUo3L25SSXY3dW9WMDNKWXAwQVhTNzlCS1hFVmkwNTRrY1h1MlB5WjR6SmE3L3dPbUhFK2VsTTQvNXV6c1hMcHp4TFRXZEZiNmZKVEo4aWk3Z1hPVFVxZ3JwY2pQNERDQzErbjVDV0Rpam52WFZic0cxTGNTMnAvNlFZY2RUQVlXRnV1a1FNcmxBMnUrWHhWeC9lamFWbnVTUjRldVQ2VDFnamFIRFJKSWxpekMxYk96U0lrbjdVWWpmalRzTzI4PQ==', '481945554_17997648791753450_2611655978154191592_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-03', 'image/webp'),
(4, '2025-03-06 18:18:30', '18081476899717673', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'K0YqGDmN/Xr4pcwtvPwYRlEydld5VTNUQktiSDh0MkxKcHh5VVF1c3g5R2c0MExiWDBjVG85SzJLcVpObUs5ODRrUDlxeURyS0J5dWY3aFlMcm5YUHJkK0xFUFhtZER4dllFbmNTVlNKQ2ErU0FVbTJIQ3p3Qm04Z3ovc0FRdXpySEw1STVKdEhXNEdSRkJEVWFOWmt5alV2U0MzTVNVZnNjKy9KNnd1ZVJ3Zk1sV09wOWNFUmkwNjdxN3o3VGRqTVkvWXJreG90bGZxamlmMzVKU2RjNWFjbHh6cUFVZ2VmNFVRN0tIcklDeHZrTS9qMnhyQTl3RU5NL0Jrc28ybVVoTzVDdy90VFFYQ2hXanJHclpWMkpZVXRGSVFDVHRncjk0QTMyS0ZTMDYxdjhLbm94emFVektrSTR1MFhQWGxDemI2UXNlNWphWVdiMVZjelJxeXQxaXRwcTlOSjJnNEdoRFVGLzBQVXllMFNxTXlwWDRUU1pUeU54MmdNekNpVHRiM1VXWGxXYlFlbmx4VU5kTWRCaFNkcWlvSXV5a2NPbDgyK0NLTjRMYWNOWWhOSEhycUo1TnVLUXhPenVVb1lqK3pCYzQvM21kUDJ5S3M0UTR4RWgweFc0WXBRNGVmbDE5amIzMlkzNnFMek9KOUlQbkRiVW8weGtpNk5JMmNHOEdzKzdTaXRpSU5JeGk2Zm4wL1hYN1c1VTBWc2xKYlQ1ZnkzcDdqQ2xqbDRvT0JESGE4R3BSVEROQkFuM0ltMTkvYVlaR3BvY05kQjh3dGxMUmxiTUdOem9QY1ZuK1ZBdUFhVlJSN0pZSXhUZTJ4Q25HakcyYTFvSklrbzJnNXcxZ252cXY1d1lBaDBUWmNhYm8xQUNSOWZCemZOUzdoZkt5N0NTY1d1ZWdWZHlQU3Q0Wm5OSnd0WDY0RlFsS1pLWTF5MVZVYW1mMTM0ZXc0VlZJM05jSERiTC9yRUNXd0c4ZDY0azUreG5Bd21mdmFhVmRxS3Z4TUh6eTRzeEJtLzhJaE1UZ2gvMEh6WDFiTUYyYkNESlJOMm94TjU5N3dzcXhvMGJvNEl2eWpHTFpic1drWG9JTzZFdGdCSDUzcWgxTTFaSERKQTNGbWhVb1hjbHhKNDEwTzgwOWlFc0lsTlhhaVVybnRPVGxlbFNxR0xEWWZDOEpOQVNNUmJNaHB5bmJWS0dTT3hKSlFzUGwwZ01OM2duam9tRkVCVURQVkRRQmE2RFFMakhydUZXSTY5T3dRelNiZTA0QU11R3BqWlZpb2ZYUUg1YU5pZVFnTzN1YTNGbzRBTEdCZWtwQVhXOGdpaCszS0RSZ2lXVHNYWTFkS2VUYlE4T0UrNFhWd2hLTCtmTmVVUjFyL1d5cGgzWmp1VjM3WWhkRzVQU000QS9nc0dUSjViUitGcUVpSUxGVXVqcXlxcXc4RmxOcytseThSeHN2VUZYYW1GeVNTMzNDZ1Y3QzBiL2NrSFcrbnlJS1N3WTlLM25EZlJkcFUxZ3BaV2pSOGtBQmtzQllhZzZJOXNxSTBLOElnNnBaaVZadFRTOVFMai9ySWpJNXl1cTBxK0ZpbDBscXhDTU9XbmJaNXZjeWVNN2l3UTA1TTlibDFHcXJ6K0h3NWpoUXpsaWRzNk1Ic0ZId2NKMmtxNHVPZEY5ZUFDNmZTelNBbGo0bkdoelpnK3kwOG9aL3Q1ZDg1Z2VnM3U0RyswMktQb3RsVVJoYXVkaVNHOWR6eHBYZ1VjSWg4SGZNaVVuQUlhUUdsWXNUQ0EvblduRjRoSUVKVHd5WGV6YVltaVFIbGJ2ajRTdVN5aEZJTmRIZE44SmU4SmFCbUIzU0IvdnRyaGN0NHNha3pQdHh0ajNCUENUQVpBdXdYSlEwamtVTENaM25GN09XckFiSm12VXRaZFhCRjNGdkVaZkYyb1RJKzRqRTg5bEpBWk13ZElOd1h6cTgwUnJ1SmE1SU0yL0NzbldwbVk4TGhaZVVIdHBaKzc3emtIdmV5dWV6WldmUWR0RnNuNEtZSElEUzNlblp4VHJCdmY0dVhaeFpPdkxyU21WS3Q5SWZYckpuMlk3cm9vN1hWd2FWS2Z0M1RScE5ycy9sdXBKaHhuQXh1d0d1cDUwdHJ1NUpUSjltR3FpR0FudXlFRXo4TTRqYjU5RGpOQkIvM21KMWY2dFpFTXorUk1hVXRjemt6UWQ0eHRWdkROOEJMUVkvdVdSWkVCcnhUUlp4TXptRHl5ZDdibWZEdDBzc0NzbHVSRG5XMnR1STYrMjJIR0ZHd2dCTEhDU3MxcmxRSVFqRzdzZ0F3OUxJbUl4OXgzR1JkQmRnUys0NWxpU3BaMWdiUzRpVXRtYnlBZkZaQURJUHJra1VYVmR0SGVBcGk2QUZST1dMbWtMR3pPTFVMNnZiNk9CZWhNRTZ3Smk0U1hkNTZyQ21wNjFVUzhQenFNMENEUjJYOEx6clR3UkM0dDdXRnlNZHpVYjJYZHFaZnlSdXhnS2paWUR0eE11cWR2ZENiWmZoRHFRVkk4eW9QNkx6bFR6cnpOV2JETld3M2dYTkJQcCt3Q1JYVHZXdkZaZXVBMFUvMWZraGZoa25rNDBjR2Q3Y2lmN09iajVuQTRjekVNeWc0UGl4elMyajdIb2thTklTWjN4Q2U3QjhjRXhrVmo2UnRmcUJITVlDdVpYRmswSGxUUmdYemtWRmVoRXRIbEdmUllsZnlLUnUwOVNDc2s5ZjNLNHpCdktkeXM0QkRLNktLUTl2Tmh6MUliNW5kSHVZYUtuSkRqRzRrS3FueUU2UDg4T3RucXlsSUlpYitEck5uM2JjUCtzSTkxcDJIaUpwY3ZxdnYwVlZJNGxyL2tLbzI0YU1HYUpGRkYxSHQ4b0hQcHA2V1BEVWttUk1qYmNUWTNGcTM3WDN2VmNZZytWOFpodUJzdkdEMjhOblYyc1V6OWtlNlJDNEx5RXFGMGhsdmh5a1BLTnhkRmY5bVlSSVFkMzNpL0NjOHA0L3F1SWtFMEtiY044Z3dxZXVFbzhjZHFoY2lWeVp4RjZJYUd0Wk5JQ0JGd1lDcUUyUFNkZDdjQ3JGNVZqelZwNTdzUFR1aEpKeGN6OWVaUzN6VDdGRUh4Tk54Q1B1TXFRblBCWHpId3lubU5kNjVNRHJXN3YzSjRGL2prYTdMdUxOU3ozZDVpY2xtUmIwd05VSHk2NVNqZzlFdkV3cWVQamhHbmwrUEV4VGlrTHAwZUFZbXF2ejdnUWlOUUd1cnI1b1VmeVhacndleHJ0Rkw1bHRZZHFuNWxQazZYWHYyYmpVUlI2a3FCenhUZUdPaEs3WnpjK015dkVVeEp4QXVwQlIvVTc2Q2FBZU0vZjNGOWVQdHI0R2FkQVJGTXU2ZlZTQlVDSU91NmJRTUlIcW1YN2lUQW54NVlWMXlDRFdkeVlzSzN5MjBMc2Y0aEk5ajlNQXJDL1dSVWNGbnZnVDVwYSsvUU96T3pFY1JhSndlaTNCVjAwT3V6U2RuK0pvbExDTWl6Ums3c01UU1Y5YUhHQ213by9Yb1hXNW84eVpuSjUrb0V1SWZzbWtzQnlmS3dsVUp4YnBvcjVyUlV4NHptMEkrWHRkNnFpWDhZbldZVDQxc25hVkhBb0tjdHd6MmZaZFFQRG5vb0syeVRRRTI3THh0dHNTVXBqcGM3Ti9oVjJZN1NxNUNiWmNxOGJLM3ZhVGlFTExJM2pGZ2xoZGVTbW0yMHVzTjJNZDFGSFpsY3JDd3lwaFVVY2VHeEFJPQ==', '482056319_17997412001753450_8505490848309099806_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-31', 'image/webp'),
(5, '2025-03-06 18:18:35', '18105428011490506', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'syndD/Kg9g28AGU5V8g+BEY1ckRuaWJ4RHdRVnc2T01yYzNBeTNwRFhvRDNRaG1ETm90SUNBVDNiM2ZDM0g4d25lSldxd0hkck44c2d4cTlFRkxzNDZhVVM2THA4ejhteTdEd0Q3VzBUOHRRZGZobDlqZEFycGlXcTJBZ2tza3RvdmJXT05TUm9JRW5HTEFTbm1nampuSG91Tk82NTEvRFFrODNJdjRZV2xtV0ljRmt3Qmp6QitmUk01K0ZMaGZRVFpvRTd2SzhQVGdZRld2NDVRMG9CKzJTTWNjb3pEUisrOFovaW5leWdrUDZ5YmphMjFScklPMFdRZkE5L0I5TWRWWEZxV0lwOUthVS85K2NiMGMyUGNnN2NRLy9qcUt2cW8rNE0rM3RtWURaVFc4YTQ5NkpJNXlhUXQvbHJjZHdlOVdPaU1BOVk3bVdZMnpJcytmR1QwYjk2azN3cEMzOUx5U2pCcjJwL1pOay9FRTF2VGNzb0NuUWwrSU00MERpODdraHRxMHBRR1BHcnl1dk8rSHNWWDNjNjAwMnJQaUhyOU5jUERadjZzUmx0QnJGVGdIWC9HYkxYck5xZktHYUNsOExOVFhNNkNpbEZxRXVxSUo0Y0NGSHZuUkpnN2FXSGN1RVhTSDBBYWp5RVFZV3VIOTE5T2Y1MHNETUVmUkY4Y2Ftc1hTVWVjM09xOXRHUEZBY0Y0bmhJaXpQSmVORlRoNTBjU0Q4cU9aNXFRNTBLR2pQbERacE5mSXU4RmVzcE9CMEJjWGkzVTFDMTdZUjBYRGdQeEZZMnkxekNDYjlISU95TnpzcGxiSzl3QzVnQlVZcjZDcnZvSXZ2OFBXYndSSGI5OUg3U2lnVFFIK0pzSkJ2ak9KbjduOWxNVWFrdDRFbDljN0VlZXhxUlBPd1ZUNzJHMitnY21kYkN5UVZIN0JLVHZlVVZiTWxDdlFRWTFjVUJFdGV4cWRsK0VqVmEwcStONnA5dHltSjF6dXJWeGhCOW5vR3NaY1hMemIvR2ZlWlZBTUZrWFRpbytCWDZ6NUsvNm5RWUdDQk5uRnFOaW1hZmMrSGZWS2ZUM3FWWkVVRnAzTjFRUkNGQko5MzlKeDVTTlJwaC82UUhUOVVmUTRmTWhFdmgrVkYzTlRNMEVwUGpZbVN0eWJ1R2N2V3J4YUptaXhCK1Ryd2prdGR2V3htQkFIMHFLUlluT3NkK1NyN3NlUVhZY0JTNHZSZHZhbnZOWXpSaFN0Q1hYdVZ5MDYyT0FJbUJERDVIc0o1eThTWkhQYnhUQWZVdHhvVS9sWFFWMHRSbnlQMkFwdG5aVUZGUlZJM0dWSzBCOURCTHRSeW9qdXBJQ3ViOFBVQktwRUx6WXpoT2FsOUJVanY5S2t4aDhMQ05DNzVhNnNUSjQvUHZTRnZrVWFzLzY0NE1wSER6UEljYnRrQnJJT3d4cUIxa05FV3JDclNBbkVYM2xOeGVuUnYvS2FLT2M4S2FndWFLRVpDN3FjYk5SWGVsUWdnWmpUL250Nys2cDdYblN0TU5zUGpIRmNSdzZaQVAyWVMrK1EzV0s0amZxYXlIMUF0YVFNRjk5R2NuNjF5d0Z0dE5VbDh1dDl4bjRjYkRyNDBwRVdGZGVsSWFBQ1Y2RzFRNEo4ODhtQTdWaVI4c3IzbHpoV09YWGozS0pzdkwzUEpjckUySFdZdWxuN2pHTXpvcC8xekZiV3lGV0s2ZmJwVkl4bGZsc21lUWdrQTg4ckpuRTdJZFdlSEoxV0FHUFZsakh3dWRaRWV2anFQR1NhRWozZXRoK29TdlR3cndTNndIM2V4UGZhWWhldHJsYXpySWV3bHpxQ0poREZJczF0c215enltVDRnajUzV2tIWDBFTEJCMGhZNkdFaVpPU2F6ZGtwRHVyOUF3WWtjWlFJeHlxdmc3OVN6VGhDZXdiVGJPdGhrblJka1lNcnQ5YnRXdzlzcVVaU05kTWFsM3dZbThmL0JYVUd2SVdVdGFMQ1pFTzRaSHREeUxOZ0hHVnliNk96bWZPalRxeDhWaUQ4akVCSkVORjZBdmVxR292YkF5a212S3BPUVVsYXVncFNSZEZUV0xFS1c1akpOSG5SYXVGWEw3QXdxc2lQaHdPQ2I2YlYrcTlUazRVdUl5a1VhMHI3T1I3RExxZHZiUk9BaFlFOHE2aGovU2EvV1BkSVhQdnpnQ0tqTzhBN2tLTnlJQ0Q2aGEvOVppTHY1V0hRYjFYbCtRTG52YytEd3BvQklIVFhuaC9oUTRndVhKVzhwTy9QU3hZbTAxc2hQb3Mvb0hrNjNmYksrblJPNm42MmdIOVFkTEtLWFFxZUxqMWdITU9QSVJmdXM5OVJ3M21CWTFGdndBZC9YVG9sRUp4YlhWUnZEMzZKZzl2NE4xOWlPbkRaT2dzMDJxZVEvclMwNW5vd2FJZjZCazZYK2p4UGRRQlcxOXhQVlI1N2ZOVWFUYmVhUm5tRjdDajI4SFJtd05McWZCSzQyRWVyOW9mWk9WL3NhNXZTdEJwUDRWdy9EOElCTnVGM1BLQ3ptaEorWFBJd3NicnZ4RWp1STlvdk5BM2lqdzFXUzJ6SUVMNU9ZRVdjNVV6b3k1V0dtMzV3MnF0a2QyYmVNVjJTRkhmalhOaEJEODFJZkNWRi8vVlFzWnNEalRYNkRCZ0E5WVo3akF6Mno4cUJUMHR6Q0xqNXVmQTBpV0N3TkpFQ0NjSDJ1aHFYMzdGNjB4Z2NsU3pQeDkrNXV0UER1OEZsVFRDZmxuQnRFRmp5dnVNeHAwVUhiVTZndmp6akxPK25KU2lhQlVDVUVMQWZDZkNxcURaTE1veXFmTFpKbUMvSnpiRER5NVVJOEpxWmk=', '481870372_17997298523753450_2148385539722204078_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-28', 'image/webp'),
(6, '2025-03-06 18:18:41', '18062791357940168', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Q4MmUH+KNjARwQSD/yAqV3YzQlV1eFIvcFZma3RwN2s1Z1B4VXJ3V05laTlnNmhtbnowaGhPSStJejNmVnhpWUNvNDBweGREdHl4ZlNMcW1mb3o4eW9rc2Q1OWdCVmNnWEJlL3FCc2hOSUUyNlAwRlhQdUpOYzk3ODh5angzcWliZXlVcURDUU8ydXNCVVl6N0VPY2pPenEyQ0UyNDgvSFdWaXdmRU0yUHFhUnpka3lkVTFtRU9GOWhocVh0eWFROFhzeVZHUmFlMHJadFJvWVBzODlrQkhvYlVIMmRhZVMrdHdTK0c5aG9SV1REK2U4U2tOLzRRaFlTR3AwaTJkU1NXM1BiaWdYY0lQWGVRVTVjcHNObklEVnpxNGt4U0xlRzJENk51OUdmMUFvYWVGZytETWRBeDM0NkozS0xyZkYrbnY3bWtKLzNxcVErcWVkMGgrdkZrVURDcW9MV3U4Sy9kVUJVNEJ2QmU3RWxDanE4VUdLWmU2dVFHZ3VNR2R0MThUa1hhUkE4S1czQWpBb0c4RnVxTzBCSzhhalFtQk0vcFIrRlZuL3puS1U0T3dkejRHWVJEUWZKY0FUMkoxTTZuUm1pY0VEZHhzaVVVWGUyWnE1b05vWG1UVGZuSVlleW1XREFyRlVONWExQXhFRk1mLzJ3Y0xlbnNEUmI2NHI3YmNFTHBxYXExVUVabEhzNFlCU3FVTWZBK1h0Skhsak1aNzRQeHRsV1ZMYmx3VlU2SXlESXUzMkdVeUZucXcxdjZRMG85dXFUdmpCUFhwWGozMWQ5bnQxUlRBSjVTTjVwNnlpeVI4a2tubVNnNGlSSkg2R2lxYnBFRGYwS050TUJKazk2b1JFTG92Q0cxOS82MzRnMWwxaCtTWFhNT3lpcnhWQmtRdWlKNmFHcmN5V3EwSHRZUWlwZVFpeU1Ca3c1YnluN01GQTZWMzhSTEY4eE8rL1hFaUlKd1o0UGtxMFVPbUR6b1dWd0JEaUdYaTFraCsyeE5vK3NKS2xWZGZpeGQzdW9UYW5RZEIzMVhrdzF3bEVIaERQeFJtSFdhbjArZmMrZmNiMi9vWGtadENPSExJaE41ZFJuenYvU0FRc3AxM0t4Um9KYnRacEc3N055ZXkzNXhYRHhFSS9tbmRVY3pzMW9QR3BxdmxsVWRFeUlXMUV6MlNBWDBOYTdRSFVLYnRlODF2bTJBZlJ3NGZvM21LbkFTMTBQbkw2Y21JMUxyMW9GWTd0bTF6YkZrbUJhSUFNZzcyTE1mWVlQZUZiM1FRWVo1cmFZNk1ZYTR2WXdZY0pJZjR1VS9Ic2ltRFQ2TEYydGRHZ1ViYnVQTm9vbWlnODZvcjVlaHc1MkwzZHU3Y2Z2bk1UUk0xRzZ5NFY2ZHJVelVlZnlNcU03L0lFMEtiRDBNaHkycGZybXh5bFhla21vOVczNUZFVXBWVVhTVVFFdjcvR1VmQzBlWWZxYUw1alljcjljL1dDd2pWRHBhWXl0dUdqZmdVYzVock5vQ2N0Vm9TdUFTNUxSMS80di9GVEovZ0lBRkVNVnlaNUcxdmlVeU5QeVhHdEVxQ2hWQy9aVG1STFoySDJRMENmZmNhOUNrMFNVSFNIUkhkR0k4aHpZQ2xyQW5WbUZHTS9KYlpIL2gvaDJiMUh2TSs0M09Oa0pKK3RyUUc2U2VmTExhZklpWFY4MDVSOVJKQXVFZnl2WVJjMUo2ZW94eTJORkh2MlJXTTZzSThCUE5vU0w2UWx5WFVGR2VRSnBaSkpjYW5PNXhCTk9ZUFhqa2ozOFpTVDg0KzlHKzJwM0xEd09MclllaXlpdEtiZW1CNnAraUIrTm9rTVVURThRemFwWWo0RWdzM3l5RisxZzVsMnA5R2xRVWZUZEh3SENlSlFsUEJuNzg4Ulg3MGxZRUhOOEFPUnVBcFlnS25FUWVZa3ZJUzhVb0NBNC93SFRXZ20wc3BSREozVXNkZ3crY09RZThubmt1SzdMRjgwQnpyV054Tjd3QUY5S3lnNi81ZVoyeUtxcDgrUU13ekgvb28zdWVkQjdLVTNTOVhtUHhGeVhERnNLeFZGUlhnTXBxWlBTOEIrb0lQd242UzdnSy81UDVXZlloSEU5eTJ4dE4wc2JIeStkQThiWGphK2pUZHBjbTFuZnVQSTEvUTdYKzRzZmFNdWQ3b09kMTUyVXFGWWF2MFYrSnBVcUVjSkQ5NjV0NWlpNFBBWXZzbGFsS3BYT1h6ODFCamFaU0o4d1gwY3lIb21Sc1JaU0RHUFd2azVYRmxNNGs2ZW4waUZLY1FhZTRySGlaSm95aHJabFllVmxWdjREZmJLcTUxZC9iK2IyRWtpQ0JQczF6UTFGUjhhM1JHZVNVa21wRU1nWTl0d0ExZ2RtNllVOUcyNlhuM2NoaTNON3lUVGtRYWs3c0JnOSt1aENxY2NHWGMrQkxObTVoMWtadUtNS0x1NmxibTMvaVFVVVZyWlBLUVR3RkZpbGRrTmwxSGJnWDA5Z3oxNjFOOER6dkdSQ01KeXBCc1FmUWhNN2lHSFlkTjNHSFZDMTZrb0pyTnVpckRRdEdRK3grZndKVllrK0xVMzkrbVFsZG4waFVWNHpiSDBKL3B2VWNMMUc5TmVxOWgzMUpVajhBaEU2RFp4MHJ1RjJJaVVKbmZoN3loY2ZaTzJVMi9xNTl2MzJFQ1NNME1EUkdyZENJck5ZUkdFcWhvbGk3R1k1MzIwMzZoQXZRZkhRc1UweFdicG9SOUc=', '481926807_17997187781753450_3893681731386013245_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-26', 'image/webp'),
(7, '2025-03-06 18:18:48', '17858557599305020', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3iPm/hPjOnayNbg9EiIvvlBRek9FbGNldjNjelpGTDZnbUxud2hTL2J4T1VCdDJZeFZ4UzJnOEFRZ09PQkYyWXUrc3p2NTJzYzRsNDhSOUV1dUZ4VGgweCtDVzZBZkp3RUEyREFyaEE0NnZFVVNDelZnRnpPcWh1SDduVk0wTUZ1RmhsbWZ3NlZFU1BkK2dZV3BtMURESkpCRXQxN3Q2UklTNlAzUTFIODlLZ1Ryc2ZqdFlvRk96akFrYkZTUWswTUtvNDlYMTdISlkyWnlJdmdkcmg3aWRTTUY5aUxZMktUS3FDR3RzOTlObzlZWHBBa1dIM3M4eWFUL2t5WXdLZHlGUjViOEM3SnQ4UDFQTGRrdFdjbkQwQnpTcGdGSkFIN1Fwa2NpN2MrazFUMExIU3B6VVFTby9ENHFWVmxKcTEwN2RpMjFMRUpJRDRhbXlqbnh1S25zYlV3bWFSZEprTVB2ZmUvSGxpVUdBQ0ozelZxVWk0VjFjTXpkNmhwdW5uK3V6YW1yUXJJYUtHbjIxOFR4U0ROVXlOblNNWkJZcEFUOXZwZmZIYUxzaEhvRkdGYmNSWUlUWDZvSzlQemY5QkJvTDFQMW1wTnhPYjNPeU5PSmt6dUJOOHZ2a3NXL1YwOGNSWnU2TktoK29LR3JIdlkzcE1wSmNHQVBWdXRmM1pKMWx5Skc3MlVEUllGckc5UTlYUm42eHlJN3dvbDVTTUJyQ0tWYU02VWFXS0ZLRFJEemViS1hqUk85Yjd3Q2hUT3pSRThKVUdWeE93V1FtRmZQUUVHK2hpeE5TeTdvL1lHZWFaN0xZNHRHWlhNc21aQUZQYmQzLzJvNjEyMWw0SnRSZUhITEhzUGxQRjV5TFY5NkU3TnByOU52emdvVUpzeVp4azlxQjlnUDhCdnBUN3piTkNnb3FVWDIwNC9lMDRleVMrL0R1S2xpUFIyazVWaDZhM2U3bGRFVlh1bVhUMlhtRUd6WHU3c2QzRDFSbnlKTXlTRXJteFZlUXBtcGVFTVdVWUl3bW8rOFI5bFpwU3YzTXkxby9lQ25aRDJNT0dQRE1EV3RodDU4OTNLbjVVRlhFaDhZSDhXVzVncklUZ3orRzBHaHhqVURwajJMMzFSeUd2VHJOTWFITlQ3ZmVNamJRZjZZYTg5SU1UTmdtRGE1MFA2SmNranZpMG5pVnMzMDFrVzlueTRpTDJ2dTVMeFRLWXd0OXhPSmNIekdRQnVSWDJBdGhJNnEyRzRKOWg1OWhReUxjK1AwWGMyeXloanNwQmo2emwrMnFuUTNwbFZpaVNJWVdnNzR1YUZCWmRqRjByOHVNaWtKUVBVKzdTaFFFWEtocGJMTW9UVkVCeCtPM2VhZmhUZjJ2OWxHZ2w3a1NZTTd4dXgzNjRwQkhpQUE2aDRlWHA4bEpEbGlPZ29uRFFkUjdTdUtHMXQ5OVppWUJOMnpyZm9mVW5rTzZWb2xLZHZUWHp5aGphSGxlUkVhdm0xTG5Rb2QvbUR4OGhPNXBtNm01ODVmSDhZNEF1NG1wL3NyVGRJVEt0ZWxQdUFBMzJZYWpaYmJ1MG1XQjQ3SlUrOC9PamtNbmlQM3BDYVNyN1RRVFpyY3F5QjVRZHlnMndzL0h1bC8rclB6RTlrTjdvVm9rYk5RbFNMLzd6SWlJQnZlMDVJSTZraVdBczVFUGZodzY3Ky9md3VvcXV4K2hiSGw4RkhrVGlXNFYrUnVrUHhhN1dBSnh6UHk2VzZMMVlHeDlwNkhFeGpxYnNPSGQ1K1Q2RkRJcmNKTlZQS2pHMXlDZmg0cWd0S3BLeFlpVTQyUUlIZ1E4T2ZmZEgzR1NxaVNEWEFRbzJ1dUJUVG5zYlBrMjVkUWpsZ3BZcGFGcFBlZCt3eUNPK1RnSkRsb1RDNXRiNG1JV0l0L0t4em5WRXhSWnRjeFhMaEpVWm1PanR4SHU0aEp0akNFTTJwWDNSS1pHZHVWUytHclZnZGhUTDdZR1BZbEZpOVhuMVh2RDY4aUxpNnYyaWlPUGxEWnB6eGdkQXlTQ0lWaFFrS0ptQk1NOGJhdnFPS1RoVDhJN2twMkgwWlJGWXZNNDJVYllWVlRjby9pQmFNK3YyTktMUk9BdGFveThIUEw5RmhRcGFrNHk2WW53QUxwRXpsZnI4MEJUTEp2VnB2WWZVYWxyczdIajZFMXpxQVM5UXRJcXZnalRSY3hHd0kzdEF0SzBXZkNHZE5iY1ROSktvYVRQWE5QUWRLOG44VHh0S0NrZWkzdGVVbUhGWjZEZm04WGJyM1h1L1NHNVV2T2k4MlFnRTRLMVB3L2dhcnIxZFJzYnI1M2RGb1d5by9oQTErNWIwZzhGREZ6TVBZZjVjZW1hUFhsMjh0c1I3ODVBTTIvZ1hKNG1kaThLb0RhZmRsRjRjZFdaNGRIVGRuOFplSGJ0RUJDK1lRaGJjQ0FUTDk4akR2RllHbUlROTBwUlV4VXVwNFRIbkF4cEQrUDk2d01wRkVMNElLTWcrbUhyK1V3cGVLMGNmV2s2aVVHRFdtMnRybDNUbnhOMC9scWU3VTZIWDIxZkRKeGlaTitzM2N1RituTnlxSTN0VHpqdStJcmpiZ2ZpUnRkYi9mMGtERXRCMHdLeE5vS3F2VTI3a3ZRa0EzNGJ0SnJQeFJZUTJJNmlORjUzY254TWd3dGtwa0huNkhrTHlRYjE5QUNha09wN2VUZUxaQktCRWRPcGpCem1Ma0N1bFRjeEIvaURqSXQzTFFZVHpHQzRDTTE1VDdBWEFQc3BPRFRFYTdWTi9PdWUrMWdxV3dJYXlNcGpUWUhvWHRKUUQrcnQwREhkY0ZSbE85TkR6SXpybDhrMDQxZWhraEFjcnY5L1EyYldEekZzPQ==', '481180439_17997090236753450_7418266041729202286_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-26', 'image/webp'),
(8, '2025-03-06 18:18:52', '18078527032629132', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+/IlGThEWb4ZXrbRShFWJ0tWR3VPcGJRT3FzTzRvanl6OXhHRTJ2UmI4VTM2bDVqeXlwQWhCY2I0QityMU14SXQzNlU5Z1pRS2lxaHlWL0phQ1k0c3JLbGEzNFg2TWZxYjVEUTNvOE1WdzdKNXZQMlBNZ2JHU3lWcE9tZFNJNVcvVkJURlFoeFl6R2FDNEdxNytvN24wbllyQ1hSL0w4dGc1enZHNWlPWjBhR0Z6WVppTGp2UUN3dkM2YWJBdDdsem9MbFdBNm1SbVRMajV5U1ltRUxiQWtjbG8wZ0NSSGpidzNPZllTRUlxR2tGelBwaFlobE40Z2tETkdoNjZ0RGd4ZUZmcjYrWGl6OUZkcmVsOURKdzl4STB2bk9FbE5uTzRFV2V5bkpiODBaTDBUTmFXWGdGSlE5bytaMzhabW5keEE1ME1RS1UwZ2JabnZHTzEzcTAwOVQ4MWhWSE10WldQRjM2M1JESk9KNklmZ0pGK2tNVjJwZmU4dXpQbzlBK0RuM1BrazQ4NFJSZ2xrUUZ0UTBudjZRWVdmMm9QL1U4WitRUDVLMWYreFBVS0FpdHErVGNpaVdrUFpReFpSRGNFS2JsQ0tVUEhib2RiQ2pKVW45UktQeU5iUm9jVitwbFNXTWYzUHEvZTRMb0lBdXZ3NXlJVWYrU1ZUMmYrTlJqWVJIZ0NJeGhNemJLOGE3RHBOV2szRjhqUWZxWkdjdHBnd3dzckh4MzdMRkg3ZG4zcjh5Z0RoRGt4ZWRIQkFKdEFpOHpOL1dIeTFsSUp0SDZnNlE3L0YyRytKcTAxbDY4RDJlZzZPQW5mOW1xNjBJUWVQUi9xMlRFNlNORGNpL1o2Nnhyc0NaTmVzTkNXUUxmenZ5SXQ5ekUwU0tZS01neGJGVnpKQ2RFVXV6Rjk4QmRuTTExU1FUbGcxWDBXcjY4aTJCamt5QjRpRFpKMFcyYmxjdUViano0L0l6VUNCY3BNaEFuSmgxTFgyS2dnb2JVclhsNndXSTlzWU1YQzlvVGZDZnh4SjlzV3NVM2Vyb3J5aktaWHFaUVNIdGE5QTJ1dUx6eWh6RTBhcUxKM2VHejlHTUVWalZDRmM1UzI0RWx4UTRSSk1HUmhOdWJoTHhlVG5GczE3RjlqaVZLMXZ6OUVEbWZHVDBWRndkR1VrYXdydUtPVUJLVjViT2x0c0NjeEpLNHNxcmo2bHZwdnNDTmpCQURVdGpKK3dzK2swZkxiOVIyejZWSlora2hKdzd1YXhubUpaRWU5WmE1M0VTb21wZFYzeEovK1hJTWpCd2dzb21rT3BSSFBiMWpQU1ZzVHJqS2c4Sm5acVRLaW1pMjA0ZTRoTndMbVEzbnJNQUxUemRxcWJycG0vby9WTkVBbk5vVGRVbGVxTFFaWmFjdjRLaFNyT05OaWxYOGpKRTRZQW5tbDNPNS85OHpDV1IxK3dNc0xJMGlGMW94SFljQWFSTkphRmdPbGFDSUptbHhLbE4xTnZ3UzViU1pFcnFxRC9rTklwVzZZZkhUMWlJMlpuQ3RRbDViQUFhVUowNEdXYjQ2a1pSSU10NlE4Y1QrWDlVSDl3TDRubTVwTjVJU0k3cFlpN0ZaMXNSUlBOdHNpVGptSHozVytXdm5RM3N5ZW5Kc1dNL3F6bm82NXFPTGRqdWRQZklyZWNCcWVOelVBZTJkMlFoKzFteWM5eW8yUHd6NEhxVTNpTUhqQ2lpYjlaWCtTNytENW9HS2ZWSWdBWnloQ1ZOdXAxbXowTm1WNEJqbWltbWRIV2wyRkFlc2ZKMU1lZE4vMUdWN1RXcXFvbVNvL0JXQ2wyOFczSll0VFpVdG1CT044U3ZQUFA5RXFUMi9rd013aGRMaWlObkV1SFZoL0oyRmpsc3ByQ216VWxrN2RucnU1bnIzMElVU0JBd2NXU1RMOStiRnJVNXhEcUttUVUvaXluV1p2V3pJYWJJMGIvcXVEaXhLR1JCcWxJUnFyODhxVVJkNGgzTytJTGYzQ09ITERvT2Z6OEttWTBHcDZBT1Buck1GRlF1OFhRUkNvQVA0Wm5SV2pwc3diSnE5dnFoZVlWZmtZMWhEQzhGQnlxQlpyTmZlaFB4K0NhcXBuNTBuWGxKZWZvSnU0dHNUQ3N1WnVnTDRCVUtFVHEvbGs4djZKdVZhd0lsWkVGVHN2R0JCTEk2azc2NnRKRmRQckhNRHpjeldUL3B1eGdqSEx5V2Z2dDdRbXNCMlU0OGo4bC9xd2NKUmx6bVIwU0xjWjMzSDBXU09wUU53S0IvZ2VRTDA3SWdUMmZIWlRaYTZoWlFpeFNoa0ZKblkraFIzVFpzTFlxTFdaR1VWY2cwNDhoV25UdFlzNlpsYXpKQkdrWFg1ajV3aUcvNjVoamgwR0JsRVZ5K244MlRqTlBBR25PS1RzRFNBRFNob28za3B1SUJZdWx0SUt0MmtrbUg0ZUoveGhRbUFwelNJNFNXcjQ1R0hGbWwzbTh4SGJaM1A4TXYxNHZWOXVKc2RVejhBMTZVWi9GMlJmZHl5Z3hMWXVxcStnMjhmSEVrTXl4cFdDK1RkKzVtaVAvUWFOcnNMZVJYSzFRbWJpM2dFcFZXMEx4QmZUM3QzaWtSWXhvUWUrazRGZkxEV0x0YVZwUGF5Ti9RK2x2dWJCWEo5ZlAwZHNadDhoWHI1U0lBZ3puRzZ0V0RpQndFeEV5TlNJTi9hYzRhY1BCZzBGekFLdVNQUzcyWmoxNVR6U2FQR2NiYWkvbWVEQnVRckFyS3RjckRWTVhKYUdodUFuKzJYVldGbGdaNlY5TlpsMEU5VDNwQXZTenNra2xGQTlzdjNRdHp1N3pBaGhFNmRXNTFUMmwzeSt0elQzb1FIb3JVOFNJNWJFM3BmVC9tVXN6eWRRM2xWWXVIREdwam1DVm5rM1VOWGMwNjR6SDBjRWMvOSt4TkNtcS9MeU9YdC91d3UyMVdCVmlMbUcvNURUOXVQRXJBOXFoM0ZNdVhHYldoT0hSU0dQNkRvNFF2UjVqQWpVcTlYR3pvZ1NNZU1FcUxnSXNZZStqTFc0MjBrcjhnZmFGclIxWGhOMklNb2tMUkNKYWNiNzFJeWtFV2ZWQlExRHhKeGxRT2ZPRXBZamZTL2ZtQ0ExQUFmTXAxQ0svL1FRdFR1NnBpbHRqVDN6OEdzVnRSOWJNVlpNRFMyMlp4dzliR2lBZ0F4UXRXMnNBeTByTmY0ZmpVa2d6SldpTTFIRDJ5NmN6TmhzdVFIb2svZnJGemJLQnd3elUyRWQ0cHNOaEtzLzNScFM2KzFqbkZwU0czTTE2TENYTXVXOHhHVXZJOGtRcFJaQlNwTjV1SDNKV01UNnhaUlRUclVyb2VhYS82OHVZYTVMcjc4VTNUZE04QXlHTDM0VklXMFFLVFZFYVdHYnJQd3paU0tlbUpaVW9CTG9yaThpMjFaN3RHbzdiY3h2MFRScnZVRzNSN1Q5d3pXU2I1YjNtVU5aRlFKc1ExM281NHRMWGsvSW5ZY3Vsb2FkWWFlcHJIL3EyZmRXTkxqUTQ3WmVYSksyT1VYd0czc2JMcFVweTQwU0ZRVmVJMktMVkRmS2lDSnA1c1B0TTI3UkZKS01MVjhJTTBSNTJBaFVaV3RBOVdOODRpL1ArMmNKdnpyNmpBUk80eUJWUXhyZFRYblJEa2lTMUIrQkdMaVBISk9kcVF4ZUxSaUVqeWZUQ0ZqWVlnYy9LakVSeUdqZ0Jq', '481741802_17996958083753450_3491330884196741615_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-24', 'image/webp'),
(9, '2025-03-06 18:18:57', '17866522272336984', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'F8wXF5ST66SQKf1JvrzBmzJLem5BeHptejNUYTVnSnpYcStORlc2cXRsMUZXSWtiL0J6UnZaMjRZSllXZ0gxUnd3aDVxbVFIZ2FtblY0c3R6Q29WaDRoSHFOZk1xNkZkZG1FNmR4YmxqcktXOVkyaXlrL1JuakdLQkFxSlBzbStUWGdlOVlUTGJqQUZSa0YvZG1HR0twanJMVWRFUHJaczMrNUcvYmFXUjQ3VVVJUVBJbVlUL1dXRHAvdFVDTXpjLzA3WXBlVWY2NElZKzQ5UG9ZREgwWFJvb1N5VmFrV2xNTTA5OHBCZU1JNVUzTHRaZ1Y1cjRpZVdsYnZYcWhxUmZsMzB1TUZrRUIzdWs2YnkyNVN3VkpRcHJwcXVvNUdFM0xhSjMwTXdVcHNCQzRwUEd6Rm0yR05vREZYdzNERTNtb3c1SUdyaGRQTFkzRHY0ZGx5ZEkyU0NRN2FJSGJZOXlrMVZRUGVjRG5ReVFnaTdtWjF6ZVUyWW9aVEllWnk1K1dUZXkxQVVkZ3JUTWo0OUZ4V2hrL1JJQTVGVzNvaktoelNQNFoydTZlTU5NOVMxczgvemF3NzhFa0FDcDNuQkJzYjVsQUZ0Rlh4WURtalppdHBjUXAvOVVBQkowQjhDN1lHYUlQR1U5dWVEOER2SStMbU5FTzRQb1F0TWhZTW1hQnlBaFVlWGZMaWE1b0Z2R04ya3EzZjh1eXhBZEdGdWQ0K3dpdVhRMnFlcFUyUk1uZ1pmYzVFQzVqVEw4S0piYzFVV3V5SUlCalNlTVd6Z2NlS1o1cjBFMTlJNUxHczlDN2JNTzkyajBZNmNSampMUEpSdzZBKzFJRDhVbmdBVkY4WlVXVGF5b3JOVmZqOEZ6dEtUbTVuMVRicVBrbFVxSXJmTG9POGphaU5aTExxSmtGeE40YjFXby8yWkpvUEdJWDFlbEM3RXQwVFMyNG54RzJuUDE5d3VWbUtjUnVjMVRQeGpTZXBzRDZKSjg5WmhiMHIvVEN1S1l5bDVnc3A5RkhkNzkzN0hlaVlMdkRxT0dFeXNiQnFuamlMMjdLZEI0WW5tQjBxTG54b0xBR3dLN1h3UDdFNGs3c0hIT0ZWSlNPVXlKM1ZZOG9vdUp4dUZvNFRVSXp4OCtBd21vNU01WXZjMVMwd3BIdnJ0Y0s0MmcramNxamNoaUVoZXMxUEZoR1BQM3NPMzhuRkFDaUNmdDV2VGFDTG1EN2syVVVoemNlSnVmandwd0VrcmFRKzc2UWs5eGgvRVZUQ3Zib0REQTE1OFlHSWZOM1dsbjlORU1Ma2l0YXBuRUdNb0Rzb3pGa1JPb3V5RXp0OS9razVkL1d6a214TURmSUQ2OGVobGdmVDB3MDhSd0J3K28yL0d6azE5TDBHZnZhR2lsUkE4WWZjV0JjMnZCK3N3U25wZFQ0cjRHSE1XU0h2ZFg5R3hjakpHQS8zcDRyclZYTUZqSDhBK3lpYWJHQmJrNUJQeUszR0U5amxVZTJGeDFKNzY4b3pieGJubGxsOFl5RDg5R3pNYnBjWmxkOFBLRVVLWUcvRlorUzlSWkJ1Zlk0ODBTOHN5R05rWmZBMjJpTlM2WXNrMG91NVpaUytFb09MWndEY2FwWnM4eG5lUEFQRWtwYkRMNU5VdEwzK0ZjZWtCYWFuKy90ZkJOWHdDWmswSFlCT2JSdTZJOU1nWVhPK0pkckVOWHdIZ0ZqTnpMc2ZBVHAyRkdkWmx2UTFXRmQ0RHJ0SjdCbkFOSVBoV3JhaithZk5LU3JDUTE3V3lBZVJNSGhveDJ1UlNQVnUrYkEwR1pkMmJkczdBQ2FHd21FejBsTHVqVVZxSVpOUkpuQ0ZCTUNuL2pMZjRqUWhQb0xzd1ZiNHRUTXcxaTVQdlk0SUg2WDU2MVAyT2pBOTZVd3JjNzlrVWRXZDYzY3ZyQ1ZCUy9vWjZ4c0ZNNmxRamIzTDBWTFlRWWE4THIzcGNBbzN3YndGWW9BVzIxQUtWVU5GT1pseU1HNlVTM1VXYTBhWjYxYzVEZWo1OFZsVjdLVUxyTGQ0N2x5bndoNEc2SWljcXh6MzZLN08rOHVnQlVHY3UvZ2ZVNTdCQmdqMjlyNTJWMnJtVkZ2YTFWL0Nlb2thdTlpcmpGNHhab2xTcVE4OHhVcWZtZXVEMXcyaTU0S3pSM1lzMnlVd0puVURuNGJ2SC90MVNtK2ZUbnAzaERTbWIwUXR2VVcwTlQyYzh6VlBXY0dnM2N0OHRVT29BMnhjbEVGbWJaT21VWmV6TWxPWWhZdFhEQlhDZS9xa0dZZ29mZnp4bHByMEdNL1JZVzhBM3RDeEFDWmQzbENaNmVXeG1neEhmbHNBUVRQNEptYUpNdGMrVjdJYWptU0g2bFR0dlVOd3hmMnd4cVJVbnRmOEJjZnE3MHk1RkFLREg4ZllQajJ4bUVGcFFTdTYyYUEwdXM0cXYwQjgyUzlVSDY0cnhKRyswb3RJUGVtclFBb2NFcjgxQmtzZ1k=', '480706932_17996816774753450_2520750313197967329_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-23', 'image/webp'),
(10, '2025-03-06 18:19:02', '18110277814460373', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'cO/GeJmBUwep803Cs3TEP0FrRVQxeHpGSk15SEI4WXJ6S3ZPZ2NlWE5JcXJvUHA0UXZJTENnQmZWS3UxaTlYQk45ZjczYjdsaXloaHNVcFFCa1d3VlFMbjJiZXJKYXE5N3oyZkdFYmlpUWoydFhLSzlEWHBPSFVIcWZvUnVkNVFGbDRsK1RqamNHTFhsaFllNXphK0FUaGZXTDdDMkN4TFZ3M1Rha3VITC9Ed0tBL2RyZFNzTDQyMDlPeC9GdzJoQWhmQ2pXK3M4OGxhWE9WdVJ4OVdUeERLMmNtR0JsbnhPRmNoQkVNZ3hGNmx3dVNJNG4wQjVGTlJCeXNtMnJWWU5zUTJQL25NamdDUEd6Q1FRa3NCVE9jcnlBTTBxa3JKekh3Y0NKR2daazVxUTh5OUtGTnZTYjlhRDZZSktnbUVFWW1UNGNoUUNSQjNuSnVEY0hMZ0VlTXFFaFJRelJLQWY1MTZLdVBqdDVXQWVTb00zMXZZYU4yREJKSnZ1YVM1M0h1Zi8wNVh3alorV2E3c2wyYm9MbkdKZm5XWi9rVGVEUnljL0Z2d3Y5VDJDNUhCZHY0Y1p5V0lSSjFyTTZkcjRZWmEyOHVUM0xmb1lHaUxFdHRqQ1cvSjBvSU1YMlIzMDUwV0ZMc29SYkRqQ25oalFXMGtrZUwwU2MzRVMxWGJIbUkva1BTcjNYV0IrNG9zOW1UU3hCb2JBcCtCV1MxenZGZER0RlplYmszdGRpcURKbDNsL3Evbi91cjYrVXh5LzJtRk9XcW51Y1FVK0M0b0YwODVFN2lyTk8yN0xGNWtMeHQzSG5Yb3Z3c092U1VteWQ5aGRoeUJFN0hvRlZjWjNoaENTazhUUEI1N1dta1BmK2k3Q2FsTUNCTWkwY05JQzhOMEg4SEkyUDZuN3ZkdmwrdmtTSmpEUWxWQUFMOXpxOHFUcjl4N0djSDVsQzVCeGdrM0V1T1pDZHExb1pEczJ3SHBGOG5NQVJXczVubWZCYXF0UTBoZ0h1SUlSOWlyQytBb3M1Z3dyb3pKay9rbHBLVGVkemJQRGFXM1ovdVFVaFU1bWE3YWNqUTJOMitkSmZUNGRyd2QxczMzeG81L3czV0dVSTMxVVgxa0JjUzdHSGJ1SlhxalJZeWJUdDIyK01pYlNuMFJ1LzB3L0Vzb3NPOUdlS1piTm9VQXBNcGVWNkEybHdIN1dvVDcxSzFHOHRXaDJoaFdqOUR6eVRmM3ZjMndEVDh6UUk4NmJ5ZVFzK09VRnNxY3V2c1pEa0Q5enBsZFNPSDNYeCs1WXNobXY0c1ZISkNKQjFHVzg0ZGRmYklvVDVXYUF4WG53SmNJVnVRODZtUU9aVENBcDM0SjRvOVVhUldsVkRPV3l5bDZwL1A3aWxTc00vZHNZUFBBUFRGSEpFY0JORHpOUStmNDhlSENvbzdXL2svamVuVzhvbURrSzYxT1RtY2dmaXg0U2J4VkdTeTFaRVFIZ09oTU9LSVNFYzJMOVJNSXlnTFROWm5jZUdoOXFuQmFwc3RiQUFzWUdVczJKeXMvRVZ4a3VGYVlybVRxcEUzQ2dWLytyL1BNNXNsbWJvNE1ML3FKdHNFSnQvYXRYazRoQnJUcTdDdFVxeXY5dHVERi9jSXFsQm1qenFpRG1sT0hWV0lFWlQ4MXN3M2hhNzlVUFQyS3pIQUs2VzlnZmFzTUFZdXBzQjdEakpoOG0zSkpUZHNLQWpHR3JpRHF0anArckw3Wk9ISzBqUjlWaGQrSDE5RVEvekxla2JmckptNnVWeEkwb2RQeXd1azFGOFVHOXFHOXVvL29ZcHc2VXBmNGZnekJkVVJBY0NyeFNSVmhoWWJDZ2QxazZ3Tm9wQm9JZlZKWkpKd0hsL2lCM3J4MEJpWjEzanFiQ0p3cGp4em52eDQ2dVdGRkdxYjJNYW56V0hmNUk1SlNsck1EQ1E5eSs4Y1oxYnBtSWRwajBqdE0zWmVVZExnUUlTZy80MGE2ZVI4Y3AwNktpaVhua2lTM0NRTUdBd2wyWDBlUW5MNkhFTzlpNnFuV1h5citoSGJTSjNmYTk3ekZ1L0l3eWNrN2lwbS9IVnFGNTZVcXJaNW94ZTBzMHVKR2lhcy96MmdlQ1VnTGdTdmRjZ09OOFFkK25ZTzYrRjMyZ0lLVE9zakl6dWdZUzkzWnlzeG9pbGFkNWttWXB6MGY4L2N2UTNobUE2aFpoT0hHaThWeS9CblplNFJKK1hXdEtSbjFtMG5ZSWw0WkhCYnVTc0dWeVhJdWJwY2JRYi81OXRYVVREUCt4QkZvZkRuRCtQM2p1R3JyR1JsNDl6UlUza3NyTENlcGdyK0YzQWdIcGlKN0JMS1JFNlN1Yjg4bDFORjVCcjRIZmt6dnFpMDFHaGpFcWdGQjdua3pRS3o2RzZQRm1pTlMxUURvck5nMGFnZXJIV0d2dXk1OHVFZkdGYlRYSm5pSksxckxCa3k4Q0drUUdBS2VYWGZHblBIc1NZcXNJQXBzQVZzbmRueHdMbnZBTXpXZXIvZ00yNWxTd3c9PQ==', '480052341_17996682326753450_1039811973171039507_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-21', 'image/webp'),
(11, '2025-03-06 18:19:06', '18120667834390395', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'anUlJGgJul4cd7QLs16v1nBKNWs4aEFiVExQZ0pIRVNKN2VPUndleENUMzFkVjRQTExXN1FOREc4bUkrK1dtY0wrc3IxeUIvY2kwaW1yVE5Ga2NZeHhoVjEyTHZwQTVJWHNGZEJ6bkhVbVdLVjU3TVVmQm1kc1RrR0FWSWcxUzZrajRDR1YyZXpQUWNHZDJleE1ESVJBUThvMFVtZW9SOGs2TnlCK0ZuR1cweGVCVDNVMEd1bnRNTUp6anRCdm9VTXhEQVVaOUthaHY2SGdWbC9JTFF6UEVCU1F2WWlpbDh5MEpqVGVUeldxdm0zSVlhK0NZQUlMK01OY3V1K0xBSmxzMXN4SlIrYXprRVBhN1hpem9zSTNIc3UwaXYzNUt1UWE5SFYybGhuRE1ST3djYWUwQ2JBbmI0UkdENHcwUDE1aGFmdUxjTDBmeFpwN3VpQUlralBSRkZBcnY1Z0tvRGY5SG85TVU1YnkyWDRpZzBJQkZQRHM4bXBTeEI5VnNiR2xsQXpnZEd5SS9wTno4YTdzQnlkQU45VkNnNU1mZlN2V1RhU0hOZm8wTlQ1L25xWnpzTklDYWdWWlJtUWRyRlkwK0E0TmFlbDhTK0JUSVVVekZ5MkRPR2JSd05sTWc3VDVzTWQ4VkNTVDlVT0NmTll0VnVxSGRYb25YZVpld3l1aGlmcmttUXdHQ0hyYkZsSzdNU1VlVXRBTERyNVorNitDU0JieGdGREtxL3FWQ0xobE5vVTkxOExEWmhMVjJJKzVJTlQvR1krMjdVdUVBVWxKYkhTY0UxdS9CR1NhaGVweXYrSXdQUVhYaThyTER6QlJSMUNraytud3dCWVZDRXJhQkdUT0FTUVFiSVN3Tjd2Wk9CNEtScThVT1kvZG95RTJkWTZoOE1VcC8zbjd3YzFWMnkyUVRrcDdUVFIxNU43MGcyZnlWUWxmN1M1dElwaWJUNHh2allPa01scGZmT3pyS1Vwclhka09wcWtVdlVldWNvRmRzdTJNUVZ5SzN0N0lrNzJIRURzcHlVejVzaGJrOXRBYllRcmdmNXZkeHNGcTZCV09rTjNwanZVdW56UkxqWTVtOXFSOGFiZ0J1dnZDOHJlRnRlWW82MCtiRVkyVkczMytOaHhOSXZjSE1XUEM5OVVUOWFNMXFsYzBoaC9ycWMwdUt2eXpPTkpoc2NBem9PWlZxeGFYOW4rbThPODZCVi8xekEyRm9JZU1IOHhBQ2ZRZ3ZQdFdZUXhmUmxHdk40YjdydU1ob0IzM2tMaXB5d2dmbHg1c2ZqK0EwWlhIOXpaM3cyTk9uWU9xeUh0TEY3Z3AyMVRmdkpCejdwM3lWcGwzcEpjSkM5SUdxNnhmR3h3eW1UQW9Wbm95cnlzeERseWc2SjVJUlJUeWdoRkkxSlJoMjNKc3EyQnNEZkRMQmFGSjlVOFQvbXprcTRIZW9nc0E2Q2RRaENKSW4zL2hrV2EwTDY4L3piWVBPZVk3OFNPZk41bjRsOTYyWi9uMlFkVFRnNHpXR3Z0dXpDUW9CZGsxVVN0a01TS3ZtT3NQa1dGTWFFcDdPMmFCYWk2RE1EQXEvNWxZdWVSWjBmT3c0R0VjcGRLYlRwV01peFNVaU1tOVZMMzYzbGpjamwyUDc5aE1jV1Y3MDV5TXJKL2RhR3pwRWlvN1FaS1RoN3U1YU5MNTJKZXE5ZGxEREJWTmpuUWZuVXo1eC94UWtYMUVzNGZML0NXZUVjb1dCZVVIRmlOY0VBdElGSmk2RW40VzBoMUVscTRGL3VoZUErSkNNdUtMNXNZWVFFcmlxSWc5NS95c0xFaVcvUWx3dVZpbTljYWptZmswY21mL09qcG9nVFFiMWpubFRZUzFDNEVUcFp4ZGErbll1V2xHVUJXUTVRN21lSWw1M3NEdkNkR2V0czU1SUprUElzcm1qNTR6WjNrOTc0akh3T1M5L0ZONnJYdklhOU1vVnRWZEJXSjJOSEJ1Qm01ODI3QnhYMFhCMUFObzFFd0ZFSjBFdU9EcDdWL1BqWkZsdklxcEZ1YTluQWhOWTg1ZzUyWVRkOXhUWUQ2ZnBxdVlNKzIrZUYvVDY4Z2daZzk4RzF1aHVNUVlkQUJ3T3ZJZTN3WEcyWEw1bGc0L3pDSTVwVUcxMTFSN3Bmd05SbGM3NGtpL04yMzl4Vk8zWkh6dTEyT1J4NE1Ed0IyVlVRUHZIdmlRbzBpbTFUbWZHaFYvYmNIS1VPbWZTaEJxSXkrZ0hyU0xvS29jakViYXNSbUF2TEh1WURvRmtJZVlUUDg0bi9aeFRhbWppRFBxVEcwMmFEU3ZFUGNueTR4c284MERGOGcxVk1uU1lkVU4zY1RNMEdHV2t2Qm5xbkd5czM2KzdDWGRrcVhiUUVvS0NGZ3RHY2krcXpGWjUvc0M3Yzh6UUZKT2htL1R5bFI2QTRmdkJrdHpzbkRpeER1MUYzRXlSbEpNRGdoTG5EdllqUm1vN2JxQnQwRTAzTnNDUGJRKzhYMkFqM01XcHo=', '479741499_17996372933753450_8457008098781161416_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-21', 'image/webp'),
(12, '2025-03-06 18:19:10', '17946469535948899', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'FgA6MqafcgjlsSX96yVuh1ZzMGVLeElFWGhBNFhGSC9nMndNUGN3ZjNFYTkwUFpSZjdKMzY5dHRGYzdZY3F6NVc0YjZyUHB3OUFCekJmV1llQkdUUG9SaEVZWS9IM2h4cUovOGdIMGpKNXhybWNsV25rQnhkcHl4ZndvQnMwOVdUcHVrSGsvRDZvRkdwckg0aFlrMmw1TXJKZ3hNQmRtb21DTjJTUEo5eHdhRXRoNnZxNVdaZ29oamRJZ2NnWGJFK2dsc1c5V3BLdmxqUy81NzVXVkx4ZE1OTk5JMFRMOFJjNmtYOG55MHl5azlkSG02Z2RSWkREZktISW1pMVEwVUdYQjVnbW5Bay8xRmxUdEgzd1YrUUFyYzgrNjlGcXo0Z0pLTENyZi9zVzQ1ZGNpWjhOZyt6LzhycVpLL2l0b1NwRVZJc2xEQXhtNHpjQzVjSjY0UlFXWXU1Ym1Da2FlVXN2bTdycHZUQWhZN1V4N0F2dUpnbU0yRTNHWkI5d3VXODlYdC96RUVFdzFXK1paOE1nL3kyOXZ3cG9LT3ZObmE2bkhZbDd1YUVQN3QybmpHTjRhazlnQzFXRTBkQlJPcWluRks2VEw0ZWxKWG1TSDYyQms4WWxFRWd4aWVjdkE5emdsSG4rTkhBNlN4NzJFLzNEWk5NQWJiNWdzQWxzcTN2NGFtTTJhbVZVMzd5QUhMTFN3dEhwV1FlZHFSSFBibzE5M0tmcjEwQ2FGanRLcXZNWElROE5oWmxvc2RlYVpGR1hHNnI4ZXppKzRZTDBBZXE2eENVSGNaaVJiMXp6TWZFYkUzVURSTDVJYUV0K3dyUTJZK0pnWC9SV2lSWE5teEp0NGZzTjlEU2MxNzFGVmRQclhZRjhqZGtmYlFtNXZWZW1QSERERC85UmVNdzloV0lkV1Rlc1JJWkFQNjFpdk5CTVhNRGVkMitnUTh3eDFoZGVNTkQ0N2oxS2c2RTFSakVNYkVmNUlORUtseTlURnFSZHhXaFE5eWhxbGJlVWJwTG5PZkVTM1duZjY4a3hoQjhLYTZVL2Z0WkVhQnhqN0s3aWxYQ0hRdGVKY1JScUQ2M0dqWjlCcmkrWW5Jd2kzK0FLeHRwSktKTzJTKzlaazlhUjRKWWpoSTBuRlJjZFl0WjNpMDI3SC9NK2NxTndoV1RxaTlXTVJ0a0QxVmhYUnNYTDVmOGhIUXR5ZjFFeTdqQUZpdktqNjRxL2ROQmJJTWw1bEhMSzB1dit6SkxEeHgxTis3ZVh5dmdhcWVrWWlRL3Z4cUQvUklhN3NaWkJybEdkUkE5WVZQOVhRYkFlYVM5VXU3dTlxOUU3NUJQY013OWdkeWw3UWppUTZDOFc2aksyaFB4RHN1YnFXOTZEY3lYSHV5U0g3ZmJ5K1VxeVFDTkhFd2hmZjBhdTRrS2F1bCthZ1QxaUMxQnBwWlZ0UnJPMU5vdVF5RElCM21JWkVpN21PYkRjcHZ4U3B4L0lKUWdleHNzWFlreG1VQU04RFhWTUdxNjUrMFQrL0xrbEUzUlNMc0VHcU8zTG1UV1RPQkRtOWRSbjJPU1JpWDVFVGg3UWtFSGVLanhwdUdqTjA4alU5dnlzRitrbkFxNHBWeWJHNU93SWNaRFRsY2lCSEZ4OUc5VXI4NGFiZUVrRUFrakoxbG8wdWVNM2pDYiswWm5tVmV3b0lHRHlJUGFXTEtaWkxGcFpVVG9RL3JObjA4OHJmekxmSFptcURxUklWV25oYlE0bUZqaFpCM0s1NythTWdVblVDSTBFd05xcXZWc3JBOEl3NG93OE93cC91WUR6QU8vMHlxa2NyN0NSR2s5bWdxNU5VWmoySGcvMFBRTHp0SkpNY1RsUStyaVlBcjhXbVk3LzZXS29xeG0wM0VEVFpaMmluakZEbnhUYUhwak9XT0k3eXdzWW8xeDcyUjZWYVZCd2dOcmE2bEZGMFNtcVdibjIvZ1VUckg1UU1SRm9sWXNPdVB5bHkwakF3WW1TNnZEWEJLTmZObFVnZzloNVI2SlNKNHRSMWR1T2Y0eVd3WnhvM1hkWlIyU2VQTWJVRk93czhYYVNPZWIwK2VvdElIVlhKWXI3U3ExcXlYL3hEU2dDdTNyM3dYSjFiMEpkYzJYbTJIc2lPR0Rtc1hwWHZxckVpQ3UrYnVaYjduVWx6cWlmQ3pIR2lIRFBobHpSTUJuWTJrMzczZkJiM25HSHdyOEhlbUYwTENPUmhWS1FFS0IrQ2V4Z2NpRGlCVkJzcVduZmtFRDl6YmpwN2J2NU96czFFTXBvNEdWZUlacVpKSndmbzVQbG1JcGFzTHBQK0VidXpmWjNvVnNlVDY3WHNxYXBOS2xwdU9ndGFHWms1ZDRUTUJVRjExUmdJUk9MdTVwZnNCVzhLTXkycVN0dEd4NTVMLw==', '480861239_17996248997753450_1625671917916359650_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-19', 'image/webp'),
(13, '2025-03-06 18:19:15', '18300497968226333', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'lYdanNsQmQynMBJscAUne2lDL05jclNPRGtBQWp2bTE2dENqekxMRXpGSDR2bm5VY2ptWEJaWmxnNTlXb2sxdlBXVDhvNGtwbnQ1NVJZeUxwZXd5L0JJYjQvd21wRDBycmxXS0JWUDJZL2ZyNWdiRjI1aytZN2NQZUo0OHNETEpIMHN5OWNoR0s2dVpXWE5mVWRjRTZDVDRDbFFBdEduOWRHcUJIdGx6ODl6UW40ZmNGaDZGWGIvMjFzWHp2bVJJRDFoRW9IaFZRdHIwWVp4bkVOQ0FOZEUzbkdnRWN3UEdpaEcxQXYwSnRjMExEdzRtZXlWMFJ4RlFxL0NTZGRNamxUbHhiUjgzS0V1WmlVaHkxVmpQNS8ydFNBUFc0RXJ0WmQwOWZkemZsNWtvNXRBOW44UnQwdDUyeVR5NG5mc2ErS0FiQXhOREZNOWhZWHBPQ0hHWENySytnVnZPeFFLa3BuZTkzUVAremJaV1YvTzVqcVcyUGRTcmJ3SStGMXo0TGM3SHpDVy9ITWJxYnZVeWRTRWMvZGRoZTYyZk8ydWJ4Y0tOS05SYU5Ramk2S3dZUU50Z1ZwcTEwZjhWWkJZUFdkdUZxZG9PREh6bncvU28xNXp3WFMwbXJubHdQOUZPUUhXbUJDUlJvT2FNTEd3bjVRUGlXaGprMTVDUnpkNGRPZ3pUMVBnbU1xUEtGYWVOYnloRzhRdWN6N3lQbng0SG9vNWtoRDBkdGs5ZzlIUUZtWHc1NTZPMUNSaUQxOGF5Q2VHNmp4OElVQnRUaG9VZUVaNjBqdHZrdWNGTS9ZYjJQVHFteDlVVGdBc3QwUVp4UzJ5azZFa2dhVmNpdWxlRG85SXRNcXA1NG9ZeXFCUERDdXFOb3dNZHlUN2lLVzl2Y1JNZTNESnE5Ykc0SktyMmtHUEVvTGZLQ3VpTGNobDY5QzhPUFEyZGI3RjF4dmRLQ05OSjJPV09HRUhGdno5ODBoRzhrSENvNTZGMVZlNVBVZEI1dG4yY1lwQ1VXLzY5WDdVWElINjB2TnFnK0t5VStYRndEQytSOHZVNTlqdHU2MTZ2ak93bUNkUGg1UGFqREIrVFZQUE8zeFVpeWZkZzFwNlpIVmhob2lDR1VvYU9EYWpBYUdpYkUvaWV2SHF2WVFtVDF5Ny9MMmVIR2Z2VUpyWU40VERQaDFxZmdoOTlDUFNKRFFDZUsrVURxODVhYW9ub1dMK0pMNFc1dmRwZDBQeFdVbHZ4S0xua2xVbi9XV3pWeno1WjFKbjFZVjNRZmJWbGkzd0xGWEJtb205d2NYUjEyOTJHcXdMc3I4NEhhb3hlVzUxUHFxWXRUb3dxTEdFNE4xT0loZzhISlBKMHRZaHdDOFBkYWJiTSthUzE5T3FsbnpIU0djY3RpOXRHbkU2blFsaW50S1daVHBPZnBhUy9ueDdPdFhBb3Z4THdFS0RlbnFMNW81eGxCY3I1RDZ2SmkrRG9OOUwwSzRtTjJtaDNxaHk3WjlISWVjbGk4N2pzNlJqeE5OT29laEtKbUdyaTVqd3UrdVMzY0NhYi85Qi8xTWxiZm5SY085RGhPME81aHE0dUszZnc2UkowWkxYTzU1YjZRbkZmQ0xZNTNQTDlwZmthVDRJMDh1QzdzTGEwRHl6V3pRQS81RjJzelRVVU9vaTA5Y250T2dZK3FWTnVKRE80WSthenZmZjJ6VDcvQ1BNdU5Db0k4R1JWeHRZYWZzeXc1dkI2UGRBTjRjeGxGVlBiN0ZaU2Z2UFh4OEFsSnVobzhteEZ6SEUrS1JBd2VXSHUzbkpPSmszUFg4TmFHc0ZIMmQxZ2tBN2NyNGIyK0JVR1VrUDBTeHZlc0NuVVdoazdycmR5UmF4andndWZZblBsdTQ3amZaektYREtmcUpvZ1FFdXJDazRFd3BXNDB0UHNOZz09', '480075853_17996096672753450_3320875517500742234_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-15', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(14, '2025-03-06 18:19:20', '18036920576188623', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2GDd82x7BJMNc1AtbLY0E01GKzB4N2dtWlpLbmEwZU1iWFNnUjY4MTFBUitRL1FMeTQ1b0QzRnJ1VEpzbXBPL0F3ZFVpMUx6QjV4Q2h3dGVGdVF6c29adytjc1ZRQVZRZnNReW9OMURWQkxMOEx6azhnMzBobUdSVy9tU3JHeEdYUjU2VjNqemE5ZTNCN1ZFTm1YRStObnZRc2ZNVnp2TlJ4SFgvREx1Q211SnJNcXd3STRqRXUzdnlZWXpVYkxWVW5oMkRJUGd5WW5vMmVNN3QwOXQ4UUU2Zi9lVGhudzdpUjVrb2JjdHVyY2lsOGZKc2EzQXFoTUpsak1hdko1TEZhdWs3TzczdXFiOFFHb0FoQWNyNEtsbW1lWVl0ZkU2QUcxd3pTN0V3Rzd1M3lhNUdYRXdaQWthSVB4NTRLN3JTZWhKcmZna01vZWMxcTU0YmhiakRMUzQ0ODdyMXljajJzWXNwVzNWTHc1WjZDQ1JlQSsxaE4wZGY1bU00a2l3Z2Y2Q2pMalRhaytiL25EeFFCTlNrTUVJOGtYZS82RFpUWlpGRkVBTG9EQWM3enRYSys0azE3UmVraEtFT0dRUzhCTC9sd3J0cFZ2c1BBRTdyMzF4NTY5dTBpZ25uMVVLVC91UmpucU5wMmdCOFlINUVLSzVSYjlpL0d5M0NsNWl1VmMzYTd3bEpPM0xkVEVPWUxPY21OcFBCWjVNL3pVSWo0cVE0YVNuYkw2WGgvam9qOUxOb1ZtSVA1Q3BWS2VCZEcrSG1yOS9kM2I2K1VpYXQ3VFVHY2ZNbVFBa3VJS2lrRzFlVzVQeEpQUFlWc2s2WmtNcWNLRUdoamFubGxOYW0wNUFSbXNZV0NoTmpYSGpaazMxb0NsN2lXTEtzcmFXRW85ZmErd21TQnp1OThVSENIYnIvOE9EclpPYlN4WXJtMlZqWml0aWJzKzV3dU96ZzNNd0doY1dwc2J2eERIb0EwRFBmZEVGODlCTFp3V1YycDV4ZkRxb1dlT1hzM0gyK3B3VGlDblhWckVJWFJoMEk1V0NGbWJZZC80dXoxdXNHbEIxQjdqNEJtbmZiV0hEdUpaZUR3TFNGSkVUelF0cVBDRHNZeWdveUN1Z29hZ0g0S3QwdXZ6N2lCUGlGN3NGOG0yRzcyV1ZIYkI4cExFSU5CdmtlUjMzWWRGT1V5ZDhxOFU2ZXc3RTRQc25tQzl1MVkybGxyRm1mc0NxMWtCQzJRKzZzSEZ0OTJwdVNJK3F4VERNV0ZubWt4MzdXVUxZRVFDUnYvMWVwRzBPeDRCY2hKTGN4ckNLWGNkclRtQ1hBekVpSHovZ2xxT2o1ekltVDV5ejBCM2pSNlNQZ3lVMVhZTFBaTUlMR01YRnNXdnkxVFJEV1BzOGFnR2RxKzZ6YXVVbFp5YmlzVVpSUlVnNEM4YTR5SytKeWJwOHMzYUcyY2tRaGJ5WXdZRWR5RGp1aXIwdDF1ZDNITk9kZkx1bnBJV0dRN2ZMazUrWUROSm1raWhJSGRzQUF0dFdzQVhaNnlDcTljelpyMlRRTGVGYUFOQW1lM3AvWXI1by9mUVJ3VXd2Q3l6VERVSENDcXo1WFUwaWpSMmlsSGszamt3dGxOUXBrZUpmOTZyY3gwQzBTZVRPOGZyelA5QmFkZW0zeTRCNGRPNjk0TE91ZzhGSzdUNHEwMDNoOStvVWlkMDdESEZhdmhoNUcvSFNFZ0QzNTh0S2dHcVM4QmFBdnBndk5ERzlRcFBHQ2MrdXc2OVRyZGlLeW4xRTVTTUwvVmpFRmFuMjlLOXZ0NlhxKzhpamtqUFpmd0RPRXYyaTYycjhZc3RPVERtNW8rVkROYmxSZmNSdEgzQy9uOVRQTU5RbmNFSUg5YURzVEVzc2VIQ1VPMWxqN1VoK2VLczZRMzlIOHRqdi9UZ2hTMEZvTG9QYTZzOU5kVDdJZlozMHVtdGdxMlR3UnVjVnZId2NsVWI0UE9jdlJPaWtvdXl0T1FURnlYYy9ybldsRXVJV1BESk4wVjFpWDRwUU5XbXpkaDZWdGovT1NtdGZRQmFWaFU5YVNNSTQ0Z1ZtVnJTZXcwYmRiQ3BjNmd6ZGd5YVJzMUVRRnk5NkJQTVo4aU5tY093MGpDVnNDd3JSbHRuVmt6MnpHYUZzVDFNYjVwL2NocXFYOElnS3VJd2h5VmlrRDQ2eUFTRXJ2TDNYcFV0bHlJTTJKTk5TTFNpNkltZWd6Q2J1M3ZyVXhTeXdDY3Y4WmhZbGxKQWtsQjF1aVg2UWhRbC9KWHhsMk0yM2VRYkVhZm8wNkxCODUzNGh0R2lNeDZnTXdTYVZyYnRmWmlzR1MwR1IxcTlVbi9lSWlSSm10cUxMUDJtVy8zekVrNmxuM1Q0QTlXQ09iRkd0dUhzMU0xNlRmUzdLdEdTdVhtMWEzQnpZdGhuNXdjdUhoTDVCeUdTTnRCWUxYOWN1QlFMdnJEbzBUaCt0eW8waVplM1lpV1ZnNHpqSmE2OFpIb0tVcUY1bDR5bW5TUFg3SXpBMnMrWGlsK2lJekJVclErdkNaOFQzOWliV2xITHJWZjJxQmFjYk1tV2ZXd1o5Q1hUMHdPWVc4UEhNSTBqUUtoL1BYR0xsOUo5V2xXeWErSDFWdkFnRDNTTUtUYWFRNVZEWWRMNFBhcFZOY0lWb2tDZ3pNVCtXZTRFeDRkSUxzeHFOb3VWK1orSzFSdTNmL1V2eW45a1VPYmlVcmRGamJmRDJQWXg2UE81aFV5Um1wc0FNdzVpRW1yNVBmMVBLeFc0eHBucXdzYWtybWpJZnBWZnFKbHdqUlZSOVdpMDZ3WEQ0YUtqTmc3dGw5U2xLbWZ5eUp1SHhNSDVpTTMwcnB5S3lRVmtVUmcwMmFQWklERnJ3VlJoQUNaKzdBdXQwZjNzbUxrSGNZSjQrOUZnaHBsaEFTcHROclpMUG80ZGdnaDJyL2QyQzJuQ0cxYlBkcXBSazE5Rk91dndOeFJiRXBZSGlzQVFKRE0yNjBMcEZEck1RVmtEd3NjZHZtMzYzZk04a3dweEc5QzhINytJNm0zUHZ6eHZNMXNWVFhudkJqY090dmZPQlVqaFd0bEJMa3ZraDNlYnhYMnVBcFZSM2g5VkpoMS9UWjUxeXNPY0p2SzJqc01xYUpjWUQvY1pwRnNUUzdzMy9RODQ4OWVud1FCa1ZqZVFhOGIwS05Pd2hFUEZ3TGlBYlhmMDZ6RkhYTXBHbjNmUEtCbFRJOUVBZHNVekNzejZ4dzl6Lzc4MGVBRVZKVVBlbkRSc2ozOXF5Zk4xU1hyMWZXeUhwang1ZXFZOGhlOU1MV1dzTXBkU0NtV0MyN25jOW5JOGF2T0JMTnovYXJYdFhUa3M3SDNUakhURHdzNDJQTm9RRjVoOHY0MHl3SE9TUGZEZmZhRWRRZGI2aXJ0T1RmRmFOVTRtVnU1Wi9kd21ReHgxVzFaN2RlVmV2c21lK1hpMm1tdUJhbmw5WExqQndWVk9WNDJLb0l5bVQySUtlMzA1ODcxam9oR1pkbzIwdUgvRFhlSzhJWGptdnh6aGZUU1ZDWHFJOUdaU3ErWk9vK0ZkcmxWNTNmVHlYdGZqZ08vbVhsNTVVK1Y3aHhjc3doUXozYUpITnhsazdPMlNOY3htVTRydVhON1EwVVJCdm1jS0pzNmZ2bU5Wa1R5eXRyUDcycHZUV2N4eSs1eGlvbkx1RHoxc0x2Mm5MMWVkNk01Qm1oMmhtMnY1dXkxcjFtU295T3l2OUJaVUo1aFFCdkhwNmdadGkwZnlrVWhXSi9aOEloR3dWYlJYN1lrWGZPcDFCUEduNFcxWmdTVVNLRjFQMC8xdW40OWJmNFVQWDRKL1BaZVBGUjZObXE5R3pGVlc1RXFYZjZNa09tRW1kRjZMcUlma1R0aUk9', '478532385_17995610408753450_1465360344141892195_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-14', 'image/webp'),
(15, '2025-03-06 18:19:25', '17867048151312544', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'F4PoIqqEgXmBpH2NdzzQrnJPNEVkenNSOEErQVdvSERVMm9vN0tFMHhPSTU3TmVPMU1BbGQ0dERaKzR5UndPQklEMnEreUt0bXlyc3lGZ1BwZmZNZFVWQ0dmWE5wMjA1aUJDSWRwQ0x1ODdkVVZ4cHV4SVE4TXlYT2RneU5ZWEllL2xtSk5UK2lnWGdRQTRSUVIxTVJIVlptbnBtVUMrc0ZINTR5a0orZVU0TjdkUHZXZ0Q0bEdnN2lXUTFCZytLalR0YlJjZjh1VHpqekdGSS95ZlNFaFdsbmpsblpvUWR5dEJWYU5JT0JQUjloZ1dNcDIrMEZsZUczVWNUTXZPQmllK0NPVmRIaG9paUkyenBUYzZPT1o3aCtFbmdWampZV1lka3ZFWmJvNFhvaU5NZmRGTlF3YzZWQ28wdGpEdzdJNTlRNHcvSm5oaTJ1WDhWWnBabFpjTis0ZWpVY1pheXdqNUlkOUtQN2xEV05ldVoraXEyUEorOXVwdE1FUHFSanRUMmlJczhHWE52eFVmNGVwY0VpeWtJbjlZaWRqNitHTlQwSG1BcUJTakQwNTE3Z3ZBa2FkSlRXUEJmc3EzdTNQL09lZ3JxSkgzZ29uR3cyTjBXejhOQ1ZOejgvYUhCTlIyQTJGVFN2UmJBM0lNdW5jdWpvYittdEdPZWdmOFdFRnpUaytYQzUvUWlGQzJEcExSYnlzdEhoOVd0K1RoZGgydytDbXRKQ2pQWnNFaGhFbXlRM3FSbHhDTjF5WFYyUE5YY2M1YXh0Y2ZwY2RYc1QzQ3l1dHN6T1hmRGo0MnU2V3VPaENzWStFNzZPOWw5WXczOURlQVpBSzNDS0tRWnBJL3p4S2srcEdZZ2ZCZGRHcUUzTmtheHhvdjhvSldSb1ZFTHQ5M083TEFUWGFhaDg2enh1ZDhmeStYM0hPdHVQV3J4cHRPMjdiYlFXRStBeXZ6VmtWS2t4SUdkUlNUUmIyS05LSE9yTXc1UXB3RkxFYlZHWllJOVo3VVF5VzYxZ0kxY0VSQ1E0ME1MejhOVHNGMUlVTWJGVUowcHZQL1JmQkpQNS84b1NCckdEMnRZZVRvRFd6Z2UwRGJiTElFUDNYMWtlVEZPcDBsalY0TUEvcDVtM090QlZUbHIwVE9jTnhNTnVFTzF2MmpSUVE3dkxEQkdJTUdRazhMeGkwa0thRUFEOC91ekFiWW9QS3lnelpiL3Q3OU5VWHZ6SWdzSFNYdWtkMEhxQ2FDajA5eXM5OHRKU21vdGZQcytBK2FJK3VFNEJYWkplU3hQRUEzUVA5WU9TMXFHb0paVUhWaFBLL2J4UURRTHYweFpQWWVVREdsQTFpZ240ak9pSXRvcFZpZlZudXNFSU1VR0luVXhxQlE1V1hoNmtFU1YwRFkxZ29EZ21GQlJtVGUvZzBTdC9kaitlOWNnMW1ub040cUlHejJFaUc2YjVpVTBrcnZGK1F4UWRmVGRTclVtVUZBVjR6MFg2cDVpTWF5NzIxd3ZoNVNyL3JzamdUR3M5Z1Z3T0hrRHJmcmlseWlFM08zRi91cDhHZnAwdHQ2dysreXRSRkV4TnlNaVo4alpkUldRZkZickVVTHMxc2VLOFpxcHdsTTluaVZBRGJmR0ErajBIRm5jM0xRN1czYzZlZktQZHI5S3FGODIwQXc3TXRvTk9TWmVHOWI1WjNDZzFWQzJ2NERGSGZOaGM0RDE2Z1hIVGFRNnJieEtkZll1Q0Fxd215cU1ocUZIR0tDdUsreXA1VGhDN1NnRGd5bDRZaTBKR0tHd3lKUjRtamx0MkhXUE40cy9EaSt2SndUenJaRjVvc2Y4SWNpZzk1c2xmTmF0c01LamhTQmxZNHpkcG1odU1oRm43VkdZNml0Qm1hdzhMd1ZMcFR2ZitpVUpUTTJGem5nZVFnVHBZY3pFUlA2cEVsL1daUHhjcG82WFhaNE1BNURCcGlxQVRVaENaL0lmbzdWaGZZcCtpcFgvYnRNUzg1aHJoMCt4QVNvZTBsaFVINVU3TWFOZ2lJUjdsRTNQQkVwTHpFWU9KcG9NRWNaSmlRcmpjMjJOVDl0bHA5eFVSTEk2UXF5TG5nYnRQWkVZMlJDS0xsNURJMnQr', '476450774_17994798089753450_7582667345875879595_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-12', 'image/webp'),
(16, '2025-03-06 18:19:29', '18387731701118375', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'O9QRTK/5kqbOmT+FFnGBUDBkS0RxSHcxcElPMXZYRUd3Y1NpanNoUVIxM0VYQmZsMWN3QWRIaHQ5d1FwTGtGMVZ2WlZ0OTY1RVpwZjllVERod1ZaVk43ZEdkbzRtdlhmZ3hlSy9mY2JkNGNYMHlVWVBGSzFnMmc2b2E3NVFtZVplcG5velZsVGtmbkgvTlRtamJ2ZUlsNXltUkVPMm1TanM0VmhxUm8xMktYR2RlVVhzZ1JvWWx2SVNBd3FKS0RxRTFpdks0dkpGWjVlWlpRdnhaMzRlckNqNmVldVd6NXQvWjMvcC9Pb3Z2c0FZeW1vMU8wODFQbjdSRTI1ZXFoSlprSzBhK21WdGJoT1I0K2RvejFlMUFSc1dPZVRXMWpDWEFFdTEyREZxZ2EvaFIxdXFPY3U4bkg1Zm1naUZZV0ZWcy90OWF6d3hxU0VqYklWMzZlOW1KUUczbzVibDBTNlN6VUhzMzB6QTA0ZXBLYUFDdC9QMi95cmNOM3RGdEtSNmN2ZjMzT3czRG5BM0UyK1ZVK000ZmUyVkR4UTVwbEpMLzFhNW9IbkNJWnpKZWkwcU9XZG9JOExuL3NsOXlvVU44T25GaWp0Q1MxaGhXSXBkK25JNFp0c254cHVLSTBGbWxvRmtVRzVJMWVHdDdQK3ZSVWkvMk5kZy9MNkFOVFcxcGgwTW5EWnpERnk3RUpuMDkvSWEvNE9xQUFEeWt2WmFseTF3WTFRZkthT2pDUUxnb1hQU2pYSXRwUVdjb3RqUHFxQUdkZExoMjVxcFk5Yy9qRzI3dy9GNENPaW1YdUtBNUp1YzRaVzgrM0FHVWJBYjladXROeGNWL0RhZlhkc2xEUlByeHRyLzBuTk4yckxXWS9CMnpFcWp0bmpvZ29ITmtFMEtRbWYyakN0Z2ZHZThUMEs5WFFZOTh4SXBId3FDKytGTVYrUjdmOWR5SmdNRzlPS0Z0VG5NTEQxZFRhYVZSL2M4ZHZoQjc5cjkwd0k2ZnE0SXE4TFhlSXU5bzZXU0RaMDFrL2tsaFBYNFBoajN3dXhZN0FsVHlpK28zZEYzVUhnZXZ3VFNnZk1zZElOOFFtYUZRRE5lZnp3S293UUY5bzZ3aWc3Mmd4SXNKY0ZGSVBaTVJKc0xjTDdSRE9HWkVzL3FtQ3o4WnlZNkpldzc1dW1jWERGbUVYRXR1NjJhaXAzdnBqK1Fyd1JzZ1kvNExJMVhmRlpVZUxVakw1eHFYWUdrV2pkei90RDVUTVdjN0pGR1R0dC9qQkNqVmFFcHFma3N2WmUyODdFVHR3cSt0blFQR0w4cjl1RTJpYTNHT3ZHQ0lVWHJob2w0akEzdHFLZUJybHAyQmVrR1JzQTVvUGRpalFNaDJkbmN6RC9qY2U4OXkzQnhvNmZXWFZGL1FFTzNuSURYcUR1WGlERzRCUnMrSm4vMEVGU2hwbzBiVUNlZEZMYXNlSEdSbzRFQVp0YVRmZFJQMVNmbmxRa0l5UzdpazkxaWNvWFp2ZFBIelZWdDFjdkd6SlFyTkh2U2pEYk1vVzRvY0NaSHZVSHlWWT0=', '476423715_17994612389753450_9191929571776156580_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-12', 'image/webp'),
(17, '2025-03-06 18:19:34', '18050320109179425', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TB+ti9X/u2uYevNteorysklhUXNpZUZJTnR2cXhxWHlXd1JUcFR4MmNRZm93U1UwejJHcXpveGZER2twVWp0a1o5Z05lbVVpdjZWcWk3TEtLTjBmQmd5Tis3K3M0c3FXMi9yOWhlYWthT0dJWjd3MkZpaXR3OXk1SmF0RjVoenp1NjVYcjFVR1l0YUF1NHhMZGJVL1RpaU1qaXhwbUQ4VHRYd2NvUE9VVTJBMXFEQTQvMzlFWnVqblo2QU1ZK0NNenJkek9HUlUvdnJHNW00aFhURkt5SVhzRFN5YmdGY0w1aWZWWXZaOCtWbHIrbDc2anlPcGQ2UHhkM2ZNa29ZRDFPOW5TL1NTYXN5cmRxUHdSZG1PRVNxSG4zWDBXRWtOT21tMWJReTZjZEVCdnJhOXl0WGhDbVMxNDVKWDk4UmxTcmZwN2Jta3BGOFljMngwNUQvWUtNUXliZkxHeTYxUWEyQXZ0S3d4VlZEMk5OVTlGS1lyR3Blakx3SkF1a2xaYXFhcXVqVU9XQXZONTFYYTlrcHZEOG9rVEVlWXJTUGxTRjh5UFBnSzQ4U0xJSW9hRmR2Q2hDYnpicTN5Umk5TWhvYzJTM1hGTVA5SzB3NGNpMks1V3ZVb1hyUkt6Z1pTMk1OdDBFVXdSTDdNb2ViRHdiSC9oalRnS3JQSnp1dzJ6aUxhL3ZYdm9lRVlQNEJzSmlEbWhmMFBDMVRXZDFEeTNUMUdGU3dzRGVkWTUzV09mcmFlNjhkRndhR1dKc2ZRamxSQ0xKOGEwdndKYnY2dndNUHhSTkF2eUlrOHNidDRCUU1XUmppZHVNMzlUazVyTFpTeFJueHM1OGVqb2ttTG5SNnlLVm1HTVU2cTBYNFV1YThrcmVoZkg2eEptMkNXMDNjMXJJSTIwLzJobWR5NHV1SkxEZHRUOTFjekZMdzFieEV4cEY2K3BXN2Urc0xsbjRBWWVkUWdGMWkweEJtNFlrclFPYXFIUngrVnJyYTNOakFremtLN0cwaFhkYlVHU3BiK0o1WHlFTHdaSnQvc0NZU3gzcjJyWGRVTzdmWDNlTm43WmNCcTR3NzJQMnNtdjg1dGFIVk5XWTUvTWxqRE9Cck4xSklWM09SSUhQT25kSzFHRHhpL1pneGhZTmJzZ2EzRi9tRGcydkwxQUlXSGNZZ3RVcTNKbUhkdFB2UGdqU2hzR2ovZDlRVittNEdJM2M4Y2JzNGNhbGlMNlJzWFlmeU15T1ozdjFrRUxPV2p0c09qWm1BcTRDTDVkZWVtTjIxVjFZS0dRQ25MVzdDNk9FQ2hrMWxqYm9BM1JZQmFISzVXKzh2QjFicUNNNExxQ0xFTTBVemdsT1ZPSll5bnZ6eVdzclFnSGh0OUxRNUhKbGJ6ai9wdm5GcWhsYWlCc3huZ2xJV2l5ajRVU09HMzM2NmFoUGk5OHQrWTU3aFFHdGF4N05Rck1JZXlneWhrVFRYNkk3R2ZaMzQ4dFlHYTNuVS85S3pyWFI5UUlrVENXVG5PK3QzcXlnT3VuVUo2WkVsRjFaejBVZ1FwTGkya1VrcEVJaHRWSzg3NFE2WUoxTTJoVDFraTBZb3JRVzBVVndtVmp3RWdDbDdCOTRMalFiNzVvTG9MSWpGUWRZZnFtblFnOVJKZ3IrWVJkNThNbkQ1NHdzY2NlZ3pNSEVsMHhlRnQzdmsvYUZ3blVCcjJkVkVJUHd1M2VtYWJwbG1RRmljYldNeURjWWkzUERLcnQzVEozaTRtS25TY2p1Q0RlK01XN1R5UjFVVkJEWk5kT29yZ1dCb1k0ekwrekpsOTlJMHFENUVWLzhIY0lKZ1Z2WmVuNUZsLzg4QzcvaXlMS3B6WmZwaVAzZHJSYXEyZlZLbEtyaSt4Z0dCaUNBYTErc0sxL2I1R3VJSklGZjBFVm85aTJZbjRxYnVFczh5SUYxVHo5WGNleWxiME44bWlwc1ZzUTUvc25uN1RIdFlEa3lsTDl4OVNzbVdiczBYK0cyalVueUlnMjBlK1hzZFhuS1ZBdHA0aVE2NEdCZkdoRW9wQ1BHRmwyVXUxaVJaYkJQT3l3eDl4M0UxaXc3ci9vSnRFcmNnN0FGWWs1RmJDa2x2dFprOFZGa2F5L2ViVlQ3UEFiOGw4QlprVnVSeGZPd0JUUUR1eUNyRUJyN2x4UTkvcml5cjJjL0tlbjR0R2lVbVAwMXc2eWxKb0NBQjdLSnZoeGZvMXFhVTFvYmN5OVlPa29WVDNOcjcrNFZldE13ZS9CejRkL1h1SXJmbGh1UlJYS0d1R3EwdWFkT2dVNXV0SnJQbzdheE1RazQzZU1oQXowZFJZcGI2MFlXb3VLQ1RaelFXV3hHYmxGQXBkTlQ5VnVYZFRYYUFSSDRyMSs2L3FVN0kzRlhady9oWUlqRUFqZHFQN0hHbnRtUndtK2ZMZDBTV3FnbHdRY0pTcHBGUXhReFhJa2dxR1ZiQ0FpSEJSaHp5UnQ3RTdISjBBVE1jaHFla2FwZ2lMcHAyR0dOMHo0MXlXTTdNZ1ovc2dBK0lPbHBqT2VDNmZtaXRycHE5eGhyRldJYnF3dG1Hak9JREkwcmZNaENTTmMrVDhFRk4yVHJIVSttNTFyMXJxYVE9PQ==', '476250201_17994465920753450_7121138486462905796_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-09', 'image/webp'),
(18, '2025-03-06 18:19:38', '18146497054362947', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'HP14oXVWfK1rfOftHfD/5G15RUZpY21WVVRGT0VHek5BZExmRkdVMXdmUUErTnM2R1c0WFBZQlM2TWU3dFlUT244cndFMjdNVmpyMkV1N0FkTHBkL0h6SS9iWWRUU2Ixdk5jVDJyU3FURHk0Z09vZkN3UjYwaDM4UW53YmRIR0MzVmJXdjA2cE1tUjlFcFZ3L0k5ZE9rT1pmM2Z5ZFJnOG5TL1V0Vi9yUldaWlg1a1N2NDFoTUVqamhuZjhIMWJIa1o0MTVTamNBNzhocUU1dzNEaStjd3hia3ZKUWZhUi9lSVpiTVdNcUdVSWpZSmkzcTNjRGJsYmVZTW5HMVAzT1lOTUhFT0NjYjFjRHBDdTBqSFFlenlrSTBZRmpxVGZDY3Zya3J2SUM2eDZqNFpIdGtwdmRYWFZwdVh1aXZGT1AzYkFBbHZiNnVjUTMrYkoyK0puWlVyczVVM1d4TXRZYmRRdWkvM2NpNVhiRnN5eTdOV1IwejBFdis3QldPSi9yQk9ZRldtTm9sTzdCd1RtOFN2RTdoVXZRNkFlZ0ZvRyt4cGtTSE1kekxHbkI5aVVFQSt1SkVCYjdjcDljTS9haW9vSWh4VStINS9NclphVnZSS3RVVjRPZ0ZYRC8xTnFGdUZ4emdXWkNNbXFqNU0xV2FwbzF3V3E4cEdtL3hJa0dySkVmR25xN3JSSEZxVG5hcWVBemI2S1JZUmZUWXZub2N6cUU0c0NhTHhzd0IxbkhkZ3NzZTQreVhWWmFWMW42bVF2UlV4NHltc0t1NmlMa0hBdDlxQy81S1JaYm9laWt4czBXYkZ4WEtsZmt3TUdGMzU5QlpBeUVTZlY5QkVtZWpObWdKRnEyT2JjajFOZVZiTytISU45cWxvMlZveFhZYjk5THphV3lKRUllZmNJcDMrOHNBU2VkNlM1amhlakxtQ2xKWWhFZTUvTUpPVVV5QnVpNTVET202Z2hFemt5WjhlZmQyRWNseDFYb3RoMkkwbjBkT2src1pPSXFLNmM0TVNqMzhKWU1FL0hNRmFZWUtBejVlazhpNXA5L3pjeU81amY3WEl4M25ncUc2bFh2QnZYYjRVTXhOWjV6Z3VBQktSdmNEb3lpNlB4ZXZHM3NGeTRPTU1sTHpHTWNXTGF6d0ZmL1Bndkd0S2g0Zi8wczhPRVRlOVovalB0WUM4SXJVWHRDT21jbkozZVZJcndVRXRyYmdWNUR6R1BnMFllbXRYbEhUQjh1WE9GQmozSmMyeXZ0WGxnQW9FbUYwdDJxM1pjYnRjS05kSUpBSlVnVGxJeURDZDZCYTJVWGxYR01mNWIvYXdQbTRlZG1La0o1RUdvVUgwWTlqejh3NU1wc05zdFBCL29nblJMZzd3N1BUMjFSTmlRMlVDNHRQMmd4a0g5Vko2WGJQZGp2NzRQMi9BWkRkUkZDeXp1dUNndjZnQnFyWFZrL1VLNUZ4enBEc1dSVnBwRDYyc0hJS1U2OFFWMTFxUC9iSmRKZzI0eFZHVzhXZnVOb01IcnVHR2YvUEFvTG1QbmdrOVNzZjVBNkwyZUo2QTBpd09BVi9BdDZJL3lNNXk5V3phQVJLMkhtb08xM2FNZThNTVBtS25zRjhpdmM3WVhVdW0ydi8rSEtkcHZYZVUzQnZacmZ0OEJnUitKYWJ0U0dTaXc0TWdwOUZBM1lYTDEwTWZQKzBBZG1XeS9taXRITExhM2k0Nzg0ZW5zNEdpQTMzTENIOG8wT0hvazFLSzdxUjFYSVhWUlJxQ095SWUzMWNsN1JoZ0ZOVHIzMDVmbEhLZWtSWlVEaWF4NGV3WHB1eUhkdXpJWUZhcDBibUMyUDRaUlE4YzJtWGRySFJTcGtHdEdzVzEyV3JvZi9IaGM1aGIrQjJjRmowQVNUZnFzQXIxTktOWEp2NFg0bWJyQXhaUnBsTWRISXJQQWxua2hWelVHc2pGMEM1YndZdkFxdGJ2Mktoc0w3ZFJtZFM5VG0yMTF4azNqSHdWeUlCZlErSGNMQlhGTm14dnJtc1MwenFDVU5ma3c2alVpR3ZkTHIxcFNGOE1OWnAxakpTNmdzeU5mZ3BxS3piMm1VL3dWNXBkNEZMVDRSdTRkam10UWVmaWRlM2FQNTlvZVo5aVZaaHRWckN3OVV6ZnNDRmhPQThMUENSUENZaFVYSmtPWmpDUE9QVWlINmJYYW5MQUN1OUllWk94QUowdWNNTGVURmNMVGw5Yis1Kzk3akRYaW9VK2JWUlhUWUhFM3lmelFLZlp3YnFoOXBDaWU5NkZvanpaRU8xVHY3RnJWNlpLc2FlOEZPaFE5bFd0U0dJd3AwTzJTZjJhdk1mam5vNFRpNnRUeGxZb1VSc2pwN1JkTlpFdEZBbmk4VkRNMjlOTmtVbjNydmF0cmM1YysvWk1EWm5oMXRGU3hiSktPTVVrWFdtQ2V3OVNZdzJrSUlJWXJRN3dpaGIwczRMNHNTQVBtVzV4WmZnUGhhZjdqRmZQRGpMOFZIdGlaMUR2MTRmdU9DaTl6T3EydEk5ZzRwUXh4Wkp6TDhVYUtJMldxUU0zMzgybXBRRDRpWWIxSXJHcjZIRTgvTzUxSkZCVHNvcDhKcml2WmtDd1plczNSRE1tOVdtanoyMHlIMFdlV1B6cTBraXlrR2txc2lKc0tSelFKVVNzWVZJNTE0dzZJYVVITkRFYXdpaFFOVnZnUzU0N1dPbE5SajVpV09PWWJHVHZZMGMzejNaRWRITDFZWlFrUEtham9CTW9mZDlCZ0Z4QjVWWGFucWk1UmJ4Q2lZZHllWk9XUmIwcVFrbVU0T3gxeThRU1Qrb2RzQmVkYUVKU1RJTVloOVdZcHM2aWFVd2xRRnYzaGl6RlRKSzdXQmp0WEREU1FKdFpUSlc5NkZoN0tPVDBDZ0NyY2RyWnUrWmpNU1hiWkgxUG14ZURkSmFoeWFyWWJSWW1DZEkxTGFJY0dVMjhZS3F5RGd3ZWl2TWZabG14RWhYTDFGQlBZQjZ0REw5V2tEWVk1NjRVYytrMXVmVHN5dnVxMS9ZU1BuQmdEdzgzM0lUQVJyQzJibElwY21tcWVUUldrV1R0c1N3SjFCek1qVkpLdlhuNjFVNFhhOHVVaVZjNE5BNFM2bUgxVnhERHRsOHF5LzgrdWh5T2VJWk1rUjRBaHAwYjhST2x1a1EyWWNnUGpVczBkMkRzL2ZsTGhQcmdMV1ViQjZWYVJ1by80bXFDaERPZGxuZG1USytMRXlqdXlwcUdrbUk5T0dDcUZEb2g2Sm9TdVNOUGUwalhOV2VqUWhhQWdmUU4ySDF0VTN0RS9jY0tpRjgvdEErclNFd21DeTdlZnhMYXdYZktXVi9VeEVZdDNBdVNmcUVBbFRRVjgzNnpFc3JFcHdJdmVIS0FpTEh3RHBKYllYcUhZTlB0dEV5dEZOME43WkVDNzZzb0I1bDNNaWNWWW00SXpTSDBpMHRIV0VvVEVPL3dJUlZnVUs0TXhMN3JaZThUNGt1UjFWTlJpaGhsejl2MVV2Y09UWlhTRHRSMG5LRHFRNENXdWY1Mkc5S1FMclIya21JTUVNQ2puRC93SEJzcUxXV1lFc1lWYnR3ZFNVS05TRTRHRFlINDNaUFJHR1dKQWNycm93STFOOHY4clcwZko5Rno5bFZERXNjMEhFSkZMeUxGV3ZENm9UV0FnRTYySFRwTjduTDI3WQ==', '474756802_1578666706147845_6078850027057580990_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-08', 'image/webp'),
(19, '2025-03-06 18:19:41', '18021846752397179', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3TdDQnFGoRbJu9TLc/2ARURCNXROYytpaHNUL00rQ1gzb1pBUUFKTGtHU0c3Qi8zQnhob3dOMkdvSXNQN3BQUmR1U1QxN2l5MWhVOU9wN2RTenFJUWZJb0ZuMU5sRC9vV3UzNG96NDAzL0tkV1RPMEtqME11dy9YM0FDdDhhZjhRMzd1SmxrZm9hSktyYWxDekhOYWFOS1o4K0RFeFZnNjZuTmcrSGIxbDJ1aVp0MjBFTjVLTjZ1WHJqZkxIL2t1OHdMOWtFSHMxblI5M1JqS1dMUnd4dFlWd0srZHdEc1ZUaXBvN2ExWVpLcXVNb2F2emsrelhSbENBUy80UExSalZMU2x3VnpMbXlvUFQ3RGEweXpoSzRZbmFPQ1RKc2wrTXltUy9vR1l0RDFxR1ZGQWxlTnMwTW1yaEk4U0ttWVZ2NDlnN2FXS3ZxM082QlB1ZkNLZTcwYkNsblYwZXlkaEx4SGxscVdrR3NrbWtKb3QzazlKQTZqd3hJaHNxd25DL2psMlY1QktmaWZMdmtkOVhlYkdFZUw2dzhuTWd2dkZ5aTRnb0paQ2V3RElFRkVQQStQNzdHeHRLV25PN0NvSFgyc0ZMM0pDVngxNWJlVjhFUTRZNEZqK1NhUXd0VzJOOGdDZTFrTVRTZ1czRU9PbGVKY3g3OERqTHRseDUxM1Ywb0RIdE5wZkxWK1IyU3VuUFUvNDBZRTNCcEdYYmlVWnlDSzJwS2FMemdYZGp3WWk3dHFjcHRNaUl3ZUlDczR0NG5ja0ptNWNsWUhmR1FQcU5CU2dLREl0aHh0MEZ5bXVOUm5nM05CQUw4OFNDMERRT3NHeStnWWJHd0crSk4wRFVyVnh1ZTh5NEkya0pTVlBBVHArQXczMTg1Wno4R0t1dFJTOFpySmZZRDdybkpFZGRSL3BwbzNXMHlWQXV3Y2lDMFVoSXhYNWtySHZvTEp3elRpR3lBcWdoVjF2UFB0Ky8vWXJ3Y21kYWx0MDFsRmI5UFFjTzBnTXZQMzdqQzFTTVBpangyT2REM3hCMGdBb2RDeDFGRFZsOXgwd2x6L3IyeitUQTZUajdaVHFTRkE0dDMyQURTQzBaRTB5WXFKcWt6SUx2THVHVy9NSHl4bnQvY0p0S0JSUG1oSDdZczRCMjFSLzRwZzJvSUZCK3J0K2ErUWNQZUxPeE5LM255aDhaVkJBdks3VmtSVTFSZGlmeVQvVGtZbkhkRUErUm9rbVA5NjJNOFBHSVY5dlhWNUF1Q3JMeG95MkY0dUtoeHRZNVJWaU9BQkVSU3NJTE96NEhRWGQ4TWQzeXpXY0c3SUhXZDZ4M1VhR1hmVVdRcE54azdMekZlVGp0MG12L1VUVnZ6WWsxdVVkYlZVZ2JKWWQ2NlZIR0d0MnN0Qm03Q2dUM0gxck1uUE5KZ1M1Y01XQlhIZmtieUVxZVNLUVJ5bHZuRzE4aTRDTStoc3dsZy94OUVpdThhYjFIVmRJSnRxNGMweS9uZ0JTRWxHelV1MmlVNWk3akR2QS9wOUlRTGNJRmh5RmszbXdxSFZUd04rTXl6bWdsVWh3eTNxRnRxZDV6Nm9xMmdLLy9FY0RXZmtMMDBoTDBYMzdKcjdEQm1MeTFqZVNGSDBDdXh4NndzQUpOODN5SVljTDdmMVJ1cVdKMDM3Kzl0UmMzc0VwaDJWWkpvUkhSdXNLM0VHZS9sdWJHMUo1TThtYzUxOWQzR1pXN3dYd2RzZnAvQkhmNUwvWUZBTGZGekJRV0pOUjhZMU42eGtNUVJwQWFqQTEzUFVwQ1Fsb2xlUjZUclpYbzlHVUFUUENxdHV0NmpETElSeGZjYzNuV0dlWE0vNEt2QWdLZWtSTGRiUjV6VzNBbDRMZWpnWlc2N2tKa3FxMnQ0c3RXZHVMeUgzR3NUbDE1bnM1ME5jKzZjVFpYVjJrMmtkTThYNUNZd2lIdzVMV1g5c3R4Q3REUDdmNkFDYmttZy93ZzJCYXZ2WHR2WE9BckdHYUl3MVVpZGh2NVJzaWg2Z3J2TGx3eWMzdlkzeGFNa2RVU013bllFZ3ZoajRGbXRaMFZiY3U2SXpRWFM1R25rQVk=', '475686678_17993938886753450_6382066227241082005_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(20, '2025-03-06 18:19:46', '17926770869898869', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Y8Hu92e06ejbeK038jkbtG1teHQ4eHFFdXNmYXVKMkFWRU56YjhqNTJZUHI2bDZidGVSU3A0NmVZSm1ramwzQzBSNHlZeldwUys4MCs3Yzh5eDdSRWxySjI5QVQyT0NKVTBjY3pDOStmT0wvUFRvUE53SldoRnl2SkZ3WVg1c1lnSk1xNjNKZ2JCODcxeGhycllmek5XWVJGbFByeGM4a1J5aHdiUkR6YkRTYk1rTHg4bWU4TkJHdkt2T1Rwc2JXVmcwcFo2U3FkdWI4WmlHbGs4OTdjRktsSUJwdzlCV1lQSHhrUlBTc1RvNFdPa3djVnZPdE4zYWJvaWxMRURZOTJQRTBHVDNYKzRhQlBGUk9RTENEQlhoTmxiOWlMUWJSenJyKzcxUlpyRzgyVUkzVlFEa01CNGxrRGR2ZVlQdVo1UmgxbDBHanNhUFczeEZBcElxN1pMVUtEUFg0cEFvblU0S20wMko1UDlBdDlwMmVVdnlCWFd6OEFNMW83czRLTHhlY1M2Ukl6Nmx0bTFPaE9MVEhkdkY2VjMyeVBTdFo4LzlBZnhPZ1QwdVA2Nml0MW1xQ1dPNXExdkUyL1R5V2hVa0ZtUXo1S2VZOEkwakYwZVFRbzFadGpNVW5QOGkvVmpkTnAxdHdWbm1JcTlVMDBWcndtSzIzT3lZM2lYeGdBbFNWeldZcHQxSFRxMkV6Ym81RlMxdThTczNhK1Q0N3d6VjltajNSQVJEcThpbzBGWlY0V3VmbTVYNE1UVnQzbFU5UUhvc2gzWC9rODc5cnBLTHhGTmlPZWlzekNxN0doRnF6dlUxYzVpNzE3TytJM1FnYy9ERG9qYTljUjVscURyTVNRY0pjYjlBS21vUnkyYXdYOUFZbXlSNzcxM3hWNnEwM1RwaWhmVjV0N0FXN0VsYlo1SmJDV1ZzaDhTZHRxYUtkREFnVVBHSG50WGJ1ZjhLZzFyeXgxVyswdFR2Q0NwT2o0djRENHEzZnpORG1QRzUxN1MzdDdGWGN3YWd4bmtEWkxPU0NPK3V6cUdyZjdCajBOMHF0Z29TK2lsTVBzNWJ0OFprL1RrN0hLR0xUNWo4ZVNwZ2RKL1NKOUN0MXZFb2lLMjc1eFEvK1oyQW1lMStFMWdLaWZHbnlwYjBvR1RZV0tiZi9kOENGbXQ1VTVOYlA0U2p2M0lPY2RyQUpIMDRKYVFjSDZhL2RVZ0JHQkdRcTRtTEtPUWhiZ0JwTHZQelhOY2lHY3lNbGZ1dk9ZMVdXL0ZrV1lDR1BJOWRqczhhOFNRVmxNdVVLU0ZxT1FuRmp4dWphbWtFQlQvY1hLaUU1WFZqcHFRSytMSDgvb1VpVks5WjR1dWkxT1N4MTI2K28ya3cyRCt5Uyt5RkJicjB5SStmYXhoWHBMUi9BQndzSncweEpWK1VZcTlBNGFqVkhPYjFuQ1NxL3lJWHh6cVB5aUZzVDJCYTZncW52d2xuMjE3Y1pkVTN3NTc4bm5XWmJyKzVEcmNlYVhtK1RTQTdIUDBka01QWDFkbDFpK0lpNzJ2Z3RHbHZLQ09MWGt0WjBoTnhxVnpCc1A1aFJMWnNGODBPTGllWDIxWWVlYjdtTWN5L3BmMmVDYlF1bFVnbk01U2ZaRjc1dHJwbjQ1WFF3MjBXUUoxbXJ5SUl3UXRmVEd1ZU5zek96MHh6Tk5RcDVBMEl2Z2tieCtoRUQ1K05Wb1NvQnNWbWQxSml1YTV2NHA4alF1cVROOFhuaFp1SnpoYWJ4QUs3Vmw2M1VGRXJIYjN3TFNiNmN0b1IvTVM2TkVGUkgydngrZEIxUm4zR2ZFK0RlSS9TVm51WTJpMjBZdGdzVnZjRnFyVEFZZ2N3R2hydUsxQjN2c1JWK2h5TUk4ZmxHZGMrNWZsSUlMaW5TOTBoblA4MlkyZzQrclRBWDhjVUliMDBvOFdRQXhocHZhVFhWb1RIVVhIWTdPVXFYOFRlakdsV1R1ekZYbmxQeGhuNXN4VDVqeW5HTnY3VGZ0ZlV3OFhjN25rYlFPemJnY1RMN2tUMnhMZTZqbC9yUnVxbDV4cTFHOVdEejlYeDBlU3F3dTBWNUUvUUFuTU5nUzdpdC9EMk5tQUg1YTR6SFhkV3JxZVE3ejUzb1lGNzg4a0dZVjZiSUc3VDZTOEFPRmhZS3I1cTdzQUNVSXBrZksrdFp0RjRRT0lXTkFwS3RhcDIyelNXRzNhZjJHZXQ1QTlQSWNTZi9VV0ZtLzFleHJqWGhkeUpZWG5IQjRHeXNGY2ltWllVUEhxQVJFZnVyNjcvdjYybndDMkI5R3BjWWZQNU1oYTV5OG9RT3VoamhmdlBtM1F3PQ==', '475039161_17993492498753450_6734269826475369397_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(21, '2025-03-07 06:17:21', '17894472150176455', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'CdStv3Rtz+symLW9FJAQ2GgyKzlzN1ExQndhc1FGN0trdnR6T09NeVRiU215VERtZE5kc2o0RFRXd2RiODBLeUtEanJ1KzdrVlBiUDExV0hGb0VaNlV1UWRMKzlWalZpZytDR3ZWSEljS0V6eFNnZUxmalQ2bVN6RmdiM0xXeVJxdnVTU2ozSmIzYmlreXNhNFBjSWJCZ01WQ0R0ZGNVWXcvZ0szV0NiWkF0NHVmQWUrRFFocUtiWGpleHliYzBxb3Ixc0FHT1RnM3BXbjZYdCtmZXllclVsNmIxT0dwSUN3RkxGS2U2TjhETHdoS0hJcFd2QWswMUxLbUlaTlF1TlBUcCttd1ZnNGlmaWZvTWlPRWV2M1BmUC9CQmJyWkNFWHljYlQwWVJFNjc5QnQwcVRrZFlHOW5WYmVVWWE5ZXZWWUlTQ1I3Nkd6WGtRZG04ZFllMlliVXhPd1ZQU2VTOHd1WEZJK29WbHpUd3JKKzkzRHJ2V09jZElQMHYxZ1I4YVpjMWtWNHQ0bWc5VTEycXJ0TTRMM2ZHYzhFVWRXL3I3SndlM05mZHc1QkQxeGNxYk5Ib1FWTndtRVlzY25IZFYxREZWdU1kYmVTYlc4eWtoakU0UUVZV2k0QXQyK2MreFIvUGxRL2MzbnRJbmtDei8yNmZCZzR2ZzhMeEZDTC9tbnpxQzZWWHN1QUlEZExvRUtGNjU3NnpqTzZiS3NYLzVzZ2FlVVBOdWtNRk5BTDZ2YTIzdEQ5YXVCSys4RWJudmdlS3VBdUdGME0rdmVsa3FGclh4a3ZndEtqZ0Z0NkRjYU1FRGtJZVVpMzJwOHF2UFI3SHgzUExBNzRKUkMweG8rbE54bmMvRjUzTGlhUk42S0tQbDFDYU9ndUplay9zZ3plVThqYzRlQnpGVXluV2VwbVlZcWhSaFZ0NE9yK25HTERuNUN5Q3JLRjg3UHU3aytJbklTTFVZU0t2cmRUNDJGcVNFV0F1VEhEeGdKbVFnNnNuWEw0bFZLSVZtRk1jaXFsb2xFSTJCM1MyYWVWczdmYW1NajhqaFFDZWp5Yjh3RFZvbnBsMmEybTZqVjFtQnhaSW5mZDhEN1V4ZHllNkptUnN0TVNtM1JPMlliU3hlZ0wzYWZNSXV2Rzk5S3JCWEFnNFBMaHFiam9zL0pMMS9TZmFsQ2JIZE5RYkxMM1MvM3NQNXdBcVI2L01OZGltbTlLMHA2WWsxbkM4NFJrd2VFSE9XaDZSVGFYREFQUk1aQkRZU0dPMXB5TzlncVkyZmJDUXI1eVN6blA4Q2VaYTBCeDBzOFFiMUFEV0p4YW1YVzlYeFlZY29IZWJPeGJ0MmZPVnFvaThLTEVCRHBGM2RabGJPdk9pcTBrMEpIOE1kU0dGVGt3cEFiRFd1Q2dRSGZoelNtc2R1bmdwVnVVTEFyRGFYTzF2TjI2aW9POTRxOW4vNXZBQkRhRXV0eHF3Zis4bDZ6d01YVm5XbXVUTmVPRngzSXFOc0h4Q05WSVdyRnFWL0VIVEIwc0E4NzdIdTZ4dC8wQUFmMTF2aXNjbER5ZDVlWjBxTzNVVFFhblJKYjBKdW9STGs1YkNReDFVcmg5ZFZOZ3Iva3NCYjhBelpqZmJOYWRRdlJ3eUt6dHArMFphQWZtb1RuLy8vUHBVMGcrRGZkOWZlSmdDUWh0SmR3blUzaU5VWVZSOE1aNWRVci9Dc3VGbi9LUXQ1cHZiL2RKQVRKYlg2MWhvMTNHbUpsaXpKWkVTc1ZBaVZQR0hWZ0VnZlJ1cHRQR2oyUC9PNkExME1GOUxRdUlRTUZwMG05d1IrMC9tK3FKRmpRSi91bExMWUNTMEN2ZWNuUGVSRXJuTlcwL2cyOURGQUx4elByUGtUVElGZVVnbStoL0h2SnhNV2pRRE5GdlNtQjNoMjFNMTdxYjdGMGN3ZGgvRHhpMFRDb21VYzAwekFrZWRKRXhZNXExemdwZHB2YVIxcTBWLy9qdVliQ2pkaVkvNUo4c2RVZ2FROWtXSnJBU3MxbitJS0x4MHZsUmVuNVErZTB6SzF3dGJ6b1lkaHB5SXZZWmFKeWRhSUF4dCswL1dVYlVZcUk0MGhYVFVQbXlkVnVHVm9Hc2E4M04rSVFZV00zZndlakVRemY4cHFZRllhS1gxaVB3aGliaGV2bUp6ZHhBTkZ3eDhVR0l3VFNVdzBOeDF2V1RDUVB6eWFFM3NPZk0xUXNTSHJva3Z3TkhPUUxwVFVhdzIwUjZhaDIyQWNVR29BejU5U0tyRlcvT0lLZjlIeVliYTc1aG1GU3lQcnlhSmNvSlZ2M3dKWEkvaDZUWXhXUk1ERXJTMkg3M2lLS3lBWDRNWHVYSEhZNUFpTlBtWHJPSzlEbHliUURKeUQvV0V1NEwrMnBoQkNxN2VJN05UVHM2RC9MVEI2RXpGdkJScmg4SitTTDNWTXJDZ0Z0L01WZ3NPb3ZqOVZLaDBJV3I1QVRJT1JYc2FxS1N4Tmp0SXNiWWQ5d0l0OWppY3pGVDY5R2RhQTMrdmVFOENkS0kwdTF3MjlkS0NZMzRKcngxSkV6WGxVeDZnVVROQ0NjWEZXc0xMZEQvNTIvTlVGZExzcGdFS3hxZDU5MVZ6WWdYeU1CZXJoNHpTd29zTWhuYjBzcTFESy9ybm42TEFNUHlHdUorSzE4VjNVM3NUK0IrUXlEZXczZHFBVnZJWlFDVzZhRVl1ZEpzOHhLMHFBeVhlVkF4cTdSSnJMRVVNZEluNWloWkdLMThSNXBZV3dZTlBuTjR3WkhPT1p4cENoTGhVZUxBeVpPbjVFK29PeXNUQVNZU0dVNzZOcERrZ2R1cGQ1VkUxKzRKMEtpSGowZ0xUY3BNU3B3azJnMWttV2FTWFR3MndLSENqZ1BrZWhCZlZyVVZyNUwvb1k1cURXSENUZGFTMHZiQitHeHB0YlNZalJlMlpYQVZvY2t5RkdSSjd3WW4vcE9nM1hrbitQN3NzZkVJNVJSZkJtU0FtYXRrZ2x0ZCtROUhiWjdxUlV1MzdXUXJBZlB4dkV6UiszT2Zrc3hWU2RlbWZLeWNSQ2VQTXdnOStWajdnWkd3MU9uZklKa1R5bjRxWUZRQzdzdXNCVnhiK1cxNkg1TVB5WnRKMlZOcThId0dmQktXYkNNdFFwd1Rxa2Q2bjJOZmc5WWRNaDhmby9uVlhtR04xaUdKQ09VTFFBTUNXenJlSXZEaTNLVFZ4NHVFTDhBQmJ1MHIwbjZ0UUhUNnQ4aWZtdFdaUzZhNTBuaVhTdDh4c1ZIVTNoOEIzT285a3E4ZkN2SGRQckRBcFhCbFEzQ1lpMmhlVjY2djBhUXJtVEpURk5ndDA3SzBlS1l2WTJpbmQ3RDZEZ2hMTHBYenZ2ZXlFN0EzNElwYkxreEkyTVpCdmt6bkY0K2REeXBlZDhEQnc2eWQ4SXhPKzFPcWs1UWpQUkVpK2s5QUlWTytsZDlvVVZUR2ZpaTNySEVjU3dFYU1PZmhmL2NqbWp1Y01MczFKWFkrL1ZkWHFXT0ZDbUxuOWh0eHZIdXJsRVVFQVY0K2hxbWRTaTZ6MDM4UUJrYWE4ODdubFEyZThPcmdsTzRLb1cxSkowZHhVMmdsd1liWVVSNUh4STFLWnRUZmJ2NU1KQzJHenp0SzlCUlVqVTRIcXFjRjdSQnA1amJhd0xjKzROMmI3bmsxOHErN2g3VThtOEdENVd1THZoS2s3V1U1M2ZmcDZQZ2Q3MkRNR3d3NlhPZ0FMWHdxUmpDYXhnNldMYU02Zm5RcnZqTjlFSGk2ak1WNHdFMUF0YlhWdkVSUWZPNXRZejZLWjdpUWxGckRZOTVJcFM0bUFvOEFxNFFNc2tXcmsxZTYxUTdjRHFOdUdmL2VRMTZ0dHhaZ1VPSURqWXVKSHRqMXBFbTZxbnFQc3RWTVhzVDBTR3c2UmEzQnQ0SExRNm9iTEh1aWhTSU5xOUZqUUg3WjhFV0YzbnVDNU1VNURieGxhNjhtSVh0c2J5STcxK3R0TEQxZFo0djE4VEYzSWFmVGgxTmdQdGRYMHhneTBUMjJET2VsUEtWelh1N3VmNWxneE1KK2Z0VkNvazZGeUwzZ0JSa3NhbzFRL0VnV0k2bk1VVkNlaFZIRFphcU0vRlRvYTFwRGNMZFJPaW1YeGlaWHQybEdUYkVUQmVyK0dLeitsdTFLdWtxLzlLTmNEcHdqcUFsanhweHc5aVdYS2dUQUtjNnZNcEVqRVR6ODhlckg0bStrUnFGQVFSUkZiY0d4ZjhpbkpOcGtpc2pMVm8wUWptQVZBVjFNcHVpQ0ZzYkJCZGlHNDFVWHRiVGg2TlNTeHlRQ1hFRFQxNm5SbXAzUkhhdDdlMWpwRGVLQzdYdkRLQUNEWlh2NkdsSWJGWDh4OWNaQ0VjdHNKY3QzLzJ4cDZLcHJPc3dHcE9kK0R2SkpuSEh3QzNMVjMxQnVFZkFlZUcyakt2MVlxZGtwSVREK0dhYlRIeExnOHF4Uk1rL05KcEtVYWxDdjVLWjFyYTN1YlZlbVN3d0J1L3kySVBBdG9IWnV4TGMxNEd2QjY5NGpHTmxhMTBCTWJWTjA3TUpBMlZtRWJScURXRHlrcHFHdGZwaXA5MjdaUzV0d3lmREs4dmgwUlNvN2VuLy9aeWEyTVZCTnN4V3MvNFFoUFJ0bzJYeDdaVXoweCtNTGlqcFRmSnd1NWpVSEh6SHlXbGhoNGN5RGxHQkQ0M0lQcUxjR3FlWjBhbkp6YS94M2xzT1ZndG4zUndtL3ZSN1Zza29WRXArcU9OdmRSOUxReXQ1a2VybUtvT1RIbU01VFJwUmFMWWc0eCtUdXYvWk9ON2oyOUlCL29BSVR3Y1NTSWpnNW5TQm56MHRtR3plcGVHOU5GdW1Sam02VGFJUktweDgrbVkwdlFMMzNYS3VPSlg0NXhEdEorTlkzbUJWWmtCaTh0dFlyb25jcFlVSDlHOW5UUUkwK3pBVE5pV2YyanlxQ0ZRTEpFTjk0a0ZZWmJYN3hTM2VwY1FIWU0xZnJjelptYmVNZldaanUzTkxhR201R2VtcEk5UnVhaFdCbkVDTitNNjNOaC9mVmE0SjZ1WlQ4S0gvekhLOERMWkhZQU1LZnArWUFSckRXK1ZIdUh5ZTJSNHUxUFhyM3VBdnl5cEEvWEhFamxlTnBoODdza2d3cGhEUWZjLzRuS3kxVGZCekxxZ1hTbVYxZEUzYWFXbG5rcTBndzVPQVRQOEdHVXV6c05tNXhSWjNTaDFkeDEwNEF2eGk1N2VzT2N0VkxNV0xYYUp2TyswenVZSy9xN3ZpUUdwR0NhaHNCR3VhOUR0L3ZRM0ZTMWxvSFU0M0o0NVdCQ29ITHV2azFBSm5FcmJ6OWVjZitqSEpaTGRRZzZjM0Noby9BNXJNSTcxclgyZmZ1UGQwVWFUUERWTmpMNG4wMkM2ZndMd3JBaXdCbGw5QkNGTVV3KzJqMEhRbkVsakFlT3JwWVFaNzJ5S2RyRkRXMENybGt6bDQvTVNCcFNwYjFvbjBlcUwrNTYxZVpuWDVOSDRKRzJlNWVsd1NUQXBLaFZwamEzS2g2UjNSNkFuRDVGdHNDNVFpUHZ1eEdvZW5OWTJrcUxWejA2SnlqWVZtblNPTC9nZHp5cDFHMjFMTTRGcFREMkwwckc3NStSMVg5NExyeDM5YTdjWjJGMWlhQlNRL1V6M2J1WmZ1U2lrdCs2d2lFcEVQaUxBcHlQRmp4VEFkWUp2UVlIZFkxdG1kcHRWNUxLZlprWVdhbVdhQnZaOERjYXlrYUN0bEpGRndSVmhzeDVDQzNnVlBJaVZxZDlnUURBb0xOWVZLc3FHY3cwbEdNSmlobklmKy9zUE8rVjdyN1BSR2VWbFFVZ3F4WXdjM2dvUVhkYnJHWWZpNVhtOW0vRkJjRXREQmp5V2puRDFPM3g1bEgxeVR2SVl1NE1iZU9uK283WGNYWDhXUmdxQWFLTzFMdjduQWhkMUhhejU3RlZRUnJlcXJoVGZ2M29WOHRSV2FsdWd0dDJNMzdLeFhUQkk4SXdYNXN4bUJLMnZ0QkZxMVNaaC9ldmlNT2FQWDF4SDgyUkZHd09ZRm52aVloOGNKajQwcU5Wci8zeVhjT3J3RjVSU0JWSVdGVFlRNjJnRWhVa095eG9jTk92Y095WktLSHpZSXdLS1IzdEFyN3h0ZXJ4YjJPNFRXNFNRL25NYXVlOWVkdmw0MVpQZWpKQnNTRHE2V0dRMHF5R2lndTNUbG5SN3RCamJTQlhGVUpXR0xxbXI3Q0t1SlQvVUw2TUpNaFdBY2lyQ05lS2ZBOUJzSlk0TlhmUW93SjB5cHBhVm92M1B2OXErajVoRnhhVUtTS2llMlZ2NDcycEZMU1BpbzM2RWJseUlyS0tJcjdSdHBrTVVndm5EZ3JNZXF3Z3JURGtQRjJjSncvYU8xdWg0RmdMLzZpMU9pa2FXa1Y1Q3QvVWYzK2Q3V1VVcm1La3p6Y3J6U1R0c3BDd2M1WmwxMUZZVjRDTEF4MGJkMzRJcWR2dHZnaG9lUXQzc0gza0dJTGUrTTFNelFPbFVzRmpMczZXUWFOL1VxUlBKR1IrTit3YjhyS1htK0pJQjNnR0VpdGtrMU9wTVdHT3NoN2xhT0lhbWVFRWJpaWtCZWM5UDNYeVpmS3lObjZqRU9mMldJNnhBS2RRMC80bHNvZitLbDBiM1FEdjhETEpKWUJYaXVCdGhLVlNGTEpxRGNOQk15eFhvaFlFUVZOc2Z6dmc2Yjh5VDRlelJVTUZ4Uk5lUGw1L3ZmR0FyRFNXdnJHT0dub3hPa2E0WFVBYis5cnlRNTR2b2JZNVAwTXlxa1J6SzRDdUlGcTVKZzJTSXU2QXF1ak9VR1o4SkNaS216NVg1Sk9tYmhVWkovNmREYkoybFloSjVyV2h6c0RWRmZadnl0TXBndFFjWkVUK2Nac0p4QWRLOUJZYzFCY3Awc3hZUUI3RFlWaFJkM2gwcEZad1Jnd2NrOG16S0o0aWUyRDdlVkdadDRkZmdzNENQdlovN1R4LzkrWThIMlB1NVk2RWVTRFV1OEFWZW9pZGJxL1VTSUo1b0JDdFM1Q0RmU2tRbFZRdkY2QzAvbVR4MVRveGZCTFptd1FXSEcyMlpjdmQ0K0FNc0tIWlRhQXFBam9xa3czMTB1Nm9ZVlR4OWZyaFZlbkcvUUVwMDN2VDk3ZGxHbllxY3VIQnJuS2FKdStCbHkrSjVnZkVaS2VEeFA5SFAyem0vc0RwN29heTk2WFFibW9WRDlTc0x1VlhxOWJWdW9mZjd5SFlBb08yNGk2a3ljU3BqQzdyQWd5VXJhMElBeDRRd0hSVWNTcFNXMjRMUlBnTTNHTUZNOGZrVGN0aFNnUmkrT2JIN0xHZDNkaTV6a2wxai9DQmhtUk9PanQ5NkJLUlBiWm1xZ0h0UEZqbzZWZ2E3U2xvMzJkZFZidlc1UC9WNjdaWVhzeVY1NmVGVTBWc3g3cEhyeWg3Y3ZsZnZOcjB6TlFUazB2c2YwVjU1MGJWTnlOczZTN011K0RzWDI0WWlqZ3A2WU5SRGx1WWhRTFRqZndHRithUXNGOW1BUVE1RmRnRTJscUFKaGZUdXZjTnRTT2N0MzVHdU1PeEpkNWhNSUltaWpTSnV4ZktnMlpFcEdJVmpVYUlNOWdKTkdTNUZycmtKamNQR0JUcW5iQ3p4ZlN1VUlPWlNndFJhMXl4alh5dWNPVVFHYjFBT25uTzFaTDdsL2ZzMlZMR0VHdUREQjZhQkEyY3ZoTHZEM2w2TjRRa2J5OEJBZnppMEF1eVh3OW5HaXBRci9Lb3JyNlVVdEJ6ak1Janp0SkVRMWlYdFlZV3lnUFo1MGd6MEs1aWRaQ08rMmsvWVlhYmp0VEkrVG1la0daaGV1R25DWHQvb21UUG81WXgwYmVqWmZiM3FLeGFGSldQT1k0dXJvdTFNMUdTaU43cWRuaEt6dXJHaTJXSjlwSFlYaERHbDNWeWtUV3pFZXgvY1I4MjRjR3FrQnFLdUZncGhpVnI2ZVZQM0NjNkVkdlJiWDcvVHZicG10ZFVLTUFqSHQ1R3RMU2pZaUlLR2pTUVFYRW5KN1VGYVdlaUdSSUJUcExyZGdsSnhRaTlIekVzQjRDLzRvMGJqNGtPQzdsNzdNcWJFRlA1S2hYbHk2dXNsbnNiVk5Ud3hJWER1RldHWXFDK1g0YTBQK010ZDNvZWZZWXkxRnlaZHcvUXJ3TjI3SmlIRDRUWTROZDdSN3hIdlJxRkVwTURPS2ttUUJlaFNRQ2VvSkNST1RlWFI4d3VoSVpiS0J0YnptNXkxVm50ekwzeDNwVjdhbWZwWmludlJlSWF2Z1FsSXE5TjRKYjdoalVuK3NWYWtYWjFHRy9DOWd3MjdDR3NYTjA0UUJXWXhsRnhnczFSdmkzdFIyK2FmRHQweU5kVDI5OTRnb21jVUNnVC9zL0dHN0ozQmlsWUtJaU56WFllcmxtc1RIYkVNVHF4ZmM4dXVTTDB1MmkzM3paNmcvZFpmWDIvdmlxWEczVFBNTlM5ejlQcWxVdVhRelhGZEZYS2FBT1FrL1hKVWlzUHpLUHdrYm55MmdDVHo4dTYzZ1M3bWVoMTliUExJL1dVVURKeEVWclNHRll1ZXIwYzIwaXluc2tQdFpSUmtaTng4S09HaStTcW9sdTRDN0xlNHJ2VFdwS01WOTFWVHlGcHRGaW1GZy9VSXoxb2tSM0JoRjFFWEV2M2FDOStXR0hUL080Z3Myb3duQ1RiM1RlRVVHNUtuZGRWL3orNmlWMWM3TisxK2U0VWx1VDZSSzFUd0YxanlxWE1oalZoT25YVWY5M2VKdnF0dVRjdzBsRDVtdFBBa1B1bHRoMm5zdTNuazh4T2lZY05LcGRmelg2VWZsc29BRW5pVEF6MFljUzRXR1I5OW56dHdXVldSNUVTVjRTSzdtZ1V4UnE3YkQ1dmZmVTdXcUdOekM3VU83NFkrZDZycjdhaGtMeSszRzg0N1haTTV2cEpndXljRVNVcXd5UjZBbnFyakJLZmx6WDczSUJzc25kWldSVmJmaDVDWGhZOTkwOCtVb2RSQmQ2TGhvaDBGbUZJRUV1eFo0dFNkbkFuWUhaWW01bmNRT3QzZ2YwV1VRMzJsSTc0TURLSzBFbG5lYTRib2RMc3dlTmw4UWlRK2YzWldjSURkZk1VMGRzdmJ6U0M5cXdIdWF0UGpHSmJsMFBvbCtSRVpNT2NYN2JOWkZOVGd3andaVnF0bEQwTVRJaC9wRjBCZTlFNmxpZ0JqNk5CT0wzV1A2ajdQMjNDN0dPNmdNRG82N2FHU0JLR3RldFdqWmt1U1hBbXBsQWJ2VjVQMWJYY0hkdENremdGWlBaWFdjYjhUWXRFM29mM1kycU5IMGYrSVg5aVhCMDZUL2VjYmM5SS9BU0ZmdEVVWWdvTUh4eUtJeFBzZGFyaWdHUk5ZYzd3b2RyS0pycVJGMk5ZK1AvbFhjbGJEeURKZVJCUERoNjlOVVFHdDlsQzRpNEE5bVNDSXF5eWtWSXdLT25TSFoxZ1VwTVhRZExYQmNtNmVOdVZxUTh4eUdjMWtWazQzVmNVQzcvMnZvL3hhajR4VGEwRmFVZDBXODRtcG5xMG9Kcmd6RE1BVzhMOThjMDBGODNMUVc2ZXJKa3BpOXBaemx4SUswclhTYkZlK0xoTzNnL1ZHa1IzV0R6SWZSWmNMZWhtdUJKbkJpekNDUWUzTFkrWlorWlU5ayt2Wmltd3ZHQm82WDVZTkQvZmpSemw1cVExa1J1emFqVVZBQVpYbHhOYjhqdmE3S1RkelkxNVBEREc3NjdXbGNCaXFKUmJ1Zy9GNEY0MTdRdVZaVFhxZU51MEpRWDRKUkUvUjh1NjNERXdWelI0dlY1NTl3PT0=', '482944934_17998263662753450_6690651639519111106_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-06', 'image/webp'),
(22, '2025-03-07 18:08:26', '18485978914020368', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'xr+PMjqSbeZoqnf4XFXVhFlSVWc1bVBXR0d1cE15UWJ3Y0dLYXpLbDRENHF0RVllcGNIM21ZWjRxTzNQWWdndGd0Tmt5UjdGVWpEdG4zMWJJN3VrTEtpSGtLUnVheTNqR3RxVlNjc3ROL0hONENTNlYzOExmL2FuTDdleWJJVlozWXFIM056VVBEZFVERGFRaVpKenNKVGtmYkhDN2o2UzJyNEpDb28zQU5IaW5uMlFTaHpkQWlKcUZFR1NXbkxGKzBGYkZ5bFFuL0hjYkdPZGhWRXlmZ3VXNVNKTko4ZjhhQkw4UjdFa3J2aHI0VDlINUxRUlZzUUk1U0s3SVhIMVAvSkQwaXM1UWkzNDd6ZVZ6R2k4YUc0STd0dHlxVkZiTHc1NVpJY1dNL2VRMmJNQ21mUEtobVJDV28ySFF5dWg0cklBb1N2dUc1b0ZTbDNLMDhLUzFCVGNOVUE2OEJqN29TQ1dIMHpDUjBOQ2VGWlF1K0FHY3dmckZvbDFjeDZ4bGxZYTMvUjkrc0NsQUxVTHF1dEhJZ2lKWkJxNUpzM0RWQUFYdmdrd0dGVjBINE9zUVhXNko3bHhGN3hYa0VxU3lyc0pSTnRXdnBMbHhkNkdEQVFscjUyMDJXWVZHRDh4WjFhVGdyRmwrdG5tbHRVY3R5TUp1YjZZTnZ3YkN6N3ZxdnA4bjBQeGxmbktucHpWTnBaaEZyS0VaWmJLY280MlBGb1ZkTnlVVENyRXE4K1RERm9xcW9HSCtZRldzVXQzb0pJU0FhMHZjaVdMbmZjcGtwb09UWWdtVUp2dWVxby8rVWlRenVJRTlTTjg4NkZ6Mm5YTmo1c1FwcmoxUExrQkRMRmZpWE1HTnFQM3RIZ09LOFYwcEV3Y1lnZ29GZjkzMjRQbllIbDZjYjZPL3haYm1MVS9KQkwzMjJheUNpNGV4OGFtS1VUVDM3SmE4WWt2SFhSQXZpOUY4OWlDZHU4Y0VlNTNGOTNyQlkxSHAyeHBnYnV6ZjM1NGYzOC95Z2FpSjN6Rk1UYUhDWVdRck51SjJBZ3ZJYVBIRkVNYWhBRnVlQys4MmZQUmtuWDZUVFBwR21yOE5VRGhSMzBmSk5YYzNsdk5oSXBCQ1lWN1dheFRpMXhIeE1oMVNUdkV2Rk1iRDFialpxR0pib3dneWtqOFJUYUF4emVkeFhmN3h5RE03cVhTaEtWQkwvaFhQbXVkK0tBWEtqcjhPNWdWOVM3UFp1L0FTOWFSM2luZy9kQVBlMjVuMnlrUTZ3M05mT1NzL0ZwS3N3UW5aYmJ2NWdmRzR1VXExTWZUSC9BcGhrSDRvbzNjNFJFKzhpcDNiUjJQZzQ5amxSek5ER2dIUDMwa1JaVzN4S0Y1Y1BLWlhNSE9uUjA2S3JpYmcwVHhiZ0FDVGNJQ01SdzZXVWlsS2FweVVQVERpbzB5YnYzbGwzSEZVMC9GYjlMaVZmQzlQTXRXN1htS1pBUStIMGNHZm9DWFF6NW5vdHFNR05qSVJrNWxsQ0RSWGxQNWV0UTRnYWtoZkkvM0dHdFYybWJjbkg4QlFQWkovMWRxNmU5NzQxeEtoZ1dPd3FQSExSQkpLZEJrc1I5dWRzVHlYQ0tXOWVHTjV5UmFOWGlibVFiSTJrN21DUTMwTi93TEJhYWdjSUpsN1FpN3daT2xLN1lra1JVT3ltUWdMNzNDYVA4bmNCR3NQbW9ab1Z5S0xLRFloRlZ3clZjeUZiTGhWelRQNzVmVWE4aC8raXlROWR4OGFwdFIwVUNzc0JiQlpLU0IwcjFpL2JHVHdnWnhHWk1heFNyR2ozMC9kdnllMHJQS1pjNEpHWTBpR0kzd2lwa2xucG5mN1lqUjRxcz0=', '474379181_17993247110753450_3352408683458298408_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(23, '2025-03-07 18:08:28', '17992470404606438', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kDlwZmSKvUwSYU8ylEPqNG15MzNBVUNKQmJ5WVFBVkkyaGJXZDdaUVFueHNJSUo5VzZraUVraG9XYnhtbUtobXZ3TE91ZlpkWUFKcUxKdEpMVGFBUk9OajQwSzQxTFN5QkpEREhrY3dsTnlEbWxwZnMzV3VubUpIRTFCdzRMWjVlMHBxVkRMTGtwK0VSenBoVU1hME9yQlpIL1pYQTJ5amMvQ1RFR0FONUV6cHZldEtnRjc0cFk0cjR1Wlk4NjVmVHVrSzI0cVBxV01WVy9ubC9oNTdHQkZ6RzZBZit1cVpEa0oweGx6SjJ2RWFURElmZjA1VHQySTRmakkzR3BONE4zeVUvRjR1eUhpcXNEREt5L05tdmVSQy81VUNhR0hPU2Q0SnRRbVg2SDByM3B2NjZFNS92ZW01L2x1ZWZ4MHgvaC9mR0FIdG1OVUVYNmRoand4cHZ5cmNkRVRUZ04yWFFkaEQwU2tQZ2tqNVJDQ2lJY3Qza1hVdnhRd1IySzI2QllqTjB5L2xRZHFsQjNhOVBaTFlZQzlMcS9XTEE2UllBQTVKeS9YZUJvcWlKajJYbHpoYXRadXlmMG1zU0M0SFVFTTFjaHhRUDRwQ1NyTWY0R2RFOWhSMTFRektpd0pNcFkrU0tJQzFsbnVMbUdUNmliMEFmaEc2emtsaHhHRDdsclpiYklFMUZ5b1NHQlJkWUFYelUzTWUzbEcramttaG80TWIvQTZlbFpvOVJrSlRxaitVdmF2OWFIbGJCSHBZZVEzUE9PMi84Qmc5S2VTZjZpYmtVeHVHdFgxUkN4enh0VnhLdXZiUXU1dERVT253QU9USWNSOVpkdE1wM1QrUkpQVmtRMWs0NjVYQ2xzUHhTSVBSVjFDWU1GVkczVHFJdUV0cFBDd3pKRUVDZTcwbkZmNTlFT0N6UnovOGdqMC9iTW5QcmJkNnFBcTZFU09hOU1IZUc4R1BjN1RIMjlDdlFuTFNJSFhsTTdSM2FZdmN3L3M1Mld0VzNRM3FRMlc0MUNqYk03TWZJNmpwVzJJbEJYemg5a09VR284U0I4cEw0bmk3cWVHWDhmTTV5TnFTY2ZXcmV0aTE2YVNvRjRwdFBxL2l0NytDOFJhZXc1K2NkVnZ6SzZxWXZDQnE1SDBMRzhIVCtJMWo5Qk1oKzhYU2o5OWVtR2lWL3BNZE95OXFXbVBRaEdMTGo4VGJCMUltU0dsY25kU3pBdE5TOTFNVUw1NUtzQm4ybUlCeVpJaTRwOFAxRG5kU3VFTElvSUh1eHNGU1VMNmV5VGhDUXJicDcxYjFEMW5rY2dabUZxVEo4b2t2d2RENytWd0JoejhqQ2Q1a1lucGNIeFZ3WWwvY1ZHUkdFR1g1SDNKbTFNYWlqS2tnOE83aXZHR2craGx1dWRvYkkySGNBdUxXS2tMcVRDcW4rRVhYOVFsNlI3dWxRejd5WXJLVzVGSFh4MFdXNDE1LzdXL1FPZGhtZk5ORG5xbFZoRDdyVTB1UDlDWXR3N0VrczNwakRhYXRBeXRabWRaNGNFbkMwbWMxVFk2c2N3WXlnNjhkbEt1SGNrQVJRR2VJajNqUVdET3B1b2c1VUlSaEl2dEZJOFZ0blVKZXA3RnJQM3Q4b3BsMGdvQzhMdm1XMGtQRWNiaUJ0T2g0RzZvcTdhakRGSDR4WS9sMWhsUGNYdUVwaTkvYmtvV2VuNkxmb2hvNHB3MWlrNmtLTmp3NlhEdmlzK3AxQmtXMEhOV3UvMEFlZTVqQjhYWkVkaVB2ZDlmeWhMRThvbXRSemk4MFo0RDZwTGgySmdtMyt3L0I4KzRwWk84OHU1TWtGVWQyaXljY2tCL21abFlvZlVOWis1R0YxdjcwN1lZd1JSSktTUGFoTUU3bnJhVk1scUZpQXhNdEVSdjk5dGVSTGUwQnlDS3d6a2Urc1NZbVdBSTF6cXZvUEtySU14WlFnYXcrcjRkektqenhaWCtVbW8xTXJCOEYzN01OcHJ0czFVelBRc0NGUmcrVHZsdll6MTdKdTh5TnJWWTcydjQ9', '474666261_17993053364753450_3259655626722784371_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(24, '2025-03-07 18:08:29', '17920258572034556', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RZEdpsEwKZ3QoIxw8daSYnV4OUpsR3RFbGtYMXo0K2VDMTF2c29uL1pqN0dpOE01dVBScXQzeUZDRTRhTGpHekJaN1B3Mko2b2NtSE9sN1p1UWx1Qi9uUC9ZMFZFK3owdFUwMnd5TXpycVlTSXhyazA4b1JFbjdxYWxpbTRmMXRDTmQyQk5NeVB0dWNESXVXR05lRlRta0xZWXhNOFV4N3A2Uk9vbFJtVHMrZ3Frejg4UDRYNWVNdlRBY1JsZEZNMXJ6U1lXZUtzOGlpYlJqUjdXYzhtNUlJNnBucnVnTXM3LzRzQ1BpZ0RSWEh5dnRNVnYwZVpkZ1F0YlBzcVlPd0tGTE9nWHNCRFFPUnBUbUdab0FrVUhZRzBSL1psSzQzKzA0b29JQmFJV2ZjWXRlZGZyVUl0QzRLZXJYYitoSDZNUGtRa3BySjJYcERNSFVraGdmS0NSSFJIWFRZaVdtN1FQYWZPQTQxbmNFdXh4RHM5cEZGYUhWb2dtZ2h4dGJsdDNSLzN6NndtYk1CeU5mOGpEaEY1bkpiWS9HTVdxZUxrc3JIekNyNWpoM3VacGJ0UGxUY3dlSEVCeXlyYUV0bHV0di91Nm1veElNWW1RL2NML296Y3k1VnZnOGhZbGhXeGJMTEUrUm9xU296QmU5dzM5Z1Q4eURnMnpFaWpUbHpRdTQzdVc5SmFCd0l6K0JraHpSNFRjZFBrTmVxbDhrMlJxK3JJN2xCRG5xNEZBUDdobFd3TUx4Uk52VkpsQklkZmNjZ2NhNFEzeGZtdG9ySVgwZXNidUJxcnZFaURweFFVaFdaQlFyc1lMb3k4a1gveGpuV0pDQ1ZqV1FXK2x3eWltWWNQaEJUN0czWkhpM0xGS1VVNnJHa0N2L3dRUDFNRHVHRmk4M1QrRnlQblNVNndwai9xTVlhUVV2aXA3S1BMb3NVY1VjNThKSFZXWFh0cjdXRHFyV2ZreGJnTWlocGRDL1VkRzVMbXRyY2x3MmhBS3poTUhyY3RDTllUakxsV3hUb01BZkszL2paSjc0STA1T291MmI4QzVTSEEwdk5Ub1N4dU1oeUwzdkRtYUxXTzlGVm9Za1k5Mmk1VnZsaE9Ed1lnUjMreVF0RHBlM1VLM2NsUmJ5N1RZc1dydFByb1NtdnptTjBqRGVCVUVPb0RodmxSWlNFcVBnNTUyMnZJRjllelZrLzkzYk9rQk1MNzdSSFNNT0U1ejcrYjYrYmYwODNpdGpMektnK0QxWXg0SjIyVEhVaS9jZ0JUVHk0bERaVGN1Um5ZTkxxYStYazR1UjZoZkdXK09sb09GVGh3QmtobDVBVXZZeDc1R0JXSmhtRGVua1loeHczQmE3TXRnUWlLTWlKKzEveW1LQ2szUktLRjdUT2NUZmUycFJWTW9ydENYNUxEZGVTdU1nMDBtVjRTYUUxTzc4UW5tZW1SUmw5Z3V2OTNVMFpvSnNtNW16cEMyVnc5RXE1Y2Z1MVdnQitqTi9LRjJsVUxDUGtTeWcxQU9VT3ZaUUNpTHNHSHN6dDF6UTNCNmlpRkRySmtyVm9PSFhZbmFTbTFTVVlhMlh3bWcyTEVvM052WldCZ0ZuZjkyYW5kUm5ra3NzbzJuWFg3dEYrSnVRS3ppZWpWaHZCajh2YktKVmdtN3BVMytrNjRRVlFhajJvZEJESHhXWFp3bE5IMUVIMGlLNHhyRzJaTnpqQ2JsMVUweGRoZ0hXSnVPSklENGtDVnNiTmpUTjdCc0FocXJqU1dXQ1dxYzgzN09jM016QTRFT1ZOOFEvYTVBRGIyY0lyaFFPeDhhU3QyY0lYQnViZ2xhb0ErQzdPc2FJMUNnNHQ0NHEzb1M3RmlHZFg5Yk9LMTUrYmkxY3preUl1S0wwSXIrRklXalE0cktBbEJLWURtYVhNd3BtR3U5QXJ4akpiK1JJTERBT08rZCtnRWNJQzVQWDZQaUJhdmsyOW00WjdqRU9NRFVEZlhBWEVHemZXUDZkVGtJSHV4TWxHcEtqUGdrTFM2elBFRis3QkhHb1IxR0dBNU1VOXVvRU1rS0N3TzlUV2tVOFhkaE5tbWsyeHVWY3J5d2hmdmRETEdvektVTThNRW9BZWlnPT0=', '473815181_17992355780753450_8432622812794355923_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(25, '2025-03-07 18:08:31', '18073060063587240', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'SmwmOax7HyZIl1/mjgeRfnBHSEVKOVBscE14M1R3aHErYm16aUsyNmx1WXF1WXhlZlk4VHdBeVFLZ2NHbnpEMU11cnU1UjhkUVg1dlFaUGMzMDcvNDlVV3ErV3VNWDVZdGx0RFd1VklyV2hZa3IrSXlOdUJ3ckJhcVpGclhrWmZNV3VuWHlhK1JBUm8vUUV4ZEdjQ3BhU2hhMmNYc1BWc2xNWmdBRFg5eWRScXFxVFpZLzhVeE9vV0xDcXlTenBsUE9DNHB2MWxsQzRwU3BjckRNRVF0L2thQk9VN1JNcmQ3M0NmVEg2N3RWL0ZKbWpQaHBYSjJtY1ZlL0MxeFRXcUg0bC9RaGMzZnlRZjlhZWlvSnRmanZFNWJIa1JoaDlVclh2OVVGNk5Db2RMTUZNY3F4Q1R6MWxiRGsraUdwLzFER29kZldUWEpmMHhaenNGTWVwNXNMOTVBMHVWTkhBc080amtIMjhKVWJXbUVNUytURWZZSXdPL2xmeFkva2lCMGZwM2ZxbDRHMEZ3amlVcXFuL3h5R0t3Rll5Ulc5U2RwRDdINVBYUUM5czUyMkNXRnRCeWtRcTFNM2dlMzQ0dW1TSUVtU3VuNFdHeFZmNmVwY1NQUWxqcDNGb3FkNTNyWUNaK0d2VzlkaCtyL3JwN0dXelRQcWpOakNlWkJCaHVRZE9HdXdGYmpxNkpNN0ZvVEphQVl6RHd6K3NwZGlGSlZXNDBzUlo0WkQyVUVwNnZUR2JrNVloZmYwMjgvQlJHa3QvNEZHeFpqb3Y4M2doWXdIUm5PK3lBTENzMFc0eHcxbEFuZVVKZWQweC9XMmEwbnBQZXJZQVVKcjUvZHQzL1M2WU1NVmVzQytsNnRHYm1BZ0hnL2dnb0hmYXlzMDRmVmpDV3dFMUQ5YTRpN1FlQTNzUW9IY29ObFMvL0k0QWRwY2U4TDUrTjVwUjVYMHRHVDNQMmhyOGpudkJFVjErNWpBWWxvQklLRjgwRFhpYzZoa3FYU2VrMHZIcVFZUUFnQlo2WXJXeDZCanZRVml2bmZsUE5IKzlvK1VsN21SaUsycDljLzFQdUNKSUt3RVJKYmNVb2t6R21NbWtXalZXTDIySVgyeHVvTU51Q3RPZXVlZjQzMmJNOHV6dWRKMi94andvMjJxMnlFQndpSVhDWTBoMmZ5RzV0SFFFS213VGh5ZG1aejZDT0dETkdFRzNUUjU2ak45eEc3cXdwTEVtbjRPNWdDeUc5YWFZVkh3VGMvSDAwanNrWDkwaEIvTFRFUEVqRWhkS0VrMEtDa1grWERFbm93NlZxb3A1L2FaYisxRmRBQ1kyZExhVGVpOUpONTNLRHJKMnFaN2dqdFdDWTM4SGl6bmhVWmRTOWd4a3BVYVZ0SExGYlBmd0xGUTZlM2Z3bWg5S3BYbDA4OVk2WXRxNDQyUU9ISzlYR0FRNzEyMHZDUHk0S2haaGFKbkYwWHl6eGUrWlhpaURtTzc2YWE4Vm9vbUthb2t4eU5VZ09qczI2cWdHZExZeGRmcnJDVlphOVRLQUNqM3p5QzBrVDRkeVUxekovMGhqZ1ZXL0N6ZzAzVnlGNFFMR0dKcFM5VG5qYVFYVVpnR1Ztb2wzRWpLOFhDT216SGEwTHV5b1hTeW1IUzdPWjJ1Q1V3cUdaNjcrb2JWdU1QVzdaVzhuUFE0VG5WUm9YU2hWZDNzZUZOOGQwSWMvWkN5WVg2d1VWSkZwTkxRa1NOM1VId2wvODVCY0ZIbWtrcUw4VUxJSXdTSzhSWlRpdkUvQmpxVDk4TXE5TGFMYXcvT2FXM1RNUTMrQXJQeDJuTHBpWEliMjh0WVNEYmIreVhvUHMwQmZSSk12aGVOamF4K1IzK1BtaVZQaDNCYTh5UnZ2clVHbWVZcHkrOTZQdnErMDJGM3BVSldxWUJ0ZVlRc3FJR2pXWk9od3IxZmJzUTc2T0Y1d1VDRzlLa3RUeUQzaTNzSEt3ekxxMG54OU9CUUZEUDJ6Wk1WRHIwQTFWTlEvbjArcUJmMFl4NlFOa2JWT2tEUXc1WFZwYjJYTmdXMkVBaC9lMnNlcTk5dHNOVnEzSDZMTmRDaW91UzdoOHMrYndLVk92dEVZMExCVUZiM0hPNjdTTnZQbXRieHNCMVp5Q29yeDd1b2lYbm84T2NQdmFxeDl1TGs1L1BJaVhnKzMwZDRReUc5ZXFjNXNKcm1uakZRbUd2ODYyNGc3bEJ0MXBmUDQvT3NTMERXUXRteHIveEtQWWUvWFpKaEZqcUFwbUt6UTQ0UmQzZ2R1UWIwQlU2NEF3aEtoRDRCODcwQllmamJzNXhuNkN1bWZEb1c1bGdNaGZTS3I5QmdDYXJzbWowQzFGV0toTEdZU1NuVEt2aHBGWlNEQWIrcHBXa24zUUovRERycUp2Yy9nRmFDUzBYOVpxdEVpdXhmNG9VKytCakxKVDNObkNGLzRYMXpDVTVNS1VwNDZYN0pRcGRkV1h3ZGpaWG5CM1pzZmpEQ3MxcktobFNwZ2s1eGhzcW9jcXdKeWI3eW13YnFIMXhMSnQvcGZVY2ZJN1FFOUlnd3JYSExIeWRzNUZIMVVheEZyN1FSWmpBclBFTkpNbFVSQnZxM2JPbUJOZENQcU5tZmRtbURrd3p6bDJaWU9ucnRxYjdManozVk5KSThYaStoVlVsYy84Q1ZXcUFvUUt2U2VOMlM2UzR4N2k3K3VMb2pGLzBYRUJEVlRPcTVnYS8xQmZUbGtCRTJidWw1MDdibXFZYmhpMUVwRGRud0ZXaThyeTlHQnNaVW95R3FwaFpmM0VxYWJGWHduWTI1S1ErRmFpbHR0RWZHTWJZQTlaY2x1d2VNMTI4ejJWNW1XUjJGUnlrY0RVL3o5STFQaUNuYmNaV2JsWHpDVWRUSWFIaVRrV2lpZ1Nqb2o5SU9kbm1KYzdLY0RyMkhLVFdVSTJkaG9BM3ZPYnkwa1lzWW5xR0RBWENoaXQ1allKaHgvb0M3UzVxVDZkcEErVGdCZTZmRlVFdTdXNVF5d0NWcFNjREg3cm9DUnFOak43SWk5Y2VxWFNQTWtBc2ZkVGhyd0FrL21idURwb2VzU043cUFFV25XZ0JuRGpEMlJ4b0VXZjJEbk5MRGFBR0l0bjZGQldmdUxoNk01L2ZLT2UrUTZlNmoxaHNManEzKzBBeXlKN3V0cko1SGpOY0Q3WlJlYzFNUUtIb0dJc3hIZ25VYSttWitOTE1RNVIvM2ZJbjl2K2swbEh3N2xCR3BSS09TMnVLS0Qrc1VZRk5JbkRUVGJmN1RTMC8wdTVxVGNVWitHQktkc3VOWnBUZ0M1T3VGS1RDcE82K2VhWkpTaEdmOXh1YVM0SFJwQmZBLzZiL0ZPaVlJaDArcy9nckM1SkY4VFJiS2Uzajk1MTZRbFNWNmFaRyt2VDNZZHRkbDg2SEtqVjZkejVjWkVVaUcvbFJWbEZmWTkyZjFqWVd1OUI1WUNTVWVCbTFTUHltTzBBVFBtQkxDbEIwaG1HdlY1MmMybTM4NVdqM055K3VWUlZhL3dRTmZZN0xLSkc3THFrVjA0aUxpQ2M2dmVMdUt6WmEzR1k4aGJIeEVRRkppZGQ4Z2VXeTA5UHFzSTllUT09', '473631591_17992138328753450_1186464237248023074_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(26, '2025-03-07 18:08:33', '18060528073924657', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '73WV120bJBAB5j9UPMIKmU5iaUFKQk9nRC91U2tIbmhCcmdkcHV4K0o0ejRuN1ozRDIwcVY5NHluRUdiQmVjUUF3S0tFU21DbnBtY0RKb2VzdWNpRks2WHFsRnNaOVNXd1hPMFFyZ0xCeFdrTkxINFdQN1lQUnhJUEExeGFlYmE2UmdDekdwKzhubm1iS3FBT3k0alZ1RTgvRmRQcXJTYUdXMTRKRFplSFNWbUhBd3FsS2c1ZGpiWXQ5WmtMNTJlR2hxZGZrRmE5a1Fjd3FRSFllYktrRHRCb3JVU0doYTdFOU1hN1VTdlIwL1N1V0xWUjlkWGx6Yk1STVZnNjQvSlZQM1h5WXV0Q1ZSL1crQ1htY2ZReEZpc0JSUzl0NFRGL25hWncxWTkraFA3UndnN01yR1JyTWJYZm9jbFErNUQ5dnI3RzZHemw3RmlBL1NkWW5rYUlmUE0xcFQyWW5OeDJJaWF5VHhGOW9ENFBrUy9DS29FcG5Xdk1KQWJlVFM4eGNNMXVBa2RHb0lWZHkya3VYWHQvd0xrQ1ZvTjFPS3MvcUtHQm5OM2s0NGtaT3ZQaW9tbklJVzMxdlBqOUprRVExM2VaMWU2bWtqMWxlZytHUW1SNWtzbHZpTlBIMDhZYTZ2SUxjSXB5aEcxVVp0RzhxVTdmazhzc3R4MHdqS0tyaS9takdLbEZXQk1YNVQzSWdtSnppTitwMjVLWWY0OWRSMDRRZHRHaW5CQ0dJaEs2Q0JEeCs4M1NQcEN3U2tPTTJLM011MHRLSVJXNDI3MXNaMmErVThCY3RuNVpheExxMGROTlRNa08zb2ZPcHpoYXNuSmlDU09VMEpWVno3bHhmQUdYZjVsUmphS3Nhb24ySUN4eGhQR0Z2TExUUTFsOSs1ZmlDV0gyZUNnb2pQRTR1SWFaaG9QTkNHN2FMSmtjUjNKa0JlcmZkMDljdiszSW1FZjZQejlWQWJPbVYzdnZBVCt6RzRzOXdpeUpKVHpscTZjY0toQ0Q0eWtkYmxsU2FvSllTb3BYOHlCekw0MGRRR3FCcE5vZ1FHVXFQT2VicFhwdWE3SzZNd3RGNWYySlM1N3BZYjRTbzJGS3pZWG1MVXk2REkybXE2R0ZKbzV6OWhLSUY0RExxbHlaNXNSSjF2N2I4NXNSblV5d05ld3EvYUdMRWNSMG9ST0FyeTV4cTJuejViSGxnQmZkUWZITUhrL2RkL3ZnSnkzekJPU0Q1MXhoNXhGSXhXM3BDL0g0TjNWYmIvUmFiWGpXeFVYb2NtMDMrZ3g4cmw0bjVqdEJnd0VWRVk0VUwzcW9PZzBSMlN4VTFQWGJZUDljVXRrZE9lY2VaVVdaU09wQVlZR0ZGU1J0UjJlZ0ZKTlNncGx1cUVvK1ZYeEdIQk9MKytUc1Z0cGE4Q1ZmZC95VVZ1dnNYbC9Eb1Z0VnlDWE5LOHorWXpraGRldnVRR2owWjJhZCt5NE9vVEtjYUJZZ0dVSENGdVlHb3g3NGYvZnIzamZXeGl3TzlZNk9hS3FrSlk1b0piTTluRkZFblNFN01iTHJjSFZQNmF2MG1uY3ZWbHFjTW85WndtcVJIV1ZENmVEMGNyTS9ia1dMcUlhbVJ4MXQ2bDJCNUtmYlZ2aVEzSVpjTjdCb1B6S3FNaWl1Z0lYMU9MdExvZ0ZXenp2ZWhEbWdReWdITlo4MkdzcU92Q0EwZmtTM05mOUxlRGs3TnVlTTY0U1pnaGVKUEkxRWprUERoUWM5VmpiTmJjTWhxS3J0Z0FFRU1iMXF0RGpvbkVaRFhocDRMZkEzQkptYmx4TUpmS0RRVnJtckk2MFkyd1hSTmYrbVZaUjl0d0xmUGhsbWZRL2h2SnFMUWQvRnpBTktYdmgvLzdpMTdHcU5aRzBYbjRGeEs0SjV2V1RQV3RVVDU3bzZROE5mM2ZFbHd5RXZWOVkyNUxsQ0d5RHdGZFVUMnd4bVRGNFUwYkwzN3Rob3hramVSODhCdnZ6NE1rMGdRc29MUmdGWUV1Zi9Gd21wSkJUY1ptWGJzWGRYZS9W', '473539494_17991976871753450_4493993012505449907_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(27, '2025-03-07 18:08:34', '17986259651629576', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yqnpOEZmM+F8wH1RHbzpPmFwWkpkWVA4eWZBbjhZMnZRYmd1dStVeUVjb0RIZkphYjVIeGVNeERKeHA5cHArK3FqTVdGaUp3aWYzYjdYNXhGTTE1WXRZS054UjZ4S1dNa1VLRVVzRStDd09iNGVlYThrM1JYcGJmUEY4TmxpNjhDc1MzSEZLclE0WnBDYXZXdjRjSkpHb2k3SFhZODFUdG4xYXkwNTRnOUIycXNYK202V0hNS0syUGZqYkxaZW9BSU9DakVDcGI3QTZhSzdFNEc4SWorQzlQQURoNnVCUmJiZXE1Q2liN1JoMndMTTlLb1YvbzRkZHROdkNwNFh0Vm9NWlI1KzI0VStPblVzdmJva003NmtVOW5PdXl5RVFZZFJZMUtaMm82ODJxMm9WK3RwQ1orVWl4UFBzT3pOVHZlV3JQYlFzYXRpZFBUVWozSjUrS2VsTEVBejg1L2hwRGFOdStLVklmb1FjcnBsaEN0QWhmVjlnL3JhYWY0VndEYTh2TmhtVU9sS1VIR3hOK2dLY0hnSXBGemtKRld4S1ovN2RnZXlTQW14cWRVeTNJemFxd0R1Um9TZGx6TE1aM0hveVVYT1lwbTRWbEVOTnpwd2haRzRONXV1ekZ6ZC9PUmFuZnY4aHpwYnRja0JQWHVEMDNxMkdYcjVsUS8wSEVnZ2ZsWnV5ZitNUy8vNkZ3MFdwQkttTW1TbmJidWMxd3NuM1E0UCt6Q0FUVkNPWnhoRE8xYWE5dVo5TjA5Wks3UmZ4RStRL3ppcFBtMUQ3SmVwazNScExaSkJXclkyalA5eXA3eHd4QSttaGVCU1l6cUtQWThwNkpMRk01TkV3clNYNGxlRldoZmtlZmp6clBPaXpqdjl6T2FGSDJKQk9Gcmx0VmY2Ry8wYWpoSWtJL215QU9SVk5CWnFTSVZyQ0x6eWJIQVRZL0FzcnBRa1ZmMzZ6a1lyaytmL05Ga0JIT2xsY0hDZnA1cGszWjRNbWRmYlFoWlJPamFKWjBkMXNBYWxGWWQ1UWNENVZETjlrZjVhN2J1QWpha0J3N3h2K3ZnanJ2ZUplRzFyVVQ1eWNlMkc4SUNNc0lvdFVPUGZiNjd0T21VUnpWMlJPSXJIeHJSZzJRbnVpODNzYzlIUzhDMVk5ZTlONEVxQy8yS0dvSG1TTlF0eTdOYWIwOGZPOUl4b3BjM1ZqZ2l2aDYvTXlJR1NqQTFGUlBDUCtNSnI5WkZObzlzSGFtY0xSMitJRWJJMkNCbnVrMUo4WkxOMXk1b3NQNVJWSXhrZm9LSll4L2l4N0srRDVkWDl3cHR3aGxaTzQwZThjd3dMZGV3QTk4TXdmT2orUTlNUEZGdFpkV240ZmJ6SzVJRVF2ancrcmQvLzZJdTVPeFpXMFlFZFFMQUg4Tmp3VEZ5eDJaVDB6UHVTZU8zay8xWS9QeHlSNnJUNXYweEhnTUYvRjYxb0M5bTM2RkZkRWlRSERoaFFtdUV5bjIxK2IybWJFTlBqUEFRVkF5U3RWaGw5cEZiaFJtVHZ5bmsyU244U1dRRTgvK1o4Q1FRZnJta2MrVnBLcVM5eE5qSUpJZFRtdDVpTnJ1NXdpbEtQbE5XV1RTOFR3V1J2aGVjMXNMNmlNemRKSlI2N1hTSlhacGJjS2lrNXVreEhyTkRIZGxnNnV0Wm9TcmUvS1ZBdk5meEUwSDJLSy9NMElSL1pwZ3J6NWpld1R2VS9jcTRnQkR1WG1ZYmxYNjNQRDUzS3R5Wkl0V0lKOUUrTzFZTUsyM1ppeXdpbnVpZFpiUTNQbC9OaTFPeCt2Z1cwdFdVcmtOQzZ1ZGZLZi9vNUh0VUdubktNWnhGbzJvdCtQN2ZQRXNXNzRacHUwNTFneEwwZldYdU4vblBsTVBNK0w0c0lKYkcxcU15bXFuRzBQcmhkN0NpYURic1ZidW5SSjdQaUV4QVpVZmJ5VjhEMUJQQXlTZHdTa1ZZRWx4Q29CUlhzNmRBbnJJTFlTcTdVZFNxcHNsZjJoaC9PVWxNbVJMcUlQNHZsZFlzYnBmZzBwMXh0QUVhZU1tSERXTUpoQXZLYkJpRlBzS0NzOEE1cVhybFp4b21qVGJoTnVuZFBVcDJnUTVQc3BDdDJ4YVBMbTk1cWgycThOdm9JUXdvcXg5bW9GRlV6TUVYeldoNHNzd0d4b3l3RHV1Y0lId2Q3NFFEMFhhL2xvQ3VoTnc2VWhzdUlZOXFudmg1QktIb0ZYVEg0ay9xYUlwUVh4Tkcxdnl2TVk5TVl1S3VDdFNVcVl0TkpLeFFzOXI3WUNoVGYyV2JRU1lqZGxsSXVjOU1MYVZUcG1SNG81VWU5ZkNIcCs1bThLLzVDQ2VkR2Vxc2RhQ05GVlBNK0U4M0V3eWQyZlJLRjVicEQrQlp0VzZ5V21VOXFkR0QxTlF0TXlsUG1lUVVTS2QwQzI1a1EveHpobjBmcVp3VXgvbGFuck5hRGRRVmJkdEdTSmRGUE1KalJlQVAvSVVJSUxuL3c3V1RyYTJwTUc5Q0k4TEtaMk4vdzVHRTBjQVA4WXhzQlRVWmdRb2lYbTUvTVBybHREQlYxVHlCa2VLZjVuSmpncFpYUzB2ZkVKUWt1WXlSQXpnL3NJdWpjYUpYTmFpek5RRyt4WHIyQ0ZPYjg4U1FSQy9SaXIxSzBCUnhZYnFKa3BtblNzMlYzQkplMkdhckVNMEgvSmNjUStLWURGT2hWbGRjaVlhWFQ1MjhEblNmMGJ2dk1NTTQraWdmNkJZQmZKM29Wd0lUY2p1anpRbGI5Zk1CU2c2V2hGNVlYUjNGY2hTbytPSEcwdHh5UExhRDhkMnc3MkZtdWhFMk0rUFJCazhvZm5ucXREM0JGN1lQQWZ0T0l1Wi9yNzBGRG1uTUFOWDQxcWN1QTZPR3RmeVpJR0NBb0ZBaEdSeGwybUFjNlRKTndlZ1RpVnp2TUFpTVhLb0ZKbDFIMERWUVVMeFhCRT0=', '473425164_17991880331753450_289579773255962719_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-07', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(28, '2025-03-07 18:08:35', '18110247733446670', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'lC7SX8UfgqPrFtP4RHHyl2FsaE0raElSejhNYkZBOHZLVTB3NmtxSDNWWVNlWjFmTVlxM0l4M1drU0prMHYxSFlZNFllU1hRNThFakVyZSthRGdabGJ5QXU0NXlQTi9lK1RtOC9rclJFcFQrYmdMcXlXcEJpZW1aYVpVbXdSWERQVlFkQU9oSVlxYSsxeEIzZkdXQ1lsOElWNnlwSkhPK0pTRlhiZkRPSG9GbC9zdDczK2RtcHFuWnkzQkRnYXRWeUdxTVV5ZWxGbjFRNHhndFR5RnVuOElqQWVtc3ZMUUY4NXoxbnFSWFFaRzlkYnBUN3lyZmZaOVZFbWF3a2VGMW4rdjFPUUIrSURXdm1tdGRmQVhKeFE3TGEwc0tERXRLdEptN3lyMGpvaGNXVTErOU55SkdQei9TQTUwNGtnaWI3cFoxMjRwTGVUSlVraGlxRDh5ak5HWUd1M3I3anNKK0NJWm9YWWVESmtCcWIwOENUK296NWZyd1dDeEh1YUpxQWZqeFQzcFhjSzBXaHhQU2U1eVU2OENyZWE0TmpCNnhrZzkxYkNyQ1RKZVU2akpYTWhvd1FBQXNENExMZFFkdWlDQU8wWGdHdFF5aGYzNEt1N2ttdUJIb0t3OFR1TjIvbG9BUGo1QmJaSU9aMFB5YnFVOHVDOTc5b2RKM2Z4cHFxdWVXQ3JLandleEZ5STUxcXJFSFhKaTBnVUo2NzlkRkNFS3FTTUtZSVdvNHc0MG1jYXduSWhROWtIM3IyWXpHSldjVUtYSWZvVUpHMU5rUERneDNVNDZKeWdQd0R3SERjM1lYVEhHdEduelJjK0dYRjdXbGR5bnY3MjROaHZ6Tms4TFc4cWtNb09EYVVhOStXU1hKYnZKZVdHWXNjaWVCN0k2dzd1MG81WG9QR3NIS2o3emdGc0szVTFlRjFxd1pTYmJLeXVDT3orandKWnMrR0YxTkk2WGZnNXZTbnZza2RybTUwUHNKUDBhMVJWNVhXeFVhcE9ZUk5QRVVlM2lqSkREVkgxOEpLL0NXR3BjbUZxT0dybFpEcGNVUWlFc1YvSSthSHpSVlFXWVBxbmQ5bE14RFo0aUNXUWlKd1NZN0lvWVNFUlk3VmxpdTRDV3JlZ2s3QWUxaW1jZTN5Tm5SUlk1ZW9YQlpJOUhqRDZwMUtyblZvOVVMOThuWVFSR3BkRm1OYWZJdXBzMVZReXQwcHU4dXhEWjFieFVQazFTVy9mYTYvK2J0OVd3ZG02Tk9KN0IxZVY2L0ZPUHlkZ0FWYkRxNGl0bEtHcEVCUGpXTHp0MUJxRWtOSi9GVEtrS2xIRnR0ME1hS3NmVUd0YUxEcXY3TDB3Z2p6Q0lEYi9JK0hzUFBNb3RrN2NsK01zUXFlMFBFOWpRRzVKbVVMSUFDS0Mwd1U2YjZaVTQ4eUlSZHZWMzRUemtWWHBidExnbmV3TEw1UG1pMjVBK2FTdU1OK3UzM0ZUSTB5K3hpMGxaakxvS0wyQzFnSWNrdmVWVzhPOGlzM1VoMjJxZmRrdGFVVUYrbUxydDJEOStQeTIvL0E2ZW92eVBhcStuclNUT1BvaVhrVUlSVlJJTmZBNTVXVnpGWkFsdWQ3TkI1MitWdnVJSU9HQVNKUTJCY3NZT0FrN3RHd3lIRkhuTmJSZExtelZTL1J5WVUvdm1FTmRKbTNEc1ZyQlU0MEh0YXJTQS9xUlpnMWFFeHpHMDFocWVmdzBWTVo5NE9UUStRWDNPT25tbFowNkxNcHFFVE52SWZPejk0eDV0R2tWTWY2cWdySTc3VzUxRTlGNzFlY2xJWVdia2VOSDBrZmQ0bi83Qy9BbUc4cERkeVFzWTIwYnR2c2dsSVoxZzgxcmF6cUVXbTRWaEtLa3R5azQrVkxUR0ZpbmlsdWEzRGlKRmZvM0RrLzBNMGdXZ0thT1JQRkdGbGkvc1FPMTM3dGVIYTd3S1ZOa21ZNFRsWkFWS01VSDNaSHlIRTVNdmhMaFIzS0JEUEdtQjdrQXJYaXBBTXJVZU03WXVLQXNLMFprWFhiQXZKWmFZbVFXNHUyckh4SHVVZG52SmFqQWFMOVpBVUswUXJlQkhHWEV1UDk0U25wdnpzbHdwaTNIdmI0bC96cXkyOVFBODBQZlR5SXkzUjFpWDVsZ3BGN3RRQ1hLTUQ2RWhoUWRvNXJSZWhpOTBIMzh4Y3k3WmdsTHdmTXh0YWFEN3pjTGtINDJkOUQrNXl2QkROZ2pmemd3VUFWZ3habjJjd1d5ODVSdVB5NFlNMGYzcG5JUFk2aThnZ0F6YTRoUkNvd0tUaFBPYy9UcWJlSmsrcFlQYTE1RzV5ZjVxMWkydVYyZVNHa21lSjBNK3djNGdTWWp6MVVqV2U1WHpTbzZEa0pKaXhQNkwrM3ppQ0xTT0x6SGJpZURyQW5Vc1EvV0E4Y2xOUkhacGliTHh6bm9CSEdiNWNBc2pFWE5ZTTlBY0dMb1JiSkJPbExnUHYwTnVVemdDWlFCL3FabkYrUlZKVFpJcHdUT0JrLzkvcktRaWZkbm94cll5bnYzN3d0d0t6ZFp3Q0pTK0hGNStKUEJQTkZmZ21pMHBOWXdxRmFFVFVTbVo0RWFCcGM5TzhlUVlWYytBcUxkTmxXU3VmZGV6QkZHcXhPcXd0TW1Odk5XV3JkYTYyL1Q1SWFzcTJDOWdIQjV1TS81NVZ5aFdQZEN2eXozMEtKaHhnd25WL1loSjlQejhHZ3pvY0dDdzJVNnFqSDlabGcxU0hvQTBUbDhCR1UxQzljWXpWTWxkYUhBaHB5MTFwYWMzcjJuaDg5c3NvVjV4U0U4clZLZnYvY0JpbEZVWS93WHlRNEZBYjBtRzl0UDRucTlERnE3Y1pzcFFHVEJYcTlYVEJ6dkhrdTJQdi9nMmVoM0tSRG5jZXhtaGlHVFE4aGxsMk5XMjhtN3hNcnpDaVcyY0t2MjJnbENZbXpuTFBjeDRvYldsbmFTMUVYQXd0TnlZR2xmYjNZNE45dGR2enRMVmVFV1VjdDMzODgxSHA4b3V6TDVhd2UzdUdDVU5sdHpiMS9ZNmRMekxxK2ZNbWZBNVFjWU9EYm92Q0h1bElJY1U4ckZMdnd0RG1HZEdnRWVxMUVEUkd3Z24wT1hzK2JrV2tPQk13SEI1NzhKM1QwVURqTGlvaXVsbTFuQzVJREZCV1huMFFDZkV1cVUrSk0zTHU0Wmk3VDNnRjA1TzlEZVREbDVsc1NPOGtpc0hGclI4MVFMSUlIVUxaL0tpTkpRUFVieTRVRTJwV3I4UlFrUjlpa1VXVlZ3djBoT053WWVCYzR5Y0RWbXZuTUIyUThqc2lrWmZoM0ZFWG4vbkYyalhTd0FIYTFjUENLME4yamhtSk80cE9QUmhNcCtuZm12VGhhc1dYSWRWSnUraHNmS3hpUWlkZ3h4V2VEZ3RXVGozV1UrREsrNGYwL3hrV1MzZWJVcHdXYm01TkpMN0R0azZuYkp6TEpsc1JFK1pOaEMyQ2NFeXJwUHBlT01SL3MyWkVSRENCbFU4alBaSUZnLy9xM2dRL2tkL2xXVmdzb0RwL2F2NTZIOHdxaDFkaWVXS2orMzBCcmo4S0ZmZThabU84RkRuNFlvWU9vSnpZc0lZWkxnUEoyUStuenpWWlp4ZjAycUxwMFE9PQ==', '473139320_17991782531753450_1131900034334258769_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(29, '2025-03-07 18:08:37', '17865882612293934', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '/2MckXyA9xoMzL2C6VrYsnNTRXhZTDliWHBHSmtMQzFWb1loejJ5N0JnWG4xemZmME9pOEJFRUNaZ2VZbkJwOUNUeWZpTEpxTFJwRGdYZS92b0o2Mmc3SXFjOE93SzIyRkFrZnZ0Y2gvSmx3N2xGSmk1a1ZrQjMxY1gySGErbVBEcGxBNkV4YW9uRmw1ZWd3S3FCMnJvVXgvTDVzSkp5MXJkemorbEtXcHNRcUdGdUxudUR4SzN3NmNjK2VzMlZiMXk2dzdhOXcyM0dtcVRSYjh5UXJzcDFQN1RpalNpSnFtZ1ZscU1vNnpxTkdNUjZnR216aWFXOHR0RGdZcUs0cXJzVzgwb2lxL3pvQzFkRDdkeVgzUTZYbVVKZm40NmN1VXA4ZkpLQmdPSzdFaDZoVGZQa2E1R0ZoUnFEMFJKcjFSdDg2MnQ0ZnNiQmdzdlFqbTJaOVNHS0ljYmFyaW1JYjBUVVRpd1p5Z25SenBKM01mbHFrVU9RVTF5YndvTzBiSHpKL2dROWtzbUo2U0xYdXExTUFpYXN6a1R2Y3ZKTnBFTG9LcDR0NkNSYnk0eENTV2lsVmprdVlqQVdiZlRiVlNxNXcyMng0OStNc2hkczBpZU40SlByN1YyS3d4S0d0Snl1QUJJMWFQWjRhcStSU1A4R1VuNlZPRkExK0xQK1NWQW5NdXhZbVpIeG5EdE1RWkp1Rk9ySmhyUkFHbTNuNUthS2krblFMOWI5WnVFSHcwaXFqSlFjQXRTYno1NDdFQWFGa0Y1TE1xa244amZtNTN1dHdHbzFFOEp5cTZ4eVhreUUvbWxBVndHMEJCSWlWMXhwQnR0TXQ2T21PUXl2V1ZwTy9XVlJKbXAzWjJVc0M0WGNFV3l0bm1RR0l2dkJJQ3BSYnhQQWpJdHAvUDk5RThPNmhGcjdtMmJLZXR3RDJjanlldzBLWTFGc3laVU9tNWRyWTE1WktoYWFyQU90UFBEMWFKWFYwNmlsdWFLSEFIZktOalllbnhuaXVPZ29tNzdJTWpMWnlqMXkyeHM3aWJtWlMraTNvejIxVHlPNTJOd3hvdHFDUVZFd2FhZFVQTkpNVFJDTWhiSU5FTkVJMUpMVTNRK1RHMGdmT0JHK3psYzBCV0M5SHZDZWZpU3l1WHR6U3JpTUJuM1ZjQjAwZHNLelBNaVVVdS8rTkdlbS93dU42UW5EekxxeCt4b0EzTmpaV0tHdjhZL1B5bHhTMGZKZ2RjeFd6QXNjQTlDcHlKNkhNV3Exek1UaDFNUXZ6THBER3VQMEtuc05YdGw4ZkNjbGszMXBNMy9OREozRU1OM090UFdsRDJTT3ZiWTFUb3ZObitZQkJCbXRwS0FTK0J0RCtzTnN3Vlh1NXZDZ2IxOHI5SFhYNmVkd0RBeGhsb3hsT1pkd2dYZGhHVE5ESmh3dHlEbGxyL2lCTHVrdUZZVzZXZmErZ0U4Kzc0b0FxaDhUazRIaXJpQjU2OFBPTVhwNVo0SXJmUmM3VS9uOUh4dlJqV2ErUnNaQSs4SERraXN0L2svZXRwaS9DVDRrS2RxbkZoa3JiaDl2RHNZWklyM0V0N2h4akpmUzQrditJWVhKOU1YOEJyZG92Q2F1aGN4WXh3L2RqeU5tZXhKL1VJaWdjK1c0RDVMNDkxYWE4OE9uOGZoWE9meEZ5bTlpUjg4czdTL3JtM1V0ZDVUcHI4V0RRZTROQjNwN3AzbU9VRWdDWDhtT054YUQ1bC9PYlYyQi9uR2cyeWcwZ1VJSStLZm9RR0J1SlFLTk9QMkF4RFNqSjhhNjhMZmRiUC9pcXNiTS9RN2t6bU1wQU5MMDFsejd2MG1UKytFQVNVSzE1cWYwTnBlWGcyQ3FHV2lmZ05YbjdRci9lcnkwWFYwZUEvVVhiSm1ibldKZ0ltVWkveWhqUFdjZTJWbTJ6c3pRdS9HMGhBc0pzVHc2c1pGSk55NEN3SnlxUFhXdjJzVTBxU3dobjF6RCtHbE5veSs2aDJ6cFFKUElSaTl0SjVvVjQ3TkNwZklJQVJuOTFPZnpwdXpFVURtcmVHQjUwQXp1MmNDcjJ4dlFFZTF4Y3JhUTdjWisrTFhXUHlubGEzQzE4dk1qTVZ2NFJLamdtbUg3OSt2VUhySUNwQUx0ekFhWDgxMVJnNTNWM3NWMW9rSTZFRDVPQlNIZlNVYmxLYXFaN1VmZGgrdytHekhhNzNLUGpXSXFJZ0ZaZDFSYk1qd0VsOGtHUTF3b2RLKy9Sa1RhVFEwSVhVa0hoQjhhaGJ5c3BWM2NwYWM5SW4wajNFNWw5K21SRlp6bGVPVk4rek9aNjFpUkdyUWk4Vm5aSG0zVS8rYXB6VG9LN2didmt1MXNUa21XdnhnRnpEK0NCdUcxYmV4MGhlN053WGIwUDRVTXcvLzZtOWhxRnJlSkQvc1Ayb2MwUm9PTWdSUnJ6N3FrMHI1cHk4VndXbzhLZlpSc2NZRlJnL0dGdVg5U3ZRbHJ4eFJNVEVLMUZSUGJiZ2pqNkl3MVBwb29WcXFtYTg1V0Q4MGY4alN0Sjh6YlpDbUFFTzV0TjZoQTRoZnRFdjVsOXJ0YzExdVZoQUVTYUwzRmRzSDJ4eVY0L0NLcGFjdUVzUEFvSXlRUmpIVDJESlErS3UyY2c0eW1DSmpxTHoxenpCZDliT2dxcUMvV0JaMkdoVDRTcU93bThrYzRHa0tHY1pTSVZ3aWswaks0dU8wNGtXT0JLcXlJUWRKTVIxQjNKeVI0QlU0KzBhTjBEWktKU1pvMGJuWlJHbnNNeGJCQlhocmJSY0wxRWRCVStzYkt6a3Z1QlpWc2wySTlGMW50aWRoWHNaUkRzdzA0TjF2WGRJblJoNDVFeVFwRWszOFVDMGpLS01mVDRTT2VleDBsLzFrVFRjaC91Y2h0cTNXVDc4dzEzK1BRcU5EL3NMVTBXTDQxUjIzajJ3VWdDM0FvWGNndXZkOE9WdVl4WklpRlZwUUNZdWRKeHZkYjRpZk9SSGNkcmdUS01KUlY2WXlWQ1lGUzYxSkNSaExzVWJkdnZ0anBrUmY1YUxqZWxiUENRVzJ0Wml5a2R5ZUpBd1kxWjloVmUyQ1BmVytqbnFxOG5PNXE1NFF0bU5YYXlybGpmN0k1RHZnRHFTRnNUMTFoaDB1MXdxb2VzK0RGMVg5TnprNC9UNWE5a0lKdlRlaHRjKzR1OHd0K0JrTzg4ZldjeS92TzNUUFFJSWZPdlV6bFF0US9IRyt3NkNWcktKZkFXZVJaUzBscmpYckVRbDNWUVl0RGEwelFCYUpVdEdTQ2Q1ZUFmRnZHSXlkMlRhUjY5NzNzU3MzeUFiVVdPMHl4U2swTU5BSlc4ZDF5UUd5V2g0ekdrajJnYUhYQnJaTStJOUtGWFo4L0pXbDVpV2RubEhUOXB6U2N6L1hvOGlmZ21BS0NPbjBHQ25OWVR0RzZ2OElWOGJxN1RtbHZzdG9LY2x2eDBGclRLVTIwYVRVdmRFcVJnbk1yWFphcis3elo4Uks3TVgxdHhjN1NLelNNRC9CRk5QMyt2Ry9CSmlOSE16ajZQUC9IYlREMGwraUx0Z0NZcjhaRU1VYWZXZU04OVBMV2hVbDIwbUFKSkVVQ1NadS9FVnBIaWFmblFRVXBQaVNkZElGeDRHTHZ3d1dMV05VcXNJOUZiQ0h3bEJ1S2VEOTNZUGJvQXdXWVg1VDAyVDFRWDRidEhwQkhuVjFiMHlMMCtLVWpsaFh3VzlObXhZR0IyMG40RlF0eFNRZG1tS003WmU5TmpOK0RZckZUYkx4QnE0czRjbExjRExzZmhocTZtVDFvUWNqODhNN093NFZYa3ZxUXkzVlRRQlF0ajl3QUhIZmJXQkdIZTNRM1A0djlWWkV0SUdDTFZBQ2VGVC83czJPU0RuK1p2cUFXRW5aaEhzZ3YwcFFvMXQveU55MVNLMW1FNGNiVmw0MGZPOUtjYWx2OD0=', '472396486_1283832522945149_7586577481222326798_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(30, '2025-03-07 18:08:39', '18150349786354604', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ZtZvpyOs1Kqhv7OaPz75MlVUaXRDUDRJVVhpMUxQTXlwbkdRV3dsY29QK3IvTG1XcllpVllTYkJ3VTdRZnRPUlJwQXhjMEpHUzRsMHAwMEd2UEFoNGk4WjI2Q3FSeHpNNER6WjU1cHRORE5TdXBleHF4clhvZ3hzYTVPWTJiWWFuMHhnWDRpQkI4Q2NwTzdoNkpCS0Uzem9Ya0xaYml1RzNqOTQyRkIrUmNRaTVmTk5VdFRxdnVkM2JJeEkvZlBsN1BmbXFlKythZUVZSmZwUkdIYjlySkdYR0NBd0J2NHczVkU4WWhQc3lmek5OYlJPMmNtM2dsd21pUzlwcktCbzR6TWFQSXJvQ1JhbHlNRFo3WnhQQ0RMNW5aaVlxTHFFeG1ZS05CRGhqcUdRRnNia0ZueUx2cWZtNGhDanQ5WEJqVDN4MzhXcm5jMjBXVUlESVBJMSt0K3pkMXlQMXUrMnEwVlhrQWhnYXQzRmpRMVNtbFZJZGVxSDVDMGg4SGtFZkw1OTFzZmtZV01TaGY4UXk5am5xN0JPZnlSaEJCdkpUbitPdkRYeXNqM2xNNGhGMVgzVkVOTjFTVlBNNUE2T2tJZ0Q2ZmFLcFhVd1k2MXdHYVd5OGtGczZnWGxLb2VhVWNkT0RNSWFFclZLMjRxVDgrMDlaWU5KdXQvZUdpTE1JMTZpVzFFa3F1NlUvU3BOVElDdkppeHVSUWU4Z0Vnb3pUMWtQRUVVMll6YnNKRzExcExqenpVRG1iNHNuc290NE93QzRvQnovaHVRNFNGMXRkWFMvV3VRdkFYZ1RkTFUySUtWSUNwTS9CRngzMUFFaGZJTDlERFFFQUprZHZQY1FzN1Q4eEhmZ1BRS01EUkhHUlVGU3REWk5CNk91d0QvL29XOEVTMVpPa0tqMDV0ZUZJbzFNNlFmanRiOXUvcXQzVGY3RTg1OE41RXBkZ1RZamMxYUV4OTBFaFBHci9oTzFUSGlHMnpteE4rM203THF5cDZVTDJlNStMbHFIb2YvU2xXeEtML3VyUjJmcFpPZVZBcjc3bXJPQm5Rb1ZlTExndnNSWW1lcitzSVlCMnNrWGwxdy93RGIvcHYwODMwVlcvVmNqYU5xRHV4anRQYmpYZEVZSFFKMFZmTk9GenlSOE1CdU1BT1VFN3NvTm5McEVHNVAyaG00WUlZR0sxa0UvVEtOaEZyQ1Y3aWgrNjZkM2pYUEYvZG13a1RSL1N1SjJOQk15ZGhHUVNIazBCZUFxV3YrdzBPWTBiOHZEQkVsa1h2RCt0Q0hvSXJaRmMyNWxYZnJ6TGxYa1l1VGY1NFA5aXJRVEJ3S0tGcDY5Qm5MQkxoY1MrWWwrK3h4dGh5UXVoaXBhd01oTS9wQ01FeUQzNUdTWmpaRW5GL3cwZDQ0akdPd3dPV2R1Uld5WW5vU0VoTzBoT3BmUDJ6a0Vkb1JKcm1zYkxhdzMyR3ZmcWVBUFZkV09RTGprVUJDcDBIRjdtZCtEU2ZCU1ViODZWd0J6NDlzNGM2eEZlWWlqeFYxalVCWUdKeTVXOXZvOC8yVWczWnBTaWRpWDQ0MkF4ZmRRN2p1R0hodHdCajhlSnY0TllEU2JGSVQ4cExmZXR6Vk9Nb0g0RXdRcVNaMzBYT0JoMHk5bWk4QUtsbHQ1VjI3M0dtOGxBdTdyS1JLSm02NTRnamxkVjdaa3ZpTTVzZTB4UzlRT014RHRhVFBQWkd3S3paU1NBRGZBbkR2N2ExU3pmcXBmeGFQUVpXbGVVTnRtRUcxQnZHa2lQbWdCNFZTS3B3QUpsazlIWDFKNFBUZHlhZUpTcEF5YTg3ZGpiTUIwVTFacndHU1NoUlVGR3pWKzY4MC84Uks3NU8zZXFSUHRCZWZrWU1GSklaOEdZWnpndEczL3c1a3VOazBlSkM5ZnhEdUpqMVBmRWk3cTNZY0VJaUhneTJLOFh4SVBSaXlzRk8vWXdxaUFrT1ltM3kvVHl5MGRjUjZJdlJOa3lwdGpEUXU1RXVKenZ4aHlpSEFiQU80MkptSjZYeTdBMlErODB4MDhCNHdMeG5rOFNKVzI0NXdaaDdrd1A0YkFGSFQ0d3owazFVT1ZhWVNNTWFuZjIwVU05c3k=', '472059005_17991065504753450_6173097104056002062_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(31, '2025-03-07 18:08:40', '17995168934587948', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'x6uEGWuXVsLIVddz0j2dpnFOVEd1NUpIUUhVQTZUbXFzcjhwbXg1STBDWFV4YjIwWXZvblVQMmF2K1VCS2VxY3RmMnBuaXBXNkZmYXJodUFqN25EcGxTVWZnOWhVNTNkc1c1Q05XRmpYMjU1NFU0Nnl0NWlhcy9SalMrNHh4WnJLOWpjV3FGT2Q0d3dFdXdobWZaUnUzOWwvMXByY3BSNTJTZEhXaitSaVF1bWhNYmh0Mkg1YlA0anRDeEZ0V0NQL1lTUzlGd3llRUpqblN0aHozc2JLTFhGbFc5NDRMZ2J5Qk9uRzFnMTF2OUt5WEYwekxxNjlFWkEvcG1TdldaQUt2VlpCR0tESmp3UEVyTzhRS0UycS8yaEEyNWNUS2ZJRkJZWWhMM0VJUzZ1cUI4Z1o5ZWFmT0gvR2xjQ2J2cTQ1ZCthTXRYd2lVckNpVlFIeXo4dXVERDRVT1UrWDBjUXlUVEs0KzMvR1JGa2J3Mm9Mem9Pa0gwYmZUR1h3S0d0aXJqSGVkdmtxTGVta29yNCtCUkYrQVV5ZVNLUXNvazdIdDU4NExNQzFLWmJhSmluYjR1Nkljb1pzK3F4TXAyeE40Z01odkI5bklhbkx6Y3hadVhOVGxoTE5Ralh4QU5ha3ZFNjkzNVhkbTc2eEZXUE5vNUdFTDNBUDJBRCs1OUFZdFEvdFhBTWFjUmNOSVA5VkhUWXpFSTNoMEpldTN3Wkt6K3dBZ0tsUFhkMExsOG9xZVd6RU9FMHE5R2RUS2NrVE4vV1hiWEJqRlFCWGZ6eUxjWWM4TjAyWUFKUys4YnRZZkl3Yzd3K0pndWEwQzRWdW9RVnlxVVpJcUFBelV0cUlIdURTRWQ4SGd0K0VEYmZqVjB1em5wMmZ4T0REU2d6TzFpeVcyOTJuekFsOEN5Q1NMNVJWZ2MrNWMvcVgwWFQ1aWE2R2VQZXZNU1JzcDE4ZVBLOXg0a0hCTHJKaE1BSmZXYkNQaFNwZWdNNmUzREpJaHVNQmpzVVNkZ3ZCQ0tNR3lKUFltQThYZk9qWkdPckFZT3pEMVlEeHZPdEoza0lucWd5TmFwbHpoUzRtV3RjSW1vRDdtUkkvZ2dwVUQ2UEt3RDkxemF6c3NwUmhnK0NHOG1vY3l3YmZwcndmT29tMFZpMGQ0Unp0dHBYQUJ3Rm42YzZFNCtETUtkd1gzNUliUUExYzZRM2ZsdzlQVmtxb0hRdk81bUgyVFVXMjd3VU83NWhSNmJING5CdWZVR0UvL3R4Rnh2ZTVyei92clhoZCtkOCsyWFRGZjFNNllHTzNSd2hBaXJVZTRROTN5L3RnOUJ6dEJmaS8zM1hvYkMrRVR2RTNLMXYzTGVKOUx2NHdRME5ZUUdQMjJtbmsvNHRtMmxIaUo0dW9BSUFicHhITEJZbzg1VE9jTk1EWklDeU5nOFd1QmlZUU42Q3F0d0drUHJ3dS80aXUwelR0VFBKUm95ZFZ4Q1oxbmErcUdDVmVDM3ZVeXBLUWRYNENFd25sUDJrWlJpVzFkdUFiZmVxaFBwVXI4ejdKTUZkTDVGZVVzeHpseWgzaWlQaWZqRGYwMVgzV0VsMzMwWHhCYktGUU82QjA2VHp4NHdOQmlaMmFxNk16SWZoQmdFaEFXOThnUEJpc1hTVy8xQVU5L1ZDenYzOUZNcXpZOEdzNnhienhJQmZnQm9KR0dTaDI4YUNBdjhoYndQTDNFSSt3N3IrVVdWM2RYUEhZRTQ4Skd6L21mbmlmS1dwdXl3aVozd1VOMlE1cSs5N2xCM01STFBmaG05SUlEajNKbHRhQTBWVlNNMHhQYWhTbFhGd0JkcGhycWltT1JaWXZaSysrTTMzNUQvQWRRS3ZFOFVYQmxPRk9laHllWVZ5dTVmZVBQVEc4QzllNGl6ODBJdDNhdENBUnM3RWk0OS8zMzI5a1ZGK1Q2Y2lUTkRVbnc0TDJDL09MdG4zajd5UzVBMXRwcHYzL1VBK1RFbXpRTDZSWnUzUFJCOVlGZFVHbHBNVnhVVko1OFM4MnpVQTZIV0J0T004cjk3Qld5Wmh5SHU3ZXpBTkZIQXF6dFZGdllNM3JpUkZucWhlSlZRNlp4RExMbEdIbm0xTmJmbEozS1FDWVdPaW11aTNqY056RkNVZkFObnlTUkVwa1MrWUlCQVBnQ0gyaXdndXZUYVdMQ1Vzd3hOUFJmVUpSUGJqaFo2UEMyTTUrQ0pxTktZbTVtV3drMjNrdThhM1gxZENjYXRkUE1zVEFrUDExdSt6Z2dyeXBDV1RZcHRYeU9IRUcwZHgvQUtBNVlZSi9nQXFwM012MC84bW5vVTM0QndneEltS3poL2hTeGZ6NHorQ2FXTE5RQVdjWTNjcnpHaEFMT0wyb3pNTGhLN3gyMVZOS2JXb2V0eVowcDRSRXV5UVZ6UkZXWjNIbXBZVy9RMlpzVHcvUCt1eXBTbVc3U0dVd3BlMVFmSTRaMEs5ckpPSjFTLzNGT0pjenlWL01PZ2EwMFoxL0RSL0tINVQxVDdQaWU2OU8rUGhTbmxENFR6WXBBYlpnOU15V1k5U0NNSFpVRmN3Qzc2am43QjdmRVlWQVBGS1hjU3VKbU0xVG5UMDBqbkpYLzJEZGlUMm04TXJNbnFVVWRDN09UaWRvVFlmUVJyeG15MElQYXFJRDUvcUR5NUsrL3dCY2J3WVNXUTcrSTc4dXlnMms2bUFZMGVYek91M1dBQ00zejQya0hDUlV1YjYvQXczTm5QY0RIYVF6YW45SnY3UTkrVmQrem5UMFkzcDZ2TmFRdmZyNFlFaFZZZjV0RXBJNjdENEE1eC9JN0FwcEZ0cndkaFZsM05oM0lseVB6ZlMvT2ZnTDhJRnp1QWswYm92dmVSN0p5YnRtamdBOVprSHhnVVZERmszLzhnOUI2N3Z6RGZlVDdKaUhXb083akVIWTJvMnVDT1NMZVkza0dPVHAxWDF6TEhPb0JkelRrZEc5aC9JS1dFKzlUVjJ1QjF1MnhKS3V1TVNxWmpJa0wzZEN5WGE5d08zSlZoVFZtbHJocUU0ZzJkZTBManRuYkgrWjZwWW1VSmxwMklodTMzWjZOSjF3cGJCeGJ6Ykx4N3o1UndtZXgxdmV6VHExd1B5KzNhREM4KzNHSVlnQStRL3lCWVVkdjNDdHlRR0E4VVQyd1BuSlBrYnZHYVZJUUUxeW1zc2lJci9HKzlWZFZnUG9zb2xsbkxGWlVIb1JFS3Q4RnlMNGxQM2hjZzNFNWdib1dHK0hEdXhxUWs1T1JsaERjZmJRenkzdlAwQnZQd0s5SC9RaXA5dXdqLzBBNGUrb3k2Zk9wMUo5T25BK0djaW9SYlM4djFUbUZEakovcUh0d3Z2bnlZamozNXBhWWM1bmRzQ21tcDBMUHVkOForQndhNjdJNUxPdkF0dkp0UjFNT0U1blBVR3g4Nnh3WGl3Ri9RaVc1bVV4OHh0NFZQbTZCSjlZVmtSVyswblluWEF4dTFoT2pVT2tDbGExdXhnOE0xOWRnVDhHQ0ZJdHhaMmozeHI0UStnQUdrcE9tSVJZNXJCQzNOWllQdHhBNFQyNjBaVzJaZ0g1bmpYM0NQc1RyY3hGN093NGNISU9TRkdyaXZWaXpIYXltWGRPZDBERnplQ29DWlkvR25jQkVTUC9iY1VlcUwzMjBJWVBoeVJETzc4UUNDNENXeWZyR1hSRHd6a01oek13UXZsTmpQQVN5czFucVNRdHk1czdzcTc5QmlKZFFZRkc2aUZubU5Hb2lBVFZJdEJ3dUJSU1NTUzNaclZ4ZXFSdUIwdWpDendjcHY2blFzZjZJZGI3dGFxWlJDUTByZTRLNnRiNVBhc2ZYcEdKVmtHQ2xpamNZMjJjMnJqS1dSYkgvNDVCWWNEeHJwd1JUaXg4QU5DbzU4cQ==', '472250815_17990643047753450_9079289559137074443_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(32, '2025-03-07 18:08:42', '17876889609229134', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'uLE39dhp+5id0WiAg+yHI2NHcVY4QlAxQWlwWVpTTjhYN2Z4dHI4emw5aExrNUlmMFNDdUhNeGZpWE1ubTg0TXdqTDJlNS9uRk9obkRSbmpOZFQ3USttK3QzcWp3M2hpZTFaN1ZEUDk3MFc5VW1jWU15VTI4V1hkZi91UDIxUVNYMEtidXNmUm9QWlVIMHRncndKK0g1SVR5UVY4dmVWcnFxQjUwVjhHbUxjOHcwcUd1dGJrQk1aOWJSTFpDNmlqVmZwQW50ZHl5OUlLdGZrb2hlTVkybWphTS9xMUR4TGFBcG5keEFPWkx2SUJwMTVLNUZmU2tKZ3RmN0FIRnhjbGNJL3dudnEwMzNLTUMwUlMxelUrRzRoLzNpL0haWkNxbThRVWI5bFdoODBoTXdXVFBOYnRLTlM5VU5rUkIzbUVTTTVja2RtQW1WNTh5R3dlVHFGenozUHN4RSt5WnlQOEM2T0VVRUVOVkwxNUZaa0JpTEhkL0lJMFozbXkwY2p6YWFYdGRTSDRQRk0yZ1hDaUxEdmV5MU5pK1Nzay80VTRleGZNTkRJdGd5V2Nhd2dJNFBkK2NZS2tZQVJNVm1iUEc0UDFUVHhQUUt6dUUzVUptNXlPekdGVXowdUUwbFFPTC9XVG5iN1JWZklKOVRTNUUzUXRyb3J0N2poMkgzM2QzVittREtnUXZyKzJKZ1VNWGl0aWc4Y3FmbWxPZ3BWa1QyWlloWXdFbk1UbmFqTmg3T2NTa3dMQ2pVdWRhRERxdzA2VVVEemtidTc1Q0FxLzZhZVMvdE5mQ2hjVHJXRDU5akRNMk8rY0pUc2NmTlpPVWoyZFE4S25MckJ4d3dCM2lXM0xQZ2g2ZFlVMVBabDlvRlltdG9ZWENlNk1XOStRWVBtSnlWay9NMG5GYitIVmc4M2sxbnF4WTZ3Y2VvMEZLVjBkZWtjRDFGbm9EeVUzU05PZVE2YUtsSlJ3SGtRc2VFN09VY21yd1diRXN1c1RDZmVIeXpIQ3hhQ3ZOa2luS0tIc05mOUQ0dCtnLzZncnV2L2l6ME5FdWEvOE5qbXJRZ2xNaWwrdHNiOUtaOXVkb3NuUVlvb2g1TFRyMnpCY054MVNlTDVETDNWYXQzendYOVBaVVoyemJ6QzVPWU9JZmtIS2h0bStDQjMvQVJCTVBrZUtCWXd6YjV6RHB3RTZrb2FuUXpNb2FZTWJNZThQRHZJZ3d2Q0tGZzhtTXVNb3NEN211bWZ3YW94QjVpeU5NNDF1TGxKSW5Wekl5ZFMrekQ1WnFSSmtZLzBXcUoxODZXMzF0aGdtSlNQZXpPQUswb04rUGlJMnhlRUNucW5QQTZ1bG9lblhtdEd2K3U1SHJ6VzExOHlpU053MzZSd1hKZWpidkMwT2RYWVdzMVpISjhlTzBINzllTGxZTTJ4dC8yWjZ5QkJNTWRSQ2F4SDFiSTRwK244aVdUVG5TcGZUcjJweFZrYWdqNFNTcTJqNWNmL3dSUXFGNC9zUTl0TXVJejlwVER4Nnoya0VDYXB2d2dUOGpKb00xUDJIcnk3VVk4c2VIMTQ5ZGlYdDZsVUZIdm9YeFVHb0FoUWd2aGRrUStaS0NnRWZ4eHBnV1B6MThYTkJsVi8zanlUV0R5Tkt4MzFqS0QrbUJmcjFXcWtHY1FHZXloTlZpOGVqL0djbTlGT3lSNGE3dkR6UENWS3hMaUVwUGlUR1ZlRkxhMnhwdTZidXhHL2J4ak1JVmNkcDZ4YXJoY1NLQU52Y3hPK290aTF0RG1jS3lsdEwyZDM5Y0h0cU5zK1ZyeTlZSkdNazRCOXhBdk02WU1zbllKVkFjMjgrS0pwNC9MSll2QzdyeExDcDNrbUcwL2dnaitDMlRBek1ydkxLU2NuR0dZcUpLcm83TFhOQWxxQ0NxNkl2VitEZTdta1VHYS9NazBOalFvZnBUL0Y4RkZubkNPRkFYSWxnNXRjTG9FcmdqOGdwSGYwMk9iZDg2Y3huNjBpZHdaNXdyeTNIQ1ZBSFdVSmF2NTVhanJydGlyWTlGaitOUW0rME54WHplcHA4Rm9JWnBja3UwdlZIRVZKRGhpUzM2RUowalR6YmlzdXNWaTFsRnFWQmNubUJhdmU5UStvckNIUVdvcnQ2MTcvUUtwU0YrT3p5Vjd4a3p4WXJGbHVEa0lQRzJKMGdNNnQrbTN0TWw2UVJlYWV2WXZrcHlxK0NkNGRrdXh1dmcvQmw4aFNHNGxCQVB5ay9YeTdmdURxcDBLTVZVUndqUkxweWZNdTlFRVU3TnYxZzBDL3lWWncyWXg3SGd4YnJoTzU3MTRQd3U5SGdLRVdabDFKS3lPWHpyYWJFMU9ORGpxeHF6cGMyaURDdEEwZnVWZGo3OTBlT3RhR2l5TXRSZE52dmdwNjNRL3RST1VCakpYSUJORWRkYjRXZVJSS2p2MGJkcGFjL1l5NXAyTlZIVVk5S3B5V2p3ZW5CM0JaZEgzczJ4d3F1dCtSU2RwbDlldmRmcks3R2RFWlJETFY2ZVRSY2dFcXR0L1ZTWHZYL0w3aUVKalljb0NyOEdwa3VKam13dnFLaGJabGt6VHBmUlJIMVJBUTFBOGQxVE01N1E3Rm1UV2xPL0Vuc1lKNXV6NStIem1QM3M3aklwQi9MNHB2SzRlQkZsa05YTHcvMW1ISnRlWHRvNVM2Zk9FbmtiekxBcDU4TWwwMk1lS1hDSGozZDNzOD0=', '472166084_17990615237753450_1554492054141622341_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(33, '2025-03-07 18:08:44', '18017983337392536', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'I1M465GZkfNnsq9Dh0vft215TmR6WEVVWDNGeGZaKzZzRy9oR2hnb25CUm1jLzBhb2NydnUwaTc3cE5nSVl5MTliUGY2V3lqRkxGc2I1dXBnSVozaUdWN0w2VFFLemE1R1pLK2o0ZDNkRDF3Tmc1bTdDY3dreW04U2ZldXlwRzQzYWxWQmhKMFdLa2FyMEM2Mmo1YVdVVmdHamptS0tVMFd6MUZNL0hOeENFMkx3ekY1MER6b3hJOTR5UWVWTGlxbngwUDM3KzRyeExHY3RBTEh3TzR6MXRDV2M3UGpKUmVaT1FwRGtSdVZCZnZmMFY2aUtCVUU3TnRkTEhaaHUyeHp0NzZsUEVoWGpIZm5neVpCS3hqbjFDS2tOQTFmSWVMV0xoaTNHNzFpYzFoZ2pFMy8wbFVsUG5OZHpncGJVQWhGQnpqWGt6S2xlbGd1Mmw0UGZ0RVBoenBkYzlzNzBNdHRUWFlycEx6WUwwRzlPL1o0Q1Q2NzVKS1loZTJNQTFRVklwZ0xJOHlHUzAwQVUvUFJZdndrOXlwMkcrOUg4VDU4c3BmQ1NDTU9EUm5MYmxhMGxPejNramEvNXM4VS8xU3djbXgvMlFCZGdEdU9YQStrS2VqK2s1aXhDemhkOEdhV0c3K0tLby9VdjlmcjBpVkljVVppdkE2LzRUYUhCc3VCbmc3Q01nMFZ5SVAvRExhSXQwV1h5Q0xmRmFWY1dwdCswSVF4UDY2KzdQMG1pQlZrWDJsMHBYYjEvSGtNcXllRDhXYmNBbTBUT2I3aGNBNXlEd01EeE01ejlPbVJ0dGg5L0J1aDVwOEtDeXM5TUNEK1hwRlJmMy9lbHZkNndZVW9BQzNzdVNRazFTU2RTdDYrVE5qTEgvQThFQVlTdjl6QzhQb3ROQmFqOHBZVGYrY0pLc1RvZXVUUmx3MDdVYXNLOTA1dU0xV1RHOERMcU1VQm4zT2NaOUpDazVnOGNsUmJEcjBCVUNab01PQXBpeEFLQ2ZHWk45elhoamxWR0k3MjRLaDIybUJ2QUtwUTVDR2VmTUd0MlhheFhLVkd3RmZnNEw4bzI0YkpRZit3Z3JYMDFCV0h4UVQrSTR1K1gxVi8zWjljR2tkY1piOW0vNFFtYUNRaXYvaXZPMFJQcGp1dUZXblFoRkJWMzk2Q1pTSGtIeTZSbVFFcFRaTEw1bDA1N3ZyV043dmVIWXZtcGw1aEZCWThEcnZjYWFoWS9wVmlGNzQ5eUNVQjhzWGo0Vy9RMW5FZm80KzAvdWJrUjNlYU45Q2tEVEpaTC9mS3hzRzJTamQ4K1U1Y3FnV1I1Mk9PMkU1Q3hic0hiSFdTYUVuMlBNZVByK2d4em1EVDBWU3VVYnpndjF3REJWeGt4YjFoV0ViOXNaOTFTcjhuZFNNZ2VvTEF6VHhXMzFjOWlqYitNdTExYjVXN3ZZd002RHFSdUtoemtEQld4SStBdlVUcjdYeW9XUk9qRkJEM3RycmlPV2JqbWVpMkJuelhyeFZERXdhUlZLWml3S0JXdEIvN0J1UkozTkNLenJWVCtLYkRJL2VlWWgzRHFGck9vWWl2S1cvclkvaXJXMXFjd0tSKytTQmcwMS8yd0h3Y2R1VGV2TGw0eEdrZzl1dTdMRzJ6ZHNtZiszUGVITkxnRE05ZjVna1gyRXQ0dVZMVFNTSitVSGtSbUdJZG1nU2ppd05nTS9lMStYWTRMa1VnOGp0TVRtZjYxR1ExMlBYSXN0WWV0Y3VVUUkxWFFMYVlFcGE1ZHlXcHJ3NUN0VEpJa2V5dEFsajVhUEpDRWJxbHN5T3hENytOTkFtUGRaRGVRdmJVU2NJcnMyZzdKN3IwWStiMEx2cStkdEdVZ2czakh1U0JKNnVONHJpSWwyTDNjUXpWSkZpU0NjOVoycTczQTE2T1pyQzlQallyNTAyTWozTHo3V3RPRnE5VTdHR3V0aEVIbDA0eWx5UkJ6SDNnU1VXNVhxT3FMang5QUJSa1IwUFMyNXBaaGcza2JwU1Z4MFZKNHUycXlWOURGT1Z5L1daQXBUOTluRHlveGZPU1RPKzdiZy9CMElUcHRTSXBkYS9EZHVJUUJXc3VHUlBjYXd6V25sVmE5Ulc4V0VpTkxOditPeXYzaldVZ0RsSUU0eU5xR0s1VnpaUDByekNqU1luYzJROHQxNzlrdnhIZkZ5NHI4R2hMSmpiV0lSOWhNUHBCZGg5WUtxcXA1ZDk0U2VkYTdrRG9GbldFM01Ta1RPV253aDdDOGNvbXpZUUVJS1d6bVhGa1hlNW1jb0dlMnE2cDJZeGgzSE1xajZ5T1RZZw==', '471859943_17990205308753450_7333697016721683940_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(34, '2025-03-07 18:08:45', '17878541946214483', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ekrdz/Rr1tv+tjsUiXoyfzRTRjR3N2RvYysxckx2eFlzdCtkZUM4YmNOclBjN0ZPRFQ2Y2VrbnlwVXJOa0lCNW1ndHFhQmZ0Tis5OG4vbko0YkdCTE56OXBCMWZPNkYwOGZTczM4MElRcnNjOGlyd1IxVVp0a1RlTlp3SWhnbnZmMXhoNFlkNUlUVk5EbG5PYkJRWkVRbURlQnFSNGUwQkRaMXp3RWhNSG4rckVoT1dUNEZrMlJ4T3d3N1pJY1MyOXZFb1BBUTROMVZYQ2M1ckx2ZEQyNjdVR0xGRHBBbUFvRUJWci9UVStEL0UxR3pxdC9jREF6UFZSeE9DSjhuUHhsRjUxOEdsMHErUm9meHhOVDdYN1JJQ2YvV0djZk4ySGJmWDJ2MEN0Q2Q3dzk5enFscFFwVVlwcUFBNlpnV25RRXBvRy9TZjMySkxvSmdCRFQzeFRCSklad3VsY0xPM2VnNUxiWDJsS0ZWNjB4dnR0a2xnTEJLdE9KQ2FqR2REWWxvY1ZCWDlYZmRtMjBWY2JNYUptUlFjZEV0M3BrYjhyeUlxNTlzeHBWdUY5OWoydmVZdWlWY1Z3dDNCVzE5b1pqUEdoRzNnZk1WU1l3Ty9aUGo2Yks4VVdiZmxVNU9aeUxQWkF4TjYwZXBOOFNDOXdFVU82aEIxUldUU3lDOXZsZ0gwR0RsODBYOGQvc0JOM09XNXJRSm5COUJmcWdlOC9kNWhwQWNGMWhJTDFaMFNmL3NTK1VGQ0hQQnpad3k4SkVKVGZnRG9QRE5rOThHSDBaVXh6OTUyb3d2dDROL3VQV0FkcS8zVERMTEhaK0t3a05IVEdlZXZ1anVLcG1uZVJ1M09WRlU3bVpUVWtrbkFWdis4clF4WjdPcHR1Q2RWVW1QTWFpSjlPZmpnQktDSXFFSytENDlyMVBIZy9WVXZhYU5TZTdIYlFob0pPZGRlQStTN1ZzaXYvRXlpZW1ZNXMwTjhsS3VLblBNT0REK0twS2o5N3B5ZlFSSmVjSHo5UDlwQmozdEJXNU9qZFh6cjZMaEZ1bURHM3lMZCsrNllsbFpjMmtGUUMybTMyLzFnNkhsNlpScGRjdGdCSTJWWjRZamphWmd2Rk1NNGVkZ2tOQ0didXpjaEIwVzhWSnp6WkJnU1lHOXRYV1JNTmk3eXlXTy9BYlVDOTJuTzdBU2pXKzAyc21GczI5dUl1Mkk4czVUK0R4WFByRzV1dUxrWHo3UFUwVEdacGt1LzZIWENnS01kTmd6MTlNRkxORDQ4b2lSQ1VYMHM5OGJpcXRzdUl2NG5xS1hzZDVWVnBnSlppOVlZRWpEelNhcDhzZkdycFFLM2pmQkw1czdoR2E0TlVKV1UxbGJKeHNSL2dIZnAzZTBKYVlVeWQ2VWNLRmo1QXJyMnZvMUhxZ0N3RzdKM2xpRjBOd05lRFg2dzl5bWllMGhaaWZ0bHhOMktZUzVPN3grd3c1WGxDT0d5M3B0aEFNanBQMStXWkJiTUE3MEgyUEMrV1pnelluakNEZUVaWGF3c2tTWi9lTW1Sa3oxVEczV0p3TWg2eDZBZG1NY2RyNnNVSXNMM2RLUUlZWm5jT0FFRG4rdWxjZnVJN1Bvb2pIamdnWkRCNUpRV3FCeEhvR0FQM1h3SXlUdlhrdDFIL0JDWGhNSSt4bDV0ZkgzcUhkZnljajBjWGV3QW5ydDJIb3RzNzlqcWhzWUw4YTE1bHdKWGU0U0E2RVJFajlObEZraEN0TlpKY29STkFSNkV5VVU2Y1ExOGdYVStHRlo1SjJDdTBhbEJGMjZIeHBDQ1pWdExya3RjcDhHdGJqQWZiRDQ1NjkwYmVtUVI0NUZHbC9sQkoyNXBETzN5VGNVMEludlJ2dUJZNS9xb2VKWmdQN1E0RDQxTS96UytVdEdpMStETjNEb3ZVS2p1clRBcHVuaUpyZExoQkJEelBIU3FYdVhWeTRsK1BrTStJa0Z4eHdQYitRcHVWQkxnZEUxK0RGWEx1VHpQZWFvNjhwOXNCczFONFdERjBBaUZYZmtxMm5xV0tyNjZYVm1JZnltcGZsSnV5WFRJZ0Z1bnJNK3BFSDhqM2dHVk92RExNWVMyQmRWbENqcExrYm1Ta0tBYmJkYkw3L0E5Y2ZHbHFUQXYreUQxQ1UvaUxFUW14SDBGMkVDZUY4Yk40Y0p4TCt0WUFyVnNSZkNlUmMxQ0lVVmNGRXRaU3BYUEMxU09YWUwxdEErS1lWU2Nqa2syYitmRlFqNEJCTjkvdUdPZVI2SWVoR3BVaG4zeEw2ZHhmWXZhMWdtcFlzemxTYkJlTHVFbGlmRzBJeHpZaWNGRjJOeTkrcWI3SG5WaTQwdFFCQXIwbTBtQkpEOHlzb2Zqak9hNDJ3ZVc1RUMrUmFNZGNmUFNVb2tzbWNFVFJZS1AwYWt6NlFJQmlDUmRyeCs0UTF4bVVXTWpEYzJvcytNbjc5Z1g5UVdGRmZJNmkyNnV1akhQNXg3akowc0oyYmx4WTFuL0ZEcmxFbG15RnFQSjdFK2xvRFo0ZHZjV3doYnlDY04zN1N4YVdaSVZZSE45empUTTVRMHBpaEo0RG0xekJFWldJSTR6YjdZZC9DWlFIYTVRbWV0aDN0cU1SVFRkNzZ6L1pZRHRSdHU0SHRpTUlWblk0V0cxUUpGWjl3M3ptekFrZnJKWTdOV3BsTCtMSFV6Slc1UWNMZHB3NWZORk4rMmFqd1dYWVdEWGkzUnlCQko5azVEVUxnQ3NVY2o0ZGRZUDNoZmRhaFo3a1EvR3RvYjBhZzlkN1YrVW41U1V1ZVF1V2M0TStMamowUlo5SHRqWnVMN08zdjgyRURJcHNPNUl3ajRRekhTaGFIWk1zY0hrREcyNjdwRHZUSXIzRlNiaklUWXRJKzltZGN1MVozQWNBUWd0dG9qYVB1L01VK0cvbzdORU5aUHpMQmo2QVVhWmNqMU5qaCtIOGV2Z2JidkNlZXd5S1VCRVlRSUZwSFFJMkRGTWQ1UVVzNEZYdGVzOVE2ck9odHU2ZCt1bUJDZWpSc0ZHT2hCT2ZzdXhGbkcxdlp4VVJxTkc2RHN3SVZmZENpZVd2STNHRFZ5M1U4V0R5MXhiTXdyWmEraUE5aXJFSU1IRTJKamp1alBSd0R2aTlIdE11TytKSjhlK21jaEZFTkU0R0h4WGZJZ2dOOUd4WCthVTV0bXNtM0w5VlhaL3owVUVwa1FwT2hxWEdKeGZkay92U0RuZHpLMWZjc2VoVzROQlU1Tkp2WGJuWGJ1WHdqdVlZRXhjR2FsRWdFQVF6NHdrUllRTmV5TmZxMUk0d04zZi9zYjZLVHJRUEZ1VzN3SjE2blppY1FXLzNHVWFDeFEzTWdjNmtsNG1UbnVRa3BNaGdVM25wMHBpYnFLSFNuMWIycWNlYjU2U29iNmZuMys3UkpLOW03S0E2dFU3MXJ1dFNXWDBiOUhJM3IwM0hVdFc1MmhSZ25HTlV2S2R6WnVYTjBIU203Z2xQY0VqTllIeEpkTmJGNmFSNHoxRUF3Y0hISFIzZE1WL2wreGtoT1ZqQnhNPQ==', '470952071_485531514104277_84405517690648644_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(35, '2025-03-07 18:08:47', '18164669410318560', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'brQQuAzl+XuTo0HcTUjVnGo5K2hLRzB1b0w3Z0x0TG5oN3A0SGZqT1lWZVRsb0VsZjc1WC9PUzhPbkRtaVpJNHhrN1l0MHE0NSthUGZqWW96RWQ5MnQ2Y3UraUZNR3NvK3lGR0FacFBqZFVYZmhZWm0vQlV5UFRxZ3VaVXBWQlhneUxCZ1YvWHlzejNmZEZYNDJOVnZENWlpV2dycW9iZklNV01NaG0rOExjSWZaQ3dUdmhkQVpoTVZXUHUySWZJd3ZobE5xZTNOVTZFNXZRaFZsczVWd0VNcDJNbVVBd2ZaTGNBYXBZVUJyOUEyekw5UDRCdEZwdzhyODdYRTl0RHRXdnUzYnZhQUlkNXFCSGdWRWVRMlk4MWxIOU9tS21MQ3YzUkVZclR3cWRoQ05JajRKUDI4M3FaTjA0WTg4N0ljZ0VjK2Q0Nk83SGhGNG8xQ2Z4eXBZVVVXTnB3UzZXeUxxMm8zaCtVZ3JodlhTK2ZLRFNnVUJYZ3JseHJSM09HK2U1WWpxTGtqdlhuTFFFWk9Ya280SkozM2N5RjUrNi95Y2FtRU9PQXpNQTUrdmMxTGJ6aWloZktLUldZUHRDNkNmd1FYci9QYWNiR0tFdnBJN1JaV0F5NW1oYjNRZlY4Mnk0L0JLc1Q2eDR0SWY0MllldTRuRkwydU1CN21NcERNTE94bXVVQUJSY2xIYS9Bdmc0K3lTU1RMVm4xNzN0QnpuUXFONkdMTDFEdkk2TWJ1amd1WHZybWZzVEVuWXBIUkh6TnBhTWRFTUIxa2pvazJwUlp5UFN3M3JTZThiUnRtd1BKT05vcVJwd3NzU2hYWW56VzBiazVpUmdpRVVPejdvT3IySlZMV1RhbGdoZVhFbThIVklRRm0zQnFDYXkybjRtQzlZSFd0SmV4Ym14T2lRbG1QNzBSRzdEZ3Z2SmEzeVFVUElKNGxybE1sdDdPVUd2SjIxaHZua3FEejNleDBJL3REQ0JaVXZhcDgzMTcySko0OExobmxHWGh3N05vU2doUGlGL3BFVCtobzJwTE4zZkZYMUtkVmpnZVlMVDNIajAvUlN4bC93ZlJSMjZVTzRZUFZtZE1TUWpuY2JoaTRjSHpqbDdKendGOTkyNDRDRHdpc0NXUUJteW0zRXNidHFXUTNHS3VvV1loRWx0d2M4V0hpTUp6enFZYXJvSVg2Uk03MWdRTGp3c3VZbjNsZG1UQU5qdlBNQ2RHVHdXeEszdk5zNlJ1aXRBWldSSzU4MXVkTHl0Z2h2ZTliNkRJY2RSY3Z3YjcvYzM4TTRMYStSbFdJcWNkYjdXNG9UVmcrdmVMaE53TnowWjNNKzh0TksrTW1xaTlvQkFnUUt4bEZ3STZPUm01YVdENmpCRThENU5CVTVXTXYzdUJwdzcvVTRzK0poWHQwcURMUG11RGNlTDZxcmhyYVJoZGRrbXA2U2hpVWkrRXFSMXFSbWlOeXIrWWMvbnBHU1hPWUVZZDAySEUybEMzYXZhc2JpQ1kzV1lUQkp1YjJ6YjJ5Vmk1SW1ma1BnbGcrMGgzaEdOZWQ2bTJrUjIzR1o4ZllaYU1LdEZOZnYxc2RaZjQ4WFhxd2FCK1ZnN2FRajRjUHBFbzZ2WVRLUXJ3bHhxSU1Zbm1oM0M5Z1V5d1pQLy9mQTZpbHcyaHlFQ0ZCOXY4MFU1WCtHVEZGUG5QY0dxTDBiOWRBbTVjOUdNVW9wZ0hVbVpmRFBsT2duTUEwS1ZFL3FRTHJhNjJDN0U4OExSazVwOGJmR2QzUmRzN1MyUDBkV3RoVVdNYmVNa1FLNEU1VCtxcVF3ZkY0b3pmUDhReEM2dkV2MnVrUTVibEhEcElraEMrNGJONTlrVmNkSmdibll6RUVjRE00SCtHSDY0eHgvQ2tKUTlZMkJGelR1R2wzZE9XMUN0c1hqU3I2K2hnSEhtc0poMzdMR2ZpbEdldUwvS2VtMXpWalczUm9oL1NuOG5xajkzZXFTKzNvZGNkU0QvVnRNcGRLcE16a3VvMFhrZ3haQTVFMTYxMjMwTWVpTTM2bitaWk1leXJldTdBQlN0bXduYmplT0x0Z0E5OXNsRFRVNC85TjdWdTJKQS9lTHg4WGdBNnJPWHNTaFZaL2NrUzZQVmZCUWVGdW55enQ3aE1JTkVhbkREQ0NJTitXRVgwd2V1cm1TTHI5azRCQXVvVGV0anZhbWV6VUIxVTlsSldOUlBpZTEwR2xpb3RWdWJORHFpK2Ftc1hhd2lDNFdHTis1SDd6SUlFczRtT1JpbnZLU1hsd050OEE5MFF2eEI0NTdYMHVRZTNiSDFObTV4Ym1DNjVMZlpJclcvc0VnR3NhMmJHRGdPa0NwdFA1Rk0rZ0hVVnZJd1dqSGxGSld6NlNwZVQ2L2llTk5jSGRDeEptYmZMS2EzdTZudkFSTUpCUUd2T2hLVzBhU2FQcEx4OEdIa0FMZndDTkRpNzVHYlhyNWkwQlc0aitTS0JiTy9paG1Tc2E5TEZKc0QrNHNLdm85OUgvV2dMK0hMeWw1elpNQS9kS3ZjSHZWUnhwd0xRT0p3aXNxVktCQ0tCRG9YelEvcWMyOEdGQ1lYNHA4MGNScnhST0JXUUxLbkpuVFNoNVJpMVBGcHBTc1FKU1RzMG9FSmZmRTU5Q3ZsOHNZc1EySGJWQUVQMTFSS2FXYzdrMmRQTjVxNU1PcnU5U1pNM0hCQTg4VXJzb3F5aG1JelM3RkpUVEloSGZqZjNrLzExQ0JzNTB6VER3VWxCVDJxeUh5T0NydUMvRnNrUFpkY00yQlovdUc2QnMrV0Rud0pzSG1wNUFtL3hzaUNjY3lISXhWck1LMGtqK2gzblB0Smx5SVRmZC9BL2hCbXVKOGVsL29ka3BRdHUwU0VDRW4zbnJMcXowSEtlNWNFNDEyOEkvQzY4dlFBSzJ4b1JEcWRTUjdrUDFwMzdKbUVlTml6bTVHUGpkcjRsT2pTYkpRZ2dtSVVxV3V6NTJxSUtCRmdHTkFJMkJDS1E5M3dNeWtIb2xReEtRdGhFY0ZPTS9zNnBVRTZwRWhnTXNOMCs0Z2hIMEJvK0FDaXhLTVZraWcva3FzQlhIcTBLRFhDc2Q2WmpOeWJVdi90WGJNR3ZleG5RWWdUaEE5SVo2Tkw3TmkzSEFaclZZNTNTT2Q4Qm9jbzJxd2ptSWE4Y0dENVY1SERJcU5hMmF6T2RHZTFqUkllb0FubGFOdVlVZ2ZPSlUwamRUc3BJUGREQXJBemRZWmlCVnFXTEc1L0NxZzRDengwd1ZGUGNBakZwRkdKL3NVc0tmUVhYalg4MUtOMGtiaWMxbCtBSW5aeVduM3FjWU1Tem5PNU5UTm10S01ET1haendGd3pVUDh1d21yVUZFVTY0Q09qeHNNbmEyRFprRWt2S1RnbWdJcnZuT1ZqSGdHT2hSdDZkQ3ZUZ3N3UTJGaFU2NklaOTJGTW40MUVVNWJuMmp3Vnh5Z1ZGZEp2cGNVMmVvTHhFS25CNXU5YVFLM1cvazdQa2Y2T0VJSnVOYW1aVHhLZTQ4c0Y5Mm5abFFtOWpIcERLdmNaQmVLN0pzTDQrRzRpaU8vc3BISmg3aUYzamdGYnhjSTdGSkJFZ0hZL3F1cERCU0NHc0dKVHBjZGVtOHNrT2JZaEZaUnUrWGlEWXRaTXJsbTdUUkV0RlpkYXpWVXAyODM2RGh1Y3FLM1N2UFdwQ1E1MmYxZ2V6ajErQklDYURJc3JnNVZiMy85WFRlaCtWN3JaRDJOUXQzZ2JkbGRuUWt3T080S0gxOHcvNHVwNVZaa2xVMXJOQ0FuOFY1SnNndkFTdDJtMHVCOEh4QzFZL0RHV1VaQmlvcFZWWEJNOUw5RnVVcC94azRaZTV2S3JjajNBSnJrcjBzWnpWVTBuay9kOUFWVjc3RmVpUEhuOE04Q3U2QThXZ2pRZDVXZms0dmc9PQ==', '470902834_579102058076044_3317016381242673904_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(36, '2025-03-07 18:08:48', '18032277725186145', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'irUMJkXPKuf5txBjaV/5pjVaVXE1cEFYRGFFeGl4RXBWNnBRMnFCOURQWkhEUXFZdVM1UzQ1QWRqY0hGL2dZdVM5T0g1bDJicU9rZldBVVNDYjNpdkRXNVRJMFVjRDZrSlAvcHc1SU5Xai9tclJ5ajQzR2Q3Qko2cFNWb3FVRFFuUnVGVWNvNXpvRzcyUGxybnFLejlVUXZGMWNYMmJHcHAwRXIvSXJxSmdlTHNnZDBHTWpucGhmODVHalk2ZXZ2NlhsY2ptRk5Nb2VXRm9kL001WTRuNUVGdUFidW1Wc2tPd3BkYzllOTRLUjBaQ1J3VURlQ0dqOUFGTVlxQUlWMXNGR3RSY0JZUVRidDhTTWFRbExKRkpjeXVONWNoS1RGSVNKT1dITUZtaGUwLytOQ1hmdW1ZaWtLQWlUUjNrVllKU0JGVmdmT0JiRWV3MDdCUndabzFMb0dYM2FjRHUxNE04a0dBbFR1eVBTWmlpMWFqak84eWtwbWt5SCtTS210ZkhoWW1oYXdLcHVyTUxEZ1N2Z2VsMkJzcEdMZnR4aGdWRGgzUDh3TzVhQjNLeFJpOG0xbEtUdm9RR1VReENQbHZaWjBoMkNTRTlIV1BYbU91b1dLU0g4bElEVVg4dk1WQzlZeFhBbWxaTU8rdGdtalcrNXQyNnVmT3c3MG1xaExzMzZCdkl2RFRKamt3bEU5NXZObDlpSmphSEtKcGt0ZXZNS0xTRWV1WGVIZVRQb1VBVDI5bkdxUHZNSG9oQThLR3VOZlB6L0R5YmZEcndsdTZEUWIrMHhzZDA5elFETmpkOUkzaUpwdkZZTWFFMTFId0dvYjlXMDl5dkJndElaT2tMQk5sVWdPcFVvVSt1Z05jQkhTaFBTRDhCcFUrd0lSN2ZTN0NjekQzTWRHa1dQQTFBMlZvaUkxQm1jYm1KYTg1ZVYxSHpFUkh4SS9hc1pRUkNQRW1abmt5OGhRd2JmaThpL3FkRVpqY2oxVS9MUFdlQWdFbTh5b0VRd0VUQVpuNHZ1UmJheXFJcm9VQlZRdXd2NFd1TXRaemQ2bFNRVVA4THdyS3lCd0NzaW1PTlBaM3BtaWxwWnVLcnJpYUVpcVJtNTNVc0NCQzZFUnZaU08ycG9zcVdQWnYrR3FjQ1krQ002QTA0bDZEdkl0UWs5UTZuaEQ2SDh5cTZ6RDZMUGFvWnVCNXVhNU9yRTJHZzhyaHZMeW1aV3RiUStvT3M1dVBYeHpUbXBtZ1lFc1dRNDdkMzhuMDFoNWNubWNYdTVEeWZ4Zis1blJtTU9UUmY5SGp2UUdiK2FnTG9OM1RQVU9VQ1prU200RVR1UGZKSVdWRnFLazdtSzZ2NmRqN2hhaEZpTk1lUitINGtpWFdpQVV3dWpwWFdsdEdDQllvU3FVdDB2SUdWRGZ2aUU2VlFGeVd4VHB1NnF0aHh5dU0vWEg1NjFVNVFYV0lwNEh1WkJ5b3RQQjRubHdzVWNYeko4emNDUWFTNE9GMnZoKzlQbHFEQVlaSGpBUkxzNWNiRkIySUwrUHhITmY4SU5ZZGZXZnlwV0w0YzdITWQ3ZEJDYUJMbUpYcWhCdHd0aWJRaE42NG1ZNStvc2JLUFpMMitmRGFDUkV3cytGcUtDQldnSitrM0M0RDdaRGlrUWRvK0VoYVdGMG9qQXVuVHZSQTlLUk4razBtMU82allEVGpram5rRlNVN3VjTUY1STZaTzh0ZUZ4SDgxemFpcmxTa2RqRE14Y3U5QmpEVmozRGJQaUQwU2IzTHpza2lucy9uZWFuSnBPQjA4UXJOTWtRdGdDdFBLTC96cTFKekQxbDl1V3BrNXFnZ1g5TklGV1Y3UUNjMWIxVmtiMy8xYzVDZHhFN3ZkQXZoREk2TEdHa3p6aEVPNTl5T2c1UHVCa0UrbVk0eFRmcGc1NXE1cUpMSVFNdEYvazg1YkpIUzEvQkU3SU5KNGJtTkY3VDVCaUFRMXZuKzZFQVlhOFJ2alpuWW9nZlE2VXdxbDU1MldvUU51UWYyTjZHRDZaaWx2QzRiVlN5cE5jV0pwOUE2YUs3Y3NTelNOWkc4ZE1VWlMyVjRLOUJFSTNUR3djN2FHdkRJYXdqZndEUVVsS0JIR2hOZzBsVzN0ZEhKVm1IUmNVcWdQZUJkYkZ6OVhOS2pKRGpmdjREcElnVmlQV3R4M3JaZlBOMk1Ca3lPZzB3Ykd6amdXYklVWnMwRXNvQlVzeHVMUkZFNXV1TkdRaldlSHRpVDFqaUdEQkJpVWJhblV2OVlqQW5wRjE1ZW9qVytsND0=', '471439195_17989568288753450_3950891400251744784_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(37, '2025-03-07 18:08:49', '17927113526994903', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yuHo6xinpwa1ZJgyz/Aqt3loclNmWmVwWjlmZm5heDBWMEhBdVJhaGhTZ1VmWjZmVVFzMnV0bXNQT081cHJUWFVHd0lWZFYyNVhvdVFtQ1BjTitZQlpic1VXVHBiM01ueGxxbEpPRzdGVjU5aUNGWG9aajFFZ0pydEhwRms1dFRxMkl1b1dnTzE2eWRKTE5zaGRYR2FhSUc2Mm5uUVpzT0Y5SlB5UFBJVkJ4eW1oaVAzNjc4N1lDa25Tc3JKSUhHVzE2ekYra0xDSFE5UUdNM1o1UzRYb0xFS2kxcUhJSmxHakpoVnB5bldpbmNFOGZZaFM2LzhnWVQ1Q2FMRFNidjIvMGpVZ0l5Tjd2dW1QcjRjcFcwNjhWOHFoRXU0UmpmNnBlMUw2UEcvTGNYVlQwdU4xTkg1VzVtZm1TajVtWVF5eHd1NHNkZWRrbS85KzdyWVFiRnQzR0g5QlRZbERuZmhqeHNtZjdJdFdNdVl6em9Nd1BBUlo5dkNpVFBXbG5Ga2dFS0pncGtsMGMvQ3dYc3NCTU9lOERwRE01VXZCVXcrSDlRZ2h6STM5S3ZpbjhUZXNzN20zN1FoR044MVd5Wm8vaUZzbGQ0OW93U1h3YWtKd2hoTFN4czY2L2paRlo1bFl4TWRuSjhUZ2RIcjlIbERvejVVd3NDSVR1OUx1WHlaZHZhNVMxSG9vNVpNa011UHh5RVBiczRqbTlONFhJTDR2djV5R0xnNEhVdDBiYTg3L0J4L0hYNHZTTlhidUMxQlBWc2haWllhOUxkeTlaSnBQazZWclUyazdjR0hyTU9ZMXQwNWpScXBHcHNYOFd4VWhPZDROWnpERXhDeGk3VmZ5K2pvejJQUDl4TForZnFXaGJHL3FCR3FYUXlURkVrSmxsbkxZTjRqa2QxbXRNN2g4VlN1bS9jeGE2ckJhV1dOWmhuaDZWQXplSnBiQUZ6b2owVkNiTy9TT0dISFplekZwa0tNMVIvN25wL1Zqd09sUDhGSGNSa2EzOW5IZVZEZUdVblhuNjlKZDlZc1BNaVJLaElOQ1graFdwcmxmNzFnWjVhcnhYMklVc2VoWHdVTzdSSkNKaExvYjdDclJnaWtyalR2aHVzemZ5NjJvRDVjYTdFcS9zc1dJU0VGTXkxMDQ3QjlEUXhyUWRKbGw1N2ZCZHJpOXZ3Y1BZc0lWVEtENTRQeURGenVjOGZZU3cydVZDU29wQUNzcWJWaDczMWxzb29hMVFoSmZBVXFPZ3dJd0ZYRjRIN1FlYXFSSkRLaUFVWjh5MElGczduWGE0TnIzRkEwbVB3ZDJ4V3RFTVI0RVltUzkwMzdDb3k2Z2l3cWFXREoxYUhnRWU1RXg3QmJnM2VWOXZMbmpOZVhYbTFOWENqdnpZNDlVdGxUS1pzYldSTVU1Snh0elNEaXVPNkpwOFBSclp1QzRPaXFEMkhieUJHMzhONEhHNW56T3Y0cGFONFV2TVNuQXhXN1VGRGdUdXZWVVJMWjRIbmhKeU9ITjZBRTZueWNubms4VWxzZG1TL2VwNnBwaUsvOHptdGpXWmQ3cStjZUp0b1VCZlZjTnJNLzE5SWlYaVplMWJZZG1ka3FtNHR2REJjOXlxeUxNZ0dQeGpnTXNNRnQ4dHpGS3RMZ0w0QWxRNy9FWHA4VzZLV2xHWklwVVN4c3kxMDVvOEIvMEcyckdkQ3VlSWVpTncrSmdkNGRqZ05BMDRQSG1jd3J0M1dYK0FDWVBPb1loYjdGYTRzUWphaVBabE4rKy9WVGU2SVo2QVo1RDJlOFNMU1BHWnEyR2hEQTc3Sk5mRlJvQlFBUkJlRy91MVg0Vjk2OGl0bU9hdnNKTmFyWDVIdFNER3BpclFoUXgxVTVjRVpNN3ZFT1BOM0J3QlUrdnhjeUYyS1A2YklqTjd1dTRuUU1BaWlzVmpGM242L1B6YzRmQlcrVklUdmZPdDRCeWZ2YVB4bHBBNzZmeUlSVU9QMFk1RkF1SDhVZlRJZ3F0MzI1MjRNSzhMOHpOckxiSXhHc1pHaFRCZ0twVGJaa1hxcUVXa3c2NXhlN0VCYWR1VmdLZVdnZStpbExHOEFyNk9qRFRpWFEvTjJSQmhKRVZaSkdveVI0RkZmVWFaQTFxcDF3VlF1RHJUK1k1YjBiNFZ4YkR6S3FPazUrdXpIWVlMaUtoR0RzU3hiYXNRc0xFQ3JicDhtc0E0OEJ3Mk01TmtuNHRjRE9YVTZ2WkFjamhuWW45U0NaVnJJNXdsb3Y2S3hpV2k0U0JWOFpqeXUyeXgrckt4SHArTEpPUThqZkw2YVltL29CdlJ1ZFpqZzZLdTM3VGNRQ0NuelBidFFBZUZqYnhVV1FJNlZHRHc3R1ZVd0pQSXZyTWJ1RkpMWmk5ZHpteWtFdlZrV1VNWU9iOU90a25maVZyaXFNN1YwbEZxcmNadXB2YnlwVnJsa040clJDZGV3MDBOL1R1WnRqZ2VuR1RkT0xNemhkcGZGL2FZaDJKMnROU3pTbFJ3Vk5JYnBRMjlrb0FnM2Vwc3pGZWJ6UjdDT1VoUkYrQ1VnWE4waHNCQ09KVVFLaE1zS1F0cEMxcElKa3ZpcFpqMUxmOG8xbjBLNERqRk5HT2tGVlQ2SXlzNk92aUVWYlpUMVRzNnVuTFVZL0Q3Nm9acVJnMjdYbVVWYkJXSEMrTXZDVWNMcFo0NW5EVW52Z3NzQk4weGdtM0hiRFltSUlweEFNNmxhVlpEY3lEbUlhMGpKUXdORWxPdEpZM241TUtJaVNndlV5TkIwQWJNT0dscExxR2M1UzJya1Y5OFVFUUozMzNWOVpibjFIUWJkM2NVbGdzMjRmeHAvUFJiT01mSVpOTlRsVHhBRE1TSmkxYktRVVV3eU9oODdpcDNqbUJVWU8zb0t0ZGswRXBWTzhxV0tZeGRQejVCTUFOTGJydUFuQnhMVmVLTkN4NUJPektTU3RMMGh2bVVXdCs4OHJvM1h6Qi9QSnVIWU1ZN3lXSlBGcjd6NktydXlUYlBkTUNaNW1EajZwZkVnUU5RQUNGVFFkcnVMVEhPcS8zNHJRMUlsZnhWU3VYZnFYajljcjMxM0pWeXg5aG01U3Z2dW40eVpLWEwwcWYzcy9CeEFWbUkrY3k5c1FEV2p4eldlLzZVWHJHUlVLTVpVWDNUeUFXTWpiRDlvTmQ5Ylgzc0JrVDRuaW05cGluc0lrcU9KWTY3VU1XZjZkQ0h0ZHFndUdpWmFSRHpTT3U1QUxBNGlrN3U4MlZYRElncTlEYnEzRnVrZnMvNFAxVkE3VlRtSElIK1lnZjhkT0pSZ2ZhWjBmdnJ1c0swYjZLaDhJOS83N2lxTi9pV3R2R0QvL1ZCRzdBV3V1T3dxS2l4ZjVVMFhTcllGVHNsYVdSeVpPV0VkajZDUjlhUGdvK2hTcUhHMHErWHM0T3JtZ3ZRc0dMZEluYS9TWFlqNnYwdm1hK2JkbDhQTytrMTVCREdSM2ZXODlabWh1bXZPWGNPdWxOenQ4YXMvOVY3VUtCZHFxcUdXRzBFejk1UFgvaThTSDVHTUR2T2lZNStvdUk3MEpWUVQ1clhNZVVFOGJDdXcrNW90dTJvUWFjc3FJa3ZySUZMSHlWeTkyemFmOGl1TGppbk5HakowY3E2dGc4a0tnMnJNT1grZ3BneldVeVJlMWdHdDRJdjlCWEdwdURvSENRPT0=', '471311185_1131203852346884_6000499842372239215_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-07', 'image/webp'),
(38, '2025-03-07 18:08:50', '18153140065338573', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5QD867FA4SJ6nHPTsDYYAzFmQzduQURoZ09UL3MzMWdqeVhSZ1Q0T1hFMWdlYnBwR1M5aGk5OGVNS2lyb0xGbWY0cXFTaFJ0VWpueHNDbG13TUlNVy90cFZNbU85cUxFeEIvQjZhaHNiSUg1ejF0aERHcmZxTm5FVmpsSGcyWjNWZWNUa0VYbWJWbUF0ZEF0V3Nsc2xJaTRVNm43NzN5SnJpVWxsTXhNNFF5WFE1azk2dU9rNWhMUks0ZGlRNTNoc2lNV3JFK3RKR0xXK2lrKzFHRzVKSzM3RlJtbEdwUWx6NkJqT3dDeTBwY0w2WkpuT0R0T0h1bC91KzVsNHk3bmRaWk5iUFU0VVpKUVpESit5NUp6TDdEaW55NXlUM1dtT1B4SnBrR0hTcVgxZ2RYZkF3WCtVY28yY3VnK2tDSk03V2p4MTdZVFMwcC9DYThBN2hGNjNaU1BCK2RuaDJVY0pLU3pYdkhxVWNCWWJ1bm1EZWZKQ09ZVDU0ZFZvM2ExZHY5UWdLMGltbk00cnJxRjU1RHI5blZxOStyZy9lQTJod0hkUkRDRXJTUEZMOVhQSUJFODVKLzE0RGJ0Ylh4Um42Z3pHR2w3UG13VVZqbzBXY2plK29RYW1yREVwWDd5TGl0Ny80S0xnT3hkRzN5Yk1ZUGdlUjUwTlNVWGh4WUEydW5scDM5b2c5Nkd1VjZhbmtiM2c0anFLL2lYZktERlFKWFRFNXpmQkxidTZzKzdpZFM4eEs0V3VOdFpWUWJmTW1tdm43ZHF3L0RBRkRoM3dqYkxTMzd4YzBiTGw3bUg2N2ZTeVZzYWFYMXdTSlZsa0t1Nkt0QWtVQlJpN2l1aUJUMEpmZWd2T3VFQXdTWmNpVmYwMGh1RUhEbnVZRGdqZlZmVHgxUmtIVGF0WXg4NTFYcFg1TVpWc2xWNTdwSkFYQjUvRitsQkFuYkxXN2VuQkRUbXVFdTJnQjBnbmdVY2lROCs2VjhXUk82K0M0YTh2NUFCUWNYWUNiaE00NWFFRHpFUE50V2dyeWJYMlRydWlOZGhyZHhXQ0VrcTlQSXpYZE0yMUJJL1QrS0dhMUx6U0pZdlhQZkUwVUhzOWJHQ2RZRWY0dlhEbk85K2orWC9peXcyMXJOUmtlaVJMSVllRW9zc2lmYk1ZSmdRSEp3RnEvY2djTHRhemNLOXJKaFFyRjdUL05zeEEwQU84UUJtcS8wSjMrV3BJcFNIMXdJUnQvbGpxbE5sT2F1dVZYT090Y1dKeTFqZUlURjZTb2w2bEM2eUszVEh3djlKMSt4QVNyYXVOejR4b0M0eXdkSllhMG5lS2FXYjE2ejdHQjdvMElRVjJuNHdwYzloYzEzajVXQ0xUcXV5djdqREtoZHJFRlFIVzQxWFVzMkhJSE42WlgzTE9tdkNmckVyWVczOEhKbCt0QVF4L1ZRZy9naXlxdXFyV2hWVFEwa21WWnBkRGxJdGlKUGpUU1FlaXM2eHJoKzVQbnQvamMrbWxIN2tQcjg2SFlVazRCSStBaXVTOGowbHZONjRxQlEzTDNzRm82TmpsRjFMU0lWd2ZrMExSZDJhdjZ1SWQrcXBDMUMzbi9QVDlwMkdENS9Kall6Y3BZZkRpVkd2Y0xyOU5wYzBMQ1RuaVRqTHBGcjV4djRsYTdZbWJYL1ArRTd4cWFYLzZGbUtxTmlVakxPVmVwdWhxcUdNdXcyNUttZ0tTQUgxTzZPenU5VzlucnJDQU1EcVlQU0JlTUxic1dncW5DZEg4UWV4TlN5Q29ndEtJZXdvcXYvbnhyY0ZMYWU3aWZuM3dycS9uN2oyMlN2T0lueEMxekt1UlducjBWdEhBTWFPU0ZkMjY0R0l5Y0RMQXFLWEJCdFhsLy9JQ1AwdVZEeUZic1B0QjVxQWJvek5OZ3VvTGdmYTFwKzd2NWVNeTNiTnc5T1VCNVJwZEQ4PQ==', '470899650_17989100129753450_3892997685691748133_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(39, '2025-03-07 18:08:52', '18477698032047969', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'rMJmbMZwjyZNI1pzSJ692WFRWldVV1JZNEtTMzhWOHJyS3U3RXgrSldmNmtkd2V1QzhEVVUrSDgwLzVVMWR5SWg2VlVPczY1TCs3RDU5RE96cjJpV3Y5ZU9QRDFOUDFOV0ZoOGMvV0lwVFhTOThYVjNqY1ZOWmp2WGwxeC9TWnF5bXZERCtaNGd1MDMxMUlzUnZWRUtqeXhJcEVDNE8yQmV5bE84N1hpc1pWVnZiRWo3Y251ZzVJN0NwT3FocEJQaHhMYjRZbGRQTlpGQXMzOGViU3pheFRLckdMWFhlbVpIekxVeFp5ZmVKZ3Y1VmhsUVY0b3JQdlpoZ3RScVdwL2VwTXlnSndFdmV3Q2R3RTJXRVYzWEtlUUhQWDlwOTY4RUFiSFdtaHkvdnhneGxWSFZkSWhsY3BNcDBzRUV4bzhmYXRnelFsd1c4ejcwUHQ2N01nQzV6Z1V4TTF6TU0xUWlhdHhKdXNjdlFDMFNZN055dFpNWUFyYnpIMVYwendXUUN4azZDcExVSVlQVmg4NlFleEtpSUpNb29KMkVpUnp6YmV5QTQ4OGFKbldSMW1RdTRnM1Q0TjlhNWJ1Zi9aQ2U4eUxYUXYvenNXcjlSbm1uZmZWRUxUR2NsRFdWaXFBWEhHSFhPT09kQUJjQWhqTmVFL01kSWFLcHZGa0dDYU45RTJNVU05WVV1b1RVR3NOZnJTQkM0ektLRDVHQlpPbU9Zcyt0RnFmRTdMM3BmMEc2SitXVUtFMjZGS0VxRjFnc1NJNFpCeDNSS0ptWFg3Y1JmN0F6bVcwWTRudXlMTGFFUCtNN2hSdTErUVN3YmFJcCtSSWdXRitCS2JZNDlYL2toMG4wZzBwMUplbjFuT0dlOEdHbUo3QkdzVlNDRk9BVkwrSHBHWUI3US84Y0dYWGJKeWZITm84KzhFeHVSNFpXVzhoK1NUU3dTVEpVTEFTU2ZxR0tmMTBBZVFqVmVMbkxZTm5ZZHo2cDM4NmdqTDRkaUt1Z2MvZUdlZXZaYWJQaXYzUHV3bk9RK1Fvd3VTT3d6aVpXT1A5eTd6SFBrV1JLa3VOWGt2ait6ZlFtdTg3VGtNaEJpMU9rdFN0ZmtSY0I4RWQvUTFoZXpKZjk0MUZ1eW05V1RBNTZibVphQlFqOThUZ2JjQlduSWpzSi83b3dXdXI1czJpZmd3MWxaNVJIOEJ2bHNNOVlOaGcwQ3hISHloNzVNR1F5c05aTmQ3RDZnNTJ2cTV0ODVTeW9YWDM0WnZ3WmJrZlA1ZGdBWHl3MkRqbzFoNy9oSUI1WHBVOGNybkpTS1Z5eVEvWnZLMFpobzNLVGFxUWtYUVhERjhNcjNUTktKZytwNkZ5eGVuYXJJYkUrUHZrVlVFVzR0ZUFCN0tHY1FYVHFkT09qd3lSdTVnOXg2WTQxMzc3MXhTSjBycG1zWVNDMWtNQUtsMExLZVZnQi9VNlcvbCtERnRqWHdvSmJzYXFPYkJIeVl6MVgxaEpOVXJsWnBtV0sraFlwWjZ5QkJLUnJlRXFBWko1VzZEeURFSHdLQjRsaXlkdGJYakpjdGdJV2cyS3F2OXJmZENyQmRPbk9ubnYyM1kwcHJRN01IMmZUaTBiL0RLVTRsenlqRmhjRmlkc2t0aW1ZMC9xTnlYSEpNN0sycEhzdm9iYmsxNUlraFRtbEUweHpQSXFNVStBV1dPZ0k3L2hTMS83RWVMNW9qZndwV3AvcUxpblFiUFR1VmozOW9aUE9BPT0=', '470853913_17988946877753450_5778132497024830853_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-07', 'image/webp'),
(40, '2025-03-07 18:08:54', '17860145733312663', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kwmWIy++0qgr+RBm/+cvjllMdThNYkFYNm1oZ0x5blM4THVMYy8vT3BDZ1Jna2ljVGxiazN3NTVXcWcrcTJnR01nN0IzZmxBYThHbVd4SWVNeU9RV0JVN1lZdyt4Y3EvSE5JelVNMGwxQXhqbUtqeGV5ZU9yL2QrcjRGSDhPVGJDcC9reThwakxXVjJNbzNQOFVrd054Y0V6K2pTV2VKanQwWUtvZmU4L2Y3YnJYSDhMKzhhbzNNWEY2U1dVdDQrNXA5RFJlVnlGOXNoUWNxRlVEVlJnbnJvcFRtWkJKcmxGTzQ1eDhra3NNOVBrc3FZK2xKWU41VSs4QkxMSTgxaWNGVGt0REVqaFg4d2dERE9qOGllZE15bHZjeGhJRUFaOEovWnJtckRxM2VKWnM0ZlhzUjRNdlJscGkwVG8wRnl6SUtBRWg0V05UakJFTEtERDBuRXU4ZTRDQzlYNURZT3g2SjlzMWVnRkNSYVdxcW9wdlZUbXVmYWF0Qm0xV3grQk9RajVzcW1XdXU1eEtNS1VxOFlJU1JkZWJKSWs1bnZOdnBhaHFENmYwYjFVZ3BwNFVsTU1GN21ndTE5QzBvdHhEMlplNFBLazR5UDNJMDlodnJBcGV0aVpkR0JxTlBGcG0wT1FqRHJXRk5wQVg1OWdHbW91ZU5NV3lQTzVhdU5iNDFITERtRXFVdjF2LzM3cmZUNkphL0ZzZGh3VlgydmRSSTdhRnRHc2cxaExjT2FvSnhmRXVTU011a2szM0o1Nm9zRlhqOTNRMGFZWTYzVFVKeW1wa0F5Y0ZCbE1CUnRDbnhxbDg4NnM1UDRWeDFXc3ppZmRna0NHL3BuZ3RqTVJYSUNObnhPd2d0UzZrblEzTEFCMDZoc1N5dGQ2eHZGQTB1T1o0c0J4MkNIR0VhNmUwWlRYZDI5K3hES05OU0FaWks0ZDYxQXdQTWYzVnBWZ2VkTHpSM2tLR2xQaWtYcDFmdE9scnh1dWwxSkJ0QlhDa0lzSU43elNQbGtvM0YrUGFXam1VRlROcENhTThRdmFqVkpwbFBaQTV3aG01b2NrMjNnSGtWZFV3a0pBR3RESjR5dGkxQ1RtQjA2cW9WblRNU3lqK0MvUHZBMSt1dTQvRGtoRFdKOG41NnE5L0ZmOG5IUTM3cW9SZzI1MXdSQTZWd2RmcHkwNVJ5Vmw3aGRzK0p1UDFGLzVXeXpzWTRiV2RUcEQ0UWdMMzduWHZ1bk90MGhoMHpkQm9GVlRsQlJJUWZKWTdiQWdNZ3JSanN6U2hZaUpPKy9IazJVYnFhL01rRGdsMlJXWVFPOG95b0RKbjQyYlNWSWYxWGdib0ZsYUZKOXNudUo4TTJxdXNDTy9UY3F4Q0c5Z3NUcEo2dTJmdExaU1NWQWk0L2Y3VnBBMEZDY1dUSUxFWlU1eEhPNHZ1U1Urb1hDWTVOZnRLVHBSd1o5dEhLblF6bUZIQTZqUWMrQ0FjT3dIYU91bWtTanowTGRiVEN1NS9yMGVidWVaakx5cDN3OXlpKytrQXBzM0JSMkJMdTFVZm83SlFqaTlDZW5mZ2J4cmhjRGl5b0ZPRTFiQmtrbVV6OWsyTWFmMDVFdFZIMjZObXcvMDFIcWw2ZUJaRVZTQnY3RmZWYS9abkJMVmFIam44dlVmbTA1U09uUkhVbjBiODMrcWhTRWlvdHkxcm9PcUhiU1EwUDVNUVI3ZnhlbnYreWUrRVphNjZ5Vms4OS90UUVKeVF1azJscm9ReEVPMHZJWWR5bXEvSjJNVWtjZFQ5U1VYOWI4d0JKU3FZYjI5QU5hckVzUUY2YjRnV05iN0Z2QkIzSEI0R05Na1c0Tm53ZEJYOEdKV2FBbFdJcll1bFYvR2c9PQ==', '470686024_17988828851753450_7192040642745946773_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-07', 'image/webp'),
(41, '2025-03-08 06:18:48', '18017497028692986', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'W3H3M47cF87/4vWdSO8Ls25jQnk4WDBiUXFhYkVRaEovamcwVG9OVUc1TWFCbkJRL0xkMVBmVFFZUk1ValhvSk9vVWJOS0kzcjgrUWlKRUVrUUo4Y1NxSFJIQVltK0NQRDV5bndUY0dXdjFEVTZ4UTVpem9aZ09ZSDY3UHREVVBIQjBnUXNSQWltaWZ3VDhnWThWZjMySXZRMFNzK01LKzVwY3lzVHVTaHJyUzlPMVBqSHhvZmxuMHo3RTFqRVFlNzB0aWtGYys4aGpqL3dkZytsTFVPTFpuMGVaV3R2dzZhQk1vVzN2dGxFZnJvNEVZdlhkUHV0VVZ6YmcxYUZTT09iaG45TDF5S08wUURPNlg0bU9RdW0wTTY2TnJMZ2NaaDBQeWhiTEFEZkp0YVJYVm5Nck9lcFEyRG4yMnB6YXJTNFRXZmFsODlUMzRkd2p6SmxWbldURVFxcmVnWS9EUHFIVmVvUFFlVjZaL1RrcjgwRXdHaFYwQklqdlJuTHp0QVBmL1o1MlR0djVLL3BIVXVGT1NSRzZLcGRoSnNLOHM2MzAyQzd6TVA1VHpvaWhDUGx0M0ZMeVVGNElIQjJ6dVlDa0hndWRZOGMrSGN6SVh6bUR3NVZaQ3g1eWhieXRVZmh6QW9rby9UZ0lPekE1d1E1NE9zbUQyREE0ZHJ4YmM2OEhCYWhpaTNiVkFSMWdKQzFXdjM5MWpIeWd6b1Z5MHRXNTJicExLRWE4Vk1HYVgyU0kwU3pYd1FnVVZyUmQ0Unp5Z1lpNzF3cVlwaHpiWnM1Yks5WVcwNmxyVW9CakNqQmhxTTJpWHFqVmViL3hJSVFrdnBodzdUMzJHNUYwQm5MUURTSENPMUhVUVNwa3dEb21aa2JkZHNQb2UrTEFpQlA0cDNJNHNXYXZjeXJldzY2TnJVd2h5WXdBRDBEam5BWHNXMVV4VnFaVDZwTTF1ZVNubGdqYmFER2NLVWZHdG5CUlBoOVQwVE45OC8zYXZ2VEkxRVM4N2sxM0NPcmV0Z3ZWd3prRGxRVWlETGNYZFEzemRTVVQ3OS9tdkJ5Q3R5clY3OXhnVlRBTDczcWdTQi9iZ2FwdjEzNmM1UFQ5OCtSVWNiRzVqejBjeFY3UDhKVjRqZnlNZ3lPSUlxeGRFQlNSSmd0aWpiTnlIWDhLZDdsWWYyK2hjWGRIQTd0TkxWMFE3RWJWZWJmUHZMWE04K3JXVFQwL0JrTEZhRnV5aHhpK2tzZEpxYU5ib2Fnbmh3ZUZPV2VxUU5ydzlqd3ExZm1OVm1KNkZUM2h1cWJ1NUV5dkhaQUVSS3VGdVV0UGVaWk1Wdm9iWHgvVkxna3FHMG1tK0o5RFI2ZUlXalpYTUo3a0wvUVpZdFhIU3lmZDFIRkprdTAxUGFDSGh0WTl4TUo5ZTNHVG9VNFhKMmFHR2VaS2l2b3NMcllKUW1BdHhzaHp6ZURIREhBRUt0OXNETHdUSzVVYjVGQ09vb0I0NFNmZUhKNk9nTU9icFc1WlM3NlVMNkR5aHlFRnRxaVdFNllqdGsvR3oyVU9iUEVBSXhoZHQ5RHhmbTZaNC9lQnpjZ3dXT0lnWkRkdUpwNnh2QncxZTNvSzlYUlJvT3c3R3RNWHJ3YlNTUDFtSzdwY1ZPQzJDcVNXOWliQ2lGUHRvVUQ4aStSdlRZaWg2RUdTQ1QreWhLdytUT0FMeGE0QzJicFAwK3J6QUoraWNEb1RBZXRNTXlkWWkxNzAvTWsyby8wU3dRdmFXS2dXbExPUXhHdjJNMWorbnREREsvSEYxUGpIeXhJSStnRm91M0U0UjBjWlNzQXlYU1RnUDZYYmNVL1ljWFNuNnAySi9idzMvamNHQnd1ZGduRDJ2RSt1SU9xSFgyRDlFaXpMODdFcUdsUElIV2pleUxGUUhUTGEzbENRNGpXRUczdkZ2TVIwTVB3elBGVFBGZ1dGUUdnSmtoWjcyY1VqeGVzSUdhUDNzb3A1N0VORFlTVjkzRVdkTTNhNkFUVXVncHUvYnZQeHZyVUNlODdCYXFpbVVRN0pRdlY1QVM5VnU1RkJUa2tsK0FuVWFOYWFscUUyeUpmTUcwem45ZGQ1TWYyRERodlJEUlg1Q3R3VExlK0Y5ZGdSa3FkZ25wRm1SZ2s4NmgyVHpPYlhvK1ZuTmZsVWV3OVdJQ3BoaDVKcHQwc2ZOOXFPNm00SnVZVUtMNERYbzd6SWpmaUVvWGt2YmVxNDdSbFZDR3ZPTzNVUklxcGRlcXUrMzZnWnNpaHgrU2g1clFlZWhzdWdrUWMvNGRiTGJMN0tuTGY0MVpBTXQzNjBXdkY3UXp0TWVJUEtNeitYMlJZdkhlSGdlcUw0RVI0UWFQQXR0L2U0RFJUcVVMQXpJaVg0bzhDZkp6RnpzVjBXZktDYmN1UmxWT1NOMXFqK0JWN3U0R3BGcHZHT3lEMkY0aGRpcGJlanU4WkRUalh0YXZodG5qalZIOUhpTkdOaU5TS0xKSURpNFFTTzM3V0EyTVA2d0hXRHA1VkRWNnRTN0I1WG9XQmFzVlBVSGc0eWl3c0VudnN3czE5anpNa1hybDJLYTZLeE9iRVpBa3JJUFlRRjd4UktsSHhvaUpPZEpqb3E3aFhJRTlIUG5tWWZiMklWSm9XRysxb0dVZ1dNMERkcmNjdGs9', '483087697_17998393364753450_2402437878847562457_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-08', 'image/webp'),
(42, '2025-03-08 18:18:51', '18037776689404227', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Umjg+5U2804eK3agjRVi2nkyMkxGa2lZbjl3Mi9uLzF6SFh4MmNjNU81WjB6YUZqVWhnOVVEYWxyQ2F0RlJxd2FKMWRBd3JFMk5Wb0pXY3lDOGFhRXN3VjNSendNTlNOY2lwRDRJU3l2YXIvbXpmcDBBUEdnMkpiS093YzZPdjhRZHdZOVRNTFUrQmxDbm9TS3ZYaXdHblVSNGVLaFZ6eE51SFVKNm5mUkpUSklDRU9PTTFGcWszMU5UbDJlYVpxd3E0dFhYT2g0ZWpVUmFyTm50WlFtS09LZmp5VFV3bTNiU3RmUlhPNFJGb09nbGZVbmkyWlRNU3VkMmpwbndMVGpYK0U1eldWY0V1U1ZLZUJZKzlSeXd0U2daRDRRNzcwYTdqOW9NQnNqNXVPRThENW11MnpxNEoxUFBxUHhTd2pGcTN4RlBOclRQNVRzVDFFL21Nb0F1dXFnVGFzblQvSlZEbjZMY25LUkdiRlpsQitiUk5GdjVlQjRPWCt5bExKV0hrYThMNlFKSFE1YmE5OWlwODMzaS93b3NQdndOV29VeGg4aUlFVnh6Y245M1ZxNU9hSTR4cGFWaDBvZ3VrZVBCcmd2U2J6KzBrNFM4M3ArMFJhaGxPaWxpNHIxKzA5WEdDbWIvNUYvbUF6R1VRS0s3bGpvRXczbkFjaGdxN2Z0TlljUjkxTEwxdFdWRVo1eWN6UlRyTWpsckh3QzBrMHBFZTFkeDVDYUNhWVhRQ3dPSmx1Z0MwbDR0OUFza3JRYkwvY0lrZ3p0ZC84Zkc0Ly9zdVhKc0xWQUh1OWo0M3ZtRWswb2tBbDZFR3RoZkVndS82UVV2SEo0bEJjdVZYSGhnMmE3eVlINnF3L3ZJTGVYYzBCUlBHNGtsSUN3U1Q1U1l0SHNMVWtUS0hCS25nOGVEb0h3V3hHUE1CU2FFRXJKK2pxZDRTUkJaa2UvZG00WXhYSkZtZE1GenpxbEk1L2ZiSXI1NzY2ZXhyVEZQWXpsSEttRWxKcGZYTlR3alhFeVhaZ1NQNXZaaEJuOUtWY282NkkzR2FYOE5qWk15bTVuTGtHRFk1WUx0K1crbFdCdGJsdzZzRmlQamg3VFlhTFBaYmIrR0RTRnhvOStrenJQWVp6VlU2eHdZRjRYWFZMbW9Xc2FKZm9nRDhBNmx5TTZOalNuWGxaaGVvVkNyV3gxcGJ1Kzh2R2kzbHBDK2ZlcXZVbU5WRTVKZXBxVjhZQnJ0MzFCOVdhU0pIamREN2JJOVVHbUdKUDVpSXdQS3B2bCs5NVBTelIvQS9PSEh6ZjdtTmk5Wnh1enk0Q1pSOXBuaVJvVkU0Q2hjeEx2eVJnYzNpcGYvelFkTFhWL3dsQnNPNEY5cStOK2Zwc1VtckUzWXUvd29NR3kydmt6Tk5aelJUUm9FRUZiWTVjb1hMQXlRLzZWTEptLzhmTU9Cb01OTkxSMW1PUnhmK0doTWdlcGJQaW1xTVN6TEpNYWJDdGNObDZhMlNqckFsZnk0L3VnaTYxTXZrd3ZFaFNIUkNadkJjR3lKUkltalR4NTdjSStUWFVqWUxsR0xheTY2OUZHZDlKOGh1aHh6Uko0UFptNG9hS00zRHZ4RjNBOEhxNFNud0V4dGtaS2wrSFdKMDVpa0pVVlR1RlFqV1JQR2JSYW1LaHhqcmNxWHdIM3Bna1l2WWZONllPK1FpQVUwY3N5MHFmQVN1bmZxTlpZeGNLZnpUQVJnMTUrSG1QT1lvVWo1ZjA3dndUdUhSYjdwRTZ0RVArbC9iSGUxMWRhOFZ6UEhhWGdqdTZ3aFdTRC92VjFSWXJzVkY0MUJaZ2sxZjY3QjRtaXBWekR2M3A3OUN3clZtWVl0c25KZmdFRXhwV21HcnA3TGF3MWpZQmFwWEM2TzNVNU1adThId2U5eGxEQVJkQzJjbTVoYkdPd2krdTE2SjRHM2YvOERKZWc5eFVkZTBhT1l5QWVzcElGY3lmWmtWQll2M3htUDUySFp1eUpkUFllWStiVExPN29pTVRDSTI3WlAxNlRWd2dvdTFSL1FLb1RTajQ1Y2FZclFVZUhFNTZzQ0pEN2I2OEdFUEV6THBtYllLNlRqZU91dEh1Z3h6VW9oSmFRYzk1TXVJcXp1a3hsTWpxaEZ3dnNpRkJ0cCs5cHIreFFXdFdrdmsraVBqVmFqYStZcm05Sk5JckZNY1F1Qjlld1EyR2Fybk5yVnY2dkxjcUNoVTBJa3JXdUtPZnMzQm95ZTFRZE5vKzZaeHNHaFBLMEtyZTI5VEUzR1FSaE1VSTdkaCszUHNvMmc2RStPZENzNURUejgyTmhrS2dkNDNHN1E9PQ==', '482525258_17998473023753450_6514362844206004811_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-09', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(43, '2025-03-09 06:18:45', '18066702631901128', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'LvdtCggkpA7mVjm0FQHSlVQyR204QnpJRTBYaW1ZL0NLbG5zK1Y5OVB0Yjh0ajdkRERCT3NQRjVEWUhEa1VBOERublFuVm1aQ0gwU0FwNjZaUmdLMC82VFJ4SHBZSzA2ZjRRTTFtOG1lU2h2cmkyYWVJS2ZOaTFRVWt0enRhSkRVaVNiYUY2MXlJMHZaMUhnLzBLMDAwbG5oS3hFMVJ3ZWR5cXJjbzRySlovTVFLZ0NiN0tRS1VpTFZCTjA0bTA1dHJ4TU5hN0xHaUlmSjZHUVFkSVR0U2RUNGtlYTJkZXg4SDE3MVk5OEpGNi9ldzIwaW1ueTE4VUdGWWdwZldtb05uZGlNMzFHT3B5UlNFazltdEh5VjA0WEUyL2pZSkxZb0hKZGpoV1MzRkJ2dVZyRjN1cSthSk9GTDBLT2Q1SmkzR2NVT2NBYVo3U1FLdmloUEc0NGM2MGFBSUdzQXVMVkFvMHNYa0QwaWhQSGNlNkJjQU9NelB3QWRSUmFLL3VKTFFETjVyczFqT2tQczBRSUVtdVBicVdQRERmZFpITmhVZDFkd0VvdkQvVVRzaFlES2F3NnExSWJQanVNZFdybXh6dllhcU5qbU5QQnFYMklLN0JDWk5WS1ZpNXBjNldhOWNvbmpUNCtuYlZOTEpKaDdyZ0tVZlVFWVpseUtTKzRqcE1Wakd4a1E2ZFBwRUN2Y2h5azlNVnpaT1ZEZ29KdEtzbzU1MFo4aE5WL3NYV3dyWFB6OG1PdmdwalMxRnNnR0NiaVdaNzFDMzJHaGdOYndQcEpSeTRVZDRzTHdMc0NtMFpKTW14eEFQNlJxMVBQOXpLbElkNytvTFkveTczeXlvd1ROOFJVRko3SERZS0pNSDl3RTVucHp0Qnhacm1kWVZxdk1EbjlKYW0ramRLOFIzcEhrWFVhYkJEejFoY1A1Z2dBWGdNSm81SUZmeDVvNTAwbDQ0VGgwVFE2SUJFT0dwSlMvTU1nSGtFRU5wY2JvQjlXQ0hnRDZjRzlneTFIdk4vbDN4S2ZROW40MXpnSDdzTkNMNlZOZXBydEhxOUJTK1dSMlVjZGVSMUhqVS9UTVNtWGlIYSs2c3JMUzZqeVdMOE5EYnA1SFYraVpsaUtUWEFyM29kMzY4UmdnYkNrMzZqbTdFeXkxSmVPeEVUS3dGV0NPR1FocE1NUkczWFpHSHZnMVF5cjhIVDFYU3l4cUpHTGc2TW1sYUpFeVBtd2FyVE9GaVZieVhXa05JMXM4cHhGZ3R2YlY1Y2Q0K3pybEQyVFdDWnl1V2tVYWpVdE50WnpsWmd0Z0cwaEVXcVRQV25ocU1pMFczRXZPamVwQzNVY1ZBRkhNQ0txNFZnWGFRek03OGc3UHp4RTIwaFhVMzJhZVQzVHc1SU5pR1VzRXFyVWptRmFGS1VmS1NwK09DVFlUaFp6dldBKzVTU1N6V2E0aC94RUZjdlcyc1RvcVRQKzRxWTl6Z0k2ZTVXS1RQdlZ4VkNDdkplNFlHSUlJaWRwWVpoV2RiNkpWamtIMGVwMC9CeHp5V2djL0NHdlltaDB6ZGNYUlBkZitBazRmVFUyejNWOFpoQnY1Y2VhSWlxOVhzQWxjZjlMRCtKNWpKQjgwWXowYlJtSnBGeE5hRXBHQ0pZOEJybG1IZ1BYcnQwVDc4Uk1XVkVEOWhPS1JCTE1qVnRqVnVxcFBwUjkvdldnMXlyODJpZGpBL2p0ZmFFeVRZek1QZVVwSnRONGhLK3FFQjlSaG1BQjBDQ3hOZGVLODRaNExCdFZNY3pWUFBMN0hsUzJGQmJmY3VnQTRtdlNva1hPbmxQM0RjYU83ZjVoK09BeFhoK1JPRG56RjNzMHU3S2VBUjM1eXM4OXJUcFpMMkFaUHkrbnpQZkVsQ0hOQWJJeFZnQlprenR0RDZGbEw5THJGYlEvQnlqdEY0VE43OEt3VVVvNXlVRGs0MTFnQmZkREtJSDNUUHd3NEptWWhFRUtxMUFMS2ZIc2JZNWVJMWpJczh5T1lrM2NrZ28xL2g4bEdXVFNoMmNreXJESGxjTWFnUFBJSit3b1NURTNLWEg0SUdudGNoWTE1bS9jajAvd0IvbHAyNS92UzRwRThnNTBFTWgrMkgwOFdrTW83SmlmZjRUdDJJQ2E1VVFpenJWRnoxTkswV1M2RXpXOG9pMFVVbTBEOTRXaXJ3b0hwSFpLTmZtTzBJeHkrcEczYUErOUJaWWhnMWx6ZVZXMkJmOFhKU2ExODNwaUdycDl2SGdpRXNsZm5nazB1SUhZSWM2akFhR1hXL2FJeDRxSlQ4a05yN0s2ajJxSGhhNGpqa0hLK1RHTTU2ZmZ0R29uUzBQNWVFd2owOFN2aURxejl2Zmw2U20xSTNOZ2c4S3RqTENSeW1CU3RnSDlhenlwTHF0WFpPNmJVelRhVDdGbEZSOCs1WTdyRXFYSm1sV3lmbTRtbW9yRXI4anpTb3hYb0ZMWjMxbG9jek02S0RJcVFGOWxFYUdOVE4wM01CRXFBZWZTdVI3L0t2OENHZ2NtTTR5dmRJNHQwNXZjMHVRdTlRMXpRS3BEa2lhRkZHVzBFakp4VEdNem5tZTMxQ0tta0NZL1EzUkg0N2lXb01xU2J6TVc5YytPaEJGRXN3YlcxNmtsVCtmazIzV2QyTWN5ekhhcHdIKytFOFNyUlJtWjNtbk5Zd2l3dEZjZ0xVcU8rK2RSb3NtMHR2MVdEbHh2dk5YVHF1OXlQSDhGeUdlOGdmanBvNlFSU09EMHpXOHJPUjMyN0FIMHVQOUUwMjNTVHZxSEpoN1U3UGtiZytmdS84cTlaSTR2aU5tckJ3aFFrRjdPZy8wZ0pZekxmbkFPaHJrZUVTL29LT0hZeGM2U1VRN0NPS21KV05VZ21KVGpoWVRwL01FM0VIN1duRG50a1RvNXJiRUFoMGlxYWhUWUp6QVJLTDFaSkJJd01GMHVPcHh0dFA0UklJRVJLQ3pQTE0xenlzR3hmMTNVYWtvRUV1bk4wb0J5TjZWZ2R3MWFJMlkzaEV0WjNqeW91VUVRcERoNURBNnhXREJod1lpaE9QcWU0UUhZdFN0NXoxNTBwVmRZZlU2bURWRUFnUmVpZ3dqcmhFVW5ISy90QXhnSndpZ0FzSlh6djlmWU1NMGgrRHp1cUtwSDczUklrczFVVkhTVlo5TmdsUFoyZ0p5Nzlud0pCZ0ZYYlJVQ3RaYnBQVVUyMk9yR3Q1d1JuYmpCMWxFVDYvU0Z1UEZqZTBIbWdXS0VvV3NaWjl6TTFHcWsrMnM2QTlyU2MraWhjeFp3UXlMNDh0NnJpbFFWZGU5N3lvaHRSM3ZIVGQ2alBERzVhNHdqcmQ3aDlDYTUvVmFQZWZ0L1BpaHJLTmN1bUFLM1Y1VTUyNVcxZTlsQU94WHk1cGRTS0E4TkRtU2lZdXdHYWNMelBHUGJ1TVZPVUdpU3Rsb3djSS9DNFluVkNMN3BLMmJlczM3akFpZ3hOWmVrWGNzVE5JaVp6WmVjZjg2d3JhZW1Rd2tBdnVxMzA5YmlkVmFiOERmN3dsY1dCeGt6bVFDbmVObmlCMFpKZDliNHBFRW1ReEQ0NmVzRTFmTEt6WXJpbXJUKy90OUlCa2JERnNJWklnQ01aVUNvN3ZNdjBOcWd6N0tvU01GY1ZXYndTQkRIM21ROW1uclduUmw1UGR2OUFBa05QNWlIdzVOcVJTU3JXT255eTJ0ZWJNQ1JQTUxXM1h5bWNmN2NuQnJ3U2d2bFNZTXN1ci94SkpHdlRDZGU3c1UwbGx3SWVLY0o0MXdsbXBESlNTeTVYSEtvc01uNkdIc0ZCUlJ6SkEwVEdwaHlJTm1iV3ZrMzQ1cDh2NnNFVVVVN2hTTTJIWElFWnJWYVpDSGNWaStzVTI1ekxiVU5uOGF3cGU0OTg3MVFVTzF1SWYxbzVuaE5Udnk2RTlsOFhpa2lta21xVWhXbHVmc2cxRDJvODhBNm9ueC9kRTg2UDRPaHJNTnJ3TjF5', '482983652_17998500071753450_6391439123491406837_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-04-11', 'image/webp'),
(44, '2025-03-11 23:38:54', '18028729466242402', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'utv032sP/aqlqjVDWI37mGk5c0hRUXY2L0hwRUlkYjVEWWRHK0dtN1J6RVV2WVVLRGwvTFZGTUpTK0ducXB1ZEFhb0FWVEh1R3ZZMnVpNzRYdU5VN1RETnh4YkQ3Tms4Tlkzc0duMnB2ZVRxaDc4Tlp2bkVKYUVNUWRxWWx6WmlQSTI3TWhDRWFxV01FTTQ3YnJ6amprb0wycEU1YVRKeWN3a01XZHRFRy9XSm15V3BpQjMzVHBJTi95YXNqVC9hbDlMd29YQ3FvZUUvQlpxZ2dPMUQ0VUZzd0lSN3ZGMnIweE9xQkxNdGl0UVVWajhGYitrN00rVHI3aVlDc0V6MTYvYTJpODlqRGljaldNY0p2TC9sdWFvTFB2dC9yWTM4M1A5SGFMN0hmZjcwT09rb3dDcWd2QytmeVVDZG9uS29YV1hXR3dLSlNLQzVTSE1qL2twV05zcnByZGNTaEN3c3lQWS9zaC9qVHhtYTFWbHN0YTg3d0wvT09BV0Q0UWdGUDNIb3BRWmpWUHF1eTVlQXQ3RnB2cUJHNzhKUXRBZGRHdU05NjBHQVdEbzlxK3Fmc0p2QVJBeHdLQ2NyZnJFdHFBcTVGK2pjR1hacTg5Z0xTZi9HQzdUMm40eFRnUnVGNGREVGw4QlMyMW1MWVR3RXcyUmFZY2hiNWM1dFdaV2ZEbVNCYkMzTEQ0RHRrU1hZWVhMV3JnbFozWDQ4RERldVZzSzF6YjJZUzVUSzN4RnM0QjFKaXFqdG5UZlJEZFJWLzVzSW1WeWdwcWxVV2ZuWG1SWjFGZDAxSW1mWDErbmhVSFlWdHZmZ3pnaG0zeFljVzZCQTlqOVBzU0xsVzNzZUUyeTJVbGZNbXJIeGl5SjZxRWw3UjlyZ0Noc2M4ZUN3eU5RdVEraFRXY0d4T3U2RGtKSnpJUUovSlQzK1pPa3JkWSt6bjBXSHhOSDBYdlhxZ3N1c054TWVIb25oNGZHbTh4RVF6Mi9OOUdTVHhoTU9hampqTUs4TEIvM1NscmppczZVNXJwcFd3Smpya042cHNIdWEvQllUN0oxZitpZGxmUWNyb295MkxjV1dmRzBjcXlsWDNsYUFsU1pFSENUd1Z2M1ZGeVRibld6Sk9NajYrYmo4VXpKTXlVZVNJbm1zZmkvZ3RzdytEVndPQjdBSFVjVDMxcjVuUitobkZlZWN6cmhYMHJ0eFh3a1BPOHIrZ2gyNDFSam90QUcrZWtTS0dZV0NkdGtkaEZrWW1ZUjltTFdWYWFTN3NzSUJNQXdRejhCWENpQU5DQm5JZkNwVmhqbjEvdk02SXkzUXl1R3Fmd0pSOUY2c1NmT3hzb1pUVzFjYWtEbjVNZkpaUEZudUlnTHlEZFZ5Tko4aFFtNVJZQlNYQy9SQ1YzaEJwTm1rMDR0b2NLSmpEVlMxdDRaV29IZWI0dlhkcXVCYUgwUUFSajhaak5pTFZveFVSQlhHeC9JMHhjaDhyK3p6OTkzNXJ0VmFWUnNxa1pHa21kNlN0Q3NKaDg0WmlZU01YN0F4ZHphSUZCVy9QVjk0OTU4YWJFdTFrVlhLR3VVRFBIQ3lBWjRlYjk3UDdudEN4aXNDMXZNVEoxczhmeU1LbnJ5b1hzNGg3eHI2WmNrQWhTR0trd01YVkpVNURuTFBqTkd3cytZR3dXS1gyQjU0VDJDUmFJbFdzbDJiZ1MvS1hUQVFKNGFhVk9haVhyWTAxR09nUkhMbVpRRlkzTHNFQWVVSi9BcUpqejZBdUZUTU5TQjlMdDZYYmVyY01QVU4=', '470661792_17988735137753450_3839367380855772614_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(45, '2025-03-11 23:38:55', '17863329615220917', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'SrejgxvQIJ0b8tCShQkmZGI3eXEySnZSbmhFTDdBVTRSVDd3dW1JREpFZi9XWGh3ckorNWpScnFtemdibEtlUEdseVJvRUdzZXFudHkrdVArakF6bUpST1k5L0F6N0Fvcm9GRDRnbS9kQlAybXdxVWgxQzh1Ym9CWmcwVGc2ZnA3OVhtM3hJTGQxcFI1VWNZVjNyOUhoSTM5b0xmRGkzYjNjWE9jaThEb0d6dkhRaU1tZlV5ZUdSU0lPUk1OSjB1SFNhVHdzdC9WaWppT1A0ZmN6TXdlUWQwazJ2WDZZTGJVcFpZQzB6Z1F4OGhxT2FXMURncXBQLzV1ZGI1bFlFTG5xVWMzUy9TOXNYQlN1S05RTmVMU2oyVVo3K0pObW54TCtZSk0vWDRPN2dicVRpb1J3ZDRDRmlxRm1YbDYvazJsRzlRMkNIak1SSmt6QkZ6Wkdab2JpdFFyOGNLRTRHVGpPRVBXUWg0dEptZ1BvR0l1NzN3TzNaZFlFeDF6UFRVcW1UZ04yNnhRclR2Zjh1UThlc1FHWjNnRm96YnZpMU8wb2tYemF1OE05aElleForTEJET3YrcWNQcnZjY1Q4czgwNm9ydThxTzFVZzQzVU1uZXh2MlJCWlBLYmFvNjlyQUtBUUJjT3BDZEtWMlBqNHpvMC8wNVlvZXdsNEZBQ29aWnFDbm5FRnhaZ0dLNjdISmtBazIzVEppa2Nub0Q4U1ZvMWF6akxMMlNqdU9ZbmdYUmlUS01uWWFnV3ArMVVxTTVLTFR4eFlzVURnN0Y3Q3hBOVBmMXJMbmxIeStNWFdRRE5PLzhnOWhXeldHS1ZiU0JnWFBtOWc0ZDhhcHlxTXNxNkgrOXVBR3FjWGhnWWNVWmxSRjBIODkwRVREc3ZhblZLc2J5RHZoTVI3UkVUb2hYb05jUWJEejl6YWFINk9laUdLUEtvZjFkTTU3RElWczY3MjB0cG1VVElCZ2p5Ync1c3pRbnFPcmdrTnVYTFUvZTkrd0dGaDZvVjNkQVdSalRlK2NOc3REcDZSU2lVMUtNYUdOTXdkMFRuSko4NnFONHljNEhoWHNiN2xmYjM3Y3FrRzVYZGRIY1ZURTl3a2w3UEhrVkxKamFSSlJtUmJVSHNtTis5aFhWZ1lPVEsxOWlRbm5sY2N5ZHBWdnFadmtpNFdOWjlDZUlqNXZTQnExbjVZS24rMGlwMlRabG5ldmwvaURpa0ZPTXVKRHJ6SkdqS2RNTXp1U3h1MzgrbWxRdGN6UnpWc1NxNTZkV20zU2x6NWJFTUJyd1Y2dEN3SG4wMy9iQytxKzZ2bGpvbXhQS3JDNUpBQ01LT1drM1ZpN0tKQWRnMTh1ZnJSQklEakxxR1EyQkRVRGY3NTVtbEdHa3NOanNzNnZBNmc1M25iQTZ0cVVBamsvTDkyUGQrWkJYQU1tTS8zNThMSy85NTJwdFJxeGJmTUlFZDNpenJGSEY4eFdSRkN5Q25qT01LeFpWU2NkKzJ6MlkrMkwwczFXM2YvdUpPZnhnZkRVbXJxUkxVK2ZwOWRUN21NYk9hQy9rdHVzTi9yTGtiVE1ML3k5dE1JS2E0WVR5cUNzcThnSlRqcXY5Qi9wd2w1K1VGYWZuTktTMk9BVnVQYUQzMnpHdDFSNkErU1RxbWxFZXBIaEg5QUxqMEkrN3MyRzRFM3JDd3hPdUFoVHUrb1pYdldIeGlDN3FUMUxVUWlaaXltUm1kM2VkU0NjdGVTQm9zTnp3eFRQcUxpV28ycHFreHU0N1d6Qjd0bW9JbGlmdmoxM0gwc1M3TGVJK2RhNGRHSHpzRGdQREowMXBBZlNDTit1aHJFeEFrN2RMVlBIM29tdW91NThtNDErQm1Xa3h2NUNnWkExVWFNeUY5WmpKc2NOZ3BWMVZnSFQ1OCtNa3ZnTFRuNC9YUXg4aS9uUk5Wc3hUVmpQNmVzSTZuUFY1QmJYdnBETHNuMndsQ1NwbHdFMDh0Zmc5WUgwenppdHlWRUJYT3NkRDRBclRENEN4Vk5ZMjR4ZFg3MVM5OFc0aW1KWHR6WGdEL1JqVnV0eUZ4emZkUDhXN1UrMC9RbkNPT0ZoaWJiOW8vS09abU9odGhUdUVaNVdUeWp0QWpJL3dWV0tsNHVUTnJzVEFTKzhRTTkwZURmN21mS3RvS2NIclA3SzBNd3MwRXpMSC9qcTNTcU9HSTh5ZTBXaklsUDJpSHpURWlTeUdNZHhRaUJ3aTc4ZHFQQ055Z1pLRFg3dXBPYkJTTUE3NVdLdWlRcm4wZmxTQmdHQXFUY3BmVUM2N1MrRnNTZUJSNmFHUjJucjBhcXpaeU9oWUU4Yks5cUxLdXpFa0NOOXpJOGJ4cUJVcjRKcVVFd1Q5Q3dxbFUzbHFqcG1jTk9mdVkxR1hSSVZYREUyV0pjOHdsVGE4SXRSNlRaZjVZR1h4RUlJUUxtTnllSExvNzBXdWlCNjVjSU5rNTNKS0dhS29USjZ4NzYxNWsyTW4rZEFYVjU0UVAzWXBxcEJBMHQrZnNvMnFDY3ZpN0dKaHZiN0s3MUo1a0NVK2ZybXRZNVkvNk1XazIyMkhKZ3VHTTA2Z1RzSzVrWjRZUm15UjgwVUtRMC81RkVQeUFqZDIxTmVFZUozT0ZMZzZVZ0ZFTXJGV3RZSWt4SlJUNlNEL0wyQkFLLzl5VnBxekkzVm93Q2lSN2NBc0VKbndOQ1BVWWZHNnFSNEVXWlNEZXRGYkhld2N3a2c5WW9wTTF1ZTRsamZjMVZDdUtkeUgrK1hNM0RmQ2QzcTNRY2lOWnJSM29UV2Rhdi8vajQ1N3pxSlJac0M4T3poYWRjUlk3RlJHY2grZmExbGZobDRoSERGa3dWKzhhQVpXZkZhWGVpbFZ5NWFnOEpaWUJOLzZpNWQ4Nms3aUZkalNmanhiSDExeWhnRmhMQ2M3SUR1N2RqclY4aDVyRzMrTEZXV3FYVkpnb21wWjZkODVscUlrVThrUTRmVUJ0Yy9saWVRMEVpckZPZ3hadVMxUEhUakRYNXRZb1FLS2FLU0xKWjJNYll3dzM1U0tIY2x6bTN4a21aajdqeVNOR2lvcnM3SDQya3doR0x5dFFYVGVkb0MzUmllQkh4Vm5DbWR0c05kTTBTMHlETXFPQU5wQWErSWdaS21YRmNydnZRQUNVdGdZdFV5QnB2ZWNucFI2ZWxGN0JGckgyZGkxNVB2NXNuVnZaV0RvcWEvNy9aeTF6NUVsbkhrY2tzVS9jRDlPSllleGcrU3IyYS9pZzh2QWVlSE5LamtuMVhjaGV6UG9ndk8zTml0N1Y4NmttbHUvYWdJOGFSRlRTN0EzWDE0dE0yd245VUNjVUdWb25jQnNnZG9vdm8wZmpsNlhzamJ6ZjJkQUorRDh2aGhJMWdaUUU4Q3RIdldES3owNVJuVHRSdzN0eGVORjdMR0dwekZoa0VRWmVzMWtMRFE2UVVGK1ZQaUhFM1RCN1kxcTBQUnlBbDNKREFwK1c0eVQ5ZGRpM1JDSVllcW12OVJYTXdSM3FGcWVZeDJ4R3laR1NkcHFMT2hlakZlcXZLNTcwL0lweFNZYytBU1RyTHdHTnNIUkVqOHVYb1VjUm9GZ2MvVklVT3JUS2h5TjVtSG5KQjh3Wm5mUENscWZ4RkVEZFdmOUpBRUFscm1xNHdMWlhibTlZakd0L0s3ZlI0SEdzZDlXZlNITEJLS2ZHWWpNR0ErMUlpay95T05WWTdvdzc2WkdNMG84OXZOZzZXNEdYUEZDRkx1SExHRGxsODBZZTBVUzNNaWRtTTg2NHFka3B2ODE3a3V1L2lKVldFY0NuMW9HTTFLN2FNVWt5aTNKS1ViVFBuRlRvPQ==', '470107342_17988099485753450_8377382678236654713_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(46, '2025-03-11 23:38:57', '18157813522327399', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'HCC4XFZjFm5WEQ/T5yo3+1hXS3FWa2tVZmF3S0svN2k3SWJHQnNQaklvRVp6RmN1cTErdUxQUWlEcCsrbDlzM0tFSVBEUVJpM1JsbHplaDRZbStVWkhQTjNKQUUvRmJzaGVONFprTTZuL01VSEk0cG94eFM5MTA5YUhDVXd5MXUxazU2OG16NnhNMjgzU0IzZXI5eWZ4d2F2N2JzYkorYitoczU2QU5OOW1MWll3S2QvbzJHUTI1aW0yUVdIaGF5b3Q3SDdtdittSFlvTkx0QlZSa1FIOTIrOHFuU08zUHcrZWlkV1I0RnVpdk1LNTd3b0M0VCtHNzRhcTdyWDc0RC9COFdGTDBHU1VwU1VRVyt2VWpFNzVSbTF3eS9ORTF4TlcvalVubWRUYXlGcC9CUkhwMUxHV0FTcmd2b0FiblRvWE5jYlpxM3FNelpUUyt5SWhwdnFOZ0xlcitkMWp2cTlQQmtXK0JpQW1WYVhRai9Wc1p3Ly90b2NEQVJBNTdVeTVjSzVLU1JLUWViQnhlMWhBYm5oa2tVcTNPdkhpNkNRR1RzU3AwVHZPZk9EMER4NHYrdVhxN3pZLy9ScUhjOXZrQkQwdWpWdExCbXBlRWEwYnBHVHE0SEVoam5JRW43enBaYllpcGpOUzZnaXJBQUNZRTNCMmtPZC9VS1pmbU5LRzNYUTh1emR1ZGQva3ZiS0RiYU9wZW41cmt3S2dwQVkxVk9YSExrM1VaRlI1Nml1SllXeGZlZDEvL1NQSCsyVmpOUWpRODczOHdtdnI4OFRPTmFyR1gyWUJzNE1VNzh6ZjZHTEhuNnQ0Y21DQkRPeVpMbU9rVkNLQXBHVTAwTzVUT0t6VG96TEU2T05HcHZpV2wvTDl5bG4vRkc3S2s1OTNlQ1ZTV29hU0VUVXV4MWtxdUpPZXY5S2ZwQjRJTStPQ2xxNjdNV01uRlkyNDVaN09pUER3Z0E3dUllZE1mSzYzVDlCOFVpeEJjOWNHOTcxS2R3ZS9jOVkwZmZuYjRRMXZtdk5BSExncjNjcFhLRWRmSC9VczRqbExIVlByeWcwbFgzTy9PMGZvamNzaXJnM0l0VE50VGNzRFVoNkNHV0poTUVRT3phaXR3MysrWUZhWTYrRmlNT1h3S2lwRTF4L214a3grcXFGbEpGZFdKTlh0U2Q5RU1vbWg4Z1BJejFhdDJuZzNjdDhYNnZtN01PampZbUdKSzBYa1dNZnNlRktvR2VrbUVHQ0lpajVTNkdpYjUvWjBWcTNVaWo0ZHdkZEMwblhvdlU4M1d3Z25MWk1oVi9tekpGZkxIRkIxblpjMDFUL3JxRlFoZTlOZjd3L1dzYkZwaWJHazdTWkZYSVcxbjJ1ZXVkVWRKTTlRdzZ2SW1VMGJkc3N4Y2xtSXdXZ05JZDd4VlBrVjY0aURVcGFObmo3dHV0Wi92NndvVnA4SGoyVnAxSDAwbWxmajd6VGxkMlNkYjh3SW04VlFvMVAwSm5RTlhQQ0FFMTV5Wml5NEppRGNNb1JIRzVJN3hqVUVCZXhRTzVMeWJmc0haNXRrK2RhNzZYTEltRVpuWHlWMjdQY1BhOFZ5SFdkTEVxMmwxZmdpRGNsUTVyODFOcnA3SE1lYUY5d1lRY0owRXJ3SVAxa0VpZmZTdjBvZFZ1UTJVNElYQmhPdDdmTmdmK1dDZzEweWtONVdMZW9LOW51QzBaZS9wZXFrSkZPeWMxdm9yWGoyS2ZIeGZIUVFpMUEvdmUxRFhpd29kbVY1VWJkOERGMmgvV2htVFl6RUpjMTNMVFBsSHBTY0sxSFVoVGxGYnFuOGhIK0Fmd3dPZjNGS0o5QmQwK3Z0ZHJ4Q0xBOWJMQkpwQVFvdlFBK2JKQW1FUTJYMW44K0hWZ0t6enViRGY2MnN2UEcxREFrbGtLcStaeEZkdFcxbWJlbXYwMWVYc3ZiR3VtYjJLcFQrdEkySkxGL1pTeUJBRHM2cmtnYUhINE5QUkpidnNSZjNZTlNYKzZ1UFFtdXZCTWFJcHBnWXdvbnUxVHNEMTFnODJvNjU0M0JoRnIrSzlzbkRWV0lBNU03OWZ5MDVNWEs2Ym9MZ1B1Rzh4OU5JUGdIUT09', '469714255_17987962004753450_1150429607515654676_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(47, '2025-03-11 23:38:58', '18467690479061032', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ZO8ZMKsFWjS3SbyZZ2I0xUdmdDlub0k1TEJ6ZzJZeGU5WjltYnVPSjRQMHRrSnprWnl5QlNtR2xqMjFJckFBMXZUTlZ0V0FCNnhGVU9ocHBDczh1dVFRZjJtaXA2dzk1T3l1bnFTREtWNVBua0ZlcVdkdGd6OUN5cGRmdGNYOU5wcEVQUDJkTC9tTmJyOG5CQWVVSmdEYm5RVW14NS9OUDJqd1ptTzFNT2tNZ04rbERRTFZEMHRmdzhaUE5aMnJ5aVNJekNPV2thcHdEN3NieE1BaXhsd1ZmL1lXcUVhTWorQmVCTDdUQUJDQmhQUTNOa3cyMG82YTRkWm1La05ZZ096WmtJRVdrUkFJMVNSYUhpRFhLRHN4R0JnOHAvbUdrVVQ1dTdyUDlXOTBQbGhMd0JBVTNSZHNJNFhjNzdNWEczVmJwMGxkWjJyeHJ0MVVuSW5oVEF1K3dVWWFzUUZESnJsNGRScHFvZFhqMmRYK0E1VmxSa3FYeitEUy9aQ0hDTERTTFQ3bDNFekpHcXY0WVdBOWZJWFhLUmNTY2dRNVRlT3hjMytaaFUyWXdGSXhVWlY1VVpaZUlCOW5Kdjlyam5NamttSDE4OG90eVdrUnlJd1lNdUw0MHBxbVNhdnJTM1pQVDI3bDVpQk5wUG5KbWF3U09KY2sySFBuellEYmpJTVpaUmx3NUw5VHpjaXVNb29DYU9aVnAxWERONUw1dURwR0NnTGtEdnI1RHZ1a3NpV3REYzhSRkZoUlhQWVJGYStROHRSaXdsZlROMTdZbms1TlpYN1owVzJNL2UxWEJ3UHh6ZzJJVmhHYjhjdmptNTVXdUo0V2p0bE5ZdHRBeCtpWHpLZTEwWVdjWXJPd2M3ZjZSWmp0VVF3Q2hpVzhSUWpFdlREWU1Tc0pXd0ZlM1NvdVRCK3k5SVhlSFVIdmV1ZWJKS2tWWHJZK0VpMHFkdEU3NStZUm1pTjF4NUdQWC8xVnZFRTNRcksxMHd6c2dDTmtRdW1WZnY5RVFENXI3WjVGWlRRc0cxZDZveXBWL3drY1l0S3lkUDZkU2FTZlBRT3VMNE9ieVJjOFdRRFd1Q3lhYlIrR2ZRMDZFSjQvc1hGaUxRZW1sRGxuUnpLTEgzTHp5eWVxbjZnYmMrb2ZLRXhHR2pzeC9zcGVPYkNLK1dCVXFIa0xIckhCYnZzMGhwY2hTZVdldnZTMWt0MDlDWDN0YTJHYzN1MkFYNlVLbW5Mc0lYNzJKdVNiL01SQWgxczltWll3LzA1ZDQ1WDNVWHdKMzJJK0pJSElzd2ZzOVV6MlJuMzcxckZQWnIzTFNhL0V3RVlBS29iR3RrZ0dvVTVDNTJtSTJkdWt2THBZYVgxeGNPRXVxOHg3cTljTFhDaUxVTCtBMHhyWE5FM1VrKzY2UTY2bXB4ZWVHei9RN2duSzV0cDRmcmNuRWdzYXRRNXdzNmNlbDR6WmRKZzRUMkFFSkJtT3FUVUhnSEFodWVGVFNmV0J6MURjallQQ0xCOVI1QUdSNzNMK3IyRE1qdUtWR1pTK0cvbUVUVUp6bjVrVExva3h2eVVzNkhIMk5FUUFiTUFVbXZpWFFId3V3MnU0LzhQb3dEVklUSXFwaGVKeUlBVnRuSVBmRnQyWlgvSWd2S3RDamRjaFBQYzAxR2ozVWdSd0tWa0dzZC9RY1BnN1NEcTFFVlhXNlRBQWdNRmtTWmhDT2tIY0g3dWZYZUM2NmV5UE40SmtxdG9PNHVOK3RJSk5BT3ZzTXRMdHByYXpQbXkxekRuTWR1WXFkSFozSmFSdU5CbWUycExhYUNIV1pBUnRSOWRObnROTk03djFXN0hqc2dqV2M4dGFUd3hScHhIYTdwZzUzQTBtY29VZThtZVpNSmVROWMrV2F2NEdFSUZ1UllINkZ4dThGQ2NydGcxa05RM2paeHU5QWVNZVZaZG56ckF2NkNrWmJvbXpaeCthTVF2SmRRejdvWmQ2MEZ6NHo4NEVGRnlTREFnaU4rWm4vQUN0U0xDZDVWT3duaEtKRlE3R3pKY001QkZuWjNXY0Q5TkFlU0lWb1B4RWh6cE01ZzQ0S3hLdGZIanorVXlvYnhZaVJZUzJUbWdoR21oY05GNU9iV3FESWExR1k2eUNKenRtRGh5ckRhUC9zRTZCbzBwLy91QXptRTJqTnVpSHh0azFCY2JsUnY1YWhGNEhrYW9DZXZUZ1U1Q1piUmVKbWhNM2pTSGdIV0ZsV3hoMC8xV3l6eW9TRW1UdjJDa1RqaUJld1FoZFd6ZEhOSG9HQ2FRbGMzVkR3R0QwMFYwOVh0WXNiWlNGT2pBdE9HN3ZHQnZFbXcrYmdRUVVWVHE2THVXdE1YaGJFOG5IenlIUlB1SWxTZE9meDMzYUR2b0xKN21RYkpEUitRYWsxb3Y0UEJEM1k2SzBJQXQrcWh2MjZYYTlSNUU3bnFoQnI5WUtQTmdlenBBdDN6dTAyV2RPeVFUMitKaGkwZHdGVW9mbjFVdWptNkt6akdmVEVjY0lMeWU5QndseG1HOXM3NWwyS0h2NVlyUXoybmRnbk82L3Y0R1BUZ2dmekRVbGY1empuUnNWVWl5TXpMZnR1TEZwNGQvUFd1UFovMlEwMGR6QzNWSUp6Ymh5aWhjLzIyclg3TU1KQzVqaDNJRGFjczZvNGFJNzN5ZTRBSnZnQXVXQjAydjlqVmhBbXJEcnRQRDUyS3VJVHB3ZGlTa2QvK2RucmpNZ3phc09uUjhkU1BKL09HeElQLzI1MTZjL0FndEx5SHh2a3pJNTJzYnJodUNnQTVEM0ZTRUdjQ1dsVjRIWmZxZ0VwbVFBdUtrdHUzREp0ZE00dWp3bE1vTGdTZkE4Y0IvUXBTWFB5UDJDMWpyTGZZRzRYOXJzYlNlbmJueW15bXYycnlPUDZjRVN4TlNiazdBUGhrTWxkMVRtTjBjWGVUeFREa2VONW1VTXZDYWh3TmN1RGpNWmlkeGJPekllcXlQN09PblhZREhoeGFrODBzNFl5eEI1YXNJWWVzNGFQeC9VSGxMK29ZVCtSTkR3SFFvQ0QzSGZFRmw5NzJXMFpsczJwUW0rVlVlOE1Kd2Rsd1Rab2Z1QnBUdzNXUTdhcDJGY3VLSWtIaEthMkhsVm81d05PQkxWckJNSVFxQ0h2bkN6VVYwTHFCUHBTcGlDZ1dJSDNTTCswVDhxS1FzTWF6b0RkZUZWSHF5WWtOZDF0UkdTZTcwb0tMR0R6amJzNUQvb05xOG41bHF2NitJSVlPVmRFWTZQb080RUZxQlhFWFcrdDI4Tnp0QndCK1VNSDlTRkFERmhZelRhbDBOUDBNNEN2a0dLaUQvb1JuSlIvZDRvdnorbW5ZSmRQeTRSL0t0S2VubjhiL2p5RTVSNFR1TEV6b0QvMVpiMnVvVEplK3llenMzeEFlTmd5eHhQcG12emlCdmdNMU5BZFcxRk4yOTNOeTZ0Y25ESUdhd0RHNlg5NnpaOW1aNTlpL05UWmhFdCt5ZGhlYXBCV3p0anlJLzJ0WmpSVFFNOHRLZCtFdjJqYzRqcitNR1BJOVVnbHVualJBcExVWUx0cXA0bFBuaEs0SUtaQUdJbnRHa3NXazRTRUUxWFg1Tk9oNTFQRDZidk5tTTdhemsrbXk5TjVYZWloQ28xakUwUUFYSC9BNGE0VE95NlhMeEFDQ0Fqemc1WldmcjZld05PMmxGaVB2d3Fxb1AxQjBXSXZjV1FxY1pkN1d0bWdseWtKeFBETFArYXplNmNqZFBTUUFyZ21mcjZNdGpkZGdJZ0hzTVY3V29CWkxQOURKR0dZY2pBTUk3NVNUQkJ5RXNpMjNxQ0lhYzMwMC9EOU9kYXAxMThVNzhzQnJ0TUtmNGRpTG8xWmRjWFYzd290MHl5aGxFc01lLzYrRnNPelVMeHJpL2pUSHJtQzU0VmlUdk1HZlg3ckZSSFJMZDgyTDErV3Q2RmNYbEMyUExpQjJBQkN2bWYzRUQrNGh2a05wMXl2VVFqa3dzK3hjK2toaEpVbU1JdnpZc2tGblZvcnJzY21CNkUreXRDRmhzdk9UZVJkUHVIWUlNVGZpTzduQUpZK2hJYmFKNzdYVkMxa212ZlZvNnozM29uUDdoYkl6ZmZlcTkrazlLZ0QvRkQ5M0NVS2ZnT1FPK3RZY2NVUVNEQlRuYVVHRDdrUGpyWkdYWkdWb2JnTnNNZXZQZXp6cldEV0F4ZnQ5T0I2cE1UcTBQNURoYzhyOWNpZDYvVEh6Y2V5cnNDck83a3RBdFBYL3hwVDFVbUVjZ1FQYTBJSU9MZS9NQVpwZVhrZWpNcG5VRFZKZHRlNFpYdk8=', '469833982_17987706200753450_2578227970036601159_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(48, '2025-03-11 23:39:00', '18472177009009962', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'l6X3jEV8RIU5zweqOh4qpHRxVHFtb2ZtUmQvVFU1OXl3TmRPQ0VPNmJuSEFXanc1UXhlNk9oTEJUYVY2MFNXdVRXcEo0NGpCZi9jWk9uc3NsRlNtejlQOXlCWlZ1RVRSQ1F4L0UyeEdaSFVEdU1WZElvNFMwdXRZOTJoQU5rY1J3Ui81Q2YxOUE1TXJzd1F5QnZVOVZqK2l6d0wxT3ZydlROMmI3L1JHazQydUZybjMzb1Raa3JPOStxVzVJb001Rk9yaFBVUEJWb2JhQWNFamdIVm96NDJ5am0yRFlnd3F4RlRRejgrWnZlbGc0V1hESVlYWUJZMldpQ1M1RHRwRHhPNG9qM01vNEMyU2xHN1BtTXNQOGd6T1VBYUYvWS9UcGhUaTFJTGNYVmlCQm9GY25XZmdhMXNsazJSbEM1WTJGR2ZsVzBHQk11T1VvQUJGcXpTbXlFVnBVbXdhR0ZGSVFoZDF0MzBiVFhSMHpxcVVCVWtVQ3ZaVUo0OGlqM25vdTljb1FGOHoza3BKaEN6L2t1NzJSWjkzcTVEMFdRbUdCeWQyZVAwZXBtNEdlQlhUaThhT2lmbmx3M2xyUnY2OFZPSDBhZ1duZklxV3lXLzVNaGRhSWZPOTVkWHVFQzRSUzR4RlVoZlZKNCsxOW4wSnl2UzZobzJwVk92RGQvSElFUmtWZE9YcG84TzVUT01xcGVzb3Uya3pXUFk4MWpyV0ZuWTFIdWMzcmFwZWNGLzgwdzFqeDdoQXZ2N05OUmFPVnVBUnRzY21UZlp6amNXUHVhNGcrYitJQ1I3Y29XQzc1aHhKVXh6aFczREkvVHVYdUlEUkIrZ29UdGZNRTgrTEtYTitSczI1RzRaZTVyQkhTWVBNdXR3VURkVkNBcml4ZU1nV3dWWVJGR2F1V2dXUkgyZFdKUlB5ZUw0QWRubUhFcUNRY05BM3VJTDh6SmlHcDFzVUx2NCsxU2ZobUdqU2xaRTU1cU1VaFMzYWNpYkN6MVlYaXBrOVFyZ2VCNFJBcUcrbTdDTUxSVDh4OUx4MFdFc1BkUVhUY3RXaU5uOXNUN210TUxmcWc2UnhpMDJubG1OSVZBdHI3NjQ5VisxdTlSd0Z1UzZ2T1I1bHF6U0tzQnh6cWU2bTcxdHZlYTM5NE9qZU90OUxEQ0Z3L1Y3THpTUnRoSWdDQkR2TTBMNWtoM1c0czBSNk82NEhJTG5VVkxZQ3VHZk04cEV3UkE0Z3hDRDBOMmsvSVI4Y01nOE1RY1Y3aVVqM3M5d3ZOaVFrUEE0dE9JOGZjeXlXOXZPUWN6WnpiYmFUSEpJVzlkNE1jNnNSL3MwMXJCbnp5b3llV0lSSjZkaFoxVmRtMFFOMzNTc051bXZnWDJTMFFCbk80c05mMk1ySjhxR0d2TjhPOGwzdmNXbmp1cnlFNWNhcytwL1lGdUNuREtFckl5ZHFwMmxtdEQ3MG1wY3dldWlJbnJKSHFESFdBUlZhQmZsa3hhTWVqTUZQRVMzeVpkNkMwNlNKYnlwUmdPY01kUmZUWUxMUHJTNzJLbFdKenRNQ28yNkdGaVNmdDUvcnZ3OVV0VEVMcUpOUjdMZ2dwUWNOKzBkR1JhTnZaVy9sY3ZoYTJYSUhCWTVQVHJFOXFtL3ZjWCtLbXhiTmFIbzMxRkdvNjlMOUZId0prYlZFVlVyVzZ3d1V6Z1V6U3VraWpQc3V4SUZuQjI2SUFVZmJFRExpV3hscTArYktSbzN0dnpHWnB3WHhobENrUVI2YS9RMkZiQjUzR0l4a2pjaGRGMndSa0hYVkV3cXo3UWpTZ29JMThnRi81UDdra1NJa3BVU3hHMUhtVllUODlKb01hWUgzSmx1T1FTYlVlSml0aGNwSnZZeWg3WFNmeHdwWkl5MUs2aE5LUTJjYlFwbFpZUUxlaDMxMUZhTWQrRDRxUzZYdGF4OC83bVA1ZlZaZjkxQVVRMkJXa2ZrWklDZy94dVNpT1JZakdPeEI2MlVDaWV5dElzU2tSYllaMUZXZXBSV2tlcEpSMndCb1lxU3Q4NFE4R2pCOVBFVXJhbE9oWENvKzQyZVcrQnRzK1VzRXA5Y09KRVpNWmZkNlc5R1pZTGRhRWJOVWFMT0cvOUdrUFB1VWwwK2xEZ3k0UE13MVhtSTg4Qk5FR1E3SjBlWFRHTE1kNkM1aVY3YnVhelROalFNRytjYzRaZk0zRWxFUmdKaFBHczhhWnpLd0cwL1dyVlVzS1FidFBKL29WcW1ZVFEzemI5Rm1KQlB1SGsvYmtuNi94QUtCTnN0dmJDbGE3ZG9yRVhOei9BYkRJaTZrV3ZDUWI2KzhWNE1BNFc2QXhVbnVBdjZhTXYzR3hCdE5NcU55Y2tMRGpMKzI2dm1NdlV3MjRwVE9sR0R1ZkV1bWdhL0U3cmk3TmtYaU5pd2twakJScWp1MEczUDUwTi84MWhYb2VGUTQydGg5eC8vajA1b3RGSkdFNk1TUU0xa0xCOXlUWnIxTkNZNVJlLzdSZ2JLYzVtSlhlUHNBbENPZ1ArWGNWbSsyQ21GcUhHTlJBMjQvV3BBZExkWlFUa0pSRVc5aVRtV0s0azhqZ004bmRKOXJKNExuaEF3NXQ4QWtTWkdSaDNDdGNweGpqanpKeXRxUkx4czdMcWRmWW55Wk52emF6Q1ZNWjEzdGRFMHlTRjh3Y1BJeHk4cXpSdWRUaDNaOFkycUNUeFFhYmRqMFZjNHQ2UUhvbllnL3JFZEJKMllLNGZwdGlHT0Z4dkNic29KMEVickJGOFdQTkdsakI1YzRNamorMGFwR3IrRUlnNUtGQkg2SGlsVDJuZklRVVZtVW9hV3lQTjlQeGNkNEZLbmhLdFVxYTY4R3cvaXVHZ2NhbU1YTkt5RVNHZnovSTdNWTEzSzhHQ3dlNE50aG5xVWUvR0E5cUNCdDJhSkI5OFhiSy94V1VjMCtKQi93cEJ0eGVMOEw5dEEzVTk0TEI2Qk03bzdmRjcrZU93bDJxNjlQTU05d01EL3hjdzIwZGtZbWowUHM3UXEvZHVOZEtTazFuTnhrZTlkZHE4aWRNVnNCMDF0Y0t5ZjhOR3RIc3Brb0g4OU9OUEhCd2dpN0JlYjJTNGRjK1lFTjIxdCs4WTJ4cWJRWmNpandySEdhYU9UWlUzMWFMREk0WStRUStIQjZxTmx4MnF0ZFRDaThjYmZqcmIvbGlBZVFPYUZiZEw3bXFGUEVkWjU1bGN0WkpsMGlTQ3NWY1d6dlR0ZWVsNnBlRE5BV3BlUFRNV2VJSytyOVhMMk1CaUEyclRMVTV5WGNHSGxQVnlXOS9tcGdOUmNBOVQ1YjhWVHhwK0h6cmlqSGtQc3ZzZEVxNG81UXFoWVM0cjgwKzdCTVBHSXVQcTZJYkplM2hWYVIxV0RDTHpjME9yZEhqQktB', '469696748_17987618213753450_7467371194510066526_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(49, '2025-03-11 23:39:01', '18058813855730174', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ssKB5KKauBtUbugN2mm87kYvUGR1WVFwZWxCVSsxQmVWejlrYVRVZm9jVldFUzc0ZzZUUGtJNG1aRlRrUklUaVdWcEZ0cFY4WDhucnBDL3RMRVdoakNhS0dkZnA3VEtUSUFIcTltdlphNW1IY2hhUkdINjE1UXV0Ym5LSGExVjNXVU85RkJxOUlaTHNwKzhXZVF3VjVJUm9EZmVJbE9zN2tUSmluVUVBK0VwclFROGJYUG9rVHErMjh5NVlMWFRDVGIwUGVkSS9ML1JocldNcnZmVm5lT1ZaZHZZYk1kWVM5d0NEbGFaaDF1R3V5VURDZkdEbVMrSDVqb1VhWFRrc0VSUEt5UkVZbWMwbVIxVFdGbEhPVHhVV25LOFBLZXZ0djZCelhoVXRBWFduYThGSFVtZzExa3pQaFVtcDRQdHF1aCtsSnpReWNKK2J2SUI0b0ZuT1RnSkRFSUl6ZFoya1pwd0ZmWFQxQ3Q3a0M5cWNYNnVpaHNEZ0pjNllBdVJ5OFQ1d0t2VjBPS0szMHRpTEUzUnp4a1pmYUE0ei9Vb25TaVJzWHVCV2JCM25ZMEJ2NjRtamxROTRLc3dUU2k1cFI1TnNXRkhZRmwvcjJCZThGTEdEM29DWFJVdjFwS0psL1VvUzF0UW9CUXNSRGlZMWhBNVZiQ0hhWDA2Z3l1VXhVb0hOTjRXekx3YVdmSGtmS2huZGliTjd0djc1RkZ1T3RVangvWjhLeS81L1dYcU5WRGttNjdKQVBkY0tpQ2g2LzN0QWZtWEVSays4VlJobVcwS2FNUjJpVXY2WmZhanh3Qjl2QUhiNFRlWnRpWWpHcDMrTmFxYS9Cd0R0b1pyUnlRZjRmeHF6MXFzOU9uaFRXVFlpeDh3ZEhzNHdndm92WXFxcW94aHNnelhtU2R3TVZyR3VDWXdzSllNdlhjSDFSRi80L2RSTWpQV3FGcU9TU3E2VjBoNDlLa2YxejBPS0hRem1PeDVUT3NiWko5eWhVVWhyUTNPU05vZ2VaMzBLQzI5QkNrUklYYjhQN2lGYUlMYXhDVllNTnM5WUlFT29NM042K1BIOFVkUjVVRXM1RC94bHhRTlJ5WjlTOHM5MmlEVmR2ZXJIcEpvTUMxR0Rra3JPT2J4NzlEbkcvVW0zbFVvRGJUcXFGeGp6cG96NGdRalJienkwc1FLV29oK2duWmM3aTZLNkg3bjZHSUJDc0R0ZjAwQzEyQ2JDRlcrUnhaVW8zV1NRaWtIMjEvZThZOUZ0VDcwVHRYaXBqTXNDL28xQlV6ZDdKUGdSU2hESWkxN0UwdlAzc0J1a0UyZmEwUHdiYWtVNjN5MVc4ZW9HQXBuRE1DMVlhcmdMcklwUlo5OVMzQ0REOWZLNzYwMktMWUdsVEhWMGFDdW5tRmNFY200VE5VMzVvSjYxa3NNcCt2cTFzdDd6QTZ0VEZxd3FHS3YwRmdFZTkyMGMvdFdYSm1XYmRyaXlHWjBHNlFUUlpPOXV5Q0dUU2xTNGVwNU9lSCs3aU5DRTlGa2VQWnlEd2s5NjNCdnRlMlRYL2xRaGYrVDJzWVlCTGxaMFRlRjlyanNzbmwyK2pMS0Qyb1VXRG1pdnBqbWRabFFWMm8zWmtkTzZWRldaSEZ1MEE0Q051ZkFvUTJPdHh2RjFLTVdCODNXVzFHbmtYc2M1Z2dIMTROUjV0eGhoTit1ekpRTDV0Tjg1SnJuTVRlT0tOQ0FWVWhJVS9CL3EwWkdrQ3VoeHliOXdmWTI2VVJ4dFg0SFhjck11SVZROTVVSTVOK0RrS2JaaWhseDB0MXQwSDVaTjFFSjNmUHYyeVQ0RW5VMzh5T1U0ZURhL2ZRVTFVS2lNcitBTkRlTEtJWHFqdTFuOWtKOGtOWjhJQ0d2SjNZQVM3aTdMWGN4bGYxeUN5RCtPK0lVZVZETlJEOTg2Q1FUOUYyL0NFTks5VzNvNi9oRExPTmxTN2N6QjhNRjY1MmlERTZPOGh1QzFVSXdXV2JlT0lYTkg3YVVTU00rTjArVnBzY0FTZkUweG9NbUxoUDE5TE1sTDM3RHpYSXdORUMwNW92Y0EzV2M4OU9pcUR1RFVNQlhuN012QUpPeGdoYkVlM0dsRVY1MDlSVXExRWRCZHhsUjdycmV3dEVjS3lmd0dObnNhaHRQLzJ1OHNlNFpJeitHbXNxbTVoVGsvMnluc1lya2xVVWo2NjFFRFNOWTZKNkN0WGFQdkxGandCaWt5aXluR3A5eTZvU28xK2VaLzF0UUNlQ1Q4QktWSVhFck1YYlZ6VVdYL21Ca3diejVabTZGdmE4MWpaOU1Bc1RHRlJ0bkhWNjVLcmJ6TEsyY21EWWVYK0dZcEZRcWZJV0Fia1BJMkE2VGxwWGswUFBXcm1yb015UHExbGxNZlp3M0NwOTIwMWMrL2V4V25oTmQza3QwV29vUzViSGN5aGhlTVVpMWtoVDFrVWhXZEFkY2xUZFZQNlA0cUM0eWFqZDdtOTRwVnNkdHBIY3BHaEp1bGRtdnJBMThQTlFtYjZjd2dhdVZHTGpQbk8zd3BQREZ3ZFhVOWh4NXllUCtnV0FhTEhudzJWb3Y1VzlOdjhOeW5KcTMrMis4T040clFrUVNJQkxGWTNITFBMM2g5MFlMUjQ1ekM5aWliTGdIdWNKaEhESHhJV0ZsaEhzZWpBMENva1RrU0cwMXFMZHllK2N2Mk11NjMvN0pkd2oyYWlmUmF2TjAwS3pob2thdEVNZm83RTZPQm01cW56S2pRK2FONHAyaWs5Y1d6ODMzQnVpelVJUVBubXJjVkVqblFCUW9PTHNNNVh4S2xzaThvNnFYLzladGdWKzA4VDJxeXN3NTk0N0ZFVXFnaW05VG0ralYrZjJhL2gwdlB5VWlkQ0JyS1ZLbEJFcnd3UkRlSTYrNG5wZXkwWWNSUlVaeGVXb0pkL3RPNGRjRzNDMmtHTFVYWUZRMDhaa0ppWjdrSktQbDYzTXJpTVZQdko2T2puN0gvYmlwYnFqOFg3bkYrdS9zQS9WTHlnd3Rsdm5wSVY0ZFBhZUNzeHU5KytkSkpwZTRGdUhxUEtNQU84V091OG1mVnhXK2JCNG8vQjZQQy9kTnhZRTcwTXg0SmRBTGhWTWxheStaMEZxSUlDNTFzV1lPdVVGaW9HdDFxV3p0dUN2VUo4UEVCMDFLRDViOTUycWtPNGFKSVdsa2dqdzdMV2NqamtNUDhiM0U4aGFZSHYyTEN2RW5EMUUvZG4zZ0JqSzQySEtTYllFalAwMXJzZVpySDJOcncxdXRZOHYreEcrTnJjS1U5dThEdzdrTUp5Z1QxSXl2c0trTmUvK3V0QmFteGExTEt1NVFmYjFUMDJFSGdibXkyUmp3SG04NXlRdW9PSWlSNUxCZldwZDRQcVQxcTg4QXhqYkhSWnZTbXVQUnNYR3k1aTBWbXBQZDFXT0hKL2ZCRjF1eUtPY0FKNWxXRXRzdlMxMTVGb0dDOHF5Z2dmcGcwNHJwN3dOcnBHQk5pa3JXWHRiQlF3ZUlkaWt5OExScEVIVTErcTR6VlhaSUVRQ2F6K3Y1N0JPWk1QOXg2MGJJc20vclQ5TEFHeFVTankvMXhZRk11SlZJTmRqSWM2ckdLMVkwdjhGQXA0VVpuUGxnT0t6My9qYnQ0bnVxbDJnNCtLcVl3cjRxK3Iyb2NWbHEvSkFKL0w4VHBzaWs9', '469716874_17987575235753450_9048465863225242832_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(50, '2025-03-11 23:39:03', '18106924690453099', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'CJYG3YFtdRElYMVmhQtGok52aXVCQldlZUVJM0E0dTRhQnZhazNWVXlPdWUyczVuRDNocG55YWwrNWZtdnVObnJEQ1kvejJiL05UTm90NS94VWRSanowa0NKdDNrTElRSE0rWlQvNkRsc2hURm1HT1RxT1FkbzhPOXBWR2xxb1llNmxLZkg2VzdHRFYwdFBUUWFObWJ2cXliejRFVnRGeFhIYVg1cUdqRlEzK2NPN0xBTENmUndWNFh1dFlHbnl0WnV5U28rNTZuU3NjNUNULzZYQTBpUGlNcFZxcGVRWUNRUjdNUXNoei9KSUQrWGYwT09BcDlFclRORzV4eXN1blZKQ0srQmFMT24vYnEyVEVxU1p4aTNZWUVJdml2bGcyZ1RMa2Vid2pvc3JUemhqN3c3UkFDTCs3T3lRQ251aC9OWTJSeGpOenNnZDdzaklqR2xlbVNSMm1DODhnM1grL3UyWUJmN09wRC9DTTZmdkFNTHliNFBpSURSemZ0aEpmZzJ1bjY3QjZvd01oS1hVeStsejdudnVXNDhnYlZPM1krMWNZU1JvVSsra0FyZmZjRFRFVStFSkpTYUdYWXVRVE9jczY0VUxRYXlZZm5sRktvZDNZWEluU29ZczUzRWRJWjVHV2YyRnBraGpncEpFM0RCMkpUc0s1TUV6UkQzU29GU2RKanJJVHR1TVY3NDJLbjh4K2JVR2pTWW9xbVYyTVBGTGhWcVJuWldSZEhkZFd2cE5aRnlvUVRLb0FYNlZxSFpWWm12YyswdGpUd2lidFMvTUxGL1hUY3FiZmI2UEZJWm5wRWpLcExWRG42bnZLaWIwbUw5VFFGZ0tBYjhlbU5uZGE0MUh6UVlVRHVFaENUM0Q5SWpuZ29EL1MzTUtjQnhvWDV5aTM5ajhrcTdkU0Z6S2o2VFZyVnloYmNzY1h1UHBDNkpDNml5V2lFdE1INEh1ZUFVZTRnNTI2Y2Zzbkc3WkE4RTA5WXh5VjQ3VTZNbUtVdDFCQmtiV0ZzWFFZUUU3U1FQZTkra3NIK3RmMkp2bnhja3MyQVMyYmhJY1FDM21NSHdkejdMdm14NE5uNEFoOS8vc0lRUGpkR2xiR0pZUm1BRm54YklZbDlsRkNNOXJoVll3MVBWT3BCNEhCMHRhbHFYT0FNb1RsandvU0FFOGtld0RSRC9QalhQSlpReWFFcnFsZ2xnRmo4NUhWcHVIOVEzQktvMGNKUUpOU3JRalRsWlVVelVCUDR5QlljZ1QyeWk4SUlhbFZ6SVp0dmtDeTR3MFMxNFlMc0RieVVFVmlSS2o1M1NzajdxYTBlYmliS0trSWxieTE0Z0hJcGFrZks3UEJkL3FqM2NkeWhQM2Rsd1g5Nmd1RkRNSGlsOEUvRkd3MlhoMytqRWxjRS9DMVdnSnF2enEyN3psZDNjQ3dmWWJ5cTc0V0FGWklGeGthcXRTQmdGd3Z4MnJHd2VSVzlzRU1Tek1nR3hTcjlFRFNQSmZNR3N2VU42cngwemFibWthdEtoaUwxbkVzeHA3UHVLUzloQUlZcHhRZmNkNUYrMktZbWlOUzR5RVlGcm9zOUZIVUVVRHF3cWFwSkF1L1pFY2x0NFhOWWtwSHI3cnBtUHUwajd5QkhCYTQ2aU1GMG5HL203WEo2N1lEYXdtM3djNTR3K3JENzJ1R2J3T1djSXZKVnp3MldDRnJZdjNMQ3NsdVk0eUhFVzVSWFdYaTRhbzlsS09JN2FrVG9XQ3kvUjlDU2MxVXZJbXVVNXduU09BK3FxSEIwaVlZdnkzOHZpSW9PSEd0dlZJczdGekx3MDBQMnp4Z3Fxd3BlaFhJNFlxem9qSUJvWis3VXpYaElZSGV4Q2JWTFI4dk9rOVQwWm96Z2VkaUFXTGtoU2o2aXNBb3R4eUZZTEVoekpySE96ekRRcXhrbXdna0JOZFZWRkZxTzBoS0w5d2MvWGhJV2twZGJSSE9DTjV6MDhzRGRPajZSb2RiZitqOHpVTzNmd1BEUUJtUG5zRzM1ODBzK1g0L2RhdXk2Rm1yTmp3ZnBkV3R2c1lhamprcm1qYzZtdElsRDVncmdmNitOeEtkdjlFYi81V2FrYVl2U0tsbGpSVEF5UldnWVJRM3hwNThmbkRQbkpqK2drdkE2UlFwbGZFVFhFdnBSdzhqT0pmWUFpbnRyRTFQQWR2TENYSlNBTit2UDhqeCt2aC8zYUh1bVNlZzNPTWw0clV0dnloS3RnVCtWZm1iYWZiU3FiM1BPQ1AxdnlCUGZiK2F2SzJkZWNKMEhJTjJzUE4xTk1VZzU5UUg5SmhoaG85Zm82STl2UWd6NlJMeDhWdGRzOEFLM2twdVAyeGMrYlROaHNsWjI3S2oxS1RQUHhkdHRoMDdwcGp6NDFtOCttTGdSQTVvZnRKcHNMbDNMOHFDNVA4ckptdFBWZTZMUk0wYXBBNnpOMWI5NTdmK1hnTlZzU2xJWmkzTXRVdFlacWNpWFNEMlgvcHlDV1Bvd1h4TDhrb0xLeTBvc2MrV3ZCSW5aNE4rYVlmV3ZOSTB2WldsNmVsV0lGeEdrNU50bUJtM3VFYnhpcS9PZW5Ua0QxK0creUluV0NTYk84SDZ1TjI0QTFtK2N1L05DVDJTMC92cm82cHVvdktRZFg0T2kvWjRtOGpEN2NzOXBudFpCSnI2SDZQQiticnhMSjU4QTlGYUREUkx0WVNmYS82Vlg1aEJJNnJKeU5aUVRXSkpEZXNHNWkxMmphTURJQUdUNm1QT3kyd2RtcTlPMkZzYjJDUGFvUWRhSE9UNllUMGRocjNjY2x6RE5XcytoYklSQ3QwS2hvZkx0YWRIZlU0R2FRVXU3eGtvM2lxWlgvSWloSGxhaHRhMkMyakV1Q0FuNnRVN2c5UmtwOURwUEF4Z3ZlWUk4bHRMRTdNbFFvbEtyazdBY2N4ZlIvaFBBMmRiYmNNMGNlU0dpRkFMZkxvZ2FVa2w4TkJ6WVE2emZxNmJzNE5EdnJGdHA2MEVRMXMrSnFMSzNEZ240OGhBQ1RsaGdjNW9Ca0JiMDJ1WGptdEorYUQrR3B1dFpjYk1YclRQMkoxeE1Ib0pQaTA3ZlRrUTlNbVhoa2ZRakdpMSsvKzlSS0hSeVI5UUVQZXR5d3NpSVp1VHJTWEcvWFJyV1B3aUNYdDV5bjRqSEhqUGhDU21HZ3ZmbXl3Mml0R0RnZmRWRzF0NXNSUTBSamJ4Y05EYVduTmJqWjR2V0xaaEU0UmhoN3N1Zi9yWHl4RFRSRmFxR1hkdThQSXRldEt6M1Vya3B4eDEyWFBXamkvNEhwRlQ1SitlYWNSOWVoZk5sb0tXRjZMcFhVOXVMMWxZK0l1U21wRnpkSVdSMTI4QTlIcVMzTU1mcTBDbVJHSEtOZFo2SzJwazFhTkVEUVpHWTdKZDBtaWNPbUJZOWVZNHVOeUhoc3B3eFJuRllFRnZTTVo0MFpnZkFCNHBqYUFwcFArcTh6MDNiV2pyUTRWT3BvNHEzOGMzUkh6cjZYeDFPSVBERUVyL1dGYkdua1oyWEQvRA==', '469603242_17987486450753450_8858561907665107561_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(51, '2025-03-11 23:39:04', '17917371581924506', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'DGwPpDGZtvX/p6/xA6Eds2VvNEhIdFRBUk1SNCtzR3M4bXFWUUFJcVpCQTlXd3loMEp2Q2hnbEJGTHpjVjZHUlJFS3NzRWF4MVRnRTdVSjJjQ1hLamd2REY1SzNaanNUbjkrS0pZN1NYeHcrQ3BJNjdyVTlKbjI5ZStiVDJvdlVPYnZiTnNXV0I2SDJNVlNISGM5ZjN1OHpCdmZCWjljcDhGQU1YcGdzSnVPZTI0SG84K002Tll5QWhaSC9FTkNxNkxndEg2U1RVUmpQWkVka0puVmczN0xWYzV5eFNadFMzRGZ6RHc2VkNmZ0d1NG5jdFo1Y29VTEU4Qys2Y3ozbGtYN0x3cmpOT2Nab1JSczhPVytxNjNyV2p3OHF5MGtqdUdxY3I3eGFHZkVYYVRhUHV2VXQybzRlNnJYRnpSY3FIVzlYcTY5ZlBONGN2dnd4Z1ByTC94bjNQMHpXbkJ3T3JlMVdxSEZ6ajk2MXZzSHNnSmdJcTlHWTBtRVN3MGV4bWZUVkx0S2RZZjJ4aDRTTE5CdUJaSmRVd2ZsY2xnR0dwTXNCZzVTdk1jcHlYSFpmUkVUWUxpd0lkT3ZDVUxBZzkrZzhranB0ZkxvcEtpY1JxakMxakx1NU1WNDR3VzJQRHpTZnBId25tVkxNaWVpRVBIYzhmR2VPTXd1bFMvcHFLNTFlUWFNTnNMWHRnWUlDYnhHOVp3eGltV0txdmMrR1MrZmdndklMSlRqWndwT2Yxdm1JdzQ4QzhIMHZjNVRzNlExUEdGalZVUXExeXJFWFpZQ1hManBPdmplMTQ1M21ybndIUnhXNUViYXN4aXlORG9sc3htTU1VUDNzVEdBZHdlM0FHRHJ1ZklQVGdxOXVHcmpWc1VBMDB6SHdVY2IvcC9YS013YUhRUThWWk4wcmdaeVhYR2dXOEIxOTJqaGYvSTNLekhLWGE5cGpNS3kvbFJhZ2lmQkp5VDhLUzdVREFOTzhBZGdRYldPMGtDcEZKRUFhcENvelFKUk05ME1zVzRRZ0FhTG5ZbisyV2xTUlNRUjU2Rll0SkIxcXlaZDlhTXdweXFYeDArYS9ibFhNZkN5cWZ6U0krZkpYSUxxWStRMGdSQndyNVF2bGJoK2dhMHdSdGR2bExpTDZ0SlprcDhaOTJ6RXliYlRpa3RuWW5xeHlpb2tQWUs4ZFQxTWxiUWZYYkVKT3R4djdXM1pLY3VLTkJsMFk1UzlJOUZYa3VXelhDbVQwcXlqS09oWnZaUFZqZjZTUHQ0WmJxQThsYVFQRHp5d0NPK0tBK1U3WjhCN2Ercmx0WXZpRnduY3gwU0hGZlVBU1lUdjF5SzNmalRrRmFRNUppOWVwWFlrN1o4QlArcjkvVjVRUDBpSXMzMS9VWGU4UFV5WllUUG9VWlZOQkxucnlFYVJUYmdSeThvdmNLQmlEbVV1WW03K3I3Q0V2UzRpTkxzZ0s4Kzd3ck8yRHVubXZmUitjZTBOenZTMFArQkxqZ1FwTC9xN25hSGl0NW1paGlqSTdJcXMxK1IvYm01UEZWenJLV05LNVpCYnBJT0p5amNycGhMaFVwVzhUdTJGYXBlMjg5NFFscDlGcUkxMFZQZ3lWL2paSFNlL05ETFA0YnU4aXBraC9PZ0dBUEVqeGEyeTdCQ0NlMWI1L1JqbWFKMTAwUnBRajZqRTZhb2lCRjJ0ZnBrOTFzMmNNVldTNnJPT1FlMjFKM3VNTDBTSW5weStOMnBEQ045SkUyRXlOVzU4eVFqZE1nb0p4ZXlaYndwSGNoQjlIMXdGOTRQL2kvalhBOGVDZDVJcjkvMWh3bHpsQlVSWXlIQk13ZXVTSjg5aEpMdTJuVHZEYkQrUUR6STVPdEpQWjYrc3l2U3puTTRCU3M3Y2U2disweXowSERQOHJ4Zy9Wcmo2azFPVk9VbkxDYnM3aDVvUGpkUEtwdWswY1lkNi9TV1ZYaXlYdDdpQlRtbGpmbWIwanJDTUV1djhsWHdXbmJkQXJEZkpvdlF0NjdIMHZoUVhqRzJLbUdmUUJlV3FtOEtvc1Z0NFNKaUgrbTM0VGF4eUZXZXE5TjBMZ0JSSXZNcndyNC9hR1MwODdPMVA5dnY3M2JhUUU3RmRtYVMydEsvQ2VNSmdFRTFUSTdGQVg3ckNtNVVoUXNPT1FtbVZJNUdVZFpZYkdjZGhCS0V6SXhOd0k3bHpiS3E5eFVzZ3ZZa3RnRXhWMzFxaTJNTXpyNmRoVy9RWFNZNnVFOVIzMW9malhadHUzekpXV2hZcjUybVVsR1RPaWMrOGd1S3lXZW53VUdTQmNZQ0VYYlVsdWFUL2cxbzNIMWRXNmVWTVl4d3BYZmN0K1RzaXlLN0JGWmdrazFIY1ZsSkFLaUIyZjVqZlB1Y2RzOVQzYlZZVEp4cE1JNitCZUlZS2xqWE5aZklKWllZd0hwbFNCbEZLb2htQWhDSlVZenl6NnNmcFNGUk5xT0dlYm12cFQ5MkZDRnIwZEdvNDM3TVRaQ000dEw5NzRiQzZrQW5nSTNLSHJpeDhDeG8yMGY1SWk3bCtkNWZ4d0lPdjJSanlPYmhaREdCeURQQjNqak5Ba294T1NZdEZDMm1XaXJIRStCRnpzTENzMUdUNDBrTGhRbVhUTk5zNVBLRTRnNnF0RXk2SEdieTJrY0IzRXVWcnQrd0lTN1RialBVS2ZZMzk0Rzd0YXV6dXl4Q2VRWHhGQ0FHMnB0WjdmTzVwMk9OMWhQZWc2Q1JqMXdHcHpSWjdHV3JhTlUyWnZFMkdCb0E4WlZ3cHZRY1duVXBXeWZ2bkVaamZoVzNQZmRMMjBKUEoxOU8xU0JHeHl2TkNpOW9zblBFZWhzekZCU2xadmxwOU9IWms5NUllYTdjeDhkdEoxK0pFN3BvNWdpeWZDZ2FvK1AwS1M2M3IvMmF6dXhpNEJJYVpoR2FnL1E4aFp5MTRGWTZBTlRDZitkcEJMWUx4Q3FrUFI4SnlmUUtVdmdQODhZNE50UEhtNHhjZ0liTW9PeWRyRzh1Qk4yb3kwTjZVZlpXUy81T1lYMW56c2QzRFJXeER4M0oxNlBKOEEzZGlWUGZNOGpXZjJTYUhzV0lndTBycDF4bTNtS0k5b2hCYnZDcXVCRmNZdUVRMmNDU2tNU1A2LzRvZ1RjaFc4NjFobkVYR3J2UzdXbVJ1YVlLR2NWWGUwSm5QVGxMaDFDQTRJbGw4eEhtdW9rWXg0UGIwRkwvbXpQM3d1Ly9QV3U5eGZzM1h2OEhRbUVvRnhZRUhMK01lc3BhV2c5TEF1VHBYN0E4NktacFZmbHhWaUptQWJwWDc3M25OL1E0UHBzVlNKVFh1anB1Sm5nOE9WdVN6UHgyTy9CY2NZSDFkV3dDSmlLNGh5UXRuRWVpeDJIYm1QMzluaWFqUGxodGt2MHRLNlZPR3JFUU1kN1BwcEs2UzRHS1Rw', '469181973_17986979906753450_7929775529362558766_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(52, '2025-03-11 23:39:06', '18068212147678831', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'jxDwW9qPAe3EzGuuZzWiokpSV3YxeTZYNDBHcmpEV3FnRWVvU21acEtoUkhiWGE4cEpqOUVjSXBHc2M5VlVwaW15N0hWYXBXdlNkUDI1N0x1MDNnT2VpQmpXL0IwRU5Ka1RvbFNUai85K0lpb2VMaE8xdi9TWDVUZXdJc2xMRGl5U3Z1eWJOWEdJOFFKQ213bWxXUWVHNi9talAzQW1CSzBrWUsrZG9mcHJVeXBHRk53RlhYZ2prVDBWbDJSd0RRZkxBZitvamlaVWRveDdId2svRVJMdURyOXNEclF5ZHo1VVpaL0VtSTlWUEZYdnhJRHo4QmY2dUxHbExJMXB5RUZuM251dFRFbkluY3h4Q2VRUWIxVWVDREVRdW9EVllqbERDK1RpYURnN2JWdzJORDBvaS80NFRaQmZkdUNtUzdzSGZLdVpqT1ZUNUV5SDBhMWQ1V3Y0d1gxL2MxekxwN3NiN2VWZHdYMFR1eTNHd2lWK0o4QVhlNW5pNmgrZUx0UFhKVTBoeWhkdnFSRWVlbUNqTkd0dHA4RUh4MHgvcHlzSFBGZ005bGJaelEybHZkaDVqamJrOG1PNHV3Z3dQWkN6bXFkTUczMFZRRTloWjd1WmZtUjZIdHd6OU9BN1NScHZZRWdJSVRSenVQRXVFODZsUWR6OFQyZzQ1d2FiK1kvenJ6QXRxRVBaeStQMHVaQ3UxOXhjTTdNaHU3OW5GOUNOTkJTNlRGVitxb0tCcjIzYW4rYzJMTm45bmwvVWxxdWp6TDJMclNVd0xFLzRySkVpM2thSWtGMkJ2TXkrR1pZbU1IRXVwd0orM3pqNENTVWl2ZnhGSHEzV3R0RFRad3lmMDZwR0gyZXFVSFhoSC9lY0RjWXNvVGtFY3ZJUFlMWjZYRzNuenYra3Uzdm9YUUY5MXJFRUhNeFdPQUVabEI1YkpXcExPSVdycm93VGNlU2FFQm9ORWNvVDA3eW9TMVFodlpXOVlBMXVhRDU3QVM5bWEya3hsU2RmN010b0cxL2V1SC8wR0NraU5TdlBWaExGQlZBaFNRZi9XZTU1UkQ4SllLTTRmbmovbWEzbTNyY2JtUVhna3BVYTgzZnpNZEhqVDFidWFGNTZ6aWd1VVVqT3lJUS9wYW1OOGxBak5oSmU2UHM1WUxvU1Z4a0RpOXl6NzJqU2I4L1UrcXA1bzZsVjZEQS9PbTVmMHdqaW5RRWNmOEdoS0c1OUw5QjBJejlUMmNxbUdnMGVpTDlaZUpKZWZoczlCK1g0a1cxaEJsWittSnI2TEZ3dmVSRHF4czl6ZHlpVTFRczN6UThGVldqMDFKbC92bXlyZEhZM3FLU3RybDVOdGMzN0s1QWh2UnAyMHJwUXRaMnRVRjJVNFBpUm0yd1dmd0cyNWt1NWw5MXlWeERZYkRqbUpubmpPRFlZcHVMWlo0dHlRTzhRZkFWSUJwd29IU1FXU3FtUzVIL3FYRjZSNFpxdjNSU2NyN1ZlSjhLOEl2MDBFYXA3QXlVMUFmZlpiRFd1OXhuRys4WUsxbmd0MFBRcjUyK20rQmYzSWtXcnhMbFdCWEJZYURXTXR3ZVRxbEw4elBoR0l3NVVualk5b3dEZEJrQytoMkVNNEIxQzB6aTNvd25xWEErZDZqYnNYVVJuT1lhUFN6YkJZWUF6R1k2NTdPRjZJU0tySEJMZEU2WEVQcmZJOFRWTHZXclVhWWVTclpNMDRERHE3d21aeUU2cm14eXFlQkJDQXAyRm1rNmNiNm9BdTNERmtob1BBYzdmV0UrMU12S3JhMll5VTZDRzBzRTliYzhLSDdGUGFUVmVQUUZEQzBGeG9ubXFiM2hoSXZnZVRwYlpJR0JITitOYk9nckhzSUl1TUhDdHFGaFZLbEtVZlIyZFhBRklpdmoyTGxZRmNDN1J6TmF1aHhxY1RlNmNVcFFYb1ZxRkt0WHBKRHBQazhERlM3', '469134524_17986856150753450_945150700780075842_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(53, '2025-03-11 23:39:07', '18093143938498931', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'fjHsRUOSBRvYVPM+OX968kFISmdEQlpWdXpQRGVyTFVpM0tKa2R2K1gwSlBLeWRwYmVSQmhqZytFb0RicFFHbXA0QU1hbCs2aXF4ZnBodjlyQVNnL0RveitoU0JCZ3VXdFRaVGZDUm5oT3Y2QUQ5UFpKdEhCQzhoZmsxVG8vK1lobnlKdWxpbDlwZURwUmdMY0hWbEs0OGFVV2padWVOSGFtUTVHRXlzMW9CTGtDVFIyR29QWTB2VVoyU2sxSlBXUFdPUURFdDFSWGkyb21Za1lvK245c0twaXZUYXJieHVLOHNXeDY0aDlOellxN0NNL0U5Q3M1bkdKazB6R3NhSGZJWWpmem5MaEwvUzV4a3A5eVB3dEdreU1xWHM5OHFrTGZQc2tuc1FFejhweVdRdFRmWiszcVdpT05lY3BJeUNKcWEydkJ1Vk5CZkswZCt5Ynp3RktsTlp3VEpIVVdVQVVsYS9FS29ISk41U2d1MlJMOUN5SjI2WTBFU0NOSWxrdmhlR3J6aDZTbEw0b0N0bjY2OGVaeHR2cTRlR2VSNGNwbFFGbExyZlFudGZyb0lLT2ZCamRiZDFiV05tVFdLaVk0QngxdGlwMGJzYnJvOERTci9VVGhPUVdXK2hhSDMybjk4RldYWDBKTVRsN3Z1VVBTSmZ3bXQ2WEo5WEFUMlphRHRKc0NkeU9JamlMYmE4ZVVpSHRqTWNCMXJhNUZqVXlpVTRhSmlTMzRjS2k0a3d1N3NGRDVsdXhsb2xVbmI1NHRNLzdVbjZrcTI1Tm51MWc2R2NOYlQ0R3ZBTzBYRWRYZzJLb3ZsUm1PeFY4TGVqNi9rUDJmMEdab3cyWmlqdUpzQ096aW9oelBySWc2QVBDaEZzandzaHA5RkNXRnBCNjFtcFg1L0twMlAvYk1mL1lnZjZzUHR3anAreEd3ZW1tZkwzWTVibk8xdWVHc2N1RlgrMDdEUHRtQzVSQ3AxZldQOEhSZFJiUUdQcVdkN0t0L3Exbml6YVJHMG4yc3pMd2xQVjVhQzFqUGxRdWlvYVNIcmtqQnpwcUttdzFKRSsvcTBHN0xjY0w2b29HdXdSK1ZWY3Ribm5HNnlCeDNLclRWeTIvWlFLcGdCUnpBRVhnNitlOUFSdHhwS3hwdWNxYlhDaWRUa1dIciszUFNiL2NNNkFiUVdpMThLbTYrM0RFem9PdlR6bXZHd2pHSlhaOWhsQmJOVXB4L1dtMHh3SVJBem9RaU9abE1pb0UzZ2w3eStjeTNKMlR5WVp4ZDdLTmtDN2UyR0cwTG11STVvaUc2Y1l2RkwyTHJia1paV0o4QmZUdXYwS3Y1SWNIeHlKYUlmcEdTTnFHc3lFa1NKM0xZZzlnVUdhYzMrNEc2T01EZVhHQzBHbTRRcGhmMmdJVlhtTHRBei9RWWk1NzdkTmtYZXY3U2N4eW5pNXZoMUUvZXpIa0xlY1ZQYmEzS1RobUhMNjczMkE2UnBGWVFoY1YrQm9aU09oUmRiOUxRcjZ6TkhkTnZNTFB4UW1tT2VTamhjWjY0eDdNdG5VblRHcHQveDMwdG96aE1hZ0tEbUJpa3pncmw1MDFNdU1FUWsvRDk2N2lDUlJobFh4QUtLcmVEM2JBV0Y0bVI4L0lNc0FTV3hwMjZxcllPdS9JL255cWxwWTFreC9WQkpBSU5US2RWNnZ0dnJmdjdXOXdveWpXaVBrSW8waVh3MTFGUGtvLys5YTQ3elF2Ung3L2g4aHhITlNPNDhpK2RkdlJnTTlHUk1vYjczUCtES3JndzI1RUFKZitla1BjYmJRYnBtazdGU09oQTAxV0FFWFFrZ0oySVZVS1ZsRDlFdUpOTzRmMXRXOVBLeHY0OXBHQ0V2U01tL3grc3pSYjlJWFAydGY2b3QyM0sxZUVHa2NzTy9ZSitVUXUyVGpTdHB6NnV5WEllVzVOVnRMUTRnRTZ2YmNVUFhxRnNNWVJpM1JvcWdBSXRxZTY5ZGZMMFpBUFl1Z09UUzBhbUxLSWRNQmdrbUxuRGZ4T2ZOZmtLTUlXa3cxVDJKTjJIWVhZbk5VZTFvQkFpU2xsWDBOaGY4Y04wajJvZ1l4R0xnUk9rSkZ0bENkUWVObXhQS1BRbncveE9xQ1FrKytmMy90TXcza2FrYTJ1LzJzUmlWMlNxZUJ3M2NSempaS01yUk1xenVJWWtjY2k5UE5YSExxb3dkSjdYQmpiMWJhZUQrdGtmNTBFNEoxUndEeWszS0ZVWmg2eVRncDVxZXIyaVhwS3JLUXV4ZUNyTmhBRmF2OStia1hRZUJzK2pUY0VDRlNMQUIraVJwbThFa1VYai8zY0p1eDluYUtHRUpraExvYnNoN1lOVTBXcVMrM0R0NzJPTWNTenlSY0tySmVxdDh3dWhoZ3hyVy91L0ZrcW9lOHl0VDE0Z2hDQmhmY2FpS0FQNWozSXM5S2w3b1VBWGc2MDFTMVl2NFh5MEZPWlhTTXRVTmJKVHo5aGd4YzF6L092Rm9ER2NaWm5VaVN2OUh6WTRyWGQvZS9xZ0lQQ0ZaUHZkTTdNZVpyNUJZQklhc21hSnJsQkpYU3RIUXBucEp1RE5MbFBwcUFySm0xZEtteFg2Q2FIQSt0enpLRGlkejNUSEVCcjNqOVkvSnRrdk8xekkvVUYxeWdpZGJxOXJhNllEQTZyOFZYeDN3TSs0Vk5zelN0NE9FN3B2MGM4WXVVc2xZbDZEVjIrMU5HYTdWeHpSZnFVa2VqZGFFckNMdm9XMWQ2bnowSVAwTmFOYVFDemlpZnFDTmFlQ28xelBwYnRteGNZYXNpY25iVVpXd2puRmtkQzN6YjNEdFYzeWxQWVp3Y2RjYldhdXk2QXFRZW5aZGZWSXppWTcrQndURTdiL250T2tKYmN1YzlPZ0ZkcjVkZzZOTVFzSWVMNXU5OU5td05rTHZRWnJraUZxWDkyUzlUYjY1NXQyNUdKZTZ2aVo5Z29JM0RIeDZjZzE0WkFDMlEyS1Z0Z255NDVDQ0c5YXJrZzBRVG9HcXMvOStmcnpGVFdYVXdVUEl1Z2dxTnExWStka1ZGUEp6ZHFtam9jN045Z0Fsa3pBRnVpYk5hTUppaFpySDhXSjZCUjR6a2M4SHUwdlR3TzFrbk9HbTJmakwraHBvUC8ya2ZNQ2NkN0tlbWQ3aVMwdVoya3hYbUtCM0lzay9WcVEzMnh4VEREQytPZXdyS1ozODJkQ2ZMdW5QUUk0R2x2L2JCVjM0ZDU5bGkyTlVQOVN0R0RFRUFHUmxZMjhrejZkVU0rT3JWS3dYTVN4TUNnR2xNM1hETWtuaHZYUVpJbUt0N0dMSUhFR3hzZEpVSUFuZTh6c0p6WUowdnBSaEtKSmZHQWhuaWFmSDc2eHlsa3JqeHRlMHpnWUw0dmtJZ0tRdWYxS1BtdFNZYUYvbEszZi9TOFV4a2UzS3BkNE9PTFlqdEtRZmJVN29LdzF5MXM2cGFQNndxaUlrR3hqbDNLWVdjZkVvbm45SlZJSXhIWWVMc2prUGY1NEhFZEZSSHp2Vy80MjF2VnFSelh4MW9MajQ2WkV3R0F3ODg5QnU5eElldnYwSmc0U3BqajE0Qmo0Z0sxVk9FeHJ6T05UZWc3MS9Ed3ZEV2JaRWc4RXB0MzVwd3J0MC92bkpPeVFtbklKWjZ0R2hKcFN2aC90WTc5KzNGdWtudDVmWFVZVHZuZTF4NVE1a2IzazM0T01lMk1NZUhCbmRkd3I4VjltNE1lOFRmR2Z4a01seVJGRUNUVEV4cXFrRmVVTTBHRTRNNVAvanJTWTlYSFhQR0o1RlRhcy9yTnE2MWl2c2RTbHJHSXFCUlNEQ3VhYWFJbWhFYjFzVm9UanlSVTVqbUswWktOQjIrK00ydG5pbGdsSGVSOE9jPQ==', '468957586_17986658123753450_6644247575226297161_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(54, '2025-03-11 23:39:08', '18059539558807626', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1HmIuzVl4C8S4ZIoBpD94mxCRjBNVzVnajAxRTdIS1cxaXY1RTcxaWVCN3Zudm90cGxobnFyN2g4aS9DbFJkc0dUOStYWG8xZ1FvdnNuK0FMbllPc2tZODVySHRyZGt2ZnlCY09lT2FxTjUyUlB4RXlrdTB2UllBNWpWMUJTdDRqRzlzQ1E5K1EvdEpCYW9hNEtGc0VVdmIxajk3T2VyQ25GL3RrNFh3aUdMdzI1K20yVmRza3hJd0YxNnBVT2puODdoM01tMEdZNEEzSEI2VFdlUXp4TWRlVmJFRnh5cXJXbXloV3FmUlpLQzJ5cFlXd05JWnkvTWs0MnljY1FxL1VOem96bm5jd0ZGYlZYeThhb3pSeUpMcGxEejJ3OGZ0THhTK1pXTVJKd1ZjNDNYNXM1eWdYKzc2M1d2aHBXSlpNSGg4S3RtTjdNN0dhK3VEQllNWjV4K3M4MXNubXBzRTlyWlM0bE9kNXkrUEFERVNuMWdJVUJjaHU1T2YzSWVhVmQrbFhVWTdtQWdRdmxSN2JiZEtmLzNva1l0c2hjT1gwRkZKZWEzMDRSa21qMGpXQjlkSm95VDU2cDZ6ak5RWkRtZXEzQUdNOG5JREs5QkJoZFlzaFJkbnJKK25hVmplUTJlRHhRQi9pdGszMzZkZXJ3KzJQUWZYYmVaS0pTbzZ5Mzk4ejNaNk1qdjFMdjZIZURTS0tLekRJWEpmUlN6Ymtaa0VwNDF5K1RyejhnUmpyZExOVmdaa2JpTk5ERVRzMWY2cDlrcitlNjdjMVdvQXI3RXZPMy80NlZCZFMvalJKTzBvOVdkSUJvSzN1TjZuaXFtQTdqaHRENFhFZ3ZiSlNlZ0JNcXV5Q1o0VlE0S0c3OUVDdVlvTWdDK1cyUjNkaWdxTFUwS3FGZFBBeTFmS09ZNUJIOXVHNE91OW5NRzRZWWJOSzdWTWpBcVVISzYvZ0dGMERGbFdON1NYL01TS0Y2djUwd05BcHB5REFnMEZuNTlkbSt2b08wZGNGU29QZHI3Y0lnTDNSWDFCVEZCb0xOQW8zdzArRUJXQXBNYmo5aVVPbERkT1NZWVdMRzk3a0NwNXlsdnNUODFqYjY0NXFVVml4bk5BN3Q2czNhUnVCa0xlcFJaWGpTNDh3QzNxdGVWdTNHYmFQZEhRSTNhR0x4L0dvdDd5U1VORXVQVU1JcWRwaElDNXZjZHZNc0M4UkRDTUJxS1VaN2dWQ0lwTDhlTzAzc01NbXNCSUhZUmJKOUFzOEZaRmVoRkJxdW55Z21YWkwrRTZzbHZZa01TWUluR1ZhNUtNSjJhbnJsSGJ1RUltSUxzT3ZibUJqcmo5TCtCWFA3RzgzMWx1NmF0VG9YbjRUMTZSc1BiSVpBZlJQUTA1K0VyK3pOSFNSS1VFNmpsK1MyVzBDeUdNY3p5UEVwa3A5SjZ4SFk0VEdjSnd3MzJzZ3pQSm5EeVpyQVVCOStkUzVxWmZOMlJOd296MHBZaytEYWgxUmdpMFdCMDVBdnBGeUw4bndsU2Y3UEoyd0kzYkNSQVdpMVlDKzBoTDgwdzh0MFJrcjBDalBIQVRlVmFITXBhRGs4UmIvZS8zRVBNU0ZNbXdqVnJQd0h0cUZ2UkhnRlFOSGVLVVJCQ0EyNDk3ZGtDY3RHNlRXQWdsa2ovMkUvdVdRNUZoWm13OTFYd3FWUEtScXBKWFJubU8wRTlLb0Y5WlRvamR5eE5BM3hZSUYwK003QzFtb1JYLzBGZXUxeTdYZGpuTUUwbGwyV2ZrM3loVVJNZ2hSOVdtWWlMNmxEYzQvSzMxY053YnhlRlRJUjZLN3lwOVJjSmlxQ2Fja1QrS3VxcXFScGNib3h6RzZ6clBrVCtRSzF3MHlnWC9Hc2tja25TaUdseGNoR3JJdWwvVi9yOE5rL2JBcnU3MWZQYWxCU0RqVzRUakdEd0t2LzQvUVQxUWI0MGQvdkZxK2paZFJSY1FtRFV0R2ZkMENwZVZnTUV5T2huMDNHdU4yZVVhcUhwSXM0dGoraHVOeXo1WlZnblFBTTd0NmVlMlkwRVY1VVZVL1hQOURpd0E5SkYrck8xblYzOW5jbjRaTG8wWGdjQkI0emV6cllLS0RGNy9tNmRkSWVsbDlyNkJDeHpmRUZXRFVENWxmM0FpUVJSSHBhN1RlcFhZSGxsSWE4QnFXMG1ySURGQ2k0djduR3JRZVEzRWgxNGU2WVJDRW9rOUhjZ1BuRnB1Unc1QXBpV2s4QmlWTEtFZW1tYXdjck9rWmhrTVFuVjBYbjFzV1ZMc3RkUlh6RGtxSDVlTC9PTjhyNzR4OXlDaHdyUGNod0lOWlFLbG5zcGFQSVhBZEZuWnZoVjlsV1BQUm4rQ25rYi9JbjQ5MjBhVlNZNFBLbU9sZmpHOUJnUUp6U1cvakFxUDU2Y2dZaTgvUFVOSzl5SVZLSnZxZ3BOMldpRXRTelV0eVJSZWlBYmlDWXZzU0RnN3FzMDk1c0ViOHVLNFJOM3dUR210dkM1ZDhSZHRiTy9qeU0weS9hMGFVYjZhNGl4NWkwVi9QdlJ5ZUJIZmVaNkttdUwzbjRUTktLTDBZNk9yUDVFbFp6bENNZ3lnelJxVWhDayt0blpVakdtZVNQdFA3YjdHcFRUR1liUmJTN2FSU3BsUkdoNXprQlQwVUp2VFhyK21QdzlYTmp2OWJkalpKeTZhU2JuKzNPemI4djNqbVo3emRVRUxnSWgzTTlQZURpd0wxUTI0L29VZkkvYzhjUXhnQ1l6b25POVZIb0trbHp4eEtZSFVja1FxTlRRTHdNdlhmeXBhc3IzOU1wU2xDcTR2TjVwTVBwaC9wTHpid0gwWGpYdkRlYTBsaUVaSTFQdHRyMUs4TGt2SVJGTDFPa2g0ZTBkOFNHQjdoa3g0RkVDeWFMaml2UFVFaWx5eTdUWUZvelliNkRsdUZES0VkNmRBUjVFUTY4RkVkdHByc3JlbWwycVdlSDJydUx2Wkl4OStoSUtDMkVtU3FCZkM5UUhIR3FUQ1NncDJQMGVwYVBPS0NQVGNkQ1hhV1QzL1dvcC9lUWx0VDhOaFAreUtGeVhYRXZjaE5NcE1ZcWpIdGtTdWNrMERXbDdzeElxbEt4aUdGRDFhZFlPM1dJdDgzNVFYdFNtdUV5QUF5ZENrYzU4NjFNWVM4KzJhRktCb0owYjlPbDhCdGVVTzNzTXhRMzdvWFZzMUNMd05YWUFzckV4bDlnQXRrQUFNUjRtSVpyOHhlOFQvYjVzMy9QTitIVzR5a3A1T2xub1AramV2cis5TkRrc21jYXlpZHJyLytRRzJ5akw5cjNqckJJQStyemFqaUJYWEc3YWdSSHBLQW13YnN0K044Y1M3Ulc4b2ZHZUt3a1BaNks0ZkVTZHlEN1REUlQwZkVzS241ZjdYb2dPN2d1cW4xUFRuZnNIZFdsTmp3RkxOVi8vQmxBUHFnTmVnTTRqU2xSeHk1UmtyVlVLeXBEV090eXI0b3Y2OVZGOVB2QlFBNlpnRGhLVy9FcTZIa254MkpnTmQ5R2xhWkZYTS9OS0EyQ1ZrRHZYTy92Y1QxOTIvQVJJVmhubXhuRzhXUC9mVWRZU0s2RnFyN0htdnF5VEZyamdDaTkzN2lMSWZucVArSVMremVHcjVvOFA0UGhYc1FLcnVYdVV2aXpSbUZ5ajM4cWRxMTF2YXRnc1FOZmgzWG0wZlVLK0VCdGJ6ZUZuaFBadDdnSlJsd094ZnFkV0NqRUxkSEpvcnRWeFlVdGFPVFNFU2Q3L1VnSUltRGxtcTgwc0FraXdoYy9MWFJub1BGeGNHMktEL0trcHl6WnRRczUxZTAyNUdqQ1hZVTdtaXE5a1NrUEtQZi9yYjZ2RW9oK0d3a21qZXN6eFUybnJKTEpobUUzTVpWY1BMYTJaZ1poVUNSQmhBaVpmTXY5SGNPeTZQcXVRVmNialNtSmZiT09sZWJTcVVYQy91RUwrdGx1WWtYd0E1d00ySVBvN1JzWEtzZlE9PQ==', '468738717_17986595252753450_6741573887260871781_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(55, '2025-03-11 23:39:10', '18379823497102369', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'iz2dbt7j+DA4ivETB2w8z1pmRHI1azJjOGFnRXpKZGRMWXYrVURjc3hqNlVjcUFiYmpvWGNmR28zTTk1WXFiU2gvbTdQc0swVlgvcWN3NjlkQi9BWGNqUHBqWkRlWTRUa2tHRi9mOXRRTW51SkJhaFdrM0NyMGtPRmJ2R1JxbHZIK0U4aTZ2c0lIQWlJTGFab05MWlVKMVdKcDdJOGFuLzVxNGZkcHZCb3l6RSt5cGYwcXBlZEpTRThBWCs3NkVXWmRYa2YwR2RqZE9oeTVrc05SRFUxMzM4VVV3ejRxK3k0ZHcybXQwcTZSSUoyQkdpb2J0TTVlT3M2NVVoTGt0eGJiRHZ5VVltZHJhRFRPVkdQWktySmZNK1FLbVRRaU9zMk5qZHJmZlVNTjltQ2JIQUwvN3RHOVRQSDBqNW5DSHNxMW81bjVwMWc2QkJXMTFOR01mS1pKRmw5ZnUvZXJCUXNPZlpjUkQyY0Nrc0FWaWs1Qjh0V3M5MU96bEZBL2FUMFVDemNPV1pNc21HSlJlYTFudFR3WUhreDhBOGNlcllJL3RDU243TkJ6SnF0eWg0RWU0K2RNdjlBaE5ibzJkNVNrNzJPRmFONXJaQ0c5aU5aRkkwckgxbHlGWncwMjcxOEhSaHNKd1J1dkJSNk5XNEpqSFFZRTZCZm5tOFpaN0RDSUxFbUZrOTNGVW9vTWlxR2RzbXBSaTlaSlFZdGJ3TmI3UVhsdHlMZFY1RzZYRE5nUUZHQUwvZ0pETVovaEZ1VXVCcDhwZ1psZ1c0cEgxWWswM0ltTDJFb0VkeEFYamRCVU0vdWg4L3RmSk5YVU94aTRZN3ErbGd0TDZKS3JjWTdPd2JnKzNOWTZmM1BTbGgzZDJFOWZkWGNHZmJWZnc3UDJZemxtdTVKUWZBRnRJVnAyMkxRNUpHdUltd3RXOHcyWEFyYVViUllvdWExcitFM0xOR1c2T0t6U1Jmd3d2blI5QXB4T2o1S0MrbkY4VlF0RVRnd3BRaEMvWWxqRmV0bWxGQTdjM1VuNkp3WHVnelBVNjRnZjl5WFFlTzRtR24xUk9zUVRBTG92dXlleEJmdURtWWxjdUcvTlNzWHpDeEpJa1ZTa0RVQ3JlODZFMVpDM1Y4bDI0a0hWMk9JWE4wbTIySDBsb2g1RFJ6Q0M5Q3FXbFNKMXdVS1VMRjVjS3h4VDZlK3JPWnZpNXFYZXB4Sk9laWZKR3NEV05Ealoxd2FuMXIwWkk5SGIxZjZoWjN5ZjlhL2RSTzZYeFhYM3FoaGswaXB6WGJNWmxsTVNLQy9saXhYQXhoN1ZQeGFJelljTmVveW9UYUdjZDBqdkNkTFErL21BNUZXYlhRNEF0KzBiNm9uRnMvNzJLQkdVZGQ4OVM1WVBtSUVaalhxSE04Tlg2Ym1LcmNhRUwrZ2xabGEvM3lYL281YW8yV29mRkVVcDFyakZzTjVONjR5bmJIWkRCWWFYbDhMcys0SUZBREcrNkhJTzRHTEMvWmV3V1B0bnViaG5aeGFISXlOTk4wSStKancwS3RPZ1RsWUdkZmF1b0tOUTFRUFdYdWVZb1JIcWlYNktsdUU5SnVuNFZqQklzbU5CMTdaU1J6cjZGRTJ0S3BvMW5sNHBON252SUNRc2VSWUFwNlRDTld1VEZkNEx1ZHBCcmlybmlqd3J2U0UzMUFiUFdhM1M5QkF1TzJMSFhZZ1hCSko3dHA2SE9adzFOUFN2SiswRWFpdHFvQkp0TjFBaFhzbmVydkFTTjYxZzFXdVpYYjBoN0E5MENwRG1PZ25VQ3dranBtcldXTHFpaEtNNmJGUjdDa0YyRzJUNWhKY1lXcnJjUDNCSHhOdjRGdXc0ZjZNYWprcXhWUWFLSXVxa0I2bjhNdndFUWhoZkFqajlVWGFXN2wyN2JMcTZmenBkL1dQak4xT2xvN3VVUk9oZ3lUbllsaUZoUXpTRmpJT0hyRytXTlFtdHRCSURYd3g1MTFVTjJBN0JXWkdKdVh6cTg1SndOVWtJSFpkbjhSdEJKRitwNysxUlpmOFVxWGVuWVl5RzJZODF1Ym1qMGpVT1Q3dXd1dkw0cnQ1OHYwNkZNdEI1VHBhRGtoVzdaaUVoUWZHTWg4SlByWHlqbXhsS0E5NHFPWHNFaXJmQnFGYmJJVHAyNkdlVWdqMnFqQ3hGdWFObDBMNTNMQ28xTXE0TG9oc3Q1MzhKdzNOcUtjZnFBbnJKQjZjaHNTTzhsZEE3VUFWalpWNFIwVituc3gwQ3J4RS9wWkt2TEN2OUZZTE5ZZ0oxN3NuWVlDMitBSklkbkhGZHIwVmhNVC9hbzBuS2hadlhENnVuV1A2eGI5Z1pnbGZUdng0NUFvUGxEKytja1gxZ2YrdFRnbElpdDd3STg2eTB3bmNiTUtLb29pS3lRdXo4N29CNFpXTVJjYnZGVTVPQUVFRW1OUm4zQmpZQ1RVTG1tQlJSQWRuYjMzZSs3V2o1RlNDc2tOdHZpV1VrN0p0M0JQTWVxdVhIYWhublN1UkJPbURZZ05zR0MxR3RIM0RFUT0=', '468572705_17986230353753450_1941679999573379421_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(56, '2025-03-11 23:39:11', '18154429699336045', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'otAS5vOK1Vrlb/U+zIaY3WRaQ01YWGloaURnK0d2WVdrRXpLeU9Zc2Rlb0pQSHhpays3YXRGZnA5L3NzMTV1a0JKVUZmVWZTVm1SbEtQVGNEaEI5QlF1MU1DcGkwY3l0NEkzRVpKTGNJMVArdllUbHRIb1dPOVVUYUg1a2Y2QUxLaWtIQnk1dGg3VERvZHovNlQwVzk1djFxTFZ1WjJvaE1IOTN2WGJTSDN0dEdRMW5MZEY4RWlHN0dKakZDN0JTRkM2SjZPZDh4ejdRZW9IQXZpTmEzdkVsdllYK2Q4TzZWWEhFaDdTM09zbVFSZHR5U0N4V24yR2dCNTl0Z2lmZWhXNm1maC8rT3c4MkxhTUNORGlvSy90N1NFWXZET0FVMjFJcGxRTjdzSlZuK1ZXWFJ0STNEVkptRlBsL2xUN0Q5ZzVVOWJCUUtlcm9ySGNhK2pOeHY4R0JWTm9GQnRObFhyZVhkYzBHbWpjSmVYVlQ3M0ZNZEtyZTBNVGwrV0NvaE83c0JVY1dlWDdkeWRvNzdBeVdCSWdUZlN4ZkZacE95bmFwM2ZRM2haTUsyNFEwT2hLYUYycDRiL3VDY0k4UlpmQ0lGS3pZdWxjQWdUZnluUGVWVlpoRHNSSzlISmpjekgxVmVyZmwvY2E2MVlMVDhIVndrc0E3Mk1Ddk5PQkVkd2k4SUlsYU8wU0o1SUh6MVo1YXpVL2k4UEovSDNZSmQyS0cwTDVidzBMMnRrTlROQUdheVVOM3B6T0VsbGI3Wk9ZNm4vRTZkVFF0ekJBQTFZMXkydGxyNGQ3TldLbTNjZEw3Q1Jwa05GS0lONEpDYkdDZE1mbFFra1ZqYVRsbUVkc2ROU2pkeWdXNXk1ak5ic1VOeWNWeGJCcTBwRFoybTRac09TZnR2RmZRUVJuZkJuWWxqSGw3R3NIejhPS0ZuYStiVjh2NGNUcUJmZ2lOVGZySExWKzVLeGF2SFJsUURmNGlDT09Jb2JJcFZxYlhzME0zUHRMMUI0TEs3TEgvQlRYRUxVZjh1VXA3cEljdmV5c1dyTFlHQ1YzSlc4UDRxQlJMNFFUS2locjZnU201VVNWRzFRRWdLYk91eXR0WExQZURpNHVPeUszcEUzSitJZ2QvcWF0dVdmQ0YwNWtQRUpJVTZpMzI1Y0Z0UWxDS0YzOGtXK2NiQ05ldmFKdFY2a2k2WFRhUWJISDliL0p5aDdZZ0VKUWJMTWpYRDNGVkVTQW1SUTVxTXA2UHJKVEh2RE1Pa0tpYWN2b3hMTEp3VGlHckJXMTlKNVQyWU1NbDFwS3N4d1JXVkNiUmxWTTZNaTVXN2VncGNKSmlrTFFhV0FLRldxdmZTbXJ3aVI2enNjc29YdWRycTk4TnVBNzQzdys4enZuenF6QkdQR3J0UU5nWTdTYUcwQ1kxVCtMa2JoOE1xZ09pYjdyOWd3OFN6NlZrd0wvWDNodFZDTXhpelU4bjhxNXZQUi9DT0w1Y3VCRG05bmdGM0M5MUlsSnpNS3d1bHJEbHpZc2p3N0cxQWJYOEZVdm10RVZZRTdBdzRxSnNvdlNaQTVEcUtqbFNGYmFVb3pUY1RhRnZ0Sm1lVUpseG9kOGpaT3dDZ2QxZVhmQU0xNWdjeWcwNWdZcWdOVVZsWWVjcEt3MUJKY3ZlSmdzTForWHQ0WVZOOEs3cldMZExHd2hSeExsYjFKVDBUNXJ4Z05OdUlvY1RMRzVMNlhoWVA5UUN1eDN5MFQ1VWhMdWZCZzN2QmQzdCtoS3MxenZZNVUwR1l0b3ZkMUFSUWIrRFh4T2hQd2ozTlMrZjM1OWRiWk8zc2VNWXF3TDhPb25NazZ2Y24yNmMxV21xWWF5WWwzNHJtTW9pbWFVWUx4R2RxZEZQcUtUSTNvcjU2aFJ0Rmo5YmgzUGZ5a2RucEVNREVyKzc4VklpcWs1M0RZOFE0emtJM2dsNUtDK0NDZ0dZUjkwbzM5VHVTSkVBc1hadmRTNmJjVUNKUngzbC84TWl5WW91dE5TSlU5UnVzQzF0SlF0c3lBSjVZQ1IzZmhDd3lSaS9XNW53a2JFcWg1UXUrV3pyRSt4WU9CUExxeUhlRVZMM3o1c0dyTkdyaHdaQndOeThXVU94YzBqTEVWMW81T1FPL0pBK1c4WkhpUW9ROTJGU0pIYkcyZDUzdkJXS1F5RVYvV01SK2wxc05xTDRFcGVMVHE5bSs1L00rS2VZK0VQNVo0RzJsVXpnMjRISzd1b1JWbCtiVVF4ZHRoQWMvTXFYOWNVV01UYzZXL0M3WElBNm1vYXRHNXdiNlBLRTBLbVUxbHdrdlhCWm50N0w1aXJJMktPNVBVV0t1REk0VU9DQUlLQmdwaG4rU1hRR3VtbmNscUUzME9FYit1UXBhMzl1ZC8xR0ZKT0E5WU9zWXgxL2V5ZENuZWdvbE56bU1ZSk5pak05TU9DckVUbnY0RDkyWDhtU3ZvSm95TkJSSytGUWpNT1Njcll6YnhzSkhnM3JvNm1FbVhzajlqNFZWclFackV0cDRKcVhYZGhwWnROSERsYkkxRWFvYUpaMGtkQy83MDJ5ZFlDd3JiNnlRTEpKRmRoSXBHZjFVMllCYXVGMHRuck9RMStDZ0NCYlZsUlJncTZ2UmJNVnFyWGtNWk0rdm5yaVZaUkZSUVZOK1ZCcFlmZndDY2h3a2g5WVlvb2tNTXdFcWExQjQrbFErZDdlN3pGUUJ4T0lLcmxzWjNzYk5yMkE1aGdUczd5ems3L29OZVRoQlBBeFRSdXNrbTlvblhoZGpmMFFnT1RJNWpDY1ZLdlBzZjh3SHJkVit2WDdnSmNPMUloMFNZWURmWUNuUmNWR1RTR1k3dlZhRy91clVUTUhhTGIxMnpOTVUrOFVtV1Npc2lxQWU5V05WWGtqL0piN0YrODgxWkZPSW52VGwwbzQxTWYyQjBhbUFoZ2l6UnJzZ0o4d3dHVXFiWjRJYmIvcEFVK2pCTE1KVkV6VmZQNVRvRlBzaVBUNHljS0gzVHp3QUY4L29pdStnRmpxbk1JRldYemZYSldjTXY2WnhibzB4SzBESGp5aE1aVVRTS0ppeTZVQ2JBTU9MWEJPMk95REZFQlZTd2tOSVFDT0RQeDhYNHQwRXlMTGF1b0tiR2E2anl3UWNGTHBIK1ZzbXdadit2cDl1OWNSVVkzNmRPNGVIRjJlbFg4WU9uUm9sRy9TZFBTUStxUHNFNGJpQTNSOFFVY3Y1SjJHT3ZEL0tPK2tWNGRFZEdHWkhWQm9hcE5qcFhSaGEyWUozeW13dVU4MFFidkFyY3Q4YUpFcC9jN2lkazYxYTlSMks2dEdHaFNWNlorTXVyY1VRQXFHY3BXRlZTYWpwN2Q2WE1DVE9pcEdnOHpmdGovMlFVRGlqcDVGYzhSVmNJZUltd3lFR1A4N1I5dnJsZGJmeXVKcktLeGNXSEhreGNRUjNFSE1sNkp4T216cEwxN3M0akxPSytML2FxSHBzckpEM01YN2NUV2VPa1A1TVZZc2VPaktHMWdRTVJZK3dMVlQ0dngvcXV0UnJkeHlJcGZjb2JDQ09nYUZYWVBmQmlESnhIQzZGUnl5dThCUDFGTWRCczAvR3lUWEM1SGs0b0tmelJZM1pJQUxVQzIzcTNKYlk3WUt4eHlMazZ0NHNPdENDeHBUajJDU1k1SnZHMFhzakt2dnJoM0l0NWkzTWl0TU1hUjMwdWc5aWZHaGh6Ui85YVorU1BJeHlPcUt3cWpLZFI2emxJeEo0bG14anYxaW90VmNya09ZRmZKS1NtV0tYVEY3T0JFMmM0Tzlqa09HSmhvRlF5Wk92aXNOYWF3clIyT1lSVG9TT3lLRFNGZm9DakhrT2ZBVFBEclF0RVJUMU9qOURjWXdjcEFoWWlSdDE1eUJlQlgrVXk2Q2ZXUzNHTlIzay9xRm5ZNFkwdERtdWJJZzFDa1BLWFlXVVFJQ1VwT2gxeU16YkZIOHVuM0pWQUxRTmZlY3lJSEYxNjZSZGdRM2hMWTlITWlmdmsxV2wxSHhlTzFaVmtFL3VFVERiSFBEVmhKNnZCcFFyNVVvckpPK01jbmdTWTJkQmNKcmVYZUY3WlRvODd4MjdVWTZMalByVjJGK0E0dkplajYzRE9WeFZrOE5GU1FzdWZQNUZHeTNBREtQY1lESllERkM2UVcyajYwVGxPZ1VtNyszb3k1RWdBcjJuWUt2WEx1NUp3PT0=', '468481650_17986148048753450_9099712835255003514_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(57, '2025-03-11 23:39:13', '18382056736102661', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'pDTdv+gM2WQPKwewAx3xcUN1aEpPK25hRlNHeEVtR3dUQW9NZmF6TlVOYk9IbkttUnIvNWU3Z3RIVjVFRmx4andBcEVWQ2RCSGZWZk9lZHI3M3l1czhya25JQnIwaGlkeDZHMEx6MVJVWlJRRmFjT1VldmJMeXNsN0htUEJ0TkVxS0hhelg0cU5mcVNnV00zR1ZXbjFHbFFPa0czU1VtbVFzNkxwdWJuNFp4cDJMMjhsTkEwZjREb3FjTmxtaDZNWDRUcmFNVkpneDZLZ2RpaXFCclozWVFvV1FjaC9nRG1FV3RBWTlLRFpaOWErVkE4UnNVWS9ab293dW1PM3RuR3VDOVdPS1VtR2hYUk1ZeS83UnB3ZDBVaGs4aC93dC9FbVBzZFplQlhSMmNxdkxXWXJKVkpWM1dSaWh3eUQwaWx2MVl2RzFJb1ljWFRkVXlyM2FBbDdsWXpRREpZZGxoaG9Jb0pvL3ROSTF3TnNZVThqQXJSZkltVHo4Y2tHWXdHNkZtNy83U2p5Qm4wSllWMWhGdURCZjFxYUZoUEEzd0tRY2JrcE1EbjdZSFhhUlE2eklaL2lTYkZsR0NBaDN4dHVaMDhCL3FVa1ZwR0xKTkJsektvUW9URXVjQmpLdHVoTnZ1dE00TUMxTHU5VGhGOUZIYmc5a3EwUFErM1R2dG50aS9iTmVZbVNpanhBcmpnUk1zZVZUUk95amlJQUwwVW04Q0IwQUV6aCtUZ1FHc1BVM21WWG5CWFU3TkhLbnNEVmIzeUVWN3Q5djFyOThNQzJvejRlZFZONFp6UG5SWGpnVVJBMHhHUW5BVExlU2NVblZVMzN4RnFSUmxLaWxkYXErOE0ybmxwaE1LZ3hQYU1iTER2ODlOSDRGVDh2eWsvZHUwQVc4bFJ6SXNwcHNhaVcrcTdydlNFYnVJb3YrMUVtRVFkSXNZY2lnRVU0ZFlxbHRHUVd3Y1Y3WFNvdEE0MU1BMkErYTNoL0JCeHVPVzBUOTNzTFNjeHhGMTJhRCs2UXBIMmNVRlBVNUZ6d0xZQ1MzOFRqZ25ReWlQOExWeWNOV0ZsOTVtRVg4RGprT2hkZlVDUjl4VXBJNU9LUjFTcXJwdkttaVN3ZUJKYk1PNW9LeUtmWWNLVjZTUmJnS1BRRzBSZ2ZyWUl2elY3Z04yUU5UNW1UaWtnT3N5eUNHU2xXeXpqbitzWVgrUmtnSTMvclpyV1JycGY3dzlXK1R2cnBoSk94Z0VSeTNKb3BlOUNaejI4ZjlXeTBvTFBsTVhBN094RjZzbVdwNXkyUUdTN3FmWENVd1FtV2VZYzlFS2hQYVA2MklCeW9qZitIS2IxdlVTWGlYR3RXT0YrdFRYRHY0dmp6UnNsRURTK2RDNWJjb1h5aTluUlFySkFSN3ZLOGpkWmhhTzIxWk9hQUJwZjVHaUhFL3drb1hEQUVraU16NlBjMkxGb2RUYlpzdjVzclpaVkNoUFB4K24vc0RLajc2MXh1aHdYbzU1UVZZeEk5US9GSHgzWkF0eXlkVlFObjljS2txbTlOKzZFS082QlFodkJzTjFVaStzWkd0cUs1ZzRnRHh1aXIxMHdrTWQwNXpDYUhPcTYyZUQ4REZIRVE3TTRVT2VpVkp4ZHlNcFZTTjFpSHRNcDlpSk8wVFpxNDNRRERMa3BmZ2dORXAxQWdvRGpUeDE2UlNwK3hBdlFTU2V3dTU0MXNqNE5RcVp5UHVMN2dENXlRU2FtNE5GeVVJNkoyb1dVTlJGd1Q2Y1BqMnVtSUR1VWhwbU45a2ZTNVlXelloL05OZkduUTlEWUozZU00Z1FUZE1KRHpFNGhualhzT0hzTnlEaHFRT0JLQ2ZOdWlELzBWRzFqc0ZDZm9CcEg2eDR4QlE1SGtTY0dYTEVHWklpMXU2Sk1XU0hMOGR1aEh0T2h4VmhTSk9LQ3Ayd01Hbnk2K3FkTlRXMWExNHBCTFMxVVJIZ3ZtTk5vTGowNWxtN00yRFloR2Vuc0ZjVEtYRkkxTlRiWlJYS2FMM0dSbE0yQ0grTU5vM29zd1hNUjVrclE5ZVl5Q1dJbm55aWhGMXd1UXM5NEhDYVZDRk02LzFvR2lIV1FxVE5TUWFXWkRoMUlSMEk5R05DOFF2Tm90WVBEMjFIK0ZXRUNtcDBsZTZ1U3YxMUg0Mithb0paeWlDOWVwZkZVbVd3T0pMZkE0ZG9aNEpRajJRRVhYamJER1ZFMFdjYTJZdnNnNXM5UEVYUHNWYkpkWERCalk0bnVnNnRLUjZra05DanpFYXF5RVV0MEUzb3ptdDdhMTdkWnU1enhQeWNENFA0SU8wWVBJK1FLR2MzYlhBTGpyNzVGRkxoVEF1Y0o4NExZbnBvejgxczI=', '468382880_17986137830753450_3991229153227849446_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(58, '2025-03-11 23:39:14', '18258186862260040', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'PLWOMdKTFrcLv0cmz5Pkb1c2T0U0OWRjNXZkbmY2OE5SK2tuRkJRWFZGcGV0b1creWZmZDdma3ZjcHZiWjd4a3BYdG4yRXZGWVFUa3lHS3gzN2FMVThNejlMbWdFb0oram9qdHhHc0RtL1ZzcFJ4QTcxUGVqbTdqWExSKy9ZcmY4WS95aU4yOG1tcDJLQ2l4eXEydkJ5WXh3TVVUKy9aTkVCaXRKTGFTT0hJTExyYnhwZlE3ZHRTcjZ2ekYwazE5RWx4TXZ0TlM0VWxaY2VBVEpJWWFCaTRMajJKMmszcmdXSWFreTFiWVhJMnNBY0lKK0RwQjl4L0syVEhVUDlRTGtqdHNWWVNNN0w4Sk8wWS9WUzJtSmZlUFBBeHhjNWpNbXMvTi9xTkF4UDV6V0R6MDdlV0FEazd1SG1La2NJVlQxQ2xGU0dhK1JJSUVjRkF3MlI0cWxCUC82RHdZcDlvdVgvcmNLUndzWmlrQkQrR0UydW9QZjYwZjkwSW1WeDdVQWlFdnluK0FjZGJEV0plTUF6NTI2SWtNamdqVEpyTTZpRzJmN280VjhSWUlxZGsva2lpVzhWQjRUNWo2OTZkU0hTUUxBM3hxZzBpZzlBb2JvR21Cc2dPUXV0cnNyMUNKeDhxcjhza2dQOGxzYkFNaHVKQnAvUjZseVdLNmdtTzdSQm9TMjlQMW8zcTU5TFdsUjg4SHR6SVhrNXBlaE9ueXl2SlZSSkdwQk10SC9obDArL3hWN2ttVlhxRm1kcFRIRXY3cm5ObW13Umg4MjB4TlI4bGVCUU9yN2pnWEh1YnY5VSsyODdqWlZCYjFyUVpvY3BNVFpYanhKQnNiRXJlY2cvNVZjbkJneERyWmJXYkdQaVRQTlA0R0IwZ09KZ2hlRVkrSFFOaWh3SmZ6SlpMYVhQVFFjNUlCelg2K1ZMbDRHUUsrMHE2UERTMm9qNGFzbm9URVdjVjkyY0JlWHJNa2hqZDIwcGhHbDVLNDBrSkhDTnNMRkdWejlpQXZIM1BQdzJ6TWhvcXhkZ1l4WUp4cjFmQXhnSXovU29vNnZ6TXFsMjQzYmdBb2g2QTlUa1d4Z01JREMvVzhhQ0JaeG4vdGR4REVmVDZzTnc1Y0prV2RZcHMxT2FYcGlzTkdOUHRZTTRXNmNFTk1lQytjcjJLaCtyamNHaU1CajZ1S2x1TW8xaDJuV2czOGtnZHpCNmRJZGVheFl5Ui9hS0tsSTd0Y2ZWTmh6MFByM2wyZmpaQ2Jid2hqWUxKbUFLcmkyTjE1bXUvYUJnZldJRkhCdUpWb1hRaC9zSEg1YzRpWEF1aG5IMWNTbHdoMitsOUMxQ24wNkFUczBzdXVsem1uYXduemwyUVZ2TEFDc0tMaVBUdzEvZkN4NERYVDhGbmRtcno3MDcwV2xkOXdnUHdhOGZMYXRsOXBNc0xTR21vODZIc2NRai9JYTJnZ0cvQVF3ZDgxWWFsbXE2Q1VHbFh0U1BvWENXcVM4K2dEY3RSL1BHRVhhTmhSc1dUK0d5RzRiMnFJekhjUU5EamFsR1c0My92T2ZKa09QUWFEYnQxWXNidDdxVk1IdDd0ajBPNDdocmhOb2M1SG1qemtqQ0l3ejdINGk4WThKc2ZTR2pTYWswRnFVWC91Wm9Vdm5tTVlzb0NEb2NHbWpaQ2N1NVIwb040V1E2N1cxWlZtWVhCQ3h3Q01NbDZjb3pIcHlxYkFuLzFrY2l0MXI3ZEgrSWY5OGxONVIrSzREdDBaTU93NkI0aG5OTWJYODhXVHlzbWhHYWZxYkRXTXRkUk9RdWJtNUJ0YVd6clN4NFh3azdxOGlyc2FXVVJsMGR0a1NzTEk2clA0OVRZTm5zcjNuSXNiQWNvUGZvVDh0UWNoMGxwaFhVUzNNV1hjb0hwcmJMcUxkQVVLZk1nWldEaS9mNktQSDBGQldzRGpUb0NuSytxSGFZMm8wT3R2bG9QaEd0ZlM4VHdnc0xsNzJ0YmUvNVdwc1ppNjFidnk5L3p0SWsrZmdZVEJGKzAxZmwwSk52R281TFpISm9QSHJnbnRDMm5EOGwvQ29NWmwzWjV5WDFDU293ZE9WNW5UNWg5YkFtYXF4OGMvaWpBV1dhREdBWWUxSFJ5SWtEdk1ZTVAxd3FYU0xsVlZITHphYXZyMzlTWFdLV3BPeXFZdWpMTnRxbXdaU000a29nWTIwWVdXVWE5ZEZiUGxyWUFGRFR1a25YTCtaWnpDSXR1UWI4L2NZZ05kU0FaYk9BT1dWVTh6OFdBeE91WGhLTENiRzBpRXpNakdMUGxDZjlPT0Z0L3lWTWNYdUh5T2lzeDNaZ2lNcy95Qk1MNzdjUUZpRTduRXA1SkxBb29RR0JNb3FGZ0xiZmxmYXBuRzh0WlZXc2ZIM1dKVFBpaU9wSVB4Mm1uVTJRRTYvN25WZEVrVGNGa21ZOWxnK1hYa3FQa0hGRTREMHZnR29RaTRmTlA4WGltTXEyem53UCtRRndaVEVBeGJqZHF5cm9IT1FQM3NZN2VGUjIybFlubHBWNEpva2lhazhYTVE2Q1hwTHNrTHRCMmVGZ3F4Tm1kRHVDMU8yNGNTQ1B1ZG5IN1l0VWdibzcwa2NIdk85MlBaSXd3RlpPMjBUUFh0U1lRbkVBU2p1R1EyRWJZbjRzcCs2VjVBUHRwaWxPMnEwSFI5Z2hvNVMvazFLZmJzNWpIVlVQUmZGcEJTKzYrc01ReDZPLzdmU3NyNHR2amQ2dWtPSEFFV3d4QkFhTGRRQlJDTDJ4clFrUFRMM0h4WkR6YllaZk5GWVhMRkRFNEJWTzdBbEt2TWlxeUJZWTAyS1dSMWJYaDNsWUdWSmd6K1JSREVTb1RCZ2oxZGlZaDdTRjFTVE1ielB4NjlrcVV0RUs5enhCeHdrRHVXbVQ3L3FxNi8yejdtSWFudVJ4bkFqb2F6d1RMbHZlSjRNNG5ocVQra0pUbHE5WERMQkdYd0szLzNKejVQcU16cVgwdUJhSWFlODY2VkJYRG9oTWdoYTZndStMN0RjYVRCaGdvT2s0L0dRRE10YTNvcUhocGkxcVR0UVROOHk2ZHRwSjZqVlEvZGVyZGhxd2l3QTFxdTlWenpaWDlwWjJnY2hqV3d0Tk5GaEtMOTBobWl1dXNaRXhTcmJSQkZyRDdvQTNZWU8xQm5laHExclppN21tZXo2N0NVWHJVTzFWblF5K0ZsWWNabVlLbzB5YnV2S3g4dDlUZ0lPVk05czgzWlcyTkI1YnN5QW9PV293T0h0UFpMd0RpN1E4UjN4dTI4d3FiS1NidWtKZWNjalNCUGg4UGE3NmdCZ29IYzA4NjZZckhiTlg2RHlvMnYvK2xuRGNTQmdSYjZYcjR3aGtGRFlpd1BPL1hhYUlSQ1FZa2J3QlgyWlgyRnMreFRVR2tORFdzZDJSMnBTQVR3ZlYrUlZxUDBrK243YnFOWGRoSjRrenlyQlJXNitnYmdQT2J5U2NLVk5oakp3ZkxnUTFWTHo5aElKam1TNUdNUnFEa2Nuak1waE9aK0ZERHZWOGF0c1EreHdOUDJoREtWTXJkalBsbnhXVHpZY0hpY1BpcHNpbkxCYnZVU0FTVTdqUVJFT2dOdEZtVEpsbW5FRG1kU0ZLVXRNMEVQNGJqNmpvb0pVc0pvVlhRdTVUUHU1MlBXbFFwdUNabEdpQ2ltbklrckJ5Tk5NWFFZWnBGdFlZUWdFT1drSnk0WWlWZzV4ZklpY3dRcUo0bXZ4a1N5YTVVRnFVaTJOU1RoRGIrQUt0SVI0MzhYWjV5d2xLaGVSTGZiUjF5WkdUb0xsS2RCaUNKV1BCU0cvbFZocWtJRmFOTG12dHFPYmtudFp2dzNlam8yc05BZUtZVnAxM2F6SkJKaUpoMTUxWDhCRTMyMUlkZmNTUy9GSWN5ZG1zQWtxZGJZRXp4d3ZsVXgwVkRma0FsQzZIQTZ2T3RVb0lNSGpOaXo5cjV0T1hpR1lhSjNCc2N1N2h4UXhHK1RMYlJTcDdyTlR1aVBob0d1dGNFSTU3SkVDUUxhR0VEaDJEWDJTYnFMcEszazBETVluU2wzMUF6UWRGMW1kcmpSd3kxTlhOaS9ZODVmM1JxekpTckllQUJ6b3NOQnZiaVk5YVBBMlZTK25yMmd2aGVrYUhSTnRNST0=', '467284764_17985872216753450_634446863850514758_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(59, '2025-03-11 23:39:16', '17905042320063870', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'LrWkqONCzHgiHAENDHCak3A1Y293OVN0WnJzNTRWRDFRSWdoSm1GQXhOYk9raGRCYVQzMHovaDRESktKTkJML3Arc2lVYzB1Znc5bUM5V0Y2RUpNWEtTNWtmY3lHVTB5VGZnd1M0M3JtTENyMXMzNThOT2s5OGR1RjQwNmlsUjBMazRjeDdVNk9EMjVVZmI3TkNWajlaM0lvYWQwRlpyVGxqek9JMFNGdm45Q2Z0VlpPVXdhaHNuSzZZci9XcU5JZWtaWXcyMUJUZDk3clNJRGxaUUdEanI5aWh2VzFON3BMQUsvcTNCdzg4YWlvL0ErYnZoeGlaWllrWnI1dmpGR01GR1NsNVR6ZURBUE9tbGszVmdMdE0wQ0cxNmJ3T2Z0amQxSFkxeEdEeW5Mc0h1SHpERUZCRVJmdzBvT1ZYM0lOVjhvckNrUFUvSE5wVU5mVXMvcHZ3QktET3UxOWhXdUdoYnJVNXRqUFhJNnBqREorM1JQQjFCS2hpRGJLMkZUNzBQcVFNK0NyOW5HclRFTzZsZDA1MGt3NTZ3YTdqWWptd0RHUUlrRWE2M3BsTlovMmkyOFZRNVFHaFFEMm5BLzVSelhTWHJRWGZMdURIS1RDWFVFQ01jY0lSOGNudGJRTUJsc25pUGVyMlI3UHZ2SkN2a0s3TUlicFFOQmJScHF6Lzh2WERJeVFtTE8yZTliRlQ1c0FNZTJrVGY2UUxhL0dRZ2x0c2wyU2UyMWVVYSt2VnN3dHJUckFuNmNpTmJmOFY4Z0x3cDJ0Z3B3N2tmNExTM0gwWFk3SW1HRjJuMDY3VWtoMjVMU2V3RExYdkViWHpnS1NaQ1cxL1ZCOTJvYjNMVmdmL1YxUm9lU1AyL1Z2Y0hEblN5QmF3VUlmWXFxMjVsR3F3RURnODVralRlYzNjRVYrUWlzTlJZV1FycDhTNWp6ZTFiNkZId2NvNUNYOERoTG1SRjl6TElrMXEyZG9ESWo4OUpabDdqZW9iRnBvTUhWeG1NNlZaMldBL0sydmtJcnlSbHdoMzVvcFVSQUJhQmJNNHlxQk1KV3d6Vk9QWkNmSTlMNko1WnhlUU85c2xSZXZFODRmb05YVmx6OVgybi9mclZXcysrMEpkSG5XdU53bFpLYjRHcGZpa1ZkcGN4MXhLTVFoS3N4ZXlXWVhjY0gwQ2E3NElCTm9mTHNtVThBdDQyeTFVQmZzMTF0N0VNMUZjZDd6bGpIeEcwL2g3OExKNW5nd3FIcERxRzdLcUlGK0djVEpqT05ZSU4xYnRMMlpOVVVlQjIzeXdOaW01SHhCMHNOSlVNQ2NhWHZ6NzU0U0ovWGduMi9DZzdXUWlFeXd6RUw4RTFTNVd0ZHNHajVSRGNRcmp2dmdiREN0eGN2bm5rRTdJVUtPdVlHUFFRUVZNK2p2S3NkVWg5VWttYVRHR0lKdkZqWkVCckR4RzVtVmZPNEZvY1o3bm0xdEk0WDU2R09sWWJCTFdLQjc2NERTSmNUUnFUbnk2b3IzVnZPQUd6cmYvNWF5NW1DbFRrdU5laHM5Zi80Y1c2OFRCem1sRlNSUFduK1hlMExTQUUwNWRJVEJUZCtkNnhjZ1RxNWdydnJmaU02UHg0UE9IU0RTQWxuSHJ0TjZUTjN4L05JOXY5U3RHUStzRVpUUXZpSFVvb1I2TXJmZjd1Z25mQlBLaXN2ODd5UUN2eFZ2b3dJYzY5aitUS1VMdVFLYko1MVppSjNvYi93cE1XKzVoVmM0WEd1OFNxei9BL3R3a1c0MG1RUG9rMEUrTmNLYnArS2FybnBQSFcwcHpmSkhNa1A3cEhES0U3M2F6aWdJandsZDVrQi9leituSTRwVTNMdklxRnBEUG1BOFp6N3FhN3hPQWpXeUZpVnZVQVNMajBRUEduY0Roa2gvd3ZwKytpVmZkVU9IQStpK1dxL2NpYnBNNy9aZWtTcy9Fa3lxWEpMSHdiV2tRTGdNZzRIbFlLVTdaRVJkSEF4UGtBanV4MjVETW1EZDJIRGhvZ3ZkOXYrSEdHckNDYzJYRjc1cnRiVFRTRm5nY0F3enBPT0dsdGdZb080bE5vRk1Sc3Iya3o4', '467995268_17985729566753450_3415793757846097621_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(60, '2025-03-11 23:39:17', '18155789035330078', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kaN41TRiPNfzaUHqLXmrh1huR0RSdmlLNllza1hPektXWU1UV0F4Tm5pUk5ibVJaL2FGeUFUK2x5WnBCYTg1cEtidEp3RjRLcGE4UytzUUFZdU9LY1lnTWdnMGhJOFpVbDBqL0p0TU96dlRSZnBRa1lVVWtlR3VtVDVhSWhndXdib2ZEUU4xSGRJd0VmYWRRUmxIUXIybGN3SitxKzZkY25iQ2NwSkZ0YjFId2tNc0ZZWDl6N3g0dW5KazlhTzB5TitIUlN0cGcycEFJS0UwbTlwN3dzVTF0cWprYU5PN0hHbGp1WGNyWmJ0K25CMGFKM1FHQjZWZ3lHOFFnRnA5N1FsdVR5MDExVzBITUJ0R2R5TFJWZlhRNUVic1FSdU1EVWtJRms3RnRrR3M3Z2lHdXNjOEU0NGNmbS9TMU8vYmZCTWx3N3IwTVZFTXN4M2VqenNMN0luY3JRcmhXVzRjVktGdGp4QW5sSVNwejZlSGdKdW1vZWNDUTNUU1R2amk3cHlCUHIzbVhndnZsVkxVemVuZTlsQS9aSmFRWC9OWG83VzdjdzFCL3NHWFM5RGU0SHdXNWU0WG1oUlhyZStUdnd6eXNKTWlnMmk0VTRhSlUvQm5KaGI5SUsrU2wxYzE4MEljaTkzUkNuRC82MzYxcHI3NTRmOUhQT21ZT1VsdjBRc3E0dnBsU1BoMVBsRzF2MkRmVWxqbTMxZWpKVGZJNmJmRFlkZzBVbW1FWVo3RjZGenNpN2wrVS9Ndzc0TUFEcUpBNDFwTjFJbklObkxRNEhYRjYzNGVHRmtQWHZiamlDVlo0U1pEQjZST0NLd0txMmpWR1FDcndFRmNQRjJRcWpsUUNMZFo2ZFdwcXFIUmVwL0NJNk43ODNBY1B5QmI2RkN4c1R0SFZ5WmdCUVorSzNSYXZjeEc4M01xUDFyL2JPUjkrdGpGV0hMSW5HeFlOd0szU24zdCtxTy9RRDdYNVM5aEFlUXREZUxOVUkxeWdYZXZwT3ZUcG5lUk81TWY2TTgxSWlyS3REWXgvZytkdGpVWUU5S0FxOVlJQWJSUE1EYkhDV3dZMzdHZW9VdTkxVzFjM2hEdXVjcmsrUUFjZ216OGwxMXJpUnphRHJGb21ra2lPUDJtQi9YUkhkZ2lueHRKRzRSZFhoM3oxeVRsMVJSbzRtOE80ZlZ1YnpmNzFpZjlaYWFZV3Y0dWZVa2lqa0RvNEpTTEtDNkxxcHlFQTZrbWhmczRvRXJRMTVBY1RVdDFLVnJzRXBDcWkxRnlnKzhtNytvZlJrUENzckhUMS9EV2FLbUM2c0tRdmpMaEQ4L285YjI4M2I0R1hpSEVyd1YrWlVJVEZVT2tnYkVMenJ0dlNIdWtQVDlLYUVBcTdpdGFJd2dFZFo5eE1mQlpaalRDUk9ra0txRlo1WG41SDFRdy9OQ0NXWFQ1OVdNcklEUThTWStjNUNXbUZ6WjJiTjZWaTVGalhNNkVvNmRQb1BXaml4UEVIdG84U2pzNnJaM1hTTHhhdkpGQWdJNm5ZRWE5OE5vTG4vSGF1MnU0OXgwRXUvTjNBQmtZSkpyakxQK0RzTTVmRjRMa2xZVFNabG5pYVdQQ3RSVXZHNXl1TVpiK0xQek95NGRVZDhYVUlmRWd1Ni83UHh4VWlUZGx1RUVEaVU1RUxHMnIyZ1pZc2RSWXJMdFBBeFcwOWxhc0hSNW8vbXFqb1hObjFtYjFIUEdsdVpGYUhNMzg4TituL2c4eE1yNXluQWtDU01QVnBIczMvcllDSTJmRTRGbmNmbkJlVnZVUDVobW0yZy9YbkVhUnpQRE1QS3R4Z1FSVlRvMjdDMzY2VzFyRVB4QmhQSjFJMlYwbEU3WDFScUZ6N2NHMWRjZmRZWnJtQUNQV1pYM2F1cU5QTUc4MVU0d2xXSVhtcGpCcWd3TUp4SXl2Sk1CUHB5ekZCeWwxeDYyQi9XaFFTcFZROGJNUFFVZW9vOVlTYjdncXpqby9sbFFUUkp3ekkwZXQ0ZXQ0TnB4elFRdHZwUXo2Z1dEcmU5R1ZRWE45YkJwVVdnVDN1ck1oYko3bHJTbzArYUEwSEtqM1FFMmFVUmF3MWZLbWFWd2hWZjFvb0Y0a1hhT0VyenJobHR0bkFoazN5RHZSZFdBczZPd2RGR2VJNExYa3E1QmVPOCtWQndIZFdDdkpWdWQwSGtQWmxrYW9ZWHRDT3VwQlJVTThRU3ZHWG5PU0Y4SDFaRVJUQ1dtNVM4Vm1Ic3FUU0VSVTJJb1BtRDBzc1AxM1M0Z2tYbXM3N1JCSWxFOWRTN0lHeE9OL3VRMkErL2hQSDBWVzFROC9DQUt3VFE5b0hkTFYvbVpacFdCZkxiREYwYjZlakduS2FKRTV6SnY1WWtSKzlnNWk4VndsRys4Z05KcUpjUXVwWXVmR2NEZE14cW0yck9TVWlZdlpYRndibmpRazQwV0Z3bjFCbEVVL041VWxYQy9WMzJVV052Tk5UQ2RUdlpPS2ZSajJseDJ0SkZ4eWpBSUlobElmUFE5ZEhRTWR4YnpzK1Z5bWtHTEtncmQzN1YxMm1IaWRhTW12Z0RmbGpWNnVkK1B4em4rMHpTc0NzNmt2ZHh4ZTRKaEp6YVE0VXBIeHl5WHBUbGppOFdxQ2lyT2NuTXpWclIybEt3ZnN2L3hGcUkwWXRob1FIQkZWbDV2ZTZrdlZPcWFWOUtOSmdwL1A3Y3RtdTVvbW5XUkJmRFZEQURMYzd3QnFpNVpWWWlkdGYwM1FMbVpCVmlOS2Jkc3FXakUydHZaYW1XNU9FZUN3Mi9DK0JEQXVVOGJUNFFGUVJrZ2hCckpyc2k3UGVnZ081ZFhRaXJmODF5am11STE1QUlkSkYrWUdZRWFJTVpxcE5iai9qdldMMUFxK2pZdDlZK3lUZEJCUURETWdqUlJWSTcwMSticXladzJyL0VjSmlvZnVIUzZYUXg5RVBKNUlzbWJHc2FLZUt1eVorWEdYYzkxVkFwZHpnaUdYUkNkNHZWUDI2Tk9jUzVtVk9WNWRXOVRHVHY3MzBwU1k1SnJpY2dRTnNUM3pvM0JDRHJvOEFoZWtkbWJkSHBXbGVOQjE2OTl0QkJpVTU1VzlxZnhjS2tHOUpZelJWbUNZUXdidUt1VVl5QkdOeW9rSTZZM2J5cnB4UzZNbEJTU29Zc1lxR1VqNEpoVnVtQ0JIY05nT3FnZjA2TWJCZ3d5OTNjSWJuVHRxU293SnZCblNLRFUrREl5NjBTajlqWW12OElqbnBJMlRydWZLcTRUcUFpbWluMW1uL0VWYjA1T2NHdzBDYjVqRmpnQXRUa2tYV3doSU9SRmNCeU02WTRwbDY3YXZCb1lqb0Q1SnVCdUhIamE5dUJXT2hJMTZEMmdHWGJQL2dML2NOa0tMOERHVU1xY0VwMzRNUENnTjZreGQvUVlMRFdoWlE1ZFhC', '467525903_17985644162753450_2463919184734302432_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(61, '2025-03-11 23:41:20', '17852284284288866', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+XFen5OOFO2M/e9gRhimTVh2UmdkNWF0VGtFN2RSY3lCOXBZcmF6ZnlPS0FhR3F1Vm9ENk96ZUl3cTN1ZzNBMWNwRkNRM2dDZlBPV2M2b3JpSFB4RHN3MHNpZDBkelNJQU9PZFNidFZST0RpZWw1OEJuMTdENEcwOEplNGxiRHRGMlNCUkxwOWdTakdBVGMzUm0vK0J4L0hSM3ptN0F6UjhUcWRWbTRMVStJMERqNnFLTUQrT2dkUHdybTFkZnVFSnhNUGRQNW41MytIU0RPa2NtMWljSmZpUnpVTUQyZWdOSExweEtnWEd6R2UyY3hLYTRGdGtsNEU5TVczRDZaSnUveEhWbk8wME1Tei9rZHhsMUpXSGhWb2lGWUgvK3hSMkY2RkNjNlZzSG5JbEhKWGN0RElZSWsyVzMyWWJCZlhPU1VZSTBtbGFiY0Q1b2xYcUt3V1hmaDdjOWt5N0krbkcrK0lrK2lTQ2s4aDJlbEF2S283eEdmbVQva1NKQy9vUmJzNllZdVJYelgyUW8zdFA5bTZCdTJyMndtak8xUEJhcWVqck9RQjF5dmdzS01ZTHY0MkMwU0loYk9xUjJvNWR0NGxpeU1VemF0aFVDQ0lmRmxoK0NYRUFjd3JTWnZpcVNraWRxK0FUT3BFOWhoaFpZQ3EvVDFFclBVMHlFVGljSXQ3Zm1MVEdHODRqejdveFBONXFYNkJCVlBHUHZtTENMZFE0ZS8rM2dUb29sQkdGUmZPODJBSTk0elpFaWduU1gxc3YxelJYOGJtbDFDeFBXWjluQjQyaVJJOW1VMEVGZUZPcXA5QnVlWWVNc0lpcGxOL1phVjlGL01YSk5Gc1FJS3ZyRTgyVkVodklBQ2hwNDN5OTlyLzl4cWU4UkFnWE5JQmh4a2lISlhiRGpyK1RBY0x0Zmc1OVgrSGFCb3hqQTR3aStuc21zZEpNK2kwbWVPYTBDV2lmYnR1KzBpdHpNeXhHb0d1dWt1SUluc1dCUUNDNmMyRUljTVN6S2szdWFkSmZQNWsza2VLRGt2YUkrdTRDcnlpWllYTGNOclRHQmRZSHBJQmRLVWw3bWhyRUxKV1ZwbDhjNDBiOEdmNTBoNkFlYlo3RFJwRTkyRjJTbGtEbmtudlE5TGZRTDY2NU1oOHQ4WVkyWENQRFRIYnI1eWg1STNmQWxoSUxsQlZPZ2s5R1liaVR1M3Y4WTUwQWgyS1ZkbTlFQ1M2bFFzajd3Q0pOdVBjaWY3dFJhVGVJbWhYamg2ak5Cemg0c3ZyZisxSjhYRDZMM01sdzVzd2ZicHF4YXJHYlZFRnJiM0o0cERYS29wcmNhOEJmdVQxR0pNZTJJOVZOb3JUMkc0WHptMGpaKzNXcXAzaFdLVkZ1Tk1kSjNQUGZhN29xcys3K3I4emRpak40UitaMmV1S0EzMmMwcW8rcXE3RmFWVTVXVTY5RFAxQmJXOEVDUnNFMjFJSFFySXZNMFpETFUvZWsxV3pRbzF1bDh2RFBwV2d0TkZydGFtZ1lFWDdTY3h3QzJJZEM2bG55dmYraUthWVlWZEF1YUdYa1ZTMVNkZmtKVXptY0poOEZlNjBETmxBMXByVExidGdlSTBJdUlvTWJQNGEzbi80ckJ1WnZ3dFdkeWI2N3JtL0JBUkt2MFRnWnFhN2Z3dXh1djJZZVdmOWpVUXFsdzAya0UyQWxmUTB0M3JZRXU5WEVzQXpzbGc4aUZDZDFlbmdQS1RFWXBsNTFwbmM5bXF5UFp1TDZaSGFMTlloMGVqVVhXYlBlRnp3ZSt2QzJFWlc3MU4raEQ0M09KYzlMRGF5QU41VlZuNkVRUzZHWEw0eWhwTmJKK25uRkFDZTNTTktCeU1ycFpzT0NSbzZjWm5VaHRMeGlNWUZiZCtVSTV3NnY0blFYUXdRNzQyZzRXbXBybHNCUnMzRG9uZUxrdGFBMUswOHZYNVI5dzFqeDVkUGhHRXZLSzhjTUt2cFJvSU5ZN3JxUTl0LzUzejU3NXZnMHRMWkI5aVMvNUhTYy82cDRuOGR4ckw5TUtnUGJ2VlRoNjVXdHdWMldUcHZ6TXNYZnlJNW9xWTFudk80SGJLMkJoUlowREk3b2pSSk5HKy9CalVYZXJWVSsrS0VuWDBGNUZ0TjkzSWc5cE8zY3dhYWpWSTAzT0xFcVkxNnV2dUlETThLKzcwV1Y2eDB3bjc5RXJ6dUFiZmVKNXFkcHFzaGRXRkZMNHU5OU5KQmNWcC9DZHlBMEpmblMvZW9TK3lERjJ3OFFyOEtVWXpma1VnWjAxZGNzN0xidDFvb3QrSFhjTDNjSGlMZ2N4K1RFdlMwTVMxSnZocE1YNFF3Y0xxeGhUVVEwVm9TQW9Ycm1vWEVVQjl1TTFqL0xqTzkrMFZ3SlhIRXAyMUpnaW9ReVR5elVhcE96MnlDSENTUmZhenFDWCs2K0ZKaHgzblArWnpuM1g0aG9BdzNPUCsySmx4Z0krWUJ3ZVBoY2VaQU1qLzltb3ZOUnJsSWJmSXJwL0l5NHhhZjQvL0JMMEY1bWJRS013ZjAweEw5NkEwWVJQdFVzUWtJUjdKSWF5MzZwRUlwRi9UM3dzRWVvYmoyMFVRMUx1YXdQQkdKWHV1L3YzRHdWSHdMZ2J3KzdPOHNaRGs0YVVvQjRaMnhHNE9kNGwwPQ==', '467902181_17985466421753450_5254902847195221416_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-11', 'image/webp'),
(62, '2025-03-11 23:41:21', '18048017363016656', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MoM+DChE+UT8fv/huwM1g25xVVk1ZHF0Q3kraWZqZGxNZWxYV1N2blJOUm9Xb2ZWOEY5ZU85RTh0bXRkaitsY2xqek1LZEFNM2hnSnNxOHFORVBvd0FneXExSEJnclhPZWtXOVFRUGVvMDhpVnBSK0hLOUpFUlpWTHVzNTZCNmhUTDVoUnNDdFFXVlp6SzY1V1h0R3E0S2ZFek91NFJpSnpBWDc5K0ZzZ3NHNjFkVU1BRW1POUR5UzhWeW1UVkNiak5qcjVoT1VrTW5ZNFNIQ2FQd0FndW5YMWhncDZuNHVtMHIxZXp0QTZ5eThTYTVMMW0veFo0TjAyYXBSbUZMUGhTbGcxZkxYMGM3S2NUMlczY1RyWnRDR3UrUW9CUHpKcGdaQXZKS2FVMHA4c0hVUG02dGc3aFlhanhLcWFNNFR2ekgwODA0ajBVdHd0WHpOYjUrNHhjTXAxWU15ZW1LOXVZb1I2MWowa1kwSXQyd2V5TE5jcFljUFhGZXdxNmhWTVJpdE44U0JRS3ZFQjFtQjN2QlEzTUNidkxvZklXRFNaajJ6ZXU4TlduOXhiZVJRNXFJWi84R24xbndaZC85eUtCTThEVXF0S3NzbjhDUUUwclhGVE9lOWdKR3V4VjdIbHpPYUNac2pLSHR6R3hKRGVzeGx3YW1LVm9Fa09FWHgrdGZ2ZFhnQlhXTXdTNU9jTnJWNytlc1EzaG92VmFzU0M2UHd2WTlzcnVMdW1TZzNGM2xpZHZDd1FrZndNQUlaRHpCWTNhQk9ZTjVyTStJbEFqVzRpL2Q2S3M0TmJabkxaVXo5azhEZitRaVA1NDlLeG5mdXVRWHA0UFR6OWx1clZLanowSmZHakNKWUNVQlNKUWJ0VVZjaU92amlNRW96WmZwa0FsdXdWUUIyRWFMcGJBNXpROWFJbHJzYmJQY0JSVGR3c1hmanJMS3ozb1FKVjVHd0tTbFd1OWxQRTRRRU9DenhHdjFHSVQzcmlzT3FKT2JEcit5OGdBWVVuL01oOHFlRWNaQlJSRUlkRi83K1RZWUhPWVRRWEJxNlNPQUVSTnJxVXRZNnloaWZzT1luYVl5OEFIMkN0RjFraXZuZ0VwVVBtYmZQZkVpK2Q1UkhrMlBHTFRFWmhCYTlCYWVPNFRncFNTNlVSNjFISmo5bnV4cnpaV2MwRURPKytNQW1CQXN3cHBDa2lUZEtBdFhYQjNna2FPSFo0N3NTUktaZHJEbjYrclpJaE9Mc1FhZzc2SGZCSjh2MC9mWkhET0NrbkJ2dmJjWG8xR2x2L2MrcmJSWE01b2JRbkxaQXFRaEdUR2thUzJXcFBiQnltNmlVMnd0MUx3USswdFMrTmp5ZTUxSWs3aXBIUWhMMk1QWjhPbFRVYUI0alF5dzdaeFJCZVhWRTB0eWhpTWZDZzlERnR1dE4vU3gvb0s5RS90M1ZGNXJuMnlYYUh3Rm5SYUxGQkcybEYzOVlTUXhSck5ZejZUdnQ2bGNWNTl3TklqQ3g5cCtmcGlPOHQ3MDBnZEkvbUtNSVhrOFl3Vm4yQVpIQzlWMW9LaHBvVkFLYWU3a2ZYenNVbXd2MGIwN0RydkZQajhwUWZRUExQRnFldHI5R3dzTXRGYUVtY0FTTldBMkMrNHhxMGpIcit5SlVtUnVpUmRkNkUraUUwT2ROLzlLS3hQTXBBdzBNVHJjNjhlM3RFTEpvR0g4L2MrWW52NGNRR0F0S0ora2YzN1BOYXliTXJISTVITk9ya1RZSURNY0d0Q1VCL2Flak5ZWGVsN0dsb2xidnRNa3ZzMURocFVyaXpwZXNhcHNnZjVDL2YzbWl2UldHbVpOUVp5UkxWV0NIakpUdXdvYWRZcGp2MGcrWXRYVWMwdkw3dDhXZ0EvWUZRdndLd3Q5ai9kZnAwc2hDS2pVa0dRZUZDdkxkMUVTV04wVzVyUzErdnJYNVk1azVSLy85ZVk4cGdZVHB6Rnl6T1g1Rm1CN0ZBdzJzL3lDTFl5NExSWFdabDViWWl6Z1RsQ0R2TFlhM1NsaUFIdklLY05TTm42SFRySFJUVzhKQVFTdExlbHdvelE9PQ==', '467551270_17985345098753450_6359142233537555931_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(63, '2025-03-11 23:41:23', '18337179358147677', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'p+Jdb61t3/SJnEv28g6CWWg0aEwxU2tPUE5BOG1HVXhzaXo4RmVubkVHZ0NWcExBL1VmQTc1SHdMdnZzVW5YUFRvQlJMQWwybzNYczdPeDg0bHMyTGpCTmdMZWtZWHNjaEdXakFzQk5FT0l6SW9KdkVtdlVPVVBRY2R6UEFjd3laelZTRkxZcXhFTWVpZGJWZVNJaTZhclVtTk41R0twd1VRZ2JUMkdwSUUvTUQxSjh6Wk9SV2xodmlucUpWQVRtNmcwa1B5LzR2c09JRmtQOXMzalZCQVBRV0c2bUUrTDdtbkwzMStrMUtkejRuQ0lpekprUXBydDZ1dTNXODlxNE9QMnB6K1gxUWVNV2JOeXRVeXZxU0JLUmdRZ0hoL0NUa1h5clVpRVVQNTRKU3lTeDFsVXhTaU5PeTFPakRSanZlb0FjejZhR1dBNWxKMDIzaklGVmJVVDFrRjZTdHZjYWttMXdDOWVwMXVYUXJjUDJiR1ZkNSt6cnZsU0JjVWo5aVZITEFydnVEUGY4dWRUb2tBcmwreUVLelhlVVZkeC9yTjJ4L21pZ1Y5VXV5UTZxbzViL0FqSHdnUGc4YnV1alFLU0Vpa0dGdFMvb2o3VElDem93T3lRVXdJNnR0M3lpRmdsUWRqTW12VGlHNHNwa2JkWnFIbk9iVU5FcG9OY3FlMFRXb2JQOTZ4Z2dvaG1qb2JPeWxpcy9uSVNIaDFtNVhxNWdTUTR4NkE3dFd1RW1mU1hzSm5lQmZHaFZoQ0VPcWJvNisrb2RiVkl2UDFDMlQ0NlZMc21veFlHeWEzMDMxTm1sNHV5RFRGN0U3T3ZKQU1FVnJib21OQys0bTdDbHg2UEsvbHc4RzJiTG1UaWsrYzl0SlU5eGdBSWJvUllQQlp2OFpJMTQ2SGs0UEtmdXhxYlVUOEt3MHQwMXlKaDVwSmk0UFJlSnRJNGJUWGM3MTRhZEVTeXFhc3k1UHExL3k0a25jSEFGRXRUM2F3K1NtMG9OYXFnZy9tcHo5ZHpaNzBuVWhFZVVBOXpCVFYzQnBzdHpySkZmcGh3MVVXL04rS05MVlNoSjdnNTQyYzludUpBbWNxU0FxejJ0NE4xWHAzSUp1L04wOStpS3lYaTEyTkhLQUYzWVI1NzlWNzRwMi9XQnBmNnQ2TEtrM1ZIV0VTV3RQZG1zanF1MlZiMnp4ckF4NkJ5YWMvbE9qcVpuL1kvWWxNUEFXWmwxSnNOZ01VZUtPTXBybmhkcDBHL2NvT2RLV1M4MVJZU08yZ0NCN0R0d3JlWEVrdDRNa1hZbUhtM1VDRnkyQjd6Ty9QSWM5OVpQSUFVTW1PQ0ZCSG9CMU5mVXU4a2Jkczd2NEM3SnhDb3lUOUhRcENrTmQyQzVPTmYvVUJLRHNrcGw2UXJNNEZaTmhiRjlxT3I4SmpTeUwwL1VKTERlQ1FVUCtVenRtTkRoc2lodHQ3ZXR5WFBIR1ora1QySzVXUjIwZEtoQ3lwTGZKazFFRnF4L25TdGpvdzNUK25Ld3Q5QURkcUtLUSs2SmVwQkhrdGh4L3FYMXJwZlg4SmpxOXdleExXaUhxdVB6RkhtRC8vU3ppTnc4TEgrbVRvQ0lzTWp0VmFqakJPclJyblhVUkpCNVU5ckIza1JibklNOGllMm5JTjU5dDNZRytpQlJYVU1UaElldXRsR3JJays4eVZPSEFZVnAvelg3Zjk0aTBUeVoxbVN5V2lGb0JwZ0JXMHgxbExWMkJjOEtYcTRndkRsSUM5bHNJNys3THZCTm4xUE42RDc0c0xiNmdyWXBUMWJjUnJBTmtHVUJZMXo5R2VCb2haQmxKNE1QU3hDeGlOcU1lVG5HZkppRUliY0NVMmt6Y0M5RHJlUWp4eFhra2FDbm9tNG9mL3AzT2tqT280R3JPTTZXOWFFYTlxWjdkN3puM2R3UG5weHVNWUw4eDA2NzIzdmsyNWF0cE03b2dQejRjZ21JTzhwdytVSEFsSkpMNDNBa2tPRUlVQU9PTk5XZ1ZpNW9Mb3Zxdk5mem1RbGRVdHhnM096eXlJUzBpb245bHhEZzNFR2VtNGE3ejdqZW91b2FjdjNKZ3g3M2UyZXNEclh4OWM3eUJBUUlUMFFFVjdsMWs3ZzFnNysrMktmY1NEcXhMdzZZaC9SQmQ5Rkp5bGRnQVg1Q2VWMlVFWDlIbzNXRGlvL3pwWUczK0YvNFhCVktGajRPSm4vd24rRXM4QzZ2SlZQQkJMTUVZU0VZSkJPY21DK2k4QmZMWmhZay9zL0RhRms0NndoOFpzVU9icS9zVlBlZlpDc3J2U0pGcjBWYUlyZ2x3UmdtaGhHWThxWnVvNTV5cHZ0TytlOFhnQWVRTFA5MHpXWVVoeTNDd3hLdk1tNWZmZmF4M0Y3Qmh1RnFEQmJUVlplaVdVMzdqWHgwckdjd1lhYTNZdWZueUl0ODFmT0EwTDB5ZXFmNlZ3M1h0UkpVRHROYVppNENydmg3SFQrYjFOd29kdnJuQitRWUc1eEpXWE1OWlUvUXZFc3VMaUthOU54Mk1xTGszVXE1TE9ERkY1d244bE1PMUhEYklhdTk4ODQ2ekhPNVYxUWh2UitNSW4ybTIvc2lKQ1o2eHUyczJoR08xWmE2UTYyV1kyQk81cHZ4VWp2TmQ0Qjd1Q0tvaGlEVXg4WE5LQXQrTk9TMEJLVksvYng1S09yYmlnbkZvQnpnL0ZqczRqY2N5bHZGUUtqbDhPaUluSGx0U015Tm0wWUlCSXlKb2dkTEc4NHZnT2NJMFRJYTZ2MXc1QjJBVzloTFhUcnJvTjlrY2JJRkU1S0lhamgrT3RnM1dyYjlJWVl1TU5iTW80YkhMVkFJUDNxRVhIUi9kamxCd1VsVmJ6dGtPYUNzN2pIeFZKZVgwVmJiNHFsaW45Zk9wNGZyWFNONzlQYm0ya2FxbEdmdnl5dUlPdVdCVVFOaVJZbnVZRUNVOGlvNjFlZS9iZkVrWlp1YW1kMXZ4dlBSdkJGUFRXRzVQa29DVGxlakZVUVZzc2tKYzFHcXYxWGlkYmZWNFNKT0YrQlZDMUV3Ym9UZG16ZlVlUlhucTBDMFVvcFovWVBrbmlCRjFYY3JRaUpxdWp3OXYyeHdQMzEyZHdFNGNvZk5vaDl2a2VXS04rZGdFWjFXSjkxQlJ3MVkwWVAxMlNEeWNaZG9YS0NWUnVPYVk4c1BBcmNsdUtEb0FUWFcyNnRmaHB3eWUybU1MWE5YdVozQnJKdHhNTktIME5zamN3RkNpQjc5QXE3Smd2bG1Da1M0dllPcmpRVndHVFUwUWQyZDBHVzlyZVhzT1FPZGkvWm9iSVE3NW51Q0JZTkJ3UG5Lb3BIcXRSMm9JNTNJRktYSHRhNy90TlErcUZpZXkyM0UxMG81eklyZjBJUmhQbXFRTFNBNXBWUlNEZzVPMVplUitJNW9tUmFENnN0T1RGdzAvdkpOc0VEL2s3a3pVVkNQQytlbFU1TnlyVG1UK2wvcERhY3FEVjRpZnkzSnhTbWsyQndoczBRaTNHanE0bDNURzBQOVBYUXYxd21ERDVsYWxKbXNKVFFsQWRSKzU5dGZuWStJUHRTNVRzbzl3dERLTlJBYnlNNVZVT09kSDBkSCtlSmE2ay90bjNRT1dHaXk5amtscXV0VkV4bmIrbVB4dGxpVUR2VkRWUmdUellpSktUWWYwNDlzaVBGbzljWlI5V0xpeDFjTjlCWHhCbUhSYXBPZklmdzJ1czNTdDBwZkRIOSt1V1pCYkdrSnM2ellTTnIxK2FWdVFIMXF2TTRrM2E5b0w2Vm83d2kwNXpCZW1MSDNJSm1MU3pEN0tHNU1rdE1TMC9rRCsrUWt2RFVTNnZFK1JraDZZekV6K2YrTytuV29HNW43YXc3YWJ0bCtIRjVySjY1UXBLd1lCYldlV2t4ZFZ4ODJlUUpSVUVCb3hQMGwzRXZpTTNBdDBPWW5acXJiN3d3aHhYbVhSKzBC', '467403088_17985222926753450_3738155913830712700_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(64, '2025-03-11 23:41:24', '18320708818087644', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'UIa/i5eSy+Gyxws+MROjMWQrWXA5OGRMNDErcHVXdXgwTDlnaXhSeEdJcHc1S3pMMU0rdFJ1cmtla2RtblMyd05JNG9UeUg4MForN05ydDdWN1FvK2pvKzVaVkl1dXBsWE5wTFBITE52b0V1SW9SOXRPZDQ2ZmJ5dXduNVdDWWh1cUZ5a1g1NlNZMzRjTnM3dlJKMVJmd2xjek9MZUszZTJnMWRkZXZiY1Y4Z3Z4Y21EUjRVZUJsRTVpdGRzV2JzS1U1TmVhS2ZiUVRmWGJaZ2RSeXRoRFVIUFA0UlhmQ2taR2VFcFpWMU1ub2NXKzJRdytoVGVLeEQ3REEvWmY4TVlnODl2MUk5VEJ5VkRtRUF1VFRGK0c2Y3E1SWt6Z251V2hGTVY4V0Z5VC9GQjJjYVAyS2VFOENWTmZxQ0Y3MG5mbitQN2VPN1dZVlVLVUhHTlNZakZkK1ZUVStzemx2WXpHdGpOOTkvSjBVK1p6SzNRNU95ZlJrMU9qSk0vNzFkZ0NPaDdVTjVlcXEzWXRlUXVabERJR0tZYWplcFNWaEIvV0dVQzZyeW1WWGlNRUl0cVNaWlVTd3BEbjZ6ODl1VjFnMlJmanNSRmJGRDdhSEtVdGczb0tWeDV3QVRDcldxckRldGpocFFPOUxxTmJUYkQyWFlZVkhDYVBFUGVSNmlaZXBiNWFSdzFXcUpiOEFKMldOeHhRM1J2UHRLRm9YS1FhYzM0aUNoVk5HRjVQS1hGNlZHaVRzcnoxRWtQZ0F3RHdCakZseXd3aGNqdmdRS214SnNETXh3cTRhdEp2eWpLZFR1a0NGYkVsQ3RpZjhsSnhjaUgyaWxGUHRXemtsMXpVNmZSZHZuOHlrUXZ0VVJETFFFMmFQNTRQY2ZZTFdTcHo0aFpjNEdrQUFCMDdyY1EvdnJaSGF0bWsvbnlMQ24xS2pxVHh2N1hDeFE1cnA0cmU5VEUyd093cEVuTko1T3l2NjhKay8rMmFVWjRLMCs1VVhYUit4WHdYcHd1R1dwQ1M4UlhPVHh3QkpLME5GUVlTODlYekdRNWIrYzNhMGNCeXJER1pvNXJLY2NZa09WWlBUaVJBNkVFSS9FcTRsTWNkdjMxM0pJYUdBRWRQc1NuMkdQNFhvM09lYUE4S1FTdVlhcTBhcVB3b2FSRXdtVjJOVnFnb2gwU2dyRURTVU9JTFRkMjdSSDlCSU5LbHZoT2djTkhNUk80ZGZuRk5MVEkyaS9Mc1JpZWM1d3ljOTVHdnE2SVB4My9TRCs0T2NWTFpmaHk3aCtkYjdEc1BGaVpFQXBueEc2Slg1RVYwekZLWmR1Y0dvdHp2MHVTVDR2VEdLT3NQdU12eVR1aFFBU1BJcldMWHp3S05QWThkVS95TEFPeHZIeVNhY0dES1pHeUYxdVQ1bnZhUkRmaFBKQ0F0RVQyV0xkckpseHdISFpRQngxSWxGTnNTS244azRpbkg0UDE4NjZzU2J0Skt1OE9BdVJ2eTFoNmxrZ3lsNWZaaHJmNUFCTUZKWGIvN1FlOVR5NEVmU1kyL00zNlk2ZFFONnV5dUp2SXFTc0xwRkk4U2Vhb1ZtWHVpOE9iSFlKZ1RNU28vUHBudlU0cm5SQ1k1UFhoQVN1bjZWQXNXc3ZDdzdEVXl0RXI4bk9mYnRyNXRVbWJkZUs5UGxhVHVPQ2RzL0UvZTAwa09ZaGpVRHBURWJLdWR0UXhaV2dBUW51WDgxeU1xUzVrKy9nVWtvVTdjOEo1QU4wTmp5QlJqQXFHa05XTWJmYXpkeENKWDhJS283dGZBVkxHajFLcG13SHF3U2lzS2hsM3N6SzRqclVKU0RNaWc4bGRMdy9YZGVUc0RFSEV2bldQSHFqSXlJQ0JlTFRuOE4wZUdVRlhKSllqTlVZWjRiSVAzRHZPV1gyd3BiQ3lRNTBHZXNETjFkSXBnQnZLNnhYaElidGRxekRCZWs4MU1lTS82ZHBLYmRwSWlFWUdUNjNMS2t1Z2xSSXlDYXVsR3FWb01XWitqWVQ4cUpJQS8ranNsaVUwMXJBUVh3aTNwZVc1RGRCU2lSckM0Yy9uODNjL2E5QS9sKzU1ZGpod1lLbDFLdzBCcHNYcll4OVYwckREcjdBcSsvd2c3N2JFOUFaL3ZJUGRTQ1pZWldKR2huRm96c1lrUGtIRzFoTWkwV1FvellXdkFBdHZqVkJBN3hJQ3JaYjY3bmdQVHY1ZHVHUU5ZVjFVY0lwQkFBQUVWSHE4dDVYNmludjFSdVN1a3VoUkZkK1NLTWNLU3ZEcnAyMEU0TGdKT1d2bk9vRkk5V1ZqbGNmbW5SSHovdEF5Z2VBdFJkNG02Ly9yYnpuNFNYVVB2NzY1clo1dG1WQ05OdlJCaWoyQ0xBOWxvK2cvZHQxNXRWTUhxajVjMlIwTjkxSmcrQ3QzaUk5NEhsbjhqNEQ5NVQ3K3NPVWZYeFpwaXRnTWwyNW13Z2lBd1NpQVVLMWc1ZllOQUtQZ2pOVkoxeFBPRTNUOEJDdk96bU9vdTVMOWprTHF1NDdHZ0ZiYUlkelFNMElSN1lwK0gzcFlYWXdmdnE0ZzMwdkpkYWJUS1BMSm5CZkprMUdxbEZyOXRRdjVVY05wMzQzbmZUdlQ2VERoYll6Vi8xbFI1SjdKWXg5RVhIQlFBSFg1WEtBajJpUnAyc2ZOcVE0VUQ2RDNQNXBCWWg4VzMyTW9jZFBWQjV3Q2JPWEg0ZkxHYnRINVJMem1GQnprT2ZuaGtKeWRLbjFIN21iT3RVK1E4S01BblI4ZWdkeFllL053MmQ4dzVPNFJ0QU4rb0tWcVZOelhsOEtBQWp6eDJobm1VakNSR0E0dG9PeTB3TzR6am9JN1NhMC95T2Vza1hzdEZQSjJ6eFp1QStYRkdkRldMMmhhQVlXY1ErNU80RGFialEzejUrd3lRWG9SbFd1OWtocTFXRUtOY1RNTjZCemFIY0E4UlRPcGVlQTBXb3RjTUFZeWpxL1NaN1BtUC9uNGt5T1FPaVE1K2VHeFFPcURBZDJJdUNvaGY3OVVDdFRTK2FkWnBvZzdyd3k4aFd0S2UwRFBKR2pXUVlOYzBjR0lRY0EzblQ0d3NubFhOWnlkYkF4citlM21rcEJ3M2tiMS9CanQwZXFQR0tTRWdqak1ncDZ1elEyMkM5S2kzUFlYYXNmN2pZUndFd2dENzJkQThTYmdlaGZrWFlHbFkyS3FTSmpydlR0VTI0NUFqQTM0Z0JSU2x6cldGcTJtQmt3YmxBaDdaVGQxVno3bUlMYllMakV1U2kyRHZwd0lHZkxqRU5Ma1g1dmNRdnZwZFFHUFUyVEFpNG1xWFAzNEJZbUdHNXUxWWZiQmZ1V1FDa09rZDlIQ1F3UjdwSVdNZlZJUGJ2a1B6bWRxZm9Tb1l3MTFHRERzZlI3OHM3Si9aeDNjeUhwRGtCTkxVclBKcHd6UmZXV0hONzR4QWx0NE1BU0xBY1pJUGdpaGd5VTNmVFdQSlBZVE5rTWVlVDJQQVdSZzljMXJEMG1SQlZPaWRPRlQwOHhzT3RMc0dBYlVZSlBTRm1FNW5LT3VxS0NqeEdNN0UwL2JlL3gwK2FWeFVXWmt4aGhPQkY4ZCt4QitVOVJOVkErNExuVkwzanRWLzRGZWxSL3QvSHcray9ldXFPWVllQ1Z3RlFqSndsdDU1Ryt2VGdqWm56dzgxeUxOSjlrTmx2WllZS3N4SkpTY2NhejhjV3QvTlFEOHFpWm1BT082YWlEbWNYMm5GQSt4ZC9JeWJrWDh4VGxSdkZvdnNFY0ZPMXlRc2pv', '467362206_17985001949753450_6188031365918771117_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(65, '2025-03-11 23:41:26', '17863845810256844', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RSeV3fVADXHQA+lezYGSJEhzd0QzdE1SRjZFalVVZzNsdDhmZUkzUFVkMlpQNGhmdXJDVGtBZjd5c3pMWWRSUVhxZ2VSUVlackNkR0tYODU3ZmRKWFZtTWJZTUdmZG9wNVA2azlXSVB0Vm10OFg4Tk1vUXYzVFdTVi8wWTVab1N3WEVCc0pFTExITmtiNm5KVW43d2R0UUt5REVPZE5CbjdIYTNDVXNOc0NJMFlVL3RTcS9CYTIyVlJWMjZTS0VyamZKUXU4OW9Xalh2TzU0QW1uS1NDQjNDRHJ3NURiakVNdEJiTGRwMkxvdzEybU1lWkJHMEgwcWU1TkJFbWlpeC9tajlWa2hJWStjb2hjME5RZUtkMUYvWUQ2OHE4dm9GcFBuaS9aU0NsU1dFOExpZVFERWdVZnl3WjIwcmlNcUhYWjlGcnpIZTlGa2JrZWpCT3RIRklTOFk0dlNmZm53L25GWGx1Q2hMUVRJeUE1d0FBVzEwZlV3VWlaYUpxS0RCa01IWExrL1djeUdQajlxN3h0aEhZRTkrY2hKZjd1QjU0ZlM3azlqOGR3dzQwaHlYV0tnM0tXUjU0cGI0ZlBEdnF5OERmOFNQb1p4aStzL1hmYVBPU2w3Q0t0ZXlRQU9QVSswV3VXZmRDUUVrNC82NkZQT1VNMTFnZXNOMmlXNG5EdHNtMDRtNTVnWGx4eXd4eUs0dTJqc1cra0QzVUlnSDRUb05HY3R2S2J1TmludXdIQ2JzVWZBY2ljeHBGWVBra1paaDRnNUtUZmExdVJNVGFJM1V1MUN1NUZOdzhiMjd1MHBDd0thYXJoZ0ZUQmUrNyt1V1JvMTFBWFdnRFpEYzhpL3BVb2Z2cGkxRnYxQ0U4YkJyTDF5M3hIeDIwelgrKzB1b0VVb1ZWMlZqS1JpVldoMHJXbDlNSk5haER0bmZZYlk4U1dPYVRzRGdoamtkcFg3OXdXL09YYkt2LzB6TkJMb1ZXbk1nRE9QaEpXeEZRVXBRalJwMFpxN3JZcjRwTVp0Qk5pU2xpWEgwclYvRDR4ajdjVlBOMUdTWFB2N3B3eUIrZU9WdjZkTkI3UG5WdUlaVmlkNmlSanpGY1hCM1NYZlcxeGxQRFNTTlVNL2daWXJDOUlIc2hyeGJNczZ0RW9SNWd1UU9GQnI1UnF0a3I3MWVTanBnV2lNaFdxSmxRT2tNZmFYT1hqQ3VLQTNsMlZqdXIya3hHYkZ5UzdJVEJpbEhTZ0JPbVJSTXhpdmJvODFXbWMyWUZUL1dUaEU2MFdNWEJ5a2JBSVB2V2d2eFVPa0JaRW1SeWVrRnowVUR3eHB5MmU3d0JIMWlya2kvZGV2M2RMZ0x5am16WFVWSFVabHNaeHlMWlJBU2ZKZm5rcXVFd2ZYUXo5c3kwNVlXcW5LVmhrNktpUzM3UE0xZU41UmZScDBrNEZYdjVRU3NzM2llcmZGTGFCZFl3bzVNVTQ1aTcrSk1OMkc1TTVnSnlMMkgzU25xZFJIeFpoaGVGYUEzdDd5MC9UWnN1NGlKNFRleE40YnhVOUdTWmpwWERVb1VoYTd0dFpkOEhSWnk2S1pQT1UyVERmZytlOTJTOFpYMnNVaFJZUzkzbDQ3VUdpdHZtY3NnMFpaa2V0UDFCNDNPV0dDQ3FqcXJaOGg1MlhmQ3MyRUdvNUJFem1jeTdRVm1nYW02eEhZdnRxSFE0YTNvWXRmRjNuOTNOTTJFR3ExVDhBSzVmV2p0VnRscllob0YvZVFvZVJ1aUhHSEhPYWJxQ3hxTVpJWUdsRiswVjV1QndjSE4rcFMxVXNybDJRd1NKRzFBR3hxSTFkbzIwVGlRTkY2ZHBwMnNiQmNZbUFBSFBjU1A0UlZmQ1RJY0tDQnErYWc2ak9CeFlTa3VINTNScjlZMytSai9nTUNaOTh3cjl5eTBkSnFlZTZpejQ5dnFFdVRlUW1nckNUbmlnQUZzdUtoU2R2N1h0RWtXclBhb0tsSTNneHNHbUt5ZEhjOHkwU1ArK01NUFFiVFZwcktWQlZHTGhsZ0Q5M01iZ1lWdnVlYjZTR29qM25LMm9ab0gyV3F2eHo2R2tyNjgyTkQzZ0FpbG5mZjlhUVBZZmRLS3NiZXY0TzIweWJBUFl4MFQ5UFZ3UExCbzB4U2M5eUxrSVBMRkdqbDErWDNHNElQWWc3Q1FVZUVheXFaeFVlMTB0MlZJQVpsd2Q3dEZWU0pkSDNDVVY0RDVVd3FyTDRTd0tGQ2lSWTY0bGlWWXc3SldhQUlIY2cyM1ZhMzUrdE9MaGY3eDMySFoyM0xiTVZBNjRuZ0k1M2c2ck5PbmJJcWNRcEg3QUIrRm1OalV5MkJnY05iUVBuRnpzaVNuTStjZ1JnVlJtOUY3ZDdzQ09oOUxFaXg5K2E3VDlEOGtIRTE1Z0tjNTQzNFNaTkFFOXMza1Q0RG44dnlUekdraFNqbXNxQmpTN1BzMEVYOVJGUTJWcDM4VjhDakVVWDBXZFZMd2lKWlR6MXcwTXA5QzV1S2JlSHZPQXR5RC8yajhxemNUUm9nNkRKRzRyNVVxN1grdy8xWWhwVW9wUmdoWXFMRTYreWlpMjFhTzN0UENiV2lBQmlaeGZndzJibFg5OStFUFJoQ2o3RTBEUUFSM1kycVFhbWROOGpHTTNXUENzSElpb3M1Y2tTYURlUmRTaFk2YW1mTXRITVh1NkZ3em5FQmxCMThQbjliRHhyaWhvS3U2RWZqSFc1cURBZy82bDVLcXF4T3hhMnJKeVB0RDhUbHlXb3N5ZDg5MUpWaGRRT2VHK2VKWjF3R0xXQ0hOekpabjBaSkhoSjg4SGsrenVSdDZsdXVsUVNFVy9VMWt5R3l2RHB6cWlUcnRtcEIrL1JWYVdZMVZJK0lYRk15aklCYm4wOEh5S3BBaUJrUFFDOEZiQ01Tb0JnQW82U2I4bTBNcTRRTjR5K0pXRVJ4ajBSWEZSRWZxRTF1aUFaeHM3bWNLS1o1VVUraVhoejFTQURPcnJidjBMZnExd2xQOGxQVStwSGkxcEt1WlN1T1lTR0ZoVTNjU3dmSlNzc1FyNkw5RFRsL09FWnRzZy9XWlZwVy9xOXFOdW5OeXRRV1Rha0hUdkx1MmNhTUJXblZScVlIMnFJOTBRbm04RVlBSUNKekRtUnZYeVZMdU9RWnJ2RmYzcUtxQkQxOEpXcVBUMzR0dW1nUHhkK3dXczVnS2c0eE1aay9aT01OZnRka0k1UnFGSjBWR002UkZHRXpiVmE5M1VuM2JCdXFDenBnMXRFU2pOMHpLY0FGMHV5T0RsRXRaYWQyeExZeGsvOVBaZVZjVE9IUHU1Y1pGY0RqWjE1Sjg1eStWNU1DSkxzNzB2bVhsN0pLRjJWZEd3TnhSWFpyL1FGK0VPcmE3OXF0M1Jra2hUMUsxSUI5aE9FLzFQcXhKd1NsTkNydUpPQUx1ZDUrUDJMR1R1UHlUYmxzV0NyRyswQmpPK0xGeHpOTy8vZWJGUko0ZmRJWHNrZVoyOXJaelVNNnVpVEZSRE8xSTZVVWhZZlVJRGozNlZPS0l4YVRiTStNTXdDam5RZUEvb3IvVitFSFhvdXFIdmR2MVUxcVJldE5PWldtMmUvUG4wa2I4cDlwWjZTMy9VVG1ZczdWV1BnbERVcFI0L1BqbitLbzdIUktLbXFUek5mTGxyVnkyK05CaGxCYUdrc2JsWm5VNTlYb1lDVlUzRWRXdFJzNmt4Y0kyMlJyeFRxZnBYTXJOd2UzdVN5aEVXbU1qSENpeXdMd0M4SkRsSjBycmpSN2l6WVVpbWh3WmZJTUxwR2RsNm53end3dmI5eGk1WFpobENwcS95TDFtdkRvc2lBemRVZG9wV3l6UjgvMlJwTjZiUEo2QXdSdDRheFp0THNHQ085aEJpWnQ4KzFpYQ==', '466591910_17984620202753450_4482818996825748187_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(66, '2025-03-11 23:41:27', '18042392966171651', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'zhVVTFM20Iun7udd2/bW/k9KdE51RFB5RjBSZEtNTTRuK2pQTG9ZTEdXWklsclFsVzhYZjBTNUJBZ0VUKzB6YWlUaDBkS2JSWWNsSGhhd2VmZUpOenpQYW50YzBtZ3FXT1UxazhKcVU1L2crUThDK0dZQmVCMTY2WnNzbkYySjBHNWpqR05IMGdQRWRTd0d0ZVBPWDBSWXZRa2pTK0hVZTZkVmtzY1pPR2RBeVZPM0VDaWxsRnRpV3pXdFRhRDlPRUovWnRBMjBoVUZtSXg5RVRPcFplVTlkdHRyVHp2MG5hWnJ3MmMzczFQQ25NSVhvV094M2toTGp5VTJWYXJMWkZEc1BOVE5xV21sZnN3d3FqY3ZnWVplSFMrc0xoZHYxMkI5SkNGOGYybnNCalhvMjMrOStGSEdLRjVrTUpWUTZ1OUw0TEVLeTRNWnFoWXBKTmYwN3dscjQyZ2FtaDdxRjZCbVJGS283eGhUUm9jNStXNDNSVEg4Z09uUUx5RFFIUFpEc2pnMWJ2N3FUZk00U0RPOXNTNFdrcDNzOVVjdyszWUo3R2xDL0d6T1pmN0JsR1JJRThpU0JPNExLMEtNOWVFKysrRnB0RU1UMnZBMU0rN2lKN0t0allLV24yc0xrMTdXOFR4dVEvS2lFUk85VmM4MDZVTlVZNHhVUUNPMGNnT0JYUkNqdFpTZzcxeFVNYXJneEE1c0x4RjhjQ1RNejNIb0wvY2VuSG1sSmZiV3pUV21PazBFRFRVaXVISC85ZjFqOXJKcjhkNVhuZWF6ZG5jOVFoUEtwRkJlNkJITm1oLzVPOFloSzZJUGlNNWZJaXpOVmJOSzNJOENaeEp0QWlCekZ0MUVHVXNRWmhTbUYvbkt2N3IvZE9UbkxxVmdramdGRG1TT2FRVFF3Q3FER1p6RkxRKzNndERoelloNm41Ui9kSmZOT2ZWOVRvREIwYmVXY1NIS3FvajFYaDNVTVdzVTZWOG5IczM0cit3Yzh5YU5qVmxzWENVWDZqcytnRW1GQk14UW56VlVqcm5Da3BXTG9DMnVhNTZ5cFY4OUFCOWpGSmNEcVU2ZzRBQXdNQ29CT3dBMXIwbDM5ZU9yZ1JUVTIzbkNTQnRJV1lWQklBWnhkQU40U0pJeHg0MmFQRE1Yb2FOUElvT0VWdTBQRVZxOTlDOFExcXJTZU11ODJuZWhQd0pXTC9pTStNTmJSd2d0cnJFWkx0NCtiaWFzWlduSkpMOWU2ZEFtWnBEdGZZQ2NCaE5YcXRVTjJOMUZKRkM5Ui8wSExMWWRoWjlxYjNjQWNiYi8vYUpvY2tFSEo4elZ0M1FmWUV0SDZwYTcvOS9LNGphRE9Hdy8rWWVjc1NpRElsMFlOSEpucUNHMzM5VFl3SGZHbVNFTUZiVWF0UGhDaUFxNXB4WTFsVW1FZ3NWOVJYaUxKU0RIZ2xRVldXVXQ4ZmtXN0g5NkdPZ3RjT0ZPNGlNT2xOMFhrVDRRWmJ4RS9wczVKT3Y0SkhKeUF4ZXFVeXBmRnlZYy9aWnFhNklKeHdSRjFIUGhrMFJDUEhmQ1VWNHJKQURHK0FmVmtUeEdUc0VaRVJDd1IxZEZZZ0NDdDRlMHduT0FSUDFRNWZUN1YxYm0zdGJNV1VQMGFMcU5jaUI0bXh2cjBEbkJjL2lJNG9qMkdFbnRDcnJzQUVBQVExSWJPN1JLc1BUd3lWOEZVeDhHZVpvR01rOWsxS1JpWkcrbzBnZS85dTlVZm10K2YvQ0crWWVmSlp0MUw2NXN5eUd3eEtQNXh2dHdYN3hnKzB0aVFvdUFIOTBkTEsranM0UTlUdVlsbUpBRWZJQ3lpcWM5K3kyZmh4b3YyZHZPUkNBM1ZxcHNPWnhLOFQ3YU9GTTNXMnd3L2RQVitGUmMreU0zV3V6NXRKNzY3L24vMnpWTGxzT1NtbE5JeVlHUjhNQW5sdnFWZDA1VThNUi9mNUlIYzZCUC9WZ3g5RGRZY3Jwb3VkL2hCemFSeVRRWVZwSmZDdjcvKy95Q0JtYlA4a1hrbmNhL1JXZFR1OFN2Mzd3PT0=', '466154443_17984110274753450_6123054061591408651_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(67, '2025-03-11 23:41:29', '18071063929720288', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'QE4mskX8IayAeXIcyZZQpG03aGNyYWQ5RkVVWXFGc1BTYkJGeFJWUERtZWxLWEZRMG5mM3VVZzFzRDliS3k5U2U0SFJkbEh5QkNzTEVCTnA0cjJiVmpkQTBxQkxzWVZKZ3V1N3h1UXB6akVmUjhpTjNBRHhWR0YzMkR5QWNXcE1uZE42cXFNZGdFL2d4WkFwNzVNdm96RjdlQTNad00wUEtMRDVNU25iWncwZ2RWb0VtN1YvakVXVTNrZkVPOURqYnJnb2JVMWdmWjZMQVZFWklNYzcvTnU1b1BibjIxRmVaSU8rb1V2SlRYd1A0OHpYNkNOc0FvbU9HcFM1TVlWeEgzd2dYaUtrS0h6ZU1tNzBxdGJ4ak5QdG5aYlErVzNkTlFReWd2aktpMGVPend2ZXRHRm1kN1FKbklLbUJ2QitQb202U005eXdBa3pENER5SDNwcnBQeTRVRXlVQjlBaEt3VVdvNkFDYzdnY085M2xxTUl2K1BUWUpDRXF3WEVTZGRyVGFTSlBrenlvV1pzNm9UZngxd1QrbXdpRnNKRkV0STUzUmlaL3YwVElyYTlVa0pEMVhzMXpXay9XWHYrbEtJUElHcjZ1ekFNWndSZUhtZmxyU2Y4TXRaK0JnT3BhT0orWHYralpjNm9ZZHhVSHFBRXJpc2pLc2V1NFpGcEhBSjBLNXkzZkwzVzFRNGpKQ2RhaWpXb0Q3OGFsMmc3WGs2R014TldraWozbjJBRmZFU0NOUDFxQ0JpU2R6QlduOGtlRXlrYTMvZm42UE5sclZZdUJ0YVJ1VVluNmZrdWNtRFpnTThoNkJwRjA5amtzOFJqUW1Zck1GVE44WUR6akpRLzFMZ3Q5Y0ZkLzZ5MDlPUi85elhXcDljM2tmS1NrVFhsMktpblF3Um9zYThtbzVIVlRScG9nQ1p6bm5qRFpNQXVKbW14Tkl6dGpCYVhEOVphZllXZldqV1YrQk5STkpBajArVklHR25HSjBZdTIwb3VhWnAzMGRuLzRtZVlzUFFaT2NROTJwd096eHFsL1lTZWQvdXl4SkkvTFZRYXZKWlA2UmNZVC85dUJyR3Q1L3RPbjFaeHRVUXR4bnhKaDZhTHNUS3RjQ2o2emEzams5MVB2RnBuTnZIWlhkTm04a0swL1pmMCtpZ2YxL1FlTE5JSElTT0hwNndQVzVzaTR3NElIamRkd01sTnlwUTl4aHF5aHFDaGR0dWJEeEdNRWZrTE44SmMyelpQUFBjVGplOFBpMXkyR0lsdi9rLzFxQmVYVVpoRUdxYXkwdXdJWUliK0wwSmZwWU4xOW56VmY0WXFRdFNxN1djU0wxczRWREkwWTM5NjVVYldqUnk3U0h3Q2ZVajdKSWlBV2t1aEVJWTQrdUJnQ1hrYTZkUDVDYWN4TmZBMGs4ek44bUlyWlpuZTVab0VtcjVodEtuZDdMRjZtTlRveFNEUmdmV0RFeGFrWnVPUHlpRkVpVmwyaHExbmN6SHVHMjdoMmszT3I0Y1JSbi9WS01talpTK0tqN25xTEpIb0Vxc01Jc1AvVkM4UWw2eXpiRk1SUEpTdWd5ZDdVWU1TY0tCYmFDUXluN1hmS0JvbjRSNnJSZlF1R3BQTGltQnBaaFJzRHN2Qjd1RVdqUG5iNzV5UEhVRGI2Z0ZHT3BCc3pIL3NqdzhXYlVZN05Ec3AvNE9HTW9JNy90aDNrQmdPSHZVVlpzb3NJZlJRM1o5VkVLVWMvTzVZelZES0RGczA0YXFOankyWGVaNVdqZHlLd2dZcnd4SllYc3oyZWlvTTRLTEFyNlZUZWUwUVlGeHhqMXI3cnhKK0RRK2p2K2ZwaXgwR2I2NTlRNVFhL1l2ODQxN3QvbGswZmVXQkw0c0hrQ1Y3SUtGbGV4dlBTSnBza3lkWE1INjhlaEhXdXhiR29wRk9zUEtYbnA5TkN4eVAvRytRalFyN1dpQUFpUlZTdi9kMnc5RGFmZ2R3ZnJ5TUpPR1JicHFoNjJnK3k3QXdneHdBdnkzS2t4UlN1V21sVzhZYXp6VnVGcTFBPQ==', '465764387_17983737194753450_31347057529877211_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(68, '2025-03-11 23:41:30', '18203919862291621', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'LwYiJjfT5Pb3RDJq252JE3I3YnFGNndsZ3pTRmJvNzhjVVhFM0l0dnowd0FFRGhES2k4YVg5MVdjcTFjTnp1aDJaTWlqc2xVYnNleStyVy8zQW5KcGphK1lTYk9MVlRnZXNqSnk2SEFiK1RBUUtDK2lXUyt0WEdjU21sNjg1Zng1UlJBTXRnMGhsVWFPSmVhamcvd2lBbnlKaElWSHVqWjJSM2RTbFJLN2JqRS9keFRsT0JZWU5FSVd5WjZYQ3pvOUh2SEkzTHRVT0dvR214amRDYXl1YitRY0h0Nnp0U1ZHcENBM3hZQjhScC81eDR0cGNDT1NjRG4rNVl3MHV0VEcvRWdWaTFBTEJLU0lWZ1g2VEgxWUhNL3g5cHpqRjU0ZVlZSzhNbEhZS2Z5UTd1SURvQk14R0NnbDBobHptQjVuQkdBVDJVNUJ4YXR5Y0pJdzgrT1RtTkhZN1ZMN241MDErNmZSaXlGS2htbWNObWJXR2NKS1BMaGZCcUJVQXlxQ1JQMFRCOVVZbzNHVE1mTzhhWk91d2xMZFpuMThLV0ZRWHVZMHVvQVZaUjh1aGY5VDhvbUk2T0lCb0g3OGhHVytOSGJFeWJUOThqWU5DVjRuTVlnVUVRNllqeUNtSVJJMW1tNmowUDFGMVVOdllHSlZDUWVDM1cyZVpTSnJjaWYxd05qTjRtWDJxTUovY0pHMkdBVkdJZy92aDJha0JYa1cxZnQ0Ykh2V2hrVWllMU5JWSs4anVBYVVLZzBPNm9pbUxwOTFsRnVkNlFZVE4vN0tsRjB2YjFGUlpQTm9WeDNoUWIrOXhVVTZVRmhFblc4bW1VWE81TkkvWnZlVDVvWWRiRFBiLzI3eTVHeFQ0UXB1eGNGVjc4N2hhK09KcGxHZDFiSGJMR1RqTWI5K1RzZ2lRcUhicFZmUnFWeE5TRDhlOGFsNUpzMVRJVGdyRnlQZjd4YlhaQ2RVMmhvcWxrOEZ6ZlZxK3lUK2JhQ2xlOWZrNGxkSXpEN1kvdDF5allYNGxhMWtnYnhWL043TTNJcTR5enRxejlENHBwdDFoQjNuU0xBSm1uaHl4N2ZzM3JTaEV6Vklzd3NPTndTUWQyWFBxRndkT08wRVNuMHcrUnRKb3JhYm1RWkNxUmwxcXAwbGczZ05jRjYwZ3dsM0Z6Z2RheDVtdzR1eFMvbHZIdnJYRVUvMFhSVGdGZWk4SG1IaEtjMGRjSHpHK0tTS0VncDNCT3N5ZFFYaWltYWRMTXNTUUpVUzJxa0RBWkxzNklUYWFHa2dkTHpxTW5pUWlpbjVHTm52czFXUzU3TkhPM1QzdmV4TW05dERYajFPYnNzdDd5dzBsVzBtSHFPajRGU3ZwRnp6MlROcGpzNDRZYllkbC9GNkNRRE9qVTNNSDJRUjRIcWF5cnphUzZXcE82T3A4bFYrZ1RKV0RKWENLUWpwcXZrd0pXS1NldVBmSXVXRzRONmRuVHNqdlBiQlFaVnl1eUY1ZmNtRU5OS1VXNkkzcmwrVENTc08zNS80alB5eU10Mkh0SkpNQzNpeWlyRXhxY1NNakJsbVk2N2hVQTFFREF5R2JUOHVGN0pSVnlINnNDZUZnMlFSNjV2UkxsVjY2RHNUYVc4eG5VMGx6ckY1UStiUlZPL2ozWGV0Sm1KWXp5VTRQZklJNjlGbXcrS1dZdEpXY0laZWhWUjZIcE1HZElOdUdLK01aQTJpcGlIY1Z6TjVNYkhkNDY0YTZkdVNSYUY1YURROWpHVTYxcHJRTzg4VGZHM0ErNHN3QVQrTU43RzAvRUllYlRTeGRoTDRvOVBncDkzL1RsSW5ZMFVzTC8rMTVRc0dJU3AzaW1QT1FxZnF6SlJtZ3U5Y09oU3B4eW5YbnQwL1VzcWhJZ2tkYU9XTmx5ZW44Z2Zvdz09', '465750104_17983626293753450_7119084887847393410_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(69, '2025-03-11 23:41:31', '17958438641708620', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TSGP/5/ZLb2RLYwQWENeczVheGhHRFR4QTFwNXhzWjdMUEw0cHZQNFVMejdBUWR1TFQ1U1hXWGIrbGkwR1JpQlIwU1F5cFF1VmgzQTZndFVpbDc2c0dja0JHd2Y2aStMYTN0NUxqSjEvMWJHVE1TS1RMVkF3dUxiVmJxb3Q1S0grNVZqUHNsOXRHUEF6eWl0bFRzT0RTMXhZOVZ3MFlqMHRZUmxYdzQ1REJTd29idEx5aWc4ZEJrUjM3VSthTUFZQVVnclp1cFdOcjlEUmorUmRCeVo1UFVhN0ordVorSXg3WHE5czBidmhpT3Q4aHVPdFI2Kyt1SWNIUGZ1eitBcDJkQ3NiYnFJZzNMV1B5T2EwUHFIVnhYL0RGV3BFSE1WK1FjNnd6ejRKR3dEUWJJSVRhYlRSdUZBR0x4NDB4Nkw4ZExYN0hoTmlLTVdZRDJtczVHK0NrT0JkUWlORmpya1o1YTRvNHZJalRQZTRtd2xaQ2dTU0tkTWFoY0Q0UHlpdHVQOXdHNlNoOXFVeWdDQ0NEQXgzOUJHYkZkTDQrWUpmbDdGUDlIdTBlYnhqNk5NR0Q5cEJ6anVreG96TVlyTEJKWjltWkVwTUhwQkozNFZMbTZGbGxHeFB2Y0F2NDhKQ3UweDE2NVZRMmJsWTFMSlFUT2l6Z21Tb2JvOGQyWXRzYllKUUNpTEZ1VSthZ3B1QWwvTFJJR1JuQThLNVk1dTVBUlJoYjZKNW5tNVgrQ3o5QldQT0NKVkNTdVR3UzhXcFFkanhMZGl1cnNHMXJoVlprWjFIZExkaGFWWSs3cFFpK0hwVExZWG01RXNabjJXWDFPV0paanViL0VndU1zUXlmbDJ5MHZheDJHMDdRQ3dYNU5rWElRbDlxYVBEaFZnNnBTd3czN0lOakp1L2pUMVZENldKN3lURHNENy9PYWxYbFZTem9uMlpySXYrSkEwK1R4cWpNT05Fc1NRNjFRNktVbjNEdU5BWVprcHh1N0YycXE4N2poNXZBdG5wVmlkSGI0WUJnbno4b201MytMNFpZaDhWdU9qdk5lMlJCQm1rNGVDaSs1TXhiUEY5Ukh2WEdUb21WcFNjTVdUTloxcXoyVFpOMVhzaHliV3lad3JMeHBjL1R0R29IbmZFbmNTd2lSaElIRXB0T1FEZXFGNWlpVTUrSmU4bEFkcFZKdUM2ZE1MeDZLOEc0TUV1UWxlUmMxQjFJUFEyeU00WEpTdnljdTFVUlUxZ1owZVI0eDJ4blQ1NEZxTkdmNEtHSDlXSmlFWE53ajZ6MkJKbTBHQ0orR05meXYwZVRQdGZibTRRcTEwNHVsNFVuRUVNVjVjcUhzamYxV00yMmxHNE9xTi92RHpqYTUrb3RPVFU4QytwQWxXK3cyRDNrUHd6OU0rM0VWUjlnSFYva1JCTy96NFg3ckNhazVGcktuQjdIemdac2xNN3RkcUVJRnZsd09McVc3VmZ6NndFRDBsc0VMckNDRUFtTGJxYkJxUUh3WDFLQ3ptcE1VM00xL2IzaG90OGxoR3I2STYyNmNxZVhQQkRPVW1NeGk3Mkt3NmRZYW00MXUwRFBHcmNoVHE0SXFlQlpnVTZqWkFvU21UNnRBQ3QrRk0rQzhuZ1k2allIdlovTG81RmNSNjczZXBlNVZiZlRqaUxOZDVYcUlDSjlxdXZsQzhwcUZuczc0VmNXc2VLdmxuNjliemluWjZVTzFzd0JpMm1CZ2l4d0Z6LytMV2lzU2hycHpuM1hZbDJhWkx6VEw3SHhaUUNXWnQ1VnRicEt2Q1JRaVpmVG5ua2NlOWM2MllzaDZER1BXdGMwTnJRUG9SeUhOZU1MR0tvb1NNL2QwUEk1R1EvbXFNN21QUStydFJzQ1RIVENFbkJCR1EvRVY0NTIvY1BsYUp0MGFOY1pRYndKUT0=', '465686527_17983493459753450_1310870953923993598_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(70, '2025-03-11 23:41:33', '18053739169740138', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yTiWuQDhvF9cy5KX822372VYdHd3TGtxWTl4UlE0SDhPUlFUUmgyTGdWVUl4K01EV20zVk8yUnRCUVU5YUthbU1wdFIrR1V0VDcvWUFBd0tlb1AxUTlFeThYMmJsTTVmUzNjaVFWTkoxY0k0eVRyS3Z4ZWJpdUhFcG9FVk9aalluYXFocG9ydDIzQkhJYTU4QTc5eCtsMFRpaG1BM3ErczRqcEtuV200V0ZMSlgzZXN2YTlDcmZLRTh3V3F0eTNRT3FaR0craUFDRHVPWExzRmxJZitRelUvc1d4SHUzeFNwbUttNkFvNEF4VmlMUjYrV05EL2hmMVNaWlM5RkhsZDcva2JOSHVkSVd4dFg4RldFMFQ4MXhGMTczWnNTcjMzYWVYSkJPbnIrQ0Z4R1NhS2NNSnp2eHdrU1c3WW9LckQ4WGRrZlRUU3ZFZ1pYcm94V2F6ODNPV1RSOGpUcjB1ZldIYXJxSUM5NWxpN1NqZFdCWUZwdXdVenFOTFByRDdFMnd3cWxaMEpaTkxid0l4aDVoRWNqODROVG4vcVU2bWhUUVBLK1VZRzZQMnJGL2RpZ1ZHcmZUTFRSelJVdWwvT2IwcVJUVFNLRGZTL2owYlFXVXpZc1pOVmxGc01RTGdXRXZSczRQVFBNZUNCMlJnZ0NaamozNDJUeVJWMjc5K0JJcW92eWFuVDJvVmxmVnZjVlBoQTBwVGhXUVU4cUlKbzVTakdCZ05zMmNjdE1tbFNrWktLWkdmN0ttVmt3WGpST2x6WjdZTU1KNlJhUEdBTjN4YWhQbkM2eVNuSE5TalhnSnFiZVhwbVpHT2VGY3RSS3pSUE1pTWdYMjZhVEVLTDhUSlVXUGdRenlBelprSnJlNWdCY1ZacDRUOVJ3TnpJcGNCRE1oMVlCYmlrQi9IamxFQVBvMWVzSHNCRG5Kd0VxSVpQSGxhd0lXbWtkdUQvMmZVZ05DSU1mU0t5RnZsSEZRaUgrRDUxd3ZFaWkxa1Fqc3RtRExHKzhwRkNKdHZYYW1iZ01kN3FLK1FicndKVk1JYmVoNm1vOVhyeHFHWEtaVzdrRkJCQVJpZm5ycVpVTzFJNHN0cVMxWUxQTzdhQUc0RGttc3NnZmVWN2ZtclR5aEpIeDJ2amZ5NjhYNEQ1Z0p0aDVTQUdUeXQ3UUEzZThkaE9iU003dVF2RTlXNU1hN3lsTEhzWkN0RWNqa3JUMVIwM253VVpGNlVqQ0FGZUdRRC82bWROSEtFa2Z4enpSclNuRkM1bG9lTjhrTjUvMWUySmN6dWp0ejc2d01xdkhydjBWWFptSk5pY2JHRFFHVUlia1VKbjNPRG5aRDl0STVMM1REZjFlSEZOYTMvQmVVK0tYUzlMUWQ0ZmM5QkZJTFpFZ3VoTktFb2szdEJZMzladGNUYmZqdmZJM1JUOVFQRHRSUWVQWHhPZTYxVHduTEIzSlN2Q0RaeStxS0haRUIzVER5L2loMDUxbDAzZGNkMGYyamJSeVl3QjljM0NOMUUyVGZtYnBIQTlWaFQzUjgwTnQ1QmN4cjdjaVNhNFZIZXpPZkRQdDl3N0k4VjJsNUlybGxwaWk5SXl1SDNzVTFFUlRnUGE4d21BV3JWVjY4OFFMMk81bU1BbHo0dkcwVm1QOU1qcDh0UDM3TUxSTHVuc2haL0JlNUgyWnpTNEhFVlFPRXBqeUJVeGtIYlZBbXI2UytXcERleVpzUG1ld0FBWjNUazRWeUhSZVhFbitpd2gvbC9yNU5LVlNqMUdpRjB1cTRFQWV2ZlcxNXFwNUdtcnFJUHdCaDJldEprUE0wNlVNV09KcEVLNmRQemhERG1XVU1YM2lxeXF5d05jSjNaYXpBWjAwRXZ6TFRsODZTRWRCUXBCTTcvS2hzd2pXQ0hDdXE4M0s1N1drS0JEOVcrUDUwTCswUEVJS2oydXg5LzFwaGVpUHJEUXlzRzNUb2l1a0hlNmdqYS8rK1E2TXh3eVgwc1d2YmErbUFxanNSWnY3UWpYZE5UNmZoMEF6MXZFTVBpWXdSRVVQcFhZcDl3MnJIYUszb0Q2bDlKVkJGc2NRbDJ4ME1zd0VzSjNUVzlLOEIyTkxmOUovTU9NR2I2U0x3YXgxdStIUWx2aEwyYmxMODhvSURTODNrSFl1eldMTnc9PQ==', '465190903_17983205507753450_2449243678296927804_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(71, '2025-03-11 23:41:34', '18373133995101951', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'pUCQL1kIO/R5imFHctmFaE1hQ3o3NzlTMjRwMGEwaGhZK3BnWmNLM2xUQ0toUHZSdW5NK04wWlFCaUVPZndkY211dDUxTGF1azZrMWFrYzlBanVnQjc4b1lQTSsvYWZtbVdtZjVLNU56d2lSalVPSDFzY0JvUTRsREpmOTRqazNUZ293OWVKRFR2ME1PRGR5ODkzTXZUWXl6eEhhdGlVT0ZrMnhWUUNDTUNVdVhpR0djMXc0VGptTnMvZTRtSlRLdUYvcmhGMnZBYllxRUZqMStVMGRQSXRqcVVRYXZmTkhnS01OeHk4Vi95UGxiM3lDMkF0ZGtJVzMwdDZ2dFlkc21YM2R4QkVaa2lISnlXRFI1K1JibFE2enpyM24xcU1IL0VXODNVeU5rK3NHY1IxTjNHTWROMXBsLzBLRXlaRThmVkI1RjZINTdMNzBXbE84dS9KUTBXd3NIUEtrQ2xlY2lrbHZsYUxBUDBZdXF6QXN0aFRoSFQxWWtJSmhxL1J0SWhNRXhaQ2h0dGVKam5aRHVVSVVuZ1QyLzZvMzFDblQrYzdqcFQ2d0I0M1A1S01FTEdYR2xkdnc3RWE1dm94b3FPc3BmNWExSU5KQkhxZGkyaHNsR1Z0cHRkaThjRUc1WG81ZWV6bFUvV1hqMnAyWWthWjU5RExsMGxLR2FzK1ZwTEFVblNOSGxQTjRrd2RsTDBwVGcwNVhRRlpKbFRtU0pLcFZoRXdjNE5CbFdLQzY3S1h4MkFEckxhdXRDMHZib25GeStHdm1ZMnlFNVd3b1lwUzBncnlpcTN5QmIyNThlTUhkT2hld1VQOHRUQ3NKYWUxY1ZSR0ZyNE1ZMEsxUnppOWlmTWNuZ0tBZEx4TmhLcGUza0FUdTN6MnpZYkUyeFdTTXBBZzdnWHY1Q0U4WkcyRU4wQzQ5WFpKMEtsL1ZHcUprbm1SRVg2bGh6U0c0MU13ZExXeWl1UXpuTWxDckRxWVg3VEZGQjVyM3RncWoxVE9rdWFtWFlSVkx2TlVucHhOejZFNWVWb1owemlGd3A2TWFRb3pSYWZEci9yWFVwc3ZnT0I5aURHT0pEelZPNThITVBSa09OZG9OQmsxYi9zT2cya3A5QktjZ2JZbkk1Nm53a0V3Nis5YVR2S1VKaVR2emNqR01SdjA1SlQ0dk1xQjlHMDd4THYzTUF1NjdJb2h1aWt0OTBqSjZ1RXphUEJxbzh5QnBoajFEM0pleGNGOVdWM2M3ZU83cDduMkxaY1NYNzl3dkhOL3hEdjVvYWZ0UmxjRzY4RVRBNGpzcElSTnpKLzJrR3VFWERsVUFNQSt5MUVBTDAxcTdLSXJBZjI5c1VXd1RMQ0ZtbDRVUnEzOUZ2VTNqeWllSGpLN0VzejZFTDZBZFRETjhYMUVoK3B2UHJCQ0wyUlJIaWdHZ3dESGlTNXJ6U0pEcHMwNmJvSm5KWjRDZUtxcjhDZ2VUb05JR2lFZ0tGbGhaVStvTndybkNzNnc3ZUVLNFBPd1h3bzdkMkJrb3BDMGs2UGhNd2NmNnJBOU00WUU4citIdHlGZC9NRjVCbGs1eTZiV3ArbVlRWVFmUjZJTVlWNW5CZjc3Z1RZcitKT3BMVHI0WFJlSE1kYUZCbmlXMW9QUHpxZXo5U3dnN2lrVHlBRUp5Ti9pZ0hHY04xVjZFWjBaUThtVnlMcFZVWkNFdFYrekowUVkycndmVkNTRlhGVzRLNVVjRWdTcXdNbHc0cGdIVUN3dFc4VUxxZDdndFhIREk2a3BpQ2tjdWhhMDZSYVZ5SVVJQzduWksyL0ZxZ1hzZmVDODdLeFNFalVoRHNJd3FhUlBaMit3M2NQYm5zN2U1YVJFbnhNdWg4M2hOQkU0eXd5bFQ3SStoQS9MOUVnYTZKd0RLaVV0SjJlcGlid1VMeStrVU04SCtFK0VIUGNxNlRiQWdEM0RqNGxNWTd4MXlRbzVmdHJ6VXRYcGxmdGRtQXhiSzVncXBlUmg5aUozUFVFdTltWXhQeFBqdDM0SG5NSy9vVTZCNml0MCsrVHp1cThIeDE5ak0zNHdsQ2FBK0M3M2FBcXJCZGErL0NYQURvY1c4dVNnYWhORkhhakZJVXRGOVRxOUMwK2Zob1Bpamg2WVkxbnpGR3FKellIQ0ZINHM2bExPcE9aVkFWbDJlVHBvZVhkMDRhNkJvYjB6YzRRZXowVitCSDhOOURhcUtnMDB1ajNHTGkwbkhISkY5UXdMUUJxdUc4ejlQMy9XU25NUU1KVW1YM3lUSnRDSVoxN2Myd2ZSdmVqbWlyMDVaU3JoYjVsd3NNNEFnSUttL1JveHZGSGpQOHN2WUIwQmR3S0JvZlQrZlRTdFNtL0tRWTgxR2tWcEdFcFo0SzQyVFdpSUF4bWkxbG91U0FzZFFQV1lmTzZJcnpST0NpdXJteUdmOW1jMXh2WUVWaUFhYTd5SEZLM0haVGtvVThNUTRHNjF0MzVITEM3QU5HbjZwUlVDb0FweFNvelhlL200dWVsMmxNYmdqSXRVcmEyRXRQanFYWEcwVENSZzFvSVZTdDV3WTc3K0EzclYraDlQaHJOWnFTMER1N0hwWTJOSUtIVC9Hc0l0eXA5ZmtSejBYdlJaWkkzejMvWUFlNXR0Z0tiOE1wT2lCbEhla010U1BxTEhvcnZvbWVVNHQ5YjhWc1NXZktBNUoxblZBVVVvUzFlNHNMZmwyaTVEckpXNXdYVXFiWVp1MlNZd2lJSHhoQW1FcWRFb3B5Y243TmdOQnV4OUk1Uk1HbWN0WFYwM3VTRldXamJQUGl3OGpCK1hianFQYTIrczV0OGk4K3l0V3dkVWs4bERpWkErSGkybDFJMkVTRGRsY0VDbGFXV010anVyM0VVMHBiRERnV1QxQkNmRFZraHdLVHREb1VQWlVxaUYrU3RXbytJaWN2Yjh3YzFoWWtlY1RWTjI1TWNOMHlKRHdpenBHT0NQcnN3OEdCYnhPd2YyeTYzZDduUFlHMm5VbkdXK2ZiQURobkJieTBzSkw3MGlWUEhHYW1RRTNnT01UeEpKZWFPeWF2bitLZko5TUUvSXV1OUpqcWdKaC92QkExUEdIVkpkemthS2xqL28wSGhGcTg1MEtkSGVCbFhBUjlRRlU2WWJMVjFTYm5aaVZXa0wvbUI1LzN2dWhXOTdFTE9KSHJSWEZKRFI3OXNib2RQYnhtYjZtelBEd2o4djJmanUxM2dUNGd0RFZHamk5dlRyNDZuMXpqTHFqb0tNU29XMlczVzhYM01BSjlVeEtCdVVOQ0FTU0VxQXQyNlNGYkMxb05nPT0=', '465185552_1076544900673375_4313455211869653399_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(72, '2025-03-11 23:41:36', '18357827203187921', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'jGavsrNzUrMgcdzNBCIS9VkvM3JvQzl5SisyWmNWS3RhcEN0QlJNS3ZJQ05yci93YTRva1o0Zkpmb0pleWhrcEE3QUx4UkNyQ05wMXFMVXY3d0dKSi9NbnJYc3B5blZydy83L2NWUFpEa28yOElNUlE2NUV2SHA0NzNIdE1OT25Rc3JvSjlHcnN5NC9yWEV5SkpoOGZkZXVsWFRNTlJvSjNRYm5UNG9oeklBOEtNRGNLQXRkci90dHE3aDN3RjFlcGQyQ1BRZnNFVXVLU3NRNlN6blNlTGRLdFpMbm15RzNVSlhBNVJMTStrcDZLb2E0NGsyUkpXTEtVTzRIdzlHTTRmRHhZS3RPNk9WWnNwOFliN2NrUTZwdW4xMVJ3QkNhWUFRSXVldy95bjdQZzhzYTVzaEdEUDBlZGxUdUgwRnVYT3ZMWXlJdnlHSk00WEV2bFJTRGE5ck5rU0E5Q0Z2dXRjdkFCMjRhY29vaUNOSXh3aFI1ODRORE1yOTlER216L090aTRIZ01sT2FPS1VlOG1sU3Q4MWNiV2ZGT1dMQ01EUHVVZjFjYmNtV2UrOFEreGQ3NmtoMXRoRm0zb0F1d3I2YlhESFJxSjk3bzFSelhVcEhlYzUrWHpzWTZleThKTDhQbnRaSG9GVFNiT1d1ajRFa0lJd3hTOGpNU1lHVTd6cGYvY0dvb3dmMytMNVB1UG5jRCtHdjZrejBHR2piMVdESm5icFVjTHpmZmhCSUxFZEc1Mk9CQUliWmkvWVhDa2prSUczOTBaK0JBNHlBc213UTR6V2N4STZrU0hHQzdKc3pVSlZNQmN0UUxYUzFxRkI1ZHRPTXF3b1YrQmc0blJNZFF0anpFakFMWXBYWE5hOC9sQUg0bFZReXRWSVliNy9ib0dJQXdGbkVGWUlNVWZOTURPV2VCU0hOYjd5aVJ0UEMyZkN2T2UxenM5bFh6L2JJejJjb0hxbTAvdVNtZG9tNGpRVUs0ZkdtR3NTQ2hFeUFoUmRoMTNFQWwxZW5xU1hGZzBXQ1JTQXVwNG9YcXdYMmtSVXJnTlZxY1FzaUpHNnJyeE0rWHppa2dCQ2VtcGVuSlhFbjY2SHkzWmZTM1BBM04wUkt6ajdmb0pSazJTci9LNWkzZFJJUys2VUpPbnpoY0I0dlVOUlFGeHp4ZTJMekNydjFhMFdiSmpjWWYyZy92RHlmUXhMTWdiQXpkQzJjZTR5eDF1YlVRR2dSaTRZQXpJYVduOFF3VE8yKzEvUTcrUUhsWkN0YjVTV3N3eHdnTUx5Mm41NWpFeUlGeGdpY21CZ3FGUkhNZjRrcEwydGNzaXNUa2NPYUxLYVdva0Rhd3BrTk9HbmkxbFZWWWxJeXd5UWdrQ0dxbC82Vmh4ODZZYVc1MFRxZFlnLzhhNnV0L3ZZaEpSUHN6T3NnS29MZHgvcFRmbVNjcnpKbVhFUjlZR3llVFpPdCtzc0c3aUZmNGtJaVZTdFlQQURkZ2FibmNwbG1tWFF1WlpvS1ZZZk1Mak5EL2FteFRVYjNNVVZ3THIrQ3pBLyt4czRCN09kTmxvczNwZ2MwNFYxQkY0TFNlK3FJMm9HN2xmTkV1dmxRU0NnY0p5VGtBQVRiVjJ3TnBWNk54Ti95NUZLQjZLSkdIT0dreW0rUVZ6b3FianZJaUpvYUw4SGdDeDcwaDZ4cDc5dEdrZlpvbDJnbGsvamJVenVNWFlKRHJkcm9ybmdObFlnWklEcUN6Y093aDhMUmFQWlkydHBhVXNFZ0QxTk0zWVpWSm1zYUEzN2xMUHFEbUtUY0VrZW9sSDQ1SHBaVlk5aEZxazJXbGZpdlJGb2dva2xKaEJnWUptNFpqa3hNNjdPWTdyZ2hQemlVSjZnbTdtNG1LdjFsblQ2OWNncjNLTjJyRlVtOTVqSi9YeCtpMDR4cm9LdElC', '464909912_17982601913753450_8035137480983465126_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(73, '2025-03-11 23:41:37', '17964143756688517', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'WQEmwZSIXeRiZc7W2+6uQ01XSGtid3NhS1dRRW9lRHlUWExCZ2VuWGNibWJXb3hmWHRhcWpia2tFT2hiMXUzcWpGeE5oTWdjeWE2OXk5M2F0Z3J5NnEwZmRkWktRdmF4QThKUUphanlLR1JYZmljZFAzdzBWdGZBb1lic1h5NXpCcHdHT2o3M29FWFo1VEk5TzFXV09uRUZzd2FQRHZSc05lMldsc0lvRldOZ0hUNXk0VFNwU3d3OHRDamloRXRpbzhUbytyaFFpSkxFYW5vTmlTL0hrTEQ0WE9ESE1xMGMrcEZab1JNSmozb0ZKemVSaXFBQzluVVNlTWJtazdTZFNVTlRFWHF5eVErbTNmU0J2L08zc1dnT0FidngzNkdWOXBJaEFuZmN4ZklJOFJZUXd3Ty9WOHZ3eXlJNEpMcTNtcFh4Ry96U1lITGxNcVBoTEE3eXhTUXFXRTAyQVJpMmJURW1CRFJGY3haOWNhd29oYytNZGRjblUzaHl5MTZaQzhPazZVV2lEYkNlNE90VzhoWXhERnVCQnNkTjlnSnhkMVUzKzNHdmwxMWhsY3BRc1pDTEVoaEFEcXV1VCsvdTB3enBaenFBdHRZU3V1SW0xZzVLM1VaRndvU05XVXdCYVEyRmpEU3pLRW9XTkNjVmVYMU5HdG1mK2phbk5WTVVMdzNoSmFvQngvRWxEQnVDc0FwcjdyVVh0UUY4cWlkYzFoK2NlbXdBcDZXbzhBZ0o2R3JkQXh6RXhLQ2poY0U3OGs2akVXWlh4blFtNHRtM0dSeWdjTldoN3lSZ3o3Y0NuRHc1c1FDczBUcU9wdS8yTm5ZMVhjYVZsL1M3ZXpUenozS0FnSE9XRk9acERjQmJXbEk1S0VJMWoxUUVFZ25vWHpGWDE3MVBlR09ZR3YzNkwvS1B6TERKTTIwM2ppV0FabkhMT1M3eURSZm9TUDI3Q1FFQVUxcmNaUkx5T0lhSCtPREN2a25MNU1hSzQ1ODdPdzkxdjF3WXZpYXhHdWN5amJyRW1CUGl5OXF5cFF3OENZN3NBenBJZkY0Vi9ELzlLd2dXbFJNakIrbVF2R1hiSnJaN2xVWVhCWHk2VHROOHJCWlVEWC9kYXJtUzk3eU1PWW90cXArKzJhTUYrNXJsT2gwMXFEWDRwNXZ5a0JzYys1MW9UQkJ2a1ROSE9OOW5JeUtEdDBNNFJOb1oyTUk0dytNMWs4c0VsbHYyOFA0amNuL1E3alpxb0xOWjFBb0h1R2RPSEg0Z2s1SFk1THFHUEpIWTA2L1FCaDZtM0NsZzYxeTdNRSsyZER2SHA0SjIwRURPU2hIYkRPNVIwMWZhZDZpazBDSWZZQjFxRnVjNHFBb3NIRzg1MGMxNGgwSjRSSHhLb25tZUhQNmw0QnVLb1VXSzVZbW9NSWpBNGg2TUFSdVpmNnBFYXNWcHhocW1zVTZ3ak84ZFFWekxBUFJmRUpLN3d2NDBhK0NLbVh0QURrMWVMOGZLaUtudU01U2VnQ1lSWlJZdjhwWU8yeCsrVWU0V3Q0TU53RFV5U0ZvbGJmbmhhZnpUQnV6RFBCRDJRYU9zbE5tUTFibDJFbXVOdUlkU04weHg4bGMzTWVINkR5SzdaR2ZPQW5rUThLamk3dnE2eExOUDZKeHRrQlROalBOQi9pNC92cE8xY01WRXgxZjVqb1hsT1dJU0s5b09CNTAzM0h0b3pOZnByclN2dksxdGVjQ1hZS0hQZC9VRU01bk9EaTc4UjhJMkwyOW1NTzNPTHdCdWZtcnd5OW15UU9BeUhyTk0xOEs1QjdZVTJEdVRzWWFWUmhZOWZlWGcySWExMWpabldaTUFmaUFzUkRWYWdhdFFFcHRLYlRwOGJ3Z3BzbVRwN0dLaTFldnVyYzBlbHlkVEVUNFNiL3R4SXZhWCtBUnhEWFhEaVR5d1dQTEZ6N3F4M2ZPTWZxdkhuOTBBclBCbkRFVUlNRXVMRG8vRWZwRmd6R0N1WnYyQVF6VElBclZkb0NTcGU4RTF0cmUvdFBLV3NpejhOaEVUSS9yTFRlWmgzOE40NGF5Y3UwS3laUGNUaXUrK2YwdWMyZG42TmxEZA==', '464738695_17982600482753450_7109372807430284796_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-11', 'image/webp'),
(74, '2025-03-11 23:41:38', '18070387051615268', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'YugWDkUbEEk42tTWq0IVJkJRRnd2SU9uOEowY0pJSmFlQ0xGM2IvOHNsbDE3aXFtM3Z5cWdGdzRPdDVUT3ozdUZOUytBWFpWb3krVStQTEhNbTNDMzNzN1ZwTVB6M2MyUzdGWUNhK0FJd2xEd1RUejFHS2xXWGFXMUo2SU1ZR1BFcFcrMnZyVWdjb05obHZiNXJFTCtWckthUVNOZDN2cjA2RUs5THQ2YXYvaUM4U29YdnJuSFd4KzVQanNuMUNTNlEvZEhENGNuTW9CUTdXU3MvSW0yNElOU2lIMGx5WUZ4dE00NmFXZlVCbjFHMys0dFYzUVNSb0pXUTExSzNMMHJWV2RKR1E3alRPT0xGTjVHbm45NEJhaXlDSFBLMWdpandCMW5jYjI5SjRyTkJUVW9ONUNlRUpnVkJXcC9ERlNXY2tSaWhsa2JtUjMza3ZpSnhKRTgvekZSSU5MOURtcWFYYXpGdW9BR1M4YXJqQWlLSHF4Ti81Z2FZWGpRb2F3RW5GRDZMNUFXRW5yYS9LZmoxUzFMQWhiOVFCT09vLzJPOVluYzh4RU16WkMzeUpWSUI2OW5QN2tEUFhaT3RPczZ3a1QzYTl6cVM4angwbmovVzJUZm1lcHhJWVhDTDZZWWp3OWF3cU5QQjNNVzUxbmhFQWNGbi8vZlBsMUdjQ25qTENaWEM0Qmh3UkhnNnk4N1V0b0pYYXJPSnYydnk2TGFQT09Hck83NG1ncjUrL0F6bFdHYWRHMlptYkt4RllkdmZwbXB6NWxqOTkzZThnZUFMZjNZRVRHSzBoYXZaVEgvT09EVFNiOGtmVmtIYmVxdnVzSEF0UnNNRWptOG1tVXFIZ0ZGeWIzZnNtZjgyVm5OeGJNMStpUm1MeVZiaURWY2hOT3pIOTB4R0o2TTNQMlB1ZXZvUVhhRXZMWk1VbDBWaG1NcFN2TVlpdVpuR0NkNVUrV0xuaC9oQ09VNlM0VGgzNC9NaDhuREsxTTd0aVdoYStrTmpDQ1hjOUJkeS81Vkp1RDU4NExKNzRWT1p6azNuc1VtOUIya3dzaWxncDliazk4UGhmc0NqdjlKNTdzVmZoYmpwc1cxcUsyYlhtbWNYUTlNQm5PWC80dUNNQ1JUMHlyTXhMQXByRW05OTMxbmptQTJYSWlIR1lTR2pxNGFPTFlINVBSMzdvS0ttSkFnQ3FrQTZXWmd5elYrYWlIc0ZmbGhydUtKem92MStTT2ZNUnY0ZHhnZmZ6d2thR1VSbUdjZ0xoclR4ZVFHaU8wN2Q5S01WL0RCY3RjWDZ5M0FFVE01TlVhSVM5OUlLSDBzMmt0eC9UMlFHM2VxTG01djd4SDBCRnVqU1U5RWVzKzRBZ3d5NVdsSkZKZEE2VlhUVENIZXZRdjBJRHhrMklQbmdobFR0MzFyMlA0NUQ4NU05Wm03c1dlMUVwZUloYnpMeDg1TDlGcGZFMURiS3N4dTJBUHM3enlzd1UyalltQW9zN2FYbk1GYVIvVlQ4cVpja1NkM1pidHpoZFBUOUZkeFFpWUlnODZXb212aWxLc0N4TTJOYzg1MGNZPQ==', '464674914_17982298955753450_5509312610298215804_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(75, '2025-03-11 23:41:40', '18100263043413454', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'YO3YfNhJjXR90QMs/A0UQFdPVmVUUjZkYVFCLzk3N1JlMXQ3bnp6dk05UjZUWEdmOVgxdmN0VXRvaUowQm1QYW13MlRKQVNML01wNlQ3T1R5Y1RYQ3hLbCs4elEvaFVMRGhWWUdlOFRjUnJDL3B3L21zN3Zwb25SZ3JWaW5oNnA1ZmxaaTUvall3QmhjS2lyT0JvWHFDNytFUmZaT0dKeE83Z0kwVE0yMGVuOHd1dTcweWxOcmtDN0d6YUZ6RXFPc21IdFNKWk9zSHIxSnlaS3Jra29LZHovL3FzSVJZRXk4bWNPV1h4ZmlSSFYyb2MzMDg4NHlzWUhPTjJqeGtHL2lhMndmQ0xTRXI0Z2JXbWlQci9xN1NMSk95cWhib3JSK0VlYUdEYjN5dElTTmVqR3RDVC9hL3JJNXBid0l1UUxUTHVWcHZ4TzZxVzZ0RjBtSE9VSkMvdHhpcURBQXJhYTQ3cERhSmZpaTMyckswdm5acEgyS2tzQWtocXdFOEhKTFA1eGVKZ01FSkJPMUUvY1BBeUNOUWFPRmFGSk9BS08yN3Jtb2hHUzdtRW10Q3dzVGdERldHV0IrRlFQakxJMlArd0JjOXcreXpoN2VkanFXU3M1NkF1RWlna0xaMTN4L1B0OEtiV0hpRUtFZnhEcEZVdzlpeHlmQytTS2pnQmRMME1teHI3eTFueGlCNTRVUnpGcGZ3TWxmTkZQUExDNlR6NEMzYzRHQUx6Q2FreFlSK2Y2eVM1QnRPU2pXQmhJbFZSd1ZVb00zU2lCRmxkZVQwTTVlNDVtK0xpeURnWDBRZWdvZnJieDNrd0lHTENBN3NTaEp0cU5IdGZta1ZITVlvM1l2MURXRW4ySk9WSGExbUhITkZlZHBmUUVWZ2lJWERTWkZZRGVZVFpWbkZGQ3FFRGpta3VoRXhLY0VDZ0JIRmNlZU1sM1ZvUlZYWklLcWxaVFFYb3poOGptc1gwOU54TTd2TnRMN0I2OXlBZlpMWnJqSmswM1JwRWFKSHNseFVyV2psTlFhQkg5a3dWUEM4TlV6ajFoOEQ3eGJtY3NydjJScThMWWQ1by8zbGxWamp5YWlnMXdoYng5VHczb3ZOODZ0UVhTbnl0NXQwdWhDTERBdTNycXMrWUZmNVFPNnIwVG55OUhvM1hxa0J3UHh5a1ZVQTZBM3BRTXBkbEFMYU04TDBISFhjTENQYjI4S1NNY0k2NHpWbVo1SXoremdJRy96VFp4MFZxYmVaRHZwS0ZxS1ZRS2pGcHpJcStJRDIzYXg0R2RReTIyT3UyUlFpWHYyR0hyZDg3aFE1ZFFwdmFjLy9oRVgwUVl3S0VCTSt4eXFpNE9FSTZwL0x5dUZreVljUEVHd3JhYkZSOVkyWnMxTlpWMTJwUWluMHQ4TkFHTnJ1V1pXWmYrUklCN1N1M21ta3hBK3hUSmtuaHlwY2ZGTlgwdEFFd3FBK2lBWUsrWUloeHBEUXRxTEVpM3IrWEtCNjRTS2p3bTlOS0l3TzFoUXFQV0J1K0YxSHJtZ0dDQjd4Mm5jcERKQytOTkhMN1FFSWJIeWdwR3doWXdYM3V1SWNBbmpKWjNxV1FXNjJxdDJNWWF6U0FpNEdGb2kyRWdyT1BqdEFDcCttaWxWRTMycGRLSmRJV09ZWCtJaGhhNUhEZS9PR09qV1FWazNTeHcrbHIybDU2eThoemVUZUhZOTlDdGQ2UldmdGVucGl3blBMbUxscGxYRFgxOFdyRm1QeFNwRWI3NEFYdmw4VUZHcWcwNVNJb1ZwL0Y5T0dZai91THByYk1EUS9ldW5WZmRab3kyQjZuUTY1eFI1dHgwKzlQMHdZSHVlakFGSUY1OUdSVTFUZ1p5VTZBeTQzbWoxOFdXbmdNdzNrUjN2OTl3Qk84NC9Icy9pdExwQWtobHAzVm5FTGFHeitnMWVzOHNaM0RjR2FYS0FIWTZCSE5DTHFHNURBakZWYVBtcHpMN1F3aVBJNmtvOFBLaFJEdz0=', '464105659_17982071012753450_1836051123427218796_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(76, '2025-03-11 23:41:41', '17875631379181317', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'e0Jus8oC8FxRUwjdeJwFFW1mODB1aFc4dnVvTlQ0MCtBN3BQQjR0UXVRMFV5Nkx1a3BTSW9ldnBLL1B0MjFiY09kS2F4M3ZhMFVZcFVPcHVkUmF1a2RSU0g0RElvMzN4M3BxSWhzSURidlRUdmRpYTVlZFNDTGdLNE1KZGJpZmltbmhJbDVjV0NBczg5VFl1alBXd243Z1pYNEtrZnhhNjZVRWV2TDdWVUhxdWcvK3RidDZWOXlCU1B1SVp5LzZWZW9jQXl1NGFiSm5kTWJFdHRyMlltZ2psWDNkSXpzSmpxbmM0Zkc1cEN3VDh2SUtnWitUL0ZwYTl1dGloNlVxNzRUcG5XVmlndlFud3JESDNuQzIzbFgrYTlCK09IemMvNnc3akpFZEpQQktXcThGcjZFMG5Ia09LQk1VM0xvektweUZRbnhIWmhCMFFlczNoWmtqTisxZzgvdytyb1BKOEZHU1NnQjhqdS80aFBtenZkRWpvYVhUMi9WaGI3eWRyZUtnNG12S2daSmtadm5leVJwc2V2MS9jenFnNlZLdUowNTVndldPN1NYWEZveTBKZzZORnRaeWVyeVdja1JPWE9KRFkxT1Jkb1BlL0Q3VEd5ck1NdzRjTERMRXFYVmROMHRiY09ueElNUWp2USsxRi9kQVVJMDlROGhwZHhJeGdzb0tCdmlRUUZOTlJxRkhkYkFWb2orQ0xYbkdUYlI3cUMwdk4yKzVISmZXL2hLR3pTY1ArcEFaeWVVemtvNXpTYVhOZXBRUldFRjRGOEdXb21jdGdZZndPN2RURE5jZk50STJTWFZIOXozWkE0VFpCNjVNOVlUVjFzOHhQMDJKeGJVenR2QjQ2NGxKTnhiT2h0czNZMXY0MHVsRW5zYnJVTEM2QW56VGROZ01Ia0NYN2RXTGlyV1duYVRaaEVHSEJVQjFzMXJ4SnRmWWFDNWpTc3Q0RkdrOWZEUkdMSkw3MG1ldG9wQVVDbER0Qm42WURrb1lDUy9XaitGZWJhRklSQkFwVmtydDB0WStBVzU4TGVwc2ZSN0M1RXUvNmVCQWZyNkp5aXg2OVFxQ3pUOEwzMk1WZFJFd3pveTJ6a0htckxCYnh1ZzdqcnpYZlB0ckJZaWZzWVZiVnkwd3lIZExzZXJMaGNjcCtsemlhV3hMOU16N1NvWUJIendEeDBhV1NTdU1TZ2tJZWJ2aHROOW9WYTRTU3NRU3B3R2pYUW1Peml0aGZEYUhhckVKSk0rQlZOcEdtQ05GdVYzYUJpSG5ESXZySGdveW5ySTFYUWFNTHZzamZlTVpYbmNkQnQ4SzJ6RnZOZXlpeFRuYXFrN3d0aExSOGorZ0xjdWJlc3c4MVlxcDhvS096MnhTVW8xbW9jQXViNjUrZS83QVV0QUVFUUE0QjFVd1hZWDRkengwVTNtNDhaWlFHNjdoMExMZ1RqQSszQWVNdUFHWVdQcEFEUHRUK2JNRkowNTkwMk9hK2J6L0VVSlBkQ3ZQR3N3cnFzNDRMa21HcDdhd1p1REt4bkcrZk1SRmFMNjlrNnJqL3lYaDBUNUdCcnoxUHBWU0hJZHhuWjh3Rkp4WkpvUnMzTElyeFFlVTFQUG1pRy9WWWNuSlkxNGRSZElTSlM2cDhYMTY1UE0xckRibUZVdzduaHZVK1Z5dHdreXNGaXhrUlpISVJaTlVSb0xyeVk1VlVpZ096a1hVZWpOYzlwenFoV1BxQys0eHQxRVNaVlZnb21jaFI0T1BVejhCL2NEV0RRenhlQzZWUlEvMmdSSWtSK1VNMS9PdFlDaklqYmVrWTdoNGREWG9ZNk8rd21TcXlrOGZwRGRKYUJ1cCt0dUdsZEFFMHp0ekZYZWtEbnBEdVJpdWFMM2syU2pEWjhsSXJpSmNlb3pORHhEYU95NWt5SWdocEZjKzRPWjdIVDRqaTJsYloxdFI4SGFCejRNeTNSYUZYWnFDR1JraGFqRm51ektKL2wrZjhMY2EyU3FSUmhsYjFVRGx2UUVTV0JNd3k1VGpUQ05QR2t2M1BTQzhYWlhnV3NWN040TTIxTURYUjVGWGQ3dmtSeEZVTllQTHRwL1A5d2RyZ2x0RFVjYkVnNGpCNC84MHg0UEh4YXpEWHFaSDE2amtPUEVxZGxENEU5QUFFcWMrOE05dDVSaDlCZTNDYWs1MEZjNEdwL0VWR21KTkJMV2lkTDdTNG5kRkF6cmtFTCtDS3VlOXdzdk5uQ1U1V0UrenA1NnV4eGNvdG9yTmgyOVY0QVdJeFF6WmpvV0ZyNHlFSjFTU1dFRktZT0h6YWsxa2diSUpWNHV4T1Y4QVdWNE5lVENMci9XclVnZWJKQzcrTzFodWlrSXRLVnl0bmZNYWVnUVVMK0N1eTJGZjlENEExbG5NejBTcjJUczJGWEVHS05wUmVGQTErdG51Z1hIcEJOUGN0WVJLSGNCUkFLd2draGNDdmM3RCtmTUdZRlZlUzJFSGZKUnd1UnBsaw==', '464314605_17981939513753450_8326707921494615665_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-11', 'image/webp'),
(77, '2025-03-11 23:41:42', '18373403899100921', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qNOk8utP1zXcpN/sLw4xxk12UkxkazB2SkpMdzlEWUNuS1Q4RnpxNWRJbDlLQkpvQkVBaDJWczRjU3NXN2Y3NGJlbi9BYzdQdGt0UnMyR2VMQWg0MVk1T05McFVxNXVtV0JBRzZZbFRmcGswdFVSb0RhK0ljMStwYllpOW9KUmJxQ0c2QnVrUmdheDJIY0FvdEdKRVppM2hRK2dla3NFNmhMZTNqTlp0WnNpcE9WOGZKVHJWUE1QbGRHUEpCaEJiMmtaNk5McHliME5KMmJQK2RNMUxEZ2R4YVBjSDdvM3NjNWZmZkxvT3VlYUViTFNVRDhoSDdwMGMxQWczTEk2cEtvMGV1ZWVEeERnV0lpQy95S2l4bisvaFhkZ2s3RWZBdEoyN2I1Y1hqa3VWb3ZmSVFrdy8zQ3hjYVVwdW9wL3BsM2NSWVdpSW5mbWtHejEyMXpmclVXTXVjL09LWHBQa2xsanBhWTFpWEo5UFhuU1VXMFB4dXR2SmVOUjhoL2grY1dIR0JmMnlxS2kwM3MxU0IyNHkxTUdKMjdRTFpsOFJyOGJCN1YzNFZyeVY0bVpLdjhVcXVybVBTYjE1dVNHcll3Y09yRVdraDYwTnh1UmkvTTFlcDhJQkdFQmQ1ZHNLUkpNWkhVSTJLelo1ekhJNXF2czJpWUxiOWxFV3YzWHFNRjQrMzQ2QldoUzAzRGVwYUlCOGlDN2lnRVlwQU1jN0ZrUVpVWEEyU2M5ZGFOSm1nbS9ZWCtDd3o1YWE3aWszVGRBemNvWTZzMitkU0xPMlNsbU9yUVo0WmxpTXd6V0RDTUVTZ3lacWE2ZDZuM0dZMWRkNFZmYnUzbmxKKzdaN24xKzdFTnY4ZlNabUJ6d3M0OUgybFFQTUtKQ081Z24yUXZ1L3ozNmZCNkRPZWtrUlZxaDI4R0l4aTVyRDQxL0dlb3NkVWJqYUZtNmIzdmQyMEZPMHpzc2NJeklVR0hlRmFLZDJzUDRub0I4YjlQdzU1dms1b3Q1dStRTTMrWEdYNUc1aUtvb3A4ZEppUnBKOVVDZ25vcmROT1Q5elJnU05nU0NnYWdyR054VU5zdllNTlI5L0wxTzNybmorWG1HRlpIY1RjcUNPbVFJL253NHo1NUo1UTFrd3VHeFF4bW5LZDltWTVCZEVvSHducjRieDBnQ3gzMjNLb2tEbUlLRU5NZmZ2OGtZRE50ZGtVcDlWOU1wdXdISEFsNmQ5YWJocHYvYUF1M0t1c3phNHYwSE9PZWZGVWxvZGVua3lpaVFmOVNiOTRHNEQ3VDNiQ09LL2NNTTdNZ0ZleE5Ic014ZmRkclVZVlUzWkhNaXFDZmhwNTRRTnNLQ04vcWlJdURkL3Q5ZHZTK3lJMEtWcVRiSjR3SjcySndkaVlsOFFMazlBWnBkTjVhR2JDQk94bW5wem83YzlRd254OXVxT1NXTElZanJ5OE52Z1FPSis0MisxdmpKMTBYbFhkcEJrVWNmUW8rME9JeUdGQ2VxMHoxQ3ZPanRkNWp4NXNqU2huQkZKQjAxbS9kMlV6OGtrdmUrZTIremk5bC92TnMxSDR2bjR1bGI1RVI5dWRLNFdyQk0zQUtvT2VIVXBFQklQMzc2TFM5dFoyUUpQeFVidUdNdmNWUEJCZkRxTDZ2V1gwYkVLWXNJTVhDaEQwQ3gyWE9seWQwaU1qWTZOUGllWnZCQlVGaHByNDBrektzV1BUZHlDT285dzJQSDRlOFQvYjNCR1VEb2ZYbTFHTkNidGhJeVRpOTJ5T1REa1U2WGlWYmdreW0ydmNHNWNlaGRIMEpldHdFNEpvNzkvcjJDWFhXbzQwR21BOTFiNkxpV2pzOEdmVDE2SWFTK1ZJbElMeXVrM3BXUTJwR1lORlRQazc2bUxHYVgzemg0aEFxMk1xeU5aZHQ3Wjh2ZHlRUXpiK2VLdi9kbmE2aVVHMzg4QUcrTE1XOU54eVVJcnRKVFFnaHFrdkdsSUFSTHFzb1dPSHRkVFdWWFRDWksramFoOTBFbWkzNlRBa3c0VEpxRGdsb29wa2dWeFlFN3gzZ3RnRzlUQWtleGZlZi9GNXRRVXVmdVA3NXhHcFBOUjliY29FMWkrV2s5MVFFWG44bVNKOEdycHMrQmRRSERtMDBiM1krRWp4ZHdSSG5yTk5uNEt2YU1MdG0xNW5DaVRFVlh3S3VQQ0Z1QXVFOHdYTFNyUmtPaHhpT1Q2bWxQU1dYeFg3alBkTFJkUk5rMjQ5SkVVa2VGQm0rR0Z0QUJxTm9BM3lNZXlzL0o1MHV2RVRkaDZNdEZMYWlxaTNUaHZraHErMnBWUTZzQjVGSi80THE3MnhLTmM3eis5Uk5DblJRckUxR1lpcDAyaitTZUtUUkV4bS9LOE82QXhqZGw3b3ZrejlmSVNOdEVqRUVyMXlHVzh6RW4vWkR6ZHM3b29RcXNWaWJSRkhtUVVJYlNYUTdQRkJ1M3FMM043VG83QlJyNkw5Q0h6TXRVek5EWURBV1hTekkrU3hPdVVqVGhLeklMTThZQnFJNVRTVU9hUFhiY3NmT0dCVWlmc25semZvZVNXMVVaNVZoczdiVmFMWGs1TU5NR01KSk5QUmFhbjF0NVFCN0ZHRVY4OEtpMnBSSUdBOEd0UnFLbG9xR0h4dnU4ZzBYNkdueHowRllXQUw4VGoxb2M1elNUNlZGRVRkVmNLTWQ0dTl2dXZxMWFwVENMWXJjbFd4aXl6TXlqa1lyT2I1bmNIOEZwcGw2SjJ2WkN1ay9hZ0c1ZXR4OUpTTDYxbVlPWE4xUktIYVdRZ1FhemNqM0ozcnh0R2p0M3JDMzEwelFGVklsdmg2WXRaNGpEenc3QlNvMnZvNmlCM0VHclZMQkxFMUpUNCs4L0hHTDBVbExLUjVheWxYQUx2dzd0dFFQb080OU9oYUtERmRDdWtCWnFRZzZKQTBadUc0R3o2MW5SdmRRay9qeE83YnprQTl5NFB3aFF2WWF3S1FUcUg1alZ5SFRGNFNBVVZKaEVWdGNZeFlCa3pGRCtSb2wzbFV1R05kVUd4bTZXdkwxUUkwNVhIMVVYU3ZrNktCRjY5YWdhR3Zra2dYSFc5SjZEZk1jc05OTlJZUm1vYzg1M25hUVdqMVpIY253SFg5UWZWaHNxMVR6dlVYNFRnWXVNZjNVMVVKenNGaEU4V2p6SHlyNk12aHFVNXFTYk5VUHErNDNFOTUzbWVHc1lva0J5MFlMWVdyRGFrb1JxNDdmWDVsYTlXZWtvNnNxdGJORlhwL1ltQlRkNHBiSjZBWm9jbi8ydkRtQ0wwdWkvbzZKUXFWcFpuWWY0cDRCWHV2dWdzcFRwOWdHckd0UVRRekNINFZ6OFBYY3QreThJbzJpVUoyU2xIZ3B6cjU3QlJOYncvNjY3WWRxRWFWSklsYmx5MWdMZVBzQTRTVWxRem82MFVKNjhYVnNERnREN2tJL3pvQWF5TzJjaHlCQjFhVk01SlloZUF3dVJYQlUwdVRtTXplNmxQaVAvZE9ZY3doWVh4RzQ4YnhSaFhURDF0YlMrczk3U0JiY1k1NFVIOFNpQllYaE1wY1Y1V3hnV2YzQWU5bWlXUFN0b2ZMVUk0TjlFakN4eFA2UjhKRC8xUFV5YnF5QmNVZ1hZKzg3WXdIdkpTSmVEUzNrbjBtTlgyVW5TcTlCTENyT1lmMHBkb3djaGNNS3c9', '464044378_1104327687743444_4980711157766285368_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(78, '2025-03-11 23:41:44', '18342636283120122', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'EsxpYJF5pmGphhFmK+SKmGhpS2VUNFBBclBWdG9DbmtJK0d1SmREYVFuZFl6WXU3aHVFQXZJU0lrdWQzVmV3QU9EYnNrRDBrOUpHcmQwUWZpYU04MTdDby8xNGg0OTBnU0NIYU9nVGJiSjlRZnVkQ3ZWNlNCY1BRUWd3TzUyS3BDNlBpcGF3M1dBTEtKUWNsRkMra2V1dEluSkUwNjA0UFNRcndJci9jY2JoYkc5TG9IRnBEZTVBNm1NTTBCMmhYdTc3b3hmbFpoU3RBOVlRQ0tiekRZckxtWHR0akg4NlBTbyt2RjlEVkFiV0p2Z0I1bDVlNGNzY1dteDBZRm1NTnFScGNoMko0azFOY3VTM0JmK2NPb2ZtZmVpV0FOZU5tSFJlODV6blJIUzMvYysyTkVKSlJZWWJpZzM3Wi9pTFNLYkFnYzVJYitzUGQzTFhCN0EzOS94aFFkR0ttMDdoZ0pWTkdmSzg2Sml1c0tUcjZrN1pNQWl1b1psTllQOHBjVERuaTFPTGJFWHZSdTRpeGphakt4T3BSSUoxMkt6azRCR1d4c0NHN0FFcUFCUXlmUkFCRmJPWUZta3BldVY3ZlV0dlF6dUV3VGcxcmRSZklrTGUwRUlrS3B2dkM3WW8xTFppaTYyT3hzNGp5TnhBU3ZtSDhMKzh1VTRkNmkybGJGd1N5VlMwSERYa0RqWGt2VVhLSTlSZGwvditVSC9aeVBqYlVTMXBkTWtBU0NvVXNWUDN1Zmc2UTYwaXhCanpnTVloRkFUbHJVdHNDeFFOU2V1TEt1N1dlMUpSOHVvelFNT1E5UXlVZDlTMlN3ZWJHb2daaElHNU5oVUtVdXNROUt1bzVVSS92aDNvMU1RQzAzdTlHQ0w2dDg1ejZtM2NmeStaMCtaZFUxZHFtdTV5K0FyWlZuVmZwdXRrVjNEMVZKMnc0UkFoeUZRRHgvLzhiRmpTMklrcWwrZEh4RnZHUlZTZXpZaVdlYnIyQUF2WTBRZEJQZzRvZUdpWVBLUjRZWkZ5V1YzYkNpSG5lZDl6UWdrSzNWWlF2QVhkeXNjQjRCVnVxN0xBdWNmQWpLU05BVVZFZHJnSWV6SjA0dGhnOXZ1ZlVtZlV5ZGx4Vm5oaXBBZVh0dkdFTDBxdjgxd1BxdkV1NUplc2t6dnRuUzZYbFhQditWckpEc1I0bzdidWlmYzJmeldCVHdyNlVoZUxUbEsvcjBYZ1lOdmc2UEdENzRyeTNaZlRrcnZuSFYvWURSMElCZG1LVXJrZHE4ckV5M01EZnh4V3p2VHBEd0tCNWxxR1BLNU9sbGFXU045SXh2N2VTZVZpcFdpbDJhR1lSb3RYZXBYYS9pYXJwMDc0aVVPUlpSR0QweXBJczQ4U1RYR0o2eXNMUlpSZi92T08yZm1mVnhGT2F1Nlo3Y0FCdGN5akhyTWsvaUh6WkJla3BrN0xZVE9rd0FMZytGYitxN3RjRWpzdEhhdzExVFdMbUtqYm11UWVNWWk4bS91MVhnbFlKUzVMTkhnMlhlRWdvVWROblNZVFpOTkw3VDJZY3dvQ2E1TUFIdmNSM25rRFl0dVFLL1dKVTRZMUl5MGlIcWQ4TEEvdHgzRUtJZEtkKzczcXlNRGx2N1UrR1U3S1lNY2tya0FFcVFaL2JidUY1RmQzVzBvTGVOMjEwaWUyMWtwbWpLdjM5eDZqcWMzeEVqQzZNN0VKR2xEcVNmL3JxZEFRVVJBUXFrZW9iY2NvRWNrV1ZkUG5KRElvYk54N1lrS09xOFlnZEh6SCtUMEljSUpNR1BUTXAxS2k5TE5xTzFibVdiUEY1M0xhWUhZL2U4aU9QOFN6cTVQdlVGU3lUUE1PMTlNM0NSbTBRRitrL2J2MnRrbHF5dkRnMTNjVHcrVVNvdUdydnY2d20rT1R4VmQzeTdtNTNSY1FLNjhZVWNsWUpobitWRW5idzk4UjBqOXhIT1JYVGsxMWU3SHdnT1d3R0xBcEswQmRVZitGcFA3YWFwZkk2ajFYY3VjL21KL3d1UU5ydnVsOXN2cDJkUDRHQjM0UXNVVERoOU1OZGVJWXFMb2xlYWEwOEtDUjRIanZrU0d0ZkROTk1nQlcveWx6dUFSQTViRTdnSDlsYWpxaC9wSk1TcUVBVmJTSUlWd0dTNFlvMlI3ZWhyY21NUm1lK05PYz0=', '463807400_17981334512753450_3357074274515478307_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(79, '2025-03-11 23:41:45', '18255910729264419', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0ArbANUfx9mbsLSTYRshoC9VTVlydUZLU2xkTHBVaHdDUWF3RG1CSnZrR3BTYnRXTVV4Qi8xRzNPcjYyVklyeEVwaXpFSnVrVEZ0dTRhblFNS2puK3paeTRHVWtIUVI0Tk14Q3JtZ1pCd3F0anVPK3R6SzYrT2FmaENVVlJxQ0NNR20yTG8yYi93OEt2c01VTmg1VW0vSzJuRkRhTlZsRmNwVWpZZDY5RjhvWGNDcktlQmxSWVRVWW1yUDBrUHVPYy95TUgwUWsxYVJkck5sRjBIVy9ZYmNiZ1lrY2dTTUJLaG1XVG1pVGp1WEhPVm85b3podUR5NzF4OWVoTHNQZ0phSi95bllBNUxWMmxZemhMeTNTZUJ0TWdPamNQczJ6TllZOVhLdzJnU0t4ZlJjZzl3ZlozQXFsbU9INjZ0RmlOWEdJS0FQY09nRDRvUGhEZFRFa3ppbjdhOEZZSjRESVR3djBHSUIrNjR5SjNIZGNDUHJTVHJ3Mi8zMDFoRm9hSWdVTWRGNEVIMVhCcFVZWTJETUJDU21JNGNEVHZlMmNNVnNUOS9Qb1MvVlhWRHZ6SWVIR2p4RTN5R0NHN0EzaWJNNDNyeUlnbFdkeUgvQkFhT0ExNUVjTUVrd2hPOWk1QU02REdYTDNNMFJxNlN6MXRsOFJ4ZFBZTkVkYnBqcVFvMVlONlloL09URWFnRE85dlM3ZFJFQ1lxTGdaNVIza3lmT1YwRGxaci9zdU4wUWRuUVFwUkZ0QWJZbzhMczMzQ3Y3SHpZbnh1OE9sOUlCaTNyelpGYnlEWTd6a2FTT2pzOVVYSkh1T0JkVDNqYzM2UzRScWRUL2VQb2pFVXlhV3RTOEFVTXpYTUczNWsvb1ZIQnB0TTNab3RlN09leDlTdmt3U1lZampQblgvNmw1THlBcTVESXFUZFdlekhGb1RsWkQwcmlnaTFDMXNmbFJLMWdoLzQ5aGhaM1VBVEQxOFpqd2YrVytQV2pyNmcxWGhqK0FkSlVJMml0eUd4QVpCdlZQa3lqdXYxUnJDQTlxK2k3NmkzWEowcllvV2R4bEt0cHh4eGUxMVhYTXg2ZmltOEdEZVp5RFNEMndYQmp4dWV3M3dGbkVpUzBSUkloczc3dGc2QmQyM0JSTFprLzdGbTFqWll0bTVaa1drNTVoWlNsRHBJNUJGNWZ6Qmw4SjZnR1B5RWtwcW0zK245Y1NTMlI1SkZSb0FEV09PNHhNN3pvTHA5S09RYlBvWWhEQ2tLbWV1eVBLZEtQM3pHTzRhYld4RjE1S0l6VGs1ZThVclJGRzlIUGdWNFRBTkZuVExkS2krL3NpTlkzMGcxL3dIa3ZnNHlQdENEa2V2YmVoU3ZVNjEvaXBDNERaRDZlZW4wZ2tSNVJjcndzRVdaKzlDSG1vVmVzU0pDampKd0FvR0pESUZNKzBzKzJnWXFBY0gvaG5UZEVNNlJpMGF5QkthMGhsa0t4THUrdEpLQlIwWDBOaDFoWmdBZFl1WURlWTc1QVFGbituc3c2bERDYWxHMzBuQ0tKQU1SdmRwbXBacDhHclNPa3ZGZ2tpRmhFZlV5UHgrQWtMR3RsbkhOZWRuVythZS9zS1A3RWFsanIrY1ZEb2Jzb1RCcE8rLzdKS25TRms1SGF6WlZNTjdibW4zVDQ4R0ltZXFMWFVWeXppT0xYOVZ6QjNPRlY0QktSaWJqbFhsT2NZemQwWGM3MHJ5NlhvUlJhOHNKZFE5UEVFRG15MWJ3czNOWTNmbTJwVzgralNQQjhCcGE5elRIQUY3L1NyNDNoMkowWkxHQ1B2MFJvWFAwOFBBUnVDeHdwWFdRbjRHSzJ6bnhDNlNWWDlZRUF0LzhTK2JuNGNVc3VwL0kzSi8yZzdnb3ZwQ0gzaTY4WDR5UG9aRUlmWWVpK3RVd1BvWUtnNnpkVkNKUE5LWG10T0M5eDd2UmZnR09wdFQ4a0JPU1dnTkNjckZvMitYYnZXZGlaZFM3M3BsTjlFZ040UHplMUJRaW5PeGd1UHZhYlBhejhra1E1djBDV1U4cE9Md2pLaG84RHg2Nmc1Wjc3WEpsejNWU2tTaUcyNHA2QVp2akVKRHM5K1ZwSkwrdm5oMDFNbHNTaEx3cTFDZG1FYkZpcmxHcnlxeEhSaHNMYUdFb2tqeVhzeGVubkFUVzQ3K2NNSEhuUUR3eEFPY0VYb2hvelBsbFdEd3hOcGJiSHBNQ3dEL1pyOEdTejd2OXVLWTQrV1IyMGw3SmM1Y3RubG81bDdQVVZoZkJ0YzNOaTdvdHEvemVYdEZ4NmtaUVpzK0tVcnR2Y1Z6cUliWnowM2hLOGN4Sm1xYVJ0Ty9VcXJnWFhkNWxXYkVsc3V3SmRnQVJQT0U3WWxaeit2RmhIN3ozdkdTRWs3b2NQekhYUEozMDlDU3Z6Y09Lcnl4a1lQaHRIdmZXQmhuTzFib1M0dkhQWlo0UEx4OTA0WmV2NkREaGxtaUpOMVRXcUM0cjN5TzJENDNqVnJOcnFRZFMzNnJnQnZORDIySytwWGwzVU55MElaaEJoREJ1Y2tzTlVGdm1RTjRzaG5ZQnRYWkY1K3piYWxKamN6bTlkUExCRUt5cW9HTHdob1M2ZzgrL2JTRTFwOEJSenNYdzA4UUd3UmNRQzNvdHRWSDhXN2gvUkg3VEdiazMrU0pvMGE2VFpEOHJreFFTbEZlMmxLSVhXVGVRTVNHTDd6T2dCRW40SC9FSCtLazdyWGttUHhOS3FsOE94OWY2MGpHblNHSzZpNjBzMGxxeDNVcEVIZVlqMVJjL2dVUVZSWTJ1RGJXZ1R0RXlyT05ZNDhaUmgxdHpqazlRSTYxTjBGcU9YM1NHUXJ0eWZaaTQ4NkNyNGpMbVJVeGNhQmFEVWg0NVJwRGtjNENiMTgvampxVWw3WGZpWVFQVWd3bjMzN3dhTmROQUN2N1Q4bVorNjBwbEQxU28yWlJQUElKNXUxSTBLRGVoMWZ2OXBnMk9QVEdDMExMN0Z3cXFrRnRiRkpkL3NzZjBhQStxdkVFZ0VkVGxtUHFDZ2UvaHZKYVRwSUVJaU1DV3N0cU1xZ0hXREZualYwSUpuM0JMRHkreFlLcG1NR3NyTlZnV25wWVdXbHgwSlV0Nm4wRmFvd1JmbUlzRE9XTVJ5aTZvOWdGa2EvYUFOeWFTVnYxelJuTllZNEZpY1dCajF0S2huRUFDUEx4N1FzWDlNWUJObXpDUnZxZHI5ZzM2M2ZsbnFlM3ZvMUgyRnFza0FkQ2xjeTZhVXNwK0ZIRUlLR1hSQlVmRzNiY0FORTdIZSt5NTZCUkxFd2pDUkNubHkrZWM0N3JobHduSWVhbGZUNVJnek0vTFBmc3ZCRGpacGdhV05WTTdrWDlZN0VkODZwZG9yUDdNSHFqOEdwU3pBc3RmRmRLY0tyR2w5MUtEVUdwd1BuUVB1TnV4eTNwZnZWSWVkRWk0NTZPbGs2ZGc2ZytEZ1h3RmZNZ0RZVnVYWHVpKzArM1VMTitVZHdwUjdVV1pPRW83UEwxaU1kR0RicnBxdUZvcHl2V3JQblM4aHU0RGZTZElrWGxoekZuQ1JSOWNiVGRXblBFWkRMeDVESlk2UngreVBzSVZEUC9WTUcxeTRYZytoNkRHYkxMaHVTOGpMWXZVY3V2azBLcGFFNGxGY3hSWXV6ZCtWMVNRMlBHcGxUcmxtUFd0SFRWMUtmaCtlOE9qamwxZjMrR3VjNlZQUzVVOXpDdTdkbktObGJDc2RMUmxxbFRkNVNQS3c0SC9nTE05VXYwbjR2TW9aMTJLaE1sUjkyWUF4SXg4U3R6VHZKWVpYc0RUZncxaUJnMUwvdzBnWUh6QVdScSt4ZE8zY1RITFpYUGZBc0lWZlB6a3dhTU9Qckk0TTRXWW9qL2NTbVA0YjI1QmV6NGtKZnp5VzJnWEw2bWE5dUFublFPVEdHazNQWGsvQnB4N2RPQ1BVZGdhVUJaMTVFQjBZWE9BSmo1Z2wxV1dVOHR2bThJNUJqWm1lbGgzUmpNMHcvSHh4cUZoY211ekZET1BxVHlLYjRKT0xrUHg3UysrN1M2SDcxeWFqK29hU2RkT1JBUTJ3M1VhVVZTenluQktRbVN6NUk3bzRiUzNKbE5aTXZSaVRtTUhGeTZEeGVzYWVra3VHL0RwU0ZCOXJteVJ6WEdiM3ZWK3NFRkczQ3UwL1prWnZCUS9PYlkzeGpIN1FraHlWT3NGdDk3RWVEV3p1R201T0VxUHYxR2RvTWlvSGgxV3pIQlRDUGRzVWhLQUlCRGEwcS9qckpsMjgySDFvbW9GQmx0amhseFVPYlQwWW5aNkVaQVdUdHp3RjlUbCtId3p4cStUUDRqYkV5ZkQrNStBY0VCeUxPUjVWVWZPWTlDSTFuaGt0VWRGck1sRzJ6ZEZKa0IzczRhRDN6cW5GcmR3L2VEbFN0eCtLYkhnN2VpTEllWjJLL0U3YWpwWnJQK0RpcXM4QnIvMS9mNndGUVZzMEppWHlXa0lxNWlvempPK1ZrUUhINVRaWHNqbmx4Mi9iN3Z6U281VGp1MWVwZTIwQTlYaWU3RzdwNzJxTThOK0FpbzY3UEVRTDZiOVArRDd1Zks2NytGZDdoZnJmT2F4VzdYS0NyaTQ4QURzMUQzZnh3TklnTHBPRzFidktIMmxMemI2b0VaOFdtWC9XRngxOTJMU28vYmprNVBHblo2TTR5Wi9VdTRHL1diWDVFYXk5QnFzWEtKTEVrQWtJbDB0SkhtbDF4RlZkUlp4SUtaTnQvRlp6bDdoNDd1OXIxN3Qwc25PdDl3TkVBRWxRVjRIbUNkdHBFcXhoVG83by82eUU2VUxGRE1aNURyS3dSRjRGdENWZjlCWGpvSGdYdE92eWhCVXRVZXIzVDV4aURWU0pxYnoxNk9zd1I4VzdWVThTcnlRekU0b2pHU2Vtbmh4Z1pFUTN3a0oxM05uSUtONzlPM3RhanVqTzJOUk9DaVZQTE8zbXRGOE1ySDkxb293MnhQVFBnVUd5Vk80SVBZSnZzZGVwZmF5UFBOYkZreXdBb1oydTY1dXJnWXgxMU13WWpJSVpzWVhTbWVVWU56ak5tMUFncEJ0TEt2ajZtNy9nSHZ5TjlNZy8rLyt4UklYYWUvUDJYdDJMZmRlK2V2c1h1OGE1M3hwM2xyeHpEZENlbERIQWVHdEswS0hMNVlad01xaHJ2ck92b2VSb014Q2V6ajVPM29RcWlmV2Y0WXVCK1FLTEl4dm55SWlFVVlHV3psaDE4cEhSdFpTaTRXeERtQ1JaTEhpTkZ0aXlUS1JocllkVGRQUnQvVmdDMzIzd096Y05lWWZIRDQrVDUvZWhjK3h5QllPTkxJZDJlM3pjb0R1aUl4MGRMdzdONEMvaHloRVVFdXkyaW03U0k1K29sRS9aV3lVZlIyYzhBaW5FZ1dMM29wWHpKb0FWUWpBUGhVWDg0Zys1aVMySzh2a21HQnQrNkRhQi84b2UrZTZaUFdkL2FvU3cxZmpzcERKME05cjNkRmtXL0Z2aVhWSVRVOS9JZlJ2T1ZuMWg4UUN6LzZMZFJSV3RULzRHWXlad0RVTlc3dk9qbVFSL3cvaTUvU3VOWGtsczB2MFpNbVV0UVNKNC82bmpxdVNmSGtyYys0QTNjdTJyNitXTDBPWGErT3o0WExXRjdUdmZabW0vUHpnZWlsS0Z0YVJleC8xWkFTZDM2OFpwNUswNGdEQ1hrZmV4M1BYeTMxZ0FNMzBuN2xBcnNXN3hLVG5oY0JzRzErSis1Z2s3ZlFLSmJBcndDU1ByMEpvSTN4TmRDY3JtMXlHbkgzQkZRK0VtRXUzazJDOUtTY0s4TG52SDdMUEY4dkI1c1N1WWhsWmRjTlhPQTcwdzhPRURiSlpFMGNKVXpzTTBZNVAyL1BwNlZQbmZoc1g1VHhDbTRkMVBBM3VJMDZ3TkpldU5CWEJzZVFmREd4K0RQWjFSSHpuWDNZUGptNXhRMDExZ2VqRHRhT0VMRFB1bldBQ2U0dHVvazhQbGtyUVIrUjhYNzFlL213TnlaejZ3dERmRWZsQytzK1pmMTgvSldTbTFRZEF2VVNxQlhmWGg2Y256SStSYVEvOE9WYzliNHVSZEZJcFZjd0xQdDZWbTN5Q2s2RCt0OWRLOExvSXIwY1hpMEQ0N0oxQ2dhNDMxLy9EemNsZzhyVW9odzRIaTRpUEljdVZKYnJEd0tLL3RTQXh5N0RDd3dCOTBuM2trWGNYaWdHS044M2xDbFlRNTc5ZlJ2cDJqS1IyQXpIeCtRQlRtdkdhT3VxSm9WeFI1WFFGU21OempFcFVaMmcvT1l1RVFMQStlZk5rU2Z1TDkyQnRMWTd0Z2hPM2loSnEvY1QzN1BMNW1KTmNIRXVJT2QrUnBkV0pBMkRxUklZKy9BUmRKbk1jY0NlREZJVytiaTdLakdWSjFqTFhWVlNLR1FZQXdPSG9yWSt5L2Znc2NaQ29JRzVtQ0F1V3lPVzFPR1huMW5zRWNkU0ZuOEdNVDdialRSOW0xS01vWkpNc09IOGJjd2gwN3Z4eU1PNHRURUgzZXpmc3dyejkxdURYYjhxdWNHcnp1a1g5UnU0RXlMZC9rY1o5Z2M0UjhxSExTck45Ym5rUUtBa1hrUzdIWGVVZTRSUzUxRk1lTk9BbnJld1FIbnRRaW1XeXpXcXZqMmZDYWpBamZlVFNJSlNsay96Qk5iOXZKSS9mNDNDdU03MFR5Rmp5ZW1mY3NyNXhLTFVpL3pXbDBXY2dab1d3Q0dFWUJFQ0FCenlIK2FReVZwWjZMMS9DSHJvaExXR2F6SXVZT1B0QjZtSXp2U3ZNVkRMSmRacHRjZlpvTkFmY2lrOHczelBjYnoxRlFWR3ZCdFlBSSt3TkQwRVpGaGxqWTU1ZDQvNDY3TmIxcjZzaGJLSTd2Y1pZaDBaRnA0YjJQQUJuZGZUZGRzZWNicXY4eHZXYW9RYlc0eXp5ZkhBb2ZYUzlIM3BNSVByNloybW5wS3JqUFFnWnFncXZnU0VsMSt2dmErNTNneHd0cEZJSEk0S2xHWVdYazYydE9uTCtFQmVHS1AxVEIxYktUdHRFSFRhZjZhbnk0aVgzMm5WUnRIZnpERytKRG5PYSs5SjlpTURpRE0xZHpoM0V0K0JPUmJYaUhjMFFHUXVHckpXU0FlQlFvWkpXUXYyZktwekFRN1RIcmJkc1hBOXo0aStYYUpUT0FHN3ZhaFdRT2xWMU9XU2NLQVdtTmpPcDhSempnPT0=', '463440468_17980944836753450_8314564863917302765_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(80, '2025-03-11 23:41:47', '18341408590130433', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Hab3DnhyYbavKQnwhiilDWZKNXdibHVBQmI3MFVnSDQ2Zmsyc1R1ZUFSbXdKTzJ0cTZ5RlhFdGdpMXpvWlQ3dEN4VWRtNFFPVnAwZ2hPYTBwZXE4TSs2djhZazRES1Y1QlEyM05jbDk3RUo3RUIzUnZOQmIwSkhzSkxCbE1YdnNVQ2xpdzJKbWRzOFBaeE96bWdURnREODhlRk05SkkwWGtTd2haT3V3S3VxdktFaEIwQjlOcFNDSEZmdEJDRDZLRUxOQU5nSy9HNGM5OHg1N2pCeksyQU40Qlk5Ny9iQXNvbFlOMGV5bjR4MXBKaEticW9uSlIvNWM2VXhnVjR2emJsUjB3dXJWR1l2dXhnNEVpK3dsSVJzeFRCbnFId0hKWEFYdmJvUEFzWE51T01BOEt5RjFuNmNWZWJhcVNYUk81Tk1aMWpnbjZLa3lOYy9JUUtIODhSN28xOGlwMUJLNnBoNk4vZDVYQWFPbHEwYW1ST3hjRUVPclZqeCtuMXF1V1J3VFlCVVlwQnNSS01iOWYxTjZCUUNVOGtmZUh2UWhtbjdMZHU5NnFONjBwRnJZWkp1NUxYbUtiSERHZW15cHNkbms2Q0VyaGtuQUJadVZmQWx2cUpmNTlmMEw4K1hPWlR0NlJaN3UyZ3hvYVhrMmVhQmdjNFBidmJxWVh4UEhGUEs1Z24wSWFjYloyS2p6N0l3cGhmejZTU1VzZUdndWhVZ2xva3Evdm8veFF4Q25lTStRUEIybENsTXRVZHRuMzlndWlnd1JHc2w4OW5HY0tXRHR1VlNJczNRV0pqWU5oN0ZiMGZLZ20zN1lOSER4OElKSW9RbGtGeE9iZTNibERCWUNsMVNrcllXbnh2NHJQL3FiK0FTMVJZMnY3d29qWVRRNEhkcnRJQ1hET0dlZVltR3gxbVhlNU9DbEtxdy8xM2FmVHEvaUoyR0RzUXAwQzFPWnVtOGtOb3hGaklqSkJxZ3JvbFZrTkpFU2RsYXM5OU5ZbVpKWGd2azJlR2g1RXBIK1JkTlQwaSsySllNemJkMCtTNHFoYVhQMUZCdWE2SzJBdUlvRFV2djJPb1cvSENrMWwwMGlXRVVQMENoZDBPV1lZS3RJUEZjU2o2OGJpZkJuTzhVRU51ZTZ4S0kxZ3lpRW5iam5hMW5mTjFMRGgvamExUndVNnplMTlLYTRrNnIzVC9IbjJvMFpzbjRPSHhMb2pKUlRzbDltbE9sREI0Vm5raDZmMGdTazJFUkV3VEk5N0VTMnpqRU4xOTRjV00vcThkMUZhVS9zTk5vKzRXWnUzeUliZWxuaVBzTE96OE5paUNYbDFkVTQwb1JwdWo0UHRnL1BSVTEyU1dUOElFc1dqZUI2QmlsWmR1aGhuZVprZWVOaFRuSG9Ya1JOS2lZTlFtUTNSdDF6RVN2SlpwMXREdzZ5MTJHdzFTZSttdmVwamdMUFZkdzQ4NVF3WHFiL0VyT05kcVVKWjNONmxvZnpDM2Q5YUVrSXJrSUdZS3h6U1czV2tIdHpSQ05zZ1hYZE1tYWRSYW1rZzBaQm0xUGZDTDlKWlZTY2E0QlBnRVA2MHVsRVV0SUJwUC9yUndDaFQrcXg2aW04MWJxQjJZSXVWVTFURVpZRUdBeDRGemlnNnUzZ2dNYmVId1BxNUx6TGZpVFd5WHAzRTcwUTJXQlFrYlNMR0FraXVKUHZiR0FDQkkrZWxWTnFtUlZBNis0MDdiUHY2UmJJRXQzcUEzbjFIV05ONmtEaXkwVTlLK0tPYnVtZjFlQkg0dGpYdWVoeU85TTU0OFBiOTZlb2NOaXB4NHh0Tk1oM0FINng4VS9ySFYxQWJ2czQzQWJRWlhLRE9HbWc3bTFCemhDTnZmZm9UeXJxbitTa1J1aUhqc3E5RnlDcm9qNXZBQi84UnIxRE0vZDN4VzVlcjZsRHVYSVV2RUdXZ1lFb1lsVjZLZ1R0WFdvVDMzYzJJRjk1MW5MbDVDVVNvYUlycnY0TTdFb2RZS00zUGZNMTg1OXRVL2FRRTE0bVNzYU54V1plMkNpRWR2WVJRemdqbGFRV2dQc0F1QXRsQUlyVmpFWXNDRGRHSHFEeDdOd1pmbjI3M2xjNXlxVnVyZFdKNktwRXR1dEt2K3RuNFNGeWgxeVlLRjlEVGNOWDk3REYzRzhxSDFHWCtmVXlrSHkxblRDNzNDQkR1dktPNHM3L043SE5QS2ROaWh2cVVleUJGd0ZBb0FBMkFPS1hVeEVPRWdDR2lYbG9ZaFJVaEMyc3F2S3dJVDJHWWZuL2w5d3V3QmttV1ZLTHhzTTcyb0ptYndXNkdkbFJlQXdxd2lhRUVIdzhhNzNXOUVEKzBKNTU3dE5YYm9abzFpWFpDTnJTLzY3S050YlNGbjdyQVgzZEVHb1hZYlFaK0sxSFYzWlhJd3J0NENUcjJyWXJhZkM0NHE4aUxQM2xZY2NvSjVGbHVabW0wMHJoRnByZTVwSU1scjdYNjR2Q012eTBoSXhyVk8wMXFhWDk3VG5WYlIyYmo2UGExWEMrU0d5eFF2M3A5N3JIekpVN2lJODQ4SVVRdE45L2hsN0h5ckRqNkRvRCswUEpobCtpNldhRnpydjlzMi8vQnpDZ1JMSi9mSFFpWi9lZk5UdnBnRTJDcThUZ2VCWC80eWM4SC92MDdHSXpPYzFYaGdPMFdETWlHUy9QWktaYWUvNm12S29sT1FYUWMzSGp1Wjd3eERNN3lSUFpQVm1iVW1VT0ZubGhDMWltUldDZy9BbEhrT080RHdWelp2MzJzWWwySHZ5SjlxUE5QSWVHU3lhT3A0OERaVXNFUEtpRnN5eVBxbEY5R01JS0dYSjZodWkvS25xaHArUVN6ZE9xNlZSU2pKNTZJSmwzNVRWOEJMRlJaRjJiemhrU2o1alNaeFp4a0p5Nlkza2VjUHQxR2xKbnd3ZnFLMDRzbE4wN3JOb2dWbEgwTy9YZVRscGF2Yjdqc0I5bzFWUGpEMk5JWHMrVXJTUFZ3NTdIZ1hwbllXd2t5RHZFRUdXV2lQb1JCYTVMd0lidFpQRFJVS1BjekRROEswNHJqQWdYUWVPWFlHU25waFJ4akxqVUhkbjZXZDE1NlM4c0Urd0YwWE1oYm9DSUdDRTc3T1VOcjA2c0t3SzNmZ0RHSEhQYVB2ZU1iZEdLTVpEYXdCUWVpaDd4a2EyMkFHaEpnWnhTYjVTaklicWhXM2NpM2wyZ2xoNGh4MXRWOHFMTVBQUk9tZEZZRXlsSjlHVVRCSitGeXhDa0RFaldBSVZTSEdKYW9nZllVQ3F2TjhLd05PZitmbnJnZWYrMTZCNEI5aXQyVnVJODU1Ymp6YTJRZzlwRlV2N2xlYSt3ejJCM1FVeEgwenIyMC9OcUNtd20vVDA5M3BZbkdIWVZYZloxNjREb3RZQXE1b3ZRdzI3aHRrL3pDWDVCS0h2SUVKWkZDamE4SXdzRjBkc3ZXcVBKVG85OWt4RHhnTkdyR1JCSWxlT0QxakxKNmtwVEI4ZUw2VlQ0YUVuT0JBdFpuSDVKMU9KVjgwWTRIQlVnNmRuenFzQUt0L09rcFUrMG9rMlRWVllnME1qUnhUUCtRMXFBUWtWNHNERTEzZlo4YWRxenhUTUNKaHpWa042aWZKTWtIUytBemwvTFlhNll4aGllM2JPSTZCK0RKWUNicjhvWlduWXVZWTZ3bGtHT0M1QmdhOXVieXZERVMzR0lHVGVqQjFhWHpWUHZJKzFvNnVyaEU4dFVWNHVZWlh6b05CYTFsZlJ2eWkySW5YSktITXFieGVmOVlTZnBNckZlYkM5a0FsOHdtNFN2SDRsMzJoMzk0aUlJeHh1SXl5NmdSRGo5dUo1ZlRVNXY5K0VQbFY5RkdNZHRPdmRmYnpaTXlRS1FqaWs3aHZ1Snh1VUR1NzhBQjZlQzNEMmp0VlJEZk9HRkhpY3JzU2IrdytxTFE3QytBR2hVT0t5QzlvNVQ2Y1RUNjNDU3ZsQ0RNdk5Na2cvU2l3ajNYa2Rob2RpVVhoc0hqT3p3ZEE4YVJjd2MwaHFpYjhhN05HZll1NEducW4vaGkxNTJBQWRXbVJUbjZLST0=', '462973253_458351173908857_3142790065495133353_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(81, '2025-03-11 23:44:56', '17852813559296044', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'fV6aRNQrViCc6xSRLrLusDlTanJWeGxQZmNPMmlYUkdTMUxiNU40UWhNMXBkdU50MmsrZjh5L1JRdExTU2pIWXdNMkZ4SnAybUhBdGlIMFlPcEQvMjRYRFhRaUZnV2E1dzg0RjBIaHFoR0RLaHBKNU5xd2l1aDBwWGE5SENwWGNIZlNjemlZbjl5aFAzWHZmVmVobTlYU2h2UGpnZFpIU2JhdmtMdEtxb2lTZUtSTnA3NE8zOVptSlIrNXpNRTQ5RXBoZDcyTzJvZXdnOWtmYzVRd2llcklhb2Rha2oxSVJXc1RwckVkR25aTm9MdUNCblNFUVdQZ3dWSXdIc25JYmtPc0VkdWpVaW1seExOVWZyeVI5RGZZenZKcmZFK0tKUkZjMzhXRDZWa0hRWStqSlc0UkpnaGRyR2xZT2hZWUJpYkh2dVdiZE1PcXpTSkRTNUoxcGo4N2svZWg5QksrM0dxcWZFTndjSU1kS1ZCS2pBYXc2dFdUVGlNTFpiRzV4SDVLRDZqN3F6WHRvcXhLSDFObDJlU2NnNlVLOHhXOWw1NC9aYnMxLzFsampVZ1FqTWMyYVJvMjdZL1FaVmFmU0JGNmFPdWI5SDNpSnk0NS9sZXRHelVRamxKOWRXcG5CRENlNlhFNlA3VVVKZ3I3anczbUtKV2FnNlJoTlhyQm1ZYjd3a2JHLzRySnlhWTdUTVd4R1BCVitENHRrOGhVNU14anlWMUtjQjBkSk1kNUVTa0R0ODMzUmEvNEgxUzRydlBWeGY2dFZUeVdqTk9abTNHYmFZbkVYQktTOWJ6ZmUxcUE3T1dqcGlSK0ZhUlZpbnNmRzFUNVd1S2oyUjRaYk9rcFA3VWdDczhqeFMrWms4QWtGbmdXbTI2c0o4ZjVwTElGaDJrL3VOZVUyQS9YL240dHlJWlFHRE1LbnhyZzlySDdlTFRFYzF2d3V4bkVzcytzZHU0N3J4MTJ3dE8wcSs5eDREOUhLT2lYYjM5b2FTMGtBSlQ5L1p1OUQ3ZUpCNG9LTnFNV2xsOGZ2MmpsaHdUU0FhTkh2V3cvQ1lpalZucE9XUG9VSTRzdFFFWmFDWHFOY3pocFpEK2NVWElkTllqeWNObjRlTGxlYmFzdk5ZSkRqMXlnMXU4bnBOYnJpR2lvL1c5MytObU1HWi9TVGJvVmpWb0xWU3NRWEZwRklOa1hGMkNSbUVTTXR0ZmNjZ0dQNS9Kd245YlVZYyt4emN4ZmxMU294UWM5ZURrWUdaTGUxTHozQnppUVQzWVJKYUpkclB3Z1lRVGdwZm1CUW9NR3NmbE5iQy9rQU9FN1pQSm15alpXWEF6NHEzaCtDVUlBNWpuekpUTlpRNkd2MVFXeit4RFZrbEU2WThFb2VwaFlVNEphYitiWWVQT0NYaHo4eExUU2hMbldrMEFNVmhTTEhuRVdoR3hvNHA3R0JnTmgrMEdJTHFZTmlPU1l5MG9NS2l4WXhmbGo4SVZWRVo4TEtraFRMQjdBZVd6YndCUk5yTVZWKzdsYWxFdzJjT2VNVVN5dTY5UXdVOVRHYTRCMzJyY01Jenc1Qllua2g1aGhLZXE4NE85YzBqTEJpN1d4YW1PM2V6L3ZpTlBrazRZS3VDR3FUUnF4WkN1RHpiUXlDSnJCWGo1Szd6cDlERk9GS0xFaGk3VGdtSnJTUUFJU3Y2dGZNOXFabTYwMWQ1YllTR0JSVWdWd01TRGZhdkRjVkZLa0FZTXAyS3VtZXVSZVRHVkJaTGR6RjFrL0pRaVZDTWV5ajZxMG1MekYzYStBRzFLVjhPYmVQV0M4dmhwWmF4Y3JwajFXQW9BL2Y1azlydHpqSis4Y3RLWitqZVNyb0UvV0F0Zm1LYWgxNDIrK2VHZEJnTnBaZnF3QzhhYllJSm1BRE5mOEdxVFVOOGpBeUhlb1BKVFFVOGVIajBkT3ZMTWxpOU43VGMyK20valhGcjQyZXVUZEFueFB1WXRBZ0tHd0RKaWNVSExzbHRkTjh2bFlLdngwaW9oNHlTejZKSnBJdnJDMXVuckh6S1ViUEptR2ZyZFJBMWZ4dGFrT1ozaWJFU3kvZWpBa0pzQ3dzazc3UW56RnRCZDEzeWJGbjV5ek9OTjRhUll0dzdzMm9qcFFQZ1REL2pUK3NuWTZIQzExWVowUmtjTnhZSUVDVHBSN2R3Q3Jma3Y4ckxiTGwveWlDNmhua3dsQ205amhqR2Rka0xBOWovNEhQM3ZWeC9HUzcvRGkzNVZ3SmRmbFI2dE1WTXR6VEozaHF0Yno2R1BXVFNicHU2dlllcjVZcEdCbXJycVJzZWJONlpTRWI0QlUwZ08rejhOTVYxL1E3dVhocnk2emdBQzhPRkdManlKZDN6aTVnNHFicDZ4TXNpdkhiODNWK2dTUXFvTDl0b2JNTzFQcjdiQlNxWUNacC9HMFMwVUhRakkxK1grT3prMXh6S3o5cUlrKzBhQWRiN1Y4L1FMZ0tFNjNCdVU3ZFJKaVVLVHJGazdzUlJORlBLN1pDb0JzTVp6eDRpMUpKQzRzMUt3MWNQN3Zld09raEgva2lQR05waEV4QTVnMUQycTNRSXRIR1ZNVU9YTGd1YzZnL21MVk1xdk9ldU4wYnA0NTlpd3d0NWQyVmpTaXUycGtpOGRUT0lnRjNIS2FqOGRtNTVmVGNqMGtCQlVEeGRJaW1RSFVOejY3YjZodXBIb2F2K0hka2tta0UzRXduU1lJaUY5RUVoZVJkd1hkYm50RmxkcW5SV1JnT1E0bGlNTHhWMHZsSGR2eFVtWkw0WE5CYnVBd2o0bzRMak9MTUNsOUxmZWk0Uk9HdGFvRmdTdXk1M3FnR0N5NFJnZnhtTFE0UER3NXRQMzEvSWhmbDgreHZJeUZPM1JUM1ZYSnFiRnJmQjVic3dXa0M4QTJDL1UvQWRKTDVCT3k5cHdwN1FaMjBsbkw3MFhiQmFGaDZwUnRGbTV6cFRzdlJoMUJJM05nUytqMWUyTmNyWUJmMmRSSjlHVHgwb3BXVFd1elBPTkxBVlVMMmw5RGJicXA2Y1I3Q0FyT2pJdURHbWQxcU5hQjRhWUV3Vk9ZZ3JYOGg5TDY5U2VFd2lrOGRlQnBPaEo3U3o3MDFHdWcrRVFFWUxMaVppT3J4b1FITTRoRkxjdHZLRFYxOFZYa0F6WkhkNkpHTzJYeUJ5aWtIV0JlaWJHY1lrY285VXllVE9oV20wZXA1bWREckk4NUl0VXh4enRrRXdGVW11NWZJYnhmUDVFWVJFQlIydXRhTnZvakxZbTN5WlFVN0hhNnBGdnhMUDIyclE4dStLU1QyL3VPTndaTmJjOWtjOXJjT0owV044RTlIa2xMaC90YjcwZDdrV1FFQm5QN2t3enRwTzYyd0l2N1Y1MnJUUWJhOS82Ny9Fc3VuQTA3MzlvUkFPMk9NVmg4RVhNOFZjNm55SStWK2U1amlvNFFQQmhyRVVFVVA0dWlhd3JuaWljenFVdHhrWTdiRkFsQlBzdURBZHJUZ2lvUEZYSXZheHJEckQ5dHArZ2xScXc9PQ==', '462826470_863055602658945_3122598075802185158_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(82, '2025-03-11 23:44:58', '17851737291262841', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'o4YL7xbsk+epmCh9og0Vt1VlaXljQzhWUXNOc1VPdm1LWUtkWnp5RklFcUN1NjMyOEJndGg3MnJpblZxcUVWdEtOYURtK2pQNkk0UThaR3B0Z3gvNjdrcWlCaGx5MHN6SGtjTWZ3c01CVC9YbDg2S2Q1dE5QUzVqSm5XTzE4cnhDdkJIUjZsemI2L0lCOU83L2pRNXZNQVZNYmxoNElIeDVVbFZoL2ZrM3FrazgxM25qbjVuM0RsTWNWK3FLMmpwTnh0RkszYjJaMkFQRDdvNzFJb01KUDZNWTBPcnlnV3B2K2tPQUJkOUlVNllkNG0ySVgrViszbUR6MjBpWWxWNEYwdFAxSnFPMGExM1NUTXFqRHdDS3VTeWtqR0ViYUtXSGEyKzFhNTlHcEQrT3c1dEtMcTZqem9EWnZjdHNVVEM3VVlXaTYyVWVUU3Fvemx3alVVWmpGQ003UU1YZWdzbWpsa3lpRTNQUXNzUlpaV2cyVlJ2bnJ4Z0hLdmt1WlA3UCtPRFZJR1A2QTMzTnNsTXVmdmlHRElqUGJnNmJ0RWNvNXkvT1VaNzdNUFBEb3FaOWdKaTB1RThNQ1F6dlhheXN0enJtYmRrYXdTUmh3WDdGcW9va1gvaTVBNVNHSyswQnJjOXBrb2NYVnlCV0h0M0FrVkRUUXNBWURZOG5uNTBNMnZzdHZkcUpOZ0gvTDkxVndhV242cVZEcFpHNytzYStSeTBrQnhGc2tyOGF4Nm5RZ3BNMWpZRXhEOVBBT2wvQ2FpZTFpeWFaZFZEdlpUaUxuOVdieHRpZFlTSVVyY1BncTFtS1hDWEc1S2FRYnFVSzdOM1RFVVlqSkxGSHkrRTNzZXU4dzN1TUlCTFdPZUwzc2wySDU2MFg0MVFuMCtzYXVCdEw4Z2pyZEJLendpQmkzQS82bUNwWldKUkltMkw4TXBUeUdFaE5UY0hIUGN3dVJNUWxWYzNMS2R2a01FRS9Ga3dHV0ZGMmExbXlRSlhOTTJWT1IvOXRCTWpKNDd2a0FpVEtNaFlLR2h5eElLTkhFd0xNcnRPeWU3ckxIL2drbk02WVp2ZkpKUlhDWGJFVythUGxFQkVZeDlkVDJnZHByRC8zSzJjL3JYY0dOZ1h1MDFTRnp2UWlMYVBGWlIxMjJqYVRVR1Ura3E4bzFIYUhBRVFrSlcydU92WmFOc1RFdWEyV1BiR3h5MFI1OFh6d29aUFI2ZjhvdEZWOUFwT2lncHNFZlhNRW9QZW80c0pacjFxSDZ1OTE3YVAxSXUydy9BVFlienNZTnd5cW5DUi9wc0U2NkhvSEQ1Um04SEZMK1J4aTdoNE1BQmMrT1p3RGpwT3k4M1NIYzlIRzBpRCsvNmNNaE95OTBkeHpvd0hqZ1o1enRIcCtVNUZOYTQzcHZXcDAxUlFUejB0RkpLbjhKVmtIQzVnRnl2aEQxU1NNdWl2aytSb1FaUUI5UnBCVzArNkxFbVNnN3JGcGlEUVBsZTJoVWRUdjRaVXp1NGZNSWhXRUxUSmNkbjEwclVJLys1N2JVVkJubVYrY1gyZTRSMm5jemxabHZkcmdCcUhaQmF4VVhYeDF1NkhFVVg1V1UwbjZaYThTZzNzTHI4WngwTDc4NGIzaGhCdGo0UE5MQm82NVlsRkJhWWZKajNQbkVJOGIrVU02eUd4NlU2MDBiU0Fpb3k0T1cvSU5GZGVzZUF3R2JIVkN4cVh2OVJ1OEdIZVR3elM0ZGJKczdpNTcrYVhsNFc5Vkl0SWNZUk1RZW0vU1dDTWZBRTF6US9mU1FFU29ZdUF1UXRYYVZJZlQwelRkckZQZko1enJ3VXIyR21nYWc0Rmp0NXExdlpqY09aRzR6REVUZE85V1NuWVc4UXRWczBvSGFQZFFEM0pWcDJPQXU2cEZldnkwZG5IRjFOZFhTU2d5cXhoZFBWblBrVndzalJQK3J1UjEwdlhiRTRNOVRBaG9jMXMxbWZaU09vRHllZUpxQkxWOFg0K05ZQXgzUVR4UlVMRGNCUlBNL29CekVKdENJVzAwSXl6bnFYKzRnY0JWZ2FmekU0eGNnN1RBRzZzeURIblhiTUw3QVorOVpKazRCOFkvSUFHMTNrak5kYTAzTTdkdUc2Ynh5Y2ZuZTc0L0RXUnRINHlLa3d5b3dzY0RVbEd6RjRDem9abnZJZVlZQnBEQzZwUEViTllsWTFCSVdJM05TNFJhQ1N2b0FVNVZDVWZKbEN2NlN6ZGNMRktyUUx0c0RYSFA4eFR4Ly9pUUxQdWtkcmpveHU1VHFHdG5CMElrVFVxejRYdjM4K0ZqOThVdzdzRVhqb1dGb3dDMW9ZRTNZaEJyQnRKRVk4dmM0SmJVeFVLQjcyQjNGdXowZWRaZDVtT1R2emdVd2xUVHo3MTB1cHBSSS9HZzZRWG1qODlNSzkrcXNjYzVxc1FPRlVLTk5QaDB2N2ZVaUFxclRUMTdHRGdMVHJ5ZlE9PQ==', '467644126_17985624548753450_3135776139164575162_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(83, '2025-03-11 23:44:59', '18143218024344460', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'onkpCdnBxnvh8VwO6G4izmNPbXVTblVuczZ2djdKV1ltRWhRVXVYNjhONjdyNzdmY3hlVk80SzBnaTJsaHpoeUVxQnhySEhkR1JHRDVzWDFRaFVLYVNpZ0FSeUJ4b2M0blhmUnZLQnNoUFJEZmVnbDRHeTVobDBKWGxtUHovZldMUHVUNE5XdXFqQnlPZ29xYWljeDFYaFJMTTlNdUcyNXlQOXpmSGpDNy9QRzFOYVJ3N3F6bzlVQkd2TTZvdzF5TU91KzNjMkJJV2VEdUpod2daR1R2TkpEMmgxSWlEZjBsWWVpdU9HWjBRa2xDVzA4bjFxVDAxb0JMZVpIY1JWdlVLY1orNEZmdlRlTkhRZXpaMDI2QlpsR202d1k2UXRWQWZUazdQRjlwNjllQnFSbWFXVXNBb25NdEdERFgzK0VLUk1PRzdJSzdUSzRHU3lqaUIyelBEVlRxcy9sNlV3MldVdXlzYVU2RzlBVDcwVFhNejJMVmlsQ1I0aHdFUVcxd3ZTcFFDTkRKRWRyMnhxSEV1TG9yb1QxdzNUN0dwSElyQkVrZFRMTnU2cnZpU2xFQnZmdGFSMVdhUUdiREtOOGhzeUtFcUYyRE9Pck1hcWJLNzBBQ2c4VlRUelBUS0VVbmZUYnpNVzFHbmZNQTZocnBIMkZpMHlkZTZWN3NOUHArV0RsVEtqcWxYMnNtbkh5ZTUzM2txTlYrYjhuczJuR0hWbDg4NTdYRUdZaURmVmltRmpqQWVpRmRzdFNrOHk2QU1ZYk9oNWV1WDkrWTk3WFFKZFVWWHlWQUFSQkJTWlpFRHdsWE4zVVNNVlJJZ3lCZ1g4YTVwdGhiL3JLcEhLczVTKzkyMUhnQmtNRmlFUllnR1dYUFc0STZkMHNVTG52bndtS3VySElSaWhKUXh1d285QytRdXIxbzNpOVFtNmoxc2JRUzgyT2ttWnQvS1NHb3BBR3M0Qlc2SDNqY0xiSkxwRGR1aXpOK0NwTkhJVFRmclJZYUp3WmRjejFIcVR6WHo4Z1RHVGVDaFF4M2lqQld1OXVWVEhMWTh0V2pNSmlONnhQYllYVExMOTZyaUFMcWNWbTBGQTY1ZEF5Mk9iWlhnYllGeUdVQTE0TmEvY096NzQ1MnJFeVRBaUlEWDgzaTZoRk1Nb2Vnczl4UU41YzRycFhIaGViU2ZRN0M2K1gzeTg4ZTBzcHlJTm0wQXMxcjcvMUphOXNyamVpd1Jnd1NPTWVIajlwaFBKaGdHV3ZuTnBmckU0UFpXaDZYak5GYkoyOVpyVXBWY0phUmZiWkt3VkppSTJvTkdtZFNDdTBqWTk3amRvZVhaNjhJNEdiRTNIRG00YmphOEsrcDhUejFmSWdyK2ZYWDZjY2d1TnM4M3ZnUzVjaXcxM2dObHU1TGltdU9weW1Ba2NIbnUyY3NTMUFPU0VaS1o0ZmV6dGFpQVF3VDY3VEs4czVMSjdSdVlsRjVaNUZyamI2eWF1M2ZDWExtSHZxWFZITG0yU2tGUzBsdWhEMFZQSnVaTC9vWi9XQzRVVzJzd3ZpbkVFMjNUYWxvd25UMDhiOWpFcndoQ3lBMzAzdk1aTUFwbHE5WG84SFlackdxMWcwclhLbmZiQkkrTWRSMitjVm10MjNpckQvRjBVb0UxZi82ai9lUWU1VTB2TTFybFNWVjYzbWlCR3V6RDdzc1U5WGJNU09yRVp6VUFIWFdQTkpaSXE1MFpDOENibXc3dmJZaWF2NUlJWXNpUXlIWTRpeXBUQTYyZFI1TUtVbDhZb2NiTGhKMDVDZXJSdndyaGpLbWQvQ2RncEVQQXNVeGp0R05abUk1Qk1Oc3h6MjY5bTFESExuUVAwaGEzTHMrZkRXVGxPYUprbmtCWWMyZzhzdW5qd0JqNGF4TGo0eW12RDhCVGpVM3ZPYkFXRGg3eEgyd2xRWmJqb1R0SVhHaU83aGFsaENZZWZVWmZERUxMWXFMUEZHbmlIVFljb0hCQ3dJZVI0WEZSTmt4cGVRKzFBaWZqeTlUYldNRlptd1RZTFhiVVNUN3k4TzAvZXV3U05jMmhaYkIwTkVwS3dwNWdnemtrdndNNDdzWks3M25sUm9BdUpLUnZMaWcxVG56WGgvNUJtSVBoUFlqK0IzUTdmUmdsN2NFZFgwRCsyS2tCcklSS1Jv', '467664023_17985624518753450_4995401327639601413_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(84, '2025-03-11 23:45:01', '17851677957256249', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'nDiCmgLnI17sD2kEY4y840JXMU45cWFKK1dTaXBFRk9ONW84dkRTdjlDU2ZZTWNQS0h6VXlFWFZZL3JlR0pScFRORkpXY0FsS2RyMU1CYUMzZzk0a2ZGZWV4MjN4QlNDdkZnOHNHR0V3YnlEVWhZWDc5dS9QZ3BjcHFUMVlLTURWeEJFL3E1VjhWQWVmS0JhVWZ1ZEd2NXFkbXlSU0xCYm4wTUY5bW8yNnJTNERCY3M4V2FnYXhodDljREFJc2ZGclBZYzhJOWJpSDhTdUJsdWdYZVB1d0JsV2E4c2NJd2trbHVMTThnbktCMVY3SHBnUWp5YXErZkxBWkUyZmNuQlJOQXpvZ1IzVVhMUkE3QTNWdE1qazFNdGV1WnFOQ05GOHI5VUlZYmt6Si8vdjE4b0ZZT0xYMm9QT3ZlZXpEV1pRSFFmSVJGYWRZZWtueGduQjFsMDZ1WTMrS09UVjJoTDlVanJZdjF2TGkxdGY0Y2VnaWR6UEtLZ0ZFSG1ZemRSVGVCTmUrWFVUNHUwbEp1WGlTQ1VHeXFKNlh2ODRCWFhxUzFFVkQyUUZTTU5LeURlNTJyYzR5MFU4ZjFaWUpQQUNJbUNoOGhkRmgzT0RINmhOTEdFOTNvMDJ6eUxYOVY1eCs3R0ZaT0haUFpzRUVWYUphZS9WMDdiQ2dxblNLc0FnSFdsbytQa1ZpNUhUcVJEUHAvbzFLYU01L1FKMmJsbFBtWWZ2K05WRGdmZTZpUmxIYUhleFFOUXlycGR3ZXVsNDgxNUYrQlFxT2Z5VStQbDFlUTRFdzN1NDFZWDE0S2d0U3R1TWhmcW9mM1RzdUE0NlA5MlJ4aExmYkFTODNBelVpZ3JWcVhnUmNkUTJqRWFSM1h1dkhrQm9RSHg5YXZpNDFJR0NVanVDc2xsZldlMzZtUGs0bVNUWDdEZ09sWkd6YWphK1dkWXVWejRjamJOWHE5aUoyU24raExNOWRzNmhLbnQzQmRKL3RDNHlQVEo4VnUxSzFWSWordDRRTEpDOHgxVzVJbjhoeGQ5VkdSWkxlRDRBZVlVdmlYeUJtbEhXelpFNUVCRlF2VVhvaEVJVnhHejBzYWljcjFBQ2RBVThaZUpJTlRpVVFsN3RORHVpUWgyUUk2MGI3WWFydGxaTmhjUFJVdnlhZ1owVjZWOHFoMmF1UStqaDR4ZVZrdjBldWpjaG9seW9mYUVHQnIrQXI3NUl3Vm83cU1DZ0ZMSDlhc2Y1eTlqSkhvV1g4QVJhR2pjNmtzTmJ5SDRZMzhNekxlRmF2V2w0SjZYT2NWYklKYnBuc0liRXdqWHZsc2lDQzRBWnlOY3YyMnpwRVRJbndRRnFpbk5xUVpkTHlMVWdoOTY0UzQzVFNPNVJhQzNiWEdRTitSQmNhc2t5NnhqUUNoM0Zwa1VmOGkzc3VFYVlSWUR3UUJwalovblVqdVhtbU0zaks5ZFlqRzZobXRIOEpnN3FpOHVNVHhPYWxpekR0Tk1EVk54QTVKc3I3cmhEcW53NWZoTStKbFNJaFZUQWN2YnRjVjJVdFhRZWFKY3J4ajg0S1lIZG1CQTc5dTNiK2ttbU5FeHZDaHJOVDc1WDF6UHVKSUlzcXVJbENVZ2pFcGtyTTdQVTY4ZWo4cHJ5dCtjZFdMa0wzNlNzNWFIVmx1THc5RGcvUVRNdlZ5dDVBTk03QlhQTUxqVXkxd3doc1FBMDdmRUpORDgyYy9KZHVGN21ORWVwakFFTk5mZ2lsSldoZU9KV01QcDBCOCtPZDhXMzE5RzhMQmxoQnFhWTZuOVVjdUY2RFdxL043U1RvUC9GdjVmdzN0Smp4M2Rzd1VTMUNFaFB6UW9PdjVhUlh3SmZpOTVML3BFNGlzKzk1RXR3ZlA3TnZKWnBrYTByNWRKb0ljUXhyb3VaQlBoUFhhNHRMekxicm16dzQ0Q1FUNVZvWGJRZDdOVUZjTEgzdW1DUjNLWjI3cGJLRUlvYldobjk0TUtrbTU0STViRStvOFM3Q242YnNWcFlwRnJEUE82U0ZaaG9HYTI3WVFTRWhteWpvZ1kvQno0WCtSWlR4Z3JGWVJiMTMxb1F3UC9pdlZFWkVHa1hqaFl1Vkw0R0N4M2ZIa3dXMFgrcm5CbWo2K3FtMUdGSHIrUmxZeWdMZDZHaURQZDZTQ1VBaGFEMWUvZ0h2azJvMFExZmVBeU1CU2pYRVl6aXFWZjhmTDFicnNPSGZwLzh0OXlXNENLVDRDWExab09DbXo3d2VmV0dvYWhNKzhCL3U5Zno1c3V3d29FTDY4NitXUVlyMEk4R09QVzdqZXVBVjdmOW5ENnFWbzY2ZXRZaWRaSkRFREkxeVVhZWN0M2J6Z3JPZWFGY3d4eGRUd0xoN1NXM29KSWZmU0FWUThuYnlpa3QwaElaN1dYdWlLckYwYXJuaVBkcytOTzFLckIrTHRpNk5OMzRhSjNvNDVQdW5CWVEzN1RYM3U3YjNyZDlFWVdJZW50dXhTaXRhMjJKSzFZMVFJdGhJT2hPSEZ2KzlYQW05aFg2VEQvaHAraUg3RUVTMmRFOWtwNnJXSG54aFczemxvampubXZBbVFwWldpVVpMWTBOdTg2SlZUR05KVEJsMU9GVTR3V2lDUXlMQXFNTmRXSFNTLy85TnA0d25zTStBbjFidmR0UnVSNjdHOGdxS1RUM3lJMEgxbGtQSGdvVDVoMmpHM0xvZXJLNC9lLzg1dUZIZHNJaFVTY1VxVDlRQkxOSmtYNSttN3RRanAzTndnMmlrTGxoM2ViWnhQWG1FQ3c5aXI1em5FYmNnWitJdDdKYmF5b1VpSHpsSFRPT2JRK0JZTzc3R2VFekZ3T2JLT2c0czBBV0VEeXlJekd3bTBHUU5WcWFKMFF0UG1QaS8zMHY2a1lnZUprK1hXVFIxL3lwbSs0YzVpejBTbFRTV2lkdUJVUExueGtQakJUWk1pQnAxZnE2aWRmKzJ4ck55OHhZSnE1Nmc0eTNSSHlwTFlMS202eWpuemo5MzV1RUl5NWRQaHE1ay8xb1FsS2src0NQL2Q3YnJCS2pCNmJQSEo2UUtJTFVyQzRqMFVjMFVCd1F1Z0R4bjg5SGVzeXBhNW45YmFRWEtpVDZtTkVrZlFoU0xQNnZmanRnMm9YWTc5Ti8vZ1gwNjQzM2tOVmt5dWJ2clNxd1JNaURiRW1SRExRbHVtNmV6Y3NHbWQ2K3VlQlRPTTBFajA3UW5pbXlqd1hOOENZSVJkdmM2MGZDSDJSc1lZT1FvT3ZRRWdGOThhUlFlMDdGSktXSUFCRXlvcXRaaFVJbGg1bi94NkNtbENpUi8vRzkwY1g2VlBDL3ZtVU94UlQ0QXQvczh4Zzd5U2hkcExPZjVzVWVmNVg3bUwxY2sxcjB6cmgrK2JDK1o5bjNBUnZCQTAxd2gvRmJPc241a0t6UjJ1UG1kNHV0cDJYb3hWa2hQTEpvZHlsQlVQQmJ4eWUwMmUyOVZ2OThBdWhHdzl6L2lzK0MwMFJvYy96N01IR2tGNGpMeTFsUWtTRkhxTmoyOWc0b28walczNW45bXpkN2taRldnYVhYUzgrQlhTcHkzamw4enVMQ2xIZVdQTTJPWUI5WEpESEJPaHFXbHowSmg2ZlZvbkNqKzZQWURHM2p3ejFFckxHakZZaXh3PT0=', '461930409_878832244344928_325236067940781475_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(85, '2025-03-11 23:45:02', '18454861840040556', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'acH/SnkCfsXWpGYh/j46bksxVWtBcWM5S2tlL1JQMDkwNUdvYkFzSlFCbkpZNU9GR2ZHOHdsQ0pSY2dGMTNQc2hGU1VzeXlOU2szQURueVkwaGEzWnlNOG1aSDgxVk5aWkEwNCtRNXNkNEZubzVFNERFZzRYTkZITSt0eDU3dHN0eHpsWkIyS2VTYlB6WkxoejBCNlNXZGswSGxmbFF3OVBiaGxQZGFHZzJsTHVJYjVjNUZ2LzBsNEdPOGlMSFpYVy9odjVwakZUcnpDb0poRDR0bWFlSEo5TWhLajBqY1ZQUGxVMzFxSm95WGdSRU82Z3F3UnorYzZmZWVJbldrTmJvZGlJQTlCODRrYW1XMlJuVVBpM0JEYTQvZkhBaS9BVkFHeUJxelNmWWkxejNaTmlHdmUzbVE3RUFYQUF0Skpqd3c2NDFlRmUveW1iSUVkaDF1WWJjbnRQQlllY05GUEliejBac240MmNmVm1nSEFWK2FkaGMwVUcxVklGbkRWa0x2TG44ZjYrbVcxUjJpZldOTnFTUldHM3hvR3IzVkxsY0RLc0V4NjUzOWNINXZPSFVZTStPSjk1RTBBTFNOVk1takgyN2JpM3djdkg4L0FORXJUUnVGYVdCUG5RSlNCYzJYWFp1RFhCRjZWSUw4dGtud0pzc2YrL1NoR0p4d1dYbG5JczU1aVRzTUJ2UjVYRUNvZjJ3ZzBIOFI3Sk5TdHl1bm9raEc2NGpCYnYvc0d2Uk1LeE1QWDhRY0xhQlZ5SEFLNFVBTWs0b0FOS3p4TENSR3R1YzRYQkN4Nkw2Q1NOblJIcjMybDhPVld5SUtSeWFmOHMzT3pvSmVWSVIwa1F4SVNuT3RKbXQ0eFdzaWJIazYvVXJWUUhwWnpqdHFLWHY3ZUt4bXZSREFZVHJXK2VVQnJBbTJsS0hBQ09RWWFYcHB3VVdoUWdtN2RGQVhDR2g2dmxGRW5ScVUzeURNZkZQV00vS0x4Mmt3MXdqTHg0M3d5d1hWYWxpcllZU1FUL3djYnhPc3pNSzc2ck1BazlKdktscEJ1THBuL1JuZVZmQ3RPQlRrS3hiU0JUcS9KWDd1cTZqNVRBcCtxSzhKaU1LeXhnZUM0d3hydk9BMkl1Y0dLZy90d1Z6eEtpVHU3SG16Mi85bTlibTlWVHVBd3dPV3g1N2pMaW9KMGVtZHhFc1dMcDFsWjRtNFZianVwckE4SFpXN29PV2VnSnpmSzU1VjZZY2pWMUE1czhJTDAzRDJxVC9QelZrOHdtVXcyb3NsSTd3aDBqQm9oRzM1OVluRkFHMGd2K0VUaXlRanRjOWVRUnp2ZUpubnZhT052NCtMTzZUeFkxZTFMd0VXNnVSdm1QV1dxTmRFRnBwZjVLOS9idjZ2NVR2Rlg2eVlzUDN2M2Rtak9XZnFoTGVQUmpCZFg2TmlNc1oyYU9XOXptTFQxWFdISXFrUGxPN2R6dU1NbEFhRDdReVJVa2hBZ0l1WEphZnBrRXZ6MU8rWGJXaVVzZ1Y0cEdWeXNSdEZRVTB0aW5HOFRjR05mNmRXWTFnK2ozU2VqS3VjZXRyQnNzV1hzQ1NuZVF5OXJoMXltR2h2SldRaGlGUzVzRkU5b2JVemptV1puZm56QjVZcnlHWlg5QitmaG9SUFV1VkpSdFFlWEFnb0UyWVRncFlYUHEreDFGQzNzZzNILzdwV3hTZTJMVTZkekJUR1E0UGJKTzRMZkJnRWlsUHVUWmN5Mk9HbHJIaWovNFk4Wk0ydXpXKzZSMndTNDdNRHRqalMyRUx5ZmdONlpCd1luUjBvRmtXVDRjWU1LZjVwZGw3Zy95bXVSL3pRM2N4L3RoR1pMbDJZTlIyUG1xWE1JbFpBSjVEY2V5c0JlQTlydEdZajdJN0tOSFlWVFZVeEJlSktBUy82ZElNNldhSDk2WHEvNlpub3NNcXNzV0kwbTN6bk5vMEpFQmJUa2NxYVVKU2lXWEpGd0RoM04zeW1LeHhnV2x0b3Jra3RabHd0T0dmMDFCVTY3M0JGa0NCYmh6Snl0U3FhUXVzeHl0KzVJL3htVXNTNytIM2hPYm1DUmhRYkt2SC9HRVBUL0dOeGJsR2tOS252bWxrbXpXVlpPekhrSS9qSys0c09DUnlLdHVDdHd3UENna0VDTkx4bUVmNDJWa3lHaU9xZE9wb2tiUDBoV2tzTzFrcSt5NG9PaFBURmRnS09pL2xZZE42dGVvKzJDS1Vqd0tuZmpFOVE3Yk1FR3dWdUxoYW45R3MrVnBVc2l0TUQ5YXBPUWJiUElWaW0yVVh0aS9oeU5Gcm5YWEdvOHBSS3hmcDdZcnZJWnd5WU41TXF1ak5zTEduWnpzNVBINmo1ck9jM0lpbjFqQnNrU2szOTRCR1FNVHBtQzcrNzlSOWZHSXg0UlA1QXpVai9oYkFOVmdBYng4NW1IeXJDYjU2UnpSSVhZN01TMzN6VWl2cnR0MjlRa3dRR1NXRS9yWW0vZ1dCRjVUOVp2Uitud0Q2bnNDQUpZcjFpelI4dUl2MGJYdnpxTU5mbFNOQzNDZTVrSHFGeWhWU2FmQkRjeWZJaGY5N0RHa3FjU2xxSks2UDQ1THc2MDJ0dm1QV28zN01CMENIRy9EbVdLS1VKTUw1aDJvTjkwWnRpY09TSEFlcUticVo2a0JiY0xnaytMQlpNSE5VcDdKRExlMDV3QmNSOTMzOEFnZitkZDZYUzEzOVpsU0FXNWcxak4zRVNzL05uSjk2LzU0eVFPaC9vRnVhMlorVjZESHNwWVZUS0c3aGs3UkMzVmFxR05WZk1VeVQwT0xWMnU4RTlTWEtwZUF4ZnFZeHJtMy8zWkRzT0d3VFo3STAxdk5yTTRkQklYS1RiSndqcXAycUhvSE1HTEozTFpMdmpVSTFxYWlrOUhNZE9kRzIvOFNvMDNEelNuMm1yeVRHV09YSWtUTytSdzY2dHVVQTQ4T0dmSEROMlBPb3ZmV284SDJRb2VCSXVpcG5tbDY5UFdkYkdWSGpXUWU2WXFxeEJ0OEFYSW1RZzJNcFRPTXJlUXkzMkV2TEczaFFHRVV1MjRKNE1zazB0ZHBqNWtlYWVnKyttbDdSc3RKQmJjdDY2K0tzd1RCWVRoOFVCZkhPYWZZbjlvb1E4Q29ZWm5sU1AvcDhvOEtoSFNLYTdGcUl2TVRUWThxTjRteE8vL21vN1pqR1RYUE5YNVFCcGJNR3BLaUsvUXE5b0xpZzdJVmNZQWJHQXhNUzc0aVpkcmpHcmZTdDU3ak5DZXIxQTZQSjRmcWNjTFBBZndkYWVHUVVSZjZoMHE0UG1qbThHWC9sOWpIOURZdW5KcGErTlpwZGZiN0g5WVJ5dDBKWTdYckdyRWdNcVhwRU5KSXZEYml4QXk2Y2tueE9UTExMM3lZdmJWcHhWUTNYcDZxOE8yc1FFRkticGI0ZHJrQVN2c2ZtTTVGaWc4clJUa2pQNEsraGUxWFBIRXV5TDVEaTFGUXorRGN6cFF6TlE4c3dzWkpnT29adWJDOTFsTi9sM1V5WXljTWhWc2tWaTdhUmcvNk45R29VUjFiek9WZmdna0poVlFJRFMvYlI0a0hicXcwUWFoZkhLT0tQWlc4UEh3ejNUTWdpaGlkTzRDcDZxa3cxTUZnQXUxUU9rUlU4dVVrZ3gzQU5FOGJVWE8yMGNVWS9kRXRaZi9vSlFwelJuckpHUjEyK0lXOFhyVWZxNm5YZy82bmlTak1hbmpoS3JoRkRwb25CMGliUzljUDF3NmxTdVh0Qi9BNEwvR0FEZ3VNMDBoSnY1ZkZyVldibmFXcEk3aVdrQnVGcmhMOVcramJxeDA0ekZGQU5rOTd0TE5XdnRTR29GVnlDUnJoWEJMTk4vT1dhMGo2M0U0TE81bUpPd21NQ1F3NmlUeHA5RDRuNFdydkZNVk1PWk8rMy82dlhXcjVSbUxwSzllSFhkUEpUaWE5YmxFQWtDQjZUQnJZV2JmdUFCcXdJV0hrVGFnTW9kUmRqdjJaM2kxdldVelF1clhKTFRPeTdFRzliVVlpYzBYbnhSN0xYd2RsSjA1U09Lbm5yWVQ3L3pqYWI5L3Q0bGVFL0ZhQitNc2hDNzFGeEVURE84a05MQ2VMSzE3dzRvWWlwdlFNUnRFUjhSOGRNOTRDYmNnUUlRZFBYdVlDc2lqaGRiNzQrM3pmZ3V0aFlYWHF1d0VRdEMwYWI1eFlxWks5NHFvRERuUTRCcFhxc0x0WmZzaXZLQUYwbCtJS0VDdS9Oa3llWG90ODVlMDA0QmVhd00rMmw3VEtHZmk5a2ZKMk1NWWFacStqQWRPaWpyTjl0ZU5xaVFaRXVqTHBLd0o4K2lwdUZXOWRReTh3NEFnNGdqNmYyTnlxdVJ2ZGpWMDNvay8wR0RIK0JzekloaTZJeUZrdWswRzZDNnNjUTcvTWcvTlhPOVFCOUdDREYvNWN3d2xUMzVYOFZtRURma0RqRmIvQTBVL0lPcjJNZjYyOTlJUUgvOUkvbU1zdTFKbFhEWW1ua2xWN0lGUjFiemdxbDlwN3dXRGFQaFdWRmVMcVNuUkQ1eGw5cDR0b2V2Rk96YWpNTjhWVnBZPQ==', '461743626_498374109679987_5842129830869856827_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(86, '2025-03-11 23:45:04', '18009831626402771', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0XqWbcVNPRIUvXXSkMPS5TRaZVpvSmhqakFaSlBEMHViSFk4Vkp6Y1dldnl2UWh6cGRHMGpyQ05YbmNCcjZkbVEyV3VGVWZEQVNDQ0kvRWtENHFjNExVV3E1OGJyYkEvN2lSMzFvYjl4K01CaGpJZWNUQW1JUHgzU24wWkxTMklUalh1RUMwVkNLcWRVb2xQKzcwK3pPVFdmQ2F5V1Z5UDAydVNsbndYODJDc01TV1F2QjdWMmp2QlNWa01nZHQyS0UxN0FjTkdGM1FzRG9ZVUF0ckVTVDVFRmkwZEI0WTFkaEkwRC8vQ3hoRXA2TE9LejgremZMbmZFalREL2RqSTlvdnE3OVM4eXV5MVhaVDZvb2M3QTJ4RFJLdk9EN1M3NEh2V3AySzBDbUpaTmh4bTJlNnJmNDNocm5LdXd1SlBOWU1OL2lQdU1oMzJHZTcrMlB6QVN6YzVMZ3Nsc1JyMUk3dVFoSFRoT3FteXpWNXhUQUZRN2RuZk1GbkVqTGZrOEI5eHYyR0dEVUNGTHpBempGb2ttbjMySW5rdU1ZaHNmd2hxWUVGQW1iZ0NTVkxnMWNuYjJnVlRxNDdHVTQvR3g1amVSN3QyVFMxODQ5NVl2STFndUh4WkRGNFRoUnE1WnozV2djbktpWXVLbllMMTJycm1zd0ZVWGpkWlU4aHh3eTVqRXlEdUZvM0kvc2JhNVVYdHMxNFBWa0R4V1c0M2xKR1pSeHhyR2dGbURUWXdZMjB1eWptUE1NRTNhaFdpZU8wRS9pWkcwZ1lxMGlWZ3kxaXRuNE9MU2I5TGFRWHladnIvWnBqL0xlUGVEVHh4cmpOMXcxZEwrQzhqT240VlE3YTlNVXJ3LzAyQVQrN3llOC9nOUNKV3F0SGRHNW1TMVRJUzczdEJDcFpNMzZYQm5rbFdXdjZhN0hpS2ExMCtNYkVBY2FOOGlZN00yZ2FjSHRHWmY5Wm1VaTJhRFBxclFNUkxBTDZIdVJJQ2txOWZiZnNzTlprMVI5VFo5RkxlQ2RGTEdHSkNJMnkzdkc0UW5mSGwxellsUWQwZkYveUJqZjg1eFpkQU44MXlVMnlQeGhvNkVWRzg2L1M2Q2R0eTE4SGt4a3N2U3laVFRWUU5jL0l5eTlncGxZVDVXdWtmbGtTNVV6cmVtZ3owZkkydVFRRTQyOCtXRG5udjZoMW9vVERrMlMzUy85WTFtWE4zcDM2em43KzN0cGVUSVh0RzVkV0NPUVRLOFVVWWJrb01mWjdRNEtUL09GdEc2OFFteUFOc1d6Q2NRTHJNa2VTYWNwcDZjSGk4dDIvWVQya2hOWmRQQlljeEo2NE5HWkIrcWxJY0lnVWVpeWFsTTVIMlpmbUdHNGp5VEY2bnZ0TEJ0R3MwWFl4NHZ3bHkvdDNjVk9CeVJMVFdURFJraWU0UStoVktTM1ZoaVJ1amlGVVVtR3NpWmRBWmZ5SHI5K2JzdDV1V1ZXOXd0MEM0Ynp5QldyS05sVGs5SDA5RXRMWmJkUHVEQWgweTliOTlTTjdaWVZXQVVrNUhGRmJ0a041VjU4T1RsaGE3L3Y3OEhRVWVqOXBRMzRZcUJPYmJvQTNlaG5WaytsU1BlYU5JMUhrWGd2V1VRb1k2d0dTZTFubFlXTEhQaStYaTBFREtmYzhkUWZ3aWk5OFA3TXZ3L3NMdURJTkVOejBGVHI3dzhJWFJFUHpCTnlpb2ZoVVNaUU0vczJva1lzNDVTL3dzOXlGNUVFSU13N1lldmNvOFBSK0R5SWx1VlZrRERQUTFoakdGMUtBdTlEcUJOVUdMY1UwNnJKOExZTE9CcFFmK2o3Qm8vZVVDM2JEL1BuUW1UOWtVZ3ZYMk96LzFsWHpSdGh1T2ZGVm9LckJxdDYxQ1NFUHVmNFNBVjl3bm9yWDQ1b3h2aU4vZ0pqeTFxN2NuUkhyQ3MzVHE5MnhPQ1dUYnE5QVZ3TStWOHVpczN5MFpOeldIcEFUNFZrMU96TUdaUVN1YkZJS2ZLNkMwdzhEU1A4NERxbVJ0cGZSeDFSTlVvWnNIOTdDaDR1cE9ob1k3cmJuMWVhR2NheEF1ek9UTCtPMTJBV2ExQnVyQXhDbVlOSC9FWmlzUHBadmtzQjluZ3lpaVdubENqaDVPaWc5WmFzQXRQNXAwZjRIdVRYWjBsYVA3YTEzdEpmZTl5NGJrQzJEYktGRHp2K0pLeU84cWx0bkYvaEtFaFl3TGNYeVR0QzZzYkROdStaOFhUVGFrOVYrZ2ZUZityYTF4ZHVYczd5OXN1OGNFMjNnNTR1dkU4ZjBHTEZPMko4NkpYS2w4VU9rZ2IxT1VGeHZ1YUJBM2RtSUxWWWd3OGJWWG5BZXpGQWcrbkZmMFE2TXkzdkJvN2JkeVRNMmZTMm5TYThYUE1wNkZKN3BHZ2lGeUVzS2laUzZrd0tzbjJxQzlDY291QWxHNnFhdXhoYmlwWkFjbzRWaUxQVEJzMEpjTE5Za0lGdkJyV1VGdUxieWZNTVlGZU85UkhWRmp3VDI4dnkySFZCQkJQRVUvcnVLV2VSbitPSkNLMTRrSHhaelpvR0wrL2RDR2Z3UDY5KzdMZld3VWZicEo3T3RBbW5CL0NZRXVQS2xGVlQ5dTJscllBUEN5WjZDdEpIK0kxdlpydzNIVytaZlc4SkF4RXE5bHRzeXh2VU5YUEVyUlRVb0sxcEIyRXBpb2R1R2J2TXdsYlk2R2dWSU9FaW1saEpSNm1iaXU0Sm8zRlFKREhvWlhkKzU0ajRGZ3ZSTXQydHV2Z0VBWXczYlc2a1NjUkl6Kyt1ZkdFaFNvU3RQZndhczhoQlgxRU9kRjJyWm5MN1FURFJGK3QzMjRjdi9HZGhRV3lHSWFMZ2JOZlRzZTczdGpOdnZrNGt1TVQvbTY3TFVlZnRIMm5YZEFzUWJzd0xqdHJGbHBhU1VsSWdSY1MrWXVlZHlSRVN4SHp6VHp0RTAvbXJOMlB5SjEyRjUveHlpVkR6Y0g5NUttM3Jsc0s4SGJMbG1BdW9oNU9hTlNlNTBKbUYreFJ6NTZlaUdZUWpKaWhkYnJJaW1tbXdzQjUyOHYzT0tuZXJwQnBZeXVFNHE4aDhTNjNsS2RXVUhCTUtZdU9JT3NITTQ1MVhqSktUYlJPZEg0a3BjM2p2QU5BNis4WHpTTG9qdzM5djE4NGMxUUtNeFR6R2NPaXduOXNsSC84ZXFScE1oRVNBbkUxTU40S3UvUDJ1TnNQY3I4RGNiaVlGSFpJKzRrdXp3N3R0cGYrV2creG9iWERONWZwQzJWZ2hEMXZWdmRMS0xJWnhESFY3T3hCVnh6WUVOSzVJQ01nZzlyczdOcUZWc1ZhRFNvQVhwQjZ0VXBPc0F4bzZVOWFwSjBTMWt1MWI3MWZUT1RvZGdBVVVZNWVHbWVZMW5kVjhWaDhnMVNkUTl2TzJMQ3IxMkRadWUwUGppZWJqUmNCK3UvVG9kdXVZZXgrdUErY3d5Y0hua1BlbWRxdG9xWGFGbUNKWk1zWithWkFFeFd1dFZZTlhiQlE0MHYzOTRzZ0c0a2kzM1FZajNGTitpbjduNXNMd0lqZ3ZwaFhKQjVqbUc0MkIxSGpuejRsaitnZGVSRHd2a3E0VUZjc3A5TENEempDTXlST2VvVjBOZGVLbEVTSGQyY1NTajAxVFRiYkRKSy9CTEhKY2RnNlBQR204NmY1VlJya21hVDcrZHVZT1FINkhtSEhqZXlNbjFRZU1aZWxaRTZ5UXhrcjI4VFp3RUVLMnowanE3NnIzNHFDR1YrUDJKNnU3dGhpcTNsR1BaOVVsb3drMllJUG5iYllIbVkxY29CTDN6bHo3NDRuMjgxUlFmRUp5dlBMZjRNSU1Lb2IyU0Z1azRkNHowN002dmhCTTUydTdpZmRUbGo3U1BDdytuTEJpcDFQeU5kL01vRTlVMEV1dllzTDMwZjRqaDhqYTN2V1QrS0s5SUZscWtvOWw3YkJRYkFJZUp6dXQ0Y21DcmFSR216UjRGS0U3N2FRYjRhL0VvWDd1cDUvenlOWWJKci8vckg1U2hwNExiRXRPNHRjM1hBZ3hqaFh0VWFCQWE0UVhCZnhHS1hnNnhJNUNrREhFRDMzTWxNQjAvL09kaEkyY2s3SkJuN1N2Sk01cjlE', '461651550_896000782398930_1193841319112177041_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(87, '2025-03-11 23:45:06', '18047006473794143', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'PB82G8LxG9tAtVatBsHEdktvL0taajA4NEwzY1RPNnBVUU4vMVJDaDlPTDVQNkJhU3dNdWp3TzVSejNmN1hsWi90dHBCYThFOEVic1FMUXRoUW1rT1dERFNZUEloQXUvRE4remJESUNDWmJNRVRCcUxXNU5QT3g3NzJ6NE9pc0h2UVdBKytCclJwSVlCUi9idXFub20xWFM3SXJSSTBmaTNIKy9yN1RDYXhNd3V3WGxaeW1NRlFYZmE1OHp3Q3ZxUEw1aFV3Z0JMOUg3bnpZeHlkVktybGpIY3RBaHBIcnpUeEFnSEhiMThoUlNFK2djb3JvNGpvMDBGZTVqRGRndXZpblFhZ2hiTUhUWlRzYk9jcWNiSVZPQU9KQ2RlS1ZhZXJxNVJwNjBWNk5WL3h0NWFnVlh2NFp3SWtjY09HT0tDODhJYURhMWg5SkVhbEV2a2xYRzlFOW1ndTFmNW11SlVuN21hNmc5bUI4NkF1YVJpdEZ5cVpyelhMNGh2VTM5dEp5RXFDdWNFbzdjOWxiU3B5L3NKRmV3aHIyd1N5UEpvUTBOcGE3U3NuYmpNRnVnclk0V2FhMHkreVZiUkQ0dkwxWWpIYk9HYlI5WUY4Q1hPSjdBbEIxRmxvTjlQdytIU2tVWTA4VGRMQ0pDMnkrNTYxVkI3Vzg1N0hZaXBRTlQwRUZ1ZWtKTWsrK2hCZ21vb2ZDQVpqQVVyQ05WS2ltMzYrWjJ4TC9zZjR4QzBYU2dJZ2s1Y24xczdvcFBtdWRpRlZ6TnRsMUZuT0wrSjl3aG5CYW5MblBNeEJOaFlrTFkzL3hYbTVrems5N0NuVnVxbE9ORkhvOXJuYUlHK2V2cFNKR01yVHRKRGRkZlVKbUV3Rlo2cUZ5M3FiRlhKWWJQWHdVSW83eUd2NG51M2ZmdlRyV1dnMTFqTHpkNG9TaVpWcmxmL2NDNi9TbzRKcEhaMk5UN2FkZnZ1dEh3d2xydlhFL0pDNm40NVp5VHZoZWdldlZWN2V1RHZNUlJUbjhMNURZZGtBQ3JuYU9XUWo3N3hFK1BEREo1aGhiT3c3WW5RYktWMGZaWEVYNXFNVkpJRTJFM0JYd25YU1BScWJPVEtIdjFMMkQ1MVhFTFlwcVBzdi9KZ1UyVUlYcEl6bmZjVmwxcGlTaFh6NlQrWG5La0hyOHhKZFRreEZoYy9lbm4wdm5lUjRFUkVCeG5BYVU4a2ZSSzFreERwSUc0RzE1ZWwxY3JuZE5ISTdTUUszL1I0SmN6TG81Skc2SE1QdTNaeDFhSEhzb2MxdStROWdHL1g5YjVBbFF5cFExKzNZWGJ5OHhkUDFraUYzeXV3RDhBb2xBZjVGcjcyOGlzcUJaSk80dnZ4bGpxVEYzUnEvOTZacThiZmZBdG5hamxMM1hwZDFFZTRYNXpiOW9nNWpPWkh6UndtTGxKL1NUWkpJeEFUVW8rb1g0TURwbGp6TlhxWXNlbzRGVWlrcjJXSHNSd3hGU09qVjBpSjVSRGtwZTRDc2NxMUlWS3lHZVFxVWdtRGwyWWMxd2k0VFpsUDNpTnZMczdqYkFhNzFCSnlCOVlhZ1JSZW0vYzQ1T2pGakFaVXowNUpveFZicHZFRjZKUis1WGs4WWU5S2V4ekRiWEpsdkdDLzRUd2dBOXJBY2t1UFFIMVJYZW5UckdZUmg2b3p3OUQvdEVPajlrOW5ZMXRaL2VCdGFNTk0yQnp4TlhocWZBVHFaa1YxRlljT3ZUZXRUakpBckhtcGFHMFBNa040MDNFNDVOQ0xUeVk4WnhGY1Y2MGc5aVA2L0lwRFZMRHQ3dmxxT3FDS056Sm82UXpwQ1ZHTWdyQlBOU3dncE5OSGRZdUFoSVJaYlpLK2hDYm50THdYeGg3T1BoQkRROXdHcDRzbE5ubThmN3JscmZ0T3grWDZHZjUxM3ljS2sxS2dBZkJLaDBLeDJOUWRZY2pyQlVkVjh5aDAzaDlVTlZldzgyYW5acmpNWnVLWkFsNTlpY08ySk1DN2xMTFE1dmpDb09SdFJjZWJnUzB6L3JMRkp4L0ZhWnNlbTd1TTN1R2k2VytLTXc9', '467751097_17985623762753450_4079579729986511552_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(88, '2025-03-11 23:45:07', '17880009834136653', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'BblkhZT11V2dLukbMBoSzWsxVW80TUZ1M0U5aE5USlhDWDJEWGVYYk0zdDgwc250Q1RjdVFHWTJhWExoajVRQXFKd1VibUVpVWxWL3B2ZzJMcmRWTWkzdlcyUXF1WjIyMHNZU3pFY21aNHhwVUY4MUhSdnpCRHFmTkNlWXpqTWl5VlRQdlBpVWdoRmN3OTdYYmRZem12RWE4WER2TGd2ZlFidUtubVJRb212a1ZPMDAzQXcxcFFTVUpkOGx5U2U5UWQ5RzNwMGpBN3BLWFZybnlVUWtBNGFtZUN3cDEvdDlFdXVXYzNTOG1iU2Nmck9wRWRGZEZTV2pqWUtCbDF1WStIZFhzejZOaTB3NTRsYXNxMFkxc3RPSmFOSkhJR1VwQS9NL01nbys4Z0xtOW1ZV3dxTFkybFZCQWFCTDVEcXA2L2FuVVJ2SVF3TDQxamZDL0huRnhBWDRpbEtndlFkaDhrNmEvd01Zd2Z3eS9WNUN2Y25nVld3WnRaZ0VUY1JaM0haL3RaOTRyOFpHZ3oxdDBadDh2eWZLMEVLR0IxQU1HdnVOdW9DOEpETU5BcEJpdjdkakVvb2dMUFBsWjh6d3FRbGFaM3lwT0NnUFlTRHRmV1Q3Rk1kTVk5SzE2UjV4L3lqUlppVi80NXJ6YWxVMWhlSFJmZkdTQzRuWW1BWklLWEZvTjBTbGt4V3dMOThGekluWE1HNHJsb1hDZU9BWVdNbS9wZXFSNFBFVGJpU20xOExvdklMWFFET0g2RTNlZnV5RnpsNWk4VEo2N0FiQU85eWdjMkpubWM4SEpFNEUvVU5aQVpRUGZLMzdXSEdRdFdmalliNy9SSWx5Z2dpVkhERjFrUlVOVEpuOE0zN0dyNnFzbm95bW5KYjU5U1pqUHZsdDVwUFpnaWZMV3BxTitjc2tGN2V1WFZQMENNRWNvQ0F0ZndSdGxrM3dudHFwSVZNK2p5N3NHTnJJWGsvVm13MXZZS2RmMDRWeGN5SWFsbTh6L1RzbUR2N3g3RVRCUDlncWU0QVIyTDkwK1FCWHVDT0lpSEoxamExN2k0NWxLaE9rajlDY1RmZEZnY1NaV2hvcXVIYW9hYVRrSkZJaHh3OGE4cHZLY3huVk1YWmw3cGRoR0NlVGFOYWpjNlhxME43eEM1elF2cWpJa1o3bzNDSXhVMTF2UElKTlJySkRFTDJES1BLVG9USVZBU05kMVBkVVdaUHNRblJBSlUra1FhVHMzdVRaYlFCbDZNWGk5S0pyQ29OMU5yNXlVeWdPZWc3MEc0Zjg2ZlE4c2V6UGo4YU9WaUIrL0hRZS9hc0NQbWRwWGNCN0Vjb2JXdlczMEo5aEEvcHdSdEc3RVJ6Z09BcE5RTXBWeEJxbWNoQ0kySVFnZ0FNNVREWjFpcEpYUDBWWjQ0bWF6UzJDaTB1M3lrbzU1cmpDRG44eUc5d1F1OGlzTy9HUGZnN3lDYlZxaE51REdQV2hzWEZKUmd1eFJaWkRISnQvMG5GQzd2aGt2OVU3V0RuNkNCMEk3T0Z4RU5xcFJBVUpjRTQ5dEVndldpOVJCRzVPR2d2UjdoT00wRjY1OXVLUkpIUWVjQ3hEOCtDaXRza2lFRHlvRSt3cW1XVGFzMnFmRkh2OGdXZWRFc0kxaFN3UlFRMTY3b1haeFp1T3FkL2JuQjRxbmo3Qmp1dXB3eUZGYTlCd3hlODVPRExzVXNlRHNJV0thTUR1ZHB2YWQ1Y3h2U29oNjQwaHZkVW0vcC9lM0lnVEdMTmYzbVhGbEtVM2JwT3NFVFlldGZ4TUJyVnZIcnE3Znk1NEZFcFVZa2FlTlRnUVNvYmlnc0Q2RHQ3MGxxb2pHMnpObG1VREVoWE5sdExRUGNhYWxlcGc2NTRaUGdGczF5SkVmS25NZllZYTQrWTZpQlM2V3lUbzNaZnJqQVZRTWVFKzR0YjRCKzNtOXNzUUJ4U2FxbVl5azIzTUc3aEkwdnRxcFB6RlpRb3BNd1Y0eGxCcVNkZWhqVk9iaVp1TEcycnBNRGtUK1FZV3UvNlp2djlWdXFXdUYvYXMxSCs3a3VIWFMrbDNBQ3NoUnlrOUVjbHlLVnljcCtTd3kyQ1V1WFFYK1kxN0tuL0xTQ1Nmb3FZL0RQc3ZITTZMdUxUUzZyQ1FnYzEzOVR2N0JMcFV0aFJqQ0JjaU14N2RlMWZCR05xY05zUHhsSDBjdFBFbTB0ZkpRTERqTDJaWTRUUjRzTy9XZTRMcktWSzhjNDdCR2MvZk5KMTFxeUE0K3UrTlZQeVQxZWM0ZXhSeVpUc0VGMjNET3R6ZFRvYVBpVUQxeWVVMQ==', '467715806_17985623765753450_3059011627524945639_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(89, '2025-03-11 23:45:09', '18033825587008478', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'xYBOYkVZ7MXkfqFpFHZNnStrS1gyZ3JQS00wUEhmR3Z0d2JLVTUrL0x1N21CaUJvdjZJQkhVNkRNSllEV1FkM1BxQmxzMXZlVmYyaXhPQXVWT2lodlpDcFAyY2RGSUh3NE82OGtQK3gyaWpnbWdqREFuL0dpSUJWRkVjZjIzNkZPWDFaYWxWNGhtcEowb21HeURsZzhEV0F2QkMrb2ZUVmFyVG1QcGl1OENLUjMxSUdkWStVYUF1R1NhVTlkYzNjNE1iTzZub1hUR0FjODBFUlB0bkVQTlZ3NHRQMjJuQWdoMTNQbk9TRzdOK3ZhUVRQZzZ2bmhVVmRMVDN3Q0Y5Y2JQQVV2bGV1QXdzV2M4S1hTd2FpcWRsZFk2MklKQVVPNUdkQVBRSGR2TElEZzd4VE9QTjNRbzg0UFoxdGUyaHFISGNvWDgwRDJ2WVFBcGNDWGV2OWtXanVqdk5mb0dJUUE2K21xbnZPSkN1bFZSZ3NhbFFZdzRjSkdwS244QzdNVGQ1MGh5UTVNOHh6UWswQUpCalQ3emtzQTFCYVVWMkEwamZXRHI0Z3VvQmR4d0VteVlKNzlGR3hCcHNvRlRCZzhqNFJCaTU1dkNKUmtPNG1YWm1LVlA4N3pKVXZwSkZVQzBiNzI2Y2NSWDJPZkFqVUZqL1JPMyt2WDBsVC84YXdCZktObEdJR0hnNUxsbitRbHFPcW5xaHVGQjV5RU8rcFdtRlpLZnFLUzZTbnp3QmFyQUxBMGJuallKTVk0SkZZazgrcHd0dHcvZElBbHFNcFlUMm1mVEI2Q2sxeHRGa0NNdEl1Zi9MTVp5R2tJU0xpa25pbVhXMVJ3VWNhTnA3bmlEcG84Z3htOEFZTnJpUngyVWYvUlBYckliTGt0amkwNDN2clZSZ0NQOEpvSUlJaE5YYUx6TWJqVGhRRHlFbUl5dUlKUjd6VWRpdzJIdkNsdDJKQXp6U0tnRVdPL2Y0dHhNSHc3dnFzaERCbnBOZGQ4V1c5NVFXUFExeHFBeWptckFmbm9mWm03WWplTHN6U2ZpOXMzVGxtWkkvMXFPbmgxRWt0NzM1U3YweG9RZ2JUYjN4Y05kam1sYktlOFZPc0R1ZUUxYlB3NXZDS2lVNDl5b3hBUVJ6VXBTdGM5VnEwVUFZdnovWDQ4L3JMaE5rWmVwemRORXdpSTZDM2xCY1U1R3Vha3VXQ09LSlFsTk8xSVp3bnM2eVF3ZVJtYS9VL3dWYThKVWM5T1AwZUNkU1pLTU5lTzVCQmh6OTF2bXdUMVd0endPQXNKSUp5SXcwUCtraUZ1Y3pTdnNwNjk1eU9VbTUyUEdWeDU5THFpZHhWaXB6Z2xXMHBZLzN6b1llaGVZZC8vYStqQ0NyVUhTalBzejA2SUFVTnM4anRxU2FUYUFtY1BRMnFaTE9mS1dwUGdiRk41RjcvWnlxVWxEOEY0cUIxY2Z2eElIWkFGY1pXSWVQelJvQVdNbkV2Zm5WOVlzb09rUnd4c1VBMWI3d2xPVnVGTlBjcUFFeXIxMStIU1dKZElOMENOS3Z0VDVTTlptb3U3dlk2cnZNQ2FUcG5YanJjRzRnZ2ROdzM1UlRvWFdBemxYZm9wUmVUUVVyMVRkVmgyQUxXZkxTZUkxbWZuMUdmeGw5d3MrVnliTlUvWlZndXh3QlFJMVlHbmx5LzZtcXNlckxyb0Q1RXYzYjYydjRHdDl3WDNKbTBaSzA5SUNsNmxMY1QwUUdrbFdJUm1tZXkyamZabjYwenBEMDB2aG9jRTZxNHNFayttQW5CTkgrUUxGbVRzdkNTZHVPQ1c2QnRsQk91MUFmK1dCQk1CUDRWUzk1czlxV2M5ZjhER3NwR2NOUzlSMCt0SlZYQ3dLeWoreUg2YjZYRTJBTUd5Ui9rSEpwN05FV3IrRDFNRFV0SHdhN2pZUzNhdkpWUlNxek5qSGNaOWxZaktqZ3cxekcxOVlWUFJhOFVVREFRaUE9PQ==', '467912880_17985624059753450_6927541264155957142_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(90, '2025-03-11 23:45:10', '18057947530685553', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qLLoKlB269bX4ya7sX9RsWhpbVZPakFML01XYWFUTDV2Z3d1VUxxRkhleitvdHlUWmp2NFUyNkhlUzc3b3lHdzlDcGJUNTlmS3E2dTNyUUhsY1EwVHR0TVZOdkNqbzQvai9ITDZ3OEdEc1N2QWpCOW9qWEIxcHRPd2pwcTBJWTBHNWpTZTlFd0pNZk13aExicU5nMnptZS9rZzNHcTMzRjZVTGFXdGduaXJrdFFzdHVXWUwxYzlaY3dyeU1rSmVCYXQ3TE5GZGJJZk5NMGxqTXVkL3I4WE9NV0xlTXVMTFk1MDd1ODZYNlZMNktLOFZsRDErSnV6dVpScm1Ua2tteUdSY210OCt2ekVSSkU4SG9hTlZhSi9CTDgwQVlHbitCb25sNlZ0U29yZFRRRTAyWHhkRmMxMEJnd0M5b2x3ZkYveW5XMHliWHVtYW1hL2ZsVVo4cmI3bFNsRmx5WDdqazRMU3oxa3hIbEtGSFpzaEk1YkpiaGFuLzV4ekM4MTUybkpWMW1RY1ZZeFVWeVhCMXF0eVNzV3dsbDdXMUhLcysvUGlvcG9vSEtzWkJ1eXk4V2VrL1J1MXh5d0ZGdmdxdkFoSW4yMFF1SjhZK0gxdG13dTRyQjRJbjZaRFhHc3I1N1JCb0JEako4bVdhWlJJNkhkcVBkeTUyblU3Mjg2ZTVzb3RoNkNReDhzVmp4dkhsdjdHSkF5enJ3dFQyKzJEdkMwWW5iZmFzTCtsSml1OFFqWHI0azBDa0M5a1YxM3VuSVFqVlE1aVZpOGk3OWh5cnNnamJEL2FXYlpXTngzZmtIRWtiSEVKNmYwTlhNck56R2tQUEtVNVVDd0tWMEVjWGpKRVJudFg1c2NFUHV0ZnBpSGl2d3V4RS96ekJJWEdrRTQ1NTVQR0x5UllZbVh4cWRUVStISjdWekNESU5Yc0pZOExYOGpUSWRid2tqR1FZWEYrVkEraUR0ckFqeTdneiswWnl0cld3SG04RWFkTFZwejJNUkZSYTVNclIrM2NjaG9HT1prSy9SYVA2dnl4RkQvRy96RVhtTElrOVJTYU9WNmtkQS8yZzE5MGs3blh6VXlhb1kzTzA5RVZXMXc1WFNOWEJCNkdDUkdleFNVOFdFYURPN2JwMjMzSlRHT3pYV2Q0Sm11bVZ3Tkh0aEVmejFMWGlHandQYnFDbVBaT2MvRk1FVGRiTytabWVVV2RROEErR3NBTEpXTUROU0tVcVl6aDlMQVBSVldKcFppWGpmbHVSTWZCaFhrQWNuMHh6bm55OWdTTW1RL3dEdnAydjl1VFRZeElsTWsydVk0cE5MZzI5S1pwREZpVkw5bHkrT3c4UlpTSGxnWmRYSW50THNISHpwWEpwK3ZoSllpR0htWXMxaVhDaXMvSFdtVStGcURZZ0ROUjF2Y1BvY2svemNZWDlpN1VwakdEeGVLVU9lRWdhSnl6SVIxZThJYVM1SkQ0dWVYRlBMZWtVRExZWlRIYWIvcUI3ZGRJN2Z6VXVuOGptbVQ3aXl0YXlZVVVVeGRwL05XSjNrWXQvZHY4azdHWDlBRVBrYVhYZlFqV1F6cHhtYStGL2Qxc1FTWkxGWEJ5SFo4dkxnQVhsWlhFTEpWU1cyOHovOXU5QklldUhySnYvSmw1Rk1TWnVvUXdiMUliVDFOMjRuZ3gvVmg3b25JaVBqaG8yNExacG1IM3JtYkdRb0FRYnBKckltN3lla2xFNEt4UFRScTRTOUJ0UDgvQUtyQ21CM2x0d1hWOGQxREc2NUFEbFB4ZDJCYVg5RG5MdmluYW1QL2RYcHBUQ3NmZkhKOXBHMmg0UXZ0MUVKczJjYWdNUHV0TXJBaGM2UjVQa1pobU9BekE1alpiTkdNaWhESWJUT1ZFOFE0R3lWeDRTVWpRck5BNTRndFFJRXpPMEdIRmdRcXQvbmp1REh4aFJMUVNZelY5TUEwZ2ZvT3FsVDEvM2NUU3V1YWVYTGFZPQ==', '467869004_17985623786753450_4321606168858557622_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(91, '2025-03-11 23:45:11', '18050272309928285', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'DRroqHUC4kyOG2GxCL35PU1yNFg3TDlId2pGc3BRaTRpalN5N29jVndtZzVkbWF5SkV3eGR1NGNCeU5DOE01ZVVIV1V2dFRNbEduRkpYcENoR3V4bFpXTTBQV3F4b28zakYxS2EvSlRkMm50R0pyajRHZHBodmtSeGkwMUtxZmRqTEFBVTNGTVFIQkltVkRqMy9lU1N4Q3UvV0MvMklqOWJNUHBBaVJhbW8wNmJvc0dML0JybkNsbTJRdHF6ZVcvbmRZSEErOThhcEFXUnlYazlQUG9ZaWNTWnJ2eGdIWHkxcFNHWmtZR3ZNd0VzbUJ3Q3FuOUdaSitDbFFMdU1KSlErUzk4Z0NmUTdhK25od1pYS1pjaHpHemw5SEpnVTlPTjVzUW13bFp3TkRVd3lEUW53S2M4b2VEa1FmUjN3ZlRHNm81RnhlMmRpOVhHM1cwSHhXeFJzZ2VISE1WMXpuRFhKME9Sa241Q2RKUGRvcVIxS2hMSGpxR3hYR2dCZkJ5NlJOS09zQXVXczIzam1kTElWUFJsTjArVmRKL2crOGsvYlNNRFI1c1dTcisrbUVocktpUklYVTVGbkZMdUFFR2JTUzFoWWo5cHJtRzl6bnVOa3ZxTFVRSzRtSk9wbW5SRk5zL3l3WmZENXVIajBFaTBCZVJtR05rM3pMWVhkSjRUWXlON3NYeHU1R2RhTjl0ZUNvb2xRM1J6WEZFbXBrZzZBVFZYMVNpemZnalpZNEsvUisxWFR5RFNCeEMyNDExemFSYll1UDdxbmZLeThYREdjS0hKcHdNZnl1VThnUGQ4VjlqODUzSFprWC9lT0FlRDBzODRJREc1QjVSUEw0NGlZcWsyeHVkTWhZSGdOUU1mTktEMXp3MmxNNmJTUjhia2hJbWV5QXNJYWZ0UWRxRVc0UTNKTWVxMEdMR0tNMk9DeHdsTUs3UGZVdGNtU0krYWJpMS81S3RjV2pDbUYxYnpwdFlYM3ZweFVoSXdjMFQ2Qks2VU1ncVlxTTlRbGhBWmZCVjBjMElIQWhEMzRTaTJOTUMwczFLSHV6V2xmaHdxQXFzQkZodnJTakk5OC81c0twQ3lNOEZ2ektKVVFXTEdIdzlBUlZjQUNIYjZaSHNYeDd1QTFIQXhMa2psY2Z1bnFiMVNmbzVPYjY1WGo4UVZrMmI0M1JnSEpuRlF4VU5rbFdGSGhBWGo3d1k1bmNlbG9FWnczNVNiOUxtTHZSYTR2VEhHckpoak02c3pnSCtHMDJqQUFyWFhsV1RyOVg1cE4vT0N4Syt6UXp3eUI5Y01KTnVJVlp3bUdYYm1USnV1K3RoM2pueGd0QUlkcElBQ1psaWZJaXdPdkVpNjgxZnNBQVV4YWtKekdLa3hSNXMyVElHejN0WHltcmpxS2grbFhseHRZOHIvN05QalI0ZkZZZ05SK09rZ2pmSkJWZHlTUWlLY0M5YUhqdmpsWFVsSEpFcUNXVnhOTFJmV05HMUlPL2VGQm4xR0JJcEh5S0tyRnNwa1ZyUitVVkRXdS9JSFVIclpPSlp3VFEyc3BuOHlKdUdEZ1BJbW8vM01sRFpuZDdTc3hOV2p0WVZkc3FRVWxleU4wU3NyZitSNTZueXBWSVZpUkJpdElJSFh2N0ZtZWZERHZQaXBHcERNeTIreTFCVWcwc3MyMzFydkVvTzJMN1MzbVpDY1lrRkRsYWE3R0pLU1ZLK0FxYld3VGxpc0FSalFuR3huK1hpeHN5TjVHQmZIbzNkeWhRZ2NqSTZwejRqL01vTkFGajZtUVdKZnVzR3lIYjBJVWw0Q1E1ZWZnUDU0bUEwejA2S2VpT3ltZGdGb2JEVFVSaytCcHBud2FtMCtSRE4zL2tvd2xzZ3pyNWRGb1lmOFlLeFpzK0NadVp2b0xuRHBqOHZJcnRyN0U4TGh4bnRQY2ZTMTVpWGszRzBFU2NuelgzMGVoRCtCeXpETWdJRklEODRVMlJLaGx5YnVyMUppYmlLVTJJaEVXZS9TWmJYYWxDeGJQMVoyYThKWCtnbUlHcUtwZUpHSGtDRVpQTk9MK3IyaDNMeThrMzZlaFhRWk9CZjZKeUpBZ1QzdlJOR0dkMFh4VDZtUmFVdmxTVFRYZWZPS2lCMnVhSEFraEs3ZTJQYnd5WGFkUzE5RXJiblVZYzNQT1VzbnYwZlRzdy9KNlFxZk5seTRRZUQ3dkg4WlI4MFJUUCtMa0lSY3pvZzBjM0Z1N25GTEo3RFppbElldlMzN09sdGhWa1RRdW5OQzNnMzFXelM4UEt6ZUhSWXR0UTVlUUlPUXIzZFBtNFJxMXMxbkZ5ZUEwN0JTejdpQkU0SzJMcy9wMUxDZlpjZHozN0tKbWErWHVQMHlZMnJKKzlZcC84NzJEUlkvT3hCd0xjV1c4ZUFmTUxpRmJ5amJpTmxraGI0WjkwNnZPU0tONGdrWk0wWVJzTFFUekp4a1hkM05iTW1rS0E4QjdYRHpHQjFsZmdwZmxodzBPRVhOWlliNnRWWWllMHp0aU4zZTk3SU9NdEdoY29zcUFVcC8vQUhCQWlBc1hTSHF2ZDZHRTQxb1FTSnlJUjVjWjFTai9pVDErbmRSTk5RSnlQWFZTaUdITjBCYm9VSVg5UEZ1T01ZcXlzOGJEdmo0YzRqZ010VUF6L0FsSkJvb2FSTk84empTSERvcldZdW15enVVbE55TlZXOWNSSmc3YTlxcE5ucmhYWTRBeWlJZHEydEFZSzgwWE4rdW1kc3YxUWdqVE43WFE2YjU2cWlxNlhDUDhjOC9jK0hEZ01DSzR6YUNJT1pzakpick4zMWtNK3IwdzFmQXdOMkI3RmFDcU8yWGxDOFQ4eWlJakdPR0hncnhWaUt1RjVkRnFXeUloZlQwRzMrYjBsVzJTUmZFbDBTWGhEZmdYbGdCbDZQUnNoZ0dGVmpvY0lUNmYxdFR0UEVJZmJGREJXQlNaVmc0SzlvUDE5NzJvalFDc1ZmTEttYmVMOGc4VXNIKzJyeTlYZmFRM1JRdWJ5TThXdTZ1dXF5cysvRTZiRWJwSFpUUTRGNEoxTkVIZGU5STI1dkJHVDdMcWM1MTNQUGRLNk1QKzlyVVJtbzdZbEdxMzBBSC95Z2JGbnlVTlgzYWdxY1JQRjR1ZlpTZW50TTV3bXEzQTl1bU90M3VDOGltQ1p1L0x5WFdkOXZ1L0lGZ3dRcWVIUFNpS0dseXBlNk00WExtMWpVZXl0dHZIWTlacmNMYkdzaG51a2dONDhqV1ZUQ2JVdWs4WkhPZUhtRllSbGh6NUdmUWU5bmIrS1l6VUR1SUtvZExzb2FwbTc0L1FwN0cyOWt0Uzc5ektrMitJaGo5bWlGcjdCc0tMNXN0OXQxUFBCNTZQWEJITS9oVHd6dkxNYlNSL1BwdjBIOG00aWJZRE5TSnpqRGZqN2ZMcUtzd0ROSlFFUVVjREFkMURzZ2IxTVQwLzdDYTREc1dYKzljRG9EQ2ZjczZDUGVYUUdybFY2cCtFdXNNK1BuWUx5eWFCbnFUM3M0QzJDdHhlV1RKTkhyTm1QRENYTGpEeVNyWlRhcXc1dUJ6SGNRWW9VVk9lcXNBZ01BbTBSSlhwOEFBUkVQZi9WbjJMbTRncVB1VEVoZmxabGphZjZ2Nm5hN0hVUkRnNVNKQVNlbE13bkh5eHVHdG55NGxuRnI3ZHdLTU5CZWhaNHZtZ0JoZjhwa3JTU2hWZnpSeTkrRHFBRU5zdkZlaGhiS253UTdLVEtaWVFTZ0dQMmhqYVAvQUdkdXpYU3h3Tk5NTkprQWdOZGs0ck13UXJtNUQ4MHMxckgvZnprV3cyNFNUYzAwUEV4RnVrY00wOURCSW00SC9zaFRscVhhdC9HQ3NhbkhxZjVQbWtYWGl2TXlUR3BHR1NLb2lUZ2twWnFNaE9NN2xBUU8zdzYyUGFkWGo5dHpsZXNaRWQ1ZkRoVXd1YlRGdlFOOEYwWkxvdXI1RHZXaEZjR1YwQW0yQTJKQUZub3dtVG12S1c4SFF5SlNSVDB3M3daZ3kzVXhXV0d3WG9TQW9sWjZTUkpUSDEwTWptNHpvZ3FYMk0rUE9wUWgyT0FkUFgxVmhxbmkwUVJhRmJ2WHlaNlJZbjBpbldRYXhvYlNHT2NlaE42WCtudzgwVjA9', '460723621_526931366547868_7440170666645920190_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(92, '2025-03-11 23:45:12', '18036867725169746', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'iyW0vfUERpiVmUPfAT8BV0dMcGtrQjdRemtWNTdkckVWZ05lSnNmUVpsWTYxQWhHclpPV1NJK3M3cVFGTm8zd0hsTFN4RU5GelRPWTZmOFpMQzZ3WmEzS3kvOGg1Z3ZuSzlsM0w5dllpWkppL0hpYlNtK05OTlpFMWw5ZS9sdWt5TWJGdXFCbEUvaFJYT2VkN0kycWlyUHQvcUM3eFJGV2pZazZJWmwydTZObHVqbVB4d1pNa2Y4cHM1K3BqclRaSUlKVGlQSzNrV3BSMURrY2hhektGT3A2RklBL3AwZjkzaDhoRzhUYVFONVQvR0xJeENKdTN2bWJsMFB3Z2ZkUlRnMU9PVWYxQlZGMWU4RzY1K05YdkE5ZGdRTVJjdUNweFcwMHpRNGRNSTFOZE40NWlQM2xNbWlVQ2JLeVBlems3MUMzZk1HRXU2Y3o1bjFGbGF2dHZ1RnQzT1JmRE9vZFgvMDhGaUwyQ1A2cG9GZG1GVEc2ZFNyU1VEVFJKYW9DSFYzdU9MT1JhanBwc2QrUWcraEtSdklsSEwzNjBpNVNGcUZvMmJmY2MwOWR0aFNuazgxWXEwOWY3MytKcEx0K0c1cXpNdHV4azR1MWtDRkx1RTBTeFVvY0wvOE1HNEZEM3Y0WlVzL1ZEanlSeXg5MlZWOWxPL0xoZjJtS09NWG4waytkRmNrVUw5cURROGlBL2VkL2NIVWhkbExJemZxUTlJTXFJc1k4dk9mWGE2c3R0UGF4eDJiTUw0dkJnOUt2d2xpaWY1WnY0ZGpFWHB5TEl3N0g2WkpkZFA1TWsrNkJyaHlZaTdwek9PbEc5bHpLcFp0amM1UWxUQmsvQWgzZjRIS0FTdnlIRHRQQWlkMk9mSEV0ZXZ0ME1OL3RzN1BjMFBraVNwMlJCTjhXMC94WndMWVNSNmNnR2RXZ0hNN2xqbmRKNlVkd0RHRDgwV014Um1KMStKSEI3M2VNMDBHYnJHV2FhNVRQSDVacXN5TXVONG1nMWlsL0hmeGJKN3kvbHJMNndmMlVmcHlJdW9KV1pmNExVUGNaYmFXWGVmbE9pa3VweTJEcThhSUtMcUhJeXo1MEIvRm43czJIM0V6OHZseG56Mnp1RTRvYVlBNUxhTksyUFpBVVdZUHRQZXNPTUZNVHpCbkdobFppZ1l5T0RYRGR2aWZQVzJTQzZGZjlxSGRtdklKYXRwN3VzVVlXaUhFUmwyeVdzMHpMTjdSdFFPa1FZK20vS1lielFaNzk5TkJUZDg0WkVSWHpwUmdmaGdoWTZPMmVjenJROFdxUzROdWZMaVY1Yk1SOEEzNVRCY2JadTVUZjR3YWp0eHBMTkg3R0lmTmFtYzQvUXNzVk1ndEMwMkZ3Q0pQZ05KLzd6NHN1Q24xU0pPc21tMWhydjZHV0JWcUtjZmk5SHJqK0ZOcmt6Z2g0YzhJd0YyL1Y0N21FOUQ0WElPeEp2UFRvR3F2cmpLVnZYcFMrdlJvQVJta0I3MnJ0NWx0NHdqZTNWZ3dCNEhXbDdiYXA4c0sydm1wYUVBSndUSXErYXUvL2t4aXJHTjZTb3B6TmRMc1ZEVHpvb3VmeXpCcmo1dTdDYzRrY2FuR2phVnhOdkpEUHpEL3BYSktxRE16R3NyWHlIaU9ITmc1R1ZwQmpPVlgzK1FFRlowVE56V0dlaTFNZGRWdlJFNG50YllJOEl0NWRQTzE5ZWtueW90ajNhS3AvbzE2SFRJMi9YYkp2Q1JkTmJxcElHOXJCUmJsNEVlYXhNNnpBbE42cWxVV0hOdC9vZm5kZ2FDZHBhWWk0L2N5T0hvY3lueGJicWlWMG9YMXZzNFZ0RjUxQW9MUjBudVZEWERjdmRwVVlzcFRKZW42bVhja3ZGcFBvRkFubFZTejNwR1ZHemh1QnV0dGNYUW1aUnlIQTN6SjVaeTdpTDFVYUM3VnhzWjBqNkd2cFlvUTVOTVlkOEdVOEF4NytvSm1TUjdTSExFU01DZ3RlT0x3b3dabVV4ZEg1T01NSUQ2RUZFWUMydTBySktlaFkxYlR5VjF5WUtYU1dGRXdibnVRZkZmUHp5alU0ZEJNTytOdy9lQ3BUVjhRN2RtYXVaVmJ6bDZtdHBqTmE4RkVPZVhUVlBHZTRTbmxYZ2luM1ZLc2paNnptMDZsR2djS0pDYW5kY2ovWnhLc213RTlUcE10S2lreXJnN1hUaXZ1K3BuZURBT20rQlJvT2FabFVobm1tNzAxNWt2KzMwTlBMbDhhOWtXMjZONDBFVE0vR0dnV2ZKZzJ5ejUvUi83Rm5kMVlYRzB4eXJWU05MRlJvRjR6eGRac1JCSytkb2M5ZWpzSk1XRFVtYVRsOWppZlpYbzNFczJjekZBPT0=', '467730116_17985624029753450_5565232601688306273_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(93, '2025-03-11 23:45:14', '18052275841878119', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'CHFx4RwQmZ5VZSMMZQmPxkg1ZndoOWFCaGVoeFhIYVZJM3VzbzhGa2ZVR3JrdW03WGRaSnlHTTFCMExqV3ZJYmlBL05zZms3RDQ0SDdRY2NBN0cvcVJVYVVoMFdVK0doWFhFNmdOeGQ3cTFKZUFYWDBNL2dnQTdoQ1pvZ3E0eHo4aWptTFozdldmdnZ2TnFqVjMzQ2kzZGQ5QXNXZWNUTmtjS3dGMEpaL2ZBV3hZeE00QngyZkM2THo0WVkwcG15ZUFCVGdKSjkxUnlHSnV5L1ZBdGpWdHJGelRCQTZ5T1UzZDJBOXJsUSsyTUZpYkJJZjh6amdhckMrZXNTTGRQc2FBWWtpTTVKZW1XcFJlUUd3RVhSRkNHaThwUllZWlExTzJ5elRrTVljRW5PU2lxTnBQL1A3T3JSQ2VJQlVDTnlOSWxUcldobmlObFR3STNiZUhaTmJ1cFRPVnRqR05ORlgwWGJaS0hxQ05FZ3FRbUxxeHdQb0I2QXRPSks3Q1IrWlRhR0lXU3pkNXZhTWhMT1FpRlZXL2xaY2hRSmM5d1pRY0lhQjlwWFRIbnZOYnZHMzFWa3VtRkZUdC9GYmQ0WDF0TlJ0YXVsUkgrdTVGVzZlQ1MrbUFVZVVtTXR0cFFqb1dpRkM0OU0yaWFOaHZVaW1UVFVXc2RqOU1Kc01qQXg0aEtUZ1FOc3I5cjVmYXByMEJ1enhzaDNIZ3JYdnppMDNwZGllb000YnEvL0ZMNDIwOXVqQnNXYzJCajdOaDRlS01JWGxWS3F2eko4WjROTXJmUnpHU0ZDaHVld2E0cElXWFJ2TnBwR2llR0tXdTYxeVFXTC80MFVoTkZnRmw1bE1SYW9SM2l2Q0hyK1hIMWZZUEtLSUVkdmg1WHRuY24va0RKNEFDZEg1THRoSWZYNWVscUlEZFpTRkRmSnNCWFV3OWQyYWxmMWZ4S2RTOUZpZXlOZnk4QStyT2tadGEyKzArVFFPd1B4U2VCa09sbkpQV1FBMS9yRTBOdzVXcnRaUHViYkM3bE5iNmJBVFpqa1RxaE0rWHJqMzJWR3VkT0x6WU1LYkZhYzBFMDBXVFJDdTZvRTMxVVB0YnpYUlVzWTR0MllqZzZuOVpLbE9ZbFlHcVlla0lYUlNTWU1mOWwrd2NGN29CYnNUTXcxU0tNdkt1RHlSWi9KRitrdjlhQ2ljZEsvdFB6VDZCV0pYbk9xQnpCSUsrWm8wOWs2M0JwRkFBRWw0UnZIbFVsRmdVdlZoOG5qUmJjS3FzZWJOa2RKT1NvTWd0UFN5dHNVYjhuK09mNEU2c0tab3JoUG9md3RIb1NaM1FxaFRXbnRjNlpmRk1oY2JFdGFJY0VkZVpPVm5YckJoK1dSV1NTNVVDS3RvMTdwOVFGSHI0anpHUGtVc1J5VHVYbE04MzR0OXJ2Ri9mNFV5MElhL04vdmZDVFFqcTJUZXNzU0ZJdGZWdVRrRDExeFpUV1dKNlA2NElMUzB2Zk5kUFUrU01MMFZxbGN3N2tiTzBvOWZGWlVxVUpwbHZNWFNUMVNhSXFoYjJXMlpQNlVCeVZxQjlrR09ZcU5JNEVSLzd2YUJ6VkpSK0loeGNEUURqY0tJYUltOXlBSEhtb1ZLMzlBMG9WTXJ6a0pCM0RPM2dDa0R3WEpLK09ZaTJlVnVCYUY0dzhudGVKOFpEZU5HbHA1dTF6TGU2OFd6MFNFTHg2RkF6U2pHWVpxWlFPYlNLQ3BJVEtJaURlYm81YzI5ZFZEQy9EdzAvcjJyK29EOC9iVzEybTNIQTJHeXR2N1RScG1aUGlxU3AvTjY4bk5vOENaTk02N05RdHNLNk5zbHh6TTlKcTMxb0U0U3NicU5ZZHFwQUo5K0IzTTRuRFBsbTBZcHVZTjA2WlVOY3ZGbkJKTlRWN1FoaVIxU3FiVlJueG4zTHNaNWN2enk1UUhaSXVTMk5jMGxHVHdGUFFSanAxVUhHTThzU2ZiWG5mbHduR25wSWZjL0syRlY2TkRlUExRSm00NE52WDBuSFJkUjJ2d1I3cUpoeWZFUlZkZXV0d0hKeUs1NS8vNndkcUR4eHNkMGdIZUduK28vMWU4Zm0xVnNlOXFDaUFzSjZDODhhbVd0RG9Wcm9VWmZHWVdUQTI0NG1zb0hYbDErUldvRVQ3cWZEQTVMK0N6c1JjcWZybUNRNUxkSjRRbEFkcjBuaVdha2FXMXJ1TVg4VlE0S0QwOHRabHdrc3UrcEJ2Q2FMbUFsNS9INXE0Q01mVDBwVUw2WGxEQ2Rja3ovSVVETE51VjRrNzV3dzlyRktiNHF5dlZSaTA2ZlYybw==', '460841955_17977562549753450_7587495098864646500_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(94, '2025-03-11 23:45:15', '18058880665707339', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'k8R/RutTEniunhiX+9KtJUZjc2pyaEVzZDRWVjg2ZkdSbGlBdVd5US8xZUJHd2hrR1BTS2hvTUFVdXY1Rm9QeWxTZXF4YUZuQXZKblQ0N0xqdFhWVHJkL0hVeHo3YklqajhYRWxyZTFOc3M4TTFLVThOdVlzRmV4M3pTR0FEN2IwR3AxUjYxakMyV0h2M3lMSGUzZy9GUE1FbjU1UHAzMXYxaUY5ZmVIOU5ydUF0bkJSVHVpY2RaR3gybFcyaDQ2VngzWDNaOUZLSXo0dUxyTE1iT3Y1ZEloclJiYWkxS1l1c1dJeC90Yis1SXErNkF0WlpUdHZWUHdra2ZrN2YzTksvaXhTRU5YSEZpZ1RhYnJEL21KaXhPeXpUSmFyWnQ5bzV2b21Bb1BBano1M25RUEJnNXpEY05GTGMrcFN5WkFzUGxCcmxUUXptU2UweGxrL2IvVGZTM0V1TENJdlpNbVZWSXpQLzNsVGpaczBHdk4waFBERmRjQ1BNOHdBWjZJeWFtaEI0ZW1xZ1gwSFlpWnU0Y3hjdFhUSGM0NDdnZHJWaHJLZGVxbmFwMU52cW1LYXoyMTYwK1h1aWdZTWgyd0drMXA1Uk8rTFlweDJNQlBxNm5NTlZmeTh5TitXbU5UeHFodXc2TklEZlNRRUZzRHA2MHNEeVVpSzlCVGN3ZTZPUTJwR1ozRDNDSTNrdVQ3TVRROVlZS2JBZ1FuUUpWMFAvbEZ3dVpuWVRZS0t0Q0QrSk92NEVvYnJGVlNQeFF6UlZjLzNzYnEyOVUzMklCSEhiTnNjcWNpSU9xSmsvenoyT2EwN2p0N0ljMFUyU0RhZHVoL2RXbW5Pd0RVVVFHRnNXelBxb0FHMzl6YU1ZL3hZQXRnUSsxOXU2RTJVRGwramZZSVFBRm45ZWFiNTVURlI0OTAvYVFPc1BHUUo2SHlFeklNa29ydzZFbnBSTkNqMlltY0RrejR4Wm1FYXdMS2Y1QXI0YUFIUTA0TEQ2ZjBKTG5zSnRsY2VWYVNJN0VIZlRoREJmMGNGS3BnaktMVE9LYklaWEM1emxCRnRNUG1Vd0xjSlFBZWJTVE50V0MvZElsRE1JeUNxUEh4SHREY0RaVDFCMzdQRldiZEUyWFdtSWFLb1RMb2Q4czAwbStnelBrSnM4ODRQczZPdWh2UGxPQVVzZUFvMzRpUDZsbFBqMVJsd1gvZE5oamkwYWJEMzBhV2IreWp1NjlSdU5QRElhbkFQTGNNc1ViclRZSXp1YTZhL0UzZUlJZ2FSV1M1WE9tYytSemVmVmVuT1pzVTdSdnF2ZFB2RmkvS3BTUm1idHBBQ2p3WU9jeDl4bk9LTVBxQktIblpnY1VTL1BiL3ZleVNxdjhNZW5uVWZXdWxDM0puZEpkeEV5SCtQTDZOZFU2d2pWdVNpTlcxeVBFWlJUOXc5dGV6bjkxbzBOVmJERzJYRm84VGE2dnAzbVdWcnFmb2ZqdmMxRFpqYUJJN0tsNFVSRjVjd2t0dmtJZGFFRkVKMjhIOXJINHRERkVWZnZORzlzOGIxV3BRVGU1aW5GdjNxOEwwM0ZLN2tzdjlMRXltZWtZbTdqRG51TWg3SEE3MWRJWVRTOVc3RWlPU05YRTI1bm5hYjJDR2JuNTU0d2NSRnE5V2hoT3NsTHFQeEF3am94K01OekcxbFRnMEQ3TzlZY1BpWUg1eFovQVRWWGtxelJvVktpcDVLM2dEenNWTk5pNHFpM2NMM0h5b0dvUHI4YTRydm00RWlGNXRUUG5WeU1LMW1XdTZ5bjNuc3U5RTVrQktHakZmZkp3bklRblUreFFwemZwblI0N3ByMU1hZVIvM0Z3U1M4bEN5d2poUDBhbElRa0Y3MGtrdXRST2RoOFhJMmFGeUhtRjZuSGpwOG9CMmN6NmNjZ1k2NFVpYUpGQk90NDFITmhNVWZkbG5hTHM3bG1veTdhZkxUR0hXYnNZOEhqaDc0bGd2Z3Y0bG5Ba0NUN2VSdHhNNldKc3RBK1B1aklFRm5ZejVySENiZEc2RGtURkFtbXRkRVJSTUtNWTVNeGd2SFRac0dMSDljaEZjT0V2UFVBYnJ4cmwwSEJiNUZXWVJGTkN6Sm5OOHBBTURhRE4wN0RpNnNlZ1ZyM0pyQlVPdVg3SlI4WkpxYkRWeHlsOGUrOUYxVW0xNm1wMzlPTUR4bmtPbjg4bXpSSHBHMmRRZnl5WFI=', '467722278_17985623909753450_7030676255657576149_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(95, '2025-03-11 23:45:17', '18096720763455170', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+/f5c+eT8bcg2RzExozRCXVwSGZYZHlkQm1RcUhVMW9hVnYvWVFsT1QwaDVCclJYMlNvRDFZUzQ0OVhHU0ZXb0FhQy9pUFZnTzNPeHB3R29EcDlFbW1nL0piY2gwVUtOUWFjL3pnWlU0NDhhREFWU3ZDZXg5QUFYV1lTaVloOUloMk15OWV6b2NwK2hLNE9xaXp0NytRNTVvRHRVQ3JCVkE4S1JWQWZDTm5KbkNQS0JCb0RJU0dLSkVaYWl2VEhqTFo2c2lJQU10azVRKzEvMHVHSzFNdFc1SWRhUmRiMktuLzU3ZFB3TTZ0bkdicnFZa25hZExJVlQwOFFlL0J0ZWRtZnVDTzFIdDFwa2d0TWQ1T1luak1ZZUVTbC9Hb0N5RGVUVFRUTlNkTG9pb2Q2bkM3NkxjSHBWL1dJUUx6NEYvSklKOUpCSWo0SVkzcTgrZ3NwWUJnMEZyc2JNTUZaV29GblpXVEZMdnN1Yk5vZUUzQW1DdFZwNURJRFl6K2t6ekVJK1NJL1JhRnluZVRaWXBtOTZ1c3BHTndBQ3RNaE5qeTFzYVBQeEUxNTRYVTBwbm15OEoxK0VSQjdieHVCWTRhNkNOSzlwUTlGc1NHWERxNnI4Z3dLQTl2QjEyUURzcjl0cGRWcU1lWWdhU043akpjOFE0RXYxWmZlcy8zV01CNkUxTTdSNDhxREVwSUxLaEtSUXErcWlSTXFVNUJZMXlHZVZTS2svcXV2WVdXeXloam9xNkJkTlVsTDM2WU4vZkk2SGNYU2tDYUU3SmZOZnFBZ1dNbGhmdzBDMjZ2K1FCZ3NvWlUxanJsU29UWTZuRkFpdDF5WnA0eGQzbXFQOC9PZHNHS3pCT1BaWHUyeS85T0V3OXMrR2JqTFY4NUJ2RWhDZTJ5Z29JOTM5OEtjUW83d1oyTDU2NVl4QzBDV2JvbytYQmRZQkZwaFo5U0FodzZkK1FCVHZncXY3TnRZK3VnK1RWWExnSUtMYTZFblYyd2JZdnd4Y2Z0ZGpUZHYrblJVOVRsSnJkMHVVNXNnWS9zV0FtZit2amlkZFAxZHhuZXdCSXd4RkNEZ2dDNDlvdEhSQnN3alhteWdTQlJGNEhrcTJFN3Nhdkc2eDlzbmV2eEhBSGgwWVQrVFhibm9jS2tlUWJDa3IxQjdqT0tpelNSd09hT01WSG9UbWxOTm1tRUlOTjNmeFBoaTVJQTZhRjEyM3pqM2pVcWp6YktWK2RMQ3hpbGlNeFVlcHYzRXZxUVJmUUZLM0J4bnlQTEFyejU3dEFISWthTWRPTDN4TnpLdnZWYVdMWEtabVFLUkR6bVBhQ2twenFBd1ZoV01pREhsWE1wOVUvV252MGlwK2JucE1xVU9nU1VsSVZHeTJEcTQ0WXMrZTlVeVVwZWFqNEhyaWtoZDdOT01QVlc4Mnp1T0x2R1lBSjF3YzB3NUVlT1lKaCtRY3FPZ1pMVXlDWmZBeDhkT0hkbGFVb1pZV2ZKU1NOSlVWNjJIOHp2Y3YybU9UU2cvaTNIVEtRTWVXREdUWjNSRVJFRVlEYi9iM2hBZTR0T0x1R2hLRmxLUGZKSStaZENUNFpVclVDK0VtbG95QjlVOCttR1dOVlpIN2pTdFBzT0hELzVhbEk1dW9GZlozZkJld1JCTnY0TUVYL2JZSWN4V09MUWM2aG9pZW9rWmNOS041VURUNmgzUDVsb3lZYmkxNG0wMUhqM25qSC9UcEdMZm1GZUIxbjgrb25zRXZtdXRWWTJmTDRIK0hrK2Q1V20zaWhKTytMVUgwK0Fpa3hqdmsxRkE0bnY2MmRCdDZWcUYvQUJHbXZoK0l4bU1sWFJVVUpxU2RIdzROMU16SGpHSVFtZ3FaYWlleXFFTVZTME5kcXVXcXhiT3ZaV0dEWVpiSjdKY1B6NmNBSzVYNitxZnJSQkZhK05kc0x3ZW9oaHI2ektEODlwQ1IwMFRsV0tSQndBYVBZbk5LNWQ5Z3dPWDZiQlZHdXdwbTJuczBRck4rY1UyR1BkLzA2VUY4ei9ROUpxUEV5WDE4cGNzOERvenhGd0pzeVNBdXBDa2pIbXl4alJ1MkEzUFBGNnlkWFh1ek5qb0Z5LzNQLzZsd09rWE9mRXA5NS9KNlNUSEF1Y01jaDB5bXB5UW9XTTcwYU5ucE1FQ1VibnNseE1RTHZUMS9TWHRHQUZNOXF0RnNGTEp4SkxiWlJ0VlhsVjI1T1VXMTRLT0lyQ3IxdldqZVB2YnhpbGNDL2V1Q1RjaXpiNW9pN2ExNE1LV2ZVL09aSDRVbWVYeUYweVUyT05WOUFwbGVqaGczMTRmdldHOWZsQ0szK2tjaks5TGdGZ2lCMDdXbExtV3cydSs2QlRvRy8xRzlVS3AvOGJISHRhVTgxcTI5MG1RNncvcWpLR3hnK3B1MStZK0lOZDVj', '467772410_17985623954753450_4446547524323625430_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(96, '2025-03-11 23:45:18', '18032752334187150', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kajYTloCazCWyyYOE+qRoHArMVFUTFlPdHJ0M1YrMDl1K1Z1QjVBcHIxQkEyeEhzTWNrR1dYYkRScHdGcGt2aUtJS3dSZGVWWUZzaTFWUkhQTTBxZHFjbm9LUW9CVnR5bDdSWTV4TEVHd0RHNHl5bXcrNUJBODJUN25HaUxZQXFONTEwREhoZGsweWtMd2xvdGlPbHpzSkhBZkM0VzloTGxXQ21GcjhtUEZWbkpwWm1IYjVubVZsL3duQTVKVXZ5K3U2MXR2d0JnTXJwUmx6QnkrdXRoOHkwTm5VV2tBb2M4WGVMdHpSN3hvcnFYaFFuc1I1WUdoUEdGSkVCMVlzVWUxUkQ4dENZNWxlNmxOWVpxNkZxc1ZCaTBtZmRnSXpaZVpHTGpyc2ZJditaK001akJaUTlsdVBSUnhEL08rb3k3SXg4KzRITHVlUkFic3B5ZFQrUEFJTXZtY21GODJYSTJ2K2lqWVQ1Wlpza01pbUxTMExTOS9CRWE4NW9EOStRT2kzSmQ5VVJqaHRjT1RxWEFQUnYxL2t6NHBuWTBNQXlCd2w2cHlCU092UjNJb3RBczhuMmpENFp2T0pZdWxrMHdHRjI4eXJEcHF0b2F2bzBZL3dlTjBlY0xLdCtZOHJWVkNib3FJdkZJSURCN0lGL1JCcVJNQm5NVjl1MUNhK2NhTk9sVmw5SXB1UVJnM2EwUTdlM3NQdUVibVdNQm5lbkx3NzVmMHZMSzBoU0dObktiNlJtemZreXdYaUJGT3IySGdPM0tVVzdPaFJZT3Fic2tIQlR0RnI5UVA3WGE5VnBZSTJDVGtQM1Q0Tm9zZkd5YlV1SFNqYnFFLzFBdlduQkRucnQ0WENtTlRjUkdKVE5OYW1pVlRPdXZJYnpJQ0lDbkQ0a3NTaFVsaGlTT2VSMEs3L052eGx5b1ZHWHRIVFQwQ0NDaDlzU2NQaGI5ci81bk1nZnl4NUVCeWhXcEJvY3NLcHhXZk9QVnNub2QrZlkvYkUxbEJONGpUVUxpQmFSOEh1OVNQRmVaWDFmbTNickRVWFFvVVRtRTdqK3Q1dkZQQlpXY3VSWVQ3SHNVcnhkSXp5Zm55bTNnNlh5UU5ya2ZyZE1nL2tpT0VjUjhRRm5VQjlrWnE0LzJuWEJCU29NdGhQYVBkRDJvMlhlR254N2FqV2crczQwSUFwZUcrNUxhOTk4Z2hjYjdQdjNJUGs0amxVYVIzc2taYUk3U0laVytvRjBmQWdQa3VoUW1pNndCMXE4UytrMU5xZUgwRmdlU2xwSDNhVUFmNjBGZWxoc3VUbnRSZFJ2S0xpUEtiTlpDbS9ySTEvTnB2ZnVQTGJLaHk5N2RxeGJKcWMrVVhOY2dlUTU0Q2R2SzI5ZTBNR1BHMjZpSy9nZUdKUUhmUjZZeXlaVlZTc0ZOd3F3WlFnSTBxekhRTk5xeEdKT3RTdzE4UUF4K3pscWdIN3R2VkRsajZ6N0l0TnN3YUVpeE9Hc3VQb2RpUU5pUFZXSHZiOElwWnFsZ1RzQnU0cHBPYVdVeFFyN1ZMZHVCck1XRHhORk9HRCtONk0xSVQrcmJIVXFTMStoZit2N1RBK3lvaERxbUUzcTh2bmN0T3hXNnI5ZG0raFNxa1BYU2V0ZndzMUYrNlp5SnIwbzVHaXRhRjRGYlJBWVhDVWp4bUZxUGtza25qZ2FFdEFTeWZYKzFzTFRlZTVqRTg1aEJ2Z3k5elk3NS9NdnhqYzhnYUFOUzZIeGlqWmIyb2xmRGpsWVY1dlArc2FJTVNnQ3FYb2ttcWMreHUvUUZLOUE3R25kZjljRUtXV3M3MHBFbjMyZ2JnSlgwQy9aaFNiblE2Q2J0cDVtZnBqL3U3U0lvQmtEd0ZqdmE4ZGpPeFNpZWhCT282RSt0ejJQWml3KzZDTlZWcG5UWTNtOWJlLzNuU2lIa0d1R2h5QzY3UWVpQ3lhdHY0eCtzbHFrU2ovQ1o5M3hoRW9mVml4QnFCa25PZnlPcS8xUjVPMVpQZE80eVU5MmNqOGVrMFliOUpxWWprSnA2NldSbDB1cGozeXBSV3lsK3k4SHE1aUlVdWVac1VhRFA0MFM2OFVDWGxXTFllbVpqaDBZd3BnYUtiNGw1S256dEpSRjVwSHVJVHJ4UFE9PQ==', '459766932_17976808139753450_6664162337794079477_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(97, '2025-03-11 23:45:20', '17985766937708877', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '33YlSm6x94cogPWyEILVp2hwbEQyRWF5ektiTy9FM1VhYTBjMm1SR01hVnpMbWw3YmhKaCtic2tXRytxZ2swK1c1cXE2cWUreWR6SzZZTjBiSzVCTFVkU1NhQVMzY1Y2WTF2THJINGU5QUtuckFrMGVyVXA3eVVEeDdpNFE4citwTURxbnBzLzJ5TW1QdkFKZUEwazVOSXFtdVBZRGJPTTNJYi84ZE5Pb3lxVUdSdGswZ1dFZHdyYlBWSWNMbExiQ0cyVWlpRUgyZXF5N3dwZUtkZkorUzE0aVhNMWxQUTJTdWtWekpiUzIrai9CZGo0RHNURFBsVjM1ZUJWaW1aL2Zrc0tFMTlNbDBwV2hyWDVwRVAyTWZBRXN0U1M0OHlWZmFnV3RGMGw4aFNRb0doZmdORHBrWWhpS0xndEc5YjM0TGJoYTJoZC9ma3VORWQ5RGhpOEljOWhUMnJrazlaQXlJSkpKc1FTWFFYMHBPMUYveFlSRThqQTJZOGlQWm91VGxtK1lDUk1CaFBiSXlhSVAzN3pjN1k5WnJacXFRNzBJSjhwVWZUZEVUZ3FwMXB2Um0ycUFGZ1dFYm5sVXRtMnNZMkgrYjFVTkRmWlRyUXlWZjNXNHA1OHROMjJRM2d5NTREMlBNeXJ2aGt0Y0ttL2MydWhtL1F3SFdqWE1qMXlHbkJLTkZmOG9KWkxZMmlsQS9EU0oveW05Smk3TFduTTJlSTI0ckdxeWJoazZvVzlEL1BCUVJxdFpmTlJVeVNQM3JBaUJzeThCbkhZVDg3WFBiUVNDemkyL0t5am42TS9kSXZUdXRZS01kZFlGcjRjdlhmVXVxZ1NwWDVkS1htUlJldWhhcGJyS0luTnMzWUY1SlM2N3FuRWJ4N1J5clpkd2pGZ0dwcjQydzhIQjZTd2lMOG5TMGR0YjNNaFQzYytHYkQyM0F3NTFaK0c4eXNsVnlvbWwzSWIrQk9xMWpxUmZqWUsrampuVmN5WlJRVWx4T2xIdTh6OXFybVVMUjlaMW5aYW5BTWw0YytQaktMNkRPNFZVU05TbDROMUMzS2I0WjBmcmdNenNWUVZDUlYxeVhaWHhEQ0VTMzJzcGtScjNtMHJjT29IbmxwRU02YUVOcXYyU2xkeXF0UzFJSFRzN01jd3J4Ny9DWGpjY29ac2J4Y090T3lXNTY3SkxVdlh3WnJERnpEaWFOREQ3M0ZvVUVlUzdRQjZFOUppazRXakhCUTNPZVBoMnZJZm5sK082eE9NODRndHhhc3pQa0hpSU42dFRraE9INlB1eC9taVpkazF2bXFSTnZ2ZEREcXJnWVZ2VUtieW1UUU5JUXFtYmU1NW5TelhlKzd2MVNJKzlWSWZyUGVNVGN2NGRYdG9kaDNEMUVsS2tDQnJrbDFyL3NHTy8wc0U2WDh5aDlORXZad0FkcUxlUzF5ZVUxeHVacTI2V3JGZUZuUG83SGdpWlZCQlo0eWtZVDFCR081cEhtUmNYYm1zR2RhQldoRXJTbU1rOGlYTGpVMXg4dno3UjFRcUNEdVJwKzF5NGxyVEQzUW43b29TckE2b1JlbXNDbjVCUGE5UnRCRlFKd0RuVzN4alRTR3k2RjY1cnFzU0gwN21LMzZ6NzhxSlNmT05TaXJBd1BhbjNlZy81WGx3bVlvRlNjWENNUjR0NEt0VE8rbmVTclAwc0tOeVF3K0VSNVRiYzBra05iNmtqakMvYXlMM09XZTFpdm9nNnFMM29lZFVVUjh0cDJJOUZUUm1mREN5dHFkTk8xai9MaTlyeE9ZN21BWE8zT2dIK3ZoUWpuSFpMbmZiY1luYXIydjMydnB1UWJUcXhBSGxmTlhwL1FIbFU4eGpHTFQ2cXF6bmt1a29Ya0tnNW1EbjZOaXZ5SGUwRkFCWWV3UWd6SFRlYVNWSUNKV1FGZzFvcGpDSEZLaWoxSzFnRjE4QitRWG54Q3RlTEtNTGZGKzRTdHJQTUd4bjlEUGkwVHB6bDI1NCtLMG9NdTN0Q2V4ZHczSmU0eTJWMFIwd1JmaUFYNWh4cFk4WHlWZFpGb3d4K2JrdTBJcE4xTzVXWE1HdnJmQ25GUjhRTFUwRDVRblF1OGJzclI2eENGOU00anQ3L3JrNXVoTndDVFd1bXdsWGRTejFTN2lRVFJoVjNtZXFua0M2d0NHYkJpMjRXeEJOSUd3RDR5OHJ1aHh3bkt0ZStRdFJiUi94dU8wQXVwVGNLY2wzQmVNdEE1NnozNERXek5HMGZTZUxPY1QxYW5GTk02TG5QSFN2NE9KWmFzSUF0SkZQM3dxYmJMcWdmejBYUmZnaU5yclpTNkQzUStLdGJOS0ViMDFXTUloWVlHY2dvdGZYMkZ0K1NWOENYdHFwajZSVDA2L0FZTlYrMld0OFA2UGNDWmd4dWNlTjhjRytNcjV4UjBpd3ErZTJOTmlBbGUxRnE2clVCNXZJRkxkRXBCN0k4UzBpdklqejdwOGhiSGEyRTJnUEljM3ZvTnc3NEZmYitCczJUS2lobXJTckxzTk5wa3VOWFA2S2w5UG5HN2t6WWVmdno2YVZaalovSnIvWG9qU2tkZDkxNUcxdTMreWZjVm1mbnNneVhxc1QyQVkwTCtXbEFsbGtDZXVFUzZQL2pXNStoaVBxaU56elUvd2pBTDJSaXZyM243MnZmNmxBSDQ3eXZsZFg2dU9WVGN5TXYrYWhjL05lakgxMXBpSjYwTEVF', '467978797_17985623828753450_2610726455007317544_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(98, '2025-03-11 23:45:21', '18038127098115242', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7b+jwtsSZuN9tsjEWFlG1DQvbk1HVjNJcktUMElhWGpZbStNTVEvOGdVaFkzQzNkRGZ5amdVSWpUWk8rVWlDajM3UkVBNjZIZzRMK2l0dEo3NHdDRW9VRS8zYTFSK0pIdTI2M1Zld3JpOEVwT2VIYmR2cVUvRlEvM1ROQzIyQmtHYmNPVGJKdmV0Qml6VXNobHVtQkpmbUwrMmxNcGYrSzZBS242ZDExL3U4OVR4dGxMdnoydjlpaytyUDZMNElMYk9QRVJoNUovVGFCRDVMdHF1bHVzWWxnTmUvc2xGVG1WMGNMS1BhU2N1NnpObVlTVGZnNUgxbDBQVm5XUWRqbFEwRkNqQU03c0IzMGZVdDg1WEMxYnVNQnN0TytzVU4xdTVDRE12ZWhsbmNPVXp1TUFaSXFaa0lSbVR4Z3Q5QzZTNE9qUDdlNkpUQ2dtem0zZlNLakJ1Q0JoSGF5eXRQWlZ3Rmx2RFlveURyUkVTZGZ5aFZlZWJNdnoySVY3M2NhaVo4YTBzZkMzZ1hPV1pxTUIvNEUrc0VMc3RFejFZNmZFYndja2pGeWdMWmp0RmtzYW1Za2U2SXhkOGdOVW5DaXJmUFdoTXNPMnZLRk5QVzQzZWtlSmhLUnlQSUJRRExkV1BkUC9GQVJWUWtwT0dVem81N0plRUhvK3hFNzdndkE2UCs5OTE0MFg4dGZpQ2UybHNGT21KNFRRdDcxdFFKbG1qVHFhTVdsOERGRnVHK2R3aXNlRmY1NjFLTUI1K0diNEtwcXBDVEJNbWhGRXpQa21PMjFrUWUxY3ZGSGYraDBGek5JK1ltT1R3ZXUxRWtaV29NTmhEWU85TDlNbmFiS29McXI0RzJGb2xRcGl6REU0WkEyVWd2cEg0L0Q0UWZEamdLNm1acmp1aFpxYSs1czNjQlVaRk9FTjZvZDFFNFo0UEQ5eGtiYVQ2M080amVvbmNkK0lmQW9hZ3JiK28yMFhvR2Q2R2pncXNSanRpZXQ3MDZFWGY2ZENyOUVIbWJOZTBoNEYvNC9lK2VXd2lZQVE4Ry93dXpJZXhZZU5XRFE5UUJnSFZhVm9NS09OK1JXb084d2gyaGQxSkdvQXhGUCtjak5LRFAvempnbWVtbEtObzJXM291NFBKdWFLaHAzK3BNOWptWFpBenRlMUJkM1JpbFhUZ0crZmFQdUExY1U2OWR5dUc0U0FyODdvYjE2cGRIdXFrRWMxYlMvd015SEdDMC8zU2NucHdYZmlTZ0NSR0h6RnArRHVnczBtUjVOUVQ3Rml3UFpaWW9Bbk50d2hZSmx6ZGxSRVFLNW9Xc2J1U3hzbmRkbjNtbkREUWlNZW9uMmxTVUpldUtKNFFLd1Vkc0pLSUpuNDRFd2hGWTNsYzVXQUxBWmJBM096K2w0Z0pSNUszMFlvSUU4bExwck5IclVtVnBTUTRER3FoR2dGM3lUV0UxaDNvUVJZeDYrdVBORXdTSGg0OHJKR0pTSHo1a09KRGwyclJxTmt4UW54YjJEd0ZWeE5HSk40Vm1aTTlSeVh2Q052QkpHTmE4UWhXdGkzOFBLTHFoV2pOdFptZ0RYbkdVbnA3T3hzS0drcE5OQ3VTd2R4TTZWaDJ4R3hSa1QxOWxtWG1oYmc4TkJHM0Vmazkxd2tNTWtQOHd3YmZubkx1dS9pUnpRRm85VkVpbStnbWdlb004QndkT1N6dklHM0VIRFlkeXNwa0tSL25qL3hsMjBPemhMUlJSUE9CR251b21lVGFjNE1EdFcxaEQxTEdDZ2F1WDBUc1Vra0R4bVIrTjhoUXdndml0bDZrSnVHaDBLc29oc2U4Y2ZlTGJRL3VGRGZUaUZXeWlFSUhJNEdPRkQ3VTIrZHBDdXFJU1dIeWdOR3JZMzRQZlpYZTd3Q21jM3V3V0VhazV2UHJtZ3ZsUFkyd21jSCtWeDlYY3VETVphclZrVlJTMzk5dUhESmdpRXlJWFlyNFBtOVJHOEtlSXJDVmE5aCthWTJZd3BIVEp2UTRXWWJvd1hLdjRPVUxLV3laaW1zOFNGUW5lYXBqY1FuZEIzazVlSXR2aFhHdTNRVm9oYi9rWEpFNGVZVWV3NHVTTlY0ZFV6cU9XMXJRTlhUalg3dVJYR3FVbG1hRld5QW5rMm5naDR3NElickorWVAwRS94RDZoZEdlTzBQaGc2ayttdmNVRmtPdkxTVWdsbnI3Nmk2TkNkS05CdjVIb0M2ZWJKbFpTMGE4eldlRXM1bnYwSmcxb0dwSTFHZitJOUQ0REpiNndIQkFGSHIrMlV3cVJpYTg4ai9FMU5rS2ZQS2tsNUloVEswMml0S0pmZkoyTWJWQ1RhNkc3MkZIcVczZ2pzdnZxRWtHZENKWnpKS015M3V4Y1RvZndrUG8zUytabmNEZTg0K2RLc2hOM0tDRE5yeE0yQ0J5eFBwZUhRKzBZZWduaHNHVnFkZ0lqbElPOXhMdkpvUVFkMWJjcmtCZkdlclF5Wk8vdWFRbjIwektCTy95RnJ6bnlhVFFtaTFqZ1U0U1J2bW1CY3A5cUlJQT0=', '459203165_17976571745753450_4505845649966225499_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(99, '2025-03-11 23:45:23', '18019620314597162', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Gd5+rUfncnCVEzlTpqtaEmtZS0VManZIeVorZktENDIrbmVWY3BnZHVjMTAwM1FKS2xrVi9KdjJiMlBWdCsyNmxjR2xUdXhxbis3c3gxUGZuL3NmbjZKK1pWYW9mNDJCVDNxemswV2FjZVYzR2I2elJiWk0zYmdRSTBSQ1djelpPZHNEZVMzSEQyejNzUjFkVGk1TjRTWVdjSzNYQS9hbFRHRUQ5d0IybzN3Y05JVXlpRE1SRGFsYm1RNDF6ek5ndy9YUllMRFZiVDFYUEwzQ0lGNEZDNStDVllNM2h2eWN0UUJ4akxreFFHcXZ5NWQ2NHNFVWVXV25oWlJiSWpZdUk5a3ZBT0czM2RqanNzVE1Gc3ZHaW9TQmdETGhFcFArWmZ6YTM4eHlxKzZ1RnVuVjB5dTNhNlNRc1ZYM0FyVG5YVDlNYU9OTTdmZ2tldkVqckVYZDhyMmU0Nmx1THI4anh5LzBuanAvbW5GUklQcXphUHlxK2dMM1dLQWV1U3RpcGZCVFcyYUErV2k3TStDNEJPK256eTY1YnN3UzF6T0cxajZMQVJiZTZXbTdGbThKVnlJMjI5cGJZNDkzaFErc1IvaHhRSjE0TmxubHg2TVFWeGV2N2JtWmtwVHBGdnZDTGlnNkF4ZVZkbXlZVnBVamtDOUxWN3FldDVVTG5lUE5JdGswUk9WTXNMb3l2Nmlic2I5NU56WUc1ZHIyK1JGa0VyUitZTHhTaUljMDU4UGdzRnJSbGdzbUZRcjN3K2JvYlh6UENPcnFvakt1WFI0K0VSbldLbTNFZTBrZ1pXQUpiclVDQW9Fa3VxVHVZRHlKWk5lRUlORlJkMDBka0pUSGdIbWdwYVIyWnE0TjBsYkVGdjNKdnhOa05CcEl5WW4zNE5aNFh3TkFpUy9PVUdWbkV5QXVadUVrWlQzdHhId2dBVU1WcWZNUFRNeHVYdWtXS3Z0aFVyL0ovQVZRTDFzK29CNitqTGRFMFd2cVBVSnIrZ1kxbitDZHkvdElxWmVMOGVONmJoTHd2cDNzZTRuNHNuWU5tVSs4M0c1KzE0ejJFZFN2SVNQZE9hbnNObUFVUTNudkJXY1R2ZTNzcXN4K0pUKzMrQVJmVFZYK2p1bDIvczVlZ2c4MXpPbEZ0cXpIOE5TbXV2M3I1b2w0MEVTTkxBTi9Uc25rbVNMQ3U3TDB5eU1oYW1QLzZTaWorRnRETmV1R0xsU3V6MVJyRVNtc1p6WkdiQXdGVlIrSVhiR0ZYYTlVS2p5cTU4bkgweld4K2Z6b3Y4R1hwYXV4MGpzNjFSajAvbUZTWTRxWFB0YUF1eCtMby9tNnZXb094Wld6MnZVTElsaHd2azI3N1YxMlJ0NXIrd3NubG5CdXFoTjl2WXlvY0I0RC9TL0VjRUFsVTB2Y3l4Y1RHRVV5UEgwbkVVU2NscmhUcDVrZVRNdHFzczRNWG9DVmhzQ3IxZEROcURpQkwxSnVHTHY1eDRtS25Hdlh2SUFJcSt4SDRDQ0twMVQrK0t1a1ZqbmREL25RWHNUbDkvV0gxU1QvT0xVeWhHcytPRSt6K0ZTVzdoMUpsdnVGc3pHU3dmTk1ST1JQTzI0RWJ4L2tFOSsrSjhLcWR3Wmw0WVl5NnBWaVIwOXdYZXpKV2hjb3c1Y0pmR0EzZ0tlYmdzb1NvWllUNE1UVmhmbjdzUjNmVTNFejFQYXBhYTRROFNIMElxV1FFQ0pQMERCaEM0ekYwVTZGUHlTVnplUHc0UE9Ib3h4VE1EdnZ3OHVpM3lBSnNqTzZDcENaamhzcEh3S2E3cEswdHNvR3czOEUzWGhmNnBqSlhlR0hDNjA3TmI2VCtGa0NNY29rcml0SE5xNEQ2U2dIRzJINHVtdkZRQitQQVpBbEJ6bkh4MGZBZCtvaGY3VU5hcHN2ZkRrcjhzT2pwU1VZZzZpUXdGTWFYWkhJZmN0alZPTVdVc3lQV2tyMDhkNlg2bkE5aDc3MU9ZRnFJbG9DdXM4MHdSaGhac1JnSCtGbWo5R28yLzY1MS91V2Z1eFVacWYxZTVBdGxtWkJGbnBQRC83a2xwbGx4T0FoRU1qbFRYNFhBZzNaeDdKR0EvUnpncUdOWGNJeG8zVDFCcHM1QllzVzF1amlYUWRmNWVSZ01YZFJLZ3lLVlBmQjhCWXBQT011QUZpbUJNNGJ2Qk16eFpmZHJ0TUZwaWtZSzZUV0lzTk1iRjNMNXZGWVEveGE2TyswTUNBcmh4Z0srUWNiRksyK3hTY2kwYitWOU5ZZUlwZ0c4VnFJVjUzOWtadXZmeStSdVFla3RRamlnamVTSndSdGErNWxlVzV4RUJYMkN2RlJlWHFicVQwMk9FeTVOUFlrYjhkRUh4OGo2MklzS2ErYlZpYUxJS2NzMElUYXJwdWV3eTNGSG5ZZG44ZGd6cWI4d2NSWHdUZTNPd2NzZ21MWkpCTWtybXZCRDk5aU1CVlgxbDVHdTRXSDRJVEpsQllsSXR1SWZKUWJPRUYxZW1wM3hCRVArLzFQZ1JtaGJJY3ZFR0hYc0tDbGY2U21TVWNGRkpsN202WlQvTENDUUErWlZwdHlwbS94UmtLalNyeUpraEZ6NVRMdnNEVVg5ckp3Q0JrdWVHdkJFdkIwNjkyOEd3RVVGYVBPd3JTdi95RzVFTDVKSUNJZnRzSEZHM3Q4RjFnTGlQeTl6U2o2U28zTU9CNlhSUzBQYnlHcU5DYm4=', '467976532_17985623906753450_3633410904167040800_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(100, '2025-03-11 23:45:24', '18055070749800405', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ClDdqP2tiSkunbeSvHtajGtMcWpEeEE0dWZMNDJqWHpWSHpWSWZGTUY5VGl4SUg3bFZHeDFJWmZGVk5Pd01yTDM0MjBOSG1tTk5NM3J1NnRkMUFxQ0IrclhJZTZLbzhYOTZreHl4VVEvYmVWU3ZnRzRhOTdueDNhYUNudU5lNmJMWldwOWlaaDc1M3lwck5NM0JkS2czQUpMamRZcjVjUmh4b3ZsUnlxY2xaMXRnaUNoNnJ2cHZaY3RUSmd4cW1MR1lod2ZBSjJTeVMvcWl1UEs1Zy9FditQRVAxbm5VbUl6a0pBQWtFZVFKQjZsais4Wlh1MlJoZWl1Nmxmd1BmemFwWllOVFNxbUdBVFN6dU5CZDNMS3RhOWtKSXBpUGlHY2lUMWRaMDJjRW5qaG92NVBIcG5Nb0lIKzUrV3ZpYWxkVmd6VjkvWUZPVW1OeWpWWVhYUWFBUWU2WDVkaDJ0ejVaY3RxVlFvOERoVHBaMjY1VEYzYURrVWwxM0RmcWF0VjRLYVlnejUxMzFscmUvYmpVeDFoSWhsTElHY1FBd3UwTEN3ck4xWXNEck9UWWlXNEsxNFNlWXIrbEhGRW1nb0R0anVlSUFmSFY1cHJWbmdUdFBSd3Znc0tuT0JmbUJ6M1Iya09JMmJ4TUhaMEZST2g5MEJJa0lQK1V4MzVqbjZRekFvSk5tc0FtbTJweG95ZHZOUzZ3Z0x1S1NpSWR5YzhiY0ZpaGh3ekI0MlljYUI2TFFWS0VOZkxCSVNlUmhHN1U0RXpYMCt4WERaQ0ppSHNpdi9tdlV2S0NDVXRxTDdJR2xuZDNXT0ltWGFxRXpHOEdOVW1ZaUxHRElWUWJxcDd3UkQ0YUF5ckwwOWFJMVhld01USHR3dHZxdGdQVjNlQ2pBQ0JJTzhQeEJONU5ldzYxK1J4TzREdTRuVHJEUWdKY2lkK1drZHNxWHdpQ2hJZjZNUGJRbzJLQUZFVU5HdittMkhDeVAvUEJYYkhjZk9IWXZick9nenFRZ3BTa0V5NE5XaVE4UkhXczR5bDF0WVZCa3BEVVJEaTdNekJRZUd1enBnWkdUcnBhcXRSY1ZTUng4SVk0SWFoVGd2dVprVXNaM2Q1MEZuSzlmT2NCN0Y3N0xuRjhRQ0pETTdra25QTWg3TWxObFgzNEdjVUZjUkxTVnI3Z0tST0lFb0ZVREE0WWhNUzZqZnRYdWRDZlIzdENobGZSUTJOWThOWVUwUlI3ckl5L3FNZ0VHei96V1Y2WDJIcVNFZVJmRDladFd0L0N5N01JVG43UWg1dVQwZW1QOHFMUjZGUWxER0ZlblBLVG5ScFhMenJIbzRqWldtNXVZNis5Wk9raVRqTEV0cy9XSG1rQUx5Y2RHMnBiTFFvRXFTV0dUU01BbnNIL0JFaDRUbW1maU41N2k5dk8zQjRuMXpXNzBRUHFKOVNkTjVKVnpCUEhrYm5CNUVLTjU5SkZ6VjB3Uk5GL29ZTHNzZUQ0QmE0eVh5Q3dkSGE0N1FVdG4wS0dLek5ZSlZmTk5vSzh6eEkxY3cwelZjV2dnWTV4Y214LytFME8zNXY5ZWttUzViLzJxekkySDFEWmljL2ZMdlVqVnB0T3dqTjNqUWg4WWw2dUZnL2dWbVN0amVhMUpMNVZ0dlhEMkQ0MVhwQUdHUTIrQlBpQWhVKzJyeG9DRmthT3VFNnVXSnNLNDdyS1c4aDBRcFNlZnlrckM0NHoycmN1S2Ewb3VLcExLOEFMWHg2Q0xiMnc4eHRTZld4OVVqQzlIMkxoOHV4VHArYjhYSjlGam5VdUVtYVJENzNMbUcvNGNSUjBOVVI1eVRjRTRIWDZzZzdvc25KdUtUNUV0bWJHMytROWE5Wlk3dXF0MTh6TWNGUUlpaTlyaUsyY0p1bGY1b2FXY2U1ZE9ETXIwdHVrMU1ub1NhMXJwdG5JWWlBamlLREx6dHpUSGJqUzNkVlhjZ1ZPdXVLZVk0Zk1CdTNGTktRNlRYbmFGOUthd3UxdURRK2IzbDF3dE15SUh4V3lRQkl0ZkVNN2hTam9EM0JaeWdoeFIwUG8vY1NESUNXT01OUkhURkI5cHB4TnBHTm1YWW9wdmJNclBHWWl1OWJMQWhMRjJIRnNPWjFSZVkzR3VPamNtNkdFZjZ1QUx0blRlWW1ZZHM3T1JFOEdXZ2g2MFlLZkNJem5YQ1Rzcm9PMzRMVExlU1NCcithc2ZGcERTSHQ5SlQrVXpFNFRGR3l2SzA2NmFML0hKNVZWdUcyK291bnNpaE5sVlJsaHRWSm9pNFFtNzc5Y1p5SGNuZmJxOC9UNzgwcmduK3BDQko0VVE4bkg5SXJaU3Y0UjdNeUtCSnpVb2JPbTYxMVJiYktQMFR3a0djbTFwWmxlTUFTcXZhM216QUV4ZjJsVlZFM1kwb2N0U0k2UWNFT1BuOXNqeVNHMVg5UWxvNHk5bStncDg4QVZNb2htWWswV2NiTWNFOE1VWTZiUGFhZi9sWWlGQi8vRnB3bllEME5wb1FUVklMQml2U3pVbnFVbFh6dm5VUXNsVkJhaTB3YU54ZldPNVBFdFAvcCtwa0dYQkhIL0YyUjJQaTBIODFpTUcraXd0QmZwb2x1WWVReHA4QW1BWVp1UjhHMXVqL05DOGZETTdxdm5LekY5T0Q2VkRIZlFjdmVqRHFDQytDRG4zN0JXR0RacHlHbzZIbllEaUNsRTY5SW5GdFgvcytPTlNyc1NTNUlVS3RxVG9XTGtDUGVmWjJkaDlDWEdBRUlvaC9STFVoNDRpTjE3dy9JUDBKeUlUcHdYNytqejVocC9OY3pDazZwajRzeTdGdWdWdHBTMDBrMWxXWmFUQXgwTWRabURkK0dza3QyTldWTWdTY2Q5OHJqZUNsb1RJVnp0c3B3V282dUtydlVyY3ZTOW1ITUZwZmZwWGVhcmVZQ2h3Ky9wU2JZcXpya0F4UkhtNXdXdk9wREE3aWxkM0d6Z1BTWU9MeVZpaEI1ajFZQXdjVjNocm10bmw5V2hCY0ZEZkV6cmdXV09tOFFjb0dNRisyVno0R1habyt2MUN3TmNYZDlMS0JyVTU0U1Urbys1TXZjbjVVS2ZsTk9XckkxNXJpemR5SnR6c1I2OFQydDgybjZIcmJib3RMRlYvRWNvTW1HNkVwelA3WU5xczBRV2drQURqQjVsVk1uV1YrbmZVeUxQdHBTVW9nb25rNzhlb3RGejc3N0gzY2xBZzVRZkdCYi9Qd1FKSStKWVNPdG9WeENSY2tGd2FzQUQ5ZWMxcldUVDJ2SFh2ajV4a2YvYWd4R2VTL2xLS2dzbzFyc3QvdzY1QWRyYllEZDhSK1V6bnVBcXFtTDFwczZJWHZhdm9lVWFyajM3eXFKbE1CRVl4T0h6NGpJc1crL3NNZWI3RTZhL3FFbEsvaGU1YVkxelRJR1lYdGhsL0I5am0zRUJ2TEtXL0VBb1dqcHZxNUpjdHR5T3cxUnJKRThya21LWDU0OGUvTFlqTGl2ekVWWjdpWlBSa04xM3ZYVTJ6MnBUYWpxY0VqNjgwS3NDRjF5eGFZS3dtK1ZGaFVYOHE0aVJhOE40a01yNUpSUFVscVlzS2lHMHFxazhMUWx4Uno0MTBqRldibDlCVit3OE5hWEVkSmRtNmxoN1h6ak8zYWkwT0JsMmlNOUVWMUZUWnVRQUU3emJHei9MRXVIdGNlQlFtd2RKK1l4NDVaSVdKT0ZyaE1WZlNVZDVtUFZpRlI5TFhxaURNbjBQakZqWi81NEE1SURwTkV0WmV2VWhnZDJxYWg3V0JMMEI0eEpVYWVmVGtWRUp5a2oxZkxwY2tOdUQrYTgwU3Q3NSswT1pYRlJnbUJtNjY2dTQ1NkZZRXoxVXFCVk1FRFk4TlN5WUJHTVdQTUxCS2ZabkNhUG41aGRFbzBiWWo3R0hrUmZmQXpUNHppZEVreFBNbTV6Y0dRS1FFRFFnV0RheERVaThNY0RWcHZzaU52L2NVbmYwNU5DQy9xdFJjV01WYXhFYkNJQysxVlArNFRxY2JHemhPZlVYYWJ2bUw5N0RSSG5RaWNNTEhkTThQSTBLQkhlOGNITnFHK0VTS3U5UjgrMFAyZTVMN3J6NzEyUExGL3dISjJVajdpT1R4U1FNTnRNMWlIVTBXelpDbjVSUW45MUZ4cURGWEtLMGxLT3ZQTE1ISVRsai9TK3phQlNRZm54L0gxQWwrUlowMmhzM2NPdStGTHQ4OStmV3drRWFqMGpuRWE3MHB0TWV1bm5DZHlHQlh2eFFoRHBQS0VKN0Rld1VzSUpJU0F2WTcxMlNweGtlY2xoNGF3dFBrdVpuN09mcCtzM3JBME9keUlVVGw2UC9EVEs3SW1abXdNZ0lDUHVUc3BQQmc3QjdXU0NBRTRkMVR5N1NqdzlGc2thQkpFelpBeS84cS80QmZVWWhkMTczaGtyKzBwdDZYalRrNjU3ZzllY2grMXdTL3lGOVk0dTdxM2QrWHFTMEtqNXZ1SVl0SmpmRmM5U2xYMWxYMDQ5NUFTM1dZZmQ3c1NBd1c2SU1ZRjhzNGxjeVlhR1pFTEFPcmNYK1ZBc1NHdVFnPT0=', '459156516_17976192347753450_3956995276491306011_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(101, '2025-03-11 23:46:10', '18337864114122036', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'bDflWRbJ5L6X2ZPW0oJlsW4yZ1Q3ell6TXdHTGROOGdoSWhLZ2Nud1h6RFJmMWFLMDBwR1F2VzZ2Tmw0UHZlSjRBS0JvZXhtL3VVeWRiV0JjSVhWc29UYUgwUUtiVVZ0dHRqOXN4MlBTRTNGV2xIRjBGMGt1YWZka2F3QUJ0ZjdJK01BM29oalU4Wkx1MWY2aDg3S3VNUGQ2UGgvcEZaNjI0ZCtqVGFJdGJuMHc3ZmtmMUJZMHdDZTV1bFRpamhNTnBzWmZ5M25ycE8wcEF1UE5zb3dvM210VU5BTm9FaFlkdFVUT0I1eXhpcEQyOU13TGZPd3d2N2k4R3c1N1dIcnJCTUFtM0swZjR6ZHhHckhEQlV1OTlZK3VtNmgydGdER3VtTlE0d1JMSFVIYzY1NXEwaWdVN2RRNThxVEoxQ2sxSlJkUXBKVlozdXdpY21Gc0Nha1pYUnAzTFl5UitOYU9KQ01vSlowUmRKa3dWdUk4VkFlLzd5WGZGVXJpQ2ZOM1Q1aktZZkpyeXAvbGVsZkRzcHpPWUtIZ1VLaE1XWkg0azJIN1hiOFF4a0J4R3Q4M0k5Q01aa2RtUzd2eFR1dzExd2I5dE5iK3kvLzRIeWZmU2w3Smw0QkM3dlJQdUNhNmxvOGcwakNNVjBqM1cxeEV0Ry8xdGRvaWRGOVhLbG1OcnpUb2x6anBpTU9mandGSW9qRys5a2VYSDBtUi80VWpNNlJmTVl2WFF5SmdPT3IyNE5ON09ZUnhnbHBJNE9pNDIzaUkxS3pDSE9XSnFoeEpnYzBrK2RqWDdCY2xaMCtwcW9WQjVjYkZoWk4ybFZBbngzOEtXMmhsaVE2dklqUUkxMkdQK28wK2p0QWI3UjhpdlRZby84T0hYMUR3bkM4am91OU52dVNlU053Y3NoeGY0TkltS2xWcXYwM3czNUY4Q1VZd0ltcy9xcjYzYWRicW13VUxjdEFwRnppTVV3dHJiOFVmNEtwNy9sbzhrTWlPN21mNlNpUFBlR2N6K3pnTWFNRStETS8xVnNwSmRDSm1yT3ZuV0lVSTVDMWRDOStYOTBXUVZRbjIyM3JIOVZpMGFrZEN3ODRrNjYvQVZBTitSYmxudUszcXA0bnNHTWJ6Z2lUa04rTjhISUN5UGF6UnlNMnVrMGs3eFJxUzhjYldEK3RveTdKS2xjTG5QZ2NUclhJRERCZno3Sm9qbkt4QVFyOGxySS9CemxHMk9RQ2xqTUQxNFJ2TXlzNitlOVhqd1hzMXV2US80dHlTRThncmpsYzhqQUlvZVo2NXhBeFFwaVB1WWRTRUVGZzYzS1d0azRpRXlqdEV3TGJZaWw2ZzQxWVpaT1lXeEhEbFl3TUlESUpuZDhKdHpjTlRXMFgrTTVYeERPZDRmK0pMQ1NhSWFqWm0wclNsVnNXUVRDNWJSZUlDWDFIMWNBbWlkOE5yZnBSQjhyUzNLMDlEalM1MFFpZTdVMUZxbGxmckZlc3pNUm8rUFl0T3pwK0NYSUdVUm0xUXQ0dkJCd0F4UWRpKzdqRkFBaHJFWUE0azIreXpVZ0wrenJ4ZjRMUy9RQThvb2E4MGdQbnkySS9raUZHb1YxajJ3TERWbHNLQkdpK3o5UzEzM3pmZjI5Z1JSUFlkMWdET1gvclBOT0VXSjh6QmRjMVQxTVdYL1djYXM0TWlUdTQydEpQYlJqeHRDOFdqWjB1dEhoQTZjNjM1VlVzNUJ5OG1UcnhTYnBMU0ZJSjJXMEluWHVSMjh2SFMvdUcyUmw3djV2UmR0S3AvVkZNTm92ZGJWSkFVRUVhZlRIL2o1Q0NHRzVZNjZVMjk5dExyazdXbmdDODVDWFhSRzdheFducE5POVBvZURMY1M0RUhobnB6UCtPQVhwa2dTYmdLd2hTZ3ZhOCtiMHNKY0JYMDRIU0hNRkRDYXdxTVQvTm1PS1lqQUJWdVFzWlBxT0l6OXFlYzdHUUhGZzgvbzNXeUJNK2s3S0V6TExSTHc5Znh5ZUprRmhXamY3cTdoWmtHdExEZm93SjA0dWRvcmFBU3IrZklBenBCeWVIcCtlOVRGeXF0aWNLalZBajNHdStrQTBqckhqcDgyWG1mMFhBQkp5Q2xScXpzV041anA1UmRMcVhneUI5TUhJdmx6TDRjUGNjazg3U29IUGpTdWNWQWwyMmpQbDcyNmtOZ3ltbDRLNk5ub2dEMTRxL0dMWFpIUWNwaG1GaTJQRkpHa2Y1N0o0YzlheWlOOE9wUWQ2UGhpeG5nQnZQaWFrRitIVlNBNWZuZ1Z2M3REMi9KcjZxRlRUTENMLzhzaDRPVWZMVk5WdjdvTERBdmx5SWpYSmFPb3dGaEZJUG13Q0dKNFpiQ1NwVERQMThnL3JqSkNKc0xMTFN0VFRyalRGc294M1JmTncvaHVSYXVUeEZMbkNEZUIwMjYyTFpXS0s2R3RXcjdHbGRrQThJdEVZUGpkZ2JMZFF5SDlMbnIyTy84bXB5YSs5NUx4NHJSYzAyZUJxZ3hJejRxa0dsN2hMQUVwbEtkc0pmSnp3QjVpUXpOQWdoMmNES3pWL0QxdW1CYlNmdWN5dGdnaHBvSVh6azhVVGxSdnp3Ky9WVmhHMFRtUjJJaU1Lamc4Q0EyV1dN', '458729994_17975799116753450_6852034231159651831_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-03-11', 'image/webp'),
(102, '2025-03-11 23:46:11', '18042542320990083', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 's42MgThTrTjXhc4heREzxTQvR0puV3RDcmprbjdMRkZialBXMXBGZUIzUmx3a3NRYkZHd0g2ZlhndzVZcVlzWGZxSmR3dENxekFyUVU5R3lJU0ZIdGwwVmdlRlcxWk1QU05FV3EwRmY2Smx3Yllnb0FwT1daMmt3dHhwQXoveDdDTXFVRldMeFd0cXdsR0Nub3JDcFJMUWlOMDFYM2Zrd203ZEFqMmNPNEFQQnJxUlY2QjFITHFPOGJqVFBoczlBa3ZEQ3J0WVhnM0ppOHJqbXdBNWUyRHVZZ1J5cURHN09GbDBxZHhIZHlQbjMwMEpkSjBKTU9ScDdNZzJqVDllc09ZeGlZWG5uaHFuaVVySEpYVXM4WWpxcm5sTkpybXFLZFAxUVFYaURiTG5iYTNWNS8zT0t3MlVpUW9IckJvUUNnZVZwRTlzd2YweGZGcWxZR0hKOG40VVRMWHM5VEg0MWlpWTZJNDIvMFZnT2Z2cm42T0poVCtIVTZUalBrNzRiN1hsckpralhObE1maW82US9aVFV4L01WZDV4Rml2R3BlcE5nVjVOdjJqejJ6WmMwdU1tZmNaNW9TYThLd1JrWDZFc2pzbzRtMmNjUVUwVXdCZWpCT3ViU0c4K0FOazk1NjlpYlpsQUd0aGZ3U09qcUcyOHhFR3dBSTBxYnR2eWF5VzE1QkpzWFQzUFdYM0hTUEZBQ1hHakNSeG9haDJsc2Y5ZTUyTTE0T3B3akFwTGk2MHFPM2xNV1VUamZ6dCtVQzNuUGl6Q3E2YVJDT1J4NG51WWJvV1ZoMnJKaEx5VDNWZkVOa3Zzd2pVUU5vQnFKU1FRYlI5WldSb0g4b25kTU5nRkc5dFBCcFQzNjcxdjhyZDEvb1pQc3ZhSVlDY2FkcWt1TmcvWG1aWHhjUEFXenM4MUMxVGlXckh5WGtKckJkNS9TM3J3L1gzVXlZbVZ2a3N6eTh3d3A4UW1SMDFKdlFpcUY0WUliWkR2QUV2MTlYQTRrS09uQlJURVdGVUNPcVYrZmQ5cWFvRHU4YjRvQVBZdkQ4NzBMYmFEZ2FoVWpNN0pIMHFEM2VTOVcvOFRHSkJSdktoZjZFMGtxV1ZwajFxMG5DUE5iakpUWEFHM1VSVHh1amlqaEt2eG1XQ1ZNSEZDZzJFWUJBcVFSZU9QZEN0L0xoVG5QUWMxcEJrckw1eUtNSytTeUtNb3RLTmhHMlRrNlB0ZnhPdkF0MWZpQlgrdWRlMWd6WXVUNHdMTkZYUWRzcDdBdUtxV2JBeTJLK0QyT21EZjFYZEZwb2NlbmpTdnFIZFR2NmhBaittL0k0aVpUbHZHcUoxazVtbW5DUlgvMVcvdC9UMjdDZExHQUI5Rk55ZkNZSkxETzJHczc4cEZxYytoKzR4Y21tdHk0QXgvN3RWblE5SVVHV0U2bEMxV1c2NEJuVC94c2ZtejBSRHJqWGFoaE1UbEZuVS9zblJsc1JITzkxV2VaMXkyNWxyVDlhdlUzQVJORWZ0NVM3UlVhOEJYU2FLRVdEeGJQV0FYR3VCUnVCWHBYdmZtajBpb3dGK2Yvck0yT3ZsbWJGWjZ4V3FncGlFT1o5WkNwVFAwM2NvVHRRMm02NC9lMjg4dkZ2NkxUWFZKNTlFZ0l5NGpkd1NWVVNsenB2Z3A2THJoRnhvcTJUdHBSMjFoRmY3ZlBhRWxqb21NTkdVamZ5aG0raUZFTURyOU4wbEFiZVBPUFdWUjBBVHdLc0k1ZE5TSm5qU2FJSzQ2cTUvOUNnLzExUGh4N2N5Y2ZTblVtekk2aEdjUHVBMkRnMkRJUVlaMmw4TVh3aWIyVGJBME01eE1zMjZ1ZzlaZUdpNEtUMUhnMWx2Y3hZbGJ1Ym5MWTR1MDQ0TlVBVlcxZFFoRDdSRUh5Nk9ndXJLdXJqdEJUZ293aG9hVEJuNjNINDRIemlKNlhNakhZSXMwS3JVTUJpN2tYYkRjaFZJT2VETU9qRHEwb3VJaEQ1UFRyU2FSbUpQMHkzY2dCay9Oa0ZJcHhQZU9PL1M1Mk9LVjlCS1Y2aktiTzZ2QnVHNklteWUweWpiNlc2SUFKcTVqSWlDZE8zNHVGTGoyVUdRdUJEQ0RQd3gvYkxBZzBIMnJ4SmRtVDljTTRvUGdVQXVwUDIybXpRZUpQdVlvWWF1bXYrc0dCMnRjM1F2WVpwakd3bERjci9kQWluVGNDc2k3R2k0T3Z5VUVBam5BSmp0dzVwT01oMjhObE9WZkF4YXZ0SSt5alB6M25hQUdhOEJTM0VuREo4K2Z5R1d1d291b2xIK3lmSHVsMjZBUUsvR1IzNFROVEl4dHA0S1dXU3dpQVpvVE1oVjRCeEVLclRrNnBXcWFCL0pxTVJZRENHK1hKdDlQa2NITGllUkM4REVibUNUM3ZYbFhDRkd3Z2ExSWl2M3YyMHJxWGlDVVVFZ21yeVhvNHlRRGs=', '467968027_17985622814753450_8328791174106687523_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(103, '2025-03-11 23:46:12', '17847696138262381', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'YNMMP7r95bCHxqMp8YZ9m0hQdmczOThncENwNGNlaGYrSmpyR1VtaERLVS9RZUZBZ2pLVWQ1YmtRL3J4cFRxaEdMOU1xb3gyS1JmQm0yN3QxZ2RIUTZHUGxnMVYvLzA2UmYvRGFUdGd0UVBGYmNnc2tMZXBtaWt4NWtFNy9CZDF3cWxsQTVnSWJKRHpheHY3U1pkdlZ3Q2xOVVJuQytBa3VzSW9wU29GOXVXaTJ0NzlxSFpPeUhuZUN1aDhCdXdTczdsR2Q5Qk04amVlREwveStpOTM4VlF5dXF0L2t6d0FVL1NzUnZ6SlNUcytJZjR3eng5ekt4RTB6L0oreEJmd3BGYS94dWZ0TGtYWjFWQWZ3RFNHUzhGLzdzSjdLOENHbm9VekJFMjFvaXI0b3NEQ0pHdUY3R0ZIblFtWDVNUWZ1dUZabjBXVTVpVGpFYmFRUVBWQTJ4RnBZcFBWN0VsTk5ldFVFQlQwNGpQeEJRMm1vNFRzeXVUakVVS21XUUhBelVVNzNxeTYzeHM5dE91aWNXWjJwalRKcGlnV0dnZ0tLem9aSllUd0Fpbkd4ZUF4NXBVcEp1Q2JheFNkcjFmNStvbnlmckFTTXNNVEdiVHBSODVRU1haWjh3SGZwN3pKWUJseTVmVTZnM3FaQWNJbnZmQTM1UmtYTHBrUjJJdi9EUHNWOWNySmVWaXl6SGIySHJNUTR5YzFHRVRtQjhnZzRnMnFPUGNSSjJIR0VCOEZVcDQxTDIvUUU4S0YvdjYwTlFheVVjbGRmL1lBS1pLZEx3c2Rla1M3ZWZvYUN3eFNQQXBjbGV5emZqRXltSENKU0tqaGFPeWM5RWxWdEovOXU2TzQxMytKY1Y3OXNYaWVLNmdkNVAwaGFZT202aTRkQWJRN3lLTVd1MkpBc2RCbFBDYm5la2dNWExmZVhBOFRRL3B3NjBycWNxQ3pDUGx6aUhTQmQ4UE9qQng2V1Uxazd0ZkVXUDdYdk9ZU2hIWG5VOWdBY2RJYzQwSzdFNGxaQUYzRElVVEtjSzBPOXdNeFFuNVlBWU84MkcrbVBpS2kwQkVUaTlDdEpTaEJtUkRSNDk5enFXc2JlTXdJa0d1NTBlU3ZHam55eERrRU9OUTUvN3dobDJ6V2NFbURGbjN6WjVFbm10TEVsWmY0UEo1RVZaQUprZk14SC9JUDErSmJpSkNxbDhuSTFCTGROYklwZ2c1VWdOVUhVQTF3dTJSamJhQjZaSWN6TzVhVzNNbUFrbXhtVjRCOXR5dG9yY1h4SkFKMUN2YkpRUWlhTG1HdmJtaU43WktpYVhtbnAwZi91RTFXa0FvUzJjVldOUG85dUk2K1UyN1o5dHovdncxUGpUVDlhOU9icDdycWk3dXVjNnpaTXhEWlR3dGlKTnBUSGpONStqYUdLemtTem40TjE5NkcvNURRbWxhbmN2c0tjc3BBamFxZkI0aVBYU2FSUUdtUWFOdU5Vc0owMnZXaURtaE9JRmViRWVKTjd3eVR3Um1kNVl4MmpWMGg0Q1dwazhLY1VlR09hNkRjY2hjTE9NKzlZODlleXA0eTF6c0Nmd0xlQkdYNVJYQnFFdzFCR1BuSm5wTlNvTk9FUXpRd1FiejQ1aXh3RjJJV0JsWG5qcXJnZzMyWGNCS3lHemw0L0FaakFVcVdaTTVwYllrakZxQlJ0UHZwbjVXRkhtN01KU2l6clUraUNyRy9LbW0zVlkxSVR1NEJEWDNUaTVKTHg3ZHJzSGFTWmY3MjZnMVpjOUdMY1ArWHkxb3FFRnhJT0J0SDZvWHlqMHdnaW53VmZwWGswOXYrUy8yZzgxWXNGRVJPNkkyVUlZVDg2WXl4Zk1VaDBZRGNMaDQwV1dBUmVlc2g3cVZ4ajZmaUVyTG1Yak5jcFNEdWdLb2pkamZnNjdlL0Z5dHFtYnZYclVOMDMvR2xTRW1nbXJOaUswVE5CWmdKWVFvVnVoZ0VzeHVaUWY1K2Jrdk1ISUkxV05vZTZRdHNQRmhiL1NCSm5NYmd6ZGFMZHFNS2N2RXZ6ZWFJSCtLenJRYkRPdUp1RXdVKzBHNnRVd1c5QjdGc09xbUQvMWt3NU1JSWZ4eENjaWQvZ0FidEJwRjRmbmFlRjFuVGJxMXhYU3cvWjA1NVk2Mkw2Q2FkSmdQSW9iQmE2ZmJPU3VoNFkwVDQ3N2kzbVA1NlZWOWlmaitvSjcwVE0xQzMwMTUybnp0TWtZSjh4MXB1ejdXNFg5MTF2VWhXT01DbzhDeTFkd0ZodVdxWmNnRVRzcm96U3BFNkh3VTQ2SzV1cFdzblFqK0o5RDQ2bXFzZDRaR0dESzRWMklrL3YzeGw3bkVDT0RSRkhpcmJ2QlBzNUVlNmlJNXU2aTRWS1M1bGpXSjdleGVjRDhrK0ZlWUNyUXdtbVJzMUtRYWZOclhGaE1uMFpWWTRRUUJPaVJKcHNLZ1I1eFZqYU1PRTh3UG0reHg4dmRXaDZSWDBkQzJmRVNvPQ==', '467731366_17985622910753450_6422549536848001609_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(104, '2025-03-11 23:46:14', '18061877230633520', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'xmm8Cn9Moqa/eG/aaB4SzW83enN5VzVmRVYyYnIwWWY3SHZ4eXdaUTQwVUJPRXg0bTlyTWJDNWFLTXJZYkZjMnAxOWlHdUJoUnV4RGw1UXIzZWI5aCsyeEhXc0l3M1BFNUlLUUFCOVMrMUsvdGxoN042THorNXJ2MTk1VlA5NHBCNktJVGJlQjhoWGVKdE5paGt5UE1WeUxiRjN3WjFkZzBvdHZxZEwycERhc3ZiVkJlTTV1eXNYaE5KYytJa2N1cTFYZHpuYlVzQkRFcFljcnZtdFFzenArZzBMblI3a3krVHhSMHo0c2JzNFFjalB3OW5NQUNTV2w1bWNzak05VDYzcFhraUFYa1R6THVrK1FzRVU4ZlQ2c3hldE14UnhrMlhGOXNFakp2eVZJWGJVNXBKVFpHanFySnNUTkxCbjBMV3lYWnZNVDhJTHh1MUphU1M3alM1bEdXb3UvQ3k4Z3VpVVJTc0RxOVZIbFVlaVFaUllTUXkxVVJTVm8vejJ2bTZrYkJYd2huWmFnMGpwUHdIekV6clNnSmJYRk1adHFJS01ETGNjczVVTGxEK2QvL0t2TzQ1NlgzcGo4S0N5TmJkOVpOdG9lZzB6MWpkcHowc1d5bjFUSktJNXF1ejFIenZkeHRMUlV0NG5DdFFkWUphM0lDSytGVFNCak1kUkdPU2wrK0xuNThSNDJYam9TK0xWeU4vc0tQOFkvdEtBNy84ZytHMXFDWnJqU29sYmtpK3hJak5lOVBJLzNUdzEydDRqTS9yclFQS2NZVjVKYm0xRWpvNWIzL0pOckkxNHFJa2oxdk5ldjBJbFJFd2duak5SeHhJREs5dE9uZEcrM01iZ253Y0N6SVJTaHBwZVR2b3dDSExocmswcVV0MEZJNlVkOXdpOWd1MnFSTlVKVGlmMnV5YmNEOGF1TldqdWZTeGNCVEJCalVCZ3FWTjFBTE5DOHA4dks2bkZKSXI5Z2lkbWpOVXg5ZFZqRk9wSzVqRkVmMXpxOUdDTUhPd3ZiUHl0OUdPZ0xHTTFYOTFXTDRrbU1Fd1lZdURFaDBkMEdlVnVheHdZb3NmS1lZSnNUMEdsVzBLdUtxL1FyK3JHMndjekZhWTZCRkgycVdSMkszUzhhQWpXdnBYck5SUml0OGhVR3hFM1RLYWsxS3dsT2h2bjdGMEhhWVE0RmZlWVU1TEx3NS9paWJkcmhMQklLTW9FTjI5NW44WkdRWU44U3dyU3drSWxvL0dwS0dialBMTFBnM1JKK2RKTnBVTVpNNE96M0hiaUowRVk0WC8xMXJ0TmxHWlpyWm5rYVh2cXV1bGlWZGZiQVdvL0NLb2puWTEvQWV1WVBCZDdFQlNQc1RPRHRNeEl4bXVsRWlBdzJ6aWFWUEpqcGFFVUhIaXNmWVBqSVlxaXRNME9rUjNXWWFzb2JBYTRkY0RPV0pmdVJjd29PZGtBclY5dnNKSURjd0ZwMEhsbkFLektOeEhNaUgyR0dRVnpGaWcySVp0a2IwZGlUV3V3Q0Q3bnozRjVyNnRDZ2RWbWcxVHNiZWJWU2xTclRpVk8xUFNTclQ4TUd1NFpSM01sWVY1QU1iNkZTSmJyTm0yUVd0NlBHc2lwYXRDbnJ0ZjFzQTVPWE96KzdIODBoK3UxWDl4d0IweDRwa25YUUhwQ2ZUYkQ5aXNNNURZRXExWkxQNkxkL1FaWVdxblVOUkQxRzkvbDVkZWRwaDl6RkZnSVdEZitFc3cydldqWFJJZ3M0aml4TXJPYWdHM0tPM2RHVDNxUWtjNGRIT2pKdHB1TGUrM08remI0elpiZXVKSy95MVlvR1ZDcjd2Vjl5NTdCV1hHd0kvbW5na0psaEZ4MTN6QXNqU0VUSXFOd3YvUT09', '467996782_17985622931753450_5177705218642523132_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(105, '2025-03-11 23:46:15', '18129220981366867', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'fi0R2K3fLFNjLJt+v6yXdWRkRmtwZzNINTlCd2JNNFF3eWxmSUVWdkVIbHBNMUNicnNQL2d5ZHJGdTE1bHhpcXArNXRSek9KbEQwcDdzb0NjOExrNGlLeXpvVlRoZnd1cWdlWDF4MWxlNm5DK09xSklVelMzaVdJcU1ROWRqMmxEWFR4Yk5WTVFEc0trZ1BzdlJ2OG1qU0hNUGx5S3JtTXM3Tk9YOFZEa3BubHplc2VxaUtRcGg5RFJadUVYZXFkSU1tMnRjUUd4WUxmSHY5ZUVJbEdEL1kwb3NKRThPamM3NHY1V21leUtiTTREcjVnUjRiSE52WjhXQ1FZU2l0N3FpRFFuTjY1ZU43M2FMQWhBR1p5RnNkQVF3bmx4UnBnMFB4YXIrMHlOdkZRWERpc21kQ0NkanFxNk9VeHl0d2N5b1dmZy9jaERqd2RRRHVhakJBQ1RWQXFxOU1TV2RVOVE1UmVqbFJWbVNyanpTa2ZyNDdGaEQxRWRFUHFNMHJKakN6WjhxOWRhcVBKL3pIbjZPTjVqaTN2UWk4K0l6Mi9UTDdLWXBxa2pTZHpvc3lhaElIUlc4QjZhNThFUkhkbEFTMWlBSUlubjhuRlMvT0kvdWxsemZ0TmkzKy9VcURrSFoxa21KRTFIUFk1Z2E0OWFIS2UyZG94RlA4UHp4U2VxTWpvQXI3OFI2VzhCeUNMaUJyRGU1WmJqTmYyV0FCd3lFQmppQkJsTUZiWW51eTVTUmF3QWppN2xJRFNUVU4zY0RvaHNURjdSS0w3cTV4TlZjcG5LaXJaNTJ4NWpWVkJQWGN1a2Y0S0xTcUJPdnN6TXI2bFYzQXRnRlozWDM5T3hNSVhNZmZ3ZUFDd1lGMUVTb1F1ajFUSGhOWU51b0lIcm5jdFFuY1ZzUHRTc2w4RXdBaVA5eWh2elMxRzBueDg4a2dFbWZzZ205WTFteDZCdzFVcnNjTjg4bVJiQkR5SnMrS0YxaU9YTkxWZEY3amZIMG9BSlNxR2VxdkhUNUt2WEh5Y1RHYzN5QmJ3MUpFdjJaWldwZFlvQ2pDdUE5RTBUNVNyKzBTYklDWHIxQWFWeXNKbTlJZ28zVW1uSVBUbjQ4a3Q1a3dtWDI0elM2am81RStoeGJuWHNsYUVmQ1FKeUhZWHNBVzZkSllncHZxaWpCS3ZuZEhHcDhxZlQrQ3JhUTJtVitJT3pWUnZ0S2YzbklIMjdsMUFVeHBnNUxqbkZBMldqUFVEckJyWjlPWFY1NitOV1JoQ3pSNUl1Z1Bwd3lnTm9hMGlldC9vNUZSQS82bmNXRmxqcnRQbmZWbnRVV2VxWVVwRDR6Q245b2k3MitIYmJYY3FEeUFSZ2FuVXgxaHhzMHNYYVQvWVJrZnFhTkFUL2ZUK0J0Y2lqNWpnNGlTcXdOU0xpRVNnSVpRWWp1T3NaRVdYNVZLOXpwRE9NeU1FZHJQbE5hdW0xTy9WTUJWWVljeVJJTlA4SUpZMFlJZko5eU1ZSEgwYk5hOFY2L0xoVXpxdE14WjZzcjJhcU5RZjNpUHF5L0tOQitBU0JIRktUUWlpQ1ZWSHJtVWtVNW1SSld1UjQzUDZmTnlnUlhLak9mbGZnQ0NjVWd0eW1OamtLV3ZKZVZrVW5reHVqZ3B1UWNWcUtZUk5tOWFZK3oxOVBxek1kZWhWWDQ2a2hIN2lWV0wzUWUyUnE1VDZWWW9XODVkLzU4eHFDZUprY1RrZzI0Y2Y0L1dFNTN0d1E0VkU1Y2ladlVPMUwySW9mSFFCUDhiOWFJb1dkRURrSHpWVHMzZitoVm1EeHBEVWZvS3hwNjdIZ0hPMG5wQlJ1WDVaMm9hQmxpTkVKYWZVRXdQeUs0c3dya2ZFTXFjNXB1Y2xDM004cmxCQVdxaWFlUlRzTTEvMWVXRW1pZWFJby9ta0ZLcmI=', '457264590_17974688492753450_4423521516238924238_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(106, '2025-03-11 23:46:17', '18245847157260044', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1XMUm94GyfwzK/hKoX3WgDQrZHR4bVk2c0c1QXNEZkVPZFZZMnEwektPZ0RpVFF5L2pKSmU4OEFoemF3VEZmR3JrM3hwVHduNDZhVlJ2Rkdpc3BtK0ZTQU90aUh1dEhhU0IwZ3JHcG94aG1IVWRGc0p6SW8wU1lJd3ErZTBjNTdIZDYrUWpGZW9PV3d6cGpiUHNaSmVzOTNRZFFxc2dMZCs4c0U0b29XTWRyWk1NdVZHQitQSno4amFENkozUFhRU2VQOStoT09NTjgzdTJ2R1hSWXlKc3dwYmhleXA1VEMvbzNBTmFYWFVYd3FNN1RyUnhJclVTOTF2OW9qeHUvVE1HZ3JFWVFyNDBtSjZGbEg0L3pvNlhyaVNacXlMZWc0YW5mUVJEYUw4Nm92VkwrYmdRcWdBNnZnVHB2bjdzTUlKWlh5dGowS0pFTnpCbFh0U0dTQUtrS2M5OC8wV3hCYzY4M0JmY25qd0lhempsRVVha2JHQ2ZnOEYxRjVhMHJ0cXJKZ1pZYWhwMjdUK1dibUhiSTZuN21VcUcvUWFDSUxVRExTQ1lPS3NTOHRFVUVvVS9SakJQelM2THJ4YXM5TlZTclBCNWw3QmVnaXFVdGZMVldleXZBa3Nmb085ZlVIT3kyemxHQ3VoaUdEU1lnZTJJbGxYUmx4WDRZYzVZenZIaVIyWUdIRG5XSmk1ZVVQVjViNXp4aEhVLzVxM3I3Uno5amVqM0NaTWRJbUs0b0EzaHBDblhGVmNzK3pHcTk1TEpRVFNaQk90aEtDUXY4cEJlTXZ0Szh2dXgzTU12UDU2Wm9BbndoYnFESFNLQUl4NUJvaG8weTR5aEttOEJDMG01d3Y1UVg4dEdZWWRGUkUrMmdFTm1hNE9PLzdqbGd1MTl3RWp5MmhZbWdPVXh4aEVoN1V6Wk1uSGtRK1QyZStQbjdiV0VwbWNkTVE3ejhlaW5jOWl5VVVqUm1scnR6VGZJaGVuWmtqK0R3ZTd4VHJxS1A3OGpxUy9BQnFFRkQ4c2VkQmZ0M09LS3VaczRjMDlVUGNGbDdtVEdWRllmVmRZZ0tJbUlvUThINXRZUmQzUnF2USt5NW16dURWN2NKRFdEZnRxYjJRV1dvbFU5WnZXL2x0K2V1UnMrL20wa2xWbWFNbTRXU1NFZnQvUmdXS2oyblZpcXVITVp1Wi9LM0hzRElZN0lPMlU3dE1aVVZaRU5nOThYYlorSkwxRmFEMEZwWk9jNW9hYXE1L3RGR0prNE5adVVVYVZaZ2lCUmdTemlMZ0hZeHNaOVl2ZUJGOG9HcWZMM1Y4K3FJejBLZjFrTDRFbENVRkFoekpmSGkxaHJlV2dWdU9US0ZIemxZVDl0Zkp6ZmpCajNENkVONnVGemtnZ0pMK3U2eFIvVU9hK2lob1JrY2dYL2pKcFVyTzZBUEFhbGJHSDBTUVlETVVwWExtYmRiQTVYYStsRS9RbWF1cDZYeXpkNFJ3TVVWMFJIK3VKZHVVdGxWMWxmZHlReFNGYlhnV1Zub2loR0RnaGdMKzJPK2hRN1ZIaHhBRG9qUGI3OTcrMjJVZXY5dk0yRGJhVG93L3VXOUw0MXVSblZsS2YvQnp6WnFWaTJpVWFmTWo5ZWllWFM4L1JaVGp0eDNJQm8wRmNMK3c4eVorN0J1WWo0bVpJV1ZqVGdSN3Y1RlpINVQ1VEdabWlQWG95OHMwMzd5WXJkMHBLTjVuSzNhUHVOZlBNQ2hnU202TS9FNWpVOUxhczJ1c2ZycTR2UjR5TWxzZkNGZ0U2YzhLZTYwRERTOGJrb1RabVFhY2ZzcFpIcndPQk5CRDVmcURncndZRXFRU1VjbkRqL2xVZXMzU3ZLSmF1dktMcjRKSGIyajZUZmVLVkp2OEFkekJjMmJPOU9WbDJIazhnWVYyWHJMNjZQcEVkaDFZTUJvMU9vMWVwOVNTOTdrbktlSjI3TytFT1BZK1FyeUNLNy9WWUxrekw4dU9RbWxoL3FkUGRuV2FpZi9Hc1RhdU5YZXo3ajV1TVVnR2pPVkxaanh6Rk1uRXRIRFI5U0gyV2U3UzhUNy9pc1VrOVpQVjJkd1g1dVZHTS9SOGREL0I1ZmQ4YlNmWUtFRmlpSUpFb21VUVpFMEZuRThZcDNXdUtwOGZtTWFDejlCNHVUanRadmkwY0dRTXowN1V3YllIa0VlTGtRZ29GSXB3VVl6N0FkOXBvelFZcHI1Q1NHSFFHVXdvY1JaNzB6NXFYTllHWGVyUjN4N2Y4MUxzQVY2REF4VEgwWjYyaytVNTU4dUtYYys1U1hBdklXeXg0NzZ3VmtwUVR5dE44bWVZZnNyWnVCYTlQOUozSkJ3UVNXQmJFQTE1YVpzK2hYOFh2eUUvMmtKZzQ1RmI4bWRlaDNqdFBlMkZoV2JBODZDb3FieHA5Sk1qR1FrY2tIWmc1UFp1VnlkWjF1NFIwY253dnBBRVRleW1mNGJuckpBR0FMb2xqN1ZQYWVQWThJMWVZSXBxWEJhSzU0TExnckRIalRZYWhpRGV6RHlXQXpqSGdEQ0dTcmxIM0tIbE1IZ2lVS3lHbktONUo3UEJDaEJiODZpbjJuMnVBazk2WmhVUFZaTXFYQ2tBSFZGaFVUOUJBS2JDRHJmQ0crVEc5U0N2dTdqQmMwQmFsTnAvbEJyM1JuWUNyR2JFa2pRb1ZUN0dVTC94OWJiMlZQSkpyd0hnSXVZMDV5bm5hZTV5bDFodVBFeFJsQ2pVV1RMa1liaUk2eVRkN09JTUNTK2E5TDZjS2pHTC8wdXJ6QVpaMGlWZmM5RTJkYzBnTTU5SUpJcjZoWGtETWNMVDhJZG9LTkljVGFmSGdtbGtrQ1RCdFpWaWJ6SW05V2lhMXppZnQwTWxaZFBXM3c5d2c0b2J3bjhMc0k1d255WC93SmhndVlyZGU3U05MaHY2cFBZM3JMV1hhdks4VWRvMlpKVUtTWmk2TEVTYzZlenBiUmEyRi9nOCtvWjc0U1RUNXNDd0VSeE40WG9SRzI2QXFmb2laWlBITDhqNDJNZVMxMXFOVFcvb3RvZC9vMTczVFh3b1cxdmZ0cllGdHdaQWlaU213c2d0OFRoak9Vb29lWjdlT1lkajFGQ3d5Y0NRQ2plYjB1YUwvbDFEalhJSnl1UUp2NmtaajVtTC9XTzhBNFN6dW81YWIvZEhaZS8wUG9MTEN5TTE4QjJ3UTRlcEcxd28zdEJqK0NFQWhTeG5oN21CZnlzOWEwc21sTWoxQVcxdjQxSHhUSS9qb3lnSmFGODlxT1dvNmlFVTVIQlFpcGJUeTNvN3BkampwYkprc2ZtNWVZaUNnelNjTUlTYjhGTjNaTFhLbG1UbDhIREc1QkpjQythMC9rQVluak1aOC8rWG9zaTlmdVJkYUdHMHQ3aG9oN1VvMzJ5MGNMemZmd21vUnBiUVFpc3oreTFZL2M1Y1JVWm1vM1NlRVJ3Y0hlazVpb3l2TVRsakNhdjJ5dE00T2RJYjZnZEpsalEyOXdMZUZCVnN0OW5EejRmRW1ZVlRBTG55MjVIRGVFUjNhSzNSQ05DeUg0UHdxV3VYd3VqNytUYU1XMzdXK0ZyOFVUR2dmMVk2OFZLTUp0MytpSWhQd2hrRW90Q1JTSUppM3NJdWRtRTlRWENnQU4renR3YzlxVDUyQ0NCcnhXSzE1SjV4UUZQY1d4c2hMK3dnWTRqU2djYXBTaE5sUU80OXBXemtVeGdSQ2xQd1cvSWxDcFU0U1ZTY0N6T3R4NjQ4SFZHM2RLNUpxQzZSRmdZYzRCZEJPWGpBbmlqYXRaa1p3bDFCZ3dJbmFXK3dnRXR3YW1Id0p4cmFCaWFPdVRsRzF2bVpzNkNHWWYwdUVtWHZnbXU1STlTdlNJY1phY0I0NkpvRlZOUVJWMmNPVDlYaTdrNWhUaXpLR3dRRG13PT0=', '457130827_491273970467345_2688521027544226274_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(107, '2025-03-11 23:46:18', '18039603478871579', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qaDvgJsxKcHZkPOk+Y9conJxVmFzVFl0OEM4aE54STFDTEJCN05aeVNVZmh2RWRFZW1pb3luTTRIVXlDODl6QUtaSzBVKzB4Wmw5YUIxTHRZUTMwSVVKNU9zZmFpUytQbkQyT3FGRWVXUW1mVnlUenZ1RDdMYklQUENNQkcrQXA1aHk1S1lZRWZwUVdyRzdXWm55d29VVVJ5NFcvK0FWdGNvdmNyaThlNmZSUThYdkxqZFJwTmx1dmdFR1N5NWcycXNOc2orWEM3RStmMWpQQzdXNFZ4eng3NW9ZSnZ6SGpESWhpY2IrQUFVMmhUMFpHNVFCamgrMWlpSFFleFAzeHgrc2tSeEZRYU53ekw0NEwzYXRDZE14aVRuLzQzM0tEcHpwRFBwL0x5d2hkRVg0WmlWdDMyU2VIRjR1TmUxK3pQMGh2R1hoL2p2L3d1THErT3A3aVMwcFNTSVVZRmdMeHBYZEgxT0dEM280RjNqcGtSK01JaVVEUmQvZXE5cW1Qb1JwRWh5ckNRelJUTkxHZkdRaEpSSmJ0OXlQUGY3MUFZUTlTQ2lSNnRBWGZadzMrWCtCMjYrV0VnVzdjeWFHSDNpdGJxQWxVYXBjVHNLS25ENUNNTDYvR0t5ZSsxbWU1c3NreUs3OGpTcVJXNExwa2xwRmx5M296S2JOVmpTa1p5cXRHdjJVc3hERlRjVmVxYk1DLzBGN3hDSkYwVUVJSDBHbVdlb3BSdjFhcDMxbEdXZEREQWlWSjRyM05Mb2IwOUpvWEd1dlFHeGNJc1NZdkx4OHMzWHdUa3c3Z1JmY2NYeUtCVEorQ2R5UFJlZVZZQ2NzY1BUVlUySFJTWmJzSFVwdXNTV2I2Y1IrZGtjVUttMzhQeVduR2p4Z0p2U3lob25yK0pVNWppZkRqeG9PWkNlTVBZNUEvWG8vaUtWbi9zZUJ2VXo4TzROcCtvbWdwUFNHcDc4RTVIdmhkalRIekRoNEpxd1RYaC9ZdHNXem1xdjI0UmwrMmU4MjlLSWdnK1BhKzlGdng2cmVqY3Y1VEtERExkVmUyQTAwNUIzekNldUVYWFpubHVEWjlBWHM2MTlveHh0ME0vbThqN2hTZGxuZlZOcm9rODdPa3I0TGxuNzkvZ2hNaFM1UXJwZTZJQStwRlU4Q3RrZHpkdys1WlVRZGNjSDBzREJPT3BEVXo1VUVWNEI0RWRaSWxWRGc2UkNUN1liQmpkUERrbVg5em9hTmk0cFNubmpxOWNxUnp0ZU04WE9kRkdGcHpyditPMktIa3cyUUpJT1ZySC9Ea0thOGZRSnFLYnlZcVk5Nk1xcWZVdjZLMG1WRE1WNHJmSXlXQXAxNGJVNjRiY1lRTW1ock5CckJkaFB0cEU0QThjbVEwNTUrcXRFNXlTZ3FKL0JWQ3hmSHllK0tHZWJ2Qkl6K2VONU5zRXJzcXhya1kyRzdOREVyRGlraURRKzBXbHp3S0lLN2MwTTlZS25DcXo1TzBaMlFZQUJ2Z2U1YmQrMTRQL1YzM1RJa0k1eTNjdi9OdlZTelp1QUx0UFpMRy8yUXliMFVralpZTTd5U0xsaktRL3c1Zyt1LzhvQmt4UVZ2Y1JaRUZ3bDBIaHZqNlViN3gzVnIvNzFZRkhTUTVTdHpoYzFNbytqQXdNTUMvK0xUaCtBS3Z6QmZKTGgxc25sS1BOSDVNZDk5NXlPMXphMUdYV2IwNVpnTmJPRHBnaHMya01xSWoxaEV3QXZ3LzJCc0tPNlR6cm81L0lETHFsR0VRaEdpRk0xWkp5NTM5ZzBlak5GSjVTeDFzbTRyZjNhdnRVL3ZoOU1iSWNBSFFSUUNNQ0lKQm1JWFRyRzlURjA4YTNoQVU5UjFjOGNPU2lFeE1ld25Udjl0MjlsendHekdNN1JEbnltRXJLV2JUYitZUm9naGNiKzVyeTkyTmpCbjczeFRzVXAvVS9jQ25hc3ZIbWlFRmpJOHhhekxMTmtEZG8wT1NUYjl5N25XV3ZheHQ0c1k0YzVHeGtsNDVmVlNVdFRaeVc5ZkJYVmw4V1p1ajJaMHJSLzZZYm1tUzhzOW9mZWtxcTRLcUV2bnpnenZpY0xoZTFHY3Q0ZUloUk5OZDVvVGVaQmRqam1rbEk4cWZDcE1GT2hNMmhQbERhQUthL1FITEhSWS9MZ0Z3OTBzS0NVbTF5WmlMVW1ROE1tdnZNbHQ1cGQzTSt0TVBscGc1T1lRVjV4bCt2Mi9uRTJIaGhoZUdWSXduWEhQc3dlTlBEVFVTRExuL0Q5OGdzSUxnOXJvZDlQOGdqQnM5MGlJVVZpWTcwYnQ5MG5HQXNobGJEUzNHdUM2YVptbnRCS3R5NldsSFgzK0lSL3ZRUG1wT3NBeldlWnRkOXdGOVB4bXdZRmQ5d2tuc3oyRnN2KzNNTUR5cjR3b2RERUkxR3dQODN1VytnYU92UzAxQ3FQM0NxNHY3VDZnZkg3SUVpUjgwQnVOVkFNV1ZORnJrS0IwMEQ3QXNFbS9hYXBkRW5HYzg4ZnZjUWovK1JFTVFKcHZqZ3hDcVlRdENVRE1ZVUhCd09vR3B0TUVMRENiOW1HN05UZmZLUlpOa3E0Vnp6cHdGZ1RsTm5PeHoxV1VJSjNNMDdvOXM5bUNHVjdCbGN2QzJSRExlOS9qN1Z5N2o2RkVnanM4VjRsZjZ4S3dia2czNFJNbEdsWlNBTVRGa25mTXhwQmJiS2FiSTZJcmtiREhQeXAxU001b2RKeUNPUWxIdTVsNW1wdnFZZlRqb1ZqaVYrWVhrT2x3aTl1Q01iQXRZbTNnc3IwZUFjcnZyTlQ5UkNaTXBTQko5TUxsNElsdkZHVitWWVdYTFk1eTQxMlVCRXV5d0tQZHZNcFpKVHE2MDA1dzc4U1plcGFIS3QvR0x0WXd2cnJVZU84ZWd4dFgxQ2pOclVDR1BaaGNnV0NUUWpidDMyVFRmRXhzRFhYM2p4eGl2Q1hzTXRpUVQ2bG52eG0wcGZPQ0c1SjJPY2NBazdDTWF6SW5QNURYb25ZRm51bWRQTjk3UXJUc0J2SWtFZ0Q4RnFIeVNlZ09IQmdWZ09xTEVaVlZkWGxoemx6SU56WC91QVdUZ0ErbFVwa05Dc3lOOGh3WldBUGUxRVJYQUhPemFtVWRwd0Y4UnpNbXJKK2dkMnZLYkZjTTRKYldqYStWeXBoUmU=', '457146567_17974281797753450_284194613976886095_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(108, '2025-03-11 23:46:20', '18028078643255383', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ChzWrFb3B0BNVpn3dlbEvjlQRzdwcFRIUWo3TzJTTDkxTU1DaysyQ090dkI0UlpwTmUxRWhKMVhJNWd0ZUVIWUc5YTJlTVduRWtDMHV2S0FFckk4Vithc0JSRzl3emNPc0plazhpNllJN1c2RVV2QmZBdEVJR2RBbFB0d0pyeStQZzQxdFo1YzNUNk1NejhGTVdhUXRjVWlteW1DZjg5NnNPcTF4WEp0RFN4SkFPSFVjTGcvNk5uMFMrc2NuZFVqS2hJU1dKa0tCbVNZOXcrYzhORkhlSGRmMXZCTllacGV5QWVBMTk3TGRwa1JGS3c0RnVXU3FJbEFNb0JZK0ZiU3JkSDBEMitCTFVHekhtNGJ3eWJRK1dOKzV3WFR0Q202d3BUdWZDSzZ6VWpvNjVhOUxHOVEveGhHeVBDT295Wi9PWVdZRHZjWUhKeXRoR1owTEwxcVMzWFhqRGNHVXhpeDJuQWZNbjF6RHZKUERBandRT1ByWVd1SGdkeGRXY1RZQ2lhMGpFQjBad3N3Yk5QRWlzM1lrbUhud3ZBNTQ4N0RwY2Y5VGgyaDJpK0dsbDM5aURWR0djejFuSXpFdmpjVllrdXVjMWNUOFBOSzdvWHRacFJicTAxU2NiSUd3Z2d2WWt1VEVGNzBPZUlYN1QvdFZod0ZHYWZFVnp2am9kZnhzS3l2MmtqbnIwK2haZmxsaUJJU0Q0eFdScVczVm5ERDFqZHQrQnJndG1qN2lLSHl3QVVTV1ZoUmFpTTNtUlFsNnpjNkVTSmoxNDZqNGx5U3lBR1JFRmpGS0UwQ3BnZnpDRUZOaTluUWwzYWE3bE5VektQbFBaU1F2Zm5sRkp0U2s3NjdUNUxELzhLdExEZFpPbFY3WGJicnArWW1aT05WVTEzdlFoKzh4a29keWgxOTFpdnVVQXhXeCt3alRLY2l3RURjclBCdFZwc1BRajJRdWVIRUZRWGtLRktHWFJheDhKdFBLSDdpQUFBZ1dLSy9hOGgrazlIem9HNlF5NXI1ejdOa1IwWGRaam95MUxVM25oTnIzZUM0ekpRRW9UaHdjaDZpbHhqNG5xMC82U3FHTFc2R3diVFd0TzhGTXp0OHJ5azZVRkR5eVZYM0Q3K1FWc0Z5NG8zR3dYdjlNUy8rekR3dzgrSU5RWXhjUGtiYXJ5bVN6SDhIRG1BdHB2MmhwQlFUSjlrbmVteGxYa213c3l3a2JpVmNjaTlHNStGTEE4UjFiMTYyNjhCckNhcFNaYVkwc2E1L2RaMXhFSEM4ZnNGK2FCdjZvZ0NYWWtxeXE4cGVNR2dFb3dDWTllYk9FaVdaVXBROUN2UzB6UXNDV0doN0pkUXFINzNQbkhDRDIwRVhIL2crcTdRNVh6R0thcnJ2Vlp6azV6YmYzWGgzM3lpZXVFMjJZTGFLb2wrTUtQU1BFWnZrSUR6enZHQUhDbDM1SnB5Uk5jaGpKbDB0Y0E4NU8vbXh4cWl5d0dpRjEzZlpweklYNktZTHM1V2FjTGdzb05CK1QreCsvRjJ4Ly9oZHVDNU5CN2ZTSjhnSUNod3NaL0hBc21GeXJlS2lGN29ZNm9ma2dSWFE2ZWQ4ZDZjcXVyS1ZTWkFQdzZIZHdZelJ5VjY3N1lmTTViU01zODRneGZqMnNFajRhVjg2NGNKM3EwWmwvem9nT0JhSzJTMUFodkoyS0g3QURRQm1mY3pjNldhMm5BSDB0K09RNVNOWDhtbFlEc0ZzcjBrdHM2aEtFVXNZczFFd1N5cTZnOXRtSEZtTXBVUXN3OTJsOStNUlZSeFpZdFlSbENhZkFNY21YdEt1WU14RFFrRHVudFNuMUl4NXJPWEhkbmF4REd2Z09pdTdSWk5wdXAwQ3BIaUJKMmw0OVFvSDZQSUVRbjBBcS84b0FQa1QrZTRMTFNiMWFheTlFNmVQNzF6VXBCVjZzaFRPNGtXL1J5SVdISFhEU3RWc1FFcUdCLzlDK3MxNkJuVnpkQ2hpeXdCUm1sbno5UCtXaTZseWNtM2crMTFQd1RKWUsrT09Ec0gvUEhFMjQyend3QUVoSXNScVJ2ZmlzYXQ1NXVMQkVsMzlwV1EyNWpWUGd0V0NUZFhUcE5NbGRVMGVYNWwvWUVVZnRUQzAxWEd2ZTVkY1h0akY0Y1NPUTUzQVltY1owNmlyZGdHcmlTcEd3T1pEOVprSndKUVFMWEYzR3NtMFRrbGsrTy9OT1hYeGFvT3c0bWpoM1lrOE83eDdZZE1CZTBlNGZKVnRCTEJRYjI1ZVFGYi9zVTZDVUxRcit2dHJ3MjNOZEFZOTNFM3BDQ3ZPbk1scXlYb2Q2SWV1QVVXdm5VNjRFL0svSHpFRFBkN0VDOGhPemdBbHovaWIvOTE0OStFdUJ4eEsyYVlmaVBWemJ2d3ZHZUtKbDlXd3UrMEsrQTZydjRyWHQ5NEtTVk9Dd21SY0ZTZktUWWRvT1BqN1M5Ky9OT0RmOTNHaWpTbHVtWndLU2JzUXBKdXVIOVVBZU5uVDQ4S3p1UithMmw2SkdBTDRIQ3lkdUxQOFBqTmNWeWFJbmdBS0dwdnFlMTZwaHdKMU1XeFRLZVcveUloaGg3Rk96a1diSzVpOUMwSi9QNSsyeGZaZ0lyM1VHa2wvNWZrNVBKR1hJL00zKzRscVo4UnNVSC9EeEI5MmhXaTZEV1FLcnJaVXBYQTlacEYxby9yVEV4bStRZmJNMEhnWFpSTDBicTIveE8vOU9zclkzQ2xOMTUrSEhvVFFvbHlEM3RpNGdUYlM5UUxhWHNFb2x2WjhGNDBxTmRaOFRrTGNrdm5ObUJsSzlaZ0tMMHNXTHZvWExsYVNPQ0lnRlcrSG9iNENVd0Z3VGdpa3N0Z01aYnp4UmxjTFJ1QytUYzhjeFVtTmdvb0lkMTJvMnRvSWp4b3VZTjNlTUZ0ZzQ5OGNFaFk5QUlTWkNvYitTRVUyYzVETjF0VFlITGVjYkUzc3kvSWkxbWtvSmVycW0yWlBIOUhUNEtZemduOW9XODdCNTV5MTBrOWwyMEs1ZzAvRm9EVnFTRFdBVm8xeElHcEphdjVNTmZPampBV1RmZE15TmdxUk5IbngwOU92U2JIaWI0LzJzeW1nTW5WcWRZZFUrNjJmWVBnZm5LYWFwN3czTTBCV0Y3UFdXd1M1TThnYXZTUUQzSW1wUTZpbnBnK2R6Y0tKS2V3aHVxZ1hDVDVRQUMwSDVyY3JJZlhSa3NCdXB2NGhPcWdYaWdOSkFRL3FadmRVOU9WYnJ1Nkp3eEoxd0NiMnAyQm5EN1MrL2RQMkd4Ymc0aTh6VWVXVGwrVTcrN1ptc0xiUE16c0haTm1qcUpKcUxkc1Z3dkJ0UjY1dktXbDdkaFcvMEIzdXNkd2F5a21abk5hMVlWMHByOFVudm95VmhRZlF3ekZMbTN5dnJpU3JtRFZQdlVkUFpqT2VOaXN4SVVOenNLQVNQY3dHamdrN0NQUUZZc2Z2NGxKbmpNT0xZV0s1QlUvUlpZRE9XZFhla2lyeE8rTCsrRFZrZ2hFZWIyVm03NjVsamtXbDUrRlpJQlJmWlZ4aUVmUFZoQ2Y5WXg1dzljcE4rOVR6eG5lTWlseEhVczBIU1pFR1FCVjJRRi9rellsZWVaZ0FGaDVZd3BUWUZySHNuTVphT3poelJyMTZRVTU3NDJiOEdUR01NZmNnaUdCdVZac05FUWNwUGswc2R4Q2lhTEFmbzJhVFFmNkkxaGtFYnhuT1Z4N005djJOaUwxV1VocTBwMDBxREUwQTJ0UDgzTmlWSm9yTTVJRTNKUmdlcHVJZGZnMk1sZlYySC9yZ2NlSEpkTXNKY3RwbEkvQ0dKcVVtekMwWjF6S3Z5dUE1bktWZnNHamdjaHF4N2duZmtjdUlrUmhub3BYbFV0ZDcyZ1BLNHdyL2ZqellDejFmOTZ0Q2R6TWVOUzh5U3IvVUZTaTQxRkhPdEJIN2N0UitQYWZIemNob045aHZGaTdCM09EdHhNUGN3UTlNWW1hK0prU09rRWxOWmJpN1hiTEduazZvRHNDUDVaSnRabCtTeU5pdWd6ZXhNQk05OWVmQ1RrUzdicFhBRTA2YUIwb3p5b1Awd2gxR05SQ3FiVk1lYWlDQ3NBU3RVeTIra2V4cm9vRTJxbDRoYzFUUDdQODZrQm1jQ3d5QnJwWmJCeCtJWXFqWVM2ejNrYTBqKzlnT2RNQzZsM2d1TU9lRnV5ckswdkpscjNRdzJNUVZsdmY2dGNkTVZ2dXgrY3I4NEdiM3lrbTBkcFlTZ2ZsMk9GZlJNOWJyaUpMV1NlZy9jdkluTmpHVzMyTzlnWEZlUmN6TkZvR2pNMnU3WTlrQ2ZSbmpkZE9RTU9YYW9uRXRVQUdpbmo2bEZ6SXBjQU9VbWRpQmM0Rnl3dUNqTmpiRi9nPT0=', '456722992_1350040909237612_2691433789309128541_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(109, '2025-03-11 23:46:21', '18010535561554422', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4FRu2l/hVgw3E5lUrTnyCEZaNjZJMG5jRVhnY1plenRaOFZHTXNFUGdFZytCeHEzUGhQdFdUMnVKa0hYWDFzNkdMR0M1bEpJUkVVamNGNzFBZ1lSNDVpZ0czdDVUVWFTYkk3MXpKUG5QbHhJNkN2d0pWdDdaak5mQTRzUDZaUVRpdEFHOFlMNHRxdHlFVHdGVlJEc280S2dPRDRHSnhTMi9KSjBrUkVISktkSFdOSG1UY3hybzlDKzFvdEN4c0FxM2VMd3haTkE3V2JTblEra1VvNktxSTBDS0xrNDB3RGQraWg2ZzVrV09sUzh1NStnSWR0a1VzclExb0xhQTJaL0pDTjduTmZpSVZ6OE52WVgrZkdpVit2RTk2L01pZHFmRkF3Y3dycFZJRWJjR1JjNDNYYWplWDJ5eDBvcnlHL1B2SWl1V25GM0RROEdKTTFTaVEwalV0Q1ZJc0hmaUxxcElNbjdwUlQvNzFrblpUMDltdlliSld4NXhoUG5vbDZ4QkZJYW1mS08zNU91SngwK2c4bGVGZkpMaW0yOTJ2YlN5SE9nd2pqQVB2RjltS1NKTzg5dno4T2d6R0h0azVkY0pnK2ZERVN4RTJGdXhoK3VaN09EbGtSenkyWTlvTUZ2TVZIWUJXNVhOWlRGS2xOK2JKWVZGZU9pcHZCNkNhZldGKzBUOEw1WWl5dlhTSTFCcmZ6ZE5yRFpTN05YYWhtUG1zWG1PS3l6Z3NxWUlWN29DMVpWSTlpMmhXMHI0MVVLdUhjSWE5ZGlDYmgvUDk0OFFRaHUwUlNLdlZxNWY0ek5ndnBQMCt6YXQzYWlPQmRGbUxkUzlmdER3TW9MeEppM3pudlF6RUIzeENtaS8rT3BCSlJHTm5ZN3NiZlViZU5FWVlSbGFadFRseWpXWmpqTEdvR1RYeThZeW4rTXc1a3dTM2hidVRlSVFXVEMzMFFMVC9OVXNsa0tCbkUydll2NmZzUmxSYlcvZW14SGdQdHM0R08wS1pBcElNNi9QaXRxOTB6a2NkcnNKMkIyakxRdTNEdEtQckJsdnp6djNBczl4NTdqZ1B5VlQzT3gvRUtRYTU2ZXNKTU1CeWx3eVRSNGZRUkRsY3cvU2FOcGpsVTB3SWlIeVhzTlhRcllpbHJDREk5bWd0UnEzRlAwWXk0UDhTOW41L1lueWI4Zjk0WFZqdDI5RHFQL2RhZlU0NW1ZUUwrVWM1czRPamtick5GMzdzNEZRQno2U3c0TGorNmpLc096RjhNcTAyV1FqY0dDMDZ6bDhCeitRTzR0SkNNYkFqU3hPN080VWJjM09rMzI5bnFqdkNIbDBrVzFTNjBYemwrVlhhUGZnRTFtT2tLNjJucll3eDBXUEhEczRBQkRVWW1IOHgraU1wMEV2dCt2dmEyQXFxQ2ZPbWFkVkswR0N5b3prNEsvdVVCeHVqblVDcG8wWFQ0Uk9YaXhwdmJlOEJmeW1MZWlHeElPMGFweXFnUEw1cU5UcThkOTRCeWI5VEJlYmw5SlVoU1RTWHRCcGZPcUpDTnF5TkErWjJFQlFRTDJZWDMzUzUwejdUQkFkV2pBa2tzNG94d0hYSFBZM05KdFRreEhncE14cmtkK3AyRDVaelp4Vkw5MWl5dWtONUZ3VWN0cG5jTk9TbjB1MTN2UEFqTXNYKys4UEk3OFh0eWs5MWNoQjlXN2xNQmg5bjBFbmk4SWpLYVpnNnp2UTc5enJOM1VDdnREbTFYeDV0ZkpaVUxBWkRLbVpZUmFQbGlWTDJxTE9OcHRPRzNHeGVXbWFXM0Q2K1JhcEdlaGRxQmtkWmk1enlDSUpqMWJtWlJKNXA1Q2t2NFliY05BeTlBTGhpd204YzVkb1RPMm5kazZudnl2QkNUbDZ0RGF3am8rVFZRL0s0U0hOb0FyTGpiK2djOFl2YTV4L2thSGc0MFJTSk4yYXkxSE1Bb2UzNDZDT3lWa1BzbzBwRWZOd1B4K3luZVNLWlJSNXJKZHd5a0pZTnJFUWVpZWdYalF6V2ZHVDB4cVlIdWd5Q294eCtNOTNjQ2FZZHZLMzlZdmlYUlZRZkpGTVdQYy81NC9TQU9KVkN3bkUxdklBdW5vdVRpM3V4YjdXSklPU3EzSThSalhQYUpxU0tnOXRxWHhCSnVFRDM4PQ==', '467955383_17985623129753450_6952569069149251569_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(110, '2025-03-11 23:46:22', '18289610524200809', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'FxVmjnju8rbA1SrRgeILs2dkNFpYV0xxVjU2SWNucHcwc0RMWTgwa2xQdS9QV0dxcUd2UE9uZG10YzhuS3FaaHJLM2M4YlR5MHlqMGNpdEVZMVJ6NHJYYnY2QkJWYm81N3ZvRW9jZDYzSWo4VWN4ckhwOHV2SkwrRmJneHpaYWFZeFQ3Qm4vSTVwcWZxR3Rib0lINGxzV0RFZE5TWktBOVd1ek51cmZpamI5bjh5cHJTelN5VTArYXFpclkvdGpmR2hnY0dOWnJMVjhYZFpKS3BrbU5pcDd4VzNXMWtYeU5WQWcvcklqVHh1c3kwMzY4bThFd3hqejZMZHJhd0daNDJqd2N4aW9HUVpSdnVVSzBxVDlDQU52cnpUNDN2bWppM21zSk1URVlRWUkwVDdramkvbWdiZUZldWQ0bGhReUhNWWJReDR6MGFObWoweHQzaytST3VYakNld3RYeWo1SkY3NFlwNEFiajBaSE9JS3Z6UVMycGpvSkhOSmROQ0FMdTBuL1NhT053akZLZFl0TzlHaExIZ256enFYUTVaS3p1b3hIbHlUb0s4cVdjSFo3UFBxNnRaak5JejRIYi9EdUE2MEt1Y2ZLTHBVNlA1cjFlcXd3a2Fud3ZoQzVQZkhGdEYya0o4YXdyYTVTcU45ZG53ZXBpU2Rjb0IySU9VRUZRaU9qNmM1ZHFMUms1WXJKd0NRQ2ZTeDkvUkg5bXZraFdBcnRRakdBNHJLL0ZTb0N5Tmpib3BYbVoyQjFtay9oMDZTZkdDMnBkc0U5S2w0ZXgvV0plYk9ldnVBNk9wYTA4cG52S0E2YmxvYXA4TGk1MHJmUXdKRHp5UUMzcmsyaUYyN2xNVU5LQzlTYy9raHZlcWZEVVdTUklETllYK0d6c0hTTjJ1cmZ1T0FBTG1Nb0paemxGWnN6YkloZVg5NUl6UC9BZmMzN0hGbC8wRjAvM3I4NCs1ZnJ6UHhuaEFkMUNVMHBTM1JrNXoxNEYxcVAzWWQ3Q0o4dkxValRtSlBKT05VdmRGVlI1dkpRWS9QQS9aREZONEsvQkVYSno0K1BNdWZ6dFI0QmpselNHbWt1eU9SQmgyU2h2OHdDOEJwNkVqaHdQSmVjYlBCcmRPenUwT3gwVmM3WTRTcW9CR3RUdWxIUkJzL0k2OGZoQ1l5eWk1dUJlT1dXYlN0ekhrQi9lYTUrek5CTTlSblAySGNyRFRlR2l3bE8wZ0gxNUR0ZGZRdWI3RHYydnp4UUtyMTJzOW5SaUdVUFBuUVFuVWE4MUk5NFZ4eTF1NVpYbkMydWlhS2U2ZzdDdjdubkFxbXlQSDlEczZmdFRhVEN4TC9zMXUxdXBVbTRQS2tBYmlMZHdaQkdldXJyRkVVZHEzMmJodk94Y25SYkhrZklDKzhFRWlNZ3oyOFhSbDR6UXJOUXJkclF0MGNyWjZvbWJnck03ZG92QU9hTXdSOWZDNElxei93YUxsY1Y3K2Z5OXJPVitoTFpPNHhnZEp5LzMwS2ZJemtUdUtyMTRHUGJRSmZFN3MzdHQwbXUvMUk5c3JuK05lVzNUTmhpbXBKTUQ1ZnlFbUNabUNhSFR5MmVwU1pEWThFV29CVW94QUV0NjhhaTg4aGFGa2d2T21VcjRvK0Q4eUdTMXpGakF1L3JFNmUySExXVjRwNlkrck4vLzY3aUdSWExVaFpUWUYzWmRDcUZyaXdadmJIRitPUDRrNVNHRW9kTUFNTnZBc3dQcVh0T1h6Ylh1OU16RUt5eWx2all2RXFFQmExOFBQYzdoTEIyYVVIUkVDNTVzUGNtTUhRcVpXVVdUS2p6TXVqU3NlbzJOMlBoby85L3lLbHNUUytlSk84Ynp6bWJLSHZEeWtSUHR0MDhXTmVDVW1zZktTd1RpMk9DYVU3MnBmYUZWWXZWMVFvOTV3Z2w4TkU9', '467777226_17985623138753450_7397596089812394545_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(111, '2025-03-11 23:46:24', '18096568840446927', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '792VkCMzeLIE5e3JOZcRVzhxWWhJZUNMd1dpK2tuK1RKRDlFRU5pQ3drYmFTdFZwaVpHV3FsQlovYnJsa0RRYWlkYVRVNis0WDB0SVN6VUxVZkFDZ3krTzdGOUhwaU5SemZDQ20wTGhiNTRCZG90OW9sSHVXbVFaSXJLS3g4dHVyZFFZWE5XMEVSNUpneDRoWVUrbHhWS0ptaCs4cXVnandyNnJTMk9GbTR3ZVQ1QXFZODRnd2FJeDdLQmdBZXlxUUUzeUhzbm5GWDJMczI2NFZodjgyQVFWWGJiREJhVDBocFlVenlDb2lPUDlTRUVBc05TUktwUUlxcEJMOEVhQ1dEUis0eE5iMWwwUkNFeWkwM1ZDQjJOUHB5VS9UU0g4TnZFOTI3UC80NFpBK1lBbGx0OHdjMk9XK2hOV1J2WStjUktCa3FkMFlqbUFkQWtaSjNHZHh0T0lDcUFqS09ibnVwMnhNcjlrcnJYOVBnOGVTNE1NQ09lRXJwcmh3NWM5VnFrb3NmWkVKbE1HRmd1YnBDWGQ3azR5N2dFUXhGYTBYU1BvNEpwaHVIZkpweU5OTThZZ1RsamRHcm1qZDhSbHM5TVNodTRnZ2xjNGJ6UFpNdGFacE9NZWZvdHZLallLOS8zZ3pKbWIzc0tCWFdHbVZOMTgvRDY1aDJpQm1FWW5xNFhGa2JHUEQvbmh4cVV3VG9sOGd0MU9mbFVEZHRKZ2VhSjVoeGpOUGt1dENBSUQrL1NiTkc4RDB4aWtFb0tMbkpIbm5ZYzZ1QStkQ1l3Z1lhWXBISnBqNVFzOGs3N0ZFRXR0NlB0bTI4UkRKQUp0UEZRUUhJeFgvOWZoemxuVDhBcU4yRHNGRlltY0ZISWRNaGhXY2dpT3Y4bm9TbUZabXB2Z1B6bHJJRmJmT2M5Rk1OSEtVbVVNaW1TcG0xZmxrV0RERzdDZDRuVkxyU0cwTG1scjlUdVBNMmwrdUlNT1h1dzBqVENJK3BmaEt2V1pvWm1pbEJnL1M5aWttTmh0N3Ixa0JkaTNvUzR1THFGMkRxSzRUZDNXczBWUDk5Z0lwMGJmUW5BTzRhZW9zb21OLzRJQW5pc3BkUHNjT0c2cjN5UlB5QklxTFhjcUYyYWFRMFpibm9qYkt2TjhKZ3pNZ2JKWnFkZGNhbzV6OGdqV1ZOekJxTVdHb01FRGxOWUZGNFRBcnlsN0hKaW9lL3g4QlpWZGlyNUs4cHUrTm5JRHRvOHcxWVl5NUdVUHY5SVdseEQrM3g3c2xFbG02Z0ozQjMwMjg2SUlCU1E4MGY2dkJDdENMZmx5ajZzd3hlRVJha09QZEFTWnBHVHlTaWhRUjhNT0luNTRSZGppdFBIdW5ZVWZwWExXa3R2a1hBdjRCUEVqMkZWQjc3OWRaN043VXc2QXJQWXVHMlkwZWZUNHBkU0NCL3Vac3lMR2drUXVRbmRMbW1kSTYyVlMyT20zOTQrTVV3WWladTJXeXJBc2cxbnhlUVNWRW8yK1RFb0dISlQ2NkJvWCsvOFJsWFJibktZRzgyZGI3T01mcU9UOFlXVjZmbytvS1ZHZWpqa3Q4NjJsMmVEeDB1ck9aZFZDWDc2OURxa0VxbHRHQldCT2tKbnZuMVR3UlZMV0xEclBGSDU2SzVidVB4OXp4bDVSVU1vRjEvQTNNQ1FMZnRoeUVtckE3a2NoTUlVcGQ4eWJ3M1hDQ2o3eGNTQWZEa2ZpOUxJTVFNRWI3Wm50YnBJS0orWm5CT1JDcG9TOHpGbFJFQlFDa2hlUHo0N3FiNFE3dW5aamd4V2RNemMyUHIxdlAxTFJPYnF0T2NhUzcxVkV2YmhDdjhIYm44aWt6bWt5T2hYM25NbEExaXVhNGUxT0hQd3F0UFhORlpwWHBTOW5kM1RONXdXbjJaTGx5bzNac1hPZG5oOVduTE9UcVd1U1lmNnhyV2c0MGZ6bUJNYWxHK2Ivc3EreUQ3ZFlkcjJTQ1YyeGoydkhaa0I0Y1FNdnA2V1N3anAxWmZqcEhhN1NqN212MWhlZTdVdGYvUWgweEpoSDU0ZzUwNXptZDNuOUNmMDJHOG01OTIxTmsxNzN3ZDNpeUNVN1hkWXQwckNsZy9KZ1Jxc0R0UlE0YmFzYk9mS2Q1d0N5NDh2MWplUkc5NXVXbnZSYmcyZDNUdE9lei9sdkdaRVpBTkNlTGJVSDNTbzJsYlB4SXZVTjhSbzhxQnJEUDFOYk1lQlVmZU5kOEZWQ1VsQ0hBYXZtNUQvQTM0R0ZobUxEendRZ1YySHFjWk44TEZPcUpEVHRHcFhhZFlDMW1FR3g3dkxZNFg3OFI5d3N0TjlMaFRvbS9yMXhndmlFcXBNSHAvN3ByTVp0TExJVGdEbzZKRHpheEhMeGx2SG9DYk9mVy91cUdFdkswUndBV1prYU5aeEV5TXFQZjZlNk95anNWNnJKZy9tTFZaenE1OTNWclJCckpnV2F6YjlFU3J4OFBteGZjeUt6QjZ4SWtmSXJDMjE3N3U3V0pKRytLcW96OWNxYmFTWjRkZyswUTQyVno2RTRmc1ZUNGYxdG5PK3ZNdVFlV21sQnB4ZXpDeCs2eWN6KzM4d0NLbVN5RXFSQzFKeHdHamF4UWhKN09UZnZ3Z3hlOHhuMmZmTHRMM2RvYVR1ZWc0K2VnZ3JqRVV1WjZubVlNMFlDNCsrWjZjSFFRWWwvejFaeGgrcld4Y3M3R0J5cFA4NkpvUjV6SysyY1RFZjBNZVU2MllEZVZ1SG1lcGxCN1k5TEROQTIyTzVneEVTNDNORTliTlh6ZUdnS05SR0IwNTBzY3pRa0JEdkt6UVVqWkw1L1dWelpNWlhIa2hZUHNSeUVObWVQQWRxUXQ4SDRJMEg1UnhhL0x1VGRRSXZzREhvNnE2YnRFN1A3RnVxV3dCSHlSVWN1eUQwZmoyWXpWVzJ6Y1RZa2hiV0psVmx5aDAvV3V5c2swZk10cG04ejJ2VTJNWE1abWtFTkVyTkpQempZZElxOGZwMy9ZdGpOT040Y29VN2tPc0l6L1p0WmwzSDRYdXNLbTZKeUU0SVU3bHFRSkVJbE5xaFp2RmpCRWl3T0F5aFVueVBKL3hRcDhjaVdwSzRDK2crMnk5cElNTGtDVllyYWtjVVpDSm13OXNjVEoxUEpwTDk2T0RXaW1VR2R1NEJnWk9abmVTclpYWGhVa1d4T1lzK0JYd09Xa3BYbjNXQXhxd3dwT0VTMUZocTRRNDJJSExadzVPWGpnUHAxdGxrcFZaSGJaeEkweFZjQzI1b3l4Q2svTzc5TXpZTzRaaDVFNFNZc0JpT2pvY0Jnd2R1anNOaUVNOEUzNFpYTjhiKzV4bTNUNnR2WldwTXRzVWNOS3hEL3JGazJHZ1gvamJMWHhNNVBCQXIwcXRUcm9FNEdGbVBYT2tiYW95NG1mSmJoSUZFZHlhUE5IZmdGZGR5ZmFRYzVURHFtL0RvL0JLM3JrNnArejVzWDlrQ3BjTGdrOU5McWRRUUt3bnM0U3hxQnU3UitkOEVXcWhwelZWUE9CMUVIVDNFcXVYSW9mYmZlWnBUQzlBeDhHZmtWMVpxdXVZR0hXVkN4L21nTGR1bXNwS1BJMXlLeks2RFhlaVpiNm9VYnNNMU5EK2I0Tk0xbUhnYnE1Ui9mdERmMW84RVN5c3lZVXpRNVQ0U0xOWEFBUTkwSUZ5alNtSGNQOEc5RG1RT2FzT3hQNzU1MlZzdlg5bHpsejNvNVRSVmJpNmd0T01CS0pRNU80UExSUWhrVi9GQVdscTk2cTl3RG9WR1BGNEx6Mm9XMWZIRE5MakVhOS9ocFRpdm9yUmVrUFg4dUV6bGVYUUplRkw1SW9pZjdBc3cybmJjY2VEQXJZMDRJT0F0RTZIMURmWWNMVmNWY2xLd0FsZVhZKzgzc08xNDNIWmVaV2ttRFY4Z0tMT1E3N3dvZ2NhZ2JTSW5uZUlVYmVsdFQvRFUrZmh4cXo0b0l3TkJYbkpxOC93UkM5SWF2d1lseUNHQnRWc3pZbHhNMG1YUmNQQXlIZjgrSEljajBFSVhVY291YWZBS1BxeXNhRjN1M1EzZHBXOHBZbVIvREhYcnZpYTBmbmMxdVJleC9RNXlCL21SZFIwWVRZYUZCY2dkYWV4aHlIOHBOcVo2bkdlM1pnRHR1cnBGR1BWRy9tZlpQUy82WVNVNjFOTThGRC9LS1ZLbG5taXJFcTZPbVUxSmZ4TlUvRkZnbTVWM2lGaW5uKzRkUDBQM04zWGJKc29KNnlseW0zbWZrSkM3WE8xZndYcXBsNytGaFptbkZoOEYrRy80MFVzaEFRdU1uTFA0ZjVIb1h1dFpwRzBabnM3V2dzRVVnUnRZU1pFRTNicWpkdDhKa005T1ROWEw5Zkg2TDhJZ1pvQjlYekZ1WGZYekFiaW5rTzA3RGFqTm9QRG1WeWl6ZE43eEp2Q3M1SFJJRnY5N2YwU3ZWWnpHSmNmRWlNWjFHQnhBQXEzaUhUU1I3dEZVSzIvcTJIb3MzYlVmRlgwRklLMHVibEE2OVl0N2Q1TSttZHV3WjZKU0IzL0V0MVk3UlA4SVFYSXdnemczYndqbS9zTGpZOUV5czBEZVRaUVAzNEpXZ2ljNm1sdERnUnJxOGR3b3NDVzZGY0pzQWJ0eDJ4UE43Q0dyNm1LR2x2ckZSelM0bHBYbjUxc1F3Q1FhVEJ4d29TUzlwbnZ6ZFVlMjM0NUZhektRL0Z2Ly8yOStnYno3WmVTbGs5WkdsTUFYTnZrejJFcHM0UTRuMGZmNG5xaGZpNVFYYVRIMFNNYjlBNHdDeDBHeDZWclllVXI1M3VmcExLNklXSjhXYmVrc3QrR0dTNk1MdmY2Zm5XUVhxazB4OVN2VkRDbEtybjcyZWJIL3VrNkJ6bEhRUktNTmhtTXRxdCt0M2xUMTJVditTRE1NZ3B0MHVoTm9Ia3pJYUUrd1VYWWRQN09RPQ==', '467773425_17985622982753450_2210829477828181849_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(112, '2025-03-11 23:46:25', '18218125132303390', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'KGN5j0fdv/YlUZ3x+emMhVR4VytxS2RwRC90VnpkMDFmVFM4TlRPYWFXRktwUWxWcHV5aEtBSWNxRENLU1BSYkRUM1ZHY3Q4QVloQVBhcGYvemJzUHZTb0dxQklKOXJTRkdaQnc5ei95dWV6bFM2bVhSQjJEZG5idndlQ2Z0YXBjaWkwQ1EyWTR2TmVSYnFJTEZObHdZbXhsUEd1cWhYNUVOcERRLytDYzBXL25Kd1VNWW9SdzRHUGgvUWxYREEycnFtTkEwYjF1a2RROFdJZnpqQll2cUFNVUJaYTNHclNvNUhGVWRKNmh5L2VacXZUajdBNDh4cjljYVdMYjJVZUlEd3B6T3M3UmhnL3RId29SUEdzWE5LbVIxb01EdGNmdzNtcGlwUDVBRHU2RG43K1VIZVdIYllQZVlmQXRTK2RDeXRFRVpYT0UxRFpIUFNSbVYxUGdZT0lLekJib3IrOTgwN2tpY0ZqZy80TUgzd0U5bmhJblhUMjdpLyt3R2xyakk4NWlJZW1sRjV6RUlqVnd5YWpySkRST2ZpL3lzMlF3aFkxQnIzZEhQVXB5YXZucm9ibUVWMTloekplaEhsbUZxNzlCd2VTblkrL1JGRVZrNjJZOW9WQ0J3cmFtSnVjMHdFN1hyc0FETnJNTHhGblRSclZHNjBnRVY5c3NVTk53Q1ZLdnFzMmh5eEw0U1lHUUFhQUh0dlA0bFZLR3I3SkQwamxScy9laGNQZmUxMUZreXd3YVE4Uld1VjR1VFJWWkJ6cmxPaHhCYXRpaDBHK1dJd3N2NUpIek1wbFJLTTN3SnBhOWN0VzQwR3RYNnIzRm1ONDBlU0VxSEZ0dnVyNmxFQmZYYXZIZk9UcW5Vc0hyUEVMSllHNWZ0cE5sbGZZS0Mwd2Z6Z2paM0szUUNwTnE5M1FKWmNvakNKakNLblBXc0FHajBvdWkvZGFGT1crK1pGRzg4RXRFVXgxRVhPdm1qL2RsTC8vV1pUaTQxd1ZybDZNOFBoSC9WN2F6R2doRmk2cC83SEpoSVRRQ04rS1BvOXJiNHd5OVB4T0JablFjZFRPelFncFI0YzhLZ3YxM3BoWU1KMVZNM3YrTUc2aEZ4bDE0WnVpVTFJWTdWeW15dUJXNW44dEJPWGxHOGZPYWRFajRSMlBHakxURG95dmxYM2x4UnJhMTUwdkc2VEdFS0w1L05WVC95S09BNlN3dnNXWHVzUGdTQVF3ait0Q25pU2ZxblIzeThqbW8vaHArVW00UkFkcmQ5dU5ac0sreFo1MC9xVUpmZ2Zrb0tsdlpUWnVsNDc3REc5OTVxMlIvakRxYXR2OWZoV0VnSURrd24wWTljRVk3WEIyS0ZvY1JkQVFJT3ZkU1crdmtoeFJLdkVpWFVHeUtFK1BMVzdmNURBd3g2ZHBuSWU5bDFWU1Vkd0JZMXhoS2l2NDNkT3dwdFVDNDFXOFprL2pXb0crNzFqTHZoN2UvN2VuUmJaSTVyeWRaQjhGYjZFR1hsR2czeGNLK0cxeFhkSHhPMmJ3NzFuUGhiTEhPOStYQzNqTnBGQVgwazYvWEFLeVA3a3RueEtmbXFkcFA3MmpleEV2ams2TVVKVG84bVBjRC9kNDhQQVkrV0I2RCtlK0tmSWxCMFlEUS9GL2JRcklQY2RGQkhOeDRzeVA2L1laSm11U2wzcUlRblhkd09LWVBVTGRIZDlpNTB4eGVtZGRXeVZjU1lPTUFIZXNMWTZuV1E3c3lQOE5iZ0dxeEpabm5ZalhkeWVPUUNsYVFDcjlaOXJLVVVYbkkyVy92SWdLUFN4RkJzUkY2VkJMajBZbWFwVHhVaWFJaEVXQnd6VHgxMTZJMHViR2p3RVZ3c1RvMDRkV21iNEtNQXZGMTdXNGswbk0zZnptbWRXWVFZWjBJZEg4NUhMVVAraDlmdTUyMkdlUmRrbTEvT3pOVjFEaGNGSjYzZTN6aW5COFR5M1pjdnRVaWNNMFAyUUZLTGFZRGV1KzhiWjdMUWZNMUtlbjJUSmZPOHVaWEpsOHRRRURZbHZkWUdjNzcydXBxeFhtaC9Hc3RCT3d4ZHo0YzNJMU9POHJnWTRDSVREbDNUbnNvUT09', '467976512_17985623033753450_247274284780043644_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(113, '2025-03-11 23:46:27', '18043591570783101', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'D5iJAK687fpLfX1+0Di5yzhINmZmUGQyTTc1RmwzemNIbkFPSWdnVGhyMnloMXR3N2t0VGIwMXF3Zko0T2pvV1ZjdWVFanl1alNFSFEvN1ZTMDdINGgvdEk3MlE3cG1JeFpwcWhWM0JuSytJUzBLbE40VGZ3WUZ6bmovOGI4TTV1cWJadEhqV3IwWlU1c0FWSzV4eTF0c2RrbDFKVXVCN0JweUtMOFk0TkdkQmN3czVXUGoyeEpIcnNrQmg5aldRbXorM05mTENzejZ1MGZ3cmFqaGRGaWZZREtRTWR2N2V0UnlXenZxQVZJcnJ2QmFOTWZkMHQ2M2U1TExhMWlndXFkbjFBZzU5enMzMjgzRWJhWjJWMGJWSm15YmlZNHFrbzJjb04rTFd1R3R5cTZidEhFTUY5TXhXbEVIeFRNVFJSTU5BT1BhL3RCZVpJNllBcWlWcys4Z1F5OVJPNnFhUjVGcjVWUDV0VTIwUzV0ZnNUcHJuT0NzL00rR1NSUEkrcUQ0ZnVpaGl0S2drZjdWdlRFZ1lycmZXbThIeFp5Q3VhZVp4c2tUNCthdlp1b3RISVV1Y3RLS2R1M2x5V0lma21WdkI1dDZ4ZmdYU083M2NoZStvREJLWkhBNzFQNzROclcyYVY2cm5zRUdrMzRINnVtZi91MUR2NkNUb0R5YytDeXVWNVNhdlVrSUZ0dlJYRzF4aUphWkZoTURiampwU0J6VHZjZ3pDeERHUVNYNmYwOFhVZzlPekdXL3FYZzNOT1JPUWlnT2xmTnJjNmI3WHBCWlQ4UGN5Uk9EUTB0UTR2Z28vWjVyb0tIV05icGEzMklrcnpRaDBHSmZFWUYybklIeTNnVGhLWlNGUTBpQS9OT1cvZGliN1kzOGVIWkN4dWpObzhSVXA0SzRyaVJkMzFPamJKSTBVWEtOQS9Gd2lvNGVaaFNHTDRMSmNUMEJtY3RoY0FhZCtpWVdvanladkNSdElqRzFwVnlnY3I4aWVwdUZ3LytJVWJMUU0rUStRYVhLdlUra2xxTnFtL09aQnpxY2VsVmIzRDRSVlM2bkFVN3lyOUt1ejdPTmdQODJZOElJMEVpREY5SVZJcVJlb0lRMkoxMTF6eDFCN0J1WWc2eEZWQkNwUks3VEtpdlJmZEY3SVZWSGx5Z1hxWCtsdGpvNk1VM2FVd0RndG1oS3ZPazR1elZveXVYMklnVXR5VHlwcWVZSndvWUhxR0NUZjJMdXZhRDk1bW9ndXY4OW9LVFR0K1lacVJFMkc3bjFWUm95MTBpMld2YjBkdzk5b3ZQZjdCU1FGblh4ejBleDJYSTY1NkJvSHd6SGs3VFI0cnNJU1pzRjZUMGFiZEJwTWMydnFJSGxDdUVQZzBqMGN0dlVidmNvTGF5Smh1TDgvZlErcWdzTzZhNXo5bUlMMFE2Y1FQOUV6YS9IZWdzMVExYmtHM1FzWldTZFhua3BnU2JNb3lLSHN1K1duWkhmeUoyUkM3QWFEanBZQUpBWnRpQTFIR25ZcVJxOGtIOTFwelVUSU1USEdFOHVRSExiVGhnU2x4T3gyQm1JZTNkQjduTHlXTWtvNmFxR1RSLzRuZ09CMXFDMXowSGNtakRiWkdLS1paWVBvaktERG0xb2VYTEttS1htMHpqWG1nNEw4bjI3Q0ZoK0hIYkdsOVpQVUxDV1BXMVVKZndYYTRnWnowcWNSTlliVjRtZkZGaEptNHhjc0JkZFNpOE5keUFoT0FUemdBUk1vTmJoRzZhUEozZjRPUGQrd1Yrdkd2OW5OWXM2dlorQWIyc1ZYalQ3SEE1ajQ4L1RyWFVBL05PRmY4UjdYZS8wK1dQUWhuZjlUY3hrRDl2bVR0TTc5UTRaM05ubzRndHdDRlZnUjF4RmNsTi9jR3k5WW1ZTHg3UTc3ZnZTVkVuZWNBYWNPaVBDWTJXOXZ4TTBtVWQxeW9zWlowTWlpMHNHVjRRdlc4WHVkOEd0bWhvdm96aVpSK3JvQXdrb0pOVHdTSG9oWHV2L3NxcFM4bjlaRDlxMXRsaGVGQ3ZqRUJRQzlMSzV5M2Z3Z3pLSDJTamtueEdwZ0lsV1Fkb095aXFDalBDN2ZhOEd6Qjh4dExvUjdVRElmWEF2ZUYzZjU5VDhqeGJtZitUSm9ldlJubTcvTkMrMThRejBXdmEyaDJSbzhqN0VONHYxbnlBd0oxRTRlQ0gzcXV0QWs4WHBhUldXT2RPY3BmZGFrNDNOSEZNcFhnUjBCWjYra0NzWnZiTm9CRkpKY2p0cVBQOFQ0ZnEwRG96RnRVVUVKdEdHMXhuY0RqQ3RMV0FBb3NjV2N0NG5hM0o4MTF6SDNtWWptejlIWXRlSXA4c3ZJTUFWdTYzQlBONnJPOWhmYnVNZ002dDVSK050VHJYTTFiT3hiREs0c3ZocjNPVW53TnhueW12VEd6bkZjRVQwbFh4VVhtMGIyVUp5WkViRTRDd0czZWxXQjlsQldsVytqZ3Y3WnFLQjZ0VE9xSEt1YnNHOEJseE9jWlB4Q3cwV3BNRUp6U1dJL0cvL3FVSWlOVU1oa040ODRDamtsWnFHaWNpUzNFaUZYVFNrRDJ6aVpvK1M0SDdBUjVXSVJYbHFLNGhWWUpqWjJ5UWZVckNqcUt1Wnp2azhPcUQ1SHJQVlUzNTVaWkIyYS9oL1NaY0V0Y3BBdVlVYzJ0Z3VKb05BdVo1MmFNNkdLaXhjOHhWQWRLdHRJZnREWnBPK296cUhyNnJFdEVRYWc2NUo0QStydnRQNlg3ZUE5WmJ0T09pbFNEc3o1VmozU1NLcUdYMVZDQURTamdvVElnaHhmRU5wUDFtSUxNeEJPa1JFWFJubnp3cjkxa2pZWnMvbW1WSndwdmdsdGwwTVB4OWZZV2dnbkQ0YXdpM295YWlFa3hIWk44cGZYRlhYbkJ0aEpwL2prUi9OT24rMThQZVNvZFkxNDhZT29QY0hjL3pHM2VVRlI0aFRya2hCZ3ZhZXFTTUxSZGJOYkJ5NE1tN3VPT1V5Qko4S2V5UFZSTG9xSjcvU1lwV241bFRGNHY1QkVjMzJzc3NxdElQZDM4d1JnRFBMcDM1dm5Sa2E0WFlsZkdNQmRObDlHdktIZnQrNDdNQUZIR0JPMWJpOGdmSjBoYUNhOG5uSU5yUkpNL0ZwdFFKZlE2d0p6SU5WTlRoOEQ1MkJzeFk3VmZhVmhqeEdNSi94WWYvSGpON2ZPeUdpc3k4Mm1TRnFXWkU2dHlOREQ0Z1o1RVM2RW9iUUxPaTZaZm5qWXRJU0RQdEhDaWZLeCtvWUhJOWk1a0FFQ0JkcWtjWW1kSVNGVytYMTczd2poREpxbElSWDBaYmlueVcxZ0srcnVoZzRPMUFHLzBwTFpvRkVlOU9YZFkvUlFCK0hqWGpzUmJlaFBkUml5SDlMbWZqNVNBcWt1', '455150030_2228237247512352_3924489319726462775_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(114, '2025-03-11 23:46:28', '18003878576432210', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7RSp3DjeszD+AH1xbAyV52hSdEJWdmhHcVNYQ1JxUkwwY0g5L0twY3dTdnBPdFIybTlCZElSTm1GKzQ5S3NWZVN5MGhjYVQ3bmxkK0hPZnhJRVM5K0p4MWQwTktlbW56RmFQTjlJRTZNSUQxemJyQzRWSTdEUE9xOGpxaG5sVDh3ZzRER2pEcVRMbzV1TldCa1Erd05YTUhWM0dYTlZlZnovU0t6RExxS1c1ajBZQ2oxN3dSaW1jYUJ3TFZzR0xSK29qMXdOSXc0RDluNDVicWwrc1hOa09NM1Q5WXNtcWYzYjlnNzMzZXFPZjh5ZC9uQ3pPbllxOWtHZVQvWHB1QU5UK2pjTTkvWE1ZTTM0VktZNWxLR3ZmK2FPOHJLWUxWUm41b25ycFp5N0ZvQmpYekFidllMRFdxZ01PUjZGOUpQc3YxaWpXNFVjVyt5ZERET2dVUTczdS9FbVVVeDVPVWozcnpLMEF5dmlSbkVBVEFvc2Z4clJlcFh3M2ovbjRobkVUckpFaUFxd3VnYTN5WUxET21VRll5OVFidVB1dDlzSFJwVzBIY3ZsMGw2S0JXNzhRaXVRNWFRZXN6WUtQSWNFdGhzVHhwZ3pPM1ZZNDRFbWxJcUxUSVN3TXNPVVUzcmt5bUxNKzJmcmZqcnRrakVzM2dhUUhJY3Fhdk5MYVY0OWN3OGE5MlhMaHNrZEI5YTVneEg0MGFpMk9DaUViRHBGSnpUeGZEMndBMnpzY2hNVnk0OEJiNktIcFJjTDBRZGIrb05LK0Z5VzFzUnJuTFpGWmx4TitacVZhcGIrZ1o1aEhueTJEZUYzNUhxMWxTQnJVNndSTjA3UGJPWVRsalNUaXdvRnVCb2lRdzZaZ0JCWnQ2NE1QUlppcDJ1VnNNbXBQTG0yNUR6WVFiK1VRTW5BZFhaZjFTNzYvN0V2N2tsVGpQSDk3NVdvQkJLYkdmNUJYNFhNVW5MY2tkSlh0bCtLWktBdytJOWZLQkJFaHdrSDBDTFRzUThNVmlmZ3Z1NDNWenJ6aG1rZkFxalhyczEweFlBZS8zbVZKREpuU281R3JQRE82akxrbGRrZkhUWTRLNGdMbFpjUWpJUk9oMW9HTk5GSjJFeFlTNW9YNFNxQjM1bkMwQ0o2eThXQVhaWDF5TXBZbUd2eFFWN0p5UW5YZXo2bnlFRkN0eGsvMEFGTWJGaUk4N1hPMVppZlJsUTV5WFZhUUpaV3BTUEw5djVkVGx6eTFPU1RLMzh1MlkreFBwci9Pb1YvZldBSnNtVWtEd1NselB3eHJyUVh3b29HZS9tSm51U0FqUDczekhHYllGTFlaNktNNmJERTBiUzI1UllkYUpZOXBveDEyeS8vU3d5ZCs4WXgrUDRJV0ZjNTJodjIzOUgwRmU0cGFxdVBBWnMvYkZ6OWRDZXhGOTRsMm9namY4bGNjSUkyQ3BYYWFKaE9pU0p0Umd4NzRRTFNRTk1QUVFPV0d0Tklva3BmY3I1ZTMyTHp0WlVUQ2JSUDNacXFPUEpaMmdEV0ZPT3E2Y3Rya2NxVGlaSW5IajRjOWx2eTJRd1ZHRDhNMytiSnE3MlJ0ZkkvdkJiU1E3RXczT01lRlFvNEdCekpWZTVxeVlyQmtJWDlPbmszem1RamVFbVVjNmxFc3AwWTVDRllRelovSlpRRW5XZVdjSUx2cXQ3em94TlAvalBYVUpkck1mUmJ6Y1lGRmFHRDkva0VRejV3cEVqRWtkKzBjQlRkcTM2REZPd01PcFUzSlk0dzBiWFhZbXlEU2NhS2VQTzFPUVA5NU94UE1xcWNWSUpCM3l2aEpkVjgzRVZjbzM2VXgwTS8xd1U5UVhPb0F1OS8xRVY3YlhqQzlpOGdLdERTMDB2d1hNcyt0WStqOS9jejdES1NsRTVwaDN5MzBMZGNoc244NlJhTGVUM3hMQzNQa2FNQ0hvbU1TTjZGWVNtSUxJdDVRV0hvU1Y4YzRmenArdmdvQXNRUjNaQzBMQ3NCaTlUNnRqdnI2dEFGQk9yUGlXRWFodWQ3U2RTdXJxejd0ajYrQ0UyVjR1Sm0yM3lYa0daRGJQbGtuWmpXYW9EUnl6OVNzWjRZVERpTUpHY3lhNkx3ak1EbGdXYTFiMjdjUERMWHZYcmVFK1pKcmtXRUoyMmc1RG41TWZkZEwzM0xtY01iUVNCWUZlZ0VmZFBkM3ZNN3Q5SGdtcWo5WDBDZHRaMmlsTC9UY3lMam04OE0zQnM3dGhQcHdFOTc5dEIrTjdBS1lBQnZBPQ==', '454663117_17972366171753450_2761204392884486934_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(115, '2025-03-11 23:46:30', '18034043878933372', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '48zZLx1A/U2gBCnRVfnVoDkyQ2ZPMHRiL2VNUjNmVEpFNEhIanZOT3RQc2NPZ0kvVmYyTlRHaDFlRzUrSEM4ZUJ6UlprUzBGQzU4eTJaQnV2OElKRXA1YzBLTFMyY1UyWkdVM0lOanNVSEk4c1ppYmZYcWVHSEdBbmJ5OTdWT3JGaGlmbk1KWm5nZEUxb1hXT2lUWEpPZnRoVkN1Mm9EbFVFMm5rVHJPYlRselVxUVFnZmtCMzhYUUdndXhrekNRUW5KcjNrWk1kdUkrT3lxSTZEQnYrTkRVZ29xaUUzSTd1S1BlRkI2T2x6aDUvZndVUXcwU3RhUS92YUNsNHMwRDR5WGpqeEwzVlJxanFubmRmQkM2UmsxSzhRLzFYZnJnSmVDUzIrb2xnVVNKNU0xVDY4c1hvYlM4Q0xiMmhVSGduUW4rUE5oR3N0WUxSYm5FNVluZEtpd0tXb0tTd1lTOVhpK0MzQjFIR0RLUmdKY2RDdEZWNEVGSkxlbnJoa0VyTTl1YU9NUDJHY2FrVmdhbStvMW41dmIyQVllcFY1VHJuM1ZXVGtPUC9NMk9yYUttUCtkK2hjblhVS1JmemQ0d00wNWlEVDA5WEMyMUd3YkhPcDhMemk5NzRiR1NSMmpHVTEwaWxJbHplaGNLMGgwclNqUEVvTVN6c2p0KzI3c1Fhb3UyN1g4dUlTQVM4U1RxVGhpMy9jSzl4R2dZdmZld0RTdlMwTVN4dHV4aGVxS0IyZFQyNG9QVVpyT3hCaENESGVWMFliUXNoUnRQUjVaSEsvKzM0cVlrWDhpQVVnVnJUNHhHNmYzTnNJR3ZocC9hYnZHanAxV2kwK3hQams1UmdpdkZNOGw0Y3l5YzV6OGhKSkNxMFQ2T1hTeFhLdVNFYUxXRnVlekxINmZxdFF5M1YrRktraGJOTzh1eFczZGxKVTI3aVh1RkFvZHBhM0VhTk9kTjJTeXhsK2xSdkw2Nm1LUnJKK0xzOWI2T1NYeXYvZGpBRGpSWGlTbFRzUW52TFVpam10SWJ2eUZWaVBtUzU3bi95L3RGSXovcEpFL1FodU84cEhGNXpvREp5aE1xUk5NcEhrVnVpaEhqeGdSZGNSczdhTlhmMS9aaE8vMndqNUwvZm1YZUNacFZZYjlNcm9PN3c1Z1FsT0grTnNBOTBnRVhsZHZsWC9iVDZoRm16VWF4Yko2bUxyeldXUWxrYUY3c0dyZG9HTzBTQ0g2SGVIQkROL2ExZlhxdVZ1bnJMZ0pOWnRtMVJJL2sxaVkyenFYRkdleFMxNUZwbVNJcDROdkMway90bTdpekRuM1d3OHRiVkFob2djNEtFcmlXN0RVNm1va2RRdnFUZUNyV0hLNW1BdFBIVnpucUIwWWJrV0Q4cHZOOUg1MkFvVFB0ckttZFdONlZ0dUt1aCtCaVAwMlA0bVZwVklGaXFNNWpGUmtsSWdoWVo1WG1Eb1grNzVvbmwyTDEwTFRCMlFrT1BVWndUbUZJbGdzQlZPUGNPVnc3akpSK09hVHNJUHAvTlFzU3FxckJQUm1hRjEvbzlNOGZ0eGhrQmIrYTZXQmtHRlJJU3JBN1Z5SGxDT1pTWWJ6VVNtSjlucEVpUXJScmZSOHNETG9wbHZIbWkrR0tBNmRHTU5oczkxUWZaM0hNaVBsbVFqYVZHT1VYU2hXTlV2ZTNZdjlMZXpFQ3M5TUZBZ25hVzIrOU1xNXJ4cVFTTXJyb2FIbWdTc1BYQjdidW85WE9EdjVXdVRzSTVKUGplbXZtNVVmTWFLZER3LzZqeUkrQUNsaFFXVjUrNFZsTms1SFpZdUR1dllXSlpoL2xaS2pxVU1NVkxHK1lrclBFNWpmcGFTUWRYanpxaVJSdVk2VVFmUnZNMkpyNXNSSUErNnBaQXNmYk8wRUpFT0pNczljY1JvdGlTT244RUFjTnhidnhSNzRYZjRBTVV1ND0=', '468087630_17985623219753450_557446784807859364_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(116, '2025-03-11 23:46:31', '18040422397947096', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'peW0L00kdzAFNC1iajkkFnBWTlhURm50cEloQXVUbEF1Z1pScVh2L2dYV2phTy9QUFRZSm9vTGRtMTd6NFFWMXl0MTM3VklUZVQ3TWVBT1pQZHJta0s0dVhWaTUvMk5CZFZOOEJYTDNEdVZSZ3ZWYWhKTWQ5U3NJdmR5WVVEZWVna2U5OFQrV0VJRlh5ejBLZk9wRlRkVWEvMUV6RGszN1JUaFY5Z1RCbWNPYTBoaFNpck9zNGhFYm5QU3VPSUZnMGNNYi9pNUxUSnl6ZjR4MVErNW1FSTJycHdPbTRrWHIzVzVETW5LUlMrODJwOFF4YzBXRTE2dTQ4NmhPQktRQUJrNEtNK3ViSnArWmxQeTE5TzlMaWZOamM3TkhuUEdCTUFQbi9iRE5iclZEcWdLclJMZUdNbmwzTFRwUzduR1pJMTljZHR3dzBWSHE3U2ZFOXZSbHZwb3ViWk9sT1U5MDNRVjFadHRmdDY1MXpKTXptSFBRcXh4V3dHWWJCUlFWRzlhY1p1WSsrZGxRM2w0WFduRE5TeW9TRTBHMXg1OXkxdWdtbUJXTHhaYnp2RHZmdWxneTltRTdLaXNvK1VKeG93Ykg4UTVSdlRjQWsyQVlxR0t2dVZhM0E5TmpGUTJyQTlCWERIK05Ia01IVHJ2c3RvWFVvY3FyK3ROcU1FMm9IRFJXOHM1aktNTnNjZGJqS1dvQ3pGT3RKYWFOaFZoTFFMcjh0ZFpIejBLbHlPd0RVRmN1TnkyYit4QWNsazdxaytranNnU0xBVmxtWTZjd0tVV1JRSXJ2cUNDNk1kZFA2aDhJT0pmeGlqTmlWY3J1aUF4cW5HSFZvaFJ0czJGMG5kbXJCZk94TytLREtTckE4VU03YUNJaTNRWk5QVTV5MjIzaFBaWWpxYXFjZ01EVjhPYytyMW1sSFpUQkpPTTNZcEN1K0dPay8xWXFnRUlrMHV5bk80S080OWJyY3ltTXVnTklFOS9Bd0RydnYwMEVGOTFJNERHZGkraDhMb2lXRS81dW1aVDVtdmY1TWxpU1pwUnFucU9MY0h4WmVyRjFzZVB6SWdJRmJGYkhHZUk4R3Zkbk1UVmo5OVRZQnRFa3lpNDA3VjNqbDJjWEZEbVZZUkpUdEFoOFE4cE4ycGV0TEN4ZExFN0lPNm9sSWQveEVxOXc3cWUwWlZDUFI0L0F4RlQ1VXhZcjVlUWFlUEk4S2V3ditKc0ljVWV6cUkwRUczWjNEK21Rc0RSL3JoSWE3b3k1UlROWVVUMjVxQmM2OEF4WmZEYm1vNkhVelVDL1M3N05EV2dkcllBdGdPdlAvMzMzNS9UT1pmYlAyMUVVL1dEZ0NtR3h6eTRIR3ZIOG9Bd1lQUExSbmNGYmFSY3FMTDNSelFGMUNNL2I4SUVqWGowcnhTUzRMSGxHZy92eURFd3dQcHAzaDYvTitjQ3Y3SjZvQ0FlcmdscVUrMzA4ZmFNZ0Y4WmhQK1dwUkRLS1BwMEJMNk42YTN0eVJLdldjMzdKOXJWWEJBOFBTRzZJRjMrU3ExcFRWNHRlQzM0dk56aGx3Qy9COTg4ZUpxK3ZVUnZhMmcvMW5XY2puQm1RRWp6T2tUL2UrOFdJNkc0U3p3TWROb0p1QktjckNwbUNja2p1d29oMzNudzVMOGQ4Q0tjeGp5SDhjUmpkazZDR2Y3S1gxU2dEaTAyQkdIVG1vM2VwUXAwby80Vm9aZ2JkZnZ6RkJYWkxNWGJUR3RtOWtsNWtNQisyTmEzMFRLWnljYmpobFBvMldESTVmRk1QLzhkNFJiM24waE9ETDEzeXBibnJ0dldBSFR1VFVCM0o0dUhhRmthdnZZSXkybTVtMnprWTJwMS95S2o4TzZwWDAzREFQaWIyV2p2ZUJHZ1JrenBNTFlLK2pYQXZRWk1KbStKclpVL2hRckM3aWYydGlMand2dm9ZaW9CaG1Oa2V0a0VKME8ySERUWkNTOXBGZWhGNEc4ekpnVlZpdWl2TlFRaEV4MjZuTmlWQmlmUG02VW53NzRqRzlRRExKd1BnUHNvSm1lRUovQ290eGVKcUIyaDlGR2VFZ3BjWW52ND0=', '467869311_17985622121753450_5857147989498068436_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(117, '2025-03-11 23:46:32', '18089339722461592', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'bRzoLQXSgtrb5YjQesX8VWlJMlRkL3BPSjR1ajJhc0lHZWEwQXd6SmpXNWFvdVlEcUEybnFjNFZRVzFZR3ROTkNBNzhDYmpFTDROaHFaeVlzUk1GWkJ0VStVRWVOMWZITE1Yb1ZMTUlvMlgxWHg2SHozVEltZ3VGR1Z6MWw1WnVSVHRMMGFvK2JTcURLNy9sVm1FNVdPY0ZCdk14V2hrYUFjekhkb1ZCOEVmSE10d1l5bnRRRFY2ZmtxSmJibHZqcTZBNHVMMis2a2ZzTThrTW5HcUxSRlIvYW0yZUdQcXhaNDZQQThHMnRVRGxEcVp1Y2Y0czlQalFmemRtMnZpdHZqQW81SG1VZ2o4RmFSeU5VaTdhWSsyekZ0U2szL29DYkJVWWdTMHlBVnI2Mks1Y1FwdTliWDdKcG1KWnJWYnRkK1hjMkN1V3lIVkN1Y2twRlE1eEYyZ284TzFTbXZxS21XdzFhSFBMVHp1emZQVk4xejUycHpqbmYxWlpSSVpXWjRJcERUYjBjNngxdHJFaWVPUHM5dU01d2U5YkFOcFNxQ0ZCdDFTakgwQ082Mjg0STQrelhGZElLYjgvVCtCUTJQNFgySE1yczV1bVRTZ2M0Vkd3Z1QwZXpWc2xaeGNjYmhqUTI4Mk1adWFXRjFCVjVWdlV1M1RuTDFoczFuUWFhMXF1Z3lJU2VrNkdGUndxelYyeXg2N013QjBBZms0OHdSTEhDSXN4cHFxK0MrZSt4WVEyWUxjMGJkN0NlemJaNjJkMTc1SGJrTWo3VThzV3BPalN6UEpzRTk2L3dMMWI0aXRhcVhaTFBhMGlaVU9CNXNCNE56bVdZN2tJV2ZUQUdHWmo3VlNsMTd1Rkw0cmhibXFFWjFZRWNzNVRsQjg2T2ZCRVdKdEJxNEVHVTdMZ01uRkF2MlQxQi9CV2hNS2tPQmdhNnBzbnFjT29TM1dKaDV0U3lxWTJmdFY3NVl0a0g3RTlVNGFtSjJKSkIrbnJieXZQQ2dSMlovVExGQVlxRVQ1RjNJYjBRd0lNUUh2OG1DUlkzZ29ubkUvSW5zTjc2M2JyT3duSjNNYmIyVXZtM2txVC9Zamg2Y2h1Z0dxL3Y2VnM0cU5zVEx1Skp3VGMybGpZUGlzbVVvN3BoUVBrMk5lOGNJUkxTRkZOT2p0bUYzSEdhY3R2RnExTlo0RGlsYm1Ud3BqakZmZlBwbEx5TXBrVEJadmd2UWJ6anZXS2QyZ1lqd2tScmhMaXQxNHFmdjMvUU1FcmtOUzl4Kyt5NUk0Yk1Lbm5aR0RWQkF0bW1pckNUSUhaMUM1cFI0Nkt0RWRwZXhIM2tNd0FlL211NE1MblZXbnNZMHg0VEZOdE5jRHdUT0c4OWNYeHpyVDAvZEpLRkNXYnIycWw0R0J2VGw1L3RYL0QzNEFRTlh0SWxjaE95VG5TdDNiU1pJWFhHSEczZHc2WVB5dHdBSDJBUnlGMXh0SUVmRG5BdWN0MzlZS3kxaElFRE5ZNW5qNUFnejhTLzZkQVJIdlMvM0dMcG1DbVF3NjhydXdWbmZFa2FId1piMittRks5bU9Wcm0xcGhIUGVrMnkrbUZsbnVaMnVDamRhRTdrOFFvUWhFU2xCQVEyL3V1dWp1QzI2VkRpNGgxMldJRjlxS2phRFpjM05QV3IzdlM4TW9LZGx0OUV5d0lsVjJXcmYwRDNraFpiQzdCSHFPS01pM2Y4Y1pqSktOWndNdUNORFI4SG4vcFZzLzFVQ0tCTmxCQjQ1dDYzMldMUjMrSlJhdlF1WVdSbUdKRGRRRkNmdHlhSml6aGMxSmtNdWJJK0RZZDc0aExBaDM2emlLRWpFN0RjaGdibTQ2YlZLR3QwenFVRzJ2S2gxeEUxbnFlRFZJdG1wRlJiQnVyOEszVXNnU3NQOGhmYm10VThIY3YyV2thQnluVnJYZmlYNGhieWdUemp4Q2hJM1pXeVloYWhrbkZVTHpVbkNGWkJvQ3JLSUM4dlVvUXF3Nm5NTEx1YzdUTXpEY3dYWll1LzZkenU3QU01cnVjVEZDTmxSbFluN0hGcElxazFDMFcyTmpsQjk0VEN5TnFKWWlOZHY3NHdMS0tBVCtBL3ZTU2gybk52Q21CeTZmbDhtM0gydStCdS9QS3FGc2ZBVXFjS1Z0WUkvSUwxYktPc1d2OUVEbzg5a2RocEtrRHJFazFiNTAybDc2cXhHUDJGMEZ1SFh2VVplMmd3SXhrYkpJRXRrL3N0MEhUS1g0Snpkc0Q0aHZGeXRqVWViVmNWeTFRWkxmSmFMcXdzdjhsWDRKV3ZkaWFHci9FemdYZlRwYTdsaGpQeEVPYzdzOW1LblN6emV4Vk90cTB6NWxhMUlkdENkenBhL3hEUmpmKzRBalZHWmhaZ3BSb0NYY3pXbmxIRElSTGE4NEI1L0U3T0VOaDR0Mk9mcTJpaEswcmlNV0crazFuSEJncnN0cVpqbVBwbDA1NnRYMENBa1JhRENhdFBGN0RoaUdrUzFpK2VqbFFSN2xOdndKQzB0RjFEa1hTVjI2OHN1eXN4ME9yR05PYTlkb1BYOFVUVlZQU28zamc0dGgwdEZRMEljRVM4bXhzT09NdUgwVFpJUzJYQ2sxRzNlY09RY2MveTdXYWVYc2dCU3NiV01NeW10blN6TWNsamJ0d29nRnFETkZOWTVzTVhCQ1BnSk1wQXZLZDF0aXhXa3NtTjZwTFk1VHJZN29LUjNTYXo0SkNPbHBEcnRQVldQbFY2VGJZeFJ2a09FRytmVldKVXB4Y3YwSjZTUHpjMEVDb3N5a2d2ZkJrY0JSVkxNM2d1aXRIM0FZbkE1SmZSb3RJMUhpUVBoZmZLeXIwNzErbTlKUG1xb2UyTkxHK0ZRaU1aV0ZaV0FLZEo3ckQwWmtEdThzbG9NaDgyYzRnNlpiL1Q5ZEkyblRsd1k0aGp6UGVmVTV5b1p2Mi9UWTBVdkVrMFVOWjVvQmdsZlVFRnd4NUN2UE9uaWZIMW9RYmlkRCtRYlN6WTA1Q1hjMzZScUpnY1pia2dQVmVmM2JueXFNZCtTT2V4aXNUZENIdUNIQlBQTVordm5YZkxacVgzdk9FWE82QUlxQjNTUEIzd2s0d0ZWY016bjJDVlRZeHY1VjRYRGJnTEdkbkJPU3cyRUsxeHBBbTRHekVjcU1uK1VEL05qUkhMSmJmd1V5VStwSlFYV3JBWW5scVJDN0dOY2U4bVdQa25lekRWUHFua0RCZ3pUMG9xUTdCMWNwb2FpVXdWbFY3L3U4Sm1vSE9ZREswTVVlQjllT1E1cEpOUkJ4L2ZsT3ZEN09vY3VGaUd1WXZTbnFhSTNlOUVZemV0ckdmbXZuSkZQM3h0d0dKWllwRHVRZ0gvNlJNeVE0MnIvWG03U3ZVQVV6dkdLRHd5OWpnSVFlTjR5NkVmVVZTVXVLVkljTkhScUxEa2JidzIzU0tPYUV5YVBiMHRlT0dpWjJCTnk4Y1g4ZVhGNkFmOSszV09ieDlYSEdkNWRzVUZ0bEl4dGdMT3RoMjJNSlgwNXlHSEFLVEVkTmtDb01xS1h1dnptQmQvb1pvdWNVbXpTdUJDVzUwaGFGUEpvaTc1VXlGOXQ3ZVZ5QU5BcTRDb29UWktNa0ordFZyYXFnRkdnTVQyQ0VFbGZLaTZyWWgya1hZK3d0cVRBcXhCQUJWRWxEQk9WZ1IwZTFuUmx4VWRuUHFjMkZoNnVmaE1jMC9yamMycTRMcVRrU3NPc296RVNIZWFObGw2UjNnL1p2YjBrVkhGUlhra0s2ZGt4d0JKNlpEN0ZycTZ0UE9KMzA1MTFTaC9TZzQ=', '454390600_1189060765741420_7088855942642127978_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(118, '2025-03-11 23:46:34', '18014750600256349', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'fUwo1oSOGuRR802jjQgoOXd1Q1BwbEY3L3FMNi85OURWdUdkUmJZZXJtUnk5cVczL1lEWE5KV2U3ckFVVTI4NUZEM3dFN0JmSk9xWmd3NGNheXlrSnFjd240NHpzMzRNYmRxVFd2Y1czNWpRWG5LZ1RyVExTMjVkbmJReFpQakZnZE0rekRqTThwd3NmajFaQmhrdjBCL3UxUk12Q0g1TG02RHpHUUFpT25ld1FjOG12NnpsclZvK1VUdXJhaTBqd1FreEo3cWpHb0duZ2I3NHI3bEdLM2xMeERzQlpVU1B3eFN6TnFGcnJGTFNEdWlpcmVMdnZIVFNIUE94dEE1THRRbjJ1c2VXV0Y3eDJQd29UUlhzdGJJeUQ4QzB5a0dMckp1OVJzK0N3Z0dTaUV1anVoYVBuRlZEUWdXWVZOanJRczVTOEl0S3ltcW1sNG1uQnFZN0RqeG41enc3MGZuV1duWHlnZk9LNjRCY1ZvTjlNL0dFMittbkNWYURHeTlqTU9FakZ4cTZSWlFBNmZ6UGZFYTlQQnE2WTBnRGFNZkFtR0drQWc0TWlxM3p5NXFveExYd1MwaTV6Q3pCMERGMmxmdnFCKzg4cU5SS2dXek9zK3JpVlhQUUNLK2lzV0oySXBiTVEzdmRqSnEzNnA5RUpIR2FxSkR5TVNWaStGd2xBZ0x3WGJxUnQ2NmsrU2VYOGd6NlpsazNqVEpmUU16R1E4QkxuWjRITHd4TTJqbmhHTFhjNGVZRjU2bjZuWkt3U0JkRTEzS0I2TklsZkFVN29KblhzNnFUYTB2S0VpeWZ6S1ZNQm1SZjRjRzNEcEx6WUpkb2I0Mzg0TEJEQUlKLzBHNGpWOURoWDFoL2l5azNMZ1YxQjhoMXlteEtxMyt1OTFzdUxSQ1VWMVA1TURxNEpxMGxaaU42K3VYTjJjYlFJUVRTK09GTVY5dDlscHdKNUErenV1VUUrRXBLMjFKcnI2MTF1SVlBTDRhUXpxeGp0UWVaSEdUYXFKZFNLM1AyVzZ4cUFRS0l5bGtobTgzSnpsdU1Ed0ZYOVJnQzZyc2pNVWV2NHZhVlNIZ3pRa0g3ZUhqaUpsV293Wnd4SCtNSkFKS2pVK0lHNXZ3OUdZbzMzWjNPUVN5WGV1OGVzV1MrSTRhcDE4SUxVK0twcVU1NGFMRmJTaUV1UmtKN2d4b0ptUkJleGxyK2NGaUhIYUdTZUNWSytBMFNLZVhqalF6WEhXL1dJRlNmSFJaOFZFOHhyaXRMWGZ4N0Q1ZUhsQzRaeElCOE5MRzAwejFxODlUcm9uL2RkbndKbExiczRhUlU2RzJTczA4L2NPK1NYYW96bU1idmxDNXlWMDBxNngvNWt3TjVBeTJGMmViUlZ0alloUHgvMDJDTktsaGhqaG4rUXJrUDlzMDVyanJQNExIc21ZaHZSWUtuZm9XbzhqeDZSaHRhWU9BTnE3UXdrNmpsMjJ4WjJENGFrQnZ1TTNmandIUUNXUGpuUVJneXVEQW9YbWhQb0Juc0RaQ3BMZ2JGQkRvU2YxVkkvejJIZDZpclFVUXJyQm1RZ3pSeXNSL0QxR3d0ajc2UXFRU21xbExsSzhQYzRUYTgvbjM4azh6d0N2Vm4vNVRuTDZaa1YwWHdkSFNJVm5lNFhleUpCMkhBejIzU2ttOVl3UnFya3FFeUFTa1l5bVZRaFQxZnA3WmZrS3hZdmx6SW5LK3I3b2hYWDMrYTE2NlZHWUYyTGI1dXYwUWZmZXc5L0EvNHI1blhRTUpUcWtJUWkvNnQ1NGNsak1aVmVSelN0VXNnMWUxZVdUMThOQ25jQVlLZjhNM1BQamw0anFUdHcwcSt1dmVBa3ptMUl0MHdsK2Q1M3ZpT2tJWkJBUytrVjhDQUdlbTk4TVdtaEl2QnJYdy9PU2Z3djJDWlhmZ0NWUitRMzJEeitNbmJuc0prcmdObSsyL2dnZGZzRFppMVBmMlFFSjlJYXlLVXN0UzFIaG9YVmdOT2NXUUxrU2VHU1cwVi80cGkrNkZDcFBma2hyVDJwK0xUVG81Y3NNMk1NRzBBWUZqTWhuZjF1R05BRGtUb0ZGQ2VhenlxREFxQ2ltbW12dnBYTGpOSU9uZWg0dHM2RXc9PQ==', '467729454_17985622106753450_2059187137030053512_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(119, '2025-03-11 23:46:35', '17855400840232455', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'QdtLAe8xKvSRP5vJbleGtEZGem1IdkJjeXNkZkRiZ1JhLytXNTJXQXJkMkJ2T05sNTBCNHhvcm54SDBSYVpiUmY2NkFGVFJQRFg3TWtZSlErQjRiSW5scjRSK2RpS1JqRDFBZERpNGVJUHJ6L3pVWGxzeWZRYVJpZzMrRmdjOXo0dkh5dnpIenNHbzMrNE1oL2I2azlvK05tSXdVY09Fakk0Nys2VGpRNnl5cG5XNWp2bzJZWTBzTUNUSnQ3UWdrVEdZSExsM2NmUG1zNXVTQmkxc0xIMm9yWGN0ZUIwczdxcnJKVDZFUkVuZlloeXczL1NlWXNSWDVwbWJzWVV2bkZ1NWwwVWkrYXlKTGl2ZmZQSXRQQW9tU0VocmE1RFVrWmVxZzZSQU5Wb0tYdUZZcDNVZE56dmJzK21IRUs0cVVqZmpIeHdmMkpXOGoydFRjS3dTZ0FuK090SllqWGQ4bGxFZG5lbU1JdWNSbXBxRm02cm1lVU1GWis3YlYxQm1IL0plMnBrbXBjbXVnMi9UU3BZckJoanFpYXhIOXFtaU9GMmlCUDZTSkkyWVZMVGsvc2M5R0htbkhRUlFWUU50ZjFlTVlLdjI1MHU4ZysyaWJiSDZ4RW5VRjJCT0VVVVdPeXgzdmVUa0JXTW8wTHdFcW54UWl5YXR5eDNLZUxoUksyYkVJUVp6cWViQndZVjlPREgvTVIwWklZalZEY2IvUjFLMGtLMzRaZllIV2NZSUZ2dEl6c1pQOENraEc1Mmp1STFKTE5NaFRTNUN0NVhPV1c5OU5oZmZSRXZ1UzFwcGZFNjRUZGwrWVpjcVYyaXJJR25DTDZtUDhFTVRmaUJlNjU3Q3ZLdTRrT3RDTDFyQ2tHdUNoZGU2RWR3dUV4Mkc3cFZ0amM5UDlaeS9TTk1sdTlCeEFuR1pmblh4L0dEekZoSEpPeXZIZDVxcGYrd0hjeXd5UUxHMXRMdXRqYktrcFJ0RGNSVFppWjFkM05qVFAyN0c1R29GYndZN080dTNSUStnUWhVVnJMa1hXV3NsYWN5ejRsK0llbnJsbGZFWEdkRXJHeDIybFpzSVV6QWNMT2VDNkdsdllKbXBweG0zTE9SSTBvZzYrVjdwL2YzUXNKWG1nd2tFbWVOME05dVFYSG05YjlCSWlzdm1uREdCUUk1bkZ1MDlGZkFVcjhidUNyVllua3dwTnJiRHdqbTI4ZjloMXd4cmRQeWpwUnlFNmRWanowbzNZLzBZekkwc2lZOUdHalZoRENRajl0a2RIWGxvNjN4VENUYlh1TUsvTFF6N1RaZWxwZ2FndzBJTm9ZR3M2KzRvSnRtRXRpRnRuQ1Yra2dlcHJLT1JhWFIrQ25mSEpXV1BGV3BmN0R3Z0prYWFQN0RwWmYwUlp2TkFsbEU3Q1d3c1BLL0k5SXJtVWZKWUhQSTB5WkhnS2VDc2hnUjZqblpGd0tGWHMvdk5ycnZ1TGF3UlRFSVQ2N1V4bFd0MEFMTFk0dHhiVjVHb1pKZlFvRzFqZXdCUXprSVYwTVpRYXVOZkloOXlhK2FRanVwZFc3ME5jdGQyaERCb1dzbWxIQi93a2x5QnFLYmVEcUE2WHU2ZXR4T2xOZWZoSy9kZGtLOFpmTGNGdXBLY25nbUxXVTVSa2tBSThHMnFNbm5ieGQ5NVVRM0dGTzR1dVZ0eGFHRlo5TFFxTW1OWG1tS0R0eC9sQk9XMFBnckZwYkd0RTFvR29SakFiQ0Y2RnMzQkllMk1rdEFyNnFiWUFFTEd5am52MHlONGwxaEswdTZodmhhcFJPZ2FHMjFxNXdhTjhKQTVMWFVvNm90bGhhUUZMdFBmZVNSdmlRS09DejAvUC9XeXIxQmkyQlBWWWZUbUd2ZGV5aGtrWllWcXlrYnhnMkpybDkxZU96R2hwOVNHd0NUb2x1dUlzM2g2dTNyS2MwZm1XNGtNaFovckdhbElRbzFGVDErbEZxanVPUkltZTlnempMTm41NzhZQjFSaFgwR3BZb2JucUIxNklMd0puKy9tNkNLdjZwOUVFZEJ1YVFoUVZ4clNqbE43bm5MRFc5UTY4b05yekR4c1RGcjVyRUczRlhnV3I5TmEwYVNNTzhPclJCVExwbHNiZGgzRFFBTWZpNmJPRmVYSUdoQnFvTDdET3U2V2ZCSTNnRTFoSGxQRWxoZGI3WU5obGU0RFFpOG9NUWsxb3ZlSnBCdG1OTHFmaEh6Wkw0b0pQaWlJWlhFZlZFUTRqNXMwMGJPVEdtUGQ3Q1RtUEpIT0NQL3lPRDY5Zk9aWlRjd1p2bTEzUlI2UVJRUTA9', '467914679_17985621995753450_3536209182495918051_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(120, '2025-03-11 23:46:36', '18012595337290285', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'C7DLuGMTLdezVAwC9u45rmM4OWhVenFNaEphZVBxS2RuZVhSNDIva3hRcXdtd1hnN3lwUkRkSjRvdGVTc3A3NWw2WWd5eURPQ3N6emErNWU4ZVRITU45U2R5TUVHYTllcGhxdXIzdE4rRnZDQXhwZHkzZksvMzZZMTNZYzQ2ZzJTUzZUYmE2OVhTWFE2THhFaHc1UzhxWnhRTDdXNWRUMW5KZzl4WXBkeW80cU9jS1FGMlBISkJQUTRXN3ZEdG1rNm1seURkRTZzbUFBWlh1NFFGOEU2aUppKzlNWlp0RjNxeE1sZ3RHUGNSZXZUOXY3N092SnMzdXQ2V01VdW1nV1pFc2l3eHdFNjkrTHVDQUtKc1VhbCtqYjVFOHpvY3hodjU5THFFWEVoc0h6Y205NnNXZU85c2J0UndqSGJKbkMrbStWMVdyU3Vsc1RCVkZDaEVtazJZVlJnZ2RwN1JTR1FWZk5ZcTYrV3NYcHJ2RlFVd1JYK1FoWHRzQkRTMklFbkJqUmFnWkZTeUUxR2g5ZFgzckovMzI2bGYwWG9TbkJDaGNmOWZRZ3JVekNxWDNTMk5MTVRDWWJpTUFkVFNYOXZPU0VMTUltaHdEZUxtQ2R3TTlieXVHMHIxQzUveFp0L05HaEVOeUlCbjFOUXZNc3I3cjFFdTNaV0djS0dLZzB4c05uNUVTNWRZZU5ndmo3VG5Cdmtzb3dJQTVlY0lKbkxQTlJyNkJicXZuOEhaZ2p1Ty9yaE9xMzdncHpCVEZMeGRzYzR4VDJVMnJlalI5RWhOMmZBM0phaE5Rei9FNXlEdUt2MXhsSmd2VEQ0ZFVEYzBtMjZtbGhSc2ZUWjNRdGtqREtqTDBKaEVIYTNtZ3BRUFRqNDRVS1ZkNkpZN3hjVHNJeVRUUW9GcUljSEF6Nnk0YUt4RU5rcFNPNU5acUJ3MGNaSTFwbGw3aDV0VWNLWlBFa0V1ckFSV3BoN1ZiVy95blQvZnlpVGQvNzZqeUErNFNnbU1mR0w5MzBEcEJrY0FvUUVJdEI0T3M1SHM3ekR0V3F3QUFYbnh0QytTUytFNUcyTXN2ck5ZTEcwQnJjUG1xZllYaGIwVVJCM2ZVa1dXbFA1cUc0K1pnRHpPQzdDaXVlR01McWFjUVpnVGwwcXc5c255cTNuRUZxNmN2ZWl4Qi9BenZZeVZySnBLZHlJQ0tpd1VwSGQ0R1ZhVVVsR2JJQ3lBc0xuUDkxYTdUaXpMN0xGOC9xVTYzeXRhWW02cHdTcG1qSmFNM0xPTnhMYkVMVzRyK2pIUTd2MnNZd2dVRTJMMXRyTFQ2MGtzTVFpTHdLTW53U3pNQ2Q0MGd0OG9LU3Rja1p5VUYySEtPcEp5YmVJT1pGUWg3MkM3TDhMRHV0U0F6K3hCVmVBRHVPV2pmcnB2S2hBM0FFU3B2bWJLTWRYMUE4bGtkMy9ncExpeWY1dkszMi9yUFNZQzBTaUwwVGVTajlHREFXZnVYR0h5S0lwNU5UbDFmYzc1dHVQbW5YRmpSaExQYWxZaktEZll5YURURHpTNGpDVzlIeUtPY0FBUEdURmJBa2dXZ3NjUktqZDcySzB5ZHFYRmxjeG83dUVjVGtjZGd6YVhWbWdydW51Zm9uNG9PN3NaRlRKMUMzYkpreTgrN2pzUHBkUUxnaXZRL2pnQkxCM1JNUjM4b0w1TEVzSHdHaU5pS3VCNHM1Z2dqMHIvMVFrRVVPbW1sMU1qSG1Ma0dmU3RrWG1EU2grUmZCLzRoTldyMjd2NUg1UWFTYXBpVENoM3YwQ0YzZCtOQTZZVXdRenFMTm1HZWJ3UGZJZHNUbkhPS1J6TjhjcFluVmxXUm84VUdBZk0xNDI3ME5QK3pkM1hpWUZlVVlsQzRCNmZHSlpNMmNjU2lZQTFVUmovbHlqNS8zQVNmRGVhbHF1T2dhUkpqUkE5bGd3MktoSGYvKzlsOWFQcmYyM05rMzJmYTU1TzdVMmtyeTQ3dURTSDgrRDR6UjhxbTk2Zm1LYmsxZDFKcnJjSlk2MTJVMVUrcHRyN090Ym9FSzhBSXdtQ3YwcnNFQ0t6V3pyZ2daM0dxQUdsRWVRRjVKMzNLTm4yOFA2b01YZy9hL3ViLzFFd1B6VStFV1ZOMDdzZEp4Wm4xSXNPd282Z1VxYUZjQ1Z3bjIwSmlzQURqQXlCQXhxWFF4TDFhTy9iK0tEK2FoeCt3PQ==', '467741944_17985622055753450_1436707490624999149_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(121, '2025-03-11 23:47:21', '18059587372627813', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ULtjTY3TSLueYzdzrjQyI21STWJhV0ZaSzBIQVJSaHg2c0hiVUN3bVFyVm1mcGRiS1ptZnVnSjg3TWs3YTMrUC8wbFJlQnVvS0RRTXV1bGlHRENSTk9TSjV4bWtRODNLa0hBWEUvb3Q5N0o4RytrTW9ST2ZvRmpOd0o4SXorbHR5dXZaZ3g0VEhvRXlYTXMzcEJYZTdPaG9iUHlxU0lFdUVpN1FvWnB6QXdYRTdON3RzZC9ZYlBvQmtLKzdMYjQvYklaTktKNHNmMkNPQTVqRUZHQnQ5dXlVellYdHdlMFpkdmFvV0JVVi9IaTlmbE5oak91VVFJaWtzRDA3aHpWRVRYRnFVZU80VjV5UjBsdUhEbFJnUW5OdXp0aXBXOThBMXpqRDNwSy9wVGZoa2NDTDlJSHNkNE9lTzBEVFJlQzl1ZU5vYTZqUExVUWxVZzMrNnp3MzByeDBtVGpPcEhtcHJJbW1MQmxCUDkxWDM2cUpDak0zck0vRDhyWjUwS2kzdFErZkhxaUQwaTlxdDVvNHNwMjFWQTVHcnhSaGxMTFNsNE9uaSt4Nmo4WVhjZFJLb2psSFhJd0JuVFIyRS82dTA4dlFhZ2MvUk5nbWl5RWI0c3EwcGIwN3dLcnBzVC9SbUlHOWFaK3kramVKbStCMlk1VjFIT3BxdVpCdEVuNlNiMVpwM0h1T29pZEVRL0lKSW5lNlc3QzMrVElCOXZidlB6SEdkelN2bkxwUTduR09JMzgvRnR3VzJaaEc3aEdTaG9reXlZRDRkcmRrS3VWQmNmRFVZSnNudmZoU3RNZTBKN3B3bUFEcUFRNlRDRWtxVldabjVmOUhWMFBIem16aTFzcTBKRU9GSkFsY1lOa1F1d2k1WjQ5L0hZOUlrYm5YR2hXVHBKUlV6a1ZoMGtjODJ1RHlSL2NtNVp2OFdmeU9FUUVILzJXSWhaZDR2aTI2ZTRzcGRPemdvMms3RTdzV1RVT2J3SGpWTjBSQXM1d1Q4TlRMTm5GMXNxS2lDeEpoVXdBZWdYcUpFZ1BnejhFNGljRkpwT2lSRmUyZ2NIRDc0eHdsRWhSMEpiWDNRQ1VXejRXLzF1MVl5SUZFbHdCUjBCR2pwUmQvdVRINnplZFIyOUNKRkxTUTliVjd5eXJwNHk1V0Q3VlN0ajhQWGVwaXUxdDN6WEhZRGQvTytzOXRsT0RKTy80M2lyWlVWUU11N2dPWlVIb05pK3BvWlhIU05FKzRFeDlxdEdpenVhbmZpakMreUxraFJEVnJJMEZWSVJML3hlWWN6SlB0UGIyT0IrWmR5bVdScnVFWDFkSGozVWEvbkIzanA3bUx3WmhFUWMySzNwQVhrWHBDMlJaM1hsR0JZTWV2RnZPWU1IN0JFdmVXUSt0Rmd3eDNrMFZJV3k4VWhLUFBiNWZzZHc1M0EvM3o2QVVwWFhxQUI2RVB6bWVNUEZGM2xNMHZ0cWo4VkNlalYwdVRiRGw0RGRIc3BqUy91U3gzVmRGd05naHYzcGN3VHd1aWhBcDJZKzBCOWQ5OU1Zc0JGYU13bFlEd204b0dlUlEwSExjVVJaczd6a1h1cHZ3TFEzTFVJNGVjeDBORWtKQzVyS3VxcDFWWGZMWTdlOXBVM0wxSUZUdmxFZTN0cmlwZnFyYitQUklZdEdIZGthSmpZNVVtc3FMOTBJQWJUUjFFYmpjSTJqMllobWhkSTdyTERyd0hPTllBNURLM2FjbDNyazVSL2VyNEdGVllBUVJ1N3Zxb1VVcXl4a1ZkWlBMcy9veFhmRnIybzh0dFVFcnA1alFiOGZXTWJCN1AxYm45RkZEd1BEVVVoZGx0RVd3SHpVeVYwU09uTFNncWJ2clB5Qk1zcnZpbkQ1b3ZEcVc3b1RQcFBacmphenlSSEJHelJidlFaRWhBUXBrczZ6bytYVHpMUHM3WnovVWI2aWdPcnBKV29MeXFseThYYVF6Q1hDRG1YUndINjM5Y3QxNnRDdG1RZ0p6RHpyREdTQmgxVEhMU3Y2c1hQOXl4eVdXVVE5QzZEWHVqcVFNZWY4RTg5THNEanN1cFdRUjAxZ3h5bEh2VVBGdUMzcFJNLzgyY3NUdXVubXlSWnI3UzUxNDRwbTNrTXpsbmZ3MzVqZlp4Q1F5akdEeVAycTZ2S2hMT1VZNTh6RkVOOFVLbG8rZE4xK0liSEJ1Uk4vVmhkNUt6STltMHdCSXJpT29VbGNzWnhUcWFOR01SOTIvQ3dLZHF4SkY4Um5VV3RQOEl4VzFvSUJWU0pxVzlMeVFLVXZ6enJSZ1FUSDUybVM5UVZHazI1WCtvR1lKL1kzQVVXaWliczY0MlprRzhIbm8wN2NFS1BlbENsSCtRSm83UE9HYUwwbVNsVzk3K3EzRkE4MGszQ3VKSEhYb0FlNXVicXhOaE1vcEh2SlZZa205Z0pGaURjTWVqTzlUbVNlM0FjZThJYkZqUzQ3UVoyV3BBajZjS2h4b2cwaHFBKzZ1YWltSERLZkRVN012SjFCM1lwSWFZR3NMYXJVQ1lpWHpva2pkdnQ0aFRQdlFyN1Y3WTVmWVRHS1hPaklYSUp2d2dGT3F0a3B2V3U5b3NGRGhXeGllaUJycmhRbC9VTlgvRmxKbVlyYTFCMGZ0bFBtYXU2TVp6L0F2aEQ0T0dubW5xZWxkbVdvWmVZNGhSeXNDb2gwYVpuV284c2llNzZwK01xbWRRYlovc3RzTURvVXNWMTFJbFdUdVJwSERHdEhyOWpsbjVmcHphcnRJVytLWlowUjJlZUN0SVJzU0w1YjhPQU5DL3dENGxhM1VYbkJ6MXo2MUJWenpiV3llSUZGV2JHQXlqQ01ZZlpobnBwNSt3THk5SHJpVlZXSmdOYko3V09pVVF3NzZCbmkvWDlBTmhWMEtaVEkxUVcyblBOZjAyMEpPZ0xKNkZFWXlVZVJ3S01nQ1Y1TzhiN08xUVVvb1dEWGwwOGhkUTNjM2lEWnNMbEQ3Z09UYU5aNWc4WWI3akVlaVhEd2ozdnRGU0NjWllPbk51Q3YvbVZjZW51TmpUTHl5MzNuZ3ZGOUlqRHFlVTZ4NU1saG5QdzBsK283QkxOcE5VamVEOE5obzdiMnA2STBVbVBkNVZ5c3g3S3dmbll3NzJwZGE2dVZlUG12elZlUTlFVTZ1cHRvNTVpTlR6NzRHTlBMaTVTY0tBRGtESmM0MTdVZXRSSUVmSVRwK1dHUWpiRXVhK2UzbnRhMHY4cFlPV01BZFAxU1ZWMXNZQXAvbjA0Y05vcmY2eDVVT0t4ZSswNDJOdGdOcmNkQWpZbWhhRFVvQW9EQmpJSTlBTEMvMS9Pemplc0JXbEZOUHZHdTZOMVBPVi8rREN5ZVp3NmZvNTJkdXpVek42TUl4UDFuOXFvTTYyQ0dXK3J4QnFJMHIxN3ZxTjFEN1ppZTNRVDZad3lzL1JkL3FtRldSWDJpd0xwR1hGRktnSnJ4VmpMNlg5U2R0aUprcWFXVEFJVkVVR1ZFOCtIZ0RKZUp2dkF6V3NnSGRyTkFOaWZNR0o3UUtFczNTVnI2UmpLbzdJMExlSGlDSURHNVJnOU05SWlkQjZJcnZPeXdNMWEvRHhlSklXbTZONWhoZ1V6Rit6aFN1NlFyOE0rOEsrejN3OHhoaVd1M2VvRkk4T1grVS94MkIrdk8zMUJMTDNDOXg0WUlzcW01ZmprT250bmlHVHR0MFB5SjRMclRFSXQ3cDhxUFo0WWpUelNwaS9hQmIxQjMvb2ZjOWN2TU8veWtFSEF2MVNXSmRiTXFsR3F6dDltNndGVVFCeGxEdzlyK01rLzM4V0phZWZBSnltcktqaFJwRGpRb1lTOW9SVkhqSDllUWw4SmhqVXVRdHBrY0VqTE1aQWp5cnBmZVFHa2xZWjh6eFhNQ09RR29NWWpFRWhmRTdPcDVtWE82SHc5akpESDlBT2xNRWVJT1cwNXlXblRteXZVQjRtdG91TlhBUzdWeUVPRlB6dEl0TXdhNXRadXZpQzJPSTlOQ2RUanpDekdQWW12TmFzSU8zengvbXZmNm9hQWp1Z1pyeExFQTB5VmxlS2p2a2p5eko4TzBvUyt1WlJVZjdZWVdoYWdrOGFDMnpCc1JNVi9RUkdoTlNBWExMZ2hBNllMdXhxei9CMFo3cTZXQ3J6V1laSXFIbjhYeTBKTEhwdVU4OTRaY1FiQ0JDaTF5UEZxR1VqV0tpRFNBeXF5emQ4UDNSY3RYcGo0RG5oM2pMa2VQZWlQNm93aUl5Slk2VmJYS1FNQytsTVBLcGN5UEFYdEJ4REVHNHBETWZWbkhKWnhHK05iU3JaaHc4cEZaVitwQVNwdStxN09XVnNFSVFMZDU0YkNxc1R1RG9zN1Z0OHd4R283a1RKdXQ5MWVQaHQxaTgvVkJ4TS9sNitrVytHL3ZKZU1qaWI3SS9HNDFiUXpkV0x6UEpJQnovOHNTK0FqUytPd3BxZk1oN3puaDJvK3ZRSlVJd2ZnME9ISjV1cVVpTUo3RDdvS1J4eGpkYWpKckQvbk85NjJ1bUpyZ1RNeHI5SUJ2SlpkZVhqOXlBQnduaUY2WFdnMnErV2p0dW9UdkVoUW4xWXVwbDRPQlpBWGpkN0pOVUNVMS9PVEpSbGUwdnRxOVhmUzl6clFnNnp5TXpoRWxBUkNwZ1pjTjZHS2NZeVV6bXB0THppM3N5U1gxaEJiV0FoZkdpQVgyK0IydjJ5US91dFI3bzUrcElYQTUzU2NKd0QrbS9oNGtyZitJdCtpS215SDl1WXB3dExoalRvNkhyVGR3SThLLy93VzN2RXYwZmVJL1NUemwwZWo5YUlkSGJMdnk3RXFsVDQ1R2RPWElRRmQwcld1Y01LcjgvYnBkS2Nvd2RrbXdHQVBPdnlYVDVqSFFzTXlheC8vRWpiZlZpdml0ZitnK0xLZ3oyT1J4SEdWeFd6SHFnN3o2TEhjVmpRaDZxWlBoNHF0M2QxZTBqSmZXYXRZc0ozQTNoQ3dxeS9EeDJUcjRVcXRDWGQ1dmlLMDJhelN5d00wRE9adHNyNGR1QmxJQ0I2dGhlaFRZWG1OT2dwZmxCa3h3K1l5YUVJaXQ4bGtNNUJWdm1uTGRSUmxKdlBsUFpDcElSMUpyNWRsQTUrTkd2WlFwM0p6am9RVkFQVHBIQm9yZHBNdmJhc3dNOWo5YjB1eWVyN0N6NlpCdGF1N0tTZlcyV3V4SFRER3N5K3F2VVRhZUJJTTAvb0dlR08rWUJMT2RRRVpGbS9LM0V0UXYvK2Joc0JmbnZuRjh4ejduUGFQRkQxTEswN3psL3BVM1hrUy96TjF1UjVaQ0ZzNmNKdXNSWjRpSlpoZVd0eFF3WUVGN2VwVWVUbzZNcnVnOVp2bllyRm1PQVpiLzd1TTNXcTNjOVZPWW9vS3B6QmlZVjlqSGNLV0ovamVLSDJBLzlTeHR6Q1pRMEtkMFZTS3ZYamRQcHZVUW5XSG5oZnAwRWc4SitkZ0lZQUZuRk1iL3EzTVc3TWNJWURUNklzeENWcndhbTdXTiswcXY0em1qN05PdFdTMExuR0hnN2cxWHh5SmUvbit1c0RTbCszNkx5d0xJM1ByYlBSSGdJM3JLc0FNZURwaEsvR3Y3NGs2Zkk3NU1jd3Mwa1Q4NUU2UkVVNnRKYnJDQkxZTkRhY3VNU1E1OGZWMTkxbE1VdWpvS2dJd0QvQ2tMbS9nL3BpQi8zalFXVlI0bTBUckFyYXZiSTlTaHNUYTFWN2Z2TE5OanlnMGNPaCtVYkkyQzVQUGxCSGk5OG9BQkY4TUhpTjM4bXc5ekdmUndGZmNaTFNudjVSMGg2UGl5TFhIc241WFFhRDcwVStGWW1hbFFKSXJVY2o5ZXdlZDNpOUdyTlFpdUJVL2EzODNURkhMYitiOEdqeWJFendQM0tPR2d4VTg4L0xYZW5nd0pHZk05SThCUVg1ZGl2REtUbFpxenlxMzNhL0hKZ0NRUmh0ZmY4NHhNNzJGeVByK1R0di9OcEhhMTRTaFFvUnNya2pmYng1d1RXQjFRb2VTL2UrcVlKMUZoOFByTURwOXYxZlJmSVhyYkY3a2ZTTnErS1N3M013R2J5bUJZd1U4WmlQMzNnTDNVN2xCaStTblpCQTlObVczWTB4R3dvUk9jMko4VXdwcGFYb2ZYNURlekQwbWlFWWVPdC96TStsU1RnSE54SzV2OWIwRFVNN0YzU2FSSVljRklMMDU0NGlwTEwzWDB0WTNHVk83UmZzdlRyY2RJd3JaWDFqUEcwZ2hMd09KbDBTWUNOVm1iZFRUSW9ROHQ4a1EwNGRFdjhodFBuUEpwME1DalpWZUNwdEpTa2RKdWtKd3NRZy9tUnQreFFDUlBKMHFGM0x6UHlQajUrREh0NjhpU25zVTFWUDFWVk9uMmhPUUNlcHJ0SHRpcW51Wk5iOFZTWElZWnBFNHpCaXhpZkhLMkw5cUdrQysxL2Z4L01xMjFvYmRneVFiSXgvTG45L1RyaVRJS3VGcUVKT0hFUnJWVERnaTdIR2Eya3N0bjJPbVB1bHRjMlAvN0swNnBCYjN0eHFVbk1YWmQ2b0NGSFJveHJSVThOWm95VEIzM0RseGNkUHNQbHl0Vzd1Y1hBQjJzKzVCb3o0aUE4OWtDYTAxUHRNRFp2a2xEL0FzajVDOWlxR0FacytnbGJCQm03ZGptcG0vZHRvYi91bUtmKzZMMUdVMUFNdlM1WU9rVVB3bWg2aVlJUUJwTUpHdjIvSlJYUFRMZ0k3andsN01QN2JsZmZjZjFXd1djYzNhb01NUm4xZmVwU1Uwb3hKeVhuYlg1aVlHdFRseVhyU2w5SFpmbUYyYkRuZGN5akYyZThqVm9tOVJ5TFd6eGorSlduU05yWGtWc1BTYW5GM2ZOU1pEdHZhdi9QN0htQUcxcUZ2S2dWSFE2cnNpNnlSdHE1RlIyYXZoUVBrTEdzNDZBUmIwa2NWbzhsWkE4ek5BRElPamxWNnpIbVp4eWlZMnBWdFZoMjFxZEYyRVNWYlRZdVRMR2pmVGxuanBpaHZnaEZVdnZYY3RmbXU0Z0xYeitoRFgwT09WTWxoQTBiWEU0WjdRbjM2cVFzd2JFVFhDYzNzNFJhVFpLdTZ3QUdhZTBHcTh0RXYvYnpzd283QXlHUk96eTZHQU45SHFDMlU2Zm45QnRsaWFtZ2NOc3U4bEZaREM0L1ZPQ3VrWjFhMGw1cjBta3JvVVZ4Vy9LZXAwMGt6Tm1tWVI3aHNrTk84Qkl6aFp1QU1zZ3h5WEQvSmxTakp2NlJRZHZSK1RuR3gzV29xTDdaVA==', '467729942_17985622208753450_7729114438101828766_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(122, '2025-03-11 23:47:22', '18243730753264527', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'EF8Ej4EoyEZhOVR1vAz/kDJyU0pIR3ova1ppRnVLWXhrNk5YeTlUZDNabHJpMmp1bkVBV0ZkZi90U3I0dk0zNWlGQnJ4a1gyNW1DaUVyVlhrYjIrWUNuYmRtaGFYbXoyZ2QzMXRrNVRYMGthNWM2eFVJa3FhaUJkOG11bW5sUThoSm9mdE5MZElMMms5ZUJUU29rMXV5dTd2K2sxZlNXNnJyTnJOeC9wVXRLK1ZKV2dPMFg5QklsQjIwZ3c0RXZEcGJwSXlPOC9yWGEzRTZtL0dzM0ZLZHgxeWpGVTQ0T2VML2FFZm1pVTRpQjZRZWJaL0Z1a0dFS3N2L1cwVFpLdDl0bUJ4NWZEd2VzRzBpNUhuVU5ocWRuUzM2ZmluZXpjdFRXTWxveVpBMnAwZjF1MEcrTy9vTlQzYWRHMFd4YnRBZTlRcGcwTi9pdmxDNk1zQ3JrQnRUR3NTS3U4VnozTis0SFBQWnM5eTBWdDZNWnh3MmxmVnJoVy9lWDhiTkVxKzA4M0FVQUhpRk8zbVdCVFpPWVJnTGt5UDZXYjlNVzRiWmhUc0pnWnBkdFdXTExTeG15TW5NVndqY2hOajEzZHhURFJSSStiblpBMVFxU1d5bWs0VWFWMURia2V1YTZaaG4wUmhuU1RISStxNitTd1NMbGZ6dzZabDdxQmkrR3JYaitrSk53cUZmZHl0M01nNWE3U25rQzhtU1FDa2JLd0tDWVA5aFBzdG5xVTAvbzNHZDZVeGppdzlZVzJSWllSOVM3QVVZSkFQQ0ZEVGVnNmVrb1hHK3U1TFU0KytxN3VONUEwd0tGclRlaExqa1craDFmdGFCNGY1ZGZYM1RRbVg4Q3crMXNiVkVncnZRZW8zOXRtdENXN0hTVGNPbC9ZREduWjAzNUhKY1U4cDBjY3B2Kzg2WWZ6bFNYUW5DV013YmtFQitUd1g5bjRpWTZSNVVkblFnU2hTSCtMaURldElJelJoRW9oOUIrZUs3M21MOWEvUEgzQmo1NHZOOEFFR0VoYTF1Y2x0ZDVreTVGdWdXWWVHOVRKMHliekpKczFoTTBkdC9uZkk1NEhQM05kRkNzQlArZUszQjM5dlZrOVlnMFZVQ1Zxc2lVN2s2TFdpUDJhYndmWmVlM1djcnRrU1VhaEY4MXJPTjFhSVY5NWc0VGVHejIvWnJ4UzFRa001aFh2NlZUQ3RNS2VrZEF6em9jYnZ6dWVIaWl2cDJwVmlkSDJmdzBJTllyM045U1lyYmNJZjZ4SE5HeENhVmVnSnpPeWRXcUV4UWphRmpjVDhibkRSeDQyUWNWamFLSWdObkwzZEk2anFXaHhsU2tZeWZrMGRVOUJEQW41azJXK2IrWEhGS0xBYUYzcnJsUkx0d3VHMXdqLzVuaUNzUytnYUFsWmlRa0ZDNHdOOTdOVHF4SUFKbGs3Z0dCV0xVdHlNTlJGR2w4bVIySjlWeVJkTE03dTBwQWFGNitCbVVxQmJORUwrZmlhNzRKdWIxTVFaQ1BuU0hqbThIMXcyVnB0TFBPeUV1eXlzOHo1dFgrRXUyek1QTjhDY2dOZGNaWk5rUjZxSDF5TXFNRlR3WHRkUGdnOTl0TUQxV3QrQldWNE5nL0xTKzNVWHA0TnFEVVFmcVVrUEZqbis1dGVlYVpvMGxheS9teEN4MjZYU1E4ZEVNQzF6WURKMFhDL2Q0MituM3c2Yk1Rc2xPa3Y4dCtJcmUxTkVQY0Uza2ZkYnpqR3phZDhLdk13VTZNK3Z3dDNwZWY1T2xVVXFJVlBMcGF4ditBaHZqeUVQL0NaZmJXNUZjcU9wSW1xUG4rbDhiSFVQMkVCZ3p0Rk1IbU80MGdLTUZac0lPNFoyV2ZkNk9KcHEvR0hBKzBMYXF2NlFCUGN2UHFqeHgxY2hqbFNQcWtiWFhrVERGeXh5ODk4V2xEdnRoMDY4bTdRU0w0c3RmWXduZzFwWDAxN1BvVEk3T2pVVVlRMG4rWVBGTmZhQjBtMHJDanR0S0VtNXhORTFiSlNGbFNiTGFCWmI1TTVPcmtucFNIcU1zTG1PejZUMUExZVJibUdWRXNyVlNHTHlhVWxUTGF6YllLcWYyeXZtZHlQcWM2NWNnWU5JN1V0dENMeWM3OCtjbENZS0xSZGxnakZjS0lHc09yaktPWFVqMWovMEcrYWJFR0Q1clJXcGluVUtadm1GNTJoN2Uways2MnFGRG1tZU56U1E5THJCbDh1bTlTYlR3QlpxeURuN005b0RkeHpKUXc3NkZTUmttNVJHUkFaS2kzK3hGWTN5cGtibWRTeVpHWjNQWElwREdQck5XanE1S0c4ZjNsNHY1Ykdud2I0UXluNGJ3Zi9hN0FmOWJGc3lZNjgrQTJRT1I3Q3d2L2pCU2IrWFRhMEJTaFZjNTFhQUtaUk9iMk9XTStXa3QyOURBdjhraHF0ZGMvczN2bGYrS2JBaElQVVVPWUlxZDdXVEx6MGlWaFJHVC81bDlOekNLdXlaTnNJWWhUbncweHpvTjh4dzZST0xLN29NWXRWd1BNMDhSVFJOZmxwRTc1UVFCNHZMc2hxRWU3U04rTmJhWUxJSnJlR1pYSXhiQWF1NDBFMGkvZmNERk5NalRpVExDQzNjRmZ5RnJDbGxGYnkrQjllQTNXUG9GZVlpTnF4M2FqYTF3Q0pjUmFCcjZIdDRPTTgyLy9VUFg0RXJlakZjdkZrT1dVMktpcVJ5dTY4bFBXWTJWSytIWG8zd0xFakZkS0pNUXZ4bzJOUTgxVTd1WmdWaEUvelEzTzdBMVFSSlJlZHUzMUE2eHkwT0tKZC8rVDdFTVREb1BaS1c2K2JhZ0FkVmZmNlhxMTlVWnYwampzVzNjYjgvTFRyMERJeG9SU2FMaHU0a3pJcCtoWlBielVNRUFzTDdXaWpYbUtBV3lLWGdWYWJiRm1TcERwUEFBMDRBRzl6ODZ3LzZtbVprdXhTbWc2L3VRMEcxS0V5OVhLVWdlU01IMERDaUxwRlYydGlReUgrUzlBT0Jud1g1Z3ZIL21RZkc0UFhYSHV2R3JUK0YybVQvT1Zhb1NBTWVkSlRTaitiZUt3b1ErazNldE55TzVKYWNuRDBUcmRXK0pDRHJiRkMrNllrUXErYWRuQlJoRzhlMlRXcXRrSS95eVFWM2x3SHI4cS9FQm5Wa1BVTVVmd291MXhTSDlyVHRmUWp4b09qZi9qOFFnRWxiQ2lERnBMNEc2YkpKZmE3YnhzeHB5SnB2djh1WWhJeTEwQ0pORTF6UjFJNGNJYlVLZFZHU2U3WTI3Yy94NDFKTnd2T1haelhTMXpVRldWTWFySjEwY2dMaWU1WFlvZS9pT3EzK0h4aDNWelJxTmdkNW1ZeW1ZaTFwcVBlMDJyVWN4YnVKeDUrRTBnZjRnbVhpWUgzY0pweFZpR2ZIdWdNNEtiTWlRVnNJMU5iQnVTM09acWxYN3hsSElUUFNjdz0=', '453639234_1552907262316070_4432442326827894562_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(123, '2025-03-11 23:47:24', '18060788710626728', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'zQ7Xxt3PHEMViSnYzCexjVd4WkFiTStrSERmQTZOcFpCQU52Ti9jUno4YWlVZUJ4eWwzemtXeE0zQWo5WHdJTGRIaHpHOEVaNkduVTRTUWNCdW5ZcjBxV2ptMlhmQ1FkajVrZkxGbmpyaWd0M0dHbmVzVDFLUzNOVE1odHlGaXVWV0RlQkplcTg2M0c1SXRMaHZGQ0ErNkEvbm5MNTBXY2g5U0t2L2JxYU1zYU9XdEM3aHJZODY2dFpTUFp2OU9YY3lhTk1NU1Z5ZDMydzl3NkZrbzJVN1hXZ2l4M2wzWmM5RU1TV2ozbklMWXpNODRFT1VTWXp0NlZ3a3V6TkJMQXBLcXg0bGRuYVNZaGJVQkx5djFLblg1UHhaN0lQSEM4UnBsTmV3bi93eEozZHhuMUFlUUhIdFlyckZPazd1eldZYXc3UlkzMHBodEhhazhYMFpLNldKUlJXM3lnVFFoQ2xwNkFmeXlvRHFLRHAzS2V5QzVhcWI5eE41cnF2U2NWeVkrNkFKT1JHUHczT3JrcjJRcU9leFRKT1czeThOdTRNcHROWXcvdzdVVitKY1ptQkluMDJJWFl6NjV0czR4aFMrQko2TnA1NUx4eldPNDRjY0cyRmh1MFVaMU15amxHMlhLV0J0L2ovMlA0NEhCUHN5TXRCMnVrZ05yM0k0dXM1d2szMlBBNytnZ3l3RzcwOVZ2MXFtN2djYUlIcWQrV3A3SnJ0OVNYL0lNNlNzd09XOGFKL25UVlRuZmhnZnA0MkpibTVEOWptMTNmaGxnaWw5aG82MTRZWVVNN0FUQTNaZG5hbGNBQWVrRTNOTndPaFFhc0VtenlXOWFBV1ZkMjkxcThINTh3amJ1bWlRYXovcU5FSmpwTFpPMExOU0RnSkI1THc4U2hscTJQWm83NDM0eUNRSXoxbXFFWUNBcm9Pdjh0M3B0V1d2NkkzUUtxaGg5RThXcjFNUm03djRaQXdXVndRdjdpalpVRGJJN0tBamlGSXRXeGVRdTloK1NCdDF5RzJIVjFPeWduTzBhVldaL09RZW9RUDdBYmhnYldMS3FsQm90R3JtdjJsTHN5YW15aDBLbkxDQjl4cjVxZDVVZ3FMaUEreVRuUVFXNWMxU0N5MkJQMmZmbVZpZ3VZeERBTVQzZ2hISXh0RUZoSjdub3NDR01DTDUzWVNldS82QSt5bTdjQ3AxeDBBbE45SnpNdGRUZ0xiT3R5ck1QUFcrd1Zqa2drd29mM2NhRERJbjJwMmRtSzI2dWs5azJNZ0szV3BEUFgzeitiSUFDaGV2VVNQRVlPTkR1S3BEK0RCeXFqVkg4Sm05cjJIQmdld01wSTZpbWhLeDlLTnh1WkVTYmtJSVk5VEdORDZ2VkxVQjJLVDB4MVMrVU41SUZsSTkwc2NmbGFiL0VUTldTc3dWRHBsRkU4ajQ5UEptZ3k2NEdQWk1SWVNSeU5mMkx0TkV1Vk1IK21EYi84Rm0rd0tleHFpZDJaNFBsTzBIWTBjS1JDdldjSUNlWXNQTkNnM3daSkdMbkJEVnd2R0c1d1F5WXN5aUdHT0tNdnlMV1l3Wkszb3JMV2FaRU1PTDBmLzBmY3JlZFFBbmVCOWJwdnFiN2E0QzVxRmtiQXpYeGJLbVkydHB1RmdJM1FjOTNGcVNrVW1KdVNyUGJ2MHFMdTh6SEJSSTRCMXd5TzVyc1FTdFozYlBLSnR0dytJWHFUUVAzTmFMSExEMVpLSmJmcGQ2akZSSDBJQkNXbmJaOU84MHBpT3ozODJaMnJEcDhWbGZXMkkyL3hYQ3hpOEdNazEyemViUXB5NUtXSDJRRy92RG5sYzhkN0g1S1czOWp4dXNvb21URCsraGNMaUZZa3AvTlJVU1Q3U2U2RlYzSjk4UWdBMzFTb3FCUnVqMVJPN3kwN2RiRllFUUJaZGF3OTZRc0xGOWJTYkhDT3JmWldFOVJLSUVSV3JOcU8wNVBtcGk1Ykd6ZXFjSStXZTFzYmRaYnJyY3BtVXAyOHp3RFZzQlY5TXRvN1lrMVBkMWFMY0dPbC9NRWc5aGhZZExaWjk0MUVHVERVc1dKTlg3cHQvQ3BlUmVIZWRZZko5YW1CRGFSZ3Z1V2NDYmhDdVJGaGhGT1I1Rjg9', '467911296_17985622202753450_322861209368308773_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(124, '2025-03-11 23:47:25', '18043509931915324', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'U+hYGQuFU54RZFsCcUVlY1RJNU5LQU4wR3Q1MWZlOEc3UzQ2WmNtbFQ1OEJlenlMc3BrdnVhQmVqVDZWcWkyTURZN1BVQWNNU1BNNnJ1dUU0K3BXa3N4MHR3YkRQRDlDaGFTZ2tCcW5COE1LdnVvajhTNTE0MFZxdVB5MlovdzFCZTRhbmdRRkM4Z2pIUGliaWk2ck9YVnpZY3V5SWh6RUNya0xqeC95bUxZYWZVSTFYOUtONU16REVQR1NFRFlSZks4Z2xjT1dRa3lwZ2VVZW1lSDlFTjhWcGNtRUF5a3Jla1FrUk9FNEw0azRiYTY3aVVpc0F4SUNmdittNXg1YUFMalJBVDVVcHBSMm9GMlQ2RS9WSVF0eENoK3FFeHBQenNoSTBiTDFmWG9RbWF2d2J0Z3BTMXQvaEtoNmdTanVlTCtjVk5QeUxWa043ZlY4TzV4NmpiS05WUGVrR0FQdW1nUXcxQ0s5clB3YUVVYlhMVkRHNE5HVkZ6U2dQdkwxYjdyKzJzcE5Fdm1hQUJWSFUxYlVLRHJhRTkrNFlxckJuYkNHWnRTTnA3Qys4NG1ubHMxVWUwaTJrbVEvSUdNckxPOEFlL3piTHQ2RVFNczZMZkYzeDBjcHpkQUZrejhWcGp1UXQ1UDRveDZXdjk1UktaY0czNWVDSWhwaDFrMEpHUmhIT2tmOXdHdzhuMHAxUUVFMGlmMW1IM2wwcjFXeHEvVWZHcmJCNWw5NUQrdWV5ZGJRZGVERFVZOGd6OXJxL3lab3VNbmpac0oyMlh5Z0NOajFLZjl6YVVqbXV1YXlrcjMzei9QdG54V3NSTHN4b1RwZUtXM3NGS3YvZ0ptRHBpY29MeEVkdGQ0b3ZaZjZLWWF1eDBVdjBqamZmUlJNcmZ5MlQ2cWRqNHpYS1oxSHhVUGpaa29nQUVsbWpSb1g1MnNtUEUwZXA0Smhpek5wbEdteDlKT0lHMHpQTnA5b3h6aG1ma1hBL1NPOTEzdFAyUXV5ZlhhWE9HWUxFZXVPWnc5NCtsczZHeW81V2RyS1ZpUGE4OW93d1BJS2s0VmFFOXc2MGxWRCsvTVZhR216NXR6eHJydGhCWVptWDNkOGJleGlmMUFKWExDc3ZRWEV4TlFteVZ6RzdNdFUzMS9DNGpmenpPRmk5VWFHYXBzWjVvY0gvOWM5RlptU1VTODhlNHZ2RkFoUk00U2pqNk11S3lPSlFKNldlNTRHYitNTnlCanFLOVlZa3dnZHQ4WnB5NjJYNXl3UGtVSktjcXBZbEZyZXJpVXRpWDNKMlVsdng0Q0tHYjA4dXU5R09pVFd0VllRZm0wdDhWZGVsUmpjaVVDQTJURE5WUm53UFhRL0NTN0hsa1g4c2cxdDQrOEZpTHJCS0tmajlJNCtGamFiclVtUitXcXl5UjNxZWFUWGE2MTNTMlpsNEV3OGlvay9uWmZtWkZqRXdpR2lmd095dXZRVVl2dkZwK0tkS1l5dy9ZOGRlZ2NOWE4vT0szbXk2cUpvRWxaZzJNRVEyTWFGNGNFK1hlY1pIRXFucDJ4eGJoUURxL0l6bXVMSkIrZHdoYW9QNUJXeXZ4di93bDNldEJBQWpxOD0=', '467753276_17985622088753450_6297422677888917724_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(125, '2025-03-11 23:47:26', '17997881843643210', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'JDrbU99thQoxQc9z4P7NblVzaDEySTJjblFaRVpCdzBYVVMrbXNUYjRlUWFoZndaRWhMSkpLRkpuUEUyWG9GQnQ2R1BIZ0Q1UDZ3WDBadGxjRURzcUxRYnpPcS9GdTU3am9IUytET1QwNG5MNjltT0x6S2pqbkxSemZVbjRLc3dNK1l3b1JUSHlOcnpUTzJmMktXMVpZazhPN1NMdGV1bzdCKytjOWQ2WnNWSVhwaE4xVnA5MC9COGtzWHpiQmkrelN3Y1lsNjc5cm00MURJWlN4RDdkZGpOMlBjRWZ1cFN0Y2wwekFoaFAzN2FOOVdUVmd1bHQ5cTdBalpsRG96VHg2TVlIWWxSTnR3MS91VWpic2VnQmd6aVlGWUVEWGFxWCtuMXcxMFE2YmhoWmR0blJiN2ZWZkNZZlBBNHR0eWN0RnVCWWJKVk0ya1NaWXpvVkNXMGh0b2RucksvY3JISW1pb0FMMStYNWdXTW5ZdTJVRFQyQmJHbjhXSnBKSmQyZVk3c21ZUk0rRHlOc3BGdzFodUppTlBiM1dQMnZYT0ZSWUJLZ2dTYzhIb0dkU1BlL21YaEhLSjVFNjM1RDNYU1oyV2tSRldFc2dFbUMrMmdvUHh2ZGl3TWpiekNWVk9vUVNsd0xHQk1pVmI3Z2xXTFY3SWs5NWxNaGFXOU1pVm5CdnUybWpYeEdNVWhtRTM1NFFWaVo1TXhrbHhueE0vSzFmL1UxSk9zVHNlTVNYb1h0TklhczF5WUxqaDRrT0pzbzEybDBRd2xkNUdrMjZKSUtaNWlvTmZZUDN5aE5rbDVBZlN1NW1HWFZsN0xFcmxvaFI3ZjJ4RjhKdEVjSzVxNFdCRmVZaWszdFVTTitDSnplQ2FJU0RFRyt2UmVUVmsrbTRaSGo3bkVHQWJmMDFjazhxTzlyM1FpbWpBK0VLcE1tRC9CM2dJYlJod0hqU2Z0UThzdHFlOFBNYnYzTUl6OS9KMEFQcVhJNUJQbmc2Z2FkcGZjcWRoSGlmQjB3QnBCaVhVM2JUQkFGajNTekxUVTVHSTA3YzFUaEgyekhoMVB4Y0NzeGtyK21Vc0htMDU3NmhQaVBVYVJZRFd3amxjUndaNm5GTGh4TmhuM3d0SmwyL2hLUUdMMWdMeTE1SG9SU0dqZUkwalVVZlV4N0IvRWJCN0lwS2NRRG5LM1FSWFpwczJGV1loUlNXbkkrTGl6L1RCOXpaWXZWcVBseGVva1p1b0haK2hxUDc5OU1yRWxjaFNyMjRYNEJ3TkgwQ3hObEMySHpGNHRHVTZoVTd1ekpMUXMweTZMNlprM20yQTh2MFRLZEhLTUs2NWRVQVJVR3dBKy9vOWsvek13Mk9FZmx1eEpSc0YvWmpEQlhnbTJpUk5sWTRZcXpNRDJ3WUQ2T0tNcDVxcUtkSWo0Z2RTeEdlZnduMFM2a1EwQ3BseHFuUmowTVVsU1hhQ3NnVmVyTWo1Q2tuZEE3Sm9wWlV0YXFnVUpyQ1N2YnhtQmlUTGhHTXpVSjNPQU1CQVBiWjVlNUMyYXoyWWh4d0dOTnRYSFNqeHZITjlVb2FaUitiZUNXSnZkYTZ1N3hkTVpFWHdycE8rSWxYblBGeUV6RzFIQ3dkNzFmV081RkFxc2laQ1dRK1dRRkd0dVJZZ2ZQVmJpeEx0V3B3cnRybzF5aGtLWEJiVWJyV3FqWWdVa3h0NHQzRE4wc01iSFVBbG1IWDZtU0cxeWU5S3Z0OEJBWm5JendSaDd3NW9rVTVCWUp2VnIwa0E0aHpoV2MyZzNuZ0ptWnk5MmtDOUx2TzdhSTFxZUtlMWxwOVl4UWsrZWdyT1FtZlMwLzlpWW54cnUydXhpOEdqSVRaS1BNVUJOTUhSUm5kZmErV1pGMDM4Y0RqSVUxSmM9', '467704397_17985622073753450_1208962926566411684_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(126, '2025-03-11 23:47:28', '18053833588735601', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'cVLhE87dNqlTGVHQBawVojJVOGdRSUxOS2pkdXM0Nlh6K3NqUGFTTTdNR280ZWNucXVkZi9idkpnS093MG00enROd0kzNm9QU3BwSkdTMURMYTNhdmpRbnN6K1lFbFBVUzVpcmF0OTk4bmdZUWt0YTR1UVBER3BXLzJqOHgyZDA0N3ZtOW5nZ2hrT0ZKQVNJNDNVMTRoaWY2V04zdDRTbVEzZ1R4QytNTFYwNTFGbzJPNnhnRVhHVXVXSm0vbzNHUDFWRGRSL2o5bVRUbjJQVy9tQ01hRWlEVWlyWTFyQUllUEZUcFlMNDJ3SnRHT1BJYkgzRCtKSkpqQ2VKUVEvOEd2dGlMMHNtbUNHTWRQdXlGSUUyR0wveFVrSTVyZkRnSU45UWtHZVltUWpZenRHcDBrbitFL3RUWGdsdlJJLzJ4K0g3b3Q5d2hwVVAwSlNKeGFkdGM2cFhULzNwS092ckRiK2F2R2E1L25Ed09QRGRXbG9FN094NjZnaElvVmNiR2kybnZDUW5uWFJiZjhNVDcvZlpVM1hCa0xucjlZYk5sYXRlajBKS2lHUm9lZXUzQkN3dGF4cGgvQ2pqekRKdjdXOWFPYmRhdTBFbDBKS1VSQ3ByNFc4dkQ2VXcwcXpsazhrdmJTUGlCK28rb3BjckdDMlE2UVVHaEdmTkJSMGZuUFcxTGdyM3ZjYXZxbU5XRVJuUXZ6RjlDeFNtRWdmVFp3Q2dTcDh0b3hBb1J5L2hFblhPNERLc0FHd2RnakN4ZUxTSzdibGlrTXRBWU9jODV3SDVEaDFBWkxBWkJXb0FIQmNGQklUeGRCY1VlMUZqUEZ4TGVHSXZ3M25GMFBRWWpGZE52eDZzWkJZTHRkMzV1Q0lyNm9oVW4rd2JrL2dCc21GZVRRTVBOTlZkME5rRGtZTGJaeE8vZlFVU0oxWC9sTEZPeEhsSVlxZkttcHFRMzN5b1pwVnkrenh4QUNvaTdGNFFKaE9MK0k3VkcvNi8vU2hzMkZaYkpTNWh1NUwwZ2xPdUMxaUhNMFdoVnBJeEN1TzZQMVdOakRubUpYOUFFeGpLZkVtRnJ0bVVWNXVUZXZtY1lnMmM2UHZrdkMrOWdYV0FKVWhQRlgrM0FpR1hkdVlTMXJJN0d6VDBLUXFrZC95VzI4RVZDcHkyajJnQnlFNGJLaDRrdGVZc2Q2ME4vS25BUEsvKzJNRy9XYUd0NDcvbWFjY25Cc1FLNHJKNlBqaFcvZ3BKdHlxOURNUmpkb0VkNUxqRCtYcXo0N3hOcVBwemNUcm5Ca2NWQkxLd3V2OTJSZFVHWXdycjVHWk9wSXVxQ1IrU1ZDSVlMNUhWVm5XM2JiRlY2dVZPVmNEdXc2VlIzbjZqYnI3Z1ZhNmxvdDRxRWhwaUl6SUQ4OHNiQXlScUJLTG9uR3VtYW9oSjdvNTVHQnlwQ1lRTytrbUQ1UnlOc2NFWWZkUlhKVHoxc2QzSEcyVWhqcENJVk1iM25ZMy9PUTdzdkQ1UmpDR1BaNFhFaXlrSFViZ21qQ0ZIejFKZmkxUGFHeWh2SFYwNG9oSlA4Si9jVlNlS1duaUFiY2xQeVljOTRQUGMxMlUrMDFITjJnZGhpVmZTaGhKZXVOcXRMNHU4ZEFZSFRRcEVqVmVOU3lTUGhaTTE2RGx4d3o5V1VkZnBTSExUcmhZL1QzN1ZxNnFDM3Uwbi9LdFI2N29iZWJjNXhxcnZ2NmtIem80WDA2dnpHR3R4WnhNZjJnSStrOTJJL3VGai8xOTNIRzNmUDBZOW0vZkJhdkJxenJmQ2FIWEs1bHJaNDFVTTZwcnFkSE9URThGdm5IZTBScE9idThWb1BBbm9qRW1ndjI4V1hCbmx2VXl3WEgxbXNiZk0xc2R3SmZZamlCZlFqcEZSekgzV01oNFFxY2tQaG5YLzBtanl2OVArUUQzckQrWVhpMm4xZ2dMajcxakJkQ092b2hqQitoQzcwcVFnVjBvbEJ4aDRwdmx4Y1VpbWpmbGc1TEpIcUJOSGdRa1cxMWQ3R25FQzNOMjVSY2QzQ1RJbHhrb0U4d3Fwem5qU292MDVkcGxHVzRwVSt2Mjg1ZUFCOTRqejB5R1VpNkE3UjFaS3pWNkM=', '467981446_17985622070753450_8167664435054942779_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(127, '2025-03-11 23:47:29', '18007955474618111', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'cQrmQW2rDRp/Yl85lstyJUxwZGEvVzhlWkNTVUdHK3ZBVVF4L1RpMTNka0Q5Rm1TaXNpL1JoZkQxK1g0NnhNcHIwQ3ZGdEVuOStaNWxlNCt3a25WRkdhTmNGWE9hZmFLWVlPVEQxSHZQWTNaYVpCUWF1NlBrWnRRRk9uSk5BWVFLQkpRb3JqTFBrTk9Yc2F4aWxGR1RSVER2ak5NQlVkZ0VSenV0Q2tUUzRQeWJib3FwWi9HNXdoMFRVN1VKOTNFR0JheGIxRDdyU0FQY2VOWm9rckVobzE5U1hBQmRGM1F5TC9qbnVwWEtsOEdOSU8vcjBPMmRoRTloZU5DMlVCQkJPZzlaUTdibHcwZVBETHdKeXN1eDdORFhJTVhRSWx2MnI3TFhLbkJDb1Fvb1ZwY2R4YWZXNFRXMi90clhXR0VDdWFjWXF6Y2ZhM3dyU0NzMG9BblJSMlFnYVMzeCtwZkhTTHVOZEZYRUJRNmplMVExNU9NQkYvTnA5K2c5VTg0aUxCVEFmWnlKT2p5OG1XNzJ6T3NURWEvOHVLNmswL3hGYzdpL3Q3VVJ2K2hjcDBpeDE0MDJEamZ6eU9mRjdtNDQyYWJEU2kveGFUUDBod3pGRGZMNFJ3bDB2dlRMNzJQUU4xZ3I5S29WUysrOUZSS0JxM2dKYmhTWlA0ZllyM3RZd0pHa2dEZS9pbG4rUEJvc1lBd1dCSi9PTkdoaE0zd2pZNjQwbTlCc0YyY2U1c1NHWGRxZFN5MUhjb3NPTkFzZ0VKbG9PcFZIbG9tREIxTXpSWjg5bUJ0WXNrWkhEdkdiUWVCTW5VNGZCR0paVjdFbFdsb3liWUFpcHlBVW1CU1lYeFVSZWtObGpPWnNKZnZwYW9PbUdQOTVFTWxlV2tXaTAwUjJJS2oxRkM0MVljc2MrdDAzQ1ExTzR3Z3JnUzNFblJtVXh3YWw0VEl4SVh1OE9MNWRNem12VDM2eGVXdWhEUjMydXBJZ3hMMzV5c25DVGRheTdPVzBrN2ZqTHZ2N2IycjRhUlJvMEE3a3JSY2hFbmpaT2IwVG84Z0tWRVhvb0dWWjE5ZkhSRXNaaTVJbWt3N2dLVW1ZTEZXOXhCY09oKzNRREZRdVZiZ0wwcU5zTjNuNytqRjg2cnNoTk5lMzJOcVUvWEF4WUtsdzU2ZjhCNm5jallnbmIxTFF0dGFVZFJwOW12VmtoY1dQWmhNQm1VaGlQYlZXcVRmeGNjMWxROUlxdDEwOFhxNEIyamU5VlVBNVVPai9HbEQwMUFVakkrWXRFOUdvOWE5bE1qSkxmMmlCb1pScmN5SjZIdmU0b09HcWZPWTE3azJkNzd6Zzkwb2VHQTdOQU1IWGRFWWpZWFlxY0gwRmdTcURUSnhJQUI5TzU0NUpVT0M5YjY4ZlVrR3NIT1Zha0hPUlMrMGJyMGZFQ2cwTzlDQ2JPdEg5bnJ3NUcrOWsyNFl2ZTVjeURsbFJST0RiOC9QV0puQ05qVUJGR0tKaXRkdXZ3UWxIbm5pWlRqZkRGa292eGtqOTFoZGJ4MGtaVnplaDlmVk5SL3ZyTlUvWE1lSURGaDJ3Zy8wUlo0eVF0dElvVVhuU1h0WGlqRm5jLzM0cnZMK1RTUTFCUWRZMUd1QlJ1WnB1V3BzWUxvalF5YVhoUmRBdFRRWE1PM3FzVkxadU5raWpRWGcxQTVvOFM3bXhDdEdscjFURUNFbS85YXRXNU9PK3d1UVV1T0xqZVhkY1VGcEZhcExJdGRmUm9lOVJ6bEl3TERhVzFTbTlSUGFyUjdmMjZwNHQxMEt2dUlReENGTzFwM0F2NkZoVU9takxRYzlpbjVPV2RRR1V1YnNjeE1lZytjSUVCWGhiamhLdkRoejl0cnhvTnJOalpUSVpaWncvQkR0TjBqOG1HaHI1ajdUMHl5YUxSU0lvZXJTaGZMZ21IV0VVSS9yaGNNSTQ1M0tZM01ML1dBWGJxZE9iTDVaZWE0OGFXN0NoTndSVDNzTmpDSjhDWURTMmNoVWdGZ2NQM1BwK2ppY09yM0tnM1VnVUFTVkNubTd0d1NKNU9lOXF2S2xJa2hRTlgxd2U0bVMzNDdjejRrT252NnAzSlFhNFBWNXFkbnBPN20vQ2YrNlJENndaSEM4eWs4QQ==', '467761392_17985622079753450_4654076816668812689_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(128, '2025-03-11 23:47:31', '18040686862947734', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'FsWV3ill0j27vKl200NDokR2NUtVQXhRRjJKOHRkRGIrT0xFSWRVdm5qNEZqRjhTSnhPblhid2o3bHk3aFpIdXNEbFR5b2NPVWJXOHFJbzlGQllnVlF6eFBhamVwRGpyZ3drZUNsR0pBZG8zMnBSMHFmY1BiL3VUUE9vSzdEcEhRdDFVTkdXcGZYSENZdGFxRWQxa2V4V1ZZNWhQdUNFeE1odEtSTjBVUlByOG9KKzlmanNCK3l1d21ZZTBqcm9WeW9FSDhmaW11dXVhakFjQW1mQWxQdnpkR2M5d0dFUXBUTjZ3bVVvNGphYmJzVWZjcit4bzlOTUdkMk9DV2hsV0o4SU8zdWhERHdBVk9UcHRzY2VuTFNrQzFXa1Y2TVp6TENYaWo4N0I0TkNmMHVtS0RnYWZ6MlhaUmY0VnpjLzRMOE9DWXZHdUFVUFRKbG8xZVlhekUydEVMMU96RmI1bXBlYU9IL2pOVjJJclc3d05JUVhmRGdoL0FHU0tTYjRMdEJRTmVRMFNKQ1RrRDNlNlptRmFhMmY4N0lyQlRxMzBDL1RBTHNLR1FjVFlrZW1DTU5DT2xKaGVnYWwyVnp1VHFlNlFSbXJjRWhiSS8yM214UnVsWU84YzArV0RiV20zQmo2WlBnVk91dHBoZnJoNDBvQ244WlpIYVZvYWNmVkxkaVJ5SFJmT0FMR0Y3a3hCd0E4T1JBRGdHMDBpdXNpOSt3RHZsMnRhWkZWNG81clJOUkV0NHpTYmZrZis3L0YxemV1THVNcTFOS0VCdGd1a0FHMDFsWjJuS1hPVzN6b0hERkFTZUJicVNWOHoydFgzVEpMMHRRNmhKcE53THMyK2pmYjltSVpkS05aL2VoenJhbGhjYWpqdXFEQVh4TnJUWHV0aUNMdjg2MDRvdU41OVVySkc1V2F4Y0ZQWkV6cjZGMDFwUm9xWFRvMERZd3RrUTYrRlVqc0Jvek1GM2xyWTBiejFBTkh5Nit4ZVZ6MlZ4bmliRXpiYnc1VDNjQ0o0Mk0wQ01YeThjNXBYUlZkZi9lQUtHSzRoNHBsNWxvc05LK2d3emJ3QmZuY0VIU24xNEVnU3ZrSU5lWXIxYXU5bG1BeSsvTEMxUkhVYXdscnpUcEFUUlJGQ25IcmdwWnRFZktwSVBMcUtSYXYzS3M2ZlFVazdZQUhSSmVuZ25VKzJjWDNDN0lHallvNEVVYzBQU3Q2SjlxSisvb1ZZS1FTcnUxL0JEc0YzQjhrUm5KY1laU1lkb0RhVDlBOWYyT0Ivdm8zZmcwZWJnNU42MVEyU0VlU0RlRS9Xb2tHbWdMMUgycE1oSHVaVHBFM0QvLy9qSlAvbkt6dXJUa3FjUjNxYjBRVnRLN1pybFFrM2puS0hvWm5YMTNacm9sVnBzVXNxL1JlViswelVoaTEwUVZRd0d3T1NRTWZ2UTkxQ0hlRStNa1U5Z1VuYnNCZDNZMXVUbzRBVDY1ZGkyaTI5ZjVBaytDeU9vbEZUWGI5N0JHcWhZZDhqSFZBMElOSzJ3M1JFUEtqMk5xMzNCYmVkTmNndDR4ZExhQUVLZ2pQc1NiRUcrL3crK0t2czhIZ21NSjJVWHkyb000d2JXbUFaMUEwQUIwR1VxVlJZTXNJRTlIVFpBV3FNeUlKT09hNkRKTEQzTVRUTDZEb0cwWjlCZGlYZXgrVWErczRGQVlzUXhsR1lhMXNYSDcyNWtPUU9LTkNZUHpLQTRBSWh2WmhTWFZVYkdHdnM2bW12Zk9JNHc2c2drU2NCM09LbVRNLzZtM21LRlpSVUVmZ28rOUduNjJPd0U2dXB4SW1UZ0U2WGRGb3JNaC9uRmxpTTEvMWRlNmUyemwzZ3NnVUUySnU3WkFveU1YWFNlcjdQTUJqM3JNaGVsdmpzWkswaDkyUkF5VENjamgrc3VUREdzOFd1K2ExVEZ6OHp0TzNBb2tiVVpUUE1yRzJNU2YwcjVmSDJzUm9uMXplOHNibVZxaUxYMG9YNWNyaTF1WG9GajdFd0RUUFFmd09pTHY5MXc4Ky8vdTBqQXdpMTdZU2JDMXBmazdNazF1R2d3YlNiYUNxd0NqOXlLaS95WW9aaEVnbUhYVGcyY1M3UkxuaS8xbk8vNkU0UHBzVXA2WjNldXZtY29BVHJ1TklWZ2dzeU1taXN6VzUxTDlxZDV0VGo2ZlYzRWNycEQyZWJXRWtMTTVaU3BvZXV1UXBqT0ZpcjFCbVFMRC9qWkJHTFArMWFNdW5BbVN5anRNQno3QklVNys2NGtBWHViM0dyeVF6YjFTZnBianVpNDB1b1JWaHBGUzBPUHhHaGlxTGdCYm05OE4vQ2JaTTBXSWI5VVB6ell4VERrbXpuYkVuYzRNVnRuSGl2TWtPUlVZWWpYTm15aDlKOWpxZGMrR21aMmlwTFRtY0RUVnp5akdWeGxtcENKdXFXZk51MlFYRm5TTlVWOVA5U1pDdGJoSG9EWjM2MENzR2MyS0FVRXhTaUw2dTM5UStRLzlMdFNoRnpCTDA4SkNtL0ppT1Vwakk4c1Q0VGlNRmRtRU9Ea1ZOZngyU0NNSUhvNEVuT2xKUUQ5ekp3bHNSbzRFY1djSUxFbHVhMGtxSGhDVUJOTWZ6SXB6ZDJkVU1iMmIvWTJRM1QzdC9XVE8zNnQxNVRMeWhzS0huYmZwcjhrVUc2R3AvZUpZYVQrVktxbEhZKzhibkd6WWFYeCt2NUNabVhoaUtMbjU2K2Z1czMzUitDT0p3R3BaS2E5R1lnbUR5TWpMY3dsK3FNZ1YwTUxYenRCcnBEOEJjMGMwLzM2amtzRHozK3ZJc0FOYTA4djBKN3RaNVVDTk9MTVVqQnVudjFacU9aWUNqSGszQnlPNVdqdWliV083WjFMTmpJRWJSZWlhQjhRT1hObit3WXN2dkR2Vit0SVB6UmZ5SEM1TkRubStYemkxSXEwUVdkSlFQWjd3MjdCR2Rvc2V1eUxva01tSE5xaVJRcktVWlZkMDFUVnJjblI0cWpRdU5UQVAzY21QS01JNkxBNGd3R3RKZlJhT1VVK1VQVVZFYi9oMFh2eFBleENwVkl2QnRJMzdBYnl3NWRJMkE2Mkx5Q2xmMSt4eFZMWmFnZ2NXcGFqNmZ3U2loWlZXbDNNc0xpUytrSFQwMVYxbTBCeWNDcnExVGVETThsa1JjZ0xaSkFIbEEzQUZQWWR3VFp6aUJWYS85V09UK2JaTkh5dnEvSzdocDlETTd4YUdvWi8vSEQ3M2tCTnJWclBUTHgwRDRnUEd5YlRGRll0MGp4M1RHS3JDRG1TcWtvZUhFR1A1NDM5R3RZdmNFOFExUEM1ZU5SWk83eDhSU1ZOd3NzK2xnRmRZcGlaM21HR0JYRXY1bWdPN1d4aSt3NkIreG95Z04xK0pISE9FYmZiZnhXTmc4cGcybGJoekFaWC80cVZ1N0lkblg5WTFwZ0UyRHBMVllDS0t5YU1LY3hsMkkxNXl2WnBBUVBuS29Ha3JVM21RNmVyQmVNRUpHWEI0cHQ1WWdGamZlbk5yOHQyNC9PWi9iUU9za25abGJRSkhIVE5mcDBhdnlGWGN2SytHWGFOdmVrSDBrNnBuVnpCWVR4cEE0bjI2blVGVGhQWmlmZGU0KzN5OTYvYVdyYkVRMXlPVlJsdEFxSkRoSHZHVDVHVGxqY25XeFA3NUxnTWhiWFA0MkNaUTBBN2FmRzQ3SHI4NzNIcjZqenNGbWwxcHlUYWxjbmZjRUcrNW15WVYrMVJFWWJHLzViWXBMa0VCenN1bDNyQm04NWJHaGFUSndranVDTWtMQlliYkNMTnBRQngydUNiRXYyRG5vRHMxdEJ2bmVKZlVHQ29QL3ZqcXQxdHkyOVpUbjduUnpWM0NkVlJJcHVjdE8zWEFRYUNhaU1HczhxWDhYc2xjY0gwVnlnVHNuT3BBVGxETXE4N2FHRXU3Vm5BWEFTR0YxV0tTaWtBWXpRTGMyT05kWDA0UFIzNmtlN0VPcjFmWHc2Y20vUkk3d2g0UFE5WFRiUGVNQmtBZXg5UjdwK1BHczJHdUNzZHJJYUJYWnZUbnZDbjVyY2tHWW95U0Z1UHBaWDRFbHZCbG9GWkxCdmRMWE1qZEFJTXM1Y3hHNTNMRzIyTWVudkVtUHlSa2lNaUJoK0NNSlQyL0FDL1NKTjhtRFhKZWV6bGJMUWEzTmYyRjQvMnl4NEJmM2V6ckhHYysyS2k2SHpsTnZqTHJZazlmNk9FYzRycUpCV2l4VExkZGNjN0o1djVHQTBKWExGMURpdEZKREVUYXlTSCtUcw==', '467774209_17985622082753450_9066047427550819073_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(129, '2025-03-11 23:47:32', '17846533527262286', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'XTzi9r3Mf66lGi0pDAXXV3c5VTZJRzIxeUVNNXdOd0FUTmZ3bzJIR1JZRUdTNzZ4N0JPZzZGQjNicHVocUZuRzFVYnpWOGhmenFjemNuY0RhSlA2UFp3OXlrYjVibVhsc2hQSGdmQnZaY3Z5YVB0ZW5ZNFRQMzZYUGdBMHc3cDIzYWFaSjBRcXpRY0U1THVVa0kxS0grcFRJcXNwcmp3aHB2TWR4YkFQT2xKNldNRW1jTVdXWHJUUzhVdWc3bkRndXB0K2NCZCtUUUg1cno2SnBNbS9RdXZIdGpTWHJxcUMvK2tqWEU0ZGNNWWxCM0c3WHBvTXNEVjBCRGE4a1UyWERnSGpjNXVXbEdFa2kzdjYzOWU4NVVHZjd6UXlTdWhtbHcxN3VRRHZwbDhqWTl2WWZ0bVgyM2hORW9tWUYrSXNrSE5ualpuMndDbnZ6UDFRaEtwNjZvRHpNZGxlSXNEK0sxNUVaa3BLRkZiR2JOQms3UGI0TVFUUlEyU1l6cE4zVE1oS2JMaCs0RlIzR0tocy9yOUZraHQycDZCRHdVYkZyY3NlVGkzeWdhQytIWVJla2lCQmtZSHllSWpWb1hucjVlcW1PZlhtd3grcGhKYVJjZE5xWU5NdFhuT0Z0VE1MTksyOHFENVhCVlJ5bnNZRE1acWxjVndnc3BSOFJxd3ZER2l6S3N6ZlliRVRmakw4STZyaGt2MVlWbUQxZlJ2Q1cvTGZSVDVkZkhtSExQdEVIbW9HMzV5K0ZHdXVVdDlHSmNoUHRoZldsMjRRTkZDRTlubEd2T1JSSTJIdkFtMHlTMHM4bjNicFJuVWFIYVhIWnRUakFhNmpPNkhLRXlsMTE3dldoUjd3VFlYRjFtRFB4YzVPdm42Nytmd0oxbzVjbFJyYkRJRFhFb0dDbGpLN01hWkpLTjRJOStySmczRDdUTlBFdGw3MitQc0pvdmVVRThNNC9ZTUFQUW05NTVEWDhvNklSVnBPa0pMelE3Q0ZVZ0lsN1ZWaklIbXB3cDZNaEFWVnRwUWExSldvckIvUkZIcVVrNzMyYWJPV2d6aHh6MVhpdEdyeHJQNHRaeWtoeFlGTVUrcGhkT3FQUlRqd0FYbU9mOTdHUm9Qc2Y1aFJCellGYWR1Nms4WkJlVXNvQ2hHcE9TQU1RRElhdU9RMS8yOWZxVDR5V2h3SWVvT0dGTVZicXhLVVVhWlppcjNuWWNiMFBrdS9obDZJcFNxVU95eld6aU1rMXZRTjQyZlIzaHdvRFQ4bi8vTHBxOUxjL2pCeXoxb3hjRFZnZFFGVmlOVlJzMHIwbTM0R25sQXNnL0NSTkpOKzMzUEJjUDFiQjloQ3Bxd1pzdGsxNm9PZlJzbXlVT0VmWUppUWRWcjRBRUpxcXNZeGVBNnBHY2dLQm9kZ2JwQnp6ZEdXTFpjUWZNUFUvNGxtdE1qOWprNExXN0RTMzJTZVUyTllHSE5BczZCZmtMS1FZN3oxamg3ZlV1cGN2ZmpGalNEcWZOT0VSaGc4a2c3RnB4dGl0VjVkaTlHdTBZdnRhREJSZUMwQXl6VUczZWtYVCtxMzJQdjBYSldNL2Rzb2dqMk1WUFJMcDJmNXFqeWEydzV5YkxZOGFZWS9VTE9YWVVxNVJHVkRFSnJrWklJdkVTSk9NMWZ6Ky80V1A1U09VYlBPRCtPOTNpc3hXMU4ycXg5RWNBL1pFVThKdjNVc1hyc1dENXhGZ09VaFpHelJaMjd5MjB3UGN6Yk5MTHROdXhTeHBJYllhV2QyU0lrNlJBeE5iRUNEYS9CYjVTQ1MzWjBVd3Y3OTJkTTVJMWNZTzBjU1laL3BrdVVaRlJFQWxFVmJjRWJYZ1VoMzNHb3pVcXRQQStRUDUwSzJ6Z0JtNklwMURlcmd0RUkrMzBlN1puQ0VGQ3NnQWFZV1FpRVlsUENBamdXckhwUUhFVmlSZjdhYU9IUzFPSzBwelgzWm83N0h1S2pkOEk1bmUrcEFxYjk1a2JyM2FJdjVEYnNkQjljWFNkaVFWTHQrNGFSQy8vbDBZZ2pya2NrOWhTVTRsVWpnZlpxckthMFVBM3gyL0dvYzFnZEVEYVhzanVCYy9GYTkwSWJvOXFva01KZ1Y5eTRxdm1DS3ZhY3l6K1ZJZGsvWGpjOHkxOGNNSjlPWXAwVWs4QThUUE1YQW9ZY2VNbDVEa3d3OFZtdzdyOEJDOHdHbmdQeGhRbkNUdS82SUxYaEpNK0pmdUlrYkI5bDJLRlFkQTNTSklFZ0g5V2JGOHc1ZE9oWkgybDg5ZzRSY0FTZXBsMnRBZVc5d0dLeGNMdHI0ak0vY3Z4Y1NsdkFUT3hacmRhbEE5eWxmV09HaWhmSGpEbCtBTjZRS0dFMXVpUnM5N2R5dUh3VEJnWnJjdWIrUE5wUmZTSGRaK0xUYURWZjhNbnVCaFEvN2hrRVBwNnRQYjc4aVVNZGkxYzJoNi96OWlFZlBqcUJUVXRzVkFPOWxVaUlUT3AwaUdLbmZYeEpNeE9GVWVCV1BrT2w2aU9Gc0ZUUFZNV0ROc0dHb1VBRWdVbVBybHkyTUpVcWhTT1hEQk5wOFNJZGZabkFDa090dUlxSkdpRG83UVU1d0lsSEtkT21scEJ3cUlGTXp5anZzMjhabDBQbnFUSEE3L0lxQ2tDKzg4WnZZNk8wOVdJaysrNW10c2RHSDVFNnJYdlNIUEMwU1pBMWRKY2ZrYkRpVzdSbmt4KzU2RG0xVDVwV0NrZStwV2hlWmo0K0hzbWxSbWFOYzhSNEdXNDdvTHZCSTNHRUdydjF6Z3pvS20rYWtWUnJKTnZ0SzBFN3pqK2d5aUxBcmUrQS9jWFNZVlAxaDg3bTY3QzBvMXpPb2hyc2NaTzFCRHBoVkVnaDhsN01jd2VqNTVGdUtIQ0dzcmdUVmEzemEvdEpsMTI2MXNkaCs0RDdPaWJlTlhVYlRkZDVDSXJiVkQxTU1kUUZYNFF3NkJZMnBocGZoeHhZVGNoVDNrazRLaTJOWDlsWnlrUEVxRnROZjJuWkw4cnFzOFA1d080L21EYUUwdE1ueUtCeTEyWUZQR1ZLY21NblNZd29EQ1d4SkpLekVyTVRrVHQ0R3ZTdisyNitvVW1aREVnQWNQQnkxbW1LbGp5dW5qNHZFa2dBSjVTOXl6M1M4clM2ajVXOW9taW1aY2Q3UFZ5Qmk3b3JVVTdKWGJpLzgyU2dPc0JUT0NyQ0ovcElDL3pxc3NTQXJqeSs4QlpjM3hqSERSZWJCVmhyKzNJMDJmY1ljQ1QrTWt0d08zMGxSWXR1LzhoTzZ0ZXloTG5XMUROb3M1Q0hOaWcyOUUybHRFeUZraU0vZzFtZ254M2trMEdrNncvVmtKT2JxRmVNNEJlbGlLOW80RGhvK2ozbkxmdTJ6Zmo3ejRiL1VSaGJoL2xVM0ppR1VPdkN1Z0twejlFRlhiL0VaSWVtK1pITnFKbjVuMWU2SUNZbzVvT29kWmI4a1Bidml5VXp3dGY4MVdVa24rODgrUG1Ed0lSTktKa2pQTk41WTIvZDJmaUJ2Y3puUVYzSmN2YTVsNkJ1a01DRHVQQm9WSjR3dnNaS1RxRTFya2pDVjJiaDMwcGJOaDBMaUc1U3dEcHNxTktSSlBtcGRuU0hpT2hIOXI3U1FEMW8yeGc0VlB4aXZzaWpURWhPMFpFMDg=', '452754684_459312133730402_6936800545464166180_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(130, '2025-03-11 23:47:34', '17863285824188678', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'uy9lDS37ZYSBVKOVEpG9AVJHLytYQzc1RkJWd0p5MXlzMGVGZUsweFkzb0l4ZDFlWW1RazNtL2hrME1xeHYyMHpMeDBLZXd6U0hOeDlJWjZleXNNdkFwbHMxdnExbWlaTnZFSTRSTXVzVEJKNHpSUmk2VXRPdjdzaXp4Tk15aitRNExRVElzYTBGdW44bDRXaDVSbWxjeUM2U1hvN3c5QVJ0VU9oK0J0Y0Rjd2ZaU1BHaDNhK1g3SGZQbDdXSUtUS3B4TVE4UGVKNGVmaUJCVWJMNWtDbThJM1pPcERkSWJWeUx4UDljc0cyVmVJSFlxVEV0MnBaSDZZUHp2UFprQXdVM1o1RE9DdVN4V1gxRERjR2ZJYzlmNDVBTXRXQTh1RUlrWGFJNVkrQ053ZDBlT2VBNm5KdnNpUXJ1WU8rQUxSeElnWHVIUkpPQWdkaW52dm9JbjRBWjBsRHdVMi9yNmNaelU2b1o4UGxXSlFKL1RqTDZVYUtBNlA5QWM0V2tpWkd3cUZGcVR2a2tYb2IwN2wzdWhYVjUyZytvOGw4U1hXaVY3aGN6ZDFoNmhlWTFrQXFlRlNnS2ZJa2pwaUZXbEZ0dVM4dUJycnd2cG5tMTZCeW4vckxiZTVJMFE2L25pOGg1WjExV0ZFREsyODJhcnNJWDVCQWNEMkw3Sm1ESFNrSnIrZEVMMmNaTzJONDJZeG9rQnRaYm41YnJQNmk0d3ZyL2l4blhOWjIwWjlJQjlVNjRkTmt3elZmRGRKM3JDSldnR0l6dUdpb0JxcGxWWkxtMUdqWHZwMS80K1c2b0l3R2lQMWF3TUZpZ3BMRzdnYU1oQTZSK1k5UjA5WnRHL2IrS1hIaS9HS0NLWHVJb01FYXlPZDU0TTNNUW9kZ01hUjZXSFBPbWV2bUd5NEo0STVLY1NnS0RmNnV6amF6TDRSL3I0aDI5d1hzOUxkSGRzcmd3T2djM05xS3FXNXpjd0krSGREdUhvNXI3bUhzZ29pVnNneEpoTmNqenVNd0psWlRkaFpwM3k1TEdCK292Sndscm54b2xNMVBiOFVZN09xT2NFY1ZtNTI5TGFWNmVYT1JnL1MycEdSSEVBcEttVlg2ZzBZaTJodzdjTEVIcmxFQlBMd0drREtYOEhEdHVXd1JBd1ZVVXFYcEZWWGI2RVpaVWp3bTZVWUVNZEdQYkIzZ01XSDc0czdVNDQxY0VYaDVhR3hOUlZSSUtvekk2R0QzN0RGREhXdXZ4YjFBSmNFMXE2Lyt2dUFMZlIzUlp4ci8yUHV0eHFDaXVyY3d3SUdicnRxUUZrbUZjVGd3OE50MkdJaXpWdHpvcmRYOW9UdnZOUjZoR21Wb1BqaVp3OTdqRUNuWUpFTVBRZjh5c3BqaXNvLzdBOXFCczhpOWVhZ3NFRm1lWDgyUUpjQ3JxdzhhbU04eHBtdG9WbkFkUW9lQ3dPVGZQUFFZTFVna0s1R3Zzem9ORWtDcUJNNlZSbVdwU1lIejZTMUl2TGIrNWx5bndsNHRTVHJCdUVIMWU3Q2pmQnhNblJJUGZjKzZ5RW5HdGRGdmNMUnQ4VXFlK3pFUDFESXlkUldJWDBQTDVnR0VkeVVrSjdVdVBPNlhxUHQwbDRvQ25UTFVkOTRyRCs1aTZiL2YrUkt2eEJaQ0JqU3pIaFZXUDkyUGRUZm1wTGIvbmg3SW85VHF1b3FyQXZZeGdoMGdIMmZzWUJVa1NaYkh0TmtlTktpNUVuaEtXcGhFQXRnNlU9', '452886156_17970304337753450_8574566557886705741_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(131, '2025-03-11 23:47:35', '18005879669361814', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RR7NW6SnZ554hgVuZTGigFpacGZwK01sdS9mZElGOFRQb0ZXN3QrUGFHcnpsUGlkM0ZoajcvdklaNXJRN2Y0ZEpXazhBUExlMDBaWFMxUzRvMWMrZms2VVMzUHZVNTVlNFUwa2dJT012RWsvSzJLZnZycHJVaGozdFFzNTAvSk41Z1ZOOGZRWEZNRDloMzJsNWE1NHBxR29uVlMxaWV0RnVGU0FyNFI0ejc0QTI1OENKNS80NjJCV1Jqa2tVTkxYZ2QwU0hwbW8yckJ0VWl3QjdSTTA5TDN1dFpZdWh0RlNSZDhMN3J0WHFsUkhoWHVoKzc5REFFNmphL1cxYnQrc0lRaDAyandVRTZmbmZzWHgybXBLM2NOMmphYTFvQk1PRngzcnVFNVVTcm1qYXlsUTRQcHRaamRsa2l6Q0NjTG9Pb3hBRzJObUhWTVVrUUN2VkthSS82eGZJZjIvNjRXZFF2RUdvS0E0WFBrNTk5VCtiTlB5TUZNWWxZL2hZVmdFak5PYVdveU1XTW1qNlpNQXMzY0pCQThYbWtyMHdSdys4Z0ZqcGQ2bUdvd0JTS2YzMjB1MWszd2doM0h2c09Uanl1aS9vaW1SZ0lXSHh1SzR3WFhiU01uNDdvYmx5dFRFZUFjaUI5eXcxREFsODRBZ1VnUSszWkVDbk8wcWtCeXdMSjVIWUN4cTI3THdzRXdPakFSdzVLY1ovbTY4ZkkzTFZLdzlNc2IwN3NRSTI0anZ5eEsyMVc5dzhVVlpCVUIyUktPSDRoQVhVOHAxazB4Y3UxdWVTbFM3YnNNem5KbzVGaEV4WXRsNEYrRzc4QjB1bUdrcFhoV3h1TVpFaU1ubXRubzV5Mm96NjBjdHBocXBteEh6Mnl6V05hZGx3YVpoZ1JZUWtMVFBmQTBwVkdxYWFFSFVkVlY1bmllajNEcXE2MStwWDBmcE1mU1Q0dUVya2NmZ0ltbEJqamhqakM1ZS96TXZVVmlZbUk4Q3VzOGI1VjhEdjNlVzhBN2hYbkNZbDJRejBKRUduNzlVcUhZZ25oMzhJR1BwRkovNjY0YWNyQXVjdjdHSFp0RUsvTmdOenR0ajlPUTh6bU4yZFBXTlBPVFNneXp5TXpBL3hldkV5ZlNqS1l2azJtOWQydk1aeURQY0FycEJvMzBiZ2JxUkhqZG9uK3d1SnA2UTdSYW1VOWh4L01Td0x1eXprTitoM0h2amVPeEhpamk1MVpOZitrcTNpT3BZc01DazlPVUhDOWh1R0YxaDNoclNaNUtETVEvWkNCYW1STlM4aDhvV0FnNm5Fc2lWU1EvZkxWYVhCSTRaYzhXdWxrWDNkaElKM1FjVkZ6a3c3RHVmcEdmdnBidEVtRU52Vk1pRHRHNTNiR2hnUXk2UEExaStGNHEyM1g1MGFmSjlZWnRSMm1FTTR2NHJZTVdRSWZNRlAzZHBxSUlvWTJxdlpYRHYycjBWcmQwWDB1c3dqNHIvQjdHei9lcnEya1ZlUExPNGxxNnRwUWxZeVZUazl2ZXFZbDZ1UEg1dWV5aG5WRk9tRGNxdVBBanBpWmdpeXpkS0JSVHdqWldGbFVheU9oS2VOWHBNMG9aQ25sblpHdkZxZTR3dVB5bnM4R3ZyRGlMdGtmWmd0Q1RUdmZOdWRLaE8welhNZ0JDak4vcldnd291RzU1c2lhK2lHMzdhUzNVMG1RMzRaREY4Ly82UnpHZUc3amdMMzcrT3pVVWNGbzQxU0hwWDJSQTd3TWR6YVdTc3RWYWhyeGczWklFWUU3eFhvNVdHNDMzM1VkN2dLYzg1TGh1WCthWjErVnhBSGplSE9zaUxISGxIOURQK0x6UjcxZ3ErOHljak4zOUJmNGV0WjIvRzJnQ2RpMUZNYVkzVEpQVlNXUHFBSVM1c3hub3V2N05vSXVQMjBEekZvdjdHUFJQZG1YSGFwNHY4RkJsbkdPWmRqb3ZFa2NVNUEzUk9IVnd1SDJGK0x4TUpyWnNOMHkzMWRqRWtCRHZMbDBncFE3OXhnQ2M1NUtrVEtCa2RBNm1UT0pvV2lJY3ZZRUc5WWpJMnAxTmYzWnFtUlozU1MvWTVUUGFGSGNoWmNFU0NmVktleEFsM0RtTlF4YWZuT1BUSmZaNFVKZmN2VUdnRlJEaE9ieTJHU1czTVpsNEZFTHdJYXNxOURKc3Y4WlhwUXFPSmFvUDRETHF0QUUvQk5TRmxzRmF2VWE3K1RxVjRUVDJpRnhBYnBiQmt6SXRvUDFNZWxiMThEL1l2ekJ1bjJ1T0F5cEsvV2pZb0lhZU5xU21LNm0yZko1dzJ1VGZCZzF2RlFHV3Rzb2VEYW1KMkhjaENNby85YU93dVR3RUppU1lQY1k3c3R6V2dkWlZLTERQbnA2RFNwcXlKRHdKd3Q0emJMWHJmeHhCUVdUTFM0b2J1ZTRENjRxWlZ3RkRLNncxL3hRVkVjdEhWaTlqSFNJQ3huNG1UWTE0Wkd5NTMyREpwZUNaOWJlTmZHSTlxeFlieFNXQmlZdHk2eENVSEpkY3VDYjJUekpWUmVpMVhpV1plcXV1d2I1M0JpZTFhT0h1SEkwUWt5UVI1VXBGV1hNd05VV29NMWErV1MyQnpjNUtYWThLZEh1UDV4aHVVaUhGcmNIMWlUTWloaktWR3JWdG0xTUlTbkJHcjNDeGZoRUFYS3laRnVvaHN0NStudXRxaXllSTlvV2xVeVg1YUhOdUN3bktlMGpyRnNtWDRaMmFnTHZnZnFCVWRSYVduUzliVlpXVkZ6NkJ5ejhQY3lQMGlYSHN2YTh3VzZqSFRoUmRDUnpqNEpid2VTcnBsK2NPNVRMdUtJS0JoMmNmQ2Iyc0ZjekRFQnFndWp5cUM2Y3lKaDVTdTZEYUd1ZWNtSWpYMU5aUkQ4ZldDc3B5Ujc2bmM1QVA2WXZINWVVa21iL1grNjJZbzBkbS9reGNWais5RWZPaXBTamp0UldXYW9Qa1JTQXFGMndwTkRKQ2lIem5mN0NEbjIvcHRFcUNLam96K1FPZjdkL3FhajNGZWtJeUdkOEMxalVmbkl2dVJFYlJJKzhYWG5TTStXblFPbWhTTlRtdWFlaWgzMUtidjlab2hmcHBIazZwWC8zeFNEMkM5enN5eTU5VVJGbGR5NFZsbGNobmVEclFUQ1Q0MHk3RHM3VFRHM0s5ckJMVHlraFl4b3dnOHBDNHNseTlJejE4a3RjS05EdVNlY01zYjFtbFFNQ2x0ajZWQVU4WU94SWNIUmZNY3Qyc0RvRi8rOUo5bVhZWjgrRmRuZU8xUUMxdzAzVGpNamRDNjBTbk5LYVlYODNpMjVWZ3hYcjl4VzhJb1lSZTlXOFJvaWdzM2hpQm41R3d1MjBRN2pBT1ByTmwwSVF1bU5hRGVDRHpSUkkyUENTWWlrb0xzKys0R2prU04wa1R3M0ZITkgxRXdTMTBOc1hOLzV3ME9oaUpBQXFyZ0RoUHo1YTlDRGFqL0lDM2lUMk9rd00rUE1YWXRYZlVXeXoySHFTQW5BNWw3VlZQWUV2ODZGN0xrbGs4dit4U3dpeC9qd1J2MzZkMDQ3R3B4REtoNmJycXBIem5SRzgzclRiVFRWWnNKazMzQkpicldjM0VIRXRvOXpGNXpPNFNNcUdyaC9GSlIrUjZEZ29BZmlDbFhITHdsNjh0aGNXTlBYTVJPUVczS014OVkyR1pVMERRQkdhM1FwRTRpbmN1cEl2TlVibXJIRmUrNGprWUlJWkt5b2t5UmFJY2FzeTB6ZEJrNzF0QlllS2hKMXQyeE52UkJYYWVDZnhYNEhFaENrS1NpWm9NbVlQK1I2NzYyZ3BXM2FQNTFNbjdTcXArNTJBZmVSeWpQT0loQlBoWWNMNExwZjlPc1Uxc0xrSHFSaitwVkhHTmV4T1pQQjJYd1YzN1ltUmJzd3FxSTByajBKK29wK0RUR20wUVdLa29QV2NOVzEybDZteTBFdndDU3djOVJyaVpheDE4cytKNVNSbXhWV0xocUlzcjBBZ2tscXgyMjVHUjBwUjR0NXBPTUc1SlcvVGVGUE42K3dacTVCLzdvRTdaVENNa09tT2ROeGNlWUN3R2MvQUtFakZMSWpLSitOek5mckQyc0JTWmxBSjNzeVZ1OGJqTEk3NGxCb2RGY1NMVDNIemtLOVJTa25qUmg0bms9', '452511859_1663271067828381_8861451502225351554_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(132, '2025-03-11 23:47:37', '18022227779348858', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'cdsPhz4wVVE2iIVd9V+zV3NINGRPVTJlcFpqQVRzd1EyNGc4cC9lMmVLYVhBcTZ6VlJWa1JESEp6YVZsWkxXUWxvR3pJazRSTDQzanlGekVhMmFySHB5L3hiVUV1Q2RqMENTZVJ6RWpaVTdyQi82azI4UURRUWhTdUh0dmhXSWYweklPMkZaaTdINkxBcnozN3RRK1NZMlRZUWxWaHYwNWFqOTYrSTBvZDBQcjJXTFF6NWltcDM0STVFdUxTZEVzWGFqL0tGMHZaU2ZGUDdIaTVYYkhZdTh4ckpKZHhDWk5TWnlQZGo5NzJKNzY4SEhaUk1VS2ZHZVNsMkgzakpxS2JxQkVraDRyemozTCtmMTZJemNZVlJTTi96U1hIbi91L0QrU2d1Z3BwSTZyZ2tNVFJjaG1RYm13UUIzUjlnTzVXOVlmZ1JoVUtRT3pCOThxbk5Pa0lFM0Njd1dQZlR5Q0xLNGlpa0lTNlorQm9NOE9FaDh2T1FtWkVWVTByeVI1bXdyMzlSemxGZU4wbWd6K0lYS1E0L01PWllGaFNyVU4vZmh2b014Y203T0tWQkpRcUJjWmFMZUYrbnM0NC9HYkRYdG0xeUQ2Y21KOEJCZmY5LzJoSS9ueS9YQjdlWnJFZTBPMnRQQm9oZ256N0toV1ArbWdCMFQ5Wml2aEFMaUgyb3Y3eTZNTUpYMU1VK3BYUEtleTlJZ2czZjhYd0JNMHRqUVM1QmFXL1I5Z3JLWWE4ZVV1WkRRRk5PZVJRSzF6clRTQW82cWhndDM1a3BBdVAvblU5em9zSjNqKytRalFpaFNQODFIOW4weGFJVzJ0c3JzcnhWZm5KbGd2dlVXRGRmWlAveVJvY3dsc2hkQU94VzRWY2t1UUFwb0I1NjFWTTZmRGNxMy9vamlQZFZFNG84SnpjRmZ1Qjk5a1VqbHlRTUcyUFlpeEF3T2ZvRVEwQ3Irb0tPajlMZE9Rb1RGYlA1bUdTa2VLdExlU3p0TXpFYkJLSStGK1RzWm03OWxQeUFqNnU4S2N5ZXBFRjBHZUdPakxxaml5Y0lFM2FKZWxyQ0tUWlgySmI3cmVTd0pkeHZCS2NZdnpGMmFEdWtNOEJXamQxZ1B6MXBWa2Z4NUtEQWNJM1RCSVFBNUcxUXpBbUhZOFNSa1FvcHlMYk5oWTNkUWN0ZDk4SU40eHJoOVpwWWNIdjBQWmFYa2lNbVNZS3cxSjlZbU1UWUlPMkxpbFdSYlNXRk12WWNMVmszb29kZGNaZHNhOHl3bmY0aWdZVGFTaDF0UnZIK2F4ekxYdDRUT3hTdy9xWjJLL1Z1UVV2NzlCek81VGV1Q2dsb00weW1aTG5rekh0K3dyUGhrS3NXUys0Rit4R1dDOXZkT2tmTkVWd3dGZ1JvVGhCOFVIaUYyNW15M3A3MHNTWE9GQUtSdXpSbThpMXZKN0t5NUtBUDhpZnZZeUQyRDdURDgwRkxURTdYck4ybStnSnlDWFkva1VZRUxZUzFkUFpUSEtCbnZNb1U1RTJSalBDbFdWSU02L2JmUkkybDlFU3BmUitrdHNWc0JaekM3dFdIekxINHFnWG00MjM3VHVrenBzbXlXb0pTNk1uczlzZ3dzSVJyVDV2RG5RN05PTktzaWFsdFNDVFdXQTJCUGY1RlJvdUY4UFl4YWJMNzArb3lQYzViTDlTdDNYOFlQNGh1UGVpaVc5dUNPQlpaQmIxaXZMTWpwc1NSY01ERDBBby9ENUR0R0dFWG1KcDRWZExYQ1ZuVnlzQWlZblFuVUZQblFZQktYdXRQMGkweTQ3U2VEdis2amNoQkMyVzZCamcyTWVTSXRIeFJUY210QTJyNjd0eEFKQnRmcnJ6TjVZSDRuMlRNb05xT2pEZWQxYnlpNmZ6clBGa0NpRms3Z0R3RXN4eVZOMFFzL0N0eXVjWnRENnJnMFIrTUtGU3AzTDZ1S0VFbkhrUDFsTnlGdUM3QWNtMnIrM0hkZ1FDcHZqMXcxcHp1b0FjMjVZUmhzN3JGMkp5Sm5QeUFXR3B0WDRDaGhlZUlVWkYzRmhaSlNVaFhvWFJiNWUwWjJoMlIwck52S1J0UUkySEhnQ3k4RDlpUk8zZDYxN3h0cFNaVjR0N2VVVUdTdVhaNEVMeVpsZWx3TWRlRzNpLzMwQ3hKSFdkTkpHczY3djlCL0Q5ZmNvYkY2anczN0lCTEc0OEIyZWp4V1hXWnRoRTUwNlA3THVzUjZ4NE1VK0grZDhIRkEreXpQRUV6VjdCT3JPdFozNTExWWVYb2tWdGdTTnFveEpDNEdCWm8xVW1JY0RKbURJa2VYZys3Qnl5cmlXMFN5ZlhScDFzMUh1S0tyOWZhczlsclJUT0I1WXdHQnhvYXA3TWczT2pyQnc5UVNVazg4RTFVV2VETGd5ZTJtK2Z4R1gwV1d5M3lDTlZlRGdrbHloaWpCUVZvRVlMb01ZZDVxRmh3N2JzM3lxdk9WSDRXSTdFb3BTTUJlWWFjakF3OFlORXQ0RStVNHZnaG9YZGlnTC9xZEp6L0w4TjJMNzVYQW5LalBMTE8rVStiMHVmWDg1UzlzZ3pzTzlJb3UzV1dTM004WlhkT0VOQzBKRnh5bDdJNS9DSGpGTGxFWXBpZkIxcWNWMUVzNE9PQVJ0QVpTRTI3disyWnpPL1JQVDlGZXdWZmZ3UEkrYXBxWXl0NW1xZHY0OVJZSVpCRUFWc1Z5L205ZjR5UmdybUpxNE5yalpHS1RnbXA2ZStuTitGT1pjcEJpVXQrdGFocVUxT0JKNWEvcnFpN0puUEpQanhMTzJ1Y05DdUZubXdyemhhNkIzN3o5L1R4aE1uV1lRWS9FUEZNWUxSdlkwbFJXZmFRQzRrUT09', '452381275_17970103904753450_4007913922982411495_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(133, '2025-03-11 23:47:38', '18059011906719389', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5Y67Xdz14VOG6aNCXz3DRWpSNGF2YnJXakEvR1hEVXpLSFhtM0NiVUNZMURFN0FaSGVVemNTRlNkVERsakdINVZYcitjRUNteTcxZEVEMWJURVg3NkR2QXZJRERuRXM4NWRkcS9XNk1OMVRhN2JMZDdkOURjWE52Yk1PVXQrMXcyNStXNzlKY29wU0RxMXVZUUNhNDE1VnRmZm9NODhTL01wRzZJWE1tNi9iYWUyNWFlQytjdWJ0UnNSdk9kSlBjR3JFTUc5L2FES3BjRU1OeXZrTWFJV3UyTXd2Vlk3VGhCUndnSEhINGFGdzF2WGxXVzJwbmV6WVpZVmN5SWhheW96Wnp0Vmk2VUlNTTVwOE9lSjRMYXJMVkhycWxuV2xQWUVBTXZtZHc0Mkx4a3Z0UXJKWktkQ0htSm5MTXg5MDN1bnl0N3pSWEtpZ2haaSs5RG43WnNRK0ZVU1p1NzkyYXFQRVNBRlF5V0xIdTg4ZnBVc2Jvd1J3blJEMFcrUEQrVS9iM0xROE5JQk9CV2I0aEJvWFhjbU5mbXdnVlV2dHFWK0VxR0hMTHVTRzBqeUhkdVdpSW1DM3FocHNSaER1VUVsUWpkd1NZOWpqMTB6cXU3dmRkKzJGWTFOT2pXSERhRWltamRkU1d5Y1pWK1ZweFJRcTVueXlRNkt2b1pycXJjZnA2YmpXdk1FNEVxem1sN3k0aUdZMHJOLzgxdUpleWs5YXBxMnNZZFdYUzBlRTBia2V0OFVRT3FibisvWXhQdElYQzN0SEdqS3hBNjFKS2VCdUwreUsvU3dpMHdlNkJzeWJQMmNDRWRVTU1zTjRxbVB6eWE2Y1llZVNheG5BeVh0OEZlMVlMdnAxRGZWN015cUdRUlYzdm1RRUNEWnZaaStraVlVQndOdndGSERjMmFDZndka0RqQnVFTk55NW5zTWV6Yy81WjBxVU9RcUpJUjlqRFE0SExkbXcvV1hDeTdWdThVazI5Ly9kdzF4NGgzOTNxNXMyWndUQTUvRkpqdnBoS0R4NEVGM3BpY2hHOG1lZGJvN21wQ0ZyRHhEMmRSNGxXWFpqL0JxcmtoU0k4NzhOUko5Z3J6bGlvc1FHUGFBMjVsckwzTFc4RmV0NGNtVTlsSjBXNy90eVV3WTRQeFRaR0IzeDVjaFZiUFRPd0VUaWx0THFjYzZTWENDTUZpSFp1WEpJNFVDMG5ZeTNyQ3NrRThQL1BUUk1VVjZLd2xqRUlBcjRScFZUSHA1Q0hnRHFaUnRGeE9lRkt0QUErUmlwV3RNelNUU2dCWGFOVGZBUk1JdFRhZm4wZTNOc1BIanl5Qy9LZml3R1NnaWpnc0graHBma2xUelFtTS83emQ0Sk1VdXpjUW9lUjF2T2hqQkp3RzkxZnFhMm5tZ1VySFFkN0ZoOEErQVd3M3Y5NlFKZmgxL1d1UXVnYnNyTUNGak9YVnZCa0s1ZE1EUkxVS2l6RXY2NlMvS0ZCdGI5TGZ6OVAvV0U4RWpUbjBUM2tac3ZGYTBlR1AveVdBOFBWejBuTjNkRXQwZFpXRE9tM2dLVnBZUmxYOGZmK2N5MkFBSFBHSWwxTFpRQ1Jna21jcDBndVRIeFNlTVVydXpIaitJRDBZcW5nNW9SV2RLOEFzVnkvRzE4NzVTWXlWaDk1a212bENjbndVQ1gvWktHM29GNU9EaHdwTUR6eXpmN0dxZGJwaW80NDVpMW1PZjcrekNFY2pXd21VR1pqdDRiVUI1M2cyMmtUSHFtcWpWNlk1SHFRT2hrTmFmc3ZBcWphQ1FXNXBjdjEvR2l6c1V4L2tuUWs3TUVQNXR4L25vKzBMY1JFaVRDS0dkOGVyc0VMUkM0NDdBbTdiTDNCb2htZ1p5VDdEZjlNOUNEckg4LzdidHArcC9RTHZQUXJmOENaZExodlFoczl1SWNCU1lnWXF1MHRjT29yRXpkenNrUVZFR1pIYVp3aFQxWDc1YWRPVUgyQm1iWEtqMlU9', '468007144_17985622151753450_4858495705821456861_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(134, '2025-03-11 23:47:40', '18037041670982842', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'oK/zdn1pvvk9n618wyryRGhVcVlRdlYzdkRkc0pmNWZicktHcUNQRGdkb1UxQTJtd0prcHNlTExRVld3YXJTVDZUU29TQUhwWDU2cExMaWJEbjdCWk1RenUwRFM1ZVM5dk82MTFLS2FLenU5Q3RTcVpkZnU2RTJHYlpHaUdZRS96UDIyaFNkaHBwZnN2VTIrQVM4NHdJdEQxUm1ncVZ4UEZ4Q01MdS9UTzZkbkJlakxCTzlWakgwMTBOZFJ0TkNzVHpPQkR4SExDT3piMmxBUW5URVVlQVk4MDJQcTJHdFNhdHZDTjJtbmtFRUNBQnRpeEhZTWplSDFGMFJMTFJSU1BYRUlBZDlPUnl0TVpkdzM2S1hnY2F0d2QwNlhra3VsUS9nN09ITjA4a05URU5jQUxvc1hIY0NjZExQK3hDL2d5U1hjQW5MZzMvS0xuOUtWczhlVkJTcU1EbnNxM0VZOW9MU2F6dHB4S3Y5d1Ivdm5GNkE5N0IvSS9kRk5McGpEWnBWSTJUL2dvbCtFZFRoNFV1UzFlNzFHUHMvN0hMZ25tY0RWYkFlWW1zU3F2RE1jMzFMWEZhR0ZUTUlmcG4xSXpmdUJJQUV0N0VUTnhSblM4VERpTlJEQ3JRS0x4NkNkd3RzUDN6eVgxYjc1bnE5K1dXNkZUVTFTeGlpYWFvSENkVW9JcEZoMjdNaHRuM1BmbStjS1hnTDN0SzIyNVlydC9oRi9UbVpyVGFtMlpRN25EcC9nTU82N1J1c0FMTXZ4VjZkK3p2Smdob1pMNnlMUkQvVVcyZXYva0J6QjVaMTJsQTlDOVozM0JpdHp4czlTeFI2T052QVlvRjJyakZ5cDhIN1dGdTdZZERNNlNDZUlZWWtKVURPcEh5NUtsTTNHV1AvQnBhTHYyNmNxQUhlM1F3ZEl1OE5XQ25pV3pDK0MrNzAxeXRSY0RNQ0pHdm16MTFaMHl1bXBLd3hHZVJpdm1aOG9jUkdMNmtJLzJpZngxd3ZlYUhCb0l2cmVONUVIdTZvMDIxMDFObjZqeGtkbHU2MU5NQmVBcXJQclJrR0tTdGdEU055MTQwbHY0S1Y4Ymhwelh3c0l0Zm9pSWwybXhFdWFqNkx3U1NBWENXT29UMkFGY3ptZXRsZUVTdGJrMU5JRTBENCtKazFZSkRhU2Vvb0VUeW9YZnlKbS9VdDk0Ny9xYzk2dTBHVC9oejFRU01zaVI3RDRrUkVULytNbHpKZFl2eTJqR280Vk5RUElqZFJBSE9GaTZoV041MnJPcDQxS25SejZUYTlIU0FGM1BJc0pZclhnY1dWblRuSkx4MU5TMDdRbmljNzZCeldMMVo4MzRxenVYTWVXeU9mUXp4NXVHc2hqaXFIVTlIbDRPNHB5M1hrMVIvTXRCWE5PSjA2di9CS2ZWZkFORzl1YlhiRHpuOC9ZZWp6UUt6VEU3OHhGVytCaXhyalowYVY3TWRJOVV1aklUaHRibjhaemVOSk1VS2pGSzVvaUI5K0xPRkUrSTVBNDY5S0duZ2x4U0NkZm9LdElISkdGVjJzUmM2NEkvY2orWXRwZ0ZLQlRpVnAyeGxtL01jZTlTM283dnZERW93ZHl4RG1iZzl3TWxaV2NDaVdJc3E4SWl0amhjMWM0c2M0THVwYkJ1WkFHT3hHcEZYeTdVR1VZOFk2UjU2aW50TElCdTdZNFQyN3JLZHNHZE5TUTV1ZW81RzVpbFB1UjZGY1RpOVlnLzVQWkdpL2lhclY0ZUFORWtmUUpzT21EUzh5NXZlZ2laSzNJeUtjdmhwRUNrTVQ3UFRBUjV6NzdPcHc5UFVFOTB6RS9ITUVGRmg0ZDVpY0h1ejU1dkxlV3pJbzR3cWxqMC9pdit5bjdPUW1heXZKcmwvWW9YckE1VVVJc2MwZUUwLzVOclc0cGxSVVM0amVDRmFTbWhoNHB4WDZFZEJ1ekhOa2NiKzI5NnUzelFZSTlFK1RWNFovYTVYQzUrek9uUzdnckZqZXVEYWdYRmt1bUczbFlmWTZvUVJEMQ==', '467772419_17985622154753450_6056883198971719541_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(135, '2025-03-11 23:47:41', '18453258286002628', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Bw2W1tgIfTboHxEUdOZQxnVnbUxVZllpVlVldGMrblpLVmk0V2JZV0lkbmVOUHJFaHZTV2kzcUY1N2RXZS9IYW5BbE1Nb1dIMklraHlyU0htTDQvbXhqblk2R3hUWDJ3YVI2enBFN2E1ZDhUbldzYk9SaHhDR0Z1RlhheWMzcXVHczYrcjEwN1k3Y2Nsd3drTWZrWXJ6Zm5DUXl1MGhJQjNOcHN0MVhIL3dQSEUwRi9US2xBanFkMXgyVWRhOGtQSEdaZCtQMkFIVDdST0xOdFBJRFQvamE1RWlLaXJONlpQWTQ2cWl6TnIzbkQxSzBiOFpSeisrZ1NHc2VTb05ma3ZZeUtaMC9rV3pnUTJsMjMxUDRXcDNzNzl1R2dWbTkvemhlZlZxQkRjQmVsNFJDNWtQN2lSUXBoSFJYV2hyOEtNZ2tkZDdDbEhHRkQzWU9kNDM5MEFCNTlKcWtzTUdlS0tMaFduMVVManBrTkRzSEtLY3RHdlFWM01ZU3E2alkwaFFwTGdhUXB0UkRWM05XRXFsODhsa3kvT1p3dGlhdERjT3llL3E5MmZXUGVOcENONUwwWTlET0tWWlBJUzNOd1QwY3hrem1Hd2pOQitGNUpWT1RYTHFOWDhpODNmY1orMlg1dDJMUzlPYUZqdXd4OVk1WnhHdmJ0QVFhZE8rRkJ1ejVEZVNLMnh6ekRHTXY3bHc2VGo2R0FkRXkvMXNnKzYrUTRWWWFyU2dPVTZOcW4ySGhWQnUvSGozQXZrN01vRERKVVpvYlJwdFBlQkMrL1VnSU9jaDJ2ellFSUF5Mlh3ckFjSG4xWnQyaUpxMVVyRXZxcEdpM01mSWJUd1dYMXcyL1JCNittbWZmTnREOHBWNFBDTmJmWERTVTdSa2paRGxON0xsR29xTVROYXdjZzduZnlCam1VNUMzVld2V2h1ZWhFaTl5NmdnaGd0NkpTYU0xdm05cEtIeWtBempoOWNvZFArZytNU0ZKdzJzS0Y5bm42dHhrUG9NMnpUOGgxTWRZeVR5V25odE1FRkJORitrV2NzRE9LMng4ZUY1QmZXbXN2SUYyVGF4d0xzNnZVZ0lmbnJKeTRTYVNVYkw4UWFqNG1IZDkyZEtmYUROKzRHZy9mSjhYcVN0TmFkOGRzVkNGU2toZVBzRzlQYVFkOGVvMUR5TytTcVR6OHE3SkdMaTJ4aE04S3h0YjgwcnRxRDZObGJPRVptWmFNeVI4d2h6aGNBVU5SQ25PYVJJNnlBa3VuT1pQMjYrN2ZGSSs0cDlwUTMwOUtWeGV1QnVCN2pnUG1oTjRwSXZHYnEwMUFpT09ldHY3SjBhVUQvYTR0bWhZa2dsWlhteFdkYUh1dEhOQWlaZlVlK1JGRmg5eGJhM1k3NUE0VDhTSzJCeGNpR3dlbjhFb2cvTmRZUlVRYzg5RmZpbjFHcGt0UWhRdnhvZTRDU1FQRGxMSWN2dit0NzV0azNVcmlPOGtmcTk1SmZTTmx6ZjJRaUZ6cmJOQ01tbzgvYzZTZEdIMFJjanc2RWdubVVMeGxVSExTTDFxaFIrcTZkTDFMNWhKeHRzU0t6ci9SL1NVdDUvU0Q3cVo1bGt0aGpSNVN6K0NVTCsyRVBHS2pZSGNMWGNYd2JXdWhmcTUvdjhzT1ZocDZRM1NzSkNhTXl0MkgvS3JPUXBtcEJvTng0TFZYSXl2YXYzVW5zQmxLSG51VCtGSWlrd09MZjQzRStRMW1mVW5ubXQzMVQ2RW93T01LYUpMem1WUThHTjdy', '468058643_17985622157753450_3970769666809697027_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(136, '2025-03-11 23:47:42', '18035052004882508', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'PbPdiWWvi7dg9EoSZhSatFBxcFRrWDhJWGdUcEtVWXRJODFwU1hBMkp6WTUzdVNiZDRta1REeHJFYUIvNG1qOXU3bVhRL21lakJEcFJ1VVoxcVJYRk9zVFQ4ZEZJdWgra2R0Z1UvbFFqWlNhN1pEcUJSWExXeDJldXU0SWtzNjJQbnJKYkdkWmcydllTSDZBdlRTc1BUeURxMk16M0N2TldKeHNpOFJLOGdULzZDRngwWExFYW1hY1FDTG1ORGRxdnBSUkRkZFc0YXkxeTRtZUFpeE9GTWlQQUF3OUVjUlJwTVU5RkxPam1rVXMxUkVPRTBMaFlkS1I0cGpMK3N6a09xRjdMM0dadGNsZ29jZFdRZDVtYjYrbWFFQmtLOS95aE5YYUowY08yMVNSY242a0c4SlRod3pPcjJtejBvK2NJR2JKeko2Mm1uWWZ5bHhXb2JBS2ZRek8yV0hJa09xWGF2Vm9hWFg3ZXoxWVFoajBETXhuU0RUbkxqYjdrWkFpNEtpL3FtNGM5Q21nWW9BRmRIN1RrcTU0MGgvc3lTNXdLMEt1RFQvQWhpM3ppNG9iUnhpQmhiL1M3VWZaVEJyOExVQlBmQk9ad1grc2JOZHhjaGc1bE1IUmxtZ2ZDUzV3cGp0eW9VVE9ldnVKaXZpRlc3WHF5eDdjS3Arcldndy8za3Nua2hkRU94bENSRDZxSm9zU0JsdC9sOTgvVWliYkw3dUw5UHZkUVVMZ3o4Mk1sTzcxaitsdWVEck1hQ21JcDdmM1NRZnRsa1k2dHJGQXZPdFhYS29xSWFGTTZPTlA3b2MxRzV3Y1Z1bHdIWDJ6ZjFnTG00RXp5NElaeU9iZVpQczdIZHg3M010dEhDWFBsWTFQOUhZQTRjNG5LUFJzUWtaNFN0Y0p1R09rcGlaemh4bkdDRWVjQktuS3dDYlJEdTlBalNxRWpQcWNEeC8yYUtNNmFUKzlzeDNTVHBKd0VkQ2R5NVBOeHVMeW9VdUxNYldGZjVwMWt2blpBVEpQNzRaVWdJQzhIbG9KWVA4RDc3c04rVlkzMTNLbWNDeCtVbkVNc2hQUVlyOGluSERrdXA1YmhSMzhsS0FyMmp1S0hkbmZOZjBFT3B3RTFaS0NoUmcyTXdjSHhhWDdOM0JvSmNrYjNDMVpQdDZETGo5WEV0RGpHSko0aVpOSjFaTWpzdVRQS21oYm5GdWpkMU9GdDM1UGUwQU5sOUw4KzAzWGFKTEs5emJmWmwwVnREY1NLK1o1NGlLZEdVS2tZeUxSSzNjMzlyMjcrQ0wvYzZDMTg2dUZkRGIzZndXLzF2eTdaaUVxdThDZCs4MmhaaUc0Ni81SnF5NVpEeEZyUFpBVlN3MkJXM0hVNWJMZVBaK0JtYkg4ZGt2YmZ3UkV2U3U1Q2FJbzYzSUFIa3ViZXdHK3FJd3ZWZUpxL0dMUmx1RkVHTTlKWlhjb3JVZlAxMGJSU0lKKzI3U3h5THN6azMyN0xXK0cwMWxoV3czNml5QWxYQzBPS0M5VkxHb0ZYdjU2NU5FTGhRWW1VeFoxWERCNzJaT05WTUkxeFNGTHFsOGRQOGtsdERKZ0phSlJXOVA0dnFQN3k1OHZESWd0d05SaERBYk1GUmlXRTRobmhVb1hSdDlMcE4vTTU2TTdvNStrckg0dFV6NWV1S3VKcjZub3g1THpBdjVyLzVFb0Y2UVpzR0NYYWEzdmlFNGxCNTdyY3B4V3RXcDBBSm9jQ0F2Z1ZQeS9SbjQyVHBGeTkvNXp0dzhkU2ZLSlVjRzFDOXN5M0c4NDRNWHYwcVBOQU4vejhicmNzVWdKcXlxdmVrM2dabmFtNFVXVVRrRURBMWh0UW0wenBNMkpCY2RCaVN4VlRZYld1MWcycVlCamczMEo3RTRLeGpiek9OY3dLSGduU3ZzcS92T1A1S3dNVXR2VHc0cnJ1c2FZVGV3V1dITUFqeVFyWmlsM3JqazdhTEI4YUI1WDhzYjNsTmVBd2dKeXNhNnllT1M3VGZEWkxwMUd0WlVkOE1UZXdyVjFHaUw1V1o2YzlLV1pabUdaS1Fuc2dMQmVuano2SWUyZlU1cmdwd1Y3QkI0RWFlbEY0bVc1eko2ZVI0RENxZ2poNk1VNFFzTTJJSi84M1NtY3ByNUNUWHVjT2RSVlB1OG96VGpsL2phYlYxUFhNTWlVc3ZsU1hPc2YzV29XVFFIZnFXRFB2cERYd3NLc1VwR3kyWmFyeFRoYTVYMHg4T0VYSy8rZGtqMENhZ1AydlRaRTdXN2xCakpBZUpBLzRuWWdveVdRS0Q5S1BDZW1nci9SOUZiMzlsa1VkQkNKb3IrWnFFb2RMUm8wdGJieU4wMnBzdVk2WlFjTEdhb0kzUVZBaWRDa3BBWXo1NWxaRFo4WUtKa0tlMjFsMnpKTUh0M3VlcmE1cDN5dWNoa1piekh0b0NMWm5LTXVWQ1JiVHFsL1RVYytkZDhxT1prdWtpSkFpU1FMdjRYMUs3bFQ0bGdvK0NabFJtOFZHbTYvSG9vR2lHK0FwMit5RTJBSFhFNXh2RE93TWllazdqWkxwelBXci9QZFlKVjZMQ1VteFhqa3hoWVF0ZHJnNUtkcjRsMFovY1J6NFFkK1Y0ZUp3TDZGTTRiKzZoTzVTMWJrRUV5Uk0vK1ljZW0xZmlHRkVtcGg1OE8vNGhpV1JRRm56Y0pmL1A4Z0ljRk9rWHFVVEIxbzBmbkNWSkgxOXJEMGJ6dzMzcWZLNG1RTStQNDNQa0ZkT3drT3k5Rmk5UW03bzBTSmhCZDRINWpLWGJQTklOZjVaeWlQak80L3k3SG80L1ZSaTF2WnhLMlFYdFl0c3F4K2tyc21acldEQi93S1Z5eFhxbVFyNWNRYTVSR3ZIL0NyNHc1M3dwb0dxanFQV0NZNVN4Y3NtZlUzL3BrY2EyTnFNcHZvYTRxd0Jyd0ZNS2pXamxaYU5Za1BXek1RcWcxSG1MQ3J2SXZyMHJ1ZXQyQ1V0V3ZiMU5VdXZWNUoxUjlYVUtoS3RUSSsydm1SMDdaMlEvV0xpNE5zRnRhNW9FU2R4VVd3cjVUUDlMWG9TOHNLRDNMaHhlZHJIQWpzS1Z6RDhtWDJGRFJxTzg5WnNUVkgyV2lZaG5SeXJUbG5kT1F2U1BBS004aU1nQ0pZaE8rWFZtUDh4OXUzbitrTVZGcnVhTmxrdVJFazErNVI0TVZGOG5sc2VhWnVDNU1LWVFFQlVzNGJydWRpQ1dFL25WMEQxK3E3dGhFbmEwdi9aRWw3Mmc5Ym1GTlA2L0xsMXNHNitZV3U2N1NLNGNvVkY3NmpENjFGSzl4NWJWaVlBZmdta3I5eTFFKzluOXEzc0dNWVJPblVHZW5wOVJCaGd6aTZ1R00ya0dPTWFGSWRWUzNiNmdlRnpUZUgvOWNCTVI3bW1RSGFzc3pLRzY1Z3pDZUEvZ2VDejE1R2cydjNFbjRMSC9MYUxzYmFKNlYydnJ0NGtEMytRV01WK0EwVzl5dmlGcHJucGtMN29sejVHcmxTRXU5Zy91V3dUa0NaNTZucFAycW0xUnB0VzNWcElKRnNnOEV2d2F2OVRkYU5weTYxVlZ1aThlVmlCYlprZjhncTVNdHQxZTREWUdFbVNmV0NMM2t2eXNGT245aW9RR2xVT0ZPOU8zM04yZUtkc2RPSGFxUTFhYmNZSThkcGhHb2VLZDBtVERpT1FQT2wrRVgzSWhyNUE4WWpKdkwxNDVSdmxtdmlodmdMNmZ5T0k3VWJvV2N4L0tJVUl2T3VPV2RDRnF4RXJvekxobmNZVzU1MWJWd0Z4b2dTYk9IeURjdGhzU21WMVlMMThTK2ZZU2RnUHFFRmJ2cmVSMzExRUk5b0xtR2g5YUtPTmtjYW9RSWFkMWd2ZHZieW5jYmU2MVlQK1RiSm12MEZ5OVJSU3l3Q2ZiLzFRR1RBaVNGY1BJV1YxT20vdnp3U1BpK1BvcE4xem1ST0M2ZTF4dkFBVmhjRmZDYmc3WjhzMFlJUk51ejRXVHl3SG81bUcreU9KcTRnUzArbFJjR3Q0Y0pZSGRyQjB4Z0d2dUUzVVNQeHJNdnV4MnBYeDVaQ1JRLzlnU1p6TjdVNE5CeEliQ2ZHRUhKWkhHc3pKMlFPaWxpY0krckhBdSttM2lkNlNyUzUrK2U0QmdNQ05ET0R3NDhWZHpXdjZxank0R21pTGUwSXVtalpIQjF0ZXVmaDlPL0VsUXpWVndrSVFJWXhienBwdU5rRnVoUmlUTEhrc3VHdUszRndZNGkvOWJXVmdWUXdzb2V5dktkNnRBVTRJNDFtZytDc242M29IdE5xNDBNN05pRG1ZWmVWcVErS1daYWdOcWRHbk9VWXdRN0dMSEIzVlpza0RuZEd0N0ptYVl2ejM5YnZkUCs4bFR1MEJqQ2pEdmNGcDhxOEN5eVZTRm82YlNCSEhrbTcxall6SURlYmtlcEt4T3NFTUxVWE5xc2NIUVlDNzQ1UHB0UkN0QlZPVmRaWGVOTHBTOUsv', '451231821_2267958156882018_2156039169980336993_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(137, '2025-03-11 23:47:44', '18009619241310703', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'gcANBWeKTwraD8DuaGCiejZWc2x3ZFM3a0tXZFV4VytHWlU1Q3ZXc3UrdjJYM0hVVGN0a1NqTzdEYnA2Qm4ya0NBbUtTNGpWM3dvby9LNFJzS2Z3RkR6ODFrM1M0R2NLQUZyRUZ0MStXV0x5Y3U1Y0t1aXVlWVpoQ3d4Nm50empYU1JjMkxrM2tGTnJ2RGRxRFovdUtXY2daVlp1R2RZOG0yb3pFQTJaWGhBejhVaFNGeTkzUHBxL1NkY3BiU2pnK1ZiOU00ZHNYYjRnSUpiU1RqTkJlUmhibkpQN2MzYVlXcjNBNXJqUG9ZVVIrYVh6cWhhb3ZhOGx4L1NtdFhnUThBYmgreGdSS3BwRWs2enFrSzhwV0lVdzdESXlpUWVrR3N3RmhkcXFiU0doRzhCNUVQcDRlaWxmNHcrUWJCSzhSMlhzVzQvMC96dXdrVWY4SnlwcDdrNG1kWTFIWWswWkhpWm9IWHdzNGY0QVVudVAvNyt1cW5rSGQ3b1Nsb29BMUVNL0tPSkMveWx4RUp6ZjYwbFJneDUrTFErTmVOQ1RZQVBxc2tLS25jaG9TcTVwelFLL0tBYnZZS3BCTUxUWWFjSlBoU0xYazM0SFZCZkZQRVFVWkVseVpGUytWYmR4YktnSWo0ZTNPME9jVWNvaWhsTC9ZT0x1SFhjK2NDSFVsam9yalpyU2VEeVdwbGtiYUN4STM4VHFPOTU2QkZWNHd4NU5vV3Q3eWJPTHV2LzJYN3lQelg0eU5kYzhwdFIyQU1nYitydTVJOTVFclBmVFNsejlzMGtNa1hER3pqaTQyQjQ1QWxKM3RCbncrVlFMbFM5bUZBWkFyWVBGUUR1NzFHUHRmVFZjcWtTQ29EbmZFL2QxMG5kL2xDVThFa0Y0Si9XemhtYTVIT3hSb1lQN1BQNi94YU5ZNVZWbVRkL1F0S2t2SHhsVG40bW1lbzZ6SVcyWWJQbmUyVWZqb1dQSCs3WEV1Mzc3STF2M2NTMVlvWFNTOFJPMHFJaG9YdlJ6ZFFMWURULzRJbXRjSmVRTnBlTi9ZejZlUlJXTlhrUmRYa3Y0NTFQeHN0eGZ3TENucVhqZFYyMHJENkhBQlIxL3l4d2luREVoU05sbW1WeGhsaEsyZG1QK2pwSzdOUGdMd0VodFRjaVlOakdpZGhIa0lrK3BvdWJRYTRHTkUvT3FnVHkva21HejBsQzFsaW5nSERyY0l6NTVPeHZJVnNSTzJLNC83K3M0WVl4S3MwYytXcEZXU1daZy90WVUrSXFzRGtYU004czMxdjRxcnZiNGRkWW5XdVNsSFZuaENnT1JlWkZDeVFvWURxcUFPeXViQmE3Nzlvam81MlBrcndsdWR5M3JhTWRCcUpYQUZ1cmFWcEZpZjkySlk2ajkzMzNZUmYyYzJ0V3JFcTNLT2d0ZE8zQnVhZFRZM1Z6OGhuUjU1ZTBIVWZnYWNsQm1JeEFTOHpQTjNyUkE5SXZVT3ZOUURVM0I4RlY1c1VLYm41V2dNcXJVVktQSU1KWEJnM1VER2t4elZFWHFyMitBVGptVHpGL2tyajNPdU53MVoyczJyQzhVUVJHbk54TTE2WVcxQ0FsV1I3aGtwNkxodE94T21hdWNxSW94aC8yZysxTDJWWDJCNHdxU214MTFKTXJpTFpXVFE4UmlOQVFIclM2MThBeHAxMkxQaW9KbEh2Ykw4UUtzTldkNENicy9EYXFsWW5YQkoxZklGaWFGZWxqVmZPcWtpc01ZTFYyRGgzQnRKaVM3RlZDTUJINVRobnAwM2tMWVdRNWNSMkhHdEpBWkUwdG9hRTdMZW9IbFpldUJXV082ME5oS1NreEFKNVEyVnEzVXpiV2NxaTYySFNoTStpa2kxQ1lub29aaDRmU0lsaWFFN25namNxd0k1dytKeFF6RjBVZXE0a29CWXc2Sis0eGgxd1Q1Z0drZEtpL1FkK0xqcGtBSFdBUFlhR2VYOUpkdHhsRHB3Q3RyT1VPbVlEWldZR1NuNmVmYmtheGE5WThGQnZwamhNR29jZmNQbktqZ1ZZK0dkTitKR29mc1VTSDRoOWJyZDlyQ0xEVDF2dWV2RWtOdFM0VTYraU12c1NRVXJqSXhaNks4SThSRzIvVWhsWkw2MVFuUzlhcHNiS05EWEJMT1N0cnVubkRZbDBBQUJJTXh4OEZpVWhJWkVyS09tMXVTbEwvc3h3PT0=', '467773272_17985622133753450_866695625667222045_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(138, '2025-03-11 23:47:45', '18036875500974765', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'nr6GpdL/E44LBORsFfiKoFd5KzRlUTZ5MGlMTlpINGdtNGJlbzhEQlFYWnR5a1RPa2lzZVMwVkNNbElVNEh0Z0N3WEhPZGI5N3FjNi80dG0rREYraHU2VnBrYnJyVlVudGk4V2RRdXVFUjZ4MFNidWttQlBmUXkzam9FMnZxaW1JU2ZxTit3ajB2eGZWV0gxeGFoK1RhOFBreGhDcmFYcXFWeFJQZXdGbUlYS1AxL0Fzc3ovSytGYlM1eWRGSTRzQWgxYmZqd2Y3SUVWVHdoTm4wSVdvZ3psdWFicjVJN3RTM1M5bjllRFB1QjI3bG5nbDBiclVkVHREcm5SOGc2ZWhTdlhhNzROcWZNYlYrYXhRRi9QaVFBeHpvRHAwTzNmS3EwR2VSb214NE90NTNJUHFKeC8vWCt1aXE0cytWREpLSTdqVHA4YTd5N3pINzRLQ0NYS3ZxWWZWZ05vYnFTYzZqYTlYRjZwbk9wbUZweTJQWUFhek9WNUZiVENQeG9vZjRFMnQ5cldMT2EwS2lYWmdLTko1N0s5WlYzWitIQ2crVmRIdEhOZGNOWjlvN0FrYnhrOUkxS0F1alJHM3I3bFNUMEc0M2Nvb2JxQkVUbHNvQlJ4eVNlN3RJaXg3M25sMTBLTEpsMm5aYmZWL1BYbWtKRHlZUmhPMEhpditUVGw5ZjFHNU9GUDh1WStLN29iZVA1TnV1dzhPNlFZYnRZeGxHOFpBVS9vM0JoYm5CRXpsN2hHMjNBTUZxclJ1SExPS1h1ekFCSGQzUFdZRUM5dHh1UlBTQjEzRGJmR3RXZ0dmb3c2YkxDZk4yTHlzVGhQSDBDQnR1aUhGSXFIQWtVVTlqWFpCREJjZEYyOXVzMGwwNnplRzhBUXVNT1pNL0YxRlRjSGc1dGh5QTh4Q2VzSnY0MUdnWTY0LzBOYVdMeEl3TFJLQ3hCMGhrTE5GY20wak5SeWZmc29UcXJ5OENtRjhKYkR1TmJnSjN4Y0JJbjNmR0kwTk5SNnFmTzNzU3Q2ekJWZUJVUCtSQUVKNmZKakR5a2JTWUZIUVlaaXNweGJIRWw3Z2xTWHBBTTRjWVpHVy9Rd2R2Rmg3elNmZ2RWSWo3U1JMWWl2U00xS3BPcmdtQjd3RnNiVVEyUnV3NVRXTzgxLytiK2tPSXArMHVMODBPVUpUNllYNFJlT0thK1hYaDJYYWR1WG1oZUNpVm9lUTIzL1gvdWJQLzJ0L2tEa1RLN2hKakw0cUZmZFlUdkhxTWlVWDZEWWN4K0FaUjJ2TUI0YjdJRkJ5a0J1SGdsU2xSV3lHdDk4Qi9iTFM1UHFXKzFQK29rdkhTRTVyYnUrdzUxQWMzRjJORjNLN094K2VHa1hzQkhaNGNrVElJdmRaSWY3UGhGSWRzV1FnWENpcEpGNWNEbmF0djRyRjZtMXdYbHdGV2FrN3NiQjZaS0g2MFVZUnVnZGZiOWZ2SytGK3JnVFltbW1yckUxdSs2UTZTcWpCL2MwRjBHNmV2Q3hyNVFLZ3Z6V1QwaUw4d0J3dGo5VXhFeWJCSE01dExybC96TmFtdjFyMkFNbUpGSTcrOHY2Mnd6azlwZTFPbmZmUXBuSg==', '467617359_17985622184753450_3861543945488141144_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(139, '2025-03-11 23:47:46', '17951808782810088', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'zho6tb3EAQBEbMXVOUoP0zFYWVc2VkNiOTRNa2pWVGVTWlBVZXNUUHl0dFJDZ0lGWlY0WW95QzdKdUt6cnNlVEp2OFFSekV1L3RPRDNDZFFWQ1JtS3BCMGdLb0YrZzk1MjVUdmdJMHVYeDN1ZUI0eFEwUnNMTkJlaWp6TXpValYyaGZ6bldsVWhKY0VzTDV6VW9LZzErSmp6Qi91RDlsUTF1SEQxNGZ5Tm9pdE52L0ZSaHVMSXp3dk9ZNFBvSEV5UUR0em5jdzZUT3h3S25Yc2ZzaXZBRmFuWE51a2tzK09id2VLYnRubHRyd0hyWWVLZTVvOFFmQXl0b2k4RnJ1aWJIdDVSY3RXVEJQaGdYd3d1VzNVYXhOa3ZlYmluM1cySVF1bDZxUVNhQ2JEaFoyRHJreEhjSmxia2xTYVRUUFRNVWhhTXpseG9DZytjL09uZ1dveGdMa3UyT00wbmtmRSs5NHppVXFUU1RreThLRzQ0eHFjcFNVZDJWdU5ZU241WlEwaTRhbEorZlFTalF6WXRtNkVwMXBDdTdydVZSeFh0QnRMaGg4eGRqZFptMVVSUzNybXpQTmYvVW5jMHNUbVAyTjJ2U3J4QlFQbFZJUDJYakp3MytyR1AzYlRMNFVML1hFWkJha2Z4cWZ4M2ZEZUVscEtsZFVRUGMyNmY3MTZCL1k3ZGlnSjVvVzJ3bnAzbDlxajJraDJYMGdSUG1PTC9ONTFKQzZ1OEhNMHhuWFZRekhjSmJqV08xTVB5Mk1IOC9IcE5wOWZ1bGowV3VQOGxYSE9hTzFTRTRlWGVGYjhZbE93eHBRRFZSNEhLMVRveENHVUJkTmZ4NkNLQ2gzS29uYkE1SXFMdEgzazlCamRCQ0RPMitZRGZKSzZVazBoV3FOYWJDNXVDTTZPS1lWSWpramFJZkVXSURZQnNjbW9ZTlordGNpdDNad2MzYmVyditDYUIvUEhBc0JsRSt5ODJPQjMvVjBDZUNOQjh1S1NwSFJhTDBWZUc1dHhSSUhJWFJ3ZUxXbUZZTUtSWDQvYnhpN1pRaTlDN3VRVVdvb20xaDFGWUZ4WUdiVmg2SG9kc0o4SytnSE12TGJGTlcwTHlxZVVOejhZcXNhTit2YmNjNmhQV2hqQ1dUZVRUelA1ZTRiOVRGcElCQ1NJVGJyYU1JZVA5eHpKRE1ZRGNEZkk2K3V4Ujl5a3dlSUIrNDV0V2VuL0NWL0NZRkt0Mk9XYjlkWW9uOEtqb2ZzR0VDamQyL0krdEpldjUyNUNLNzEzVkkybk56NU5DNWVnczgvbmJ0b0NiNDNsYUEyMlBzUjVlQnNydEtaUjVwQjJyajVPbTBaRmYzbTg2TGcvdDhsYVJsUnBVYlRYVnhkcmZGOFdYV24rcjhyN1Fzamc3WVlNSW9nS1AyOFJuZzVlZmhvVDlIc1paK0VzQlk0aGtNV3dvS04waWdtMDVCT3VUN2JFaVZNVjZLOEdjN3FBWk5LNFJVNWNTZE9XK0Nxa0dxK3d3TFNXTWRLSGRMTExSakpqSWUzVVFkQjVLYmFMNDdkRUk4UGhxSnh6QWFBTkVaWFh4Vm84QTBFaXVTa253VkNja0tNN1RUL1pMVTYwZFNhZ2FTaVZXVlNiaGhPSXIyS0tRbDZrSDNuUHlVYTJYVTZDc1ZTSXk4TDBGNFUvK1NBMVJZdmc3aFlYekE5cVk4bEZkbWNvbmNtQW9JTTJ0Z3daQzBnbTViREVOVGR1SlpZdUxtN2NoV2I0V0c3c2hHRUdCWHFGR1czTURDcFFjcXpzSm5kRFkyTnFMamI4MlFYcU5vTTBsVnpVSkhCM0JTTmdVV29TV1U0OVNZNE5naHFuelVlZWhaWm9QVFZUL0FmblBsU2o2VWxESUo3dVVxVWVKMHVJY2RCWk92bmZ3MzVCNWUvc1VvZjJDS1lUSjlWNkdjZDdCSjAxWUxYOGpvNitMNVRBbUpxSUJ5ZVAyYUJTUG1mY1JsR0FZV1kzcEpkdlJSUHlKS1JYQ3BudXhGMkJiWW9xcll3QzN1OW05bUtIVVNHWitJNzlKVmlMKytnVHdVUnFuK09Db3RacCtESjIyQ2EwSklSQ1JGK1RjbllxMGsrMVNLbmRQV3pUS2FFLzJFcEJCdz09', '451013463_17968724162753450_3989279702706977466_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-03-11', 'image/webp'),
(140, '2025-03-11 23:47:48', '18037894513966701', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'prmmqlRCJhQkv3354MnEemV5aEZ1c2lnRWtNRmVaRGhLaVh0Rk9xY1FJcUFsRmlPbVdsRnFlUTNnZmpCWjBLS0g1R1YvQ0hMcGU0U2FrN3VwL0gwU2k4cUxIaVk0QjhxV0JaNHczai9hd2VLcVMvMHQvYk5QczRMb0QxR295REZueWVrL3d3TFZiN1VGRFh2YkxZbk05YjdaZ29kaGwwdkpybkd6QldVejFHbEltRXkydVgzdCtpNWRsenRQdmpLSmVRMmhpa05oUGplOHQrMXFJNWh5UDY2YW5OWnBuTVFtOW5wUTIyRVZZMTRRME85ckt3VE1WV3FQUkhudWx6a0NWSDJEZ0phWkxJM05rNHRmUDI1QnJ0dWc4SmxDRXlDa0lzK0NVV2pvcFZ3RFFad25BemJnUDdLTkdGZFBuS1JwdzZLc0oxQjlNVUVhSHcwVXF5Sk13VFVWT0w5WWFId2RZcUY5cXh5d3NmZVVaR251bTNMaTgzOExUcEJYeVJ5a09BRkpoVFpaTnNxMlQ5Qm85d2k1OEVaMW5XZXZGaE1xTjF0dk5mU0ZleVgrT2k4a1hkKy9LT1hCT2NxQm9XMEtlb0M1RFY4V2ZQREdrc0JaeUJmMWdDZmYzNWhrUGRocXoxcjR4TkhVVXMxOFZhY0RPdUhlQ0Urcm9SeDNNaFozZHl3eUYzUEtZZXBjVzhnTzBmZVdpQ1RyK1RCNk5WM1VxNlhGOE01QzlyVEliUlZVQ0FzOXRkdGJTL1lQU1FGK0hJaVFjbkhtMUhJK1FCakhvUm9CckhKekRNenFzRUJ4dStvRTBPaVVCRmtEcTcyZ3lKZ2FGZ3FnL0JEUU1zbnNwci9mZWpGUzlLVVZCYzM5R0c4dHZYT1hNS0oyNG8wSTJ0YmswQ0JYcG9oM21HeDRWd1hIRzBpWll5bHRpb0xLQ01ZeEJZRTRxaHd6Z0FrSWdkNE4vOWFCQk9xQlo1cFpEbXVodHJZNmVabHNBL1JDejVCaTJFeDFiTkVCb2JIOVBTOUdqN1BpYk5lYU1xTWhReitMVWthd3QyUE1ZblVDekNtbGFRZWZLamZMN0l5LzRoeURDQ3NabTIrTk5IaXlRNVBYNTE1bVRGTVFER3ExajE0N3p2YlZnVTlhOWV6V2Jxc1VvK3Y1UFQ5czNnWW9IZUM5bEFBVDU4SnZMN3ZJYlBjY05jcHl4VVRlSzhISlhxeU43aWMxeDRpQ21NaGxPVi9HL1ZyU0p0QmFCdk1maEZkdlNrM3hEM3NWSnlEbWxQOUdJZDEvUGllUE5SYngyeWNIT2oyK2JwMks1a29oY1dxL29TMUp1YTNpRVlQQWtqQkxWK0xBZ1RGWVVJUytmVkRqbFRGUEgvNHpLNlorZmlGaWowMS80czE0WFJEY2pRNHI5UnQ0UzBCdnVsYkgyeUk1NEE0RkwxNk85c3hsQkJrVjd6SzVIOWlSQlRZQUZ2bUVsdzk1OEZlT2RqcnNzeDVzVXd6UjFFcjNWMjd6Y2FwMDRlbXAyTU5kZFdVUlM0SlEyM2pFTUxvNWg0WUtac2p2TnJnejgzT2VncjBTK2p4SEJNMU5meEQ3MWNoNy9SRk5CcWFQYXJqUTFyQkY1a1hHaTY3aVc0eTM3eFl6YTVrOGpTQVBVa0xEY2JJYzY4Vk4rdUxYMXVwemhFUld4TnFna3lvMCtWaXlheCtZMWZKajNtY2pEN1M1MVZPTDBKK1o2cmVNY3c0dXpvVEJtRUpVZURXTTUyODlXQSs0MGpTQ2lMY0greldaaEhKWWNyeGRVTXFpNmdzRmtURDQ3KzFrdUg4czVvWXJFS2ZONzNMV0JvU0JabzNQaUt4RnNRSjYvUjhlRTU2bFFOaGtueFkwajFGUWdrVXRkbVdYY3R5QTNoSkZYV1hSUEk4UkF5UUM5d2FuKzh3ZjVYSy9Pd3lDU3NYamxMemx2Zm1sakQ1ZW1xTzhpNzlRd1duQnhoTEFqTkFqMGlPdUswVHVDMTI3YmFEaS9YcE1BK0NtRVRNSXhSOW9XYUk5bE1DZHc2WkkrbVdtaEt4Y3pVSEpKbUhwSHVER1VXcC83U0pBUEhNbThteVdCRXBWS3Q3YkhraGpSdDJDSldtdUd1dUFIVTk4TzNJMTR2Rjh6VnpFT1dqUjdpeVRaRkJSczJkcUNOMFhtdlpMUXd5YUZ0eG5DbXkycmhTYUZvcUZra3A3eWlLN0l1QitPZEZvL3l5WEM3VEt1bVNUcTNGVlhvRlZwNUJzTm9xRGxOaXpNRVZtamJiTFpaMmJIRVJKQnpHNldZdThDS1lMcmFva1M0bnlaNzRiVzZ0RzNDb0hTWFFTTFNmSG5QdDgyaldoK0VDa0FNZXZjK25kQzY3bThMK01aY2p2aU5MZHFhaHZJTUhzTThrbUlEQVIzS0lxUjlPWUFHNFdMMkxnMWl2bEdCWmpOdWJTL0RGTWw1ZGpmUWYxWXJtSGpNR3RpWHBPQnpFQ2drSmZ4eldVbnpDSGlHNDlrM29GKzdKZ3JJK1lBRlNta0JYTzlpclB5SlFjL3I0QWpqK2craStFWFlFYjZLV0xKMndMTzVseHdJUW90eENTWk9tcVFINkRjb3RFdTN2ZXloVDBNR3RuNHBBVWNxcWZRZ2dMckdQd2ZwWUkzZ0h0VkFGMUJldzI5enhKanR1YVFTSUgwWTRFc2xGOG5BbXVFT0kxZTQ4WWIybGY0OFpuYy8rbmdzaHlLdm5ycTVoRjFDMTlLOTFBdmdaS2R1S0RRSnNhaXRLY2ZralEwWXdaWVlwaUxEYUhQdGNHL3RoZk8xUDN3R2IwS0VUamp6UXlvdXIwZHQ3RVdnUHFKbWs3dmtmZW5QQ0RVNXg4Nnh4OG84MURuTExmQnZESlJYdGtLa3ppNkZVemVWTnJXV21wNnM5TzJtWFRTdTRNbkVOTW9XcldQZFVHZkdjZjV0dmRhWlZFc2FHYmUwMUJ3eEVGb0t6aXhkbnhOQndzS2F2bHA5SzczZ2UzQnp6VmRUUWZGSUViY3hYMkZqcWlCc3NKbkk1eVNLUXpDY1BWNnVpS2xwdjFCcDNjbmp6TzJYYXRrQ3Jjcnc0ZXpwWWkrV3I5L2RvNWYxL3VxeTkwV2kwOVpJc3p1cnZldSsrWHBZWUJRc3pHKzY1djI2cDRpYmxyNVJ6ejNEc2thcFR1U0t5ZGlTUndraXExQ2RlUUNUeXNLSWR5MEI5R3pWU2kwZzlFeXlMT25GVG85U3BDdDBqZm4vNVhjYjZrVnRDdDRKVVE0TjhET2ZDUG40eTIxYVlDakFjY0JndUpMakpDK2xwNzMyNG96czdJV2NSZ2FGQnVRd3BMQlU3VEN6cU80S1ZyVDZuVlk4bjJKZXY0cDdhUzRhTXhlZksrWEdodGtBMWZETDhpb0pScTZJMnVBRlhwd1hFclF3Qy8yckdkaWhnbjI3bjJiYTNITUZMc3NhcXpjcDBScGFHdHFveU44V01kUGV2YnhvVldrc09Yc2twWHJLZ3phQSthMjQ3eDBYK3pscjRxWlRITDBwQ3Y4cEtRaXlBajhmU2J2T2tmWkdaeFZ2eUZ1RG5FbmpYUlBTZFBkQ0F5YmFydjhMTEtXZlNrMU9vc2doeTVmMkQxR0tWd2RXRitjU2JmWlRZSy9vQjFGMHZMR3NoTFpEZVZsRzFtOHZKMVpnZGdDRXl4ekRaQlhRUnZaWWF0NnhBSkIzYXRsNnJ0d0hSU0diSnJnVFZiVFN3TlBvbkZZUTlON1dqVkVDN2NST1dRVS9oNzZpNlN5NlU5N2xQMWRYN21kWnpZMzBkTS95Q1ljM0J2YXFicjBCZk1Hb1NBSldXdG5LYWFuVTZnR3ZOVkZBTHBLSW1KaGlNb2RUVDFlY0JJZE1HMWdONjBoK1FCY1FJNDBYL09QTzFsM0ROTzYyLzUvSEJiTVBiaEE9PQ==', '450813810_298594399932196_8784685570410293465_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-03-11', 'image/webp'),
(141, '2025-03-11 23:47:50', '17854324338220522', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'XJG89tR0kxi52zkHCfxejVlSbmVlMG51ZWJWbzAzeW5VanJwMS9Cb3p5ZUQ5NmUxUGdPcVZDaVZuVWxCSlhiakc3S3dGQWp0UTdXQlRxeTYxYXV4UnJNcDdnS2x2ZWdOdUJMcThlaWpBUWJiVTlmdmRoN0Q1cFZBL25Sc2RlVDNma2t6QmlIeHV1OHRWL3U3RU9TZzBubGhGQ1dJYXVNc3NuQkFjWDlwbDZqRVg0azdmcitnTUFMMXVXcTlheHBucVZtc2hudFo0NFlIbS9ocVgzT21CY0NobGJkQS9HR1Z4YmluN3V1MDN3S3Zrams2UWhPSWxMeTRaZkxLVHhYYjJoS1VpM0ZoVVAzTHdtN2xTT0QwRElEcVdNSnNoeDYyWm1Na3M1MjNLTjFSY21JZ0ZLS2pNRW5XcVdCbFpEcS93Vi9kZVFKdnNxZHNmOFlyNnhHR1R5OHE5TWtGWjlCL2lkZUFoQ05sYU9EQU9wMFZyY0VXQmNMSDh2bVp4bHJ2TnJ0MHNqaStvaEc0K3RVSG5Talc5TEJoNG9NS3pTdXhKUmU5VnFtMVdHdDJ1RTNqdVQyS09XWDZGMS9GRzBMOWMzUitubzZMRGZiUUQ0bG82bWo0a1BUcnVCMnpxS0dSN3NscFRaSFRiUElRRTI1UWpicFBNVEdDM1F1Sm1tSVBmS3pQcjQ3WkdEMjlSeCtRMFNwNjZoSVZHSmdhcXN2Y2kzZUtYNjkrRUxuNWN4eDQwUGQvSUhxN0dLUGh3T2RlcHhmVjJHUkxjTk1XcHpGZ2kxQVFja1J6M1dUMFJ4TjVxbWtWWkYvazdEeGtqSmI2RHAzUlpiZUFJWHdteXhta2ZnNnA3K1FjQTdqcEdNbjNkVkVueVdRRVFlc0Q4U1Qxc1AwajlZNTF5bnVPZ2RlWXNORENOSVZWN21aTWNpcDNsUjNKOVdndE5GSFgxYnROMHFCbVp6RklUeVNjalk0Nks5aVY2S2VCVDlDSHI2eHc1RThEQVBzdk1UaEIvVWdLMHlJM2V5RmtvSWQ1Y1FJWFg1NllYcWxRKzNPejBOcEQ0NU9OeGFPRHpJZndsc1J0WU5zSHhPcXVla3QxTVZEdTd6NkNOWEhDVTBQbmt0UlVYRkZEbzBBekZ3Z25ha2tuU3p1SFpibFd1endFSFRrWlJxVk9pWUV2cmJnUFI3N2diUE1DaGg4TEowdWdCT0pyZUFSL0FFYWFIV2ExZjUyR3FYM0J4blR4NkU4Wm9yMEpvZlI3VTVlVW1TTHNVdkNVWVMrK1d5U0Z5WXUvZDg3Q1FkYUdJZUVSV0dVK1V4YUpTUDVGT1hGWEZGT3JYQVBpQ0x3K0pmRmovZWhZZlFzSkNsd00wS2RYeVo5Z2NwRnUxcExXamhoeHZTSzViRUdaN1FCNHIyRXVTNVNkZzd5L2QvM0oyRUx4SE1lcHp6WkNKVVFDdi9RMHg2UmRzb3JiTTZjZFg1RXd0Q2ZHWjg5TDc0dlpsTW10eEEycElvUmdWaEFVdndIWWhaaURRY2JzcS94QjZrNVhjbmIvZFduTXBVbVRoSkphVGZuazhTVnBuTGZsanJDWVZad2RFMWVXYU1OREZoeFQxY2YxYVRQanBEbmw3VWYxd2xScGh2UE9vTmY4U2p5OENvSHFNWnNPYm45QUhPUHlmSW1Jdk00cG9UYmp0MFdnNlYxWGt0VjJwZEhsL05nOGFOanIyN2ZVY1ZXTlBLV3ljWkU2NW5GSFlDUGdyMllTWTRxSUlUWjNQRlVQNURBSld0SkI2K0xsSWt1QmJORFhmYlArQ3VqaGd4TVpTTTdadEh3R3lVR0tWWWREU292NisraTJrRXE2SE1BL3JmLy9pRXNJakJHaklKN3lXcENtcitFNGlnZVRIS1ZUUWw1WHdOQklBeGk5TmtJRURSQTRrcWl5d01vSkQ4djlrRjVzaWErQUVMa3pYQUYxK2NZOFVkVjZDb0Q3eUdyeDFoSE1wTzEwNmg2YVFQZ0JYWWhydmtMYTM2TUVKZkQ5ZVZqdFBKZVpYWHlIWEVETGNsUkhKTCswdlE9PQ==', '467716954_17985621659753450_174504274880756604_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(142, '2025-03-11 23:47:51', '18030447926506664', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kCPNjiBKywNR3YKyWEOn/Vc3R0xKUnEzYllMeTJFcXJyMWJZZTVDZkhmNzBTME9qU3gvY0pYZHdMM1dRc21Cc2xVZ29LbVJUd2Z6UXJ1L0IyaUNubmlUMXJvdGZNem1LcW9EdXRwK1FkajdZeWUxc1pUOXBZbEVjcUk4bEJoL0tEZlowOXVyMU5tWmVnakY4TFF4M2xjU2lSOFdsVGlCd2RKNUhJNmsxeGJQdlRYVlErNDZ4ZDFveWQ1UkdkNjF2RjN3V0ZYZ3lVZEVhbUxaV1dJUU1UaDJrN3MzMjEwMm96L25JZml3QmZjOCtMajcyKyszeisvdnozQlVBSEtldzhSTkxvQzJQejBlMEVBeG1ZcVhIU1ZtbDlsVzUxMFZrZjMrN3Nwa3JCWVAvQmVmc0hJWEkzSlZTbC9zVTNybXo1MENxaDhSOCt6UU5OUW4yNFRoVVJxRkswVi9ZdlZIMGE5VjdkQmtYZzdSdmswalhuNzA2L2luZW1JZ2dVWkE1bGplU056M1V3L3JRQ1I0bC9IT2RxbCswZXJTcWNCMVhCZDBxeUpOMERMdERkOXBQc2tPaUw3bCtFcUs4ZDJWY3IxVkN2VzJQZmpwZE5aamlLR0VnQVcybDhQZjBiMVZSRXhsU1gvZDkrSDgwZFM4UTlFelZ2ck9OQUFLSndUenJHeXpISUFqekREOW15UlN5WDRTSFBydUp0WUlINDFwdEUweExVT1VkUlRpL0hTUjdSbG8yK0Foa0VMRUsyWW94bWRUWElaU3BEeitDb2NTTk9aZnAyaG5KZkl4Q21qKzNaZG05RHpJTXU1NWhnMHNISkVQTjdFdUhadmNqQjhicUQ5cHRVV3dQZXRWQzRoMExMNm5wUFMrNHRtUHVqQmRnSnNEbXJ4cS9ObFZZU0lzTXN2YmkxcG9tM0JrbDdTRzJzRXluU2R1ZXhuK2VaT1pQam9kWVZNWDZJU0E4Z3Mrc3hMbWJmWkJkWTZ3T0VVWm9DVjhVQUkwSjFGWlZmeThCMWNnK0k5UHA1RkpFTDZKYUFxeHlWZE5WSFhyWGZvK3NmSVE2cExSRy95bk1JN2g3eXJKaERxN2IwMUJURk9qYzFnY2E2YXlDbFFsSlFEUnNrTWR4VUdCU1hzWlZTeUp6Vy9nbmxoZm9MWWttOGZZTTM5K2p1U0RqY29pbUNDcEQ0VjFTUWlBYm4rbEtZaS90aXM4OW94MWZaRFNpTGkvUThLNTd4aUREcEJBeDJhdGp6ZFJrbjhFVDc2NjQyRzQ3dHAybCtETXRCNFhLS01mdkJtcGR4eUh3Wmw1N3RvTlFibWRMOWI3VFhpaGpydm4wU3lMMXJrRm40Uy84OWQ1blVtWkhkUWlPaWp5dmY2Y0NrRGxDMnNNaDRaazFGNDFzMTgyL2JLdGhtUzhuRnZMTW96K3V2enRoQy8xdUZQNkVDWjJVKytTTmdFZVYvTE80RUpGbUFQS3gvZUxVQzBDeTdJaFk2WDFYbmhMM3JFYXRpRnZCNTkzMWNTd2V4cHBoYlA5THYya3JVOTNnd0lSbDI4TDRFb2ZCa2xVWGV3M25uQjI3VlVPMWNQNEZmYmlMRmlXUlpkT1JmVnJlV05iWWZiVFpZeTB6UHYzOG1CKzVhSms0dnFOUzBXODl5bHhMbHBRSWU0WU5oY2VvWUtpMklkZ0oweXJBTElQTnJCVFgwMkt1NTdtb1JTZy9GUTJzQXYyWGJyc0ZaanQ4dXlxR2ZuTE5Fa2tvV3Z6Vk9UUUZWVFhVMVFFWA==', '467878898_17985621215753450_161885234539948688_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(143, '2025-03-11 23:47:52', '18065677699569767', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'XmiA7hllTCvNBF1MShLBuU42OVUvOG4yRkpiZGFsMnRVWk9mTXJwU2RQcEI1Rkw0RHh0ZXE4SHlsRHg5YUVCT1RPUnBndEZvMm8vWVpzWW5CR05KVGtrb1NFYXdJTHVOd1ptTzBkMkxrUnRwY21SYWZUNG92WXJjcmRPR1J3MWREUFZYTUl0ZStiMm56N3RuZ1RIdFdid0dudzVUaFJITmdkby9DbS81MkpDVVJBRzdCNU9xb1hSNmRiYys3TnJhenNhelRoR2hoYVJITjVMRzVlbEFqK09GQnNBNHNxdHI1dHAyL2lMOFBjUzl2SWVxdi9rampLdzk5eURUb242bytJT09BdFFYMG90aGFIQ3U5WXk0WU1LL3RSZkZVejhNcWNDWWdGTDBUaU9pWXRidHBxclNGNDk3Smd1dyswK09POTFsT3ZYUmVHYWp1Z0RrdGU4WUdTMkhROXhtN2hMMjQ5bGx3RjZ3Q09VbklIMnFGREpnWGZwOUxOelorK0g4Nlkvc25HWVlrSjNOMDY4R0pQRzRyZUt2VmtLdlVJYTg1NVM0L0RUc0Zkemx0NGxmenFoWXJhS05Oamsvb1VYZ0lQTUVHR2gzRkdISFF1c2lMdWZtQmF4bi9LRjc5V1NNNHlRVUJqcjRUWndxdVNqOFBWb0NEdjdtWlo5bHd3a0hHSWJkSlNEb1ZhL2hLaktIQklqVS91ZjJaaDI4Zm45YXk3Q09kRU5VM2ZFNXdSTEdWVER1YzhpMytGMXVxMXoxcStIM0lSNlZ5K0hPcXRzZ2RNU2JHSzVlU3ZnU2xGbThCUFNid21OTjEwMUNKSzdHTEIvMkpWdlFqVDgyVFpMVVNjZGcwWmM4bVlHRUNOMW9LRUNIWDY5UWN4YUhENmtaaWlldGJKbkdpaGc5dzNPL1RMTkwzd1ljL2JJT0JwUEF5NURQR1l0cmVHUTNSOGJIZFQyeGxEaElPei9JTW85bFMxK2x5d2pQYU8xc3Z1ZDBFN2g5Rk04QWZpb3V4WjFadUV4bmtlZkVLMEtzL21tVGxoU0NBeHd0a1N6UTBPd0ZVYzQ0WWJremZxWktzdzVoUEgyd2JaYWVUMklBaWlsUjlEOE80RW45Y3F6KzJyQ3hEc3A5S1hnakt6RTZoMDhBc2ljekZ4QjNsNjNOYXNpc2JuaTlNZkZOS0RubmFiMUFRbHFGUjlZc203N2dNSlAxNno3WmcweG0xOU1TYzZCb3JIbHV5bURmdUFsTEkwRDZBOTlMQnUyWFZibGgvaG5rOUVVZld0aUhBdjl0eEpua3JnQWZYTExzNE42THd6eXBMZWRCS2lpVzkzVStDaEdKMm4venZ5c0wvWHYwWEJ4UlE2Z0JrTmlXcHNFOEN0RUZkV05ZNmlpOGEyQ0ZJenBxT09CN2ZJNi9FR0t4OTZLT0s0VVlCZm0vLzNaYnJMWHFnZHpZSGNya3E1R3g2MEdEcjhGNk9RM3ZFTXAwbmtmaTdnK3RqTkc3T1NFMGFDYS9BL2lEMnpPS081VlV2cEJzYS8xSmN6UVZrdTdCbEFpVVhyaE9LNXVoOTRlQlEwbmE5VUY3N0RYY1BSZDU0UDYyOWMvQkUva1hvVnV1NDhITWVRREcycDlDYnZGV3FFV1lzejJNT3R3bytLcmJkVXFqcEFoMFFYWjN3OW5kRDJFZkxhdm9SUitkV1JuRS9ndjk5ZXNIMXpuanFTSFlQUDNmNjlXR1YxaDZTWG9Cblh0eEpZODZ0bWVaREV1ZHkyM25NVHlBVUQwYzJjb2ZiSWpnQmNjSExjUExMOTJRNjRpN3ZjSzRLTGlnMW03MmRObVN2dXVrZ3RMQ2RLaDRPYlhCQ0NmazFnb1laYXpMRkRSYUlvM2xHWkplR0MyOXIwSFMvemVuQW9la21JY0JHRVNTNEdvN2owcGtlVWxmR2VRL0hsb2FJTzJMd0pwZmt4Y1hLRFNlSTJuQmhlalVTcjc1STFVcUNKcm1tbnF1TkZKVHI2RjNheGRrRUJHUUo2M25wcFdRWjFpSmFlcjhvVGZidHAyS0NYYWk2clIzM2pjREYwV3djekpDLzdHdVk4bExGRytob2dJM0FaQU90dVd1TUlpcGk1VG02dWpRZkFlQ1YvVWhyNGpLVHNZbkovM0dhZ0xVdEx0MmZwL1phclJxeGY0S1Q2SHd0akRVbWlnZGtwZlMrV2g2Y2QzeWl3aGRCTzlTdUJSUkI3RlFiMXZYc3JCcjRlcnBNYVkxaTRWem5rU2hWWjVXb1ZFcVhyZUZJT29sOHpSSFB3R2prQnordGo1YzI3OWptU2Z3REZ4bGtrdnh2WGpOcFo1dXlaTm94dEYvbGprMEkxdWJGa01VS1l3TEJhNFRLM1BlL2tlbnlZWm9NVmZGZTBheXNJT3pNUUh0MzFQdmdaRjFYdURYRW42b1BZbUh6NUNhNE1BNmo4U0FqUEhaNjJYZEdRZ1JrMDFtd2lTQkhaUUg0Y0NDNktqV3llYW5FYk1CeDNaUnpJdkJ5YnlXL0FpMEFpdFJZNUJWUTFtTFgxdmJZZyt2c0JIQ2xTS2d4YUh5L3NKTGR5Q1NPYzlUWHpYU0RZNVBXVkt6eEdlU0tLTkE2ZmNZVWNoR0JyYys3RW9IQ3VYUFY0ancxVU11WXV0ZHBoZlhvaWtEL1FxK1JHbXptZUNGc29ZZXN6SnRXdHE0aG5BNWJ6dUcyeXRUL0Y0WHVOaDRGdFZJUGQvNEl0cTNPWHo4cmUyWDlhYnVFQzF6eDA0bVQzd0NNblJZOGhsS0ljTTR2TGVBK3FWdzJmUlRTbjd0TnhQWEFDQmF5bTMrSWxyS2IzNnptam5oaUR1U2pMYkhGelBLR1Zxb2RIeSt1U1RweDJONXlIcVVJd3FIOVo4Y3E0KzNTOWlnM3FFUDdtOXJ4dmdSU1E1cTJKNExCQlFQN3BiNU5sZnI3eExnZzBGRVBOS3pKWnhQenByT292UnNNTko1a2hQaDRTRTBHNnAySVlJYWREY2xnL1d6aWxJbk54SjdPWjZuM01TMFJKQmNoOUs3WUNQZnZDRGhMSVBjcnl6TjFUeG94c21qcTVHNzJuVitiS2pZTE1iWWxlYm5kcmRmSW1XL1JJVllveHNYWVVWV1kydFFPYzJXa3V0ZDlXVk52ZFB6K2k2bW9SYUd1VVZSblF1NWFjL2dtQ1drak5qYTJuUWpySCs2eElUMmtoT3doUVR1a3dMbjBiU0s1VlZ6cDYwTUxhRHdyNzhDODg3VFI5aXVSOUFub2V5SFV5QlZVSlBGVm8yMmE3NkZZTk0wOWVSaDBQRVBKM0gvL1l3a0dJcG9lRzNuQ21JZG0rTEZPSDFCV3dOOTlUZGlYREE2ZVVmRGc0WURJbElMOGF5WUN0SzVkUDFRUmFlQTJOZnBIS3VRRUJYc0YwZU5KeGo4eHJiQU1WZVBUdktjd0ZSRUlKQjBxQWVJNXdaak9VU2FxY1JRV0g2N3VXK1FSdkxJMnMxVWtWeUh5ZjFMbkdoS2lUazkzTmVDZTNJckZ0Nk1aTS85cW54Wm1JUmdSdEVFemJmb0E4aTBqb3dqbmV6MEZ0QTVVUTRDOGQ4ay9tcTN1VmJNbm1DL0JQWWtKRFBaZ1Z0NXd0U2pyendnOW1LVTFrMi9LUjNJNFJVQjRDSHdRbFBITWRoWEc4SUdGV0luUWI3VVNqd3FtWGdRRHFFSzdFUm1Bc0VGcVh3QjlMMUd6ZE5oemwrbzExdThoQkNKb1JhRllqTTZKOUJrb1BmOVdGRyszYWxKN28xQ3hDTEw5R0xwR05nMzVKbm9WSW9vT1gzWXQ5MExEa1Z6emU3MGJQMTc0SmdVdjB3dFFhT2VHV2xxWWRZMzJ6VUN0Z2hCc3JWSFFDKzVBdTlDSEM5UVNSN3hpcmh1VDVScjB6SVJMNnYvSlF5dm9UcmRXcXJnc2MzNmh3bzNDQ2hNbDdHZXJYNk9tWllpaEZ2VUFvVVhkUDdqYitySjZJZVVOU0dRYkpOQld0U25GOVhhV3AvZUpPWkV2N0Y4aGk2QzBuaURZZFlWekhUSXJsRm1CRG53MjA4bkdsM1NJSy9CdlZQcDhtaW5MNGxjVzZHK3RZOW1aemttL3Y5dmZsMjVpYmtVTFgyQUwwTTlmMVhWL0wrd3FBdmpCMkpsVDRjcUVWcGR4bVkzODkwdkpvYi90SzlpMTFobFovcEUxM3ByNkEwUUEzaVI1Q3ZxMkdHT1BhMkZHcnhZdXo1aFlFR2VYcHVjZFA0VHozY3VtcWZVdHFtZ25PRnRva3VNOXBxL0p6ZTFxcWJxVVVzPQ==', '467937822_17985621662753450_6559031626658938561_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-03-11', 'image/webp'),
(144, '2025-03-12 06:17:26', '17843366022442843', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'jvSLANCUru5qFbyDfdv1ym42b2g1ekt2YnNWV2IzZ2dFdmM5M3U0RVVlT0l3OW5PcTVoRE15T2p1bHh3ODZwVnFjQnhXbXZWZVduek14ZHVNYi9SdGFJYXNxczJmK1ZWbU5UMEI5WkluRzBrTm5pQzllbC95cXE2b3QyRjBhbWFBSEJkR285QnU2bHhLUEhEWE94dWhVYXp3Q1M3aHFnUE12NVByRGpIL0I3RkI4c0lBVEJuU1ZZOXRTUi9ZMHZRT0JvdWpFVXhvS2VUYmJCQkQvM3FvUDEzSXpSRDdLdXA4eE9IQzBybW5uWnk2VUFXbkNzSm1FY2JzVWtrOEZsTlZpVHkzLzdLMDM5Y0J2YWg4c01heDZzMCtkRFIzV3QvbStsK0M3ei9xMGdDc3BsQVVGRjB1bnc4Z1JUUlJFVzJtL0ZOcS9SWVRyZE5SeDZjSXo5UHNreDRuZ2tycjliMnlVaXFYOFhWb1lFMHgyRkdGTGEzcmxzQ2VOQjhpRjlqMHFxNGRkZnpON01wcSt2Z1B1ZncxZ0EwL0c2K0FjVjl6M1N6TlNFS3Z2Q3R3akpyMklNRzdBU2Z6YVg3ZkNIUGVBQUdYdkZlTVhQRjNucWlDVnVuU1pMdHB3enpuNFNtcFQ5WkV5ODA4eDdEem5KSUhRZmxoV0QyZWpVYTA2T3dXQjl6OWpFWHhIekR3RndBSW8xaFN3azRMSlhyOUxLZXRydGtnaUVmZnNXWGxnelRXbisyNDN0TWpwSWVUeHVadlV2aTVSRnp3MjNQNUQ5N0pLZWxPSXZHbk5DZkZjTTJYa2JUK2xrVkxvaW5mTE9xRzNmeGVnOUJWMHhXSGxPVDZFZG9FdGIzUThnY2VheU4xSmtVdlk0NDdUZmRGblZkS0crZEtaUjNWM0F0ZDB2ZVB0QUw0a1JPNDR5Y2wrMFV6MzdycnZLeXI3WC93SElRSnk0S1VuZDZaMExQYTJ3bGI2TnBPUytHbWpiT0tOM1VmWEY3cDRPT3NIdHYwdW1UdllSSFpIQzl0NW40bmpmeTVmQzRUSW1CcjF6cWtYcFVnNThhVTFhcUhzZFdhOS96dFJkNExGa3JESnNqWEtjZzUySUJuYytGdjNBWEl0K01GYisxNGFQYkFzZWVJSEQzMGFqclNnR0RzeVhLV1BkR2JZREtsNlBDdDFWellObzRwQ1ZYMk8yWlVURm81aXF0d3NhWnA2RGVDVE9BdkpReFR5WTl6Wjl2VmpQeW1lZUN1aEsySWhVOEJwNlVZdFhiYmFhMmVFVTd1OVFDeHRwSG1Dc3FqWmJoQktRUm9oMkRpSUJvMlVhVXJ5Nk5HOC9lbVlWTFZIUCtFTkE1dTFQV084L2hndW12cmt1K2l6d1ZURVFoMW1TOWVPdXlOOWZ0VE5oQUsybkNtVXRpK29pakxvbS93aTZBaGdrUUdwTW5QcmtVRmRkMUJKVFVpR0tqdTFZU0FkeXhMZlRVU0RKME9jOHlUb1drSkgvSW5rb0ZuTTJQc09GV3hjVm5NS2hHQUlOOWwxTEREU2t2VmVQZXhvaHpiLzJDUGgyR1M2V2JHNXJkKzd4R2dPTVJhTmVPcWhRSDRnaVkwS3pMSkhzMmViNXVjaGtnNUpqTXdLSFBFdHE2SzdZWjJqTGM0Nml2NTl0aTQyZXl5UjhOT2twSTlPTjh4WDU0alRpYkhNcWZWekRCYnV4SDlpVEhkYVpUYm0zUmZvRFFMZ1dyanpRZVBKSFJRb3IvaUgydEJ2ZG44NGttRXFSTWRpT0UzWWd0ejRLcTcyRWg4UkZzbERFVlNWdmhEcmtnZFNTNWtUczNsNHZYTVRmemJFdms0aFJNNXJtR2NpU1BJVlZYUHZNeDhGMzZEMTJBQ3FaOWtjRVFrTGdBSDRxRFNWcUkyRzluczI1SnhCM0c4SVVzUElXUVV4dWxLWVFMV09RY1FNTUJ3V1ZYWnFMQ2J6TEtQR3RCcnJwTHFLcCt5clJJTHJNOWJsMXR1T0sybmNzaDhhSSsvVkt5WWxQK0E2N25COG5lV2dnbTVzQ2dJbmVRUCtHZjYza3gwbWlpWUcwWGpwbFY3ZDNGVURkRDNqT0lLeWZ3cXVoZTVxUEJkdXBaMm8yblR2a2RLcFBVbTFIWElpMmtDZlFXNUo5ZzFNcm8yVFNRNXB0MDFPOEJpZGRPektiMGVBQUkyTG4zNERwMTMvdFJIbDhPMTJGMXowcjU2WDVsTHVTcXdUbmpnZ0hyTjc2MEV0M2VYOVJxY3FJbHhrWWJnQS80cHlqOXBHK2FGbXJadGR2OVR1T05rNkhiY05INjM3QjB6cHpxakpJRnZVWW1jQ1BESEhZY0xnNzFwcGE2UjRYMFdwTlNUQ2hRNmJGUVpsdWZxM0xxbCtadnNSbk41OHgrTXBQeUQ4bXNwT3AvYUFxbmFjM1hXTW9GYW1YTUk5R3RSdmtjT1ZhR1lUelhsb0VQK3crOUp0ekxaZ2syQTZkNk10VzBla2VnMTVVb0tyMXloNXphSmdTTjIxNXJMVkU2UzFjQVZqTTZTQUJLYWVOT0c1RGdTSDI4bXlHM1NUQ3hEaXVTRnhnYUxidXdEWVRpcVRzY0V6cVZkbXlJM0gwMGgzVThNdXJoeUFWTDZEZk1JcTRiY3pzSUdOa2Nza0p2bWtmYTBGQUZoaUV0L1FZUm9IaUYyLzN1UkJmdHlRK28zQkNESHAzbXppRDhva3dhTGlvZ2JEYTBjc0k1L01qUElvOTJkS1Zha0tZNkY3ZkwzNlUzMUhzYnhzVlNabGErR3J6N0tjNVduQit2c0czTGFLY3ZTZFZnUlFpZFNBbU5SMUJ4VnB6WUZNbFRWdVBMeVM5RiswOHpsR1ErTGlsMFd1dmJ6WXVmaWhkK29walRKbHF4SUs5bjVIcDBCOUUvVCtGb3FuTWhtTDZaVWxoR1VYT0lNQW5FOHdlZmxCT2dNRHNFd3BjczN5c3FxTUc3dkx6RENOcktDTnd0cWwxR2hiaU8yUUh5WXhORmc3RlVIQnl6NWNCMg==', '483963716_17998875680753450_1712563014442470352_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-12', 'image/webp'),
(145, '2025-03-12 18:17:54', '18270685747301817', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'rQcR+T57ZzaAq25QHb8Oq21OaDhYaXpGZU9XNXhPWStIRWJZN0pTWWtUNnVMYWg3dms3NmtnTWZjdW5ocDBpR0Z6eUxNWWwzYUpBOFdXOWQxM2pYUWdFV2YxRzN4c1ZQdkcxMHRYWkdrNEtTcmFQTzBQMUhRd2wxSHRwcTVqZzl0eWdncm5IOWkvaGk5bGtYbTJqbnh2clh0dmlLRUZxSnVxVE05anVYMXNERkJ2RmNtUzVoTFZrODB0aGtUZldxRGpmaUtEMWw1VDlVMlc1ZC9KenRaa0xib0pUZlgxQVlteEdhU3NaRjVyL1dxK3QrajUzbFY2dFBUMXdWa005b2J6UFBybzdDbFhITHdWeTU3Y0EvNzczcjFKMHVpTktoNDFEU3NCMUV5MnhTOG5NUlp0dkdWemx2clRKNlhRUk5UbWFQUGlGQ1o5K2IxdXBhejhEb09OMC9ZL2xRcGNLTDlvOEJrMzhTeGtlMjRJaUJMblBlTTVtc3VITkxSNS9paGVZOVVtVWdoNndFcGpFZWxCczhpOUNzbWE5UURGakY0aEtCc21aaFB6YkQvQ21qV3VGUUs5c0pwR2NBUTAvTnZ5M0x6bm1ndG9aajR2SmVUVW8rNEdCRk9GQTh6bm1aVGVKUHNzVkNjbjcxeXRMNEYwaW02UUpQVXBmV0lSL2s5UlhDeGp6VXVwWldHSXozNDhveElMRnNJZlg0OFpIUElQYU5Bblk2NVdwbkVaemcxVFh6WWJyY1h0SnFXWm1pWm1EWXFtdFZnMUEydEVnbm1MUmlVZWlaa3BUdDE4UmFWd0R6cG41R2VrazFZK1ZVelFOTWI2UkIzTUJhazREVDhvV28vZnJuaHg4bzV4TWIvTjRiNTYyME5iVTRxU0hxcGQ2YVpzYWE2czUxRWZPWXlTN1J5Vzd0M3BrN0NJaStkdmZSQjFZVTM5RlAydTczVWw5KzBlZXlmejBNM3pZTWFJOWF4NUpTWmIvczcrTkN3dW50TjkvUlFLNFpVUHlsL05WNmhQT1ZQVDhuQjRKajFkSFZEMldvTUMxSTMvTFM0VzhzV3llbFR3QVhYMDdFZVdLVGRIRFZTTVVuNGdraVh3TDErb1lPTzFSdUlGTGRWMERid3J0NXNwTjlaWmYyTjJaUEY0SlU1N0k4YTYxNVhHbldQZVpGQ2FwcmpsVzdIdmhDVGdZd2dpeXQraWpvMUdlT3VNNCtxTXFtanQrUXpTRzZWVkpnV2Z3Sk8rRkRsd25LVEc5aGlhM2krZTYzL24vQzhCZXJuNk5ZWWdnVXJzcTg0WUdNdXJWZTBna253WVdHZDNYNHhYQ1NxeEp3QjdPM2Z0WUVqTmhtdVVLc3hZSkJRQXVKcHFibkJwM2FWRkhJZzlVYXBCQUZHWHlaS1FkcGJjY2JPK1dlUHdPMUJkV1lPMXlnZmEwUWUrVzFRdUtOUnc2ck9wNGp3N0gwcTRHTEYxUUtMM0Y4Y0RubTZBbk5RL0dXekJNR0hmZzBRb3lCVzYydXZmVDNZY09NL2VmYVpJRXVSQ2ZiN2Fna1hqWEpKdHlXdFdrOTIwUUdtVnh2bkx1bWc4aVVXNFYrdHcxZDErNDJLeWNtUWZNeUZzSmVya0c0a2wzRXY3OHhLcmk4K2dmZGdTdTBpRWZpMFozYnUyVE9hbDBha1lUZ0M5RTZQSFVOZ3dDMDB4amplS2p6Wm5Ec2JwV25CU2ZrUVkwNm5veDlWUG5iNncxWVNNV0l1UWdjdmE4YW95NlMxc0t0K2grSTJteUVMdy9DL0g3TXhMclhCSzJDSzg5cHlLNjRZaU1HOVNJeWFMajd1Y3M0UXNUL2syVE0vMzE2OUhMNStQbHUyRVhBV3Jmc3h6RzJ0WWVRYU9nZWpxRDBqOUkrK0VDbnRGM3hUeGh3clZVNFNKNzV0VEs2bGlxUkFrMWp1cUVNM1R2SkR3VGFJZGhjQVR2cHhmS1FEa3RnNjR0UjVqZi9jbkplZmo3ckttdEtPbjR0SG9WbS9WTlFqMXFxWmJBS3AveGk3dC9laVk0cVJIYTVmUVZXd1pFYm9SQTFiUnlFS2EvbExPbC9JdDZWM2llcTg4VlprZU1kMXZ5NmpZWCsrSGFzbzhKNXBha3NVN1U1Z1BZWXlsMEtFWVk2MDZjb2VJdVQyeFdoYTVSK1NZLysxeHNHZ0J2bHFtME9hQWdiUFJJZThVQXhTRHBJZUJndzBTa0NGUDkyNHZTajg2ZXNNcHN1Z2g2M0dWUG1qRExhL2FKby93VDFram5DMlBrTFNwT0dVNG55ajdJNmxCRDZBVUtKcUpsYldRTWd3cnBwM3lYUEFGK21iNis5YmVqVVdDemNkWGdFUWxROWxMNmJhU2paVzFVZWFGZFg3amdJem1JVldxanh2UHdpbzExWTNWbDB5RTE4NWJQRm5pNUplMjlINkdobmMrVFJ0WU1OZkFPVGNNWEJFLzdZTnF2YzNrZ25TNDdaaGtWRFhaWVM3bVpMcHZoNzBCQ3hWVDB1ZCtmVkVOdlFjTnZVU2tFTVk4RmgvRDlBcHRHQi9aUHRTdEJRVnEzeDMwWEV6UHhURmJucUNUdmJYQTdwRHk1U2g1Q2NMYm1ObnBGU2phUmtmVURCQTBKZ1BXRjlkMi9oZGI0b1ZFOGtKdnNwZGt0bHhrT0ZxWUNxbHg3R2Y2YUFXbTUwMDN2R0FOdVJMYzNpRGQrOG1MY0xNKzMwUkRhL09BSThCVjV4RDJBbGNHN0xpeGgxM0R4dHBGRHg0bG1TdGZqVnhEMHYyMm9hMGFXVjltbkZxU0UvSklSb29aMjRNd0twb2pRRHZEUzZERGZNeUxuOHErRHFPcCtRVkNrYjZNNm5jeEF5T1F3anp5UytDdDZEcVdVdGlFdlNQS200aXFuWUs4amJyYmNtVEpFUFpFSUFoWUJpb1ZlR2lGMlNaQ3dRdFAzYkRTYXNQQTJ4eE1YTFp3Z2pBeFEreThqYU9qejJoZEZpVm1sOFBXL1NLQWNJM0JCdlBBdjZIYlVkN1ZOSDBEZnp5eDdVYzIxMUwrVjRTVW1iWlRJMUo1NW1rcHZvMytzcTZ3QkYwTnMrWFFMMm8xYTZPRjV3MkkyYllhUzFFbmJFYmhVbGtZSTJuRkxJb2RaQWVYWklWK1VHZFQveVZnaW85bFp5NkprNWhYcVRZQ1FoZkc0YkxnT1FjRGhlTjhRdnFEYzJ1NG40Ryt1aTBCd2xEWFRTb1hGdEJrVWFtNzVZY05VT0hFVFVEdlJmZlorUHBzL3U1bk56R3Naend0WkoyYVNYS0dZRVdIYXlwNnlSKzVFM2MrZXk1UzlHTVlYSDY3RjlOSStucEVVMy8raERjdk5FVCtocVdWbklUTEozaE1kN2ZjME8zVjFEb2czeEMvd044N2cyakYvc3Vma24vVGp0MTdVODFoSFZqMURxS1FCNHNXUnJ4ZnJLSGxKZFJmK3pTKzdkSVN5TnNXZ2ZIUkNvbTNyeG4xSHd4RkU0OUtBbUloamNKOFZVU1BTMm9iRDZMSDJERk5yYzVwOFQzNHdUUzg3SStlVzJMdVBxMnFXbEJYQUVFSW5nNnI1ZVlYWFRyeElVYkFxaE9QVldmcmNTL2I2U2VITE1IU0pHSURMTHd6YlIrNXk4bjdKZndTb2hRbnR4V1k4QzlpNGZ6cDE1a1cvVmV3S1I1bWYybHhkM1g4ajhRMGREeFFrZjBYRHhmdDR4N0ZOc0tCcUJrT2VrTXVYSG9MTHVBVzN1Snh2UTNzNDViQTljRlBpWERiNHppWWQwazJLTi94aGlnUEIxanVzK1lDTGtIRTFsd0h2R25HMU5TOWxrWU5QaDk5SUcyUXNGS0FZOTJQSWRxMllWVDRaVERlTzhHcGFBYkZaYk5ML2JLRlBlMklmaWQvUkJFSkM4RHNHWTF4VkFsRFV4QlRyTHhrMnhSYlpQS2dBZEZEeFc5eDFGNjI3ekRLSFV4b0tHb0ZQdGdHMUNJTXIvaWQ4aUVLb2ZGUmtYaXRkVGkzTjhnOEMvd1laWQ==', '483556184_17998967078753450_685380642475939181_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-04-13', 'image/webp'),
(146, '2025-03-14 06:18:14', '18048966383255501', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'vKGid36h6SQXS2/fOS+jaU4vMVBaalV0d2JiTlVEdDVocmNnenF0TFplZS8yQVAwVEl2NkxkSUZLVGNQajRiOTZHakJWWjJwWWt0S24vUk95NnNRMStJL2sxVzRqZkh6andCQjV5ZGJ2V1NOb1Y0aHFlaE9wcU9IclVTYnBYaktsRDVGdVFyUEI3Umt2TnNDaWVseHFlc2pnVmcxV1dOMU43M3pvSlhBTkxhbFlNQkJBRHkwUTBLWHk3RzRvRE5FeGVFOWpUMk9FZi93cGZGbys4Q2tJR2oyYTM2S0NpRUZiMndhdXg1Kzc0OXd1ZUNuWDdFSjFFN3ExeStoTng0ZzB0SzhRaklUSStYN2dFc3V4L0hCQVp6ZkZFM3p6L3NmeCtLZ1d0S0tGcCt4eTJFUElLb3hBMGNmcVVmWjZJZ0VheVFlNy9teThjMXBkbFhJZW9nYkw5SDhxMzhGdFBMSEZHc04vbWpLQjZ5d1p2cEFkSEFML25URjIwYnF1QnJGRTBzVkoxVGtLNC9vRERocHorMGdsa1BnTjg1aVJCRHg3K3MrVFNVc1EvVnI0WFIyMmJ2LzZEa1RaRjIyWVg4cTZtdVRRaUlDc0MrOVBWdmJGM1hZTFMzQktBNmNmVjFRcHZ0K2l6aWtRd3lFNm5rK054dTJXWUFtdUxqSi9jZ1ZGN3d3MmJaZDgrb0ZyRGhPczZWdTAzQzEvNmJpR1hLK2JORm5PVW1UVFNyYlg3ZFFtNVExeTF4SnV5ZzcvVUxzajNlMEg0R3BQTkFISnRuSS83d01xZzFPWDhNS1JxR3ZaR2MxZTRYdzN3SFJDZkUyZ0RtOURtUENaNHM4U2F4KzJKVkkxV0VzMERYenByN1pPQTZtQ1J6MDFlRGVMZUlRMEwyTjMzak1HWk14ZUQwNFdNT3JqSGVROElBVUcxTXRMMGFEQ1dUL21xRDJPZGRTR1g4bkZmaUFyL2I5MmlnRWd6eCtoTnh3S0hLNHpMbEgzaEJTeTJyMlV4TFdDeS9KNzhRZDlld3hZVnZ4eCtWOTVvQXpTQncrdSszYmh3andxL2ZjTmZGK2YrNzBuNXB0WitkYmIrbkRiUmdIVEpUWXYwUGpQS3FtUWpSMXplKy9Pdk5NV3hHYkE2c0toYnVCRmM4aXovNThORDRPaXdXM0IvUjl6dUgyMVlhQkNQckhqM1NKbmVBMUpiMVVvQ1k3NFJUTDdva3o0V3lPcENVMHV3djdxM0hBMDdyUDJqWkJiUGdwMkhMUGw0VE14UmRkK2JLVENNdmpyR1NDRCtnNnlVblNnODZlRUJqTE5KQ2Z6WmZiQjlVc1c1MnIzSSs2VWk3ZVl3NmgrYkplSEhTNmY5VmlDaG4rSlY5aTVOZ0d6TnBKRVNZMlU2K0l5Z1VNR2JjdGxXdHdxQU4xbHdzbjBjdzI3SitxZzlVVjF3OXBHSXpaRms1WlZKQVdKV2pqNzIrT2ltZHhPS3piQUhVMG93bFlONDZPeXBPWTNSNGNScUs3QThpbkNzYk5wL2lmVDlhMzJ0QTdzbjhKT3JiV2xjUUtLMTAzaEFmRXEzUi9LWDl4RW11cy9SZEUyOWhCL3NVNnZrVzcwWTFMUzBHSlc0Tm5VQlh6SjFnei9TSTNObGQ3YUNEQno2QXlsTkt1bXVyYjVESE1mcW16TzRVZTZZRVpOdmNibnY5aVI5YnI4cm45dXVCb1JuRHcrcjZYN2tIeU9ieHBtRWNrWWtTZ1hOM2dRWVNVVzVjTDFuWVd1NFVobkR6cXFhbUgxOU1JdEdJQUhaKzlwQkdWbTJNR2Rsa3ZFNWF6RFB0ejZCVThRZXhlRlhPT0JhbnNvR0MvMW1jMSsxNWhvUzIyMXlpc25RQ3N4aDZGd3lMUG8vUVFUVi9wT1pQMHQ2TVFoWlMveWlHekRIWWQ5OEh1MnlodEVoZjdKcGdIVTVjZHB5MFQxTklidTlYeW85ckRiZHN0U1pGcTFQbXRZVlc3UDJVdWtiVDR6T2Y4cm9VYjFNeldBYldIQ015YzBweE50NnorRnp0STNMSHlLNjNkM0tCaG5hY3ZLMnNYRmxPYlBnOFg5ek1OSDNEUjlUSnM5UmZ4Qy9GWTlZRXpLUnM2WC9NL2ZGREIwaUdBZEZWbHc5ZkxmWkdlejk2VG5FejRvMlhoM3BWNWNGc0laQXNaVkF6MlFMKzZsamNBbnZDZVIycGNTOEVZcFhobCtXSEM2T0Q4ZXNxUXc0TXh3ZVJkNEY4Z1JlVmpLVDQ4WjErUC8xWFRiOFZlellGZnlUc0lNQks3ODVPbW1XV1dmM0tPWDRnVzlhMjBKY2UxY1pSRzdnQ24xVzhObVk5SmFxaFdGWDRKYXArdTZPbFRZdldKYnVSSXVpbXkxVjRVZTluZXRqY0Fab2RaTHlWNGVCdW43OG4vMEhiQnhiMU0yWTZaWmgvUWkrUVgyTUN5Rk40S0xpVlA0azdTNTQ5d01ReHdWZ0IvUUovWmhaVXFjUHBCQ2MzTlRXNERSd1hPZktnRTRCS3FYQnNjNjJoWHp6MjNRM1FRQ3NzTGU3R1J5NUI2REFLMUMxVlNSSCttYVNoSjNrTm5mT0VTR2FGVUNGMFRZUmw5V1VUQW1RcVRwUXlZV0VRMkM3c28wTkdjcjBuTk9yOUY5dER5MEFNR2lTVjZFelRuL3M1YjdLUXRnNlhjcFZZNVZzSVNnYm1FOGkwZjREM3hGVXpma1JaWWJrRFJoY1BwOUl4MWhOZGFUb2M0ckx2bDZYZDRZZmp0bGZBd3Y2RitEclNjc3ZxR2JNU1VWcitSa1lOSitveFI4amN3Q0orMnhnVlBJTys2bUt4a2NlWHJ1L0dSUWIzd3ZvM29RVlhqUXBhMnVvbElxTFhiTEFSM081N2pwQWM1Uy9QRUFVMERLOEY3UkpzTDRWOXVucERKS2pPcFFpcnJMOXBCSm5kaW8vd1d6cmtvLzgzSmxUdjNweWhMU1BuRmYxbitEWk1HSVdYM0JHRklsZUVpNFdMTFJiZVhJdjdLZVY2cUVLT29EWWg4SDJyNG5wQmpzaEhVSkRyc045NWwvaVkwSW1YR084Q2JmYW1nblZnUzh1WEJKTktDTjgzOEExdWxWTmpGcDkwbWxka3M1WTZLdjE4OVlvK3JIWjlLc05lTnl5MzhXOE04WDVBMVczUU1PcW9VNkhKMEJWYUVISzVQSk5EQ1hiUjJqa0pWTnV5K1hrVEhrOGlvNzh1a001YS94V2N2VnlQWUszNjFLbEx4NDNsR1FzOWtwdVhNL3gvTVpORVRCa2o0UFhNNE1XOEUxZ3B0YXZjZElhRlZWaWNPMk1jbTFoN1VPRUNJVmlnb2tRVEVKZUZlVUtoSmUrTEZLSUpZL2JJVnRabzdHL3N6RzJManQvWHdZQW9IRWNHOTFOaC8xend6cVNVVUgvYzdyMC9VYjROelpqVGFBN0QxMmFsVFF0d1dSYXIxSkNSeE01V1JpU2RwekNxak9WMFY3ZFJEMFN4eFkyVm9qL2ltdkhzYWs5REhGMzZmTk1VeUxrdFFLSDUwSG85YUIrNmdCZnBTUWdkMUpkSUlvOUFLTkM3RGxXdzUzdlZLVDRIYmkyQ3d0UmdXejhiRGE3U01HWDNxQzd2UE9jTWRqbFZ3TkpRQUNtTHB1cDBHWm5zUTVjVWM0Mk9RcFErKzJwMWsyNmZhMDJlM0FtVHVFejlEVFlnR01FMU1mRm1yUms0aDlzZ2Z6Y0l2ZldON3pkY05walh5Vld3VGppN04rbklmdkdkTDhwczI4NDNMdnZidlYyaHh0aFQrWm1tQUVrT1R5bmRxOUIyTGRscTEzMlZpZXViTm9NSlUyU0ZKUmtsWUQwMlM2Q3FUSVNSYzUxaHdhQVdhR2xOSDkyM1Q0ZVpmaEcwaUJkVWxDMU1pMit4OG92YnhhOGlPeHVacjhmTEFabEtZS0ZHUnEyVnJINFV2Tllwa0h6c0FuQ2Roc3JoQ0dtcXdZYWFTb09tSHo4VXpnMnZBTURuU1pGNGc2cFQ2VWNNOHNSK3o2MCtHR3VLK1VKNFNoKzgrN3ZoeVY2R2lXUGk5K0M0RGdzaWkyRTVkSjIxUFVRdjVEazlvS0dWVnZrcGM3TXcvbjN4NzdIR2Q4NHF5M3N3Y1RiLzEyQy9Vd010aWIzOFhUU1lHZG1TQUdUZG5xUlhPNHlSZi95M1BmUGtnZzB5SjZwWTRIOEFnNm41V0JLNVJNVnhScGlDcHQwcEYraitJTkUxUkFmSUkyV0JReFZNTEx1ZUpEWHRqbE1DYWh3QmFJMGRqOTc5b2xKeTJqbWFrNFBoMUprUjRmeGtZcDVuRndYcTRTK3RNTzF4SlNNa1lXNVpqeDdIZG9VTVp2enAvN0d4bnNtNFU5dWZaNHE5WlBYU3BZVnd2cFlwN01TbThCdyt6L1EzRm5QcktsYXJtZENsNlFBZHhMdHFKUFgyRHpZREdlODFELytPSzEwazBybllyaG1vM3ZBeE9kU3BveTlZPQ==', '484835429_17999117699753450_6882120606360654513_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-04-15', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(147, '2025-03-15 18:18:16', '18358598470181274', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'OSGiAxdM5lpbKTSORhhuYjBEU2Z5K3NOVXlxQnVVd1FZNG9iWkFzRmJKdThjRWZEU094cmxTcENCQWtQMWVpUkJVZ0N2S2ZuNEJpdU4zZjQ2cEdlN0x2VHNWSnNLSGlvVjkyWWp3blpvbnJ1NGNsMmdkcnhITkNxQ0dFbEllN0hNVlY0UStBdCs5dGdpRHp4Zlk1ZUhMNWkzcUlVZXNEVnduMDJNMUxNQUIvN2o3aGM3ckRjd3ZZMkwxZjd0RndrOU91a2g3NG1xY2h3SnY5bUNmNFliR3dIODV0b3UvbWhXWCtxTGZVUTNLZVd0MS9udmNlT1NuUnUzZ0U2RE9HK2h4UGpHdDBTcnU2OXlpSmF5VjIvZFFRY01mcjRsYjdBcHpVNmRlQUVuUE5JdTEwVWorV0VLWkhhVXJ5UVkySXBFSTdUUEJkUlNpRTgyMUd2K1MwK3NBR255WE4xVGM0NVVhTXE4MjJBVDM4cCthS01ydzNwTThDR2FpcTkrRmhWU2lZU1BRQ3NhWW84a2JZYXRhaVJkM2luYlN1QkU5SFhpZXl2eVE0SDhJcktiblJSOGl2U3k3ZFVNR05BTXNwL25WS2plNFdHOG9vYWt4MTNldHBOUGdhODlHT2hTMDR4bmMrV0VndnBOQmh4TVdnS29VTlZHQnpMZkM4bXhFOEpVNUpGMWJRUW0va0UyREpKV3RUVzFLNGhaMk0rdFpKM3BWREZMWG9ob01QMkYzKzluQ3lWUUxad09QMS9ldUhpZ05EMEUzL3M2RVR3V2tsWDRIeDliMk93aEdXTWxvMVdNUlQ5a2JKMUNTNXhDdm1ZMGs1TDVJcnMweUVvR3JzOUozekdodDBrVXBhV2NKbEExNmhlcXRNcFU5c0w4MEJycC80QjhHTE9BTjNJY2E1N3ArWXNJdmFaZi9yTVVlbDJuZ2ZsOTM5ZTY4dU51b1RXd2FLa20rb0ZkbGkreUU5blhTc0d0YlNwWXFDRGVRMTZrcDNkWFFuRXhnTm44ZnhMbnhlTGFMV1BEV1RMYVdMNWFYNHIvdzlrZG5BUE1GL3B2OWZaQTNuWFJxRzhCZEpmay83akJuR2NEUUx0SU04S0ZYRW5ZcEFRMjJDTldCTlJyemhmRTNhaGg1UGRtZzBRU1kvMGxqcWF6T3pIKzR1dWs2WVkvTmpqZUtLRkJHcXZ0UnA2elZ6cjBmVU5XK3ZaclZOanJwSTdTdngzVjJRdG5sWXJ4MXFZTURadjVYMllhdlJkeGZ4VFRuRXk5bjFNL081cHdnZHU4RElxdFk0MEt4dmV4MGcrSDZFSzh6MkdBU0UvLzI1d014SzRnRElpSVk2ZkRKb3B3N05WbEN0aWpOZE92ajVnYStRektGa0Y5bzRlWk1QdFRIWmRTdFdjcHhtcDhoSTlnQVk1dnNFRmRhV3U1MnoydVdidTJkOXpiRVFtTGFpR0hKNkJ5amRVWUowdW5XVDMrRW95UEZkUy9JcHdxbmhRUjFCNnBBREZMNlphdk5iTmYxeFRPR25JVENkaUFXTXhLbGw5aFRWNE9hVGlDTGJ2b1EvUW41UFNTb0NrdElvb1B2OWlOMFNvdERXdlN0WVN4Z0Y5RlQ0UWI0U3VDdjhONm10RHYrTWpvTGdheXpldlo4LzJaQmE5QmNCYVpBQVpKVk84NzMrUTFWaDVvcmJMOHZhVmlCZzhRVWxnejNKSGMvRnllcGNZTGlKYTVmbWJoUmh6RzUybGVKQlpHd081MDBnS0JzekRsSWVKdzM0OUVLeGkrRWNycEpyZHVjd1JBYlBuM0xyYXlSWlVZdS91d09QeDM0Nm9GN1NmWmptM2FqZE0wN05UZ3lNRkJkS3E4dEVQNUs1T3VzTy9Tb2tnMVBSUmQ1dlNFMUZrTHNhZ1dEYkprYUVUclJMUkNmRmRGMHp3ZGIzKzBwUWYwRElFUlhXdzRsY1dMNm9ZVjFYbmRkdXlQT1dlVzJrKy81dktDS2Q3TlVtNUt1TUYvWE9ocTlweVE3TGltRkJoK1QyaHJjOUpGWFFzcEkzcWNTRWYwWlFXbHBRd2Y4aHd1MVZvVDQ2Mm42M2xSYUFEVnNKSWtrSWlaYmlBSTJ3a0NUME05TGhDUWdsc2hFbnlrdUV6MUNMNWNzYzdlQzcwSTRMQmp1eVMvMDR6Vm15bnRySDF5czlSVHhtOHd6WUo5SHkrUE9wek13dFhPZ3U4dE4ySytPNktLeDVDUDlHVzZLSlRuQ1ZxeFNmRXdFUGFINXkyemhqM3RHSXRoa2RWa2x6aEloZW9wZmFQQ2x2V245UDNMWnhGMlJVeW1paldnbmVNQ0FuMy9jMkVHdllIMTJrQ0dIWVFpU2loMWFZYTMwdkZVczkxSzdlSWZJUndTQTd3S3J2ZEVsSFpvV21zQzd4djVadDZSVERHQ3NISlNTd2pmZGc0OGEyV1dhSGhCVC9BSkRuNGc2ZFBsZE1XMmd4aWk2V05TUXNqRXhMTzR3Nzh5VU1XVnVSSUk5b0xCV2hCVnFTRnZ3SlJnOTNpcVI2MlpsNEIzTXZWd2d4bVZBUGlHaGRVYTRXdlhBT3QwZzFuT1YvL2hCcHFpRjg3MkUwTEJieTd5MTNXODlXQjBpRGtoakpsUTIrRzgwSEZtYmRzOGJ3KzZUTUZBVDk2ODVRNi9MVDkxLzE3RThTZDQ2VTFTRHR5VnprRXdSL043YUdTMHJNcm8xek44bUhDLzZZY1M4eVBFNkl0elNUT1A0VGp3Vy9VMEx0NWJsZUVxS3lyZGxWL3FyaU1ib0Z6QnQxWkpLcXR1UCtsRkhkbnQzRzFQYU5zblkza0pvY1JpVDB6c2d6S1JKK1owQi9URXFRaFBpUFJPYUNibldIWDlWYVl6ZFNLRkxiU09ab2hUeXVjUHpZMG1TcVd1SFdIa3pTWTBHVDE1eTIwTytFS0tpMEVOZExZbnhuRTlGcXhPajh3UXc9PQ==', '483925931_17999333597753450_3585128120182256414_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-18', 'image/webp'),
(148, '2025-03-19 18:21:48', '17939778095861305', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'PSi3UlHOHb9rkp4LAZCO00orTklGREFtb0ZKd3M5bWJ4VkJaTVJteU9SUWhmWE5OeEI4bUpUSXB2TXpKNFdHN2xKb1NFYnRnSjNxeTIzcjJNTFZSeVVnaXltQVdnWEFnS2lveGMyMTNQMVg3M0ljQXZzYjQxazJYUUkvbng2dCtmem8vbHc0M2hxaS9UMmdhWkNjbE9xUFM0OHV4YzZxNE1walRNbFpXZjExb2lZMjZaK1RwanhDb2l3Y0hyUlQzOEFlZUtKaTZaRzU4cFdlelRsNmNzU0llclBZS0tGU040RHRpUzhvcVFJVkRLbXljaDNJbWFZSnpoRUZxRWtoRjlxYlJURTFiWVE5bG5PTk94ZzVacWlvdzFLeE16OXJ6RElvbCtXVU55cGNtUkErUjZWYmR1YnQ5OUtmRXIwVlJDblZHbFFna0p5ODdmTDBWclVZV1V1TThjbFFqMXplTDZOZ0s0MGtZSGhTTDZiZHpFc1J2ZFc5SGlOTXpiVThQeGpIM2NnbjJITGluRlJTTG5CMm5iUTBXU0I4b0VWeWJGY3BSNUcvSklRWFBCY3p3MkhTUURKVDNFczJmTzl2WmpMTlVCZTcrV0pwTW83aG5LS1BEWVNWcXNvb2hsVWpLMXdoQlNwRjBoSjdBS2wwK3Q2ZklVYXRPeUE5Mjdhek1DTGI0aFFyazNwUFVsZ2tYY01jVjlUM2lBVS9idXMvYnV6dzg3cjNZRTE3VE0yTUo5VitwNDZBdDd0ZU4vaEpmdTJLZk1CbG1rcTk3aE1DeGQrWm4wRi9FMHlhdHlIbFUzZFBTcnRXTEUvM3FaZWFyckpWWlZINmt1SGsxV20xSU1DY1dEZFdSMjlpVVJ2TnV1RGkrWWZuZk52bDBtOHNMVC9yd2VRc2RQcjVOOE5iS1B5OEQ2THdaM21iWjc1SWp2VW93SVVxSTYrZXhlN2JBN1M5cHFnL2xxOUc4d0F5dXJpbjZac0NwSkcrUWd2aVlEdzl6UU9iOVhyclY3MEM1RTNMMUhaYXFaRUpaUkhXQW9GbXVmTGxVeFdDaW90VU4wN2NxNTB1ZkFYWUZSVVREMzFQazZBOE1KazRjQTFwZFNWL21MQ3VRTDdRN3JJL2twVnJDelpHN3ovdXZVRE52aEdFNGhMeGZNbTE0L3ptRXRFYk01WTJqQkxuYjVKcmVTKy9KRVpHQUo2N1FrMkhuS3RBbkxMT0VnMnIrYnppaDNIRnh1Q0gySVBjMkxMU2FLSm1ZWWZxak84c0VsRVJiRExUa0RxNWR4UXBQbHF5SXdPblRmZmdKaFZOTEk5ZXl6b2krMHQrcm1FR2pEZUlTeXRyMkF3VkxQeWRsYUNseUVrdjlTWXYvcmsrd09qUGFGWlJFWmhMTnpyVjNIWVNkcnJ3NU9tWFl4Yk5zVG9aeXJncVk1RGVhbG1IQTArTk1nZ2ZhaXRaOUlCQS9DbS9Yayt3M0hYN01LcVl0NGpZSEI0ZUp1YjQrcFQ4K2Iybm1OVDdLWUozdW1XMGZHYTErSEdLamIyYU1tYnFMWm5oQkZLYmw4ZTcyelJleks5cFVQT2g4bW53TlhpVU1OZFhiYTRZbGE4Nmd5MGpxVjg2emRGRFA3OUFDc2J5YUl6d2Fib0p4ZHBsajZtSVRsTDFBcW1icDMySXp6VDVyazhhZ3c1TlZDdkdMK09HT0N3THNKeHlKY1ZtNWtVbTg1N0xtVFRQTi91Yjlxajl0SFZhckd4K2RnenlCSVBMTHV6eW9YQlJvVmZjPQ==', '485525973_17999789915753450_4253604544903788808_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-19', 'image/webp'),
(149, '2025-03-21 06:22:48', '17919189699065573', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qHHdNb+o+dpKSwg/mKKyBXprR2thbWNFQm9kQjdZd3B2djEzalo2RHFRVFk5UXo4SFNPc3kvaExGN08waHhWbWV5M2NKL1o5ZzBOS3BZdkQ4ajAxL1ZIREZSOEt0NDNOM1VXQUNuOXZBZVdSSG10ZnFuQytaRERydGFwR2pWVk5pV0FBZi9wKzhwWEJiMTV1VzlMWWlJYmh4NzlHRnBDd1d1NFZ4QkREdzNFS0lkcURGWHNXbnBFZllTcUc0SDZjbXdPalVRWTdCMlJDTzNoemFGdCtSKzNZN2ZFV3lOajY4N0tSdkJmOFZyQ0s4aDZQaldJSnBFNXRUaDhmRjZReWZ6eklNcC9MWXd3SDlrblZmemhIa2JDUC8yTTBvcjd2S3NtTkZNTlNiVDJsS1hBQ0pVNmhhMTdSL2M3TUtaTFVnS1Ztb1RsMktjSW83RWVpeHV4VXIxaUx4K3h4cDNIcmRsSGZqOEJDODBreUlrR0JvWHQxc0JvVjJTcEVoU0NlTFJWYnA3UWFZVWdUUHNvL1NSMjdtcjYxSytlQW5PTWJLMDNiNEJkNHIvYzVVOXl4bzlzanJqVjZqT216UEJ4Z1FGaFdjSDh5Qlp1MEVNWlQzUElPVHZsNlNNQWtxNU5peHQyT05wa0xaY3NqNERYR3BlQjNoQzBNRW1NeTBkZ2FUZFlPWFV2M3NVZy9DcEpDbVdFQm4wYm41eTRxNlZCaTNEMUVkNXlHcVdzSHlaTEkySnFMeUl4Yk8rSU04K0Myand1TUk2Lzk0T3M4Ti91UVlEaVFlVnFyb1RxQ0JLb2s0ZHZTSkVXV0NJK1ZaZGJFcWF5WVZjM0pxazFIWkpZVTlQa3pQWDdQM1RjdGZ2QkhGVXpXVkZVSXZYT001Y1lMYmExYnY3VURGanBRM3JNdk9HSzE3ZTU4TkZ5K3FBTzI0azVOdXZuL0FKWTlMOVRlcEtVREpTTkJiSVE4cFY1TS9FZCtJSXYzMFlGYVRvbkpJL0Vhckd2bVNEYUN5TkxUMXFyME10WHRRL1huMzloOHRvUlgzRGdsVG5BcXlmU3RGdU5HSjV3QTZnWFhJekYwYUQ3VEc3ckZZejRTaGxTWDY2aW9sVW5NS1dyYXA3cHd0bHlzWnJ1c0lPYkRPOElqbThlc2oyZEZNajJZRkw1dmlPa2VNQUtvVEVLaktIY1dIRWlJcDJTeGhFMjgzc0Y2OURHNU5RekVLaE4ycktFNTdKYnBnVTlPVENFZXpmeGtaSXlmMGJKRFE3R2lIYk1HVnNQa1E2ZzU5YnZvWnBXNFpXVzU2cHh2UmhxZWJZUjJKbHFmZGUvWkVnUE42MGVNSU1FemhiOEhTZ3g5SGJKeTVzd1paVTRsUnIvSHMwZDI2ODEyYVVIVDBOMnh1dW5YQWRJaG14WmozMU0xMmUyUWNody9PRmI5NUJlaForemJybm83VmRLTlRPQUtvZmxMM09VMW85YXgvZEhOWGErR2tMeDJJajBDYmxXMnZtNkpTNW9uYkFWaDlTWW5GajV6dEpHYm1YNllQdS90MmZacnZuTXNjdWoxZi9LdHBSb1NMVUFXRzFQUUpheWhyaVIxQnc1Y3BrK2VBT0NlZ0t4b292L1RraitHeWpmb1lZZndaUHNQelJnR2tKQ1BVUnVBS0RhbFRMa1phZ0FNQmQrd2NUTDBEWndFNUdDUVJNVW11VUlQanZVQ2tjdzhOUVhVU1l5cCtrSW1CRHNMYnJnN3N6UFExY292ZWhkUHM4WHB1aU9oZDFGQUJhclptUUhhUldhRUpNeUpYTTZXbm5tRyt0NDRyVno1NVUxSGpCVUJueERZcEFxb3BrQmJYVUVvaDA5RUU3Uno5UU82OG5tWTduNUFJbGV0NDAvTG04aDJYUnVWRWtTZnJ6bzBrbWt5cGtYbVJSKzB2NE5VelYwYWxtSGlZRGhxdUlIZEZOVVEyVS9KYkdiTlFMQWMybEdRZUowelkwUVY5WjVqdDAwNkFYMHJ5ZVRxSCtQRUE0UTA3SlF1WlRDVURCWFZSb1FQL3AyUkhmdVRkZWpIQ3RpNVVISTJYUTl6VkRMcmo5Sysxa3ppNmZPdGxvSEtiSkdjZmJ6b0kvSkdOWkpsNzFQdjdVZ2ZpWG9DUk5iR0NtOUlIam8wUHFES0tQNlNreUFkbnd6MnVWaEhKS0ozaHFWcFR1dmsvdHFiNmpCNFI2RnhZQjMvZnIrL3hxcUpxU1ZUOVhWM2ZUaDhQQkl1eUpHWXhVQjNaeDAvMEdPQWJDSitWakNZRGNCM0Z4OUt2Wi9Ga2pyK1JZL3JvYk1VWURrS2pnNVNjamJaMGZIa3RUekY4dGFqOUdXRGFIUHhTZ2hiTG0xdG5PaUN2SndpT3pVaU9xSzFZZzVEQkw5TU8wUnlwTUltbXZyYVg2Qm1oNlRlalp3eEhsSGpHbFJsWE9XNnBUKzdETDN5cElzYk1SZVBJeFh3OEpLaDQ5RGlwUG5MUUFJa0NDQnlYOXFqUml2UG1SbWhYN0JaT01aMDRsVGI3dGpKYjdwaUJXYmNDSUN2ZklHWUszRUtNYUZmZzR4bFp4UUNuVjlhd2pxMkdBWmxJNy9FaUtCTFUvaElUbC9jY2MzUnJYQ2hFeWZGVGZSR3dONFE0WXVuNlRuWkIxMkVSRS9oV1A4NlVOaWs2eWE1M3JLQmhtT0UwcFNPR0FEVVZxVURIL3llZHRZdnJ0UmI5bVVJNVhRZ1g0QWJWbEhXNG1JNnlOOWxaV2RSMWJjSzZIaWJvdm5WQUJFMVA3a0I5Zz09', '485109353_17999916860753450_4684383939610479527_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-20', 'image/webp'),
(150, '2025-03-21 18:25:20', '18047305169068760', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'XO8hbIxNGtk0sT5+tsBEM0FHV3dtNlJnejJ2OW5tWnNBbkxqNWdaNGpSU2FFRWgyNEwzQUFqdzhvdlRacHBTNFRLcU1qSFdieFJwM3pWL1NJSkFOTXRsQ1NIaGxtKytCa3Y3RVlxQkxmZ2ZrZ2l2QjBoVklxQ2IxMCtLNmh4RmlLb2JiMWl6aWVrYnRwQmViaTY4R24rK2I1UHM4bnV2ZC9vYU0waldyR2dqaEE4RjdZcGRGUUdxTzkwVys2L1ZDUDFkdUJaUytENGt3cENqcTV0SXROOUk1WFJzay9JVDZpWFNFWk5zdWx6NW1IYkRDNFhWZ1Vna0RvMVlPVXR4S2V4ZTdQUFh2UWJqajBXdGsydkE0VGN2MDNaMWZTbWVxVnNIbWlZZVNLbmNSMzZxS0pOYm5mWXZDQTVEdmdzOS8vVjIyL2d1bEppL0w2OHg5bjkrakdsbHZ2aEJDakVHTWFpUVdkV3FYdWJ4WjI5M3dnRkVpdFFDeDg4Z1hFTmhrU09lalpFMEVISXlJRklVUjR2MDVON1pCQmtidTJEVDFKd3lMM1hPZFVIRVF5bExBZXN2cG5zN3FwQTV4b2JPMXhsZ011MVdZYUhFcmtOS09YaWthUStGakp5amc4N2YyK2REckxBVitMNzBKS0hwcjYzRUVSUytYTWNOL0NpZ0U2eUF3WDJZSUI4MmQ4eWhnakRPdXFyNE5lUGFXNVBmZzY3dFNid2xvZmRZckVUZVdWQ1pCRlUxQmpwektLVFY2K0RydzJhNGUrOHNxV21FQ09rV2JQc0ozeC9EV2JhcElpeXR6RjRSU2k5a001WmpJeGc1eHVlYlNuM3dQZy9vbmlUTVRXNDVqNk5jdDhVSW5XUWhYV3JzZFZPTWFVK2lseWNUc2VtYlBNYnEwdkdLR1VlT2xSR0xWWklINytrTHlISGhYYTJuNVN0S0FXeUJCYVNuRWRvSFZrN2tqZjE2Mm1RbmdTSEVob0lkSzlCWXVGc1NGc3ZtQWdGZE0xVFhmUEY1VmdSc0IwbXpnYjQ0T0RGc2s3VmFJRmtjZmxweGlEaktaZCtXdHJhQ25IQXQ3V0JSaVpxdzAxcWROWHErWGkxbUVoYVQzSVREZldhTENpcWNXSXlNb0RtQnh6OVhGcWozbm9QVVovRk9HenRXZDUvVUNoOXk5SVk4VTZmbFV2YzhqTENIa2pvanhDTFVQRklqWHNrUUJHUm1pNHVLRTJkbXZTRU0vd25MdktpVkNJblMremVJc0llTm5IajhVMFF0TWYwYTV5d1BkV09kVDBkZ3paYzNPWjB0anczc1dPWWdRQWcrR2hRRkMweTNSU0ZkbW5tUWF4eU4weHJiVGJ2ekNTNEF5REkvS2V3MkpiNU1iTzNsbzkyUUZ1d0lwMFVRUWQ2czNyUklVenJBSUk3M3RHZ1VacDlaeitEZ3BBMW9hd2RxWTVFSEZNU1dRbVpvN0dLZlh3TGNFenU1WGduU21GbGhHclpRL1JjL1huZ0xTV043V1NLK0MxNEJWMzdOa09nOVdLRWJwRmxEcmVhZXQ2VlFtTDlqa0RwNHd2dU82ZWtRVlBqV1Rxc0hraXFtYjNzS3hnNjdWOW8vTXhXMWhhZFY0b1I4UEJnY3R1TFQ2dGQ0OVVsK3Z6dk50TXY3WTRWWk43ZFg5MTJPWWVTZmtTRWNLSFZ4K0RKY0R5STBVakFpc1ZzbmVSU2NPU2J4TmFmVk5pRnlGTllpaWg4dVJCbWNoU3dyTnRkS0FnN0JreFkxUXNML0FGcU9Oa2g0MHkya1dOS1E2bzlpdzErcFJLbDM0WUFGeFZBcGNQbVZSaklEUWF4cVpSNkZ1YURxbmJwUlVGcFZ6ZTNJUklRNVJqYkdsM0xuYnloZ0JvL0xoenQwYWdoNUw3UURCYzZzMGJvNS9EUjM0ZGtoZ25GYmN6clNkTmpkdWRHVmpRZ1NBeEw0VDhpcGh5OUkvRlRQNk8zcU9TSERBU0hOYXp1b1Rwamg5UEVDazNzODlzbmZtMVk1dDhoVXNRSnFucTJXNzZxU1d0WE10d3ZjL3FkaGxRTVo0cHF4OWhYa1N1SlBxV3J2OGcyUVFudlRMODl2OEZ5aUVCWmJ4M050bi9yWm9acjZjSVRZVCtKNlpBMEVacDhnelQxQVJPdVFxekoyTE4vbFhxUGxmR1oySGMrTlJEOGVMVHVheE9KT1dCTTdLYU5sb3J4TUlKUVp5L0dpYldDemEyOHdlUVc4QTQ5alpWdmdyc25NVHROQnMwaTVyT2lBL3JMQW05NENCL2VQVTZiR010ZDhuSnl0RUZQSUUyZWVRby9JZTdYWUlUbGNkd3dvTHdxd2JTQWVpNFdYVGMwY2R5RUpKTzdqRmFqSWwxR0oxNC9Xbzl0OGhuK0EwUmJDU2R4Y0cxUWcyMVd6cGJCdVdnaUJpM0tDVUlhTWhyQ0lYVStLSnlBdldQSXg3bGI2ODVlVzdqYVBQSVJUUWloTUw5Z0VDbzB5LzNraWRCV1BtMmhXNzBTRFhoVUw4cWJWNjRnU3JvSlo3czFTckJYaCt3bkxxWmsvM3JLeEE3Y2d5ZzR5UDk3S0JsbU01dlhZZUlyWnY3MEJQaDRkU1AvQ3BiZUxyaEpwZWVpd0o5VGJ0U0RZNDJ4dmFBdERxdGQxTENVNlJTRVBWNEtJYkRNRXUyK2x2UTUvaVhsYnZwaG90YTR0MEplL3BlaktWVnNPckNvRGxyMU5lUGdjNWJVb0V5UUxLV200aUNoS3RpUHZoNkszRFFpeW5hTlpjOWVXYlJ0dDgwV0JPVWZ3WVl4eENsQ0s1SERGWmNvaVRJc1Q1MkVFOVBtL0ZpcjJCMU03d2tpUVN6eG0rZ2N5enJaM3JlajUyVmxjdGtoWUVPOUJWTnF6RnFTdmt2dlpMMVNJaEFQWGJybkRQMzRZcTFOdXljQ2NkTnMrNEtVd1lYakpid09kYUxxSkJabWxhdmF6SWYwTXorOGVPaGh2Yy96bkR3a2pDaThXem5ZWkpYUTF2K0d6c2pVTlJNOFVjdmRWMHFraTczR2lUS3NVclBXYUxhMEN1ZEdFVGVKR2k4QUlOcmo3T2czcXRWMElMbGtxZlFvTkVyRTZQa2lZUGtGRmNYSzRLNDhtV0FRdjhqSlZYWHFaNndsSlBSbTY2UXA0enZsSEVyYVhGUWw2RWpTVkEyVVZCWFdIUmR1anJZUT09', '485746441_17999996498753450_7037617597389351732_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-21', 'image/webp'),
(151, '2025-03-23 06:24:58', '18375118117136997', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TErmDpwIPxh96ZeNTkgdr3MwZm5CZGx3Sm5UeThCT2oraGU0U1QwQ0doVDZNQkRxY2ltbkhqTUNrblhrZUxUSjcxNU5OSkVoOTl6YzFOcklRcTBIMW1PbitueXl2dkk2RmZNRmZjV1JZd3NIKzhTb3VyMDNoT2F5TThxajl5VzhXMHBxQ2tXSTJXemhNc1puait1c0cvZEFXMlV4WDhZaE1OZTk3ZzBISXNXZmVEdDNCMlMwMTU5R05nTmFyTWE0TGRRRUFiUWt5KzlGOEw0Zm1zMzZIT01NWExkdTl5TGk3VTZ6R3J6Z01vaUtvdHFzMVFCQk82SXFIbXkveGtobjk4NXJWQVVEd2pNeWdWT3g4dVFPZElmbzExeHFDOFB4dkpTdSsyY0JVSDc2VlpHK0FBVXNsYUV0K1BWSGJVdEtDYkcvSkVvRzUxRXBVMGkxWWpJR2dMSUtTNHpNR1Z1djRCMERKb0twM1AyVkpTSWFKcjd1OXBoMHo3WGFoQWFOUmZTbHpWdmtIRTY1MEliUHFaeXV5byt2SkZkQWd1U0hUUVF4Z1dxL3pxYWEwZWZWc1M4NXZzbUNQL0ttc0FXUVFzVEJ6TzBWZ2dSS04zYkE2VEJ2ZlRMV291WXEyQ2tieXBSbTBkUzZVZG9lb1FmRkF3djJGRkliL3NXMFhOeFRhN2hEZkE2bWN1RFBUdnZQT1BXNFZHVm5Fa2RzS1JzckUvWXRHdEMwVi9Od0p5VWNvODVLWUpLNDh6RUxzQXg2MnllZTFTOC9BRUlMZ1hJeW1hcTRqSno0Zk12ZUlrbHFDS0xsekdQYTJ4c2liTkVKL3FreldUVkg4SCtwMU1RUGpkcFZuWUR0aEVrdm1qNCtpME1hZUZ0bUFjUFExZERkbzVodnZUdVAzUE9mRGNBM1lXbFVqTkJPY1hWaER2WWt2bGhQeTJVSFJsaGdkY3pqUDFyNUJCY002dng3QmpJRS8wRGlDbFRoeDJORElaT0c0TE4zOFhKcS83Zm5tUGZqRXhVVHNQMkZ5RjQ4RjhpM0tsRklwQUFMVUJTaURKekxoWmNPNUduYlMzc3dBS3I4aWF3ZGs0SHhmczN6ZDdoMThXK0w3dmZNR05SeTgyVGFvWmpqVStRZ0VpQk9qcmRuR2pzemdxQnFPZXByTTVweHlNcGhsME45MGhFVDVxdHNKRUVzdzdYT3hjUnhCK2hCWmt6bUlmaDNsNUVpMFAyUm15d1cyOWhIUEhQbERZYzlvNjNQaVk4WE5HRjJGWXdYcE55TWt2b1pyb0pSRllSeE0xZ0pvRU1nK2psaVpzdG42bUFUVTlJTWhmNEJRQkVlT3ZuZWhVUmx6NGY5eVd2RXFnR1llbGNSdXh0MjNxalNDcXNTa0F1NDI5YmhXWFROMXlHMGFmdlY4Vm5LQ1A2R1Y2YWxONWp4Z1QxTXNxUGZKOE1naXE1TElYNGd6aGoveDExWXpaQ2xkR0JPQTh4SXBIbitRcCtiQVRLT3VlNHhTcWI4bVZrRmNWRDlOSCt1TSt2Qnh1VmdPR3NuRmRPRytsTkQ5ZGpVM3psVlFVaHR5NDg2ZXBES1l1czVxOTNXWVFycEhQektvVWxBRzFaU0djN2RtL3kwbDQ4QUllQjNxTEUzbXUyNlJyUFdzU2tybEtpUnVGK1ZleHN2L1grR2dEaFhxRmV1K04wQjF6Rm4yR1Fhd0J1cUxhdklWWTJSNUxkRUJqUFFwODl3NFVlcE5PVXRlOFBGTTZWM2pNbzBuZEJPemRuVENBWlVhSkZ5MXZsSVdaTXlMUzBIV1NWbXIzeDUrT0tjR2dDbE1uY3BzMGNmSjh6RUc1L3EwbHlFdEc0bFFrZFNVSURIWHZwQk5wYkhuOUxjZmRuQjBQQWFQc2pGL2VkY0E5cS9DaTJMT2dxUmR5QVAva2RCeVNmM3RNUjlKTzNtUytJV2NhaDJHYytBT3VJY0xYS2l2bFd5S01xa0wrYjhJTVFBUUk4bG5kUE05TjNhM0ZtWk9vS2VCQlFTQUcvRTQ0cFdlN2pIY2FiNTJaSVNJSGJ5QkhWQ0dXeGh2c2p0OTdoVVBhd29YQ1E0Ti9yMUdleEhCeEFOQzUwWlpRbndmT1ArbEpXdDBUeFF1YkZoaEFtT0IwMC9yUldWQ2lsOHlEWlpWNHk3WDlVd0UxZnZ0RXpnQklPbEJNdnE1bkNBVDlGNms1a0tFY0JGYTdIelc4UXFmd1htQzVkRXoyb2lEbVk4VnZNZnhhWU16VjlYRnozRExxbmVZQXppQU5hL080M25hSGpIK0pGTG82ZjV3M0dwVjZPS0dMZEdhSEVMbFU2L0dzMjRXVUdTcmp6VlgzSTNyODVwbXc9PQ==', '486221042_18000151046753450_312822031495587263_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-23', 'image/webp'),
(152, '2025-03-25 06:28:00', '18060950257998824', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3sRBNVguIROkW8BRRac3lklJT3hOYU56d21WM3FySS90RkpyaUNTaTZHTkUwN0EzUjYwa1hnUW1McnU0aCt5d2xTYXo0K2R0VDRYcVhGanhBZjdDamF6ckIrSXpyY3RDaE1OUXVLVUdZNmxCc242bWlnSFdXS0NqMWpEMGJLbFdnb3BEdHU4bUFLeXo2ZUVLT1dMNXpSTXc0VXRpUnp0ejZlR1pzemE5UnpQK2ZGWVZZVm5WTTZpVHRIaWRBVHdxOGhvT0V6bEZSUkhUR1hKVVBlb3FqeUJjTWVXdTBLK3BXMm9kVUZSTEI0ZmVJY2RvQ0R3U1c5T0xUZitxVXMyUDNMelNySEZiWGYwVDJObzR1c1pFeTRnMTdRWjV1RVZBTXNzckhaUXpjcjdvWEZIWXd6VVhtSjh2YVFOZFUvMHkra2hJd2FHa2tQMDMxN2ljMmxDZXhNQ2YxN25KVjVXbnNGdlREaE5QcmRncFAva3Y1MWFkeGU5eXhPa1VTdHU0cGpzcWR5bXNhRTBiY1g4blFJNVZ3QS85VmlTM3JyZ1d4QVVWL3kyOTZLK3RzSGlXc1NickoyZ21mdmFhUXEyNFFjSkdkZkZhNElxdTIzdnJPTWhiQmEwOVBUTjhTVFZBWUYrZjVPbTRiOXRWOS85dUdDZ1RqRmZzVnFESHpZVjRSelVrQy9wVWFoNWp4TkYvV1RtUFMyOVlmcG5qVkZNeUN1VFM1RHQ4MVNuSURVYWYxNjR6dkdocmtYdjZSUzhMQ25XOG5KcThUcy82K25YeEd3QzFNS05UbDVqYzFFUjJtVGhWL3c2NG5MdW5SSkJjK255UENxWFBnSFJmRXk4YWt1bWtWd25XZlZoOTZ2RTl4T2V4Wi9yRnlIYk9oSmhCcXNyTzZJYmJzaitXaXJJMEY0eFNGTmN4NGtkRXhTQkpYVDh1N0VaamhPSmd3ajNpR05IekxmZWwxaE5rUkpSbXVOV3Jka3V6ZDBZbVVEckdZK0xjemxoemVoZlZDVmMrNFJyYVdTLytpazVhVFpRSC9tUXV3UUxmaGJ3bTZzRURqRjZkaTRqNjI5Wm5DTEd4SW5oTHdldENWQzh1OFFMdUVvRVNOdzdXWUFkQW1uVERzY1RaWGtsRVhzRmFmMnp5VXJNSGNlajNuRnFJZDZ6THRiTkErYUNNUUV0YVJVQmJ5UGU1dGZpejRzSy9rUHlKTklIU016dFU5dXlkTE1DM09uOWloU2o1bXVXcHNPZzA4NnpvSFhVYW0vVnRkTTJKMmZReXkwUGFIdUx5RUJrSmpXbndtMUJUNWxqcXNqZVkvbzJLS3lIRjNKQ1VIRnVGaWNOdlViWDBnRHNjUldxb01zd3JUUVUwcnFHYkFmcW9yOXlyR0hvL3pnUitwSG1kMFptQ1NVZU1sbWFkSisyVU4xdC8rZ3hYNEtqd0I3ck9NN3BPazBTVHJxZ0lBdFExWDVkSjVxcnVuVGlCS1o2MmY2d1BONW82Vm5yZmYrUnRqQkcrZzlGVHdwU0QxRUxlSnVmTWU3NDhNTElTZVJGVmlZNzVRaVBrMWlYaVhaN2tYeU44SmFXZTJSSG1hYnlZMEZYTG51Y1FPc0FFRUZHK1dGU0FGejlhamVKTk5UVzVUN1FOWU5TNEJHb1dNYkMybnkybzB4TVFzM2VJaGZFVDBEMlp5T1VzV21WY0ZOcjNBNmZ0dWNaZDNWNStzTng5eG1seUdhWXp6NVdCem1nM2U3WWo5aXRsRU9RWXQ5RFcxU1FGUER1c0ZYd3NkMEZuaDNCNEdtNlVIelpuTDF2NEp4dnFNdHFFeXE2ZzAvc0JybWlLOEZIYjE5ZURXUzJOOHd5dlZKQWNPYlBKOE9QQld2YXdWTVpsNnZiTmRzR0hVWWVMeS84OVZ6ZkhFSExIM0xrYk9LK2dSWm9SY01iN2V1cm9JT0pUWnp5TWE4Q0huOUdGOGludnNWRE93b2NBNXBLU2RQeTFYdk9wd1JDc1hYV3ExNjZicXBHdlFaMUp3dDllZFhuUUNjVWhOb01uMTByUU1rZUx3NGN0RXJvTlNRMUVzMVB4dUZvMlVFdHlrQzNFZGo3MHgyNjI5anJSVFprNlVVV0RHUDdUOEppSkp2RWJ1OHd3dDBEcU1ZcGtJaER2eExyeEFicExzbU93OE1xanhKaE1VMWgvNWtkZjFmNEVKTGtGT2ZZR0hyQk9HQlA3Mk93NnEza2tLMHAwQzNPRGJQOURoN0IydHVZNWYxQXdxUjZwWFdBQVRsTEpQRGp2VjVoOGJJU0dkcnhvWmJSRkJ0RHhHNVBQWCs0cVNFUTJMVTRyendlTFBmYmFSODg3TFFVUUFoUT0=', '486219949_18000383126753450_7406394435319438348_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-04-28', 'image/webp'),
(153, '2025-03-26 06:27:18', '17905617108128153', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'tHi4/5elQDUXw6p9OsT3kVkzZ0luTVNyS1IvQlNpdWw4QTRRRndIZ3BFd2lvU25HZW05cFpOVHg0RlRFQ3dTN3krMk1qMlJMSllBTzNxRE1zZHRUZm5rcDNlN0hvaUtZcGVvOVlzMnpoV09iclYyRFpaRDNGdHhxeEhlWnV6T1ZkQ0xXWllSV0xVbFhDNUcxcXNsS3hFSElGSDRqV25reEw1ZGtzSWZ4WVk5Z0xYWVJoYkRERHhaWnYzNk9odjJXcFR5TS9OazhjV0U5Mkd0M1R0NXFTcHUzUVVzdDhXM3BwdStwT3NMN3IwRW4xd2t3c011MUFLZjlpMUxzN21Jemd5eFB5T3ZIOTZ6SW05eUY0QXp3bnl3NExKem1lZmduRGx5YkVKU2UzY1VBNFNQcUQwQmVMYnZZOGNuS0gwVENVZ043enliZTBCaGJwZVUwdm9WZFFYa3g1V080ek1UK3liNmZ1ek1rVG8yN2IycEdqaUV0Ukc3Vk81S3l1cWx3SU5zU3RpVDZ0RUF1dnN5NGZyZEdTWW8rY01NRGlnMjg5Mi95Z2NQcWxPclQwbE53K0FXYURTaEF4cExzY2ZQODl4TFBmSW1PWTRVTGp3MWt2cjFMUndOZUE4Nm9TNklXbHJzdWE4WHdLUm5IVHllb0pORU1ZY1JGSXdlY2lhWUd5NnJDUGYvTmFJVFlNZ0oyS21udjluY2tqQzFIRWJoMlFJY1RON1JiSHkvR1Myc1p6Tmt3QU5OckpXK1JFSGFVKzY3em9pTFU3akhzQWM2VkZBRVYxVXZvcGFIdzRNSE1hWXpjWE1nVHgwRDZ1ZDRSSVNFUklMRm5oaHBFaWliSEpJMEpPY1A3NkpOUHJnYVUrNDR1eUR6dmdxbzNiVnNGTUZVNlNBY3hFSHpEZE5MUGpEenF4c21Ga0NjSWlFeXdmMnA1b0pjWDExdjRPam5xeUk1ZFNhTGhkTGhPR1B1QUVwWUtiSWhFOXpvcjBheDFjL0FVZVVIbUs2czF1cGFLbGcvSFo3WEFHYVdMNXY2RjUzQ0trM2h4WEM0Yy9UaE9vUDRQWjdlT3hvaWhBVERFdnlHRFU1V29UOGFINWZ5NzdwM1FGd2pLL2p4LzNncys1QkQweHUyei9XV3hKYm1vZ0RjSnFXQUZ4a0N5UTNUWk1uNzFuT2MrelJyWGF3ZEFGUENaYVBrdDlGeVhodmowWjV3d1ZCdXo0OTMybFllNHE0Nkc1WlJoQXBFMFJ1L0l2MjkxdjJNOHRsaFlwSldqL2tJOWc3UXFSdG9xSzNHdnZqeU41RVBYRUxmOFlJc2szU1FJcjBRcU92ZmcvMzhtRVhxUy85WVhka3MraXdBbWNGaW5jL1FjQWRvVW02b3JwUm5mMlorRy9haE43NHFYN3ZRVWRDbzl0cnhsZHgwaXJvaEpZYlNJTk1XNXF6NXk4WmVlbzlZUXExc1hTTWhmUEN3V0hLYXprTnpvREZCdnBORDBRU2E2WUNoM1YxTDQ4eFgxd1RJRmg5akZtQ3gwclFmRGs0S0JTSVptOW1IbCtnQWhkaE4wN1hBSmc2UFcxeituTTkvaUVKY3VpRFI3SXZFNHNndnBWRWdsdVBBUEpVWDVna3RZTzJLbEFYTGQ3cG5OQmFGckhCQUd5ZFR4eHFQVUtLUnF3WVlTSDdrTHlMbkFmKzdPNmxVYU03Tkxjb202NnBwK1lxdngzUUdxRGVDbDd3dXdZdkVHdmdjUllZZjU4NlZkSUFMd3lBdGZXS2NOTUx0YXVyQi82UmI1MFI5cXNWWGR0M0R2N0ViL1d2dmtOM0EvRGtTTVdzWWVwTW9OdEdyUTNnZFZxUFRNUi9LSE04eTNCY05HNDVwVWRkOGJTUW5wWC9RRWV0cS9STHhMemVCWjJDYzRTQWJ0Z0UvcENNRloxZ2FDM0FhQ3ZwUU56dzE0V29aT3dVTXVXNjNVV3RlTWRXRFczeG5VSGFvUTdvWHYxVXhDSHdXeFJ3ZHNJK1hVajV0dHFVenJtdXJzNWpGREtZQUVGVUZZRGZkaEhlT0hXbUtoQ1VBSmxRaE1aSHcwWHVTY3daM1Uwa2M3NDZoeGM0ekZTSE1EenF6U1hQR0liMUpIMUNPcjVEcms1cXMrenFOb3NXS3J0bTZkYUtCMmNiVlptNERISVkycGZBUVpyRnJUdEJyRHYwSGFSSHc3Zk10NUpUN2F1N2xmQmkwcTM2UTRnb0NDdElrTVJNeWc1aWFzeWNNUFVjaE4xSVVqM3g2MEFKQXY2R0k1akI5RmUrMHlTMWltR2pxWTlFaUJHYldJVGQzYjRxNEkzZmpla0QyN1ZUWXdVSHErcVFxQ01jTC9Nb21MZlVsb1laZG9KRlk5TGhidlV4R203aGlYWDMrUGNDcUxvNk56ajdhSlRFMHIvSWJhVWhEU1B3NHFVblNjdFJmbmNlRG9xc1FqVGFyQzNyYytXMU1UMmNKOE1YajVXczBNYjkxc3hyaXBzbWpUK0c5R3M2eTdxQUZlMEx6Z1huOVBnOEtqbmxTSXppSElOd1kvT2pYem56UTdlQ0FOMHRoYzRvQWxLVTR5Kzk5bWFIUmQvRnpRa2xpT0xjbDVYV21Dd3pPaG1NTTJBWTRQdFJDbG5FVnVOajNqVUFaVTJsb09pcnhBcW1scU5XZFE3clQ3clJNNVdTczdKemozZWVreFU0V1UzOEFuMHU5a3QwTmJZMDYvQThwamZ6aU1NTkhndjlrTUkrUGc2cTViYWtsUW9DQlFnRHRlbS9uSUlsZFRhT3NSbzJIL3ZrRmpuUTUyVHJmL2lESGFLTDN0SHZJSU9HYktoRHNDenNmbTljWGRacm1ITiticFc5ZWJ4VXUxZi9EaHFhVkQ0Z0NKaGI1UGw1eUhHSGRJR2o0U1NhOFI3c0o4TTQ5K2lIczB2dXJHclQ3b0xhUVN6YnlrVHRoNE85bHFWS2thalNVaDdPUGxnVStqejg3bHZYUGhEK0tkb3gwTG9jSk85b2R0eTVPYmQ2VUJvaTdRTDdhWitnWWlTalFsMVI1VnhwaksvMDlSb3BPS0tBTVJ6dm4xTkdrSGdJNmQyTUcwam1ZQStETTltbGcxT3oyb3ZGTmp1V0JGK3UrbTE4RnhFeHkwSGVUODZkYm5nTkhMemJRbUJUZ2tIM3FzVS9YMFhYR0NtMm1nbUhGZHdDcTAzR1BCcml5OWF2a2d1ZmJNTi93Z25kU2x0VjZxWkVrZFI3aHkwMGZrdk5XNFVLbXRoKzdKWEtPYUkyS09LakN6STF0cHVIY1Q4YURMdVpOUkFaV1MvK3k4aEVQVjRDMytGZzNvZ1BrMDUyVmpCYldVa1lkT3puWWdWQ2I3WGFra3NtMklsTitPZ3F2VzhxbWdtOEJrc2ZXcGZPZ3FiQldCRmNBT2kvcWVFMjRwWm9uazkzcFI2d2EyUStIcjlsaGRHL25IVTJUQjNKbm1JbUVtNEErbDZWcVY5bjZGeDlwL0lHQmdQMy9MZUhyUGg1UTg5WkovUnNwQ0R5UVdxQVdBQ3U5bFVtK0t1UUV3eW5mZEFlalRwOVJocUZVUDQzajMwb0VVcjJPZjhTb3JZY3Z6VlZUVld1VTJkeEhUWS92K3pMN2J4U2w1L0ppR3NnUzVHT2dSUXl0SUxqT2F5Y003cGR2dkJ1Mk5qTFRRakpObU1kR3J1OFRXY3VVUUw2UVQ5Z1NNOFRYYWVvS2NOSzQvZU9wOU4rNWh2SVZlUmFpMnBSMEZBOXNaSHRSOTJkdkpsMGl0cXFxanlZa0lFS1ljVkVLbXBtcEg2ODFGNEZHKy9tM01sWUVpai9xSnEzK0IyRG53QlFFbHFzL1EyWEcrQVVmVk5vOW9vMjBVdEJadE12YmlmdHlTUFFTY3lycDk4a2tzQ0NJd1ZIbVNUd2VmK3ZWeDdZUkpzM1pLTUtOWGs2ZlVpcWQ5cERmZDAySGVaclN0S2duVEVMTisvekxNY2FBT0YrWmRES3ltbTlLSkE3dXc2UkZHQXhaUi8xVDB2STNjdDU3TlIzMVhwTDk2dm5laFltVWtoc2gzeE1VWS9sekRYZ291ZzJwaEtSRkhOWno2YjJJREpGVEZKZHYvTEI5bXZWVFVtYU5lVFVMdG5Yc1lneUpza1RHaUhab1RXQ2R0UnRVR1o3TGZjS0ZiTnkwM1gvNkdWSzFsZTRBMFhyNDVzYVZGdkQ3WG1DaW9iN0dIbFlLbm42c1NIMWd2RkZEZDJuM3hUUHF6UU9uTUhGRWs1Y0VIcGhHakVrSzZzeUxWYldnb1luZGNWT0k5eGxzYTh0LzhZZUE1UnN6SWRLcG9tV3FKK3VkQmg1WTU2OHJ6WGkwRmlIcVpZMG9Td2dWR2hwZUlaQXlvS1ZKcUlJQ1hVa1AvODlva2JEeDJYaEJnai9LTm1ybjVCaFk3aENCZDNjMWsrcVBmb0Y4eEZERWY5aGxMVE94VElrcmcvWldiMVVRNXBxUGc5VmZsbDltMis0eE90UHVvazIrNHNuM3pSQmk0RFNVRFdCYStNWm4zaEJrVVFnY1lvOEhZU0wveGpWQnZ6eGM2TDk5Q2JKcmU5MlkrUXhhdEg0VFhseEVBaXk1QmZKTEppUkE2bGZpZUdTQ3ZrSHBNMGQzTXlwb2pGQUd6aVJzK295SGdiZkF6Q0c5ZnBIa2FnZUxuL1R4YmhtZjVYWDIvLzBxVDZ2ODFZVG9OQmFnelBzU2treWxYZjF0d0RQaDZQVmJiVUZGditHWnNnT3RTbDFZWmFzd3BsSVlaUmZ2WGRuR0MzRmhFZ3NpT0pmMlpjSG5yM0NvemJUeWNXdE0zMFFXR2d0bXYwWWF0dWRGMFNhTjF3S1lVZzU2KytSaFR4WjVtS1dEQVdFVmVYZi93Si8wUlRBUWgvaWNOMTVXQUphVDE0d01qQnZYSk02RHpTbXd4WW5qaDJWY0VyY0tWMFRCbEw0VVdtTjFURHhpWXhNeWJvWTNTaDN5UVdWZ0N0RjlBbHBndFNkQm1QUHl2Y2drdg==', '487102828_18000472280753450_2535844133708008204_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-04-29', 'image/webp'),
(154, '2025-03-26 18:21:18', '18074286289768081', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'j62VuCHC0zI7pGYKeSvFdmpRbm80ejFla2JKbXJSRkxoVEhCU3B5MzZSRUgxRHR6UEtnbGk0NDhjSld0cG52bHpPczVvcSsyTi9tbGQ4Mnp1UnZ6VW1jNzRIRHA2UlFhQlZLTHBDb2NuOGZpeEovKzB4ZTRZRUVYdTFVWDltakEyaVdtcCtNV0phQ0V6cWJkWWNySnNLRHNtcnhqTW51Z2hzMVN3YjErYjVBdzRwbVd6eGpvVzlRUHJVQkpWVThiaDVSbzBQc0hiT0JJNDNqc08vekdEMVNlU2hKelZvRTMxM2xBc1RXWGxtYWp5Vi9KV0NScDNjd0R6L0JaT0ZnVHFMenprY3lZWUs1WGdJQXlxSDFQWVg4THVCOFVPRHEvRGVmY3dvTGZ3eTlnTmRXaUxNSFF1eXNiMisvME5jVE1uZ0ZYWWxsQUM4MnYwdEFIZEF1Q3hidFg4QjZCV2RNdjlyTVFKblNuVy9JbWdubzRIaGZrNGJ3b1pnL1ZFNmxoQTQ0NVhwUjlFWkpKTkcyM2QwMFhwN3NnSDFHdGFDMGkvOEM2Zk5IWEFwcDZYck5JMHlFMDFJV3NzcnJKUnNJOStvazd4cHFoWnlwZWp4dUErTWlaK2lkTFBwcXBxUU1KOXRpejNmMEpqZnlZcEp4T0MweGJwT0FwQWZ3TVR1VGdZL0hwczRna2dZN2MzdkxyYVJtTWVsQkhvbFlXTkRibndlc0ZYMCtDSFFFTkgxMnl3NU9vdlBMR3JBWHpwV1BBL0hvKzF5eisvSTlNWUZOak9oUjh2akxtWEhIbzF0Tmk5WW1UYlk2RTVTMlI3cjhZM0lkSTNvMVFCL3g2WUh1NnFobmQzUGZNOFhQMHo0eU50dDBCMGJ4Y2ZxMy9WbVV0SXljMUs3MXZrQ2Zuc3VNQUZLRSs5cFpWUDl1UlZXRlhJSTlJbnNsZjdBa0VDZUpVUk1IVWVNV1FrU0N5K0FEYjhwMXBDNzAzRXhmQ2N1c2RvMHFOd1Vsb0lpZi9sUTUydjFoQXFnUm9YYUNIUFNuSjFPY1A5d2ZnekxaK0xVcnVTazZQNjFjRUZNRkpWUHBnUzJMUEEvS0wyeTRkSS9zVlRJVTRzMFNUQzdmekpCL2xCUVJRMmVGNWxtdWV1QktoQ3l2TDVIY0ZRVElRcE1EZDdtVjNBTjNNWTdEamIvREIvUzJKdzdLaXJPRkhXUEZFY1MrMmttUGlodDZXSjhuOWN5R3doL3hwdS9mcVZHamxZRStjbFQ0RlUxaW9ZRk9HK3VXU3dFSmpJalNoQmxNNlkxOFVEM3lHdHB6cjBSSzdzMW9ZWWJVRVZ1OVdFeStpUTdZekdPY3M0MDNQMjg5V0NOSm1PRjA3Sk5nb2NTbXo3VVJ1YzN1bzlOcitqZ211NHBwQ095ZWZ4dm84bDhpL0dWZ2FqL1hwV2N4QThIVUR3TXRHMWdZTHVVY3NDTXhXR0M2ZStVZEhVZTZXZm9Sb1hjOGVwdFdZK2VadDJ2ckdJRlV3eG9VVE5za2Y4N3FYdlExajAzMEczTFJHYWd6UEZyekhoWGhCVHM4ZGlDVVE4QUIwanJBejFZVW9OeHc3UVFOM0JqSWI0clI4NnpmUlU2SCs0UGlWV3l2WWV3UE84enA4dDI0bnd0emY2MEpwNGtjVk9DYnd2TFdqZWRudDAzSkMwcmFWcThNMG12UXhBNCtjMXNDUFZWNmI4UDd4cEZwNmxjWUZWYmRXK0hnOTFrbEdkQ2hic2c0enVteitrVks1dVREbm1qMVFqVnZkSUE4SFBweDc1bUlzZVVtNHNBL0Y5SlZmWERJcG1uSis3cXdwbTFNYUxjUmdaQ1poNjkyZTl5NmIwenFXNVJrazgydjM4ZlFTWitQcmIzUWZ2NkNzc2FGdVhaUDdrYlEvNFdTNmhoYXM3TjQ4ZUYvbnh2L0gycitGR3lqQ2VEeWpMaTVSbmo3UzBsM21sRDVFRHdVQ2t0cEVwZzFMU0N0RHllY3hTN2xmQzF5UXgwMTNmdTcwTVF5cUllcFlNZ0wxWDFicnVVZmpZNGU2ZnFyVFpGeUFvVFdyck5VZEU3MG81OEtBUUJZUTRaejh0cHdhTk15MVVDY2IwTHkzN0NjY3ZJZVJlckgwWGdGeS9jM09MSGVSWW5qQTVSUVJQcmdodDFNZGVQd0p5RzFBeVlsSDdJUjdyTnQxR1pCaEoya3YycVp2TnlmS21kcExGTzV3M1A3WGJFQUZBM2t1NjhUNENxYy9MQWVKeGtDTTRBQjZTT3RTMit6RjVEZWd6RGRVclltRzBSNHZINHhyUk1pZEo1Y3c1cldoZnNubWsxSklPRGxxNzVhMnpycllZWjRsdHNGZmpKSFlhMTNXQVdMSE1vcnQ0WE16bEUrc1grQjZnR1R3cUFuN0V6ZUthdmRkNGtvNXNBSnVOSUxUa2FGcmJDQVhudlVDd0FuUDUrWTlJbGY3YXVYN2NyQ3FCQ1lDREJFVVFVVzRoQzVHdmZ2TkJRWm0zRy9SVGhGT2xHZC96R1NtWHFUYkN5M1Y2cUFUNGpTcDI5WEZIYnVUaUJ3ZC9ZMnpoWU9RYnRGYmFWUFJnbHpXUnpkSHdZNGpSR1ZDZEdwM0xQdzhuTjJPV3AzOGlwY2pFOFptbFhUL2tEQkdQQ2R0TG1VdW1KU0JQWlJRWUovZjR2NkRlZlFnUDhCL0tIdlJQa1RFQTZvSHc2bXRzTEpuUFJhTi9aRHBxbHFkZ0hPQXVLT1FJeFNCTkRiZ2xsUElkZWd0UVZOVmFMMkJyTmM0YVZJdHB6VmpldFFNdTZXekVCMU1XblFyYk5zUHEvRFRGUmVTQmFvWDhtRWRwSU8rTmFZam4vY0doUjNCdmlDSmlrOGYyRVRZWEhwbW1IazFxR2c3cThDQVdsbm80eFl6Q1VWRkZPbHdyZGpmQ3ZQUFlicmZMNkc1Zkt6SGJnYzZzd2tOU2pmNkVjUm1Qb0JaQWd0dnliSUFVWWQySDZmVURxWU8xTllqcnBlYWNvM01lVlZGeFRRckhJM2JZSSsxSUdSUnE5NDA5TlMwY1ZTVytpY1FJK2JwdVpKZzVsNHZMVkh5alRvOUNGT0ZhL0xQTXBaT2tVbW1CUmdJZTNnRXJ4ZmlicVpZd2hnOW5kMnE4STJvQVNaZnl3NGtBdXFWRHZPbzFFblNBS2k5UXJlZk0xbENqYWMwYkkyQlBwZENsL3drZzUzSkNmeW9SMGRPL0VTcnFYT0J5bm5aWVd6U3RyanBESWhXNCtkZ2RpclNPMjBzNERESU9TSENuOC9jZWlsRHR0c1Q1eUEzTHoxUmk5djhSNWdKMkFjcWVjSkVDcTU5Kys5QzVlaGc3clhoY1QwWFFQR0RXN215NHFQMWQzK0Zkd0hSNGZHWE5VMDh6WmVyMkJkR21hK0JCK0R2TVdGM25MRFQvdldNZlhIdldsRUlkZStza2N2anBXUGhKazBDOWpVdE16VTlWRHNqRHBHUkhSVk5qUzcrdUxDR3VmVGFtLzM0U3dSWnNrcWQ2Rm1sMk5zdmw4ajk0K1cvdlRLanAzR012U1pHN0IrSDkyRHJoc2RuWWJqUDBYS2ZVVE9jZ0tQR1ZIRFRLWTlZNTNGUmhDT0pXTlJqMTNnekQvSXFxS0NtVHRxRzB5TW42TU5DcDhoSk02ellUajdNajRQYnl5ZmtVejhBZ1NWZHg4TE5Sb1lPMnlQUGVNbXZiQXZMMklrZW9hUTEyYjV5M0dGVEVVckZEZlp4c2d6VFR0cjk5cnlRMzBBUmgrb2VRc0JPWTdLWlpZWTFDRGQ5ZjFBTlZJUDBMWS9nNzI4eDU4Qms0dTJMTDVvR01xV2VhZll1RFNCdHptVzd5RFZTclpaYWxSTy9JSnovbzhVTU9DNXhNY3BEZ1FERElXUG1oM04xRERDWUMrTE5jOFpnUnVvL1Rkd3A3dEJpZ1RXTnJhUFJmU1VsV2ppVWVObHRFZXFOeVkvQ0lLTVhwZXlsZHA1d1g2UkxVcFhxUHFranY3R01lL0Q0OUd4KzVVeS9yOGo0WnlQMitjMG9HZUtEc2lSMENqdEZqQU1NSlRCMGc0LzVRVkUrSTBaNGJZczlkdG5GVXpYdmdxRnRVcDJrcEh6Q3gyY0JuNGgwaXFjRjZJMFYrMllBNVl6eTVyc3dqOXRyOHpTWS9mMjJ1N3YvbGh6aW5QM3ptdm1jRzhUMGhCNnlQRXduZlZrWXhTUWxlcHFrQTRvbTk5aGlSeHc1STRvMHpmTWc5eTYrWEFWTmcxKzIyanY0Mlh0RWUzWDcxWTNzRTlZbTgzcWVsRzhReDN6U1k0cnZjcWhYRXdWMUpndTZ6dE9qeHcyQnppdUxVTXUzZnBPWFJ1WER5V3pqRnVWV0I3T1JaTUtpNWh3MzltM2s4bmdKVzRNY3dVclFCWXFaSWRTNDVvM1FkUXZ0VERVR1dpUGl6eE1obWpnWDBTbkFTWVV0bUZTb2k1Qnc0N05wWEpYaTZseER0NWFOTU1JZ0VuZ2xOY0lXWnErMHMxbm45Z1FCRHkrbVAxM1VqU2lOcnVybU4yc24yUWQzUkp0WndQMGVIOUc3dGRpTm1RZDlPR013ZE5rakZGNUd6QWpSdGx6dWtJdW5BYy8waTc2Tm9zeWozcEI0Uzg4VkVGajVlRDU2Y1pOSEd1TlB2ejliZUpJOHNQUnZKbG04UTBMcWhjV1d0WWJnUkVsVGJQaitQbjRoMDkwaWZxN0VlMmkwWVhsWXpMeVVaMVFZQld4ZHVzdUU3cXE4dUF4K3JFZWhtWk5NWUlJYzRuZjlabHZ3R3dpUW1yMWhtaGI5cUR5QXVQTGZReG1GUGp2SnpBdVBvUW5tRitodUpDRExsYlpFK0dLcG5vNFVNUGIwSUxPalR4TnlYNUlUcWh5QWxaNWE5bDE5Z01mckRIMXMwc3U4SnB4ZS9qU21Sa0REVWFiT25EWW1sUDYxUkdCRUR1WnhRczFUdWFXemNGZy9QL0RHZjZ6L0R3PT0=', '486734378_18000552158753450_346694867687587892_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-05-01', 'image/webp'),
(155, '2025-03-28 18:36:56', '18022731812658415', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7sHtuipK5itzok2a8yIi93JMNFI1elpPQXVySWlSZXo1Z2huYU81TWpCdk5ZYnJXZmZEVUtOS3JjTm5nREluNk9ZWHJTajRCaXl1ZVpUS3F4eFRCNWwvN25Yc3FhaVh3c2RyVzFMVDlQdUY4ZzJVV29NbzBleldZKzV3Z200aG1qbjlYRGxSWHpYemEvN0M5dnJEbEhvTit6Zi9qOGsyaDhucE5aelFIOHJnVzVqQVd4SHp3VkU5eWFNWlRwYk5iMU5LU2dZZ2tnTTEwWFZMOUhvTTFFNzBXVjZ1Tm1zdHRhT01XU2lvOTVSOGIxZzJXaTZyK1JPMkRVSzlMOVVEUE1GRFdpeG10VDFhVmRJT0tTQzZqZE53TU5UQVFxNzNqWE1KdVBEUkxHQnMxdGNYeVJVMFJIam0vcSs3QlVWc0VKN0hUempjMzZrMU5Wa2RyZHE1YmRtdlEzb1JoSkduTjMrd2xQdkNoYWZ4YXRTTGI4V21ZRnR1YkhMcXZnQnAxYUd0OUFyK2lDeUJDbm5Gd2d4YTJ2TEp6QjF6ZzdsQ3Z6TFVCTkFEQ28zRTFoMThwVHp2cUphQ0IzeXlhY2kxSnVRbkdNNmQrWG5kMmxuQUQza1NIQ2wvci9TKysvQnpCRitiYU9LYjJ1VXBWQU5rL0psVGhQYUc1bTdwN2pJcnhNd3JuSEVQTXN5YlFvRFR5dHUvVlk3azQyckk5TTBCODdVbVUxT1RDWXN6TitxZnJMZXM4NnAxUUN6WkV2Z2lYM1FMYW9jVko1aG40eVRFcm1qZ1RkdzVkc3hXMlZ2N0lzbllISmFESWZKK05mMmNXcnZ3dkg2dFMzWnNjZ3ZIUEx1TEhEYVFqZGxGb0NNblRTL0ZWdE1LUW1RZUxqTWNVRGYreVJPUWh0VDZjYzhKbEV6VmVSVWtBZnZHU3pzM1MybWxpMnY0NXhoT1ZCQ1cvU1VpVVJvS2diYU5iSWZ4MEpmREpDT2t5VnVadEtLYndVb0NyQURHczFNeVhwV2pVV2tnVnl1eU9UV09nYWlaSmpuOFhybmhKb3ZqTHMyck5wK3lqa0lFN1liVUlmOVRzcUQrdTEvZ01vaS9KZ0xxa2dmVVpFTW02bHVnc3orMGJJRFIwZm5GMkFIeURlTWpqM1RMTW05Z3lnc0R5TG02U0E2V1pXd09PWkYxSGJqaE5iS2hGYWpuMlIrM3ErWU9Gc1VRaHB6bGRkRHVQdTZ2Q3RpNnBBNmpaOVdPKzMvNDlxTWUyNW1QcVNSbmFaYVZSOHpPTmRQcXdCNmthTVJ5bUtpOVBRMjZhR2V3dytYNlVsdDZIYWgrSFoxVCt6bi9qNmEwRWZNUjFwcEc0UGpkcDRnNlVacXlBalp4OXdkNEJpY05nSzl6TzRac1VRU1dBTWZ2c0NsRFg4c0MzMnNYdlo0SzBDN1hVNTZma3hFbFBrd25lOWFVckhiajhpTG9SN0x5TGpoY0NldnQ4SnhSR0N6TXk4d2ZFVU43dG5kUXZqbDV5OUhMcVhyQW5PSnJpaE8zbVE0K2w3ZDI5a0hRdjJZcHpiTUhPaHdrdVlLcjc3M1ZtTDJOVmtDT2xVc1cxNDVMU3c5SWtnZzZHRHJSYVBBMFI5eld6L3ExQWpyQmEyUVBnak9lR0QrTDFYZm53bVpuc3B3eFVwc1hoWnlyRFpRazE5bEx0ZEMrK2JvbE1yRjJ2TnN6WUh5OUJ3WXc4UzhOOXV6NVFvdzZBeUJWNHFqb0huSCtGZGsvTVlQTU5KU0Z1bjAxTTRWOUZMYzNYMEdoRFR5emxmaXdhZlExcTlvTGRVVjRXb0s4OWpueXk2eWZBSlhBcXpXeU1GMWw3LytFMklKZU1IeG9XeVhEcjEwOFgxbjNXS2YwUmlTVzY3OGY1bnAxbGNBb2c4bVpNRzMxdjdlSmhwS2J1WTV0RndXeHVRT0FqNURnNklteWZNRUtuTVJEbzFJNXIzR0FnZ0FjNG9KUjhBMHgxNFZKZEdGSFpsMEE5OXYvblVDaEwxb043OUQrN0J0U1l6ckp2S3BIL2FZQTVKY2N1QXA3azROTDNHakRvazNONTBNdzUyVEszUEhySEx4VlpHMnNEcnBpS25uNUNnamRCc1BNeExSUVEyUWpTYlpnNzBDRnZCVDJnbko4V3B2ODVGTDhmbTdyWTl1OWc5VWJ5Nk5xVkd2TTgvbVpPNnAvSVpveFZ1b3ZlZFgrQkdROUVxdlFPa1NlUWlaTFgvdElQcTlCU0pWVFJqNFVDd3Fud0ZzT3o1dGgvYms3Wlc3SzBKR1ZKTEwvMHhnVDE4V2ljNE0zRlVaZUU5Qm5xZ3hFQ2pOU1FGZFN6ZStuOENIUisvcENkeVE3dEoxcUwxREhFRGQwUTRXeDdsZCtLSHp1eEgycXg1MG0xUTlPdFZBMjBGYjdRZGFYaUdId1J4QUR6WGM1RUpacTNLcTROR1FKL0NoeEt3SWVlN0ZSZUtOcmhUajQxd0xvVkJvZlRWSkcrVm1CcXFQRjJqdWx3ajF2Q0ZKeFgzYzVTTWhKcWpiSUwrNnJLdURLcmI0Y1FrNEhlWTFTOFN6WTFLZ2ZPNTVJUTA0d0czbCtJZDF5UzQ2Q2xFdmcxSVVPaENVQTNWNHhuZnNESmpmYVVrQWk4TGlGRDJkUTJEQnhWVUJvTWxlWDRBdjVTQUxZcGdKMFF0WDkzajdFUmR3U2twL1RhNURGY2hwdFpDYXlscjBQaS9TSHdDb3JSYlRnaDdJMkw0aSt5NkZpNWRzbU9ESVdWbFVwTzFLVnorT0gwSDRBNUl2SW5MSnk0THBnRTFBM1Vob3VxaVExcDZVRjFrMWFMUGdCOWdORE1rVExOalF5bEhaMWU0NkMvS3ZKeGhnd0lGbkdiOFRLbFhvVE9JVUxHMEJQenU1ZU9XYzE3b3RNVDJ2c0JyU3ZyV0pOTzdYRlBTU1BUa25YajA2akFGQ2w5L2hmdnpsWXFmS3EyRFkzaVMvZ1loVEh0R1cxMEwyNG9rOUlWTkFFQ0ZrelpON3VJSGFlbzdLR2tOZVJEczhyWXFsUXFPaUVKUklJeVFqeXhvL1hvRkVQNVBuaEVxRXJhWThUOXNaK04vVndkWGhkaTlJWE9jbmU3Zm11bWdjUTRER1Q4Si9CVXlMaHdHd25sL0pnNEpUTS9QdGVMQ1lVb0NTdDdpRmtMeHRZMnhlTkg0NStKMWhiR0huN3B3REw0OGtTcS9rR3VTaTRqUmJFTnBpZzFrcDhKNzZKSURNaitJQWtNQk12eWczVXM3eDJXYlh4ZG84T09mc3NJZW90NU8xK0c1VUVFSnpCM3BMb3FjV3hWSlBER2Nva1dYOS9EV0Q0Y3g3RHQ3blNXSU14aURBS0JBTm9PSmtxUEplajQ1dWYwV2g1T0cxeStvRTFmVVB2ZE9BNFJCRHl2M2kzb3c5UXhDZXhHT0RWV1NYbVhnUGhCTnZmb1RRWXRONXhXbUQ1VVJqVjRSaGN1U0RsMWh5aldORzdQWFlsR3kyclQwZzNXL1NYMUNvRGdoeVU5SjFGU2J6WlBRTDNZV0p3Q1RscFV4QVNlQ0Z1ek1oeDVsZ0xZd3FZVkI3QUVVMXoyOHVNMHhWTGR1a1BML0hyd0dJUzBJdmd3akxqMkZpMVBGaW5ZQTlsRVA1Y2lIS1JQaGkwdkMxNVFGdHVUNVZUeWxxeHVVZTlGcnI3NThWa2liOERPZmpzUHhqQU44cXdMOUxXcTBHajk2SGdqRFB6RkdBMzZ0UzF0VjhRNHlWNFdjczFzL0FURDB3SSt0TzhqbWFjVFJOaG9Meno4', '486109452_18000766133753450_5877891583169167471_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-05-03', 'image/webp'),
(156, '2025-03-31 18:36:48', '18135415831404022', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'mzVPXHBjvZTDrUZUkMTtxzFmSHFOVXp4enM1Mk0zTFROTkoya0g4T1Q0T056amxaUjVjcUc3Wm1TbUx3NWY3WStDTFNqL2I1WlBsZ21pZll1K2Q0cXlrVTFoSjlwK3VnUU1kQXNVb2VrVUtBWFdOZ1AvT3hGZVRWSFhabld6YnRGNlZqVUIrZXZjSVpPQ2swWjlCeHROK21zMnRiVWF2SVdkUUIrOEp2RS82VUxuNkQ2SmdYc3M3a3JjSmZMa3ZrdXZPSW5xMjlXZktLY0VTS3NBWjJNOFZOL0hncWx6YUphbFpQS3BaRXpqekttLyswb0VpTGdYZEhUbjJLRENNbXhNcEwwTDRNakdPQzFjNGtUQkoyVDM2UUVXbTkrTy9aSVNJQWs5SnRrT3A1S2lGaTBPcmZqUW55ZG10VnVyY0N1WHRGZFZCWEVlMHdpaDI5SFh6R3VtcTRVN3VKM2FzSDYrYlBZTzJSMVNYcTRlQSt6OVZ6RlNQNDZZbTUra1lWU1dpdmJUdkFiV2dFbnRVd1VCTzFyWFo3VnNzZFE4Unc2VnV4RHozdExIeVl3eU9KVlp5bVpOZm9uWDVzbWJrZnlUNmZ2WnlGcWZtZHlDUTAzRVpQRUdoeUE2U0dYR054U3hZeGRnN1FaWXJyaWNUSXZ3VTNyZ3QzRWdybHpFTjNGV3NxNjFCWW1yQ0VtbWU1Qlc2Qk44SW9mNzRZQjZ5VUlJYURBbTNUNGZpQ1R5RmFUOGp2b1NwcEdXSVg5WFkzYVRRU3B1QjRSVytpc000M2hrU01zTHRNL1RUSnhlV0o4S2dvNk00bXZpbGcxNXNOMFB6dkVqbE51emZoaW1WQWNZcnAvOHFIL0k5M3l4UjRMUTlzZCsreEpKeU5SQTVaZW9URjdKbjZLTDFwMGtrUTVOM0E4bmJlV1lTU1Z4NnhYeTBRektVWThHNUNNazU5bTFIMWVQWGxIVDU4WVZVbk9KMDlHWjBkbzhVb3hyc0tPaW9YejFrL0hYdkE1L1pMemFmWEk0aHJzOW05ay82OUJseXo3RVdaS0dXcUN5U0YvRGx3MHpmMHJneHB6ZTl6N1k0WjJOckRlb1l0Rk04STlERXk2L2xoTzE3TTdBdzRSOTlqaUF4clk5aTl6bHZQRm9YWk0vdFdkVEIrbmg4QkRYdjUrd0dad1EyTHZQbVZrc0NUdW5QU05pelJTRzlvczlLU0dSanVqeXdldjBQTzExQ0ZZZmdEQUtGY0QwODF0RDcvKzY4eTRIcDV1cFVubDNqanBta1EzZnhRTjVWU3EvVmhFdFJDQi9ad3ZERUYydHI2UmFTNmNFZzdoMFJVcVJuMnZ0K1EyK1l4NkhTMmd3OWcrdERZaVppVWZtNjN3NjA1MmN5NXlabXdsbEc4SWJDdlRnSy8zNmdsVWRUSUR3T2o3RkM4ZytWMnBkZDdkTTlqMVNCRVQxZ3NBcHR4cFNaajJ4YmlSQ3BDQlZRbXhLWUZudE12a1EzWHZDSmwvZllrTytOZktoMkNnOFBpY25RSHpMSXgreG5UaDV4L3VRT0QrbFJlcVgxVEQ4cHBrbVFRemVoalRhNExDQUpKalNFbnRRdjFZdG10WVR2czdjRStnSWtBWkltQy9td05YeldSYXA4VCtPZUtSaEVVK0ZBQXZ4NnUrQTdpVDBvVXJtdUR6K0t0RXdmcGxGZ296dE01aDlUVTE1ZWFZNmd1cGQ0MmlZTkZSVUhVaGM4c1BwV01UejhFbzRQU0hzRzVwMkFhWDJGc0xaNTJ1S3hRSWUxdStWZGpQMllWNkJqWW1tY2R2R3lORmcxdS91bGNnTHNMQk45NjlKYi9NaUtUYUZRaG9hR2JOT1ZlSlk2N1FaeisxUVRtMTlwS0VSUU5xMVc0aDB5bDE2aFlBYkRrTFJTUEFzMVNDc0pGbmw5ZXpUakZTSHM3Y3FKLzVSZ2swakVpVXY2OEZaTzdmNlpMZldXK0xxYU9uTmZqWGloQVdjNGtoRjN5OVhvcU9QTmF5d2dnK1pUNEh2Uzhzck0xenZqZnFhdGszbDI5bFdKZUF2ZzB5dmhOa01KZ0NTb2VlRHJkTUFKUGQyZlFqcGlyeGZ4UmczRFZuZUQ4R0xEVUFIRERXdFNHNHhDSWx0bjJibnRSeFdTdWpLdG1HV0k3N2UwUEsrSlZhUTVwd040dGljVmVYZjJheTV5VzExZHZhWlIrOHhBRmJxQmRLRENwZ1JJWUZnaXYrMnhpK2I1bFB5RXhsK2lYa0RhZlNlTEF6MUZpOHVmMElqTzIwUE95VDFkMnRNamZOcmxpL2ZyVlhnNkhxRTFkY2s0ZUZJZ2lIYVZWaVpTaXk5ckVjSlVzRFZyRm1IOWp0V1hlRVpITW1YQ2pTOVR0ZnY1dWJmUVdrU0dvLy85L3V0T3RXT29Fa0orS1N2RUtTZW5wLzZITUN5U3E3T3l4TEppMzdUWk9MdHp6RGdzZTdCV1M5YWhqczRnUG5BU3BTTzNiTHlrQnhneHNvbmlUc3hNNlJqOHJkN25WT1BvblhaZ1JIcWVBMDJrdlN6K3A4UUo2UEJVRDViTDhoaTJ1cWxIQkdWeXhvNmpobGUxb2EwTDVBb3BKWjNYdHVxbVpMRUtUbmVKZE1zZGFDUzNhRmRxcEFTN09jK3FkUnRCU2lDV1MxTnR5bGhMTzNNQjRFR2tPUEhIeDdMZ2tQYTlFclVNNlpBcjQ5VXorMHJhd0hjUkM2V2tSYmphMS9wcnl1ZEJOdkwwaTRVbGlqTlgyVlRTQjlHYjdrdkNramk2eXhZcTZtcjBJQmNaakdRQXNHejFlV3kwYjhObEFCVUNoaEw0c2IyV2doV2o3YmQrQjE2dWNvMS9jVk5jcytWZEJteU45Ri9VcjU4RFVuaGVyWGVrSHdFTldEcnlTR1pvOGc5ZndoMFljWlQxMmJ2TDNacWFnd1hLMTRHS3h4SjE0c08rYUkwQkQ3cE44cU1Ca05hcHFoWTNiQ1p0WW1pSU5MQ3FrajVwQmc2UXNkamJsbE9KY1RXekxKU1NkZ2lFT2lQMVJRWUw1ZXRncExaaWZPWEI3V042VUNtWjJJUDlIeDBhaWNnb3huYlhsN2ZQb3VMcU5MZDlXS2psbXVxOGRKdS80aW1iQVRKQzJwMVlBMjhycnExV05saEJQVFRiVG93enpSTWFxNUdsZzdGVFpJREhGVmRCZUFiWmNWYldBNWhTRkgrcWgvU0V0cDJXZ2NqR1QrSVZiUXRJWEZJK29DWUo2a0lOUlp3Q1ppTlRqNzduQjBPNzVQOWVTU2o5djhIOU9zSy9ZOWJpemhxbER2NjhTM3ZsRHExWEJ4WFcwbDZGcW91WXpWemFCQU5lWUZpQWFpbldkeDRlRGpqaGNmcDJvNXczbHpUenZvZHdrZVFnSkU5dkgrdUREWnVIVTFiQ29SbEJheGdkS2VKSnlHK3U3ek84MTVlaEtNRVQ4S3JJTGZHTVZmMVNFOG41Ny80YVdIZGR3S3dqNkREclRQN2RmbjRnbmJaL29xejdkQXN6MFZ0L0UxN0Rqenk5OG9IMk52cnIxZlZpK1N1Z2hJMXAvL1F2dC95VlhvazhnTGJKbjlQZlptTjFqVkJxTDZhOWlSdGRkQ212d1VUWnV5MEQvYmxSNytGOUIrOVhnTzc3WnBsMDdyUzc4UW5NK1hUZEgzUHFNME1OMEpySHhGQjIwTG9qVU1Hc2hlalEwVnRkSVdLdC9ZWDJqZ0RuRGhscDNkYktMc09aZncwTHBWQVNlY294SW1NYzgyMWxKWktJYkdBb3E2VG8vL3VaVWNlRnBhNXJBU0dhRWZFOHJVQ2d2bUl5RExiYldHUExGdHN0bVZ6M1pOYjBiN3lUZ3BLU1dlK0I2cERMQ255d0JrdVFOaFFuK0NqelNVY1d4TWduNXFKNk5mWGNuaFZnTEl3L2kyZjEzM2pKUjdTTFNkVDJqWFVCNUlpbThtdUh0MzFSNkcrcHJxTzQyWXFVLzRrVm1VUkhSWDBCdXJTdjYvR2x4MU1Xc0JTTC9Vb1BvVDdXRThuZkp3eCtUMWdyZjZiZnkrckt6aWZOOVFQMnZMR0FBc1RkeHNGVWpkZndrVTcyK3ZvWGxnYlBUZ0V4aHZOWUE1ZWtSbGFleVQ5c2U5NjBROTdzK0NhdVR6a2IxY0xpVlJFcDB3bkE0LzBYUng0QTBJNFI3N3ppWXM4VW4xeGpLam1hZVRSSnNZb2t4Y3FUY2UrQTBQNUp5UU9sdmVyV09IWGNUTnFlaGkrTmNRVEFPc1psSTRPaXZ1bUZvVmxXOHpEU1lkUERGSit4bHFpSWhMR0Q0TzU0eTJ5ejRFeWcrcTZyaXVLMTFoZEZZWjJOK0hhdi9pODlHK084T0ZkS3RQR01uRFRBWjFDVnRkY1V1MUxaeHk5S3JiTUdGVnRJZ2Zmb0xJRzdVZVJxajVGL1JqeGZRbVBudE5aNGN3cXk0ZXp5U3BNMGtIc0ttVEplVkU1VklVSjNmRUtobkhMcXg1V0cwQU1CUU5Oc0NwdkFqNkEwekpIT3h1T1B1dWRmTkNKMWxNZ3VLbTRrc25xZ2NJSkJ6TEg4ajhmYWVSNXcxeFNpZm9KOUptTXErV0dVTGp1bDJZZEo5RzE0UUZFVnFXRWtWamk0eXFRaGs2WThrYkRidm1hdXJDTmoydThKZXc5c1FhSlk4SkdFeXh4bEl1TlFsRTNXMStHbmlmVE9PNnc0a3V5c1lkdndxQzIzUjRDa0s4dEl3ajNXRWFzSmo0MFpUSFpCSUhjeHRTS05NVGtNUmtvNnBYUGZWaVhLT1R6R2hIMFdUa05XT01uVGV5T29DWTBpN0d1QzRINkVRVEFOSkNmVDA4SHFyOCtoK3RLWDFqcmN0RFRBTTdCa2VYbUZOdGJkdXNqMlBQaWdkblpUejh6ckFmN0dJTWV2SXdyd05PQU15blF5cGlDaVBCd3UrY2JTdGVzVVNJeUZRTzVvRUtzNVFTMDliYnczeUY0Wk1Tam5wQm9oS1VxR2dydHJLZzhLUVJNbklJcDhsZFFsZk51akpOVEVqSlBxNlJ3PT0=', '486601567_18001124720753450_4791728041376969605_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-05', 'image/webp'),
(157, '2025-04-01 18:38:24', '18085325422625186', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'dT4ZMHjgImLQyg4JBJgc/25kVld4OTg4Vy94bHYrYldsVWw0SXBlcW9SNC83T2lUdkM1VzF4WkszUFhKZnpzditTYUFHbmVmWXpnMjYzQXRET1E0RktPSmZrK2x1NC90QVhkSE9qMUIzeGhwSVhxUklaRkxMRGg3NUJ0ZkxCK3hXZFp1TWNiVE80NUpITWhWVDloWmZhU1JvNEExMDJJak04OGxud3FON042dGRQWW5WMGFOWVhsQnNlYTNJTm1Rdnc2UW5XNVUvQmFKWC92T3ZXNkZvSVJBRDQ1Y3VvbDExSVlpTGpCU2dBa0dKTkJnQWgxSjB6M2s1N2pMeHV6WXU4aU9wQjFONVI0QTRnWGk3UVZ3ZFRCd1RuZll0U2RqcENoc1hUY2FQVDEyQThGUnJ3ZE1JWDJxWEl6VEMxaXN0VlJlbmtwN0xWTnJObWVxN3dzWVZnOVV6dXBNWTFWQUwxT3NvSzQ1dndHSjZFTkJPYWp0SzdWUVNJRjd6Q2R1UWl6L1hNRk9wNVJpUTJBRzVJWXdlUG9paWd0aGdySTNTMjdpcmFVeGMxVFR5TlhyYU4rMStJTHNyZzljQjM1Nis3aklOK291dC9HU0JxUEJWL2tUb2svZWNXNmY2RmpzeUhieXVpVXNxTnZNc25jVVN0d0pxNE8zY3U4eDFqdTQvNHJGRk1icVM2ZVA5QlI3ckNBaEp5WVlFSWRuLzBpNEpwT3lSTjZGMnoyVlE2N0hqOGpZM09LdXVnTE14eW5mcHRlcmtxLzJIclkrT1N6SGphTzVmWCt2MllRUml6djZBcjNoeXZJYmNWYmFBL3A0amZ3T0FJQjlxa1dkb3BoaFpYbFJhRTFJWEVPSWxnMU1vY3pzWVdSNGJhcFQ3RTlUVzhYS2VvUnNETHNHYXBFeWVLVFZRcDMzcDlldnpOdWd4djBHcTRmOXlnWWRBVXRrWjRSTnFxZFRqeXJ1ZjFGWkZ5Zy9ONFVURGJTa28rVWl0TkxqaWZhZzlrSFNmMUZaTkRHbFI2ZkNjbzl3VG5ZcFNzcnBPU09SZEtMMkwySlAweUNtRFJpUlVHeGVBOUVjNUVQZEFPRWJLdmlvZ1E0MDN1cndnbFNpL0dOYWFxUmVPSkhmQzhUZkNqZFRxQ1pwQTZLZlpWUDQraTN4UDB1dDZmRHZ2ZHZ6cjJjOHFFK0ZZcTQ3eEtleTU4QUZyMy9KZTlwOEEwazJTYlZIbkhjNzdKK3lKVjJGMFk3Nk95Y0VtYWt4WUFEaXNIOTFKSFNZQ0tWL1VzdTdhTnlRNnFOOGhhWTRCZ1lIZFlBQ0FtYnNMMmdLemdodW9jVU53WnlLYzdXNGJXNDYxUnNrc0QxWE1ZU1g3VzlZWW12L01mV0RtUE5xeHB3RENZbk5GWEVYUWd6OERNNGtzWnFPdld5NjdMeEJEdHhVYVUvL1FuVTRBeEdVQXhQdDJrVnpvenZkdVBJWGN6VHIvc0ZBTzF4ZXpWZC9pOEFRUnZhbGZYemx1L3NPTU05STlEakdnOEFuMEw3Y0tkK0VFT3ZDK1NLZUVYQSsvR0pxMUE3d2xJdGNCSllpaGpkMkt3NVI4VHYvNy9FNW45OUJqeGRqT0lsUUJkOEI0NVJSOVN2Tm5ZQkxxU2Y3bytSMVR4ODA4ZWdqM3hGVk4vMUFXSE42ZTZmQkNTajVydW94d1dVYStkcVBRWDg5MGFFMERTV0JpLzN2TWx6QUJ0a3JjM25tQ0d5eC9wcWtZRGZ2bzVlb3FKNnNhS2NpdmJndGlyNTdhRUczNWVMVFBSdHYxYmVjQUpFKzZmZjR4ZHdxY0xuZVVuc0dDL3llZlNDRlZnNjFQR0tnK2xsRnV4NzBRU1F5MmZRRjF6OW5OdEJmVFdCMlFVUHJackVveEY2VkU5QkZKMVpmdlJna2R0T1ZBY01TWWIzWUNjNXVhYVJUcE1sTDFKd1BVdEV5Y2luSjhjUE1ZdER2aktDcjhraVVRTzVYcmxWU1UwcFRSTmh3TVd2M1lCNFc5Y05aSHVETVBCK25sUmE4NHI4ajNUcVJEZDZlTFh2RzNKK0tQYzBBYzIvZWN5Tnh0WnIxa1NITzI1ajRBaVpVUXRybEtpakhYbUtvSGtGTUM4cmFZV2pQRG43d3RQU3c0eDhyL1RoZlcrVXgxVktDdmtqUXRxSFFBMW15NW01TEgyNnpQejVROU1sT3B4dTFxbUhOd3BNVEQ1elBnc2JQU1RraDNOV0FQQ1JqcnBZVnBMSnRLQU5FekhWQUF2TEI4ZTBmL2JOYWZxeGNsdmgyU0dDRFJCR2NhZHF3UDUvb3ZITEpWTVpFOXBuQ3k2NXRIZ0RsZkx0NTdOeDgyRGRxamJnbnJuQWhnN1dWTThsWHBVTXd1S3hMcDhGLzI1U011em50MTRWVUhTUXAvMU83VVY3SXFIc0pmb3J1MjM4SGo2OW1EQ29hRFhDdlhabkFjM0M0RTcxTHAwTjY3YmJKUG8wS3RTeTBZdU5BQUI4cy8yaGt6NjRYRWhaUVZFMStRYTJhbE5BSi9DMEZUNVRjNkpFNW1xdkRKSWIyZERZd0pGOGxSWWdmYXBRYkpQZTNMb0FETUI3bTMrdUxtdnJieG1qRE4rNVo0VTQxRWlMV3JnaXVlTklhMmQzSFphbzBISm9sbHdVQ1AydFBkREFTRzRDSDFobVRySmt4SU9xV2ZVZXlLVkN0U0ltL2d6RUlmSTV3Q1BlMUhZbElWM2dwd3BJc1NIcys=', '488010073_18001244435753450_7187466165833106311_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-08', 'image/webp'),
(158, '2025-04-03 18:18:18', '18170366968322704', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Bn87CuX0CSQo6ljt2uAa8lpFSi9RZXhNOHoyWVBWcSswOWdmUlhtVGdYRG0rMHBneVA0L1BYZFpOaGpxWEc1TzFxRFJxZmNmdW9idG4rLzRZMW91R3JNdnlvZ21nSnFVT1ZCMlNDWHlMcForaXpaL0F1SUx2R3krb3JRaGlDcXdiSkZLSkJzVklhSHN4Mkl0czhjSGplVE5zd3J1UkcySW95U29iL21pV0pYWFpwMWp6NWpQdXdUYzVuQ1RXRlQ0WHByeUowcHl2MklwOWFKVm1NNFZvZk80a2pxcHdFVVdCOG12ZnBZQ1ZodTZJQ0lDTDRhSlhGbkxzbFdvK0lkT3RNa044TnRHWDFwMWhKQVJyeEd6TVhxUVJiQnFaUFQ1TDZ6cGJqbDhvRUh6SzZNV0pBS2VQNGgyK29MaWwwVXgwdmdLUW9iUmlPV2FtZEpVdW5QeGNHQVZSOXRiTVVNOXRML1Fqc3VIL0d2dzdnREdGY0s5VDQxQXpzK2RlQm5nZ1R6OE9rWkZKUS9tdlo1ZnhjbUNCVytmMkkxS001YjRMVkVZOFBBWFRySzR5M2FIbVV0TlB4RUxLbWRnS25idllaeW9ndVdJUnlTTDFTOGttYlNLc0NJdzBSbHRtRUVZYjR3aU9NZG1CK2h2eVJCNVlkUUVMbHdINThLbGhvM1NIYjBsM2loQzkyd0FnOUw0VTB4VHcvci96dElBK2lPaFJsOFAvZTlpZWI2OC8xbVc0S2x5cGpwclQ4K2w0b2pUY0l2VEs3emJzYnhmcEhUTnhMOVpqdXI1RUVYSnpQeTZRdlloakllTVVQSFpOd0RtSlVlYnRNTEpIK2xmbUpJaExsRnBKYnYyVXg0RDhaaC9HNisrSC9QbjduMDJBbEhwZk9XakVLL1BoRlM2ODRZRm5NcFpXTWF6aitraTlEV21VdVJ6RWg5Y2VJQWptNzRJZTNSVVJ3cEgwTGdSMVVlUDh1SFp5OFdITGVncW1vS3VxdW1KeUpzZnFyNXl3WXF2aUFIVHFBV01QVG9pR1o4S1VmaTZOQyt6SVIrellYd1BleDBQU001MmphRTBiREJzK2JwcEd1MHN1WUpHRFluN2lQT3BLQm5pWStvYVpkL3BJakdyS0xrNGwweGo0UGE1bmtGeFdMaDQxMjY5aStIZHVCWVdxMjZtTUdKcXlEeTZyYkpVYkxVa01ZUlViZ2c3YnlES2pJWWcwd21qYUJxa1VleFhTV3BySTZRYlFqVUpGMEZWV3JwUkNyd2c1czlRWFpIRzBteXZjS21FS2dhbzZPSWlxV0dKaWt3S3c2OHJYM1BGNktUOXgxL1RSdnRWZmF3cEpwYkZSenpWemcvb3FNRVFQSzNIQnFxY3pPWi85a1FtUFQ5eE9NOCtjOUJCbVNRNUZpMFVzcHJoYm5iRnAzbzlyc3NUTVRORXN1OWkzTWJydWhLK29uT2w1ci8yRlZPaXFzR1lVN3o5ZmxobGpOb1dCOFdiTWdTTVFlMjNJRDFGOURoL2t5S0QyUjY4YmNmTHF4MzN2Ly9rTXo4cXFNMmg1YUxKczVnVDg2K2pSMjZxTWIvd29JQlhMMGZFUktjanE5SGZRNE9wNUkranVLSVBDcHZCQXUwcG1qQU85TlNjWmM1dEU0QjI3bStPeG1TNGU4RkhKaitYRERuVzlzdTI2TW55RHgrVTZTUXhGRld0eUFDdkx2YjFuVy9IRkVyWWVnZm1FYmNDZmdjSWxleXAzQnVTSVZiWGs3OFM1ZU9VYzkrMVdabVJEV0VmZFRwM1FRN29FR1Zma3Q0Tkg2YW45SjhybVY5MWhhWisvVlkyVHYxYmplMFJsNVNWZlRqOUxHbFUvbDVlKzIwTjNMb2dZOXhGYXVyY0Q3K1luWCtVZlVibUNsVGhzR0d4OHlhZ1ZFNnpUNWVXUXd6NmVBZEt2Yzl6ME1CTlNqcXJRUmQ3SFpFV2dzL0k0aWRXSHJtVXVVZnlSVE8ySHkxUU5SMWw2Ykd5dXZJMHlhOHl1OEJLSitEL2drdUw4WEF0QUJjYWlYb3owME94dTRBWkRnQ0YyMTZ5THRiU2pMOWhqa2phYjFuWDV5V282ZENFWlV3UlRmSk5ZZUxoQkcrYkpJblN5ZnRYYjk0VkFsTlJxM1hlS3U5N1g3ckY3TURQTHZFaUU3SlVlbU1RWEYycDc4d1kxZC85NUNYMGxJZExLQk4rYjVicXljdndKdk81anhnZ1lRMjl6VlZpdnFSd085RXpyVUdBc2lSdDc5amZGZGhxS3gwQytWUE1PZmtYUW91ZHc2amZxRko3bENQT1Fzalg3UDZRajdWUjRSVWdRT1dQRUl0b2RLNmVkVk9Hc1l3UzBXVWNGT0xodkJ2QmthVnhQL0krVXN0K1ptbUkvclhMeGFLMHNEQXZCQmNVN1VBemNrMitBbnZnQi9hWXhQaTUrbUVmeG1tb1ZPdDJTYXlMUXpLT0ZHa0RaSXRRTVFDMXNLaXVJRTBXS1I1TUxKL01ORjlYWEJOWEVyWUREUjNPUnIzUGx2Y2xUczE1bzBIZHJCOSt1aUIvdXhUOGsvSnM3ZU1oYVpCSzFHRUpOZVFRaDhIMkRNRy9JOERIV1U3M2phYTFpTHAxU3EzU0hROWxPV2ZlemRKZG54YU9rbm9qMXM0SzQzT1JSTDUwRjkyVTZvenhHVkNHczQ3TjlSbHdQMlcyZ04wUElqYkF6M2RmRFVNQ3RrNHkrdk4rL1RFd1B4WUN0UjFVaWNBMkNQclQyRWIyVUdqMUsxTGt6UFFFZFZjZ29NQjEvYUpTZFV2aGJkMVNrQ0NhVElhZW42YVI0WkRVc1VhNnFWS3dxVTUxREh4LzFhaitJaGVoa3c3RVU5MjhQKy9od1BsT1RWdk5HcVdRRXU2WURmRHBkNUpOUzJuRWJ2eVBtSEJjY1FzZXBMK3BtN3IrbU41bWozcCszVENXRkI2ZE9mNXR5bzdCZzVLYVdjTXFya3ZUWGZ6c3VVUHRNckdJc3JGdlVnSUtCdmRJeEd1S3F4RVNoaXQ5Nlg5TmJyQzdocFJla2NzcGp2M0FibXluNStiK0JlZCtxQVJRbkNuTWFGR2N0QmI5ZGpQdDYwSDhLM3RCczc3TFVQTWh1VmRkTE8xTWgvbjJUWEYyM3ZKakYvUkhpdGlEMzBDa1RCSTc1ajJMZkFrZ1NKQ01sZWpleStSV082a2Z4QURyZGs4KzRON2lTYi9pUTRSSE9zNTJKN3lVVitLdnBNR05wMWx4amM1dHZNSjFZNzNDNzVzYmFzRHRGWVJzQ01OYlRGWU96a0VDKzBzVTMvVlBuVWZualZ6QmtmK2pIOWUySTNtNXFxV0ZtZXhrRnV0Q1U5WHpUYVZ6SkpLU0pWblBtaSswYzVHM0NncjdOMlI2cW8wYmxHbmtwNUdPRkJFQWd3SVBGdUlITTdTV3Z6OFkrV1lJaGhnZWIvOFVaV0I2dTVPcCtrdkxTTVMrQzZvM3NMUEtpdGR6SzYrUE10RGJkdVlkZVNQTUxZL2cvRlFkaGRHT3hzdkNrb3FYNnZCcUN0S0l2c01nZ1lFQ29ndDQ4emNwY1F3cHM2YmoxNFdINFpJbVdFTy9xZjFMcWVNeCtuaWR3VWtUbG4rc2RCOHhtcDhHNHNjb0JDbDdHcDduWE5sb2FUcXZQZVlWL2h3MzhFWXpGcVRhWmhQL2ozbUplVm9zR3hyNUNSTFF5SFQ0Yk5yWVZwMWlLNFkvSU4xb3QrSXllbVdkV0kxbU95bTd0Tnc4RjdZZ1NOVHBZZFgvT0pzWkNVNVkrKzlQcjRUYVY2cVZmV1p6U0N3ZXJCcG1oRzFPaGxJbDZOV1EwYUVCV0dBU3ZYc3dKRWNOYnk2QS9mUWMzSVQ1dHVlWHFtTEJHU3Ywajh6bU1aeCt5ekh4bG5IeUdqNGZtQWVZWHNzT1ZDbFVEV2FQbjBJRWdCYkVlcTMyaTRxSHVzOVR6UU5iZU5HTWtVZEI4UU1tczZ1c0tnRUp4OGdqQStpLzJ1NU1KZVJjNCs5NUtNMy8xY3h0amFxTHU5Z1dFMXJwNzE1YUZaYWdoZ29LdkdSNHBQN0lGZ2d6RXFXRnJFUXl3WUFhd29iSk1mZWJ2ZnA2Q090b09hSzBGSWFSWlpQcWVrcVM2ZDM2bHNtejdlSGVWdUtjeERNNy9wMndRbEJI', '487443136_18001441694753450_1589646504237221152_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-08', 'image/webp'),
(159, '2025-04-06 06:17:24', '18289608343220086', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7hlFYuxSrPvhZeMOHDD/UktzSzNGRk1qb1BpVmgvWVBkQVZwZHhSbGtDbDhURSszWmlBRFU3SHdGUFhRT3pxUWdwMGZhN0dKdEhsM09abE9wVGFkeElncHBVQXYwcTRraFQrZGRRam5UWCtxeHNUTjJZWmFpbll2Sk40T3RjRnZ5SE5hSHhPY0IxYzBuckNMK3Y0MFluTG8xRGYrM05OUjNOSmF6SXNtNWgwU1FzSDN4M1FHL08yMVRMMFBKakpHNkpQdWN6VDFIeEM3a1M5RTBNVGxCVGNvNS9STmtURjQ5R3QveUJabHZXeW56NTFxeGdjMi9uZGhxUHZwdkVjdnpVN1hCQ21rQUNOQThkWlFMcG5ublo5eElnMmVTbkJrYUs4aktSL04wRjdRT014bldMLy9udVk2R1BYN1pwRzBhbG91OWhHNk9ybzhZRlNsU0xNcDFacVNIMXk1MFcwYTFjSFNmUEorT2dhL2kreXM1REVFeXR4cEFlaERMM2ZOVWIyeXdkNjRuREhmMWV2eVdwd0loSnM4VmhDVy9tU3FYdnFqOXVqalNaMUlNR0xpMWhEZzhYTGIyU0VJRHpRdENiL3hUcmRKbm5PT0ZCRm9yckxjV3dmWDhOSkpEUTdGRFM1SzV0cU11YndNTkhsSkVLKzBMeEhnYXZjMVdWczVYT2VtanpwZThtNThSQkFmSm56VEVFOFdyNWR0KzArR3JPcWdVRFRneXppZGk3bTVxZG41TlJSS0pLa2g0dGwyVm1jRWpUWlF1NWplNnViM1JjQi94Y01MeFdzNC9wTmJiblhCaklDNTZPVjJtWlJGMXJOL1dEZzEzOEFYdSsrWlEvODFkSDJMb1EwOGoxSzZFRGlSNGtoOFhPSXRSc3h5ak1aUURreFRTSmNSQXRlVm9uRWpjTllSbDNwYkg5SEhpK0ZxYU04dTdiWjVjQ0UrRWlSalltTFN6Q1FxTXV2MUNTM0V2V1hobDFDWUpnTGxrRHJKb2pPdmFtU3Y2Q25Kdm1PQkRDdC9KTWt6R3VYUmxjUDZNMTk1dDNKUUl2VmI2K3dKUmZISGNaOEI1dEZFTWg2c0w1NnVvbkNtVnRoOWpjdnVZOU1EbHVHNDhWYzgvNVZ0bEdQWHQrTCszN09sZ20yQlN1MXhoK0RGeklja1hIUWFXa2M3c1NMU0dLZnpMRHpqcHpEZWlJUGd3am5xdzc1UE9EdGVoRXZFMHVXdjVSTE4rc2NQVDNwT1hjQnF6d25TTFhmRlowNWZCMUhIVDdlaVdPS2NVWmdBYzFKSWMzbGRacXdEWTlRbjg1MFZIZDhqaG92SVRubFZXRm5icjJnVW1XN25UZzhKRzJ6dU1FbkJKZ3l1OHcyWTMxOGtMZEFCVFNTeXRqYUNJQ2lUdjdKL0FTTlNsZlhKMkVSRURBeEVxQ1pQdW53UjNnMm5pVkRmMmMwOHo2dHpoUGxON1VmMldURUxGSWUzZjRCdmVHQmtEK0FmdGUydklaR1pBbzVqUmRaVis0TUk0RkY1Zzc4YlZXMFpRK1V6RlErVW1wYzhQTzd6MldwTlY3bjc4TzRHWEFENDh6QWIwNEw0Z08rQ3lGeFkwelFBa2RBVlk5QU15Qy9OaTdnWDB1alh1QnBRM2NoNVBITlNCbG5vdDIxME1NODUvSUt0WUJTbDR3dWFyNlVpR3ZEWUJUOHNSWWtPR2JOUGNScDFGeS91Z0VVM1M3elZaVlZMNzdGUTFhQ01OanpTc3Mxa0ZRN2pNUXp1NkFkcldrWU5WdlVwZ0RYMjY0UERaOXJDakI1TERYNnMwaUNjMGZaTm9uTlRUakdNSlowMVVsOHh6SHd3UUYwQmVYSFprM2xCc0Jnck1qMW52dVBJSUs0eVhBODVsRmRYbXBFTUVTS3M0aWgweW9lRDlqMllycnJnUW16SkZsYXlVcHZkTmt3QW0wQjVwL3M5ZlgxN2Znc0d2NUFacWlTNEFZVWdyWjNmTGpGaEFDQnF4QXcyNEJjMmgxMDcrT29Pam01dXFrVVNKNkp6aFFOL2xmc1lPcDMra1E0WERPbmlHTElMSUhGSHYveFY1TFhEOWFQNGEwdjJKZk41TUk1WVdIY1YxVDNaekF2OUFTQ3JYVEljNlRyeXZhS0cwVTcrdkl1dlVsTy83bzBEMDJMVXloNUFWenR5Q2h0Y0R5Z1FPTzVuZlVhOVF6UkM0Zzh2YzRpWjNKQ2VnSUxpREtidHJZanE0STdtSHBpUWtzNGpqOHJmWi91Qmcwemt3WVVZRnFjeHBWeWtjRDBGc0EvQm5ZSkpWM3hVL0UyZEVCQ2lLbXRHTnJsa3g5cWF1NWhvWVo1K1BHdzZ4Qm1mSTZnQ3UrZWNBWWJVZis2K1QyYWNhakVZU0svNy9yS29HWWxubHIxSFdSdEIyVTFlOWU2Q2tJa0FsTWhpNjJlV1Q2WG1MUWhBWS9WYUQxYXFxaW1KeFFDMU9XNDBHRitnZk1vUDZVS1M4L0V2VkxxckNveFJCY3VxRWZqUm5JaVNqUHNON0VUUjYyZ1QreDZVYlFMMmpodDl5dlk3QTBpS2ZORy9GeTl6RmpwVDYwUGVtQUxaR3VKSFJSeDJBaEc5a3ZXL1FqdFV3TXJ3YmE1bWc0NUdJdzREeUFvV3R6VzZVTUJKRkQrQ0hkTzFaS2RHaDczQytuME9GbnZxVUVUYnRIZVAxWUlNR2E5MmdZZkNuQUFPU1E0YU1TZm8zM0Z3ckUrYmhhVXp4UUE9', '489515469_18001675679753450_8072839582781391119_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-14', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(160, '2025-04-06 18:17:18', '17945119802844070', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'a5xbqi3UZsTs6BfVRmI8llhGNXJuNGhsZ0RFVW1CS203azlJRWphWVM3YUwvbVpvQ291U3Q4THhhSjJYSEgyZXRHTEpHU0dkZDI4RjZOSkdwb1BGV2NnWjdLL2YyTkZZb2ZPNzNiY1VtTEdhcVlmY3hlVGF5M0NRUWhNblpLaHFUcUFMQkcxcHZvNnZuczY1ZUFRSmxkc3FSNFoyWHAzd2xkc0FkeUJ4Z2FEcUdraXZpR1llSFRRcytISzRSVi8rclgvY0lxV2YvSGxoUWUzS0YrcXA3THpQZGwyc1dnc1MwVWpqdlhkWlZiV1lETHFNRExvKy8vNG83eXdQZGIvM2cyY24zS1cwRFVXZVRidkQ1czNOd0hGMXc4RGEvcEVOMUJac3JWR053c3Fad1lSb24wZ1N1eEt2WllDVmpFN2I5U29kdVJvOWhmVExmVFEzcGFjaVl6QWVvV1JLTlhTeHZFQkM3b2g1bktIY2J3OVUyVjBGZVNPVjNUMElsZGFvbnhVejZ3am83dWs2aDhBNHZBU09MN2lQMklLSENpMEsvWHdWd0FvWGhSWTU5dGhZOGRPUTVFMzI5aVdOcmNhVUd5Z2UrYXMxT3JXdzJDTmk3TnR3WE1FeVpCZUt6UnBiNGYwRVJabFBxRG81TlN5WXptWU0vOGszdUVhTVRjeUZJWitsUkgrcWZiNEdrZUczRHplOUM4L3dLQkhFTmlFT0cwTU5paGo0VEUyY25SK01aZ05qK0NmNGhoNW9XQnQ3VXJ1eEZwVnUxcjlud3JpY1lJdjVybW8zZ0t2LzlXUXRTK2ZMVU02bEpBUGMzRHVzSlRybll3T0NaenFqOEZXdXBobHBFajRmTk1jYlZraHI4WFcza3NHRXpqbHJaUk1TV0tjNDlaQUpBakMzQ2lJNE9ob0hNUWJWT2wxaGI1RFdOMGdtMGZkWmRORXBRSkZweTVUb0lHTDFHdStIK1lFZUNhOC9MZ2Y5NDlBakNMR090azJVL1R3QXU3QnRSbjYvNzF2MCs1bksxcFE2dXRra1BjS2dmR1FBQVBEMkxtOG1UTFVIdVZNNC9IL3M5eUhnSENsdXY0aWZncEtOY25MVVlwbnorMGpDN3dpRHE5bUcwd1kxVmpHZG1pUno0RDkvSDhUclYrajM5QWVmKzVrOTF6NEx3ZktSVDFiWW9tOXlsa0xOci93Y3FOWEVmUlQ4YVByWHJWbWxoVE92UExTQ1ZwVklZTi9SbHZseDFtZlJmSDVBa1dydzNvSWltak5vMUVHSWpmQ2VXWWVudWpSN3dXZ3pyMnJ2NUJiODQ1NmVPSlA3d1JJRjUyNUI5b0tyelNXbjgySkgrK1hrUGJxVm5EMi9IM00rZGN5Q1RjOVBmWHRlcCtpWGRZSDdYWXFxRm0rWEJmeHNKbDFKVUVtY3o1eXo0c1VZeDZrWlk5YkxFK01hOEhvdjVnUG1jVFMzZHZta2RzMUhEL1FDRTJ5L2xnVDlkcUdyL2cwUW5SNVgxRjNYdFFyc3U3cVhGL21qWDJxakhNQ2cwTklVdC9ZSm9SNXpNc0VCcGRPSk1TM0dsQWJld3dBUndIM3Q3SkVrWXpJR2hRRFdUdzhFdi82bDBhOThscGYwRDVWV3U1U2w2V05HVUhUZm9yN0FqSXZRbittaFM3VHVJQzVWdThyZTJFSm1acEpBTEpIQy8xTFozb0tJNjN4T2JlczhLZVBzbVVuYkhQNXZXcG9aNVMrTUxpZkJXY2JrRFVVektnTVk4SFhXcElsU3hBSDZxdUt4THRmRXl0Q3AvMnlDbHBPL1hhdUZTSFFaVHJ4eHBhUFVrN3BrWElieFFTT2NST1FvZDMrbFI3ZnJZbW13TERVRHN3TDJhNFBoc1J2Q1dkaksrV3d6WVF0UllFcU0vYTZJZVRJeWtTK3JGdlAzVjY4WWJENVlRUVNmLy9vVDc4cmlEVjRtQndRWmxXY0tQYVVHc0tZVkFzQWZXM3VtVUp2U3h0b0FTQmxHUkpGdlN2RjFETFh1ckhqbjdkSjNLdGdkYVV2ZFNJc3hMdml5eUUzc0I2U0pUTHA1azJUVXZoRGI5V1dSZWJrUkMwMlJoVW94Y1llUXRVNVdkcTY1WG5pYmt1MUtTc3l1SmFsVytrSkN2aFZsS3NYVVNqRG9lK2ZPTDE1bWJFQS94MCs3UDA2VC84SGRRRUhZZ3A0blVZYnpmR1pORU9ORW5JTDZqNEc4RTV3bE90aGZ5VkIzUzZkWDdkV0F5Ly8xVVk4ZXo0WDFFbmszdm5UU3RhK0NIZkpVWUJUR1ptdTlndkk9', '488420195_18001759445753450_6556551039437584221_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-16', 'image/webp'),
(161, '2025-04-08 06:17:26', '18053090456183602', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'SmMCZy6j+wS2fNx/MutX30s2UGF1a3RNOUpoaDRyenRra1FrN1ZnckVHeG81dUlCazJIS1g4N2U5WjN3MDBYU3p2YzRKZldsaXIrTHpTNlJINGJlREpHT1FOUjlEaDM3ZW1PMWVMSmFNYkpJSW1IQnZwYXpOU09kR3RwT2NJcnpOTTI2R0xKcERLcWhDWUVDQXh2enZZakV6VE0rMitGSUpoOVd2NkhYWDRzcmJBK2g4U2psa3JZUlB0UDlwVkIvdUViV1UxOTJYZFkxZHNWSGFlT0ZPWVR3ZDlQYUt4L2lVTXdvZHo2VTErNEcrM2V5bjRnR1NiNnMzTzc1M1pLb1AwTStPQk5QbFEwOFpYRWJ3dVpKQkxodTRkSE84VzlqTHRHMFRHaDZGL0g3eC8xQlhHci9WVWhoNFQ5M2FwVW5PZmdoSmpNNlJtcCs0R0ttdjZuSnhuZy9yUWZXWVZQSDhJVkhlUFpGM0Z3ZGU1eXNaa2thcDJLajNGeGxqRGQycFJPemtOUXV4bURCdTZ5d3hzMmUwaEs0YTdCRGdRZkFCSlhDVGp1YTFIZ1UrbjRQS2o2UFVFdEZTaFF5dEhYdUFnWXpxNFJDbkl5enVQaU81Yjc4ZTgzck8ySUVRTFpzQzFqVHZCcmhXMXRhQjVZUlZSbjhzbk83SVlDM3ZLa3ZzYUpJT3prSGgrbEx3dXBXelRiSENQNTFZZUg5TVBhZ0RNcnBXaURQZmxQenlTbUErMndzNjlSelZoRlZ2Y2VaMUhubGZBRzhuaVQ5U2xERW1OOUxXTXFhN2l6VkovYkNBVW5Od2gxb3ZMbU5tbmQwRTl2TmtQcE8vR2NoVXNUekZER3NsRUdJUzFieElKeVVvZ21yR3hWaU5xdldMYXIwN1NNTjVHOWg5TjdqM1p1TXlRNGVDSjY3c1JQV0tSOXNqaDRzZkhucUk4aVlaN0N2MkFEU2NoNXF4eU9zeHlrZHBvd2hYclBHbEY1UXJNcXo3S1ovN1I1ODJxWkQrUHVrVXk2UFR6N2VEeCt2RE90cVIyTkFvcm9BWExFQVhKZVNKRS9NZ1ZiOUFTNlBldWpMc0tFUGpWR3R3cklmV2dyQXlCbnovdDNJVmpXZXVXN1ZHNWVnYXdsb2F5MGxJc2hidWZyRGU2eDZQVi9RNDc4Q3Y3UG1yY1ErcUgrR1UvV2lZdWVCWDVxN1I0Zyt4WGxiTTFqdnVGbjhNcXJDZzlrT3VZZnY0bSt3WnFiQ2hEWG9sbXJLdVkxYi9lNUIyQkdidk5ua2dpTnh2Sk9XTFZ0eHVINStqeWtVQnVrMlM0NzY0QzIwc0E5L2ZsdkZCVVZPVWVxazFUTDIyNkxHeGZFSjlicTVGRXN6T3J1YU9sNXJtaVArNCtRcXE0cEFvalhZU1Z4TndRZFlDSkx2RHlzREdSYy91ZzF1dzdRMUhOdUhvdU0xMXJldDVMbmVlL0VqRFdJTXhkWmFjcEE3eVpFU3hWQkh2OHdZSksxV3Z0QTJja0N6QzJXVWF0UDZQVjNZVVZwTUtoK2NlRlc0M094MWthU25ndDg2czNwTU9KZnVIdGRBMlMveVRYL1VvSFZhZlhOTE00eDVOL1pJbDlaTzVNWUxaTDlhS28xdVlSY3Rkd3VST0JtT3haT3YrQUxkWXMvd3ZHVGpjSWRobG1vOFlDRkNzemhxdzU5MDJVMTZzYTFqTG1SSGNjUWdqaEk4N01BNyt0UlpDMUdBcFlLcExHVU9NdzdKSDdoWjY2VXhpKy9CMnZJUFQ5b1QyMmY4Z0hSTUE0d255SkhjbVVIRWtuZ0lUbC9rWWtsWEdkSVFCcm10WlczbWlaRlR2bHB0VDErRlFrbHVFS01UQ3NGK3ZRaUs2NVA3Y1c4RFRVY2Z4L1JXZjFNczdJcjVIS0lGaTdKdkt0WEVaclVCZVFST2QwaDVmaTNsTnM0Wm5JMjJyd3NRdkp3a3hYMTFlNkVhbDdMV21aMys3cFlCREpERWhHQ0wwUy9CNVBHWFJ3dzdDOVRSYzdPVm1oZ0NlNHlrL0ZBSnNwS2ZKTHAxeFAzTXVRa2FBWU4wK0lncWZLWGdXcXVTbFZsWk05UG01dHI3OHFpTm1HdUNBYnZ0MGxVbC9DMUJDNlo2ZU90OWplSGpnUlcrby92VUFWaDdzSFI2M3lHRWJZbEpOaHB6SzRTS1JxQkFoV2l4eUQzWjlKVmNTcGJJWXRuUWZJbDBFZ21MKzQwVjBxb1lxcllOTTdoS1crSERZOEp6LzljOVl1OUk4dzMxY002bWV6Y3ZPMTd4d3NDVHJ4MXBOcnlQcnJ2b0RCR2pqQzVIQU1zLzMwdlVuZkZMcUdKMXRQUi9hd2dhcHpmTERhd0duT3c0TkFtWkRya3FBcGFYdS81MEZId3NiQStZdEMrSEVMU2hSWE09', '489084461_18001913375753450_7213451817652900458_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-21', 'image/webp'),
(162, '2025-04-09 06:18:28', '17987832359652637', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'VE1wZf6EALSEnvi3WQGNwUtndU5naTMzNzlqTndYaXJMb1RCSEp5Tm9vb3Q0T0ZMSFA3eU9VR1pUT0pSQk4rdXRSTkR1SG1WTkNEaE9HTURKeWxvWVlqQ0prNTdsdnRHQkJtajViWjZaVisrZE15eUVTM1crYjVQRThuQlZrSDFPdFRWMTRoWU1NNzNUaXAxeVV2T1lBeGtZdVZWU1MyVG1uVlJmRXNrSVBzUDduMGQyV3d3am9ybTE0OHB1VW5oTUtXRGx3UG56N2dzTWNNTVBmL25Nb2JQZHYrWjRoMVNDbkxqSmN0d1Judkg0VE8ya29OQlNyajNEQjBLamNWQW54TXBaRmJrbDJHVDd1RG54RmJkNFM1QWtwS3NFT3gvYWphSFZiUkF2UytIQnZHTE1BVzFEdTBYM0h1R3JUWHlaMlFsclY2UVBaTGxNaXM2czMwMHE1bitXcm1pK1EvY2VMQVA4TzFIRWdTeE0xOFNOK2lOUC9QeVJOYWQrQ253MjlhRFpaOG9pNkZadEUxcnNsVlN5dUovdnZoNGJZUmZqNEFJNjNYOWlXTkhmcVpUNms2bXRtNjRxSnZpYWN3ZXlQSXhFU2xPaUZWeFpSNytNRC84R1UvSWFoaGtmektKUm1mS0trNzRTbXpJVGVwMERTU0NHcFJ3a2NPTk45Q3lwaWlCczh1c1o2RVZkTWJGTkhZNWJTdjRUL3prRWtobUMzNFpXSnlmWWo5Yjlxa0tpcCt0emdEaUd2c09wVzVFRGVYSGsxNyttUVJJVWM5RjFHc2hBNitjdzhJQzFDUHNwV0duVmtSaHNOaFB4Z211SXpickF3S2hpR0QwdkcrRXlPQ3cvait6Z0FjMDJQSUN0V3A3RkI2cDNNSlNzamx0UWN5bW9oNVpnNnNxVEFla3BZMGRHK0x5ZGJSdWRVK0x2Smg1eW01OEpXOURwMzdtMU1kNk9BcEI0cHJ0ZkZJMmNUYlRpMENwSTBibmZuRXZnU3dSNWd4d0FiUWxZOEdPNnlRS3dMR3ZPMFgzMWZDWUdGM0NQZmZQZk1UenBCT1BsSTgxc1lrbDB4a2pNVUZtWkN6MlRVV1drb2YxNkMzR2JVNGJPUm9RTmRVemF1endZTTNsVmhHVUNuV0NKNFp3Y3oxbE15TjJxN1VsY0o1RldOOGxXdmh0dkcwbldQWDlzQWdqQUxKMFRvakxHUWRpZk1XRjNmTUxvMTdmWUNWTHd4dHliZGZVSGlEYk1kVmROeGZTeWtjWkhHR2o1alpOZG1yZm1UN3pOOE4wSHAvS09YQjljUVhRV3lQRXNCNUFBSVdTUUlYVHpjMEFrMXFROVVieXhNYi9ncHdEVFFFS2swdldrTUppMTA0SGV1WHF0cFFVSHRJY0JWdlpMcDVlYWRRWWtjbEZkd3BBWGcxNWkyTzlidHV5Qmg4UGZPclZOaC9yODRWNytXNDNwc21uNEd2bWY4NEVUSkJPaUFOYkx5VjZLbmRwM0k3VU5vZkppelZDQkl2RDhOREV3MzkvdEJkMkVRME9VZkVtbHhqM2FHcGZydGdPVnczajdGQkNQRWorYWd5V3pKRWRhRzROYVhueVVRRUZNRzA1UG53VnVJVUd3eFF5VlM0V0JSTW5maDNJQzdMWHRaMHhBckE0dDFod2JXUXp3blI1ZFcyV3lBMkpLbkc1dHh1UGEwT015T0lSZ3duVHNEYmk1RlZjVU1rRkRzWmpsZmZEZUtzbkZ1WS9BVXkwSkMwRlZhWDB3ajZud3pKa2R5cHZEeXJqVTVnalpnZ01yMFlpaUgya2NrNUNBaGh6ZzQrTWhPZ3BDakpUV2lySDJhZVppVVFBNkRud2RGZ2hublVkMVhGQXFOeHhaeHVzWWRUT1hEVC83cUxWVUR3cmFJaE1ESjV4cVRpanB4M2NDbis4RjNaM2xSZ1YzTHBZMmpFdEduVndBWVhiZ3NTWEhjUWFocmdFTGRPL3cxOFRKa1BabWd1NjNJdm5VaklXdjBtSDVneUs2c2VwbkVXSmVzVzd6R1VEa3BtRnprQUJGUnlDMDZLTEQxbkJrQng4UFMxWkxzV3RwaFVTSW01Nm1wUjJRSmpFd25PNExFeFFsekM4Z0Z0ek5BZ0c2VGMyL0dkcHNOL2YwU2c5TkhJTTgzZzZXTlQzSjUvUkpjZmJWQlprVTVmeW1JayttbmxCZzEwSXQ1SVRobkdNeGpnS0JDazRSU2g0c1E1Z0NnbWo0RnZwK2NaYnh4cmdPaTVhcFQ2VVMwUWpmSWR1TFVPdjFzK0M1dFVNa3JWNGh2cTNCamJVUXFoOWNSMXVaeXN5TzloMzdlYVZoQT09', '490105210_18001996745753450_6454813697864055762_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-23', 'image/webp'),
(163, '2025-04-11 18:17:14', '18060325546884981', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qK4KH8vc6b6JnlgHvs+1dTdpbGRRb3l2SDNKb0E5UllWcGJuT2crTlVnN2Y0MGt3dlFQblFNS3Bybis2dkZLZll3V3VnUERiQ1lrcDJHRUpuNE5XK09XbFhJYUR6bEZ0ZlhOREtUMWY1YWxzbTEvMjM0NWsyODJtWkc0OGxxVXpBdEpHZWo1Wk1qbzFMYVFPUEpDOHZlV3k1eEhDKzhsU1VCRUtVRWpMVk8yYjc5RkxINXA4dmE2eStwS2pHS29UUkx6U3Z6Q3hQWnpieVcwUTVhTXhEdE1vbGNUTjM1ZHErT1pKTW5ZZXN5a0dGOXVKMWUwdm8rTkp2aTdzU2wvVkYvbkRVc3dkWFJJYlNBd2wzWGZOT3FDL3hSaENLTnFGTHpOMmxpVUJId2ZERVJjd2o5TEZ0eFRITzNnMGg3ZzZIWWFSU1BpZEUyK2FabXRUcStNNk5ZNE9LekxrNFlzTmt3ZldNYXdhWE1sT25xZ3B2S3VIcXFoUDhFeXFkKzJaR2YrNzFmYmZYeWRkQ09rMFpWSzR0TnBwbUdyR29kUE1aM0VEWkh2a1ZyZzkrM1JMV3ZuUkU5YjZJQmRRN0t4Y1RSK2dWQ2tlYmN3VDYwcDZ3OVZnUjVEcCt2VkprTVhreWtVVllReXZiM28wcFprSHMza2hKQlJWMzg4a1NQUlpnYisyd0NXckh4V1BLOGljTkhONFRuZ2txVDFyeDRmWnJaSndpc3BEaCtlaDZ3VENBQmZaYWtDYW9vT2lFNEdwdkoreU5yK3ByZDhYb3pJTzZveTlVTUozbG9oRHh0WGd0emdUYkdTM1l0a1d1bjF5Sm4zSGIrcmt3bTNBTEtId1RLYlVKU3pGM2w3QWRVYnhxWlZ5eFFSemRIa0xjRnp2ODkvUGlvQ3YwODl6U2VsQXgvZy83ZHNRKzdzdjhyYkNuWTJ4YkpDdE40ZlpNdHI4dXNlbCtRNzRqME5wRmU5dWNlYjJxbG5HUERuTUV1RDF6Q2VDT1RHTisvQWRKcGZmYzRBeWZaV1ZJSU56dzR6ckc3L2FNNHFZZnJwQWVRK0g2aEhmQlR2aklaRk9USjFVSGVsVU5GNnhwNnlnbFJqUzBreE1uS20rSWY5SmxWK1c0SjVXL0Q4dmUxMzRUTk42ZXNVWTEzcGVMOWMyWG15akRXdmZ3ZlF5d2JXdG1ET1hEM1JseStDL2M3V2VtQ3NCSCtrbUFHcWczUk40VUxFUktJYUE4bTF0aFZqUksrZmJJS3RqQ1c5a01Wa0FEKzNZbmg4akdzdlRnMFBzNXhnZXBwcTlBTXFTUGY1aEUwNkFXTDZuNzJlZXY0a2RsZXRWeDFNT0NlVGk3d1Y3cU9YSGthMDdUVFVKM0h4aldxZjFlQ09NbkI1SWdRM25aSUhSVzVDRkF2QkpZb3pIaUczaEtjdml1TmlMQ253elovNWoraUlEZktmNEJiTDBoYytodmtIMUFqbVlHYU12ZEREbURReXJHUVQxY3lLRllZRkZSdDR0OXY1NDJoZWdQbk9wOXUreHh3dFRsNW1ibVIzRDVuTDBYYklzTWphTzc2am8zVUtZVGpiWVVKd2FYWjV0Y1lGZzdxQlh3RHFTWTNFWDFxTkR1Y2hrcDdKTXowdy9YY3N6M0ZhWHJvK1FaZjdIY0t4d2ZpSnJwTHZKaktQTXZhelByK1NtbnFRYWVlRFE2empONi90MXd0TkpHeG9JSGdUQWdXMHAzZGZRMWVpZHdib0hjclRqNWN4cmMzdzdmR2tSdFlTY2ZvRVIxYU1VSXZjaERNUjZsTG9xaWFzNjlnSEhoV3lZQXVPaGw3UHp3NlFPbXBkLzV0WW9IQnJKM0tCQkFaeVdqT25IWFlYV2VKeTZUeTAvL1l4ZVg5RlBJVUptYXZRRlNEeURpMnR4UUYyNlpyaUIwenlHVVBUR2RFVm5ScXJXSU9WRDAveXBlVGdJZklzWFoxczVhbzZ2UUFDQ3BVUmZwS1F3VW5sUlIzSkU0dTZ4Yk1iZVhQemlPM2xBallLUmVaaXpjTGcwaDZQNCtsanNKbnZPZm90Wkd0MExaQXFkZlRWMWh4U2FQbTlVOStTeUFvbm5zTnpRd2V4amxHcERNdDRIeEdVOVFyRjc4TjJmTHBoV2Y0Y0ZWMWFXclZ2V2RJc3dwejlUZG9VOUcrTUxYei9YUmxrY0lGWU1LSk1uWjA1VHloYTFUNDJhdkFIWXhmZWVuYUozTkh4cGJWVVZXZmZHb21jeGhreWk3N1djTDJVY0VIU21TN3p6d25LUHAwTEE4V3dQT0dXM1AzbVk0ajl3c1prWC9NU3AvM3RpcG9vUFJZMnFrMXVkUVZnQkNwaGk1U0NRaFR3UjRrek13MWNLL29YT3d2YXNBMW1qdXg4NmpQcEpUUjFYU1MzZTd1QmpDaGxkZUtHNGRZWldxUEdIUEZjSzUzQnR4WG5mTG5KdHVKeHErbnU3SzRsMnJ5K0F1R1dDNjdDTWxQdEdROHE3RzF4bFNYUUc4ZlFydXlJPQ==', '490064498_18002284568753450_5549569126806839397_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-05-24', 'image/webp'),
(164, '2025-04-12 18:18:24', '18180398983316066', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+eP/Y1/Tq3jxg/Sg+pxvh2FFYjk0YlRpREs3SkJybjBqY050NEQ2MmdkY21lcCtHTEczYlRUbXpvQVRadStSdUtuN3d5VlJ6OHEyR3labkJRQTQ3ZVJVVDRKcnJ4bnFmZUFLUWc2WnkxNTBNOUwrR2tyREJ5K0lKUEF1OU42Vk50QW1tTDY3UUJwT0kwcDh6ajNPOUE2SjBTbGVTcFlpVVJheVp3aWo2MnJkNVl4Tmh4dHNHRU1RdWIwK2Rrb0JzL2wrbzZnMk1JdXNqM0NRcUtZODFCb2xCYndHSVpXMjBTVG9FMHVKUTFqTG0zcDAzWVc1SndTc1ZEWkJVVEdQYlE5WjZuYnRVRmk1QnRLN2JnUitqL1lKSXhHVTJvZ2RnZGlIclRJS0NhTEh0T1FZTmhTTk9JRDdNUEQ4N25pSUd1R3R4TC9qVkhPYUFVaitndXorcDdlNHpkbFVhY21XN1hWRy94V2dWcDlyNWhyTHdlZUFUZCt0MHlOa0pUc1J1RldyOEs4SVF1UkN5NDJVYXdQQ29KYVliZUZkTnlwb3M3SXFoOC9CV1FGS2FTcnpXaDF1dmhQNGE4N044bG91MTc0MFZpbStELzZUVlFmNXNRSmNIQitVVW5xRlhPeTZiOU5yM0pmZUJ4bndDYUpaWU8xZTZxN09EOWU2VllXemdmTmc2elNRcUlranRQUTBUeU5NZ1JkOFdqUWtoY3FZNG1qa21PYmNOOS9Bd0pRRy9rcU0wd1lFZHl1SnlwT1crbzBpVXNuRXBkYjdRSDhuUVpHNnY0Vm5KYWIwNGhjTWE1Vkw1ZHVRRzVGSHorV3BZMThVM3BMRjhBQktNa2kzNzRLZEdyL2ZaWDA4QUdSSHBjb0dJUXgzNzRVWDN3UEM3WHQ4eC94cHduS0c5SnQyZUp0dlE5M3ZLVDJTK29PN1k2MGZ3dm41R3BvRktIUnFRcjJVRjZUZzcrQlp6QVRsR2o0WGc0ZHY5amxBMTUveXlwUEpodVJpOGxHQ0JyMiszZ1F2eDhPSDVTWkFUWDNNVlJRTXhTMHFTVWd0Wm5QUDFSeFRyYWpFdjk3K3lIWnBvVHVnZXdVZHdQMlByR2ZaQjVJOHBOUGwwZTZ0UE1WVFo2OW43K2RXc2ZlbHRaZFlncElFVzJNcDZuc0tYVytITkxMMWdQTXNYNTJKdHl4T0dNaGIyYkQyeUk5bjJGU0xtRVRBdVozZG42QnRhZms4d1ZZQVQ1WldxMzdwMkphcXRDcFVNV1piWUpOSUNIWVRjRnNoTWZ1L2tnZkozUFRTOHBsT01jay8wQkhrOWhTNDZQZkxJRDNjSVN5anByaitNMGdveEdFS0hYTFB0RzJmbXVQSlFUSTdZTnJFdmlxdU4vd3ZoSWhWb0hLbW94SVdaUE9PSDhRcW8vOEVLQlNJWUhLNEtmN25hLytxT3ladVhaUlNjMUJWUDJaRkFEZTR6emFpOTNtUHZwZTZ1OG5IR2dEZFNWTGxiYWI5aEN6ZDRIZTgrTVV5dHJXdFZWb0I1eTFubzFod2xlZkRQSGkvaFEyYm9RcnlkMmVSSHhXYlBRcGk4ZlYzOEJsbzJuREpUWS9nejJsMFZzS1pnTk0rb25RSFJPQ01mRFNBa2RJUjFZenFHVHU0UVBQTy82MnZBclY1VmNiUWk0U3JaNng1MElXYlBERjVsK1FXRFFVeTZNalNNeDNxdmV6WXpMQXhsZm81VWcvL2RzeWVHYm5GV2FlbUdDNU8razRENDNkQTNrWk1SbHlia0ZjaW9YbDc5b2cxeFRYdXo4OXk3YW5CbVlQSjJ5K25yZW9KMDFmOW1wMHJiMkZHYXVBMzNwVzMxejhma1MwYjNmV2xDTXZJaVlHbGtRUUpLZkhUN1k2blhhdXRyZ3d2Ly95alRzSkVBL21YNi9lU0R1dzNuZVRFWmlGS2tGK290SHF0djdQZGg5S01idkhEM0h3MDNNYWlDWnVtRE5VSml6RmdleWtNTWJJMUtHQ3NXNzZvL1VsdFk2aFJmQW9oamQ4U1VqMTUvR3NLbVFuSXZyOVQwVlBkVG4vOVpGMDVQR0ZNMTdxT3dqVlJiSDZPc0VBck9CcDgvN0tBVWJmdHFVSG0wRTVKVW5WUERhcFFCcjZoN1lLV2VXQjZiWjhUZDVwWG9Oa3djRDV3MG95RWNlcnQ1ejVVYVJFbGJQL2IzaUVLZm81Uk1nRE1mckE3NjFuSENBYlVMUEVpSTRtR2JVUzhHalowSU4xQUlHYUkvdW1PV2NSTlVIOVdFM2xJZkNvU0Yyd3UvR0d2aDdxNDJ3ZGM4Y2Nya3JsOC80ZEQ2aDF4M2ZWWXA3VCthNVBiUmZNZVYzUlBSZXpzM0FYMWMrNlM1T2RKZisxZEJmdmdGaU9wZVN3b2ZOaUxqZkU1emcwZ0tBUHNPMEZjNUU0T2k5L0VQVW0xK1JKNG5zRjAyU3JMZ0FuNFV5aTUzcXNHV1RIS1B6VFExOGxpTVZXd3BrUzhhWTAvZncrNSttRzBOSTdrNlZJQWpuMmQ2a2NQTWEvNU93Z3kxVDRxWi9BRmFHem10K0NvMk1OVWpaRjZlaWovdmFlVWpWb0dzWENGV3E5amxBWTFUWitsNE9XV1UzQTdndVhiNkNDc21tSzFObGp2eVNoQlY2QUdrQnJZQ08rWmVCWEUxeTlHb241SXo2bnoxRm1SV05CK2VzY0c2Z21QdHNIUVF2SS9uV1NaS055Q0lKSGF6dmRRSWpRTk4wZTZqNVRFOVZUS2h1Um1POW1kektiRVBOZXFHWEFsb1hOTnFkcEExNnN3YTZReVZZQVpQK2lHWmRSM09NNHlVU2w4b0thUTYvWlRpbWZGOVBOUEY1Uk4vYmMramtMQnBLTWpxS2NRTWNhSE94cFFWaDNNT0dQc09kZWs4ZldQeHhsWXh2ZTJNUGp3MUtZaGJuNFJBamE1K2w1ZjV2cXErUVZObkw4YTQ4d2szK2lZN2d0RDFPT2R3UWs4aEhIZ2g5OEt5VDZlMTdaNUhyQ05QUmppQ05IbVU5TUFxUzFORnZqS29Jc2dIMm82a3lya1FnUDA2VFRvajVYd2tmU0tubVVid2JXdzBDdHRWM3paYlh4YXo2NTRsenkySEZDaVNLcEk0dHh2dDZnZ1hvb2VQdk9razY4VXlycFphM2s3ZUl3SFFqZS83YWlCRERGdVg0QXJzWmpsZ0xwN2lIK3hLcjNaRXljQkNNeU0rRnJUblh0S21jME1XUzBOZDgvSEFWY2V5eWNVOWFkbVNWUWFHci9OV01oeURCWGVHTmdwWDZ5RGl3VnBuY2lma2drLzUyZG9DMC9lNm9zZ0IxVUQwblV2VlhqcGVWMlNhTFFkTWtua2J2TkxaVVp0c1F1SkZ3WEEzRlkrZ212UXZ0UFFYOWtLZzNMd1QvcjV0Ym5mSzZORXpHMTR3UDlReG9xTnIrakg1T2J5ZFQ0Y1YxcHZkSitiVDdmbmdDc09QSE0xdzh3cnZrS2k3VjIwR0xJQUl4U0d3WTRMeU5FNTdFM0tGT1UycFRmZ2s1Nk4wNEF4ZFNOakdwT29rRHBLZWF5U0tUR0laQVVWS1d0TW44amZDQWtDR1pleVV5ditYZ1h2bys0ejFtZjcwc1ZhOFU3UlhjbHJ4K1RRRjNqSWY=', '491468279_18002380088753450_6532770207831360865_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-05-27', 'image/webp'),
(165, '2025-04-13 18:17:13', '17850570924439093', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'hp/TIQ+1iHOh1SrynxwHPm4vQkdGaTMxcG9sZGVZWi80N0hXT3BKY1Y1cFZRRUhYN1g4VUhTWUVjQ3lIcHRKTHJKVXlxc1lYaW95ajNlOC9WdkdTdGptc1Rqb1VOZWVqVi9rejdvSHkxTnNybW1iWUFNd205MjhyVWlwTjROQk9XYjZZRGFrQWUrZkhscSt4elRscWNkSE5HOCtPdzZUd3dDM1pUam81Tjl5a0tWZTNDMWQzRDluUG5EamJhZDc0MmIwSzRBeWxQMUJIZm5YNllMOHNLM1FmeklxSEsvdjZlV29OYWhza3pxR1M2UEt5TEh5TEh0QW1ab05mWHhCSTVpQkc2akgrTWo3MktyVEFQbXJhSFZ3cGlTUHhTRjFzN215bEVuNk9QaUVVMncvblFNMEVrc2N6RHBORzk3Y2JLTFd6Y0VuOWtXazUvMjFPL1pQMWVnancxbm5vNlhxVEw1WTlqT0IrYVVtbDVQSkp3enBPdncySEhRV0Q4T25VeTNWMzJpMXMzTTgvSjN3K3h3WmNlMU81Wk8rMlE5OElOR1cxZW9yYzF0VUZqT25STEdyUUNwRlRHNzFTVStHTkpxZG43bzQ1WFJKVHN1dE9uOGNPWDlreFRmNkx5N0tYMER2dE13TEt1Y2Zud1RXK2NVV2lqMXJ5Sjhsc3VHR1pjb0h3d1FpM1Jxb21iQlBydzdDVWlJT0NFQ2RNTjE0OWpkY0hIWmwxNk01cUJjb21jLzdvTTFVVHhuU2JDTmFuamwvZ25ob0kzeXVDSGpQWU9mN3NnanBoMyt2RzRyajJVZXp6NEtRYzNzNURmSldzY2hUUzlVTFJrM2xKaE90NnRjVDVSVlFlcGJjUFZpa2NFS3diMmJVaUk5elZOUEFrTDlDTzkxWDI1OUZGUkFXMUtYcVYySnlDVlNTd2tCUnN0S1BkaHFzbVg2WFlnNU1kR1ZrQWV4T3V3MGkvalFPSW5YWTBuWEJmci95RFR6VGN4b3MxSC9PN05GRzA2UVdXRVMweXhXZEtyKzlyR28ydEtxbkFvdWdla0t2WkFlZ3ZsZW1CQ0hXN00xWDZHbFh2dzBuLzAybURNaGNmRmNZVnZMcndTNFVVT2dhdmVHMkRtcjh1VEp0bGR4cmJTTmN3T29xcWMreWttWHJlSFEzYWVBTzVocmRnMm9ubisvWUNzcVFFTUFONEFGOG9uQ0sxcURzc2RhSldSc2tXbDVhTHpzRWRuUGZlc1gyalBMRnoxVklyV1VIYnNqWDZsRWJNWXQrd1czMUl1c1RybERJTWttdm9tekY5ZUdjRG1MRmNWenptNHhIYTFnRHovQVN3Zjd3T0lyUExuOVBsUERDS0xPZlByQXVUSVFEMzdjMWxpOGs2M3JZVGVEQWQ0VlNHa1BQRWlUamQ2TFA5djgxQmNzalVrYjZ3SFdmQzMveDVURzJGTzREczZjb3NPYm1xeWUvbE55Y3RENmlGamoxZTFkT1BzOWVIMjAwQ25za2hFWTA1b0NUbGY2ME5FNUt4cFg4V3l1TXIvVU5yR1ZsUUJKMjdWbDZJUTVxZkQweThTd2ErOXBBVVFHVndzTWxIQTN5UTFNSXozUUR6dzZCdXdWejlPb1d2RC9qNk13bnAyV0hwakYvUytOWVVOcUxhekZURzlLUTlVZ3hvbW5DMmpRYnhLNHE3QUZJYnYxOE84VnhqbjJPNTNyWXBEWmdTRG5tWUhTMzhCK1QxOGdzNTFVdmo2UkJ4KzJ0Y0NFQkFvcitJMEJFQXJHQ0MrTVZHRlNXR1pWTFdueEs3aEs5cnhUZXJYaGgxZlZrU2ZISWNFUFVnZ0ZtRDh1TklUSnJGLzRNaGYyVUtZUzk0YlplcWkyVXR3c24rNUwxRFdZMzdOdGRhclA0SldLRFkxV0NhT2Y1bnR5QVVXaHhtV2xXWGM4V3J2RjVqNllsN2NiZVYvOFdHcFVIZEEvN1FBM05leUVBc3BKWHFsNHF5MklMcy85aVdIWnBwZzJQYksyYkdkTFVRZEFId2w5Y3N5d09NZjJRcWkvcktUb2xmZ1ZPSitzaXhXQ3c0NnlMQ3NhWlVLbjA5OHhxWGNCZVpXeHdLQmFJL2FLbXQ5bThxaC9MMFhHc25YbFhsUFhZbDFKc0F6N1FOdmF3OE5YRVd5b2NpbGdLK0txZFdWYnNtRVdaZUlEd3MvbTRUK0Z1MjIzdGhSZVF6VW1OUUIrcmpDV2RCWEhuQVVxbGdLdHZlaG1RWnVNYlExNWU2V2RjcnVzcEZyODQvVjVHWWhMb1B0VWhoMnc4RWZ1NnBKMllvaGJUZ3dIMGVScUdxRkx4ajhnaUlhNlhqTEl3bkx3S1RUVnB0aW85c3JJTEw4V3hNUklDak8rWWFsdm9FWWcvQ3ZWRCtpV3V3Sk1RNU1nZFBNUDE2YmxZYW1kQ2FWbmtJZzRDdGNna25OWGh3enhscGpTU0F6SmViTlJJblNhQldZMG1Fc3owY0poYlJsejVkZjN2U1NNaktHeDFMZUE1SUI5WnVMOWV4U082ZkZvcGx2d1lOOU1IWnRoZzdVdVl4NEluMXo0eW11UlFTeDZ3K25WbWNIMlc2UmFxek0rMkU0eFBITFdNNmJLdjR5Q2txUmJSRmx4allYdWZ5ZUJ1cjlYRXhkV3VrY2E3UnorcEFHTW9leGJPaXg1YnJhb3NLaERHdmozV3dNL0k5cHNsWFh5WUtiQzQvc2dhcXRRL2xmcFhxY1JlNk1hUWgrQTMwQ2dtdFVoenZRRGZ1QlN4UXh1cHAybUhIOHZuT2xKSTV3YzVkSXlpaHp6UGFGMGlDT1B5cDJtWkRiTStkbDRaZ3BaKzl0cVNUdFNrZjNKK3ovTkswRTNJN1NqcElBS1lkeVhrUld5MW1mN0w2cUJtUVhvRi95ZmwxUEpxUjUvSGtReitPWmJkeFI5WUxsRHBseDZLNFl2a2VvaWxvbjV1NVFrNUkwUFo5WjVVbldnVHVydFZSUGxsZkRWa3NqTUVOTXFEN3U5L2N2V0lmV2hEbFoxSWpsSGxQSmhDZE5IM1JEWDIyN095dzRHQVJBdFUwOHdYNmJpZlp4V3JYYVMzRVlpM0EwVE9Ob2d4WTdRU0V6UGFjZUoyeVlKaW12UDhsV2pqYk9pYTVNaHhwT09Gb1dBenpKcVNHS1ppaTYyd1h6RUNqalBCNDV6VEtqd2JLNnVqMTdESnRQWDgvUjhIVnE2ekVEQktYYWtmOG1wZ3ZXMFRlVVRKbjB4cEI5a3MwUkR6bEtVRTJOVjdFcWN0QVVxY2krcGREUWhMOFBNVlBmR3FKWUxPUTA0cVh0V0xUZG5JVkpNS0VmWmxLNnJGUFZtM3hXb2tyVXQvdjJwVEcvSVF6WGM4OEczc3JNU1oxVkY3S3pZNFUveDFDaU0wWDFMbVp4Qm13UGYrMHpReGRsR3RDejVSMGorRVFGZlhPNi95ZHExOVJkSzVGclp0OTFlaEl0K1YrL1lkcFhLZzAwVHd3UTVoSkVBcEZxdWdEbXJGQ2hxRUdjZmdKWFFvVVE0THBheFhGeDdZZWtwbktoMStLVkNPSUxrSUZ5a0pqSFA2ckFXMkVzZDhBdDdFL0tNeUJRWXIxRXpQQWozU2Z3a255Y25lakFzbEpEcVBDSmZrWWt5TXVnWkE3V1hPNHpLL1JxRXB5YUJVRGNFZDhmU0M1NEJ6TDVFQVlWR2VWNlJMVHIvVWZOekNPN1J2NVpGRDVnWWIvTUV1Q2lURzMzc3lQN3VXSTZVbU5mSStnZ00zOVJ4bHJIbkRSUS8rTjFyU1FVd0xTeTdaN01OMHFHTlZJZ0t2UlRybUN3WDJCZmdDbnA4RnNqRVhMblRSY3JDQWdRN1pJUC9ZbmhESVlKeU50MUVvcmx1cVJwT2RLb0xCb0ZzL2grbTJ0b0JKTmUzaUdjNW9BSmxCcEQzYjcxRFZCZUp2bmM1d01EY254c0JPSzhoTW9jTlNqWW15VGowaEY0aktQUThNVkR0WWxBU0NINFdXSTV3NXBiemc9', '491264959_18002501207753450_7029705276186267147_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-28', 'image/webp'),
(166, '2025-04-16 06:17:22', '18057071362926609', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'KK+x/wxmhrgTJzANaRXeNGNaTG1qUDhsbXNzUU1pTm1TczZiWEFvUUw3eHdGL1NKdUhwcmxzbE9NTVVmZmZRbC9TN1BaVjU3ZmxmS0tMZGJsNTJUTU9ocW1QaWozTElQdEhmV2xzdGNlNlo4Q3lYQlcwNHl6Tzhrb3JmdWEybENxUXQ2a2c1VVBJS0FpOTh1c3EyNzRHTXpnWWNKak1nUytUOFRVZUd6TGczcUVvSGphT2Njd1pZNVNxaURHNWlWSDUvNGJERW5XMHVaSHI3SDJuSkdNaWxPUXlTZjFubzFyamE4bWFXOGpmZUdlOHhDMlZWTFdJalE1STBHMEdLZzRDekxNNW5XQjgrMEpmcDBSZ2dlSWEycjdnaDR6U1MzWkV3WThOUHFRKzdzTW1RV002MFNFMlpZYUppRGUwZTgvbXB3QmFpbElqYnlUdTVUS3BCekFTTDFuakR2cEo0Mm45SGdzemlIT0xzNEl1MzZsaXM2TlpqdWNjeCt4Q3JlaWhVeWE0M1RGdE9pRWFQTDgvM3VWbWZCYXBCQloyaTFnK0pacHlYVEpxcExYUWwvdjY1ejNDdEdzMzBUZlFIRWY3THZjdFVMU3RoNzJodDV2bERmSEZtVmlRWFVxWHNmbHF1Z3JWYW1DV1J6ZGwyblhOQ2VkRG9wWkc2VTNWMGFhd0RBKzh0bzNWQVF2bGdabkw0bFFNanFhc1c3ZXRZaHFtRGRYYTI0LzB4QUJQbzAvcmJqRVNrN3UzanVhYTVlQ1Fya1FFRWFkSkg5dlgyT0xta042aVRjT09wNnRGMW5OVEs5ayswRVNpdUVCMFJJQVIxWW14TzlEbzVLbUtOKzJsTjhBZDU4ZTE2NWZzOExRSWxPMStRM3JYOW1hNUdPZFdHQTBXYXUvYWlWOURNd0wvanJQMFRKbFZJOE82ZDZQcXhrV3RrSkpQMFNyS2xmZXN4bHZQM3VSUkRLSkR5MHlqc0sza2RVcEZ1cTd2VTYwbE9HRjNtTEFjNzM3TnltOVIyeXNzTGpLZ0JEVFd4YjExMlBqdG93YlFVZzVXeXVvZlU2dUQ3VGVPSzBCREZ3THc3elRRTVh0MVZsUTEwSEdSL1BudFFFajZvWUg5blVVUkZvL29rcDNObzFadXk0VDdWSnhHUE5uNW5KTnh6VFBLSUFQblBUSW9QOENXa2hscW41SVdDbnc5eXk5UWxnRm9ZQUdPTVNRTnRiaThTMTlPaGxtTWwyYzBham10TmxWNFFhZzhUMGxRZStvZDVPa2svUDlxTFNSU0dnbXNFWDVrYUlQbThaZXllL2gvSytNcWdud0Q0OGthWFhCWVIxaGc3ejZrc1ZnWStpelo3U3Q5emhVUTdzTVU2MDUxZkFPTWM0c1ZENkI5ZFpJYTJIZk5weXU2OVJnUUdoM2daOFVlZXJPMjhqTUN5SHlWMnh2SndmdzZicnlTYjVhTW40MlZBWjFoam1yUjRhQ3ptVERxMnhrdlpObHBIU0JTSjVEQ1Nsd01IUDZ6b1JGZVZiTjlMWlZIREowTWVDVXZVcEc1QjdpcGFtTk42RDVTNDVENG9lb1ZBQWtmSXNxTEF6eXVjeEZLcmtEY2V3eHpFLytJbDRvZ0FDL2NDbnBpUFN0U3Bub3FkYkJndVdPY3lpV3N6ZndSQ0RvUGFPanp0QWFwRzdrUlZaZFVFd1RkaTNMZHN0RHBqeGxLOFZoemg5Tjg3czIzTUxXNFZPSFpoaHNxWVdwakpwMFowV1RkTTJGZVkySC9MWmhrZWxiYmVIdUlLUDhiWDlydWIvUXVWYTYxUkVxUDd5ckRRN01jMFl4V1k0TG13ck1ud21IYVRJNnFKTkc4SytRaEk2TzFVZGZkMWtZeXNCUDlaWHZLZjlFQ1ZmVDh1SGRlVGEzb0l1QVVLVGtRdTJvUXF0NEpEZ1JEVkt3eFlQbFlNaURKNVhoNWJjcG95NzRxNjFWZnFxbUVRdmNZVnN2cXYxd0pqNGY5Z3FLZUFYa2pzYm4weHZhWE5CUFdjQTFXam9zY1NiMTlpNzhDSzhuZmVtb3hzQW12aFdKRXcwd1psWWh4NVRRQncydmxQb2pISTdRRU5CbnFuYVZ6YUI0RWZYeEZuSFAvMGJkSEYySmx5ZmJzWVptZlI3ejhWZEM3K1hrOEVYd2VSU3Q1eUhtTWJmZEJXSEhCT056clZyNnhEa1ZuU3l0T3dRaUFCNEVoVHF1NThWQUFYYVEzbXhRaDJlazR5ZWRoVDM0ZFA5eVpXTVBrZ2doS05kZnprcVdQSzl6SjFFL2djVHJUMERuajRuZDVlQlFHR2h0b3VrckxlQTNkaVRKNlZKUDZjVE5BY0ZtZ2FkTlVFcWxNdTkwVisrZ1FjZE0wb3pZWkVNRjRYRWhVQlY5TGlBZ2VWR3Z1eTZqdkorZkhBOTFsektNa0RhbERNcXdOaEZtU2NQR0tCUFpOMmVRL1dJbzVnNFBNOHhmNWpoYUNEbHFLbTJReWJTd3BOcVF5ZTFOS3BjNkl4VklUc1ppYzVUaU8xYnZIVEpQV0RiWXNCUGh3OEk5YlZYNUp3Qkpzdk9xVTJHQ1lYUmNaNWJFR0s3a1JTL1hGQk5GSERXYVFBdWF2bmxSUCtjZ2lrYXUzR0VxaWRKU2ozQ3hmUlhNUUVna0dheWxWQ2d3R1FyRWVlM3BIUHZWQ3dIdWh3ZXJpcVJpUDJkQzk0aHNRbFAwSTgzU1lqdmNYRTFRdHBaQXFSeGtIc1ZIRWUwcXVOZFFPWVN0T0Z0Z0s1NzJxVGJIQW5jK3pVNC83OTZUTmRyVVVNVHZhc2ZFSmpsdWt5R3lNK0YzNzZvT0lxL09XQXM3T05aSzlpK1pacFRwdnQzOGk5NldtdU5BZUk5U1lRa2ZySVhTSDdOc1VEeXhRQ0M0S0VqdTlWSUFiNGQ2ZmZKZU5DTFFYWk8xcUhjaU10c1VLOFN4U0dENER2TnRjQ1hkNU4xR3kwM3BtcTlsTFpHRVRwM2o0TTNkNjkvSktxU2o5T001ejQveXZrY2lSQWdGNFA2VXVwejhQYUVDemFkb0pRVTF2NzY4bzJEZloraGJzQkVvMDltanhqNUpzNlZ6RjJKcm93ajJwQ0xwTWkydGd6eWtIa2YyYnRpLzZaVzQ3LzdnVFB1WG1QQWs4bUl2T1BxYjJiTEFDeHh3NDFvTGlYZHR1bExjSk92dzhCVW5aaXBGWnpzYWhEemdUZTBlMUQxM1pOYlM4M3B3Tnh4ZG5aNExUVmhnZkxCQVlaK1NuZCt0a1ZUZlNlODNMWVdybXJyT2VRNmlQMUVrWHJ5MG45VlhnbVRWbTZ2TndFUzlRZXJUeUtGRm95cVp2ZWlzakhBWWMzTUJiQSsvcmhyTXlQYm9HVDVnZStVL1hVSzllcFY5WkhSYWN6S0tHbVB6Tnlma0N0MngxblRxOWVCRnYvQjFhTG8relBCUnd5akVjWEh3c3QvTWRUdzk3TFAxalZBemlOMUREOWt6WnlqektGdXRISm5wOTVRZTYxTjdHcE5jTWlDYXN4ZWdBKzRIdTBsOGg0dThJaVBDclNMWUlyQkE4bzdmVEVpU0JtWVUyelJwYWNyWWNITlZuSm42VngyeEY0cDd1T1Zrc1l6SURUSHFLazUxdDVyRjFMSVNBV2NScnQ4WFJLNGh6ajJBZXRmSGtSVVhGMEMrSU4xbGxLNExZd01ZVWVKZGQ4bjNIcTNqWmVBelM2K1dpWjhjdEhQN2xvaE0zMng5ZGdtMCtGZCtpeDRuUmpFRFVHRGVYVEtTWWZrSkl3Qnd2cjNxeXBCSjBhanFVYjQrZWpYSnoxZjNKdXdLNk5lajFXMGVITEJJUmtJdDRTTko1aUsrN2pRYkk0aVFzUkJwSm8wYjN2NFo0RFBqVitLWUFvbEFDaVNDOHd6UmpROWhpV21MSFVHN0Rtakkvd0xyaWRpbEsvUDA3bS9rZG8vWlV1cXlzaTRCNUNmV0gxaHRMUER1UmwwbFNnUFBZTVBVT3laN0orMFFWTlhjWklVcStrdzAySjVjMzF6Ymhxa2ZiVWNKRHgxSGNWSW9veEI1NkE0Mnl3WlBiWFRuK1NXdS9Ha3IxYVlCYkZLRzhZNm9sY0pCVTROOFM2S1Fod1pKYWFNcHRvUHhCN2Z0eVFHTDh0K2NaYU9YWkRHaDhRQTduMG1XZTRzYUxvcklDNEprbmx0THBPbEhCbGQvL09PZkNDYXZJbWdodTJxUzhDKzhNN2VjbDErK1hFYXd5cWxCa1FHazZmVnJRM0xRS2hIT3RJRG9PMEtNUzcvTmlxRXBEZDZWaGtHTWJIdWZoVmFhbzBDTTBxZnVsSDdhUmVVeGNRd0daV2Mwa0RnbFJZeDB3dkM2NStYSUtycmJDNzF6K0NrNmJBUWhIeVUwdEpxekZPemV4SS9jbWFQemZjdzlxMzRuSVJBMkxWMGVuMHhOM0xKV2VWSXQ2TjdjTzY4RVlzSFQzNE9ldFNwd2pMSmNLWG43S1FSc1hUcDZNanMzdVFMa1lYdXE1NHNRazJWOHBqM0VEaUtuWlVncU1ES3lNTzlyY1NMaXlyR0FDYklsOXJHZG9xK05UUjdSdDRmbFdOV2M0MTMydVhDRzBoOXdocEpyOW1EaU4zQzZ6Tm9NbEdxVThLM2ROSUZwRHRiRExDS1FRZEZwcWhrNVJQTjUwVk16VEE5NlRoZFl4MXhNYVM5d2hHTDVkNlhSM3RMam9rcGIxWENMZU83OWphbEQrdDgrNHdqQkl4REE5dmE2cE9XaG9mdHRkVVF4dTIvdjNGZXl1K3ZaZzlTaHhOKzNyVTlmNWVMZVFhQVRjM2ViL2t4ZGFDbjJSYnRubzRheThTUmNXTnRicmFhN3Ivb0ZKY1hDRUltU2RxdzdmTngvbTlLRURPTzdWZ2VNeUpOdDY4VnQ5RmJnNUp2US9tK0ZaOVdpb2FqQko2alB6SHlvWStJc3FJL2ZicDVoZ1E3MW1TQTZUbmdPWldYZk5wU2hjM29udzNnTU1Ba0pPZ21hZnBoUjBqOXZXY0p6dkw3V2ZiQU1CSFludCtiMzRBUnFLU25Pd2VhVmtzNUxDUEhCNWVhWW5HcHlScDM4ZTEyQ0cyaUpjenZnUXAzWlF5bVozWWNBd3pGYmNnRjE3V1ZsRkwydm1FZUlLMkl2Y28wcU9hd0NZVTY0YUVLM2FtU3BQWC94ajVSMzl3dDA0RnFndmx2aG5TOWVaTTh1MUVzYlVhcUY1R01EZHFpU1hzZHpJaE5qREQwSDhpTDdmSTBSUUtZTjg3NlM0S0ZxckFia1V6SVBoTUY2ZW1EVEFqSkJzYjBTcnNiWE1yeDhZS3FTcERYcCtYbWxkbHpnbGpLb0tocGgxRmxXYm95aWVWd0ZDMVNDRXB5enphRXpKbVRWN05XTkZSRVZzLzNMR3pJbWpvSElwKzkzZ3hoQVlwTjV5R3pac0kwY2R1RXN2MUF4QUY0bFVuNVQ5SE9ZSExLZXQ4TTRjRnZVRFNqdzZDUkM4YUtQa1ho', '491442685_18002752802753450_2508276989632501371_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-05-28', 'image/webp'),
(167, '2025-04-19 06:18:55', '18006334727748683', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yGaRgKzI5Jl0gIy1C+GEy0VXQmlrcU45dk9HTk5QWE0rYll0Lyt0VXk0bmg2ZnJxWm1sR2VvNi9YUk1aVUNwYlplamFCSTkrdVBFSk1kMUVvT1ZRUTE2dkZJc3YvdUxzRDlIMVBhdXVVbnprNnhIQmp2azRWNGNydlFsT3I3MkNHalNTVjNqbCtMQVJFcW14alhRTVEvZGpEVUk4ZjJRUVhQS3AzTUNXRGZYUmJsYWFGNjFvSjRKalJsbkE2MDVDVk44cmdRZHlkbzBkeUpqUnVnb2RhUXJTME1VRFViTjR1N1Q2c2hpSW9UK1BlRnozN3Z5MWtpbU05WGNDS0RPSzZjT2ZjbkNFV09aWlBNcWExaUFTb0ZZc0VkY3lXeWVVZHFiL0FBRytPUW45c1k5amZqeDVBaFdDb20yMW0vbXJYd3J5TUJ0S24xMFF2c1VWWEVLNFBhb2VEQk1VQmUwUmNxZHpiKzRVZTBGZmdkeC94ZW96OWZYZVNQSGU3QkJKa2p6SGlSdVdVZTVBQnRySTR0WTV1NVhrUVg2alQwbjRZREJ6ZzFPMGxQZEJEUHZ3SWZHNWo0QkF6cWFhQ2t6NkhJajlPaGs0bUJ4bCs1Y0V0SWg1WU5FNjZFQ3lvM0JsLytJZEtoVFJHSmp6UFRjclprUTFTUjE1cjduNUZlZFo3Y2sySG9TS0pIWnU5aG10clB4OTVyNVVEditOR0Y3dkEwMVZrakVUQjVYU0hhanNYdVBueHZnUHlHei81SlJONVJQbFczdlBqd21aUmFHTVdOSVJLM1VvQ29ycGxod3h2eVVYcXhUaEVzSFMwd01vWTAyTjhiTlRYbU5YRGY3dS90VWhMV1FNNUVQVUFXc3Z0dXptMWdHcllWaGw4M2tJK3Nrb2p5Mzg3TmpqdUUzNmlEU2JoTlZrYVRjT0RyNUY0K2FxSloxbHFQR3lnWVkwWHJqSnZnUm9rNUVxT3ZscVZiUGM1c2hDMjN1YWVZLzNDQnZQOVFJZkY0eFgrTXVEUnFxSzViV2ZhTkQ4T2hNQXNYMTkyWVVIK01rZk5QSFJKUkF2aTJnRWNOTVBmaS9WNXZvODVqV0dZNXpISUE5Y2VtSWpRWi9PcmYxUzdWeTZya09YOFNRaEo4VklRcDgzWEZuaWVwdmJRMW40MUhuVi8zdm5Md2VFd2tBZmVuc2NzQ3hqcFdGNE1jZ1RxbFpLQTZJS1hmNWpDMkZSSE9GbnNrTHROKzQ4dktHY2xWRFpQSUUrYUhkUk9HQ21HM29kTlFRMTVzeGJ2T2s2dDNnM0EreGo4TUhmTWgxSTl6Z05NdGlDV21WYXUza3hmMzJqYWJ2TzR3QksrL3Q3dXJ6SXVJR1lzdE84TSt0bmVjVS84VFZGN2RwTGZLWnRtckQ2V2RaMUNHREVLZHpVSUc4cnlFSjhOOTU4dTI5Y2RNRE5CQzNGeTQxamUya2pUMFo1YVR1em1hYUtNQWo0K2ZiYjRFemY5OWZlY2k1dElmU1RMT2JTa1pVS1VaeFNLdHFtVVZFNm1kT1lJY29zcUZFcDJ6WEtHUjRkNk9RWkZCVzgxVG1tUmYzZTgwZmdldGVVNEt0aS9lR1NWcncyU3dzMVFLbnZxZTMyWUxTUUo4UzhRbzAwRWFuaTlCQ1NSMGV4OGtTRUdKTUxwc2xya2VlMTZYVUZHYVg1MjROMk1ubDNSZGpaWHhENldpWFZxbVR1TnJXY1VnTlV2KytTaFVDUitZZVdSckc2TkpxL0QwcDhlWkpwanAvc1F4bUVZYlZGK0I0UlIzcHN3V2JiUmxOZEhpbGdsVjM5NTI5SEtMaFlMK3BiZG9aTjlyUE9lWjAxaitaelZNOXpnNU1GS1NndmNTaEpCa0RjeEV5VjZJWHArUm1yQlNsUCsyMWhZT2wrTnZRV0EzSGI4SlBQTDRiN2I0eHJGdkd3WWlLcmh4NnllenRCQmQ3SWxTbVVRUmI4M3NEM1UzUDFQN2dtQllyMFhhLzFmMkRHS0c5SE4yazNjcGJCRjBMNGRLNlpGQkJkQThtV3JIQ2V2QT09', '491313898_18003057134753450_7019345936823636885_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-30', 'image/webp'),
(168, '2025-04-19 18:18:45', '18142603699383388', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '9cY72tYbiXwl3kARpzLid1lpcVRwQ0xiVHMzL0NncmNiSWNJZjFVNmlNZEFBWjdnWU1iMEEzNTJ3MDRmRC9uYWRlSUEwSk95QVp2SmJyMW83aHM1NFVQdFg2ZHJTK3YwV0pvMHc5c0xRcDFtaEFoOHBlR3FVRmF1QXgydmJaa2pjaGNHWmZMcGlwSHFqYzJ3UXpSclhmUUdTN0plMnRXUDQ0NVJyNG0yYldTcTIvQ3F3bFBjZmJkWVkzQkZLd1BPMDNCVDVrTHp5OC9pLzZRSkd6S3UxbGtYRmQ4WWg4U01mLy82ZGp2N240UDllL0NQdFZCQkZPTHlQQ1l2VVkrNFFpbW9waHJNNmtoMld0U2trMWw1R1BkTmhPRkkrSG81Skw1cmhPRXdDaytVTDdLL2FPZGFjTWx6WGh0bTdyQlZtSDBvb09ZRzVFMmE5OW1YUVNFYm1rY3hVQ0dmREI5M2J2bk1FSHAxRWZEK3BTS2tWZDNMRURXd09pWm5UV245SWMybVI1TU01VXo2cWFNa21hc0UyUzkzOXpNeUVVbWt1YkQ0K3F0bmNJZ2hycWJmMU55eTNRWXVPRjhtVVljMmJLNVJJcmhsbUdKR1VsNm1kN0lxc0xSUndDM21CZ0RuRWIrdXBkaWZydzJ1cElTd01zWVZrTHEvUDNpQm1HTHduUmpPbjhVYktMdDc4OXBhYSt5L3V5emtKMTdPcXBScERwZFVzcE9lalp0NUJlRUtnRHQ3T3dVdDJNQ1dTaytlUVk0cDA4cVZaRzdibkR2ZzhiTFZwYXNtSWVVdGxKVjZ4dklacUpsdCtaOGpDUTAydHkrN205NXFocmxJVnhHWGRKM3h4Z25LYU5Na2Q0NUtOM1FTRmRjWFBLbkg0Q0IyOFBJNEdER1ErUVNXZVV4ZytyS2trZ2RQWVRHL3l1TGd4Qy92TnJGcjVJVFJhL2dxZFROOHo3L3lncFZzNmhQejI4R2JuV0k0Mzg0cW5ZUjF3VmVmTHo0YWhSc3NwcE12ZHV1TlZmeFpwVUt6MWdXNmsxZWE0WHBmOTM5dmpxcHVvNUh4SEpQaU5JZStaVEx1d0lEb05QN2Q3c3pkSVErUStEbStDYjl3djgyd1MrNWh6Qlk5RnNteGlkbGJ1N3lod2h0cUFkdVNFRldiNlYrN3BYTDRmVHJCVTVMaVlHUXE5bUtpMUY3ZlpMa1E4R2xhWjdDVXBUeDB3cXNUTDhkUW1qTnJkQ09zbENvV1gvV01FdnQ5WFVTU2lpVGNEclZKSEk0NjllRkk3VUM5bGtYU2xPSHBoNUlLaTQ0WElHekRTd1J2OHEzdE8xMENGZlFZT2ZnK1IvZWpOL1BoSWpPbHFvdjZlV2lZaFVGTUtRRlBUTVBLNkZUZTBIbEozWVFDNnVQVkdRcUkzdmJwZHBWNW5oRmlHUVNpdXZBa1MzeEQ1cFRiNHp5RVFON2MzSE9kVlZ4U1djMC9RWmw5MHdwK2NmNkZ0TVl1Qk9UWWpvZENOcmo2NlFUdU1wekZ0NlpMMUlPTW8wZlVCeS9MTHNsYjRUcWVwQmROVit3NDhROUdJeXE1cjJQTFFMdWVhZGdndjUrNFBXNWc3Y3U0dHpVb3I5WG0xNTlsV1UvZld3SEhsUkJEaXZJVHJWM0ZkRmZNWWVERW9hQTdpSG5Pa1dkYVkwYXNoMWVlN2hkM2lkZG1LQTJHU0IySENpb2FZUERkWGN0ek83MmpiNE5Ta1RHZlQ5SVBkU1pvUXVmekMwakovRGtRWlhKaEJ6c2JwU2NQNi9NazlzZTB6YzR0bDFZRjNmQ3JTYk1ucEVSYjRkc2FTNllGNHZXTGdjR3FlSFo2ankwLzM2QXBkaTMxYVVXcUdGS1NsZ09uRXBjeCtwQlUxNDRQUW1nSlpzVE1DeEttZVo3R3hZbmRpYld5TjdYSUhCUTdYNDRpYUdUcjBMbDQ1bDkrOHAvcFVHRkUySWFLQi9VT1hneXNzVjFLbXhUSGNUNlhyRmFqdUpFK3VyYXpaSE1ydUhuWmhjQ09UdjdGdkhJaDNOTkZvTWx0NEk0NGw1Yi9OU1lhQzlWNGdkRUtkbHRFSnNvUE5wZ1ZQd3ZLZEhweGhVZHFrM2FpR0ZuS2kzM0duQjhsKzBvVVJYaHZTcjVvQXZ0OUFnZFp1bFhMZjVnV2FCeU9SdmoreTEyM0ZjN0pjelU1YzJNNzNzZzRNSTVmTkErY3hZTkdPQ0EySVJtTms0cz0=', '491504755_18003125012753450_7294213271113207984_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-06-01', 'image/webp'),
(169, '2025-04-20 18:18:51', '18083028847581651', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Ge9GhqpvtVgtW5pVZ8NSwThEcklFMGc0b0IweWhhbUdWSDluSnpNY2p4Z3ZwUUsyS2xzeEY3V1pPdk16ZzZsTkpybFhYT3JzUkZFOHVUU0hCV2NIYW0rdTF5ZFVhSXlBaUxjb3JKdEVqd3dmWW94aTlJUTZ0SmRnYkdGcmwxbDZaTERiNFRwcUVzNk1sZDY3WjUyczhvVkdqQ2RCbjU5SFQyMENqODBjRHVtYjBaZlorSGtOQS9wNjgvaVNUMkpSSVJLUFBYck9mVHRtTW9pK043Z1BwQ3lNWXBhS2Z1dU5vTnV1MGNkMVJncklOcmQ2TGVySjZ5SUsyZHRPUGRLU2U4MEdLRjVXQ1BDYUYrLzdJQ1BPK3NLejJzRUpZU2FucXRYVUcyRDdPUExnVzJ0TjRrVEtBOE1LOGREaTBTcGFpZWh2bytRMmU2b0g5ZStMMER3N0FXdVA1YTRTYzNXSTRmMnJUbEpML2FzZGwvc2gvMUQvWDNPOXlEenJvT3EyZmwvMEttZzFGbzdhMjcvbzlqdlVMMzZ5YUFES0Y5dmVucFRBZENSaC8rV2k3YTlxUmUvWWw3NEttd01ENk1rUXpXaUMrRnQzWWtVYkdCRmQ3TGphRnhDeWFGNTlmZ29Xek9VeUtxOUxUSFNLaTA5SWdGNVJiWGVvNCtWaXBSZVZTK3pmS24zUVpPR05meVNXNkRTaXJuM1g3VnFvNmtpQnhuaE4vT3ZHd1lGbit2L2VIUFRma2xKbXM4SXFxMnJmQ2Z0cHBxczN0RTB0NWR0aTR1dnBpd2RVSGRGWGRGT01wdURJOHFkNkdYT3JhUkRVTnJ2cmNBSmhNNXFlK09WT0NBZnV2VisxR0pGNkNUWDgveU5McDV2c3dhM2RsMlJIeXd2UXdBaFltVlF0bWFOdmpDM0RQNllSdFhhUWNMUVVTVnJtU29kTm4ycitZQWRGbGlRWmJMWjBoZTd4NFZ0MVZJWDdMUEFHYkhsL1puVWU1YWtFdTFiSmhyakFSK2x2cVVsK3BYK1pBS2lXbHFacWk0aWtHYlV1YjM3OFphVnc0NGZHTTYwRCtQZGtrVjh4cGFJTHRENno2SmZwYnhsbVhqaHpqeDJpYklMYWdVQkI4RkRBRVNOVXNiZ3lJRGxDSm1Ia3NmOWw0M016b000NFJoY1BGb2lyeG5HYThKekdLVkhvN2F3N3gzRmNoa3pXU2EzYXA2YW9kVnBnYTNvSDBFaFRUMmhZZ1FrRklNelkrd2tuYXZOUHJjbmdJLzZqRnFzL1pSWmZTL1pzWHl4eDFYOUlxTlMzdlVRTXkyTXErZkdtMDZPMlgrR0NpUFNlb25jTmRBZk5KVTRLNmpwYmlRS080MjRGT3EwVHJoM2c1SjVLdTBxTHQ0eHJBdmF3eG1qMm02RXRZdnlGa3VvekR1NVRyVHl0Tit4WDU1NDZHZG1mcnFtK1FLNEZ0MkhrNVpUbzdMTGt3NWtMekJxMkJ0d2dLTFBvTFBReTlKSCs0SWpjbDBFQkJUSzltUWZpc0JLblJ6cTNuUG5oOU11NXdBTWhYczhEdmR5UGdZSFlINXhxd2I1d3JwRGJScHVXSnFRditlQXFuRHMvckl2S2lzZjVSKzVCd3EvWDVtek1EY3BJQjhSN2dlWWNIVTEzWEEvRmFBUEI4THcrVXdKUG8vUEZoWWc4b2wyTUp3ekVSNVlmZ0pxclBkTkNqdFVaOXpBRFpxa1hiU21RcmtUK3NzUWJ5OFVBTERJblVFc1VXaTZPZyt0cHducGFlcnh3QWpVSHl5YTNVRDBJQ1NDUWJRYnNSRDBvUUtaeDZRcG5GdHFmb3V0Um1EL3kzWXVqRzZNL2dvREN0RnVxWUF5MmxIWllvTkVQYlZ1d0VBYkR0KzMvMmNiWUd5YmhBMCszbDNNeHVoYWlSVzc4ZmY4MWlTUTNMVnpnSG5Cdk9KRXhUVktSVENKNVdrWW9tZEtTU3g4Yll4TTlUUTNFYlY2d2RUNktpWU45L3lVbnQrZFRyRTdQK3UybHg1aEh6eVdBMXM1bHVhTkVHNFo1WVdOOXp1STZSWEFvUUNDaUh0NW9QTnhwZkxuMW5GWU5YZUdaRU5NdU12Sk9SQlhFcTBmb3pTYkszS1E0eVh3RjhFTWcvZlQ1N1FVWWpvMXFZbXRnV0xPRUIvWTc1S2piR0J4RHhmK3hRa2Z4bSs4aVJMbUkrWHNibHZ1NWhUSVpnb0h1ZGZ2WlpqZEF1QzBZcFpHbW1BUUVuOUVZWlJlcWg3K2NBSmVJa01Wb0tZZ2g3SFI2WVh1V0RSdmRLUGRwQjY2SXQrUlkra0pmMmppSUUvRnR3U25wZC9IejhiTzlKNjduVEIrRHBxL0dGWWYyZkkydGdkQVFPekl2NjJ1S1oxSnVLcGxGQUNkdExycEJHUy92RXdZeU11SmlUM2pYSTRVWVowUXl3RHpRUURIU3pYdElPSFlySy9RbmJDU0VzVDA5YXc0U0JOTVhLcmlESzF1Q1V0anRlbzRXRXg1N3JCbXNwY1hqNUI0VnRpbDJScFgzcnpKQ0xTd2d1Y3NLUGF4bVYwQ1NicWN6ZS9GVDl2QXRpVUpSOHNzQjBrZDAxOWxDTFZiZEwrYjZjK2pvQ2Z0Mkpyb0lrVkpDR0pYRkwwcHR6TlVmVERjTFJ5Zk91MUZnOVBWRDN6NXVDVGRZdHJWSnJlSWlNejEyY25PWlZxYzV2N2lMWVhvTDhWYzk3dnFXZUdzWlVrR2ZuYTdtbTE4N3JZTTVqU1ZQYm1ISHpKQVZBQVFiYTF0RmRwcFc0aGl2aXBCbnlxNERHOTU2aHRwMXgvSVRYSG12cG9QTldOd1EwSWNad0ViU2g2Yk90Z3JJQWZPaGU0ZTAwSWFaUmFqRGxGSkF0VmRzRllHRThDSVBYczNJYnI5cmtqZEdKZHIxRmo1YWd2a1lWVVdRZEwrVnBna2RoUCtpbGdwZXliK1BBMC9UdkFQMURlN05wTkdiVVRXWXo3YUJlYkJTbXRxc1dHSktCcWIySkhzaG83WmhZQUJ2b2FWTVFGbDZEZXFpZDZ1SlhpbXA5VS8za2ZpeGlnenJlMUhFdVEybmxlVkJzWEpQUUdiNFJhUTVmSnA3MGRjd3BRQnpkM2FtNnQ1dTBTWkJwK0REVEFiQkVlZVQ1YldyaGJpUm50cG5RTlR0aUxaNHhyQWJaNXBZT3BaZGtFSHJHbG5BUGZNeUhnTkltcUtHN1N6eG9YZkd4clp4VVRQbnAwVnpSaXJMWmtZYyt5UysweFJPRkNPMmhUeVMzT0oyU1FjbkZacGRLVVRiMUdXbkhJbFMzMFgxVDNLS1RCMlNtd0Y5K0xPN3N5NFJ6bnY5eHovYkZiMmtpaFo0N0hGWlVaRXltNE1RMlI5UXM1aFBCK3JTOW1IR25aTFZkN3RXbHZwZFp6QkVmL3NkNzY5Z2N1K2lLRDE4dGtVenpZcEhvelN5Rmpxeg==', '491439105_18003241385753450_4404935822050979798_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-06-03', 'image/webp'),
(170, '2025-04-21 18:18:57', '18071136928843081', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '/17AhGYc2R3lRYZIcvvITDZpYzJXRDlCOHZyYS83RkJNbmRHRldTRE41bm9CbTFFZVoxVng1STRIZ045ckFMQXFjZE1VZ2hBVitEZTZRMWcyUFpDei8vZTM5TkNVd3ErbU1HTUtBM2RCSWdiWENzMWthQ05IM0UvWDlsR1FVRXBwbkRKY2xmOGU4R3JNNkRLRGZyK1JXWmFXZ050MDA0KzhJZ3Nab1lUYllHZFhnOVVKM3FvUkhVZ0cwbnBjd3RtemFKV3h4Mm1SakJpQlRYaVA0ajI0TlFZbTZRT0xYOUhOQmtMbEo5RFh4cXJLZWptdUJob1lyMHFidHpTMHp3NGlPNlB5M3RRV0dHSGVYTHU2b0E1NmRoS0w4cGdDeXVxZjdyN2hRVTRzMTBTSnlOdFp2VDMzVTBxZytYMGNWaW5IMUNpdlF2bVpLOWhkRmYrUFVuek1mVkNjRGtKODFVRUZMZFgxRFRTSm5sUThGUzUxT1l4KzFqc3hNcUI1UDV5MVZqYnNoZG9KRGthNFdrcUJDU2JDd0s4VWRhMXhZcjJvUFlObVNlVmc2ZXBmN051ZTc0MnI1U0NpM1VzUDVOdkt6VXJYaFIzV0RWbHh5YWkzYjhJc2pFU1pLRFNTNXVxL2R4bmlCT25nSzN0MFNSMy9rTFZRZzgrNTNOWVZLKzl5dHN1WXkxWDVUSEtRbU95Z29kS2piaUZUTkszZWFSY2RWUmxleWNaWVpMQi9mRXpiUGxzQzFvalVCSWMyQXhtaWs3WHFlMXg5Yk9yOUlKbXBGSk5SbXFiM0RIUGxrSDhwOWxudC9zSFhuejlhckZBbTd3RjZVc04wNlRmSnN4T0o1VHZBNXZJdUZvWFBZUGh2eEQ2TGxuWmVaVktKdW0zMlNKSnhaNS92MGVtR0xPUGVLRFpZN0dvUDMyZWpCMlNzSzI1bm1SN2dHT0pTSEw0bUtMMDk5WFU0dytUb1BOdVBuZWxSTjhZTUZHNnZ2ellhOGJyWHZFbStkeHZubERtSExQOC92UXVCT1lIdzNZKzQydmxUTGdScVErRUtyRWhaYXJoM1NWdXYxYzhBcnF5amdFM1F3RzlkN1grZU1MdER0czhWK1kraFNUd1RFVVhrWWsrelVUallhbUJaZTdhSkxrb2NiYU1pVDdna012ek44T0Z3OXR1UWJGWTdlT0dQbDI0Yk9iZVpXSVVrZ1BRYnd3VC81aVJwZlJUMVJ2WUVZVytILzBMSEI2d0xSei9UWTc2Q0ZiQ05oZWViOUlBUGl2dEJJQWRUbThWRVpRc3U3eTBFdUdORVE2RDFxVE5xWGVubVA4aW8xNHRkaklhazgzVkM0anpoUk9pdVZwamhtRjh1Y0h5VDJnSkpZZGVuSjNNOWxwN3M0cGF0TFA5V0k3TUhDS3IyVmpRcTROWFVzUUtJSC85TTA0SXAySjNRZzU1TTJ5V2luWnhMSHlTcmxZS2c1WU5XcTduUXVIVk43SWV5bHBDNTg0bkFPREhKUE9hbWFlT2xlQ2FtOW1YMklzTzZZN1ZiSDVjdVphYSsybWdCRDR1Rmp4TFNUNU1CVklGYW1mNkxxdWw4VWdxam1teDJJeElmMjNSa0hxdGpuaG5PYmtqNllqVzg2UXZJYk8rbHp2dXB6SUhNUUtaQWp1VjdPbjU4OVR3YVNmQ0JPZVU4VFV3KzV0MGxTbEhLODRDczl0ZXZYZEhTVG9MOTFVSzNsdGNMejE1TmxMYWxNWFErV1A2M3VHWVNnSDhvaHBhd21XMHpveDZ0NThKZUVXbkNib2djdjkzN09SZlFZc3ovWmtKdWNwcXY0TW1vNE5oZ1N0YUxRTlBTUWJCMzVmVFZFYy9NcVByTjk4WUNJb2RHeEhVZG1DTlpiMnowZENhSG1BUlMrdmVkT3hMWFFhTXBHK2VsdXZ1R2lidkZqK3cycFduWEowYmRVMlFEWEVNS0hLNGVWM1dPZ0F6V2g5aDBwM0duOS9jS3dGYzh0TmtXdVNMVzIwVjg0UUpOZ296OG9vYzErRkhIMTVDblFoTmFMQ3p4NngyL2VqUmpyRlN0RHJTbVFPd2FtSTE1RlJEazc1REp2N2hCTFJNbnpsaG9IYlgzS1FFOE1OU1o0L0hNVFc3UXNQM2drTVp1aEM3Ry9MMm1uT0hmNng0UHNaRHZwb3J6RVUyNFRXTWtCT2huOFM2MlhLcS9pUEVMRDVzNTdVNWd0emZGcGpGamdvNTY0REZSbzRoZGJ0U0Y4cmVtbDFybmQ5T29wNHZRcVZiUnNFbndvWDJCOUJQbUkwU2t4WEMvMEpsaVY3ODBMc3lzc3haN3grVy9xQU5XVFdFczZ0cDJBdnhDZWVSbEFDMEhzV1lxUEdIQ1dXVGxjV0REZndwaWQvQUdRbmFISGtlSWNSNUEydnpUekVoM0oxNHh5RTJ6MHRDbGlEUVZ3d1RncWdTdTZxeUhsRFp1azh5MlR2MFkxZWNnT282M2dEM3drOGZyaXIxUEY1UVA1anVtdnBTZjJIc1U4eTRPMlpXdmNGMy9wTm5pUXhuSlJpRi9PdnlGUW84QTRqYWRrRGRXY0pVQWhFSFZMaUtiY1VzVFY4QkppaERpM2FBZ3lYdmoxbFhydHUxdXdHVUkyVndCQlZXeWFxVm1QNkczV2JRcTBuendITW1ycGYxSTZQRlgzK3lkYW5ZVDdnUE4yRW1rcGhTSTAzSWZ2R3JkQjZYTUkyVjJaWkk1a0ZCRzhnMi9uRzU1ZDMxUzZPMkozbkIyUFFKdjFaSFN2elFtTXAzZi9lc0xxVitTeGIxcXBLbGRRS3BRQWJpcHdGOEdqMStzUmNjeHIvYlVicVFKakc3YmdWOG9qNmxBcCtuaWF0WWErMEtlbWp4eGt6NzFQNjhzems4YWZIczBtY2l0ekdvdm8yU0wvLzFZWEtlNURJMlROVlU1ZThOSXdtSWxmZEwzTUpLQzd5NWhEeUowYlpGV2lBWmxNS0J6NE1OcGc4Yy9EaHVlTG5lbElxREhxRE9Qb1hlNm8yNzlqZGFNNTZsRnp6YUpySTE4RDJnVGV2aXhRODJJanduTjYvREhEQ0R5YnlUVkFBcXVPNmVFRy82S1pQM2ZwZE1hTlVSNmRVcmF2UUVqbWV4ZjJ5elczdDRvL3IwbnNpcDQ5NXRFRFZMd1F5cm5Na1ZGS0Y2VGVidHA4OUxhd2FOZkxFb3ExNWJoeThwM3VjTENsVlBDNnV1bEpiK1I2MTNLSkFzYUhybFZwTFhvWDB6VmV4dkkva0hPc0ZOT2FtNEphQnBPV2hqQ3RtZUtGU2NkRWtCZzRxMUFVcGFQcXFlaWhtWUEvNlBUakxGMjhMQ0RoOFFuc2dnQmV1bjNKMWpzRm5ya1BLalc0YW9ZYjVVNkNkbXRGUC9XQ0FxRnN6elMxNXlJQUJ0Wjl2YjJVeU9FTFJOU1N6eVNzaE9pRUtRTTZoaEFmTzgvcXB0ek11RWpYa3pyTlczWHBMeit2YjUrZ05RV0FDN2JKWVpIS0M3WjdUTzVrRWFZWDlZWXV6YkpXTEdWcC9kZ25BWnY0cTB0eDlQWDhMTjJwRHdzZzhmaWNBMWkrNm5KOWFNN3FJQzMrVHBQcktRc1JCRFNET0JKbWpRanNxem9vR0RPbHhNQURkTjFWOW1TRXBBc0VFTVVPSlBHandDM2JjcE1DSm1ZdnMwM1dsQzczajRxWkxQZHVSUHZaSUxxYXFsMmlKcEtOWGdwR0ZRNXcrUWFSeG5uOUxnaEw2NUNFdGs0OFlQeE1uaFhRUzVST0hwcHBwakdCSWpmekhEZldxQzh3dEdLa0JxcXZoeHVnZjdPaTZkRTZad3dLWU9ZV2FNTHFLV0FleVRIMzY0SWhqNnBaOWxhUHBPalRiOS9FdWRhZmpiZyt4cUVNRTNlWTVQZHdGdWlEUGx1TlVBWjRKRHNpQ2lRVVljdU8zOHIvaVViK3g1V2FMdzBYTGhBZnBFOFNJaWxvY2dldXYrbGFENjR6VkdQYnAwK0V4dU9ubkNrNWpLNmRKazNTclpGQVFNakV3VHkwZVkxeTNnSHRiMVN1SlJOQ1hXcHRSZ1V4YU1qbUVpL3lYa0RPMmFVdjR3UHcvbXVwY2R1RXl6VUUrblpjNzJBOWEvNlJjc2hGS2lqZWFDbU81bDIvKzYwZ2g3MkhRbnhSZWsvN08vbjhvOU5FVlVPNXFUN2t2RUZzQmQvKzhYelpWZ0MxZUNwM2pJb0xPTnUxYTBzTFdvMTRJTGxzaUFyREp0MXRJUWN6UnNYOXZNdGlUcmc4MjNVWWttclIvalYyMnZoTk9BZDlFUklkYTZpTldBSGNsNjVjbWs3ZUd3aDJodnkvK0RTYnk1U0FPcmFMbDRaYzZaVkJBSkIyU3VCZzN1OVdwZ1VzUU1teXNMOTl3YThnRDlPOWRCQnBQdmdkaUx1c1I4NmwyRXdDanJBdmN2Wi9SMmdxc21tMXlKVzdSSFBNdGVZdzg0NjdxeWFFYnl4SysvOTV5cnc1TzBUS2EyVVVMZ1ZYUTlnUHRiQ2lRMHZYcHd2MUlMTXZWRmdMWVhrN0JtZXNpK0VxcElUY0pHa3JibjZoMXJWN3dwTU82aW5teHB0Y09lWTdmd1BidXZBUGpUTGs3cnd4MEEvUjF2RXZpdi95UkFlUDF1c1RUZTdjTW1zQzZHekhYOFFjQzI3RlcvSThQdWE1d3lDczlYeWwweWpoSnNVT0JOc3pCWGdSaWZtVkgrVnJjNnU5bC9nclBSV0twNEVpK3YxUUhhaG53cUhmMXNGd1Q1ZzVKbW90SHkyNjJpRjBTN2lETE1OTkdKWWFVVDFSaWRHMEs3RWxPbjRxMmV4NjVvVStvYXJZeWg5ZDlDbERNbUFtT01QK2diaGYxeFhDb1psbStXTSt0VXVtQWM0VENSZHlMNWs2eWdPK0NGNWMvM1FLQktqU0dFUHM0TDNwam1kdXMvamdmUURZdXdCdGhOZFV1cHMvRGtQczhmM1YwSlE2SkVFVHFONy9rS0xTMjNUR0hPRTBFVXVKWE5RM1VKYTIyN1BJWDJDN0d5S1BRaTcyU2Y2RWszZTFWcENQTUVKOXJsRml2ampMMkt3WVA0ak5XWHpKUElYNzRRb2kwc291K0V1cUpXNlhnWVh2ZjVXYzA4c2hsYnZQSm52c0N1c2NENmw4a1JDc1doNENXdjJGOFdsd1VqaHJoejBETHgwaGlsbUlqUUVtQnFWMHlrR1pVcXZaT2VzeWhocFhBL283REtuVjhIMnRERzV4UUV6b1BTYS9RLzdtMVNRVUFEOFpPY3A5TElBejlMN1o0WDlWVm9VL0Jmb3lwNksyRWRzRzJ1alJzQ2NBN0xPSzdFQ2Z2eWN5c0V1Qis4RHpLRWprTnpRNWpUL2JFNk9YdC9kdVF3VlJzUnVTUUtKYUlnYlBUazBBQWgwNzhPRTRBTXI1ZFYzSmtqYWZLNEQ1Y0s5MnpqdSttTlA3VHRjMHFiRldPampHbno3Tmd1bGJMenVUazZCOCtUTWREUUt1bWlBVlR6SnhSYjBYVHdEUHUzL2MyMlMzcG11VU9Zcm53QUNxaXdMR1dNMWdkTjJMbGR0TlBBVUZnbktPUzMrVEFiYktsVWRKWG5XNWsydnJRRnpvdmxNL2taUlY5NzJTd1dkOVpQZlZCdUt4UEEyNm55TnVVeWRhMmk5UjQreEpXUVBWZk1HR0xnRCs3dzA0TEt5a2pKUFBTUjZVNEtxZUZZMzdobFpqYkRRamtyVnVZZHlOSjVQMjhxQzh6UytyeHI4REYzTVhSYUFQc0g4UDBpVGFaN282WmdLMG1ZKzRONzRDeXhJMUJWeVh0ajZJMmViVDhqanJnRXNSQmxrazY3YXVBSzdRS0pVTHEzN2EwZjc2RXNEMmhja2xITVZyV3VEU1ZXYnB4b1hIMjhrdDNQR2s1Mi9HR2RnNlA1ZDRQTUN2NmwvVE1tQVJpMHdHMVBhRDhmeTh1SWJZUFlUY29DazloQVM2SWY3aEt0SWZ0QWtURzNFbTdpTFR6c1dlUzIrODF5K0F0WUFVZllBOFJIcGcwN2s4M05aaGJTcFgyVE94WU1SSGVZemcwYTRxUmFWNnIvK2tUQ3l4dDc2NlJFbGhNSk50YlQrRjNrK2hCV0NUTFZEOFZtdkxOTk1VWlRieTVtV25iMmV6dWxGS0l4MDBrS01KWVlGZ3VnaEFQY3JEdTdtdDduWHkxeDFTeHIvNjJQaE1wSGFNeEs5V3dqT3RIR2dhcXJpNlZKTTFMWXNNeVZZeUF6bnU2Qk1zNFlUVTVPUm56b05RZzVQd2JxZFVmQWE3RXBDQjJydk5LT2R6bEdaa2c0Q2F3Z01HT0x6L0JFU1d3ekJlOHgwbVRJLy95bVhCZjBsWWM4RVZFWHVRdUhSTGV3NjZ4UG55cThkWndZb3pqdnRTTnBGSGpuTXdVOEEzSU8xUkRNak53V0U4bUNNWHJQd1A3ZnB5WjBLcDFhWDZuaHJMdEtOQlFpdjhBR0xVZU1Vb0VTVFJhWDFlbnFvamduS1Y5N29PdEU3U3RUdDIzTllBOGkzYStOdUROYkxIWGZMVmZFQXdVY050bHE4U0RGOElMd2hMem5xdzFZanZ2Qlh6UTNsRSs4SWh4YWRGZWtGVzhhRy9Pc3plTnZBSXgyK25NSU9SRGk0YVZ0a2hqeTZ2Q0NBaHhWVmwzMjR2RDI5QjVEb05salNTN1o0Z1dQNnBiamhJZ0tCQkZpUE04MkxjVFJsWWxiMTUyblBBeHZZa2xIQWx2T0ErVFN4bUJVcHJiaks0MDBuclVpbHMyWVV2cnVJZ1dxdndkWkpFTTNBQlVNTFJiYlNOajJmNDFLSDF2Tk5tQS9DM0pxWTh2aEhsTHpuQ2hYN285OWIxQVNzanZ6dEE1WWpYQlpJYWpMQ1Y0ZHhWa3ZLUk0yaFN4aVFWU28ySE9lQ29zV2JWZU1PZ3pvQ1BFN1Zpd3NENmUrRnFZZjFOZG9SdGk2cVBia0xTdkREMFZMLzRhV0hVbDVIcSsxUHQvL0dGbHVrMXZRdjdhL3J5L2gyQUZ2aHhrVDdrN0hEYlNuRHZ4L0c2TkhOZmRwYjFDYmMvbnlkbmpsRVBXK2VqbzhuSXNXV1pEWVZ5WW13VUduQThqNC94SS9FUlVWWGNhTVdVT1pENHl0QUlmWHF4SEJsWVJHSjh2UVpkcFdVUUl3bEtjT09LRlRVd1g0R0s0aytvZkpncjFiM1NTbm0yQ3crZExQZmpqYTAwaWhyb283L1huNkVhdmV2eVZHc3lBN1FyaVpWeW15WE1SN0NRc2FkR0hSRFVvQ1lQeTNXSCtRV05vdXpDSG5sbHJRYXZCVDZ4MldOTFFOODAyWWhRPT0=', '491516732_18003357977753450_134415098180580365_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-12', 'image/webp'),
(171, '2025-04-23 18:17:47', '18496838473021352', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '9VPmsl9E9iGnzW4CdHHAqWt3QVZzdk1TUlRtL3VyelJSV21ncnZjdzBaTzNpeFp1S0xJUStGbTIyS0FnL0JIb3NsZFhXSTg5dFRpY3RDRnB0QXRwQ0ZiRlVrRGh1UFowaGF3Ny9WS29PZkxXYjFTTks2Sm9CSE9xSXZMOVN6U1VBRTBsTXBVK2hEaEduVXZDRko2M25VVUVUOUU5V1lnVTBJN2ZyczZXNzdzWWZ0bWc5ZzIrZTJoK0R0V3VYS2lEUFd6RHR6U0F6VkVacXgzaVIwZUF0cU5kRlp1NndZLzhIa0pJSkFNRTVmZ2dRNWZWaGFNbzlmL20rZGlBL25oMDhITll5SHdycTJoNjhZUTAxMW9ic1hiM3A1d0xXYTJzcERnWVNHZ3kwR0RXeHZReDM2TlZvNXkvRkhWUklzbnkrTjZQU2YzaGxsckZIdjJOQWUzRWpHSENGQ2JEVVJBNnhkeENoNUQrZk1saG9xWForbi8zc094cGhBWExhU01yR1R0aWJNSjFNZTlTcDEzL2VSY0dmdmlWNFE4SU9jdmxaVzZsOE14MXpJV1M1RDVlU1o5Z3YzUkVCc1F2MkJoYjRRZyt0M2JFbEUvOW5FbFNad1FqUFlwVzV4N0k2MjhXS1hFZjBKeVkvbFlWb0xMeUdFWExQc3l1VVQramdPeGFWekVXbCs1S0t0eFpCcUp2S0UyS3R4T3Uxa0hYejZwQlEyZUhvay9vdnJVN2hQT0M1ZE5jOXQ5YzQrR0ZKMGdMaHZHZE1Xd29XOW5jTHMvTStDaEhmVGVOY2tQUmFBOUp5SEFNYnp4bE1mQmJmNVhQeVpkSDJIQ0JrT3diZFE3NlBodmFIY3hFSHQxdGtUQ1M4N1ladkt0TFJRR2hiaHpWcDU3VzFYRDZzOWU2RnFtNUVxb2IwS1cvZm9keC9ZVTF0NGFOZGNBcHF0aFdNN3JNZzVVUUZBZjQ4QWpycTUzUzBWQ1k1dmNmQVdBL0ZYNU90a0ZzZFBVNXJnclRiSGNvejBVU2U2K0JKSnVMTjd3bDMvK3Y3UjZwekNCMWJnSDNIUjZ2YTNmYis1L3VxY2lJWXU1WVc0OW5VT3IxNDF2YnlOdW1jZHIyeUtrRDJ2aEpka3RqclZ0ejNkZ3l1bFNlLzZaemJkZmE4TnNlVDVVSS9tS3Z4dmFjeE1Bc1BqQkZicCszVFZJQ2FPejhTYjdjWjIrRnRqRUxnei9OeWtNbVp4UU80c3V5V1dVN0Q5N2NRdDdINHhuc3h2ZnNObW41LzRFenRmSUs5b0dFT1g1M3ZFanJqOEw0ZjBQd3RCeGhNQjRjdEpPSWlYOHJrSGRpaFBGOWtXam4zUENCbUdxRThLRWpnZW94L0dsUnZiOEdwVDBSYmY4SjlSMGZnOWFyUyswczlVWHF5ZXFBMENQVGtmeHRXalpPVEZFbklTdWQ0VVBSTzhlM29OQTRpdXJMU0pJQms4TERidGxTVUxLMXlkeTlhQUN5NlVWZUtLRGNFUXhGL1hTaFZ0cTFaOVI5b0Zwcm5xQndsUzQ0cWpnUFFabDQ0eWtHNktLclVPdVAxM3Zqbk1jMWJ4SnVWVTBKa0Z4ei9Eb28xQmlPcW1oT2hWaExiaGpGWkV0RHBySGpMd0RzUG8rV3BwU2gvY0V4QmM1bXFrWDkwUkY0YWxsbDAzc2F0ak9FQy9HTk5XK0JSWGNtY0ZaOEhCR1ZJQlYyR0tjL3daVmkzSXh3L05ZSlpIdzdnVGpkMHdnamZ6eFpnK2pXNmlmKzRhRFNocXg5WnRLZFJkQ010NGV2ajVUUXBtY2I0bWF2ajRlMEZFWDB4a1ZDR1UxeHI0NVNhZGVMVXo0Q3RISEMxWGgyT2NCK2Q5OUdiVS9lRGtScnNOVzdlY0E1d2RpejNBSUt2TXpYUDBlNUxtbkFRQ3NQc0xPalcrbUkyZ1JPeUh0SzhuYm9uRWZwemhjZ2VNTjlDQnQwSXZPUXZTVU5nL1E5MG1RVFpYa3FUZmFMVWU5bll5UFRkbDA5alZvb1JYV1JOcXozNXFPeWhjUTR5NzE4VFpXaGYyTFZKRW9veCtRdWxqWnRBa2RMTjBjajZOVkVpYXBNaHZQaUxldmZRTDdiYlFSd0xGMmFWT0xob0dFQy8yR3lhMDUycnpLcldjUE5QTnVFK0dWVWpnTnpsUHVSdVkyMldDbGZQTWdRSVlkWEtIdUNob1hkR1B3ZFE2ZitGQTN5VlQrcW42MmJPeTJjODhrNWUrcmdSM3hQNnhKSEo5YzJGcGsvZUZ3anZ5UTkyaVdZUDB2UDlTUUJOSGNCWU4yamVYWWs5TWYxek9xNzJ4SitWZkYzY01uM1ZkaGpWNTBuSkJ0QkE0dm95SThCNVBKSEMzcm5wZmlzMTM5N2FlMk53aDZUTXRmWWR2NXcvMkpVWkVINWlYSFhzcjVSelJSU3BVWFhqK0QzVE12cnRCaGFtMmtQUE9ZcC9HNlFEZ0ZCMWtzWkEyZ0pmanVjYjM3REViUU1ZOFZtOTBFNkVlbUlmRG1nUjZzUE1yUUlmNWQ2eWhLWTRsZktRMmVSV3dKbjhmZFI4cUNCTUNKenp4T0Z6dDdvS21meU9XRmdhV2htdGpRMjA1OXpaY2hrc2ttUko1anhTdEN2aW1UWkQ5T1Rxa05OVFVxQnlhbDBvb1h6QnRUcEhDd3pzWkc0L0NjWXJFZ05wZTdhaWxHb2Y4dE0rcUpFNW8rTGUxNUdTelJnYXRrTGlMd29TNDFkMCt4NUMraXAwWUh4K3I0YjFNcER3VkVoRDR6b1NqYXNwUVlYVGtmRUJGTXM1UnhiMVIyemplbndmTVF1d25YTEFlYXlRR0x0RnZDVlNENEpJN2lUY2l1a2FRS1Q5TEp0UXE3WTlyU1VvajZ3a0dLb2hORTZaejhSek5rWmduVmpabSszM1M5dW1rTDBobTRnNlNwbnhGMXk2Sjl3Q2hGcEorSnpSdFczTCtiemlWQW5qYk9sZzBvdzc5VWpTaUtGWFdPVkk1dnlKbWxEM0RIT1hZVGpJTGdyRTIzWlRMdTVSbHAwbVViSEdoTHJGYk9tMk9QYkNvT05tWmlDWFhIQitQMkw5OFEwaUFVa3RUTTQ1ZDVtVnhUTks0M3lrVU9zYVhETXN2OVE5RW5aM3AvL2orVVBBM2dEUnZsVEhHb2taalZnOGc4Qmo5YVRSZ3hGMlYzT0labFFleHVON2tERi81SWZZbVBPVlBTVGVidGwwL0dQY0k0d2ZScnVFaThQL25BL0p2SVRYVW0wdVFjMHVld1RFSEltNGhFZkc3c1lXb1lUZ3Jzb3lEaWxKUXRxL2hQL2tJRlowRktoSHdaY3lEcVBLQnZHM1NqRHZNNmg1alFVVDc2bGJpQUx3T1psd3FNbVJLemw4RC9QcDZSdk5PWGxvOXg2c1pxVmh5U2dnV3FWMGhsNUhiZUNlaTNYRHhjd2taM0hlZnUwRktHODA2dHltNWNuanB1U2c5aTJOcUZEcTZhcXM1WnhLSzMvRE1ld2xjc283eFZLaGMvNmE4MnJDd0pnTUEzbDV2UzJRUzZNMi9WYzYyWFhJVC9VSjZyclFMdjRqRTRIaFpsZ2FqQm1tY0ZBV0V6YWZxWjJRSHZVdnlTYitRdzZTT0ZJSWJJS3RrZU5wdy9rakpkbldZT0I5Vm9iZ3ZFdzFVakhETUJFbTFEN0lhL3d4MGJ6dTBHbEhOTVhzczJyU2I4WUFxSHM4a3VwUjZFTVR0TkhnbEtDUDdsTU5BR2FlTVgxWmJSWS9oVTlIaDVLanR4Z0ZaaEZjeks1VmJLT2g5S1VmcWk0NWlPT3d4UktEYUIya09pdWJSTzlRNVQ2aDBqVFZFT2syUDhsV1RhdlhpZzFRQ29Kak14dnMyYlRpdTdjbVhOUklYOVJDUmFmbmVxM044QVZlNFhBbXpIRlRiNXVnNVhBdkMwSWVSQURCQndULzR2VTR3TXZrZ01vMGN2NzVHenBWZWtXSEx2bEEwaXRCRG5CMUJkVUIwT25OM0Ezb2tMMC92Y01RWkZoVURrYnNzbXlPVTBaY0JDdmU5VUZlUkhKYzM2ZGxZTTNjeTFyTmV5OVFJWXRSTEEvWUk0dE95UFhVVFNCU2JqbmpZVkdCUE14WlpnRzYvT1R5RHlhUEJYLzd3ckZBcnZjMWc9PQ==', '491502693_18003564791753450_1074742675093988263_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-03', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(172, '2025-04-29 06:17:19', '18038089388552713', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '6zwx7cVN8SD5iWuZivgCr0lLZzVkUmsvNlptb0dhb0FtbmN2SFUzME5yM0hGQ0JkQ2puRitPWk1BUXBIdEduMlVyNU8vQXZXYmRqeGpzY0lQb050R3ZlR2NzUHFwemZEZ29PYU5lQXFxTEdEbk11bldHd1dRUE13ZlQ2UEViQWVzeHVSRFYza0JUdUovZVV3SUdSbnVGakZaT1ZLQ2grb0t0eHFVSUZzNXhpUWhvN0ttNU9IY2VNd0x1QVVjbElUT0VrZW13cDFxYTdHOUF0WFpsZVZxMU55dkcvRmZTWFpDc0RyWkM2bUVmY3RKTmhQM2RkWHFUSkw0bGVRdXBSMFg3TVNSa1M2bVg4SmhCWG1JanZDMVhoZ01zSjNNOU91MHFYNWVtMVVQNHJBNDRtaWt4N25CZGZCbFlncmJpREpiSVNQWTNkMFI5S1M3SWJRWkR1b2JyRjJJeGlhNmI1M0xMbUY3RFVDbUg2OUhaT3pFcHVOTXc3K05qS2ZyUWVFMjlaRGFCdFlPVEViT2w5SVRWdFppMzU3VGZOTUpMOFAxLy9iZFdzcGE5dGQ4WUc2eWI5R0NiL0M2S3JvcVB2NWl0NUtGbEFXQ0M3WitoQ2ZjazVESDk0VjdlbWhkcTloT216UnAxaENqMW02RldrQkh0dkp4U3BMRkNaVE9va25IdWRQb1BvaEFxS21VZVdjMlVOVjVONlF5V0VDVGJ1VjdNS0NleS81MWg1WVMwaERBL0pGaFdSaWxDYUJ3NnhFT2ZPa0d0WS83SEREM0MyRFNyQnVhZnUwZG0yWi9TZjFTUEdpVUdITDVucER5QmVNN0ZENFZRMmVZS0gxbk44czhWcEZtTmRhb3IzbERzaVRjZXdUcXFWNzNnRndxRE1XbDUrME1zc1pHQlBYVzNIOGxmM1lNUGZIVE1GTkUvODRIWFRXQWFyQ2c1ZG9aMjg5VVNLVnFMMENWUTlqKzAvMld5dHNYZHBlcjU3UUsxVDEyVzlJMlFjU1MzUVpXNGNvYjdMa0NQUmlaM1RMNUVuTHh2SU5SQnh2NmRVUFFsV3kyYW9wdCtSZ2I1MCtDc3BBUWZDSWZhZTRJUDZlR0g0VWtJREVOTTZGa2V5NVZHWlRWeDRYZGxzZlJUV2hBVUFrTmZQMGRHM29WalZlRHVEOElyakpBOUszVVZjcmhlMnFjTFhqaHBZbXVqa3JFVVVHR3YrN1FUclNFSmZPaW5PaEdvVTJtVzczWGM2c0lVUnJycTlYZHFxSHRJRDdESGFrWFprSGIrU2pHRWV3TEVqMDNYMDNWZjl3cFdXQ1N3OFhzbUhrUU5ldkd5S053K240VWV6RTBROVliVENJclFyejdmUmtnVmUzNFFqOVByN09pWjJWR1BPbmdHTW1YL0tjY3o2WktsTFFLOHVpaEVudldxdFM5Z21xenhid0lRT1MrdXhkbm5uSGxPb254aWpScm5zbTcvbGFMSUQzY2pMSlRBTnBzVkZWZHI4NE1jOTV2Q25xZDE5ZWw4Q0Fka0ZmU0tRYVJ1RTZhSTZIN1BwZFZ5RmkvWFVKckhSR1dTNm5uM0VPWUNhTVFzcjR4S0UvYWtLT3FmY1pZNFhqUi9RZmVjRWdydEZhZFliS2ZTWmt6S2NuTzhuS0VEZCtzQS9OSy9OQTVuN3lhRkEremFpN0wveTRwaUZ6SHRzRys1YU1MV1pHdHQ0eitrQUY0MXVTaUk3WmxVNmM0Z3gxc1JBeFVoMk5UVC9XZGhtSEY4UTVMaUowdDdheTVsNm9oMVdsZDhpbXArRXZmU1pVSk9hT3VzTTlaTzF2cmxmc1BrR1RuTWdYcXk4TXBVZWt0NG1NLy8wVURDSHRKME1NcWlidEdnUFFHWjJGL1E0N2kzNy8xamtlbnlZdVByM3NMZjg1Sk4zbDRrUjJMem93bkdYOXNjU0VabS9WOGFhN2F2NFhlWXRwMHNGMVVJN0ZDbkVtNXdjS3JHOXBZQVVxZlAreTRwd0RXRTlxVFlKdFFFdHdwQ2dzUTkvNlRRMXJHQi9LY01HZC9BYUQvUEgyeGp6OEpDSzh5NnlkTVFPRmxLa2l4elRjOUs1Qm5DUElrdlJhKzRZSEdvcDFYay8wNE5LMHJxVzV1L2VkR0h2Z1NWOXk5ZlVFM05qeDc4Sjh3bnZEdnJyUTF2dEJqb242d1FZY1NleXh4dFQ1a3Q3TDZZbGlxcm1RSmk3YVovcjlvdEVINkVRVWVxN0ZWRmFaTHdXVHB2YkRqR3RWR2hvRXVYWmxFYVhrSG4xUG84NklHb1MrKzJQYTRhUFV0UVAyVkcwUWtxZnkreWt5WTdGaWhVRmo3ekhYdXNGL0JlVC9wSzJWcGYrTHlsRHdueU1GelZKNHl5QjJZc1krZVFoSlFjNkhGVkVFL2JZNzlNeTBvM215cWVVTUhINHhMamE2a05zVEh1bnkwODZYL0tZN09OTk15RzBJcWVUNkpqV21wSEl4U3NpZkJKMWFoRDhGTjQ0VTNHYzdUSmVNdDBqaDRyc05kcnRjUEVMWVFhOHh1VkdnQjY3RlNZaDUrR3JFNzIrOEdjSDUvU056MVlRQ1ZpNkk3WFMzOXp2aGk0RVQrQ1VsZzh2UHRDMmJQRkRIQ25ScGRGRmdyMHU0UWJzaTRpOFdEenEwbDRzazN6K1JBUWlGaW13bHEzKzV0Q1AyTjgyTWJUcFQ4Ykw4eHBIaDFHZ01ONUNLczh1cnBta2xDM1pJcXBYVDIvNDEwdFZmRUNLVUZySDliMlZrT1lMNTVhWFN1eFB3ZStMSDFaSmFnZDJxUjF3T1VvRmw4SkhaSmcwWXJ3RFVBbVZEOE80OENkNHk3WFgxM0hnZ0hrK0w5a2hFN0VBUmUxZjFRdW1tNlJOWjhJSTVpMDNNTHVYSXVUOG5PMTYza2Rjb0p4R3lKRmlnVHorVmhoNGV5NE1idjhLcEduTWtINU5hZ25iQUtpZTVjQTlMOEMxWE5FZXNWZ3Erck10VUdJcTJGd3hvSGgrb08rTy8wQzdtcWVuaTR3d1pMNG16bGVGd3pQY291L080QllsWjN4ZDZabXNQWHlXQytOZHkyanBTeVpXc0lvUDkwYmdPVXF3YTc1TCtuMkhTWkNoRzM0T0F2dnJrcGFiL3k0d2JnYUhpN0loNjR0N3ZnWkgyd2piN0pVTjFDd1QxbXJoQTJIRlFDdG9KcEJ4R2tIY2E2N1hnRUYwa0pzeTdmZHVJTEV0OHZnT0RWUldpTkZweWQ5M3p6Y3YwSUQ4RXBITFlEZ2JyYjZ3c1M0NmM3M0xiRndpc2lYNkc0VDhTbUNVRDFpaTVaQWtqVkx4YkpGSUNXQ24yaFNTa2g5VXVvZjJkbCtmRzdoL29XN2htZThpRTNhbVFzWE5JTUlmYUIzTW9wYnZQTU45U2NJcTdYVWd2ampWUXJRdi96cVVaeGFxZ2d4MXJ4bzNMeVdxVW9acE0vUHArR2pCZHJwMkFsV3p0QWV2b3MwYlZXRCtDQ1RrZnJBaHhrV09jUzR1QXk2UWlLN2ZVeDkxTkRwSXdUcTg1U2IxVHEzU3FLMmZNMGh1SGdEUFpHZkNEREpOWmw5QkE1Mmp3M2FJTTVOSk9DN3k5UTFwUm1EbXM5cHVqU204WW90Z2JHalNHaktnR09BWGhwdHk0U3QyNU1zOERwNys4YzUzMkN1S29SNjF0TnFhMkFqSGlzendwZzdWZHdCNzBvTyt1NUZNajRLRk1CcWtMVWlFRzF4ZjdWeVRSUkxKNDJ5VjZRSCszZjBBRjFZeFhBT3RKZ2hWWjcxVHhoWDVMaDlhSkdmMU1UK05oR01uVVl3VUd4eEp4c3pheHo4aGFQRHhMNE94Tm04bGxRVk40SVNpbDRKdDdLUUx0enBQN2pBdDVDRW1kZnFFUnYxOEpiN0tBeHM4Zi9RS1dQMm14b3FZZEVQVWQyNzhzcEdIYzVHYnlxdjV2Sy8zdjh1aUZoODlwL0JtaHZLRVUvb2VrUk1vdEFRYytUR25WUGtjaXRtVDhDU0MrZVdEZFN0MjdDYjZxUUYyb1lwSCtHNHpLRmd0L09NNGFITjVDL2E2Y21ETGY0bUdPRmFxaExWNEw5MXBMQ0VobzgvbkIxM2xUNE9qT3RubHN3UG8wRGdMTWNJVmdDNURVNmxaRCtYNmdMeGh1RXBrT1U2NEFhREF0cHBqQTVxK0laeWJ4dExmb0FuVFA3WDQ5eFpJOGhUaThPZ2VGaUk3YUV1amJvZ0J0U1pGeVBmdVhVQXkvVklQZ0FQUHFBdVc2SFFTN1dUbzd2aXNjRkhTRG1SNVI5WWI0TzVHNVhLOXZmbHlYVHdlTEpLUWxBLzBrVUt4ZlBybnFNUEhiNUZ1amgrV3FacFpWWUYvWXQ5UG5hZ0FmekpULzlwbHpEbkxiSjdaV0hGenFtaFpRTTNGblNJVm1XeDBja0U3QnBMa1QxUzh5ZjZ4Q1NrYnRVYWxJZzMzaVNBeEVBK1EySVhVeWwybWVqNGNRaERNYUR3Zm9mWlVONEZkd0FIL0sreHczSXpzNC9GbEdicGRxVDVXMzN5Z014Nyt0T0dHN2F4M2QreE83Z3lCWEJSbnlqRVdRN0dwbnNPR081dlZLMVE1L3dNZWwrL1cwQ2xYUGYvOUdXTTdBV3haQUZmVXNDUGdoUm1vMWZGTTdFaFljWVJmalBFVDRjZko4SkZaUTRKb3ZaVDNrSkFuVldrdW40NVZ4MFE4VEhOTkV4TVYxaGxjMmdtT20zRUhKQkdaZ09tMnFqb3BQUlI1SEhkVlg4VGpQLzJ2Z0JLNHI0aGZULy9keXJjS2tTbEM4SjlNNS94TERwdm1nN3JlQW1HaWxrZlkzN0pqSzFVMWpVT3BxTEdIRkl2eUtZSXp4ZHJPVDNMa05WWGpUTHhSNDhrNXQ4QXY1bXJlTUx4SFBrMmQyNUlXQ3hXMDI5Nko5RVVJVnlVM2NRQzNiN2FET3lhaSszUS8wcmNYclRBTGZ1eXRLSkxpaDhuem9RZTVLanltUld2dURkZWtXZUJ6N3RmZEpTNDlQQkhIUWJuNU4yZk43Z29aTVZPT3JIbFNobUFpVEpnWnJjTWNmaDFmS1FaSVAvWHRKRjNVcmRvTGZmelZrVDFyd2taNGJKYjZPbGpJV09jNW44NjlZbHBxOTBocXcySmtVOGc0UU0wRFNva09aRnNyQ291bG9JZkQwOERiT1pLUjJsWlJyRzBaSy9WbzNhMWUveW5TS3pKVnBMZVZRK2lDYWJkNGVyZ213YmRlYlJKUUNXTk51WmZIZW40akRDVTlqUkNUN0lPSXQwNzhzTEZZdkl3VEV3TnBsUFEvNXN5b0FDVm1qZmJOQUhpM3FjU3NtSW1xWVh4S2VDVE8vTjBvazlZNmUzZXBFdkxSNGUydjk2bmN6eHA2aFVHN0NGbnRKWDhlNEpsVXd4QTFUaFBDaU53TGNxdnNzazlIWWp0SjEydmhwTzFaZkFUcTA1czYrT3V6UkpuRG1pbTFPYnlQamFQVHEzV3F6TDZ0dlVkQ3ZieUNlbFRpa3JDc1FSdG5YbWwvamNzOG1FUWNveUJxbWtMdFE5SmZLdDB5SGJ5cHJ6d01xbENZMk1NaFJDenpBWkNILzJEYUhmZElWWkpqOEl5LzJLY1ErT1ptcTF2KzA0MFMwdENmVmF0U0hBM3B6Nk5BbjFwSWVxWHlSNU1zaVpaY3RWdmFkam93ZVd2SWJQRGoxK0VCbUJ0RFRDSUc5YW41aXplSE1QMzh4M01pNk85SHVKS01Yc2lQNlZrNkpXVHRobktKek9RUGN2WG5zMHRRRGVwaGZ6b2d2cWlObkozQnhoTTJSSVlPdFcwQk8yZVllNE43UjNCYWd4L2p6b2xPTDM0NldVY2pCUlVHRE1TRnFEeUM0TlFHQWlPVSsrd0F5OGpqeGJHSlk1S2JuZ0oyRkZHRW1tM2dnd0N3bk8vaHM5STNha0xzbzhnUXFiVVF0T3hlRFhKZjEybjFPNDVyMndIR0tBUGZrR2FiSlczdlVLRVNuc0lrUFM1YmUzSzN6YlZvSFdDUG13R3N2eFh4U1EweEpBUHQ2bFBCZGIxUFRjRzFxaGc0dkJtNFBaSFlqRnlBS3hKb2EyNG5ZLy9UVXpmYi9jNnBFUTlpZGZzQkVrL1lvdnRDTlZWQ2krU1pmSlZHTVk4aXN0OGxUNU95WGNlZ2tJREVhU3NOajl0QjVZdjZDaDdhbEJxUmJ5OEs1S3FGQm5QSjZzMXdoQjZMM2hUVHdqdEdkaVQxTnJpNW5SYkN2YUg3czEzdzA0bDJrTEdhWTVraHorVWJyNGZTN2RWbWZVMXdndGxhMWovVTFmOFdZZzRTejQ4V2J6b2p6MUhjVDdMZ2YralExYy9EM2poakh1ckVIM3E1aHdtVzd3dXZHTFZvSWFpZGdrY2NqbEU3RXFBSjJwL1NMaERha2RQaEVBay9QaUc1RlBTenVMOFNaQWpoRTludWtvWkhzUURZdVJJd0JkMXZMYjRnQ3ZCSUtFVm1IdGp6RFZUcGdGYWF1bjNKcDZ3eDNieEk0bFlVQkNrQTZCS0djTFVicXJ2Zy9EakxNTkt3VE0xcnhxTWhMWm1XL1gzQUZPWU96T0FpOXhEc1JXZmRsMHk0a3lFeGw2VElTamQwdGhtNHE0dkVnTk8zVFhrQlI1SDNXUHpNV2xrd2N6YzhYcldDVHhYMER3QlU0QUdvNmVZMlBSVVVieU4zbHZWSkg4WkF5RjhnWE1wblJXRTh2S2VKL0lEMHZMZmtqT3phV3hsQjJMQlhHZk5RN044b0hVRzdtSy9EdWZnenVoTTh4cmpBZ1lYNlYxVjlVRTRQdVJtU1dYQ2RNL0pWckh0NDZobWdVbzBzNndVUWpBQ3hoeW9HdzUyNXBYZHlaUVNKOHY3WFoxSXphempMSDNseDNuWnhETldWTEt5aStYaTZnVkZRVVFCVWdaY0FpUThOYThGUDQ5bkZkby9pQUd2YTdrS3ZvNFhEa1FIRkprblYzdGlkRWl0L1NOakl5TTgvMWh3ZlpEdlhiY05WaG81dk9mUUtEZmJ0YUVrUlIrTG1lalRldzEvNDBNNVR5amh6QjZXVXh6SWJ0UDJHY21ac0lTTHN3V3pYQ3NGNW5RYnBLZzBaUmM4V2ZhNWs1SjhSdzY4ZFN0VFJFWmlRcmF1ZDNBeWxEeGIweFVJbkJJSlloOFpUbm1XM2tpOFM4WEg3V0phdTVDZlUxamFVb2MzT0NnNFd5d3F4dWlFazlDWUdpczJpTFV4MVFMdThycHhnWUJ0Wms1MUlFbEpJOGdrK0k4cTBKUWlMdWF5VUxodC9mTnhUZkZRcTFnbUNId1YxSXhnUGU3NzZ2VmV5MDh4dHdLL2hXdXF6QmVnb25OeE4zVm5QcENzUUs5TTYwdkN5MmVQKy9OLzNnK3lLRlBGcjR1Sm9USTQ3V1dwMDYzY0x0cysyVG80eWFPczBpN1NNSnM3ZWs2eVlNL21OS1RsUE1IeFNHcDJyS2VaelRJR0MzNWdTTXdRNlhvaUdaNldIVDdwVXFqalpVTFk5OWtwM1dyTm9XbXJIaStXd2c1YmFxRU5YNWxxMUdvTndYVU1wa2l6NTZOOFNuem5PS2NGMW5QV01XYnhyVWZsdEtndEJTSFVVPQ==', '491424483_18004137152753450_6690262200716928260_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-20', 'image/webp'),
(173, '2025-04-30 06:17:23', '17969154095893860', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '8MjAG1lVPUDKS+RnI1a4L1UrM0NCb1d5VEgyRUlLTHhDd1dqY2RwUHFEcmhzQm5EY05OYlY3TzZYWWZXVUNSTHVXaDFHdGZTQzlxcWFZWEJDZGhFUXJkK05OU1g3YXYyMUxua3p1emxNSHFic1BSZURZLzhUV2Z0Wi96aW94UVJPRjBudVJvd3ZzVlgwcUUyZnBuOUZrbTBwSWpCTEVwaDBvSklPN3NGZjk2K0lBL0hLSm5vNStwZGZRYmhMWXptZlplaXkzWTd3em1IQnlpcFcxMnhHN2kxTEtFbTZ4UC9RWldxSnduNmtwY1JVK2xJQk9xbTVSc0puSWJtYkpZVzVRaEpvSWQ1NVpZN1c2N2Qxc2dmaDBWWnJqUUtQM1ZlUGxHQnhmVWZwbmpiRTBzQ1lmR1JmNEZia01kUHJqQ2VhVFl0ZWtHd1o0bDhzU3U2TU1aRGw0aExqU0MyR2lWL2dRc0hjYUIxYXU3MGtLSmZKWlZaTkRuT0hFdjYwQUVTN2t3emczVzRZSUtiOGl0VTRwNDZFajN3UDNhbmVSYjc1RFFuSDI2Nm9mTEF5NjJ5Nk03aWNHWUFTMHltTDlBRkFuQkRITlNzdjBQSi9jRkpmZEFZMGo2dHhCeC9XNStvRzcvR1F0anpIOU5FNVlnMGtPOWU5eW10Y0VhTUpaVVFIRlFZdlFrMTlRbFBscGwxRVdVRWdTRjRjS1M1bGYzUUpjZVk4SDh2aUtySU1ELzFqb29WNGpvdGZYKzZ1UHdPSTh6eTJsY1huNHNkeDRqdE5XM1JiOEVhUTZWSnAvL3JPV3RXYUVmN2xVeVg2R1dRMVpaTklrMkxCOHUzOUZ3WEVaSmd3UVVCam5KZUVsMUJta01VWVlUaWpYc1dkQjZ3cTdRWjhTU2dUdWFlMk9yNzY5SDNaZWRGVXMyUkwzS1ZsS3Z0OWVGOS9yWjhnbjVYZDkzVXY4TlM0Ukl0YXZvRlp4MCtkWUlWcEFXRHNWTTVYeE1ObUgzNDRNY0VUeE5jTUI4bVBCRVJFVWg0WjJ6eGtzeEpleGl3TlAwUFBkT0Z1RnBiaS9wL0lNVklwQ0h0ZGpVZnNVcUhnQlBVbitGbjExa2c1OWhmcU9RZmV4NXZLRDMrYWIvMTFMSEU3Nm1wMFBYU0FSanZoN3FWQmdpeUw2NEZwRUF5VU9aaGtpRTlOOVNJWFZOeEMxc1VsREpSd09TVy9VTjcyM2srVHFKdUZxVHRGQkdyVTNjMHBxVWhqd1Z2M2hCQlZ1R0U1UitKM1NnT0xWUXVvNGNUUWQyWTFnZkk3aEwwK01UNGN5alh0MiszMERvbzR3OEpYQ093RThJQUZNL1BBUXpzRzVSQ0hWYncyZHJLZzVJUm8vaUQ2TitlcDZ6OWdhVkpYbDZET0t5ZW5JTmpJVU9OYXpCKzQrbEVMUCtMVWwxQlJtMk43eS8xblVaMlV5M0VhL3BZdGk1bnFieHJraWFpU1FUSS95ZzZwV3MwSEt1NC9ENmVQTFF1VzFmL2p5VUZsRTg0NWtLWlY0bUo1UTM2SDBYKzlJZ2tPRFVBNmZDS0V5cWdwOW1CVHN1VXNrVFRSZEZqRTI0bEc2UHNUSjgwK3ZvQUs4S2xsMEhJdzluc3Rjd04reldKV0JsWkFjMWlCMDU2dkdvWWRwT1EwbSthc3g2ZWpQSEc0ZC9mOUZqY0Fkbnk2Q0JWeTR1TjYxSERldmN0eDJodDFQN2JRTUo3c21lZkJ5bjRTM0MvUkFSOFBBbk5jZjlmUHlQeWQwNW5LWGJrTEFLOXQxMkw5WFh6OHBDdGprVmFnY1J6RCtMcmwwZ2NDbXNDRDlQRFpoVytFN3dTRjJaLytKbWlzUEszN0ZZRHhWRnN4ZlhkZEk4dFZiTWJoQzZrOUk3d2NFU2JOT3FMVWZPeWtiak9OeExZSk94Yllua1EvbUFqWmdkWFZ3eHhmakltVGRPWXY4eCtDdkN4YXd2T05rVUw5MHlKUnBYQjRaSEk5OUMyTlJId3lzSmRoQUNJS2c0UUo1cDJqVzJUOEZIUEdydDVDYmxBMTY0WDcyUXg2RlFUbXJXbW50V0VmaktUSFdnT2xmdWJ1cUhuTlN2cjFMZDgzL2p3c05GZjNJY2xIZzFKdlEvUUdWYWRsSm90WlhMSktUYnFPTXJITW5Xd2pOMWhUYVNMeHVRUUZ6TTFtVW9IeUZBdmQ0ZXpBS04vVEQwSmoxMFdSV3dleFJ1Y0NMM2tKOHpIZGFFZnZQNlEycm43SE12QkRMdWRZUkRpV2llU2FoZ3JSejJjNkwvcmlCcCtxVEY3RDZIVEwyRDFuWllsSmEwY3JISjRLY01DMitXYW55Y0hrcEwrdFptNGVxUEhicXhVdUpROTdaK2tkT0xrL24yb0VyS2E1TkJhSC9aRHAwRVpjRTN6MXR4WVE2TjBKOW9PVGkzLzhTcjMyU0xqVFhGUWdwRkFBL0xwWS9OSzZybklnKzh4MTVwNE5ZNVJSaGcwZE93a3JTakJkTW9nakZrOVhCWUJKTEIwWjNMbTBoMVVwYTRid2tsbjMrdjN3blRVdXZTTjZVY1pFUzM3NUFBT1lYR2k0MXAvZzlXMmVMaG9GeXE4YXZTdFJrOXBnTDNIbS9zVmlyRFNnTGErZ0hQdWt2TU85Z0toVWxUNEpPRHIvdE9CcE5xdUVZMnNnYnduZlZBdjduOXE5eXhKSVhsRGFxTnQyRWpaTExIeG11SENpVUp5aE81ZkE2aDJaR3dlMHJIVzFuZlcwTGxKZUlUUllIS1NYSFFsUGx0bW5GRWovbVpXZy9wTEg3Q09rZTZFS291TklWY2JuTE9QZEhNWmp5N3J2TlJicDJBeHppUCswTlpXYUFtQmJ3Nm9CRzRscFY4Zkl6VmhORE9DUkRoOHp4K0pOUXl0MWhaOGNCOTZFSXNRcEx3UDJFNlB3SnhzNG5ibHNIZmw4K3JQSUpLL3NJclpmMmxXWjNkQndWTTl0cGZEK2lRSzZ3YmtsdDFaaWJVSENNUEVQNXBNMysxNDBtUFltSHVjdjNoZG9SbjlIakNTc3RIWGxoZlNNR2x6ZHdob05vWTJObkd2aytqazRLQ3dWcEtFR2tXSjNzMndEbUdqN081QXhpY0psWElGMTN4UjVQRkZRemkyNXhkSVlJMTEyQWxNVmhSc1hBTHVCRWJrN0dlV0hVSnhqTjExRGwwMUJKZTd0N3c2OG9ETFY3djJ1dmRIR3lvZHp2eHRyZlZETTZFWC94YTdaSTlQSk9MRGxnZGdUckJRakx0MXNOZExqOFN0aHpCU1QvNCtRRjI1RDQrSlhVNG5lQzMvdkVOTnpOcXZidEh1QkVURGNHZWUwZ09oZWRmcVBKS25jbWtTS0Uwd0EzOUxhRzRhRFR6dUxWL09rZDNXTFVTZ2c1dzI4N3hZaFUwMDBmdTVSTC8wL2hjRmV1VmZvbzZMOG5raGltR0ZNNVZkN3FBMmIrc05IdmVOTWlSY0pXaERVbU10MVlIcERQL25yYkptMFVWQ1hkNm9uNzRINTNsUTBtV0R3VllVQkcvS3VKVndxQXN3cktHWHZQNTJlajJBQUpVeVZSUnR4TktYZlNhYmtpV0t0d3VUQklKYVdKVW5RZURNRW1lRkpLN3ZJQ1dSNGZvOUlvK2tlNlhzVWdrYUtML2pyMC9VTnZ4U3Y2elBFYVRURHZENnBNMGszR1NRdDBycTU2ZGJkUGhJVXhKcHZsb1dLZlc0UFlnWk9jZlhPcmwxUVhqd21WYXdXbnlDTUNCbWtSa054cEZ4RjhEUUt6MllUcEpxaytxcDJVM2VyWWxoYlFJWk5CODlSM1gydHVSVEN4TDh6QVZjUzhlODRUNjVncGpoa0lYNWdDOWNNV05tWnhLU3RnK0M1UGh4SGZldHhzNm10WC9TMlJzd0ptdk9SbjR6a3lPbU45c3p5WldHTEgwaGpaUC95Z3J3Sk9Lc0pKZWw1NXhsYVhabDZhUVp0YUZ2NzJrVXg3VUJqOHJFUFR0cFlpTXBESVF1b2JjMVRVMFBkRjF1YjRjZmFHQzcxWVhqenV5MVdOM3NubXJubXAxMDZOZzAwZzkrdVdPOHVOVkQyMkZ6UThqWWJZb0cweTBKckZmZmE0R3VVOGN0WUt6QVo3VjBiMmdlRFZKc1hkMFhSRjFIUEx4dUM0SVRTN3Y3MkpHa1JqVHVJZ1dzVDRJdVdCL1Rwb2RXMjluZFlLT2kzRWc4ZTRDanV5QllqVEdJbFNvUGw1K3VVeVpyd2hoR0g3K2JUcDBNUTlNQ29uelFpMEJoT2RjRXptSFFZYnkvbnFyWmRjQTB0WHE3Vmd5TkVnbjZkQmEyZ1hGU3YySGFuRDBnSGVZOHhORUhRQ2tGanFrRksydmFOZWpBME9QOWVTNVhPZlpvQVh5b3UyM3l1VzBrcm1iMEJhWGhza2FSZzV1TVhUTDFraHdoZlBlbUM1YkphKzh6NGdFcXpCaTE4SmZHTFVzd0NKZldKb2piSDVia2MweFU3OVVDWHBabFcrbENScWlWUlNzbFZ4VGc5ajUwajJLUGVMaWJHaVd6UVRMb0IwS1c3bWVqcllOLy8wWk1NUTF4MXE2UmhqK1NGTzhIZlpHRGgwam9xUjlEalJEOWE2WlQzOSt2ZGh1cmVNWWsxSmlrSGFmNE1EcDhJYVRQb0RsTlI3ZmhZbTlIeWVzUGhPTUIxZ0tXNDNMdHlTS3dIRjZJUm9XVytQRlBvbnRyV1U4U2hwa2QrZEsvT0R0cFdsV01hRkIxQWowMzBVTFRucDA3VENFVU9Td0lCZTMwdkxReGJxbWVaZ3hqTjAvSWpUYy9iaHFlV25EM2plL1FFYjdqQlAvczVTUWtsa3hWdSs4Ry96ZUVodmFtVnZzYzFFc0k2ZXVTM1V3RDA1Yk9QZEcveGZuNW84cW4zUlFBVStmMm5XQ2dDdStMWUhGMlIyeEVjZnFocFdVT24vK254eWZzaWJzK2V4cWgwSUsyV2preU4yYjNTTGdsZHB2Z01kZE5BczA3WVBWNnd3YjBZdERmcFQ3OWp1RnkvcWxDak9aRmlLd1lQMnJJR2hDK05UNnc0bTZsc0tWNmhwYjRTdmhRNWI4L0FRMUJCbFpLTThrcjhXRTBIUjkxZlF6RXVkYjZZOXpabVR0aXZyaWtuWUlEYmEwMU9la3NaWXBHdklQWEZyT3N2Y1AyUkdVVERJcUl3blAvdGxSc0lDaVBKMjh5azRDS25yYUZndFhWV0lOZGtUUHpZMTZtbTVlVy9XTGJxdjhqZ3FLUDVZSGt2RXNiNEU4bkZRQmY5ZnYvYVdnK0ZiYlMxYll4dXByT3h5dmEwZS9jajhKQk5BNWJyQThHK3hIQy9rYmIxUzA2QzlHSHNWamFyZlZITmV4L053MWUzejQ4Ylpvd29NMEE5YmNPak1yeGc1bVc2V1JScGZLS0lwa2hhTlQ1b1pyUGRxKzhvb0ZMNWVkM1d0eFVzZjRMUDFkUEtzRXViY29iK1JvZlcxL2JJOWhQVi9NK2hsKyt3MGJrQ0FjSmUzdnB4ZTVGMkRjVnd4WVRYcEFBRHRlRmdHME1KVnpKRWtqcENNTDBjbmE1dDlTVm5Kd1F5RG5rN3VzdW9Pb0NBQ09LR2JNYU1KQXlNMVhHUyt6ZzkwZ1NuZ2dNWUpjR2hNY2tGOUd5Y2RwMDRHVk9WSzE3aFJCM09HUkRCNG10NzBXYW1MalVXUWNtZWd5S3FJNldRQlI4UFZwZVFlKzJnTE94Z081MmlvekRoS0ZhenMyaWFrOXNQdzF2cWk2QnNFcXhrZW9rQWxRRzhnU0poNzd5WFFpaWxVMDBNR3ZsZThGcmliNjN4a3N1bzFmZVo4czZSc3ZkYWJjbGhFVHNERUtXd012L0crNHFyL0JoRUh5ZFdLQlhlNXkvQ20rU0diYUpmSTF2V0xxMjdTdkE3VUtCVjU5UU8vUEhteXIwWHVVaDgrQWRoL25UREZpT29mU2tzVVhzL0ZDKzM2QXVqTU5mSHhmUzlmaVFHT0lSdU5QMGM5T09iOURJSFI2QytKOUgxV0lEU0svNVdHUGpwV1NNV1IrcWRKK0NHc2ltZlVwRkVRRGlkMkJSMVdzdGt1UnJaL2Z5RHNCdlI5RFErdGJ2YU9rM0d4ZzgwcDhXL250dUpMN3FDcmZxbkd5c0JJNnNNamoxdnBMWExKUmRLeWZtMldsUTEybkJMZTN6UWZoS2pKTDZQNVFVK1FJbHh4czNveDBLLzV5MFhXdTJkRDBvSnQyZkNVdEMyTlFJc09RSzdJZWlURkNSU3BpNGNLK0hGZFRWRDE3bmZRUFVyelpqaFZRNWZId0szTWp6cmcwNHEyY2hnRVl4WG00WWFGeEtrazVabHF4L3hNSnhqMFBlc1BnUXRFaHBDZG1zQ2hjRlRGcXFBY3JoQ2xXRWdLVXR2VDg5aHZaYkcxSXEwSkU5WFpDdEdCOUhCZENjTGRzMGF0bnJDQnkyOEVkQTlrbk8zUUlZNDlUVS85R2hFMVNKengxZzE3czlqUGEvM3N4UVhkTVE0em9RbjZHaU9KbzZXMU1VVWppa1NrNmZLSXFSMzFrWmkwN09kSFRVdUFtVG9RZ2xBZmtEc0hlVzJNT2VkNmxTVyt2N2V1ck85VnNJRWc3NGN3Q25DQnc0dkVWemVJUEVtcktjbDk0VkNXb3lTOWFuRnNYYjdBZ2dORTYyek1xRUE5bGRIYUY1OUZoZkpBbWVWR3k5ZDY5aitHZHAzNjJEa2Yxd3NRRGFhbnVtajdzaXVMWGxKWEI4VE5IMGpGSk81TmQxdVdpbWNmd1FUeXNTbVRxMXNtZlNabTV6ZXNiTGlLemVtTkVlOW5nb0MweW5jTHVoMk1ZNVFSQ3pENDQ2SGhreGEvcFNQK21lNm1XZnByL0FVL0UvS251STBqZmpWcmZPK1UxVVFZZ1dpS1dEVUN2RFh1NHFWaG9vVjdRVVJXOXV6cjJtZmNCbVFHK3YyejlHdEJWbWdqamhWaWhLd2RWbTVCQ092OFZ1d29LUkwrZmgwMFhMYTh0b0VFWXZqVll0dnA4bjBzMEhJUWdYWVZuL1hZWW80MlpaSkp4UmRIeGdiYkNpQ1ErTjZLY2dxNzZ5cm9hSFFuMzVBSVFHMjRua2ltVGNRQWhNbDhKMUFZY096aEhQTnZabjZDZWRad3pPWVVOWHRONmhaUnN5NGUrQjF0TE5STXVDMjhNS1FsUTF0bjJWbGwvOUc1OHVsZWhqRE1ObUNKZ2xnOTBKSVhSeWpRNGdVMENUTmNVSXBBaU84N1dZMnpGU0JJeHNpMktLQjZ0WGdGcWlFV0F0ek1wTDdKdVR1SU5ZWGNhYWJmNHRHZ2lkL0o1QWpVWkE2Si8xOVlnNzI4bXFRVW1pRENBOGUzZmdoMlZkSksrU2QrZzNDdCtEK2RVWHpPVmlRa3NWZ01ZVEVLQ2N6MGhhcnF1OWFlVmhaeXBlUUFSUisvOXdzOTAwVWNWK1ZFYm50eG1nNS9zOENiM2FReWNVSmc1WEkwZnF6SE5SekxhUWg0MTE4RUFPL0JtL2diOGZzWDZGK2tJblBQeVVjZmd6MnloallNeHRsK0VmZjhqTk5iUHMyV1dmZzhyR3daMWlWT0hlYTBZcjVUZFhzNVMyNkpmTU1qeUFrMjNVZURvMTFIdnA2NFVUZ05pekJGMFl0c1pncjZsVWJxMVlRVmhmenAySFB3L2I3OWNjT0dyOXUvQk9hL1psYU9ML3BNQVU5dEJkRlJzdXBJYnlSNXVaKzBldWQvT2xPZHVPU2ZGcFEvbDZwK284ZlNqK2hEQTZ3UE9NUnpiYTdIVFEzN2pjc2J5ZTNrdU5tUzZjMnFIYjg2enJKTmREd3F4N1BzNEY2MzcxcWp0SXkyeWxiNVMybTlsSk80WnR3ZHU4cXZOTDZuYjQ5QTl5RHNJa2pDT0VYckczTGlvUmpTVDF1c0FRUXdjZVJGbFFLU2l2bm11c2crVE8wdFBZYVBCTys5WXZPTmFMaUZlRHN5dWllZVB3aUE0MU5scmFpR3ZJd3g4V1N1Sjk1RVkwTHJSMThCQ3JRdVBKMjgvRndNbGRHTm5mM3N3U1BtTlV4Uk81T2pPMGpTYVo3c1ljb0V6aDhPQUNrMzRHb0pZT2M2NmtZY3QvV3pYazR2VzZsL1ZPeXBxMGZyTmU0ZTFYWWdKdGl1a3B6bXVFNXpvZUV3NmpVaU82cGN2NGpUNTJyekg2cFB3PQ==', '491899232_18004232429753450_4701897341701012941_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-06-03', 'image/webp'),
(174, '2025-05-01 06:17:37', '17890775406233051', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'PZ9C83em8mZO16PjkP4x9nhYcmxpbmRuRTR0UkdaTkpib0phTzg5clRrd0ZOdHQreTRSQW5NM0JYZkF2YTBHa2hQNVBqU0Y1RU1TZ2VTNzBWR09LZGxoTGd3cUI0bk42VnVIRlIweVRqZjJYcUczM2Jjd0tZTnZxaitndFpBQStkQWIyWEFZRnlXOXNoMTlQa2VaRzFTdHhVNEE0S0xMejhhSDdXY3k0TmZVZXdMbllqVnNnT1drclZ5MTNWaXZhTUM1SGpIdFNyM2RDdFFhcTY2TW0reWU3NGIzcGRaa1Q5RGI3dDdtWUdkQ2JZbVQ2YW9LeU5DejhDQlFKZmJ1bVoyeUpCcHBEbmZYVEJCUzQ2ajB6emVBZkhUdWdhNjhVWm1BbURlbUpEeW03NTh2U3dlK2Z5V25RNmhRS2xINWpmeTB3d1VNWi9WblhWRWFId0hySkNJY01ySXdDcFNua3E0cXRYZFVvZW9oWEROcmFLNGxZQVZRRnZ0SGVrMmVYZEdDRUtjTTRzK093VkNJVTBmdXpMV0pzZ0JKRG1zUExjTXdWNDk5eCtUdHJlVkpvd2NoZjNBRlhoTW82V29QM3g1Tmdhb0x3UHVBZ0xyY1VkUEo4cFlKbm85VVUrcDZwQ0wvVTdiQ09WbFVhYlorblVqMFZ6dER0d09qTUY0MWdxRVlsVFU5alZLSW1ET1E1L0pHVWNsV3ZSWnBrMWpzbURGd1BGZWhENnRucjR4di9xOERGdHAzVDh4a2RCUkU1NUlIRTRNd0JhbnJHK2h1VklObGliZS9Ca0NsZzQxdm9TdG0yQWJKaytRaG9sVWQrVVEzRE1ob3BSc3dNSklZVXZ4bUlDVFlLcXlVVXY1Q1dwVENWN3JyMGk1eDNRcm93eUg0TDhLeGJheHhjTG1JaGFhZXJsSU16QzliUDhwT3FqQTJiOHpPSjNtWGNWeWd0NXRGSVpWb2NPV3YyajJsVGxVSlZ5T2JjOVhndlNWWG5jU2lqbCt6NWhmZnd2NUorVWlzdGZWcXVCeFFqdWI3K2dHYXpVV01zTitZa1dQZE91NUgrbnJYL2prcHJLZndHMjlJblJ2a1NPRXNlMkczTGxyM3VabEp4VlVONFMyWDB3TmhLWm5EdTgzWjdhdDRHR2ErRC9iaXdqZ2YzUVhZMVpJeExVYUw5Yk5pS2dtY3JqZWQrZEU4M2VoKzdxTllHSGkyaTRNZExidE1ybm0yR2EveFFZczBQY3lkV0tVZVczcUN4ckJYcEN2UjE1a2tZN0hJck1TZ3Mrcm5qNTI3bUM0dk5kZlgzbHp3NEFPVkJkMC9EZFZqV040cS9aY3JSTWdBR0Y2K1JmSm1iR3lUNDd5eThQZHlCVWRyd0pEbkZvSmY1aUJpL2h1T2VmcURmMU0xaGM1NkU1a3FGc1FzeHRDOGozd0Q0enNYdHNsSnhJd1U5STh1VGZqcTJuVmxGZkFEdjNzMEVOb1ovaFp3VzR0Lyszd3AxakJiREQ4aXNFdDVCUmtDR1d2YzFBZzgvWUNNeWxNV0UyTThNcWU0TUhyT01iRDZyRDFZdXgxWEJQbjA3dHFsdXhVVVN5UHpqTWs4dzNqTDc3SWlIWXpGYVFVZ2ZaMXBva3pxRGRnUEdtWEc4UDVXcVlCb1dYa2k1YW1ISXJGQ1BncFpVVlBQcS9hSlZ3LzdnNVF1YUgvbWpzRHdOeVpQK2NrbUFlcyt4Z3c1SDJiYUM3UTRMVVFxcU1sa3UzS1YzS2JDYXZiQTRSYVVFalYvNnA0RWN3NXZoTUJWZXJiWkFPQ0Y1TzczZldDWUwvL3ZZS0pDSE5PSUdGalAyQWJaQ0E0MkE3WVVBemx6NDBuWENpR0RMM2FiOWs5VHZGdCtSK3A1UlJMMld3Y0FFUWd0dm1lNXBueERYY1hyTXJaOUN2NjUrUWRLVU9LY29STmRLOGRDb0JFWko3aFIrVTZOL1pKZC9WMlVpbFkxUjNmd3NaOSs3YXg0OVdDYTFZVGxHazN2bk5VamNBZG1PYXZHNysyOTZZVjNiZ0dCR2wwL3AzZzBydjdJMnMxaHErTmRzRXRPaGFydjQyajlsdWNJMjlrbFpYcmZmV2kvQ2RPVkZsYWJaVFRoWEh6bUxSVFZhK01ycXBFVkl2ZnZsTjBoWVJaOFVmQ1ZyNUNrMWdMcTE2VFpEelVzMnVhYmx3UHo5UDBkL0VoUFUwdERYV256MTEvUHBoeDRoU0pNRTdRcFE5dU5qZ3QxZGdsMFNzNmphOTU2SG9SUi90cWFTeFl5OXNGNy9KS1dnd2t0VUkrLzE1a2NwTmR0WkJDSDF3dzNJTEkxeCtFT2dZOTRJaUJIdEh1K3NBT0pFSUYwMW96K1lxbVRpNG85WXpsVzAxSHlsZGFxaFlHcGJhWG8yU0Q4aUl1TUJ0aHdwMG9sbEZyRVlKbWllbmdlMVJXaEwxQU1yQzMrV2l4VUlyalE4bGU4VzM3S2Q3eWhlbkN6dGJyb1ZWaThGaktnZ2dQQlh5bFJwN0RrSEtHVFdOVUhOd05DWmU3WFNndkJ2REFNMmE1ZEVxeCtpZzN1OVVJUUVvUmZZRi9TczhmSXNMTHlockNZVk1IZlFuOEhVWE4zd2ZTK2FwaldYVFZjTXpLdlNvaEpFZlV3NDZpUkkzOEJXWkU1aUltV2Nrcm5pRWJFYmRmMVZYa2Y5UzhyWjB3Q0w2dkEweHV0QTNPM2ZjdlVsWjRHSFVic1c5UWhkQ0Z6dDRab0xsQW00d1R1MlBRb0dtanNlRDBQUzdISUdsQlNUM0kyRUY5bXJxYWhrTmg5SXRGOHY1YXlCTDVSd0lhUW00VE03RGRNaHRlMWhJYWNuaERzRG9FVjEvOCt3bmh2dU9Na3M1bGtVYThSOTRZNi9DUCtOTGF4VG9WV0dmQzFjeVRuZlNQOUFoM0VIOUtGc0ZoY2JMYkY4TUt0Z1BsK2l2SFlRbFo0ZU5xMXh3bFQxcnJlVi9vYzY4aHc1ZEk0dmxaanBzQ1FJQXFSdmRVbVlJOCtoL2xKcC8wWFZDUW9XUE1OYndHNDdNR0VWRGVYS0J6Z1BpakFRTXd4aHRvdXZKT24wZjl6alRWZHcyY1VseDM0NVFpT0NVVkIyNmhaVHZId1NFZU1MYi9YWkxxWjhwZjA2Z3ZjVkpVZDM3aEY4QllYOHY5eDlqRW9QdU1DR0I3c3JSb2FJcTJhdDNCaU9qZkpuc3l1ak41QkovdkRacGk0cUdjcGFLQU1IdHJMNjVwVzVaM1lCNkZJTXc0L0N5bkRPVzdXd2R4MkJQaGs1RWxXcEVqMXU0VG1nVnV5M2ExbE5RaGJPQ3NwZFovL0VUSkgrNUZYYllOVkNlZXlrMEFVUjQ3RUxjbkJzY0NrcjJJaWpzTWI4Q0pkSnBwb1JkRlFaVjlIYVhBbjFtdFFkU2hqNGtvVWowUlBRMi9uVnk5cW5EaGw1TWNTYzdYbmhrOXBrTWkvdU95ODJER01oVVV0bWVsdFpPTnptdFZ6QW4zSHpWMXRqdW9EZE41dFdTeWp4bkpwVWw3K1AwVldhdk9oM3ZnbnM3ektkQldDWHBOMit3UlYzYkg2Z0o4ZmExNFJKUmloUkNNbU40YXNIQ0E9PQ==', '491898786_1657950158420163_6213160915246580405_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-04', 'image/webp'),
(175, '2025-05-03 06:17:47', '18067090327983850', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'yCrjN7l9nHsPqw3knZHmxTNQS0FmbU1TTSs4Um5idnFKcW1rRHNtTm56d0FsblAwdkFBMzRIc0hJMHhRZE1ValZNVVR2MGZ4T1pYT3ZKMmp0SmZjRWZNWSt6dWtkMmQ0bXlkVFdidzhNRXBqVmdTY3lrVS9HR3JXMGVCZVVtUnZlRDNzWTVuMG5rTndlVnpEUXZxZFJTVlJYTDJXYkxqNzhyZUxrTkhoRStIYTU1SnNGbEh1b3k2cWVsN0MyenFsZnJ3WlA1K1FsU25HYWplL0JIZk5uRXFPdW1WRVYrQWlKR2tZUXdFYWdLdkFYb2hNQ3F5b0FoMklsemdHUi8rTER4eHRtT3E2NWp3UGFvUmkzNCtJT1FaUkRXWkpEa09aMVJKTzJHZndyTHNzcTI4cFlkZHZESTFMNUtkWEx4WDhMbG9oaDNSSldORGhBQTdzT0h0MWl1d2ppdTRuUkx4aTlWY3R2dmlrcUtCTkltekpRb216UVNLNExidzhDQm1BdEU3SjZFek1ER2sxTm42RU50cENGVFJmcHYzMms1MCtWQW9wRU5xenFSa3RzMXRpb1Y4TzI1WmorU1Uydlg1SE5aV3FqanBndUo4TktHbjJveHRrbmRIdVVqMThFZjhSNWhKUG84ZXoxdHI3b0YyOFg3K1RUdGs5eTF6WUxWeG5VNmYySHoxYk54Y3dTNmtJVjArcVFza1RkQzBTUE8xdGpidUJzVTJmQThVR1J6TVJWay95TU1GUWhoZU8wRlBsTm9sa3ZzR1VnNzRLaFMyQ0diRFhLMkpwbWtaMTY4NU0yUGkrV3pQb21tWGpCYjBFZGp6TkZCZUxQeXNESk1IZ2NEUVF1dGhGM1ZPOExETmRHSHBVMFJ4S2tvMUVNb3FObWxiQ1JtdmxiemZxU3hmV1pnRmdHNjhLWUJMb2dKaHBReHBOZ2xqVGpMQUxsb0c5Rnh3cXpLdkp3aTRZdTVLa2JJNmVPNGpKY2dQTFY4YzBDRE9rZnZVU0VLdm9MRmsvOEIwSm1rVU1uN0xtL1hIQUtKVHo0ck44a2VuVzExZDVGYTN0aXRsVFNZaWhBRGIxY0tTcnZzWmRjK0E1N3RCYXBLWFhDSzJCVWE0NGowVzAyaGdmcHRYdThITW83T1RLYkY5cndpRmtCbGphUEtwN3IyRW91VWJBakNCTnRKU1NwNmV4ZURLazlET2lEa3B6OHNkNGtmNUhLb3I5cUJySktYVmRMK3ZBMU5xTXdmTkxHQ2pQTWhoZlU0cW56Lzh2V1IyWXZlNFhFRFZuUXJ1Q0xDWEMyQUNRcjV6UjhzdVdzcW9rWFNEcXp5Q3UvKzBra3RhKzlLb2duMnppRmxUWGRNdWxON3JoZEpQSXFieUFKTEVmb0c0S2EvMW5tdGxTN1BIRkxrWURUVUhLa3hlRFZWalNtVzBEN3ExdzNrTDlrUXJxSXM5M05SNkh2NjVZa0JnOGZyS0RyS2tIZUtFRWdmdzAzMklWb1dUVjVwK1hZRWpiVytTaGFGL2t5Sll5c205UTcxeEVYMWJsR3BFSkFmenlpb29TSXU2bHFuYVprMUgwT2t2VytmTFNUNTJwYXZnaU5iSGl5cytpMDZSV1RsV05VcWVyaWk4RTJkWmtXSXRrQVllVzBUb2FhTGRkM2lyeWNMNHltU05GbWE2aUx5eVZVL3NmVmxXVGhOM2FTU2U0MDlGdFlWaTFaUE5HSGlRU3VJTzhkRDd4ZElScU1SRjNQaGRNdHhpa1NweVJ4dzMrS1hJSURUOUo2NWJ0enp2SGxyYWxlb2RUcWJjQm1vaXVRYUMxOE9OVVJCMlVZU2pxTUJIdXQ3NmxXZFlwUzFpM1I1bGhabFFEWmsyTVhkclFzVDg3RTRDMVVzdVBMdVhLdzd4dzJVbHphY0pQZVVFODdZdHgydFQ1Y1NUeHhqTTN4Qm0zVk5XYWh6SkhheEVPWFVXUW13RG9sNGQyVEg1YW9CeGRUZy9jU1h2OWVTUkJYcTBBRnVIajVxemE2alM3TUMvNHowUUh6MktHV2ZTR1ZGWms4RXZoeDZIUkRoeWJ1MTF4TkZKV0Irb0FvcWVyMG9sMlZ5YzBzU3M2WUxoTmpmR0xobmhZbUJBZkNSa0p1T1Zta2VLOVBDdnV0eGJib0x5Z2hJNERHK09TRExDRS9kbEFSSjNxN09zNUpybk1hcUUxWlZHSzdGOVc5VGdrMDQ0YkJKOTJJYlA3SVQ5dGw2ek9HbHFuMWVRVm1JMWxNUFNHazNGSldGOVZmVEtmUlFjazM0Q3ZOOU5zS3c1VnUwZnJTNTFHT0x5QjFtSE93Vm1nUjRIVkM5RjBaQitrNzVncVR6NGRHeUhXc1VuQytSZ0tzUFpaSWs2OVdCYW9Jd1JHR1ZvME1lT2o1Q1FoRmlwUXMzK2Z5OXZkMk92T0pYV20rWW5oWm5FTXRUOEFWVEFJNkhKN2xIY0hMVWRzdkhwM09aVG9RR3FKZXhJTWsvN001VjFwUHhDeUtJb1l5U2pWYUh2SlFHWTM3MmNYajNoOExUSHptZnVGWFlVK0pqUkhYeWRzazhBNi9MRDBuaHRqdFdrU1dTVjk3OUlEQWpsejY4dC9KcDg4VUp4b3RLbDJ5dEYxOEFxM3VKWDZBQWtMWUovWk10eVRvNTgzMDFjQ3lIRUVIdz09', '494927944_18004576478753450_1143049778149667000_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-20', 'image/webp'),
(176, '2025-05-05 18:18:17', '18124722697439059', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'f0nvf3e5hfo7cp1AQ9Vx9m53c09ZMG9VV1dWcVk1WHJTU2RRL0RpTzcyNURjWnNZYlNjd1gzaGJCQmw5RVJ1T1pTQVY1dWVBWVhZVkNiWFFSVnpRY29MY2ZFOHF4aVFJa2pqNmdjcTAxa1hoYmtTbjYxWnh1YXZoQ1dHdk9UMkpuY1JUeXM4Zko0ck1ZVWRqU2Y1U25BWW9qQSs0aTNobkkxQjBmYUlqOXBJR0w4YnFGcTZ0bmdzM2dyOTlxaFhzbzI1QVR3ZlR2ZzB2aFVOQ2Z2a1ZVQXVGY1JiY014WmVhdFN5alJmL00zVFhTVGNEc0pRLzg0cnpzbTROWllZejlpT3V5bTlpa1RWSnZvSWFKSWR2NlBoNlZEbDlkR092TzNoWDRmdERCSDZ6UityQTg0TW5Gb1JacVV0K04zcitCVGJtaWFwd2FPM1oxZkcyYXdOdzVoZjlrS1JqRkhxc2hQaFRna0VTaHlQNkhTaFg3VVJ5eUpMblpxczRBUHlmZUpoR3hVVDdEMktSb2EzcS8zaWxBQ2ZxMC85V280VWpPQjRVUnVoUm9oanJXekVlcDJhSDFlT1hLaVczU1QvU1hlRkNOVVRFRzdsTTJZWHVOUnlDTHRGTVdrOUhwWldjNTRKUmZ1L0c2a044Vm9FOUQ5SFE4OEpzK3pBNVFnMFFhbmJNV1o5dHJabGlBOUlBZ0RvNllqTGVyS05rd0Q1b2FYdzJwMzVUMzNwMGx2bDgvdDg5RGFpc3YweHNmUXI3Ui9ZblZDUkNXWHU0T2p3SFNnT2hGV1plUnlCb3NGbzc4d1Z6KzI5ZlpQbGpSc1IzbEkvREF3L1gxZVNBdE0wUVlsdkNkV1QwNFF1cUo2MkFMWDRWWGhNRStxVjdaZ1B0eDJTMFdKUG1RNXE3ZzNmNnVxTENjbVZGTE1oVUtqNVlxdm4vN0txZlplV3BnTldEMmp1SnRPdndJcUtaanF6emZZbmI5eHFYNVpxdE5SNmRHM2RTMG1lSTJaWXZGbWlWVElESUQ2TUFPTGRheHdCVTVhRSs4TnhHdlZIOU9sMnFJZDRmaHNYaTQ4Z1hBb3hsOW1sUmJWNGxwOWdzb3pEYkxhcHE3b0VCbG9xbTRMWUVmZW05eU9UMlI3VUplV0tpVFFUcEtxWmVVVEdXbEQ4Vmc1b0JOZTVFaTIra0picURyamRpc1lzZkpWUlJwcW5QeDc5eGJkTmN0ek96S0hZQW85S2hldGRIL0VYY1BsN2dhZjltR1hxSEJuMU1uQTVQNHJDYUM2aGtFOTBVUStseXQ0VUs2ekU1L1NEZW5Od3BZdUhNS05xUEFFWHJBNk9BeWpqMzVCR1BuYkkxc1ZEc2x4emV0RU5pUU1NQ203cy9rejBtUzZVbTBjMmU4amMrdjNqZG00anA2Q0xGYm1wbWlSMjMwdTloWEgwZnF1M2V5NHUwbDJYZWJ5SlA0dzV4UTMrMFd1QmdJUlkvUm51TVJwWlZGaUg0SUpjUjZxZ25QYUthWlVXSlg0N3oraGVQM20wQ2cwdkt6UzRmNHloS0RIWW9STnoxTWsydDlyQWVHdUs0QkltdGFTbXlvMXNBVDNoZThaS1E1SVM5UHNGenNyanBSNnhBRC9wZmpDM0IrdE1JT3BNdEJSaHdKMndKTTBidjI5TDNpMFo5dURCb3BIajlWVWZpdTdrRUJ5S3ozUXVTblFwUlJ0aVdpNitUODlRakxJM2N0d25mc2J6c2tTL1V0RkdqZUhVbTRjcXEyaVpDR0pSMzdHTGwyWGVFajM2SlJsZHByNjQ5OUJ6TXA4QzNMVGJjVXlCTjU0a0MzdmNCallud0J6V1l5TTkzYjZzOU5yWVQ2VXJmL25qcTZMTm9pNEpxK1RldFBDbXlqbjUrMG8yOEFtcStXS2lZbUVwcjdva3hTSzkvSlJDNkdvd2xPcWpMeGNJL2Y4RUU0Q0JBaC9nZ0I3dm9uOFUxWFBkSUhxbXJ2U3RWSUxiMDVUWXR5Q1NoWG5lRWlEUHhDQmQvbFlOdzZObmI1MjhMU2cyTkZFMXRham9wTmg4ZkdtM3orUHpGbFVRRFNsaWlmWnRWaTVIRlBLNlJGUXBKaWF6b3hMbXllOUhzZG91NVdhNnhheklxaGhzbnJFWUk5Q1gxM3p1bEJxVC8vbTlXN3BZWFpJRTVmd2hYTkZYNmlHa0Z2TVJQOFptYjJieGVQT21tcFdwZ2h1KzZYd2cwMC9IVWFRaEpRZ1hlNVAycWRxcGJiZGttU3gyL3RrYm55NUo1NW1URg==', '495697624_18004863749753450_2509551410731505441_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-05-20', 'image/webp'),
(177, '2025-05-08 06:21:18', '17999426519784139', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TsO26VjmUS9EE3swXhabtmFQbEhURFZINU1rZ0VjNFBQT3FEc3NsMzNyMWUyODUrMnFkcFVZS2cwdktMZ3dkWDczd096TzFBWnRCclV0OVJodExVMTVndGJaaUNPUmNVUDJtbDdUOU5pMG5OS2Y3V3NDVXNXRWZNVjlEL1pqSVRrUzdWVEUvbHByelN2V1VPUXU5RHJLWjZqZ3A3SjdCZHRiZTd6QXp1bVh1TGtOVS9EdTFNRWNaTDdzb3A2K0Z1ZlQvRVJuRDkvZ0xna1IyMEJXbnY3SnB0L3Y5dkxxMVU2UmJWMXAwWkFBOFFOcUpTSkZOOVJ3Rm1QWW0zMS90MDRwcE9nNjk5TXhpNWxtdXBGZ3czTVpFOEd6SytwdjZWMi9FZjFyRi84VmJTZ1NmTkVKWjhtMmVReTcrU21rWEJwbkt2TXEwOEhJTW1rTE5KNm5Bc3BHQjVnWEZXYUtPWkk5YlZ0cm1jaW9yWkljRm4xQ3ZWODJFY3hNS0pZd3EwR0ZRd1FjS0tINGEyV1RHNzFtdjVEbTVsZHpGeE5FdTV3dVRISUxWeCtvbndNZDVreU1UTnZ4MGJwb1ZocU1lNlJSdnNsd254dzBVbmh3RktEU2s3NTUvTXFMZThHQTRXaklHaEUzVzFJaENGMEVKMnJKTmxxNndpYzBScUtQd1hxRE44bktTdE5nSXBRRnowODZROXU4cGY3bzNUK2JZbERIRzl1V3p4SGZmY2pXdHZiMC9VdkFYR284WGlwSGtDWUFYWUN1QlBya093S0t5ZlVTM3lwajlPRDRSWHUzb0RXT296SHY1OVFwSWVuOFNncjhNcDloWTdYcHFrMytPeGNzY0hVY0VFby9OVGMwY2ZETHh1VnlucmpDcGJQcFprZ3hlekUzQ1p0djY4OHNBZGtXZ0VPdWxSbkx3RWMzUjdQUEhZOGlQeWQ5MjRLeWhvRmdHYjNoY1duV1lSWklaZXlhdUpHTE5RMURnd1JRekxHOTA5TFBwY2x4SGs5UzMrcEJIa0xlc1VEZms2WlM4cUlXOHJ5R3R2U2JFckR4T0ErY0d2aEJhK3ZadHgxT2Zma3YvbDVMNGNiT3pvRElHK1IyQ3FtdjVMWmhXdEE2aFVjTXgybEd5QmNaZWVoazkvVFBXMTd0Z3RnZjcwUlhCOXVPeEJmRXRzL0pUdzRlOUVCeHRDQkNYT2tDWVRucDhMU2hTV1RJamhRWDZVWXl5Y09QYWJCUURxbXFKdENRbkNwMm5aMlZVbS9yeXZYMjh4emxhbUZCRjlDcWhobnFoM0hsUWJZT2ZoejVjcTNyQS9GbTBrTm94K1pOWU03M1lnUEVZM1drUEVBU2NqM2EwMkxpYXF3L1FhcHBHTlVnVGJ6UkgrRWl6OW5lSStobk1QNDZ4dS9LYjFGekU3SmllTFl6Withams5NXpIQjhEclFPY2NqOStWOS9nVlZFQkthTlRET1ZJai80L012dURQdnptY1FoeS81bVJhNmF3a1JiTzM1OUphbGhxTEhtNllWS0xidHQ2dlpuK2w5dWNuNndKNDJJZ1JUbnRxWHlrOHgxdmV1WjBNL3pIREFyK3ltdnV4Sy93dkg0bEIxc1VzbnRsODBXQVp5R3p4OUFPWitJQjVmRnB5UW1tNGk3djlzZ1Z1UUYxMHNFV0RQM0NDKzV2U0ZEclNLWjE5NFhnL01GdCtFQjdsZ2NDT1B6NnFtMmovZzNIOGhKNzUvWG9rYjdGNUxlcEJEa2l5UHF3WWFaSlYySGJvTHArck41a3hpazBzQ3p1NHEyWTJ3emVZMVAwYkFTUjUrVkdEQ09MZXdnM0RGdlpDV0RCSk9BQnFtTDJ2VFRadjdaZmxxZlYwZTc2T05YcUtvYXFFcGFHSUR1bDY0WlAwZjVXZXo3cEljTGxia3p3eXpjVW5NSmNoN01kOEQ2MkRFMkRBUGhTd01wVFdxUzJBeGRFUHgxM2VkRFh3ZUZOdjFWTzV2emYrcENka2VCVW40TjVBR3Vpb3NEUllGODJlZHRPZFdhcnBsMWRxWmZxWUxBbERxQm93OXpkZW9JbHJlN2V3RkhTdUc5Y0ZZbUNKN09IR0VFb0NGdnBXZFoyNk1QTC9hVXZ4czNMZFR1NEw5dTlMMmR6dFRxK00zNTB5NERFZHN6SWxvZFE3YnYvK0hYckhjTFB6cE5ZY0tiWi94N0xYQXYxSlU1S0hoT0tBbjM3bnMzemNsNlFhbUJDWmJsZ2hqMFcxR2hrei9YY1E2K1NwdVgxZU02am5xaVZCODIrV2ZqbmZYaWJhUEYxK2Ztb1VRNHpadE5VQVQ0Z2h6OTBPSmMwSkZSbTU3Q29WSHY3TTVzeUFNck91dUN0RUdmZTgraDg2NU9VM0liczVpOUFzVDAzZWJhaFhFQXo1QStyV0orN3B2SDhjK3hWMjJxWE53ZERPd3NzWmRWeFdXL1pPOG5GRUtTUjJyTkdHaE5EeHByZm83S2hyMUE0VTZhZFZOZkEvRytNNFkrN2VNWkRKWkpnNUxDZ3hHTkRVbU9EVGpnaS9DN0tiTkFQWk56RERjc0ZpcUlyQ3NYWEtpRFJmM0tuTXRwb3MwOTBWTFhhVEROYTl0TktkdkdlenpRNDFqN0wxbHVueGdFUlloR003Uk91TXlnVVdBOElXTUJDZ2JYa0VWdXlJTjJ0VGYyWndOWVRpdmh3Q2x5c1ROU1RkNEZtbTJ0S0xENkd1MlNzckxNa3B3SUMvSXJpaTNmUTJNckVwaGhpQmczTk9FRWQ5YzVzbFM0M25LNjAvQTZWTFJTWjZJUEh2VTY3cC9VMmFLZ0txdkZXZUVGdHRTYThpSW9IVlhmVEIra0tKaFJxTzhrTlhBRi9xQnBBNzd1clJQd3Z1dllmYWNVSG5HUU1VT2tsVzBrUHJvUDZwR20xaDhHRVc2emZFOGUzUGg1WkQ3dFdCMTJFdE9YWTVxS1JtS00xaFRUMTYvc05lTXkrR3I2Qm9nd1RMMTZ0RXZZYmo2MWtpWHNTODNFZFBXaXIzdmJNeXRXM2Z3SVptZzlCMDVvVTFnR25VU1liRTFoeUZUZ21pZk9KYmxmbnZBOWdGc1pKWVdZeFlTQjBMN0pmdXRZTnhKNnViWVY3MzRtNVlIZXNoaE04a2lheStsZDFSbEJiUm1OckZLcXBzZVZMaW1RbnZHc3JpeHFuLzdxTkVOQ2FRbTI4VlM3d1lndGNsZEljVUFvdnh1Y0xYV2t2MlpRZElBYXhCa0htbWs0a2NmOHdLVkFwMzRkUjVBaDludm5pNjdMRWZBbGV1UUUwRWRvMGdycmNiay9zeU1kamcwNkpHK0hGTFFxWXlWUHBzTjlXcitSMXZ4SlJpOFk3Nmdwb0E5akJaajZiQWJyaVlNaFJORDMzY0Yzdk1GNGRsWUlCQ1pNdmI3eFJMRXA1VmxFdFJubUtXR0ZPTkM2eUJYUS9tL2oyUE8rOGd3dzRBcTNmc2R0ZEdiQ3EyZlcvQjRVd0tjazNqb2dvaXQ3cjhxS0lJT2d6d2ZpUnQ5dFR5Rzhvd3BqK1ZjZnZ0cldMVmpPQ3haUXhiU25MdnJSUUlNR3lOYjBzK2gyUFFDcFNPdHpNUE1EeHFiQ3pDTEgyTHp2M2pnVHlxUVl0RHUzckRFRTFJeGxKQjU4ZG52c2kxT2lzM3ZsZnpmaHExalRHMUdOanNhT2xwZEduak90VEdGV2tWVEYySWttZ1c0MGJRVVBBRkVXTklNKzdlajY2TnlQUTdoSDNsSDZyd0ZDSk5PZU1QczdhNXJ2SUxBODJ1UTV0RjlFRE1EY3ZEbU4wNG9zcWs5bEN2ZHp1bjltdGxlcjVwVkZSc240bWs4U0tQNTBJUDF2MWJzRVR3RklzazVsYTlMNEdmeXVyU0I3VXZoWnJvV0R6NXQ4N25Ea05nanZnNFppYXRTSjdmN0JKT3pMdkFQWTlTaFgzSmMweEwxaXFNQ1B6a0Noc1pneHkxRnNUV1o5dGNlUmt1Y3gxd2MzamY3Z29JUm9QckNhbkVUNDZDODE1RHNyOE1ZL2c3dWFEbzQzTXAxRWJINXgzVnBKYi9NUWZaVGlmYkNrdEUwcEFGNmZCNGNTdk9IWlBIRzRKeVZjMW1ZcnBIT0ZuWFlIREFuUm53RTFuUkxWaDlUV3hZNllhVm9lTGxEVmE5OFVyb05BQktXZkdoTHNSSUlQbUxNR01jUk9kSnVvdUprQnlDaUY3T3dNNmdvdlp5eHBtRmlFNm1Ob2YyUVczanNzWFgrc1hJR1RwcXM2SVZoQVNhSTN5dFJ5cGpzNmg3TFRtbzVVb3hEUkk1WERjT2JDejh6MjVHOWM0czAyQTJNNmFpcFRsUThRSFRzdkpkNDkzKzJJMFBXYk5HSWR5MTcwTXBtSWRHa3E4eExHUUpxZzNYYS9OOFl6dUcyZkczS0paNWlTeXZpcW91eWppdm93S1JrNFUzYVUrbHIrTlpkUlRabUl4Z3VSa2krdHJneXYvMEN6ODRjUnhvMy8zVUgwR3U1UmFxdlpBNS8wYjVYSmxjazhWVEh4OVp4Z29qdkdMK0dkL1AzdVpuTWdmU0hnYWxmTE9ZaEI0aEw0ZUlka01RPQ==', '491459460_4229860313916216_4392632021941968827_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-07', 'image/webp'),
(178, '2025-05-09 06:21:46', '17850707580450791', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'A9ALfdFXgv0ZcErV05VZlTZRVGg3eTJ0Y0doNmt2ZHVnUCtxTTFJOXNYcTlKVUx0c1JRL0h0TDBnQzRXdEwwOUU2em9kK21nYWE5TXRJWkI0NUJnOVpaRG16NGpyRzgwclBJYm94cVdZY1hBd3dmZkhxT3E5ZDJEeEJtQXl5L2tWWGhjTlBMSnJ0S3BtYU8wSFpmdnRHQlN1T1ZXM0ZubVBOWlowSGlDR1ZFTkVENVhjZHNTWFVJUXhwb3FNSUF1ZkVxUGhnYjJHZ2hRRlFLbmQ3dVdWN0dhRk9DNnFpOU9kMExaQmVENXcyMmJrVlVVVEZCUXI5WjRvZko5aHFNWHRXK3VDWm52SzJFZC9kRGNlZDdlZWVISWNpUk9MMDg4TTZBTUpHdG1FL2dhZ2srMkpDUitmdjBqMVpCTFVMYjY4YVYwSlV5MjJQV0ZSWkpuQmtRVGhkR3RoT1BRcUVpVG1BemlvR0pLQ1JwTVU3cDJFS2dMdEowSnEzQXM2dGRvTG1rZDhEaWE3Z0p0Y1d4MTd3cUE0bmhzRURuSW1wekF1a3I0dHcrT1I3dm4vM2dwVmxFeDlobGNMWk15bExpNEVCN2ZmR3J5d3FDZGY5S29leC9KbWdzeUZtaWYweXZxSXNYSEpPTmU0c2dIWmg3V2JIb1ltSnM3bEM5aG5KNmtMSjBkSytWOWovd3NaSHBVa2ZJV0lWSWJjRUFOM0k2RFYxQWo4aHYwVHRPeGtHRmVzbUJmeWpqQkxFcDk5Z1MvVWxyOHBtQ3Q0OFlmbmZZelB4U0JlRGNXaHVqWXJkeW9SSElhZ0dnMkRQSU11cC9GYXlMbmhpVFZKeUE2R3Y0S3o0K3ZkY2ZYNm1MWHEwT2FaNEF0bGVMVUYvK0ZuZnpJdy83VCtoTmZoakZLT0RKYlJnRzVMVzV3Y2huOWNMN2VTMzdkYm8zdFFUdDZ4SVhtQWtwbXZwREtUYjlzQTAwTVhtRk9jc29FdTJpNnJvaGw0aXZDeDMwZ25WdUJnZXNCdlpON3lyMS9OSUR3akt4dkhIUG1qZ3NTQ0pSVGVmTEhtZVByckVUZXFXNXpPVFNFb3hhaFFzM25VMm1tMllERCt5OGxlQzhJU3BKQjRoSjhDSHNUSi9qRTlMOXFETmhpTnhQOXRsb1M3dU9ic2xKYUNxc1ZQRVRmeit1UXpHcjJGWVBXdlZWMkFiU2VKQUZhMHRCL2RPRDNKellnWjlNbmVsdXYzN0h1T2w5NUtIS05aV2x6akxxRGl3Ync3dHVaTXJ4a3FjbjdrS00ybUJYYkdub0ozUldGbE92MTJYMlFtVDlFL29PV3NBcWFsUzRMd2RSYlR5TEFhOVU2UVdUVG1UdmlrR2dhbUZ0amVsVVpzWm5XVUFsRm43UEdNWjRsenl0WllkMVVXbDMvNTBnMzljT0JYRXJKZFNNM1Nkbm0zVzNLV0M3VG5ZTTIvamlMd2M3Z0o1LzZPRVExeDdGelNsQnpvWUxEZ0FJbzNHQy9GSlFWRXhqYkJxYVQya1QzdXBUM3RQRHBodTBGa1NQMDNIQ3ViV3p4SWV2bmlGRk9nMlk5cElVRUhkOE9nL2JiTVRhQW5RWnlmMDZLbnJOR3NnTDhaVGVnb0F1WmtIOEF2NWI4TTQ4ZU5rRTlPeno2WkNWbGNvS2ZaRG9FUDhkLzhjcWN3QWpxSUJoTU11bFh2YjRkK2tVMUJqZWdRTWFkM3pWMHpCR0lxWkJvUWlqcEVpMHY1Qmx0dU9YS0hOanJTYytWaWFzb0k2SnRGMFBmK05XcjZEVlk4b3FBdHN5amFjK09GNVVJS1paaGdXeGpOYlRZSTVnSlBVR2VUQ1JvbWpmSld4N1JUWjczY3VTM2E4Y3UzWUc3Z1kzTjl5aUZSS01Lc2d0cC9jeDhzU3lJb0k1MXJ5aGZhVC94S0VkZUZnUmVTUEJOTTI1dmpFd2xuVytiWTJJNldkelFrKzlBbXVVZllVejc0dE00UFlaZXZMRnNQWHAvMU0wNmR0T2E3ZitDb1RDUDFHUTJDa0tWMmtqTDZsOW9pR3dYK25oSHlsYTlaTjNkYXljc1RYUmNOeEFVa2ZtMmZiQjQ4UjdyUWY4ZUZwRCtHSy9UenlZQmJFTWxLNWo5cEJWOFY5K01XUGY0NHhkNmZwWFVBa2xyalZRampKZkgyNzI2bTBRb0pwRVFsSDBHSUQvZjJUZHpvczNReEJzNnVZOTJ3NG9WdUlwTzRKVElKcUJRVTNXanYwSWFFdWRQSHFlUkNNVWhQSGl0UDQ5NXEzQVFxR2tDQVFkQVdVUEo1Rkc5U2dVWUxjdml1Y0lHY2xQenBPUnV1bkwvM3pGcjFFVGZLaWZmRllPZkZYT3daZVNVVHdGNVNZc0xiSDFJbCt5NVVOUnlZM25YWjU4di9DWGhoc3loSXpLc3hRQkN2OWJsTEtRcE0rTlMrYnc5cHFLdEJiTTJObzZCdWJCWGp4UkVuWFBFY0JhL2w2K2RKTGpaVHFiWDNXNk00SUFkaWc1dXd2WE1CN0FIUy9KaVplZXByZVBKS2xWd2F5ZE5xdHB6T1drbDBWQWJWL3pFU3IxVDNRVEh1YWpvQXhRSEcvb1VFaENOa29xS1hQUGtybklmOE1weXdXYVR1dy9DNCtYb3ZsTkJxQjNSNkp6TFhnREtMYXQxUitBZ0l6cUNIR2NwWnIxdEtoMTQvQ0VmVGtqN2NCL2xrNHR1WUhwSUNHVnhzaDJIeUlTNzlTTExMRjFyZEwyZ2gvWHhrY1hlay9hU2ovV2wxbWFRUE5XS1hCOEs0WEdDUXdNYjNoVktsSUEvTkd4ZnhYTUlJK2pXaHB4Wi9HNVFsdVZQNitxaWY1TWNPYkRNL09lQ1h6NFd3V2hZTCs2OTF2OTU2cm0xczRocE1iMFB1VnEyY0VIeEc4b3JhVlBQekJaalhremw3K2E1MXVIRHpsMGQxamRseGwzUVhiMEZXZVFkcUI4UGtzVTRDQnF3cGM2V0JkL3M2d1dMaTJuZ3BKeWFNN1RSbldCRk9JK2JTV1ZHRXBiaUNMcHpFODBYckZlSUFhYyt3MTN1NHdQUUdjU01MRnVoWEs2QUt5ejgvQmI2OTd4T05wWnl6NW9kNlhMZHdVREhVOE13MlhOOWQxWW9EckZBbkNFeWk1ZmtoMDNtYng0OGFxTEJvUkx2Y3pENTNXQitTc3UwK1lkNG1COVV1Vzh5ejBzOGFKc2p3Rmh4VkJqU0tYUGVrVUpTd1RKd1V3UHFrUHo5YXAvVklJUjVrTytmYTBvckRDWVp0c0xrb2RLL0xHbC8wUnNkckFkcXA3M0hGaHFNMWw2dEtKUlRJam4xN3JYMTlCUGhkREFJUnY0TkRRd1VqL2d3czNjRE1iWmtBaS9xYlZVM1RZTnJjYTZTNDBleTl3S1lWVjIzUWkvQWp4RVhIVjVSbDdHaDJjYzM5MS9pWjEzV1ZITjVoYVptTG5OUmlqZmxGOTRKQXpHbDNYMTlidm8xTTFibGZSTG1hcTVnbE1WTXlzdmZFMUkrd21jZG1zMW5lTmo4SDVLWFUvbU0vdFFEY1pZRFVJKzAxWkZ5SytKRG1GdHpTWWNZSjE3WStkd0J6a0pNV0VYb3R6VWtUTzRyYXVuSVZvUjRaTlBKbFRERHpUcVNKL1VJL0toeVhiN3Z0LzA4cUJKV1VjZUgvdGZNTWF4c01XZEpGUlhuamIzMFRyTTNmQWIwejltbWh2S3diNy8rSUpRWTNLOHZpVldLaHZ5WXRyRTJUVnF1YWdhUWg0ek1qb2ExMmdzZ1dHemsyZ2RSaDZHdFNsSnplYTd6R1pEZDN2MDlvVnZIKzh5NW9nUk03ejl1ZEhmVFJzUm5TR09id000WjAzTlY5K0VGTzVqc0Jkdy9MdXovRVZybkhOK1BGdXdGV0lUR1ExcjRqUTVBS2kzRWJXcnFLVVk1SXZPVkx0QmJTc2hIY3N4eUY3S1hjR1pmZnNvejcwa0M4ZG11TXlrMFBoVXpCdGRmTXFLRUdSUHRYd0tZdnpQN1I4RlBvUVNSSkhUUnh5QXZraEhSZ3Bsb0FreCtDMlpKTnIySzd5TFRZNmVUWVBjV2xTZ2lqQTE1aUhxM0pVYWFTaWZvcUVqcWFhQ1IwOHJLRUJ5Yy9GV3NweGNmSWNCNVVnZElScEx3ZVZWdU5GTDcwTHJSOEZHeEFYdlpJZGt3Ym1weWs1Y3k4SkRXckpvcnpROC80Y0xpcldHd3pyVGVEWkVvaWhHZjJ3MWpId012ajNFQlNHVEd5dFQzdksrRzI0MUFDdTdmWlVmM044cnNVK3dtZTdkRndwQ0o1bUI0dDZvcVEyNHlaNVdyZ09udGp4QVNHbzVjNVVTdFd6QVVTaElOMVVjenJzQjZTTm0wOWNTeEt4VVhRU0tvNERBYjF1ODNpV01zU3dDK3JocjVTaDZja0h0bkZSYTN2eHJQOHF6TEY3R2JhM1F2VFh2akEvUmRJd2RhdFNwNUtsalNjazRjMlc1bCs2QnlhSWcybm8waUNOb2x3QTQ0NGhSdHZWekFvUXNzMi9ydEJqNTZiSEFFVzV1cU5XM0pRVnU1S3dOaCs0cmE4MFl2d0xsbnJpRXlSaW9Wa2xlRVNJeXNtMW9lOFErRHBERG8rOVo5bHhJMmszY2VCWWpDNGtmRnZFbHRKM3FCN254Rw==', '496271000_18005208323753450_4447360361537326399_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-09', 'image/webp'),
(179, '2025-05-12 18:24:56', '18030520985394906', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'AFAiwk+oe0+0XP+gtBybGGd3TW5GTUNCK0lHeGlyRkd2d3k5YUpNTGVpWmh1SVpCT1gvR3hZOUNCdzFVdWJveksvS2hEWk9LWFFLdGNBaTQ0RW9LcWlVVEpMY3NFOGNpZXpQWXF6Sk45UVpHY0YzeEFBTjBSNWRKczZxdm80cU5hY0tvWFdJSHUyYWh1VmNQN1NvTjZOM1Q1cVY0SFBqcGNvWEhSOVk2SjVtYkVDTGIrcXprbzlGZU83OFRpMXErQis2VFVCZjRUTkxDTkFLMWd2aEQybHcvRWIycWJxR0VlZldsVHF3RElRWEZVdTZ6cDkrNVhKcnFVSW41cGJhTWppM3FJRE84ZkhUQjhLdVZ4Sk9KNjJ1QkxaY0ZpMW9DUWtUQlVmbG9vaUwwZnZIbUNuRFZNL0NOOFJ0Q2dmT08yekMreDZBRjFUT29NckRPNnM2WTkrdjBKVjBlMWh5SWtvaE9TVlJ4Lys5bWhtUXcwTVhXTUlXb21KSUlVb1d0dDhSSmlKbk9ER0hISUhiVk1XeVVGaXBYOG1WYk1kYlNEUzY1Qng5bC9oaWJUbTBiVHVnT3NZTVg5QUxsSkRjY1pYZHpGcmNUbTFPME90RUhZcGFZSVF5bmlkNUpqLzRxeG5ZNWk0cXNadGtyVFVacjRwNHVLa1N6Rjk5UVI1bFFjZ0NVVUJhZDR1TkhLZHJxbno1NnQyZ0VaNlo5enQ3RGxBd1M3MURzL3NneHRySUNCeWtYWGM4dHpHWmlCY2hLaXF2clJIRG9MaTEyM1FNcmdJSlR6dGdULy9GYlJ3YXE2bHZ0YVlJU1JnVGFoYlhZWEt0S0JnMi9HRFMrYjlpY1F0R2krNGNyVUJySWpaSkx5TkZ4NWRUN09HY3RiL1BCRlR0SEovczM4TU81VFV5YjdsRTQzQUhGSFYyb2YvQmlWd2N0RzBoOExFZzU1Y1ZtM1ZMaEdpaStBOU5KVHZxb1hlcExIYXhqVVBkaC9jOGlaNVJkL3Y5V1lLNzJsRDVuZTFIOXFFYSt5ZUtNWS9MVldVSG93SUdFb3NFdk1lVXcvSEJRbVFtQit1T2hrWGhXZWxZYVNTUUVPMlRKWDdSMUE1REpCVEFkeXgwSk9SOCt5R3ZIZXV1T0lNQld2TmUxaE1RTjRUb2ZzZG8yT0p1Rit6aXExL3QwZjI3KzQwdS9ZMVpqQ1RNWkVKaklnQ0lvUGc3dHdqRTdRWWw4WmpwTldtbnlWRS9nbFNYMjV1VzFqQ2V4RGt1UFVORTI4VFM3OWRkOWtkT2QwbjN2R2gyMWpuRjlVeGhyOVlLSHBDa2VwdVJWWjBwWS8rZW9KOEJkSng1SVFSaXVWQWNGNC92aGw4ZnZnbS9XSk8zU0xjZUh5ZlpyQlFzajd5UVQrU0JKbjhGQjZDODloc3FYNnlUNXBsM3AwbGc1eHk2SFdyYzZWR3dRMjNFQnRGUVNqSnpBMXkxbXN4cXNhMk1nR2RiSHUvM1ZwM2ZxNTVRRFZobnZ1ZUJUelRtalYrbHBsTUlRY1hBS1ZKWE5Ba2NTVlAvUWRhWmwyeCtjQWk0bFU1ejV6V01lZEhyYXNEalRFYWw0MHlLcS9vTTlLSlJVcXhtM0ZRUXZIcndYREN1TmFveFRpSUV4bHpNazJ0dFpJaTRCNE5WaFBJSllzaEV3SlhZYk44azIrQTdmUThhVVVDcHFZU2xqQmZXTnZwYURiQUhLYWtoNlBkQjUzcSt5ZVhLZXprU1NQMWx3cTRybktySjUwTGtTWUxQZC9HNG9IVHcveUQrZis1dVBQdVEwVTk2N09tYlJ6emJMRkVJUGhyMllxeDRHemtkUUYvNWtjYjR5aWZsUGZic01OQXF3R3RkT0RGYnN5M04yZlFVV28zLzJFclVxUWtqdkF1N0NhZzZwOW9ZWGg2R2tTaUxLdGJJRjFVamIyNG1oQ3d4V2t1ekhtMDFmdGR2V2FvUHFCR0liSFpURzZtMW14eHRSNXYwNm9yY1IvZ0RFam0rSXVKMFhTVlZHd1ZaenZaMzdVdDB0d0Uyakx2aVJ0VGFkd0V3dnBURmFUR2VQZmJaMjRqMk8zTlVDSnoxMmZpdjAyNWlHSUthSHJLYVcxcWxvbEdEN0hMTjNCN2d6V2hoSjBmRVhBMFpOZUUybmNPWkxRZWUwM3Z6eENucVlHR2hzZVVyRHFxelU0L1JvdytkSVFuV0tOREo4Mi9yU0FSNTg3SmtxMUxZR21NeFBFMkgvK2s1OXpwQXEwL2ZnbURwTkVOQW4xVE9xWXI5dGg3dXRaREdHTE1vNkNUM0FnRzZSTEhuaVRaTGRmV2ZpRVJGcFVKQXIva2haeEdqOWd0V2RjZU1wanFFYXBJdS9Fa0FvZlhKZW1salREVit3WVNqWkd4SWhaV1c1QVFCUnB2WUNzWlBieU5jTU05Rmd4emVQVHA5dEhzSHRmTko4Q2FDSVBzZHM1ZnpGWDZzd3I2K0pCdlBZT1JXdFhWTXMwYzVFV21tM2NORG1YcHVmb3R5bUxUNTAvTS84NFhZTGhPc1dkM2lNLy8vbEc1VDR3d0xLNUo3cjZSdnp3YWZ5MCszN0ZmWWdDT1RuUnhTVVozeFFHZmdKRjB5WG8vUWY2cW5rWXBiRkowWjhKZ1JGVWVqaFJCN1UxSWlkVGk0am1Ld292YzBMZTR0MC9aZHdBalRSQWNRTDY4Y0kwS01zS2dwOUxqVVZRWUxkK3piZTJJeHRsa3ZGS09IT1FoMmdBK29jMHRPNGhtNk85N1hhQ0xFaFlXNHZRNXozYjkwM1lxTnd0TzBEZWFqSTNWOWlVZVJhRTNwVkVaVWE3WEdXNUh4MmJTOTRpbER0OGtnODM1cHZXMXI5a29Lc0JCQUk5WDVOSzZvK0x3Tm5VclhIb0JHSEJocG5NRWtVSnRQb2tiZlBIempKcmRqN3RCRU80RklBckdub0xYbW1mU0VvTG4rVWVPY2grdEhqZGVFWUtCR1hrdFA2ZURYYUNnbjNrOXBYMkl3VCtJSjdDRmRHVklYcDNrcmJVZU1wd0YwY0NQRWdPSmhZTllVclZQcTF5eWRDZmpWT2hXOGh3RkVTYWtZQ3FDbjdORTJkVXV3UW5IQ0s4NDRuZXhDaUhFNW5HYWFqb2txbm51R3djM3BZdUFWbWh0cmh3OGg2UlNxR0ZxeWZDb0lEZFNqQ2IyNWhCNlBrTFBTbnNGaGtFby9NbDRvWjJ5SldVY3BXZ2VmREtkNlAzZmZjQTZwQS92Z3RtazJSc1NiRXJyTGJZdWNsd2lZWUZkTmpVTURKKyt4TGh2V0djLzRxZmQ0Yk81SngzUTk0M2h0UTVzWlVYaGJjZkw4di9yUlFyT21hK3Q5dk8wN2g5cktMMzc0Q016YWlZTHd1TU41d3V1VVhLeWoxZFFIeHZoZEdHQ3h2QmQ5M1lJaTF6UWNLK3Rhb1A5RTA1MDNNaC9nNllXc1ZzYkUrcm5zMmVnOTJMU3dWUVRyMEduTU4zTmZoWXdnM042U05JVy9zbXFDYW9GVnhzcUEvTlh3Z0Y3VkRsbW1DUE1vd1RTdHhmeHVrMFJ5NEo0Mks3ZmRTUGhSTG1XUVdwSjlqbWJabUpnK0M2MlcyTTBLc0kyVVFMSTFsUU1uNHMxUjRKcXRLVnA2VXB5dmZudDVNcGJoS0NXeCtaYUw5eWp2c041cUtCTW9jZzJWU1pOSWIyOFlwN05Fb3kxb21SUVBzRHBYUzRuSWl6TWpqb2t6QlZPbUlUangwVzZSRWZQaEUrNm9RRFRQeGVXYUQvdE5sS3o2Vm9mc0pnbFJ4Z2hsVGIrR2ZxWXRzaVZDUE11Q1huZ1ZXdFdSdVhWOTVmaUxWWnhCVm1TSWx4RzNyZW9BOWxqL2hHbmg1WHowWnptZ20wMFpuU3U5YVZHcjNiaUJERUxJMDZtKzBCNWVoV3FtOE8rYkFIK3BrNURLeW9CbTRQL3krZW1PaXROcUp5eG0wcVB5V1NETXYwYVZNbTMwQ0RnTFVWWG1ZVFlYRndZV3ZPVlRjZXVGYlc3Rjk4dVhqZ05EUkEyYWhIWHpjK3FyRy9XWDRhbEhzR1dRUGpqY1YzaGlweVAxd2h3PT0=', '497593482_18005644661753450_4992321903546521149_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-12', 'image/webp'),
(180, '2025-05-14 18:23:11', '18028246634450932', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1jpBZKzYM/dJlZvROuUM7lZHbDFLcmFUalVlVHFJbFY1Qzh4R0RSTUJBUUd2Qk1CK2R6YzBHdWoyTi84dHlIWmVVY0V5OURzOG5lRWp5RTBHYS9IT3Y2eXI0YjUvTU5PZ3dVVEZlSjFOUnlPREZTYlUwaUNrQUZvUWdIQWE0Y1hPMUJTTmFOVWZ3ME1JNUJkc1pnNXJZdlc2ZVgzZDlUWE40WjQyeFM3ZjZpZTNYb2xBUGloaWZlR3JXT3BFL1BjZ2ZpK3RaaVl4NXlXd05DOGtBMEhpTXJqRjBXb3lRSzd5YlpCYVRJY3QzTEZ6RU9PV2F2Ynlyb0ZyR2NSczAyelBPR3BtSzZTQ3B2UjJ2a2JCU0xrSlhtUzJpZ2lnWnNVMXlZUlVZWlAxZTFLOEY2WGY4YU1qcG9hMGVFRnY3dEs4QTVkajVUYm5zMmM1OFhpSzVuRnJWRno1VTZNc1M4NlFvaFYvRFdKcXRzZ0tpeUtmMUhsbXlkM1B3TzRWOHJtclVmSlV5TEYvRFlQenlqeVlVTTUxQTdiS2YvNWlpOFNKaTZCUTJQSmFUQzNJb0F1Z2xBMEgrRTkreTZ3Y2xSNm5EQVNPYTJRSFdBVFBkLzcwRlBrL3RZejZUQW5sYytlZHRUOEpGUzk0V2hJTGtMRm1BOGlTa1R0VDVPUDJjbzFiQm1vL0pMUGVsRlk4VVh0ckpvR292bFNxRGd2WSs2SGlhWDVFMWlpSmMxb0ZjQzhNcm5HRy9nanJsdldTU1l6WEdMOVFnRURUM1FqMkYzN3RwQmNMK3RtV0hTNkxOWmI5NndSRjNGZmlyNWNxdTIyL1VNdGI5QlgxUDFTdStuT0V3eVJIZTExeWlKc1Z3TDVxTjB5ejhRdmh3QjQyWjV4QWhqTGJyTFJLbWpqYnJVUURwZWl3bXFTTTQzQ0VlOXJTK2FFYTVLd0Y3R3pBL3R0VEZDMWphUW84VjJMM2dqdHV5MVBWb3Irc04rWSt2NVBra3NpV29KbUY0NVdPVjBzMDlJM1JvL0RzcFB2SUlEcmNBTk92blIwYmQyNm1HejBmRXNTUDQ0bEpNSlp5ejdqdENmNVhFU3B2VGw2OUI0ZHhMTjNTQVlpRzBJWUd1RXVaaEgzNGdQSXcvcVZEbkFoWjR3dVNQU3ZsNldEMGc3N3lNMWZtbzNoQk9jb0p1MDJOeWt3TS9qWCtoRkxZRUpmQXZ4M0tDMWpFK2UzNjUyMi9HTWFxZWNkY01HeGlLY1NBck80UCtZMlFaVVNJblRSbmRqb0EyTnpOcTl5YnN0SmQvWlR1MUVmRGhPeitKNnV0S2RaZTVUZmZBaXNLdVpYSFBEMm10SFRsZ2tqMi9JMWJydUZyaW1XQ2dEZFd0YXk3eUV6YVV6NDgvUUI3VU1xU1ZibFZ2d0ZSN2xpL3pCa2F0clVnSTQ4NXNrRVhqWFRFbUQxWTU4MERwRmxib2hXRitNd2FYVGJhZ05SbjNGdi92K1V5S211L01TWmtmRm9FY2FCc0wyYStYL3Fmano4VmxoMWNaUUJJZm4xZGhEVmJWN0lJWCsxRW8zMDdKUzVQMGhpS1BRUWZ3aVdoTHc3VFRubFQwcE9yUWtoQUxpWmpNZkZJekZCeFBld2JIWXFSejEzdkNTdWFlanlUcHdnaXFuaVYwc09PcjdkNkN6TWJXemdMWFMwNW9nV3l1dVRTRTArVndIcVJvYS9sQ3dyaVJ2QUZxb25yNGpoV2NPdi84QUN4T05iM1NpU1Q0ZEpOR3YzdHpwR01ETnZ1ZzkvaUxnSGJaL3JpTjErSTZ5eXBnZWZXcmRmNXY1c3lYSlNnVHY1amJwL05BUXduYTVmT1J2dEpsRFVVazRONDBsNndBdHFLTkd2cFZ4b3NuZXJDb1dkR21QbXNjR00wTEEzbHVsczFYOWJZM3RMc2hJaUo3ek9mQWJ4ejFtT2V3czZWY3dkVGlaZUthMGJFdzhNWXRObTRqZ3NQOS9oM2pxOEZnPT0=', '497446712_18005838875753450_3554380637222450705_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-06-18', 'image/webp'),
(181, '2025-05-16 06:22:47', '18004103342771297', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'rq4JsN3pnqnMnVZAUwAZmjVmbkpDUFN1dGV1elREUDQrYkxQSjlxdkVjd2c3OEZEZjlmdHlyaWpMZ0FvNnlkNGQxQmNTVEh0aVdFdktHSDZsYi9FMk9BUTl0UTBBYmhDODJRRGIwVkZBUXRNZUZFbDMvTVR2bFd3SWFEUE9xdklnTEI4b3BoM3V2VjIwdjYvQXEvdmRhS3ZyRTVsVlVDbG12Y1lmUXRBcW0yREcweW44dU4yTXNobmNWazVCdXFZVFhyUGVwNzlKU2NYNXRTYjYzRzNYM0szRUlqaDJKUFB1clh5emQyWmpxQUgvSGZnMWpSL2xvVjVnSzlJZWtnaldDZ2Jka0NBeVVzUlZaaWhZdFcxQy85eXdXZjd4dUE1U1FBZlZ4akFWYThaU0xmbjVHZzB4Z3Z4YkN5eVVadFBIaVhyZ0FFd0lGZzJ3cjVkbWF3UkRBRWJOUHVtc3E0aWpoeTBIRTA5cmd1Y1hFMHFIN2pXOFVLZmJXV1FNZWpVKzYxNG8xWmdyVGlwNEZGK3BucmZkRWQvNG8yeHNtaWhXMGUxK0UvUkY3NDRvM0JrdS9tMHQ2RC9TbXRYZE52ck5jazJlNDBKTDgzeitoZUk4OUs2alpVYTJRRW53NFEycTVQOTBOZWpnZTNLWkp1MTNEcHpieTlwT0ZURU41U2QzM1lYU2plSFRSN2dZd0tmelhVM0RCdzY1TjN5K3FUWWhPdjluVTFsYlVGR3pEMG5yc1ExZzBJOFpQanp4c3BrSTc3ZDgzQ3J3MmdKUjR4d3VHSG9NRlZKQTRkUUFxYlQyWnVNTTY4VDRrd3E4azQ3WFRPTlh6aFU1NFB0blk1SlRhV2FRQ3JyQWY5TmVLMTNIUTE1Vk1hQ3VoYnFuYmZhZnFBL2lCdXptRU96TzlmMXR6VythaDYzRWJpNlJhS3k5ZmtyU0t0c0twZklaNUJiRDFIb3MxWGNHR05LQlg2WGs0aUs4aVhaL01qQWpEYkd5OHhLbUduMEwrL0VkRWQxbk9SYzBOQnJWdFFlclFVYm5ndk45Y1h0S2pQRjB5K2ZzQ0RRN3kxRzZKRWNibDk0QlZMY1k1WUVmdzc2OUFLTE5nRTlHUTBjZnVFR1ZERzNGNGRteGJMNTFXdUlzUlRBam02UElYVTBIM0Z3bnFoZ3g3TjBrZy8rcTdHT2VuOU0wN3lwc0dPaTlVa1BkMnlOakQ1aTRNUmdud2N5TzlTQTVPOUg1OTJOZ3pqL0x3azU0VXhTZEQ4VnlVTUpuVUNoOEVsOVVMc1RmSTFuYjFiOUt4QU1WeFh3MzV5SzB0MlJCUi9qbEdJL0tMUDBmb1Y4YUdKYTM4TXZtdE5lUzJQL1FlenpVcWFvMzNiRVJtaDFGb2l4RUk0TEREWjUyeWRyYi9ac3RWTXlFMGpnM3lld21CTFFNK1llMW5EMWRNamJBUzlHenUxcERUb1MvRmFJVkxSb1AvNStqUjd2REtjTGdpK1Y3amJUSkJwbnQxK3NEcFBIcjRRM1ZyK3BESG9VRk9La0RNRjlibmM1bVJ4QXU2YXM5MWFKMTZvVm1pcEpFSVJWSHF6emJSQ0QwUEtFTXZmRFZ5SW5mVVhRSTM0UGpTbDd6ejAvUmVsNHRaYXhKa3BoWUQzRzdzb1ZLekNXc1VxTlpuV2Y5MVNqK3U2WG5TQjVSMXJYYVRBYm1heXFELzNtL0gzcm5tbVFUcVJUeXFqSU1pd05MdUhmVFFySGxVdjFuQUFIWGlHZEJxdURETHZXeFlOd21XT09jeTJEQThybnFlOHM1cGVKb21tWVlzU0phSGxrNkIvdXc3cDFnY04zcXR5dU1kZktvMTVlVVVjcFVneS9PWS9QUVZYcHcyNXpHTEJIU0RXaWNoVlc0d2pIZElrOU01OFh6bmZNWTNFVlpVd3R6aThtS21NYXdrOS9sWU0wcDVQbmM4bDVpRk5hWTFZWm4wNmgxTExjMVU2bnBoenhqSnloRFQ0MklLbGZnTUxjZUw0aFgrc2hnQ0hyREM4eGl6UTJKMExGRDJscGZHYUprVXlGQVptK2U4dFU3WnNndDh0Q0YwbCtzYmRzcDF3aWRkR0ZMc2t5cjVKaENjNVBWYXdGQkpSYnplU05ib0hXRm5FM05MaDhPSTlWOCtpZEoyOThWY2UyL09SMzdoY2VPMjV6UnlsWWxTTlYrQjdvZGJ4MnkxUnRWT1c2S21RTXUwUTNPNkhFS2RQcXRTMVMvZmVHdVJhcFNJSDBsT0MxejQ5OUtQZWFWeVkzSjdVcmQrdUJyZGtGYTN2KzNWQ002dHcxQnl5UERBVVE4WFJYNERxbWlDSzI0ZVNvUDBnbCtRVUVoUkpUMEdwQ3lKNU1vanpMd3FhOUs0NVlJbjlSdm0xSVA0djRIRkJpOHNROEp4YVM3dGF6c1B3eitWUk9ubll6NmN6S2NZSUpEbUpZM0pGYTNWV0lYM2dnY0E5aEI2cUFxWDBqamJhYVFvS2JzMk12dHVKTVNmNytDZmZ2WFcySUlDUnZRUVhhWE1QU1BxYzNhZktxMzdNY242YUZnU3lhZzFjcEpJNFhCMUU1TGJ3cGtMYkNoVjhoME1qRHBtZncyR0oyVXdoZXcwRExTMlFtOHdUNllRM3ptVGZLSmIzZUUzNGt0MEo3VU9OU3A3WGwvdE1CeDFzZi9yWEhBYjI3eFoxdVBTS3lVTGRCNTJSeHJSMXdub09wd0F4YWh5MDNDUWJvYmQzaURmR0dsRFAxS1hMd1VxNUJ2VllHRWVFMlFEWWtxM2RxaHdlTU9EeUo0dGVLR2JMcXhwdTc0SlR6U2pZb3dseFVGelpJaENsRnJmT29JTEJOQkt4bVhyZzVqZUp0Z0lLbVlzb3FpaHBZdnlFSWRGZlZpL1hyT21TQ3diVHZQVGNhQUpFZEp2Y2J4V3hmaEw5VVJ0d0N0OWZ4NkpwbmZid0tsUUNYR1hYTExWR1NSelQ2ODczTU9nOVAzL1JUdGthYkdJNERhQVpYdDhPUDFUOEFYSGozRHZ3STVZNHRiN3V4MTIrelN0QjBkeTdaaFNYOGt2Y2czOFRIRHdGVDFVcndlUy82dm1pd0k0WjNqeHZKbXhKQXpxMmRqUklTVXpiWWRvVVRtd2FQYzRWaUEwanMrTDdyQjg2aXhhMkUxcldXenRzKy91LysrazhsRlNpcXB6RFpIR3FpTWRJdnpYZDFiM2cyTURvVHZKTGs2MGhGTUt4NE13RHdWbExYb1Nobzk4dHlnMGMrSmNyTWN5ekdXVHZPK1pPR1JHeFNFZnBoNG5jVEQvdktWb1E5VHNXOTd3TnY1RTRyK2M2a2grSlZqNHhQM3dOMzEyck5hK2ZnQVNrVTJ2ODlLaDN4MjhCRmtQV0podW9CbEdNdFJiVkxERzdMODljUWhROGFOUVRKTGZYam1KNHd2U0U1d0VHdnRFVlFJTXlzdEQvSXNkZ2kvZFVGQ1phWTI2L2NjbjJkN1pNUi9PR1hvRjIvbmtzWEY5Sy9EQnJpQ2lBYkc5U01VS3FDT0h3c0FhMXlsaWdvMFNneVRnMW9IMkNLYUN4L0Z3d2U2M3hXOVlXOFRyZWtJLzZ5TEVUYTN5aVdteTlyajBTOUg4eU1ESDlpM2xRYjNTblJBdXVmOUVBZGgrZmp6UHpmL2hCQURWeUVvZVBXSDBwVjNqNXBLc1BrUTZqV3lickhFZXV0ckpsTkJLTHdTNHhrdzVzMW13WGlnd2RMYzJNcDRlbngyVG9yTXV2a2lyM3dNbThnTTNHeFdzV1B0Uk8yMWFoeXlmMytqeEYzNjRuWkVENU9IeFI2a0prWG05RkMyWGpsSkRzb2xUUmdlZGpUMjNxT3pWOGJkT2hXQzkrV1cxekljY05mTVQzYjM2MGhzdkEvejcwUlVNNjN0Mmdod3ZPdGN6NXFsMU4xL05wV3VENGUxVWdlbzFPck9rSm4wN3lTVDAvUU9waWVwWG9WSWdSTk8zSHpHTjR4ZnNSQzFUdmN1U1BSbTZUWUlEQ24rSmY5TDBJaFMwMUo=', '498016991_1719362515326189_5268996317100722338_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-20', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(182, '2025-05-16 18:23:40', '18099006916558872', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ABchuk2beAvz9CaCCZGcX3RZY3ZqT3pSSWxHQkZGZTE5S3p3dVF1L2l0TXJWYkl4ZU9aNjJtbzJZN0ZkMnJDNTBGVGNjaTlsZDA2bUZlbTd5UVRsUy9UVGpnN0Y0UDVJcHdVUFI2Nmp2SURCcWFVWWlWUG8yamdUc0haUm5mYUVpRTYvTlZlWThLY25wSmhwbXlJbFNicC9NelM0anJ2U3pJTC84SDFQNzFMSjB3OVBoQ3VVbmJjUi9EdzFtenZkeXIwRXg5MGhaRnM4ZWJtZHM1MlNac01ZMnVsVWdWakkrUjk0WEg3MEx6WGxjV0s5SkF6ZzgzeEhYUFhWQUhwTjMxRXl0SExCSTRldS9DK0RpNURJcis0Zlk4Zkl2MmR1UHREYThseG9xbXEvWnNTWmhVTVkxdmxRaU16WjVSb2xNdDBYT1RaWUFxTjFZdkV1TGNNUVlWdDJhYlNQQlFYL3dpcnY4K0tyVngwTzlOUzVZN05qS2xzNFUwbEtSLzVFd0I4aWhBb1B6VHY1czlvVkJHRHJKTUFFTmpDbS83OHZxcENkaWlCaHFXWlFVQ252SHFiT291WlcrVUM0Tk5aOXVsaDlvQWFkNUtpbEdPb2JiSnJBQ0hPOEpWYWRwM3JhV1RQa1BWMUs3eXhNR2tERmpPSVBpenBrUGp5Q1NIV1NVdEdHZFNtN29DUEUzSkVmQW04OGFJQk1qdmpwcW01U0Q4ZFF5czRRclFPL0IxczV5T1hKclh2eENWU2ZYK1FBaWpqeW5ORVZialFYc2dUWko4MEhPQ2MweStpMGM2MHIwMnhiRHdFL2wzWm82RVUzbEF1SnBtMC9LcVdvcFVYcTRReEFFcEVqa3AzczZ1L3V3aExaM2Y4R0VGOTFNbTd1MjV1WGJYQkwrMUVTMHRrRUVMTC81TEdraTRzNTRzOUJhYXRBdkE3WCsyOEdDcCtiVGczL2VkU2FyRlUzUTlrVDNuNXA5NVBjTTNYa0Uzc1NGeU1SeDdwOEQ3Y2lFTnB0UjBPbjVOaHNKRnJ5YVRLMitKUzBLWDQ5VEFwVUhrZEVLRVNqLzdhRm5LTkxFaHNhSjFTN05ta0ppcUN6RU9yYTJlVlZCSXMxVUx4aktOYmYrdFlQOWRHUzFvQWNlWG9LNWR6TVg2ZGk5SmF0Z0p0b3kvSTZpSlI0bnhseGNFSWJBUW0vQ1I5RFBIY2x3WGVvZDEyN3A4a25yY3pkRWRhSmNjdm9ROFlvcjJTc0xCeTlGTGtnQWlqeG5mQkhVb0JrQ1FvaWlPbEZnWE4yNDlYN2x4aGNVZE1zeWNQREhKd2tnbGljdXVST2xLNERSYUpGQlEwMnduZDZlRE5zTUZ2WHRsNTBELzB5ejhMaWdIUDlCMkkzenVNL0h1TEM4U2hpR1FPMGRUMWJFUGtRQkNVYTVSYmlBQkFxRGdwYWJmQVR6REZJaVpIOXMrL3NZSXVrNnoxZjZnTXU2aTFpS0JpSGEwRVhOZSthZysreXBOaGRrUWxGT2Q2R0Y4bnV3WnUxTVNxV0M5SmpURDZPQzN5dHZrNHVxRFhidmJZRi9md1JhZHRmTlBaSXBGTEtQMzFoc21SblhsN0c5cU1VcmF5c0ZWKzRHVXI4ZmE2NkE4YzVDNDRtRm1ZZHlrakFqZmQ2aGxsVUdHNStDUyszWjg1VUU1YytUcDBHTWpZMnI3SU94THNDSkFJb2tvME9IbWdueFdXcU4rM3BKSFl1eFloOE5wZ0hPRkduTGsybjFpZVcrNzdzanh5NlRwV1N1Rm1RMEIxWEpMRCtoVWhBYmZyL3JqUmdJU3pFVzZVYnZ1N0s2dnVQMFZOeWdPUTdWM0ExcE81b3FESmRWUXZDUDRVWnhrc1hYU3JmUlVLdWRkZEE1cHB3OWdCUHU3b080Y0w3YkpSMkdaU3JYVE00VFJGR1dHaXhLWW9HbUdhY2p5MmRLUTI3clEzcElzOFFLN3hqdnZ1eS8xc0pKeU12eHhrQmNwejc4TTBXN2dISnhyMjQ4QmFPc1pFcCs1RUlqK2RtTWNvMXY0ZVBnS0t3YnRmTHdySU84RXRJUit2a2JMSHlBc2toTnJUdmFiUDQwQXc2OThXdWZZRHRKOUZsNzJUb1pZeHB6NDhoVnhVSFQ5US9RYzNnSE42U2xUTlVjOGtsd1U1K00rUFQrL0lHSjNEeXNxK0VVN0ZxNTlsOEtVdUlZaFFyWDFITE9pMDl6MU9NeVhMQUlyNEZRakxUSEdZZHZqb3JpaDJQdVk0YUUvcjFlQVJjSzFseVhwK3E0dk5FU09XZkpNWEY0b2pKKzZtNDJCTExDUVBzRy9WRXFDekZ6SExJVjVzMVI5ZEt6VG5PMGZ1M0pTTkZHWmVIMFlkUFIrOEdtRXQ1eGNJbGsyOFgrbUgzT0RMNFZMNkNuclRYN0NtSDJsSkV5dG1jOVlsbm1MRk5Nc3NhWFQxdC9tNFhlNWdac0J1THJJT1JxYUlHWTdpT1Z5VGtjK2J2Z3pua1pxd0x0bm1jZ09zMElLRUtjMldJeVplbTVoN2hlSTJiMFdXYVFVbTV1UFdZaVJiQWExdWcrR3RMVExGSC9yQUQxVVFvTVBxV0k4VWRSU2JvVzc5ckFSV0pyVEdhMlp0VTU5d2J1UllZMWFrWkphTEdKYWdRNXkyV2duejF3R2Q4ZjUzZWJGSGF3NVN5bHliaTZKczc3TXpSV0N2Q01tSXJ6UVRrQk0rRWlhRG5tM3padUZCNnhhZlc4TzFMNmNJVlY4d1p1LzNHNExGeXlwUTBNV2JpWDduY2o2aTQrdUo4djVCcXdxQkNlNnpGQVhHbC9SNDZTMnlScEVBN2s0R09BZlBQMHRNVEhsaVlDSERXb2h3dWZ3b243WHJJdWRIVytza0ora3hFTDBUcXBJQVN6SmpZbVBIKzVBUmRtbjJocDkveVh3RlVpazAzSnlwV1NDeTJ1OGVMeEtvQlhKbTRHQjVNK05LaE9EdkhqUW5BZ21iYjlCYWlXQW5rck4wRlgzTFhqVVk1MHp3cnJoS3lObnhTcWQvUGxHSDdqRGlUSHhHbndmNGMwR09pMC9HeWVmU3BkbmdEQUdaTUNDZVphM21LOVhMM25FOC9GTVJCVUVxazB0M20zUi85OGRXbDBOOGRCOVBUT1NSc3RFZ25jUDZOSFVGVUJTY25VOVcxNjIyQytRVmtiYUtNT2tVV0wxS2NaWkd4UVlKNjN6Z0pkUllOUm1HNFJZMDVaU1JKVG91SXBZS09aZng5SFJWdktVTkoreGZwczVibit2TWorSTJVaUhMb2JTTE9xZVJxRTNndmRwMEFvdzRNTURNOXdDN0lnTGtqSUl1RE81aWFKVFE5SDg4UGduYzcvellFQ1JhQzkzMU0wVnlGWXhYN2JsbnlwL0pyWWdqTnNXdEo5KzB5ai9ZWjBxTmJNWEx1S09lc0ZhYkFHY1BwZFIrdUgybnVPazRsNjB6RGt1SFNtTjlTK3FoRlRMVS9CcjRJeGxoKzlMcVE1ZlpuZ0NRbkd3TUptdDE4TFVLU2plK3V1SC9YSDIzVmFBTXVoUWZOcUo3Q21vTkNsMURWaGQzUFdKcTA3VnI5bUxpcjdDZkFIQXlMNVpBYWdQY21xcVhuWk0zZVoxYUZpUzBCREtHME10VHVjWFpFR3NHMy9IRzJnTnVVWVViT2tyNkt0MW5idGVjVHQ5OVlNYzFGYTM0cDhJbmltQnVPSFlldWVQRGZlLzZIMUtCZENXZDdHbXBXUmQ1blM5Y29WeFBNL2Naam5NUzJmOWdkZFpoWmJDdzVWeHkrdE81MktHTUNLWmFYSjlXeXFycGZSbUx1ZU02S2F1aFdJY1VBVlpEQk1id25vRk02ZlJjRGFOQ01NTitQSjdTNmZkbXVmOVVz', '497503027_1670283056957437_560021144583813659_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-21', 'image/webp'),
(183, '2025-05-18 06:22:57', '17955110558949761', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'm2L6QxqllP9RHe/4t8kxuEFUZklzUHpDQ2crVWpXVUNKV0d5NjZIOGlvUkNYVXdLcDhKMWc2N1FGNUF4Y2phM3NUaDZwVlNnWmk1aTMyRE5lM01GUVlQaXc5aDI1clBGOGNoTHBwdjcyZGlFSEs4ZXJEQkppMGtBdThqVkdXN05tb2xRNVhQQW13WkF5dEhmMGNvckRMejltNnVUMmRTd0dhWjVMQjR3RzNWOGZYa29lL3M2NTNiV1c4Z3g0ZENGMXFZM29TNHFqaDR6bXlOb2ZJRTlyVlMxUFIreFB6c2R4SFJKU0hjTmRTTXU0SE9uU1RNek5YbG16R3FreGsvZzRnbWs2b1loRTg0SzZ4YlRHaUhmQUpRRzhuSFFzQXFaRkxYNE9MVUpLWE9taUtTUTZRR2NSOFVwSGxVTkVaRTFaaDBCTWl3aWcwT1Rmend0cFBkN0hMVi93ajAzaWtnWE50UWh5aEVEMmo2N1FJbVBqREpjYzdWbnh4VnRkSjdoT3R5a1FDL29LelVhOUJ4SkgwdFp5SlRWRGh2NnV0a1IzRXlMVkVFdTBIaGlwdzV4S0xldGJlMWh0ak1DZDArcDJvVW54S3dXVU1ZeHRaSDVZb2lNeVplL0pjZ21lblRjVGdsNFlhMHdDVUM0cHFjYTZSZ1NiTnhKZXM4TmJQM3hHYTF1V1Bxek5XOWRyK0JINWhvMHNMNXJIaE9KWDlmRVgwbGJiZDg3Tm9hKzRueEF2S2dteHBqMktEbjBIY2crbElQOCtJeXB6QzF5MGhJU2pjWXhsU0VLMk5JTnVTazlZbThsdU5zbnUzYmsra0xpWFJGdWMxMjQ4aTYzb2pTcjF2WTR2REhGK21qU0t6Q2pxS25uUDZETUNNU09weVVKTnJYbWpSQ2VOd3pFU2NqeXJ5TUZPUGZBSEQreXRUS0o0KzFWQnhOamZJT0hZQkFVYzA3dDh1RXdtc3l3SHpZNlNXbkZUaGsvdzY0cVJGZURLNnIrSG1sT3lXanpzNjJFRzFSUU9kRGp6ZmwxRVRDdE81UkJHNHRoZ3pXWjdPUkc0bW1XUnI3OGY4MGVoRm83d1A2aEkrWGVkUU5rVWVWdDJPczZIdHphWU96dTFWTzZwSUtSK0o0NW9EbjRZQm8vaVVybURJYjhIZnN6WGtuME5tODFxQjh6NkNNc1NWWWxmMGRJQ3czL1o4V3o0NG9MZ1YyV1h6TDBXUGV5VFd3ZEt3VmN6TGMvd1l6TkVPQTRhTzBJUzJ0NDNPS0hueTlNclg5WFFSRU50aXo1b2hXbEkvcFVCUXhHdmNLWHpwN1pSSkJ1dDhYUXAzWTZSTCtwQTNYME5pUFNKdjFCY0QwVktKdjB2aS9xamVTZVRNcEVXNXB5bXQ4ZmFHNEpKREpJUXJrSk83NzRVV0l6ZXBvTVF5TFh5cW14VTZCNUZyTStESTYrS2lNQ250UDErNWxMSmdsczJ2ZXRUSjNmRjVyNm40MDVzOHA3WFFFcWphZ1Q3RWM4UWJuTDhLU3JTRG5jSGJrTmY4YzRqUUhXZnRNQkl6QnhZZFQvclEwVDg0S3hMamlpRE9Pa2F1K3E2cisybFQ1cVZzUkd6U3NGMmZTejMvTHNvanRKOGhVUzRPcm4yS3N4cHMvN1kwN2NtM3ErVHRFajBNcmJEcTdxeWcvcmVRSDZuNllGNURJOTluaGNiZlBTQnlXTEtvYmc5YzNaMmQ1UGwvY3A1bHN0SXkrMEtTOG1yanJSM1ZLSDg1V2YyakJZU3E5KzZiQTlEQVNYL29zSmU3bkhFblpCUERIZ1pITlZISExQQm4xSmJKS1l1UGpacEl1Rk5PZFY3OUVXNlpmc0o5dkNHNkFvaW5JQjk5TjZJUWNOeHhxVTNtblJ3RkNMYzBHdkh3RVkxTWlwOXo5Y1RpaUQ5b3BCZE5nOEJZV3NoRFIra0tSeWlCV3U2SlZ3L0FvbnF5VEFBREVvZGVLVWxsdzZBUFFTYmRLV3JnTnFoU1V2djBVaTZPMmtyT2t4cFliUDdNZnpsRjRnQWh4dm9nSFlQR3dVUHA0SGVmS3V6LzBrdkJpNlFEaXZVdDJVeU1wcVBKWUVGdEhSL1dqeCtsamNsbEVEVTN4S3JidkpBMGVTdStLdXJWSnR1OFVHdDZ2ckFSYzhUOTRkcEtNU2lneVBBcjhBZXBMUjUwWllYeFZ4bjhwVm5LWkRqeElkNk8wb2FqaGFUU2JNYWZ1WVVDR1BDNGlaR09wMnNib2tORGY1dE9vME5SMWJvWXhXMmk5d25kN3V2YmRXbU1QQTVEekpKc0NPWkVUb2l5ZTJxR0JWMFk4dTBZZXFwelN6V1J2SzBxM1ljV2grdHFFazdjOFliaGVDN09CR2VkWGtWSytta2Y4T21NeUh5Q0FDTkpIRTJ2dTZ4Qk5xbUNYMWJ1NktDcGhSQXhpam1EWVo1ZWZZcXZrUXBsU0xLaG9iaHZ0QXVUa28rTituNk9YZEg3b05aNTVzQzNZaEQweU1hUWJJU2hxaE9haEVsSC94TjNLUjArRjhjSkxFM2txRDI4aWxhcjhMd1hxNDAreTFlVDhDZkVtRzFWekRqVmRrR2g1TCtnTXlPOU93ZkRmTlZMSUprdlYzVEZhVE8rSGprNjZkZWZ6SWo2NXJ1VzlqYXdOTUdtMkZ3b1J6eDF6ZjF6c2ZiZVUwS2lWNTVGUzYwUWl2eFBEZkllRWdEUkpieHYyMnl5V3dWZ2ZEclFaWG1QMnJzeTBabVNIRlVrUEoxdFpoMjhJT3A5QWd3Y2NPOURIaW9KTzFEUXRlcW8rc3VUbm5PZnZjNUVRT3RsZFZ1b3JBQWh5R0RQZ2p6aEIxc3g5QlhmS0ZMN1FMNCtub2hvUkM1NnRTWU93TUpWM3QzTFBRMk1RY2pXdWprNnlwZ3R6TjR6Q0J5QWg0TTBlTVFmWkxKbEJEa1dGcHdJNEdMcnkzQ1llRFNKSDRrazRvV1hTRU9NZlZ3alN0YmV4QkFxSVorQ0lxczVrb004L2hxYm9LZkZpY29YdzZNSHZuQk5kOE12UHhXdkZ3b1BYcTB1cGIvQmRjcHhPTWNHVXhEMEJBbkdnZDhjWndEeWVtN0pjN1RnaFVwL0FvbVJNYklWRHJxQW5iT2tXZHBrQzU1akRvMVNjczRwbGlBY05pYnZBdlZ0VVdqRUl4bXdkenZtdVdybmhzQWo1RDhRWjZkSU9kUm5VTExyMUNPcmpiYXQ1SkZCcUV4L2ZNTTA1b2h1a2tjNjFDNS84MmwvZ3MwZXpLQnp3R2t5K01xZ3N6UGtWbVNsYVFLRldUU0ZJU3JFUGQ0NnoyK1VVZEYxK2REazlLa2RzaUl2VklkSnp5L2N2OVF1Tm91WHNxem9KWkxvRkxWNG10WWhKcHNuQVorekZDSVBEVUJXYUJwcStyUjk5Y2M0YS9EaWtHRCtKcjBxSk5POVViK3lid1VQa0pwQ1FDN0pkdkRqalNpZ3lpS1A3cW81ejV4bFJVeSs4SUhrYjltSCtpVURHTU0rQjUrTnVtVWthT2RnZThJdU0vR29Scmo4cU1kQjRFTmVRc1o0a3RpUTdlbWxSN3lXRkZGYWE5TmFvNlFUbzZldno3QjN3VDRkMzgveGxhUGNtem9iVUVBYlY0L3gyV2ZzcHQ5TndzbG1EdGhIK21XdmplblBDNGtscDQwbmFONEZrM2EzZ1c2UW44UFVkUlVQd0x2VzBOM0ZycnhmZ0FqWnhwdTR5QkhVd3ZRVGd0VkZTY0ppajNJamF6ZUNqR0hMd2VRZ0t6TUNwcXU3S2FDUUo3MEhsemFyMEFua2cybHhJeEFweElSSXpZWElCZTNITENmU1k3TnNzVFVpNG5sMnNWN2JCNldRcDZsV1F5M21sd081QWZvNW5ObXB2bEFVWmlBK0hKcFdYMVY3Y0NKUDU1WjlNdWE4b2lxU09qMHZsNHRMVkl0S2NPTVkyTFVPd2MyMWVZUEl4MVZQQkVnRDAwSFQ3ZEhyOTNxV24rWXFUMnRtNnRjS0tSMG42c3g5T3BFTURMdCtPdGNCZklZRGx0OG5LYVg1bDNOMXluZ1NJUHBkVzU4ajZ6T0o4enhGU3FlV1pHRTJuRlVPVlNYMUU0M2hUcWtkRGxlVFJkU1YvRjlsTDkrTnhIZjkvVFVIMD0=', '491414387_722874393578467_364038341304698192_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-24', 'image/webp'),
(184, '2025-05-19 18:24:43', '18501807643028508', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ccgI3sCafNeNUEvT9AUu3DZrQlcraDJoeDRaSlpJc0ZaNytWcVNWMDBlUTNQV0dkU3NFMThISDAzbEhzTk9lMkRkcGJ5MEtGYU9xNDRiaE9jc1gyTWtSc29LZGVhVENPRWl6RUNCeU9va0p4bWs3bUlvUTNxQ1J3Q1Btc0UvbWQ5QVZ6L2YrL0theGhQZkZSdnBVc3d6a1FvTVFrSWxYRUJDSElCTVprZ2FJRWF1WWhGSXFPdE96K1k3Yk9ES0s5NnJEejZIaXVzWk8yRnFrb1o5MXB1UFBOWVlEZWFlNGdKTlgyL3dRVkwyT2IwZWJoejl1WUlLTElJd1B0WmNuQmtwRUpqNnRYT0xMY3h6eHA4RWhwdnUvTzVkaGVSekxiN1pVbFp4bDZqd3VncHpoYUd2NXRVdGJZaWx1TFF6Sk16a3lSN2RxRFkwRis0MFpTVnpKTnhaMk1PK0dHNUpTbEhsOFlqS05UNjlVWUtRSE1GNTFwcFRLVTVBaXVOdXdVN3VxQU1UdDBrUU5ydFBnVlRZaE1Ub0YvalJaano2WnMvbm9Db084NWJoaXR2ZzZoaHZOT2IzcllSLzRsakVrUVFST1VGOCt0bzJhcGpTTHozdzAzU3FxaVJrdkRYYzQ0LytxUWpRSUlzanNHNFJ0MUlNNldiWUdKYXBGU0dWUnFxQUlQeGRlYjVMM3NzR1lrTTVEUlcyQTg1c2NVSjlOSnh0OXVscXZIdkJjc2NoaGFhWldoM2lsQ2YyazI4V1p1Z25Jam1XWGgwRnVDNHNCbWtsWDdvd2VCZ2thcFpDZVVZK0VERU5MK29QOHNUMThlZEE0UzVJcEpoSll1NFBLenpTVkI4NytwTEhrY2NzOGJhMEZybzRuK1FMRExvaWROZU4xS3h6M0xjN09iQmdzcERmakRmeW5pS0daajB2VnUyNEllMzRreEtWampKNXVsTXd4VXJOK0djTnZUNy9jUklScnBzem1pNUIybXFIWm9DRG82eE45RXJRTmtuSG0wUjZFVG9wam1LemQzUzV3U2EzTXZ1K3o3OU5Tb2VtNkdnYU80dlFQTzlsM0I4a2F6NkhuclNYR2FUcUdUcmJBTDA3ZndMR0VRa01UeEhNNlB5TjJNN2o1cTV3UUtxTU92OEdpYXZmd01YNGg4V0Q2MDJxdFdpZ3JtK09xelUwdmV2YS82dEQ5NVpRK3FvWDJVR2ZSL3pHOVdxOWg0c3NWUTRwMGI2TFI0VzMxSjJUVnFURkRUZlNiM05COHM1TUlrV2FqZHBJL3JqT0Vva1Bsa2JHY0luMitTQnBVdkxyaDIybGZvOXB5WTY4dDJtZXpJQUNkMmlHL1BjNENKdjJlem5IS1RjelNhNEhPV0FGbC9jMXZLZ0JTaG9qaC8vTkxnVHYrTzA0bnVNVUJvWHNZQXdJN3l2MHJDLzlhK2hlcEErR1IzSzQ2Uk9YbDdGMUdHOUlFcEhmY0hVL1N4MXlvcUFmUjFjSlpETFhiSkRDWitoY29xTHF0L2lBZldJQ1BrVEFZYlBBc1hUUjZVWnNtY1ArY1prQjlXbmxIZzNjdThDYjkzRjZ0VUFTOG1SMkNBQlB3M2tHcDlsV1hrcXViZ0gwOXdxUnFyM2x3dHdvYm9URkpMcitNK0FhOGJXVjQzR3EwS3RSZkhzQW9tQlFiNDZqdEl4WktWSTc3UkZ6YXpWajE3RDZidU1JdzY0MDBlNkdDTFFJTkpEeTR6aDAwNUpSNkEzTDFHclFQcCsycmRBeVJhbE1kR1dlNkcxeEYyVmwrVkVUNmRCQUd4WEZyb3Fob0ZBYitPcnBWTU0ydmdSMjg0Tit2aVBpcUcyYmtSTzhPUzJJOUVFTnI1WmZCUjR4N2E4ejRDM2F5Y1BJK3dIZlN2bE13TXl0RTY1bGZGSUhBQlBtUXp3eFhOcVF5Z1RJSFc3ejB2cUl4LzliZ3BSa2g2SGxUMVlEKzhvdExFQ2RQUlJON2RlcEMvMWNXTjhEb3p6OWtQSjBncXBsek1CYmUwUEZyZERvaTBTb2RRY0gyN24ydVkxRUs4RlBFWWVhRE96Mi9adSt4M29IRGRjeWJFRU1WZlBmWHZJYlJZTnRrS3NzR2E2ME5CbEJUTFpzSUZIZnI2dVp3dUhpSDQxZktqOHJlN29TcFFkQklwMmJHV29PMzE3Qzg1VHc5QXV6RGhpM3Z4bTFtUC91OWFhRnp1eWVSMDVxQWoyY3AzcFlxWjlrcnRIYTZ4NEdQWjA2a0FSMUVwMGZmRkZ2YmhCRnR6a08vdnFZSWhpUU9DV1c2NWdjeWYxdnBGcTBab0hyOW9GTFNpOHNtUjhyV3JJRVBqQ1lDckliaDI0Z08zeitocWp0eXRja21SR0hsR2VnbVlVQWltYjJtWXlNbEVhSWNJQU9sdjRINExXQzF2SmxOajdZMjdlY1JrMzVsU2VJeTlSdVVMNjdYVnBGYlJYajMzL25rUG1aWEZzSWZvTm9rcXhOZjA1Z1lIcUQ2blFOTUFUT2tCN2dJRzFZYU0zZkJhb2Q4VjZ2Sm1KNnVVZGsvelNsdG1ZV29tRVRBSGswWUpHNk5Takw1WVd1K01FNEFERENVR2h4WnJrZXlSUFE0c1NLTWhZR0pzcTdDdkVzdlZ2cjByeTVBbG9UaThqTWxMZUljOC9rSmZhMW1Bd3JPYzJadTlqQlY5YTZYV3kyVlVHazEzQm1Qbk1LWTBtNnZFNllWaHAyMkR6RFNMZGdERzJaeUJsWlFXdmhPUlJIdm9rYWU4T2p1UDJHeXVyeGZzUU82QXJrZmVTYjJpYS96K2VUM3lYZE5xbGVVRkhvYis3NDlrb1pmQlU0bGpLWjkrdjlwSzNncExsR0ZRQ0NkbmhZb0lGS2lPVlo1VnRpK1gvV1BIYmVmd2JObWhuZEhDV25tcUU2U29GaStweUJ1OVdPUzJ0alVVOUh4dDBDb3ViTXFpUElpQ3ZMRFZMSWcybDlpengrcW1HRVNVeExvTUY2OW1Wd2RLejVnL3lOSU9kSGV5Ym9vK3JNZzhUVmxyM0xFMjBMeHp2QUpabG82ZE1oRWNLUVVaQ3F2Q1Bvc1RDemIwS1FSNmZabjMzU0VTRXhqbWZyTEhUbGVwSnVhRTF3REVUQTZWd0FUTWk4WUVuVnJ6YWxkTThVL0hVVXFURGlRK1NCeVdkeE52N0NLenhWVDNlbldDVGM5eEJiL01SWjYrVGVrclNYUStjQVFyUFIzblJxa28zL0tQNjAyTlh0eHVFRGhBRDNMV3lpcUptSFMzbUxHY3NYRGQreEIxVGNZUHNQdy9ncjJlM1VSWlpMQ0d0S1MzVHQyeVdrYmZVVzhNZFl0MTNsbG5FOFo2ZzVsYmRwYWlheXVRWjdnNUR3a3ZOTFBVZXBGeng3WnQ2ZHNDaVgvbHBOUUtQUHdoSmYzaHRVTm8rT0xkTFM1L1gwWGs2bjFqN29jZWNhelVwdmgvTkVzZmZScTdvWk50Tjg5bkoxcC9LTUR4dmRVMldESUNNcDA2dEJLQ0RSNWs1b0x6WHl4QnBnOHBtSlJmMTJoWHBqaDNFSkg4cmppbDAvK0tOdFBwMWVyZGFhdTFkRXhNS3NVQWllRWFsY0lLNllSTEVkaDVDQT09', '499651649_692343186866613_5313113413100859092_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-06-26', 'image/webp'),
(185, '2025-05-21 18:24:27', '17885243721279136', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qLy9PIfQu9vhMJbP5q6OmVlJMzFPcUZQYkpyWktWVUc4YjVvdVRONnRTV2Fzc2d3eExZRDVoWGppbWF5S1VlT2pNTG5KeUswZFplMThvOTRtTHlTWFhvVjRZemZvL084OWttZGVoODdqdm9iZmhjbzU2T0ovVVFsTDVSNi9DTXRuaGZBLzRaRVN1Qm41OCtudVNZeUErQTVUWVdtR08yREJJaHNuNzM0bDAxd01OZUJvcStpTzRDaHFUWEVEUjFHNXExVU1KYndmN0JUV3Rab0RLR0srY0h6MEQxeC8xeHZhUVVib25LVFZvOWxmVFFidFlUTWh1RDAvUnBaOENqNzN2ODBxZitUMEZIVy83MWJxNHBuK0xQL0NqWDBPMTJtQVIraWtEbUhibEpxRENYN2FqYkNjTlByTHJFWUJoYUFwTjRLZUppVUdPdjI0bzFyK0lzaXFCY1hwZC8vYllDNXNTTkFDR0s2enpXakNNbHV5ZHRvblhpOWJIZDZyQkhvSnUwOFptMnNWZ1BCN2hrMzA5V1NPUWlTamIwSlZOYnE1TkxwOVFPajVqajJKZEs2OFM5ZFJCR1FXUmJnOTNKY1VDbGx0YlA3UlN2RG5pSTdsRk9sZ3lmcDNQVzQrYkoyU2FtNi9OdVJNK0E5Q2tTQWlETWxCTXZCQ2syOXZMWVVmU0lrL2NiM2QyUWdrK2NtKzgzdjRBVXArTklNaUVCZkN0VUp4SzdBOXF3TVpNYnlxOUNDK0o4SFVKenVGRWNNQ1pUejhLVGFkdWpTS2xtc3VHMnBqeEFGczNLMlBkb0FDdWVZNWhTMTQxSnFPQkRYcWpVQWUya1JJYWoxZ3NnbEVDSW9vcFM5Y1hKK2ZvVVlHa0Q5R3g4VHh2cGtLVTNFdjN2N1JEVWZBT0ZJMGNEYWkyTGNKcGlEcytSb0c0aXFDYTlNK09qZUYxMVpDUmI4UlRKTmsrdkRCK2lLYVN3YngyNWxQMWpVTFI3MWRscXgwM09jQUtWeDZobUVRZ1dvWnliYlY3SmZxbENPVzZRS2d5d0E0Rld3OTVxQ0NDUEtIeTh1anNGM0M1Zml3WWJXWG4xdFhMUzNzQlZUSHU2VmRKdEdLd2Z6TEtlYkYzQ25tSm1CREtEemxuRjZZZDhHeTZrZWcvbk5XNDZXM3NkY0I5cEpDb1NBdWZpRVoxWHpwelBGTVNzVVVEcStack02M05NQ2g2SHBzUmNGQUpzYy90b2NrUjlCOHpieXRpTW43OGdEMEJyOWpEQ1hYelVHTmh2ZnNEZFRxMG1LaitCTitWNjJLN1RaQWVrSVpZU1NrVFFWVnpaQzJXOXVWTy9xYUIvdXRZMk4zd3JrVS9iUGptV1NOczlKNnpxQVdvL2NaK09ER3hlL0t4VzRFOVJuMEE0clIxQ29zNWNMOEJtMVNqYUM5a0R6K24yRXdNN3lzNzZPT044SUorNE55OEdGY3hyQlJhMmxXVHNUd2FoVE9yRjNzMWZYUWltNXcvMkxyUEpXNUxKaDdVSzk5VklSNGc5ZFdOdDI3NHg2dTY4T2JmOFVZTGN5a0trQ1AxT2lLV2Q5UCtoSFJ0OWMvOFFiSWE5ck4vNk8wcy90TlRWNWk5eEY0UUJRVktYTjd0alYwOXcvbE82Q1RQa1BTSzJXWlM4eXZEOEMzK2pMT2JVaHZ2bGtPRHJpdFhDUWdnQ0J0NFdzMDBQUFY1UWhtc3pvR012c3piMko3N0dWRHMvUWVwN1kra1FVci9YSGxXN2x5WERpaFIrdm9vUDV2WExaeGQyNldmT2U4cjE0WUV1dXhadjdMUUkwVS9mWjBmdmYvcjdRVzdyVFpTVTkvVkN3aDN5ZFlkZkdiTGlsM1luenhBdHVYVGZ6WERORG1peUJ1VzVrOXIzcFprNExKOWZSTys5YmJWS05RdzRHTXlhanBOOG1tWTFDOGFtTjJqYkFYbC9waitUbnRNMUtBTlpGdFdYVlJYSjY0cEdkWFNjVXRtUmt2TG9XemZSSkVQNTRML25wT3lWc25YbEwxMzl0c3VmVGFZUFJrcmlKdVg5aU8zSXlObGJmbkk4Sm03M0NlVThWejhhaFNQcnZ6MjRnNWdXZGh0MWRJRjJvSy82V3VaNzBjdXB2NUpHcDF5WS82S0lyK1dOOUozL0I5N01aYnJQNklMQkxCL1VCZzFGSnJWU2RMOTZteDlDd2gzOExiT096Q0w0aTVxUWV4czFkWjBXTW9LWkFLS0d3eE50SkZSZ0dENGc0YVg2Y21TWE1SOU9yNW9XWVM0NjdOWDJrc0ltNVgzWHUwOHo5QlhNSml4MFNyeVJ3djdzbXRSWDZ3LzBxZ1k3RWlFalhvZzJXU1J0MnZuaFB3Ui9mNGwwNm8rZHR2R1k4dnJucWNtbXkzUUcvVWMrZnhMeXRUbk94RXl5WkhOcmlmbVRaZk43Rkg0UVMrUTBLSTlWdmZHenIwQkM1c3ZsbzNyazdnRDRTYitYL1NMWkE0Z2ZnSHErRUY4WXlrZVBuQVFTaWFqaC9jQWRUdlkrb0FFYkptQXBSenRvTWJZTFk1M24yQm1sc21LSTFBU0xldkVwSXRtYUNHYTF4d0crUUtGRzJOMWZKeWZ1dWUyMDR4K3pnV3RLN3FnNDNDTDhqNWxRbUQxcTlwb1NBTE9ZcnVzNzdZSkYrdkJrbklXY2tQQVJSOVhGcGcvZDBLK1JHRjNpN0tXVE1BRXVia1haQjJvVFhtcGcwTE5DUg==', '500720831_18006641294753450_4272274817772200067_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-06-28', 'image/webp'),
(186, '2025-05-23 06:24:15', '18093186616594898', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'BU33s+kCLgwg/z0fQjiNwWc2SHNIbUdFQjExQlg1cnplVHZtNktlS0RMS09RL1V1MWtXQkd3ODJnbGdmVUsxODBFcklvY3dBdEYvUGJtdjdPdUtIamdmb2FTSlRTSGdTOWk3K0c0UmR0RGx2QlJzTU5uMEEwVmUwVlFrNlV6Qkh6SUFYeEhoRHBUb0VmWkRtYlZPSytEV3JoZFgrdU5MR3diSmc3dHh0U3BENDh6U2pvNmNvM0ZzakVsdjhGVFQ3RlN5SW40TUdMb2JoQWtrWEttclcrdEhvT1ZzOXJLRUpJTHh3NVNyUVV3U1NCUWVCc08wTlAvdmNIeTRuc08vRDFadVdtOWwzYkJEb1laTWVvNnBhMG9SeDk1RFZXSWhoS2E3MkU4Z0x0ZDlUcWdKRlZKZko4MFZFZnJORGJoYURBVTBxckw2dnFEb2NZUU0wemtWUFROUTZ6azdvZVV5dExES0Ird3NNcDFEa3RmK2dSSzhhYitpVXhmN0FVT3phYmhGNkhpdGNOdWV2aVp0SUtpY1ovZ1BkV05KNG5SWmxUOWlyTzAwbW0zVW5oVHlFV0plTC9uYWRZYnFIYkJxTjRCRW5GcnpzOGN1ZU1ZblZNUnhpZDJ4MHpvVktEUy9BZGVWU1BRbkhHNjNiQUROMXU4K01NdVFPeU5SOXB2WVh0a1QwdFU0enhlT0tlS3BsSGFicWdpWFh1SHFhMzZCTldwMXUrWC9yYngxeExEc1F5R1NuSzFCenp2am1Bbms0a1ZUN0M4OUZZd2VBN3hOOXk3Z29OSndhOHd5d0ZYdDdldHFZNUpCOHJITnJKN0ZHKzRxKy92L3pIdU40TTVicUJnQUladzBLdmxaVWk2ejliV1pTVHk4eWdZcG1hZk8rcFpYOGJJTk5vUUV1UGM3MUhLRFV3REpTOVpqSExiYVpsS2gyWlhUQ0RpdVJTbkV1ckVGbGRLNzMyMC9qNXFJaEVUZ3pCSnFjcGI1OVQ0eXFNdmRDTzc5eGF6VHFoc1RBa0Q0dmxYYkY4N2pVUnZJYmZCZGRDdll1YzJpbC9EdEEyRXRqbzVNbkxoTEExeEdMK2ZBQ084Tkd2eXFyS1NEUDhWOU1xMDVQUi9wekNUWmRWVjdyT05Wa1BuRWFsTXhuSFhIcDR0K1hRQlNzR05nOGVNWGJaZUZlanpUOEZvM1RIY0c2NG5vM3Q2eVpockpLa1ExQ3d2RkhqY3ZZdlVLcFV5TkhpRHcwK1NOaFFTOEl5L1NzZ0gyVnI5dUJMREpKOXNYbzFkSThHeExUb0JTRVA5eFhLNzZGOGphUk43bXBOK3MyVVY1bmd3SUNLSk9Rb0dFWktpR3FHWHlNaEtmQVd1UEdZMWV3SDdKK3dSYjIvdm1odUpiUjN2dGlXcy94VmluZlU4NlVtQjVZaXFHMHd1OUhpdnVzV094dFlQa2YvUmpIZDZNQ3ljLzQzZUhxRmJnTzJXS0pWaVRGdCs3UDgzTVNYdnZQNEZBMjMwUDRoRFVWUS81ZTNKVXdSWm1WQlo1Wlo3WWdVRm5WcWxXRDVjTkVyNVZLZk0vVW4zWXozZFpmUW85RXBnQmhFWVI1N0QwRVMxQ1hHTTRGQ3BiVjl3Y3pjSXlGK1lYNVVsVWlvcmRmaGZkZDRjRnFTU3FTUTI4cEpRNVNBOE51YmJLYmM4bE8vVU5VZlpOamxoS3E3VC9rYWR3S1lybUg4NkV4UHdMdithVGtVUGdWVTVNODZ2QURvT0ZTbEh5dlRmeVJZUlhSemk1K2M4Q1k3THBmN3ozc3Z6SDVSV0hRcXRUS1B1VW5EdDlwaGtIbVFGdDVUakY5aVVNZGlicHZlRkFlcVdXSkJLT1NSaytINjBOU2RmYVI0emx2YUwvUUNwdE9jekNXd2JQSzBzVGs0QjFqamNvaVFZVjRDU3BiRHJvOTlveWhaL0ZseE1iSlNZMTVkZ3VuN1IwNUFlZ1BoQnM0TWI4SnZUbWpGNUZZeFNYMlZSNHg1VHBtTk91ZzVwRERQODNId0l6ZjVjSTI1UWY1dVlLZU16cXhOTkZjWWRYNnRnOEh2YkN3OVUrWTNyNkNDQnBLV1NEVEQ1UmNlTW1zWGd1UDg3cE40Sms1VHYzK3E3blZQSmhVNnJ5aDJsMW9sY01FQzZLNTMwdzBFandXbTArcUFxSmdWcU1XTCtLUWtpWjRYVHliUFd4NXhObm1sNjVOeEJJaSsrOXZsY0pOYVRNTVpWOFNlRnZIOWFoUnJxQ25QY1RhQjRGVFE2eVAxSTJiS1JEU0xaalRsSU1PQVVoNmVIRlI1UmV6ZjBUYlc2bXFUdkFYcEoxYm1teXRHclQzUTBYMGJlT21WcE9QTjVBRTdhOGVEZnRHOU5MSTZZNHQ0L3M1RGNLWnNiY2duMWlJNmxiVHM5bHNSS0dCUXNoV1J4QXFJVzNOQWdrSUlmL1VjeWhxZkVkNkJqdVFZd1NBU0ZSYWJiK3hzeXF1YkN6cTBtdjM1THZBdU9VTWdOVGIxbjVIRm5hMGoyaWs3YUkwVm9nZnVZb0JtZ3RHemtUSldZOUFqZmRaYTZhQmk2TXNwa054VUJWYW01aXdjMEhsUHVkYW1kSE96K1UvRUdVSVFkbTJHck1nMDlhWjhkdXpGVTF0RkZsUEQvMDNxOXhrZ2dCVWF3YzZ6N1lZdjJnbXo0TTN1NFZpNEFTc25yZzdLWmQwa1A0TTV3eFRIMHZmYzNnTExIeldIeWd2UCtTVDNvMGNjZ0xaLzgvSXVMZ0k3TDZpQmE2QytFem51UklaUDU4aDFzMG45UkducmpnZkpyRjU5V0Vyam5DQkR4M2RrMjdhWEtoeW0yMlhFdlVheEJQTkJmZXBxRll2eERWZkJiUEJhdkh6S3ozSmd1Rjk4ZGtkTGRXdDdyNWxzKy9iVFJhb2JvcWVQV3lOMHRpZ0I4dHRzZUxoVE1KaEs3YVZxQWNDNFF2N3FOcWd0K2puY2ZYVk9lcFpadVo0SWNsQWZUME5HSmVWVU9qSEtpM2lRSGhnU2wxWktSZHBHZld4S0o3ZTR0ZWRKdnQ3RGdUemFVUVNLci95RkZ0UnF5UkZ6ZnpmakFsWklES0VsWDM4cHFjY25FMEhpUmpvbzVuVmo5R1hHU05TNWhzenVLWTBxWkJwSUxpellQeWc1akY5bitiKzlUaTJZditrQUcrUDhoZFZzYmRtUkxwWkRoNTlCZ2Q5aVRtaDBXMUFvYUhqMXU1Wlc4dzdYd09uQnBsbmJFK3AxcUdBWHIzbzF2blZPamo2NVpVM3dEL1BoOUlJR21hZ2haOGpVUkJjcXhUWGo2dFpFWllUMjhzNlZtZEZMOWRnM3llK3JFbnFNMHk0TU1pcXc1RDRsWWpnN2FvQStnbEt6QVdIMVdwSGNpWC93UWJmRGdTc2lXQ2xIaGNvRTVNTkdocXlFVDNjZkdnN1ZIaWlqSHpOUjhtTFpSYWFFSDVXZFYzYnNHelZSbk5FT2YxelVUY1RtZUlOck4xd1RnZFlONU0vaGxnNTMyYWt2NzE5QnovRU9Ma1ZCS01KRnUyUmN6UVRsczdEVkRXTVNBdjdDeTc5R041bnlYSC9iL1hnN2NjL2JBPT0=', '500528211_1642378566433692_2092476583491632950_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-08', 'image/webp'),
(187, '2025-05-24 18:23:59', '18045670700417581', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'HA/9ETgZDLHVZpccaD+9JWdIcXpBSWk3eGo1dUpnNFp1S1pkcTE5MTRrOVUrZWg5NWVpazVYc3RPa3RBM1ovbHh1NnR3TjhmVFp4Mys0WWpENnNKT3hQWUJDZmxMZ2Y1YVNRUGcyZktDMzc4blJWb0ZGK1M1M01PRlpJVDI0SXdySjNPSzEvTzVucXI1SVhxaUFzdGs4dlB5QS8vaUo1MHQ4blNEeFh4cG10YTB5ZU03TUt6QWRNd2pBcnVyc0txYy9yM0E0TnFZb3VVVmRlWGZZeXByVlBZT2pTMWEvUS94eHUyUTdZVkl1QnVQc2g3eHhxSTlOWmhMbVp1VWxHWEM4L1cwaGN0TWJoWG13WU1WREtCRE1vd2FWQTEyU0loc0F6c0hUUUpYWndBK2dZZUN0RFI2UVJKQ2thc0hmL0xIbkZVU3MrY3BtSDZSYmg2NUFIOXVDeGw5a01ScmZ1VUJ0citTN2syTHF2STBOSkVDK0lmU0NYTHNMd1kzd1lISWlONDNXYXF3bVVyK2F6NFVTbk42M0NIb01PMlk0cmV0M3N6ZkVVeUdYQnZmS2hIcUE2OWVwcmQ2bzh1WnVBYlZ1TEdQNko1Q0RBSlRtUGEweWxvNS9HbHZHWHFxa1JkL0U5UjEyMXV2ZnhFU2tGRmVvR0pqd3JHTFNlRDdrL1o4bTFQM0dMMm90eXNxUUFGVXlvQnFyNWVlUDNiNkE0N083SXZlTWMzNi9ES0VZY25aOWJ2QkdTaE0vSnAwbUhVYlBNT1dXMzVrUlJZcHM2bEM4TGR2dDhkMmlPREY0VHJVbkpWVzZzeDFTVW1tK2RCSGhMbFdlYXU1S3hOdWw1a1ZxdHFEcENlQ01xNkpKUWFRZFptemV1L0ZCZ3J3cFVsM2NCbElKV2E0eERLc3FBUlRsVk15UjlFdmVySWZTdFhHRm5Ga1N6ZWg0U25Oa3FvSFFlODBhUDhWQmZsdEhvaFFBa00yeXcrR3UrR0t4K1YwNHhRTW1GNnNqVjM0Qjd5MWpod3hqSlBkTTNRQ3hoa3RZNVI1cmZ4cE9QcEhlUGdJZmFXSHlNZ09uTEFoWXYzRDV3NlVuaU5rWVNkZjdqNDFPSHBRZjBVVUludm9HbXQ4TEkzRzJodEFGNG5reHI2eHdaaHJCV3RHMHBDSUFHTkUvTkNTSDF3OWN0SHNkOEpPU2lNS214WkRmU20vNzRBc1lJdmNSaDF1SXhQZkVMY0lZd3l0clk3MVBidSt1b0xoR1hoeGZBY2Fha2F3SVZTQk80YmxXekVFU3pXdVJrWGE5RnJITXh3ZEZSSGFyblQyQkpiem90QTZpNFdSTi9lZXp1cHpiekFoNXM5SnlWd2NCVUZoakd3MU1BbWxqV1B6YjZNL0JaR2VUV3V0a0NmWGo4NnRURWpXT1Vjb3RJUkJ6U1hyZ1JtSUtxQWxxYnpKcWdmNjBFMmZrVmxCakdKcTIyZVl5Z1dnMHRzVXczRGRuY2ZUT0F3T1l3SDNMOS8xOFJtOENOT3FFVVVic2hqYXF6VDY1Ulh3LzFLSDV3ZFk4b0J5S3Z6SFhWUDYzS2prNkJkdHkwT3JIL1JDUFlQa20ybFY4MmhhZXQwQnNNQ0tFYUxyYzcwUmFBU2tYOUZacXUzb2pMVmRNTXRYRDdwbzR1UU1YS290YVhhNlcybTVKTTIzMTRYM1Y5TDBjVWdMSy9YRzdPV3RrUkx4WXJNRzNJdWtVNi9mY1Vabmo1OTd2Y1BxNnRBVmpsTGhxdXE3aTJ3OVRHaGpmY21Sby9wY214dEpvcDRzczBFZXVOczJWSzVYeW9md1pZN21WSEhCdEJCYWNSYmRvNnFhaWdQUEdJQmFJTzRvZGFaeDA5b1V6Ump2S2NTOFVKWlNZOVpTRlZ1M1hja2FVV3hXbTVubEVrMElHVzIzME5mWXhDYzB1MXFjTWFjQXE3UTJaV2puY2I2SG9leVNkU1NiYVNnTFNRUWNDRkcrYzVlR3ZoYjJaSm9kQUFDanhYWmVwZTl0SmRabktnRkhacXZ3RXgyQ1FWd2lISzFqcVpRMS9KczcvU3BoRkEwbmxxZmhoL0JRV28yTTJranNKYjB2R09qMFVrWm5MOGtjaFhtcWYxczEvZnI3aHV1T1VTVHhTMitialU0dUlCUVA4dXR3cExCMS9IVFR1TVNlVDRrdmZwYkJ0eWZXeDZaaGwwTVdpTklROWxpTVNVa2pmN0R4dkVyck9aQ1FCNzJ5eVFQamsrZnJLNEdPWlVXSU1TNUJlN2ErYmZlTFpjaUFDaEZPQ0NGR2RGdVhjenFBM0pBckxNVzhEYldaeFkvM202aXBad0x6aVpqQWRtUlVjcmtYYVJMakdlanA4eExwc083dFZqbkhSbXJQME93Wmo1Y0NuTUYxNUVRZmgwRnpqcXFCT3p3czZmQ255VzUxZy9Yd0QzZnN1VjRlNml2dzlwSG1pdlRPTUlsSk90eTV4SzEvWFRWY2RPb2xSbU5aV1RvRzU1RjRjY3ZsZDhma1czdlF0cE45Zm5IcVJqcTJDSkJ1Z01EZVkxeWxWcng0OWsrbWhBK3VnTUZRVHVMa0lRYVNnYTY1QU84UmdJRU1ZRUNJUVAyUUJaMVdDZW1CNGRZK3JPQ3BlbVhmVHFGYVg1L3VWYUdkdDRGSDRhdEYrZ0dadDBPQWh1UUhiUm1rWWRFWnIvTkN4VkUwWVJEMlFFTEQvR2I3R21FU2Q0KzBqbnFwTC8xS3dJbkNrMU1hZkVDK055aXlhb1NtUHZVOXpWT3VOeXEyQWJtL0h0MmY2RmovN1RveVVrRFhlNi9OWFl6NCtBOGlPejVPTjluMTRqY1h4dklrazRHdWRuNTB5cHJRVVJuak1ESyt1TWJlT2xheE42aXROaUJpcUtaN3AyS2t3Y0M5SlUwMkpxb1N1KzVGWHZ1RzVhUlg2aWtOMlZ3bVpyeGNCTHNJL3NLUCtoRHhwc1NjcVZhZUtmUWU4Ry9SUVdhRGo3RlFJdGpvSk4vOG9HeDJIQ0xTdnFUZ2pPeVR0cTF5U3JzcS8yeEYyeFJvNTFSL0g1UDloc0o2NjF4WkNRd3B2MFF6Sm1qV2N3RGszNExCRlVjdXNudFgwN080NDgwRGc4ajZKOG9xWTdkeTVMZVpUT0RBRC9KckZLRGZLdW5KL2Nwakp2K1ZkZW54ZWoyV013dGhVWjBJM0RoSG0xTUZsQUVlVEJpbE9tT0g2N1RQUENZKzBadndQNVVuQ0E0UGF4NTllVnBlVlB1MjY4OWxuZk93VUlqS0tqdGdIdklqcnI0U0pxbklKaHBCTGh2L1g0MnBLcnZOcEZFa1crQlJIeWJxN1Qra2hPQ294ZUhDUjJTUFQ1ZFJIY1lwWkp0TDE0c3dXdFFvYXQ1ejhYZ0hRY1Y2VERUemNLVXNxQ0luYmpTZ0d0MGllQ2tnUHB3NjErS1dmYThvZE83bS8vTjgzU1BGQmtPRFJLODdTSGg5R2xmRWY0d1N5VW9zZTQyVThTai9kcHBTK0VzZHkvelBpQVhST2g3R0VPcW5ob3BpN1RIazNKOEVMQXl6OE5mTTVodUlKVHJnMjJ4VkxVUnpoMUdDYVVwNFdHODBzWTV3b1Y1NzJKU1F2RTlUUmxHblA3eXhpenNkWE02aVBtQi96MXVjcDE2WldRUmNMbS9MNFRRUHl1dUNSU3gxaGxTSG0vUldKSnV6V29UZVUrTmUvWWlRbjZjTGZpNHRKNksvQllWN0g4WlR5S3ZBQW5VZlpzc1diQWJJb1JCRnd1S24rUlltT3lPbldWUnM1RDdpUlZuVE8waU5qTmQ4UTJ0eUlnOFNWVkxwM3ViU1E4aVpucXJoa3FySk4yUkZmaHp3TW04RUN1Ym5LR3pDbzQweU0vaFVLQXFhNGJwMWpNZWx4cm5sNnUybzJVOG90QnFRK2Zoa2ZPb0tLS3A5YnFMVGNBWVlZYVVYQVF3VUJOUHVzdEVobDBNUzdYOVBrdGI1UDlGc1VleGNZc3VxaU9ONGlTWThzZWplOEs4b1BvbmhqeGVjSS90SDBKZDNBVUhDTGVxZS83Rk9tZnpmV3JVbUF4REloTmdUYlhPL2tPWml6bGd1Umhib1lOalgwcnkvSTJhd1Z4Zk44b0hqZ3UybEp6VjZJVmNSWnB1dTFOcTZBWVVsQStPVlo0ZGdVSno4UG5wQmplbE9vUk9EMFRTSmtDckdlaVdqVGhjNit1SUM0bkVWYmVkYXRJR3JOZThoWVRnUm1EcFBLNHdIMldhSmVOQUplRlBpWTdEYmpsWWtGV3E5NWFDay9CWnJTNWROdmhvV1dwNE91OTBvUmdMUlU3WlZ4Mm5YYXhRNGw4Rm1JR1hvdlpOZkl0eThiS1pENU09', '500437355_18006988475753450_240229580086076436_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-12', 'image/webp'),
(188, '2025-05-27 18:26:17', '18019755773687769', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5YkdE5xeYbiLjiVzIW37b3BPTnNiTjJDUVQxYUs4Z0hDc0FxR2RZNUNHOUJWanV2aWZTdUJianlxR1g1YXE2QUg0Y2M5Q1Y3SjVwS3FGWWhyTXZnWG4wTzhXbnhCRmcyTnJveksxaWhvREM0VG5McExTbGlSMEdJcFdvTm5vU2lBd0o5MzJVck5aYWM1MFRYeGM4dTloK2lIalkxSVhZeHcrUXp1VWlyMmFRMHZkc3RRN1ZRekpRaVlqN3ZBdHZWR25NM0E1N0lRdGthclYyUjQ2T2tZeEhrL1JKQ3JuanRCbWJLNzdyVTQ1VGJUa3E0U3lBTGtYdFBLTlowN2NZUTBUUmQyR3ZzYjNlMXVmWUpaTjVDM3hEZHhETWZabHdrb25ZVUxBRVE3amNHVWxUYk1PRGdKcER2RzhIblQrc3JYU1dBejN6YU9JUkxzbDQ1RU12QzIzQjRUb0U3OUtuYW5PZTZmTW1aeFNLMFdCZ2YxRTZiV1BsY2pML05DNkI4RCtUQS93eVZzSG5obTlTR0Y0Nit0WWM1Z1VmTm54T3VaZTNDMnhlL0FNSkU4TGwxeHQxaFBvVElHSmZKWEg2SkthcHNHVGlzTzMzV1JaeFU4U0lzN2x4VzBnOU5UZkwzcXJ6SVBIUDNNQWt6ZDJnQzFjc25aem45MDdrOWgzMzZwcEFMdnBVZHRyNldkcTFBL3YzMU1BUzg4aFlsMWpCdUF1WFUwK2RsUkRmOWc5bDU1MThYelE2VElYZVk4MkYrNFY4VEJ3c3UrZFB3STJwdnZIWDJKaXdXOUo1VmpJN0VzeEh5R0pPbzlmQWZoRlZPQ0Yrbnc5TlU5Yjh2L2M1K2Y1RjNMNHVRMUFkWXFmMlpaQU9TNW5Jc25wSFZZd1FZdmNwK25zM254TXE3TGdPREdhYUdPL1g4eVNnQzhoS0kwTlFBVERsQWRQREw5SVI5SVRtaVhJQlNCZWxUNDBPWGJ3c3lxNUdOMVJYUVZUdXdxOHgxRDJUTlFDZkgxd0dRQmVrVk1SL2hPUlhtYk8vSjhINUNlY3VBL2lGcHlGMzNMaWVSUFNNd2hpTmVydm1HaEpkNnpBa0UyT1VXUy9ROVRDR0ZNTXJaaGU1Sjl6Vm9QZUpmRkpaZ2dURnJjWUlBZGpKL090enJGR2hvQlQ2YUdYWEhoeGJORWhpVExoaVFRd1VjbWIrZ0pWTGFSMTZPL09naUVMOTd6U1BmYXVTRFNvT3RiR0FpQ1dnMnFaVVh3R0dtYkw2OWtsRklQZ3RGdDZiWlNBdXNqcDg5d0FMTzZXdHovZFU4SHlsVkdNbzdTYkRHV3ZLOGVZdzhRVlJmOFZ3T3RqaWxjOC9FMFVKZU45RjY2eDRUR2thbVdETVk1ZTRPUGl1aENpaGVhSExIOGNxaEt3L0RhM1BBSnE5VWQzU0FwazJ3VGRYK0FEUGxQNzY1SHZiRUszOEJFQ3lEcXRjT3RyVkVmMWtRVVIwdmFQdkl3Wm16ZE5vQnZxSkFDclRYdklCYjVlTkRhVGNCWmtIalZMZEEyaS9NYmIwVFkya25iTHpwS3lSZDI2T3kyN2ZHMXltM1dKUHlsWENJM3puaXl4a3I1SU5BSmR1TEZraGl4ejllZEx1dlBPQ0Z5bk4weUJzanRkeUg3eXFqb29kbTByOGxLNHpIVHJoMk5DZ0x2OEZ2OVlYdFcwc0RDSlNURmdJOWE2WDdxbHYzQW1TK25aTzNCVFdTUWZPaTFaaHUvbnhlUEtpZlpGaytTcG9RVEZ2ZkhqSUl1SFdYajl3VGVxcGpoTWJaR1VKSzJBREMwU1liZmJwOE04OGlyOUJ2U1FiR2hWRU82ME5ZWGR1cHVrcnVuYWgwK2NQRnY4aHlxN2NENFB5TkE3VktyaU1qQktncFZDdzF3UUNtNFRHTGFETDZ5b0V1VDZZc2RzVFZkS29tT0xoYWVDZk9uYTg1MDlLQVlCdFBBK21EUlZDRnZoSHkzbEVoMkI0eWVQZURBUW0vd0M2aEZsQjVOSEVyWEVIUVZIamNSWUpjbXpZU2JJMzd5bmMydkNUZ3NKMFljOFA2bzlaZEtkY1pIdDJ5MElvT3JBVmc1SVh4RkYvUW90RC9iNFBUL1k3QzNNeGQrZStKcWVPNHlNbG1ySjI3RWk4TEFTY3lrZmhWL3RSS09uZ1Q5QWNxOTUrT1pkQStGUXpNS0hURkljN1BWNDliVTNFL05VeEhMTE1Ca2kwTG0vUUNSYVYwR1ptUmcrY3NFNEZPK2F4WTIvZXI5QU93bmM2QUVKZTJPdjZlNkF5eVJUN3hZMTF1blFaSUpvL09qQ3J3ZGs5NFBBb2lRWTVicmhiaE1zK2ZvcDBtOWNIWjgzbzA0Z1hkUXZBL2hyaTRjblJSQmdOOXZBdnpiVEN6MURRSW9qZm1LVGVqM0ZsQm1JVnlHNGVTNlBLb2Z5MUh1ZlRKSTJEZGxPZ0hmbEV5aWtqMm90Qkg1N05lcDlWNjhzcnFwK1l6VDVUcW5BcUNJeUdjTHdJajJEZzNNYUxFa2Q3bGwvZldjeDRUZ3poT3ZjS0t0ZFlLQStMYUVTNXV6eUF1UHl5dVNLTy9PSjlYQmljR0VIYnRKT1gzWS9VTFdvcmdjekoyc0txeElObHdGemdHakRJN3dFTEZtL1Z3dzJrYUt2amZxVEJoZVQ3VEp5Q3czV09Gb1RORXl6Mm91MG5RYXVocFN2em1MNnlvOTlHbHhSM1hVTmZVeFduM0V2Slp1TjQ0TDF3TFZrQWY5QWVYMzF2YmZTRXdBYmNjSFNnbXF0R08vK0JRRFBZdnY3UjlKRXFGS3JMOVVQR1VJQ2VlbUcwVDZxclFxUFRpdWFLSXJTdDA0dHFkTDFrWmFpY252V2s0R2ZSQlJWNk13Q3F3TFQ5aXZ2WWp3RU9ESkVBSnhyL2FualZYZ2d3bXFKRWZsd1dTeXVNdEpPRVdFV21nUkprOHdRTnR6Mm5lanpNeTdLeXRrZm1HSzVjWXBsYTRvSmV0SDllaExZT0VlK3phUDFlZ1J2bjhqMldSRi9hZGxiWENBd2svODZ4VmlMVTdlbDBhc1JVT3ppbDVIQmN1M3cwa3ZLWE5tME5PcHFaaTZIUGNtUGpQQlVMWTFYcVJOY1Rxdy8zWm5YeHZIaFBTRFZuWEtwNEJJQ0xjWDg4ekV2K3pXd0Y4MUlYZFNrdGRLcU5zU3JDak1iakh4bERsemxyNHVVZzV4TCtmbElvMlJxNElTbTIxa2kvMFNjb3cxdDNCemI4TmpBdy9SWDF6SGNCcUZJNGZsT1lmOVVSQlVlS1N0NFp4VzFjL0h6dWEySGdUNnFtaFFwdlcyM21W', '500414395_18007331786753450_7791144128555310314_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-07-17', 'image/webp'),
(189, '2025-05-28 06:24:45', '18083682175671105', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RGB9cNse6rL821JXrUNclXc3bUxQNVlYWjE2d1YxZHhicUtRYy9GRmI0ZndsMTZDNmpXaUlYT1hMUkpPeDNUNEZRTkMrVGF3Q0NVeTREVFFLbmlscE5iOXFURUZOQVJXMmVZd2RHOGIzWHdJY3RnU2FVcHdHak44c0c2N3FIT1I2TUVkOUl1WTBpbUYrcWZoMWUvbVZyUCs1R3lmdk9SNTg0eEJWMkgyNERmUlhsNWIzREVIcDFTL0tZY09zQmJyYktMOHVLSlF3T1drRmVpb04rNUdIemtYZHF3ZmdNajMxK2g1clY5L25sWVpHK2QwaitCUlpyVTBPd2pUSzg2NlBlQW54UzBGK0FvbE9RVk50eW9OdnBhTUFnU0VrWTFzZFpxK2FHazE2YmllTWtFUUVEd2x1YlArOWZBT25uaCsrblBCYTNOZE9yN0N5RUJ3aXEwSlh3d2RMZCtKR0Z0ZlFBdExERExSV2FJQW5YWWNmT1RTQWtvNTNTSVlGN0xXelgyVHg4S2FVc2UvRTFMbmJMbkc0dy8zRVFkUk5rV09kK2VWcUxjZHVVOUk4VDVUUDFmMll1ajB3WGx1c2tvYUZrSDVCYWQwd2VodzZ1eUljUjlqUTQ1V1pQVGYrYUQ5cTQydWRoa0xiTmNZVXRjaGkrZGNWNG9PZlhqUnVraU12ODNBZXhaQzRadElLNWpTZDdrWnhnajEvTnpBeWxGRlZCUGZCekt3RmJTWVh5TEYvYkxCMHB0N1llVWxOdWZaWkNma1V4elRQYS85cVdOTWF0Q3N1eWVYSWpBajAzRG5qS2J5ZkRicldLT3pCeDF4bHRtRW1mQ3BpR2gwcUVscEJ4NU5CT2NoN1dZdkVlWWZRdndQeUgxL0NWYXFGWXlKY1hpUnU5aFRVaUgzSlV0VkxvNzlWU2Jhd09RRHdQb1hJdmt5SEFMcWd0RkZ2aWJSenk3eW9SYVl6RW5pbjhXRzFIZnBlaGJxMGE3UnU5bFVEWEQvU3d6c29CK0VWRWpGMGprSFhhV2szK0tRei9EaExIdk1naEt1RENmTW5FNzJacGxJbGtyNWtGL0gxT1lZeUlpcllhUWF1alJlWllpdDFraUNMTlJKeHdxMUNOYzZwOVFqVmp5NzlaMjVhNTdxbEFTdWlvL3dHZitVajBPKzg0SldJczM0ZGJ3TWxhdXVrS1k2YWpiN2tMT1dZOW9mNEhRSXdjRDloSUNrRjJMVThUbisxZWlpaDRVb1JJSUwrWE8wVHJSdDVqemJjYU9TSklLQktISnFpdE9ML0RvVkt6Zkg4VkE1blBFY0dic0U1TklUcEgyT215bmRZTG83UlVxMFRJckJiRStIN0F2SjYxZTdJNUZXdnB6d1l3cnhDQkI3ckpGL1VyajFTbVF3cGk1S0VDS1FYYjNscGVwUy9YK2hRaEJnTmoxWlkrTnpSc3laRzBucG5sdTR5bndFQkkwOXdOSWw3eGMvK2JwQW1OVnRBZTNScTFrcUFrelBXK1BNUlhiVXZPaVQzYjBVSkZOWmYwelpURnlRSzFScXhlNU9iaWp6dTB2VGRnKzFqakpPbzZtM3ltTFdRaFNnVHAyZjJBNXRBY0c2ZFEzQjNxY3YyNEhMK2NkSmYwUUVMcy9sS2tON0dBRmZ1MVBpUTEwSDJSU243RTg2L1BuUDI2RElDQ1ZNOEd0R09BMTd5WElTSDBtWUZQazh5dHphbnJzVFpiVEpKMzZPNEMrSW9Objl0c3JxOGNndlZuVGFmbDBPSm5BNmg0VHBCeUlzdHpiWUwrMUJpdmtPdSsrVWVaZEF3a3RmYVMrUUt2SDZGRUs1SGxSTm4xSTJRTHlKNDI0R3UxWmRNWGprUEg5MFp5ZXNEZmNVKysvS2srbTZqTnpoMWMzR2VaK1NSWXBlSmp3RUhQR2tHb09CQ2I4aitoWmEwWHMvMVluNURjT2IzUnBNeERwZmdVT0ZhK3J0RGhWblYyOHFhSFhCYmpCNmlWWlFKaFdnOUVWbVVPSXE4SHBxaFZuN3hvVm9uQ2ZwNkM0eEdFbDkyZnpDZWhrN3Z6QXNVa2RBWjNKdjVDcXJ3Y3FXMWhiRGNtdmw4NjJqdFpCMVNQVlYvSmZocURuMnZLSnl6NEJhalZvci9pa0ZDY01kSzJ2Q09ocE10VVc2RDJ2Y0tTZG9aYmk3RmxLSjZveDVwSzM0YU9PUGlrWHJkVlpaR1U3SWxhRFVnTHZreTJwQm0zbFZOdUVrN1JHZjBxT2dhSFM5NXJRNUVKbmRDdzVlbEZjK1BLaXhyaUVNa29VME9DamlkV3l3eTlONGtUZVhMa2RWVHhCelU0WkQxZTArZjdVVWozeXlqdEZiV1dnRzVSSkpJR1ZnODQxUVBjL0FzdzZXejUwdnBJZ3lEZzFkVjQ1ekJXVUNtMEQ5Y3pjTTYrL2xveUQ0RDNUMG8vMEhDcXQ5dXBkMHR2RjZqS1VNSGNldDdRUWI2WjBZKzc2Mi9DMmFQcytvZk8vaG5jZWVYWmdCK0kzTjYyS2R4QzE1eGJ6dG1aaWJ4Skh0VFQ0ZkY2UEh2djNQVXFyYkhXT0FrM2FyTW9iR3ZsUDVHaUtENUNLVEZCbk9OQWlTcng4N1grY2xkdm12Rm1Xc24wejlFSkhlV01nZVY1bzFtYzgvdHYzTVZJNnpvaUxYNDNkbU1PQldiSWpLL2tJdWxmZ2RDS1h6WGsrMGpEaFc1M0d2TDZ5aFFKWERveS9zRCtEdEtZWmlZL1hxcCsrRHExQnBUSjRYRzVaQy9EV2JVd0EwZ2ZwVlhheU5pVk80c0NFazFLc2p4ck5ndHV1OCtqcjlrVEFmRTNkekpHRS9aWUxUTzNxcTZuUTlBMTJZV0NVK2tzdEFYQ1NzT09MTE82UXNFZWdSNlZSdHhMSXRrcWpLRWZ4VXVVYnFUaVlUVFdMZllaNnZiZ0oxQWZZbU9BWmtDKzZVYkYwSVNoQzFDQWlndkJ1WGVialR5UitiWXdDWGJpeFlOU2c2QUdaY1JrTTBKeHdqU3ZIbkVZbmpER053alpnWEEvOU4vNDRINXdjSFBiZTJLSU5uUDNqVDVBYk5ndlBwZVJZeXUvQlYrNnMvbWxSZEZxd2FSMmNiZENTaTNEUGhYc0ZmSms5MElHQXNZYklRWWExQUxmbENiamIrbUVJVlVSMzNHYzUwS0xnQVVrcERteFdHenovTUlNWEUxQmRNRUNST01OZWRHSm1pSENsL24vQUNndFVmZzJYOTJYS2RwRjkzSFRGSlgvS3NVTktLR0x4TVpCQjBMVnFzWFh4Rms1K0tSdFNVNUlwRmE5N1FDbUVyd1NSTWdxelpVd0ExRGpscUNlbGIvdkNnQXdlbDlJT2xEOW1RRDBleUtxZ1JPVk84clU3L0l3VEJVdmdQd283dEVpSzJtVzZJaUQ5V1k3TVcvSGJvOXNhV2tZc0Zab0FLUmE4Q3h4cklBUWVrWkE1M0tFUVlJVExha3JLampvV0JhY3hLcStab1h5YStsdWNIZEZBSnpsT0FYMkdKaGhva01pd2Y3Y2lQTjdDRUxmbkJkVU10eFkwWE1teHZ0OHVCNFZlUFpsZ1lGM0pqbE5pTHBqK2hDNDBYNHliTTg4ank5NmpleDlwWkY5VVFsdWp2STIzUks3clRNeUI4SWhGYk5EYjZvZFhoMlVvOUg3MGxnUGQ2aUtkdUJGdE1wR2E2dm9oa1hqRmZNbUk2a1BablIrRUNXeUgyUVBGN0M3SjVBcTBNMnlQU1lWSWs1REhMRS8ycnRDSGhGbjQ4YnJ1c2JZU1hlM3htSW9iMzBrdUFhK2lXOXpraXlnVjB6S0wvSXNQbS9FK2syb2NRWjF5N3p5Z2g3bGIyWDJER2NlRVdJVUZHenR6VUkyeldZZ0ZNU0p5R2RhK3FyYnRtS3ZEOWQvdXN4eGxIc0oxSHJpOHdqcEJpTFlmVENDYVVZMjJickRrU0dWcDkwK2d5aFVnMjB4ZklSdjNSVUM3UkswdWZ0V2U0S1FJaDNubjVUd0lCMWVzOHYrdjNEZXZ2YWNMSTU3NGI4VW9BdG4xWDZ4NkxMZ0RtcGNRbWlPMDRQYytqeGR5dDFFTlJyMDNWRFFIWTZHV211Uk44SDZKRVYvQ2ErTFNRL0d2TjFsSm5UVm91Qk5kR1R2a3BtbzY3UmVJcnBVb3dpU0ZOajNPSU1jZ3B1cEwyRUhvPQ==', '501539226_18007353005753450_5843181544578553554_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-18', 'image/webp'),
(190, '2025-05-29 06:25:43', '18072719980921974', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Qu+lonWBRUNumLc3gkqVv2hCdWtpUEhMRVdlVVdOVEtLbmVVZDI4alkwOVgzcFlTRjJqQ0U4OU91UGwzRTNlRjN1VksxeENlUEpoS0lkMGU5QUhaUGplTkhlNjBHb0VaWXdyeWgySXN4QjR4OHIySGtaLytNcytYMWM1aU14NDUyNVBScnhzM0UzdmNUdnovVjZRWnB6d0t0SGRmVHdCbGlWYzM0SStjTjZPaVRWaHd3YXhHdm1reFdBYVZ6MThjOVp1cWtWWHFLRnlsc0VqOGpHNG8vYXBsczR2UnBNeDNoRml5aXZ2bHlybTI4aEFxMldrYUpudFV2NWxmSGlrL05NMWQ5bTZRcXRUTC9TSS9abko3VGdSYVJHb3NUVlRzYmZqdG5oSlVmSWJrc3QrRE9HMUdyallldU1CSlcwQ1UyYkZXeVIycmd2aUwvUmNJc0p5M1Y1ejhwUUh3bTJqK2c1OWdZKzh3cVBoUFZuSzJ5OGVCZnI1SEo0WjdHcG5vRmNML0JOMG5ndXpFQWd4a014TnYvVkJ2cUg2d0hJOCtiTVJ2ZXQwdlpqOUJuWjJlSEFEOG1BMkZpajQrTXFzYWRHL1laNjUwVEs1Y0pJWUR3SFFmOEdLRWJVejl4SFVvYTlmUFIrRWMwL3ZsLzFzSHlMNm5DWUNVQVZXZlpPam1rcERLbFRIQjMzcCtUNVhsUGdISyt6b0UwcXJha3d3a2R5TXlNVXBtbG85QmJUMDczZDlVYkQ4UEd6UU1sWGhIUzZjK0g5TUJDN1RsaVkrdVhxN2prM1JLejNrc2VTaVlRRUdubnQ3NUFjY2hEd0dvNmNBNjdIQWU0U2VFb3VXSytubFdNSVBwVEVsaFZObEd6WVpGUGswRmtLQTVjQVAxUytybE9rbjB6VDdwSlhtV0ZDVFJVYk9hbHk0bWNNWW5VMEppa1dSRHhXaGJuYXZWNUNvbnZOU3padDVkOFkzOVV3aVZILzhSTnp3L0F5NGN3bGo2Y1VvS203QXkrVGlXb0lndktuMG5td0lsaStwdVY0a2pKNFVSdzlUQ0pTWGE1Nm4wS00wTXkvSkMzTTFESHNPOFpJeEp4dWZJLzZDemFVdHU3cWkzbnB5Wi9WR2hEL1F2VS9iZko5YUZBUWtsS2taR041WmdDZjlOWWhOQ2YrdHN4RUJTdENVSDNBNlp2UVI2NzdTZDgxVlZ4Q0d6cGhzQmhWUHYwQ3hlU3ViWmp2UFoyMEp0R216NzlUamI2WmRPVFdjaEZHRXNjOXpGTm13OEk5SVEwdlNEM0hJVkRYZUxBQUdhMVAvVWdLTUY5OUM4eGF2K2dOaHlRZWtYVUFzV2NzNjFaZXoxaFI2TzRiRWNUcUZ1L0pyWXpuSnhKWHQyRlVmY2NWM1U5SWt5cERQYTZvZkZ5T3FiWjNkcVU3UGpnRUh4MjA4UFY1bjlOV1hGOGF5U0RjL0dnM2hkMVhpWnNFU01rVnROdklRU1BTNFo0eGxKbXpqY2FsNXJ2Uy9BSlQwNXd2ejF0K3ZsWWZsa1doVDZvRURqN3Y0YVdSYktsTDB2U0IzMkNsWlRWSml5WklKdHVEUHBraEJoNDlqMXlrZG1xb2NOY3NsS2x4S1JSNHJxVXNNRUNwcFVUL0JaTEFOZjdmblU0S3lMT29qdlE4eS91T3FxT1VkNS9peFFjblpmcjVwMHRFU2hxeGhabmk1MkZ4K1dQdjVDK3NEcGE0c1AyMU9LM3F3d3hWdkFaV2plTFIyY1QzOGdMNS9KdkxDTCtDbk1QWlg0NVpQU0tiTTVCS2Q4Vi90a1huOGpUY2ErbndiMWQxdmFRRkE2UjdBdG5CdDUwOGpuZWxzWkNUSkhFUGVUaG1aN0NybGdkczI1Q3pKNTdQTjNXTi9HeEVYekxoc1pnd3NPOEN2NmwyM1lNVGwraGgvczVjTFFtL1hDaWpZTTkweUV4dURmcjVmYnNnUHZ6Vm5QV0Rqejd4N2xpdWlzd1AwSStTd2k1UXJxanF2bVRLRHdyS1NjVW1hZUFlaHhIL2NoTXpqSkJGdnR0TTNTRFpnWTJBNFhNckFNWmRheW8zY2lHZStGa2hNZG52ZmdlczVsd01RRVFQT0d5VkxlV3pXSHg2UjJWSFZPUUdpLytrcFJyYlFEMjlDWmRiS214TGpQcFlSbHZSQkRKcVhjWjJ6a2Y2UUdDQ0ZLSXA0RUFBaU5mLzRzakRBV3oySzkzVDBDZ1BiMURYanhUMCtkcmUxSGZRbkZ5MTcveDd5QTI5TEZrZ29sVTJpdnhRZml4c3FDZXpQcGcvUmJNKzVoN0M4Q2dVM0tXelFNblRvMGFVclhZUnJkL2hmdE9oV2YvM1c3SjRmbzltMUowWEtvVnZBbGFZdlg1Y1lBc1JtbW9DUXFLbnhYVVRiQ1ZTVHRLYklrOTQzbTRVc3cveXI3a2I3bWRXZmd0UUdOdnU4SmtPTlQyRXdzamVtdmpvQlZtZVgvN3BBQW4xbVAxdWZrbjRBcFJ0akhWV2FzZnlRZ3JkaUdFdWc0b1ZHeDYrK0s4RUppZ2Q1SDM3ajRuZkhCL21rTjRCdk4yN29HQmJ6d04xMlo1Wndua2VhNmlCUUo5a0ZiUlpKWGtIMURwS250dml0OWdRdzhqWVYwS1lHM015K1RDeHdNd2loZUo4QUVvM1RvUis1ZjBleTZUbmRZOFJjMkxUaDA1K2Zxc1lSbzMrWEFXZkNGUm03MFBYck9rcCtmdnd5eE5RZGRvRGRwMUNsa3hOcUFCVjdnTmJXYmg4cHl4TVhTNTNMeFVSRm0xcmNjZWxiU2Nnem1CT2ZSY05XTWEvQ0V4S0V4NEJ6ZnVnTHg5MFJ5ck1rNE9GakdhZWs3UEVhQXRkUmo0YzNJd0RLSm9NcG9WcGJUYUJPU0hKNVBIV09wZS9iY0s0dW94aGxCcThqK3hXV1VJSTQxSFZTWWlFbWpsVysxUENVcFhTeEZvUnR2WWM3dno1SEo3VmhEbUNvcmtQNXRubDlVRXpoSWxBUk4wb0tmYURwQjZqN2NZTEFWenorWjhJcGtQVXFWVEx5aFhGaC92Wk9nUitXT2RNdlRFWjlma3NkTGovd2ZVM3VqUFdyR3NTYzNMSjQ4MjVJa05haXBOT2E5bnkzcXFGR3BORjE5d2kxeitoVmZsTE11dFJHbUhpUWhXZHRHZk5kMlp5T1hVWGluaEE1QmhHZlV6d2tIaHUxT2JFT3lRY2dybGJvRGdLTXlOaDQzYXpScktCd25WSnYwNVpkL01OT1o1TUhJcHNpNmFqWEt5ZDFyS0F5WGorNTYwSkJDZDBoMlZNQ2ZJVE9aZktCNkxmKzlZM2t5QkhuWXRJRzdtK29qcUh3aXB6eEppV2RRMFFXV3dQVDV2RThkOHppU3pPNFZFQzZGTDM5b2hJVGxCdnpsOTc5K1RGa1lLS3hGSlI5ekJqMUVuejVZNTB1SkNQK3MzMWMwNFZxWlN4blJ3STBEVG9Hc2RLUzk4NTJCSGJvUS9JK0xONFZhV0ZSNFhYQU8xb01kYjRlSVc3UllodzJRL3hBd2dEa1pzWlNSVUhGWnA4QmRvSVpOazI1L0FIa1Y0V1BxUnN5OTFaMC9tR3c2SFNNT2phb1o2RktrUUloK3FWVFpJN1ZCN1FCQkpSSWM1cnBoSVE9PQ==', '501832905_1376752330265192_7397504050300370718_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-18', 'image/webp'),
(191, '2025-05-30 06:26:52', '18343092814089176', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'P6E87qJRap590ErNsLKmf2hvUUg3V25OcUZzY3dBZVVHWWg3d3VJbjVMMy8zU2FwSEtDTCtBRTZncWZUOXVBUlNVN3lQZmVwWkwzM2xHMXZEUVpKbTY2aGlwMWRXMFJkUkk5SVdoQnZpTW5qeTczZWxocnBTRFVxWjZJekg2NVNPZ0U0bUtrdXRMZVB5T3FpOWJ4Z3VNemVzODdkbitxd0E5akNtOGtTM2RTbTIyMERxbVNVOEFWRnRKNmVNczNYanBPU29PMkltYTJycGVxKzh3NGtmM0hjNDhYb1hteGVGL0kvY0VOQkU3bmVlc2xjYm0xYzVjejRlWHRpSGdoY2ptaVY3dmErNUhWVG1DMlhEVEloMHJOcHo3RGtZdDRxSWdzMk5SS2lVSXlBekRuTHlZbWtNK29nWXNBWWRlaThtQXVuRTUxSHRvR0hhZ0pENVRadEhXa1dZK2ZtRzN2dG9kNXRGOU4zNGxtbzhlcHkxOStVTWtYSkdhNG4vRTdKZmhpai9OTWlFd3hIVE1YVWlKR2E1T1BDejExYjdXZjZjdnlEdThPdmtML1gzcXVHcEphb2tnN3RyWngvbGpSanBGcTlsT25qRjhxcVpVdGVtdGpHQ0FNVEs3UmNCTlNVcnVEN2U2a0pHSWRBSGFER0xZL3U4QnVwNHFkZXVMYmVtSmNEeERjaTRzL1gxNDNrdEFlT1p3c3U2eXVEeUZPbWRzZjQ5TDUza0UrWkpVSFZZaVBFazJUcDV3VkQxSGR5ODI0YUZXbXdKNFdNVFB3TUwyM0V0V2dFZ3VMS09URVJHcitsdnFMdHI4WVRuOG9zdUUreXFlRVhJdHNHTUlEa1RubWZkcmlxalJHVVpsVTNXVHhDQmp6eEt0OU9SdG1neG9tVUptYmdkdE8vZkJqdUgzSXpKbWdPSjdkbTYxN05yYUE0VWRKamdvbWpPSGZEeGl1anA4Z0tnZkxJWnJtekdGc1RuL0dUSjBaamY1Q29mdmVjZm5xRVIwQ1lvWGZlc2RRa0pId2ZzUUVjRldXdmttempXUzlDVVE5SENWYkIzaWkxYkVZWnlRSlQvbUhXa0RKRnZXM0tNaCt0K0pScm9VdHBJM2M5SVRlRjIxMkdRUHg0anhKREpodXNqbzBaQzZRODIyZHFnbk0yQlpVUjROeHQ1VCsvSkczZDFSSXBmRHIySnlBT0ttT0F2NkdpY0JUdWtpY2IwaHdzbmRPcDA5STV6SndFSXZwVEpKZG5IRzh6RTVXQy9PVjhEUW9ab3VpbnFPeU9QQ2V3VkM2KzRtbWxZbGtkUDgxeWdsYkU5RlJLblJSR1NOSlVRSjh1SlBFS1FqUXJpSlRadWdrbmJmck9Dbi9wUE1zT0E3RUx2TEExRFNDa01pNkM2dlFoaHZNb2Jvb1hZaXhtVUNzNkl4ODZrV0lCc0gvU29iUGlDQW5FWU9BcHR2NXBEczk2bU54YW1sOWp3SmIrNjI5aG9xVXJNeGY4MDZHVEhzWnVnU25qVFZ4bUFvS0ZmU2JFVmdVdUp6aXltTGx6YWpTTHNXOGkyM0cveldIRyszcytHTEYyY3pSclJWTWlQZk5QYWlnN0FmQmMvc2wzejkrZXRzZ1hPRmhwQ2tnSnlVdHllaEdjMFR2enE1TFJwbTNxVWJTSGVnWnJ6YXVvTTFldExVTDRLbUtVeVBjMzMwTVQvNlpGdG9DR1YxZS9QdFNlTXY4dE9BaEZpSStxWnpqK09lWURoeWx5ZU5jU1U4c0dhUCsyNUh6N3E2WHhuL1B6dUlLVWFrUVJqNWdQMXNMYWEyY0x6aDlRRFZsMWVQVmFYRys1L3pLdHdMM2xiRW5QK0M2ZHJoaXlEMHVBUndvYzZycU5qZ1lYaVZlUXo1SkdwUktBZUJpY293OFlaZTM2NDB5TWw5SUJ2Vi9XVGV2M1JPTE50TSsyN2c2VEQ4bjVuWGYxMGh3amlVRnlKcnJ6OW9lQndmVGVwQmhFc05va3FxTnJoQVhGUkltT3Vqb3pNa2FxY0VVWnF4aDVWRVJQVzBhWDdmcHI2UWllQlhlZ3ptbDNuTko2MldRMXVuczFySUdKZEM3ZWhXajNGK2t2aUdublEvTS9OMm16dTRtMDM2aU9xVTZnU1N6SnVQSUxuTTZ3VURzMEFOZXJacnV2K2dlbEpyTmpwOXhQbUoxZVljS0pLWng4aDJzT3BkazBSbEliSk5KaWg1TE9FTHNPak9YaTRNVUFLSWhLZmxTeG1GNWxnbFhQMUg0RmdLYjJEUk5DUHZGelppQlQzSjl4M3Q3QktHS3hJTGRFQmdiSFhUQ0pTR3BDdVp6T04vb25ac1FSbTBlMTltL1I1Z0FNNzd0ZGcrMEJsTi9nb0FhQnBEWTVGRXROYVkvVWlrd2J2eFRubmRpYVo0dHRsZis5V0dVTE1rQ1BDUnY2L3kxcW8yczNNenY4cGJ2U21iSVJZT0YxVGZDb1VJREhuQ21VbGVaN3A5QUVMM3pWQWZDNVZrUHQ1SVRmUkxMaVlBU29mZ3Nwem5adUtWRnNlWjg0VTZPdXZFa3BSZnkxOHpmZm5oWStPbGF5enlKSFQ4dmlFQ21Ec3o0a3JwZkdtVmEyeVB3dW1tb3RsSWpjanZtM0xZRGZZc2ZkNzYxVWI4aGR2VjVZREw3UVYybjVEaDJaNHZEampXU0ZlYnNRM2w0VWZsUmxaaDhFZmhRdzR2azZZOGdZY3pNSUpnQmQwWXFQbkM2aW95ck5MZ2k4L3pSSTNSTVFOUjJ4c1Y3MTVqQjR0NVZ6dDFIdnJBcmlLcXhtcnBSV0ViNHE2SWptUGpqL1RqYlFzbDFWRGFSa3QyNEczZmFmZjdFZGdnZ0VrR2NXMHpuMFlucHN0UWVTV1J5VG1GMXVDcTB3cEgzck5nN1d1dGRJTUJXOFBBTmI4M3NIYXF6YzJjdEdvR1l2UXZlYmUxZGtGK2c2dE1EYXBqY0NFbVQ2amtKUWNrRDFRd0J4VmRONWhNRmhVdDd3RjRST1dhOENsOVc2cU80WWJVdkcrTmZjV0FjQ2YxWnYxTTlMSERNWStOeWlyNXBkK1F4SUxFVU5HMXpPT21odjJIMm84Skw3bWE4bWpSVjhCSGtjVUJZRm1wM1A4RTZlOVkyYXVoeFpuQ3RSUW9FY3ZJbzJERTZtbVcyMUlBME1ZTHFuMGliYzRramh5b3BKUktpQllOSXNUblpmd3czdWJVU1k0UDR6TXNUeFNWdHBDTjN6REtCUkN5cTdqazM5TFluUUsyZzUvQmRJRHAxMVhoSTVmaS9tZlJRVFkyYkFpclBKSWhocjh3emNFVUVnekxVMlJHMTVpa1hBRjIrVTY2cHNzZFFmL3JtYjh4RWRXTXVPZUJpajRXbEQ5VzBPNklBQnFrY3hPWGdyb21FZm1qYVJ2V0VrSGpNaWxjeUNkQ3BRWjlqVnp1b2pZbWlvRzF2dkRtMXgxVzBZNVJJUU14RUdmdmFRQmlPNVY0WmtmelhSWTBvUmZSU3VBNGx3OTFEdXRSS3pValdINzZVNWdTZm94aVdrTUYyN21ocWoreUtseU5WOEIvWExuell3K1NqZ2w1UFNEYXc5WDltck1ibEFhV3dvTDA0VVJ6Y0NIQW9MZ2hQOGRWMUllNDhvOU9wZUNOeHo0ZEV1SW5UTjdsaDRpMWdpeHBYTSsrQytzRGVRUm9IVkFhZGJHaHBKMldiSWc1OXZwTmI5N2UyazN0WEplc1pPdVk0SUtWL1czdno5NkZCdHNaMXVCNkZVNTNEVEgrRkV3UkJMY0xoR28yL1R2eGY3c2NpNmNnSkJ2Z2dEaU9DdE1RQXFNMXJZOVdCZGdrQ3JPOVB5Unh5MzlxK3YxMVJaN2JrYWZOTlIyRWFCV0UxdFZZcnVGa2tFYlliZ2ZIT29jM3FFamIvbWYvUzNOTWF3WmhUMC96SEhUNEx5WVh5MW5CMXMrbUFFVEIwWVFnZ0N3U2plZ3Vjb1d0c0FRTUNaZjU4cWhwcGE4d2hrUzc3OVRnMW80Q3loV21ZZVZtbW44QjFGNExCZHA1MnJoU1p3Nm02ajBvb2dJUHErMjR6Q29STnNWTWYvZ2c1YWRMUTUvU0wwOGV6RDc1YkVzTEpib0N2RjRoYWdjN3BUV1dwcjVIc2NQM2lYQWxONGhwVDhHVCtEYTJCNFRiQWRDckV0a2Y0WUxONm5kZnRyNDc1bnUvWmRIZkpDc2g0dDJjUXh6YmhqODc1V056ckRmWHIyUE5tSXhPNUwzL04xZ1ZwcHlUaDJWWDh6dU51TXFMMmh5RmJLWm00SzBiYk0wQk9yS0xiMjJDcTY5ZTBhMWJqQmtMSFBDMEJqdCt1YzVGeTAyVGFNR09iQTFrM2xDazBPZWlPdHo1T3BZajF2QnYwQ1kvMDJMcjBBNXBKSW9XeFZKT1ltcDFuQkhEN05HMjBCdm5YZjdFdS9ocVJRcUh2Z3Q2cGttS3k0dTJxTnBGZ3pPZG0rUi9QU0NPd09MVXBmaVFoL1Z6cU5wY3pCN3dQOTJQVVJEa0NDS1NRRkZrR21nOXQ5UnJ1TVhRZkRucXVtb1E9PQ==', '502361338_611520741261273_5803566332357311455_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-06', 'image/webp'),
(192, '2025-06-01 06:24:13', '18080527015769021', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qY3EXN0i7wwDX2kn6t7yUDZEU0FKUHRzRnN3NEM0cXp4bUJMY0N6WmpkTXlMUk1SdU5pQVMyRGg0OG9JelNJczdOQ2xqaUk5dHNQS1BBdk5QRG5DMTU3MjdtRlB5QngyU1drV1FjaThuejJGN3JVa09YcHRjUHNMQ1RsQllvYkJkbVh6Z2NyRzczOFZzZWxoL3kxS2pZWlhJRWtoMGR1QzJwVFZkalYvaDRFMy9POHgzTmhSVjhPcjhvenl6Mk5scWViMTZQVkFXTzhpeklka1pvRWUzM041QmdTNjg3M2FrUit1V1VsNENITG9NTnF2TXJoQjdXeFlna2o1d3Rxd3NWN2N0cVRHWFdWLzNQRm1LbmY0Zlo4V3E5NVk1Wnk2TkJSNnB2UXlFYngzaWcyUml0Nkh4OWVsUjFiY01WUkNUK0FhT1B0SDFGTDVnUjBBNWJhdTNJbGFpbFZyZ1dQbDVDeDhvendNTjVkcGNpdjVGT0h5YXV6S3hueVlsd1hsejJOTEJsWWtRbmJ0S0xDdXhiaHFuMEZ4VEttVWthYUp4b2NEQVRUUXVHSHFrWFpranNZRXZnK2lBYmM5cjJRY3BraysxU0szQ1oxR3B3QmtWaHFOWExmSDR5bVlYcWUza3ZVQ3BvZ1J6bFdNUXdHZzhkK2E0WnZlb3YyZ2ZjajhQUEZoL3Y2c09HVGc2c0Y1Mm1LWSszc0R1MjIwZUY0MHZPZ2tEZU5NYTVGZnhjR0dkS1Yrc3FkUGV6Y1hpWEdlRUhuOWNneWdFeFR3L0JaSzBtTTVsak1PQ1pmT3Z0Q1M2bkVhbm10dndraGMyc25CR3pacStDQW0xS3Nab2NwZTJxKzZyWU81aXh0ZlRJc0djbHNaU0g5YmJ3M3R4d2JEaXVqd3Q4cXg3MmxtV05mNTF5QiswZ2pxamZGZjRWSU9pc3N5VmErZm11dnUrWTNYSmFvL3BxNktoNFFaRFJXZ3lSRHJFS3RiV3UwZzZHeDlEWjVHdGV5YU5OMDFCc3JiU1pQWjhQQ1VJWWFIbTBNRU1CYm1aK0dMdTlUTzVOaTV5Y0ZQeHc4RGc2alJXVitNSi9iS2d1bHU4d1FJcDRycTF3NEs0azVNQnJ6S0hmVTQwZnl2R1QvQWd0MFhZNG9nSU0xQ3E1QjNBMEUrUlVMTnAwWnJ4S3pxQnZkRXB3Si81TzNXT2tETEpIR2FlSUpOV3RUclhZNExRVDlhaUVpbmVmRzZnRkg1RkJkUVBncUNFN0VzWVFJV3hua2tVeVNzRkhjRFN0d0hCODd1YmVPUGFnc3NWL0lxaFZiQ1dyb3NPUi9VZzV3bVQ0MEt2M1habERIR1cySnNYTm85MFp2NWY4cnYweU1JMlBsNVNGUW53MmtrWTE2VmNYVnJiTVB0a3ZvTlNmNUVsaDFqbzFWbFpUQ3piWVNHN2wwWlpzTEkwdTZCZS9XVW9BeVlHTFh2dzJNejVjcUpUSmZ4TTd5cEgxaU1LZUZUVllnWCtYVmdBdU40RU94d0dXcHQwOU01UWo1RWt0RlFyTTU3Q2dLVFVMcHNqazQ5NHZQM3E3SnllT01oRDBRakVMYU5rN0RnNlQrVzdESmY5SEwxeGdzT0FHY25ZbU1wWGxxWElkY2RLa01yZHJESjdWWmJIaUtLWTVUcTF4ditGMlZGYWx5bXgxNHBqNDFTYTRJUEVGWnhpSEUyTTVEWnlwZURRek5vREdyb0RmdGczTFhtbGJNbUg3ZG5yd1IvUEt5WVJUVGphVUhJYUMyV0ZRZWl2Z243MVZaUFI1dERuVVk2RE5wd21OWVJOM2pDSlIxYVZFVk44WHNtUDZ4aEpRaThJZUhTZTZiM1BkNy96dmc4alpGRG9SL1FmSzlpcHAwQjdPYnhGSjhuaWVlK0Y0OW45RzNGRmdnRlVLRmI4aGZVamIybTZxR1J0c09SVDZ0R1dBb3A2amtwOFJKemNlMy80d2VXZzBSRURoOGFUcmpodG9GeSs3WmtMREhZWVNsZitDb3lIVzU1aVNzM1JPWEVLcVg3bHh1VGQyblF6UTVWcTRLVnBaS2kwQ2h6WFBoWnJ4STREOUZVeW9MMnVwUUdwRnlCbFVGZWhoVkp1a1R6MWVGcHFrUnF0OFNiRlFkZWlWVmlsaDEzZmNxaU5yNmVmK0dweW1Qd2JXL2JBcnE3VEoxM1gzK0JDeW0vZ0h2UUF1VUkvNS9nYkh1UDhpZi82THphMGtGN042dmNaSFFaZFBkZ05CK1puK3hxM0pTN0c1NkdYenFiOGljOU9xTll1OG5ZSnNPd09qT3pjYlRyYTV0azhOR1Y2Vnh6Um9BS0IzOGJMSVliY0VDQit4UFI0MXUyS1czampTVVlZWGNtRnNRM3l5eklPd29FRmJqQnNiL29oWUtIK0d3alFMUFpSUXFjV2xTM3Q4alpTSks1MmJNYStUMS9RR3ZVVGdDMFA4WTR1SUY5cWhsQ3ZXVTE4aUN2bEZqWno4eXdxV0xXazZrYVVzVzIyWEU0ZFZFT0FuZFFqZDRob1FES0FTcFZDVTg1T0sxbzBhVTMxYVB0V1NtelkrSmxFVzZ0dnByVDJod1JwamR0VXBKK1VsSmlPdFNENklHV1hVM0tyV05VaFYvOXFRcnFTMnJiY0hlNjk2U0EvM0x5OHpaS1Q4dzVtOEhoTlhDNVFNcjVhS2NueVQxeHJsbVZyTG9pVytnOFdPQU1PVVh0cWRCVUhIN25yc3A3czdObW15UzZqbWthYlI0NU05MHM1ek1FSk1uYzRnSWUrdVliUklXNDkrMlhSS3lrc2VvOGQwL0RaUFlFQlgzb1RDUWxpV0dQUHcrWEVpVUR4ZjhHWWw4NkJObTVTQWV5UnNKbU8rZ3NrK0V2Q2s5Zk5lWUo3S1ZXei91TGN3Tmdhejg4cFZWd1hheWw5dzJxR0JIZkhUSi9ESnVJOGlFOGp4eW1Sak1jY2xMUE91ZGhsUW5Xem9UZWFyUVFJSTZ4NGt6cWtlV1IwMTUwVkV3Nk93QnRvVWp1UmlkaGRVK2dJZkhOcVByaXZkOVBVMXJZNXdGV2VXektUdlpqbnlaeWpERGFnREtlbkZuNS9OT0Z1bGRva3oyOFVoQkFtd1dTNXRaa2xMSkJEd3lSYXJZbFo0ZEJjalNzM3FUUEJCOWI5dkh1b3pIMUlHbUF3TzdhS1FTZ0o4SDBlN25PMHhsWFZsSnB1K3JhQWYyWWV6djJEQUxJVFNrNjc0bzN1Yk12VzJ3ZnBvSVJlWWFUK3NTVHBtMFc0WWJaanRvOS96VlJpRkRvVjNkUUMrajFPUmlvL1JHRHI2WFB6Z050Szd5aGVSK01kTUVpR0QySlZEU3AybVFvR1dMK21pVU1hT0UrNUVkcjZtNTI1aXVtRXA2ZlpYVjdQR2RXdzFmTVA5VXh4RTJ0bE1tMzlRL2JFdVBHWENNVnRjZlBmczBmM054MVdmNGVFbWN1NTlCVWdTYnVSOGNWUWRuSEdBZW1tOXBPa2NYcEQzQlBERzE0a0JWbDV2RCtkbUpFSi9aY0FQTzFtWWVLYkJ4Y1lHNUhJbFg1dEllSEpNTnJFem9iay9GSEZsMllRa2JEdmY2K0RmU2g2UDI2cmI1OUZGdkMyNVpMVlIrcw==', '503038256_9354850034619269_8088282264501355134_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-21', 'image/webp'),
(193, '2025-06-03 06:25:13', '18094171549587249', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kluTL+Y+PhBOozCAcTS9c0xpQXpON2tsRXNwOHpLQlVhVG1heUNkZnRaQ1M3N2ZlSkloeTNyMXRUZG81RUNYR28zRDZyc3Q5RzVXeTcwcnlXYlNDelhCaUtUWjcwNzJIUFo1bGpGdzkzZWxKcVdoWjZDVC85am9rQXhvQVgzTHlwS04vT3N2MnI1VmxlaGlqNThhL2xaOG5FbUo1dHpVWWlTby9PaWI4VmIwR0Q2OVRWR05QWE5YRlBBZDU2QWdJZ1g3RzQ0RHZBOEE1MTU1ZlRFem5mZkoyd1R4YnF5SHBmTy9yMDNBZUFiWkU4c2VNN2FmZ0xZb2pycDNYMEdJelczeG5vVml5bTBjUDBjd05nZWo1N2dWMlRubnFLa0gzaGxjamF3eUJadUx4b25JTU5hS29EWitsRHhhWUtLdHhHYXlQd2lEYXgwemRlZHM5d1IxSWVFbkhSTk9QUXdnV01qb3BacUY0WXdac3l2cVA1QlN3dVBqN3c5Vm5wd25veTVYNm05M1NxTWl1aTg0MVZnNjBKRXg2NU5iWDVLLzAxYWkrenZNUS9pQkxYbzJzL3drU0g5NUVKeVRsZEZycXlPekNtNFVuOU5wSkc2RmxWaUhENDBhaXNMZkg2WWlFSFp1R3BacEFqenllRysxS1doZUxVUmtvMFBwR1dYZmN0RDhYSFVKSVZSWmZWZkpYelBlQnhjTnJPNHFHVDFaajFRMGhSZnlQV1gycjRKTUpHaUNxbzFPUzd2eWllcU5xUUpjZzRYWE1obE95SEROOE9SdEVQemtIclBURVVHTDAvOHo5STFMcHJQNTY2UUI1Uk9NNTNIdmZtTW5GN1V2UzVTdUE2QXJHOGRVQnUycEpqREdXODVlUjlHTDU0Nnd6NnZnNjdzTHZUelNsVlMxNWl0aE9MTVJOMnhQcHdveC96YnRXb3ZFMEhUaTZMMWsyMEQvNGFwQkFVS3dpOHdoVzdRNkpUMnRuT29SSWZnTFZnVTdLeGNtcHgvcVRkY201Vkl1TnFWNS91WVNyYzlyOVpXQ1pDYitOdkJpRnArRTlZWkJla3dSWm1hM3lVSFFxTVFFODBIQnpMOVFLZlZBcW0zUkNqYXNFd2RBd2ZaNkgwWlQxbDFYcWNFOU8vUTNDWC9ITTNsbURDaHNZZWwveHJlVWk5L2IzZUxkTmVFZGx1djFzK25jUWZXdjE0L0tIclFGbFVXYzhiUDVueVdOYzAxTXlPSWJDM2tKRDJmdk9PaWo1eXZtdjM3SVNiLzRTY2k5YnFURVlRaE9rc2NpWXBEZ0F4N29RaFU1SExsd0s4bzIvdXVXWXNydjRFN1ptZ3UwaVhsdzM5UVdscG80N3V5Z3FGUXdsN3ZUaGlicXJWZHR6R3hiSGhsQUZITU1pWExPM1Awdk45V1loWk1EU09RM0RubzlJZFNIOTlNOGNBS0VKRVRiSWV1Zms1UE02SFl0Rnd2S2EzMXZrUlhuWFh0ZHFGaFlwaWpKSHVHN2IwR2hhRmFOTDJYaFZ2a1BKc29FVkhnRnY5OHgzbVVISG15OWthUHI4VWVBdUpyMGlyUDkrMysvdHdBQUkrd2lHZWN4Q2tlTCs2Q0xkZjFqTjhCVlVYWTcwZXQ3RVJxakt3djhjUXg5R003YjRZVkRoQmJQK3hiTTlMdVgxNmorcnIwWHhBMHRlYWtBWm5XTDhwRG1kYWJYeGpwSUFxbElwZGtMMUdPNmJqTkpka1NrcWJSMmJaR0kyY3hnelpYU1J0YlgwVGNRZy9YTGliSmx4a1QxMkxoZVhxZ2YwTFgxbzVxR3AvVDdQaCt4SHVTTjhxVmw0SFJidTdXZzhhellNTWFkVHhnM1NoVTNRazVHZi80MEt2Uk9GeXgxWEFIWjBHQnN5RURCd1FGNzRKYThuYWtoTHpwVks4aFVkOUk4Rmt5bERmZ0tKRzBzS0o4bUkzSHJVSGhENllRdFJ3cFBBUkFHcE5xdmxFNXpENEZRZXVhc094aEwxZHVBMnE3N3kwVjMxcmQxSkQ0V0U4L3dlamZncElKNWJVV1l1ZkFqajRZY2gyRk1MSHg0S2wxZ1RMSUZpRHJTR3ZxR0lKZFVuSjZ4MmpBcUpnWEpMSHlLV3ltWkR3bUhQaUJwNDYyZ1FOMHdrYmlGT0RCOHA3ekpPb3Fwa21jM1VIL1cvdUs2NlBaVTRJazhYRUtOcmpGeEk0OGlOeno2KzlhQytmNTBMN3dON0ZhQXk0cUJqZCtyY2FBR2lpbitpYk9mMkZZK1gvUVVLbGxNeHdWYzBSb0ZKMXhpRk9GRHhzU2EvTVlwY2tvZTBzQ0FHNU1hUnI0MHNicW50TTl0a3VETlozRGdBbVpzK0d1NzVnUW42Nm9ZWXpnR3pPdkNremRqd2RjUzBBNi9sOXVqL2U1R3g4cDlQNkllT1R5RnFQTEUyWHhTUTZ5RlhaT0QydGxXb2ZvdU1DaDZaUWMvRklWZWFPaS9MMS8xWUxwRXY4MWNxTUpxaEgxbTVlSzVreCt0bHBqb1FGN1NXZklqVEl6Q3k1aUpxVUcvYkpobVNiR0c5cW9xd3Q5NVFLaGtqTlVrS0ptaEkwYTRxRlQzMFZLVkdIZDBZOWtUZ01SeTk0NjQ1RmM2QW13OU9ETzg1ajRSWFd0aXlyeFdNSS9OWWwzVTQ5NEk3V1NqYzI1R2J0NEFLNy8zN3puMjlzS2NGTkkycDJ5ekhyVFoxMDRCUnAxd1pEeEZDcHNZRUZyZjdvY1V4bGcyZkIxaEI2U2FZakpkdmUyN08xcTJTWitVNzdRcmZxd2RST1dEdEJSYU5EOFF6d2ZjRUxTRWYweS9GK1FlRHZJWXhLbGxFK0k5eVRlNG1lRitSdWlnNHlCNldmYmdGbE1hSzRRaW52eDJyWDZrcjhGdWV1eG1HZEdORk1tank2ZVYwS0VVRW03b0VBVnlDcnk5YmoySlRxNi85d1VaZG9VdlJkL3UrK1lUTm5CSURRY0E0ZjlXUDgwKy9uWUpPTnhyWU16UWV3Um93aDZYUXg1UnhjRHRVMWNvSHVib0NYZFlCZ3E3STVwa1JxVmRrcFBXSUFQaHhIVnVMWmdhMDhCQlYzY0NCSjFtSVVZRGZtUXFzS1puamNNNk02TlJDVkg5L0NPWXNkaEc1MS9IK1VkL1dFTnBQUXJ1S2p1SmxDcU05MS85ZS95bGRzVGYvMG1EQ0ZjYjJvRUhuQ0NmT1VkbzR5YlY3NXVtK2tPWUZtZUNWWld6TXB4MENhUjYycFcrT1l0ZEVsMnpKd0tNNWtwd3hReTRtOEpyTlZtM09XdzdQd0s2YlFyRFkwbWRuR0hHQU4zOE9JS1plYmkrZGt2eG5QOUJGalVMYVpKbjdrdyt5SVlEQTVWWWR0NUNlTk51L2FqcDFQUUVQNjBYZUFrd3RRUk51aDNKSndjWTJsRS9JVkVFZG9BU1MvdVkwUllhWC9DTmt5V1VHMW0vMm5BdXVLQlBjd1ZUWFhReFpqTy8vUXJFTjU0UUZmcUdBak05cmJiWnB6QXk2T2tnUDFVN1pzL1Jad3ZRK2FjbVNDWHZyQlB6UnQzNWx5ajA3d0tLQ0M4c3pkRzNEY3VGa3ZmTG9oUWRZdUlreXVQOUUxMkV0VjNXL2MzVE0xdFUwdjg0RVhmUU1udi9mWW4xSFl1eGdXR0UrN0FOZi9aYllQMkRlaDArNHpMREVXVjVaQlcveUNMREt0NllvZFE9PQ==', '503356152_691121023675159_5656029740570099269_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-24', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(194, '2025-06-03 06:25:14', '17967793358908894', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '9HEYYeOi7VrtKQzyHEWDwmcyVDl3TUFIT0ZQWEhLRGtzQitaU05qT0c5N0pSZmlNNHd5WlU0ank4bExIdlBBblJ4NE8veVdiQzYrVkE1bXNVMjY4VzdmT0J5RUlXalp5Z1NwNHBBbDRTTS9zUDVWOFN3MHdOYlNkMm1pTUdmcWZDSFVPSVd5TmNiSHVXMlRobWxSM1Yya3JjN2ZlZERxVUlzaHRNSCsvZ2FOMzR5SWlSWloxS1RPTk11YWdyb3B0T3dBRmJtWE5GYWJrdVVkSVpVM0pHS3cwcEtVK0Z1SWtpVWZwOWpBcTQ1S0Y2Sy9RQkU2TmEwRWw4RlZsb3VxbDJWVkJNVzlRcURwUXE2NDREY0Y5QzFGbWwvRkRqR2FrdEF6RVVlemxRWnJNeFhvWXN1ditMNGVFQTZiZ0dDWWJiQXhjcm5heEcyaW1SeXJESEdBMFVwN2JsWHZMNjRDWUR3VGp1NlRxdHV0VG9NeElXWmJDbEl1U0h5Mm9iQ2tNdzVjUVZxR25nS083YU1sWi80UUlFdTVPMk52VmdBdGU0d2NWbkhRbGtjY1ROSDQycURNN05UL1JuVkJvZ0ROTVNrNVFpYUxXeks3aFZIdVNaY2tiVVpXZ0RFc0N3ckJVVHAvdWx1ZE1MU0YraC9RZTNzVEFTcU9kY0htV09rTGJPcDNpYlozV2dFZlRYNXlpekxiamJMdDNQd3FrMkNFbnVEdkpuQWw3dTAwWUpJR3hLWlM0dmNDL0dGQU9mSjF5RUhobldlbGlLUjFKbVUwaFZiRmpRak5FR3h3blB3eGdmbVIrTENHQlAva0R0RFZ5SVpsc0Vmb2g0cjRhQk5zVVNjd0NzeWZkN0Z2OC9DaVY1Z1BsSDIyNTlTdkRvUCtYN05EendLTXpXVmNwSzlZWDczWnQwMVltMS9nNEp0SktoWFc2S3RrOUZhOUh0WTJuYm9ob1dtbUNwTXNFVnRBNGtVSTlpTTRLLzY4VEhkK2FDRnRNWHdIRUszTG91b3JvaHJ0K0NMTTdJOTFDQmsxb2Z4dFZRQTZPQ08ySlB2N1RDMGFVRWhhWU00eUpxYXJMSHplSkg1ZlBvUUhjVkxyd0tOQUxhRnI2MHo5VGFMTHdJc0FqWjY0VWlmYUNOUUc3K3JSS3B5MmE2NlRGUXBHMWRCRVdvNmZXOTNIYmh2RVU5SEc4emhjSUdyWEVhSnJwNzF4NS9UVHRvOG8wakRoTEtHTENCZ00rTE1BYjUwck5UcmhKTk0vYnQvTlNIMitLblRZU0hxT1FMUVNFNHp4cEJkRndqdlZ3Mk5vbmxpVE1qV3QvaHpPQ2RDamlCQk81czRTZnhZWFIrVGZ4bjZ5ODl1ci9FS0taMzBMVXV1WkVxd0h3aG1jUUVGM3JIYm0wTC9sSzNBREF0OXA2SlBhby9pNE1UejZiUGRSUTRpZWlmdkJwR1ZzU0g2Mk10RG10Rm5PZWhtdmh2N1ZLYVdVclQ0K2NrbEZzVVNCN3RGVTV1RFNRZERSMVRwKzZYd2VuQm5XTkw3MkFRQVFNakFCYW14Q3FHK284cUxEa2NlYWZsVElzSkdXRWIzbVU2OWp0TFZobXNNMjFoK0VVTVRTMEdPREVNaDhFMHpuZXlZOGdWOVR2ckNka3o3Z2UyOWpjVUxNb0hpZWd6aFNXS1l4ZDFueVNkZU5EUUxHOGZFTFNXWmcyNWVyNzVhQzMrd0NtVE82N0J2clVtOUd1WElZdVQ0T1dNRXRQMXdyc1R2cHBTY01aa1hRZ0M1VXNpUG5xZm51NEJRYVRWU3gwRzJyWU1xWFBlbGN0ZitvN1FoaVJtY3A1YUk1d3JkVExOMG9jTzJGNjRUaGN1aWh4dUhhRkxPRE9ZWGhFa0ZXaEpDNy9wNDJDL2pxUnhHQ2QrRUMxeklxQXZrVXp6NXFHSHJUSEJCWW5VSXc5eFJNaUNWV1AyQzh3TDUvSFRyc3UwOEV4YW43Zk9sbTNlRDVIYWF1KzJJNFJrWVFPbHYvTW1HeGp0SkhoU2hxYWZCaFRYMGkvaDZtK05icGJMY2o5L3AwRkluVmQxNUgzai9KejIrZ3JGeDRFN3F0TFkxL0liMnhaV1NzbVZJUVNUL0diUjFoaTczdTBWVDl5blM5d2VJSGE1M0xPemJRb1ZvT01NbVQ5RXViSnU4Z3NtSkJSQkoyRHE5M0RWWFI5WFBmamJpcU5LdmxFR3ZpeWJLR01lSXdydFYyY3MzOTBYTlhSUWJ1OGFEbGFrR09TZGQ1dXUrSGgrNzlLamorVmR5SmVFOHFYb2RWV05ZbmU4RlhHVU0vMnVLT2lrbUd3UTRRdWtpRFpSMm9sTVNvRGwyMTdYYXJGTTcxeFpudElnWFhiU0F2UVo2QVRWQUszeUx5czJzRGJuc1h4bkNiaGVsV1JLVjFscWFYVkFWdG9Cd3ZQMGhIUTlGdnhLQXgxT3Z4WXpxNWJrZm9YTFVMdGpNUldEL0l3TFN5a0FiREwwN0ZTVzQ2ZmZyODZ0UFBMZFBaWThabkozQ2RkVXRpMDlDbGlsa0poSEZnV3lIc2FPKzRFZkV1alhTRmdGL0ptVDdyTm1RU1V5YkhVU095anJOckN1ZENPYVYrWlBuYmZpS1hzSmZOL0NOV0FGaDdhTGxucW5DQ3h1S0U4aUdaOHZMQzBlV3VOTU9sQnhEajRqMElWN0J2VlBYUmRzckgyNEtJQVFkOGV4S2JXMFlJb2xTNFpmbTRYb0tmQTRNOWtkLzRrZlhpZS9sUjJIZVRkd1BMQldmNjNyMVYyWTFuKzFCZk1OemhFQXZFRk5lbThuZVkxUEppNU9UM285VjVtTXlmaFNFL09uekp0T210cnRoV0F5c0w0SjFla0NMaTFtQlVwMFVyY2VMZEtteVNEWll6bzVkK0ltZ0x2Ty9NaWgzVDRqRVduNnNqMGJXVnhYYURJU0R6VUNmYWRqaTVZZ2ZrbEJvSGxXS0p2KzhVcnFrUWwwQ1BJSkdlYzBCL1U0T3FxdWdHQ2ZPZE4vKzJyMHVtc29LUm9qbW5nYW5NcjBlVU5ZL1FYSjNNOS80dHdEeFA4SzVZU1ZNSjF5Q2x3cjBNT1RDRzQ0Z1ZPek45QUp3MVdjZS94NVpMMHdIZzFxbzVPc1ovcUZ0Q0pSTllXTGc4SnFYMVFscWY0N1VjMmgrNzdKcGlmT3JTSWswem14bEFkVmJQQlNscjIyVGVReS9IcGp5WExLVW94em5nbTY4M3FUZ0xnbzZvdkxvN3NBaTQrbm04cE4yb3pHTS9aeldCTlh5RTVYc3VUK21DVytCRjZrS3R0S2ExbERHOUtiaFdwQUJqcklTOVZWU2Z5MkNwbEtUcjlPYTVJTjk3OHJLM2VpWWNjVXFPV2MwL05XSzdQRFN0WFRjSzJ3cGxYNlZaVDc0T1A2NXp3RU9YNjdCT0lyMTVPVmlXazREcmVhK2pSNjQ0Q3hMenpxMXhwY29hYkhBK1lydlA2bUNRWm9IVW5QMWliNXVLaGtnR0VSK2RhdmlybWIxM1IzcVJmR21heWhCUFdkekRLb28zaDFYaFNHT0grUlhjSVU3WVkwTUFXQUU5L04xaVMvUExXbHYvZHhiQW04R3NjL1l0YktTRUlEaUlHcFBZWTZKYTNtQmsxNUYrUUNnNmRVNVJ6cEM1dDh4dUdJRDlDZk5TSjYyS3hPTkgxSHFhaG9ReVNPK25ybUYvU0Jpd002eHZoR3Z5MVRvOVZuYjQ2VUFnS3dhekZtUnU4WlBQNTlJUXpLRktaUnRvY241VW9iQ0xWWlcrbW9qN0FqOXFvUHpVRWtpR2E4WkM4cDR6bG5xTW5QUlYreEh0QzVJb2cxZno2UUFJbzN4QWloSzZRQS9zY0NkUEpnWWZxZEQrRzlxZXdUeWZBbEFXUWVmSWdRRVJiUW5ZcmpsSXM5L2grM1R6QVdBdW5sNkJndXpIT1BXejNuS3NPMlg0MkxPSDdaL3hOOGU5SjVWSmxCM3E0R2NCUHNUc3ZuRnl4MkZVN0dpVHpVTk1kamlUV0pSK1AvbENMUlhIYnF2L3ZQTFg4czhwVXpqOHVIZkZKRDhGaUdBOE1ZRkgwb1IzbS9tZWFlNlYwcnJiUUxpWm8rWXVVaG9UcVJpcTJHWm91RGpPQ3lZeUF3YTlOTzR1bUdIN1dCWGlTZm1jTkxZVm1rL2xleUpMWkYwZkhxMnJGd2o3eC90VE9LMFJLUkRiSVJ2dkNJRDBvRzl2NjlYY3ZUT2tPWC9aRG15TWxFdTlnam1tS0JUNjQwbTF5cGRocGpoL2VicWoyR2oydmV1R0FNVVZLVFI5QnhmdkhYQ0Q0N2xFWW1uUnVUZFplTWJTQ1ZTUk8wSWk2TkROZktNZmlueVlVRENIeGRLbEF2NnFVcEJ3dkp3TXRPUG1KdTdZUjVBR1JRSzVleDk2WEQySHNKUHFtRVVxVnBNMzlJOWRoSEt6bnJsOGtucnNBaThPYUpOTVl4RXFFT1FZM2RYMlA2QkhkdEdkbmhpc2wvL2FGQk01Nk9Kc21nbHlncUc2WVdmelhFeVRoWEJkSjZQWVNSTmZTNnRkNDBhNUdCQnBuRmFVbTEwcXZra0pEbjB5QVkra1JHTzhuRk9hblFBZ3g1enEwRjhqWDk1OHkwd3ZVcGRZVC9RTjliZDBQK3NxbU5BS3F6bTlKZUIyQ3h1dkVUK1ZxOG5qSFpCdDFDQWFLUlpZOGZlOEdsU25ibWRxS252N2h2bU5ReU9HMXhWcE1lbDFXN1RaL09oanFxeWFSbVNCaTRBZG5jZWJkWkp6QjdydHdlcGlYY2VLM3FtYjdURW1QVVVRNFNkOStnZmxLeUwwZ3pFUDRFRjB4SlpLdEc0MDJZOENIMHMvYmprd1BvRWl2RU81NSt4QUI4UzdRL2JPQ0haZ2NLMndUTGJjZWhuNGFZdVZkb21hRDc1NFZtbW5HTzRVYzAxSkVnZzFnMW9MV2tLRmsvbFIra2pXZXVFNXVsRStGZ2NEcXZhV3pqcldhQVVuenVSQ21leEtiaXlSQkFOcDIvelFVMXNEalp6VURRRUoyMEFoVmNXeG5MdGtDbVVzaFhuMVpxb21xNmorYTZjVFEyVW56aGpJckgwRTk0Y1hZc1JITmRLc214S1o5YThITXV2bENGVk1ubkYyYnRBWFFIZ1JmR0hXUmhKb01nRUMvZUlvL2FiNlBDTzdLbldzZWR4Q3dIRlJxMnljL1BmTllON3Z5WjRXZUljekszdTVuMkJjZ1FCUVVYcThiaS9xZG5OcnRnN1FhZHdYMVZzcUZVUnpkM2tKTzM3ekN3NnJ1bUFzcFFPcEorZ3FzYkNYV21FSE1mMXdGMkplYnhHN1RDcDQzSHBiQ1lZdU1kY1lGeUIrcUV4YXRYZmJ3NnZFY014bU1ZaThVWFkrTUd2bzFmUSszTEYzOGJwYW85a0tCT3NjNjQ1SlFwWjduOHFkd2VQOEFnT0RSNTlvYWNUZVczYnNZaVRLaDJ1L3o4QkR0ZDVreW8yTHpzWnZDRGs2di9FQWR0RnlJMkxPbkRmeWFnSW96VjFHaTZRWmxHY2NsVCtQNk1zc3Vsci8vNmRydGpzcS9iWE9weGJFeEs3eHBOUzlSWnJmQWJUSEdTcm1Ja2k2OTdURzRqRGEvZU84bTMwbHhyYzJjQTdEQ3M5d29EeUpKN3UzYWROYXZSSVFaUDZ0RXJhQUF4RWtRL2tEakhzS21HakV4Y3Rya2FCdllwcUUwdFNkcnhvT05XY1dCU01yM3d0Zi9rSmcrMTA0Ylp1MmZEOHYvWTE5NlZ1ejlMTUNMRTJNTTl1R1M2VTJ0VnJjSkdiMnp5SWJOZzBvbmRSQVUrRmZySUpZcll3dEFhMTcxTlJMZGFDaGZqeDBoSlVjOFVGNlNnK1BmTklWWVQ2cVNQMHJOc2FYSkZ5Smg1bzkrSjhjSlRtN3Vhb1R3RElJaEJMUmxNYkxwMVVzNFYyTkNRSUJrT2ZPcmtaNTQ3VDdMemFTY0I1NkFTcVFkSXNreXkrR2J2MkdOcmhVclJ0bEFWczd6TTJXVkRXcFRINEpHWWllS1g5ek5CRy9ETG1OeHhNUG45L0Fja29nblZNdFNtSThRaGlkS0xOYVZTb29hRTNXZVl0V2krNzhRQStOWHdHVTl2Z3FNcGIxTVluNG8yRHk3Sk1FU2tWSnRwUVpaRVVnSzdxbUhycWllcHFtekR2THA2ZHdXdzRUSUNjbnNSQzdLV1VRN2hPMGdyQkJsaStXWXNXTEI0Um1tYjdXeHNwM3lOWHl6S1doeG12L0dURFpoYlBrNXdhMHFXQndCOVF6VXVGS1NLalJHQXBlNCswY2x2blN0c3psNFlscVREc0dKZnlIemw0SkhIa25aSzVaMGJMTlpBQTRVYkIySFhmRHNITzFXczkrb2hqMWlJZUxyZXZCeHJDZit6WkJFY3R1czZZSGdnY2pJVTB6Tmt0K3hldGpacFFCMVFBeVZLQTNhNkwzRzVSejJiVmdtdk9jNEFwSmdqVUdPSDExTTQwM0YybTB4NHZvRUJHWnNaanB4b1IyUFNpQllZdmxkbEdvaGs0R0dmWnN0WHFMQVhWWEc3ZVdPYWlEdk9TMnp2dDFMN1BqUVBpRUtuS1AwUG1lVmhOOWRqVTVSRGhQcXFEdmEzT3NTVkFYMDVPbU0vSjUvc1JoMitkMXIxQi9xTXJCM0JSNWd4RFdkL0MwY1Q2N1F3aHFjd3MxYzh5VmwvVC85RTZCQzE4STZ3VVlITUZwMllncEtLVlE4WktWcE9kZFJMbE1OMzlTZWxzWkhEaS9yM21xVUNRZGdOV0FDR0tZL0d4MVRwYnhBbERFSXMyTSs4aXdOOFFqd0NzU041NllUUHhwNm1qOTBQSmNzbDFnZCs3eE9qZCtEUk1FY0t1czFsaVpLZng0d0tDNllLWCtVQkY3b3BYWXdNZkVMcGZvVlc4R2M1SjViWmM2SU94bVlmdXpUSzJBcEdINnJLVnJtZWJOQWtzbzFyYjlYQ01SeGRIYnVJdWtYNTRsQ1UwSmM4OSthc2IxZm5OU085UWJ4MkZVUVhZYUp5RUJqaVVuM0pwWHNmZkdsdE9sanlHUGtoOFdJMk5RQWcvbm5naEwwS1RuNzFic3VrWEU5Uzc1Z2VucXR0aysrL0RQTWZ6NVJ6N0E1enV5cFJ5MFo1TkVsUmh4OHlpcEFZRUNJWE4xb0MzejVId3ozSTJIS0ZjWk12bUdjMUVUT0pRM0dkT3BXTlluMGVSL1gzNHQ1TDNzYlFGbmEveVk4cnZmRXpndkdSbjZlYjRXNEZGQlNpQUVhTWE4dFlUOHArTFVDRExsaC9TOEF0YkZXak5xcm8wVXpwMGV4Q21NRGcxUmdjTkY3Slhrb2tNUDYybVg2cFYxZnozcGVOWVJwMENOdjA2UCtvaUVBcWJoZmdaQTUrV21ZdzVlYXgraCtZcTZ0KzBUU2pvY2c5RTNROXE3OFBXdTR1T293QTA5V1lqczJmZ3lCQkFGbnhMZVRtU1k4YkVKdFZqYXNEY3hybXVuUmtUUGRHRjNnSkhBcitJVGdsdXY1WWdPdTBOTT0=', '503876460_18008105039753450_4526679102533175755_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-06-18', 'image/webp'),
(195, '2025-06-03 18:25:54', '18079382800658634', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RlHNKc+4QV0Azf8wI6PFRnBMbTN3VUhPVHIxdXp4YXloQTJhWGsrTWdRMlo3MEw0TnJoVGRCaDh2OUVyNG93YnFHODg2ZXRvdXQ0WHZ4SjBjajBJeGgxaFJlVW5tTlREeHdCdzFIUk0zQjdHeGVpN0NpUGs4ZURWSUcxenRKZEVpdGRXODQyd3NaL3FubGpQWHhFSG5MenEzMkIwQ1MwcVZINUU0Y1BEY0wwNEh4dGJ5dW96UUNuemRUV08xZDJuU3MrN1RQaU9zVTIwcW4xRi82OGhzWkVtZmJlRDFyMXU3M1BFK1dzWnk5QjFYeFc4RUdrRSt2Z3NsN1ExeS9FWUs4bEpWZ2tEQm1ZcThIdWZKTWRPQmFLU0h6SkZ4RkZTMlpZZEYxOWRZajZQSEhlMGRoTWdWa1BJNGEzRUR2bWVDMlB3Z0lRVmxLVGgxdnpxREZESnN6bFF3QjczOUl6L2J6U0RQTzdvV2xIeVhaZU1YdlhkU3dMRDhvb2VZVnlMYnhUb3d1TkhaMDlES3BqR2dITTB0UGRNcnRjOXNVTW5BcGhEMWNqWlhVcnpYNHlXYVVkRCtOZmxCNHZQQldRc1hsNFhtRmF0OUZrZlF5bW5KblhENTF0Sy9qdVRXbEg1bG5UQUdua0tHL1BrUURSU3hUODY3alFWOHVzVnA3T1piVXNSVkUyNDh0czJrY0FUQ1RHelFuak45QVk5TE1LVXFxWVRYVWgzR1JvZWhva2h2d28zZUVERFk1UjZDNTVJUzgrcytUakw4WE4zMHhqZjljVmIwcit2UFpwYWt2YUMwNWdXQnlSRWI5bkZORytBUWFMMWl1aEc2R1RkaUsvTU8vaklwVG5nUnNrOTNaNFMrK3JlUitiVHdYMEw3bzRaZmRMekU4Y2o1QnVZb1RwdEVNVXhySnE4bzM3RXgyWjVnRGxKLzE4TDA0SVQveWJZd3N6TllWV0RPY21ORVNLVXJiWEw4RWpEdlBycjMzMEQ3RVNhZENrVmNYNDk1Z1dpTDZQZGpEV1JtRk42cmhzSUtjVURadlQ1emtQbENuUGh1RVg4RFJjYkNtcVZreFdnU0xleUJLRTE3eUNmSUdXdzQvdlNJWXZaQ0wwT3hWTWtsWHpVVzAwTlRXSlpXWUFoKzREVUUzTVRDV01XeEUvNFJpTW4zS0NiTGdFOG0xY3dpTWVKcGVsak02YUlXSDhSOEVVUTNzUWlxNGpRNndTYUMyYkFpN2NqZlpHWWxHNnh0UExPVmMvQnpKVC9Nd3lVcW80S3pWNHUrQVRJVDh4RUQ1VU1IWXVMQ0E3VDVTOWZjQWkyTDhqcUc5dk5vV0trNEZLOFZvT3FjeUlsa1pCdG5XNHdXZjZDK1FRR0JEZC9CY0pmVDRVWDhOajFlTFNYdHhYVDMwUW8zRW8zV2pEeG5GZ2t6a2FRUDdwSUZZSis1cUUyYW5PSnRJdmJyY0prcFNFTFVCbTAyeDYvVmZqSHRoNEgwdEFpKzNDZWZLZTdVdy9MYTl6UTZIY3dwUFlkbStEQXplMG9lTm9lOHR0c2Z1WXA5Um5Pb3IrMm9DQWRqZlhtSW9yRWNaWm51QzVWdzhnVjBRaDBRTnJzSXUzNTFlUzhybG92VlErZ0NvUi9EUWUvUERUaTg2OHU3enZjTkdHNFg4ZGhJc2Nja3ZmWEtvaFJQMkFNZzFmQmZWdVRadEk2cWlmMXVWRVdvSkdZdjVSN3hRb09jV1hSU0E3N3d6MlhEMjQrWnRxWnhQSXZ3S0VVZXRhb051cEw2RUlobk1oUExORDkyRWNxVWxqKzdFSkRwZUNZVVl0d1Y2MjQvbDVnK09WWVJneWdXdzBxa1orakE0eDRNODdDSldiakVrT084SHE4dDU0Y0xFbjRrcjZDcW14eFRhSWJudnI0QitsNlBvQ1g1Q0M1WXhUUmVvL1RLQTcydlU2cUI0ZzUvTmJGdU0zSnhmV0RTdG1YNlZwSXJNaENYNjMzTFQyeGQyeUpySTNRcGlhdjRQLzcwVGdMS1BSME9YYU52T1lFZzNGR1lrWDlPNWlGYVd5Q0NVTmZvcW1SWS9hODE3Slp6ckdvZXR5ejhNeFo3eS9BM1BSaDk4UFc0MjhrM3hyTWUzU3A3cFpNUTJqdWZ5Z2EySktnUlVBc2s5RTdiMVZ4cjhlQ25lM1lJZjhLMGVuVml1Q1prSGxER0xac1B4Sk0vNEFZb3NxTWlTNXIvMFJMOWJtNlJjMEJTTVVvY1d4TzlRVCt6SjlwV3kyYUthZHBBTXB5MjJJUVhobE5tWHA2ODFVZngxM1JMMjhMaVpiVnJyZnpsN2c4ek1ZU2FRYk0rdXRHL1J3TEtsVnNrM2lmMk5DVXE0dXF5Qkt1ZkhyaEVoK2RYZGc4R2VhVHBzc3Exd0FtOTd6VUtpeWl6R0ZEUk0yS2ExYS9rTHhhU0lodVZjTEE1Yk5rNGNzNFFYWjJJQVJWTy80SXhoNFhWQk1QRERyWWxhVnExNGNuOVJJMDlBOHlZNU5UK1ZwdVJRTEphWW1sQlV6R1orTFllLy94eWg1Ky9qKys1NEIzeUhFaHBreHNFT2ExL3hqNy9nK3BCSHBNSW55eGlXS2xESjRrVWRvdVRWVlVUTUgwNmlUaUpJRjJnS29ValE3RWswTXJmYS8wd3FJaHRIV2hRM3JOc0pydHlxRmtSU0JOU0dTNUxpZjNHV1UvYnp2TjV1QUh5N005Y0h2R05VOHFBTHFWQVZHV28zTUVaUm43OUFnMGNNRkJZSzBBd2hwOGtTaE9IMkF3VU5OV1Y0Q2hWbCtiNERxZEVqdmg5UXZtTDdUM0VVVDJEb28vUmM1VE9HcGZFQ0lMNmFJanYwNlZ5YVozVUU3cDBZMDczTFc1L0FUZ01TZFdOZGZWQ0cyUWVGSStTbmVIWnN2L3htanhmVUhRNGFScU12MTNTaURYenFqakRiKzM2OWh5OTZnMm9sSmtHbWMxb0RpZ0N6ZC9aNFVxS1BIYXNicnExS0J1T1RWbGk2SC90RTJvdjhZNzdnZVhqSFVFQzdGM1VZaTdnVVRVS0ZFdnVobGxoUi9TWGlNS0w3NXc2SDZyb0lXWnZuR3N6Mm5sbDk2eTNCMXF2UkkyWDRlelptOTN3NW44c0FFZnp0blhSTHcrTEJsNWV6YTdBQlRLblRUeHEzU2ZsMU5ydUc0NllOUFoyUk1VWmFiaGJMWlE0UzZZd0lxRkZrdlFWQ2xWb2R4RjEzMElSaU40ZWtMSUtpeTBrSmJ4NnVEZ2pJZGhVQ1Exc1drcnZmTDRic3FEOTNod3NsSS9kSmJoUXV0UmMxa05GZ0tjTUdQUEg2TGZZeDFXWWMxZnVzNEFOZmY3Z2NObnFVTmhCUEdDdDVMLzdkZGJjTmlsRmxmOVlmLytoK0RrVTM2ZkdzY1JvZkp2bnZvai9tTnVWMlZ4eE9GWWZWeXJ3RHhNMjdxWWtJeXAxOGJvNlFuU2RaT0RncXZGNDQ0MVlHRXVsU204b3dvcWZ3eVJETlhPL1IyUVRnT3IzcFVxdGQ0T2ROMXYzZVNHeks2U2ZlelZGS0VBYmZQak1XNE9zWmFlYnl4UGowQjUyL2hjTlcyWkNKMjNJd0ptb1I3NzVVdXVpamw0UU5qZmI0U29VSkpvZG9lZnQybUhPODk0UWoxODE1bVBOUmFUZ0JXb3l6MTl3VlRLd1RTajVEMUFlZGNFaGlaMGU5SmhPSGt4Rk9QTXU4dmtjTEZlcm96d1JWcWtEMUZWN3hEL1lEYnVMUW5xQWFrMFpkcFVpWnVqTG5aeDh1MnRWSVp5KzlISnQwUkV4aGc4NFYzb21YOWJSdjdoZkllQVEzZDJBSmtoZEZ5YkpiaXdxTk9scFdTd2taY0p0cWQ1bENjdTZhVDZLZ3NuSHVHNjlBSHFSaTZpeGowSFJXTXV5RElEd2VraWdnTkFhNkxBOTRjZ2Z4Q3lJWXVvbVBBczNHK1dGN3pmVUhuUlQ3QlROY2dqelJBMlViZmp4MzFPNmRBVlJDdlQwdlg0czdQUGdudjlmZ1VDRnJNWEdIaExvUlR6TWFWRWtwMmUwbUxvcm40dWVJbUt2R3NZMHpkNWVScWYzRmhPYlZTZkxha2dXd1hveUV4a0xoYVpTREl3QXZWMDVYTjhoQT09', '503381920_18008201150753450_4117080529356828863_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-26', 'image/webp'),
(196, '2025-06-05 06:25:21', '18087268621646154', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'dRu6dK7HIbrwCIbhrhd7IUlwbUdYMlNSMHJXdjdHdFJQa3JyRGlVaEkrK2w0UFR0WHczcFFvZE02WlV0VUl4dkdSZkh2LzA3YmlxcVh0UUN4ZVBkZmt3eitQT2tXZFh1Z1dCM0RNVzA3cldJMlpDMXFHMmplWGhiU2J2Q1lBa0NaZkRMNlVNWHBIbnd3OTY2eHZ0WU1lMmJtZGRxWDhyUU8yTEpjZ1JLMUgycCtubFhVYlBva0I4MDIvWk9lai9UdXNoT09Pbm9uRC9KYTQ2dHcvbG83RkRuUDdYUFRBU0s4eXZucnViQmo2YVBaZHRPL1RhOE5pNDlNeTkxUERQZFdFVm8zbWVBTzhPaEhXS3JxY0Z3QW93YUlaTit4by84VDJtcEdRRUhqZ3BBVXhFdGVMTmVWcGVYeXV0TUZMcitBYWdWcUtBTG5DYmh3bnlxSlhoeHhMRkN1WFRrWXpEenFBaWkzVDZnOVVWNE84RUwxVk9CMGYvQkcyQkNhYXhpUVJ1VTRYWWp4c016dmZ2YlpKUjBHR1BTQ1l2MkhtWU5Cak16WmU1TzBKTjM2djFyZ3l6K0lZS3ZyNkljVDhwd0Rjb3BXbjZDZktIUDZRTUExL2lQRkJveUY1SjZtdUlzTEZSaUU1dDkxUklPTGk3eUg5QnB6a3J5LzhTelA0RzFlTkZsNXVTMzVTV2hFK1dhcEI4bEVDT0ttVW11ekRMaUM4R1VKbGEra1VTUDdIM1E5UGFCTnRRcUtBampTdFBjWGZRWkY1TmVETFZrUFF4WjVuZEdxcjZlOTdURzg1RHdTOG9KcTU2MUF2dXVJZUsybTBYNUpaZ1p4ZHF6VGJKbWI2bHlKaFppUHlvQ1Y0S3VOUnpWcXE5UmZaeGRyTDFqaHdwYnFWcXRJNHhZczhrQXhpTEJHOVRuclc2ejg0MzcrR1B0dWpuNU16MjVnMW1YWE91SzFMTlladHFrWkJnQ3NtMWt6WmlUQ3hhK3lEd3FCbTFmOG0xblpMdTR0NVNOMjhTZXJIMFpydWdzdnltRHNiN0pvcGxqbnV4TFRxVmZzUXhrT1NwalQvRnZUZWdwbXdEUlhZZWxpMDg4T1hab1k1QkNCK3hpdDJLUTlrQUJRd0EvT0ZpNjdvUlR6YklQSVkvNkl5dm9HSjdyYXNUZ05MTmozWGJvMy9oU1VoazRYZEtSb1dHNGExM1F1TnJ4VXNYcXJLc3FaV3loRXl5bzZ1OS9hNVlFTEFpVm9RZm5GUDlhdDRTT1dsa1VYWGgrcWJyWnZyR3lQeVhLcXc2TTc2YWdqUk5TcDZ5aGQ2SWpNbVBoTE1BR2xqcUxjeTh2OExybFRZQUhHRlQrYkw2TERuWnRkRFlBZ3c2dFg1Zzdud1pUMzNJTkdPL2plQnNwbk91RjFFSXdRWFJIUHVqUHo4VEcwU3hFOVhxcFJmNUxqQlM5VHFqcUJDZ3AyZU5RWm54aWI0OTVJYWNFVlpHNkRZZUF3amtkR281YVBwaUxWbGdNTWRQeEcrRTM5b01HdWtzYkZJUVpWMW1vSzBuWFZqOFhJak9KSm1wM1llT0FkeW1Hd2V1QmhLU0cxZEk5a2d2Q0dRaWlzY2NJYmt1cldpaTc5T1NmR25qVkhodmN2YURBQzI5ekN2a0FEdXY0dUFiQ3Evck9sNmkvelZwZ2JKNnhuQmo0ZVNGeFFuS2xGRGIwcUdEdkxQRklpekZsbGg4bjM2cUx5VkVFK3dFbThyZ1JiSEVNdVpzL3V3cWdQems4U0ZPRjlhRFdNYkU4bndyUDhDckNvd2VOT2FNcUMrT0RpdmR1SGQzd2JNQ3VwUHhWbzJhOWMrTXpEL1B2R0hLRHdTYzVyN3c2RUdWSm9CaTE0S3ZhQ3lycHFMWDB5bC9ONmxNOFNnWTZQY2dacXRXNlJjVWJ5dGFhNnJCQndqWTNZS2hBN3kwQU90ckdvRDNuR2xwMStYQjdhYXVmZXRydG9aa2FodEYvbFdVZnNjSFNGYVNDQU15S2EvNFVLVW5GK0F4aG1uZ3JnUVMzbThRUnQvMkRhb0RsSHhMekpXS1ZBZHRMTHFCZ3Zma0RCZHdrYnpxZ0xOUGwxV1YybVp4bmdqR2JaUlhzRHRNK1I3U3ZibnZBUDl5emdZMXN4RnZPRzBRYlZJWHp6YXltVDdVS1JLbExlTTBRVzZGN3RLMGZxOHVyVXpTditqOUgwdWljVG5xaGJRWnc0ZXVPUVlEcks4dWlkRktsYVppWWVnRE1nZWc0dFpCaXZSeFJmNjFUekgyZWRpdnFFeWNvbnhaSkp5TXlmWmkydzB2cGdVRWR5Tktnajl4cmRvcE1maDJ4V29Lem1wUXFTZ01aSXZtTTUwcXZ5WDZsLzgyYWpTazh6SXlTTkhFaTg3UFZzbm9qNDlQWC9rY1RKUlUxZVJuYXRTdlFPbnY0T2FGd2QrWUFIcldXVWdpd0tNVTdLdXY4NU9LRW9LdERMSlM0dmhvRkZZbDJiYlo4NlVmb1l5ZlBKQzkybnVLWjJmSEVZd2UrK2hsTUtabVRFcjgvYS8rYVNDOERuWVZtZXZYVTcwRUQxQ3I5QTgrenlrWGVMOTZhQVhRNUNCMnBTbVdVaTRuTG95OHRiRkNTK2d1MUxiUnVjWDhIazJkZlNTbkJJb1RPZDVFVVhXRy9jY1FxWTVoTisvTVhPY2VmeklGR0tYcW5MdWNMdDA3ZHZEWkRVVWxIdkFWWFFteTk2OHJOSDNBZkYyZk1obDk2dG5qOGU3R2FkWFlOSXZ0R2YrYVFCOVREUkg0ak80ZFBqWEhBNUhzPQ==', '503941705_18008343614753450_632717941126691814_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-07-28', 'image/webp'),
(197, '2025-06-07 06:24:45', '18080279878838204', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'GC6L+WezpW68JFkkvKuXOkdiZGx4a1RzbHEyc2hybUx5aXVTd3Z3d1dnejgwSk9INVV3QTZ6THN6aFJKaWp2dndmWm92SDlCZFA4RTN0ajFLczlkMmF4cnI0NVdUN2lvc0p2OUFKbTVGUTVSWjJsVkZmUzc3aFoyMEhUc29NRHAxeHorNTlWa0E2RWQwZE5DVmVSR0g3QkNwaXhBTDZBNDhqY0ZZM01WSnlSRjA5bVNkMFB6cG9Vc0twK1JUczZGQlRIaTYwd0VHTkVLUEZ5VXZ3NzN2SXg1dU1KWUtlMkRGdk85N1FYc1A0NzhWSGtRODhuWVBNK1B6cmxycFVtSmgyenpHOVhrSm9uUVJ3TGhiU1NqQWhnQVg1ZEdLRzBFY2pnWCtpTXJaRkFSUUt3ZlVlMlFEVk5FSFBhNzdUNVd3cGFaa2I1ZmJMM2w1K2lVNk1lR1JtZmhIQ2RLUCtiU1hjRTVLdWpWYXRFa0JSYWZMUmZTTzF3T2dteWhEcW1jQUxPaGEvMEFZeS9FWDVobTVVaTRhNExBNTJ2RHk3UHJwaVUvOG02a1V4VitIczZLRFNLekk1TnBYWDNMbDQ4TE9PVS91WEVNUW4zVWZNdFY4ejczbjdLcUY2LzBtRTN6NkVHVHNKZXFkMHF4UlRieFBvbkFrVFFia3RyRE9tMlhxZnNCL0E0amFXOFhHb3JKd1JWWTJFaGtHSkpuMk5IR1RPUTl3bTZXV0xhQTBxQ3IwTkxrdEJDMnM2Nk9zcnhXRVNwQk1pYVl1SXBuMEpNOW84ZmRKMGxicGNrc2V4QzlMeXZ3ZHZDUllSc1VnSVUrYUVWY0dZOUo3Rnk1dXYwcS9FcG9pbXpiekpEUVBFd2NMTTFOVjZFRjFvRVhjeFlUWXFWMUdqeXI3aXVEajA0S0ZTQWMwRHp4UHdqNFdTT09PTEdqQ0JWaFk5THRzS1d0VVcxVW44MzdZMnRqUlA1bUE0c3dZQWJPLzVvcnRjcytwT0dMeTdZUmxqVEhBNGlhL2plS2FqNno3VVVUdzRObG9wb3l4dzloblFKaUdDeTdKUUllWUVpT3FRWHZKQ3BMTytsOFNzbXZPS3pZYzNYOXNyM0xJUkxTOCtIbjJLMXVjV3o3THdqR3VzN2RhTEJJenNNZUVQdGpYYlVUTU9Xc1NvUW00QVZ3K0hBbDExT2JobndZS21wSTFSTVVOREFSK0IzSENZR041cDdhNW5BZ1VtZUJOa0tXeTZpdW5kei80ZFJSdGxoZVUxdzZGOUVyMFVYQzd4Qncvd0QxczYxMGEzbmQzenc5MERVenJwQU9pR2w5a2k0aHJXVXpJdE5CSDNvRGh1c3Mvc2FqR0MzS3dENkwyM2hBMWd6N0JYbCtvMWtJUG9HOXA5dkNnYnQ0R0o4dUE1UlFxdDZhczZZSS9MUlRFYWJFRndoR2hZTFNQY21ZY0NRd3h6aUh4T1Ird0JUSVo0ZUhIdkFpNG5PWUJwTW9JZ1FxS1pwMWM5UmZJcXk2ME03WWhvZFI5Qk91c1lmM3VWbUlNZzlxUlRtejhWYmlKSWFjMnZrdEM3LzBRaUtOMVZ1dk1YMW4raU91U1VCOUVlNkFzazJKUlh1eFZDcEFMZm8vOE15RFJSYjZZMWpGcTBtelA5NW5qME9ING81Q0xpRXlwWTF4azBpWjQ3M0pzZDFoZ1NTTHNsdUNUdkd2ZnNDcmJIcVVhNWxEU04yVmZJeEZLaTdwU29UZ2lubjEwVlBWR3cxRjFrM3ZUSGdGUFRFUm9mZ3hvYnRRR25WbmNRQzFPenhveE9UZldsN0h5OU93TjRRZFNVL28zS0djMlJTNStLMjM3bU96ZGpFdTdXQlNTYVpuMERLM1BWeUtTSkhHS1FUcEdYbm90bFdIUEVBMktxUklGT1pBYVRIK3d0eXpoY090cmJZY1Q4Q0xjRVFFR0JUcUp2ekJwVFgrajZucDVCbncvQzVMWFpKbVduK25laDdLcm5JZWVqbytDaWphVUdCSHdKL0FDeFpHSStLa29VM1BXaWlnd3d1b09kMUsxTEdLZlNiS3hUWkpaaERheWRGTzhYck1qODh0cld4dUpld3FhVEEyYzIrMEdkYWM0Ry9HK3RBM2VnbUlEWWhiK1MvVktRVDk5cEhCNFpraHpJVlRLRmxudzRsY2ZSNmEyYVA3clFZWC8zYWpucVp3NUtPRUhQTThWRnlheXNCcC9QVFVQNDZ0cHVwVGxiUWlhbFZaTW1LOUZteExzWERCbWdMV0NWTVZiWnZoUll4Z2MyMmx4NkJqcFRRY3ZPRllUd0c0WTR4RmtkamJ2YzdKYlhDZXFVZG5yV3dUcC9pNXNld3FjdU9lRGtGbkRwLzlWbjVZL0J5RlBDbWJPOTZvTEwrNUFKR2JuSStLcDdrbkExK3pjUlRqampkNElqZ0xzdFBaUklvU3licGdQbkI2Sy9lOTRDT0x0aVkzT3FnTFdRd3pyTDF3a2tsTVBjSjJHbTNMUjJUZDMzZmwzOVR4ZkNsSkMyM00wSkpaTzByODZSUExnV3JDY0FrTlZTbUR2ZUcrcTVEdFlhL2daZnRDMnZqRk9NdndkR3hXUnJVb3hjWDJaTS8vRFpBRkNveUNXSGVuZFczb3Q0ZWZXVG9DNzRvMG1ORFNXS0EzNU96UjYrNGw3NFBPTThXVU8zUCs3Q1dNVlI5USt4MDNFdmZrWnVRR3hCMGQ0bDJpZE5SL0pYQy9QRy9Dd1NxOG5aM000Nm5xY2ZsZmJzN1E3ZXlCQjJVdy9PWkIwQ3pjWGNpMGNpTVRjRjJ4bVEzY3IybDhoMmtHdzNCOGNLZnJoU0Rpd0hPR2lpdnA5R2NVZEY3NU9rOGUvLytjZ0ZickI5VFQ0YjNWY2s4VGVrQmtIZTZ4dnQwMkR1WG9LMENlOXRpdUtXdC9jRFAzRDNITXpFRWU0LzV6bWlHOVBpcnpsSG5IaVJFU1Y1b0tkei9sUkorNCs1Ri9oWFNSaXRaQ2dkNHR3U0VaREwweDhoRjkya0krd1R6YVJNY0V6WEJ1WFc2aDh3dmEyWm1LTCtPN3c2LzNjRXY3ejA5bTNxK0dCVlo0YmZCU0MyRUpTN2ZMeWdxbTNJeHNTY2syOEhtS0ZxUkQ5S3JxOHpTclU1MnprZnpISVpTQVFRelJ4L1ZxaThlL0ZHdXF4cGh1M1BYTlZHQUxJbE5KcXlmNDZyQXh3b1doS3RSeWJvK2xsZjRvTkJGb20yN3BrT2t2U2J5NGlNN0JYVDRBSEUrdy9CSW9DZ2FzM1FvMENpbUpBcUZzamk2bFMwWW9sOVFhQXYvaHcrT2ZSVGJ4dUttRTBaaUZ6dzd6Q01Rb01YQVhuVXFJdUQyOUoza2w5Wm80NkdzMU5aMTY4QStlSVFsVVN0dVg3K0kveUJseStuR3UvK0srSmRGdWxiUEk4UWhEdjZiWmZ6WWthN0lqc0lLRzRjTHZyZS9mUzY1b05NbXBjZ29EOVlYRnlJejV2d3IrR3VPaEJCcGZueFhWUEp4Qk9rZXJTbmlEY21KRHV0YVRsc21YMVFiN2JkVnBQOTdCYytaTzY2dDJVSythRjkrRHB3cUJGeGR3UDV2cTJ5WlFRenV0MkRlMTgrbk82YXduKzc1NXhHSzNPV2ZoamhpbGJ6T21hNll4RU8zMXE2cWlqOFhLdzhQak41a0pXeHZQL3hhb09uaXhNSG1NU1czSWZuVWRXZDRiQVFxTVVEV3JxdFl0OUlQVmxVR3hxcXZKT1Eza1Z0SHZlaDhsMEF6K1RxU3FEb21RTGU5WW1XQTFiakYvL09aQmpRblplWnJzbjBKT2NDTWo3b1FvekU5NWVKckxTRHlTdzdCZHNvdGZvNS9QOUtaK2QzTEJ0cWpGamk2cFRhRGpYTlE0Q25weGZqQVNKMldHRFU4WmRwRmNvdkJoR1p2cDdYOTEyMFlLMzZuenB6ZW8zV1lQcEhSZkhNSyt5UkFOdkZzc0w4MXIvUHFORFYyS3lCcDJPWHMyVUxJSjFtUU1wUHlPeXlQNTdtcW5SNXdMTkdibW5IY0tncjZybzNuTk9Kdkc2WjgyWjZDaitQeDV3UzNzSUZtd1c2TWowTWQwOXRHTi9ya210TjZYZ2JKVGhIMHNoOXBMNlArb3k1SGk3V1ZybUNHUGVYZk9CZXZiUjJ0R29uam5ISkRTZytJazgxb1VRd20wV0d1cDdRa2pYVE9JeWozaW5kNHhqQi81NEo2SmJ4QXljVUxXT2MvQlo3T0FQY2gzTFZvVG1YTEMwNGFmU3NORHRtUEtZMllTQXRrTGNISm45MFNVY3JUYmZ3eTIyYWgwREtOOWwzajQ4MXZyUDEyaXB6VGNROFpjZzlSTTF5aDdSL0M5NCsvaXh6UzlPbkdEYkdXU25haUViaWZ0azJmZ1YyUGxlZW8zZDhjZlJxeCs1ajF2L0FUTm9hOE9tbTlqV2Yrc1N6MnFxb0wzcE00dFI5eVdKc3hMTDY1YVpaNGpqNXBvMzdKR0hHSVJxTGdqNTY0ZE1va0hKZGNNeTdaSjZLMnN0eWR2ZWJBPQ==', '503126309_1286507979473075_7133749390043459337_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-07-30', 'image/webp'),
(198, '2025-06-09 18:25:58', '18131019526425780', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Cm1WC8y7EbillJ44qq2jek1vQXAyRWo2alpONWRpSllmbGN4ZVZReTBZcnJmYWgwa2pCQXJxUmFpL0pWUnFnalpHRm84cWdkYlRpYzBtalZoWXRoeFowV25zc1o4WUJFRGtZLzNHcFdmWUxMMEpsSzNHTTM5dGFqOEkrSVFWT2ozRU5jYkxYcjhjSzBreTZmaitOWGNuY0hRYi9OZkRNK01WWkVtSjU4LzdHZ0ZwZ0FZSzhZQTlsU1dVb3hYRGQzNGUzQTB3akZwb0JLZk11VzZBaWhXTFYxUVF3OWlrQ0JKTVlsWDJOdlcxQ0x3UGliUFVjYXlVbGNHTWVLbG5qUlRaSVlSNzF6QzFyVW9UR09TUUo3N1ZMUGNJVXpYWnh2U2pRWkRmd2QwZENQeW8vWlFSSnl0L1U4Ni9ZWS9makJEM2U3UWZYNjJ5ZW5FNDZQNmtrbDJCQUJodE5WSkE2bVJDSU9ocStOVHV6cHVRb3BtS0JrRXByZzVvQVBLajY0bGJ0OHhnWEtCZFpzOW0xaENHaVBLQmVNUy82YlY2Um5BMHZNenNhKzI4eFRSZlBSTUdWdzh5djZXN0N2RVY1MU9Bcis1cVdOZW5jeWtSbTFrc093ZktMbXFzVnNyeTlQbGtLMG9pcUh5ZVNFdnV0dGpyTHl4ZlZyamp4Y0paQWZ0em5CMXB6Q2VUNzJNVktHTUNXN2NnUDlMc0hSSWFWc1pSamRKcEVpWEVEQzU0WE5uaG5PZld0RitScjFRaWZOa2IxanpZVnBpQTRqb04vOThhU3djTTIwbThBbWQ0dk1BQzhCWUo1QTRPbUpTbmlLSitXVmF5TjFCYTZibVg0NE50YXZmdVVpai9vT2RCYXdqSk1iZU41NTBqVUNRdW5NSUxmMFFZQmhSTU93dG5QNW1Ta1JzWlNNOGZTQm42VHBCN2VxdTJoQzltZStwQVhtWS9id2hLR1JKQjhmZ3ZYd0N1NVVhK1cwbUxVMng5eEpTNWFpcEhpQXV4YTkwL3M1WTZOSlFtbUltRTc4a0pZWWNudEZJNjRvMFB1aGFSbDVXMllmSWRNNS8ydmZYVUpsSkpQTCtHWnV2by9GVk53TzJJcHVPVGF1eHVid0hUc1JCZXBoYS9VemJha1UyS3A1elpGMTVLYjc1d2gvSVpCMnFjSkpuY3VsOUVXeVMzZ291TWRHM0VDZnk2OTBxSHNjMFJoMSt6TGJKb3plN0haTnJQU0JuWnBieGtqS1dkeERjb1Z3cnRXZ3ZteEh1M09PTlQzMGM0SjdmaUhGWkRBa095QjA0cmpSdUhZdGFWeVZqc2NaYXJqYlBYNVRpNmpZTDV4MDVsUDdUM2UyYlpGWFpkQ2VsUFpsME5zQ0NCMEh0UDl5MEpLaU45T3lZS1N4V1J6cmZCOWViN1l4REFNeGNFbTc1a25JZ0VHQ1VnaXJrdzkvVzRtRGUrSmwvMmVIdS9rTk1lVVRJK294d1RyM0NlUHJ0bXZkTWRQMnRRRkdQQjg1RG9YcDVINmdsSXMrMXhORDRaTmpHUGpRcWJYNk9QVGZWKytLUG96Q0RrRkI4a2loNVdWK0N3cy9zRldNL08wMTBTOS9VTEtaWHZ4TFMzQWpuUmx4MU91VndFRjJ2TUc5a1I4MVZxN1o3czExelRLOVIyRnFWVDZrdEpWUDlBUXZQMVUyZUJLdzRYcVRIb3Q1czV6Nm5jZnU1V041aHFzd1pJSk9aYWE2NG1DQlNUZnJGYlRsamFZSFkyd25RY3lzeHZxS2FHSjJ3aktyS0VhS2xudldXdVBNcW9SWldLd0hsQUorZFBMbmh5ZFNpdnNzcnFFYmQvV1NDSHQ0ZG5YQ1RIS3l5eTAvLzVLZmhNYVpPMmZZeUxWc3I1OVJJa1V6dm1lOFU0OERUMVFJY05xYjJTbXFGRG5YV0kzcG1BTVF3TlBFSzRlTm5iajlRc3hZVW8ycjBaTWNHZjJBSGJhTHhkL3NkeVRRRTlPTWRKY1c5SGJZMEMyMU5FVHBuK0FoVTE4TUhsTlo3S0wyRTQvTGFkTGdKekRaZWxjRFJrMXE0N0M0Y3ZObTN6aXNpdGY2dDZmVlVOaTF0YTdMZlQ5NVhEQndWa25MaDFTekhSNTBKYldBTmhuSmR1SDJQOG5LankwYzhxeUZiaStFZVI4RlYvV216ejVRaU9QSXkvWHBlV1R6R3FtaVBPd1QxTmFXSGdXc01uUmRiaXhFQWdlV2dzQkRhc0ZvYm16UE9TRFAxK0RzcktXS2ltQlUrWExhTHkwUytQcHBpRlBFMEIrenRGNmNZNmlrdXFUbkxTdU1UQ0R1K0pRZVd4R09TVW1lcUFZbHdiV1pyRWVNb0NSWDJaNDZEQWdZUVl1bWFVMTd4NlNCNXhpamJ5c3J1L3Jta013NklldDd4SmYwMUN0YXF6NzYyREEyVVlJbHptay85dHhRR0x3WmRsd2Jka0R5eFFld3NUZDhIUDNLdkFoVEhHRmxud0ppUUwzTDBtdkdIcWROaHRaLy83YjdBdmZTWHhHYWdwSFZCN1AvNjkvdGdaRWl4SWc5a3AweENVOTQwbDFKMjdWMnp3TlVmakhKSERpK3ZheGVQQWRWVGtLaVN2Q3Q0L3g1Z012aTY1SytYNHRSRVo2a3dNZVMzQVBFT0pPaUtTR3hhM3ovMzRjL2ZqelNqUGNpdk8xMGdqdm1ydVNWOFdvNmdURmxac2haSUE5UXVyUHkzZUFzS0RwRUZRWW5DV0svSWRMa2Jua2ZkR21ENGJqOXd1TlJpQXdYOUQwPQ==', '504432646_18008923124753450_6799451914505055089_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-07-31', 'image/webp'),
(199, '2025-06-12 06:24:51', '17906198508176254', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'GT6wx4vPxeM1vN/7PHDxIGFscktrcmUwRmRmSm1va2NwOEZSZy9OZXJJdzBZeTBnaGxvek1US1N0V3pNMi92NFBCQzlOZjc4UUp3UGd5WkY4UzJLQlFoZEhkN2R0eXp2UjFONGtBTEdid0YwYU02NFJVM2dGVVNpOFJtQmVWcG44Q1NBMlNrcVhjMjRkTVpaa3JSSWUrY3pWVWNiVEE3ZncrSzRNdStJNGtFVm5aWjNpeW9GbElzK2F4T1pHQ0FmaGdHdGtTRTcyZldzYXRaK2RySEpIYUlLY1M0SjJxcVFlWkxlc3pNV0tOaXdVYjA1VlZjazE5U1B2ZEU4c1QrMkRkeTBEekhPUzZUbEkyZStTM1V1Q0JyeWt2Smg2OXF6Nko5MUdUdWpiMEttNWNaM0RpaW4zQlVRTVhkMkJTQTNVZklDUXVDWDdxZjlKL2JDYzB4SU0rU0xvRGVLeEs2YUtxcW9QV3lnSy9zdTN0UFdJODZxZHo0ZC9kOHB2K3hqUk9CN1dRTWNuYUtPcENsZzdDWXdLcEpJMVZzdDRKRE4wSmRReUNPVVpkbStpZXBKN0xLWlIyYXdPV25Pdk9USTFqbW9IaE11cU1ZRzVsSHczQ0dTSERZOXBaRnVZKy9iUDFuei9QV0tjbDJIUWs3SkRKa09rK1NncVlFSUp4aVgzZFdCR2hKb2UyUmNFZVJVdGsrcTRUZUtxRzJsRDJOcjJnM1IxSm9FYzJxdHVEc2tQaDlxLzRxRXMxY09tbmZvYndDNi9WSjQyRnI0YlZLSjM3enI2cmNtWlgvTWx3TGRUZjUvcE5UMFY3RlNoV1Q2TGozUEN1U2l5K0VKRnhCdy9RRmpHV1dZSGkxVjI1MlNSblJpdUF3VEVLSHdEK3BTVGhCS1g0bi9lM1Nyamk0UHI5M090Z0s1QlRNYWQ3dk83QWowOGwwZnVUNVlGVnZzS0RIU09KczRZN1BpV2Zrb21oajQvR1MxT1dMcklBZjc1WUh0SFRVSUR2UTI2d0d2U1ZJd2dqbWwyNTJPRXNNeWdUeXN0dTFtc3VnNko5L2laZ3A2TkVqcS9PSzh6eE9YQk5WZm50cW0wKzcrdWMzL203bEVDM1E1MzZva216MTRmTW9mMGxpUGxPbVo1MjRQZ3c1TEFjeWJTaUNIK0JtYjJXOUcxNXlLTzFkcm5jNmZqSGk5Tloyc0xmOXl4K051aCt0THdWRmRxTCtRL0xaSGQ0eWlRNjY1T3JzSTI5bUs3c0Z2NktvaU1VRUxYeGJTMkZZWndreURvTHNCWVlZRnQ3eVlwNkJwK3BhK0JqdS96b09NY1FRTEwvQUdXOUdSMVNZc2Z2a3NKOWlxNmJHNzlhUzhjMm9xWXBlN0FhbzVwSTN0Mi9ZbjdKVmp5aDVpWWJ1VGRtZUVPTXBZbmExZGhSVUprR3NyUlhoZmwrQVFGc3I1MkRLVzNuUC9GUisxRmh0eVFMUGk1NHBRdjZzVzRKQUoydkJESUg3NzJxSVhRU2s2OEpXckVwcWtYNXErUTJON29SdnA4bkVjZm5pNXEvSnRuTko1MU9scUIwa1BhWFRGZEsxblR4Mm9TUHBPT0hMZE04aFRKSGVDdzRFZHVldUp0NVB6d01NSEpCMjU5SW5aNzkyUTF5WnozMEs5ZG5zV1VLdzE3b2RDY203Z0lkNTdnMWltSkhsbVcwQ0hvN1RTZHVMRlRROUcyUE9RaGJmdkZ1Tml5TnBzU3NmWVJBVTFOYkt2dVJVYmxJb3NGcmxCeDBwRS8wSWVveFpnd1BMc3c5bWpLWGdUcGNCVjVIdjJyczI4UmQycHZUdUpLblBwUHhxYkU2RkFXMTdQTkhvaXJYdE14T2NJQmJMamZTRVYzVGs2RzlENHd5eW42bmxBeGQrUVhKY09TaGJ6NGo0eWVyanhKQmhabmR2UWtIcVN0YjhQb0IrSDh4cUZqODVuK0lNL1Fmck5oK2hYSktmUmpjaVhtMTJHbHhVVzRkKzVZeTNDVDNpeWdKbmRTbmplTXRGRHRzYUtyTHB2V0tHVm10RC9KOVovN2txbXZPcXo1bW84Q2VKRTMxVEFKdFh4RVZURitUV2pYdmpuNVV6YmlIVlEyQ1pJeE5NMXhNKzJESTVUZnRmd0dOZWx6dUJBa3hQK3dYcXhJTzlQc0VFc0d3Wk9rME5DWkJHVGIrcjljcm9nYzVCUWpFMWVQeUdrYUpMNVJNUnQ3UUpQWDdWRTRrNTMyRUY3QTVqd1FONHdvc2dnRGtpOFNoODZ3ZTkxR21yZVE1eG10TFNQZ0txTERMUVMvR21YS3hjMkRQN1phelVMVjZxbU5yc2FYb0RrVTBnSG1DWCtDWDBKK1Y1ZUdieXROQitZSmtEOEQ1b1RTNU1Mak5wdElQbGwyazlrV1lxeUZ6UzRqTlRCcFpWeFlKTldHQ21QcjB5WjRoWXJIZnJrRGpZREFkV1lNSGJueERxTEM0QmtlcElkQ0IrL2JEK0hJM0hrdTJDYklvcjQ2dkJlVmhnWGxHb24xZ2xuZEVKODlQRDJqdnVYOGFlR0FwMmpnN2ZkSXhWQi9NcUlVU1A4YW5zUEN6YlhTcGtzY3R5cDFLVHlLc2VqZUtTaW9obmI1MGhlQ1ZsZDBMcmg0OVo4NDRhK3h1K3Q2VCsvWDNsNEd6R1lrWGZ5ODkvRzJIZ3hTRTk1dnptSWdLdmsyeE45N21WcjM5WnBlQjVJclVBUlM5b2c1bElJNTlLeVR0ekdMQ2V2Rk1RNkpMUFZ5OWY0VW1qMjA4UnRDeUlSaHZZZzdzUEEySlprVGtrTw==', '505486155_18009180110753450_7497188403594086405_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-02', 'image/webp'),
(200, '2025-06-14 06:23:47', '17970136445755111', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'kejKhOSqIlZAOPcb3cDvOkZlN3NZN2xNcWtOVzBwZE9ia1Z3bmphSStyenB4S1M2eXo4cG1iZWp3RThTQ2lQMXdQRUNsU3Z4VDc5aEhleFRWUFJ1MEZCZnl5RXhpY0M1dlF0Nmp1MVRqN0lHaDRXdjFNMGM4dDBIanpiSXd6KzRIRDAwUGpPTUcvclVtU1h2cTIyQXAvcGlkMGEwKzlJVGNQTnVGZk1TV2pQMGxQd011UXFSYkpSZ2JRd0s1NTJ1MGMvUjErWGxnSExScEtLdHpYaE9tUkR6dHEvbThpMzJRSEI4SEVDbndIZlpSeEU5ZnBIRjBUQmt3dmx5NGFlSFVhUU4wOFdkY3VnUkxmTVI1SnBPWVBJb0NMdElpR1FqVFdWR3BMR2pEeTJJWExMMFFTUm5NTTZJclMybWt5R2pIRnF6dmVNRWZqNjZNM1g2azBwU2txd2lvOXA0NDh4eHVKVVVSUGJMYWViNzErenRtVy90TlI5cjU3RW5rUThBOTZGajNDVVYrQ091MHRmS3BiWUhoYkJPUmNIZzdFWlNCZEliVlpEcEtueUYrQVBSOWw0ZTNLNUtEbE81WnJZWjc4RVR2bWhQTkF2M3ZicnBXTGloOGxGY2Z2MkMveVY3TG9FSDJmdFlCVHB1eHBlUWVrL3N3UC9pTXk5TFBqMllUNnFRMkc3aVowTXFRYUQvS1JsU3poRFJXa2xISDZwaFN1aGxvQ0hPNGJlM3NvS1hnS3IyNmZ4ZE1qemQ2dE1jU3d0TjRPVTgwWU1CK2VHQUwyZU5BVzBicy92QkNoVzhnSkpuZVBwZW1OWDBPRTdBSDdobmZVSnpYdUlHaW9Bd3FMaWxZRzZLMXIzSFNHSjdWYVNzS3QyZnRJQWd5dk1nQjJoR25GNm9kYXlDYU5zeUo5YlpDQXM2NDYwM2NZeG5KQjN5ZnZSbkw5cUt1Z096WjhTWDNDTjVoT2hEdVpUeFVvSTRuaTFNNGZCYmkxNEd4bnQ3WjRkVktVU0p0YTFIdzV4MDJoU1BSVHN2TWxrY25HblZLM3F0ZHFyNndMYkRaVXZ3cXhFNXlFOWNwQ1BmeWkySm9sU3VaQXdYbzJCQkEvdURHYXMzenpENzc1TWo1cFg4Snp3Yzd0YTZJS0JKUy81bkJ5S3JZdkc4RTF1Z2dZbnNnRzVMU2ZyYWtPdDJZcXk1ZUlsY2xrR2Z4am9MckJaRlZqUW05ZnNHb0VVNkRtK0NFckhVakFCeVQ5ZVVEZ24xajNITEZlTUpGQXh6aFlyUTQ3RDJ3Y3QvSGVpUW1EVG1jTTlzdVlOZWlDSFg1OVpGUGR1U3NGM3diajQ3OHF5NlQ3NS9EVzcrUkRhVUNLNTBtYVJjRnk2SkRYL2pza3FGaUw3RFNaN2R2NjMzcXhteWFYZjQwNWVxV0w4ZVlCdDB5WnkxZXRNZW9KbE5rVVl0RHFXKzh0THFQbzdhMi9ydWN3M2RPaGZNMG11ZS9YZzdDYXdMK1FndDBxU243aFhjd093SGova3M4Z2V0NEZGZHlYb2dKd0lkSlpsbXh5M3h5Q1pEalhjNTdxaGN6akJFYVU4a3NKL09WazRHSllUaWtqd2VNY0JlMitsVVFzZkZtSXRodjAxTmlha2pqV1NsQzlpNkprOHowQXZPQitOMEJEdVczeFRhb3FDaHdQRVJFRzBaYW5wanJPaTdRdmcrazBOWU9TaWpKY0MrdEdBNVVsTTFnNFVZQ0M4dXFDMm9xNkE5UDZsajN6aVBOcDBVNEpBZlRlMHdqM3JZYU0xSlFaWTBmb2xBb0x1TjIzSlIxUSsvUkZKQlBMVDFZVzRGbW5DV2VuNE8rVnVJOXR3VE9ldC9SMUJvbS94M2UrOTlDREl5aTlBV2Y1SkpveS84RkhkcGlrNVN2ME15bTFLYmFrb0oxVHEvMnFjMEJlR3Bkc0hhenhuUU5BSzN1UkxYL21GMFNLSHR3K1o4d1VqNVY0eVpBa3BXTUhKQ0VnT1lNSUhaYWxUR0tMUDhUbEZGZmVBdVBTR01RSzBIZ1Z2YklVM0huRjYyc3p6LzFva3BOQVBVdFQ5M3ZaSmdNcHU4dlN4MkNwNEJrVi9hOG4zMUJLSXJuRkk0cjVrOXZqQWorT2kwWWtJaWFtaUg2alhpMDN4dS85NGZqWmFrK0VoVDlickhCRVQ4NW1sYTl5dCt0SGJVYXd0VkloZjFvMVFTNExJWGg5QXJEQklJWWVob2syRHV2ZHZ0dzVFdWJPbEhnN0NpZkcvV1R5S3RSZTZKazAvemFBS1lERlIyZGcvNFIvajNWeHhDQ1BtZVoxVjJKZ3JsMDNIdTF4TEllSnV1SnhHV01aRnp2cEI3a004SFk2YTVrYm1rcmRkRGxtTjNnVklseGNQTVV3NE94VWdoc0s0Yjlwd2ZuWDRMQ3Y4SkZ2a2JoTG1GSDRpNGhEWGRJK1lxeDFxeUtDWm8rY2kvVWRHc05WUGoxcXVsRVNMYk5QeGJtVk00K0J3T3FYUFhuZ3VkWkFmRHc4a2FQdFp5Zm1lMkhqQzdWTlBad2tBbnFOS2Z5WGhicURJVTlPak5renFUOVM1cDVHQnJJL3dZRWFPWlR0a3FveElieERBQjRDbW1PaDFoTWluZDdGbnlSTGxqK2RueHZnbXBHZ3BzN3VhREN1Rkt3YmI4aURIZ2RIK0ZUYitLK2dOakowU1RvcGtiR21pMzV5QnRkeFNncGhmWVltS1lzTlpzU0syRk1xNWF4TW9SOW5lek5VbmJ5WnlUY0NKQnVpTTRvd1pmMlMyZ0FyVnA1dENWSmRkSmFXMjNGWnlRQlptTzZLMXZBeFF3NGxzamJBWWFaY2lTVE9qMzVZQjR6NitlYUFyQ1h6WENROXhGcUhRUGNEcDA2RXRyaXUrVXB5S2Rmc0ZEOXV0ekplNjJTdWlXV2JwMUFwN2JWSVQvakhaYnRXSFhHU0dRdVpNQlAxMXZtM2JkYXFuUUxZcWY4TWwydTFWa25uM2c5YSswZUZ0NE5ORlgyZnQ2U1ZOV0FEWVNUQ2k1c1M4c3BWRVAxa1ZBRmo4bHZFd2FGKytyVXVlU1N1RzJHYUhla2tsd2tOdXN6eDhMeWh5WUxHM1BySzd4NklIVktpaGZCZXZXSXpVcUNpVWRzRmFwQzkwT3cwV0RWSmt4SkJrZjRmeEhOYmVsMnVXS3oyNzFXU2JES3RwZ3FRWThTN3l0cDE5STlvUTBxbzRYQ0ZqdzNqUm5INUo0T05xQ3JnakRiQlR6RnVJTGVOVUV5ZlBwSnNKVm9jMHV5WG8vT0xGTmN3VjlTeXlXY0x1dDRrN2FmVlhWZlFXWkZmb25iTGZlZzFLdlhTWEE5YkJyZW9xM21wd2YrcVV2YjJRMWh5TDVyZEZHa0NUSmM0U1d1TUtpRnRJWlQ2dFVsWlhYbWxSbmdRYmZGbGhQYTgrZ3lkQisxdmFIWENRNVF3L29ZRTk1Y0JvREJNaEVKVDVRWC9MQ0dKVEpBdnhQZU1Nd01UR1kraEErL1JJcjFmVnVLc1RwakRTem85bHBSZz09', '505761026_1766384834316971_1715217131659330215_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-08-04', 'image/webp'),
(201, '2025-06-18 18:27:48', '18036118505341131', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+tlWz9Q9RKYsOnG/dPYFrjlCRTBIOVFwVzFROEc5T0N2dHYwZ3FmRXM5MHdiVzZEcjFJc2RDck9OSHNnUWxKdkJYbWgxNG1MVEVlMHBEMk96QTlCNVZ1NXpOdDdxWVVMNjBLSUpneXliQWwvOEQ0M3NxekFSYlV5THRqVHhRb1VZeVIySThDMUg5Tm5ydWkycXRkbmttTW5PN0w5VTFKTkN4SU0rM1ZjS2NFNWVJUDBheEFXYjlxcU93a0Y2RXc0QUFnbmM1NngyRW4xVTlsWUswSFlhc2pTSHhIVFZpTkNRK05YT2Z1czhyMkYxNitvdEVaR3ZsR2hzNmwwbWtwTVZHZHZOUUhhUEZ4eFVzY1VicWJPdSs5eWlKNVZjbDYya2FDbm0waU42VFhiVEY2aVZ1UXRsSkltdlVBL1l4bFNqaWFJQ3JFZE53WnR0UGxla2NtTGgrWENpUlF2djF3dTN4Nm5Ic3hBeStxUWFIdEJiRms0RmUrakVza21wcGIyWXN6a0JNYUYreEltL1MwSTNlV2ljS09ZaDR2Y1hYZk5pZXR4WmhmNGtQLyt1TkFGb0NyQ0NOQnJGa1ZseVQ5RVBwZzNRWjZPaVdMWG5iSUsyWlU4VHVydVhBZW1FUjBLb1pNODNZemR5Z3A4a0N0YjRDWGd6U20rSFFEbS9CT1NrSkNNK2MyOFRrOEtkTy9BYTJOVForNzc4LzZVSkZDQkhsRFBTeGRyQldySDArbTdlLy9Kc2I3eHJZR2ZXSEhzR0d4NjkvcUFGVW9UQk12em80dVZVZUxsZVJjNjVIdUhrNVE5OWRjVEZFOE8weHF5eXlLSWQ4aEJQZkJwSTZMdnNEZHE4WkhDdkh4anNuMElPWHFhdXEvOXdnbmJiRmNvSVJvNXdOQnhKbmM2TXlNbWpLN2VidjJaa3krL3hyVGZwbHVwT2dDSUN2Ynp1NmNmTSs2a3hYRUR3TTJXdXZsTXF6cUdEM2p6aHNKWU5hSlRTcEdvbzNLb05oTDh5djBqdUowN251eWRhTG9YaHczQnFBUEJaUHNKT0NKcUtYcDVwZy9Xb3hQRWVnNVhqRVJrdXR2N0NoeG1YR21ITXBEdmltcm1Jb2xTVnloUmhzMVdqQzFERjA2WHhITzgxNWFjREtWVXl0OUVoZ0UrK3hyRVQyM0ovMFFlQ29CaEtsQkRtMTg4T3JYeXlYZWo0dnMwcHNYK3FZVXdzQU5jakUxdjI5SkxqcmN5S3hBSUhxREFnTXo1MkloaDRjYTRvekhMaHR3UDJ1TkE5WGo0UGRsTEo2OUQ0cjNoeG5LbnBPd24xNVFTZ3NMeXA0eUlZODdsZDBuVmQyRW9Eby9zbS9XRm1NbGtOd25NMVRpdzB1REt4L1BWaHpHM0t0WUtyekhaTktPbWx4bjQ5a2IyTUVHS0ZhNjNSVnJLeWxyQnpCbks5Zm5paWJscU5XVTM2QnV1K2VIUTVONlBFL21MSTZadyszOGtHVExhOU83emFqc1psbTcyQVU4QzBzNWZQQkxrbXU0WThub0Izcml3enlET1ZDTHU5L3Jac2VnR2NjK2duVmxZbnFWYzVrUHREUTVGTGZhNnZ2NE4vQnVmSE1pcDkxalF5aGNrMXpQc0piTW1uMmh0OXo1dnN0bTN1dmlwZ2tSdkV5RlRTQXlnS1F6S1Nya0hTZzVlOExMQ2N1dW90c0p1WXdZTlFoNWRwaktvMklaKzM0Qk9XQyt5SW9KWmNIVG5Ld3Y4VlRBY0FCMzY5MVdyUkNydTUySHlLWm9oTktSNUVtNmpNM05uQUpYckJQblVOb2U5UTdHUWN3Q0VsSFE5dFJxK1RUSklOVjRzVzBlSWJJblhwSEIvWmJqeDMxN0E0SFNFK0ZDWkNkK2xjNGZkWEVETnBKbmp5M1R2TURtRHMwSEhFK0NqaXd3WnAxbnhPSktYOGtqdEJlQWhoOEt1UWZsQVh1Z1FlMzcrakhxdUtJZGNYc1Noek41YXcwRlJrZ25FQzBBaWdZZGw4WTdXaGhraTYvOWM5ZEJCVGtTRHBBRDJQVmpzNlNYNDhER01zc24xS0Z2Mk1wbXhnV2ZyUGRqcDhqaTQ5Y1k4N3p5R09Nc3g2cFlZR1MyL0tzd2k5TUliMWhzSHBYZDR5b1JkVGFLZVlTY0htaFhnZUgrbzVUcm5lcUp2QkJ6RTRaT0JiVndrNUxEOVdPT1JkVUlaWmdpUzBOQUNKdFVrNFI1aldVQWdGc1piVjN2WlBKQ3Z1c0diSE9RSDhwczY1Yi9tcWtONm9TVGtpZVdOQ1lwOExNc0dzVDU1Y1NxN1ZrYTdsUlpwWUxld2xHeGIzK0tDRGRPRUNuWk4rZUE4M3lCOUF4ZzlRc3F5cC9NdkdKVEhvaldSTUY4V3RnNWRzY1R1YVdvQVBBZ2dJRjEyVkg4ZWhqVkJ4YXdKejVzVWI5THhuWkdqNzBvSmFwSXRHdEVnNzZBTit6ZUZHcmhWMzYzU3JaS0VjMldaUzdWTkh1S1MyWUJWQmVneTFvYmcwNCtnVHRneS9uM3RNSEJBdko0Nit1ekJ2MUx0d0dMM2NiYmJKaCtIcmozOEVEczJrQTRiQlpNRDMwYUU3dE5DUEgyMFZGemhVa3F4TURzd2JIWmNRa2t0aUplT282blN5eFhLb2VYTkxmWWJKUT09', '509579090_18009955286753450_7505595676569119092_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-05', 'image/webp'),
(202, '2025-06-20 06:20:28', '17896868037232361', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MOFGf8rmmwlSAi4QtIlrv0lQZC9zckJVTjhDWVFnNjRJR2VMbHRMeVEvVkwwSFN4MWJkNXFIRE90bngvbEFUVG0wdVVMelJNZmlER2dpcnNDVE9yUW5mVE91cmhab2lIQ3pidWhrWHJqNDFaSE00amF0K2ROWU5BWDUyNm4zVVNXWWFlUnFnSlFUNWlhbk0zN1lrYncvYTJyQzR4VWZ4a2JPaG0wWWVDRmhyRUxqcUZpbDBzS2RjdmNFb1JQNVU3RWdZcGhqam05TEo4dVR0MTIraSs4cVh6TmRkb240RXBNZ3FNWVROZ0JKL0xYMWdIVGZ0MVQzV3hrVzNsUmwxK2x0eEIvNzJvWnRDMXlHZTArM2daK3NWei9SdjRxZDl1U2F6bXdXdFR2bFFyZVgrckZrNk9PVnE5VXAxa2UwUUFHL0NpMXJpU2lkd2RBL2VEbUViWm02TDFyWHMvbld0NnlMU0FJMU1KN2tZQ0RESGh0K3BqVzE4a3g0RUlaa1dsZElNOTNzN0U0OEs1Y2g3V09JSWpkSjc5eVA5ZHp6ajBzYXI0MnE0d3hzKzNvRlllUDV0V0tUNFdMREFpcHhqTHBaSXRhVmduaGdIdzUzOUUyTTd1ZFBWNUsvYXZIMko4SC9WcnFLaUJhV1ZBY1FrZTN4OGdoT3dWZmp6QXBxQ3VSZ1lSc2h1eDkxajdnQ0dXYUpUT0R0UHg3WmVXYktmc1J2b0R6NzZnT2VFdmZmRW9zbzFjc1hOWUhFYkozZEtqUHRCUXlIWDVTRnplQjgxUHRsbW1jd09iRHdQMjUwZi83aSsxODZRNS9xUi9Ia0pac3U1aXJ1aVpGSUFGcjhuWE1KVnhUTTRUMDBLd2dHb3ppRkJLTXMreHYrUUNlQ0pVS0FCN3JjYUJBc1lLcnU0RlN6Qm55NDgzMDgvaUh1L3ludit1bng0SVZCS0FxNzNnajVEcXNpd05VUWwvNWtLbTdMeGNCSmhFZXZtMDM3Q3lpVHhpUzhWdXJnUjlOcXE2WGMvdktqUFJSeklRQTNIb3YxL3hOdFc5bmZKdzFvNHl0SlhPRWxKU1ROVU4rY2svT3psSks0Z3dRT1pqZ0F1VmF3dmt1VnVQWENZVlA3Z0NpTDVHYmZ1ZVY4T3ZtMDJ1b3MrcTN5aVhFTlY0S0FXWlhOa0tVc2dKZm9xaHdkU0dpZ0tHSjlUV2tLR2dld29CU29DRWthWkJmOGFPQzREbkVFNFFPSkU3NG5CWmUzQnZhUkgxRXZiWWcyNWdPYXdOQXRXVHNwZmJkdE5YVmRpN1NpOUtQT0VFU2dJb0U3dExyTksxZzBzOTVZUmM4NDFwS1VGMGM0akdscyswa044akt3dzB5OTdqN2hsdWd2VW9rT3hWcHlTbmdFRnBDSWVCSW42bE9kYnR5YWRBR0NvVlQ1cDFqamQ5VzhQWFpHUkozRkhrR1F5N1hNcnRoYy9oelk4dzhsT3dzR1BnNkYzK0dxcFd6QmlqcHZUMUN0WU1ITTJ6azY5bEFzNTJzVEMwWGk5VnJaajFMTENLVHZ1YU9Jdk1YSWIwdGRYSUpINnV3Q2JvbERtUVRSMEk3dWRydUZ0bDYyWVZ0azlBbFhYVjlVdy8xQ3Zla0xoejJQNnRHaUQ2T3V3L3ZMRjhhV0toc295ZWRxRUk2eEdiRHhXcVRDWTVsa2pTR2ZVdTF4NlJ3cDkzNC94dHBUZHV4dFoxUkxVTWwyeDhiSk1pOTVoUEU4YldNWlNyVWxJV2J1N3dZZlFSY0JENWxROWNRbTR1ZVNGQS96RDRLa1IwcDBKdHNhRnhLMnFyaTRNdUNuY1JSWGlabkxSZjBRZE1CMDh5N09PRFNOa05VYkphSGJLVlNNWGdUcGYwRmR1ZGdYRnBQMnQyQ0ZxODE2WHFHSWNkczNNTmJWRnBiOGJOMnlCRUxNdXZhODJlYWk0SGQ5QUdpNGc1ZG1HNThVclBvQjF0SCtyVHNkYmxxZkZtWXJYMUh3K25NSGpEOXFwRGFVVDZ2NlE2bWxUbTJpOU10b2tpSmo1M1B6SXVuNWlPeUo2U0ZINWNIQ3RvTVVUTkQxMWtSSzZpR3lNeGJYRFdER0NGT2h0ZHBVWVBQWjk5ektrS3V1Sm5lUUc0ZHhnL3RaYlVERkw3U0l1b3dyRDNvNmZFaVpYelNnWEJaQjNDYjZlUWdOR1hRbkJWNm9VVTlnMXNTM0dkQTg0dWcyclBsQXdtYlZ5ZERPR2V3UHhhcUUzMGVTMXZYaFBlSVBEV0lrbHpXVllqR1hKV0FuL0pueDNLekNTeGttKzZKc2FZRmtoVkZ2VlN1aTZJaEZVdWlMMDFQVXRFejVseUN3amozTjVGSmFFc2N2SzNGMTRYRzQ5VEhQYS9NQWhDRzZxWStDV1ZFaHNyTEtob1JGemp2djlhdkF0Q2tnUTNJdUtkVmpnWklsdW10aXpKdzcvLy93UFFlOU0vZjRWdmlkdytObUN3RllEbmdNUGVQOWJjaWt0UEx6b1Q0VFVtSXZBRkhvNFpGaS9HaHJJUEE2YVJ6am55ZjRFYzVXUUpFTTNiWDg5ZzdGZnJWL2xEcDlWemx6clBlM1pLVEN3ek1mcTBzay9oQVdBVG5MMjFwTDdwRW1pM1dGYWFmbWdvQllhVjJPZXMyTmY5dDRQaGllS1JNZVVWdTFibER1UThkRC9WbmtBbFFrSWUxUVJwYVFWMmh4Wk9FbGZmTW91Q1dEU0R3U1dydUtUNzFKNWh4L3ozb3o1UG9jVHk4aCt4VVJwR1FDY0Vzam5iWnVZSjJYbnY4WWh2V0RPNVh5aklaWlBHcmFKTVJLMjZmTGk4QWNOeExXcjJDTUlvWUZBNE5FcmkzcG4rZGtHd0ZHNnR5SlM4ZUtodnh4OWxSN1lwQWU4SS91OXB4S0xNeHJFc3pnYWlUbXE3QmZqOHdya294aVVEUjZ5OFRHdmptVmoxK0lXUHhTMlVHN3ZRaXlEdytRS1J4Zi9KTTZxQnRWS1dsUjM5cmJYdjkzWVZxQzJWNVVPNzV0aDlTMmJNWUxYSURUWGt2TVg4TXFpUVFUVlRtR1UzcmxGSXN4NlNKN3h4Z3ZHZ2dVeWhSamNoT1VtKyt1SDBMU0ovRVg0QWdBZWM4b282dUt0dXIxeEtqZGZ6Z2NXYmpvOHhhOGtGZEJaL3J5cWo4aG9VYURRUldLa29NYndraG45WENvcGRUUWNUb0U4TjFPa0h2L3Z4NXM5UjNrSDlMWkxFTDNSVy81eUJScWswQWZIbUpqSFd0dGdqZVVOZzR0eE9qR2ZFZ05QODhrQmFJTXd1VXlPUytURVJ3UDNYbHJJb2JUTXhZTU9vOE45K1lpUTlCUGlkajd1S01sOGd0eko3bTEvR21uTkh0bENZQjlLd1JMT3VveGRDd2E0cFdUaHRKMU1SQVd5R3VweHpLcng5RnN3MFdvRDRVOW1henlhMUZ5ZTdUK25sMmlYd1ZWZU5XRjlpRi8rbzl6bzZYbHdDSGcxNlVJSlg0SDdGR2gxKzFUTzd4MFY1ejhudkdPN1hCbjhDZ2dlK2RXOGIvZ3BXYi9iMjgwcEJnZEVHd0d5M0YzcjhCZHNRQXN0anpGQ0xTeS9vYzV2b1RpcitTNmNWNSszU3lvaENoUEI2dU1RUkF0VkRZblRGK1ZKL0dPbVQwY01JanpWU1NEUU5URjRlUkFaNU5nVTlNMS9wbWE5czYrcTFpbmJlR3NGTFByUlFhYUMrRXl2S1RzWHVCRjdNMThzRDE3aVYyVDZyc29iZERSc2tkcmxBS3dBV1hPVllWekEvT3pXMitKc2k3VksvWXF2ZUtrSjFRdkRKLzhlU1JRZHlRYTVlWFNFYUhsRHdVR1lUZ1RGVmhtZWVtTFYrUmF6QmlHWmxGdmV5KzdKK2JGL1M1aFBWN3Bxa29uOGl2anFnd2I5QlNhL1VVTHB3VkdqSUQ0blRHQW9ONysxV2RPRitORWZvNkUzQytJTnR4ZWVmbWVFZkM2Z0pYME52Z3NYN01QUVE1MTZEQ3pOYlo4L2J5WmtTUmJLOUFaYURhSzgwUklSZVk2c0Rob1E0dlZwOWVMbVhveE9EN3F4dW1Da0hrazFkUkNRQVBRV2w3ejJtanlpNEs5YkFydENYQ3BGUEpEejZtdU5Gd1pVb1MvUnM=', '502326627_18010081781753450_2305708973835092800_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-08-09', 'image/webp'),
(203, '2025-06-21 06:19:50', '17984878103832090', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'pVPlq156UXWkfqZKeBMBI3c4SlYzNm1mdSsyOWd4M2xNMlNQVXFldENaRWpzWWtkMWw5OEhzcFNBT3Zzak5rVURVblVNMWgrbFdZTGxPdlZIVGg0ZXNLSEhkc3k1WEQwM25BeUcrM1R3bkpreEZSWUVJamlyRk5xS3hsZ2UrSDRBZVZodEd1cDVpSHN1MzZpa0FrWUNkaXNqajJDYUxhWEl2Y2I1cGpJbmZnMVE0OVhuZm94MGZaU1dUajhVdW5KMVhZSHA3OCszdGo1aEczSXg4cnNtVGt1QW0zTXVjZWxIRi9yTHcyQnR6Y3lWdmV0RGpxR1E5SWdBV3FTak9QUHRQSnQ5NVhBakkxVVc5RmpDaXFSKzdqbUtIQUJVSTBzbGZTMkZKckdUUzFTOEJwT2wvTzQ1NDVFZGxEQzVMMGtyVHJ2aXdxUDMwMWFKbjJHNlNmNWpaK2gvUDduUEd6NDA2eUM0NjduRTBTWkttVVFUaForcFlnZ0lPdUNaSkNIMmFsOHJrZWlEejkyN3BQWUlzbzZUdjZkQUN4NTBQWjlSTDJEdW9xTWdRTFdUL3h2QjhWaW9wSlAyamdzOGJzOXRpMWRXdjNUTitGVmFyRmo5OXJFWC9sQ1BFUnpNaDFVQUEzeVJPSHZqV08rNHhxRHdpNDcwNVRKYzVzM1gwV1BiMGpxQ3FQdDBZV3dsbjRCTUNzT2ovYUkrZW1SbkdwczZWNlpwQURTdTN3QVBsSmdWa01WYU9VVHU2bUlBU2xGRzJqbTVhd3d2QU9mWno1R3ljQVZCd1hWdys3ajRVcWdtNm1Od3NsNXZjaDc4bUdQR1NBdmRUT0I0OWRycHNOS1RRZGtDQlkrcTFneGJrdXl4MER4NEtLSU5OS1haU2pCdVVjQzdERWZ5dXdFYlArcUMyR1FPL2dDWEd3QVVJdGZ3SWN6WlNaNUVxVCtESHU4NlphQ3dWbmZ3NVdhS0Jwc2ZjS0hRNnZUOGxRZjBaNk5VSklJbkZLSnlIUWFVUTJPVDhJQ0c1dXhiaVN2bFRsSEQxRmx4MVhZUEhQaW9SaURlUk1zUXVuMXBnNDdQNXdvOUJhZjFPSjMwNklJNkRDV1IzM3cwRGplT1ExWVZxWnpFd3VhZWZGY2xmN2dSdXhXMjlSN082WDdZdWRTc00veURMdjlUZkJuRHZyT3hBZ1piZGZJck9jQ1krMG9CY0dpZlBnR2dKMDJ4ZnF0L3l1SUg4ZWdsVE1aR3JmV1k1Qmp1OGYvUGxKVkN5Nkc5UHN3cHlhNkJKR2NlZW0rQWx3Zk9sbG9QQ0dDRkJJVEorWllaRFFnQml4SDFhMnFwSzFaT2dRdjVzUG5RTTBFQWlneENkNnR0eG5LWXAwbkpyT1hMS3pqYTl6VTlZdlhiTlhzMlhPSVVKR3c0SXdKUUJ2QUVqQUR5WEllejRkU2ZHYzBZYU9tdzJTdWpReWhNa0lBNkpGYnBrZi9iaFN0WXIzdGplSTYvUjlPYnR1YndkZndWeGprcGU5UWVQMmhWMCttNEJkS2VRMmFveXlyNVhEeTRVc1puaXcxbFVqS0RYc1lreU5hZHRVdkl3THJOa2pHc3AwWXFkakVnbFFNV0I1ZFM3dGdnakdVSlhzZmltWW1xOTBDakZ4em1tMEcwSkFVVWxMd1JxMlJvaXpxcVdtL3pHVTdxVk5TdWgwZjJhS3Z1L3dCR05UUGNIRGhueHY2Q080WFRwazYyOE0xUUg3eWJMOFJYK3hLM2RMUWZQbjhpN21IQVRmL1NaRGVGVy9sYkhRUUV6NW02blpPTjYzdVhGRXNGL2NRVjVzcFVBK3VhTHRXLy9pYWhURER4NE1OOENLN09nQm4xN3VMTyt4c3p4SzBIT1lMakw5QkRMUGtjL1ZkbnBPc2xObU82K3lSNHpqckNIV3hEVDZUeXd2dDdOeXd5Z2tocVY3UE1ZOWhCRHUrbjdpYllUTnMrMzZxaS9RKzBRUVVTS0tTdjg1ejMvVXRZZktnUXNjRTk3b0NtTFZkWlVuSXFXZEVIdUZmK2xQc2xBM3F0MEZVMVowSlVjZHd0STN0L00yakVSZnB1THlQSDRpaENXdk9mWkRpVTY5L3NqeTE3RmFFN1phZDh3TWMvWU9PREkwdkhBcG5uT0RER25aclBVZkMzdmpWRkVHWUd2WWlZR0hFWHhjOTRPMUhXcklDbUp0a0tvY0kvK3NCTGUwQnp5cTdMNC9tOExPbDhYdUlKc3p4dHo4NTFlUHk5U0hhMUdHbUs3UnRNeFdqaFF6a1hGRTVvYkw3ZXMvaGJMd2t5a2ZmUHcwYlYwdHZaOWljbFBOTWlUMFdIWEgxbVFYeThrcC9XVE1VckpnUkJiRjBIY01mQ1pjOVZFZ215ZXFiWGFxSys1VTlhanRPemtNRDUwRUFMWFRXK3RRbzFHand5MkZ6NTVnUEFlL2ovYnZxMFg5YUJyTDRyMkhWeklWbDg3SDZsdzZ1QStuZ0hxMjJ4OFRVRDVWaXZSWHE1a2pQZkxIQVFkclFrSGFlV1VkVUZhVmhZQWJFVTVEdw==', '502366319_18010196906753450_6168543594848079474_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-11', 'image/webp'),
(204, '2025-06-24 06:26:10', '17869329573393802', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'qmhoIaUEvNtSYHC4274GwW5GSGg0dHJZZ2UwTTlEMHAzY3hHTEJ0QzV6Q0dJK3crcFpmQm5vUUJTQzFyb2hsdFk0YTJaYTBtY3ZIRjRMMmduK0hWdDg5VmV5dCtwYTlqaU5Mb1hiaitjb3hJV3F2MlNRUnc5eHFxdkRZV09vY1FwcDV0SlNsSC8yZ3hkRGZhUEZYL3NVRDRmN2tscXl1bmNrQmY2bXNMcmprMklWaUcrVEt5SlVPeC9zYXd6czFrQTdHbnpORHVHUTd1NTByTW5ZWEFpU0hDTUtZTkxWak5nY2lVV1NJNmFzWHp0cTl6bmxiK1pKeXBBaC9vSWg1UzJrT3U0WURkaFRaMDhKb2gyeW14d0xGN2Y5elRNekgrNEphRUhBL3hjQldLZ0pFZHhpWko1eTZadzBiRmdLak1rNkZ2a1RrWWJrc3MxSWZTTk1aRGhhYVhmZlpub0lvSy9IM3pBQjNQR0ZWMkhwTGs1RUF2MXdSN3AxdEdwL1N4ZlFreThyQTBILzNGckJUK0llL3ZlTW9oaExZSFRLMkg5OWNIQ2J1VTZmaEFhTTBwT251bEoxWHhuMXc0amtuRmNSUnJRcnExV3NDcVkvK3VtOTcvUmRMV0EvbHk1RWhhbFZFTjRqVFR5UStxODI2eGUwYmYyK21EUWQ5VVhLQm1TNml1czBFWUNXaHZ3NE0zQTloVlNZd0FTVTVCakNHR1ZnazdFNE5USFhaOWVweFdJSzA3NExhNWRKOVhPc3NienZKTVhKUHBDSTl1RmZsSGpwRVJEclE0R2FDSng1cGJLOVBGU1N0NEpBQzdwcmNpeUdqYVVyOUt0SnJrbTVLay9NbklsUitzenRvL0pIdjFManR2V29HUFZmbnNiTkVZUjF2OXBtRGNKRkZuc0thWm5Fa0Y3MXZwbkVQVlFHcnE1QW53d2dRMERjd1lhbm9rREVWM1ArTlNnQTVqYlpXVEpoTGc5ZTdCRTh4dTQ5ZThveTFvNC96Z3h1TnhCbkV3SjRMckR3TVB0WUxUZmExTWZuTTZqM1c3R0IrYU9TSUt2UXJPWFpZVEhVa0hEbHNOcEltcnBqMUZIRGdDM0ZkWDZPd0hOYjd5Y3Yxdkl0QnBlck51R051akp2MmNnb2gra1FLcDRwRXNDOFRwSldnSnF4SnVyTVA3dVp4U0VLSW5uVnh6WTFLUHRrekMvaGlSK0lXN3h0Uld5eEIzVW1vRFQxL2J6U3lZZXhReTFSeUc3NlpGNFVGeUJ1MGFCVXFJdDZqYVBvQnd1UFhSck84akIwQ0wyN1A3RnN4eXp2aGZsS2RWMXV6anFDSUJ0dGZwcHc4c25tMGd4KzBEWk93NGpjY1h5K2hBTy93Mm04NllacVlzOE4vNGFydHlFMFBwMmtHSlpXUjd6c1MvTks4cHc4WHJXVmVQSWVSOHE5MjYzOGkvQ1Z0UEQxaGwxUUtFTHN6VmhRajVocEhqUVlaT0NrVExBR0FuWTc3aTUxU3lmdUEvQkhhY3czUml3SW90aFFObVk5dzNXSzNwbjVHU3NoVitZUEpLYlJiMkp2S2JGSDZCMUE3dmRiQTlFUncxbWtqdU42ZXVjeWFTeXFpQlpXS3E2VDNmbDA3WmdqalpEZ1lTelluRmh4Vzh4dlBWZlRMZm5CYzRDMlNCYjdWOUxIejNBcjVvSU5vclEwMDdpV1hBcUNPWlBVNElOMXUvVjNyUDM5WCs4N3lqYWNScUQrRGRicE5rckZRREtvVHU1U2UzeEFLTmRUeisydEpIdTBiczlFQkRuaG5EeWx2YjgvaXloNkljZzcxbitvTmpFdXdwVk5SVnVZQmJCZUcvOThjbnl2N1lZTUR0bTVJTDhFVGxTbHVabnFMUVJNRmVaZzJtYlZTM3RJcnMxbjZLWWluZVV4b0JKY01UVmpZb2loOTZ0THhpVGZVQ2hXZVZ0TE9KTHRwTkhxNEcyU1dPakp0YitOSzB1dExGS2FsbTdRTmlQbmdNMDNtbEt2MUUzbEI2aC9FaW10cWtSNGUzdWxXMUhmdFVMZm15ZU1xRDhaMG5YL3hTbWk3UXlaUWRGMGlCcUlRV0l3NGt6TXo5bG0yVnAzUndXQzF1TEJYMHBOaVdYOGx0b0p3dFlrdkdUZ2JFd25qeUQ3THU1eHUzWVNQM3JYU2tyaTVvVkYzNFVKNFA0d0lKdSt0MmdPQWlyMThjV0xmQVgvZmY0OUhEaFRDd0RhRjB0L0dHZjBtbVZJUXE3WGxkeUx5cmNnQWhiV0p0Rlo2ZzJ6cUU1QVk2c1Vsd2t0UWRuMjJqajJNTm9VMUtEUXcxdS9xZEpyazFBVlp0dTVCQm9JM0ZuQTdkQVJ1Q1FFRFYxR1dxczlmeVkrWlFkOG5LU0d0VW1NelpZbXZoN3J2Y0RMMG0yemo1WFh2b0FtU3ZiTzN0UlFDQ2dqZnFyamNLV2Q3eEZZc3QrenJjUnByRENKNEJVTW9ObmZxSHZDdVZ0UndoSmtGc0xMenBLWDltL214dzBESDd5V0JObkNKVFplMGNtUE5wM1NUU0xXNXR2VG9uRTUzcC9ZdHZ0YmIxOWd6UHFhbUtwUWk4N0VxQmVTMGdyK2J4NzdVczhLUXpGODBhdVNmT0svQUFNc3hQQkxWM0JZZEZkamhZSUhuL293UW9EcEVqenZtaGgwMWdlaCtwMEE9PQ==', '510415433_18010491653753450_8068685409282009751_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-13', 'image/webp'),
(205, '2025-06-27 06:18:07', '17883928734299853', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'EtjpHykV32/Ejhys7zw/O3Y2cjNJUGJic09FQnhFeVJsdVF4aUNtUVBza0VaV2xjcWN0alN5Ulplb1ZZeWhxcFM0YUFxQU1kSXZZbnRVRmx6QWZyaFA2YUtMOFQrOFkxWjEwY1cwd1ZnVjE5NlJZUkMzQUdRTWwrajA5N3ZmbnFsdXVxUFluaWNMUnNadnNzRUNkdDdFck1tY0l6NzZEdXpLYjQydzFzcG5ONkkxNCswRDRaeldLZ2J3TFArNDdZZDdTNXdkNitRVU0ySGQrWThLTm96bnRycHMvZlVjcGViKzFVUk5RWkFpYVNCS0oveXk2QUFKVXJmS2dDMDNva3JieC93dEh2VER2Y1VIMDU4bUVyaTlWbEJOQkRwQ3VkK0svTzJTazZTWnhTVE9ZeHhmWU9RL0NJMkxpUngvNUxTUzlDU2hxYituMG9oRHJZWXhQUUcvMlFyY1NYOTlJYzZFNVJpMExTOWhEWm9BUXRrNjlSd3Z2eDVVaVZEN09wcVlPOG84WjhXYnhucURHWTRwWDFPWUhBcjQxMjVjMUdyTjQyOU9SVTZaNjVIS1EvOGFLN1F4YUtucHBLc3g2UVRZYmIvelYvcVl3eDhidlVSN2NwTlZvZnpHWEdJYzQ2STNUd25QVFgxWitpWC9BbXhMeXFmTW81V3FrSThHUEEyZEpTZElLZkVYYjQ5TkJ0RTUwUENkNGRNSzUyY2ZJQTY4UHdtM0EzbS84b3JXQ1NtczlZejVPeFZLZDMxRGlZMkd0VjVLdW03Y1JrNDV4SUtOQ1VKeWNTU3Q4RTluVmFtMS9hVlpReThmeGYvWGRKMDM3UVRWWnlCSEVFZHdIT0J6SExkRmx0WnRTN0I1dUdqRGVsQitobUN1MXJyY3VxN1EvYjEwSzRIQmZmd2IvU1VLQi8ycU10TDRDcG5NMmdRc01QMDdUV3lNc0lmeXU1OWViL2ZRZHJuYnRRMHg4VkdwMUxzSnJqckdUcklocDR3TStlZEJIWkcvdWl5S3lhcnRMK0NOdmZDT2VwQTF4N1JtU2ZWUmRJVWFnZ2FyczUyVWFYb2d6K3NkbkdsVGYraExielFJTHRTK2hSQUdCclFhUElUUEd2Z241V2x4UlY2ZVR5U1BrRTlqSjg1K09jS3lNYjRqWWtyYitKTzJ3M3hvTWhid0tDWSt6U01YSEJ4SE1PdGdOa3pSbDNCRWJ0MTI2S1VTRjZ1bjBkQkFXbXdSWEJUZGRBQmZPNUhuRHZUMUh6b1p6L2VNODE0WnVHaHpydk9PMHVrSFJ6OW0zQ054TGNPZ0MrQTZKZy9va2w4KytNUlNWd2Y0NDdqdEoxcVZZYVdtT2dCVmF0VmZLQ21EQTNScnJ4dS9HU1JWcFljcTVkMENibWZKVjJON2t1RTBCeVFVenRVcFl2U0hsYkpQOHlnN3VtbFJXVTlvdUF3SzBYTUxDb25rS2pBZmJXbDVwZWZFMlJZSkVpSUduSUt1TVRhWG1RU01obmJTYWJIa1lwYVU0U1NjVDl3RXhTYklYL2wrOVJZUENVTzc0Y3lFR1d4SmthU3pKTm41QUVzWWdsend4MlgvelZIUG1wRlRFNzJEK3RpVjc0SElWM09tZFZDdVM1c2o5RjFTaWNPeW1RaEtvS1F1dEtmSUczakp3QWtWaHZkbXd5Y3V3VGk5dkZQUU1uUW1MWnFtM0xnWllGUS9wS0hReXZRdXAvdXdUNU9XM3RWbk5LYUZiM3hNSmx6VE9FN3RnOExIcnpqTHBzYWlRbnVSODl5Z1hjSTRvMHN6Z3ZZbGIycHlIQ3VLMlZGTzhIalFtOTMrSks4K082Y3dZWXgyUTFJS2pkcVo5ekhqY3hZUGtMWThjSFZaU0MzQ21GN296cmIxcTZtUnNSN0M4REU2N3FQVysyT0pXYjIyZkF6NVNhZU5nazJ3YjFZQVBUTkhUMTlZNlBlK1JpeGMxcmRnZnNCY2k3MmNydG1UcWlPaitrVDhycmpERk40OTJKaGN4R0oxaVJ1cjFHa3JDcnhsV2o0OEgwT2VQaENyNG41bDRiWXBHTG9vbmJOS1p5U3ptYnNJMTJPY0djVy9yTHZyN3NrWVpKamEwTDNjQmtoZE43RlMrSmZiSlJyQlVNM1p0SUQ3eFdFbnB2bWptRU9EWE95MW1Qd1lHS1U2b1ZFMkJ6c3Jrb2t2YkVvSmM5NEtyYmpyUHcwdERZcTgrSk5RU2ZsR3A1aGY0SVA2VG4ySWdBSFVEbEVyWkpFYUVCY0FCOWtYbVJ3M2g4ajV2UXFFOU4vcE9qQk5iek05YjJjb0M3Mmc1Z2JQQXRpRjJ0UEFxVzdhUEJvbnFLMzRWSktpTFI1eFhwNVoyeWgrUENFUXpYMXpZMGhnYXBLMWpRbXJWYnZidk5GdzhGSlJRc0Eyb3ZXbmk1dllaTDM5b1lEcG1yY1Y2VktYaURXVmtNdUh4ZDE3K3ZFb0NIYkY1YmNKRERXMFpEaEFlQkFuT2RSZ3BPd1pmblNaVnRQR2tyY1JKbjZZOWFJL1pSRm55LzBiYVdydDdMU0kxeDJLTGQxT0MrekZONlFYRzRBaUxwU1BmR3NiRmlIVndqMWw2eEpDekRZR0YrczVUUWhCYWZhcklvUlV4cjVUQWl4elRxRXNQZFcvcGl2Ukx3NDJRV0owMXVsZGtIbnNYdUk3WkZuSWVpdERURnFBZzc2QWZCMmlIbzQyZDVFYU95NG80cGdsVDU1RjlyZFRSamhmaTlvRGhONTNESGN0V0k1MUc4QTJpV3J4cjFsQVNHR3BaZk9kazVucDBzK1poRkVSaGdSZ2NiWk1QTVpTS0VObCt5STc1MGM1OTMwYUc3dG55SFN0V29LSko3YnhUTmpoTXJkbGNXUWJXRDhlMnhCN2hESzBDM3B1M1hCZzlhaTNoamovd0tlMUh3NVBFME8rbXhjTVZwTTRPWU90b0NYNitGMGQvMGFSVXd1M2l4SHdLMTB4c1hoOWxEcnk1U2s2WG9NNVVPdWpZYlZlaE04Rkp2blBRK1JYUmgvemtSRTJreE5RSXRJRmpaRUYvVlhHUkFYMUxKRVdTdXVBSjdWVUI0T1BUWEdEU1ZNY1dDR2NiSDk5Q1BYTFBzdTJTckUwYk5HUHNSTmRISy93eEc1eXdjWkdNUDhqMW50UUhVcUswcGU1WFRMZXZ0N3h5c2FFc2c2MC9WWVRhM1JQOUpIeDBEVnZyWG9CSzZsckN4eXFwNW5iSHREUHZqSlByYlIxd0Y3L3NuNXl4WWQ2RXVQY2phTjU5RHUvSTU2TksrUzZBamFwWWpHZW9BNjhiOFYxVXVFMlBZampYODZya3Y3L0pyQ3dENXZwTk15VEN0K0FKSllWTWxwR2lhZDZKSVJoSjhKcjhWL01rcGRDaCtqTFNUeHRsNVRKWWwvajJPZ200dXpqblZDTVozRTRKWWdoOU1TY1IzeGlmZThzNVpJa1kwMUdQWjZkTEN4aHRxaXJkTkFLNk5qQkk1OGpyakpOR2s4RUNoNU5YSkxYOWhXeUptWmNmLzkwWmZDbXg3MSsvdWhKeHlRVTA1R01WdDNTLzIvcWZrM2p2cTQ4blBtQWNWZEhSYlppQWw0S1BESGFHREQyNnVKVk5CMXRtOVhraGZyZlFxVSsxMWVJMXhSZ2dVMEMrbmc5bnVLWkhuL25PZWxpRVJvNjNKYkY5TnNpcEVmd1dhbGNtanloTjV0ems9', '504354927_9947065305362628_3744505260478989691_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-08-13', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(206, '2025-06-28 06:24:35', '18048759077622869', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'x18qu+NCGKPCC3HLx/om31RJbCtBWGVQM00zWEJObHA1dzhTNjdNU2VaUHJLcnl3R3dhcUpqZyttSVJ4QWRod3A3cFprTXU0YVpnc1NsbmpCWDhXK2wxRzFvTFZNT1NZZ2MvaHR1NDhUQXdpNFErMy8yVXkrejdZVEpJcmduTzVhNmpQUVZjNGMrRUNBNkIxQ0cwd1V1UkVBaStmaUluMEN6Rkt0RnAzVURlWWRuVFU4VnA5UzljSUVGNHYwZXNRNGxnaEtXWFZlWXZUa2YwMTdGWlVvSy90SWgwaXE5SWJCZUdDRC9CTUpKS0JYOUN3L2xUNUo4NFlKRmxGNjUwUkpzTVpFcmlYb01MRk4xOS8valhsMC9CR0JNcW5laExNSjlLNlZEaDh2YjBkZ2FBNmFOelBBWW11T0RwK0pZSHRZUVRLdzhTdk4vZXZBZit4blpIc2x6QVNqMkkxTC9lLzlkTFhFbGtVdzA2UENxcTlzeTd3MEM3Q0Y0ZzFoRGtZak0wOTJ0TXk0Nm16aXo3RkpxeEo3ZnRVOUhpWktMOU1uUEdLOElYZFRqd01TdDZWK3VsZkZiOFN4aldqUVBKenkrYTBwc3BnREFldVQ4T1Rxdy9qMm1Kb1QzTmVFSFRaQ0hrc3pxRWl4S3hya1IyUHVvWmFLMEY0enpqdjBsdTg1YU5CM1NXTmtHN1Z1RmVIc3c0ZVBNelJiYUIyMEMyTHZVcW5MbDNUSkQxSUpTdmFlWnIyOGZaSS9YNTZBWDJDVWRNY0F1NlFWb0thL0FyNDRjTzlhVmtjS3ZUdlY3ei9HREJpMldTS2VGa1ROZlNaYWlldHJGSUhOcVJzRXNyRDFMVU9OanN5NWlwQmJQTnlLeFhINDFJMlh3RDBDZzB2TytqMktGZGtJUWlleWd6cURqVHAyVEdEcXcrMlhmQVRLNElpNHhNa0l0bGFPcnFwcHRTSGsyTmd5ZjhoNm9NWHB2aFRBVnhNM3diMjhIV0ZMREJWYUo0aEg0czlpZElqcUlldWNjMkN2S2wzendRZ0NCMGNCVFh6YVpMaEJKVkNMbG4ycys2Zjl1QjdFYmhXOFQ4TC9GaWs0YTVKaVU0cDhScXp3RkdDMWRsbUgxOUcySDN1cHhFZ3oyU01RUlBveDl1SWUvMERiS1dBUnE0akRxeWsxM0h4Y0o5RjVOa0w5UUU5VnpuQnFYeXkza2ZDeU0wM3VvdHRIOWI1QXNjTEVDMG9VZ3B0ckFHazlOekdrZEFRN0xkcUM2bjEwcGwyRnJXMmZTamZ2dG9FYUNqdnY3N1c2WC96SkNKa0Yrd3JERGJSa0tTTTNCdXMvRVRUVFY5SUJoRWN2ZVY5OVJSTUt2Y211cUw3MEpDemUrR1dHZUUyeUdwVStkcDV3Q2pGSVF6Nm5NS3NZOEk5UUl4b0ZqcE1CekxrOUQvb2FHdkhoMkxDTGoyRkc3enF2TjMwSkkyNWtDMkUyb1NJSlg1Zm5zVFpSdVRNY2hlTEJRdkJoQXRuVllKZnY4c3cya1dLUy9IVWN1dWYvRVdzMTM5ZnRZUnpvS3BJdVFnQUorWkJway9mZlpVaDUzNWpEVlFxMU9ORkNUc1JCYnI0eEtDZGJ1cGVxbjh0bnNkVnE0M0FlRVJzSGhjMmlGRnMxb2VSdTJzV2w0VUhTQlNUVUxvME5wMzBUWDYyR0p4K08wK0F4NkZvNW1QcDA5Z2xmWmxwT1EvbmFUbEhTdlpheW96R2N6WUpSTGF2SktRZWFTcWhQRmlIVnNpb0RWSGc5aCtScGswMUJJR1I1L1dYcTJZaWc0L0tINEtUL2hrNEFnM0RKYlFPME1zWGZXdkw2bDZrNGh5djdJQ041TUVuM0J2TVFFMThsdXRoQis2Y01RSmxMc1FRVUhxL0RmU0NHY2FmMW5FZEM2UlYrODZDNXFXWHRlSGpxbEc0L1J5eTlNeG1La1ZBUFpUaUhHNWpTeUVKMkZqVFE2QVdBKy8vUXhmc1NjM2YwTXRyWStFMHF1TVJaRmtFMU80SDhlRUVSMm9ONk1Cdk54S1BZMjVZb3NOSzlVc2QwaE55djgzU1FEY2RpL3VTQ3R5MkNVcWtUVFBPY29QUXhFT0tkRVZ6TUQ1TkJSNXJrSUIzb0hmYWxFVi81Q2FVeVNKZUpwcUVFcmd1REx5MnhpSUxWUFpzaUswQmRtUy80NGJmV3VnbzhKTGVNNkpmK1BidFF5RG45a05saU04RE1GRHpYTThoRlFqTFhxSDFjYnFsYVZtc3FZM2RXUTBpLzM5b0k4NlBHQk1IT2wyMGI2UjNhZnFmc2EwSFoyNTZOL0VORlhudGxLUmVIM0piYkhTeERGZXpOaytOWm9jMWVqR0xrR08xTklzMk56SEVvaTBqazlCL1QvTldDMitXZlhNMko0ajNFR2dTVmpoSFpzTWx2WXYvQlZQc2hxcG5FODBLM2NPVFppNW5sNXlKMTNiNGZ0SWs0Y0wrNE1TM1hUcERQZUQ1bnU1c2VleWtiMk50SHpHL052c0g3TU9wNnlNamFpT1laN3ZBRVA5TmFTYVIyZ1BOdyt0b2hxRG9mbnJUT0tGY3orM0pob091Y0pDR3lCNFRCaEZ5THlCUHd0blJySEdNQ2FMeVUrUy81UkV4Tnhudk1VL2pmaFA1VHZNcEVqZ1IwbHZmakVRSlZMdVNjbEJkdTRvajZvMzB3SlhhMkd5ekkyWHZKU3ZuTXZJTkF1eXh4eEVLOElzMW0vMFgyZEx4clRtM21sQS9KRndBbmhvMkN1WGtOUDhxVEUyN2NsV0xOSHhIVzZDRDVLRDdrUnI4MjRZUlVJVU1XaDlibllkTlFCQXVsK2ppV3lnWkFnPT0=', '513415704_18010947293753450_3214439437105439461_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-15', 'image/webp'),
(207, '2025-07-02 07:36:23', '17961964658942438', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'GEtFonNO12ZjIczmf7AKxHhSdFhmaXJpQmZNayt4NHVrY1ZlQXRGa2Yzek9SVzZMUDh4U1Y2bW0wSzRSRDh6aXZiN0tIQjBIUzJpalV0UEJoMHRLNlR3LzJLZzFpYlRSSEFWUGlzR3AxaVRReWpzR1lYMDdEb0NFdnBWdGpLRXpkZ2VDNStNdTRtRVIxVGJJZXRxdFhrOEdjVmNDdzg3c2lPNzJUTGh2YWd2Sjk1dW9yUFpEb0Y5K1d2ZjBKQ0MrZGtBb0xTR3JLQTlMN2pQMzZOSU9DVmdoUWNpN0h1UWVsOEp4U01RQU5ob2xsTWhaM25SRUZhVGtiM0lQYUFxbStkZmdTNWVzU0pTUGpEVlFNNGppdDJJYy9NNnBlZlNnYTFaTUFzYTVUa2xjbXVPREFTK2RtVlJlVVVsOTdzdkVaYmo4enJHdjY2UHFwN3JLYk04ek1WdFZ2bll3SldFRWl1Q0M0a2Q4ZmlsRyt4Zmt4a1RDSlpmZXNzQ0djRUpiWlFBWWV5cUpTREJXMG9ZUW8yQ3p1YWtLU0lxUlBsT0lZcmtTZlFUaENWcmlBRW9zNWJhZHJpM2xjNGh2dC81eFQremxhOEJMc3BqOW1nRlZyN0YxbWlXNDM0UzdueXZSUFBadkpRM3dvZWtlZW90TE1zSXBFQWwzeEs1NytsVUhFbENYY0tYMWlkMkE5cnQxTFduYktpMG9qN0NUd0Q5RThXMFloOVl0TDNXVTVTNEQ4czBZNlNGTmtCajFPeGxrR3poa0xiaWdjSk1GeVFVdVlsTzZ0eit2blVTaGJBc2g0dWQxbG5aeUpaTXZmdFJDZWxNSmh6ZHRFNUJWVFNqbTkrbGs1RUhRNlB2WmtOSDNjK0lkbDN0bGJrVjVvMzUxTGdSbkpXcmRIRi8zcGk0Y05QQnFPK21jeTBGT3VJQVp0ZFZYd0hjcXlBbmtTK1E4VDNLazIxM0xCcWM3L3BkbkRFL1JpN3F1VWtGeTVZSmk1VTgrakZCeXN4R09tVlVsdXFyRjdqV3V0UUpLZnE4alNqc1JMVDRzUVc4ZHhMa2RLS09LbW1zUWxqM3dtSnhxS2lqZm9EVk4zS2VCTlRaYlpoOFpxOWR5VTdlTllFZXlqSzJ1NTI5NTN3UmJHdVpDQWtFY2tUT0oyVitKNXJ4RkwyWStWYnE4ZVVqRmdoYmJrNVY3WERJY2xWZ2RmUXZIWjR6dnhBdUR1c1psY1VDalV0enE5N25UdmQwVDJSeWFXTDFocVhKaE8zb05EZzdqYnJpbzFrSUE4KzBaeWV5ZlgwcnduQWw0M0puNnlEcjEvMENkYytGRHZWRHdHQlYvbzljdndkQ3hRVzdHWWRKd3VqUEEvRDlTOXJvckw2YkRpZmtldStCOXowYTJ1dTBhWjFtdndBTEE4a25CY2c1T2hhMnRWL3RONU03T29vVFc1TnBDK2lTb29FbHJ4dzFja3h6RDFqZ01ldmx4b3lIdkdDWVU3UnNXbkJoaE1QK1Bab2MyU3JBZ2RPZFEwMllJNTd2MWUzVVVWMGRRdFRiMHJ6S2VlSVFpUHNmeHdlM011R282WnYrUnJIemUza2NIOU9jS0U2N1dQTERwSm1abCtLcy90aGlQNURVaXU0VFh0bGRGeEsrRjk1MmY5NWJJaERud25kdGVwTWJseGV4QVJDSVIzeWdyenBvQ0E1SkZ6aVF0WTdxc0hFOElUczJ3cFBIMkJ4KzZxOWNrYXpwVVJMTHNMMkhLUzdBUmRaQ1dIbWRlNG5sQWsxd0YxZjNDb0N0aTNWZ3RUeXRzTkUzZnVCSlVoRTM2d1pjWVNZMFFYSG5GOTdkZWtBU0ZrYXN1OWNXSjVxbm12dEExNnBnYUh6aVhLcmIwRmJaczd5T09oYjU5WXN3K1FHVHo5dE1LcDUzSDNhM1Rqc1JHTTZNWHFmcmlTeEdqMENVc0NjcVdlOVZJazd4QTRQbFZBN0lQb1k0Q09jV2FKd1ZzVnZTWmkzYmRzNll5Z0JMUUZ0VEh5WXkyejRzdXpGb1o1VXFMWFg1Qkp2djYrMVdQdnh1bWpwSVBhd0F0cGRIRkxFbExka2U0SC9UYW5GN3VueWtSSEpISzByMVFGYXA4YWc4c1RXZ3hacmFzQ3VLeE85SXFaYUhHbXJzeXdQc21xOXhJMmlWL3pwUmN4OXd5RGhNS3dENjJ6aW5BcHRUS0dOc3QxQnpSMG9hTkNUUlNNdFZESWd0WnhINXA4ZXE1dWJWdXJRMVdEUDMxcGpDUVRkQkdvZEhVUXZTVUdIWUpEUU1CSkhjS1JTOEVnQzZlM1ZSbkQvTXUzWEhaNFQ3aXlhbTNKVWZCRkh6dWIycDl4N1AzcjBnWjN5a2JKSytxTjV0clZnTDYxNWZ6QmRZMGZQZ0JrYWgvUlBiZ0FTVW5TV3cybnh5OGVpdU5iQisvb01maSs2dHJqam9OemRIOG91amhzM0p3NTNpbnloWFR4T012emd3TFJNL2RHcklDbWtJMVQvUGVtYVNXWG0wN0NGRzJJeGN3Nk5iSVZ0NHlYSXZUVHNJalM5bTdaWDh0YTZPMHlYUW44N0JDaTRXdERaWT0=', '514461363_18011390954753450_8784712835074673488_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-20', 'image/webp'),
(208, '2025-07-08 06:27:01', '18470479576073412', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'h+FFp2ljuKi3/qyekUctKTZkUHF3MTZnRVlpM0Nod3hLVkdiMVh4UnBBbmZNYXBYamtTdmhOdjZoUG02eFVtR0tzeFh4SUJrYWZmT3dSQm13NG5EU0NibStuVlZ4aU53S2toMjQ0ZEtvZWF1RnlqcEdXZVkrcGhST2Rkc1ViNzNjd3hkWU9UMGU5K0N4MWErME1vU0VWYlVISXRPS3hJbEN0WExCZkNQQ2RDaThQVGtZVThwblVGSzVHd1NXeXpXeTRndC9yMjhvekk4a2VnQU85NUdZMHdVMWRyeFZoQmxqWGhOakp3Tzd4a3F5aEdNYXBwSWhVOFJWQXFGR25wYk9UcnBaSkRQanB5VWR4aEtCZ0NZd1k1RW54aTh5Y1VuUEJldnZWdUpaOGVxcEZKRkdIMFozc0hyMUxsRHNINSsxQXd6RTgyMkhQY1dFM3IyNnBzaFptNVFMb09JL2pUK1pOaFBsa1FMaVgvS1ZUQmp4U0NyWCtjS1liOHgwWXcwejc1a3N5TmVmSXdkSGkrQzM1NnFNaVpYdHJzNnZRWENsbnJJaU9JMTNuYWs2aDJ2MDdkbnZFNmorZGMzWDI5Q2xKUyttWjk2ZmlCL0w4aDdPdkNjalh3K0pDZG1rank3R1RNVVpQT3RTckI4eEhZY2hqSjBtZ2lvZGh5UHNSSlJGNHIrckRVTXhvc25lbUxkVHEweFJrZ09kR2lyM2N2MUxSSVBjN3ZrZzRsV0VDVnFRR096MDhBcU5sRFlselM2bUs2cGRTTTVuNnVKYjZCT0MxS3VWNnVoTkh6ZzVpakltNmxNK0x3OEZOOTVHUVVWMkVyQU0yODg2ekMxM0p5V0lYcHNnUkVyWTRRdjNMbnF3YTJEdDBncDBYa2JxWTd2MS9vYUp3UTQrUFVxNk1OZEozQlJjdDd1OEtwOW9SNDUxdEJsbzIra2xMdHhxN1ROZGlJaHRJNVJMYmRLb0F2REFyQ1VMYUlNaGdiMWNqWEszVlR0bmttbWpzUXlTZkdzVHpnaXpwVHp0M3RFYUZDdlIzVVplbWRhd3NnWTNmWXZLRzlidEpjcHJkNEEyNEVhU2ZsaHBOTGMvTC9sTHhkTFhCUm80YyttOHU2TEpqUlVkNlcwMWJmWUlqSnZaMG1xVWxZU0pIMnBMdmlKYWJDcUZzME5kTi9KeHh0M2g3Q2RNT1NhV1Q0WDRnc0U5ZXNQUyszYWxzNU5YU2NEQ05CVS9YUHRqbEZXUnZNUHkyQXRjWCtWc1RCUHhNMDFqckZDNGFjSlpncUxyRWplWmJ0WmZZSW8zNzNuY0pmWFRlVEh1WTI0RkJUcHFVZEhJMFNSTXNoellZRzAvTGNjSlE1RGdiUDEvak4vcXEvMHJwMWxwODJUbVkyWWFQZHUzb1FSUTYwejlCbnVUSkRvNzdQcG1ZaGVuK0ZQU2ZxdjdGTDFWaUczOUNUTER1YTlpcDFrTEN3L3E3Z3RpM1ZiRjB5NGJaMzBrU2pEQy9uK0JoVFp3ek8ySHRPeStlWEZMZWNnNko2cTZVMm9BRWVha2doVWpPZDcvNk0rbDQ0Q1VlU082SjE5d1J3Qi9IMmEvZU8zSjRJdTZmdTBxRy9hUU5Nc0pCT0N4bVM2bjZHL3IrZ3NhYmpKcTBaRWJXaURpV0U1Mk4xUndIb0hvTENNMXd3WHFzbVBjMWlWSHFTZEtBYVhVcnErRW1DdEZrNHZBMENoVEpoNmN3VTNMM2VtdDB6Z04yclMxNzU1UUpack1XUUw2SHNBb3ZjN3ZDbTJuMzU2ekQyWmxTeVV0NjNDNDBya1R6VWtpWEhUUEROaTNLTWdYNTB1aFp5VUNGTUxqVkF0THk2SEMyeHBUTGlWMGtza2RQUnlXTUVWSTVxczF6d2RSWWJzb08zaWxTM05QYVdUaUdZMm9McXUvVVk4STlNK0xWOXM3b2dBNGZYMkJDQ1BWRFFjSFIvKzR6bmJSTCtyMjYvODQ3eDBiV2hGT3JnVHl5amJSK1V0WVpmbzdjd3BIR2g3dEN2QzhOOHdaN3BkU0lFcDV2dGhCdEhVYUczSjM2WFJMeG5mWmxnek9hc2M4T1NuQzhKSkxoYkxEeCtRaUhmSTd4Q0RKZ0tZVlJxZjdKRW9ERERpbytscjVYTzFSdHo5SmlkLzhrS0JEWWxBTThDeFlIZXZjSGplQml6bHMyUjgxS2xrMHhWVXJ1eW4wUTNDSkVhemFJV3ZvMFNCOWE1bEJuc3RjUWtDaGRJRXduemYwVGUrRUlnZ052dXk1WVNpZTZLWnZZTGJYa0ZIYXRsbVg0YlhOdit5R1NUN0tPNTNmRjMxTVVGMW9yUUdBQ09DWU1lbUNqa1FRRTFNTjNHbEF5ZEFCYXdueEpmVlhodENNdkhuUjZzN2tXYmdZV3FwdVZ2Qi9kWWY2Mi9mTm5sMlkvcGhDY2F0MHVob3JSMHBFaG1yVmJMdWtFWnBsMXp4LzBCS3dGNjFPT2ttSFpkL1VaWkpzS1ZJbGtOcUZHa3B1Y2N6UC9ZaVU2N2phaHg4OXEzNWFLQmpOT3FjSGprZ2ozQmV5Q2d0eGJMa0p4MS9QcWZodVN6bUh0ZEt4d0RLK042YnlvamtZT2dONDZoR3RuNWRVVTMxT3Y4bTlPMm1uaGZvRU5ITmZ4cGVZSTd1Q3RjcXpFdGNxZVlwV3A3eUJYbDZKN0ZJaEdaYVFPU291ZWtKU2UwZzB4RUdnSEVuazJoUkUxaWRkS25VSCs0U1NwMjdMRGFvRGJTdUpDN2orRXc1ZnN4WGMvd1NNSklQaTlZQnNpNm1FZ3hiWFJBUUhwWkVsbmR2dThjclZ1NE1MNWV3MWhBUGZ3SVM3bldnN2pxaDREWkY3SGRQVjhLRWhodGZzZUZqUEZQWmdIR0RFdTJORkRkUHdGR3Jmd2xxRHA5LytpVFBIbGZpbnhRa0RlaC9DVm9oUC9UellzTzZpbDVoZjVzcXFRSEtmWVlBcDNmdlJqWmN5cVFEdmdvSk9wZG5uanV2c0V1dVBEcldyT2ExYTFPN2dPWjBLcDY0YkZGcjFqZDY3dE9DUFZIY29wZnp3TWlvbnpGcHdaM2dtWnl6dG54Vk5OM3N3cWJNRE1YNHB0T2hVbGlIM2JhcGFVWmV4eUZsWm0zUzRQbjZGNjZUVWNBR2t6bllRemg2TmFTd1FkMUxNTUJCQmNwZFljMjJzOWtRYkRodklSV1BvSmRSdXRJN21COHUxekFqOENLd3ZLZTFuZjJNVGtsc3FQTjZkcUUxdytPa2FhRmpZcW1CNFNTRkNTbXplY2w3RllXbXA3VkFIb3EwMWJtb0FhSy82eFdjQVBIbmVrSGdjRzJrZTRRMzNKOGkyWVBYTmtlRk1GZXBvNWhDVllCVzJDaERFK3IrU0NjNGRFRDgrbi9YQ0RySDArWVRNTUsyd080M3pJeW9HWEx5S0R3TWdWcWpRbkIyclhnczBXL2V2dUlNWVowVzRUVURvdldBbG4zQzVBa0wwRjIxRHV0cU4xZmhoYXRDTEVMNVJGYzBlSHp0c3E2MnFHUnNESkJ3bFJCNmNKZXZDT2VXQjFoTmR3WHVndW8yaTRqQjRiOVlMZk1yQXBTVlplSVl6NTlEYmI1YXdsQm9RYjBMaDVJRTRZc3BRcm5CRGNlQkh2blFNSEVVSHFVUmhFa2FMYmtaYTVYVXFNNHEyZVlPV1hSYmZUNE1vOUx0dHJUTVRTRkR2THJ5ZjNaNWdmL05wZElIRmZ2ME5GVmpTSm0rdHZ1aEtHTXEvcmlXOGtLUXp6R0xTYjNuUjFLUUsrNElEMWdRT250WERtSkRxdFZDcVpnUHkwOHJyZUdaWGZPOHdwSHVGU1gwM0JnT002RkFwZCt0YTJPdXBhMXN4NCtSbExqNG5YdVd2YlU0WjZ6THIwV0hWVWJnNkJEK2lXMnpNVHlJazN4b0o5ejZ0TEZMSXk0eXU2SE9kRXBwQVdpVXVIa1QyNnhLSWxsRVVUMFRMdytMcjB1cFhnbnVHWVhlRmJLdGp4QldkMWN0VmFvcXRJc1FJalRRUkxtenNqSmVvazA3Z1gvUUVQWUJjbkdzd3EzVE5wK240R0pUdWZzK0RvNGJqblJjNXB6KzdjTXN3ei9raElSck1iTlJwRmFYNjdBSzlZKzkvOFk4OGxGNElNZlRlQXNpeGVRWWcwVjlMa05GUnc1c3RYREpxdjYvYTNNUjN5MkY2Sm0zRlFkWlNUMnE4MnhKdjMrUjlGNEIyRTRrK2k2SHJqRUlWYzRFQ2VaSWk0N05ESW9jYmRJTGF5c20zTS9ENk1aWWxDNXBVMjllZnpRUTlXLzJmdDdyb0c4bngzU3ZXbVBmVE1ycFFRPT0=', '516192182_18012054095753450_6096606484275117353_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-08-29', 'image/webp'),
(209, '2025-07-12 06:25:14', '17883020781339116', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ctZfr6WvY6EfCkS0AWVN32FzaHVKbGQwRkVsWGNtdFB1UnBpOVJNR3cyYVVyRGxlSmVVb0x3dklRUEZoWFp2RkFRRmdLK0M4U2NCQkR4L3E3Tm1NLzM0OVdMM1NVMVJMM3I4Nm9PNDBFKzNtNDBkOWRWK3k4RjI1ZU5lZDZMcm9hcmRxTVVjbjJBbisxUkxsTFd6SUpoYTEzZFRqSnB5T1I1NjhCd2VCb29uUG5ybzdMZnMrSWtkdWNWOUdBZ2M2dkFjRisxTjArMzkzOFpFbHhFRm1CK1dSU2NEQ1pUeDB1UTFIcFJGQWtpa1lJOEp5NlhsaXZUTXB4czFNa3BWekdDanBVUm41YVlVRk9ud01qV290ekR6Ti9IUkJmb25ZaDBZQTEyUXAxdDBiQlNDbkhxc3NUbDhqTWV6SHNyWEpQM3VCaFMvY3h4aFZaa0hocVlXaG1TR05ta3FJcnhrdGVEZlQxWFo5a1VvTDNIWDA0NDFWSm11SCtjWVM5M0Z5cHdTOUMvaEVjeGlpTHRMTjg3dmp1T0NKMmFoSC9tN0pqYVNaQURjUGptK3VTWTB6MjQvVG9sTUd2c2J3bG5SNGJkTDQxcFpVNUt6bWhEWUVRanh0R2Q2QUZIWk5aRFpzcXNUNWE3S3pYWkd3S3dDeDJOclpXSzJvb1Q0MGJtcmVxRFB4MHA0TXhuZmU4TVUrSEdDSG51bzYva01oQU1xYUpZRU1zN0JTNjA5a05xb3cxdEVvU2x3SzN5SXlvNDYxTlN6MEpyYWVSbVFzbGZjQ2RQa1BrUGlXSjRXUWFPYzVQNE53TzZ2TERqb3VjS1hxNzdFeDNEdTQvWU5OOUpwOW1zTkVZZG11TCtVd1hVcGU2a0JJeHJaV3ZIYlBoeklhRTU4S0FYS1VRRmdJQXpBWGFJa2pFekk3ZUNWSTBybGRNUFJndnJZVUFkbkQ2d2s4L1pROU9ZekVWNk5nd2VqZ3VLTEdIL0YvRHRESEh0aExReUtjaCtWZUVzUFZXVXdJVXJKU2FhM3dMS1hQYmtvbXJ3U1RCU05QbjR3SllFdi9OdVdsMlhUbXcvellZaFZiRE1sR3hFVGtrRmh1SVM3NEtOc2xGWWliclQvckl6eVBnUjM4ODQ3MHk0cWFYUmVCV21KSEY1T2VCT3FvNG1jbHRGeEpoeVJaMjhTUUI3YkhYeWU0NklWbDc3cUllT3F1b0lybE1BZG9sQUljNnRleW9Zc0wwWG5PditFckVubUtCYzRDdExiejhreVZUeHJvMnhBbUdmWWVLaGUyUkFTdVZ2a3lBc1F1UXd6RXkzSWlmM3h2OEFIN24wYTNBMEtMd0wrWmc1azV0L2RSLzlKUGtsTHpEbzVBaGFrMmZEYjhyU0pyL0tlK0FlbmFQRU8vUUJZL1dLMWVqNWI4dUJtSENJOUhLRE5xODN2emw5Y3pzMkNuRHlGdFIrNC81L2JZeEpzdkc5UCtuSjJoYVRiR3ZqajRpall6ZzA3REhBTi8yb3o5TGo3WStybWZZVUNtZnJVR3J2SWhEdW1lY1Jtd0taaERBZjN1RzROYkxKb01EQVFVWGlaWVdCYUFlSHVxNVE3QlVzdG9zWUhFOFZ1akxpb1lWY3pjRVZzRzNMYnNnZW83SHRGcDVReW5zSDRFRzJHYjI3ckR5RGY1elV3UXp0Q3dROXNBc0d1dlFad09GMFBiRXpQbWwvYkR3bDNrN255MUNzQlFIWEwvMmFwV3hBN3l2ZlZUclhYV1V1NUdUTnZROGVMbGNKamR1OVpsUmEwME1mZGlpc2tpK0xvTVRBVnhwUDI1Tjd5dTFRSUtNMVpLSDZtMU9Jc0E4NEJMUjNXeG16OVNwUmFEOE1WSm5sQjlDamJPTkY4ZW1qQW5tYmdZSVhhYVgvYXpXSWt6Q2JRcThWZXpzdjdTM3VnWlZQWmxqTUUzSDRXNnJxNVB6RWZTTnA3RWpOcDRmVXFlLzJ2eHFaS2oyL0NZMkw1dGtsSkdYVGVZc0RFOTQzMms2L1FlclltTnlHTTRmUVJTclV3TTRGN3hJSnFjck9LazRHbFBmTWw1bzFQamVicnRLL21BdjBuRjRmamFkc0p3L0NHaUVCazhjK2QzVVEwbERXZHVhYWozN3hWSjg4TVZGU2hEdEJnV3lVamtBUU9zS1A4SEdDOWJCdkU2VnZ3Q2JsS1d3b21Wc2FESTZoTldVMHFSR0QzSzZGRWV4cm41UGJWaEc5VldSbWM0TGRYQnVnYU80WStpOXdkS1NNTHpLVXI1a3BQMXFIZURMUmNnK0grenBVSVJhRUg2bkdvbVI5cHBYYkYzbUhxRWw4ejI1RWw5THhsTGFvNDFYcXI3WkhlM2NLcFdlVk1jUUlQVjN4aHVUb25pUUhkR0MxS2U3WG9EQWhVQlhjeGVEdjJvd3lqNjBJYThqWHNZQUZZaWM0QzBHSEExbFdtZUVIYm43N2l5djU0RzdHQ1hCamk4KzRUblVONW9zKzdPR2c5dWZONG9wcWpLMjNvcUdqZVZDc3pZcUxzM05ZNlJnOExxalNCL3JlQUg1ZFJTY3ZtREZtaitEYlVhRG5QMjBTZExmZWlnVElnRFVOYllFSWN1c2FQa2VEeHBiQ2dPSjZSNStYMHpOYkNJNlhNK3h4UWNOeitvRXB4RkVNdmlsTDluNHRiZ3JVZDBtNXBVZ1hCNHlTWjFUQ2JqVlpUQjhYRVBURG5ROENkanUzeXdYd0swVEZHekcvM0lkR1NCcDhRV2wwdUJiMjg4c3dibUoxbzd3UWtlQnB2VHZVUUswbXpHT0tyVU5uam1lTWxOZnpxbjlGbXBaa3BDQzdaWWRzU1JPRnMyc01sOU5lUXVmMjUxSGYzdkh1Q09uZW5nVjdiNFBTU3lSbGIzL1pFdTFycUM0R1dtV3Y2dU1yMTNlL2M0Ky9yYkpmUzVuK2tWSUIraXVjb1NGY25Vd3puajN5NEZrbEw2TlRxeTZFQ0ZzYXRzVlBVbWV3UHp6UGMvSzhvbDI4NHV0ZzRmQ2plY2Jtbk5hSm1TYmlmcUN2ODg2cU1obVVOWUI3N0hjb3VhWFM1eWZLT2pUTzBnWHJYc2FLeEJqNS9uQy9kd1lHVE9vWi9qTnU2ZlAyMCtMM1ZTK1VkY2MwYlltUGJncHVHclFFQVVtUzVnb1JMQTlSbGVKTVZ5R1Y1bHVnTGN2WWVpeVVWRytpZVo2RVIrNjl6dTFaelRlZGhkVyttWU1IYnZBUDdJRnYzc0JYbEJsRTNsSHM1RjJFRUNOTEdGYXpCNG4yNDRqbEFrUG50cnUvM2pVR0VjNXllWW1wdyt6Rnp4d1Z0Vk8rcDVReEErME96M0hKUFhKUEp3bDlMeTNtaXZXditreTd0T0MwWCtmSU9EOTdMNHNRV3hZNEd3WDlzQ2NQQTJTeldBN2R5TnpPR2NJb3JpbFpncHpxcmVubUVOd1U5MDhWbnU1SE41aE9LUkRvVmk0UERwN1R1ZGN1aEN1a0xHM3Z0NExQVDIvZ2c3K2c2TmhHTkg5NnhiTlFCeEVNaUpxbkR6WUtCWGQvQXhHeU1jU0lpYS82MENVWWRwZ0VKTFN6UHdEL3FneU5yL2ZuOG1GNTY2WGJHV3ZNRUR2VWRhejVoTFRXcGxTVWdLbFpxTTJrb1JTTjl5QjVSMlhvTGlONkNzVE1NNlpOcUFPcTA5ZzR6L3ZaYnJLY0lKTW5JZWxKc1Exa00wdDhHM1d1UlEyV2FBbFlNWFZsMlplVWtvWWE2ZFBraWRRaDVuVDNrUEhDN3pjc2pFaVBOWHY5ZkFOcXRFWTNrbER0c3NDV2FIRDF0MVlnZk1IZ0toK0tTT0FRbmFyQ1pMOXJuRnRQSHZEZ1BOUUgzRjczbzJIOGtpcnRGdlJENGdCZ3orZjA0T0YvVWxkV1ZjMU54QmJKdG9HUzVQTnZhSldSN1pVWXZaVkt4Vm1VQmo2Q1dDUjBRc1dmZTYxbDQ4Qm9DNHd1ckhOK0hUK2tIOUFvMUExRmJHOTVxeW45UTNUMHVUcnZrSmp4N1lmSzBNMWVkaU55aGEvbFBwdW80bUpoSTdVcnpiUDdqR1hDRmtRNHBES3VBRHh0WFZuWE4xQjRoY1dFand4NE1uV2paeEFsR05VRkViMk5naDlhNVMxZjkwbktoQ29GNnoveDJZSVZzbURHWHVhN2lTYlpoaE9sVEVyOTZPS3BjZUxueENHWkVlOVc1SGdrZjRwaklGWCtOVmVOMnZoekk3Tm10Lys1Z3M1bkRtVXlCY2ZGdDgvK3c2RkZKUjVjNnUzbVVCdVhrSHkvUlczQk9GZHc9PQ==', '518256914_18012493730753450_5582409946681003382_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-09-06', 'image/webp'),
(210, '2025-07-17 06:25:53', '18086346769772476', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'VlCq9zrwjHBZiyZ9bvVa+kZ3UXRTMUJQc0x5Sm1UVDBzenNWc0RzT1ppNWNvWUg2VWs5YU1rTDM2MmxCK1NTQWRPOXg5N083d3VnYkhsYmVJbGlCc0ZETDAyY1lubWJQbk1lVldCcU1EenlIQzZLa1Era1V6WHcxbjI2ZFVwbitGZ1dFMGtNZFdSV3FHNm96RTl4NUZ4clA0VVFMMVh3R1JFYk1lY3lXRkx1TUovWW15L3RwNWJrelpSTTRSSFJqcW9TMFdzc2NkYm0wUWtKU0ZjbzlCcUpWTnl3RFozQ2lQUDVmOUtSc1ZFT3pyUXdrZ01GQy85MGRzVTNFSk9CM2I4anoxbm5ObFdPNlRvUHRnWkRGbVN6ejlZNUpKM1NrMlh2Y3d1MVRIcE5Vcm1teGNKZmptTHRrbnJ1OVAwV0xWaUxxcEpxaU84dVYxenJ4NjhjRldzNys3RklJbFhmWU1WOFJvMmJ1RkpucWRLZG95eVBQdnYwdWNuVDVaYjE3TEpDT3VlcU1ZS0NiYUZSZy9NQ3pJOGljTkxrQ2NGdVluK0Nva0pJZ0txZlBtK3Q3Rlc0VUxEWnBOZnhVNTZzNkxRU3dvRzEzMFc4Nzd2azlkZlhxRW9BQmJQcFJNYnZaNmRwanBRR1pCSkc0L3BIYkF2WVBDdlVFTDNLYTVQQytvYldvOUllUlIwZCt4VUp5bzVtMU41TklmSzNuWStrNXY0RDdtbVNycEhVRExsdlpnZUhMdVdmcHFYaHluTWRHeFcyZENvUGtHM0hHUk05YmgxWW5FN0U4eVpIS0tSNnVmR3RSMFlxSVdvSFlhUzd3bUFUR3V2b1NCamdXUjNKK1hOeVprRjdtNEwvNExNYWRNOU5mMkt0STI3QkFRemZwWTM3TTVzbTFTWnVVZ01nUzhYS3BtNyt2Ky9UVjFENktOVGdwcDR0R1F3SEhlejNYUzhqK2ZKRTJuVjYzWWU2amZTOFg4ZUpFWFdrMGdIQ255c3R4WGRQeWdraDBmMitudVNwVW85NjA3cFlmN1RyTEkvRnQwMDZaZm1ILzRha3ZDK0lzKzBZaVZSUDBMNkVmVmtjV2kwR1M0V3VibXhSblhERjAzUVo5VmxIZXFPeWM3V3RlRHl2L3VNcmxaZkp5eUtpU1hqSktqTHJWbFpWUW9vcEFyTGEzeGx5c0E3bWFsYkFBM0Y1MzNiSkloS3BIQWhrZk8rSTRhQXZMbU9GdGpYL0J5T0RqZDl1ZmMxL3k4NlBYQnBxZU84V0RFbDJuVFBONFRFYnVoOFpacUxTdTRUMm9ZWTk4cmxHbjRvR2xVcTJsMGVPSGg1ZDBUT2Z6VHM0R2lxQjZmcms0akg4MGhWQk1kZVhSVi9VejM1ODdFSkswaG0vZ3ZyMExRSklXSlRoM3IzdmsvTnVKc2RscFNONlhYdUprR3ozSnByZm9JKzEvTjA4dWxSYkZhZmduSXFVLzc4cGdJSFE0YVR0c1c5dWtYN1RUaWFPMFF5RERja0ZWY1ZOT0V1R3RVQzloRXlXaDFMbERySDB5a0R3NTBWQmV4UFB3b2VOcWU4V2U4SzE1ZmVJYU5LVHVUNWNxakNaUmdMOGVWRG8zUlZlVWxubU1OVVk5V0Zaczc3c2FVQ0hzcTBabGkrb2xFZkw2dVp1ODk4cUlBY3R2UjhxVzVaVVBBbTRLdGg1U054NzZHUldQOGFVU3Nnbm4zbmxQc0EzSVZOQ1RYMGhDWDJoZjVMNjVmamVvVFN2MC9YWHhUWVp0b3Z2N2dlN1YwMnNEMjUzOUlaZC9JMVUySzdSUnp5eFNpeWtXdEhMWUxySU1uZnF6Z2hQVTJwNllFckdTRVN5ZU1iRUd3bC8zN0loZGxOTjN1dkdnOWJWc2JYeFFiZHF2VDZWZWI4STV0RGd0cjZ4TnljS08ycVlqRkdvdGkxcEVEajRWMzB2VXVuVmdaY3MvcVl3elRSdlpZUGRIUXFNVXB3RVEycEp3QTlDdmFOeXQvL3BramdJT2pJT0UrYjlPaWIvM2dQSFdvZHlCYjd0UGpCdmtaUzc3Y09CTUFPaU5oRUZSdS9DYU9lL2VsMnZWbmZIZEpzZ2hKVXZMa2tHd0NPcENyWVJveFB6Y0RkVUdCVzhmZXhsZ1pmUlJWSi8xUFJwUVU0ME9JUkRLM2IySTIyaXROZUZoNkNJRVNvTUt1NmdNRzJZc3Q4T2h4cGVHNzF6MDFacDlhcVczb0NkUnc4M3NjZ2RpenExYVl3OWh1Tm4xQS9NMVpiRDEzSnJLbFdESzNzbWlJbzAzRHpDRnUrL2FnZ0RlUzZ1S3U0UHdJQjNyRkpaK3lpZVpnV2lnZ0ZXMWlxSzQvWUpSWkhXeEhWSlEvdk5LditJUWtiTXZZSEcxR0YvQkJKdWZFWFdsMllKMlY5M0lYaEVrSmlFSW9BMDlNSGNNK3RONWhrbmQ5Z09ocVo1R3R0V0VDOXdVNGRMWVZnZ2Vta2VxeUtYZ2ZJTVZUclFOVFluQWprb3FWdzBSY0pNYlFnRkJUaVVCNkllM1B0VGdOWjJ5dlJqYVN3dUJOVFBFZmVPMi9iaVJFNlpMWHlhRHlpVjJrQW8xTmdnbG1FeVk2MUNvR3B5dlZLLzBPQXgyYmU1SGlnNk96Wi9saGtSbWlZa3hVRHB4a3FqVjErVDlCVURyNVNtV0lwZjB1RmZsZUdldjQ5TXBhUWt1c2pYazdJbDNJekdFaEJidmM4YWpWbFE9', '519590838_18013061195753450_2961106174014308583_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-09-10', 'image/webp'),
(211, '2025-07-18 06:24:51', '18067140701326258', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'WQp2ghTD+f567cXFew1QK0ViQ2I0d3VYYkFYNGxPeUgvRVVxeThXQUFublI0d0pnR1dvb3JWeHNqSERtZ1Bhb3VKNFh1M3lZU3NCVHM5Wnh3eHZJNTNReFIzc0plRnlNWGVtOVkzYTZ3SWEwMW1ZRm9VWm1lMWNrRkMralZFN01hNmZGQ0VtUHVBeW1hdXE1NzBvMHoxaW1mOXhFTUlSa3hQc0E2WDlYa3VxZ05OeUE4VndWS0ZFdHFubG9adStNcUZiNmJtZnc3cWF0WlB2QTZFQ3gyNENSUkd1UlZURUxhZmFCamkxUHc5UlU2YkhjL1RnWFJSN2JRZFFKdXVKSjREdXk5alI4cFpxUDR6U2xBNFlqaG56bis3NmM0Nzk0YzJvRTZIUVJ1dVc1YUdwRUZjT2lJM3UyZ1hyOUJYSlVxUC9mcHYzSXpObDgzcnpzNlpwbk8wRmFWOFFKRFZJZFFQZHdhWW5jYmhFNDhMcHhCNy95M2RqT1VEMG9HUzRBTVJVNEI1dDBEeDc0ZFJ0djZYa2gxWUxrL0M1Yk1keEpYa0N1SWQwMWREeEh3OUZJN3FWeFByTmU2RkV3U2dTTmVSZHd3V2tCWWdvYlRQM2grOEVlVnQ3emJQcXRmQjhwKzBzclFWSnVGd2dXMmtGcmdHZ3lXTCtWQ00zZzMyQkRIbGFPbFJlb3lpSWt2MkFabVJoZ2ZqRVpKV2RGNi9wNVBvVVI0dlpyVTdyUFdyWUtJcXFleUlRZW1JUFk5SXY5aHBLM3dCdjlMWVkzaGhVOWF3eXRCWXdGU2F6bFl3NDh4YUtxUERZVVR5cUtmSjk3ZkxMOWFDQjlNRXliamtNV3ZucEZ0UFhxREN2SEtRQTFGWEZWZFJVbjMrSVYxSGpqTlk5STVWYjV2bUd2T0swRWFhV1FLaWZna0xDMFJWVTN0T0VpS0tuRkRpQzhZZFdKZXFGWVlaN21WY29aTjRFWGRSbzhhQjNqcExYOHQyVnJySlFwY2tWQjZPRnFUelhCMENJYUR3dC9wczdHY2VxSnlKVzdFYzd6Z0s1QkJ3TUdOL2JtQWNvY1dkSElmNzkyTzBzdjZkOGxUOW12c3lUWFh6a3BrTmxHN2dQWFd4RlVuVmVKWVdhenlIUGlIdWNHUTRRUG96WmNiUzIyYThpUThtemNxL2xOMUVoc2E5cXFOMnZHYTU4dTlhdHhkY0xYd2N1K3paWnNBa3FiNEhvdVVVNENVVkwySy84V0ZsVXBEa1R3SjVoOFdXV2dkSjBLVTBQdklIT2tLT3V2akJCeUk0TmV5TGhEWkR6UVlmRHcrTUwrVnBWZHMyU0tmWXBBQXErbGFPOXNuU1lnSE91b3h3MlNIYmxOdTg2bk4wd1ZYLzBRc0piaWsxOTdDNWNSWXVXVXFGem1YN0hFTXV2Ym1MaDBrblRJemNEMlhzc0d6QTNaWEt3WlNZTDVESFZLaWUzZ1ZnS0t3bk9idlVjS1ZYQ0o3b09VcytKVWNITURBRnhQQ2RQM0xIRTI2OVVYakk4Yk9hZjVMekNzU3Z6SzJpVlVmWExUWUZaenl5ZGJEaVQ3OEpCelJNbUk3L3pKRkU3TE52ZmlIVmVtKzBhd1BDQ1RPTitnS0h1dUVoSU90OHZFYkVEQW5JaEtZM2hlMDJMbWxEUnJ4cUJNU29vYWdXa1N5R0tOVzlZZjRxMWdCaUo2d2k2ZXRsN2dtWHdZeHBnK2ZoUkNSc2N5VDFGUk9IL3dwQ1ZQUUtPSktBOUJiNXhBa1NINWZUcUVJUkJzZFM5TlZJK2w4Nzl2dVlhMGZ5UzRZc2xPc2c2bDBKeWFxcEhKeU5mRmJKWGl4YitZWFExNEVsOTVvSzdNaDVUR0w2REs4T3BVOWtLUjRPbkdhUmJVN0JKbDhLRDRjYk1xcFBxNUQyUlhseXFNbmZ1Rll6RWNsdVNvZ3BPVmxXaGp3Zjg4NzBDRW9COXVnUGUwdkx3WjA2MnFjcC8xNnVBRk0wOTVZcjYxNmpNaE9mT0ZlcVR2bXRicGVCck43c0NPLzdZU3hPbWROQlRXaUthcjRFamtLOFVOUVVtWmpQd1RRUkxVcklrdmpMbG1ZSzY0NFBvU3lyekdYalJHYUFLMnMwcnErc2NpVDcvQmtlSnZwRXhrZW0zaWF3R3A5QkJFbGRtRm0wTi9iUlU3aERURkl4ZlcyVnJtWDFUYnhxMzJnVEhDY0x4c09CMnB5Q3hsQTRUVU9rN05NLy9jUHpualhkK21YbnFodUd5NHVlTHFtQ0UwYjFpaVVnL21Qckl5UEh4U2FQVjEvVTZvNXJHMlZFWkk3b0t3ejBEckNMOEY0TGVoWDhXc0Q0czJ1Z09DenFSR0hpWjB6dGN0c2tYbU9kdS9VVEY3UlpxWktNRThCd1JkSkNtc2JBaGJKWUVYaFRsNUs2S2l4bFNHamhHelVUaUk2NVplNGlUbjl1aUc0SDEvZ2RNVHlGeUV5OVlNYm1ubTdGNGF0TzBFTFVhcUl5RW1pK05uRERwRXRYdEt6NTFxWnFjZlVpd01jdHUybzdSZUFYTGZCdDUwaWtyMzZybi9EdlR3cEppOW1tdVBmWTVUL0R5dHd5ZU5iRm5wVlhnZlVZbWRCQkVxZis5ZVRGUjcrcytKWmZUblliZlFoWlhjdUUrS3FJSVd5M2NmMGo4OUZFREdodWg4WDBGT291dEpvaFpOaXNjalVKK1o1dzZKdzFPdExCMEViVklIOHUrU1BuaGVPeVJjUU9TNVVTSmdzMURzODV2T1hNSE43czlyR0xRUFZZRWV0T2xEaEpuVWhTRitXd1ZyRVRtNk50NlU3T3UvWWswMmVPYkZGWndodkJ1UzByeS9mL255QXNSeEdHWEJkS3FxRE1KY20wVklBc0dCYWlzN0tNcXlvUWVjTDNkSW5FaWVZQTV3Mll5eXN2SE9Ia01mdzRqM0xOUWFkTmI3VWNjMXhVaTFSblNNcFlZQStaOVkvcUViU0ZZRGNLQ1VucXcxaTJwVXgxUGVSbCsyYTYzWFNiUlhyOUExY0pkd1c3SXBpeFdZOGVqb1lZeWtQL2NvYStWbDhtd0ZZdnVOZzdOYWYwVkRLSU9VelM3TlpJNU90NGFQdVhIMENnb3dCNmZWQjFSY0kvZ3g2b2pCVFdWNU5JMFdKTE1HNnBBMHhZczBmWlpHTCtqZHlnQ1Z6R2d6UVQ2UnRwR01UUUJJa1p1SmN6bTNyZFNpQUo4YXVnbDE5MTNiSXhldGRHbVBZL040SVhDa0FoYldzd21zd0l3bVBSUHk5cnZ4Q29ubVBJMzRoSFNBeit3NXBiK21LYXVlWUZEQjVKbVJhZDloTVJsd2ExdS9Ua3NsdlVIQzVwVmZxYlVXTm9RZnZodnhwd3Y2UVhsdDVLbCtZUVpraXdENmVuQndSQUt3UkJZbmlxeHRyQjZ3RUtTOHFSeU1ubklCN2Z4eW9rb0xGUU5tc1E4d3dRTjdQeXZVcEYzcmtMcXo5dGdQbkZWNDY2VjM3QUYrOW1oWWkzYXlJTkwvdGh4WjRVY3pxS0VuWmE0MTZLbSs3ek5udVdyR1djYkNBbXl4aG5uUmFpZTk4b3JEdUdnZXZ4UEtOZ0N3K1pSRklUb0NLZmxLOWtrY2tVTnRQa3ZIMFlrVFJ2WVMxOXQ5TDkzbjFKbG9obHBpd0ZsZlkrQVEvZkpnaWhkTXBoY2QyVXFQSnNFSXR0WCt0VjJSS1N0cXdKaDBucjNRaXdpRmhzNmhudWNkOUhEVDBrYUg0UHMreStVcDJqbS94TGc3bExsRnM4S0MzdlduckRMUHBMc1ZrUFNpdVIvOG9pOThSdnZtYlZBSHlPcENsNzRiWE1zVEFuS3hvK2g0R2FXTVZVK1F3M3BFbndSQlhvYTNGQVNmWVVUYnhLcERwWTRRTFYzRVdub1QycmhuanAvMDgvUzhERXU0WEF3V09sN2RCVXB6OGU1T1NLUEhGUU9aR2dWYi96WC9kOThWZVJta29SVmFPMVgyTzVGUElsd2E2MWZSaitSZHFJZUR3VzBTM1ltQXNGKzZPOEpWY1REd2UxS3FmUEluaE1RclpyN2V2Z1NYdHc2U3Y5YXY4Sy81V1ZCeEt0eExLZkdraVU2dGErckc1eHo0ZWltU25JcEVWMlgvR2lUdEJPRmNlU3BFYVcwSUFCcStycDZhTzdHRVZRS0RCYVBETVVpU0dDZ1RHOXBNNDFYTi9yeDlVNnFuK0c5UTlEZnlsc0tVQzJacko3UEZtSUhUMGZDZ1ZtSUtmSHRXM0l0dCtJYklEejgyUUZZZGZJaDFBSmtsdGQwaXJVRUtPVDk3b0ZiRkN0SCtFQzgwWDVnNFlGODY1RWo5alZLcXgyR2FiTGR2MnNSMndwN0NsRndEQ2JOOE9WdWY1RS9PRzNYVzE4Q1lkTHFXNU1XcC9VaEdXNzZWendqelpVZGtQS2lPU1B1bEI1Y1FYWGVOK0lINWJyb2VkQVhHNituSVlwMGJJbGp6bG9nOEZ6b0ZEYWwvYTl0RWJEbXZ0V1J0ay9qTm5hSmdXRGJseXFLRmNzL2lWcFJlbExYSU5ZdStmaVdESWVCdzRsbEhqSk1QaThXWmgyK28wZkVOak80SG5FNC93NlhiM0t1eWJNdEtGSVdiVktGeHBPNW9vR0N3MjNWSlgzL1ZwSS9BcEhkMHNmbzF3OTFQYlFvVWwxbDFiemRXQVhRa3NrRnRETm9VUE51SWNXb2I1MzMweHBmb2E0OE90R1dyNFJwdmM3aGU1UWNYdE1XczZleHBjZkFwNC91NWZHSUlYZlN0aFlack1sYzRqYkFtbnVlQnpnPT0=', '520957623_18013178087753450_7802607180719377857_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-09-16', 'image/webp'),
(212, '2025-07-19 06:25:14', '18055028912377364', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'uPF2NFipQk1zkpM48cwVLWRJby9BMExjNy9qSWRWU1liMm55VC9lZjZjL00zS1hLSmVXU0RPVUlnWDNrRjRaRjJqR1hKVEc5Q2Q0M2NrTHFIMEx5WVh2UHZIT3hnbkpTOC8xeDh0QkJrelVQaHQ2bnlXZ0pFenhpZG1pTDlnVU9iN3lJQTVPRmhFYUthZW5PcjZnQlR5SGNJVlhjNDdnZ1E5TUlzc0Q3MklwOXJZeGFhQjZ0REZWaVNFVGdLVmd4TStHd2ErRklUaFlVbldkS1pFa2tBcGoyNVlhR0cwQnNBakhuRWp4YTlSMld2RC9KR3NUWHVhdDRpa1BRdk5MTkpTWlliZU5yUUtOSXB3SmVMT0puVnYrN2RVaFZOSXdodDlPelZYMVloajdWUGR1Zjd1TWxDbEdkeUo2ZFh1MVVURGlpcHdYUGVZY2pQUmhLOGdzYkFQeUt1QzJJaFpHcFkyTCtDRVZhMjhPU29STnBaZ29qdzlueTEwb29kdXViSER2dzZzMjFtUEk2YmdTcmowNVRpSGxXL2NKSWxJNzlqd0FHME1IdmIwZk8wYWszRG04UHZ3UjNwN2pSdFVUSVRaSGNhNExhUEYyQ0lyTHIweURXRFVHYk9xdzYxZU85N1BsRGhxVzNXWDdxRWFWMkhsR3kyTUREWUo0Q3pSUHVTcGViRHppdEJsMENaY1g5cmJmVFBKdjY1bis4blpUa2RTb1VIbXRZU1VBSnBMdklkcFBSbGI2Nit0SjNzTE8ya0MvM003WnF5ek1XeW91WE83UDljSXd3dmdacWZ5VzdhNk1veTlZcDhXT2pGWDYvRG81TGQ1cWFWdGZTNGcvbjQxYXpmUU9Pdy9SbDNwVGZBR3lzRm0zem13UEdUZ1RzVkYyaC9IbzYzYUE0S3YxQUVFUERMamYwSTBDK1NjRjZaZGFOVEpBWmlxaW1TR2xyS2ExMVYrN1dPYk80Smo2OEFJai9TYWUwMDlFUVdJQ0pQaUxGTVRRRkU0aVNXcGtFaEdERzM2Vk4zRitLeTJHNyt0MkEwYmtMT29icVcveWR0YTdMYktJbm5adDQrR04zS1k2OVdKMXhpaDRXZFUxZ0FHWjJDb1Q2d0pwVFlDOUpXUlFBZ0tSdHc0eWVwRCs4ZVlVdm1MbFpsbkVqdURCMWMycUlkMFhKRkoxQlZmMXhTNEdXSGMxMHB4MG8xVTBGNkU5cDVDcmZhKytZWGUxb0NmajgyRGc5dHdRbWVoRUtaK2ZUTXhMZEpMNUF4S1I3cXlkZlJZODcyQ2xNR0srZ3B4YlRnM0dMWTV6UzRHMVlId0V0WWk5Q3ZIMzhyakZxZlhaQmQ4bW5TYjE1UEdLTkRDaGF3anN3NXAwMVZVWTZzZkx6aXZ1MlZCT2p5UjVUaERBeCtJTVZrUDUrVnZqbXpUc3YyUWlvN3NWWFNEck5pTmsrVGlBYlFKZk5LMnpsbFpXQzExc1A4emt6TGIvbVh1VVpNQzZVNjBUVHpTczZ1UzFqMW1zeG1NN29zWmZOTm5HcXV4Szl3eUNmMzhNNFZsOGFNQzZveVNiaWRDOWs0L2RRN0UvdVpBdjlZQWtMZ0lBMUVpU2dDdEM0QlNWN3Bhd1hrOGhWYnpMRWpvOVVOaW1NN0taMHI2L0I1b0FWN1MvenpxR0dHeE1LNE92dEpqOE9tdUJUQWkvcXpObk9yZnRldDdGM3MzT1RnRk80MFF0dVR2ZENNNXhqMW5IdVIzN0RmNEFwdUhBQUlsRjNYUS84aDk5cEV2OG9vSG51blV2UXV1QkxaQlcwRXZBOXpNa0JvaXUvWVhIcnA5bDZXZDlrVzFvQVI5eXpwZjRNazdHUGp2RCtJWnJaaTY3Vk95R3A4dGN1bHc3VTNTVmRGdVRlZHJ4SHJ1b1A1b0szVHE4MXY5TzhhWnBxVXpYL2l3OTJsSlBjN0htNnFvRDRpRWtISmM0NjlNUE1kUkVxckJDUDFJcnBpZ1FPelQrMjBNUm1NV0k3aFRqYUh2eUdTV0NBcEh6WDNJbmFSQk9HaGtjUENQN1dNNVJtRW5ZclB1SHJNUlRnS24yQUhCK2pwaktPSkxVc2QrWlZ5eDVqckU0cWtGOFFSbkd4cWNNa293T2EwcVR6UFM2eGtERHpaVVFsUDV0SUorK1lLSTZxaUYyOFZLVG80Vzk2MGs4bmRTNlR1R1dFaVk2M0ZQenZMVjVpNVhwV1krUmx2cFFpSzdwRFZScCtubnNwUW5qYmFNOHBEQ2s2WGFZWENKNjllOVNSUmtrR0JhNSt1cVRMWkswT29CdWp5YURsQU84TmpjbHBsbTZaalFoZnRNRjNFY2tEeGJTbEs5S2ZOT1o2RzlGUkNWazQ3bllGazloZzVsbXZMS29xK1lERVhYOE43b1RsL1ZFVFoyZHpwSEl3Y0V6M0FMUDRVcXRuVGMwQmxLOUNtOWhHa1B1UmVyaFlWL1hjVnVJQmx2TzRKWkpGa2dNbW0xZ3k3WTErUTZGOE9tVWZDTW5wSVFJUlJpOWl2SG5hTzBPL0hQeTlmS0hoeEVtbHkyejI1cjBTWFd5ZEtEUlQ3RFB0T3pMS2h3QzQwcmFnVHdRTE1BS0NNMTdBV09FZEM2MWVtMW9yV3l6QlJyUjlsWG5JYWpDUldqSElhNlo2L0U3ZjI4YjBJdk1jL1JmdG0zb1R4WGVhQk51M3BOdW5aZHJRYkxqa3ZDem5vbjIyNytsTmFGRldHWXR6S2FyTGxMZ2ozMVRzWXNlSSsyVEVFaHNodk9sTWgvbGo0RmVSOUZ4L05KUndXZXg5aDUrR0Y2UXJnNVM2anhsRHZTWW8ydVBBY1pTVWcyTmY0djBFRW9ndFgvSG4vZGhSTUJEVnNoREpBQVUyRkQ4cld0Z04wUkxzdHo4b1JDdGplRmVWcWNhTlJnL2pkQXZwTWFEUGRhc0wramFueEZOYWFMNHZBU3NrZjJvbXF4NTlQcDZCVkdhMmxLSmtwR0t3RDh3bU1CUFBaNVJpR092VkpDT1V0ZFk0dy9RdTA4by9RTytHckFmTHZFa1d0aWpIVnVyaGJXa1Vta3M1NWc4K1hENnMwZThkWXZMMVJJTSszeUNXcEprWXNXaW1aWUt3M3ZGRHp1YnhqNjI4ckpVRnQ2dTR4ZVQ5TDVpZnZqSVBsbkJQVDY3Tjh3aS9YdUxMS3hXMVJZaHhJTVBsV1Z4aGVoWjBneEhlbWhMejVxNks1ekxLUG1vVHRUWEVYUk5CekZPWDZoN2VRTmdkaENrd1JNYW51L2wvQlNtU0MydENzZW80clFub2V3VXN6VG9maURPVGN2cCs1cDhYdmo3ZWs2cDVSNWFyM0JWL2RiVUY2V0tmMnczTDdTbXJRaUpxa0FrV21aL0dzbnV2TGJONXNidHBFWVMxUEdRYmg1dkRyQ3QreGxaeWpCUFErdGpTdVNEYkNKcUJpN09IbGtCbE4wYmNWcXc5K1V6OStEbUtuNU00ZTVUMUdtd2g2MDM0REpzaW1BUlV0THBiYWZ3WGxOSVZpa2xJSTYvb0oxak4yZEN4UzVkZEx5dnoxcmtwN3p4bEZoYUNXaGd3TklRbm5oZURtV0M3bXQ1ZVpZUGtlWEdweHdVU3hraDkvSXEvUGZid1Q4QnY5YjdxS0ZocmUvenV3bGhtRUZGYVhQcCs5UUM2QThrT1MybGpHWmdZRHZOeXpid0o5TEg1aHNEYjBvMU5zeC9yakZOKzFlQ3NCOHhDTHpuZWZyVFdmU1pJc3p6UU9BK0NEajF6R3JicitHZ0gzZFNrcmZob09XL3NDTmk5NG5VNm5ITFZvSTBCdkFhK0txSGdnWHJpYSt2VXhCd3RWTkpxeVd1K3FpZ0NQaVI1U2JMN0ZGRFB0bkFaYWJhNjRuaDMzaTg9', '521579283_745651248057592_477315737413044123_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-09-20', 'image/webp'),
(213, '2025-07-22 06:25:51', '18048225650559099', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TtbptOJdkUC3TBIrnOakwmUzMnBHVXg0cUZBWVUzdkJNTTNUZzBOcmg3ODlDZDVBc01yN2pBY05WV1d4M1dvS2lvRDB5citrekxwRi8raHNEZmRsTVpqaXg0YWpRSEUvTFBSdHVsVUpmb1ZrSGpEMjVEZ3BVVlU0VHlYNnVYTzliTkhzeDdwNGJNcFBtalhOOHJIaWFmL2dBVkFOU1gvcGRxK3pMZGI2RVJ4QXkxQkp3Y1JPbWVsRFArbzJtUnBkQ2RQNG4zUUpXUi93ZG5RSjdVUGxidk5sMFRqcmtzVVBmMVI0VmltSExic3hqVnV5bVprYUQxWjFpaGl0RXJjdFVtVElQbEhhaFBrSk1ML3d5L0VhQmVRTWs3dzdDd0xNRXRPbDhtWmpCRFkrWld4N1dkM0FMbXBVb0ZpaWRYdDc4Mm1uZk9rQ1hxVWZHcC9NVG9pT3FXVWJnZWhtREhDTDErbTVjQTl3czZ1SFpidnFEWit5YU9EU2pvL2Z2elVZVk4yYTFQdS9xaTlTTUFuMnBRYXVJRGJqTm9Wa0hQbXBUTnRQZHFpMnV5bDlLblFYMDAxRG9GRTNDNmIxK1ZHYXRtNTVpMjA1UkFjYXpjaEVoMGxqaTRvN2dsUUwybXV0ZGE3RmZ5WlBXcEE5K1BrU2dILzBrZTcraW9GanRlN2luZ0xlN0E5L1AzRndid2hlZnliUnZlSkFnQk4yb1NsVE1RVjNwdVFzUW5TR3NiUDlLSnZEZjNtTHRYWk0rV25NVnE0RVFHcHNpN3g2aEM2TUNFRC9RRkhQV1cvMTlNejJDbnJJNktyKzhBczhIYk44ODE2bHp2TExFZHE1N2hLYjk0ak1QclMwNHZvdDltTVN3MTZjMEdleHdlSndpdW1zOHlQaFkrdFpRbURIVHRkVStWeXZrT2djdHFxM3JQSCtCc3BaVkVXVzZqV05jMU5lVU5OZnY2MG1xTGdJNlNuTlc3RVV2ekhTV093emc0Q0hseVIxOHlkWHNZOUlNNUJEVFJmL0FTeFJGQWpicFRxd1piUDA1bk0wVWpFaGJaVHQ4Sjk2RHhmd3Z0U3p6ZllLa1c0bkpiU1JlY0VwNDBhMnV0QnN2SGg2cnZTdFRwNTlMVG1EYkhoYWkvWVBNL285czgySkFKMmhMMXFNcE1pdW1waXlTdXowa2t4SXY4TG8zNmJ2dDRIWldGd203YzlYVllnVFg5MTMvQTd6b0NuQ0k2cE1YcC9LZnBBZ2I1eUxsTnQreGZUM1lZVG1YUnYwd0tTdFVXd2FYeTBiL1d0WVFzSFY4V1JXc09aSVZmd0hCQzVGQjVXV2x2WS9CNkNzWFBMb0MzZlhlRjI4QVBLalBGdWgyWnZML3hNSi9UN0s3UTJCVFJ6UUMyeGRRUXZGTUZNRmlYVnliUk13dFVBdVlqVmY2dFkzdXNZSFp6Y09iZkhkY1EwMHR5UEhPWlVkQlRvVGxZL3BielBxeWFWd2U0Mzd6K0ZxVjNOU3lTallJOWVRcFUwVWt5RDNlbzZPa2VLRUttZ3BQcFQrcWRkb1dHbnhHSjk0anF6R0RVWHFmemNwM3M4RlpjMzFhWEdta1A5NlJWd0lvYXRjRGVETlYxK1BZSWhmR243YkhueTd3Ky9pcG5SbGZlZFIxak1yaklQNEgyTkFPallIZk85aEtTSURWaTNxZWVmRFB3OWc4MnZFZlFwd2U4R0pNMnU3WjNNWmhCTUcxNzlSejUxdWlHdlhkVzRKLzlQQW14VFJ0NHJoZG14VkxZc1Z3dzJvcnhEaFdaWFVkRTk0NHhZa0llcUVkVjlZN2JmMElaR2VhazlqaEhtNDBGZHlJWmJJa21tRG1lK3RyYlZIUlFGcUVtYTVwYXB0dzduUzh2MkdzTnNSTUpTYUJudS8zU3FyTm1KdFIzOVVvZi8vR2ZBZVpvMGdqaENRN1VtMVJMNkZ0K2p1QzZwWWRrUWttMnBWREJLMVJCVGtscmJjemdSWmRNQWxidEdQVXFtZWtxMHF6b0FaWmNlWmp2NXhldTRtaHRrZWxQWExnTGg5N1RwU040bjNNT0loN0RZUDY4SWJiQVpaVjdaZTlCc3JYQUhOMEtCOUpGZlBna2VaZXBLK3cxMzFEaTNlc09OVS9Hc1VEdVBmbmJmTncvNjVhRk5udG9oRmQ5R1ppcmgxU1g2WmxIM2FBRjVTQllwZjhsOWVSU1JTZmo5WEYxYjQ4eWNQUGgrZlhzRTNRdEtpNnVxcS80eWphQ1RmTWE0c0xXR2pFSTVZOVBPWm1TK0tRVE4wY29WanE5d2dZR2pPQ0V0UC9rWERsNGtaVWIvMVNUK0dhOVVGTUZud0RBOTN0QmpKVXBOVFk0WlM4MEsyK0VQdlJxYlI1NVBIdnpFUCt0ejRPblVlalJucUdlZDBsQUVvRkpRWjUzODRJd0RxTERNalBBTEc3R1pKTnpOVVNPK2tVT2liTU9BUkRTNE9qL0F0V3ZuaFZaVXFQdU9GZm81K0NiNXFWZHBrVGNlK2pmVlVKOVZFSEZWRnJiNWQ3QmVlL3ZWNG0xK3lqWHVLWjFOZ080QktFbStwZnJNbmFoLzByNE5kcEJXaCtNdFhJZVo2QWsrWHovQm1PSmpTd2Z4djdORUtrOW12MVNJNXUvdTl6d2MrV01QalJEWkQwRWFrbEFVaXV5WkFpb3d1TzFUWnEyR0FoS2I5ZW02NktSMkF5YjFydGVmcmdOQ0NwakkyTUlDOFJBUDdzN3ZQV1JJd1RXQ3dQc2ZXWWFnb3VTSG1MRGhPSVpQK2VDSXJiMjZpOVUzR0JSRGtMeEFFNkVjMEdKY3UrYXFIUFl3ZGd1WG1hQ2NzSzhXYitjR2NvNXpsTXBTQTVFSVJVZ1JtV1EyOEVBa21yMVRGUFRTbzhMSjdmaDhFV3dNRzBrVFVMZk09', '521152896_18013602956753450_1303125816988103595_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-09-23', 'image/webp'),
(214, '2025-07-24 19:15:48', '17860955994448095', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'EBgfDph2r81t6dF4H5y9+0RHNzB6RGtHRUIvaDFFSXlGMGNNbFFBZGRoRTNDdVpwWDhlOWpYQ2RadUsvRHloY01tdmhyTDZSaXBLVy9NeWQ3dU9zTXhJaTU5ZVdITVhFOTRrMkFjSzBBV1RqTlhJMmdhSStGTE5FMGxsWkFEaXJFSzBQamo4dDA0OURHL1lYOGhNeXVwRUUvUkc3ZEQvWTVwZTdwMlNnUDVkZDUyc25WMW9Bai8zR1VCcTVINERWKzZLWjAxeFVGV0tyOU5mZ3RGcEJ6Sjc3b1RpYnJRQXloaEZFZ2FzdUxDU2M0czdMQ1pCMWNmUHhZTklXUDFndGZUZW5hdDdFSm5PTDhwNHFDSUtiMzlKelV4dGRKNkZRaDFIdllmLzA3cDZudTZVcUxlSzNaL2hmSm1xY1BDRm9hWVIxMEF5NnU2UDJvcVBVK3hQcm9GZXgwWkFtc3RpYlI5WGk2UDhTMGk4NG42NEM0ZnYxZmNkbHJraEVvekRQMHczZWQ3UUt4TDJjemFoYmpNRWFnUURpUVZZd2VlWTBDUlJ1YzFnaVJKWjFsYjlIWUFyc0tuZ3lpUzVMYk1nWjZLUlI5bmVXcFhIblBCNmhvOHFkNXYrb2FIbThwZ1EyeWxkVFZSRXp5REFHN3F0REdzTTYwV3dFRTk0SDlqTWdrWHFzSFlRYS9oUHBTMGM4T2g5NW0xZ0d2aUtCanpNTjBVclN2YkVsREN0ci9STmdFaEx6UlF2ZEk3VDk5N0JWbEdUMS9HWFR0dWZDNEV5VGg5WEZFMVRQWXZKemllNWp5RkpLWHpTbTl2V3ordXV1bzRBSXVZRUJCSnlyaVNLL2dUQ1Vub1MzN09sMDZnanFwQm5qV1h5blZxaWNQUGJqQTBoaHNGT1JoTUU4cUhjc09JUWdVNG9FSEVvTFFLeWpMdytVOHh2UEJXdUVFT2d3MzVXVmZ1VTZkNENidlNiTHc5NnJ5S3JlQ0U2RGdaMkRDc08wRGpzVmtBYWdneWY1MU9nVE1pUzhxRlFwN1hVYkszNndhRlV5QS9VOEFZcE5ZYUFER3ppdW5TdG9xMzhCTzc2bmhTdkkzUXZyUG84UTByS2JxR0g1SUo5ZTBoM1l4bjNRYWh5NGgydHZlaDVndnVTSG9tZjVrbjBFYU56NDd1SHpHczFnVE9ndVczVDBhV1crT1IyLzZibHlVMjZ6S295QzV1N1BpTjRDK2JxUlkvaDJHdldMd0lLUmVhVWNjKzRSTGlUcERPNDJFdzNzVmtmVXBvR0VOL3pNOG9DVWp6Y3J6UUp1RmFpQW8wUVEzM2hPQkYzKzY4aDNYRWVXVnhuTGc5R3BncWE0MkpjbjJJbmkzeVRkQ1IwQnpwZnFMZ3N5ZXBSM0paZ0d4NVByTjBwaXNna0F0VzlTVDdidHRTREM3V25JK1N1ZTg0MEFSVENFU3Y5SSt3MVFESXMzeWM0ajNHbk1EOERtNm13clNUa21pTWdLNklaMWNGUWxoV0cydmUvaUxSUmhuU0c4RkFveG1qcUQrallvRHRlTVpKN3ZRaGI5TXEvemQrbWhxVFFOV0lpVGp2SUpuaDFSWVFPalZhYnhlMTh4OUxqVEVydktlMlVVRVk5VVlBdlRDUlVQZmM0M0lhYnpnelo5WEJEOWZBTWhzeGVtZG5DdWFzOEpFUUl4NzlRVHoxRmtPeDd2SWRDNSszV1hDUlU5Q25hVFgxSG9JSU5kOGp4SmpIMzNLNDlsa0RqZTVOQjNZUkF1czJKM0pYbGU5SHdjTTRNQmZjVHZWaERNYTJVNkc0dXZjWFU3VEgrN2owK0Nadnh5U09DaEIwZWxxWm1mTHZibHdydWpIWUIzMzBTUjhTZk9UekdtS3dSbDhzUDlka3NTanZ2Qml0WHpJZXU5czJGV21Bc1hhcU1LK0pTOWdHSUFIU0x6RkRZTW04bVBmRWZEcmk5ZzF3dkM5UW9rUWxRQUpzMWs5QUZOL2xwMXhHc29jY2JoQWl1eU9GZjJrVlVFNnNzMVVrb3YyanBpOXFjVWpFVTNlRjFtcW9kVG9LUUhwNmdxc3ZNWVVOOHNaWDZ1VXpOaDdEZ25DaG51aXNCUU95clJDS3pKVC83WjdIVGp2SVZEa3Z0TktJTE1KRHhOeGVxdStQMjhWbi91VTBESWx0VnVTaFdSS0IxTVBib2paWjhYWThONWR4RVFkRnhxenlUM3Frem9jOTI5OXZYajF1UVkzenA5bDgxL0JsdkhXeGNxWGtNeWIxZGxhcmgzeHVJS0RTSlFobzNleDVLWkpWNm1NOGVvRllVMGZiYit1T1d2OU5pYXNJT2lpSXpKc1FObFRrS2pUN0FjVk9MRVoxVnZOV0IxT01pR0FPZlF0TVdnZkIvZkZkKzVzMmNZclQyTVZJSWg4ck1aK3huWU52bU5mVnpzOVRrb1k3bEpUcTZZcUtsTVZOLy8vdHltT294ankwZ1lBR2FVSEJ6alVZTFNFeTE3SVMrSjFjb0ZZWURsb1dEeEtHT0dqVlZJZWpMSEJVMFg2SXBRRE9pTzFGd1ZaK2lJUG9UUGl4MVBzOXFXS0thclhRbDdNZG9BYXFFVWlsTy9INWNFcUFVc3Q4NVk5dDh1dmFGWllLZ3RNZ3FQYnczOWhFcEhqRnhNdmNkUHAvMmM2RHZvMEZYQW93TWJ0OHpUMGhVcVJvUXBvV3ZzYVBYRVBZY1M2UHZHWWFjb1p5UHROdVBibDVMQlF1bnd0M3ltU1RrTmMyV2lDdDZZTHdlWUUxOE1UT2NvMTlTSWVFTCtOdWZNdGRNallWRUJaYnRWSyt5Y0YxMEhCeW5HNW1sQXNBWFpWZVBjV09wQkRvZjd5VEF2TmRJT1hSaHhkMWNycmtsMlo2djMvNXlJbXd4UXBXMWtsaWZHWVJ3SjdkZlU5UE1VN2lLd09UUFFPNktLR1FtTjFpYlAranZXSWdZdHVDNnpSRUx3cEFEZGFYTDA5NXRBL24rQWRHNVRiZWM3b2RTK0JJeWFYV1lYaXdnRmMwd0hVaVpmK2JqZlJSdTh5WjBkWldONVJQMmREZktmOUQ1R0pNcFBGNlFoWUJmc0dhYkhPU0swS1VWaDNmYm5vMlJ4eUpoOWNUMUNQVlVzQ0pQbkNoSms4TDF0QkJNUDFVOTk4K0FFT1VUWlpicEI3bU5PdHcrSW03Undxd1ZQOVBhK2Nlcy81ZU5mcXIxRm5HUk9hb3ZDZnJ4WTEyVTZCKzRFcUZmbURmQ29aOC9LWUJJK21wdUhVKzlkYlpGYllSek51b2YvWTNnSktISE1pK1ZOYkxCZ0NRc3R6cXlpUXBPSElpOE5GeXcrTWk5eUhjTHdlRGlIb1pWZ3pPWURTeWhBRXhIRnJIalRvRmlGbTd4b3JBUnN3UUwwaUg1b01RVGdETVVPZm5kYWtEQkhGcVJhaEtMdU00dlFFNStXYTQybFRuaVdVK1drdzJFVmozNW5hS21nWXVMWUs1dHZDOW9EVmp6RXZjemcyZHZtNjY3MWFhUFdnbHpkVG9iWktjc1pZOVFNQ1pjZDZTcFltSGF6TExxUkMxRGdaWXZXeTZ6aHB0TTA4dFJYenhqYkU5UFl1WHFNUUlDSDNoa3JkeWg3ODZDVk0wbFEwWlFqcDNOV1JpM3A4YStBbW1FMFk3SFBSNzhQZnhKM3Nva3lpeDY0bkwwOGFBQXd0Z3Q0WmxmeCtwTTR6SENrVHVOcWZrMVhnaDRCN3d5T3lGODc3UzJ1ZjBjMXM5NXVuUmZReWttTVBTM1pPUXg3ZW5QbnVWRTZabEx3MXhHcGZYN0dCR3lrUVlOT1JMTld5RXVReEJkUk4vYzBHWWpUVm1BZ0xlRlhyaTZtQTVFUTBoSmVJSU9oYllLWUZYZVMweWhjVTFFZkNQbTZ4ZEdWSURKdk1tSVFtZ3BKbG5POWp6a3NZT0l2TE1GWmR2UEd3YVU4UEVBWWlnY0x3U0IzSTBEa2Nya1I2WjhybXV1WG1va3pWUWFsM1g2Qk1LeERyZkJnTVpNWWpyNDF6bGRJZC9TU0FiQVg=', '521491776_1041653798171409_3462042062443295973_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-09-25', 'image/webp'),
(215, '2025-07-26 06:24:07', '18073468264979262', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'OjRo9F+IhyKIDAkIROv5lTRSK09jd2RzVTNiQlIvUVc1dDhTbkpZeHducjM5elBzdG40MmVBbmxEcTBVNFBXcnhQSFJMemZPL3lWc3VsbVNPd3pDUElzVzdXMVVtNkJPWHdRNDBvdzhOa09vVXVmNzVYQmJraGgwR1pwTEtVRWxtYmtVK3Zma2pRZ3Z4NDB6eEpjZ0hMM0JwNnRaQTVkNk81eGFvMURET0xBeWVMR1Z3bnJlSjlOMk1NanpBOXQ1VHRObVhjRHl0UHdHSDJzaXpwdGlRd0V1Y0dCRm53d2ZTWXBBcU1DMmJ2d3ZWYk1OYWtCeCt4cWozdkdOdlkrOUxKSVJFWDdHN203d1FZVCtVQ1BHaTFvTXVabGFrdHRESWJsd3JYK2gzdE5JNUlkZlFJWGlPWnFsazU4STduMi91QkkwemlYdk1XMUxIYjZXcjhHK0Fvbk1KSXN3STdsVFFQWFloeVhiSVY0c0h0R3RlQW1zNjlDZ1VraGZ0aWovQ2NKeTJvRi8zYWhPU0dsaG55UmtQOFMzdjQxMmlza0JCWkFlSjBsVlc4ZUtYeUhrVkVXc0JUR3B1eXdhOVdlLzBpWXpkaTBmdytPbFJhRTV6Q3NReHRrWG5XOEY3cmhzbXowdnN2dmtXb1F0TC9rVUp0djJJNFduTkFGV2QwRnBBTVZPTC9lcVlVN1NnYW9qTkttMitqSzRhdEJOWWs5VzEwSzF3bjlRYXFwd2Z5S016ZlRRclhvQ2tlbmxDc0xubzBWbjBMeWhCRDFIcE1rWDdYOGhxR0N0eG5uSUtCNmdTMzF2QjhSKytCcjBpYXVyZ0FOMEluZk9qcUdEV1FlRVNlNnRLbTdwbERjdi91bXRSa01LUG5xTnk3dDhLRXZxQlBFbjlsVXlxMEI0N3Rnd2NmZ1NqMGpKQkR0aTUzTjdQSWU4QSt6YW84aGZMSWNJVXhPK2krK0VPNGtBZnExYlN4QVBHZHY0OFRGQUMwNkVYZEcxcGVDczM2MWlUb3ZmTkMyaERjMzkwSDh1VUU1OUQyRU0wR3F5amVhYTVXejIxK1VDMGtIM2w2UG5xR0ZnK3NOTWx1MDRkVHBkb01QNTJPVTgxMDZYYWxLTGlCeDVoYmtyczc4UkhJdW0xTENIdzBPeWFTV0dYOWVUZ0NJbkphd0RSMU5DN3FXVDB3ekVMckhWZldTTUpka0puT2MrdDRFTUMrY2xMMEhPcFRKM21OL2pJMzNsSkF1T2FKV0V5VzhqUnNHYmZ6RkdNY2lMWEdEZDN2Ui9sVi9PNHByME42d3NIRVRkaDJsZyt4SXA4MVRNZlhZN2UwdWVvcDNxOXkvYldlWm85czljcWFwSTQ5RG9PNHY5ZTUxWkdFUzg2eExHSGI1M1ZQcU1wQWFEK0Z3aVVFMmZUd3RTTncrSEZEbjdROW1KWmpaT29oOWQ3QndCS3ViTjJNUlE3azh1R3ZTenVnL1VrWUFBQlVyc09Bc0pCdWhacVRpZU5Yb2Vsa2drSWs3V0h2M3U5TjhYL2swbHhEZDJSTHg2d2tUN1krQm13OVJtRkFuUXJSOWhoMHVySktWOFZ3UTJwVklTaDlidnVCc2ZmZDc4RWRzM2xXdXVEWkZyYUs2NGdXKys4YXcxY2d6RzMwcXNFRjhxajYyaXBud2pWNTkwRmdORll6RlV6dnJkS25rWURlQ3RyUHF3TkhHWVp1VlVKTHJ2bC9zYU9BU05oS0p2S1lhT2FIMFVoZUxBaEdSdUdlcVJrVUE2OFErYlFqalFLU3lvcmViMS9UdjBCSVFGa1RHSWVuU0NMTEUxQ3IwVEZXaVc1WU5RQ3FnQVh5cjRteXlkdVdsc2svdll3QWEzbnZ3OXphcHcrT01JcEwvbUhDUG5WdXFZWC9HZW5XdklBMmpnL0VyUVhEVlhyU0xsd2RONVcxWUNSQXJwNTVHOTdHNHN1UG4veUdrM1VLZjNrYTJEYTFQT3V1THRobHl2VDB6a3Zmd0l0ejdFd3FmY29MTU53QmNIa0VwWDdYSFdYY08zMTdBbXJDaTk1ekdWUXBPYVdaU2F1V0dwZXdUL0VFSGNWbGRoL0xFdWlEZGdQb01HT2xVZzR1OW90Qkx6VGRLNzUrdFBjekZ6bFVhQmNTdjBBL24zZ1pYQndXS3BoS1UvK0JkL0RsQlFLVG5aZEU4OW00L1dsdGRQRFYwNzBCMzM1amQwVnlSQk90SnZkVDMycVZEZWo2THBtZFNaRDB0dytjMDlkQXE0N2FiQUVlOVJ5VTJuRGhLbnJaS3JBVDExQkZXeVd5K0ovRjB6NzhxUFNNSXFqNHE1aW1vckZ2NDBlVHdEdmJ0NUU1MlBOYURhVk1tS2tHQUdRN0NCUjZtc1J4ZmJGVUo0eW9VQTk1VjY3cEpqV00yTmZtVDljaEhwcTAwWVovM1BsYmp6YVlqU3Npbld0OGp2WjBla01JWkM3czFzcFF4N21RMlJpT2tRWUwrY3hWajhScWs1NTdUVGw5cU9OYmtVc3oxa0MyUUV6V3BLeUl4MkVma3h6V2ttalczWCtTcllFV0Rac3FpYm5YT0c0YjVUVG9vaXV4RDhKeEF2YlFUZ1JKZnNaQmUzeTl2ay80cmY0VVFjVWdCdFVsLzNIdTdjcWphM2VURTN2Tjhib3Fhb1BtdGxEa1ZXWWlDalZCazhOdnlTVG44VmJTZ0sxMmIyaXh1alNnRGpEQ2ttekVNcmN4elhBMjhrWWlxdHBnYmw1M25CWEZqeS9pK1ZrRkJQbGsrZ2hOSURQcjZoQW5tOVZHT1ZmbWlaZUNLdC92NytldVVUNjlId2daL2VsenhORkI5UWJwckQ1a01HTlF5UkxVR2JFcGtROXhnQjRTMG9Day81ZFl0aHZ0RktzWDRtUmNXeG9ITGxEdHhlOVl4NWZqYkZoN3plazlaWFFhN2NPU3ZRVko1M0ZHVVhLUT09', '521167685_18014043098753450_6474609780905992854_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-09-26', 'image/webp'),
(216, '2025-07-29 06:25:55', '18352255531085829', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Mp2ZYQa+q2EGd2WsKaEMtjRGNUJzSlNocXIwWlN5RWc4U1hEK2J2NFlCcmMyRURFZzBUSTZsK0pJVFYxd3NNWkFLZnBKc2hjbFRqRWlRQ3l2cTcwYndRTmlhOVdValEyM1pUSTNicmViSHFKNE84akFTVTE4SnRLRG4rbVJoaXlSQkQyYlRSNHdMaUpCbGM0S01ITGF0NFQ1Vkh6dkhNanA4MlVWUXp6bGtZOE4zcUkrS1BRRkc3aHhMVWt6Mmp1VnhhalNFbi8yRjQvOG9CdkdUYWdueVdPTEd5VUgzS2JNdit0YkF1dDF4TkpYcmh1SjZlblh4OFpKTStBUm03aW5SRWh1ejNBOFlCSWwxeCtBTXVLc2YzMk85QjJZQmpCQXJJMDcrYW5KQk5ZdVBZbWFTek8zYUxsYUhZOGt2bzBab0pZT05qRWNuZUllSGprN1ZxS2plcjBwcXZFUEtHYW0zSlBDQVBOQ0RMaEVheVF3UXV5eGdmaWJUK2ltb3RtN21RR0ZNM2kyRVU2WmlNOHIyVmdiZ2JudFhTZFUyTEhZaFlaWExyaDQ0dmNpbjBpOFhuLzA4eGpSSldaOThmeHpnVGd2R1JsczIrRU5QU0hCMWhueFVFNEQxSHViUzdMOEI3L2VqTy93QktBZVhsS0ZhTll6YnBVUjNtN082Ny9MK3h1b1FWY2NxMW9BZkNSYU8rbVpaZC9ENnJhaEVoblVZdGVrUC9JNzVWeURkTG5Wejc0OGoyeVYvWERhZFVZay9yTXF0UnVzSE1VUDJIaWdGbkpocnNIakRtaDRqVkFJZEJOMVlzTVdiQm5VaFFjWXZybVd6ZklESlVYcktHT3lNZ1hVcDhrYk00cWs0YXV6NWlqVFJsUE9zQjh6VTB0azhVeDVyTEt0UlhZQkg3Qnl5ZmtBeEd5Ui9HQWlBQU52cmFiQjk3V0tFcC9lUFhZYmZwcE9TS2lUMWZRSkYvcU5SM3BmMlZsbWZwS1RrSiswOThjcSsrZEs2aWQzR2pCZ3Ftdlpua09wVmw2V0VSTGdBd2REUEtTcXdwMnlGUmE0VTJNYVVyTXlNOU9Nak9MZGx6M3JCNWFLL1lkMjN0U1AvWlJnajIyelBsQmhwVmppTVExOENNQkhnVDJXSmpKRWNZZC9QbkpGNE5RTGZ5TzdsVFVNUkhqSmRhUzdLUXdJcnFDbm5ZYmRUWEZ4UmxqaEdpeldsajl6eGp6R0RkeWJzYjZXYnRvU1dJbzZ4TE5CR2xybzd0R1gwUG1YUUZmQTZ5UkZudFVXczBTTitVc0YySitDVUhvL1NkcnplVmhpeG56MUllUHNrL0JzclNvSXlqSnZEeUluZ1VzZE15QTdwVjhYWEhDeThKMWNad240VVQ5SXBQY1NHbVcyWS9vN1ZnUUl4YkNweFNiV3MwNVZPdFl2Uk5od3FNRXcvUEhWRWo0S1I0bVR3eUNVWVZrZWQwNWZiOHRwRmZRUHU1dmJDSDNtMFVCeDNLdFFZWHBEOUR1cUpNaFRtMk1GdUQvTThXSWdZaktZbm1LVzhra1RXTzJhSkVWWENlYTA2Tm1FS3UrUURYdmcwcng0d3o5eVJKb1RJa21tQStwY3BrM0xGM1FjRnZHSGR0MWlaNjA1VFVhblVLUVV5ODFzN2VzQzVyN2Q2Wml6NlYra1RUMUpSWEcyZWRheGZ4ZTJHRXdVbGNYRWU5dHhLREZLazAxeGJCdVh2aDVLUHhUbDhDUk1PZTd6QnJNRGxpSGZXbWxpbjRhZVdKM1FkRWQrY2FhL0xDYTg0SkF3RmRKbjRUTjBKb0tEdWp5cVg2anVWNkg4WU5XYnRxVTZRSm5mTlA4UThZRHA1MHdrbStGZ3ZSd0N3ZlBYbmsxT25MR0ZWM2REWjFyaXZCblg1em5PZHZGa1B3RHFmaDYrZ0NrQm1kTmF4cGNhUEg0TUpYYlllOUlzNzgvcWNMWmtZWENndnhuL0tMMkJ4WnFkS3U3R08xQjdYT1hOVG5qa3l5UjNoMVZFZlhja0d1QmhlMUdxNElyRzk0d2JKdGpTckJGRGdBWkQ4VU5lUjVIZ0JmalVheUxldE55c0FId1E0U3ZlcmNUR3Y5V2VHRjN0ZDdldkpKN1RDT3FmeTZDRHo2QWl2YTBteG85L1lPdWVaOWJhWk1mdmtyZkR4M0FOZXhHY3pweXJWRFllREYrOUp3WG41UlVTRFNNOHpoSUJvU3prNjBxcHF4Q1RRalVXampGOCtaRmFqS0hVQ1pWN05ETnZmWXY3WnhTMFpEdjY0QW5DTFhTa0t1dzNLTWJJRXlUZWExWWprNzdjRjVwb2lBMit5RVh4L2VYR0VaSjBEN1hTbTdUbFJIUWJwSXhETGR2TVZ3NWxoTW04cCsxNjA2dzRIRHJsa1RIQTlvSGM4MUhFYmxYUENzODJCSTVVM3g2Vjh4VFpoNTRTejN5MGZKb2I2SXpLWXlHZU9pTVhPWkhURWpzQjF4MVhKdEhJT3grWDZBSEh2YnFHODRlaEwxc2ZnRDhwTHJ3UG5xUUM0T3V5ZkxGS3lXZ3NFSWpveVdXcHg1ZGc2bC9FV0RaTHdTUk1ZTGdvQmJxZ3RmbjE3U0FoNWJtNkRyQXdQZVNMU3M0K0llQzBLdTN4MjhvdkJRQ3lpTEswUVRHMUVqb2RmWXZvczJQZUxxd1Nqekl2K1ZYWUxVMnk4bkpnTzdXc3ByZ2Y5eVV5RW9YWEdaWThzWFl3ZjNwQmNVa01CSkZRdXhaZnBYMS85TUtjQ1lWY3dVTnhGa1V5VjJBeVY4REhlL3QvMytteCtidWREcDJYQlFBUC8zcW96dnZrSytaeDdDeEUzcHcyaGwvUysyRG1tZU9raXFBVy9oK0tNNnVyYVErbTgzZy9VZ3h1Wlc1OWNRTmF3akxZWC9Kc0E2UnBIK2loMjl3MHNDL1NyVGJITmpsVmxxRXU4b29HSnh0ZXoxWkRGMFhRYnl1MTMweE5PNjUzZVRNaHJLbFFBbkNQWENiangzY3RibWJIbmpY', '525709659_18014400989753450_458508599523536333_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-09-29', 'image/webp'),
(217, '2025-07-30 06:24:42', '18086036203747982', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'OnbaEmNpXIg/EPBJnfwvwnBDTUNhcHJ4RmtQclNpVXFHS0l4MnRJMFpSTnAwM3FFUG1HKzNjNEFUc25pZVM0VGtFdmN2V29pVlM2K2hIb0dGd0pNQ0NtSWFJQU5jSCs2YjNzMFVtMnh0NUtRN1Z5ZWNncTBhNis5cjg0eENoZEIxaVJOeHFaZlZwcVRoQnZWOXA5RDdkUWRYQmF2bVUyTFRDcUpLMmdubGRKQmswZEprWjJDNkxrKzdSbDhCV1hIRTZUamxvWWx3ZFVMaXZLK01xK1FjRnVIZ25HcjF3MGtzeU9zK2owT3RjUkFyQ2c5WHVMdG5DNmdSRTYyS2NNQVJpb3dEWHZJb2REZllPc3J6QTlqV1ViQnNDZ1dSMDY0R1lMcVdoTG5FdmF3VUljS2FXTUU1cHdxQ28wMGlXM09vNGI0Zm9oVDRvbG5oTCsxNlJwRkRRek4xOVhzOWw1ampGOTlmS0x2eHptUFM0QVRJNkRXTDRiS3V6Ym1HWkFsMldmaGNtSjF2NTBUbUJXRzluZ01iY3JGalhQSmJBRERycWRyRDYyYWdEMFI4TVNwekJuM1hOWHBzUnBsMTFKUnB4em1RdDJibEY4RU10T0EyYXlxT29nYmp6a0Q4RjBFNEtqR01NaWdQUElIZnVad2U3TmNybFFScXNYb2M4c2t6OTVMaGNHQmpHcWp0V0VCdlhINWVzZVNRb1VwU0pYUG5hOVJSRXpIWGdBbHU2bmc2RFo0UTlaelYvaW1xVi8rVmwzcmROTU16VjcvUnY4OVJxVU5DWm05M1VJRFR3U0dmZ013V1FtdDhBV1k2T3J0ZHdkb3h2MUlxTWNTUlEyUEVScmR2eTNLNVNiOFlkMnhzcWFtYzBqYkxrbnRwS3NwejBpaG9udFY2akhlRFZxejZSVmtNTnpjcTNsN3ZxaTVlK1JGZlpGejNqNnBLOXQ2WnZ5ZUF0dHRRTk9yclBCb2tvQUE2UG1FN04zM051b0pmT3FpbTRkeGYwbyt0aGh0dThaOUMrWmVMRENtL0dYSGlpRjZ5Si9sRU1VQ3VYMVVkaC9zbjJEbmdIWEpWSmhqdzdjR0FJK2xzV2llSkFRM0Eza041bm8vd281eW1ybEZ6eTJtQUxsaHlNZnRXaXFpRExlblpPbTgrOWIrWDJTaUVZWVBtS21qM05XTE41NzQzTW44THJrcDlhTGN0Mnd5eUhlZW1kRmlDazZDRVlXRW1vMHpPcUZOOGYzUHdNN2RiejFaTU01STdBRDhDZUZweVcvWFhBYzFQVWRUUGdBQ25oYmd1R0l2c3JVSmRWdkx2UXAzMGF6cmF6c0RIeUtBMXlwQ053VkczOXdGOWFHUG9EaWk3SWlCNmY3cytwL1FFM281VmttV25BOGk0MUE2VzVmYlJOckpzMnlnK3VVUTdWdzgvNjhzSjlYQ3E5RTIvSFZteDVFOWI0czJBdnVYOSswZTdrYitiR1lORVlxTG1lNXVCSWFjU29wdDNVNURKcHI0enZMTUxYVzhSMFVGdmVjT0RWdlZxaXc1OHh3eXNJc1I3ZmlEZUoxcTZIWlhsbFkxTVFnRVVSenhIOGtKVlJhS1l5VWN6NHEzbnU0MU8rQ05Ld0wwdC9VTWltMnE5SFVWNlIyRXBMSkdqTHZraVplMk5lTFp6dVJXRGFHSFRDTDRiOHA4dkM0VHcyeWlSMmZwcUhULzFzdHI0SmRiTTMzS0xBeGw2dHZVbnlmWTZMVGVvdElOWTFaNmJPRmplK3VzRjFZd1pmQjZIaWo4VEdBSjZuZDBHQnhHbTVYZ0JtZmZhOFloVHFHUjZ0L2hQeHBXcFUwbytjTlZFaXpSNU81R1hQcE5GRVVDVnpqaDhzaDI2K2VYVjRUaFVISlFQZ1RjK21EN1U5WnNpR2RxZEU1cVQweHRaNlZCNjlxcTlsUUo3a05lRjRxRDhiNjRvNWppaFQwbkt6eUFPeVZ1QnJEVGdRVlFXTUw4MXNEeXVBeDltcTVVb2xEWnkvdFRBQ0NISGJIWmR3WElXTGNDS3BrWTNkUEFTeE55MU1JS2FGNU5HTUJFZWh3SXZmdlJ4S3gwRnBkUzk2T2RrRFBHSjA2eHV3T1hqZzh4ajlmcG9oaUFyR3NkK3k2V1p6VS9kS2hBZTIyYkJ6aThXN2NnNUVQL1pqZVRVcDM4WnBObG84OUlteGhBaWo5aUovZWo3NFY1a1hpOGd4T0dCOGM4MDJhSXhuZXVVb0llQjZSSTl4Y053VlhoZm9WSmN2bjk4TUNVaGJjSElZU01lTlJlTUU4Z2RMaDFLcDZldHlEdUNwVElaTlYvRVFscUlXQm85M1NwTDJadTU1dEJ6THRSa1crQk1DM1NYejd3c3FlKzZoMWxqZjNkODdCZkU4OWhlNE1MWjJZQzhOYUtsR1BpcUpCZ0NmQ3pGREx3YUZ0N1lCTmxQTnU1eHp0VVNJQTRLcUtRV2duTmF2endxRFUreWFTOXhocXRhZjhPUUNBczE5cnhQUkd6ekJtbElvaGttdnQreHlKcHRIaTBpTGlZMGN0ZnJrVjUrWFVOMmRaUWx2SnNHRDg3V3JlZWcrZW9oOVRudXdZOEViRFB0WUFGRmYrdEZ2U3NHcjJmeWhHRjR4TjhQdVljZnBNWUNiOWsrQ1hKMEtjajBJK2p5YVJ0T1JtUHdhS3hUNDE5VGJpaG91cXpPcFkwOXVnWTR5cUNaaWhLZ2R0b2tTTWNHSWV5VGtaczdWWDJhaW9qbERLNTR3YWNWVDdTcmxjWTJhVk5BQk9tNTl6bGFxSmkya1hZRUphcVpYUWtmUk96YWpjWVhDajIzRjJ3WWJBa29XZjlHUEVQc3BLSW5HOElaV2NnMlhWdCs2T2FOZmNhZTNhTHM2bm1jVmR6REZhOXNVL0x0VE1PdHdWSEJnV2RWNnNNM1FRbWdoVi9uYyswTnBkY21IdDFtbmpQaU5vYjZMMTZoYy85OERzOGVGRWJKRDMrc2hwNWI1dTl0eFBuS0pyT1VVWit3RHhzK09EbGtvTk9HQXMrYnRGMVc2OXI5RXRzTml0RVUrYitDVmdIT3pwTzZwL1dWWjBxMHJOT3U2Z0taSmxBR2hGa0JLaXJrRzFHaUs0NWdYUGhaRGQxQlRxb3ViMlJObndwSFdzT2N3bjNLa2JwM1JVMmp2ZkdEdjRwcU9BQXR6b2c0WTRtQlptc2cvUXR3enhXRUVySXhxaGFZMWNCOU5lNEhsNUoxZ2kwUUMxYS9VSXF6aXVYdHdWQjRPRjk5N01XY0RLbjZJUC9aMi90WUttUGFBVEJtb2VPeTVZOWtiTDdSaENiOXZaVHlLZVVaVDBZOWV1OGF4d0lPUm1yZ1FxaEQvMDFoSFJvQ3pCWG5FeDRPRy9ZU1lXZGhZdGdkOHhFVG1semNGS05mREpGZnh6UG9MTWpSMStXTXoxWTlTY1lCK2tDZEpkMmxYV1pLTE0xaDA5aXBSakM0eFlKNTA0bWVtQ2ZWY0hLSG9YWmxONzRHODJ0UmhIM3JxWWcrSkZ4ZTJsL0FiSENqWGcvWnAyWXRnaGpLUyszNEpWSElYdTNML1JZK0NzTVNNRW50QUVPOERsSjhOQTc1LzV0NDVZRVhvcld6bU9TcmRzOUhpYzBHYXlndVFxcmxGUWU0bEhVcHIreHR1UDIwOEY0Mk9WMjJPOUt4WlNTOWZuWTJoaGlMbVZuSnJIdDROeEhXclJ6OWZwTm1CdGgwM2xjS041SG9JY2UzeUhWeXIvbmlKZ21OdHBSYlA3eG9GYTRnZHFURXVkZlVuQjdDUVh6Sm5ISjdITmNQb3NxNWpZb0hvL0FKWmpRVFZhdmRMbVdjQmx0OXR5cHZxcnpiMWFseDZLcTlOUFV3R1RGMmFSUEIyNGVaUytPUVkxMVZNMUdZS2Q2MXkxc2NWMDRVbmNoWjlUUGsya3VjVDBkRmZvUUYwQXA3LzNLWERjdTE0TXpzSm43RWlFNDdXamIydTFiNElic3RoM1Y1b3ViTlVaMjVwbko4NmVsT2d1NGN5aGsvVUdFa1lzMkhBdkQ1UG9sbU51Y2N2SzhSMEh1aVpPL293aEhTWi90a2RVSWJkWmY2bmZuRVlrQVlLd1ZFbTd6a010ZUc5VTJxMEhoN1ZqRVdiWTR0OGhNNVptY2Z0dmE1b3A4cGxESm9PK1pnTFFTVG1CMkhDMG9XckRER1lmcnhMamMxTnRhcndjc1UwTWx5M0s4MVJsZXd2elhnaXZKL2g4QzkvOEtZZWh5VDFKN2JPbkFRV0RVSDFGZjNUVksyUVBlOFVXTVY1cExWOGwzRmZRSXppcWNnR2t4b2F1QlBKRWMrWTJ2ejA0Vm1NQUNsQkxGeDhtVmJ4SnA0bE9kekE9PQ==', '504380326_4029055994016339_5609151400540570884_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-10-03', 'image/webp'),
(218, '2025-07-31 06:26:03', '18084110269665614', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'r/OeKOad+dzTn2K+IZJmP1RGWjFjeSttRlYwWXRDWjVPK2svVDlxbFZYLytUcTZ5dnJ6TDVFUjh6KzRMV1FmK0dJVm1NR3ljUjUzL3d3OWwvaGNodndTYWFwdTJySHZrbzQrUEtMSUs5Nm9iUm1hNzlBQlVGNFdBWm91UXRTOW9nb3RJbHptbVpHM1g3b2tDVElrcGNLK0ZuZjNVcjJPN2UwWi8xREpNK05rZjVHZTJ0cS90ZzNWa3JBMThTUmhGaXpNdS9qM1Y2OWMvblc2U01DK2lTWEFRbkFWYXRTZURvTkYvMUEwc1FBQWFlbXlucmhxWXArb3FRM2V3enN4NWZiK25xREpFVVo5Z2VjbFl0dzhSd21pTEF5OVczUE9oTklFYStNNk5pQ2ZId29PZVVFNmYrd1IyK2hEL3pwdmZxUWlvZEdBOEk1NEhaSlFBclJCdVQ2TityN29WVTlTRk1Zb3N1K1cvTHZjMWIzSjN5Mk83c1h0VDUrdi9VY0tRQjZlaTZQTnVPeXdvTEo5RDFNNFVEL0V2eUdpWlhhYnk2bmx1NHFiZVRpSHoyWUl5YUo5RmJJVmlnZEd6US90RDJxbHpTSzZxSy8vTmxIWTBZVVVLaWlmeUgzOThOcjFWUHlHVXhzc3grcnVGN1NLZnhMOThjTGZyZXJmMUtlWndOSDlJZTgwMEgrdVEwZG5NTitHR291SUIyU2pNU0w4TkQzWjNDaUtuTW8wdlhDZXd0VlVwc2IrZDJJR0NrRkN4NXRXbE5RVWJ2ZXRrR3VQdDhUYXFPeWtsb3FYUmc0ZFdNL0hBUXB0eHhRY3N5Tys4MmtVVHlycktLbFhUSkRXeGZjUmVIVnFYTkNJUnUzMGdJRUtKdWdZOE5XT3JtYmFPTmhRcUp5TWxnU2pTdzlJYURPZUlRMUpCZzkrM2NiNFErUGloNXhjdHBvUzgvQ2dSZjhENVJwa1Z3dS9Sbmp4cGhSK2lDLzJKOFhLRkdoWEw4YlhBZDZOc2RYZjFRU0IvM0V3S1B2QUVpOFF1anh5Y2QydFhlNXlHZnhxUDJjZjF1SGwxV2JUaDdOS1Fia0wrb1NCRytXNnJzOHJLUVk4eUN4SVRqSFJ4TXp3NjFyS0V3bFRLSGRJTDc4L3N2c3dEWWRISXhZTWkraU5FYkpKV2J1ODVaL0d3OFR5bmRHckVPT0dwZGMrT21BcnBEMWs5cWxRaXhHSE9QNTV5MzRXeWEweUxGbVo2Um5jVVpzUHViMlNJU3pjTWtYSCtqSjZnTkRCcEFDa3pVQ1NHMEQ4L1EwWkxJM2JxZGxyeDI1UTc3c3prNS82TXF3UnZDWEZ3a0JpLzlSMDVTQ2NPWVVFcTVBaDJ5b2NqSGdkSlBjcmoydVEyVE01Ky93VkVUK2xDZWx3TmZKbzEvQy9Hd0dSLzh6NnF6MDAxNTZiM2Z2bWRsc21ZMjIxcnlNa2pRanlUbXRpcmdZSUw0OGJTeUd6SVNaZEozNGdJVTFjZFI3VThVK05MRHBNUzRxN1VvOWgxU1lrVHFXZzgyY1lJeW5Xb29uWmNhRWV6MTcrM3FRdUltclJYSERCemlpcnY2UnRoZGZjTFVUS091SlprbDhnci8yL3JNVjJaYTI3bW9ETkdvQWN4SlBzN2N0OFlBTEJXMHA0MWo1Sm5PSEVyOEFianBWL1VhbGk4NUFKTUU1YnJxZlhkZXFhOUl2Z3hvVGI5ZHgwZEFlTWtBeEUwNm4yQUNsblNtU0NQRzZ2L3ZERlBlKzlPakNhbFpycWU0cUQzazZ5VWZaVXdHUlJLbGxLZU8xQXhJVU5Bd1Z5SW93NGpBWVhRbkEwbUxRaERPYzltd0VGcGpqNzJZZVhENVJqTWpwcGx0UmRYTkZja0Z1NDhJbDM5R2hrV2dWRTdYeHpoZjhSUURvZEpOV3ZmTm90MER3QzlBeVFtMGI4blAxWHNBbHV4TVlXV2dEUWNTaGJoREwwemVmWGQvUW1JWFcrb1M0SCtoMlRKNzBnRTc1VzN3amNSOVNHSFllSlJzV1ZraFc5S1djeHJvTHp0dkhTZ3dnbTA5c1N4NVFsTXd2SkYxY3dkM2lIRzVtL2xZck9oaUozaUNRS2RYR3l5SEZoa3RDUVVDS0dDbXVDUVU1azh6NUg3dTBlaHlyTHpjNUt4WVNURUQ4VHNxSW53Yit1d2JIaWFqSFNHRjV4YUQ1bzF2STdGeExwUDBMMHQ0UEtiamUxek9SRE1LbGEvNEJNOVNDNGtORVB6bjQ5RXBhZTRhSWRnT1MyMjBNQUNLSXk4YnFDVU55N1ErRVBMblZ1TDBXdncxekRWczFCWGEwamtkTFMrVG5NZTRoMS96YzRQVlYxQzduZFJOWkx1aW1Fd1JaNmNvQUpHUXpwMzRSK01HK0JVSjRVYXhBbU9uOWRsd3dhMTMyUmlDNGFJMEthOWVxcEozTE1DdmR0TlU0N1RybEhCcG9hZzQxZnIzSEgvQjdsa0hQa2RVMzhMazRvQXprMFpVeFpHQVpyUW1jRGgwVTBmODJhTTFxdHQ0cXQva2dBdWhOOUEvOG9XUnZDUUZGYm84RVQ4UzZQNXU3dWdaSEk1S3lmMVExQXl6WVMxRHZwMmsrdHk1d0FzSDZQYkVRa3BLM3ZuQ1ZUZnJlN0RUTTlDNW9QY0RDMEllZlVSUkduK3l2NElBSzkzNmw2bGJCdGtRVHFxQmtTZlRhTnJ2RHM9', '525078779_18014608508753450_5938099740504082067_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-10-04', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(219, '2025-08-03 06:24:20', '18070287737024213', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'LQEgSPHzObkIE/OcOox4ckIwcm1oa2JKVWZSQm9TdDQ5RzR0akF1N3lZR2Zpb3JzbG9XUkg2TlNQaXRYWTMzUHlRNmk1UGhMaSsxYzZYYkhOSnBJOHUxNTFkQWNDazZPdWl2aW1KT0VJMnZuU2lGaTlCU1U1Sm9RZWoxSjVERjUyR3JPQTdQOUhqSVIxZEY2N2F2RGNIMEZyYUtBMVBKbGJVcWRxWWpIWUNnOEdNQkc2YkRhd1p4ZnF0eUNaS3VXektRR0hIQk1lS3BoaTZFNnNadDhMTEhtVXVJeTc1OUVpRitaQm5IbDVsMEZIMVhZTzYreEhRVERxTThQaXkvUHN5UWtZLzRsbC9ZYTBVRHJxZUxEVmNDK1orT0IyTHIrazVSM3NwMk4vNGs0QW5UMWw4RzZxRE91M2RTcWtseHRvT2hJZnBzL3VNUWlyNjk4bCt4eEdpN0p6dDNDaHEybS8vZUhRR2lUWDhVWDFLSmxGQ2I5V01EQzh6bi9pSDF3L3c1TGJ2L0lSK1NweWwzWGxwR1BTOU5JYWY2Sm4zVFJRdDBBMVZYTkphcWRycnROeGRndFpqV2dJZHpSdEEzTksvMlNGZGR5RzA3VEg2NnE3YU9ZT0g0NWpnQkw5ZG9uVGFhTUlaOVRPeUZxd2o2MjVYVjJ4UENZTnVYQ005VDkyRVVWVms0MlJ6blNhL2NxdC9FVHBzMHZOZ05nK1hJLzJUTEhQTWhMb2U3THA5cVBUdkd2L2ZFSmwyQlk1NUpvZDcxOFRNS3M5TVo4dks3cDlocDVDQVQ1b0tRMEpmRTYrRDZXcy8wVkM0WFZ6VDlrNWRLNjBxRzArdUxabDdiTmhMVzF3OEVDRGVUUSt5Y0o2ZHdlNUxqeUU1ZTJ2UDNtdmVnSTRHSklrZWxnc1JMc3ZqTHNGYnQ1VVhVSG5WTWp3T1JoT0ptbGRVZTNkNUh3SENlNHhEMnV5Um90alZWV1grWHJDaDVlaGJtOFVmL3VNSTVQcmlaMjRNeHRnNGdBMXUrM2xkZ2czVEtnUzBDKzNwN1dpK09HOEpsSnlHUGJCNFpOODhzRHZtTnZRKzNOYjhrKzFmMVlGM0ZnLzBreVFpam00TEV4WXlJT1lDRVZjRjhuOGhIUjBhb2U1YzhuSEpad1Iybm02MGVXNVF6eW5SSEhjb2xSVkJXTHQ2UWlKanVmSmVzaFVLcWhVV1kwd0ZrL3hmcjZBMW94T24rdjYwQm5kNitHTmxidzFuYms1cEVBbjBWRk9RTFZkYlNHSDRKR2taWlZFOXlDZm1qUFNueXhUZW1TU1RCM2R6TTA2NEwxM0lINTNCZjVMYlo4cVkxSXRxREVMeFo5cFlBZW5oSjc3SGNhL3lLcEJDc1FSYUpoMTNFaFZla3pucFBPTzFqRy9Ea2ZMOHVmU0V6WVdSaHd6alVNNVEzSkJjMUYvZmdsRFBoS3JPK3ljKzFpZXVJZjRQK21qa3JUT25RcU9WNkZ6RkFMSDBsRVY3WlprVnI3dC9sSFJHaXNzTmNOWVJCcFNLSnRXdGlaaVpZY0lyNWIwQ0xUSE9NbHFZclJQMWdaYnZXVmliKzUrYXduR3RtSkNBbnhqV2dGU3pWQlNIbE51cE1laEtpY1dEc2RWUFp6WDhmZnU0ZHhiVGxBM0FSZWZqVVk3RGR0T2h1QkhJa0o3Vnc2T2c1VFVwZzZCZkQrdVVoQXdLekNsOGRyU2VoSU5uMUlRZDM5RzBXN0llUFFYd1JnVEphUGhnTGt1Z1NsUTkvT2JPaThrc1NGeTJTamxFL1BDWkFzM0lSR3VVSlVMY1drR2Q1bE9VTDdqQjZXK3hCT3VPYU5GSXJMQXJZZkZhLzVHZGJxQStsRXJQWS9RU0h6UkZuZjhoUFZZRkpvMEYzejBRQXNCQ0ZVQmxwNEZrS2ZmYlcrNlY0V2JmNHZQUlh3N1dxdGVJT0hNVmZlbVltOU1PRkZxMTNlZC92dXZ0dU53QUlpY2tKOXJBeER0ZlRSSG0xSlFPZm9FRWZqVEVpQkRkalJ6NjlzcmU5V09CODV2eUFKUFpVaXdzcEtZS2RvMW1Eaitwa0M4R2lDVE5EQ0EvNEhEK0Z2Z2R3cUxDOEpDUENFMFovTXF2eDVzQytMd3lHVXZtNU5JQzY4OWpsdUFGV3FWTkIzeDNUdUpaZWFEN2cvYkVlTE5zRW1oZ3RWNUxJYWJtVVpidjNRaFdTdjRZUlhNWWV3a1dPTFMzRE1YWkJSVy9EeWFkWkYyMHBXUlZUTWpzMGhwMXVFSEw0SzMxY05SVmhuam5sdko2d1JOaFRoQWprSTQwazR2S3ZrZXAwME95U0F3Q0pwNXQ5NHBXV2tYQlVIL2lDKzVPbjY2R3EwdDM4MlRhS1phd2FBV2syWGM0Nnhib3M5aWsxNmtkS0xCajJidncvdUgyTTdTM1JzMkFwa1Iwam9lMER3QmRZeDYxZU00U2xqU0F4K2VPTlJReWtqVjcyZFd1NjBMRmxJZ1duQWx4ZHJ4ZWxPOU1UdzZpdTd6VVFZTVRxTHgvTm9vWTF5RXkxT1BSNW5BK0FtSnF6VStxNjYwL1lJdExTTVNWUjVlRjdCRWFWcHNINFd4a3NKTHVINXd4ckEydEhrTStPTDJ2a1hUVDhSSzA2L2tWUzZHa2QraXdNWlVIbUROQmVlQmFYdlE0NHdrRm1mOVNoSitYVXh6bEh2Sjg3NnUyVHc3K0RXY2ZQZTkwUFQ4M2NpYVUvTjNVRno2R3FRT3VZamZsWlhBR3FqU25YcjN4ZUlLQXEwaWMzSWFQTU1jSDBrRTNaOTZsWlNhUkJ1Z1o5M2R2SzVvZlY1UVJIWTcrV2kxQVA4akM2SkJwVk5DVWVlTlViaGhCRVBPN0JTYU9oalRRVWlHenp3OW41SGlUUGJkWDVFd1ZVWlRpMWlmcG5PUnN6YjlLa2NHeUZLN2p4M1ZneGV6UU43REJPTElGWUdiSElGZk5hWm4vZEx1QTJsdytvUFpxcjJVQ08yVmxDbU5VRDVjRWE1RGhsM1BIbVRwb0t3N3kxVVduL3RMaW9yejJwclRGdVZ3QTNUaStnbGl5SkxyUGRIZ0paV0JhUkpKOTA5NmVUTlhKdnFCL0hzYXM2S0dCLzUvekZaSXFxMlpUenMvbnhIa0N0WDZpbVZXY1pPNndxVndvR1NsMmZpcTNJQUxsRjhoL0RKSEVEVHdJR2k2L3dDcGRPY1ZaRjhhNmtKWXZHa0JWR0xhK0EyY0g3UjdNdC9JMS90aFUxRGVxU3V0aTNhMEFoNmdRak5HWEdlTGhrU2t1TTh2cXlpY0hGcU9lUWs0TXpvOWVkdUMyczFsYjhHREVuaTZJcndSSnQ3UEgva1ZWMFh3TnVJQTkzYlF4alpLZFFPckQ2YmlVck1SMHpZSTF0MWVMOWxpb1J4YVFySnUvQzJsK3R3VnA3WWJIZ002QlB6eEU4U3BNU3lFWWExNzIwQUkwV1o3OWJYcFZGdmpMZkZtWldVZG5uS3owMmQ4My9YRGw0NG5BVllTcHVUclI5TzcyVExsLzRrRVppa2RtSGZibHhBd1N6Tk5vU0FtamtqOTYvQkhzOS9CMkdRSnh2K3lXQzIxMmk1Nnh0MlNOUTY0QUVwNVZybTJZbkJpdjRISlhDbEZvV05Vc2VQQ1NBbExGKzFRUUZSSFNNaGwzUEpiZFNSU2hMajFEVzIzSWt4YjNDbnMwREN2L1k1eGRNZUd3ZnlreTRZQ3VMcmR6enVTK1greXRaQlVTQVplTm9SZHFaQU1XTyttY0l1TmVkT1JUQjNrUFFNVTZDNVk0d3cxSWI3M1czYUgzTU9Zdm1sajNVVDVkR1lQWGthTVkyUGxnTCtvOGdjcU9rZ0UyblFhK00wQkZCaW1iYjUwME5jbmloQmsxSDlzcEpPNUYxRmVXUWV3ZFgzRU8zM1IveGZPMUt2ajlyUzhOT0R2aGsrdSsxeFRVVmdUNVNRZzQ5Q3Vqd0M3RnlBamp3MXUveFF3RFRrNnAzdTZ4emFiQks5NnFrajRmUDc0d0ZPK0JJb0tKWkllM3BES3hzYUI4YVpkcDRaNDV0SW1GTkpBRHZ1NWdFNy9UZU1OMnljTUNyTU1IY3BaOEhCU0RtZXc0alhhVytES0RFZ0JSenQ1UVF5OGJWNXBCUGNscVVHaUVVVkhJYVN6bEZGWnRXVHZiNU81TGhHNHFkZnRGR3R5OUpSMEpYcFhCQ3FzTnFTc2owZDExUHViQ2YxOThxVkZkR1ZWNUw3aDFYTmMwNUZiM0Z1Mk9pMmRPM0ZTUm9rMDU2OWhIVXRQNkVwdFBwVGo0RGw3enBwUFFiOCtQUTZkUT09', '526523737_1286728692909702_4551962463149039316_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-08-23', 'image/webp'),
(220, '2025-08-05 06:24:40', '18101426701515827', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '52tyZXBos1xpsM0504qk/nJRNkx6R1pxK3Q4c200bU4zRGs0dTZpL21ZT3lxb1ZJYS92RTJ5L1huYytkTEdscDNXR0ZYSEhiT05NNjJMT29JdGUxaHd5SjRhRE5LL1JmM3RaTUdEdFFSS0NXNFVpRjRoeDQ0b2p3N1Y2MGNsMTB0Q2lvWFJSMGZUYW1TY3N2TzNVTEhrbTVScloxbTZoQVlLa0FiNG81bFBZOFhUR0tQL1VmS0FaWW5kRlNmTVJaczNQZHRLLzB5QWFWdGZaR0lrN2pUWTlVcjF4em0rb3hiUElJVGRCaHVGSStYYVMyQnJTNFdxaHB3cXJqWGRGbVhwOVk4WTlibkFZUmJ3cDA0Ti9pZzF0QXBlaTdUUHJwOC83MmZvNmsweWlLQVVnK3JocUlGVThBTVlMUHpyZG5NVy9jZENmUkZJb255YlR5SVFWMFJSeUsxUVdmakNyTGQ4TlkwcGJrV0lnMWFiTElsM3BsalRsYmIxNUNOL2FLTnVHd0V4Mmp6ajhoWUEvRzNPMytWMkQwcEFoTTV3cDNtNEozTnFjWHIwaDRZMUxZY2tKZ09mV3hyb0xDWTFhK2RzaGErOE5KSXBsNW1VK0FLYVRZbzd2cnhVeGdncjZpK2ZRak0vNGNsY0pjTnFZNUtUUkdud3A5RVlIUUd5OGtxMi92TDBMa1l6RDVFaW1jdGp5SDJmS3diRTRRU2hOL2hDUzhrOGd0ZWlPVzdlbEdnaWJpR0xNcEZFSXZUcXBqeEQxcnNZZnpTVDFKcEJPdUdvSCtRRTJkaVk0M2xJSktNYng2RXpvRTQ3OVBCRUpBTzFDdnpKUnQ0VDZ1ZkRnNjZ5anNQc1p1MjVYMFhYV3J6Z2t2dDFqQTJUR2JkOW1lTW5SMjF6Mi9kSWZoVzIxZ1orbXdjS2I1RGFPUktXdG83UDBmMDVWZmxEU0dwbUhObzFUV2J1Y21FeEJmaHpCRTFWN09PRXdLM25jL29NZzAvWDI4UU1SUnVSdk5OVXRoL0VlNUVpY0dzdURCY1lzSW1VQ2IyWUlJUUtWaFA0KzNwbkhEMHlxQUZ6eS9oMXMycHNEMktGTEJBRm1xQUJ2TEpvekFudyt4TmE0ZWxiZVdSbUFjK3dHMEY4dHgvM0F2bFVqODYxUDlXN0dEa1hjWld1bHB5QkhyWlV5aDlnblp3bXNGajFIblhQd3l0S0U0REZzLzdzV1JLOU1ESkY2Q1YvcytuZDdVM0NuWGcvU2tuN0taVGVnSjNRVWUreTdvQnVRWmk4S1YwUEJnS2hLbFFWOXM0amFtL05MZVlJc2ZzRWpKbU1qL3R0VUtyUHJyaDUwU2xvQS9CdkFzUGtBcHp5U25ZT09jbVVUVGtIWVJwOUtTYks2VjhaS3YyZTg3MVNuRHRmWk4vU2J5L3YvTmwydXRieE5XcFBpNHlTSkhyOGswTEFBWkg1L0V0NU9sWFI0NWphRENEU1RYSXNNaHhYMDkxanpzc0Q1QzlLeFdZbWxtbjJSUnVWSkhmN1U3UlhGczdwYnJGV3ZZQU9YcXllLzJQeHB3YVhmR0NPcnJ3RTNKaFN0YXVtK1JjanNaL0k4WURRb090c1FsSERVSEVadUIzcFJ2VGhnYUJHUVR1bWJyUVJmWTljSGpTVmJXOW1LTWYveGpxdnFiandlRWEwUHZoKzNMODlNQXpwaFFqR2ZwaDh0WWlFZzIxYzlGMEJKazR2emxFZGw4R09VR1hiRG83QWtLQW1QRlMyMHc3V3RLdjR4NlFqMzNaVzE4WGN0SDVZa0QwaFkvY1lzT3RPOFJoT3VpL1ZDa0RJMlh5dUlOdi9tWmNFSVoxVGtUdUdiNExyOVBMaDkwcGRWWFJXRmEwNFhOa1lQdjNDZzJWMXhTK21CQ092ZWs1NC9QQW9CUWM0Zk4vS1JDdzQ4MFU5VkZzUGM4d1RGRDBkNjdwcVVyNDVqd3VSbXg0VjNIR1o1QjZIc1lsMmdmN05tQkh6ejJlMTlFeUoyd3hQNjUwOFdLcXdyKzBtU0FyQjgrUldRSGNRUTZ0b0FudGZhM1YrTXh3VytZa1lJUXJHSWhQY0d6UEFTM2s0dUMrdGFQaXJQbiszUm1FcnNJVyt0SDN2QTVMZ1Z5Q0hPWWp6TDdCS3JKUm10NTlFbko0dGV2Z1U5Ynl0Um0xUEFUNGJHMUFKT0J2NGhiNGQwbEUzSUJCUU1oaHh2dHlKc3FaV01MYTdmaHJZb1dvWVBaRnc9PQ==', '527530277_18015151013753450_340417519058437475_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-10-04', 'image/webp'),
(221, '2025-08-05 18:29:21', '17947569671992442', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'hECr4qoFkq7cGuaigTroTHo4VXBqL0FzVmw1OHdlN1R4S2psYzNXM1NRcFBHeGx4eWJhT1VlOVFwcGdMMmhKUkgzbFVkb3BMSGMrY3Y3TVVPQW9mM3NROUJzMCtuUlBsbHgza1J0bllxemxtek9wenhCOHRBVkM5U0J6a0IzcER6UVBiTmRLdjRvMU9rRFh6UDR5Ry91STdNTU5BSHcyZUNFMHp3bVRFWWNSWFdpT2EwVGkycjIyZWJIc1BtUXhtL1FSdW9yZGNONGczdStZVkxFeGZEeHpmbHYrL1Ewai9DVGV5RTBLd3NPS0dTY0pVQUgxQ0RGYTBmVitsQk1mcTZGYWR6SC8yYzJUcXhpMFNrZWEwTHpNT3dQNmlyT1RZMDBsckNKci9jUENsTXB6TGh1cFlZNUs4NzE1MzhWZzQyYzViTjg4b0xZb21nclRMKzIvN3EvYjdtdjBWdW5POU5HbEJ4eU4xa0c4aTBoWWdCSWpvSjc5eVM4Y09ZamZsODFDcGlwSHcxV293bVlMVGFkOWlvM0M3UURRTmZnRXM2eUZhRzhYY0g0NlYyREVFV1JzMWJHMVFGWjJVdmlCeFRkZkFxRmFzSU0yMEgvRzRJeW10UEJrS2F6ajJaYXBsMUhsK2VVa00ybWFPN2lxeG1ydzd0WFRPektRbG9vREtvUysrRVVjaE56cEM1cFdWb1lGUU52bkhCUElFUXNGRlN4MWVEWVh0cG1PMGF3aDZMcUtkSmZNc0FINjA1aUwzVjFjZ0hBclNETnNZeGRRNjJaRUxrYlRLOXVBZy91a3p4RVZYVk42RDhJTTBHZWlvNkVqdEg4eUhTMFpmVzNDY0FTWmQybHNzVTRYUWsyNVpWK2VvLzdadWJGK042UGlONS92OEVFZzFnd1ZSdEpoTFYwRWtCeG9Rb3JzMFVXKzZTNklvVUh1U1ZNZys2T1pJdXBzNjZOajRhQXVIQThFUEdIa09MR2N5MmpleFdXRzBuejlEMVJvcFlzNldhN2hucEp3d3ZQL2dvSXlFUXU4UStTREkyc2UxSTNFQ1dHdWNjcjhFSnFSTFgySWJrZXpkcyt2dWRob1JMeU9nUTNJVXdxdWM4Ri9aSFRZWllLNkc5dGNnZG92RmxOVXVTTTQvYnl4WWpVR0hOc0d2UEtoU0JHdFFYaGVDV3Q2NGo1dEFSTitnR1ZXeGg5WCthNFVqWEVaVzNMM25zR2lnY0lGWlM4NkhyRE5KR0VvREVraEdMQ0lZbHFoQk1HaE43bitscHg2a2VFY3FWTG1UT1FtV21jb1NwS0tWcCtSQmVrQ242bUZ4cloxTVZRMnlMWUVlYUtWcytQbGN6c1V3WE1HejBsVWV6T2NCWHE2YWVoQ3RIUEdBdXpZUHQzTk43U1hOM3JCaDNLaFlZMXpYODR2Y0hFMXBqRXZHWmJWRkZaOUJUdCtQSFUreGZpaFN3cHRxS1A3bGtTZjBvRWhQMDNsVmp4M2lTdHlraDViYzVpZ0pRbjFoS0x6L1ZNYnF0WTFwT1FjODEzZXlDS2IyMjNTTE5FT0daVlVlWmZGYnhvN3g5a3I1MkQrZmFjRGN1R0srL2lHb2VuYzZPai9KU241WVYrYWlnTlF0MHl2UWdsVElwcVY3VXY0eDd5dFlvTjFPNGpCenU4UXZyY3FQR2R3SWYzQUpUcGdsdlJycU9ZYjRTOWl0UEUwUzhkQkVacWNuSWdlTGFYRGJ4NVVRRno3RjFhU3RZTWlwMWxobys0dWhORzM1UzZyZWFoMGhUbXhrV2pEdzNuaDJPYnlNWHFuZWdmb09WZEdFdVNJUWFYTGtIZEZ4U1R3L2l6cVg4ZDE4cWgxUjBScnZScGwrTXJaTDZUYTFQV2ZFNTlHc2JicCtST1dqTWpkM2RQVk1KM1p6WEFJNnQ1NGtTbDBOcTZFeUdSRkhHNk5zQ2ZwVjBweHZhTUtFMllmK0dRTXNMNitRTDBITXNVMkVlb2lNNFEvSzZhYWg1SEd5SDAxRCtJbjNNQk9TeFY1RVljYVBMYzJVRUR0QWdQY2pUUXFYRVpXSTE5My9uOXkzOFkzYVN0OXE4WDBNMTZ0VitnZUt3d0JqUHpJRWRQSW05U3ZMKyt5WU5kUE4vK2JNRUlRd1NmRkNQTnVUcXhoa3dpcldZSlp4QzhSVTlOUTlDTXVqQXVrTStBTS9wMnJ1U2h0WWV4UVE5RlpjeXQrTm15NHp3aFBMZEdtZVB3UEViZFpib1VHYk0yYWRHa2hTSXllamNRamVZc0dmcTB3VHhGY1VGOW5DN2pHTE9TdTBONldqV3JVTFJZUlpBczJIWlFaU0RMZEIxMXhPNW1RaUNUcW5MMEthMzBNUlRuM2NaeFBaK3VhRDYrZXY3QmpWWjBzTWlOSDFoQ1RjQmo0WC9jZ2xKckhia2l0VVRBbzV4c1dhdEFMUzh2VnlHU0lLYncwYmp1ZmtiaFB2MkVCc0FxejlXU3c3aXBkSzlxN003OXRGRWhNYTdjbk54Q21kbUh4eTZDRi9vbDhEeHVnSHZyd01HZDJLWlRwODVvblg3WlFBVEhFRzlwMlBBa0c2UHNydk1XSXMwQTcxajJHdjAzcElIdW1lSFBhWWxzcDdaN2F0NmIwRWJlVGtlTWRYNkZVbmlRL3QySXhFSUIvdGViVlZqeWl3L2VVbFBVTU1KalVEb2F5dEJ3ZlBYSTZ0L3dTbVdvUm96QTBXZUFwSVpZTFY1NHlwQytNVytXNGVwREJ4MGpZaDFyZ1Z4cFZ1RER4S3JxNzlpaVAvVStaZWJ1VFhCSktRNGYrMVRXMlVLQTNoKzFRcHJnM2t0VVFsQllVb1FNUGtRWFRya3ZUMEd2MlcwUGJRUzk1anpwMGJyaWV0RmJaZXFxRlg2U2dxNXRLR1V6MDdRVHJHTFVBQ05jTTB6WXVSMWQ2cnpOWGtyeW16cWJyRm9ZRFdybEJXbUlLN296RG8ycWtGaE1tbkl2K2NVdzQ5d1VBNjBqdWZpQVhqWHNPRDk1WjFkRHFhc1ljSlBpSGtBaExIbEpQUUdpYkJNeTFKd0V2dU9PNnBLTllkdXN6cFFKaEczdE44ZDdSRUlVQXpKNlNMTmYwWTBCaTRTanVIejlWUG9JVjlTV2ZVcGdUZktCQ0dWVTBuL3VXREZLbHdROG92WE1ndW5IY2hOdjlSa1RDS2JNZW12Yk04Z2IvdGFEMEtBY1hlSWtPNlRVWkFjcmZrdEh6ZytRYXRscE51Uld1UHpOSzVDZS9rWm9VN1FUalFRaGQrNVFtcHRoMER1WlBpZU5OZlNtKzhlS3dxc1hLR0tlcllTUUc0b3FPN0pQVTk2clkycGRvUDU1bmxZOW5PeVUveGo0TXdybXEwbXFldUpNcUp1ejlJNXk2VCswQVJPb3FORDlGZW1zalc5d3FlS2svWkpFYjBuTmlzUmowL2E1VWhQWXlqNVIyWGxJY0FiaExweGJPWnpSd2lHTHljYjU4bkF2UDJLamNTRFJyMXFtRGdLeS9BRmdsK3k2OTE0b1ArWXlES3d3NXpOd3E3R0JSajhKNVBRT3Rvc1FFYzFJdlppMWtNb0hHOENYSXduZ09hcXMyamxYWDZRc0F1OXRMSWlFNUZxc1hTRzBRMmNlZUJaRTI5V25OYWZnb1IyN0tpcDNsZGxISXUveCtuYnNJTTQvUkdqTG5nVDNhakJCRFpacEVqeG9aWitrSlJGOGY5bUIrSWJRVWt4N1JzWnJSNjF5L0hvOEt5WkdoZ3Byb2NqSUdCOTZPQ1FiUWVEWDNneEVZRzhKdU5IcG5mR1pTVEdGMHE0VXVNL21nS093Vkd6V2hVa1dialpRN3EzYWcxZGh3eUhLOUY4eWJqeE4yNEpLQjVKbjJUVk9nMjNFeERvUndsTHNxaTZFaW5Vb2kva0ROY29Ua0hMRjhSYmx6TVVZSjZrODh4SmpHUDBUQ1kvRnBVaEdsUVNGVzU4OCszWUg5VEVFZ2NEQ0NCYkN3ZzV5Q3BsVnNMalJtZHdvUXAyQWJBdzA0QTBQUDAycTJLNVEycE9sekRkaXpqMUx2UjBnaTFackIrUlJmRmVzeC9aUHBVS0h3aFR1RllOQzR0Qkl5RkhHMWFhdjdQT2k0M3AwUU05ZU5Hbzh5Q3VIWWtMRStKWFFyR2tmZXErdU9UaXIyQ1hXUzUrQ0ZZL3NiN0sxMXpxbi9rN3RUMEtMbjhZc1BmSDk1czIvY25xdlRYUjQwUVNGTUR2MHBPL0FGU2xlNG56ak4vTUlhakttNXVKejU2d0JMQXYzOFZCUW4vTEJ6RXZWd2NKMVMyU2x1ckJjQmZoaHdEeHc4TDZHckE2alRKRkRvclhadml6ekdCdEd0Sjl6S1RIMWNEMEtvSjRJWU1XUndIZTBkTnF1aDRTTW9PZ1J3Z1JJSHNjSW9qY1B2dDk1czdES1A0TSt0RDVETEFidGlITFNkNW1paFFQL2tTZDZuMlRScndhbTRucjNocytSbmg3WUNnWHpvZXltZ0hKb0ZmR3lUWUc4dnhnck8vVm9Ud1dKK3RzMlVTczg2YXIrVVBWdER6cFR1b0g1d0dHTXo5S0hFWXROejgrcS9GUVNyWUt3b09ycE1xYjFjc0Rtb3MrTEJxeG4yL1dyRG12cU5uclFIQlBsR28vZGVZb3JYYzNwbVAwbHB1YUJGMjBBZFg5S0g5cFFuMFcyaUNUVExQbDE5ejVLdzlqOUpCa2toamswOEdBK3RVcHRnS2IzZUltRGpYL2lsb0tTSVFuMTlIcTI5TTFNRkgyQ3JFcGw2d05JRG5VQjhJZXRZS1cwbENQVlY5SS9WcStmZlU2UnYvdW05ZlV3PT0=', '527404046_1823141594955088_7996860485202664170_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-10-08', 'image/webp'),
(222, '2025-08-09 18:26:59', '18133440337440264', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MxSwsZK2et1NZwfmdZcAlVVEai9mRExaQUxkUmprN1Y3WlIvSHpabFZDQkR5M3ZQZExMOW41eHMzdUc5enJTb2RCdkVFc1FhQUZNRUlXOHZCeG5QcUxsWHR6dWZrSzV6RXk1TGlLNFIxT1djbElkTnh2TWFXWmpRWHlUYWIxc0Q1Zk43ZlBPMk1na2JCYnd2WXZoT2RtOU0xS3ozSVRCOForYUlDL2VvV2NNMlBXWVV2eWdlc0pZMm01MStoaTZxekoySGtYWlF1dWduMkhadTZPVGV6YUdKb3lPdk1kSmhVOXlvcnkwbDBzbjRDbFhQeUtoZmdMUll6MElzS2hGaFBuUHpiVk5qM2lsRHJEQTNlMXhTUnNBcTNZOTk0TmN1MGtkVm1VMElaMzkwcXlLQ25CV3ZmQ0lSKzhock5XeXpSTi9ZdVNLYmJKUzhrZHMyNlp2eVNJdWJmOEFsNzJRbVBraEg5NlJZOEl2OFUyQ0IrRmZQQWRYL0FZWDZIeEJ4L0xJOVd5eDROTXMwQkFYSVZVbnZSUHY4WlYrZmVjdFJueXFsNE5aQWY1Z0FCQ25GWXU1N2o5bitsdWU1ZXRwMXRudUpvb0ZaNitxMlNjYzZ3YjhjMHNheWloenNDNFIrQzc4amFvemd6akMrWHM1ZHRVMHFuejhpUjZqVXVTbWRHV3hWOU9aV3pxMVcwckM0SGtFZEE5VzFZQUM1bEJJWWdjaVl2VTJIT2xVS1hFVjZYUVFlUjg1dnNSNmhlY2VwakRCNm9qYldEaTJPOFFHMkNJdmpEVmdtQTRxZ3MwU3NNVmJDYVdjbkMxQmtZRUtVSk1tRnNjVWd6UTlXbWdrMjFtNzluVTRpV0xaYW1tRnMrZHZiSm9jUTRCZDFOSmptNlJIbmJFdEl0c016SEU1c0xBcitmWHo2UDBKa2ZqYXpiZ1Zxcm5WaDdVWlM5L2xSd25NMlJYZFF6ODNKUlREWFd3QXlKSE9pRmRVNnVtZitQdUFNMGdLQytNMlEwYVFNNkljNFNKcHUvTTVuVktZNU5UazVaK3lzU2J5dVlIVk16ekIzOGNYdXNCTWcwdDBGdEVZUW96L3ByK21sWnlBOFFHT1pHLzFtUVl4VGo3cjBzT0J3ZDllUVl5aE1nYmwvdkJ2cHZ3MmtjVnpKa0F6OFE4UTBBeHZGWWJLa3h5OWM1UzBIeXpkbS9kMHpQbXlJRnhCaE9OZktOV2NiK29zdUNkTFVIZnpHYTZFSkNYblNRTENmNCs0WWpVdzNyN3B3UitMUkVxV0hRVTJid1NxUUJxSDhaZjIyRm44WmU1UEo2WE1PSEQ0dzlKTm1PTDJpV3dZYW9ERDAyc1cxVXpQaGp1N0MvaStMSS9jYU94RzQvWkZKa3NvVUdRbkpVdVd3aGpSa2VBejltbnJ4bk9BQmwzNXc4M3Z5VGxUNE54TUREMVA0dHlhQVZFZDFiVitvTm5Yb1lnUld5MCtvY1BFeHdPa2lZVGtmbGxxdmErR05Sc2tDTm9RR0VKUXFPdlZ6SDFJODMzb3h3alV2ZmhkbU1xQ1Y4cjlHajlaYXdlUkh6alFlUXJNclp1YUttR1RZeHNYUHRaUEdrOGlad2dudy9ubVZScmx6VWNYUnhNVXB2Sjl2c1ZvR1E5K0ZIMEt3RGNyVWhjRmxUaFo2Q3BzaGUydS8xa3hTWUtBUGIvcFJ3bFJHMVZZRTVVdks3cnhXQlZGMkc5bm9JeC9ibUxhcVErK0Y3NFBTeWlMUko0aE9MSVRhZFIzMXpnc25RVWk0UUdlaXAzb0xoMmJTN3MwZklGQUQ1OXZKVVQ4UDNTazNYSnp3d3NLbFNsYm1EU3RGNVNSUDN6ekdzTERTY2paUGtHaktIR1hkS20ySC9FT1FSb0V2MmxXVERISklwNW9pMFlJeHQ5Q1dnL24zYTVEUDM0L0VjV0Z6a3VNUThQaTJZOWlyUFVwTVhnOWt0M0JGL0djcWZJNEhtTzNWNlE4SFdoRzlQeUo5YVo1UHpxck1BTDg2aDBmdUNqVEduWUtrUmVpTEJSdVZrYTNueDg1RndyS0tHU1BSbGQrekVJdG9OWlZxcENoTkNoSUV3RHV2ZGU3dG5vRVRCbWxVZmZOL3ZJNW9wblNFellGdWpOYTUrc1JDY3RBeHEyL1ZuOTFqUmdnQ3NHb2owRDVhQ3lXZHdYeW9iM3p5R0JxK0N4ZDJKQWY3STFSQXprbU5FRHNnREt1VU9YOU12a3lRejBYM1FGNlk2R0g3eGpTMWVJTG1EcGlMTEgyZTUyZFdwZXlCdjJaRU5TS1JHYzhTMC8xejVzQy9JVjVpSkNSWnhLb0krRy9SOFJlRFVlME5sT2h0WDc4TGpRMWpxZmx4bkJQQk0wYlczejRadHk0T2VuRHR4V3prV3RQOGJtS1lQQVBoc3NMRXBXaEplMzQvWWw4TGZEMFdvT2xCb0psZEIzUVl4OTc4NlNlOEN2aWRBVDFNRnlWQUw0akFwNTN6STY1N0ZCWlV2alBVUU1PNTNEVlgrb2tJUDlLcGFZNHVFcXhWVmxHeC9XOGZObGZUVkcrWEhRZVhLK04wNDVDeExNWmdBRXhOL3FRWElFUDRHdWRVbkpqeU9HN3hOd0tIMUpxWVlXRW4zUUVRanhBWGkwT1lOaFlzVFdUVHhLRXpJK3NsZkNPWmtLREVtYUhxNW54eGpBRXFobzdlVS9PMTl4YkJXRGR1aG9obHh0MU81NHpMSkV6TXVRdWdrNEdoOG9BZjRhMjRQWkozM3RScTZHWWJPUm9qMGo3Qk13b25NOWxzK1JOWGlKQWxzdGNXMnAveGJIbmdXOVhnTHR0SGVacExRUmh3RHdRaTd2a3RuR3NKNXdCeS9UbFVTVTY0ZWVRVGp6SmtnY2hyNHdPZjI0WXRRMDM1cFBJeXM5Q3h5WmNWVlZJOXNzMjEwM1hQOC9pTTdWS3ZwM214Z1RUWHNJd0UvczRIWkt3SWxPWk9BbFliMDRjM1huQlc3ekxNeUYyT1pVaFVob2hJVDMxYStUc3BNMnRSbnlub2YzYnlpRnkvc0Z5UkJzZDcwcVFwdHpZZmRyL0FUWklOT0RyYmFXcDcrblJkQWlQOStLdzVqd2FUUEQ4Q3piemw2eFE1T1FLSU13SnR2MVBiekJoWFprNW0wbHNkVEJxd2U1dzRzQmJucHJrODJGRjZzSGs2ZGpQQi9PYzkzeFlEQlJLYlFWSFdkSlJCOGd2TW90SGhZd0xMakdUVDVTaEdQem5vU0tncURDR2l1a3pPVU1hVEtJSlZ5c2hac3VzeTE0dGJCN2hDcVNaU3QyaVZyL2QrNGZtNG4vLy9mcWhWV2NTcGpzcHdtT3lucTA4emM3UjF3UW1SQlVJVElTZEUxVUNnUEVWL2w0NGVrODRNRkxDa2dEZXZhQXFFTVdKaElVMDJkQnpPT0NJMTFURi9sYVpWancyMEdQaDBIMHFTbFpNRlZFN0xFSHk1ZHNxUEF1OGwyR1BCNFhReG80VEtGVzVDQmJRTHdIUjFrVktwc1U2Vzg5dDF5V0JPVVlQUkdoTmx4TU1lamRlUWtFMTVNM3AzNUhFdkpiVU1keWZUSUJHOUoxbyt4UFovbmJ2cnpMTlRiQ3JlalRnOHJjRUtsVGx0NG93UlNiUHd3NmdqS0RTNGN2dEFZK2YvQzh6QmdOOVcyWnNvaUgyNjFJazlBRDNoeXZocVBtVUZFN1pJNnN1TkhBWG04LzlZVGdUK3VqM3NqNVgxT3hpaEZlZmhwSWl3bmlZSm03Z2NVOU83T3JyNmdJM29ZanFKZFByd1A5Nmo0ZDBWTVA4Y0tWYzYvcGZJTU42WVRFVkpCWlFXZ2pZMHd2R3VobzFRWWZZRDFncWp2TXNqeEp0Z2dPSGcxRTlWTENyU3QyMD0=', '529151026_18015694406753450_2603740224919275079_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-10-09', 'image/webp'),
(223, '2025-08-12 06:24:53', '18103753471605193', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'E4gWCsitysEqRlgeZbdcoXhLbDZxQXdUZUtVaDVvZ2l4bmNTbDgyWmJXZ2xaUXNRVFBIOVBYL1BYQnFaWk5zLzNtUmNjSDlJbFBmRDB0U0VyNy9LQVNZRGRKNFVoSEM3dGpzcVkvSTRVdHNGVzhab1RUeXArRHBqdXhhSE8xSSsyVzl6THlzaU50ZEZOYVIyR0NxY1BOZjM1UEsrWXJUdjFhWHJ1L0g1bWF4WWg2YjRPaXV1cWtlaUd0UkJhUE9DLzZJNCtBZUVLUDBNTDhKejdHeXdOYm05cEx3Myt0WnYzTStjSjBna2VIVTlxWGxKRkFGblFLeVA0akxLMlVYeWV6YVJITGZrdUd5MjJGNDMzYWticER5K2ZnNUxJeWFNMkc4UGw1ME9QT1pzeC9waUZ4OUZPaGsxY1RyMEUzL1hrTGtIeHRWVngycDNaTFdEMFByUHNhblpmR2ZWTmQvT2FZUDlCb096SmdaKzJBTzczQXlYZ3h6QTkxZFY4bmFpV3NiVlE4eTVnaVJvQlZ0RUw3Z3JrM3phTmJxbXpLMEFZa1A5WEJrZ3kzd1RTVEpnclFmRUNORHk4eGkwcXFjeUhPTTJ1cnlSVWo2cTlNZklycVVSTGF3enhKV3cxek9nTjdqczRkWUdYT2lHQTNkQUtLc1NBK0g0YkFxNjZRbGpSbWwzTXVjN1U3K1c4eDlDcU1NSzlsRHJWblFDWWpZbnlqQzY5VUpNQjJySFpXQVEzRjZGMHNKZEJSR0d1N2E5K2paSGl5Nk5hUmNSM1RiZ3U2TGJTZElLWnRRZjlIb1pYeG9EbVdSZk02Y3E4a0Z0bm5jVW1YaXJYYnhqamo5azlxVDZUNjhjc2czbE9Pd3JwUzBJMW9qVTFTNWZjaEhOWmI5MkM1WXhxUEtyeWpVRlR0MWFsWVRXYzRudXhtMmNqS2lWWFpXNWVpSFRQUHhVdmtOYXUzSThBL3VzdExWc1JEbk12Vm1ZZndWbjZDLzd5RXR3SkhKZGlFRC8wcXBWZ2RGR1kvR0xBUzFhcXZxd2lRMnZHVXlDSllXVW5WQS9wRGg3TXhQSGRXZzBsWFRBSi9VdFkxL0NQRE9wTVp4eGEvNG9BT2lJa205NSsvWTFPanBXVFEwZWFKaFlTTDdnamtGcm5zQ0tXVjlWTjJQQThQWlZFU3BLbUlibm9jVVREZlhGT0F0S2ZyRU1TWThkaUZzUWwyb20zbE05M1ZRbjRzN1Q1My9qWFdzYWFWSUVxZ3dWTUZQbkVQTTBKSjRRb05Yc0QxZ3VISFZBVGVzK2R5QXhjcHkzOUQyS1hwT0tzRHVkdnNWV2h1S2ZSbzVFZWNKRWdDSUYrNXByT1NWWDhqcURDY01IbTdwUzZmUjJwOVRaVTZmZkdtRmx3VEhJMHpvVE1Rd0Y5ajN4a0k5dHplcSthMEpmRXlMWkJPbm4wQ0N3S2xnRUJSaVpuaXlQdVdVTDYwMmJEMXZDZ1REcjNGQkdtSkxwZmJSWUxjOUJLTDN0Z3VjaEFvdWUvdFFUOXlDSU1pdWRSZkg4bFo2ZTBOcUR2QWhkSTNuZmZLT3BraWVjQlkxRUtMODNlU0FueFNTaTRJVUZkQnBtdXVVdVdSQkkvSXVSQzdDYmtBL1FORFBZVEtYdnNIUm5jZXM5M1RCak1ZRWRRaXBqTHFtSUkwRlBRYlpCNEVEOVNWM1pleFVWc004WExhcjJ3YlN0TnhZamxPSm84bXNnekFvMUMxV3VaRlVqNXk4VHZGV2VOTXJuNnFCQkM4Q0ZEdFo0bEpqYXhvcmJiZVV1ZkJuWDhwamVIZWk0cm0xREtad1F1Q1lTd3hTYlJVeVd3VHZ0dE1zNXJHVkNjaEI4bkhwTFZ2eDZ4YUpZOWJTN0MxdCt2b2djQmxwWUI5MUNGd016ZnIyWFd6WUNBajYvZ29NdFBVRWd6ZUJIcVZzZG5MN1pwYVJJQm8velFhL2RVZVV2VEhvdElZNHlyWklkMnFBYzk5TmZmWm9kL3hQMGVzSzFQRUx2TkNlYXZESDRwb0RTaWNad0taTGxrSlUvZys3NVR3TG5FcE9pNFlFenBJZkU5d1pkeWNsUUxaVFdML2RzZ0twUktuSmdON0JlQmVibDNCdzkyYjBlRlhIQk5CcHMwY0ZPcEZZZmUvL2ZUUFRKb1NTcnlVZUlyN3BzMjBNbHo1a1ArNlZ1eG5RR3oxU1ZhRWFZV2FFZDBjV1IvQkY4N3lydkU5S1F1a214SEg1eVRMVkVPY2tKM1Y3SWRuK3dPM2JoaEYyWDBuWE9OZ0ZkRmVOMzRybElPa3FKYSs3MWFRRzhqenpSZ2g3d0crUzFoLy91cnRNbTg3bm4xVHhPQ2ZzNHg0ZWVoNEJIc2N1MmVBMzloaDRYTDEzWWZ3YXpYeTh4U0p0VHNFMm00Y2MwMzZnaldoRUtrNjd3TTNUYkN6TTV3bVdpVnB1TlUrNDhTUWlrbFFxUEhzZ2p0UWI5R2haNXlmeksvaTFHbFNuaEc3Nk45UDUvZUhMandtMVpoeFYwbC9qTW9nMXRsaEkyTTR6WHd3b1pJalRNZmtyOHJUWExpUStIcXp3SFpVRllOWmlsOC9zaWhobmpsU01rL0tRUGJiMkI3dVhGTnNtUFRkR0JDV3A2b3JMTnRJZVp0ZE9IUU11ZHdwTU1oRkFQbEp4UzUvVGlBSDFhYVc3VVdsLzBDckRpb0x0cEJ6REtreTdpd3ZsaTZmSmpIQkRnbXZGTklyUStLMElKT21Uei9sMUJHUG5SMTR5eHlWc3B3TGZsbUtvYzJsanNsZFRoRzdaM1RGLzdoSjczRDlvVlN6SDlaWE15aWpPRmUvZHpYZkdkclZ1d3VHY2hhc3g0TmV4d2c2L2pYa3BrYnkvZncyR1dHY3dVYlh0OGJMd0JCcE05blkvYXNDTnYzQkg1VzZYaFg0M3B1ZVliZVExclpCd3ByYTYvYWNjZlZSSUxKOHFZdm03L09jdkVXVEU5bXFGTml3cEtFZDgrL2Yzc0N1ZmVRQVJBNnI1NnN0RkMrc2Z3VldJenhDNzJsMndaUmdtVzhsYkFxVXhBeG1SZ3phdk9uWDFIbTAvU0RiekhTNGl3YWdOb3g3T0hKR2tlSERqaWpia1dnd2pVUmw3L0l2eVhsbUJxTDdZd2hGNE5yeXI2bklrTG8wNXdESVgrZVJRQVdVQ3UwcFltZEdlOGkyMjc2YXIrMmdpb25CbDM5dnFjM1Bidmp2WTZHbGRacU1hUDFtSTVLR1dPWDlVSWxMVnlFcUNTdWxLc2FDTUYwQ1A0akYrTjdZV1ZhaDVhak9ZVGtWYnA1ODhPQzkxZXNuZzYzVEJ4MmN2c1hVM1JuY2I1bWJQLzdhZ2xQa1pVRXk4bUk1NlovQnY0TnVPTDI5YXNCOHVLeUloenFHdC9LTTYyTUo3OENpdGlZczRocDBSTU9DSVNRbDN5VlhIZnZ1ZkowMEh0OXA3MmxjUmdXNmJpWTI4OXRMKzZtb1pQZDNERTUrSWk5bkJQKy9SRVhLd2N0VzdRSldCcUlndnJnRnZCR1NZcU44V0V3ckFLcjMrb0dKMXZNVXBrM1VxcFBXU3NRVGJ3cHpmMGc1LzJjVmkzRk5KY09TcGxrRUw1bGhTTXFBVUpZTkJldnZEeG9lM2htSUhveUc3UXF2YkJubEI2ZGtDRkNQaWp1YnU5VjV3Wnp0Sk5xd1ZNN3ZxMG8xZTNBSlpTbDZRZXlpeXZ2MFZ1STYyOTN5L0k0eHJHVkxPUFF2c25vQW5lMExlTzZ4Mnd2ekpsYklhU2h0YWxWaElzRlhWVzl1ME1pMWx2MjF2TVVLYWF1ekxtWGdzNkFiV21PbEpwZ1NjSmV1T3FOdmM2S25udlNLRzE1MWdaVjc1NVNDaWZ4eWhoM2pKRTZ3TFJDVkQyQi9wenM0SkJ4UFIvREJmVXJvYSs5V0hmcFd6MTlBaVRPK2ltU241dXUyMS9ocEVoNzNyV0I5RDlXOEMyM2NnZkJkWGVoZzFMTk9Bc3BwRERHOGRpK3BvUnlrWGJpTFhaUXpjbk1FZnFlNWh2b2t0R2g1NDEwQkhNeERUM1BnK2xlVXd6MFJGaHFFcUZxK1Y0VTRkUTlUMEMxbmZRWi9qKy9xczdyekJaWFphU3RrU0pUdGxienZZUXZqTU5JOGFEWnoyNlpvWi9mM0xvWFltUnNTN2hWd0M3dGZWdFdzMnhOU010M0c5VnU4OUhabWxpUWh3eWR0a3VRZFVUSXc3N0J3PT0=', '529772988_1174748094695671_6564305007405787301_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-10-14', 'image/webp'),
(224, '2025-08-13 06:24:21', '18480259324079012', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'lvFTNyIeGLdkkm5aBidfGUNDb0V5U3NRZUFJcjU3TGZhK3RLdlRpSjFVSEk2M3I5NGhtdnhvaGN6WnFhVGM5OU1oWklnUks1cUY3S1NuTnlZZXR6OTBMaStKczFrZmExTzlCOGxRK1FNeGlsalRRRFJ2L3NnYklqaEkyV0ViNDRaOGc5VGNrRFhnVWRHMlh5RFg3clpWb01YUllRdFR3bUoza0tBR1JLUEJoSUgydG5MTWgvbGhNVFdpM21pa1RtTFRObzhtWDR6T05zMnJpRGZ5WVI1dkdaZE5pQzRIVzRadnJlaDhvM01WM1dhWGYrQmJFdXhvSnIrR0RrM1IwVGhNZDF4TVFxd3htZFpaWVFLb1F3bHk1Q2NHcGpDQmhGQlZGZVpKeDNqOVNjclZxZEN1OGtCUnErcmt1N0NnS05pMzkxazI2cGk2VlNqT0dtTEN6bm9MTTQxOVJVRWg0aVpIbStHWUhsN21zTmVVK1BibzBGWDZpWUNrWWlnMUpXNHRpcHF3UXhvenhEZERXMkp4MHo2Tk5LbDFhVUorVlhoNFZvN3B2U3NXd0lKRFJWQkMxbTZHOEhFM0FoTEdBSTR0TnljblVvVDVac1JNWE1qOGt4ZDhwcW95WDZrcVFDUDhsa0xqUDJJMTNRdEFLVnZuYnNMNUNYTTkxcmtvVVFrQkdPaVZTVE9KN0dYWitJSkdCTmt2NmJFakVhVDJTdXlzMm1nVHE0UEVvUzZRTno3em1rOXFSNzZZVFRYTEJaeGI2a0MxeWE2UjRTUml2R1JjZ2k5WVRlcG04MnNSQWtOMzVKRmJqdk4xeCtoRWM1SThGZDBmT1RsdUxzRldMVGhBMGtCbUNOcWxsUkFtRHVTUUxMYXV2R0lpZnpyRGY1NkE5MDRQc1VsTHRQaUVVYUV0bXJXb2dnWVY5bzVFVW5Sc0lGZVBOcmpFUmdvYjZEVDlYT09Sb2FVYzhQV1hYaWZqaVRiMG5qK2NiQXhmZ0N3dzg3bXl1a05TcEtCUHMrN2E0M0FpU0NRaXgrQWlrRkFRaVE5L2VCR1ZDcGpVTWthYzlkTTFiUlV1VnRMcWdhSnVBc1NReVdkaCtQbHFnYWdZMmtaZ2dBcGdZMWRUazk5RnRiZjF2L1FSOU96TmVOM0RTR3JJVmxtWDZkZy9XaTZOMktxS3h6Qll0RmVuTlJ3bkdlZkc4YUlNKzRWZEtPNDRIZGVEWTZ3MXRFZko1ZFRuMGRIc0JCZk85L1ZnZXJabDhJdUpSaUVldEJjSmdEcnIyRmRDbll1SHVtZjNpMHQ4Lys5UUFJUC9uNlZEZXdMc1NNd0pYQWFoZkp2Q0NDWi9WeHhVN2orcnRXN0JvdHVkS0JBTU12QnNOQXlvYzRrQk9sclZmUGV0TXlkVWxDWGd2VzRZeFR0VmtHZTlxZytXY0hLMU5CbVFmZDN4UlhLTk96S0xhRFY5bUVySEtEdUhuc2ViYlI3MEJyQzF5RzVtV0dNUzRMVXBSdlB3M2FhZ2hXcGFoNjlMK1JJWndoZ3hxdjhRNFYrQmQwemdGRHU0aWFNaEQ1dllFS0ZMcDgxZ2pXcUt3aFlhcUdwYWIwSUVHWXNJWEhXbEJUdm54UWFNR2lLY3U5WVh1VFdmZ1VxcjRDcFhuSUdCYkdCRTBOdGxYMk5QR2hlWGljWlpSQ3B3aDg0OEl5K0ZHZkdsbW5tZi80RitxSGEvOHFFbkkzV0c1S0Roc3d6TTYvbGkyazg5b3lSWDhoWEd2eGdaUHNGa2lkeklhWjg1WHpsdGI5NUI3U2VySXkxRUp1Z2JXRnNrZG9nQ3NPWnVWcFBpQ29pZWhmck5nN01Lb1JmQWQybERDU1dzZ1Qvc055WWQ1OXFHWWpwZUh4b3dnKzJSNUtZYlI1VjNWaDE3Qm5ocVhmRXJCZ0JuUXFFdWJoSXkyaU9BVDYxODFmYmQ2U2ZKZ2ZsWDFlWmtBRXNWbElTMmQzUVRBdngyOXc2TVgwUkdVNERnSEhyVE9sbWxLaXZoTXV3ZGlJcUwzS1paMW1WUFM1NFJqVUx3b1BwNjN1d0p2VUlJSGd5bDhBY0M3dnlCVT0=', '531242194_18016061078753450_5186489627537482970_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-10-17', 'image/webp'),
(225, '2025-08-13 18:21:20', '18078427987903950', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0PYHMVCESYS5mSoQ5fnENi9aM0tNckhXQ1N2N0RjZHhkOGx2MFZoVUdORzBNcVBPcG5raUE2UjRvL21ObmNuWXZ4NDYzbDJ2VjhZZnJBVTJ5ZW9oaHdRY1pFaW54eWhZdisvU3RraGFua0tlSE1XUmM3YzJ1MTZvbUJlU2dib01wL01ZY2lnWEdQT0dQZzVkQzNqQkMzeWt3aDBNeVNSekoxaFE4UmV5bTY0NGpHOGlNeWZZTUx3YzZ6N01paG1UMnZZcFhNTzRWSWU0RkpzWG5UcnBnKzRvV01naFdGMGsraUtQMDhDT3FzZkJjeWZXWk53U1hSV3ZTVmFqdDE1U3VabzlOZ1o2NlpVU3ZxODlncGxra213d3VWLy8zb0tpTyt1QmtSazhBZVNNdEZYbEpCd2xWWkVwYkE4aUdGemdpNUR5K0JIVlZSNjJRa1prZ1JodHFvTUhCOFNJVnZ5OTc1ZWV2aytwNXVRL3hEVVMzVGlPWlNDbDNjckpacTV1aUJOSXZvR2M1OXorOTRhQkdSVWhYUllQZVRnY3ZDeFNpemhBM01JeXNHQzEyWFdXOW0yWm1NeTF4UVZseWh0M2JtQVpuN1I2TUE2aFJ2SmF1M1ZSMmRNbUZyeGQ2aCthNTFrTTV3LzliRGFtUlZLUk1sSUJpdE8vWGpEWFdHeWp5dllpQVNZSFVwZ3pzWmVwY1NhNlc2amhFYytOMEFuODhQdWJDTm9nOHlIcTZuWE5wbStNSWt2eW5iWFlUVFV6SzZadXdIMStOZlREbThlOC8ydHZBOUxyYS8vZzgxMStEQldROXRJTlM5bGJhbVEzeDVLMzZJMlFPMndSWHZUQ25zZEpCTCtkVDhwNXphazlDY2psTHZhd0gxQXhxNUF0SFJsc2o0QVFnMG85dEpuM2g5MGRqZzIzK01IU0UrNXQyTVNHRk1vWWhSNXlKOVVsSXlpUVNiV3lzR013bEJIZGQ3aUFtck5kajhodlRDMkxxNDdJenVFRmpIY1dLMjR3OG9xamJ2USt4UkxROThYb2dGMTV1c0V2cmdlcitoMm9aR2J4azg1bFRwenJ0VVNKbjZEem1SYlhhUGxOVmlHVFoyc0ROSzR4RUF5d1hSYzNybE4vakRnZVJFYS94V21GZVFNRmNhNmFrYWVwMDI3TUpwS0lMcm9MR082ZEhmY0g1TXJvYzJGOGp0cllVYjc2YmlJSHdsRmlKT0dQRDVzUnZwQXRXRGdyQUI2VTRlamRFR3NUQXQrVXo2ZzBNNlZCS1Jwc08ybEpKbDhkQ2NBMWJvMlZjMVNBckhEdEtiN1RqZUJVQ1FJMTk4NEdVZ05ZNGdFeGdQcU5od29jV0R1R3hNU1JlVzJYRGwrd2I0cTJkYmp0OTRhaWhBMitLelphZ1RMVWNrRUR0eVlKMHgvTGNCSjM3a09WSjlsd3BGeDhlbzV3SzRLRFNwOURLWFV2czlSdUhyN1JmeUVTbm9GakxvaGVRbXEydHRuODFrYVFOMWNXbjNEWWRCaysreVliZlhYTW1RTjIzNGR0KzNTTGhPTHdtSndlcERkZExxOThOa0xvMjF1UDd2UmhUU3lhcXQxUm83dEc4WlI0ZXJUbHVrUXJpWGMwbGtQSVBNSkMzbWVMcndxaE9XcWhpdE83TUdXbDQrb1VUVnN1blFzaG5DYmNxRmJJY1dFMk55UWZIZ1kySTFmRGs4Mm1UR1p4VEJVUXcwL0xIYlBiV011cUVEWHV5eDl5S2NDSGFScE11VTVwZytRdUsvbkdiS0cxTFNxT24zbzR3OVUvYU9pWkI3d3ZLQ2xiYzJoN3FRdk5RMXpPOFNvTVFzK3ZMbUpMOFMrSDBZTXVaY3k4blZFWjB2QnpRVk5iOHkvbzdlWUlSZmhMdGxsNHVsT1hIcFRUN1FhVUF4TSt6bDFMM3Qra0ZIeVI2Q2JQUThLS2c5WjI4V0E0UndONzd0NXlrSW1iT0VIcGFmdm9sOWdvTmZjS2dlVndjU0hjdlVOeE1XdkE4ekZCOXZ1VERTQzVrcDJpTUk2emFNZ2ErVTdLYnVYT2hPTm5JWGQyK1dsbEhNNTZBdUYxdG50dDlPU0RibTA4TElyRllZTm5pOVNtUFhWY3N5NHdpQnU4c0NqZ1MwT3NwdmJsWWFxNlM2VzRFc28wa1VGcmFUaEFRWkFuYzJ6YzFLcHp3NWVxRURYam5WSFJjSVlBMEpiOUszSEVhYXBGckZCSVE3WDlhd1ZDQVVqSFFvbkI4ODhZM1ZSeUdwdG5pZVdqalZkSHJZUHpqNk9nMm9qZTh1SUxBRFd4Tjk0STdqc3BseTJGQTEyekVPaTBCTDVRSXVXeFU1VFVsZUxqZ3Q4OXBwNGtreW9CdGNpUDdDWTZYYUlKSXFObC9ubDVpMDNwSFBwTUtsTFVvVG5VRVRzbm9MeXQ4ZmM4dzE2dlQwaEFoWnBxUGhkVGRCTklwdG5YQmRTVEUzWXBtWXdhUmpwSVdhZzVkWUp6SHZmeXZzV0MrbEUxWDJWRmNMVE9MczBOZE96L1dlTnFJV2Z1TW5PajEybkVCZlROSThEVHpuV2xuMDZRQ0ZId2xzQ0dlUTBVWmJNM3BBWEdtVVJJMy9TTmlXTFBvZnRpcFFtbFdwNDhKZXNjbWlWdUJVM0JhNGh0Z2V0djRiUHEvMjR2TDVmWnJRcnRJUEtnWGdFcy9pNnFsT1M0aHI2QzJUaVFWaldWU0V5Nkk2b2pQYlVMS2JzNEk3OTgrZ1Ywc05lQnlWOTdnQk5USStQSm5vdk9mRXVVd0lrV2ZVeXdETlduQk91TnUwemZwVE9rL0svUnF4NUQ5dTRqMCs5V0xIVlFGVEd0aFFtaCt4eTFacXd1MGN0aU1XZkM3NkRYYkNZbHV0ZjdpaEhXbUN5MUdMbHNPSkRQbDV6cmx0TFVDMURoeGVDL1V4TEd2TmRLeFg2aGtHMFh1SXBLUStjRHJKamZHQjF2YmFaZnVJWnliK0h5aUJsOFU3UlpoVnJtODJNM3pnUDNubkgvUk5Sbm01T05XZHpKUlR4Y1BuYWNzc08yKzM1MDVPVk9LYzBBRjZtcmpHT1BzN2R1czkvcU1VZVQ2Q24ybVlrSHIyM0JHaG1GblpSWUpacUN0M0NpTk1vT2xWUXJwNmxqbW9Rd2hBejZXTUllclhUVzJiSE9RQWpkcGJCNGxXcWJjWnRjL2trS1N4ZUtMYjdIQVF4UEVOMGpOWTRVV1JuRThhbnZjM29mOC9PbkZjVjYwdGlCZUlJYWpZaGg0dENXaksxOUVIN2tzeXJ1L3BaVHVxR29aOUFrOUU5bk45SWdPajBVejF4aGJMcGZ2c0kzL3JqalNXREcrcHJYN0VkaG5BTkN1MlI0KzhPZ3MySXhra2JkQjYxbFpUMjE3aUFmNjdxT3hKNlAxV0hvMFloVGM4R1hiTWxna29HUi80SkhrbU8xSVBhaTFPbG9VUnpqMUNIb0xJREd4VlkyMzROSXFxMGtxVnFyOUtIQnUrSkVVbVVvU2pZT0R6WDNzWWxUUmYyTmhESHdmbVkwdEkzRFNWaE9NdVpHOWU5MllURGR6ZGthTXQ0NnEyaEFkMnBaNm12NGRoaDk0V05QSzhpRXBXc3V5cmZ0UWNGQzYyOEUrS0JCVlUzazNpd3l4VmNCRUVwSmkwTUpMYmFTbDVod3VxZkxXNVVzL1Y4cFlCU28zNG1uak93LzlHVThJVXo5bVJUZUxSeVVhb1FCZEc5NW52UW5jTXNPT3dRK0o1YU8wSnhINzg5Vy9reStibjJGSlVyTC9QaW9aNjNoWnp1YWlIRm9pby9nTXBlNFhKNCtDb3c5SWh6U01ybGttYmJkdkZ3L0VrdmpHMG11OWpFdkNYL3FheGZQT3ZMNDUwTVhZYXNCYnV1dktodWJBeXFUWXdkZXpCN3FLK09kMjlnZ2VqdUkvbUY1dHJaSEZGSHdwVWVkWEd6Y3c0NER2N1IrWHFJUVg2N0lvWmdpbGJTOTJ1S055WHVQZFBpYU1xUUs3R2l6ZzhINTJLMD0=', '531390356_1205166131380546_8020057080577056650_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-10-21', 'image/webp'),
(226, '2025-08-15 18:17:29', '17858793525424712', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'BhHS580U5YHfoBcDkoBmVzlRL1NRd1VhQk91bVl5ZWFvd2g5YU8yUkM0aEJqVGFrNHVvTWdRRmxaaHRJSDJpTGhpa3lrNnptSXk2VjJqK0JKZTA1dno5SmZZamRSN3dVVngwcGZXOUdQOCsvYVB6QzdzZElPL2draVY5SzN0YVc1bDJPSkhOQzB4K1c2VmgyNndKV3ZzaDQ4cTRPUFovcHhralRndkhxL3JxbVh5eEtyVzdPbDBhSGQxaVZGWEw1RzIzSXRJdGRSL29waHJuK29RcG4zeVpSS3crQ0ZxWGhtWFFtRHRtR1RTZ21tYzRiVXpURThrc0dxY3oyTHhjMWlaUU1OV0wwckEyb3lQbkFGRTJBeW1adkduNmJKMVY3VWREY3VYVnV0OXNYaUxKdHQ4T0JzQ1NnR29lWHNxa0FwQW9FNnVER3VKai92OEVWS29IM0VvK3NFOXhySEN0dGJSTTg1Rko3TUM2UUk2VGE5b3E4UWd2WkxOd1JzQy9KZzhjei9kbkRjZ204bDNoV1hZWm1mUkx6d2FJOThodTdVNk1TdFhFTldjWGl4TEVVcW83RVY1ZmdBQ090WEdERmkrcDNPOUl0N0ZpcFFrcHhwbGVhSVArY2xlK0VNS1NQYzAxcFFVV2VMb0drWUV6eCtUbXR3cUhQcjVzVG5xOHBGTjVXMWZuMjA1dzF1dVJ5TnFRbVlza1J1K0t0OVRId0tWZllmaHFHdU9PdnF6dUN2aCtSdlNJMFpmT21idVl2amtGSVh1b09zT3NmaW5BWmo2emtPMkF6SHhIQjVNRU1MTjNoSEpGbnhheFpBb2d1UWV3NTRteWFaZ3JpSit1VWZGQ2ZLUHJwUzBlRE5ENDRXL2pzUHJuM280T0IvS01uMTlGZUtvT0hSb1pybXhCV0t1dWpXcEplYkZuYkQ3VmlNWXpDVCtobllkRHNZS1VyS25RRythVmtFRGR5MjA2QTVubXdsQzJuT3dUcXFGM3NQL1c4aDg5cFlzbjBsWnBuYmtGcHdpSXFIVVVramlnQXEvSDdRMTFXS0VlOGt6QklZM0U4NG9tOHNLZVN6NW1mb2dxaG1FblBlUXVNS3RCMUhYWjVPa0VES0pnMjZ4V2dVZ2JncXBSOWxvSWVPZTZFOFlnbVdrWXhONXNkSmZ5ZWlaa0o1R3c2UTNQVTdLelVaSkROVUZ4aTVoT0IyaitLNDl5MFRXSXhtT0dHWHdXRTJDN3FobGpDa1BqNVg4eDlGNFBycWgvM1RoK2dzYStiY0VWdE84cGFzTEp6UFZTcUxkZmhJRWFNVzdjSUF3K0tvR2tORjBLay9zNmhEV1djS2tjcXFyOUMyQ0ZPUlhYM3pYbGJJbWd0U1lFMEEvVEV6aTVoWGNsU3QwWjZlVDB3d0xkeGJPYjJwc1F2RUlsWmJIZ29pU3FyTDVaWFZ0N3UrRjJ4OGlSOCtQSWpGMS9ub2trWkFVUjRyRE8xUlYwbWZpTmFmWDg5QVNrN0RqdHRKSysvRzNXUkFPV0ZZemxaVTVrNFFTbk9XYkVCY1BNZlpDUEE1NGhXR2hJUmpCVlpxRDJ0OFU3d0U5QzFtenA5Y3NjTHNrK3cyMG9USS9jK3c1S2JiVHZqQW93dk4zb24xS3ltWGxrQjZBdGswdDB2a1UxcmMweFFPTlQ2dXJsZ1M4V2wrZlkwV041T1VMekx1amlSYXlyM0oxYWM5Tk5hQU9xQ3VKclphV3BxSGpBNHF6OXFLa1pQbVY0R1dyMWp2dXowOUpJTEhDOFUrR01pWHphR2NlOXhKUjJ6cDV6emR3WUg4WHM3ajUwRHFZeUpoR1BaOEhPSUZ2RWxyc3lrQURhSlg3bzJRY3E5YUxDREwvRlNvT2VaT3FIaU5LTHZFYXZxbjZSLzQzR3JoMXNyU2VVN09kRlRYWWVwUkRuL28zejBFOFZSSklEbGVHUWdyN1lIMlhVTk5HZjR2MC9wVFBkcEJOMFFnYzBUanNNeUhmaVdtWVlrcjZlNHdaVWd3cEEyVDQzZ3c0dkZzRHk5RnRnWmtlaStRQ1JFV2ZTK1g2bjZLZlBsSWFrN2kvSkRQSERuSkRzOEkzOGZTYlhvZVBRTmRmVHdUM3BOelBEREJpbGc1dXUvcUZZdFBNQXN6M1VhUy9BUk9GTFFTdjZMQ0doZ0Z5ZlVTbDhpVW55U3c0a2w2ZGl2YjVBVi80RUVPVFIybmlwRlA5UFRDaW5yTUZTOGtjZlgxL2JMSEtvN3JnVWJLODY4enhmekJEMFFXU3hCc2tOdWN3aGs0MzFWMEZEc3N2MHJ0Sno3SHlmUXU0MGhRcnhNQWtET0lubzlURWdiSXVVOGw4S2ZXempYRmNpMnVURzFudDZlWWNtVFEwNFd3TTRXbXpzYXZ5bHBPK0VNUjB5N2poVnZ4OEcxVmp5OGEzUFIyNVJ0M1V4Ujd0K2c2b1dzeXV6b2pqRDQxWlpjOGZRVElINmVaNnhKVmZjQ1RJcDlBRXVpeGpzdlBFdnhWU2M2N2I5bFpPcm1NYkV5MTc0UlZlM2hUbzh0dkZxS09DQlB6a2Z5YkpGWGMvTm9od0g1elZ2RElVMzRLdWs2RWlTak4xWEJ4K3NyWUo3OFdLWlJVYXBWN0d1TzI2ekp6NUU3M0E4ZG9abTBhQldVbzY4YkE1S2hpMzR1bzNKdlNBUjNpQi9KbUNvVm9xTzJqVEpIaWd6M3F2VWNMVmUxTjVjUmNJa09JNlV0RFd3NloxRFZCT3BtWmErNjE5Q3lwRW85ZHRKY2w0UWhjOTNwVXpXMWgrMUE1Rk82bzBFNmZnYXJOc3ZxVVZZbmNtYUVQSmk3TlZzTm5GMVRYZHJHNit5WnMybWUyTmJ2M3M4dVQ4NFAwMHNMZjZWQm5lcE5BOThhMGpOWUZ3WCsra0NFN0xTZ1lPU2dOMkxxQ3NhN0d3VjhuNDR0RHhvYmx4eGdjejdU', '534304051_18016375463753450_3350618455809508669_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-11-01', 'image/webp'),
(227, '2025-08-20 06:25:30', '18129142654458424', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'RbIlcUZOQzggCpWpMg6feEkyd1V5Q3ZzeHh4TXBDcWs4cEpWNDdJUDE1R3Fia1pJOVdzUkh4K1RxeUxXcWUyZ3llamxBR2w3OUlUUHV0Q2xDeUk5ckVJV2lrMW9Nb1VVVytSNGVLbmtGQzJVMkp6Mm5EbE5PTURCcDlnN0d2WGtNMjRacmFTbkdndFBieHFKZm9SOGR4VGllNko3b0NFMm1najhtZ0dYZ0daemt3ZTFSNTE3U0lLQjZHeWRJRjlvVUdlNnVlelBNZzBKc29HOXA3ckZsdXlOT3NGQWhUTHc1NnRBTFowV2crcEtub1ZzV2NXVFJXWEVERlByelFEdkVId0RMeTFpbXJnQXNLUHl0eVhpQzdHdTZTYUxhMmo1eC9XbHdzV1BValBVZ29EekJ5RERieGhhTTFmZDZFSFVJclJMOXRrYm04elNLbkVOTGtDTHdvNmtIQjF4WVBjWHhXOElOVHdkcUtCbnVYUGFuL3cza204b0RRdm95elhuSGhWL0lzcU96eUtSS21hUnJLL1I4OTl2QjRkc095UkFrUjZLR2JnV2JvdTBzcTNuMkdEbStlQlJZbkxVUlBtOHJXVnhYQW9lTnRhYmlCc0htMGRzbDNqSDJPeTBqTWwxYXdEN1VUUG4rTzVDZmVpYVVnMktWOWF5OUZHTFVWK3NRNG52NW9yVnFnNmNSbWU5UHdoVkRaS2cwdHZ1dFFMZVVZYkhSOHFCUE94OWxweXZ2RGtucnU2b0M0dVpKejM0ZlJkc2JJak9WUytvUVp1Z0x1M3pyTEJSRmdDeGl2a0E0TWN2eXRuM3QybTRIbTJyWEVQaTllc2xrU3lOWnR2V3dyVHlTaXZyNk9BcmpzVHprc2ZzVFhmeTFOeHVnSExDMEl5L0Vmb3VtdmxFVnBwWVNEOE9uNFoyeFNaSjNqelhFZ1cwSDRZdUxHRzREdzdCNDlweU94cUkwMUM2MGdraTUvcHdGMkRpa1JueTg1UW9PbWY2a1FUcDJLSlRnYS8wVnp2VFNkZThkbmJDdzd0MGJBaFhHQWdYS3UzUDlIdmIrcjE4M0tZdE9kZTRwdEtBTmk1ZG5LZURsbGtpQ1dyYWtkK2l4eUZ1N3NMSEx2U2VoT3hVblVsc21OT1NyWnBlejNFeTZyZ1dGZVVQYzRXWmtNYTQ1eXppaWVBL0NUUHJJcmdiRVl1U0l6TTRwclpVRFk1bnRINGR6T0ZINFd6VjZpQUwxbmphYjlrcGdsMnRqWXpxYS9pdHB5dmR6bTNVK3hGbzkyRERyRzFUYm5xRExuTHNCOXdtQUZSWU9zL05BejRWQy80RlVXRDN1YnVIT2toeHZmSVVTVk9rb1FFY01SL1dMa1JzSGZQZ1I2bk8zZytCRllKRlRNdlJRbWhzL2gzNDFYYmhRbWV2ZmF5Q3JmOGZ1R05GbUJNTWZCNnh4Y0lvOVlzTTMrNndOWmdabTdKZlVmdXFlWWNKWkxOVEc5bVM0QVFYUUtVblVDeHlqQXY5WFl6RkMxU3ZyN0dZblZsZ2lCL1IvOEFvTEFuTWdNYVdRTkNVSEhiSFN5TzJwQlZSYXJSZEQ1VGJ3L21qOWl0bzFZNXpJWmhjdkNqVWRGTE1oQTA2QnVDSnlzWW8vRjgxN2N6d1BZVTU2WW5VYU1PZktFR0JlM3Vrc0Noc2pvdnJpUFJEbjU5ZWtsTEhpOFpxUm1oQThoblhQOHViMGNoamxRZzZFaFBybUhtcCsxTXhrTHBaenlTYkF6VmVCUklkZlRWSCtaS2VRc3hVSGJ1ZFoxbXo2MzI4NjIzYjRHRDJDNzhXQVRHekJyMEFiS2hrdUhMT3AySnpNUFcwNmROZVJoZFViZG1WdXpsamdHT0NsRFpjQ0lFeWFMT2xDS241d0tvbHRsMklBMzAvblArYTZWRTN2U29tZ3dXdkJsYVkxSWs4bTB6QUNCcEZwV0JKUmVOeHlHandKYlUzYnRFMExzQlkxUG8xNWpNaFg0MG1LWkVIY0ViNFJCS2diTU11ZS9meWpSSW9yRzVGTFh0NlB3RjBHZkpkUEpLbFk4NTgrb0p2RGFTLzN1Z3ZxZmh0R3dFb2drZDNoZEsvRHFYbFo1T0RGUFRoZktlSnNMWWQzZWgvcmcrMjBKRWozNGpIbkgxYUtKbG5OSUx3TjRub2JLSzhqRElyck85RUhZaERuMHBDS04ralhRNFdjWG5ERGNaKzRwR1RBM1M5R0FQS0NRQXNQWG9oRHlZaTMzWFJ5ZlZ3dW9teXBtUy94SlF3WmxiZm16ZDZSRVJUS2xXQTZVeEpLTmJWWlR1ZnJ0dW5jRWsyQXhLTkxNVHpNTGJVQWVmMHRtb0twTTZpRC9ocStUWEZ1K1pZckYrekdzMHBjL3I1Sy9lTWMxWjZoTk90eU5Za2dyblJUMUpMQXJLNjFUdEswWFA3UWdIbTJOOXFIYi91ZGhGK3Q5eWg2cm5GRlZhcVNrc2t0ZlI0Uit5WHdBWC8rTjA1UkYrV2lVUlFxQnhXY3RvQTR2aDh2RlNxY05KNHhKSFlmSndmRmo2YzBXUHJjSkdWbk5VNzdzWmlRZzlRTXVMZFpkZUJzMElaRFA4TVo2cTVPS0MrUlNzRzdFM3NicklCVTM4c1Q4M1dEY2ZmZ1VBbmZRcGlHQ3R0QlM2SlQwZjhMdWFDaVg1bkJ1LzBWczlUNnRESHAyKy9pRkhtUDNBczM2dHR3WjFqSGw5aDlaK1ZyVXp4cFhpTFhBZzAxems5Q0dVcnFsRVpvQXdaSlhDclZZQUplVTRwbjc1WkJwSFdhSDdWUFVLNGw2SUJCSFJBaDBvR0pYSGhUQlFYakhrOWpxeFI0clRqU0pHWCtBRjJtaFE4bnA0ZG9TdzBKVlBNYUI4U0s4SVlSbi9hS3lDbkVPRXpIdUhzaGJIMWlMRHJwMUIwc3dpN3p4OFlxSWo3b3BPRGQ3RVRyTUQ0dmZyeE9WRTBZbjFJRUFqR0xWb1NYbGVGSUVIcE01V3Fhd1BUTldFMGxTQ0lZN2lqVjR6OE82Uk4yYk5xYkpXaUltZmg5bEtqc2NHeGQ4T1lEcEtoK0RISUwzY2QvTjVVWDRFVVRYa3YrS2dKUzFNcEkrTUwzNzlTWXllS1pMeWVvZTRiRFpUVVJjaTdnSnZXbXJ3Z0tRMjA0YlEwY0dpKzJqRnpaZVBYUmtiNi9zdDhHN21oa2ZQWWZVRnhaZ2xSZGpSUmQ0cDl2UmVLa3VNZ3Q1cjdvTCtxNEMwQUZrbkF1L2pseDlSWHJKblZZMDRLMlFqKzZXZlU0SmwxVEFZbVBKS25ZUDcxZjNNOTZqVllIY2w2M2NoTE9xY2gyNHNQcG1GOGNpckNmUjVsQ1VzWnJqdWtqRVQ2Ym5hRTczTU5TT3BoUUJHbE9aWkFFdnNwbVBmazcvdHZQYzRyVWJ3UU12YnlJMkxnNVZDSjQ2TWtzT3BUZ0pvdkVWYUJFcUxoRzFvdGhCdy8zWExhaTlaTEtNdWNJYWpkVWRkY2NGcThQL3BEQ1VzWC9mdmIxRU5MMi9mMHJaa2JNTVdLS3YwcTQyVCtQZWRTK3Joc0s5cFdlUkh1VnFmWjE5R2RwSEdrUUtxdjFycHh6NVV6WU1TOUZCb0l6WXNUMGhmWVpFajhQQ0FxNUR5TnRLOFJyTkhCdEEyK0tERHNoQkV1aWIyWExZd3dNbHhQd3cyT0NzakZBbmJzVHErS3dFVTVCRGhJNVdYZ2UyR2M4bkZCU3FQSUNiMHZiTi9IV1hqWEZ1dGtpbnlJOTFSSkI3aHh0dndIT21WMVVnQ2VQMnc4YmhROXVnMHhIdXo1TWVnSVU0bWdxeGFSQ1czUWNxRlk3WlFOSm1UaUpJUUl3bm9Yb3lmbmN4dVUzWERxVENqMlJmZUZSTjhscXlQdExjTUpFdngvRWpubnoyMm1VTG1tTjNKVGFYa21peGt3QmhKbFhHM2QzclA1R1VyVHk0bnJtWXdKcmg1eHNSMUlZcGwzUTc4RnY3bC9NcFRxcDFkQkRHb0p1NGxQTU5IakVEeWJvVkFGd0JrQWx1ZFhGZWpzYko4Q0RBb1RFQ0dETDRwdTRIcWwxOG92MXU4TVpOTmNpR0xxOG51K2s4Wkx2TUJaeG5lL3FmbmYzVER3dWpSQ002WDFyNzRIQmY0Nnd5TU9ISEJoVDc5eUVZYnhOcWJyN282TGUyQlFqb0lkRUo4RUtoL0R2UUd6ODV2OEpnMU1UdWFoNXgrRkdBZW5rWHhTQjNzVHk5R3VWOXltNUdDTFlic0VkbjhZ', '536155520_24623462953914725_962276272882014355_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-11-03', 'image/webp'),
(228, '2025-08-23 06:24:24', '18513205264013617', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'XHEAfaFfWr0W/4AJUEo7qVFneFBrRkNhUWN3MmlKQnRTWDBIUGxXWnFMRlowMHRMRHlGSlZ3RWlOd2dYVWV5UkEyc2hwSjBPQnlUaXpoMDZyTWJRRkNKV0l1ODZ0eGlJN1NoZXBXcVAwMWhXUy9lOHM0dEpOY3czVUNOK1RYa1l6TXh3SkRHTFRveDVLa3lpMzVNRjhDVzZob0RsOUlYdHdqN3BXUTEwaW5EV0hybmdYUnlEYnUxSlZ2ZVBmWjgrMFVNQUdVSXZLRTY5cWpQYnZxVkI3TndnNTVpR1B5RWJvNGlNTnc0b2pHRTMxbzAzZURydjVvSXVJTURVaDFxYUU5VWMvR29wSTJvWDZzSktDQmZqTGY3cnZFY0x1MHd6SC9GOFo3dVI0YkJDVEdPQzNrRnRJR3oxL0VUYVVIc1VuMEs2SmEyZ1lCUjdqc2kwSys4NmRUYi85OGYzQU1qOU9JTEVBMUlXM1VBd0ZNbDJLTjR6TFNKYUZoTm5JZGlUbE1Tc21KM20wMExESHFCMEFYT2FDMTdTRTJwRlZUbCtlbGl4ZElQMkxScTZjQ00vb2NreUY5UGVBTkFJK2RUOVVpVG9vTDhaRWhtdm5PcjdJOXpxNzFBanpvVllQSVExOVpZRWM1UndWSlB0TW9wOXA0eTUwWmpKbFh6VjVKdlhzcS93b2ZEUDFnSC9DOFZJQzhpMnB5VUVDbFhDWm53MlRnZ05ScGFWWk5iT0FMQVAxWjROek9NOEY3ZWpya2YrWmdhaTBkL0tiNVJRbXdGbVk0aHQ3ZzBYd05jTGxlZVc2MEJjRFM1SXZ3MDZtWTgxZTREMG56QTNqQk05WllvMDYwSTJObnFrS3R1TWlOUWg2MzR2bUsxSENjeUlPUmRXbFdBOVJEUDhxVHYxTEYzTVA2NWI1RUZEOTRCS2JjTDQ0bFY4aC94aTVJVGp4dzJPamRHU1FiZGVjaWVGSEM3S0FEMHdSbndkU2xDMmlvU0xqYWVsaytpUW9kbm9OL1R4TkpjdnJTTjlZd3U4UWc0K1ZCZ3g4TVNWbVN2aHd1T2tNNy92TGY2ejJuZm1pcWFuK3I5amt6UGlGNUVpc01iamFPaWlIeGZqQ0hKRmptTWVkK2pXajVzdUZ1elJCQzlRMUpsRmxVelkwUDQ5dnhMblo0b3gxSkdGMGxYRDVqZHZMbm9TYnBSakxyck15RGpnc2Nla1Vwbm1CS1Z6VE1Za1c2ZmFJa1JkSFh3QXZkbysxV2llZXRBcTVTazJkNmFFTDk4VzFCSVBVSmQ4UzRrakJHRkh4NXdJSy9MWXhVSThhNWJqbTFSWjNFRWFMK2RZNWxKNkRaa3RBMjE4YldXVDlvbnZ5TmFhR2FrbjFkcXpQSTd2UVMzTHRsTVJOL1VGekZKbWZVL3ZWQXRhblZzaEVtbk1ZbnhGNVhaTExOT0tWMmdxNWdXSU1TVGI1ZEdWVmJzMkFDWGRmMkRyVm9DS3E0OUNNMmJ2cG5pTW1TYkxIWFVFQUQ5MExIOW1yejhGK2hzb3ZHZ0tVbk5lZEVxcnJrQ01ZMUFZRXJZeVpQTTIwYmZNVHBFME5UbkNtWXdVdjJucDc4aExSUEpwVFNwaHI0SjA2U0xGVTZkcXpxZXdEekd4OThaMWtmUlYxQmtFU2tyNTdualU3eTQ2VTVaS2hXQW9OQ3NOTkovV2ZhcUxKbVJUdU4vcWJ2L1F2ZTRlQnVMNXUyZ05kZ1RYS05iTnY2Ti9vWisyamQ0QnZUQTJWWGdRWGdnNzF3ejE2T3dFYWZnN0lacUMxbXUvZEVUazArbTRXbFFnZzNyMXRFbWFlK1JWOGowVlpoWTBENWF1a1AyVnlOUzNZWWhqNnZJZFIxd3V5am1lRnZoRHVRQldMdmdadTB5eEFaQkFybmRBVEI1MUg5WjEwaEdsS2JvcU9tOVR5anB5c0lmNVhRcU81TmgzZ3pMdzJPaTcwWmlKTmRBRE5EWXVFNkJWNVhBQnBicVhnMFZ4VkY1OVFSVDBaWlRXRjd5MnJHNmRveDgrTkhSUnZUS3dTVzJCRCt1eEJjVXppSFVKaGp3R25ZQWtyQXZHR2piZFdhclJCeHUxWHphdmhPTWt3TkZjdFJJNmNWOXlKc24xdk1IbWNjOTg1UTNMSFhscFRjTkk5bFQzR1VydUxlQ2ZtcFFObE9nMFZXZ0pLRE4vR2d3NDI5WWN3cHZsZTg2YzYranRvSjF0bE5sNGhjaVQ2UTlsTSs2RlM2QnQyam1HbkZQNEpZOFVLQ3RkRHA0L1dUTm9RNmEvU2FzeXY1bW03TndhYllFSWk4RXl1MGx0bmdydkZWVE1UUHU5U0ZNbHN3NkFNeDJzM3hha0pmN3JwNFhNZ2RyQVp1QVJkbnBJNTZLbnhBM1BPVzYrT2hkeW5yY1NvcDV5ZGs1cUlmcE5YR2ZvQjI2ZDBZV0FHaUtYNlJib1JzRW5Kb01uc2VCWGp6dTVhejI1RXYzYzBsTm9hMDBXajBVK1F4VHI4Q1I5em1jbWMrTVZiN0NGcUhhQmZXSFZqa29ldkh5bEQ3TjhWd1RQWW5BRWZEL2VSYmJQV1dNYkZ4K2YxRFFDd3RWaWtYOEJlcTFscnl3NXprNWVYME1nMkhac2NmNVo3OWNud1REQjZQeFlUMXJnODBkZEJKRVNRR0E1b1FkVDZWMGNsenc1alZYOGl2REdod25yYS80V2g1bURIRDFBUmVFamt4QWFFcFE4NUpxSDluUUJhclNSeEJGU3dGQS8xeWNiR2tIWWwyR1MrQ2NKS09QTFMxOExaYXpMY3AyMW93WHk3eXBJbG9RRDdTVWhJYWlEU2NRQ010THhaQ2JsMzZwTzR2Ri8wQjZtcEhUN0R1YVQyQzF3a2I4dnF4VkQzSkxnVHhsTmhKa1lFTTRFaXkxSGM1MmtWYkdwNWhQQ0w4V1pVM0dWd012cXM0MWNJNFpaN2FOMmxMR1NlcStHaFB4SkticEJVWWt0RGMzUW9CbExZT2Yva1dJalNxb29jbDBtc3lsWlJUNDVJZ21QMUxHMFJqWlRwNmU2UlhrZG1haUF3N3N2MXJFT09XaXhLQkx6cy9CdFBBODJ6L00rbTRXNnhpR29KUk1xK3VSSDFvQVBEK2hUTnc5WlNpNzAyOEZRMDRrcitIOExad3ZoUThGRnRQRlBIU3l0NlF2ZTZDZy8raFZaYnI2RDYwemRVdmVBQUdJdkF3M2dYdUdxUDExUG1JVGxjUEVIRDNIb1JFamsyRDc4TlgxTFMrM0RhaVFHelUrb3NCeEtQdEhWaXFzVmlQNGhiOUpqa0toWXhWWDhUZElwOW5WMGhaRFZUUjJ2R0tZS3EwSUhWSnpFN2xPZGdmV0ZnV1lqS3l3VnlodVJPV0ZSS3NGTW1OcFpnRW1tSzBWbGFESWlFRW9TMEVUSHptc281Ui9ZejlzaW5Bblh5MWRsaHBPTUFtUVVNdHJFUk1YNGNRWE9SOXo1WFRsOUxrSEtSanRnNkNtSzlBRFlEOEpJQ0xIa2t5dW5VSFdTUzNzV2RhRy9EN05VMDI0QWxvdm5FYllvTW1UcjdNV25YWVhJY05lRVNBaUdCRFErN09vemVadlBCVHlYcHdZd2VXWlNiZTR3UzZDT3RnRk5sK1crUTcxa2xRR2Z6Q0JJOE0wcWtPdGlDT0hKR0plMmJ2aEgzdWtpS2hRSSsxTVpmdEU4U1p0L2t0YUdFWXJXQ2VlUXIyNmRuWnIxL0xocUVCZmhxZUY3anZmTTdLNjB3SmdBWkRPTkRieG1RWDU5QXgzSXlkN0xyaitnVG5CWndJRWd6VWVyR3kzdmlRWThOaEtxZHJSNE1va084d2JzUXJiUnVVa3ZHR2ZDc2ExYjFrWFhmMlF0WlZmUGhPNk0rUjBpQnlkbHQrMzNlODJkYmRkU3lzMEFtYzk3Z1dxQVdvQThjd21LRHNod2E5bXFSazJsdi8xWTZ4ZGQwSFpIT0orYUdHaU54WndMTUdQd0xpWDQ4eFBFdktrdmI1SmYyWlQwejc2bU0xaXhIQWQzOTYreFR5Z2J6Q2tTdHB5eDNvcXh6SEcxYXIwM215eVM5MEthTWtEbUlxZ2FzbjVRbTZCTmdCMWhkVVRRcUZZc2w4cDkzL2hTOVhmNFU2bmhsaWE4R3JEKzBQYXc5YytCZ1RFdkZhV0dIdml4TGZlMHpCRUZkMDhIL1Q5aFdOUkpyWENreHU3Z1loR2xsZm42VjVDNk0wS2lPTTBCZ0pwaVlJTUJGcVY1bkZaT09XVWcyTC9sUWVzSEVQMURxQzBzM1Q5bkVoVnhQRk9sWDNYb0dESU0wUVV3ZkRET1JPVzltWjA4em8vRzdYcDNWMzd3UER0bU1OL0lNb21zTVhZWDhRZkhxRHAzZFhEeXZ0Z0RjNFgvWEp6M3o1WGg0dTJFYStPeHBSQldaRXpTZ0lJM21YT3ZlOHZTU2h6cENPNlNwSHFOcWZrY2dicnNqVklqWGJpbWl6cFl0SFdQM1VxR3JzNXQzQmRUeFB1YlpRbzFPSmQ0Nk1pT044bGZzRjRaVFhEZlUxdjN1cXBzb3BPeFFiY3lUUStQOWxISElueTd3cEtuaC9ma0JWYmZrd2ZEclVIS2NuSXBCb1kzU0VhOVBFd04yS21mSzdPdENEcS9UTGZBMWF0RmRjK21PR2tzRXU2cGVQbEw1ZForV3hzcFdUNTltUnF0NTNicFlUZ3lhTm4xZEVzdGQzYnJJSGNOT0ZNTVBZcmozb29kMlNHZVRFb0JSbml4K0RHdW42UldGWnVBcCtQVlh1bzVQSWttamJMNnpoQWRzUT09', '538464902_776560731553060_3666323156243915682_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-11-11', 'image/webp'),
(229, '2025-08-29 06:20:17', '17860819971469849', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'd3+vood+AKj6i2xkOehATkQyVlZ0c3VkZTJteXoxNzdQb1Z4dWNHODJGZ0tXNmRXbE9YcEtWczE1Z2dGS3dHTk1hTlJ3UUg0ajdYaTFRVDVaUTZhbGRuR1NkYmp3MEJHSUZMbkM4bmtxZ2YwbGZDREF3MWRmb0RRUjE1K0RMUnlkSGc1cGxoU25GVDNFbnNLZ2sxZXoyVmNoNURjM2ZnS2xvNWIwSXRtRTY4NWM5Q0VyYnRpa2hyQlJLbU5ycDEyYlBOV0xRY25zWFFtSEU3TmQzYXVQb3dQKysrNkp6OWVZekp0V1pEb2lKVXRmMUNDMnBIK3JNdVFuV2VXSUJHVFQrNElMUERpYWtwVUw5cEdBN0QzS1Y5OW9SUEJiNks2aHhRdVlidy9IdkJYaFUyZ1h4alp0eGtHbm9wUFcxMUxUZHFGWmJxaDdXa1VsdTJLVGJjT2pnWkxyZ1lrVXgzWXZ1WGk3WDlTQkhSOTRTV0lWQWYzVXR1a2w1TmxWMjNTcGFFUUN4cTl1TXAvSFVpM1cwUzViRFhpamdnRTZ6d0w2SXdvNFlaSWZuTDhScnJPdU5iN2dCWEZmMFBUNUVOajJ1THFRVWNoS2VsYkg3VklrN21WSmpZdk5CZkdVck55cnAycmNHQnFQZXBKaHVlZEtIVzVUQ3pYbXVnTWtFWFVSLy85TE1KakRPQXZmSVJIcjJnSjVSNnVKMThlTHpkZmJHcEMzTUtqVDFEYWQrb2VIbjltZzJvMzFSLzdGT1ZyTEUvVjN3Q0NMVDBxbHp2UVBHRk5sNEtrUnEvSnJ6Tkx0ai8xQmdlUGZPcVJuTE81SGdBRHZzMXpWZnRmRWx5TFFpUjhNTlcxZ3NKYU90T2RSZFFKbFVRVEhnSnU4VVZFcUU4MUlMZ3dUYnBzQzNPWkE0R1JqYjlBb3V2SWplaGg3ODltSHRPenFhQkJSNU1FTWJjMUxvUWZQdmJyM2dNRnpzMDlxZGVwV1lWaUF6aVl3MFhNWVlNMFRyVmgyV3Rab1NkYm0xZFdlcU9oWnhrQmF6OHVRRjhIdFhHdlNBQjB2bkJNaVpDUE81M2haVGlMMzlqd2o0Smh2UmowSVpPUEl4UzNURlI0YTdSY3dBSS9EQ1EzVGg1N1R1bGtzV1krdUU2VXB1elVad3NxNG9yNHBpNFJFR3ZaMTZQK3ZyL2ErOUZKL1hRbHdpV3FPQVB2TmNTOU93cE94WTBVVkFaSGh0ODhFbUZqZlZLWWMzU2pWQTl1OFBIRjdGTUl6cW1pNlBVZ09US2tKd2dGLzBVclY3bmRJN1VkMlpyMmNDQVVtekhTdDBvSlJiMG9VU1lSRXYwT3VpY1NGUjE0NVhCOVZHbVhHUlRWSlF5YldNelkyTFc4S0pMU3JHSmtTc051MldZSW5UclBPT0diV1RrZFVvbVpHZk1pMEZSNWxWclA4ZXhhU0Y5N2RrdmYrZ1lSU3dPbitMWU1hdjFXOVpsTlQ1cmZrcGVhU2Z3RUVFN2ptUW82RU8xMWNmOExJS3BYL0pkSGlBUi9mYkx2MjVpbVNFOXdEdmkzY3FzZ3Bxb0RrOXp0WmxiVDJWR3k5TFlLQUorSFdpWm9oU20xcTFkRTZOd2ovRzMrY0s2WUVxQmF5OTljdEc3Qk5UOE41Y1dkMDB4alZ5K0JOZkorejZxSXIxYW03NVh1UFJTbUtSTEZUZkhkRlIxMHRBSm1QVUoxZUF0TngrTnJiRUxGWVVSOE5XK3JCSC9tUndWOTAwNWpGZFhXdkxTZVdLR1pCN3BwYXd1cmpGem15WTZMSnZqMEVsbk9Yc3k0eG5SWmJxc0RvN2pZb1NpNVRQMWoyNGdsWk5nNHZnUFlNWVFBdEduVzN1a2NqaW9MRGFyM2JlWnNhTGkwQ1Q1bXJZb3hlM2IweThYNkdtTHR2d3lMTENWWDlrZGJNLzY5YVVHSWZtV3Y1K3J0K3dVYS9ORkVNbUhxWkJ2TU1jSnN5Wm4welZtc2x3RExaRHZaaXhoQU55bGN3dXdWVUdyS3lBdWlBdW05VDRlVXV0Rkdpck1ITm41a0tVSUoyaFlpcWxsY3U1OFdnSklxYUFBVlRTZ0Jxb1I2VUtBMFM3T3pYRTEzL1Y4b0tDcllEUlZaWlY2YUFVclMxblFMeThLN1VGZW1zb1dPUkpYeWF4RW1nSWxIOTlNSjNOMUZ0RS9PSXNBejRNSHc0MGhnMkR2dE1vVmkzcnltMW0zVXdsZktuNGFnS215YitPOHZydzdrdXZmTS9sYXNqdnAyY3hzcW5PRENrRFNrbnUyb3FJbmp3SmwrUlE0WXprbm5adkV5MU9MZmxuL0xuSXVRaWJUc2IrMFlwU0ZMSllHaTJMM3pOY2FaajVFRzNzTmxZTWg3ZGZTUi95a0RHMG02TmFBRnVwQUY0emcvTVJSZTQxUWJoYW03OHlDOExBQXdmRzZnODRIVVBmYjFNd1h5RGpsN0ZaRjM2R2Zlc1dCeXVVS0xyODFKRlBKYTJUMDVDSnRyaUlQT2EvaVQzY1BvSmJiWEx1bGo1aUFoTWpKbmxHdC9lOC9PeDVhR3kxelNjL1VDbU90YWxDUTBTRGkzSDg0aUkxdUZXTmY4WVdDaU1nRk54L09BL1Y0MC9YRHVBWXRKZWtGODV0eVJidzcveEFMM3pNaXhhczd4QUt6L0FtdGFLaVhQbHloWlZsWFkyTUJCWUhoc3I4cjczZGlWRTA4eFpkOGg2QWUvSEdGbkJtLzZIUXAwWVBUdkFtSmtCQ2xtYVpJbG5aQmNJQm9DNmhYZHd2QlMzOEhyK3BGKytwQlFnY05yZkwxOVlZWEpncjRaaGNveXE2VE91OENnKzRCNjJQS0JsbE11b2VYLyswRUNIZmZ0NHdqZGVhcndMOFh1NHFkd0VGMHlxcjhTY0dGM0h3NTZpQmJtbE9SYjZjOVRwTTczZGE3M2xFWHZtUXhQbE1VcUlWbmZXVThwdU5STVZFVXpWM0hwUkpSOGZ4YjEwTnJGdndIenRZT1BaWjcxYk9TM2s1bCtRTzZwYkJ2QnVnN1M5c01TR3FNUWZrUTBEQnBOdFYvWW92Vm5lZ2M1bGJlUFJFVFdoY2F5c2hnMTU5OTVBR1pVWVM5SHBQbWtSM0ZiMWpHRFZTbFlNS1hvQ0pzZW9KVWE2VnBNcVZiMm4zcURDTmlFTTVjM2p3MFYvenZxaDF6WEJjNm5Yc0hETmx1OTJGMUtHUGlVRmxkVmtVZmt3b3ovYS94OFpFaGZKc1pCemxzQ3BPYnhEcmlWd1dKbUFyeDVzYkxlQVhrTEt5aHlkYTR4dHFaNlNDNFNSeE9IeUYyNTNmNEpUajluV2QxblRRekVGUk1tNXJTdTBEcnlUSFdpQW90NHpzc280azJ3WGRoNUJMbVVsZjAzNmJrQjBrRmN0aCtUVjhwcFprd0tpbzhRY2VjajlDazhjRSs4S29wd3pIcjBFSGhQdjJ2dlNkZDlWQUJaYURkRkdoeTlsL3JjeDE0SmZEYUdTTDVZbHF5RUhadXFZVzE0RGdkYVRJWFNqclNMOUlLMFNkcmFSQ3QyNEZ2ejRLNUFnbGE2alZPSngvRktOc3BkaUlEQlIvbEw0Mk44MzhCR3FiUXlXSHlHL1VCY3lLODBlZHpQYmNOSUZwSlBBTlE2aEdwUnk0ajFvUUlZUjdOWXh0Y1ZYYTMzZDhlN2ZkN2hVU05hMWk3R1hocXo1bzhj', '540036470_703296166061418_7967564280124795404_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-11-11', 'image/webp'),
(230, '2025-09-06 06:17:58', '18035585246686700', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4Cr/oUthkRstaGZ6pqP/2TYweUZudlFYMTBKMnNXNmpUN2V1ZmswUXRKQjZDakE0U1RtNEIybmVxUHp1SWgwSnAvaDlZRHM0cUZQVGdHaCtpdWUyU0ZSRUJXcHlYYWEwdWdsQWZrVkYwVERjMEtMem9aMzU5b1c2bmtoYURLUndqL2Q1bjF2b09mVDA5cFlUN01wOWR0TzJIUEdQUHZNd2VBb1BxVXRpbWR4clAwcllXQUhlaG12dkNWLy85cndyeEN1SHNCaHBXUmhKNTZId3BBS2N0QXNUZ3pGa3c2NTFHaGJuU3Q4akw4TlpCRVZDazcxcFZGVUhPVWF0bDhCYXNiTjVjSTFwbG1sMlR0WkRwVEwxTWI2OFpkcW1Pd2pXeXhjZUhJc0EzQlNxZTJWbGRLYVFIbktwQVZaeGt2SW9LOW0yOStuamt1OVQzNHduQ2lDMGNYbUNsRDloWkl2NEFTYkxZQjFMdzUrWE4yb2JDanNPSU1pOUVrdktjQzg4WVZPdWNuYVpxYzBQUGpyd3JKaU9sd1d3WVllaTBuUDFTcERmVXBkWmFVQkNIU0ZkcTVsVXhrQnlDQmFZNG9zckhQOEFuL2FidzRpMmZhTHBjZGxPaEJMUUVjQW5XeU81WjdSNTVFWHR4Rm9vZkpsbDNqNUNWK3BtMGFvaklGR0p1R3g0czFVemE1aUZPVVgwZEJldkNpS1lSWWlrWjZ4MkZmU2ZxYjgwbTJTeEtYT0xxa1BSRy9md2tKa1U3MlhBdVdPZVJqaHE0MzFKdU4wbWl2S2pYRzc1TElnQ1NLOXlkaWZCMFNHbWNLQTBwbnRYOE1qZTFibEJOZHpkSDlBN2F3ZXBqZjdhckhtT04xbitpOXZmaUFGSU9FZUpSSXdud1hxM092SUhpQjhmblVFWXhLUnBnRGVPcTUzVjRKVHBncTYvNUlLeUhGOVgvZnliMWEzT2JvY2Y1YS8xbE1VT1pQOVZCTjVBandTZk5EL1kyeWx2YnhtSlZxL0ZpY3l0aTJOcDNhY256b2NYNy9BUGVoUStkTURJSmRodVJ4SWQ2d2xGaUtVSDlEUEZxRFV2T3hNUmsxcU5HSHNVK0g3ME1sUmR4RWgyby9SMkZEWG1ZVU9hZ1NCNnNVUENndWxDcS91NHhteVFUSldlcmp5NzVSVzJ4WEhaRnlIVmc1YnNIVWxrWGVBeVpwcVNHK3FJcGZGRllXclRMWkEvZmNEZ2gremd5SUJydXF1c29GdUFDeE94YnV1T2plM3dFSDFNVnU1UFhoYVdVVnJDcUVjRmwra013SW1RQjQ4U0ltTWgzSjgzZ0VzK1h2RlpmM2NrdGswLzdzcHhjYWJsZnVzZjViY1h4OEtBb1pBN0hKd3BCbS9YblBUckp5ZmxONzduamxmS1dZOW91RXZTVWhmeHIvU1ZaR3A1NXlHbVNUV1hPTjNRWHZFUHg1VVZCMVRhdVBTL0VaKytvOXEwWDNmZnpUSUdoeVkyK0w1TjRZNXNpUW03bm8vOExaWkFnT1o4ZnF3MTlIUGI1bHJ4b25YMFJBZVIveHNFVnEzOGpkY3g3QXJWWExTMGFVSFFBRlBhWFhPSDVkdW1DaWZyTFAvYkNkQy9FTHI4cnlWR2dRbXpPR3NUNVZMSUxQcjFraVNUTUNib2ZnVEhJQkJPWUFrbFVNNFAzMHlNZDF2Wng3WGdTNnc1WThhSVZyVURiUENoVlppYlVFY0ZHVlV5SDlkV3pIdHNMUnRORHFQbXNCODdIamVjTFhMUkRocmhxR21lL2oxSjdCMEt1NmdHeHRBMXo1WTU3UmJvcDFUb09aMm1iMUE0L0hGTVQwdkxKRXdGVTNaMWlBTllNc3BwQ0ZESG9JY28rY1VCS3NhWnBnbDYyTkR1anZySGI3RHhBQThpd3Z3VG9CZUx1Skl6WldPK3QvOXVkTnlJcEZENEx4SUJoRFdMNlZ5NUJORENNZ2d6VFV4cUZqNDlKSCtiZ1VueTRzMldiZjRJVStoQ2lmZStNelEyazJWTis3VFFqck93S2IzWjNYMTY1cnQwNmprbFEwMXcxb2tuWEJxWWNyelBWRHZERFFrTW1KU1hZT3FUZ1BNYWZEbEVGNjVYMk15ZUorSEdBU2ZGOWwreFNuQWRISjhFQUlKcFBuaFhMS2NnNWRpMDNVZFBGSngrZzJVVEdmbjdxa2RMb24xYVBwZTh4ZHQyZlFLaGdKNXZlQnNjVmxUNTdnNkw0MEpyR3BINFhsK0ZzN2ozWmU1Q1A1bm1qS3FBdVNuTHNPd01jNUNoWW9SZ2JwZEZXZEYwcjBOKzJEYnFpektpcDl5cUR5L1RnQW1uTnRwRTNTYUpLSlQ3dUd1d2VTUFFQY3ZKeXNhTnNEeDZleVdQUDUwbEMzaXBWNWdZc2tjVU9TMjJybWxqZlZSWjAyWEhqdXZNYXJFdWMrSTVmbXE2SWtvTW02YytqYnAzcGc3Q2ZJZ0lpamJHdVJBTTZYemNVOU50QnA5cTErUGhBQURqSjQ3NVA4SkQ3T1lhUVJJZzRkd3NzS015eDIwOU1VUllJWmcweTdpMEE1K0lJcTBFWUJpbWpBeWFia25TY1hiRTFTdzJCcTJBcjVROXV0SFhoYUdwSmlVV09sSW11K09uZVVzbnZvbjBPK3BqRTBJTVZ0Q3dLL2swN3NZYU54azU2em5yR3AxaWZCOTJNOFhDeFlVRkROWUEvSVFBTlhaZUpkcFoveE5MNXBkeTVET0NFSkRERUtVWlBFdFM5aitYUkl1cTJGeFQvY0Ixbk9PR1h2dXlEekgxWTIzOVJTUkwzY2RZZnJyL1dyVnl0dTZhdTZzTU1uUU9kbHZ5R3k4VCsvd3hCOHRHbzJ2VW1TZit0V2xMV2c0cnhqR3ZoZGQvbU5UbzVEQTVITzk1RWNSUE9xYmZiaWtoeXBibE5Udk9tM0xrM1drZlE0M1RDdVdER2pRMmIySlVFNXBpdk5pMFZOM3BhUTVoeGhibUZNZDhSVHF0V25EaDk5bXd4TW0wZGRjQ2RDWEs3eCszWGVaTVI1enVLYVR2ZTM2MDM5clZwS1dJZGZhOWxtV3cwOVpQWnRQa05SeXpTMkNBN3QxcHJueDR2TE1iRmlUYkZWbjVRWFZVdkErY0htYUlyY1ZHUFd6M0xqRFpiOTZvVXhyQ0Y1MlMwdG50ZG5XMTNlNmo4SElvS2ZEZUtrSkFreFBmTzNRR1RRNERRUHBudTlGSjR5TFhLTWd2MTRpby9VLys5VGNXMDQ0V0JRbXRmbW5wOG5HL2RRTURmVU1kb280dGhKdUliOTFRUGtCUFd1aUdlbDBLQTlOOHJGUU1QOUN4YlNJWVVucEtNaTI4VXl5VTZJWE5oSmppNDE5UWt6Z3QrcWNrcFp2ck16MHZwaG1vRmF6TkY2QXh5aVJkdDJ0MUk2VStqZlZNUXdHQjZoSTdRMS9ZR0Q2OVJnT0VJM0psY2JPN3dNSnhxaEk1cE8xMGtOS2lMeDRVSlAvVXA4cEpkbzJ3N0ZFZkRORXErSkx6QVVsKzBNQlRzNFNnMjNvR2ViZUxoem9ZcXVjM2N3cHFIbzQvM3BGY25rMDVWbXNRSnBac3k1L3diVHJXMi9PQWZNYm51TWN5dmJZb0hOUUw1NndnaGJEMlZlTUtIMTVSeVNzQXNxWlVtN0duTmd0ck5yTDN4clFqeFd4RFkyZWNQby9MdGZxeHlEMDgwS25sdEtSNVlySTU4UlAxcnU5MWw2akZRemJxVTQ1c3ZKWnMxNW9RcmpXakVoYlR4WFh5UzNXSEpXTE1JeHFCV0NZQllKcGVNMHBxdFVNU0RPOCtYZ0hpTHBCZ1BleXJ1TkpuM2dkN3FoOW5kMW9xamNpR3JnbGx4MmZENTQxQWVsZXJ5aC9kYk0wSmVqNjNKUnJwWDlCZjY5Y0lIc3ZzVnJtWnppazBrU0hjU1QyM1ZpNVFoV24rYlgxb2pWdGkzNnVPRHE4ak40UkdUWENVakpJUFY0K2NWajdZZzMyMGNZdzc4VEFBS1hPT3FSalJDNnYrU2YrbTRUbU1FRVdMdzFBdGtmNWl4Y1VBek44WEMwNkNFTWswSXhXZndqMlNKdEppWEk2aFRNWG5QM0p2', '540010449_775977298543287_4933812613808513074_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-11-14', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(231, '2025-09-10 21:24:29', '18027058865721827', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'hYeAPbAAJUno4kaP3dRzpm5vcndXdnlQSmlVZmZjK3VHVnhLN01TSVlXNXZhd3oySWltNTFPQUNjamlYVExURmF3YmVXQStieFdaeFN0cHBleWsrRkdrZ0RTakhLeFpGWlY0M3hWV2VlLzJOY1VDT1Jucktqd0J3bVJRbk13STc2Ymgxeit4cXVlbDY1MTRFT3ZPRlVXcUJVSXJ4ZzRJbnRhdEc0Q1Axam9jaFAxNllvSzJIYnpaR3R6aElkMDB5bXdiUlg5Szh5N3NNMkc1cWZPSEdGUCtkL1Q0bEpDdEUwR1RnV2JYdWpDUGp2V0IwSldBWTZtS043RHZlOWlHRG1WUmhuNlJYOWJCTktmMmlmVWYyVWtJV1BaMHdta1g0UC93bFZOQ3ZpdG10OUhzaXVVcnhXdE9LOXBFSVhuSjBkcUl6c1FRV2ZJd2ZwRWdlSEhSQlpFdkUxS2FJdXY0TEh1b1JKU0RqN09HVGY1NE8zQ2NNVHcwODE0b1Zwd3BpSnh5R0owbTZCRTk1OGYxeDQyZWpwRDlPOFdzTmg5cEdEUVljL216eHRGVW1XMDl0WTRiTGF4bXoyNDFtZ0NqZjlYNGNkdGVoNitlOS91aFhIc2MwWWRRVTNDRFdMR3lhRDJxeVpqNktRQ0I3SVNGc3ZVd3RlQ3RRWTk1SzdQaU42UzNxNFJ2V0x2bFU0TXk4YjJHK0JoWlJrd0VBbmRXOGdQQ015TkQ0K2tQZnEvQ2kyOUtZZGFsb2prem13TkpkdzI0RUJyTktmWkRqQlhEK01IazRad0NmQ1dIZFZOVkdBcC9RdmZWZ3lWQ3lNbkpQckFqeDhyYzlGTS8vV1ZnTHRXWmxqdW9MYUxHdUlCemNqbnpLUGQ3NlB2bmxEaWtTSllWU09oa3dzWnVwNWI4OUY3Ly9WMjV3YllWZ1NiZWMxa1Q4UmFUSE1DUWJnSE56NEVQaTlxaEg0bDc3TWJpdEhkQXEyMXkrZ1g3dTQ5OHIxL1BNK1RZdjFjQlAvOGs5YVBtY0FoQ0cyMFZZaXlHcDJjeFEzUmFJenNBb3l2ZDNyMFRWY01OQjJOSlRlWGlRMmhWME5MamxnOUU1Mit5NGJvcWtiN2J0RGRNK2NueTQyeENWLzJQcW10dWtEMVdVbkVYcXZWNTRBSy9QcTI0OFprbEdrc2owVEJ0OWRGV3l4TWNZWUVmcEswY1lxNDBFYVlKSVN3QkZ4SmJlQlFGaUQ5TG1yU3FOS0IyM1J3UHMwYXl2QnNOb2czVU9kMmdNRXBoWHM4OFJHWUhhT2kyWWxQeWhqRlhYUkJjSHZSbzJnMVhCN1dmZm1Gb25EcVZ2emZKblVqUHg1b1hGbUxUQTh2c1NaYmg3bmNCcGZURFE4ajdNZDVNSGtJVFhudlY2c3JJTms0NTRUZHluUzZCSUdSYW12eFlIaXlJU25rN29tYXVIOFQxekxseVhhcTg1Um5SY0hna3BWNFlVWXlSRW01alFZODloZDVVSkRGK2EyTmxqR1VPV05peTRVR3UrMkVqTzRlUlNvVDNmQURJT2tvUHVPOGVYUEI3a2NXZUplWjZVUVhwNDJxQzVRT3QwV0F6Qm9nNThXRkZpeG0vVndodzBsRXM2REhkM2x6dFVUQ3FMMmRZR2xlMWFlU1lRUFJTNGoxalNERjFyQXV1RzVhZFhLSm9hRGplOGQ3ZitRUzJhZTYxTDlxNHZiK0gzMFBlemwxdDgxY0wxYlhsdG9nT2YxZDFKM1ZuV0QyUGxPMnhhMzVzcTZxMGlVQTNKK2NQVnZscVRtVmVjZVNDNkRoVG1Hb25VeDQ4WlVSc2pNQTJjblhtNXgzMGRPV3BtamlodG5aU01Wa2JnckJvdWIvWlczOGt1MmV4c21CNWxPVXdsSFJYaDJ6UWdLRC94NWgwT1JRQm1ZTzJLam5GKy9hY3JqRVBWK21wN3NYLytYRlVWZzNSQnN0UVNmdXoyTndIZitqNUovNzg9', '545453884_18019203572753450_3046724477073648346_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-11-19', 'image/webp'),
(232, '2025-09-17 06:30:27', '18068440513977429', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+ggKWPFDfn5Gcbiy0sv5U0VGTTFzNWFNaStpcFFraHUyZUU1bEN4NXMrYnorRFBiZWNURFNwQjArd1dRVnAwRENETzA4SUg4T3NEL2Q4ZWZUYndHMnp6cTBxL1dMTDZRa1BnRFphd21GSXdtc1FhOFRMUmlVeGN0OWJ1bWdEdy90NFFPQ0hyQi9uU3BveDlnRUpOZWxSc1ZmenkrcEY0VGd1RFZHVVlCS1pYbHJSVHN4ejlnQ3RtZzgyYXBQNVV4dXFaamwzM2ZRa3crSUJTZHRzUFZHZnRVdXFVcjdlTGhVdE02VE9VOE1hUlJRc2MvQksxa2plUTY3YjZJUzRJSDliNU45b2JvaUlwM09hM0pKZnBMKzFNNVVaZW5CUnZ5QVN1RzFqSkdSZnlNME01NWp3eld6UlM5amZJL3NtcDI0eDZaakplYlowNDJSYUhMMXV0OUFoU05vNE9ja09NbGZRWDNlZjd0MmxIVXFNd0hnWUh1aEhuWEN2eUZ4U2VBY0RMZ2phajczbnhLSi9rbkxKZ0U4YmVYZlp2WmpmUm9ydUgwMnBqV2ZyYlN1cFg1WnQ2a1JIbVJyb1VMZDFpY1cwVE9abStmb2J2WElKclNrOW45YWNrVFUzK0J1VU83QjJ5b2ZoY0dBb2dLYVFDNzdnSjgzZEl3dzZGK1c5S1hhaGdNTEY4VzIrRHhlTTVuSlRsVVhDTWNWVFJIME0yYVVhcmxyYy9KY21ZbDRROEZ2QUU4WUlPeldPMndLaTZiYzY4c2hlbzlER2hPdUJSTHM4bDlEVmd5aWR6RFVrT3k3Y1JvanFpV1lqSmdVMXExOXVHdXhlZmZCNzJaUTdzcVJNaVIrYnJLWnplWW05dS9FaTkrd01XczVhWmRTWjRMR2lmNURHLzNoOVJTWW9oT1BWUlZrbEFGSGNtVUw2aXNxaWN0bFN3eVdlSnhrZXpqUVRBV1N5NFhSUlp0MHY4VmpsY3JmN0Q0K01xWTVXQkMyUTlyQWxWWERva2ZRNUxwRmsvZnErL0NOcXBZTDgwVUMrakhveE95ZDdlSVBQVXRKRjUxUHhkL0lsaGJ2OEZEMDlDRVkzdjNqR0lMN0NSV0tTdlY2alhjcG5DUVJSMUlqcHpLMnF2bzE0QmRFS1VndUFKaUhJSml1S0VjUXg3dExrS1RIZjAwdHRaZGVKaTN2c2NLZVBja1Z1Y1VBNVhtanZDZTRjdUc5eTJiQk9PN1lQQ3BOME5YMDVtbEpVTkREaHYzRXNSOUs4ZkdKN09kN1pKNTh0SUNNTEJVY0hWRG1EMVNkRUVKSFp4Z1hWTTNXM2h1Wjg3NExwRWdOYm1nVHdkZzAweVF2M1BNeFgvaDJFL01zWEVVSi92TkdPRkhmdDg3Nk1vNkxBVkgvQzdicXJsUjMxNDZZdG53YWZIeFZFM1FFMTF5YkMxRmlCejQrdFRsWjR3ZVUydkNrVjEvT1dGTFhZbjdNM0FBOW5zVkcwZnFBMU1pWWNSekxPNWdsaEowRFNjZVo4NzJhTm1lMHM2ZHNHMzFGMFVhSnpsVVBscitKQWtSanJZMzkxelJhaWdwTkR1ZnR3SG5VdkN6Q0VHQ2NxV0Zkb3J6Rk1VTmpIS3Q5NklpYXg5OFNPWkVrYitiK0g3cnVLMDlYR01rdmN4Z1paZUN5MUZ3ZWZ1Qys5c2ExQlg3UThSSmtEdFNKbHMzODRtaUJwOWJXL2hoSVVVenBvY29CN2gwR1k3cVdWb21QNStHSzE2dlpQTnNMOGhza1o3elJtSEZMbUpxenhteTNETjVDUm5USjJTQ0lTWitsRXI4OVNLZ1RZRFM4UHI1Wi9LQjRHbzl3a0ozVTNWd1p3YndDR2hqL3hEV21rZitGSERjOWVmS2JoTTdzMk4wVzRUMzVZbEdpMVY5VlBzMTdsbnBKaUZGY1NGY2gvTVBGcDhUN3dQT0tZVHFNQ093VWJLZGI3VVJpbjlNdDVxSXUwZ1BIYWQ5czdUMEN4WCtPc2pxM1pFVzV3Z1hldEViOExlLzNmV0sxZlM0MmttVE53dVpXc0wxb0w1dUtsVldJWEVyNXdFbittT085SFBNLys4ZERQWnRBZ2VmQVFlV1c3QjA2NlVadGVOV2xuWTVnM3pMaFAyOXVRU1YrSmR3WWJMRnM5UWRVNW5aSjR6enJKekpPTS85VytZRkpYczZibThIMnoxald3SFBCMUppVmJ1dFJQcHU0MC93TmJVTGJlblpuT3h5N0FTaG1zQlMweDYvdXY0MDcrMkl1VjJZcGNBbzkyYXo1azJqbmFzYmJFWjg3T0psb0hmVWFDK211Zm82NjJpTEEwbWNFejdJLzB0ZFpTb1RYSUVYdDNFUXdTVTVmbWMwVzRRWFNiazFpbXA4Z0lQN0JMenpSNFJyQlVqdzVyZ1VzRkw1TUFIdWcreHN4Yndwbkdqa3IyWmNUOVdMNkZINHlkNWhuSDFYSTBHMDdUL0NPNUZtM2w1YWd3WDN6Zk9MN1JwOEdBZFhWaS9rbkRnNml6OWp4TVJzUVhyRGdtTUpRZ2RLb2JtZFFjM0lKMC9iVnFib2FMcGI1ZWJmVy9IOXZUSzc2Rld4bkl5c3J3WDlKRTJmUGdSY2xzTnVoUWRrcHlwS0x5cEExY2hQVnp3NGtkRTduR244ZXl6bEZXMHVuL255ejZyRlJuMXFNbk1uMUVORndaNVJxdVE2S2d0ZjhEcUU5c3E0Ujg5clNUcmxQaDNaWnJXaFZhdXhPRklJNjFTOWI5bW5aN0NlWWFoNWJpdUZuMnJDQ0V0ckZ0d0ZmUUk4SXJMS01iL004SENlL0JBUHB6Vm1GT1RlbjhlMEVGa1hJSzNHQkpyWmhFdnRrVWlSemU0WS9rL2NxNkM1T0NsVStaejdheUZtN3RmWEx0dkg1QmFES2RiMyszRTZ3emJlaGFvTHhXcUdnNDFGam9WbU1zZ2QvNGJENWxQWmRTNnpEQlRWVVI3aUVKV0Zad1VGbjNEUk1WUncvdU9NcVYvU1A4RkZ0WjJZUXZNdENYUFFKNTA5R0RnMG9ZbEI1Uk1KZWZXRTF6dkhwaldvcCtabnYyVlhpSkhZTFVZcWVEdnVJVi9Hb1FINnE5UTJnK2FrMEgrL2F4c0ljYkxOWGVGYTJtZndidzlKS3k0eURwa29wdTQ2enJ3WktNUVRsamNRZE52WG5UQ1pFRENsdGdPeDZ3MFp0d21lbFdJa1ZrcEl6OTZPaXEwbzNNQnA0RzNnazlWc2hyRFNpeVFiVHQyS1F2bW94TjBBUWpQSXY4UzJ2VmZtZXV3dlQxWjZVUituNC9EOTFrYm5qeCtzMkpVekVUK0tCS3BqOTJWS2Z0WHFVeHQrWGZnYmFNZW1CeFhjRTZzeUswaksrbjk1UlBOU3JGeHk2Wm5GK3JZZy92QVp4VnNiQ3FZSE9HaG40YmFFMWRTaTR5SUVtYWtuMjJXUmYwb2tVZ1Vpem5hSm9mMG1OdkJyQm9sVWhDa0poamFnK2pvd24rb2pYSEJub255VzMyRnZHMGdxUUd3ZHgyOEhPRldmelpVOVFuMFhNVkt0Yis1cG9pOUp4RER0N0V4VjRRMEZEaVloNXJlYS9MWkRzVEhDSTJjOUhMd29YcUhUS2dud3NGbjBJVDZNcTdiUEYzQXdXMzIrOXJuVlp5cmcxTEN1dk81a3NkMmJpK2ZMSVJPVm5rbkZ1bWVZcDFOUGMxdy9NQzRpNFplb3VCT21lZVBQMFdHUHB5OXNJQXNjK2N6NEt4TnRPVHZSOHlFdTRBR1FCQXFhd29ZQ3llZGFaVmR5ajRLaHoxV00yRVloY05ncXN6UHBNZ3dHcndjVlZyaG4xdFVWYUNkMzBscHBBdnArVFNUdWwvQzVEc0FteENBWDJTL0kvY01Kbmx6YlFycUdLMWZyNGxDdmN3Y2NlS3dHN2pzeHZmTHQzR2xoaHE1ckZETjk3ZTRuSHdqRUpSTHdpVnhBMTUvVDdyeWVjTEJNRzRreDlPL2JrZUZkMUdIanA2UHZjcGUzWUxycEN1M2E1TDdtRE1pcDk2NVZMVkpLOFpRZ3lZN2RsWTRwdTRkamxHT3Njd3M4b3lOTUptWENEMTVra25ZRDByQnVqaVkxRkhIVmdYL3hQd0NBTTArQzlvb2JlZFQzNDVucGVrSjNLMFZrdEZGV3VUYWdjS3RkLzBLWDZYMVdnVk9IclFQeUJDQmlTRUZFRDhydDljVzNHdWVvS1F2RkowOW9hc3c2b1h5Q3A5cG10dW9nWmJ1Vlo5TUFOV28yRWtHMkMyTUd5eCtua3I1YWI4ZW8vSmJpN0pGelZJMVhIbVNYZHVKOGpkNW95cWtBTVFuSXQ5bGFVc09kZVhZQzNuSk5FeHRIQUZJRHlMK05TT05naXR3YVkycFZyay9zelhJZi95aHRzWURtQTdTNUhsZ1IxVCtrdHhvbXk1Rmx4VitweWJ4ZkoyWUVUVlN3M1dLNDMvQXUrekFqQjF3bDV2amJFQT09', '548922563_1458957628490227_1467036652597539714_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-11-22', 'image/webp'),
(233, '2025-09-20 06:26:12', '18132695833459834', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'APD9ms0gAI923aNy1A9ALlUwblE5K0dxRS9lSlhTUEM4N2F3T0U0SlRLNjRNZjNkbEtBcGlnWXNoTUppUGk2SUJtdmVsZ1RNUGt5eGlxQS9jZHRzYzczWGtMKzNiNzRaMWd4Q3h0WFVSL0dFWFNqZVFVVU1QZ2Fwb3BiZWxXdDQ2bTYwZytVZzBSUWxaTjMxVWZWVmlQOTdiSFJvbVBRVEZyUzc4YzNFVEFZZ2VjWWF6RXJOM20wMEptMDM1M09nMFNyZmhoK3F6Qno5MFl0eVNkYkh1dm9EOTBmNHA1WTc2NUZ1UlF0WDBKczFodjMrMDFWV09SZ2pxeS9FTUhwdFA4cm5xSUxBbjJvK2xVWkFFdS92blF2cEhqeU9qdFlMUitZR2dOcHNUb01Xc01HUXpwYzhUUyszOHJhQ1BDSFdCSHhicWNuZ2RUdzFUYW11bXJ2U3lmVUQzV2p0emVEODZVN3daYmlXc1doNTBVb2t1SGtPM3kzK1lHejYrM1gzMCtOSDlJaHNSVnZSanhYRzZmSHFmSkVFOS9yRFZqT2NSbFFVcjRNbjRXVy9WS1REZjRkblUvOTNvait4N0pkZi8vWlBYeWUxOWxmVlRwZUZZdkVOM2doZUdzbGxSWG1oa2lybHh2YXl6MlFVZlIrL0RpZGNMK2tNeWEyUkZsVVFHM1ltODd0bGlwOSt1UkVuT0dXMVVlU3MwK0pDeDd1MUc5dUMyRU04cW8vV3d3SmFIY3NwbUUxUEtmSUs5Z3JzcXFUVnNiL0UzU2lSenFvYzM2L0h6eEx1MFNkRzRkNmF0TFJxcjIwcXNNSk14aHJEUG9LbHN0dFRuL2VFa0RPeVdOUjZOVVV5LzAwbUpSQW1OaGcrY1B0QU5POXlJZ1FLQnVBL0ZyTW5sN1FjaW4zR3hvaDRkQ1lmN1JlU3VzZGhkOUQxL0RRbEU0TjhzZkVBYWQ1UnA0UFp6WVN2RUtVcUZTcXkrK1NaS0Y1b0VwL1k0T2xSRms2V3dCYXdCYm44d05uRDBpemczZTl0aDZpQTgyV0puN29wNWM5TnJWbTVqZnhLY1BuMU1UL3E0MFl5d2U4TVpkcGFKMmE2UGx2VGpacDllZWJGcDBNSE9NZ2Z1Sis3WUpRbElvOTJPZHRyLzZpNkhuaDFuM2Y1ZWg3SzkzNkI4N1l2NGdDZTdxN3N0Mk9MSDl5Rk5QLytnV2JXVUJMdGdaeE1EaVlQVkdFTzhQQ09TNEd6TDI4TUFmdnAzZ3Z5QVl5Mnc5YjNGTEdOZXIzYk03TVlGbkpJdGNYenNwVG9NRHF0dHlDZnBmZHRXeTE4UXZTdXdScDVURFVTSVhlRWU1d1krNGR6eWhmSzJVRmhlc3QzbU1nNFB1TjU2VkN2TCtoTmtXWEJoYk5hTE95Tm9CWkpFRHZMeEE0TnZ4THc5bFh5OHJ0emtEMEprdzRpenZ2REEzUG5kTVBFa3BJRURvTzliTk96VThOMkdDblQ2YVpvREg4NXpSTnZnQW94cXg1V2J0UHJPUGMxd3hMZy81VzROdG5FMnZYdFk0SFJIN294UUVoZ29jNEtyWDlhZkhkTzBlSEovdzBBVWJLeWVhc2NrVVJJNXhOcWhjYm5Cb2FKWjZmK09jNHNkNHhTNGtvZWxXRXJjbzZnYkJ4RWFUQnpnRnlOU1gxNGkydzg2TlVCdllxUXQ0a21EOUJPNm00UWtjTllaQnd6NkxCQWhpUUpiUDRUbk0rcSt6V2JPNC91VGpCSFROdlFkZ3hDYkh4V09wVnNQSWFndk0xc21uOHJuS2MwM1VEM0wrelllOXJPYnZGRlhoRTA0dmpQanByRElRY3dEVFZJbzQvdVFzQloyNWxmLzFkdnJmL1UrQ1loaVJHckwyOXdFOXV6ZDNEWnh2TDB1c04xYTk4azBGWWVKb3pMZ2J5MVF6N0RRODJXWWRBbHBScmZicmNJenJoZHdOMmZVQlR3NzgvcUk4RDM2em5wWDhnYVNjOFNsU1NMaWdORUg5a3ZaZE5TNUNUczZNWmFRRFFPNHFQNGQrZnlISWIra2JKLzNNWE03ejRnYURiZlFFZFVxbkdUQlNPZHFIcGJ4M2NQa0FMZ01tcVNIdXIvMnpoaHlKVVQrbXhmK1NoRGxsUVBRNFE0b0FrWElRM1Y3NCtPbUhSc1hqeFdrVUJXNmE0U28xZi9TSWkydVNhRGhXZkxGZmN2NW5iU05ibmh0by9STHR5aXdRbE1JRmxZNitrMG5QME5CK3dGam5PVnpoMXE3dXhvbWI2TGMyRVNRcmJWdHN0c3ZONnpVWGpvSUxjQXQ5VStEZlZkeUNwdlJDV1cxZkY1eDhEMytSUk5qNU51b0VmMTk5dHBHY2ZkeHFzT1pNQmFMaXB2MW9NY05sY2IxRjN2V1VIcmJSZkN1RnZ6WWszamZPeFNXaDhlYXZwMC9KcXBQZnRFQnh4MjV2RklwelJrM3VidkxHQWl5SjNVRjRaWWloZG1NOU9IZ0JDT3A1RmNuaEJqaVFGZG9YS1BvQTMzcFZISG5QZkxCRFRBd3FiME9mWHJSdnBoeEVMSmxraG4vWE5xLzZma3JkOGsxd2NSZlhWcE9rNUE0TTljUHlKQ1VlZWJybnhadmF4RThtTEFuM3FhTGFnVmRpaW1kSnJjWGwvN21kci9HMnJMVlRRR0toSVBzSGlKN0dQbmtocHg5dFJwYnVBQlZDZ1ZHeGZCRWcyRjBYMmlhakRXYVd2RnRVVXFUVERaQ0lkdVQyQ0NIbjR5eElyQ1ZkS3J3aFFtcGVHU0tjaE9xbFZ6K3ZLSU5Zb200SjJXaUpyR0NIUEJ6ZHI4WlRqeUVjTktrUTc3djdDQWlYaS9Bcy95dTNtQkYvMjVtM2p3WTcvU1U2SWVuUjJ6MVpOcmpPSW11YlV5ajRWRTcvUTZnLy80bmt6T0pZNUFpZUE4NjFuSE80VUoyUGZ3YzNUSDUrREt5cUpLOHQ2aW91V2Q1M21XS1oydmR0aEZoak5qdG0wOVJZc3psZ3krOGkrdkFxU29CUHdpNTBRanA0TmVkanRMRndJZ0xIbWJ2c3c0UlNHaXhCZWJhV2VZYXZ4OVZBSksyUlE0SzZzb0lBdlV5cExiVFJYb21tN0FKV3ZVRHEyTjQxTG14RnR3djZHMk14NnIvSUZiOGxhSmFkVGl5cUxFTCtXYk5xeVBiejd1ek1MZWY2dVZmSUZtM1hMQWQvZ3hpY01PaGF6Z1ZjZjhRVzZQdTM1ejNYdG9Zd3NqVFg4ZzhScjhvVFlEVDl1em1oMUVBVkRzN05ES0hPWnI5cUp0L2E5YlNoaStCNjNZYnMzc3l4bEkrMyt3YWowUFBSeGZONk42QW56TFVKaEFIdFBjeitscTJsTDV6MGF6OVlxcjlaV1FQaWNwak85WFFpUVpjMUU2WHdXSkYyaDRlZ2VZR0M1L2hXa2F4ZExWLzdlZGlpQzBURW4wYnNZb3paMVlIbHdQUWRNNStaS0xwOWc5clhkSURxd1NyM09vYy9RTzdpekFvNXhnYlgwMk1BcFpuWnkwem0wUE5kaWxzQkR4dmxueUxkamU2VUprdnhYOUx1ekRhZUFlNWgwMkh3emxmdWNJeU8xLzJVbUFDSXJNR0drdUtnY1gvb2p4bjBYdWNpazBIS3BXV09EUGNEU3Z2emRIZlRKYkdlWGlZTnRZV0pjSzhyZlBiOE1xYlArVkhHQUZZRThpbS9DbUgrWERxbHBDMjlFYnFKOXZwNVozYUFMNjY0cG1WYWF6RzlRVGpkaWd3M0licTRlM2tRTFRlRTN2T1krK0tuVU83VHJyeHFVQ1E4VVdobEhPVnF2OHowY2s1MmJ3UmFMS212ZStCbUZhUUJ2Uk5ZZTF4R3EvWjFwbk5RUm95b2RLNS9JTVZnQWM2ZnRMT0FCUGNxZzlGYVVCUTRJdFNmMjQ0ZjdHSnEvTG90aXNsOExWcmIwaGEvVWFIVEU1cGtIME45STAzRWVsQ2hDTG1JS3hqa1VlZWZsR3FTSnVSNnYrMDRMRjRUNUx2TXl4ZmxPckhQTi9OQUMybkN3SHVlNzlMOEt1d0xsd3pVWk9Mc0R6MTYxN014cklFYTFlZ3loRGtuWUxZb2E5ZS9ZSlFKVlpreG83TmY5U25CbWhXWDlOSEFObHhyR0tybVNCL09TUTNiTksxMCtzWUZGZG9EaFZTbi9RQi90clJiY2MwWlBoYTRmVGk0ZGNrNVpyY1ZxbWFKYkdWTkhUY2xlQmFkYlVUb2JueWRpenhZZ0UyVzg0UjdDdlh3K0tJdG9DV1ZCS2l2M3pOTFVkWVFkeW5LZXZadml5RmVKeisyeEFDV1lMRW4ybmVTTkJEd3phZTQ2QWVaNFBKSDVGSnhWTUZZUDQvbWs0azhodnVTOTFLM0JPVlpnMGFQQjEzY2lNR0Q4SVIyWU9seHBpYklSdWl0M1N3Y2FESEU5UW42T0pPcDFSSXNxb2hBMHB6SXBsaDZNbDZDSW53OWRXMUFtOVMrOG1BZWh0Z2hLbXQwTG96LzJIQTB6MUhCM2xTcUhIOWhNb21hMUo1b3h6aEhyWW13V0x0VVJwUUNNZ3o1MVRCVVQ4M1Y1Yy90OXpyMUVMZnR4VGRQYk1obXVqTERWRm5QczVjcm54b0RxdU5RPT0=', '552321355_4133154510288051_3952834015373358218_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-12-04', 'image/webp'),
(234, '2025-09-23 06:21:29', '18150859453403893', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'aXHuNANUe8XvI96Onfzhe0pqY3JxK0ZXcFVMaFo5TzZCTEpMN0ZvR1JSTWEvc1dLVi96dWUyOHYwR2NralVUTGxKRm04NUFLNHdkemhMMzc0YmVwZnZqVFZXUWE4eXRRMnByVktHK3drSkNLL0hXaldETlVzdmZTQXB4VURIZk9xOUtMbGgxZVdjcXNvUG5UZWQxeXRlSzU5cjBQSWpOQ0lxY2xUNEVGZnRYdmt6V0NTUHhEUEFlOFR6L3luMWxkQmVaK01UNnpjR09rZFh4NU5YM25WQjNOVG5rRGNWZGJhMmU2bHY3NkJYMTVFejByNGNVT0I3bHd1dmZyTzVrN0pCaGduTHRZRGwvL1ZkVjBERlVnenZ3aHlLWlY5cjNsaE9kWmowWGxqb2FGRzlzK0dNRy8zb1FPOTY2bnN6cTNoN0NQNHFIZlRsMk9HbzVmL3JiWmdVd2NmR0x0UUJkcmxQbUxYRVROY0xRY0UxK2JlRkxIbDkrVmZxNUJXQkRKYmUxM1RTMTB1akV2Uzc3Mnd4amdXWmVYS1hvSHJPVXI2Q240RnN1aFlVc2tHWUtzQ2xoWnVaWDFhOEhOb1NFcUY5Y2drVVNkMVJ4N0k2c1lzZ1ZhV1Vzb29DTDJZcWdYOUJBOE1Mb0QwaEdrTktIZnhBUkQwTnF4d29Qd0FIVWRhRG1GK0ZvNytTd1c0bExLR2dzVTVaL2VpV3ZNRHBQbGExTlVFb3pjczQ0czFkOVo3dXo0LzZjVmFGdzRnWDlxNDFaOTc4bWczUE1WR0xLTitRUHUrU2Yya3dQcTRVeHFoWDB6VzFHdVE2UkNkUzNMdTlTMHgvNTJwRWtHdVFHaXlyTE9MTGZabyt0NnJUOGtQa21FNEYyeEJpN29Jd005Ulp0UC9jV0I2TU51bTYrTmM2Y2pIcnQrZThSdEpmSm4reDdtQ0Zmd1JTQnZKZG42bFFyRlBYVWhUR0tGUHJoL25JWWhxVWxUbXB4N1NmcTBmQjJ4dUZuNDlwMDNDZkk3ditTOFpIbEh3dlFlUW92NjFUTmF6YzIrL1BSeGpOQ2FFdGkyNzlYYytnZXd0QXZMQnMveFQrYU5nc3A2TkN5bXk1U3h3ZkVBYWdBL2ZXeW42WkFDOVZNdVBFQ2lPNlhld2hPSmFONG0wNUg4aEJoNlRCeVZJeFl6SlVoM09JR2RTc0tLcllZOTRUWVRkNUxoOTZOTUdPRUJDVFlwYXpGQzgwbXhiNjFPa0FtTmxGdzNPNStQbXRVdVRNbkVpRTlPcXBaRytjQ3FrUEtXM0plN1JiMk8zV0U4VkxDaGFkYXhKZXU2eTZuMlNPU0lmczBJT05RQ1BGbDFUWTZpRG5zcE9aOXZmOXpwNSthTnlQMFcwRVlvTFFrQ05DUFh4cFhpWTNiT295Y1RTS29tMDBSKzh2ZmVMMUVvTXdvWUVnMDNJR3FUNmptaU5Gem1TQWpLcjJyZ0hQcVRoUmJiZXNnemk3SUpGVVY0ZlRFeThSR0Q4MGdiY3dNU1hZbFhEWXBtd3R6WjhXUjBCcThXdGxUbUZFR28zTEhUVHZkeEpoeGJobTZ1Z0ZCRUpYdHZ6Ym9HQmlkY2Vic3pyZHVWQS91Y1JzRDY3cVlaQU5kckliRDkyVjYzM0ZBeGdlT0VBWTF4TExhWVh4Ym40b1p2VnhQNEdGdnF4N0xCYk1pNGVVZFRtWWp6QlRHYy9UbmJOeW9FbEVlNGY5REIrOFY1citDa1NlSFpMUjJCV3RkUktrTGdKWjAySnloeGR6WEpORHhhYkc0eEEybnZtT1pTdldpbFlKY01OdjhPbFNoUklYektKZzVZa3pEdjF6OEZhTTUvTENFdVYzdGJtOXdVcjBwcnhrdUFXdkcxSzhPU1d3MGgrZVhnSTY3RU5SMVNSSWUxblE1Qk9FNmwrVWNoNTNCdUtlTnhiUnF0R0taNDlkNHF2aXpZN3IzQUZoYlVVQmowK3g3Nk5uWWlGU0NvZEg2WTVpNGVYYTMxSTg4WGhzek9oY1VNdlNyV3JuSkl3NVFCWGpSTTVTdWoyZ2ZuOXI0elkvaU9RTkVuYTA5TzZzUUV3ckhIVkhPcmJWR3ZiU0htVTZwT29aZ28zTjFHWXdmMFBMdzBjVUxlbUJwaGZPdVFXTnVlNlVSaXJaYkhsaWZpdlhYVE1Fa0ZTUmVyaUZQb1ZOdS9iY3F1QU1mYWlnNGRmejZrZ3pLQ3VvQ3hxTE5CRVphRnNQektMbDdCcXRKZXBLa2RCM0g4RTJWSW5GVm5wWklwSVkwLytOZW5jcUNFZXp2NS96d0lIUXFIYUNWeXRmUU1qOTFBYVVDc2FrZDlvaEdsbVVOY29heEZLVnBTcTdyRVloUDNxaG4vaHpMY0JyalNpSjNZSkRzdko1OE9GVW1TQyttUWVNT0JHQWM2ZWhCWk9TUTdUcW1Rd3NadkRaUDRJeE9rYjNuZDdnanBDd05qUG8vTEh3b2JKbDRYTkU2UjV0RXNoZEtVTHJZOXpUcllvK0tTd2Z0T2JiaGdkTTlPTXREdDZqVmlkUEhvOC9QbnRFODJJMlVMRkx2VDg2cFVqWFNYYzQwM1Vidk4xaWNzUk5GWno4QUN1MGtqUDBuSUhxZDhUamxkdTNSQk1MUllLYTByNEhxUVZJbm8vWElkMDdEcEdpdmJVTy9ud0hiRkN3bjZSM0Y0T3N0Qi9FZjlKWjd5ZC9XMXJxNkxGNUptS0VQN0VuR1Vhc2p2OGlqM1pqQU1wa09XSWxjSENYTG5lc2J3SXlhNFhZeEZqdTZuQXpCRUU4NmY2S3lDbWZEaEYyQkFyd21NM2FjTmhpY2czeTlCNk1hMGxFRTI0SjJtNElucnBHeVVLdmt2Ykx4ZEJBVGpXRWYwTlRmbkNSMVAyU1lFUTRNZm9FaHZVUEdKd1BYWmVRR3krQkpGS2d5SHZpQXJkbW0yQVFzUFMzNHdwdVVMUUUrTVEzRnpFVi9Za1pUMW1aeU1Fb2tKTGtVUm9qdkxOandhN2M1Rkx6enNuVXVtcmZyZTFQOSs3RjNnYVFJQTN5NG9wa0x6SlJDaDh0Q1pCL0VhQ3hUQkIvSkVkM0FyelBHSUEyS0oraXMrTndZUVJFSGUwL0tMRVVzNzZ6aXliT21lYnI4VlNBbGhHL09wU2xFZk5TcVc2dk9TeU9MQUtwN3IzNkpPZUFMYkdkVnVYUXllWGsxTkF3dytEcGJueTFTWExNSUIvZFQ0MnRIWE1vRzhma2Z0TzJQb1VQQjUzVXV1c2ZWWFlLMDJwWGwrWks4YWxmdXR5NnZwcE9RQzdoK3gwTTJzTWp2L3VVUUVoMFRFTUJkVlRqbVhUaHhyOEUwUjFIMldjSjJKWFkzQ090eWhRYk5pQ0RweGIxZTFDRHh3cGdWdlpHZy9aaExuU2c1ZEJ2dlJwaTc0YUtOSUJtV3c1RkU5Ynh1WDlOVXdmcnB4KzdCNHFsRHk2UkJuL3JzalN4M3QvTDJCK0F2U21vcFQxbGViRFJJTlhFZGNxWW96UHowcUgzV281ejF6NWp6MXczUlcyMVRjaHlRcVR4d0hHSFl4eDd5YSt6dzlGQzlTMCt5NmEzK1lIdGRNZmdBL2hJOVhhMjFXdzlHb1hmT1I2Y0g4ZFRkVnErK1QzQUtObjl4YUtqN3hIVExWTVVvc0pqRlNZdHZ6dS93RFNFdFBIYWlhaElMSVdGQWVDOTVJU09lUnc5NVRSbWRrOEc1MERTeWE3QlUxRXl6b2w2WkVWK2oxU0c3SHYreEYzbWR5ZVlqRE1JNGdmZ2J3R2lrTDlOdy82bjBVdVM4eE5vbi94UHN1WVlXN2tyN3JkOWJvcGxZOVJsbGlYZ2JjMVdBVTZCRUMyUmhBTTcyelgvcnd0TVU2bnliM3lvamNySjdkV3lQZ1JSa0FQK2MwTmVFTGJsN3ltRVZUa3pCZ3R4S2JpMUREeENZeDk0TFU5R29Wa0N6NUlBSkx4RXRrZ3R3SDVwaUdsK2RhT3RuWDhTcjBiSDdJOGFPRlVQc0cxYzJYejFuQitZNTVPUXR5YkpieVB0cWdyMWEybEw1bDA3NTZlUEtINCtXUnoxVkxxMEFCZDduMTVDbjlBZGVXdWp3aWRYMU1mRG0rWm0vVGtPcHYrNzBuWXpoKzhvR1p2bzRLQjFCQ3pzbTBzcGo1R25OaSt0eDBEd09wbCtvU1MreWhkeEhYOTBmSGpnQkl0TWJYVUozWVpKRUozZ3dBVk83bEF3Q1RwaC96aTc3RE1Xdm10ak9QcW9mcjUyeW8rbllSSTZvR0V1WWtFcy9UL1o3dTJyL2VCOGFCcVpZc1V1R0JaY05oMHd4MG1vb3hwM3RINmllN0tTcnBzRENTUXdKMzhPcFVLUmFmNERHZXg3RnZwQ2cwNE5OMmVCZExFSUo5bVZrVE1rMjVxZjlEN2VQWUdOOTB5S1JjS09LKy9GSVBISUkxaVQwbkJQSU8rd1JKNldnVWNyZWordWVHbkJXVVA5aXNnLzhNY2RzSFNVTlZUK1BQQi9ZMDdGbDNFV25uZUVJMGdIeVE5eG44cTRBQit4d1JGcjlUbUh5cWlBZ1V1NStrQmVYRUt4RUJ1TUZOOVJURXdmK1FrTzkxMnpBOXl0dUtlVTRwaVE4TnRwaUNOaUl3MVJiaDVDVytFMzBKbVJuWWU5UDJOZjdsOXdCWC9Fc0JkM3R3bm1oNkpqSlp5QmwzWkRBNG5VRzZYRzZGblY5aEMzcHBZMTJ0WnpUVnF2Mnd3UHFpaUZ3RUxJSTRkYzlESXdkRWt3ZG04MFBRUWFsUWN2eVpEdWlSVmh5c1dnV041VzF6b0ovaUN5Zlp1MDZLaDVwd1FUamdrWjFWUWxZaGNnPT0=', '552217410_2248550105657099_5159440053545342364_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-12-05', 'image/webp'),
(235, '2025-09-26 06:18:43', '17916486615055839', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'eCEbOj2HKWzFRFXq1gqvUFZpWlRmZXJLNkxhNGNzTVMzeVdzMWdCYXk3aEtBdU50ZXBoK0xHSmQrd3RGaG4vak5GbjJ6NjUyWVRGOVNjbFI1QmpBVkFJWTcrMksybjE2Ni9iejM4U3VlMEpSYWhsLzV1MldQYWZOV1BxcGs0SFJka2QveVVkNFNveEtuc2ZNNGxqMTR4c29WRUoxbVdwQjdmWVduSkZnSk9HU2MxUlhETVhZQVJCblZ6S1RES2dqRDhPTFliaGM3eitJMHM0MXVoZjUrSFVJSnVuRHA5THNaSncvS25nUWV2NnFia2s0SFhSYi9ZQ054VEY0OEkrTDBTbTRUQ1FJRmxzL3V6QkhDcnF5S3NjYjRZb0NKVzY3aktVM2ZMbitnMFEzK1h4V0h0VVMwTEliMHAyVFNtNi9PbVAzQ09jZmRUNTBFR0RxbnVUZlgySGpmd3paZ3lNQUFmYkw5Z001Vkk0RDk2eVc0Q3hKaysyREM0YmFiOHJsTlFFdEhsT2taTjlJT1pOVmkwWUR0UFR4dGV5TW4zdDlwTUtZVGNoV1RzOXRyVFc3QzVTa0tZMlFRakt1TFFUWHcwdk5YZWZUMjhZYzJ0Y1VHSlRqdGVsUTJMT2I4NStOYjZkRWwzNUhyR0ZLQnNxZ2VLemVyc1lNNUJKaDd6YlgwMWQza0xhdUQ1dVRMd2laMDE0RUZ0dy9TMnJ4WTl6NHhMbmorWCsyckthbmZ6QnVHdWxteTkvSGJQVFhRNVpkaCtUVEZjN3VYb05vekI1WEhZa284ZCt6NUdvV0lqTTN6OE0yNWFrR3VCeG9ZTUJXQ0VyQlgwSmdSVGFNNDQrdEVWVnJHR01FdUtteUpKMUl4a3U4VVU5WHlZQlk5RmkzcTBrMGpRc3JBeDRiRkNaYUZFN1UrNzUzTm14SEtFU2ROOGR2WHdFNEo3RUN1Qk5UaXpRZG03bFN3L0dtb0h4OEQ5amFhejBqMEVBYkJyalVURGYxRkQ3TmZJQ3k3Nkg2RjhIb00yZVRIVmRwMW93SmNUNXlwdmxkaExQN09QMUlRQXJaMWZtM1AzQkxZKytUL2M1K1Z0VURYVk9XVHFucWx3R1FDVFd2WjB0V2R1a3JHWTBFVXlTMjVwZk9lOFUyQlhaeS95TmlOUGJtOEg0SDVrcUhBY2JaMDQ2R2psY1pFZHF5ZVJVMTZ3UTJ5dzM4SkJPZjBTeFJOVFFnV3dhZ1MwaGVqb2thTjdFVnRhOW95Q1UzK0twS0R5cC9mZ3FwdVpZR0dlcytib2IwNmNpRWprdTJLdmlPYTQyZ0xrUnZmVkt1ZWJNcnJnekNDT003Qm00SUNPUlYvMWhXRFlUY05lSVdjenc2djc2NnNFYlVrVGwyTnQ5cVdaUy9Xc1pTa0ZWTzBMZ2s0TWxwMnZTcllQMlJjeEE5T1BzL0VDajZDRjZRQkh4UXJnRExDUDBJQlprczhEMUpMcSs1YXcxSEtRaU9lUWpvOVlGR0ZySjhYdnMrRVNLbHNDMlE3T0dIaWUwK0FzMmo4ajdBZy9oT2g4YXBlbHE2WmREb2kvdFFlVWp4d0xVWEZ2eUp6cGRhankvZXdYQW44STBVZWwzRVVocjdyTnM2amIweWRvRTMwR01SbEJLY2h6cXBXYzZwVjlSa01oZExqbU1MRG9temYybHpyM05HOWltYUMydEJqSDRVd0N4Y0NJR1l1RVZ1Vm9FcXJJMDdHWHJWNWRKQkFRT3g4TU8vaFE1bFVzY3RWUlRzYTFxSG5YaEJ4R1lNc3hBck9FeGg2MHZRTDZnallGaklEbS9CaE5NR1dUK1ZhTUlyWmIxc1d6RVY2MStzRzArbm00UFgzRjlGU0N4Z3hPVytZTEZoR0wvbXM5WWl1T3BoZXprd3NKaXBBbS9tY0V5dDZhcExBV1lheEdHdHAxOGpuVjJRY0xJMytTbXh3cFJUSmhjS2JaamRPNjZBa1FOR1lKN3ZIOWYyZXlCTUFGSFg5eE1TL253WnBKWjF0N2MyWVlnTVhFU1BncmlickFxTklPMDNxdnlETzhOamdYaU0rdi83d3Mrc1BhMWJBaVY4dENWeTA3aXhOenhQTjVVeWtOdUhpc0JHUGNqUmlEejBmaTc0bURFeFdrbVRleFMxZUlITnEwZ1VWMjJtNmljMjFUc25WOUpOU29DbThLWjlZdzh5cmZKcUZIN0RyQjFueXphbEVOd0QxOXYwU082MWlkcXArMXlrK083T29kaXVKTjN4WUJacTVDVG4wOGk5K2xPeFg5RGRVVHJKN01ieThCZTgvbExsZmZLTGJXSGQvcTd5NXU2MWozNm1jSlJTdHNqRG1wMDduTk0zQ3FpQ1JvbG5uV0x6c28yV0dKK0F2UGMzVkxKZjBnN2dlUXo4UGl3Rlh3dlgzMk5HMTBrZ0tEYS9FMys3NWF0NnI0eDg1SXM5d04zRGREcnJHUExxM0tnelAxVThmODJXTUd4ZE5iQ2lnUXU4bEF2ZXJnKzlINmlUL3lxMTVySHZXMVR5L2Z4bzlnN1pSNlptb09wZkhuZWlTaUwra1J4VGtGNUJLVGRwWGp6Zzc2UERQaFgvR05Vck5scHhNa256ZGR2MkQxbkRPYlFaVWZhdDd0SWRnbUhNZ2RrNDNzaEdLN0NFQVZUMkhYeG9jOVZSR0U2aERIQmp5dnI4a0tycFkvVzFQOHN2NlJqamZRcmhvUHBxYmNoOHFKSnFsVDE3YktoMGZYV0dPM1d5SFpWOFgyd2dXRkJoRVNpejNtd3JQRUNybXRvVlRuSVJrb1JVVVMvTVdPcnBtT2hDcGtacmx5RFFsb3dCSlY4TXhzaGY4TnZpdEYzcThPSHlJa1ZEUVU5eVZ0cXVyb1J4REtJWFpmYnFQNnNsQkZhRnVNVXBiSmUvbVVDQmMwa2luUGE2UTlOaDAva1VhcTIzKzlWV2tvMjBQU1BBZ2R6OXh1N2ZsbEJXNHp4eXIzdm56enZRcmQxSlo5YjFnY1pEbFZRcWFxNWJHV3MzVlFKNFQ1VC9SakhHcXlnZ0M1UjZnWEYySy9tY3BrWUdjemtZNzBjTGtYcXNjclZjNkEwd1JnMzVQSUlRR2JnbDI3TzJmNFNyWHF1cHhUOXZtaHFCMS9ZRW5Tamx6b1VRL0U1SDl0QnhTRVpuR2t4S2kxNmpZUjN3MTVMSEtjNjVVNXgwbll4dXMwR3hlSzNTUGVLNC9ZdFFmZTNPMmxYTklyQ0tkVkxzSk1md3pCVzlsclRJSkovZW1rNnNEVTdWTkQ2WVViNFlGaDRkQlZlYjE4ME95QXd2bzFYMjFzQ2RrWU92VEZoS0Vzek1wSzJSTXZRd3BDeDl5VnBUeG9pdUxJR05pK2ZsY3IyVUZPdzFVRnkzdjFYK1lPYUFSSmFMenhCS2J2Y2Q5cDdmNlIvL1lnQW8wQVgybGxwc0plc21uQUozY3ZObllxc2hMU0xvTUJQbTNDOVdWWW9aZU1UdnNUS0pQYlpvQ2xWbFNWUFQ3RURZWVNxeUl6YzEza3hJWkgxbFozUWtkQ09OMkJlcVQ2ZlhDUk1pakRmVzFhTkxMbTVuRlFjR2t2ZFZUTzNrRTFpWnRsNkw4L05iNHB4RkVscWdGV1ZSNFZBOUIzUU5WWExsY0JyaFRvK1FaVGdQWEVRQ3pQQmJSNitjd2l1NVNyRmI5Q2NZOHlTUk00Ym43b2I0b3pMQWJySFErbENPNjNON21sZEM3cEtncVJ5c0twL1UwRVQ2RVRzWElQUGg2bHh5NmZINmo2RG5jQ052WUIxVTdMUVRzK1dUWW1ZdzVKUWZBb2kxeTlzZStNb01HV0ZpTWpmVFgwVysyR3QvZzFDQy9LbkZkMi80d1dtNlVZWXZvNFJUQXd5NngrNjF3anJoditwajhaTURkRE1XZnJIclNWcGJSYWxmbkF4ejI0azQ2VktJT0JnWkNKbW1yY1NrV0doZnlsQVRvQ2pMczZGalhwUVNvTkgrcUFHSFVVWTZ4NVFockJsRkI4L1hYeHVpdVVyc2xZL3NjU0w3dytlZ0FhTjB0allibHlMMFR0anM2Z0twdUxiaVBMMHdFTitObnJIbVZjMThxcVR0TU5lUWsrQjJHR3ZOOXAxN25XTXVqNC81NE5wV0pFRWdya29xdk1vWWVCbXQ1STNvVkVUUS93M3RMZjg5Qzhqc0ptcFFrVmhVNzNScXk1ZW1COFVOOXpwUWVRcUZ0dXp2TjJKcHMwRmQ4cFZ1aWsrdWNHM3RRZDJwcWZNZUw3M0Q4VThZeTV0bDNyeWppSzA1REpvdERjNzlXOUlJWVArUkNtd3pRRjU4ZlRKakY5aDJqeDlSYUMvWEsxMGNzckNLcVBuMmp5ampaZ3dmQTdBSTVtRXdoQllBeDRLditYcVJxQk1uZWdzYzMxTkNrakRhbGxaN2xuZlRhTGR3emdPeWt3TjFJVEtTN01GeGRiRTl6Q1BmZ1p6RTMvbURQOE5yclBrZ0VBNHZFdFVtYXAxTGhmU3lNY0U4WldMUGRNRDcxOEc4aHJzcXo5QlBVaTRhU3JGY0VTMHF0SHFVN1pPY2lTL253NnQwcXZvell3TzNodlp6S0hheDZLSTFqSlhNSTR5WDJLamtlZXBQOW10ZEp3V09USGx1TDBqSG1xZXRoZzVaM2g2UENzbUJkSVlrajAzM2hHbW5MOWpPVnppWXFmZGVWMWtiR0Z2YnVodStocFliZ2N6YWJwWW9sOWxpU1BtN3YyTjRUa0NSdGw3Q3R1Wk1EenhtM0xQbTN5aXBMOTFsMFpKd1FkVForZHZPdDJ5Ym0yRlZFamE0TWZCWFd0d1VhZnBXNnpSSmVXQ05vS1preEQ4YTZSd2FmRmdtSzlWbUY2bWtDeE1kY0FxcVBDREZzSyt2c1EvMkY4ZFJJT0FRQU5ZUERPMkxHR2QzWXpMWmk2VFlJcVUzYy94Q2xQNWcvVFJzUm9uTW43bHJjMHFo', '553722741_1463194508278862_7162329923369722867_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-12-09', 'image/webp'),
(236, '2025-09-27 06:17:44', '17877140364307865', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'jmYMVJWAnQOKVv7xC0Jpt1R2SjNwNmVLRm1ITFdPTkxhMFdoSFdhbG9RZ3pvR29uRjdGVVRmK01kRytMcFVsVm5RSzNxN1AxZXZEMzZlVDVWcGVGaEJaMnFLWjBGZTdZcXRhdHJWREp6VVlHcjhiU0pSR3VGalRSZkhzK0FvTyszeGh6SkVNZzlWUVJaNVQxOUI4OGh4MXNYR2lvczNSZVlnMnVHaHd4dktaOG81MG01ZHRvWHpJTmIrclhOaFdFVTd3M09TSi9KUGE4dnU0SEswN05oSm5hTmZaRE9OZDNCeno1b0ZIQWczUEZXUUZQNFNBdWRzQW5KakZPRVVoc216UHBjQkt4VmJhSVc2VHZFTzVSSGxjdml5amgwNEpKbkxVcHJUdjdUc001bWgzSzlEL3lDT0FpZ3RtaXRxNzNHNkJZM3IwSGVrOWFEUmdCNTA3ZmIwdWNudFNmdVVzNlpzSlV2TWxodG5oNXdsRzM2bjJ6WEdxYlZWR3dOWVhud0FrVnlPQk5ZZmJkajdBZzVoRE1Id0FtZkJhN3V1ZjQyTk1JRlRlS0JmN0IwdEdJMlVzbVM0UDlNSWhLVHI5TjVTcWRhUTQvMGJoQVlMbHlwekZ0RVVOaTQxNGJmcmZPMW5DcW1nc0FsZ0VJeFFVR3hhNU5QQjJVQUFVd1pnWnRub1dVeUNiWGJGeTAzYXJoeXRiRU5sdXBIZ3J3Y3RuTUoxOFU1RlYvQzd1VXhxQzVjbHExRzBqQnVOTW82SDd0bTV4QlNIWWVOcVhPdzdsSjI1ODlaMllQNENDbkVlSzVsQ0tSbEpDbkpUdVRSQ2NJVjdjQ0FRdDVjMWd3cDU5NmVxckFodjVLMHk5by85ZXd1M3F5UkhJUHVrQzdnQmtwMldKOUJuQTg2ZXpzd2g2TTBjUXYzMVRXenA3UkloY2xQcmtIQy84aHhxczBrNmxEUVRWSWF6M09rd1ZGSEVVMHd4OXZUcWV4WU13N090U2xaelRrV09KSDl2R0dkYlhRR1B4ZHNYd1owYVZNY3Rhc09hZU1BekJ5QStRS3VrbzFaUVJ3Y3BPWjVGcW83YTB3UDh1cjF5VFNqWjJGdWxNVlRLcHVNNGtHdXF5ajdDMGU0NytwTDloRG9UdDJOMFRYVmo5c1I5a3IwNVYySVFjTjFwOGZnNE8rY2lORHJUM2hYWWxrcWZRSVYvUlZoTUREb2ppUHF1d09iQzBVYlY0NFZxc0ovUTkvUGRsV0VYc0w5ZUtBVGI2WUJNWmhvNVBhNnJpTkY4b2JtbEltM0J4VG1RR3FtVnhlN3cwMGNUVWUvYm1NTE0wb0hzeG51QW5aSVVXZlpDaXBkQjlDUkpNRlc2eHMzRFhYTzF4VnRIbVlpazFCZmxseGpLR21hbVJST01YMTdseG5PQjhOcVZ1Y0NtMmFMWGE1Nk1LS282V0dQYkxwMlFTYU0xUTlRNnBmSk0vMVNPRWY4MFlrZUFYbG9nL3VGaE5adUgvSVU2VDNKMEpxMmZTWDBjaGdGbnJXZnZsUE5EUDE0K1BkV3BPTlR6anQxTFBhUUdvSXBmS1NpNE5ZVnFmVFRrZzZZYmFzMEVWL2JneldKaHpjMGJXeW5kZE1zNCtjYWl1L2s5UHlpRjh5RXQvQU02RytGYThuU2pDY1V5NmwxS24xRDFtdy9LWjFQR1IvMGN5MHF1aGY1KzBUUnVpbkZWMGdBd0tuVU1XT3RnRkFneWZKeUV6ZThHcHByMGZ4RHR2OStaSTVsNUZORmtMVUN2ckx5b21hbU5rZWVDRTZpMUlZcllDZURjd2l1Z1QyMkNkbXE1RVZDeHZDSVFPNzBYcmhEa1B4Mi9mSHJzOU95dURBK1hjTGJLS3NoUHpPTms4RHhURFpqRmtYZy9WZlJpd2lreWZSeFZkM1I0WElhZi9SZnVTTEFmRHgwRkNDUTNYb3RQbENmZHlaTGdNVHlKbk9aMWlyMVI1YTViVGxpYms2QzJSMmQ5ZUxJS1N4Mk9RallQMGRVZGRrM3oySjBLNWQ3am1OT0owcncxSHZNZEZDb2h1RmVBS3pYOEY1S2hES2VyZ1FTb3l1elBsODhzejBPQVRJSE5kNWREeWhNY2I0b3BkUDhseUI4ZTBlOW1lUzhjMFU1Si9TV1FOSG9zYWI2REdMQ052ZHpvNFUrWDFsYW1rT0E1WHpPa215b2lSdzhyWmU5MmFrZG5ZTjhpb0xtbW5VZytDZ3pyL3FnSVprSVdkcy9mL2RPVUZ5LzZPNVVpOXNPdyt5bnFiaGdEOTFjZHczaFMwZHBwMnlHOWhtdUNZeXZMU0ZFNXpVc2FvM1J6QzBMR203OTk3RDl1TFJhaXhyRmM2TENqeUQ1WENDV1FHRVVCZ1g4d2k3ajUveWhiZDA2T2c0RjJBYkoxSHJreHRGVmNlUktmQk1BaTBkdEwycUc4QmlQdSt5STJiVGdwcG40ZCtka0dqbXFnWnp3ajZLcDdMSER4ZWVWQ0lzNENVY29KSjd2RUVmZzFicTJTQ1lONWZOVmYwTzJpamsyaTAzcEZUS3VCcWtmS0daSFp4Ym9GOG02NlJjZnQzVHFQcExGcnNoeHh3SXBZaHhCdUI0THRSSktxeW5QUzNKTGphL0l0bHJidU5HeDZpb0liRmlrMUNJY3NoSy9PK2xybURiRjdjOG5CZGE0ZStaczVNL3QxOFE3ZFdkVmR3eUcwTEJpdkpSdENVVXF1eFJ3b2MyRndFeGlUQ09mTUs0ZS9RTTEwaUNoVkw0L2xvcW90a0JXVm1YMWZndXlsd0RUUzlCeVppVW5iUU0xenFyTDI5ZDcrTnp3UVk2L2RrNlROMUNxendDbzQvbXczZUNzNTRVVjUvWjdLdGJTMjFIQ0gzTVdVeVhwRGRibTZLdjZkQVA5N211K3NvSTdxQ0tYYk5wR0t4MS9ab2VFbUJ0TEVEK0pSVVlIOEJFNGZiYjB2T2VqZmdNUUVxbERETzgwVGdENkt5UWN2OXc0OWM0NE5WUHJIOEhhQUZVTDhzaDJsSFhTakhJZnhWRUtrb2xIY1RET2h0UVcwelNBalRFS0tMUWdvQm9sT0RxWXVFdGx4Um9OMDQrSlRidWlzU3FHd3Y3MXhRaERGK1BIRUxTQWxYaG9wam1Kcm9nYkFUb0pBY0tURVIzc0d3SGt1UExKY1hhcWUrVFZCVUg5bXZhb1plamtmVDZEZWs0ODJtalB4aFdvSFA2U0RjWFRNMzdBUFlVbG0zZThYNEl0NmM0ZXdzVVRIN3I2ZW9IL1VaTUVFSnIvUzhmWGdNRFZJMmVEMitLUkozY3QwNVQvSzFEQnQ4a1RrdHlXZmFETDFNK3BKdkM0eEVsbHBnRElCZVRDcHFFdGkrZzdTRTA1dUNpWUJRRllKYVViRWppdE5RWkQrNk5aMjdLczJ6R2cvbU5JMlBSOEtERENXUWNRYzZqeTJNWUIvcVdlRnBBSlEzdjhmT2NmQ0R0UDlwc0RBaTlPYnFlWklJNnBKaXdiYjd5aXBaVFRPVXMxcnI3RElGbk4vYkt4REpvQjhSclhINEdFQzdzdjI2YVpYdmRoQitYZ2V5NWYyMExXQ0lDcWFrRzFyUFdwSHpVTThzVkZBNjhJNjViOVF6K2RJakpSaVA5ZzBtSnBZdzB1L0pZRXNOd005RXpKb0x3a0NFODRETzFmeDJoREpSY0FGR3IzQThnSVhDeTN2TWJpK1VIcE4zQ2NWWVJFUkI5WjNyczZWaEJZbDZKUkFzMjR6UFJlNTlkLzVWNC8ydVJaTitBNmFwQWQzQnF2ZkRNUUs2bncycHQyMTFScmZ3L2tEV0Zxa3B5YklkNXpjdStMUVJLY0E2THVyMzErMXNkcUxpQTBncEVJSUlIOXdvMllxdWJNaERMenlTSzJjc0FtU3pkVnFoOEVETDRXWk9vQzNRaTlrNzN2T0g5UVU4N3JwWERpQWxSMlJ5K3FQQk1BbFZvaURFZEFmUVNwVUR4TWcveklVOWE0WDdqU01Wd3pXRmFDbzdwYmxET0RjNGJsSjZvUUdPZmp2NjlIY21JZU1QWHJ4aCtwaGxFemVJaHJBMjFHUW5nRVlFaS9oSE5JcTRaaXlicjIvSTl4ZFZ4NHFGSVZHRHNHalMrakJ2Q1ZrTU9Cb1BRdzZIMjlBcFdnWTNydWxJbUNpcjh0eVdJNFdnU3JWTjcweEFkZ1YvY0tWZ1BmeGU3M1B3NGJDZmhydlVQVlFKbTRwaHJjOWZQL1VlakVkNHB1LzdOMkNvcXI5VWNjWFh2SHExL1Yxdnc1N2JZV3FDbWhpRnBnbnMxb284NjdsQUJzYncrWTJGNlo0bWszTmM5VlJtdmxoUTVSZFFzTnFZQUxhc2s2YmNkK0hRWTg0N0orTzV6dG5HRUZQdnRaKzh2MWVSNTF6OVF2RWxGQlo1c2hPclZXVlNyTS9oWnVyMVpSOUFZM0ZrU2hDekZ6TWtLSGFDaE9GcGpTTjJpRHVlWmNwbkJDOHNCT3Fwd0YzR3U2Vm5tNGR4TVA1T3pLa29GMHJBWDF3RXVkMGJDalJoTVdmanFvd3plVk1icWphME1BY3BTaldsc2p3bDArSkJUaURyV0s0RUxTSEFYUmI0MDZOK1Ixb2VuV1p0dVpId3htblVvMXQzUUp6TS9IN0tlMzRXTFF4Y3JQQTVYRkVYWkVINWNIK21iNytBTUt6Wm5GQnlXZFB4WGNlS2Zjamd3Vk1LMGgwVGZQTlV1SGNHeWNyaXpLWkRSSElFNXgwVDY2V3lHYlBtc2grVHJGYWtIVkVyU09uK3ZTeHExYXV6ZGtQREF4eDY4YkhucHh3dkNOZS96UFZYTlljQUNMTFpVZDZSOTFzd2U3SW1XcHc9PQ==', '554994850_1302286231628480_5963633351220038823_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2025-12-11', 'image/webp'),
(237, '2025-09-29 18:34:32', '17986263896727706', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'HXrg2u9jbrJGKGH+mgM+ulEzMGNMMUhLcXRUZ2p0cVplTEc3U2VBL29yT09JYzl3NmwrdzRvNDA2UzZ6dW5KRmdMbENUZU9kdm13RzZPM05VNFVzWUlTUXpYWmFWMk8vdDQrY09oNmZzYU9nNWdSSVdYZ2dyQW05UjNNVjVaeGFBT2t4dW1hU3F6NzdlZExhZWp5RktDUk0xSmhjMjhsUHR1ajRMVVRyMlhZc09uQkF0andMYU1VaG5kU3dPWWhubWdUM2ZjZHNWS1czQlN6b3NJNjQ2UFRBME1EREh5U3g2Y2xDVFdGU1NYZ3BNUmk3amh3d1RDR1JDeDJGS0g0MURVbkxyMThXSFNSWmdPeVBodlJTRDFpKytPVXlpQXpqV0dOUzlVSUY0WTRzTURldzQzWEFNSkFXcmxCL01EektRNkhKdG1HdVNHNGhjVFl1UytSeDlPam5RQWU0M2V3VHQyWHowRklCcnVRV2Q2U2JMbFYyTGRPelpHT1NGcFZGK2xhMHpxbmZGc2hQOGlGUnJ4WEZFdzIxUUJ5d1JDYXQrQ3RBa2xwY1AzMGdzNXNZTllkNzloK0ZYRVd3dkFidTJkTmRwQ3I2S2MwT1J4bENVNXNuZmNBMkJheUJrNkVRQ2RxdEhwdVc2MjRwai95ZERobkdXQVZrVWVOU0FlL0JYNG5vR2dPY2lvTkZVdDBrcGQyaVZ0dVpaMVFoNE9uN0JVWUgxNVhkU1dxcUo1Vk1Ya0JZM2I1azRiTFVQeUlLeWV3VUFJVjVtNXQ3YTFpOVNsYTlObStPeS95SDNnUVV3RE5IZXNZMVZNR2tmTlRrRG9aWWRibW1NTzNYTUhEM05NZ0NXSkNtT3ZHdk1uUDJzbktOb3Jxb0lVQ1RVQ00vT1VNQkZ1d2dyOGtyT0xxdU1XMm9KQ1V1cTNNWGFqV1o5ckpXWlFrWEUzLzhuSFYyTGxzYmhWbXd4Qk9wWHkvZmtBbFRYbWk0ZzVWdTR4azJ3L1ZjR1hoblhQYzVEMzZiR0xBZHppbTJaVmNETFYrTVROT3dFSks0MzN0ZCtoK3hUYVhsUC95aHYwaDhVUzVLMkVNMkF3T2lsZkVjd0NTZUJNTjVtZkJtVU1kbHZJa0d2Q0FQL0hET2hwd1EyN1VxeGZvTlZRd0VWWk5lRkFBcCtTUGZRVmtyOCtUZmo4cjV4MEJKd2hRV1pKSkc1bkpFYVZ2NndibGd2ZXFnY1pwL056MmxiMStUNjlpMWovZnhjaGtLZGtLTFRrV0x2MWVjR1FlYVpoSGluWE1Vdy9rZDU3WCs1UHdQbzF0VDdRUnkxRkRnTjlpU3dURU5Zd0FNeitGV3hETmJmM3NONmJsRzlYVUJxc05XRGkrUUE0aHY4NWw3NGRFWXExbHRHajJycDhqaWRqLy85c1lMQmRYdHBuUmN6MllIMCtxRHB2WDMxaEtCRjdQR2hhNFRWZjM1eWczd1JrUjcwcGwwT0RpcmpuakJkUGNjbWFtWGRvV2FFTlVHOCtoN3YwVkMwMkpONHV6L2N4RFdvNnJkdnpLNlhZdFhwM0c4RGNHT0NjenhyWVVlS2hoWGFVKzdZVjFBZWdBS2Y0UndmKzl2ck54MzMrZ0p1TklUZkYrbnZQNzVKOWNXQTNETFVRWG1WblpZT3E5R00wMkV6MVlTS25RNkphdlVsUi8yN25GbjNzRWVvcXlPQWdReGJZTFhPeWVyN2U4WkNFakZtZFQ2aE14bFdnbDFLMU9ycWxRNUxBWloyYjJMU0xKYUVKb25Gd1YyRXRpcGN4RFBEKytiV1FpeHlTOFV0N2VYWWlqcmtNb0t4clZNRWxDMkhuMUVWUU5OU0ViOVQ4OERiNlFLbUxZMWtadHQ5WG0xL1VWbUFNcCtOVXRJVURHajhMUDl3ejZtUFNFRER6NWdXRHRUTDJ4U25DVkFvRDNUOEFpMkZUOTlGc3F3WkxVS1pMSUpkZ2R2YnFNVWVMbUxNd2RyL1pEbmFPcFNRY21SdjBwUThZZENaSkxRNFJpODZBTjJ5RjAyKzlrRStlQUVPeWZQaXl4RU5weGhyZkFDSk5xK2FmOC9SZkFuM3pZMnMycEFmUU5zeFpYdVFsNC9FMEV2QWhmcVplSThDVk9wTUltWG1wdDZhbDFDRUt4bnB1WmxVdmtWNktjWm5VUzN6MzVtVncralFJOG10YzVZbnZkVkJjaDBnUWlnRVFHNjJBbm1iRDAycEExeEUwRkdHY3RUbStSSTQyZ3pybDh5eVRJc1N5K1JaeHRkQXR3VjhUa0Y3WUxyYTdIZ2N6ZmhTMWdrNE15QTM2Vm85bVRVRjdqeURlSDFuU1Zva1BKczlaeWxSeEpTMzkyZkJlVGFGZGlkckJCYkdzLy9hcTJsOWpLd1Vnb01nR1hYbFJFOHJWbz0=', '557780158_18021818738753450_1743289895732495909_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-12-27', 'image/webp'),
(238, '2025-10-03 06:18:02', '18400362649187229', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Jq4dr3bE3f/bUL9mrF9DP3lzR0xaTzlDckhUTFYxalozWGVPRVE3TDlZTzZpMnlqVEJlNjk2dFo0dXdzdWlHdTNsQ2pFVThuaVAvS3dGd1hPamRVWGpzcXJ2dytwUWdzaDdiS2RLL0NqYXIrdjRZWk1sZHVJamI2Vy9USDJyRjFuNTlEbkVsdDBXZWdjeHdYTlQ3OHI2Z3BZbHM5VzlxSXVYd3VrUzFrbXBaVXJjU3ZFTnpZdWthSWc5eFAwSnY2SGovNmRCKysrMk1leFV4ZUMrbnhqZzlXQjJHR0c1V1ZqMkJiYWRJL2pDdVkwblNrNG1FeC9MUlhwanNPTDFPNW9wcFQ2YU13cEoxY29Ba0FycHdPTzRsU2pCZm1TSGxGM2tJZzBIVWVGdE9TUmlHeGZiZUNqMUNzdEo2ZVhER0VtWmZTaTgxREhOTHNtTXh3R0g0U0FJZk5HMzZSN055bFErOVhPT2NCUG1hY0IwRHB4bittRFdHaW1EZ1lwMVgxUXlUSjV0SGNGZnJvWXlMRll4cU9QWS9wUGxKK1VialVBeFg3UlVhc25heFR0UWNWdkMxTjNOSkRlWWxGQXpZRFk2OGhQU3BTTnViVnY3VzR0S01ZbExBeDlTS2xYSVNjUEY1S2tydlF4QXNTbDFLL1FQMThzTnBseXhwbFBsNUJCQVNQZXZseVFTa1FiVlpQNjRHTWo3OC9nSkJPMEEvMDU4K3habkV2emNaQ09nTjRJcS9GdFhGeXFkVENPWk53UzJnWkt4eWlTREk4Z0RLc1NBcDdqQTRsQUZpVlorQWV0anBPanJzV2huNnpib05tcWNjY2RsQlA2MENzL2tiNkZPRld3UWlrbDFtQlVQaWNOSlFhSGVPemM4SmJJdjJScmsxZlphM3FjOXNZeEFrWG82TURtd0xpT0RibzVZMUVLT3VRTnVmZnVrelFPWlgrVElMYjYyQzdHSmdXVDVpa2Y0L2NnMTl3aEZCT1hkanhMcHd0UE9mcVd0T2MwNFY5N2kwRTJwUjFjSEd0bXE5ME9UYnZrbmpFZitLYWxEWlhjOWNVZzNiT3NEMHpWMHFYZDlhblZHNVdVQkdTMFN5Ni9PYXpPS2JTT3R1YUV3Z2pOSXFRdXhEM1lOcTUwSC9aNkNXM3dROHRjWHUzR1VqbDVuY09aQ21hUUtYRGszYVVmekhPeU5YdkIzQjd2dGo4VWVFVzhxQ0svdGhsZUdOZXIrVmVHNDQwTlZtUzFKZVVibnNFNG9ZbjVnRVFnbFhqRnJPZGo5a3J2citWRHNWdS9XcGtuN0dTYjNGQUFqYWVKaDFsdEFnNUxkb2p3U2xFeFNLQnZhVUZDRGlFaFg1VXJhdUhzT3k2U285QlhXblkrYWswamlUTUwrUlB0K2hDNzl2eFlOTldESlBhM2h5dlNwcVdJdzlUZ2RkbHJ2WEEyM2RPOHYvenIyYVR6Z2I5Ykg2aXdCNG9Ya3FCMjMrMlFqaFBiM1plQTBNTFFRYXo1c1NIK2kwem50NmF1cHJGTzNWSm5ObkYxb2w2Q3dOYXhMeXo4aEplcVlvRHorSGV5SFhnalhiaXV5SlI4MmVNNmdyRXJTeThTL01DclR6RXFEcVEyWWpRakhPb2RUVXYxZHlKVmRGcHp4NGdnM0I1VzdOTzQxTUJsd2NpVG1OT2g1ZFJwc3hFOGNMNWoyVWUvSk41U0xlblJYU0VLeHFIUkVGMGhPaElLUDZmMmlWdVNaMENMbktCanFaRFRScTZ2L2kvYjRYUTZTeXg=', '558980539_18022359593753450_3805930199921032574_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.33, 1, '2025-12-31', 'image/webp'),
(239, '2025-10-04 06:18:09', '17992521050696421', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Sy+4UZljt4KvJU4cDRzAiWVVRWZYUTA1aEQyeEtWRUlZa3ZnVnNZakdnankyQ2xPMjVQOW4zMVUvbHArRld3Q2JsSVU0T09oV1ZtUkdzcGxTUnRCWkl0YjR3RFNLaWZISjlrdHRSc1JnSnBpdTRoSEc1cllVS29Ca2ZmWW03SnBxNzJCNVNTTEYxbTY0cmxYMlFrbFFiVUl5RzVUeHJaR0NQN0VYY0ZmcmZndFI3ck8raTRkQWJwcDIyRC9XV1FkOEE4ZlQwUjdYV21UZnJwNVU0M21INHFONG9HWkxrbFM4Y2VOWlNIbUIrNnJUMjE2MW9sRjc0eXRxSmRHWVJEcDJYNDZkd05pdlJUQ2lMRHNkS2RpeHVFN2lNcVovK2ZYQ29HdjZncWlPaTlldE91WDEvMmpiNCs0ZjRYMzRRbFc5UVByaWg3WHgrR3U0TTJMdzZuTXNrOTBleVRnNVEzOEJablQ3RzAwZ3lrc29FQnBHcGlwRVp3cmViVzV0bEIzSGEwYTFneGhNanFlSEt5OU1SVy9UaGF2Zkt2WmptdWYxaE9sZFd4dUMwZU1MV3NSMURaTjE3VVFWeHF5Zkw4blNEMFp1b21vbHd2UE5PQWtmRThPTU9DNUtqcnJ5VndHemR2QnJjRWxpajFmMWZNWUw2aExSeW52RVZ1OW0zdjU4WmZxakVDT25WTVpsazBPTUJ3UGE3dDJ3Mm5wWjM4MGo0L0JjYnJDdmxCbllPNzc4N21nSUFQdnl6ZEVxcHpSQndjdS9IR0RYd0tNM0prdHpSakExc2NEajY1emFJUlErRmszV3ZGTDJiaVR3a0dBalF6bjBrZWIzSHhiL0RmMzdpTmZJNGNOS2lXOU1McC9yOThQelFqUnhNYXkxeGN1R2o0MFdHdWhVVUFRMFBKTkUxQ1ZLUUFnQmhnMDg1R2UwRi8rQXVQZXJDeHF5UWZVeG9WUDU1QVE0MGtISHRGMnFRNzM2Y2lrOTNldnkxbmI4bkpnU2N3NGE0TlFKTXMxbDVsQ3dia2pCWlFGTS9KTUNDeHlDMFgxRjVqYkNMd2RjU2xYTlJSZG40a0dQcWp4a1NjbzFCTiswdFBONCt1Qy96a2VRNEdOdmNydlNFemxHbXVkUDMyand1VW5tOFI5OGpnczljZ01CdjdQdFZ4U3EyUWZwOExFRmNMWU00T2F2RXhNa1FvdStvN0xvalBaenVLVkJQbHdlelN2K2NsL0VYY1hDY0VIb0Z1Y280VjFHZVBMazlycXlZc0Fwb0ZJMXRoazJ4NjdQUzdnaFRLSzNjTGd3dEZ0dis1OVNUWU5nMjNKQ1pvbHNZWVZ4dVpMcGRiZWlQQkNwNnR3czlQMTNIMkxBcDBZc1UvNW85SGlqTGt1bVRMTUx5aHBQalF1cHdnaWw5QzlzTlhsVWJoeU5jN3djZXg0aEN2RCt0VVlodUdyVkNjL00xcXE2MWRhdDhnbEtGL1U3Y0VjK29sUU9RcFF6Ky9HT2xhWHM4T0JmQ1VRYmN0SGRQNS90OEtQbDg0Y0NMMnA0YkNjbHp1ZlRhVEcxTmtpdUxZTjc4eWFxMVZobkVJKzJNZUdRTDdHVXB5N1ZKdm50Rzc2MXcraEZJSWZBeTNxSnhIVk02K3BlNjhTcEhnRHlMY2NlM1BxWFZTbEljQVRXaDFjV1lMTm80VWcwbVhqdGNjNSsrL0toalNHdGMyRFRTSVdaTzV2RmR0NFNDbCtBLy9SczhaV3lTV0Zmam90Tndja2w0ZzQybDdHNU5vNG8zVUhJTlVIam83VWRQcXc4YlNnWDZjWjRuMGpNazN0aDRnUCtUelpkeGk5L1l0cUw5MnhVMVJLdzNpSnFKaUV5WFlUR01jNU5JcGZOVEpwTmcwYjBBekxCVlJMdU4rRDJLSkFzWHBPNEZyMDZJMDRyVUFGaWpZNWJJemJ2VjB2Y3pVekxXMXE4WWpueVJPeEJwOGVTRXZUaGNvK0oyZm5qcGM4QktHRlVTb0VzeDV6RFMxZTVZWlpUYkRndFlVeUxPZTFma0NBaVpiSVRKNE84S0Z0OEppVjhBVHk0akZTZEN4aG5scWVscG5wVlhRbWd3dE8rRlJSMmZzYkhva2FGMjNVdVRsMVJaaTltWkN5VnUvQlRJT2JlZkptVnl2YkR0OG1XdWxFc3N2VDhKRTNYQnZ4NjBkNXlEQTdadjN3a0tNRWNtWVh6WEFXUi9kQUNVTDhiU2gwNi9MRlFUVVVhTXpYZjZkeFQ4b3R3U0YyQXBGTjRHNVMralhoOHZMOWZCVjJKbEJNSDRKcDZsUUt0UlZmbENtazBiSWVUOXN2dXZZcDYvNkJYeUJxd3dWQjFiRzNjQjA2U2Y5YVg0MUpqK3RGUER5NVlXdzhRMEdwVTNSS1A1aTZDWTdZWGVpWUFtNmZQandVL2t4WW43OVRpK2V2RC9lUWNzeW0rd3ZpVWxxdTF6R2htaW94QmJwL1QwWlBGL05waHdqYjNXcG4zZTlHblN2WjVHcFp4WEtHeEp4MWswUkVFcHl3bHVuTVJtUlYyMWMrMllHZTVxd2RtTXZIVFYrYlZ4NjNmeUJuK2Z4dEhGb1haTXBjUVl3ZHZ0YmppS0xUUW4vUGwyYkN5K2o4cUg2b0p1RVhTKytZZGNDaUdqekUxYjU4T2RtT2c4akloNTRMTTNCLzlsQjZDbUlUOUEyMFdzVmZrc1JQdmpFZ0lua0x5NlgvRktSd3RPalFYK201eVpKc1lteEhoSmRUbmpFaTdHQUlzWS9sL29CYXhacVpUem9PVEFacW5QSWFiNFp1RnVqaHhPWXo0RHM5bXd4cXFvVklCSVlxcEF5N2lZVEpFSDVoV0FZWFYxMktleldlTzVjV04zeEFobGExMnhyVEdoOUREVzBaTjFNNFFpdmg1akd3STNZRkRENGFYNFh2cTJIT04vVWt2N3JwY1R1SHBDVjZHYUlQVk43U0M0ektzb2NyUlo1MTJRR3RTeVlSb00rOStRTDlEODl4WEdZaUp5UWRzcTEyOXZ3Q01kUHpQSHlEcm9OaURyYTgxR01pOVE3MUpVT2ZtUTNuM3l6MFZTeFhYTG5IeGtkZG9yVXNZYjVKQUZQbGg0dkVpY0JnN0F5S0xvaTgzU2grV0p4UHVaSi9OcG1iTHZQVTFJUUJRT2JUd1VpVXRZS1RCbStvL2VPeXhibVNpd3N6NlJNbDZaZjA5LzNSM1VXVmhMeGprRUdTMHl4ZDJiNGtrUytsR3RuMXJMS2VjbmlCcEl5bm1pek5aNzgzZHV6TnpZUURNN3JrcU03MmxRTUgwY3A0WHpCV0VNeStaYU5Mci8xMXpLWUR1eHJjTmlYZFh6TVBZYnlDU05aUE9ab0ordURBMENWdkxwN2RqWnBWbTFDNzZuWkVNdXdNYnZsbE8xWXZaNVlzMzg3SVRWZ2ttQUZWSkJDajBvc2hXL2tzaWppWTlmMzMyTzdKOVlod0MzYkhCdVpxV1V6bVphVUhlejQvbVJQYU41Z1ZQOGMvRTdnVWpHMW1lRGNBbU81aDBLY200Tnl2c2xNK2RUbUR3WGFZUjdWYkVEKytiUFhtbThMeWRUV3h1RGxaRE1FM1VtNmtaRzE3VGUvbnRvbXNzUzlhV3VDUzVKSXY1UEJUclQwM3UyZ3Nxa0tKejhoTmNOUkZUMitQQnY4bGY5MHJXUVNWMFlYMkxmVnAwMFFOdFNOUXU3djVIc3FMUWdMMk5hakY3VlgycEVpeEdDLzEwenZTMHlEVllRNzVndjdZMXRlL1ZGQWd1dXpTUGhDMnVyNVRYc2haYlYrcUI1OWJnbmJ6cEp2dWdlTHcrU01MYXlGeFJvTXFpRUhabGUvWi9ia3dYbGxkdURFenJmeDlLV0JYQ01FdzFYV1JqUDkzcTN1ZFBraWQvRmt0dVorSzgrdEJ6REdHVVYwRGNKck5sZG1hWG5aU0dXU2tNZ0lReU1lbVpkNy9rSnpoYVMvZWxwbmNnaytGalVkYTJFSlFnbGdaUG5xbGdhV0doOTVIeGFrUjc4QkREQVcwcTBMY2FORGFXbjRmNEtpbHp3ZkVjWDh3bkQySzUrZGpzNWswc1dpYlUvWGlZTWEwNU93Mjg1TmhhM3A3REFrZHozOTRQU1ZtMVhvRW41ZXV2cVBEV1R3TER3QTVNQnhrRXBMdnROeEk3Q2JYcDZLSzlZaWNRSzNESjM0TXNKTGMwQjU2TXQ2YXExUHYwcG1FVWxaZm83Z1BWbWdsQ0tYampORjRvdTN0YWd6NEozcDdsd1c0enlESGI0NkNIZUVJN3VIZXBQSGtKSVlCWWJGVDFLL1NnWmxSc0poUGJUM2VHc2FBZ0lteFFwVnlMVFUxSjhnVit0S1dpbVd4OEZNUWdYUXlxanMvS1pnOGZHclR6alVoaEMzeE1xUzFwdENRN3NtT0NJYWEyejREK25zZlhieFdXdCtUdk5qdC8wUG9oM1pETVhqM2tDWmVrR2JEcW8wY2EyTjhrWDdUWjdlckcvQXNMZkNIRDdxeExZR0VLcGd4azVtTXdMRzA4cTVpazFneXo1T3NyUXRMYjZndXVXLy9wN3BGc2xnRjE2d21qU0puNnorcnYvcHdUVzZtZlE3VUNYYm1MK3RoTERMVnQwTG1FTmZLN2t3UnBtZFhpZldFcHVQVlhhbmhROWlIZ3ozWXdGS01DaXMyMEZISSs0TVhybWVCdmZHS2RrSnpKVVBMNTdIV2dXazMrU2RMcytCTXcrVzFPem9XaE9tUnNVUWE2Z2I0WTRjL1krYnoyMXdxZ1pldGlROUpLdEExcG9hS2xUWXI1U0VLM1g5aEU0MEtxTEdlYXdNMFBLQmZjb3o0bnRab2NwTjBRRXJWSmtTMUxybXlLNnFkYUE3RkdaS2syNG1kNmNucFU1RTZja3hOOTB4cHBYYy9UNWNIbnZDMUMrajdJODFHRnZMa0lPazJqUVUrNkNqQnEycmlRampPOWtHRHl0MlpOb2FyRG0xeEZsNEtSSUs1Tm56WnFjcXFJc3hBTmJNVDZHRmE3NENHYno4WEdXb2xLSkxnNVRkSXpyUE5tYklKM2RMRkVqeFFSRmRERytuN2d6eG43VjcyUTM0NUpYMzVFWVkveGNQdlpCTVcyaDlBUnNTd2Z0aWRTR0hmcDZGaWl5YmUzUHE5aXlXc0pJSWxUcmR3MXpIdjRBRjlkZGNOd2FiUyt4L0hKTjFzUzRGTXA0ZWcyeFhBMW1HekpIOS91QWVjeVg3ZXJWWjR2b25sTjdwWXBjdE1Lbno4RnJsK2FVUWVPK25hY2t2Q3ZQVWhscTV2eGZGUTFoTFNUc2ROZnhWQVgxK1AvS0x6blpqTFo1S0JwZ0ZRdnZlc3dIVVdlQkNjRHFIOXBnTU9hRnlTNnFIT0F6aFpvbEh5TUFOYk1ISER3cHBPOTJKZFRNaUpEeDlKSkFWK21zMTBheTJJNk9WRm9JdGlRWWxvMzBhZDYxcFl1clQ4c1o1M3dPdW82c2o0N3BPNyt0aEowNy92eTR3STBqc0E4UlZYK0xpeU1lamYrL1o4UEJ6ZU5qRFUwRnhvbmJ0R3lKYWJzMDVqcVFmTC9NdkdTNGVXSWp1Mlg2eW5COXRuMnAxV2g2Q005Y1lBdzZmRTRhM1dlREVhcXhKVEtGcElQT3E3a20vVFNmWjFJQ0t1ekFKRiszL2p1ZXZKcVdPc1h0SDJEL1dBdG1YMlJucElQSVNCQUNXcytYTWNvcHNiVGZtRlU5VkV3aG9Vdjh4dVpFd1EraEQrOTZUYngxb0k1WTlFZEVmL1BObllEeGVoSjhYZjJuck1SQzdONzZKRDlyRk42ZktLaTdRMTVhMkxhM1l2blVKeHJwVi9ncVZsUUFDalo1cER4ZTFmMlB1R0liSHNqWm5ac01xRkVWYkVWKzhoaGpVdGxONkU5N0Q4bmpZdFdzNG90N3lNdkhnV0llb1hSV3d6d2VkT2dBTktNVkltS09XMnZJdk5aOWNFV2dzd0k5dmhZOHpuQWcwaytYSEtyam5yS1BwV3RnWmxWOWg4b3dUK0lpdCtYcnBxQXp6STJWZ0JXMDEreDRVOENOdWVwOVhaaHFzR1M5ekpGNDM1Ykk1LytUUTBGTlF0MXd1UlhXMmI0VU4vc1VmZ2dmMWxYMy9HZjBxcytwOFJXOUM0NW5yYUY2QkVuV2J3UHhBQUZFUWVnb1gwS2Y1MDg4bUdBZkpoQnpKNVE1dmJ5OXd4YklPTjk0RytpRXZOaUZyRG9IUkZ1emsyVmdPc3BjR0VtWVA3SEFVMjBUZEM3cUp0cVBuY1EwR0kycko1UVhYYzI4bVNzdlRIaTNYNkdVYmQ1S0ZvaFVIOUxwYXIxMlZ3dnhhNnk1SnNjdXAwZE5HRHNTLzdHY01hQWs4NnNZUEpRVzR2dVZvQlh6bnBvZmJQTm5QWHVNcklxRWRUOWp2ZWJkYkRyZUVxNENtWndTdEtWYmZ5d3AwVFMxYURiTWF2QVVlM1dISmFIR0RJUm1xa1BuSzdhQUdna1FESHZhZVRhZEo3bms2Z3JZNVZ5S2hzMzBadXViT2doTlU4aGRZb1U3d0R1cDZzbzgwdGYvbjl4NmlxUWUyZU5xNFVTWkkxaFo4OHJ0cEROMnVWbldaMEFqcWhmSldFaTR0djhyU0tBeDU0QnBsWDNGSHJEMjJYSDZhdmZ2RVkwd3Frc0pUeHYrOER0b1BDdGpVSEozT0Z5NHp3KzROb2x0TndaVDRNVXpjbC9JZHpUT3BiTnpyOWtiZWthbUc0a3FPVG5zaDdCd1NtVzE0Z3ErTXNua3BIeENQWUg4cGRwTHBCUmdMUWpqOGVZT2FYV1NrVXh1M0JGVFZHMFgrOThISVZNWXNHMXErOGFFMzlyQ21ZNDhmeVFpdlAzbVpCYm9sc1NiT1ZLMENHdkJiNTlMakw5b1VzUXVjeVBJYW1lTVZLRlovQVhkQm0rZEpGQ3kzQnBNTWpFYU9RSVNGSWNoT25BN1BlWXdFcllFdjN4aFgzcmQ1ejRnSmIzTEdmbVdSWHpyWmRBazRVK2ZBY0dEWkVSZzNXZU1UajJ4YnBVeWQ1TndORmdJTkw2L0ZZT2FBK2JFTUZNSUVGY1huVklMMXRxdnlxYTFEVk8wam9LT0ptQSs3OFhTZ2docHkvMlY2MGl2T0w0eE1Tbi9nTitUYUR4T3p3Y2haR293WEVXaXlRZkpRZHBCcStZKzlBWFdhd25CUCs5b2Y1Qm1Rc3dTbDFnSVNrTUt4QVRmTmpsa2hQNXRiNDB5MGlqdGpRODZraFhaM0xXckE0T1FmQ2RSSDRkM09JS2ZYSCtORzVWZmhPOGYrVFlHMlZtaDlBSW5mdzRxeVpzQ2l1dVBYUExlRXE2NEM5T1FHRHNFZjQ1ekxBeXVZS3dvdU5sTVdSMnJMNkVjcUlHaURLUDdodjIwTHY0MGY1WFpJNnQrVDVkMVZlblRlUXpUYmd1ZisrdmUwVlUxa0d6dFo0ZHU5ZG5HQVBSdVBlNDVKcnhYeUh4enNoMENvN1FMVmhqNzRvMWJPMVBNSGlKVE1oZk9CTEpVS1UyaGF2b1RKb3B4aHFRS2tobFZ0OE9OR243UVlEVWNsWDFGQ3NvZ3AxQWg2dkZ0eVFxaURncWpoYzE1TlRJNDEzck1wMlFHWFV0TC9WQUp4d0loQXliQXJzLzBvR016N01tYTZ1cWM2b0g1RytTWkZXV0VPS0JDeDF1VEl5WE1WVXpJYng4MVl6SDd5TjI2RHVZVWgzN2hwaTdUZTVTdm9SdWhHaU83cUdDNmZNZ2xkTzV3VnBMZEpycUVCQkhyQXJsT05tQ2ZuT2ZXbkJiVGp6NlF2dHNEelhWVTk4RVlhazF3SlVReGdRWk0xWkJDbVlJR0pjMEkzanRJOHUrL3hqTGxpcHd4ZGdleVBKNVVGZzFRSmdtb2h1Q0ZsNTZFRDBSK3NQMTdJZm4wL211ZFJ1aW91Mmtkd0xnT1o1WFNzMFVkdFRnRHJOYU5SYlhWa3VnalZGbTJocjRGWFZOQmRIRmFlQUpsN2FxSVlXMkMwQUJCclFtWkJYOE4vckIzdlN5S0ZMK09OWEVCeG1tbkIwRzArWnhpYUhmV2pTQ29Za21paUttL3dMUkNVSUgwTUl0a3BlSTFhTENBK1dKZHY5SlVGbHBXWkRnR3VDQ1I3NTdEOW9TYmFpQjRqZDJWR1cxdGxWUk1FRzZpcmJJMDVFeHh0c01jQXVhT1BORzE3eHpNQ0pUS0VrZGJ4eXBqZTdGWVYvQkJwbzdSc3FGY3A5VXNxZU56R1M4eWIrQnUzTUpkNFBmcnJpeG5abWllUXd0Y2FhYWh5Wk42UWhXQnc0b0hBeVR0N3hhdkFMQzdnUmtUTWh5bDJIMER2NWJsNlgvOE9vdytKanBqK0dtV0xScXQxeUJFY3V6Z3VFMEZXK0w0QWJmRUN5aEg4TC9zQkFOekY4Wm1Fc1NYc2YzZnZsSFJBSi90dzdlSExXVVFEK29ibkl2RFFEU0NISDRiZk0vcWdqUVpsbElmeW9GMTFSZnYzb0l5TW96ejJGWEg4U2ZIQlR3dFpObkxUT2xPdFZORFlRN29XUW9acFJsdzlMRHBlVTRYaGw2RUltaG5qV3kwZ3BLcXpaRHhpbWpObzg5Vld1MGN3L0Y0RTVwS1NYakJWTlBNYlB4Qk95TVdDYjZySEpZVDk5S1BIV3YxdGM4ekRjMWR5YlZJcjNhSG1NbHhDMERvcmxJRkZiWlRtT2pDVGk1VWpOb1pBRXlLM0JYbWVyaU1xTkt2TXBsMk50T0lzYzhGZTVVdnRyT3JZZFJOY0JyTTlRYnkrMWNUY3hUN2VoN2dXZ1F0WE5MY0VyeUN6S2Vla3FDb0lPVjh6MzVUcUdSNmpzdTBhckFWdUNVSVhxU1U2UGhibkxpd3hZeTJHUUd6SGEraXdXNmZXeGlEU3ZtQmFMTGVsa1E2QUZSY3ZkQTBBSlRwN0twOHJ6MnFYT2tvemlYV2lyNlNZR2dmOVZ5Y1B4Y0VqeEtoQXduWElhUitNVURPODdyOTJtNnJkcHNUNWdLQXplWjg0OVhnNWo=', '559674169_18022504232753450_3112653331268990501_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2025-11-02', 'image/webp'),
(240, '2025-10-04 18:18:15', '18099376108635895', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Iu3ZGwde50+xF1g/LNSX3UZEeFhZOGRpMUJoamViTnNPYURqYzJ2Vi8rakl2bFFSRU5HSTc2cThZRWJiZ3E5SjRucHNQOWR5REtWVENBQXEyKzZ3Tm5iQmhMUWFiYUc2QzI1UmFvMEJ0dGFVSE9ZZ1kxSUdMSUYxZlA1TzVpUTROWUczRUFOM25MR0lRdDZRc0VBM3FhN3FqSnE5NmpRZDBHeU8zMjR0VmxDUHdISjZhS1pkcFVjb1l0ZksrVFAyNm9uQ3dBdDJjNTlwSGFoOENJeVAwc1oxR25MRVVmZkVBc2pvbGp0eE1FVGtvdnNyRUR1TG5Jb2V0eFZUWkluMExqV3FhenJ3OVNmcmJ1TTMzSXpEODZNTVh2L1ZOV0ZCU3Y3ai9NdGdYZ3gyVlk4SnhlUjMxM3h3VWw4T0U4aXlQdVpDcWJCdEF4Z2FpV2h4K0p1MXM1QXVwdU44ZDhTdnVWZ29ObFRuczl1U1FrSzV2R2FQYUFTcmtyMDBidXR6bU1aQ3NmT3lhcTJtVkRtU0lmQk16TmV3UmFoTVhxU3Y0RGpYdG1wOXgzSmFpYkxVckpkSGxRbW92OW1LbVUxTnJ2ZzhhN1A0RTNLTzdTNVVYbEo4ZHNGWmN5dmZST1Vabktzd2g4dFFRSDNucDZIQnR6MWthR1JqaHAzZmFCTDUzMmVyVWs1L1ZTVmZqUE9qZE5mdUtqenRVOTE5WDlvdGRMY0lVYXRxcEV5WStCWUlSbWdMT3V5UGRTWkNmQWNPUCtjd3ZZT21IRUttYm5pR3dsVVpoRExzYUdZSWFDTEdwb1VMcXFKTklEandmV0dVbVoweG9xR2swbWphU3dteERvQUw5cTZrczFiNnFxRXVBd2xGYUUrSXhvOWRXTmtJTXQvSXdYdVhuQjRRR0h1UGxZWDlJMGZmOXUxMzNQRWdMMFUwZVNBaDZpNm90YXBSY253QkN6T3lOWnlyUUw2cXU1U1V1MnZtZWJ2WGFGb3JGWkxuVXhJSENJbitqUlcrRU1HQ0ExSmlLTitwYlp5Z1JrZW1jMzltTEl6bXB0ZTI0V3RxYlVLYndEWE1ORzB5c1BGMUUzUjV1cEVtbHl2VEEzQTh0RUZhdHNPSTdTcXhsbTB2OGNYaVNuT2FUbFBJRk1QRUpNVHJ5Slc3RkRZUVNueEMyd3ora2pQQk5RS0FSSlByd2FoR1FaaEZNVFdsamNnWXI2QW1kd05aQzVLQ0ozMUk2dUtMbmdLK1JSM3g4NitXdzl5eEpFcUZmb2FNK0JWMUdYK3R6UjY3S08rL0NMbDJHSDFGcG91WW1vemtmUnBsZHo1OFhCWHErcE95SFBCSlFYQ01UZjZUckM4dUswZGVXQjBvVWRzL1lDUFpTUjJoZ2ZmR2lpRjZxdVVVMFhDUzFSMjZDaTIwRnY0RkdwbTZTdTR6YnFTRTVGOFdudi9rMU5XekEvZG56OThFVHZzMTRYcHpib0k3NWp0VVhMMWtJQmdmSmlFcmxvelhPMEFyaUtzMFpiU1ExZHI1elo2ZWJlZnVFaTBPcnBMZ2Z1V3hVYlRQdFlFNUdGS2ZGUkY4Qkt0Wmc5dXp2c1FhQVQ3bGQ3R0d5UGpmRm5VKy9lUXFJdU5RaVd5ck1TT2c3WnJZQmQwa0RndzBwTXp3ZkFiQmY4cVN5cWV5SjZaNk93K24ydzNvNWhIdTZ0aUN4UkVYSVBvaXJndVh6LzdrUlBnMjA5SVRzTDV0VTkzSU5vbW1HamdwMExub2xReXZaeDRJWldTQmN0bm5HQlI3QTNhOFo0cDF4YWFja1ZqSTlWaW5NMEN3a1MxSnljK0xFSGNVeG9JcDd2N1ZiZ013OFQvYTV2YnR1eUIxWFh2bWl6VGJiV3RkcTBoaUNTRDN2emExYkJaa1lSU3dtOEJyaGhab0RCdHEyMERYcllBRENjSFZOaUJHcjFGMzlPUVJUNE1HcGVudjZ4L0xVL0U3U01vTzJZTHlvWEF2Q1pIMllJeWxuTW50QUpmVGFLKzROa1hVeUVHckZjRDNTS0YrSmQ5L3pMbllxTE5NVENRVEEwek5FNUVldmZwekc2VERVQnNwOGFNYXk5N2FyaTVTZVlySlVZNlpWNHdLa01paWdleFE1RnFNOXJBVStRYjdNdFZ0', '560217892_18022618706753450_3545166219882507132_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-01-01', 'image/webp'),
(241, '2025-10-08 06:18:06', '18075363515142487', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'I/Z2vHuwbEH5iZsVgBK0/GNsQ0didmxFOHhKd2o1Tzd5RTFrQ2NxTkhGanIxS1o2akxqZHZlY253N3BteW5LSjdNZHlBVFJ6M3NqZ1dXVDEweHlNZHlYQWUvMERCUDJSZm1Jbk9MZW4rY3RnbWFUS1VjdHZ3Q21sV2xITHNpTDNZT3MwTTlqWEt5SlNHczNJOEdOYnNhQTlvSGpXa09IS3FnUWFwNlI4aGIxVUZHODNHdVdXbE9iYjFEbXpaWHg5RU1jOVZ5WFFqNXhiWDByTk1IWmJ5UG1YZzJxUGkzRHp0OFpJL0l3SWhjUXFuTndTeHpRei9KRHNMbm5kdDVlZDRVckFtZU1nR0o5d1JwTElnSXRzYmt3U2d2enI4cTh6cEZDWDY5c3gra3ZLeW95ZkZsWjhpUnpnSGdPSlNiREpxeHRjbDVjV3dJYkpBZVNxZXRXVzNyQ2toMW1XZWdlS1pEZ3h5L3M2N20wcGIvZjFqOXFta2VJT1MxVzdqU0EwL2pCb3hlRFBmTzhtMjlmYUwvYXE5WXV6UlVWVG1COUtSd2JHR1l5ZG5TZDZYY1dtWHExZUJhWndramJuY0l3Und1SHV3RHozSS9tQkZ4SSs2ZnBLSzFyWmRTemJyT3JoOENLbXdxUXdZMnR0UVNRQlBYVlVRbGdJbnFtREZ6c2FDQ0ZWRkZxY0FucUJaTThiMFVVRnc3TmREb0w0NEZ0Z0VmUkRUNm5BRFNWanhyUmNyK2cwQVlRN0JkNGttRTBqUHdXakVTU2RoQkE5STlBR3RtZVhzKzdsd3FnbG90NjlydXh2QzY0VmZraUNLVDFmVGpQVFF5NUFpRE0zdlNidG9qM0FSNnVRNDVWSnduRUU1Sk9SaStlVzFjMXpuTWJxWEJpZlJncVlaYllwbUJFVmNvT2I4Q2YydHZDa08zNXd0WmttcHBXYWhxb3MxUDlTR3pVaUk1S0xlZnBMY0xUMG40TDdKZ0NQOHVJY1VGZ2FkZ0dPajI3UkhpbDBsWFNia1FDaDVxdFpHTUNhUDVpVlpIVVN6S1ZsMXQ1eHg2eGtKOXFEckYwSFBBL2tSVWFiV1NyaHAxQWc0aWtQZXQxWm5tQUNrMlQzOEVSb21EVEhUZzk4SVlSSkdOUXpmRTBFYVAxQ0ZCMUU0bTlGZXZsVWtjUVM0UmplYnpBVDNNY045VnNiVGZjUFhFQ1IvT05JS1ZWMS9kOUpML2dXTVBJekVsNXduSjFvNWYrYXhoUWMvN2lzSkw0eVh6eUtDdnAvUG8wakFkNzFWOTVjUjVnbkZlVVRKemlFVThKQnZmS1BuTUkrMFV4VmZpR3Z1Q1JDQnA4eWtrTWh4TVd1SFBFWnlLTFptOHhpYms3c2pPRysxVjRoUXF3UEJkVEh1YzdndkdjaWFUM2FxbGU5QzdDS1FqQnhNNGxUZFp6aGZFblF0STlhTWwwa0pNUmgzcmVBSDduRzRZZlJhWUh0ak5aTjZscFhXRnRLaDZGalpJNHA3ZGxKZ0dBaUlSUnVGUDVMN2xXSnd1dVErUTljWDBxa1J1UzJMSkhnSGRNaXJBaEM1NGoranViYklhbk11cXp6WGJXS0VuU0s5MnA3bDc4NFVzeGtnSzNtNmxTbnFkakZlY2pkRXNaMGoxVnA3RHptN3RwSEVXTGlSWnB0NlZIZHN2UmtIeFgzUnlWSWQ1S2s2cUw5TmZUUlBldWdBdUtXUDJkOGVmM1hXMFcyaXdkSjJvYmI3bUd3ZmpORHlJenVmSjJOaGpNM3dabUpRYW9ReGNBa2xOK2lkT25wZmZXbTZ0MWdlS0NJOFUydzBsdDVOZFpnbG9tcnh5SjVtd0xvYlBZVUhkdWlCYmQ3RlRRcWkxVGpsbHhia2k3cHFYNGJZM0ZFT0toTnNrbzJVWmhWUGtpKzJnMVNROEcvbEpBZVcycjRvdlJVWjdRTzFwWEZ4Z01LaWtoODk4T3Z6eXJLbUFqQUJLendnTDVwY1E3ZkpHdjBNT0Q1NzZ4RGxGbVV3V2lDaWpiZm9QU2NMK1FYRmdNRURrVElKTTZQT1RQa2FCQTNpZkZLQW9yaFg0bVpFWEhCcWR4ekpwNUdiSTBYcDlXMitsV3VSWEZyK3ZKTHJBKy9MVTJUVlpDbUV4OGhMeFdtQzQ2YWdnaEdtMEIwUGZHWFZKb2l3cDI0ZVV4aU5ab0lWaWRBNWJseWw3K3NpdnVuN3k0RGVWMmJxMkJzQzNtaDhvVWlCTW9YamlJZDM4VFRlUWlhOTNlTjRKUk9MQzU4UlpzRmNETWEwVll3S1VwTzJod3JUMG5nNGJRMnlqdDNtcC83ai9CSWVYbzBva0xjaWtQcEdHSE5oVFlqSW56K1ZUcWs3bjJ2eHR6Y0JMbUVYdUxnN1BEQlVhbFdjZVp0T0tLbXVoQTdxSXVSMVZUQ252MjJKY1g2NUZxWnNnbWRBVmJYb1kzcU1zMi80dWEyQkpVV3htK0RDTTQ5Rkg1cUZYSEVyRWtWOTJEcWxqRTZtaVE2K2VQemxXbitqWk5vbHlWOGtZcUdDUmp5Q3dLMlIxUmYvcEtnblN3RnFXTXNrZWtpYXpoQUNCdFdWNHllbWJobWI3a0MwZjliYWp2ZDh2S2RoZTdCV3ViYldNUnYrNFRGM1YrMWQyaHVQTEVQNEhjVy9rZDIxSnpuRForR1Vxb0JqcEVNUGNHd01uQkt5OVJYNmplZ0g4L3p1K2FocHFMang2Ny9JdHBHeCtVdGE4L3lLMEtPek9jRGpMUlZTZ2ljQzBVckpkWjNCaXE4Y0hoUTZZVkZMVHVDWWZsUThrV0d6WlBCdStvbUQ3eGdSZVJldkc4UUVldWRXaWp3bVNvOUlJMDNVVnMvREdQclJkTDFISTNqNXE0d0NwanJXbCttazJ4MjNraksrSGVvemRrbGdlalBMdTlwaUZaYjY0dHlOY3dpSDRvVFMwM0lYVFRzU1c3SjRwWkltVXA3WTB0RHJkcFNMODNEK2F6SlpOckhsRVh4RUFLNFdUYy8wNDVwMzRia3p6N29VVmxYRlBsd1pQczRaZXZCazdNRjV2NmlRSW0zcHZadDdlU3U1S21RZXFzQUJRSjk4R2V2UjJod05RazJONGdtYW5ERWxURVFGOW9ONFR3a0JoOXExR0xhVHdBNXpQd2dVSGppOHhTMUJIUlp1aDEzZnQyM0lPUWFnaTJybk9CZ3Z1U1NOaVdNOEZrbTlkQ1pYdEhDaksxMlNkVkhHQVhXbG5zbGNQSUlxK1U4bHo4RzlhWG5GNkp5M2RhMjh1UGNYaURFc3dJMisrVWY5ejQ3ZFJuL0xKL1djanNpNUhGMUpxbkc0d3RUSjlFN0gvZUN3Zk9tK2dJMmV1TEl2OGY0U0RNQXlJUGpnTkJQb2VqRnIvTHlDTVdMNEI5aXdUVWFRQVBjQ1NuVEFjSzJ5L2Y3VUxxTHF5WVBra2orMDMySFdnQlkycCs4NnpIN21oVmoyWkJJVm4reVZST2FmeUxFUVlOaktGQnhnSis1QWRmWnhUdTRGazdra1BoVERFWEhnYXI3U29KS0RKcXFWdmc3T1ZjTTZyMU9GaFFVOURBSmgrNHVLblczWmp0MnAycEdPeGFzMWNjdzBpOGxISUMxdXE4RjI1YXBmUFpOQStkb01BYXQxRkZaL2d5QXFpY1ZzcThkOW80cDllRDFSYWFPRWk3ajhvNVFCNzF2SG5JVFBxSW04dGFYYWtWeXRpdStNTHlPcWJYc090U0V3bnZQdlJwRU5UeHUvSEUyOG14WW9tcVVGVkQ5R29SYzRLNTBCQVhQbER3ZUJPYmZkUC9YeGJHb0JvdTY3VWRRRnZUc1AvRVJMTEx5cmNQWnpQTlFpNEwvYnJCRlA3blg5a1drZEt0MXVOY1VpbXlVbzZCejR4YVFoUnZCNlVvZ3hwRldXZlQ1V0Q1M0R2ekt5YzE3S0dJMXNFVFRLRXdUYWpYRDE2aWVJVURSazV3ejlXWjhnM1htNkZuenBBYXlyZkpudER6S09tVmtHbjkyKzE4YzJ3a0dOTmhzRzFQVWQvYVBpWWpudUdQUHU4bTIvdWJrTGhQdnVwKzN4Zytvc1AxMEZWUGZxQT09', '560304506_814452437637218_8508304400697178717_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-01-02', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(242, '2025-10-09 18:18:14', '18099908866561676', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1hGvobCC4oiEkJb0C0zCaktxMmt2cGV5OU03aFJKVzJTakg0OXV5dUJteTNqeVZmS0VmUUZrVE5YbXhwSitJd1dVL3h1WENWUXF4cmc0dURVZGlLd1ByQS91dkUrQVUrakpWZFpXdi9FY0hUcnhxRlptV1pqc3RHbUh1RUMxcHJmRytWaFZ2aTU2SUdIZWUxYm02MmdZckc2dzVIMDRZNVFlUXZrRjgvMXYzWlFOVzhheHRYOGdEOGxlSW03K04vR2tVOXdSYmhDQUZWN1pPdWxNZndTTEZacGcrcjdMS21TWG5lK1dGWUpCRXhHZTAyTS9KdWVKUWlxQnhTSGVLaGQxNFQ4VERPNHMzTVhVMEFMMTc3RHVrMDlqVk9hT0V0aVBhR1g3d2tnOEVZSWxyRVAvcXVJRVdUSlYzZHhnN3JSTEhRQXpqQkFEOGtzUjRxdTRqdSs1dHJ5SzlyVkwzQXQwZnZFbHh2TmNlUkFmdFZySTdldUtzMEprdkk5dFZmbGdodnF5MUJIRUc3SmE5UmMzbENkdlBJWGtFQXlBbDJ0Q3JtdkJramVIaU91SmlUNXQ0dnlERHR6aUVnVUVyTjExbEJrWDh6T3pQZXdsTlAyRmFoOVk5WllMMVZTb2JjOVJpSzIzRDc3UnFneDVHSDlVRSt2azdsTE5YcnRJZVBqb2tmR2ovRnJSaGhjd2pXN0ZxSTNhS3ViU0svNXJ5SFB1QitKak9BdWtVbW1Lakg2VU92QjJUVWJMMzRqYXgyTzYzcWlHN2o1VGNtY1hHWnV4eEtmM0UrcW9nSW04L1FJVzlNdU91Vi9CamZET1ZXVzQ2NlNvaC8wWWhyOXVwbVBBb0E0bVNYeEFKSXV4SlRRYWlhdjNzZ2l4dGQrRnl5OVUxb0d4SXJvbEJXLys3cGZyei9yNHJvNWZPV2ZMUldrSVY1bUtuZGhaMHY4R1hpM09yc1dYd3hHNUNxaEIyaFhZdTh2blkxNC95T2t0RTBjS1hBQTNvM2JQSGlkUDJRTnNqYzBkTk1KWS91bmU5YWlIaHFzRjJsdEF3ZTg4eTQ2TG11WjhhN1FFRkx4eFlNQXBIZ2VVWUduZUd4RGdFUkt5enFoWXRJZ0FQejZHZW9OV05ubk52SE8vSGtYOEp6QzYwS0Y3dmwyRGFkNWRCUHRzbWpPT25RTlpMSEJrVnk3bXRubmVacmc2MW54S3ZFTjRmVnJhY1dVcTJsRUdreUlTNzRPeHp3d08yZnliNUc2RHIxbDcyODRQYU1KS2ozZjZha1ljeHhDMlAwZkt5bTYzOVo2dFYxSkRTOTdXOURIYnNBMEFndy84dEozaXpTTS91UUQ4ZkNrWnNWdW9YRUJuSkMrcXNHbEVVZzFZY0FWYlZJaUJoYmZzMFRPWHF3T2hOR3p3enlpemNsaTVnVTFybklBU1Zza1BVeXdoeUFBZEg2K1BVcGs0MXVVblBJVEJvYlJqdVZUcERxSGVKejJNTTB0eHFzYnkybUsrU20vMXdiUFpPZWVTS2hYTjdQUnMyV09acHQrNk9EbnJkRnNrb0MzclhHMHRqa01HSVArdXQyTE8vSjdEN2drUys2ajQ2bTRCbHBPbU9SVFJWckttd3Y0OGFFQzNFSUwybWNuZkQyUXhGRnhHTVgrbU1Rc05ZaXV0c1lxbVJ6NGJwcFRuUUt1Q0Z3amU4aUNGdkJEek1EYkdBN2FFcTRpbG9mMTdrc1g2RS9ZVTY5L096ZEREM25uWlJlTklVY0ZGVlRzcVo3VkxXOTd1SXZJUjZnMDRFYlpGYVpTcThsbTUvTDM2TDBRcDJDakUvalVxdFptWjR4UVE4VFlmalB4SHlOQ2JHdGxXSzMrU0dFMXlUblFqNi9GSTQwNVFZRzcxR09NYWZBNkUwNFdqb2xJTTV0V0JXU0pRWUt0YW9SK2UwTEJ4a3k4Q2owYmpJS1M5dEI0QzF0eHAwZWwxQkxzaFhtK09renhaUGVLM1I4emcvTUdmdnd1bG1XUzkrQ3lRb2Job085VGVyaXlzcnZQY2VuT0FPcDFadUpaeHJuUEM1cmlKUFVMUG1Ybkx2QXFxd3YxVjI2MGFmNDZhaE41d2E1QVVVNldhaXlPQjdGSXRrSTBBakhPY3NkWHk1dlAzT1ovK3hpbTV5bzFoNmpHV0tMYWp4Q291Q0lpWitycng0WkR3TjlVcDNoZEh6S3BnaEx2dTBmZGlHdVdVNE5hT2g3bTNhRW83QmNRcHVFbnFvVXhoalM2WlRONGJ4cS9hR3lYbEJDb3pjeWd0aEZMUVl4OXRYMHBqTUNENjBDRmMyRzVSZW05VDI5YjI3OERDTnpoWnAybDIxdWJHL1c3bU5IMjRsZlM1VXRMR2RkWTEvZHFmR1F3Q0Z6eTlZVm5HWVBpb0d4RjFsY2JoZU9BNktiN3RuYVJIU2lXZTZpb2Uvc0poc3hQMEYya1Jkb01QOXY1d1Z4eng3Z3dGa1c1MTA0OW9sMWg4Z3htcWw4UGNtaG9iZGpxYnplaEJrMGh5alNGNDRDNEVTV1RwbXBWOTJDQVdqekNNOENVZjNiekpPQldCN0p4dk0wNDBFc2d0Sytibisxdjc1eVZBcjNxamRLZGRiT0lMWkQyV0Jiakg0ODVqaVV2Rk1lTk9iZ1FTMjI4aWRZOGZ3d1VsdjdpKytPZWZHY2dSNmN5OW5ud3BQTTcvdW42L0lLYUN1Ny9jYzA5OEUwZ25EUWE2MFVhN3VLNEQ3ZlExM1FNRDBYd2k1VXFxZ1ZHU1AxRlhEbzB4N01xSjhvUStrakZHazlKNHZkdG9EV0IybkxIV1l6bjYwenhMamlranRzM1R4SEVlUm1zRDhaZXU2SVZENlRXQXU5V00yNmNZa1JZcnlReVhaOFpTMm01b29icGJVYU1hQzJna0l5SitwMDJiWm1oSFMvcllscExCL0FGdUtoTlRHVEpnZHAzbngwYjRCOS9GQ2taWmNqWVM3d2JjdnVuQk9DTkpla1RQVjFpWExHZWpXNS9vQ0grR2pmcmpmMlJrNDlRMUlKWGxrYk91cHIvRjVoVjd6emd3M28yWThHWUxacFVoU0hUT1FaUVNpdTFnam9GNkE2cFN6SFNtcHMvTkdSUVZ5VEduOFVXSWtvQWJTYVJvTGdpc2s2VHc0N0h4ckQ0ZVRMeXN3TFhDWGs1dmw4ODcvajZZeE1sZEk2d2ludjBNOFRvTkRxb3cwTGwxYno2U0paejErZkpYZzFKN0lVT0RERmZ0MkNuazV5dHk1TE1vQjNsWFBBMWJrL1paMVMwSGJIZ3VmOHVMbkNTZmdGdnptMWd6UkVKOTg3R09OY2JHbGRDSVRpMXNSNzlIMndLTTRhc1JGeGoxaW1NYnFmMXBVUW52N0NkYmV3WEptLy9kdlRpdVRGTFQxWUF6ck5ZbHhsNU1vWjEwLzFnMG5VZHJHMUk3eXVZTXhvcm1JTDVyeTN2cEdVN2pNaU1TT0FUdW1HZWhwZEFaN0JCQkpQcFpxSUR4Y1orSlVoc3Ayc2ozc0RsVWVIUERYTEF3WDBZUlNsVmxlY2UyRUhkR0lrM2tJYXFqaWRBTlBiMDk5YlZLVEpJM2JCenhuWWJuVEpvM3lrOTVpT0FGUUtxTUNLTk43OGEwQmRMOUxMZUVNakxNTTF1OUFVV3ZKRUlZZUdNdHdZRUs3Q0V6VFFLaWlUb3I5TEdSYTZQNjEwbS9MS05JbkpWdTU1MEJUVVZKYjZoa1g0YzBWVUZXVWYzb1FqQVV4ZEw3TWQ3bnloenRKM3FaaE8xNUlQVjVyOVVhbXVORU9idVFkL2lydnRuc1V6WEdRVTAxT0RjMUd2aTFIY21ZM09nWHVXTmxONTFrK1d6SHhEQWd1aEhXZ2kxT3MrMTVERjJsQWl0VEVBL0JjSk1jNEVmMFZnODMwUWE0TWkwNjFFYjFGUEg0SW1vaU1KTWRHUnVHelpYRzJNYlNGL3lnTXBoUzRRUTMxMXd6RGtyeCtEOFRyRnQyM3lGL2NzYjJSbGZGTFN4L2RMUlVzQ0ZPK3M1TU53T0tGWHE3ZmhUbE8wV1BjZEx3cVZIMDkvOXhvZzhTTWRvRG0xcWZJYVJzaERDdDdIMzN2dytOL29kTTlHYVE9PQ==', '561916409_1520785155723130_8910510347655968079_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-01-07', 'image/webp'),
(243, '2025-10-14 06:18:19', '17861922717436714', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'bnjTyWxF3TJOcf4qDLntH0tveTVwcGgySUorWkd3dDZEdEJiVWRqZm9MT2l0UFVuQ0FQa1VFNXpHODZQeHV2N0xqdUdUdDJ1SjVJdEJDN1kyZHMrVTlXZFczVndvTU9mVXk0TmpSUmdIczB5U1IwL1ZldFg2OVJLRDZwVXdxaXgvbWs4SjV3YnBvMFFOODZWbWpHbEZHTTQ5Y1MyUFlLbTZQRTV3Zy9HYU8xQnRsSEZPNGQ4bGxsRE1OK0xWQzVPOXZLY3VGRkRDUkZtOXJ1cC9IMXhScnRON1RzSjdtM3NmYjdwK1l6UG9NeWluTTZEajZxR2VnTFozV1NRYkpNNHV3b2Q1T3g2bWhlRlROUHRCSWRQNGROLzMyMUNid1RQOUVXVC9mSTFuSkg0VXFxcTlMOU9YRExOSUNoNy9BQStjanZiSW9iWE9LNnY5Y2gybEpicUc5R0p2MGFieU9qTUpoTUlhZzg4YWtQcHVuajJOdjRHZ2hseXJabW8rOG5CaW9nVTB6eS9IZmYvOTdRWDNHL3JMUXZoc1EvbXJDeG02S1lodjFVM1M1ZUlXcHdkc3JrSWhFTVJFRHZxaVZoZ1lxSkRHK1Zpdzd5ZnRhVXFmeENIOWNrYVRvVzBoZTYveElEalJGb2RGNkZNOElHejNGRCtsVUhvcG9sc0lVVGc2RC9jZ2tkUU13b01PUGlzU0taN2h4dmxOWmF1Tno2SXc4VmNzS3FKVlhMZHI5bVFSckFZT3luSFhCYWpPWmhMcE94ek5ZNHRUNVFOQ0FQS2d1bzNkV1hEWUFELzVxVmpDcGRoRnMyZjllUWhBWlF0NUxpUWV3VVppT0NMYVBCVVhTS0g2YXYwTU5SWFNBanNwcE5ETHV2S1VYRG1CaEZhVlVOZTd2NFcxWnU0U1paUEVaM1VuditscmF4Qm0xZ09sVklGb2FwcDNRTDlJNmRlbXQwNHFyczJuTStYczYvVlBpWFRsV0RrVXdNa3kvRjNaTXRjM1RtZEJnUmxTTmNZV0p0cFhtb24zRHo4UXgramIvWTRZWGNHRXVOL0c2d1F2QVVTRzhsUkNRWUc3VlFYQzRZZ3dpZDJRRTE5MXo4MTBKZFh3WktRd0JmUGNCamN2OXhnMTd1OTk0czFmZGFydWZKOEhrK0N2bURBaGlQK1RjZy8yTEEzQ1htNXRjem9EYU1uN1BTL2RTcGN5TE9VQ3cwUVNqSDRTWTIxR0tXMlR4ZWN0TVl2eVdRV0dHUmMvT3FYVkpVK2NCdks3d05rSUQ5cDA3TGdlTEx5azFKTW9XVndlVURCNjMyS2wxWFgwejkxMHc5Z09vT3kwTzUzNEw0UUdQd29zQnVJY2hyR3Z0d1crQWFXeHdEMFRaakVRVHlVMSs4WEZmWjhWbUNya2MybCt0a2VRNXFrY3N3blI4aUxiUmFXaERoempzcG8yVnJLdldMYnRTUWZyZzZpcE5xU1hVQlAzSU5vUW9yVytRbUwxbjR2YjBRdktzNFgza3B0L29VQjFFS3VxOFA3eU9KQy9jZ0EveGVtalZCVDdHTm45aHhUZkllempUU1FTMlJKOHZqUzdiOXdsRFV1VDBTUjlZc3l5cno5TlRKeHNtY3pVam1GandHUGlzdTE1QWpCMmw3VXp1OUtJV2JjZ0RKK2lnSVo4MXl4eDVGb3pDYmdEa2Z2ZCs4SkV5TkZyUEVaSmJaVkdHREpjWGxHc0xqRkhTRGhTU0p0MHRMaG9RZXd6YndJMlVXTnY0UFZ0UWJuM2tFU2NTQjZEK0dZY3ZwcUp6N3RnZ0JQVjU3cTUvS2NvcFF4cDRpUEgyRER2cFpQYmdaWjYrMno2VHZsb0ZLeS9FblZqOC9rZlRxNGNCNVlvN1drR2NVMmxGRVJVOWczenJ3N3VGTFlsUTZrWEVsWW5BNnZ1RHY2d0txNkY1U1psQThEVWVOVWI2Nml1Q3J1QitkRmZOM1RyS2tlSWhFMnE2clRoZUUrc2QrQU40aUlaWlM3cnp0clpEYThZdXRIVE9mTG9vZy91Tzh5VzNtMmxMN2RaU21Gc3E4RGJDYURrd1ZuY0pVaEdkOW1RNlZDVk9BeTdSOXNyYVBHc0JMdlV1UWhHcFcvSUJBN2hVV0hLNGdlM082VVN2Ni9CV3F5OXI4VjVlSU0xbUJBV1g1OFRTM2NJcXorb0VmVlg1RGtLTjZtZjExa1F4ZHVzQzJhMEYzeGVRaFpWZHJ5enVub0UvdzVJOEpUaXRvSkRpL1gydllYVHl6bkRKRFBrT25HT2pBbC93Z25XVzJSU2RxUlpudlBoTFNDQ1hwS2JsNzQyTnRIOWxLYmV0RnJDbUNCbXZrcFBmV2xZcytNdTBKaW9rTmFJNjRZZ1NJM3QxVXpuZnRjWmJid002MmlQWXhsYTJobmFUaUlIUktwaWorNXo4MGNPVFRFMGVrRTJ4VHRuOGRCVVdQQUYrS3pKaFo2WVBHenIwMkFUbmVQaU8yWmVGSVQzVk1sVFZOZzV1ZHY0YmNlTUVqWThacytkREdUU1VoY2RBR1d4U0RlTE5UOW92bXR4SjQ4TlI2UzZDQWt2dWdaUElybjkzQll2eHpDa0Q3b2FxMVEzeS9NeVk1bElPeGpoZExpT2l4dHZFMXpjbTg5c3p1a01hQldqK2hsOHQrQUJ0VGpySjNpQUtSVkM0ZktRNGtSTXBySm5TOS9pWm5Ma3BKUVlMVzdUMU1MVng4Tms3MjdDanMzTHllb3VjbzVWaktkSE5uRVFzaWpUaC9jS1plMnh1MlRSWmFTOS8vK21PZGQwZEs5SUdYWlZHeER2cHYxRHBGVUpxTFpXRENyVExncDJoWGdMMitaNFV6NGFXdG5VQTVDTVJFNStFRWpNcW5oTDJ5S1NZUlNXSytFRlBXK3NUT2pyeXpWK2pXU1RPYnEyQ2R2VUJuZkxmZ2RQZjQ5N29YNlJMUTNEbFdWVXF4WURPSzlCZHNabGsrMFpxZFRBVnZiM2RQU1M5OEJmSEgzNkEvWk5YK2FWV2ptR09xVVYwbVY0U0RyTEJEd2xJZzhpRGNFWm9OUDdYQWQzNU1JbHpBbnZ1anVQUzVIc21iRkEySlpCS0hIekxJdkE4R3BoVFB2SU4yYXZUUm5YNUJpTWFWQ3hCTjRhdlQ5bXdXNWMwUVNwaG0yWlNoWjVkb2RBamtNWTJmVVJEcWlLNzZwSC9ndHhmM2xFNGx6bGt4VC9ZMXlOd0NwVUtrQllLK29qcGl3dlRZMjhodUVjNm1tYWo4TFVHVmVkSWZBS1dZbXY1eGdHUThObnN5SXFGYXczcXBXZkpheDc0ZDJHOUxwU241aXdNbXEyRVlDRG9pSklmZ0FJeTBUL0NiMER1RDcySE5DRVdQVVVBOXlPaWdVd2RGdWZ5cGFMcnovMUlGTnpZclI2TC9TR2JQekpXbjF0dzlNUytwRlB2UytvM3FjN3QxUFVkUWNSUFVPa2F5OUpyMEM4OHYya09WNGQrSFZIVWpFSU5UMGRzRnBCQ0JWdSs5M3JKajErMUthQ2pRU0xteEtBUlY4REhHK2J1RHVnLzJHTjhqWUJuQ3NZMGphTTVRS010NXd3LzlVeGNuTHYyL2FIMTcrVVFJMUxkQlMvaWRlVTQ4S1JsV0VPMFVHVGFnWitQOXlzdVpDVzdvZFFweDh2RkVETUZQV2ZXaUp1ZjZUcEs1QlArT29zWU1FZ0JlejhyY3puZzQxeTFaazdxajl0U3FpdTYrVDJwWHV4YkVXTXplWVZRcjVEZ2xzTGYxNmR0TENoeVNvTC9aUTArUVQ0L3lVOUdYT1U0cXJsaDF2YlVYUXRPaks4ZFk1TG1XT29lWlJlbmx3RWIva3lacmlaVUx4ZVhRTUpHUGs1aDFPd3dhRVBYTG5mc0Z5aGpwN3ZSNGNHcVNKWkhZQ3NSQXhqZk44UFIrMVkyK204U0IzeFZDR2tja1MxM0c0VG04UWxJQmgzSzZheTNtaEFQRGFlajVUTUkrOU93V1lESmdYNjRUNm4zU0tuUGthK0RoWjJzc1lQKzJRTmt6N3BPanZKL3Q5UFVPTzZ1cVc4WHBwOGZjbytDaFI2bUR3d2E4TjEveGd3bnNyNVl4RDZhb1E1czNaMTRoODlhZm40TTE2TlUvN1NseFpLVVB3dUlEMENMUnpaeitDMEx6OVcwbXZ2TEpzZjlHWFM0WmxQQ3FDMEpzNXhkMEhqaEdiTCtucngxVzJxVVVKUUpjS2FDQWxoRnloMmx6WUwwZjMwQXBWM2lZc2MvazIzaU05ZStReXc2SWx5aHlxTElIcExVaStLYk5BSE9Gemx6SUtINmtNYjJoTGRHMWlJMVRrK2xWVHgwWnNEZlNFaE54RVhXL0ZNSUdoTEVnSXU3byt2Y0x4djVtT2VIQ0RNaU1jck9wZFpEeW5RMW9EdURKa2FWVzVKTDJTRVNLenBZZU5GMlBhRFVjY3cyaXB5cDhUd0d4cjB2dVhCRlZxN2RXR2pzMzBjTlpJVHZVUFBhVksyOGtIQXh5Rlc3UURiU3c0Y2JHcXFMUkFwQXFOc3BOaVAveS8zWUZWVEc0S2RCaFRqVVNwckZzbXlZK2M0aVBOZ2Jwa1BEck1MQUdYR2QwbzJHQ3UvdEI1ZStXL3NVbjYxUEE9', '563507074_692175680022741_7436319387867570010_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-01-17', 'image/webp'),
(244, '2025-10-17 06:18:03', '17903168124269672', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '+wR5OIAqOpHtvUmAizkOaWovUnNzY0hrVWtSZmlVZ244c1QzSmNOdzQzODd1dXBZbnIxOW8rOTNURUVmdzRTU0NYVVJUS1U2WlpXSnRBK1RvcnBEMUxVMGtocERMTXJaYnczLytzZlphLzQ0NElxVGh0aHBESkZmTHZ4SFpWcmczV0phTUxSVUFsdlYvU2JyZ0ViZHJnZi9DSWUwTTdtalNDUmhLUEZEZTV2WGhNUHNHS2lrOEN0bmczY0NodG96K25CZGVTaDdLcW9DdzJ1V2FYUXJsV3pncUZCK2dJaFNENEVvWXZEUS9mcEorUEhPU3A0aWNwazEvNTNtdS91UGFrZXN5WUZoVEtaM1luL1phNGdoQWVJRndKa29ZOVBvSmZCWTFLTGZ5dzFBVE9xUVBGa0ZoS293R09QODZGdldKUTlaZXpKa0N5UzJhQ2hMNEdnblZoNWRRWXJzeGhsVmF5NHdDRFdxKzRJNTNkL3BRUGdseGFlSDM4ZlRLdFEwa3Y3K0R1SkE3YmQrZkprb3hSWVlEUTB2K2I3ellKZ1V4NHc0RHBBSks4RFNsM3JnS2IyZVVRcGMxd3BTODArajczcFV4aWgyUk10U0tqMDhMYUxjWEl5NTBwOFJaRmJtb1I3cG5UZ1ZzL2NoVmYrQ0lNSE16N0RYeXB4ZlVtZENGL2RialNSNVRVYURrYlNwWWlHSzE0blVmd21oZDEySTMveThIbU5JejBZUE8ycjh3blpSYVl4U1JML0NGZlFJbThKQlZKM1VLa1JycHJabmZ4NXlpRGVLblhLSStzSkloRHM5amZ6WEF1WGU4MTQ5QVdyOTU1M3hSMVMzTktUSk83MzVRdlVQakhGREYybU95dDU4ZjJOWm1uMWVnSjBHbUFGSnhObk5TUldWeEd6ZE8wM0Nac0tvS2lEZUtqbE5jUk9Vc2JUelFYd1Q1b0NPSEZUL0VLVUVkbTcranQxK3pJb3NFUHRoRTFiYjdFUXZ4bCtTZnIxNnpMU2pBVmdEQzlia3g0SURWbm84YVdCK0p5cjdtMnlmeVFobVpDZXRpQWh1cGczZVdLUTJmSkNsWkRKT2NMcTJYN21qQklBMVA5bkhxWk1oNWFNZklRYnEyU2NqYzJDOHZSQ0ZMamZ6VVZ4MFN3Vzd5MXk5b2NmZ3ptUHVscDlUMjRwNkVsdmZaSmJTaFJ2YXhyWFExRzRSRWdLZmlUWEd4Smc3YXFpVG5Bb3pjVk5WZzRQenNFWEsvbndEdGsyYyt1T2RhMjhwVS9nUFdsb0NRbGhndTNEck8xNlFQQjhuOWpPRDdRZG81TUJlWnFCWUxMOHhFdDl0b0x2TUIramtoZHppQkkxbG5mUXUyRll1QlJNZjd6UFB4SnM2VW5ZYUlPNGxxNUNwamUvSnRYRDcxNlc2QXdGNkYvTEZSL2s2UEdSRmhxRStCaTZ5OWNWRmVvUEh6TmR0NXY2ak5RSXBSMVVWemc1UGxmUWpnbUl1OXVVY1oyR0xBWVFzL2pWTjFRZE9nZHJRV2RGendpcWJPc1JrbVNFcjVvWVBoVEhsaXE1VkNnMkZrS2VyQ2MxaXV1Z0JTcXUwR25OSnhsYTF1WHdxelFjQXV3S2RGZm1XT25KcmNrTWg2aU5wQzRGRlVkNm1FMzRxZlNQdGtGL2RNMDFaaXBiaTBjRnNlNXp3Ykxhc1ZvdS9DWlkrbFhuTFpKQzR4SEJ0WmtsSTloSTdlYjNJL01OMHNUa1hqMFJqbEtzTFFNYWJDbnFITmkwOHRrZkhNbXRDWmQwcDN5a0JxcDFSS2RMcTl1UGdkdHRJN0dpTEJGdEZySTcrNTRPVnRBMXE5ZVZWL1NoamhQSWdpeWN1azNwRENsYUdoU0JvWUZWK3lVRmtsZjNuNnkvRHNXalYvSXUrVWpsR25hYTRzYTVLeVZQZlFMN2tlNzlTWFFEOHFCdkl5RlpSQzJCaWNjVFErOUJqZUhtd0lUcFJicGpRSVhxYTJsaUxuVVJKM0l4OXVMK3l0dzMyWmpqTEo1dzhiOHkvNEpqY1JNVUQ5TmRlTlVZbA==', '565180718_18023973407753450_4845110099411910411_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-01-23', 'image/webp'),
(245, '2025-10-21 16:06:31', '17849148924579935', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7u6NK+Q+yYpVaXCBuhoJqkIyTDM4YkVvTG9sbTIrTWFDZ2Y0REk4dnZyTEpDMUM0Y1BuYk05VTJTL2orZTZML096SjdsVjV0RUdOOVZzREpzN1g1cFIvdzdzTjZnVXFBa0VIQm9EZnA3eGpGOG1RM3NTckRIQjIwUVdLQTN2RUtWaFpzQTdhV0RZWjd3azNLcllydWtoYW9zc0tvczdHZ0hnS2ZLL3hkd0xyWU1qVHBkN040YmJBbkRSVTFtdEhEK1dGb1pZSW0ycnRWRjkzSitZQ2hHRDNBQmR1ZmpiRGZ3ZXYxOGY0dDQxK3FFSkNrTyszZEFOSUt4WHZxSURaWUIzTnhPNU01TEx5UUpSbTJnN2sxOWJOaWRKSGc3RG94VnFNNVBrd20xQVNJTUVPa0dDdlRuQ1VDZVQ1bGpzaDhLMUd1Q0R3TGpQUXZaWklxN3hCemtqUDY2WEtLSnJOMXN6MTJxT3RDRFNaNWM1NWpSQkIrb1o3OURiaGxlRGhwajlENGh0TVg2U2M0b0ljRDQ2MnoxckV3TytUNWdvem42cDFDc1YvNHoxdVBZSXRTUlNHUXduWm1HOHk3endaUDJaUXBpQ2twZkl6VE9TNSs5VU9LUTM3dTJxTEVJeDNJTTl4Qjltc215NmhrSnlkSEtVVEtIQUdJZ0NjZGdBMWI5VHRnZU9Va05yV012MkNpTlh6V3VtcThNdUZUQ0M2YTJJSkU5dmJoWSsvc3hVdVk3M3lsRlNRVU5PdWtVbmRwTzA4YlBLV1NTbUJ6Zjl2S2krZGlSVkN2djFWTElPVm9iTkNaait5Sm5KWTFqNDZJd1lkMHMwMlRCRmNJU2UxcythV1hqeExEQVpZcmsxSjhPYVlSMFpkaUFTY1VyY1lsaTNBM29ILzMrM2pjWTAvaWR1VWs1ZVdPYlRoTU9DTlB0alRNcEJMNERFcUszaTRaZ1o0a3orQTBkTDZ2Z3E5OHFST2c2VnZlQXRuN3FFOTllOS9tN0dXVWh3VHdVV0hOSVEyNm9uSnpIN21TL1ZmTG5uU0RzN2krazlKbDAzL2FlcFNmQ05FR2NXU1pGYlBjQUZwMXNGQW05VWd0b2gvbE1YdjNvTVB6Z0tvRlpRTHljOEg2b1FWcnZFcWN5c0VIK3paOGsvVm9NV1lZdFdBckU0YkV3Q2kzVHNESEJIeWpkRytmUW1qRVpneFNrSC9aTitaNGFROUU0NytTL3BLN2ZsWmFsN052WUlaaU9CTDdyclNReFlSUWNTWmVNTWdWQ1ZsZkRoVXpGKzR1WmNrSEUvTFh6OVpVRlFadVNOVDByVnV6R1JkeVpla1dxRnBsQU1aQ3VidC92eUdyNkdOY1BvMW1pVGpZcEpRcGdYYldhRCtGMXFFOUVWck1FSGo4VmJzOFRtcWNBWjI0RHVPSEJNT2Y0VzQ5YXM2TTJjaHJhb3c0b3J6WkxBU3hTUE05ditGZmxZblkrbEpmUlVKZDFaaW5LcWt3RXRhcjk1ZmNYQUQxSEY5Nkp1TWtPRENKTkFMbnJsbGhpSHgxWFhsalpWNzFmUkkzQm9zUmZPWC9jQnFDNXREdnQ5TlBERjNlL2V2Y3MwZ2lRbXVJcENya0JhcFVoUjh3TWZOMng1RFBaQzJ6Nkh1cFBXU2RQZUVXT2xyUENwWlkvS28zS1dPNTJxK3NBWXhGOGZURmRlcU8zaUJnRjZFWkM1R1A5QVVWbmFHVTNpZkY2ZkErc1BiWHI1UU44VVhuMzlqRHB4b21ZTU0vOVY1cXNZU01FZzUrQVJOYnk1Vmw1a1JtUnhzVldKS01xRW5YZG5mWHY3cVJlUXNnNU9MSmFOdmlRbGZsSWpLUEw3aTg0MTFQcUN5Z08xeTIzVzZFd24yQjJkZGE2WWZPU214OThYTC9UV2t6TzJBYmhtbUdCc0VZcXpKOTlhYnFaWDlOOEltZWt5c0hEMnhtR2w4VFBXWXNsRWo5U0lWUkRCTUJvNlYyVmlLZm5QM0hqZElyTnBEUUhFV0I1RVMybXBqSk5PdmFkODd4V09FNm5jMzZSY2NwTTNldnVIMkxPSmRLdll1K2tIM0NDZEV2cVFXekU1eEtKYyt0QXc5STlGZndEQXFLUnVFSHJ3UEdZZjRPUUFSTzFHM2tNZ2pEZ2xiQTE1THVIR0dtRW8zTGRoTHVZektLeFJWdHRTVDJmMFBxUWlGYnJtTTZpQitkcWJ4MG5hd3VrUzdHNzl0dUlSbE0rZUVDWVhITzA0SUh1THZCWU5oNG5LMkZ2NzltVUtpQy9GbkxOU1NabTg2cm9nQlhRaUk5eVZ6THdkRnUvZ0FLejNQcGtCbGtwUWFMSlZhZnA5K2E1SkhNaVhMdDZ2NTk2bktWd1NLNm50OU9OSW5xamFxVk41VEw4WGxRT2Z1a1VJRnlqazFISnF0SXZlaDkwTUxOdUZIN3Jmcm1Hek01eWM2UkkweTJEbGliM1NEVGNqbGY3Z1FTRGFaL241eXhET3ZoMjhEWFUrY0R1U2R2MzMybmNEU3VQa0tXWm5icjR0OFNIME15cm8rRUg4NmdPSTRBUUV3RHd1bEYwNm1oUEdmdW1VMjhDeEF2bFFzdEU2WVJtcE93alFabnREckJzbmxtZWxUeFFpaExuaVd2S2g4cmlmektEeVNaV2xGeVVxVHI5QnNFWkZrbEQwc2xrUzZPVSsyU0JISmxPUkV2S3Y5N3RxR3pzS3VjMVZ4Zk1qSi8zM1dud2VHM1ZZSko1SlZGV1RWY2FqTUsrRWg5cmFvdWU5VTVsYndqUHFsL3dYVklkaTN0Wmx6SlpOQ3pSby94d0Qrc0xpanBVeHIvMEQvZml1WUFSS3ZmZ1ZpMElVYXVlTDVaUzQ0QWZUQ3l0ZVRZbXlFaHRMeHlCOG9DVGZKTnhxcFVLeFYyRFdvbnQxQTBaQ1lDaE1FaitjdkgzdW9ld3NTMk1FbUM5MllGYm93cXZPZFBKZkFjc05xR3lTMWZlS1BkQTQwV2czVk8zUU9oSW9vRVZ5bkR0SjlwdjhWbWhBem0yQmd6QzZqWXRocjFTRVIyT3RrUWVtOWhkRnJEVVlMdUcycDNLR25jMW9PWVBvdjJFZk1WVktvZS85YjJOQ0Q3VVZycWtZNGs2ekFhcjFpOTVSNlZJanErZDNtdlhNUy83S0VRY001VGFnb1czZkd5L0hWaWg2N1BXQ0tXWEtmZXJaWXBKSC93NTlHZzlsZEhTN1FTdXYrYTR0bUFoRkF4dEhkL0wzYXlXQzBBUmlQYkl1c2tmd1pUVy9ubjBmbWxURy83S3JGMmtpaitCSmJXaVYwcGJwemsvcnFmVWIzZUFqTnVmNkkyLzZ6SVAreWVvdllESElEZU9XMlV4SDY0UER6R2EzNDZ1aWxLVldZclI5V1V2M1czbTl6TE1nSW9DR1dYcFZxdFBETHVGMjREZUVSc2JqNnJJSk5aV1lBVk9VWGt4eUFScURVWTVIMXVsTkthdm95NW5mZ20wb3EvSDJlTjA3cnhWR1hYcXdrdnlOV2pCUjhoTHdXMktCSEM0aGhxWmQ1WjBaNVB2RFVRR1lEWGdEajJLK25DS2I4OGhCZVYyV2czcnhjbThXa0tXN1AreitML1NmUk9OOGU1K3VmYXdrbWU2d1ZaL3BIZ2FZbDYrdU94ajRQNFc3ZUllWmJjSmY4Y3ZEMXMzb0t5dlo2dkFWUDVmeUQ0QWUrNWpxNGcwdzJvQkp4RUE1TE1CeTh3dXlKWjcwbVJad3RPdVRLbERBb0E2SE9jYlk4dENET2dDRkZaSmlHM3l2MjhkK09HQ3AyY2pPdmg3aHZiRGg2YUdsVjhIY2wyRXFXZUxqaHNjalBrc2ZJdXFRcFJvbEh2aGR3ZzFjRGNzT20rY0xJdjlkby91OVQ1RVhmYjZuWGRHQm8vR3RlUExxbVZNMmRrWHJkL0xZcE03OXdpR055YUxRNmQ1TzFvRXBpMnJFVHdhL2Zha2tOalEzdzYzN0tvMGRoMFQ0UXpJaVE0NFV0d2JxeUc0QTJLQm9aRjUrQmd6cXZPZ1NVZjdleVhQQ1A2cFdrVVcxRXNMMWcrRytXQUFCMlRCb2Z1cm5WYWVXUDZ5cExINE9yeGVKUHMxRUdKc08zTzVNL3hZQlAwdlIxcHNuM21PaHd1bUV2OTM1WkNaNUMwd3VMeWxicTdITHJRZGMyYlRGZzlZZ0k9', '568728575_819480064001400_3156484041963480992_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-01-28', 'image/webp'),
(246, '2025-11-01 06:18:59', '18538605544062091', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MaJAjl2w/q6QOiKwfSDBhXd0N3hKTzEzelMxSUtjb3hPMmpTd3dibkg4a0hFQVU1L054VWJLZTRLZHByTkxIL0N2ZmNBTklrZkl3WnFoMzJ4QmxPQktrNkNTdzZuWmxSVFNTcnhlaGFNMzRPUHJzdlo2cFFvdEdUSW9TcUhKQlVMZllybDh6ZTQ3OXdLZ0tiRFJGMUJhajBOYjU0L3JHdi96Tmo2VHNMNjRvTkZsbFVjaEdEbERodzB2Wis4b3VGLzJZNWZ0OW5ZR1JabGNZKzlZN1pCRng2b0RNWmN3MGJ5ZnlDL2pBN2ZJcnM0ZTl2L0wrRzRZKzUxSk5lQTZETWdBQzRKamk3QkJMYzZteThmVGF1dVUrSFlZSkFScS9WdHpnQVpudFIwRW4xSlpVYkFzZVAzeVlmNVFqMWJxMDM2aDZBSTFJT0g3ZC9DRWFvLzVjYUpvNVlHd2k2SjA0MEovb1BCRHljTjV1ZXgyYlZvQzZaR2p0bm1XQVpaRklvWCtNcUVFaWdtVS85VldVWUQ4RHFRWDA5SFYyemF2SGZOYnd0ZFlKSHJqdU1uOTg2V29adDByNVIzTXNEb0FsR1dMOTZONjBlU2NuQVhSNlhJZWkvcHBGUFJBMlVwcmZ4R0k3OXhKdVd1NW13SjdIWTlqVFlKVzVPNVZMZkpZaFpyWXFkdmtrWWxCZ3Q1UVB4T2NYdjJGemUyTGprRjZ3UW1jSWYvZ2FwUmN5TmYvYS83dE91b0JUNVJrQlk2Nmtad1NaVUVmRlpiMHNEV1Q1Slp4VTZoQ0lockQrRFNUMUNVU3huWXRGY3BsVHlFVGRueVYxbVdaNGR2NVphWE02Sno1eWJubW0xbUJCMFlVWDhneGozM0tPVU9xSU9wMHVHR1ZOSU5OVFozTkFmRTJ2LysxY3dsc3p3UHFEVE0vOWszd2JmMnFvRjFCb2dyU1hDV0phZEtWZzgwaDQ3MXVMQUNyYWk5ME5iVENmTWl6RnU2OVUxcXBNczdJemdyUGQzZ2xwN0RhVEh4YUJEMGJjaVM2cUs0Tlp4RlY0amFIUWhoUWw2NWhBR2IyaTk3SHNvOWVSQ0c2YXUvYXdVdXc0WGNqVGFMcXo2Rzc3WGZhcWFhblRxbDh4ZktZbDBRVUhhWSsyVG85dnNEak9GYW1uRXdFc3FLQmFSUzE1emp6Z2htcmlYaG1MQ2k1R21pWXJNc3MxaHFXYjJmYmVzTW1JRURoKzVMbHJ2ditNcXZMbkNGQ2VCakU5UFlrSFZ1cVY1cXY5bVFsMXhmVW5TL0NMT0xsdVc5SHhNQUdKZEROZDNQN1RKdDI5S3dnS0ZXMThBbzFSUmx3enM3RklqODZTTzd5RVFoMEM3NUlCb3NyMUF6aGVUYW9yUWFpSVZJODhsdEEvY2t4TS9tSkRWWmJGMUhWYjlLaFR5bkx5NUVhUGIrSkd5dTdSZXN3WWtrLzd4RUloNk84eWkzSDdTemVkYjVveG5Eb2oyUzlzZkl2UzNESzBkejRHNUpOMjcyK202MWxtalpoV1dVUXVycS9mYzlRQy91dHdCeDczS1l2Y2NSNjU0VDZtdTRnTWlyTXRPK2I4Zi9mbWQ1WTRqUWZoVCtGVVNzdVdId01MbTNsQm40T3BYTi9TOEFLWW14cHZ5eTl4VE80NGZwazlmaUlNb1E5aWpkVkJvd0FSc3lJYXJrVjlZdTVqRk10VFR5eVBDRXNxZWZiZjVndEk3VjIrU0hUVzg4VG85NW5YQnNURGgwOU5oZUYramxQREtPVGgra0F4ZmNmR3E1NkRJdC9XMnIvc253eFZGamxTSUlmeXI0b0JrMWNEZVNCTHZjVVFiOHBwQ0tFNy9ZOU1YUGFJRlU5TnV3VUp1dDIwWXBobmpLcGl5elE1bEZ0bzJRMDlJRTUxdHBaT2hPcXhkRWdmOE1lMThoUUd2MmFjVVYydEJiZHJTQUNpdWd5OVA1Y3dISUhuRlh1bVMvQ1BiNEdNOXcxcUk1YkN5b0JnMWkyd2JwTlFCamFsUm9vamkzUHRpVzdyTVhlV3RjSzEzM0VoMG9nYjY5RjVmRlgwbmpyS1FSYmFFd29lbS8xc1ZMVXQ3cm1KRXBqVkxFVXN2UDBsWWZTRjBTMmJBYzBVUitvaEVsUVNZNnJTUHk2NFE1M2phQlp6Y3NHMThzQ1h1L1FKVVg4emRFaTF5Z21VelBoU2FMcXNMRnQvbHhtR2o4MjJyRlZraDI3YngzWWZOSTF1ZlE5SXlITEgzM3JJTklrZG82VEltVnNqYlQ5ektRK3ZDb1IwSHZYV1lWQm1TSWVRVmQwenBVenQrK1hDdEpnUFNoUWNxeTZzWmNSc0ZRTW43WWJWdXpGdjJ2Q0QrcG5jZ3h0NnhxMmp6b0gxRzJmUHI5UjZadDJhdkQreXdzdVhNTDh6WXpIRmVRTEF3UngvSUFvTnFRTE1uNUdYTXp1Y1ZFZlJQRXVJWUdONERwdFErRVlWWWpwN05GMkRCaUlDeE1iN2Z5ZFkyWEQ1VC91SkU2LzFscGZ5T2UvVVBCQ3NWeGhiSUZYd2hWYjBPNVRLQ3VRU0d5TFlWckpmY1VQemxBcFkvTlpDKzN6TXVyamFjcFM2aEhUWkJBY3pBd1pNRnNYTk1SejNKMXNhWUwwYlpzemk4YWdqVGJiMVd0OHIybzBvZ0tjNC9xZWZpZUUvWmZ4bzVPcE5QUG9Vd2cwdmM3VWFCdE5lNEFXMUlNRkNDb0V6eHBuWk8wM0dGakdldWJqb0pUUEZyMTgxOWowSFJIemhHUEl5WXJnTnRhVHhwdDZjSTFMeDE1VmIxQi92M1JPSEJmSC84Y3UrZGlXMC9FS3lXM2prVk9USVZmN0J1SFI1c01TWThSL1pTUm91WWEreFF5cm5Gb1lyNWRsTkhsdjR6Y0d4SjU2VEIvMzllTUM4bUJQZlJhdVVFdVk1Wk5EWEsxdFRhV29nbnBRbzREbHVhWTVMUE0reEw1bnpVUnBPdW4vZnFndGF3K201RnFrL1E1ZDF2WHZsOWtDUzdoWWhjUHVIL0dLZVMyUmRVZDhTWE9tTjJBQjZsanFaSU1HcU9jNkJSeGFCMFU2bTk5VFdpR1p6TitXaVhOb01qMnpJeVBIMnNyYUhMWFZSMzhWelhtc0NQM3dQNWVwRW9ueHJnSlN1c1k1WXVnNHFDbW5sQnRRMjFvdTY2SU9DUU4zb1lna2tzMWloOG1qdS9MSUpsc1NObGFJeVVCMSttb1h0TFc0T1dFOGZKU2wvY29oREVQNEJvZFY4MWtHU0M2dGlrdEJTV3FKNG10Tkw2eUJSSm1uS0RKRm85SjVjRHlmOTNhSUt5M3VkOE9Pc3dEWktzQW11TlVlbzRRVjZUU2lGNjdndGp2Y0hwRXVZYmJLQnE2bjVNMU01eXI0NGNON0R5dzIxQ1FtNjBLdFIzVlZWUHFlRlVscWphd3VNZWd2dXBEczFiemVGOU1pWnNBdXFucW0xLzJwK3MrbTBpYTNPR0pEd3R5VEdyUHA0OGhQS2dZOGNaWGY4RTVaamhNaTlTMFBIY2xab0U3Mzk4WGpWQSszdFdTNHlTejNpa2dEcGhVQzloZERyRi9odUl0OXQ1WU42Q2gwMksyU2tsSVI1THl1d2N3S0k1U0VvSjVZUDZvSE9ZUHFsaWlDVjF6SnYrblVhQVFmekZvZ1dCbnEybi9mNkV0eHB6dms2YmRCejdtOTQyVisreEc4T1hWZXFJSmduZGR5NTZHSGwyZURmV2tlVk8zeitq', '572169587_2018027102345043_5602173628445861669_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-01-31', 'image/webp'),
(247, '2025-11-02 06:18:07', '17897950395181667', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'npM93ZwOJtwvouN7hDNliEVQVllCbS9Kc1hvcjZCN0syVlpuTEd2SXMxMStxWGt4QnFGcU00SzNnSTFjRFg3SXBPR1dTcGpXV2F4UXJxcFJpamNGQjhSdm9mVUpqcGcwcVArc1NRWVpkbk9YbkFTUlF4R3JQcGV2VHU3eXk1YU5ZMmNIUkRLU2lmd3NycG1UTzVOQU9nVjNydTdIQ3h4N0IrRFZMaW1OSzgwN3hrTWd1UEp3T0k5QWsvKzVYZnRjNCtaaDdWNXBhS1ZvNGo1WGdaVUE5RHRYa3R3TEE1d2xXaVByV2JLSktxYXpPWENTa1IxZks0dEpMeGxoMG5RU0x5N3ZzVkhUb3JjRGxYUzJrUFdlRTN2d014UXlkSVQrSTFJVTFhV1c0MHJscWpwT0tPNWVQTEF5NnNkd1lUdVFTSVFPU2JFTGNINUl5Y0xzQzVoZDMvSGM2bkY0QkoxbS9oUGtTT3hUdjdFbDJIRUFoZk9yU0lVSmVDRVFpc29KdTJVcFljQkdiMFRiVzRCVHRvNm1yNUpHbEtnU3MvaGhTWU13dXI2bTZCTlM1TjJNeCtEVzA3SStNRUZlNjV4TE1OMm1NNEFLRExRS2c0cHJFMEoxVEcrYWNmWER5VkE0Y1JUSnF0MkJBS2x4RWNkNWl6aHRxYXlqOGdqeUduQmhpS3Zkc0ZvbS9SMlBZZWhpRi9XdWFreTZJT3ZHSDFYNmZQencvRGEwV2VEVXUwcU1KRG9qOEFicE5kWmZRTEdzUFBBekxsc2wwbnd1SERyYW9kdFp1bm9ORm1wa0xmUWVsWmV4VGxDb0E0UTRkaUtYNWo5bnRRRUdLcHZ6MkkzOWJ3cyszOHBMK2JzRXhqUlIrVHlPWStnbnpHc0E4aHZMNjJvSlJKUU92UDZHclF5aWNlS21BSEFYNGRkbFBmYTVSVEdHaENybG1kSmpuK0JveEZVemh4cjRqV0tWellWTm9HV1B1eXRHWVhwUWpWTWJlUFlBeXdFZ2lLaHdsSVRSaTVsbmdsQVJFMkxTRGNCQlY1RGZxam53QzBVZFVpMEUwYjRDcUFUUkpLZDNjWE5hU0ZaYzB6NDFqZUVQUEUxSjZmUkRIL3kyaVBkL1Z3UVZNeVJkYjBqQzNVSHZIV09lU3l4eCs1b3lEc25FYlNNc0grVW9EMXoyUFpCcEJ0WTY2TWNLZmFYZ0hrUFJzS214MkFzcnJqQ1Y3OXc3azE2NmY0NlgvVWFHdnA3RHV4OG1peGdzVUN5MVhOYWluMTNFd3dWYVM2UDdmZ1lKamtZcVQ4b24vMVRlVW9DcVJzNDk2Z0RCdkpITktVQm1KeDVDS3NHN1h5bnV5Qk9XSUdlNzJlazlESTZLbUNpUGp3OE1iaGFwYVFRelliYXozK2NpcWxidTkrWC95T25DMDBBWldhTEVOVWR4RkgrRk5obmdmNGhYZitUTWFSMnBHTXZkM1NOa0dOQTluZHdGWmcva2UwZ0ZES1VwMzVJTWpjaUFjcGVoa0I1WVdKcndISWduRTNxdTljTU1ScFFXMnhrNUN3UlJLSEtyZDFLb1pya0taSGFIMGFlOTI1V0VJaGxSbytxdlRla1hEMkZEeko0c3dCVG9jekp3dXlwanFuM0FlZkJFK1J4S2IzY29XaXpvTnh6dU5VVzNaeG1hdTdRNHFnQkdsRk1JazU0WUZmUXkrYkpZVkFYVFVvd3R6QUJIRFVwNkRGRDRYSUhxUERKU2dRVFUzMi9BYTVyWnJNVHBocDBlRTVET3BwSW1vUHB5UVFvdlFmNjFIdjUvMGREcUVHWnVKUG4xN0w3Vzl3eisvTmEzU09ONXJIUDFkeThRY3g1UEY3TTliS3pLK0Vmb0NTMG9OZG1DNEY5OGYyR0JzYnNWVGZJMi9rWEFYdkpXLys1RXRhMGd5aXRMc05WRUpXYWR1QkpMWDZlZHBwTEppYnVHcERsZzY2dGp0eUsyVHhjbjdWcFJBcTV4TjlKMUdENk5uQ3h2RGg4WUpaWjJMVGpHNjVBSjlUUUZjY0htYXdIY1JmQTlLbUdabVRSa2t2a3lSSWJGNHpzK0lZV1FmaThQYVpDRk95V1dxbW9kdGlKWkpuZGhQaW5KdzRxL05yK3VoUWZQSEZwMFhSSVd2ODZ3OG1MRnZPbFZCcVczb0x3RGVlTGE0cXRzRWMyWFhKZWhXZTdGcWpjN0dyUlU0cDIzMy9WWHFQcG5hRGtYb0ZkMHJ6c2dvMkZhT0prenBVeXRSOFNvcEVMSmVQSWFJUlBQNmx3bUdBSnl5RVRrdWdzaFkrT3JPZTJBc3psOHNEejk3Y3ZFeFR2S25kazJraUZudmR3RStEREJHaWQ1WDhmVXNUM1R4YzBjdndnRHY3ekZ0ZkgzWTVmUVpFaDFUaVBka1hEd1JvU1dyY2YyTUo3N0VTQ2hxS1RWL0FQc1JLM3ZVaGRkZUp2Z3NqaGZ2Ynd2aFV0TGJNS1BxL3dVcEpJR0NlSGxtd2ltN2hFT3dTak9xMkk2T3FWMi9NNGZZbVZTNUpPaFhoSjlsZHRxR0hMcFpUMFF4ZmZ3bllxNkJoR2FjZFQ1VitDZUc4UUVkRElCOThNRTBnc1dodlRsOE1tVG1TK2VFWGRYTFUyZURCQ011WVZ5SHNaYlBRaVZnNFdDWVpCbFMvSzZuSE10QXlDS1lidW95VTh3QWpZNVFlZ0VmQldyQm5mdFowajRMU2lpOWZVZlIvZjJtSFArUzZKNkZkazl0SEd1NXFVSWNwbEFRUHhkOWd1KzRib3JSMzIrZzFkRWNLa3VkZzJEUnNMby9OS2NFV2V6K1pPSndCM1BXSmhJQ3FvY0JwOUF4c05BNWRISkU0ODdrTERSc1RMTlZzNCtoazJMM3UzWWFKUzhYamVsQ2pKbTZxdVpUOUFJS3loUGFIRFFwMndqTVN1L3ZUM1kvcTRhS2RaK1RyU280ak5jRUNWbytURlFOV0M3VmlCb2xlWTE2TkkxTGFkZEpISjY0MzJLZDNQZFB5Q3hyU1dMYlh6V3dnRWRRNGg5dVBkemdIU1IzT00yWE81MnR1ZXh6Rmk0S2lwbys1V1pxeHR6T3EwOVpGM1k4SVAveSthR3lSNlNlcWhBNFkvbVV4bjg5ckJDU05FeTJ6U21hVnNPdjdMV0dTRnU0bVB4YUh0dmJxRUsyWGtQM3BzcytPNjBXS21qbXlKdDFtZ2tOSGZWcCtqMjFNNWFvK21GYzJWUFBCRExLVlNhZWhMZkZPVHhzaUlRMmhlK2tOcnkzVkh0R3dxaTJ3SllCazlNc0g4cFVQNlQ3UHQveDIyalVQT3Q5UTdBNmVhWG5EQ0JFWklUdVJsUUcyRGVmSFFmMXYzekFkeDluS2RXS0x1VU9OckZsa2J4VWdHU1JaSVo3SVYzVXdSUVB6U242bHZ4djVaZ3ZsVy9lNlcvTW5ZRnZqMUJ1Q0hCSnV3ZUZicVZ2Rld5NFRmMTFTT1JMUmlkODhCVVh4L1NPOXVGSktMdmhjbncwVzJLRUNGQU5hTFRvTjVPK01rWlNPY0l2ZVBIYitsSk1QenloMm9HSGIvMlpSeXIydll3eVdKTjY2bFFmVlJXS2Z6R1pyWFd0bFdlMzdTQndxTVlhemZtdVdaNUd0bHFFb2w5UmVURUVUT2lMdlNjUy9EdVd3KzYzdFpKNlovQS8rRlAxMEhaL3FNRE1Cc25leVlmcXR0ZzV5TkZFbEluc3dwMkN4aFcwbkJQTG9DTXJ4WVZqWkhVMXUreFk3Uzh6M1pWYkM1Y0hGeWgxZVk1elN4ZjBGZUptMEdVMFdveSs1RlByajgzNU5EMzMwSnV0Q2svN3dBc1d6aWJNT2dJMVEyQWpKZnRFMy9UbTlaRksyZXFITzhXWmQrYlByaWxObmo1SEpaVk9qSEJya0Jkb1dCRER6UkIzb2VDQnJvMm04TGViRmhuNE1IRWszOEVOQjVWeFcyR0tCTkp0bkMwdWg0NzBRcm1kUEFpemxHS2xmUmttdDdwSWMxaDZiR1NyK0FqcDltOEVKd3RuL0o3QWZ0d1U1dEZoZzVjRjNXUnp4ZjAvNjNoYTVEeGllTndscEFRc01kNExFbDllcFVuclUvWExFdWd3Y1JOYTA3OTB4NmdLcWhPRXVmU3ZDQUV0M1hrTksrY2pNSDBtUkJRY1lGczN3V1hWa3U4VUMvd1dOeXpsTjdPYitXVXFsUkduRFlXSWJyczBXVUYyZVdVV0JROEk2QkVDM3JKakNWT2VQU2puSC9tejRZck82TWJ5Z0xLUzRSdnJUN0RZR2IwS2tWYUtKRU4xZzhtU0VrRi9WR1gwaStNQVRMMzZSekN1UzAvcmVSRTNHaUlGb1dTUFBoVEtFK0hNalFpSENMNXN5UDE0VlkrcVU0YW9Sb1k2aTk3VXpyaitXQVpNY2pNUTVsODV2Zk9DYkpmYXF3ZzljTUtOdVBpcGkrcFpPWEhKZm1FMUw0SjVMTnJGYk53Z3YxUi8zUWNqZXAyc09zc2xZSlJsVHIvZWl2WUM4bnVPUUMxOXpXK2M2NTM4K3RZRmdiYkt6dWs3ODhmbXQ2K2J3cmQydHR6NGhtRDdpRVFreUJROGZXaTQ1R1ZnMlE3STJOelIrUHdlZGNlbTVRcTB5ajNLY1FUYWxrMGxkZ0tlQWlxK2RBcTR3MWVPczhrMzM3T3ZSZVRIblNzQVJnRGwweU1tVG9zU0xESE5Oc0R4U1J1bzArd1Nyckg2MTBWVGxQNFdMdWJkZHE5U0N0Mm5nR3RlNjRDbHBHbURtdVNyazc3aUZRV0IxWlg5WEJCRUFTc3JIMTRXVCtCaCttVUdERnZBand5WUJGNS91eUpxcWJFZkZKQ1N4Tnhnd29BZ1huSHNjd2N4TXhVYjQvZU1vaGFGc20xL0MzYit0ZzZYNnNMVXNDdkFkR0RrSDVMV2xjTkpDYWhMTk93OGQwVEJiZHpoU3Mwdmtvd2lncGFINExhN21kYlRna1JKMGVJTnVJUFR5SmZEQTRzcFJwT0QyUVAyWVNKcEF3dFcwUnUwMEEyVnRZQVBhK0xyN2paMVl2cjNKTFhlU2FjTDRXWkpUSnlkbWN5VTJ6YXVpdU9yYVNoemRtbUt3MnVFU0I5bzVFVlU4NHBReXlsTEk1WXA0aG90R0lVTnVnc3RQWGdpeVQySThuaVpCdVUxSGRZN0JzWTR4NFN1ai9DSGxreW4zMWZHUHZEdEgyUmJZRlJSYzNieTBDd2FpbkFVTitlaXNUWkJ5Rm1SRjFEa0plbkR3Smdkd2ljcUw4WWpkbHg3eDA0OWM1UUpMMlBrcEpiOWluQzB5RWZDdkIvZUdGUDV6MUI2SWlSSWNOUHRCalU4N0JieHpZQzIwU0lBbkxreU8waXRXMkllSEVjQjV2S2RTOXUyZ0VmcjZQNHdWRDU0WDhuU2tXeEdOZG80b0JHbE9lQVpOVUpLWGJkSlBxa21BZGVDaDFCZzE4bi8wbDhjS0ZwMmw3TDM5TjVRbytSbkRpVm01K1hNUTBaRURxK2JpLzBycmtnRU41QzJraW5Samc0Y0x5OXhkYjRLVkowVVlGY0pwY2p1aUtWTklZWnlETXdFVndSVGFDZG5CRHBlcjRoaEV1ZlZGcUlidE5vOXpZbFRVMVVtY0JNOHhGSUEzU1Z1a0tsNk8ySkV2SktVeDBTMW5Gamh2OGQyVmZLNDNUaG1FNkdsOTRBQkJvKzdaZGxqcGloNnM0aDFrbnVFTkxrTENQRW5tbmVENXY2aGVUMFNuK1RLRTFXVVJaNXhsRmpoRkEvY2J4NTVXVUw3bHZ0ZitJOFdKMUlUYTMwRXFJbXpJaDlXQTZsN0VXYUFVRjEzVXhnV00wQUthV0Z0VGpDVUd2YkwvL0t3cDFBT2J0TUo3ODVLLzEvd1lxeUxBdWNqNkhZR3hmME5qNTZYeEwyVnkrSU1pNmpQbkVwYW10NTNhaXNYMmYya29rUmQwcFoya0pjbGozL3N5RjB1YVdxQkdFSDBZZmM2YXRrc1Y0WTF2UDlWbW9Ec3JDMnZuL3kyKzJOOG1Wa0hLSUsraW4rTTdXblZscU5ZMDFybGFkS3o0cWllbFNmMWlheHpSekFMK2Uvc0NCU1AyNzJrZU1jZlA3YkRyMU55dEJKL3RKNWg3UVBIY2ZkZUVRNjE3U2xybkgyVXZsTnQ4NHFOdnBIWkZuUGpGZlphVHJIa0wxY0xobGZINXdtZG4zY0ZLb1ZYaWhxcUJtZUx6OXhQNzVTU0dOVmxZRVk2RlZWcE5nd00rR0k0TzNEcmJyekZGV25TNlUzajI2SGxNK29ibG1ZeFpNUUhFS3ZzTUUycnhnVDBBcGJGV1gvZXNoNGt3ckE2clhaZTNaTHNJdjJ1VFNQa1l2TkRHb1FhUmQ2YzlEWVJnWVNCQ0sxTVhWUktLOWgwbmxLZzBxWFVzUmxVV3AzVGRkazlBVHVWSkgxcU1sTG1PWkRUcURtWEpuaHcyMWhXc1Z5REd3V3BRaHpCVWMxRlMrWE5ZRDlseDZXMVdXblVnUExMRlVTK1JzL25VODBQa2psMGFYQllJMExuenkxTUpJM3NtYWp1VFVYK0o5Z2ROc1BiZUZ2U1dacExFNVNvcklLN0lOYTNKRWxTcGtqYkNRU0tJYWovTXhFaUhrMVhrZTR5cTRBMFVHS0hOdzNHNWhuUVR5Rm5VcFRsanN4RzFlMWhkQXpaWGEwQTZrUjhNR3EraEcyWXZYa3hSb3VCR3VHQVlwTE9ldW92cFlPUVBxaEJGSWJJSk5BRCtDZE5FNndVdkZadXEyUndJL1E5QmZ4dkMwaDEvRFZBVmJKQkg1RE1Vek1Rc1p1VFZqa1NsTzdBNndjRHZJRnMwdmtKNUhrMXU3UURYZWpRS1krK05VWFlSYVRSSnR1Zzg4SHFnRmE4THYzVDBiQ3h2VzVONGJyRGQzeS9wa1lCcnRHbGhPSWFOUSt1dmFCekFuajlCSWJzM2xjQWNVcGh6NEdJa3JyUml5U2xqMVpqRC9rMWVERkF2anJyZ2hTK2NNU296dDdldkJxbWRQR2VaTGNOMFRCb3k4SXpXVDkyRkFwUXdjWlRsS1Zsam9SRUdhS2M2bldDK2ljVkxBci9ieXY5Mkd3TGpqN1J0UlplSmg3NFZpdzVPdWZKMnF4MFNpZmZKUEhPeTFhMDRrMTc0OHFHK3VjZ0JoV2FyMk1tV1ZHM3hGN2l2WFh3TXBXOWNJekxXYjJ2TXo2R204UHI2cnk1YXpuZGdGbzdNVDlIUFBJYk51Uk1UaENkM3ZEeWdVVHRzc0pSWU5scDJhMHdVdHpBalJlSUFRUDRnWEZKQzdJWlk2VDdjd2toWFZQU1IvV2d6V3ZRTzZKc21uQUplZFRqam05QVRsRldUQUFBUFJCbDRoTGlvcmdXOHFwbWxwRlU3aXBrV0ExV1E2c1p0RlBReHVPalg4YnhHbEJZMFJ0eUJtdmFkOHhLcjJCNUF1Rm5ZM1N1ai8xRU9SWHRMWVc5ZFpMZ3l3N0NPNnorcXVmcURZajhud2ZZSzFWUW5JUHNvdWtqSUtlWDcrNk5pcnVhaWs3d3ltU3hxem52eVRLLzRIeEQ5WCtxa0QyN3pXMEo1T0tFbkpkK29OQUtzbVZ4T0VweUxoYlZaK2NSNFJvS0pVN3N5d1VKMEx2T1h3NjJWN0ZRWHorbWFNcWU2SE42N3hqNFpkMXlteDI3bHRHQ2h6dlBzdWxSMUxKNjRTVnNBN3JlQ0NqdkIyNWxWTWdjbks4S1dCRnYrRXBsbW93WkUwL2sya2hjM1ZNWXQ1MlZKVU1vTEtRdHVTV0k5aWFnNGJMNklGd0djV1BwTlhBNGJOUXJPS0YvbDRraVhxS2ZBdFBtamQyTG5zcjlhMHpzK1RDZE0wbnBRaE1nMlZhcmNhVitYblppUkVqOEVMRzl6cGVOYWwxTVJ4aEczOTI2Y0kyVUE0N3JZQzB2OTNTNG9IaVh6MU0rNU1aeWMxUHc1dFJ0M0MydnFnN3RZUjVaRTRIZXhEWVAwWDBJVG91aUhEaXhIdzlJajVONjVhV0orQmdWdU5sUnMxVUYwQnBzYUhrZGlmUzd4U25FU0FFVkI0MldZTGVLd2Y2M1RJcm40SEUwN2lGWHZnV21iT1VRR3FPN2ZqWGcySWFWY2xoY2hTb09JWTdTMVFEb2srbXQ5UG4yMHVtODRxOGFxY0RQeVV1UFFVZmxlelBRN3IreDR0eWZxNzJpZ0toOE4yTWk1ZzFmWDJkVEJvK2s2Vm5ueUJkZDJ3WkJLd3hoNlladHV1Unh3TTgzVjF4Uy9oMFZQR3lpTXhpWDVvY0loVFNUbUxoeEMvUmpKbDhIUDNGNFVBdnFLYklESHNtbTBiVTZnYWVLWEEyYnk2elF0RVU4SnJDaW9WL1Z1VDNOaXBKc0NpaFFseG1vN2gyTUNVVlhucnowVWwxUGlSbUlvcU84MVRNSjhuSDJTYVNiY1Zja2psQmV0dFlWNzNNVU9IekhKb2VieUxBTkd2Qzl1L3RXOVBsZi9CMitZVWJ6WW1rM2xwVzBGMVArQ2Erd0IzN2p3ODhzSWVCajhQRTdrcFRIa2NNRGEwbVFSOUlydHZLMEczYXJZRlk4NTRpZHdLL2FoYm9IRkp0UGZvcXNjd0FsNWgyN2xyMGdUNEFub1J6MXZ3Q0V2LzFXOHAxaXdCQnQ0dCs1ZnBPSzJ2VG1LbGEyUW9WdDdoRndHL2JkWGxtNnozeC9zT29XZTI1RHdlT2FlK1h1dHRhQmoxQWllbXFzRG9Meisyd1drNENKOFF5UzNJOWRJa2RCNC9saSt5cTFnM2VSbFBEdDRRdCtyRzVLSUdZb3V6dVFqSDBOSEN6V1hTWEk5b1JEeHI0UEUxSHRIMGVBd2RjbnM5cUVrNWVsNksrL1J5OGpzV2xQazZxcHE3Q0RZa09lU0JGeXVvTXdsWHdvcnVSM2dXTHpLTmZhV3pZNW4yRXBpWExwWHFvdlhiNG4vWUhZTTlCS21hWEtJNHUzQU9mQXRNbTFjRE9KZk9mL3BKZ0w3S2c2aXNGZWtjTzA1Y3Exa0o4Y1hPc1p5MnptaU9YQ2ZycS9ZdkkxeUFQTkVEVE5DTHZpNThKNlQxTXVmc1FTRVlaVVh2NisxQUFLYk1RLzVaK2tiU0x5azFwb0JMS0VWYlJzZm81WllaS2ZOcGZiUWgvYUNic0JJMUdFbURBNjAydHE5QVB5SEpqTC95c1dteUhrelNvVFV3VFU2QlREWlhPZmJReG41QXZORCtMeVZ4M1lvK0E=', '572626051_18025577048753450_1483662040320011116_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-12-01', 'image/webp'),
(248, '2025-11-04 06:18:53', '18190277569330619', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5D+Pr0OaQTeSjSGq21r0flM2ampZK0JGUGVtOGJHMzdxalAxOFhFcnovWnROY0diSzJyUlhFNkFTUWZHZTJyQjZUdjVFSVlYWTMxL0pYZmhtQlVqTGFaSGJKdmhPdmlseVlvTnZ5cTY0WUtMVmZBa1QrQzA1ZTFyWTdEcGFRaE1ZcGRxajlMUnFDd2FpZG0rOVZTYytBVEhWYzM0K1J4bmxkVEFacnF4cFhGZEQ0eXJnNGlsTTd5bGRFK0ROV3ZDRDdEdTBPWmpkaDRVVlQ3RjJYVW95QW83UWttbGM0eTk0dDI1Z2dKSHdQRHM4RE1sRlNKQWN1NzJFYUlpVlBUVmhIN3lyaWFRd1hkd2Y3a01WaWpyTjNvZm5XV2NoUUJaSGxoeS9MS04xTlhSR0lxeUFFRUhwWUhlSk9TV0N3MHdGS2xMck52SzRTbmtjQkMxOHpnMGkvNk5kNC9BQ3VHOW1tS1ZjeDFBeSswRGo3aXZkWU9ac3hQV0czK3ZuMFNrTWZXR05XK1EvaHhvUUkzSWhVY1l0OXpsaGp3NWNTdDE1VmRwblBETHN6dUQ3SHVmQ2MvZ0xibXlqUGRuM0ozbWRPcm1XZG1oWlBheFRkYUJ2QkIwNjJHbHdTQm1BNzJFa3A0M1g1SlExdDJnRHdLVnZ0YzJMMG96NnJyZWdGMkhHTWQ5QkJXSzcxalVPTjl2eUpBaG5KdXNZSnV2enhCUHlLMHUzbGRxUndtTG4zeGRhTXhnU05QalJueCttVE92eTRtZkNDQ1kzQzE5M3ZpY3l4QjlrSTgzNUZ5U2hMdUZVRWNrb0JMdmQ3R082UW52ZVJ3dld4dnU0eWREYWY4TzVGdlpHTjB1QlkrdlpRYnByemJYamd5c2V2cUZGcWVORWYyVzZuTHJQenNUcTBEOUtmNC9jYjJoTE9Nc1J2SWtpZEk0WU5hVHlKaEkya1BhNTdJUnVrdUgvS2dLbW9wc0xFNzZGR2Z5WE9RYkpibmJzMko2MEtGREh0KzhMcTJhbHc4YUxyNVpYSHBDMVNJN0Z6Q2dwaFZXMkEwNGVwVnRkWUtrY1I1QVF4Z1pyS21OTWVsWDB6U1RHUTZ3L1BwS1lwdUh4cTF2QlNsZlR3KzFyZDZWM21EclRJOGhIYnAraTBxcWNZRnpkd1QwUlh0V1R0N3IyZ280WmsvbGxNWU9YUlppRU9BMHVtVlZ3VFpuSXdPQkdacFlEK0hUQU9uUGNvMytxbUNHUEg5VHMyODdvL1ErYzZTQjVBYkpSUGUvSXdKbElOYzdYdzV5MDRGVG9sSkVwL3daK1J6YVRCelE3bHZPdTV6aXZ4TU0zV3dnMzg4ZTJTTWtTVnBCNHhmQTZtOHpHVzZEcEROQm52eThCT0djUnhUa1owWm8ySGtZazBTYUZMb1B5aGdnRjdxRkVoWWNTSFh1VjlmeHFleHJ3TjBzRzdFV1pNMld6Nk9MdFlEV2pwejVMNVUwa0lMOUFQS3ZrZ2hhRnhZTWxvQ1ltOUdNSlZMd0VYYU1ob0YzcWFkQm82V08rOVZNTDFxYVA2aW1GRXZwVUlMbVZtM2MwSHpoS0IxeGxPVFRwT3FNbEZONkh3akEzWFBGcHRBODN5eXB6QXNBL0kySXV3YkZabHEyUmNmNU5ZNE5uNDF4aXFlTFBaVHB5ckdiTWZDSkRKS2l4cVZ2RkF4bThaR0cwNjVpbXd1R0k3a0Z0bjQ4aUxOZER1ZE9hOStKQzd6M0lzQ3ovcWRKb2xZREx1d29vVU10TGxtM0lkOEdWSGxxdnBYMjhuYTQycHJQRnRyT3k5Q1dHbk1mOHljNnl5SEFRSzlkbkZSejJQbzZPbHl0RUgvTE5pazlYSncwMEdUMFpBZVBGYmp0eUVQbGQxSWhuRzlLdnhFVFF1VENHVWNQL3UwbWhMQzNhNGFIMXJ3UDh3T2VTaDRpci9CeWFDUUZxTlIyb3cxLzZzbnFEeW5pN09DdnpOTmdxdFRKOWpJVENTTVRKbkVYMVdhOHFGeGFOdWd4WmRXdXI0Yzc4OVZKQWFHL1VVM3k2YXFMdUZ1MzlOTWhhUk5Nc0xEOE5XSEd2YnEweHovdmltOXBUcUtLUk85U3huWC9hbWlxRU1naldQenk4L2NzdC9ydXBKOVB6RE9hU0NRY0pTRFZOanZvamRtWmhvTHpmMGhTcStjSUF0TkdBQUJ6WDFkS3FnYzN4QTQxemovTTN2eEVmSHBGbi8zalJpeHQ0c3N0THR0Q1Z0UmZ0VVpaUWI4K2tEWUlEVjlOSFJtY2hPRzdqM0xNd2xzTEwwSFlPeVJFYUF3VnE4MTVJbEFXdDVWaC9nRUs1VldDY2cwNGhBenpidXl3aUVIWW1pMG5oMUMxMlRFTXd3MzhnbDl2aVZGQVN3bXhVTDd6akliaGZtT0FQZjdzWVN2UXI2Zm02M3YxL0NzNHArcVV5c1JJL3RvRU96TkQrb1p4WkdhUXVzM2JuSGdvazBOenR2Q1hSNWNnTnlhejhMalpMcWFSWU4yL1J6RW9zbTlwNEpZNnBZd1lIait2bTdZWGFMTXpoV2xNYzNaejhkRXNqYVR2K2kwTHFVZ0ZyNGo5YjR3K0lFODh0MWp6bHRxVmRRVE80M3RwTEkrZzc4eGk5MUtXWXk5bzI5NWhNNjlOcXVaVzhhSFdhTFZTekRQbmhaNkR2ZUxZTm8rdEJmK3BTZmsvaG1OcStFbGp1RWN5cVhadkw0V256cG1pQzVjVGZkWXVSRFNqTFNxU3hyREdMYzZkSjZabHhEZTEvL20zRXNvcG9KL1BnZUVzejF0Tm9vTGVMU3Q5bzBnalRSaVBmUjZtWU81aDVPRnhZeWJXbllxOFk2MWhzK0d3TkZzVHcxTTJNeXFyM3p0T01uUmcwWTdSanZJNHhjZ3YwMzB5SndTbUtrZnhSSi9KeDE3YzlQVmJpb3g0UVcvUm9XTm1aY0syT0NiWmdoUnN3MnRiUXRaYmJMTThoZ2dVTFFZelBsYnNZY0kycXdTN1dObWFIbEgzajJTMlJnUjR0R2t1NWFjOVFkVnRsN1BDcUI5SlpCaitVS1k4TlVDU1dqMCtuNEIzR00zaUlkMlhEMTRyRmtJbU9WN1Q0RlNvVnl1eFNjTnQvL1FMNEFTSXoxays5eVdKNmt4Tzh1VUdKTnphdS9Eamx2Y0diU0svalFuMFluYjNGQlJLaUpLYmg3TkxtMy9PQ254ZGppemFEd2FtQmQ5OEdIbk1GMXlvSFM0NW94STVxbTNsSVhDelBlRnlNV3RPZjIwTGRCUFRJVk9oa01Pei80Mndva2dqUjNna0M5QzZua2R4VWZQcG5ha3dDai9ISkV4RWFUYzJHWnhQZDVRZUFNZnFYd1pDM1NpRGVMLzRSd1pVdzI2bGw2d0Q3dHNqMXFqdktiRHJGSStyZ0dINkwyREhOTURSRWp2UzV4TVBwbDVBRXIrNGwwT0lncmRtd0JraXkwZ2RhQmpRVDRLZ2E4QnVHY3YrcG92RDRqNlN3ZmpGUWtOSE1YYkJVQjFQRVlSQytac2JjeUo5cndDRUczZld0Um1SV2pmbUc1VGdyckw2VTcwSEpNN0YvblhjVzV6N2wwWi91U0xicGZUS2FiWklMOXc4Vis4QlY2RkRJaW1mVCtLN0dqOGU5WElWRWRNRUlwbWs4MmhHWTZGRVZ4enpFckVCWFpPRXNkOStzR3V6bzcwRnBZT2FuZnV5b0dWWTRvVFZieFFyRkpoWUMyTXA0RXl2RHV3YVY0NnJNWXo2NWNsZ0FPZTJVbmZMK3FHTkNYQ1FHSllYS3NaZlY3UDRiL3k3RG5ucWN3T3ZnWmkvUTY3TXEyb3YxdVJ4cWM5empXM0xBaStWeHdnUUJGamFQTXcwK3NKb3VXQVFYQ3J6ODJFWlZhRStLMGxsdnA1Tm1sWDd3T1R1N3FYYlNHYmFvV09ML2krL2lXWjhwblhuemNyVWpjM0R5OXdMdC8xZ1N3a0YyMFZjV1ZYTjc5OGo=', '572501157_2266706097135919_103163363849141139_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-02-04', 'image/webp'),
(249, '2025-11-11 06:18:53', '17981567186920579', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'B4dRSjgXGBWjk46M7P3DsVFPZnJxSXVoQlY3dXZhR1lJMW1HUk1YTlVFRTh3elU3TEFXQ0dzbmdLTjFEMUp0d21wWVhTNnB2M0hJSlFrMVFuaDM5cWw5N2lDamh4R04rTFpmbTJlZFZHV2JJb2orbStpTVFsQ3ZWbm1mYVF1L01xdGN6dXM1TEtRazMyK0s5eVBHMEZoeS9jcjhWWW9VUTU2Nm1WNDFkVXBseXZiem9ZeEZ2WUxSYStXeTNYcnBVNVhjNE13T21UQnNacjZwY29xUUp4UE1tNlNXS3hUMG85cXBFNXR5dVFvS3VrNE5IUjU4R0puckMyQ2pRcXRLQTNXajkzYjU0WEUvZXVINEsvdWo4ZXpvTDlvSDc2WHFjdU54UGNoeGc0RDBCdUYwYkRqMXRhSlExVjJBalJOWnhuelI1WktZZFZVWVd5M29VOUErUUJURld6eWhjQ1ZSK3BHTGRZRGhNd2hVMm02Uy9OaXROalIrMGlCWWtRNzJyTFduc2J4NE9HMnBmT3BaMmhNUTlkeFMxKzN1dTlZMGJTWFFtMlluN2ZxaDY5cFcwN2xOZHZRYmR2RzhHWXh1eGFFMUo5a3VKdGEvaUw4eWwzRHVaMEo4bnU1dTNuSFlsQWhqTmZyR2lpU2Fxd2NFOUdYRFZQUnZkOTVKMDFEMzdualcyL1JuM2lkdzUyUjlzS3U1ZU5sbzd2OFdFS01HODhHWSt4KzE5ZlpOR2FrckVBSGRra3VreTg1eDZhWmNMM3JNcTJGY2NGZnhlT2ZnTWNiMkJ4bTg3d0JiYnIrYlFnRUJiWGNFOGVsS1dQdnZ4WHR2K0NKalk3VENnaEoxVVl2MXJKNzBOSTk5MXlvb3RMZEE2UWlEenlaNjQzVm04QjNDS082QTNpQ1VpSy96ZzBBWFdpRDNRZUFNQ0RaRXdad0QzMWI3dy9HWXVrMkNoY3BtUkdDTTBSVnRyYmtMTXFDc3plODQ4bjgzTTJaaXAzS3F6dWpFWDMwSzBzcHg5NHBaY1dXaVZKOHpWOGFrSXB2ZDkybXVYVW9GY3BpeFluR1YzQlVaUVVWZysxdDBDZ2tlWk5Fb0NQd0RwTGVkdElnYW9NMGV0UFQ4ZVl4dHVRM0JWQjVTYWd6UE9OQWxhSVNyNUJVYzZTWEU1T2dlY1YvTjg2ZEVaaDRQYjk1MzVGQWpJbDFBMjRBQ0QyczNMUkpLVTdORVc0MWkzdnVDUlhmTFZmcmVIMjBsRzRjeGx1UU5SbTN3Z2hqQVNncDA2WUZVMjhxUzJkTEdNY0Y0Q2d0SXpVQm5jSm9uZU5rNUF5MitkZHFCMHpOS29sTGxCdWNGY3g4Q0lyTzh1TjM0RlgrRDZXNHg0ajV2VW5KRVgyUk5hZVgwRmNhM3NnY0ppV0Z2ak0rSGlLOHVBcG5EVmQxcFNKZEFXcEZxWE1haDB5dThXZHNwVzBYTjVCRFFrM3VNdmhjenJHMk81dFFVNUNVWEFlWWVQV05xWGlIN1JYWEpjb3N1OTVOS2IyN3lla0g0cDMxbm5oNFVKWDJCUjIyVTdYa05wdkF2YVR3RVkrL2Fud2JlZHdiRWlPYmRKM3BUYThNd3VxZHU5THIwbzlXWm9XOUhzRndqMzhENUpkTjdFa21KdHI5dHk0eXpaRWd4cmtUeUFORExRZDNqaitqOWRmeDFCNCtkZ1BJaWU4ejFHcmJOYWNUckkxRDJjSCtlVzlMMzdRcUVSWExwV1p0UzhtL2xKM2pyWGNWeWMrdWRLS1I2dGsrdjlPYk9QaXRvY1NORmZPTzg1VHI3dEdzSldJR0d3c2pKV3R1Y0czZlYrU2g3NWZFczJXNWtkeHJ4amgyZHU0dDlVTURlYWk1bXh4dElEZ3VPL1ZzSXkzQTlpS0d3b01Kb0RTU2FQNE5tSEpVNkF0UUw5QkhOTGJnbWx4S1RTUDZtZ281WjFtOTIwM21QTTd6VkJDUUFSMUxjK1pyVkdqVmNaT0NLRW5vdUx1eHdUblRERCtLZW9Nd1h4TEpNRlp0L2lRUE9KN0lNNmxWSW5obWgrb2o5Sw==', '581401933_18026482886753450_8156965528319413922_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-02-04', 'image/webp'),
(250, '2025-11-11 18:19:49', '18137168758460406', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Q/wlJvXuGnq0RfMep7IKc005QjB0NDBXZGhUYTFvSllLaW1RNjVBcDVsU0FrOTBHejB0TGRSOTN0d3lvRzNyZkp1Um0yVkJLV1VhSTZCVUY1WVY3NXRWUDliSFFOODlEczh3NVM4dTdtYnloTjJ6R0dleWZYaE56cWx2aHZhczVhS2dEMFliQm1NUlVjM2JLT2hwM2V3OXpSQXRXbGxHWFlnUFY4NlQwQWdlWHNydG1XRjlXb2Ezb05nMUVoV0piaXhsTGJjSVdEbUxCd0lDZ1JhVkdxdWhWS2hFSjcrS3l3ZTBKTlNlbm1LMkRsNUgvdzJVRHNlU2NEZjcrcUhRakQxUGQwMEVWWmJiY1FiT2NrTm9QKzRkV0xqRVNGNlNLdm1Pdk5FNnVMOVpQUEZNbHZjdFJlbmsrRlRPTmNPREM5cmRnczF2WVJSbXI5a1F0ejdLL0tYZnBMdkJTM2VXa2wrZ1RuSWlTOXhYcEttdktkcnBJc2pIUzZoelBSa21hV2JHd0NRc2UyWitjWHB6aWwzK2VXUjZMUDRUSFBEc2o4aTc5bE8yelIvV0I3SVZpc3I3WGUzNG5UcG9ORnhmZDZieEZsTDlUZ2VpWXBxNHJpZjkvazRoOG1aamU3YjRMTXFUclJ5SGs0dW40czdMbnc3NENCQVhQSzR2OS9hMzFqNEdURlFTbEg5R0tsSFRJOVBDdy9zaDVMckVzRGJ4b2xRelNnY29xNHhKK2FDZjdmZU9SNzROdWxKa1FFa1o3cUk1RW9CMkxkQ2t2ZG92aGgyUjV5N0tWVTd1RVl3cVE2d05MNlh6aVNBNUVjRFgvTVJWdGFsOWRmcXZmZVJ2S0hDa3I0MUZyTWV6NWdsZFE0UW9KdGpycVExaFg1WmdmN0syeDAvSUN4ZDYyMCtybGxCMHV2UzI5ei9HLzdFQ1l2OGtwcG9QR2xnbGpnaDE2OVRXVDg0dDd3dUN4Q21ZUmh0ZmRzTkJFUmNzTDUwVnpVTEcvb1N1ZUtheHo5RmVobDFKSzNpQnMzZkpRVGdwV3RGY3VRNlRQNzJhWkxUSGwydjVFbXFLMHNDaWFHTUxXcWRLT2hsVWhhVlV3SnA1V2FFQnl0WUtRK2puY09uZFNteEZuVDNVTXdCWXQxMzRuVUlEZU0rZDVzN29MMXljckR3d09SZ04xSElBTjlnMmd0YTltOG9ISmREQ0R6S2ZlR0ppdE82NlA0c2lmQjMwVkpQSHcrOFkwMFMrTWxFd3dvTEtUL05xUGJzUkhmamJGcXg5ZTdLL0lXb1BrVktkOXk4ajZVNmwrMmVlcmF6OWl6Umc2eXZNaFVaZnBRY2s0NW8rUTFVaVczYXZjR2dXZWFIdk45WVZvS3ZwTllTMUlUbGFQZ280aUhhb2ZrUjQ5dXhYcXlmbVladTYvb2JDQ0NsYWRFRWJpbFJsZkdZWndvMFNidHJxeGsrdi9PVkdyRUlaQjh2ZDZvR0d3d0Q2NnExMXhwNmNpZE5OcEVEOGtWdVEva2ZKa1RkZHZVRGs5RDNGa3Fiak9EOHpJVHdPTEkxMVRMRTV0T2hUVTk3SGRJWXlDWTRydEVSTlE5aUJsT21iUnNrSWhRNmd0eTR1eUV1Uy80clZMMWJIMldyYnVCN0IvY1lZYm1jM3hYOFRGNGFxM1Q0ZXZsem1rNTF6Q3dXZTVXOXpPUzZ6QWVqMDIxQnpQeEZDWEdwZXNoUUUybFRlRmxFcUV0WEdDVmh2M0hJRHlGTVZlaWczVnQ1TDU5cmpaYlc1RzFqUFc1L2Z6dHcxSUFycHVsU3czcEJRdGpQRnlEOGQ2cTlFT2tmbEtvWnBDY0phVlJqS3ZWYVd4THNJYmhscitHVGE2aTBteDRWSk5HalVmVzg0OFJYYTRsTWNLVmUyTTFNRXdJYXB0K1lHbXZKRmtsczdrVHNTc2Y4WXZUQWtNRW9pV1NHSXBrdkllTC9SaHhzcEg1ZzdvdTdqZ2RHVHd6SjNNd1BRRDRhdHJXY1J3WWtoTXhIMU5NdjhyY04wNHR4eUE5cm9iczdMd25BS1lGcjR5c3FGdTloMXlhQWdvUkk1Z0tzZnovWWtwa2ozRXJNV1YxQ1JSNys2aVhHZ1dhVndMTWRVeCs5ZUd6ekJMRHZuWGJ5L2N5Ky81RTFRa2hHSXgxbGVDS1lQZDBQRlhJb1hwcXJTdEhYRnhPSjFwR3lFNW45VnJ5M1JiRXU3b1FXNW90QkJXL1pjYjNtRXFBZEZpa3hnbWxIajluMEZpdU5mVGdtdXZxdmdjWW9sOFdVRGltVU5jYmNvdFRzM2lwSkJ5ZVYvMVkrQ1JuYVhxeGx2NGdCV2ZjNThWT2xpb0VpWk1taEJ1NXdqYTRYU0VFdS9xT3ZndUJ1OXQ=', '576458328_18026552924753450_8414749517896641111_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-12-17', 'image/webp'),
(251, '2025-11-14 18:19:10', '18101391562672343', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'TGpjrCizU6UlWVDmrocd20ExZkRmSUF2WDFqZkJQYytEeHNjMlkzZjQ1eTlyaGdFTTkySVpmRGg2dnJlYjhUUW8rVnhoTW0rVVNjWm9xS3Rid3JSN0tBQWlzUkoyRldGd3hmL1Zkc1pLZG9UVG9La1pIWFE0S252RDIzcGczNitXNkZ3ZmZyZkh1ajZoZDVNa0dUbE9VaGFzR1ZGa0hyWk1qd1M2Zis4YVZoazBuQU9veG1XTHlxbkpkTnc4WUNnZEYwempVWmtJV1V6Z1BvNEFyN0syRG5XMUJmTEprcjVwN2ZIbG5MRW85VnAxYWdVaTV6NnhTTGc3U0FJMVNrcTdveVpSZ0hoYjB0eWZ1WE12UWlveUZOOGRFd0hrY0pXQ082OWJQc09hV2dIcHJPSldVTWlTR2QyWG1jSHdIL0xCUWFsSURFRHdIRjZVSVNPRE5Od0dPWGZBM29ua1dlbWd6eUxyQ1NoWW92RmZKaWp4Y1V6Yjk0cEw5elpPSk1yVjdtNUoxc0JIeUh6akdxWUNRSkJBbFdWUjlEa3cyT0xqRVI5M3pRek9KM0hWTDBLZ2VHTTFFWVV4MmF4TmdXSFNsaHpjbGdtUFdEZ3lnZ2NvM2J1Z2NCR0gzNDBXUFE3TzBZTGVXU1gzcEw0cEV3SkRCSEkyM0tRY3J3OUpEdmhqN2M0SXVlaDB1KzNvalMwUmlIMW5uMGY5Z1JNSDRyQUl1dWF6RWNza241aTBXMlBUejNKbmQ0SkpIbUIrakREY0lVaHNESVI5WUtkQmsvNFRwZE51ZjFGbFowc1pweVE2a2Jjc0dPRHRacFoyd29lRUd0ZS9SZjFRTko0SmQ0aHRJWitMRTdRNWtyeHJvUldZcng3aGp4Qkp2ZHR4a0lFUHVhVWNvTUFNbS9tdFV5T2cvSEZ6MmtWUlFCQ0NHUEV0TmZvQWh4K3FnTkF6YzN2WTEyWGhmb25Nd3I0Q3RwRC9RYXk1RU9tWkZPR2pQTkc5N2E0RS9BMnA5VkdWSnAwWFZjbEhOc1lBZ0ljY2U4RjVvbDVudWNHamZXZElmY2l1U05Ia21qV0JLaWdpcitTTkg2UnBSVkZjOE9iYnh5NlpzK3R4WHZmcTBIZGlvdXh2VmZROTZXeG42OWhGSWt0cm5UUDRwRkNiU2pRNmF1aVNOT0FCVG5PZWlnSFFka2E0QzM3bXlBTTh0cVdKR01RTlpFcXk3clFmMk5rQ29mdW1MNHVyQ01ZWXdwcytxTCtmT3hUTnQrOGJDNHF1aytvSFgwbzRTemRoK0ZKVnZtWEVhZjFVUDY3N041dnlpaVZDMU0vVHdyVzZtTFZ1OTR6VUhoRVJ2UGZhdzVSVm5pNjM4MlRLalpsaFora1Y0ME5FWmRtWnFFL2tQdU91REhYWE5IMWhkR1VqS0puRWRNRDRwZHZnYWloMVdpS21wbXVxdHdoK0xrZUVFbnp5bjRJT3lSbkhuR2Z1c2xBOWdjS1dEV3ZKV0FwQ1A5QkVMWXczNUNoa1ptb1RWM1VxSk12ZGlRTmhISjJWa1ZEekN3T0ZsZmZHdFQ3WEQxYWJWM3NsckEzLzNTR3RFOUNwV1VSdmI4ZU9VOWtLaGI4OWlkdkVveG1yNGlyTUhEOGNoelJzbDkwNEM0WTgyZDg0ekhsblFmUkZ5emg2cERRdFAyYW5GNiticmFzVDZUaVVTR0k2SU5oaXlxbmhRUUlFa3V1R1NQaFNsWXZMeS9aTmVVay9lZ1o5MjlzcUZKQnNpNi9McGF6SmlTTmF3WmhpbGErYy9SZjdObmpROFUwbWpRbktDQllDOWNSelV2Yk4rVnkrSHprWE1SMTBEOGVqQ2tDSE9XYkcwS2lXbUc1MmtPSnVkbnFJcXYwL0RUTWpZRk1iNDN3dU82VXNFNHFQckZFQWZoczlRTkw1N085bFovMUJYUDhEYkVrd1gySXNIOThVbGg0M29XZEI4L0hEc0pQdko1a3lGeWdZSy9iK3dTbUZ2TXF0TUZKREh4ckRyTUJ1UE5wbUhOTUFaaE51K2E0RzkvbnBFWjd0bnR1TFl3QjJJNnBEL2pReHlONkpEaHNscjUvbEwzcHRWeHY0RkFiUzFxTHcwNkxmOTMwWDZoRFpkejlwNFFPOVRlUVpZeEdHUmsweHdOaEIwR2VXR2ozSlVLT0Z2cjdORFNHSC9XVjRrTzB1cUd6RVdDNmFLUXVsaVRWZm5uVnJKb0p4Y09DcUQ2WENHN0VCL3YzV09FTmRQaWZIME5QM0I4YlZhYncwbjhyNTY5OEczeHh2dDA3eStUUXVUQlRTeW1UT1JPeENFcnJVN2tKQ1dPZWk4WmlLSVpYYitJMGd2ZlVTR2F4R2tvU0h5alBZaSsrQVpUakdsNkFhQ2lqT0ZvaUJXYUR0am1GcVQ4TlU2TVRFU0JwaHZRaUU4ZmpiZENtcXpUeXlXRUlVQUZaVHd0V3EzekVuUHl2Y0ROYmN4a2o1aEF3ZUhWa0tEd0k2NkYyZjRMT0ZIcmFuZW1aRUsrbEtvcHJzTnh4d1BxeUFFelJuMHpXeHd2cDdjeHRXY3UzZnE2QVFsYmprLzJaV0xjbXJ0cFdoYzY5S2hqaVR6bUVpOUNSaThiS2NpeWhCMlhIbzZLQUN4bWlTT05sZlJaS0JOVEJteEdZSnZkVXAvUzBQclhXUmFCUmtDMTRQcnB1U3A3RHZxdkhqVGNIa0dHOS9FVFhINGVCQjBYbHpNandMOElpcnUwd1FjSng2QTFkMWxnS09IMEtBNmVEUFZRd0k5TUNtZFVaUUNIVDN5Q0NmdTFuREEycVBVcENTcFN0U3diNGlDOW5SaU9KZ000QUhrbVJwdUVyQkJZQWNNb2NIcVh3M1hOWWdER0lPVUNkRzI3Ny9iaWVjaFFKZlVDN1VFL0FIZlhrQjJjTEhiOFNjamM5c0lMSVA2c2RLMHBMTFowVi8yY0Y0dGc0RWhxSGRiQUNwbUxmQzVXTlFQNnl3dlY0L0Y5TU9oTVZqVG91WCtrVHZBOTEwbjNZT1g4aWtTUkJFQXRtOHlIT0RQeDhXbGx3R2xWN1B3a012d2FRU0l3UXhReXRjbGU2T29lRVRoZEpUYmpycmZ2aE5zTmVkUHZQS294UFFuWlcrOWdDZHU1OWVaVXNMZUUzM21aSXR2L0ZySE5TV0tBN0cvTXBYWHZNaEZHQVpPRWdUalFaM3VDUmJ3dzJpcGZyeWlNOVYyUE5XTUlaRDd3NzRmeDdtSnlxWVo3c0lTcFhHZWlLREdMK0FieFBDM0JPamJBczhGTGZ6dUZWemgrNzUxVHVzQzJxSHkzcXl1MmJzQ1dCSjRzN0JSZmY1TlRQRVZyWnRjL0NvVTJ2bkl5bkg2dGE2bGQxRUNoaDlaaWFRMU5UWndhc210a2xGUS9NUGx0RjB4YnJtcHJLUmI2TTcyaTNlVjlYakx4OHM4ZFNzQzdJbHlJeFkwQ0loV3VqZSt0dlpUa09nMDRTenN4RU9UY0dFdHc5clVRK3BlSUZpR0hvM0pzWFFmNEQrckRsaDNTcUwyeEFZRmZWU3VsVGlIa0tlZ0xHY1lZZ0NWc1RHZWROY2xMSHNUUGRrajk4S0RwVER2aFhhUVlYTEFmeXlFdzYrdFlhaUhGbTNOSnJZNE95VkFmL0xUWmlKVU50VVdQc3V5ZEE1NVhoOWpVanpRdWNEV1JoeWpCMW9heGhHYXA5OG5XSEU3d244WU9CcXJHckU5QXZoc3NhOHZ0am43RGorTEJsWVR2NmJGNTg4bkZCMURhTWFZUEFxTk9ESzhudUI4OGF0MExOV2VRY3lGZ0tYQjIwM002L0Nza2JwaklYOHY0QjdYZUNKSjV2ZnBRc3RrcURLZEtEY0xTQ3E5RnlCRXN1RjFyekQ1ZWZiNitoaDlRUStjc0hEeldmNjFWdHFWeStmeE03TXQrcHdTaHlhZS8vUFZIOEZiSGIwK3hnRE1kbER1T0U5c0kvYkRQdFByU2tsVzJ2WnQraUVCOTdkZ2pGdUQ0RGZhTlJORW5HVlRzTktnWDBGd0cvNVVJbkVrUnBRQ0Z1SlJWY2QwYkk1MFpPMWcxTWd0T3lEb2NyZG02clUzRi9Xa2N1UzlXbVJCeVM3dU4rZ3RRYWY1ZEgrVmYxbjc5Z1BUOFkwUlZkL003WWQ3cEU5WU9xZXFxZUFSWTNVT1RYOWxMb3dGNlR2UVlvdHgrbU1oMG5YVVFMOWpORWIvOVlWeExNR0p1VjlkMGhSWFlocGFkM2ZtR1RFYnJzcDd5bTcvY3pUME11d3k0enRNZlltNGYvV2wrWUtOMExmbmRQWGFsUFg2SDhjNTltdkdadlVPT1Z5SWkrS2xCYXlqZTVhTEJPbnRRcGZwVTU5K2o4R3RqekgzR3dTcEcycGYvWmJRcHFlVmNiTzhGOG5VRVFHK3RmVjVWMUZuNlMrL2JPTno1d1FobHYrakJyVFd3YWVYOGY1T2pkQ2JzKzFoRWZ2clJmYmF1MTRnVzdQSW1HTlJDUnJ0amZ1a01WKzhiQ25aL1V3allUMFhQa3dGZzVKQmJjd01NNCtzY2E5Y01qOUgrd2M0WkNzVUJiWVUyMnRSNGZyN1BOaStDVXgzM3loMXI3ay9rME9odVBHOUhBVisyTjhZSC9iZjVxQ0t0VE5uRGMrUU00Y1YvTlpudWY2KzkvcU5iYXRqdzk4UkRhaExVYTJFa0NNNDRUSHEwSUVxUWxRWDNndlQveFFrK2VFWkJYSHNSN3h4d09EZmhiNTZHTkxBdE9QLzlkVVQ1bFovVzlnM1BObEx6dFYzeGVsem9TQ2tUYnRoU1hScTQyUEcwbmlXZ0FEZXpDVDdvZ3hENWIvMTZmYWFjd2lQaDhwczhSY1VWZUt0eWduU3hEcGpjZGc0cnZiTGxuUGM2U0lySVFJY0FLV01tQlJKejZQWkJGRWNnMytWNXVYaFlOQkk5b1RScnFKbGNPRk1EQXFpZmF5dmd0N1RRcHFrZjN5SThTeXNZTXRVdk1OMngwWFJnVWlrL3J4V3RaTHB2eEQxSGlaUDA9', '583125342_18026829149753450_1467002952258682034_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-02-09', 'image/webp'),
(252, '2025-11-19 06:22:26', '18086746120806108', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'b8kcSgbHp9tKq87uQqYc2zhSVWswNGlaNWd6R1ZWOUNLQXFHZ2czaVI0VEl3d0FjQzEyQXRIbUtFeTNVKzB1cXRXbE1WRk85dEZvUUpKdE9TcmErTGF1em5tMktacmh4TXZwaFEweWNnWVJ5Tm9WbDdyeWEyY3BrNUwybkh3SjRlY1ZtZnZjd25kNHFCNmoyUXNJNzNJNmZWZjNSRXVUa0J2OEF2QXBFMmpaOE1HaTBJcWIxMWxQVll5cXo0UzhVWks4dGZjajVrUGgxUzJlc3hUVG9hbnQ4WUVzT0ljM2VqZTlJWGs3RlpzbGhtRTMrQ2h0Um04VEtWSTFUbXFYdXNyQ1piOGpsS1loRjJPczFIbnQ1VjExZjB6OG5TcE5WZGJ3UURsMlpuWmlsd3FpQm0yODd5Z1RsRGlZeGUwL1I2YkorUkVXTm1ITW1kTVdtTTdQQklKaS85SUsrZXYrMkdUQjBnNmFhSkZudUI2RTZwNzFudnlBTlRVVHdvdTNzMElWd09lb00zemZNUDlaUVp4YVVrdHhvN0s5RDNweFB1d01aUG1CQVFyLzBKdDFRQ0RPZVFtcDNFUm5hVk5mN3BMTFNld1lUcGFxTDczM05WeCt6Y3dlK0VRSE9pNVFOMUtzWGRacUQyTE9xRGJDbWhWUy96ZFBKZ1RSaVZEWDZXTURCNlJjVzNmNVM1eVZoOUt6bzFWMDZlWGwvWUd2M3JDUWFBUjJTLzNyNWkreEpMRXhIZitvRGxlQWpaTThPMzBVR1FiaEpCRzF1K05RaC83VmoyRkhQSkpSbVdoQndYdk9zMC9FbzFnb0x0dUJwbXRvSG9wMDAwdU8ybUNXSm15Mk9qZFRFU3QwalFPdnAvb2lMV0FiZ0xyTEpaNVk4bzZydXJPTWNlemx0cUM4WnpCMFVTMFcxbHBIVFdoZmxiVjQ0azRyRFl5U3FwTXVnbkc3dlN3TGtTYnlQcHNsTFVuY1oyckkrTVRZOWEyWUMwb2Flc1B2clJucHpTUzlpNEdRUGprS2x3cHdxR1Bqa0pmUGRVRzBXTE5JV3hsVjh0UDBoZ295WHVwakhZR0RvMzQ3azJnV1RWbTFzQitzVHJ5elF3ZmY4T0luQ1hpOG1iVTc1TmZxZURrUWtmZE9zcnRXeXFyajU5Y2tqcVI0SkF3djl6VFdjRjJOMUFZR21yUkhYMytEaUk2RlZvZVNSZ0ZObVMwNmxIeCs2UFVUWHI0NE1pNDRRSUcwUzBwSGVRMDBSUHdwUm85R05pWTQxZ1JldlBNZ0hzOU82Y3dXTlJOVXpCYm1iZ3pjOU5HZ0ZlNlFtbmhNcXM1S3ozUXdKV3VCQXVTb0dvMWJ1TVU1am9LYVMwdzJiSmxHMUx5T0pSb2lpL3E0QnhkRmhpYXd5R3J1VFZ5VUsyeEZmNU5nQnl4cmxhTFN2RFFRaTMzcFhjNFpPV1lySDRkdVFzV0RFc0dIL2lpaTJESDliaWxyS2kwTWZDTUs0SmlGM0dhdGc3ZXMvQjdLaVVhcHlVc2xWNHZKRk5ZMHVlb3ozVzZQMjJTYVFIRXZCVEc3MFhuWmVoRjg1QjRBUlNrdk8xKy9MZWI5bzkrVk9vVzBPNStLd2s4WnNYQkFaYnBkOUxpcVB6dEJLbVhwZDgyZHdURTJMZ3RaNzROVGNMdG5vKzdjWldOTEFsb2ZPRzl0WHJUa3dJam5CK1g0ZWlOMVNhTEM1Q045aERmZXJkcTZFS1ZwYWZubWJwOGtyNG13ZDg1YXdlbXErN0J5dkVKZCtPYk1ENlZ1WnpIRXhHRlRlVFNZVTk4VWt4SkJLb1QvV0hpL2ZNRGpJcURoUmtEcUM4aEszWHZaYlFjcHQvOEJRc204OENTSWlNZFNRa3NaZ2Z3U3o4NnllMEEvSHZVdStNd2c2bHluZlBDSWJVOFdFRk9MUC92K0ZqbDIyWGxIWTVCTEpoTFFwN0xHWDhNc1pXazArNzEyKzRoUkpSNmkvc3paNVd6RFBsaU9tS052RVdZcmZPSXNsU0NEeDA5ZFNxUW5SOXkxTWNFNk92OVk2cmgrOTZDdG9SRHBCcHA0MFcrUXY3cFEwcmxWQ0J3NnhheDljQUpSdEFDeHg1bGowQ3ZXQXdray9oZGRCTDRLTU9yTkxzZjMxS3NUVnNtQU5NRVV4cUIrNFpuaDJod0lKVjd2aFc0ZGQzaCtFOWYxTDd5d25Hd05iemJZNUJYTmZ1NGZibFloTUx6ZERlbXhpSUxjMWF2cGtKaTRCMW9uUFdmTVptdXBrRXd2VzFLeUNpaVk0d2pQbithYm1Bc01UaVFldkJvc0ZVNHNBYzNaL1FlQUlVcGxkTERCNFNLM2pmY1FrTDQzWVM1UFZkMWN6djBWQVRLN3NJM0lzTGxham5FczkvVHJnU2kyQkFhZ1ErQWFZOVQ0bDMyWTBVZCtWRFVwVmN4ZzJKc1gxcXhqZWZDVFRZeTZQbG00eGpaQkx4dVpySWhBM3dwVVEzTUpxSjJDRnlBbmdHa256a2pBcjdjRkZKa1FDblBzS3BpcTFCUER0bHRxS0RhQktpbG93Sk5qT3pIUlhmc3Nvd2VpS3lHRHZJb083aVd3cEc0Vzhpc0NLZ1U5N085VEZpZE5oQ0NjSGxVcWJDbDMxQW9XRmEvVk9IeFYvWFpSSmFkRVllTkl5QVl4NmFORGtZTTJtSUdURzZ5NzJxQVhITkQrSUV5bitlQW1OVDNaYVdKaGJqenlRcHNBZmo3amlHR29zNjRGa1pWR0E2MyszYi9zZ2JFSXdEZDhvRXFzR2poWENNWmNSeVRhZHhndGoyM0UrVGZMa2h6RFVlZ3RjZWRaMm9zYy84QXpoaEVIQTc3MkZxeEN6bjl6RlpzTlc4V2J4VmJtelIvRXNhMlFGbW9OSEpZWWRONnJx', '583770190_18027246968753450_2013916260367692144_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-02-13', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(253, '2025-11-22 18:19:55', '17848694487600080', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'OvW7XpoK+snbBJY4AaJLO3pUdU1lWXFxZGlyeFF0djdZUHVDMXI3dFlOQUNzeSs1NWZldTlkYS82U1hmWk94VW9RTXgwdDZPRTFFdmJPZW82VUtMUkZrZFJyRm1hS292ZjN0dEk1V3lxK1dKemw2Q0hkTWxzY0gwdTZsUzBSNlpCVjBtaFEyQk85OUUwSHNFZkEvVjlIdDBpWmlhdmZNUFhKclVHL0xIR3dIRTBrb3J3ZDg4N1V3ditITTdaTnN3cnpibHVabE5aZ0dvNHQ5TkVXU2pabDlPZWFvcmN3aVMrMUdFYlZWZTl0azhiRkNBZTQ0TWIvM1BHODRDT3ZmMGttd2NicUtnSWczVjFzRmprQTVYaDVveURnUDUwMkJkbEN4aE1NWnBLNzNlOHdxS2Q0S2lLZWV4VkxvdFJpQ1VWTU5CaFJXcGRPZTZ5Q3FDU0RLWGk2NlFnejVSR1MrYWE1VllHS3didUE3YkYxSWtxN09jNmNyY1VxcmhjdmhyQzhMQnJvWWZ5N3ZpeE9oMEgrMEo4anNJWlNteHdFZEdRR04zRnIwUHR1RUxxQkRwdWhuOGJjYnpqaFMxTDk3enRzV1oxYitnZ3V1SUNpa3VYSXpNUzZ1NmthdDNkM0ppdVV1WFpQemVsZ3ZDWW1KRVh6VVBsN1BXM1ZRb3ZwSjg5eXZQRDdkenNSbFFwSENiNjRzSmpHTFcrUW5EODlyQjhVZTRPcEN4dDd1b2hBUzYzbWNDc25OYVRDS1UvOFpRVUxtRTJPRWFrYkV2Q1hFckpHamVnekdpZGt5WlAxQWZMcXBFTDBJZGpRTGl1Q1F0VWlqaTVpMk1WOGUrM2h2dW1EQ3M2eHlNcmttTTR5ZitXU2FTMGR3UnRYb1Fjai9IL1VkdHRjbGV5RVJ2TVRKVmpXQVJhcXlTM2FxUUttUWRJNjI2TzRDNTVBL0FhWHNoMS8vV01ISVo5ZCt3bGpDeWhPcWdBaGdDTms0MjFwVXAyUVY4bjBpY0NEaVNBNjFLSngxbVpTMi9uTmVHRSszczQxUkwrRGhTOVN5NU1QNktYSVA5eEFpd09zRXlTS0Mrd1pRTFVSU0gzSkc4akRPMEs1eThsS095MnpXUmlpck11akRFMGZuQmNCbGQ5ZmcydXdOZ0JvWkdnaHNWYUZyV0MvNHY1MlZGdlAyV25wcGRLbXhYYzB6K3JMcXRUVU9Vd3l0WnFObGVQclhCaVN3VGV1TFV6WC9FQWF4SkIwU0VaTEpLenoxTmdrdFI3ZmNuU1ZuUjErQzUzY3Zobk5LekE5eVdqd1Awd1JJUTdNYXc3TGpxQlk1SjRNUGpwcjVpc2tNRTU5RmtnNG9XdXFvRkhDWFJxMVh3WFhWc3hrNnZRUXVHc3BQWU1NQkQ3cndMYW9WeXZvVzZWQzlmUzhOL044dEpqWm1XL3dySXZkNGs3bEFhWUgwM1hDNDdoU050U0cwd3hLZ0pBWGdseTljeGloVUI0ejQybXhNUkZWQVd2UHlxQXU2OVdYaWE4WGd6dlVhOEJjdy9aYmF6dng1eWxrdk1hdmNnSkNUdTV4MjlLay94RHV3VjdrWklTOUZSYnFIcUlvYkp4R3BhUG5TcGgwMWNoeE82WFd6UHBHVFRkMDdNS3dIaEF2SWthT0dNbGVHWkVFTXBqSFRKU3NQSkt4dS9PY2JIUXR4QmFyNzUvSUxqNFZmenErUFZQblRxUHZ1VExNK2F5Q2VPeXFzYVEvbUZlUWJGejJtWHFCTDE0Q0k5YXdwUHdvZzYvMHdhTThWT2VId3U4bVpQYzV0TFFNSi94ZEpmYm54bHIwTFJFU29ycEU1TDBjUDBGZDBuakUrcCttdHowb3BUZy9tM21OTlprMUNHeG9GTDFaVDMzK0txMUh0R0lTaytKT1NvSVdEcndJZFlwbjhTRWRXcVlzRlo3K295UE9mbEpQWUFmdjRocEVDclZDTm13d25TUVpVcHJNUERQa3ByczJweGx5VTM2KzAxekhOd0VtTUEwZnRKVDd6R2d5S2VjSEpmT1ZxUm1LSEJsN2pNQ1JqSEhONjk2QlBGZUFvT25NTHdlZllhNnhZZU41bmtsS3RyZXVpUmJDN05FSUxCVUFaZ05jUWZoWEdBb2NycHA2TE8zRWd6OVlGSXpLb2wrMjJvQ2dGaCtrYnNlaXhIMm1VQTA2QWZJcWRHalgvVDhlclVBU2tzd1JCaDRqYmkzbFJ1MHpvOUQxMVlyZ3ZMZm94Y0dwN2ZZa0NhYzdBU1hLeUZWU3h0TzFYeU5vS28yeDNKalB4TGIrWTNkNjBoeDdmNEx3UCszQnZDd0tCZHdsZE54VVF3K1pnUHplRzR3MHlKYzhRK240RE9hY00vVzdyMkxmd1ZkYzBsUGQ5cm5md3NZaGh1SmtONWNSTExMYm8xa0hXR0hEWGM5V2IrMy9YWWQ5cHhSK1pZUGN2cmwyQTdBdHN3eXNjZEFNV3VUbitTZzRieWpSOW1IczMyeTBRak9yYm1WR3JkaFRxT0lGV1lZZ25ock13UmNNMUFOTll1clV3RTZRblE4bVNNMkc4Ym9ZMTVCN3RkcVRsblVFVko5Lzl4d1NxdmxnZU9hcWUrNTJtQnYzNHVDNXBYRlJEYjViMXBHYS9NSURndzBTQVlGOXBKTWpXYU4zeURMK1dyWisrM1NoMEpWNVREMmk3Z1FMTXdHR25MaStlZE44UzRRbW1oOWZyK0pCZUFlM0pWUU0xMHBjbDBuMWcyd1ZHYVhPTnlKMVNRRlM3dXJxQkd2OW52Qm82QWJVdSs0TExUK1haTFBIbGxWL1ByY3dVQU9pOGM0TlNoMzRoNTVPd2tBKzJlWGNTWkpMWFo5T1FLMzZENjRKZEY1KzlXbXlpdFF4NkljUmNxTmlCT3FSU2p6WG5QdmV0QlYva1RoVFJFQ0dVV0lHdTludW55UjBjS2pwWUhGTVF6RDdEd3FBUVNiTUpxUUQwZy9yTFpRMEhMMFZuemFYdzRpa1ZPTGxIbzdBbzIyYzJiSkEyMkFTaWZOWitSbk9YQURpM1lOOEVSQ045RG9SMnRYeGNCODE1WkUyWDVydzE4SExmbytpYVpkZC9HNXdreXcvT1RvVmdKemVZUFhOMGRzeTZaV04wTEwweHdyUi9OenR0RlNEdHhNZ3hSZDRwaXdnQWRjTjM0REpNSVdDV0JPZldtbzNTZkFZNDQzTnJwY1RobjJXNlFseHFleUZoOVJtZVBCT2xHUXNaWHRBUFo5SVQ2QkVrNk01VW9CTE43UnVMaEc5SjQ2czdUc1pPRFN1ejdKT3JYS1ZDL0tDL3lkQm5mOGhrenF2Y2lBYnVMN21uLythT0MzT0trQmtHZ1NKOVNkUlp6OUx0bXl1N2NIVEltOWhNWkpRcEF3R05vRitKZTFLMDhLYkE4QjU1RVRRZDJ4TjVuT01MZ3NKWTJiYjJWbXJ2T0VNQWFtYWo3SE9hUzVhd3IwV1VndzQ2NkgyVitDT2lJb29sMDdTcE9JLzAvZGd3NGxucXd6VCtUdlVuN3drQ0RKMWUyNVl6djdFcE5wRTN5QmpEeldwV0Z0enNOMkRycnRoMzJPZ1hEUnUwKy9lYU5GTDlmUHBWN1JDeElqcGtUcUVLVkdCMm9PL0RSbVN4Sk9vQnJ0K2xoaWhxMFFXcTBUNU9GT2pULzYrTWR1QVZRcytOdUhtakZ0R2pSRHBBVjAxbUx1Rmp1TDQrQVBBYzlnYVNYWXVzczZud2Zwb2xwenB4eGpkTlZFNVc1QUw2MnNDd1g1N2dpaGVBaVNJb1VITWVVRlRMeDFYSG5LVVNGbXIyczZ2UUwwUVFGYjlnd1hNczFUZ0xvdWFnZ1kwM1RibFM2alNFcTlnaHUyUXJKVGg2elBwc3RMSUVFais2Q1NkMkhLMzlvMnlnazlrQWNGWVFRV0F3amJwcUVmc2thcDBnWXNtVURKdE5GTGhLTjhGbkdtYmpma1VNRGJ3QzJxSlRHQWZMVnByU2paV25idEZPK1F3N3N0cStrVTZvN2NNUnZSWFlrcWVBYm1uTEpXREdHWnpPdTdEeDd3TWNXZUJobU94aWFlSXVvZGIzb2svdHNvV1hsWjRrSmpQajhxcllTZlFoZ0VtQkZ1MjU3TlN3UU1TVFdIWGFTS0RaaHc4VjNLbk9KNW1kb1lPUFArdVRSeTdrUTgwYlZqUTVHbEtGeVo5UXAvZWUxRXpCR29mK3RPeGNTTlVEYXh0TmVTTHcyOEc1bXphTHEwL0R4M3IrdFV4VndjeWlidEs1akMvbkR3eTZCNzZmQXJoZ2VGNmZaSU5kUUJQaER3czdxVzJhSnk4Y0lCd1dwVmFlaWNzR083YXhGYzgzNmh2U0tnZTJtRmhOT0xRcnUzbVJoZ3JJVUQ3Y0VWVEdQMXZreEplUDNxaEsyYTNoOWZnPT0=', '584383437_1287525836727448_8573697170005433026_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-02-16', 'image/webp'),
(254, '2025-12-01 18:22:06', '18539272555025047', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'E/i6LP+wsqeL9NS+tb/MJVB2T21vaERmdFUxV2drMStnV2RjczRFblZuMUM1bHVmRk9mSWljcU5qNUt2L1NjRjZqL3VsOXdlY1RyY2d5dVJqRjhmaDZjaXNwb05UYm0zVmI2dytoVFpnTm45VTQrQzB5MjhUTXlBNjQvRG00SGtiT29hd1V1RHQrOG1Ga3ZBejZhbklVTmF6TkJvSFZRaTlDSVpUdXNyR3lUOGVFbnhRUFdkVjd3azlIRnBaRncxWXZqYy9jT1VJN3V2MVVSUmJTemJvdFEvYkpvL0RabzVqTHZLN2svdElxWWFkUkdTUlZQZVVZYzJ5cGpnS1FEeThKUlhSSWt3ZVBpSnpWZC9sMzBWeDRmaDVVbmpVZlE1ZzVVQThOSDhMOFo3aE9IZHpZdlFjVFV0OTN6SlBNMnNHbXZDNVR2MW0ydkJsWXMzWExrK0VuS0dOejlKRnJCSmdEaWFnRS9EMTIxR0ptc1k4bVRqdjZVYnFoc2pyOEQydmxWd3JCUGtrL1VSdGUrWE1ZV0FVUEJrOGIxZWgycHR4cDMxY3MvZTVwaktMMmpBOWp5bHQ3NHlzbG9kR29nQ3JTMVlWSzZpTlg3VW9HWmNXOUNxemVoQ3ExaFZiQ3I5WGkwS3hPQ1krdFFQbVVSNStYK3g1TFhheTN5WG00T2xXdGZEb0FGT0hkSEZMSUVlTnFwSEN6VHlNZkJ2NTY5TTgrUjU2YVNrYTRsWDVDRWdEOUpkWkp6bTFsZUZYNnVjZVNNajVjSEkveXEyT2g0eENUbWxyeDBnN3JpTVZaM1VQb2ZYZkZxQyt4blcxVWFZK3hjZjcwNEhNUTltdjFucFF2UTFOdlFNa3kxaExEZWdoQnZIM2RYSVpsYktZTTdENkdEZ3orUHV3cVl3Y1ZWSFBaN0dvVGpvRDVUUzdTZVRBL21JSkZacVZ0eFMxQmNHbEJ4cWMybm9ZbVJaQzdqMUNzOWZWY0w2Mjh6cTMrMThKTkphVmJnbWdKSlNiTXlmSkVSZ2Y3TzhwNEh3QVF1aGx1cXNONk1OY2JaVkV6L2psNCthRTg2dFArai9OdVI5VWRuN0oxNWhIaUhDK1ZIRVd3b2ZuWDNpbGowN2VWbVg3NXNQL09FQ3IyTjZwVlZRbWhHNm5WTG5JRm5PbEplTHF2VEJ6TVVJVEdnYjlKUHdBZGxsdGVER2hXUC8zK2JlV2JhdVdSUFNXaWwwRmpabUV2TWplYy9mQ2ZGVnU0R0d6VXUvVFV4dHBUdEd1OGd5RmFZYnZnUG9ab0RwV2pVNU9BVVMvKzZYNGNka2IrZXkvKzdLc2pyN1dIb2p5R1JFNWdONyt0dE5UeFRIUlVTbVBwRk1GekJDeGZxNTV4T0xxYytUZmg4S1c0VGY3MDhYWUQ0cVZpRWxqU09aeGFNSW56OW4xVTVaMG1OQTJaSGk4OE0vZXR3R3k5ZElDVHhsZHdXbEhqU1V0MDQ0Q28zeEc1V1E2a3I2eFkzU01vM3hycytETWtVVW5CWTdSUURiSWxRVSsvUm12dzBJeWZXT3dadUtPR3Z1Tm9ieTMrQjlSbHJmUkVUa0dxVTZYUFFXMkhDOVV2eEl2OSt0NFZyZTBGc0c2Tk9YTXZlQXN2dzk5QzhaUzFtSFBTcGZLcWdHbkNuSDhWb3ZxeVRQK0NwSlRYRFlRbWd6Z0hIaWpYdkpqYVhGMGxnT3RiTVRsRDhvaEg5QzlsNDQwcmYyZDUvdWNYckRmOEdPMkRIQmhWdEplWW9KcU1lTlNlNEdUeWJ4TkcxSk5lOXpzckpFeHR5OU1KME5ZWUtsanhFMWNQdmdZODEzY2VsSDNhaFh1b1h2RGlGTHQzaVpJSGhaUFpDRnZXZDNJMEdyTktSN05NRGxYN2tiWmVBNnJBbmxaTUY2Q3NlSDhUT1AzbDhycXVsWERoT2pxcDdod1hXeXg1Q09uUVNlR2RTa21kbDVsS2hOSXNzaXhSYXVxQkpNK0pWdVM2ZnpyMGNUU3RjRjlORnBNM1cxRUdyd3pBQUZtUzJGTVNuYW45WTViSlo0b21VY2pQSDE2bGlUWGsvSkRSYlFZK1gyYmpMMldBYnBmMlJYaEE3TnRqMnBxY01wcGIza2w4K2RJZUF6azd4SC9YTDFVNDRMUVpDWHhwYXZkalVnNTgwUys0MllSSDAxdU9JNGhtS0tjS2MrU3BlNFFxdy9SL0RpTENEU0pyeGRuTldtMHdGQlBOUEhhdHQzMUxnSnJnRWllWFpUNm1yUlFVY0l6MzBLK2RCV0FWMFV4U0phQTNBc1Ywb1k3MW9BajNvR2JBM0ZTQVpYeTZhdmRsSGhNZ041cFRhVUZNd216VmExamt6b0pjZHNiRWNDbXZjV0pGcnRYczM0c0diYzdpdGdzNkxRM3B5OXpwN2FjR0NBNzRQdG44bFp5M0EzenJFRXVhTHBWVmI5UWk5VjJLV3FhbTJ2ZW1NNnRSTjNLQlZZNzBWUjdDcVUzeFZ5SFFwbG5Vcmk3dWdDR0JKMnZZaXdjRlpNUXA3Rkgranp5K0JmZXU5YzlCNTdIblNmaS9sUHRpa0lzVDErTXJ6YnVDcmlCZHg1RldBbzh6UW5OZEtvY2h5L29vRzhST21nRWZUVm9lQVcreVR0NmFHazU0R3VXR2w1d2JWU294K0FibkVGcW5hOWFKYUFQQ2xEQ1JkTEhRNjFrV29QQkRnM3VDK25xaTV4bU1qdTNEK1FNRzhZMnVPcFFRZlhuQkJGc24yN3FFd2N5V3ZQK0lnVHd3OVhBM0JBTXVPZmoyOWU2djRkeit5UGNwb0xST1NmOTJ5Ty9QZitQcWFKUkEyV0tRQ2RzVWVJTGdEcU1QZmRPV0hmSm1XVDV4Wkt3aVptQm1GNUZaVTdlY3FjU0ZZVnROQ2VXeXpnNm1hWW5hWGpvOTFoY0R1UkFBVUNUUzFpOXBqSnFiZ1h1aTR3YUF2WUdycVAwNHVSZFEvcy80MkU1QkRKaDZtaUJESDBQVkpHNklxdDVrU0tPSk9SYXNzdm9yUUphYUlqc0J0N3daeHczRjF4YW9acEVMWDJMRlRKK1lRY1Q5RDhzVEU2MkVNPQ==', '588649230_18028495313753450_7148378090426494905_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-12-25', 'image/webp'),
(255, '2025-12-04 06:21:44', '18039252101727155', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ymJTgNVXAVwuhKz0NePlITYxcFgza0UxVDBMbVh2R2lpOCs4alYrRHF5L01pYUhzWVhnSk5WMjhuRWc2NXBlY3U4STltNHJXUkxlN1d4VVhSYkFvWGV4Zi9PUmMzQ2VLWmZSK1BrVmVVRzM3U0JxUURKMUhKSGV2UHhwL0pVZGNDZ211RUsyd1FVdHdCZWJyQnlBcmRCVnEycTA5Y0FFYzV2YlRSbGhvQzRnZlQ1Wk11V05FVjNNbnUvcWRSd043YWJsbjJGNDRzaUhSQ09VbHNPMHVkc1dmcjJ2M3VSLzREOEFORHZobHVzQ04wUld0VkgwVk5WTzNmL2VpWTlRTER5NjBWVTlwekFaenVtSVh4dldVelc2cEFnNlY5TFJlaVdrOUlpVW9SeU9wOC9BWEJGTXBxOVRxcGpLbzVFdisvWXNwV1RCYzdOei9wWHZ4T210V0g1U3duRTRXT1N4a1dhbXV6c2Y3eHh5QzZXTE5Wa0FEZnZ1dXdhU0JZbHlPQWt1cTZnVjVlVlMwN2RJNmNaTmxVSFNkMlZVYWY2dSt0MFRTTktLUVoxUjdVUHFPdGtWbGhvbjFuU05MN3RNSkFkbVNLekVPSmk5MnhHTFhQSU40RlhMQW1wTUhYVytjbHAvcmlHT29RWWVRbndsdjA1bEx3c1lhTDZLU0FGK2ZvVktRcWova2FHSVcvUERWbGgwZ2xqUExTOEFMeGRyMVR3YUlGZnR2M0lrM1U5bE91eVVyY2hOSVVwaE5qNzc4Y2YwbmlXWjllcFVOSk5BcmRTSUxSZzNjNjR5azVHUVVwYWdaZmtxSlBnSjJybDIyTXpueEgzRFg1emxkNHE5QzdKKzBKTEZlWk1aMWFCMmE3alZDM3BvOEtZZ3doUlpPZHRua2J0SkhkYzJVRVpEdkxnUW9CcUJjaVZURVp1NXJyRTVOdy9iYzY0QXdxemhuOVRncFJnemx0b0VUUUcraGtzaGdsOFlwbmgrbHlpTUN6d2lWYzVrM29rL09XUEQ2Mm5DLzJmczc2SEhiWkZIazczOXJKaGdocTQzQVc3MnZONm5MaEZmRjhOcU84R0NEQzZySmkxVWNiM0dBTlhUMEg0N1AxMTZQc2FOcldaKzYwT1l6STZUcnhsYkR2b0NoeTJwanEwMldOYlNvNXVDK3ZjenF1NGNJSSsvNVpPTUlYajlOS2Q3SGdrRlBVMnFPNWprZFlSL0hFYTZBajFvaExQeTZRY0RNV2NhV1FxYVVrRnlCZU5LdElON2NJT214Q0NYZEdnc3A5bkp3eGptNE9sb2Nub2xYeU5YaTBjWjlRMmtaN3RpWHc3ZEJYQmxuemFjMVhuTFZNSStZeTZTVWRsRDI2N2lFMWdxY2R0eDRDeEtOZjQ1U0RDK3BMRHNTSm1oT1h3RThZM1NyOXZpR3RqbjJJMU10cUNPeUdobVpJY2tVNHdOcm40K1pzd2N5NXB3Mmc2Y05rUHVPNzducDRYdU8yTkczMTFxUUpSdkNkVnowSjJmRmd2OXFLMVQxMXhWb2RlQzVqM29lVVp1dWpvVHNJMmpub1lMYVpDcjRPL1hsM0RUWkw3a0JiMXZSbGRjSXBNcGFoVmh2QzJZVnR0K3Y4cmFaS1o2OUNuOXozNkFKQ0doZVB6UG14SjBhVkJ3alBZa2dlVzBjUW1VaHQxWGg5RkNnQnhkSDhDZ1AxSE9Xc05udTZPT2Y5Z1h3c3FvOUZFMmNKaEdvVGF1Z3RYVlF2SVNvSUh4SDhMd0dzbnd2aTRyeEUrT0hDNUFFSldFTTExOGZTSFJJcmw1dlFTZE1JNXNHOEdQUWQybVNyZlY5UlZoTzhqQXVBakMvd3pMK0htVGxCTk1FbUhRM3NsWjhUZkhVTGpTT2RGN0pFeWZXdkE4VGVtaU50REQ3ZFlVdGVndW9aNE9FWXpZeWNKZXBSU2N1UDRVSWsyb2xMS0owS3IvSGhleVRxNmwzbE40cXBMTk1uNlNEa3kzWlVrZms1RjFDNTRPZUdzUDF2YXRiRmtHS0NVR2IramlEYVpSMUxXUTBHMXFnb2EzUW1aWHY1OFVqcld3alVLaDJaYTVPbkxlOFlnTmhWWkl6ZXNweFFPaFMzeVk4T0pWcEdQYzBubjVJbTVuK2g0U1RTR2M2WXlpb3NjNTl0RUJGV3F0dGd5KzJjUTI1elNnN1R5c1ZySk9OS0tXWkNIbVIrd2JMNDVlUlNzakNNOXhKejZNdWkyejVadkZVY0hLb0M2cUpyNnQyUENzUXdoNjIrbWFCekVORzlhcGpTVlRtNzhIUWtGVWlLbW9NNU0rWjN4bEhUbXBwUzdlZld4UzFaNkhNV3BJbG1FY1plNkJtNmZ5UFRuaVdJUVVpMnRNYXhZb3BSSmZkMHMwbU1HZmk1NXJXeDk3cmRwNFVuclhJdzZJUEkzazBkcmVRSlVIc3ZVdzFESGdnS1BzeGYvYnpzSkl3VFU0RGY2cyszdWxrRVNadEFnZEh5dXpqR2VGMjB4OTB6dEE2c2ViOWNwTVlWMGN0Njh6ZlRuL2ZvbmFaa05oR2JUa25EMVUxNGZNR2k3aDFTcVBBWlIxUUNINXFuWHcvY0VzYXJuRW5wRU41eHdZblhkdkY0Z0V1QU5SZ2FSRHo0Qy9XZTFxQnpkMlFwQS9WTm9Ob1dtT3FYQW1oWDNPcit2ZVRJN3RIRy9CTVVKUkN3WUgxUkJ3K0M0Y05mTE9SVmFHSkJaeTFtZmEzcXdqTWZBaXppZlJ6N0RJUlVzZU5JOTkyT08xYVFiVWJFYWFnN25pdnB6RWdwME5IVWFacjE0eHVnL0N3MHZwQkdSc2xMakRVa3lVakhQcnBoVlA5QmZkUmxIL0JZak9vUGE5TWpnRGZ3QjVQUWRGa0s0cVpEMGtYZFhiMytTZkRvWUNCc3AxSXNGbVphRkYwS0llSGRsSFk3YUhmV2Y3eFkyblRoYmMreEJoNDVGU2VZcEg4a0FzYm5lSWJER2JiWDBpZWwxemw5ODlHK1E9PQ==', '588469988_18028711064753450_4573245148581022856_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-02-20', 'image/webp'),
(256, '2025-12-05 06:21:02', '18091605773307572', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '869Ji5waHcvtqcrh7qyBQ3dxOTF2dGQ0UmtBd21paFg5aWh6WmExWGVwL0ZUSFFTdjFmc2R2aUZzYUdFaHoxczdqbU9aRW1vMEdOTHoxMjNtMlFncmZMOERkeHZqcWJBemMzRWd1WUVUTDN6eTdYZFlyOVNmeWpYVkJnaFNyZlg3ZmRLNEhKVGFiWVh1Qm9tS2VsUmplRTUzWk02ZVpYUFRyaFNKNzIxUUVYUXE2YTRQeWdxVDZMMjlJdzBvZmIveTR0Lzd2djIyMFpFL0FuczZ0S0xTKzdNcmZ3NE9EWUNuM3FIS2Zyb0ZZVGNEdVdrN0N6WTBDaGIxTHpqd21kLzhqNEdYNVl4aEczM2JHME1sRVFaRnVyK2ZQTFBoWWplMGVqS1YwbHgrdlNuRU0zYlE0dTBhMldGY2hSenNaN0hROFRhR2UxMXVrMkdWWGlPRXJXS1Z2RkhwalAxdkxNZWdEdFkvZEVzb2VuU25jUkpJZ0RKSXV2cTlYWWlzYWVZazhkU3g2anF1MWxQV0t0a1Z3UVZKZzV4NW5hbGRSNGVGbXhSV1dxVVRnNUIxZTI4SG5nZU1tUUlWb0ZkQnVKQXhmRFN2bHRUamtIZ2V4UmEzbk9vWCt4NDdTTUVZejV2WlNEVmh1UHBYRnJjZ0NlZk0xWEN6SFgxR2FNNWNFVHpDMWNzRXZoVXU1ajFQV2w3NFR0bnJjWUY2U0tSaVgvZ1pRckYzdUFNRlp5R254Y2p0eE5WWlp2clNkWTRzdm0zVEM1SHZFRFZJWld3Q2J0ZTBPeUV0K0w4SGg5TnFUU0NRejQxMVFaZzV0UFBHUFZOT0MwVTR5MytlMmNqT2xyOURTUnVFdGFNaEFobWRpclU3endQcXFpenUvalllTTZJcWFMVUR1aUZ3MkRqYXdsUFFnai9nNHFmcFN4Smh5SmhiNUpzSDFUZlNhajI1WUoxbkVEZHNQaUxZZ3dRem9QWW5XeHZxa2RCVUdubGkvZTJDR2dranRnTHYzdFhOdWxCOVU4V2FtSEQ2dUQ5MVNpY3llRXpFSmJHN3pQZkUyMHE1KzZZVUhyRkl0OEVOalQvaHlmTkowU1ZtRE5hTW55b3BvVlJCVzlnZEtvbkx6NG9mbG03c1FGYVBxMjBvb1RSZVIvRUNyTTVVbmxSU21wQVAwbTB2ODFDVXpqSFJsTXZpdm1UZS9Ua3FaaFhoeVZPdjhzQ0RGN3dOQ2VxZHM2QzNxM3l0ZXZGK2x4VWlMQWRjZk5RYUs3a2lFNnVzNDFLL3lRbDNRQy9jZFZEN24rR09yZktLYjdNRWJkRmNvMXhxaVNZbHRYS1ZQSTlnREJ2ZTQyTDg4ZlAxTGluMSsyMmJnN2ovUllUSG1tZUJpMmpIOS80OXRUbm5tOWJaZnM4dy9PUWhpZTU2NFczWmVVbkxKclpvZU05d0lFWmpVbTdtMzlOem9YUzFzTzZNUVozaHVRUkIybkhxOGUzV05KVy9LSGZMN2JlSFdGV09DRU9DUkt6L0wzNllOeVl4bU5zZ0Z5WnlRNkxiRUdkVm5pMGZhdllDLzI3V0VZKzdxbHpLREFyRzJua1U5b3ptaUlIdHc5SXZaRVdOcjJZS1lCZjUwWW0xK3JzdnExZ2VnckErNzFnNmRwVXUwenJOWlo2U2p1RlhTUDRlMUxkNENLOTRPdEJTQVg5STAzNm1ERWNNYklEcEl5aFpYRnAveXNtYkJjeDhPY3d4d3p2U2doS21HRE03V1k1cG90Mjgxc0psako4bE1xUkQzd0RDMDJtaEJpVVFmRFl5MkU1ZmdVbjNXdGdFTWRJWmF3amdKRWM4YlZjdHBmRTNUbkk3Z3VBcXNnUXVpKzJTak5ZMVoyTkNqYlVmbEtGMk5zdXlCaCt2TGxpajVreS84am1BbElRQ3laN2dwMUdPdTdodzB1VVZpL2VBQnB1TTJ2VTBIYVVsSXVDMHlSMFFWdUxGdmFQb09odzZLaUhxdmdSaXNBYUl1WHhXWWQ0bEdoeHNZdUdleXVpS3RhVWFqRW81TmgwVU5zRGhlbTZXN1ordjlWOEg5R3BSRUVlMEdteW0zR2FibXQ5TUYxbVF4eGprWFZEcnhQUmJqcWRQQ05yMEFQZUlFVkhYemtUZ012aVgvY3J0aFNIUURKNldJVnRvZWdBclZJZFlrSXpFdHJESG9pWEp5RjdWc3hWSC9RaU1IRlVmUHFjL1VGVDlrQ1pXeG1wQlBZMk9mS2IrM3g1aDZTaEdNVHJqV3FkeTZyR043dGxMS2VJblUyRDE1RG5zOVZiaWlTTEVIVXBUVXd4bVc4RnpDQUx0bHZwcHJya3l2cmR5b1ByMmlhSDBtSkVkMkZ0U0NFdGJoOFViT01zamEzSWRiSFVKVEtYN2paVnVxdmY1QjM3QStnL2k3QnZQZlhXb0VZVUkzZURZMFQvM2pYODFtNXdhcnpJNUhwNjhtcEYySHoyUFY0RjVYM2FkRjBzOUxsQTh2NGQwVGRVc0tuMjJGVFB6VDRlZHpwS3NuQU5JaEZab0ZNL25pUS91eFhxVCszQjgyUGM2M3pRRVBIY3V0U3VXbWdQNzNCeWVPRHd0RVhBQTE4a2JJSmNyaFFoQnptMThac2M2aXppWDdxT09GaFpGMi90TS9nTEhoOGJCNGp2NzZkSmFmSERJVzBQTXZ5cjZmV2l5MldDMW1UY0ZhNWVXcTdBWWU1RkFWdFVmYzhnd2ZQSHlId0d5b0E3d0hsV1BIZGhvWXRuMGFCU2pIY3RaTVp2dG12V3JsZEFnUE1CR3A2YTlaTm9mVkxYM05lekY3UTVmQWR1dXEwZklKL2tlMi8xenkxaTZYU0pmUk1MMWtOWit5d09MQjlLMXM4NHNwZmEwRnllRUtNckJrYW0wbldMelAyOGVZU21EbWlrMlNXeFFEakpZc3ErQ0FTUytrODUxMStFZHVFWkFvUy9KcGJNd3haa2RhOS9pVnpqZkZSblN2WDl4ek5hMWR3RldxRm9rK1g2Vk8zMDBLRUxzZk9wNEUvMytLeWYxRnRySUlSb2kxUUxDbDYrMVdjTXY0b1U5YlkyK25qTFlyYm0wMWN6ODRKZTN6YkMzWFF5ekxGLzFSNVRJQjJBcnYyb28xMzdoUW9nanZ0K0lNckQxc2JVQXNQaWFNTFlGTy9UZlltd20wUmhHQ1N2MG12ZTRvK3VQMXFSNlhOWDFPdGc3VWNOQ0FGQ1pQZEQ4cmNvWHJVcnZRRW14ZWhxZGMxeGVsSkc1UEtONVo3Y0FzZ0hFYUdmZWpFbGdqRWRrRXkzbEhmV0R6U2VhNFg1dmpiWGZjRTVzdEw4cUR5Qm43ZFlNVGNUVk16bkIvOGx3cm9lZndqVnZ6dWhkQjhLNDBTSENoZndpb0kxM3BWYWhWRVVCZjYvMVBtTjJla0hlUHNDOER3VnhBa1FEWWdaVzZTcjZZK3V3dTkzbEhaM250dW80TjZPK2NHaWFQUEE4amYyaTRYTmh3bDhCWE81VnNNVlE2TVJ1NUNJR1pSeTZOUFFtZWV2Rm1OczAxbEl3RHRlbzRHb1ZjUHUxZkZwUE8va1VaS2xQWmo4NU9URU82VEdrQlp4U0JYY25iNjBrbnFMUHl4T2ZQOFUxSCtEaVJYbWppMnF5b2VxWkd6UFowblRVajdqbFNaUUlZRTFqcmV3WmNUbzREdnVIRm9uMFpkdUV6SDNudzBiQlFEem42WlBoMUlQd2FNei9CMlpUVW1tZmlWU09ubnc2SkZUZGNseFRWdkExbXArQnpHbHFDeFk3V0srajVZaHNiRGliWTdJZFU1QUw1NzBpdG9RNWMvMWJqQW5Xczl5L3F2Mm1DeFZnU1lhQklVbVl4eE1QaWNMdW4zYVNyUFVLQ05pVWhEN3ZXVExEUCtOYTNkMGVTeU5UM0hkeW9PZkg2ZHlJSlErd2EvajdDM05EdFJKS2J2dndEWWVwOWVJenRzR3ppT1lPcGRyMi96SWtLS29RcVFZck1rc09DMWJ1NkpoaVhyaUppL1QxbVNGdE5PTzFwQ3NIeFk2ZjhVdmVoU25GSnV5cG81c3dNcGVnajR0UWd5ME12Ykh4eThrTjc0QmdvVWhGSDUvTVRzMzl6bU53TlhrUURMY2tzRENZUDlpOUQ2c2RBeDhBMEg2ZUh3MzZQWDdWVVhzMXRxVWZVYlJSVVd4d3JjanNOVVYxQ0RxejYvYTZVTVd2d0NQSytUZ2RjRURra3o2dW5hTGRNRGRFSmFYME5vK3ViWGZaK2xDTHFjbUptaWpqbFhtMk0yYlNnSlcrSkFhSjN3TFlSRUlGRXhFWjJPblFaOTJXVWhhTHEwamdHWGhWNWZVVFgvcmw4eXZFaU04dER6UlJpTFd2ODZiTVhwRC9lN1g1dWlCTmUzYThaendSdz09', '588394923_849189661149673_8781520727531489978_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-03-07', 'image/webp'),
(257, '2025-12-09 06:20:26', '17853260760543679', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Qj7v+go8H5urBFWqp8csjU9nTUIzOGFuNzN5ejZwNEN5MWdLWW5Id1pETjJtc2VwVUFDbTMvTXE4Z3BJakpEeEIwWUR2ZUcyd3VJcVlHd244c1U2amdraGpNUDZ0TFVSU25JUWQxWWtLS2Z3Q2lDbit0WVJoZVJxUVB2Y0pyVUVVN0N3UExLcDQydTNMaTg0dmkvejVrZFpSUXgyc0ZvTGsvb05nSkNMQnUxVHcvM3l6WDNmNlhMYlBmaURsNEY3QmF2ak1ocUhWT0NYYVM1Vk9kanRpL0hzMzBHWmsyZVNySmhTMW9HTGxTMG81dUVpME5ybnRuZUJUWkpIT1NsSnZYMlltUnAzVTJwV1k2WUxhRkQzS1dGdWNFd0NrSUZnV2xxSFBRTStZUXF5NDZRcDB2Vk5kSkRiOFg1ZWt5bkN6RVRVc0YrcWxEaGpCY0ViaTFlZnNtOFdsSjNJNmVvanRrVW5vclVVSm56UTZ3U09XSUViUlNra2kwendLTTIxNjVxTCswY25WSTYzN1ZDZHpBcHR1bW1uN0x2R1NNeGVsdFhKTGV0ZHZqSzl2YXl6cDJPdnF0SDdEQ1hSUUtabExjVXlOVWRtTjIxOVFuc29GY2prQ2k2WkRhMFJBd2U3QUM0UnkzNDA2UHhCV2Q4UUlkaVdXclprVGVJYlN0c2d5V0JLekRwY3dpc3VnSEorUW5LMGo5Z0tjd0RpUFVQZ3l5UWNuQTFIaTRTNkZxQjNFUDAyMGlqWnMvMEFUckk2RkNRSWZXTGZ5a0lNWnU1eC9QcGtzT09zZ2lFc0dybG0rZTZXVWkvcVM5bWNGdU5jcDlDcFUvbU04eEVVSTNBNjlWcnltZk5BYiszYjVrb0l2cmN5ZzQ3RUNxN1dkb3pYaUlYTWpXWHNJNU5QUVVIVk90Ny9FdzNQY2NndnhRYUlIQ0o1V09rNDIvR2t6SWNabVpaaXc0Q3IvNEZtVkpMTHlDc1ZOQ0dMMWNCNitENmF3T0E2ZG1JbGEzMnRPWXkrUDJ0VjF3WDM1aXlBOEZybDAvdFlrcGRXdU9GMWZDdVJzdGRyczhEQ2lYeUlBbHBNaTFTQzVTN3BsdGp6OTVkOXEwWDhHMlFOSVE3T3VNZjlrVTAvS3Q2WU9GaHdlQkNRY3h0Z3lUQklGd282MWtWcktOVDNBM0ZPUW16Rk5DSjBHa1NrZnlMNHozb1M0NnlRQnhjekRiWEdJeDQrVFR0TEV6ekxnMnFoSGxJS2YvTDdsR2FYQ3lUdUl1Tys5dzdSNnluOXowZDBPanllZm9hQ05QdzJpaUJaNlRIeG1HT1ZtaGJmWFpibnR2bmJyOW0vTlplVEdOb0FwdFVkR0NoWlRha09PaEtoVExKMUt1R2ZpRWVxVUZJUGpNLzY3cE5DMTlTTGs2OVkwU29Ra2NPemc2YVJTUlBlQ0haVFBlRHRqeWZqVWV3KzYzWVlRbUFoSFNDNExUUlpObEF4UlM0RlplMW1ucXhWb1JWcDBWOG1ENWV5QXlQM1k1SzRDYmFvaWNjR0NVaWMyNUsvUUFSMmEycGhhazZvVytmWU5mNzdtNlUyeXdoWGhva09zY2JiRTRlb25KaGZmejlLVDhmcEZObjE5bHdBZkp4RUFlSFNIcHdsdVMwN08yY2RDVndiMGxmdjVxRnlGcFpqdVZwL09qbkVWdDJ6cy9oODh5MXV4L2hGVWJpQS9ORDV5bnhiV2NLM1djS2E3L1dQa2hSQzZIcVMvZThZYk5pMDZDWnp1eXI5VUdaSzJiK2Z1bFFRL1ROYk1qREc2TmJqcS96dHlGZUxQNmZuZUNZREJUWTVPVzlIekVNUUtpM0JJd0FVUFBRM2Q4Ry9KOUYzODJRVWNvenBtTjk0Q3BVMGN4K1lSY2M0L0FPY1BBZCtEdFdOMlRSSS9mdDR4RDk4S2hBSnJqd1kzVndZYmIyRGJEU2FDZWRXeHljUlhjdHpVV0pHUXpoSnIyTmN4RzFVeURmekdiWEROWXkwRWF2TnRXSlFDOTNEdUt6N3B1MnBWSUM1d05ZQXRFaWRWM0NPWHUxK2ZuM2Zwb3BwemRQb0dhV04zSS8yR2JTTkVtSkdScURDN2JESWt0ejk3WVJjQ3VaWkZ5QytZSlE1NDZYT1RuZnd4WHlBaGx0YlY4UWp1ajMzR2NldDZqcHY1THdtSi9PK3hCMXEwSlY0R3VWYnVMaSs5YzdER3NhTVNSemlvY1FZbVZMZGtKNHdsOC9PeTBreTZqOTJJMEp4V2UyZ0Jub1VrVDVXTzZnOG9vbk5BdmU5NlN1Ly9TRjYrMURSa1RjT1AycE9GTko1NEVVQWRmZUZCUG1EZkY3RXo4OTQzd0xsT2FqUnRvTlFlNXBWNkhJYUVnWGNodGhLcEZLOXpXK3l0cDlBSjZsUVNOZ292ZzFkUXB6Yk0xQ1dvbmFLUURUbmR0QmE1SUVCbENxclVSd3JJb21rVElydXBINXVIUmo1VHBnVURhOUpKWGkyWGFJa2xjc2RmVzhGRm4rS3RMWnM3NUN3cHRXTE51NVRlOHJxSVpIdnBOcTAvMXRRTlJhYmxmS21ob25Eb2p6OWdFcHJyUFFBSzBLMStCajROWllUUW1XOTEwVExpWlRMczcrME84RDhuS1M3OUF0L1lIcnY2WlNRWHJuU1RqVDZkUFRhTzkxUTVUVmpJWVArOTRGR24zcFdXSy94emV1SHJxT1NteW50TG9CUGZJejNUVDRTVTRRQzl6R1dPUGxsWjh1dTNFbGJmUWVnNiszaFJSc2YvUmpMN2lUQ3Q3QnBHQm1icDduRUFsd0RWUnVuVU1oZk9ScWU5LzJXT2R6UDhROTN5cmg2c3pIaHZtQnBoZm05UWNrTmVkZ2ErNjljVml0dElHR25tdkdsTERtUTJJS0dxREVmdytFRXVoTXdabDFuL3hyYWNXU0NtR205eDdocHBGOXg2djlGSmxvbUJlSUFLT2kzZG9ydS9ETkpxdTVvblQxQ1hNcXI5QnFRS002TUlHZkFvZ25rakZtTXFsdk9lSG1EQUJ4RGdpZkxrT3ZyQ3FqQzZ1djRlY0YvQkllM1RZZS9xU2JUZGNKSk5WMjYwOTg4K09sZDVUeVFiN0hobUFiVllsbUN6aTg5ckYvMUY5bjc1a0U2NDRTZmNZb1htanJvWmpYR0RaZVV0U0N1aHU0T3dOdzZWRVBmL2pud1B5M2RjWDc5OFFoYlo1SWJkMm53RGdGTFB6SkhRK2NVdy9wRWVaQ3F5WTc4R3hWMk5HZGtjZ0plQWFHRmt0c3NVUmJtUlh6OTZOeVZsSnhCdVh1ZWV4M2RqWmhFTjdwcVNPK1hCMi9XeWMwVkFHSkdUdms0d3VNS2lkYnhhN3JVbmNHamRBTG0wMW9kcUNzZ1VjMlo2Y3FDWnRwaXZ0MGUyUHpKWGFkaVI4d2FoY0FJNVlWVGM3T1A2dFRseEs2ckQ0SXo3cDBrR1lpZ25sRGk5dkhFUzNLYzJRQzZ0NkswUjc0Sk5TN29aNHN1SnZLUitIcTZsREJKMTRlMk94NE94KzJZcjZMR1ZCNFNBYnUzRGFEN1NjYVQ1OFNXRlhpZHNsay9mUjkwT0hNdkJlYk51VWEwZ1c4S1BaRlcrMEx6ZkJNQzVKVkdtaTlDa2tmVUNmWXhlWVdpZW0vemI4cU9PdXJQTGQ3bUNySkN6UHBqdi9sOG9WdVJsY2s1T0MwZm5FOVFlY0R0WkRPVm94RFdhZnh2RXNXV3VURVZIL1pPMThkOS9abHNlNGtEbnZtNlE0VERRL3p2VWdVbXU2ZUc0MVdjdjFTRmovcWVvaVY1UVl2N2lGN1hqN0c0SEdBVXRueDlZSzVZZ1gwV0J1aXRRdkhQWG01TEZrUW9yV1NFdnUvREFqOVYzVkdYYVJybHJUUEM3QUdmL3piQ21IMVRDWmlMMFJ0dkdUbGJrT2p4SUxzcHRJaTI5M1ppN0F1VzlCL0pIT1NReWFyMEZoaXZrWGZMdVNGNCtxdDBuSUNrZGY4Yi8wTFl6M2l4TDVVcHJqUjhOellWNW93RFE4V09IUGVKRGp5MnBHVUgyRVJhVGNsbmJscXd4QnVIT0hZcUxRdEkxSlNiaUFXQy9YMmtIOXJWanNNaFZuQzRGbUdtbko2L214OGVKTmM3eWhnemNWUWpZaHYvenBzTGJiUUp4N1NCR2o0OFZxUzczcmZzMnBkT0lzeThBL1lzalZURjdmdVFhTGdVcEFYTkdwM2ZKRlFzNzlYZFFYZ0k4bTZjakJkTEJnSDhod3d1V2NLSEo4bTc0MFh3SStqZEFwaTNYdHRzTkxtcFlCdncxa0c4cy9SOFlEeWtKTWtqRXdKMk43aEpjZmZGM01BTjZicjI3UlVjSHNseHJ4cFB6UVhjcXNaZFQ2T2o4SHdsMjJvaGE2TE5QeExHUlJuTEtzT2YwMmVveUF0NnZZTEhtWkRmQXc1dkh5V0xRT2J6V1lCR1J6UnNxNWZyNVZWRkxxRGlFUVB1c24yQ3FXak1EV0JRWms1MWF2WnhuYnR5ck9XNHFqTzNQajZXR0RxdDk3dkF4Nmk5aWFVY0k3Rk8yeHViMG42aW56RWgvUnVXWGtFWjJrTU9HWklUS0pkYitjajhUWmxodDI4NDBGbHZyaTl5K0hUUTZKWWN1UldJdHIrMG9lakkxMkFmbHdPdS8zOHMxeXIzR1JaazNDZlgzeUo2V205eWVvSzRtUnpWUjZkRHFCaUNpZ3Njd1hnR3VRYS9nL1J4eDFzWG5jOUFEUXo0eUFKUmoxTFprMW9kZHVZVTdscW8rS1l4R2lJRG1aNFk0MS9MdTBHenZ4R3ZUdGsvVE9qR0UwMDA2bThKRUM5SW9hMUtvYjgvNDVzS1NnbzhrOVNWc3M2Y3RaUlZpMHJUWkhDTkk4SmxCMVRKVUh0WjcxaWdiNHVucERpUC9HRlVCY1hvRklJR0hMWlFKWTNBV1orTW1sM1lHOVA3L1ZMTWlGMHlFeGpRZTl1YnpIWVZVZ1NiTm1wa0lsS1ZWcEZia2RDVEVwSkVuR2VBc25iMFhsTkFJb01Zc2tjZXJlbW9USHJhRG1CMENVbU85ay80UVpqRUV5eDFoK2xEWFd4NlVlcWltdGs4TTFnQ0dTVFkyK2kwYXAwUUt4Z1FsVTdwN2dXeHZ2SFVYcG1mYjlpTDl6VHo5VlFLeUkraWtINEhCOElMb0dEOENpai9nUGtKUWgxb0ZYc3FMSXpoZTh5b2FWcklQNFhNN3B3VVNEZmpiV01VeEc2eStsVGh3Ujk5MnErOFA0Nk9kWVpJcmRvNUFvSVJkVk1iZUpxSFhwMWR0RjZxWC9VaEJDeGpTMm01VmR3bXRFNnFOYjFwRWJMQmFRVzh0Yms3Yk9PZWREbk13blo5K2NMak4vVHhGQUF6cUlCZnZuOSsvdUgySEJWZVFNV1pmTWt5Q3pTd3A1ZzZobndPUEVHMDdNczR3L3UwOEU4eFRML2g0MEVVb2pRakdBTFZBZDJkQTFmYXJHaFUxZklQdEpsRGNJcm5sUlhDbnd1WnRBMGpDMlpVemttYXBGMEMyYWkzbjhWZlQ0RFNEdTl5aFgzZFUrN25qcGVwaFJpb3Mvc0ZvNi9wK1QxYU5HUzhOWWFrZXJBc0hGcVhqaEErdmpFMVF5WnhQeTVkL0ZZN0pVUXBtTENPcVJuUlgxLzMrT0V6bVZKY01NM0JVajRhYmtOWlc5bDhyd09oenViYW1ZRGwxdmtuY3dwYUpKR3ppZnVzTXErQng3TFZPYnlDa3N4T2pOTUVWUU4xb3pYVGZMUWF4aEV4YUNYUW84Q1E0ZmNkcXovWDlmcFNZaEJNQUZOcGxjUW1tQ0VESFJNbFhwMHY3UlhLblhPZ01xMGVKU2JtdjIwTnNXNWQ5UlJLQmQwPQ==', '576480663_18029266514753450_5062377287902650663_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-10', 'image/webp'),
(258, '2025-12-11 06:24:44', '18050893310401625', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ieP4JCQ5FtOgMTRF7FeKGmwzUXkwQkdHNExkcWxOeTBlRzhienF3dUFmYXpUY2daVzYrODhkVGRMMHdGblFqcjdEWmV0REZ1NVVYMVBxZWFZdnpQTExEWTFXSmoxYVhGSHFOMWc0aHhicHVIWnlUUDVadGhrWTg5eDhpR0RZMDNXbjk5bFpwQXJTcmZRbFJrdDcwcEhITmUwQndXRFBHYkdDQWUrcjRYQXhQeXYvQXpZdzh0cEkwdDdOT0tjZ1cxbGhONytNR3JQSzE5Wkw2aVA2QmVuWENjVGdnSjQ4NlMyeVRaN0p1enBhSXpuMzZ3K2x5d1B5ZThFU0VCYURvdExXSmVFVWFlMUtQMjdjY2hpSlBaZzRwSU1GQStHREFxM3ZEWTlrd1MzQnVKT0YzVmRvTlpEelVWb2lNNkY0YTdCRDVHM3M0aUpNOENiMkdON2N5RmhWNVR3VDg2M25PTm9UcWRsNjY4WFBmdHhUNGN2VjQ4cnRHN3J0TVVuVndxRFkrTkduc2dHa0VaNmhQbkIvRkkzaHdGVjlyREMwZUMzell0ZUhXTVhPaEFMSmdmQVc0T3lLZVY5NURwdHlKTk9xcnR6R29PTG85UXR4d0ZISmVsTUdPQU9SY2V2VVpFQW9mWHV0dlNZc1BrQWV1WkczaGtWUnhyaVlxUEVHN2FpYm9qbkNUUFZxVDhETkVyRzVreFpzUUlDcXU3R1Q1MVF0dFJPd3p2NnJ5dm9wSE15TnJEWXZpTjduU3V0V1pnc0dCeFhxb21GYWV0bHAwVDgxenR2TEdHVkZxWTRqekZmdC94V3VFa0NJR3hrWU9JcjJiZFVXL2ZYTmtmRS81YVRhbW1IWDExTUZ2c0ZQTWNLRkJQY1F0eWY2VkFlK2YySWUwd3YzZ1JrTWwyZEEwREZxei8yMXdMZVd4SWN4b0NQK2NaU1BtM1JFKzZsSnZucE03c2lwUzVqeUNkTU9lR2NkU2psNlc4bHZjb0tFRWp2OG9zMnhOU3piYVptWmRyS1hTbEZlN3dEZUFwMmpmUVh2YVBXcTFUamoraVlmOWh4bFZNdWo5SFlYdktNZHB1b1JTZFVEQW16WGlpLys1UkcvVjJ5UVdiZGNndlpINnVhTXJ4VjhrZDEzSCtOYlc1VytmN3lETjYwenB2eEw2SzBiL3V4eGxQNmZiZTE0TEpTOFp6Y1RVZzhTNlpBcDJxMm1Id3pJQ3kyWjVVRk9qejMwanV4MUNLT0Q2NHNKMXA4bnpvUDRUTjR1bHZyVFE1QmJ1ZjZtS2RjdUEzdFdWUmNoUEhXNkNBN011ZVI5am1MM0U3UnpBY2htemtHWkIxSC9VaHB1bVVqcmhPK1BuaWdndSs0Z2NiSHpJQ1kwYldka0JwakQrNDdGNWNmbDR1VTZmOVpJZEd2VXpZclVNRHdTT3o2ZDd1WG1YWElnMGMvdDNDNFNnTlcyYjFsSlprdzdHVkY4dlJPOGp4dHdjWFN6Q3NXYnpDclAxOWU4VzJLRmRJekFXWWN1K1ZPbWxwUnc1QnFlQ3h1TmF1NTZZTEp2aVFQSXZlWEFZK2taOUllOTMwajZPT2MwV0hsMHZFQ0ZoQ3V1cnNCYjFKdkpPZ2hwQUNjNm1XZHVNcGx3WU1YOGEvc0QxdllrK08ydzd2WGpHNEx0ZnUzWGszTmNwZkxQRVFmNkU5d005dVF4ODdMaTNUaWpTVlpaeDZ0ZkMzMkNVa0ZUMnZoZGZ4R04vY1JGcUxMQ0FpMDBSL0YwTm9YTXduYWRiNkJUZkpxbHdjai9paGlYbmtNVDFCZ1o2T1VCNzZMMGZCL0VxMnVSRWpNbmYxb2trNHFuOEF3UTFvSzJxdHE5b0pjMklxMDVFWUI2aWVNdHVlQjNZenBpS3VWOTMwSnhRMXJIOTFuSzd4bnFlK0tKRUFNYndUeW5RYXJ6b2pzQVBOdHpML3JBdDVIcWcxZFRPZys5c2JXRjRxWFZ0c09jVnFKNUpVVm1zYUdEQWV4bC90V0IvcTEvY0I4TVg4TjhKYkxJNkpLVTNzMkFmL0xoT085dzQ4djJ2a2pKb2NObmU2STZXaWFSYUxZTG9tLzlINVJ0TVdZRHM1L3ZaSVpvMmwySjN3QXlYS3k4aU1DTzU5MGlvT0x5VXFwYkdwOVNrZ24xRDdyeVFxOU96RjR5a2N0RTlPL09YMy9uSXJzNTYrYWdGdFh4dUhVWjFaR2lRaElmMjdJL1V4MktETDRuNW9kYllUakkvaUpWQ1I2N1YySmYzcmV4SXBHeFNYcEcrOUVqMENsM1JqUzh3UTY3V0NwellkZVFna3M2RTNyMVJpVGVCNmFNaE93SC96WlQ1L3NWQUY4WEwweTZEdnNoR0tGOGVadGVxTXdEOGVRb042bFkvcEg5MmdBNDV6YnpHK0M1VlhielREUUJLNzhiMUhEUHVHM21sVGxCSE0weE1EWEp6RzM0K3hFbVJUMG9wTFdhdGZaTERRNHdON0N3M29BQjd6bGN5VWpHNk5tQ05MRms0dkRSVHJXeWtiQ0RzanorNi9iUXoxL0p3dWFpVndVS2xzbnl0ZFJGTSt5OS9ldW1BM0VOenhvbjhuTWt3d2dXNS93WHVORXY5a3BvaS9iQWplc1JpY0JBRm45ajk1anp6b01ING1VQVVTcXZGb1hlbnNmMjlnMytFL2VZeWdmeDFKczhtbDRERytEZXpnOXFSMDhTQ3JyalhQaHUwZm90SUtuZ1lVclM5aTFWUjZ4WVJJeWo0UUFjVWZ2WWpIKzdJSUpiVFNLL2krTlZIbmVqUmxFSEdZZnczTVFYV3ZHeGtlelNiYmFkWHBhT2x2T1ZOL0lNckQ2cE1aZ1VMRWdXalRrcC9nWWdqVmN6cEpwR2trU3U4YkpGL1NZUDhhbGNjMGpkN09OaE5Nemp3R0RqajlVWEVrRWZKOVNob3U3RllRWmp0Z2tJUno1bEJIQ2tidHJQNmtXRjZwbmRncmUrMFc2d1RjUXRNbXZaMjh2Z1M4TG9RbDgxNDJSVDhPUHh6T3ptWEptYllWUk9uRzlHaE10RDlNR3d6UjREbHVUVWdKVlRLMW1xSjI0eGRnZSs5Um9KR2t5c0lORG5qbmxRQkg0SWEyQXhiRXBPbzJlSjhRMG9MbmE3QWJKSVdWVmVIYmZ3N3B0dXNabnhrTkdkOTFqZ1dJSjZCdHZXL2Q1UlpDelJaNldFOGtWTGp2WmV6QWdKa2ZXTVYwUDhsaHE3MWJhWWh0N0VwY0NxUkRqMzBNczBCYU1WYWhuWDNWeUtKbVRjVXROU2VNRnp0b2VDTnVNaXNXYmtNZTV3dHM1dHZEc0MweGtvVWRyRmRFTW5VVGJGQ2pGS0trMXRwNlZCTDA5VlJtNFRBV0tEcnFLY0VLMEh1cW1DdVVoSENPNnMzWVQvektuNlVOajFWc0ZZaGUzd0loY3ZZUEdxcjZDR0ljRjhlR2NrcWdkZ2NMeXhPSjRpcG1NS1d5cWcwYkNkMTlEcU9lR0lKeG5JZnZTWWc0a3krbytkTy9Wdi9EN0U2S1ZzOHhiNCsveElJTDhpYWVadWVNQTNtV3ptUjMxdkV6RGJab2hmb0JEdjRsMlU2ZmxhWkxmdXFTVFh3NGJ2SGlMS05IOVZaN2hZbmU5Nittc29wMFNBRldhNCtXOUdDYnhiRDB5VHZ4ZGVCWmw2aDdkaTVIYTZ0a082VVlIZjV6bGZGNlo5Q1hJZ3BnSGp6UitacTFSNEFYOWpHMUgwanlOSVg0NGE2ZUVkd09TWWNibjFaempINFF0ai8zWDBmenVQRnd6cXhSRUtENDlUaWlJd2VuUW9haVpzaXRiKzNaYnplbHJnRT0=', '598495704_874207965263127_5842607975234004250_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-03-12', 'image/webp'),
(259, '2025-12-17 06:20:48', '17848934214588162', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'bvkTKK/xfChpO/UuRtLHM0s0VmZ0QkhCVHZ2MlRqYmowUGFZZzYwd2FVcldSMmcxVXRtbzQ2dDNZNVN6by9xYjl0bU53OHFFWnJrQW1rK2Z2L3lPaG9sempMYlRyNFA2MmV5d3d3bFZkWjVXZlBLZ2k2eE54K0c5T09oZXhDeUNMM1RJV0xDZTM1OHpuRlRWUTdaM1VxcHZDRytwMDl6TlQ3anlydHB1aDlseExHeVJ0YVBud1ZUVklvNGRuREtvRVJLZk02ajR4VlVCZURhSjh3WkoyRVZLcE9hL2R3UVJ5OWJGMmUycXhPYmhsV3ZVeU5RNDBxcisvb2ZWa3h2RVZRdS9OSkRuWVkrUUZPTWlTUXpQZ3dlUGJMUjF5TllQTXVWaEgva2d4R3hzQmhjQlBTcFdtVGFQOUE0aFExaWd5WFVMYmVpeTBhaFZPWEZsNCtHbmZwdUZqL3ZCNnRJRUxSOWJsSGEzVmtHYXplNVdicGFvazFzVWs1L3pqK25jQWt2c1VPeWdjSzdEc25GVk92QXVsL1JmK09Yc1dreklGekRReGpOOG1mb29lTmVabkhBaU9ITGJLZkNXYmNpcmt5eWxLRjNyZVhEM2ZjZGhFVWQ5NFQxUEVQc1dvUTFVeGZQZStoOHYwSEVXYkMwQmUvZkV0cHkrV0VCSFlhSlFabW5xZTJPOWlOaC81amVPRS9PeGF5cUNZRzFqdmpkSm8wbS9HVzJ3cVRuLzNYZy85all1emtlT2tFNDBycnBmRkhWbHQwVVE2bjFiNHQyTHJTZ1JwTGlUT3dyWEE3c1pDL2R2NmgxSVpUL2dSYk5VTkV2eTF5dTZXZE5xeVphUFdPa05BREVBS1A5YzR5TkpzUkRIYkMwTjhhdmF1K3plaFdjWVBneE5vK2xSM1dUL1VPemEvaExuaThmZ0lYRXhidkI5STcvVFV3eDBnVXdoclNRanljMXVtdURGaGxCSThZR3JnYW5DK3g0blR3dUFzQmNONHVVamVVMDM5bHNJU21EbndPTXNHdnk4cis2Um1lRFhQeUdXK2xNOXZyL21jdGZtTWxrdkptUEJoVE5xM3RnQmRwa1FRRjdsLzVob1dzajNPVFRVdHU4WUwzeVMvK2N2WnNtd0ozQ2tvY0NqZUp2MFlnZU1Kc3hEUGl1bEZQZFNRd2JzdzRTK0lONUREL2JVdSt6b2xDakpKNXh2U3NoNVVCZlh0RUYrYkpJQWVZQjR6dVNxekwyZjdRYnJLYVMvVHl5MEdSZ1pLSTNNTXY4Zm84NlZvenZNVXp2VG0xUWRGaU8zNE02R2JQL3dQRm9xeVVydSs3eG5NS2didXUvNDZDMlR1TXBHeGMzQzlycnZZay9OVVZhQTlFNUN1VlZPNnVPY3l4QUNUQzY4aEw5d09CbEE3V0crQUlULzI3MXVtN0VxQmgwZU52ME1SZURFZ0NQRzdoeVAvUFFvYWFDRGZzdFZLb3kvbTVyRWNZQTdueUZyNG5zTkFjMWk4NmRTeXZjMFlEaGNxUXVGSld1NUtCZUpKTkhCOGh6cThsQkpYZTBsMDhPWDYyUXNZWkVNL1NxQktZVFhFMkpjMjhxZ05aVlcxNGV6R0t2MzRkQ094ZVhpRFI3dStobFZzZnc4NXl1SjZwOU8zSWd1UzU3aHYra0xrSGZBSGUzRjA4YW1VQkVHRWVKNThOVjhoYm9obTU4ZG5rTzRHWTMrZndMZEVtNjY0Z1FwYXF0ZmlDRGU4U2wzcWV2UWxuMTk0RWJPOUpZQWZYVW40ODhLNkdXWVAxRmZGU0tISS9hM2dJbEZXYVo1RTYwbGlRNGJEVitXTlUxTFZXczgwL3ZNMWZmSTQxM2ZwQU5CclFPWFdCOHp0cjRnOUlCYkxockdCTFM3WENRS1R3c0dJUU9tbWZNaC9RMHB6VnhqdmNLcGRjdTBrdHQ2aFBTcXl3M3NMcFB6TWpvaWVid080NndMa0d1aWVGVnBvN0pVTW9halZhQXZqcVc3K0VHTHpWSGQxVHpFaXF0MHlTYmIxWlZYMGxPSVBFVUpMU25rUmRXb21uNjFOSTVKWktsWEZablV4aEZUNGU0S1JrME5GTTI4QWpZZGhVY0VoTlZoNHkza3RDZVdMejA3WmZnTjlrVnNWa1Y0dlFqTk5JWS9Rbm1zNmJTYUJjTXI2QkJTN1JnWlpBbWcvaWw0NzZTN2VIQ2xIb0dxT1NiTFhoS1RWVGdQZ3hVeThGSG51aWF1MlVkQzdGcG1KYTVZV1pobElXM3RRbUluNkFCaVJhbWc1UXV4T2V6QUlpdlFkQ1RIR2VrZXo3WVhGeENCN2dHS1NEbEROdDV4Vkx4YUJMd1JLTHREb0g4WA==', '602366869_18030102464753450_5403309657079627045_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-16', 'image/webp'),
(260, '2025-12-20 06:24:27', '17892431709388960', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'eXmt7qE2NDx8HLocT9v762dLdE1LZ0tGUnJEUnJESDNSUktjRXd6ZklnbldKaFBjaVBIM0VLRGc4QVpwVENybHJBZmRvczVVZXZQVG5KdkI3czNaTWRGeTJ5aTYxVkVaWllKVnk0UFZacEVRUUR6RVc0RGJuR2NTc0J0YXA3Z1pWOERyNmIyNjlhREdIU1gyMlBaVEZ4ck1CMUhvRTBzZUw1V2tVWmRsTzd0aVJER1A3T1dYUXFVMFFaRjlpOTg1c0l3K2lOTUsxVUZvQjZuSit5TEpTeFM3MGVLSHpzdEJCRTE3VEpRNDByMjI5a2tmay94djBMK3l1c0N0OFo1RkhMV0UwSDkrNGk4eU1vSklrbkpzMkhnZE5TZC9yeWRSbUpTYXhQZ3NhZHVtbzRkZ3VJNDRSY3NPeDFVR2V0M2J5TzZvN055eGpSS1V0Yk9scUFPeUdmc0hXQ2wvbjg1T2pqSTh3a1pxSStBSDc3cUNpVUs4ckFyc1h6c2Y4UW1VV1pxbVFBbUpad2I1Y1p1S0RZN2xtMHpvVnBZZTc1QTJqSU0yRG5qMXIwd2w1Nm9NVVVrMjZRb1BtaUdJS1lwRzVOZndVdDQ2UjM4aktTU0dNTnZKVHk5QjFvd2c1bTNpWW5yRXVGVUZTVmI2K3pIcFJMKzFxMUN6UnVoMGFNd01XTVl1TEFMUFVLZ1hDOFdzd3k3RjUxKzJ0SGlmZDBFTHYveFgrNDZLUlFKc3lRb2x4NmFOSUZjMDlTbVQwTGdvQU9WU3hNWVYzUklKWU1CYUlMZlB4SWNTQmlPZDJGaUk4QzIyaGZLT0NOTjVvMDJMM3J0d0hSOTVscTRPbk8yQmpGSUE0NGR3ZVFPVTBaelpVeUQzSkJKanBQamVBVXQzQjV0aDRsR1ZyNENZL0pDbFcrY1IvZ2k1UUVQT29TNlQ2U1YvOEFOT0p1N1FrZjJJR2M1K3FpSFpWL01FV2NqZ0xrdU9GNHhSZ3pGOGNJeW1HNlBhTFNrZW5HcHZNWUpQQ09IZlo5eXdLSUNjcTJtWWxveDV5ZGRpa2hYWDVmRTMzaHRqbmYwNHJHSDBzbEVxSDBRR2NPSDhqSW02Ynk3Q1laZTdhOEM1bmpNcmErT2QrcHV2U2YxRXFYUEtQUUYrZ0FibTEyZzI1aExaNmw4RlJGREpZTWVjdElybE0zRVBUYVZzbGI2N2FEREY2a0NoUi9Yc0tnVFI4Vkwxc01jcmVhci9rd2dGZFhCUnlhckpnV20wNUhNR2VrcGo3Q1FsVUswcVAyazRKZTdRclJ4VzdnMitwRG5Da3FPbFIvUXRwMmFFbUVtaVAvNmMxa1NtM3NMT0psbjJWSmZVOXhaYVVEMjM3bUdpNHphR3BRUXEyZzBqOW5DYUxXL3F1cHBycWNCVlU4ZmV6K3NPOGhtQk1DL0VmejkzMTBhMXY1Sk5WWWpMUzJmRHZ1MDhiZXFCNWZQWENiYS9ZY3dtMGw3Q1ZJTUI2UWp4U3pRTU9XRUcxL2E4ZWVqNVREV2VWNVRSdFFZRTdsUmxLWUNmT0IrU2dvRWNIZno2eU8wNno1SmtISEVaYkFRSGdWeVRkaDZDeC9ZOHBDZzVQVW1MNVUzTmhZWEc5NkYzcWlpKzJlQXV4OHYxYTBIcE1RNkNodEpwWjRkODBGUDRnMFlEMFQ0VmhDS2RabzlRMVYwOGU2RDdjSGFmcjU2V09MeXVLQmV1eVBKWWkwOCs1N3N6Zk1pUTJiQmlONkFsUEo2WjJYcndvOG5Ha2xvcksvb2RjVHNndGw2KzNnSnI5dE5iWG9NNGJXUVVSTmVoMG1qeXd1cXVsR1lyUkUrV2xFbTY3T05qUC9hOWJDL0pRcDQrek1UeWFKN1dLcnppcCtUaGtvR0YwWW1JS085dm9ST1dCc3BQV0RhWk8wbjBqK3hKNmJYdjRLQ3hoZXFnN0JwQTNGOWx3V2hQWjIyVHB4TlRnTURTUHhNOVQxc1NJYkJVY2xtSHM0Wk1kdGZPcFcvMDByZnAxWDU4RE13MWp1emRBcW1UVU1BS2tTMzVRQ1paRmtmcVM3Vy9DTnFHM2RzNURVNTkxeFQ0MGF6OERpYnVDZDViTUZGNis0UStIOW1yd1FOa0lpWjhVZ1ZRaW8zc0RrdFZ6UFpUSkVDUmxha1Y2eTNpbThnRkZoaGJiaDhIcHhMU2NKNER4Zm5SRWFXOG9LTUFFbG5TMEdERHZ1cC9HdU9RMDduWW9uVXluZ3laVXdzdTZ6N2xxVjIvUEZ4RkhOOXp3amlhWHkxVFBuMmZEbnQvbGpMbmk2UStJQUk2YTNZRGdtUjlGZEc3c1I5Y1NJcHM1MXBIbHI3TUxPd1dueXNWWmZQSS9hOWZITEZLcXBOOHptUmpJL3JXYXZxV1ZWcmJXRjFCcS9TcVpyK1VYZXZzNEozVXdGNnEvLy9FNVpyOG1uR2M5QnJBZVJpNEx6anBabGtRRngyZktoMEdBeWZ3TlF5ZWtCKzNnZVFuN1hGUHcrTW9CTERSK1JzRVIyd1NzL3B0cDZUb3dlU2srejFrUmU0MW5oTjRHMU1DdnFFeGNsc3dpV3dLN1pJT21zb3hDTEsySjJ5Um5Jd3YyRVRVYUZjV2ZwQmV1VUYycktsTmgwcDduOXhCVG54alhvbnRIQW83alAvT3YzM0psTjFncXhHdnlwR2lzckszVjN2L2VkWGs3ckVzT0x3OHdQSnRxVjhoT0pYUTJ0RG0xaWdZVnVzVkRLZlhJUGJrZjd1SEpXRnFqa2N4bE9WNHgxK2xmZW5DOVNSRlNOcENuNmdCS0ZHL1NuM3JlUTd1bWNaQzJCQmZQazllclVsUkZNZVZmaHcrb2VaczNXLyt2elJzdzVBMUlUVlMycWYyRjZVRnFNQWtXWnlXNSs5U2QreVlEeTU5RkhXNVpJYVQrcTU0NzRqSGpmaVFvNVJ5OWFQclRsRXlZR09nSXNZV0dkZ1Z6SnM9', '604047779_18030422267753450_2017091390541566133_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2025-12-31', 'image/webp'),
(261, '2025-12-27 06:21:50', '18149450038439621', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'uHmdxTKglSiGs/PJ0pquIk9sTXUvZS8vck5iVXBrSmticEE1Y1pZSDE1KzMzTzh4OXlNLzdqdm9OaFB6VUFJem95ZmYxTDMvVjVTWXNDbWhXNnowQmxreVdMbXByZ1ozclZEMGxEbVd1amFRWE5IUFBOeHMyOUw1d0VwNS8zVmdzaU9aYVJhdG80dGZUQmRSMUttWk40ODBzMTUxV2pkNDdvSExOdWFlbUFTTHltS2R5aDZQMkFIaUtyQXZQejZqWGtFa2dJSVB5Z3ZmaVV2cDhMMzMzUmR4VHM4STBxRi82VHlOKzAzWWxITUpwaThRcjI0dVkwSEMrWnlQWW55R0p4bTh6WmhEK0VPc1pnMWk2QjVpTE02M1EyWW02NCtBa05NMUd5YnNjeU11Q1lWdGJzKy8wU2FPdGV4NEtibDFOd1VtYjIyc0NWSWUvWk9CNnJ6c2JlTGVXSCtwWjhOVWlxN0ovUjF6ZWlLbVY5b3FIeUNCYzc3WnEzajZ4RWI5endPSDJyd25qT0hRL2p2VkkwTlM5dzVEYXJhR2RhNFhsSHZ2N2VTRXJUNFU1YkxkcUdndE5BcTE2a2ZvZWVEM1AxWDdJakNWVmRWcHpZYk5pakIvbnJNbDNDZi9pdi9mM3hBdWlNaFNHRjJuSXVuQ2kydGhkaEFUSWdNVWM0ejk0NHExdVZiU2ZxRjF6WWpueXFYNHBqQ3dvTVlVMjVLZ0FHR0cxSmVPRFRjcW9acnJlMGxiWXphVmFoZDR3bVRUanhYV3hpSnVDNkdzZW94cHQ3c0huVFVpdEIxdE1WQTRiaTB1QWZid3Jhd25ZZk5ZQmk2aFBqRkx1R0xzMk8yRHNQazVscldDZ084OUd1UkRId09ZT2RpSWNmemd2eVFPa3NMUDd4TGliZnowOUFLSGoyU0t2Rk5EWjM5T2Z6V0RIdE00aSs0d2R5VjdZSUsxR1plRm9zRVRRaXJjZTRuS2NFM0FudDFTOWxnc3hzYlVGR2dZQWNOcTVJR2JTQUdDQ0dPVHIvV1NkZ004TlZFUythS1dib2pUendjRjRMd2lIdWpLMy9Ed1hBSGxwQWNpaUJWNk5mNUxzTGlFMWkvNFVVaGg2ZUFlaEtrQU9GdWlZeVo1K09QdHlrS3h5R1VYV29kbE1JVzl2ZUhtMHI4c2N1cjRHZXVyVG50cnh3ZUR1ZzJxR2FKZFgyM1dvL2wzYW5HVEsvRk5ibnA5REdVeGZMZVNORXk3OGRDYkV2WDA2VTJ4V2trbTVDNGRja3NtOEl6Nm8vMHJnMmkzYVhNck9WTkVUYm5VVldIY0FzZng2ZG91MytxdHg3d1h6MVk3Q3JmQnVreHA0NHhJd1o4MnB1Wjd6WnJUV085cnJUMFJIamd2M3ZoaGF1dmxkbnFsQTNkZnRYaXFERXNPckNiM0pUSlMyRkJYTSt6TEUvdG9XaUZhVHM3RmxSMHRWNU5URWJkRlJSSUZrKzFCbGVndnY0MnpmWVNBUGFJWE9Zd1l5eWhnL3pXTU1KUmxHM0ZKdk05bWdQRHQrSlZaWHZPaDdRNktoS2xWVWtDVTN6VkM4SStNMVlTV25lTXdDbFE0aGltMktXQzJsYUJYanREb3dsWmpqOVR5NWxTTXhRVGRLZVRGK3ErOTZOTXM3SWhuMGZZNkpDVVBibHN1bVMzcVJFeFZROFprQ2d2UnJ2c2FhUjFVZ1VlTFBmNTl4UFp0UTZqclplQTl3d1I1OGhtYWFwZlRIZVhCaVI5WThONUdMblQwRStXbnFkSE9VM09NbWUrVVZBZnZzVmpmSlE5WElLcEFRTzZqOHI5Q1g1cXRBV2REdDI0ZnNuQ2Y0STgyVGZ2L1czbTdJRldwSldCWTYrMlZUL3hoSmRiZklMRzNUYzVRd0xjOE5Lb0MwczNPWStUQXVySzlnUk8wMUdLMW90VnZJTUdNaUNlRVZyZ3NtNk16MG5sRWUzUlNLR0NBK1Y2UEFIeU5FUVVUZStvd1djcW1tRmJ2TEJteTZRSyt3WkhQMHd5WEVGUDNaSGlFTGE4ckFUS3VaeHRRV3lCV1lTREJNbkNBakhJbFpRTWlCRnFYNFZOczhzc0lwNHpad2lXa01GTzZreHJvdzZYbjRXeXZkVXJOUy9UMGhhYjFTdXdxV0JmMGw4L08wYkdNTnhtRU5MRlkreFBSVnVVSmJTRFNOb2poRy9McjE1aUlWY24xdEw3NzdRVkoyRit1dzl2a3RIODZUQnptS1JUd1B1U05zWlBaL2dpdkJtRlZDckcrdTZPS0VYNnBXRVR4aWZYaUJXalF5WTYvZXB0VWYrUG9YZTc4YmpRdUpsQkU5NEVLTnNOWGFLVG1RdjBhN0RoWlpNNVZFQi9OTnNzY3lWNEk4UjNyNFhuWHhJV0doeFJGUXJwK1htSDNxSktRYVpxcDZzL3I0NVhWYU0xMktPUWwrU3lnVG9BMnZ4SkEybXZzYlVJVDZ1bFNVV2MzRUdSVUwyQXI5d0oxZFU0cDFWZUd5dmszWDRJMFZtVmwyRThDVVpubDlyZHNtUS9kcVZPemNCNDVLUGJud2ZYQ09PTTVaTkZucFozM250VDVncHlEUnB2bTljdVM0elpRV0lqY0RHZXo5SG94RVlEMkdFNzgrYnRrRUJ3djAwbC9La2M3QndtUDhPamZVMSt3UkdaQ2R0c2dPSkJ4VStTY1oydFhSNHZXRTlodXhzYVc2cGg4VXU4eU43OEFERlUyUVdZTHpmUlV6NUV2Wk5WM1BWWlJ1SVdIY0pZZHhoNnJheHo2M01TNGdjR3FHQlpRL1JkbGE5TUkveEN4Y2RZMUdJMXhiUDBMTTBDT2phcmlPS0NHT2x1KzJ5OXE2UmZWS2Q2UWFDY1U5Rmtpam9peDFxZ3FFZnZiOGx2bjNRPT0=', '587802330_18031174208753450_5502809973162040377_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-20', 'image/webp'),
(262, '2025-12-30 06:19:34', '18078734303263456', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ErX6ISaGBY7G5crUg9tFUkloZkxZVGlYdDJrMjBUZEZ6N0E5NTUvR0xJRFNUS0kyWnFzbVRCbnJmM002emRPY2lzTXMxT3F3bmtNQUZVd21ZNU1IRmFwenBlSDhVcDlaZWR1OWFscVFIbDFEOFZsMW9MZE1MQTJ5MkNaQkZ4azBhRVhrMDRjc1ZlZVk3MXNuTExnV1JwbTJ4b1hiMGQ4Uk14am5Ea3BhTWV2eGdHdDNoWGZ5ajBqWnloRlBkS042bDM0VkRZNHUvUDJ4ME5kTE45aEJLckdBSlRhdDZ0azlTR0VrTWhxWWVKaGR1ZHpWMXNsOWpFekZNUEFDR1dTOE9odDBibm90NXRuNkZ2T05oVkZMRTQxbldBNEpnT0R1WUJhdmw2MGo4QW91ZnRiYVZsWkViaEVVcEoxWjZHQVdoTEEzb0dXc0QwUUo4Z0lrbWNRT3pHcXhZNENuUm1oSkFaek9vT21MS0xvWlRJVHVna3hMS2FEeDAzKzlCTGNJcWZITkpESS9seldaVXViS1ZyU3FyaXhFVzNNd3NPWnBGVTdKdi9FNC93Z3BQL3g3VFFGcUJBaEVsWEdUQyswSDNkeTA5cUlGeTBCMXJpRW8zMG1tSU10YWRYMEdlOEI0MzMvT2VmalFONm53dFNhUWZ5R3lqQ3JyS3F3YWtFZVJOdkhsSWNHdENWanJ6emtEM0xTSFNROHFDeXBiWmhYWDdSNGRqNXVBSXFid0RPeFNlQVhxMnZoL2VvN1FRNitibHB3RURyejJFWXhxeXd3aGtFV1FxNGNpK2JTb3RLY3k3T0t1VnJ6ZDVlZmtsam1pemtjRHRQWWhySlQwdExlcGpMeE14Z3pvVEJnSWUxN01KNkt3OUFXTTNwRzc2TGllSlRSTEZuY3NYb3M4ODJDWmE2YmlIdERFU1U1S2pFT291MEFHNkE0ZEdYSUpXbmhXUld1Y0NuV2R0MXdDZUpQcUYvenhVUlhlSEg5eEl5YlJpSHRtejdMRXoxM21OVEZMc1RPYkpXTmtFR2FQL3JWTmhWZUYwandBNjRONXJxbUtqaDRQM2JJbVRPOEk4ZGlvbkJidUhrYUJBenF6TnlOYkFrREUvM0VkdUxRbGI4Qkcwa0pkS1hYRXBUMmFUNjI0OU94NDVvQ3hIVEhCVkduSEIwREpvTG02cHdQREkvM1BNcFJ3MklFRlNhZzZmemtndmxwZFZVM1BENTNPTGhEUU82WlhMbFQ5Rko0R2VUNTBYMEN6ZzdLck9Fc25DakdqcTMyamxxM1NweE0xZElhTXVuMkpHQUVtSEVKS29GTEJHb3Q5czVkOVBuZ1VOd3Y0bU1DWEFvRVY3bFlneTdxWnJJd21TcmVtZ0tPenlZT1g0OTFJeGR4NlhSTmJHTzlJN3ZUSThjMVdPSjQvMFdiWGFndjBpd0ZMRnBFRXRaazhscVhZQ3V3b25zMWtvZldGTVgxZ0xWa2laSWVoRUlWbGRyNkVhVThxdnZwNTk0dkNaRjZqK1FHMTRiK29QWkR5YmM1V0duOFVjaFdwbzU1ekw5QWRZV1FQZVpzVEROZ050WnU5NHFKU3p5UzAvY3lkVnJqNzlPenVORXhkUDZ5YjQrZlNZVVhvVEpvTXRXZi92cm9EazJWb2ZXdFJSUWJzdGEwV29ldGRnSUd0TnJ1TjM4TDZvcHFqUXdERWVjcklYTGw2OFhPTGUvNUNhOFVPVWlvdERta1BYbGUxeDhTblI1SFRmVk1JR3NFR2MrRWRra0l3Wmt0M2ZyZVZvYlFDNTEzc25vcm5lcGVBZnJiTzREbGt2b1BoTWVKbFh4TzhUYmJJSjR4OHhWZG5PVENJNHpYMm5DZGY3cEd4TTZMRThKam1KcERzeEJmdlQ4aVNaRklPZitKR0E5dytFdmNYZzZ0b1B2OXZlelh2VVZCTU5wRjRNT2xJamVQNkVwcFh0V08vZHVYbUxYYjNoUGFEeXVLd0NCbWVZSllzeTFjSE5vNm1HZzJ6WElMTDJHcUllZ1JNaXBNSzBGU0w5YUxQWm5LUHlKd3IwU1pDNzFCRXMyTFJKY1NCOU1tZ2xYelFEOTZVTE5od29lT2FtUWVuRHVyMTJxVlozdmZiY0UxUGdQbkE0dFIrZGlrb0pTMmlsVXprK2VRSzUvZnJ6SDRiRm8zMW1LcHdFamM3Unp2NC95bjB3VDA5YkIrb1hVUUY4d09jaHU3Zk9lYjd3QmNzT0hBKy9YMzlQQ3ZjQXFnNllXUmR1VHErVzVDTkJYOWdUT1ozVHJTZzdEU1lyd0M0bVB5eExRPT0=', '608025794_18031489115753450_6881088902054408492_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-21', 'image/webp'),
(263, '2026-01-01 06:19:29', '18343210324229759', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'cw30ntozNbvXnxCf8tYA2WcwTGY5Q3BBQ2IxT2ordmxwcGROUzJzOHIvOUtIUnZVSVNWWW1GQVlKNkpCdk9JdDUxcUNONDV6RW5CSURDSzlydDQ4N2JWZHVGeDNxK2RDRDFSaTlDVkczU3paYm1na0pSODZmS0taWnZiMFd4MWRSTHNzUEhXdkxSRVV1eXNvUmw1cnJBVmw1dnlMZlZ5MlVkTno3UG1UNlhJS0cxSTZRTmxLYVprdFZ0KzI4dUQ2RTZmKzNhRFJXdlpqN2tWV3NoRmdhcHNqUFZiSXlURTM3bkNkdDduRHRCRG1SRUNVdjJYRTNRK2xJSjM5RlkrRStJN3MwTURNeS90QWNTS05SekdIMkNNOEZPY2RvR0VZaTRucTYxYkNiQ1ZpTEhvVEtBc3pnS0ljWmxFVUF5OUsvdGZXdW1nUjVDbVlQNTh3b25Qb3ljQkhHd3FUdCtOeVFEcnlVSVB0M2ZGSVg0NVNzcGNJZ2FxZUF2YWZWc1dPZXJMRXRmVFA5c2krQ1pYMzd4TjNlcDRzRXFjK01QWTVuOXM5aW1jUXo0UmZ2TGlLVTA3UUxVM3dyZ0puVzZiYitJVDNuNmJCL01hVDZMVHlkSjhaYXlKOXRCbm1oUW1WQTliVFo0YWh3VFZtS0gxZWplU0x3MEpnamxaaEtpM0pSYURoTjlUSEI0cysyKzEwMzY4eXdVWHZlS21JRFZTeVZFQXBZK2crWnJVcXNtYjVSVGRnelFyRTZlU1VBQVRNS0o4VmdWNGFpSVBVNVhFQitZbjJqMUVFbFF0eVRkWFVKS2JsZ21JeDZ3N0ZPSVNrcnRLZTd5UUJpQUxTVTViZWpwRnhtN0xuTEY2MGxUak4rUlU2NjFqQysrZTZ1WW8rZ0h1bzRURkNaZWlObE5OcnBkemdoUXR0UmZFZVN0bFR0SllSV0R4c3VjckhxUEVJdzlOemJoT2hBWWlHd3IvdTVSaXBlRkhVaVJFaWhCUGs5eUJqN3k3bzA1amNlY0JNR1FFQVJ6NTFFVlp0L3VhUWJUT3NrQURxU3R5Q2UzMURnT3lnbGJFNk9UUWRXazlsbzkvTGwrK1lkZzVKYmllTVJJaTBkTXc0NW9zeHZVaUM1Y2FXQ2d1SVpqcEorMUhsWHE0SW40V3MvclpTRDg2MXBNOXZCTUl1Sml5blI1VzViRmNJOWVCaGc4RkhqSzByVWlpbk9kTUt1L0ZmOG1iLzlic3lUeHM1RzEwSHhnb3ZDbHhmLzFyN2lRcGgrYVlpSnFxVm5WdngyRWlaOEJQTktzc29jcUQxd2RIVVpaSnVUYU5OYXZDU0FLM3dyWExYU0pDbThwcnpaRC9EU1pxYkpmWnlZb2kyUmE5TkZlNjZwcW9sd05sQ0RrTm5GRmF6QnVlZk1uS0xCS3MyeDlNQk1acW56MGhlQUo0TFJ2aHE0YXRSL2gyYmQ4SmxaWFhENXJZQlpZbzBycEVBMDJIdDFjSDA1WXRSRmtlOU5GUVNlRURkVHVWMC8xakxmRUFvR0d0UEpTSEQ1SHgzbUp0NlBvdThJeUVHTEppMEw0WU9tMWNSamtlTFYvUjg4dzF5Vi8za09hN0Q1TGFXWkE4TzdNWGJXN09URlhZazEvbkFwKzFjbzFId1BBY2xCTE9MVXpTZmhRL25rcW1QZkxTOFF4dUdiTGk3dGlzZENvRXdzT0c0QytXalJXKytXYy8vMlFpZnJEeGRIMlZDSitCaklUU0EzZ1l3L2xMOXVab01ucnNEZ3RwWTB0YWhrSkZGRFRPYStQdzJGZ1ZEcDJSZlU4UzlXcjZ1eEVMVlhOTnVVdFZxK0Z5d3FpdmJBUFd2SFlLb3dteW9xbkR5aWxpVUNyY1VDSmFtdVpkeEs3SW5MRVBkK2FNTWUrZ1VBQWs3M3VEckhwTzhWdUZmdHRkcFIrQ2ZaSmxPeTAyd05zYXNWRUFpdndieGxKUm9tc0E2NW9WL1RKVkFqRTh3NTZFRVc2a3RmN3JzYkpCWE1FakU5QlVUSERoMzNjVW1PWUhmaGFQM0tMQm1nQkl0eEpnTjlVc2dyS3FXTWtuVFBLYjV1TUZhaFBMU3lsQVc3MVdDc2FuZVNtVlA2NzE1eXdtWkQyL2hMSnRQallvUHpwSWNuZkt1N2IvS1J1bEdpM1pHNE1RSjNicHdPL0Fwd3FIcG1seFE0SHhnbHgxenhGS0hDUnJOUXNyWmEwbmlRNldCUC9IVTBWNS8wdmdBZ3Y4aWdKaFJLdHI1NkZLbFYwdlZSSGRIek9LTTVtZXNjVFFPc2tzWmNYeHBIZm9CVzFxbUpLbGZqNFd5VFBVREh0RU5tUFoyYzJvaENDSkhUL2FhalNKZW92WFJQR3NNclQzaHVPcU9RSDMxeTdxTU54eGtiR3dMdzVCZUlHclhlOFIyWjg4aEJ0empla0gxTkVTVXNtSUx0UENwQlZFZWkvL1pkV1owc0ZDVTJjR0NKalNqWnl6bWJEMFZCZiszSFkxenlseitLVjhSTVNFMVpzWUxJd3ByMGRrRGh5YW9YUXNMRWxYaWt4VG9vTGROaFVCSTY5dnNSUlM5OVV0QktubC9UMWo0WjZydlZCeTBHamJEcDJoQ1ZwN1NFTDBOejQvZFc4azJRWE16WWg3ZG5wdkNLNDE2azdoM1dldy9xMXlmQnBUY1ZsK09DMDMxNk56KzRVUEpWdXBsNXdtajBKcmpFeXFRb3BtcTBIL0ZpRDJyTGpsR0NGbnZ3N290NXZpUGFQamRkblZEcEdFQmNneFR0ZHdaYktBWHJDM2p1L0R0aWJTUzZTWVpNWFV1anRZVFUxbjF2OG5JSkVIK21COFhMaFFDMTNiU0l5UFIrNTh6MlIrRFdyYzNuc0RiV0h0NUhSUVpEdEpjYjUwczgyYUNiMlZoU3FVVFQ3cHJRVFhqblQzeWMwY1RKcmtlV0RtaWlPUXRNYUJDT2F6aFlCQkcydkxQSjJwTWRzc0VOYTFGSHVDN1dsVy9ldisvUlZxR3JqOUF5QzduOVgwVTdWcFBsM3prZTVVcVM1VHRRSk5OemZTemVXZStRREdrSVFnRVB1ZmZxRE1yNmpTOTFUL3ZMRmZBdkcrS2ZMUnc5QkVvclN4VHF2STM3RS9GVHlydENqcWNaYlVZQkFoVHVieVJTMlpBQVVMYlJuWW1qVjdWcit3cVdQZnAvWmgzVFd0Q0g0Q0hpajhMcHY1Ym9kQm5jTi9FQ25OblBXb3c3ak01UW9kYnBSbVE1VXBaYWVtSTFNdUprQStwUzYrZU9jMW81T3d2cHNDYUdITG4weE1qWG9XbFFXQ2E1UWRZWG9GYjZIVzYzZmJscWRVRExEV2JuRW5yTzdDeWlvdys0bTBKb29CclRPN1JsL1lMeHBKSjJqWkFSclgwczJra3NZUW9LM3BjL3d2Nk5GeTNUMG1tK05Rbm1BSjZiMTRLQVhUQ0l0QlJQdmdRSTM2SE45dGEzWTJwcjN0V0pSWW1LVmN4U1hZZDJ4enV5VnI5N3ZWYnVMVVRlVTExSHdKWjJ5N29RRTcvS2RDSFlyZU1lUXNXbW9vWFZlZ0E0MjdaNkVRTUwxQ1ducmZUamM1MHZhWU90RHZPU0l5bkNScktQRnpwRVpaTnZzbTcwZUZiS0NlTkxFUXFENFUvdGlNQTQreG1rZDRGQTUrMmFqKzJvSEJrR2tPTWw0ODhQYjRDTmlVT2pkV3pHa2RWKy9kWmtkdndvdk44RjFwTWo1bVRYM1hXTnM4UUk1VjdjbGwvL0pQOEpoV1FkalhEdUZWNExvZ2x0aEtSUktuWlFtQStZOGU2U1ZZbEwvUkdKQmtzT0htR1J5Wk10VU9BOEt6V0ViQ01xVllKZ2d2OWpjWFBOSS80Y1h5YVQrWHZ1NGpCQ1RENTRyczE4a2V2SmNUYnlJYXFOd2RrVmF2UTNzKzhQU2RadDJzZXJ5cFJ2UmthTnlEMm50djMyTWpWdGdJL1paemJLRUtuQ3k4OUdUbHdPU1U3ODdqU3hNdm1OSitEUFpTWDdYWDVIV0NZTDg0ZUJGVjVIZjRSdVJxZkVPcGgxTnJRQjg2Z3dXa3IwdlFNeGJ4Qjdab3RZTFFhc3ZsWkx6OVpJaTd4eDF5dTFBYWh1VXpVQkFlejBGYk1TYjIvcEhRaTdKOVEyMXBLdGsxdUtCdjVVaXFqTjY5Q2NWaHQwckFmZXcvdktDbU1LQ3p0NWN3SFFXa0Z5OE9qTVV5SDkwbVp6TlNIOFVsSWtnZUR1Q0Y3QkJBOVBTbGwwalh1TXNpSVlNYmVVWCtORXJnQU5NbE9iNUFtc1B6K3JYTFBOd1V6b0NkZFdHOHV0dlRDYUpTQ1l0LzJNdWZ0Q2dWK1hOa3ZDblZFU2pQbjlmWThqaGhSVXQwQXJoVDlBb0xVMU5ncWQ2emxIZ1BGV0lEZk5sUk9tWWdpTi9XNVV2Y1JUOUFRWlBuL09VRHI3YS9sRXpRY0h2WTU0QThHZWc5RStaR2VhNnloUGEzdzBhSEZKZjBLRDl1TWVuUUJDSkV4eFVUNGZMUVV6UHZDOVlDWmRQUU8yUklTMUpBUURyUHdqbjBjNzdaUmdpZjJhT2J5cmgxa1AzeXc0cndobHhjUUZhVEtFOVl0cGFZSWZWb0JVb09ZOE9zbmxhLytGZFROREtMbzhBOW9HWVZMWmFNUHZVNXl1dFNCY3l6SVNoL1pkUXVjdkl6TkM3MGtrZk5GQ2pwMk56bjlpRXZRNm1tRmhORXdOTWZBd2RUbkJ6ekJGdzEybk5yODlhN2dKcFlEaUNRM2srTWhIVFVlRzgySnNyRUNsaHpIRkg4V29FelBuVDdDZVQ0MzZCSkxkRG1CVGtvUkhPeTNYVFNXR0toay9laWs2MGYzbjBZOXp2MEZVd2tJQWlsUGJpb0NWczNuZGtNZ2dGZ2NFdUdrdEJlWDQ4V1hjanZLU0dOalcvdUx0VGZIeTlpemdFMitXZWNoSk1FRzlUa3V5Y01VTklQVnc0UHJwRCtWMTNmcFpwWGdHcFhDVGF0am1RRHI2QjhEZVo2Q0d2MzQ4dC9FdjhndmZQYUFPZk1VZDUwY1Z5bVJ2NFFXY0UwYmUzYVlhSmRFeUhCcktPYXFkK2ZWeEZ0Rk1RL3NtSytNRk9JY1lycmp6RnBzZDlBQXRiRHkwNXRybFc1M2dMMnJ5eWZTN0NzbmQ5SmVJc2tPbndtbzdCYWxub0R1dVRRVW5RMVVQZUxzOTVSRlZuT3ZrMk9RWGJTVElteDJ1aFA4NGVFclFxbEtCZ2w1WmozWlpYcW1ZeVQ5NVIvTzVqY2xXbGFGRUxvRkszWmpPTnNMT1g3M3J0T2swaGlFQVVjWkduL2hySklrdTcxVExZZ3h4VzlPMHRJUlRkZWFoT3BSU1VoeFFrZDRoY1VwRTVmK2NGcXVXS0tscE1na0RjY0pyUHdvL1EyZ1F1V0twS2hUR0EzSVM2eU9GTUloZTJiZEhINFVaMi93QktIQ2x3UnVaYVBkUkM0eExabWcwWGc5N0V4L2k1SC9oQWRwU3hYMmM2RS9obENuQmxUdUNaaVZHRXFXeExqdVBxUkZ1ZjRuK3E1dCtFRGJPMlI3SzhTM0ZUdTdVVitxSUsway9jeGJyNUZIZi9TQUpsWnZjTzJza2tnaGp2Ykw4WnV4UnI1UDJ1TlVGS2tEbUcvVmoxNExFbllDUFpyRTRkNmozSWNtYUNmMUN1aGhRR0JRYUlhc3JJK2EvTVVnTVNJZktodFJKZ0R1RWpBeHFleEFIZXhLb3RLMHFFbVdHUWZXUExFc1NlTkJaQ1BTRllHeldtUjRhSkhiNW10VGlTTEtnQlNqZ0t6cXhqbm52MFZyVzF3ZmtmUmZxOUJpaEhqUThTVlhKZ2RhWVVVM2ViSEVlUThrVmg1Y0lZbW5XblAyVG4yTzZkemNjMURrMjRmd2NPcm1RTS84ditzVllMQmljUjFUME51U1NKekZwTXN1TnMxTXBDd2FyR2VkMVk0ZzMxcS80Y2xyRUFkV3cwRkVTSUU1djc0UWtvYTNEeUVXY1RJcnVmVjc3czRiWkNxMytyaU1XVmdEUnhneXlJak1udGM3RnlubUNDcnJNZ1lZSkFNS09rOUdjN1YzdmhSN0kzRzl1TWN1WHBoRFp1V1dhd2xpSmJDRENBcEJyRUwyMkQrTm1TOFVOK0RIRUtVK1pOWkxYdmpZaGVyaUs4MDJ2bEFMN3pYQ3l2UnJSYWI4NXhmajNBRzdkQkZXWHljTm9adTR0N2hyMmlRYkRjVlB6RTFFV1NiTUFuTlNTajJxLzIwbUJMVkhGdDl0SGI4ZDl2bGVsb0hJZ0YzSlp6Umkrd1FpT2VqTE1lOVFlNkxEbEtUY1IvMTI5NytNOGEzR1lIZDhabEw5OUw2cXVrejVQdWZrZkMzRUtlVDIxQjJRMGJPSzJFTVpEY1QrM0tvL25CSjBWSnA0NWVYZnJRczRJRXF2UnBvWDA2SEZ2RmI2dTNoUHdNRGttcHRUMWs2UjJaaTJyaXRJTkVIOW56enUwVit2WnRNbVNTOHVveGw5eUZ4NHFqbUhlNjlyVkhLMkRuUGlsVDBOdnlWWmdoWlIyUEhzUHNqYXlHWlRsak1DUW13M2o0Y3o1cXdPZ052M1dQUXVoMkcrYWIwcGp1K1VrY3dkNWFncyt0dHZ5Sm5QN0NoVXlTenNqN2poUFNGMEdYbFlRZ2NVaDVkTjNEMWZlS20xVWhMMFc1d0lGME1zTjhFem5yRGg3OXZra1kwMVNxQlRRZ3BTKzFWalZHaFNzU3Vud3pMd3F1ZWVGQ01WeFp3bU1vclJsRVZ3WHN1OGZIelZkV0RRenlIc2Z1WnhXcWJpMkFGTGErbGIwK0FQSkRvOGJNelk3VHdyNGRhME9GQjZrQ3BpZEhtcEdaNit1WDMyOThlWFZXYlRrWTQ4aEhOenA5anpqaHE3VzZDMVd2dFFlaGloZG9HK3NmTFJWM3ZrNWF1dkFad3VhTUVjdnowcUd0N1FOaWRQbVd0VThXb1FXc001UUV4R3h1Qmw0MGZyZkpwSFhwQjhFczk4UFJCNFN6K01YSFdGNVBLeWdUVTBzM3cyZy9zazl2RjJYOWxwRnh3K3hCRDdhOCszV2Z6TTdENW5LYXJ3bDJsM2I1NGtFcGVWakF3a0ZoK0lEaHlmL01tQzlRR1lZbU55S1NTcjNXdEtkNXJkdHdSWXg2K081Mk1rMzVtTG5QRmI5ZlhLd2owcXVSdEZrTVhJNnVTQjVWMG4xbnA1dDMxRGdsWUFsS0xhNXl1bnhBUTVVRjBPSW96V2YzeXlnNVFYZlFiSEhONlUyeGFRVUJMTHFxVmdtVGpVN1dYOHN3OUx1dEdLd2Z2SWVtaDExVndkR3J4SSt2RHE5Uk8rSWhLRC9MRXFBS1pmSzlmWmZBM2NpMHkwYlk4ZThlZ0c5K1hGdE5adVgvQkU4N3ZNWDRqUHJIditqVXNCSFA0Q09iSERVV0tNZHdnb0t2YkRzWk1PTVlrOGI2cWcyU3pzNzVndFMrcmpudjRhbTh2dkpScEFqbGpjWTh1N2xCaVQwcnJSZU1NZXB0RVByUGYrbWViYml0VnEwWFNINlBrL0NkMW9YaFgvU25CandKQzVLQ3lXMUUrN0JvVmRhd1lrYXdJRTVBdjd0OXM9', '608407918_18031729505753450_3608207213469192993_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-02-03', 'image/webp'),
(264, '2026-01-01 18:19:07', '18127347703522939', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'K203FH4RIchqAvbCdxQWrjRQWVRBTmsrR083SmpnNkpmZUx2TitOVVpuMWx1b093YlpsZnRDa0hRV1FmN3d1S29yb1dSOEZVQUJOZ3orNWlMang5c1JrZTFXOUNmMjBtWkR6Y205V2QxcURqc0ZsM0NnbmkvUW9ZRjNqNWpRNXo5RUl3UFY0Vzl3RjJERGN6SFFuKy94cUthSGxnTGM4c2t1dnRubHUyeXhmYVptYUFCT3NOY3FGbU5hZnlWVHNERzNUMFJ6VGMzY2JUVXVudndBQlZaWjNvN3N3eFZxQ0N5RnYrU21SOElaemZ5bHBuZCtiVjRTK0RGbWVlV0NqMDJ2MnNrRzNPQnlCZXdrLytDWm10TDdUNDJqQzlER1hoYXluZm1IU2p4RHI4NDcybU85RUJIQnhNRTEwdElxbVpnVjRWNUIyTkZBRm5IbU1ZOVQ4VVhzSHBpMkJDNnluUGxwYW9qTUl4ejdCQVFkM2pvYWxXb3BLRVpuQXdCZnlzK2NMZ09NNjA3Z0tzaDRkdlh5alFjR2xCZTZFM0FxWkJFU1U1THhOcVVCZkE3RE4ycFg4d0FkcUZEUUZNOEltS3p4azhxb2o4eEZtYUYxQ2N3OC9oU3l5bUdUMnE2RHdkcy9Td245UVNSS3M3VDhScWoyRzNYay9YaDI3T2FkbEtscDBYZTRyQmMzaTBRWGFCZ1k2UzRRaFMycTl6TFpkNXhhb1JJSlNiOTl2QkFYNWg3TDVGSkNacFBWV2ZFNG9LOGJlSFRjUjJhb3hXRDJkelA4YUFWeklscU9nTlVWbUVubjRXNVp2SWw2Tnh6aVhZT010bEJrbk15bTMwdThlQjdGY2llY3FiUjFtbWp0MTRRaDRMSmd4VXRSZW9tZkNYTjJvaENQbW5UMmdFMzZsUWYwOEtYSk8wMEVmRXBEajN2WWhrNi8vL3VoTWRTamtUc3dlNEdKM095RS9sMUlRTjIvMGtTQy9TMU9vM0VleGtkSHRXb3F6Y0MzSkdTcWtkWnJuaDVWTE8xRFBSSHNYaElTOXN5SURUNi9KK05MOHA1blhwRlpRcndSYUhGQTFlTGx3bzY4VWcyUXhLVHFjSjRGRytCbGV4cGFiTEo0aGxCSGFxaWltTWp0YlV0eExJcFZ1clFFeE96eTZKQjZKa3J3cEl4VnA2VUorSUU3Y3FLN0dmaEExMTNSV3VmOENxYTBUTXFWdE00dkFWZFUyZ3kyNFg3QUpYdWFwQnhzTlAwR2lRRHVlVjlQeGExM0wvWU1uMHdJNnpFWUJDWlVLOVJyUHYyZFV2eE9Wb0ZlVFVycStIN04ybXcrMCt5eVlJWlZzMHdkWmRZOXJYZU85Tk9lQXk2U3ZBZnc2Y1ZQcnRLTXV5TndiRzJiUlJIYzVnYWFDcjZIc1FQNDhlYUwrTmxTUHNGSkVRbllWeFVyeVgwQktOeWpwZUR5dll4aWtodW04Zk1reWNmb1JvT0FGVmFQc1hCeVNteEp4RldZYitRS1ZUdzY0YW5vdWtHcGpyRHNLQW9uMmgyWkswTmlpdkE5Qi91NG1wdkRRQWpwVWd1M2s1Wm1YaU1IaXN5ZkpidTl6aFl6QVNtWS92Sm5kVytFVEtkVG5CcFdDN3N3ejZGUGkzczZzRmFmVlozZlNnLzkxSVN2Q1BIUzJSWXFnMjEwbW1RYUZ0Y2NlZ3lKWHBEcUExdk5IdE16Vm9IZWg4WkNtWlYxTldSV3V0Z3RaaHJ3PT0=', '608848652_18031832069753450_8366769608940822555_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-21', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(265, '2026-01-02 18:19:54', '18108422479560350', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'tCmT76o8QWzagkrgEuP9d3plcjgzUDFkYy8rU25Rd3M2YWVsWmVuQ0tRTWxhS0NSdGxKd0VzcmpTdWlMNktGZW5pTVFXZmxkUzQrN2NmRFVRczVTMitLT0pUUU16NHBJQ0IrQm9KS1Eya1ZTZTNSWlhQNk5OQzdsY29SWFZFVnIyS3hkZktraHRkU1pXTWVTYlQxSWZoODJmRktLTWpvVWhsUDRSWjRNWFVBYUl4ZU1VSHRmaGx5WGFsU004akdObzZjcFJpMUQ1SUFNRC9rK3JIYUpmbGpiYUhyOWtQREtLNDBldlRxWTF4bzRiaUNIVmdpUFArSzk2MVpwZm4ya201b1p1eW8wWmYwVTd5UGhNNkQ2eWlqaDhheHpQaXRkMGdxU1Q2c3h3NTFGTnFxNDV5VTk0NC9qVUhvcFhUbzZ6M3ZOMjd2M2ZnVG5GQUxXeHJ6QzA2WGdTcXdLbTNDMUpGN0JocmN6c2NpK25uSFVzdExMc1cweFNvM1lRR1Fmc3BMVWZiaE5xSkV3L1pnQmxhRytFZ09oU0hPZE5vckJadjdDUExybXlqeFh3SlEvbU5kdGJYbWQ4eDI1Vk80YkxJNHlsVFFjVzdvUFBoelZFNGFGNzJVYW93WDdtREp5djNKZjkrQnMzbXBQSWFQYXg0aXpxZ1ZTS0hkT1FOMXRaQXZCdE9JOThpR1hlcHpmdXJIdTBHNGZ1cWhLaE9TYUZGMHhOYjZCbGxRc2h1c3N4WENla2JLeG92M01xYnR3THBVdklGajdnVXZoRWxmRUhseTlENGhCUXhuOTlVS05JQVRzMjlHZTNwakEzbjd5SlZwdW5XZU5meW1uVzBvL01wak9TUDFpcU5ZYmh2emh1MUhLSktxdVdIQVJjZkYzVGE3VENwREtMbEhINmtFRVp5OHVBUHQ2bFc3UGkyZUVjUWlHQ0ROYnQyWGQzc21Qemh6YU91MEJ1MHBrUUxKSjhiMzMzVlRBc0w2Q013V2daR3Z1dFBLdXllMFJpZ2tUMzI2VFlCQnQ1SE9HSjJWazFrRm9STGRUWE84YnJyMEtVSElnamRDOWk2YXJXQUY0VkpDMjBKTDNiamFlNi9RVUk3ZzlKUE1ybDgrR3VYQ1lsM08yWDg4T1F5cVNrckpFWW0ranF2Q2ZSV3lZdHlJcXR0UVNkZlliRmVSUGxXRndrcTJtQ3gvTHg0SEZUbnQ0M0dYMTZoNVdSUzA4NkpCTFJoRUFhZ0R3dkg2UTlCQkt6Q2V6dlJuL1Z4bjd0bUM2OGR1Um5GQTNlWVNITy9IUFloMHI1a3RRRENQU05naXRtRktyclpmQmtQM1hmQTJpcUR6WUhISk9RME5hZWl1WG1oQTFSVFVDNWdvNlk1cUR4YlBOUFhiOUprc3J4Qmw0R1d5YTlpSW5Oeml3djhEd2lRc0l6T2k3dmpNYVNBT3hGNUlTc3BEd21xQ29KSXdzOXRGemQzcTU2R2dvZDJEaDYrck50b2J5VXVQSlpBMDk4cGZFVW5rL1RLSWlmNHVaUTNkZzBxK25JT25HdnNtN1JjUG9McXZOd21MYkhyRlFjQ1RRUk9QVm84Zm9Kb1pDV2NCM052ZzR6NVZwZE5ieUFZeFh4RDY4WDRCQklSZ1E1WGFJS2pmTlhibkdXWXFpS21TS3JCZW9NellzL3pYRXlJbEVoNHhJMFBPUmlyNnpXWGN6eHlzcW1ZZ0piWk4xYVBsSW5nUkROaklScEF3bUZQaU1pYStGM2VsYktBdEpyeGQ3V2VUNnM5NC9LZGFaQi9BRHl3QjQ4WkhLOXN0ZVFTTEhVUmpYTHFEZEZ3K1UvdTFwL0hEaTBNVVk1MUlQMk5JRTZrNHNYaStpRlJjRlI2RjRud3M4dGVQVTlXVVRUaFMrdUxJa05ONEJVRXY0RjdvK1VMcU9Ub0ZreHo1NTRXSENLUlgrTE0wcng5WW1hS3lRRFVWelFwL2xDOGkwb2hqQkpDZG8wNC9LSUxTVkpCNklrZnZIS0duQTRWT25TNk0vR3RUbXprZVhaeUd4K0tHM1BNT3BqUGJHMnpkU0krenJlQjQrcWdrSUxsMElLZjZMSTNVelZxbmhvSmFpN1Fla1RpdWNEbEhOdThkOFVTeHF1ZHVtdnFBcE4wLzJPRm5Ya0pzakpZK3lLMjJ6cmxmWFNHVm9CMmhwTnBBNHYxUjBSN0dPODRUTXBVUEtFSjcxMEt4eGF4SjFLRXArdDI4WnlBckQvK3NKMzRzc2xFUkZDK0ZKSFIveGNPK1N2ZVVXeG83WS9jTDMzYzJKSFJuQ1R2bytUR3Z3TGlwZjlUVG0rS1dLU0oxNHBaTk1yMjZGREc5QkFBd3Z3dGo1MzE2UEtIYnI0V3owNHYzdFdYOWZhY05jTDB0a3hzSm54Z1F6WXdiYWxObVA5a0FRc05oNVVHSGFXR21Wa0RlNTJHOHJkZys0aFh1WVdoekZtY1I3RzNkZGh1ZjBZekNUOFFCd0tqd0xDVlRxa3pVNVhPV2V6WmtZUE12K1FFNHFSbzVFbUdLVnQwamphc2xzYlFlSlU5OWhRSjR1cFpKeU5JclhORlNoZTNwOTBJUTJ2RzZzaUdZMVg0Smg2d1lzU05vZGsyQVN4aUZRdzYrNU5IMm5vNjhxbTdzbGlFbEVmK1lDWWJOVzJEOUVlK0pEMHNxeG15dHpsWjRnZjFpb2NWdUNneVRRSHNhTldVVDF4am92Z0hIUEN4em5aNnJ5Tm05bWZ3PT0=', '609012402_18031954499753450_8466596537446042954_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-24', 'image/webp'),
(266, '2026-01-07 18:21:56', '18296568937263087', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2cj5kjYQWgANSrghOrKjuVZKeEpaTEJRcmFTWHNGaTJQY214c0xZdmRrOVc1eXpQVWVBb1JMaDZzelloOTg3ZHhKYnZTenR1MC96aU5xY0RMTmQzQ1M2Vldza2FPSlZJQ0MrTFAzY0doc08yd0N2UkppRm9uUStrZnJnMFdkdjIvaVo1VFpLOXRPZFZqUUFvSkFsTEt5ZmluOHVYU1N4ODc2UlNEQ2EyYmVBaVRmcHNxWUFETGlOYWJaTExVRk1XL1hmMndzd2JXSGJielo3a2RXdVF4TmRCVU9RWW1ZVXh1TGtadWcvL1lQWDY1NGZoUXFVa3oyVTlnR1Exc0h1K1hmVEhON1NRclFWeDZVQThTaEtnYytib2ZCVXhabldva0ZWL1VvYSt4MWQ2MktTOVBMeHZwbGRvRXMzanluTHdwT002cXJwQ3ppZTB4YW9kaDczWG9LTkFSNElydVpwTGowY042d3VDTnNnbER6OFNFMDlVTDFPd0ZSZU9ralBxanZGb1JuZVgyNnhpeisvNFRsZEQ1U29pZTl5SDJQbHVMMy8wcHFUVGNJeWhFdkhOeWNzZmlqSERpak5xWjVjeW5WckNPaUZmN0p6MGJsbERNUnB6N0dTa3ZqTTB5ZHN3TE5FMWxoNzlSYWxmVjJZQ2p1Qjg3MnY5dVM0K0FoaUNXdk5pVFhSaGtQcDJxT2lkSlJxbGJSc3o0UlRSVVQvZUVIVEVGaWJlY3R4czlQM01UazhBaUEwSndkUzViSWljc3ZGOUphUC9oZm9aQllaSEp2S3B4ayt4Nk1pRXpNNEJraHpEb3ZTbnN2YzNDcTR6Y2djY3l6bFBwWkZ1QzBJbnR3djZHY1RqVDduODlPY2d5TFE0bGZEMnRmVVNudEp3Z0F4eWtCR24vZnJqSGcrQXduSi9McXZHSGZsK2pKdENwa3BoOWVoRjRtYitIUGFtNFJTMmgxTGxxWlc2UXJtQk9Pbm5BZFU0Y1p2RkwweUFZc0szcDVmbGp6cjRvclpuV1p4Y2V4TUVpMk11ZTdSRjBLckZTeFBZSU5DWk8xRGYxTnU1SVVjQ096Z21sMWYzUHZqMHZWbFh2L3o2OGpSMU5xbG9SQ3hnQmhuTm8ydzlUWHNvelI3M2xpU0VLZlR3bFNlUy8yS25taHVSVWt6Y21iaTl5emdqZ2JwUDlURTh2RzNQNkc3M0ZnMmx4QUxkODdJWHMvRWxBTzJVNm1NWmluNFNrNGM0ZVVoMEZCLzBYandXM2ZiYjNhaXVkZ3pHbDJ5RGJuRXFSSkJRZ1R3cEhJanMybGpFRGMrUWh5YUVnZmZPMjIzb0ZaU25uRVNwVERreWFEQVhEc2tLY2hLTmhDL1BhR1FqS0YyQlBHYlBaRlJ4SXdpMXJDbEcvQnBkSXd5UWYyaFg4cWVrcmk1SEFZcmNON2dDOXNRRlNjYVJnV1lyUUlSNExxNlZPbzFMRnorazVZZ0dQOCtVSi9mUDZzaTB0bVdoNFhCbGhKWlhYTGJ4c1o0aWxnQnRJY3pNQ3ltdW1uSThXN1FEblFrVmdoL3FOUWliLzZlcjdaYzR5dzlzaUVjUjVSWUI3VnRmOXNkWWI5b1dFaTdtMmpRaEpYU1dsNzh5b3hzRUh4WWN3eU80Z09NUk92SmpodGJDemUvOUdzclFrR3BJQ3FURnozSktWLy9DOTlkYWwwV3dTY0pTRUVWalNNM1lpVWpWQ05SMDZ5WHd5Q0FmUFhvT3p5cE5veUxMbTM3SEoxMGJNRktLVmVjb0JDTzlsdzBIdkFuZEdsN0Fwb1llT3dBREh4MUYvN2U4RU52a0ZZQ1gwNDRLbFpoV00wdjNCeU52TW5KUlorbGlsYkRTR2I1bm9GVjlFcU9rNGxvcXdXUG9PcEt6RmFnVWF1bnBKSHUxYlFsa1RhRTVtd3ZxMWJZdXdSUkpyb2dkeWRrbE5XSXpVUzBWYjk3Y1R5RzhVTUxRR2VBeTE2Q1dsdWRmT3o3VWxsUzNYVzUzMlEvQzdKVzNvdnRlV2JGNWdxMXZZanEyeEJjZzM0QVhLSWNyTGowb2N2SVZHQ2lJeVpaNW1YMWdWZ1AvQ2N0dDZJZGIvK1M0d0RpMkpvY0tkQ25nM3ExanY4OVpCSDQ5bVh6YXd3eXZtVDVlV2dXT0ZEQ3pSZDdTUG41bTNhempTaVgwYko0eW9RdGdUSVFXWmdxbm9aTDRNNDVPa3B5N095c2t5d3ZjQm94QWVzWnFKakdldzl3MzBhcEM3cm5KeEVJWG5GMVNLd1AyT1ZIdjd4dlM3YmV6bG5VWk8yNTZscmlWVDA5M0J1ZTN6N1V0YUkrc2diUU9WMy9JZldMM0Y3dlB4bjVWaU5SQ1o0VDNTQm1mZG8wWXhyc0MrdjVNUERUQjZFMDVqcXQwdkhYYlloTHhERlRaOWpBRE1WZGgwcHFBQUV3K3J0VVN6cDlNV1gzY0ZGUmtldlg4L2JaMzJxN0ZISEZrUW14LzlPeG5TeE42N2VrNTVxYUYyUlFYNmhYT3Y5cXZXanRPVWFzUXhrRlRlcnkzVFBFR2RwcXNFeVN3cHRvWmdxbHByRUpIZE5zVU8wVGRkMloxdkJKZmcvekw0RC9MWEVOQ0E2QlBrMjRRV3lsWjZmMktCOGhyWkpMUE5DVWRQLytkc2t2enM3dWZaV1VLSGtRZUJaMHA3WERZQjRSd21lSUZpY0tqYStqZ0NyQ2kxbTB2emcrS29IMkJWZ2dpci9ZcEFBelkrY0xoaTlKd21QbDYvVUxLUTl4MUprRW5laEtzZWp4ZlZvVCtXNmFrekJ5VWVQZDBNWFVSTGkwNmZOcHI1cnExNWJYQ2tlMWpJYkR0ekYzc2JVSFhHSXZEcE16bEl1b3JWeGtqSGg3eUdZZzJFMFZFdXh1M1pEUlUzZ0FvdmwrRi9HMkRlVGxRK3dZTytXRHErS3B2Y3h0RnlLY2QrdGZCKzVJNnFUc2xLcnRQMFVyT0VZT2VoWFJsdHl2SXNGbDJFdkxIKy91WVdtMzZHT01yTWtoeFo4QmpRYlA5UGxXbWtSUHZnL2MwZFlrOEdxRnQ2UStrOHNiK2RwU1dhOHRTcFcySWxiUUxSVjFUT3hxUk1jc3drNGdnT1RxUkljN00zT285SVNocHQrak40R0t0Y1luc2tHV01aVkVPZi9BTFdVRWM3RHRlRGwvcTFmaUpxZDdoRUhzMVV4eWk3cGFQTnNWZmdQdUMwbWVtYzYwNDhLdG9hR1pkdDBlRWwyL2dDZkJ3UU5vc1NJVHlScm14aExxU21HTVN5dkRWVVNjZ2l5alQzZlZBb3JLTXFobnpCdXFUdWpabDdGWWE3YTJ6L3NxS0VxZVpZbG44QU1NVFBCTkEzTTdRNVVIZDl0N2t0cE5FM0p4Uk5SRnFnTWVvV3d5d25tY2FKWGhDYTdEMHIwSmZpRVo2ZkxnME55V2F0Y29NZG1ib25xWjEvRE0yRVFCYk5RS2duOEhNbGJZQzdmL2JYZSt2RnlEc2kxbkdMZnlyZkR1UnNNZ285aVdNU0xJVXBDbmk2dERyc0FMNTkrd0poZ2xpdS9pdktpODJQaXg4Mkd1VThxWmlVaGZiQk8zZ1AyNVNyYW9ZMWVoc3ZiRGJsQ2lmL3FHRGMzSTFySUNPVkcvbGczOEtMZXByZ2JGYTBlZzNOMU5ic3hPdDJHNkZZNUZuaDZsU0dBZ2JsYUdMMjJPamE5bGNIdlhlejRjRGd4aEYvY25xUnFpRnA0ajZNemhjc05oNzNTRlk3V0gyRTM2ZEc4aEhiVFVFZ3RJYXIwOHMwS3pRRDVLMGNFazRDRmdkQ2tyWkt2U0RLemk2THExdkozT3NuUWRIcDdKUURpYnB2Sllld3ZlZkkvQUdrWGw0U3RqaE1Ld3VWN2ZCZjBLOERNTzFPR21hS3JCb0lyTzM3K1pEbHE2YU5iZDFLVkZVNWsxV095VzFTN0oyTnQrUERiNjFPemNXdEhxdEJrUHkzWXY0V2pGUUR5TEtmVDljNU5KNjRUc1IxVGxwZStibW9VcEFsTlpEclA4RUxqeG9aYUt5VjBtbnpnTmVpbldheWEzTDlTRHZod1k0L1ZMUEpia3R5aEhWV3dkSWZVRlZuY21jOVJCdFJPbC9IUEN1N3dxU2lxM3ZHQTNIVVZJWkFxM0YrZnlvQlpieXhPRW5oNUZLV0JPa0RMZmdHSEVLVzI1VlFqQ3pwak9NbTBHcllNb2xCOUt5dHorQ0VjUXZlOGFoMzNOVmpBY3kvWDMzNStGcmNXYlp4TmJvNXNhV1lNME42RUZKNldtT05iQ2VqUUYyenh2VlhhdzNOTXdRRUlzMG11Y3NFNlArS3UyNitiVXZQRmhoRkRyTElubXROb0ZaMGlJWUowdTl2MWdRYnRjODAzK0E5NVM5NDdsbHI2Z1Z6bTJpL3NUMkxWZHVXN2NWOS96dzM0ZE1JY3k2VmUxTjBNOFFBNWd6YTFVSy9hUUptWlU9', '610751844_2178949746245843_1142577938807546191_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-03-31', 'image/webp'),
(267, '2026-01-17 06:22:25', '18105600949742478', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '14ttGCekwwLKqpJLR5uiBytYVStGRzIwYUUyVVNGK0FpUXFaQzVkYWdobG1HQXRIZ0s2a0E2cnhRSGVFUW9Zb1QwUWdZVFZoZzdRRktvWitvSzFYUWRUU1hZMDV3b0Z5dDMwZkdSOEt1RExMZWtLaDRnazJzenVMY3hnYTUvQWt6OFpteDR3c3ozemYvVlRjMEdwQWhkRDFJNGd5dEUxWFU3NzdIY2ZCRHZOM0NVVnZJcWN2WHJYQzBNRDRPTHl1U3dqRVpia2JQeTZiZ2JRNVpmVXIwRHR4OEh5YlRZa1ZoV0pnN0w4RXFFUHNzcDhlMVRtTDlXMTZUTW1GQVNubUk4b0dUYmVCMWRSV2c0MjdxcDQ4NUdpYWJ5bFFmNnkyVmhLSHR6NWdvRkkwKzFCSXA5WHFDL285c0RONm1UMGNxcWVFdVY4KzRNWHZ5WTlnbGQzR1Z6TnNMdXVqL3JHNWIrdDJRU3BuaS90OE16aWpvZm5VdmhIZWUyZjA5TlN4VVh4MEhwS2kxTTl5Z0RqdVdlaDdXLzRXZWs4Z1N3dzZZLzFFVy8zVUxFMTQyZFRmdXJrNE5QTUFVYzEycEVydlY0bVpjYkk1S1U2aVdKSmlIR0xLWmFnMlYwbVFPcXc3OW5IeDBad3pwbFhrT1EwSnhqdWxiYjR6WDF3SzVGdHRhKy8xbm5hVUtBYWhyVU1LZllXVEwxVVkxc1h4bS9WV0d0VGNvK2UreFdSRE5rZVZqcWtCek5WSEMwZmtNMkRWNnVpdnBVSnZEalJWcjY5cUNRMWdicHdaa05NcndzSHhZeTFxeEdlRFBnREswemJGTHZiQ0creGxWNW5RZW1FbXBHT2gxZ2grbmVxN2cwUE16YVlwcG9LQWhRd3FqVndIV25zVXQwbWdPb3VScmN0aVRDSFoyQjJJNzhKbzVwRkptV2pxalhhTXhZZ2hERk1GY3NVZkt3ZGJNWXBIalBEWmJUTVVDay9maWI0Rk9nSWMwY21CZDgybHdRTDBETEoyWnFkd3k1ZTNsbkVCUWZGamJPZnU2UEpIeXljejBJeGVHZmFvYWhYMzc1WmlTa09weUhYT20wZVpOZkp6dzVNTGFCd3U4amR2NVowRjBmbHFHNjFjYTRFaHQ0T0swZml1N3JEVnowMUcwTEd6R2xKcTg4ZVhoT2hxc2JTUSsrRTVSaG5JdXVERXRvK2MvNXVvQmk2TCtkZkExUFlBZTZUL3k0UkRiaEtDYUpLZnpocUxMQ1VVV0xpdmlwZWM3SEZkKzhuS2hKell0NWJFTnBJZmZyVGdrQTc2aXlXamlIdlM2UjBNN3dUdkVwdlJVNnNFT0dTWFJ3cjhpRGJvb3crUDBENDBHWldVQkxFS0pOSENpTFJZSmNiMU5aZ1BsUEU2STN5M1FpMFVmYXdWRXg1d2NMUUtsdUcyalRWeHBLMm0vWnF4WDJGUUNXWGpycitlZ1ZWc0s0cjY2cEIwNmw3cXI0TVFvR1dxaWo1RVdPRDg0NGpOaFNZMG85cmUycUlQbk5Dd1JlUHZjdWszTEJmVk01b1BZREYzR3UvY2Q1V0ZMbnIzM3RUNjBTcjZUdjBxWHRzTlY0QXdXKzNIeE5tMVI2SThRNDBRbi9JVkM0UmlZTHQ5T0R0emt2bzJsOEJNVkQ3SmxJdkdzbE8yMWlhdEJDS242ZFBEaHlCdkpqeC9iaHRXK0dnWFh6dExmbTMwcjRyR3hiM0I1OXdIblB0NzBhMWJ1NmMrNnJxVmg3OEZjSElUWXdXS3JoanZyV3hEaVdRRmd0Y002a2NPdDhYNFo5SGhHMUhpb0xDMjNodWpCUmsxd2dyM3FETnlNSTBielI2dzQ5SDZvWUF0UXVNSkFZRTl0SXFCS3hGT2dzWHBHM1pxaFFpMlVhQ24xSk0yUmxmV25LZGhZQ0l5eVNOQ0M4MUNLTHRVUXJySG1FdklBMlU2RTFEbDZQZ1hRazBqQjJjdDhDaDFZditrU2NiWjRrYVdxNXBXSnBkNGN6QWhQdzVobFZTLzlUT2JmZ2ZkaW83Y2plK1lQaFpXL2UrU2UwTWJwWmNZdUV2ZWZTRW5XU3hRRWhzeDRsSEIwOVc3OG5SYXdZQkhGdXZEN0xnS3AzS3JzR2VRYXBzZ2Y5d1JZMWRhb2V6dnQweStTTlBnVy9DdTh2Y29VQzRpYnBEc1k3eDR4Z1lrVXpTY3h1SmFJWnFSSjR4WWpNYWFzbnNZWXFvVGpOc2hoL3BRL1FGNEVLV3pIZzBtTTVFZUlqRDdPSld5Z0l4YmNGSi94RkpyS1cveC9UWGFJVjJvblZsMVB2Z0F3VG5iOTgwS24zRlkwcW5MdTd6ZVBENTBYQVpmSmx3eWxSM2toRGovdGtpNkFRM0owa3pjYUxzVkFqaDAzYjZNQW1yNlNHSVBQSFArMkZ0elpDT2VUb2FzdVRseit5TFlZTG9jMFVGYmVOeXA0RXhPZUdEbFlFWGtDMHRsQUhWTGk4SXNSS0EvY21EL2YwN0p4dGJycFg2anJvTHdiVk5lSldqbjdaazFHWXl2SjJHUmNZcWhnbGVTSXJmU1NKMEQrcmRKdlZVR2pyb2JKellBckZzL0k2aDJDR01XQThNb1liL3MrVXIzK29ZVTg0b1UwU3QzVUxSQklXd1pnRWV1MWI2QUt5N0tqOWZQci9DZHdNNEN0K05CUm5nUjY4Nnd6TXM1R2xXZFpvaVV3bGRsRGM0VVEwUk9LNWVKSFZvNk5QOWRqNUF6L3JlK2tLYmNzZDdiQkc3Q2xrclBNa0ZWbERlNHF4elVKV3loUUlxclEyQkRYcklPWFczMjB4VzZaaVN5QWIzN1dCRm9qaGM4RURjTnlPWS9HWXdqbiszVXJybXNKa3FXUDJyVGk0V1h4TEtVRTk5MU5PbTljNVIwZ1YxcVFEcHNEekt3MXVwMXR6VnJFa2g4Tm56SlJhL1NaSDFNTlJ0cXl5bW1NN2pvZktZRDQ4bUFRRE0wVUNscDltUncybk1NenhLQjJMRUErR3NTL3VqaG5kV2ZranoyczdyWGQ0T0I4bnFWNTBQR3k4Rjd1bklqc3FWUDdLdlR2Ym9VTDVURmhHUWVrV213VklocWR4MXBhN0NOanEzSHhqelRwMHNENFFSYVVIamJZUmxpUGREV25VNk40SGs5L2JEUSt3SkFZUkFlT21BVkJmN0ZaZ1VSWFUwbXdsMDAxMGNTNzhmRjRuT0tqd2I4WnR3blBET21jRXpjTDJpZ3hEWWRNVVF5UWpkdjhRdWYxRU1Nb2FZY25QZkhZdkVHeFdEQjNNQXcvU0JLdCtScHJBMVQzRDdEVS9GRUkxU1ZnRmxoUkUzWWp1bm04Qy80RkxRSzlMYXdXRjZhR09oS1Z0UnEvaWdxM2xRdnE4NWRXT0d3a3lsUDNXWHROU3FFU3hvNE15TkhIVFNjMFZTaU5XcTNJRnMwNzZZVkZ4Q01MWDFIOFRxTW5Lc3RERzhWSnBzS205UCtlbm9xUmxZSlFzNGFaOHo5ang4eTd3SkQ5KzE5SzNMbTZ6ejQ0dW4vU1RFL0ZRTWM1NDBsYUgzWnpNR0wvZy9BL05sUXJkMkhKYS8vbFBad0MrNUY2NHVveWxZelpVNmdTWStsTnJhM1VwdWw0TkFLb2IwWUhqWEJoclVtMWVNZnRPT2FJa0NaOWZGNGlJUiswVUF6Y1g5ellrTmhsOEJLUXgyM3BEaG5CNU9mR0RGTmZ2WkZxMFFxYjZJVTJoUnl6SVNpMlltTExYNEFxMzNCOFpLcGQ0dXgyMWFHUEZVVGxkeGZVbjd3TTREQ1ZTSk1ESElXeDlHNE9SSEFIOGZ5Wjgwb1MveUxBSkNhU2pGL3dFTS82NFN6YW1iV0tKQlp3UmhPekNzQ2JwWUZiQTFjdDVNb2xCcWFHUHRqUXRmYlZId3FhSHUzWjlseVlqNGNMQnVXeDZYWWVEb3dGZnRYSjd2SGdLMG1sSWI4b2pvZlJkUEJnRXJXZ01yVExZWGlDSW9sWUVVRGQzM21vMGVOL1Izait2V01LUkxIZUlpSVBVYWZOMXdmM2J6UHlLVkJhV3pNTXNwSldpRlQ0U0xGWUdpWEh3Z1hIb3VrM2I5aC9KQlF2Z0hkaUdtQmxPREtSbGhaRS93NVp5dzcyazVqcjByVU5iT1Q1Tis3LzBId2hTOEVFdz09', '616490057_1966524804279550_1054633947254068934_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-04', 'image/webp'),
(268, '2026-01-23 06:20:47', '18107702551667973', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'lYiWIdwDmOyiaIYohnttBTlYZ2pwYVZhQjQ1bzJKTVNNeE13d2o0bWs1ZmZDeXJzK1Ria2l6bFZMbDlzdnpZNm81MlBwUENjQjdYa2R2K0cyK1F0S25JbllCZHlBU2FnZHVvTko1V1BoZjg2aVRPMGp0a2tuY3dwdHV3dDFWN1VWZ0JCNWRQY2hpY3gzVnZITGZtVEVnQWVPRWFLd2o4aTNyTkxNRnVjT0RJOWVpUS9Ca3U5eUozM1kyRm9XTGNZK2c3bzRhdzV3UFgraW55UVlaQWFiQlpiRnZqS1JPL3FTbUFKMWcrSk5aZUc1aURVKy9UbWdRMDFCRU13NWE0N3ZtSzBnMHpzUHBUUFg4dUg4OWIzaVZEQ0diSXdHbVJSVmdrdFIvRmdUalRGSUhsWURUNlZIYzM4MlR4WW04WVFPb2pQeUdJUTFRL0VHOXZLZkhxaGxBa0ovT0MyaVBSSnh0ckRDQlN1NGZRdTdzNExLK0w3Zm9YbVVxZkxvYThmYnVnakp4Q3NLSm1IR01jWEppcXJSYjZzMXFDckJrU1IzYzVjWGQ1RkFLbFNpVDdiZG56VHBWWDJZRXVWM0Z4ck8waXUzRUh3QjRPTVNQSjUxS1h1L1Vka2dBRkk3QVBHWVl4ZXNBVEVVZHJIc3pqR0M3M1ozYkV5a3p3ZHIwQ2lJTk9LMG5rSGlESFMwUDlBY1NZbWJGdzRLRGpJRVB5cmF6ZmtBbU91K0c2K2ZUT2J1Q2lOZDVrVGQ1K0Z1b0RzZ3ZkRnJNUVdseXBZZVI4RXlaT0NPNFlxRVNKYWRyN2R5SEowSitOYjhnR1B4M2xpWHlzbUY0MGowQktCYmhWYzhHbWhiQ3YvUm9xSENHMTRLMnMwYlVHTkd0bE1PQzJJQVZybzhEL1RqdmIzTG8xdVNOUGt2SU13aXJRdGJxdFkwRmdsOFFBQkFFdWV0OXJzdUwwZ1VMck5VU1NuMWVTeS9iR2VjUXRVLzJVbEZaY1lFd1k5VndHbXVDUXZ4eVUrVDBUZjJETFZCcFdoYjNwc1QyMzlMNmh3ZmdPUjEwNDJhOGZ4UzVvUUY0Q29zTU1QTURFSjdlNzR2OWZ5Q1VkVUVpb3VYbEtkVEJ5MTE0SkNkbWlyOVZVcWpEMEdRODlBRXVweDNUMXY2d1FibWoxRVFVMm5QelQ1dFZ4ZGcrZ2xXMk1OYzY4UzBPdlF5L1gxUzRodnEwTStOaWhzODdPZVFyeXNwelloL0NpellZRHhZNlI5UHkwdk9pNCtUckduYzFLWWxZK1pHczdsNlp2N1RISnhweG1xaWRmSWUwdmhXQUJlYnJuWDBKeERYZ05EUXpoZW1lS2hnVnliUVJEbk92Nk9QRDRFeVRPdVpmTlY4Yi9YVXRGRHFPNHQ2RUkrS1BpQTE2S3orcUh2cUp6Q0ZzeWhLUHY1OUQxRG0yKzB2Q2N5Zi9rYXlsL1p2ZzBhRXNWZ0VQRmVaalZQUSt6QzFYN05sVWJqcWx4aGJyQk1hZ1puWEo3YkpBZmpIRGw1dUwrQkgzMzBjcEFkWEl1RmZIL213ajBtVk80VnpXNXpOMUJwQWxYNURiNGNyNi9na0w5d08vMTYxQUxhbnBsQ2s4b2tsbEdLN282aTlOQXMzL3Nub2hubXRJTG9LdEtTaXc5Mk5Ea0JIanZrdmVmcVhLVlZzZy9YY1gvb21GUG1KNnBZYmlHUFIxTjJhNGxpUWJCOStjSmUrbmlGb1k5aFJITUszMCtJNU81SUZWcWwvMjhHQ2lobGFBcTJ6SUMrN01xdnhjcUtHcUhtQmxKRG9NWElGcENCY2Y5bVFaQ2xLZ244NmMyNjV1OVNwUCtic3FsNE44M1htNEZpV1lSdDlJSUFBRGp1aU5ER1hscU1TdVlUUkVaWDdVUTRJVi96YlNRU2w5ZmJqMFFxSlN2bFdXRmRZdWoxWkd3RnUySnk4eWJUN1lzUVNncXovRWx3bXFRbXFGZGNnNmszZXZwRFN5SXVkOFBoSTk1ZTNadTdNRE12WUNRZ0Q1aTVjTFMwTjR4b0JGYWxpQ2tFMWtTSkREWHpxNnN1UW5jUVVBZGhGZG0xaS9sWm5PTEdETWcrSHZ1aVB2OTNoSjJpUk1yRThzN0VBdTFYY3FkVlU5N1BkL0VZOEtTaDJsYlNuclR2aE5lN0x1WVJJc1d2LzJoYmVPd0RKcy9Dbk9sSXJYUUVCOEloUWxrYk4zS21wZnAxdDRNSVlLQjlVdlFKUnJOY3dWUytNM0ErOC9UbHA0SW5UcU5sdFdsOWZrODhtM1phVnh6TC9GUDd4enRxS0NHVUl0ZFpiOENVU2hLMEhwdmtmSmNqMUtGaTEyeWFPRmhVK09HQWRoU2FNRVd3MnQySU8wS1hOVVk4ZkUxOHdwMGhyVDlBU1hJdUJFWWYvWXgvSkh0eHhCNFBvS1VTVkdQN2xVSWJVMkp0OFRJVG1uWklyMlBMK0dhbnkyNzNjb0J5Ly9yZHY0U2RSK3hwSDRpUUVyaE1sL0lCcEpNTk9WS21aTEVWOGE5ODdta2dTRFQ0YVVMMjNxdzJPbDY1dVhobGtIL0theXpPcXpHSmtveDc2TTA3Ry9aSnV6VVI4QmtBTFprYjlBcExMRXM9', '619476915_18034059353753450_4110998783663907557_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2026-04-07', 'image/webp'),
(269, '2026-01-28 18:23:14', '17979279449975584', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7fBVCA3TpZWn9oEc7g3dUlVJTnVseEI0bG5mREMrYjY4Sk01bS8rNzZsNGxJbkNTTEhDc2Y2a2pjczNGYVdzV1dXajZaZlhKeEdEZFZEOGJTamZ6QTA1Y044UTF4N0tHOXJ0bTA5NDRobW1DQlZKelZmV1ZJVGEvSWkvdmVNZmNmZ2swWFhYR1hLL2lxM0ppQ2I3QzBqc2p3LzNNNmhKTkt3WnUxamI0ZXl2ek50Vmkzckc3OXQzQWR6cTdEZkgyOFBRU0MrVzJHcUtFNGVTcndkRGtOWG9PUUFJZzB3UUVybnVXUlhieEpOcjNPeTQremV4V2pvMFRvRW9Wbi9FSExueVB0RVJ4QXIvN1NSUjdFVHJxRlM2QUxGV1pnV1NCaUwwcENYQUx0eW5NTGZBNS9aYmVjYlhVSGR0ek44cjNYcW1zZzJGWEl1VFp1K0hzeFRJQ0gydElsQ3Ntcm5BbG1UbTlRUGFqSUZSWVN0dVcxYksrdGFpUjBvYy9BbU04NFZpUkp1N3dDMG5RSnJJc3A2NWlnemkzSzZRL29KSVdEWVFZNS9Rei93bmN3cnJhdmF3TmZobTVaaGdwVDBiQ2h1NGE5UUpIR041YVl3MERNcndRdEh5OWM2ZXFkNEhBdGRCRlY5UjVESEoxaW1Rb1FuenI3TkRTeTM4Ri9ZVzFmeUpYbUlUSmhKblFuQlVxdzE5SklOQ0NRc1NuKzZ5TGFwMlJCV0w1T2JVL1BmdnoyTFVZWnA0d1o5akJ3SzhoczVVaTVweVRFVzM4YzR1SklzOHJsWUhjY0dBTFFjRFk3QUl0ZkszZEZRVDB1cjRkTnlGM1ZFZ2taeFB4WXd1LzRCQnVMT2lqSGtkYTNhRGw0eGFFR3VSNW1HZ1RUUzV0ckFlN3pUYWc0K1RyaXZTemxzMkVBZTBRRVNMTlJGZyt5UTkramlZRUhPeUhLN3RLOThCeFVKemNCKzVVQkZQWE1TaXlGMU02RzhjNEtSZmk0cHE0bzJyRTZBTXJZS25iZlI5bmIvakErTEZYMjl5WXYyR1JvaGlGM2ZwY3NDOXA2YWQ4VFJXRTlBRHZWUjN0dWFaZXBJQlFRVU84QkFRa09BZW01d3BkRDhITWpZVTIrRDkwVWhpTS9odUFmODhPbkZYcEY5c1JYaC9STUs1VmdBdE0reDlIMjlqK3E3TnFuSWZZcUgwQzZ2Y1laZkFzd3R1cjVHQm5JN3VvdTN3UjRRTGJvOWhFb1gzcXFSalR0V05vVjcyOTA3Wmplcmg4UUs5blRJK0o4aUVZQk1nU2hNWDlVMTZFN1I4cUpMazBCN2ZUcGlyN256azRldXUwYlJJMlhMV0U5WDNlYzdhdUQ5WkYxS1RaR28wZ3FkWm1GUFNSNGE2VDdSUUVaTUkrSGN1NXYvYUIrZW5sK0ZhaUVkaFpYZTV0MUZocGJuZkluTlh0cVNleWs4ejMwYjM1YXNyWWd0cm1aWkZuSkdpYnZCN3krVWRicXVEQzF4MnNsZjN2WkkxLzY2a01aZldMQ0pOMlJXb2VKbXVXVkRDS29ocnJFd3hTYXh4WEJIUmE4ODlDU3dGcTVoSy94MDMzOW1CM3NRQ0hxamYzcFVwVElqSzFTQ2diUTYxNklsQ2krSVRLZ29yOFdmY05Wem9rY1Q1MXRKL1J2TllKSkdOWldIUzUrL3QweGxuSkk1V3lONlFIa1ZFZDh1Q2tkSWJyeDk4NC81Z01yL3pyaGh4bC9SOU9GV3NqaFpjT2ZuRG5tcTFGbmltdk5Hbi94MUZZMkxWU21ocTB0b2VVTFUyaTh2OTl2cFZnTDh6MkE5dFZiZUVRcVgzcHhFbW1ZeUc5TGZnMFVBWTgzNndNSGhScUxraVBXQjh5NWNwN2xLcW5FUkFWYmpQYXhHTnZRUnNDTHVmdzZrQ2FjZlVJaDNQZkhLa05LVXc0bENoRXRROG1NdTBIeE9GMkZrTHVXd3lHZFlrNUdodnZCRG9DSS9BZTAzMnAybUZsZnpETEJNamRxMkhxeTdLeUx4Tkw4MWkzSEdZVEpKbTVtSFlSSU8rTVJNMktnVUIyTDFQYU9XK2pUdWlxZUtKdTlna3drQkpnOWxBL0VLSmd6QjczeWkvZ3NBejhnVVhwS0VUbC9XcEtwR2lxWENiSGtQdGs1TCtiNVhIREtGYjd3U0ttL2tidTY4QlJFclpDT1VBQjFlZkcxTEhSOTl5SEZGdnp0RFVrNWdRRTRDRG05ZkN4YzZZelYxakRkaU9RMGQreHBYclFPZ293b3RaRzhYdGoxMWI3ZHBwakVNT3RuRGtDOTkzY0d5YkV3TEdSWGhUVzU2Z1duYWRJUlhRTU45Wjhxb0dicHVMRzV4RmhvQnF1MERGaFVhcDZ4aFQrWW83amcvUm9BSEUrRUhNRFJkSGVuc29YQkVmZXhwTFMrMWNvVk1TelB6d1RwSTA5UE9wR0NXaExiWGpOOUFhSXBQNHl0TEhBY0VvVlBpS1BqRDJablp0Q1V3K1lLblB5RmpCQmFkWWJHQ09Na1lRK0NIUHVmOXZ1T01rQWlpM3NSRTNiNGU4bWQ5dz0=', '623573408_18034689440753450_8460685032122813637_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-04-14', 'image/webp'),
(270, '2026-01-31 06:22:49', '18096129064932375', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'lFAOgdnWzmGKVHquCcl513lnb2VaMVRpQVVlcEdacFRZeFY1M3ZPWGoyQ1BiWVkwR09sRlkvWUJKUVpaSkhMelBjNFgxeEF4OWdoSXhNZndTQWMrNzhHMUNCbFI5Q2YrUU9NWXhOU1JVQnd6T2pvSlI3eEkwcmJiaWVUNEtvRWp1a3d6WVVpYVJXQnVCcEVWdzZlMXlHUWtxVDZ6UVluVitjMmI4RHRKdmFsZkVZY0ZnQnI0dHhiTFBSRkxXT3BOUGwrRFRTM0VWS0xxWFArSVZOeWpXcU5yblNGcVoyRmFubDQ3U1JzOER2cm5Hd2dKZ3hjbnVLTHp5Z1B0MHdUTlBKTjJEbnlFd1c1Yytzc1E4M3VWS2RKQkEzanZpdThDOG1Pb3c3SkZqWVVOak1UQll0WFlLTWs3Z1lySmg4bFJnUnoxbWwzcUFHNnBpcW1BeFI5N1g2UjNaamxaTS83SEUvOUhjRnpoNlNuWk0rck91eUFuMklYUWVZbHNsdkxLMHJ3dzBPNVJQbWNxSE1GWnltTUQvSWxhVWZjTlVPZFAwQW1Cd3g5aVNZaGJiYjRvMGVUSXk2UDluRi9weUR3RGVqRzVvMkExemlIRnRvRFU2T1k0S0FhK3BaTEpMK2R6bVhUeHdheHdPaHlROHJ4c3FyS1B4V0NnTGgxc0YvL1lwU0g4cTMwU2ZlZWcrblpJbmZ1SDNPNHdocmpETnZ0dmlZeXFXTnJHcW10MWd3Z082YWJlbDdnSnhBT3l3aUVmazNwZE5udjgzanRjallwMG9iODZRTm94UjlpNkQ2bHcwTzJzOS9qajl4QUdnaHEzZ3liRkF5TlAzbit5ZVBXOXpJZXlNLzlKWEhrQkVDbzVmaW0zak9BSDJ3cWlJZ3dwekZucW9YaHRvVFhlSk1MUkEvSE9EMEJqdUErOTlxZzNVL1U1ZjRZcTRXSjk3SW03WUZZL25scUprazZQczQ1bThOZENValBlTmZZVmc0ZW0vZnFqUTBVdys3S2pUajdITVIwZ3kvUnhLajR2cmN0S2JHV1RxQi9iVklEaCtmTkpMRENlS1RBeUVMN1lDbnJmYkwvZDVFbnovakIzM09VZGlyL1pqV29ZUWVidkhmODlXK3ZUNDEzOEdwVVBZSHh2bXJTeDBUeS9KT20rdEpJeWNyeHhUcSt4eHhza1F1YURvKzRsTmYvZDJ3T2Z1eSsyTzdtb0FmVHV2MFR5Mm42NmYyNUswRWNGZ3FkcjlDNXNQWGhCQ1d6T3hBbVk3WFpJYTFJNG5rV013cGFxYTlJT2ZoTVlLRjZxTVdEUXRra3IxT3cvSldzeEREZWNONVpoMURTOTd5QThGWXRGUXFNY2JGQVBZNW1XbmpxTkd5YUZNNXRBUENOQ20yYXV6Wms4THFzajVxUThVdU9rbWZtWHVhM3ZRVVE2Q0gvdDlCdHZNNWphQUd4alNXdGlHU3Noc3FaTE80YUhyeWxwMW1rQ1NwYThmb3c3c2ZyQm82MDFUZmVEWEFtRlk4NTJ0SEU1VE16RWZKZ2xKK3NtS2JKWHdaZzZjZkk5RjloSTlaaFI2ODFqaFcybkpLaU9qWlR4dlM0Z0pWVldhaURnSGVsb3NERmFBaFdvL0MvU2FmVWxlVXhIKzdncGp6bHkzcHgzazU0dk15NVh4TnhCam5KNWVMYlR5V2QzeGIyTlQ5dWVHcXd4MWJ0THVNSS9hOEhSbjFUdS9OWWtHcmVyUWx4aEZvb2JlWW9rYUk3VkZnM1hMUWo0UVBsTzRmMk54WnM0cHgvSWZ1dWVKMEs1UVB2VEQyY0pRTFZMbCtSd2FoL2phM2l5ZVRLdk9pYWwrTVNObTRDWXZQNUpwMWFsWmJwV1orNnpCTDhOZGZZTDQ2aFIzTlAyTUdTdmJBZFNlNWxyZlFxdTd5MW8rckRxVXo2ek4zaDFYRzlHTjBKamxvWC96Vm1EdERLMEJhV3lPN2hiQjgyVmh5ODJET2laQ1YvRXpPci9vNURrR21xSjdSczNQWlpaNEFMd3JVRGlkd0Z5eHFRMUJtMUkrQ2dPbTRRSzcwZVNmRVpGU3FVOXN0US9jTGEwTGg4TlNuZUt4NDMvRHNobEN4cjdDRXNwcXV2N0pJRHF2dDFxcTJsV1BDN3Zqc09nS1d1VkE2VzF4dnp5QWM0UVpyeEpHTjhhdmcva28xY0M2YWViZHRZd2V0ZnVhMWNmK2VTM2l5S0x1by9yeGtkbXZpSGxFNWI5V2lVeThRVDFVT2c2YUJ1MEN0OUY2TVBpMFVROWdVVmRlUFY0NkFXdXo1QzBIOU9xSEcrTnBIUU4ybXptWFoyMU5LQlVicXhQa01sd0NnazhJYnpoVzZycFJnc0pmRHFHN0ZrMmtYOWtmbEFpVzhhSGwveU9Hd0w1MWtDMFc5bndKd2Y5VDErZGs5bGdscDdhc3ZwTUcwZ3BCalhhc2hvTVNoQmFuUXFFY3VsL1YxZ05FWnpsWk05NGE2M3lQZU8xNnBZRkp3OVorVzJWSkpmZmhwUWh1cUVWZTJzeGZkcFVra003a2plOVBLWTBPY1JmajBwd3NxRkNoL0pqS3hpMGU1aTVjN1diYmtaek55MGd4ejlTWXBwOENyNlRGVHNjalp5ZzdtMmRvVCtSTmVPK3VuNkNlbjFPc29oeGVGSXNiTVRvdG16L25lckxrSllIUGkybTNSUzl4a1dUT3VqS1pNS05CZ2tMSHJJMlVNLzNueURKYjAwUmUzZG82VGtEODR3b3krVHd3SVNJbnJsc2xSbSthcW1Mcjh0ZXJsMytpQ2EyQnVuNy9wZzZJVW1yZE4xRHFldTRvOEIxczBWc3dyV2JwQXJNK20xTWEyc2VPT0svVENwRWcyVXNxd2hjOHpWdTJ1T0Jha1JnWUpadXhpM2c1cTVLUXQvSVBZZVFTUUk1WHZxZTM4ZTdTTmNBVkJ6T0gvRFc0M0tZekJNREsrdkFURGErVlBVNEdzUk5tZ0NhRWNncXJLcUhkVFFCKzB4Umk1ZzJVS3IwYWVtYVR5YmZXTG55TDRPM2lTNW5za2IvTXpCUXo5bUdOYjFWTVFXSjN3b3A3ZmZKWUwzY2FXd01XaWdEZjQwZU1Gd3JqY3RTUG1CeU16SmpmS2I1Nm8rdmN6MDBKVEVaOXNqbUNVZkNrQ0xGUk5mM2dXdjFiWTRWdWUwZjZ1cHJFazZ3Njk5eFVTRHRnT3lYSGRkZXc1SFgrTzh4bGJyVHJQdElYVUVYK09GTHNNZVNHMlcvbEpiT1ZlamQ3QlJMejN4eGZMQXhJR3RvTTI4bllQYW9SRTRNY0luM3RibHVLMDQ0QkdSOGt0Nk9LMVpLbFVTc2xKenJUWGsxTi9GY3o2ZFdEUFJwOWJjYTQyYTUxZG01ZENXcVYrZXRLRDl3emNLWlBnWTBkMG1PZHliMU1ab1h3RTloTXhtQW5ab0NYcFhJeGFBS2VTUjIxeFhXTnlrSzNXQW85Nlk2VEEwK2FWbkNYVmsrWldxalVOWjRRUTE1aGNwbVlKTEw4MWhicUQwQTR5OVI4bmJCR3FQa0V6TzFmMmxBNDRnL00xZnpVYlB4Z0tEcDlseDdva0tjM1BSV1lSV2ltbVByUlVlWnM3cGZpd051VmltWUFlbVVkZXNqWDFNQW84NVlPd20yNk1IWjdDdkZtUkhnRWNEcDRUVytVaWk0U0dxRUgyUUl3TmJVU3VaTXNkMjhVN1VjdURoMWJoVDRBSVZjU3JDKzVpSEY3ejZQTmNXWXFNYVAzWEJWM2NKcWo1MjVpUGw0OWY0YmVqV3ZHRHROdkJVand1V1pwT1RXQjZ1MHBTU0dmajFKU1B0ekVVMFNVcFJiOVVBRm9MNy80RGIyQTB5b0ZreU5KdTd1aC9SVnFwbjRQZW1oT2drTk83Z2tmblZlVVdWUTN0dHhUbjNrNnJMT21NRERZWDlKd2VvVHJGWXlrazg3aHFDZ1RCdDBnQ2VwQ3drZFBpNzRMUGh2L2NsYmFBdGVSc1Q2cXBGSFo0dFdvQkFZaHpTZnJ2WGgyZU5Fa1R0VkRvSm9RSXYyeWtnTlcyTHVzZWJTQ1pFN2lEd1o0M1VudllJTElIUXZVeEZ3MGRkVE9tUmQ0ZUJqV0pBMTJ2a0JYb0xiTWtpVENUc0RURkhmQnhhODVuS3VqRnduelEzN2lEdGVZRlJ1T2U4c0RRPT0=', '623684569_1246211857391242_6554775401383537451_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-11', 'image/webp'),
(271, '2026-02-03 06:19:49', '18086552522329305', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'CuTrnzZb++XmQ3s/505vI0RpNkZwOCtONUNtYTd0QXFhYlI1TlNucGNDeG9VNGlTSUtmR2pNSHZzMjJuOWFha0pDdFRPbGQ0SnJCTUZ3MG96U0ZMY1JKajJsMzEvMEw4WDVvN0VaRVBVdU1yZ2RuNWxhdGdmTnlQWGF6cDhEQWVPSjUzN0l5WGJ3Z1RkU2JQVWJ6a01xR1l3ek1UNDlpVW5TbVpqZE80TlVlMnRPS1JtajlDR0N3TG43WTJDZDBQVkRGeW03ZTZpRWVxNTNoMndiZEY0MFFWUnlYR1hGTkRneTZISzdETTZHaUtCWUE1eHJuK2d1b2ZMRU12eE14QnZ5b1pnWnJkTmY3a1hzQ3NUNFhYdWYxRVB5YWM1bG1XaCtnYWVGYkVqWTZLaXYyN2tqek5vZFhiYkZ4bjFMeHB6VGEwbEYwd3VlRUFNQW93MGVIYWsxcVlvaUJST2lTdjg5RVEyQTI3K3laQktVYkZCc1ZqMkVhem9YWVJ3ZEFhZjhOdkRyR2RBcE1RWm5VUEVkcGxSaXZTODNXRE1BdzRhWmNtR04vTU9BcHVOalJLYks2aW1Bd0N1aEZvRHhnMm5HQ1d4N3FYbFB6dXBhU2Q5ck5KMUhBdVUzRnBNM1lCNno3RXhxSi9reVBHc2Jyb3p3ajFtMCswY1MzbWtKdkZEWTRmZG9vQytPaEQyR3BGNjlDNlcvUWcyVTFLVkltSEtvOHp1cGlkQms1YStCVWtnalI4N3BjOWN2QmRkZGZpS29LSi95NkFDa1dUQlowUDlLUmRBNkRqN2tZellXbXN0Zk03Sll2R1NFTEoveDJDelRxMzRCdWtlbkgzTVR1dUh0ZVJLVmE0WE8wQ2xweE8yZ3UvNzgwdUpXZURJN2tMWnY4WnFmcGYyc0ZNMjkvaWRteVNQNkhsajkwdS9oODRidTlVK0pXdkUxTDlYbEVKMTYzV3lQVUQ4RklDd041ZGJFbm5TRzlvbjBGZkZsZGdGTUVvaU5qZDd0d251NC94dVJBclRYM1REKzRzcldMMlJTYytlcEVnbzlTc3lUUWlidTZsVWMyK0NLR3JSL3Q0WWIxOWZJaGkzMGVHK2dMSTE1RXhxR2VPQWM2RStRT2h6b29JWDBlTHZtR0ozQ05zRTdhaUtJRE93bWU2ZGZGZk1PR0NyRUxZdlZscGNqSEdiZzR0b1JDSmhxdXVYenZsY0YzRHRsRCszbDgrb1RnM3ZXOVdleERHU1ptOW00eXpYZlVBaHZJcExRTDd2TXNTRytrU1o5TWozeE04U1k1bXYyUFNzTitiSC9VajNMQW5aUFVBUjVLZnM1SDY3TG94WElIejlsVTJ0YXFGcDROOWZqOWIyZ09UTDdvQ1RHZnBwRC9aeWY5VGs1TWlpTnRUMkZJdG1QcTg2dmNkRFFYNWpQNVliMUNpc2lvZFRkMlNVdmZqQ3EyR0VyZHdJSXZJVGdZNXN6RklFV2QyZnd5a2ZJd2hEWE11YzdITFN4M1BIcnNSRGtqU0szS24xamZCbHFwV1hPbEZXUDdoM1dXdlZqSmNqOVU1a2Zmb0c4djNTaE10SWJRZ2FsWnpLQVc3NkJ4SnN4cXNmT2cxYlkveHZHdGtVMHo3UXd3WTZKdmZJOVVIRXlmSEhiTThDakk4UWQ2YkpPZUdmdDdyNE8zM1ZpL05VR0lsNlJ2WG5Jc2ljSDhDNFNreUNEeVQxYVpNd1NXUS9qRjZwNzJQdDVIUzVVcHl6YVBVVXpRSGcrRzZYdWdGRTUxbFJPRWViTVZiRXZhK0FIdG05L0VtVnRHbjNicnNZa05RNTJ6VWlzbWl0NHlCL2NhMVlqbEhHbmx6d1lYWlhxdVdCSWdFbE9FWHBHakZPaDI3VWEwbVRKaVZZcUFMUkIvcU13c3NlSkVLMi9ySWMwU2Zua1ZhWmJhbk9OMlBDcmhTQTBBUWR1dllmY0RRWVhGYmdZbVIvbzYybldCSGxYMmN4dGlqaktJSjFZYnRCN0FRUU5PVzFSYk5hWkd6Nm9VbUZyaUhVUE5wWjBTa3c4cU0zaWNhN1o5Z1VkOUhRVThoUHJOZGtqdENoc1hZOG81V2lMVDlMd2xYYjVUM05iWHFBazN2UTJxUlNzeTFXZzJ5M3R0ZG8yNFhFSVhkejBseVc5anNFeDRqOEhONzV6YlczU1ZYSVpYeVc5YVFua3l1cHBmWmJFN01jWWM5amI2SWlCVU1TR0VaMjdmUHcrUHV1dldkQ3NLV1plcUtiYytiVEZWbzVGWVNPejRuWkV0cnZyOGpQZERGSGZpSDExMXIwZit4dnR4V0l5Rnp5YnNkUDNRWkMyckx5RUlDYlVaZlN1WGlJcHBXdVNXWHhnUnBwaEVxL1RUWEFTYmJOV1AzOG5MVWkzN1hCYUY1TmJsYUw3aHNxdmE4VUU2YmFkVktxbWFReHV1V0RCSzU2UHFKZUQzM1NLYTV2Ni9nOGRUVHEwTDk5dm1vcXNhOWRzR1JmV3N1Mlg1L1BKYVlSZm5CT1pVUmdkbW0rZnF3NDd1NHliOGJLaE1DeDdMS001MnJmdjkrSFNjSXNwckUvRTl4TGd4SDJuVEl5M3A4ckU0TmpOclBHS2ducmRIeHd6MitJQmt3cVVlNEdmek44aGxpeGt1bFRuQWhnb05NeFNPdlhSWU5IZ2FtRHdRZjZFRXBwSXB5ZmVNVWVqL2pBWEVvbDRtU0d3S0xjNndDdFlkekxJRlFQYVdxakFBUFhpNW9EYXlrRXc0aG9yVm5QUXpESnQ1bmp3WTRFSDFZL2Q3YzZhODBjclhtOUpnZmVPU2dORTIrRnlpODRSMjg2Wi91NkZ6cjVVSjBIc1dIbkFZU2Vucnc3Zkt1amVDQXZvS01GT3h1ZkVISUV4ejZlL2dZSTVuWlpLMENDN2tsT210K25waDAyTFNmZHhtZk5acWl3N0ZzOTRBcEpySEZiMS9kazl2Sk5ZZVcxbnozZ3BHdUl5TFp1YWxSSkRXQ3VJd0liTVJkSGpCT3lMaEZScFVOT3JlcDhzSGFPcFlsSU5VeDBUd0x1MXpWOCtlTkNPc1pCUG5remNtUUVyTFh6d3NzRnFtalRjTzlNZEpXTW1lSFVvSGUrZWFJeGJzVnRTdU15YVZDVGVzbkVuYk9sQVBQbW92NStQb3gyT2Vuam1ac3Z2d2Z1UlhCeExhYTlHeWNUU09BdVlzTklka0g5TVMwaEhTQzZIYWRvWWtEaFpxdWtnamdBMmFvV081bmFqbmc2am9qUnVoR21nMHRTNTY1NkRrNlArazFSWi95OUIzd01ONzZJeXQ5QmY4dmxFZHRLZ2I0UllPMXRkRHl6Z2QzS3pKdXlncnBaUytjQUZDanRvVzFPa0FQb0RGbVV2am1SQ1ZNZmtHbkFMK055YWdrRHIzVmk5dmVJVEpHMWY3emI3Y05iMURXOHJpVUpvanRPSHVtN1dKaFdmMHhPK1BrbGc3MXFGakZkWnpTR2ZDWEVlS1BZK0dzVk0vaVVLWFFJdHh4M0U4SVFPVzFyNnZHcjZtc3BFamFmNThac0VGSXVXc0NLdm5KZXpQSDNzQlFVRWRBV08zN3lRYm8wZTVCUEtSdnU2bS9UZS9zdmkwUUhSUWJWcmNSVCszNUo0clpkcnpScVl6RGtMVGp2bW1kelBWeTcwVUw1WUdXRExWT0FQd1dNUG5lV0hyWWxRSmlXQXlaRmVXYXQxT0ordHZKMHFYcHdQK1QwSStWV3JJSFpteWc0TVo0Qmd1QWtGYzh6SnhibHR4S1lpU3lwNEVlbTNYZmNCUml1YVkxd1JXYzVtWVd6K240OG5uSnV0dUgrYWs2K2txbUhRb3dZS3Z5Q0NNa005dU1zNW12OUpPZmc5LzcxdFR6bHJRbXFpYWQ0V1pGcEJiUXQ2Z1Ivb29GZHpMSnUvdjIzMVhHb1dIWVdwdHkvNUt6SFFVTGVablNjVXlRNU1objQ0USs2SENhcEp4cnR6UURmTERTUERsclpDajV6ZktNQmJJc0dIQ3BnNUpHRnM3Sk5JREpWeGxoMHdGL2k5SU04Z3BLMnRCc0V2UktzVS92Z1NvSmVtOVlHcGxVN01uQ0xWd1FPSjFTeXJEcWxLUUp2VU1SYzN4aW1SekNJN0E1M284eSs0cUpSSm94Wlk2cTlUMCtsQzNjRklUUTB2YmRTWUw4MUtpV2ZBL0lCdUVEV3pvQ3BmSE0rQW9Eck84QWlZZVZBcUZJWVA2NFVVdHFhZ0xWUU1yZzZabFBEOVFmRXE4cE9mOEo2UmNTZllOTUgvNXFNdC9DSStRNUIrZ3FIaFVFSHVTdW1ySE1QQ3I1YXpuOHBIT1ZVa0VqRWVHVCthcG9CNm14bklsWnk5QWNCRnZDWjJYUnRRK0paM1NKS3hNSFp1eWpjSTlPdnhuOGp5MmowZWozajZnd2toeXhCdkhsVWlVRThQZU9oaEkwSllPSVVzNWFXUi8wRFkyYnJNMHM0dGVSenBBTVNOUlg0aXZmdFhCdzlBbGlxbVBqQVAwL2V3Q2k3RWo5RWJvUWJnU1VaM2s1MlM0WE5hcGgxT0luVGZ0d01ISllvZE0wOFJoc2p2MjZDVkcwQzUyRkd5YlB3K0kvV1ozZUxpcGFQZEZTTUdRU3FGT2NKbVpXUUtmaFdKS1owYUFFT2NlYVRzWHU1V3BHWVREM2doSk4ybWU2ZzVCTGZvc2ZibWVUMDV1aGIrNmNOSXI4YUdCWTl4Yjg3UUpVMDdEVFliYzZCdHdKTjZLU2JUalZtM3JsU3JWS0V5N2VIWlBJaGZSYWV5SGRxN0Ewcy9BcDRjclpyVFd2K0VTaEJybnFNeFp3NXpMK0NkU0RvV2EyZ1p2a1Rwa1RZM1ZGVXUwdTJ4Qmk1VUF4Q1lXNjJpUGNCWUNZSUpCZTRGZ3liRDNNSWh2dWRtVTdMeTJvMTFLdTZRMjlDL1NlZmRmVFNTVXBPTkk5SHhDNlpjVXNvRHBkMmVSWHJqUW5leTdKMG16TlFUdlJYdXEvczlaeTk2ak5wd3ZPbm9ianVyRWpZeTlxSGh4Zm5zeEladUpwSjdTTnhSNGVpQUIwcTc5RzJ4VEZORXdyMFhEZ3p3R2I0ZVNpbWp5VW9TdGF5MUE0WVpuRWJWajlpZGFwV0l3OVQvdFVYVVZCK0cxN3g0S0grZXcwdmZ5NFVmaVNRNTRQZzRLdEVpODZNRmFIREM5WVdMUUdKendTRUk4K21QMURTZ1FTYVFEWGg0N1BnNHZGcG1UaHVyaHVpOFdYOTNkejNTTDBrSVJyQnZueGtlMWRVZlFzbEVlKzRrOTVac0t6S1JpOHVIVHJmbFNYY21XQWhOM0t1MXJJbEo3ZFAvbmhyeGM1cFI2eG4wMXIvZkF3VEVFZ0hqek1DLy9OVUN4SC9DMnBSbzlDbWpaQ3FPUXZlYVo3VHZ0MnJkTXZ1Nm5RdFhDUEhZNmVtczFuand4T2Y0ZHUyMXMxMlYyUXFiK01wWUNhVnVJRFZUb21wWWVoMVU2b3o2Wi9vR1RURUlVckJDT0lvekFEYUhaSGwwQ1ErbjdxbXl2Wjk5V2Nmdjk3RXlqa01IdTlVYjhjMStBaTNmRXdQTk1TOWZaUzkydDdRS2JVVUExRW1OU1A5VVVVT09KUURVbmhlV2RVdTdOSzJGNkdoZEg5L2UzdkxscjNSYkwvV3dyaVFoRFhYOTFYOEZkNDF6ZitibGZkbzNlZUIzVmh5cnBrOTNsSGp4Ykt5anJSbE9RMFh4LzNIRVQraDhoTTA1Z0g1blA5bHBLNldPb01McnBQaUZyTXEzNUQ4ZjlvR04xTXRJdDJKdzZrMndoanJZTjE2S2RqL3BZUk5jZEM0UGVWRjBZZlNFUURKdS9oV1J0SE9FK2h3RDJ1MjA0QXhYdDl6S0hvRFpPb0NqcVdFOHRCTVlTZzBneU9STmFDQzIzakxkYStINjVudVVxVmViV0RBcHlGMnlVUVhsdG5EU1NoN0hTc3krU20zbjA3ci92SUxsRHkxN3VyQnlMZE5PMUdZekN2QmJmNmZyVitrRnNteFV1NG45c0swSFh0V1FYZGdvZHJzaTNpb1pFbUlUcU4zcit3ZCtUK25mMkloVU56RW1oT2orQTExWmloa3hpRFQxZVpOejRDTnFkV3loaU9MYjRTaFgyamttenhoOXhOdXBtUXFZRkVkS2M1V2hMOTExU2ZESDBsbUh6QTlsT1pDQXVDRk5OMVdzMVVFdG5aMGVrZVY5ZVdUNE5ZTUVhcFVuTUZ2dUMvWEs0L0cvR0lNOHk3K2xXajBiUnZraS92a0RabzYycWRqTkdDeXJnMXBkSzNWZlptU0s0enpmd0JjQnZqSlFRT0ZEM21aQTIyZmJaMG5GN0w3M2dvK2hmVU5oMnRGK3Q0SmJnVlNBOTJieFVrWXZGTCs1WFRaOU9ERk5OZHExdnhZZWhxM1o1WlBFQ3lQS2tvSWw1TGZNRHI2cGY0YmhjZmtPbjYrQklxd3hSdXRLL2Y3eVRVWHRqMUUzejhZNXkvL2JOMW1FVXlNSjk1d2pHZG5kQXE0USt4MmNWcTlrQm16ajlRUnZjRVFJL2xnUlM1anYyVUgzUTZubW1XdTFaL3ZzTWc1L3R6QXhMbVFFRldNWTNZbzE4eTh1bEorWjVya1psQkROY3d5QTB2eTYyVHdXRzhnVDJianZpQno3S05hSWRFRmlEZjlkRU9STEltRGFYcGl4WWh1b0J2NGZSZGlXRlRybG1YejUvRUVPMTluRnZHTTkzM2tTbDB3TnlhVHBqbWVhbXNZQVRGdk1ZYW13MFBWV29kRGgxVlNWWHVNbkNKL1R5V2tlaVhZVG9ST1gwWGZZbDlremRHNXh6eHcvZENGWGYwYk9Fa0NMQlB2V1FUNXNDTVdod285eVFBU1dUc29ncXJnN29BalpFbm5xMHllc1pYb0NPK0pFMWM4Sm1aRTdXRnBHVUxSam52WXplSitaa0ppZzM3c2xzeWJmaUdvTGVKdk91TTg0TStLQ1dzSXJjSWxIc3AyazJjMUNWb0tYd1hwTWtTZUZHdHNLWHJMcit4UTlKV2RoRUZSREtVcHRjcmg4eXBEc3JjK3hWekN1dklHbkNXMHg2c3JLWjhIYWJYaTdTRVRaeFNIUGdpRE1tNkVmRjdsQnRyNnlNLzRsbWN3bEFsbjcwNGVHOFM1NWZseUJMZnByaWFFMEJyNGRCRXlFUFRFcTdWbGwzRkRxcTVEczdGWS9uZFRKL0VsMHBDYk9TWTNNRGNUcndZeVNOVGlRblBiY3g3d0N6cy9hM0Q3NDU2NU16d3JlaUZRYjBOY0VHZ2lYUkJFSXIzSWF3VnlKMWpYWkg3YkgrUEtvdGFIb1BMY1Vyd0dyQ0p5Wkx6V0N4bU91cWZDT1N2cUFINUV1alpIczBNdDkycE1VSHBCNXRIR0ZiZFZwWis1QmxYaUxOaE52b1EybjB2QXFDa1ZCcjRhTUhqM0VzUDFqejh5T0lkMkk2NE94WTBTaEJaOHZBdXk5eVRzZ2RCV3ZpN2ptZWVZK0hXQmRaQ2VEM1JZc056dHk3emhJWEtDSVBkYWtlbXI5UlI0TUMwd3ZXeXN2YlpJbHlsbVJZTE9USUNvRFR1THFrdi9WbFJ0YmhMZW5RY0FrL2s4Rk0xblNsTnIvRGN4dzZNV2YrTnV3SE9iTi9pWU5YSS93OHEzcThNbFVzaEFWT3ZLdUlMR1h0UFJRTmtXM0RiVXBReFhHKzd2Z0hnUHVMaU9pS3ZUdFY2bzRURmkrVElyRTVQd3BWTDdkOFdMWW5wcHlKYWZTYmFEVWN2TjFFZktSNkttNDNjb1pLQTlmMWlrWkFuaVZReStVSmJndVJEcExlNitnUndKMGE0TDd1U2o5OWMzLy9xcDlIWmpIVUVQZUIraTFkOWNaajREOWdGWlhGVTEwZ0lHd203MjNsdzhLNFhSTUxuRXQ3d1R2MjhRWm9YZHJ6eExnY2VPejdmek9EQzV1aW95b1VjdGpsRitJUDd1UE1lelhrNXk3N0puNmpXdWZUVzhVSGZRNytvdkxhK3EyaTdtU1BYNHVJTUcyK3hEcTRVTjhyREdqTjNERmxKcWV6cEJqWFU1aFRCK0JudDRDYTRQUk1pZGwrUk5IRURGeXN4MXpmeTdIREdqN1dIMURTUTlnMFpBNWlnRWdYdnZiQk1PaFZzN1VMbU9xd0xQTlFJUnJ4YTZ0ZDltWWZVOWtMY3M2bGUxbmQ0YnhjZXg1cTNMa09EL3ByL3ZndERlUE00N2JjZGs0WWJnM2tNL290UlpHWFZHM1h5ejAyK3VCUitFRlJhbHEvNGFYV2UwOVc3ZWVvRUhtaUV2czlhR1B3QTNNTi9YMW1SdjQyQjN1VEwzejlRUVVISTlGMzEzMTJaYnU2ZmgxVUowZEI3N2J0aEhNbTIrR0g1MC9JVDNQa2M1N2pFN2pvdkNodlA0SXVTaThOajM5ZkcwYkg4ODJVMit4Tk5vb1VQVmJ5eVAxczlUMHZIbXpkMk5FN0lRU2RsT2ZmcnpaZHV6VGhHWUR3YkFlNUFBckUvTExXZ2RFQnlTNUdMblhaMzZ2SnU3RnY1VkQwZHJUVm5CQXVqNXhDb1pIZU1aYmtFN0ZDcGNUQ0F2UjhsS2owVWtiS09ob0VRK2RUb0dqTWlxd0k0cGE3REdlL0R4SnBkMjRab2pKNjJqTG4yNmE2ekFaLzZFa1NicFllRWtoSHdaYTkxSFo2bFhiTWZZNTdGNW5heFFOd3NZTmsrbmhYQkJUdGlXSFJnazhlcEZJMENJMGhZQlVUYnhLYm9oQitHZjg4cGp4WGpZeGFHMS80dGdIZklqZkZ1N2t0TTBCcDkrOHFNOURnbnEwck1MNUxSWWNoYkpBM1A1dkVWU2syZmttUVVoNTZ1MWdwbExKc0wrWC9uc1NzTnN3emU5TDNoeFBLMXdpYWdBZ2hmcHd5Rjk0NEg5bHNkQWp4VmVaSHFtZVNTcTVkUWQrcWVLWityb0lNc2wzN2x0L1EybjVzVEdUWFNaQ0dDWGVLTUJXYk55Y293K0UxZVphekRnMm1QbFVQZFpSTVIyZjA0azRkUkVOZE5RWkRnUHhHKzYxR2h5UGFoRGlKMkxrYzJ2b2RteS9FS3luWWRDc2U5dExad0hpRGhCSVZkb0VrYTB2cjNLdFV2YkRXUDF2aVB2L0pnYVpYaUlqTjlFQnYxS2Vna1o1QUMzTlNSaWhqVzZFeVRDQW9IV20wZGlxQnJGNmgrd3VnT0RWMVBNT1JGZmt2c3VGU2NmNkRrQkF3SXFLT1VNQms4T0lBSU5Td1AzYitCcWt4Q01LUUtCckNxRk10UWNkUDZocUY0bDFiUEJ6VTVGcGxXMmtNanVOeUxGbHNpUWZKMXJMQzJvR3dib0NmbXh6TlBieDV6R3k3algzc0UxNkhRTkpuWkN0UURjU1g2dHBRPQ==', '625299088_18035231465753450_4341254195506010320_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-03-04', 'image/webp'),
(272, '2026-02-04 06:22:23', '18563990200050015', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'VD/OKHVlMhvkGYU4hmBA5VB0WTIxaHg3QkFWM0w1VzhrbVdtQldRRUFML3F3U0dmUFFnRjlHOUxLMURER0QvZnZOWUNWeGpjdVNpV01DNHBidENvdURHZzg5azRYNmtVOXVIc3hXVjFzVkM0a2x1bjBuZjBRRVBocVAzazlwcWE3Tk5lS0ZnaTVQeVU2SE02VDlYSFlPZ3pQR3I0cmJjNHZ0bTJwaGs4c3hsNEd2ZldyMjF2eXFTV3ZPS0RlaEdRYTR6NllwOE5HNzU5dm1qdDRvQjdWRFgyeGltVFA5S3BEQmNhQ3o4Sy9FYlFIS2t2YnR4MVB3Unl1eVdTY0daajNFR3lDaHBmc1o4bDdoaXlWV3JITlkvczZwRjVtWEdtR2F6Uyt1L0tqVnp5VXc1dG82Umx4NnI4TDBKYU1jeUViMTBaNjhmbTJiQjBVa0t0MlNwWUlHVGY1UnVEUVA2ZDVURXR1aSt1TFBlVW1sTVF1dmFXR1ZYNUhBUnE4VVc2Yk0rTzlyckdTTHc5VmRVYTFXdUhwR0dMUUszT3hyZmQxbFlqc0RiOEd0aTFuUG1Gd2FWbFE0Nzk5aTEyak51VG42NlZKeDFYcVVoVi9pMzBCczVTb1FBYXp6akcwdEpvRGwxSDkzNUhHWmVLdWdrTmFreXRHRjVGRU55eGY5ckJtWFRDVGpyNDFwam04ckgyU0xObmdSTkgwUE42WDZ1OU9QYURIQWhNWmZMWDVSNk9ZUmxWYjM1Q1l1eDdEZFRpQU8weDZVcUw4NzhzSDdQS0lzTTZKbWl4QkhYSzNaRm9kTHU5L1E4T2krYU5HcWwzYitZeXBCclN5eTBSaU15L05TeTNXbWhLVk5mOFJTaXhJVG5wblNXaW5Ud0trNjY4UDVzMFdWYTRVcXQycFlFbGZ0VmcxRlM2anYybXJIREpLYzRENUFEQ3RZMXUycmppbzZRQkw4aGpRRXBhYzNrcStJZXZaa0JDYUNDQVVianlvU092QytmQkJMeGV3WkRPNElnald3QVZsemgwOWZYVG04b2RzMUFWdS9jU1A5UkM0ZTNGakFFRjFSdGJxQ2cwYiszQ3ZjV01aQ0VMRW95SUdoemVraWdzZnlQZUM0QzIyNXp0K1NreEs4RjNpSnlvZHJsb3BJa2pjaVhDMFhkM28zYnRsZDJkQ0k4Qmw2blBkVStLVkJTRlgzdlM3ZjZjdUx4T0g3cXkwWHBZVzZCWnlkbHpYNUlqWkNJVjlzanJqSVZ0b1Y5NGZYNERsbElIRGh1OXpXUEkvSUNncUk3NFRFdzdORU4xRUptOUZITWc0bmFPR0xUZk84NC8vdElCVjE3U28yUzFCYnFmQVJlbmd1cGloZkZtN28yNmxOQmxoQjZKeHMzUklVcDYzSnc2UjE3SWNTVkdXSlRnT1JCRWplYnZTZC9uZlVkd0c0NU1Menl6b2xHeUlFTEo5eWNuMUt3UEE3NWMrZDY4QWtZcTF3YzFqWG1RTGV6b21yQUtsN1BXK2trVERZdS8xZGswM21BdGE4ZXNLSkNzdldIbjloaGdFUmRreFpLNm1NT0R2eldKTlVyQWZmMXVDZENJbzBqYXZJa2dNRWdMb0tYd1BZNTZNYWIySldlOHFHcHhMK3FjdEtqUGh5T1V5Vk1VQ2NmNzJVcHpmdU5XcUdJTUlPNGZKcHVmOGpUZEs5blJaRWNqMzkxVHZSM0JYZGF5OUlsQUt4WitLREZ3MXczaVcxNTA2aEhKa0p0Qk12OE92YlZxSXArdXBIK1hNWk8vbkdlbUd3Z0ZuSmwyVFJCdjBabmNCUjRpZ2VuK1VZbHA0ZVNQMG5Ua1l5cE5DQUg4QW1tWGJGU2tFMkZza1BCR3lwQUYvMTUxcTR1UTNZQ1BJZXoyNmhyUkd5WUlyTWtoaVdVMm9kNHpsQUcxeGtIYVB5bSswZzNDWithU0RuVDFZYUVoM2tNM3JpQ1Nia1U5cVRHNDZ4QXlMdGhjd1EvcFB5TkFYN2t6MldUbGxpbHhkb0FLeUprWTlQWnVEQWZ3M0dtSGN5M0p4dVRQWjlxczNWRE54M0FRODlGWE5BNk1Ob3diRm5VSWQ5MCtWQ1ZQWUxxekRUc3NlajkyT0o2UUR4cUhhREdCbEIvVzU4TzZwSitidXgyTDh6ZGh0Tk9sV0YxVlhqcHZtazVPRXduNWlKOC9vc2g0RXpzNjlldmNTTHBBMktmc0NwZkt1c2ZkaVgxaDNydEtENWFxTmxhZjdvcDF1bGZyOFVMOG9Hd0cxQldJMlZOYzhaSU9naFV1bzRhTVRJT3l4NDR3ZDhrMFpTV1N5cTdmNzVMa0dvaUF4RTc0QUpFTDUzTEgyWXBEL0N2NWNZaW1DMVRZTWt1UlQ4UnNNVFlZSGM2TGhLUVFhdDhYWkFXWmxMSncySG8rRG1CNG8wak82bVhIa1BaK0FackY1WS9ObmxsZE92Z2RpdW9lQ1BRRnRxWVZ4dkZtYXJhVjEvU2ZnY3UwdFB1aUdvVzZTeGhqTkRPbi83djJQdS9qM3hxdHJRSkhoRml3OFpjUy8vSFdLeU5nbitiRFF6UnJFcVJScGp0TlhzeDVmUHh0amdoek5OUFFrSFJTa1R3UlQ5QUNUaHNJaVlPSTQraWthdDZNb3ZxVjZCQjlVUVR5QVE4QXZhMkMrZ29MRUhJSXJpQnVxQ0NDMGJTbkxBRjN4Y3dQbndrLzdXbHAyMnBXTXI3TkpValBSZnhIS3kzdm51T2JDMCt0TmhxRGhCWThmaE83Zll2dHlRdkVoV1M1', '627189992_18035338973753450_4633061051696740627_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-04-15', 'image/webp'),
(273, '2026-02-04 18:24:06', '18098521424310238', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2bWXY0STdD6EGglLvFEIL1paNUZKT1VaYlhtMkk1d2R4S0QvNXlTMVdWY0xXbXZ6TC9LTEhDUHF5S2pTaHUralFNalowWWk4Ry85akJvcGdFRThLbTVlczFjd0RhakVzOHh6WWlDOHE2QTFhU3o5N0Jsbnp6RkRwZ1RzTjNXZC9HeXFOVDQ2eVk5aDhPa0JEV2NMZExIcVlrKzJ4ZTUzZkRxdUVvMmlrcHV1a2xNRlg3V2ZqcTZHeFh2cnNGSHEyWnpwWGlWOTMwYlpYa2tCSlRiSnc1MFl5S2J5bERDc2lGM3plMjVuZVg4V2ZXUkVNOURrU0J5d3FGK256MGpFcFQrVGV2eHg4SXdwcWhxc0ljQ0lwSlRzNXhXWmV6a2xycTAvakJKUEliaGREZ29mZVoxaFV2bXJ4cnF2a21Gb0twaFVDaUxvZWtka0hsSmU4eC9IK29kZE82MGhHdC9uL1BvYkV3T213RFM0MXJMVFFUVHgxKzRlcEkrazhDVml2b2VrZVdySW1Xd3ZNK2FXWDVYOUVkZTlTb2lSSkxmODFSQzNqekh3V2Mzdm9sUGM2RzV6R3pQdzl0ZmtEVWkrTlo1Y1RKZFVibm1jWlZBZkxzdkEyN0tQL2ZLSy9nZnloM2ZMZDJLd21TejBYVFdjVG1zNkh6UHFZeW0wSG1HYm5oVk0ydmpXWDN5SG5LS1IwUzU1dG1CTkVNdUZEcjhhU0hHVWZKK1pnWUJ6UkZ0YkU5Nmdya2lEelNLWE41UE1PUkRPWUZONDNnK1ZQS1VZbzVpdFdyYUdORjVPWEV0OEVyV2dnZUxtdHdSSnpFd3F3UXZLdlM3aURUWWVvMlI1QzFIVzJzckJUNFdUOTNWRXBOK2tNcDZLYXArNEdtT2NiNCtlTTNucWVrTjllMDRpeW9MTXZUMXRJRXJ6aldtZEh4M2RsOTVKYUlZTlRzdU12WkE1TGMvODk0bFpWNkJJQ0RRY09YbVl1SGpFTTQzcXNUOCtDc3VnQ1lwV1pKUGN0K0xFeGlLUCtlQktIaGlWUkxwc3RJMWVhZ2ZXaDBrOUdMa3dadTZMblRKcUdpSXFIQXNWR2tFck5pWG96RmRIcGVQQzltVnFIRWNvdXF6S3BNcUIvUG5nYUEwNi9OSStWU1R3Nnhta2FQZHVpZndUZmVxNXdPZFdDR1htRkNwaHhhdldQVG5yT1c3R0FVQlFxWEhqRE1yVFFmQzdTdHpsSDBXVzFEVVU4bXNURkEza200L0pOblVaeWoxZyt4WURXbncwYjg2eVA1UmlwdGVZMTg1TWdDcjgxY3NMbEVLTGY5dDJNNE83YW1ZN25hQUMzdVlZaVZYcEFsbDAwMFhLMWhjMk1hTGRxQmtjVjJ3bVRIU2RTdEpJb0xQNUdYNHRtNGNiMnBXRVdwL3BSZFZsT0g0SE14Rmp6d2V0a0JiVS9BUzlIdGdUY240TzBpdHNaQTVkaW1YQ1J0c3duTE52bDJsYlJHelNiUFBJZm9aOGJvSmRVbklsRkZyeDZkVXFNcENaR0dTVVhGM21YRnRhTVdFZXFwQ1dYdW0reWxjcXJ4NDhVeHc0OGVoUjc5eGJxVGhHUG5tL24vVUNQVVNVWitzYkRNZnFGZ3NIOGNmUStPQkRCTFozeEJ3VlhBa2UyNmFxWUxCUnJlTTNrN3Irb1Y1aWtpU2p5L0s1OEttU3k3TmhrMko4NG85WDJ2cUFiVUd5T2YzTnhBVGNoTjdwN2dTMDNTdWsvVnh2Ym00L2x2STVHRnJjTmdYaGVNNHgxWm9pbXBVWkxtV1g2TTg0bXM5OVlKeUVaUzdwNUU2N0Uva2k5aEFtSjIxSkVZdVRsQkVvMXpRejMxcVJIOXJlV0J3c3EwS0x6RmNJYlpDZUhCN3VtYU9IeDJwRURMeWdZamVGbmxidjFqSjg3RDBBSCtNdndMa1MrOG1NMWFIWWhjK3VKaHVUVGtvSFh1bkliakxUZWZ4b3VnUXZ0aUROdVhoNityWnlmT04ycjM2TFIxb1FQU2VPSUFZa3hsVFhUdXcxVnAyRWxIcytEcjdVd2pzZnBTZzE1Z0MxTmJCV3BJVTNsaldGclE0RCtvUUFxYXNkaHY1WDBJT0V3eCtJUzZvaFJqaWloWWd0RWd3RUx4WitPNHdJTHZEblFsTTJKeVVCU29pYVZRdGtlVFZuZFFsUkJwWXphZXFsZXpabUFTN010QUk3SEF2V0JqYUxHZzROZDFyOXRHalZnUjRYbExINmlhMDZoVnozazRQT05KTEFJV0tRYVFPd0tJVVFhVGRyd0x1NXVoSFMwSjVBZ0N0MnVMd0piNEJWbHUxRS9mc29PTEJINHJjK0VzR3NYZFMwMkN3Tk9CYnVEU1ptUkVUR3lQKzBWS2w1Y29sZ2VFc1JJcG9McXR3L1hrQUdORXI1blFVZGxjajJhbFdMdUxQTlc1SW02Y044WUJpMEQxM0ZEZ0FpZDJDdHlBb3AzemJoNkFNUHRvWVhha0JzSU13dkFwSEhqUGZ6YUxhbnp5em4yTGNmSW1obGZaNmljSGRWVnFGU0dZb0VkVjJZVENUNHlQSVJreTJDUGRxc2dBV1MrcHJ2TzdsWksydkNIYjkzNGNaaHlRLzMwVnRGMS96bG9ybGhzYlQrV09EUGZQTi9kV041UDE5di9TejBtWkxYUXNWMmlLa0ZOTmxWMHZ4TW81T1dCM1E5dlo2WFRhL0RZV2R3NVQzZW1HTmh0MXd4RGRCVDJlU0lMdzk3ajlhT3BWSkRmcGxBdk1YTVF5TEhUOFRoa083dmxoZ29OaWxvM2xYamhwSURxMm1xL2tPaFdzZUlEK084ZnJjS2FsbVBab3BIOWNoQjhBTVUybVNCL25manNnVERJcnlwbkt1ekYzakU0Qnllbk8yb0tqWFM0bWlVUWFPTXBVRTRuSDI2UnJZRkhnVTlOY1dDSmgwQjZlQ2Z5RG45MEdmbWJ1M0JqaFFjcnk3VDVKTXdncTdTaHBNcUZGWmdwYkh1aGFZd2V6eXFPaEVvUE5SaEFPcnIzSjkrTUZCbUhobU1XOXhBQ0lRc0FOcXdFRXZXUXdYMGRQZGtDT3ZQM0xhOHo3SE1HejZjbVFHZkpRY09RVXV6VXRoTUhRT3UxWHErWW52dUF0WkQ4M08zMkMvTEpOeC9yKzdDQ2Y4dXhBV21BR0dmbTduT3h3SHN6bjZGVE4zMER1WlM2Qld4bzN4OUJyeGVLNThqWjZoNXVvTUNQVDZvQkpPS0Qwa3hKTVNHSTREOVN4SkdoWEQ0ZHRrci91WC9FZ0ROQnNuN3V6YmVkMWRTdHdOSi9iY2t3dmFsUG5BV0xkK3FaZWlROWhNa3RMYTZtQktIVFhISlpEOFFKbkVUTkFoTlBKeEtDWHB4NkVoZVNlTmZJVVJMVDFTNU15TVBZUnR0eWdsNEhwek92OWpIaXg2dmZqaTA3ZUtubTRKejVCaE5ybVRsMk1DRkVZTU14c1NZNng3STZiMTBIZ2h4RWtvNjRIQmIwWnNSVHowVUlpVVF6Si9xUzIzR01SRTF4RnNEUmJsaFFIeExmMzhqZnppZk5WanZLUmc3R3Y0cEh3azZWeGZzSnVucUJkSjNQVFdhZFpXeXNjZnRFeHI5QXVLa2VRbi9TcjNlbVBMcUhFaThqblA2UG5ibGNzU2NOalJHWkFXZkNxUW5IVnFya3E5QnkwSWsxaWFKdThHY2w4S3E1NGM3Z2NGK3dKS1RLL2hEblhuSUlPcHF6MUczSFBpS0FUaHNmakwxZVBBdVZ0eWdXblhYQnA4b0ozR1ZUSEFkQ1FsYVVsVENFamN5V3ZGVW1LMUUxTkVjdjRYQ3hidmtNQ2lOVjJNMXgwM1pWMCtrWGVvOWY1U0lWYnI5Qk1zR3FRWmNIUVNza0xqek9YdVRyekx6TGFoakc4Tmdkc0JPS3dvWDFFSUMxd1ZIZm1RU3FJU3VncGRpNEhBaVFGZlhlN1QveTRTTXV2MWZxRVlSK1EzVFZ3OEh0Uk1sQkZ2SndsdDJmSDRjRzRIb3Y5VWFIT0JkSXBUbm5yTGJvdlljK3VtUTRrM0Njd28xdWVGZHFRMStwNlZ4WU9YejZ4bUphVlhJL3hxWHUwSEVLYnBpUUJzNFZ1dDRTY2czYnA1T0NZUElTZFU1cXpCeWVpNmpKZXo1cldUU0IxWlBjWDRyckxqYmh0TmttcUZjNlpuRnJmVWtsZXlFd2d3QjRBQUZHVjVWQ2lONTVrWTRjTlUzdUFCUEpvRGdwRU53NVJlcytsSkNubUk2cTZPV05WazAzNzlza3lwa1lOVXBuUXdic3JWST0=', '628458330_1989213811638898_5842430279637429751_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-18', 'image/webp'),
(274, '2026-02-09 18:22:45', '17916642426270924', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'fo901xvUv4ui+OzG72C6EGVQT2U4WG8xb2I3UHl2c0hwRk5TNm9IMkR6VFhlNFFMRWVpc2N0dkVQd3VXL1kvcnhLNXlNTFlRVjRjNHdtcWsxYytYaEJxZFNvbkdxYWtqS1lENEIyQjJIajlXc0RNYlgrejgyTW1qRmhCWml4THFoanFNbGpiR05sa0twWXlHdjQwYU5JWllaUHh6L21Pb0F3NGUraUx5eU80MDdrdXlTYkIwZERaYlhrZmt1NStKRGs3amJQc3ZFOVFmTlk1VnNReElScmJleHZuMi9KZFRnUVc2UjRxV1NQZnpuVjhnUFBodkZpR25vd2x2aTNHWlBiWEkzVzJlSTdQbS9mczlXaFBWc1Z2a0tZUUtHS3pyYlU4azdaOHhuNm9Kb2NoY2g2bGlhcGwvMFMzRTM0QkRPejZlRmk2UTN4WE9rTlVVOEdtU3Q2ajZXdS9CYVMvdVVkajk0a3BOcFVlYy9YSCtFUkJNbEowelZsZ0RlSHBsMnRkTHc0RElxTEpRWWNDRzhCWU5TdlBhYndVbFlCSHhrTUZKY3pBNUoxMFhmZkZscmJmaDNUR1hmb1NMMFVPOUp6YXZOeVd5WW5oSXlnTmRzdm94cFVlSEp3WnVJVitjVXlJL3VFRnJLN3dnZnY0RGg1QXRlVm1UUGZ2aEJEamtEWW1wZWxIUnd0RlJUNnFRdnJUUjRTM0UzRFFOOTJ2M0tUbXhJSXRZdVNZL3FLNXhBRnFzdlZqditEeWVWMmRxcmtYWHdLbEdMYjNHdFdoZ21PZjdkOFhUREZLcXhvaDE2b2tYL2FPMUxORENPVTZsSTFmeklJRlk2MVd5dUp6cVlVK2g0ZzhKMFNBWGVUcFkvRDZKeml6UC8xVWJxdEc2L0R5QzdRL1BYeE9QZUFzeVF4eUdXYmxBMzZHOWJjcnhpNGh0VWVuSFdtV1ZHQ0thaWhFMXBMU3l3dnBXQ3pQK0RPRUVBNjlER0dPRFdJTFl5VFUvY0l3UjQyMWJ3ZktiY0ZEQ0FNZm5xNU1xcWxOd2hzZmxXdGlxVExodmN4aGpMajNLVjk5VWFwcUVLWkFod3h3Z2QvbXEwTjlGeUNFMTV3SSsyNmwrUnBBbVlZRkdzRHJUK1hTbStZMkxzMEZld3dNNWkrMkpxMUNYNWtnZTFXT0Y1dEpLYXMzWWZKRkQrTTlLcWNxSmdaeVl3VDVvMFlhM2xpbEYzeUx2bWtwNllHcTlJY0phNlBERkZFU1pvVzVRUVVyNzhlbmZKT3AvS3U0QTBDVVhlR1g5TGMvaitFS3ZUTDdkdG1oQkRIODI3K1hwUzJtWkEwb3pnSko1RzVpcktZM2ZlRms5Z0YzK1ViUFEvZkoxUXZoT2VoT1ZNQVc5YmNNdEpPWVF2bkU2K25sdUppUFhvZHVxd3ZyWXBNa2RTMXNYb0pERmI5bDdTamREdGVJQ3Q0OEYrUzZBdmtnR2pYN1NoQ1RKdndqYVZUWDVjNy9mZ3c0YnVncVo0TklRSWJSSUc0QlRmTktOcW1oV05jWko3cXI0aFp2SXRqVGZnNmpLMGhmNXBkVWQyQ0p3YWxLeW5TM3ZZUFFqbmpUWTFqdXVYRFZkU3RQKzF6TjBDTFlPcE9wWjRBTVNEdXBFaGNoVXFQRFVkVDlVWTk5dE8yaGRmYlJDVEQ1dmJIS2pqYmF4R0NScDRvUzVkQ08zU29GMks3VEt3OHVUVEtYSlc1SVE0M3J6Z3dLNVdxb25QNnJjanJNalZSNmRwMGRTeUpPYWh2d3ZNL0hXYk5KY1RKelY3N3diV25qOWhuTDdJWitZWGUxUm4vdCs2b1g2cm82b2dVd1NFa3dxUXZVY2lJN0ZKQ0E4R28zZDUwZlcyV2ZiMmhQVjRWZzdaUmgyRHdTRk1nbzVuUGpubklCbTFaYnRpcE5PRHJCQnhsNkdCNk54ZllWNlA5ZWhxT0YyUk9ZdzJLWmNESU1XNUVobEtLMjRNL3d5OTQwOTZoankrVmhxNWt2UHEzWG9wd0xx', '630634854_18035921057753450_1300801177354618645_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-04-19', 'image/webp'),
(275, '2026-02-13 07:19:31', '18076139531096586', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'd2hy82jztPy03BDoBeJV2XhwRXBGNzVVOHNreWxWQnMrNmYrdVZyeVg1MERVaDE1QXJTdmtzN1h5d2hyTFVjVUVQM0xhaWZFSnFtdUhCcGYwWC9RMWo0V1J2cE1YSHdHdFpzRjhtTVhJQnVFL3F2OFl6K0RWaG00Y2c3NVArZklOOGR1TStKQVl6TDUxei9ZNVN4ZWwxSitFdDRkZGtQZi90U3RuU1NGLzZQemMwY041Tzh5L1NRbzFFUXMxSVZOZ3lIRnoxVXF5alJmV3hPOFdJVmhPOVJSSkJqNktvRGpPTGJSUXVsTmNNVTFBQTZPSk15Vy9RZU0raDJEcWZSM2VENzYzOXZnMWo5MGJUTFhzcWxRWUFVQjNJT3VzWlpJUHlhTHdROFhRVHJEQW1uaXJwZklYQlo1K1QyclVJakxML0ZWUEw1aFF2dFc3ZzRaMUFZMWt6eHcyNm5Ya2tZazVXL25jYk5iNlU3cU1qMUpDa2kvQ1UwM1RXS1BFR0hYVGFTSWxGVUhlcjM4R0l6MmpMZmhEN2lEa2F2dkxqMHR0YlpKc1puVVVEM1ZiQTRJMDFMQmlKeTJHUnhMaEtVWmNKTlFjUlFZVFpVbkQ0QkI3MU1HSGloQm9Ka05CNERaa05XcXVCUzduTHVhQnJ0bDJZVEVicE81UXdmUnJtekxkNVlLdkdYMTFVYXMxSXhtUFE0SnZWcittZy9jTEREWXNoNVNxdFFoUjVPaEJPelBNQVRJTnp4eDNZdnNwRXpVR3ZMallpT25CMkxJUFBxcEZYYkIrdWFnTG5sdmZZVk9weEVTV3lCbTZLTW8wMnhlSURwWm90UHl4Z3d6aVdQZStMYlYxRXFCSlY1a2FkRnE1b0RGczhJczNMSWY1OTBPMVliQ2xTd3kwTVVpMVNLYi8vYTl0SE9Ja01yY3l3R3hlaGpSV2NIbmZ4VUhRMzN3KzNVd01VUThIZzdKc0N1dEsxUEg0Y2xEczdKWTgreE4xS084RnluVFdXeStTSVBrZGJOTVY2SndrcE1LUlJRUURuVUg3V1FsQ2I3M2poYTNEZ0VUVndHOFlWc1pwN2N5dzBiQnNJeW84U2F6YWwrelBnaStHd1JFYithN3ByTEZxUE9hbDdWdGhLTXJVZ25qbTVvcCtwRTJnK2xNOFlSRkhtNW11bEl3VnVOdWZqV2ZYTWI0bGVqQTVFZFhzMThjSmhxWWhHU290YkRIUzdSSFg1VzFaZGtVOERtYWtlY0JkSkV6VGpMaXBOY3VPNTRKZDh5TTlna2tBWmljYjd1U1llUDJBcy9jMklCOWgwamdOTmx3enY3SGpkWDU0L2I5eS92akJBRjZuaTZ2dmZ5VkRma1VRNGF0eFpydGdGMzBpUmlTMi81Qk1TOVFwSDF1dmp3ckp6dGNGKzl4SVh0OEUwMjZwN0t6TjRHOFB2Qi9FelNvcnVnMG82Rk83aldVQStUcHhiYmViL2prV1JEQ3JGWW5pbFlHTHVrS2ZQNnppWE9xK1dxNnFwaTl6QmZZZ3RPOVRSdlVlaEtMbFh5ektzZ2tDZ1VNanFIYUE5NmxINW9IYzRpY1dxUitEUnJ4MXcyM1E2TXoyZ0dTVTlCM08vdW1KTVZoVU4vRmhWV1VIdWRkUWl6WkQ3V2JKenloeHZVQ2tBMXFHMUErV3VSQVRFUGNXYWpLYXNuWnBTWXZRSjNpZndjY1dJa0ZHWmw0NE5obUd1d1lnNlo1NzFkWDhTN3BoRDlyUEx5ZWY4aHh1ZWFia3o4aTRoS1Jqbm1FSXFSb1UvV09pQ1ZwM2pnMWxrdS93c3ZGVlZLUU9WWko1Mk1WTndjMkVyYWVyRFN6S3daMnZPSFI1a2ZXOXJlcVV1ZlJKeVZtai94bUh6bVpKYXpUZXBWSW1DcGJtUzJYNFZSTWJ4d0tSdXlIQTBLaTZaY3ViSUIzOGpaVzc5MUNLN3hxNXZ4bjZreGZTSXJETHR2ZnhXS2NXK2FFQXIvMFVXaW1TWWhJSGxYSWk0SUx4dUptTE10cjBzdWZJam9YYytqRW5WRkQxVmx5SkhaMGhVWUZ6cXVOenhEaVBzRzNoNWdrWDJET1VwRytkUk1LekNuVXJFYnFCQURWZnNWVVhiR3MrOUVwZzBrMlpsdFpaSFcwMG9EK1VZMldqYTRtRUZhV0VHTlF5WlRGZUQrbVA5b3VaN2xtUkZPWG04NVo4eDFMUlJDWDFzZ09NRTgyeXJ6U1lPMFBLR1dDT1dzTHJDOEpmVWNrclpHc3lDNGlxWU9RZXJiaFJSMmxyZVRzclQxMkRpSnpMNnlXZzlGa1VTSzBFZkZaN01LRVlISnh5c3BGWXlvNlJyTnZtTm9taUdIWEE3V1MxT2krbHJNN05KK2k3NDU4YzcxK0xld2p3QXVKU3NVaDVOb2RPS0VKTC9rTDJGYXNmOHQxWGZRL0RFenZLMFNvVTZRdXAvbjV2TzlBSWR2S0FKNFB3YWEySkNPQlBVQ3NUVXRQK0todGp3cTBSaWxtdlFzSk1iUEFiUEZleUlJbG1ZZlRFSTduN1J6N1VZb0xVYk5PeXREMHVXVjdCcElrbDd4OFgwK0xtOFdsWHJYR3Nid2xnS08wbXFaL29YZTVlQVFOdUpIRGFLaldwTE5PWXZtdjhYd05WUTk2cXRMeUtwcGYxR1M3am9TenZveVgySm83enJmVzdPUE80OXpTVUN2OEJtNmtVeHFvbE44UUJxRGFQd1JrSU5PSVFVUldQajM2VEJZNGcydS9rOHB0NndzdjJxdG9BVEM5bkppbE43VWJoZGZwUVY4elo2MjUzcTFOd2NYNFpuM1l4QjRmaWwwUWprRXl3bTdTVVRGNGVOc3NXNXBvYmkzWGwxejcvd2hGMFJER1lMMDhiMjhXeUJuMTN0TG1yVDZGNGptdld3N2FJTWIxZ1dSRUdyNjdmZkozZW5IcTUzaldvTzN2aWVVRk1EbzVxVjJGVzFDYTQweXJnS29GVXZ6MEhPYkpTWnkySDgycDVtWFd0dHVKK2FVNVRiMyt1T2lFTDhNYjZEaEg3dDc5VUtUUEVuSGJhb2ZCY3FJUWh3ZnN6U2F6d3dVb0czc285QWxjcTVCQ1A5a2gyeGxLd0s5QnRneVE3ZUlKanQraHZyYm9ISW5MSmxFUmhQZU1pUE9rdTV2bEp1WkJnVGJsaWFZV29qUG45SStwVTVaRnVHeTFxTGduVHdEbEJMSGhCMTFQVmYwMHNSanQ5S09vSFNjUW11dXhwT3l4L282MEtwR1I2cjg4REVrTjlHVkhCemR2c3JOQmw3blg0MU1CTGtCZGIwSVFROXJjU202Q2F4OUF3WWNZR1BkajFTOEJMMVIrNElJZ3lXanZKNkJBUFU4QkFvK2JRc3JIaFBpS2JkMDhEL3VCOG9wdG44VlRkZW4yQVdnenNoUlY2QkQweHRuTFpyVEQrbmM5MTA1Mm1SNXgrdmlaRFh1MVRzK1NiVmx2Q3JpcGpUS3NhNmZZYkFSdGxvbS9mMmdZWm95R056SXFxMkVkZ1laYmZhaXZRT0dHZDRQMEEzdWxOcEhQUHlUTm4wdjlLN1FHY2FOOVJxSEc3citvcE9rNVlhNndTZ0RHWHhZbmtkM1RRekZUUGE5cWptTjA3ZldLUHZDeHdPSWdldWRSUDAyWlNMelFaeDRJZUJqb1o0dnNnK0IvNWp2YUx5d2krSjlUcDh5RXJ6Y3N6bDFZSkNIUTk0T3RvZG5zdkMwN3hTbStZQndaTFgrUDg4ZTkvdHF6cUdUdXpNRlkzd0tuWFBEYnRMT2pnQ2JFN294bXdnUmpTbHJMc3FWRjRKaUF1d3dwaXEwSzRicVJjRk1Wdk42Y0d3bEI5dzQvKzlXbEZOTm1mbnU5cHBmVERIMVM3SHM1UnFpZjVTdXdOaHFaNkU2bUpqbnFHMVpwdlBBMWRkMFhOOWp3d28wUUlkYW93VEVFTmp3NDZ5cWpWSHV5NDNIbkpsMGxJQVdyUE9DMUdVZHRQU0pjTGNUQk1HR0FWUjFTRU0xY3F5Z3BqT2JCRjduOEt3WWdma1h1WFFNZlhoQUVNeWhEQ2IvQjBuMFd2RFRpeUtSVzFCVWsxTjJRNExreDY1d0JOY09hS01OaUQ5SVY0V0JNRkhyaC9EL0habW9hV1FkYzhzcUw=', '628950806_2021550778420989_1394167005570550852_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-20', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(276, '2026-02-16 20:54:12', '18093603556995958', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MXe/PHdzOlzx8oAr+rhzXHZNQjdmcWJTdW84KzZsb3dJZG80dThWOUZsbHVYMlJuU1hzWTJsSVpvTjNvNjdmQjlDeFA1UEg5TTQ1Y05JczV3THpQMmd5MDlXZ0xTb1R4c1pmL1JwZzhqZzVRaGs2K2cwdFNNajJMRVBQL1hkUzNoVTg2c1B6SUZYUTdhNjgyQjhFdGJ6R0FIWlQvUEgwZ1NQK1hVZERnczc0TlN2TnpHMUcxSUdJWEdnSXplcktsMzdGNlU0VUM4NkoyRlNiT0VROU1IQ2lvNERnRnM3R0FXcWZoS2lKWmlXdGdUcTRJZE9SUFF5K2dseGVNWDRvNGY4NElqRWJOWWtVRis5eFVIc3V5S0R3ckpxTkFPYTZuNnUxZGRNbU5aQzJFRkFtRjgzQy93VUdEejNiUE1Cb3VUUVAxMDIyWWlkQ243UkphclZ6SElFZ2FSZmo4dko0bnpLTXhKRTVZRHM5aXlDOWZRWGcxa0xlVGlRc0YvclpLaDI4YnJ6SkJTeDcveVFWbnZSckE4dEtRRHg0UVlEZ0ZkaHVKYWJYUnZrNDltcmFKZlR0NG5JZmtlNEZ0VElLempHdTdxczAzbWdXNEduVzlrWS9md3lucSs3TWpmQ1J6YTBNT3VnSUZva3NVQUVPcFZjMFFEcnhvRmtYVDNka3dZOVNxMW5VbkIvYXhxWFdkNGpUaHUzVDB1VkRoMEtPTEFJL3lNbXN4Y2R4S2NPcE4xQXpHbkZBbldFamxqWlNub01WVFFyTGwwT3RCUjhaT2JTNW5iVXpnUU1ncUxpY3V4UEJCeUJFYzFuQkJSVk10OTFEQ29XNUZjOUdLY2dtL0g4Z0xyc1VKUFVTMTdWN1FyOHZJdCtObEJvRWYyL21pWk9JbWx6NGJLYmtvbXU1RzR1NU9uVkFZaFljZ3k0bExBcnFuNHdCTlFocURvbUxrZ3k5RlhpQ0RvcEV6ZCtkWW14bldBalFFZFVBNFZsTkJZUGEyWFZIY09lY1Q3WmZkYjBySDRlQXIrQ2dLSzJlQkVvK09BWHpvZDBZbENtQ1VZNStTMGljK0trakZ3SWIvZEExU3NYaXQxN1RzU1dtLzh0aW1ZRGV3dDUrZ3FuUWMwMWI2cC9QdHFWMzR6YkVQNHNRRStmWTNXMFdmWnRqTUtLSFNyNmlOMVU5YVNNZWxiS0JYb2I1a2VHQ2JJT0F4TVgyaVFRbzJTaEhQREQ3WlZsZ0NXVXcvODMza1FrU1NEN0lGQ2xoVDRPdjE3VGtRU25TelZJWkdvQ2kwUVdKTkZZM01temxrSXpGdTM4YW45YXNXWkVWbVhDUG5uVW5ya1ZOUUoycmpsMDUvYS9VZEJvU01YS0lERmxTSFQ3SjdRQmtDckwvZmZ1Y2dQSUZBOU1oUE80VDlzOUxOYTlNTS9JdFNramVkSGg0V0pvWVo2V21iZmIzaHN3dU5xTDhQWE90alQ2bVAvNG1sWjgzTjdCNHBsUTJiYXJ0UGoxSUxHNG1rcFNxdis3cVhDZFR3djcwaEVCZUxQdWxJZVBCUGc1TVVQblhIUk9JNEZydFdYN1NKMytjUTg0dUFtYnAzcG5XZFJObll1OE9BTGMyNHViVzJaSWw3UUVkTlR2akJmeVVwSDIvQUk1NklWbUlDNE4zNURabXBiQWU1MmZxb1R2ZGFHOEdBYVlReUY5UFlJSU1RVU5sekxENWdOb3k4bDNvWkdpc2haaDdiMVROTTkvNEhxeHQ0SG5JOER2dEVlOU5udFdQK0pmVlZOSHpUV3VSU2dlcUIwYU1vRG94a3JiSjdFMjg0blhLbWtNVU5oSjZyMTVOcDN4VmhkZTEyYUY0eFhpNCtaRFdFeGYyM21mN3FpWXlsNG91YTUwSy9ydVZIYzNTUmd1R08reFZNTk9HUUxlejlkWjJ2SG9iUVZrRFVPc2NzQ0FzclN3OVZzTmgreUk3NVpUWUpSaTVNb1hyb2duZC9od2Zqcjl5Z2VoNUY3K2prczFZZFFUV3Y2dTRTTzhxVk1pOE14aWc2MHVubVJaa0VESS83N0szQ0o4cHJiMWJ1TzZpVDh3WUZlNENRSk11TzFacG00YUtnOTlLek4rV1REeDhEdGEzSmhvTHhiNnRUaHJZbEtjUlFSSUJ3UjBsM01oNElOeU41YisxTEpXVGVyQ2wvOG12ZmZENFRyRnkveUljRDA3VDd1TEhnS1Z2MXVJdkNLT0dmaHNDVEZscHoxREZ1bXZyVkZGcTZKTnJJZFc2MTg4UFVDYlB5YjRXZGFIamx2eGx2QTV3MGR4UlRzTVMza1hpVUkzOTV1Nnh6S21OZVAxT0U2NlNYOUpHUmV0Ni8vRWFVcnhuZDFxc2hVTGlLd3F2aTBGMENQT2pZYWdHM2hDMHhXVnVJcTAzTTl5ZnB6QzBSbk9HQ253REVIMm9kTStxb3NhK2Z6MFQzV2RSSHBwQVZFcEt6QjhNWVlNRmpRR0VjdDMyU1FyK2xWNnU4aENhQ2JkYTJaV1pUWjlsOUEvMVRsUmRDZTQxSURFQjRJTXQrVlJQVmNLTGsyR2VlMXF6dmJNK2dIOVdvTEhBYTBQWmJSK0xjV1JFbWNwNUk2WEZhUkZHUFVxWW1ZTGZGMWV2eVk3VmREUUFBaW8xY2NFeVBGeUVpR1JQNUVwNGF3QmRhM1REUlpuakNmSTNhYktIL1prQ0hndnpONEc1SzgvUU43K29yRHprRTdZamNUdmZxOElkNGZNQ2hiOWsrNGNudUZuZ2RkaUtUcUJuSlBIaVhadWIxclQwS1NWTkQwdk9KWkl0KytXQmJjWnlxbm5hbHNzbTJMZjN0cXRIU3lVVXBNeEhoamZ0cFd0eGFETEN5V3Q5QndVNjhCUDRlRzI0QzBycVkzdVhzdG9oS010dFlLL3ZUek9ZRU4xQUNOU3NhKzNaVHFaWkpXN053MnhacXdlbVBHRTJTMUQ5bFIxZ1M3M2dHdmt4c0hqaEpZSHJnamhscXBDWVJKVERicUFhdXdjSzJ2eDQycFhFWjEvc2kyV0kwbnBFeitvWE9Ed21hck1qYVBGdFJOallQQ3hSRlZ5WEQvdVl4SHI2RUE4NXV5RWNnYjBqWTlXZGhCaHZjNlc3clIrd0l5Ty90UDI5SXU5Mm1KMmR5MjRZQ1V5cFlGbEZYbGU5b3c0OThzTlZjQko1Tm9IbUhXcFNoVGlQR3l3UGdqR1dvRy93NEpWT1JJbTJpblhwaFgxZFhjTHgwYllyU0J4cU9TeUtyc2x1U0ZUS3diWnhMYklvaXFtNWlQdFdHNzA3TWx2OXp1SERqbVNmQjl1VUxTQ2pmWXhtb0RQMUtsSlgwU0lCR2RYNG5lcm8xbXhZMEhRWFdVMlMvczBHY1BVY0lBWTFNSVhmNzZEMEs0aE04dTVjNC9aT05BbG8xUDdlUlhuazNnM3VjNGIzd2F6SlI5NDBtMktYK3BHTE5ocVVUYWtYdS9SZ21WNy9TZmxPN0tvVFlkaUhMZzJZS052NGt2Z21ya1V5MXAvckYyQ0lVR1RBcHNDSlU0eTMzb1dyMXBoUnlVWnAzWnB1cW10NURrZ0hnRFMzNzJNbHNSTGZSYTZwclVLb2tnSTMrbjV6a1ZKZ1h5RHJQK3VEaU9tNkc1TGRPRUV3Z3RHMTdaVS9CN253U2dhMnZvOTlwUmdIOHVtREtHb1U0WEJzWmpweUQ3L2R4SUFsTDlMODFrRDZkVUZkRjdVK3ByN2g5eGVmNFEzUXZqOGdUQ2Q5bnFadUNaTE1oY2FaRU1ua2h1QjUrUmtJRlFEZUR6L0JvdDJReEh6RStVYmNQdkRuZ0s5ZWdDd1VjbEhlVExobW1FNXpTcUtYV1BvalhIS0V2cWJEaGRPV0F2QTR0alpJbjFEbG9KMzloUksydm5FSS8rbXhOZTQ0VU8vbXo3RHp2c2Ztb0ZtWlg5RkVTeGQxRXcyYnpXeVZZWE1lWHA5NC8yTjdrbDNCV29kMFBEN0pYREx4VTBSQ1BvTzY1dU4ranJGYkl4NVJ5LzUwcXlzblBiaFZLbjlHV0dZdm5zWnlkY2xhN2dGM3QzcGs0czBnYnhTR0ZRcnY5STE1aTFMQkV0aEdmYk9COU5KMlEwY0VsT1piOTNGWlRKT2I2ZXNoSjljZHQvMTRDTmh6M1RYOGN3ak1MbU9jTjkxQ0R6MGp0b01YbldZSWttTXA5Q29iV2VmaG5iM28wUFFOTkV4L09BUTlLYzRaQkE2RUI3eUtveDYyS1Fhd3N4djR3eStkZkJ6L3BFOFluY2Y0c1RRPT0=', '630186234_929664042809275_4268919663030824691_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-25', 'image/webp'),
(277, '2026-02-20 18:19:25', '17939923977137459', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'UQ0zL/jec0vh755N3yKyHTd6RDFOL3YvU1RsbFVmZEgvemRUb0FjNENnbVp3VUdUL3NjMS9lRWlzVlI4akk1UDdXMnhxQkFwT0lYZFV1Ly8vNGtXSmhGVE1pbmplRW1jTXNvQW55aGVHOUU2SEJBcjAvVVJzUnBpbjZxelM1citKc29ETnRTSVhsd2I1TjBaR1d5M0pyN0Roc2dCcit4cEVkZnozdlJ4cHNKMU14Q1RnNFZXYzd6em1pUFZmTUNQMCtGMml3SkQvWHoyaEp6TVJRREs0cHdtSXUvUEFRTzlDYW1XTUlFbDJvL2JCUnFIaitZalJOZHdVZFI1TmlMU0lVY1FuUTE3UjNNd1cybWxjdkxZSHVXREp3MDROejNxenBQRnhJMHU5Y283YmJVVnF4VmxKYU1ZNnVRR2xrMkZNY0hhYnNNaVRBOFNFZ0lydTl3bjdvcTMvN1R3VTVBOWtHUlJnRmk3WEl6WEJPcTAyZHNkY0lVekR2bFNEKzI5MDIwWHR1RjNzWWlRWWFLR0szOVZTRzV0Q3ZTK1FIblNoaTk2cWhqTldiS2t6UzgzbmFSaXNFdy8yMnRCN1dBa1lUa0xTVGxlY0lBMlhmTndJY1ZJUkFCcy9JN2czM0pVSDU5WHlqSXVOYkl4ZXJiZzhnSFVpRVJOazdNbVJPQW5nc09Vbnp6aDE4SU12WGlNY1lDT3JjVm9VSHhlZk5sZW9INFRKcW5BbXVudzVSK05RV1ZVUUlCSWhxSVJ6YlZsdE03RXkyL254UWdvekhsZmVHckNHdHpxLytncmJ0Wmt0RVlXUjVWbkZGYjk4YmpRWFJzVVprSkhjcFpjL0dXZ2ZhQUg5czl5YTFvZ2xDcEpnaFc5Y2hOaWRDQUVHQzZWeW9DSTVkS0tMVTVJaVhwUkJ3ZjQvM2pvNEhwMERmMW9XTURzR0NzbWVKSHA5SUxXRVFNbEg5R1VPbzZTOXh2MXJNMkNQZWgybUVaY0tWd2FiNXdiTUJMUmhrK3p5RjNUVy93SlJ3bVdwaHVTU3JLQjQrYTJUMGNiaWpQVDI4SjAyL0dnckEvN0RoYWk1aVJDT012T2k5aDgyVTc0cFZQazFhc213TjIyRzhxT201dStKanZIa1V0b0R3VVV2VVdMQUpkeGw5UVdnYkFjLzZSTE9OL2NZN1RxdG5wZUNxVlhESTcyMkhVNWZNYlBLenZGVG9BZDkwRnN0SFJQR0ZQQmNteU53ejNhYVhpeStXZjc0OWQxaTJPeWVEWmRldDRlM25ncWtTSm12TUJQTkhoSWt3eXhhRDZMWlFmYU5hNUg5S0wvNHgvb1p4UEhQaW9SMktHekNLdEM3UkxMOTVEaGlveGl5NCt6cUZjbG9WYktrMlNTVUVJQkZWVTBkWWNNaDVoMEtuQnhVQVhkTTRTKzBvdWpRV3orNmFKWFU3SmM1WnJYbkQyaDcwZmNJK0Q2TG1ieHBiUkl2ZTFXK2hJWU5pSkh3SFJxSDRvbXlrZi9reXBLK250RFErRW1qY0dhbGE0eTBYS0hGZUQ1aXRFTWNkNTgxejlDZWNQVU51a0pYZnJDdFVqT05iT09BMzhCRCs0b0V4S3JDSmo1Y2NBQXhCWFcybE1PTWtJT3NQUVVMcC9rbFVGUSs1RmJZM1ZwU1pHcFhZd0RYNFJUbmViRjVlMWh1MFJwS0FmUkt3RDVoaFdIK3B2blNsbEhkQW5Ea0dmVlVCenVsVC9mTkhjSWlidkxZVXlhWWhqSFBxWnFXRmhYeTA3czNZMG5HaXZyU1RONlJMWHcxVEpaRm1Rb3k1MzUwRi9Ld2lzdDF0Qmk3RkhEQzFKK1hVVWRReVNLaWVFUHcyVCtENUQrRXMrdmZKSjZSTm5PV3NqT0h4WGkwZ1RUU0tPcjI2Mld4S0dTcVU2T2xQY2x4akhtcWoxdVYyQmdXSUxkV0NGMU1WazZ3SXRLTjhjRjMzSU9jRFlGbmZrbUZySG0vNXZFeW5mR0E3WSs1LzBBRkUxZ0QrNHFaUXpyU1VKTDNvdmNVYVVreC9hWTN0UTVXWXVwaXg1WEVsR2VLY2xoWTJoR3lDa2Eva3VJTzJUb3FnYTZ5TVJhV251QnBRcjZ1T29BTk9ma3FJbE5kNVQ4ZEdVelJ5SW0wWDVJaWlRaGJ1ZWVvNG1DVTFCbmFiMmhnbVdyTmNjV3ZhaVp2WXJubXhyZVlFK2RITkNTNjBDNlJXVmdQbjhHNGpCNExZQ2R1enhMemdlbWx4WCtjeldMRUtzbzYxcHpvVFdKQy9KUHVuVTI1bUJIYjNsWU1jbUZFY1lFOWhBRnVRMURHNEN4bFd3MDduSW0rSUxWZEcwRU5TREtvMHMyL3huL3A0NTJWd1RkUURuNHJGNkdHK0wxMkt3LzdxbGk2OEc2MXhaQ3g5ZVNGcjQwSHVzNnY4SFJiaW8yM2JYYjJiQ2xFbG80cjAxWS9wTzVlZnRQbkQxSjBqQlNaNjZrMjdwSlBJY2c0L0ZMYUJOU1BaYlBqU2t4YWo3RExyOXF6dlpIM0Z2TU40UjhFRHFPNjlmZ1NKUWxyeUlGbTUzMVBIaGlrVnNTdDNMTXFZSExqS0JMc2hsTENIZ3FxSFlwMEJyVytWRWg0ZlM4N2psY3A2WHBjR09CNllhVkhmd1B1ODFHNjl5d3dKaE8xWW1KTy9uSzFycGFhTlZzaktpMXFzQW4yL01hOEFQbGg0L0hiYzZzRlhHZW1uWjQ5NWQ1dHo2MU4yKzI5Zk84S0Y0Uy9DMUhKV1Z0Z2NZbkZ1YzcxMlJucVFoS0tFTHhSTnI0UDJGUUQ1OFlPVzZlbU80SHpTWjUyM3VYUzJacmVnU0t4cUY4L051ZDZUK3l2VHkreUttVkI4a3JJTUxydGkydWRXblhQSFBKMWZoZHdYVnNEYzJTWGZpWkh4Yy9majlvZjZSTmFKazlpWjZ4SFJnV2tyOEY1enA1cmQ2enVHOXBHbCt1aWZJcXZyN0J1NG10NjJ6a2V2OGd6RVdNYUNqUGtOeDlob2lsVUpMNjEzK2FFNlpoVHc3UFhQbXNEUDVYRkdoTmRaOGM0QUU5Q3M5dDhPQzNScTJ6SGlGS3Zpb3ljbjlXWnVveU5jSVhyejRYWEZiUWlRM2ErZk5Tc1Vra3lGblRGakhpUXpyLzlyUlVhZXVKYTBmNXZIYWJQQ3FPbXIvek41YTlNWnphSWpVaVI2S2NYSzk5Nk1PVXc4QnM4eWV1cDRnNk9yNERHMldtRHFTQ0tHcnhYVkhkcjJZMytvOHVwNTExWjFsN3pyUU5mT1pBek1YMVNLZWdWazhZdGJ1VnpoQUZLSEFtUU02K3ZNUFE5TVlxMXRiMW9taVFhZUYweHEwY3QrQzZ5ZmYxQ2FnbHBwNDN1UWV6ZGdCQUtZS2RJSVVjQ0NrYzRudktrWkRwYUNGcGxEUTZPcjQwRWxpUjJieklIUENHZXB6Q1cvTld3YnZrRi9BTWdRU2kvUElROGFZQWVGVTVRc3E0TE1FTVcwTkxGaWVWSllXZk44QWpmZmJ0OW9ERmEzU3RycExnV2tPeitiWUdKeHNNb0lPY0NhME1sU3BUeC9mOWpJeEpTUHRmVUZFN3pENHloaWV5SjRLYm5LT2FSRnBLdTBQLzFjb3pyOFhld09XSzg4Yk40c3RHZmtOWFRPekx5b2RMOUVxQ3J6aHF0NkwvSTkxZWhZZHcwVTNCbUlvMnI4ZGY5djhnYkw0MTFHa3BPMU85ZmRZVll3SGh2ZTdGOU03b2dsWW9ybjltdExFci9pSUFVZFRwMi9iZHk0bWxnT2FhVzBPdy9pS2hqQjVsNDNnSCtwK0pCdnBOT3h3bjhVSWQ1WndXSVRqZnNUWXpPdktsaG5zcnlzdVdsSzk4YmR1eDViRitFZGtKWnp6WHpUV3J0MHhwaWdXWkZVa2RrbkJaYjlFSGpUR2Y0VTFza1pwa3RMampNd0dHRnFmdUtod0p4OUEybXd2cnV6MXJ5bEw0R0tLa1dlQjc4Mm43TnNRVG8zOXFhTTMwby82MnQ2cXlkSmFvNzFXckVVS0IwSGR5UEJqSmZvMzdId3hzOVk5R2tIaTQ3VFVPaGcyYXpXZ3N6cEtCUE9HcnhYeEJtMXQ4RDIzZ2FvRHhZYjRHNFo5QVdRdUxUQzBYZE96dVFiamh5Vlh4LzdTZm45bHpPWUNBNDZLaitOQmdrdHJUakkzUWlKSVBxaUNxYmUwMjZ6MTUwMm90QStzSVc5MkIrWlQvVnpHWGN5Nmt3dElFMHViRWsyUWhiV0pWS0dUZjNaak0xVnphdWszMGEwNyswRmx5aUhzZUxkTklnSjhuODNzUHBUY0hhKzhQaWNQYkM5Vko0S0FZdENRSG9SdEFQVFFSMnBXSU5Obk81K0J4ZXdUOTl6b1dzMUxwNmM5YlY4Q1R1djB0TEQ2U0wrdy9WY0QzaUlxU3pxQnd3SGVHMHBON3NoaCs3eXAzUWgxOTh0MGpXZ0p1RjgxYnlPZkdTeXRpSEpBUURjMCs1L0tleDVCQUgvRnpHb21XS0U5Wmp4eTlNUzNsaFU0RXRJNGNiSWM2UUJ1dXFrbkpjYTA4c3crOWxsZ3RPY3FteFFqQm5ud0Exa2JwRzJqUFdzdkRROGlaUzVjWGdHSmIrQWZCQXFFNUFVb0ZCVlY3L0IzVUppeTAxVVhiTTZnQkVnUCthb1dYNW1DTWpGL1prdnFVdS93bU12aEEzUTlJZzQwVXBwdlZ2ZFUwZzJWUkpjRWVrV0kveVMzelpVRDJoQlJHR3RnPQ==', '639897465_2014670939465537_8265409834619356757_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-04-25', 'image/webp'),
(278, '2026-03-04 06:20:21', '18008661422709974', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'z4kN77VeWXD/1E1sr3gkjzFYSnZOdWtzVTVMTUtPMlJyS3RRSXdkUmxnbGp6Q01mdlR6dFdWRFlSbHBpMVRBV1oxRm1SOFppZU1McjQzZGV2a2pJYUI5eTVMTlBzZ01wYkh1clBYYkdDL1puYmRmdWhVTWVJRjJJcXBjVmV4UFhLYnNPd2lRUFU3L2xxQktNSkNFYlVnMEhMZmxYZEZ6MWhyMWltUFlUV0lHY0pKMDNnMnhlaENrTmxXQm1sN3EvelQxWnRlYklXOHR4ZmFCdFNHTjR3aEhHRGlaYmdvRWYyb3pUYTJFc1RYc212MWJIQVE0cHpJbFZVMHdDaW1OeEFJd25mU2prNHNHclg5WWxlaXdBM0FmS012VjVoUUE4aUNnZ0lDYWI1alNubEVvRkw1Uno5YjdPU3hCRkJRd3F1Mm9scGF1Q0RrcElEWCtLcVhmTG10dGM1dk9ONytoRG9TeDdtUVUwUWhoSUhjU25SbXYwZm13UW5wRTlsV1Y5VlR6cHJ4L3NBT3UrZCtpclRzT1VIUDVvTjEyYWxtd04zV0R0REFqTE1MbFpzU1VhVVJQeVdwcFVSak1adG1tYlVnSGpQMW94cm1XM2pJaVZhZGN0UHNzRVRkeUlwUTZ2RGltYzdPRHovd01HS0loQUlpYm5pR0lnSjhOMHlCSCtNamRWd201S3FMOTRqUE5KVE8rL2kva1VMWG5WSGxMUy9BZFB2YlA0a0dCOVdDNFk5RGZpVk85NjBwWVMrY01zUmJRZkt1VlcxNGQwc0YremNkcStVemZsQmFibktZUSs5UWl0cE1mRUtTQStjMU1KWjBQQnBRMHdtT1ZqMlQ0T1l1dmtJSWhvTmRFYXhnUmdVbzFPVzhvUjZxUEpNa0pSNEpWRUQ5dHAxTXYxSWRzNktOZkJqRnp0QjQ0MElSWkE2SWNtVFVVZTJBU3B1dk9md1VOVkVtc3ZudzFZYklLOE1EOVJ1c1BmUzVkL1l2UTRnR25ZZU5ZbFhYVW1aREFnS2hiSkRaL2Jyczk5VzJKVG4ycG95SWdjekdRS3JGQnhCSFVZZWNwMTY0dC9uVHJSd0NWM1lSTHVkdWVsTGlJc1d2M3RKODlRNDR4MkpzSHhPU2xPaGxhOWNDcUhyamZPR2dVa0ZaZThFbXE0c2FoRU1ITTZmdWFwMlJrZ3A2ZlBVanRUNEhyYjRWazZZQjl2Y3hmbVpvOEtKRmZ3djM5UldpRkhNV1Vhb1FzU1l4TVRMdTJra1VvSFYvRmVsTEVUUjZVbW0rZGkvMWo2Y3Q2akRIb1lzUVF3M25Fc2Nyak1lMzRMaTJBYjB2SldMU0ZlQVd4YWYvMDduY0piUjNNTHgvVzZ6eUp6bkp6ZCtlVlZ0ZzIxMTc3am1zZEI2elhzRFoxZ3dKZ0dBMWRkd29nSVhRWXE0NjQraExCa0JZQnkvZml1eXF4M2lmUkk4MkpqUndCbFhZOGxia1pRSU5NM0p5RWwvaklOdGtzQVVhc2V1allyRThrb2pTWm5nWmtNcWUwWkJkZ0l1M1B1NE1oT0NHWkRoQ2dpSmJEOXFLU0NXUVBzT0xGdlpqWEJiZWFRNm9TR2ZxT0x6dVRlMHRwSnhKWWZsZHhYWmVxLzVSNGdkdVFaTS9HSDIrWWJIMDlUZkR3cGRzb2hrejFEMGJ6dGpzWWpNUHpLUWNzSEJadmFqVllJZmxMVnF0d2dmMnZWTzRxT3FDZUdwcG5MNXRpZTR1SDBoM0RHbGUrcnBDOVkwWjdCRGRhb0tRNjMxYlM3bHpTOHVtaWN2VllHNnB1KzEyTXczVlVZb3NlKzFqRVZjTE1vSU1zUVRNdHd6T3paelZwSUwzMW9qNTlmUXlmR1BMeittS1RoYyt1RnQwbWU4cDN0a3JLVTZkNG5iYTBMbnJSWVVpSzFIQlNURVo3QnpTdm1LZi9ORkhzc0dpMTJMTTNHTHlFSEpEWHdMRVpMZk1nUHFMRVovdlAwVUsvREo0dFJ0U0RqTW9DbVY0S1hpdjQ4YmdYQlZtK0dVcjJSUHFpMXVxVVpibmJtRHR2TG4reW9ReGpwcUlaK29pUnFmWlUxSUs1aWJjZFhtM2I0SGUrWm9jK1FBb2xJQXZ6RDI1Y1dYUFpFY2o2bmVDVGF2c3NRUnlDeXlEWUlrbjVEMXpBVkRhSzZOQi9mbytvZDFmQ2p4OFUzZVQ0d242dEl6VUoveVgrQ1FQS01DQytqU2ZwbGZhR0w4c29FeTNSQ2RDWVg1T0pUWDVoZGhFUzRURmduc3d5cEtWWXY5aG5BRm91bmh3ek9pL2l3NjFHSHBRWU5KUmUvT0hadUpPMXJrdFVadzR5dmV3ZWRWMEZ1aFV2MTczVG9NaUp3Z0ttdG9oQTcySytWVy8yejg0cXF1U1dMKzhncHArOFJXRDVBT0V3L3NLeVlhN1pXUERPVzRpUXNHVlVaOEtiSnFrV3JKdVZYMXVBUHBnNFlNZmxkK2p6WVpDZEd6Ujl2SW12R0JEMk5pK1NUb0RrRkdKTzd6blROa0ZJcHZQa0l3Um5wQkJHUXg1Tk82RUNQbEZ3Z3lmQlVHdHo2MlNwWWllUkxlM0xtbjU4VGZIbjQrSzB1NkNBUVB6Tm84YUtIQURxL1YxYkxDb3RsbVg5Sng0aWRPQkJMR0NEZk5PMTZjWlZoVTBVNzFmOTZiUXpEMlplNEJ2MzRVaEIwNFhHR0h1M2NZQ1p3am5IckhNa1V1T0F1eTJvVjlLUEd2c2JWVGs5d2lrNzlwR2VuT0pSN1NDellvN2hmck5sZnpWSXU1VWtOZGlHamFJNlhqZnozRzVRMTk4VGtJZXFKTlZhaGZiNFAwM0dvS0lVd1lacTd1aXMvY3lDUmFSb2ZyRTJnZmhjQmd1OTVqT3MxNEVoSDQ4SllJWXZnVTFUK2s0elJLaGRUOWZYZDcwNVVFMzZCUVlXQXd0MENRdkZBVkFoaVJKL0RlRTFTM3hoRHdjQWU3cTJUd2RkYkR4N285WU9YYkIzL25VT2pKMGRZSzN2WlFNbk5VcXlBWmhMMlhkTVBobjdiUGpOM1MxTT0=', '642819229_18038417909753450_4342048709658273069_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-04-02', 'image/webp'),
(279, '2026-03-07 06:19:31', '18567279835016492', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'WHj+oIfMdQmj+fY+eOMQFjdpNURlMmdYaWJCTVUrSTh3UTNYOTQvY25mQ3VTVTE1TmI3dmNYakJaZ2pGS2pRbVg2T1FTNG95bGFzWlVxRSsvZFRhdVAzQnlkcFBiZmxuVWJGaW9HakFHVTdKdzcrYjlVRXNMeVZkd3JnMmpZdnhXQklCUUlPZTBNTW9NcmkyKzM2aUorVUpxbEd2UGdMTHFmd2RJNEZrc1hDT3hyYm5FL1V0b3B5eEUwUFNQMXFiSW1lWXZkYzk5MFRkTE5NSDdJdElvSlVmVjVUQVNEVlZXTGo4UnF1eWVJb0wrV0wyTEVmTHZraGNveXErTCsvWE0zL1NCVlVzL2RNWW1CUUd1c1Vycm5ZR2VuUkp0NWlQL1l3K1UxY0pmNEJzSmVBdVpmSmR6cEgvWm4yYndiWDI3K0VuMHlYYTZEbFZNRWNHRjZRYTdhRDlBUmw4ZzllZ3VpRDljWEJyTHJEOUlEeEd2OHo0ZzBBNXZQcG50amFaRlBPeWdCVUdXRUdaZnNma0U2TnI3ckxLZ05yaFBHRTRlcWxXTkNRR3BST3VSOGRzWCtMczcrZUpUcjJMdDRjb01IZEl4OXVEODJJazRhRzdyQktpa2E1KzlGanRmUStPVFBrRENBandvUmFnV1RBTmVFT3lOdVBicXdCRXdaTEZiQ1ZWV1hsUnR6L3BUUzVvOFlqV1ZNZ1JmVHc3MldZME0zUDFXeU56TkI5ZWl6S3k0VXFrRngyWGhIeVNCQ216RHliYTFXL1l1SEdUeER1b09jZFk3cWQ4bHdIMHNCZkxMd3NFQ1NTb2Y5c2RRNjJSdForVkkyYkN3RTEzY2FYcUFXb0ozTGxSNnp5Q1JnS3phdXdydjFrNTVyaE1QNS9QK2NPbUd3Y2pYRkVDSHpNdENtcDcyR0hKNGVHVFpOSGZ1alA3ZmUzdFlqZGk4NXcxYytFRUx4Q3Zwc0VXWUZHSCtnc000Zkx6NjdZQitXTXVkTnJ6eWdWVGdQWm95VVNXVkZuZnZYVHQ3OHFwRWlIQ2pwcEdkcFUySi9YV283UUsvUVpjUnJzaytUbWNGcWR4VzdTN1RzR3duazNUOXJEdXVrQXFVdkVnQ3BEQm9tZy9IVFVZNTVQTTlRMnd3ZkxVS2V5aU5raElIK2xJSmMxU1ppWkJWVXZ3bjJ0N0hEVTdhYlVYZjBtRmNoVGM4K1czMG4ybWw0Tm1hdWUrR0hKWjBYNWlJVjVsWExYOTIvMlhqaDNjR2ZaNUFaMlRGSDFabU1IVFZyOGd6bEdtKzNNOEF4djZaeWxpSENKQllEVjRGclovRXJwMmk2cEhEUk5tYzA2ZEJJbkNYMStCWUtpZUR6QmFodjNhaHFITWRtR2RabXhnbHoyVUlrM2l0Y3AzeUNDN3BBQnVRNDM5T0hCMWZBR3pxS3Fja3AxeDJNQzA0WVpPWnROdDk3Nmtsc3ZndmI1aUtYaFVTanZMWHpBVG1sOENDYnQ5Nk9uY3FJUDFISnZWYmE4YkgyU0h0ZDYzSU05K21uelNKNTlnUVFOR2x1N3JXZ2VvVSt3dzJGM2FWLzc5Zm9oSWtCYTR1b0k4NEhROU9NaC83TTBLQzlrWjdsdGVEcC84WFZUMjk3eUxOV3U0eU5qUExsNjI0MGFuejhCdUNCRVQ1TyswZHlITi8rcEZpcHIxdjVKeTZMRWIwaFRVUk9qeDU0RlVvUEltNHY3bHRnZlZ1a1BxT2hmZlJVZ1lTOHR3VEZLNkxFRlg0aHgvZXNEN29odDVIUFJOQUhIYWdVTk5VNnNpeHJmRTZlOUJ4ZVpycTdDREpZR1VRUm1scHBjTTQxcmNxVHhiVlc2MmNnQy9rb0REY2NjL0k3TnFkbGN0a1RmVDRFVkFKOFlGRGs2VjgrMUF4T3BsQm5tWnZUTDlEL20xeHhuM3VwZTdZZWI5ejVzWG9CWWJ0S1Q0K0JvVVg5Z1ZWVjhpeG1TRUh3ai9NWUZ2NzBhQW56emRpYXI4bS8vNlBnMFBsZUgwNG84REd6bXpOY1R6NVBLWktLeFBlSzlvMmtubnJjeVRKY3gwdk9VPQ==', '642533803_18038784713753450_4776331641390304018_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.75, 1, '2026-05-06', 'image/webp'),
(280, '2026-03-10 06:19:47', '18070654115642850', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'mY2bAeoFDn5uu9meqHVx1E55RHgxanM1dE04WVVQcEg5ZDlZdTA0RzYreHA4Z0FqeU9jbDdyZTBhWjRsNnJlUVhtcG5NZlRFTXN6M0JUeCtBa2ptOS9aZWFFNFVxTnZJYWtYNTNnZWI1ay9jYVFxWkhXQm5lR3NVZDhxWHdQSHcyZXQyRFAzS2xJUDk2ZVVYOWpyaW45dFI5N3JUamZXcW11emZpeUZ4enFZYUltZWdNWE1sS2ZOdGpSc0hpZy9tUkNGb204NnUyRWRnOVc0MmE5UzBMdXU5SEVjRjBTSituTkxuR1Ntd3dzZFVvSEt6QUxzd0hDUlBCNmhRd3YwVnUzY0NUYnVYcU1WOWgrcEdSWnZiMTZ3eVN5bXhSK29CVUR6QjNuSmlMLzBiNk9GZEZPU0s4OTlQbERmVHdnU1ZjQ29aUFpRMVVDa2g0MWtNWExEYXJFcmZKQkJHZ1JqL01mM0ZsMzFGN2JCZzlOUEgwOU1WcEFrTFhQN3lYYm5STTQ5TGJRUHNMcFYvZk5uVUpLclJvRFovS3l1WXFmVlEvWURBRXRMbmhSNjVrM3FDTzlOV0x4T0x1WEVaZkpMYkJVTzBtekxZNk85TVVWNHdVTSt0OFJINExTbCtKVU1VdUpBTDNHVHlLK05GdmdPSHpjeUFrT2I1K1UxdFNwZGxaVUVENjk4WjJnTStpcWJyM1NBSExWVGVJbEpVM0NnMXFaNzdqTU1ESVdoemZROUFVMEtqOEhCeklqT0twZzZZMk5FZmM1d3l2L1JSRGF6STNGelBBM2Rza2NZMjB6eWJjRHAvdWVhdDF3SklQWjAxVzIxNUs1WnhqV1I3T1A0QzBiSHU4UFBuWTRMOC9GOGY4WHd0NDExT3NUR0h1dGV4dzlhMW1sWHhGZWVCelNMWS92enZjZHhya0JucmIzb01SRWFWZVU2Rld5VVdpOEJQVndDMVE5RUtpcXRNNWcxaGNLbVhVY3NZTmFNOGdWRlVWMklhN0hoRjU2VmRod05LSFZXeTFjam16RTdrOTZ5MWkrdGluRGVsZjNxRGJVUmUvcTNQSTJGaUYva20zK2JkU2xIa3lRdUs2SHhsY3ZqcGFJc2Vwc3MzeFdHOFVLM0p4dGExOWhPYWdCVEtBV0JsRmpMSFRsa2xiTlVnTVZnR1RycWJSdnowaUNrZzRkK0FseVBpMVdyN1FXU2lMeXQ4S1BzNDMzemdsZi9NZFpkOXBId1RHT3phaU5zeW9SY3ltK2pVWnI4Um1Od3RSaXMyYVVQQnh5ZHhNc2Vqb1lNWEhjTTluV2wyYmduKzRBR2U5Nmo2NFc1cGZlck1PRnNnc1dBZkxmNE1POVBZT2pzVFFWY0JKSGJlNXBBaGRkZnV3U2FNOEhVdUpIcEhyOFZTdlBkcnRLR3lKTGFva1liYlFydGdWNjFzZ2cvbmJLVTlqOFVyRHpNVUJEWlh6SUVLVGh5OWtCS1M2VnFJU00vNm12QW1KMVZQNU1OUCsvYk90ZTZpK2l1SC9yVENXdXhwTWNMQUpTTzRuSzMvQzZWNTFKQ3JwYklKNm8zcHdrOUZkTDNjU1ZqNnZKMC9keFE1bENkcGduRnErWlJ3dWxzMEk4d0haME1aS2hNZ1p6eW12cEVDeVRZWUt2M1h6Q1dBVUNMMUR1eHdqeGpBWnZZRTRJVVkya2thaHBHZytqQ29rTDJUM29HaEtJanFMemk0SW1sOGM2NVA0Z0dENDdPSmF4RThuWEw3MHhIWHhSNzVVQ0czY1JoazdwMkhmUWpCTHg4SHdxYVp1Y09CQk9xR3lCMloyTlVKeGRMSk1Ja09FNHAzZjZ5eXRJeWxoa0pHaEl4WUpVdHJsUW4xSG84VG5tUEIxaTRkcmJlWjQvNk9pYlliRWlPRjJDZkZXVjhqK1JGc1A0ODU4WktHYzhFNXgxYnZVL05hWjFQUU1kRmRtMndXZ3NJYms5NEhFQStrazRuTm1PWXhVZWZSL3VUK3htUmxabVlUM1lHN203NnEwcXA5YzgxUzRFdmk3UWx0TkZiV1YybktRTHRQNm5mY3Z2TS8xalZ3Tno4R1BpTG5jekJjbHQ1bVJlZC90YkRXUlBxZmRhRks2YmxBRWpqVDlOK0xJZ1U0eHo4WEJ4Uk1kMFhObFZyWDBaWm5FVnovVk9pWkxKYndMYjNJWVozM0dQMGV1MUpjbW85OGVaQ3A3R0RXckRuZ0JrYVdwRVhFZit2OUpEdjgwOSt3RW8wWERyTHBpekRsUnl2QW4yekxMR3VxT2NRelp4akI2Ykd3bURqV3k5NWR2NFNwakVjd2IyYXBjbDk3d0RqUDYyaEFHZnVaUTUvSFAvVXk5UDMwN2N5M3R1NnZXem9EL0hJZGMvKzZBZ0haV3ExTHozWGx2b25xNmhtTHFGYTZHNUxDbzNuVUVocGJQRDhINWlxSjhzbWt1SEV6SVdXakFrcUlERWowdmFZYWRGRTQ2ZEQ3WkUrcEsraXdRb05DWUNlMGRyUnJJaFpCOEluS0MzM2xQTXluWHg4STJTQk9wY0QvdmRjVnZXUW5PNmNRbndsTTh4N3E2TE5SRk5HdVZiL2R6RGlvREYwdHNFUkIwTVVHMElxNkhBWi85OUc4MEdqcDJvSjlrREU2RlZDUXNUUm84eWpvOHZvWGF3dTNaSVExK3JPSUdBYjhUV1UyUjJXU3BYQmlWWGtwNWFxUWpCUDNuOWd5WHZCcFJITUtJdjAycWlIN1pCeG1nR2w3SHhQUTU3dWNpRE93LzdkbFFNVTgxYkt2VlBlMFc2UlVNVW5KNXg4R3lCdHhtYlZxbWxjY2JERU1lUTNxcU42VjRJelFjdWxKK0FLVnRrOXp3Z0pqU2ZsS1ZTQ01jeXlwTzlmNGxnM0pJa054bTIrWE1BTE5JUDhJRTV5dXMrY3BXRWZqYy96M21jMm9kM0F6RGUxT2ZlcWhtZFBRbkcyaHpQaGFvR2xpc3RNR0VaM2d0cXIvUlV6THhwY2ZnYUhscDBKMU1PL09xa3NURmU5OXY1THplejNVVDNtdkNwRU9ISXFxZUhLaEt5V1pBaTRTLzFQZGNmL094VmxmNzJyY1FIdHk3djVrMkdQMlVOc3JDQlcycVlSa2hKUnRRcTNvRFF5ZjMzamxYTDZ0RzJKNGRKNlFsUkltUWVab0NCQnBZZE0zdXdEdHZoR3Q2V3hKdXF2c2t3QVdKRUFjTHVoMmpSTXNqZ3RrcmJaZnR2RGtUR2w3RG8zLzlIMnQ0VTk4a1k5MkdzYVA1cmRGQWpWMnZPM2NYbWdYY1Z0eWhwSDRpU1dHQjdPWkR3ZTFNeEZpR1NUNzB0K2JLa0RZeW1JKzg5MVVFTHVibWx1dVFuRE9nVzdlYlN3a29PalZneStTcnZIUSs4b2JCK0FkTUZyODNISDJQTXRlZDJGK1psNTBCOE54LzZFZ0NvQ3NxSEVTcCtpZENuZzF5RnM1ZnNLb3pIUGJYQm5kZG1MUHFrOEJqR1lDdTd6Q0JIUzBTbGpSZ2tnL0gvWWcwZVRyNERhK2p6NW5iaXJwU1RKT2VCYTdsdVVYRXRIZzlyYW52QzBRS2JlOTIyc01WSnY5STAzWjRObFQvcGtoSUdRTUtyem5BQ1hrNXVxbUlUS1pZTmY0V2VMakRLMEFkY3NDa3JLOEJMWFltRHM9', '650057778_18039161315753450_3708039587342809480_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(281, '2026-03-12 06:22:48', '18566348200029408', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'dyAj7TMuwDlZWF7qXbdD01lFQXIwZEp2Y0lqUld3S1BmSzg3Z1lLU3JkZHNFMHFOUFVsYWNNaEZ1ME43RzNFbFcxRFpzaEZHcWQ2d2FJZjR1bEMzZjVjbG1OV0J6bitnUEZ2Q1V0UWd6SDRnNWFOYnZQNWFjWE1mOE1pTGd0Z0NsSHpERUlhWDN0YktWeWVML0VFU2d4NDAvRFdDK1JaTFVjcElEdklHL2M5NWUvS0ZGWG1Rb0I4bnY3eFlUQmdhQzZRdk11MGNZMGY2bUhVTERWcFhJeXpqMlg0L3BIOHZQM1F2cjltWWV4U1dOMVg4dkNFOWI4blNPV1diUHBtWGM0MWtJUjBpY1hvNzQrM0hoeHlwMGpJQzUwVU10OGx3VnhlMFB6ZGtUWmhZbllVaTVTNE1ZZGlONmxaSS8zbGlZbFJzOVQ2OWFWbkoyR0tsWnUvLzhRS1N0N1hHUytzL0RrRHJDRXRDd1g1MGwwRUdwaXlqRTJUZ1U2azdPOVU0UXdRNXJFbXRxcTAwMWRNd3hpM3pjelJpUTdzeWMzN1hha2JQa2NVSWluVWlUSkFyUU1odG1EcFYzRzljbnc5VldxbnlQVFZCQUxzVmlyd0IxSDJNdHNMQVNzTTlad3B1aXVVRUhvdlZubmlJOFZ6VkxEeEY4RStUTVBldlgvVFlwNFRnOVErWndUTnFGa3VURGwwanh2WktPN0VOL1ZycTB5V2I4bGRrNkM2MFhQalZDQlZQaFVjOE9hRnFPdy9NOUNhcFI3RjJTNWQ2NlNqVmI2Y29mYTY1TjJmMmg3SXB4RUxUSzR0cUpzaXlSSHQ2QW1oVk1Ic0c2NU1USFlhSzIwaXRzenB3bTd0L2RyQ3VZb3NHRTFhbnZiVGliZ3c2Q3pNNTZNWGNnS3BkbWtRMTIvZGNpNndkdXk2TTFZbWdFdkYzS2JkY1hDUjM5V3Evc1RZK2g5RHZJMTcwWHFPRVVPOXJwSzV2UlpBVDNDOENuVkV3N3dkeWYzZ3VqenpxRUpHa096dm5MTkRvSXc4Qm1RcmRpZzBzM09CazhrREFpQjF6ZjEwRjBrVE5xQys2L3dCSjlZckxNbVgyaFprckZqYXhIeC9EMFlvdUhnSndxc2NLMVZ4eExTSDMxdHZQRWpUOXI0VW1pRnFNTnA2cTBYTWZqN3dqcllVYVhnb0NmOFdiMUI0QjR2NlFqRGhNeE84bXFmZmNxRGJpS3htWHBCVUhVL1ZzeUd4V3RkUlpzT0F4cXpnOUZZNTFIalRBK205Qk1IV0c0Wit1V01vWENZa1RydGw5alc1OFNiWG1yKzUrYnE3ZEtEUFdGNTlyRE9SV1VEUS9ZWEMxS2RTTlU3R1BvNHI5ZmpvV2RlZWZuajBpdEl3WUZab3dMeWIrUGNBdnlKMVZsSjZyc2RabE93VmNqWkZZTldBTzlRQzRQU2JxNkhrSzkrYXJOTWdxbnMzQ25DaWNhNDRVaURSQ1ZHUU05RjlvZnZBb2JsVHNEMUNYa3RiaFlNbXZsWitkREo0U3JlVlZqTkp3Umcwa05hSW1LS0FBZHJDN2kxRnJZRXpGalFZSGRHSEhjanVhYVpvdGNoUHc2L2lFK1dMWXFJVno4dU5qcGJvbHVoTGNhMVpRb2FCUVptTUh4NURjc0oxcS9KS21MSUF3RzNRTkh3R2orWWJ6TXdhQ0J0bXhqSWxLcCsyenk3R2cyelNjWG9mT1ZtUG5YTDNmdmxvZlZ0TjJZcTI0WkV4VWNMQi83QmxYMXVVaEl2RjBBcXM3Rjg2a0xXQjduUEFqQ000WjZyekxOTHg2TEQ4NWdkZ3JwSnRBK0w2aFhMZDFZMnlaMnZvYUhXQ1VzTE9tRWU0ZVN2amxqVktFS0V1TFJyL1NRVW1mcUpZRWpYSWM5S1dXb0RwVE5DaW5aTHhobXpFUFNBWXBjK09JT3lrTG1HMVBJbEg1cHF6bDRrNkZYbm5qdkxBWXVwbGlJT2M2WGJXNXo2N002eE9pSHU0NTgyeUk1Y21iMGhSTGpRTitiV1EyU3VSQXVsTUpUc0ZCaExnSVVkVEN0YzZoUnFCQ0dDM3NzckZJRkJkL2hManhhekwwNHRrRkVrMyt3Zjc5RXhoUVJ2cFpoemxLTm9XQjE4RDB2Zm9hT1l5SHlCT1N3YTNnOHU0ZTNESVI0WWpEcXZ4bEREMVkvNk1qbXVnRjFGYW0vNzNGNk5XNjJlVG9oUFBPTlJoVGlYMlNWTEE2MDgzdVVydzVYa2dHZmt2YnpXSWlZVno0cTEwUEFpZERTOGExenBSK2ZKUHphZk5pUGd1N3YwQTY1UldZaVRqemorSFYyTldmSjlHdGQ5VElqUXR1N0lPWlVad2NXOXlpNVV3amFlUG9sZ2hBSzZkT0xDaWd5VDlSa0V2cjhpWmtWa2s5SVhKNkZ5UG9RMmE3akhzZTdSaFdmWk8rR0xOR29kbllkeDdzWWJ3MTFiU3A4d0ZKR1JqSDhYUTNxSzRTaGFwZG9aNkJXcEIvYjZkWTRGYlE3WWRXSXhUc1Y4b0NtNmZuZ2ZlSXpiaE1sLzVibTE4VU8zL0xrWFc4cGx1NUliODRPVEUrOVpoVDdjVTN3M1BoZUVxM0F1dXE0NVcvdFVKRVpNanFvdTR6T1NzeDUvV1ZNM2JJSkRyMEVJT0R3cFdwUFcrRFZyTmNFbkNEelUzeC9SRitBTk1MRHVMTE9zN2F6RFhjVjExMjhROGJaaFo2YmhLZkozUmVOVU56ZXlTam1VMHZKZWh6amNuYk5Da0lOcFFnUUN3bHovMFJxOHpNWTNJM1B2bW8zQ0VHNzd6VDVUSHNrS2xKUWo0bnNCdndFMy8rYSs5eEFZYkRLOTlKOWloRlZzaWg0ZUZ5bWpVZnU5ZGcrWTQvMzdkQ3FOU0dIZXB6V1k3cXlJN3Y2b3B4OUF3bGZzaE81VW5pN2k4KzkzQ2VtRkZJb0lxYmh5SitDU0VhcnBQUW9mTm5ibHJGcS80eVI4bStpUVU2UkxzZGpyUXBMQnVWUGdCc2htdmV5bkVGb29nR29Jbk4zNTlWUHc3dkRKbVN1RFR1M1hxMmRiOG5rM3pYUk4wTzErTGlRVzY3bnVwQkZLSkxBUW9Nems5UVVKNTZWUmhGcG0xaE5sUGl3Zm9ZbVh5NWFwT3dSdGl1QXVhdkczandGWjh2ekJZK1VHZkljOWVOdUNXZVp6WVFzeTFQQ255cDlIelpBb0NiR0NpZnAxMXUwUno4d2xyeEkvaHZiWXp5WkZKRDhsT1BzQXRlMDRSMjM0dndoUzVJL2hRUVNqTVBEZXRIMWFOTmJsZlJBYjNyVEppcmVhcHJmNlJZbGlYdVRCWGM3VEx0ZDNFeEdMUTBXOXB5YlVaTW5uem5GOGZxd0lnbjRaNDFGVjcvKzhYN1ByTldmY2NrbjlPMlAwV0ZOV0NhOXZITUtFcGhpa2tuQkdpaFBzQ052ak5YRUFBPQ==', '650900652_18039385613753450_7646643803612920898_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.80, 1, '2026-05-06', 'image/webp'),
(282, '2026-03-16 18:22:28', '18100510973509542', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'u6MQKm0SDE5I3T4SfrsNSnE1MkxvMXR1SUthbWREckpZMVRWRDN0VXhxT2JQS3FnYXR3dDVRNkpubXFoK2wrWSt2WFZ4RG5xZFR5UG9WcGkzRFFibW5KbS9XWGZlcERsYmtPMEJoVm5DK1l1TWNFK3lJYTVUM0szOTFYWEVVU281T0N5WXZYQndxNkhrVG9GejdUd3hUSDFpc2hzZjdGdkZjeUcwb1VPd3dzbG82MHN6QmZ1R3ZOQ1NHc3FjUVVFY2g1d3dNNjV3cW14anpsdG9YUzl2N0Fua3BGVTFLMDlzVEpDclp0QmtsUTNpRllud0JHb09xaW1taUlwYzZ4MDZrRUdsalJoai9haFYzMkZuU3ZFMk9UVlRqc2JWeEE2c3lSL3h1eElTV3UxUG5lSGl3Z2hsWFNNUk9qWTJkbVFYNEtlRkN6K3Z6VytFMDc3M25WUjRld25WTXBqQXlxU0tobG5idkRtb2hJQ0x0V1B4S1J0ajBYendmNUFqMlZVRUc1M2hjelIzY1VZOXNUTlJKcXFHYWxNaVB0Nm14eW5Cc2h0ZWtZa21uZE9nOUdETDM5R1FjczZZaEJ0S2ZuaFBCLzF2YlVDNjhkWU9Hd0pDeDZ3YWJxT0lJblZyRmhZcEJHK2FXSEJCc3l3YWRHNUlYdzNTaVRKdXZtbi8rVml4Y09rdmFqRXlBYkxmQUVlUXk0dUFFb1JWUmpXMlBNQVo2USs0SmRkS2ZreXZEbVhjZ0txSCs2UlpkVVJid3hibDFiSE94ZGo1Q0dCQVFpZEg2NUlPdy9qRnkxcVo0Mzhnam1NRkZuOUo0V0N1ZG5NZGJTbzJ2dWxGNk4yc1BGVEUvZktRYWFCelZkcktCQ28rYjY1eHpFa3lTeWpwcXFhM2JidEZvdVZxcGg2a0hoYVcrWURJWEJSYnVDdDAvTzFzY0FYWm85MkFYVVlkWE1Fd1gxUlBja0hBcGp6S3VkTWZUMkJHSEZhVjJaNkU0UlhWUlNxN3RkaHJDaXE0b1pnQ2FocVZlTXI5eEsrYVhlSkROZ0hidHFLLzdLcVFNV0tPamtmblR4UnR1Qmp4cHZucHdHRmYvMUtram16WTZ3RE9PMU9pbktYL1lZM2tKazVjTlpsYzdkbUFGNmVpQUMyTGVLNnpjdWpqSzdQSHdJMUNuK3R5bVdkT0l2akg1UUJWUEJTdGxLc1RqYlk5WjFJbENzMTBqTzJINWRMeWFTY3BRaVIxZjJRVGJKZ2diKzQyaEVTYWgydmFuY2xhOGdrTjY3L3lWQmtGeWl2K3pOQWRGSjNMUzBqSmJWa3pUaWtYUDhCdTVDUnptaFUxRGxQZjJkQ2VEbm41bWNYSGh4R28yNGl2aW55b2tvSVZuMkxIOUI2bTBQcnMyRCtXVC9RL0JkSGlGTEo5bCtGdlRWaStJU2xDSUo0bE01YjgzU3V5S3JxWkM5d1RqRWlGRU1FeTZlcWFtY3BRclNVZ25WV1M5UjFsMyt6WUNMNEw0dnZkVHpRYk9UZDZkaHk0aDNOd2ZEUCtIU0tyVWFOOEpoMmxKeEplak9CeTVVTmNpLzQ1bG85VHdsS3JXQzlWV0pIYkkzNXFQV1pIUUtQTzRXK0xWaTZvN0FVRFY0U2pXb25xbFhtY3d6bzZQYytjQnZqQnlIb2Y1b1NxY3JGU0oxL3AzaTgxUC92d3JMZVpsMGVCR0ljajJqNWI1MHJjMjFuTjd5cmtaZ1NhbWZCWUdXQjREOElEdnhkMDBKZ205N3ZPVzRXaHpmRU02Y3haM1oxM0IyRVdpNm1XSTV5ZmFSQm1TcktKVnVZcFFuUTV1dk5SS1V3MXVoL3l1TlhHN3FnRzZlVlJMbE1jNEo2dHJSNlJoOXEzS0tkRkhDeHJLMUJsTG9KOFZWcElSa3dxNHlVdnpLMU1PUjlCZm9TM3M5MEJuYnp0RjRIU3hWbEdsMTNXWFlnSGpoS0tHQnB5anN0NzlOTHVjdk9zNEZxS2ZyRGRYdHdJTVhKek9kK2I0MkgwRGV2UXlYU2xlUFdyRWNsSTBNM3VMT0NHeFBsV09XTGJrL3pDWHJ4Vmp2TGY1eFpEd2xvcTBWSUlrajdrdnh2YU9qNTVUY0kwYjlLMmc2Uk9Yc3hYc0huZVN4S1htVWZtRmsvWlBPdTg4RWthWVdWeDArTFVES29JbHMyWjNqcUczYzhCbEE0NVgyQytwYlNDdUszTXBjYmN3Q3Rjc2dCSVc4NnY0QmV3Qi82L29qQ09HVXk4bERlS21rVG5nai9jS2ZIaEI2cm0zTTh0amtVQmkxTVp5cEdhZTBQa2F0U0VvUUp2UzJpcGFjWVFQRjExL3d4K2srNlQyYjNwQkVuMCtzYjYxV0E5TklESGlYVzIxTXNabFRpWHR1RnBWYXNmcjJYb0I2ckZvWGx0cFZJSEZrdHB5UlF4NkU1WG1GUHAwWEVYZzlvdk9tVThwL0hzSWdKdTEzMVdKMkh3K2FrNy96b2dEekttMDYyL2FHR1VubWFVUTkxWCtDZk05ZVh1MHZ0R0Y2N3JZN1ZnVlhzVDU4eWhsS2dBZmFOSkFyTnlFajI2Sko0ZGJGeC9FdDh1R1FGL1NlQWcvZjJlNkduZkJTSWRQT2VKR1ZnN2MzaHdyVUtHdWRlWFBxaURIQU0rbFI1MEEvaUd3Y3Y0c1BBK095NWNydHVZUXJYR3JTOGxxZGI4TURnMVgvM21ReFdFOUJWWUVSUTdKei9UajFNTzlraDlyVGh4T25IWjBpMmZBc3hRa1cwajFqVkNDcTdzdkRablpFYk45QkhrZWt1azNyaG5tb2tocTR6b2h5bGlXQThCcjg0S29XYm81bEI1eFBTYTd1MDZpRFpJWVVmVkgvR1BqREgxNDJsS2NTRUpoWkcwaDNMbkdCWkFQMWF3OFd2Njc4Vkd4TG1ISG9Fb0pwZWo3NlFEMit3UmJLN2ZSTGt5c0lBazc3aSs3T1E4UTFpbko3T1RLR1MxRFF3eWdwZFl0czdDQWRhOGJ3RGZRK1pqQXM3bktCMlhsTk9YNXdYVlRSK0ZucjlNaVYwU2VKVDBLeHRnQ1BtcTZ1T3hYUzdWYXFSM2J4SDRHWWxFUFkvbmhUQ0pHblQ0anVkeWtCSHJqUlV1aVgzQ296eE1RbWRuandPWGJwL00rTUdzWU9UcDBCaUVBbC9EV1RwU0JlVXRLSktiMWN1TjVRU3pqQytURTJ1QXJ6akFLdmdacFM0ZTd6dHB0UUhZdktGeVU5R1hVcVNZZjZxeExsdUdmeE5pc0Z5ZnVmSTdONVkyN0c0ZUoxVEptOUtRbzlJdWgvYUdJbVlWQXVTUmhuclB0K25NNkorbEJRRHR2QWVZV1FSblBpNkdpVEs5aDhlZVZKemJkcjhwMTFXSithWGd3az0=', '652292899_18040160270753450_1119240794759612662_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(283, '2026-03-20 06:20:59', '18350285467238574', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'rMVzYqr43VEZ1tvRPXRUGmRKbWk2ZFUvVlFBZGRMYWVvb09BWVVzdExkaWNsN3JENUowN1VZaXU4MXc1ZmdkM3lra0xxWkl2bGVJWTg2b0VBM01QSTlpRTRYUTFDZmorTnYwMkhIME5helFVaWh4WUxsbEQxeTN6U0hYdlBYdFUzbXBFT1ZFc09Md2Qya3p6TkdQSHYxR2NKYTlFQitXeGZ6b3FTTkNUbHhWOXo2S3FENHB1bENxazhOVTBZVEhWNnQrNGVGMHRSZnVxcng0OWNmVDZ3K3RsbHQ1eXdaMElOREVrUmRQSjJXYzB0NXJoMWUra1ZUcWQ4a0w3NVl4QURXZm5kSUNVMWhnenpGQzZQdXJuenhqc21qdk5BZVFsL080R0UzMHczZkh5UEgxNHdvY2crb3gvbWF2UXhWQVFLOUh3S1JvZ255R3hIL1FGa1Q5N3BrY2RpR2ZZVjY4OGd3U096b1NhTDNDK0Z6QW9DeEJsZkNkMXhLaXIxL0ZCblM4ZnhDdWszWW93TXNDMVBtUzhEMWlMYkFpNzJNbVJqSUplNWsrOThGNXJIc3o5NGtxSFkzdk5ZZkxteFNZQ2QwdjJ4RFEzZGZvWWkwcDhmYmZrdTJxMmFKS2MvYjQzQklRQWpwRHhEeGtMMXRxQStGd05EelU0bjVycmRZWVhRVlhCQzNwODhXMjU0VGw2ZUZNTG15THFyZUxMZm5oTXpWdk45Y0R2M2R4dlhnbUVsUFBESzZXQXdiYWw4cmwvKzBTSkh4L0YvZzlFak9EdmxqSlVqemJtcE1BSlpFaFpwRVFlemlDRk1HZDdPS0ZTNS85UXZBVytoSkRCWllObFlZeW8xVTFEUmRtWW1rcnhQR0xVaHVrU085d2RpbFF2MXp3RmEzTDF3WGg3NXBxRll1NUtnSjBtK0pZKzFpNXVmVXppY0ttTHo4VTgvM0ZmeFR6cnBkUFdGaVF5eGJKYkI4WHlPRWhFMnpXZ0s3ZXJYYVVmaGtYVjJ6N1ptK1RvTWVJL0N2Sy9mVnFqdTZjb3F0bTFlTXlKd2xxUzhvcGlxUGJSOXJ2aG5pR1IzWjhwc2s5bTlwWlZYM25XUUFrcmdORlp3K3BnWnRvMjlic0tKYkJGcE04LzJLM1RUaUVVcmNGVXlGS2xIYWtvWGVnMGRwbFBVY0trdVZleHdmWU1UdnhMektXZzFiTkdkTkJaaWk1cmdHUC9Pc0tkMit3ak84eWRTTkZPdlhUUXpnN2VLNWlydkYvQjhHa3hqY1NkY1Y2R0RhNFBsQUR3RU95MUNIWWdVUGlnMlRxdUE2bkl5SUI1UUNmM3hiZ3ZjbytrQUFDMzB6Y1h6dXlVL3lOUndBd3F2aFBOZkJTN3hCVWxrdHZkYzlCdUh3SS96WXE0NE4yRWpCTkM2czExZlFYZ3VTbFpweW01bThMMXFTbzNKMkpzUFJraWxXRHg3SW5VTUFKQ05pdVh1b2RxVnJaTHNEU20ybFhTd3JGQVk0SnVINURudUNiUlMxOEwzNXhGSGZZZVNKajdBUDFFbFZGL3BETk1WVS9FMk9DZjNHdjVNNDdLL3Z2MDJ5RVdEa0dnUnd0K3VMbTc1WGNzdzh5eWVUUko4M1pHSmEwbllkYXJlVjBjMXVGbEJwcnM1a2VSVWJtOEQyVDVyTm9WWVRiMmExUnFQbzY3TTdMRmNUN0lUa01IM29ZN010UEZYdnBMVlRqcG4wRXVRa01NeUVpYkVkZEZZbk5xSWlaSlVldWtTR0h4U1B1ZVdKRkJEUTdQN3JQTGM3QlEyMVdWWGphYmptcFNOaW04TUFKL2lrSlBUYXcrN0ZDVEFnUkpXbS9JVUg2WEt2Zy9UbXVhdzJ1aGZlV1cwMWVPaHBrdUtqV29paGgvOVpTbjNCc3Y3aWhvV0ZnK3k2aFBzd01uMXVZR0w4cTRpeVlBd2crZFdKN2lXRHAyeDcwWTluYjFmdTVQS2R3U09iaWhWQ3dMZ1dYaVpvcjlsYjQ2K3pFSkV3aG1oTGN3SGJ4L1F3eWJpa29xT0swR1pJT2l1WHhtaVlHOWFQdEc3bTlvQ2hNS0pPSFBGZHBNSElQODErZ0ZISis1NjVFQ0pFTW1ydnJhQnBjcmk5cXM2UTU4aW9JMllyb2hROWQ0NTd4eXgvUmpSQW8waXNCeEZ4T3Q5ZkZXdW5FeS9ZMU1xU0toamNBcksvSTZKczBNakxRRWlVMzhYSFN3R3VLUVJkQnRZL0g2MWxLSUZNSjVvWFRlSDZyQS9OQUIycld3OG1PT05KUERKM2JoZ3RnU1hic2t4amg2ZStyT28rdmlhM21oRFQ4MXNEMTBDakQrQVFxTW1KRnY5Sk1uak5xOSswb2NydWdqdkg1YndROElMckhQVGpqRDBjNGFwUWJqUVBhaEY2NHc5bDBYUjA1V3BxbU1Gam5sc0p3T3FOWGQxc3hLTFlzN0VqbEwrbUh5dUxRQ2l0NG5NU080dEZuKzdNWHFZazdKK3UrODNYQW9aZGI2cGIzRExlbS9CMjJuTXI2ZVFRPT0=', '654321436_18040624424753450_3518147500628984797_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.75, 1, '2026-05-06', 'image/webp'),
(284, '2026-03-21 06:21:44', '18104849728883337', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'a7yIavR3wdAe/M19awow4lUyU2xuTjhkb3ZMaytoZ0R3VTFmbmk3R01lS2szK0pmRXFBekxaNXdvZXF6YWV2TU5DUGxxTkNJeEwwQWR1c3BNV2dENCtlTTladDk4dldDRGcyalg2L3FheXZaYVRDalZOUUdjQXkzTHRkbitoY0prT0dZV1ZHODhjbHVrWmVja3dYc2NYNHpFYnU1eVR5OG5oQXQyVS8yVnRiM1lpVUpVUVdvWDYzU1ZPQWpvTXozZWtLWjB0enZHZHZ3a0hDem45L1g0RzlTT2U3UG5tbElpZjRpTkhONEJWYVQvVGxkVzFEbmdhVHM5alFRMExNMDJDYmpRVnRseGtMRHNobGlaakkwVnFjdldyeU1aLzlnMDdhMTFROU8wL3dhUU9CNDNxenZXVm81cXF4VUtQYk9QMU4wZHlKb2ZDUWlKUE1VOUYyWWNiVlpXOGxFSlhDT1N6Z0VLMEszMFhobHBCVG9GSWx0VVRwSUFMbGV6YTZDU2Q1Q2F6OWJBMHRLVUF4SHBXaFhBdGRTRDJKRkwvSWVJb096Kzc4VVJ6bHIrZzJ4b2FKOFJ5Zkdpb2dscGQyZmZMZzJPbUt2c3ZxVnJ6UGpZcGFTL1RGdjlIM21ENVF6ZitZenV3b2hOQmxLSWxUU2hyMTN1T0E2S0VoNk1LQkxoMS9qUTBWcnFZbUZjbXYzc2txeU9FMTZqSDRUemttaTY4UzdWSzZ3R0huZ3c4Y21kOEdWajNQdHhocDBISktZTVBYMElWTjhEVE1MUnVObHVmSlhiTDBOM3V1ZmlmZWlpNE5yM21IY2tXem9SM0JhQnZRZitkZXgxTmhzdSt1YmZiNmJkTXcrK3NLcmEwYnV0TWtWQ1EvdGcvSTdTWDI5WURZc0FTVEtrVkVRYlNIMUZ4QVJLTUdnTVNya0R6Ylk0NFBBZWg3QnRQUlo1R3pxNkpnalhQVVFTWWZFaEhwYnBtLzBnSTcydjdqSjB3NXVGQ1dEVUVONkYzRDA2N3M0Nk9wL01MQ0tMcVl5c1lhMkdieWc0a0MvTG5uWWhYcmRRMkN2VVVBN3NubVVPZktSQ0p2anJPOWVLMVhBL1pveHV1QzFLSjU2dkszTHFnWEJ6bmRTMVViOE4xQzJJblZsQ3I5VU9aeFVGZGsxRWl5Si81bHlKeGk2Rk81VDhkTlRZRlRwZ0lzNVdRNWtMKzR6QkhYRWkwKzJQVkJhTnFneWNQUWhnSGI1VU1JRmluK2lOM280NUcya0tRKzcvSkhDRkFsSGVjV3A3bWh4bjN3dmJDSWppYlAvYktnQnBld0ZKZHZHZElRazYxd204aCtQd3cvRkNDQ1o2eWs1dTFyc1pJY3NYdUtDcEsrU2JEVHMzdm43b0N5NkdWVWkyYzI2VkREMHhuWDI2SXJOMkJwbHpuUkNBU1NvZ2NJdVQwNGdpQkYrbW12MkQwNVlGNkRhRHNTd09SaFpQcFRuZ216U1NtbG81YmlBSExSUTFWRG13L0JHb2NJY0ptbnBua3crb3BvcXEwWm0xblZjQUw2Y0NkZzI3Y3pUWUZMNCtWV0t5OUpraU9UTmliaXFkOERJMlR5MWl2ZDYzUjRnS0dGSDNSQ1RBSHVRckZiZWphVEhnV0hhWjdDazJabWwxeUk5SVJJeExMNmhNbi85U0tpM1pTUFA1aFVMcUc2Z3dvK1czZDkvWDBNL3MwM0Z6cGhEeUxJcnlJWGVSVEtBVmVQWmxPSk5OaUZBQm1QNnZMUXh2emxlUWVtUlk0UFVBeFVEbGl0MVhPb0RYQ09rOFcxaW12T0NNdXp4Y0M0YlZ3a2xGYncxbWhqOUF1ZkpFVDJTSDRNamQvaWRCSUpQVkxSQnRtK285T2RpNXp2Q2pDa3FSeWFUa3JsRVZ1WDFRaGg3aVZSWTFYNG15amRSNjBkbytOeUdCRGNoY09vczJ4STZSczVRajBYZW9JZFRmODY2SHg5TThra290NlJjNkt2djFxYzJBanBxaGJac2FISG1tdHNtNFY4UDArWDN2YkhYWU95bk5SZHhnRTlONFJKUHd2Skt4UDNvekhoME5SU1E2Mk01dUVrbjBzbmlZVE9FbHZ2SFR2RmRLQjNxejYwVjIzbGtJakwxZGtxbE1vZjlITktpblMvZmpvOHNvNGxmMFdnYXRWdDhDQWNJdVp1SWhUekRKUnRDUWxvTE8xZWNYRXExZmRlSkY5Z3cyNkxiaURCb0NUdU1hL3I3ZFBhaS9ET2N2K0RxRjZtcjRGTUh3OXFjTTVpSWJBc3Z1WGMwUWl5bUdHSFc0cExKanNlVVNTMWIyZGFDQjRqMkFJSzdWUGdZSitxTGpMYXkzUVFVOEVzU1dlVUZSNzdTSmZwMVVoRWJzOUFuVWdTakNTUUV4QnJaNndiWXlMdW5uY3V0VVNCblZzYmFRQWdNdDlUUjVzNHVXT2xDUituS25pM1VwTXJJR1JHa3RXcTlYNnNhaHExTXZacTlkaUVqb014Q2JVdXAyWU1heGI0NFZkdkpyaXByc3ltZy9YSS9aYzRheFBQQ25ScEN4MGhENVJrUzlhdmNCTjZUR0M0YnRJVEh4ZmNROCtaTnBwZk0rdGt5TDl6Vk1iK3BDRG1qVDJ5blVLbzhqS0RJdTB1dmRlNTl5dTN4ZE1OSWtva0gzcEowN2xHem1lZEpJN3NNUUQ1bmZDRGEvUkNzYU9GNkM2VloyNlF2S1dqSy93ZzJ0ZzJvVklOZFRBeEhSSDR0WGR0ejlmcXNmUSsxQjR2eXlFeFpjcU5ncDJNc1ZrUE00VHBwVXc1Wkt3M2tuajR5VW9WeWtDQzh0aVVFaDkyL0YvTmFIeFVLd01HOXdQUEhpVlNQRnFpdWdPUVk0ZlRZaGRWcUh3WFNRTXNWTndlQ0NHTjRobjZ3Z2VLWjllSjBLTCtFak1DYkJSSnBXSlpBc1JkT1FsaWEzYVpyU2pMekZEQVFhbjVpRWcyQnhjRk5xN2Y4OUJkald6TmJJb1d1TGFsaTdYOVJjRERIVGxBdW5tQ1d3Ti93LytFbm9tWk9HYWJ6SXhLZ1dreDFLclB5aDlxZTRDSVg1RE9ZblF6QUliOEdjdkRvZUg1VktBSnFXTlVjT2lHdUhuSFBZbUdpcUFCU3pvMzUxY2tsTjVzVEtOc3UwZHVjbU05Z3ZqWjYwRHZpbjgzTG1iM0lWSFdBbE8xdXNCc205Um1KY1VlRE5kTGR5RWIrOFBWS3QxMjM2RjZ5Y3F1RFgvOUpVS0VITGM5L0R4c2ZLMnQxUzRMZW5oQW0xbFpFWFAvZEkvQ25ZSGQvN1lTL1BxbjRFMWVKeVlybFl2cW5NVjBTTnFteldIaG5tc0o5ZVE1Z3pzc0dHU0xmS29iMytlVzhNNHppQVBHMDRHNmFYNmExUEw3VlBKcCtrYWpNQ0FmayttVEY1Q0t5Smh0by90N2tOU2QwamlpZnVINlBjTHN4ZHBnUUlKWTR1cGptREVUR0pZdndjZ3lZV0NCQTNaUk5wQkFqTUx1SmdSemMzT0tFSmFBRUlyRDB6bmZzeitPandoRFFKSjRjVWpMQUJFcW16N3NkR1ZHUTl5dGVQOW5Ycmx0VTFUc2xxdzhETWtpMXNSR3FQWkhSSEVsRWFiV3I2bVV5WHpNd0NvQ1BzUlo0bEdkRDRidXdRdGJKQXBMRldNT1ZiSDhoMGUvMXMwWXI1UHlBL09pNmVDU3JOQVNvYjZGUlFERkNPUnk4RkM4dGUvNGhsbnBMQVM3T2FveFZsTDQzdnpCUEVkaEliNnpMc3ZYQ2tVaHhZd2k0NHRjVm4zang2TUhRMGVzdTlndllEZSt6TkN2RmtMemxYblMzNFVudHRHQ2FyMDdCVjM4R1E1ZHpZWG8xVHBGcXlPenhKaS9SODlIUnl1L21qSW1veTF3OFU2L3lzbVJJdURUbmxRMDZGdnh2UTNVUlZ2c0RtaE5XOWs1UVhBRWJyc05BMUZlS0RBOGhzZExZTTR5aW9tdXlVVHlhbFZtMjkzZTc3OW5aZVp3eDJNOW04YSszQlRRR2tjT0p5Z2QwUW40T0Z6ZEJ3MElmRlo1Z0Y2Smhvb2EvUnFmV05XTVhZeEk2Ti9HME1zOGs1ankyem9VZGhMY050b1kxaVhONHdTZ0JtNVkwVWRhS0YwNFp4RU1kVi9iRDY3VVlQMjBWaTg1RVRtVzB2NmlrdHdiVktLZ2E1eXBzM2JVd3EyaGxtMEl3SmV0VmIyR0hHQ0RSaXIrNElzSTVoSmZPQWEweTk1MXArdzRoNmtUR3RFYUN5WnBxZXlaNnh2aks1RWs1cTdZQ0d0K3NPa2RoVmU1YWRXeU1HZURYbE96UWlOUXJyNjBxWEpQa3A0eDd3OEtVOUxpUVZKQUdPbVhDTnVlb1lPTDdPSlpYOEljNVV4RkZyRVBlRjFNaHM4TFVUbW55N0xvL2Q1VloxUEVaaGNiWitIMjFXVTJrSTljWWNwdE16TU5ZZnNRRm93QW5xSHR4RTNGeFJRNzB3RWZqbCtzSmZiTzMweld5V1RJMXZQMHVCQytTczlCd2NDS3Z3dWg4cDVzWU84TCtoYjJhZWVKYm5uUSs4UWh4TnlDVm5BaWM5bHUxR2l2c1h5V2JrN2lDWnFRUGh0SktqeWlIUUxuQkF0TmRBRlg3dGpiVG1LbGZjUGhZYTVxd1N4YjI2M1plS3FJWGRVeWlsOE1vcTJYQVRGSUhNOHpwK014OEFHQmdtUlpLNTA1bUtZaEMxWjUxajJ6emdEVGx0RXF6dmx1Y01sWE5EOFdZVU5hQTNPOXVvUGtsY2c2bTJiYmRQeFhFVkJJSjQrVHFCMStHeldtemdZSk1SSUdSeUpZTU8zUnNNMzNHbzRWU3FiRWF6YzB2VGNQazFJMTFVT0Q0MFFJa2tFN1lyUk1DMHV4RkY2eUk0VFNGWUQxYzNSQlhSRlJlLzE3R21QOHRUdUFKclZNMEY2aFZYUVNoeHpwaS96eW52elF5elJDZVNsdVlPU09pblVFbzhUWitYK0c5bldaQXRIVlNOcmI4UE1jcGtVZWJIWkttdnNrYlVyaFNEK1dzTVViblFxbGVIRG1Gb2VVTUdhSDBjMnBpaU9hbi9Wc3ZUZkZaRlYxWFpkUVlQTnRXMCtWeEp6S29Va2wrd3J3UkN4YllMT29aNGNQQUZqUWZJMkNtRi9JK0xoUzIxc1BHMVVyeEJFeHd1WHFRUEE9PQ==', '655889416_913912294591786_8532045462337013233_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(285, '2026-03-21 18:20:33', '17847488304675481', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'QUBjpS5ppOS7FkvnjKxELHJ0a1ZwUWFEaHNEZkd5OU1vZVE5dFZoYnkwZlpIbHhUUjJaODcyNStScmdLNTBUN1M0WlB4aXFBcVBURHp0K2hnMktVUmxEdVFHdElRNGxRMnB6alJYZmpLMGZwOFpVWTFKRVNMRW04blJnV2JMakN6Sm5JTElUaXQxVVV2dEN4RVBXa28zTURZS1luUitqMVFwTHhGbGl6OEkrYm1oYTZGdlVxM0FBbC9IR2U1U01Sa0RmcmI1ek9aRDFJUG5qMXNPWUlWZ3ZidW4xWXdJT0IzbENIZm00YTVVUVFoZ1IwZjRLZEhQYndDcG8wSWsyTGVLdnpWeGhJdkNPeC9qNDVuMzQyTUpzalJkYmFOY05xb3dlSEQyNFdWZnVya0ZPdkxCK3pHa1U5MU5NY3FKZk9zRGdQRWlpWUtqM09zbE8zRzVkZkQwekwvek5xdFp5UWt1bnR6ZzZrNk1yOGg2YWZXNGpuWGM2Uitlc0xMb2VXY1ppOG4vQjEvS21GOFJ3WW1DOWcxYThpRFA0NnZFRUtneUx1TlYvd2taam9YaVJpTTBRbHZUeEZDWDFLZUpNT3RkR3F4dlZtVTlrU3J6dnRybGpmZk9KNGg1T0tERFRPMVcrb2g5a3A5VDVIWllxMmRYaGRSaHFxdXhZMjM1S3FXcy9CcytRUjh6RjcvUFJzNWFjWmNzNjgwcVlpQkJyaFUya0xaV3RvcUVObysvRHRJdjNKYkFsRkd5Szl6QkJ0WEVmOFhmaWFmY0xEZ1B6eC9xMzFJaEZFTjE2SGFFb0prM2lwZ2pSZHd6cXB5U3gwQ2JENGZNVGEzZWNHbUVCeXdrdkQvU2RkbE5HNHN0ZWN1QjJqY1Y5WVFVMGRtMkZkdzJZUGN6VUFVWEF5VnIrZ08wVUpSMkdpdzVYcFAxMXV3QzlZeU5Oc3VMTjE4NkFlK2FTai9wck13dEpBWmFHL294UEdRKy9LVThQelJUZ2NRU3RXd1JTaEtLZ2UwMEZsb050d3RsTXdGNnlhdk5INkRKcjl2bVJMMUdlNXB5ckhZOEt3RGlmekcyUEJSRjhNMEtIa0xjNEE2UjR0ZGR3b3JmZGxxS01HeTRpZ2tLQ3ZncUVXSy96c2cxQ1dmaGtZbVF0Y1lWT3AwS2xLMWRyNXduNzBRSXVjbnlNVUQzOXJpQVh5MzF5cGI3U3VBQ3pLcTBOV3Nqay9paWREVGxKbE1rUTludDlKWjgvWmlBYVRsSlNQcHR0bEk0d3dYdEVNNFp2ZTFpR0dLWlBISmpXcDhYdzBvS3BLWVJGYjNNYzMzK1JkTEJ5akI0bDZVK2U1Nko3U0hDRWlLMUxUUDZPbFpWN2dTbWsrVnVSRW1ycXd1THIvd0dYT2FNbVRpOUV4anU4TDJHQzVtdHBSOCtPZUEvRWFRdm1waVNVbThnenFrMWJxQ2J6Q0ZSSGYrYnh3ZFNYdzFxa2xTRHprdTI5b1BmZVZxRHR2Ync5ZHZHT0llWCtTbEVQMHh3U3k4RURpVi9ZMDhCcUZEUC9UYlhSVi9nV1pwTVpIOE0zMHdkWFNldmpnMHhtTS9CTmJ5dWZLK1lKdlNHdGNNbzh5ak5wVldlclVqRWJDRHdZbERyUElERzYzMkZFSStLYnU1ZUIrbS8wQmJPWEVaVTYwSWh3NWFmVXlNTVNqZk1WL0dVb3dBZnpiajNScmRJYkt3dWpmRUZmTVhHaEZhamYrcUpiamxKRUNGemtvUlpJVjJOWUJPSVdHa3EvTExKN3RwRFNDS2RGNkxtclh5dXNLelBiQlM2elFEVHQwOXZKUFVOblo2czNldWYxaVpPeE43a29vaHJ1d1RYc2d2ZWFFbmhGTG1hMXgzbXNod3lwMUc2ZkdLYUVvcVhOZFVsYzllMXY5SWIvNjRnM2p4QW1uYkJiUTdWOHRkdXJpM0hERTBKZ0xCbmtWdnBvM3pvdFcyL3NzanRQekhwTWk3dEtjTW4zSVVvWkJlai9Hd0ZYcGJqS0dVZ2NwVUNxSjduSkZ1bmg0UlpVZWxyb2FjdlJPUjh1Ri9ydk03Mmk4ZGtzb3ZwVkpVMWhvdko2czZUWEpsZUZxbkZDWkFiS0dhbnZCSW9ET05pQVRpKys1MDN3QmN4YWlvd0ZvbW5aWjBqbmZRY3MwRURtQ01rem42M2pReUZ4MFBZUHJNNWxNUVo3N3B3TW1iWVI2NTJmY213VXEwSE1iNUUyd0dxZlFQbk1rblhlNEI5TW00UE00MEtMNUxwV3BoWGpZRmxiTTlsT0Y4NmtXVGd5M3Z6OVROOWlrVGNkN1B6OVk2V0dvaW5ldlpQVmEzWW8yS2t1b1IvNGlMcXF2UVE0TEJESGtXR3NTYnRuMmppWDZqa05kN3p3T1RvM2FWK3ArV0dwNEx3YXo3UFZ4Q25RNnZsQ2l3Y0Y0dXNRb0p2NkJZRGpxZzlQL285OG8rNy93KzhyRHdpYTlLZVJjNUIxbWZXdXoza0ZTNy91VHB3akRyZStzd0ttRUtGaWplazhUa2RJRytmRzY4YlIxbEFZNWl2YWVuQmV2aVNEQ1JpWmY2WXFkaU45RzFpYkVjV04yZmdnTGxrUC9rOHl6UjVWVGlyY2Q1dXpyTDQyczR4TTc1VGZTUjJHVGlQVXQ3MGpicGlwV1N0QTRDYjBkS0tTNkdSay9SSUI2RitUWnd1bUtJQVlkQ0E9PQ==', '655203801_18040895888753450_4423372163687346597_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(286, '2026-03-24 18:20:01', '18442368457116134', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'iTanrK274pZVZP9LcJlKj1NwVzVIRGNnbHBJTU9ibEIwTFc1Qk91T1htcmFDSER1L3FscWE2ZmtvSTJNMDJtSDBxWlJaNEtaWFhIVDF4clVCUjd3ZWIrQzQ3TU5CekFMQlcvUkozelNQVFZFUHliWExOY0RUd1hpdlRGRXl6czhmeXhzbG9OTXFmTjBOTHBLOUZ4b2ZvZncwMyt0Mk9ja0tJVTg5dTJLcTJPVjZZY21lSDcrNFJDbFhKQzRUK0I5cnFLRWFhbGR0cWpzNEtYYXdQQjhDd3hEeTZrWEJ4YzYvY1pYSkFPeVFWcC82YitqQzBJSmVPeGI1MlJqZmFiMmNuak8rRHM0cFhkQ2lBaFA5aVRLNzRSRmZpcmVZRXlqZjF0NXh4YVVQaEl4YVNQOEEzM2EwSHEwUjVTN0xhaE51RWkva0dwVXhBZ0p6UW9VRDd2THJDYlRoNE96YnRGMFRNeUZBUUNYVjBTQ0Jqai9jVWs1SURsQVdOc3VsZ2FCYk8xeHdWOVZ5bjZ6MWN5TkVlZnR3cTZPcU1YcXhHcHU3em9GcDVYdFB1WnYyN1h3ZVVyNEkvT0t1TnRkeGR2b3kyZmY5eW0xdEhwYjlkeGlDMk9sL0s0T2dXT0N2OFo3NDZqK3QwdVZUSHhzYmpuSk4wMVcxbW1UNHd3UXdWTnpJaVMxRjRFS1phSlBCM3lUNDlGK2ViYUZQREFsb0pNV0FUL1BhN2I0bi9wRGFLbEs5cXg1VU9ON2hPaUI5azVaa3VpdTZhbXNacTB0eUN2b1ljb2p5eUVFUFpjcnJkSENvaCtkU0ZYQVdGckpQZTQwQUhhUzQ4aVlwLzFENHlzQ09mZTJqTndyVFdMSkdWNGRNVHdPMWEyNGpUMHViY09WYWdvaHgrbEkrZkMrVjc3UFVnVnVKWm5TMUJRVStaL3JTUnhEaTU1TklMTXVOdHdjdk1uZGtBOGJDZmhBT0N5Z0IwVHo0U0RQNU4vY2FVNHZ0MmZoZ1NWUHMveThFcHhwK3R2ZVhuYzZwZzQ1SmhSQjNlQXRwb3o4SFdKOXAzRWhFcmpBTk9JeS9XaEF2dHFETnpHMlh4RWZsangwVWlURW5qMXdRSGRCM2FINkNBeUxvcVpNNUhDcTJaV1pPLzN5WFJqd05kclZKUEc2R1FiRWVLZ3ZvYmpMOUNLOHV6bzZXb2VBOUZjWFNnS251U3ZVMjBFVHFxVUFPMnlWUzYvd0wxNGR5ZGk0Y1R4V3AwQUh5L3J5Lzg1V0tOdXZRdm1aZktIWGZ0NTFJdk1aL09yTm1URDlQeDh3L3ZEN2w4WE94ZkRmVmVwVXBMYXQrbVJqU2NnVTdpZEpYaWlWVEF3RzhQU1ZNaWxIOWVzTVI2VFI5clRJV0grYlRxWENQdnhIeXNIR0hXRDF5Zm8yZUlIWi9taDBIYzVFa1pkSlZ4WldDSkZxcStFRGI1ZWhqR2ExSVJLMlFoZm5jZ2hKMVVSREVaaUlCWGlJRGlDMnNqK3hmYmtIbFhNNEJ1ckRFZDJJSENVWWs1amMrOUpSRDhsSzJqcDg2VzdmYXpjQTgxRjRQWVM3aFhNaGZicHJDMTJlQkhkaDkzSENMYldidDVsbXYyUHFnSEUreHlvN1pwbW90Qm1tUzZtQ2FpU0psZkdIRjdFbmJsdDlxbndxbzk5VmVCZW9OY1ZvcS9qRUIwU2E5MTJSZkZtSUI4YXFVSGUxQW5aSkJtKzYzNFU5WVZETTU0UXNOYkE3VmJNbnY4cUlQWTNRd1ZsbWhqU0RtU3NOZ1ZrZXROVmFjeDBUTk1lQmF6Mm9QUWxyQXpUc09QSllSMnQrWG9xMVUxb2pwdU1NcTZZcldhdG9zdGNMZ3NRRDU2S1pSc1dLdUtGL3MwSnZQY2JwaFRxdGI0RmZPeWZDYmRwbnV4ZGNXVURkeGozSWNvSTgrMEd1SkJKRWU4Mk5CR054VEw4SWNZcERhdGZTU3pQanJzVFh4MHR0S3FLWXJrb0VmdDFueU1GSkhVV01taWdqcHJNK095UFJLZkgvYkMxRjhGSld4cnhJNTVDKzZKMjFjbDlSbDZlRjJVdFVlY1RJVXpBcXJyYjhMNkF0RFFubFJrcDZTd3NES2tFcVJCTHNqL3RtUU1EdkV3SFdUb2tCWjhrT0FHR2kwMlZDTTR1Y3BPRFZFTFZGT09iNmR2Ukg2K3l5M1c1TjdObVFRZWpjRytEREYvVHNZSmJVdkpTWUhoYTN1YzZtWWtvSHpnK3Jta2hkVlFSTDhScjVIS2NYcjdMNSthVmNKR3c4TFdzYzN5U2RjQzlXVWhWL0YrOHRNc3R0amZzM1B0VTB6RFhIelBWUDkybEpNZ3ZuS0k1N2s0YWJaQmVVU3FjUWJ3Z1d6YXdpQzRtSCtjb3pDVWxnL0h0Z05hVTlQclNKQStkbkRMTHo0OEJCbWVCM2tReDRjei9LeWRHQ05uMFlWK2dvWVh2aGhDYWlneEgzYWdLN3Vlb1NQcHpCWFZQUUdLWC9sRGZDZWdIanljKzRTSytwaDh2aVhUR3A4dUFlS1FpbEN2b3VpaTRXWWFWSmpQNmp0bHhuNHdWQ0VFTlgxbzFPTkNTR3dCWE1sTVlBcWVaNGtGSElkNkpHZjFUMjVYUU5mV1Bva0FGTkVWYVZRWlJQY1VVNFRWWCtqWHR6R0pQY2VKYzZCb0EyNDkvb0dyVkFGN2dWeFBRODBhUm8vZ2ZkTmRvU2FIOExBcFRUU3k5c0dsRHdNT3BpS2s4SElvOUZSeG1iYmM4YmtSaHVOdjI3TTFLMkMrbHBjbmxka3IyNitTNHk4eUh2SVdSYXg1S0VHVjJPR3I0VDAzZklwWDVsYkVsOWFhT01sTkhKVWZRUEtsNmh5cFZUYUVLNStWekxHK0gwbjFuRHBud29pYVVxa2FwOGQrZFQ1ZkJkTmVEeUgwaW9oV0cxWEMzdllEcjlqd1V1WjBtM0Y5NWRmS21aajRnemw0bDdJVndhSnZzU2dJYnNpcVlyeTVLUlc4MVB5UEM2L0JDelhoUUxqVldF', '656277212_18041327177753450_131802194661310745_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(287, '2026-03-31 06:20:28', '17907431757201638', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'nDsKZrzmKAFpxJAoH4hNdkxiT2ZmK24zSzlFYmNTTmd5U2dPSXAyNDdRZ1BOT3lnTi9GaGJOam9sTkM4Z0hyRytOS1QrYnl5cGFlM0dYWFg5T1VYTXUyTmwyQi9FRHYyQmp4dERQcldMSHdkOEs4ZERWS3lhU1UxN3BBS2hNd1BmcklTV2JKSXJTVjBWZ0xVd3dlb0ROSHRZNm12RlV2MnNRV1ZPUTNmZFF6bnBUekFCdFJxWTNBb0dVYkoxT1ZQdkhOWDRBT2RXS0JkcE83Vm5oR01QT3lrdGIxOGNaSjBYTmkvTjFtY3BDMnFDUkxMV2xxNVRjWFdLUEpUQ3RmUDJiek5ONXh0WE9JZExKVElwWnIwMUExMjZ5eFFZUkg3Wnl6bCs4c1c5L05mSENNMityRlJXSGdVNGMvUGE3QnVkYlZ4UVJOcU1obkFsb1ViSWxWKzZPQlhEaDFrKzVMbS81N1JjZXp5TEo5NFZ2SmxLVm5nZ041NExsSStPU2pIRWlUbUtyTHkrdkR2cWJvRnVwdHhFS2tncDdJQU0zamkzbVB6Vys5ZlZYMDkxNzREdmpmS1BxbDI2SHd1YmFiMU11T29wVCsyd3VoQlIwV2ozaHhRRGhFZzJpSWdZbXppRjQ2M2FGdkFlY1JmUzJpYlJFck9WdGFJcS9jQTM2eFZaQmY1L1pqdmFQanltQzhwTDM0ZDVuY1YxRUE4RjJFWkZCWmVWOTlrTFlpQTBjWjVqT01rL3JZZzFCbFdyb2l3c2UxMUZuTjhCaW9sRW5KL3NEUGJwbVNQcUM4SWo5dTFQdEtzTFZWd0RZYkVQNk8vVkVaWjJZSG92U2l0dzFJSHUybGNPUXd6WWR1TEc1RWtHQk01Nld3Rk1MMWVxb1VQNVpOVjhxejl6SldZdXMxYUxJQmt5bldjZ0dJQitSazdyNHNnQkNmRzNMNmNtWjN0OFZoQzFiOXBoOWNDZUF0c01wWWQ0aFlIT0g4VEJlVzVqWXY0YUtieWtLVEdTQ0orVGxxbm92ck8ydFhMY2JoV0ZFYnFBSENSY0srd0FFcHVWd211VU1BNmRTS2Z1bURqb3ppK21DRC8zVyt5dzdPaEtXV2d6M1JnK1dPUmg0VUx6enQyOGdwSDRyQk5IZFFDQnNHVmtWazhRMEhPRFFTMkl6SVg3OGFueTRmT1lEK203eE1rK0NLSDU5dnYydGZRZmhpZmlweTJrT2hKSGhaanlSTU13Y3MwcjdYYW9WTytROUw3cnloWFVNV0RtcG00dFpsQ1ZVMmY1cXRhdWhkTmtLL0VMYVNaSjd3eXc2bS8rYnQ4TG5vcXB6MjE2U2FvWVRUZytzcmJpVzQ1L3dOVXRCQzhka2lkUGZ2bDNUQVdMUjViK3JjT2trbWtHR05KTTFvNFAwUTIvZkt0TzcxelJCKzF0WkFxUUhSYm9iNmxYb0U3WmxlTmY1MEphRlpiaVhTTzVERWhqRFVtTjhXVE1JMkVpK0REU0V3M3dxTi9NVC9vUnl1RmYxeVdyeTJUcGd3MGZ6cWZ5NHZOM21WZmFsOGY1M3ZLNEZucUd0MUZWTGZsTFZPT2hXazV6MHI2Y1V4OWdqRk5mT3dGVE5jN0NoanI4Z3ZnUGhqWG5yMkVZeXN1OGpkNXdCWnl4WGFHaC9GUUF1aGl1WmRYNHJ1Z25wTFkraWhobWxpQ2tBeUI2TGE2djJ0Vi9MMzhqanhxb0U0YmNweW16UG1hblZNYk1tVUd4czdxa1BvRjBnbmdIOE1kRDllLzh6VGNvdSs3TWdwbXFjRHV0dW8wK1NkY21OYThKM3JBejlzdHY4S2RLb01kK2VQd3ZBL2pZQzRCTWpIOUM3OFM2MjFjdlMwOUk2Zk9PVjZRZUhWVG5yWlFmK3F1UEJJYnhZYUdxZWFKUHJLcnZBdXp5TncxaGJuWkoxMmZDZnZ1Q0xVSzFGM3M3bzFjSG9xTCttZXltUjB1ZW5CeU5MNlpMc1JndCszc205cW5VeTZ5cTBISWNnem93aE5BT0d0Y3NxZktMaXlBS1dyaVYvRmgyN1hGMlNESnVENGozTktFbkdRYW1wcmhqWS8vWmdlVDJLaFo1WkhXdGE1VjZBUDRzbmlOWWNPdk9sRHFwc2l6VDYxV20wa2dFWHNXZjhOY01xeWRYaUtpY24yNFpSdDRqcVlDOHA5cXBTdlRrOEFJSko2REgwQzY4ZjAvNFkzOGF4NEpKS2hBbTFaWFNBOEJQalpQU1RvWHBGSDFIbW1ubFVJTWxGZHZBNmtSS1JBbE9IU3AvY1lGdWJjS2JjRnBpdlhXdUtMUktURklJN2VvV0pzNGdwYnFHcmcvWTR3VnBraWJvRnAyYS9vNVdsSU9Md0lNYlBUNEZjNGxNemR1VVdIb1o2RnVuc2dWSXlVVlVtampOTGhYOXVTQlB1YVJpa2hRTWR0cFhlRVlxQTd5OGkvWDFjbSsvNm9LQzFHVEx0eENjN1hmUkxjTEUvNkJtTStIUU40Um1OWEJJSjlURC96RTVONE45S3JiMWRYU3hscFo2NmpQczR6S01lZlYxODU1R0hqWDF3czA5SWlVRGFHWXBpbHUwSmk4UlZ3ancycUJSMSt5ZXYzRDJRY1k3eC9GUmJJQUdSUmxid2w3VFVHeTF6bFQwZUU9', '660307617_18042136649753450_6914463794286226241_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(288, '2026-03-31 18:23:36', '17907943293376503', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'SDKdfwe0q/yKIUQ21v2JjFRoSkRwUnBGc0pLKzlZc092UmYwdlgvYWU3aWRLVDI1Lzl2emV3SHNvR0d6ejZSemdQb0xxSUorc25aTVhnaW9JOFVnYUlDSkhmRUw1MmhBNlV2STFiNVM0OFVPVHhEVEV3Z3VnSlVBVzVUYjZUYnpDbXFid1llaHUrZ05UVEczUGJ3eUlIemlrNmNGQ1ZLTmNFK3dNYWFhMitGa3paMyszWTNJODBsREgzS0VjbFgwZzZsUm8rOWpvM0NaUkgvMXRFMjQ5MzVZM01tUEJyaDB4aDlGNXppWC9aK05mQlQraTl1eDQ4c2R0SFZ1dURtVXdwc2R1Nkp6VXMzbG9ZR3d1UkVua2Yxa3hwNEF2ZFNNcDdIODFJNFNaMXJyOWV0a3k0UDNXZXhwd3J0T0MrWWIrakx3VXd5UE9uSmJnS3hkQnlDK3RDNUtNak9vTWJXeVpzUWJLTWNZOUNDcUZ6MWZpV05NWDFTVDZKNXgzUWNiRTdXTUJxNWFpdjFvTXJoTjlaSmd2dFhwZ0JNelo2WjVCaWpzZXM5WlVzSlZEV0NQQ2k2SDJNaHU5TjE4ckFwUDBFU1ZIc3dwUnpkeVhoNkFXbGxGK0hIWUFhT1g0L2xmU2JjYys0ajFjTDNGSW16SWIrUGZuR1A0SVJ4cVpwVDNxZnhlUzF1dlZXWExCWUk2cklnQ3pnZHhmMTRSaUZ1dFd3R2djOUZLODB6cG8zTmcrRU0wSWFQNGlKZjdBVmQyekhaUzFUeko3THg4My8rUUN5NzV0cU4zaTRKR2x1eVVsS2w4ak54R1IxSlZlbWlmK2FSY0t4b2xneU5CUGJ4YjBrMzNwZi9oczByUjVTZUxITHhkR0xjaElsRTNoc0NjVlhMM3hkOWlGTmd1TXNvQ2tpb1FWUUY4Qlpyd3VweTZRK000cnUvT0pTaGZVT05IV25tM0hPSC8zaUZwdHU0YVdQQUxaR0NPVk1DYVpZNG1GQ28xZThXYUhmMW5vQXFxR3FkQ09DaVcvelFQc0JxWFB3cHYrZHN4eDhCRGRsaVRzUGpZVitHcVdoallKVVByS0N5Q2ljWDJnUzRCd05DUm8ybEQzeVFLTUNWNWNVSzRycEdUeVF3LzRTd1JtcDBQL1JtRThQcGF3QlNiWXJuZFhoazZkNG5XWi95TmZQcU1BSXJLSXJQalI4c3RWaFlXYTI2NlVVbHM4aGZ2V3IvWGxKWUUvU2dyRUtSV1p3d3I3RTMyMmF1TmxBVzFwSUt2enJKUlp5cGtBRG9POEJPeUNKdk5MdkZLN21EVnpmcWNoeXJHYktCNWs2V0p3b2VCbTNtakhoRkZFQ2xaQXU4dUc4SWM4ays1NWFoZkd1SFBhSnA0RStHazd1UnFONWNDc3kzRXZ5THM4UTdRYlM2ZTRoOEFOeDVON0dGSnpka3F0L0I2ZnZEZW41a1RHMjVLTXZ4T1k1THJSNXNocDFxUFZaWFVjNGNIRU02UStmSVNiNllOM21HQTliRVlPVUpIdjd1Y0FKVW9wN0dFSkJ3b3RCUEFld0pWcEdaNkE1amNTRjVsWDVEZW51OENCdjBKNVg3aW1wbDZoajlRdUdTeDQvS29sazQrUnFTYjk0d1FXS25vQUZnRUZHUVVlTnhIQjBsNDg3cmM1dWF6OTlTbVNCQUN6ZHJhSXlPemtHRjVHa1d5SjZGV3JPZHdlRHJwV2dMb3ViUDZkeWZXRUIxTW90bUZBcXFtdXhPNTM3a1M3eEZvR3JUZzJjZThiaFR5UWxRc3hoQUkyc0dybnY5VHRKbkkvb0VESlBEUFhVemdubFErcEpkb2NTUVArZ3dyVFd4N0Y2RjFCQXZ4Q2x3MExROE5pbjVpNGtYQ2tsZE80OGhNWmdzenpyZkN1QUNQT08vY0VZcXgxdE9WTXVaTDhYK3dPMlMvdk5qNHc4NE5TWk8wWk1jTm9oTFRmb1FYLzNJazZNQTR1U3BwYmtsNEFkcEdMRnZrc1dJQlRZY3VBdDJITHNSVlRGd0NNcFJyVlh2VXFTazM2YUl5dVEyREgwVS9lSkc0L2tnMnJkaVRmd2FIUHg0dyszK0E2S2R3Nk1xSlIyZXhIWWNqVzg0RzFyMHY0bWFhbGZ2QURGK3B6ejNIS2hUS1JtNzdPOUVaZVlqYmNaOC8zTDJUaFM0Z3RaeEJoWWtSS250cUEydjYxZWF4c09uVU1rMkZJcTV2cFhvYXZYQThCWFo5ajZaWlJMdXFxbGxaMDdOck5QZUNKUTJpbTVXbG9qRC9qU2RlbGFiQzVTTkpjc0Q5cTdYeHZXWHpiUU5aYnJiMS9rRTNEbnh4TTJGSlpvVVd6cWtGZ3F4akdia1F6NUxWL1dNRnRSMFVkM2FJdzI2UHN3ZDg3eVJjVlZyUEFmS3NxMlpDbEEvK0h1YTh2anNNNVpubGpibkpPK3VMeTEydE83WndtNmZTZGVlZ2hFNFJmRmlNMzV2NnBqL2VhUTE1QlRCTWVFai9HcFVuaGhDU0JHZFZCT2xEZmhoSFp6VlVWMVluVG5QU21PV0hYR3hSREV6UkZibktwT2szQ0F4aGJ1a0svdmo2dCs4SExBTGlBdGxOYkwrZEVLR2oxOXFieXloemFGYkhucG4wYXYyT1BkYnZkd0pSM3FyRUFtZVBvaG9EZTNoeXcrZ3F3NHVYcUwyWEYyTnlpd3UzV1hUK3hUK011NzdQRkFDLzErVVlCb3ZhR2h5ZEs1QUEyak9CdzJ6eEhJZDBsdCtjSDFUKzF0ckRTNmtuQjhEcmZLU3l3WlhRbFo1ZmMzSlZtRVdLUFJFa0JaZG4vZnp1Rmd2U3l1SFNkb29jNms1SXdxUVhVMnR0Q1hzNmN2NXpsY0FmMkk5R1AyblhBSVBQTmFRbzlWeDFLRjUzMmppZysxL0kvYjBKUkVxZEVnU1pSUzNOcDRYamN1OW9FUmg1MU5MbUtGSXhnbWZmRkZHOTFrTUloTWFpVzM5bnMrYTljTERPNlEvM25kRTBYNUpUWE93Umx4NjAxZjVuZFpHamt0MmdyOFZ3citOYk1yRW4yY1ZLN0Z5dzIwN0k2S3lpL0N2b2kvQ3VyOGNzUjhNelJTYzQrOXphWThtcVQxOVFsN01vVXJQUFV4SmcwaWVOUXp3V3YzNk9DeUhHK2RrWlNuSEhkNll1WmxPMFIraG9yaHNSQ1UrSStjMEQxTHZDOG9ocWRsa0VUUGxGSWZTWVk2bnZiMUNTbmNmd1dseFBJdW0vVkY3dUJWMjFWNGtHckNQYXZZUUNrKyt0MXlxQ0FLS2FoK1MrdmJIOU5UY05neFpzNWc0dndIK2tKYkQzYUVmc2ZkMmdiWnlucmFYcmdZUjFsVnpEWDBrYjJjaDRldUVwTEJHTE9NUUxWYXlURGNyYnpTMmtQM0ZQSGFUcFVPYkNVM0pMUGo0dHdJY0tZdjJtaGR2U2ViNDMrMDRPaTBzd0dlWmhYL1p6OFBkQ0J0YzdmbWpHZzRTcEsrVndaRzIxaENBcFZPOE9kbW9YbTNIOVIzRW0wUHBoQ2p6ZXVaM0ptM1Q0Wm83ZUxySXBMeVJhMEVCclpsc0I2R0cvaE9mTHIrSCtuRWlhS1N3bENnMXk5RXA1U2dxY3ZGR2xxSDJvMU84Q1N6TUltNWJocXpQTWxsQW5Kd2ZHR1RTU0t1ZGdrWFhhRFZWMHV3SkJvUGw4NnMxQUlHTmFmTVdxMlZIeHF5bU9ZZlZSanVzSXpYR1ZoUDdMNTlmUGE3MFJuRm85UkJGeHVEWDZMUC9kcFg5d21ZZkdIK05IdHJISlRjTEJFN2xqT0tzUVgwMlgrOTBoWnMrUjVKNWplMlZ3UXltUUVqTjdMcFZuZ1p1dllGSURHUmpqMFg1dkxLNmJ2QVNKN2psdUFrcmxUZ0ZHQU9HQnJqY1I0TDM4SC84aXNBNFZDNExLMmFJeFBkUGlhVU5yM1Z2WE9ZWlZPSDRLaTNUYlUzWk5vQ2ZhNDN6QUFER2JGdW1yNjJSZHFyQ2psWHRnbnBRS1RrN2pMQTcxRVZiek85aDBBVWNnTVYwRk9VZnRYSkVXa1E2ZVB3WDJPd0hweWxQWmg0UDhFejFhR2J1SWhSY0dVSkNLQkpDWkZSVzdOM1RzcDNMSFBxTzRDVXpiN3JNSEw0WU5sMHFVOTlaMWhjTEYyd0Q4YmsxWmRjNTJ5aisrUDRZbWhmb2k0c2RaOVlUMm4vcjFYNWJMZFZJMGtEeVk5bTJLZWFLT1I0WUpYOUg1alBZbzV1OEpsOGNEcEc3N2hhaDU2RXZCaGxIaTVuUWlRa0hpazd4RE5oclpQVlVXcXhRaTQyanJ1UnhaM2VyakNQb1MzbzRkdXBjZUdNTGtCT0tJajZEblZobHBQNDVGUzFvenM0czV5VnRlYWQ5N3hBNmtCaDZiWUdabnNITnFxZ3I3V0dBeUl6QUpsNXBhODBnbnIvRkw1bWg2UjY5TEo3Qm51ZzhMdEQ5QXA0dVZtZzExam94N2ZHY09ZSmFvY1hNNkI3YTZ0VzhnVTd4bnhxNzdQcTFlYi9reg==', '657718898_2095302521044373_8595594481700681470_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp');
INSERT INTO `wp_393a933460_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`, `mime_type`) VALUES
(289, '2026-04-04 06:19:28', '18098365333960272', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Zm2iR/oX2axaaYLWOYczqkdxRmtrclRteWxwRGxQK0x6allEemN6UC9oUDJMaVFYOVcyTmhXRTRHU2hoczd4YUl0N1RDTWtSTGhzZGFXNlNBc0xSbm1zcFRzY1VkWWowZ2d3aUhjYTVlY2I2MjJLM25KZnMvTG1aKzhjQk9WYTR3L0tMN25XZ2FTVkJlakhTTGRka29BUWYrVlkxZ3pmMmZOUHgrWFhqS0JQUVhUbVI4dGhMSElPaWxSalFzK2JqL1A4WjEzUVA5Z2pFL3ZPUXJGQ2JicUQxWFdHM28rKzh2VkswMVVubEZ6cXhtb012L3pFSit3Y2ZwVm02YUpJMGpCb01aMlNVOHBhc2UwQktmYU1EcXBYUG15NEZtemptQXRZaEZHSS8vK0ZET1FWdWFmbUlWRDBmekRHT1dNY3dWSXZ2Rmd1NHdRZUx1KzBMbTg2aXFyM2RWZm02aUovdTlZdnFsbUtjbnRuTmpDc2FSVzFueEV0WXVqOHFsRTNtZXhDbCtNblpPdTNTQ2pYeFExS2hJelVsT1BGSzVvUGpOMzI3WkFGRlcrcm1uR1lRSnBxSjJIVytmUWEyLzhicFYwdzh6cDRoTTR6RzErMHdFam5yTUpZeHRUMHU4a1hIaGVvQTFmSUYxSjZERDJLSTRtM0JkdkhqdXN5ZXkyeFhKQ2tFZkZhcWhsLzU4NjAzczVXSDRmNlZOQWExalA5bUJ6dzVYeVA0VFRXblRSWS90UlU0S2NVVUJ6QnlRNzczTW80RjBkcFplTHBKeU8zT2JzVFVxT29KdFFPR0lVZnl4VnBhMEg1Q1NQWks1cFFhVzZUL0ozaVo4Q0xpUGlSWm9ubmpBd05DSGkxYkwvSHJKWTdWMCtXaEVRa0pjd3lYaUlaR0ZGS1ZNYlNNMXA2bUJMazZtRklNUzVCKzRET2cwRkJhOVdaZVAxQys2MlFmY3V3YmFDUm14U2d1eVZENktBUWM0OXNpVXU0RkUvMFFwVnVhdkdIbE5CUWhIdS9GS2lKMDVGQllYTTV5M3ZjbVpicFBTZmsxbitLOTdxLytjNm9UUWdXMDNvZlJNYWpxR2JXVjNXb1JoRE1IQ1Fod0RpeXlRY2hEUGdNK0VKcFpiRTMwWEhSTjZlbnh6cVRwckFRN2FGcWpjd1o5NitPWFNsbkx1WTVjZjJTY1ArbG1uM0dCMml2WXNVdzhicWxrK3RhYXF2ZFg5Sms2VWlsZzdMUTFVT2RiUnZ3RlVneDFsbDduYmRURkV3Q1docTl4WFNXMU80emZMd0RlNy9BRkU2cjBGaFhadFlaT0M2Wm56MnV5cjlOUW50cWE4ME9iVXdXUDJtT3hvczBjS1NMSDBqUmxDTVdZSHFEQTBzMjVNbGp5N1czVks5MWI1eFhOUTRUM2J6TEEycFcza3Zja2FEaE5PQnpEaXluTy9OYndtVHRYOGNwUU1pcDZlbzc1NjZ4d1RDTHgraVhSa2lZcTBpcGtySXIrMER3Y05KeE02SEpTZHJxeDJWS2l5cU1nK1IxLytCVDRqMVoxT05JRHB0azUwSThtOGErZmp4ZEVSTjNzTVFodi91SEs4NExKUXNhcUMzY25Jd3RaWXJzMEJLRzZQNmttSnlEZDE1Ni94Tk5IdlM5ZDI2U01JWEYzamlIazIvcTFCMTNQc21RVndaWjhXdFBwb1R6S2M0eTI5Z04rUFovUUk4K2tXaEV5VjUzWlNCSjg5ZC82MTVnYzU5YUpIK042dlp2V3V1TS9mWjI0dUE3clVOOExscjZuZldkQm5zMU13ZUVJV1NMK1hVRm9iNmthTVBYajFmRXpRTkZSQXRUM2drWXRvRnNKeDIvbEtGYTJqRERwS0ltbnVLd0ZPcURURkJMUWxTYm9TSnhmL1VLU2p2L2RPV0VMZHhOaFBQRzBDUmdUblFieTRac1pIbU1PaFo5K2RoS1lVL1BiRHVtSWQzMGVwUmlnZW9iQUhYRnY1Nk1ZTVRWUjV4anNhY2hVOW5lTHZBWklZTlBmRWtIRnNUM1EwbWdjZm9uUHZQTzFzcGF4MkpOU0lWVlFaVm5wcFBhc1BDZVZuTWh1TVRUM1BzNjJzTUp6WWgzaHlUY3Z6MVFSOUhOcmFiMFp0VVFBbDAvNWQ3eFFaVnRESzRtbGc3eXdIQmFMRGYxTk5BK0NKclVlNGIzeE1BUGVSb1pwSDNvdzd5VHRGZzd5SFBkd0JYWnl0THBXZC9mTTZRWmRvbzhQaUJnb0VLWUZmTEhFSVNNR0wrR2ZLMGFONHZVdFdvZnBMaGkyQkcySlFiZkh3R0lsUUFnaXdFWDBXUlROcDFMOS9aU0VBOFNkMUlQOFpTUTl0Qng2STAvQjZXMmE4cXF0YmNYVlU3OUdnTDl5dTR4cm85ZDdTSEg1b0cxbmhJTDRUZTVlcCtMcFNvSXlZU0Zua1I1eW9PaTdRRGVRbnRNdFVYSm1nY1lvYzZzZitNb21FejVLN0J4QzYvNitFU2lKa28vK1pSYlI1Ry9WWXc1VDhYa21zdExkRkQxRGVCb1k5RjhFQnMway81cjBDNWVqVkV3Z1RiWXNhSWY3MWROcWJidUtBMzlQZVdweUE3aE5zTFFUbHZQQkd3eGNDY2ZYM2RPZnoxdGVub1Y1djdvejlGTkw1YWx3MjBXenEvUFJzUWxubE44MUhheWhlaU9rSXByeTZRc2dWSkV5dzVnQ2hDS2ROL0svcTlPZkROdGhRQ21ZWVd2Vlpkc1FpME1RRDRyWS9ucTZ2NG5YQllCdWxsOUdISWtYdkVtM3RqK2QvVks2VlBJSFB3L2ZNVG1TZTc3cTh5SC9LUnpDeHFuTDd6TERPVTgwM3RtY2pMelE0TFRLRHAwL0RUUGNHRnh1UnpjaDdKczR3NjFPZ1JPc1RmQm9vRDM4TExxUmNaTXJxTDhlTzlRQllNY2NzZlFxaVRiZ0QvMHFzZExLWEJiOUhBdC9xdjdwNndqdGd6YjhQMnI5TFF4cS9jbmw2Yk5VTitHU2JvbE1kNXdacDN0TjJ4STlwcU41bmFPSmxaZkkxRW5oVFlJOW1yQlhIUUVnSlJUTkJadTU4Qk5VRWMzYXFQZDd6eFZBQnhtcUN6eEc4U0pTWGhCdUdVTEpXblA3bVZXTTJJNHdyZkJQVEppeTZsTVB1M3RmZWlSRjdlNGxSc2l3SG5LTHlPbU52MUZLQnVBUWdyTkluWjhjYVFSQlVzUXRicFdlY2F0RUN1Y0JRTXpkeEVva21hY2doWDhqS0JLaGdqcm9kdVFFM1FVTWtQS0Z4YjdjdTZ3c1dXUUdBNlFpZkVlSXloZWgwZmJKMFNiWnc1TitOdjBLLzA5aG5KQ2dna2UvWkFtTndWYy9VTVdVaTRIaytieUJBa0dhSlpCSm9LdVMrVE9NVVZMZGVxc3NGWVY4VTl1WDdKekh2Q3RINUZzN2liK2lVeHNOL1FqRHF5clQyRWhLSW8rOG5NM2tBelhhVUZJWFhBTXBJSGNuRGdiZEhhMnZXdGRZTk5uZWU2WFZjdlpRTEZqcmJMZTRHZDkvUCtmVTBGaElsRW1Pd09odWRtNm01WTdwWktyMVdxOC9lTWZOeUZxOW0xa0t1RzNtQ3VFM2pRU1dDZFRaQitRbTVwc0Y5SW1wSEF6NkZtT2ZZSWc3QUlaSkxoMk1DTmdESXdZM21yVzgrSS9zZlc5SjY3VkFNcTYyNlBjdHJLZGVHQm52dHV3dVRobW1iVC9xRWtXR3RsdHZZOTd0bGkvVFFoK0MwSHl5T0FzWmRTZnlxVTFjSU1TNUw2MXcrTm5kekY0REM3OWxYTmRDT3NCTGZZSVY5Y0xYaThEYmhXb25zR2tFWXhtSVpsRmYyakNFbGdCalBwdkNBRDhPVTMwNFlxRlVXMy9IR0xBbUpHWWNjY0RIaUpTcGVPOGlvS2FROWZqVW10ZlhqL0dPUytzYXA3S0txVWZ0c3JHaC9DNlBhWEJaYmlWRVRqVFRWWnFOUjFESjExaTZUTlF2cGxIOHJ4czRmdXpKd3pDa3pSY2JETy9GcFA5VzcycGY1cXViQ1ZpL3ZsaFNYTGVGcm1CTHVpSlVLZktVTnNOa3VoMlQ3aW9VTWE5UVhwQkt5ZkVLVmFFSkhhWktpbDhNQnI2bVI3OFpmY0JDOUlDc2MvZVgyMWpUZlF3alR0TEJFckJudUFGZWJNZW1EWXdWZ2JQNzFQSEhycGtRUTQ1NnBWZDliTmdUb0ZMeE1rYk4rZldSOW1vTml0Y3F2c3A4alZ1UU5sOHB5ZGhiNCtGZk0wMHJmK0dsTnFub3FrMDhrcy8zenB3N1pHVzA5VGViM3owUTNkVytHK0tYamRFTjNyTEJVdytBb1FHSFFSNUY1ZS9VU1pHcVd1ck5zcXBZWnhjL3pFamxlWm1WNEUxUWlvQjkrOEkvZHVkSmVmZ3U0Slk3Sk9QNkZ0L09TM0s5blhBOEhPOHhoK0hOWExrek83RUdIaVpSNEx6SEJjNHg5bWpLWVhXRmJXek9ySFFjVEQ1VVRCZktVZnNLaHlTNEpMbTFCU3JUUVNCT0JmZUord1NIWFR1eGZjYVRnZWxoUU1QNG9BPT0=', '657963450_1430378315768952_8310258820042361864_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(290, '2026-04-07 06:18:24', '18418762939122407', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3r0XNEfdHmTUu0Dq/qcOLXZxajM0dDhMME9WcUtiODNMTmlLY1dpVzM3Rk9qTWNzbWdsWWsyTFFBYjBFSmh3UWswNmdMZzI3UUEva2paeXhXaUlGQU1xL2lpV0QwSHZ1bW13T2pvaENRNXVSYUJaRFlkUElpKzlIRjlVM1BiMjNQeTdJV25VZFBGaUQ3SE9vTE5veVIrUGJrT21kZTFDbkdBVG92d1gzNyszdmI5K0pvUkFnaExDYmE0ak9mR2FxUnljRGY2NndSeGJNZ1g0SmJySGtOZUxseXVGZkU1OVF2dlBpMytyZ1Myb3dRR1RWK2s0RnhwMU9HNDJzemY1cXpxR0ZvbTN0UEpPQjRVVVJacnJjSUUxcVloMURGeU5MNEdCTldSQXoyc1JTdGUwYStkNkFkSW8yUzNONWgrSThuRjdpd2piY05WZjh2UWNIQ1ZjdUxmWml4NUtSMEkzNzdqY0FPSUlGNXNCVEZpNTV3N2o0VTJkOGxwdHdYYlZVS3h4Y0l0YkxwcWtOc0wzc0s2UDlhc0FVKzVLcHNvTDRCcmRkVGV5TDNLVGtIMTRFRTFxSnZtVE9uREY1bDBSeGlEZk5jdTYyaXRrTFFOK3BuVnNHWXZHb3VpMlNrTklQWUpJTExKand0Uzlocyt2Ly9LWWhsRFY4eEtLR1BIODV2QUhSUElyZW13UkJVUHRFUVczZlptODdXd2g1aGRBeWRmanJUdXNmTW1BZGszWGY5dk1xTUJzRmdrd05QWG1tdEdIN2pudHNKZjZYNU9DeFpvWVZ5QWJYYzhYdWFOWmNUcFR5V1k0dU15NVVKaEN3VDJNL0wvTUNsZmNMVWY1VGh1L0UvcXBMUFpzNVN4ZWpaekY0MXFmOGNEVW55bWJObldhcytmZzE3cFRMODBiM1JFb0tKalhKNzIvZHRCTFZhL1hJWmpUNkdjZ2pkdEhrWGowRFVvZHUxQnJ3U1lFZ3BHblFKa2xEQ0N2YUNXWEQrSEpKVGUyNU5KL3dDbm4wM3VVQ0VCVENRRERGN3kzTnV2OGJmSkp1V3drYjUxdjdFM1ppamx3b20wOGdpdVRZTnlaRWY5N29yZTZDTWhOcjFtRzdRSjh1UlBjejJWSFl1MTlOMk5wYUg0VFhWUVM1bDB1WXZpSlRkQjVkZWN5aFhTaUlOQnJQQms0QkFUQTROZTd0S0ttQjcvaFh0LzllWG0yS2ozUU5aK3hKbzZyTFd0MkVWU3JRbENBVGxydXNPQ0kvRjl0dFVZbDVBa3FpbFRhc0tYTi9sQSttd1phUjIzaVlkNlU0WEZieG1uVlJEQW9mdVMxbnJwTWVyei9HSlI0NllXMVFCOE5VVCthMlk1QTM5M09vOFVLakU4Yk5ORVhIcDZXdS9jdElJODVoUGhqTTdNYVNlSmdXZC84WUI4UzBVUU0vNmZPbS9wRngrcjNRN2t3cm9qbjlsNDAweFQ1cW1vRWE3dGc1OG1WbitOczQyN3FjWVdkY25aUFBZd1dYRE1NLytzS0h3REdDRlFaVGU3QUFYQXJwKzVncmxHbjBZVUlMVG5hYlc5TWs3MTdvRE8rWThFZ2xxR2pWUTd5L05KV1M4bEordnluUnJudFZTRjFhRzczc1BLSy9XM05xMUVDYTBRSi9XZ0M3eE12R1NEcHhEa043Q05XVTY2SDVseSt4YmZ3VWFIVFBoN1Z1WWdwaDhKcEFRWThEMzRYb2pNbnhuVUcvbUJnQXdaSzBQT08zTnVnNE9pMGUzVE1jMFk0Q2pkbno3VGppM0twbUZya1VvMjZBL3p3WkZJMytqRVF5cTY1M2ZpdVZ0WnBGRXRLSWhFaXlWRmJRenFlTmxxS0RNVjRDNHRzZ3pxV08xWlhwWjdUWUU4WmRUcXJiRFhZMllxaXI0a1FKaEVPaVdvOUVOMHVIUDEwYmRhN3NrNjRYaldtd1JrMHRBdVBIVEp4TUlTeWFkS3Z4WmlxL0R0QnRaRjc5TEhkaEN6NmxrTjM5UDlJanI3NGcwc3dLM3orSVRRRzFOS1BjYThHK1h4eVVqOFhNcWZsSmlZZ3VhNGtabTFJVGtrTmxKMkpFd0FQRlM5WXNtSWhwOTk5UFIvRFBxTUNLcEZrVHF6TWhqOVN3VHRoajVZYzIzVUZKc2NLUHFhWkpRc1N6dVMrNlJPR0E0dnI1RUJrV09pT2pHclBOMTVINUZZdUJVSmNrMVZzd3lSWmZLaVhmVUM1NDVyRXBYWFZDSFNscitsaW13dVIraTQ5MnY0b1JtSXRyZHJYdktoMEZpc0h6Qyt2TjhxaDdLOWFSUXI2K0VtNWJOa1k1RVA1ZTQ0S2hnZkk4bUp1RW5XRkJ6VEwrM2lBYTRWVkQwb3F0WWo5OHVJVjBVSmdSR0l5cEhvOUxEL3c4MGs5b2RDMHVCczFrSHgxQWtuK3ZyejNvSk9qU2E5Ums4UVBzQks5N2Z1K1N2ODNBUllTYUIwSTRvSkFVOGg0STBOZ0hMdjRpZTA3emxMZGFuMjlVMUFVcXlDcWVWWndLZEJhQlpLZkgxN05Kd0hPSHVDa1JZb1VpM2dFUEN0ZjQ4MllvSTJJUXpxVTdZcFp1bXloK2pmWFNpWkJNZUUxTEVhd1ovWDloRWNQRVJxVzhUanhMemlBM0pSSWYrOWdjdDNGSHBLNG1taENWbUVlUHgvazRLaGJ4NkpJakZxSUhnME04QWtkN0g1T0lQN2prbHJkUUhjRlpuckxtY2RoeEZpRHE2bWw2WE1WZGxSNEpvQ09QY2ZEQnVVMWJ1c2V4MVg2dy8xN3VTd0lnOUpMMlhGY0NXT2JLcEJId2ZHK0RYQ2xLcStuUUtLS251TTZMWjlOcU1DNkY3czJjUEg5QlR5NGYrOTYvNmNJeUxvZHJWd2djbUo1T3A2MEhjdU1rOXFqbHFDQ3pvUThsaFZidExBQ1lFd1hWTis3a0pialpBMVVUV3ZzMXBDam9Bc0xsMXFXa1dtekdNZ29JbG5DVDdFU2xHdFV2bjFKZE8xV0Q5MVE5aUtEOXJseVVlU1kvelVxenhEUmZFM09wRHBnR3JYb2hGNnhtRk9OMXN6Z2tXTWtqYVJMWEpGVjNnSmx4WlFTMVQvQ0dMWEE0NXBPTGttMGx4Q2NiNFo2TEp2a3ZUVUI1aFlhTHFxRlFYVDFEY3hVUWMyL0hQQ3Z3WFhRSHI2cmRwZ3pldldtMkdMcEhRUDk1cGo3cHNYNXprQU53RElMZzhmNWUxbytsR21wUGRnM21lSmVybDRzRzBudUdhOGZnTkVHVnpRYmtwUGEyN0JRaW10N1Q5VmQybTAyL20zTkdidXptK0g2L0lyTFBFdmJIek5iZHRlam8rOUZoN1crNmtqeUxaOWxVOXg4cDFadUFZMlViRms0YzNidHgrbXhrZFVWS3lrdUMrbWlUeTVYclJiVWxFRzNlTXNOcTZ1OWwyWUNiRlJkV0FVNVNWOEVWd1lQQ1owSGpOa0h1b0NZNFgvV0E2cUVXeC9zbEs4aGU0NDJEa2JPbG1kVVdMbjVDUnhDRUE1aVZIWFFIa0MrZGFiSTRGVzNRamh4eEhwSE91RTMvUGFPRnJFRzBuUFEzT3R1YWM2YzhiV3R5S21lY0lvSUxuWVR5a1g0c3U1WC9naEhhMVFGNE1oVUpYTDNIOHNadDc4bHduQmVGbWw3a0hVSE1kZlRBUWJKbTNWa28raGs3ZmFvejZWNzVoNUFxY25LdnJmWnQxVFRhYjYwakk2WHpWYWFTeC9nSC83Y1JmZlZ3WnVMaGcwSWhoVjNnMzlnKzl3dlNEckZNdDIxeGs1eWRHRGprTHVWMlVvWkhyTTN1akpVb2l6eWpHVVZmb0Yxck1CaDUrRFJpLzFvTmtMRDFvUTZETktHTFM1d01jc1Zwdk54WGtPM1Y5Y2Y3UkxBU0xBY0dtL1BXSzQ3bSs4WTMySmJOZjd5allaWnB5MXNmTXNxOUltMEtWVXk4QUNHenphM3VMS25xaWJRZGtUNWFwNERidVBCelR3em9Dd0FialB1M1pZbHo3YnJJM0hvME00R3JVQjZsUFNIa1dXbXRWRFJDVGlqK1Q5UVE3ZXFWK1VyZDZGNllWRkdSS3FDZ211eHVWZGJpTEE0OFVOalAvdVZkWGlIejYvZEpTZzRsYXYwV1FTdksvWTZrdHM1RENSNDhCMVRMZkdsckJtZlJuSExqZ0cyRFQyMy9wbUprUEtLejgyUjJOWDR6VVRhdThqVkFKWFA2Z1h3S3YvbFgwOVVPc0dDMDk4clJ1ZXFHQ2FQRW01U2dpb3hmSkZVTDM4NzVvRklDcWJ4RXRBSFlJVVZkS0kwUFJod2wrbHBqNzNmNzc4V2kybGtjM1h3Y1pmMHlsRkpueHUzU1ZDRXpEYWVHeldSUnZLRDNJcjAwUTRGWUR6ZlhlQU5IOEpNNTNTNGpER3BIQnZJb0pCTUcrSWhoOHpXWnlUd0tuMGFuaFlWMm5GY1BYTkVJZldXT0RMT0NFNnNGZlo0R1IycUxFMDJqUjNpM0lCM0ZjODFPN0RJVk9ZRUpwZGN3UnU1QmNnNnMrU3lyNDdvZTNmNHFkR2R4di9aQVE5RlU5M0hPVzB3YVVxaTRCV0pYOFFkb2IxNmUveGh1QWtGWG42VnpoUklMMjc1bzlpZndpNWJjVmswaXBOcDh6NFhRZFdnWHpZZlBLUEVHRjB1aXV2QXYxWWtFOWU1RWFMeDRuSW9YSjRBWDRLZVlqQ1NQNTk0MGZkV3BEVEpCMVJoelc4V1dKQ0VLSGxieHFnaithdU5pU1VWcVBFM0xEdjFpSGE1RmNzbkp3RVdJa2poUGlGdlhkWlA0YUp6R2RYME9DSGVZQncxZm13PT0=', '661493447_2759399271090921_3235614906428408010_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(291, '2026-04-11 06:18:16', '17924493381270038', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'NJbMBLATEwrN3bU0T53xRjNpRmxpdUwxS0ZLNUZoYlZkSHBYU3gva3JTYW9Vb01xWUtvc3Y2MFlyNm5ib3g1TkVuMDQ4YWNleTNiOFdZaHhJaU1rYzNYeVF6dFRFelBzSEFrbExuYzlkQWlQM0RVOUlZUkZJMUVKV3NOTjlmSUU2aGZIZmRoWmVxYi8yN1JMM25PNStlSW1DSzYweTUrRmQ3T3R5dkdiTE9Qa2tEZGJJaStoTXJjUERuVlY3QktPTWtFcVVVaXExK01CbHl3UkRzcXBwazR1NjlKZVg5b2dqREp1TnQxRnF4aFVDTnpna1RrQTNCblo5bFJTRmd1SFBzVlhwQTZZbnN5dW9mcnBjU0haK20rSERTWjM5aFZTbm85d2Z3MGtXL3JsUmJzYmRkdjdJQUhQL2RiZERhczRoajJ4bldRWndjcW9vaGFENEhQUTVjM2g2cy93WGhUNkx3SE1ldTNyRDJ4Ym1kMy9PQkw3ZWVORVFKczFNWGw4WkROTnJ6dU54a0xpNTFXZkhiQWpsQTdmN2pBc1U5VE1FL1QvWjE4NDRQa3grZEhDbGZlaS96d1pTV2pyT3ZzbW1ERXdVSnI0bnhFelBmTjc1OXNya2xxN1VYRU9hMElOMFNTc214a1ZhRUVPa3BCTTdXc0txTnM5YXpPcHhBN0s4bHJPdkdmWTloY1JyeVBlNG05allsc3JQTTVINXB3eVNheEJrSVZLOUpFT0ljMTlQeUpsdnYrMG5XNm04eGNBYW9vZm8yQ0lBWHJKUjNEbkY1WG1vTHBCcHN1N1g2ZXU4WC96bHVjRzRQMExaMkZiUit1aU9lQ0FDQ2lyMC9iczIrVFpuTHRXN0EySFJVNG9WaWxkZ1dOWVJ5OC9EenZDUmtxcHYzalJrRFgyVXpOQnRiM3pOQUJRTTFGSithYi9ZYzJUdWw3alFqUDFlamFxRHgrREhqeWZOdEVPc2Rzazl4dStiaWExWmJOa1lZU1NYbHN2K1oyR2xQYkxRR20xL0g5WXlObWZBRmFVdWJVMks2Rkc1bU9Yc29aY2QrZXN3YzgyeXVicUNPaUpWcHhiSnA1VTRzbVQ2ZnEzSytYczdHOENiMDQxZUpkRzYrVjFWUjA1WWM1bmVsYkdrRXV4QThqMGdMd1RYUlQrNFVKVk5lU2dodTVLdlk2ZlFzQjJGa0xDQWNRSVZZaVJkZURrYjd0M2ZYd0w4dTViZHdmQ3IyVk5nd1psSFp6RFhQQUp2dXNhbXFHMFBtL3dkODUyeTk3VEtjOTMwcFN6RnlkUVVFYmdtK3I0dWplM2lYdk9kSVhma0RXZHJtWm9LRkJBVUNIdGVZUjBqcVMweWdwYjFlTVEvNVA5WXlmUkhTS2Q1WEdqOUJXZ29OdzNyK0NvN2NXOXZIUVM4Y3RPQjdaZEhGOUc0NkxnMWdsL2JzdVlDNzhmaENRbTJVOWZnMmtGZi80V3cxMGFzYzdXYUpvbDdYdzRwdHlpdHBNRUN4Q0s2dEJhSHA0czcweEluSDBsa3ZRRWFzNFFkUU5aMWI0WHg4enZQck1OdW9Vam5rRVpIbmhnRHhyOHo3Vm1ZTlJSWUd6dktJOFpIVTNoTjZiWDBwU0EwUVRRR2pRUHYxc3RqQWY3SXI5OFdWemRZSUhNRzNlZUNjQmFVLzFhaUtIZ3EzRjAxa1FnNGVZQS9JWGVmRlUyOWIyaWd3ckJZUnlMczg5U0ZiemxkUjl3WEp2TW0xbDNyRU9EUHBrVzMyYS9kRlU0QTU3Z0ZyMFRGSm5XOTBNNHNTTHhROGhSdlpUb0dmRDU0V0dIbWJrN1pmcUNJY0FGRGE0Y1hyVU9LaklETDYvTWtGTUVBMXo4UmIzQzdncHh1R3JYcWdwZnNqWCtHaFFaWEtvTHNuZlE5aGZ0Z3c4cGJqZ2VvUXprSC9PV2tza0NCbHQ2dTJrUUJsYUJpQ2haOEdTdVlVZ21GNTNkcFRoWVFyYmN5Y2FLRWNlQlBRZzk3cTV6TmRpbGJBSlg4UDlXZ0RoYm5Rc2JRTUZYaWJDcDh6VEg0QkxTSUdlMXpiUGl2cS9UeEt5blN0V3ZSWEQ2L0E3WTVKY0RrM3BXcXBXNitPK1VmUGJrNkh6N2dUaE0rL2JBZ2s0dzdJZlVmbjlMcXFOMHdJRndMWmxWc1ZyN0hOaWo5MFZUSzdNeVNEOXQrSXY0eFlyS0tpS3gvYmxrRnAzV3V5VVlKTzVVNjNzSG1JTlRVK24yNlZzMmY0QjI1WnBWcW9sMVpJck9tUjZlTGc4cWkxK1BSOUtYQTBXUXBDRjh2VWhnUkNjQ054TmJZZ3cyZStIcEo4ajlUUnZ6T2RlNC9DdXBHTEZxVzVzR2x4d2xXYXNmTzFLQjAwbEl1T1ZmTmJtbEpZNGY3RnpzMUJ1TkkybVV0L3hnOHkvVXRZVVBQK3UwSDVSMmlXbUVkRGRualRmQWtlQlg1cFhYSndRVkxuSXBjazVLWDd3eEJPeStTelhuV24xVlVTWndZZzZZTkt1NGVsdGNNNStEV3lxZjVLMHl6SXRveEF0S1JFTkdmSlN5VDhMV3hYZnZuY1NzZ1hteU5WK3NBSCtMRFdVNVJ3czB4VGM0cENCYXV6aEVxQzRNNmR1dTBzNnR2bTB2MHcxY3N0KzF0MHJaVTgyRkFKUEdyQnVvbWNKY21TaFFla0pWTFlaR1FHc2Y3ajlHQXBncTNSZTAvdWVKRktpSVQvUFZPVGRmVXBtbnFTWVVOdElON0ppTVpWRThUZW1zUFB4bi9DVmNSdkhLUjRiek9WOGZGcXVIWWRKR0Z6VWdHRGtQa1dXemp1Zy9HMDVRdktGd3lXNHhnd1J6ZC9KTCtqQVpxTnpnRWMvVjVYZkJPZWg3Z2xLS1FtcHpvNTFtaENhUFdrb2hQbUpWVDM1OHhBUHBuQlJKSm56K25xVktGMElVNVM1c3I5SnlYa1FDSHZqSEV5aXFqWkpYZWFIU284MnJTVE5EeGZZU0t1WFkyZndjdDBTdll1REhkZTNGU2kva3dTNVh2M2lreGtiOUU5TllEWnZRb0U1bUJTK1FqU3NVTHJhRFVmWHgxc1BidTVZWWtJai9INFZGZCt3L1IyL0w3eHIwYVFsSWw2cFdiQlcrYnBFZmRlRUVLc0xvckRuYUliOFRpd054U2htcEladVZjT0hwVHpyc3FENlkzaDhCdVpXU3F2QVBLMCttWkFJemRRdHcwYzkrb29YcjJiaG9sN3JDWTNXT0YwWThyd0NpZHVpZU50azBDL0V2MEgrM1hOOFF6c0oyUzZTcjdKWVlHdks3N1phWGowTi9UQk42RXpZVWtPZzNhMnloRmc9PQ==', '669731118_18043412825753450_6957134740616005465_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(292, '2026-04-14 06:18:07', '17921255814123751', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'MVplHDLaMwGsS4mhH4NDVW42UG93VjN3R28rdjRtRXk4enBCME1zcU5Samh3UHBYd2pDdjRFeDh3d0grUHFvLy9DN2ZndXQxNHdkaUNEaTcvVnFFd2UvQXdyb1VkRWwwNGIrUTFCNmh3a3pUMlpIUlgxLzlHK3NNc0pzVnR5MWgwTmVVS2lrbGZwd1lmeDVlTVg1SU9wREdhNjVMZWZjOXo2N3lWMnpzcFNodnZuMklvNVMrck94Rjd2dGxVUzhCQlpBeEo5VjlZaDNPRjlHRXVaYXRjZXRWUm9TaXNKZWZXY3NyeGZUMDBFVDc3SHd5YzU4MWxGTXlyR2xTK0J1Wk5zeGNmOUh0UWJBaVJ1K1NxYnU3WU1aSlJOU0twYXpLcnpaRThKVGl2QVZLTWZCVE9zSC9CZjQvMFFKQmczc1ViUHovYkc1SEF0Z0EwaUNUQjZkeGdtZVUvVmVDWjVCd2VjTThyZjFLcVYxKzhERnp0T2ZKUXJZTnF4NmlIYmhqVUxsZlA5dldubEd0dnV3TXZCQWUydW9GN3VZM0Z0OSt4VHpOVVRXSk1MNXkwUFdXWmovbjF0QUlwL2M1VkRrSkhHRDE4UVlVb2dpT3RoTVphYXBpTVY0b05HQ1JNTnllSVNNL0dTYkgrdGEzM0dFRndCZG8ycTVCTlRTbzNqZEh3VmNBR0RmWmkvMzhOQ2JQK1N2TjgyNzdzbG1rTzh5Ym5ZS1dMa25ZSnJyWkdJeDl0WXNYVXNOTlh6T1p0dHE0K1FJZW13SHBXRUFweWVtNFJKWnVVOGNOUzJHL0hxdjlxU2JPQVVTUi9XcEF3enNVbzBEaURTSGNpc2IvYW5yVzNCMEFjMmlQY0ZXQnlZRFhaNGVwYjRHTkllVmhIdndoeVpXREtSYXZxM3JMRU9uT05mUmlacDFuT25FaVF5RXJKK08zUU5yT2JkWkhnUUIvNHFqODFkS2FobnpVSjhXdERrREw0RlZBYmRmWE5ITVRVSXI5cEtFWVBGZThuVDhkZWVCTkcwbzhlN3lWM0wrb1RqbU1wMkJyYm5LajVMcjh3NHBua2MrdTZQSXBlaTgwcVU1Njk2YTA2SjQ3TnlncnV0K1VHL1F5YmNrYzVscnBTY0FzWDNSckN2T1BuWHp5RytQNEx2VnF5US9vMndyZkZjQ2Roa2RoSG9rbG0zN2NRVm1hQTdMeXM3RW9Fd2JEZDliQ3c5czU2YURramFibnhtRWxoaFNzeGMzbE82NUN6Z0Q1QWVpTVdIa0M4ZEVrSWJQbjlIRStFUUFFZWh4OFhaUmVxRUs4MmtoOEJpZzI5TDRUMnVaUDJEeHR5MTIrYmlHbkdHbVFsT29vRURyM3JnN3RMcTU5c3ZMZUtMMm5mRHVqWm52OFAyTm5sZW1DZmtWcFcydTBWckpGR050K2ZwVXJxWmNuZGJCU1ZWc3pEVjFuV2RJWDFRMWFTU05xNFJGUDFsRjM2Qy9OeXdNUlkvWHhJbzdGMHg3ZEJucmp0MVlPRWJPZVowMVQ5SHdrMjV6L042eEZydlphcVBXKzRGUU5FQTBocGVKejNaOHdGWGFjS1huWFJDQmp1eVlRci9rSGxKY1ZlWnBGYVk5RXRWMUFzVkJEWTJ3ZkdXVFVHdDl3SGJWQnlWcThuV2hITWF2NFpxSG9LNlc4WGZPNWF5Q256clZ1VWJzYzUxNTNVczZVemI0SEw0OVhZcnZNL3diUmJjZURCaWlCMnBGZExKYTBCcW9lVEJWWm9OVlhyZGl0THo3VlpKemxUbFdEc2I1bWl4TUFWYVZZdDBKL0ptaDRyR3creHcrWjBQWFpRYzBCVlNPbFFkQ3ErNzhsY1JDcVBMeFo1N0ZUVkdlOUxNaFQyeEtISkdvYVB5WlZWb0RIMFpKTVJVcHFjWVJmSVllMDVLelYwRDNTZm4wMSthRTBOZFRPeWxVNExBQ0wvSFFJVUNNUnpBTEYvZlpwak9RK2xMS1NjSDMvYW5OaWE3RkRiNEJZTVZZM2pvNkI1cFlaa0xsMGFsZ1BzckxQQ1lCTmdiRnhucUFwNFk3YlpHZkYzWjROSTdHZzVUeWVCU3BIOUsyWXV3NmxUdHFPS0ZuUk5JQVBHVHFZSnhMd0YwcUszbHpTNUJBMWZQbmVQWVNXazVFWWJyd0FXVVU0UWNEUUZmZzE0M29QRDgyMUxCR0dKNklvUHlWTVVXYUlPdkpnQ3pWMVRNbG1uMTFvZ3NwTTJDdEZOMDI0MURVeE1pSEk0NmpTa0FxUzlBSWRieG1uWFdSWGJBU3kybHhBSklVYW4wNnY5WkZIZC92aXJiMnVlNGVpTHpJcGlpc21aaHlkWEM5N0h3bTd2SXVYNUMrLzFQWFpjT3ZqU1JoTUJWTW9RbFVLakZ4aHhFd2RuLzJDOVBrSHFzRjhvWnpyRjlLYlNTbmRuSmF5UmN0ZEpMdnpzZVhSVUVGbTNvbmRDK0RKcitxdFFTU1g3OUplTTlxSTFtMDFpL01Wd0VvSWliYllYYUNraHYzaDFDaGF3VFlyQ3VickhDZWhvUU9GcFBvdnMvdGNRVUViOUVNOVpFS2xlRjEwT2hjZUlqblFlS1VPenkyNUM5OHVxeE1mWDRZOGE2K3FobVJDUXlEYTk2VFhCTHhreWtWeHFOOC9vbXVYeHNPdGRaU2JoRXVUVDRxQkovcmZPaGVQSGUwb1BXOXJSQW44Z3RZRHQ2dStuM1NhdndPcEFBPT0=', '669896306_18043769024753450_7593595967762969773_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(293, '2026-04-16 06:18:27', '18062653769490990', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'CCusy9xKZKr7AwIzVO0XZUlnQXBsWmQ5emhod21aSUozNzZUN3JNcFZvZkthTWkwaGhVaGtZdFUra3JRUHNjdVcyNnhxMjFPVUVhN2VxajZHM3JaTVlFbnRFRU5PQ1JHOTBOQ1JSMjZ6R1RORTV3cG5zYTNQTkJCMjRFYWg3azg2REhGYmpxcmpyOTFCS1VxTVBJbnhpc3d5L2MrZVpXNmtpM3Fkb0Q2Vlh4OER0aVhYc1dzSlpWNk5CbkpnQVZpVkJJODk2bnBiOE5UQ096R2UxSVM2OGpkditaVnhsTTkzbThpWEZlWGFwSjNISmM1cXp0bmliZXg4OFU1bWROVGo2Q2ZTWjhQb3N5K0xHSlRsdEI5R2d4ZDJaQzZxaEdqTU1UNkxFSEJLRWZhdG1mUmExSkgwd2NhNmMwZ3B4OGgrYmxCenJtdHhvVzlZUmhlMUVHenpUMjlSdjBJeG04ZGZvYzF5bWRnSjJHSGtXOWpSejJOSE9XUFQvU2FNcVNsS2N3dWRrbDZSSkZPNFp4TWhGRFQ2bldrNitmSnczMkpIb2dHb1I2RFpOMGw5QlR4Vm9jNW9HTmkwYjh5akRwQWlFUE5NbW00NzhMOEZtdG1KSXRpdXV2ZFpYd1VqWVZtRnR1cmxxWkVSaDQyVU1vN1BBei9EWExFdnBwYmI2TTA3ZjhtcE9aOUtvRk5RVk1DNlYwVzZpamJ6c2JtSmZKcjhPRk0zdVNiaUo2NzdvcFQyVTRvME5hVXVSYm9qeU9xV0hhT3JJUjlQYS8wam1JQTZXV05Bbi9UZURHVXNsSStqL0s1dlcyV3NMbVI0WWR4b2lIZTl4THBoVHphUnZhS0J5WnU2SyswTjNaQWkvTWlPM1hCTVhjMGE0NjJDU01TaVVHWUdKWitJb2JwZG5WVkMwQ2FHZTdLaUxwSXhTWkNseGpLbGdWOGU5dmJIbWFOaU51akFveUpzc0Q0bkkvcnRZRlhOTTZuUU1NNHRxbTFpdkd1L2hWSGFUeEJQN0xwNkxZL1poZ2Q1RGhTbEpMakk4cWpkMjg4OGpRa1JqZzA3c1BlM2xRY3pUVEdCRUhWWXJSUElHbmJ0S0o1Z1JpZzFJRXRqR0NBOTNyVGZGRFN1R3BMZ3ZxRHJuN3F4d2g3djZKU2tPRFc2WitNSmppZ2FQbmJ1aTZvWTlqcjgwZ2ptekJNcjkyZUwraEVjMk5iOVpxS3E4VE0xUUI2SVdMMUZpZmUrMHZOU1NYZFNIcWpVa2UxdmZpL1JvRDQ3TGpEZG93bzVJOHYzU2dLRms3MTZNYi8xbEN6QitwYjcySUNDN1FCS3duQ3Y4OCtZL3VPaFozeGtnTEdzeVRlenVMOUJFOGZyQTI0eURjcExvK0pidjNveUNiOHpkTTJUOEFjZFRwaFFqd2ZoU1IvRSsxaThBSU1nRXJxTUx3MXNJS1d3eWlwLzNFY09KV3N5N09sVG5xOTByTEVEVlJuMTFFcFFpcDNncU4yTU4vWEpDako2SUpTMUZ2UVhBYmtkZ0ViQm1ZUTl5N2V3cm5lOWlMUXlPR3BLbEJXTkQ3SklwbC8reWZ4Y2s1ZENRME9TZkl0Sk4xb3F5NXpxcWd4dWIrbjhyOUV0Si9PM29tclN4d3RNaUYyU0hja1BiK0s3WFBaRGZSejJubVEyWDNER1lFYTRVTmdsYjYvczlsbk9WU0tYZXdqYWhNdmZSenZDbDRyUnN1djA0aXZHT1dqZ1BWZXgycHJwaTc4djF0VzF1U1UwVG9YTWVQS2pyN1FIN2NZbEY1U04wa1MyRkd0YkwrNm0yemtKN0dRVk5SMFFUc04wRk9ObnZPdWxtSnlBcEZMemVRN2dOWUFOdVhLdmUvYUhlWDhaMmlvREt5L0N6cTZjNGNzaGxyeUQ4eCtvTEl3WUI3YkVkQzZNM0dnOUlDMzB4VGdWUWo3R1N1UHloQ3VIRE9lcVB6dWNFYXd0UFZYNTBHTEJtV0dVZjczaUlMVElWQWdIQ2krcjlrOUFaVHpNZis0cUZ4UVlma0dyb0VxT1IzWStxbVpOcy9yMVdEWXJOZkVia1NNRnNoVzZYZm5kcGR1VHg5MHNvaXpab0VmcUhSbnp3eWtmelkwRng2TTlLaHVWRVJIUXRrQ1VBcjZGZUZ6VmJyV1gxSlhLOVBnb1ZESXVQYm1Cb2YwZ2RsU3YzYTJ6WUZFelNwSlJicjM3U1ljQUpIS3lCSnVaVjhDelhhS2E4clJVT1c3Mlp1Q2NHVVlhOTRtTHR5Rk1Ta0lNWFN6N2xFdjBtSTIyRGdFSmVhOHlUN0krN0RNVGRrcXNHYkk3Z2JRamtNZ1krakNTMzhOSko2SjV0dlRKa1FNbW9uTEJRU3NQa3ZkM0FJTy9XQ1ZsVjdLV3pJMmF3QzgxakJaQkQyN0RLdG9NeEl0YVFrQk14aExtUEVYcW1wdGNlbTI1OWxueXFDeXNMVVVYYW5Wc2N2eWRMOEs5MnM2WFpUR3J2dUJFUkh1WEtaSGU3NUlXVG9QZEwzSXN3SzZBeVNhd3IwbUxRaGs2cytsUzh1WUg2M0pCUWIxRzZ5RXRKeEtwengxbjBBRHB5YWljMTRqMDVUODIzT3RoZ1lHb1F1MUxZdGk0ZGhzaXQ0cVlaYXNibFFUYnRQckxuZDl2aERiZ0pCemdWZXlsb1ZCZFpwZzM1NlhWc0d2OS9LV3VHWG5YcmlyM1FkRzdWWnpiMmJNYndQc3NYWFNrRlp6cFNPOGFmakx5MUorMTMreGJSRW1ZbElSWHdrUEl6UVFWaWQ0NGZBL3lOMy9UN054R1FMbC90M0hKdVFndkg0eTc0dUdCM0xzQjI4TGF1NlVvcXZvMDNxaHFmZnpYMFVwTStubHdWSXVud2dnM0twWk41a3RzMldYbUg3QTY3TGljSWw5MldLVkFwUGJNZVBxUU1HNjR3VGdxWEFTdnFxSEpRdTVQZCsrQTBEaE8rc3ZIWkIxaGRpTWxzazBGYVc4UjY1WjdncXdCdWxRYVZJUXVUZGI5TFNvenFsaURyb0tjVHpjSWxtSWVrM2dOVUpqd0dRMWlZVnBSTFQrUVhYcXZFaGJvOVYyWkJ2eTcwK1pwdkZkNjBJYitlbGtseHUrN3k4MzJnenFKRnhTZW1ZWVJNM0toRi8rTkdqcmEzQWZqN1NVcWJkM0NPQXdobm8renFTOE9SeUdTZytBMXFQaTdOeG9MeXVvZ1cvMjlVQ0lxYzZsTnoxNytzN0daVnV0OWlTZ0RrZUw4c1g0MEx5SytoaXFoaUpmdXhFRUVvTnpVTGUvMERZSE1xOWdHODhDVzUzem15OFN0TUlya012eUszM0dJaDAvam92TXFac2xGK1J3Tnl4NmxDcHNBb3NNcnZIWWRzOE45eWUzUXlDd2pxZnl0WUhuNVY5bXdQZm1YNFZRenRCMTNtb3VMUEJxaDVUUmVlWkdXMFMvOUtyMTNBSnd6by9USytMN2RDeWpiVmtSOEhFSUd1VFhsWHFGTmMxZWlKNm1mMkl5Zk1Xekl3WWpIWEZ4NHJPU2FnVlFwSXI4a3Y4c3hzcEFOblIxeHo0L0h5WDFtRE9BRXVYMFVlL3BEbmJsTnpkSDFOelRybWtmUGEvRG9kNkdrT3VpcEU4ZWRhZjh0QVZ2ZHNmQzB6Y2RvaVpib0QwSktDVXFGcWRKYWliQTNyMEpOZ3NuOUgrTDBtNVQ4SFU0SXhhZitteVJGTUM2V3JKQ2lNOG51VGJIVnhQK0IyU0NDeGd5OGZhZnNLYmFmSDQweHBySVJuRkJtaFhVVjF5dU0wYmJXN3d2dnlOM0syRWk2UUc3V0xEeTlQdUdCMGpOMDM5Yk9GWThMaEEzUzBwSVh5R3RQckREVXExU0ErUXdheVVac1JRVS92MnVSbmpiSkl4c3F0UjhNSmJLZzFoZVorbmQ2RzA0MGdVQVQ1U0J5Y3lGaUVhUnA0OXdlTUQ1aVNzc2dCeE84cjVHaXpRZ09HY1EwOTk5ME9XY1FLNmpIOHRQY2x3b01TUGRTNGFhbTVuWmc3WE1DdVRKejVuZ3ZpenJLOWlCOUFLVUdXQjVWMkMyd3lBMGRRREE5MnpNbENNdFFqRkJIam8yV0p4enp5VFhFdEwvL09yT0ZmOXRIR1ZIU3d5dUYxMi84Nm9xUzgwKytpS3Q0TUJPRDlHNEdjRzR1TXRrYVlNTDlyQlM3aGYrUVhRZVVqdU9YekwvM002VmVueTNVOUg3NkhBKzhocENmRTJRNjcwb1BuTkZ6dzFCZ0R2dGQ0RnBINTRkYTZrMzF0dzRqczB0ZllBVUFza2xKNXlUbk1PVHRJZEk4bDdBcEZlT3Y3Z3RJY0hRTjZTM1NTSndUM3dkMDdmeWt5ZEpwbFY2bzhRbkRLUnpJbDBDMFBhMXRZanI1blhUOGhBTEI2cE9CTFBob2tQQ2hEQ3NabGJNZ2hhT2R0RTVOaUlVYUFDRmNNdXA1NkR2RUZXeTlCc25OeFBwcnlFdzNLbUE0R1BMOHVNcHJvcW4zRFlLdDhxcXE2eVJIdWdyaVdLZldhUEpsU1lTWnBFQ2EzRlhzUG8zUVcxeXR0dW1xbzlmamlKT0t2SGF6V2w1S1VQK1JaSjZrRmtSUTEyNGJsWEJqVWNSMTZKQTU3RE04M3JBazU2QjdjbDR0MjdEY25oZmhXTDc3RGVRZXRzNWZzWEU0VmFPZXJvSEczNWFVUkVxa0JPQzJMS2NEVVVMVTBBbkh6cHJuRTVMZ21iWTZKWWEweVdkRUFqdjdmazNENzAvTlhrTWxiMWFoV2J4MHRyVzljdUFUNXB1K0NJWnJ5ZWZlZDJUbGxEK3hPalU1L0g3NTdYYUIzUXZQSXgrM2ZiTFQwNGFJRlpCeG95NlM5ME9xdHFidjUyN00wemhKMUIrbXc9PQ==', '669878193_2146387602568094_7829275552398103378_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(294, '2026-04-18 06:18:09', '17922844020317474', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'YJSufcjuC1EJUjTeIM2RB25aWGNyM0ZZVUFuZC9XUUMyWTJFaG03dm5UTDVHRnVPbWk0eWdXRXpZKzNnd2o2QUNQUXFSYmJTMFhtdmFoQ2YxQkFOZFRIVExlSER1MlliRWJJZXNpK0EwNENEcjZKZGw0R2syb250ZXZORmFNWm5RWCs2M3NOR1lxcW95ZXdJM0ZQckJxUXArU0wxYXB1Y1VmbGtuTHRlWGJJREtDYmxVZnRpVXZmRlgyZkNycmhlTXE3aFdSMlVXV0EyYVEzU0p1bXVLbm9lZXpsYjFjdHJjL0ZZK1ovb2FPNDVzeWZoYS9sZHR6dTQ3cXp5MnFmdGd2RU96VnZmYk1DdXNWVTZUMEE2cnNuQzlHYnhHYXorSmtVOC9EVVpJR1hCSGkxY1VVakxSRFFyNnJaOUVLL2Z2MndTallNRjVvZ2dSOXY5Q2RLU2JyVll4ckJOZWFDWWNHNzJPbnhBRGtuNVJvV3BybkFPeHJGUTEwaGtjZzkyQU50ZDRrZTZnYlV6d2RGNGY5TWR6TmpZUzFTbWVWTXhmN2MrRGdjVzhrYUVncUxZR1pkK1BEb0JFN0xCN1c2YXdSV204a3ovdHY1cFhWUjlpNmxSVXBOUk5KQ1hZMnRBZC94K3hTWVUzczJrK2c5bzIwMUhEdDRHZ0plMHJDZHlyVXJwS05JSVVONmwrVWwyTnBVSkRJNkdRZXY5V3lmbkdUTi8yQUljdGN5STREVHlPOTlaaFpBeXZqZkppRE9LRDdrOSsvOTNOUlk5WXZEbWJONjQ5L1hPcHpwVW1ldUltTk9LRUJIWDBtNVlRSE5saWk5TndFanphb0VmRGNIRzkxRmhVU0h6dDFXZmxtTjdLU2NyWXJjSitmTWwyWHFaWXZwbG5uNlh2RU1jYmZwQkFxUWlWcGUvUlh5RGQ2Y2dDVU51dUFuRm02NVp0bVdwMStDcjhXc2dOL3JnZnNkeFJzY1ZZaVgvVWFVdy8xdFU0QVpLTCtTT0hhN0gzM3lnRHRBNzlLTjlFaHF4OXpWMEM4Tk9xOFZqWGpiRkVkbXRpODh5WlR3V2k5QUZ4ZnU0R0Y1S2YzM3ZBaURLNmFoOU1Zb2l5KzNFOVM0d0JuaGtoc3F3R0E2VzgrZFJRbG5RWkVuZWwxYTVvcnZOM2R3U0MreG93b3dobEhaUzFNU21wY2VyMXJzcjdzd1hveHRkRkc1RytFQTJad0dabFJ1aWxlWlZBRlkyME53V0ExZ0xRc045aXFOb0dRQ3lYZnFKZTNZWTV2RUV5bGlmZkl3TXJHd2JzeGcydk5kZWk4NllqTWhjbW1IaHRFcDBMcUJmamkvOGxCTmp6UjlPZnREZDdZekgvZjlheUVMb1FnNU92ZW9jeVlZOFpleW1xZnovWnd4RklQR0hiMlpxVzlZaXp4MjJCQi9VY0hJYXQ0blB3VDhOTGc0SHJzZ2x5WDFaa0JFblJFWHdQbXpPYThEaXFRUC9ERStWSG85Qy8ycTVHbzYyVFh4QVo5QlhzbndVa2lVTnByNy80emtBQXdMMWNVRGdPUUNjZ0VRN20yQ0dJRkY0T0I5S050NFJXS1ZFNmkvSWxCWityd01IWWxzdGp4M1VGOE5ZaEVGMHNEc28wdXFoOVlGb0xaOUJMcHVLbVpUZy9XUVRiTVhkQytPM1JWeG5INi9uMzcwTEZrRitwdVJCbHViVEJjMERRa2g3RmN1MTdwOWJwUUlLUHdWTE1XZURQVWZDNG9waEpYYlM2aTBsNXJNeVFyZ0Npd2dxQTQ1blpLQlpveEF4VkozK2ZVMVBRT3MxblNXcjVLRnZTK3Q4Q2Y5TEx1Mk11QVhZV1NPUUlmaWRRWmkrSHI2d0szZEcrbDR4QmYwTVlGZ0o2Ny9UZ2ZKRXAwNU85ZzRtdVN5VmlnSGZHTVN2NUtoeUxjZ2ZiSy9aQ3JncnlaZkJmQVhndTY0TDBhRWh1NURtTDZBWlRZN2NZV0NGL2NOUGNJRHF6NFllWldxdGVUZkl4c1NDekNDS1p1U0dDeWpyakRVdHNDZjQ1ZlMxKzNHUkl6Zmlna05mWnBxRVRURjB4UmhsYTV2MC9LcDJYRDJlMVUxQk9mVGV5czR0WGtQSFpidnV4R0hDZkNRcDhjakkzMFdQY2RMWC9yWnhVS1RRaW5CblU5eGdZRTZDNEVjREVLQzkwd0VvMmxnM2tBUlNWNjhPU2FsOVpUN090MUFSRkdqZklWOGlDUUJFVFAyL2NIVHRzRkNHbldJV1M0N0FmcDd0SWo4YnlDU3N5UjdUQ3ZuRzlhcWJhQXVHWFpHckpzSGg=', '670360226_18044263988753450_4757706396034062703_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2026-05-06', 'image/webp'),
(295, '2026-04-19 06:18:23', '17903628144243115', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'ljv+T2J3MTr1ic41xfsOJDhNazE4alcwMHJrWVkvWXljcVM0TXB3RzJVaFNFMFFwbzFrbFpDUkRIRTFjMkpZNlpXT1NWdzIwWWdRRXhwOWY2T0d5eWtNaGIrckoybUs3dzd4ZDZpWHVDSW5zUlZpdVVWcStMOUlqWkZNdE9XeEU3eUFBVi9mWGpKRHVqMDF0clBCUW5ZS3lrTzVQSXo0WTZKSU9ESW1tUSt0akZxWFRwMFFUSnhLb0NtVEp6SlVkcDc3K2lHWUgzdzMvWTI3c0ZXRmpXbUl2cGxoellWRDhsOGxIWEZ6RSt5OGpNU05HZmc2SStvZ2NObXJyQjZ1MFpJTnJmckk4RG5VVzBzakUwd0lXalV6aldnY0QvQ01CQURWLzkzZmdFREFLK0J5blBiS095d0d1MWpGYWZVb2RoZmQrUDJwYjk3K3lHcUpQVFJVc2lscDgraUJ2b1FZSlVnVXFhMXdJQnBWS29Qbm94U1JLTjNIaXd3SmVsNGNCaFdtcDdVRVRkTHlCZmgrU004OXVBZ2pKZkY5Qy9OQWZ2NmsvTVVDUEVHbWpPOTRJcVhtMWU0eDlEbnVnWTRzVU5TaGFaSU14RDMxTnY3WXNzLy9IbEdYODA3WnVPeVVFcmpCeWNUYWh3QzRLV2JrVEpwVVJFdTV5MkFHOThKb0hWaUF4bURYTVlHNkxNSHZSWm5SczhxejJPZ1RyTlVOTkxVZXVlWHMyV2JuUUF5ZDg4WWJ0dHl4MEpxSEFqYituZVM2TmxhdmEyejFIUnZ4UWtjOE9QMDVFdHdGUWk5U1Q4eEZNYjdhUmQ4N0VLNTBwQXJ4WjZvckMwNDROMzRWWmFCa2c4dUl2cXNTREl5bEZFYVpPanJ1cDJIMkx2UG1ScXhWNlg4dnpRaVNFSS8zVU1BbnVVM2JjcEwvYk5SZHJJbXNPZkJOZlE2R2Q2S2ZiOUVWREVZMFFYQVlQcjdXblFtMUpKVzJrVDNCV2U3SjFFTFlUK1JvOVp1MEJUU0V6UzZCcytzRDVQVG1STnBnek03Qzh4TUtEOHV4UldDdXNCanlIUlJEMDVkNWJORkMvZThTTGg1cnM5SXZzS3JSWEwybGJQNUYxM0k3MHY2cnR2azltQ0ZGMDNhbTl2NmRqVnEvQzBRNmoxb0tOd1VjWUFqL1pydStBUHF0Uk1mNUZ1Rm5zWWU1bUZ6L3NFOFdxcThkTGluekxNYXlydkN1V1pDU3FxSDAvdm92WExLNVpvYlh1aEdialA0Q1ZlbjNEZmVWL0lsTkxYZzFFWHFJaUs1SHZPcVBRMVk2VkxLZ3Vhb1MyNkdRdERCOXhRbENFc3I2Zkxtald4WTA1bFR0Sjh4TXRwRjc0RHZ1anhLOUh5blVRcG1TZXJRcGV0V0IrYWNrb05qQnRjUXBJNEVCdlduVkVCQWVtRTlheWRMQmlxVy9WT0gvYTl6YVJaYUFkVUxzRXROcm5rZzJuMHRyRkZpaWd1ME1wSUcvOCtTNmlEUUJGN0pIakdQK0I3SWhOR3B1K1JZUnNhYmJ1V0x1c25BSUNoZTJOZ0FScHZjbTYrVklmRkg3V21xTVI0cWExY0JwQkw4N3lodVlpUjBGYzlIcDRBcUNPeW9qODhrVld1RXl2UlVKdjRKR3lvY3BhNG5hUzdiOXAybEIwU2FqbEhaT3NwanFwa2VnSGNyWHJZbWx3TU1lM0NtQ0puR0F0Rlc0WEdMeTRYMmdKSU4zMVJLYUw0OVR2MHlNaUR5eDZEMExwSlg5N3hGRnJCbzlNamp2eTFZMUo1ZndvcDZURVVmM0x1NVpINFpockc2Q1FXeHZmRkdXQUJHUDhpYnF5MENoZEJBZE1iZXFHVERQYVEyUGFvOG9OVEFobVZrYmFaZG83UmNuT3QyblVwVUVJalIvb0VtVWxUQXpVNnZGSlVwZUF1MlAwZmZyNUpEN1R6MUZOUXBkVm5ySnltMllycGpBVnUzZit4eHlEcTNRV2pkL2ZhMWRlQS9WdGcvOGVtM2Rod0xqbnJCZmZkYzhheGhZVlVKQTQzcEJpRkh1a3ZMREpmVFBidEpjMGM3Q0x6WC9VaWNwcVRMR3ZEYjhsb2w1c2p0b2w3UklOMzJrSGhMcXNyVlB0NGwxNzdGSUpTNkpPMnBtQis1dFJGMXVIMnRRQTJoTmoxcUU0ZkFZTlJVT0tEenJ3RTlyRmswaHFZR3dPZ0VHWkd3K0NOdzMyMnVWaStmK0VJdTBHajFxYmtmUjZBQzlJZlgwSmU2aEtTRVhPUGpqdHU3L2xWeENrY0lqcFZtYzRDNWJqMG5GdVN0eTNFNVl2cmFDQzUwN1JaTkNMNU91bU4xbmpQSTVEb01pd1JwNmZnTHhrMTZXd0ZBekNuZkMyMk1nTmZ6S25WMHdqcitMZ2tMTzBEbFpneWRLRGJndWJUMkthNVBsa1BxYnd1MDV5QmwwU0F2YWwvc2VZcHo3eHBHekk2QnMrbWRSYnJBM2hEcnljQVpCbWlrdmxXR2t3QWVmTWZmcFNQc2wwS0ppR2pPNmVlZ3JRMkliNGlJYVhjMVYyWjFEdUc2bVVXV3BKUTI2ZllsQ1Y3UTIzWmFqSEJmdHBZdTV0N2prUDFodFNIczlvS2kydW96S2JYYWFBVTZEVFNyczNYdkE0dGVDNHdLNlVlMjhMTXhFM2I5Z3duN1owZnhNUGRSd212SFJneU5hNjNjUzBnS3U3b0VMY3dpT0dMemJGZmZ5YVhpaVg5SG5wa1luaDdvY25zYTBpRmpQazlqWklqTnAxYlFFakVwYjQ3ZzltU2lqSmE3akcvWFp4ZVFzQU5vNnVRMXBIK1BVNnVEUGdGZVhHSDJhd2QzeFRrQmhrcjNDYlZiY3VZWktxbjgvMkRkWXdib0MvWVlnREp4UDRvcWQxcGlLdVBnQ1ZXQW9ndFNQczQrOGZEcXExcm5SV05SekpsV1UrSEt3SUdqbUhac25HQ1F1cWlvT2MwZ1pUUmg2M29pQWc0d1BMQ0ErQlNFMDM3WDcrMW1lR0F1ZWJ5cGl4NjFBUlRvWmFvWXlKNUI2d25QQTk0YzNBZjRXNTd6SkpwR2I1ZVBqNFRyVUQra3d5UkVWTlRhdEgwTkdoYThPRUJNeWtDNFVhenpLMjVhRzNiMVVCaHhDWjNqSDlqWFlJaFFWTHpkMmJqNjRPVFl5eitPK0Y2dnhwUXYydlQrRnFva2NwWUlXSnVrenI3VWdiNDRmbU5RWlAzQWVIMzVrUkpYZWI2WVhIQ3FzVGcwczI1dEx3cHh5c1NFWEE0S25qMXdvS1RnT3oxazIzcTk1cGJzYmYyZ013MFBqcG9VdGVVNG94K2ZqbElUSmxXTmVtWGVyK0drUFdmdjFoYnRpcTlyU2J5c0dUa3Uvb2NqLzJVNUVXT2p1ZTFNbWJZajZnOVFUcFFXNFZCdEVDOGJ1ai95ZWg2K3Y0dGZacENGWFNqSWVTYU9IVGtHcnA2bFQzRXozL25BM0NFanNVeVhZU2NqOXdHcmt4TmtuYnhzRXBRZUVEYUlpT09zTFBRYzJoMjVmSnlQL0tCVUQvZ0xYekJjREJMaFF2L0ptVGJXZlh0dnJ0RUlvYWpHZlNFSitZNDI3MnBhOHhYUUpDTGljemdZb0dEemhOVHA1ZHkwZFZZM2RraFFlb1RaTFFmRGNxdUx1WEtSSnFSdFMyZGZWVlh6QXJmcFM4SGJRdUVieTdqNzdLckwvTHl4aWx4eGZpRWNBbCsvTDF3RnhuQ1c0N0xpUnhtSVorZkZZc0JUMUNuR3ZQcFIzN0FUdkVHV2VCaDRRR3VMa2Mwd2xiUkFSZUVrZjErNDZsT3Y0RktuUXRSYVRKMkZ0cDEvcW1wR3JVcW54dTBrMWJCbVNRcHRMWUJIcmFab1l0VTIzUWxMQ0kvUFdzUVYvdzB0SUVLbDZFWUsxcVpldWdsR3QwYVk0Y3FKM2pFOWs2NGZOOCtFQzg2emlHNUxBQytKcThtV2ZhcmJZOVpDRm45NVhCU0V6cklrR256UkdUanZieXVBQVFGRkg3blk1aEhSRXZlei96SDRNNm1WTHJORUFoMHNJL0Vld3dPRk5iR1RUd3dWdTlVMVNUK0tsWGlVVVdnMmpiTjdoSVBPL2hCMVJtV0c4dmJSNVBCVElWWndadHZGbFFYVnhNRVEwY0VWc2h2Q25ZaWU3UitXYU42TVBBaUpqRHpucGI5UzJGSEFXa09ubzNORE9ySUhBeHVtREMxQjJSaExGTWdnL0IzbEd2eU1JPQ==', '670272105_1382662976952146_2823351627898576895_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(296, '2026-04-20 18:17:44', '18092568853913870', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '048W2FHnsqwb1GY543pXpVBWVHkwSnRuU0tNc2htMzR4aUl1L25EQVZkVmpSMmFTVE1xMi9UUTJRTy9nUktXUnJkZ0hEMVhKL3hKaGs0M2FkUDgxcTQ0RElsQUpTQ3IwSXp3c2tKRVhnOHhRN0xjUTk5TEtmaksyT05DdGo3czl2NGNIaVVDUXgzMlN5NDBmdFlNL0hEVGg2Snk1SkNIaG1OMUFvM2xIMk9pMG55VHh4UCtjWGl1bUE3TU04c0hycDVKMkdNTjBueFJwT2VhTDN3cGtXTzdMRndUQVI4bklOWkw3MDFUcks0TmxaMWc5V21vQkdlZGhmakkrN29YQU9CYXE2SWtjWUJKYTExeHlYSGIrMFZKOVFzK1pYbzd2emdiSGkyajRha1VSc2FaaXBaNTZDOEVWVWx3dmVrN1RhTE5NbTgvaVRpd3NiV0daM3BCSUtmRnBHV1F2a1RVdXRwWGR5bWZhVzhRdFFrU3h5UzJIdWlJaHNrTjlVQnQ3Y1lDMFYyaDVqbmVKa1B4ejRrWHVNdityczRvQlNyREhnc25BRXBmMmNqVFd2U0JJNSthMWxYS2ZXTHhObkpyU1l5Njd3Yzh2VkljMytYQTkxREhtZHBIUityYnBxZjFuM0JUYzRUMjJCb1JBUG1aSWNuSmcwWDRxYm5DM28zd2R4dlMyMDM0SkZIb3RrWmNpVFJnbFJ3VzdSVTRSaE4wWkR0MGloaWN2MXdqSWxhbGtjOE9acGVtTTg2VDB4NEY5L0g1aDl1a0Z1WS9XZGFqdklDd0pWb3JwTDdxcUFXMWxYYjBjOFNvaVVORVozeUFPM0FyOVdkcFh6S3R4L1ZtQThOdHFGMFBtWmkyMFF1TVlIcWJId3ZNajAvZnZsOUlvZnNsR1h0c3BiemdQako3V2tHS285VnRaMUlZWDBlS05kRXB3ZjJ4dXFwTldJaGpnb0t1YTNUYUUrTmJsdlluRGwwRnZjcEJBcjlCYVc1WE1WWkNJRHA4RjlNYUp5anhqZTdlNHlrVytVajdZTGRNZ3FDM1NNRTdUaVpTWGNYcmhtV1ErNEtKQ2xnRFMvZStWWkNSbktNd3hwZmI5Z2UwM3l0ZXh5azFkajN4SjRjZUxuVDYwQ0NRYTlqV2ZqMVNKdmlBYUMxc3dXT2hVTDV5SDV6b1RKUmZQTlZvRzFiaGZBUzdrVGprNnpvNXdTLzBzTFNLT1NqV3hjc0h6U2t0R3RzOUsxY05EM2dhZHF4alp2MUlJdk5qQnlvRU5FVmZkWld4MzdnSnBEMWdXbTJYa21udWxHZUVGTlRpdEFyenNOL2JNM3NHb29NeXp4V2wxNTFVTlB1ME85Qy84dGt0NWVFNmorUjk1ZlROVmM0d2haOHljWkJVQVRpYy9sRk5pdVFEQVphSDZuZzV4WW5WZ3RhSmNNK2tyNHA3S1AvaDMxRUhIQlROVnlSZ21BSEZTaEVjQnlOeTdjVWZhbWtJOVdCazRHa2ZvTmNhWmtiLzdtY01BaHpCK1Fsay9xRmx3NTJTd2JDWG1YMGdnNkJOdWFreDlJcXN1cTJ4K1RiTFEvWWRtRXNvL3RubnhlZmc2TXVpUGI4V2ZlemlTdWhjWHNOMjNEaHdDYnRaV0d6Y0JnOWtPcnBwcDhSQWdpZHFmK2ZZMEpFWG5DWmo3RXFveDdxR0lrY2M3Y2t0Nk5xQnVzSHBxbWd4ZFY2Q0l1ODNsSVR6RzVaYncyZGdiVHVQb25ZSGRQWGhLaVhzYlFOM251Tlh1TG1tbWtQTnFlMG15eXR6RzZ4VmpUWXZ1RFg3dlBrZU03RjJBMTRSWkZ4d2FpcWJ1cU1pWnQwTkp0U2NuTTVoakFpcExPRnd5alhsRUw4c2tzdjdsaStjMllOVTQwdjFDaEZkUDdGNW5WZk9rdGNFV0ZVNnkzVnpWZGR6ak13VEFBeGdobmNaVzRud2Z0ci9XYm5idGpwSW00Rm0zdGlhbE1sTmJFcnFOdmwrY3RWYzRwbVdydHY3R0RZY3lRbG5WZjQyMytOS3oyOEt1SUVZZzFBYTB3QUYrZWJacmlMNjF1aVE2czYxRHBTTlp5YkhvQ3BzWVVuaitNeGI4dndqTU5DR0Vxb2FIeXhBdmZhYnp6R3dmQkM2bHlNUWZMRWJwTzZEdHRocVk2QWVzS3RSY0lkUVdQa2FHTEx3VjhGYlZNcFlzcXpBUTIwS1RBWVh5dDg5a05hUHU1QkMzdWVBcWU2TXVFSlRVOWhwSnRkdTd0bHNYVFkyTjNZR0tra2JtZUJkRVVqNUM5ZVVNS2VnL3Y2MTBSRWJJOFVjN1V1WCtSYnA4aVR5bHM1d2F2eG1RdGdjSStWU0QybnJWSktxaEpxUzVJYTVBUlZuTWx2aUVGVUh6SElMVTkxeHM1QW5UZWhtcXJzcGFXRUxvQlJvK0VJRytHRi9XdzlXNHJSdFNnaE5sY3dDMVZ6cHVmMzNEZDdhOTFCM0tGbTUyeVlxbExHV3VtcHhDYlFJdkNyRmJvNStqM2hORjkxVCtZaWhDMW9WaEduSzduelhicEo2bnk0ZFV5YUhRY0NQTksxL1gzNUVPeVF4RWVNTmV6d21BVnNaUGJBK1c0TUxva3BNQmJybWE2cWpBcjRCQ2lrbmlnam10THpndHBTMDVhVUpod0M2dXlkTGkzK0NCbExlQUI1M0FFR2p5MTlIZXdGMm1FU1dhZnhvMDdpOGFZNUFtQk43cm1nUUQxZ0pGcllTSVQ2a1FMcFAwY09BcWZ2SFlaSTltSk8wU0V2TEdXN1NqbWVBRDFXbllJQnJjT2NBb3JWOE0xMzhhN2VjdFE5UG5RaHo0RjBkclJOTmViS2ZrMWM5NWJMRXcwcVNKZzZpc0hDUUFkS2V2and2SzNlTXBPdWkxeVFKYXEyTnFwTCtTRnl6cWluTnJPRDVOdnZSZFhESk9oK0c2Q2t1L29uTk4rOFF2RHdZWWxRSmQrU3RSajNNT1pnZk50N2NEN3NJc040V3VVWDE3WE56R1VLcS9UOFZraWFMRjBSZFowZzB5b0ZNa3NlOEVsaUtqRTI3S1pkZmNWV0NFanBCWGdKeVdHbmRMUU5qZmNnVW1UWEZrTTBPNnZJVHBUaldpb1RXTXhlbW9qbWdHSkp4NGFKTnNlYzFxNk84VGtvZGdpVHE5Z0xoeEQ5OUEwTHlNTzhDcVN4aElqUmUvTEVIeEJkUnBNWFgwbTZMa0ZhQ1ZLbVJ5NEZiVm5IeDRpeGJBS1haTFBEQmwwWFY0QTlKN1BiSTRlVGpyQldCalU0cVRlaWlLVjB3bU1zWlY2UXZjK0V1cHlaSGFaeDd6Tm8rYzNoV2pFSWpBUWphdWVHSGlUZTYwL2xQL3RsVitHQTNkck15RlB4OEVSZzlDbHk2UEowb0NtanZXNWc5MHlnZUkyWkZLWTJIeVc5Sy9CblMyMzBFY0owNEdCTyt2cmNkTG50UC9iNndSSzZYcFc1c09QVUNIZWZaaXBHaGx1TUtlV1R4REFCdkNNRGZrU0xtNmNIMDZ2RFBJbHdESVA0OE4zaXAwMEdZbjBWN2FIaDdVT1dOa2NQQnhaVW5sTUhOZVg1VzlWcnplUE1rMkVPSkRQQ0xydGFQdHN1VFZRRkM5aFdsTWxpaHBJa0lWUXdabGhkK3ZyR0d2VkFKaEVFdDQ4WTZzS1hDeGlKOUJjREJYTWc3TDkzYk9rb1VTWWpoRzBIOGl6MTBMclRUamY5WjlHK2h0RDZVSllBK0Y1VUFjZ3pJbktVbG8zNnFzYnFPc0xHMUFiNmlaSDN5TFFUYm1ZVEZEUmxaUHoyM1Rob0FhL3ZnZytNN2tPdXlLeWdoYWoxTFdrODgvZjFwOENyS2toWkVTY2ZLdVM2WnZBR0NuWFpxbWZDV1BkcXRrRXU5b3pYWlhSMFJNbmpDSEZkRjlkUjViTDBSTlNZUFd4RStqM3RwRTRFYXNFOGU0eW0vR2pmN2w5ZmVGUWk4VnZLQmpXVU0rS0Zlczh0dnhrbHJKVm80cHR6emNkUXRxRy9nYnA4a21qbXFkZ3RMRVMvU0N2TlQ2dytFRmFrZWxENlZ1N3JvcTljZlZ6emltSFJVeEFWb1JVU1VCOHY0Q1lPTHlCeUFodGFXUW1LUTNxbS9GNWVtalcxbDVrRVhlMUg2REVKMkhhUlM0TEsxdzdvTzJ1RUtjNFJUbjRXU053Mk91MHdaWGxrOTh2U1RDVGpPUXlLaGhGenRJcXZURXJGeGRUZWhZbVlpdFFpMGxia2IzTThhWnk5OUVlU3pxYW5KUTkvL29SVUV3OFFCbGovWGMvN2ZrMnVBZGhpUHN0UkR6ZFdhZmlqRWR5bVQ4cTFSb2hrRVptUmhTaXRicTJ4UWZOc09JTGtkTkdLejduRFAzbVFmY0tiU3paa3o4VzljbXk4cktXTytVVCtuTHZOSG10bHkrb1dXUjJVcmlpQTgwMGIxa2diY3FWOUtPUVBEcld5T09kTnIxdkJySkg1dUFxbmduWGsycndGQ3Rkbk9MYU5VRWEzMkEyaGllYTRKZUZ4MjRFN3d2ZmpnQUNEbHlTUlVoc2l1K1JuWnFHTFV0RGRPK1Nhc2RWS0wvTGxVS2h3OEVtSFVOUGx1dHg0anhrbm8rcitPYWI4N1J2cGtud3FkWVBYcnlMeDluT0tJd3JjWkpWTVZHSno4akYrdDBqTHBCdDlNRUhOVFJEZmV6ODhWai9BUlRLMlAvcFd4dUJ4Q2lBckZWUXFuWnpGRHlBaGNxMWp3elJST2d0Q0FaTzRQVVgrVjRIRkFTcFR0RWthekVENi9LZUZ4ejJjV2c0bEpoU0NiSGlpVnVNMlhIeXFwL0luaEhZS0J3bnZiajZtZERNSTNGellMc3puQm5QSUlmWFlOU2NSNmhIS0tOOGh0VVgxbDBvV0pqMjVJUHdqWWx5cUl0T0picno4QmhFbnRQNHZCcWJxM1h1bjdQRFZUODRwSHNtRkFaRWdaY2owbVRaYTAwTG5uTVJ1UHVrMHF4UjNOVg==', '671801466_26466088729724984_6518877073028450999_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(297, '2026-04-25 06:18:43', '18133044283552746', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'gFhgaFQnFHbdF0NQjBRlFjlHRG40U3h6NWRKd2lzWk56TmFKbGRINTR1VW9mZWpQdUhWVGNNaFBLRzR5SjJoT0k3OWlHcFNVcjZMQ2txSUIrUmVxNlFMUTF5RW4vcytXNXRhZHFkN0tCZWcxVUhIc3JxUGRHTnB5dGx3U1kxTWtHVTRBT2NvS1RlcElwM1pXRzFoQ2pYUWo3aERaYS93dmcxRUlON1lTYmpGdXE4Q0xUNE5BREFHSWRXcWFEMXk0U3pYWTF6SmczQTR3cllvR1NIY0RqRCtlc2VQWUcxa1NOSW9pSW02Q2FYL1ZteW9rL0tLZ0hwa1FoK0FmWUFDWTgxbDFrUXBsN0RJb1c1MVB0cmJLQWNKcHI4ejAzbjVuYW5BZy92MnRWV3hsRXlPSGhKajhpcjA2QkQrOHYyL2NEdTNPRDBxYkJjcWdBcXpKN0M0VWdxTEEwbEFXTVlCS2dCbHFXVk9nUmhteUwwSzZZM3cxNUx1ejMrMUt0UE9CaFU1bXdBR1lpUU8zSjI1MlVzNkNVVlhXWDRsdDFiVG5DMGRJZzA1WDRoS29qdFhGVXA3eUp2Y1QzNW81VnBkcWR0dmpNYkJ0T040SUhtTkEwcVJiUHkyNklLRTJOZHJhSzQrblNPaFBDQWU3MVMvLzB1ajFuU2dqSysyUEhXYndjcjJHSDY1dFdQTDJRRHI0eVE5cjlJQ0drQ0lqWll0OUc5NUUvUWJPbEoxbCtSNnljL2tWbzdNd3lHSFR4QnpUZUsweDUzRFF4VVN4RWtJL3ZIUk1nbGlIcHZLVy9teE1kK2xnaUp5RG1YTWlTeWRtdTZHbE84TVF5Tk43NWpYZHFBS21DVURmN0N3YUNhdUZKSGZlTC83bk5DOGkxWXZUUCtOZjd4SmxSSkQvdmVlZzBZbHVVNElBMnU0ek8yTDIwamxoQkxzYUxzV2VJNnBndVluTDRNUXp2TTR0Rkk0VXptZVBKZW9PcFJlYkdSRUUrcTVSUjdsQ0M1NkRteEtML0ppK2xCV25scVI3b0NpSDBPMy9zZlU5Wis2NlpGenFubVBsdUNaTG5lR0FRTDEyWGo3N1NjempQYVZWZUlqaEEzVUlpNmdUeGtnWXNhQlhDZFdRY3c0QityL0d3cEdGM2wvL3ZnTCt5dm83am56UExWdHVxRXJuenljYlExZG4wZTFtWFlVVmo1T2F3WmRiWDl1ME4wdVIrS3lES1pTNytTT0prR2xhdmlvMjdoZDFPVnYzL2U0VkVkWGpYLzFlcGRXQnhiNFpoUDNCcGdwVy8xY1NZYnJmOG52NDVOdmRlMXRzRVAzdWtoWGh3dU9rdXNZcHY5YUhkK29KN3FlbDBCa1BsK2Q1Q2xZOW8xZGtFakpyMC9XTzNheFRRL0Z3M09QV2xVclFHM0VKN0F4TG1jTDByM2JQL1pjYzhRZXlPQUZZZXFaRXk5QnM4aHg1QUVIdUNUaEdvUEdZdUFuN3k1VFNqM3RXYlFBVmRRYUxmQVpiZ1NpQk1Sd3V0WjEybWxWZk9GdXp2d1VNekNrZjc3Z2dVOWZVYnpWcXB3d1MyT0JWYmwwWVNtWGpnZTh4NENzZ0xGN1M2cVF6R2ZuUkI5VmxUNnRGWHNUTUJxY0xQczh3dEtjWVZPelZhWWUycUZRTm4rcVZ5NE1Rd3NPRnlEdzh1NHFPTXBFd2tFQ1hVQ0dQQ2JWTlo1Q1VHUlU4MlEybkxUYjFoRTU1RDErREcyVzdjNW1HMzlYWG9mNHBlWWlSZ1VicXhjNCs0dGJwQWlLT1NRY1N4MExHT0dzTm4vbXA2d1RtOFl6UGt3MVJUSGZTMHlHTVRDcmtiZGN3bmVuNy9jQmRsRHZOQ1VWVkc0WXorSkFmQXVCNlpnYmlScndYMDVRVTdDOC9lSTFQWEQwQnRpbHlVQ2UwcWlGL2Z4Q054bnBtYmpYNHZhSzNGbzhwQnBTR2h3VXk1VmdjRG9Id1dIaVJCeFFsMFlnblQ5MFVldlFKRlEybXRoVjF1WHJZZC9zZUlUS0toQzVXSlh6K29pOXV1RFpYV29zbWp6RlU3VE5DWlM0VSt5QnFrc25OQUFzRUtEVFViUzJud3BVNStRaFRRQlhjRFFFWktZeWhLN2RyMjFsR0RnM0hlejZLbFh6QXc3Tmd3Z1hnWVMxaWNlRkdVRTZlTVEwL0lNNWZnV0VmUC93T3VjdGF3YXVRa3Z0TnJ3SmRxR2czNjVQTkxEenkrbnVWS0lXNFg3b2l4elBtVU9CM29qTWdsN21mU1c0UGRiUUJkeFF4MHN4bVFKdWFlS0ljc2drSXoxeUVVQkF6L3hHVnpicjdWcGcwUnRFcnh5RDJkR0l3N3pEUkRENUZUR3YxczVaaUJycUhUM2VITVVnZktsWFc4Q25ocGhWelBXYmo0K21ubm0xbXA2VVZvdStxOWZ6bVBjTGM1YWptZ1BNa1ZsT1NwZDVlSUo5dHJaQ1VYb0g0NWVsL00vM0FVVjlqU1FLZmpOMmtlZmFKYURGZG9DZHZIL0t0TXhmZzJrNE5IdW91MEN4L3p5b2NsTmw1NGdHaldpRmI5c2xqK3dXWmtSdmZhVWdmWkpEZWxoM3M3OWhZU1lNVUFmTHM1bXZ4N2IxQWVmYzNKUnVkd2hOM0ppQUpPWGQzR25MblJ1cFRMSzJ1YWlmWDV3TE1QWU1Fc2VSL0hOTGNuK3ZGYW42V1BhUEFWaWxLYWR5RUloQm85SUNlYWdGYXhzT2U2YnB0S1VVUExDdzQ2Tnh5UUx5RnFnUmpidC9vRDUvMW9Uc2dtNkV5QzhZakxrSFEvUWxGK1k5WHBLOGYwVFVDcnlNeGlPcTFVaGMxMzR4Y1g5THUyd08wZWg4OS9jeXp5aWo3M3g4RHlpZ2hBc3FkSURHakJTVHRFamtkOWpXT21qNHU4TjQ0MmRIb2VDS1dSb0dhMmJsekRDeTlvZXl4L1VaSzd0VEgvV3AxVForeUQ2MC9zUE1YNjRHNEFzZy9iakt4MTdQYSt0SU03WHkxWElId2dBdDhnTHdDT01SQm9ZZC8waWl0dUxlc0x2VHRnZW5qSEsvT012aUk5VWM2bVpIdjNEL0ROVVZ1VTd2a25NNXhWNStoZjVQdVZLdjdUQzZDdW1GZUovM2JoN044dis1TDR1MHh1NHZZRW9oM2MwdXRMbllLQ2t6RUwvb0gwWjF1ZHV6RUVGenNCdEJmZFZJTXd1dHk2YlZ1TE1kSGlnNmpUTDlWTHIvemxkVy9Sdit5RjFhOXgzNFl5dWw0em9sZEwxWUY3UE5rUWptL3doQU5FL2lQZ1lKK2E0RDJONHlBRWJhTnpTeXAyYjdaVXRmVnVHVEMveUM4TE05elBPQk9FZVVqOUFES2UwbkxxaXR0QmF3V1hnV29tUTVZZlg1dThwZWpGS2VSenM2a05Dc2JGWjF1R0ppQ3BrNHcyWTc5VEJ2L0JncjQwUlc1bnN6cEJSMXBmMFJ1elk5RldKV0FhMHRJbTlxSWtYb2pyQUdQKzJFNkZXaFNQNzVyQis0akI2QVM0M21Xc3NXcmRYOEQwK0lGRnZEejlNSm1RRnF6aE82UjZLM1dGSXZrd1MrM1FWeTVVK1FoMjhyY09FWS9RTUpBL1R4V1VQVEVJaEtZcklpWlFYMTVLL1h0MmJtaFQyRTVPN0FvSWpkYU9aQ2hQM3lWMThIeWRTaVJMWXFsRzJpKzMrWU5BRWMxNFBkVEdDWjV2cHE3dStrTmswK25iMnI5OHpYcXFsWkg0b1BOQVhGVDdBREJ4ckpqOExQaWkxb096OGhKbzU4RStMSERXWkpKZWdGdTdvTUNFbGdNM0tHTW52R3F2TEV3SzF3TytwN3p0eDA5bStjbXF5NFFXNUhzQzRTL013Y0RBSFhjN2l0cUQ4NmlrR1FnSTJUVUZNalo1YzBNY3htRWdKZWZUaFU9', '681292736_1962738874606945_7719433334591801790_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp'),
(298, '2026-04-25 18:19:00', '18082937933095506', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 's7s05/DgaZVYCg0ZY6ctnXgxK3hjbXpEMGw1MFBORllqOHBzVHVFM3JBVnB1SVZyVXZubzBHUmNRTFovNkZYSjVOaytVeXNnOHdJdUxYelk2cWw5RktIdDNlRzlJUFlGVW1mK0h6TTFGeEJWMkpuWVRES1ZHb3J6S0VleUVoUzFFK0N3YkxPblZiOGdPdnZ6WmhXOEhTRUJPVzVKYnFYbDQyRFhyK1hpYVd6ZFJlcFFlK0huY0cwUU4ySlZnR0dFaHBIcEh1ajZraFNFYnhqZ28rbVVtZStveUJ5YlpYbTI4UUtRTzJvUGZaMmZHY3ZzamZiYURCczlOT09HWk5sY3dHbE1MdXpEV2RnNDBGa2MzblIwSlY3QjVOdlJ1M1lXMTFBZW1WR0t6L0xRWWxnQ3c1OVVuRVNXSzQxTHZrZHJ0VGNaNG9RYXFhSUZkWlFjdXI2ZGQveEFJQnhSU0xuMG1iR3pCcTVvM1FkaG11OE9seFR5NGdMTlRaenB2WkhyR0xjbGtZa0czQ2VUSWNoL2F6MG1IbDU0SHUweHlYankrMkh2WS9ySlFhR1FMeDBjdit1Y1lWVEx2VHc0N3M5M2p3YmZTczB3R0lGZU1HOGtsdjRmUVg5VXRYbGlHSjM4bmxwczQvS0ZGRWRlY1JKa3NDdWlTWFB1UFB6SVZTdm8veU5FWk1GdXptaXZaUlJabHA0Y0txRE9zMlVCZ2Q0WVpKdmtGQk9kMllGcnNpWEJTWlJEd0ZFQVdhNHN3Uk5rQllYWVdxM0tjR1FWZUw5MkdZVHJKT2loZlRlZDZTNjVoTDNkbCsvaVo1TnEwcCt5VkcwWWxkc3ZidUlBckJMN1Z2K2ExVlhUVDRiNk5CZHVBTHJzUGUvSEtoTFpWd1Zkd1NrK21rVHk4bjdWU05ZT2txa1hKSGlxZ2IrZmpLUXJpUzhLeU5XS3kvb0xOTThpdnhaekowNEhvdXpYelFRN2NkTkl0VWk4NDhFbDE1eHpLVjN3VWRJeU45ZW1kOFpOeXNWUXJheG5TUS8yT3NscFdGb3M1dWZ3QVZaMDBMWU5YK0g5b2JaMXdNMkhWQml0eXJtU0tTNDA0U1hFdmZZK2RURlNNWjJSZ055eDhWaktzRFYvZDNZRHhub21EMGZEcFVidWt1b1ZRNWx6YlpyeUgySTlEZ3RTK1ErQXZJZDE3RjdMUk1hNWt2c2hQdHNtVHo3dkJBU1p6Q01aVVpwUHZjTG8xM3ErVk9YejFYWm56c2FUcmM5NzJndFdhaVY1YmZoK0JPZTFFN2VvUVIxUDFoUHk5WjltQno4VFFIc2hZc3VNRXNXK0J4MnBpOHZVYlFyQmo0UnBNUWJJdTMvOHdOUVdINzhuZ3c3Q2ZyZ1FZOHBuMTVIYnlOSE9KcTZqNGR0YTBNakZlOExIQ1lZek50L240TCtQL1A5dDIzOHBTWXRacmZuc1k1QWFtUFI5L2xYdGNmeTdGclRCMjhneklYaWxoVzYrUWhPelgxMCt0Yy8xNXcvSFdBeXdrQ0JtLzc2RnZMcko2eWtUa3NaUHV0cHkyaWwxOW1XSFluN0Y1VjVGanBPWkpWSFk4VDVCVEhBcFY4WUdON3ZPNE9PYm84b0Q0UDVTMFpLY0VVUVNuNWNSMG53VDlpeUl6cHZkZEgvY1NTUVo1M0tNaDdNMGVMK3R6bjZmOXl0ckN2U3IxbTE0alBlRU4vMml4OGgwenJTbWo3K1ZadWxoZHRzOFoyRm1qbXFtUDRLbXNUTVBhbHpnZUR2NkhOTTloY1g1ZmQvZVJwOXVKck1wUUJxVzRaYmladml3bmtMdmUyVWtQenVWMU9YZG94TU03S2pWQlplL3VXTTIwNXgzdit4aVY5MXB2RHpFWXdOQTJYeHY3NlBvVXp3NnNpOGR3K000VjhwaWFqbFZ0ZXJyNHIvbHQwZlpPeEdtL1VYMkFuQVhobnU4YmRxQm9PSnNxbFRYb3ZkYkt4ZnM2d2RTdzBVS09iczFWcUJGazlqeitnSU5XTnNzR3VtS0lHK1F3UzcwNGIyckNQMDh0bEdUMmVUc0NFNkhnRHQ1OVpkaEo2RzhpYzVZNVZ5VnozM0VhN1Z2R0pUUzR2blM2cWZvSDBxRjQ2MkJJSXBnQk14Tk9VNkNnR3czZjNoRTAyZUh1RmFVaVlSaUVSckUvMjBxS2szelFQaGxOVEdtR2NsZjhMNGc0NWNnbXF0NFNvNjcwQWVDK0piWW56SEt2a2UrVU5pN0E4b252Wkg4U2VYUDhseGp3enFQN2d3QWs3aXJjME9oQ25PeXZDVDI1bUZ6eUFoeGVnN1ovanBTQ3M0NGd2NERob0JWSTFjL2xZU3kxbDRZYUdGNi9YSFBjcTZGVHQ0SEdFS1U0R2U5SjR3aVJSNnlncmROMjdtcHVFd3lhR0FyamxpNmlwZzYrblF3U3Y3SzdyWFdJbDdmUXZvVlNlRFB3TEY0RkhPWHU3MStrTVBKRjFWMElDUWJtU3BxbEJ6dUEzbzRIeDJ1VlRrcDFKclNmU1dVV0FhME5KYm9vU2NFVytrbXViTWtzUlcvYjNJSVpEempheitlbDhIOWhDaGwwUWFOOHc4b0RFSDhQYVliZUFFN0UvN1A5Q2hBQVBDOEkzeElhOUljMHVTVjJORFFMdFVJTURpTWcrcmhxdE5ESElmMEZZK1RzU0Y4SnFvN3VVT0NpNXB3em9Rc3M0MGhsSC9ZeGVEdnM3MDM1b21kUnNmTGRWYjV5bDNZWDEvd2lpdjV2MUY5OEJxcDlGSTQrTjlPc2ZkSGNzcTh1OEtzUmQrcWFzTmlHOFppbjZ2bFQ3ditNbHBqUFI3bURCNXB4WWRJNk9iQ0FUQ2s0blpCUmFIL2JzQUFoRSt3QStyTGhjaEpHaVp6Zk9lVmNmdEZjUHlJazVmMVlnRXlqaWp3REtIUEoyRi9CaTA3UUJpMlo2TVZwSGNkekNKT0o4Y2tVMGlteVZlYVVaUk5OUlU0bzB4YkFPUUJMd0JZdXhJZ1hhZkhWdDdqaVA2Q3NBRUtYUWRxcFA1QXk0Sjk5dEk1dm45c1N2VCtIYXdFUUtjU2g0ZzNCSzExVDA2OHNzUVVMSlFZd05qcXdsZ09ra3NxcGl6TTMzMy9NSTgzM3JQaDUvZHN0VXlmZnhIT2JRQzMzL1EvamZ1eXBNa09xMHpZcFo4ZDl3eTY3M1VXL1dsUGdESFFraHBQOVJqS25zZW5WSmJ6ZndUbXVaQitCUGZxa0tVQ2JSZmp6SnROUkg3TEkvazZZYVBFNkROVGRhbTFVdU9wRFR0OEErMU8vMzIzZktmcHhxNEVUNzZFYXliYkJkclJ4T0FiSm41cC9XR2d5bGtsSk9kVm15bjFGazNkbm5CTmJUTHdGN1VPbm5MWE4wdzdqWlhseUNENVh2M0tGUjdsOEsyU1VYS3RWYmNKRzdjYmFxOVJzL1lWcFc3bHZVT25NbzdEKy9mSjVkYXBRQW42UGVsVGF4UGlONW1FMXZhLzVBNmJmY08vVXpkcmVZVmNPNUFuaDRJT0dGbDhDT3REYkNzWFBkSXk4aEJONDZpTWJpSW1DdmRBN0dWT0k4VjVIN1A0eE1HR3ljU3VWNExCMVdrRTltNS9pdEpGSElBNkNzN1BIZU5pbzM4UVhMbW1qYm52MzZOcmR4Vis4Q256TXFUWEVTVCtWTmN6Wmp3VEw1RGJWNXZOTjJnUUV6ZG4rVFJxbmRPK0x5QmkyZ1JPaGkzTXlncEN1ZStHYW1tUDNCd3oxZ3JnSTNBL1BreGsySGkxWnJUejFVTlVidmt6MnMvNlBkUVdSWStFa1NteUpNOG5ySU1rcHMrUEI2RkY3RGxMZGNnWXpEQ2ZRVmVQVVVJY2tZTndHQWozV3RPNmtDdzJoSktpU2lDMDIvbzFBVnAwUVl2aFREZnpZOGV5bnBpS3hlaDIreTlGbmYwc1prZkF3c0ZUQlZiYXA4QVdmcGNSblo5aGgrVHU4SXJvTE9OY0J4a3BSeUJ4TXVPRGZ6ZFhrKzRnWUVsWGF5QkJ0cU9CbkdzLysyVUs2NzgyczJJUmdXdEV6T2VJR201UkFEUHdlbFBhcjlvbnJHeHBFa0pJcUJwUHBjaXg0NkZEcGEzNWI0RnNGTWlHV2d4elhUVEhnaU5SaGM2cS9yeVlibUdsenc1WTB3a3Zmb0VQNUJ3OFNiMExUWVB3TUV4RUtOaGJ4ZTBCUDdYZHJmaUo5Rnd4OVhRWWFDREhiWkdybGNzQlhzQU1XV1hCOWhsT3poRXpLNmJFUnpYdGY1Q3BvdWZTVjZINU85UXdaeHp5VzhYd2VzRi8wNzhGUDF6cnVOUjY0WEVLWXdyNHRmRFJLVkgxSit5QzBXT2FnWUtMbUlVL01BZTFnSG8xWTVPRGxESnNMUUkvcFNmSENmMkFpQWJYbkJVZEpURVNFYnBDbWcrSWI5akU3Qkpoa202MmxiVXplM2s4a044cExESkYzc0NvUnpoc0lUUnZQRzJrZEtxSlovbGdjTHQ0RGNDb1NiZG5uSTlWdkxOTmRJR3hPRTY1YXNJN0lkSS96L2lsYll0eGtER0hkMnM4UGRIUU85QVNzaHVWWkgwY1RlYldUbWxmNFdadE8rdC9zWXRkMWFyenF2U3BmOCtjTnVSVEJTRlJ6Y3Mrb1hadlczUmRHTVVqQTZHSkZwTmVPOGRtUXk0YmJmdDlmYWFyN1d6WVArK243dTYvZW40QWtVamhZNDBLNFczNkR6dkZmZUZuK083NzU1S2NsMytxTlZTYzNvNXZFNEZFQ0JaMjY2NUlHWkRzNnRZQ1ZEdTJFekwyQWZET3pLcHZKVEdlekVrUXNNZlEzN1NKRmZHL29DQWloYjdsc3I3MmhiR0NpUExyclB0UmdnUy9nQ05BbzloVTlJT0Fhc3FzaDhPQzArRWFnWHNhWVB5R3NkNlpyK0RaVGxFUEJMNjl3UFN3QlhrZmZWM2dKT1RIMnhRWExtVnJ3SDlyVVNzRjBLNnRvSERC', '674562816_1689086932412755_6962775220659377068_n', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 0.56, 1, '2026-05-06', 'image/webp');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbi_sources`
--

CREATE TABLE `wp_393a933460_sbi_sources` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_sbi_sources`
--

INSERT INTO `wp_393a933460_sbi_sources` (`id`, `account_id`, `account_type`, `privilege`, `access_token`, `username`, `info`, `error`, `expires`, `last_updated`, `author`, `connect_type`) VALUES
(1694, '17841452603493749', 'basic', '', 'gKKIbkFGphtm92GFHfd2bFVhUlNOUFJGZk40dnhqMVNlS2pHWUVSQnovd0FOWktFdGprNjJZN3JZeGFQbnpWSTVCeTBrT1pVRHRiM0ZaMG5GaFZMVHoyK0VNckx1bE53TXZ3aDFLZllLZThvOG1IK3FDVFBYeE5sM3RyU1FOVlZDVThqQmk0MGwrM1E2eG9ZakxwakFwbGZGNE53THk1SGcyMWZPeVlTSHZUN012dmdSMFdJaURibWVleE1wUHU3WVpJQ2d3Yk9tbE1ZeXBCR3NTRUNRSFFzMFRMV2phVUJ5SXhQRTRBRklSakVEV0RaY013d2tRSUFhTkVqcmcySDBiQTFyTC9oTlBBVUR5WUkvQzlwVDRzMGxxdEk0SkgzTmNOMndFOUhQd2JaSE1mZm1pdDRGM2M9', 'genesiswa_begin', 'MwvT48K0PqfL1XPnFj4Sp0g2V05GbG5FMlEya0VTV2xJLzgzdHBFKzVGNFdZV1ZlTUVJVFlPOEpZMytWNVpZYURPdExvb3MwQ2t4U2NWNmt1aUsvYk9BYWRpclA0dWVvbWN5TXUyZkZaM01Vdm95N2JpQmgrdXB4QThrbnh3S2FtQytLM0hRYkFDekd1UW1lem9Jc3ZkRDRvL1hsMjBhbjdCVDVKQU55bDRsZmF6RFkzdFlVdmQ1WHMzdk8zbVVQZUlTNTVzbEVNbFVTNW8yclRSTFdKc0xMUTNoZjlKcVJjNVVINlRMMUltTWlSRDRERVdESVdjWU9nRXVzQ1JqeURMKzcvaVRrZHpIdEpqOXR4ZEJ1NEx1OHZVZWdoNjFoWGF2Sm9KNytLR0QxZVVHazBaazArcmlMcE1BZUxYRlBGSVU1VFkzc2pVaGNxNi8yak1TSjJhWXhnZ0d4UEhQQ1RhcVJCM3ZlQXQ4T2ZSc3JXdW5Nek9tTVk0OXlFcVlDY2hQaURVNGZtUFltd3dTTTlucGpPSG0wWHVZQTdOS3JFZnU2MDNYbkI4RXJxdnRxQjJON1A0c2lQQ2VvVy9VVlNtQmVYeTVmYkVsQklURDhJczRsNUorZWtPNUNGRlNLMzZrQ2RNT0ZJRWhleUYrUHo3T29pSm5ZWE14WnNNUFkvVHhEanRoWFZMRTJHR2JxRy81TnN2bFYvbjdKOVdSZUcrOVZvLzlrTWt0dXljM29meFJSOUd3WUx3cjRVUUtnMFBIaVJFaVBwZ3Bkc1hHVUxJdElEZVpXTmE0NEVpUlBpVFlrUy9Fc3V1VzByVy9iRnQ5clV3TGNBb21pNXpDZTRFSzVqTWxocThtek1yNjcwVTZySVl3NjVYeHB3SGJiZEoyVUtJNGtyUGU1SGJWNUoxdXJpYlUwTFlCdmdxaThEN2tscHVJbzY1aitqR1pNSGwvb2JQNEpUMTZiVWVTSHFXeFFNZnd3ako0SGhJNXMrRWhuZ1FYS2FmbEcyNVZmZ201Y2ppemxEMER2MnhjN3VpYnN5WVk2UGRjYmZScXZUNHRWVjF2Z2pVbm15MUsxUzY4S29iWlUzL2xaV3F4c2huRndXMlo3eEV0WUQ0YkViS0NQSTJkVzl0eWRSU25DcUdpdXowKzZCMFVxQUtZcm5OTXU2QlExM01nOEdyVmdLUUc2a2R6aHV6Y1dmUVE2M254R0FwQXpPTHVFOUFwSDg4L0hVajJmUG05aGlIWFgrcWROTmY0eTVMdEpFYjRqZ2JMaEZLSEhhMmFxQkpldENLeGNIWURXYjUxOE96Y1BxcURYYTB6Ty85OUZWN2tCK0dPWlNDa005a0Y4U1I5RUt6SG4wajFrRmZxQWdrcEhqaU42RlRYbDRTL2p5Tks5RXFWdHlkbE5Ob2Fab3pwOUFLUVB0alhBRFZzWTFqNFdwTE95UGw5aGNNaVF1MER2Q2lMSEd2TE1FSzFOdW12VEpRdjhwMDFDWVpHV3EvaC9yazhrV1VING9ZMm1IVHRFd1RvRU9CTHcrelQ5RU5yRWJiSk5OMWV1dTRwOHZDM2E5YUprR21UUU14L2pGZEVNbVhVWm91UXpLdTBCODZRRk1uWVI2d0FFVkxxYmdOdElrejdxY052eEQwL1ZvSC9kekM2SnVETENCY2c3UXhjL3ZhMlFkV3ZWY1djTzVhZ3Q3OUE1WFNkVVZaUU4wWW50RzdWVGpUelkxRWl4WjZlaERyTHlTUUxzTy9ONXVWV3FCVGZsNWp3UHV3UnZWYTZpM3NCd0VZdmFuQlNnandpa0s2QUVmeFoydVdCdjFMQXJGM2laY0h5WWJXWStwTW8wTmRZekhsdVBFSUxQcXhiNXF6aWw3b0FIVmExNU1sWUViQWlBVTRma2F5RFArWXQxOUFwN1BkZkZJMXR3VnhLWU84TUpvVUlmaGZVTW5jS3g4ZlQ0VUNleE5id0JTdDNFT09QM2o5U0dob1E4ZXp2ZFR3NHM5c2pZQ0dGL011MnE2YjlFN0RESTN5ZFc4bEZIbUNNTEJ6eDM0REdpLzR4V2p0bUpDRzA0QkozU1V0NUhYa205WGRWTlBEVFpTTk1vWHNjL0FvMnZ6c3ZFd1NVY3JvT1lLdTZ1VklrTWpLSmEva2o5THpIb3VvM0VEUE1RYUdlS1JiOXE1ZmM5MDJQaUNJZVJ0YW0xc0dOMVNhQzFtZTR4NkVvOVZHbGlFdmlnaG1iUXplWm1LVFk3SGZxeXFZeURNSjFaVm02enhVTVl4cjkwazZiZWIvTjZjSUYraklJeHBwdmh2UUd0RHhJRGltalF3NlJaOU1pdUFjc0gxcjFHS0hjbDJXQXo4Vm9NaHRINGxXMm9DVExnaHlyeA==', '{\"error\":{\"code\":\"999\",\"message\":\"Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.\"}}', '2026-07-01 06:17:59', '2026-05-18 03:57:18', 0, 'business_basic');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbr_feeds`
--

CREATE TABLE `wp_393a933460_sbr_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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,
  `feed_style` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbr_feed_caches`
--

CREATE TABLE `wp_393a933460_sbr_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbr_feed_locator`
--

CREATE TABLE `wp_393a933460_sbr_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbr_reviews_posts`
--

CREATE TABLE `wp_393a933460_sbr_reviews_posts` (
  `id` int(10) UNSIGNED NOT NULL,
  `created_on` datetime DEFAULT NULL,
  `post_id` varchar(1000) NOT NULL DEFAULT '',
  `time_stamp` datetime DEFAULT NULL,
  `json_data` longtext NOT NULL,
  `post_content` longtext NOT NULL,
  `rating` int(10) UNSIGNED NOT NULL,
  `provider` varchar(1000) NOT NULL DEFAULT '',
  `provider_id` varchar(1000) NOT NULL DEFAULT '',
  `business` varchar(1000) NOT NULL DEFAULT '',
  `media_id` varchar(1000) NOT NULL DEFAULT '',
  `sizes` varchar(1000) NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00,
  `avatar_id` varchar(1000) NOT NULL DEFAULT '',
  `images_done` tinyint(1) NOT NULL DEFAULT 0,
  `last_requested` date DEFAULT NULL,
  `lang` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbr_sources`
--

CREATE TABLE `wp_393a933460_sbr_sources` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `account_id` varchar(255) NOT NULL DEFAULT '',
  `provider` varchar(255) NOT NULL DEFAULT '',
  `access_token` varchar(1000) NOT NULL DEFAULT '',
  `name` 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbtt_feeds`
--

CREATE TABLE `wp_393a933460_sbtt_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_name` varchar(255) NOT NULL DEFAULT '',
  `feed_title` varchar(255) NOT NULL DEFAULT '',
  `settings` longtext NOT NULL,
  `feed_style` longtext NOT NULL,
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `status` varchar(255) NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbtt_feed_caches`
--

CREATE TABLE `wp_393a933460_sbtt_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbtt_feed_locator`
--

CREATE TABLE `wp_393a933460_sbtt_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbtt_sources`
--

CREATE TABLE `wp_393a933460_sbtt_sources` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `open_id` varchar(255) NOT NULL DEFAULT '',
  `access_token` varchar(1000) NOT NULL DEFAULT '',
  `refresh_token` varchar(1000) NOT NULL DEFAULT '',
  `display_name` varchar(255) NOT NULL DEFAULT '',
  `info` longtext NOT NULL,
  `expires` datetime NOT NULL,
  `refresh_expires` datetime NOT NULL,
  `scope` varchar(255) NOT NULL,
  `last_updated` datetime NOT NULL,
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sbtt_tiktok_posts`
--

CREATE TABLE `wp_393a933460_sbtt_tiktok_posts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `video_id` varchar(1000) NOT NULL DEFAULT '',
  `open_id` varchar(255) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL,
  `time_stamp` datetime NOT NULL,
  `json_data` longtext NOT NULL,
  `views` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `likes` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `images_done` tinyint(1) NOT NULL DEFAULT 0,
  `last_requested` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sby_feeds`
--

CREATE TABLE `wp_393a933460_sby_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sby_feed_caches`
--

CREATE TABLE `wp_393a933460_sby_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_sby_feed_locator`
--

CREATE TABLE `wp_393a933460_sby_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_termmeta`
--

CREATE TABLE `wp_393a933460_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_terms`
--

CREATE TABLE `wp_393a933460_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_terms`
--

INSERT INTO `wp_393a933460_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'header', 'header', 0),
(3, 'section', 'section', 0),
(4, 'Primary Menu', 'primary-menu', 0),
(5, 'Left Menu', 'left-menu', 0),
(6, 'Right Menu', 'right-menu', 0),
(7, 'footer', 'footer', 0),
(8, 'All Posts', 'all-posts', 0),
(9, 'Aesthetics &amp; Anti-Aging', 'aesthetics-anti-aging', 0),
(10, 'Hormone Therapy', 'hormone-therapy', 0),
(11, 'Weight Loss Medicine', 'weight-loss-medicine', 0),
(12, 'popup', 'popup', 0),
(13, 'single-post', 'single-post', 0),
(14, 'page', 'page', 0),
(15, 'container', 'container', 0),
(16, 'New Header Menu', 'new-header-menu', 0),
(17, 'Update Menu', 'update-menu', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_term_relationships`
--

CREATE TABLE `wp_393a933460_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_term_relationships`
--

INSERT INTO `wp_393a933460_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(19, 2, 0),
(26, 3, 0),
(40, 4, 0),
(43, 4, 0),
(44, 4, 0),
(45, 4, 0),
(48, 4, 0),
(84, 2, 0),
(88, 5, 0),
(89, 5, 0),
(90, 5, 0),
(91, 6, 0),
(92, 6, 0),
(93, 6, 0),
(534, 7, 0),
(540, 7, 0),
(548, 7, 0),
(555, 7, 0),
(583, 7, 0),
(586, 7, 0),
(792, 4, 0),
(793, 4, 0),
(794, 4, 0),
(795, 4, 0),
(796, 4, 0),
(797, 4, 0),
(798, 4, 0),
(799, 4, 0),
(800, 4, 0),
(801, 4, 0),
(802, 4, 0),
(841, 4, 0),
(842, 4, 0),
(843, 4, 0),
(844, 4, 0),
(846, 2, 0),
(1651, 4, 0),
(1652, 4, 0),
(1653, 4, 0),
(1654, 4, 0),
(1655, 4, 0),
(1659, 4, 0),
(1660, 4, 0),
(1663, 4, 0),
(1668, 4, 0),
(1950, 9, 0),
(1960, 12, 0),
(1992, 9, 0),
(2002, 9, 0),
(2014, 9, 0),
(2026, 9, 0),
(2050, 10, 0),
(2053, 10, 0),
(2056, 11, 0),
(2069, 12, 0),
(2072, 12, 0),
(2084, 13, 0),
(2154, 12, 0),
(2160, 12, 0),
(2166, 12, 0),
(2457, 7, 0),
(2459, 2, 0),
(2463, 2, 0),
(2648, 4, 0),
(2801, 12, 0),
(2864, 14, 0),
(2922, 12, 0),
(2926, 2, 0),
(2928, 4, 0),
(2945, 12, 0),
(2948, 15, 0),
(3026, 15, 0),
(3495, 14, 0),
(3501, 14, 0),
(3637, 15, 0),
(3641, 14, 0),
(3667, 15, 0),
(3696, 14, 0),
(3790, 14, 0),
(3862, 14, 0),
(4301, 7, 0),
(4432, 2, 0),
(4438, 16, 0),
(4441, 16, 0),
(4443, 16, 0),
(4444, 16, 0),
(4445, 16, 0),
(4637, 16, 0),
(4638, 16, 0),
(4639, 16, 0),
(4640, 16, 0),
(5030, 7, 0),
(5037, 2, 0),
(5040, 2, 0),
(5043, 2, 0),
(5045, 7, 0),
(5048, 7, 0),
(5050, 14, 0),
(5086, 2, 0),
(5097, 14, 0),
(5178, 16, 0),
(5179, 16, 0),
(5180, 16, 0),
(5181, 16, 0),
(5182, 16, 0),
(5183, 16, 0),
(5192, 16, 0),
(5193, 16, 0),
(5194, 16, 0),
(5195, 16, 0),
(5196, 16, 0),
(5201, 16, 0),
(5202, 16, 0),
(5203, 16, 0),
(5204, 16, 0),
(5236, 16, 0),
(5237, 16, 0),
(5238, 16, 0),
(5241, 16, 0),
(5242, 16, 0),
(5243, 16, 0),
(5244, 16, 0),
(5245, 16, 0),
(5254, 15, 0),
(5257, 17, 0),
(5259, 17, 0),
(5260, 17, 0),
(5261, 17, 0),
(5262, 17, 0),
(5263, 17, 0),
(5264, 17, 0),
(5265, 17, 0),
(5266, 17, 0),
(5268, 17, 0),
(5269, 17, 0),
(5270, 17, 0),
(5271, 17, 0),
(5272, 17, 0),
(5273, 17, 0),
(5274, 17, 0),
(5275, 17, 0),
(5276, 17, 0),
(5277, 17, 0),
(5278, 17, 0),
(5279, 17, 0),
(5280, 17, 0),
(5281, 17, 0),
(5282, 17, 0),
(5283, 17, 0),
(5284, 17, 0),
(5285, 17, 0),
(5286, 17, 0),
(5308, 17, 0),
(5309, 15, 0),
(5389, 15, 0),
(5424, 15, 0),
(5440, 17, 0),
(5461, 15, 0),
(5467, 12, 0),
(5505, 17, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_term_taxonomy`
--

CREATE TABLE `wp_393a933460_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_term_taxonomy`
--

INSERT INTO `wp_393a933460_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'elementor_library_type', '', 0, 4),
(3, 3, 'elementor_library_type', '', 0, 1),
(4, 4, 'nav_menu', '', 0, 31),
(5, 5, 'nav_menu', '', 0, 3),
(6, 6, 'nav_menu', '', 0, 3),
(7, 7, 'elementor_library_type', '', 0, 3),
(8, 8, 'category', '', 0, 0),
(9, 9, 'category', '', 0, 5),
(10, 10, 'category', '', 0, 2),
(11, 11, 'category', '', 0, 1),
(12, 12, 'elementor_library_type', '', 0, 8),
(13, 13, 'elementor_library_type', '', 0, 1),
(14, 14, 'elementor_library_type', '', 0, 9),
(15, 15, 'elementor_library_type', '', 0, 9),
(16, 16, 'nav_menu', '', 0, 32),
(17, 17, 'nav_menu', '', 0, 31);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_trustindex_google_reviews`
--

CREATE TABLE `wp_393a933460_trustindex_google_reviews` (
  `id` tinyint(1) NOT NULL,
  `hidden` tinyint(1) NOT NULL DEFAULT 0,
  `user` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `user_photo` text DEFAULT NULL,
  `text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `rating` decimal(3,1) DEFAULT NULL,
  `highlight` varchar(11) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `reviewId` text DEFAULT NULL,
  `reply` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_393a933460_trustindex_google_reviews`
--

INSERT INTO `wp_393a933460_trustindex_google_reviews` (`id`, `hidden`, `user`, `user_photo`, `text`, `rating`, `highlight`, `date`, `reviewId`, `reply`) VALUES
(1, 0, 'Marya', 'https://lh3.googleusercontent.com/a-/ALV-UjXVkupdv5DeG5GXPY0qhyS6j_g76fJdR8DjJ9IDgO3MUAdsSh6thA=s64-c-rp-mo-ba2-br100', 'Absolutely love this place! Everyone is so kind and warm. I see Ana and she has such a light touch, she’s also super funny. I’ve seen Nina as well, she’s also wonderful and is so relatable! This place has such a warm energy and I love coming in for my appointments! 💕😊💜', 5.0, NULL, '2026-03-17', 'Ci9DQUlRQUNvZENodHljRjlvT25kbVRIWXpjRkZsVEZFeVZ6TmlOR1pLVjJaMFZWRRAB', ''),
(2, 0, 'Christine Ross', 'https://lh3.googleusercontent.com/a-/ALV-UjWJqgakfGHKzQDjFmfdZBXynlokdYfbPJlhbuMIIXyQIAuoZNcm=s64-c-rp-mo-br100', 'Always enjoy grace and her professionalism.', 5.0, NULL, '2026-03-16', 'Ci9DQUlRQUNvZENodHljRjlvT2xsU1lVRXdOVmRuUkVwWmJFWkxWVGxFZUZVM1NXYxAB', ''),
(3, 0, 'Saira Bano', 'https://lh3.googleusercontent.com/a-/ALV-UjVaeFN6YpVjvYeNHt-a7aLoh08uaXUyIRz7pUT-07M5HIPOhDL8eA=s64-c-rp-mo-ba2-br100', 'Mary was very gentle and really sweet. My skin felt so good after hydrafacial .', 5.0, NULL, '2026-03-14', 'Ci9DQUlRQUNvZENodHljRjlvT2tKaFRsTnBlRFl0ZVd3ME1tcEJSVVJuYUY5d05HYxAB', ''),
(4, 0, 'Ash Howard', 'https://lh3.googleusercontent.com/a/ACg8ocLIHG0VtCciwzVcv-aqJvxnF3qL4uZf_BzjwUWi9JhA4K-F0lI=s64-c-rp-mo-br100', 'Great staff and easy to find/park location. My esthetician was knowledgeable and friendly and made me feel extremely welcome and comfortable. My service was pleasant and left my skin with the results I came in hoping for. I got a hydra facial with dermaplaning and a full body red light therapy. Amazing work Nina! Will be back for maintenance and other treatments.', 5.0, NULL, '2026-03-07', 'Ci9DQUlRQUNvZENodHljRjlvT2xsVlJXTk5UMDFJT0ZaTk56VlNTRnBEUlRjelkzYxAB', ''),
(5, 0, 'Cristiana Ammonernst', 'https://lh3.googleusercontent.com/a/ACg8ocLpD_CoMRxXuLqHaHCgdI57BJR3jCDybYiKuIlGqZUdxeE5uA=s64-c-rp-mo-br100', 'Had a wonderful Deluxe Hydrafacial performed by Nina.  She did a great job at explaining what was being completed at each step along the procedure. Addressed my problem areas and provided recommendations. Left with skin feeling very clean and hydrated; hours later and still looking refreshed and hydrated. A very pleasant and relaxing experience.\nHighly recommend Nina and Genesis Wellness &amp; Aesthetics.  I’ll be back soon to get additional services.', 5.0, NULL, '2026-02-27', 'Ci9DQUlRQUNvZENodHljRjlvT2s5U1NVeDBaRTg0WWpGM1NHZGZVUzFwYm1oWVoyYxAB', ''),
(6, 0, 'Tannu Jiwnani', 'https://lh3.googleusercontent.com/a-/ALV-UjW8kgOI9x4Ly5BgiS6rrFy3eDSmLYVA7VYDJKeDn9mqgpLObdflTQ=s64-c-rp-mo-br100', 'have been going to Genesis Wellness and Aesthetics for about five years now, and I cannot recommend them enough. From day one, the team has been professional, knowledgeable, and genuinely caring. They take the time to understand your goals and never push treatments that are unnecessary. Everything feels personalized and thoughtfully done.\n\nWhat I appreciate most is the consistency. The quality of service has remained exceptional over the years. The environment is always clean, welcoming, and calming, and I always leave feeling confident and refreshed. They focus on natural, balanced results rather than overdoing anything, which is very important to me.', 5.0, NULL, '2026-02-25', 'Ci9DQUlRQUNvZENodHljRjlvT2xsTFdrcHZNM1pOYW5CZlFWbFhWamxyYUhBelMyYxAB', 'Hello Tannu, We appreciate you taking the time to provide your positive experiences and your longterm trust/loyalty. We love to serve patients like yourself and always look forward to working with you. Thank you, Grace Lee, Owner/Medical Director'),
(7, 0, 'sopalla d', 'https://lh3.googleusercontent.com/a-/ALV-UjXvx5idVhSK73WGPiipiRHYmUiYTfd7Lf3YFofRUV2zS9hyRU7e=s64-c-rp-mo-ba3-br100', 'I had a facial done by Nina! She did an amazing job! My skin is glowing and the products they used were exceptional. Nina gave me some great recommendations and I\'m happy with the products I purchased.  The whole experience was heavenly and I was so impressed with Nina! I highly recommend.  I am already booked for another facial!!', 5.0, NULL, '2026-02-19', 'Ci9DQUlRQUNvZENodHljRjlvT2pFMWNHTkhWVUZJYWs1UmRITjFhbmMxYm1RNFZIYxAB', 'Hello Sopalla, Thank you for your positive feedback with our aesthetician, Nina! We look forward to seeing you again soon. Thank you, Grace Lee, Owner/Medical Director'),
(8, 0, 'Jaskaran Kaur', 'https://lh3.googleusercontent.com/a-/ALV-UjV9eTxBZUbG8lBq4iiwwSek10dpHgHMX150Rb8LNVpyK6IYuJFq5A=s64-c-rp-mo-br100', 'I booked a Signature HydraFacial with dermaplaning and was very disappointed. The entire service was completed in about 35 minutes, followed by 10 mins of LED light.\n\nThe dermaplaning was rushed and ineffective — I still have fine hairs on my face. There was no facial or lymphatic massage, very little time spent on extractions.\n\nFor the price paid, I expected a relaxing, thorough experience consistent with a HydraFacial — not a quick, mechanical treatment. It did not feel premium or worth the cost.\n\nUnfortunately, this was a waste of money for me. I would not recommend this.\n\nUpdate:\nWhile the overall time at the medspa may have exceeded 1 hour, the actual hands-on HydraFacial and dermaplaning treatment was under 35 minutes. The remaining time consisted of wait time, LED light and other non treatment portions of the visit. My review reflects the duration of the active treatment.', 1.0, NULL, '2026-02-04', 'Ci9DQUlRQUNvZENodHljRjlvT21WclRqaEdPVFoyTTNWclpFWmxTeTA0YlZOZkxWRRAB', 'Thank you for taking the time to share your feedback. We value the opportunity to clarify and are always committed to providing transparent, high-quality care. For accuracy, our appointment records reflect that your visit exceeded one hour in total duration, which differs from the timeline noted in your review. A Signature HydraFacial is a clinical, results-focused treatment rather than a massage-based or relaxation facial. For clients seeking a more massage-oriented experience, our custom facials are often a better fit, and we are always happy to guide patients toward the service that best matches their goals. Dermaplaning is a professional exfoliation treatment intended to remove dead skin cells and surface debris. While it may reduce the appearance of fine vellus hair, it is not designed as a dedicated hair-removal service, and complete removal of all fine hair is not a clinical expectation. All of our full-body red light therapy sessions are standardized at 15 minutes. We have made multiple attempts to reach out privately to better understand your concerns and have not yet received a response. If you would like to continue the conversation, we welcome you to contact us directly at 253-600-1600 or scheduling@genesiswa.com, so we can address your concerns appropriately. Thank you, Grace Lee, Medical Director/Owner'),
(9, 0, 'Michelle Spore', 'https://lh3.googleusercontent.com/a-/ALV-UjXjnHJVIMVUPdfLu1KbTwsCibkW0IjerZ88szR9ylKoCbiMjuI=s64-c-rp-mo-br100', 'I can’t say enough good things about Genesis Wellness &amp; Aesthetics. From the moment you walk in, the front desk team is welcoming, friendly, and genuinely attentive—it sets the tone right away.\n\nAnastasia and Nina are amazing estheticians. They are knowledgeable, thoughtful, and truly take the time to listen, explain, and tailor treatments to what you actually need. You never feel rushed or upsold—just very well cared for.\n\nGrace, the owner, clearly knows what she’s doing. She strikes that perfect balance of being highly professional while also warm and approachable. It’s obvious she’s built a team and a space with intention and expertise.\n\nIf you’re looking for a place where you feel comfortable, supported, and confident you’re in skilled hands, this is it. Highly recommend.', 5.0, NULL, '2026-02-01', 'Ci9DQUlRQUNvZENodHljRjlvT21KUE5XUkxRMVZGV1dwdGJtSkVSWHB1YURCbFVrRRAB', 'Hello Michelle, Thank you for the thoughtful review. We are so happy you have had consistently positive experiences with our providers. We look forward to seeing you again soon. Thank you, Grace Lee, Owner/Medical Director'),
(10, 0, 'Irma Evelia Arenas Badillo', 'https://lh3.googleusercontent.com/a/ACg8ocIhls4qfMbD-F3hmXGUf0MVlzf8rhaJrh07z1OwhF2uNAAoauM=s64-c-rp-mo-br100', NULL, 5.0, NULL, '2026-01-18', 'Ci9DQUlRQUNvZENodHljRjlvT2tOamNqWnBaVkpKYVhoTk5qVkJia2t5Y2xONk9HYxAB', 'Thank you for taking the time to provide your positive review. We look forward to seeing you again soon! Thank you, Grace Lee, Owner/Medical Director');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_trustindex_google_views`
--

CREATE TABLE `wp_393a933460_trustindex_google_views` (
  `date` date NOT NULL,
  `viewed` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_393a933460_trustindex_google_views`
--

INSERT INTO `wp_393a933460_trustindex_google_views` (`date`, `viewed`) VALUES
('2025-09-01', 36),
('2025-09-02', 193),
('2025-09-03', 141),
('2025-09-04', 138),
('2025-09-05', 251),
('2025-09-06', 241),
('2025-09-07', 105),
('2025-09-08', 207),
('2025-09-09', 255),
('2025-09-10', 200),
('2025-09-11', 177),
('2025-09-12', 230),
('2025-09-13', 244),
('2025-09-14', 198),
('2025-09-15', 219),
('2025-09-16', 312),
('2025-09-17', 283),
('2025-09-18', 673),
('2025-09-19', 386),
('2025-09-20', 210),
('2025-09-21', 140),
('2025-09-22', 229),
('2025-09-23', 267),
('2025-09-24', 163),
('2025-09-25', 327),
('2025-09-26', 273),
('2025-09-27', 229),
('2025-09-28', 117),
('2025-09-29', 191),
('2025-09-30', 314),
('2025-10-01', 160),
('2025-10-02', 231),
('2025-10-03', 135),
('2025-10-04', 210),
('2025-10-05', 162),
('2025-10-06', 228),
('2025-10-07', 281),
('2025-10-08', 162),
('2025-10-09', 206),
('2025-10-10', 269),
('2025-10-11', 232),
('2025-10-12', 194),
('2025-10-13', 98),
('2025-10-14', 191),
('2025-10-15', 145),
('2025-10-16', 134),
('2025-10-17', 1937),
('2025-10-18', 200),
('2025-10-19', 118),
('2025-10-20', 171),
('2025-10-21', 199),
('2025-10-22', 166),
('2025-10-23', 249),
('2025-10-24', 189),
('2025-10-25', 202),
('2025-10-26', 78),
('2025-10-27', 161),
('2025-10-28', 301),
('2025-10-29', 257),
('2025-10-30', 215),
('2025-10-31', 271),
('2025-11-01', 190),
('2025-11-02', 197),
('2025-11-03', 202),
('2025-11-04', 203),
('2025-11-05', 173),
('2025-11-06', 217),
('2025-11-07', 142),
('2025-11-08', 115),
('2025-11-09', 97),
('2025-11-10', 184),
('2025-11-11', 238),
('2025-11-12', 239),
('2025-11-13', 172),
('2025-11-14', 182),
('2025-11-15', 95),
('2025-11-16', 110),
('2025-11-17', 145),
('2025-11-18', 201),
('2025-11-19', 124),
('2025-11-20', 169),
('2025-11-21', 241),
('2025-11-22', 97),
('2025-11-23', 159),
('2025-11-24', 119),
('2025-11-25', 127),
('2025-11-26', 99),
('2025-11-27', 148),
('2025-11-28', 124),
('2025-11-29', 185),
('2025-11-30', 220),
('2025-12-01', 127),
('2025-12-02', 220),
('2025-12-03', 236),
('2025-12-04', 256),
('2025-12-05', 172),
('2025-12-06', 100),
('2025-12-07', 101),
('2025-12-08', 158),
('2025-12-09', 190),
('2025-12-10', 143),
('2025-12-11', 202),
('2025-12-12', 286),
('2025-12-13', 171),
('2025-12-14', 278),
('2025-12-15', 206),
('2025-12-16', 339),
('2025-12-17', 273),
('2025-12-18', 305),
('2025-12-19', 282),
('2025-12-20', 141),
('2025-12-21', 112),
('2025-12-22', 204),
('2025-12-23', 201),
('2025-12-24', 179),
('2025-12-25', 348),
('2025-12-26', 143),
('2025-12-27', 140),
('2025-12-28', 181),
('2025-12-29', 138),
('2025-12-30', 165),
('2025-12-31', 297),
('2026-01-01', 163),
('2026-01-02', 200),
('2026-01-03', 186),
('2026-01-04', 163),
('2026-01-05', 156),
('2026-01-06', 209),
('2026-01-07', 248),
('2026-01-08', 190),
('2026-01-09', 319),
('2026-01-10', 159),
('2026-01-11', 164),
('2026-01-12', 180),
('2026-01-13', 163),
('2026-01-14', 176),
('2026-01-15', 292),
('2026-01-16', 240),
('2026-01-17', 667),
('2026-01-18', 377),
('2026-01-19', 579),
('2026-01-20', 311),
('2026-01-21', 322),
('2026-01-22', 404),
('2026-01-23', 243),
('2026-01-24', 153),
('2026-01-25', 153),
('2026-01-26', 201),
('2026-01-27', 325),
('2026-01-28', 499),
('2026-01-29', 480),
('2026-01-30', 308),
('2026-01-31', 358),
('2026-02-01', 203),
('2026-02-02', 564),
('2026-02-03', 658),
('2026-02-04', 337),
('2026-02-05', 298),
('2026-02-06', 391),
('2026-02-07', 233),
('2026-02-08', 279),
('2026-02-09', 250),
('2026-02-10', 231),
('2026-02-11', 378),
('2026-02-12', 310),
('2026-02-13', 278),
('2026-02-14', 202),
('2026-02-15', 261),
('2026-02-16', 384),
('2026-02-17', 412),
('2026-02-18', 361),
('2026-02-19', 287),
('2026-02-20', 334),
('2026-02-21', 268),
('2026-02-22', 192),
('2026-02-23', 381),
('2026-02-24', 317),
('2026-02-25', 211),
('2026-02-26', 223),
('2026-02-27', 324),
('2026-02-28', 198),
('2026-03-01', 194),
('2026-03-02', 223),
('2026-03-03', 597),
('2026-03-04', 334),
('2026-03-05', 317),
('2026-03-06', 308),
('2026-03-07', 170),
('2026-03-08', 184),
('2026-03-09', 276),
('2026-03-10', 292),
('2026-03-11', 364),
('2026-03-12', 382),
('2026-03-13', 374),
('2026-03-14', 189),
('2026-03-15', 170),
('2026-03-16', 223),
('2026-03-17', 456),
('2026-03-18', 427),
('2026-03-19', 417),
('2026-03-20', 275),
('2026-03-21', 276),
('2026-03-22', 187),
('2026-03-23', 311),
('2026-03-24', 343),
('2026-03-25', 357),
('2026-03-26', 293),
('2026-03-27', 283),
('2026-03-28', 253),
('2026-03-29', 164),
('2026-03-30', 306),
('2026-03-31', 354),
('2026-04-01', 382),
('2026-04-02', 321),
('2026-04-03', 323),
('2026-04-04', 132),
('2026-04-05', 193),
('2026-04-06', 161),
('2026-04-07', 160),
('2026-04-08', 202),
('2026-04-09', 235),
('2026-04-10', 116),
('2026-04-11', 131),
('2026-04-12', 108),
('2026-04-13', 208),
('2026-04-14', 269),
('2026-04-15', 250),
('2026-04-16', 165),
('2026-04-17', 194),
('2026-04-18', 78),
('2026-04-19', 196),
('2026-04-20', 188),
('2026-04-21', 242),
('2026-04-22', 199),
('2026-04-23', 231),
('2026-04-24', 416),
('2026-04-25', 312),
('2026-04-26', 167),
('2026-04-27', 148),
('2026-04-28', 303),
('2026-04-29', 193),
('2026-04-30', 162),
('2026-05-01', 254),
('2026-05-02', 102),
('2026-05-03', 183),
('2026-05-04', 128),
('2026-05-05', 224),
('2026-05-06', 177),
('2026-05-17', 61),
('2026-05-18', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_usermeta`
--

CREATE TABLE `wp_393a933460_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_usermeta`
--

INSERT INTO `wp_393a933460_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'web-admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_393a933460_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_393a933460_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"e5c21444315a5172e37886110c5dd750daf640012cd7120b2328bbc7240c1bb2\";a:4:{s:10:\"expiration\";i:1779190969;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1779018169;}s:64:\"d8701912bc19f1baf3df1dece267a19b12bf0270a4780a49d0ead8a449e3b363\";a:4:{s:10:\"expiration\";i:1779197208;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1779024408;}s:64:\"21d6fbfcb717f6b55a185e2bf78760acd851ef7edb2cd8e006fc16d1ca1e13eb\";a:4:{s:10:\"expiration\";i:1779199182;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1779026382;}}'),
(17, 1, 'wp_393a933460_dashboard_quick_press_last_post_id', '5536'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.120.96.0\";}'),
(19, 1, 'wp_393a933460_elementor_connect_common_data', 'a:0:{}'),
(20, 1, 'wp_393a933460_user-settings', 'libraryContent=browse&editor=tinymce'),
(21, 1, 'wp_393a933460_user-settings-time', '1768664623'),
(22, 1, 'elementor_introduction', 'a:5:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:14:\"ai_get_started\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;s:27:\"e-editor-one-notice-pointer\";b:1;}'),
(23, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:15:\"title-attribute\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(25, 1, 'nav_menu_recently_edited', '17'),
(27, 1, 'sbi_onboarding', 's:40:\"a:1:{s:10:\"customizer\";s:9:\"dismissed\";}\";'),
(28, 1, 'elementor_dismissed_editor_notices', 'a:2:{i:0;s:20:\"image_optimizer_hint\";i:1;s:19:\"ally_heading_notice\";}'),
(29, 1, '_elementor_structure_popup_dismissed', '1'),
(31, 1, '_yoast_wpseo_introductions', 'a:1:{s:29:\"ai-brand-insights-post-launch\";a:2:{s:7:\"is_seen\";b:0;s:7:\"seen_on\";i:0;}}'),
(32, 1, '_yoast_wpseo_profile_updated', '1768819876'),
(45, 1, 'elementor_admin_notices', 'a:2:{s:30:\"tracker_last_update_2025-07-07\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:20:\"experiment_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),
(52, 1, 'wp_393a933460_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:287:\"<p>Because of a change in your home URL setting, some of your SEO data needs to be reprocessed. We estimate this will take less than a minute.</p><a class=\"button\" href=\"http://mrarif.me/genesiswa/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:11:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;s:13:\"resolve_nonce\";s:0:\"\";}}i:1;a:2:{s:7:\"message\";s:456:\"Your recent posts are using default SEO titles and meta descriptions, which can make them easy to overlook in search results. Update them for better visibility or <a href=\"https://yoa.st/ai-generate-alert-free/?php_version=8.3&#038;platform=wordpress&#038;platform_version=6.9.4&#038;software=free&#038;software_version=27.6&#038;days_active=118&#038;user_language=en_US\" target=\"_blank\">try <strong>Yoast AI Generate</strong> for free to do it faster.</a>\";s:7:\"options\";a:11:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:22:\"wpseo-default-seo-data\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;s:13:\"resolve_nonce\";s:0:\"\";}}}'),
(53, 1, 'elementor_one_editor_update_notification_shown_nonce', 'eda67e489c'),
(54, 1, 'sbtt_ignore_new_user_sale_notice', 'always'),
(55, 1, 'wfls-last-login', '1779026383');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_users`
--

CREATE TABLE `wp_393a933460_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_users`
--

INSERT INTO `wp_393a933460_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'web-admin', '$wp$2y$10$wmfGY8rixZ0RNLi.J/VPc.2h8X9DCkT4qb6h3cvGVks2NTKoot.hm', 'web-admin', 'arifwebsols@gmail.com', 'https://genesiswa.com', '2025-01-28 18:14:41', '', 0, 'web-admin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfauditevents`
--

CREATE TABLE `wp_393a933460_wfauditevents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `request_id` bigint(20) UNSIGNED NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfblockediplog`
--

CREATE TABLE `wp_393a933460_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `unixday` int(10) UNSIGNED NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfblocks7`
--

CREATE TABLE `wp_393a933460_wfblocks7` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT 0,
  `blockedHits` int(10) UNSIGNED DEFAULT 0,
  `expiration` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfconfig`
--

CREATE TABLE `wp_393a933460_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfconfig`
--

INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('activatingIP', 0x34352e3132302e39362e3231, 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('addCacheComment', 0x30, 'yes'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('alertEmails', 0x61726966776562736f6c7340676d61696c2e636f6d, 'yes'),
('alertFreqTrack', 0x613a313a7b693a32393635303433393b693a313b7d, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_update', 0x30, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alert_maxHourly', 0x35, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('allScansScheduled', 0x613a323a7b693a303b613a323a7b733a393a2274696d657374616d70223b693a313737393231323639363b733a343a2261726773223b613a313a7b693a303b693a313737393231323639363b7d7d693a313b613a323a7b733a393a2274696d657374616d70223b693a313737393437313839363b733a343a2261726773223b613a313a7b693a303b693a313737393437313839363b7d7d7d, 'yes'),
('apiKey', 0x3766353361363664393761306566353837646632613632346232303130356361343761303035633063663237633037383863336661336435656363643438313262346534376565356435343532633765323136373863326139643236386462363337313164396661313565336438346631303437643139313738653266386139, 'yes'),
('auditLogMode', 0x64656661756c74, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('autoUpdate', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('bannedURLs', '', 'yes'),
('blockCustomText', '', 'yes'),
('blockedTime', 0x333030, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('cbl_cookieVal', 0x36613039616661653434613435, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('config720Migration', 0x31, 'yes');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b080000000000000a002180de7f613a323a7b733a343a2268617368223b733a36343a2230333739383537656335643438333630613736336235666261616632613134636561326461633264313138323836316634326532383163356139326361353662223b733a363a22686173686573223b733a3230323638383a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90022d2ec5365d77ba836c6f3c055c92d74582fa112cb881fb3989bcf7c1e0c7c0028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f940002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef0034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583005be865b699ae8a4cd22db44fdbc0769e0ac3b6d603edec720d8bab4defcbbc005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008142c550a9f17d12654718759118f036c4e2cdd7d8a06b6f8cee1aadff43e3008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af00add2fb76a9659048f1b820ae3fcb16a95402f2029730309789aeb463dc88a800b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700cbbc6fa625a7facc3fb9e64e578dd7c1c78f4e7b8ddbf56a0097d244bf391300d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e591110780109b762813fc73d6946c846c292ce53862b0181760154674cc36d932e3542e3011c457b56ac0caba9c1b55c2c535373a14b3dfaa91a772eb57ad65b038bf73b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890130acd6cd7344eac3d33b9bd050e23d8f279f9332e409991b13f8004466b2fd01329d0a2358492ca507d8ad55defa346c12630bf8b6882b4eab1a76ec19588301562a74d900aac16e8382afe1925e4605113170c7629dbc08fa4eb9f10af8f90161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc0168b02601bbbc5f50413029df14a7b13b3a6059bf0649c2615dd516ebac9cc6017173429b44f578b667f08b0e728350ebd57bca2fd52a3191239ebf63ed4eb90181e7bc3e062daee6abd36b8a0482456e83591fc280e7ad4d4091b03f6c1b0301853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701b84427e627924bcb9e4192bce4c4e69e0d987f1394a79337172e000b71fea101e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f01fd199d78bf781d85aa5f86dbcc8ebab813da64e39fa2e8fc6056bee02a08750201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf020a43d52169ebefd9ac1375a1eb2f457f74aa548cff9232ace20ca4938e5ce5020a5ee923854158d64dddf56804e82f22d0a873d238491cb5f22fc40f625c1f020be1b323f64c90260c249d46ceaa4b23d21422a86018d48886944d439b57640224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5022e7d0fcaecc0fae510e232b9d767cbb286a72b9467af0e74aa5f792ee8fec902352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f10238bebcfebd521b50ada5e9e84168033eea02fd6c4db03b79e1e9f936c64ab5023df5064eab42cad95da219fed4753984cb610c99b6db2bb53835352398d6700250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a5029cb3498274f443feb82a63c786843e4c34d36e135519707ffa8e00d3c3770a02a096cb92e6c0698759b749c3bfa0499569e8bd7ebd413a059c20305a1df41a02a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402a8911e029ac22a20e2bfd2a307fac28e85be072e90e3222aa8fa15cf9eaa0a02ab669fbb53d3f70cc96f027deb89cc5f87ed953a99d2d784384e2e45fba1ae02ad5fcfed76a1080c9ec6cb2f780ee4308728bed86c4c7f5bec7e7942d441e502af53e875f1c1b42f7b52c8c4c05c82c9f065d20fb22d78e346dfda682145da02b33108dd1583c9c2ed7e384af517f9da63d93ca71146687d85fd81a054638802b6f897ad6d0b93a6c9e63c611b863846c805272d992ae68c30b9b5c810c49a02daf94f10d92670b0d5023cf3f7ed3679f2feec66cdf0cf5650158253428aa902de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02f87fbd5e1e8feece096e74ba22563813c14d40f548d89f0f5114f7af5b532402fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003030e5dd6edd11b6f548a3143a1999de06d3abf439789bc5573a77241c5a2cf89030f54f226f2ba9031df52f19a3f73e5df2eaeecdf09367fecf3ba7cba1a3394030fe0effe7e6407e62fa08072c60e98e16d1c4631166a538846680186c91d04031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a75502403294fc6791ae56760e94af8f5b2a40da835f86e905db653d5cc93a8c42674fd032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b0032d96700663f65bf867be50a0b548b36ce511f5173a6503cb2b3706d9c619fa03309d97cdc60cf96fcdc264b4cfb56fb5071a3f691fc83c388d9c97eb148e5803315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb9640336948c06edf023b1526cc218ceb9d88233ebdf252ba4b3604856e606ae4f970348c9b5215462c7386e3bd6482fab4ac9c9fc2330342c9280f72403d17cc4f503569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d6037115c635ea1dd8ebbed13cfc0e710f2084d75aa18853a6960a55a15224b3b4037c172d957b857052cdcf313919bd020742ab62e0250bef41e12ea46a0cff380389a1c9899ee4acd8be014351775c0c6865b0e5971ae2766cebeb3b39f88e09039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b403c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac8103cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e0cb02fbcbf6244359bf93ce374db2842faf208528f4d6823b0617267d3c2603e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a03f2ca0f12e2d64c521bb264b3b3b818a5ba801bc0467fb940cdca796fe846190405580f05d2cc2e312e778a700fb79c900d2bfb17608c9c6274db1bfb5063810409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae040fa7670c636cac8b50da4a110f3b2fe176a27758b0f656efabff2f5d57ec7a0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa130802604233e7cf886417c463e34b4ab4103e7ce0d7f65263a22ea15ba0b5677653f21042a4ff3ec8a08e364dc28b1dbef2c85c4bd4f9906a81d96867629ffa269245e043ab062d054e4502593403180908b1b1db40d8dc61a842c57f66cdebff58652044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa10460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d004714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd2049df7fc68963034d18170980a6f402a198afc478fcc5b9a4fc94a502cede86a04b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a04f719d9163ed55245897674496bbd5807b965ad5df032080a84dd745b9141d0050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa3050e77a38dcff942aee5fdd43bd824ce9ce370f54d76e1a8de1e16b9538562e30518c5eec2ac7288750e42abcf668bf2a86160eb4be04f2b2d109983b1143a1d051db4af762679198eb0d8ef33d3252cd750ce41a091bb3d85a25b2452249aea051e2dcb5a86d869812715f37553113ce138b721ccc7fc36829b7056a1dd93d0051fd0da71a17da6fc9f497d6eaa2d899b9dad7f921c7b5d738fcf4e1e2d6ff5053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16053b64d42fddd083769519fd1d6c3c70040c6581310479d259726a0eba904c8b0541f5a022167d9049d40aae267bd0f8dcf86d634b319dd241beb35143f5cc57054388ea6d16bcb9d3fb8f6369e35fc1761293e1e70b0b66e7fdbe83dacc3c2a054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e054f9a46736f4b4c2a08d5280ad66207e26086664e58837353d49a865c53a15d05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b53056d22fed88b293be61ff4e5d3a6c6980c84b9ebd4f77f181a4cbf9c5f3be9ef05797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee0594895897fbb8d46563324285935a8a0951f30b196abb68cf15213e2693fec605b21142946bcd46de7e48766377dd54ca691a05897d0becb2323b4073e9c11105b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f539637505cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e666f7af8b6021e76824b682ee7c7a4162edf30b40f5594f3982f65c4fb0da05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f1b9caf1502b9e3ef6d9815b070e21a5b5fe97ce3a3f8c2df7250f98c6362e05f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b061feb8c69440fce0b57be11ea3a664cc37701b802fd95e0e9205d8dfd838b580629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b0688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d069c5a2539e7275aea0e592abda049f0371cb8b00343f9d47cfe41c2896fd8d9069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806c6a6a44c0eec58c6192db097b05139ef3dd2edb68ea7b74207dd791f2f3f5a06cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306d6e32ee2196b54210608c882f73d0134a0dcc29528fc531550591d421a64be06d7d4e464495809019103d5780809e3bfd3969e0aeb9f8c0275b8d441b7f5ef06f12cc75b2ddc676b41275936bc6cc14d7fb4ad8e6e16273d984b90f1e8ae6406f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e06f3a67a02f3a27ce0eefde2e59e9d08f7e6129d2b1957c6a3dc5646885994d706fe0a2ba2126624cc98c2b8adf6eadb81ed2811e18d90c71e0882380329f684070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f30743d6272674eed4d393e4f18b267da40201ea64ff3db3fca02087416db39c6c074b50f18b1478112a0fa190df9900bad44c4ba97d8f66f345d98ba6b9941b2207538371b9419d32239e8583ada3bea4391fc9fcec73378a6b31acb10395dbc7076a4c38c7108c49c3fe388e753da8227ad57e76d743a4b1a509c31faf24dbcc077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500788ad59f6885359a54f4f63133174ea6a7852b4c919a454891cc0a908fa42f20792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c07e9572cc0ddc72358a4e0a1e8b0ffdd147ae7d715f5c14e5ab06c2b31032faa08098a83363c9d22406fd098bbe95bd4000f693438eaad811fcec84bac15e7ae08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f1508200fd59c22eeac7bebb7b6534d4db474f6590ff524b127e118d63977945d300822c3cc3aa2081a2b8fdaa2bb87366179ab99df0839f3e66c9906b7930b5d680826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e60845a76121f85aa5fd8d1171130dacec20e9a43c67a4c278586785f54000269408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef64064085feb2ebd54b3d99f159b223a13675dbbdb064ca1850cb99e0f6d9ad90f7f38089ec4f16bdfb5253c8997e27a2473512760b791eb21d4a49113c04c45875d5708b313387635dff1e4f8c97b6c32fce3689ae826afe267950903a0dbe6f660eb08c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108d839b402317b7ce9f63be90a241f796ec89a9268154d8b45d4d13a7a9fdcfc08e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808e73c1a2e082e1cfddc55d12c66daba8ed44e07d50355d57186785655125df008ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d0924e12b6a4765dd782871603da518f00bec3fc1f4f84ca37a7f733e90e1479d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c9092ebfbaf0e828a2aa0b6406191b47050d6252964d2fc5c6a77800e5df65a17609304670c04d4701eb44a818d27352ef7ba045cec2e640c54dda8257b41d88ad093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c0960e628b08cd609ae8b9c5eae364e89208070893500680a4dfe68ec918232c30967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609c32cbad4354b56c5a5bbb0dbabd41ad0d3636acfa335d4ff856a87a310a96b09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb409e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a10a82949fe67b7a9d820b1bff05b97b3c10ac1ccbee2fbcd2bf3bfbfc6038a0a12e20ec31ed4565922d7b30e121008e85cbae85892403b743c48ead5fbfd5c0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a235c981de92cc12df62daa1c2a174e09568ad3bb8f2be4d23a46e720d3b88b0a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a31563c1557130fb86bf64ecab95fef5135de7e0893c2bc8eb887e0e9584de80a36c212a96b35ce35015dabbf9c8e3872f22b983efb5c1037fa7acc6b2e908b0a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c0a50310d8d5a554a4d6ffaec0a5400e9c81709ec3ee740bf103a9f97a345e5310a6cb2c212d8a2d273f64c09df1f566e7228f2f0c222aee262a003995ec5a7d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab874a4455c47840ddff59199676434906546602b9568ee4b294354b05747ff0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180afa876c185227e5ab690bd7414ebb43acccd1ba71119f2c634d755f29ffe90d0afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b30b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b0de0f1b945d2eb416860e7d8c5827f4161a133af95032954add30e553fa89b0b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b4b99162edc63ad7e9df5aee10bfccee05b02082627cccc31ed53f153ffccdb0b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5614711292513153c22f6353285555b9c4b47ce71e7b22d7b3fe1d4e8779320b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b68d81a0eee55bdc31ea65f0d5be2159aaf0ed4cd3a45b388760e81627bb9f00b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c0b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b8b8e77694ed4a605237f96b8e6c00888d3acf6a2ed9763f57d43b292d69b220b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bbcc08240ed4f7b1437db311ec37dc66ec0ad370760fcc882a957f9a93cc4e50bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0bef11c72c84778191a52b4933702fd21972be220f211dd10e5e9f49a99db0cd0bf2cf03f956d5107543121eba7e44f0f278127555c0fbc914a6c95a9e39790e0bf854a913664c6f267142f8c1ad70e265a0d13ac50f2dbb0d793152e07e9e710bfdc07accb9c63deae48680ca306a32a1340a3a87b257936e8ffea8945c43320c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c2f1a8e74f9a4c0ca5ab9345e1d404da1428192032950b952f1fd12b85b2c460c2fc39d25329173aed45ac84f09d0d76015f49bf4fc0c49397aa0a25aba1d0e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c33217859ff3f32b53de5ec5e26c9ab04463c4ecbc5cf6f05334c8f8e8684d90c5eba9b7cc3eb32eeb6a50ebd5a5763e674a0aeef56a2cbc190b4d2b07a986f0c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6ae934abf9997bb79caa9f6799349e4ff28ad75c4da28cb496bef8b0db1e210c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c70fa568cc44e9587d2dd65a29e989bcc1c421f03c0e219dde0b047213ba2e60c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f770450c9ae26ae7128cf9829c6263c7e8cb3981d1d872410ce9ec268e6a2ac9667ef70c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50c9f191563b46d9b88f6292861f58068d83ce681d204889da2a0fd3c989a451f0cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790caf4b76c06b35756b9dfaab9412f55913b75c2f494bc6c3a52945cc6a8c998b0cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70ccf114e6b9c914e3d2095ed5d98d9a4122e8ebba31f328c6e4b08faf4d6e1690cd299b0393a929cda0e8f0f454ff18f5fe951d6ae3ff66bc61b2d0ce08ede680cd45fc84abd2eded926748f38f6266d4b582bcd43b7c6860a21913b5b026f560cdf536d0728c5b331974f5a7dc46d325f8f370131ee5d538b16a40809c778820cf6ee70b620bd634f546ed5e8626050cbb4439a7a63faf9cbdcd662ac62f14c0cf7dd9f75f313d912a1a3a5b7e803b39589a912a195835dce1e3ef773d04f7b0cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0d100577f8a6987624967bbd4589012b43fa10fe6eb60b50cd0643c131773fe00d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c300d2969729a9a2cb8e528a6eb552cf5e63de64fc369aaab415484546321a6f0130d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d5d98456943fc147645c28246f384997bb7f479447caaef9d9b4a180f5099660d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d84471fb6cfba093cf17db2d6a2426513445a2c6dbe2a68aa76d02f570742c80d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d93a91ef143a1bfeca4a228c86cdcb66ddd883ced85bda2b4c512935adae7c80d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80d948e4090eb0628f8981de1547c16e1b7484016850d9e784a9a9318dfb0b94b0da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10da0edfb6295c5eaf4d5dbbf5f5ff9e8b0d2048b8a6125c92c8c9edf8d6790080daad74d9e273742208e4d8fbb0766b550d14cca424b6f1a2153f34ac2c2ba790db054fcf240d5f06851cd1281cb464ddbf0a08fc01d5dba838296f99529a7b30dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd56d16c36835152b9db95365390eda3144bc5dd4185a855ff15f953f3455a30dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0df48acfde5a020432612c254eea1990b98c84799915752bcaf196f55385c3b50df6721f601ebd915d2792ac5d692e8fe134b2e239ed56310a0fa41d774f51070e00ccecbb401b3a1e0c834743d11629cca68ef67c753920e85a3c50723f73320e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e5b100bef0ad7a71a5a0d0ab2c282d8f1642ea4ab6a6914bd0121f6af81e3210e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e6b9235bf17f7171045407917eb57f967df082792c929328cbed406591c5fbc0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e88944e6742a0c17f12adee3773dd7cf439538589d2080212922d4cb7140cd10e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0e9926202a06874b8c0eb650888d4b4e87f61f2cef8f84350e9c15df8d5939210ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0eab82527d054bfc9ea618a276591ccd0f3373d7e5c89398d3a81c0d4e8507910ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec858d9fcf084428eb152071b9d907bcab112b8b8e6f619664a2e70ae0254260ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ee3fd3a150cd686598139afc611f46e88fa77244ac764cbd42324350da6cd010ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a135434120f13dd3da8dbce5314682bf1f394be6a4ba1a3f3dd216f3a5b72b3fd05ce680c0f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f3767791aa4a05d014ffdae59a45480ad17f3c162ae501ec79ae6988188fa110f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f57597e1d9f52881a892bdc7de2ce037d475a153a2c369c87a48ccb9567cfb20f672e5952582cc05712166e8afd00fa99e7c56fb499e51a1c20d1c393d8723b0f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f77cbe2d148cf0e1cbdcceb05bd5e4e89f6e8263815ff48759148f39c2cb2390f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f98826d174d2fe765446b4758c15934b2d18e6835c1397271ef6a32cf5eba300f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb08d3a101bc25962cfaadcfb816c9961186a266457f938694b9173e09d35070fb511095dd4dd3fbf213271aed107d8bb7b173fc9f38ec04497c46ff6206eee0fbb4f3d9a8ec8c52b16cbc167d81c6fb4597118a8617cde0a6ba8334ca723990fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fdf67828c50874c2faf284ff5c829d447992ee71fb5054784a88d856ea384450fe322ea974cce875f0205204fb56be02bffd30f7056356d0a2feb8298dffed00fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770ff2e4c4e08623cbf23f7a250f44309fca93069a7f128d38bade29c79e98b1190ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad030fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f010286aa93e068a067420193870190792eed039ba314434bf16a4bea8d12aa684102c533951369cfd49abdb8d0c96df02499affbcde275b227c60421245c426e8102ec4e628a0761353a6f3a8dcff6bfc4c556526c76d9c4b462e78512d4abf03103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d10421817b6a9ec7896dbb3c178a6140c911905789544c55442de28fb44c9c626104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106854560a69d08e24bd16a2a23e2c030838ead234c5dc2e851a5d3782d42357106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e1090619dae5560dfe052d4665972b3ebb7eb776844cc153343a0cc4a159d7b62109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c1a32d2933d90e817c94c50a074b260650d1c2173faf2dbe1b5b581604c35b10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10d66ab1e29550d15c246caf02f3cdcb33244991f4a820694a62e18a8e91ad3310dbcb94407e84abd965899a0ff7bf9d0ebe2d7de63043879496a6d3b897900710e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a10f275ea4630427fbafc948e1f9f7c8fd39d9ceef5dd6cacf8e192577ab39636111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c57112d939ddc35730970efe5d146d15dbdeeead6da577a4383100b09dd013bc002113f637d21865c483083461bbc7daa63b6726c314a1e30b9a54ed40c491ef97911455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a11793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411b204a221632b339d629f48f01130d0dbd1d16023a07ffc0bf8001a417ae31311b8202c545babd99bea6d07d39e70c70a42cd033c820dfd0c8e4c2ef545130c11bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11df36de583f48a077c0485374e9e82307dbc04e6d35f8a76b69f384bd8e49f011e6e7b0d5b4386c5546028807ca7b76baad921b292811792ebe511f7e9c7fb011ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80311f10b015bddfa4930bfbfc4d5a128809dc61802442d68140171a604093c0de812208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b12477dda5c037dd220b7a729bfd595ac61c29ef78fc1027556a0a6d48d8e3bcb12482277f811ccc7d5cc4f4129370d268b8f3862b349d204e18c7b62c98f2c571249e9be67bd771bc5a7a57c7c6b44c2c54c18ffa086604282a3f8c1e27e9959124a20df1729fa8883c37f3d613a91de03245d240ba9220e4e8bdf3044f7108712555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb12587ac26ab39c452b2dc2c37d5ef401ab8364f01f2ea71822db18a1be07855c125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b118125f245240dd8e916bbef332cd57f312125fb787bb55be83b3476482fc93abf6126a55d5ca590db3b2dfcf81fb46cb082517ce14f95c82565b7a8cb437b6e2c2126b4f8cc15a50f10f93a7aa0ed1320d5c9cfed27b4e5bb64d3e5f822e3ff7c31270456b4bb74fd7db0e24ca97d50528071f1806937d8af6e2897b2ae3311a0e127062a71febe4964e5a83ee4926011dea392a17cc563f9e46d20a8e9e27d0cd1271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a67811274980c62778dd67e41659e44b2e1f9316b0491f2e7f16e0a6161e55de88afc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae128336f7dea768fd90a5c9fb60f447a7c6f6ac2029550dc93a704b4286ad525f1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312be028e157771776d769c4713d4d4d6c00e5097aeaaba33fcf7980dbfedc7a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d5f71b1e7a866424dd5cbeefee340c0242f774896e35724eaa60d26f231c3612d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f8313130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113440505e2cdc5fd80ec2f84263927ce1e607697558b514175f00d02a1d8621213534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d1379862883fd768bc953c3fc04e879005afd8ca72878eceb927773c610814f1b13925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc139263913d734a3c6b960c3e3ce7296ca6c9b03dd0f838e6c3323e69cb17e2f613a34290ea78f21a73fe4a5e6d55d069ff969a1a75682cf7eff30b80860620a513ac6a0bc0d2c256beee2261d33304912813a29bb8868953bdd444e691b2d59a13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113cb7de2b081fc00d947e40e06c363222a26032f5fd3125f5e370ded83465b9e13d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113e7f576e090bf17abd16be04e0b7583ce395f517c4eea2b4746760ea58daae913fb16157ff28bbc1872fb324c949b30a24c64c103373ed996742e10c2aeb3051415c31018b928ff10dfe09c8db87ec6ed2587c26672d97806bd2036086fc70e1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a14380c5e56c8d31e8bf5b463a77fe4abd9c3c38c3f6f1b73978473fee019c8531439d29e6c068908bb57d9cd38d8c6451c462f19bbf0636e257db584e157f110146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146cfc3a51f3f4c5e0418b0dd537885d3790f7e21cfbd201ea786598711409c4146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f114833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14d213173298dcf54b0ad8621d3d80c74670bd757356fe39b72d9ba72520ac8514e0e0e79a4efad689ce12e509098877321ae5753adff88eb9772ce4f4cd809514f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e3150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e152cda68f222a7b80bc8341c19b9e6f5e7cfa2bd487b028563a7934928b4983e154658fc45678066e458dad83c3471e9b32ee6e0105a36b93414fbc14e60b650154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a157ae9cab579035ec8b99dc2957ef9e6e9ee780fd5aec890aa24fbf96b80627015846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15af1dc165947c44b6e37b9bc53100be3e4e24da292a501f8a3c04ee94fa948b15b86003524ed2a3b6d796fc98d6e6b87af457fa51e869851e4dd748891a568015bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a2915eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e160e6cd1edfa47dfe2b0afe2dbf730bc7563aa54e16e55a708bc1770670606d3162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2164eb7f8e9f99e1a866556d73aba1f93dc89dcf8f303d24ad91e81896f8ad1be1662e548410b7c5537b8fb6ad0acb7a4354c5882df2019f01498446955f1f328166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc1682bb40c0c67b8670a6d80a1a6f198fcfaed5b9e00acd03c4870411d8dd3b16169603d0c6400783fe0f0f17f26229a8aa90e818a954c1b3365a949af5be30b5169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a2d8d38f3d4fe9b92082eb8c65b719de978ca9a75cb2d8cc856886a8f34c5416a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a24616bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bc5afab760d50da97780b0c531ae5213fa2806f2a8e121b2e6404f8b6d0a2e16bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c116f43aa078faa2c0353d55440acfc6849da9ad1219b560479005caeabf58e874170106c196be2ab5b327a0f3ae1600e734acbb3f8c602820ddb8a479edff93fd17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196172d99839a6b2dd9cfe0f6fe95d3328dc254348cadb5056a07dfde32e43afbab173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d8849461750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17bdbd297701b25808f3e4fa4b48dab1b0d846736d4ae29018e0a302b8019a9c17ce13566d8d73952c555cfe72b41b0840b7fc1c18457feeb49896a1fb0701e517d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8839cd7b366e7e42bbd3a22bad089ad1c11a70cb37b71b6867595590439c517e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c39918202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa23183976cc48c873d704655dd5eca7504863f602d85daea3fd2658e43cb7454367184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a2185dca14e6a290572f93f175c20ae644be7ff4c29cae4b7cb735b99977507b7218712875976b49b0cfa213b9b2ae0f74449bab066f7cb4f0838f20eb9626606218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd1218b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b278531d241d4baae12a28769fe21c9c6d78e58363f47040a0cb7b545b852918b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d518cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18e4b34f272cb7e27a429bfe6b103c97c95bb6808971fa6aeee3a35c2d072f3a18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f1906af439701f5427307f0e6f8d28068c7f550936c61374bfd93edca6aa1143919097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef191763b9e6b04581dadfd3b7d16e2d0b1f1b2f405b9b7908dd7a1b07fbac2a04191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e1931573d1c909f443827b4871d389891a4a690771a60f801bb167007f01ec7591936947ed2fcdf05d7eddef6b5befb8e985d87ade6e9c5bdff327e781d564ef41949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd195ad513c07cad5ea071c11ed22b4413bdd67fdaca4969e4c8185d848fef4278195e38192141654c9aa0b9788d71158590de424d99fca4e8233c0cfe47f5472c19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196623fffe2006f5f8019796888f6dbf15ea1416c7aa218875bc8cd700447ae1197d3dc103ef94f4b099caf9109df6805395a85e2214b9e9b0d8c8a868ede03a19861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d319863d0690be04245b3c1c30691fe1d63ebf87251de98e17608ecb49e6b834bb199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc199d7f9572bd82d1804dcdfb91b168dbe25679428350d5233afed2dd874c783819b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8ab02ccb4fcfd43c0540b7ba83ec4f6138b08b988e6fcb8df94ab45354b6d19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab19dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e526219f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df481a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a479454e929a2430f783bc479c883b8511a29a7e09e4e4ff7d89f68af37c92e1a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a5f0c3f352c674b9bf48212739d37bbd39e13ed1abc63118aaa3e4780bee0091a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae62dc687652b938db8631d08f830c591c1a1dd69025cacbf3cdeb81f06f4ae1ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b21c1756496a84eddfd560e5c835de70c761db4d74a9064fd2bf971836e858e1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b3e7677f0c252abac19a8b990beaf4710b7b529f8ec7ce4ef2f77ed51a64f831b60339d8a5a686056fcc2674582460fada359f5318cb689ca7587e1c244840d1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b76c558ee612cacf4b2abe5429ec74ee307bea6839117092f5b10d37caa77401b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9a8951bfc81c6c06a18f36f6d592f6fd764614a25bc6922cc18ff9d9ee020c1b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1ba8931fbcfd814b89e16aaf20d5a6c4d604501afdf32a0d20480fe9ab2a5d7a1baccec662accc18a5a02c50e9e5c46dec5b348ac4d09b7a1044afc492c142e91bad46ae8cc44c45f3824048e6d913d5f9d6c64ccec0bf1030f57b5c03f0fbd41bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bb788a27b05b5a27f9892c6612640af06980243a4e866c48284029e95e2db491bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bcb745caf90acd861962c323c3018fc8b394fa13bcfa8bf367384750aebdffe1bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bee344f732223a592df255e011b9a7aff736331c0c3f03bf7fcfd7bafd598381bf02232d328521749c8426eb43f60f6f1aeff2aa83b1f095d25734269fe6a1c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451bfdc87cb460938bc27d9c90c755ac83e873fbba93359064a5a31cd1150210b11c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c42e7e53a3d4849aa577874eb45854ce10391c43921dffce6b13f0769b32b571c49b7cee32f4949f685e2a8a17bf527ee5547af5743b81d34ce56d7f3f78fa41c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca02df55465642911241703f1c6eba5d0b4bc013dd9d62c901937dd850ceeb21ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1ccd4f187df78ba1979f2288687084c1cf93e5d35cd59f3adf8edd0a86df218f1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1cdd5727f719b70f3f8ff27a24aaab85c3ab82d6d4c5b0a634c55c65180ae5b51ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cf3012c9fc719a6b0e968037444ec0129574d4605da113480afbb7e180da5951cf851e78a22c984f9190121145cc40ff0a1ce1291207f6722d9ff4b35504bc61d0223f55dfc5309087eff33eb11a9042109d9c657be74748cb7925e4fe8bd1d1d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d1822f2dd812f9f5c50f1fbc707f54d29895b5f897b4a3071ab1b91f3b20b291d331c1c9d3b86f8e17961d9f06d18ba236c66d92fc6bf612b805216cdc24a1d1d33985a384df9e0d5d9d63d0115451181b0d870dbcb5b5dbc0cf09dee21b6e11d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d35d536d3aee60cc92847614e8ff6b625553f6e77ca2570f2f870125f83737f1d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d4f6ea9a7ef4624fc7b57a29422ecfa6b00dfab5c609b5112744dcae54fde701d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5976b8e26741da459479d0b2e87945dc309e31cbf404dc5a88c5a980fb94221d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d5e71585fdf04c940dcd92c5f660ef48ab32b10a0f6344ba4dedb13bea236dd1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dba54de3731e167c50bbf81235673e4d1922f0c644c9f3feef81130086cdac61dba58d2c984e574a5ec4e0f5817f9f94b405af8c358a2f1e786ab809a230e5d1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dbd3baebd77d056fd525bfbde1717bd0b685c6f9b90f128bba1354f47048a6d1dd47a776c251ec80ae66a8b798de42c0abcfc4cf5e39c56507fdb1b2e456d281dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d951dd9422e0ab11b56f57f46189833bcee29b0a8c4f9079ab8c9103fe2af20409b1dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e0d6d8e0ced9764017ad6f25098b4469d7ab9ca137becbb4b92ec97cd1e45f11e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e3723d347cb430b3c7f3f303fff05dbb9ed8e5f4b27d5a4d61a9f2121665f8d1e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e44c541c3ffacb02647d8cde6bbb98af939b168bce15e70c079bdfceaa3f9891e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c1e63ffb961b7bf7686e9cd17ba2299f623794c2e0814ed93701d46625550b0e31e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e75b025a9b765e23b7999ec41ecfb8215e7b2f9b61bb270ffa63db314813a861e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed337d9071d95865b902e463d8602df8bd5af398ce21ba4ac3b54ed3e671d511ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011ee93a5ed20aaab98a475a541b052cc55dafdfcb6d849604738f99af3be414471eef75705eeae19ade0d957ae37873146963a63a9e77f71aea40694c811917871ef1df67302ffcd793d9edba059496b9d238d7969925e173d2ad605aa5cc1c1d1f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b1f2d944782a3a82c97de7624fb205dbc0a31e0d84b129e9199e5fafe24ed94b91f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f4cea6b286f9470c28a3cc7778ce64c324303077e7d71501ab8adea015338471f4da474abdb3824e3507115a9864d32f216d04a3ba2bfc0b721deaa9e72345b1f53869db9049255cde7ed73acbfde33afd2b6eefdf99aa12592917f49b58ab81f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b91f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f84131dc2aa81c4e97a078037117f51b1933f271a40a4b436151dd4c5c07ce01f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fcb157329b1e9228c5180f238b5071fa1c488a487205f932ec89f4ef2b66cbd1fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a4320151eee8731829b21007824c6078261d3914ea9fe04a2a4834a47dd9675d3c32017e298e26b133a7dce2d3370b8348f4ffb922343ae7b74588c011c2594dc5e201cdad16f1b4984c6fcb4da9e9222bef6f7f298f730d2eb87344eeac5cfa89e2024b52385cc4c934b4b619cebf9d60d327a426a817ce11202413538c1e04add202557c09b0299375d3faa83f19ebd121dbcb5a471b8a6198e40f4d1b4ffdb99202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca204397bbe30ab75d045584ee0311aa935fb032af760921e2af016271df4249d72048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d74743205586097b69d8748f0f8363d76b8713ca4eb8c45dca2008f3f3dc3cc4794ead2057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1205c4634a04039bf29b97edb775b32169da8bf0e0ce957c4126542440dc3e13a2069ff6137e4ee2b9d358c341f28c41da35800d98cfffec9bae04159d8fa880a206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e2089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20b7669c25ecaeef16da9ee8ef926183836e370eb093c4772a9ce6dabaef8def20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc8296517254320e12cbcf5745f06db7234aa6fcd086bb3d842eba43c055bd56c1dd9a91c530f20ec14cbe6f1d0289ba329648bf729042840ee38d87a9fbf40d1e35939399eaa2101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c92400122107ae03eebaf66edd558661168bd2bbbad33e3ee3affa631c33aaf5bca0f9ac21122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21190e3fb20da4c65a2bb3005caa8dc5856dd9488d509632e8a8ce8a96b798c621354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb551442169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a8217a84ed090a8c8cb579b15aa71e74515870c173c90ed4a4a0266e3cc9ccbb0f2182e1766eb1ebc0878f8d8acadf3def494dc2934d3cdccafe2bf32575cfb81b21833b94d64b51200ccabf27c736980532775fabf30333be52fc952ed4b828bb2188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc321940b75537da92dbba249987d901737a1afa75e8dca1caff62d20206de35cc12198d1fa59f97c6c1c04d71b54e3bd255aba0e52f72fb56441792a6d5ac3c19f219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721e8f82b0233a90ff2e77dd1107d7f11a71c59b3203a9dd70181ae075b428be421ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a21ec69227a746d6b7111fb19e0b1c0968064d962034715f6b0668a3c39d4b4522202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a322166d7bbc0b0d83188ab6a527ff3272dc36e7e36d1e9107b544db8ad550036a2221840ca48a2b18467fedc40bda3b51481c0477f0a7e189de4168e33c21f9cb222750d9d98d1a50b791a83ff2a4ed52e42bae802e862d6ebfa72087708b0896222ceb6a891f395e479a1e0d15bf95dc8dfebf2bdfd701ae3579fc3e2bf0e8d0223390ecc1d138f23e7bd6babecbab154e3c8c1ad1656b72e7f5b95a0b3f144e223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226c319e73c784ec0a97cbe041a6cd3a5b900c08c1358898fdac697fc7c1af9e226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22788d5ed8518c1b70971b9964530e5f588fd9130a1119c4538bd439c42bfa152286bd2b663566286764431793ce3c6907d5087fcbb35d75c6a832d9f511c4bc229199bee6fae1af2ad137aaa1b9f955fadb1998da17f1f3cb22fa7127257e7c22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f52bac423b79a0103c714985bc1cc548d6e3ad84519981ac95cbee0c59498e22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd3230e5ed1f633bf7977b234a3d33d8824fbb51b512f83b45a7e1207f3d87baa4b2311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe76723455c74cab32ce4686dfe6f8ca239c4bf6b7da07c642a1b1e58dedb3f176f97234b27b5210110b72dee9ace656b013078eca449c98f4d542717e10bbb367fb22353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca2355f877f495ebba375ae4defe194f262a9e010e4c1d9b7233cf8d919479a040235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f236250a78708c11fcda29a5fa1c793d7fe986433fcf3c3683a2e030d724e62e0236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f83236ed17615b31db60cc0a7df1919b59925f22bf1f129d84d83f02ae0954f95872383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323983055e63788bd1ec3d03793fee9488f4db2fa686c5ed854da37235ea5ffd623b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623b8c25d5bc54f183e2d43a2886e6c3e1bbd347354f1596f397f18ba747825c723d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e77ab75a9791ab227b4ae16fdc485803879841e86590a1a8ecde6f8052337523e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23e87231b56ba9c00949e2ddee1cdafda0af99ff921bd7d5c7095e231ea7e93f23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c7023fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062418a412054f46b7cba4e8bcce8d72c4a3be03a63859dd1d8af71e95996388d4241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a4243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245acb83faf59baf8b93d438af9a5e2f5948faf9ad50fad19f0795c631a76890245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246e2a59e472f282d78e75e45dc8f6eefb33116a72a139ef210ec664483fe5772487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a27d34ad7dba62d76ccbd4eb8bf923854e4c78a42813dfc88cbd708a88573724a719809e1ebaab585a0b5c8a0203f5cc8f705b2cb3d11c7d54763af0d22c5a24a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424d912f3e005fc596cd1f7c2f5efb33cfc794f7bc96cfbe767d9ac9167d399e324e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c1066524e6a6cbc51330e1415d9a50409de69270791472795f074530e5a0a24e33789124e84cdeb0cce64119ef2c1ac6bbdf3598625ef91cd73c108c3df8b7b9f553872516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e12518dbe24233e2a5d8226d3b34f27d730e860c874c9aaa3cf87b4ea0550c2c28252cb3f3e08448ffd0d22ad0289c5b673af89e238759959e5aa26da222ed365f2539cdbb3abde7497faa8386962d36ce6513489337a89e9c44b2a573d026ec822551fb23814603f93bee3b1cf3fb58a452ad60a5a08de56b20786c4e74df71dd25531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256c027db21b70661e9c37115f4e03f730b89d80b88a7906da9429c18b568192256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc9257ae8fe6493893e22fcc0296603856daebd91ad97e3b3e264ab8b13d139f4d725849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf259da3aac5898a192624eadc5e647f836fe57c389e4d0159b38f9a68470d356425b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225b5b0852b26e67782cc3420005e183f9991f2e046b6d7f793e2f63acd9b816525b9f3ebad2248f7970c6beb2c3201ca20b0857dffd6fd0eb7da97f745d4e5da25be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c3bc03669f1cf12fb6f171b21ef762fec562d09a2232e6cf18249f4170dfe725c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9262a2adaff7387d7812915d1fac1efb53f273d9799a1caf766ea13c57533cd88263c7ff9907547db04312fea6c2285bd3f57735e886bce7ff5453243425a718a264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a149714742661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4266b95c3a7430a2c195c6c074dca17513ed0a610f04fe181133d10ce5fdf3121266ba1e1892469bdfa7b9339c4066298709796e5cc1c28fa391201eebbbe553c2676f06923cbe279fba648de3f9ed33481d9fbdf71c1f76c962c787943ab8cab267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226a46e792f71d0d85b3117c4caa18cd4e1f0bc78d9be8d5410e0c07ae11a809326aab6bc6ed03418a7c872137b18c4437a6cbea4ff13160e956926b2d3395b9326adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26e1b30c929fcf95881d63b19694c6d60f7bcd7c1f5f84b63b31a91d439837bd27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f6276257dadc4d1de51a629c7bc52cf5dccc40488a954ed766864d937717c7a92b2777586241a3f29b2f3860dfe3081637a00b3eca96adf338dcd36694ba3409e4278048542acbece923e2dfe84d25474c8d52293bfeabcec4aa477388cd3a769227875bcf7601e72a3c77aa1c3ffce75f9adb40d33b7058419ca855dad111b349278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a072790efb718da4873957715a57c13b10d76078b1e7d31dbd865d15c6b5b890356279fd68afe52934c32fe4f7c2f8f740e42f505a8484c8c7420867d77af2c8ba027ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27ac32e49fb7843c17747692b8e368b5b2a40d65e68f2f8ebadf23cf109b7bec27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027b279ebf78175ad323a8ecbfc75028d65a432ad3f1f31871c64c0633674092027b4b8bd743f74863bdefb03f8be377261b1205c49731a44e8d2eccce06322db27ba9bb0c1ac3d59f0f2f4248691ff958f60db3a7716309f7970613a20c68a9c27bf03b33b644451603a667aa09f616508e8bc1c6dde4bf9db81ba07984865c827c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a838856108428257612f869e0dca7d995c604421bab8fc93e9d247014f1b51f71a9b52c1f8a2835a6790fe7ce118b755bf0fe4ffddfd50fa0f827c2e2314b81d801a266743c283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f2868f40d45c6414f7d764629790391a97b8c267d947e0425a4e11f9bbbfa020f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a107287d5342cea0c4cb0eeb682aa4bdf1ec5decfb5d1fac5a63d0929883d1cee22328808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28baceadc8b8ea8ef686302e346fb8589b7e01bd6b073e819462bd176a83aeda28c47371721e3f7613a58e17b8678a62f9e6a3b3d7dfba2fe08810f79d5142dd28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28cf91dedf507ab0f21db248d88d86e041498f08a3388c84658c2c0738d1f35a28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f512929a7a76ee1c34e70694dd24fb02bcc6550a02a35a679b9c46a86586202d6d62948bb4c7b474e22658bbe5948d51874ff8a8ab709ef64bb451a4d6d0140cb9f294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f12953b9bbace0bcd7ae9bb3668ad998667284cee4c3fc9e1c2d287f7c9b043939295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca29788b7419d2e451a4e4cc64f1be6fdf07ffda6e750cfac4355007611631285e297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829bcd5327f741cf37ca17b57bae04c225dcfdd60919dbdb9cbe813c0b203ef0829c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29cd0ae4965b074c358850b51cb7c0736d2697c97bd985726d7f97441694a7de29d451311d98d9aae870039424ab1132cb9d000e80f17f6e10235b7a2a082f092a3fa47cac2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a0b95fc33fdc82d044805db4aca39fc25df2df3cebb5a88ac5fcce79d3856d12a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a21cae5449e4b73b267dca38ba436f873838845c7fbc6cc794b8f58b69ef9e42a25b2930efce74a1ab4ecb5d77d1494ac1443cb04717390cf6ad904335723982a2c20c625cbda1143a5a2068724de9bf13f2be590dfb0343c52f71021c1c22c2a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a5755d244a96c976cdc0a31f5ab69810b5637e7cef89ab6b7d1542c290140492a5d4c4683a77f78703a86e838fb275da6b1828f999e2bdba2e9a5daee0cd3de2a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a88b19222045905ab89d0b265e839975a95b3743762f3ffaa5bdde166c26a242ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32ae714bef79076276fc834ed507b2b6034424cbb9255d3bb9abe3b5bf653b99d2ae8bd5897d04ee3190fa27be5df7fe244d5f196dd9d6ecbe9a72470b89e46952aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b0fb8f82e9fa3a120619c4797cb47682d0f76726870fdb7cf518b664e8a7e7d2b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b18a9f1d2a10393685478b33df0ec1ca7ab2fe3ae9b25c8a68b92f687773b482b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b2a0651b0d7e9452026221c67024b9b0339e88e91e92c85cc1e0616393ba1b62b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b4c4a99c2633ea3af2757b726a22853cb99a4405a8f7606adf6cb839bf9967a2b590d56d1ccc23f7659e7a472e771164be5a294cfb2c059ba607027c2b0dd722b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b80b9f8730716874e8d4fe80dae9aac95795ad643bed5ff58770690d8292efe2b83fa88ac758b2069871d96af0d6ed7515c32341865d04b39744d2cf04fed1a2b898b4e00c4ee701d600f4aaeac44fb8a008657c8267aef099f2c32ce0d01392b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2ba978042f2cee98cd6ea98a8e34cd3d94fc3ef44cc50ac4710140fb08a2be472bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492bc7e73c9d851a18c058e065f17003a0015e06314ac548afbe7c4617b3045d342bd8fe1f7b4350f2968434e54ee854606197dfa7e9a9e082aa2b605516ec65412be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0049ff92745327ad6a04386fd901d151683044dd5215bf3488281eb6033d8a2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e82c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c780287b451bdec33ef2d816b5a3a620b39086a23de3f599b4d28ba1cc6e3812c992eb622942cff05bf29e641e4c28d862b6c9410523cc428f5c08dfac5f26c2caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb341b826a898425b5ecc248ca9ee874ece8f953c831cbf56cf10ba60db93722cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cbe22a230225698afcaf31675d738b36adef3b18aefd9605dc70ff1b0db7eb62cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32ccc95ac931e29baa8991258267712aedd1650d1b4d279ae328b8846ee75014e2cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662ce8ee55177bee2bffeaf488c962ee8d7a62ab1ce02187850b93f59e55d9d5202d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d31125543eab1f1dd20920427a24cd1598b916533ff80ee9a19f3b854be050e2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc2d46161e2c01cc1b1c43b59b38a7bde62527badd46b922359339ae88b8bc4f412d6b5155e8ba66a5973b824ec6a7ee2367db2f6423683fc36fd17ea3a7961f5c2d6cab79be209f792d529ddf4fc94d5cea7465c43d660f6826f695ae952572cd2d8e6a14a7c1bf360ae4d354316422747f39c27d449582e1682312cface8a33d2d8fbfe824c8e227fa9e32846ee6494f80858a3cdca05e6f10cf501c68aa27ad2db42cd7909c64811b6a6f3450d156b580327fc57fb625758cee203a5c9880bc2db4da39f206b939135c85420db75612d5a5c88ab6e828787a7e08c875e5535f2dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd58e2422a70bef73681b48af70afd81eb908f015a20e69d25bc65b95a1b4d42dd79174919aa021f26ff702b0e75f21aee7b01bdd1a087cb2c9ca93e82bd4ac2dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de62ceb25fc9d6e62c1cf36fffe71737ec27e812d189cdd366269c37451dab42de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df503f09419f0411b44f9a0710158bf9bc65eef0b5a4e23291a64f4c17599342e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e16612e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e26b0c919b403f7bbc3552d003dd21c841655e826b2c6aed6715be193770f9c2e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4212d0ffdd081ffe61aec1dfc765b42421da8795774d9f91dbeaff6f6a07822e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e5a3d3f3f4b590e1f5aeecc320066b05319857a6789e547c4e7aeef28966e2b2e62fcea569fbb19a52810435171ddac9339a842b87d4a5d83bb0edd364e092c2e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e6ea69c7a5da7dfccbf88b3d16ad974effb44aabc00ee18cb4351dbedae67552e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e8bd70c5e4ffd3a17517cae6eb8aa975b6306330432f46b356ada7922b5e6182e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2eac653022403456ce6674dc20bdd9a2a684913a2b463db263d0141db7b836b82ecd241914345ab56bf66e4b004d8b1235ce68d7c38a39646a07b566fdbcabef2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f2ef44cf5eb33a74dbbb1322c08db48bbe79a2fb24632e6c0c9cdb7068ceafe752f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f0ec0bf3cb145ff9f3d1443cbfbec24927814ff93124248789a834ad2604a772f132d02681b791cea6ca746a172274ad51db9c9b1900edc2bc5fcbec00f204f2f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f2f352b9ba74ac1f76d2cc9f0b4012f455fb72d3bbff12800a6711e0f911ad22f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f507ed1c4a6b9637a561101e920a2d65ca3c880c0a9c8c4944f79d0692d46b02f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f6633d41eda7306612df55c4f21491290c56022e6e5184427f8168fcd75dc4a2f6f2dfe14a337608f5892ef6612aac307243be02c8ce272d38de3ad0f6f0cfc2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f8015d72f3497f436cd20fc298d2c1c6afe0c66b6d9397a43fa4e83bcddb2302f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcacf803cca1780eab002150e687d1c2e1f6cf9f0fbf2420ca8bd148f668a572fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fde1315a9f453f5568ef053823402197a6c43f2b50ece6fd38cc9fdd9d00d7e2fe9118af44ec9d35941e22dab52750c6a0be4b23e46141edbd2ee7540e158b92fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf8792fea314b71717d6d1b0c9846f649f7e407a81662917e316107a986a9d4ace5852fedc4f817bba59a4981531057ab156d9b4cf70c7f1e067fd6521ac9ef7e4652300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf5301048b3fda6fc29d17d5099f07e35d381c2670b664599c37615fd182609966c3011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873020064b31e8a5c7c22855ea67006478bd76ea85816046092eede027810437753026230bd4ea62940f39334c4300898cfae1a711765803acaa3c63c998bd54583029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48304e7d9b7f7518d7d75dcf1449d941a655c398d0821e96d3b924a17d345dec09305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308269faa60c1adb6a16acb1c38899bc7efa1233a4a27efa87d6199f4ece5591308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c3090bc2d3184fcfd8b21c0fca04aac078f5e3227e4b59bf637b2a26c74bb8f0530a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730b31df5730336b8e968f35d2daca98f4547903903d7943b9bb5aae3765d362b30c7f4be97d5ea9d16b75853d0c499ac07e7efd5eb7832b0309034e890251ffa30e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312e922b3b8865db26b4a3158fe549b5f1464013d084482800e1aa3f23bc5ed0312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a3134ac4eb0f9d020fd3d531a06dfdf8429958ef8d25f476c6755c75567ca34ce31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f3136b1e52c16ace74983f9c9a978768aea094f2f737bb88382d5e7a30ef8980131443b98be4a65bc44bffcebb376226778751bdeb9f5511919437809a6bbfcbb314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c31574a98d99a6694ef174e076d69732c1dad3cff8b10daede57412d6d4678ee5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee3187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e82319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431a71fd9ccc2b718b3b41db40ed2e7fd3e0daac6efdcbc2788c990135281dcb231a742827d01db7f3d92fe0097e41d29090cb7b0a2ed0687e38aa24703750abc31b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe2831e8f5519b06c8e27633cae49d392be2618e9d1e8fc30c8a9901d770f42499ef31ecbad3948f920ef9ba6735b93ccc3250a60ae1908babe6e58db55966928b1631ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd33235e0c7b6b542c1015612b1bcc210d5da1e89376a0c90ed625f52996e43951932363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9324dce1c701d9d3dd042a3fda886d42b36bec7f6a94139f186f720b33da4e32932534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c2951983269cbb720f973ed6927f2bee9fef11b1b74d62f9eb54e772eddf37905f48245326a2ff9524f51a4fca63ca7a283f8776072f3d1bd6a30b3e33c5b37e57743f1326e1f57131af3fe84cf8ea7c607d4507774cef7f31c9cb82154bdb736585015326ea6af039621421eb3354bd470e28b01ef143123874ae9ed3da3c694a6afdc32767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe3851328fc8bfcc76edfec3f327cfb72022ce0f4c0f4aa2b6f1604d6e4551cd16d9c132932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc69329c74ed1485b120bafa6747546f5aca01f9478b48cd2c00393b62e4c2a4219732a7250864addf1df77cfcb712d800f6473782bfc7eb4f2586a8c5d3e51fb08032cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632e588f0da56b575e9e5ddf36be476c7df4640e9eed019521e2efab5e0bd4f7332e8d853fef09855bd6f0998fff6d8a0d1a08ba05dadcd53dd35f5e3bb77d16e32ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f03d500c48ea39526742a884b2872efae4dba15b2e7db137b323f93331024332f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e32f5a49c0c56501062fe80368b6118644957c84d2d054e9b53ed67afe9b45be932fece39c02ca8592456a200a06a189e9add609af8b3b9fb5fd90ff671ef79933300911b01da845b79dc531fd2acfbcf8a1c5f68ebb3646b8c4a32e4153155cd3311ceece44bffce5eaa40b4cf60794e54f1de9f5bd74e680eafc053836cd7433318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332c7e1b4dcf4b6f18116ef13c8dcf43db7bd951932efb35d4cb16741437981c3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f633411af8b63df9c3716eec228ea0a56be6e7d94c454994cfdcf516f63fbeb6653345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed336ceba51245622c5d565c1eefb68777d4849df3e7b44add5e1da69bacd3b65933721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133902cef8bb649433481e805a035b065dd20233768f005137b841092a02a572933a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33a54105d47b9867e668e883b3aeaf75cf5062d857e56608690e5520d49dad9d33bcce13d58922df2e7443d95f0cd416e37e0574a2e57645266551bb73d5f5b933cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a33e8522874b0b453e4a7f33e7e9d93e56067761906cf534638fc5dc9f1f436473401a14524a72369901d403d82219f2539c92816f7cb3a63b16c8e74dc158d4c340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc341f4ce7974a3ae34947b5430857256ae6c57ef4335b9b85c3d265283bb54067342100fa7d218c3b396fe36c845fbc6ce234a6df6692ca4c0618be0cd956ac6c3421c28f41e031de87142bd59eb798f60cc6bc11aa48e4fca0f854928fc44b4c342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3452dad63b1cc70c32335be2737c5c63a1ba511c146abc9b638ae313facb54783457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd2408810345eebda0674b96658ef392314f0e854f8b8803c1fd98cfe52a444756854cf513467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63473b36bb91ae4f7a3c09748810244b22effa64d4b7bde5cf9a96100cf2532ae348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f3491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334b293d7027f6a8ca46e71b36e2d7875dc6af905e13c9815b9c16d82054f18d734bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734c44c8e71974f58a88897908d18da5fb8c2e330307a3553b2144b43a655aa7234cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d0fe9231c3793f4c297cd9b2b3de3212e0da1e8eef337f5c0475a2ef315ede34d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda535083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350ad69ac238fdd771b657eae4c14089b643cb48d298028ab5eda39f5c1e6567350cd39d11e736e88fef554f969ee62c2c0d546a4723261b17d866b37a648cd5350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe4135248eed5282272ceb4e817f408d882991b209504a3abc84e472fd457e14472d352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356b52e4f6a652582aed5d68729afdf53da472f38748ecc91ad932d3105c839d356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d2913596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7361b16816bc090b2fdb29b73b214c6261a085d7306fb78b1c38a79edb963eb0d363802cf8c18dbcae4facc9d842bd4ba6eb65e8bb856b3909cb51137297aca09363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce518015136364681c851162b3ba265bbcb0047594943759c9df0258f8de0f818b2f1de363f3647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d636694fa5c9ad9d77bf935818a91b91475605e19f7f39d635b6c52d49bddefc5a366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a3675d17abb7908c35badea5e3ba1026ee8fc3af2be043968501cd12f09577c7136839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d662973699b44c8e8e97aac101e3acb5700a4e223decd786eeeb8af3fc4fef9edf2965369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36afe598b56817d60ef5bba52bd3e480cd328f50119e7bad2fcc0c04fc635ca236b1d28b6e8c5a65a83ddd80e75fdcbcb4882c937f53fd3bc7c556a39de7864a36beb27f466eb35b4cc500131721d66d0ba2d21fd86d39fccdd66d23a26bfbcc36c96b2b01c3e938fb12b5fcc4e2b1a5bcf94774001d87869155841ebc46cf8736c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36da0e1f37a0375449b14a539fc3906614a6615d69dcaf2f894613769dd1a06736e90c9e9442bbc21c04629dba3fdffd2dacc5af93768fd6b6afd4e19e41ea5d36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f7ccbff3ce413b77872cd3aed41116636a3bceddf9afab7f5ed6aeb839721636fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c3193705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd3723c5d3329a91d3a7df3818a36140431cbee48329e7834ca4352c694aeb77a5372ed772ba204318c60d105fe45bff5e840c6e6ba501b40805f2991773658c0c373b3aa8fc8bedf8498806ffc2deb96eb3b2fa5c91e916ee96215a272001df5037477db6686cee3c571ae6bbd49194d697fc7cb633d0f28efb2f854ae54264f6375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d385763799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb6379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff02537a87ead5c92d811fa237f0c893c46663533f7fa8ba7ef9ab005845c4912fc3b37af5bd17a77301ea63b5fe8ad6a34695b1bf74518e141580e9e766d61e63ea137e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3826ea97c4383db0f18f5193d6b2f6d80e72ea296bd7a081f2cf2e592f0a66fa382c9fe2a86765cf4a8e0ac6e1da2d954611745b170f6e07d4771edb7ca107903834e9d8afa62c8358892d69ad3ef9169c58c406ef3ca8d620a12e6660695062384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b384e5cc2e9e2fff9a2df5a5bcfc1a03e2f69b25535b9e46e44c1466934f3230a3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c783894275b1f25082c2da3f8596c833e4ad7842b3a72d411bdb647e46a8e9efca638a545a8b2a0f8f8f4b1db8d7f6f273d23b63291020d707196b8c3cca8066e2338d18f9d0fb0d384ce7dfd9c167482754e668d27da6a910f45c535f21c78103c38da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c238ed7eb19a4b5b4db79114e658d187643e0c508ed0ed67564590906eeb616dd539063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de31393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a1273323950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d39939f33ffa3d48da2381f98160cf00441cfa3ba16d2cf3dff99e8acb556d89c3999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239b54d544542b4b21eb1dc223edb2a558488e5175e61648c873484e3cda403d839c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39e734b64f5b1da9a0df16174d0104c5624af73b3d8485bc778e27499c93933939f5bcffabfddd2ba8d275bd2e507202f45d67f11f32633a0c48731a154c4ba639f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2bef1a4d982eec3d92a729295b33f3e46c47b121afefb6d9ba9ff2995de9583a2f6aaa8007a3fd1b254a8e130c85c0e248309949670ce6f12c0ccac72d5b223a2fbf991fde7d03bac0caaacd797960813163a2edec21bad2bb935db496f8a13a5df8be7d6a2c8cfd4eafda17145f3875384b02602f259a3360cdf5cf34832d3a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6f47b919c8987ee717c3e5139cd1b52539fb5ac50ced7e59d45c61d50126c43a8509b2ef9a0bd5575bac945f4f6d139ab504c8d4d2bfe9723e2a79badcfe123a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3a9e1a836aa9951b5a003a5283d303af4f8fc795cdad64d9ca852727ec01f1813aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa6bc86419b3bb4cbef26fbd3baded5d05be432cc3941298c803ca2106134933aa6ef5fb20343481eb9c4412db8281f17a25904d3f9a8d9af2f69d74cdae8b93aae492e9e4f0c89911585eb07486d8941f2f9fce8285ccd9a2f5e0460be0f863ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3ac6a0aff23f1a032ead3b7383115c61becc732effaaca3106c5d9e9fb552fd53accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83ae37317773fb5d5df538ea8df94ba6fcbc3401b3ec3c112156b6da6bbdeaa1f3af860cae2567f8fd4419e8f223e6342f3f174d98b7512c627530a9b990704153afa09bbae6d62baff32a51caab8b397f92d9db06066871a8a9db5a00c281b783afada1d18be180f96ba96a45ae9b52149a70c14d98c4b08e30ba511e65bf94d3aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b23024184e3b5cfee785da4dea515ebc745d5ae972bb1001ce2716dfefd4df23b393646745202b14e25dbc3fee46281cce42535e664412993a41c830b41f36f3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b4bf53b7cafd0b845941c4891b297a089ab8ab03002ce02f66fa00c53eba40e3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b719f9b92dc66b7f3b225fd28a603f729630677bae5244164c6c8c1955b9f653b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b798f75955817f99739cb206f074c4fc611a68974c3e41af4f472c5b6ab2dc63b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b8be06e539c51d01a75a0be9245eca82e22a80c1757e804de4f48ea1d89ae6a3b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bc8a3b0b4d6335e15bc9b6a4c6734b9c00131d0701f3e45ff53dc2baf57eb6d3bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bd8aec642585dc562a9808999202b7f6adcfa471fddb8c6965e67df7be5d6393be5fcd0cc08b81abb1d04c6c4fde72bb2674520703ba1e7e377d4c0ba1015473bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb830e855663cc78fcb52898fb68587ef019b23661db40210288723ed4ef963beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c106d33c1a00c46b6fbbe79d61c2891de5d1a611d0e20f5bb01564ca5a31f263c181e34644cdfbf7c9d9f374ba9f0b4eb36a3c6d5de34f17fdd4273ec82f7ac3c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c352a60948c69dba1fd325906b18400c413dcf3d5975decfb23afc12fe427083c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c4528b7538ca31857e4ae932bc87cd1ab24d334289fe28676577068f25e64a03c5a307c120eb2f372419dfa497eefe9bc7dd7096aba844cf533da95f869163d3c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c7b41f5896bea884460304147fc267f04ff64371e083d1a820b3b2a5a4b4f003c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3c9fd564c8b25b4a7c6351053345b7faa6623d45f6476610a9a5a2cafa8f84263ca3e0f19d6d73a734e63370162d49992fe9fa0c38274a8317a920107d2e019d3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f73cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113cd9b11ec3c0a5669a646a0c6dc97d68f0b93c862cf4bd4800ce81118fed0b6e3cdb0d603d38ff2a7557db84597701b426189345a4054215542d31cf94b940593d14db3ead6a0d9b3b91dfdbe67c81738758de524cd337c5a68eb75308ec1d1b3d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d2f0240f53c58514299706400638624fdb2012ac7b27d407da911533187fd473d3427879cac6395be8a34335a301fe32c76d6185aad3e0fc9b22572a6be33723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5bb955c3f4f4a8b83deefc255d48d9b72685bae60d5c306f45e624217d794d3d65acf74971526de45c74e0936068bec3dec72c87f46933feb6dfcceadc14a03d71aab683d7b6e749ed1b62e7bd24544af377bd70aeba6bb822a9be1a7619eb3d7a212a5f077118cc53c8ac7336c4e8e87efaea402c4e62300f332bffdfe9ac3d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13da4ac1590d84d409ad51c07ebbf7d1b2c0c9b914a4668318408a19cc188a1193da612a58b03dcbe85ae5e0dc0506022ca36971555a302b431345ee3134f8f753dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493deba7521922769f3e0f741c264dbd47a40f1328bb496d799ad4f646f0c7e93b3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af3e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e2a9b72d1a3a6df28010d17fc5a74322a03c0888e991ac09a198cdea5ca806d3e38bd212720bb316223113e3476cec476c28e5f9fab38e7b991bc9bdc9995ef3e70e745c13b1c410adb05e5d4e1dee2f5e371e8dd83e115a2e12c2832e990093e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3eb893845c9131933f55490b547786d16a723465640bfc5e2650311eb34fe2663eca5120d998e58a35b32ca79cc2ffc3bd93f37d61a19a009b9cc9e7d7696ead3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f1ddb530dbea03200df1671d0f884fcaa6c947d7497d8e531f3a74a961ce5a53f24b87db5e275c77c7a51bb1f98a2db8e100ffd6fedb93c68e13a780ba9fbdf3f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3f611bd7c47c192f1d50883104c278955ecad343857c5d313cffe45a362ba15c3f643b496ab4ba97ed810aeb4806f1608e1ecd3c12aa582fe6181ac47b8e79ac3f77034051d7b6928fdc1b94067754d21a13eb301394f9360ab93e941c3da6683f90960425533c3df260bd01898a5d8d2fb4979e67c31cc737587990c3ebcb113fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3faee98b322607e597ee41646d27b1613765b477287f5c87eafd2874d047341b3fb55245c68e9532f0f219c282955f08dbdb961434ac12db3d7f0aebb7d764703fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3fd3d52d4b90f2047464de9576fc916addf04a82d03304d2f3b0779cf8e710563fe3eeff60d17bd45714f7208781b065de360695572c84c306273d42c11793393febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b34004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053401a06b60cd669ec7b1229db2e5d05092943844b2dcc77a6263b4fae99a4e740403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff40435cb4f4068cdbca1f490cbe6eb92220d665695d5a99fe0aee0b55ed11e5ba404be18845421bcc621451be1a029428bc54ec5fccbf4d22603a59d05dbf0ca0404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf7040604053b27acec2d471e7714f4a96c3a5efeb92997a7993171f82bc3897b566ed45405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be40979b7e61f4fd7d0a061fa1829dbffa27beb39fb71cf6e410509785558e0d3d4099f1950a6693069d4b7b4c14c93a7a3280d4dfc68f7217254411a6fa0bf330409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40a3a4fe6e795ca36708a5db47089842e5dd73a435773e6cfceacc5cae029d6b40aa7254ea31807ee0255ab99a8bca10b234e8e369a65814c526ea153240370740ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940ad8d8913b8ad009721001989d1c32c3a942f89ed89948d2afda810364b601640b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59140d14f919ee4ad78d8f7053bc3ef1aadf5dfd11d85dc00ae0a43a73d7a1e703d40e52ef2ed92aa9b0bae4683c75616709bf026405508ac9683ff2f6bad9753fe40f0c19e711a931e789c74a99a2dba22b6f38a9aff8391501496b892f198b52941151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b32141230f08ab0912c21f6d9d406f626d94f4b4b17b70df31cfcadd6609537d6c534133e6ee6d897bc1ef64491fc690691e77209fc2cd1406931c090d6cba69cbfd413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f4413ad02878cab6d5b2a18b086f21035647b8701fec59bbbd0eb1916b94662f5041490a21d36418af3f180cbee401cb12db968c9ad38c0886ce2629116f2421fd41500ad6ab546263902971b49738a48c4a7a958442b77991649e3ffff39a0c4d4176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a1bbf430847fb46a97391ecac33e6bcd58d4f8bc0c2a1fc4d3cfdb69380ae417f7e7d611296fd3371d1dcb245c33ca07660d642661a98053829b8f3bfa9384180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234184f9f9ce21b6449467edf524b53be81c7eb3d990ba6fb21e931fa3ee503b7b4186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e4197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c4877cb98a0e699eba17c671f3edbbe5760fb5576afb5e3ce7cb779ed7273541c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141db4a0c6ecb19f462d3bf76282ff3f7448df3c89d8b6cae7374edb096151bd241dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841df5e854bd755cf7e73f612a37a81a0d61cf6707e2a85effdc3e3dc03b7c06041e5a54b04f33d6beb41df0841e9250b25e9e39294951309a25f79b4c5a7699d41ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c420b1529b9114b12c4ecd209c65f12dfe31543cec73c07cf1de6c3979e603095420d795590183c940d82867d0076bffdfe0399dd0330c182f8a06c06a5fb49044211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d24217bf6ca493bab76a71513b88d2c071e688c480333d553491bd4ffe76a1e5fa421aab2805cc6b6fe76c8e6862e01f829e4ab2268afb7256775954115f927af2421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf251274228f981b3e9c7f56eb850cd630ab4e1cbcfd6bb622ddc1230f54265b65996ad422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6423f5d10accaccb5a6aabbf95b7a48f71532854a114d04fcef484c0c4eaab7ad4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d426ef7b6bf15960cb44d7ce8a42860d4eceb5bf09aa688c1d5b3ff3b263baef642715cf713758492ea4d842e656a6649dfa8719003cb7f4020387d705a6200e6429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642a53d3b37dd2b5a2eee56ccff37a507af315a65c793ebf2b374ece8f59146e642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c0242e76621a1d4ffb421b515560b70d3d54af445008783169224beb4bdddef90cb42e9224f6fd5e186ed0901bc7ab7299d49c24049fa0719fe226349ca9e33758a42ea02cb9b47fdab83d97b1356b367a6a9e256f0fdc8464034538f233c0b17d34308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f4308690defb6a4aee82a0102f2a9cfa068e7fb60feac3ee1e064e3c0e2e76ca6430cf8b55bfa17084cc2c161cf7665c94d26e8186edc386fca6e72bcc223e46f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd43276b06256e215b45a0fd2bf084bafbcde26512feb67f2daa8752f3e91cf4de4337679d3ee0d6a8273db8a27b1e44f1c6c2e68fe7342e2970c2ef328fa1fdda433ad087863ee055c3383820d247c40320f2d1c2a7ca1fb844797806084671e1436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943a433aaeb713aade46f97aec46313ab8b31c976a5e6ae271102bf5559e3a21b43ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b07eee10b2728d93328742a90198ac1d38e2b90ac818bba4bf496eb3c16ea643b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d04bb68ca9583a3300b370cef16b70c5f166b85cb20c12973d488f993ce33243d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43d69abb0c8a075a4c88a04df4577824bbfab8536a4e126f299e34a11d813df743dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc43ebfa18c22a24fc17956e50e78bcc4a4325c0c4e1f65e2d39f5bfce5e3a85b543f6c2a1126c2c99bc0a4d81768f976c70fc21b24b647ef0a97bccb3946cd8e0441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36442a727a21ab625f32ab16022be187894c2f6df63c96fb65e0fd982006de58054432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae4448e233f38d29214854d1fc995a3f50880cd41c205f0fdb0eec71d82f5ff3d544499408a3495665a22d02d5ec461aa84f4732e3fab111246d4178744f863d2b444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b200868444f1769869d64d962b941befde2d9627ec974d51d00685d29b843bf7145813644587b0ee64c393645bb66c1f83d6be83d373a07ec234a59162373f2ce8965b5446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e34489710f9d89e633873cdf5782b68e1ccdb5900a00e6d94b93f2d086e83a4a42448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a23598523f3bb41af725be899ebbf5127d7aeed5c31d00c29529b50372f06044a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44c0b0334a2e5f6f10045c9b78a094e953e62bfb9c275a796ba3274abb5b718e44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea2e531ad8dae3babe96fb04a498a0fc9eac41b22e9792d0fb36df0c0be82b44ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f1051fbcb92fa9848ee6fdad411ced5aa2304060395196d4902fe0329c3d5744f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b4453d432862feb77d377b37243b2e6c4fe50cdbe957894ad15cf4537795df16a8454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c845472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b4548facfac29b5ff8c6d13e6c86ff1bb86fdfea104752b518600620d27f3698e454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb456315ea431dedf4c70fd6390c2e9392d7831cf0a94c2a36aed67e7adea3ba75456dd5ee1c15a843dfc1d534cdfb9d2aa7dddb517fab382d146c6c83f5b9b454457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d458117466e3620e1bde757b849de9233400fcac60d8cf0a6f83b74e58fc6b7c4459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345ac3c3250b2356195e1d327208b0ad506cca3763b445ae70a31ebb3400a7fd345d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e7e5b14cbe997cd5d04640079b3d698b36c17f3c1e94a58b7d1f13d913f7fd45e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e45eec4c7b0e899c9c3f3c48eb5b770e08c62aef272b365dd4f059dc2980b40a245f0acb9019f98cff4812345f0c1d87f80dfc530f26c6cc0ccaeda2b6f0b186b45f1e90ef0e6ca0c11f428ee8576bbd3690a2eeea2064be9c018b277279c365145f5708b842ff01b94c8dc78896dc521dbace496e2f00f5753e0ab989a3bdd6c45f95d0ef322a9812d13e9de0140a759d16224fb7e0df1c761e29131bfbc259246058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d46090655b562e9bde9648568a9c89de4001af7a22c55da2e74edc46603e47d2a46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac4627595703be8eb78452b7a204ed14b4d62745a2499cb54c6cc14ddd3f0aac88462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c462ea1ae417ac97e472d05765e745eb9b030fd0d9704ad36063c0887d08566684642945415ed81b6c061f9074c71de664b71e7391947dafd0f3af85571c3a687464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f246569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c4666c493c1495fb5241c42caabe5c0a900ddaf99d341c2d2a407cb37381f3ee34674ace0405ab7322beb92179e8841770918a59f3cefbfebb44a00ea84a4aa93467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b46fe21e8920bf722ea6e3d14b701948a1e32c0574d771321b25f8059e84be1604718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a473d017afb0b0d229aa0a2e5cdf54f23a1134b7dfb44ad499222fd11cc392fdf473d5542e8302768c7affb3e4fa767fb2666a5ad64d8a2a19aceae033ea42dac474015186379492c70bbbc021be3a4fb118f19ca1c209edeb93df20226d7f7b24742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf04777f157c1a0ae00e1b6499502e82ac4291c50227d4012c73c8dd0bd82eb50e5477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a21478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791115809f622d7fb5c34d6babee3fe0d873d78e90686d9c0a0d2e4dd05b9144791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6d727ef4f8e2fc5f1e10b808613857049f87d415905110bf1b8ddcf56bd8a47c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47cb55453532eabdaf83f97ca4d4c954fba38073839add4524ccae87da3434cf47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f0e16d5ddc16ddf5702254329a8bff356bc135e191da2f71cd7b179cbc935647f12c897ae3a5f6dc3f7c9fd819d12cceabad4db045f50208812aa61fc24ff647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874809c648df705a2d7706ef7e457de095e99f8f2125f46a4aacf5e8c34feb4fbd4812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d248396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04859a6aa53de0e7b4edb4712470a97a9bc9fed578083f1f248e89f3d92cad238485deef378262872852b4ca85016ea42f51685e9ef5c100dd62beed61a26d1f34860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc04862fa552b5e12fc69681da6e0ba2c50492bad4f27aa9d4624074590b36e7383486bcf361c305f646ba0b99a7032a20fbca3cd7695383f278a9ea00e14438ad8487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e1248884b0408e73b17f804c27d59183f838f0d0543e693cbfe2dec8e4871c8963d4899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c48e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb48fa203eeea8ad872b34d506b7a2e9a778d83627a2f6dca04fe0b4a728a07fbf48fb4536b8da4962a33e02a5479116cafc2bbd86c7c9c2198f9778015cbf076748fbd8e005e87b9a07e4462dc4a0101d14823accc44a5f2a4e024e7195711c63490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08491f0a4d3904256766582498580ce1146d3c8516e38a7e75c10e8b03c1630b07493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0495c9691c8c3b56244a70eb008c95fbbc66b764ee6414600a6780e3669420489497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649869d78ab3ed572b42fd25a7d18008ea84fa0c37fe7fc724502446d3f657cea49897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449968aade28aaa2e5c66d84bd1604f231028f3248ebc15dc590ad4e9dfe6863a49a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449b02d5930aed7f837eee95add2257b6dfbfcf7fab1709fdf01a5f7f0dc72d4c49c19819730aed100cdb091e9292142d9ab9811fa72facd458b35ed2e384f1c349cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49d1a0687114ce4c44e87e5a77d7f1cdacc01a037a37c395cf0f430b0807903149eb2caa53255f2318f952613ac769cd6b1af6c23ee7fea920508d3ce61c10ad49f6191842b345219ed70175e429c8a75a8bfada651af65d3e24ca3ae33118cc49f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a1b647a98670abeb53e968c4992a97c2d4cf80342613f912c63f9edd4cea0044a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a323cf306923055aa193d1e9f27d8fa13b79ffa6f94b3a3e9aae9c799edd0ec4a4a8bb9e0f6d62f9aa51857d4adefd76c9f912b6a27cf5d133586d415bf08bf4a52cd5c3b4c04730d1951f101ad93ba9ea811c8649cfd71fe12ce40c410e5074a531d2f6c12be530d3e3be44003251224a8525e5731e6b3ab4166871143dc5c4a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a6004a671bf7dbc9d6a33ab7cb8455cfbac178461275d790f245d4451f81c3395bb84a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7a832e7896530d484c55c5c5e74a585ecccedc6f82292e731db6dca372c7e44a832397fd7ddf9a92bf73156e94a5136e5173da27594a4c41b02a0c87414f254a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa1a49c69c33543dd605b17a6cbeb8f16193fb9d3afa1deb82fff30678cbbf34aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4acee379f8652e5c8cfb300425828304d9c1a8a06756dad6d64d203303c034494ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee684adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14afab50f6f5218504c551fb4ceaf893cd6cb9f395dce9da8fe5bc7ac1ef8b0f84afbfcfd18db4bf767e616ac64105f436b732e0b58526f1ba21a6ba583c365a14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b47d7b7f17933fcb057d0f09a00c98a836f1a7727c091d0f30d8626f58eb4ac4b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b5bed167c7762c4386335556119903f25cbbeb6ecc507ac1ee1c932667413bb4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b70a93907a280b18a65cf77d28eec7034578e49242bd8d8a4e27d197265a3144b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b7a5bd86f6c796c8182b95272f40681a3226bc507e86cb9dd1e7ebaba7054544b82f417254a570fe8063b8a97ebc0ddfab5ab19ad95458793e883e429aba6d94b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b89a452d21768710ea3d19203f02a62f6ba388693609096b6beb0d3647fc73e4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b96c05200a34bce8e47ee38b00eafce170125d541aea02f36d422b00bf9b6594b9741321c0025f7f18ea299ad83f0408fa1e9abbf198932b857958b176197334b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bb62647a4be168dc1e36a736938d967ef71c0976168a1e5cf9294feaba7c4444bb889add2d3bf63656c4947f1423c6b6a37692cd25e748e1d99bd9ce7e734be4bba179ec97d3f2c475159d51fa19443418bbad3c05c95d4204998f48a24ad314be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a024bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c11b05a6be8ac05a0841bb89a85ba2031aa8651ea7c9ba4ba0c5c4313404b204c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c456a3d1ed991307b7a738f059d2b748d27582801c34f348c484d5ce3e797cd4c4c1273c7642bf842196cd8599bfb7327359c9d9c13cb668f1dfe4a1f3ff3364c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c5fd7781149b83abe2278ef0cfb04f78718d7b139d0d35707ca5e9b611479fb4c63dfbd342142c4a23a5bbd8dfe5a18b307eea58dcb1d990dbde9519bf279a84c7134bfc9e4915a93b4d5b5864800c5653710663deae7aa0dde0a44433e4f564c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb059359be67bd14cee496c23364de75848ef78502127fefa2bce6d22e6f41e4cb38c96eec85b2d52b015912be4ca7cae5cd9ade1e2a68d3bded204791816bc4cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c4ccffbb37615cd57b9ac8155f58f6b6434134fce1b2d62181ce7b9d3cf0d11c04cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cd3fc2620c21e84d8628710996451c7f173fbf4232554916afb56d3c74919754cd647304fa5fc29c8e5ca3d2f629519f8cde04c3b9c16eb8cb0de9c41b77ce84cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394cfb1f1b1879b7b71247ebef7f2159538843227d29008154506b4bbdb59d38c04d0502e388a0a68678e384ef2fd20c22ea76a5e3cc6910ffe8fa44a6828439454d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c6883184d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d3f3fa1fcd28ee88b7bdbdbb3e8d0be9064babb43cfb0b90bdd84b7443d25834d499720e80459696ffdd61e3b647ff9b96c16eb1eb45e4798770322bc0632b84d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14d98e21e1f76af66e0007060333a25ee2387efd726288fb64f1c9c8902aceff94dad6b3f5bc304f89c2eda3066595dbc6422c2e7a064499bf69ff10bcfe99b8c4dce1dfd8d37b6e5ebc3f385f636699be09b3d1af654a6f70cfc8689e63ca3614dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e46d012308c48b0736687165f58373c6102c95f5935a282714a04d90c4ff75b4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e50953e016d1f1fc7d50ca0873e9256b6a3d78f0523d5921def1dbf24cea66b4e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e67a99b5626286096c21f7f163c73ab9bf3aaa0a18d3f34d6f4aef78c26eb2b4e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64e9f261ad3ca6387b2b70a3704e0ebd6cbbea41aba93c58fc736ece5fc4898364ea24acf1ee051398f310d737ea2cdbbca709c090184f6e69107f2587f977c554ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44ead80a43cb50fa5f3a0595c96af7ad0a378489b5e6dd31ab799fd49c405f9b54eb3496f2610c938928fc34d197b9588b2fa6ebc9c80a54a0ad390134f83af194eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac39e2e76bb0dc484feffc15a4ec2f6a0729e0680676e914c80484c049d684ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4ebdf8752ee34afd3d1c2c312e9b4a61d56b5413a1c70ce3f3c27e162fbd41fe4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f41f1f574cee25dd632a7e9ff858ad012d4ff7ef027ec1d0cf943d83e709c474f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f7290a8c31f9623d75a8a941f3cef4224cc07c804427ccd63cf7741684c521b4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f8dfad10562317ad4b4181dfca12299ace54584865ab433fd967441345735634f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f932c154716a0972ac0d90e720c028b7a6a315df8e441bf25bb959d07f0ef074f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f9d7db45efa8bc823779aa40d901a6c1cd44bfd79d891776a266cfc6541f7f34f9e75ec065c0dfb0d24c52d85d76b7d9233a7e3051b0560c95cae6b78ef0ef94fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fc1c46fe1f6ea2f59db29db3fe2cfe59f598fe3c55d380768b3c222dceb1dbd4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d5005393267841c010b46445ba0d648d99fc945a43b115d782b595d1a9c56d710500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e50306666ac1dffd2ee10475205b7fd570ca076d48f5d4fd0cdab6fe3d2c5d018503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a5060d6931b177da912f196381fb43d915fd7e004256fcc1fbb1d6799d6537521506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4506e73bbfe082570c23d63f87abf7b0aae7eab3016d1988fc127d767e5e1cad7507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b507ff41af73d736aec26c4e4aae6be0489ace14e31e2dbe93e0bf24d6a5f07685083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a150a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bf211aab71bcbdb6cb285536728fbd6bd7c66713da9be964a151f3d2cab9be50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350c8b9e1cbe0ccef2b39d8cfea90ff9995201e3da2cff4c5c8ed54771adf37ff50ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50e985c949e4b74ece998293ad5ad0d1747227a38ce514d7823d2c5d1cbf2db750eef42d9a47f79e6da9a541e6056cfb053a370e624279964247b13720dd6b2750f3f1a647ec0210c032fc9adcb4d55b1808a8623ade96e5987830733b7760aa50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac50fd902ea9003b0705df78f399731106ee42a132a5f9095b74f481ebe6f5d3e8510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765123d5f7998c1cca06b9fc00916a291d9b452c79f724c9a9dcdda624fb14a3635126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f512a19dbb9b04ddac188b5b5512d4a41f642401e5a73721ce41e7321202e8435512faf2080dc435d2f992bec22a4a993e654e0454ee6b951dbeea8b60f52aa7a5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516d73ff4701917b526358a05360091e2e61474b16e1304fb6dbff2a973e544251744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b517b871cefa3cd82e371f35a2f294c5eb6cd05b3b6583e6f696f470fae9a36f4518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d151a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a4acf96fa8c4e6094131ebb43d384897aa6adbd39985e080d832a55510605a51d2b37cfe4984913575c0d4f4b785049e41e237b32c5e6ac8279ef71aa4f68551d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc51ed990a5a6381dbc81034d88509f067060b6965fb1e2db10c0b27a9edace46b52011548f9f8d838b67ab8ac71cea79899cfa758027d9d75b2f15b23bb4fba7a5204639d1c7d9582412a98a3332878e31abbb7770155221980c9cd1f8527600e5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085230ed5f0b57f5e80884a81de996b577b17ff70a65f4868c90e0ee0a9f238f0952335fc3bd69507aebb365d4b9d728b17a92bd575a4c1305ddd130a54ee68b225265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52911a306235db679cfb169755a70622ae6bf62977e7435eb2d84ea52b2a903752d1fef254cc1006950b9da690b5c861bddba739943c9669bb8067ef10aa203052e36b734db5adbb9da2110c12814dacd009713bcea3b06791f0f406304580f152ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915327b2a86f34199869586df48da0e460752a6a8e4b0e5efb7e0a47d18b5925d5532dc0edc734ecd4edf981996411b306852d769c45e60d889f0d8a958da93ee85342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755537c2aef9cf87b0d795dfc3ab2268ab13bdbd60e869087b99de2f083b6b1fa59537dbe4de1a90c04b057735ca04bcec5f347f963be56476db6108734ee51ac23539898b331299eaf8a0cdb708b08186ff196a11c2367342390ddc72e3c121e6e539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e0539f5069e796086eb8a9e1b42fa563cf94b2fe8dd171fc10af56df3de480517d53b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee3553e8f80b28b23a60ab962bec20e091aa258fc7b4aa059fa5de5866451314b10453f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d053f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe865408ae466b4e8839d66f2bf02a473e4e92f6d6a9bddaa4178ef3eabbe97da1cb5409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541617d4a84419c99d4bd3c45dc1488cf02e4cb6455ae7e7126b804e39aa4c33541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd465543b641d012ff27cdca3db4adb02f3a1c890e7bc50ab77243a02c3a317fe93e9543cdd218b194dd1eb2cc57aec5b867e3e56dd32f985237d9115cd4529f7981d54549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a45475c9d30eb5d0f464f9fa0a72e1c3c39b2016f6456587a3f7d16287a0874770549374e7cb1c824722a4c54a2e14c4ddb6452510c1e61ce3ce766413312643fa549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d55001980e67f549cdd1265615ff5a02ee5e996c3c5809957554f0e7ba6db84a7c7d0b060aa5354a133cb2eddedd5513e10950fd837f64abfbdbdd9ab4920ffb3a14abe5761d254a42fe56ce65ef1d0600b5500f9e4cbafea30c340550ada49acd193b9ce803354e7ee3075a069563d084a2b0f4b8ddb52c2fbd6911a4cd7a8ee2049ccdd815754ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd13954fae3ef202e26effa3afbd36f017545180cb2ef2f2426ba36241dadb08e96bd550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd550a41c8a0174d7d5aa5cd85eee52c77b50b4651f81e1e918e5cf08699c972965512c9026c3f6c069a4ed67636ca3027802cfbf0284ea6f4ac820300c926d6ca55293b27706dd47af1ca7a78392c4ff1a68ac9b485c27ed7c89edf0211fa8c945530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf554b3c90f4762aad23ce1c95b929d623c1f5f48da437489ef9a83eacbae9bc9b55522158310bb2d8bbd299925848d0add5fe45e1e7d0f66c86fb362834d19d585557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db85351950556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f558b946178633015c96219296960e794579141c9014302034cfcb7dc8cc8358b5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff98916995455597b3063ce7e576b245678c1e1cd4ae298be89bcea8bc1969f2ca8f0caa765d55a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555b29e3682c9a369033362b82db4da8b9cf14cdd2065425bef0afac2d66bfb1455c637bcdcc3f40c4df16e20ae55a0ff6984b6cb40909de5b5ad8708f03e3a5e55ddb5648952a7a66a28679c98a145ecbd8402935c3689952564f21975907eaf55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e6c4ca40263f62b6f24b08bbcd5201128e5b2cf83382b56dd41b2e1ad1ae6255e978ba761dc88e82952440eecc048fb25c4d63ae204920cd40202f9c1f77b155e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b5619c8500e6a6887803e163f8b1ffc325c475a1553503f0c33d4d9efdb1706d6562638ec183265896ac767dcbc8db1147bcc71d349a58fd0c73873d99927b9f8562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b54562fb33f7c10efde6011873056364bb1f012b620804adfde67e65e75b27c0c675632fcbd1fa2fa2c20a2c160d11acdaf4d26a45c1478144671d75be2c69fe20c56419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056ae2fc192ba0fccd671f0f6af0e3e5ef1621a6751cf1dfac29aeba71e9b93f556bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4cc0e710eaa7bb9cd7d410521a103b7907a33567ea33c278204ebdb3ddc0b56e65d61b3739285d52dc458253274e49f98396500847c19aafba6fc2746b97d56e92ad03adf8d3eb8b7493cdf37def27bbafe2bd825d6f4a2bcf7a25761a11f56fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f5703e21040fb86dcff656682fe5814aa3f9cd2bb2e1bce349b005910b78a436c570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f323403705725f417d47f4e71472bd5c23488c9f73b80dc1814abe5f469ef89b3a4d3dd695729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb28257368f3990e82cca302a72480a903076cbc618938c4c89bcaea42b3da4b23d89573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed574898c28f0832ed2a0259bebde2ed2dcd37b9e0c49cc08a9b7aab8ca69c79b05754b9eb2c86cec89edc8c5536ca85cd93b3ff2195b1a053f06a3d9ccc1d342c57595918d273f3c7ac842f98c79374f142f9264d569abf3bb763cb8de227d3b257604a59fb1edcfde33336456b703c7ed083f5369f1d3df78406467cf70b2e53576066acdb452f4332d1d7722991d31df9856ca384f4915043b09e89b9436a3f5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d19675785e3378ff6c78b50340144d7428b63bc9e263d522153970e10e7291cf47457579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457ad85c573f5a3347f4202f38979420695a6b077edb635a4bba3aeebdd20c7ef57bb93c7f7a05418573c23e9801d08788409393d590ed9d9411c7c0d812b385057c96ae46a9d27f81c174482b94d8e47e8ec36c848039b3ec09fd73b1bc9865357d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57eda766df2e1a09b860f42c489d1e6a99a0603fdf8ee1a75fb6aa34594f743757efda449675e6dcfda0728f6f29fc90e72aabf3ecb80ef4e9152085e785938257f2ab52c8428debccec29b1016aeed2ecacdc4b228c2a76955c0edfcbb8fc7e57f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581d4da7b4f80bdae18916b0ff87e7524a1e5195d7f833cb6edd5f8d1813ca90581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc9582b9e968b5be302c0c2ded8caedbdd53d2108ebe2c9572c3fbf0be2ed1810e1582d27930e1cde85a7de75a3c7f3d98b9e15b3deb3c0c22028362fe22d23ac83583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a5848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c658495e7b13443e7ed1f2e01de110a86ff02b18cf452714b5ce0e828e606be4f55862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f12554039586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f58702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd35874c981688c3a62be9cdf704461684d97451ce0af6a9e09144611f977ef0f285888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f95958cc0bb2ce9fa2c2e250a19b621edf9a7172b763b1f8610d73fe3500efcc568958d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca8118594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f25965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c1859746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef597653ec017f751c251743805f7b09c484e20723054ebcbd5184e26701154b135978dd2a4d1c29e7a2b4cc063250727126333b85a552753cdf7dba32173dabcd598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d599da3280ff734123a4f947dedfad5b1d92f0a470cf8f6c44a623d51cb4c7da459a0aa5dd87d6d1f3c0119ad2b78b5cdf8cfac8dc1a5fbc036320f2ec41f858259a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459b4da3d26a2a40f0ee7977e2e0651d94c17180f46fdd2f5bdf806cb9b8ed59f59c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259dc74d52235d1598ca4815bbde79ba2aaa9945a5bbd926beb83eed993129a8159e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d9659f676c01e248a716238f79b0de18167fbba5632f6c9cda8cb9e76f85d19490459fdf27c70a4775d1717fc432e611ddd09d03233be1c5c7258080dabb6ba47975a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a03da35900ceb5a2a4fbc4c36db85a6fa586db8dbb8db955541f5ab635c94605a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a38414ede44760db5e2e3133ab7829dc65f3475828a258e9860f0cc7af4877f5a3ade0d9c7d046eea5a8ff2601cf6746ad1214cb26cb2097bf4e7e76267d9fa5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9735db7087cbaf4a0dcfb812f493054f02db105a29738feea540f5c2e9f44d5a9a4acfb5d32d5c9c3b117badf4c3b3d27d04053fbceff5877f48f8c1d91c7f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5a9e57ee788e71ea1cd4be8f2f4d356fa333e55e1177f6de6c626009ca449de15ab0a524925b9003fe2c24d29e5e1cd816178a335672124675cdf6703f3f7e0d5aca1354d093f7bd74a9c251e9ba34933ee5ec3ce86d9b0469a4f1cce4f11c3c5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ae1f39c3473ea02aeb65c9f8a76d425b716c6333f5d344cba8713046b2362455ae397566172ceade3460e59b5f5774c76779b0b21b758491011b01306e2e3515ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95ae92689fd0c1638b777b329f807a00c76dd54d37c3dc3bb71a76dc209caf6105b02a00f16469991e17fcc9b504b15bc0032404c20e21ced79b11deb2fb755045b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b24ead5184500e9c9b8dcb12ca443e78296eec8d72f6d910c54b2bfea04955e5b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b5de88539706d6d3ac64de686c2ff8e1dddc33942fc3e9005fc2c41c832abc25b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bccbc0da38c750f344ccec241d382b36aca4426f6b15d5a3c82261d6b72415a5bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c0487b555c31e2046a1d428337d7d8ceccb2f18d16bc239383e195925c12d305c0c89343962834cd9bb723a8b6de4d7edab269eabb2197628d983061be4c0175c40d2a8929eca2213ea4e79f309470dcaccdfd52ebac8d67525eb832b7ef1835c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c7a935789cb5381c065c6fef75e694188173fcf27d62ed4b7b38910d34b24425c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c8b85b2c25745411392d79686be94f966cf8c266c571726ab679225abb782265c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cb42d5ebdea7138b725f616806a8259e23ba1bf9b26abcda40c937912b4eeca5cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cc22f0e24623e646360a88d283e7426d91ed0475a6edf3b8ef6a75e0640e8895cc26e083b0c31458653e6a9b7071f665ca514b6a5eba5f6883cf62940daaeee5cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5cd7397d4b11f4f6d7d4055bf93e42f08385a51176ef681ceb987790402df36c5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285cef9f0d61b6b7a2e4815d3cd8e2c7693504244deb47483a797a9745c9d850f45cf104f1fbd005a71a280e54624257b47939a097418b8d4bf9133748197f38855cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf712f5d18748732e52f3933a1f91ccdf284b523243c564a8ea3ad262e012f75cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d09ff4d5e44ce0561df0bf785fd11b80800cf72606cdb6c98fb003961d7f4d35d0db5a0519e13f1a09d516a4daf9711622f90dc957f86944b65a2af4308108f5d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4d0242be67693ce24aaed8351f6182097f8dc4cfc77774e2fc4adb3a33ab2e5d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d50b1aa9b34094b513f5b7f3537e2883764e63660ac6b29c9ca66bf996addf65d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5d6f1b0e24417497c69024f92581515b7de97ef0d9133b5421ddd17eb2278ecd5d814bf1c8512d1fd41948d4bc40fc923ce046e82dfd30681e4e3dc43f7ee4985da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c5dc111790110bcae25132d8446ddda49b4a21f8f02be335e782f028f18d590255dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75dd87d5f12ef67c3588171e477eac3da66cc14b67543bb682c8d993b1d5349bd5de96def7cede6546fbae37345d1ef1d940d48ac02286cb11f06feda55ebbef55df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e230b72134a1c3d803f66ce56b32154b33dab23c260131e0770a7db21df18a65e230ec7f58f5bb403616fb59cd5301999057212b2e01a5a1858e2f3ee22abc35e307ecc096f4efc6c3aa42e49c51ac75ea00b53c7282aa57adec4d2fba91ded5e35a9f2a9351fbd9249b5947f02bef4a416e6f082ce4c694582497093c2ab7d5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e49991de2b132d7c584794e49bf5fb60c279ceb853247e64d8374ce4fa7cbc35e4b8383b239f9eaece407b01c39195dab31d058f445b4772622ee92deb844eb5e573134be65f85c5ec9716ce91ef26e2cbdbd79567b48336a5efa6dc9a685735e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35e9ba513730872a61d58443087acd11d7e79aae5eecac8f2add4cb61b5d99c185ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eac2e1db591a72a87bf88e831d7c1dbc4bff5d918af6da41ae2be73322da3e85eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee0a452e27528c5c30383be18912e710946014fab628d350d4969112696bcde5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ef695cfe1fa3c67b5df682ff7b40580a9d25a344ad4111ee715ff441c1669735efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f34a9b3065260d92940d58f804e93cd61f9498040048e6cf2ab421a34e3d8855f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3e9f056d9e936aa554f0b18928f80f875c68811bf88833fd2de451486345d45f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f51b1488671c4bd68f3bdc92e67f2a406bbe8f3fd99c9b663e43ddeb6ab6fd35f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f585490c35c038d65586c12907a6eef4ff310b02d7c45f00f4b5f52356f7c7f5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f647ddc1d4f5a9a2d1d4bba64792a26ade90edb8c00b45b495cbc8e95a786665f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f840fd4e02c8f4dc07ba12652b2a940f940182c6928e06e35179fd817514b835f8e68b0ddc7adc08c04247f682fb2969096a18cf7c0309aec14ea067ff92c9e5f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9b61f35a7713b48864a2516fe2527df206b62ba085b0b9f356986ea3aa31595f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd7535fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fc6e374b0fb35968222f53f1c23a0124c53e7e4616616bf2c75328d40fa27b35fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fcfdc14b3491ed547b37825badc8d07501b9c38aa21ceddd353a3b68fc92b165fd1e9cb3f600d562f49b548b88cb26e73a64e2509e463ab9f79b5a35f28ed465fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fd600fd397ad70ef89504b7ecc3048351542e6f78e76c49bcde9d15ca8443115fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fdf802e8775d069ff8710c4d166bff068c5d6e25fa92c8a8cc23aee41dc5f5c5fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506005313a09a5e775e1a3e633a534b076bb5914f07961258fccb8ae9d22ec74e6603bef199a705271d6dc9816b91b98eba039bf5541a9bb31a4da6e6960000ee3603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f782605ae2c80264902ee3790f94e075c20696bde8d8b376ed796e3cde91e1754eb96060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf312266082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c4770608251f2561b3be2b160b680a283a7fcaa9b5f317004d8eb08cdd552b146f53b6088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd2608b51df678f51537d8569c7a6974de922d9225d5a7df71006af05fa6b3c58906092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609b17326ea2d48614df5d0e1cedb612d3ced6976dcb422b23478c4a3d1c675c609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60a51c6e4344ac7becd40ae3badc9b5fc1427bcaca4fcc82b8dd0d1179c8033b60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660bcf89e8045858b07965b73a5318ee12eae9fba46e54e3705013c8d8c92766c60c72e0644077b4a960f971c60add7148c22aa39ee1432f1d499578b8c70eebe60f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be60f42e055841af4a11a9affb10017ec5525c9de75bcdac0840e6a1054eb4df6f610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef9558064611f23b19df0e5a1748c0c49ebb67b9d4a289aaa9d240f19e148f3469562930d61310641e6de0c9b2ce81403b1fd378c25763d30168a3c897e3eada3f67585aa614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8618e47ed282a502ac25fcf45d763afa1ab2cd7010adadf3e69a1791a18dfb735619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c37619fb0b72ca9229d11cfc9c6945f2a7bfb5a9ed7106d8ce791c18ec99ba198c061a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61a7578eef3939cc3de773cd0dab6cf9f42901a06af390b8625f41937d7fbc9c61aad2b113d99487faed2bbdad0483ff63e71f4c517256d9bd928e00377f47da61b6c770ce7a5476e7c6a2eb33d2c70b3c279c0db8b2e5fcfefc8c976b52c45561bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061c2ab54879aab19db0f97eae4ad7404c51bb0b7acf7de566babf98b16f925ab61d361a496335b45935a41df2623d53a09e6ad55f984b0a6c31478e018b5885161e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f1fce710d1b22d68160a441192b9cc328894fe392fcab9b1bd5551d72ada2961f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f66516201384dd0cd946502852eaef006dc07908fa4f3634354b1c896bbeb4b0eff976202c6a26135a264d9b920c67bd3899a5917e62100f0334aa28b8a70fc18ed7f62120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff16212eed69de983cc4f6856b457e4c2a4e6b90a98baa3be06f763ae6248568089622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a6237be98f7d1ca09870c94d1348fd8d784622e396558a2cfaa9e29504809f304623e5f921f0d20f29f086098e229623e3adcda3e50912b6f998757b6e547402362478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d3534624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c6250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062535432a5ce91ab434344d35c60ddae3ead1c458f0789ff3fdc4ad133aa13a8625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff8625ac5473bde02a1eebb3679126424054b631d24def352c08e06778675bcb4e6625d84f5b4ee397b06b5de1d33d7a2261edfcbff1537e870ac6b25c3f375748362674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62720efc5302a2451dbc7b3fd499dbe9ecf85e4a12673ab37538570d445045c562734e48814f4c311f0cd04941c61b6922ce31bf27323e9293714c00dc1d9c7f628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db07857ddb6dcc697ac77cb6b1f6e93a6dffff8b89b305be1ce55a028d4a8862db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962dd35ab6eb0902c5ad87514968916cd02d66f7ced32769e540257120b758ed462e70ab613a759869d085d0656b8b299b53be49a1140e6575540c6bdebece5fd62e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f6923709681bea9bad0ecc69624d36518a3823fe44824b63c60361d2ec77e4630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be206319133c47f1d5a7842905688c5acecd4efeaf309106c3fbf218cbb377d01a13631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86340bde8a5f94f99a6add5662acd3cfea4c61cd5a50724657c3ecd38ea2954df63494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f23520666354870532a1e9aa981eec06e727be5465152b6220360c3bf2630714becefe79636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63711ccbacac5074d1c22f9e5df346d0afa25f3cd38a349f72f7095d9b226c10637c2afec5337e07ca606fe751ed1991418648ca7780ff9c8b9fb4b0b830b1546392ea970d5ed7ec5e9912fed263de1d2b0b1e60b9390c717f915ec051143dd5639a57b4b2bb3b20d6cb5889359988d11a4f45a73390d9a1c153c569fa0c0de863a5ef85756479cc4f542efedb60e87efcf2fa3c6a78caf92e1a61d19407573663a8b90643166b98a45536c9dbbae4b46898963c7d300f0c420c12d19f5cd3c063adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d963fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb2641d15e3e75db147145c9f04a30d74751937f2a6b37e1af6a5ca110cd162247b64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f64240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642e67689fd4bbf258a97c4c86e8ec6bc1f39642484d1eafa5a6730bbf575b7d642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac64662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf649d82dfafc906d9b92c855a26eecce401afef9df37b0df8c5c6c6d82371df9564a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64ad7253167a6e3c4ecc7b90314add2c108b88a65b186f36ab60dc57bb6feee364d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e26508b33aa8f9a2ab1a2d657c2fd84ce822044973d1eaf22e0b2d655cff8f41ca65232f5ee5ef74d6d9c97656977e7242a44247948e71f4db8d1cf808eb3def9c652a267de3e682fa3e5833c3dea78f4d8068186d1dddc7abdda0e59b8a010ff76532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a26534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665507833dfc46147e94c32493c68caab783f9456d386429e18856021ced35c7f65546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb7406560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa8296562ae37282d3bf74fd377bbbb151cc8d716134a024f83baf4d41d76079bdcaf6566d8b8876798451bbc91bfa178e26e32ddfc3e27747414e916ab5dc8c8d9a1656917dd596fa06723673a9a56de0b3d4eea91b583557095eca4ff1b66548434656c25d7e36f99d1b46dbc339856cfe58adea18090af081ef3e2efd8a853733f656c8150fb465820fb3745efebe5e0b235d229c83cc882c207595f1e4bbc3827656dbeb17c8945e5b2d768ac25663708589d8fa2d5162006c4655a60150168ba656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea658331cdeae68d2cba0979de1b55c95858d6e9f5e11f2e815fd74e7e86dd02de659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65b55c1191248d6a63697b700b1598ff6989f1cb5a8e5d0f4fef78890e219fae65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65e5fef3e74eedf711d7b1c53f1924203565b08a25b9e99fcde720bb6933ff9c65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c6490706631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e86633c07ff8dc3ca16a77440cc08e43e5755fc08fbebc37750fe763a6e06a514566353db09c2f2d6d115a3c31bc72cf41fb2399b800ced9ed01886c03322447b3663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196646afa5428904e15c42a10cf8d6fea793f244b44901beaf5ef24ebf3dd2a8ec6653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b066b4b3b66f63d2cf1ef7b1446ce77e31b679b91d4694fd89cc6628d8d1d0d3f466b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f66ced4ddf107d0ceca0cbb8f43ca40259e95dd1b2ea2ec84f64507604a2f2f3466d92101d7d491bbf5d523a20dfcc061185801ad9ab4a471e16434980570a17466e9fa93b8d5205dec94f5f87c69188b1a9200ef0be7d6b68a167f5eb2db87b466f2e54f0cf92a44c178f129bc9dd76355ce6d181d44f7e17dbc5ff7c5afbe2a66f76db263ef211916333ca2fc1eb55aef3424348bcf415a735a0585cee86836670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde349916714eb6ebe362f6aed6673d8e7656842335c1106e9ecebfbf6fbff9353a05cc9671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb673579e48dc2a0e1f25952657cbad59e1f4927856e245244207bc3a9b2230f156736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde6750f94240340ea8b50268ba893c72d31d14fe0d552dd4de7d0cb45bb2d9c0f56756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e676947c996e7c4abb85026f902b311065a838761191347f927aefbaaeee505fb6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed5640905676b677cca79fd081a986fcd67850a04dbcb2b61cefcf6aff963d8daed844a7f67819f4c6c61db85c8de0997e7b2a27b653b167edc5190c23761a4f8e0f1a359678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367b982521e8b417f39ff25748953183089f13ae6e4a9f85c7426c03b8e6245a767c1e37dbeab3b9ff8a07c5a4ac78dc34f1bfb4749a1e47d394ae45753f50b5a67c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d2494b7b7045c5dbf2e086e8301df9952789931bbc6224ac6ba4a0aad4c40767e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611467ef8b9ba56ebd45d7c4a714973a426d2372cf420e9d0342b26d4f4a922ea19468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688425d9dc7b70d98d56aa29c5f9e525a28992c1f1834c6e2a60161504f595cd688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768927ad554272caac4dad7eb8aa888eb00f601096cd5c5774ad2e7059bc7d3c76893948b1f5451ad7f920a0b0f87563b758a7ccde0a46151eebbe6b586e19e4c6896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d689f8c33f452dbf304e72ebe5f2008f5d31c4bee3c9ea9f2c419f14961c3c5b068ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468bcd4891524a605c5de7fead09562f70ba094de4cf702bc9a90ee158bf7fa1468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d68f84635dffbca3f755046ae31d62f0a3f13cd7148b80af04ec690a5746294af68fa354567d458edaf35b6b40bd9bb431f17ccf79800ac41bbef3df5b2a6abdd68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec97582690b20c65501f9596863c0953465131f765f54bbebc3753093ea8643f0f04e09691acd8692f60add38e6ae45a72c75c6cdc6f54168b6a50c79109b271b4a7be1691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b6933736481e0f2fd20577a622b83f922059030576c33eeef80be3031107c38bd693866511b72d488471ea7381153f0ae01ef50c47020dac8dbc5bda1831cf6af693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b969457077dc990ed5ad4729016a2f76a7ee04ef428fa3223d3e16c6956be38f6e695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca695f07d50b2cec5afeee930a68c4a5ff8a322031e152779460f800977eefce13696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e265696da12d7e200cbd3c88640e212092a44403f3baa6812898c63efb712d535d1f69705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979c236a4b84ed9b9d15e444f74b5e25e48c4caada7569fdab392ed43cad01b697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd77416983590f659d8b62f410df5226e4a0502e55a38ddf7bb2766678b46d1daa992969907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469afbed16ad3a827699618c0092e27cbf86b57778d486f88a93965428f12518169b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b297b9bcde8bf0ba9471a428742b6c78b75c3d7a4a03d7d51637b205933dd369b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269ba7baf01f5da05e64dfcce5a62db344e744f1564bb821e0239daecab050a8e69c80eecf41b3cba0a7608f3cc2dd1048b2cb64e37be985bc814feb0a6b6592669c86c858e255ae046abb88064ed137f9ae83d7d33c0a46c69fd810b08a4597469d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369e6a3731153e4975ee145f91e07fd06e3d88891c08e91a3585317f092e83f8c69f51b5a31071badef66adda62fe4dad90ba1c8e1155881f62af3cc8be76eaf86a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a0621f36fc203abf39775f174f526772d54fc9948c840087fb3701f774eb3736a07d8a5ad92e0cd2b501664e82d9d0f666dd72133972a745230cb584fc134066a12672c4669191cbae2360b5665f55a87e5a04bf746bac4d66a1d7e33bc92c76a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de13379926a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a2e15ece351d859e984e023ccef9f938af7a73f7d1fdec01df25314f352f76a6a2e3afdc9e2cac94f9128283ecf4981972dc703dd40a0c747cbd374a8a401846a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d506a43122ce60b550607944d61a3e3a6135c6b6444dfce77ee90841f69b0dbadb26a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a8c71af885b40e8d35461dc60b80376d52bf573fbd10f85d4dfe18c66dfee8b6a931e0ccca2209996b5d94623b5ce9d2d815ebb807cbe4e6de9f962613cc9826a941864b42ffe19d1ebee6ea7aaa866eab8277db676c87f18dfc38906e245936a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ab8d06c18def768283e5d3eb22295ad14d4f447a3ef44776e4f5d91aaf983f56abe4644c8b98c5a118597c7baf5ccc24142306ce7ac59fca4edd0d6609578fd6abeaf6008ee81b22b41e52bfef739bd1435b7a5a5a58a20534a3a3901c311726ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b69496ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae051706365a6655e67dc6d0f59d2155f1f11b6cc4558ab5854780f76a95b9d6ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afb48433a63e523acebeb87a97763c7210c38db109f85d7f42cc986a7aef30a6afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b3a5251d87f8cb7aa3d6793f52c24f468fee7efaeb0ed7a8c8d6bf87bfd3f986b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4caed013cf515182ae03a0bb2bc386f0a12c41616c84450e4e548ad44096666b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b4f97adf851c5face7c06365b941ee7b0ae2be31355c29ba74d542f119332a96b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f6b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8d4b8ba7ec9d6f123edf034b3ed545135719a6b44de300ba8250eea6a5be336b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276ba4b3328c32deba07437bb6e59e25facef1a064afa5e279efbac514a0c925276ba85145cb4596a92c69b391e8f97f76c844964442e60cf6691f888a52c757836bab77c980171b3805b2ed51e3d7e5105f1b0df76663ad6cc50d18fd09b1c4176bac1791f1e6be77cf3658164e0d189f03bb97a3e71030da63e7d2d9efd596f26bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be266459dd6cab385c7bfffed2a194f675938b3ef6772d0695274ca149473506be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bec18678ef9293fef05227e67632a64f95b664c3bfc75b0dab80112d2e1fd7b6beddb26b1e21876eb5dbdb8d83006faf66403822bba816d94ab51c90cfaee896bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1a077c00e2c75c5a1d97d61b63b388e6a5c227dadf3a76abe55cc52eddd68a6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c21dd0e1833453347fbed39dfadb5c9cae421bfc62ec030f7d52d34203c16856c22156c4799bbb213f7c542755b823cdcb1730ba8957d18c8ff6e05e9e7ab2e6c247a34f9f0e51aa3165931295c573da4e407404cd5e6ee63a95476754656d16c366615c95b754c10d4fb2567392706c19819196d5e79922aae7696bd8a67586c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c4d324ba6d464aa535de3c4cdd165d8725d686f71b368db614ca0c3c13474116c5d903f8e3ba9dc8a95c6028a68d1b52b66a14bcd99161c024fa69d579448f36c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c60a3456c78b70fdd14002ebcfd73d4cda190bbedb91226cf47fdaeca1ed7266c66002377639d010faceb8a318699828b5b117186718ca70d22fd50bf4e25e36c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6c9d3157619cd27cac0737cd74d411cd80e96cb13fb0102a52e62414e4eceb546ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cb5628be8641f2310e25a93bb4977f8a48c83a072967f30502cf45b44eb34ce6cbd303e629de2cc451941ddee36257639588c4a1e7291b3b6af9325d37cb4446cbeaa56650075b4bb6a753be127d4815ea4bd3e862a1bcbab16f2ba23c6bc456cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096cda17d86d3068233235fba421c4e2f076818899c15dcb6ce2f63456433a24fa6cdb70c5dc5b78753fc3a6e9011a9f4bf3f957d7366405747d3157c6366f68606ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436ce8bad7a49e1e695238c800bf47c188bc71d3dfeb712c5f6a6da10294557c226cf57dfbee2ae9b717d8e98682243fd6753698986a1bb1869101deb5bd2a6d596cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746cfb4f66c18f28456aaa5bca34a863a1dd34cac1a0314871a2b36b9f35a22b366d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d12afbf069bcd33eccd08599b9ce3c0660b65c470dfc755a56685ad674cd4a46d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d20691cc0583331c22d46826b8313c31c9060e9537a294cb09049c50a05aa066d23ca85a2e8d635658764cfb6f2c1dec401d1930cfa272375319873c49cf2cc6d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d46939719434845b81e82532609c5b6a08767e5c28360576b44677fbfcb92446d4e6e35864e3a5863645bfc5358912fb0ba4d8cfb84fe6b142c5f570e3d59046d563f7cc474bdb4874274ecc157300f5d59d9c6c79e73cb6bc77819d7cecb0c6d5b23dbfde48c5da7504fe7533ad713dd147566ffa7a93aaeeb3f1562350b276d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d74c4c22515d672cf3b96c10506a2cf46599753e954e95feeaf9bdc1a33575e6d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d95e640bd34a4712024b8fe1ba90703fb45c5fecbbb3999cec311c0bfd22bad6d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dabcd51181a975f62bb0f09a3452b4d724c0a8dd6e8fedd41aad5e3a8e5bb446dae8083b60edc4fa078c80c906c13ea809f6f50f485dfd8fdaf8e69e432ca3d6dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6dcd2529458b27099ce3d08311b19ad23beabb9edf63998682587e6e1209a23c6ddef4f1c0bf4a4b478d8c2a61433b58b660b8e865ca8d337bc840e7eae6f4be6de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6df02e2b82ee12da656bc024321b8a058470265307ad603107da718d85b106336df65c44aafdd03187d1d6dcfae3cbe4428afef75dfa3801164349d8b559d36b6df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c16e25dfe19cb5fadf25971339dd71e5698aea2f8898c052bd6f634c68680788276e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e3f479616ea882cd9384d7858bb4c6850c095859b4c2cc8de3b22ec08ca68ee6e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e7d56ce777288531c38e0da3d9ca2a54fbb6eec8f873e09a725f34bff53e5d86e7e03ff0db015710620dc0524a070a1fddd10d50025301f128377b54ae1b1a56e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea07058e6c99b93a1c6974a587b186109016e64292c618696781cc487218db96ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116ed8c6bf820b097f8455438ee6d6890c1bb93aca65f1e59bf42f03e3e53cb6d56ed950b7181ba6e8ad6ae26042c42fd56343e3d6206782afd62731b04fa075776ee781b455a8dbc4faa8c2a2d548fcc8df12a5e31ed75a4fe7d2e71368f43f0d6efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f05520db70d536ab4e349a30bd12cd4f1ef4f841186dc4dba6a21a5ee3c46546f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f0dd650b7d60ec53ca6e6b906ef84ed0329fbbb1ec58813d8a3969e2f9e0eb66f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e856f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f375ca26aa2c21b55422fed19f74fa9bfeee9ee8534fb447f6030f1d8602f456f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f3bca102b141113bb01a362db8a0ffb0e585577fe72762e5b35abe47687c3c46f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f67cbc39e77c733c61ef140acbffb25b9db113e2357c65f8ce6c85351a379a66f708d74b7045f240ad0ccd547f62383e5b43bbf989753d3a3a31ab7a103ad506f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116faacfb17638c8b506542d06ed46355d0c36b75797f6bee04d5352427effa5da6fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fbb237f85288721046f128cdfc62a6c42cd651c5beebfeba295953333e9c5946fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fd827d17c46cbf38937a4af5da02be552e22b78b7343d79f059767a063052376fd97f48409bcf9b72c217e2bb21ab19aaa744cb522e66a16455dada8fe74c056fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e996ff106fc980d3102642e5fb6b9662f0be7377116d4418c45bc0c1c95b8921e016ffa93db9900b5436782739aaf83a0309b65be37e04ef666f3395eeba631787e7008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062704a631ff942acac04b6606f4239cd0e1cabb7b58c9faf1a853ad2cc1879aeae704b4f261e771c230863452d7a8e0155027607b80dbf3eb7f18cffcede639066705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5708b0947bc22ed8a39a83c13a7b10456c98fa68e4e9ec58c5c1989b6b4fcfab870a0b70caf1142cf8e6a255480283a8fdeca05a3002e17e5a4a8b958a4c3fa4470a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c770fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca870fe84becfb115f98007ba814b1c0ba60478cdbe873d23a77b0fa4ca60c75f997102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c7111066d5e6e8f88b126684fdfdb60b6a2748233316432d596e43f7fe4173ebf7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e51756937115cd57faee974ebe2b6baf43950cd0c3ab2fca5b1a7058ac1b01610d6dc3587125815c1645d0ebf136aa55a51ab73cbcc4862ac6bb72a7d3ffbb70300b7a3571289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7712fa97eefd0422b470957443653f1201becaf167825b2d36156bfb740f46e79713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71495d96b130833c2d59a30d6e1f8ddb9704889e8df4d0c9d38c550cd9dfb77a71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca71634f320476e468a1bd17f68d311928fe4f32f86709115f58aaadc40b5aea557169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146716ef069eaf71c12c885e50ad21dfbd184166f331051dbbe2d1f4e50334e1148717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e8744471937c3064d13f52fef70dc11fafcb30667d97402f2e394ad53c283c17c8d0f97196e45d45bc8933621de98783664af0320eb3b4d6aca205d6378c0395a79340719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971b9d809cd78dadf6523cc406e05cf1c051c8bb64261ebe6bc742d3eaea995d771c5e4efe0ce9776431b46f187c230bc7787d72f51026387987d072f5b03c62071e0bc3e482b1602e2fa6551ab750a640cd17e645d3d12dfbfce691d5774d8d471e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af71f0b49870774f48d665b28a866136e9c779b9221fccb35f28a6354d986f9fce71f13d78c41275e04a28c6b496b567c27d3fad229832644a9728f899f79bf7d9720beda1c18af47d7dd24e7ed7860d935f446c97d9b828b9d99a4977ac72fa687212e27f6d1cbe0f9dc8da283f8c7a469071373486b1bae2e05b8c412679439a721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67243f0fe1376c18dcc2526ccc0c21e30e9466cda98df5132c5d0ff3bf1b89f4c7248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f7266c41bf2c1d769120d7ecf8d62d5ff586dc7fa1cc096e9a0abf189e0801464726a159786e434655693294087948e4e0a94acbacdd1daeb984603d2c59f350a726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b9726c8cbecf85c1fc69263c4f154230060803eb8d2a4311cbd5703ce5f06b97c07271f481cd1c8f4a2c3eb57b393dab2222255e22436b8333d40c4001fc949c11728dc5d5141be6e344b1404423e4bea482d9370422367b16459a9b03c0bf2eaa729ffd8f74fbfe51d0a7fadedb26a821bf9b066df0ec3f648f49aa57dd6bf5f372ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d0f4a12e5fa8c31884f740e43adf38e6c9242b4f18677c6850ba331fa12ff472d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72da8329270eef2fb30e04bc68a7e80f3b0954577e0beca1d15e2cfc8609334872ed87409d916662491eae2be0b271deaa7c53c95a08065c245abed8b120643672f3d62a25daff1eae1c0fca509cf2324983c61337861aa34b8804617123d30e72f4cbbb74f571814cf84e406d60c11d9a10e4cd66ff5af91bf8330a3bf0fd3972f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c72f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040730e425cb467e68ec9252df0bca23397d1798661013bea96fbceb209d174092f7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d7094735486a16fc0a37a367b52bb519404dfffb19265339a7a70b2c715f7c070b5f57387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c92967391700fc16e92a928d54f280fb1f9b7bcf694f78159cde2cd0e0690434689ac73a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273bcbcedda98938e0ff482254aa6d596d458f2acac411cb3803720b70295901a73cdcca8af82e8d3d11fe9a98c466bfc1f0d5e00ac779a03807b2aebf29ce99d73e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd57797415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c366187418144a2579b8487f64001df6975a3b18b6be6f0abb0cc53e3c35d3531094d9741b11df96722371783e1199e6f3607c8c6b5b6be2281a8bdba946f03d3cf675741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd745e8cc1c19f8fde0ddbfc3036f51977210d23143fc0f41893a946a7419e4047748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b748bb89a823d29e22bd6cf9505d2c2a95854030104f1c2c5ef2a91506a61e94574941a387c7928655bf127ee77095fb63d6dd64eebbe133cd9f23ceb41f4cea974994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c42effeec8f3cec3da83d69bf1c999a5e0c1a9c2842d571a3b10e290b967af74c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d74d8e40bed4248966307d91b781a410253a4e06256eedc17b9d84a35ea0763c774d9d5daef7b7f0779d292a80f3f9a5ab2ac6c6360c84473830a6f719244818274eae1d5ca6b902992da6b14e781b4948ad68ff0ba6f8bf4b6542c22f2e5335d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a97519b92f19cdb983edf6d98257aeb8547fbc8080940a5dc9b9f34aff0117cd4075204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57525d4b138c42c4817ee620daa47e827eaeddf0138f877309493988be15c182c7529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d077532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b75362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753af63105f90b98b565a503e1ab53f538266684fea76764757332c384f20fbf753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d47542bead11fb2214944196f6d3b4faec43ff0f9e7b68870950f5dd3dbddfcaee754b2245298a9610bc01b62be7fdbe9c84a5d884f1e64561e07fbb2f7574c01a7574b705cb8bdd040eea48f9eac4a10ca98020c4e3bacc1113e2bc2cbe1d81d8757ee1c8a53d465510598b627ca1db83724499b5b815cf67691d44999826058e758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758a531e247a3ecb4a03ee03cc78a8a8443a70607136a1801fd6bfbe4e855904758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675b6d7462ad283334c90158e7b20e8ed3c70ada5b84a755e0531c63c572c5c5675bd5dfe7a6a14098096b4c1bcf3aa2d46a46c698d45ce306dffb3647401a1dc75c21206fa40f8c6af5ee72afbc914432b530690783e8ef63ebca04a6c59fcba75c54bd8d47963475842cadf18a1b7ed3020ab021480013bb057a5bc44cbe2e675ddaa52b1cd96d179bea7231312bb2eb9e69644fb361d4616334eeeb875056375fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a4676230df0f36d3762dd0781be6fda99d498369ab52f605cfb336081e92382549f762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f30707628bb3d99158a8c895946fe89b2810863c4bb6a7426f4a3c8f35b70e7d9a2aa762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f37633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba764cb3776e2ce4b2b44bbd001abb6693dbf86a44e1a79ee70af64347bf32d270767b8366261ea19aba0445c740f75d7bafe6651c361df8097ce4fac61fee46f9767bec67d368838799d28cf014e6233f6aac9fec530f6cde4537bd357f7b5d3f76902337a376850b885ddf9f870edd07d2023120c2d44c326f44d3c9cdb02151769e17d68cc979ce9bd170f4bfb8ed0a75d99bf4ba4096cb6e8be2a83bf112c0769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c76aa680fec1cd0b9a77b68261b10c8b6b38b84aeb17163c3fe31638b62254d2176b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76d140c32767cf6e466f2b9f1c932840e283a6c16f092ca376349f8ddd4de1a376de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa347704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6772e3c146e8b28be47464599564222888290cc1777e661206b8f66fac08349dd773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4773d6cd369040d3b91a382ab7c48b917cdb3a63626a4879bb57d5530f57d0a667740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a377840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d3747789090d1f8c1c8981041ac713986d2e39ef01d7b645eb3dd949da06d8fe492b778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f6412779846350416e722d0a0f80bb216754f8f268d53697ffa7c5fd22459193e717177b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e780378d2b440d05f1fbb3b5787693e19011da57ab1353935787641efc81cf53778093ac83fdf4e6aebd3e42789075a85af8dc9abb112954a9e17b7b033393b5a780a105fd383213475f4a31fa7aaa1be51accaec92e8da59d9de53a5d296c270780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed78204ef94fbde834a10f4b6d98af7ff1d147993852784022f7940a59ef5ab75578337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b100257887043e30417bd35529d315e29ac88d9aea4d9d567de11194cdcd87a3e654887888daafa6fbfd320e607287243cd72cd187468d3ded725f054a6d70d179dd5178918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab789574f14563225e009b1f79c947d897c068a528ef3d44a7f9f1501fa7a2b8597895cf44664ce9d0a197d436375b5c4632d9bfd71b72abb0201da2d42be1bbcb789bb01cffdcdb9218303357af4f64cdd208ef7b36f833869e58f090112bd15178a316669779b30a5f8ea99b37f6edc4ca1e37e3d204537757d834255ac4105278a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278abd7fdefeef0435c41168a2af70831bfea4a58ec675148680c18440213856778c3c24a0f84abefd61ccfccff1d45a4895b6d46025e658b23fe69e2d4fb30d678c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178d03b1cd9120aa206568df93c4e055573981b75094a57e77cb8259d5f0205c478dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78eb529d2356e0e035e82aa118ce5de209f28a24e92c3e1d54f980785471480578f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee7944dfde2b8cb826e1f55368d306f06dcf113755d3de4b7d561b37a913c8342b794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e7954ca7c7b814ee4e8058a7dc19271581e6f4bf63cdc78328d45978b25e08866795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579885a568922223e083008b0835c238d06146143208d367eba1d9d01e5358a3e798d0e205b719b6a1a1a4f86320381d33bb714964a61a57486dd45e889e76d42798dd21d65af1d4a0fcf1095548f47d088ec1e1d12564b9339d1806bd49ce19679973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af579978efafc288010f25edd9a949bd7be553d933bd6432f5f98421fc2d399bca07997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c42df9b99aa106a755665bdd7d0c8229c85f349596af7d2834d153afa4be9279e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c58079ee3a51a411bb98b88475a9da0e5da27d9fffe1aa6f13201f03319b3cb4592b79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b7a0322c111deab71cc979aa0f54bb43299a88d8fbe489b6185abb9d30d21effe7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a22554fd782909e884a1a8e6b721bcf3505b36cc910e26c81f41f3ad63411647a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a26087d7734cd0a1eb7650bf7be9c8dfda680f488f32da5edb698aa212976fc7a262c39d3f41d9e3259c56eae4fdb382f776c29a19610f28257aee917078e2b7a2d0368d68fb336482d45991877d9324da948da8b96c44770424b9c58f335df7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a61af3de410c82887f1f1981ea4d0bb793ce7b6c36591e5ad8dadb3e2de1c9f7a65626fca7c146f7544fac5d587ac3dae81099fb633855e18f62af1387472dc7a7615947f37a935715125f4ebf551c59f6c8435a8cf094be6320d761df6b5d57a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537a95bd52cadb0a3efb4f164e1b09d5885d7edc75e1e59a4ef02c3462de547e527a9be605ad0f5714aac85455445524d0445276406e53ad5e393c3df31b5c16477aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977aaa73ce2eec87e4669c79bf3546bba7af706b191f4f9c7609e2c2b5eb17d5327ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ada0508217ff4bacd9b716aee7ba33f932cfd3d3559577d061e3e454a259e787ae8f3fa42b639cf4f7e179c0bda2b6984bbbd1409d1a3a8324dcff6eeb5fc8c7ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aea5f368aefd6609833937e7370469146440b95be5d888060eedb1dd1370f467aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b192a88b0fcb58b5e131b1e1059ae9be974486d4d9c652c2abf1facdf799d847b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b3ab1b837b3ab16b9b3f682635c87f3b0705940d7e9bce792623356a3e63f627b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b462234aa66b9bef5c2bdf673cd1fe66fd9f7fb96ce9a3e352a59c7b26258157b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b7b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b97ef288f5b2aa61f5155154671b39ee470726ef3c42970a0d7819b750f5a057b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cb000880f77fb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47bdac199c2ad2903c464a87c7ff8969ef8207dd284d5dde5cc8acc800362bf097be85a15521083e80960de55f2dadaf99fcdf9bea6a0e68e6068c1a04f4338cb7bf4d0824a4404d0f71aac0a4b14d825a16cce979305102ab902cc8f18f7860d7bf6aac0bbf578aa509e0311a8c2202a2baa165d4c89e2927c7018afb95e3d6e7c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0af030042e2c044fdfac06b54f80e993184e9bc3f9d7fbc009a0ac874000577c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1322b366a93b6031c4399b0a89c5d1bd337280aca521880b9629b86a1f6c8a7c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c2fb36d19a658d9fd50740233a47dbd6c7ca48bb1a3b911570835002abb71057c429d7b4625c081fc3899ce42664fadf418488eb395b543f198f7029a522ffd7c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c6d7f4c45e489403c60a2248501f12029dc31dd4db8087067c216fc2660efa07c6e92390b0871e89ab61c46e5584b9543e3a8cd70aa3116e3a9335c0d6290867c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c75bcfaa16b70d9ee6631da0bafece2654f2cf5355d765230c5123d49bd60be7c76003c8d5e34bb3c0ae5f5a7a96bbe415e53f63c3024f29bf9d1af8b61154c7c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c862db2df91a73a6f998713d381b66c69f8c13ca7ac61f52b879c932584f9507c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467ca930c7d662befac47cef119f3982fe75e9ab7b709ae9818da38abea4e282e77cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cc0c3ef5fd41d3016476e35665f9d4e1e95e5c778cd3945c94cba0af73611547cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccbd26866956bcd7f62cc34215b55c80bd546743dd84a78b633cb6c8ae8f6397ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1e2f310434a16f7c17f2912658b431bba2bb8bcda6bf4fdf38099a373a9e617d1f97e06e5cad1e39f1d6c67807726ba8892f744ef30a1ebf5824b1f915a6637d21533ddc26597ee9e6ac147f3710be2abb5d1c9a677d300dd944717a4838677d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d7d19d7cae60dd3edf9d8f4292deca33155298f5d5021f80c9f831323c99b9c7d8e0a121fd01e81a48bc919f8805b9b4b424d5d4556f5b2b84d0dd08341f10f7d927c59e5c64a7ce832e99ec367cb26f64669c6a354517eb0e59a5781880c127dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507dfdc51dc3c0c579854df854b93e8657b89e9ec0f81f695da917fff4b9f974ef7e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e16edbfba2d7636122508693212cec408c9fa4096fa807dbfc06600aa6bb03d7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e4308e17c3c5a66c5305e0f626984071fcddb2ede7e78f16e5e6a9ae9ec7f3a7e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e5288030a45af4a91cb74769cd48bc1c761194d6f19ea00f01e66cff29d1a8c7e75fcc7bd5faa231e85d149170a6d097968c4fa22fca6100bd407f022e860d07e7610179fb763618e954cf362e88e08217058117ab13a9c491cd524474ac02d7e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817e8a65013e3f492456d0a9621c408280eea436473aa0c3facb7fee8faaf8c6757ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77ea9da2708d63e14b9798f0bf1e354e1f7e1cc151dbcebba70c62759c49f439c7eb0412100b9bbafdb3164e99a0616f72ffa44eff717e79de6cf22dd4eb4a9d77eb191ca591e9e5c0f21b681695c46501594634d3fd043bbbbba9a448b40279f7eb2e616329768f55105aa6913a9b4b7bbba364d8e2a5eb9fd0bf6412346c8447eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf7ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed11374a9e1d18976d3178e7505a52430a953933d081d48ac2914e4eb404b137ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07eef9abafa584adffd179138db2b2510c8f3e475d24293d80d9719aae93dc9bb7f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f4dccac84dacdf0a636349bddc1dd4e8fc0178200314de7cd803cdd8e3e6de27f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f68d9e33bea582330a011de4128d40c470cf38a9e62e20708a6ae18c9bf720c7f6c9ab3e2af67903443d6bd3ee2f0c1d91aea05ef2c007d6ed02553a97aba927f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67f79b847baf7a8f07f025b778c21bba5edceef8d228f70eccf6de5cb29ca39347fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a7fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fb06e227f87ad0added05f6ab8802c55d5c4d673cac0dea1fbf767ed524a3617fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fde740d4fbf62f599d0c3aeea05823efd1067340f40893f5c175fe78be822147fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed800fb5b080241897e66dbe90830171445054d1e42281f64e42e8820c7fea0ea18024b5504b6d590f6911690b29f90131f6fd31108c4822ad7441ae0684e45cb180255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f802c62f2756d85df71b063a1789ea9d00b49cb94ca27ce809001361ac2c36ab9802d53a35842fd294afd95b6ecb8cac3b240e0cb242d6ab27cf001b651d34ed6802ee37c92d7e6b828aefa7cd19149d7601b1077fd11c0e28761edbc681a96b08049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308085c1e2e3aa215ab96fd4d6004db2b282dcabab5645b7330589a5fff48a2adf8087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a04228098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b14a48018426f0b326ceab03cb72060596d69f41f6415347df4108d8114da580b1828ff898e6fe2ff10fbd3639a9c239ee9885ddd4a05d29a0270c8384be3e80b182c3aed57bbd6de82005aa9bebdf8e6e8dbe87fe14885dc42a075a818acf80ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8107555d4fd3169e7566fe21fc44c099a37d3023502d390d00a39c3c6db3270d810b7480d2481f98b9b26e7144430e3105a6c77f2ca5bc463c6bb5853d5b9c8f8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c82811dd87c75db49289aa27ee98e05ff1b552a93d7d1c7eb3f433ac726aa00facf8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813ad741ec835c21e02cdd604b82eb2bc399abe41013bf995c58fab6e7f1ce26813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf8153738ca6d3f4090c1375b5a8e0e1854c4208fa23e1eb7e4ff74f374aba9e7b815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8166bef0b85d3e309aa444809d39ed97b77e00a6129e182879346b25ecbd2fae816ca530fefcd749371744e0a02028bf37b58e8b7aa34fdfa8d3f81b5d533449816e6d83245d636dd03c729e2c239cda06008321382a4adc31dc8c431693a462817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d404bd2cc5acc1d10e6266a886e66029412e3f718eedbe5f4c31b69ea3d37481d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781d645e6f7b6fe68767575131718b4158b74a651ebcf9027244c90e737b37b5d81eb5389080294ca35be44f7686de4c9b2fec496dff18f2d6f2533e1942dc13e81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc381fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c68216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a82279bd1c5873822e75ab87e01aa89e1f2ca236cd6217b01798e5c987d60cacb823e25d55b30134ef1691b9ab292709a0c0cc9eaff3c2ca2a52e455301e8a7b882476cb2436831c3a82db78f5e384e537ef24090fb76589b3eb2cdbc23d3047082668813fd180feed5e26b0f494f94aac8ba9598750473449b727a2da77c25af8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a628269bbc84d9e817fb7d2138ca6664d70d21986d9cd10fec908c34a3097f84b1b827deae8e9d670df606021b34577cada40122770421c16e0f9db84be4f75ce54828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828af75789853506005afdb8ca3722086df59bd7a7edbe28264eb17509de623f828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82dfb5c517b5efdbb1cbd2ee7d070500c2475be68915265e903be8f9b3c5f0e682e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882eb1b294b70849585c31898fec387b4d3f07a27c82b17d897aec551c98636f182ec72308821d905f6e8351b19c2af69c246c5e6299c8c42543189a309ce340e82f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82f996b2f45fa00bfdcd4e42d4ad45a26dd458c83da1a2167aaa437f8072869282fd7fd1b73a876861d342523cb10b286513d4aa9c02cad4d85e7660b81d469082fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f8327f43dd94ba95b216988ab6e9b5161b9881986f660ee7fef45c28a29e4a2ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d18347a579445e2fce0bab6474e09942e620d089c85ba396bc980ba7456ab099d88347a618cca3b61ee78b7212c2561ba285a415e0a46c3ee96c4126874eb5813d834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835804c0269315561d62be5274f90fcad71fb14ed43ea2e9009ae39abfbc61ef83596ab871b5924fae4c92f98aa731988089dc761ec4eeb97ce2629d7d7c5515835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e6836bfe46d74bfbb6dfebb74fee098c740a506bba122019ee32fa53d0d32dfbf083713b17f6b3e0bf41a82d62fad66cb01476ea191c2738640c6f80752e638c8183801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838e3a4ec0eebe2bcb81d025e9a3c871b5af53caedf9f638601786066d5ceb8d838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd098393dbf918a053cc25b5c9547f0032dd9232c3f5fc3537cfa0a789ab363f7a3c83a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f83a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a85b25507a33da59c9380dba73bbd35aaa04e329bfead328f8b85488a13ec183a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083ddf77757fb6bffea1280281200c7871288d26da09c8ffeeb8ad89f5c1f673483de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e6b5bb77ab7f49014ba560e4399d7138565a67f8603c45eeee04f4a21aa3a08424049ef0254f5854199c261bc1bc62e02e0ad13e4cc174640f16933e8c918e84439d05b90128781fa89e0c5be494970900bf329fc2342aa0ce23bd4c1152268451aadd122c08781e9b8c76cb981f6fdd09810ca761bc89b19662c08d675b0d84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc8984662e644cf3f8f44a2066ba63557d640f2e8cc4719f1ebb33740332b5e3a4a6846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae511984954094ca0080097ab613cc678be21fea587e4f52b2cc465980955498083fb28496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa850111985a0aeb2dcc04f98f5cdbdad33e2fb610727860da769fc1ce8ebedb238503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d0264808ad6a46036a36b3a39f0d6e58fe1ab4f4380b4e99ae2f2faa13265785d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285d8818d3266d4193da2bfdeb10eda6ecd700b4f734265a11ade01001157834985e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa285fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c0886084781374229ccaf5ae38885fea107616b8a69204997fd6ab7354c93d6f12e860ba3003c3355a3392d133ee13a9bd6f9762f125aaced4f3635d14af637cf388619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c862320f0951ddb97aab28e324caddd0ea3c9b96c73681aff5da59f9c232daaf7863e156a6ed9006c0a497ef4af939ea529045f4b728558eed68cb702fcf8f8978643a6756e998a9d055189a96ad2bee1430801b7f7a4f5b81d4ad5b3d1b88d86864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865c9e8d8c737ff6495be7282ecbd945c435ca4d682549c285d24c2adf3479408660c5895f15e5a57287b23c06ee9cc3d04a465501cf4255cb01b46ec20e12d38664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a6858683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e5313868ac0e858632644c599aca4c3f8dfbfa6130e52ddfb84e3fa8359bf2f738f8486c76eeb022e60b25bb8a658004727d19de28180e4516bda00871f8c25ec019586c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86d0170aabcbda49079c90b5cbac721b9ee1965cbf89d310ab75918284daa62c86ec20d50366ae62c644e3ef000b954588f4015577c37015171216605520292186ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786f75d0aea63c8c7e5cedcf60d8eedbac6e6f936e7a14be4b62da57d18d142c186fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e614158038749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e155049987589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad487647fe14a6965cb05eedd1c8126dcc76b099e0cb246f17b5a70c6f78c3d555e876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878417ce2f7d42b9808d396d5a6da16a89b29432905bdc2bbb76fd374d4c2f78878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87c2f6ca409a42ba86e1059755a102bba026181b6c8fe4f8207a77b32ef0024e87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af6385498800cc90e09cd3af0a5a90fe0b09ab2fb9c0cd414a7b87ad27d2672893e21dbd880114f7cef2fb5d755acfcda85b2769ce231ea1af338f5dbc62be5a0a7884a9881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a3882ceaf39a9167797f465a61872eaa43bc31f6666250ec6728bb657e1e9cd4098830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a12885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76886d1a88db4e4f11e30d4cb4c2a38fb4c9b78dbb98df8e460def8d9ef93bc14f887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f887973ef1c5d71ff9715a60175d9d6fdf1dbe28f511b98e84e2705a4386a722b8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88a5df93099e03415ec890bccb45cf1fb13492d9deb607a84aa9f7fd3756c79f88b4be253182b9ce17a6562aef7feea6479098b22e2abac433d08fc60d2e163088b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f7ef7b907ea26c7945b2dfca02d19ce18bb8ce6b5b43a695abdc29ebda00ae88f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896aea8493aab562a693c537239e78de7ffb6d9d897f245dc91cc4f18f762538899421173355ad734cfc674322635e6fb31b1a24d79abe5043cf77f59b63138489b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c01dd61cd68c2f2719a7e49599e5fa9fff74ba0b80c207e8dec1fc766c5ceb89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d585c7b17e2e87134b24d861ef26744cfa96038e99b3542b6cd3f92a99a3d289d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89ebd37c88e407e4890a486e30158688c1e02fb33c43aa7e0a293a8bda21a08c89eda907833b2c71469f0307dca8c23e11573c38a72172c90d8dae4515d85abf89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a165e0b070023de213fdfbd3b40f059ab40c4572ca43af1015ab1b20e77ce8b8a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5718ad16381f1c1f29e3fc5e310f5bc33f62ffca1ad057e825fc9e8bf3e4738a5c9f6c2438f38e925cc86d3afa6cf78bd35ae1dd219f967030e8663be2833c8a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a975837f94ba3f5c8a8134047b70a130553bdf76e39c16407a2c12736658d288a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aa0934d157bda4e02913cf6e28b89cffb45d770582dd53fd0349073a0103e288aad377f97de243e519d4f504cea26daee00c7517b6f3a38ea4b40483354fd868aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab2de831b756818abc465014fd130387890d9bd00790f605d0b925980a574ff8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acac5726cec493508a1da154097b2dd441c4337f54809e4e3bde509c750e1998acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8ae98f25a7ea57d3b8734b99b4f9b67ba23aaa8e5435a8052536b45dc6448b758aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afa5160c26d7b16ccd2b80ad8d6843dff885223cf51f618cdd4f9c9004bfb028afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b08ff85f8a975968351969cd82fe14df2612d40b03d0fef97d0c2dc212ae2b18b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b1843e84d9fef626f05b447ac9ef7f24d4b702b6d2becfe8eb85862acdd07898b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b2cc747a7596b84a2044d41c4b5e3f1b9a7d1d774c05382637e96faa8758ee28b34b9484063446572bdeda614ef82a04e64800fc6d8170942568e6bddacccc48b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b52c2d34aadcd471c97177f4cee31d81a93386f59b8a3a0a43d31a61898720f8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b58b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b6191a7082334019544a893dc64c3c73506403e11630e0305c19c208d55d2b68b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b7a4e4643a375a253ccf1d33ee0dca880f4ca2c8ccb407326387c4eab6e7f568b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8ba39c2f8c81447a407bb2819615d38430072f5b4c630a3f382df5073d1e31d18ba40943154af7ff2de36a1ff6ae22f4cd5855eb5a9a91c975de9fdfc8b1adf08bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bd3bfe02348e12f5d131ef7a6c85c34eba1cecc6cc1a36fd18aa673ed1718498be139f9c230208b29b599c90d8654b5a0dc858472583544317a92847b631d518be3ae2a2b15680f9c879172af2b14221e621a545372e563cdb058a5365efae78beefe913426daa5fd1fb5ef195b4e6dea34fff61f9cc48c08782e5c1aeaf5cf8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c02700bf8be43ee9252ea13105bce14c8a46490cab1780a0c02006b84ea39068c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c1777c02ec32f94201978460a2780ee23f8ee4ead8528758b1d04e78925a4708c2f4d00d8e6b8f413dcbc68f3cf3b5c06ad122b052e41e918674a4affa7272a8c393f611ecc25ec2ed2dd0ff49a5b858788cc92e8adb8634737088f22457f5d8c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c773185bd4ce0fe89138104478b9d1538e54a9d517561d13387f99d29f6ebb28c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7e3e53981f9bdfcc5172ee4f85c5f4a391f44f0b846bf1666e56b96c9866ec8c89381fc92187279ae4a958b09a84a43b09e107603e2812201b4df6ff9cdd958c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658ca80154cce7de0c73a435c6d75cace6ceda548f7761a4ed25416b1216da43bf8cb265b9ef017023af4b4bb10b1018c501450de11e9f63989d6779c85a99dc1e8cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cfaff141a96e125e63d6a2b18ff95bf404eeaec3d094782b57f842bc2ef029d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d49fa8bd658762a62d15df658c893a11cc51ec9bfe930666fceb0d94226f1ce8d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d4d95a522ed39896f634fdad5aa47b2c577659235de6c72205a76a892821e8e8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d5d41c91c0218e20c610bd007e765a4796cd3228de597f5865fad050ca287808d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8d8eb2f2ec77046b613f2f9c85698afdae0f5a97a3acd7136741890bcb4b394d8da03a1230535d5018263ef9343193735955430303b297fbb18837072ad196bc8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d18da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8dfe11caf3f5ffbe0142b0386d55bfbfeedc4db7fddcb5f4ab881ba80d634cc18dfe87c82dcfeabe4a9a7c4ae20f6ca41c65585401ec185cbd0bf4d02c49d1938e1f6c82a629832e0a7b924ed086315a5a5e5086a06c7886a0c35355cc8430c78e2ce2039f6a20287da6c1e727b3acfe442319d48cea4c9c1a3eda3741cfd08d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e386b2a20f711ef2e898a97c90a2c6f0e373fd5e26f750b16860c0806e8343c8e39021adcc88db57e60c3c509ab3c9918bdcf69d0fa8e7991a9ccdbb1d0458e8e5306f211199c9464165c5a4b4ebbfa9a1bdb94e3feb664bd4422f01876e35f8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e62353675348e595e265cb0a6373bf48185635705224098a36c1129b3cf298e8e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e77a76e4d2b412f67cafa9bee000830f01ad2e5d1cee368ead1e74a5c46593e8e782e9ff065cb58f33cfabbecdc7c859e9de93eca45cb73fd2e7f01606b98778e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e8d8997d26101720f6c4fc438d15668b0f1630f5c20b04f543c776816833e498e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138ea7d7f8c53e40de3ff5e78ee32d86ea0d793f0ce20e4cb40970540909cd13d48ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ebd0375fcfefe64755cc9882b984025deb595d32e02bf7b0869a0d58416234c8ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed17f35b6741ec7c2e969ff6b74846a33d80df318e06897768f61634a0d88c18ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed89af45f4feea14d99b6153112a3dc273500adaefabc606584c1db5650555a8ed9265ed92c18f3606cf7d1bbc6920d9a7a875abb6162223efded4d72909bf78ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478ef01122dcfa8919b608eff747c2ef2da8844f8a8c172719b2e642e7a920e35e8ef2c112c02ffb57992208dc0d5fa1e6e7dd5740edf74690c67cf8f0fd3df5b38ef81d0c637e5c66523bb923849adc07af5d95c6c8c0319140c4566b9868a8408f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f33cb264794a3dcc802ef29f68925cb90ca4849e96a62bdb5f1601465cd6da28f43dd4d125d12b2052f04a4a01f8245571fa5c830c5e7fa01df518f5585a1e58f65e26b486364cd3778caac5833a90b82037ebbdfa2f4afbd1837603637c2f48f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f784352026f90dfefd283d6aa03fde901ddeaf4487e7fa99d3383a4f90d05068f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f95a6ad6c1311f7160cd59fc822dcbd6db823d4f1c6cb1fc296fc3eb9b8da4b8f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8f9f909c0a441c9843dee3436c5626c503504ad57c1a2e3d5cd2729dfb1fa6248fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e878fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738fe7a3a19c345dcc6a161bd3a48a607783b3b92742dea218506ada69eb9bfedb8ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129011f98a9ac68461d08f32d9505ef057adebf3a2d6a143dadb992335d1afe1f09023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a903d43eac5ffffbacc26b6b9d023a9a4cc07479c63fc9b26efaf42bbfee2ece49042390dedea78d3691f9a43804d11c57d9213aacf628d8304f93289936ae6739045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af908be686e816b0e732ad7f162f6a75a5b30e810fa10d61fb7f1a2bf0580c899f9095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590b647b6972e9b438e331789e1bf7b826d206c1e2c9ec028d1238fdb0257d2ed90c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c90d424381291bf2b8da58f4523266601dafcb867dfdbce188538e3c4e9803b2590d58cd6e6101e3463e30f35cf40695926ad355e5e9c48b81b8c1fe1e91e15eb90d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8990eeea23a332e32a549125c79f0897c2da2a414005e64eb6f35bb5b69ded84bb90f806418f7b1c2970438c133119b0a9e23a35e81624a41f537bb208a5687a6190fbb9d0e56bc531e1a0e30436fe516e49951a2d28a4a222eee2ec5941b1ed2590ff46c2aa5d2d43001726c19ccbcabf97f5cebfc04ccfd1533df970debab7c890ff9fbee685b92151c8a122725269f1c9ed0faffd296640edb44b5b4d8252ec91058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae9110e5b7a19e0c645dee5e2386c4a223e07130863ca2e58f44dcdc9bc5fa47a491189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912580b05fa6827e1f65845aa09af879e4e7e7993b21495aaaef93fdfb8da762912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d6917a98aa5b2db5f132bcd08724c61dfb6c170b42f8d4bd21c9829cacde3f9ae591920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891a5d9380ade77250f11cfc9d208084cd491d9e5cc527986bc7e0ebf8c63218291ac2acf35a2021792c89016d98e7f0144528c0c498af58b44da8cae24646fff91bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891dd77a965caef3b6963132665207024cbeca912fa77a9cd294e2b4a2ea4888891f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca792044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc921f76579773e3edc1c1fb2d389d567ec580fb13946ec577ec8133ee9c02703992209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92211e33ab331ebf5beb3ab9c0aeb91876eb4a5eed471a891bd451e2561e516092275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c337359267be6f8577e7af5613c5bbc3ea049ead96427fd19b56b88480916acbcc7c6b9270839e2698edb7b01c612ac139e76fb61418c58c885c4372f1b962b02102d4928f24c9558bd224e767fa40bab9d4f04974ad36f63c49a315fa83ea21e32aab9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292a85bae28c2988477b3612a177a572727e78821cea8cfd0a53923a9fcd6b17492ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ab82dc3860058129cd80659ffaa8f2f4dd9a1b086a503778e8db38d5a178a692ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992c20a5dc02e0643a932591f1ad21f3d17b50b21bcc5a2381678e959354fd44292cad8b401cf3ca83897de9795658cc779a6bb0085c456e04f5c1528a0831aae92cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b9571092e9ca391ba7ec740a6d41120c6f5cacc180af0b7d9761168f18d31e7e01f6f992f43e971b162963e71b177c26102e5cb0b945c8af0d0ff30c16d294b544fb0792fbc738cd3c5c53d27bf6b3165daadde53a77c28cd058ce6fe21bcb7344b8f792fdc5725adb77a6630295157fbb669c54cf989e28b426403a0c87147c069845930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9312aa30e767a3dcc024607a1b63e5ea099ef5e2d32938c1813742ef6ee9965d9312fc146a76410006fd0b26d611df35c578a2502c9a7a0d26e238b96745dfcc9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c256933d5130cd8f864406b6c20f7aed027220686522bf5aa594def79b1860f32db7933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f093445c2baee385d128fa0fad6186380de0cdf91cfc71c41090761e27393ed7529359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb3730809362fae506df014b0beaf0ae11abf4221fc04e438f4cb8da9b240eb7b67defe1936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937a291f664fa4829fc0088d78b53164b4544ae7ca6f30405540563aca5d9c1c937b91358585c0a7b61323183d5520fb92a51f3ff7f93d4d623013b8b38d4f1f937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be734189391d73ff7cb32f4551d24ba8247523e600fc061d9f5840c0a2c0384af95258c93963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93bcaabf3f79e5e28ca724910ffeefdbcfdff8556c948c1455ce78e9585907c493e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893e9da1cf7dd918280dabc060c11ceb32074f2b3e7546354eaa3875876ef7ca59408f6d750b41aaca5fdb6c36e411bf7f5a850d8a5c6da94b6812058540754b7940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd9418fbe10bb0c91b15cb23e8faf3dd5eb78df7b3231dcbea0bc75c4c01baec40941f63992e59e93fe7c02c0412defeda5a693e7ef00116e35604401d15b6320a9423b4cdde41cb17c989a2b5845199544f0fdbba60d9271abf88b28069ec60e2943fb3088b67e9bb4515b52ee405822f1f317fe7f886248959079993a95bb70d944bc6dba4e7ef30ac536bfaccaa8384097820b8c35b634daca4d6d58ff0f206947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd029947e47f3243aa44dd5e0c124303c238ebe8dc1d7c7e580d064ca2bcdb412f6d294c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94c9a68a9f2f5135e4bce1622275f91685b1b154834ac50965ce0cc32d42021794da7057dff7c943066369c0faef78fbb8ecaa6c1314db7775818462f7e3f09f94e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294e951b5be778b0c4e2ec9f45039de52c15fc664c8366c616b3baf6e8980c85394eab5d95578aab3b3087ce3f0876d60082caed013126f69690f60c30135f94194fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f950140ddd35d3b9cd732d88ea87c057dfceb35ad9c871ab39dea03b2286d3e82951b5239229b3ca5efe67cd0e3fb3c18f12960c873c131d98e4362b316cf5a15951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de952673e99b7690b361fb26838bedb86d07081a947ec1063cdd95b6af7eb95556952de5c46ded0956182160d27b882212354c92772c530416ac7549fe8dbe1d6a95364d6a1b870901d66dc7c53924072a780314a7b68567b401552878fde5e439953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a954784a7d9ea6017f0f2294eefd48960badf1324f443ed151818dedf221ec2a79552aba82f8a7145248c86488a5cb1e976321d561716a78998000dea4b0b83699560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195673f9314327ac0e7a96c59099c9bda69487487dc719f292454acb9bf53c1bf957502a1544a232bf5dc2fdc913c3da79661aea607b5c4bd288f917daa78700195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095a7dd67f19185f74a5f4a0f784e74c7369cfac5e470c4c7c8bc965a55d3439995aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395d9cf465f0062b419fc98c80bbdaac08e1252733a723608cc399cf168f1073f95f50231b51fee2b0d6e14aeef668e2629ab09878e072aac8e7e9801ec3389d095f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d18962ea470d72c4bb50764ed09a55664e02dbf6c41ece362f8a68ed4f320836dac9637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9644a6dc37747c1d899c771ad0a7e6f2a930b3e6c582b0f1cea758854278c50a9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de96551d03fffbe7291d31a67335d8e4425061c7b2947787fdb7be9ee3d0a00205965f2134280cf68d32aa0a2390388be0285d43aa7611ca6c4a54cd1c76594f7e966487e73ee05d5ed86f523002c2116f781995434e4fd9b4b82d02a306802ff2967c15ef8f5483df7069f61aad714d0055b11c55e415a348bbc5482fc0500ad69682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f937969e760ac1a47e6e7cb6068be2594ccbeebf1dbfa984c4aec3e056ce0f0ee57396ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196ae967675d47548ef5f5e82ec2b9283a01c8959d2487d6ff686a0589e16edbb96bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896bc230af8f739a5076b79a82cb44f515638ae90bc5ef3109f007e2567b92cdb96c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96c51067a11ea03ad0f1b1bdc82c6414c881c9f6acf561944a2f69cf459c451396ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d1df3ce42faf582d80c9afa2ca3457d75c0af116c4527b2da593575eccc2a096d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896eaa10cad114df1e3a389fa9cbc3d40e2ee1ff5d8bfd837d86e241d6cf5895496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d919710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820971917a314c1361f72488836e8ad98f0e4cda5d98549d6ca5edb6151ba0c8039971c293e56e9538dcb14ecc21fed4bbb702837024833d47740146500ac39c789971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f17973073c2605222562a46af92ab8c95fb591245972aaecf48e5e5ca5a4c545cbf9735b0af3fa2a60f4ddaf8112a0c7913d0ae8235a54b14def0acf47b97748e1097401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749cab6e257eb836780ae807604c05a46eacf9c1bc0d91a62371342c2a4f0f79749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d79765cb9c5a9ba9c8fc6080ac40f4125ad93db1ce6ccc93647d1e5e4f121388b197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f97736fa9e85763d0c22bafbf09ab536574f72b36d840e4eceb6c017cd73cfeaf9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a135997790a3d86695bb5d5f1a6db5aec101c0073049314d8325d993976d532aa28999788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b29789967fd866e1f770e8d46832bebfb2ac3d5fb82fc5f385964cba6884157a3a978ad638bcf10e689ff11f73df2b64e0b0c683a69ce111b0142a26e339c9afdf97968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc9979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97a16ae34d93deea855892eb05f3a84e3284b73c975fc8d25b5a83de7bb5f01097a2c9ead89ba9e41544c947549bd6ca0ac12453b5af71aff1889c2d7e0a9cd997a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f297bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497ca946610d4dd393a555b4edc8dd0b509867edaffb9b2e4b7892f5aca48ff6c97cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197e63592816b617cec8ce6ea8f9147e3ef5411ef862c3db3e4deb4bdd506befb97f465327f79cfbcc05a3e893e4a984f34607401b3f126e777ab05ddd8706e1c97febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a980cf75413ad08c0e8060dc973e0c58b44e376efc83b55825ad880b1ef5a067b981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a98680df48b3de7d0c9accba5a163bfb7b548f57713067b54527a3ef13d4debc69877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f987d491b5e4c04f05c391935e44ede59efa21485b03bed3f7aa0ab6112453d92988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b9896669c69e1c2c2619d4570463a90b49a2c321efac74b5890f2474708bb7e0c98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898cbc6d265aa7f14efaa1ee443bd9850db80527165de6a711ad88913145d433a98d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198ea96bd4c4b55e11642e36e35f01afbcbb90449acfbab890572d11c6779ad8298eb63ce67e2309de965275786a3df4ebf2ef00b98e9e88acd139cb932edafac98ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da98fe6c0cf437f553cdbb25eaace89fcd1770f6e2c25b168ac1e3210941525cc29917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9921d2d0227e8c76521233926b4469b43b471ca72a2aa4d6105259b442b3dd68994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb995605aea3f173a9fe7ce6ccd1c262506f9d3235e92a138c5310cde6a49e36a799630dd6e8e44b381ff7e35ae33cfce7ed8f1d753636a34397dfabb7e04d0e4c9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e1996d5d1fab42806395917e943ddefba4d458cd556d9fdc1b3b6e56502b7853fc9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff997326840508197351872a25b8502bdd81bbd5008a34f6c293fcb2955b5fdedd99793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e39993c218ee2c04935af448895e101f2df1d5432a30414a899944b5fb7f34b026999b1214cf6a9325c7c954765e0d5e89bd10bd4b5e704552e3090ca0da08bcbf99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e999dbcff6c62858bb9aea713e3cf900cea08b7f3b1dce312ff451b7a8a604939b99dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99dd8bdeebcdb8ec799f02ea56b6f0ab515a9efdf8273096c9648d7c4dfbf5e699ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a1d7f0427e606f9f4cc500385b474a151c2c23e08fd8f957724e9e9bf9a5d819a297d95afb10938d011cf5c9cab57d0a3aeadeb28d2d9abb91517505d42eca99a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a4952c5bbf4280dae40b642e7958657c99a6a56ba8327532b5e642a05d122799a6490ce4a2fbdd9419438d23653a4b971a1391288063048d744af514541e1fe9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa9a7e611fbe1b1770bfc055ff6c85f458f968d9beb6025954495db85e37ebaaba9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9a965d0ab3cab09e483c13f12eeefaa9464e78821c1f8c80a3b2bfe09836cec09abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9acd35eb16f8a91625c5a17846f078b8f6a293f5c2b517f2817c4912b1a701de9ad59b994b7b0c507cab994c2fd3d622c017b3459e876cae2babdca24777cb8f9ad6b04d40fec8e26015536e2b2a375b786cb74fb316c4cdee7c9972ff2fedd59af661f98245ab5662bec8fe550167f3a3c976f23cc25276f42c76774d96e0cf9b0eab03b69f0b0f268c8866d0583360625f8c69931e422df672e56e15e2cae59b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b1df5dc87556d290f9eb1af46edadd4b99520aec552a16121fc7e2130f7b12a9b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b30cbb017680afe235ebf0cfb9a79f7a13b8682d11d329d27e867db5439853a9b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b3fec5c76a2a8add2a7aa0578ab50c34570c6e7e085fdeca736f405ed2149509b57021e43a8b6608a84b9816f25143ab28fe9d21e9d57fbf4a5e6d032eeb2a99b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b72cf25b49b9a98548d8daea94ef896d5fdffffcb5a590b4613646a892d60259b79243bf09c4259298e7fc990402b6b4649f5473edb878553c32b3471ed7c819b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b812156e9cafaaec8ff2d4f0644e2db4487a50cf378c3fd014361dd5f2d1ed69b946d9ddc127dfe6380409eaa184ebfec8850f38ac5978db8b20d2f9a346ccd9b94c3c403971da72ec8e02654206986f9c3edb167bdec96012bea8f88c2e8f49b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba581e856f79189a015c8bb3aff5e770a57c460bdd6450635789f55c1af23d39ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c52479c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c0e4edfe4992352676a3bfdc0eef1b42019f6850d9c3303d54b697ba5fa734b9c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c63c34af1cc0aec52eb4460aef1cdc1087b51bf69b304960ba9387b5f3529df9c7411ef9e9643baa791b28ed395931b01050bdb2d819a58fa2a70407406a0c89c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c96827121c2c9e594aa85b7f27ffd1459897ee63c49adc80f02e036bd9ce1359c9bfbfdd53374376ea60b16f58503dbe7fa3f02371153ad4ad71eb4b39864739ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39cc9eb7725a2653e4766fbb7639623b39c07df4575d8f8e7cdcd10bef14f54b49cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de99ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cf2a823a5c9e357d74edaf19d712ef8035ac9bf1ed0139273d74d5af53c853a9cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d0d55811084d0744ad66086677f30341b096eb2c8d59e46ed4c160e5ab391f69d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d27f2439206645f247c577d7bddeb53351ffee60a142190706a6dc75ae08d739d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d5eb5338a682e7c44d93fb5eb961adf9932d5a192b8f000c041658057a0be499d5f8c952cd6c54d8e2899598982ce3981a703c4bfb879ad90343d441731ecf99d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9d97deee5474859fe8208f55d7e629989d62a2f4ccc2a98b8369a3c3a076f1f79d9aab84d5a31b4a3fd2c788619fab5d5ede93c70998521bd356071ded25652e9daf87b5d2e05ff745998e033c52520ea7f8d7a13934d126d19cfcd6c25b3d089dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dc7ecfd3b877cc477212c0817617746e91a397b5602d3e9494050f115b9e8019dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9e0589c0ea15a8a15cce57cb7944bd87c3af65dd19fb9fd91d62b7ee6f090fb09e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e200ecd6c04255be7b20b86c6c0710b824e0b71835c8745bd0beee5007c46359e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e2ce1536e3d8c6d3bfbd4f535bb2857ab248e518bd2d6461d9945529bdb48d19e3724111d68b58474fdcef3b3543863048c2ee8dda36e5b80d0da0d686ff3749e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e53b2eff0cfde296960b1c440645a8550bf50a41a3c868f07de866d5f7b741c9e6ee6924fef80bb9f3e0928788717f9e1a3254938348670e8a336a8632e01b19e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509eb1b8a06d2831f084b8418d615cda71eef4fabb89112ed9a4526a3686c30bb89ec966fad26ad0514d132ed3e98841548898b4b943991767c95a78a18c1ef7f59ecd8cd7a049957608b17de28bc28438c8dd5b3b3d671913f5099bbca7f640189ece7410f34ee7c980dddcbbf5958648db90bb91bba702dc256b485ca65a83e09ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399efd3b2d9b660fcd4ef919a749e391598fa80159dab2bbbded658ad9120e0da49f068f98ee12249ec646852522091ef7bcf8a8f9e709357be332e18a0c10b3789f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a9f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f69a78dcc91d598cb9e321ad7220673b7d21218a7d40726fb59f67332d7fa9d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f7fbd51f196939185d9556e29029f22fdf3e952439a4c4776a2917757bc42e59f816178bcef3f5f2921f739507c8c719ac988d4675a91b72ab6aadbbfb9fe379f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fa96d24e30b07f6e87fd51bbd8ca093a95c557bc1c9db7979075f0e6d1c7bfa9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fcfb5e7f1f95e3407959ce80dc88b02fe30cbf57dd36bf8cc6ba35421debc159fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828be9ffa31c0a7a7d31e0d2d5c2d432f04fa9a8daac692a2946bc89d4c54d266ba3fa010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa012ff57b352308a7a1e0bf65f05ed41c4a757b7d4f7ae0ac3edcafae1985638a01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a01aa8d71577a26d02eb84e14edb321b1fa6287119e389b765b7ba0b314bf92aa023458e0f47387127f47cf8f091bce35297cfb522acf5ada6df60199a709fd1a02762b3cbd697e2dd474d484ef8ee67c0d20d1ff4012d24704c91c1e903f50da02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa02b50f0dd6b12c3bb524e18ace32d163e805854014172851e7b434abad794e1a03157e78b6e4607cf8859a76499947aa735bd1613e46255ea0824757cd34b85a0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03a45e97985377c79b0adf63e53066b8b48756cc011c3a00baea6601434a1b5a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa06501ce3b3106749098fc6a0f5910c42f93fd25985582f0790a096bc3b8f297a06f20c03759bb2a3281f09095c29af895ed513dd10c63fe0f66a170ada255eba07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07cefb5ca5ea6165458fbe19dcfa27853e60e6a857ec335ed275b4c38014344a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a08118c643571eaa6f8f46848d5218341da48262247c89be7f4c310959206c21a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a09836e17c227dad5b66de724bf98ff8b57c4031c40bedeb2b81683c3e235b52a0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0a9ba3a2157f4dbaa8abd3f233f1370cd7ba3445dd942c69a324aa49f133105a0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c52d9bc8d38069fe87857b3df71a5d0549cbd3b805803f959878be5fe84d3ca0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0cc67447e516587af321744e2a6db1655945f33525fc89a3e4db55a93ac1426a0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0de0652a5a479549c26a13ceb04d26bd2f7c5f640988034c9ad6d8e25bcbe2ba0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a0fefb1e1e925e7f0dfe73b6822c8ec31f5ff2a7ee698c33182f7cde6fbd726ba10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3eca113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a118c63c610374d356b0f79add269245276b4ec06d1e4e31ac5a03242c855a27a120585f1917f37da85c0d0dcaa7c0ad3855544fba118c2fdbb38dcbe0922559a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a1353917ca3421b2d9114767c983f1077b47c17eac924db95ee30c2a226f2bc7a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a1493dd51ecfc535d99c84c0847ea11ec797831210b8aa81b262e235830a06bea14e979809cbf08d62fb8c6958a578b91e685b436c6d77480e29ded852ad335ca15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a15c5a899ef33f3b0ab1b73463b6774d7a993a8e60893f300f6aba2c4e23ea9aa163a48e47de95ab413d674b197c84f78427f385e619d01a8b24723eddcd2495a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1b8aeff173e9c81b70b113def764330bfb6b712c1a52213fa2bd4197ae564c4a1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1d19566b77bb2e76488e6ff4848fdba0f0b24bd964414cfc348011a4ac8eeeea1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a1f8ef195c4911015fac0111fa2b7c15ead892951e0a1bb726fa113d45a997ffa20064647c07c27e24053f419ab0b3847a3f4c30ddea4666545f618601dc5bc9a20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a206262edec3fe09ae317c6cf7d19d19f0b13e44efac9adf0c3b88e5b5b76cd7a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea21b6da3e02f79cdd0aa7021985a7ba5df1045e7d996de2e5a716f42840d4837a21e1a286629c8670157f34e56c779fe2104f8711cdcb97a67b006b02516a1c6a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a235d1a7fcf60e791b4f0644e514fb83ba91d521bbf23e0cbee47cc0e92ee972a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a24fa69fbf08dc7c315541d9671fb2831baf5cc00d3a4a6ac62f1712f04c5b45a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25a47b7dc4fa560f2f83d00b0d15e2d34f548f891c9270d640526ad7b827884a25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca27b1f1a25f50d436536ca93653dcd2232cb1cc4ae864fd84b5c7946c4f15beba2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2be1a789bb42587ef364058a10d16a6ab41ca9cb8b6e549bb056dc987501d89a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca2e34058d0850332fa799ef00bf741dc34d0010aae2425c366dc0e7dfab8dcaca3028c76c71c718f9a48ccfa6fd6447b3b8f28563bc0e668c20e4b9ef76870b5a306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa308352df9883dd8831be1c00b4ed5004f99fe47571877a53ed1d3cb028753dba3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a317974cbcb3b741ec10a7e9ae72e00cab6203316ad8b02e78e63b4ffdfcfc23a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0fa3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa36eef02af7ff711111afd80f70b87a596f1d97a3239b98c9d338753f484e5e2a38d796a214a9cdea8f64171bc69f7d35320b6a6ec8e189f61361922ef0fd949a38ef538f8e4fa389df5ff5cce3646b51a47543b32bca71be85947d1115b1227a3a66d32762ccba4772ed7db7c833045360bc922d4690bcbdcd8893c7e84bfb9a3b691ea1a69d9ed49452f935cfa92da1d93e1ec8305bd76687ff86f40a7724aa3bfef77d4568edf13098ac89a384fd19ddc4a3a37938911cd372828865d32eaa3cebe308433f0d1e6d32d6fc76804ffb7b010b473fe454fa44ff03b96510e49a3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa3ea7719390fb143ef3116d527de24e594494e2bb9a133dabae8be7f24830e73a3ebe8bf53d1c1e6972f5d33ebf0051047a96d8b77dc1b1ab1a6722e9e08de0da3f1c894e31952c8ff881915a56b947ca943c636b2265ad013fce66198a98d33a3f41ed18e0a477d9e8cf1633142fb64a13e9225c43704aa639a80a4e95de288a3f67c2e8742ff2340ccfc52f45935f51265571dc130b7c9804a39c50fb096eaa41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a422ef105a84b0da8f9ad1380d0f3f03b88a903fcf0ff684eb7f64860aa38afea42626d4e3dc925d99fb47c89ec026974db1a4d437f8d039681d57ccab3b55d2a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba4607e88d91416e864fe1263c28a6df6e7631a2719ec8c9ee9ea434414de6f84a46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a46ce91e4e1c6ab9c6f88938eecb5fa8a638697fa87aa12cf977cbb09c659b4ea4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690ba47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a47e6f81639df295dacbf866034140d4db06d40e799910434be1d547d6761e2da48964fa9a8fda1f400d093cb679cd0b02ec83876764e51dee424f2d7d45321ca4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4b7b1a98b9f514d3bf667196a8cf4c8919a73754ade6d42cb58a74cd6fc0dfaa4c6754200652ee8b9b01dc19b4055e26c7e5c546cefb11111bb9ab464e4298da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c966eb064dd5a24c2692a96f6276c41a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a51239db23d38ae8b447d8b140ab2c1775c59f70c9ad2c4e1227be1939fa32e9a5533583f55ac27542c6dc14712e50f8d54a76bebfe65507d9bea079200096fea55827c5436ccfd48274f2cdeb9b82db795b4484497db4c702866ddd018efd86a56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863a569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea578c4563a0508b36126698921883a933cd15e2455340674bfcaad6a3c7a5db3a587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789a5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a59512746c5d3b2bf2bf83e31aae6ac941f356bbc18a6e7f6bc63b91c88437a1a5977f8985259185607655e46ea41974700c8c7152f77c11cf4b04d6016437c4a5acb7d89b03c79659f4fd8309e1091f98790d7770a389c2f12db18b1da4ad91a5be74d56b68b7c9a9a146ddbd6476505425df75efce7cb26b27b9b62150d6c7a5001280ed7fc8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d11bbb3bb1a063997308ec6b923e934d23da84421fb9b779dca7e02e06e8c3a5f15507a4da5ae5a607480775a680eac75ecea6f168e683c34298ee1630d9c7a5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a6032ec5835a7a4c15e87fc6a7e8217d11010d72a8f3ad4c2c5e0e73cd7cd7d9a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a626a9184b95bf7073d68d79e4ff1a981c403f371f479f9063ae90230445559ba629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a6335d4dee6d5065a1a29f243026f99d5b947f936ee66bb00bd7cc2de30f25f2a633714b3ac0e5944ffdb815e8188f5c525d106c2c72a3b31ab17f7962a0ca44a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa69814cf9d09c5316ca5eb8f7eb033e04386e20808c60445ebf5af41bab1d676a6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b02dd655d20e74ce719db7d5a261dce2a19c43a185fa41f97a1830146ee7b9a6b212b5f43dc966062e31f36d2dde2ac792fbfed436e50ab2647b9c0ccd3932a6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d15dd078d3ca4f8e7238469b37bea3909dbb5b789180224bcdfbbdb03ebdc4a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6dd1a2ad2e69985e3110eceab33a6f8fab9155e3e729f90f6f4de1508fa2bfea6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a702ce16af58010b563dc9d8dc79e0f2a05d83132c47dd37337ee95c0c2bb3eea71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a722d13483efbd5748882f4ee326353fd67bee78548df006f5deb945dd6c0dfaa72f19b64fb504345be08648e5312a3bbca3f65ffee6832b7c5018be873043e6a73267b34059b0685cf21ef1ac5d70c8773146078e83ba29512240d5c8b30d8ca735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba75dd1270de1f471106c88b1697825f04c00c3e89bb15622845d163064621b29a766ca9d69087fc8e4700542263c84285513dbeb40b93a1abd406d7f5ce43940a7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a775c2c01b9bdd5e759952578d19aa4db0c5b5742aaf0ad41d8847971a85d0e8a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a77b2f6a2264e398f8aad816a35e72b373b0b903e957c5ab69d272530bbe9d76a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea799b160204af75ff63dea319f5be01a89f5f3e0196f5240283d4fc415e94028a7a38017364c34b9da6390df766092967ffa4ee3a2e62d7775a5542372b258bca7a8c87a2501a52d570dbc1427e652826a5dfe98b61418de686a4d38dca8362fa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7ab6ea293c559bcdaf5125b483a9f1be04214229b3a73c8866ba6d3a0620f53a7ae54e1b7f3a8f0bb38ce57bd2227783337759a44cc8e197e425e247240c3d8a7c71eb9e30ecb7d5e9c690db0b3d8a9942d3d149489fae520fbeb4afe230f0aa7ca1e70032853b1e71cf46a504f07450b6a1ed3ba5f180d0f467b82aac488bda7d496a3605f4ae8fba04efa1a6e3fd8c86c6b3a83ee1ad57a00015d0c143738a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7ec760b2aa21582c0eeed34cc417e5becb8dceb8e991b763f6c4e87cbfe934fa7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa80d60f92c99471768914289f20910d08bb2a35a96a287666712d6105ac5408da812f59eea3d67044fd33cee41eb6c2867079cdc9247972001c4fc29f1ea2593a8146c17d83405021521869e0dc1a05a3c9bf3bd87508ed06cb7e6d15fe0b2cea8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83b62d5c12c656bef8277b14b681f2bbd0ce8b22dcab930300facab0f0c3539a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a84fed6340bd73e6415ec6e84e78ab9a5bdb683bc436389db41ba2e9324ca97fa8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a88e9e8c2e2d7eb7631269b6489f8c5a63248ffaee31086ca9e9de135dc7dad2a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a8a18caaa66708def401959904dea80d3527d71bcf4d516e82b6387a3e1cc807a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8d4daeecef1bd1befa7e4f079fc310c8d62a3b778dba7015bc6257a10d0813ca8dfc4b70568771162045c96e08536d8f635644b543b747c7b3ff1c47e04dc4ba8e43dbc4404f8a13d75e77ef94a750b60f4f7595bb41b232a0fe408ce93e6fea8e74d7a2a21615a09ffb96282b826999fe6efda8fd650fb11c6b1bcfab45bc8a8f1a3a9f3389d7be6efdfa436a726b7bade7a10f1adf8f036e8cef13d1a299ca9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a9760ea31a7690a4c37953b78f2a9841ebbe70b742599c8e05b6c695ab201d82a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa98fbdfc006dcaf6a6d43e97291d9a9ed353381e0f8266b360dba3665938107ea99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761a9f297f85abd67c224032ca33a333b51a2ff3019a9b0d583f72098e4a62080e4aa01bd74077c96aeafd6233bf41df720b589a82266079d64d4a6bff09781f855aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa04931acfff24858a23e36b5c3dafaf8dfcac5aae0ed947f3c076b3d7dc8c6faa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa201ccb2c6ec4a4d326f6307c167ad5fb69d3050bc91e409326d65285b27c1eaa27b76e735fa4644b83051a77c2be44ed5222a9898894727ff076feff60ab79aa2f2d82b916696c0959384444fa44ebd4f6ee56bc30d4f95e45a2ace504b4c0aa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8ee14f7e20fd533edabdef1b023b672e835bebfd8eaf2fa0ee4e93b2fa3c19aa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaaa4116ad3994f32a664e56b18ff553657d68876836784f855a503e76ae26515aaa57a3beb547c1e037db95f53b35df437e9a36da2bce8bc96b9b3a94cb9a7daaaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaab242be0b405c4819f54e38be501fa8e1dfa3ed44b8f32e15f8c1b408180f05aac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aaccb3667e59bbf66f86f6951adad81b72e89431b953753a4eaf4d2fcf7e01edaad46292bd44b7e4a46599386c8b21b2a8fb8dfe3a957240365af99a54be81bcaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8abaad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aae1bccc7190b4e82794448c941c65f036d43fdd7bc6572ec68763beaef81d6aaaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2423ba8a6d767471be258bd977630d865bf4a947769b9f692f28375e56e0a5ab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab2919cb5acfaaffd9a94568c1fa8049046df64ac1ad2bb852755f3969c5d9b9ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab41e9a060a5ad2ec448b66290d6750b2319d0a5187c465aa77338ccd5572257ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d0261e917e7bab4ae108f06c7b20f7f7635dc30b93e37dd95f90a3ab2dc0bab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab6afc364ceff798e39cf975e9b51669118dc702f8e15741d06c6235ec3aa45dab7474296ec0ad4a94bb8289884f403dd3156f3a41e3fadb21c65cb387044b68ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab8c2e52bc37550c0999c331d9482be627432017d14e9c71dcb0fec0d56d628aab9bf0a577a88a4bca783a5e915eadc69b868006c873df586a8cf90c880e2839ab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abbb94b7a011ab0c3653cf9f3a9d5247d240b0bd00cb1c14fd8a1763c2d4c345abbdec6cd1f8720450f5b22f510f900505bf48783e99d8c1e9d8b12e22825134abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abe6d51d6bba90f2340953bc64b84b0fa3c31b4f8f346bff1d284046031f253cabf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aabf0fe079ac7fd315c239731beed0c6e104ceeb68243e1651b8faa4a08904df1abfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544ac187aa4fd250f86c3442f835dc9b886476430ec0775b979829f65e06d5bb9ffac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8ac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac3a24c45d2c00c61674360d0bccc597f174c9c69235581f8ee7db0c1e7f594eac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215ac3d87f92eda63378b798d29cef82cfb559ae704e8934a0939b9fe6564625a6aac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac52d710406f16fe4ed243a30bcf7d425c1e6457fb9655a1651317fbb976690cac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac5bc606a401dee1b5f72ccbb2e76256e574280eaef61d85f8117bb45e3fb7d5ac6f4b0dfa958929dbb28df6f2a87d6c0ff2bc32f85dfffe09a60e616978a290ac70c73a88a17fc86a8665f288201dbdadf3e9f4ddb8c9ea90ac4350e2255affac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87edac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac8fc9b418e72ee644ba08ba88bf76b0b77ad39f156d2f4079d3477a55073bcfac92d8465f8ac067b48d07e2be97bce6c8f05b8fd099c152499428d62096c507ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb446d3ae97e6b5b1db827cc3099d8ef25a35da8f910727129b62b8a66e0f3facc229008b7a5a36b852659eb6b3acdaceba7fea6a72e7b8f95a78c898e4e5bcacc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93acdb40d88280babb49f7445e54baef40bc409fea56109c70405455db9d72da4face9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad05de4a887a3d0c381c3421fcb8a07178191b866bd4d4f6e64bd274c1ea9bc2ad07212aa44823ad2a0ce5baae110d0bcc5d684266214e0fbe31a6ee86f88af1ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad151f0724aa1b743d4fc2ea8d860570704b982c3e451f97d29f4aa142e00af6ad154424e2790c5b102cfaf41c4d4369cf70a25452bf80d8dbb8ad0ed0538354ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad2a95823dc8772c4548af45edbaf13edbe5e8c3472dd5f4684c8c6e3bf0de2ead45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad4e8b97c0bef73c4f29ba4fd2bddaeaf42bc349ea51e2201b26bd06f7a4bc25ad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11ad583c374783347f0f79f5e865ab298190aea427127040b80e4d7d3a5fbbf0e9ad5c29d6b44b65e7905198fda95d7e65da8071e4d95471ac7c2b8c02610de789ad6cc6886a6d6f270eda090067a710719c7c05f292d556802bdd29034ffd5418ad6f2c7a8afd8b836835060ef4bb116390bccc0fbaafb2357491881a6019738aad6fdc49f73a65c26c026d64e57e84e91c50d828da07060bf9d1deb4b36b69b3ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad84ebcdf72f41930aac8718343f585917dd7a6974cbe8f35f89485c963decaaad8a02a653894ae5deb769a273e046fa5f8d816da7e57ceba925b50ffc2d1c73ada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadccb3bc9cfb916d00c874a696b1ac8a6b93a59d112ff5a9a18c072235c9602dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75add9358410f83e9124d33d881eca380389312b4785edc381641c173932fdd0b4adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78faddfa9b31d22737c5ba11276dad31486d3917b97156f605918f78e55b0bd9101ade526cfb9714cf9cc952a28543297f6f481cc29ee9c850948e409356c1dc922adf20d749a96e5bbbbc4b71f63f2cb3f5a07bd539a69219fe94dab5ba4fbf605ae13b2cab895ee7f6a3256a7e9b1572c616a43d939797dee020b2ac423c47d18ae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae37f40a65d0d16af56275ac0f2eab1db96247df165f4cca081090c34fb2904fae3b00e4e65a089987c56d769cca3a5f73b22ae58dbc1067b731f2ab875f8ae2ae4a5a974f7caa1104c524b644a85bfd4b494153e1e9d920e7856c7f1adf93d3ae4b79493d74dabd36a15c534afc89924acfa3dcd6faad029ba51009f6034842ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae8b9e026289224179b2f24da9b21e47bd1f77afd0da730959174eb683b930b2ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23ae9f1260151adb792f6c9d32e13f7d9f5898b759ed4843da0700bc42cb0f184baea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aeb5497fc2a51919d1021a5457463ec5b2da15f99d5f49b61ea372bb78d7c5f4aebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaec0aaa4b2a5e8c81bed7d0684a6dd542cadac0120a16987e3ed7ab44fcd00f5aed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaef00bc2cdd6b666209d9a0c7987854631152565d8b25552f6b84bd10e776116aef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67af024b89f2795faa8b9584e7bfd35d8897e05227e2bb06a6bdcbb7b464b3afbfaf03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf0c772caf28dafbabe84f0f3d92451049951c61de4f9773d19fef2aaa87d95daf10d859173843cb9ad3b13b8411dffb4cc9482572d16fa971c2e82b4ebf4b82af10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af15fa10c395fe8553216ea8c84d693a4129501e557e18ddef3144a9964318eeaf18beb60ed49f058b3293222cff7de75e6eccf7b1048ed15c72dcf64036d4a0af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af4a9a8d3e9532811cd10aeb3ec3bf8aedd68f1036ae75276e7318f38f54dd25af5bef42edd2e1457a4a0e5b020a8b075e9d24b20da8f5314e03da2be73748f6af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af80c125eae531a0b14ecbc79c2580e5451d297c90920694f1dce79ede6096a9af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15aff4f538774ebc640b8f36ea611d1c0de7b5acd7245ba8321a9eedc8990e238db00732b66d48f187c7e89a25ab36cb6db36261adc1f9c07620f0478a22f47f09b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b022635a8601d97485e0193086ba775a4004bffc1891bc2afc4b201f36387c43b0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0b5bee747efad679c5e404d3a2f2a170c6a02f5a5282a55e8839677ed06640eb0b6a83e7fede3b5504ceb3a59c92a3d1f5b69622924dbc1c61c2a1d532ecd00b0d9ba9b6a7f7dce6a92c867d5907bbe2b9ba3586732c8c03cfab866f19db737b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0f77fed4ec5cc4d742adf293554b704e724609928684753cd107ec17b682f41b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b13b2b35e8a7c4009d5744de6a83438f046828f1ff9de14ae692644ac2be5a5cb13c17d15357b3cf0f20234724b2fa3238a326845d7fe8c87fd386ecd33a26e8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b163f24123d5cd38575e9579c96786e1e29d3bcdbd98b714835d34ecde2d36e1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1b35fe189baf06efa2a7313912905cdf9835cf49b032e6d6e248e9c2de782bfb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb1ff9179f62174aa7b1365e9f7259c59563743624c96eb8caa4f7b160739bee1b2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cdb231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b23ce6f17520b0c7176620f21b75049b588395e16e5c642c0e0fc9769836ba7db242520b75d70339b9f1d1a2074456237250ff5d947477dde3526608b65a18f4b24bfaec9fed303479abe459630521883d36b87c2ae24838b8d8438d11751ff7b25cd2be65ad3f64d325dd00be73b9c4b5a22b5a8bc26fbf37b3f9c823f9dea2b26c139a82115c6fd9136e6da63f226f4ecc0d518b4f3cc2bc5c86816a4769c0b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b28c9e7dc4c3b0ad321dbd2a698dc7e9eca2fe40e65fe1faafa4760338d01119b2a37ad39944b80fd3b6b4816ef6bfad0281c4218041cb83895d980bded6043fb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2cb4ed60067dafa11cbbd975bf68de6ca14108507300c66233b22b16fd491ffb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b3221da92e41d7e69fb5ea02d276f1b3e8e558b100ea91013af6596143063fa0b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b32de01af5383743a21dfd20c05fec1b57b00690ce0959b126978df8ecd5fd93b3312bc8f152d8c3ddaac96fa049e7541751a97b681e35b254646c5037c8faefb3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b33e48ed5a462de9d01d24cc767cf9720a771c90f7defdc4847f1ecc59b18726b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34d5b533e1c09de738e82da0af3202f81b501ca55072f1d42c679c2dd3f0098b34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b3573c89b6ba1195f2a7b9e78cda493e40f16e2a4a16e488719ce67bb3cdab42b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701ab366ef244b3ecb5c452e7a07e2dbb8e446670653aa3adff2909a822468310945b375b60fba661bbd289330e1f95e61d20efd7483c748c00ef2fc7d5f5060574cb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3acaecf9f3faef3980ec990136aa4981d13ed41923e560dd68b0e6f75bad8d0b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3bb130f15602084fc0d70814aa1f2c981f936db90a9b5ef1af8cc5bb6d1326bb3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d1f28a769a824037341b1642c957b1b4ee4bd6a25875231414e08b69c55036b3d500fec0fa193aa1b8af37ae633ec5d185ee4fac62044e3c9bf7a925228060b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b3f94ba4b9807e96fa1ca799cb8957b4bcced63cb2b1065bdca366a761c111d5b3fc45a8f2e78e036ea79a28947cf8547f71795758f190d77ba8bf91ca087b7eb402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b407b68d7e90589d789afba17d72af19b89450a2786bff7a2b8c172ad320d9aeb421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb42cb6d04f95bd5bb1a2d4cd913b5c9dc0bf657b1672421ffa1d2c81b1d0bc1fb42e87d53f8f395a3f519663271dbb726d22ce7099153f72198b8a3b317b2ef4b43c5e3bdc9522a24d2cf86759c74ad3c54559768beed4d601ee215395a522e5b43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4885ab2b0f561866e303f167cd0ebcd61920c85961b6d536413a18bcf1c1d6ab488d6ff746542c44b3832ccbddfd756f5e56e467be26928a2041df95dca66d3b49abbf1e4c0d118e90894ffe660aaecd81d54c77543a9644ac0e66d13ebb3cbb4a979a54825ce050a6955bc075b43b1e02dd68ba7061e10a4bd789700a7d96ab4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b515cd5a99ad4bb16b678171f71c03397973e42512a1fd80e64c8be08091311cb516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52220df13ffbcc9e00c21e5cfae5c1ac853518f554910f89dc558f2c6761692b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb54561d19a3488a64774d0cb580620707cccf515cea121279cd0213490fd5fb0b548216663cc657f904a5024c942ded27c2632b1318547fe77be0edfb57e9d95b5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb54e050e7073617ba40ee7b98ca034136d83cd425beb005181ab81277b412887b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5aebadcca8c2fa68b8eaa87935d0b44cc02415db716f48ac709c7ba64fd74e4b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5b46b583f369ed0bfb3dbdec5535e8238db505f90a518053e44a9aab83cd3b9b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5e5614302cd8c2f4123cc37133aace81965007a30398b9bb7e0be67e692fb8eb5e597d6044a46a33c32c878c537daaf16536d61d6491fb24562603a57c76559b5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5f2b3b73c8063741da4d783f62610d088d8b514876b851944bcc42b190839dbb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b60b11d2772411bce1b10da347d7eb8b571e7f5b0c72b858f53c95a3e6b47b27b632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb68a0a7759459ed1b387b48956d6b85db0f0a1584ffc0793bf89ee0ce39628b9b6aa5c77c41e7be4f52029fa043258ff7a64a74aa64b4c5d9a13683cc60091b2b6b63653908de56ae5fa8425c821a021b0677e16615a4f46e35bc6e4a9fdb7e5b6bcb21cd6a9f9ca19e404b93d3177439b97aaa7b1dd625d0357e7f7e3f9636ab6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70a97eb5df9e492c5d575e56e3d942258af578475f18a388bde2c5c30ce2fddb70face6ec95bc97234fbcdc67b473c49d357082d5bf6f5a03afa1d2c39f9a47b71a7e88802eee94b6941c8781483017f5ae2e89ee4c15ec40db9543ecd329adb7261e7aca5901390b452d0c3038c40d6b746da7d227c686f7d05ed97f2d26c9b72aabf7d4afe129e231768d46f00f1906976343c08d274d058b11b22691a2a5b72e3102d5d2651fd32b2767c7aa3b5ea27c4ff351e6f6ea86da826260344f2db747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cdeb7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b790c0fb87ae8b36182b8a774bab736ed012fece67f1eab3e77b840bf5601773b7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b79efa8649807783a93040bfa108f4a66addd604bfba1cdb2fea9b6902fe71b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7ba843919fb19e7b8993b834f5b786097e01d2ae33848c92a729dfd2e9d50ecb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b7e5a0f6d05337ec5b42c6e4783febf4d2b88d1f8c143d775cd2491a686bf2c6b7ee6f4d144febc5d57c7c9d067aeac94f8fc85bc4807119cddad615ae901b97b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b806002cbcdadcbffca65cb5d4a0ac8955479d0f3b1f3f1ccf60dffea4b0b366b8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb851ecd0d26db59af7442ba945400bc52955920fb1691a16acc2869f6d5e14e8b863abbc386d786d58a7221c998c297f8764148c7d859f9e6e985182edab0774b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b89db2e3ecc1e05dff448d703c4818cafcacd44d9a08b07ea851e03fd61257dbb8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8bf54444a80ee07514c2268588a913e8fa5f6c03f1269730d1bb22f2fe508bcb8c47c0749d751d87f70aa8bacec293776f5bbf18d29293a4f0ab88660ec19fcb8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8e840b0ec76cf87c7c6beabd432977a224e2e8efe366699bae3e72c532459d3b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5bb905e6a5ea0877956e381bcea28891b1dcec9fabe770e645d4956d9614dcbc2cb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b916c3b5553f609602c119544e81e22388d932114beac9777d54175d5a1a04e6b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab97bdf6fae165bdfda9632c9e34124c556c8b12c66a162b9e3d7253b1297f781b998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b9a6fa90b487cbf8e7290df4f3694f85903f4d71564f51b8673ef0fe72f8e8ddb9a90607b8fd7f0c2e7055cd6860b22603d0de46dde28796d3a050820a64e28eb9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba0e02e676332fce50cff7437de79138b2365d7ea9a1f227fa1a1a5c64840553ba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba31599f9cc7087c5741bd3caabcd37993998dce4eefacd95a81c66aa8c374c0ba366f268082d8a1865b8af6f1744a59d5d224894d93fb41d883abb5bf71bffaba3d32521c2c770aca151a604526fde171b6ac6ded7cc17d856cd2823bcda20bba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba631f7010ff8ba9d4ddb8956c9e837b82df0b7e85221bcba6fe1d842ba9ada1ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cba923f6e2990216a8869d8c2bb4314c03d00bee60e95cffe54ecbbc9fc64fd5cbaa1f936149b70a86494c9dc629d3cc42e01513171f87287aeec60da4dbe832abaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab31c5d9200c1bc94cebd94106312d9d131285530002973f1e1932bd68a0218bac6d9e58a6fd89e938b71c04203edff827a7f315d2a74e958d9f2df8fb036a7bad01c14c84fb52254e8e577b1513d600c36764a1c271f97532ba45c51d35ec5baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbaddd9eed3750b39fa1ce996e1f27e636b29f28b77454f16ca7892d8850b9218bae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb08a294202e0056548ccd5f8bb1e19820e30f5c6088949cb903ce002574ef65bb0e96910363ae4137962acd4892eb298173bce8ca0ed5a4b70eaae7b1e02a52bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb48f6c22b5ef0933501c97752666ac40962fd3459db6ea9a6dfd81fe944b907bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6276ef2e9af87cec541984c5164567c7b66a9f18c6032e0b9c6874f205cf0bbb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb6489afa527672232d2c901bbcf0ebd8de766ab7b9503d689a7ff9078166c48bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6a75746f29a2d06935841611eb8e206a3bb8115c769de5daa62896152aeb6fbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6c8828dd81625d3b21e81a677e89c53a0a67240164fcf7c328eb651c9729dabb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996bb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318bb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb01c5ed2d58f0497b2e78d49a3f8b7a048ee9eb8208fc929d1141dabba4d61bbb174666e93572c023a9b2edf251c07258fb650fb52f0d61843eae1ce05b43fbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbba6a161c4e6de2934a4dfb084582749f80b7a931c9f1b0f35f3c6c0b4c7382bbcc5a43ee4af6d0862bef959bbfb67a95c461301d58fb83dd8144c0764a2375bbefe201d3f1f9148fef1eb17fc460511a1a68bf1cd096fee21b908d1ab5c71ebc06a2e1a8a1bb47d4bfe9f26926fe672c44393400b8f3c9bd33f3bbebd2bf85bc0977127c6dc46374bae91e72bfa971fe39d0c55fbdcad8e68ae4e01be6c182bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc27708b4ca8d69f4b4d779b2a36dc6fd9232bcd3e4d0f8b43cb8658ec131a28bc2d2aab1ede03f2dfb3cc726359a6118dde67a978942de5082dc08987af0376bc369e9013f49330e1e8a6a7180bf265a97357288ee3e5df3d813a9ffdc357b2bc5dc2bc64a8715a0f65e7c8b46b6cd3e357a960bdc3d11905658650180866f6bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc63cc11cde90a9b9b36b02f1035cbd279c2abd4c471a5c7fa7b61724845a873bc6f36012075b58b15efe5efd10ccd6120ed184b7e25fe248962d4c704fed368bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc81aa42cebea284458ef7718cbd1938a9814dd3b5361de374beeab5b3827fa7bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bce077c003c235ecc6ea82ba67f1852a7e3b05f3f330874d46298786556daa93bce76c29e6a067f74ca24101f2d3f5ea2ea76da50648942c1a387a72c4d21b58bce8970cee926bd4b5181bf91336607963637ca6ccbefd53265362306d033184bcf7c3f54c67a6e4c392cf63a0e75ffe4491ef2fa35cc171198eda4b26484a11bd097d199a6a4460ab274a9d513c26c2cbfa380a737f2f3db58dc553d0525dd8bd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd31440bd5ee632e4ca706619e659fada36f1dea775e601f77e8d04ee44f5078bd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bd83e7ed3350dc322bea8f3fd5f6034519921cf65d0ea6aa74722bd4e5c1844dbd96a56b37a5b34194ca4afbb3d018680d294c1b323d52f6598d334ca6c90b1dbd985c0504089bd9e068625a3132909335886c45f7d67173391e78ccea016c2abda37a34b1c12bfe27b9acc96d7c9d946ae65a6f1aea159cf212c9e7eb84d9bebdb18994484eb483decf5d48886178a4d12310d2fd85d076a560b109dec328b6bdb316dfce7c60b36c276935133657dc9f2bcee9eb59ca9a27841732424e09f7bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdbf2e3fbbcef5dfff9c60dd6b2ab0f108943535b335fb426d999eaefe44e062bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdcbae88d4a5b6610d24a969a7debc3ba7e4f0e60f9f67a857542a6167d1fa92bdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bdd82f17af83b0e9dbe7bcf053ea56fe9c380f1de77110d2c9cf845fdec4d987bdde737d6c36873815791d19b7611187f5753487c2807d51df4bf8e93073a523bde3d1172db9326249238ab72e56971dd71fd9ef940763253366e3c6ba2a1ff1bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe3cff658eebd92dcd4888f6da1bb2e0a75f7890c50fd9794910734ba5801d51be4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2be661d9306c93edbd98e5f5ed555d93b2fe25c5f309c97d81b17216fcd631979be67a9e33cef99b951ab8f90ebe951ff630e3d53dd497022f4b8eb619a0d3a34be69d7d39b8c59f711e1c3d70a556a68710930ef1120f1f7a649ad5687752f04be796e2cd34df40d72945f3a0cb248d3b7037a7dbe5cdc8019c4b5fca3b083a4be7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134fbe9200af7a61fb633d4c7e71f7906e3d34b4bee49310ff91aa497eac2bc815a3bea607a1cb1730874f7b15d4c833ed12411a1725ff89f9d599e47fa014d4360dbeac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb05404de2780afc5e43661c8be6f6084ef677b58f269401caa845cac72c3f1beb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bee7d19e8aee4bf1e0886608c327ccef3fc501023dd14fae07d36ec6b0dc5effbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5beeea3aa98b296e1033a320b892f29d1757963ce40e4781b1d430e6c13d881f9bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf23858c5c27e74d566c80d7a91c2cafbb83dea1cdc958f7f26e06186f72f097bf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf38dd4ad1ab26205252f348b520a6a5f9dded7a66028b0a78cc9743a708164abf5c49fd5e8a9ef677492bd51a7379af7090b894a2d01eeb66bd80291421beabbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf9ae8f0d80f060ce8f152fb5c9f9d941f38ec791b61b2ca3524422406987b1dbf9b439864ecb8384d13fb2b889caa376236c06cef9c26e7920b6c6eb3107f19bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bf9de3e3c6e5787b53a23eb62c7c08ba61f4c37d82d1e7f0d926801a73283974bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfc1641bbf51b73ff50982b6c9fdc8df7600423411d1a8fc0f2ea3c3762ab779bfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfd5e80ed26da54dfbd0827f3085dcd336826c0950ca821d631fdd07a3124d6fbfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cbffcab03d7b022204e5499368802bfe86e708ce61946e3c12a8c8f87354c4500c012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c01bfcd3246491e85b2a568eddf9f4f0f9c41aed5fe781d3c2d4082c487e85ddc01e3b97526810b1be625f3e351e5f7320dfd71d04683f83cdab1cc36cf30473c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc053325fdaa91fe27c17c4f6baf387584b91bb2653609255b29e38130a43f1efc05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0ca63caf64331957ca1892c7739ce2a2a944c1439d4f2ef6ea8cf48c7d54541c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0de0cc4cf469b82a5fa998be0da3d3cca1bf92265484732f62ede33cb385c8bc0e0c09183a0091b972b19223171f4713bc6c55d29df65460f466d3f4bcb31e3c0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094ec11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc141531a334809121ec2d55139cdb36fb340685f10afda213153192fa3e87810c14289aba0f415a0f81b4d578e587230614695f4647b51bf7891efc91960b4e2c153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac17c4072848e7bcdc1b13fa1a152a3213e88a81a016165e6557a3e45668ef45ac17daf6db40c89a441f6ee78afe90ba5b28fbbf3aa34dcfddf331b57819ccc96c1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1a0ff60af276dc4d6bf1deb188e7b47b2308023ee92b3ac8b339a270861e6e5c1a4a1a15d077a37347c9ca0c3677aa305add72c78ec99e89b7f6b227261e71bc1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b2f7bcf7ca0c18e7a024a01d1529ebd1534ccb8f50013396d05c92bf2cd57cc1c2d05887aef1fbcdb7feef3b03be8ae88d8af1317a39f35a0d6aefe3c7b969c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac21459c74f592c67afbfe33bb3903b1f0068e2cc41505b6a4a18c9c35fa199a7c2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc21b397c6145b673f4eaa8d150d0000eee81a0b2bf09f72a9ebcdcd60edcee82c221da9525b0e019554959c4dc3f8ab912aa4c662aacbdb812e1e468fd475918c22dd3ec716cbe333c5a7599c64e2e5969107ac1510e53f89d255cf48bea9110c24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2cff501ff2a4f8e250110c1af261913b598922778f9ab47920b7c07076e30a7c2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28c2dd5f9e17e6b82c78b08b5729baf8ad5fa1931a36bd7a79d55669e18e5fd5b1c2f592b2354b7825badf070d88f8f077ef5eb6d0e8ece5c15fcb8f93d2959f04c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc300923d1c5e7ad42dfa9ef0aa5939027571f0b2d491634ebab48850f095b133c303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac32352f9b81bee7b15e79256ee04b006ade9e1f0ff5c01e70d71707ccda2ef72c32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc355c588859b5d2e1ec21a9f6e15af242e4a1eec0668b41ac253a7093360b22dc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc37eac91998c1fb4b8022d0e6e9dcd0f2216b75fe408cdc24860d7d2afbd4fdbc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c399ddf4e04bafbb3bb0180e4a77179c48fae4bd90180e29a8b4ae4bf94ba566c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3b6ed6bf35a08f3cfc9bfe3719ca47a441d5de61dd2a9305ecc3e7628a3b6c2c3bd1576b6ff4807b78041829e3121327f05d8f7327e1c6ffda0c81c49cf54a1c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3d4678d45b104a10c801907e56d7b55cbc69412fca7f1399d77f47ada9eb567c3f0af650bce206a20fde0252ee9b24a92620270d561fa78532bdab6bea10ad3c3f90f21192edc733fbf8667364738a720915c3278995fcadce1ec3527c8c1cec408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c4366106db787d2ffb41086f9a6c69ff0dba036c63f8d2e5f2adbb1cf8991a01c438e4c25a2ffefc71c8f46cf1b7c3b095d0ad5bf66261c2add4fc3b6634c4f7c43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c48052e57d931397961706ef832a9e8560790e08c31e5dd8842d351d7c8af846c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49637dc740486a1de905aec927c82a7345bc458e5f0f420c89979592edfea83c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49fb4416b3a6a493b052bade712e37605519ffca3ce3f035867a9d5ffbedb6cc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bfc4a9ccfac80a308f8877a51b4979ae2299f0fa3642b5ae4a1c5fcc9161c35605c4c4e6b83f4cf3bb7d5b446a715289cbb7c513d11b0677b2aaf7615eba11d28ec4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4d133d676b3b099d04dd44bc175184d1f397defd176094494635bfbecacf92ac4dfe57067d0bfb3fef45d9fbc627a8d25dc56748414284aa25cd7d6b16ef602c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c5305d55d51b3f73d0872cb2c8b41f659e589cb61dbc13d68d7be46630888441c53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55938a42e6fe043706e4cde34e08f165e274ba580ba6b0d6a55884ce4f124cfc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc5697fdd71ad8e891f62f6a8aa9ddfad445ecd70edae3bf60b9ff5b277970505c56d88db0675beda706a2bfd5bb22a5f0a18773ab0839c4fa4b7623a8b125e99c56f0ea6f85f9ae1e067894fdc6e769d12ffd67df44a76349b24f576f02efe4cc5737445b779d16a9bd5d3cee106103a6fbb64c84661db6e645d7de9f88b0e50c57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c5993c54c43efc5d7c4fbdc3d60a27aaacd8d4244b8caf23226af12cfb948b08c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a1cda68153bf7e28729094eeaedb61578eab52a759e19ea2750f596465367cc5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5a67fea85703d1d7125833bbedaf98a5bffcc9b59bcaf95b4fb6d09be7b8e20c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5f1d566d8e197cf74200044414cbe08e9d1bf112ae1382a85a6fb5253cbc346c5ff797dd69fdf9d2323289531df07e1bef1d7cb5ba260e0725eebe97d712420c61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c6211c46740c6ab8dd90c55597c4633445a542daad412a6b9d89266aa0aa44c5c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6452e7c4f70c905dde4149b43efb9c38e1a76421343fa82837117c6f68142bfc6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6bc65de31f56372e65f17f80130ad602ebdb6d6414a1469856ed9099acf826d694c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc673f3944453103c10a78cefc3cf98358fde4dc2e7cee0d8320fe35ea7947deac6775443960abe406830fdee86af6c35816dd00f7d5966e750a0b5a48b5e5f2ac67a353bb0ca7effd490f13775a0c5584d35f65cf2fc196f3dacbd9a867c0af8c6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a0e60c8f101c577d04afc1e03f94227fbb9c0a7ea64ebfc88eae40b423d92dc6a9c389cef69ddf19ad00a71cebcdb7cdd0df38b29f0c00caf6f321d80645b8c6b2c13f70da27ba61d67eb490153bdc39a28b1d2cbf5585ef02de77d1348005c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6b7cf045ee443dba11297db06f78832241a0b76d6b1a0f8747111bdac9c5a77c6b8f343be594dc080aef0bc612e4ca2c7dd38dd7951e1b0769f71078249f802c6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6c1ae07d70e60b98c26271a1042f150adf5687f7f2c51c7ff1cf76a4f18805dc6c55f891e119e712467cd65229457033924365937a59dc96f8a466df527182dc6d393fbf7801ae962bf0c0af4379c231d2d8fdd4551a497f7a83eb1bc1020edc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e88d32983ee20b4a5686d83b43918129e324001cf3bdc1c24fe98721f46017c6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac6e947292d3f431b31fc6f98518e6284677ee7539907234116b63fbec4b23c06c704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72d0aae9a89f8bac89a7362bee1c6f96b0f62e278cc15a9f3926ab88266a3b7c72d0c4db368b1b769cfefd4026ed61a5085d4ec4095d46b9bc0b96d5923c181c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c74f654ca46f58721adbd6b4514af3e6bea590659a943aa2131f50f6de0d2875c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759504512b761d87ba50eceac8c28e81f767e5050545716be860fcdfba03fe3c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c7666ec33ae42b75ac6790bd7b6b4cd3710f8a5f0c8e02e5e0e64ba49aa6a558c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7bcdc33306d98f84166c2c9683ea855ac319b8e10b7f82e61a8e54e11f29ed3c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7cd1f360546f5478735689e2302c62242b5f7266255e5eb39c235a8ed54d01cc7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dddc422bcf9f0ea69f41475d835cb4280a50a28ff4f46f2c6ddc5d10cc7c5bc7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7e24670f499f57708fb8c5c0ed2e9ce1b73b891bf96ef1bf3867d960b739960c7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3c802ca6faf9d38547726c6d8fa9d1ee5fe2cfda9d8b2b59dc6c832f59389147dc8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac8400dcf7d1f4aeeb37baff1b72683f0de47c12f9eac39325d64fea6c0ef0928c847d52ef3000890d4191b145a23253fd451d38d4effb08333f5bdc9b9bf9d85c855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c867eb3c6cb7c2ded9c3b809f1db72ac4c0da80de64e77adaef391abe71861dcc86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc889566723d11e200db5f57d271666e4111bb3c73bd4e04d568936fc4b60c997c88e892b2fe2547bac3f4463f96797981042c06f2372013fdf62fcc09d8fa6cec89f3bbff20d377f53822cf794e6693a32d737ba58c32e6743746daafdc49cfcc8a73dd9587e19bc28b4219d1e53fed3fa229393bda35fbf4651d47161346980c8a841c93888b3500df968c0f0dcbe5df28ecef21bf15aee4a0b9c42eaf7c5cfc8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c4839f5f312e3723df6cdf94408425b291e6b6eba636283494a34b14026cf7c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafec909d403166be7f5d29d3c2975bd340985dac41a5fb8fb202016134d611c774ac910e2f7a3a8ca9493a423eaa7cf3165a1467115b71362892967e7a09caea879c9115ae6e54c399cbd1788c2363edda28615631abe97fc8fd3bcc3412d2bebd2c92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6ac930f5281138e782ca932615475fd0d8f160e498932cc22a4af3d9ace9a96bffc93e37420dc2b3d1b1880a37748e1cd776c27369844efdc630da77d2ddf3e5cac944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281dc9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc955fd5e0adc8b13908af06251720fef8e93a004c27426085ecdbcecd0a31f3fc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5fc98ea3b686ff21633d6b47619129bb8555aada0a90899216108e91d76884ee5cc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2cc9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0c9b8bec065504dc3f4005b93b7f8d632e33d8492546a367e11c68b84aa565034c9d7471845415f6cee91c2ad3c444fa9820580eb842b31a23ae27d661b7fbf10c9dc9a5cb14a9885ce8a2a74fbfe3b54b20363751c61f73ffa44d5dce4b8b84dca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca114d94c5d759ddbcd66d49c6618a8b68ebe0b9632da897d68b2bb10d9f522dca12e29d9ec52c49343d36ec870db5aff452036a681bf1249e312e59a256e0fbca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca20d175b58e9c3bca5ccd455b29b703dfd0a9a80ef1795b38734d0d9afc1cb2ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca3426f7564157919cd74bb5d578cccd10016561a77eea83970b9f04e272b67fca38e50d08fabaa3b39306b7ceec35c9277e956a0431b39e09498d9f61d2ffd5ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca692596a5c4b3d59b7e6203b6b888dd292bc3e0cf0a91599e4bd366a26bf594ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7869a658294b0233f3f5984e698ee950be58cdf0d8a41fed396c48f71b0a64ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111ca8c8a627c7450a3d30e5d5b4aecd0df4e4029b8583ceeb05610da2a58c068b9caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcacfa26566cbed483e04f15cad7090ac5629ecc9249d127c78de3c5319bc16bccadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15cae737ea94842e64eedf88c7794a3e329f0d6a6c0e7d6249a8cb5029fa457fedcaf1826999a938d95bbd535fbf2e8afc150678da3d32a66f7a171b9fc859eadfcaf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cafd0ab01346bcccd8eacb52ea63c340a11c584020e6f389ac7cb02d4e3e8f56cb02c1ffc96b08ab225b378d10e0afc0419b26c9ac3801507f5d6a804a0b47dfcb02f49faf97b48726849c6e62f6e11490b6033019fd82094d1a56a795ed6718cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb1f3e4163e099dc7a5b72357b31182f2bbbd9501ddf577be89e1d082d099134cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb24ab4740c0988fce87753187e44d644b4e236fa411f8065bfe6aeaebd5d31ecb28f84abbc698ef34baba629c4518c6378944a1f19eb507070f103619cdae8fcb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7307cefb2e88a184fc8733c501376e93b5bef065c6ed675d7b4ea06a98e848cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecb8b0fed38d9903f2fab4c38276e5e694237a12687609ea0a3fc83258b00cf99cb91a14ca55eee60dc13f31e80b9344c4a3a3318c60f4081ae8a2f86d9e25344cba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcba969c8da97831a00b2a67ce7fc21a5769608acd3d4a62a212b674ae754775ccbad770090747a77bdaaba469db2e13794c7a287a458ce9ea75317a4b9752374cbb662fbd2cc6107c2d5749b2bf3a166a7026c6df2113af3e41cd9dff39db287cbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbca879e715731a0a3eff215382b0f60a555b8e5f4379306b36ec8feb6608f03cbd079b820be71ded16bbb10f3d26ab013afbb7ce60fbc8d67597b198a1991cccbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46dcbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc6590e00a7ffb86291e93cb1ae6ae244ca20f411662a2a3de48921225cd7c2dcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc6ccb74653f69ebcf391cff733f77fb758f50e8398e229b42b2478fdd9f7657cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc7ce7dd83c65b40c5b9075f3f4fd9e3b41e073fd17d31d2c8cd67507a9cafaecc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc97317ed150db1c5dd4e0e7b7773b1c5240aa3e42e5e71e1a89695ca54cdca1cc9a1647926a565b2a33b232fd0f3bee532bfdc2f0b87c62c71d62fd3f31c7cfcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccb8e49d00e807a6175314458b36a78970d3fafe97e64f783412600621e0cdf2ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ecccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035cd02bc6f479e4bfc9b0b92ef7e939aa8aa56d3c55769b38a9da999f283745c29cd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd10f6fbdff0ccd4433bcf73ecb79febd8d2298b9ce73cfb2d2829c20647ddf7cd13961f5289f8be112f282b22097e2457a4a5040d405d633daf404a771a8d47cd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd348d2213caf485f874a43070239154717ba21ccf0a9d3c0039f3d0601b9c29cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd3b434bd314dacf58be85324836c80def0d9505c637edb487d6a40c83097022cd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd49ef20dd6754302013767d8253600e67ee195109aa1887ea41643250d9d925cd4ab55bc1856d448589d1b0fdc5637540b1254b540930615df2bfc813cf1011cd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda6255e5fbc1f40e08214bd114c51d42d6ec7caa5a0fea49cf4160cd9d34a26cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdb28ae2d7434fc2cd52cc8ba93c6c25c26e17f392131aa50b5315043e90f82acdb6a1b97d3d69df7c159177b0fd23d7a956d12bc440a2f75bef84677f4276f5cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce16b0941eb064c1598a2f8f25347942047646fabbfd6ffb0d9280a0016b037ace21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce332f3276e5eafeba99ceb4f1a9b5d2f468d40a08a4ecffb7d12b396befaa46ce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3dce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fce9cffd0d082057f2738a66195e031849b8c205a3911eb706ec4fcc552df65ddce9eab89c2a9decb062a4860533100d45fb89de84eec20bcec36ed3ac483c497cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cec6b4e0041cd9fec549007e1237f94450c813e48381334a8632697633c61a30cedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cee19af120aef3bba2c54527e029987a211ecac7413032789f61fbe96bbcc989cef4d6db3fcec91923047f390dd6b02108b8c91e5722d3a3363e10b1786b1e54cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33cf0a5912c1187a27d104717338681155f37137c896e50f96e5712616f205751ccf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf26ff8f3637260ac0d74a3041e5b16dbeb443d2939fabf7e09a04772e6ec305cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583001180ee7fb9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf511e0f5350cfa46654869014683cb9f5032eb1c50760ee12ff1e0bcb51ed6dcf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5e81f70bae7a27d0a1fd19cd3d377dddd24274cd74068183ad832850b2e58fcf6105a55a30d6502273127b114e33c4728c1bef01395bcc013ec721d8a46796cf6bca7315b812a468aabb2d8132bdb3fd376099cc6841edbac20e9938a525b1cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf6fd977f2c65d365b688a3ea6c376fccfe47a18d9163ba36966a16597b836d0cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c391969a97d17fb250ab894fa5f1c599aa58a175863e96c3ee3d74092bd16cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccf98671d62b811214255154b7482ac6a3a4536b862bb53247382d8be2b7597ddcfb5d341c3cafe8ce00aacd5e7e55d71a84256cb53915fc59ceb1f98799d6b07cfc85d0b8f285780aae5b38fc5dff6f93bea85bdc6b7332d5957d61fa43ee960cfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfd438fc4df06c7dcb37ada1a2e76f83c52e0dd5e6801b9bcaf410a66052397dcfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444ccff023dc20e2641f475032da8485ec3bc50890ef10d9df6b05e0e4b7bb2776f8cff151276ad0a823b45fd243292398a7b5c4ee50448c43173ea15ba7adef362fcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bedcffed0f445b407494d310ff979be1c5b2e7d3bcfaed64643a9eefaca2805e781d018bee9db80fb3fbe5a6a16664763d09ce37dea91f6f8f176a99fb1ad12112ed01eee8816ac06b504a2cf6d20d6bfc8d9e63c785acab76e9f6e4079d1e4d19cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d059275d8dac822056851e0555c17a55f1479a83dba845a4cf19d75f058ff76ed05bf8e014afa74d09757c05db53ced7f764d4ae16891e19f44bee5f44d83f89d069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588fd06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08415f4167d68228a22c83c4df46104735cd769ee89353fe5cf01a331784d9dd08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0bf3f1854d28d59563c317ff83076fb842bff53951c828bbba1e26eec2e7a48d0c66b3763966943d5b49961b3b1eff0771646b301ab07c8e65ca973468a653ed0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fa397ac0dec60bdb75c5749aeaf19d0f965b3080ea83abe56afb500c1da272d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11744eebeaa5af0da0d5fa72e3ee2517dd6b28ce4161ea5ca7c8eddb8684f6ad117f329d6c94793e02c928e4e39822687817cb3efd9592c5152ecd0173383d2d119044c313c6113045ff02f27ba0fc089a7f2d16d4a1f8b1a4e019b68556752d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd122a411ea1088ab0eaef08f67e26a97078ba42ea2bc71c01d49ba84b30dd88ad12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad1363456667add6f3618f1c68fb33779998cd4480c677c530f1a6e65cf95a6c6d142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d14b196f381ba4c0d665e12b55e3d3b3cf0e04f00887f89073b34ff37796fc33d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d181a825eea654fa025f1f583bd2526b283939de069bba6d9adc99ec38823a53d184f021b560fc6ddad152b97574df590aa5acca20302f9c9bf1b66bfbddf2e6d197687cea10ca98985a84c32cf0d4b8ab77320940f2aea8477401c4edf99fa9d198a5f054740d89b17a4e6e98b85b3e16a46b753c9dcbfea8296daf10dc5f72d19c30ea42eb32af30124c21e3c0800fbc2d5a09ed365013b8c43902d5a073fbd1a621649f73dd68ef2073f93d43b10dae0bfeb32e32c32297a4442b0976dbbdd1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1b7db735da85e99f20fe5e507df9510bf5766868f70fbdb3ddb06454f66f8bed1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1d4eb1d2f1076e3ab641f15400c5a8297d4eb286c2d08e4ced4f3685f34f59bd20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d2206426b40b0012579c9bd9f3e62654766ae6bc2aebca7a84cbe5865825c8e3d228f128723668e7c5a72bbd23252e2124ca941cc5082f291ec62948966f1379d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d24fe5414695527e062b187c11aac47a316cce8f21b1f8c017dd082b8b9d911cd251450ecb5dd42ee607efd1919b3b13092b18ea6f204e318f85b765a6f0c196d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25a3071520b749682171582d9de755ff850b48dc8eeacaf8e15a8d13ab3b66ad25b1e2c24bb0ab28b39a459b91709c41389272e442bce0061e588f27c94b3f1d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2e08bc474eb9d99a2389e6cd422c3aa4bb93840ff4e0392318c986707592378d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3c929d82cfe3c799440b444c6a20ad3f3a784bbf8647e66dab9c5411cb8ec49d3cb4da247531c18624b1e22868492641369a270dbf19ffb329570787ebdad75d3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3ea46c75277c70a2c0dca1cc10ae8f7a03dc793932ae0592d6f5a71538f0764d3f3274642682f45dd581faebc600beb9541b63864802a9e0b863f336fb8a085d3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd3f90dfb3730a1d368d776c77274ed53c51f9e1fa447b0ad99c1f0f1890b51b3d3fccdd660b4c8a634831b57843b173347f031b2a83d764f696fdd3de0c123bfd405fe143e2c3c31ef362f5eab308f7b5082d2f485134091ab600166d4012bb6d419ebb33562c632fca9a86a09e24836e886a1b3e157b39437e72fd1857b7333d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d430eff26d5d6b750d2d14506208be087d8fbcd05e379de210773d05e64a55aad436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d443caac69715f2e683c3f4858c4906f1a92ba6786011807efa4ba5888845547d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d45141e67c73daf9f4a5ba619dce33a26a716403508998f74f64acaa527d7bc8d4750a1710611e6886467abd7f0c1fa41b66bf5c01940dff67adfc6d80719e08d47cc9dbee904550872668b12cc8f297d7acbf2f94143e9837076f6ff5d5a9b5d48daa8f7ad5f09ca71ddf9151772e4ff6c7fe42add35b4e0c730f5aa2379b4fd4957c1e9715566d610f7152da3c836cc9b96d5b4925d2da2377b97ce3500b70d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a1822a4962575d335585fd4c93fc01d60e5d1454e82994141921ee45c04171d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4a6302ddf2fa85c6b85fdfff857cec9256f96f7de8f1e2745298ac3c744d7ccd4a797e478d07bd5199f911942dd01a90fab1d91f98db8b03ef5ae0f5afd0aa3d4b0468fe91798377dbba72ca2eb3c71788c6231864058d80e9f031e3df06058d4bbbf8496bd2930ece5fa6859d9a85c222735258c2e17ce0b4589b8fd456d3dd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4d0b3cbd44ce91a19709d359265517995c27c9e5626cdb3770f3d02bbc35e6ad4deef1d014bfb95376bba12d22a108ec520dcd13dd173d8f7e46e5498e996bed4eb635f04f999490ed943ec791e97f794160c7d757c2d3fe8cbc818c2550f85d4ee77708e2151e61befccf7c7b3c7f17ffa403b652406c1822503adcadfa92ed4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd52288dc058f282f6029eb2b723691164b916622408c96727b53653a34eb8a65d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd5424818c5f829eb2fb9201c6e303bd95bc714a2609d3310de0ef60800260556d54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55a7429983c6ad30002075bd7c185ab00c68470dab593664f8119aa1acd40c9d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d59cb4aef68c51f6f11b086918e84a2977ba920ff0aee5fffa24e00552029bdbd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5b86548e0ab858eb49346495b4462be93e6bf9b34e532371e6092e5a208a3f2d5bb9d0aab26b8e2befe05efb9d7edba24f426012af0ff5b9a557ad2ec4baac8d5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abcd5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5e0ca7386b44515cb8c0d6635b63699a3ad2658faeb9ab2c50ee5bed591267cd5e4ee0aeaf9511bf180ff19d56ac0c4259b7d2cdbe8fce6808de15699f90c31d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5ec68b00a205b0452daf50ea906cdeb6fab80f6830772b44069d91daaa27791d5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d5fdd6f7fdfc70fa6b5827f9f256dad5399f1d6bd67ca22753acc71dd65c7ad6d60ff2bf7e2296ac07772bd144a2ed027ab6f978ffe9525a89d534cd476772ccd61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d61b6e67a1a06ee3bd7b5260fef98618f6a3ba5bc9efb5ff99a34cc6a56fdf8fd62484b30e5ee2f84792d4800955d7bf0e6651006025101db2f0bf447ded0ed1d6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d63786f281cf1c057419eed6eb4f1e73ef892228ecb9beebb948ae006a3a5188d645ac32ecb0813b2b695fd0dfc0d014ab7f054206e3e03b6c2a2ef2b2df42bad655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d657fd132a8aea0d5c9d47e68e1896bd7caf197fac668b7ac87dc6a0ae682032d65ca5d3146909c23ffb4c44084d9e4979af40725c69a143935015904107d6d5d67eb0999be2f763af79688d47b34b9bae537f9fee687550a5a6a5faca6da228d67f352cdc7c14e44dd91ca108be93f0b3540a004f8ca7b59594bb83ee4a54b6d685d135385613a602e98a49d13092f4fd3d0e7fd416fe59aa08fafd9704ff9bd686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714d69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6b6a3ade9616bcbb55975d2370eedff4d2c04969d63361163b5d692f33a72a6d6c920127f5e33b36ec15409a97e3062a13d021cf017d53ac67c4e06314a8e39d6cffa2ab11f09fd5a5c21056cfe31d28df45cedea075d0e34152737dc3cdc18d6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6e477a14b86a4712e5b64c9e37b9961e413139d127cd3b65e473d85e9ef5a50d6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacbd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2ed71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d7248a46216c260fc52a38ae2357b8be4272e343fb249db844604b0d1f867b06d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77d74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d3048a943c779ec96389141925641f1255822e92de5e710b73b0466bff79ced7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7d695edeeff161bac82508bfcdbff7163f15d44adcdb2d14b4e1958f4f1b8a7d7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7e22a8280ca1eb4fe5ae3e82680f44dcb2e9f5e7519398e819d5e86accce1aed7e5581d65d43f5fb1d56a6119170584a9b1f0f8ea9f8cd839b72cf4d3d93104d7e72505b88abe0cf98d8bbb99331207d5872df2b5fc8b261bb98756ee696f13d80afd7e5332ca30fb5fc99f352f63510df3967e1004a5c06abc11623431c014d828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d82b6b773f8c7a2642c9b6d3997f39a6c1e858a4cd3916aecb2cafff3cf4779fd84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84bc131f659ea930eedd0d5e024f284f859a1f348354f45bfad4cc839d5fa2dd84e3af45c2e242f9401823f8262acb15d272cd1801321fbeb48ac9334a79eaad84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d85400761ecd216b2a36d23fb1cc3d5fa4c00ca48cc2158fda074709c168572bd87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8a65c947d56b87121f8d2ed7986a3c22b2edf97ccd5c70e046db7a791d6a626d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8d938f9b3d9b853f40af70e2aeaf5515fa53158da6a6161f35e0606db95e196d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d90e537bdb628975e585ab0329bca5284106cbb6ae09d7cb34c59cd91cec2120d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d91eb9914a5a55cedb7681fd6ccee0ea94e7697d4cb545e23a1bf725648e5c5cd926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d93fffc41cce942d5b8c393122234794fa7c68911702e41efd48f65a4b1a3e42d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad954a0c889367e22b9fc82a6acd477738ef208f75030029ba08e01c984b8bd88d956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd970886ad96049cc4253f4f26028c51290cdc2a76a4488ea6847e390023859e2d97c67736355538bf5f8983384a83f79f77878bacf8fdc5624d49c6c3b76cbbed997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99b688e94668783efe9b471d4bc2d1c136e83757909dec85a23db84dcc34143d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d69e90c0fe729a68993057cafc4c239ae3233a4d2f823633a4b8f112cb960ad9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da05e7bb361a81aeb3b2c0deda928b467e316fedbfb92d50261f690ec1fd1990da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2148d62e964431976bc933ada1345f4eb2981bb7a9afb05bd7a383c8176789da22865e8cb2d402d343cd11a9179a2b9a97d134b82dc4c1011a0b81f4c5a5f5da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158da2a34bc8683321e86e2629ee5ebcb9c4224448ff1ab928ee2be02dc2d5ab7f9da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda3efb5c123e6db8e9477ed878420c6177d7c2acf6daeebfc63815b2d492024cda43efd18a5c535133328c7e3c0ddf020b7d88f795573a1338670095889b9104da4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda8b45f11d9164c7e32a93d470d4aa61e673c16e4bc356077328920564244b13da8dd1d9bfca73502100e256ab03e674ad62ba4d5d5e85275a81a6746fda5ecfda90ba5e49b797f0e02748596ae1de120b745184d3a1fb34fe2ccb3c112e1071da9a09933a1e398030baf2b0960c6c9e9fe79fba3e3fd89256cd6041e0ad42a1da9bfc6670207b22406d1469edc3d619aa5c385127d1a200b23361b4657cacb0da9cc754317e07fbcf7a1e4538b3866660e354d652f2fbfe9e9a88d5701782b7daa1e14fd96d695b9a4b4ef9cb5e82adf882744bec2ba81f36d812cc11dbbdc8daa82ae974411eb2bd5066071637eb887f84d3cdd62acc9f957a30f061a159c1daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db1b3f6c3b8c985dd6cb294f3d6294b99516118af1d7d6b910920a8f9990bb90db1ee5184b090b11e82de37656798258cd5e3fd1c281855971427d6acae05ef8db201cdadc782c1d4453ba63e1ba3113251a5f34e19226bc3a3f512d056ce254db202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bbdb223415e5c6db5d75770ce472fcf224d2ea2f249b7cbaa1fd0441fa2166e629db23c9bddfceb49f14282e886ebe479ceb4385b5077522456ad6f304bfec1fa6db3fae639a9524195456132f30e8f43946010f679b090f7ee7c36eb8aea7bde0db53eb209adc7a3ea9665341e90a18e90a132be93002fdb2a2583ed64a129a8edb5850dcf3b99c7d31015374eac238853c00cd8afdaee7b2104aec2d76b5a4f7db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db8513c7798a8fbfc6119fb5be7a90c418ddab94b51a188859bc4d1743134ad4dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbc07305bb18dd043ec96c16d917fe7b3626dd1c818634fac58fdb72e07f9d76dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd310c12e98b8d3a15556279e5b33e9a85a6f3f813bc33a645197ec322bcdcedbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbda4cca95cb415500ba71f6aeb27d1548b579e94b2efed0259e9d187006831bdbe1ea4ce98dd7c311d00a2feb8839b9f6b2bb7297767375620e279f8b592dc4dc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298cdc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc16e2819c93712d66855ba3c16340091966b5d6fa103513ced59b36205f3899dc19c8660e584c5491d5a6c0b99fdeb0b9cd66fbec394b0d063f7c5418e7a745dc223e2755fd0f1c6d78ce148364dc27648cdfb0dc7f20af7ac326e097826a48dc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc818b102ac26af828886b266ebfd9f65f0e0b851175725bf170e397b96ef876dc87d163e031e464026a2bc899b3e55a4c39d7b36b79f12a8fe44ecd25049021dc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc9451e2e26d73fb229874fc2e9af02794c4da5c4f7b8ab5fa52f92c7372968adc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcb53312fe0a9ac8b20566d82411d206c0f10a0f5fa2eab5100d833a7af56058dcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dceec64f0a5170fff4a0d835ec41967ef384b6d9f99eab0390ad6a91e67874c9dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dcfb5bd938fbae9dfbe4aa70b8dc8a7ab3a5ffccad5f448b52e51201f7dfefaadd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd15d4270f4ec63259ce1ca86cfd79fd37811078e1b448e7d9d110ec92797cfcdd25ba535b78bf8512df23339f98d8ffd5a635e7ab9880e7622db5ad12b1a9cddd27f0e54448aa9cc78b5907ba551ef7e5a7bf28fdedd3055d50d5b6650d68a8dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd3fb8f3e3b7b71ef1bf2873ac8fbaa827d7cbada523f16c3c9a155254f48765dd42fa9ad881df2c941471bc70e631b6889ef920dff02d8a7ffbf9377a583aeadd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdd98739ba8e1b05124a2e2e4b341f8835e75257bd87e5cb962c04395ca558834dda849233a0895d418b016d20783579b910eb9aba0edca282efbff6483df9f6bdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb2045805327d73f52570e7e5bcd543005ebaf41c40f4230e4677ca612579b1ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbe300186af04175b013000d2da52faf9b25a817322b5adac77dd124c6054f6dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9dde44a083f22989d9c98f4c8f045d335b159df91e59592c88305cc5f96c0d098ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf6d18d414e6a1e3849be37c4d673827bf5e35198c7c394f3f46a5cf3d1da04ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de089154a178de7b7f13e6cf5c37eb80f552e1c14167a5cad2cc5b3aebd90963de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade41b60b6c4f534a7ab4bd99ad9aacc1a6883fdf51a7a5e6a0e9531ce5f53723de42983840b880e3837e37447b498e806d8b2d4e34848f0142ac55f998cc429dde517c121727d965d430783fbcf64c9e2dbfc7a9842f7e05663096d399a8c8f9de563f919965db0ca733468c3d6434d57d07b12653ba68052fd9df41e3288c20de58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9dec92ae5d3886eca06931593968488985fad7d4f70ed367fc9df36b71e23e045ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65def15c55d3b7485951b827a500a46819b3bc247aafc925fbceb99fe07c71f3badefefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df0ee63251d1732760d82864f2e24938361a75f7c9df7a7242b0a6808f0033d9df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df1ef22d8fe395cc972881c6a78aeb599ff576f5bde0f235dd2bcd19358e23c8df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf2937fdc01ad696f6403f4bffe13798bacffb79d6e62d7c7a1517c36e97bd89df41217213867d50120344fbf9b5bf6f8adfc24fdfd90bd8ca28fbe284c2f840df461d89f22b4a93845f81477209742618cd523ceaf69c225bfcb5f428495916df528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf5545d0b2d61333a2a3fc8c546092320d817d75762e758d8f85782b24272949df58f9cd471c8bdb93e02662af59b0c8fee076bbb6ad57e58cd914c1e9e78620df689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df68eb0cd5e8d2e04841524f5898aa5b331cc4d072b127df0d526a1a0a4753a7df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd3c96d0ab4a3ff71f1e8f210b3076e415f4e6a5ef5b3481043f0804f57518ddff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e000599b992d2c267fbc3f771cf1dd0971090d3f4b33b10c132f7aa0d4976379e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee02b866804d101736cc0041f6e8302593f28d9756f0e9ba7d5b4674f3aeb21a2e02ce9ea8f913226286389250ae650ef8bdbc9d242fb28e8da319033632908f8e02f597bb1974d53b7031602674bea848a4dfab31b0a814b5b9bbceda5cb3f5be032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e03441c6db4e5bf6beef57cea2224aef7170efd82402bc4111724cacc8072a39e03861ab679ca3b8c39a05067602e849f631ea75516a70cf2e6de66650101196e04296824a709692ea2a100ad89b577f58a4267193629c942373bcb2e08bcdafe05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e057f9153e304a57e19eba1bf45bf2194648118807887a6c029b594e4cdaba84e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee0900315950daca134f0eb14acdea0f717b426df5f9a78215bb4787e1011b4f6e09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0b8dc26c22ce0e7ee0893200b1a842fdaf0803ac0b2862c12d8f2b1c7942789e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0d9958025600499fa5a89a864452270d5fd31f66b4fe4d9c5b703733ef7ade0e0d99d3b309d8d0ad3151852e06c536bb55e47cc5d70e8a2a3f9e630e498afaee0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0eb9e7937840877e44a4a685276cde1aec2f60c0018f0172e956dfed19e3004e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de0f761d34f4c0a3a119472dc32dbd05adc687a925410af2d887c62381ab5bbf6e0ffe5651fe3b897c1c1700de2dd061972ec220d264eb8f22638a36ebff001c0e10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249e14986cc583629087aa1cce26a9a92a8bb1709d3cd89b4eb05c834432e5196f5e15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e191251c81f77b95fcaa24d2adeeeb9d60b9456e6d58d7378c1e961be1bca4b7e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19b2c81813f876e93d19697b3cb409328b9c3bc815ef7bdc16bb1865c639ba6e19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2be1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e15b3804238d3d8f4798e67b746a8b1a4360c6715225e7ae06da44b38b221ee1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde208d6a88e9bbb3129e15fdc13ac5743d39cfa2a0c8602b53e10f760b7a5558ae20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e2328b161e336415f7983cd9151fdeb17cf57d317bb7e815641fa15763fc2a50e239ea14aa83cc52e75405a15a71448fc2c9a9aa3f2291684b883fb915a13d26e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e24ebc969805744ed63c4c8ec4f302213b62cdd59bf8563974c41df7b53fab43e251ae829565f2911cc93d56a5848445132af83b2060e74d7a33b6a1465a9e93e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e25c0ee644a1c30be3df6e3322019cef19a33d59c5d41fd740525d30ece797f8e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e27c5c6d98309eda745ae4d086ee23dcef66774d16519ed32084315ac559dc6ce280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de28f7acfdeb355b8d6223cea5634febfae8fd03204482dbae77ed0fa598774b6e298477c5513f70d93adca51539ee9eb5ebf4f90682158d57ebb269a85c3f5a6e298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e29c462501362b45177b23ec495c9506de918261162f10e4116a71c5a6b85892e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2af2ab73f9ac77838d32eac1b7145c2d394284d74e9cd407f89ee08fd7e9b9ee2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d2174baec159c5bed9e0844ab3d60f8877b1d65f7bff8153390e7beffe462ee2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2f115e6723ede17e331a6040cc5755f05553090963f3cc818a7c4a26262061fe2f1449de494e9775a7020bfefe1ebaedff4829ba3f6dec2a7697946fa4c7b4de3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3318f463d83be860dbb22a28d38f0fdd30898a6649acf307bf6c0305a8653efe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361fe3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde364585fcb9ced9126b068be81c4365fdfd23f8d8af4717cdbf919d12cc2907de364c9db5fe1bbd38a444566012f9770bd6970059ff9b9021e16eb456639a928e36ab3540cb80f33c4f50fb6dd0534541f532c2fe3f2dc83c2ac5e310c3df652e36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c2e8132b28eb4b14bc404a45fc39478fda7f9f323230e66a316d240bf239de37cb0d8a5c68100781d9abfc2f0bd597990e010fe1dff9338befebb829f20c0e37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de39671bd4a76ebc6fc0f136ca5a845abf5647f381658be3060c98b244b6ffcd4e3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3b6e5cdc87145bedb7fbfb8264872c7cb3b7b8df22a80a956811de86b01998ce3baf27390033bd7b8273b27b43d5a38808bbbbdd67bdd4462cc1d4a380493a5e3bb04a9cb53d902b6cf23c874eb47113bc54a4d66f0be50921ce790d48a3bc9e3d43f2530e2b28f34de597b05469e4248f69eead474776959fe4b2f5d3be5a5e3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3eb026c7bb7040874b59a59f4018ffa6abe5a8d60531892a78d0914207ca544e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe4165350567dc2a1d6eb617f9a470bc13952d04aaee28f8c30c8e6e64423cad2e4191338c1fd81fa73e02b65922966122318fe1b43f8cc9cdd0fb1f2afae92bce41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3e42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43bc08251aa947baef4f6cf220c54dd696feeebfa4b80e0c2df8853db23bf36e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae450f1d07bec89c6857749d465d29c607a584f7253393b5567d9463fe20032d8e4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50ee4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de503d3a1f470c5976b6cb6e489742cec0aeb8ef3dc890a727b4c219dedf8de88e53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e548536a586ec7eab39eaf357c1dd459dbf6326c7d079161872953d204a0ce52e54dd9f556a9b420ab60f6e88ab74c2b5199b7514fcd7de123503515c9732fa3e5535a17632e9772d720fb1da425eba67d9335a7e32d992fab96a22ddf52a685e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e58de13df38a8825c703d74de0cdeaee0efd4337ef22a6348bb3cfe7bad01c84e594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5aee11aa67049092562c8ce9b0f6bce891d66e366b3ab2f147fbb5eceb147e4e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5bf1c2ceb29771d96c9d05a4455bae20c76ff523e0e6bf93c88d905037664abe5c675809bdb5bdfbe77b59abd9769a255bdc5b22baaba912aac7fe25d03e0b4e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f105ab2d6df08282fbf62b9ae0db0059a5cd5a8831880bc0b15b3dc3134dd6e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee5f6f261e2ab5df45ff5f18908462e343154cff06df4dc2dcd105878450f5fa3e604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee614fefcf189833d82fdff938c391d45b6f695ec965db4adf08112cf3dab738de61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6319aec8f9a5f5fcfb1642168724459e0cc71b6638da6e491921ff8e39bfd06e636c0a9e67763f7ec9190a7ed9f3f58dfb517443e92b1227c3f4606bd483cd0e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356e66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e6886e324da7fb74814ca143d519599f4deec619fd6d376505ea97d3a240c890e688c3daa554ebb9dc4ada8173bd7fc320c9322646e8168cf4777021e80df05fe691b2c286436a0dc264ea22d4ac87b8f24b0e19b7b3d5fb86af33191df56bf2e69423ca5b806888ebceb243c222580040bd8cc57d9b9cdc7babc76e116b5a07e698bb69bddc05aa773636dc49bdcbe17a963f315de488c8e68a66e8ea24ba60e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6a9fb7ed0243b8d567cb8b426388d98a46d70c89be2d3688e0fbcbe1f3e9beee6c22fa5b453d1910edfea7df5d7d26c3a8df287c7fbad82069df758620853d8e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94ee6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce7086c6dd6da2b036b821a1c9cbd5a85a9d57fda20443cdea6fe2d0c8df30580e7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce71f1fc69fae586214800372955ddcfa9c19bf9492c7f8284788159a0cce500de72afd39063c400d00c4ddb267ee87c056b9e14e2787f6c65365a5ba72c72c24e73e0dd77eff2b7848edbe132930f693db74fb8aa9a34d9c9a5862a942537a59e746afdaca92b15fca3fa93ef4ca417b649ad41d7ac0d322f94db043e714ae17e75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e75affd79ed110812959b3d05fb45662901cda65f676b064e9c382c4f2935635e773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e789d02038399135a57028e50ac2b1764aac1e4a7c35fe3a4a6894b9e3eeb6bce78d7d24c16776b1ddfdbc469b4a177f5511061952f22ac9d1611a12bf6d9b58e78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e79aabdbfb3c44d8c715a10cc2d7f065c085f7118e3e2faf398920d25a6e679de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c3a5e0c2fe642345fe5154a0d7246e542a4b7a83a4eb3a1cf865030f3abfc9e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c74a84e3ad61a8d0f1d132f74580af271cf9ef6125429cda0ebeb831bac9cae7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce7ceac19d534b5b23910ece5914589e7f9e71a27997824fa93f1af8f93960ee5e7d1a1f8832e0b132b010c72d06de2d8803d4dd43a2fc8e494fef6dba6e2e74de800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e80ad45e394712628bb3ddba573bde6edda7686fb5c88bfce82a210d5fc414e3e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81b92ce4e42d00a9b7527d17200f97e164443c8e5a53a7bba6049fb068cf0c0e81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e8352bac621fe630d7743f835c2add306c04eeacffed8e03e6ecfc09d6e5c57be8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e879e1694adb5b90d8facc4b47029512c3bab143f890c680953c2e7992b941eae8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8c178771e2f49767816e31f5226be3c5689a0109be724fb8a53fcd523e77df7e8c407c38fe00e90871da87ff4493f365eab5c54bebe40f8769bbcc815f95080e8ca77a9906e077e0c693b9bb356d67f8025f3544693b17ebf657c1f2c7c3644e8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8ec3af603204b45d88bb16e509d773f36e2cb94c6e648cbbaf1483667be2bfbe8f0658f04f1c3eb9c0d1a8085b6092d155fb4c45b1417c2882606b7c1f96fc9e8f5b89a7e2eb948796821c7a82ac0312e0415dd9c059ca905d10238bfeecb46e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce8fef3b49ba4888e58604113bcd2c4f06247eaeb335bd6d7f2195dead001530ae917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e91b02df2fb50d010692e4532a2b104ff7f84593feb32c4f330c8ac4c3b09d99e93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9462a01e525a60a058a192f31147670d06f0792fa74385fbb0fb9b57672779ee949f42be48d11a84b4b371a20183e4ca19fd50d6591018bb4b76d8b6f8d079ce9669d9ea431a2fcd05919d13f40c60db0bc833d589e5662d9930c48f087f75ce9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e985b915a09cdd015840ed89ef36057faa712ee8beb3a79405ac2a615faa91c6e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce9998a43598c567eebc9e41545eae7e01eb8b556b2988532287a4934ad3ed1a4e99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9b2474c049230233bbded4058c856d1e523d43d07d4258dd37555beaf72d753e9c94d08e48ca18d3c2ffbd7ee8e490071811b385c2debcea84e219374c2c8dfe9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9da95ee504b95f4bb7a358e7e144eacf9cacc107d94e3da2c911c70876fe83ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbde9ead62a7ac674a4eeff91e5b67f892acd7b95f7091c39076cfe217eb6e68851ea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea212bb2eb313e276651bc136dee860ab6ee6cab66eb0e97419dec8e03e5c3baea36ed8e579cf4ff98f0c86e6bec1b2bd37385919106118eafad368d59b70b21ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea5619049f64f3c42800a96f22aa267d00b5d85e31c9df17362b2bbdd27a2f50ea56ffbc2012b1fd8870c941a44759ce6e9feda5d8b7caca0d2c6fe71fb3b516ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea5f294c27efcaa62c379e43b2d07407d99520627c2a9576513097f2ed23dfefea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea913b6821dbc213027aef7d8a290c15cf27f0b7371ee1b33279e507d713943fea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eab5409e49870c01fd8a4841397e3728fc3cf8742d4dc20f68f78323ea8e9e82eac71c99375c50ab3685507957ecceadbfd4bd6e63e4e18817bb5e3d024f250feac93ba44d13b3c64b2aa0df3cdfd966ed7785f2026b7a06451fdf371b25ec18eacbbcaad07015574628a98f82605542d44e878ccd43c56b9049e9eba6e239bdeace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaed54052e1ba11d10116db8c0989e88d989593a868623b077609dc514e05fdceaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eafc32cc80fc4cefeb43421b052eadb8ccda5ad7e7a0807795ba660b0097dc27eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb2c45adf20b9d45e4cc63542a1b15bdf63532a4e6dcf0a967549a979a43d78eeb31faeb2935c490a10bd01d99bbabece01591dcc253ff00ce8f4a259d5c3443eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb466be363befb84124d466ae558c776018983e64dbb069bf82082f48cecb1a4eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb6bd77d9d3cf15fb5ec7d31ce342f9133c59351eb566d6bfd50da81e345184deb78e50ed74c3842f82e897023070fa7e7e2f8d53cb5b7f08ace1651c79395b1eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb7e959a12a2c020a55d0bab23b0b9c28f747667efb2dbe43bbd73e51df3407ceb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba0485d96bb898a5429f1b8e20c9291952192afb53d8be31100216517b8eee1eba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebaef5a95e882fbd7814ba2ca2a2d033343ca289a2abb07b4de78f6feba92cb2ebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebcdfb08032b8f1b3882efb441f0301388d1823782ec41a501981557a8a81a14ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebe359c9d0db40f30bb7ba7198b61f44935ec3a157cb575a6d495139c21b4c78ebe8ef65d5e5443683c81cd6a4c2f7b4340ae47f05f4a47d2339093b9a4d0909ebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfebfd80e0ed9efa983979182d3754b8ee1465f6ebca4bbcce515883aa202e4da4ec04e01cd2a701a9e8659c05c8f083800caaf203e28b7369f0baf8b8199347c9ec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1bec5fbf80391c5ac889b22bc16d6c652e53f7cb2255d5a6b229a47709fe9614eaec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec783a4c6f8b8d7787604fd299168de5f1114e7b20310822c682db78b7561cabec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddebeca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb404c0258d5d7dbfca17748c313b9604293b874cd7780d9b4d17050d39eba2ecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecb878ca59ab2303072bb21dec0fc1f25f06245ea6860b15d24b78d338ce0335ecc3099a1ebafbe1e6456998e8be7cb95d1cf576bc20ebab0c08f66e3d1cddf9ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becc7f57be51657a733edd14fae583ad8ff15b4789c01f2e44590e7fe314249c0ecdf89145e98d31b93fb87fc5e53f178b95391cf9f31682a66f4710e5b6bee18ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161ece4bf573040f47d5c5a97c65b96c0df2906b4a00df0bbdeb223e3cd3e92eab2ece7014867d950c49ad1241bd26dd1ad627ae69a179372b9a2c2e20953b82c12ecf0ed5af322ea52eddaecad784d684a59a3bc8a21e7919f7618b2d24fc66199ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ecfb11338aea57c349aaafb79f15ccd4ef90c413fb6b9c6bc43079cf2e39a4ececfc69764618a97632eefcd5ba943236fb27221adcea03c9a7563ae09d4e6d81ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1adcd07429eb2ce5d2f0943584ced2ef013c5c24d0f51780217b61a9818d4bed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed433337da88d34fbf98d49a0b80ac75bd3e8857c6c052c605b4cecfa6a1888ced48d7356fedfd44d12ab7721deefcb7752dea7be77b098087df338af2a66a0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed82de6696d3540b7036002f84bc8b96fbd69a47ac993e9bc8ff3eaf5ab2e963ed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced84173310f843161b68cedadc6729db3a34d04e49ca71eacc83d25f20558f62ed928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed972f055e9875295bafb2f43d084c7ce5064e5f34f2011e41c95a824a07b42ced99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edb2eee893740584a5aa7f98f7dc0951e6e0047c28261702a6c83c272668a6a2edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedd01c7873d582e2277964518cc06e1ae8eeff09493540b58637dc9331b817fdedd459582e033ecfe31174127f3b615d5fc0176e8405caa33869c6e25c2d7c84eddc0b15f4f38d73856067482892ff0f3150d714379007f89c2ed76561251161eddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daedeab693527f64ae25bf776f99aea5e78d62ebf6109f40466a1a0a29fa09fe7cedf080242a56369902becfd9862bd1738842643a96787a75977176eda41e11baedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee0bca3e02daad703dc7f6545165046cea353cbd1443ac11abf0544376f506b9ee0da60ac3a9f4c937541cde60997b9e26ad6c2ccfb56df7c9e0d499710ecc9bee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee2f1781c452880c4cf82c09b677dfdaa263e07fec82d92d9fd6cb3f604d410dee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee46dc95b82984eb8bd90e03f5364405b04b8ccdd0a48fdb337ef25c9e88be86ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee56291a1c844dec70b2a8767ee90650c990c99e0b867fd311488edfe787e744ee73c3c9bd95bbc825abd79ffa8c2ee45ae3f3878ad82dc0bdaed79f4cd27b79ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82cee9ac0d516e8773ba7950d59f246be4feec8857ba4cc5e00ddbc34ff28d8235eeea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeaf33d5f69f476d26fda000887e3aebe7870d04dc824ced7445b396f081d763eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feec4358c52c2b80204918de95f71d709aa9b36704f13c586c1c7b6473df50236eed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeea6ece348eb7f3490c59df618b7d2b80e12fa651bbfb1c6e8abaf297141c08eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef044dbc97cd451ce6699b98ec8d1e9de778a7670f678a3c3e8f44c57e866f5cef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef32bdc604c4c957562db1aa198a8b7c847123cb3c5c6ee4a64629b0b856d59fef45b1ea5a1dfed7703a7b6f03a6586fabf016529880a6c93f004b7a0a01a19cef4bdc74917a55769bf8045219cea3d887965702e82952a2e10aa4d26a74d7c5ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc3ffbcbe3a14a30ed50e45348217c29b0332acd4906a4bea70b6e1f330cfb5efd8addbb319083c5049730fbb72d15e15e0a9094164cb94cf5bea083de1e6f6efe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f0085660a74ac5599c90c26a4255dfac6b3adf840bc8c2e5ffcee76229027131f00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f01cb4b79a55e5b99d9cdc921b4909cadfc4a5b3715153ef99714f58da9f6cccf0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02532bff0e48c393b2a395ee5814861309a56caf122d94fe7764ee77a3dcf8ef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f030bcb95c110981066ad16435f922dbfb12518d2269b7060a46f241276e2915f037d730f57377a7e7554a2f63494c8614aeb36178b2ef898b36ea6fb2698035f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0afe74c912ce7f9afd5fbb52b9275ffc1f41a5a18d0c12d6bb847b41f665265f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df1186fc7ce922dec24c39ce50797700a44ef7c1b1d20f0000db71a44916b8b94f11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f14d255a1c6a03d0bdb68c8f11e8103882ddeff42c8ab640fc0d2cb230a8cb07f17ba40439aaf3cc0307c761ad99004976edddcd5c566dfe4e28d798ee33278ff17c2e8b6b91bc1a73e601856ed72fd8e4919b9b58667efb58998972ea5ba87ff1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010f1b7691dcbabdb59953a54ef60ed0f156ccf504f85c12262880104322e001cb0f1b990cec7aa08cd56da8fefaee702bfa821c24d64d4fa45862ebacc2c6e48a3f1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f1f7c32af854c38a86d1058e76982a115290d9ceed899584127dbeb0ec1f6aecf201b91c075b1066666d2445ca203f4ab32f23ec13f575f0d3bfb3caed246c66f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f21734299d025ceda46477167dda7f20ab9777ca0efe8cca009188473e281c2cf239d9e333dc038f11ae5f3b9396b81c47805f8fd7314df6c3cba3a1dfa6876df2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aaf276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf27b3986f000ce8d4aa42336a9d1612f2c6e9f35d0c4d5b8befea2e6f1b83c35f289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2c7e4ef8ac015dc2a0f11cfcf7828dbadce8a9b1478b048f05be16f797c0442f2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f055807f245a670be1d29808f5dea69f19322296646f4aff17dd2206596ddf31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf3254d758c17d4e42395a867b1011ea15dae7a6ddca6b3f8893889d61ef275b8f32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f349a803dce8d1435b2b272ce84a8d79d41b158e46b09ba5959bce7accebe4dbf34bba4ae7e5d65cd36379569d635a8afc34a7819dd4dc11be9d3c5c8d3fcd33f3599d3736d51a4ee79aed6078d0d49e71c38073c69d7d3da08e014480c20f7df35ea43c2165562d0de70537fab04c74425290d46010fe06c2721ded05fdda98f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f383bc23d5b5821292bcc901a393e4bd046d4c694123da448243e26e4feffbd0f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3b32e719e6f29c80480694745c3edf370d18505a594b6877b694d94a0442187f3b7fd837ffbecb8760d3f76d67dbeb0087d2220be30032a7cee9fdd3bbb5a30f3b84aabede0c8d90be737c337ac36d8f10f574847e58459a08233036b50e3ecf3ba990f0ea252dad6577a3390819956fed92e83a301ce26510c9fefac19fba7f3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3e1fcd106e7c3f82911865916a8f6580fae4dbe4470ee6115eea737c44a9026f3e2c2cfef74b0e2aedd6127ee5825013d04e642962ddd4570857e9e27ff7529f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff44fb4cc1209fb0452b72e7b945865c98a7b125acccb85f4adda95c030b666eaf45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45835475840a0aab70090c41fbbcbfd3be4e40e1d3ac4000509ff9d2ae68cb7f45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f45fc8ca4b47849771e8ac69cab008fc2308ffed158ac7323f03278ea1753e69f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f49020791610c00280e74e32abc2b738c37b2b59fd20fcde17629bc4f8b1e1c3f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ad67a791210eda97058fc9aae7be6554d14b726a65b507859e7fae55f51e74f4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4bcb50cf17274d66e2613620bf2eef9495ef448f317ef6a98a831b5c37ba1a1f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4ca0bdab537ee653cc51211ed66cee0e49b31642950be07fb63cd487b215c2bf4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4dd447b2c6bffa684d22c7a22c1119e27f5141948875785354a6540522fdb14f4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f4f1b63e1bc55ad319df7e49b4873a2c780e9f9e63ca7f725805f4ed878f6404f50dc9a64ae0060158430bb52b07c1df9047e262cb8409c43c12de8be930eb35f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf52cf7c0fd0403f5457a61a3dadcb35b8c1a83678835a8e473054555d0a827f3f534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf537668fe76f63c29a35196dca5590152fef0da11c425cb73aec508687f1c22ff544e29107040a580fe20ed1334055ebf4ea0128ea136471997150323716ae31f55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f565e842d620dc072407bf9ed7e63dab8728067c6f7cdc90365af93d58c8d8cdf56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f58098389808c8ab35ba6bb4fed7160ba4c8ef731b65bc4879684af6de724b17f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3f594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391f5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f602dfe307c014636b95762283e62a21d5adc2b2a5a76892aab90a776e67326af60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61389fe08bec4f8eede60e02edbbe48962cd17831f5c0f038713f964ce57d5df61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154cf61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f654da8ccc84ca9f5b77aebec1549979369b99313f2270f71d16b94cddd7c82cf65aaf515ad0fb2a2de96c02f4e91240cadd609bd34ebbf4c242af033256e9eff667e89947bad51172060eadb80277f0263307d8bca1ba78764a413720b179f1f67376ef6f92ab045fe2eef96adc48f8c12aa5f74257b559b1102436d660a6b4f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6c3b85a2d28b0fb8ad38b9a39118d1e20ecca3eb516e568d924a06265613b69f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf70cfd0d8343d6fb8f5a4ffdd8fd153840823b0e953666869e85fc55b88fc234f71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f74e8ebb023538e72a75583c62a5eb850b3354845846a84eff8bd8d2f0cda0c6f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f75b63766c1847d43377d95f8e26b4c9d1ec0c71401662a55c10101b825c7cd2f76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972f762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0f781f2543298ee9cabc4fbd65d0c223fe3e5e93b885b836419ba62fee2c65579f792150a15db839d2d21b837fd9f8bbe0d643ede6638336328713997cb1a1c29f796b5f45599c540fd71f0871be25afb981ad2e0e3d7378c8fc2e001ebf14249f79f9c459a78e98fe1166d7b721ffb878cbb99dbf0a1c71e5c75f723dc3a3807f7a271bceee7d1b0a3b6c9a7d3bf6c704bf23920d55eac13b4032f7482cc342cf7bc547b17afe6a03b3b658417fe78c1599d05d519fc30fe9bcc9253cad33be6f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f9eab95685298d398365ff387ab412b43db8392687b2ce01538437f4a4a3fdf821d2b6d84f5e28c8d5ceb8de1bace66f5024a268009361cb8ea6c4c0b63a5df82c377189f83e6427f995b789ba12407fb2044078c4c2b09445bd5d011f7c06f832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f89d0942969129e541644f4fcec0b74dc929accc571bfdb567c08540bb160069f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5f89f6943e43820187d2974ce953c15ae996f8f387ac79604dcf02439339dda6ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8c1dea582403aff21a23c04d84bf1f1c0834f79a185536349ef4ef89a58675cf8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f8f04b77f56ce351a2d332f2fb5ccc4e72ec0ab372427385abf67e66937fcd61f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f91460a8140c3f10038f3e56b5a3dbab57901aa7d16ab073ee88a41d13ed89caf93c8567ea024efce74d67ac4aa4059c079322bf7e64f7789ff7c888c1f1deb8f93caf1001bf1740e898a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031df94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf94ff6dc72d87eed348e63dc751f425d278f5858a5b99c47ac055e26c0125c52f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52f977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9867b29124cbe26f3a8788a177e40efe07dab1b37402a9aae59473b733e5f49f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f998c6b8d382e12a046f528f31d49750d235d4d0fd06548a07eee749f34dafd4f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee28041597260a07f16ee4b188ee5fda78017c4af04ccc5d5ee22a87e4b820f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa12720e9d3a5f2ce110051675d5271b7dcb5d52ccfb0ea7e1fa0e608aa7489efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa316160fba9f036e8cf825115392deae0c9262bde2138aa110edb256dc3ee11fa38a48cb4917394c669e22cf5bf1b63eb9adf0ef23e33e867c9cdb893720ed9fa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4b6584b3fad42315a5bf706aac6d9d8e3d064e2b41f4ca72c309f1293ba846fa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa6e2be1c2721f3b65ef183f8e19c70e6f0c7f4d25994ae49b2449a76623c768fa7024f3a781095bcd32fc65256ab0f255e34db68be22a2e183d81d48d3a636bfa74e7e02a088128cca190b885e591ed3e55ecc9d1c00e10ed7f524da22f7f65fa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35cfa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfa85a186c9badd0f801f51dd57d96a4c661d850bb539dcaafce2a20acc137cb7fa9ccc4c5322c06f745b27c8176a7e4f31e71b22828cacf068723a4e30730edafa9d5dccf3e4b6a45e42b11215acf17500a7246222312c0911e348701209a633fa9eb5f53aa3582bbd9ae8844f32a11819ed8413a33e6470a26ddd9e1a27d472faa1fa9900dc4c3d1f44dd21440526dc0cc1c7b9db09b65c2cc75e8882783594faa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfaa73e9178d879803822cb6cda197190ef4e215fbd0dd182d3103e9f10f33366fab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfac7d4de37070cbd5b264a90a939ea02011ca82a6f893971e63f44b1e6e3dc0ffadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06fafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0fd8b6dbac17de5c5d3e0ba845cf4fd11fba58a05561dbf64c96af028247fdfb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb30e80cec281d8e55f7adde95ca4d2100a6dbd79e8fafa6cf549e8dd7c5be64fb389e2868e501b05d107389782238ce707039592453482ca8908e8307698e77fb3f12d827de1ecd6dceed979b274135de10da278d403a4275075aeef77a6c5cfb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb69741527ac6a290d1893ab0a24064f31524f2fe3cbf267aff547772a67eb1ffb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb775cc4722393a761beefdbb0c56668cd80aa4620f04debef870b9c5b15da22fb8f978db4f16e3c527130cd9e97f6f95afa3b6b98e7412ceedd4c2780719e9efba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbbdc8446e36788170efca3428628b41588dc4d761a6ced40f3bcde45752c5fdfbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7ccfbc02382934d3c0c92250ce5a66887dbb0cd29facc12f2bad12ed0a67d770f88fbd4e59022009a32667a8f9603ec96c83c0abf87ce5af5f4016e429e41aaed12fbd85c4db05d8aad085645189b16fa116ec456a01f6ada7bf20576485b45c93ffbdfe379fa929f2f985f2cee35f183565ec12c7e3c06461b5842b594ba567603fbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afbe886a1a3bb1c6a2b10cfb66d035e8feffec36c9ae6429439885f9a4ed5fa05fc00da03fae8abea975d49ca928f7c2aa885f4777ea05e2c176a2ec4434aa933fc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc33b3d23f9e541e4735bcbd478bf7e442f9beebb1ad9c4e54e34adb637b503dfc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930fc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9afc8bbdf80307d949ad4d9c5462a7435340b5e8ab859779f9d56012bc129b8f36fc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fc935ba10002fe9c13bcf1c695b16848b31b8e9223106113b8428d4401734fc1fc9d7851514c398201adf46f196dd1a0e275dc75bbd41c9beff735f22ec0a271fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbe266efab602ac613bab24ed9bdfc3023036faead75d61561b2ce29d596b9efcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd167423baa12a153cc10c762b37551b5a5e1b9dbff00f35b93e779b3cd46550fd22a97b1709e59def6bd94a278cd2f735cfc5c1a0ef6c68e674d47a71a54166fd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd2759d51fdbadce7d7b280c0b5ba2a9cddfaf727fce07e1ec066f2e9a349356fd2e400dd7bb5c8b4b1d7da47389b7e8dd92688f29e8a915df08b5f59c9104d2fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4a22043a8491a872e9506efb8da6bd6f5282c26e2b35942d86520aaf711f79fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd53151c1c622a4a45aea86f77e95d8fbbbe190f80ec081bbac9fa6c3bc36a1bfd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd5b05e1ac13ebdbe42096f1d6c41b6cec2df90500dc253b150b031ee6779097fd60a6b73d0adbe0b35e053b9885def1481cbc6799ea890752859bb9d8e5ed32fd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd68899e59fd923dd62266fe2b5ac6b27b3c6cdc1d6d00e7bfa65029fa2e4595fd6fee365601109d2128e41e39d2259f151b800c75e11c82ce1a21bb6e51e0e2fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9a1d7b3158712253cddc53c110efdeea7709c8c2faa0fcfa34e6cd703ca2b0fd9a9443ceb2c2028ce7dd0eea6cd72443e2cdd2be595f47908725cc97411192fd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfdcfe928bb6258a6d1d7524c8d6c7d7303d240cbbac64f96c090cc7d863a3f97fddd9d9683995ac9a5368b966d961267480e3c6d969b0eaa8d62e89bf1d96d5efde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe05a9c4e2dc2283f00118ed562e10c9a3816fb3ece6bcf4e088c6296cb09faafe06dc23126251bc7bce9f58b980ff512c2db5226b7d61ebabaa12a18ff48af7fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe2b66fc215b8e3f4969f604a57e4df79c50990444cb017423a8fb40ffe72a1cfe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96cfe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe624ccdb226abe666382b261a471803a17f17f9e503c8c8872e9858ba97ff03fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7581a20370294ebd8ac2ae0e126df9e95520dc3070d31833ca0601cc5476fbfe7622b4571671c69d7d33ff1401d1659edbcdb77d0b9510d8e6691626ca4ec9fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe86994c77fbf23a9b62e91da4445e4aa2ca3cf718a1ba8623106c562042bb3cfe8ffe26de62f442e7ada2e330b739ff5a2ff57cf47f31b8e6f70f9070a61087fe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548feae4edf769be65239130b381f04714b6e3cf74a7b625a7f5d5829dc15833850febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fed108570b21bfed3b8f8904ab3ff0954d750df743071f51b940fbe340bafd63fed80f3715aeb4b9652d1d7aa05cd44e0abf98072ae18008c72cb81137df70d1fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff00fdeaa90a8eedd42245891b91cae920edc0c273a3ba8638f5d182959b065cff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff150a23e09ed765b622d4fdc24c3214c3ecda1f4f56984a524027c638b00d42ff27a97dd681cae13297d4e50f3ace653c44ddc1806ac9d2941bc04ecfbc0ff4ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff85869736e242e5177d28d28b04ca799c708888e122bbff63e7277272b14634ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffa98366df0bd270bfa387afa3fa55946dc76149b5bd56a4d85321134ca28ef1ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdc86f41113236765a2f572a8c978f24dc8fa1a90ef5623095e6be5ee70de8dffe2220ff8c7a2ec40ac0a9f70793426be37823a98774f9668346af979a844d8ffe9350265754c8faca3ea9e2a3a00f54cafd1bd2924665cc9a61a2f9bcb5c7cfffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7dd470a1a932180300, 'no');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('currentCronKey', '', 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313737393032343437393b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a373237363b733a373a227072656d69756d223b693a373331313b733a393a22626c61636b6c697374223b693a31323636313b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313737383933363430303b733a313a2263223b693a31313536353030363b7d693a313b613a323a7b733a313a2274223b693a313737383934303030303b733a313a2263223b693a31313334363836333b7d693a323b613a323a7b733a313a2274223b693a313737383934333630303b733a313a2263223b693a31313239393836373b7d693a333b613a323a7b733a313a2274223b693a313737383934373230303b733a313a2263223b693a31303335343733323b7d693a343b613a323a7b733a313a2274223b693a313737383935303830303b733a313a2263223b693a31313138323239343b7d693a353b613a323a7b733a313a2274223b693a313737383935343430303b733a313a2263223b693a31313036313137353b7d693a363b613a323a7b733a313a2274223b693a313737383935383030303b733a313a2263223b693a31313132383437373b7d693a373b613a323a7b733a313a2274223b693a313737383936313630303b733a313a2263223b693a31313632363135303b7d693a383b613a323a7b733a313a2274223b693a313737383936353230303b733a313a2263223b693a31323237343337303b7d693a393b613a323a7b733a313a2274223b693a313737383936383830303b733a313a2263223b693a31313237343633343b7d693a31303b613a323a7b733a313a2274223b693a313737383937323430303b733a313a2263223b693a31323231393136383b7d693a31313b613a323a7b733a313a2274223b693a313737383937363030303b733a313a2263223b693a31323731343433383b7d693a31323b613a323a7b733a313a2274223b693a313737383937393630303b733a313a2263223b693a31323134353132313b7d693a31333b613a323a7b733a313a2274223b693a313737383938333230303b733a313a2263223b693a31313838343137353b7d693a31343b613a323a7b733a313a2274223b693a313737383938363830303b733a313a2263223b693a31323031323937333b7d693a31353b613a323a7b733a313a2274223b693a313737383939303430303b733a313a2263223b693a31323439323636383b7d693a31363b613a323a7b733a313a2274223b693a313737383939343030303b733a313a2263223b693a31323730353730333b7d693a31373b613a323a7b733a313a2274223b693a313737383939373630303b733a313a2263223b693a31323830363237383b7d693a31383b613a323a7b733a313a2274223b693a313737393030313230303b733a313a2263223b693a31313330303933393b7d693a31393b613a323a7b733a313a2274223b693a313737393030343830303b733a313a2263223b693a31313937323637353b7d693a32303b613a323a7b733a313a2274223b693a313737393030383430303b733a313a2263223b693a31313738313536333b7d693a32313b613a323a7b733a313a2274223b693a313737393031323030303b733a313a2263223b693a31313737353931353b7d693a32323b613a323a7b733a313a2274223b693a313737393031353630303b733a313a2263223b693a31313337303832393b7d693a32333b613a323a7b733a313a2274223b693a313737393031393230303b733a313a2263223b693a31313331373738363b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313737383337313230303b733a313a2263223b693a3233323636353232303b7d693a313b613a323a7b733a313a2274223b693a313737383435373630303b733a313a2263223b693a3231323733363634383b7d693a323b613a323a7b733a313a2274223b693a313737383534343030303b733a313a2263223b693a3136383539323033383b7d693a333b613a323a7b733a313a2274223b693a313737383633303430303b733a313a2263223b693a3135313433393738303b7d693a343b613a323a7b733a313a2274223b693a313737383731363830303b733a313a2263223b693a3230373135383533303b7d693a353b613a323a7b733a313a2274223b693a313737383830333230303b733a313a2263223b693a3231393538363636393b7d693a363b613a323a7b733a313a2274223b693a313737383838393630303b733a313a2263223b693a3238303539333338303b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313737363338343030303b733a313a2263223b693a3234313038383233333b7d693a313b613a323a7b733a313a2274223b693a313737363437303430303b733a313a2263223b693a3139373536323637313b7d693a323b613a323a7b733a313a2274223b693a313737363535363830303b733a313a2263223b693a3230303331383438353b7d693a333b613a323a7b733a313a2274223b693a313737363634333230303b733a313a2263223b693a3139333539313737343b7d693a343b613a323a7b733a313a2274223b693a313737363732393630303b733a313a2263223b693a3138363736393734353b7d693a353b613a323a7b733a313a2274223b693a313737363831363030303b733a313a2263223b693a3231363133343137393b7d693a363b613a323a7b733a313a2274223b693a313737363930323430303b733a313a2263223b693a3230313931363537393b7d693a373b613a323a7b733a313a2274223b693a313737363938383830303b733a313a2263223b693a3230353537303135363b7d693a383b613a323a7b733a313a2274223b693a313737373037353230303b733a313a2263223b693a3231303034333135343b7d693a393b613a323a7b733a313a2274223b693a313737373136313630303b733a313a2263223b693a3230313035363930343b7d693a31303b613a323a7b733a313a2274223b693a313737373234383030303b733a313a2263223b693a3235353731373933383b7d693a31313b613a323a7b733a313a2274223b693a313737373333343430303b733a313a2263223b693a3331303835323836383b7d693a31323b613a323a7b733a313a2274223b693a313737373432303830303b733a313a2263223b693a3236353433363735343b7d693a31333b613a323a7b733a313a2274223b693a313737373530373230303b733a313a2263223b693a3236303432373331393b7d693a31343b613a323a7b733a313a2274223b693a313737373539333630303b733a313a2263223b693a3238303935323639303b7d693a31353b613a323a7b733a313a2274223b693a313737373638303030303b733a313a2263223b693a3236383236313734343b7d693a31363b613a323a7b733a313a2274223b693a313737373736363430303b733a313a2263223b693a3232383931343234323b7d693a31373b613a323a7b733a313a2274223b693a313737373835323830303b733a313a2263223b693a3232303337323134353b7d693a31383b613a323a7b733a313a2274223b693a313737373933393230303b733a313a2263223b693a3131353632393430313b7d693a31393b613a323a7b733a313a2274223b693a313737383032353630303b733a313a2263223b693a3333313837323036333b7d693a32303b613a323a7b733a313a2274223b693a313737383131323030303b733a313a2263223b693a3232343734303134373b7d693a32313b613a323a7b733a313a2274223b693a313737383139383430303b733a313a2263223b693a3135353033383637313b7d693a32323b613a323a7b733a313a2274223b693a313737383238343830303b733a313a2263223b693a3134383233323738363b7d693a32333b613a323a7b733a313a2274223b693a313737383337313230303b733a313a2263223b693a3233323636353232303b7d693a32343b613a323a7b733a313a2274223b693a313737383435373630303b733a313a2263223b693a3231323733363634383b7d693a32353b613a323a7b733a313a2274223b693a313737383534343030303b733a313a2263223b693a3136383539323033383b7d693a32363b613a323a7b733a313a2274223b693a313737383633303430303b733a313a2263223b693a3135313433393738303b7d693a32373b613a323a7b733a313a2274223b693a313737383731363830303b733a313a2263223b693a3230373135383533303b7d693a32383b613a323a7b733a313a2274223b693a313737383830333230303b733a313a2263223b693a3231393538363636393b7d693a32393b613a323a7b733a313a2274223b693a313737383838393630303b733a313a2263223b693a3238303539333338303b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3635353535383734303b7d693a313b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a3235363338333737333b7d693a323b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3139353730303739383b7d693a333b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3138313938383537313b7d693a343b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3133343233363731383b7d693a353b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3130353436393539353b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a38343330323633393b7d693a373b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a37343538343438323b7d693a383b613a323a7b733a323a226364223b733a323a22564e223b733a323a226374223b693a35373830323037353b7d693a393b613a323a7b733a323a226364223b733a323a224944223b733a323a226374223b693a34303939383231363b7d7d7d7d, 'no'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2238616535313330333765663265323635323263383065303436393634343134316132313566623438353538663435373632333861633062323434373662613761223b7d, 'no'),
('dbVersion', 0x31312e342e31302d4d6172696144422d636c6c2d6c76652d6c6f67, 'yes'),
('debugOn', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('detectProxyNextCheck', 0x31373739363234343932, 'no'),
('detectProxyNonce', 0x39626238363130346132366430643531383137313537346462376434653363396630663732343330316163613731643166616136343234393035393833363138, 'no'),
('detectProxyRecommendation', 0x4445464552524544, 'no'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('disclosureStates', 0x613a323a7b733a33333a2277662d756e69666965642d676c6f62616c2d6f7074696f6e732d6c6963656e7365223b623a313b733a32383a2277662d756e69666965642d7761662d6f7074696f6e732d6261736963223b623a313b7d, 'yes'),
('dismissAutoPrependNotice', 0x31, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('displayTopLevelAuditLog', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('emailedIssuesList', 0x613a303a7b7d, 'no'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('enableRemoteIpLookup', 0x31, 'yes'),
('encKey', 0x65326631643464613630363135633861, 'yes'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('hasKeyConflict', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('howGetIPs_trusted_proxy_preset', '', 'yes'),
('ipResolutionList', 0x7b22636c6f756466726f6e74223a7b226e616d65223a22416d617a6f6e20436c6f756446726f6e74222c2269707634223a5b223132302e35322e32322e39365c2f3237222c2232332e3232382e3232322e305c2f3234222c223230352e3235312e3234392e305c2f3234222c223138302e3136332e35372e3132385c2f3236222c2232332e3232382e3232302e305c2f3234222c223230342e3234362e3136382e305c2f3232222c223131312e31332e3137312e3132385c2f3236222c2231382e3136302e302e305c2f3135222c223230352e3235312e3235322e305c2f3233222c2235342e3139322e302e305c2f3136222c223230342e3234362e3137332e305c2f3234222c2232332e3232382e3234342e305c2f3234222c2235342e3233302e3230302e305c2f3231222c223132302e3235332e3234302e3139325c2f3236222c2232332e3233342e3139322e305c2f3138222c223131362e3132392e3232362e3132385c2f3236222c223133302e3137362e302e305c2f3137222c22332e3137332e3139322e305c2f3138222c223130382e3135362e302e305c2f3134222c2239392e38362e302e305c2f3136222c2232332e3232382e3231342e305c2f3234222c2232332e3232382e3231332e305c2f3234222c2231332e33322e302e305c2f3135222c223132302e3235332e3234352e3132385c2f3236222c2231332e3232342e302e305c2f3134222c2237302e3133322e302e305c2f3138222c2231352e3135382e302e305c2f3136222c223131312e31332e3137312e3139325c2f3236222c2231332e3234392e302e305c2f3136222c2231382e3233382e302e305c2f3135222c2231382e3234342e302e305c2f3135222c223230352e3235312e3230382e305c2f3230222c22332e3136352e302e305c2f3136222c22332e3136382e302e305c2f3134222c2236352e392e3132382e305c2f3138222c223133302e3137362e3132382e305c2f3138222c2232332e3232382e3232312e305c2f3234222c2235382e3235342e3133382e305c2f3235222c223230352e3235312e3230362e305c2f3233222c2235342e3233302e3230382e305c2f3230222c22332e3136302e302e305c2f3134222c223131362e3132392e3232362e305c2f3235222c2232332e39312e302e305c2f3139222c2235322e3232322e3132382e305c2f3137222c2231382e3136342e302e305c2f3135222c223131312e31332e3138352e33325c2f3237222c2236342e3235322e3132382e305c2f3138222c223230352e3235312e3235342e305c2f3234222c22332e3136362e302e305c2f3135222c2235342e3233302e3232342e305c2f3139222c2237312e3135322e302e305c2f3137222c223231362e3133372e33322e305c2f3139222c223230342e3234362e3137322e305c2f3234222c223230352e3235312e3230322e305c2f3233222c2231382e3137322e302e305c2f3135222c223132302e35322e33392e3132385c2f3237222c223131382e3139332e39372e36345c2f3236222c22332e3136342e36342e305c2f3138222c2231382e3135342e302e305c2f3135222c22332e3137332e302e305c2f3137222c2235342e3234302e3132382e305c2f3138222c223230352e3235312e3235302e305c2f3233222c223138302e3136332e35372e305c2f3235222c2235322e34362e302e305c2f3138222c22332e3137342e302e305c2f3135222c2235322e38322e3132382e305c2f3139222c2235342e3233302e302e305c2f3137222c2235342e3233302e3132382e305c2f3138222c2235342e3233392e3132382e305c2f3138222c223133302e3137362e3232342e305c2f3230222c2233362e3130332e3233322e3132385c2f3236222c2235322e38342e302e305c2f3135222c223134332e3230342e302e305c2f3136222c223134342e3232302e302e305c2f3136222c223132302e35322e3135332e3139325c2f3236222c223131392e3134372e3138322e305c2f3235222c223132302e3233322e3233362e305c2f3235222c223131312e31332e3138352e36345c2f3237222c22332e3136342e302e305c2f3138222c22332e3137322e36342e305c2f3138222c2235342e3138322e302e305c2f3136222c2235382e3235342e3133382e3132385c2f3236222c223132302e3235332e3234352e3139325c2f3237222c2235342e3233392e3139322e305c2f3139222c2231382e36382e302e305c2f3136222c2231382e36342e302e305c2f3134222c223132302e35322e31322e36345c2f3236222c2232342e3131302e33322e305c2f3139222c2239392e38342e302e305c2f3136222c223230352e3235312e3230342e305c2f3233222c223133302e3137362e3139322e305c2f3139222c2232332e3232382e3232332e305c2f3234222c2232332e3232382e3231322e305c2f3234222c2235322e3132342e3132382e305c2f3137222c223230342e3234362e3136342e305c2f3232222c2231332e33352e302e305c2f3136222c223230342e3234362e3137342e305c2f3233222c22332e3136342e3132382e305c2f3137222c22332e3137322e302e305c2f3138222c2233362e3130332e3233322e305c2f3235222c223131392e3134372e3138322e3132385c2f3236222c223131382e3139332e39372e3132385c2f3235222c223132302e3233322e3233362e3132385c2f3236222c223230342e3234362e3137362e305c2f3230222c2236352e382e302e305c2f3136222c2236352e392e302e305c2f3137222c223130382e3133382e302e305c2f3135222c223132302e3235332e3234312e3136305c2f3237222c22332e3137332e3132382e305c2f3138222c2235312e37342e3139322e305c2f3138222c2236342e3235322e36342e305c2f3138222c2231332e3131332e3139362e36345c2f3236222c2231332e3131332e3230332e305c2f3234222c2235322e3139392e3132372e3139325c2f3236222c2235372e3138322e3235332e305c2f3234222c2235372e3138332e34322e305c2f3235222c2231332e3132342e3139392e305c2f3234222c22332e33352e3133302e3132385c2f3235222c2235322e37382e3234372e3132385c2f3236222c2231332e3230332e3133332e305c2f3236222c2231332e3233332e3137372e3139325c2f3236222c2231352e3230372e31332e3132385c2f3235222c2231352e3230372e3231332e3132385c2f3235222c2235322e36362e3139342e3132385c2f3236222c2231332e3232382e36392e305c2f3234222c2234372e3132392e38322e305c2f3234222c2234372e3132392e38332e305c2f3234222c2234372e3132392e38342e305c2f3234222c2235322e3232302e3139312e305c2f3236222c2231332e3231302e36372e3132385c2f3236222c2231332e35342e36332e3132385c2f3236222c22332e3130372e34332e3132385c2f3235222c22332e3130372e34342e305c2f3235222c22332e3130372e34342e3132385c2f3235222c2234332e3231382e35362e3132385c2f3236222c2234332e3231382e35362e3139325c2f3236222c2234332e3231382e35362e36345c2f3236222c2234332e3231382e37312e305c2f3236222c2239392e37392e3136392e305c2f3234222c2231382e3139322e3134322e305c2f3233222c2231382e3139392e36382e305c2f3232222c2231382e3139392e37322e305c2f3232222c2231382e3139392e37362e305c2f3232222c2233352e3135382e3133362e305c2f3234222c2235322e35372e3235342e305c2f3234222c2231382e3230302e3231322e305c2f3233222c2235322e3231322e3234382e305c2f3236222c2231332e3133342e32342e305c2f3233222c2231332e3133342e39342e305c2f3233222c2231382e3137352e36352e305c2f3234222c2231382e3137352e36362e305c2f3234222c2231382e3137352e36372e305c2f3234222c22332e31302e31372e3132385c2f3235222c22332e31312e35332e305c2f3234222c2235322e35362e3132372e305c2f3235222c2231352e3138382e3138342e305c2f3234222c2235312e34342e3233342e305c2f3233222c2235312e34342e3233362e305c2f3233222c2235312e34342e3233382e305c2f3233222c2235322e34372e3133392e305c2f3234222c22332e32392e34302e3132385c2f3236222c22332e32392e34302e3139325c2f3236222c22332e32392e34302e36345c2f3236222c22332e32392e35372e305c2f3236222c2231382e3232392e3232302e3139325c2f3236222c2231382e3233302e3232392e305c2f3234222c2231382e3233302e3233302e305c2f3235222c2235342e3233332e3235352e3132385c2f3236222c2235362e3132352e34362e305c2f3234222c2235362e3132352e34372e305c2f3332222c2235362e3132352e34382e305c2f3234222c22332e3233312e322e305c2f3235222c22332e3233342e3233322e3232345c2f3237222c22332e3233362e3136392e3139325c2f3236222c22332e3233362e34382e305c2f3233222c2233342e3139352e3235322e305c2f3234222c2233342e3232362e31342e305c2f3234222c2234342e3232302e3139342e305c2f3233222c2234342e3232302e3139362e305c2f3233222c2234342e3232302e3139382e305c2f3233222c2234342e3232302e3230302e305c2f3233222c2234342e3232302e3230322e305c2f3233222c2234342e3232322e36362e305c2f3234222c2231332e35392e3235302e305c2f3236222c2231382e3231362e3137302e3132385c2f3235222c22332e3132382e39332e305c2f3234222c22332e3133342e3231352e305c2f3234222c22332e3134362e3233322e305c2f3232222c22332e3134372e3136342e305c2f3232222c22332e3134372e3234342e305c2f3232222c2235322e31352e3132372e3132385c2f3236222c22332e3130312e3135382e305c2f3233222c2235322e35322e3139312e3132385c2f3236222c2233342e3231362e35312e305c2f3235222c2233342e3232332e31322e3232345c2f3237222c2233342e3232332e38302e3139325c2f3236222c2233352e3136322e36332e3139325c2f3236222c2233352e3136372e3139312e3132385c2f3236222c2233352e39332e3136382e305c2f3233222c2233352e39332e3137302e305c2f3233222c2233352e39332e3137322e305c2f3233222c2234342e3232372e3137382e305c2f3234222c2234342e3233342e3130382e3132385c2f3235222c2234342e3233342e39302e3235325c2f3330225d2c2269707636223a5b22323630303a393030303a333030303a3a5c2f3336222c22323630303a393030303a663630303a3a5c2f3339222c22323630303a393030303a663534303a3a5c2f3432222c22323430393a386330303a323432313a3330303a3a5c2f3536222c22323630303a393030303a663030303a3a5c2f3338222c22323630303a393030303a663530303a3a5c2f3433222c22323630303a393030303a6464643a3a5c2f3438222c22323630303a393030303a663830303a3a5c2f3337222c22323630303a393030303a663430303a3a5c2f3430222c22323630303a393030303a663533383a3a5c2f3435222c22323630303a393030303a353338303a3a5c2f3431222c22323630303a663066303a353530343a3a5c2f3436222c22323630303a393030303a313030303a3a5c2f3336222c22323630303a393030303a323030303a3a5c2f3336222c22323430303a376663303a3530303a3a5c2f3430222c22323030313a336663363a32303a3a5c2f3433222c22323630303a393030303a343030303a3a5c2f3336222c22323630303a393030303a6666663a3a5c2f3438222c22323430393a386330303a323432313a3430303a3a5c2f3536222c22323430343a633263303a3530303a3a5c2f3430222c22323630303a393030303a353330383a3a5c2f3435222c22323630303a393030303a663533343a3a5c2f3436222c22323630303a663066303a3630313a3a5c2f3438222c22323630303a393030303a663532303a3a5c2f3434222c22323630303a393030303a353332303a3a5c2f3433222c22323630303a393030303a353331303a3a5c2f3434222c22323630303a393030303a663538303a3a5c2f3431222c22323630303a663066303a3630323a3a5c2f3437222c22323630303a393030303a353334303a3a5c2f3432222c22323630303a393030303a6565653a3a5c2f3438222c22323630303a393030303a353230303a3a5c2f3430225d2c2274696d657374616d70223a313737383930373432357d2c22657a6f6963223a7b226e616d65223a22457a6f6963222c2274696d657374616d70223a313639383334383436392c2269707634223a5b2235322e32302e36332e3235222c22332e3232352e3230322e313338222c22332e3231372e3230302e313930222c2235342e3231322e37312e323237222c2235322e31322e3137302e3638222c2233342e3231382e32312e3831222c22332e372e39302e313434222c2231332e3132372e3234302e323139222c2231382e3133392e362e3639222c2231382e3134302e3138342e30222c22332e3130362e362e313634222c22332e3130362e3137362e36222c2231332e3233372e3133312e3637222c2231352e3232322e37372e313434222c2231352e3232322e3130382e3532222c2231382e3135372e3133312e313837222c2231382e3135372e3130352e313832222c22332e3132362e32352e313630222c2233342e3234382e3137342e323337222c2235322e31362e38352e313339222c2233342e3235352e36312e323332222c2231352e3233362e3136352e3832222c2231352e3233362e3133372e323238222c2231352e3233362e3136362e3330222c2231382e3232382e32302e313239222c2231382e3232382e3130372e313935225d2c2269707636223a5b22323630303a316631303a346335353a653230303a3a5c2f3536222c22323630303a316631333a3339333a3630303a3a5c2f3536222c22323430363a646131613a6531303a3a5c2f3536222c22323430363a646131383a3964303a313430303a3a5c2f3536222c22323430363a646131633a3538613a653130303a3a5c2f3536222c22323630303a316631313a6633393a366630303a3a5c2f3536222c22326130353a643031343a3737363a613630303a3a5c2f3536222c22326130353a643031383a64643a373830303a3a5c2f3536222c22326130353a643031323a3464383a363830303a3a5c2f3536222c22323630303a316631653a3334323a326630303a3a5c2f3536225d7d2c22717569632d636c6f7564223a7b226e616d65223a22517569632e636c6f7564222c2274696d657374616d70223a313737393031393230312c2269707634223a5b223130322e3232312e33362e3938222c223130332e3130362e3232392e3832222c223130332e3130362e3232392e3934222c223130332e3134362e36332e3432222c223130332e3135322e3131382e323139222c223130332e3135322e3131382e3732222c223130332e3136342e3230332e313633222c223130332e3136372e3135312e3834222c223130332e37322e3136332e323232222c223130332e37352e3131372e313639222c223130342e3234342e37372e3337222c223130382e36312e3135382e323233222c223130382e36312e3230302e3934222c223130392e3234382e34332e313935222c223133352e3132352e3130342e313435222c223133362e3234332e3130362e323238222c223133392e38342e3233302e3339222c223134312e3136342e33382e3635222c223134312e3232372e3135382e313331222c223134342e3230322e39302e37222c223134362e38382e3233392e313937222c223134372e37382e302e313635222c223134372e37382e332e313631222c223134392e32382e3133362e323435222c223134392e32382e34372e313133222c223134392e32382e38352e323339222c2231352e3230342e3233312e3234222c2231352e3233352e3138302e3931222c2231352e3233352e3138312e323237222c223135322e35332e3136322e323436222c223135322e35332e3136372e313433222c223135322e35332e3136382e3339222c223135322e35332e3136392e313036222c223135322e35332e33362e3134222c223135322e35332e33382e3134222c223135342e3230352e3134342e313932222c223135352e3133382e3232312e3831222c223135362e36372e3231382e313430222c223135382e35312e3132332e323439222c223136322e3235342e3131372e3830222c223136322e3235342e3131382e3239222c223136332e3138322e3137342e313631222c223136332e34372e32312e313638222c223136342e35322e3230322e313030222c223136372e37312e3138352e323034222c223136372e38382e36312e323131222c223137302e3234392e3231382e3938222c223137332e3233342e32362e3734222c223137362e392e3131342e313138222c223137382e31372e3137312e313737222c223137382e32322e3132342e323531222c223137382e3235352e3232302e3132222c2231382e3139322e3134362e323030222c223138352e3131362e36302e323331222c223138352e3131362e36302e323332222c223138352e3132362e3233372e3531222c223138352e3231322e3136392e3931222c223138352e3232382e32362e3430222c223138352e3233312e3233332e313330222c223138352e35332e35372e3430222c223138352e35332e35372e3839222c223138382e3137322e3232382e313832222c223138382e3137322e3232392e313133222c223138382e36342e3138342e3731222c223139302e39322e3137362e35222c223139312e39362e3130312e313430222c223139322e3234382e3135362e323031222c223139322e3234382e3139312e313335222c223139322e39392e33382e313137222c223139332e3230332e3139312e313839222c223139352e3133372e3232302e323433222c223139352e3233312e31372e313431222c223139392e3234372e32382e3931222c223139392e35392e3234372e323432222c223230312e3138322e39372e3730222c223230392e3132342e38342e313931222c223230392e3230382e32362e323138222c223231312e32332e3134332e3837222c223231332e3135392e312e3735222c223231332e3138332e34382e313730222c223231332e3138342e38352e323435222c223231362e3132382e3137392e313935222c223231362e3233382e3130342e3438222c223231362e3233382e37312e3133222c2232332e3136302e35362e313235222c2232332e39352e37322e3136222c2233312e3133312e342e323434222c2233312e32322e3131352e313836222c2233312e34302e3231322e313532222c2233372e3132302e3136332e313635222c2233382e3131342e3132312e3430222c2233382e35342e33302e323238222c2233382e35342e37392e313837222c2233382e36302e3235332e323337222c2234302e3136302e3232352e3331222c2234302e3136302e3234312e313935222c2234312e3138352e32392e323130222c2234312e3232332e35322e313730222c2234352e3132342e36352e3836222c2234352e3234382e37372e3631222c2234352e33322e3132332e323031222c2234352e33322e3138332e313132222c2234352e33322e3230332e313434222c2234352e33322e36372e313434222c2234352e33322e37372e323233222c2234352e36332e36372e313831222c2234352e37362e3235322e313331222c2234352e37372e3134382e3734222c2234352e37372e3136352e323136222c2234352e37372e35312e313731222c2234362e3235302e3232302e313333222c2234392e31322e3130322e3239222c22352e3133342e3131392e313033222c2235312e3135382e3230322e313039222c2235312e3136312e3139362e323132222c2235312e36382e3134332e323134222c2235312e38392e31312e3435222c2235342e33362e3130332e3937222c2235372e3132392e3134362e323139222c2235372e3133312e33302e313039222c2236312e3231392e3234372e3837222c2236312e3231392e3234372e3930222c2236342e3137362e3136352e38222c2236342e3137362e342e323531222c2236342e3232372e31362e3933222c2236352e3130382e3130342e323332222c2236352e3130392e33392e313735222c2236352e32302e37362e313333222c2236352e32312e38312e3531222c2236362e34322e3132342e313031222c2236362e34322e37352e313231222c2236372e3231392e39392e313032222c2236392e35302e39352e323530222c2237302e33342e3230362e3536222c2237342e39312e32352e313437222c2237392e3137322e3233392e323439222c2238312e33312e3135362e323435222c2238312e33312e3135362e323436222c2238332e3133382e31322e323436222c2238362e3130352e31342e323331222c2238362e3130352e31342e323332222c2238392e3134372e3131302e313330222c2238392e35382e33382e34222c2239312e3134382e3133352e3533222c2239312e3230312e36372e313231222c2239312e3232382e372e3637222c2239322e3131382e3230352e3735222c2239342e37352e3233322e3930222c2239352e3137392e3134352e3837222c2239352e3137392e3234352e313632222c2239352e3231362e3131362e323039225d2c2269707636223a5b5d7d7d, 'yes'),
('ipResolutionListHash', 0x34303965303832353362376365306261613436356139303565323165663336343662393461336334356232343464626461666531383034663231326132643664, 'yes'),
('isPaid', '', 'yes'),
('keyType', 0x66726565, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a393a227765622d61646d696e223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32353a2253756e2031377468204d617920402030313a35393a3432504d223b733a323a224950223b733a31323a2234352e3132302e39362e3231223b7d, 'yes'),
('lastAuditEvents', 0x613a32303a7b693a303b613a313a7b693a303b613a323a7b693a303b733a32333a22736974652e706c7567696e2e6465616374697661746564223b693a313b693a313737393032363533343b7d7d693a313b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e616374697661746564223b693a313b693a313737393032363531373b7d7d693a323b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e696e7374616c6c6564223b693a313b693a313737393032363435363b7d7d693a333b613a323a7b693a303b613a323a7b693a303b733a31393a22757365722e617574682e6c6f676765642d696e223b693a313b693a313737393032363338323b7d693a313b613a323a7b693a303b733a32303a22757365722e617574682e636f6f6b69652d736574223b693a313b693a313737393032363338323b7d7d693a343b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e616374697661746564223b693a313b693a313737393032343530343b7d7d693a353b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e616374697661746564223b693a313b693a313737393032313037373b7d7d693a363b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e696e7374616c6c6564223b693a313b693a313737393032313034393b7d7d693a373b613a313a7b693a303b613a323a7b693a303b733a31393a22736974652e706c7567696e2e64656c65746564223b693a313b693a313737393032303935323b7d7d693a383b613a313a7b693a303b613a323a7b693a303b733a32333a22736974652e706c7567696e2e6465616374697661746564223b693a313b693a313737393032303934343b7d7d693a393b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e616374697661746564223b693a313b693a313737393032303632373b7d7d693a31303b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e696e7374616c6c6564223b693a313b693a313737393032303631343b7d7d693a31313b613a313a7b693a303b613a323a7b693a303b733a31393a22736974652e706c7567696e2e64656c65746564223b693a313b693a313737393032303437383b7d7d693a31323b613a313a7b693a303b613a323a7b693a303b733a32333a22736974652e706c7567696e2e6465616374697661746564223b693a313b693a313737393032303437323b7d7d693a31333b613a313a7b693a303b613a323a7b693a303b733a31383a22736974652e7468656d652e64656c65746564223b693a313b693a313737393032303336343b7d7d693a31343b613a313a7b693a303b613a323a7b693a303b733a31383a22736974652e7468656d652e64656c65746564223b693a313b693a313737393032303335373b7d7d693a31353b613a313a7b693a303b613a323a7b693a303b733a31383a22736974652e7468656d652e64656c65746564223b693a313b693a313737393032303335313b7d7d693a31363b613a313a7b693a303b613a323a7b693a303b733a31373a22736974652e7570646174652e7468656d65223b693a313b693a313737393032303332393b7d7d693a31373b613a313a7b693a303b613a323a7b693a303b733a31383a22736974652e7570646174652e706c7567696e223b693a313b693a313737393032303233303b7d7d693a31383b613a313a7b693a303b613a323a7b693a303b733a32363a22776f726466656e63652e7761662e6d6f64652e6368616e676564223b693a313b693a313737393031393833323b7d7d693a31393b613a313a7b693a303b613a323a7b693a303b733a32313a22736974652e706c7567696e2e616374697661746564223b693a313b693a313737393031393639333b7d7d7d, 'yes'),
('lastBlockAggregation', 0x31373739303139363931, 'yes'),
('lastDailyCron', 0x31373739303234353230, 'yes'),
('lastDashboardCheck', 0x31373739303234353231, 'yes'),
('lastEmailHash', 0x313737393032363338333a3139373035313834313831646137626439353038313738323439623765373931, 'yes'),
('lastNotificationID', 0x36, 'no'),
('lastPermissionsTemplateCheck', 0x31373739303736363333, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('licenseType', 0x66726565, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_disableApplicationPasswords', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('longEncKey', 0x35306261653934666135346661633934303261653338303338383961343435366261353365346331373235643765653637346466383137393235353762396230, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('lowResourceScanWaitStep', '', 'yes');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000a14d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxMem', 0x323536, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('needsNewTour_auditlog', 0x30, 'yes'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_dashboard', 0x30, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x31, 'yes'),
('needsNewTour_scan', 0x30, 'yes'),
('needsUpgradeTour_auditlog', 0x31, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('noc1ScanSchedule', 0x613a323a7b693a303b693a313737393231323639363b693a313b693a313737393437313839363b7d, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('onboardingAttempt1', 0x736b6970706564, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', 0x6c6963656e7365, 'yes'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('onboardingDelayedAt', 0x30, 'yes'),
('onboardingLastVersion', 0x382e322e32, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_WFNet', 0x31, 'yes'),
('previousWflogsFileList', 0x5b2274656d706c6174652e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672d6c6976657761662e706870222c2261747461636b2d646174612e706870222c22636f6e6669672e706870222c2267656f69702e6d6d6462222c226970732e706870222c2272756c65732e706870222c22636f6e6669672d7472616e7369656e742e706870222c222e6874616363657373225d, 'yes'),
('recentServerAddr', 0x613a323a7b733a393a223132372e302e302e31223b693a313737393031393639353b733a31323a223136322e302e3233322e3734223b693a313737393037363633333b7d, 'yes'),
('satisfactionPromptDismissed', 0x30, 'yes'),
('satisfactionPromptInstallDate', 0x31373739303139363931, 'yes'),
('satisfactionPromptOverride', 0x31, 'yes'),
('scanAjaxTestSuccessful', 0x31, 'yes'),
('scanMonitorLastAttempt', 0x31373739303230313333, 'yes'),
('scanMonitorLastAttemptMode', 0x7374616e64617264, 'yes'),
('scanMonitorLastAttemptWasFork', 0x31, 'yes'),
('scanMonitorLastSuccess', 0x31373739303230313334, 'yes'),
('scanMonitorRemainingResumeAttempts', 0x32, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('scanTime', 0x313737393032303137372e32373633, 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('scan_exclude', '', 'yes'),
('scan_force_ipv4_start', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('scan_maxDuration', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_max_resume_attempts', 0x32, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('schedStartHour', 0x3134, 'yes'),
('scheduledScansEnabled', 0x31, 'yes'),
('serverDNS', 0x313737393031393639353b3630313337393b3132372e302e302e31, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('signatureUpdateTime', 0x31373738393530383137, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a22496620596f75722053697465204973204861636b6564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f69662d796f75722d736974652d69732d6861636b65645c2f222c226f72646572223a317d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a337d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a357d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a367d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a377d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a387d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a397d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a31307d5d2c22616c6c223a5b7b227469746c65223a22496620596f75722053697465204973204861636b6564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f69662d796f75722d736974652d69732d6861636b65645c2f222c2265786365727074223a224964656e74696679207369676e73206f662061206861636b656420736974652c206e65787420737465707320696620796f7572207369746520697320636f6d70726f6d697365642c20616e6420776861742070726576656e746174697665206d6561737572657320746f2074616b6520666f7220746865206675747572652e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a317d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226f72646572223a327d2c7b227469746c65223a22576f726466656e63652043617265222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d636172655c2f222c2265786365727074223a22576f726466656e6365204361726520697320666f7220627573696e657373206f776e6572732077686f20706c6163652061207072656d69756d206f6e2074686569722074696d652e204f7572207465616d20696e7374616c6c732c20636f6e666967757265732c206f7074696d697a65732c20616e64206d61696e7461696e7320796f757220576f7264507265737320736974652073656375726974792e222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520526573706f6e7365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d726573706f6e73655c2f222c2265786365727074223a22576f726466656e636520526573706f6e736520697320666f72206d697373696f6e2d637269746963616c20576f72645072657373207765627369746573207468617420726571756972652032345c2f375c2f333635207365637572697479206d6f6e69746f72696e672077697468206120312d686f757220726573706f6e73652074696d6520616e642032342d686f75722072656d6564696174696f6e2e222c226f72646572223a347d2c7b227469746c65223a22496e636964656e7420526573706f6e7365205365727669636573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f696e636964656e742d726573706f6e73652d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a357d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d6b65795c2f222c2265786365727074223a22416c6c20576f726466656e636520696e7374616c6c6174696f6e73206e6565642061206c6963656e7365206b65792c20616c736f206b6e6f776e20617320616e204150492d6b65792e20546865206b65792063616e20626520612066726565206b6579206f722061205072656d69756d206b65792e20222c226f72646572223a367d2c7b227469746c65223a224163636f756e7420616e642042696c6c696e6720486973746f7279222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6163636f756e745c2f222c2265786365727074223a22486f7720746f206e6176696761746520616e642075736520796f757220576f726466656e6365206163636f756e742e222c226f72646572223a377d2c7b227469746c65223a22576f726466656e63652043656e7472616c20546f6f6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a2254686520576f726466656e63652043656e7472616c20746f6f6c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e205468697320746f6f6c20697320617661696c61626c6520746f20616c6c207573657273206f662066726565206c6963656e7365206b657973206f72205072656d69756d206c6963656e7365206b6579732e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a347d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a367d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a377d5d2c226f72646572223a387d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f757220736974655c7532303139732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a397d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a317d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a31307d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a31317d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a31327d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a31337d2c7b227469746c65223a224175646974204c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f61756469742d6c6f675c2f222c2265786365727074223a2254686520576f726466656e6365204175646974204c6f672069732061207072656d69756d20666561747572652074686174207265636f726473206120686973746f7279206f66206576656e7473206f6e20796f7572207369746520746f2061737369737420696e206d6f6e69746f72696e6720666f7220756e617574686f72697a656420616374696f6e73206f72207369676e73206f6620636f6d70726f6d6973652e204576656e74732063616e20696e636c7564652065766572797468696e672066726f6d2075736572206372656174696f6e20616e642065646974696e6720746f20706c7567696e5c2f7468656d6520696e7374616c6c6174696f6e20616e6420757064617465732e20416c6c206461746120636170747572656420666f722072656c6576616e74206576656e74732069732073617665642072656d6f74656c7920746f20576f726466656e63652043656e7472616c20746f2070726576656e7420616e792074616d706572696e672074686174206d617920696e74657266657265207769746820706f73742d696e636964656e7420616e616c7973697320616e6420726573706f6e73652e222c226f72646572223a31347d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a31357d2c7b227469746c65223a22426173696320506c7567696e2053657474696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f62617369632d706c7567696e2d73657474696e67735c2f222c2265786365727074223a224865726520617265206f7572206d696e696d616c207265636f6d6d656e6465642073657474696e677320746f20736574207570206f6e636520796f75206861766520696e7374616c6c656420616e6420616374697661746564206f757220706c7567696e2e222c226f72646572223a31367d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a2254756e696e6720576f726466656e6365205265736f75726365205573616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74756e696e672d776f726466656e63652d7265736f757263652d75736167655c2f222c226f72646572223a317d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a327d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a337d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a347d2c7b227469746c65223a22436f6d7061746962696c697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6d7061746962696c6974795c2f222c226f72646572223a357d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a367d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a377d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a387d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a397d5d2c226f72646572223a31377d2c7b227469746c65223a224150492043616c6c6261636b73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d63616c6c6261636b735c2f222c2265786365727074223a224c6561726e20686f7720746f206964656e746966792063616c6c6261636b73206d6164652066726f6d20576f726466656e6365207365727665727320746f20796f757220736974652e222c226f72646572223a31387d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31397d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616e5c753230313974206f7220646f6e5c7532303139742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a32307d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e6365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f222c2265786365727074223a2244657461696c656420646f63756d656e746174696f6e2061626f75742074686520576f726466656e636520496e74656c6c6967656e6365204150492c20666f7220646576656c6f70657273206c6f6f6b696e6720746f206d616b6520757365206f6620496e74656c6c6967656e6365206461746120696e207468656972206f776e206170706c69636174696f6e732e222c226368696c6472656e223a5b7b227469746c65223a2256333a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76332d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a307d2c7b227469746c65223a2256323a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76322d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a317d2c7b227469746c65223a2256313a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e636520576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f776f726466656e63652d696e74656c6c6967656e63652d776562686f6f6b2d6e6f74696669636174696f6e735c2f222c226f72646572223a337d5d2c226f72646572223a32317d2c7b227469746c65223a2256756c6e65726162696c697479204d616e6167656d656e743a20576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776562686f6f6b2d6e6f74696669636174696f6e735c2f222c2265786365727074223a22537461792075702d746f2d64617465207769746820696d706f7274616e74206576656e74732072656c6174696e6720746f2076756c6e65726162696c697469657320646973636f766572656420696e20796f757220736f6674776172652c20696e207265616c2d74696d652c207573696e672074686520576562686f6f6b204e6f74696669636174696f6e73206665617475726520696e20796f75722056756c6e65726162696c697479204d616e6167656d656e7420506f7274616c2e222c226f72646572223a32327d5d7d, 'no'),
('supportHash', 0x61366330626230626261643439393566366564356466353730326466646139386138343966333465616430363365333666326236313838353865363933393236, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31373739303234353231, 'yes');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c63656f7c6366617c6366647c6370617c6372737c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363627c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c616b646e7c616c6c797c617261627c617364617c6163746f727c6165726f7c6164756c747c61726d797c617270617c617274657c617369617c6175746f7c6165746e617c616d65787c617564697c626162797c62616e647c62616e6b7c626276617c626c75657c62757a7a7c617a7572657c626c6f677c626f6e647c626f6f6b7c636f6f6c7c6175746f737c636f6f707c63796f757c646174617c646174657c64636c6b7c6465616c7c64656c6c7c6c696d6f7c6c696e6b7c6c6976657c6d696e697c6d696e747c6f6c6c6f7c73636f747c736869617c73686f707c73686f777c73696c6b7c73696e617c736974657c736b696e7c62616964757c626565727c636861747c636974697c736578797c62656174737c626573747c636272657c6c7464617c6d6169667c62696e676f7c636173687c6269626c657c62696b657c62696e677c636173657c626c61636b7c626f66617c636166657c63616c6c7c63616d707c636172657c636172737c636173617c636974797c636c75627c6c6f616e7c6c6f76657c6d6565747c6d656d657c6d656e757c626f6174737c6c7578657c626f7363687c6365726e7c646573697c646965747c63616e6f6e7c63617264737c646973687c646f63737c647661677c6c65676f7c6c6762747c6c69646c7c6c6966657c6c696b657c6275696c647c6d6f62697c6d6f64617c6d6f746f7c6e616d657c6e6176797c6e6577737c6e6578747c6e69636f7c6e696b657c6f70656e7c706167657c706172737c706363777c706963737c70696e677c70696e6b7c706c61797c706c75737c706f686c7c706f726e7c706f73747c70726f647c70726f667c71706f6e7c726561647c726569747c72656e747c726573747c726963687c726f6f6d7c727376707c727568727c736166657c73616c657c7361726c7c736176657c7361786f7c736561747c7365656b7c736e63667c736f68757c746f79737c616d66616d7c616d6963617c736f6e677c736f6e797c73706f747c6170706c657c746f776e7c64616e63657c6465616c737c64656c74617c746576617c61726368697c63796d72757c64726976657c64756261697c737461727c65617274687c737572667c6564656b617c74616c6b7c746178697c7465616d7c746563687c746961617c746970737c747562657c76616e617c766973617c77696e657c776f726b7c7a6f6e657c617564696f7c63686173657c63686561707c776569727c77696b697c636973636f7c7769656e7c63697469637c78626f787c636c69636b7c77616e677c796f67617c7a6172617c636c6f75647c636f6163687c636f6465737c766976617c7669766f7c766f74657c766f746f7c7a65726f7c63726f776e7c656d61696c7c61697274656c7c616d617a6f6e7c736c696e677c6169726275737c616c69626162617c616c697061797c616c736163657c61756374696f6e7c736d6172747c736d696c657c736f6c61727c6167656e63797c616c73746f6d7c73706163657c73706f72747c7375636b737c6162626f74747c6166726963617c616e64726f69647c616e7175616e7c6172616d636f7c73746164617c6162627669657c6174686c6574617c617573706f73747c73746f72657c73747564797c7374796c657c617574686f727c61636164656d797c61756469626c657c6265617574797c626f73746f6e7c636c696e69637c61626f6761646f7c636173696e6f7c62616e616d65787c626175686175737c6265726c696e7c626f7374696b7c6368616e656c7c636f6d7365637c626172636c6179737c62617265666f6f747c62617965726e7c626573746275797c6261726761696e737c6361726565727c6261736562616c6c7c62726f6b65727c63656e7465727c74617461727c6268617274697c63616d6572617c6368726f6d657c6368757263687c636972636c657c636c61696d737c636f666665657c636f6e646f737c6167616b68616e7c7377617463687c626f6f6b696e677c737570706c797c62726f746865727c626f7574697175657c73747564696f7c627261646573636f7c73747265616d7c6361706974616c7c636f75706f6e7c736f636365727c62726f61647761797c627573696e6573737c6d616b6575707c736f6369616c7c73776973737c7379646e65797c7461697065697c7461726765747c6272757373656c737c6275696c646572737c63617065746f776e7c73757a756b697c74616f62616f7c6361726176616e7c6174746f726e65797c646f63746f727c6570736f6e7c65726e697c6469726563747c73616c6f6e7c6475706f6e747c6573746174657c72756762797c616c6c73746174657c64757262616e7c656d6572636b7c656e657267797c6576656e74737c7279756b79757c7361666574797c616972666f7263657c73616b7572617c636172656572737c73656e65727c73616e6f66697c6361746572696e677c636174686f6c69637c6368616e6e656c7c636861726974797c6368696e7461697c7363686f6f6c7c736368756c657c7365617263687c61627564686162697c6369707269616e697c7365637572657c73656c6563747c6369746164656c7c636c75626d65647c636f6d70757465727c636f72736963617c6372656469747c636f6d706172657c636c6f7468696e677c636f6c6c6567657c73686f65737c6372756973657c636c696e697175657c636f6c6f676e657c636f6f6b696e677c636c65616e696e677c646174696e677c636f756e7472797c636f6d6d62616e6b7c736b7970657c636f6d70616e797c636f75706f6e737c637269636b65747c6465677265657c637275697365737c6465616c65727c6572696373736f6e7c73686f756a697c73696e676c65737c73797374656d737c636f6d6d756e6974797c64617473756e7c6c616e786573737c73616d73756e677c73616e6476696b7c65717569706d656e747c7368696b7368617c636f6e73756c74696e677c636f6e746163747c636f6e74726163746f72737c646973636f7665727c736576656e7c64656e74616c7c64657369676e7c64656e746973747c6469616d6f6e64737c6469676974616c7c636f6e737472756374696f6e7c636f75727365737c646f6d61696e737c7363686d6964747c6469726563746f72797c646973636f756e747c7363687761727a7c736369656e63657c64656c6f697474657c64656d6f637261747c656e67696e6565727c73686172707c646f776e6c6f61647c7368656c6c7c64656c69766572797c737570706f72747c737572676572797c656475636174696f6e7c73746f726167657c65786368616e67657c746174746f6f7c766f796167657c616d7374657264616d7c6171756172656c6c657c73686f7070696e677c616e616c79746963737c61706172746d656e74737c7368616e6772696c617c616d65726963616e66616d696c797c616d65726963616e657870726573737c73656375726974797c73657276696365737c616c6c66696e616e7a7c77616c65737c73616d73636c75627c776569626f7c77616c6d6172747c77616c7465727c77616e67676f757c77617463687c776174636865737c776561746865727c77656263616d7c77656265727c736161726c616e647c6163636f756e74616e74737c776562736974657c6163636f756e74616e747c77656464696e677c77686f7377686f7c616363656e747572657c77696e646f77737c77696e6e6572737c776f6f64736964657c776f726b737c776f726c647c7865726f787c78696875616e7c79616d6178756e7c7a7565726963687c786e2d2d393061657c786e2d2d703161697c786e2d2d7178616d7c7a6170706f737c786e2d2d6e6f64657c786e2d2d39306169737c796f75747562657c786e2d2d63316176677c786e2d2d65316134637c786e2d2d66686265697c7961636874737c7961686f6f7c79616e6465787c786e2d2d6431616c667c786e2d2d6a316165667c786e2d2d6a31616d687c786e2d2d6c316163637c786e2d2d6e676272787c786e2d2d70316163667c786e2d2d71786136617c796f646f62617368697c796f6b6f68616d617c786e2d2d6e717637667c786e2d2d74636b77657c786e2d2d76687175767c6173736f6369617465737c6368726973746d61737c7469726f6c7c626c6f6f6d626572677c737570706c6965737c63616c76696e6b6c65696e7c73746367726f75707c746b6d6178787c6361706974616c6f6e657c6578706572747c74697265737c746d616c6c7c74656e6e69737c746f7261797c7469656e64617c746f7572737c74726164657c74656d6173656b7c746f74616c7c62617263656c6f6e617c746a6d6178787c746f6461797c746f6b796f7c746f6f6c737c746865617465727c746865617472657c746f73686962617c746f796f74617c7469636b6574737c74726164696e677c747261696e696e677c74726176656c7c6c616e64726f7665727c736f667462616e6b7c76696b696e677c626172636c6179636172647c74727573747c74756e65737c74757368757c7562616e6b7c7669616a65737c766964656f7c756e69636f6d7c76696c6c61737c76697267696e7c736f6674776172657c766973696f6e7c766f646b617c766f6c766f7c766f74696e677c76616e67756172647c76656761737c76656e74757265737c736f6c7574696f6e737c73746174656661726d7c766572697369676e7c6261736b657462616c6c7c7661636174696f6e737c626c61636b6672696461797c626c6f636b6275737465727c626e70706172696261737c626f656872696e6765727c62726964676573746f6e657c737461746562616e6b7c73746f636b686f6c6d7c74726176656c6572737c637265646974636172647c6578706f7365647c666167657c6661696c7c66616e737c6661726d7c666173747c6669646f7c66696c6d7c666972657c666973687c666c69727c666f6f647c666f72647c667265657c66726f67616e737c66726f6e746965727c66756e647c676765657c676966747c676d62687c676f6c647c6675726e69747572657c67616d657c67656e747c676f6c667c67616d65737c676f6f677c67616c6c6f7c6762697a7c67696674737c67697665737c676c6173737c667574626f6c7c677265656e7c67726970657c67616c6c6572797c67616c6c75707c67617264656e7c67656f7267657c67656e74696e677c676c6f626f7c676f64616464797c676f6c64706f696e747c676f6f64796561727c676f6f676c657c6772617469737c66756a697473757c676d61696c7c676976696e677c676c6f62616c7c677261696e6765727c67726170686963737c67726f636572797c67726f75707c677567657c687362637c67756964657c677572757c686169727c686f7273657c686f73747c67756363697c686175737c686466637c686572657c686f7573657c6865616c74687c68656c707c686f6d65737c6865726d65737c686970686f707c6875676865737c68796174747c677569746172737c68616e676f75747c686f74656c737c68616d627572677c686f6e64617c686974616368697c686f636b65797c686f6c696461797c686f6c64696e67737c686f6d656465706f747c686f6d65676f6f64737c686f6d6573656e73657c686f73706974616c7c686f7374696e677c686f746d61696c7c6864666362616e6b7c68656c73696e6b697c686973616d697473757c6865616c7468636172657c6879756e6461697c66726573656e6975737c696362637c696565657c696d64627c696d6d6f7c6a6f62737c6b6464697c6b6964737c6b6977697c6b706d677c66616974687c6b7265647c6661726d6572737c696e666f7c697461757c6a6176617c6a6565707c6a7072737c66616d696c797c66617368696f6e7c6575726f766973696f6e7c66656465787c66696e616c7c666f7265787c666f72756d7c696b616e6f7c6c616d65727c6c657875737c6c6f7474657c6c6f74746f7c666c69636b727c696d616d61747c696e737469747574657c6d656469617c696e737572616e63657c696e737572657c6a65747a747c6c6f6375737c6a61677561727c6a6f627572677c6c616e647c656e7465727072697365737c6a7565676f737c696e7465726e6174696f6e616c7c696e747569747c696e766573746d656e74737c69726973687c657870726573737c6b617566656e7c6661697277696e64737c6b796f746f7c6c656173657c6c61777965727c6c6567616c7c726f636b737c6b696e646c657c6b6f736865727c726f64656f7c6c656672616b7c657874726173706163657c6b6f656c6e7c6c696c6c797c6c6174696e6f7c6c6976696e677c6c6f616e737c6d69616d697c6c6f636b65727c6c6f6e646f6e7c6c75787572797c696e66696e6974697c6d61647269647c696e64757374726965737c6d6169736f6e7c6d616e676f7c6d6572636b7c696d6d6f62696c69656e7c7269636f687c6d61726b65747c6d617474656c7c6d61726b6574737c6d6f62696c657c6d6f6e6173687c70686f746f737c7265766965777c6669726d64616c657c726f676572737c666572726172697c6665727265726f7c666565646261636b7c66696e616e63657c66697368696e677c6669746e6573737c666c69676874737c666c6f726973747c666c6f776572737c666f7273616c657c69706972616e67617c69736d61696c697c6a6577656c72797c6a756e697065727c6b69746368656e7c6b6f6d617473757c6c6163616978617c666f6f7462616c6c7c6c616d626f726768696e697c6c6173616c6c657c6b756f6b67726f75707c6c6174726f62657c6c6966657374796c657c6c696d697465647c726576696577737c666964656c6974797c697374616e62756c7c6c65636c6572637c6c696e636f6c6e7c6a706d6f7267616e7c6b65727279686f74656c737c6c69676874696e677c6c706c66696e616e6369616c7c726578726f74687c6b6572727970726f706572746965737c6c696665696e737572616e63657c6c756e646265636b7c6d6f6e65797c6d6f7669657c6d757365756d7c6d757369637c6e61676f79617c6e657462616e6b7c6e6574666c69787c6e6574776f726b7c6e6575737461727c637265646974756e696f6e7c6e657875737c6e696b6f6e7c6e6f6b69617c6f6d6567617c71756573747c6d6f726d6f6e7c6e696e6a617c6d6f73636f777c6e697373616e7c6e69737361797c70726178697c6e6f72746f6e7c63756973696e656c6c617c6e6f7774767c6e6f7772757a7c706f6b65727c70726f6d6f7c6f6c6179616e67726f75707c7175656265637c6f627365727665727c6f6c6179616e7c6f6e6c696e657c6d6f6e737465727c6f66666963657c6f7261636c657c6f72616e67657c6f6b696e6177617c6f7267616e69637c726163696e677c6f726967696e737c6f73616b617c70617274737c70617274797c70686f6e657c70686f746f7c7068696c6970737c70687973696f7c706861726d6163797c666f756e646174696f6e7c70617269737c706c6163657c7069637465747c70697a7a617c7066697a65727c70696374757265737c70696f6e6565727c70726573737c7072696d657c6f7473756b617c72656973656e7c7265616c746f727c7265616c74797c726563697065737c70616e61736f6e69637c706172746e6572737c726164696f7c72656861627c7265706f72747c706c617973746174696f6e7c7265706169727c706f6c697469657c72656e74616c737c706c756d62696e677c72656973657c737461706c65737c6d617272696f74747c6d636b696e7365797c6d656d6f7269616c7c6d6572636b6d73647c70726f70657274797c72656c69616e63657c656e67696e656572696e677c66696e616e6369616c7c6669726573746f6e657c6d61726b6574696e677c6d61727368616c6c737c6d656c626f75726e657c6d6963726f736f66747c6d616e6167656d656e747c6d6f7274676167657c726963686172646c697c6d6974737562697368697c6e6578746469726563747c70726f706572746965737c70727564656e7469616c7c72657374617572616e747c70726f67726573736976657c72657075626c6963616e7c736368616566666c65727c70686f746f6772617068797c70726f74656374696f6e7c7265616c6573746174657c6d6f746f726379636c65737c726564756d6272656c6c617c7363686f6c617273686970737c746174616d6f746f72737c746563686e6f6c6f67797c756e69766572736974797c766c61616e646572656e7c786e2d2d313162346333647c786e2d2d6f33637734687c786e2d2d7767626c36617c786e2d2d7939613361717c77696c6c69616d68696c6c7c786e2d2d7073737932757c786e2d2d7767626831637c70726f64756374696f6e737c786e2d2d6d787471316d7c786e2d2d756e757034797c776561746865726368616e6e656c7c786e2d2d7137636536617c786e2d2d31636b326531627c74726176656c657273696e737572616e63657c786e2d2d35747a6d35677c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3330727237797c786e2d2d3362737430306d7c786e2d2d336473343433677c786e2d2d336863726a39637c786e2d2d33707875386b7c786e2d2d343263326439617c786e2d2d343562726a39637c786e2d2d3435713131637c786e2d2d34676272696d7c786e2d2d353571773432677c786e2d2d3535717835647c786e2d2d3666727a3832677c786e2d2d637a727532647c766572736963686572756e677c786e2d2d3830616f3231617c73616e6476696b636f726f6d616e747c786e2d2d3830617377677c786e2d2d3930613361637c786e2d2d3964627132617c786e2d2d3965743532757c786e2d2d396b72743030617c786e2d2d6332627237677c786e2d2d63636b326233627c786e2d2d636734626b697c786e2d2d6b70757433697c786e2d2d637a72363934627c786e2d2d637a727330747c786e2d2d643161636a33627c786e2d2d656676793838687c786e2d2d6669717338737c786e2d2d6663743432396b7c786e2d2d6669713634627c786e2d2d6669717a39737c786e2d2d666c77333531657c786e2d2d673278783438637c786e2d2d676563726a39637c786e2d2d676b33617431657c786e2d2d683262726a39637c786e2d2d687874383134657c786e2d2d696d723531336e7c786e2d2d696f306137697c786e2d2d666a71373230617c786e2d2d6a3677313933677c786e2d2d6a76723138396d7c786e2d2d667063726a396333647c786e2d2d667a633263396532637c786e2d2d667a7973386436397576676d7c786e2d2d67636b72336630667c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d6d6762747832627c786e2d2d6e7971793236617c786e2d2d71396a796234637c786e2d2d33653062373037657c786e2d2d343562723563796c7c786e2d2d706762733064687c786e2d2d346462726b3063657c786e2d2d353462376674613063637c786e2d2d6f7475373936647c786e2d2d35737533346a393336626773677c786e2d2d3671713938366233786c7c786e2d2d3830616478686b737c786e2d2d65636b7664746339647c786e2d2d383061716563647231617c786e2d2d38306173656864627c786e2d2d38793061303633617c786e2d2d6d6762626831617c786e2d2d623477363035666572647c786e2d2d62636b316239613564726534637c786e2d2d63636b7763786574647c786e2d2d6d6978383931667c786e2d2d636c636863306561306232673261396763647c786e2d2d666971323238633568737c786e2d2d726871763936677c786e2d2d683262726567336576657c786e2d2d6d6762616939617a677170366a7c786e2d2d726f76753838627c786e2d2d6d6762693465636578707c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d6d676267753832617c786e2d2d6d6762617968376770617c786e2d2d6d6762626831613731657c786e2d2d6d6762636137647a646f7c786e2d2d6d676263306139617a63677c786e2d2d6d67626370713667706131617c786e2d2d6d6762657270346135643461727c786e2d2d767571383631627c786e2d2d7734727334306c7c786e2d2d6d676239617762667c786e2d2d6d67626168316133686a6b72647c786e2d2d6d676274336468647c786e2d2d786871353231627c786e2d2d6d676261623262647c786e2d2d6d676261336133656a747c786e2d2d6d676261616d376138687c786e2d2d6b637278373764317834617c786e2d2d6c6762626174316164386a7c786e2d2d6d676261336134663136617c786e2d2d6d6762706c3266687c786e2d2d7a6672313634627c786e2d2d6d6762783463643061627c786e2d2d6d6b3162753434637c786e2d2d6e67626335617a647c786e2d2d683262726a396338637c786e2d2d6e676265396530617c786e2d2d727663316530616d33657c786e2d2d74697134397871796a7c786e2d2d69316236623161366132657c786e2d2d6f6762706638666c7c786e2d2d6a6c713438306e3272677c786e2d2d6e71763766733030656d617c786e2d2d71636b6131706d637c786e2d2d7734723835656c3866687535646e72617c786e2d2d786b6332616c3368796532617c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d786b6332646c336135656530687c786e2d2d7966726f346936376f7c786e2d2d7967626932616d6d787c786e2d2d6d67626137633062626e30617c, 'no'),
('tldlistHash', 0x65376230656331643035323861646235303331346134616265303466643538353166366338386233393664656465613631363364373166396435613735383165, 'yes'),
('totalAlertsSent', 0x31, 'yes'),
('totalLoginHits', 0x36, 'yes'),
('totalLogins', 0x31, 'yes'),
('totalScansRun', 0x31, 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('touppPromptNeeded', '', 'yes'),
('vulnerabilities_core', 0x613a313a7b733a373a2263757272656e74223b613a343a7b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b733a353a2273636f7265223b4e3b733a363a22766563746f72223b4e3b7d7d, 'no'),
('vulnerabilities_plugin', 0x613a31353a7b693a303b613a353a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a353a22382e322e31223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a353a22382e322e32223b733a343a226c696e6b223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31333a226261636b75702d6261636b7570223b733a31313a2266726f6d56657273696f6e223b733a373a22322e312e352e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a32303a22637573746f6d2d747769747465722d6665656473223b733a31313a2266726f6d56657273696f6e223b733a353a22322e352e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a343a7b733a343a22736c7567223b733a31343a226475706c69636174652d70616765223b733a31313a2266726f6d56657273696f6e223b733a353a22342e352e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a343a7b733a343a22736c7567223b733a393a22656c656d656e746f72223b733a31313a2266726f6d56657273696f6e223b733a353a22342e302e38223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a343a7b733a343a22736c7567223b733a31363a2266656564732d666f722d74696b746f6b223b733a31313a2266726f6d56657273696f6e223b733a353a22312e352e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a363b613a343a7b733a343a22736c7567223b733a31373a2266656564732d666f722d796f7574756265223b733a31313a2266726f6d56657273696f6e223b733a353a22322e362e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a373b613a343a7b733a343a22736c7567223b733a32343a226d6f757365776865656c2d736d6f6f74682d7363726f6c6c223b733a31313a2266726f6d56657273696f6e223b733a353a22362e372e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a383b613a343a7b733a343a22736c7567223b733a31323a22726576696577732d66656564223b733a31313a2266726f6d56657273696f6e223b733a353a22322e352e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a393b613a343a7b733a343a22736c7567223b733a32303a22637573746f6d2d66616365626f6f6b2d66656564223b733a31313a2266726f6d56657273696f6e223b733a353a22342e372e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31303b613a343a7b733a343a22736c7567223b733a31343a22696e7374616772616d2d66656564223b733a31313a2266726f6d56657273696f6e223b733a363a22362e31302e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31313b613a343a7b733a343a22736c7567223b733a32383a2277702d726576696577732d706c7567696e2d666f722d676f6f676c65223b733a31313a2266726f6d56657273696f6e223b733a363a2231332e322e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31323b613a343a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a343a2232372e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31333b613a343a7b733a343a22736c7567223b733a31383a22706f7765727061636b2d656c656d656e7473223b733a31313a2266726f6d56657273696f6e223b733a363a22322e31332e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31343b613a343a7b733a343a22736c7567223b733a31333a22656c656d656e746f722d70726f223b733a31313a2266726f6d56657273696f6e223b733a353a22342e302e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'no'),
('vulnerabilities_theme', 0x613a313a7b693a303b613a353a7b733a343a22736c7567223b733a353a226173747261223b733a393a22746f56657273696f6e223b733a363a22342e31332e32223b733a31313a2266726f6d56657273696f6e223b733a363a22342e31332e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'no'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('wfKillRequested', 0x30, 'no'),
('wfPeakMemory', 0x313633353737383536, 'no'),
('wfsbskip', 0x49416355647863327155326f6b5946333639496b726f333471744e2b795177426734446b6736313772506e704a38532b694e41504d545a4d44413650305a444f537a7651764865734d5a4c2f596d6d384953474d3963457046614f75635646574a644f4e6b5172486d6172336836646259596f646f3952736c313366687a39414b7a7272414352674f4278764a5936446c644d4362316366445a70325349334e67335935735472744d575667525a4647345a6e504746474f476837564d4e716135766643687845334265744e48766259536c594b456439632f7a47744b665439737148354c30313737457972716275584a5934636170422b443870794846386339513d3d, 'no'),
('wfsbskipHash', 0x30333335646462346330306663343734356364643334356634393831333366356461313533303564653162666566633938303132616533356462396532393839, 'yes'),
('wfScanStartVersion', 0x362e392e34, 'yes'),
('wfsd_engine', '', 'no'),
('wfStatusStartMsgs', 0x613a32313a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b693a31333b733a303a22223b693a31343b733a303a22223b693a31353b733a303a22223b693a31363b733a303a22223b693a31373b733a303a22223b693a31383b733a303a22223b693a31393b733a303a22223b693a32303b733a303a22223b7d, 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a34383b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a31353234393b733a31343a227363616e6e6564506c7567696e73223b693a31353b733a31333a227363616e6e65645468656d6573223b693a363b733a31323a227363616e6e65645573657273223b693a313b733a31313a227363616e6e656455524c73223b693a323938363b733a31303a226c617374557064617465223b693a313737393032303136313b7d, 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', 0x5b5d, 'yes'),
('whitelistHash', 0x64643461333237373436303736396539653836333330333734306465313335326335303566333030626134323066343831616134666163366639396366366130, 'yes');
INSERT INTO `wp_393a933460_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2234342e3233352e3231312e323332222c2235342e37312e3230332e313734225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b223139322e38382e3133342e305c2f3233222c223138352e39332e3232382e305c2f3232222c2236362e3234382e3230302e305c2f3232222c22326130323a666538303a3a5c2f3239222c223230382e3130392e302e305c2f3232225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2233312e31332e32342e305c2f3231222c2233312e31332e36342e305c2f3138222c2234352e36342e34302e305c2f3232222c2235372e3134312e302e305c2f3234222c2235372e3134312e312e305c2f3234222c2235372e3134312e322e305c2f3234222c2235372e3134312e332e305c2f3234222c2235372e3134312e342e305c2f3234222c2235372e3134312e352e305c2f3234222c2235372e3134312e362e305c2f3234222c2235372e3134312e372e305c2f3234222c2235372e3134312e382e305c2f3234222c2235372e3134312e392e305c2f3234222c2235372e3134312e31302e305c2f3234222c2235372e3134312e31312e305c2f3234222c2235372e3134312e31322e305c2f3234222c2235372e3134312e31332e305c2f3234222c2235372e3134342e302e305c2f3134222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c2236392e3137312e3232342e305c2f3139222c2237342e3131392e37362e305c2f3232222c223130322e3133322e39362e305c2f3230222c223130332e342e39362e305c2f3232222c223132392e3133342e302e305c2f3136222c223134372e37352e3230382e305c2f3230222c223135372e3234302e302e305c2f3136222c223136332e37302e3132382e305c2f3137222c223136332e37372e3132382e305c2f3137222c223137332e3235322e36342e305c2f3138222c223137392e36302e3139322e305c2f3232222c223138352e36302e3231362e305c2f3232222c223138352e38392e3231362e305c2f3232222c223230342e31352e32302e305c2f3232222c22323430313a646230303a3a5c2f3332222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838313a3a5c2f3332222c22326130333a323838373a666632633a3a5c2f3438222c22326130333a323838373a666632643a3a5c2f3438222c22326130333a383365303a3a5c2f3332222c22326131303a663738313a31303a636565303a3a5c2f3634225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b223231362e3134342e3235302e313530222c2236392e3136322e3132342e323236222c2236392e3136322e3132342e323237222c2236392e3136322e3132342e323238222c2236392e3136322e3132342e323239222c2236392e3136322e3132342e323330222c2236392e3136322e3132342e323331222c2236392e3136322e3132342e323332222c2236392e3136322e3132342e323333222c2236392e3136322e3132342e323334222c2236392e3136322e3132342e323335222c2236392e3136322e3132342e323336222c2236392e3136322e3132342e323337222c2236392e3136322e3132342e323338222c2236332e3134332e34322e323432222c2236332e3134332e34322e323433222c2236332e3134332e34322e323434222c2236332e3134332e34322e323435222c2236332e3134332e34322e323436222c2236332e3134332e34322e323437222c2236332e3134332e34322e323438222c2236332e3134332e34322e323439222c2236332e3134332e34322e323530222c2236332e3134332e34322e323531222c2236332e3134332e34322e323532222c2236332e3134332e34322e323533222c223231362e3234352e3232312e3832222c223231362e3234352e3232312e3833222c223231362e3234352e3232312e3834222c223231362e3234352e3232312e3835222c223231362e3234352e3232312e3836222c223231362e3234352e3232312e3837222c223231362e3234352e3232312e3838222c223231362e3234352e3232312e3839222c223231362e3234352e3232312e3930222c223231362e3234352e3232312e3931222c223231362e3234352e3232312e3932222c223231362e3234352e3232312e3933222c223230382e3131352e3139392e3138222c223230382e3131352e3139392e3139222c223230382e3131352e3139392e3230222c223230382e3131352e3139392e3231222c223230382e3131352e3139392e3232222c223230382e3131352e3139392e3233222c223230382e3131352e3139392e3234222c223230382e3131352e3139392e3235222c223230382e3131352e3139392e3236222c223230382e3131352e3139392e3237222c223230382e3131352e3139392e3238222c223230382e3131352e3139392e3239222c223230382e3131352e3139392e3330222c223231362e3134342e3234382e3138222c223231362e3134342e3234382e3139222c223231362e3134342e3234382e3230222c223231362e3134342e3234382e3231222c223231362e3134342e3234382e3232222c223231362e3134342e3234382e3233222c223231362e3134342e3234382e3234222c223231362e3134342e3234382e3235222c223231362e3134342e3234382e3236222c223231362e3134342e3234382e3237222c223231362e3134342e3234382e3238222c223231362e3134342e3234382e3239222c223231362e3134342e3234382e3330222c2234362e3133372e3139302e313332222c223132322e3234382e3233342e3233222c223136372e39392e3230392e323334222c223137382e36322e35322e323337222c2235342e37392e32382e313239222c2235342e39342e3134322e323138222c223130342e3133312e3130372e3633222c2235342e36372e31302e313237222c2235342e36342e36372e313036222c223135392e3230332e33302e3431222c2234362e3130312e3235302e313335222c2231382e3232312e35362e3237222c2235322e36302e3132392e313830222c223135392e38392e382e313131222c223134362e3138352e3134332e3134222c223133392e35392e3137332e323439222c223136352e3232372e38332e313438222c223132382e3139392e3139352e313536222c223133382e3139372e3135302e313531222c2233342e3233332e36362e313137222c2235322e37302e38342e313635222c2235342e3232352e38322e3435222c2235342e3232342e37332e323131222c22332e37392e39322e313137222c22332e32312e3133362e3837222c2233352e3137302e3231352e313936222c2233352e3135332e3234332e313438222c2231382e3131362e3135382e313231222c2231382e3232332e35302e3136222c2235342e3234312e3137352e313437222c22332e3231322e3132382e3632222c2235322e32322e3233362e3330222c2235342e3136372e3232332e313734222c22332e31322e3235312e313533222c2235322e31352e3134372e3237222c2231382e3131362e3230352e3632222c22332e32302e36332e313738222c2231332e35362e33332e34222c2235322e382e3230382e313433222c2233342e3139382e3230312e3636222c2233352e38342e3131382e313731222c2234342e3232372e33382e323533222c2233352e3136362e3232382e3938222c2239392e38302e3137332e313931222c2239392e38302e312e3734222c22332e3131312e38382e313538222c2231332e3132372e3138382e313234222c2231382e3138302e3230382e323134222c2235342e3234392e3137302e3237222c22332e3130352e3139302e323231222c22332e3130352e3133332e323339222c2237382e34372e39382e3535222c223135372e39302e3135352e323430222c2234392e31332e32342e3831222c223136382e3131392e39362e323339222c223135372e39302e3135362e3633222c2238382e39392e38302e323237222c2234392e31332e3133342e313435222c2234392e31332e3133302e3239222c223136382e3131392e35332e313630222c223134322e3133322e3138302e3339222c2234392e31332e3136342e313438222c223132382e3134302e3130362e313134222c2237382e34372e3137332e3736222c223135392e36392e3135382e313839222c223132382e3134302e34312e313933222c223136372e3233352e3134332e313133222c2234392e31332e3136372e313233222c2237382e34362e3231352e31222c2237382e34362e3139302e3633222c223136382e3131392e3132332e3735222c223133352e3138312e3135342e39222c2233372e32372e38372e313439222c2233372e32372e33342e3439222c2233372e32372e38322e323230222c2236352e3130392e3132392e313635222c2233372e32372e32382e313533222c2233372e32372e32392e3638222c2233372e32372e33302e323133222c2236352e3130392e3134322e3738222c2236352e3130392e382e323032222c22352e3136312e37352e37222c22352e3136312e36312e323338222c22352e37382e38372e3338222c22352e37382e3131382e313432222c22323630373a666636383a3130373a3a33222c22323630373a666636383a3130373a3a34222c22323630373a666636383a3130373a3a35222c22323630373a666636383a3130373a3a36222c22323630373a666636383a3130373a3a37222c22323630373a666636383a3130373a3a38222c22323630373a666636383a3130373a3a39222c22323630373a666636383a3130373a3a3130222c22323630373a666636383a3130373a3a3131222c22323630373a666636383a3130373a3a3132222c22323630373a666636383a3130373a3a3133222c22323630373a666636383a3130373a3a3134222c22323630373a666636383a3130373a3a3135222c22323630373a666636383a3130373a3a3136222c22323630373a666636383a3130373a3a3137222c22323630373a666636383a3130373a3a3138222c22323630373a666636383a3130373a3a3139222c22323630373a666636383a3130373a3a3230222c22323630373a666636383a3130373a3a3231222c22323630373a666636383a3130373a3a3232222c22323630373a666636383a3130373a3a3233222c22323630373a666636383a3130373a3a3234222c22323630373a666636383a3130373a3a3235222c22323630373a666636383a3130373a3a3236222c22323630373a666636383a3130373a3a3237222c22323630373a666636383a3130373a3a3238222c22323630373a666636383a3130373a3a3239222c22323630373a666636383a3130373a3a3330222c22323630373a666636383a3130373a3a3331222c22323630373a666636383a3130373a3a3332222c22323630373a666636383a3130373a3a3333222c22323630373a666636383a3130373a3a3334222c22323630373a666636383a3130373a3a3335222c22323630373a666636383a3130373a3a3336222c22323630373a666636383a3130373a3a3337222c22323630373a666636383a3130373a3a3338222c22323630373a666636383a3130373a3a3339222c22323630373a666636383a3130373a3a3430222c22323630373a666636383a3130373a3a3431222c22323630373a666636383a3130373a3a3432222c22323630373a666636383a3130373a3a3433222c22323630373a666636383a3130373a3a3434222c22323630373a666636383a3130373a3a3435222c22323630373a666636383a3130373a3a3436222c22323630373a666636383a3130373a3a3437222c22323630373a666636383a3130373a3a3438222c22323630373a666636383a3130373a3a3439222c22323630373a666636383a3130373a3a3530222c22323630373a666636383a3130373a3a3531222c22323630373a666636383a3130373a3a3532222c22323630373a666636383a3130373a3a3533222c22323630373a666636383a3130373a3a3534222c22323630373a666636383a3130373a3a3535222c22323630373a666636383a3130373a3a3536222c22323630373a666636383a3130373a3a3537222c22323630373a666636383a3130373a3a3538222c22323630373a666636383a3130373a3a3539222c22323630373a666636383a3130373a3a3630222c22323630373a666636383a3130373a3a3631222c22323630373a666636383a3130373a3a3632222c22326130333a623063303a323a64303a3a6661333a65303031222c22326130333a623063303a313a64303a3a6535343a61303031222c22323630343a613838303a3830303a31303a3a3465363a66303031222c22323630343a613838303a6361643a64303a3a3132323a37303031222c22326130333a623063303a333a64303a3a3333653a34303031222c22323630303a316631363a3737353a336130313a373064363a363031613a316562353a64626239222c22323630303a316631313a3536613a393030303a32333a363531623a646163303a39626534222c22326130333a623063303a333a64303a3a34343a66303031222c22326130333a623063303a303a313031303a3a32623a62303031222c22326130333a623063303a313a64303a3a32323a35303031222c22323630343a613838303a3430303a64303a3a34663a33303031222c22323430303a363138303a303a64303a3a31363a64303031222c22323630343a613838303a6361643a64303a3a31383a66303031222c22323630303a316631383a3137393a663930303a383862323a6233643a653438373a65326634222c22323630303a316631383a3137393a663930303a313937373a3931363a656533643a37313165222c22326130353a643031343a313831353a333430303a353838613a656531373a363563333a33623039222c22323630303a316631363a3737353a336130303a623732393a633232363a323733373a66653439222c22323630303a316631633a6564663a313430313a323132343a363532653a633564663a66383962222c22323630303a316631363a3737353a336130303a616362373a656338343a313166323a32626634222c22323630303a316631363a3737353a336130303a363662323a353330633a6534383a35373365222c22323630303a316631383a3137393a663930303a3830333a633831653a363035393a62373866222c22323630303a316631383a3137393a663930303a343733643a376532313a313962653a33623964222c22323630303a316631633a6564663a313430313a626436383a313437383a666537643a63303266222c22323630303a316631633a6564663a313430313a363139623a663138383a333430333a39346338222c22323630303a316631363a3737353a336130303a386332633a326261363a373738663a35626535222c22323630303a316631363a3737353a336130303a6163333a633565623a373038313a39343265222c22323630303a316631363a3737353a336130303a646262653a333662303a336334353a64613332222c22323630303a316631363a3737353a336130303a333762663a363032363a653534613a66303361222c22323630303a316631383a3137393a663930303a343639363a373732393a376262333a66353266222c22323630303a316631383a3137393a663930303a346237643a643163633a326431303a323131222c22323630303a316631383a3137393a663930303a356336383a393162363a356437353a356437222c22323630303a316631383a3137393a663930303a37313a616639613a616465373a64373732222c22323630303a316631343a3230333a653430643a633836623a316532343a666162343a37643033222c22323630303a316631343a3230333a653438623a353533383a373762323a366531333a34663864222c22323630303a316631343a3230333a653436633a366338633a6263623a353234353a37613063222c22326130313a3466383a633031333a333463303a3a5c2f3634222c22326130313a3466383a633031333a336335323a3a5c2f3634222c22326130313a3466383a633031333a336335333a3a5c2f3634222c22326130313a3466383a633031333a6331383a3a5c2f3634222c22326130313a3466383a633031323a633630653a3a5c2f3634222c22326130313a3466383a633031333a336335353a3a5c2f3634222c22326130313a3466383a6331373a343265343a3a5c2f3634222c22326130313a3466383a633031333a336335343a3a5c2f3634222c22326130313a3466383a633031333a336335363a3a5c2f3634222c22326130313a3466383a633031333a336230663a3a5c2f3634222c22326130313a3466383a316331623a376563633a3a5c2f3634222c22326130313a3466383a316331633a353335333a3a5c2f3634222c22326130313a3466383a316331623a346566343a3a5c2f3634222c22326130313a3466383a316331623a356235613a3a5c2f3634222c22326130313a3466383a316331633a313161613a3a5c2f3634222c22326130313a3466383a316331633a373234303a3a5c2f3634222c22326130313a3466383a6330633a383366613a3a5c2f3634222c22326130313a3466383a6332633a626561653a3a5c2f3634222c22326130313a3466383a6332633a396663363a3a5c2f3634222c22326130313a3466383a316331633a613938613a3a5c2f3634222c22326130313a3466393a633031303a623437333a3a5c2f3634222c22326130313a3466393a633031323a643561363a3a5c2f3634222c22326130313a3466393a633031323a613935343a3a5c2f3634222c22326130313a3466393a633031303a646330333a3a5c2f3634222c22326130313a3466393a633031323a353932613a3a5c2f3634222c22326130313a3466393a633031303a653730623a3a5c2f3634222c22326130313a3466393a633031323a393763353a3a5c2f3634222c22326130313a3466393a633031323a623234363a3a5c2f3634222c22326130313a3466393a633031323a613534343a3a5c2f3634222c22326130313a3466663a66303a653963663a3a5c2f3634222c22326130313a3466663a66303a623266323a3a5c2f3634222c22326130313a3466663a3166303a393039323a3a5c2f3634222c22326130313a3466663a3166303a653832313a3a5c2f3634225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223132382e3139392e3130352e313734222c223136372e3137322e3137312e313032222c223134392e3234382e35302e3239222c223134362e3139302e32302e313133222c2234352e33322e36392e3134222c2234352e33322e3139352e323235222c223134392e32382e37392e313430222c223130382e36312e3136322e323134222c2233342e39322e34332e3634222c2234352e37362e3132332e323131222c2233342e36352e3131362e3830222c223133382e36382e3138372e323235222c2231332e34382e3233382e313537222c2234352e36332e3130342e3131222c2234352e33322e3135312e3231222c223139382e3139392e3131322e3637222c223133382e3139372e3230312e3637222c223139382e3231312e3132332e323037222c223134362e3139302e32302e31222c223139382e3231312e3132312e323137222c2234352e33322e3230322e3537222c223134362e3139302e32342e323331222c223130382e36312e3131392e313533222c223139382e3231312e3132332e3534222c2234352e33322e3134312e313633222c223130382e36312e3235322e313437222c223135352e3133382e3234372e3937222c223130382e36312e3232342e3336222c223137382e36322e36322e323532222c223230392e3232322e33302e323432222c223135392e36352e31392e3238222c223130382e36312e3231322e313431222c223136352e32322e3132322e323338222c223133382e36382e3133392e3938222c223139382e3231312e3132322e3634222c223134362e3139302e32302e3133222c223139382e3231312e3131382e3332222c223133392e35392e3137392e313532222c223230362e3138392e3137382e3134222c223137342e3133382e35372e323533222c223138382e3136362e3135302e3438222c223139322e3234312e3234332e3732222c2234362e3130312e31312e313436222c223136322e3234332e33372e3430222c223135392e3232332e3137352e323130222c223137382e36322e38352e313035222c223137382e36322e38332e313432222c223137382e36322e34302e313832222c223136352e3232372e37342e323234222c223135372e3234352e33322e3333222c223135392e38392e38322e3333222c223230372e3134382e31332e3535222c223135392e36352e39332e313338222c223136372e37312e3134332e3736222c2231362e3137302e3131342e3139222c2231332e3234362e35342e313232222c223136372e3137322e3137352e313638222c223136372e3137322e3136312e313131222c223136372e37312e36312e3838222c223138382e3136362e3134352e3739222c2233342e3136352e38302e313435222c223134332e3131302e3231362e323238222c2231382e3130322e312e3632222c223231362e3233382e37332e313032222c2231332e3234352e3232322e323033222c223135392e3232332e37342e313231222c223136372e3137322e3136332e3531222c223136372e3137322e3137312e3839222c223136372e3137322e3136332e323338222c2236382e3138332e33392e313032222c223136352e32322e3132352e313839222c223133382e36382e38332e323331222c2233352e3139352e3138382e323234222c2231352e3136302e36382e313739222c2233342e3131362e3135362e313330222c223134332e3131302e3137372e323532222c2234352e36332e3132312e313539222c2234352e33322e3134352e3739222c223139392e3234372e31322e313030222c223134332e3139382e3135332e3939222c223130372e3139312e34372e313331222c223134332e3234342e3137382e313839222c223133382e36382e3235322e323039222c223139382e3139392e3130302e3133222c223134332e3131302e3231362e313539222c223134332e3131302e3231362e3634222c223134332e3131302e3231362e3437222c223136372e3137322e3137312e3130222c223136372e3137322e3136332e323239222c223230392e39372e3137382e313135222c223136372e3137322e3136332e313238222c223136352e32322e3231302e323138222c2234352e36332e38382e323133222c2234352e36332e38362e313230222c2234352e33322e3132382e3830222c223130342e3135362e3232392e3234222c2234352e33322e3231322e3536222c223130342e3135362e3235352e313834222c223130382e36312e3231352e313739222c2234352e33322e3136362e313935222c2234352e33322e3136302e313732222c2234352e33322e3137312e3234222c223130372e3139312e35372e323337222c2234352e36332e32362e3738222c2234352e37362e3139322e3530222c2234352e33322e33362e313538222c223134332e3131302e3137372e323534222c223134332e3131302e3137372e3138222c223130342e3233382e3136342e313035222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e33322e3139352e313836222c2234352e37362e332e313132222c2234352e33322e372e3232222c2234352e37362e312e3434222c223136352e3232372e3130342e3631222c223136322e3234332e33372e3538222c223136372e39392e3232342e313533222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c223130382e36312e3230352e323031222c2234352e33322e3139322e313938222c2234352e33322e3139352e3933222c2234352e36332e39372e34222c223130342e3233382e3138352e313735222c223130342e3233382e3138352e3436222c223130342e3233382e3138362e323039222c2234352e37362e3132382e323530222c223130342e3233382e3137312e313736222c223136372e3137322e3137332e313635222c223130342e3233382e3138372e3631222c223130342e3233382e3137342e323334222c223130382e36312e3139362e3337222c223130382e36312e3139372e313437222c2234352e37362e3133342e313634222c2234352e37362e3133352e323533222c223130382e36312e3137332e30222c2234352e36332e39362e3638222c2234352e37362e3133342e3835222c2234352e33322e3138332e313238222c2234352e37362e3133302e3433222c2234352e37362e3132392e323132222c2234352e37362e3133342e313938222c2234352e37362e3133342e323337222c2234352e37362e3133352e3134222c2234352e33322e3139332e3133222c2234352e37362e34342e323231222c223134302e38322e35322e313939222c223139392e3234372e392e3633222c223134302e38322e35322e3531222c2234352e37372e36312e313838222c223134392e32382e3132342e313430222c223130382e36312e3232392e323532222c2235342e37322e3234372e313933222c223134322e39332e3130302e323335222c2231332e3234352e3139392e313538222c2235342e3139342e362e323533222c2234352e37362e3132322e3731222c2234352e37372e3233352e323436222c223136372e3137322e3137312e313530222c223231362e3233382e37362e323135222c223230372e3134382e3130362e313832222c2234352e37372e32332e3831222c223134312e3136342e35382e39222c223134312e3136342e34382e313631222c223134312e3136342e33352e323333222c2231332e34392e3134312e313332222c2231332e34382e3131302e323134222c2233342e36352e3134362e313038222c2233342e36352e39372e323531222c2233342e39352e3136332e313231222c2233342e39352e3231342e313837222c2233352e3139392e39362e323433222c2233342e37382e3132332e313230222c2233342e39322e3137312e313139222c2233342e3131382e35392e313438222c2233342e3131382e35332e3132222c2233342e36352e39372e3939222c2233342e3131362e3232392e313032222c2233342e3136352e31332e313930222c223230392e39372e3137312e3434222c2233342e3136352e3231392e313932222c2233342e3136352e3132302e313038222c2233352e3138372e3131392e313030222c2233342e33342e3138352e323336222c2233352e3234372e3234382e3237222c2231332e3234372e31372e3630222c2235342e3137302e372e3134222c2235322e34382e35322e3935222c2233342e39362e3133392e3835222c2233342e3135302e33352e3134222c223231362e3233382e38342e323037222c223231362e3233382e37372e313131222c2231352e3136312e38382e313539222c2231382e3130322e3235332e323032222c223134302e38322e342e323139222c2233342e32322e39362e313932222c2233352e3139382e3233322e323434222c2233342e3137352e34392e3234222c2233342e3137352e31392e313939222c2233342e3137352e32312e313635222c2233342e3137352e38362e3231222c2233342e31332e3136362e33222c2233342e31332e3138352e313133222c2233342e33342e39372e323133222c2233342e31332e3138382e3735222c2233342e3134312e31362e323032222c2233342e3135392e3137382e313936222c2233342e34302e33392e3331222c2233342e3130372e3131322e3434222c2233352e3139372e3235312e313136222c2233352e3139372e3139352e323133222c2233352e3139372e3233322e3137222c2233342e3134372e3231392e313432222c2233342e3135352e3134332e3537222c2233342e3136332e3134372e323530222c2233342e3135352e3233322e323239222c2233342e3135352e35382e313830222c2233352e3233352e3131352e313436222c2233342e39342e3137352e313232222c2233342e39342e3231362e323135222c2233342e3130322e3132312e323530222c2233342e3137342e392e323032222c2233342e3137342e34392e313639222c2233342e3137342e31362e313132222c2233342e3137342e31362e323030222c223136352e32322e37372e313937222c223139382e3139392e39352e323136222c223130382e36312e39392e323332222c2234352e33322e3235312e323130222c223139382e3139392e3131312e313232222c22326130333a623063303a313a64303a3a61343a36303031222c223137382e36322e34372e3833222c22326130333a623063303a313a61313a3a3361353a33303031222c2234362e3130312e38362e323533222c223138382e3136362e3137302e323333222c22323430303a363138303a303a64303a3a3235373a31222c223132382e3139392e3233302e3436222c223132382e3139392e3235322e3833222c22326130333a623063303a333a64303a3a6236643a34303031222c2234362e3130312e3137322e3339222c22326130333a623063303a333a64303a3a6236643a35303031222c2234362e3130312e3232372e323332222c223139382e3139392e39312e323434222c22323630343a613838303a3430303a64303a3a32633a31222c223139322e33342e36332e3737222c22323630343a613838303a3430303a64303a3a3639393a37303031222c223139382e3231312e3130342e3130222c22323630343a613838303a3430303a64303a3a3639393a39303031222c223139382e3139392e39312e3332222c22323430303a363138303a3130303a64303a3a39343a39303031222c223133392e35392e362e313635222c22323630343a613838303a6361643a64303a3a3264343a63303031222c223135392e3230332e36302e323139222c22326130333a623063303a333a64303a3a353736343a66303031222c2234362e3130312e3231372e313831222c22326130333a623063303a303a313031303a3a3361653a31222c223139382e3139392e3132362e3636222c22326130333a623063303a303a313031303a3a313430343a33303031222c223138382e3232362e3136312e323330222c223139322e3234312e3135312e313737222c2236372e3230372e38322e3933222c223133392e35392e3137302e3338222c22323630343a613838303a6361643a64303a3a6234353a64303031222c223136352e3232372e34372e323139222c223137382e3132382e34352e3931222c2234352e37362e3131392e313536222c2239352e3137392e3231302e3332222c223137382e3132382e34362e36222c22326130333a623063303a313a64303a3a313433323a37303031222c223137382e36322e35392e313936222c22326130333a623063303a313a65303a3a3261623a37303031222c223230392e39372e3134332e313836222c2234362e3130312e33372e3234222c223137342e3133382e34362e313031222c22326130333a623063303a313a65303a3a3236343a64303031222c223230392e39372e3133322e3339222c223137382e3132382e33372e313739222c223139322e3234312e3234322e313133222c22326130333a623063303a333a64303a3a65323a61303031222c223230372e3135342e3234362e313835222c223136322e3234332e32392e323235222c2231332e34392e38352e3237222c22323630343a613838303a323a64303a3a323134373a37303031222c223134322e39332e33312e313238222c223136322e3234332e33302e3734222c223130372e3137302e3234382e313739222c223134322e39332e34372e313338222c223136322e3234332e33322e313533222c223130372e3137302e3230332e3635222c22326130333a623063303a313a65303a3a3662303a36303031222c223136352e3233322e34342e323434222c223136322e3234332e33332e323035222c2234362e3130312e37352e313335222c223136352e3233322e39382e313833222c223136322e3234332e32302e313734222c2234352e36332e32372e3330222c223136372e39392e3234322e3431222c223136322e3234332e31392e313133222c223133392e3138302e3136342e313632222c223139382e3139392e3131352e313835222c223136322e3234332e3134312e313335222c223130372e3137302e3233352e323430222c223130342e3233362e3136332e3930222c223230392e39372e3133322e323430222c223138382e3136362e3135382e323234225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2235342e3139312e3133372e3137222c2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33392e3137372e313532222c2235322e34312e3233372e3132222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e38382e3131392e313232222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236222c2233342e3231312e3137382e323431222c2235322e32342e3233322e313538222c2235322e32362e3138372e323130222c2235322e34322e3138392e313139222c2235342e3138362e3234342e313238222c2235342e37312e35342e313032222c2233342e3231302e33352e323134222c2233342e3231332e37372e313838222c2233342e3231382e3132312e313736222c2235322e31302e3139302e313931222c2235322e31302e3232352e3936222c2235322e31312e3138372e313638222c2235322e32352e3133392e3736222c2235322e34332e3132372e323030222c2235342e3139312e3130382e39222c2235342e37302e3230312e323238222c2234342e3232342e3137342e313639222c2235322e33322e35372e3831222c2234342e3232352e3137372e313630222c2233342e3232332e3138362e323439222c2234342e3232342e3133352e323338222c2234342e3232362e3131312e3134222c2234342e3232352e3230332e313034222c2234342e3232362e3130302e313232222c2234342e3232342e3235302e313434222c2234342e3232352e3131382e323131222c2235342e3138392e39332e3639222c2234342e3233312e3138342e313132222c2234342e3233382e31302e3237222c2235342e3138352e3131362e3330222c2234342e3233382e35382e3935222c2235322e31332e32332e313534222c2235342e3134392e31362e3335222c2234342e3232362e39372e3230222c2235342e3234342e3234322e313434222c2234342e3233382e36372e313335222c2234342e3233352e31352e3736222c2235342e3231342e34372e313634222c2233342e3231342e34382e313335222c2235342e3138342e3233342e323237222c2234342e3233382e3234312e3935222c2235322e33372e3231372e313730222c2233342e3231342e3231322e3432222c2235342e3230332e3130392e313739225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37322e305c2f3231222c2237372e37352e37322e305c2f3233222c2237372e37352e37322e305c2f3233222c2237372e37352e37342e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37362e305c2f3233222c2237372e37352e37382e305c2f3233222c223138352e36362e3138382e305c2f3232222c22326130323a3539383a3a5c2f3332222c22326130323a3539383a323a3a5c2f3438222c22326130323a3539383a613a3a5c2f3438222c22326130323a3539383a623a3a5c2f3438222c22326130323a3539383a333333333a3a5c2f3438222c22326130323a3539383a343434343a3a5c2f3438225d7d2c22676f6f676c65223a7b226e223a22476f6f676c652053656172636820456e67696e65222c2264223a747275652c2272223a5b22323030313a343836303a343830313a31303a3a5c2f3634222c22323030313a343836303a343830313a31313a3a5c2f3634222c22323030313a343836303a343830313a31323a3a5c2f3634222c22323030313a343836303a343830313a31333a3a5c2f3634222c22323030313a343836303a343830313a31343a3a5c2f3634222c22323030313a343836303a343830313a31353a3a5c2f3634222c22323030313a343836303a343830313a31363a3a5c2f3634222c22323030313a343836303a343830313a31373a3a5c2f3634222c22323030313a343836303a343830313a31383a3a5c2f3634222c22323030313a343836303a343830313a31393a3a5c2f3634222c22323030313a343836303a343830313a31613a3a5c2f3634222c22323030313a343836303a343830313a31623a3a5c2f3634222c22323030313a343836303a343830313a31633a3a5c2f3634222c22323030313a343836303a343830313a31643a3a5c2f3634222c22323030313a343836303a343830313a31653a3a5c2f3634222c22323030313a343836303a343830313a31663a3a5c2f3634222c22323030313a343836303a343830313a32303a3a5c2f3634222c22323030313a343836303a343830313a32313a3a5c2f3634222c22323030313a343836303a343830313a32323a3a5c2f3634222c22323030313a343836303a343830313a32333a3a5c2f3634222c22323030313a343836303a343830313a32343a3a5c2f3634222c22323030313a343836303a343830313a32353a3a5c2f3634222c22323030313a343836303a343830313a32363a3a5c2f3634222c22323030313a343836303a343830313a32373a3a5c2f3634222c22323030313a343836303a343830313a32383a3a5c2f3634222c22323030313a343836303a343830313a32393a3a5c2f3634222c22323030313a343836303a343830313a323a3a5c2f3634222c22323030313a343836303a343830313a32613a3a5c2f3634222c22323030313a343836303a343830313a32623a3a5c2f3634222c22323030313a343836303a343830313a32633a3a5c2f3634222c22323030313a343836303a343830313a32643a3a5c2f3634222c22323030313a343836303a343830313a32653a3a5c2f3634222c22323030313a343836303a343830313a32663a3a5c2f3634222c22323030313a343836303a343830313a33303a3a5c2f3634222c22323030313a343836303a343830313a33313a3a5c2f3634222c22323030313a343836303a343830313a33323a3a5c2f3634222c22323030313a343836303a343830313a33333a3a5c2f3634222c22323030313a343836303a343830313a33343a3a5c2f3634222c22323030313a343836303a343830313a33353a3a5c2f3634222c22323030313a343836303a343830313a33363a3a5c2f3634222c22323030313a343836303a343830313a33373a3a5c2f3634222c22323030313a343836303a343830313a33383a3a5c2f3634222c22323030313a343836303a343830313a33393a3a5c2f3634222c22323030313a343836303a343830313a33613a3a5c2f3634222c22323030313a343836303a343830313a33623a3a5c2f3634222c22323030313a343836303a343830313a33633a3a5c2f3634222c22323030313a343836303a343830313a33643a3a5c2f3634222c22323030313a343836303a343830313a33653a3a5c2f3634222c22323030313a343836303a343830313a33663a3a5c2f3634222c22323030313a343836303a343830313a34303a3a5c2f3634222c22323030313a343836303a343830313a34313a3a5c2f3634222c22323030313a343836303a343830313a34323a3a5c2f3634222c22323030313a343836303a343830313a34343a3a5c2f3634222c22323030313a343836303a343830313a34353a3a5c2f3634222c22323030313a343836303a343830313a34363a3a5c2f3634222c22323030313a343836303a343830313a34373a3a5c2f3634222c22323030313a343836303a343830313a34383a3a5c2f3634222c22323030313a343836303a343830313a34393a3a5c2f3634222c22323030313a343836303a343830313a34613a3a5c2f3634222c22323030313a343836303a343830313a34623a3a5c2f3634222c22323030313a343836303a343830313a34633a3a5c2f3634222c22323030313a343836303a343830313a34643a3a5c2f3634222c22323030313a343836303a343830313a34653a3a5c2f3634222c22323030313a343836303a343830313a35303a3a5c2f3634222c22323030313a343836303a343830313a35313a3a5c2f3634222c22323030313a343836303a343830313a35323a3a5c2f3634222c22323030313a343836303a343830313a35333a3a5c2f3634222c22323030313a343836303a343830313a35343a3a5c2f3634222c22323030313a343836303a343830313a35353a3a5c2f3634222c22323030313a343836303a343830313a35363a3a5c2f3634222c22323030313a343836303a343830313a35373a3a5c2f3634222c22323030313a343836303a343830313a35383a3a5c2f3634222c22323030313a343836303a343830313a35393a3a5c2f3634222c22323030313a343836303a343830313a36303a3a5c2f3634222c22323030313a343836303a343830313a36313a3a5c2f3634222c22323030313a343836303a343830313a36323a3a5c2f3634222c22323030313a343836303a343830313a36333a3a5c2f3634222c22323030313a343836303a343830313a36343a3a5c2f3634222c22323030313a343836303a343830313a36353a3a5c2f3634222c22323030313a343836303a343830313a36363a3a5c2f3634222c22323030313a343836303a343830313a36373a3a5c2f3634222c22323030313a343836303a343830313a36383a3a5c2f3634222c22323030313a343836303a343830313a36393a3a5c2f3634222c22323030313a343836303a343830313a36613a3a5c2f3634222c22323030313a343836303a343830313a36623a3a5c2f3634222c22323030313a343836303a343830313a36633a3a5c2f3634222c22323030313a343836303a343830313a36643a3a5c2f3634222c22323030313a343836303a343830313a36653a3a5c2f3634222c22323030313a343836303a343830313a36663a3a5c2f3634222c22323030313a343836303a343830313a37303a3a5c2f3634222c22323030313a343836303a343830313a37313a3a5c2f3634222c22323030313a343836303a343830313a37323a3a5c2f3634222c22323030313a343836303a343830313a37333a3a5c2f3634222c22323030313a343836303a343830313a37343a3a5c2f3634222c22323030313a343836303a343830313a37353a3a5c2f3634222c22323030313a343836303a343830313a37363a3a5c2f3634222c22323030313a343836303a343830313a37373a3a5c2f3634222c22323030313a343836303a343830313a37383a3a5c2f3634222c22323030313a343836303a343830313a37393a3a5c2f3634222c22323030313a343836303a343830313a37613a3a5c2f3634222c22323030313a343836303a343830313a37623a3a5c2f3634222c22323030313a343836303a343830313a37633a3a5c2f3634222c22323030313a343836303a343830313a37643a3a5c2f3634222c22323030313a343836303a343830313a38303a3a5c2f3634222c22323030313a343836303a343830313a38313a3a5c2f3634222c22323030313a343836303a343830313a38323a3a5c2f3634222c22323030313a343836303a343830313a38333a3a5c2f3634222c22323030313a343836303a343830313a38343a3a5c2f3634222c22323030313a343836303a343830313a38353a3a5c2f3634222c22323030313a343836303a343830313a38363a3a5c2f3634222c22323030313a343836303a343830313a38373a3a5c2f3634222c22323030313a343836303a343830313a38383a3a5c2f3634222c22323030313a343836303a343830313a39303a3a5c2f3634222c22323030313a343836303a343830313a39313a3a5c2f3634222c22323030313a343836303a343830313a39323a3a5c2f3634222c22323030313a343836303a343830313a39333a3a5c2f3634222c22323030313a343836303a343830313a39343a3a5c2f3634222c22323030313a343836303a343830313a39353a3a5c2f3634222c22323030313a343836303a343830313a39363a3a5c2f3634222c22323030313a343836303a343830313a39373a3a5c2f3634222c22323030313a343836303a343830313a61303a3a5c2f3634222c22323030313a343836303a343830313a61313a3a5c2f3634222c22323030313a343836303a343830313a61323a3a5c2f3634222c22323030313a343836303a343830313a61333a3a5c2f3634222c22323030313a343836303a343830313a61343a3a5c2f3634222c22323030313a343836303a343830313a61353a3a5c2f3634222c22323030313a343836303a343830313a61363a3a5c2f3634222c22323030313a343836303a343830313a61373a3a5c2f3634222c22323030313a343836303a343830313a61383a3a5c2f3634222c22323030313a343836303a343830313a61393a3a5c2f3634222c22323030313a343836303a343830313a61613a3a5c2f3634222c22323030313a343836303a343830313a61623a3a5c2f3634222c22323030313a343836303a343830313a61633a3a5c2f3634222c22323030313a343836303a343830313a61643a3a5c2f3634222c22323030313a343836303a343830313a61653a3a5c2f3634222c22323030313a343836303a343830313a62303a3a5c2f3634222c22323030313a343836303a343830313a62313a3a5c2f3634222c22323030313a343836303a343830313a62323a3a5c2f3634222c22323030313a343836303a343830313a62333a3a5c2f3634222c22323030313a343836303a343830313a62343a3a5c2f3634222c22323030313a343836303a343830313a62353a3a5c2f3634222c22323030313a343836303a343830313a62363a3a5c2f3634222c22323030313a343836303a343830313a633a3a5c2f3634222c22323030313a343836303a343830313a663a3a5c2f3634222c223139322e3137382e342e305c2f3237222c223139322e3137382e342e3132385c2f3237222c223139322e3137382e342e3136305c2f3237222c223139322e3137382e342e3139325c2f3237222c223139322e3137382e342e3232345c2f3237222c223139322e3137382e342e33325c2f3237222c223139322e3137382e342e36345c2f3237222c223139322e3137382e342e39365c2f3237222c223139322e3137382e352e305c2f3237222c223139322e3137382e362e305c2f3237222c223139322e3137382e362e3132385c2f3237222c223139322e3137382e362e3136305c2f3237222c223139322e3137382e362e3139325c2f3237222c223139322e3137382e362e3232345c2f3237222c223139322e3137382e362e33325c2f3237222c223139322e3137382e362e36345c2f3237222c223139322e3137382e362e39365c2f3237222c223139322e3137382e372e305c2f3237222c223139322e3137382e372e3132385c2f3237222c223139322e3137382e372e3136305c2f3237222c223139322e3137382e372e3139325c2f3237222c223139322e3137382e372e3232345c2f3237222c223139322e3137382e372e33325c2f3237222c223139322e3137382e372e36345c2f3237222c223139322e3137382e372e39365c2f3237222c2233342e3130302e3138322e39365c2f3238222c2233342e3130312e35302e3134345c2f3238222c2233342e3131382e3235342e305c2f3238222c2233342e3131382e36362e305c2f3238222c2233342e3132362e3137382e39365c2f3238222c2233342e3134362e3135302e3134345c2f3238222c2233342e3134372e3131302e3134345c2f3238222c2233342e3135312e37342e3134345c2f3238222c2233342e3135322e35302e36345c2f3238222c2233342e3135342e3131342e3134345c2f3238222c2233342e3135352e39382e33325c2f3238222c2233342e3136352e31382e3137365c2f3238222c2233342e3137352e3136302e36345c2f3238222c2233342e3137362e3133302e31365c2f3238222c2233342e32322e38352e305c2f3237222c2233342e36342e38322e36345c2f3238222c2233342e36352e3234322e3131325c2f3238222c2233342e38302e35302e38305c2f3238222c2233342e38382e3139342e305c2f3238222c2233342e38392e31302e38305c2f3238222c2233342e38392e3139382e38305c2f3238222c2233342e39362e3136322e34385c2f3238222c2233352e3234372e3234332e3234305c2f3238222c2236362e3234392e36342e305c2f3237222c2236362e3234392e36342e3132385c2f3237222c2236362e3234392e36342e3136305c2f3237222c2236362e3234392e36342e3139325c2f3237222c2236362e3234392e36342e3232345c2f3237222c2236362e3234392e36342e33325c2f3237222c2236362e3234392e36342e36345c2f3237222c2236362e3234392e36342e39365c2f3237222c2236362e3234392e36352e305c2f3237222c2236362e3234392e36352e3132385c2f3237222c2236362e3234392e36352e3136305c2f3237222c2236362e3234392e36352e3139325c2f3237222c2236362e3234392e36352e3232345c2f3237222c2236362e3234392e36352e33325c2f3237222c2236362e3234392e36352e36345c2f3237222c2236362e3234392e36352e39365c2f3237222c2236362e3234392e36362e305c2f3237222c2236362e3234392e36362e3132385c2f3237222c2236362e3234392e36362e3136305c2f3237222c2236362e3234392e36362e3139325c2f3237222c2236362e3234392e36362e3232345c2f3237222c2236362e3234392e36362e33325c2f3237222c2236362e3234392e36362e36345c2f3237222c2236362e3234392e36362e39365c2f3237222c2236362e3234392e36372e305c2f3237222c2236362e3234392e36372e33325c2f3237222c2236362e3234392e36372e36345c2f3237222c2236362e3234392e36382e305c2f3237222c2236362e3234392e36382e3132385c2f3237222c2236362e3234392e36382e3136305c2f3237222c2236362e3234392e36382e3139325c2f3237222c2236362e3234392e36382e33325c2f3237222c2236362e3234392e36382e36345c2f3237222c2236362e3234392e36382e39365c2f3237222c2236362e3234392e36392e305c2f3237222c2236362e3234392e36392e3132385c2f3237222c2236362e3234392e36392e3136305c2f3237222c2236362e3234392e36392e3139325c2f3237222c2236362e3234392e36392e3232345c2f3237222c2236362e3234392e36392e33325c2f3237222c2236362e3234392e36392e36345c2f3237222c2236362e3234392e36392e39365c2f3237222c2236362e3234392e37302e305c2f3237222c2236362e3234392e37302e3132385c2f3237222c2236362e3234392e37302e3136305c2f3237222c2236362e3234392e37302e3139325c2f3237222c2236362e3234392e37302e3232345c2f3237222c2236362e3234392e37302e33325c2f3237222c2236362e3234392e37302e36345c2f3237222c2236362e3234392e37302e39365c2f3237222c2236362e3234392e37312e305c2f3237222c2236362e3234392e37312e3132385c2f3237222c2236362e3234392e37312e3136305c2f3237222c2236362e3234392e37312e3139325c2f3237222c2236362e3234392e37312e3232345c2f3237222c2236362e3234392e37312e33325c2f3237222c2236362e3234392e37312e36345c2f3237222c2236362e3234392e37312e39365c2f3237222c2236362e3234392e37322e305c2f3237222c2236362e3234392e37322e3132385c2f3237222c2236362e3234392e37322e3136305c2f3237222c2236362e3234392e37322e3139325c2f3237222c2236362e3234392e37322e3232345c2f3237222c2236362e3234392e37322e33325c2f3237222c2236362e3234392e37322e36345c2f3237222c2236362e3234392e37322e39365c2f3237222c2236362e3234392e37332e305c2f3237222c2236362e3234392e37332e3132385c2f3237222c2236362e3234392e37332e3136305c2f3237222c2236362e3234392e37332e3139325c2f3237222c2236362e3234392e37332e3232345c2f3237222c2236362e3234392e37332e33325c2f3237222c2236362e3234392e37332e36345c2f3237222c2236362e3234392e37332e39365c2f3237222c2236362e3234392e37342e305c2f3237222c2236362e3234392e37342e3132385c2f3237222c2236362e3234392e37342e3136305c2f3237222c2236362e3234392e37342e3139325c2f3237222c2236362e3234392e37342e3232345c2f3237222c2236362e3234392e37342e33325c2f3237222c2236362e3234392e37342e36345c2f3237222c2236362e3234392e37342e39365c2f3237222c2236362e3234392e37352e305c2f3237222c2236362e3234392e37352e3132385c2f3237222c2236362e3234392e37352e3136305c2f3237222c2236362e3234392e37352e3139325c2f3237222c2236362e3234392e37352e3232345c2f3237222c2236362e3234392e37352e33325c2f3237222c2236362e3234392e37352e36345c2f3237222c2236362e3234392e37352e39365c2f3237222c2236362e3234392e37362e305c2f3237222c2236362e3234392e37362e3132385c2f3237222c2236362e3234392e37362e3136305c2f3237222c2236362e3234392e37362e3139325c2f3237222c2236362e3234392e37362e3232345c2f3237222c2236362e3234392e37362e33325c2f3237222c2236362e3234392e37362e36345c2f3237222c2236362e3234392e37362e39365c2f3237222c2236362e3234392e37372e305c2f3237222c2236362e3234392e37372e3132385c2f3237222c2236362e3234392e37372e3136305c2f3237222c2236362e3234392e37372e3139325c2f3237222c2236362e3234392e37372e3232345c2f3237222c2236362e3234392e37372e33325c2f3237222c2236362e3234392e37372e36345c2f3237222c2236362e3234392e37372e39365c2f3237222c2236362e3234392e37382e305c2f3237222c2236362e3234392e37382e3132385c2f3237222c2236362e3234392e37382e3136305c2f3237222c2236362e3234392e37382e33325c2f3237222c2236362e3234392e37382e36345c2f3237222c2236362e3234392e37382e39365c2f3237222c2236362e3234392e37392e305c2f3237222c2236362e3234392e37392e3132385c2f3237222c2236362e3234392e37392e3136305c2f3237222c2236362e3234392e37392e3139325c2f3237222c2236362e3234392e37392e3232345c2f3237222c2236362e3234392e37392e33325c2f3237222c2236362e3234392e37392e36345c2f3237225d7d7d, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('wordpressPluginVersions', 0x613a31373a7b733a32303a22637573746f6d2d747769747465722d6665656473223b733a353a22322e352e35223b733a31343a226475706c69636174652d70616765223b733a353a22342e352e39223b733a393a22656c656d656e746f72223b733a353a22342e302e38223b733a31333a22656c656d656e746f722d70726f223b733a353a22342e302e34223b733a31363a2266656564732d666f722d74696b746f6b223b733a353a22312e352e32223b733a31373a2266656564732d666f722d796f7574756265223b733a353a22322e362e36223b733a31353a226c69746573706565642d6361636865223b733a373a22372e382e302e31223b733a363a22776f726b6572223b733a363a22342e392e3334223b733a32343a226d6f757365776865656c2d736d6f6f74682d7363726f6c6c223b733a353a22362e372e34223b733a31383a22706f7765727061636b2d656c656d656e7473223b733a363a22322e31332e32223b733a31323a22726576696577732d66656564223b733a353a22322e352e35223b733a32303a22637573746f6d2d66616365626f6f6b2d66656564223b733a353a22342e372e37223b733a31343a22696e7374616772616d2d66656564223b733a363a22362e31302e31223b733a32383a2277702d726576696577732d706c7567696e2d666f722d676f6f676c65223b733a363a2231332e322e39223b733a31313a22776f726466656e63652d31223b733a353a22382e322e32223b733a31333a2277702d6d6967726174652d6462223b733a353a22322e372e37223b733a31333a22776f726470726573732d73656f223b733a343a2232372e36223b7d, 'yes'),
('wordpressThemeVersions', 0x613a333a7b733a31313a2261737472612d6368696c64223b733a353a22312e302e30223b733a353a226173747261223b733a363a22342e31332e32223b733a31363a227477656e74797477656e7479666f7572223b733a333a22312e34223b7d, 'yes'),
('wordpressVersion', 0x362e392e34, 'yes'),
('wp_home_url', 0x68747470733a2f2f6d72617269662e6d652f67656e657369737761, 'yes'),
('wp_site_url', 0x68747470733a2f2f6d72617269662e6d652f67656e657369737761, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfcrawlers`
--

CREATE TABLE `wp_393a933460_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wffilechanges`
--

CREATE TABLE `wp_393a933460_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wffilemods`
--

CREATE TABLE `wp_393a933460_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wffilemods`
--

INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x000672c42ab49ab2212a3220458a8f9c, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.js', 0, 0x70cf81a27c0c5ab5ecea997fb2add773, 0x70cf81a27c0c5ab5ecea997fb2add773, 0xd1621259988106d2e5aa0c535e52c74a6347de53856c63eda145ad6aba41160f, '', 0, '?'),
(0x0006f5a4b4cd14ed7da9a1ff075817af, 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\hero-podcast.webp', 1, 0x00000000000000000000000000000000, 0x3b848eb5c14d25be34a4983bb689e100, 0x83ac62c22d1d037ecd25f21799ff7e000f98ec47c6b64dd1ee8535a3cd08d338, '', 0, '?'),
(0x001572ee67565bfa134ff0b8626d8755, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-seedprod.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-seedprod.png', 1, 0x00000000000000000000000000000000, 0xc30a484eb753948190f34e2089a87031, 0x3f3e9a67a01509de6781ba5ce6296c971b3cdc962f87f19778ea761dfae810a6, '', 0, '?'),
(0x001649d624fc4aab5533700120bdd332, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/readability-score-results/readability-score-results-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\readability-score-results\\readability-score-results-repository.php', 1, 0x00000000000000000000000000000000, 0xde93ee86ee971b57939028e506dc4ebd, 0xe690e69bc41d59a0e74afeec552ebb4e29e71f9a0365f5b109d12d706b96ee7a, '', 0, '?'),
(0x001dd74a728ff6b96b7ffaaeedea3cc3, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0x90c369334bf164b2db8dae48c51bfd83, 0xb63a4596367bc2ee8f818310a5ef9851e84be9bc0fc2b09a61823003864e239f, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x001ff1f5df779663dcf8e82d2ba5b47a, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-10.php', 0, 0xf28426865ea6d89b10a2b17e404393e4, 0xf28426865ea6d89b10a2b17e404393e4, 0x953a9bbf52c6b222ef47a3f745635f9eb103ee4c1096d475a766ad558096fcbb, '', 0, '?'),
(0x002203f0e27233c222bc55490e037ab3, 'wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\branding.jpg', 1, 0x00000000000000000000000000000000, 0x318a71fcf9c0b17c923a11920ea2e1f5, 0x2222d0311a50c38333b3e5a17c3b9c98e9f95aa02a1fa7d57a4dd7330da7a0dc, '', 0, '?'),
(0x0029341e0a5459fca1643447151e7eb6, 'wp-includes/images/w-logo-blue-white-bg.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\w-logo-blue-white-bg.png', 1, 0x00000000000000000000000000000000, 0x000bf649cc8f6bf27cfb04d1bcdcd3c7, 0x4f9cc997a06fb593f1d2110543ab8e41d22f788a87a0cd3cea95dc25343d183f, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\user-edit.php', 1, 0x00000000000000000000000000000000, 0x0ac9643456da8b537e741dc9b1acc5ba, 0x986febe19591b02274ce79bc53828db6b0a64d389021392fb73f185910ad58cb, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0xe35b77a725937f4cf2524ffda25b1795, 0x01d1b3cbed4fa7eb968ca94b3b6fb21ad8b30864c645b1254d7470224bc19842, '', 0, '?'),
(0x00423ccfa9a7274b44a9d3f9c2944a4c, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0xe48037358cce9980c117c700f3e93a84, 0x7c63ae616d20c3e9682e933942dc9d6cde00c240ccb384d83c64d591ddfd8e5d, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\index.php', 1, 0x00000000000000000000000000000000, 0xfc50f5fa2f49475637779081b910d859, 0xfb45b29184375d30d8fd2d69ac088f598c85e1caef3607777e55f836aa97110b, '', 0, '?'),
(0x0043df24e89da693c60620f9623e9191, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sticky-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sticky-sidebar.php', 1, 0x00000000000000000000000000000000, 0xa926b0feafcb6b04bbf5544f15ed0419, 0xeedd87bfda546fde75426735669d501d88efcbcea241ab18957d4d5869c5685d, '', 0, '?'),
(0x00473d7b06af417508c46a2beca839a8, 'wp-content/plugins/elementor/assets/lib/html2canvas/js/html2canvas.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\html2canvas\\js\\html2canvas.min.js', 1, 0x00000000000000000000000000000000, 0xd7530aa0b7587e627484c49fdf8f13f2, 0xdb2aaaf9f93e3c0829b2504843db9010c2dcca2a3bdb74363350d8197219e820, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\X25519.php', 1, 0x00000000000000000000000000000000, 0x2ee4b16d6a35d22a19b63708356edd94, 0xf9a52ea8ad22e2f7ac2af24fe588376250dad2c6d7fc2787cb7531922b376111, '', 0, '?'),
(0x0049eb941c047b1b7a83835eb7bc8508, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0xf592b55cd53dfd1aea02b2e2ae69e4bc, 0xc2f77c90dff8752126318b19835f7d7a0f1f656e32e263cc6a033487c044192d, '', 0, '?'),
(0x004a7bee2bcbc8993c2884e4d3f4fb6f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\NullCoalesceExpression.php', 1, 0x00000000000000000000000000000000, 0xc23b13b1755c876fc6b4368d4c672890, 0x073d15154b8b4f5c5830b26e4ff4d3c3adcb5fbc18ca462ba442671f120abf5b, '', 0, '?'),
(0x0052ade970d8e52cdba56f498fc7b4bd, 'wp-content/plugins/feeds-for-tiktok/inc/Common/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x63a652078c5dbde1458fa3c145238b22, 0xf9ed8a093930f57f1080bad8baacd84b82b423427e64b45f98fdaa8fdf96b0b3, '', 0, '?'),
(0x0059811c02ed977f82ee6e0d4ad49188, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-moderation.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-moderation.png', 1, 0x00000000000000000000000000000000, 0x6bb8684d5ef9da5cd72c709159a7f138, 0x2e74bc84472bb4106e540d26bdc64d822876b0f63240ccb9ca552ae24f0b1965, '', 0, '?'),
(0x005a3eb9f3eeabf39ef5fb8a66afda0e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\shortcode.php', 0, 0x7f5e603c78532732eaec08d4dd7d2691, 0x7f5e603c78532732eaec08d4dd7d2691, 0x758b050da79e9484c817b701d5bd22648802fc9c160be29e59e3373b221b3ccb, '', 0, '?'),
(0x005c73e8c154c390ab02bdd69838e1c3, 'wp-includes/blocks/post-excerpt/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x005cedfaaf500c0fd2207747ea03b7d1, 'wp-content/plugins/instagram-feed/assets/svgs/picture.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\picture.svg', 1, 0x00000000000000000000000000000000, 0x7ca74196f72229bd3f68747523ef8b0d, 0x88daa6b0f2bd6d6ef78622f56ec455ff3091a07ed313e41bbdd05a860d89c269, '', 0, '?'),
(0x005fec5db817a977674753d24b158bed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x24bff2a830096f3bda62db86b7917d48, 0x23be9bf7d2f6ded93a7a12bc57083b432813e0a3a1a05242f8dae344996d82f4, '', 0, '?'),
(0x0066bce31c5a6bcd97cbe7214ef22930, 'wp-content/plugins/elementor-pro/core/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\controller.php', 0, 0x9d1e9777244c59907a11f4ff81241b76, 0x9d1e9777244c59907a11f4ff81241b76, 0x9ddcb17cc8dd731b8b42157c5e3b0c428c09564b3107f1de0d62650f468ef64e, '', 0, '?'),
(0x0067cc61acc53d85ac9baac7230f5096, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0xe9993a11e500afcd07f6719d90f5d704, 0xbc6b986fc313281b2bb76f1e5300a0567d6d1005799fb3b8e13bdab484c30ee8, '', 0, '?'),
(0x00689682514a94b03ff00458fc34af2d, 'wp-content/plugins/elementor/assets/js/ai.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.min.js', 1, 0x00000000000000000000000000000000, 0x464c188ccee79101c0aedc9945a6c59b, 0xfe56e41592db5e5b1365eaf7df8c69119829fe149b45aa0c67833c8298f07b66, '', 0, '?'),
(0x006ce2d58287952bdbb576887a22b798, 'wp-content/themes/go/dist/images/comments.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\comments.svg', 1, 0x00000000000000000000000000000000, 0x82c195c2e6335b4603fc32923aeeaf75, 0x8e8b66376d1ac5e253403b1192516f8e1892a80402be9ba7216150fe935ea39c, '', 0, '?'),
(0x0074f1702333142fc52b02b6a16d261e, 'wp-content/plugins/wordpress-seo/js/dist/plans.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\plans.js', 1, 0x00000000000000000000000000000000, 0x7d6623ea462619d56dadde859b48b9d8, 0x00a5f7b0a15e622597b856a4dfec6357bf9e537a89c2caaa978cc6a48a283a50, '', 0, '?'),
(0x0078a65701ed1b8014f0402329ed5754, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xc7ab7dd3ff9c1d7191183e01a58dbd00, 0x161698c5a364516bd6addf71bed1c1c989b0bef48cb9f91b6114ece08aa7a21a, '', 0, '?'),
(0x007d619eb9e40d673114870d6ee84cd1, 'wp-includes/css/dist/base-styles/admin-schemes.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes.css', 1, 0x00000000000000000000000000000000, 0x135e884f32b7f24edad7495c479f3152, 0x355ec83e34376ef697b7a45667020fbb8a5b076fe69e165ef15bbd1bbf5d0f0a, '', 0, '?'),
(0x00822177aa44597b1994e4775b65be6f, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free.css', 1, 0x00000000000000000000000000000000, 0xcbb00a0248cc5e25a127f4ad527b7984, 0x9920ed815d9d2dbb92e3bfe382cc4a500583041afb9135ec69f4cefb0d7c1061, '', 0, '?'),
(0x0086b2c4b22bb7e915cc7d778ea89eaa, 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\classes\\render\\icons-below-cta-render.php', 0, 0x63d64bb78a356155a7d39faacd4f3ddb, 0x63d64bb78a356155a7d39faacd4f3ddb, 0x5b810a24c0af1cfa68df0384f47db280ffc531b04572f8f48dd8cd865e1bf7f2, '', 0, '?'),
(0x0087e932ed04a4b61220d04b79da76af, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\dependency-injection\\container-registry.php', 1, 0x00000000000000000000000000000000, 0x1bbdfde17202e3de18c6894d37072b44, 0xdb596ac2fb84eb78d6f7dedb4aafb16f71e793f221a19d624e676bd4591e4082, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji.js', 1, 0x00000000000000000000000000000000, 0xb41ac8c1e195c90a191095264d2ba982, 0x7128af4e4c9f7a3b8bfe221bcb6d63e3c3867671f47908a8845bba7c9fc4d207, '', 0, '?'),
(0x0092a827a0360626488276845ddee98f, 'wp-includes/block-bindings/post-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\post-meta.php', 1, 0x00000000000000000000000000000000, 0x893d6eb00f3d0b4655ca2aec0c93d14a, 0x06c014b50108e54dccee84de7f63e0154323f7c64418ca8f720394321dc7d765, '', 0, '?'),
(0x009417c21b25cea54a2d9a70be1608c9, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-rewrite.php', 1, 0x00000000000000000000000000000000, 0x41f6c5fb90a36c6fa33494965ff6ff0f, 0xaefb5506fdb65cd6d74be7ed22c4a9e60395e3ff05a0b919825cab2a8cc9d84e, '', 0, '?'),
(0x0095b336f5f2654004569ba37049a744, 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\helpers\\model-helper.php', 1, 0x00000000000000000000000000000000, 0xfa81a7643b479b67a1ae9bdf01601404, 0x74255499084b4383af8c799725656a0e164ef4c77496e84f6bf1f0c9d49246c9, '', 0, '?'),
(0x0096994c284fefca7f0b55ff6bea58f4, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-700-normal.3f6e1548bd5175a8.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-700-normal.3f6e1548bd5175a8.woff', 1, 0x00000000000000000000000000000000, 0x1feec6633913481eae3bd7e1d00ff900, 0x3a4b390feab5473c94de496f5221081bbde2597d3e1e990ef95ee875cef845a6, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8f034336b8c267417f7388b70a2f49f, 0xd06afdaa2bf9d34a4cc2a6ab7ba29de3e1d7b91af497c7495dedd98bc53decc0, '', 0, '?'),
(0x009e6835ad933d2b025995b1eca91262, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Themes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Themes.php', 1, 0x00000000000000000000000000000000, 0x9da0d5163125da4eb0dd975ca58433e7, 0x9b1d6a911d6fcb9c795079dc01dbf8ff1222f8f02c396e86a71b17a13e23c58b, '', 0, '?'),
(0x00a615a13d0f146288b3294e0feccf9d, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\composer.json', 1, 0x00000000000000000000000000000000, 0x37817a6f5780fdbf1486a26f3710cd89, 0x0f039d5a33d324b56b3181edaa1cb26ffdfa5a47359b2dac92a28c2fd47d5710, '', 0, '?'),
(0x00a8fb6a067c5c8978a8f292c93d1930, 'wp-content/plugins/feeds-for-youtube/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0xa7b44912561079ecc303c667b8a73624, 0x8a6b5a8063d90b4b9b46f77b23f91e3597e81cb53ba903143f93f93bdbc1d376, '', 0, '?'),
(0x00b058f6aa4c148e26a486aca21af266, 'wp-includes/blocks/page-list-item/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list-item\\block.json', 1, 0x00000000000000000000000000000000, 0xff2d2dc2aa5a122892cea1a37f8f5243, 0xb39c3fe7f135a2e3e0a0b02901050627b95cc7fa7f444d685fb9e691019a8bc9, '', 0, '?'),
(0x00ba1b91d44604ee1c977e3fe709c213, 'wp-content/plugins/elementor/assets/shapes/mountains.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\mountains.svg', 1, 0x00000000000000000000000000000000, 0x00507125d440dcf375c1c222034fcecd, 0xf7d405141ef1f713e715d37dc38ed7afaef93c70ddada216e6e48123a9070258, '', 0, '?'),
(0x00ba27b48a31589fed5de1642ec6f326, 'wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\builder_footer_cta.php', 1, 0x00000000000000000000000000000000, 0x3d63dd73a6d7c80384093f19a60075e4, 0x045c9e1e433b824016ea564e53e67d1610b8cc0d2362a2b68aa62bd10e1334f5, '', 0, '?'),
(0x00bea725b6cf00451ad4291f7d713c69, 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\image.php', 1, 0x00000000000000000000000000000000, 0x03e5ed44be39cdfdc3e649b1361ebf31, 0xd9933e0a5d4483f50080fa7375fc05c67d49e8f511fc49e6b55083dc50b761f6, '', 0, '?'),
(0x00cb96b843e9790be528c1d2d51651ac, 'wp-content/plugins/elementor/modules/link-in-bio/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\module.php', 1, 0x00000000000000000000000000000000, 0xa7656821f6a86bece7a1a4133b416d04, 0x9e0d6aaddeece7ced3bc6b133919ec5eb0f9d5fb4ab5bce65044bba0c19a4116, '', 0, '?'),
(0x00cf76420ba587ef75db7b1c3b3cf8b6, 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/text-booking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\text-booking.php', 1, 0x00000000000000000000000000000000, 0x5c7c123d96d3ccfc45276da0e067f1ea, 0xd848ba21a5c0816de05a590e0ca14b6b3815040647e59a2d85f43b713d354030, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x4d037be39cb03485547989c1e59b8b8f, 0x21f00b2a9db005ed3c5ced0888ec7b5fb489262c141ecb3cdbe12bb6e8ecb3b8, '', 0, '?'),
(0x00d14bf4b0f725bf352ce4bc241bcba3, 'wp-includes/blocks/video/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x0958369f5412635723cd2796084c8bf1, 0x4420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36, '', 0, '?'),
(0x00d1de3d37d2ec9c403a6d6c145766b2, 'wp-content/plugins/custom-twitter-feeds/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\uninstall.php', 1, 0x00000000000000000000000000000000, 0x2ed800fc5eb268e646b7fc29405454e0, 0x2025708702523f6f1920835a9f7489db8c36c92c86ac57394acb2fdaac6cdf74, '', 0, '?'),
(0x00d83c5cc94f1593740707c1c81f8f12, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x7146ce8cf4cb9cbeb2044778cc1ac586, 0x2f4d765610d5602d2deca33ebfecf8144c91addf3b20459588c014259101cea4, '', 0, '?'),
(0x00d9f2f932d68ceeccbc36cd653a04eb, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/duplicated-label.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\duplicated-label.php', 1, 0x00000000000000000000000000000000, 0x7d6695d0fd9511c9fb46d2a079bd9711, 0x57ab8106eb1d0768e9e65410816d05304eb60d86dd5ca8a9112fa2fcfcf5546b, '', 0, '?'),
(0x00dd36482edbc4b0cd087383fe185915, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\privacy.php', 1, 0x00000000000000000000000000000000, 0xfe648249ba1313e1f2557b7831b71741, 0x111046aae575865800be6f67ab3a7e94c868c6e95f94841135d2cb70ed74d224, '', 0, '?'),
(0x00ed76b988ae8bd8a601a3def1f7dd9e, 'wp-includes/blocks/post-template/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2ae0598d388a5b9888223b5404bd0e9, 0x685f1098be115b721054f90d1336dee9a239e1f544f13aeaeacdc797827fbfc5, '', 0, '?'),
(0x00f22c97caa8b9377c3080cd1845762d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\user-profile-picture.php', 0, 0x813b978f4ba0807656b50e0f7e7fbc77, 0x813b978f4ba0807656b50e0f7e7fbc77, 0x10d23fc48eaf32a281798293d395181a4aae4fd8c34d8ab43a1644b0e26adbe3, '', 0, '?'),
(0x00f4121679fffde9098cd9b6f1d77287, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-text.php', 0, 0x5e380c4c05af5bad6a51b33c7393102b, 0x5e380c4c05af5bad6a51b33c7393102b, 0xc6b1af9df287750d5c2ddfccfdcec33d62e28eb6e6f759916a0295fe97eb0a44, '', 0, '?'),
(0x00fbf624a058edf3472db87f7455c6b9, 'wp-includes/blocks/navigation-link/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6f945ebc90acb0508d3db2789eb1b01f, 0x0b287357db8eb6dce2a3987d87ab7858ac1f8c8275a825614dd038a8f2d48723, '', 0, '?'),
(0x00fc2024c9e9f0a690d39905000bd6ab, 'wp-includes/block-patterns.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns.php', 1, 0x00000000000000000000000000000000, 0x680eef68c842c6f48922418879cc1e43, 0xaf055270c374c01d125fa8ffd2180539c99dbbe3ae61e1f0ee4dd0de7f358689, '', 0, '?'),
(0x00fc3a86b6d41d3f642179830fea1c7c, 'wp-content/plugins/elementor-pro/assets/js/media-carousel.87c2cf115553a2c4f709.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\media-carousel.87c2cf115553a2c4f709.bundle.min.js', 0, 0x2e502d0d510e390db97a94870e608264, 0x2e502d0d510e390db97a94870e608264, 0xdd2855f7d252a51d423a564514ae2737941419ea1dee7ff233a10f0ba5f3a2fb, '', 0, '?'),
(0x00fda5aca28e2fdfc939fc593de08f79, 'wp-content/plugins/elementor/modules/favorites/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\controller.php', 1, 0x00000000000000000000000000000000, 0x0ad813567ac72582b5b1ab51288fa0cb, 0x5febff0337919fb81bb3376d3732ecb212a0ed3dd638313168169fcc62d2ea75, '', 0, '?'),
(0x00fe3736b8cbdae09381da99bba3f468, 'wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\library.php', 1, 0x00000000000000000000000000000000, 0xabf1ea7bb3a37c5a831ea234d106bffa, 0x80911f47dbc2bcbfe6d0d01b2ba51723f4f5ef8a0fa097af8122da5c525b5f36, '', 0, '?'),
(0x00ff8e3ac1636ecbb989103a207a25da, 'wp-content/themes/astra/inc/dynamic-css/live-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\live-search.php', 1, 0x00000000000000000000000000000000, 0xeb44ae19749a7cea0296cac6be847af3, 0x15d3707ac5a36bae158d4cde617c3f8a7b2f40434e532fb47ac9d36c1bc8b75c, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style.min.css', 1, 0x00000000000000000000000000000000, 0x40e905a3887e16394a37392bdb88651b, 0xd5d230b08f042f0b39d76f8b95ed4460e015b275be63d4b25bcdfcde55911d2e, '', 0, '?'),
(0x010ba3b82681d5935bca34af159b792a, 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\posts-base.php', 0, 0xed7f5dfbeb42a808458b4fd2d8f5053e, 0xed7f5dfbeb42a808458b4fd2d8f5053e, 0xe5136adf829d6dc1566dd486b0f28ba847e43824f290c402d10a3a7087e06c97, '', 0, '?'),
(0x010d71b913770f041be5057f41c89b0b, 'wp-content/plugins/elementor/includes/elements/repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\repeater.php', 1, 0x00000000000000000000000000000000, 0x9cabc390209da218f2bd282a81922acd, 0x979ea9bac45ea86dfb5ebf045f4e75592aaeb37c0ecb13ac8a07bf405283edbd, '', 0, '?'),
(0x0116ff20aa9240f315e9e99018b1d78a, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-5-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xca19af6d0266734dc88da3bb10856c9a, 0x47652c58a564f002b304b3496ba68034bdc8be9ddfe734e627c1625a6c38e85c, '', 0, '?'),
(0x011792cf7354af5bd4bb2367ec40d21e, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\icomoon.php', 0, 0x0f0240897e17f1ba73752365bd2c5d1c, 0x0f0240897e17f1ba73752365bd2c5d1c, 0xbfb7c778202f272cf74d8aa72397875cd3c828c489a7d150226117b902487bd6, '', 0, '?'),
(0x011a79766c188307c38c8f2c3551f133, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-carousel.php', 0, 0x338213e2707c0f0180a45c22f0e57471, 0x338213e2707c0f0180a45c22f0e57471, 0xe0914a7c9a81115dfc8b6471d66cd505090a45e618582ca70475f3bcf7db33e6, '', 0, '?'),
(0x011ad7a38c28162644a72517be3068ab, 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0x570321ede2c670da6d355248459c2993, 0x9bd29ec400935b82bf55203deffd1c0cb51f62f3eb1a86135ebcc4d5b3b29919, '', 0, '?'),
(0x011b2f3e930fe7fcdf08bb28c8e6338c, 'wp-includes/blocks/verse/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style.min.css', 1, 0x00000000000000000000000000000000, 0xc665e1a9cba35212ec527cbcf5a9ad97, 0x03856a2f2bd5488be615d32bc6d788cf7a2a63e0d92a82b1611e87617f9e65c1, '', 0, '?'),
(0x0122c230d03b2c1515118b1488f30a36, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-team-member.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-team-member.php', 0, 0xcd8b7674901d719f7ba89747f51f77ed, 0xcd8b7674901d719f7ba89747f51f77ed, 0x7aaff5639399396eb04c27e6076b1737b3178231c59b6d88665b369702821660, '', 0, '?'),
(0x0124ae33878a8f16b92fdc8fffd7bbcd, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0x012e9c22ca2717ca3dd56403ed470692, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\NotInBinary.php', 1, 0x00000000000000000000000000000000, 0x82b8585ff3b11a3ad02446317fe92545, 0xedbdd5fcf31b88080b55db89c1f1b7d5ced69dba1f92e60519882a491018f6b5, '', 0, '?'),
(0x01321b91ca84055058c7aa41f626228e, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Datepicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 1, 0x00000000000000000000000000000000, 0x0c3f9ab1e595a1b8a67dd812073ef179, 0x85a2818543212a73745fb4930e11832d7b9a5fe65e21eb47b2034fba6ff3c2d5, '', 0, '?'),
(0x013515bffe30c483673d6161f2c0eba1, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\forms-index.php', 0, 0xef665c05e8328a3a3d105d559f9e3ec5, 0xef665c05e8328a3a3d105d559f9e3ec5, 0x56e3722fbd2885a1860c0169264abe41baff28282f62bfd435ee2a1d6a814109, '', 0, '?'),
(0x0139e4282285697fe5de84ef08503135, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-route.php', 1, 0x00000000000000000000000000000000, 0xb3d252641a960e4271c089c82a1f53ce, 0xc15c3b7df9709c9123b8b8c4c9305f4749a248ae46719e9d4f33b6a238ab4558, '', 0, '?'),
(0x01430d44263e939f780fa868e1354f92, 'wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0xf5de730dbc2f5e9142ad18aa0b5408df, 0x2b0bf403cdd9eef48df8c7521be5ded1de30074bed8ca47e90c69601df8ef483, '', 0, '?'),
(0x0143e5cd28a44c431f2a52ce8d9fce00, 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCurlInterceptor.php', 1, 0x00000000000000000000000000000000, 0x4648696da1d17b587b1f62c8a4c7dc4c, 0x0e5c8e4fdbe571198ef34c7ba0a933a88f3c91c87f8d4ba339fb800acf7fef3d, '', 0, '?'),
(0x01466d082667bd0d8f5ba0588dad975f, 'wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\base-tag.php', 1, 0x00000000000000000000000000000000, 0xddb198f41070aa82e69a2a62578a6faa, 0x550c91fccf2e04ce255b8706f7a6c512d857f219758bf3386bbf57aa5d1a4a6c, '', 0, '?'),
(0x01489f1e8d4ce5f53ca7d4bfd5fe9339, 'wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-process\\wp-async-request.php', 1, 0x00000000000000000000000000000000, 0x9251ea339de5ef8737bd8626f2998085, 0x43cfc87cee416a453f37dfde35aa54ea304a4e4dbc4eff49799d05e2404b84f6, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x61794f138d312f327cc909cd7b265df6, 0x4cbd708d2dae1c38b2cb37e399517c4a90831fe96960318c4f9032f3d663baaa, '', 0, '?'),
(0x0154d1b5fb76a4198159363bf6a5df49, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-top-right.min.css', 1, 0x00000000000000000000000000000000, 0x9182266d90f9f8da8eef3f7c5eb540f7, 0x23b1fb07236a241900dd9fc88ad1303213e00b29670f48b1980163f22225e64a, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0x6239083caca2d295bf4972427a4cab2a, 0xcfbde5c41b22858ff505985fa4eec4a68719af5811254fbe9d34aed3853a0759, '', 0, '?'),
(0x015682ad8be148fe527f36253fb50d9f, 'wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\activity-log.php', 0, 0xa653c937e0a9c2640fb8e4ed0087b632, 0xa653c937e0a9c2640fb8e4ed0087b632, 0x11b1f1d026288bd7333d6a46587a1c21ea8d4e71cfc130bcab210928fa21374d, '', 0, '?'),
(0x015f8034596b7ab4c0ea29cc570d0688, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\configure-features.php', 1, 0x00000000000000000000000000000000, 0x0fb423c172b7bf20f79e8fe647a693a6, 0x68b1291ffa9ed68693e4bc712de641acff404c8c5abc38465d6de65ba2e2461f, '', 0, '?'),
(0x016121a395475c61660f86841fcb0cba, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0x016441aa3f0524b3257bb05fda4681b8, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-content-readability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-content-readability.php', 1, 0x00000000000000000000000000000000, 0xf327a8eb6b3408b9fe97503218b97921, 0x8cbc33808d082dda447185f3492407fc4bdb9f6c1cb40e9634deced66b4c3c96, '', 0, '?'),
(0x016a911bed76cf47e3d7cc76e242ad44, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources-list.php', 1, 0x00000000000000000000000000000000, 0x26c751e9ad14deeaea5aa691895d9681, 0x14b8998fa986d2ed08e09b5e091757d8ba2054b26b7fc7ee44673dfcbad813fe, '', 0, '?'),
(0x016cd6044fa67ea4b1a9a97752d88316, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xb00f0e8bf95d5450f9c009ab7d3d0483, 0xc08e5c4e1101122e318fede9eb2ac0f2b303020e524cdcfc2348d98a0f46e8e0, '', 0, '?'),
(0x01758e4df87abf6c3630dcc8c07b43c7, 'wp-content/plugins/duplicate-page/duplicatepage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\duplicatepage.php', 0, 0xd9d4ce34f902769ac655f9c73d7e27f1, 0xd9d4ce34f902769ac655f9c73d7e27f1, 0x051dfceac64ef113b0c216117e259efaf6c253bda4aefb4bf142a23f700b758d, '', 0, '?'),
(0x017a8e952c81154d9a659b27714a215a, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-price.php', 0, 0x2200084121ff35a2278deaea18388e94, 0x2200084121ff35a2278deaea18388e94, 0x1c5f28eba308ca8f33c698e9d0f3aa2d42c7223e30202450beafe3d265b1a953, '', 0, '?'),
(0x0182718899aa015dc8cd432853b09b7e, 'wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\inspection-base.php', 1, 0x00000000000000000000000000000000, 0xc8f318f5f6bcf8b5d8fca5f9f74c8ca0, 0xd2b3d50b7226f025ce698e6a2467d30d92b9a92efddc254cfc90aaa0fe3eafa2, '', 0, '?'),
(0x0184e99d4e386e9869623447fd7efccd, 'wp-content/themes/go/dist/css/design-styles/style-modern-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x226dcdbe329a7c8191e19e7396e1ceed, 0xd24b5844a61426444550d5010adddcdc6a89eb45519a2367d3d1b212d7851798, '', 0, '?'),
(0x018aa5c1375ba5812474a540e2341263, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6809.d71b15dc6a68b780.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6809.d71b15dc6a68b780.js', 1, 0x00000000000000000000000000000000, 0x656ae6fd0f3b2a142ac14a5ae5b55b97, 0x0d4cdb060381c485fbc47aa412c8f6f832e6b31acc73868fa4e2ab87ab33bd89, '', 0, '?'),
(0x018aeedd9597081c88a164f612c4440f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/MigrationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Exceptions\\MigrationException.php', 1, 0x00000000000000000000000000000000, 0x3bcda848bc2204ce516814eaad2fd327, 0xca6ed7ca80c770d38d13af90f5618d2ba33e4d8485a70a27cd687a18fbca47ec, '', 0, '?'),
(0x018f9484521c012298fedb33f354e253, 'wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\woman-splashing-water.webp', 1, 0x00000000000000000000000000000000, 0xb4293dd5b58d97c0e7da79a065755f70, 0xb7c9904605df61e167d00324770fcd8938a60863bef05c1328e22f5e2f00e5da, '', 0, '?'),
(0x019804c9cf1604da6aef1c1ce29b10f4, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0xe3c4326ac1958500e98a37e40150411e, 0x72c23c5d79922d2820c608bd01fb3f7052abf12455a30e2eae0bf799d1b6bf93, '', 0, '?'),
(0x0198829d5325a4a8d0842513ea3bcc01, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-1.json', 1, 0x00000000000000000000000000000000, 0xfa8244cb14b7df7c9c72fd3c591af0d2, 0x7120d116e55f8d4c5a48e50458267cace836e6fb173c57c1fc035941208f3a5c, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets.php', 1, 0x00000000000000000000000000000000, 0x7a0f909aca2a4e91fd703dfc97ca32f0, 0x7c91b81d0ae53285b055ca291d6a102bf8b00fe0f56f4cfb09c529b3a4fc6fb5, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\deprecated.min.js', 1, 0x00000000000000000000000000000000, 0xa15440554a31091f2b34694bf9862ead, 0x1dcaf7c2160ed78e593f06b5679a9ac471c6f3a0d96236f66319220c7e6c4351, '', 0, '?'),
(0x019f75b739a31299ea35831d457a5639, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbad15244fef7485c3013aa72731cf5b5, 0xfd00fc665d97185745f099ac2d5d76f1c1f0961d2353bec0ae574b56d5d78e18, '', 0, '?'),
(0x01ab00f242dbee22de4ff03b4149ce45, 'wp-content/plugins/elementor-pro/assets/js/page-transitions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\page-transitions.js', 0, 0x6412eb72ce83fbf0a62af8a73ee5ec62, 0x6412eb72ce83fbf0a62af8a73ee5ec62, 0x45e5188f856ffb0a79126fe7af2752407f9e2127a5a8a95c43e4ec3f58d8a74b, '', 0, '?'),
(0x01b61ab171b5195000117d212dd4f16f, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-text.php', 0, 0x44c68090dcc1980b4f5bd1ec388451d6, 0x44c68090dcc1980b4f5bd1ec388451d6, 0xdc0448a75f426b34608ed50f573d0a6304fc437f912ff1dcd420b9f4b6f1313b, '', 0, '?'),
(0x01b7350176bbfa26802f9285f273df34, 'wp-content/plugins/elementor/modules/components/non-atomic-widget-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\non-atomic-widget-validator.php', 1, 0x00000000000000000000000000000000, 0xdae663b6ff232a5212cb733e34967217, 0x4d7acba1347d434b15f29e1d927bce4abc7e7532e378b2929bea8f05b4d44e6a, '', 0, '?'),
(0x01b7dd13018d6c38d75f20cecddd018d, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rocket.72c414616a153c15484048dea32ae55f.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rocket.72c414616a153c15484048dea32ae55f.svg', 1, 0x00000000000000000000000000000000, 0x82ce728143097383ef54da77f6e3e7dd, 0xbe595e6885cbf1b23ab1e4111fad95f9e7eea81c3c967eca836039ca3b6f80c3, '', 0, '?'),
(0x01c94696a73a1889f1c4acd4464b8934, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4453.a0b470b854ad1b3b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4453.a0b470b854ad1b3b.js', 1, 0x00000000000000000000000000000000, 0x0ac81ec5e031f6e9ef8e310f24ec0875, 0xba284bf6f91426ad671b36ac2c14a348c817054489aadf0567bc93026e361ce2, '', 0, '?'),
(0x01c9587c5fd5c87763d33aa96a82d1c0, 'wp-includes/blocks/search/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\block.json', 1, 0x00000000000000000000000000000000, 0x1092827dc5409752e55b8e8113b2ce71, 0xa20e7f480b9c7087c9c3f486a1bc8bdc02879289e0f79156b50ef039c50078e4, '', 0, '?'),
(0x01d27ef2a9a896a64bfaa05da110015e, 'wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-gallery-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2f40e1f58f8171151020c06c8ce98c18, 0xb5208d590135bf9d3d7db1986e3cab72a29d2106dc92e815805c7dd8219e52a4, '', 0, '?'),
(0x01d67a43cddc88c059a3d14c10ac2561, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0xa7c7c1856367a7cdec25ad4a3c9d94df, 0x5c583b5049f93e846de066cd36272fc34066df2122c08dedfd0e9338148a7f60, '', 0, '?'),
(0x01da7bd731d12a684d3396a8f6b1cb10, 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\uiLibrary.js', 1, 0x00000000000000000000000000000000, 0x8c9801fff061da03e749e9cc4e8b716f, 0x9c79481a0c7bd56048238f9fe0b1a54582c5f99e6ea42baf0f008627726667f1, '', 0, '?'),
(0x01e0a0770bda08bfcb2b3ad628d118cd, 'wp-content/plugins/custom-twitter-feeds/templates/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header.php', 1, 0x00000000000000000000000000000000, 0x1a2b4ca1cfbaa14e10d2bf9d7571381d, 0x9a5c1dffe3a094e4f783e01623147d33edc60dcd0848fade1f237682b9e499a8, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x01e7f68e6b4aebc06fbf394e8d54387c, 'wp-content/plugins/wordfence/images/audit-log-preview.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\audit-log-preview.png', 1, 0x00000000000000000000000000000000, 0xa08aa509d909ec8faaa85dabe842c5c4, 0x4b3a29f28c1efd5591c10375e66677248b7a96c0d48e373863334bf3dbda61f5, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xa88ebf02bd2d270af550e16977e2103f, 0x81ad8507242d5df3bd286e19681c7a64c785339ff4027074edf1df586c94739f, '', 0, '?'),
(0x01f18215c8ad217e52694a339267e624, 'wp-content/plugins/reviews-feed/assets/icons/edd-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\edd-provider.svg', 1, 0x00000000000000000000000000000000, 0xda9216d70d6922e8def0e15e2fe382dd, 0x808d099030904159e70250de5051cb261d38e1260d6f66df721966571e053536, '', 0, '?'),
(0x01f4a5dbcf8133b6c2adb1289409c4e4, 'wp-content/plugins/wordfence/js/wfi18n.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfi18n.1778081072.js', 1, 0x00000000000000000000000000000000, 0x827eb9190d874a3b99f8a94df70318d3, 0x02064ef14c09745aa7eda128c2bcf6ae272a4b8e7cb8e9f8002ff06a8bff7500, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-recommended-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x6878c8c8de6c4d9da1ceb9a59c1db42c, 0x5d95d4b7c4816a9ac62206cbcf344c296f453d9164e109e5d4e668c4d9b104c8, '', 0, '?'),
(0x01fe44d9a0b8082d1733f4eccc34d7ac, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0xdf48a7cad2a29e01662128dc7bb82a4e, 0x5d287df63396f64c9cc826c1cfa70bad01308d86ab05ce2ecdcad4a5110be2f9, '', 0, '?'),
(0x0211a8aa5cbc7c4ca70868e1329977bd, 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\redux.js', 1, 0x00000000000000000000000000000000, 0x04a198960d60ca10fe8182c4c7fa15db, 0x8497e16e78af7778393e1b61cf8127550bf656f198528b8184eddef4793195dd, '', 0, '?'),
(0x02123c00249bd09c3ff9f0832d385500, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-author-watcher.php', 1, 0x00000000000000000000000000000000, 0x6e825683250b8d4121e7c9c7ec065850, 0xf2fac109728552399958cda7996facece648baaca66e4d882bcc1939243d19cf, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xcdc5156280a5325c5a24b29ec70172e6, 0xa25e2d1d1812f26f89bab10d66b21e09ff04a032dfbdacbab4ce8680b166ffc0, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\user-edit.php', 1, 0x00000000000000000000000000000000, 0x3c4400d50a23aac3d94597f07fb3f602, 0x58f01478a06e6ff77b0700139dc1af5cb2c1e49ebfd8f2655bedfde3126a5a4e, '', 0, '?'),
(0x021d4e3dc7ead812e3616593cca624fd, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\structured-data-blocks-2760.css', 1, 0x00000000000000000000000000000000, 0xd934dead7abd13788610cb70719b375e, 0xe0e0ef3f4bab1c5b79ed58aab14495ca5f26c3b3c22850b28359b70679969a98, '', 0, '?'),
(0x0221ab08aa35add55390d344888a3b02, 'wp-content/plugins/backup-backup/includes/scanner/backups.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\scanner\\backups.php', 1, 0x00000000000000000000000000000000, 0x4e3b8832457450df825dec1a52d5d2d2, 0xc22d86f1617ad43e17469f4fe7f2b7b79ff7df863a0b37f1b0367cd104f359d8, '', 0, '?'),
(0x022747aa21c97fb0dc75f09fe7aee46d, 'wp-content/plugins/elementor/assets/js/toggle.b75e66d2aca6f6ee742e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\toggle.b75e66d2aca6f6ee742e.bundle.js', 1, 0x00000000000000000000000000000000, 0x610354da18f5c37599296fd9a88f0c51, 0x4c231d7e241bdccd69732c697170a6f84cf12afb1999314dc4006453b1032cbf, '', 0, '?'),
(0x0230f6dede2db7b8e7dd02ec3e24559c, 'wp-content/plugins/elementor/includes/controls/select2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\select2.php', 1, 0x00000000000000000000000000000000, 0x197e7fdaa7843d47e63298fcd60d3877, 0x3c958bcfa6548b9611a12514f35e178f79c6c212bacfab5e0eddcaa3fbb167ed, '', 0, '?'),
(0x023325bf93009bdbd748ff765d05a6bb, 'wp-includes/blocks/query-total/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe9cf723c58c70a785f286cb322decc49, 0x84662e644cf3f8f44a2066ba63557d640f2e8cc4719f1ebb33740332b5e3a4a6, '', 0, '?'),
(0x0233579fd9107ce60ec2976caa1bf4fb, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/dummy-lightbox.jpeg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 1, 0x00000000000000000000000000000000, 0xc0f519336fccb8bc4ca04c015454d824, 0xc62a3d37075a65648120262fa92b1dc4a1d7d820f78a38ca28e066d20faf2dfb, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x023b66118d0507d61af83d9c736bd54f, 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\fa.js', 1, 0x00000000000000000000000000000000, 0xf49b4b9763e0b09a3ab49d5b3da8d5bc, 0x54064b54b00a4b0e4a10ff9dde42ce0695c6192d26ae366b46ece343f4f8bd45, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\css\\dialog.css', 1, 0x00000000000000000000000000000000, 0xaa77790f42e50f03b4ef956fc37cedd8, 0x8cc36f9ae84a6a2406b219fe736380ff52edc751b3e963cccde4bc8d46eeee85, '', 0, '?'),
(0x02485be189e4d0dffb350e645465e4bd, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\new-settings-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xc786ff4f3b05bde0804b5a9c990db0a9, 0x637bad9a8990dfa25df0deec18655fd264bb6496a741f3251e1923ac64bbbe1c, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0x80b4bd02e61b7a6054759ee81bcfa1a7, 0xff73c9ec3e1577c0b68860c76b50c6e4f4e490863a780a05bcea987170651328, '', 0, '?'),
(0x024d76d852f537111d6472b4dad8575e, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/refresh-token-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\refresh-token-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0xf3b2a9acda02d13645f30f642e011204, 0xc568a00c3674a485c43e5543ec12da087c0494088c4654a91a47d431e4b8b10a, '', 0, '?'),
(0x024f51190d0a899f138551e5603a1413, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-content-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-content-seo.php', 1, 0x00000000000000000000000000000000, 0xa4698d32a8358dc6a00172addaf19dfc, 0x87fed70f2ad56619fb855d5819083186c0589e5d199d23ca30e59b6eac81642b, '', 0, '?'),
(0x025695e6e7461f147c6a2f05f9206312, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\migration.php', 1, 0x00000000000000000000000000000000, 0x2e1f3027de127679c8af0a532df43f80, 0xf72ea1ddb4059e643c6a4c79997077179bb2c3b952cfb332c528fe2058f300dd, '', 0, '?'),
(0x025b02dea5f5c52e633829b3576e23e0, 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\text-stroke.php', 1, 0x00000000000000000000000000000000, 0xe7c1e0f13536ca9984590d4f4efd9296, 0xadc2a696c5c76001307d2b23d5afca23c7492f1c6d92a4dfc2abd70c2cbcdd1e, '', 0, '?'),
(0x025c0333ada826c8ecf4ec8f7c02c2ac, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/abstract-schema-enhancer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\abstract-schema-enhancer.php', 1, 0x00000000000000000000000000000000, 0xc978fbeeb32f9aaeb0d9e228fefc2822, 0x924ecc1b3d3b4deda55535f9de199281e38b8b5aa8b26a7ef7f75b6193d5a7c0, '', 0, '?'),
(0x025d6832518c6557ac1a8ea68a53ba89, 'wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-coming-soon.php', 1, 0x00000000000000000000000000000000, 0x95f29586deb91dba64fcb10d4ab88383, 0xde309f648b389134b63d2076e5d1d0b24742fd4e1a9b974a3e253322a3a51ef4, '', 0, '?'),
(0x026f5ddd61cfabc004645313c785798c, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/DeactivationService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\DeactivationService.php', 1, 0x00000000000000000000000000000000, 0xf7ba5c0858d72e799680091530faa45a, 0x19708a53baa125b0f9b835a89d4feb8590d48cbae89c7e6688068ee638b32520, '', 0, '?'),
(0x026f8b5b3118a219e1960a7b5582a22d, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0x5a93edb7717fe96714f09b25f1fb36d5, 0xd363d5bed3cdc7a198586ac20b63679ee8b7b48231cd54e94b586760a511c6a4, '', 0, '?'),
(0x02725061863093d0f8877f4ea8e8da05, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-url-interceptor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\setup\\setup-url-interceptor.php', 1, 0x00000000000000000000000000000000, 0x6b6f5d752cb6b7f5c75f4e93ef78d455, 0x5efc0c74996ebc98eb3971c2dc6705dfc50f9f2d2e068b7eff18e0a88e6ae30f, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wordpress\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x86401a5606b9d9115a04f7f19caa20a5, 0x2209d421556179ae78a1c0c67f24da08e2f8333c90af65dae438e68de91de1e4, '', 0, '?'),
(0x02783e4a285aab325dddfba8d4e701c0, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x95f695a08ec55400baaa926c3f67755d, 0x2bcdb3d4f8bed93ab8e8fde15298a8e1bd572ccd81f08bf39f430c6974b94d37, '', 0, '?'),
(0x027ab27d49935fcb8da8802809683529, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Builder_Customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Builder_Customizer.php', 1, 0x00000000000000000000000000000000, 0x9d4fd645afe606da68c03e5195905c5e, 0xdfde42702250eb9322a4ad017da598a4294341a8e299b79b875e4af69860d2ab, '', 0, '?'),
(0x027b2575dc2ae3118dd0296a8020d674, 'wp-content/plugins/backup-backup/analyst/src/Collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Collector.php', 1, 0x00000000000000000000000000000000, 0x19eec4445bfa67169967173cd5fa78f4, 0x30c7ea9baba2f5e694ca05505b463bd3fec7499d06ea4c1699d03acc1ff1bcef, '', 0, '?'),
(0x027d31307b80d5e6497b6b6af42e0a1d, 'wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\DummyHttpClient.php', 1, 0x00000000000000000000000000000000, 0xd63775d65b9e2fd34c02d900d4a390ca, 0x2ae341c82b7ddd4271a04653dffa1840955fa95d94a1daec40f8b14d9d8856b0, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0xb6a5941725dc605e601b7c6aa87f060d, 0x43cec805f5d33b04d65a7af65affbaeff446c4541dd41dd57b5e9f15787daf5a, '', 0, '?'),
(0x0282f68136c8095bf23c5cbc9c70b9b7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Black.woff2', 1, 0x00000000000000000000000000000000, 0x257c000c8ceef1b6343cad5b8e42af5a, 0xb11dc851f4f376e73b3a388f46b51f7b2a87b5acd0dfc882dc014348c83ee1e8, '', 0, '?'),
(0x028d624678996530204763ead92497e8, 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xad2ccb7a50a452fd3cf70da902ec9d09, 0x09c96f856ed5abff625941e81c1b579c45ce88f9da7c2891314f74d2735a2ba9, '', 0, '?'),
(0x02907d13625bb6c2ada2cecbdfffc704, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-buttons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-buttons.min.css', 1, 0x00000000000000000000000000000000, 0xb0c4f75628202973d66e6ddf955c96bf, 0xbc27a568923600f7ed9aa7f3266a02942ab0b2a7f176c761194ebca9da1f9774, '', 0, '?'),
(0x029d2ef02a7b363ae9b70c394dda8533, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x02a9ad8e95899ddabc7c77db53897277, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0x00049c62dc29d13bc78b077c0332e0e6, 0xed5c2b95efdce1b22f05283c57556bb40a0e4212c57376f8fbca1c66d6fe8b27, '', 0, '?'),
(0x02aa2fa30d40f0c235ab9cda4218a697, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/FilesystemCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\FilesystemCache.php', 1, 0x00000000000000000000000000000000, 0x29c2b63fe8f3bf27b4d6c4d332e17f33, 0xea3d29306107cb52efe8d8dcd668f99b9ba40629e10011cb2b1fabb1a41e1c21, '', 0, '?'),
(0x02aad99316a2f83871eb7a212974cfc4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xa9e3410e4d8edb79dffa34f68766b0ff, 0xaab415f2631924bf674b06d1d0f88b59e9be9e454dc536c3b802322b231eb9e6, '', 0, '?'),
(0x02aed4f9b80f43b7aa7fb2e48269f2e2, 'wp-content/plugins/instagram-feed/assets/svgs/reviews.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\reviews.svg', 1, 0x00000000000000000000000000000000, 0x671751131274eaa1a910e5703a2bf473, 0x0e9cc0a75893d62c5b45cab24333f2259d1306c2caee7b25fcb6b56faaf00f39, '', 0, '?'),
(0x02b854097303fd52ac0d6e9442daca41, 'wp-content/themes/twentytwentyfive/package-lock.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\package-lock.json', 1, 0x00000000000000000000000000000000, 0xb0b0806be0abfea80903627f0bb25e64, 0x26c99ae90b94f8e27c3f48243fb0ecb72f5b6fd1414a1bdf44c19b617b7c39fd, '', 0, '?'),
(0x02b85ed867a1cc3f10fb43b674eed349, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0xc7df37f4efbec6d8e577aab3ba64b3ee, 0x72ce763a17107f0f161472e4f559a02856a0f8a712d9a5d185122ce17a64572e, '', 0, '?'),
(0x02c058d7eddf8e65a1bc13b7f39ca94b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-featured-image.php', 0, 0x2404795406de2393ad672f29c0935d72, 0x2404795406de2393ad672f29c0935d72, 0x0655b3bb1517296c467194c9aec68ddb178d5e7f12e86ca6f20d7fc2206c34a2, '', 0, '?'),
(0x02c905571c2df7093c871e82b89184cd, 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\default.js', 1, 0x00000000000000000000000000000000, 0x435a6a891adb5098529e6186b3a46f1b, 0x770a1c71deac4f96d4bd9a01d431ab51053ab0e6eae0d270236a1a44eea00721, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x02ce075ef6d4bb1d830a05b5263faf70, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0xefd26ea707819df5898718e107cb2131, 0x5ccbf575b12d4524b2865ad3282d2640cbe027f16efe4282c433372835d3ec88, '', 0, '?'),
(0x02cf0e04bef7ffb9a80eafc755c4ac76, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-success-modal.php', 1, 0x00000000000000000000000000000000, 0x74f37f7e7b51b16f9a01d038f09ededf, 0xbfd4697d3812ed8949cae4e951a82ea42f8375fcda7ddb39019d427235c35024, '', 0, '?'),
(0x02d1e0f73a1f95af99ab908b1c033610, 'wp-includes/blocks/comment-edit-link/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3af6c753103689b0919c3009a969456f, 0xa6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4, '', 0, '?'),
(0x02d2a91aec04d6eada71bc828a93eb28, 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\badge-group-names.php', 1, 0x00000000000000000000000000000000, 0x9314e36689b04ac858158127189cb40f, 0x1caddc2f4b35773457e999528f11a8c924bdf8a2697231dfe046980f0072017d, '', 0, '?'),
(0x02d56933fd0399d6225704ad61e77df9, 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.js', 1, 0x00000000000000000000000000000000, 0x2fa2fbf94d8c300e37b8546bd12baf43, 0xb60cb054084734e1056492273a0ff3ffe05f659a731b2a6abb73c2982a161710, '', 0, '?'),
(0x02d72e1a27a9d74c8af8d2c500be710e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/SyntaxError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\SyntaxError.php', 1, 0x00000000000000000000000000000000, 0x37f41ec2955ec3e64aa5f328feb3e277, 0x056f117ac9d8db4fe3ea40b5ace19ebc70aaf113197b832dac4b51657a7df911, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xee03a7f775c915099b7cc824b8cf3d4e, 0x954c0193a44f2d7e3bb3ebab23ad117b75045446dc0e4e75659033227877ac4b, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\content.min.css', 1, 0x00000000000000000000000000000000, 0x95a2955c501549fdc9a5d8d83c5c88b9, 0x29f51b5940c67526e54b67afa8003fab8a161cd15c4627c801583016c3c7888a, '', 0, '?'),
(0x02debafa0eb9e2e7b2358e8ef94e227e, 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\tourist-and-building.webp', 1, 0x00000000000000000000000000000000, 0x7d03dae46404d16f0ee5b13cb3794a29, 0x5b7ac5f1c6c9b5f687e1d357da0237a4477eb465bb2bb57370a34339bb9b0c1a, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0xe37a3f87a32c93f9bc7a563dce180d1f, 0x6efb298f5a96e3083c88fb74391bf776faa7e5b137c0f5bab1c2c8bdf8cdbca9, '', 0, '?'),
(0x02e143b456e88c36bd6d48c041b4db85, 'wp-content/plugins/wordfence/css/wf-onboarding.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-onboarding.1778081072.css', 1, 0x00000000000000000000000000000000, 0xaafcfdbfff5fdb9ee9074f8f487fe2b8, 0xc90d2e66ca19232aee756acb0b48b97e746d73578bafa3da8e31cae24e5885cc, '', 0, '?'),
(0x02e5a9cfbcfc7bf0d08f4464ea4ee1fb, 'wp-content/themes/astra/inc/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0x69316064ea9bcb886421d52e95bf0a16, 0x01628cea7f20ff33ad68e636ef8f4400f1936aa2a0f392dba46b7b633bb8fb7f, '', 0, '?'),
(0x02e6b59131b7513de145e02353fd293f, 'wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\navigation\\view.min.js', 1, 0x00000000000000000000000000000000, 0x81f491adccda86aaf56a1ce68fa59b87, 0x102c533951369cfd49abdb8d0c96df02499affbcde275b227c60421245c426e8, '', 0, '?'),
(0x02e9a9f1446941de1e2f89f19f2a6383, 'wp-content/plugins/wordpress-seo/src/deprecated/src/promotions/domain/black-friday-checklist-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\promotions\\domain\\black-friday-checklist-promotion.php', 1, 0x00000000000000000000000000000000, 0xb39acd8c9294633ca1fb607140d472e2, 0x976f897e2e467d2a685cb7e7fc06fb00d50a67f3fca163f2dd18dbda1f17fbc7, '', 0, '?'),
(0x02eb2b3f727cda66870fc3d70edecd56, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/get-outline-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\get-outline-route.php', 1, 0x00000000000000000000000000000000, 0xce25a667baff976930ff5f285d51e855, 0xa75aecd04503de283833c2f9ddd78fd1df4fa3429d4b7235a6a3b9ce54c8f767, '', 0, '?'),
(0x02ef75aea2e35e0f4989b745e572dcc3, 'wp-content/themes/astra/inc/customizer/custom-controls/logo-svg-icon/class-astra-control-logo-svg-icon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\logo-svg-icon\\class-astra-control-logo-svg-icon.php', 1, 0x00000000000000000000000000000000, 0x3bb58f64b89ebd25a5b196c77fce2d9f, 0xe03edb67bf1a576d8092e4ef807e13ca753c240e53b782a40c808cc0e95cab83, '', 0, '?'),
(0x02f0341185b208980ea30beb6760d446, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-classic.php', 0, 0xc920faf96376c18d48e52c930a1e564d, 0xc920faf96376c18d48e52c930a1e564d, 0xfc4ddd8d71a361e5ec68c3c97be21b497e255dd60fd0e3632cd703f8c3c65182, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xeccb704c0e9f2537a1a4151403bc85c5, 0xfcde4afbada3fe2efd48807a0ef8af86d15bd462623cbe8633799ce2bfcd1c55, '', 0, '?'),
(0x02ffbfa2a3e1e2ceddb34eba69c5da6a, 'wp-content/plugins/backup-backup/admin/images/close-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\close-min.png', 1, 0x00000000000000000000000000000000, 0x0fe2e8a5fe0d0558c301af717b503aec, 0xf94d4df927719b096ec2a914f25d1b04a4350f8f3e50b736bea023d39d131ea3, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0x133241af1bd3a51c8e3e163840d5b8a8, 0x76e2e4d45fa7bd34f3e642a1ceb56d45f13a67c85de8fb48323a1af48f0a0907, '', 0, '?'),
(0x0304311e1bcb4c001985d6ac51b158df, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0xc995c1c5b8d7449625f4b47f10150e72, 0xb32f7b5958478a0a6489821c06feda325d48170414eacc23474be4e08978bad3, '', 0, '?'),
(0x03049d820d813abf3d430d9c8b5aff65, 'wp-content/plugins/wordpress-seo/src/plans/application/add-ons-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\application\\add-ons-collector.php', 1, 0x00000000000000000000000000000000, 0x21d0b8f9058f81cc6c431410b963516a, 0xa070a148822c4a58abfd0a35ecbeee37c68c5cb69368a76a58067628b1bb51ed, '', 0, '?'),
(0x030721d05bebd8b09616e40a92671027, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\RejectionException.php', 1, 0x00000000000000000000000000000000, 0x5a1d03030657d0ab8eab686f4772987a, 0xa876b262b7d49d6cb5ec22c66e703683ba7ec0da8bebdeb24ecff0566fff9173, '', 0, '?'),
(0x030aab5461f4bdcb2503f5a7feaf9176, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template.js', 0, 0xaa831799c040870c1cb3000c4c971e35, 0xaa831799c040870c1cb3000c4c971e35, 0x14b565965b623242c444aaaa229778da8be9825aa765c9bc1dc52fd05f8d3ee1, '', 0, '?'),
(0x0313b16d0a35bab0ad28467017e58dc3, 'wp-content/plugins/reviews-feed/class/Common/Services/MigrationReactivationNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\MigrationReactivationNotice.php', 1, 0x00000000000000000000000000000000, 0x42296503554ef6e2bc0fbbf89a1375e8, 0x18a86ca145604b1303f8d0a80dda4a7add9826c6cf390b97d511a87be345f9ba, '', 0, '?'),
(0x0322506d27e9da4e4060f882a749d9a9, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.strings.js', 0, 0xd5b296733f43a5ca49b9fa5ba462f81b, 0xd5b296733f43a5ca49b9fa5ba462f81b, 0x462860196021d371f7e72a8f4ec552a5efe47e2ebd405bcd3e138066f6aa1b1a, '', 0, '?'),
(0x0326bf2caabb217d468cab47b6fe432f, 'wp-content/plugins/instagram-feed/assets/svgs/header.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\header.svg', 1, 0x00000000000000000000000000000000, 0xd243847eedb3b08646d4b41cc7eac4d2, 0x28cfdf222f7629509a5621218000a653d337099205782439185988e6d90df1c4, '', 0, '?'),
(0x032880396c31a1ef356e71ace41816bb, 'wp-includes/blocks/button/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style.css', 1, 0x00000000000000000000000000000000, 0x621bcc88cd54c08a339fc57e35cc382e, 0xc2e05b86fbb55e003d7a8900fd6a89a8021b6c070188aa275d198dfb633b06e8, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\nav-menu.php', 1, 0x00000000000000000000000000000000, 0x2d3a7df1a1e9ea1711553239a979d149, 0x34185ebe92c301e9dc01c0dc8b5d66030eeb014a1f622edad9ed980fe0535f02, '', 0, '?'),
(0x0328dd1ec426339739bf9a48fb846d1a, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\background-texture-grey.png', 1, 0x00000000000000000000000000000000, 0xf5dd2e05f1c2b882139f97916632898a, 0xde27186cae047215bfb2e69f6c53daf16ccc1c84f1ec3a86753678859e5194be, '', 0, '?'),
(0x032b39a043de52f85ff8b5085dfcc75a, 'wp-content/plugins/elementor/assets/images/app/onboarding/website-templates.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\website-templates.png', 1, 0x00000000000000000000000000000000, 0xb7ef4acbbf62bb9ed7ca31d2fb08cb00, 0xae546039757d635b227bf978911485a200d24c7162a80356e0be70af331832e7, '', 0, '?'),
(0x032b87eacb39001c1a49b6de4a73b17c, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x032c217e4ff4d4eebcb4f59111894654, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\config.php', 1, 0x00000000000000000000000000000000, 0x3b41aa7ef7253edb2e1b9afe6e185391, 0x5a3533cd5d993c934f4191aaceead1b09721237fcf60a76504b7c79bd0c07a62, '', 0, '?'),
(0x03330778328ac2a7ae04a26804ea145f, 'wp-includes/blocks/shortcode/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xa83e60b1f859c7f3fdaef93c018a18bf, 0xf5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391, '', 0, '?'),
(0x0334f8d4644e193fb28c238fc387aa23, 'wp-content/plugins/elementor/modules/promotions/pointers/black-friday.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\pointers\\black-friday.php', 1, 0x00000000000000000000000000000000, 0xc2d56901c7eef7d8dfd23e68dbbaec85, 0x8ae0a9137678fd7958e278b2351aa2b1ac8baa27b125201d04a33102e82f7cfa, '', 0, '?'),
(0x033ade27a34a19823f59890c043e63ef, 'wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\single-page.svg', 1, 0x00000000000000000000000000000000, 0x40bb4df5f56b891eb3b91ccb36516410, 0xc0aa19030157c454959a480d7676ae5c3090465cd8c8cc02e202726de7880ad1, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x56e983ffc990773a1ae897e3f2fe47d2, 0x0435521136be2257dae88fda3c84c80748bc89f5bda2b160dc2460ffd67fd14c, '', 0, '?'),
(0x033e385169a5c0c1af803552cc8ed60b, 'wp-content/plugins/custom-facebook-feed/assets/img/placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\placeholder.png', 1, 0x00000000000000000000000000000000, 0xa5443c5bb9bd40f1b1e6652eedce9925, 0x6a784d3c8f1c34ff21c7a76cc31110efb5bd07640869dd981a5d6c4430d135aa, '', 0, '?'),
(0x0340fa51dc7465d47b549575910e63e2, 'wp-content/plugins/powerpack-elements/classes/class-pp-posts-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-posts-helper.php', 0, 0xc5d0e52dc9864314fa7819c28e562c24, 0xc5d0e52dc9864314fa7819c28e562c24, 0x3ca0d866b9a6110b7efa87629789fd2fde71c40db29bc810563193489154d02d, '', 0, '?'),
(0x0345036b8a2875ac21efceed51555eb2, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\licenses-page-conditional.php', 1, 0x00000000000000000000000000000000, 0xa6a0d5ef66462f6bc7f0c07b9617fd9b, 0xef16751ce8a94e8b79b106c2e909ed6b0aeb9b9f31f035147ba318baf63468e5, '', 0, '?'),
(0x034885de740fc401689ebfee923fddab, 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-post-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-post-meta.php', 1, 0x00000000000000000000000000000000, 0x0621deb2c0e9347531ebc3731a13b967, 0xa3b075d0991b0b36f9c3d72c0a1d667bf69484d3dda2cefa2ce618ca233471ce, '', 0, '?'),
(0x03505ab3781878d8fac1ab6d4a06d899, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\keyphrase-data-provider.php', 1, 0x00000000000000000000000000000000, 0xd6e4d243a039a70d4058922be6992a8f, 0xab37dcf0e6ab754390110916da7384d03e769fafd8de5a86d5e152320a050f3f, '', 0, '?'),
(0x0350784660c7c763cd5bfc9865371702, 'wp-content/plugins/elementor/assets/shapes/book.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\book.svg', 1, 0x00000000000000000000000000000000, 0x61d35514741363d78e66a53a4f39f87e, 0xd0a9297fb6d4f07c58d7ef1c82ce030549ec73df845a4b1fa62bf92bd4945669, '', 0, '?'),
(0x03632626f6f42c691c4c8e6da1edbce6, 'wp-content/plugins/elementor/includes/maintenance-mode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\maintenance-mode.php', 1, 0x00000000000000000000000000000000, 0x4b8c607f9890e799eefc7db42026a7c0, 0x558ffe5696712197c0c7b084fb016cd6ba54f1f977267980eac2073a2cde6777, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x51ceb29f79ab921ec41a898117e31357, 0x0022bf99ae29d81acd6fec22ccc0359d6e0de36f9df4a7d449f984f86a617fb0, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\autop.min.js', 1, 0x00000000000000000000000000000000, 0x55f53edb02d943b0b1421d0cb4889b9d, 0x65400f9bc9cd82bbaf928438e03d184c08dd04640d03ed17b157f2a7758932f0, '', 0, '?'),
(0x0370e2739dc32d270843849c4dfcd0af, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\add-new.js', 0, 0xb108c8088abd491af11fdf6e4f4df576, 0xb108c8088abd491af11fdf6e4f4df576, 0xc5a15b67daa29f0b2a36f6e255c9c3327a16fedd07d629e88e0f1c6e47e391cd, '', 0, '?'),
(0x037242458e66c19937ea8603fe69ba47, 'wp-content/plugins/powerpack-elements/modules/promo-box/widgets/promo-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\promo-box\\widgets\\promo-box.php', 0, 0x73fe24cc9c6b4b5577baba269e95ca1f, 0x73fe24cc9c6b4b5577baba269e95ca1f, 0x470e377b5d8e069f15fb59da98ab8bd26901628d14327835b64755dc88ff92a1, '', 0, '?'),
(0x037447cb46250f4e740bdeea74f17b63, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-performance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-performance.php', 1, 0x00000000000000000000000000000000, 0x66388bccac8912c15153a0d9b7f0b857, 0x2045c70024b06f1b91ff2148ee9daf78631fa5eaedecccbe436fc7508be1478e, '', 0, '?'),
(0x03914596db1c9d1a38841492687f2dbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\application\\promotion-manager-interface.php', 1, 0x00000000000000000000000000000000, 0x06064a27cca527ee5fce209a76f9c0a9, 0xe03d646ad28d3f64659f20bd1ddff76c8f81e1ac13940d17ed3d434b995aa721, '', 0, '?'),
(0x0394ea1012822784b2bc0be011fe5b66, 'wp-content/themes/go/dist/images/social/x.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\x.svg', 1, 0x00000000000000000000000000000000, 0x5c0abb8d3e64d49da3dcc2d459ffb631, 0x9d9e64adaf51bc0746603f851220ddd11e7939bd9ea5ffd1ada8a2ecd38089c8, '', 0, '?'),
(0x03958ca60d35adcb26abe96443d1ee7d, 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\time-interval.php', 1, 0x00000000000000000000000000000000, 0x47cbb25c0728f409d3ba10467ae56716, 0xcca35afbec0716821e78c13b0086a410ce0d8f37d64618eb326e4ed493c9566a, '', 0, '?'),
(0x039afe560d992bffdedda854b8134091, 'wp-content/plugins/powerpack-elements/modules/info-list/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-list\\module.php', 0, 0xff069b5dc39648714322fdbcbb863f58, 0xff069b5dc39648714322fdbcbb863f58, 0x7812e6b3a0fc773226743d1698b9f4c963a6110654f418cf2feb41ef28feca79, '', 0, '?'),
(0x03a2530d16aff090d80717d89f84214b, 'wp-content/plugins/elementor/core/experiments/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\manager.php', 1, 0x00000000000000000000000000000000, 0xdea41485d339ddc968fe22777b1f9ee3, 0x56ec519457341ea17619e8d1f453a2167cc9adbe5c1b1087f6d1137389f40e43, '', 0, '?'),
(0x03a2a112539d8f3376a1131e200c1c4f, 'wp-content/plugins/elementor/assets/css/conditionals/shapes.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\shapes.css', 1, 0x00000000000000000000000000000000, 0xf25aca3f9e45de6046a9b3796fd3a5f2, 0x0dd2eceac0bbadbbd8a8502a4672a86e6537fcea7f9b84067d7a7a3d574d8e6e, '', 0, '?'),
(0x03a3138ae5e09c4451fccfa4151a7e51, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-offcanvas-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-offcanvas-content.php', 0, 0x8eacd75ea10d9507872434305a2fc902, 0x8eacd75ea10d9507872434305a2fc902, 0x29c6389f0c3cdeb449fda2798ccbff736ac6f25da008df22ec8d2c09478db144, '', 0, '?'),
(0x03a45e9a80d33c94fa0361b9de7000f8, 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\settings.js', 1, 0x00000000000000000000000000000000, 0x9fc087f4ba236956d718a679c2ebf676, 0x2776d9df455c287477c0780bcfb9d4af51e617597d4e2457f73a9e07b623d52f, '', 0, '?'),
(0x03a554c9f18957c90893a5c5d02d8934, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-title-condition.php', 0, 0xa342d4bae0169b468a31260f4af70ff4, 0xa342d4bae0169b468a31260f4af70ff4, 0x38625c4541740d0ca715798b60d3a92b8fc1d302e1e9c53423101ceec4f499a4, '', 0, '?'),
(0x03a678928fe1d6f7e0454103657d163e, 'wp-content/plugins/elementor-pro/modules/popup/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\module.php', 0, 0xeeec14c8f3efbf0df70220472db775ca, 0xeeec14c8f3efbf0df70220472db775ca, 0x5b29918a9ac257fb4fb279c93b0ccc1589088b3226c8d502cb13c8043a49c49e, '', 0, '?'),
(0x03aa75416d8199beb973dd2c29444576, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x65c530035090ad9d72ee83fecb148838, 0xadd3f800946c5861d735d6e624ab1d6fface2a118bd365ad41742f531623b1d8, '', 0, '?'),
(0x03acefe5082b57767d00aa3fd53c1a74, 'wp-content/themes/astra/admin/assets/theme-builder/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.js', 1, 0x00000000000000000000000000000000, 0xd1316b99fb45217ece31747498e3f3b8, 0xebe59b29c0d3685b86dcfcba86371d8c57c121869904081e516dc091cce2a870, '', 0, '?'),
(0x03ad140e5603d312ed8bc6cd4ff0c43b, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.min.js', 1, 0x00000000000000000000000000000000, 0xdd51318f5e2a7a8cb2b9e6a4d3a85670, 0xcad3b44a59c0d83bfa3d8b02cae3c66e3239cadcce2bfe1cbd7f01e4cc3932e5, '', 0, '?'),
(0x03ad28744989cda25577446afd1b0594, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/edit.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\edit.js', 1, 0x00000000000000000000000000000000, 0xa7995bf46ac603b81db85d2efa425ebd, 0x270a0e2de77c19014eebf41b1d9cb5fb6be0ec455747305cc6e3319b240a67e8, '', 0, '?'),
(0x03b046af7a0f9e287d7bc805df496011, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-product.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-product.js', 0, 0x7f9b16db90dfb5de8cf5da128d1a64dd, 0x7f9b16db90dfb5de8cf5da128d1a64dd, 0x2ba077a14d52f702948ff541f27681272584a3aed72ccad4cd72fa8801294d6c, '', 0, '?'),
(0x03b054cd6f53a9b34062603f54b221f8, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Post_Set.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Post_Set.php', 1, 0x00000000000000000000000000000000, 0x03d0b9a58895371d42b8da60784f7117, 0xcdf1f0a555c2705b6dfddcc6a5fc3007d7e5179b809ba8a0301bb64b0edf0dd1, '', 0, '?'),
(0x03b57c811ae2982e8a78142d800f47bf, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-info-box-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-info-box-carousel.php', 0, 0x8d9dbe11b420f105d95bbaa2e14a1eab, 0x8d9dbe11b420f105d95bbaa2e14a1eab, 0x39270b7332b25cd8976c2052286e2748afa9925d2898a23b65c57241e8ea7ed5, '', 0, '?'),
(0x03b5de6ae1bee9f5d807b9d2f2fe083c, 'wp-content/plugins/elementor-pro/assets/js/frontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\frontend.js', 0, 0xa41377ab1f11d7b28091a8bffbc60b3f, 0xa41377ab1f11d7b28091a8bffbc60b3f, 0x440422991aae07c76cf778c789f4c196c5abba6a51b2f2e9449d950df50ba4bc, '', 0, '?'),
(0x03b97a4432957d398372419f314086e3, 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-top-bar.min.css', 1, 0x00000000000000000000000000000000, 0x896d28995320f962abf5975298e35bc1, 0x60315e7cd26dfbec2f62d84412a8985bb228a9fd974dd686f0b50952c9aec9e3, '', 0, '?'),
(0x03b9d2f32ec8b72d481a3fb0de593d5d, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/NewUserRatingRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\NewUserRatingRoutine.php', 1, 0x00000000000000000000000000000000, 0x3709e1d898ae0ef14c02928e578de466, 0xc6ffefe255859a552d440bc2ea843d60eef4c7b2e4cbdd5ad8d6f0443e216a22, '', 0, '?'),
(0x03bd8933ff4648a5f1afd4f16551d704, 'wp-content/plugins/elementor/assets/css/frontend.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\frontend.css', 1, 0x00000000000000000000000000000000, 0x9a2ee3a713eef8fc1843de4b263e635d, 0xa74e8a1bfd4b7d29330d0edef2ff37d7f00e521c973dd11ce60f4dead5866609, '', 0, '?'),
(0x03c41f945998aa8d393afc8fbeb76ee3, 'wp-content/plugins/instagram-feed/assets/svgs/grid.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\grid.svg', 1, 0x00000000000000000000000000000000, 0xbb736a411b28c0a89f5505e9a4caca7c, 0x69ac6eda3d2ec02412c477bed59eae672dd9e0c16d46a096dfa2c79686cfb7b3, '', 0, '?'),
(0x03c444864d6cfc2da97510920ce8e38a, 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/Google.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\Google.php', 1, 0x00000000000000000000000000000000, 0x2e31115e880811dddbfb9c92e9e4716d, 0xb5d430d6aaac9570f450300087fdf41a5633027d2562f49df043abca152daa6d, '', 0, '?'),
(0x03c50d937eab10e84fe703928a3c685f, 'wp-content/themes/astra/inc/google-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\google-fonts.php', 1, 0x00000000000000000000000000000000, 0xd9a82e04d6e410cb7d63228f26d41972, 0x27cf852d19e97a8757eafd3171f9fb2dd7300b3800d7d5e5702f344ed7024dd5, '', 0, '?'),
(0x03c96a89e267b62aa9ac217fb446ef87, 'wp-content/plugins/elementor/modules/announcements/classes/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\utils.php', 1, 0x00000000000000000000000000000000, 0xfba0c14ecaabd909fcc3f6aaa1624003, 0x06c99a1c3ca35800bfdcdefce72ed3f2e0fb4b9e7a99340da46b91e0c033f626, '', 0, '?'),
(0x03cba9d2f1811b41d636e5c358c5ae87, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x03cff54ee82ef12141e432d61735d94c, 'wp-includes/block-supports/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\utils.php', 1, 0x00000000000000000000000000000000, 0xc1706d2fde398bf81b6c6a54e4095e0b, 0xede8ef5772879b9781d8f6ab575b004b290a0aa885c6c52eef5e75a10616b5e4, '', 0, '?'),
(0x03d62554696ce7d4ad2c1737c6bf360f, 'wp-content/plugins/elementor/assets/mask-shapes/trapezoid-up.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\trapezoid-up.svg', 1, 0x00000000000000000000000000000000, 0xca0c60eaa499988810c17a5259ace446, 0x417665e5001691af7b1d48a7b9e56b2e661e1877d1b37309212946e3598413a9, '', 0, '?'),
(0x03d85dedc188cd24ec79de89b1f93a73, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\site-kit-consent-repository.php', 1, 0x00000000000000000000000000000000, 0x2b2e56f2aa877f57cdc331561806104b, 0xebdc161ada493d3277911dbe3a2e553f9c8a4bafc080d49849a46e159f564d5d, '', 0, '?'),
(0x03d861fc65fdb663f2d3a7e840b10974, 'wp-content/plugins/instagram-feed/js/legacy/sbi-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\legacy\\sbi-scripts.js', 1, 0x00000000000000000000000000000000, 0xfc990979ea882099823763a724353e2e, 0xa544b188e7c83f1806b045fe2f873d86557dbcbd58835d9e8645d1b9abc6967c, '', 0, '?'),
(0x03db1275d9f2120cea5fb503045b4854, 'wp-includes/blocks/accordion-heading/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style.css', 1, 0x00000000000000000000000000000000, 0xe1400a4cdbc28c18ffd47d3f291f1721, 0x56543186152f37977f9828165aab8c0c254494c0769af62e63155b9a2d982df4, '', 0, '?'),
(0x03eb275391b1447290b521c33dfbbdc0, 'wp-includes/html-api/class-wp-html-span.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-span.php', 1, 0x00000000000000000000000000000000, 0x5a87718ec4584d815f29b5f17522e62f, 0xf8066f9c17345db1c6e915eff748894f6d90021a781652796a2f917faf8805c8, '', 0, '?'),
(0x03f079a6bd66a9208660f5bf3c27379f, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\import-export.php', 1, 0x00000000000000000000000000000000, 0xab650bced84365ad1600aa08b8b77f7a, 0x4dcc90d16593e94883eb792cfcbd11e465d29cbbb87bd8169280c5c6bc092a9b, '', 0, '?'),
(0x03f57823a5842a105760509ac1c0449e, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\revoke-grace-period.php', 1, 0x00000000000000000000000000000000, 0xaa3bb026b77e73195b80de66881d4b57, 0x9c9dd76348e81b40e6382650eaf5cc488a3b3d42346699cece92ecdf2c2abf5c, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\tools.php', 1, 0x00000000000000000000000000000000, 0xf5264ad4250896e5c44d963b1538b72b, 0xbe3b82ef9cf8af191ddb3e20cf2ba2378735cb83f575ef9f9d3add41f88cea6c, '', 0, '?'),
(0x03f9fdd99038e63fc51a8de09a025288, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x04065b82c5513783fd3279efca2c5693, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/key.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\key.svg', 1, 0x00000000000000000000000000000000, 0xf9b3e88848274cc4207674dc2992679d, 0x7e5b5b3d27994d19488b1b13a160d17b5e034bb374262b8a279aae3c409ab612, '', 0, '?'),
(0x040a5dced2a72d9899b5495159e90e9d, 'wp-content/themes/go/dist/js/frontend.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2ea4a811aecbfff1f112c851461b54fe, 0xab4cb6854ebaf8037053e2e4fbca6d60002fda277c2d02e7ac5d10ce5f8ee6a4, '', 0, '?'),
(0x040d19c518d077cc0a59214535ff04b0, 'wp-content/plugins/elementor-pro/modules/atomic-form/submit-button/submit-button.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\submit-button\\submit-button.html.twig', 0, 0x99e80edcc3633926139b5f3c73d634d9, 0x99e80edcc3633926139b5f3c73d634d9, 0xffad9612fff5f3b965e54c3a68b4360b253ec366721a0b4ddf79346fb3f69397, '', 0, '?'),
(0x04147e939e896ea9bb510bc4edaf36a1, 'wp-content/plugins/powerpack-elements/assets/lib/smartmenu/jquery.smartmenus.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\smartmenu\\jquery.smartmenus.js', 0, 0x0fef02bb5299faeadad15a9f3b260b66, 0x0fef02bb5299faeadad15a9f3b260b66, 0x83d948777c6ceef33992b08abd49fc739f0bc05f9eee80accf978fa8b952ec3f, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-http.php', 1, 0x00000000000000000000000000000000, 0x999b8857514b060dbde074b0c79d683c, 0x61d26ac5ca45584fc374667d9e3b6724b3d8aeb3d634b30c34dee4d1b4c9edc6, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\edit.php', 1, 0x00000000000000000000000000000000, 0x92adf71ec63da4dd234c981848ddc4ca, 0x0f71b52f2adfb233f1a0dc78fe53a412a5b67e8b2e275d77ca1def6baf2c571e, '', 0, '?'),
(0x042925d80ab11e5d69248917e123a9ab, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates.php', 0, 0x6545e65a33650c0ea68aa375c39f917f, 0x6545e65a33650c0ea68aa375c39f917f, 0xd201ec630d3ab3704d6d5661f53de0cc6088b16dcd269d600fdb226dcd716e41, '', 0, '?'),
(0x0429faa01dadc8b37b6a273cf667debb, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x795c7d7707fe0d2a0d7ae628e8351121, 0x17bd2e1cd2e36b8c6d12cc9c90aefb83e10b31b62076b381d68a86c4a8aad4ac, '', 0, '?'),
(0x042ba3c944b8ad5f09e3c7362cced632, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\icon-set-base.php', 0, 0xf9598ab1bb6859870e7c019157c4f999, 0xf9598ab1bb6859870e7c019157c4f999, 0xfe8ac48244c8c3a1f63381e5b430ca85ee2770328268ac8b419495de8e1c005d, '', 0, '?'),
(0x043190b4b7e006b509158df0ada3725e, 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-full-screen-image.php', 1, 0x00000000000000000000000000000000, 0x0926179f51eadad3cf44b6a3a1d35442, 0xa7f4fd18ac7c10379425ab5a9235cb846b09f7512709c0f79ef0fc8ee7a847f1, '', 0, '?'),
(0x04370d7562f725e46a94bf846dcaaf14, 'wp-content/plugins/backup-backup/includes/traits/logger-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\traits\\logger-trait.php', 1, 0x00000000000000000000000000000000, 0x45287bba8b0020e73f1cf92d4d691a74, 0x9d72af1211a33df009ffe6a397ac60c6e4581d181bb363a2bce47a6f85202db0, '', 0, '?'),
(0x0438543750750df22d5f1b8d9617a91c, 'wp-content/themes/go/dist/style-shared.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\style-shared.css', 1, 0x00000000000000000000000000000000, 0x6c6810e49333a3a126c54ee0e1b24375, 0x27eb37237c6e49322d55d08a91f10e0afe749b8c8d7a8f7c3d5b3f7d3763eb05, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\options.php', 1, 0x00000000000000000000000000000000, 0x7ac2b1f98af37755135719aad8b9d530, 0x994d1deee7818c6f33b55d82bd93b0ac2c818e7e4707ee35e51bbc8c34246ccc, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x043dd8d95d24dcdf3b46f138160a3eaf, 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-suggestions-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe2859be9b9eca3bc7d147054dc5e2eac, 0x81ab3fdefeb36b4327e9c628c2eaf7965a9eb8df8c50a8c95489b8c94c88c7b4, '', 0, '?'),
(0x043e00ca0842734f5e1ab19e3f00a269, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Onboarding.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Onboarding.php', 1, 0x00000000000000000000000000000000, 0x85b7d39627ca71056c770792f4e1c90e, 0x65acb89ee01a4305b00051acab60b449bcdba9bc797098953a131adafca91a96, '', 0, '?'),
(0x043ff0cb7ceabaaff7d77e7893d0ebd6, 'wp-includes/blocks/query/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\block.json', 1, 0x00000000000000000000000000000000, 0x6b08a31ea3826cefe207b3fe05f2e708, 0x7315e7f82f79d0c33e4fe727e9cc3637f2a4bb2fd79622afa0d2d1f7be5b2092, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-export.php', 1, 0x00000000000000000000000000000000, 0x0b3bde2966fadb273e50a9c21950c033, 0x84b7bad95c5ccdb07189dc77b6a99361e98201afe23dd623e6eab9b45f47948f, '', 0, '?'),
(0x04421f62fc999cc024a520c4781dbf0c, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0xf0fdc9f1802dc599f3293b9f3a147ceb, 0x6f4c1153d35d66cf48db0b90ca89518e0987821ebb891815098a0d41310d60af, '', 0, '?'),
(0x04476e9e1a3bf8f29d3ea22a73926474, 'wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\base-plugin.php', 1, 0x00000000000000000000000000000000, 0xc0c2b9f3e6a3545b2de16af32e430162, 0x4742d299eca52228e4410ef200705ead62ca99ad3c2f4af49775be57b93246b9, '', 0, '?'),
(0x044c4b9b6f3e2031157291e9d905a5ee, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x6ac13b6505ffaf617a2358fcf44db6c2, 0x788e96247085627263b1bf6eaa9027b21856e39375e3a63a0ade5df2591a57b0, '', 0, '?'),
(0x04526fc30d92f4502a03a31c4603921a, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x5bd41cb57d5ea756fa4c0f2d32f7c191, 0x9f7eb76ea8a4a8777816709305aeac6df78213ced019be51a610986ed159c39a, '', 0, '?'),
(0x045902381f751d25e3110371db5f14f0, 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-dark.css', 1, 0x00000000000000000000000000000000, 0xcb9d63e245fa8182be597bde5088cf22, 0x729c68e824b16800bd5b6c5677496b6bccd23853ba4e2551f56807838357f132, '', 0, '?'),
(0x0471058b94afe30972b9780fafe1582d, 'wp-content/plugins/feeds-for-youtube/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x1d0ba5a95f325c956dc988659d282085, 0x1d0090af7ab35d8a7c7c7b1ff3f6b3ff986508286278f58bcc197279e1ce2829, '', 0, '?'),
(0x04726f33f48c7d0a7b8da446a6a86759, 'wp-content/plugins/wordfence/views/scanner/text/issue-publiclyAccessible.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x68c10fc9f825128d93632b6f0108bf19, 0x83b68bad414e263c3055246b8a499d92a498ad920e1f213d5f5ec2384cf6b4bc, '', 0, '?'),
(0x047500936526abec2417d2e29f174fca, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-abstract-plugin-importer.php', 1, 0x00000000000000000000000000000000, 0x15a8df34b6869d4c7e5eac2c37423096, 0x1435cafd722f7a3d351752a48e92be03097b5ac84945162a7822231a4a1b08cf, '', 0, '?'),
(0x047559f440c547b61f6dacabe8a8097e, 'wp-content/plugins/wordpress-seo/src/abilities/user-interface/ability-categories-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\user-interface\\ability-categories-integration.php', 1, 0x00000000000000000000000000000000, 0x8902387d54abf09bfdf8a01665faf129, 0x91e7296483b2584f357e88202e7d7877c436ff7e7607c45f965c29bee1033a5a, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xab9f86cfa9476883b8f1554804259062, 0x0b6c3c55a77154d06869b02fe1ec37b2f5007dcd4a9eeade67a25762c0b518fb, '', 0, '?'),
(0x047969c3ba0ae65f547a5cf5abebbb6c, 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\asset-helper.php', 1, 0x00000000000000000000000000000000, 0x5d6cfa24b75fccda144e4cd42add73c6, 0x47b608d53577c931cee44fa5e6d72b5a2e4fcba61f0a922b17ced0460ebb3bda, '', 0, '?'),
(0x047a70dc64b29c3e90e7287376988a42, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/escaper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\escaper.php', 1, 0x00000000000000000000000000000000, 0x018c88249ef1ef2adb04be5069beb2c8, 0xb00cb3babab7bb3434841a443c00a96bacc69d6afd25a010335d866f9e3f5b2e, '', 0, '?'),
(0x047f8cdc88d279e2f43740a9b598d622, 'wp-includes/blocks/audio/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x50e28b8edaf1aaf06d0e8a7b746d6fc7, 0x7d1e2f310434a16f7c17f2912658b431bba2bb8bcda6bf4fdf38099a373a9e61, '', 0, '?'),
(0x0481dc73b717af41af111ff921c5b6ee, 'wp-content/plugins/powerpack-elements/assets/js/min/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\editor.min.js', 0, 0xf7bd82658dda21c0bf1ab0757ecbdffe, 0xf7bd82658dda21c0bf1ab0757ecbdffe, 0x6545c506cd0b089fb422ec6ca3520c0435b99fb43c6b95238d6705cfc4c481cb, '', 0, '?'),
(0x04898eec29b68404c7ac2cc01009b4ed, 'wp-content/plugins/instagram-feed/admin/assets/js/divi-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\divi-handler.min.js', 1, 0x00000000000000000000000000000000, 0xd5c42a67ecc10fb5a74a0f031a610139, 0x8fecde1675c0f260686858b320393c29ca4bdeff80d98179394a3632dc69e59b, '', 0, '?'),
(0x048a402c6624698440cf35deea0a1bfc, 'wp-content/themes/go/woocommerce/cart/cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\woocommerce\\cart\\cart.php', 1, 0x00000000000000000000000000000000, 0x6ad1b3259cf947773a00b42d0caf8b6c, 0x70d9f0bbb158bb74cdf02349ac1dec64347b41e97dc2988954b4662497a8c4ff, '', 0, '?'),
(0x048f5025687e91d70b67e80d0915fc1f, 'wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate.min.css', 1, 0x00000000000000000000000000000000, 0xf05a10f01367534f52b70d792d17b2d4, 0xdf4beb43b5bc8d36b123cddb337572dcd3c5a437aa8fa0d5eafbf41bda7c27a3, '', 0, '?'),
(0x0494add9f10f72c02d56fb9ca9e689d5, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\exception-base.php', 0, 0xc5ebd586b07a5f0bd56e140c6e2b832c, 0xc5ebd586b07a5f0bd56e140c6e2b832c, 0x9d779b60f5723956cac2368786f6515b07703659bbab8850900a3a198d8add9a, '', 0, '?'),
(0x049561f914c97bfc22e6a8facc8dbcea, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0xf263ef5e85d22fed681f4e98f4e84637, 0xbb235c2b2ecf7e15b3b8b38af397d06b63c9529f500119b985a23b1b1c34aa7f, '', 0, '?'),
(0x049665a539415184192794abe3d02c12, 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x049cd3ecc21ac1e7854674568ce079a4, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/post-collection-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\post-collection-factory.php', 1, 0x00000000000000000000000000000000, 0xb402b746457bdf0708e8ea1d0afec0d2, 0x577996b354e84da12d589f4efc5a52f8b00a2fc2bfbebc7dbab87e5dffc0da1f, '', 0, '?'),
(0x04a35b3253d2e1eb0cc03fb9f1a46444, 'wp-includes/class-wp-phpmailer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x878fa76be3a031b4c27b5b8f4ae4c804, 0x5fcd33fb6babe601dd6ce31c730a37abb351eae2ae71d4e30e36ddd996353d6b, '', 0, '?'),
(0x04af6913a6a2b40e022f934907c5cf94, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.js', 1, 0x00000000000000000000000000000000, 0x6b2b1b81adcb173d0530bdd40814bc14, 0x6adfd1c3f6f293b0bd779db88d33ec764528eeb8d4467346497d1a2fe4be9501, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api.php', 1, 0x00000000000000000000000000000000, 0xfc2998bee8d747410dd0e17babdb8a9c, 0x8aa28e476e9e6bbcc495323bc286e788cd3b8062c14a73ae0819e20887e16f43, '', 0, '?'),
(0x04b1bd9b52a7254834a4612960f86958, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0x04b1ed02a3572725dc77eafba98118cf, 'wp-content/themes/go/dist/css/style-shared.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared.css', 1, 0x00000000000000000000000000000000, 0x5e1024846c5eb36e8024a52e07db4666, 0x2785a8e432faf9b6210f30b5529e2b1cc7c4f45a22ddc128b6838e63c700bf20, '', 0, '?'),
(0x04b33af957607908bb74f8560b6bcf1b, 'wp-content/plugins/backup-backup/admin/images/premium.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\premium.png', 1, 0x00000000000000000000000000000000, 0x3cde4f6aa45aed6515fedc382318be0a, 0x4c2acfc2f63c4d1b1642383a87d57161a71e7d6a2cf0897fa3346d5f928e963a, '', 0, '?'),
(0x04b744be22f76383c2b9d8aa47a7a770, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Number_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Number_Control.php', 1, 0x00000000000000000000000000000000, 0x2c038f158f17caf32178378d9be4f2e5, 0x79ae3e95210ec034e9ad9d6d9bffcceaa72cd03131f2c690522ba2f2c5ace866, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x0edb52e6332aa60cb6a38d303a4f68b4, 0x80368afc3f17c7a8137a5c2c1ee2dca80b85a9d5defbbeae107f3689f48fb3df, '', 0, '?'),
(0x04c6d4a57a52ecafb4480fe587284d74, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0xfc4ab83f83d2df1860aed1421abfd9e4, 0x40ec1a56e9a186488508c808f6cb2e7f7dc1dc4253e89ba443390108bfe2273a, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x04ca3513384c28e5390820d37ca16e27, 'wp-includes/blocks/comments/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor.css', 1, 0x00000000000000000000000000000000, 0x7524952e0514338b6fecff51d3b73096, 0x35e97f6cc568769d1d34d4ae1641b3022ec33e9d458d9058a4ca8a4b5f4181f2, '', 0, '?'),
(0x04cf9a5771755f8a1438c87e0da2a8e1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Utils.php', 1, 0x00000000000000000000000000000000, 0x7d9f6b49ffdddcec12f7c85f16ced52f, 0x251620af4eb2327de7197fcf1ab816ca07742b8c09110e6781b3299553aea5ca, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.css', 1, 0x00000000000000000000000000000000, 0x45ec21d3960960d4447220e541ca05b3, 0x111498d989c3f4da9374c55a549735a57a34486d4265ed0df9fdaf3cc2063794, '', 0, '?'),
(0x04d1ef9c13f2fae4748e09f00e9f8b20, 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\gravity-forms.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xe7c6d93436c487e5e5dff10898dddb86, 0xbb9447c9bb88685862ab7ea97c95c13e6f317d3c39bcef17fe365cccda333d8f, '', 0, '?'),
(0x04d247b923f4153b224cc91c2584fac5, 'wp-includes/blocks/categories/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\block.json', 1, 0x00000000000000000000000000000000, 0x7cb3b805001fc10dbea1f3e8819d9fd2, 0xd5b6faba99e3558ee88c62b0bc25c386e228d1da78cbfde738c72032e3f17056, '', 0, '?'),
(0x04d941da592f3494ab0d8b15522c6145, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face1.png', 1, 0x00000000000000000000000000000000, 0xe95190445df5a05e0d8efe482494966f, 0x0490587396d0dc664603c2eba9f7afacd8b1c713cace34e60b9e1576cf6baccd, '', 0, '?'),
(0x04e321614f5adff4bbfd54ff907f8cc0, 'wp-content/themes/astra/admin/class-astra-bsf-analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\class-astra-bsf-analytics.php', 1, 0x00000000000000000000000000000000, 0xce0868e304260d244eb2023874d56e94, 0x580a0450b1519cd18c734b198a1b089b792c687f21086f327eb7cb96e41f8a67, '', 0, '?'),
(0x04e36696d17d2ea4051b689571b73bf0, 'wp-content/themes/go/dist/js/style-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x04edaa7433a02ec7e95e00b916a1e18c, 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x6479d1b54a36ff686832023d59d8b878, 0xe153365d2b9dde755e4c1e316e8fdef5833cbb37baded52f4df57a99de60e866, '', 0, '?'),
(0x04effb40ae3e6078b7fa98be90330222, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0x54c17aa7661c39f03a1105b5068067fa, 0xaed60f91ae2f04c1ceb5d946dafdd2bfb5359d63991d641e19ca07b45568c3f6, '', 0, '?'),
(0x04fa546faf1e6413e37bf150ead571b0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckSecurityNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckSecurityNode.php', 1, 0x00000000000000000000000000000000, 0x1dfa9004dfd8f6c7b139c1a0f6ffa6ac, 0x8370d8eefc9026b7f7f5dfe620e1e6ec1593fac4e1daceabb0bf90a5ef97156c, '', 0, '?'),
(0x04fd0a06802c79ba92d089bdcab8f723, 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\editor-wrapper.php', 1, 0x00000000000000000000000000000000, 0xef465227990f5566eac6fd6b31ccf9a2, 0xbc8648e7e74cc29536c2340fb49abee19eb61416706619d42181e74eb92ad95a, '', 0, '?'),
(0x05009b2cbe23b568654c0847ba28187d, 'wp-includes/blocks/query-pagination-numbers.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0x586b89ba2e496d80adaf64ed79fbee52, 0x1364ab3445be72924ecc73ff183e371aa0640ef36c607169bc9dcd1b199cfce0, '', 0, '?'),
(0x05021a0b792fdb5aefae99e69cd3cb03, 'wp-content/plugins/elementor/modules/variables/import-export-customization/runners/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\runners\\import.php', 1, 0x00000000000000000000000000000000, 0x4fff95cb152aece2b5e9b1f27bed1431, 0xaac9a8549cfa0533ace9cbc65497785a2bcea8b7f680b0062b1f57e1d9becfcd, '', 0, '?'),
(0x0503245ef2de6e5d2ab656de68aa95c2, 'wp-content/plugins/elementor/assets/js/checklist.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.min.js', 1, 0x00000000000000000000000000000000, 0x874b5104092552b2b5ba1cce2a643a21, 0xf981c75014c29d34e2c200659e77b27bbe43c6be04bf9b7258975230f8a40fde, '', 0, '?'),
(0x050647b5b23191ae69d474dd6ebd20c6, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\migrations-conditional.php', 1, 0x00000000000000000000000000000000, 0x54475fe2bef8d45392a73c26ad5ec607, 0x80dc81fb3ac2bea8e697f1e89f392486372323fa11b1f4c142eed21b3cd50556, '', 0, '?'),
(0x050fa513696cf24dd5a94f8055353ffd, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-url.php', 0, 0x7c2f4435f080676c41aab4463017a2d3, 0x7c2f4435f080676c41aab4463017a2d3, 0x702173af7ab7fb2619434a00c09942250d8d694bedddd19cbd21e4e0925b901a, '', 0, '?'),
(0x0516acb63831d366c56f9992108f8a6e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1446.7104b8fc71c5c96d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1446.7104b8fc71c5c96d.js', 1, 0x00000000000000000000000000000000, 0x8d780dfcf21b7d110b30b6f1170059d0, 0x4f04ebf5853834e4966465b70ea6edcffa5e829dc727ad5554c854e2d36d8972, '', 0, '?'),
(0x051a8083ae8fd540d8c348974eb33db9, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0x355330c77f98d635777099e31ddaa6b6, 0x11491cd2f59da77960991854b824038c8143323c6d5ff1409e34d61def6c0b3c, '', 0, '?'),
(0x051e3c8bb2bb832f5b1ee0ac5c005cc1, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0x69ee076037b900674665363c2e7a276c, 0x5aa79771bdba8e57c5d5fa46f119a1e1d45bc8e703add640eec594957f15fa5f, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x05298842e632470242d22f722e3855a0, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-site-identity-configs.php', 1, 0x00000000000000000000000000000000, 0x5a2b343176239eaccb6cb3cc8f9d3ae2, 0x3bea5956a73b3f638da817b887a09b44129e23ccba4fa7d59d310a0071b30e08, '', 0, '?'),
(0x052ec8c4be56f62873c1ed4ebab25e6d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\conditions-config.js', 0, 0x22a9321a385f2ba37e65e4c98fa0b881, 0x22a9321a385f2ba37e65e4c98fa0b881, 0x68f1a37720a9c963fc243d27695e66c7cc3f7bd661565c901dff7104ced8bef6, '', 0, '?'),
(0x0533921f84bf040f0e58b447253c213e, 'wp-includes/blocks/pullquote/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor.css', 1, 0x00000000000000000000000000000000, 0xd7f299eea237bd9f5e2c6db5221e2d76, 0x2b2bad289478f7ae5b69414c46a73deaaee40268350cea0426897dda60be7a15, '', 0, '?'),
(0x05383f15b025f17ca55d793ec0c4e811, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/sample-qr.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\sample-qr.jpg', 1, 0x00000000000000000000000000000000, 0xcb2eb5311949d80f3a5a93c40e4b743c, 0xcb26f0a97066bec6229a345499bcc6ca3caa82d108be3a5a0ebb6468305578d6, '', 0, '?'),
(0x05392a49a7b19c4363930211ba1b9ff4, 'wp-includes/blocks/post-excerpt/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x053f927679ca6895533b1f09ad21d6e2, 'wp-content/plugins/custom-facebook-feed/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x05460498242ad347e0949f922ca40bb8, 'wp-content/plugins/elementor/includes/widgets/common-optimized.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common-optimized.php', 1, 0x00000000000000000000000000000000, 0x60993979641f75676935389c27654755, 0x5d0174d290b0803f8dc0240bcb92c358c0befe2fc69c281f5423db93f2670c50, '', 0, '?'),
(0x055980146bbcb7afc07d378fdcefc404, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x36664df567cb1146a854341fd3745609, 0x06c58cacd90971f2079682ea7cc210a113a9b6d120721d9bfc1a266d743c37cb, '', 0, '?'),
(0x0564617745ef117fcf4f2f5631a24076, 'wp-content/plugins/backup-backup/admin/images/red-cross.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\red-cross.svg', 1, 0x00000000000000000000000000000000, 0xfa0de3d73c0f4498e84061071792599f, 0xb77e2150a02ea7996dbd8080dbfd1c41cbdb6afa914dd438a05c4bf66107327e, '', 0, '?'),
(0x05690800ef339c269436adc6a5314cfe, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x3412d730930ad1ebac0188a7e40b85ba, 0xa3242a532306279221e0c744ddd88bb8eef05f9706112a5c2808ced67ffc2042, '', 0, '?'),
(0x056ce9da1982387a66f7e5066f64d481, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x66e1702175ddf676ed0a7dbbb94a728a, 0x3360bb9d1164f967977204ff03286738f78fc4ec3356fd29e1460127325d5c81, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0x5cdc8bef473c803f1841f9cd51085d1b, 0x4821fa5bcd66800d87f36076fc7f8fb268c24606df2295122332972e3f28f1d8, '', 0, '?'),
(0x057220ddbb300493a9aadfb31835d759, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-underline-links-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-underline-links-status.php', 1, 0x00000000000000000000000000000000, 0xb8792185ea2f19393ac67e48c70748f0, 0xfc81df9b1ae775672476b862d44ff1456b13d6188d5c8566bf01f046d7aa8bf5, '', 0, '?'),
(0x05731debd7265e2257dfc5c0ba443dc0, 'wp-includes/blocks/query/view.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.asset.php', 1, 0x00000000000000000000000000000000, 0x8778134953b9985f74a5a9de5ccf255e, 0xa15c5a899ef33f3b0ab1b73463b6774d7a993a8e60893f300f6aba2c4e23ea9a, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0579767454fc503505122d2b6031ebc8, 'wp-content/themes/twentytwentythree/templates/404.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\404.html', 1, 0x00000000000000000000000000000000, 0x25fbcc228cda9a27ecc026f5e5fe2e2e, 0x140f9c6215e2790426b10bfe3ee1a6f123e18e8052a0f904d312941af85d6a5f, '', 0, '?'),
(0x0579e1f683132d9a3d8697631f57c2c7, 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-configs.php', 1, 0x00000000000000000000000000000000, 0x561e34785e2ec42a1cee4ab2b8971c78, 0xf8c2a38117c11f2dba84f81c748fcf79539ab036a91a60b41e3a667b0b50d6dc, '', 0, '?'),
(0x0583299397b44584db1729be4b940c3b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\PostAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xeefe8b30771ad022ea0e5456656ab26c, 0x5723857d865ab27e3416a3d54e5519b4928b93f8a519ea579c32f68be1e9b733, '', 0, '?'),
(0x0583c2a410b0e442304fce0c0ae9ce7c, 'wp-content/plugins/elementor/assets/js/6caa76d2f6eec6c4e665.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6caa76d2f6eec6c4e665.bundle.js', 1, 0x00000000000000000000000000000000, 0x0c1b5fc8b9a0aeb6fc380bc772a86082, 0x8b2e01ac7c0f03b2fcfe3a6ca4b2ef78fd55555bffc10c04c22475561a8ab36d, '', 0, '?'),
(0x058456bae767cadaea53286e5cbdd0f3, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-universal-elementor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-universal-elementor.php', 0, 0xba0a7f6aebf24b22c57a4a39f9168ba7, 0xba0a7f6aebf24b22c57a4a39f9168ba7, 0x95f70432e80cbdededa8b11392dc461beaae8611dcaff6e6cb5aa1343202a350, '', 0, '?'),
(0x058c4bdce118351deb247245da70f006, 'wp-content/plugins/elementor/includes/widgets/accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\accordion.php', 1, 0x00000000000000000000000000000000, 0x53ce9f123c83d603e70b6d3b049bea28, 0x9d261db7342727d86be09a45ff2b069e58d8c982fa1bb93dcff748b01e62bf8e, '', 0, '?'),
(0x05902d02389ffc8ef5b43e73e0ed82bb, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Customizer_Compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Customizer_Compatibility.php', 1, 0x00000000000000000000000000000000, 0x4a761adab876fe77817bc6682211f91b, 0x59cf66f465f20a59731211ef26a73e1161024d92cc124f942313e88fb6952e29, '', 0, '?'),
(0x0591ec1ee77f1938bb442de315237f81, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\data-container.php', 1, 0x00000000000000000000000000000000, 0x93a5473497fc56599e783f5be467fa29, 0xb09825a643c08fe6990328269190de2e5f4496c37b5fceecb68edfe76b352916, '', 0, '?'),
(0x059563857e501e39aec8efb80f3cd6f9, 'wp-content/plugins/instagram-feed/assets/svgs/thumbnail.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\thumbnail.svg', 1, 0x00000000000000000000000000000000, 0x5c30e6ea4a79f4f30f0d546575630ab1, 0xa4e6b391cadc1c5ace6afe23874be7311be1b69b492680541ea89f5f31d93a32, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x05a38138fcec1958fc5fd630addd1468, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Logger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Logger.php', 1, 0x00000000000000000000000000000000, 0xd8912adb00f6215b18e9a1e279f90a11, 0x242397906c0da2cca103dae1b3071ebc0fe29a1e103cb72a2c9fd8d7cb95d25d, '', 0, '?'),
(0x05a7387ea226fdefdf411387de8c2d5c, 'wp-content/plugins/backup-backup/includes/progress/zip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\zip.php', 1, 0x00000000000000000000000000000000, 0x580f650e317671b7750e14216fce1e9e, 0x4c64c46ce37309654e7d6763b7e6bb7cc7cc4f349ffe45b8bb5e8a32a07aafe0, '', 0, '?'),
(0x05a744a62b0631990fb58e66ff12f051, 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-preview.js', 1, 0x00000000000000000000000000000000, 0xf666ac28f3cc442888fbe2a91e89cffd, 0x48c8228af2c38c324cadf2f5307a81f1cc3a851316a4db6f1f568f99b894be1c, '', 0, '?'),
(0x05aa952f3783c36ce2cb8bb2504879a9, 'wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\base\\widget-link-in-bio-base-pro.php', 0, 0xd4ea714ff008996c05f7e562ce1f34fc, 0xd4ea714ff008996c05f7e562ce1f34fc, 0x49242f9c79bdec2d313602c9ede3326023bfbe19bcddda1ada18218d0c0babc9, '', 0, '?'),
(0x05aaaf3d634a7fa39f279d3a5c932e0b, 'wp-includes/blocks/accordion-panel/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style.css', 1, 0x00000000000000000000000000000000, 0x0ebd1558958950004846fcc8e2303ab4, 0xfb4bc49207fb86147526f47132592b168f2d9ecf513184f655fd7361284aef4c, '', 0, '?'),
(0x05b134e98f9826d3f6c5d394a67d1a36, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0xe52c7cbdb2088b8ce3a2c8b2b451de41, 0x466f824e46d0989b019c9a0dd865881059022d8758456fd3379e3435e9c4e45e, '', 0, '?'),
(0x05b136434326d75b549bf537661fca71, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\builder.js', 1, 0x00000000000000000000000000000000, 0x39999e51aeabe643517a75cdb14aedce, 0x1ab5bc4620d254756e20f55e2eea4ea06de7d073710579874f43fce5c5aab375, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x948c893aed0b70dbbc80e001e1591521, 0xff00bb449a4b91d818095e431513cfd12347bef4cbe3f0e742d2b8a606f4b5ab, '', 0, '?'),
(0x05b5ad9f37d190b8d6e52f7000f9d0b7, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xf7e2c3e9867299e17112ed6eb088167d, 0x564093988572b51353bcce03facdcb768c6270d3248f8fba682b87dcfc96cc6f, '', 0, '?'),
(0x05ba6f66f708010409ac580885442994, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0xab5c2b13d3e913ba5c931ce1d1de396d, 0x4973ebfda05c369d3cac3eb8e85ba284ab435b78f1feb27527c61972bcd41c92, '', 0, '?'),
(0x05bb3b290fb60420eaa464cb9983f5ca, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/timeline.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\timeline.png', 1, 0x00000000000000000000000000000000, 0xbc9ef82721e55a7cbc35d03046c53f23, 0x26dee73769d9cdd3cb7b0fd0d8a386f17637410a9ba4eec352e4e746bdec65b7, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x05c51ae4be712e79361c375c07348aba, 'wp-content/plugins/instagram-feed/assets/svgs/background.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\background.svg', 1, 0x00000000000000000000000000000000, 0x57edb66ba50a4cc13269f17fdbd281f4, 0x36740b9f7921146246b4bfe6202183ad3bd09bd36d87d8d08dfa1fff2d71cb88, '', 0, '?'),
(0x05c9b01c9d1caf60b9bd5ba588b3ffeb, 'wp-content/plugins/elementor-pro/core/database/query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\query-builder.php', 0, 0x40ae6b9ef379e545a6bda48e568d4674, 0x40ae6b9ef379e545a6bda48e568d4674, 0xc358f55c6f967fae496d610deecb02fe9f7741c579a1ba8e83c2b919a701b4e2, '', 0, '?'),
(0x05ce5d91bbc410af0bdf96d1268abb27, 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/get-suggestions-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\get-suggestions-route.php', 1, 0x00000000000000000000000000000000, 0x6a1612a3847030e93db9f2ace67c5770, 0x2ea57b11fd0c19fdac121f3700de6f97d8b32effb9c77ce74c6ff6a8e66d3797, '', 0, '?'),
(0x05df5203d975fa2da6e6aa62abceb704, 'wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x2dd3f6c3b7b8125725338294434199bf, 0x78390a78f1cf3bf435822e4b31194d1ebf472f7333f19f361481a71d6d339e62, '', 0, '?'),
(0x05f01fa349b8afb4dff91018a407cccf, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\editor.asset.php', 1, 0x00000000000000000000000000000000, 0x29ef4c35dd163c167f2fbb9a520a3b59, 0xa67b7e1b9fab9cf107e0225a16681993b5c03ce56e4145568b79bf9a7a41064a, '', 0, '?'),
(0x05f334e0c5d5199e225e7cf59a979a59, 'wp-content/plugins/elementor/includes/controls/groups/flex-container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\flex-container.php', 1, 0x00000000000000000000000000000000, 0x536573a9c1d69335064fc6aefd777b30, 0x8f3c43ed3931faab620cde4b78798d349e3551c632e17b69c7e12489d1739fc4, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\readme.txt', 1, 0x00000000000000000000000000000000, 0xf7fdb224669ae4445a3e210163f652a7, 0xebaa36c50be9308ab744b9253f806ace9fbfcedf2b00662ca02195c4fa20ed32, '', 0, '?'),
(0x05f5fb75092673469e6fd974f0a0bb1c, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/preview-components.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\preview-components.php', 1, 0x00000000000000000000000000000000, 0xc8157cc2b472ac7488d804599ba306c5, 0xe79d12b0d6474198005b725ab114bd9563f5d7a543ecd9c2cbe011acd86d45a4, '', 0, '?'),
(0x05f7734a3b6820a42a8e804b5c83abdf, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xb7cff2a97ebe8c65c9f1d0b5d31bf0df, 0x92db5ac0ebe5e910a8130318296b7aa175517723b93c7f4902ec66bf581a1c3a, '', 0, '?'),
(0x05f9103e1b82015391f0b3bc2790d8c6, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-overlap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-overlap.php', 0, 0x3aecc1dd03b6369ac0f85ece2bc43313, 0x3aecc1dd03b6369ac0f85ece2bc43313, 0x372cb08cf972d4f3fbe28edc2641d4868938f0340956509caa58b72db56c56e3, '', 0, '?'),
(0x05fa655e0a789e8c9f8724a12a8acf4c, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app.js', 0, 0xb5d2ba743f3e84061ffa49280b8e4f22, 0xb5d2ba743f3e84061ffa49280b8e4f22, 0x0b31aab22336ef07ba3437cf776ffba2c490a5099d17ff6e2bc6e5d0c66aa0bb, '', 0, '?'),
(0x06054365d6d5398cb9e9030982795197, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image/atomic-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-image\\atomic-image.php', 1, 0x00000000000000000000000000000000, 0x5111ac0ebb10e364367d1347937da68c, 0xa41cbf9ae49b783455c301c3204b53d9933ec213437c55c7bbf17d7b433d098e, '', 0, '?'),
(0x060955c79e085fda14525b6bfece08a6, 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-editor.min.css', 1, 0x00000000000000000000000000000000, 0x8e6cd75a583a983f168a1314136fd725, 0x30afa9431253f0dc357f6bf6c424f9466e40f12676a4a6ca8f0aac5297ca52e7, '', 0, '?'),
(0x06096508f5d8ad56f2c04debecc0799e, 'wp-includes/blocks/rss/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style.min.css', 1, 0x00000000000000000000000000000000, 0xd5c12f76b7880a8912d5d17408363072, 0x1e44c541c3ffacb02647d8cde6bbb98af939b168bce15e70c079bdfceaa3f989, '', 0, '?'),
(0x060fb525759afa151ee8655cf08aeb17, 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-3.json', 1, 0x00000000000000000000000000000000, 0x2c3736af0529eb30182c218241c267c7, 0x2e66a72fc7381a464699c37b9d33b950424a0cb0cd597cd1e4f94db892dad5c2, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0x061fe230d783d336719e119a82b8aea2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid.svg', 1, 0x00000000000000000000000000000000, 0xbf4487f4d005822204944d07e2f893a9, 0xa106c5c43de4efccc144bcf32e79c6c86b4f67351d235d28b3f2b36adadec89c, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0xf7c46f23e302f82f05077612a905968d, 0xcd59e7c11f8424b1425b9d7f99d7641b8ceedcf1d91b11851c5504d9ddcc1c9a, '', 0, '?'),
(0x0621602f7af96c6cba0d67fcb33c0529, 'wp-content/plugins/elementor-pro/modules/loop-builder/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\module.php', 0, 0xbc418295c7ff1f85ffa853b434293089, 0xbc418295c7ff1f85ffa853b434293089, 0xab30c265ef8de48c9c3dfb2d4ba7340b6357b3c854f0d32b42ae90c444dfccff, '', 0, '?'),
(0x0627a9cc4ea438855faf0a9222f79868, 'wp-includes/blocks/comments-pagination-next.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x4d0f43a45f5283ab3d3c11dac8521cb3, 0xe8f409d06115dafcf222bdcada51a6ea2b1397da8f25ee856de433da7bdf709b, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\lodash.min.js', 1, 0x00000000000000000000000000000000, 0xc5323ca028d02de29779692a4f839f1f, 0x0a9aa30c66cb169768207f0b244cf737ca3a38674aff3f5bcf407948a584478a, '', 0, '?'),
(0x062cd187442c4a246f3268acc0a70348, 'wp-content/plugins/reviews-feed/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0xf37e77841f95ca012c280886a68b12a3, 0x2d32701a157bfcf3dd5fd2bceefa6fdde72990b9fe697ff7ae88dedfb39812a9, '', 0, '?'),
(0x062ed2ad41d242ea937cb8f32c7cb61a, 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.min.js', 1, 0x00000000000000000000000000000000, 0x76408928f884d0632f1c215dab400124, 0x0ab634195d92f4244dacb401c0729948efcbc583e4b17bbf4519695ff6fb8ffd, '', 0, '?'),
(0x062ef23817ac0e2002b20a5cfd6482e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xea8c47694f865a8c1c9810abdf335ff1, 0xe061e15bce6e6184539cc0b33bddd1a65e2cb7010010ff60cc337fe3852d17fa, '', 0, '?'),
(0x063369ca96baf884bf8970af54792401, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/IfTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\IfTokenParser.php', 1, 0x00000000000000000000000000000000, 0xf07ff3e02dafde7e052fcf47ce241275, 0xb9f3c1c909a8e81faeb7f08450b00762a41f51617570dbabb7024e72276eccfa, '', 0, '?'),
(0x0637dc632d02be94d56bd08422b6606b, 'wp-includes/blocks/html/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor.css', 1, 0x00000000000000000000000000000000, 0x3374ac63fc03c1e9b1c86d30d7aa79d4, 0xc00fca135e718f5d0c9cc343c9a042dbd48f6e20703e955a1746b30f98e53b1c, '', 0, '?'),
(0x06382da9c61f8e6a2fb458511e5c21a0, 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-builder.php', 1, 0x00000000000000000000000000000000, 0x0c655926fc4d067eecb1c01a22757560, 0xce34f4f906ad92e8e9c0b0f3ea9064b5bb75959db52d21a8738b2c705cee4f2f, '', 0, '?'),
(0x0638455e6ad675245718380e466cc8ba, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/upsell/all-plugins-upsell.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\upsell\\all-plugins-upsell.jpg', 1, 0x00000000000000000000000000000000, 0x765a2cf3d608a8b0ae48de30b141e520, 0x249b5e99be4f675cf1ea58665b6241f1c1030b1987126aa3836b7523bb11c84c, '', 0, '?'),
(0x064c6475c24556b4a5104a5cea633395, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0x9a50ac871fac6c4c58ac6165303b4fde, 0xe271fc5bd02808a12302d8a18aa87620d1b3be0e983752cd5c4789d4dc49cdea, '', 0, '?'),
(0x064ea0bdc09cc795744e86dd62c6b4e8, 'wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-news-blog.php', 1, 0x00000000000000000000000000000000, 0x123d9a618b1e27fcddb38a37eede920f, 0xc10d20fddd0ef621b9b2eeef9a0f9e64a9321d05c4396283eade1078ffb86da5, '', 0, '?'),
(0x06512f98486a6604a4e9b832bda02eb4, 'wp-content/plugins/reviews-feed/class/Common/AuthorizationStatusCheck.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\AuthorizationStatusCheck.php', 1, 0x00000000000000000000000000000000, 0x7070a80df9515f10be7cb93943ce3894, 0x1a4f383edb0aef8dc0dc1d73dfa715c962a1f42dfd57c2b6421e6341af73f642, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\user.php', 1, 0x00000000000000000000000000000000, 0x1fe8937801dcc156b4a1c4254641cee1, 0x87168a77a1ddc33e84a25e2e3931307b981959f2a0bf5ea046da39397e45950c, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe28abf1577093d4e6a8e4aeae8b35db6, 0xd47dea04074455c08d461392d8f9619fa197a3f55f80be87131ec12fb8d340a5, '', 0, '?'),
(0x06609ee757ac8e77cc917a0f77c84108, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocketicon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocketicon.svg', 1, 0x00000000000000000000000000000000, 0xd6e53ca76b8dc3a6497f126f98559d8e, 0x248cf5e32bb7122626af7eb0dc001dafa98dce113d8b8d8ec5be000a2155e99e, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x28b33c4de7997d7f08fd01e65a833f77, 0x946c214f5e6c409958280853719fa316bdae564fa316d5c87d517495a957af12, '', 0, '?'),
(0x06632d14da725647fc84b7a1fa5bdec9, 'wp-content/plugins/backup-backup/admin/images/its-free-invert.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\its-free-invert.svg', 1, 0x00000000000000000000000000000000, 0xc87fce0230b20fa8875374d324451204, 0x28299e3b5a178dbef20720dec51b033a15b0e322c30b05655e7fe4688eddaa6f, '', 0, '?'),
(0x0669a505ff1ede74fea4a7324cc87b15, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\floating-bars-var-3.php', 0, 0x89471f73fb551b95d5342a6e98095f10, 0x89471f73fb551b95d5342a6e98095f10, 0xc6c6b42f5b18fce421cd3008a366a25cc56e095398b8fa25b52b40c249d03109, '', 0, '?'),
(0x066ed478282f7cad212973e5673abf3e, 'wp-content/plugins/instagram-feed/inc/admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0673bee248b365fb00c9f7d1c566156b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-700-normal.4fdfc29a10e7d4b7.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-700-normal.4fdfc29a10e7d4b7.woff2', 1, 0x00000000000000000000000000000000, 0xdf38e253b41522217f4b0f1fde319032, 0xb8d9d1bb1a16aa2fcccd36fdfff1fc64465a1ca1e7ec3552d62383ef03a30e11, '', 0, '?'),
(0x067a32b88a7f192496c1f0c648aec602, 'wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaff4205908376299cb1c01a41c064f4f, 0xd8330e68d0f3162a9fb120ce4d31ac0e8eb1d11cca65d01049c34232a3be6c34, '', 0, '?'),
(0x067b163ec2854788fc22157c8a51727e, 'wp-content/themes/go/dist/css/style-shared-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99ba648a05d362ad17aff81e83e5d4d2, 0xd3ce43dab252cbb539c7429567ff286c6400c7921e98658ae40fa5cca492c41e, '', 0, '?'),
(0x067b2fb71ff080a2a159a3ea6fcef40a, 'wp-content/plugins/powerpack-elements/modules/info-table/widgets/info-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-table\\widgets\\info-table.php', 0, 0xf8fe50cce22cad6559d237dd5c395652, 0xf8fe50cce22cad6559d237dd5c395652, 0x132dbcb2df9c94f6e0f151b366cc57501925b89591421ed15cb1d64465a53e4f, '', 0, '?'),
(0x0680d1b10c208a7f1f1fbb1fdb39dadd, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Table.php', 1, 0x00000000000000000000000000000000, 0x7c6de79f56152fba85eb17b8820e517e, 0x1b7b1ba24ba3ddb83bc228cb9d95bd8f42c6a2df1935af4ae21c36396b112618, '', 0, '?'),
(0x068162dee7a4c9cd9580f12b6633a163, 'wp-includes/blocks/latest-posts/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\block.json', 1, 0x00000000000000000000000000000000, 0x5b50f20243a75bed513ba5353a10813e, 0xb6a5b975ccbff42412f9240322082d5351652ca7dbd06ac57c7a684f7e4049e8, '', 0, '?'),
(0x06821e007fc82d08967842cda1498c9c, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/success-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\success-page.php', 1, 0x00000000000000000000000000000000, 0xc75ceaeb339e18da2080e08b849e2014, 0xb99700f47694c436593b8a563ce2eab1665af414585aeb339dbc6c18f5f96e9c, '', 0, '?'),
(0x068220a6be1580e0b74bbe31dd17b6bf, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\any-child-of.php', 0, 0x190e098e363222b0a89af4040a70030f, 0x190e098e363222b0a89af4040a70030f, 0x6d065a0e0eb8e7908ca390b7883f39ca4b84037c41975eeeb45d1daf970a85dc, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x0698a94f9ef7e37ddcb8557911a52cdf, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\base-data-tag.php', 0, 0xf827d3d381a1eae14c2b0be8ed15c755, 0xf827d3d381a1eae14c2b0be8ed15c755, 0x1e9388f1d84f70833c482bfc177cb6b62866c5fdaa8196a737b7cb11257a4bc3, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\text\\html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x069f7ee27a136b27db723b1d816c9ac0, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\adapter.php', 1, 0x00000000000000000000000000000000, 0x96c8716910be29a6f3fc46c2fbc88dce, 0x4ce3a7bc5c8cd012290ea41583bb8398e7705d9ec029b7d4d00637d3144c6470, '', 0, '?'),
(0x06a0cb1913578cba211b82a152f77a9c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7881.e98ec44c6ed13a16.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7881.e98ec44c6ed13a16.js', 1, 0x00000000000000000000000000000000, 0x462b16da8a89a41101eec8c735757102, 0xef29ba28f6a2b764fc084a4180c99b02b43ff92e53717c2cf5dc0d9c6d188b1b, '', 0, '?'),
(0x06a5567da9e084ea2785b6b0708a8e49, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/Stringable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\Stringable.php', 1, 0x00000000000000000000000000000000, 0x60dfda4cac8905f1ba3ac434de2bc7e2, 0xfeef772c0494d58cd449de70b3bfc97a9aea10b3d250b59f2ca52f589068aa03, '', 0, '?'),
(0x06a65add04a8700eed5d0af794f21acf, 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\scss\\editor-v2-app-bar-overrides.scss', 1, 0x00000000000000000000000000000000, 0x7fc9aabd3b36e0af861a88a5c8cda608, 0x3c432be0633b40b32cf123652af62a7f19d24be7cc75727ae06866ece98df048, '', 0, '?'),
(0x06a8e891bc2604fc075e57e317f6a0a5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-500-normal.0ae2428323939af5.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-500-normal.0ae2428323939af5.woff2', 1, 0x00000000000000000000000000000000, 0x48d67106bd6c2a4bb828b08d7a404256, 0x4fce7f2988ef7fc822e3aab44e5dbcc644f3927008df5317c08b07a38d068a17, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc6006ab02fdfa107c663af7f688ff470, 0x388b3ccfb8c73891c848c4a756ece8fb1a9052f89c4de304087cd197752b76eb, '', 0, '?'),
(0x06adcb48306f3ee334c91b435ebc4efc, 'wp-content/plugins/elementor/includes/widgets/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x760965534c4c565b750cf9c5136c7839, 0xb75f58c1c2579d8fcedc99b26f4b8a84485a5b2b649f55f5403cddac1e5bd8b3, '', 0, '?'),
(0x06b1040d35202d7cd4c1cb83cc19491a, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Database.php', 1, 0x00000000000000000000000000000000, 0xc908983adc3f13eca291ae2e270043c2, 0x59391e10bd05c6a3f9a9cfc8e58359ae17aa016c2d0b5b0e09c31aae8b80b22f, '', 0, '?'),
(0x06b47213aac51d000e5140e27312ceae, 'wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\views\\revisions-panel-template.php', 1, 0x00000000000000000000000000000000, 0xbb53e9d4af581bd37a6aa4f7e0f7f5de, 0x2156bdd725d85821d2453d539f0c41bc494139eb1c6d4784c00d6dbdf7714741, '', 0, '?'),
(0x06b48e9204aca12c1a9768fb9bf8bb33, 'wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\widgets\\taxonomy-filter.php', 0, 0xe4fa4d90410c672133e21db4382a710a, 0xe4fa4d90410c672133e21db4382a710a, 0xb142080a9eb4c817a15994439693650f4b00ce3538bf84644d19293b49db6d8f, '', 0, '?'),
(0x06bd94d72a6d4ee2905ccda883aa2f61, 'wp-content/plugins/instagram-feed/assets/svgs/cursor.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\cursor.svg', 1, 0x00000000000000000000000000000000, 0xca8281185772657dd0c87bec2b258adf, 0xabc32cbeb36379083dc5b5b7f77c8194de890b277277cb305b61befb68983eb1, '', 0, '?'),
(0x06bf0ca9ee555f49563afeac8b74a426, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-route-post-id.php', 0, 0xbfdd82b23c2b50cf531b0feb7bbd227b, 0xbfdd82b23c2b50cf531b0feb7bbd227b, 0xe4b4c6881adacb5b91d632e739bcf099cccbb50a51133a7814f044e4225d5e2b, '', 0, '?'),
(0x06c424375c5ff71ecd3c4956d1504b7f, 'wp-content/plugins/elementor-pro/assets/js/hotspot.1555f80c1d14215e6b69.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\hotspot.1555f80c1d14215e6b69.bundle.js', 0, 0x95fec9131e3d11a4020dc41fd4bf1aa8, 0x95fec9131e3d11a4020dc41fd4bf1aa8, 0x3984eca173ead71ebd5ff20c909d6a03bfa5383b69dcc83664cbaf5fd115e704, '', 0, '?'),
(0x06dba3dd7ff9237a3bf6f70a5c482c9c, 'wp-content/plugins/wordfence/lib/wfScanFileProperties.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileProperties.php', 1, 0x00000000000000000000000000000000, 0x3a8ec1b90c27a142a2281a365db3ad5e, 0xbebb20f6288ba089eb1826e4660e3baee2288594144ace0b73b1df555ceb60f3, '', 0, '?'),
(0x06dd07b98a5df269a7c1e4b85869900b, 'wp-content/plugins/reviews-feed/templates/review-alerts/popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\review-alerts\\popup.php', 1, 0x00000000000000000000000000000000, 0x7b8409f33af38852c88c851905462456, 0xeef03708b67e218a9906b9763fcc11cf899c99c054fdc72d005829988445a212, '', 0, '?'),
(0x06ddd739e5ce1d0f9c8a12f196d5b24b, 'wp-content/plugins/elementor-pro/modules/forms/widgets/login.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\widgets\\login.php', 0, 0x88578fae451b30685b24a4dd06f854d5, 0x88578fae451b30685b24a4dd06f854d5, 0x88eb082c0a6de6e49213e768c569380a68519b2b6117f8ab67d60da162c96949, '', 0, '?'),
(0x06dff3f8b5a3860f5b2c0023ddfb833f, 'wp-content/themes/astra/inc/assets/js/ast-parse-svg.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\ast-parse-svg.js', 1, 0x00000000000000000000000000000000, 0xcccd3a0809eab77ed91b6eef8ccbc3b6, 0x6f34363072ed517e3641c725aa2fa2b868e0db704b6c66352e6716264cdfe9fe, '', 0, '?'),
(0x06eb5c5f6747ad4be1b16ab6c1840a4b, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0xd5142da25130799a514ab063941f1d4a, 0x5a942e9b3b6796ad147a0716e84365ee51a210cadc24704faaf9edd67419a0ec, '', 0, '?'),
(0x06f42345077967ae8fc4e58a7e533a82, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xba86cbd67cdec7d762154d337bddd522, 0x3365a52a5a8cbc5e48bec2d036975800884ae7ed23ffbb65274bcaae14e3f192, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x7d363ce9a5a993d6dda34a43e1115d6f, 0xb858163b7b0f29b3ca5351c75aa8463de5818f8deecbd30484b870ee30b3db29, '', 0, '?'),
(0x06fd5f19cd6b089736ef690a7885777d, 'wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\views\\panel-template.php', 0, 0x55d4f561a1eaeb19cdaa9bd27b8f37fc, 0x55d4f561a1eaeb19cdaa9bd27b8f37fc, 0xd1e4b2d6a49a755720860ec102a850f46426ed5eb346cacee36fb1b0a85caccc, '', 0, '?'),
(0x0700a50d2436b4e380966633188b92b2, 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\request-handler.php', 1, 0x00000000000000000000000000000000, 0xbb394498a83b6134ef22e4d05b488411, 0x78eca208376826691b9b604be8471f5a41b1505de1ac145ab364a7499bc4ee4a, '', 0, '?'),
(0x07063d90df58f8c1a728e606fbc9ab11, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\waving-hand.png', 1, 0x00000000000000000000000000000000, 0xe956d116777a57a80e490b9856d7e4fb, 0xab65591cb5669a7b1b5cabdf646a58cb2773870a51ff38b5c8222e2c0b6be4b0, '', 0, '?'),
(0x07089b7c31391ef0750181dd1f92cdac, 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-carousel.min.css', 1, 0x00000000000000000000000000000000, 0x9a581085a6db8908c26c76ffcdf3d630, 0xed8c023c188ea73c86387f25a5943e5268fb648c7aa3655c0550f9e8a6e2adea, '', 0, '?'),
(0x070a19f699e752610aee2e5705c0a81d, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe0c3dc1e2e2f337d16f0cb796d3b66ba, 0xa396b67c3c69b7395c39ebfc7655a691527770971ef491ec243aede3a6c08c04, '', 0, '?'),
(0x070c24bf6ad134dc981a3fefd2180130, 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x7e9d7bc21a518cfa9e241febe248428e, 0x70ca10564c5002b722df17e5cd9dd52fa0c6f8b35648951fe2a07d2aad9888f8, '', 0, '?'),
(0x0719aa2db0f538e7f65dfe99754067fc, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInRight.min.css', 1, 0x00000000000000000000000000000000, 0x5144b262df1bba4f71d9dc1db70afeff, 0x68e97b9dc11d28c5ee5d2ba459ee5403e5d05ed55596553c068140c0dd9f948d, '', 0, '?'),
(0x0719e5e4a3491875447164f2b914346a, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/css/main.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\css\\main.css', 1, 0x00000000000000000000000000000000, 0xd986c888a3c871c822b56b0aa8a31112, 0x543839f8f86ead53b50b686bb257af09f372d7b198f3cbd67d27dc97981b550c, '', 0, '?'),
(0x071a1e987e5e02845ed901ce5907cf6a, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\sources.svg', 0, 0x371f7db74ccded3673b8af832d8df0fc, 0x371f7db74ccded3673b8af832d8df0fc, 0xed64ce8435f352e67a343e825e72af446129014d59bf0ecfee363e056641a68d, '', 0, '?'),
(0x0723a34c86a497a0380614877b105ac2, 'wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-centered-heading.php', 1, 0x00000000000000000000000000000000, 0xc6759c3279daabc62a259ebc5b1d1709, 0x8877c7d243a23b728edc7c7b908da488c603ddbe8304d36719290b748fb10f53, '', 0, '?'),
(0x0724e4e095956e9abaac0e0323edd868, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-heading\\atomic-heading.html.twig', 1, 0x00000000000000000000000000000000, 0xf0146f7ece65a2c480f3780ebf007a13, 0x79a9ebd29aa56d81926ee95011b2fec3a6a95459d5bb55a12249da6c43ad0b38, '', 0, '?'),
(0x0726fa132e8db6f1392fe3fa5a7bcbbd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php84compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php84compat.php', 1, 0x00000000000000000000000000000000, 0x0c18ca8218380ffb91f5f2bd768bf3ed, 0xb9826ca8d99a127191369dfbeeaf6497d0e660f94ec341e6b828dc12a3208c8f, '', 0, '?'),
(0x072b66705ccab3847b3aa79dfb5995da, 'wp-content/uploads/2025/01/medical_14634786.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\medical_14634786.svg', 0, 0x58b41221bf0c81cc92d50e005a73ef20, 0x58b41221bf0c81cc92d50e005a73ef20, 0x7a169231b262502d645abbf974e267064f1de75d166fed51a9db924ca5f43649, '', 0, '?'),
(0x072ce8f7afd5ff38c18081860aab7dae, 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product.php', 0, 0x9040bad54a1160f86e11811b555443dc, 0x9040bad54a1160f86e11811b555443dc, 0xccc4e2470ccb3a1e1c77ae7082396fe02a7cd95430602d054280101cbb760630, '', 0, '?'),
(0x073696ef718614136018376c9bb4ea89, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x956e716b7358a4efb67e1025b1b91612, 0xca8edf4621b8029aa25be0962bcb9f042e381cbd43f8efd655f9ae1655d80b87, '', 0, '?'),
(0x073b6fd0685ca98819e806fcccdb5b1d, 'wp-content/plugins/feeds-for-youtube/inc/Services/LicenseNotification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\LicenseNotification.php', 1, 0x00000000000000000000000000000000, 0xbbb133354630b2a9e48a966946ae125d, 0x40b7796c6b4a563807cf4016e14d1987e35284fe546c97a918c2f1bbd36b0550, '', 0, '?'),
(0x073dfab6b05fd8de64165820babeaaf0, 'wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\397f2d183c19202777d6.bundle.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x1430b847493f2c5c78a8e27e342428f4, 0xde5daf0b9ab6e29a8cbfc9d62639b3e7c90626b7fbfdbf03dc945df6265ef344, '', 0, '?'),
(0x074b7f93951b4bc4e6a01535446193bc, 'wp-includes/blocks/term-template/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6eb92ec5c9cd23c4419b300354119244, 0xa685c3d578fadf06c38656d72c4aa86efc811b169b741cec7687b6e8bdc89149, '', 0, '?'),
(0x0750236c5be02ce249679c26bef69af4, 'wp-content/plugins/elementor/modules/variables/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\module.php', 1, 0x00000000000000000000000000000000, 0xd8f650703894a825a24c300393d31782, 0xef7a3a5d71f93a761f4f1238a1eda3218ef75166359da1cc0f667eac1fc0efb5, '', 0, '?'),
(0x07683f61afa8e45b512e169f022dbd2f, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.strings.js', 0, 0x2d24fe12ccb4fea480eeb794c622c43d, 0x2d24fe12ccb4fea480eeb794c622c43d, 0xa046fbfecc19921f3f2ea4586a0a05cde5651bd84f9b9993864e2fb37542f44f, '', 0, '?'),
(0x07689ead41828f9ddf3b8691dda615c9, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-add-to-cart-notification.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-add-to-cart-notification.js', 0, 0x42f0b44861774834d4daf7d959218965, 0x42f0b44861774834d4daf7d959218965, 0xf5de3f031bbccde57adc4e253c446022c66c16213e50de6eafe24a432d33cc3c, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0x07719a94725104725036247fa5b5557d, 'wp-content/themes/go/dist/images/admin/header-7.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-7.svg', 1, 0x00000000000000000000000000000000, 0x957e97548d621594dba1aedefc555bdf, 0x5af11188ecc436f90e3187a3574f0ee7b75624345955e00ac1dc92514c5a219c, '', 0, '?'),
(0x0775f0f60d3a969e163fbdff21a21abf, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200609154515_AddHasAncestorsColumn.php', 1, 0x00000000000000000000000000000000, 0x86c3d5e5d0d0ad4146a902a3505415a2, 0xaac3c9d6ad4a4cc580007bf61a040039dc857ba1e793782d55b9a71628e60ac6, '', 0, '?'),
(0x077c50e4111148f4366104c6583d7f29, 'wp-content/plugins/instagram-feed/assets/svgs/facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\facebook.svg', 1, 0x00000000000000000000000000000000, 0x4cb6922e7ac4b9e7abcdcf696f371c97, 0xf13def41ac9bc6c5bad0f3e01b2bdaa384a5086800fb8f19add699eba88b4019, '', 0, '?'),
(0x077ecf33df6b77fa0b9329379b752c69, 'wp-content/plugins/backup-backup/analyst/assets/img/shield_question.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\shield_question.png', 1, 0x00000000000000000000000000000000, 0x6296f60c43cd4e7acaeaf635898d5d00, 0x399f2313032a3a442de5d81198a17c9d03d25834a26298dc2d944617bfe30a21, '', 0, '?'),
(0x0780c041a2929a878f03c1025d17d798, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\admin-settings-changed-listener.php', 1, 0x00000000000000000000000000000000, 0x36cfc5370758dd80983a17e40f07c8e7, 0x90996df5206f2778bd6c381e3c897d9b510e166b71eaf31f30229ee7b757c855, '', 0, '?'),
(0x0784c3e89e895a107f970863a47ead40, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Config/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Config\\Proxy.php', 1, 0x00000000000000000000000000000000, 0x5eb384788872ba33a2edbbb6f9f32fbe, 0x9eeb59b346d34302c606200cc91a38f4871116f1f430595c39d666d062ffbec6, '', 0, '?'),
(0x0785d08e7b15f63e2d3295bc6535bfe3, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider/atomic-divider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-divider\\atomic-divider.php', 1, 0x00000000000000000000000000000000, 0x292cdd20f6ec8bcd2341861fa47f151d, 0xf6de5b62b6e8c07abbd0ef8cffd032a9ffbf2b3a4d775c69694a680d3e82f2c9, '', 0, '?'),
(0x078e3545376bd377e9a30f21a7023143, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x2aa6cf7e86f01ef5c9a074a2004f8729, 0xea65221ce38a89e2e9d1d3971bb0cfb70b246e4ad303d0350a5f4b18624c5385, '', 0, '?'),
(0x07908349329165f0e5e781a83f44a609, 'wp-content/plugins/elementor/core/settings/page/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\page\\manager.php', 1, 0x00000000000000000000000000000000, 0x575215b8eb04cda3c9fa83c60b72d81a, 0x1fca9c17ab06bfc22738f9617a4093efcc795e7e55077b111693fc7f95c902b4, '', 0, '?'),
(0x079666ffefd2fb0c5d2c56447699fce5, 'wp-content/plugins/elementor/core/editor/notice-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\notice-bar.php', 1, 0x00000000000000000000000000000000, 0x884bcffbdf4ac6be44309d6969b94872, 0x316e7eb8cec11d0f7de52069aae7c0886b4a7cff793a08e8236189fadb90d057, '', 0, '?'),
(0x079abc8c7857d7e0950a7b7453357a2d, 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5d726d86738fb1342681e38392341bb7, 0x7485edb9d365909abfcf4a96f0f4def4de721145df953fab2cac4fc81c9ef813, '', 0, '?'),
(0x079b4cc3bd66a0baf1383db566b9427b, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-upgrade-history.php', 1, 0x00000000000000000000000000000000, 0x3431079ce0eef2d781ead647d0843463, 0xdc4d85f4de80e7a7031c521f83aa0960cc1aeda10549cde2aeecb40225b6b991, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-help.php', 1, 0x00000000000000000000000000000000, 0xe021efc8f70b594aa104f04a6b9bcdf4, 0x9ba01a3da1441742d790a3a70925251441173f4f9d77110f089bd02a2fde7e75, '', 0, '?'),
(0x07a364c0b0027c97f1acbf2485f81f19, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0x9c126b0b6199aad4635d7ccc15d5881e, 0x9e61e9cab2d0d0c596dc3e00e97ddedf28fb84b018cf3200d57c5592c17810db, '', 0, '?'),
(0x07a6b0f14faa7366fa93a26f07f36558, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/floating-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\floating-elements.php', 1, 0x00000000000000000000000000000000, 0xd5444c6d2e4cdc13f819a2f8bca2ea03, 0xa1e425bb14d637543c9883a9ee86720469c90a975379eeb14250b6089f9c0cfb, '', 0, '?'),
(0x07abba39e3d21ce301bc6d89ed3ceb3d, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/featured-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\featured-post.php', 1, 0x00000000000000000000000000000000, 0xf772c6ff8e28590ca225aed7e2282dea, 0x818acb56a6d98027ecb32c233fa637c831bba92e0c2847d30e3816341c351fc7, '', 0, '?'),
(0x07af1cb52df37ea0956123da467cca0a, 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-verifier-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-verifier-handler-interface.php', 1, 0x00000000000000000000000000000000, 0xa0fe1b8b40367e4e673b793cd6049213, 0x878df4b18db77156adc784272c5bd00d33b7a3c9a5308d74faab0b240426e669, '', 0, '?'),
(0x07b186f619f9980eb25a8ddd4988686c, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-10.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-10.jpg', 1, 0x00000000000000000000000000000000, 0x257143f3605ce6139e49c79caa970249, 0xe49e4b83ce7c1ab230e14180072cc1e8102bc79195ca6266c9c48ba0c5e9b7ad, '', 0, '?'),
(0x07b38462961e0fd5d67eb045133f6c83, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-regex.php', 1, 0x00000000000000000000000000000000, 0x227ec724c5308068043d61b0db67b741, 0x1cafcc257cd4db5c93fb41513602ba0b2c0ce54a17d6af8f4f0eb3435eafe298, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x07c031fc64d56550cb01f2be4e1eacf5, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\base-adapter.php', 1, 0x00000000000000000000000000000000, 0x8ae5de57ef584105fba81efb0a5803d0, 0x19a71537b296a4d78add837e2c11599cd06afbe9e611b45467454e3a533671aa, '', 0, '?'),
(0x07c4836695b9a9b94848c0e09ac0ebb8, 'wp-includes/blocks/navigation/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style.css', 1, 0x00000000000000000000000000000000, 0xdd042de5bc795d72739491ead68e28d7, 0xc5d99c7e50f2be493ec799ef35b4e26ed2dfb21699b49788d8663f2796aaa067, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8772136346efb1ad432298859a5bb8da, 0xd525182a65be9fddfce59520d106d72707f83e1e5caef1d8dcb29f9042aca849, '', 0, '?'),
(0x07c7d1f12499c233a52dc7745e4198b1, 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\flash.min.css', 1, 0x00000000000000000000000000000000, 0x154ef1853dbbe1f373c86c6fa11511b3, 0x05e8b8781e33f3530c3652759a4a42840a345fb708acae8530f78e106b8be97e, '', 0, '?'),
(0x07cdfd3e506d3d41410d2115abc4c1db, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-4.php', 0, 0x3061cba848a962b9d8efecec72574b35, 0x3061cba848a962b9d8efecec72574b35, 0xc5f674b8413438ae6234f21b3331252cd3ccd2f3041756d8a289b72c464db3a8, '', 0, '?'),
(0x07dc76fa257caed58cc670f0e264d1fc, 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\assets-translation-loader.php', 1, 0x00000000000000000000000000000000, 0x0eca7de5371faf951eab96a9268ba4c3, 0x8bd90265452f1c836ab6817540fe99b98161c5b1bf00d235fcb5da31565f5764, '', 0, '?'),
(0x07dcb127511abc278836a5f728ef8c1d, 'wp-content/themes/twentytwentyfive/parts/header.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\header.html', 1, 0x00000000000000000000000000000000, 0x26e30ce6f9196b918412a75334d46f77, 0x51791fd36bd4bf06de285164d7bf2e26a8944f6aaf21baf3cd1f4a7ba78a8d19, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\moment.js', 1, 0x00000000000000000000000000000000, 0x57246fb66210c7189fe95ca299666959, 0xd7ceedc1be446fa9f3f8bbe2c920044a75c16848133ae7ac34d1c97d683b45b2, '', 0, '?'),
(0x07e71d06349e41823444104a6d7bdf0b, 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\recaptcha-handler.php', 0, 0x84ea7d3bafcd5cddbd8b0cd048e0e802, 0x84ea7d3bafcd5cddbd8b0cd048e0e802, 0x22133ec89a735d72903bafae2e299b8f004ff2edc266d9c71755a114bb6e3fde, '', 0, '?'),
(0x07ee1b51f411db8a6aed3926eb939763, 'wp-content/plugins/custom-facebook-feed/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x10788466a651d48d154227bdb2da2e84, 0x9f3e7e8e76bd860ee8cbe8ebb4bbda19f5d0d3691ceaa2369d2f619f09eb9734, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0x07fae7f30a0ef4ca5e7c4ae5f41d06ac, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-name.js', 0, 0x77808dba347e983083f19379d9b84243, 0x77808dba347e983083f19379d9b84243, 0x6168a3bead46145a4d957f066e5f4a6a97da6c4d49bf6435ce260a6df2593739, '', 0, '?'),
(0x07fe7b1be80016144723264ab10a0eff, 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/content-item-score-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\content-item-score-data.php', 1, 0x00000000000000000000000000000000, 0xee666f12f700a96c6698f20edc4a11df, 0x416ce537c7edbb87e18c8a786a176aa6335aaf6ecacff973f646f693a9ec55d5, '', 0, '?'),
(0x0814ff108d40bcaab498f0ce1fa303aa, 'wp-content/plugins/wordfence/views/scanner/text/issue-spamvertizeCheck.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0xec7210191b7196fb220fb61376a2bd8a, 0x223ea37e9cef335248a800da2193c0dd62de0c31f95aeae7362c475e33571509, '', 0, '?'),
(0x08173ff90564f9032ef5cdf80a0c4ea3, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0x7f04aca51eb74984837a8ad345a03951, 0xca3917051ac77d563c97474410fd2a787485109bb31f00f8080d050c34864329, '', 0, '?'),
(0x08197ded54ccd4646683274031d32592, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Pro.php', 1, 0x00000000000000000000000000000000, 0x14bdfb93ae1e981bf4112868fd45dec1, 0x2e2d03d843591a1628b07201cee612567527f14f67cbf44440e1294ececcb1e7, '', 0, '?'),
(0x081d7c1b505fb0d13be1791bb526491e, 'wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1c6df716953f870be76c3e88a69a326f, 0x293ad119d271d8a233eaaeab29dc198230039622e1948542deaaf09ae9349614, '', 0, '?'),
(0x081eafe3d49672cf32f108c7624ac60b, 'wp-admin/js/site-icon.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-icon.min.js', 1, 0x00000000000000000000000000000000, 0x80afca32ffd4bd9de2d9c78dd17cea2b, 0xbb6fcae9b52f49c75069947816a08ca2d4bcd736d495c378e8555b8521098acb, '', 0, '?'),
(0x081fdc9c506508c87dd7c84e4caae8d2, 'wp-content/themes/go/partials/content-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-page.php', 1, 0x00000000000000000000000000000000, 0xcdafa96cee9dc1d3775d3e91e77f69e3, 0x4e36a3bfac6b7dd0c782059e956a8228882ac0f29b95f6a1fd4585e9b555d34e, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0x339cc48c643c76ad12a5574aec6dd378, 0x36afd652133395bb5d694a296f94f5e02e67c931ce2603e3b66c4a85f82284bf, '', 0, '?'),
(0x082b408e34fef8e40342460841a0e692, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece.php', 1, 0x00000000000000000000000000000000, 0xe9764a22f55685dbe2c7954b743bfa5e, 0x1463e429e7bd1701cab07434291f67df8cfaba92b4753d454983f988ccfa9e86, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x7a0ebf11fe1a1387612cd09c5896d824, 0x5088a5b0e0ad57e7f8082608b3fe4fb9f2210a5bc814593c740a3640b33d26f7, '', 0, '?'),
(0x08381628f1ad4b854c2e5f2725a6f9b1, 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\en.js', 1, 0x00000000000000000000000000000000, 0x63db2de3ce54942edf6f938bf2741d18, 0x4e2a18ddc4d2556f192d60de9218567f76d54f791aae7b838b25e6be1ee56300, '', 0, '?'),
(0x0838fd5d621d40e38f83b71b8fea543d, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/successNotification.32f9a33a82656f14896dd70d6b6356c9.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\successNotification.32f9a33a82656f14896dd70d6b6356c9.svg', 1, 0x00000000000000000000000000000000, 0xa1d3bdc7270c07cef38afa93ee08982c, 0x93dc0db59175044cc3e1ac9c6a6bc928cfc21eeb8ec87b81834010281dc45326, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0x04a52100e6bd067c4e1ac1f5a2798ad8, 0x7e3c9f653b4c2ae04f5475f04868de55a13845d06fcddab6de27818016a076ae, '', 0, '?'),
(0x083c63d1ab1d8920a6e25a8b45d45854, 'wp-content/plugins/custom-facebook-feed/assets/dist/sbf-feed/block.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\sbf-feed\\block.json', 1, 0x00000000000000000000000000000000, 0x32c4bb40835d120eeafdab1af73e4484, 0xa7d8bf0166323e5fb08dff2ef0fb6e1bcb3ac0285a738ed993165e96180aa771, '', 0, '?'),
(0x084bd005fa7850300826a480f14f3a70, 'wp-includes/blocks/archives/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4b78236b7379523c00159ccd2d80e1b1, 0xf1b7691dcbabdb59953a54ef60ed0f156ccf504f85c12262880104322e001cb0, '', 0, '?'),
(0x084da45a9da381dfc8f781d25fd3ba8a, 'wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-google_maps-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4aa0f16de8db6b6f332047ea2a8a9cae, 0xbc12c1a83cc428e25ac564cd3e68805a04b357a727ee44e7d47abd4bec58c7cf, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0xcd200bbe5577594989e4497f7fd07de2, 0xbdf8bf0edda00de9f1da9755f244f45054c1fbc9562b3680d15e3a322183d8d9, '', 0, '?'),
(0x086657cef5e47e5d26a8d99570b1695a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-templates.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-templates.png', 1, 0x00000000000000000000000000000000, 0x2657dc61b950dadb3a6ca045b6c13aa0, 0xadf0e4a462edd08363222086174ed5450d53b315831da2019c9e162e92b8685e, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xc794b282eaa335511df3807682e5dd26, 0xfa76995d1b1f1036da3f2872a93eeb932826e5b93846fcc1eb5da838ccfb4549, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wplink\\plugin.js', 1, 0x00000000000000000000000000000000, 0x4c8ba059d0dc284cf0e005637307dddc, 0x7e14ac835baa106a10b882662410ede548676cd036e83986881859b9da9b548f, '', 0, '?'),
(0x08766ed99cbd8b598a09344aa6794b6d, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreSite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreSite.php', 1, 0x00000000000000000000000000000000, 0x2789e14e3c157cc4c80fa2cea63013d6, 0x67f698259579df39b69e713defbeb599ffbe9c53b7c5fd78071fbe1101d59ec2, '', 0, '?'),
(0x0879b4f3e460708879bfe869736e41cb, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\swiper.js', 1, 0x00000000000000000000000000000000, 0x7860d8138ffbd55042aeeaaf32daf318, 0x547a1fcedcb79ab4c2f19cd9e1bd24e9f1ce9dbde502a509dedf7d7aab2727e1, '', 0, '?'),
(0x087bd34ce837ae07cf3354634e024516, 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\addon-installation-conditional.php', 1, 0x00000000000000000000000000000000, 0xa13e160c12afe2e500c8adfa546a4683, 0x0c6ed58b00c84bdb0c1e55e75d1c5b02ea041e557d871c43ca42b181a1e2b0fc, '', 0, '?'),
(0x0881d7a62c6684acb7f7550c0d1aa876, 'wp-content/plugins/elementor/assets/js/editor-interactions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.js', 1, 0x00000000000000000000000000000000, 0xb5d1d6adc47d5c6861d134b00a9a1f45, 0xed37b71fdc2fa98eda023bf81313b282b8e11df8624024baba8297fb3e75f4ad, '', 0, '?'),
(0x0889c22fa1b8bba1cefe0b8607c8bf53, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ka_GE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ka_GE.mo', 1, 0x00000000000000000000000000000000, 0x19a617b050667f6894bb3855730c6fd2, 0xa2ffd4cb844f4542ed83b7447587b1819b2af10ca6b1ae917b71e37354cb726d, '', 0, '?'),
(0x0895b45c101dbfd45ad3f72dfab86649, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x2f01f6bc786dc71d91b62d87faa51d5c, 0xcd649c136c836b359b90d33794b85c4b8599f323c74b99ac8aa0d5db8e08e76b, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-status.php', 1, 0x00000000000000000000000000000000, 0x4bd7e10ee11d39043c0e331328c167c7, 0x9f5489147891e0fae4bbff2d97d6fd50e76fa2dafcced241e68cd305d2edf2ef, '', 0, '?'),
(0x089eaa80ef35379b974416d73b546b43, 'wp-includes/blocks/social-links/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf88a14948bcd015f95d02580612401de, 0xafb003218120e4c6a8c66404ed65b8999a819f095f43a1c319bb53442d3a6d01, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes-rtl.css', 1, 0x00000000000000000000000000000000, 0xd5a36f5f3d11e8576f86b4a57200c374, 0xc3bcd41c9c7d01650a0f13e8554d5942a2ce249f4417f76d67714f3efe7acd48, '', 0, '?'),
(0x08a81158e30c4e095ab332669f1f4914, 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\sv.js', 1, 0x00000000000000000000000000000000, 0xa6d4f4445eaf251f0ba5d010b7ac302d, 0x499d1cff2ddb901674b87b1b622cebe6810272840858f0106276bb9a162040f9, '', 0, '?'),
(0x08a8859bdacd4292b8b8b4820daf31b6, 'wp-content/themes/twentytwentyfive/patterns/page-landing-event.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-event.php', 1, 0x00000000000000000000000000000000, 0xfac949a24270c8c12137af6c4adea201, 0x56274e5b2390d478f81329533c148a91ff8e33d13c7f3fd35f3094a657cf2d7c, '', 0, '?'),
(0x08a93c2c5af60ddb5af8c2cb9aeb2d22, 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-full.svg', 1, 0x00000000000000000000000000000000, 0xd944a11ab5078c18c693f57f63169865, 0xcdecdb0fda7841ddb5794f337f43a0720ede47ee645bd57ec008bc19b4f98b94, '', 0, '?'),
(0x08ab4052eb9f0d13d38c805af6b990bc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/all-layouts.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\all-layouts.png', 1, 0x00000000000000000000000000000000, 0xf6c6d6684c3c24671974572d0ae86e30, 0xc39b1a7bff9a482d01d4000097483e916b42d1740e7b2297e1f5cf01f370f8ab, '', 0, '?'),
(0x08b9567c8f8ac6951346bc64e7199d99, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/elements-context-map-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\elements-context-map-repository.php', 1, 0x00000000000000000000000000000000, 0x6cec1b8f21562558566b593abf0805d6, 0xb7dfe74608eeab528834a21f1ecaf23c6464ef8df64a5373810876da881292ac, '', 0, '?'),
(0x08bd3a20b186f0caba480afc210d8a9f, 'wp-content/plugins/elementor/assets/shapes/tilt.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\tilt.svg', 1, 0x00000000000000000000000000000000, 0xaa1371da0a4daeeb74bb09f56d815620, 0x010ff2d1829ddf21fda721d5083a62c60c245ffbd83ae497fa062f0fc80365d2, '', 0, '?'),
(0x08c51b7ccbb96109f9678cde45213953, 'wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x0073d7a2c6c6e73303df466144ff61ab, 0x95acc3ac576cef1165911ec4a462b0eeee10bf43036de9277f9977c7a2e04e7b, '', 0, '?'),
(0x08cb205c69aec6caf5a278e3e22830c6, 'wp-includes/blocks/text-columns/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa0fb852b1bf699c12ba7aa52110d9efe, 0x24a3ff59f67c65a9a871d308d08d75006466c1b044627446eaed5efa098cf354, '', 0, '?'),
(0x08cb83be8fa9c7eec6395d42a0a39f1c, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\troubleshooting.php', 1, 0x00000000000000000000000000000000, 0xeef8af33882ae025d8239450384ec30b, 0xdeadfc91482513750b54f13e67e9792aea4d025376ed3ca0ca827db28d41c1c7, '', 0, '?'),
(0x08ccf851650bca0754b2508d15fb3982, 'wp-content/plugins/elementor/app/modules/onboarding/validation/user-choices-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\user-choices-validator.php', 1, 0x00000000000000000000000000000000, 0xb0e14bfa263c079567d8919afec18ae0, 0xee2a6f736c6b825e4a305e90254775d00ba804946c996191d24f135b7b32d907, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-remote-request.php', 1, 0x00000000000000000000000000000000, 0x257ec6741840bb963d6efc1d770e039a, 0x68ca8a7b2de0ea49000304045ba092157ca1263666df9a61140d5fc62b6e1760, '', 0, '?'),
(0x08d763840a97afc27507b027b16b9cc8, 'wp-content/plugins/duplicate-page/js/duplicate_page.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\js\\duplicate_page.js', 0, 0xa22e264934f6d79be6e32e15841f25b9, 0xa22e264934f6d79be6e32e15841f25b9, 0x25ceb084e3d05d0860df2c29013f29674b269805f82900ceceaeb0985a5fecc5, '', 0, '?'),
(0x08d7cff5390421d331293184df566548, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/sidebar_sample.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar_sample.html', 1, 0x00000000000000000000000000000000, 0x6fc7b6854a822044c1afc1eed12b142f, 0xa1b13785f90860db0c8a21d1a2b07b26727263f6e7e1a45dd069133bf954ce3a, '', 0, '?'),
(0x08df6cdfb7a396737a4c8b25e8a87b9f, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-1.php', 0, 0x82891e9ee1ced09ba1196e56b104b420, 0x82891e9ee1ced09ba1196e56b104b420, 0xee5f629a78d9ac85e7b1c198d22eb2c2ab2b721ba87d13b2afaec116e434f45b, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x08e4c22ee2644659ca4718cdb417234d, 'wp-content/plugins/wordpress-seo/src/loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loader.php', 1, 0x00000000000000000000000000000000, 0x2b0b366692f2b2a159024d3eb6042404, 0x3aa58a826200aec6f666e809756d29339c4ac3885b40f620f687b58909e2bc94, '', 0, '?'),
(0x08e540b29fb77dd3c844b4c42057a609, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Editor.php', 1, 0x00000000000000000000000000000000, 0x430bab5b064a793d8d2c9baf621ef044, 0x7b2a6db9bfda12f8c67fbef6b34a36c962c3b786ff0b712933856cdf47769272, '', 0, '?'),
(0x08e5faf0f0eb34e53f687df45c3f66d9, 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\unminified\\scroll-to-top.js', 1, 0x00000000000000000000000000000000, 0xab5c4af1913b677a4590c3fad9df8972, 0xcfb70ba0ed62a4e323de930b49534b2b6e8df12b03551beba4ddc604879a2897, '', 0, '?'),
(0x08e83c6d3cd9fb62e198ff2612fc74a4, 'wp-content/plugins/backup-backup/analyst/src/ApiRequestor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\ApiRequestor.php', 1, 0x00000000000000000000000000000000, 0x05895298632f9c917ad5f7c31ac5e5b9, 0x1be86e1ab24dec4f6a77a1216cf5ffa7381502ae959c95b6c8a5236102710785, '', 0, '?'),
(0x08ec76434b9ca6535ddf047ade9f54db, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/insta-icon.515dc3d7e1ac3cbe92880fd4212daf66.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\insta-icon.515dc3d7e1ac3cbe92880fd4212daf66.svg', 1, 0x00000000000000000000000000000000, 0x101deb8a79da024258b8b5504660cf7f, 0x386e41cdf3d76235a9315dce7610e4af545830eb7ffae12f1814ce77ef7e629b, '', 0, '?'),
(0x08efae4405d091209373f10e11bf309f, 'wp-content/themes/go/dist/css/design-styles/style-playful-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xfa48d2165bb7eda817b005b83d23adbb, 0x70fcf7eee7b31a0e58442f458da01dc5fa69219d1af04184affee51cd3b6f2f5, '', 0, '?'),
(0x08f87e21aa861479223fa5beb290a11e, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\pinterest-presenter.php', 1, 0x00000000000000000000000000000000, 0xe8959198aa24a67f139baa491cea198f, 0x8afb59fe0d8b6dd1ce76f0f15250f29a41a3fb3e826f4a611c5e190e477194d0, '', 0, '?'),
(0x08f89c7cd9bb273b6c7fc7f8cd97a89e, 'wp-content/themes/twentytwentythree/templates/page.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\page.html', 1, 0x00000000000000000000000000000000, 0x2c807393d37f93314417090ff8820c00, 0x3132b881d6a0a10cb7171fc8225d4bb7d2d9030506ec39d86ccf8823c24ee43a, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-phpass.php', 1, 0x00000000000000000000000000000000, 0x0af5ab8d65492d63d409242eec4e0345, 0x42349b91ead9291e8f128df56555d312da2c396bef70dd3e10b3852a7d5b64e5, '', 0, '?'),
(0x090683b04c3d520e80a830c5c5dd8354, 'wp-content/plugins/elementor/assets/css/widget-counter.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-counter.min.css', 1, 0x00000000000000000000000000000000, 0xd6789eecf4a57a43bfb0fe4129c3cb65, 0x8a5045cd55198c07b44cdff69d91f12847a967c540a6d0312b2144ecdc0ea2ab, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x9109ffc835f229e4cef66bb179a67e0b, 0x085f4474fb33d7928f3370879d1d61923b1f392cd40ab46967b9a086433f33c9, '', 0, '?'),
(0x090a6d7deb81fe5a5baaca678573528e, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x433a0219ea973a5a7e348e0a1c88c180, 0xec591ba92cb3c45f46f5d2825f14941a656ee01fb04e4510439994121f349be3, '', 0, '?'),
(0x0927b3c8b994214211c9d4af0aa12448, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\access-token-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0xd8002d8c7bad82b8720f221edfd9bd68, 0xeacb561c917749186c08e9f7e0f951d8f83f530b017f3521d1f270ca6e349806, '', 0, '?'),
(0x0928a98315973b863b4c7cd7bd3db4aa, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-taxonomy-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x6ef9ce548f8fe294acc0ca81977b391c, 0x278a93ccd3cafbd98755e06161269426276435f81c9fd2f7edd9d00f6223d8cb, '', 0, '?'),
(0x09294868876469b32ed42c3d1750a551, 'wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\option-template.php', 1, 0x00000000000000000000000000000000, 0xdd758e6b6b0aa88dcdd31f0dbfe171f1, 0xd37d032d691f3514a8831b39783c00c89f8c47165122f7be483f34146171fc0a, '', 0, '?'),
(0x092c1dd633d89b40130892a2ae2d4ce0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Services/ServiceProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xe19a7d258919f70059bd2af6ff269de6, 0xa9963898bacb6aa7754eca89698c14d7b52fb0460428cb4a0baa9ab2f00200c9, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-editor.min.js', 1, 0x00000000000000000000000000000000, 0x03c9e680e76e75271da47300a540a604, 0x9b2e8965dd587768bad302db21aa73817433888848dd5c26339c2d1223b592ed, '', 0, '?'),
(0x092d1b6fd8990bf7c023f22ff3a7fd49, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x7684918468d6a7c20f4b63120997f7f9, 0x50ac76e3bd98b272990161a1ca4df845ae25552ef0d842489641bb17a192fae2, '', 0, '?'),
(0x09319a1a5d42e5d2dec075ac9f8a35da, 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\importing-route.php', 1, 0x00000000000000000000000000000000, 0x123c75ad9e0dde6c3908ae4a47b4f13c, 0x95989d55b6d284017df9afd45b78c89dbe3611274b0a58175b8459449dbb463b, '', 0, '?'),
(0x0932ce70cf3c281e589e2217eaddb593, 'wp-includes/blocks/audio/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x09357d13501a77eed453e684be4a5ad7, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x28ffad33e057504e8d0fbce6a7978e6e, 0x0ba41ef47fd5a088a1250ba5b463c1d246cb0eb940b3d2ef8e1680d1924b1637, '', 0, '?'),
(0x0936a60efaf8e46358d5e000d71a3b93, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0xc4c49bfa93fc214f97cad60b8f69a472, 0xce2b2df76358b20f82c1d3535e5e74f87bccc2b593e2d1b45459453283b82154, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x0939198499114257474b2de4a7520ed0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\FnStream.php', 1, 0x00000000000000000000000000000000, 0x455d602b954602334e39d49400815625, 0x52462bfd6fab7509653f2ac451eaaa196dba4d86b04dacbfb3104d07d7e82b02, '', 0, '?'),
(0x093d2566428d2adbc0a49503a83b514a, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\comments-url.php', 0, 0xd551540e1cbed2ef007fa39d98593fd4, 0xd551540e1cbed2ef007fa39d98593fd4, 0x42dd8b81dcf00ff05ab63d7cbd21630c6c7bba3ffd46eb88fd918585ba6f5ea1, '', 0, '?'),
(0x0941a050ff25ab7cb14c80856dc456e4, 'wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\add-to-cart-quantity-btn.min.js', 1, 0x00000000000000000000000000000000, 0x63446154f467ddece7a53f87b5b3e9a5, 0x11881cb5c84a4353b3a03b2d76ad8fb79933cd925f5edf52d11b9f5d534a870e, '', 0, '?'),
(0x094a08bb8583ee9ca318d7f33b75087a, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-provider.php', 1, 0x00000000000000000000000000000000, 0xf2bf400d9392be10c411a62d0739cc30, 0x4cc14c8feee77bb182b7ababccfca49b56d2478535046ee558bddfba41502ab2, '', 0, '?'),
(0x094d9d15bb821e9f733753ac884287ec, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x41b7932b38a9784e0d796243b70e60fa, 0xabfd63c29aa78d7551a857729f9ccdebbe96edbdc6f3be7522b341f5b9986ccb, '', 0, '?'),
(0x094e74cb1e9315481736be8ca1991ea3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0x9a50ac871fac6c4c58ac6165303b4fde, 0xe271fc5bd02808a12302d8a18aa87620d1b3be0e983752cd5c4789d4dc49cdea, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpdialogs\\plugin.js', 1, 0x00000000000000000000000000000000, 0x04e5571b65e28e863f92fc4ee3f07414, 0x6e34dc14c2113cbd14de467a90ad8bfbad1001ceff035fd53594f06b6967881d, '', 0, '?'),
(0x0950e8c64352ade837f76734068ff046, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x74cd8db2a6bafcc384d357ad5f200fd2, 0xd4bea1b21db76c4991b72d696bfc4e9d9511ea7d48583c8d8b8b45a2f55815e7, '', 0, '?'),
(0x0955f70428bb3b84bf5d8deceb29a4b0, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\site-editor.js', 0, 0xba7ddca349981725ab0704a04e2a5724, 0xba7ddca349981725ab0704a04e2a5724, 0xafab478446b0e82eb168c720a90cb9fdc884c0e2967ee87709824ae2f9d61271, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\async-upload.php', 1, 0x00000000000000000000000000000000, 0x64073faaa1362e61f1bfe9c4a41ddf63, 0x570428a45739862ab0efbc804a9a2368f634c2719a4d976bd21d85df6450a748, '', 0, '?'),
(0x095b8e25244143160db5bb456662da41, 'wp-content/plugins/feeds-for-youtube/inc/Services/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0xbe077d6965241e0a48c1e7f4b06e4272, 0xba5e75496a113bc2ea5fd397c3eaa53f1b8f764f67d95349eb8923d26256b699, '', 0, '?'),
(0x09745da439b9d927abf1030fff7f8bd1, 'wp-includes/blocks/nextpage/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0x0975385d94cef19def266ca05819244c, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0x1b043e15de5f4930ec71482219af0018, 0x88fb401751a5ea6a5e8704e5db46d8f0c3c960c4fafa30f90cc7eb4396856634, '', 0, '?'),
(0x0976d024c4eedface8e85e13ccba5f8d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0x525bc7f17792ec30544e11bbf4b27f49, 0x12f781f4e5d09e1bebca493b83d36882b51d9ebc9282fd8b03baab0164789089, '', 0, '?'),
(0x0976d96798a75f0d07b8aaa3f1ee7ae9, 'wp-includes/blocks/comments-pagination/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xf09022981a3ffb0c497bbef6c43e010e, 0xfd68899e59fd923dd62266fe2b5ac6b27b3c6cdc1d6d00e7bfa65029fa2e4595, '', 0, '?'),
(0x097c6e51e94369f196ccea6ac994a0e3, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-category-condition.php', 0, 0x8734b27a1b0bba43cef63601101ead9f, 0x8734b27a1b0bba43cef63601101ead9f, 0x2a3c80e1d922f8aa573bbee64834dee3f1699d2b282be5dfc3d671d6832fe41a, '', 0, '?'),
(0x097c97a68d90d1419ef8f8dcae8d2ef5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\endpoints\\download-link.php', 1, 0x00000000000000000000000000000000, 0xc62e68f561f462614f1a1cc1be117098, 0xb0fd616d2e49ca1a33d0a6341b4a92bd621bb4cf9fe3957945124d5698a20d4c, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\viewport.min.js', 1, 0x00000000000000000000000000000000, 0xb97eb4db5afd46bb7ee9eb010b5d1b11, 0x44ec976939060975126dab4d66cb4283fe2daa9fd673f333bd69561ff5e71ce2, '', 0, '?'),
(0x0987861d528329b6080d01917b94cf74, 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\to-be-cleaned-indexable-count.php', 1, 0x00000000000000000000000000000000, 0x41f5aa3e6236a89de55a11360b7804cd, 0x149fb5955ebefafc54bf2e60e51bc64b9397fe454219214349f02a2b31593115, '', 0, '?'),
(0x0989215cc2909b240bbd791bf4260dac, 'wp-includes/css/dist/edit-site/posts.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts.min.css', 1, 0x00000000000000000000000000000000, 0x1483661f13da6d9d8f05ff6ae274ddd9, 0x20ec14cbe6f1d0289ba329648bf729042840ee38d87a9fbf40d1e35939399eaa, '', 0, '?'),
(0x098a76fd0b05b04f5efd9e1be5c5c416, 'wp-content/plugins/elementor/modules/atomic-opt-in/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\module.php', 1, 0x00000000000000000000000000000000, 0x8d6e73fcb0e693a7e0fb4b175d8eb554, 0x5920b8b7fcecacf707f2dfbc5db482b80f9934f5da8f424684d1f778c88f5ce5, '', 0, '?'),
(0x098c26a223666dcab7b7bfdb70d1afe0, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-classic.php', 0, 0xd0bd6873cb79907ada2063e82a9b23cb, 0xd0bd6873cb79907ada2063e82a9b23cb, 0x7401568584f2b180e59dcd0534f598f1e2ba9989ea5f127a93a181c10fea9b20, '', 0, '?'),
(0x098ffdbd17fb22827f5b2885c0601de9, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x3fa37b2d84327f2e1da69617ba8160c0, 0x8f00cbd14b348bc7107645564d92280db1b318d8ba6a899f8766db69775b72c6, '', 0, '?'),
(0x0993d03bac365d5ad949ffed61621bd5, 'wp-content/plugins/elementor/includes/managers/image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\image.php', 1, 0x00000000000000000000000000000000, 0x912d91b53f5b1902491dd8ac8d0ec631, 0x4c08e7439828cbfcd6017251be3c8f244e6ae6e7941f39adecad721042d3c6ff, '', 0, '?'),
(0x0999a10de5596bcf634a5b17aae2be01, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xcaae62f7d6bbdf205d79b8eed8a5d33e, 0xb5b40ae316fb3c592705e1fd475186b07689b1db0d5dbb5abcf6e096618fb0c2, '', 0, '?'),
(0x09a9743a56fcea04cc2c5514c6284d0f, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Controls_Base.php', 1, 0x00000000000000000000000000000000, 0xdde80f04ef94da6d6ede422e67d3ad04, 0x16b0f4f382976f7f369760fc961df2f24848d90d4857cd8f94a7bc9bc42b1c62, '', 0, '?'),
(0x09c066a7d579a3f6d4f9a992247070d7, 'wp-content/themes/twentytwentyfive/patterns/logos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\logos.php', 1, 0x00000000000000000000000000000000, 0xf0f5eb53d7f76f7759456044added045, 0x5fadccf085d5a94a7073790b5693c76f763d892d39164efc129c2c507d6325d0, '', 0, '?'),
(0x09c915887c1323fa543891b069a29dd7, 'wp-content/plugins/custom-facebook-feed/templates/item/type/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\type\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x09cca1f508d11378ee8572761879a444, 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\03-dusk.json', 1, 0x00000000000000000000000000000000, 0xab6adc9f6f1056ded0ec95b3a6bc4614, 0x9186011efcb424f639bdfba966b1edf4f30f3828ed7ae27f16993e272a9a6a82, '', 0, '?'),
(0x09d143f34605feed1b935944c63cd96c, 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR.po', 1, 0x00000000000000000000000000000000, 0xa49160a3196e876914061bb5b68f7011, 0x7bdddbb8ab75b392114eb4c86fb260e27d9665a3bd730064c325576cf983acf5, '', 0, '?'),
(0x09d1bbee51e373772f95d2cea96703ba, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/pen.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\pen.svg', 1, 0x00000000000000000000000000000000, 0x690231aadd463f320d1fdd035396af32, 0x13117a14dab1d849ffa6621e605b626770cdce3416afd472282d915268824187, '', 0, '?'),
(0x09d2b505355f97347a17771cd9eb50e0, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop.php', 0, 0xa5cd99f467ec682676121903b6a424f5, 0xa5cd99f467ec682676121903b6a424f5, 0xcbadfd3e0e949a60e69bdf07e0e2f4ef31dae043432527995dfb66dadc333f8e, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\escape-html.min.js', 1, 0x00000000000000000000000000000000, 0xaef7a048c0e0677cbab0efeefb9dbcc6, 0xdd214affa9fc2e6caaab696ce495934a150689dcd17c76b842eca7d7bb144f0d, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\tinymce.min.js', 1, 0x00000000000000000000000000000000, 0x586ce1e095c0f8b0cca1439fcefe6b6e, 0xdc125a6bf71809e5367ce3cc7bf82a1a81a97ba248e3e2cb11a26907dc9d6b5e, '', 0, '?'),
(0x09d96909400399a569a899bd3793dce3, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/feedtypes-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 1, 0x00000000000000000000000000000000, 0x10cd00b047e34bee7fcab35b4e939223, 0x9efdc40064736d1a06407075997b3f15a71ac95504657f8c9c3f6d8b355e419c, '', 0, '?'),
(0x09de8b009556be6c9c4c14185ccc3c85, 'wp-content/plugins/instagram-feed/admin/views/about/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\content.php', 1, 0x00000000000000000000000000000000, 0xb6ca211e85bce1ca98e65bf99c275e33, 0x02fddb109b09fd85e5830538da73e2658ce39adf36e0d90cce05c7945de1410d, '', 0, '?'),
(0x09e44839c515afd28e35a3e112515fa5, 'wp-includes/abilities.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities.php', 1, 0x00000000000000000000000000000000, 0x0a2db47eff051fb62f06a62d7ecc0e62, 0x59c5a52c96a621a86165d410546f6f90c0ac68a437f210021945fe733cf66449, '', 0, '?'),
(0x09e6b612f74968f01c429a7007164f1b, 'wp-includes/blocks/heading/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\block.json', 1, 0x00000000000000000000000000000000, 0x98ad88d1bc203daaec427530c903a3ef, 0x9425582a7c361a9615711b5f0ab70550e88a42012e246b423bd15f7954c1424f, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\users.php', 1, 0x00000000000000000000000000000000, 0xd4155bdda2a417ec97766c1c307a109a, 0x6029372bc1e3807523feae3c5e2d8a8c1bd5c56eb3f63882929ead358979676a, '', 0, '?'),
(0x09ea0dbadf0ed16ed9241dbdc5bd400f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0x49d2f28f7ddb41c2a5af01de9cb27bac, 0xc0f7f3613f6a0a1a2411a0c9472a587f55381ef43277ab10b9a2d981fcfaf0db, '', 0, '?'),
(0x09ea47d4358e51f09cc79c4b847e405c, 'wp-content/themes/twentytwentyfive/templates/search.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\search.html', 1, 0x00000000000000000000000000000000, 0xb39a6201f5f1cce2e640574e7fec5504, 0x4727d311b783044852ffd5377af1f02ede1a18e93041694bbe4c084da3feda77, '', 0, '?'),
(0x09ec2f913f13d1f45e9db845ded5911f, 'wp-includes/sitemaps/class-wp-sitemaps.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x7e5b9ce4d85d86ab3d21acd8b0b4deef, 0x86306194bbac1900c50fbc3c9145710a73ec31e4f35af14697d5dcc0fdd30f6e, '', 0, '?'),
(0x09ed85826d2c7758bff57ec7786279e3, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/pagination.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\pagination.php', 0, 0xb53b27942e865a33257a3671900fdb4c, 0xb53b27942e865a33257a3671900fdb4c, 0x2d8d2480f06af18e65e49da4918a652edb06267a2bbb91dc9c848cf7cee10cfa, '', 0, '?'),
(0x09edc9a2d966e5ca40503b924b9b755b, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/link.532fa3d8a99c1e45001af6e18e9eb9f1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\link.532fa3d8a99c1e45001af6e18e9eb9f1.svg', 1, 0x00000000000000000000000000000000, 0xe8f882e7d8115858487116e74aa695cb, 0x84bf1ec2ff5bea2323a3c671ab100038c081957d6a2ca6b7d61907a42a8fc33a, '', 0, '?'),
(0x09f0465a82fe4ecab4cb91a5edc1332c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/upsell/click-social-upsell.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\upsell\\click-social-upsell.jpg', 1, 0x00000000000000000000000000000000, 0x714127d112ed31e21a5d94f533c66c35, 0x49d2534d394965cc3171be9d90788d98b01621e707fa08aab591060f41b75641, '', 0, '?'),
(0x09f053b01c8a7a42861799255c519ce8, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/premium-cloud-options.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\premium-cloud-options.svg', 1, 0x00000000000000000000000000000000, 0x7f7bb22379c27b4f531b31d7a3b7630d, 0xb0cb2f690603cc1caeeb581bfbb7870510137bf9ac148f8233e12ccd92b374f2, '', 0, '?'),
(0x09f073d4f1f472a412b185f0c421369b, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x57dcedca159918edd808c16a5029d19b, 0x925acc824b7045575fcd37830fecb6704ab6b629a68b1d8f487407b127939788, '', 0, '?'),
(0x09f30eca9c6215ce24724739b1952271, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/legacy-feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\legacy-feeds.php', 1, 0x00000000000000000000000000000000, 0x445ed27a9196f5edff3210fe3947e031, 0xa60d797f4ffd1d9e7e3633e7d102627e7c28014220fbe8648dae577a05a47445, '', 0, '?'),
(0x09f8dbaece63d0b3da32314c2c0fcece, 'wp-content/plugins/elementor/assets/js/ai.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.js', 1, 0x00000000000000000000000000000000, 0xc055c575a3ae8cc3687cad6b04f95233, 0x6586406a6593ca29fb0b729a8ea1807b23962b74c4aeccc7e7ad825925c47451, '', 0, '?'),
(0x09fb632d065e71cd97e11f6aee206fbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ClientException.php', 1, 0x00000000000000000000000000000000, 0xce1ef47df7e81f3760cf635aadcdfdb9, 0x7469ec16d2ffc307f493ccc2986e20bd4f2fae22006bdf93c5412f96ce2e8ec3, '', 0, '?'),
(0x0a08c079a23ea1eb429059aa98418594, 'wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\wc-templates\\cart\\mini-cart.php', 0, 0x6582a2a57906b30173cae835fc9e5a00, 0x6582a2a57906b30173cae835fc9e5a00, 0xb32730cf374846c7c898cd45e65694993eaca49bf906c212fce4ef87338bd70c, '', 0, '?'),
(0x0a101c6b67e16e5dfdfac58e97ace27a, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\ribbon-icon.png', 1, 0x00000000000000000000000000000000, 0x7ed309347fd4413e10c7ef9a4a742343, 0x56533471c3b93a1df9c3555e7485186e46af4757bd6ddb6b8c53a46a178b4af7, '', 0, '?'),
(0x0a12e61d92590a2840bc97c189718b53, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\add-new-post.php', 1, 0x00000000000000000000000000000000, 0x036f3aa850b393d2c9b10852c889a3af, 0x760bd8053b852867406e86f0be8d345e4ac0ff03666b3cdbb23db1d8ccf85bd5, '', 0, '?'),
(0x0a158ef16bd38706ce671c340f831caf, 'wp-content/themes/go/dist/js/style-shared.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.min.asset.php', 1, 0x00000000000000000000000000000000, 0x878d8b05788338dd562c70f9e3638848, 0x3ae5815fd7dffe71d7a17554f200c246973ef57dcd765910dd052a5fd7cac820, '', 0, '?'),
(0x0a17e1bd0936eced3452e81339f8aa8b, 'wp-includes/blocks/social-links/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x752f4c77a721d994a0d20b9ffb821b7d, 0xb0b6a83e7fede3b5504ceb3a59c92a3d1f5b69622924dbc1c61c2a1d532ecd00, '', 0, '?'),
(0x0a1964bc4eb7efa9fa6681807e6713b8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-700-normal.df6c6c6917b76543.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-700-normal.df6c6c6917b76543.woff', 1, 0x00000000000000000000000000000000, 0x45c371127b2e42f998702d73e070dda2, 0x45b5de78b8be9c3ce32efdebdd47b742c193334fd1a2d678fc9f1655670a5cfc, '', 0, '?'),
(0x0a22e3122789e0a19bf8b61694dcb9f2, 'wp-includes/blocks/blocks-json.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\blocks-json.php', 1, 0x00000000000000000000000000000000, 0xe1b35ed67e24911101c874e54b5d8686, 0x272fde7ecb6ef15b8a51d656fabb9af318beb5d22e5539043fb7d57fdd13a31f, '', 0, '?'),
(0x0a290f4b46b7d1e8d2bcad31ae3b4937, 'wp-content/themes/go/dist/js/admin/style-customize.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.min.asset.php', 1, 0x00000000000000000000000000000000, 0x74b05802a4d7b76cd6b5c87298d93829, 0x7a5e0eeadf3660dc1ba6f30fadf6940bf1f770f356ee56f27b19ccda3e7f42d6, '', 0, '?'),
(0x0a2e49f18e9910d0e3e2e8c1bbc5fcd1, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\controller.php', 0, 0x9fe46d050e1ee6ca928f846d02b08623, 0x9fe46d050e1ee6ca928f846d02b08623, 0x3ab7a7f473f3107c26fb53d72c9f9a0b93f2002a64e3f45a85ae7e66a1f5f023, '', 0, '?'),
(0x0a2e64213c546e4a7b4b676988040cc1, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-2760.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x0a3b39ef5d808db52d0175471b201d0d, 'wp-content/themes/go/dist/js/design-styles/style-playful.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.js', 1, 0x00000000000000000000000000000000, 0xf51b04372454a209fc2ee5722c181b88, 0xcdd61994e8cd8c05749bc8371f4fe98afcccc7e21a3ce52d3769da91639a2acc, '', 0, '?'),
(0x0a3eff2b038a0d5cbcc3c6172ba52089, 'wp-content/plugins/powerpack-elements/modules/link-effects/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\link-effects\\module.php', 0, 0x0abb0898aba56af356a60f13518839f7, 0x0abb0898aba56af356a60f13518839f7, 0x150a93e147a247c6d43d32a0e067441fcfb8538b068c5b039d6fe2adbb3924e6, '', 0, '?'),
(0x0a4cdd6d368778fe5443cb5426586631, 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-archive-structures-configs.php', 1, 0x00000000000000000000000000000000, 0x94e0151a3db8ed64fa55cf8782343597, 0x16c1cc6de461742c188167b050a6ac14722b0eb8742c51a2203dd5d64ea163cc, '', 0, '?'),
(0x0a4e4646599a6e6588ae440d1d9d04b8, 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x75c8c034649ac57b17dd5bac47343186, 0x7012852984fccdebb7bd3ca309f599d66a0ffc9e0179eb116ff71dde0435067c, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x0a55cd257b5475741488e4d5f5db5915, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\index.js', 1, 0x00000000000000000000000000000000, 0x8e9a6be439ec3167256787d33dcf929a, 0x5d97663d13cf3f6d72024247a414030c6527d4ddef7fcb35592947674a4d86ae, '', 0, '?'),
(0x0a5ea13ec1d30dd3f052b36f227cefa1, 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-post-launch.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-post-launch.php', 1, 0x00000000000000000000000000000000, 0x7aeee315c466a9197520034b19d23001, 0x58f31b86e5e62eca1ac15284831cb38b2ecca571e7cd567bf4c1548f71fb3d72, '', 0, '?'),
(0x0a5ec9ed99a39939800cfe9b9c21bd33, 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.asset.php', 1, 0x00000000000000000000000000000000, 0xef1768f0220f1715ff31dad919b25d9c, 0xca0716fb07d20d5d1cc01f5a035cba3990c0b1e6444fc5ac6f185cdad0c2f690, '', 0, '?'),
(0x0a6418071392111b8d62c616648ef613, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\blocks.js', 1, 0x00000000000000000000000000000000, 0x0bbd62869d4a8a99cacd33db6c70ea07, 0xd861ba8be4a81b0b9331f0bca28140ecb312c0405a45fc5f39c41462e4980d4a, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x0a6774097b222c0ab04b1727ed6021c4, 'wp-content/themes/astra/assets/svg/svgs.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\svgs.json', 1, 0x00000000000000000000000000000000, 0xad41808a74b9a2711987c8877551a0ed, 0x97f71fa223bda8acf5dee4ecbc7c171a43f5f5d78ea75cda392fbe9b1c901ed4, '', 0, '?'),
(0x0a6c97b245bcb412934144c362b395dd, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-converter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-converter.php', 1, 0x00000000000000000000000000000000, 0xe065cbfa31983c20688338d4fbb55e5a, 0x167fb130260eb11d3cdb904d70d38da22e3e973eababe5d358aef796dc949eb0, '', 0, '?'),
(0x0a6f6491b8256fad89547c455df71ad4, 'wp-content/plugins/custom-twitter-feeds/inc/SB_Twitter_Cron_Updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SB_Twitter_Cron_Updater.php', 1, 0x00000000000000000000000000000000, 0xb5258871fbff695f488c6717c355e81c, 0xbd11c125c9000a0349d2a847bb65a56d878c6821e08dc781d102e7347a565480, '', 0, '?'),
(0x0a729585e589397d38fad2c28a11f021, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-blocks.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-blocks.min.css', 1, 0x00000000000000000000000000000000, 0x9eb7aa8ae99914e82d7ad11072a72209, 0xc4b758725d69521b80003c0abf774b78619083562968fe53d3b38f1095439397, '', 0, '?'),
(0x0a74cd2952a8490442d5dc286c76edee, 'wp-content/plugins/powerpack-elements/modules/countdown/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\countdown\\module.php', 0, 0x5bdf3f7d99ae7c3eb1be82f5655e06e4, 0x5bdf3f7d99ae7c3eb1be82f5655e06e4, 0xa088dc5bd271f49713829b136f98358cc2f5448478a89448590c7aebbb9a7b13, '', 0, '?'),
(0x0a76b329be5a3e234074f4a32d151200, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/4stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\4stars.svg', 1, 0x00000000000000000000000000000000, 0x31d44c2607470337773fd476811e1b0f, 0x7f2ed8443247d463206e3311cb1ad2a2a6a776aacd2dcae91e95637d3c50ef3c, '', 0, '?'),
(0x0a7a87c5ad8e1e7df47bc72eb6755ba4, 'wp-includes/block-supports/generated-classname.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\generated-classname.php', 1, 0x00000000000000000000000000000000, 0xb9af3148bbea524f239a2fbda708fd7d, 0x3fa2bd8ddd218da76a436ff675b8633365ad89014942c03d272f02f54b61bf84, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style.css', 1, 0x00000000000000000000000000000000, 0x9c0ec8ca150f201512ddee0ad3944362, 0x46c363ab3658ce7d745fa4f50b9e54f6d5b669960eb72d15eadf387edc817a58, '', 0, '?'),
(0x0a7bff72bf6e1f24830947ec4c4c9de2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0x5b419bc936cb1b2cfedfdeb6ed34fc11, 0x3a4a3910fea0de2e255876c5f97f09e235d5391a256d4b219b20864c06320484, '', 0, '?'),
(0x0a7c6b3ed3c8af34b819765a8e9964d2, 'wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ja_JA.mo', 1, 0x00000000000000000000000000000000, 0x1f4e38f1bb07fa6b7df3a1dc92b2675a, 0xa23f44a60c0a20563351eae4ecedf78a372c80b6c7a6b7f069d640104ebbe5b0, '', 0, '?'),
(0x0a7d86f127d9a90342bb33fc39ad3ab8, 'wp-includes/blocks/table/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor.css', 1, 0x00000000000000000000000000000000, 0x0e552a4e2e79985e8ac6e1bccf8f73c5, 0x955a3e15743e375eebd299e65fd5d3eacda768b680e8129efa84fbf4d376fe6b, '', 0, '?'),
(0x0a7e2b66c2760eefb137b3a0dc5b3c80, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.strings.js', 1, 0x00000000000000000000000000000000, 0xa4a5d4e744a27be06cf442e4758587b4, 0xd7303647648b3dd7dec7fc9c69f9c72a1e24e9132ec422604d9d609a04893c58, '', 0, '?'),
(0x0a860b0f5f4bee376c61b9cde92985ad, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-role.php', 1, 0x00000000000000000000000000000000, 0xdf0517e4d94726e6637b19b6f4e2ecea, 0x82997b21d19f8d1e6111d8e5046d54af3e54e1e16cea1f4198e052395d814f1a, '', 0, '?'),
(0x0a934a3e395afa03db8b35594ea98ba1, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x781fde804cb24c588d217457e6925e82, 0x3ee4662f9f34dfd87723d844dcd2fff98fc3e20ff9aabac9469fa2128a3b8ca0, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x47ca42081834f3784213334a738834a7, 0xa728f11feebd4441e8d69f6e8fb1bb2c3f5ef7a246abf73b2d505ac4286a2f23, '', 0, '?'),
(0x0a9443b80911aecc16883c6ea916c31b, 'wp-content/themes/go/languages/qa_PS.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\qa_PS.json', 1, 0x00000000000000000000000000000000, 0xb12bc44ee437414f5dad80387e99cc0e, 0xb0ffecd6c4140b125f2d9a0ec2ed4da0eef9add5cc6be8c83fac33af66a1d4f7, '', 0, '?'),
(0x0a9481246008c0d728e16bb63dec76f3, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xabed74f21cd0d0fdb69e0c83a2fe9955, 0x8f1ee4e6318b9484a57007e622b835d570968bf934de78b097f17e185c526765, '', 0, '?'),
(0x0a9ae9d1c19703e1239dddf1780f7c5d, 'wp-includes/blocks/site-tagline/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x39730ceb2b3263fc31c05ce9258e007b, 0xc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafe, '', 0, '?'),
(0x0aa21d114dbb3e631074e5408a5c6ca1, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\section.php', 1, 0x00000000000000000000000000000000, 0xda395e03cd7fbaa592d4e51f56967606, 0xb91a57266868d7702f3bd883a7e5496f2938a9f44d81af33ca6f8b956d575260, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-models.min.js', 1, 0x00000000000000000000000000000000, 0x01c86554a76ff18a1e0a3ad79d2ff430, 0x30f904064f0f6d091c82e92e3e6a3e0e3cfffd66b7c53ae3e5e6106fae5e8ec3, '', 0, '?'),
(0x0aa5a7eb51d5e71077d09714c6bc9180, 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xb8ee878f01a628c82a56038b6911a2db, 0xeccbf3786201c24edb855e561c6b1d00dcf5ba497fb74dc844aab73a0729dde4, '', 0, '?'),
(0x0aa8d7fba9c51a3b032c08d9d985f2e1, 'wp-content/plugins/instagram-feed/admin/views/support/support-tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\support-tools.php', 1, 0x00000000000000000000000000000000, 0xf600ae64cd64f8522ff5aaebf7aadc63, 0x81349b0750d667d71e383d95ad0af06a089725d9089980b44b231a904e92b5d0, '', 0, '?'),
(0x0ab638cd9a29afeddb7dfaeb9c0c67ab, 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x09b76d7bfad1d1e9a9c2097ff83902b5, 0xc98067080c493f596cde498907ae65e6dd182f79ac08d80df22dcea93c53a100, '', 0, '?'),
(0x0ab6ef7ee3cea979845b2e2433acb441, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.asset.php', 0, 0x50a40f048659934c861814a59f193af9, 0x50a40f048659934c861814a59f193af9, 0x09b014becdfe24d6721b6e7e34dd53228b7d1b5f04ba632812082beec64200f2, '', 0, '?'),
(0x0ab836f8cf315bf32cbf9ea3601f7af4, 'wp-content/plugins/custom-facebook-feed/inc/Custom_Facebook_Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Custom_Facebook_Feed.php', 1, 0x00000000000000000000000000000000, 0x61826cfb601f9880d4c31ce1d33bc49d, 0xadb88b893eb0a973cc556230b0eab3d97a6328d06ba42eb18ba4161aa989c9c3, '', 0, '?'),
(0x0ab99af0b4aec68925255c9e65d49608, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-additional-information.php', 0, 0x4ba7878a760d8f70c5f0e4a08fd72d7e, 0x4ba7878a760d8f70c5f0e4a08fd72d7e, 0x17c57a717d2b69a960f810612a4c6b938af63f26af461a4e7df441b99e7915ab, '', 0, '?'),
(0x0aba70b2cf0bc7cdff6550be30db1bab, 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd-grid.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x60e81577c7d4c9cca207d50f34b820f5, 0xc17ee7a74dfde4b462ad4400305872f041ef0f9bb75f1b75e822fc70169edabf, '', 0, '?'),
(0x0abb79b7026a3fb89e40918d4a1530f7, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\locations-manager.php', 0, 0xe89016887215972615510ef67d2f1036, 0xe89016887215972615510ef67d2f1036, 0xbf810f3525970fdec0b07a9324c5f427db56523a123a5dcc3e5390972f5fc897, '', 0, '?'),
(0x0abd6e81e105a5d6c53d580260d304d3, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xf3a5b01de4b2331192b62e871b00615d, 0xdf5eb656591d49f4bcf8120d783beb0cd9baa712ad36f47e3fd1dc06ebe21d81, '', 0, '?'),
(0x0ac0f2c222c5608a65586b7e1ae34c10, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0x2262015c0db446500031d395d7da9791, 0x8ab00fdf603736cbb031fdccc7f54a3091f75446b15a05920cd3a4996cd4c4d3, '', 0, '?'),
(0x0ac7aacef4190ac7b1f545cf020dc746, 'wp-content/plugins/instagram-feed/admin/views/settings/tab/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x0acce2687a7eecc82d0dc517e5cfcc15, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-cron-updater.php', 1, 0x00000000000000000000000000000000, 0x328fead579354affb2fa22d742447883, 0x244cc4ce8ef2adc4eb349b8687e7294b328b1a219f4549369c34fbba1484e53c, '', 0, '?'),
(0x0ace683d4fa9b8e72d49a9925cd1e93d, 'wp-content/themes/astra/inc/core/class-astra-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-icons.php', 1, 0x00000000000000000000000000000000, 0xeb4a99f7c2a4b6ca0f1c10a92d48b563, 0xeacd892440828bd066c8b795e3d016fd9ae22c20efaaa9974e579469a666029a, '', 0, '?'),
(0x0ad27808abe231fc8a6241029c6421f2, 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\botany-flowers-closeup.webp', 1, 0x00000000000000000000000000000000, 0x2a78c17e95f75987edc9b2e4739e5008, 0x09478ad8241b1a017843ab4e4b8d7d7e2bce0462b90665ea6378e13a44d3d7da, '', 0, '?'),
(0x0ade922ba3ef468f2c3ce2bda963dc96, 'wp-content/plugins/powerpack-elements/classes/class-pp-attachment.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-attachment.php', 0, 0xc1cb016af8bcbf41ae6810fa27c1f1a7, 0xc1cb016af8bcbf41ae6810fa27c1f1a7, 0x775a0396e45237ee2e716e7b03bd7d9cde8048b95e5e92a6522edec91440d0ba, '', 0, '?'),
(0x0adf09a1cc5f7bde10e3f596d51efc9f, 'wp-includes/blocks/audio/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0x0ae1606f20fcc4dd7f17dd9872d407ba, 'wp-content/plugins/elementor/core/responsive/responsive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\responsive\\responsive.php', 1, 0x00000000000000000000000000000000, 0xb10cbcb2ca0a3badb9d86cee519c719d, 0x482a3cecff9b22a8e7daaf5d231b3ef489773b6f09325bcedc3e29c014e21679, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0ae8d1689d632bd8542500795b07481b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\LimitStream.php', 1, 0x00000000000000000000000000000000, 0xac464ff19a44e802511e8c369835669c, 0x2ffaa7a50327f97c5600d0ddd4f43b6a6b806bfee2f92c9d1740bd87a6e899a9, '', 0, '?'),
(0x0aea048ef7779b7485932e130991bae4, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tab.php', 1, 0x00000000000000000000000000000000, 0x0d22a1fff003e1fef9cb7c50c7747dd4, 0xd011ee353d4a2d9ea6ebaf489aa081c7d258f8918da82134aab8eb70b14cc1d4, '', 0, '?'),
(0x0aeb1fc8130b882ac09197073deaf0cc, 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\endpoint\\endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0xc72b1f80a24afe47c68820c1a9ac5946, 0x918096cd34eebdc094bc1a4c7f1760d59790600d4d2cbac5427df948b5d94656, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xceaf55d3c7e0108e1222e0a4221285e7, 0xc83ac0c9510205a7f56f09c9e7a19b2c2b9e51f882bf6a7c339b9acccf8cdff6, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\theme-install.php', 1, 0x00000000000000000000000000000000, 0xa00c2d1b01904c2100b5bb2ae0968c1d, 0xafd0ff0ee970cf72134c7b73d9683c2a6415348ac5aaced400a5733e5fbdb0e4, '', 0, '?'),
(0x0af7ff40472784cea3c86e1b08f21bd0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-description.php', 0, 0xf58704c4632fa6fc03cc40ac7b9b1873, 0xf58704c4632fa6fc03cc40ac7b9b1873, 0xdd95991acd2f4e9ebbcf7bd8ea0d5e488be3cf2b039aad04a4130c88fc296ea7, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x7ec61f1e3abb85fa97215c1370970398, 0xacc5753f6ea1942364346909679741cd4ac2d2c45809b040ac80551d895943bc, '', 0, '?'),
(0x0afd45436e3efebdcb42937397ba6867, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\kit-library.php', 1, 0x00000000000000000000000000000000, 0x709183bba237f8c28db5f09d8d0945d9, 0xa557edbd82f242a0a8d47c4e3df469c996eaa762809bf8e0c87e4663d5968c13, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions.min.css', 1, 0x00000000000000000000000000000000, 0x52eff2cab82b632114e4ebddffe3e359, 0x13ae4c5e97e4076d0eb521db958e04e4f3026fea87b1341edf1913ba32d4cdfc, '', 0, '?'),
(0x0b004dcbe0018273de8657f549720c6a, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.js', 0, 0xb35ffe0c7454da382f9eb4ff1c90fffc, 0xb35ffe0c7454da382f9eb4ff1c90fffc, 0x4b4668f852d3b6bc89918dc749ad9af35b5f9644b3491e24025e34299e6b48af, '', 0, '?'),
(0x0b0c5d779bebb7b1de51c8ed90c73125, 'wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\widgets\\off-canvas.php', 0, 0x2bca15ae42b59a0d7dacf9d9404efecb, 0x2bca15ae42b59a0d7dacf9d9404efecb, 0xa325aba852a34b406c285369c8cb833105b1404c5ce1b8cd79c47a55360c5420, '', 0, '?'),
(0x0b0dbf44e8b6974e2db2490a505e87fd, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.css', 1, 0x00000000000000000000000000000000, 0xaf66318e915b36ae20d4500cbb884ff7, 0xe69a74a3d2b81a8e8687cd757c4e161c5f32c835f8b0d324e7d7cabe1db40c63, '', 0, '?'),
(0x0b10f0048762cfa589306e076398a08c, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\minified\\custom-controls.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xce51bd0445f1c2401d094b95bb7413d8, 0xe94bb51bd330e233bca2d30d6562ab2c221638b5b68575b9f1c511d13ee9c179, '', 0, '?'),
(0x0b113befa61b51539eb6ac8b738fba8a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Feedback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Feedback.php', 1, 0x00000000000000000000000000000000, 0xa95eae24690781e1e173acba6aa5a054, 0x5e1cc835b4850436a8d139bd9d784188fdf5c4b16f1585485f852a7828a7aa04, '', 0, '?'),
(0x0b19da179322ad2cd0a63606cfe04c72, 'wp-content/plugins/powerpack-elements/modules/tabbed-gallery/widgets/tabbed-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-gallery\\widgets\\tabbed-gallery.php', 0, 0x6ecf8ffe85eefcc29424941fc3416fd3, 0x6ecf8ffe85eefcc29424941fc3416fd3, 0x6440b1bd19a5641ffff28867c1791b8ad086891622ff7bfdd2106db20cc5d9ef, '', 0, '?'),
(0x0b1bf4d938162196ae1eb19b760e3482, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.min.js', 1, 0x00000000000000000000000000000000, 0xdd419569ad5a5a33d0b0a2c9278492f3, 0xe18053099edc195ae974c6c3fc83e9406f4f584e7502295970dde46ed11ace39, '', 0, '?'),
(0x0b1e944e529b61822bd940f4ccb4b09d, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-none.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-none.svg', 1, 0x00000000000000000000000000000000, 0x5c4c34e6c89b37ff714de734c57e476e, 0xcc195ea1bf8d63c5d8692fa47dbc140c7f28eb5145327f7f1bf8c97f12108677, '', 0, '?'),
(0x0b22290797d9e30828b18f4057748a98, 'wp-content/plugins/elementor/includes/controls/wp-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\wp-widget.php', 1, 0x00000000000000000000000000000000, 0x6a6059b04a82a433b2d219510152af14, 0xe626c3044ce5b26f9dfbe94aef900865e2af853d19ec7c92ad0aae6e04f29c10, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0xb045121a36d5ee0879462864e20edf9d, 0x1178cd2fa9d7affd48d602ed9cd61023262ef81a5a28c54816eeee5672a9d1aa, '', 0, '?'),
(0x0b2c2b45262a74d3811c68c41967d34e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IncompatibleVersionException.php', 1, 0x00000000000000000000000000000000, 0x847cbe372ea4f451909e11e50de51056, 0x277f2f2ed7ae0d663dcfd09f26c58d1c87dc90bf356a87217b009057d15150e5, '', 0, '?'),
(0x0b30f1e8d2d7c5736377fb5a7182f4e9, 'wp-content/plugins/backup-backup/includes/dashboard/modules/before-update-backup-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\before-update-backup-errors.php', 1, 0x00000000000000000000000000000000, 0x8b7cf8e01fce86d5ad9e0b4710debc55, 0xee57bbe61b345598a4b3922e1158fc60d794a05ce06857ebaf1eb62a4f9e6d42, '', 0, '?'),
(0x0b319b0d7bd186946e4465e2de505ded, 'wp-includes/blocks/home-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\home-link.php', 1, 0x00000000000000000000000000000000, 0x0fd37d84696cd0184137e07c8ab09348, 0x6301aa4b0ae54c866f55b054c8bce60d334b09a682e68b142be66566811f3d15, '', 0, '?'),
(0x0b3386f0df425205f3bb01fce67e481c, 'wp-content/uploads/2025/02/phone_1154536.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\phone_1154536.svg', 0, 0x8aa7d3d7ecb90d4072d63e0763d928a8, 0x8aa7d3d7ecb90d4072d63e0763d928a8, 0x7a506e716e0b09714e3f0604cd39ecf56d18c51e36302cb94e80b6ffe9310769, '', 0, '?'),
(0x0b398542f08efa82d64a1f4d4591e86d, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x20edb4db8f0518548a235f3f07d536a1, 0x74e4b89a7533b83420e055a824bc8e1586ce89bb1235fe8d59747aae3c13bac0, '', 0, '?'),
(0x0b3a26093e3b48d51c03f9591d77d9eb, 'wp-content/plugins/feeds-for-youtube/inc/Admin/admin-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\admin-functions.php', 1, 0x00000000000000000000000000000000, 0xc05629d6c9232b713f03ecf9d41879b6, 0xf51658bb7c212e06db31e197374fa5676d59bc346474055023ee2294343f680b, '', 0, '?'),
(0x0b3a2614d776321d1f7f09485331b3c1, 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0b3b733c32055253daf9efc6a671578d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-dom.min.js', 1, 0x00000000000000000000000000000000, 0xbcf32b37005b7ba5c974e2a0b66e457c, 0x5a1ae4c6b76675390f4e909cb33297539ba672b4c50fa38edcd47e450ae1e778, '', 0, '?'),
(0x0b4a6f9b1a7f4b473d26a42262376b34, 'wp-content/plugins/wordpress-seo/images/icon-inclusive-language-analysis.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-inclusive-language-analysis.svg', 1, 0x00000000000000000000000000000000, 0x112ac019422eb955577ce09de85dd12e, 0x97e9427a7c4236f04d1fbb5afc12073dacb01f80e105764947dd5dbea502324d, '', 0, '?'),
(0x0b50e67f689b75693856a7a3006b55b1, 'wp-includes/blocks/post-date/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\block.json', 1, 0x00000000000000000000000000000000, 0xc7423ad73fce33f01034f3fd63876de5, 0x77e8e969b0c2d7e1dca0b59e34efe482d8a5f222d8ca2a4c095dddcfb57df085, '', 0, '?'),
(0x0b51c005f26cbcaa3e8e5632054e80d8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\package.json', 1, 0x00000000000000000000000000000000, 0xa4aeec15b87edb1aa6649c6ca242d8f3, 0xabd5be8709d311be5896e4f85f7779e6a0a92b6c1dc2016ed0c398f651c21edd, '', 0, '?'),
(0x0b53edb7e314db053181f626e5bff49e, 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\pyramids-negative.svg', 1, 0x00000000000000000000000000000000, 0xac14e96e539785afba3d73552b9b201a, 0xa394a9b4c14256b1977acd8b28bf3fa90769319568d96109ea1ea953a388230a, '', 0, '?'),
(0x0b54b8f2ec9874b93211ffe1f269273c, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product-archive.php', 0, 0xd6be7fe2cf610c3598379c6b8886b489, 0xd6be7fe2cf610c3598379c6b8886b489, 0x4fd6ff728f68eb40702a8c801f6522f4ba8ce5b8752ae37926075297b6ab2fee, '', 0, '?'),
(0x0b62413f8d0e55cdbd88b30106661cab, 'wp-content/plugins/instagram-feed/css/legacy/sbi-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\legacy\\sbi-styles.css', 1, 0x00000000000000000000000000000000, 0x4c8077643be81592e894ea403c33211f, 0x8d75bde726c95c4f1dd99d711e1a5b094f8d8ab406cadbda34a796ec53e25c6f, '', 0, '?'),
(0x0b6aaa13550e10c711afef9fae4b57c1, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x71cb53e10ad5121573770aa16b1a8353, 0x6771e72e57c0520b7b8e0ed6061cb1b15e8cfcca0d450bff9312495d5a87c095, '', 0, '?'),
(0x0b6edeea43298b6c8383f9fceeb7f679, 'wp-content/plugins/elementor/core/document-types/post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\post.php', 1, 0x00000000000000000000000000000000, 0xb6e90e45b58dafa17aec57489c71279d, 0x5775e225e2d75fb35af15c6d243be76393b81a3a32b924c73041510efaea80ff, '', 0, '?'),
(0x0b705646e598b4cd0144fab3f60acbb9, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/videos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\videos.png', 1, 0x00000000000000000000000000000000, 0x7d7df6599a4d63d7d03ef1cc21783af9, 0x24e9f3cc86f78bbef83d182f89322d874b87ceabf2ef8a00eb8c7918ce5917ff, '', 0, '?'),
(0x0b731d97a68d858f6ab66081dd1bfb32, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/upsells.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\upsells.js', 1, 0x00000000000000000000000000000000, 0x9566878683a0f9b2df25131cb92e9d3c, 0x2884c0a4cf3ec0dc3b383d49cee4ef0d8c4dadacf09801f09ca6daa685d40134, '', 0, '?'),
(0x0b753e3b9ebe047e96629a14bd4773d6, 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x39d514427a1154cf639623f473225468, 0xa3acfaa55429e02365eccd5ec74d833fe098b5713e0f438fc706fac338165eea, '', 0, '?'),
(0x0b7bb9f72a6a9c4aeb7e39a52a14a06b, 'wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-theme-builder-free.php', 1, 0x00000000000000000000000000000000, 0x2eb4c34374d0660a1cf91d01b3d4eb34, 0xd5e29796f0fc2df9b335169a29a01a7ca334f9e54a24ea0de193b0ee853d7d9a, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0x6dfe2966496638d058a803fa4b044f02, 0x496ddb6700f957cf3f54bf2c6d040ee4a33972bce3cd4c6db97936aa40ce793c, '', 0, '?'),
(0x0b8a9629e5298bb37decb22a18d45dad, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager.php', 1, 0x00000000000000000000000000000000, 0xcaad20d23277165be06541796235af24, 0xdfe3561e45cbee0415834f68db834fda4e575aa92e28be60ea10fb38db4ba052, '', 0, '?'),
(0x0b8efbedd5154e856ce9490ec52fa957, 'wp-content/plugins/elementor/assets/images/app/onboarding/theme-hello.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\theme-hello.png', 1, 0x00000000000000000000000000000000, 0x94ee8afbfb7f2b48db383e9000aa9c02, 0xb2763151d0a6366039caa79e00eaed0460891f0788a4d2e14dee8e0ba67fa55d, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin.php', 1, 0x00000000000000000000000000000000, 0xfdb4d5fd5744821e9ddedcb91ca78244, 0x8757894a1ad2572e6dfb16247720e0de2aac543cd56279ce5324126f7dc9ff3a, '', 0, '?'),
(0x0b942cffaddccad34592c6b5425bacbd, 'wp-content/plugins/elementor/modules/global-classes/usage/css-class-usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\css-class-usage.php', 1, 0x00000000000000000000000000000000, 0x6a8ec6e2758665fe5783fa9a0d5e27d3, 0x9348e9e28acd62bdee3673819a9ae6fa9a4937e5ce8c2cdcfde9278b6e4c9a9b, '', 0, '?'),
(0x0b9b84e6ef706a5e0217aaa8be033a99, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Parse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Parse.php', 1, 0x00000000000000000000000000000000, 0x3fd5c1001dba0bfd6b6bb77d0b4f7b0e, 0xfc50f1f7b8b59e085f8b291483c177b388cbd6bd4afffb7ac341ec9b2a95399e, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x0b9db989821ca5616152f43e953a92cc, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js', 0, 0x484877fe51d3cdafb958241fe37f64ff, 0x484877fe51d3cdafb958241fe37f64ff, 0xb292042558eceb61d4341c9bdc3e7b3d30b56642a9a68d3ba9aeee73e8e9020c, '', 0, '?'),
(0x0ba016ebc85743dc4dcc263ded6a68f2, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-meta.php', 1, 0x00000000000000000000000000000000, 0x4ff58502e47a84be4235e680dc78f563, 0x1bb6973a4a8ca90e380fe92c95354788d25425da9482d007b494204b2112b664, '', 0, '?'),
(0x0ba523380f3f5ab82699a3dc3fa52cab, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.min.js', 0, 0x9164c74e0fded6e3babd9a5614c929cb, 0x9164c74e0fded6e3babd9a5614c929cb, 0xbee93de4da26cdd836ddc3f8fd94630ab675ad35319fecc08405735298ffe318, '', 0, '?'),
(0x0ba592c9fe79c7d5a5988be28404d4a4, 'wp-content/themes/astra/inc/assets/js/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0xba343c287197ed54b7ffe84d39bcbe9d, 0xc89374bfb527469ae2733d4fa38413cc3f4f2072f2197c94770815770a162970, '', 0, '?'),
(0x0ba72e4c4b5f7a83df5d9ad4df4a9525, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/BackfillWebsiteUrlRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\BackfillWebsiteUrlRoutine.php', 1, 0x00000000000000000000000000000000, 0x1406924e7e721676459481a24b77fbf8, 0x3ee2f4275e1c465c49cf3c31f49dbe1b7785062afca43f5a5da2cd3d4816ec3a, '', 0, '?'),
(0x0ba9d98ce210861fab466e8bbc3c93d9, 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0bab35f6c385b301c68c85e3e4fe6d88, 'wp-includes/block-patterns/query-standard-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-standard-posts.php', 1, 0x00000000000000000000000000000000, 0xd1839fcf421d8f9055018d434cb37b97, 0xedb63a87cea47e08c8fec18926f90d8c437f4683f82be2f29049e186715f8b65, '', 0, '?'),
(0x0bacef7b1cf5a2673d0297820bc7eabc, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-content-reveal.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-content-reveal.min.js', 0, 0x72e4737721535c185f8fdc04bf643e3f, 0x72e4737721535c185f8fdc04bf643e3f, 0x4ab41d752a269af3401153145beb2799251a46d32b835611dd523f8139ab3010, '', 0, '?'),
(0x0bb48e4a1a58d02ad317e4eda24a98b0, 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-update-footer-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-update-footer-builder.php', 1, 0x00000000000000000000000000000000, 0xe6497d318947fd901e2679ff7fb71cf3, 0x203bf7a891db902a057b910411d60abf496acc4dd5640b3712f08aba0584bb93, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-image-utils.php', 1, 0x00000000000000000000000000000000, 0xa7f7f0ce6c3513866dd6024b11ae9d5c, 0xeb737b11f17b1641e27db31e79b1c2b8568c2ab15c3370aed44050c7b1187812, '', 0, '?'),
(0x0bbbb99686a33f1519254d15093f4eab, 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-inert.min.js', 1, 0x00000000000000000000000000000000, 0xd3b6b0461ff38d5e059c70743c6a51ca, 0xe0a91d373647847a6d73b29b717a26118fef1f42c8839b1bb8d7ee2073058ded, '', 0, '?'),
(0x0bcaf130630a5f2219d0e4e3f9c6bba9, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.min.js.LICENSE.txt', 0, 0x9e6d645d3a876f874cf56b5dcfa66261, 0x9e6d645d3a876f874cf56b5dcfa66261, 0xf01711c53979f82b6d170ba9cb1d8732af07ed11c08639d4ede15ed5465d20eb, '', 0, '?'),
(0x0bd32affb9a1eec0afe0034402a37ba7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/I18n/I18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 1, 0x00000000000000000000000000000000, 0x3d2474cfe5d003e422395b6d7d44c6ed, 0x3e0911ffe9910430660f4b7005ef7320380190c4354e0db30c6eceb0da7bc014, '', 0, '?'),
(0x0bd3386b98109f7c71698b2074d79697, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0xa4318b938254d3610e16e6bd186b21c1, 0xd619ccea2433855e0aafc33691daee4966cf5717671acd012209f54a9416d5b8, '', 0, '?'),
(0x0bd492d368ea538c39f4bc38438690c2, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0xa7118ac78163596294bde84b1fb85cda, 0xc5c665ef17e534078acb32634157016db99e14f2e4a118eb9287157b83afa4af, '', 0, '?'),
(0x0bd82ee27380ab3e12ee077704855a88, 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\class-astra-liferlms-section-configs.php', 1, 0x00000000000000000000000000000000, 0x0fc656a0ff902a02bdb55d4f77741383, 0x0a6b48a04d1f67e1145f72ecc4c916e376839e015cc02a474cd07d8da90c3662, '', 0, '?'),
(0x0bd89a86fb3922a63a1b21f68bb76d34, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\shortcode.php', 0, 0x384eb79020011c2c9164405b26998faf, 0x384eb79020011c2c9164405b26998faf, 0x775a19acd33eeadf4f16c3d9eaddf69fbfed714ac6717bf31fd14d4938911f90, '', 0, '?'),
(0x0bda3ef0f351d972bdc0c54b7e15b892, 'wp-includes/blocks/post-content/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x42e85ef49619f28e8e7bf29a56352a4d, 0x6cdb70c5dc5b78753fc3a6e9011a9f4bf3f957d7366405747d3157c6366f6860, '', 0, '?'),
(0x0be0bc7f3e9d5ba1db71048cdee7d5ad, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-3.svg', 1, 0x00000000000000000000000000000000, 0xe92ce04c14ee49279aaac140e3507fd8, 0x9f3ec0e8761096255dae37bc9e73aca343674b98058ea96fb3d065d0a82fa965, '', 0, '?'),
(0x0be30bb3d925170ce5e2a6dfcd6da187, 'wp-content/plugins/elementor/assets/images/information.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\information.svg', 1, 0x00000000000000000000000000000000, 0x63a227e673c54105c6e83b5c93701fd8, 0x2227a84d0dd0dabc31878ce9dc6027e3055fe55195df3773856903e6b2b9adc3, '', 0, '?'),
(0x0be66b4f8081c79ba93f28288815cd86, 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\import-helper.php', 1, 0x00000000000000000000000000000000, 0x6d8fa7d4bfa3b72c2955be583f25ff36, 0xa06cb06644f2b17073230d08d726ef8511403f604a3751dbba0bee9f20564128, '', 0, '?'),
(0x0be76aa001a2f86945c9c0d399137da5, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Autolink.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Autolink.php', 1, 0x00000000000000000000000000000000, 0x167fed61b897eb390b9b9d230bcfdfa8, 0xea9fa76d78f53e803070300f98afe321905f19a5e593e9e61f483b9749486b53, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x0bf575647de9b638a3bbb05b6e5bf096, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0x4747ecb122caa6a0d2871934cb4fab83, 0xc154d3e9d438dceac3ba4d9322d18028c1848e031048705a1ccc5422c5c793ba, '', 0, '?'),
(0x0bffcdad6e35f0486916fe5b7b648cd7, 'wp-content/plugins/elementor/assets/js/media-hints.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.js', 1, 0x00000000000000000000000000000000, 0xf637f2f051dea47ffc4276e0c8d40b5c, 0x1e6c27887849add0003b361278848eb826e96a5937678fd24cfe7c9c158bf764, '', 0, '?'),
(0x0c00a3964cde253f23e0ddbb8d55cace, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket.svg', 1, 0x00000000000000000000000000000000, 0x6d28f885c9109c98855090c180e88bf5, 0xdcd5261c851bb46effc2d8373f6d39c2bcb0fd04b275832047ef0e48011e32d0, '', 0, '?'),
(0x0c0963d276522174b1f7487612911b4a, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\rel-next-presenter.php', 1, 0x00000000000000000000000000000000, 0xeb2d7f2c93053b01a1f04e39785be03d, 0x37d588825034c5f5b8bcf79c78049bd318a791a4b982c79a686b72e62fc96427, '', 0, '?'),
(0x0c0afa658e558569bdb7852adf5eaa17, 'wp-content/themes/go/dist/js/design-styles/style-modern.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.asset.php', 1, 0x00000000000000000000000000000000, 0x7d6d2af14a0267811ba4e462fbe6b725, 0xcfdd04b9464686c9e4d3d37b4bb4bc65bf8a69a73b343e0d11b5a4a5cb20ba46, '', 0, '?'),
(0x0c0c1a2284486fc8bdd8f117f11c4f39, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.9131ef5e40333f8066dd.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-cart.9131ef5e40333f8066dd.bundle.min.js', 0, 0x77453a6d3d6d552bf82c6116e6eb3537, 0x77453a6d3d6d552bf82c6116e6eb3537, 0x20907047330a58df9818982e3b0f0f72099f908f845ba434b830cd942c7f6c5c, '', 0, '?'),
(0x0c0de33f4006db9882e5f04efde3c36c, 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\animations.min.css', 1, 0x00000000000000000000000000000000, 0x4601ba55044413706c2022cb6c1c3d05, 0xd7c773475bc4fdd6b6579ef8b291617cd686db86b21ba0cc41065acddb8a1503, '', 0, '?'),
(0x0c1deb951a564892b411ba6c255b17fc, 'wp-content/plugins/elementor/assets/js/web-cli.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0c27222b4368cb3ac22f1c820262514d, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-2760.css', 1, 0x00000000000000000000000000000000, 0xd96ed51171e0d3256087d3edfb116c59, 0xe65b69a3522ac8673dd864438b15968bcc0c6a7d40da61888852ae08ec66ca51, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x4d0c47d49d855a13c4d2dca100ec6022, 0xdd918a5e76ab42f0d95a41e3b50b71b1130100fd4c2103c971649473d2474806, '', 0, '?'),
(0x0c2c8685b9f929d4eb4ba27ad1e691e6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x2f7a3bb2c971d75f919851d3041d86ee, 0xb999ea72a08dd568c75bab53885cc815ce8391dd7dcbe9b1e13144f51c5761b2, '', 0, '?'),
(0x0c2da73ce504240174528511a9846ddf, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Resizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Resizer.php', 1, 0x00000000000000000000000000000000, 0x45167c98ebec421633c6fae721608aaf, 0xfe71f053a3e8dd3afeced9a4dea73fda8c2d8a4dc732ba0aa7ca48189254004b, '', 0, '?'),
(0x0c2ec5a5e5fa10f089f82b72ea3859fd, 'wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\accessibility\\class-astra-accessibility-configs.php', 1, 0x00000000000000000000000000000000, 0x600cc927a5fb51ff91d9c2640dea2a63, 0x7f962d81a166da829d29be6937c88fbaadd8b8b17b790801d7b0c238f747ba37, '', 0, '?'),
(0x0c322d20deafd1d31721a5674c9abd9a, 'wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\cff-sprite.png', 1, 0x00000000000000000000000000000000, 0x8f6d32c99dcde14e00049bdc0a7b6f5b, 0x3baadc1f7abde1ea16db91ce1910ab4fe2e960b332c6c03b25a9e0ecd8f40a90, '', 0, '?'),
(0x0c43948c9e87b03e766dfa9e8507382a, 'wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\shop-page-edit.php', 1, 0x00000000000000000000000000000000, 0x2befc6d3f61ebe232b2b68f0ce2a0b3e, 0x8af8715702b7c8df8d90a34aafe5419cb694607734551309adb3f9e6a76cede3, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ec419943f0c35227afa1fb864a0dc73, 0xe78dbf2e41165cba634afe2db6c22228a6b61d28e1bd5239289ce7fb83c16d6a, '', 0, '?'),
(0x0c4b2fa07b5904e53a779a22317f8b69, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rocket-icon.6b294040100ecb856ca01734447019ae.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rocket-icon.6b294040100ecb856ca01734447019ae.svg', 1, 0x00000000000000000000000000000000, 0xd6e53ca76b8dc3a6497f126f98559d8e, 0x248cf5e32bb7122626af7eb0dc001dafa98dce113d8b8d8ec5be000a2155e99e, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x0c54c5b758aad48acf94cfb0801cacbb, 'wp-content/plugins/powerpack-elements/modules/business-reviews/widgets/business-reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\widgets\\business-reviews.php', 0, 0x3ad3a4260246549db5a57cfe2c918ba0, 0x3ad3a4260246549db5a57cfe2c918ba0, 0x6bef0c14780781972e74ec0fa1270408888dbca4c07ce25a4a54dd73da6af903, '', 0, '?'),
(0x0c58b30fef66406fe72e6f331f1ca13e, 'wp-content/plugins/elementor/modules/element-manager/ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\ajax.php', 1, 0x00000000000000000000000000000000, 0x540f9369195450acde9325f4467faaad, 0x3d5654c4d6134f547f573b7385f33bbee29d0f93f1c82b0dc352efc9cd3a5c11, '', 0, '?'),
(0x0c5f44d1aab8faffe407708b1523fae6, 'wp-content/plugins/powerpack-elements/templates/page/canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\page\\canvas.php', 0, 0xcf67e616f724fae32ded4fb31c29b583, 0xcf67e616f724fae32ded4fb31c29b583, 0xdb7b24c1b9d4f2e8eb218de2b886b8c4554034f52e3d0052072431f29680ac86, '', 0, '?'),
(0x0c5f8b53db1547362e502d0a1fad9466, 'wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\relatedKeyphraseSuggestions.js', 1, 0x00000000000000000000000000000000, 0xed361a663986da8b87b06e2bf1e69018, 0x7dcdfcccfa05c18607b2c0496177b6fd25911e52fd6c7d9eac4b2f71b331de27, '', 0, '?'),
(0x0c60ef2f345cccc47372486d8fd67fa7, 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-post-meta.php', 1, 0x00000000000000000000000000000000, 0x8d9c7e5c52aa356ed23960fd7a1cc412, 0x31e4b331eff8bbcc24e5ee7afa944ab6b2fc6fefd9cbd7740f141f3d7cd80cbc, '', 0, '?'),
(0x0c6457cb19d3e7cb39591473bc5bbc8f, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\DataFieldParser.php', 1, 0x00000000000000000000000000000000, 0xf1ec3ca84546e743ab00eb19ec04382c, 0x6be774769abfaa8d2bd1239601ffe1883f47b95e2de996aa52a52d59e80dc379, '', 0, '?'),
(0x0c7773fcc61cc75b37cd01a155e6a976, 'wp-content/plugins/elementor-pro/core/editor/editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\editor.php', 0, 0xd4f87992390b89b68f22fbdbb2d80832, 0xd4f87992390b89b68f22fbdbb2d80832, 0x53725dfb33ee82b07b748978bf2336ee29745bf4c1de1f1c8779d9187e71d16d, '', 0, '?'),
(0x0c7aa12934e2832ca917024b14f00aca, 'wp-includes/speculative-loading.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\speculative-loading.php', 1, 0x00000000000000000000000000000000, 0x3ece1019b7d427ebe216586da3b2d064, 0x8e831d46addedcd47537084bcc96ffaca2955cbb4f7323abf797e2bc81e8c783, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x64e76cbd1edb9629eddc537e047cd84c, 0xd4eeec46870719938b810c7a7fb4a31cec6d55542a2a171f60ae198440a5f355, '', 0, '?'),
(0x0c868b503eab46de843d99195fe7c090, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-post-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x681fb23a66d1da90bf03f8a63b1c09ec, 0x4c7091944088b1c3c818305b62d3160e6206e7ffc2939c0ef9588a873c03fdbe, '', 0, '?'),
(0x0c8cbb9cff00df920c5245d9cd0df036, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-options-action.php', 1, 0x00000000000000000000000000000000, 0xaf9906ad6e7c6d0a95073bbcaa1bbc0c, 0x3ca02a70d626b07abe96152313c8d474d9a7e18852d0d5ddfc0b161e3869ca27, '', 0, '?'),
(0x0c90079a4c74b67d752f5527539edacd, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-theme-preview.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-theme-preview.png', 1, 0x00000000000000000000000000000000, 0x0a09e1c8418cc275cd16f63098db74a6, 0x983102474029e4592b87162ab48d7037e731c66b6b5082c04921d08091b55d2f, '', 0, '?'),
(0x0c9042ac0b8b2ebd6d5dd1a16cce87c8, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-et.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-et.mo', 1, 0x00000000000000000000000000000000, 0x2ca8e8f2af06f6fcebb8d22c4d5fdc56, 0x268a619fb4166f7ddfcd205b06e95999e4519d03d49d0fa9b3a189faf97ac664, '', 0, '?'),
(0x0c9260fa0bc3210ffa7c349d0ae513b6, 'wp-content/themes/astra/inc/assets/fonts/ast-logo.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.eot', 1, 0x00000000000000000000000000000000, 0xb639ce72c8ac366bf885548693f9b2bb, 0x5c9e8994c522a0ca497a79af08580619782e53bf52ff27a8ae1fc30290505a9f, '', 0, '?'),
(0x0c93acbe730cba735e47c478e8949bdc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0xe17f859adf795006908662a8d29b6e24, 0x44801293e83e2716a8015b7d9cd93259789f8fc4d5c334dc1db23f08922bd4ea, '', 0, '?'),
(0x0ca45d7a66980122292abe0f98b30d4c, 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\js\\editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0xa117a33be811fe536f05e0494b76d418, 0x1cab1dab587ac8ef5bc739d39d3727496e7e2faabf49d0096669dbd9e95d8483, '', 0, '?'),
(0x0ca7fd81d61c5e2e1f4c4d81dbea9dbe, 'wp-content/themes/astra/inc/compatibility/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x0caa0d368cfe1acd8cb4c8eb038b06ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x05fc45198ab47b918c949d783fa56f0f, 0xfc9a7d85364d8dad4d9aaa9e868e76e88033a41ddd4ec0ea7b7789d87eabb7e4, '', 0, '?'),
(0x0cab21a856ae0ede33f53174b2d6732d, 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-global-styles-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x5226c0b28ab6e9299246c089fe4d28a7, 0x8bb6b9334ac376e627c73c69a22f040a883dc11117684481329abf2c02ed9d15, '', 0, '?'),
(0x0cb1663893d89cb000b1fa616630b744, 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\markup\\class-astra-builder-footer.php', 1, 0x00000000000000000000000000000000, 0xe5b8b4692cfc7befcafe1419a6ffd776, 0x377c820e088f95795ae303120b9a36726d6b3c683df6016e9751ab538060a4d3, '', 0, '?'),
(0x0cb5384754f5a2cf021ad7d0a338d673, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\hooks\\use-templates-screenshot.js', 0, 0x2ef1e37dfd2c21c010d68959de8279cf, 0x2ef1e37dfd2c21c010d68959de8279cf, 0x4e1739e9bce2cca1597d40b389713a1f34ddbeeec1c275da439fec8f7d18df64, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\privacy-tools.js', 1, 0x00000000000000000000000000000000, 0xc884f2681a81af573bd84b0a9cd1516a, 0xde15ef7c3901b66e0ab2fac8acf2b5a80b95fe9fc6cec5754f2f439bfb98dd84, '', 0, '?'),
(0x0cc6957a17c3e63c4e1d41ab40f11f1e, 'wp-content/themes/go/dist/images/arrow-down.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-down.svg', 1, 0x00000000000000000000000000000000, 0x78ac80ae526bc35563a934e161a290e7, 0x058ae84c3999d050e9d78499c591a1bd285ebad515c830cb93f94dffcd0106d5, '', 0, '?'),
(0x0cc6bd036a05026e908cc6350bb57255, 'wp-content/plugins/reviews-feed/class/Common/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Container.php', 1, 0x00000000000000000000000000000000, 0x2fea4355707525c3e1ec01bcd58372f1, 0xb90e2d0a129b2e27461e8660181e4779df98f6361ab8f552c677f6017aeb3736, '', 0, '?'),
(0x0cc912245784ec0b2f51ff6bf056f03a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/ProxyProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\ProxyProvider.php', 1, 0x00000000000000000000000000000000, 0xe8a43a5f596d01a2c63efec2585c195a, 0x00ecf086912060807eb5b95112acffd1a9babc16be41a85b07883f402b15cb37, '', 0, '?'),
(0x0cd0c5d42633cc9bc64f2bce4844cf36, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0xeacfa56c1e5c45b8e923c4f7bba0ac1c, 0x787c3f8c0377603e9dd0cdcdf443447d32fc62763aaf1b587eee8e1ded99be62, '', 0, '?'),
(0x0cd7eb328059e0760bad3b276afe5fdd, 'wp-content/plugins/instagram-feed/assets/svgs/carousel.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\carousel.svg', 1, 0x00000000000000000000000000000000, 0x1da251c79f2151a2617e084ea9eba5fa, 0xb7451efad8b504103465edcba3a8dffcff05529541b3a8e8c7cea1b0a638052c, '', 0, '?'),
(0x0cdb754e7f9671a8e8dff92c87090792, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/5gb-free.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\5gb-free.svg', 1, 0x00000000000000000000000000000000, 0x6c3748af01fb49862baf5dba3df384f4, 0xb589a5b961482bdf67b272ce31a2ef69143c600ce306fc5d0f9af90a7a4f485e, '', 0, '?'),
(0x0cdc68d0f993006bf232f761f2379f88, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0x7f1b657c1b39251ca833f91b7fa4370b, 0xaa61233cb687e6130ffbcfad50bb4eefe13d85110ac7fec2cf0e7c51af037fe0, '', 0, '?'),
(0x0cdd547d10f1b6a3ce27ac0578d58b92, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\installed.php', 1, 0x00000000000000000000000000000000, 0xae09d3349f2e5dbe89c2043160b0c8d8, 0xca760fc3b724a2af463e8e649ccc5466c40c64702cfac94ab2b38dd106d25443, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x0ce0c7d4939ca4cca3bcbe29c46fba7f, 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\rating.php', 1, 0x00000000000000000000000000000000, 0xc547f4e639262530304b7a3421d52663, 0xf9a89e673f21b24af89a4d15b5698f1b54a7bd8ef6d78daa8e5b327519683e6a, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\nux.js', 1, 0x00000000000000000000000000000000, 0x95d4545cfce271ef3fa1b31fd82c9e76, 0x032ff1c2f35700ba188174665cc1de3e8c94fe5532c488c95bb0f078d68bec90, '', 0, '?'),
(0x0ce8054a9e6058261df9a6803554ec06, 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\dynamic-css.php', 1, 0x00000000000000000000000000000000, 0xf152e20da11f3786f4a55804e47ae602, 0x3fbdaeb2bb63d52c0cfa74d69d54703c2db04d0e9c761c5549ee8eed4f684f89, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x58112c4ecab66e0cca17c5fcb9fad78e, 0x9af7ca0823f1cb20d44ca0ec50e329aeb0a03b2b10e408f36396f8b3b1d9f64c, '', 0, '?'),
(0x0cebcbcb1e21316fc9d92908057ae9bd, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-post-type-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-post-type-task.php', 1, 0x00000000000000000000000000000000, 0xe0ecbae7b4cafd3ef2b317524675d109, 0x746f1116aa89b5916917b1fcde1dc7be8baced871eabdb49a7c099addb599698, '', 0, '?'),
(0x0ced235174fbbd8a8d8cfe7b4e176642, 'wp-content/plugins/elementor/assets/css/modules/home/e-home-screen.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\home\\e-home-screen.min.css', 1, 0x00000000000000000000000000000000, 0x437e696104b4f04f2f7c8fffd9dec4a5, 0xf04542a7c1e2398c3d7de11b624ace247292517f5342a42ecd8789ce3b89fc24, '', 0, '?'),
(0x0cfbd1d5d94d73acbdaf6de77d855100, 'wp-content/themes/astra/inc/assets/images/starter-content/avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\avatar.png', 1, 0x00000000000000000000000000000000, 0x616612319f5b92b56f8dab037e9c2011, 0x87d89b3ed6b2b49424e0fa419d8bff1eb7aff7017b93583f03a99e2adcaf6013, '', 0, '?'),
(0x0cfc8aec22ebe8862cf0a90725e1980b, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 1, 0x00000000000000000000000000000000, 0x5f0f5f1d8392976af2c71f3dd1037121, 0x6860d5d1716a7ae9cd61caef4e9345b17a62429d109dd87b66421c6ab4ae63da, '', 0, '?'),
(0x0cff3fee39865a03accd154578d4b6eb, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 1, 0x00000000000000000000000000000000, 0xb74a32c4d9b8f739217129754565fec7, 0x0e29fef665265067a01984b102266a821edc6c76901ad29176c9628e5600b5b1, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0d0652ffc210f6cf24820bef2d4c1444, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-posttype-defaults-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x80c3eeb9d3e3fa1a5704bf5f350ac2c6, 0x3344ded11591e0531787e9493b98cd823e5536538f6a4d27b477d1b1f430badf, '', 0, '?'),
(0x0d06cd9b19dcb9f87d43df4cc5c95229, 'wp-includes/blocks/file/view.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc9758e307b6f02188b73c05e2e6a2b10, 0xbce76c29e6a067f74ca24101f2d3f5ea2ea76da50648942c1a387a72c4d21b58, '', 0, '?'),
(0x0d08c98ace9ba38b888e7c453fcccb89, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0xdcf9136298969c6b73826ecfdc59c6ab, 0x177704b56dcb6204614e89db88f9b421f3f6282bd190c8980bd5f7a511dac2e1, '', 0, '?'),
(0x0d0eb2fd177806a984bc848ecc34795d, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-container-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x837da70bd288098d9826468d18055dfd, 0x74d6b4a1b30615cbaf17d0d4870c50ec935a1ad2939a3315b012c3f971d46b9c, '', 0, '?'),
(0x0d15f4948e858f2d6e0f589f27594d6c, 'wp-content/plugins/elementor/assets/js/packages/events/events.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.asset.php', 1, 0x00000000000000000000000000000000, 0x2ae1c1a1cf5bff505fb95331df4cf1b0, 0xf9a79702516a424a18aa89d3c71690231e8757ac7bb45bc4a1a9c2919a43487a, '', 0, '?'),
(0x0d1a3d5e6c640b2c9ab97d75537f4f0f, 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x36664df567cb1146a854341fd3745609, 0x06c58cacd90971f2079682ea7cc210a113a9b6d120721d9bfc1a266d743c37cb, '', 0, '?'),
(0x0d1d4631627aa222c97dfe233b068109, 'wp-content/plugins/backup-backup/includes/dashboard/modals/pre-restore-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\pre-restore-modal.php', 1, 0x00000000000000000000000000000000, 0x1ecbab2c9ec6211618d5b38370ba7efc, 0x0802775d0101a601bc645554cf810658f90dd3443a5daf6712f43b3eb0edc544, '', 0, '?'),
(0x0d1fca8158557f6cbd3a819d781708c1, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\elementor-2760.css', 1, 0x00000000000000000000000000000000, 0xb09c96eca12a8276b9943999c9136077, 0x9fc0c2db71290c42e9616c2290b1e959209c26cc75409625606c9f9666c5bd3c, '', 0, '?'),
(0x0d30a1e6064730917818552dad599703, 'wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\general\\user-interface\\general-page-integration.php', 1, 0x00000000000000000000000000000000, 0xa8b3658968aa149992e67f5f0700ce82, 0xde7a182170a3146bf7b1deda91a51917e766f926e109679cb3e63df24eb004ba, '', 0, '?'),
(0x0d39bfee9133e43331de7e84a78796e8, 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-user-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-user-meta.php', 1, 0x00000000000000000000000000000000, 0x27834476136abc37db435d5c2672c7d2, 0xd05a4a167374a338529e10f99e8e1d576c627522ee31161d5fe5ff40ef8b28eb, '', 0, '?'),
(0x0d46a01ea225cce717814d7673883cf6, 'wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x7bfe541f48646070d5e901bcce90f45a, 0xd15c59588b2b48710c0bd56d15f931fb22c6d7a4456d5460f574c8acf264c48c, '', 0, '?'),
(0x0d4baaf7d777b32367de85f69ccfdac2, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.js', 1, 0x00000000000000000000000000000000, 0xa929bdd6b030018ffd474e2ba79c013e, 0xe842545b9d21bbd0370305474da18fb4155286fd61641b028584f1fe6d095259, '', 0, '?'),
(0x0d4e966390dda88c6c943dc4d56e08a3, 'wp-content/plugins/elementor/assets/js/notes.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.min.js', 1, 0x00000000000000000000000000000000, 0x6954ecb537227c5d5ee008c90450a189, 0x42def6b8c30bc1f3e3e1bc898fcaf1b29731e94ed9e35352a2b81b4b9e6e4a56, '', 0, '?'),
(0x0d51eb5d506f2f636cbdb53345ccdce6, 'wp-content/plugins/elementor/assets/js/dev-tools.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0d55c06ac27a066897322ff0399c664d, 'wp-admin/js/application-passwords.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\application-passwords.min.js', 1, 0x00000000000000000000000000000000, 0x3da95d872145b8ac9b5659533d1ed3d5, 0x2470399a236f9c972c3af3fffb97407ccae1065a8f00eedbbbdbb54755157b25, '', 0, '?'),
(0x0d5e7fcff28fd935c271261f1553adeb, 'wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-gutenberg-editor-css.php', 1, 0x00000000000000000000000000000000, 0x7ad595e336e8b37488d59a8fc5440c81, 0xa034a8434fbda8d99b1e4202fb3eee5daf64f0c00ad3ab299006e97c7a72e0d4, '', 0, '?'),
(0x0d5e959c5fa9410a20d7fedc1a691747, 'wp-content/plugins/elementor/modules/components/prop-types/component-instance-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\component-instance-prop-type.php', 1, 0x00000000000000000000000000000000, 0xf1b81ea7c2efb9d1f17c2310538b24dc, 0xfe185cf9bf0e3f489d3581a34e6553cd36662aad4ca655646e7019287da65a24, '', 0, '?'),
(0x0d69b628c22346bc91a4efc07a1ea6c6, 'wp-content/themes/twentytwentyfour/styles/fossil.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\fossil.json', 1, 0x00000000000000000000000000000000, 0xe53c7c78706063a212d168aca6b30548, 0x7bae82f722ae1764bd5e818863bc5f5dc68abd2e16624ba8afa5e615e2c11c5d, '', 0, '?'),
(0x0d6af5fa97ca8d26aa29bfefe49bab97, 'wp-content/plugins/wordpress-seo/css/dist/plans-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\plans-2760.css', 1, 0x00000000000000000000000000000000, 0x71a090b25e38ed9c9d57c8c3605fbd95, 0x4f74c6b1b47aa76aa86d94b596dbdda23dedfd8a8977d26fd9aa70fd458e26c9, '', 0, '?'),
(0x0d72a506b31674826a266f08d79a6dd0, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0x733d85c39e5da33baa31f45cf857b2fc, 0xa806550a8459bc5ff4348bfa3fde3e3457bac78ba5fd187e41e48a8ddb1db099, '', 0, '?'),
(0x0d72c54a7c76ebd33be37cb099e39352, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0x359c6ffb84dbadeb4ae32ecc437e35d0, 0x3c22cd4a8d6d9ab353e2a68c33564cd8bb35a6d972fa4f8c5e93b52f0d429514, '', 0, '?'),
(0x0d754532c6e940fdc4bcfcc3595feccf, 'wp-content/plugins/wordpress-seo/images/support/support_forums.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\support_forums.png', 1, 0x00000000000000000000000000000000, 0x1afdf1f5bf92de4d719c1002e1ae0099, 0xde74007c26ad013c5cc2056bb23604e01ad78da58c6312dc53e207afb2dd8984, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\my-sites.php', 1, 0x00000000000000000000000000000000, 0xb12fd3741ff7bb661704f23a69dfd273, 0x8f368613f69ab5a9024bce0fc65c36fcfe71584624508842201691431ef3b683, '', 0, '?'),
(0x0d7c53220b1e7cd06e3c275ca90d229d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\request-parameter.php', 0, 0x83e6983cc14453c7919475ced132ca08, 0x83e6983cc14453c7919475ced132ca08, 0xf6e59b00e6520cc1c870c8dac1821376ea41af6e78e78c10dc1855a11b603f07, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x20bcd3d3d94f3e41dc2be43d041a172c, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x0d83088bf429b5f2bb90a992be65a441, 'wp-content/plugins/elementor-pro/modules/mega-menu/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\module.php', 0, 0x0dd011c59a7d149ab8f1424febecbed9, 0x0dd011c59a7d149ab8f1424febecbed9, 0xa9063ddfe8ba72296a765b462a518e0f4805e61587e19bd47143c71c4c0b43ea, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common.min.css', 1, 0x00000000000000000000000000000000, 0xb44dec5487ca6075c1bdc24c306a87fb, 0x7d602ff45aa5767fe4a47b6c82f8721aaabd92522e8590d592c0dbe881f5cc70, '', 0, '?'),
(0x0d85beb54369662ee7a71e13f0a86c97, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\base-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x05615b615d479d51a649bb7c5bfe5046, 0x99187320fedcf050185e94931b9ca8a1c3389df925ac5da69ed09aaf0cd7abb7, '', 0, '?'),
(0x0d85eb480f69bff227ff88ab1abed63f, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-product.php', 0, 0x63b11b2cf2e970e3f19c5492477f9b88, 0x63b11b2cf2e970e3f19c5492477f9b88, 0x18807c49916de71c2646b69662f2e333d2013232af1a34c74e07fee0395845f5, '', 0, '?'),
(0x0d86dcb3046354e4f5b30edccd426eea, 'wp-includes/blocks/loginout/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x0d8757d0090a5a9cd066327a940e9965, 'wp-includes/js/dist/script-modules/block-library/image/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\image\\view.min.js', 1, 0x00000000000000000000000000000000, 0x34dac7b9837c3f03b61b619b641de7ed, 0xae37f40a65d0d16af56275ac0f2eab1db96247df165f4cca081090c34fb2904f, '', 0, '?'),
(0x0d90ca3cdd3ad1202d7bffabcc961248, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-post-format-search-handler.php', 1, 0x00000000000000000000000000000000, 0x8693b60c5139060daa0ea97fe6cdb35b, 0x81830171b7d24e4364fad1d1123faf23ec0db267efa5a69169659c2d5bbcff62, '', 0, '?'),
(0x0d96af423ef8353dd3c50c8cc1bce721, 'wp-content/plugins/elementor/assets/js/container-converter.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.js', 1, 0x00000000000000000000000000000000, 0xd7d31a2572e1c49589c9ce4df00dc766, 0xcde69892e1d1f9d0740ff33159c6b229f0f4d7935b031f6d22b5cc14dd6e3d6e, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0x00ab1ccc6544c5af08377d884c4203c0, 0x3082a17af46820e9db85ede0789a74c150296f9071361d25b4613e01255d6ca7, '', 0, '?'),
(0x0d998f75c097dcebb5e7fc78a03cf71a, 'wp-content/plugins/elementor/assets/js/32f7c5e8db4c8976b254.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\32f7c5e8db4c8976b254.bundle.js', 1, 0x00000000000000000000000000000000, 0x89a3572552dc1caed9c1b49e81a1b206, 0x918d929ebac8de175161b072db2190ebed8f19efac1df5d64406339d303f03b7, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit.css', 1, 0x00000000000000000000000000000000, 0x04349c57dc705cafc701df8a70cfbaae, 0x72c113871c522020bb01de4ba25056dab554bfdda51bc7d02ed3866e9e3e6594, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0xa5341cbc51646a50a3990aa83edb2b6a, 0xa1b745c6c0cafd0e241f9806ca2b92773b0fc52275803c0106693ae03593a7d4, '', 0, '?'),
(0x0daeff490cbb167a6a6be382590f405f, 'wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-extended-base-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x7849e75a7b3e920b19e24d740c6f3bec, 0x731328607fca5335e3b210e67edcf89d816766639f3537fc015b92ce57f0e9d8, '', 0, '?'),
(0x0dafd0cf1dd2f2402898f14a6187b8e8, 'wp-content/plugins/instagram-feed/assets/svgs/messageNotification.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\messageNotification.svg', 1, 0x00000000000000000000000000000000, 0x458f6b85112eace3a153e7e8ffef8ad1, 0x3ea4b443f4a98f471e773e8f982cca2249f0a8c4b5448ffa39cb41068cf5bc01, '', 0, '?'),
(0x0db238439b21c6559a51e0b98d65eebc, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-edd.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-edd.png', 1, 0x00000000000000000000000000000000, 0x4111d4134c9e09354e3cd50ba6b0455e, 0xd5ecaeddf73d89df2cb0199d7f6fccc02feb8b4681dce2602ecbb96e2c5f6f38, '', 0, '?'),
(0x0db2d37c8be1da2c49974c08c0a324e6, 'wp-includes/blocks/post-comments-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\block.json', 1, 0x00000000000000000000000000000000, 0xc476801e6082f5993d46e3fe408a19dc, 0xcd35ff7793850413e34a3ac67b5896d2b5a54593ea94010e12341b03168cc686, '', 0, '?'),
(0x0db97195c216361ffbc58492c6125d79, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-push.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-push.png', 1, 0x00000000000000000000000000000000, 0x53612de74f75d0fd8f879558aec06b16, 0x0287606a802844c823f8c5ebdc8d4c5ea02edf158b29887d7a8faf8ce1708ca7, '', 0, '?'),
(0x0dc22ec903c294d47d5491284b5c026e, 'wp-content/plugins/elementor/modules/library/traits/library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\traits\\library.php', 1, 0x00000000000000000000000000000000, 0x76c47b29f48ddcbc687db931a5d91105, 0x2546495c5ff50c11f3b3ce04abf57730c6080c91cdfb3baaf95216243d15c618, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0x0dceb3f4071af12a496d98d34bcc2b20, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/term-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\term-archive.php', 0, 0xdd4ccd4429b9f2a66a9abdb411beb64e, 0xdd4ccd4429b9f2a66a9abdb411beb64e, 0x48849e6d5a4f61b24e54e24725fc0450472ea9138dfbd4263f64892ec9c6e5af, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-head.php', 1, 0x00000000000000000000000000000000, 0x63f76d734edbcdba1093fa4ee6c73b35, 0x8ea7b6310266e5f56bffa9282aff1e0de3e08feda1b010afeeb878ee7e0be996, '', 0, '?'),
(0x0ddc5b6631f8583708c8eff60a8cc839, 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-verifier-handler-interface.php', 1, 0x00000000000000000000000000000000, 0xbd924a80116a31b0df6e25215c5d2bb8, 0x04b3b3fb093d0e246bec225f8f087831c8ac04d6a52a664a8317c67f214c2bbb, '', 0, '?'),
(0x0de10971635982b2ea5d0267bce3e2c0, 'wp-content/plugins/elementor/modules/site-navigation/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\module.php', 1, 0x00000000000000000000000000000000, 0xd39da035e2a082623f5d0e3ced1b371d, 0x71594539352f6eb2c50aedfd81a3dab4e856d6946e8ae29a304c38df2f0da911, '', 0, '?'),
(0x0de8f7b1bbe6b4c70fb45444b587709c, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\post-type-helper.php', 1, 0x00000000000000000000000000000000, 0xbf8566d87fa66941e4d2e4911e881d99, 0xc4ed89458158bd22171ac30295ecfe8571a2a1ce3a568372da940b40f2ced488, '', 0, '?'),
(0x0deb96b06de7ef9777040f8dcc208a07, 'wp-content/plugins/feeds-for-youtube/img/close.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\close.png', 1, 0x00000000000000000000000000000000, 0xd9d2d0b1308cb694aa8116915592e2a9, 0xf96176ff92cbaa5305863dca86d9597561c604e35160ed60599ae3252d0b0086, '', 0, '?'),
(0x0decf78b33d3d0e0ceacb10cd3ee6869, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-400-normal.a294b10cb53bd3cc.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-400-normal.a294b10cb53bd3cc.woff', 1, 0x00000000000000000000000000000000, 0x7d72d9a1d7177d9270f48fa2003e3752, 0x77ceb7b708f8cff5e6746019d7d6ff90fc7a42cd98bd027a8483662fcf350e05, '', 0, '?'),
(0x0def7a9173dd0ebf265d575a4b265d15, 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xaa9176c17f53f422c88a96e1954147d6, 0xa50488d1db96b26b04c793123de24947be9b655f6820d8d56a6647c15c00c4e6, '', 0, '?'),
(0x0df82f132e83b0e0621417365932d5bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\ClientTrait.php', 1, 0x00000000000000000000000000000000, 0xb3e232d10b414f4262e9c863c456573a, 0x157dc1509a075ff346359dfdfd3543b35e37686c85eb21545893d91f6725b603, '', 0, '?'),
(0x0dfac9e5c1c0d7d3021056611e8e1e46, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LogLevel.php', 1, 0x00000000000000000000000000000000, 0x5ea4cc4b1ae72ba26ced928a2e0a2295, 0xdf82f48983b63a373fdaf31799b3e29f886c37ab0345b7d707b210712403913c, '', 0, '?'),
(0x0e0362edd9323af3db9ed22c5c1361a5, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-progress-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-progress-bar.php', 0, 0x53af5f940707e78ad560a08c094fdea0, 0x53af5f940707e78ad560a08c094fdea0, 0x6ad461794baa5712f0e935fa64ccd86cc360c059fcd10456a2e07833f6f3a018, '', 0, '?'),
(0x0e076f341f9135ceb3d89d0184e10f8f, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_psr4.php', 0, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0x0e1a5e1e9f24b2e83e6450c95a778adb, 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\repository.php', 1, 0x00000000000000000000000000000000, 0xf14778db0a43a094148a11c5b7e1b78e, 0xdbd3076a1d15c19b2c110a86b18722862c18cab08ed65dfddb49f9b6b7debb0b, '', 0, '?'),
(0x0e1b5b29c347860a79df760f4a1249b2, 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\classes\\elementor-related-query.php', 0, 0x745af475e9eec91f08677e9194b3c72a, 0x745af475e9eec91f08677e9194b3c72a, 0x9956b66d00d406df29f13db93982bfe761ee87866693a9d18b43eb6b9aecf4d2, '', 0, '?'),
(0x0e1c1bf3ed29a7553f336a3bcb6a683a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\comment-link-fixer.php', 1, 0x00000000000000000000000000000000, 0x614a0443b7efb6a10aea29fcc3b16d2c, 0x616746ba9fa6ae93bd25b75677265378b6c5a07af779deadffead32e5e5de68c, '', 0, '?'),
(0x0e1d42c3529dd6ff7bcd43e1d9e92fa0, 'wp-content/plugins/backup-backup/admin/images/amazon-s3-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\amazon-s3-mono.svg', 1, 0x00000000000000000000000000000000, 0x14cc4fb01007e6a887ec17093999a3c7, 0x092bff0625e72cf5bedd74e7cb168b6a246016bfbf4978a43a255e39d9677894, '', 0, '?'),
(0x0e1e3a052aaf2b692ade693292fa7d51, 'wp-includes/style-engine.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine.php', 1, 0x00000000000000000000000000000000, 0x89cae53d5307893d1411773d8e1e3ab6, 0x9594b7bb7649f6955ef9a1595c6b5377013ac6f0e59685858d3d686552ee73f0, '', 0, '?'),
(0x0e1f3629f3740048f8ba76f9d3868038, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/gallery.a63a15044cc911c275600882fd68c0e9.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\gallery.a63a15044cc911c275600882fd68c0e9.svg', 1, 0x00000000000000000000000000000000, 0xcabbb5b3023709e6783f833e24a240f9, 0x3a8f6266b235aa5f7657074f41269e6cd67110490ac8b34e4abdb83c28dce6b0, '', 0, '?'),
(0x0e1fcee7cdbbecbcd9b6188c19303275, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\templates.php', 1, 0x00000000000000000000000000000000, 0xb8a191ca80bb97ef370a6c195b77c4a4, 0xf30249af88e35ea2b705631a50114b465f35b47083d59a32223819c8813842c1, '', 0, '?'),
(0x0e2381e067c83fc7a2653069efb61c9b, 'wp-content/plugins/powerpack-elements/assets/js/frontend-breadcrumbs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-breadcrumbs.js', 0, 0x5430ee98967d339025416f45d12aa200, 0x5430ee98967d339025416f45d12aa200, 0x1c53585a75a64edbfe65f0be10f4d021730d159d34de8edc310e1d5106e69015, '', 0, '?'),
(0x0e253e386f12ba3da765e5b9348f3e34, 'wp-content/plugins/elementor/modules/global-classes/usage/document-usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\document-usage.php', 1, 0x00000000000000000000000000000000, 0xe14d4840fe4c3840ccd151d7f53938ac, 0x0c9605b5f63a1e52e35314f3ac2f433aa5d35deb12767d2812416bd22b50662b, '', 0, '?'),
(0x0e2afc4cea1a4a4d9d8560447174c2c4, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0xf5e0146a8f7ec730265cedb044c43978, 0xbc5d71716b690d654f0c5e85c1314ededfca82fb8e2631be4c570c18d82db5f5, '', 0, '?'),
(0x0e30041eb513a62d4086458fc9dcc957, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-featured-post.png', 1, 0x00000000000000000000000000000000, 0x3ce26a6cb9ab935ccda4c110b51dc3af, 0xb201732dba1439c64b8a8892d456af1e5d2773dc10255a3bd93f0d27650696c9, '', 0, '?'),
(0x0e34e146f65f81e6706aa9eedc2ad510, 'wp-content/plugins/feeds-for-tiktok/assets/images/balloon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\balloon.svg', 1, 0x00000000000000000000000000000000, 0x862ff4c5539ed8d390953f4759f120bc, 0x12921418feb047d6480e81035c1225148d1d16c839238dbeeb0e7c97b5c56be4, '', 0, '?'),
(0x0e38ecc929386bb3fd2091c3c8d36cae, 'wp-content/plugins/elementor/assets/css/widget-image.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image.min.css', 1, 0x00000000000000000000000000000000, 0x12045858d487a8ae56337b554a5ee03c, 0xcd21da6f3f1f5afc4786d3e2f3dbde74204ff7043e551bd42544c15d5af08fc1, '', 0, '?'),
(0x0e3b7067cf33fc121d19ae5e599dabc4, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement/schema-enhancement-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\enhancement\\schema-enhancement-interface.php', 1, 0x00000000000000000000000000000000, 0xa61585811b91c63407e813d30d74cd05, 0xf1c275c6e1523eba7124eef31991f20243bec98b5e2151e286df72ccdd52647e, '', 0, '?'),
(0x0e3f1f8d613c07f8155ee77d275fae5a, 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-color-configs.php', 1, 0x00000000000000000000000000000000, 0x7c73fcfe2e877d189a3be43b89093d02, 0xa34e920846e95f14b446f27d7628afddbb517362cae66b4f7b06b31265efe512, '', 0, '?'),
(0x0e3ff367381eac4623f0f06e0c66897e, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat.php', 0, 0x668318508f58641047ac086c17761541, 0x668318508f58641047ac086c17761541, 0xc62d37f7c773202f683135bc279b9226de8d92581e1c87eed5bf3d6c2c816594, '', 0, '?'),
(0x0e40c892998897ba94be49050cbbad4e, 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/refresh-callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\refresh-callback-route.php', 1, 0x00000000000000000000000000000000, 0x027be6fdc93cabbb12899f0334ae63fa, 0xec6a7b7fc98901d2f7a66335ee0bf8160c3b39ff61d34724850ec87ab1e684b5, '', 0, '?'),
(0x0e4100112d88eec7daee09db421164b2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tablet.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tablet.svg', 1, 0x00000000000000000000000000000000, 0x12b8dece540c02cb892e2edc32ab7ad6, 0x832ebd71b884b80bb8ac25dc7e2ba6dd0e73e46659cfaecfadc0e739e10df684, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x3e94de4393fd0ef06e89e46f5ae3e54f, 0xa1e93cf6f0a5108bf0794ae5f406bf4af921eb6a4195a6d4e1279b3874653eb6, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x264dcb66205a8daa7868695134f49452, 0x241bb2b5475db934dfc76ab2806ed37645c76868d8320d2e0ca60a1d2a1d3e59, '', 0, '?'),
(0x0e5e1d65ca8b6e37cae4ab6bf2cd849c, 'wp-content/themes/astra/inc/template-parts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\template-parts.php', 1, 0x00000000000000000000000000000000, 0xe588595f0efa5eea2bb9d84c315aa25c, 0x2f093a66a9842ff61b382fc14b855542019e59509946b650314e5283c961b1af, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x0e633766da3a792dc6fc0027236c2a86, 'wp-includes/js/swfobject.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfobject.min.js', 1, 0x00000000000000000000000000000000, 0xfaadb415b4c5843716a3b26ae652f3dd, 0x8345fc9f8772c929636be51551dadaf908978e5b0f79d31543cf87e53d21bfae, '', 0, '?'),
(0x0e6659e3090f514f92934b437f49550f, 'wp-includes/css/dist/patterns/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style.css', 1, 0x00000000000000000000000000000000, 0x6e281fb23c8d5d7794aa410af84e1d0d, 0x31c268d1b8aa5d18a3bd7d8d184872ed3d7cc3c97e21d5e1954d74669d410dc0, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x0e68acfbcb47f1f3f5b992ea1030188b, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/llms-txt-cron-scheduler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\llms-txt-cron-scheduler.php', 1, 0x00000000000000000000000000000000, 0x229d33801192eaa25b4c1633f3194642, 0x34b7f550db87c9387874687296b8cb394295454f902e4e43c423ddbcabbf3d09, '', 0, '?'),
(0x0e6bd543cc4c8aa04a9b94b8d069e67b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\installation-success-integration.php', 1, 0x00000000000000000000000000000000, 0x0147cedad82d71269656f62a4f865788, 0xf6bc6ed947a28998e703f530ea6567020104f25fde980a7da4ec06539ae2a284, '', 0, '?'),
(0x0e6fa161322a2ec327bc4a9cb4af4e4b, 'wp-content/themes/go/dist/images/checkbox-checked.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\checkbox-checked.svg', 1, 0x00000000000000000000000000000000, 0x6bf70bdbb32b37ebb8139a624eb453ee, 0xe71c2ca2476cf37bf8b60eeae7628c23872a87dfe039851d1cfdd04e4a079eab, '', 0, '?'),
(0x0e774bb7a864234971cb46b9c3e91d21, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\section.php', 0, 0x536901a42a2df1bb6c468e29619515ad, 0x536901a42a2df1bb6c468e29619515ad, 0x7a4a83c99c7d7b5aa582bec2ca0178027f1ca3e9f858331bd0b851377054fe3c, '', 0, '?'),
(0x0e78763482baf68c0a2dd5c016e7a45c, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-searchwp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-searchwp.png', 1, 0x00000000000000000000000000000000, 0x2e7dde822b016624c3a3a8d76d194b3c, 0x9d540dd19c623efb8b74959c59d50b69608aad5137f90bfcee26f3b2ad037a1b, '', 0, '?'),
(0x0e80116686ee34fd2803f8c5159cc9a3, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-4-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x30bc7877215f122f80a6a8d883fa23f5, 0x30f6233db352a3a394c31e67fd09608fef1a494951ee2f46ea3406f5b9772bea, '', 0, '?'),
(0x0e83d554318a2fbd7c7391fafd34ed27, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date.php', 0, 0x2fa2e92fdd2e8430fd5cf9388cf4bf38, 0x2fa2e92fdd2e8430fd5cf9388cf4bf38, 0xfc5a20b8cff559f29cf7de72a62c6d25b2f1c0b669b959f9d4bd6bedf67e27a6, '', 0, '?'),
(0x0e86832573f3001070787344b8ee7be1, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\css\\swiper.css', 1, 0x00000000000000000000000000000000, 0x9a1ce41378713cbe9bb50c7100094a74, 0x59a0ac2d1c4f65c54d5c0e33532a23d71c16d8087312876fb42a13bbe96f8433, '', 0, '?'),
(0x0e8c58512dcdd55394c272e68b5df5dd, 'wp-content/plugins/elementor/includes/widgets/alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\alert.php', 1, 0x00000000000000000000000000000000, 0xb72f2bb0c8e862ae766ffdc4f3c27b79, 0x6759e0299d09917b1f8ac07185d931e16149ae7553b5421e9a0df4734782a2bb, '', 0, '?'),
(0x0e90ece1bb10944d1bc5bca7a75d672d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/schema-node-filter-decider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\schema-node-filter-decider-interface.php', 1, 0x00000000000000000000000000000000, 0x57eb411aa8de809e420e5123910eaa45, 0xc1fd8be88314232ec88d7762d60bd71047748e6982cb5f6e2442bd5a901d87c4, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x0e96288d10dda0ea6041e79c788eb7c5, 'wp-includes/blocks/post-author-name/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0x0e99b001522e049d8d95a0119073b665, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x753d5a1a130987da210d008974ae9130, 0x7c2a11c3ef389a5b376633de519ae05bf21efa6581fb5c31dbdaa83c25c41dd1, '', 0, '?'),
(0x0e9e1af174304ed4a131faa5a1052fac, 'wp-includes/js/dist/patterns.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\patterns.min.js', 1, 0x00000000000000000000000000000000, 0x960d55d96e74d9fea294af6f6b938582, 0x883973d997318e658bb5b0c0304af6465f007ce0d6c0874aa5702bf003e597ff, '', 0, '?'),
(0x0ea5e9b68f54228c1842e0f0dd1188ce, 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index.php', 1, 0x00000000000000000000000000000000, 0x5834440c295e93eb81e71bd02d5b16d3, 0x1414ff576d48e1ca5973c37e63d8302179c757e2c46b24997e199f8d5cad5606, '', 0, '?'),
(0x0ea96f23cd3b0463b08463283a6c633f, 'wp-content/plugins/powerpack-elements/extensions/background-effects.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\background-effects.php', 0, 0x2e565567e2424b5293a10013aa825167, 0x2e565567e2424b5293a10013aa825167, 0x6e90fbc791e441c13d27bbe87b7618b41d59e12d2aa13f74b449dbf8aa0c43ab, '', 0, '?'),
(0x0eac77053455e4f9b32bb7f737e737f5, 'wp-content/themes/astra/inc/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x0eadc16f2b468bbffc30486e33c7684a, 'wp-includes/blocks/gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery.php', 1, 0x00000000000000000000000000000000, 0xf1eef375982065afe1aca7e889033ed2, 0x7d7b3fbe244ab1b635c33f28345a7b7b46c208c8d8887724ded352e6ee731a33, '', 0, '?'),
(0x0eb25d0547880ed889a6a3a06d8f0b36, 'wp-content/plugins/elementor/core/utils/api/parse-result.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\parse-result.php', 1, 0x00000000000000000000000000000000, 0xaacd95e712ad9fe3117918ab74a30af7, 0xacced1b85ce9da91db9750dd22ad22d91005c9e3591847c8f99603f53c9cd42c, '', 0, '?'),
(0x0eb5541e8ae6c4c31a19b7ad9b13a328, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.js', 1, 0x00000000000000000000000000000000, 0x01bb3ee48d44b69f20925462ecd45ce1, 0x97820b44a9c9df72a2fbf510bb300e02f8fdad47142f088220fc69fd56a1ce74, '', 0, '?'),
(0x0eb8c1c21203d806e38a40425e0e5ace, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-social-icons-configs.php', 1, 0x00000000000000000000000000000000, 0xeb0109b10f89a9b03b757eefd8c22c4d, 0x19579ccd33ed9d1f14b7a906c3f09f6dc5ecec2c7ce9ea35c230c8faee5591d7, '', 0, '?'),
(0x0ec68345010e47197eaffcd4bbe77c0f, 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\id-helper.php', 1, 0x00000000000000000000000000000000, 0xda3cb940ca05f161cfe8a3150b2e8345, 0xd4fe1d5d10a579def46dd14b4dc2aab65cdab867e2ca98054e4bbfd8c9d39910, '', 0, '?'),
(0x0ec6fe280c222ff39d9c88199d986661, 'wp-content/plugins/elementor/includes/widgets/common.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common.php', 1, 0x00000000000000000000000000000000, 0x83472f5e0b47de80242ab743340e8cf2, 0xe648ccade3f80b733dbef132136488d66589618cf4dcc30e415c17bcbfa387c9, '', 0, '?'),
(0x0ec872155622077cd12e20f4d223705f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/TempNameExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\TempNameExpression.php', 1, 0x00000000000000000000000000000000, 0x0053e696880ab8df702c5617f031f1fe, 0xb6acc9c4c0897608a45e5b06b62deaa003d38ee0051ddcde52a7aa00c89658ee, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\entry.php', 1, 0x00000000000000000000000000000000, 0xfa82f9259da218ac50cbf767274f24d6, 0xb23c8dff64bde4822b899e84772aec4daa243fef35a9df431f8a120c76d48ccb, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0x0ed979672183ff35dfede956511e42f2, 'wp-content/plugins/elementor-pro/modules/custom-code/editor-one-menu-items/editor-one-custom-code-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\editor-one-menu-items\\editor-one-custom-code-promotion.php', 0, 0x187928b967e18a7be362b248b987ccf2, 0x187928b967e18a7be362b248b987ccf2, 0x9bb519e49f7ce822663835e84dc5b02d38e497a1a0df4060ffcc8e2573d4e5db, '', 0, '?'),
(0x0edf4864e094d6e3e8f1956ff2430c5a, 'wp-includes/sitemaps/class-wp-sitemaps-index.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-index.php', 1, 0x00000000000000000000000000000000, 0x8e7b5ac9acc6f1083e4dfb68caa2684f, 0x16226ce7455580babfd36495281ad05a23540b4fb120bec2d20d3e67fab6bd57, '', 0, '?'),
(0x0ee190775d863cce00ed7d183048ac4a, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/import-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\import-runner-base.php', 1, 0x00000000000000000000000000000000, 0xdb58a71750a7d11383451132fa8f399b, 0x62559ef43f516afc50c24db675bf6b469ef7e86ebe5d647a3661c6447e526bea, '', 0, '?'),
(0x0ee209760184a59cb453c6a3cace993e, 'wp-content/plugins/reviews-feed/assets/images/sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\sprite.png', 1, 0x00000000000000000000000000000000, 0x32da6ccb93328901731315aaf66ea743, 0x65da59b2afffb2a1063bab50a0e52e262dd8efcdf7593fcdb60ae12f55b882ff, '', 0, '?'),
(0x0ee389c8c09d41faadcc7b887da39d1e, 'wp-content/plugins/elementor-pro/core/app/app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\app.php', 0, 0x5c793d95f6d2a1ef7307edb98f2297fd, 0x5c793d95f6d2a1ef7307edb98f2297fd, 0x870c7d4fc6a437549cf975dc27965afbb7692a95058ca5ec15427b274e9370b3, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xca83a41c44fa878db829916115ae106e, 0x60aed3c129438a0145814cfa64a558015ca27f2646102dbf56379a2b31c05341, '', 0, '?'),
(0x0eed4bc3b4191f3ad253c4c293bfe6af, 'wp-content/plugins/elementor/assets/js/tabs-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-handler.min.js', 1, 0x00000000000000000000000000000000, 0xc92a7ba52b0b75309a5565233b153ad1, 0x3769ba391123f42a7fc8522fbf6477c630fa5ebea23e28297f132ce196d8556a, '', 0, '?'),
(0x0eef005ddc9c59eb6716d8075fdf66ba, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/import-export/traits/external-attachment-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\import-export\\traits\\external-attachment-trait.php', 0, 0xd7534c7ed717d1eaab60ab3717d1bb08, 0xd7534c7ed717d1eaab60ab3717d1bb08, 0x92121ea3f838a3ce77150a589afdee79dad98a262fe2efb2cf19e9e4e6ba98c9, '', 0, '?'),
(0x0ef75ea1a527b3c29841bb8502e01784, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\builder.php', 1, 0x00000000000000000000000000000000, 0xae8b2bf75470e4c23f8f15a0fcc711b4, 0xb3aac2b2d86b3a0d30c8a3d920f31119ee8522b7562f9f164f46746ea1fe83ea, '', 0, '?'),
(0x0efc363d4354633234f0149e2e04297f, 'wp-includes/abilities-api/class-wp-ability.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability.php', 1, 0x00000000000000000000000000000000, 0xc15e2431083c3d1773493e3cdfd57983, 0x5883a1970aa053263a5b036ae02095e1de7aed91fc2aeecf74f1819bfe71cece, '', 0, '?'),
(0x0eff08d4ab23044e02f5874b0f4179a7, 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20211020091404_AddObjectTimestamps.php', 1, 0x00000000000000000000000000000000, 0x62e6c5b8297e30535a6e4eb2e4dab411, 0x51f4e74795fc1be6853b0432dc80886eef08e143e948cc4ceae26ef9177f02bf, '', 0, '?'),
(0x0eff24af6ce16f0fdb56ce6449776e63, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\instances.php', 1, 0x00000000000000000000000000000000, 0x404ceb84903d33ef20f75c32b5b7287b, 0xf6e449803f4f3d0e4bc174912e19add3b1d9dd9d12b2705ca097025b8b46ab1b, '', 0, '?'),
(0x0f00a293dfb4aac6c63adc481f50b411, 'wp-includes/css/classic-themes.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\classic-themes.css', 1, 0x00000000000000000000000000000000, 0x7b35cd67b26a93fc0d7096e8e1098ec0, 0x01703865c24065d1e19ced53f01700df2c7d436877c60d613800371b33ff6b2f, '', 0, '?'),
(0x0f09b34ce3398a85e1909bf537667f79, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\solid.js', 1, 0x00000000000000000000000000000000, 0xb1d433e83526cd65be6700fde6efa359, 0x3febf5d11c4a4f5311c8b987c03776b266b1c62a9777c9858bfbb905830e7819, '', 0, '?'),
(0x0f0e792a16d3c7d3d275a2b1b1054780, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list.svg', 1, 0x00000000000000000000000000000000, 0x660d670f016f7399d4b02d613b49299a, 0x3534b45f52110ef6483987deb6386ae4d3362ac52d7068e9b8e428f5b6711c4e, '', 0, '?'),
(0x0f19f094cba3621ba8e029bfe01d7072, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4c00b6fb7a58647fe13def3609372cd4, 0x5bc31dbbaa7c5417031dd71792922b50b4c6c4a52e7088be1b439893297804c0, '', 0, '?'),
(0x0f1ff5af70fb310c27eb9e1d6cf1a120, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\xmlrpc-conditional.php', 1, 0x00000000000000000000000000000000, 0x35312b1733347984157ca3bb2e0c59af, 0xa6d84efee14e6d5b722e174960e757a0ac6f5c9f8146ebd511c443a8a5e03a21, '', 0, '?'),
(0x0f22d2d9abfe4d2dfe4ceedd2824028e, 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-button-component-configs.php', 1, 0x00000000000000000000000000000000, 0x00364a2b6b74c9849121eb33f78e6cd2, 0x5dafd8e12c0a7d53f09752885d69a3aa598e383c88e84471440f7ff685757759, '', 0, '?'),
(0x0f26109b9ba144410482d17a35b07e02, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-register-capabilities.php', 1, 0x00000000000000000000000000000000, 0x8faff426ca4f2e75844de04de2c44fd6, 0x6f64c5a15e910fe8c4c6d14e6de95638b12a15cc86fe779800ad148269268ca3, '', 0, '?'),
(0x0f276861551ab171cc60c1e8d9cc7567, 'wp-includes/blocks/navigation-link/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa149a9d99e024d854cef9808d43d670f, 0xa1c5e0beefbf1beeda3b5815e56a774f1e185d5e851cb72be916bdadf8ad7bbc, '', 0, '?'),
(0x0f30bb5f391e47497872d0632cfd3524, 'wp-content/plugins/wordpress-seo/src/conditionals/schema-disabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\schema-disabled-conditional.php', 1, 0x00000000000000000000000000000000, 0xe16b2fa03c4d78e932386031639fc89c, 0x294937cd00b01402383b025f8a3a8ac899c8422a3dbf831c55929350855d7711, '', 0, '?'),
(0x0f320f7a14359a60b4b8a18ebe6b0592, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/site-kit-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\site-kit-conditional.php', 1, 0x00000000000000000000000000000000, 0x577574d35a8baa134bc3f099c9e11de8, 0x68ff9b32181cdfe2c7d8fd544225782742678991970b04ae0e8d3b3b8615e8ca, '', 0, '?'),
(0x0f36b11289c1668c37bc1777ff634100, 'wp-includes/assets/script-loader-react-refresh-entry.min.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-entry.min.php', 1, 0x00000000000000000000000000000000, 0xd5de05f2c2a14beb299880d6617956e4, 0x42e9224f6fd5e186ed0901bc7ab7299d49c24049fa0719fe226349ca9e33758a, '', 0, '?'),
(0x0f36c6f531fd5599f2da819c79b64f83, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-6.min.css', 1, 0x00000000000000000000000000000000, 0xb6211bff9f4d21141ef90c21840d7572, 0xe2c50084c7abf7f44f83f65a349429718aaa8d43b260d92254e8cbebc1372549, '', 0, '?'),
(0x0f3a9f9593adfd98a66bf8bc3135cd5c, 'wp-content/themes/twentytwentyfour/styles/mint.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\mint.json', 1, 0x00000000000000000000000000000000, 0xd2482ef8cadffb1aa035fcc45767380e, 0x97882851d1ceac566699af91eb7d36920f22b2a3a5fffe25820fcc6c70615c64, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0f3ac993c2a0a46d5d7c194d85e77f71, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/dummy-author.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\dummy-author.png', 1, 0x00000000000000000000000000000000, 0x1430b368c0d513ac9a468735fd38686d, 0x18f052d6ea531e164e712148c5a90157e6a86f6b03b35dac445cd826ab0fb6e9, '', 0, '?'),
(0x0f43ebc79cbd63499fcaf31dc333d756, 'wp-includes/blocks/post-time-to-read/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style.min.css', 1, 0x00000000000000000000000000000000, 0xb21c096f6175071283f06b843422c4f3, 0x20151eee8731829b21007824c6078261d3914ea9fe04a2a4834a47dd9675d3c3, '', 0, '?'),
(0x0f4428f869b8711ecfccad5005f72694, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6094.1ca4b63e29029483.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6094.1ca4b63e29029483.js', 1, 0x00000000000000000000000000000000, 0x162117067bee0eec35e42a82060ed313, 0xbf26d4a8c20fb848da800c4564cb8682fb466b4d957cc1a7ea81cf855c555485, '', 0, '?'),
(0x0f448df7c52547d70d2ff8aba10b876b, 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_Review_Alert_Frontend.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_Review_Alert_Frontend.php', 1, 0x00000000000000000000000000000000, 0x59dec2a0789f950c0aaecceacc3775c2, 0x36aff75548ea34fe89c03097447b35cfe4569e48d69d22ea1ff98def621632fc, '', 0, '?'),
(0x0f44de7b09e5fe9b9af2f5502978ec73, 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/envato.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\envato.php', 1, 0x00000000000000000000000000000000, 0xf0d41e43b02f650117ee77cf5973cd00, 0x1a7b2a4a12f7c5d85dbafce1d918d8307f789b4231a28dda79f29f5514b54809, '', 0, '?'),
(0x0f4df91a683670ac44584c3014b45c6f, 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-handler.js', 1, 0x00000000000000000000000000000000, 0x4e2a440726efbb55ef9632cc003f1b06, 0x97e08cddcf297f044513691226fc225773f13cee706220fdac47fb3cf1cac518, '', 0, '?'),
(0x0f4ebe898ee92f9edc97dcf2a1089620, 'wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\video-playlist\\widgets\\video-playlist.php', 0, 0xa3e620b2da131327b49699ab9b10a938, 0xa3e620b2da131327b49699ab9b10a938, 0xa9fe1da084073fc683748dde9ca2be97390aa1020f4039f0c737e6cebbb10f06, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\slider.min.js', 1, 0x00000000000000000000000000000000, 0xec2777f6b09c345d2ab0def96b5cab9d, 0xe3015172306de4f49b6f87595fc44e355418ec764173f539ffc40d08298b04e6, '', 0, '?'),
(0x0f5dd906e98f0d9d310071a3208417d8, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x7957f9667aa754f003cc97369a0bde4e, 0xfd739e579c25f03103043f5b8066f6d47dde7f497eeee359c93a379a5dc9664e, '', 0, '?'),
(0x0f66eb5ffcebac0f91f47daed8b512f3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/support.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\support.svg', 1, 0x00000000000000000000000000000000, 0x533082d46945cd4004e8f4dbb547c66c, 0x2ea7cea84b8e79b3b0f929aa37ffbdf3039275a888a7f6287a9b13f1b355b7f3, '', 0, '?'),
(0x0f681c97c2be30d9b98430505ff2c9f1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/embed-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\embed-popup.php', 1, 0x00000000000000000000000000000000, 0x4c6e8b902f889ca77e6b70a2272fcb69, 0x5680ab05dea9c5fec314b24a5b16fd6eca575bdf870e8690de8d6d3f507e18f6, '', 0, '?'),
(0x0f69d3bfa63b1a1adfec5a76d0bb6038, 'wp-content/themes/go/dist/design-styles/style-traditional.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-traditional.css', 1, 0x00000000000000000000000000000000, 0x1e3957b43f121ff7133a9d8f8e496050, 0xe07ca4a45f82722347601fb820a0b61abc51f5a3cec0f637bb1d860dad306e5f, '', 0, '?'),
(0x0f6b6fde6a0612d4e6779cdbbdba8e2c, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x0f70439f6c1896ab8f8cfd706c9c33d2, 'wp-includes/blocks/post-comments-count/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\block.json', 1, 0x00000000000000000000000000000000, 0x7700636e104c971718d267f2f165b021, 0x63fad97b6d41e9598fff919aa8f927f6ebf56eb07657da21a565eea1b0411d14, '', 0, '?'),
(0x0f746e42e14cd72edb1bda25b9229e10, 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-admin.asset.php', 1, 0x00000000000000000000000000000000, 0xc8649b671676a11b623d90a4bb6c8408, 0x9156ab2e520c1618a86744c018195942d599c0b14f5d46bf7942ec6ddbbf0bca, '', 0, '?'),
(0x0f77da80ccdddf8d2d08a9d77297aa1d, 'wp-content/plugins/wordpress-seo/src/ai-consent/domain/endpoint/endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\domain\\endpoint\\endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0x140a05b037f627c0a1397f93b1b6e5b1, 0xed2ae2f0af0c0e09c8ec7cea17f48989edbf042ff6f8c77d95c4fbb2323af2d6, '', 0, '?'),
(0x0f7a3ba4b89533399ea908784af9acf8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x6ce63f71bcdf4e52797e5b4d6106c4e3, 0x0d19407fcd164c989f0fb72d09e05257a3d510690df3da1a36f700ad1c801b02, '', 0, '?'),
(0x0f812e2c224e55fd7a2e04b545fb1ac1, 'wp-includes/blocks/term-count/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style.min.css', 1, 0x00000000000000000000000000000000, 0x84f1908c5732106250310d3b11a133f9, 0xdb8513c7798a8fbfc6119fb5be7a90c418ddab94b51a188859bc4d1743134ad4, '', 0, '?'),
(0x0f86f4b30aba3cd592abe14f088dd292, 'wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\css\\dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x609071e31d24b4d310e0d42e3b547bc0, 0xe09e51316aab8ea4978a1ae01354baa27159cbdc9ce29fed759ee0cf19e307e0, '', 0, '?'),
(0x0f89ac3e1fd75d4a399f33d181a1ded9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/903.b24a768de94a5a6a.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\903.b24a768de94a5a6a.js', 1, 0x00000000000000000000000000000000, 0xfbd60d5b330f9d7dff30729bc7189d51, 0x70faaa6277363cf7d63c9f2a157395994abe807de15acf539ceb4e2ae16efa7a, '', 0, '?'),
(0x0f8a568757e07f62a928612e87b23c9b, 'wp-content/plugins/wordpress-seo/js/dist/academy.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\academy.js', 1, 0x00000000000000000000000000000000, 0xfaea51958ee8d640bbb16f0d5cffa42d, 0xe5b85724353a373e5bddd05e93d4683491f14f64f0acc1eb3ebd178e8cf8796e, '', 0, '?'),
(0x0f8f83dd353b7bc0cb841c39e57391ed, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\featured-image-data.php', 0, 0x158353dc0c0524ca41892f7c0fd30bb0, 0x158353dc0c0524ca41892f7c0fd30bb0, 0xc892db923b3d6d4fb99d1b2e3c78e6cfc5652a16fefcf432531429c068830fc9, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x553f9e981d44d90bd49d3e22366dc003, 0x4b04be6fda5fc69652ed946aec44dca910e87aa5564c0635fad20a907a9756c5, '', 0, '?'),
(0x0fa107efdf3ac7d11e115f6a2a50d169, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0x157ead99fe1995de1e85d76980c10f60, 0xfeda4fe8a10b27580a59e7b98477ac213bfd47b480292c9b3bc8767eec01082d, '', 0, '?'),
(0x0fb5bd15a5a52f0f498a04ca59961c4c, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xe2c3835411a71424eaa82d63d6d5a1a9, 0xa6273bcc327adfedd17f916e6d8d9ae9d2d055c1e55205144f11c84269de3e59, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x08207f7088b62e6096753736b01cc13f, 0x5921e8123a0a19418a1dfecb9009bfe6daabd25a67cf2c3d9c7c1f9d96f215eb, '', 0, '?'),
(0x0fbe0c522ee32950d14a610d396fa7a9, 'wp-content/themes/go/dist/images/design-styles/welcoming/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\search.svg', 1, 0x00000000000000000000000000000000, 0x187eae64e6c74672075b5a40607ab67b, 0xd18f64da4ae13a80ed793503e6237a91df3eca09a9b60f9f99400f509baaae33, '', 0, '?'),
(0x0fbf5f6768d753757f02bc3e007e07c8, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-header-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-header-adapter.php', 1, 0x00000000000000000000000000000000, 0x299ee649b257634098a0d32ad1093ec7, 0xc2c7937ea484d03ba9de9f8f661ea7dc8c77075f32bba8f85552e337ad9bcb38, '', 0, '?'),
(0x0fbfe2b832fa15c05ede669cc717a096, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-paragraph-margin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-paragraph-margin.php', 1, 0x00000000000000000000000000000000, 0x1090ab49a293d7288efeca027ec048b3, 0xb662a4f9cf542e76a0c8194cf130aa47bc9ac7d8768d2158dd82648973798d1b, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0x0fc3a7b2bd60bca204ed200ab3df42c1, 'wp-includes/blocks/post-date/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0x0fc5ab08f6e21a8ed92da31f2cbef7f8, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/install-plugin-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 1, 0x00000000000000000000000000000000, 0xbaf0ae0a96e62f13b43673d00683122b, 0xc66bf8c54f881021b7a1ed428736487835df313456d6b4616674b7f42275caab, '', 0, '?'),
(0x0fc5db54d150454e38354b8a6ab97891, 'wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\license-command.php', 0, 0xb339894271eb37a845afac34beb1c9ed, 0xb339894271eb37a845afac34beb1c9ed, 0xe576721325bc49152fd20153d4330a0e2a4e2974b8992743a33c5f9581586ab3, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0x36a1e8214d00d28b3f89dc98f5906ed6, 0xd44db5a097b2664c114cd6b65702d6ee887d77467210c021dac1594531899608, '', 0, '?'),
(0x0fc916b6d414b3afdf00909bae99d698, 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.strings.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x0fcf1e697d14df170baf1d8a295d4d93, 'wp-includes/blocks/term-description/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x0fd1ac7046e8bbb9e49d9be7889d09fc, 'wp-content/plugins/elementor-pro/modules/custom-css/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-css\\module.php', 0, 0x57067420077aab05e5c6fd4f62cf9c44, 0x57067420077aab05e5c6fd4f62cf9c44, 0x42efde9f8dbf7fbcd783e7b1f59b680e9e1db52828c1fdd88ddf5a732c5f47a5, '', 0, '?'),
(0x0fd4c2573c77964c4fc9417722ca59d0, 'wp-content/plugins/backup-backup/includes/database/interface-search-replace-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\interface-search-replace-repository.php', 1, 0x00000000000000000000000000000000, 0xa373e5670388ef0196ca07cffe4c8c71, 0xc774f595583cfe2fcbab7e366ee961bbe481e016a1716559ddcb6d1b923090ca, '', 0, '?'),
(0x0fd575bbb45cf258888ac72eb0b5a671, 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\bne-flyout.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xfa833674f7bdb761ab493cfb4cdde2d8, 0xf9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82, '', 0, '?'),
(0x0fdb0da0bf07d345a1eaf7cc608b184e, 'wp-content/plugins/custom-twitter-feeds/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\README.md', 1, 0x00000000000000000000000000000000, 0x8dc78ac3c59b713a2b03cf47aeb3971a, 0x17c5b85f49ec8fe5690c64008b0fb84b25ee148e1e61ebb7c08b707994bdc8e6, '', 0, '?'),
(0x0fdb76074f94fd78b917176bde350eea, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-related.php', 0, 0x5869cfa97041de33b67eb281b98859e6, 0x5869cfa97041de33b67eb281b98859e6, 0x2ce4d1425569969ecc164c7d4c7a1b398b0b575417c6f5cce157d7f9ab8d5090, '', 0, '?'),
(0x0fe015f1886df1fcc77f84815af6bbf6, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xb5bdbd94b2f67bd5af93ac0086a366d3, 0x890ef60adabf6e1e99ebcaec28818697c5f7f7cfd6abd824569ea533809c2187, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\network.php', 1, 0x00000000000000000000000000000000, 0xcdb4b3b2193bbe6eefca18d3f906d6d5, 0x00b7b05765e775360612650424e5776d6dc8d4b9935351bb66ece0aff2e9c78d, '', 0, '?'),
(0x0fea65ff497f4a567709db3aeaaae9a2, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-texture-grey.png', 1, 0x00000000000000000000000000000000, 0x4297ae6fc02ec5b84ba74d53a3d9720a, 0x274172c6a1450ada0ed60dcd395b30002ab4048214f5fa00521313e60ee52d1c, '', 0, '?'),
(0x0feb6e817580009f7a71d3f490217e86, 'wp-content/plugins/elementor/assets/css/editor-one-common.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-common.css', 1, 0x00000000000000000000000000000000, 0x3056ed43a08d31907f3d94d12302676c, 0x77a8acd067a525077e1d5b04934c0c4f9275f9d2973fc0cf7e2c4958a3467ebf, '', 0, '?'),
(0x0fec99ea9ad9e9a416ac5e479df2752b, 'wp-includes/class-wp-scripts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x5c38b52305c79f82f6c7efe731f5dd53, 0xcdd4fc210e976653433e6f098a413b91a33b749e8243d60da3587248853f9137, '', 0, '?'),
(0x0ff21cea6c97987e32e08920509ccaf1, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/ressources.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\ressources.js', 1, 0x00000000000000000000000000000000, 0x5ef62f4a41166d62ba0b9aa668454d99, 0x193a16676eca902e20409d748826716ca1391a6c805bf6307bf55e66bf77f70a, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xbe95de8c47fb6a9b0c9b2b94b4a3f579, 0xb358dc05d485b09b110c467bfbca4799aa9c44657a43445297fe0dec7be91c71, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x0ff9628d42b1f177b35b9215862cf0c1, 'wp-content/plugins/custom-twitter-feeds/admin/views/support/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\support\\content.php', 1, 0x00000000000000000000000000000000, 0x61866f1afcf630bb841efe1ba0a5fb2e, 0x031a1abbfe81ddeb567fb161f99226a6387e1662e520c1633958563b0a1742f6, '', 0, '?'),
(0x0ffd348d76ed5846e314252c4436054f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\LessBinary.php', 1, 0x00000000000000000000000000000000, 0xda6dcf861ea1b32cf86c8e378dffb8ac, 0x2fc85b9528caf5143d2048ebbadda45929422bdaf35b96f1faceec25d3dea6c4, '', 0, '?'),
(0x0fff0be77b6fcb12eb376f5c9969b1ca, 'wp-content/themes/twentytwentyfive/patterns/page-business-home.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-business-home.php', 1, 0x00000000000000000000000000000000, 0xb3736c7fe4d27441e3e60850dab25b27, 0xba5ee6c2baa5c4b54eaa9a3fd6977ff36cb8d02c7e3becc80bf325394692750a, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x80c32bb3645c1d2dd7edc224e635eaca, 0x94a66af55751fcbca7924fae579f968472c65355202ac578dc64d9d8804b6a99, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php72compat.php', 1, 0x00000000000000000000000000000000, 0x2420a1e38d4883e8ed70481dc2830d7a, 0x9258aa19e388e3b1f8e70c676b949417ed78072855d0735dc1b9d9230690e57f, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x8c1295bcc29bb1e78f31503de3fa4ff3, 0xdfd077bab13502201d34186e576534aa13813b0e4bd7108f80c0f9c4215858ec, '', 0, '?'),
(0x10096762cf978a208bbed61f16fefe1d, 'wp-content/plugins/elementor/core/files/css/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\base.php', 1, 0x00000000000000000000000000000000, 0xff9693cd43b81fa99634116469e6abe2, 0xb2d32c76537c76ab099fee68d33d1744d09966f06b5640184bb8afa7e3a4d2c1, '', 0, '?'),
(0x100d1d34f7742d4de1aa7c71be3e7af4, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Admin_Notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Admin_Notices.php', 1, 0x00000000000000000000000000000000, 0x20cc3e5fdb209f2ea6cc36995e46c676, 0xea1ae8722ab51184e66e0f2d0aaea2c31330760d636a814bf7d11e234756e231, '', 0, '?'),
(0x1016aa3469670d274dab92843258ea8e, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-taxonomies.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-taxonomies.js', 0, 0xc08a67160a46c2d91d6947cfd7786da4, 0xc08a67160a46c2d91d6947cfd7786da4, 0xae92c1bf80bad4d6a25636729fd770046ae14e5530f3fcc81f22e0ea07dff4ef, '', 0, '?'),
(0x10197a00b502cc33688a97da7f649b2a, 'wp-includes/blocks/post-template/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style.css', 1, 0x00000000000000000000000000000000, 0x8d4032914d947abb661a41566300a431, 0xa55b4d7a3dec4d3170e1dcfa604b769217554218277b55cb2ffe4ce33dcfeecd, '', 0, '?'),
(0x102017d361ff0f5f2399db446bed19d9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\export-runner.php', 0, 0x14925891df8df38c7ccc30cba14ffedc, 0x14925891df8df38c7ccc30cba14ffedc, 0x74b0e023984577eda2593d981be4016a19e88ee6537a15002292581784935e97, '', 0, '?'),
(0x1020a4561483a477580a137a36ba606a, 'wp-content/plugins/instagram-feed/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0x7ffda98b90561cd3c8c1956ac1a52860, 0x0facfe23f43b459061b909f7e02c75a1f80b8a67a3a1fbd6f991c9c8a08b5429, '', 0, '?'),
(0x102183b4b33bd4fa3ad44c931ad12312, 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-rsvp.php', 1, 0x00000000000000000000000000000000, 0x5510870c790b0215154215f8d1445d93, 0x4e5badf8ea9dc96bef2cf22a829213ae0062c8f846b6ca23a7e71f4df2a681a7, '', 0, '?'),
(0x10233437d72ad0336546dccd94028b89, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/access-token-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\access-token-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0xbb75903993c807c19da6c8fff1a61398, 0x939e3c91251bb39822726678d64efdeb36e8fc4bd5e43de49da5d9a92eb0e556, '', 0, '?'),
(0x10236c3aa1f0c6c100c62234b6e3514e, 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\swing.css', 1, 0x00000000000000000000000000000000, 0x33fe258bdefff4d6709188453592e1c6, 0x422361cdfbfad6562a5e618d965cc63b5e92ebfff48624aa67332d5986b7b80e, '', 0, '?'),
(0x10240dc31403aed13a2880ca903c0016, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.fog.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.fog.min.js', 0, 0x6437eda5aed8cc650b5a988d8bd58e83, 0x6437eda5aed8cc650b5a988d8bd58e83, 0x29cc6127c9ea92d296db569e73aca74de65d2b6a6bcc75ddc868f9c54af90009, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-models.js', 1, 0x00000000000000000000000000000000, 0xaefdb466930066ed803d3ebdfb8efd10, 0xb4a92b6d175a20d59634ae06fc8844cdff358acc0f173e0adc6f80b9ee43dc6d, '', 0, '?'),
(0x10315ffa445f76b362c99b2d7084d42a, 'wp-content/themes/astra/inc/assets/css/font-icon-picker.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\font-icon-picker.css', 1, 0x00000000000000000000000000000000, 0xf7fbb29f7e4f4155ac4bab793af78973, 0xff3347715bedda095b605b91ccc913491392c6d4e73aeabc3cb824dd2ad3ab5b, '', 0, '?'),
(0x1038af244493b8d236ca01571b1111c6, 'wp-content/themes/go/dist/css/design-styles/style-trendy-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa15c9d195508559fe3d11aeedc7e8888, 0x22f64db2381effdf601f4947c8ae4f4db4bcd666f14ebcad2b255f0489781e06, '', 0, '?'),
(0x1039fa7a68c8df1f2113d439506d6b9d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xe394edca078cab0207a80895f3c3e3f9, 0xc118e5d2f7702546ecf7beba09b104d7d9c29b7e168de22dc88055918ab058f4, '', 0, '?'),
(0x103d945b3a8afd840d26f446eddd4519, 'wp-includes/blocks/video/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe3799ad2032e7d7feb12d9e969f22f9f, 0x12dadafc1b33de805a18eadc670ccda83981f8eed7d4aeca5a68d5496fdbf0de, '', 0, '?'),
(0x103fbcc6efcfb68b165e373a79b8d107, 'wp-includes/blocks/paragraph/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4cf26c403ba427764016a85503e33aed, 0xe2e7dba984f750a5287d55ff2ded0000037241b5d8466b5382cfc801412cc525, '', 0, '?'),
(0x1041245c8d4e9262091f0256c1115a84, 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-3-col.php', 1, 0x00000000000000000000000000000000, 0x0cc85fba201abedb10ded257bddda692, 0x02fe45569e054c58697ae55fdcd89c76964aa66e440f476438e96e8edb9ead8a, '', 0, '?'),
(0x104178878831992f05905177942675c6, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-configuration-dismissal-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-configuration-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0x0ff19f2e2fa8aa096b9ce7601911e985, 0x0da2a8ffa500025ca02a8e9f23927c3df723a91dccaa2e750756a1da465a53b4, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0x104c7d622612891cdbb57fe580621d15, 'wp-includes/blocks/separator/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\block.json', 1, 0x00000000000000000000000000000000, 0x47bb8d3a2eb0a44dbe4c8a54c8f7a24a, 0xdbc77dacfa21d96f3b94fe6586a7801386d2c6a7aad728b9a05dbd1fded811f5, '', 0, '?'),
(0x104eeb2c2420f0ac7ced0f152c01197b, 'wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x105d0db09da55f976dbdc9d715dda446, 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-intro.php', 1, 0x00000000000000000000000000000000, 0x03a16e8b0f5ddb659bc096e8a8a498d8, 0x965ef4af8ff9db0dbe56ed7507b81487293cfb879d937fdb72c28a93388e44c4, '', 0, '?'),
(0x105f909a4ffab02e15a4c3eb902efd58, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\title-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0x91246eea696f8c3c1e3cf8b11319bca8, 0xb559a05a71f34d87c143f580ac6a17890f8dd3f07ae2cf7096ed45b758f470f6, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login.min.css', 1, 0x00000000000000000000000000000000, 0x85f4121090150b260e4b67eacf26f1a3, 0xceaca6fd5572f63a756cf93b05982e5e687331867a3b19609f9492d9a9a6d3b1, '', 0, '?'),
(0x1067bac0174e4b0768b04e8bf8903ba6, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/legacy-feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 1, 0x00000000000000000000000000000000, 0xafede850ccbfcd0e46db601cdccf88ec, 0x0fdfff994635cd8db8c1a2d2fac723c83b1e22660a79d7804057190a84e842ab, '', 0, '?'),
(0x106dc1f8c8a5880419c09e8b9117d97e, 'wp-content/plugins/wordfence/lib/wfBinaryList.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBinaryList.php', 1, 0x00000000000000000000000000000000, 0x2d3d16fb653b8476ea8a3469da915b52, 0x12d349765fee1414315ad7dceafe1c4f95294c690c1a6cab24f4160f8adf8983, '', 0, '?'),
(0x106eb1c3c9f1f4c4ae8c37836b8f41cc, 'wp-includes/css/dist/edit-site/posts-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts-rtl.css', 1, 0x00000000000000000000000000000000, 0xa50a9056ae4034c8bc95c434ff42b190, 0xee46dc95b82984eb8bd90e03f5364405b04b8ccdd0a48fdb337ef25c9e88be86, '', 0, '?'),
(0x10753c25ac0aec89965f4f0d29a3c7ea, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5464.70cd07f6424ae621.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5464.70cd07f6424ae621.js', 1, 0x00000000000000000000000000000000, 0x7a86e1ba2ff6c686fd3819fdc003e5eb, 0x1da88e2b47f5b712fcf1528e75b66cb8937e7ef50789d7b2f0875114fe729a53, '', 0, '?'),
(0x107a5c3c39670481424791f3fa719bb1, 'wp-content/plugins/elementor/migrations/operations/html-to-html-v2.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\html-to-html-v2.json', 1, 0x00000000000000000000000000000000, 0x6cff69ff990d4857e8e39aa9d884cf5d, 0xd1f5190233027136436b320869e2d1ba4aaaa895f51d7ee7d8650b79f186abe2, '', 0, '?'),
(0x10843a98b9d5df9969ca2bcbb10b8810, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-tools-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-tools-menu.php', 1, 0x00000000000000000000000000000000, 0x1b3fcdc20d4a4ef31c8454cd08c7d126, 0x460777b95efbcd389c4c6fc5c78b49691a2f5d81cf3c1d751e9aad1c3bd3ecd3, '', 0, '?'),
(0x108b6e805d779573f94e46852aacef3e, 'wp-content/plugins/elementor-pro/assets/js/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor.min.js', 0, 0xee8962b8b6050e7c863f192273852f45, 0xee8962b8b6050e7c863f192273852f45, 0x3919487124a84aa8df5d23fa7749ea212d17f4af2e67ab01df22116f2efa0923, '', 0, '?'),
(0x108cf1458f5f2a3a366049847486b19a, 'wp-content/plugins/wordpress-seo/inc/date-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\date-helper.php', 1, 0x00000000000000000000000000000000, 0x92548ae4925dfc69a06bf7ad3481257b, 0x1e4dc8173adae69b4381d6d4962c30d1d03093f3d5e69c5c951d7c33d9d2f3f6, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCache.php', 1, 0x00000000000000000000000000000000, 0xa5d98687c161dc4167359d5a5322a9b6, 0xc9ffea4406675d903c924d2a224cb2d6ef9545986ae4f64e38c32f64f70a6184, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\theme-install.php', 1, 0x00000000000000000000000000000000, 0x5210e5faeba3eed123b3c46caa75ba41, 0xde2717e3f4accada50a3d3c6d6940ad807d40533a6f30874c79c565bff3c1889, '', 0, '?'),
(0x109d5ca1226352941c16feb103013bec, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\first-time-configuration.php', 1, 0x00000000000000000000000000000000, 0x85f2125c945b8a4e539223fee3b1aa95, 0xe7acb6e1ac716382856fbe4095bdee037e5f3b839bd940a0c265a8e716e1813a, '', 0, '?'),
(0x109f69a872735155b7965bd0fb6f595e, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/upload.c93bd4447fd06219d36ce61d622240eb.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\upload.c93bd4447fd06219d36ce61d622240eb.svg', 1, 0x00000000000000000000000000000000, 0xd17b92ee7cdcb87e8c9f1bbddc2c230a, 0xf93eac4fcf47e62b1dbb74fe7c905d7676d12155f9113c7080eb5cd92c83aefc, '', 0, '?'),
(0x10a92b7706ecd823a0ce9c99d6e699a6, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\SpaceshipBinary.php', 1, 0x00000000000000000000000000000000, 0x61a68b5a828040f6c3bad021648060ec, 0x62ef7b474507ab0d338d7e3145d5f4e0f98fc1412dd3d838aacaf554f5d8a6e7, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7df0a48541b61b68255af2d032889776, 0xa70fb9e04f85e5b696a83312b9914844bfed97d5409152b35c2a2ea052a5bd50, '', 0, '?'),
(0x10bf2d3f78be8862a9cd6f8333f9bc79, 'wp-content/themes/astra/wpml-config.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x8446adcf039d518ce876a7db447e4a33, 0xd3ec42e85f52ecc85ad272a38ab6037b4cd38e8aaa609322d50164652e96dc4e, '', 0, '?'),
(0x10c5f7daa426200bb44db54b51d76f3f, 'wp-admin/images/freedom-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-2.svg', 1, 0x00000000000000000000000000000000, 0xeccb22be2030bf67eb8c483e0389a044, 0xeae622024059ba44ea5d5c0f817177b43f9a00398998422ad4fc3714a3e7f4bf, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n.php', 1, 0x00000000000000000000000000000000, 0xc92012753df6a0041f957d08af498f2d, 0xb02341af1be03538418b82bdc6b2ee46cc27e896af85691a7a8f2ff70117d12b, '', 0, '?'),
(0x10cd70c18bd0204b395b02aa6b6398c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/KeySchedule.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\KeySchedule.php', 1, 0x00000000000000000000000000000000, 0x0f1ee9c2fe6ba87b0fef7eebcf5f55c8, 0x3feb2e034712818b0d6dce57c14950c4133d7cdce8a3730ce43eb02b3436b575, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0x10cf9548eb691758a08223fedc899774, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/link-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\link-list.php', 1, 0x00000000000000000000000000000000, 0x20f95e1c5e97ba2107efae826a015688, 0x4780a332077079117d09f11b13d71c7407f00599de98713e51d918756a26a358, '', 0, '?'),
(0x10d0a348354af78578f766317900752d, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz.css', 1, 0x00000000000000000000000000000000, 0xcb003194e14342d253597c9e0181ab13, 0x8273b147779a7bfd00c510a3b86dc0009f29356924851c9ba46000d7c0c21937, '', 0, '?'),
(0x10d5ecb5bbdd752828b86dd4f396c601, 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/unminified/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\unminified\\style.css', 1, 0x00000000000000000000000000000000, 0x6638f5b173e1c8fa67a642b606480b1b, 0x0059449debeb67d81cf87cc1cf841eb4ce2f2f603e9370f2a01e3044c6c2556e, '', 0, '?'),
(0x10e00ca1d33b86be69e630b7c64a7edb, 'wp-includes/blocks/columns/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfa5a2ee90abc3d9e94f8f25aa9d89f79, 0x7cc0c3ef5fd41d3016476e35665f9d4e1e95e5c778cd3945c94cba0af7361154, '', 0, '?'),
(0x10e17a49cab354183dbd10c1736104d4, 'wp-includes/blocks/comments-pagination.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination.php', 1, 0x00000000000000000000000000000000, 0xca2349ae63a5fec041c9077c9dc23d83, 0x0b139cf1dec83a4282ac608e98797f946620502087c1b48d9228c8447b7add12, '', 0, '?'),
(0x10e2563be5b5e2aedee73efe57d3bd6e, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Toggle_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 1, 0x00000000000000000000000000000000, 0x6d1952fb36c7e0d26c9821aa2a4e30c0, 0x26c314994d794f927d2679e63165c7df8f7caef39d2fa5c9b12125d01edabab9, '', 0, '?'),
(0x10e85af5949c4cc6c3abc5968c060287, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\upgrade.php', 1, 0x00000000000000000000000000000000, 0x1f6813540dad6c1c4c1f7a787c8fce16, 0x29ddfb95a233e1d867b6cc405f263855adb8b8d3601959df69cae3c75cc379a3, '', 0, '?'),
(0x10f68f55366dd10cdb0f9c5737d626ab, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\section.php', 1, 0x00000000000000000000000000000000, 0xd2a7a174fef2e84a272c74fe71af2782, 0xe9a7ecc928c9525a435f7bc97d0686f74f9c62bb0090d0ce50ab4f85f3fc52f6, '', 0, '?'),
(0x1105b9fa5c808e11313fd138c16d159f, 'wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\templates\\banner.php', 1, 0x00000000000000000000000000000000, 0xc76188afa043623bbfc7d177eba293bc, 0x4b6b634c94aed42b2f6782e54cdf019dad8936753f952496f6534f4c52d59858, '', 0, '?'),
(0x11077028acdfc3f3a9a2f091c871ab77, 'wp-content/themes/astra/template-parts/404/404-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\404\\404-layout.php', 1, 0x00000000000000000000000000000000, 0x77e41d90ef1dd080d7e3be4dd5497581, 0x1d2d60ebfbbf4ae0e60a186aeae0a106b7c2dee5ec3fe845a83916c45f78baba, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss.php', 1, 0x00000000000000000000000000000000, 0x99cbe25665c2ce2cb12fa39e5da991bb, 0x5a183a9ccae5ee910324a51ad4b76e4596e233393460ce129e985c606a889c21, '', 0, '?'),
(0x1116913272a78ad3b2b88f8c37cc35bf, 'wp-content/plugins/backup-backup/admin/images/restore-icon-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\restore-icon-min.png', 1, 0x00000000000000000000000000000000, 0xefb5d0cd161618f4d1cc4b1292931526, 0xaa8baac10da43d523d5bd18e1d20da2eacda684bf2d291dfb96d9cf446e5b2ef, '', 0, '?'),
(0x11193904d49a930102f9b8049812e8c9, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-categories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-categories.php', 0, 0x25b108c67bf4e6645dc5fb6787d5913e, 0x25b108c67bf4e6645dc5fb6787d5913e, 0xce109e0845aac0bd7780c41c304ddf79d6a0e50b13e657653898423877f32a09, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0xbd55ccaf446b75a7fdf9124511e85470, 0x40b0fce64b6d30c2459f49e3a9f3a3b4f0123550a1a92483934ae4c591218e1e, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0x612a8bfc176e76696f8cf7cf0991c1bd, 0x7d99cd7e1f8977ad34e3aa2d3da15fe8e5f656e6f6cced5e6c9be3ae9e054667, '', 0, '?'),
(0x1129064727abb8134add91ebb4dc8620, 'wp-content/plugins/backup-backup/analyst/assets/img/smile.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\smile.png', 1, 0x00000000000000000000000000000000, 0xc7bce839935ccaa5167907926196b04d, 0x9bdb3c71e8449f9517ce4926b2b20ab18fc40dc764cac733c187878261ea41fa, '', 0, '?'),
(0x112b13fa0edcb79b742eec5c26ef60af, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/support-members.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\support-members.png', 1, 0x00000000000000000000000000000000, 0xb9591a9cf3b4497e5e4adeeeaaf18891, 0x99d086e63885c29000b3b3a4ed1e596206e9e4a617afc112613fe2f0dc8b160f, '', 0, '?'),
(0x112ca3642cebe8e4dffaeb0ea52b156d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0xfa0e7e1c1d75d6e8681f74c8bd1ef27f, 0x806d9fe7eedb65d9dfbe2765900717f9b0035c36ae370015bd0e885372e79683, '', 0, '?'),
(0x113054410a3926d96897f42447171d0b, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Callout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Callout.php', 1, 0x00000000000000000000000000000000, 0x6d6c5034a850626655f78ce88095f613, 0x6338c9b54f68e481df6c96d505f28e83d5bec0a1bce600c72ac2b5b3e495046e, '', 0, '?'),
(0x1130bf26e380201a91f8f78cfbb59357, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\import.js', 0, 0x599299a4232fca2dce1b17dc983eecb1, 0x599299a4232fca2dce1b17dc983eecb1, 0x61c798be99fd96b5abfb11d207d2262db24c147c0613c2c44fa0ad6b8ac6a7e0, '', 0, '?'),
(0x1132b5741375a4b2364fc24729cf259a, 'wp-admin/contribute.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\contribute.php', 1, 0x00000000000000000000000000000000, 0x12675b41b2c70788438da3145fb17adc, 0xb7f9871f8cc2e7328393f1bc438fd2d6868afa49f50771a9cd99361388966a24, '', 0, '?'),
(0x1139a796cc1059dc108c9d80c0d302f7, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ja.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ja.mo', 1, 0x00000000000000000000000000000000, 0x6da903ac01238b02a5744dbdf4d3f727, 0x79e78d54c54a8db786f501b8baf9556aabafa8f62d63cc6e28f2045c319fd283, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5682af9cb9475f314d485486dbc189ee, 0x644bfc17b591b5b839bc63da7c4526f55bf1ddf2addc9673f167d6636489783f, '', 0, '?'),
(0x11459bd10927decaac5742800e959560, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0xf7fd3936fe604dbe8d8295c1ea0cc926, 0x67319e85beb26132c0bc3d87a19d7c90b471a55a06efb84a30426a242228fc42, '', 0, '?'),
(0x1149872e06d578057a2ec869b40342be, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/social-wall-icon.961825181c8ad8a1d4f9d8e22133b1a0.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\social-wall-icon.961825181c8ad8a1d4f9d8e22133b1a0.svg', 1, 0x00000000000000000000000000000000, 0x331d6c71a101c6b0bd12766a2e8524ad, 0x3d3bea6005fb01f152eac312c838175984464d9a230192e012817c08a1c63193, '', 0, '?'),
(0x114c2c1a15220eff0043fbcaa13879a9, 'wp-includes/js/dist/primitives.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\primitives.min.js', 1, 0x00000000000000000000000000000000, 0x519b3f4dd03d10db85d82d83721077ed, 0x1045a415f3d1ef973063113da0afc693132202390278dd219c24232ce1c90e54, '', 0, '?'),
(0x115492f5dfe0e135e47a65708c52da5e, 'wp-content/themes/astra/inc/assets/images/starter-content/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\logo.png', 1, 0x00000000000000000000000000000000, 0x03e968ea862680a2ddeb99c65f215c7d, 0xcf8bb5479250a634fc7cbaf53c78b336fa80d491f9fa1566f9960c7158811757, '', 0, '?'),
(0x11578808958985f4da1a6e35112b2831, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\install.php', 1, 0x00000000000000000000000000000000, 0xd80f7a0e32d8069d6a83d8b0521e611e, 0x73c498a56eac1a7a4846763101b88746cfe468dce6f597853aa8a8cb4ab17af0, '', 0, '?'),
(0x115d7b9f6c784eabf974e95cadb05adc, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/regular.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\regular.svg', 1, 0x00000000000000000000000000000000, 0x244cc33ee1f6540becfb846f6cc21717, 0x4f4784d972fb5b37621391307e19203092f774bd621eeae53db503f7a683b267, '', 0, '?'),
(0x115e53805aebbb1e6a8a3958492f7a32, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0x116501b46da750d4dabed798db772d62, 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x0951acea02b14f37bde8681c1f033467, 0x4296f01533b5b5cd0764c56e018375b843875d6820bb3ccdac478228dfac06b8, '', 0, '?'),
(0x1165bdc06a82ae15f48b79add0393bf0, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item.php', 1, 0x00000000000000000000000000000000, 0x587d3ef3b94cf76560809f47686727e4, 0x18c3cb9b29cebc47b0332e18f6796606487933055fc2dc76c90748d11282461b, '', 0, '?'),
(0x1165f6dc1099687fd114782aeda626e3, 'wp-content/plugins/custom-facebook-feed/inc/SB_Facebook_Data_Encryption.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\SB_Facebook_Data_Encryption.php', 1, 0x00000000000000000000000000000000, 0x7fb0dd1349a26c868b84d04ff82702a7, 0x5fada2a6d7fa0243e5aeb42e82ea1c093382699482d23635fdef783c4a5c0984, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1169be0f57d70be877d9b400f9ecb607, 'wp-content/plugins/elementor-pro/modules/nested-carousel/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nested-carousel\\module.php', 0, 0x713c646da258e4d885ec8141bb41f352, 0x713c646da258e4d885ec8141bb41f352, 0x852112f5cf6921862c52bf0971b1e2d8bb70d37a0278d26321d72ada68c4359a, '', 0, '?'),
(0x116a6decb5cfa36a1fa4301f526f78e6, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.strings.js', 1, 0x00000000000000000000000000000000, 0x2f754e2cd83b4726dbd9ef131c023189, 0x8f5014017c0c56e27b0bf1700c8afb5fe5a959192029e3f1c1fb6627fb8af0ca, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xa8765681d1e1795ed408a1ea7ff8595e, 0x246a57ccc55222ae13d6e6eb286f4eadc7fb42aad602cc9fa889b8604fb5e2a0, '', 0, '?'),
(0x116b5eca9c8cdeac95c959021f11b613, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ja.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ja.mo', 1, 0x00000000000000000000000000000000, 0x73e906d6d8eb03a649f713f5c69dacc3, 0x953e059768bd60c8a54553014bbfb3689bc795834e3387e3f864209e736a8a9a, '', 0, '?'),
(0x116dc07008b0a6a2e2891f9010ac46dc, 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/abstract-task-analyzer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\abstract-task-analyzer.php', 1, 0x00000000000000000000000000000000, 0x15d2dba6f27065482d59291f2103cfcc, 0x23cdc71b0da0b132bf7e92252dd1ddf3a1ef4d854fdea9210db329790c18ff32, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0xba28a6ca04c1c65e4695a03bde62a169, 0x555dfea1590afd41dca935bc68ed0d9f658101d831fb492afef35fad8a705ec7, '', 0, '?'),
(0x117df39811c26d95955b4af75003aa78, 'wp-content/plugins/backup-backup/admin/images/download-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\download-min.png', 1, 0x00000000000000000000000000000000, 0x20f8171750d0dee368c42f64f9ca51f8, 0x474ed26c377889da146ed1f81651128915916e067515a573776961a1c3045f16, '', 0, '?'),
(0x1187e36a471930b3ba25caff4c530d74, 'wp-content/plugins/elementor/includes/widgets/testimonial.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\testimonial.php', 1, 0x00000000000000000000000000000000, 0xd9beb24634491c5809bc34eba713d090, 0x87b9e3e768e1c9f11fa0462e1c20a73ec4ed05212d5f181e71ab7db200da56c7, '', 0, '?'),
(0x118a953ef06050f6b5ea408c17d4dfb9, 'wp-includes/theme-i18n.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-i18n.json', 1, 0x00000000000000000000000000000000, 0x89e63e007e3a3e267322c33f650d8d9d, 0x900d2cafd82c637dda44056cd26f7cc8c423a3c8d7a52eda8f5a75869ee6a5fe, '', 0, '?'),
(0x1191b6c4fc0ffea529457e52d625df27, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-type.php', 0, 0x64dff738553a9c7ee9b7c327416d1e51, 0x64dff738553a9c7ee9b7c327416d1e51, 0x8245bfa7501fb6c6abad6a04ac02b0b04417a6c15efb214d9fa8496c9fc12d39, '', 0, '?'),
(0x119822b363a1bf4368229c29e40e956e, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\jquery.qrcode.min.1778081072.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x1199b740c210d9a803c96e400fa8709b, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-SemiBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x002947e91b6a1cc40f595859d2cedbe8, 0x5e431cc9736954b6280d7b0a2a85d4925ee93a3e496daad5aee8ab5ebe7c72fc, '', 0, '?'),
(0x11a6bb71d0d9909f006386ebcd02c110, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/form-data-examples.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\form-data-examples.html', 1, 0x00000000000000000000000000000000, 0x228ffe312040a8c02ec43f56546fe594, 0xa688d540ec0a4a3edf328faabb3021b1721ab03404b3220116f9354fc4376895, '', 0, '?'),
(0x11a70ff31a7f4cd2a555b89d10e17938, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/ShortcodePreviewProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\ShortcodePreviewProvider.php', 1, 0x00000000000000000000000000000000, 0xd8726ca716960dd085fe37cdb0251338, 0x023652fa45fc39ee18672f9c6fe5e607bbc761c1e0a498da15cdf2430e87ba2b, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xe15732d5acf4a1e07cd084b176df21bf, 0xb8d0ed2bf1d7e075f10a44f55366c7c730d07e209b2741f7c183757f517b7319, '', 0, '?'),
(0x11b4fcd0689330400ebf4174b2f32efa, 'wp-content/themes/twentytwentyfive/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\functions.php', 1, 0x00000000000000000000000000000000, 0x3db18bd98b1a388ee88da875d4ecb16a, 0xacc5ca45f0f7cc7f84d179ebae5d357576d8c5013cf471418a7837c0254cb9b2, '', 0, '?'),
(0x11b55b7333ae85d8dad3605ab1f619fa, 'wp-content/plugins/elementor-pro/modules/floating-buttons/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\module.php', 0, 0xa11ba7e969809909b79116199feb801a, 0xa11ba7e969809909b79116199feb801a, 0x4a9d001a790e3d834b6c714c63f7f8a7ae966e16195035efa6f6571607792d6a, '', 0, '?'),
(0x11b5b20a1c7b049927cbd5b684629bd3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0x1c4484d43b4cc5626d60baa5239b5e54, 0xcb0c87d604abb7708ebedc68dd748553498ec58e0224206dc38f5b4da3725b02, '', 0, '?'),
(0x11b61ebdd00c05ccc91d94d42ba40d13, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-more-frequent-updates.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-more-frequent-updates.png', 1, 0x00000000000000000000000000000000, 0x73d35c587bdb7ee52f75f0e291434e26, 0x108b9f2ade6e4955fac9634e8b7a2ecd0b9eda30c02c82388e1c5018fbcb808b, '', 0, '?'),
(0x11c1ea9593cd8f3b334c1f460d0000a4, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-error-fetch.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-error-fetch.png', 1, 0x00000000000000000000000000000000, 0x61db015705e89f79d462f39d2f9d58cc, 0xe84da47c155a0c9c87ec3ba9f5276caf91e2e6c800a887d89ef5e6b45542fcb2, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9ee1d72198d5aace7564c7b54c0cee5f, 0xb7cf3dd88d883b4053b4468c584577744579a2ad82ca06fd42df6d6736e384bc, '', 0, '?'),
(0x11d53a9a8fbd5a5ae196959d8613bbed, 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\off-canvas\\class-astra-off-canvas.php', 1, 0x00000000000000000000000000000000, 0xb88a67235fe9081b835d8606f795d1c2, 0xe576c51178df0233183dc18b43e41e607a532f7cc9588a36c36806a5103bc85e, '', 0, '?'),
(0x11e554ebc0a09c2efe32c01025294520, 'wp-content/plugins/elementor/assets/js/7dae73b622bebe8a5d94.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7dae73b622bebe8a5d94.bundle.js', 1, 0x00000000000000000000000000000000, 0xc0bf2ac3b07f495ff9a96ed1fd701d66, 0x5f89f616696adbddde13f89b56f4ee71523f1eb86a4ef3233fecdf0902742cb7, '', 0, '?'),
(0x11e717cfa195fcdfb027b35417a13f4d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ServiceProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x51026ae29f9ada226967e53ebf819adf, 0x3384ba17180b776bd50f02963f07e712ea6a5b7dee3d2834831b8f78aefbf405, '', 0, '?'),
(0x11e86c38c8f64a9e6b77043b3cf9cddd, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\customizer.php', 1, 0x00000000000000000000000000000000, 0xd9b1915857dde5e508426856975732b6, 0x0022090a6f7407cfa3c9d16768803801459a8b78e13373d6d79320eb72dc744a, '', 0, '?'),
(0x11f377b87e5b47056ad636d253a78a23, 'wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-bne-flyout.php', 1, 0x00000000000000000000000000000000, 0xb53556052f251243e10601d62db82dc7, 0x8de822b9470c28996d99a010484b2aef4b2ec88dcdba5655520f5d122207a375, '', 0, '?'),
(0x11ff25da089ca318be551f3012c87372, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x1207fcf42e73aff8f3638ad6b3caa484, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/abstract-score-results-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\abstract-score-results-repository.php', 1, 0x00000000000000000000000000000000, 0x7a53b96d7a1b184f5145f6bdfd6ec392, 0xafda5a72c7721d2a2a8a43504f4ffc97ea1ac4093a3f753134b54f89e581995d, '', 0, '?'),
(0x120c0b035e4587ec64f7eb504d39c7b3, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0xf46995d4e729afc677a384a5ad24dcce, 0xf3181bd1cf6b40c82da6c6a8dfd762b1f2061121cd9a14cb4a0b7f9f5c58195c, '', 0, '?'),
(0x120ea691858465e84bd1e0e591d7f624, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\hierarchy-or-query.php', 0, 0x320e66cdb27e2675e4c742e98e7a7da7, 0x320e66cdb27e2675e4c742e98e7a7da7, 0x69aa4fc63a468e23f9150d3a71c285e5978b1b87557ae2f4bcfa28d8f9f2fa73, '', 0, '?'),
(0x1210bb8be78844b158164dbe921b283c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\content-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbd4745d81c19f461ee8f2ee296703d20, 0x96a34246cf6cd95e8a947de21f17d3a1853cb24ae8509fba16e8c7c9f3f56f61, '', 0, '?'),
(0x1216d8c37a8f4c3d2fccddba2f0a5b06, 'wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\admin-menu-items\\theme-builder-menu-item.php', 0, 0xd864cf0d351a69647b9a2ab5dbc211a3, 0xd864cf0d351a69647b9a2ab5dbc211a3, 0x89e01e28c4e63d6dbcff7fdf70ecae267674528f45445850ff732531c8bb6236, '', 0, '?'),
(0x1220f5f62d57863e833120691a72d7ca, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-content-base.php', 0, 0x190e40f73ae520d9cb6696a695c88001, 0x190e40f73ae520d9cb6696a695c88001, 0x1c492e9b1b4f8fcf8ed5fe8b10dcf8c940df10e914db6fbe108360bd4537e2a6, '', 0, '?'),
(0x12222a250185dfde076770b63a947ce3, 'wp-content/plugins/wordpress-seo/src/ai/generator/application/suggestions-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\application\\suggestions-provider.php', 1, 0x00000000000000000000000000000000, 0x20116da70f67d5f2193336cdd24458a7, 0x862b2a503a600489b2930f5ddeabd96697850b84f735d35db58d5c2e577471e1, '', 0, '?'),
(0x1236a25cdd0159ae51815aff7a1f8276, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-700-normal.3694c6b1dc15519e.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-700-normal.3694c6b1dc15519e.woff', 1, 0x00000000000000000000000000000000, 0xe8e16afb893577837973ad16a84ed7d9, 0x5969957cf4771f80727b4a05f0c02a219f4e33146dff363533445c39a9da3408, '', 0, '?'),
(0x123a209cd7614e5fdc0d76bc1635ae5f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\single-elements.php', 0, 0x176b7cb778b0a016aeaf4f611933b4d0, 0x176b7cb778b0a016aeaf4f611933b4d0, 0x68fcd54225b149e78a13f0b90af50a825746aaf9c67eb595083324cdbdf2a1ef, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x12409ea4663f00408e259841bc7a59e8, 'wp-content/plugins/powerpack-elements/assets/lib/fancybox/jquery.fancybox.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\fancybox\\jquery.fancybox.min.js', 0, 0x2e62b54f794ae2fae6a69feaad8f0820, 0x2e62b54f794ae2fae6a69feaad8f0820, 0x0c6e33b47a882da36d817df57369d6407af1adcda2cc2e54a3e64c959cd37d81, '', 0, '?'),
(0x1241dacafeed3aafacee060f7e37051a, 'wp-content/plugins/wordpress-seo/images/icon-schema-framework.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-schema-framework.svg', 1, 0x00000000000000000000000000000000, 0xa9ab4678882d96edea60aadfc14b374e, 0xb0fdc982b45d4ffc86345882ecf45fe94011278bdddf6f81293f1943d3af72b3, '', 0, '?'),
(0x12427293d82ca27ae35847234e6a103e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RequestOptions.php', 1, 0x00000000000000000000000000000000, 0xbce3ab3c7b9e2e54da2dad1c2369054a, 0x97a04c8fe4e9b129683d79a7765a80e27a26cbce24896cdcc74945e8ac799921, '', 0, '?'),
(0x1242d502a614d2d4b365ed976b56454a, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Admin.php', 1, 0x00000000000000000000000000000000, 0x9f2d232e8d766eafa38597685e2fff95, 0x0239edc1e4b5cc0cd4b2d8a7b3088b1f35acddd0ffed9a9f6c862253e33ad1af, '', 0, '?'),
(0x12430b9e79b2d2f538dd2761bcca16fd, 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x7baf73014351c49ea0fef617dae7019b, 0x86a7c134e72c7dbee2bd827416c1703ee5e9dd83a624fea3f2b30e49051ae7ad, '', 0, '?'),
(0x1248b5e7f99f4074f91e8d88c4a70784, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenStream.php', 1, 0x00000000000000000000000000000000, 0x337df11a89befc9d54c4677de2240c0f, 0x9e3d727540141b21f8b501856295ecbdfef0bf3782a80e96fe27a575811ff724, '', 0, '?'),
(0x124c9f5901b2e65cba09d17617a51199, 'wp-content/plugins/elementor/core/database/base-migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\database\\base-migration.php', 1, 0x00000000000000000000000000000000, 0xca1807f5893c7b21bf2d773b9a8e8c12, 0x0d21b99664f3d6480248077e364c23e2e1b97a4879ff717db1de4ba5342c71ea, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x1256e4b509e3468b3c5470a02aa5fbb1, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexing-prepare-action.php', 1, 0x00000000000000000000000000000000, 0x01889e0d3f1bba8997b917cdbe97985d, 0x661f228863708856d36cc72b9e163bb34ec1f902bbfa5669def044bec7fba409, '', 0, '?'),
(0x125b9be9106f640b49843a243004cde0, 'wp-content/themes/twentytwentyfive/patterns/format-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\format-link.php', 1, 0x00000000000000000000000000000000, 0x4e2a444ea74fb3ad9be54dc2a0126d66, 0x3da8be593e74ad47eee00e4ee47ba5935f0baec4a5f19f23eb141a1874f4ef1b, '', 0, '?'),
(0x126a384158b8b8eba4fbf5f57a4c8980, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\welcome-2.png', 1, 0x00000000000000000000000000000000, 0x0be71bf0025aa1ffe44585ed22a91a33, 0xed58f0a01582acc1bc5b0eef2ebc3f7e2863ff8ac99dcd32d076301d55ec4764, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tw-sack.js', 1, 0x00000000000000000000000000000000, 0xd46a1985f88db2058a94aa59f6485731, 0x0d1268fc28a3e7953751e65a69bb3b4f4bcc6bffbf3b234477b21e456f3c4860, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x646685a55788951b29836985d74d765d, 0xc39aad41d0f24780897938aba588ce2f4fe0c7ab593e82fe0d7599a9a6c27a31, '', 0, '?'),
(0x1275a34a9ef12b29dcae76c6e51b40fa, 'wp-includes/blocks/post-comments-link/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style.css', 1, 0x00000000000000000000000000000000, 0xf0ff8dbbf4ff8899e34a2dd096fb7f0d, 0xc67a353bb0ca7effd490f13775a0c5584d35f65cf2fc196f3dacbd9a867c0af8, '', 0, '?'),
(0x1289945f2c1b82eee86763e52fcf0799, 'wp-content/plugins/elementor/includes/managers/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\widgets.php', 1, 0x00000000000000000000000000000000, 0xb69244d49ece2dce3fc6733576570fca, 0x52eb15250c682c89d4486bc60e80003466ad6ae14fe256ac5f5fd0dc9e29431f, '', 0, '?'),
(0x128d8f18d2444825198abc5e9d0e5d9a, 'wp-content/plugins/custom-facebook-feed/templates/likebox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\likebox.php', 1, 0x00000000000000000000000000000000, 0xcab46e50ec50568ae34c9ace9b562df4, 0x78cd3753b7eec2da069bd65b3397ed33bc67947f34684e51e00bef9e02873c88, '', 0, '?'),
(0x129415b33bab243348219553385b075f, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-type-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x0df0328dbbfd4e88b85a48bd121a8ddd, 0x2f87ff6168f36b72b4b8644d0455a797d299148005b0081df868179db411ce59, '', 0, '?'),
(0x129426b2a2af4f8ffa5a3db244732ed3, 'wp-includes/blocks/search/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.min.js', 1, 0x00000000000000000000000000000000, 0x00f9ad3c8dbea849c912545d001e075a, 0x952673e99b7690b361fb26838bedb86d07081a947ec1063cdd95b6af7eb95556, '', 0, '?'),
(0x12979484ae3db4e9b657e95447645acf, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/embed-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 1, 0x00000000000000000000000000000000, 0xbe3303b288afb222d22d04d0e204a1da, 0xb397952bbab5beea2a52f68b67fe7d61c0bbd565b9968c39da0a34653a3013a8, '', 0, '?'),
(0x12a10ec363d44f9a40ab2ffb6c4d04f0, 'wp-includes/blocks/separator/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x07c545601366c21eca9045eb11961b99, 0xd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2e, '', 0, '?'),
(0x12a1a72f9371c06baa90774aafba33ba, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0x12a795c0f29def02c66635ad815f1feb, 'wp-content/plugins/elementor/modules/design-system-sync/classes/global-typography-extension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\global-typography-extension.php', 1, 0x00000000000000000000000000000000, 0xd5df32ac7e24a326283b1e44dd2aa856, 0x0df2609d8195a72f006f1b6e6c896a009fd8744ef59051e39edcfd0300e1895f, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\nav-menus.php', 1, 0x00000000000000000000000000000000, 0x320922df353971eff38b6a496ff9e7db, 0x2ecf3055538b82a8e92a3b3921c9755b15314cf6f73858540d761cbf991c8c11, '', 0, '?'),
(0x12bbeda649066622c6ec4f4f4b95174e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/support-team.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\support-team.jpg', 1, 0x00000000000000000000000000000000, 0x4c4cfb44efa698b8d9fab0c60d3c782a, 0xb031d3014d5c62270db3c535ffa815ff350f0b58e7ed58b383e1e1a59c44fabe, '', 0, '?'),
(0x12bc1da9a33f74a34e520f1f8493522f, 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\pt.js', 1, 0x00000000000000000000000000000000, 0x4b0c2d42b2986f91f1924319413a184d, 0x1913bd04097c3d552303c067016eafdfb258b0787dcdd642c88119f059545cc1, '', 0, '?'),
(0x12c61c8580b919fa142cb2ef3bf91b69, 'wp-content/plugins/elementor/modules/notifications/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\module.php', 1, 0x00000000000000000000000000000000, 0xc5cc522e2bb4b2315d099164c7c1e19d, 0xaaadb2579f14aa8f9d87f1d6dccee3223aba3d3243812ae51fe484dc09e711d0, '', 0, '?'),
(0x12c632b1e7c09446eeecd04cba2f8cdd, 'wp-content/plugins/backup-backup/admin/images/ftp.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\ftp.svg', 1, 0x00000000000000000000000000000000, 0x9ca8c823f0f2b14f074e35cbf1fc70f7, 0x67942fb6cd2f29523a4f73a3db8e1b8230ca563ed2c8f7c92edcd74417dec991, '', 0, '?'),
(0x12cd08131596316c7d8558a7f345b3eb, 'wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\wp-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x910dc54ec12940ed876f47e16f20d369, 0xc879b55caab0b4fb583ada8883c0c90560d238a4b0ce614073ffce8e2358721e, '', 0, '?'),
(0x12cd6f1b7ce1f12c32e3b93c6c2b09e3, 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product-canvas.php', 0, 0xb46a678a77f0928169405f8ad3575d10, 0xb46a678a77f0928169405f8ad3575d10, 0x5e4e6506e9c9c39f3b21de0d5493b5478de06988dfb6509afb98d6abe6208e5c, '', 0, '?'),
(0x12ce93860fc452b14556de397579373d, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x12d9e7ca5b732669b5752913f90c6e0b, 'wp-includes/blocks/video/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9bab3292829d8000e5e56b21e447a748, 0x6a91331636bc726a11206cc1b19ef932abc040e5151f75db35926bc32b44e2a6, '', 0, '?'),
(0x12de1488480819507237445aa7a73924, 'wp-content/plugins/instagram-feed/js/legacy/sbi-scripts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\legacy\\sbi-scripts.min.js', 1, 0x00000000000000000000000000000000, 0xfacbb6d60a23925d826459035c61a62a, 0xd9b21a352da50ce255133de87d444fb36081873b696b5534452fcb4b5710e2f5, '', 0, '?'),
(0x12dee22c360a8c125429442c5d684b4b, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInUp.css', 1, 0x00000000000000000000000000000000, 0x1cda044e831038c13a957189122af1aa, 0xe4f12471471c21c79bbe519d0685c1eb091c96d89924d2484529a04bb337fb79, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\totp.php', 1, 0x00000000000000000000000000000000, 0xf47b8685c0339422bea85ccc456e1f6a, 0x9e220e1fa9e27bf6fc781df388b8ae71631ebfa42ad7824e6f10e404de68396d, '', 0, '?'),
(0x12e4efc361cf4220335bd9c78c28f99f, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\in-tags-condition.php', 0, 0x9943a00bafa01e74372964977d621d84, 0x9943a00bafa01e74372964977d621d84, 0x17112a8c383f9ccf72febdf2914609af9670ab0f0ec5c471b428495cb5e5f13e, '', 0, '?'),
(0x12e7dcb223248efc052e5f3cecf33a6f, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/bg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\bg.svg', 1, 0x00000000000000000000000000000000, 0xc1cef8a9bfd121e13323de83089ea6d4, 0xaa2990afc78098868497800dd9300ddf94e3592b666bb2bce21568d43af06aee, '', 0, '?'),
(0x12e90560d831dcb851b1b6c9f80f25b6, 'wp-content/themes/twentytwentythree/templates/archive.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\archive.html', 1, 0x00000000000000000000000000000000, 0xba03ce80bbaa2276302bb6c35cdd80fa, 0x1843dc2afe778d3928dfa2e77e414f49d3e3ae6ffd122f4ba1e400dd012262f6, '', 0, '?'),
(0x12f9fc331e5bf595965257bcdc270570, 'wp-content/themes/go/dist/js/admin/block-filters.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.js', 1, 0x00000000000000000000000000000000, 0x50b63d655550ad0514e5aa555b5253ca, 0x6279d0fef851212a5481095af7a23699b6c2170e50dae52a5826c0004ee8a7e6, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\resizable.min.js', 1, 0x00000000000000000000000000000000, 0xd43c1aebbc4ab0a181d767d6d63e5b20, 0xe550bdcdea1bde0b2db87342b18a490f814a99b831bc8b818ede811dde57438c, '', 0, '?'),
(0x130786483488c127955c2a481cc7594a, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\export-runner.php', 0, 0xc6a89fb40074b73f31591fb9eea75589, 0xc6a89fb40074b73f31591fb9eea75589, 0xcb05748bf7dcf7a288ff207fce8471fe99e9da5d63fde685c4e89f7af241228e, '', 0, '?'),
(0x130abce97337840193610aa55b772dc2, 'wp-content/plugins/elementor-pro/license/updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\updater.php', 0, 0xa8a4108308493ad1ed263bfe6a9f77b5, 0xa8a4108308493ad1ed263bfe6a9f77b5, 0xb4ac227817552fc9927c61328b59c44fc497ddf4c9b41e522b9077bc72ce3099, '', 0, '?'),
(0x132030a29973b93dfd4b2a4bd88f21fb, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\customizer.php', 1, 0x00000000000000000000000000000000, 0x91fc31f0208e11fa86bb643b6ec68643, 0xe71434d5f5120535a2c973c9aebf2293a795a4ac6dac70e8a19cddacd8dc35f2, '', 0, '?'),
(0x132dba8d23a72354d70d53ba9c63819e, 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.881847b13e8fe1f8bfc2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-carousel.881847b13e8fe1f8bfc2.bundle.min.js', 0, 0x1606c7171d579eb9b0cf0ff55059d942, 0x1606c7171d579eb9b0cf0ff55059d942, 0xfe8c3653453b9cc6cf325042d873904531b76a9eede511a81230cba127ab9730, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification.php', 1, 0x00000000000000000000000000000000, 0xfb3de037f8defa456d19457606b8bb12, 0x9b280ac78b751fbfabea4ec6942790029ff945bb8f26be801e80d52a6c72f0ea, '', 0, '?'),
(0x1334d9625ce08aab2eb23e22211f9146, 'wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-info-locations.php', 1, 0x00000000000000000000000000000000, 0x905bd2fd0a268118445e115f07a764c4, 0x8fb518c55ca2dcbcf61671439d9d7ce00b4f87409dd7d425acbda3958d8dea82, '', 0, '?'),
(0x134ace20f903f3833fa8b4302fa7b52e, 'wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-frontend-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x5130fe060ccc74a746f3af8532a381b9, 0xd0f1313bd56ce439e3e5357df1d4d1c6b49499987b0c0cb4853e2e8e02bb9bfa, '', 0, '?'),
(0x1350220c528a01c441a64de8da070355, 'wp-content/plugins/backup-backup/analyst/main.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\main.php', 1, 0x00000000000000000000000000000000, 0xfc7e2cbf77ab15f214581a68e39e8c37, 0x74637d864e8c7cb954b79412a4d060c3c4fc889813eb24f6703cf8e4d7922ec8, '', 0, '?'),
(0x135877d349f2750fe67ca3e73039bc37, 'wp-content/plugins/instagram-feed/assets/svgs/tag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tag.svg', 1, 0x00000000000000000000000000000000, 0x2f96e85fe7c9a92fc509d85c49dc9ace, 0xa4314dfe93afaf1dc03b2bdf20b599def2ed62ba4b6b450bfe9b435e5b2126ae, '', 0, '?'),
(0x1358ca914c86cbcb5bf79bfb580d4ddf, 'wp-content/plugins/elementor-pro/license/assets/js/admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\assets\\js\\admin.js', 0, 0x42216b8918f9a5a08ad7a1c35c4a0af3, 0x42216b8918f9a5a08ad7a1c35c4a0af3, 0xef453f85ad50f13d215781ca3caa89b0c035188295ec3301a05b9cccc874bced, '', 0, '?'),
(0x13600b09ae42039e0fac0079cf6f34e6, 'wp-content/plugins/backup-backup/includes/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\constants.php', 1, 0x00000000000000000000000000000000, 0x2c30c9f9834471d82f01ccb74d3c0dcd, 0xc3072f18d10c6551ab4fd15778f31d2a98f6834d387252db85ad1e3838bc9da0, '', 0, '?'),
(0x1362e7adfffa646a46cb09a271215825, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirections-tools-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirections-tools-page.php', 1, 0x00000000000000000000000000000000, 0x801246f7d9aefd3e11e0acdbe2a01943, 0x3e45c4dbe360168464cd656c1a1c76b87e0e9c554a2c18fcf74a58df994e4e29, '', 0, '?'),
(0x13638ad620c8b58e45396a0f7a5b8b18, 'wp-includes/blocks/code/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style.css', 1, 0x00000000000000000000000000000000, 0xc2e67a930ddd201f442d1a10c14271ac, 0x3964e15802ddccd7820cd30c0eefe1b86ccec785e698968e659ee511d61cf0b9, '', 0, '?'),
(0x13686fdc07561e21fac7c1252c4d0432, 'wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\control\\hover-animation-floating-buttons.php', 1, 0x00000000000000000000000000000000, 0xf5e3cd40dfd9196b3b919418765ae2e0, 0x32f83d39fa7f96c68d06ccc85ac22b2d2448a2ec4b5281ceff1db993c760d632, '', 0, '?'),
(0x136b9aae198b82ca503a1a0a453671e9, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0xb2c166b99ba8efdfcf8884706d3b7672, 0xfe978d3ab1bfef7e934157b76d98d251095c9c9bb267d4bf2b31685bbac0445e, '', 0, '?'),
(0x1373de6408ea5e676ece65155d90166f, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0x9bf03da2456263e3613b1f3bccd2c984, 0x57649670f2f0a5e9c69f0a08a1d4dbdbf570191b4a27a4526a25d4d35c9e33b6, '', 0, '?'),
(0x1377d137fe762b8f7131921ab31d8ad1, 'wp-includes/blocks/list/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x137f843e0ec31b13bf7e6741ce0b2f7c, 'wp-content/plugins/reviews-feed/class/Common/TemplateRenderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\TemplateRenderer.php', 1, 0x00000000000000000000000000000000, 0xb62c86576045646d3b8f586271b14f5b, 0x3d20719f469c7fc95df66f8da591c9f0ef91d5e37396139ad963bf410302aee1, '', 0, '?'),
(0x1386524b832846b38c055efe64d943b1, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\url.svg', 0, 0xc1e736740c917a8811761c27d2959648, 0xc1e736740c917a8811761c27d2959648, 0x2e978ee7e172565de2f35810eeecfc1770161922ac4285f9a766976487265f14, '', 0, '?'),
(0x1387e0c8b60a3db57bec6833bd69cf26, 'wp-content/plugins/elementor/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x0290bd789b4415430054a7c61b524c8b, 0xae7fc6f5c11916547d915add368a34246fa8b5c0a5988e4d852f070a08bfffca, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.scss', 1, 0x00000000000000000000000000000000, 0xa3819531a80e6083e0d83a25808efb64, 0xba9bb9ce27c947191895d81faab5aa925a58f52ae4e6ae5123095d147b431b44, '', 0, '?'),
(0x1398db258943d3dbf150e6dbbcfcc574, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-advanced-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-advanced-tabs.php', 0, 0x15dfbec8c1ab905cb419a478ee61985e, 0x15dfbec8c1ab905cb419a478ee61985e, 0x91858f77bc1d60ce517c1af8f76cf5b700592ae9a7c0f4b332bf239be29e26f9, '', 0, '?'),
(0x139b6feeb28c509c5c20ca4a7d250d57, 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables.php', 1, 0x00000000000000000000000000000000, 0x25b93935b1f500526a1a833035badd6e, 0x652cdb6840d8095ef3c86c166f4b6a2434c7d2b6c8947e60be03e8738a35bae8, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xc7468e7a51afe8f9d67d20a095bfd030, 0x5dc79ba0bb13e163490ce38e5405a49629cda3786e257d0149eb6d14466287c9, '', 0, '?'),
(0x139d442a1f3b760c28b40c2ed2b28c4e, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x1b7e1399634591004c9f76de1865578f, 0xdab0900f17ebe93f45cf73e4a814ca6dddc5039f426ec1714b8a06dbbd35bb13, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xa085be439771e0f64d73b57dcdd8be83, 0x79ca8ff2f930605a99a9ddb97ac01127f2d5a1d4e67ef20e701778a27e513149, '', 0, '?'),
(0x13b23f0ed10be0847383e3eb18517d5f, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-pushengage.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-pushengage.png', 1, 0x00000000000000000000000000000000, 0xf1586efe00750e660730af4a2795ce30, 0x4c961931c8e24626bbbe03d42889aac5829de1d4e90b059214c31abd2215f802, '', 0, '?'),
(0x13b244b9c4a2d28803a526e34de593dd, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab-content\\atomic-tab-content.php', 1, 0x00000000000000000000000000000000, 0x64c700bbdce9fd6e3de8026bb67b0980, 0x8d4a54ca11150f1de138d9da6e1d8e2b5a2fb8d498d4229a8402c2be4dbf9250, '', 0, '?'),
(0x13be23de4d5d3db7f3df4d90cb525319, 'wp-content/plugins/elementor-pro/license/data/endpoints/get-license-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\endpoints\\get-license-status.php', 0, 0xdd9cc49729a7b8bb4463e23af3d02582, 0xdd9cc49729a7b8bb4463e23af3d02582, 0x39f5a266cb89ff61971683de0b4fb84e7293b1a327117e5945bb135d93deb62f, '', 0, '?'),
(0x13c799dbe8ac4734837c405a942f411f, 'wp-content/plugins/elementor/assets/shapes/clouds.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\clouds.svg', 1, 0x00000000000000000000000000000000, 0x4a34ea145eec75fee78752e8fc3567e8, 0xf5b0751a159b988c171df5f7fc6e4441918a6386afe26ccca2d30e56e6b5070b, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x13e0e244bdc73de50dc551a320d26212, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x13e55dd2abc223e22587c47988da8d2c, 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-menu\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xbac829c0a35c7f533ed2be28dadd0540, 0xef64a5937b2d728af2c71b6d64e50aaf5607120a85dcc6c341664cb010b9ebc0, '', 0, '?'),
(0x13efddfab1386c0d3f15cb5394b2cc68, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\seo_for_wp.png', 1, 0x00000000000000000000000000000000, 0x9d46c10be14c8f974886be1b368495c3, 0x3d9e836c43193ec065f71b63f59e5db5b501a192157bf658830f4f490a6eb7d3, '', 0, '?'),
(0x13f0e76ff6d37e25e8f80605c280083d, 'wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/ai-consent-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\user-interface\\ai-consent-integration.php', 1, 0x00000000000000000000000000000000, 0x7d729655e693b2d1aa10d91ab2efff52, 0x4aa598e6c66a1fade9a46f3ea11656c6036d4c9950c4eef427a739529733a8ab, '', 0, '?'),
(0x13f49abe59caa5ed5f8d40d4984755c5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x305cd3365a5eee8eaa024d11eb4e03eb, 0x8a59a4211de5202d52bde80b8a536c6da084ede6b64d13ac1867018b477724da, '', 0, '?'),
(0x13f54a7240206b296bcbf4d103159a8d, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x618bb6143fe5156ba5009f1ca7e43307, 0x4bc80d63a15198a993a633804541a9147575f1cfa0795194b6adec3de03cf542, '', 0, '?'),
(0x13fb50f0756ff23680cd15f6368fc5c9, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-3.json', 1, 0x00000000000000000000000000000000, 0x6ba62dd4a4c8453e90379e1a9dc0ad1b, 0xfe24b0fae3fe92f5591b4cb0ab55a75f21c3ce99df72af8a00fd9d4a2f7ad193, '', 0, '?'),
(0x1400e2aec6732d4012da1f1cea8cf597, 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-update-header-builder-design.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-update-header-builder-design.php', 1, 0x00000000000000000000000000000000, 0x1294d26aee82f9489ab3caba6b194cb1, 0x90ea778d5285d78f51b2b1b6f1336e51ca016808bbe789fe8dd16a57c3988606, '', 0, '?'),
(0x140558f2734f5bada0a2b0b23c912d42, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/cloud-lightning.9df10a32d1ab9d921a8cfc21871cc96b.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\cloud-lightning.9df10a32d1ab9d921a8cfc21871cc96b.svg', 1, 0x00000000000000000000000000000000, 0x2c5900a94fdf1642fe0ddab25d4e0c85, 0xc8cbd5aacb85bbfffb21c972b612f8410ce5bbaafe660f3825c80736fc3d3098, '', 0, '?'),
(0x1405ad1074925953512f5b8aae52cd43, 'wp-includes/blocks/gallery/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x78cb08dbddd4f101e6e19ec23ec910c6, 0x605ae2c80264902ee3790f94e075c20696bde8d8b376ed796e3cde91e1754eb9, '', 0, '?'),
(0x1414438117a063804f767a167b48476d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/VariadicExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\VariadicExpression.php', 1, 0x00000000000000000000000000000000, 0x3aa611d091039fd2e6627959d16d448c, 0x1cdf7fec307ab5d27b4a749825af7b10cbfae5a10c9a6f99abd640a71682494f, '', 0, '?'),
(0x1419fe72178110b9012fd4e9daf2bbe2, 'wp-content/plugins/instagram-feed/admin/builder/templates/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x141f082ed985c4415345e600b9604fa3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x1420475a073395410ebdbe706b59229d, 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\loading-inspection-manager.php', 1, 0x00000000000000000000000000000000, 0x691c8b5b831d6a4a3984072699eb41b2, 0x9a8dad8e8f0ef608f3816d468cf5740c3b9f8b9703852fb5c374801409a46a7b, '', 0, '?'),
(0x1423668b3669747bfdbfa55bcf490174, 'wp-content/themes/astra/search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\search.php', 1, 0x00000000000000000000000000000000, 0x738e28e888b9a95a28e4f8a22d306b2f, 0xc0b2bd3069457e605ea6f5df50ca72607d0275cdb568a5b10c9bb8adf6b14134, '', 0, '?'),
(0x142a161f57f9694db60ea6b2fa1672fe, 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\first-time-configuration-notice-helper.php', 1, 0x00000000000000000000000000000000, 0xda4768498d8267d202f73213d741be78, 0x74dd2a2581afbbe7dc3a37bb12f2c10f8fdfba93adeb86c0250500381b635934, '', 0, '?'),
(0x142c92166e68de0eceaaf06635790150, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xb18da8c8e928c3a86c6c913a94e52cd2, 0x7e61305ee72242f4f6359628faadbebc1511c83de9af067cd17d115798b745ff, '', 0, '?'),
(0x14350aee79336653b29223d583f779f6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2965.d71527ceeff9de2a.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2965.d71527ceeff9de2a.js', 1, 0x00000000000000000000000000000000, 0xc6cf36484ced13c27dc174f583977a7a, 0xda5936217832f2d2d4735585a960a3002cde67d77123db0463844ee1ecf2762d, '', 0, '?'),
(0x14361678740fe3b30b25a9942a791507, 'wp-content/themes/go/dist/images/admin/header-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-2.svg', 1, 0x00000000000000000000000000000000, 0x1b4c97626bb8e98fb9123ed7b7e89e22, 0x234c3263c7b8470d6948d24439e5626836b265ae378959b55d757233aec46e94, '', 0, '?'),
(0x14431016cad1dcbb3bc1c6f48da99c76, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetFilterer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetFilterer.php', 1, 0x00000000000000000000000000000000, 0x4d12269d8c6283458d5f34599b41238c, 0x61e1d09bddd6a3cfca1d0ca0f08bb84e947001ac0fdcdcdc7e2b41a3815518a5, '', 0, '?'),
(0x14488be9ce7e7b7017704e29d4e881bb, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\help-link-presenter.php', 1, 0x00000000000000000000000000000000, 0xa5538c623aa10f743da221e51c32eaa5, 0x5835e7144d96cb787b5a59d6ae371079ad6e65176af0793a0c8df4b00b467d62, '', 0, '?'),
(0x14502d926eb384f87e608cad82487cb7, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x6935e6a00fb2acbfcff2a5bcf573faa0, 0xf3d970b5bd885e85f90cfa8f7574b1948705c415506e990073533da6379ee6e7, '', 0, '?'),
(0x1452509a06a76c556aa12b2267fc7801, 'wp-content/themes/twentytwentyfour/patterns/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer.php', 1, 0x00000000000000000000000000000000, 0xf124bd554c7dc60943dd38e99069bcdc, 0xe146b0277f198ee7116fac45c12fc44f53f7d86287e3f930e9033e79d0460083, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox.php', 1, 0x00000000000000000000000000000000, 0x15cf34b4a9ba52f33a3f2846b8cf960f, 0x37a85d8751e32c359af21af8c9d05fd676aaf743bbe44b45ec2eb24b0c0f920d, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x145e70bdb70012eb18ad6a2322c488a2, 'wp-includes/css/dist/block-library/elements-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x907348f8a3c448e391a1a80320b90808, 0x1d2ff0af684c4ccaadef536848aebc8db2c24aa4d4ba3420ab2022b63fcd4140, '', 0, '?'),
(0x1476ded7d6262afec9062d48e9ab2ea4, 'wp-content/plugins/instagram-feed/inc/admin/addon-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\addon-functions.php', 1, 0x00000000000000000000000000000000, 0xddc2bc7aa8f1659a5d5584663426f19a, 0xdd81346a94219ec007094d3e1fae4ff2f9a8abaee26b463e68d0c1402ee66d16, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\SecretStream\\State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x14789824a46c51bd83acc6471cb70052, 'wp-content/themes/astra/inc/assets/images/customizer/woo-misc.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-misc.png', 1, 0x00000000000000000000000000000000, 0xd2701d0185e4afdc8472de143cec8ca3, 0xe656aa88c62357dd6a72f2e72f095ef80d6390cfed1bd7a52fcc4f49a90d256a, '', 0, '?'),
(0x147bf79de523e3285aaba5cf303c83e5, 'wp-content/plugins/elementor/core/admin/canary-deployment.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\canary-deployment.php', 1, 0x00000000000000000000000000000000, 0x58980cff7e9344ec52c6a2bc7bd169fe, 0x09a56f005ebd5422184c0a2a0516bf48dcc88753dafe1489306ebc069cc23398, '', 0, '?'),
(0x147e375d322c77b0ffdb9d16292960b5, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/IncludeTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\IncludeTokenParser.php', 1, 0x00000000000000000000000000000000, 0x71eabaa99ef3465e397b428b4e874443, 0x266892e3d81fccc9cc91b459049a8194e23b3574ce1cf7325079f1798bedaed6, '', 0, '?'),
(0x1497e252d7e3f694d875cce71bc34e11, 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\socialMetadataForms.js', 1, 0x00000000000000000000000000000000, 0x199d52aaa1c273dbb3baa51bde3c4799, 0x83fc64fb1d119c01df0e5747067e5153214098436978d882ba0e86eea931e678, '', 0, '?'),
(0x149af1c24ec1fc8b520a6c3b8db9eee6, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x9cde0eb291f02d5e88f611ecb29b85f5, 0x7d83fffce32f68318a789a1466a5fa26dc62d830714a98fe12590d5a1ce9bf8c, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x9dc9fc1fd4a1a450fd16010a177df524, 0xba7647037e0c3f74370013878e68ebaa522cfba17cd95d3985f470be2e4ae477, '', 0, '?'),
(0x14a9842d128239ab0be0ef3267ef94ea, 'wp-includes/SimplePie/src/HTTP/FileClient.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\FileClient.php', 1, 0x00000000000000000000000000000000, 0xf9fae5dae7b7b49105baa3512115815a, 0x8623846319fd5c49c56d4dd78050a8ef4aaeee30002a28670c20964a3bbd1900, '', 0, '?'),
(0x14ac8b97c2235cb5f640bb90a6ba3713, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\social.php', 1, 0x00000000000000000000000000000000, 0x7007b4cfa6890792bbc9f70bf36203c2, 0xad0cba9513dbb343a32d881567601627349b42e371df13a65e24e4734dcbd8d2, '', 0, '?'),
(0x14b43b9d27f5e817510d0766f1ef0175, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.js', 0, 0xb91710269e4fef00e100f806c51ac100, 0xb91710269e4fef00e100f806c51ac100, 0x272da1c012ed68da87feaa1251a9682e2959cca7049c4bbca75b94c1959d1f9a, '', 0, '?'),
(0x14cba51c2bcc9aa994e2c2c8f0bcb5f4, 'wp-content/plugins/elementor/includes/settings/settings-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\settings-page.php', 1, 0x00000000000000000000000000000000, 0xb918048c7d117de8d61a5369333da858, 0x0145cbc23647e52863350de9a4ffb741ec11a8b65cbd19a72cca333c0e94fed2, '', 0, '?'),
(0x14cd66a07aaf2049eb051cdb666e6c1f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8662.0b48f78446ad4cab.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8662.0b48f78446ad4cab.js', 1, 0x00000000000000000000000000000000, 0x9a50f1f0ff31778a8a9064281549a504, 0x2bd9b7e59ac41c6584991f22543eb9ba262b252ec684629f6452931fe264f63c, '', 0, '?'),
(0x14cdbe21b3075e87bc6a9f7c852e9fb6, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0xc15d72a7492aad9433b3383c500ae6fe, 0x4ec4651d06c070c6f63a4dae99b9bf98f8f0cd810f3e52bf6644b65cbe739b27, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.svg', 1, 0x00000000000000000000000000000000, 0xb4e45f9133245fc26e06a0f7358ed758, 0x1c3bca902738e334614f6f59382d558a36321fbbfda74bdb7171fc2442e0f978, '', 0, '?'),
(0x14cf4dd6bbdc0f1f1a566096cdad5c36, 'wp-content/plugins/elementor/includes/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\utils.php', 1, 0x00000000000000000000000000000000, 0x3c55ada085368c548e51424112736461, 0x186951d5e45b07b1a146ee26601e8041efc9bf46407d0afde6bf6add9c33d504, '', 0, '?'),
(0x14d1fc74f503e03f696ca760fb1b7b08, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x842197a1312dcb6d0df49d0500465634, 0xb62452050975a8e3380207436d9fb8f38c10d87c0dc516aa4a0a9c34991c5d70, '', 0, '?'),
(0x14de879cb01ccbe3995cd32ea1c5f224, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x8fc31c28055e182fa8e72322ecd5b1d9, 0x1b7192df72ac0d40eafc75998833484f0cb9fe9505aaa707e080928a03972b36, '', 0, '?'),
(0x14dee25ca7ea8b681ac2c829c4a0891d, 'wp-includes/blocks/paragraph/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\block.json', 1, 0x00000000000000000000000000000000, 0xd0f994495a5a5af5a307655c871574e8, 0xacb195b8d8e004f7cd96b87faa7849403a700413345177ecae8c0b3dc55da85a, '', 0, '?'),
(0x14e011c3b32630a603702e5f9e346eee, 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/user-interface/free-sparks-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\user-interface\\free-sparks-route.php', 1, 0x00000000000000000000000000000000, 0xdce72eb442e540a349aa24b1bf35250d, 0x1219b946a93fcde4923743e0e7813cef6623d657f5837ffa3def0ff060bac2d7, '', 0, '?'),
(0x14e30ad3359f7ae050164534989a5ae4, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\media-carousel.php', 0, 0xc2125592bd4364af5be5bcef2c0cf5d8, 0xc2125592bd4364af5be5bcef2c0cf5d8, 0x6914c0575d40b0a6ad99509e3bea330f396952ee00ba99aae7b103966470d207, '', 0, '?'),
(0x14e6e9ec5eee4023af9a0264d956d1a9, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-runner.php', 1, 0x00000000000000000000000000000000, 0xaf3a3950fafd2bb8db5dab6f34719b82, 0x3bd621ec1520fb08ee366253af330b610f730ad78636b0831437dd9d08880a23, '', 0, '?'),
(0x14e738b17e613960d78ceaea8a3ba9d8, 'wp-content/themes/astra/template-parts/special-banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\special-banner.php', 1, 0x00000000000000000000000000000000, 0xdf79f35e9eb0e7dc1cc75def31f69cb1, 0x84ec5de57a43ad4250bc1d5cf5be1fb2de336d3a0d3c8bc95f5343fd38ee461b, '', 0, '?'),
(0x14eed5965761d3fc743162a857324929, 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\delphinium-flowers.webp', 1, 0x00000000000000000000000000000000, 0x3d00fe42d8401d3deb3f54fdef700316, 0x0e9a74589e6ff3c1bdb8f35dc3e8face5eea66658e35193c5ca28f6d96374dd0, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x14f38d4bea600fdc11c8e13ae8ec75f4, 'wp-content/plugins/wp-reviews-plugin-for-google/wordfence-vendor.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\wordfence-vendor.txt', 1, 0x00000000000000000000000000000000, 0x39a30251c1f1d4bc8c555620b7a97c55, 0xfc3ba800b7ed6b3a07f56a17b3140dd55a49ca8ad7e5ffd1bdcbae3d2bfede12, '', 0, '?'),
(0x14f65bbdcd735bbf66b5b2237c24bf75, 'wp-includes/PHPMailer/OAuthTokenProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\OAuthTokenProvider.php', 1, 0x00000000000000000000000000000000, 0xd62145b0e6665435d0b973a1e72d5cc5, 0x5314d7df110252a71e7557bb3f8513d512f92cc31274b8ea94845724b49f02aa, '', 0, '?'),
(0x14fc8ebec9c9d4374fb298b28d111671, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/save-plus-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\save-plus-icon.svg', 1, 0x00000000000000000000000000000000, 0xd67ca3ef1b4c35a02159f5ea2e57812a, 0xe07db5268ab09748f69116fe027019b8340a49ff2e04499d873886346dce2ff1, '', 0, '?'),
(0x1507e1d8a4c4d38adc3712b9c4917786, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/rocket-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\rocket-icon.png', 1, 0x00000000000000000000000000000000, 0xdf7f3a142268525b7ce78d8cbd560c6c, 0x7ab1b3fbbda277a30fbf3fa5d79ee2776816b5ec35ed99215ea42ddf560be085, '', 0, '?'),
(0x150a094dab49867ef659454f97d75dd7, 'wp-includes/blocks/post-featured-image/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\block.json', 1, 0x00000000000000000000000000000000, 0x9059d149d551d3e0d7a67f72324ee028, 0x54f0bc8ad91d8fa21c78168c48914ec9e04ae0593c21ec3f9c761e4f427a5aeb, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking.php', 1, 0x00000000000000000000000000000000, 0xf1a54a2d87a2696efef37c3afa62bf22, 0xa326f8b8c12385c225b3a8e7bfc44d4a2e02fc149c182298378d64eb643133a4, '', 0, '?'),
(0x150ccb4e73c6ca2712ea6a33c8e14c3d, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0f0e8c7ef46a4279a4ca4a88af031c70, 0x87d51116b034c224257edd7b0ed64001867a22a3dab1b99c79abe9fba5d1a9f3, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x26c20e76b9dacedc3872c8110daf3ab1, 0xd5a3f56de363806cb9f38e2fa8ce276f70040da356a6b8a72cba3e8c7b12ae79, '', 0, '?'),
(0x1510270515d179cc186fa0295f91c318, 'wp-content/plugins/wordfence/lib/wfAuditLog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAuditLog.php', 1, 0x00000000000000000000000000000000, 0x66b5ae8a28d17eb5e84de00810e05d25, 0xe16774d2c4d6fc93f13718ccc96470a9668a946a0e30526ee7e439ec3b10aae9, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-functions.php', 1, 0x00000000000000000000000000000000, 0x65e6ca2ccc25607fca891575a8452c00, 0x773a1ff4a05c0507112062a07f4355dcd3bfe2951058530262cbcffd23df9b34, '', 0, '?'),
(0x1518240de608e3748cccf9406da9b64f, 'wp-content/plugins/elementor/assets/css/theme-light.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-light.css', 1, 0x00000000000000000000000000000000, 0x2c53754ef504543b0d09d42b2f809fc3, 0x5aa1eabae585da41137f9dfba4c9da094a5f032e97ee2764b935d583b3cebda3, '', 0, '?'),
(0x15262b5c616a66081bf444dbc30f1306, 'wp-content/themes/astra/inc/core/class-astra-attr.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-attr.php', 1, 0x00000000000000000000000000000000, 0xc3ca7cc46d4931cad62b4800fb5e47aa, 0x1ed8b9547b6129fc77c26898ad757337373bd65714969affd3dfe5e392e8e116, '', 0, '?'),
(0x1528959eb7f6a8e3ee07f5a8a80f7b40, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-searches.php', 1, 0x00000000000000000000000000000000, 0x643896dd51278ae203b92ed58444decf, 0xa80e5d99de2ceb3a616fdc86e10c4dfe709166b16be76237d2b12d518838dcd4, '', 0, '?'),
(0x152c18a1bcaa0cd8eafe96cf2914510d, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-builder-configs.php', 1, 0x00000000000000000000000000000000, 0x790ebfc559afe21669f1654f346e5ca7, 0x2efa5bae8a75ab8f475920d2c6d7aa456454bbc31cabd86b81e009ec5168cd75, '', 0, '?'),
(0x1533ad3a7919ac9d01b5a72638063fea, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0xfbc73c8e3e2e87a2a7f29d85d41a4331, 0x48f5c336fb4ba837ce2120ad81d3032fa2a53bf308d29c3449b4c1b501bc4c85, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0x94fa5f510f0ab804bfa1ef0b565773df, 0x51eedaba63d458e9dcdabfe86c051e0962c9af027bca7b129b5e0158a96fca9a, '', 0, '?'),
(0x1537d11de9b114ee4f57170a1b408b61, 'wp-admin/css/colors/modern/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf113cf9bc6fee3643f755f9c5437aa1, 0x33a83fd8b7a4aeefe733cc23e7095a5390e81a67f7c2d031591efe5404a6b582, '', 0, '?'),
(0x15403aeec325086ccc62f84ef3a5749b, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platform/logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platform\\logo.svg', 1, 0x00000000000000000000000000000000, 0x5082cea688c0c0adc14b28719359bd65, 0x57531adb03301050c1206ad448c692afa71e1e82d065b4db0c28fdd9d90fd859, '', 0, '?'),
(0x1543edbaecb863f4e3ee796404d3dba6, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0x1548a75ba68828628287396e0bdee71e, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/translations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\translations.php', 1, 0x00000000000000000000000000000000, 0xb03103cb982798e3c3cbbb32993e4565, 0x790d4a196bab210a7847eceab2b584b3e4db91792a4f4dac72eb1f8220baaba0, '', 0, '?'),
(0x15541fb6bc68ac045346266855c55634, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x1569ff9a7a0d912a1cea9cd311124bf6, 'wp-includes/Requests/src/Transport/Fsockopen.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport\\Fsockopen.php', 1, 0x00000000000000000000000000000000, 0x393568a895aaffe6e95e26391f9055cd, 0x1ff8a1a1e8f37db97c4957c6f09741b6cf0df77e48eb9b1a489a1921a55ae7d7, '', 0, '?'),
(0x156baa125af1e483d42dff1647030043, 'wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0x2f40e1f58f8171151020c06c8ce98c18, 0xb5208d590135bf9d3d7db1986e3cab72a29d2106dc92e815805c7dd8219e52a4, '', 0, '?'),
(0x156fe05f8964ba740124eae17d5637a8, 'wp-content/plugins/wordpress-seo/src/ai-generator/application/suggestions-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\application\\suggestions-provider.php', 1, 0x00000000000000000000000000000000, 0x79ca7af1e24530e08bad3a7032708437, 0x3ce3354e9155fc70571e5564e0129cdb34d1c72ee60a413aba9b28b9645995ba, '', 0, '?'),
(0x157895835457971ddc84f483e0b0310a, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-width.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-width.php', 1, 0x00000000000000000000000000000000, 0xcf6d891a9be7a650cb9474ce4c32c14e, 0x5ef139e2861944851bac978b67a7f7efb9da9e667b0851bc109bb2822a06e6e1, '', 0, '?'),
(0x1578d45b43fda8275619a98a48d5aa8e, 'wp-content/plugins/backup-backup/admin/images/logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo-white.svg', 1, 0x00000000000000000000000000000000, 0xc63aef1c45ea68acddd86722d128b98d, 0x3eb313d4b13fe24d958ca956e247b971899d73bba46d4a6fe635498cd1015234, '', 0, '?'),
(0x157a173d86078b6f0edc9acd235e961e, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0x526805be5ebdb223c9bdf5c24f25acc0, 0x83e56f14995c360720d09c9b82d2ee77c885f5d3ca17a654a5fc4250fdaf55a5, '', 0, '?'),
(0x15889e1a0d36001e58a3ab69d32a7fcd, 'wp-content/plugins/powerpack-elements/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\plugin.php', 0, 0x8a762b85c1379aac5c79563fd2bfad08, 0x8a762b85c1379aac5c79563fd2bfad08, 0x49103603f2dcc9f88453539eab014b3a4569e3b902a905f2e6cb2f1617f14900, '', 0, '?'),
(0x1589c051437c24a0093f8f8a2504a638, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/welcome-2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\welcome-2.png', 1, 0x00000000000000000000000000000000, 0x0be71bf0025aa1ffe44585ed22a91a33, 0xed58f0a01582acc1bc5b0eef2ebc3f7e2863ff8ac99dcd32d076301d55ec4764, '', 0, '?'),
(0x158ac83b852af2462775efef118fe0b5, 'wp-includes/blocks/code/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor.css', 1, 0x00000000000000000000000000000000, 0x2b767bc10e64e884f4662439b6ecc55e, 0x4be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a02, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-header.js', 1, 0x00000000000000000000000000000000, 0x16dd8ec81a8ba0d0191b1adab8d6f4c2, 0xa106f276954e948f1cb006be3b64f5560b7fc208e2143564fba58e1274a12cee, '', 0, '?'),
(0x15916cf900ef0788d146ebea668d81ea, 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x159416218559661e8c5739583ed06f67, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0x159cd02e835431f3540756700d99714f, 'wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\footer-sml-layout-2.php', 1, 0x00000000000000000000000000000000, 0x4245f44ad1585abe5117697f80740ce9, 0xd330941fd2f4549ebae99853d998b80441ec63418c0fdc1d670939732df362ad, '', 0, '?'),
(0x15a1b0ef9c6c632be06a7b45acf61760, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/banner-permanent-dismissal-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\banner-permanent-dismissal-endpoint.php', 1, 0x00000000000000000000000000000000, 0x9a3598d40a80f06c4ee9513156821b0d, 0xc935f0c108fd605fe5fa2506cefe1502b9df5a3e64d0ed4a7a4ed50dc1f6243d, '', 0, '?'),
(0x15a22cd272291228c29eddd3683f8afd, 'wp-content/plugins/elementor-pro/modules/motion-fx/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\motion-fx\\module.php', 0, 0x2555aef4ce22bba72688d3f50193ea9e, 0x2555aef4ce22bba72688d3f50193ea9e, 0xf4e19f8e1addd8ae4a44c93e426e957c60e23f2a51818fba4e207001d1fed84c, '', 0, '?'),
(0x15a78aea2b62f4bbb27168587245f21a, 'wp-includes/blocks/comment-author-name/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x15aaf3dd189cbb460cb9eb18a73858a5, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\and-condition.php', 0, 0xe257ff49eaa47b3e52fe7aa4f5348cd3, 0xe257ff49eaa47b3e52fe7aa4f5348cd3, 0xfccf5fdd6c8e8bb89c0812f9c5e78590b1dda3e3d2a165b5cd21496b0a2f33a1, '', 0, '?'),
(0x15ac676b0252b34ccab2860c7a0e6f82, 'wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nested-carousel\\widgets\\nested-carousel.php', 0, 0x6675463144da8aa8940b7ac16fcc1824, 0x6675463144da8aa8940b7ac16fcc1824, 0xd094bd766618d297d8ffc3f1a31b26e1d26b201c97ef6fd3520fa16147f70b82, '', 0, '?'),
(0x15b883f125d7f6e772ecad12f88c3ff7, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestParameters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestParameters.php', 0, 0x6d75beebe8f7cca753f90930de041d79, 0x6d75beebe8f7cca753f90930de041d79, 0xc44f25e2193db2e2348bb70d4c86dee7c63ebfa2113213d053046a616393cfa4, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-network-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x901c616316370b701ffd02f5b9b78feb, 0xe5e2bfc2215bedd06440087942445e56156ac157c72a8b9d5845c31ec7e2c26b, '', 0, '?'),
(0x15c7b554436454b97173a5f5b5125435, 'wp-content/plugins/elementor/assets/js/ai-layout.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.js', 1, 0x00000000000000000000000000000000, 0xec9da182a555689964fa07190115ffee, 0x6986a32283ee8b2399f72871d3635ff38cf36410822d39dd04ac900fed54ae93, '', 0, '?'),
(0x15c80c389419b23611fe884e74575288, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/onboarding-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 1, 0x00000000000000000000000000000000, 0x0157796236b0a636ae98e9c00a16cfdc, 0x1a9c9de65c0f1544136352300ca4a020670d13ec041fecf3d9047baea33bc774, '', 0, '?'),
(0x15cf92e7486fb76f7adc93010940a6e8, 'wp-content/plugins/backup-backup/includes/dashboard/translations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\translations.php', 1, 0x00000000000000000000000000000000, 0x6dde4cf885b3fd006911102cd275b065, 0x82fab164cabea215a9d23822d5815fe90954019406c3c29f47689bbd3fa8e764, '', 0, '?'),
(0x15cff1de5fcb441e5a6ddbf0af9312a0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/license-meta-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\license-meta-trait.php', 0, 0x563b7407f02280445a421733410c8c57, 0x563b7407f02280445a421733410c8c57, 0xa77981b182351b455cb0fc639b6696ba40dca704894fa08b0367e38d0d1c6b40, '', 0, '?'),
(0x15d2572ca7baefe24f9b0a7577f53afe, 'wp-content/plugins/elementor-pro/assets/js/e8fec410b4ec8b8ad5e5.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\e8fec410b4ec8b8ad5e5.bundle.js', 0, 0x6644ffffbe18268d3821f5a64fa2a810, 0x6644ffffbe18268d3821f5a64fa2a810, 0xab5e2f52b2efe443fc61917ff5fecc57d30ebb4bd982d2e6e3fa85efb53c9e20, '', 0, '?'),
(0x15e1508796d509e07060d5ca027a27ad, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0x709b3b23056e81c0195300976913deaf, 0x71a398ccf3048293de51d650ea9a7219fb34e51953093169f173ae9c1ae99658, '', 0, '?'),
(0x15e4e794bec9985475c3eb37378bf33b, 'wp-content/plugins/elementor/core/base/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\module.php', 1, 0x00000000000000000000000000000000, 0x2860ae01133c7c2363aabab33ed084a1, 0xc50cf9c84124fa0f231e1752e35d468677ac15837467c29de37c360a09d76f75, '', 0, '?'),
(0x15ee5d594be1397b62b0cd488b343ce5, 'wp-includes/SimplePie/src/Cache/Memcached.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Memcached.php', 1, 0x00000000000000000000000000000000, 0x364f538e41216b5b1b32dc8b477f1030, 0x10ea6bd5bc4e6093086ed82c1b736a4ae108ca256e8954cbd0a9477db4b8b3df, '', 0, '?'),
(0x15f050d75f3b6f0ca76ed990722aaf0c, 'wp-content/plugins/instagram-feed/inc/Email_Notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Email_Notification.php', 1, 0x00000000000000000000000000000000, 0x784026e1bca8cdfdc88911316599db9b, 0xec74df6f97e24278cc0dd9fe3e0d2330c60a87a3658ee55aecac963f7f82f59a, '', 0, '?'),
(0x15f52781fe0c90cfb00094d65ffa8564, 'wp-content/plugins/elementor/assets/js/5b13d0f77c0ac139c979.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\5b13d0f77c0ac139c979.bundle.js', 1, 0x00000000000000000000000000000000, 0x668ecbaeb52cda33a2aa48eaa8201c2f, 0x17fdb608a1cbfc4b9532ee73324107265dd82b292e791cac8239a1b41f47633c, '', 0, '?'),
(0x15f88b0f52ca546d77d07877c111a3f0, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/seo-score-results/seo-score-results-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\seo-score-results\\seo-score-results-repository.php', 1, 0x00000000000000000000000000000000, 0xaccf30114f51cd1b9efcf47db2c4d4c7, 0x3067bf419dcbe63f6c6016c6c9b6ec7ac3d6d8e7191f2865f15fe25324fd17dc, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-permalink.php', 1, 0x00000000000000000000000000000000, 0x320e6e034e941adfc92fd48874a8af45, 0xd288a2460e5e239fee306c1e0b090b4ffecbc497f48ee85977add1a4b1c45aac, '', 0, '?'),
(0x15fc94b2764c10a685d93a4aa7f7a3d5, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x15fee76e45aa5c6ea0bf7ab13e69503f, 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\crawl-settings-integration.php', 1, 0x00000000000000000000000000000000, 0x511182ea2a4bc8c5712ba1ab98c37874, 0x5f3a48eea67e7f883c2ab760fc81cc5a91cc9a209955f79f96f7b90cdfa736b4, '', 0, '?'),
(0x1601cb947f8269bfd5e3da74c89671c5, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\in-sub-term.php', 0, 0x031caa6c6d106ff47eb6d006a64c6216, 0x031caa6c6d106ff47eb6d006a64c6216, 0xf44d86b5b4e4252a10c336938f16ec32f4d1050bf5e585b3b6a93ad43553fa84, '', 0, '?'),
(0x1609840aae2f892f53ff69f004ca4d00, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.asset.php', 1, 0x00000000000000000000000000000000, 0x2c047180e157618fdfe9355766f00933, 0x0189c3ac36c8cc12f5f7ee9ead0be817cbf87e26edce8da1bcaebbe3ecefa2dd, '', 0, '?'),
(0x160d55060350b40efb91d5fcf3925400, 'wp-content/plugins/custom-facebook-feed/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x160f43de878c14cc4d748d6483968522, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-08.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-08.jpg', 1, 0x00000000000000000000000000000000, 0x17676989fde144c5b639c7d6e1471366, 0x408f044968f3c4cc2572c08e168bb306221dc39858d328fd1c1d03a7d950dcf5, '', 0, '?'),
(0x1611c7f5ffb037dbd5f527883086c1e3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0x298cfcd4aa59d163660475a33ad33732, 0x57756b247075958ec77792cd95828eeebd76ccfbbd2d542b4c05d318813ed0fe, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x5a1e31e1978a34f08dfb1469dac41423, 0x6474f3310e28ca71ebd8f8da9c0808b6281bbdf98e4183ec7f19e55ed2c3c9f2, '', 0, '?'),
(0x16150d93fbd4d151ef51b77513beeabe, 'wp-content/themes/twentytwentyfive/patterns/more-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\more-posts.php', 1, 0x00000000000000000000000000000000, 0x05dae585aae7bb4e3848507554cd9e86, 0xe4be987e44ad779681a262e205cb66ee5d9761259924c70faf89d6b09b26b384, '', 0, '?'),
(0x161a0419ad91e2ccc40acab5c4186d1a, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Controls_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Controls_Base.php', 1, 0x00000000000000000000000000000000, 0xe4efc4c1b702fc8552761cc3d3ba0b5e, 0x1e18fcf626aa6ec55426fad3205eedbd9fa459ca6406f997579e5433fd7d499b, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0x161aa90728fd964bca0e369792cc7451, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\wp-content.php', 1, 0x00000000000000000000000000000000, 0x16b9cd26dc48539b622d3b28f8c8ae3b, 0xc4d564325303c8774d3cf6033baa4e8c2e874741010046b2d7992cff93d35002, '', 0, '?'),
(0x161afdc5fbf20ce87a453e78e3d5bac3, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xe3384227ffa90b8ca4a9b850b75d215a, 0x29bda625db76a9711c3f0380113f685dac20769b2fbb35610a82f29d03800016, '', 0, '?'),
(0x161cfccd7661ade44320211a08d18ce2, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xcc19ad196f1e382b628047d4ff5ea3ef, 0xb58c47557d51c958520deb00bc0d160f7ab74e99c81dc0f06d296d24dd126390, '', 0, '?'),
(0x1625128e6a4f11770a690e47cf727f74, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/image-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\image-transformer.php', 1, 0x00000000000000000000000000000000, 0x1e47bfd3f5c3d587c30af7c7310eb97c, 0x1e05b84b2f6b87f6baf043f88af7455c042328f512bea581f43eaf112807f625, '', 0, '?'),
(0x162be74100532557b0985040b197eaee, 'wp-content/plugins/elementor/modules/system-info/admin-menu-items/editor-one-system-info-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\admin-menu-items\\editor-one-system-info-menu.php', 1, 0x00000000000000000000000000000000, 0x9fc37bd8ac66ad6a12f42a9b509a0269, 0x914794c7f10945f5db6d3e9f107c7c5b7eb77241bd378e369d34dff805181417, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0xad0909965609a684eedd8d6375daf08a, 0xb9dfa0728d9185f3acd7b9af74fa21a0d35170ddbe247a615dafa17b76dd5e04, '', 0, '?'),
(0x1637c720d037e232500546780143f177, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\models\\condition.js', 0, 0x28fae0050fbad3f8a15d763b78cf003e, 0x28fae0050fbad3f8a15d763b78cf003e, 0x4139771451e5286bd81408b16923f83abae296cc74bd3fca2dee42dd477ada5f, '', 0, '?'),
(0x16389ae3daea43b0e66eae0e210f2e4f, 'wp-content/plugins/elementor-pro/modules/editor-one/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\editor-one\\module.php', 0, 0xdfb02a5c38292f05b989a87b42679d69, 0xdfb02a5c38292f05b989a87b42679d69, 0x455bd7efa7826d0a37b306e3713078b337dccf03b304f0f1e458e87b7b2d68e9, '', 0, '?'),
(0x16396350f97c709f7b049cecc0fcd8b7, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/header-setup-logo.4f524b2f0703d7695e75827777bf8a3c.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\header-setup-logo.4f524b2f0703d7695e75827777bf8a3c.svg', 1, 0x00000000000000000000000000000000, 0x40aa9936d468fb0992f475172471574a, 0x435c322210ea21dd11442be8423261aa8211b16f96c10f3a4a9ee5a67f99b097, '', 0, '?'),
(0x1639b24c35f94963f7db7aa0f4141b2a, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x4a5a093b3e9836a36ce3cd4388065527, 0x61a988cafd19226d1e7eff957b337dce0f1111424f071f4651015860be361bd3, '', 0, '?'),
(0x164296af79244363e169f1382b9a6721, 'wp-includes/blocks/details/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1a1ca683042455be1270b916d3013d0b, 0x68f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d, '', 0, '?'),
(0x16431b52ed36c5ed782afb55e91fa4cf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0x87234bdd572ce4b90e59279e776846df, 0xc978e57e2458a38dd61f8487f166f7897d1ea748c266c21111b293a01dd180e7, '', 0, '?'),
(0x16448d8a861b1d2da224220d0bbd59e2, 'wp-content/plugins/wordfence/modules/login-security/js/login.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\login.1778081072.js', 1, 0x00000000000000000000000000000000, 0x6edd757ff718a323499aba41d991c9b7, 0x99de4f993760633207975002c0a8fb9de63e34159bcf811a674fe59e5f04b018, '', 0, '?'),
(0x16480cf1f537932554827e5fb3002544, 'wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\share-link\\share-link.min.js', 1, 0x00000000000000000000000000000000, 0x531a4c05fa30060b0f4ccc8cc0378af6, 0x58d3301f2a7ffa5562874a8a579116ca5b5c221e4bea72291f73dc738b84b77b, '', 0, '?'),
(0x16499901fecddbf588336bacd7082c33, 'wp-content/themes/astra/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0x11fe145cfc0bc86131c0fd9c140996a2, 0x6f57ed5c8339cb03d153820e3bfd8fbdf256d2432107d1966eb550969fdda1ba, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-input-select.php', 1, 0x00000000000000000000000000000000, 0x13b1115ef41850a4dcf869ad3067d893, 0x332737d5a2fd733cc8e4b6148c8d50f1c5e522103a88dcb7bf08c6a272c27756, '', 0, '?'),
(0x16528f72e872a528dec89fc7c0e350b3, 'wp-includes/blocks/media-text/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xdd5081b98130be310d340d3def314f25, 0x62ad8d613c21d6e833da9e515d338d087314ffbf23514d1634efcc07be7045ee, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpview\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9708a4362d4184c4abdf5bcfd3cf1895, 0xda1f6c4face16fd9671d4cf4892e6443acdf8fdeedd6b2d76e3dc3da3b7e8821, '', 0, '?'),
(0x165956819559fb5f95f44abbeb7802b5, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-prop-type.php', 1, 0x00000000000000000000000000000000, 0xb42facdef25099714a9bda47114f3ab5, 0x415e35c45524a23caceaf7af790eee4e76b55b460a59a09678c4fbe73be11d19, '', 0, '?'),
(0x165b64171790eb559d5c8a1ec1fe9ba0, 'wp-content/plugins/wordfence/css/main.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\main.1778081072.css', 1, 0x00000000000000000000000000000000, 0xb9cbc581d00f8b3bc3a7b813f3daaa03, 0x55ad3b085c252133e62bb08795afbad80d9bea202ccb335b5d70d95d804fa731, '', 0, '?'),
(0x165b81595b93bbf36a96bfc788e747f4, 'wp-includes/blocks/search/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0x166814389acaaf6ea5942d82dd090e2a, 'wp-includes/blocks/buttons/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x262f152626dda334c8ffa2689dc0e8f8, 0x4bba179ec97d3f2c475159d51fa19443418bbad3c05c95d4204998f48a24ad31, '', 0, '?'),
(0x1668381318caaf6f745a31492f140cd2, 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-interface.php', 1, 0x00000000000000000000000000000000, 0x39aff8ec5e6e2185aa33c50e356d0b7e, 0xed5cdbc12851e2d623da79a4b68fd6f52c6f56c4316171610ea8f215cc9894bb, '', 0, '?'),
(0x1671c15b480d65905b9d7bdbc40390f1, 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ar.js', 1, 0x00000000000000000000000000000000, 0x31900bd9f7d39b10cff9a6906dd07f82, 0x079318acabc00a2b99344f0fe384e4cdfd7d54610beddce80caead13ec87cc4f, '', 0, '?'),
(0x16776fc4d68e7f776a23dd1f664bb3d4, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3e1f5fcb10d4ffc21d70303304de4af, 0x1cc5aedea711721ef32ee1ed85bab12e1950f4e6594cdf70e66d51421a84fbe4, '', 0, '?'),
(0x167a5b88a4809f6f02b14b8dbd98eb9e, 'wp-content/plugins/instagram-feed/assets/svgs/feed_layout.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\feed_layout.svg', 1, 0x00000000000000000000000000000000, 0x6591a154685290654b15d60bf50a4b69, 0x1a1589fb84315958f6388a07f6ce48c6a88a430abd82b5380291ffba96c61f9c, '', 0, '?'),
(0x167d7be5a94dc246bdcdbf8fd21fe1d6, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-aggregator-response-composer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-aggregator-response-composer.php', 1, 0x00000000000000000000000000000000, 0x28b134673203ab440023e7c18e404977, 0x581f79969f023adc3363b0fdc9b08123783fb8ebd23d41f5c467728580bc2f65, '', 0, '?'),
(0x167f7a7b049e5658618ad29208de9a56, 'wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\class-astra-builder-base-configuration.php', 1, 0x00000000000000000000000000000000, 0x3512b53c85b4133dd6258bd8be8c566f, 0x3eb16107f06fbaba9ae2013d006a5aa02fd8ca544e2856193d64ba8dc550ef2c, '', 0, '?'),
(0x16811b3a098a5a6c40854f2137f18f65, 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms-flex.min.css', 1, 0x00000000000000000000000000000000, 0x90d290d78661f59a4947f004a59020b3, 0x4a4a5a96920ab2150463ed258c529c9ae7e5e6059a6e67e3735f9b0e725147df, '', 0, '?'),
(0x16814d948e7b226c2a1e223e573c9494, 'wp-content/themes/astra/template-parts/header/builder/components.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\components.php', 1, 0x00000000000000000000000000000000, 0x5c35d56b3c9851af3623ddb6cc253643, 0xeb6fb19e18d95db3b8aa3b08054c4245f165701d47f5a22e88e61463431824a5, '', 0, '?'),
(0x1682593e51fb2d781e946ee6f15f859d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ForTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ForTokenParser.php', 1, 0x00000000000000000000000000000000, 0xe3e47a43e404a88eac10391d0a11dcae, 0x5054a584eb6b5c783060a80d97141615bfbf9a923bc90c1d04de99d5e4cad347, '', 0, '?'),
(0x168806390ecb018e3ed1d7da370c121c, 'wp-includes/blocks/site-logo/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\block.json', 1, 0x00000000000000000000000000000000, 0xc6c4b8513bb220e70d67db3313fa7f04, 0x71376cd61c631a688f443c621c4392c0c039718bb8a8ada10afa9d8932333637, '', 0, '?'),
(0x168b8c9c18907a23bd5b2e6f4907646a, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\multisite.php', 1, 0x00000000000000000000000000000000, 0xde289deb7eb31bd40d729500b2e20c2e, 0xa2da84dd67b46375a634a0b99d1dd03a18ea6f97575f43f1e009343a960fbc31, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 'D:\\laragon\\www\\genesiswa\\wp-signup.php', 1, 0x00000000000000000000000000000000, 0xf4c4f155da51bb718bfce26ddbc1ff7d, 0x57e9fab0bc3320ddcb520c84e8eadd7a9971756dd0a14fd18e5b4fdc3eec2cf5, '', 0, '?'),
(0x1691e52c950cd65c507eabaa3079bd8e, 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\integrations-route.php', 1, 0x00000000000000000000000000000000, 0x309591a4b13a77c20920cd69028fb154, 0x048ab513f61fbfb14c70e6b5aae2b9ee01cb149a9617eea377c7f3cbd11b06f5, '', 0, '?'),
(0x16925401cd08cdaf387a4a85df2ae639, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verticalspacing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verticalspacing.svg', 1, 0x00000000000000000000000000000000, 0x0b8d8ffc2efc3b38815118821fa457ac, 0x637d320cc9d33295ddbd17c01c6b162c0cc68ea36827e7d0a1e8c09cd8a569f2, '', 0, '?'),
(0x1692834c3985e87da958981529b71f1f, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\statistics\\class-statistics-integration.php', 1, 0x00000000000000000000000000000000, 0xaf5cfb8bd6e25705d7d4c9e84bec8a00, 0x856d481f5c7f1d2ed2609b17b8808f3a4a2b417ae0a3f4cc37b94a5185792278, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x16945d5b1ae51bf1b31a2ce97a7443a6, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-publish-posts-and-pages-conditional.php', 1, 0x00000000000000000000000000000000, 0x4b3ff248307f3883469d2678be401e73, 0x71a5d73b5784abbef7d163de323a05da84ae5023ef0e5d97434fbdf0897b2cd7, '', 0, '?'),
(0x16997c05ac81e7fbf3e3adb9c5e84763, 'wp-content/themes/astra/assets/js/unminified/extend-customizer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\extend-customizer.js', 1, 0x00000000000000000000000000000000, 0x7caa7b34ef1bcada320fb11da3f4463a, 0xd734471bdb874397bf9b0020c516dcba2bf04aafaf3baba5dd083d356606d8ec, '', 0, '?'),
(0x1699e614f1db923bf1c07735ec82cf4b, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\taxonomies.php', 0, 0xad0ab85f24293430644f05390871c540, 0xad0ab85f24293430644f05390871c540, 0xc0c061397adde93e56ef777bdb2defccc69b2384e07db78ba226c7c6645083cc, '', 0, '?'),
(0x169b09c835fd29c3f8a0f75d66e05b71, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\refresh-token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xf26ff76a7719eab35c58e1804b67d36d, 0x0e903d874212d3ab114cba756c1532734cbfba4b46d503638f5afeb09f122a09, '', 0, '?'),
(0x169c29cd5065d5ee44eea3f888c82073, 'wp-includes/blocks/group/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7d5d78af015e45a19094a9aa2d959910, 0x798d0e205b719b6a1a1a4f86320381d33bb714964a61a57486dd45e889e76d42, '', 0, '?'),
(0x16a9c6c89b9352db795fb836e8d2e909, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-pages.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-pages.js', 0, 0x845bf389587af4ff7df6919b266b530a, 0x845bf389587af4ff7df6919b266b530a, 0x3227e143d85c0fdb2fc41ad5773ab296aff3e5bd27c594a82dd426b60758efdd, '', 0, '?'),
(0x16ab058d79d92be2788e21034a4a012d, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\logo.png', 1, 0x00000000000000000000000000000000, 0x3f4d8c5887cd5d3c934531ff8287df4f, 0x66305337b19b4d3f247ccd76db0186ed4f21bbb37b133cfedeb2f34db8d27346, '', 0, '?'),
(0x16b345634d3d75f1617c01b6dd6cef9e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0x2994564a2a94cd3fa39e8a2be41c0703, 0xcf2e06c877c4f8067dd2ba8925896d4c90f16db01b8cc43ea8c87731f5fc9da5, '', 0, '?'),
(0x16b476eb2b075b2e4924b75df1541688, 'wp-includes/style-engine/class-wp-style-engine-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-processor.php', 1, 0x00000000000000000000000000000000, 0xea8fac567547ddaf859965a4cb9ffa3a, 0xf912f4435f62255ddb44ebc73aee21baad5d6214b6d0b5f5b0bcff887403a8a3, '', 0, '?'),
(0x16bf234a00ec60087c34d7e767249513, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x0342d198a4160e377bdaf13d3850616f, 0xf8dbe5eb7d5e2bb4a7aa1ee67ec87b9a64078737534708c68ab5872562ed2edc, '', 0, '?'),
(0x16bf4b0a87e474240816e9da64dde374, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-5.php', 0, 0x557b33024ede295174dbe58e61147df9, 0x557b33024ede295174dbe58e61147df9, 0x5b776a3be30ca19e8262de6cc188c17fb42fb3f68419a87ff08ed28ee8ad7371, '', 0, '?'),
(0x16c0320f996dd7092187428d850b9a86, 'wp-content/plugins/wordpress-seo/src/ai-consent/infrastructure/endpoints/consent-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\infrastructure\\endpoints\\consent-endpoint.php', 1, 0x00000000000000000000000000000000, 0x77816a93082dd63fd1fede61e73387bb, 0xe111bd644a6d15a796a34dd949963598005fd2001b904a7a8a7f166a79eea9ba, '', 0, '?'),
(0x16c4cda65a1ca6bf892de0dd356dbd6a, 'wp-content/themes/astra/admin/class-astra-admin-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\class-astra-admin-loader.php', 1, 0x00000000000000000000000000000000, 0x6974005aacce6349e520f5141b2b80d9, 0x7498fcc3ec18713023d41350f52d04a027482e3860d82541899c331c4c2c1e3a, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings\\wpoptions.php', 1, 0x00000000000000000000000000000000, 0x2f9e5ac3e4aba96064fd773744061175, 0x500c118d13b41c7946fdeca0bab75234f4a6187bd23810ef4c93992f78fc0add, '', 0, '?'),
(0x16c9f9455c880b658fbc988902317170, 'wp-content/plugins/elementor/includes/interfaces/group-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\interfaces\\group-control.php', 1, 0x00000000000000000000000000000000, 0x9da0a7cad97e6994bd53e84221565a03, 0xf414b2d9e1069b89c55a3b2beec3b90b66b3d979bf688d91bdd8f106a1fb83c2, '', 0, '?'),
(0x16d097b9f1a19a4826b01899eea75976, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/Block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\Block.php', 1, 0x00000000000000000000000000000000, 0x5bde8894c04b0b3ef3374f8721900f32, 0xc14a89638985635dbd15998cec5735d025b440761f9816e44dd21f7f9075421e, '', 0, '?'),
(0x16d1b5d1eace385d74bb7724a0dc8c67, 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-faces-controller.php', 1, 0x00000000000000000000000000000000, 0x83bf6f07b2b59e829e563f691a5d2cf8, 0xab6eba5c4de6fd1cbb9753862621b7890c092c43eff4cdb9068ad64779fe5487, '', 0, '?'),
(0x16dab2329f5bbd57fcee9c175c90eaf3, 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\minified\\metabox.min.css', 1, 0x00000000000000000000000000000000, 0x165dec304454dd7b0f8bd9a1938c8d29, 0x2749989c52ee545bc9f84ad39ec04575cb61784fe8c5fb97ee923c63bdd923b2, '', 0, '?'),
(0x16db91dd806deb39a2986ca95e9f48df, 'wp-content/plugins/wordfence/images/logos/shield-premium.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-premium.svg', 1, 0x00000000000000000000000000000000, 0xdac30dad0e2dc8ad0a5197f399567f8b, 0x3f6d551e4ca4e5e9fc2d6ca1915a4f499bd22c5853944d9dd7adefde9d2d0589, '', 0, '?'),
(0x16e1e1585b3b82cb570c60bd8cdcf337, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NodeCaptureInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NodeCaptureInterface.php', 1, 0x00000000000000000000000000000000, 0xabe53ece0911a024cd0fb7ec77cd08b2, 0x53e40b0943ece2fcea5c96919fd9fd1d5eafba14867cb5f6d4d890703f030ce7, '', 0, '?'),
(0x16ee58091e4307803b7ba9e4e6c8ebda, 'wp-content/plugins/backup-backup/includes/vendor/s3-client/s3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\vendor\\s3-client\\s3.php', 1, 0x00000000000000000000000000000000, 0xaff3c6b620b8b1a5069741845856c0f2, 0x565c97f6fe35b838f7d9fa3f02b8675d234b53b3dbe76a6b5e6feaafe5751361, '', 0, '?'),
(0x16ee89da46afb2ac608551ff1a5daf02, 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\unminified\\metabox.css', 1, 0x00000000000000000000000000000000, 0x01dfbb2e75ca774993ce0e853c3ee341, 0x55d7628e8eb907961d840a7aeb11b11de3d7c418c92c835658ddbba184666095, '', 0, '?'),
(0x16eea569a87bc6f10055572f57d36472, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0xc2e60856ff45ecfa54cdf13ae1e2b3a6, 0x531e5bfbd145d2ae64429207675491d40a4998df1f944ce40ad3a6ad5ba7eaf6, '', 0, '?'),
(0x16eeb3ceeed0b5e5a623047a37a8743f, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0xbc7f6f349d77710c94215133404da87f, 0x903db82dfe5fc20c7d014934a47797ca111a9b361f27b5c22fec3f9f70438bb1, '', 0, '?'),
(0x16f4cfe1e3cbd20080569b6406f55732, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ParameterCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x78da6f9a94e81be996f1d48820333471, 0xccc3ef002ae86b7b22231af1eb867a353e90099705283e85461d72cc2531a0cb, '', 0, '?'),
(0x16f548be5c91a7f64f3f1a7657c7df6e, 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-global-typo-configs.php', 1, 0x00000000000000000000000000000000, 0x369c2dfc58602c6e5bb0a7444684c566, 0x83a970910889baafaa21714c907ddcbd5885b205bc401b8de4b9544e6739b182, '', 0, '?'),
(0x1701e0f429c72619ee3879d19b4a96db, 'wp-content/plugins/elementor/modules/variables/prop-types/color-variable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\color-variable-prop-type.php', 1, 0x00000000000000000000000000000000, 0xd015a49ad71eb23433cec2da74cc16f5, 0x0b49987adb5860ef27e7f5bd1bd4379fcc0f45318e73683a96c2999f9be1ff41, '', 0, '?'),
(0x1706975cdb7ba8cadbebd499f35556d9, 'wp-includes/blocks/navigation-link/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfef36165637bf03a7e44c0e333e48ff8, 0x59b9b53aa424137472e6263da4f0094a679723421509143e4bf8a39f6797c932, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x397327e992bed21b1b54e5200ad14a32, 0xf51f41c742aa8b6d89f871fe91b741ec7a9ced695a75fbc3c7f514db5c908ed7, '', 0, '?'),
(0x170c133e9ec2040de537197e703743f3, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.6caef1cb29200dd63f5a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons-var-10.6caef1cb29200dd63f5a.bundle.js', 0, 0x8217b3b3323f2c2b3c04f84dbe03c95d, 0x8217b3b3323f2c2b3c04f84dbe03c95d, 0x9c0f6ae921e08e9c11029eabb887d676a7a486db0ee300c1a4eb6ba166049963, '', 0, '?'),
(0x17122ce3cab7d33d597a20a7740292bf, 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0x82c5fe2867e29e65e7037871659dfe31, 0x781e00104fb4ce69dbccbf14b326e50eabea369eba33b2f9f9e725e0253b5f07, '', 0, '?'),
(0x17163543392b6273df0f8f205e5b061d, 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-trigger\\class-astra-mobile-trigger.php', 1, 0x00000000000000000000000000000000, 0x498fecccbf1168e3a8adf93a365d344c, 0x9e1002f70e3f005d8e32c56ead11a33c77bbffac29ba245c2423434b863ec090, '', 0, '?'),
(0x1716f05e799ecdbbd22e50f53cddfa3d, 'wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x60323b15f639ddf3e10d34811fe3ba37, 0xb229b8ecc414654c2ad70a1e7b1f65e18c387778d8369507d930cceac4baa374, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\rich-text.js', 1, 0x00000000000000000000000000000000, 0x14e9e87a84db040119cfd6936e0285cc, 0x7c217327068b6f1efde0defbb0c8262101dc127e91c924bf12854510a58aa592, '', 0, '?'),
(0x171dc9982e8f57dc603912ad6ec29a43, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0xe211c368e494721ad098314846e565f1, 0x70d8dfb88636a6eb947203f4a9a6b24a0cc01b925af299939e8eaf22ae5b5e0f, '', 0, '?'),
(0x171f34c0da699a06aad66e2da4afb2fa, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\slack\\enhanced-data-presenter.php', 1, 0x00000000000000000000000000000000, 0xda2f3b26987a53a60eef601239fd9514, 0xf92e00ea1e75bd887cab2e648d5002d4d9e959cb4119946e0be3dbdb11dfddf1, '', 0, '?'),
(0x171f538466f1c47a5796350e0bd0e12b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notice.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notice.svg', 1, 0x00000000000000000000000000000000, 0x915129cc8740d59eb06510545fb2fd92, 0x3608b58c1647f85370102927cb35bfa38c05da72d42a2b442e03b492657136f4, '', 0, '?'),
(0x172b481ef52a401fc540771b32cefda1, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-color.php', 0, 0x10628e9a66dd67c76c9419fd9a82a6e9, 0x10628e9a66dd67c76c9419fd9a82a6e9, 0xb9489fcc78b1a7244418fa0ca2392438f9c5b09c1b4bb4afab93ef4a4843d12e, '', 0, '?'),
(0x173511f5d00ffb93a0d7a9876c847abb, 'wp-content/plugins/elementor/assets/js/d245aa80c28d9ec3617d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d245aa80c28d9ec3617d.bundle.js', 1, 0x00000000000000000000000000000000, 0xcc74bd159ece734396ab98dcd1c1712b, 0xe55bfc4692199de4e2372f7088ade47104218123353f68345f551b08d723d97a, '', 0, '?'),
(0x173d9e098405ae5c7656a3ab89adc778, 'wp-includes/blocks/rss/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style.css', 1, 0x00000000000000000000000000000000, 0xdae140b0774ec74c9bf0a98f510d3159, 0x5cc6c85c3594ad416c6f1f28f334b3c86a8e2cd7cbff068572814c5497733b68, '', 0, '?'),
(0x174144218a58468a5d47f9bca1ad79fc, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-content-customization-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-content-customization-dialog.js', 0, 0x1b77240499ccafceea96ed0b468b2064, 0x1b77240499ccafceea96ed0b468b2064, 0x4229a9927ecf2f7c06291c1eec51271c07fb67bfc1179c2c85113e065ef3c8dd, '', 0, '?'),
(0x1745f1e60ae362960ad98702792062b6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x10e2e1df4d7cdbc1dd8a2d70719518b7, 0xc5bcf00f179b045e23a0a6f35a5dc8a7a329b750c76d3a7dfabc66560e2fbaf8, '', 0, '?'),
(0x174aecae68cc612fda37231950ebd0ed, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/abstract-scores-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\abstract-scores-route.php', 1, 0x00000000000000000000000000000000, 0x09b872b6c0a643e1c1b31aa495725e88, 0x45b1d8bcca4ebe1ce00a3238598159dd2b50c386c2caf5d3c28a21653628298f, '', 0, '?'),
(0x174cacef5f9d5bf4de01aaaa75e4d782, 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.asset.php', 1, 0x00000000000000000000000000000000, 0xcbb93cd8084730fed777cc39ed2419e8, 0xa6740f34bad7ea64bfc1715ae00c34c81e5c412f373acdc3c2236fd4a2675a05, '', 0, '?'),
(0x1752056a76b6cbe54d5dc42f36b9442e, 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\headShake.min.css', 1, 0x00000000000000000000000000000000, 0xf5e2f328d57a42915b52a56de0d95e8d, 0xef53c7166382c3a37508b383581a29757c4737f367ed14fe3c7c10f04622ceed, '', 0, '?'),
(0x1752156cd1dde576b37776711e37e7e5, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-creative.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-creative.php', 0, 0xf8d8098d7336cca27759b67b0103f9da, 0xf8d8098d7336cca27759b67b0103f9da, 0x2a25e472c4283950ce503cfd2a7e966000ff84fddf6df3744778a8d9c94dff57, '', 0, '?'),
(0x177a6578bc77e38b440272b460d6cb62, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/empty-state.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\empty-state.php', 1, 0x00000000000000000000000000000000, 0xda3490a2d047fa796b34409d024409ec, 0xce6eaa27adf258e4fcb68dd516649f0a2f40116e8a5300f4d758542be503bd3c, '', 0, '?'),
(0x177e0234d6e9ca91bf3682133c9a5b16, 'wp-includes/blocks/site-tagline/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x869f4e64fc63ace9f416a506df2fdf2e, 0x84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa, '', 0, '?'),
(0x1780427533f534b2783aecf696285456, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x51bf2b797f7deba0bd0128ae4ef0de2c, 0x3479a25013c892d449c455def789aeec2a5769ebc566e3555c962a57b70b05d3, '', 0, '?'),
(0x1780a2033cf98d69ce13c2e5c8510004, 'wp-includes/js/dist/reusable-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0xd0d64d1282806ce1391055cd07cc3083, 0x7527388b647bde098f55c82a4fad63080d3e0058dd54ae031fa41fb51773d435, '', 0, '?'),
(0x17820ace3a0f351b409e5d333c71c79d, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\block\\wfBlock.php', 1, 0x00000000000000000000000000000000, 0xc0e763883b79685c773368e08aa19d55, 0x0c91b927b04512c203ac105c9710ef4ff76656570bee4c83702a13fd9ec9c6a4, '', 0, '?'),
(0x17939613b75a144d102501c13c7d44c9, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_HTTP_Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_HTTP_Request.php', 1, 0x00000000000000000000000000000000, 0x35df4e4ca9f530684a87f236668284a9, 0x25e13598e5e9baa03085fa8437ac5f9e7892f8dab2036c8f91dd5fda94f1fefa, '', 0, '?'),
(0x1797d01596dbb5c481c44f3e60df2a05, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\text-control.php', 1, 0x00000000000000000000000000000000, 0x3e6963eaefd7d7045948ccb2a072e525, 0x45d6cb039f3f658ed7761dd539065931cf19afa2576bbdd833aeb3bade499521, '', 0, '?'),
(0x17a4084dfdc4a1bdeccd77774be6af4e, 'wp-includes/js/dist/development/react-refresh-entry.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-entry.min.js', 1, 0x00000000000000000000000000000000, 0x091860f74fb3c06d5765db01497b8f5f, 0x1dc792084ba1341eecd869ed275221dee11f81b3e944d569cb6d309cdb6d752f, '', 0, '?'),
(0x17a81d22a67379624e6c2dbcd7029411, 'wp-includes/blocks/preformatted/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8953b2fcbb47d47bc4885d04f935d731, 0x5f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd753, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x541226a87dd85c33e69ce44ab8912000, 0xa50a53c4c07b55c8e39e43647a24a8fc940310f80f79c2fdefc9617c38f0bd5b, '', 0, '?'),
(0x17b2d357edb0ff43173c565b45b18eb0, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x66208108a033d6a51107a5704c0d1ee7, 0xed3c2259c0eadaff9c9696f6db5a3dcd6a33560a972a3b21f9b9d5c145a837d8, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard.css', 1, 0x00000000000000000000000000000000, 0x5c9229e4d1b794ce6bb1d2da5a348741, 0x27430fbfce67e3f1c97c3a675371d653e2502825a7a71f90a003bffa170d5373, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom.min.js', 1, 0x00000000000000000000000000000000, 0x46e28272420acfe7670944a9b99c8531, 0xc61d7c3842bd258ce1ef7106b0518ba31540124a9354636e1cbf75a39ab234a6, '', 0, '?'),
(0x17c22a65935ebd5ceac2fc82800c9d0a, 'wp-content/plugins/wordfence/views/scanner/text/issue-optionBadURL.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xd37e7431a0b10cc228925390469dd222, 0x9b2baea146350ce197a84d01863d6814d31e4b8f118b5447bf6a2406bbd5607d, '', 0, '?'),
(0x17c4eeb835e2ecf4492dcfc47a67fdde, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-4.json', 1, 0x00000000000000000000000000000000, 0x416f9b043edabf01e990af63076e53ec, 0x65acdf7b3c2eba7991e4f7e599fa8ec9d30bfaad1e95e3aab6cff473734672db, '', 0, '?'),
(0x17c892224e3d11914ce211b01b2e9055, 'wp-includes/blocks/more/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f9ce388abae09c191857270bd452e8c, 0x7d26da886e8a874a495859c9aea90f794d9f1ffbc2e764380fbce004669fd129, '', 0, '?'),
(0x17c96ad10a68d679d54b18ed02e9390d, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0xbd50649322abca7099081406cadb1f0b, 0x963cc4ef366a80591a4b878e4da75288c5275963aaa82a8360c96e1f275b4694, '', 0, '?'),
(0x17c9c9da333982b52efbe90da1d8c932, 'wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\traits\\notifiable.php', 0, 0xad7ab03848e9ad43d3ba1088c328c695, 0xad7ab03848e9ad43d3ba1088c328c695, 0xf075514823cfab18ef01e0050259d7661e1d67f105d84ee2b7c453ba287cc148, '', 0, '?'),
(0x17cc7cb42a66c8ddd94a8d6d5e039f4c, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout-grid.min.css', 1, 0x00000000000000000000000000000000, 0x4a30be73b97fea0a05297b6e4b8ac6e3, 0xa2559998a5f36913e576173a42a381a5a17777fa2a32403bb1f305e03865c478, '', 0, '?'),
(0x17d2c419cf9de9d3363d9982cc8d0895, 'wp-includes/blocks/post-excerpt/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x17d36fa4e22e67d9e87d794c3e41c568, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\comparator-provider.php', 0, 0x59ede9e4260ec77f636da988589a99eb, 0x59ede9e4260ec77f636da988589a99eb, 0xa5a840ed2060ff810c4214ae13ee9746218b355153c69b7a16691472c3a7b9b2, '', 0, '?'),
(0x17d3ec234760447c6177c05687fa8581, 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\block_editor.png', 1, 0x00000000000000000000000000000000, 0xb109c0d07534902c335f6bb23e672d5f, 0x3640710c7cbae216fc5e93531d66539acdca8157b91eaa7c5a030bf41b0d2c3d, '', 0, '?'),
(0x17dab0e21d1620d389033797c9365c9b, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/widget-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\widget-builder.php', 1, 0x00000000000000000000000000000000, 0xd66b5f86c515d35c65525c5e3e84258a, 0x9d36df98638c46f56437037eccad608fa1d0c400890b3835df4f139f330d870b, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x321eb8c2c04345435a36b39bac651cb8, 0x5c57b3f72ec2a3d6e4ef14113b5c09ae4bfa1eb15bc97a484549aa38f9800b41, '', 0, '?'),
(0x17ef2ab9a96f91a1252f9b627a5bc002, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0x7fb7a3ef0371a860a07789488bd781f3, 0x00feda3209bccc2035ff2b74893095c3b207e328ead4be32358feb8f9d40b328, '', 0, '?'),
(0x17efee32418463d9a3b6d51537d9dcc9, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\initial.php', 0, 0x03190a15689aa31d2c4749d035ef8ea4, 0x03190a15689aa31d2c4749d035ef8ea4, 0x72f754ad05ec4d30a41e3ebafab20b06ce2b871624a4fc91bfd0b6776e971283, '', 0, '?'),
(0x17f6a735c6d31946811c97c16241ab81, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\html-helper.php', 1, 0x00000000000000000000000000000000, 0xdbdced6b142160cb309e05cf7f4cc571, 0x84a9b57481752b2f3b513f2d98179b54bd9d085de4567b38060f07c0994ed107, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-requests.php', 1, 0x00000000000000000000000000000000, 0xd20104001aa9d64e7a0c1e04dc6ae933, 0x310be4c18e577e669812d157bd8593a23b00e257129c35b25588a238c0a63cee, '', 0, '?'),
(0x17fad4a56436675d51a383894f233efe, 'wp-content/plugins/wordfence/lib/menu_install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_install.php', 1, 0x00000000000000000000000000000000, 0xfc1e8bb115e76f1bb02981c736540035, 0xe77a2522d6d41cd72cfff439fef3ab7af4cb4bb7ab1438239c3604a5bd860039, '', 0, '?'),
(0x18084a27c2a53129c6dd590536d05cb7, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0x180872fb2e4443d645148ded2991dc25, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-handler.php', 1, 0x00000000000000000000000000000000, 0x6ba913fe24c4625070bffd912e8502af, 0xe190545ca8a00983ee03d7523776ff61d14570668933cfa4942c13b94b551351, '', 0, '?'),
(0x180a8eaf6cc47f624a67d6dc7a39e9fd, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x94edaa4c4fe46e7a1d2495acaa8a2e41, 0x9d8b8439c9717aaaf1e8764bc81560c0ded48a9f74ab8be0b0865823f732c410, '', 0, '?'),
(0x180c5c221e49a0a8b4fa77edf41a8237, 'wp-content/themes/twentytwentyfive/patterns/footer-social.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-social.php', 1, 0x00000000000000000000000000000000, 0x5bfa09419dbb32116d460c5f99ab63c7, 0xd11cabd62f26937ba362525d5a5930f9c24f0a748edfdd4e95be4f5994203016, '', 0, '?'),
(0x1810241089483f2e3068d816a9ed19d0, 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanEntrypoint.php', 1, 0x00000000000000000000000000000000, 0xaeb4e5d1052b23462549b71741e7aeed, 0xfd1396f783314dddda7c1850886b40e7186d5fc057b01e9f76413fba769d7ac6, '', 0, '?'),
(0x1810c9a245ec8dd9f3ec47104e6ae8e0, 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.js', 1, 0x00000000000000000000000000000000, 0xf90421399915c9b3354cc2cf6af5e7f5, 0xc06c29ea3eea497b8fdf6d3773b8cbff32fbc3e769ed61033e220c57c27cb910, '', 0, '?'),
(0x18132297de87ac68cb170a0d7edc044d, 'wp-content/plugins/elementor/assets/images/app/ai/product-image-unification-example.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\ai\\product-image-unification-example.gif', 1, 0x00000000000000000000000000000000, 0x069336debd510758def270632ec2fb17, 0xeecb829b7ded715bb6883150700767b08e47be71a4e3ad40dff15b2da22577b1, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc.php', 1, 0x00000000000000000000000000000000, 0x78d58260a5df0e7bc1255f1e3c79095e, 0x54972ff45b2b0de51f4acc43c7b154e806c876ea437b7a4aacfa989012350708, '', 0, '?'),
(0x181a3f11b7a9dd84a4cdc96df99b32af, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/settings.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\settings.css', 1, 0x00000000000000000000000000000000, 0x6bb2d8ef8bc54461e029e8747af002e7, 0x518e4917f5fa2a9adc0597520d62c346f23d21c3ec1fcd3a379f77cac6b47da5, '', 0, '?'),
(0x181b877392ce79ddea2523c172f68e3d, 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-widget-types-controller.php', 1, 0x00000000000000000000000000000000, 0x20454014979755424eb22ac5a29953fd, 0xb9b1e20360c450d9058de1e12efa1ce78241c33020bed30480eb914733463d18, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x1820863f18e8fe5d4de7c05f67c96d60, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x6e55734ed79fe9e6cfa8b7bd219a4649, 0xb063d0c59f4d2e2027e3eafbf0dc306347dc48de886fdb6e3c0e725db6a8ef27, '', 0, '?'),
(0x182d85a12dbd2f58cc347e0989da447e, 'wp-content/plugins/elementor/assets/js/shared-editor-handlers.3023894100138e442ab0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-editor-handlers.3023894100138e442ab0.bundle.js', 1, 0x00000000000000000000000000000000, 0x6831f186676c1c5a651339943d0a26f5, 0x57b1c11bec63f892830af98f4629f47c8ccd8cc2ea56a838a1363f328a3869bf, '', 0, '?'),
(0x183161f887a1fb0cb4ba8a99fe3fd96c, 'wp-includes/blocks/comments-pagination-previous.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0x8a0047888bee3d8812e7f27f400a4bdd, 0x33ada4125f5f5c8c3b5f09fc84f6822ba1ec9c82cebfbc2359bf139e6ba644b1, '', 0, '?'),
(0x1833cfc839858276138c262fa94364ec, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\MacAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xd4006c64ff856c75f54f18e13a86c202, 0x060ca4e4165bd3dc798cc65c8f010b1db6d9bea4382acb268706ce3d20e7acd0, '', 0, '?'),
(0x1833f6454b6d27ff1d220fc2b3213049, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Display_Elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Display_Elements.php', 1, 0x00000000000000000000000000000000, 0x63acf4bcac3dd0d5593f9d0a71590a6e, 0x7cae255fb0536524bb8b3ed7fe42266c2b6a465961b397dae97727bd69af8ece, '', 0, '?'),
(0x1835924611a6b359b0f4d4b860326505, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import-export-plain-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import-export-plain-transformer.php', 1, 0x00000000000000000000000000000000, 0xae6882caa33ba74b813abe9ef46e1e83, 0x76ad0b024fb3cdf3c0a6ede56593cf1cdf465dc336a851412d4106d64753a7db, '', 0, '?'),
(0x183e1e36321017f8434d4e35f0ef34f8, 'wp-content/plugins/elementor-pro/modules/custom-code/editor-one-menu-items/editor-one-custom-code-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\editor-one-menu-items\\editor-one-custom-code-menu-item.php', 0, 0x2bdab9a1117142fe20e2278ce621c82e, 0x2bdab9a1117142fe20e2278ce621c82e, 0x31e8cd6e8c5ad42a149bb38b8f5cd65da6139ed7fa5fd4f12c7a988039392b9f, '', 0, '?'),
(0x183f02b5cf1207bcc7be5442728eaa55, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x204d56a338f966a02b3edb0bafdbb1e5, 0xf67e9b094d5213281a9f8d1698f6538564d48be5ce02f07b6758e32759e32116, '', 0, '?'),
(0x1840f79af01a3839875b0733913eb80d, 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product.php', 0, 0x3f4c995f59c345ee5ce98fb799a6327d, 0x3f4c995f59c345ee5ce98fb799a6327d, 0x6aa74fdf939d42471ec5d8a8be306aaf65411bcb70c3e94a4436f11b36099ad9, '', 0, '?'),
(0x18412e0a8c29e83ecc7ce07db2ddc8de, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\site-kit-search-console-adapter.php', 1, 0x00000000000000000000000000000000, 0x6f0eb88279588849ce6d7aa732ff2fca, 0xf0a149a99e53d701e6351c9113091fb8c216d53bc72441bbf05fe10ba303473d, '', 0, '?'),
(0x18421e0307eb57a3e9f7d102771f9f00, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-gallery.php', 0, 0xa45eefeb3d8c12fb991a706072c27245, 0xa45eefeb3d8c12fb991a706072c27245, 0xed96ff7afd91718d1c246688f3a5ef663bce3fcd1c5bd449a42da7023ba19a26, '', 0, '?'),
(0x18440cf0d350262710c50e82bbccc143, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/social-wall-graphic.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\social-wall-graphic.png', 1, 0x00000000000000000000000000000000, 0x84911fc43f9ed49679f0f69fc923e621, 0x63e2adfcb7205ea70363a28eb8565b92a86053b0939d9ba0352ae6f0d408d046, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\dialog.min.js', 1, 0x00000000000000000000000000000000, 0x566b25c3fd00963581580da5ae79e149, 0x35a08d0825cc4aa49d291741bdb0cea7cc263d78c1058d82d37f3ceea4479975, '', 0, '?'),
(0x185c0b774af7805dd4b214cd29d2d913, 'wp-content/themes/twentytwentythree/templates/search.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\search.html', 1, 0x00000000000000000000000000000000, 0xfb40c35f8d25a2ad282da0721897c8d0, 0xd3fbaac870b1b5947a414cdce6b1c1b9533d05b8757b806d86e2e914e56185fe, '', 0, '?'),
(0x186489720996f247ee09190685a82362, 'wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\typewriter.webp', 1, 0x00000000000000000000000000000000, 0x8e8c7a312e1ea9a42eea74f9c4d9c4ab, 0x0643c129372b644c61bc062d70bb3f5b78dc9d8bfc043a7c2f10df3bd163cb8c, '', 0, '?'),
(0x186b8ce9bd5b56971f6cc5f6ec8159d0, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\invalid-term-exception.php', 1, 0x00000000000000000000000000000000, 0x660972ed55d8eeac57b2d2ca8725f758, 0xc40c9bad38b93c974ecd35891a865cb63874dc08daf5bdea06dbef918f4896b9, '', 0, '?'),
(0x186fefb6ff702d7bd62905d2717114d3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/accountapi-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\accountapi-popup.php', 1, 0x00000000000000000000000000000000, 0x34f79a24809768bea59fa5cf9c87ecab, 0xfdb930e69439c1a766d2a9a050879e2a006d852f7fc98d06fd63d904b99ca527, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0x1876d9eed42672fc1144ea8447bd9aa3, 'wp-content/plugins/elementor/assets/js/floating-bars.740d06d17cea5cebdb61.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-bars.740d06d17cea5cebdb61.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2b06a5fcc30e113240f0e7cc1253099b, 0x74ae2f61b96ea474da6b4dce1a881afb9e139527eec6b12d762024e79c3f78e3, '', 0, '?'),
(0x1879c842c98cb5156c2c22a05edd068f, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-runner.php', 1, 0x00000000000000000000000000000000, 0x6828e966f652b7340d0d577d8b468ee0, 0xf983469938b82452e71c5906e9a95d07fb6fa72a02da4674d08fd7443cb845ef, '', 0, '?'),
(0x187cb3a0168b28b214d6df0b8f933bb7, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0xe3935e1dacaf409c4da63b30a90e20bd, 0x029e6637ab3001b038971641ca120d50d21228659276b06548e792a2f78833a1, '', 0, '?'),
(0x1881386dc50a643718bff5e0e3347485, 'wp-includes/class-avif-info.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-avif-info.php', 1, 0x00000000000000000000000000000000, 0xc87d6e33f643b7198dc189cf768d3830, 0x5b668354f798a804d8d84c8339cb78cddf8e54399b53ef003a18548179a2d4fb, '', 0, '?'),
(0x18854c20771f0b3293b45abb5b08155b, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0xc21039cc9b15e0dcdcd40b4e5bd639ed, 0x44aba9725f70ece613d1ea128001e6933b9f4da0afd715e0e37fa2394037547c, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\sqli.php', 1, 0x00000000000000000000000000000000, 0x81f8051091b8d4694a82429d0c213c00, 0x56ba13c734935e8d43c31c448d1a91eedcc318effc92f3cdce183bc1f955827a, '', 0, '?'),
(0x188cc8e3af7d2f0bcd1f705312dbc3c7, 'wp-includes/blocks/page-list/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor.css', 1, 0x00000000000000000000000000000000, 0x78edeb74f8833fc825b4591e87abd67b, 0xa5d781eb7d703a1742ff111e20484a14dc575f8d895432b184da5e020f2dee50, '', 0, '?'),
(0x188cf9ef88b862c3de707f0639cde9ce, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0x43cc4d49a1307b0632fac8cf7edb88a7, 0x45371c4e89e9e3a972c3269612ed50baefe85d07176af051db0f3efa09219214, '', 0, '?'),
(0x188e98c0534ab8da58900738bc3344af, 'wp-content/plugins/powerpack-elements/modules/registration-form/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\module.php', 0, 0x3847a37c8387b2e49b89260cc8f4aa13, 0x3847a37c8387b2e49b89260cc8f4aa13, 0x13295cbfb56c3a9b9ec631ea643f3235fb0becf5e1eab1ecf618c44f479c47dc, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-library.min.js', 1, 0x00000000000000000000000000000000, 0x1f42537c3dfa2ded1cf962fa35ebcf0e, 0x94f96d2ad3fd3c9aa020c3e51d15473b9ca56ea5be6fe4cf28d6e569784ceef1, '', 0, '?'),
(0x1892d496393be23b969203952d6f5778, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\PowerBinary.php', 1, 0x00000000000000000000000000000000, 0x3da530e46579998f06c37c52e395a5d3, 0x3e6e9baf2954fec2817dcab54e7aa569681739c9f95d0f5145856680ceb8493d, '', 0, '?'),
(0x18972259d182a8b1e1c8f207be389bca, 'wp-content/plugins/elementor/modules/usage/calculators/legacy-element-usage-calculator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\calculators\\legacy-element-usage-calculator.php', 1, 0x00000000000000000000000000000000, 0x4cd60fd8314e505d16168a4ca623f237, 0x60821c27b3e9fb646710809204bffac1ad6b8c1fa13e9a1645b78eef92d751e1, '', 0, '?'),
(0x189acba4bced2d197dc696cf218c365a, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-repository-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-repository-factory.php', 1, 0x00000000000000000000000000000000, 0x174907ea811e6f8e739da670d6a6de2b, 0x3050d03397eda86fa7af13380ad9f532fd4d8529f8ed881565905833e57c7a64, '', 0, '?'),
(0x189b895c7c889e62b36957c0704a4766, 'wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe1b8b4aaa7ee57b9a22173031f4b96c0, 0xd4ef9ce96bbe53da9c9c95f12cdd42f5671fbbc286bcd62d5148190064d15309, '', 0, '?'),
(0x18b856513b279198d9de7e8ae40aa4f6, 'wp-content/plugins/elementor/includes/autoloader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\autoloader.php', 1, 0x00000000000000000000000000000000, 0x0b1e67e872bd93d1f37867200657f9c9, 0x5d0d7b3b3d84ba06f630e78956fbc2095ac64424f22e1a2dfbab387228f672d1, '', 0, '?'),
(0x18bb7a434b57f6135d5b3c16ee5c64d9, 'wp-content/themes/astra/inc/core/class-astra-theme-options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-theme-options.php', 1, 0x00000000000000000000000000000000, 0x5a90932cfecf834e718850cfc99e353e, 0xa47d4c17748f8a6653d005c7e833e01f2ec41987e03e384490b0a92189c5d95b, '', 0, '?'),
(0x18bbb9bc53cbc811f07eae47dbb7e844, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x142a7a2fb652548d970f6441a7182616, 0xcbb6a6bfd70ab5b07ad8a2d15e6caa4ff4a873a1007a8341354cbc845b9a53a3, '', 0, '?'),
(0x18bec9fa7cd43686a10965cf31028784, 'wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\integrations-reporter.php', 0, 0xe3ebf05c0f0055e0891053364412ce00, 0xe3ebf05c0f0055e0891053364412ce00, 0x620ea5cfad041ca34c90387db9126436d0186f0df81a664a4a10351fa5c3d499, '', 0, '?'),
(0x18c1f5f164615594f8b369b2aeb3874a, 'wp-content/plugins/reviews-feed/tests/Unit/RemoteRequestMemoTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\RemoteRequestMemoTest.php', 1, 0x00000000000000000000000000000000, 0x371e776c89a1b4b082e6a13f9e8c6d9a, 0xa552f597da917dd97a3a6e4cb9530b108e77e02a1ade59b141ff7ff4850b8741, '', 0, '?'),
(0x18c3a6f4038a45bc089d311ce8bf234d, 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/generator-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\generator-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0x54f30293617160e6504ffdf9ba1387f0, 0x818bdd16267082ac5448f5e95aedfe6a286a489e40eab430502afeab70d346c2, '', 0, '?'),
(0x18d05efd6caf06f0cddbbdcb9aa6efc1, 'wp-content/plugins/elementor/modules/components/circular-dependency-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\circular-dependency-validator.php', 1, 0x00000000000000000000000000000000, 0x2567308302db3c3f398ba0c97ca426ab, 0x2728b5d2a6554b78ed84b7818b7bdeb5afe0afb12e36127d956b01688ba0979c, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x546305d3ab95feb49c5c905ef8bc896b, 0xf3c8a07d92297a9f573d4e62d20564cff1ea1744a1d3c3f086f3fe5012c6c298, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x18d1b91ab51a227e5eac228134a602b8, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds-list.php', 1, 0x00000000000000000000000000000000, 0xa51683a06114ff67f9a27ca25fa2da15, 0x41b658d87506d1d73b103d785a6975d08f5347bc3a56d917c1d7a7d672b9fcaa, '', 0, '?'),
(0x18d1eed07a09aedd96ee0820e0a8bff9, 'wp-content/plugins/elementor/assets/js/alert.42cc1d522ef5c60bf874.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\alert.42cc1d522ef5c60bf874.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd73255cbde40008411298498702ba9a9, 0x64ec6bbc32220df67db38557092d3b6a7d75d95c8ce6cfa166e448c137152295, '', 0, '?'),
(0x18d4650c484fa2302a300b912f464756, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x23e8a81559cf5b4595e21945a0dad77a, 0xa69f1bbfba603be0326bc1a06595c1da76d6d35e2019729a6a9dbb0fd7d63795, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x8b434024d2b783534581f4869d0123e4, 0xf2ef22e89a79f7e493a7c0ed7df5bf5e48de7ac80c25fe955aa0cad183a99c99, '', 0, '?'),
(0x18da7a9bdf613e603c99a321fc43fe74, 'wp-includes/css/dist/block-library/reset.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset.min.css', 1, 0x00000000000000000000000000000000, 0x6fffa7dc47015c8f0a27002419a96137, 0x2ac3d38a80833b48803054c59560085fcaddd9668b651f10102a7f7a33cfbb0e, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xcc5f5d3032b53f9e4249ddc3ad21caa2, 0xb8d8036d9e8aa5a884a344f6c18bb2b56ea1efd46ababb384296335fcd5b355e, '', 0, '?'),
(0x18df247befff6dcf097aaef74b74b13a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates-conditions-conflicts.php', 0, 0x628b6189a596eb406fafd1ff23641d8c, 0x628b6189a596eb406fafd1ff23641d8c, 0x983cff2971d6b8fcc6e14e83652f5972ebcbdc29d3a29fd2013ae4ce1ad7e59f, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\wordfencels.php', 1, 0x00000000000000000000000000000000, 0x6ece3cee6ee1374106e16d7259e144a5, 0xbb4cc4824126fa84bd469350d9e2562b3b38567059996f819c71c452e5dde906, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0x2203c8ceb4bf16f14cb2d3ef2eb3c16f, 0x1065c1c86fd98ed433c3fbda75cfa8b0a29a791be7cbe5d4e23388380ad8913a, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0x81035e70bf2c4e2e3cdbe6185a00ea59, 0x914bc0bdb3a30086f523a049bf06f6e456d5c9d10b73a38bd89e9e983c276a59, '', 0, '?'),
(0x18ee8ac1b802e11d9d722954e5857425, 'wp-content/plugins/wordfence/css/license/response-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\response-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0x9a05f20fcf9462fb37802bc7ec5c7096, 0xf50b4ffecaed0eafec654f872dd1d7af4cf306502e824f4f29edce48999e2cbe, '', 0, '?'),
(0x18f538f917a9044154dc56d6c5a19c06, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Toggleset_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 1, 0x00000000000000000000000000000000, 0xc551309c00a6e8434829fa5a0fd7963a, 0x8791aa931f24d4ab83f8a1d150e5608750edec5774a055fba80657a7ef464f61, '', 0, '?'),
(0x18f6469652e161c93e9335d216aa8687, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\keyphrase.php', 1, 0x00000000000000000000000000000000, 0x378f9cf9d1db96559376541785311b80, 0x67892914f1e142a333f60a246422355a5dbb12a1f1992f7d0e0c2196e60eca04, '', 0, '?'),
(0x18f66169a75c4fb149a72000f26740f1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php84compat_const.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php84compat_const.php', 1, 0x00000000000000000000000000000000, 0x513cd6182e6ca3a98867bedf825f69f9, 0xb1a389fe50bbf4017d9f50db14b2e15cf238e1fc8915d8ec0f12cd52fdc9cf78, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xc0db3ee1bce133d78683ea95b04322f7, 0x61f6748192a5f56fa2b2d0f639098a205ff07d429eed74190f3551fbc8665235, '', 0, '?'),
(0x190058d71fbe8526958d2fae4b376fd0, 'wp-content/plugins/powerpack-elements/assets/js/query-post.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\query-post.js', 0, 0x5d36269dbc65fcd7facd9083f71221c2, 0x5d36269dbc65fcd7facd9083f71221c2, 0x88100dc1eb758e823b46d3ad4e2d94ebb510588d87e3c18ab7fb9ee600ab031a, '', 0, '?'),
(0x191478bf7e0fee438361042ad9623d97, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xe5800e3555ffd8a235b1ea87a1622cfb, 0x8ba54c02b44f1f7c754f1904399d2daa009f3aefc687324f5ef7b029116372c3, '', 0, '?'),
(0x191a36144238fb98639e839fb1651567, 'wp-includes/blocks/shortcode/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0x191f969ffbcabc243f68858b156a29f9, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-counter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-counter.min.js', 0, 0x2b0ccda8b326acabcdb1af8df48422cb, 0x2b0ccda8b326acabcdb1af8df48422cb, 0x797ccb49b3e0e3696b9f124d5e1da6fc65a9b5848a0fa149e4ed0b0bfe3ab6e1, '', 0, '?'),
(0x1927ae41ef3b236f1e4694be15158782, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/Services/ErrorReporterService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\Services\\ErrorReporterService.php', 1, 0x00000000000000000000000000000000, 0x6456e9dceda360942e1309af8fb17e88, 0x0a49f527ba0363011dc25fe2bef04772c9e82005e49b1194d05601e8ba923987, '', 0, '?'),
(0x192ccbeb28257cd4f473dba3874d9e9c, 'wp-content/plugins/reviews-feed/class/sbr-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\sbr-functions.php', 1, 0x00000000000000000000000000000000, 0x30a2d3d01f1f4e30fa6e1be025cf043d, 0xb12876d302b5711ce780af4cf2229e8cbd984019c4129951760ece2330ed107d, '', 0, '?'),
(0x192d4ebcb614977e9077f959bf6f7f55, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-url.php', 0, 0xa0b7ebbe30a2db792acaff030e6727ef, 0xa0b7ebbe30a2db792acaff030e6727ef, 0x1d71e22d4f7a740464ad3efb7046885d7e535c11427eade3145eb7a86fdaaf39, '', 0, '?'),
(0x19303bd13d6327130d58e285963978fc, 'wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\class-astra-learndash.php', 1, 0x00000000000000000000000000000000, 0x1a1d4be270e76c4d563be986431597d6, 0xcf1e9e1c247864c6b3e54f37d1de3a403e886bac63328011be5901ddfabeb027, '', 0, '?'),
(0x19347ccc42dac4849f467980fdc456e1, 'wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-extended-base-configuration.php', 1, 0x00000000000000000000000000000000, 0xc9a5eb2d263a3a504102fe5158cb1c39, 0x700ca8e1ffa526035e7998fffdcaecde5cf40dfcaccde1131007eb56723fa15e, '', 0, '?'),
(0x1938cc4aa0ecdea3cdf590277bddf118, 'wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\api-error.png', 1, 0x00000000000000000000000000000000, 0x93db79c0dbd4563bde63e33e3c2abdf0, 0xa79b5e476bbe50729ddd6faccabde2f61bf9a545bd23c2f927ad06b19a4e4ce5, '', 0, '?'),
(0x193f17d50babf3734928f716bc4d4e58, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar.php', 1, 0x00000000000000000000000000000000, 0x0d6953b4061aecb43403271b3ef40744, 0x40748db29e6178cfccd2e236ac01233bcfda7190291e4b3df3d7287f79d5078c, '', 0, '?'),
(0x19408329c8afdeb9d2f1dedfa959634e, 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.strings.js', 1, 0x00000000000000000000000000000000, 0x3580d7d88e996b04dabecfbd7e6d24de, 0xcb4e2973b0c41571119a9547613c7344f98307a23dcaf82c43139fad7df6aa76, '', 0, '?'),
(0x1942ec8b2486f7cd0ea430871b7d2ec4, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/CurlPost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\CurlPost.php', 0, 0x2dd9f0390d9c7a7862cf80d4b2b1b8c0, 0x2dd9f0390d9c7a7862cf80d4b2b1b8c0, 0x6af9dfefcd07df9a9ed2a6b67952cfbd6a46653bdabccbab853d5b17b644546d, '', 0, '?'),
(0x1947c42bff79221eb4107be8a84cec39, 'wp-includes/SimplePie/library/SimplePie/Credit.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Credit.php', 1, 0x00000000000000000000000000000000, 0xf09317897dee351fb3ae1f2dfc04b46a, 0x80441cdd84f963eb6ded878d28853e3bf0ed9f018740885b8b125af61166ac87, '', 0, '?'),
(0x1957db183dd49dffeccad36987cc281c, 'wp-content/themes/astra/inc/addons/transparent-header/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x1958122c476e5526fa5e70e2e7c34067, 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\sticky\\jquery.sticky.min.js', 0, 0x3e31a0ddb1f910fc672d22e6435b95ed, 0x3e31a0ddb1f910fc672d22e6435b95ed, 0x7b8615c63a172cfdff3da2f28bc28b66c2f5e8e746909dd93295ce78be9c676c, '', 0, '?'),
(0x195adb7b9923915b31732b7fc8e872fd, 'wp-includes/css/wp-empty-template-alert.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-empty-template-alert.min.css', 1, 0x00000000000000000000000000000000, 0xb165f27eab18b2063531edbdc913f5b4, 0x42a5a4e59dde27fc15b7b02084d8b2ace441d9d59909839e403de119905ea756, '', 0, '?'),
(0x195d6b2c10941a999da9b52fe263c202, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.asset.php', 1, 0x00000000000000000000000000000000, 0xeaece0e616d3d16b6589357c80f7f6c1, 0x2614107e7ffa0acd786b1e4bd36897d824e73b0a2d9551df0ac03da16204fb08, '', 0, '?'),
(0x195eb0db25db6987c041b560c8527383, 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\banner-hero.php', 1, 0x00000000000000000000000000000000, 0x64b582a5cf1e0b1ebe2b6f240fe26981, 0x6fd64747a19429848b16b1fc24e4220bf6f237371f9438aa2acecf5fe29f6925, '', 0, '?'),
(0x195f53df93eed89456fc0c01565a04fb, 'wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\class-astra-customizer-control-base.php', 1, 0x00000000000000000000000000000000, 0x4b1e94d49813d84fe519be03e5dfeff3, 0x2f24554cf4b8c5b2c73e17bd819fe9ca7312b3cdb960f1d8323a3d745099294a, '', 0, '?'),
(0x196cadb6dd0bfa4fbdcf97c9efcb65a0, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure/endpoints/free-sparks-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc7a757d371d54bca0a5cd35f5afeeb92, 0xc47d08f59e5d9b39405ee95614d6149b696d71d7363eb7583e3abd42aec50137, '', 0, '?'),
(0x1973778d3e4b522a376466aef039149c, 'wp-content/plugins/instagram-feed/admin/assets/js/settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\settings.js', 1, 0x00000000000000000000000000000000, 0xaf00026f8e0c98e64aedca9dd87e68c7, 0xe3923402e3b4ffa10adc565c3cc47bf6af87cb560c519cded077c0f68a123ab8, '', 0, '?'),
(0x1975101b46875a1647b5e9d6a59aae19, 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-update-container-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-update-container-layout.php', 1, 0x00000000000000000000000000000000, 0xa5e98caf5710e0f233a227579ee685dd, 0x9bffa7e8a15ef11f844400b79ad7a556dbf14aad0767fccc34a574d6769d0085, '', 0, '?'),
(0x1976a6613a9553f8dd4d096f69562f11, 'wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\field-base.php', 0, 0xa87e2c0dc4d192f5911082643c03b215, 0xa87e2c0dc4d192f5911082643c03b215, 0x1e13eb3be11d262c11aa8572f6e8d05ae326c0c1c84678bd09279ed751e3ef06, '', 0, '?'),
(0x1976f32a6de505f7addf8804668ecab1, 'wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\general.php', 1, 0x00000000000000000000000000000000, 0x1bb67e02bf4380dc7dac949882a89f13, 0x17ad8f4db200ff821ff840c80a9e63ff0c3326f219c4f6434f564a1db2a37c31, '', 0, '?'),
(0x197b407db104f7fd64cac37215ea0bf4, 'wp-content/plugins/backup-backup/includes/external/s3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\s3.php', 1, 0x00000000000000000000000000000000, 0xe6d4497eea7cf0c2398db6cd2583d2c5, 0xb8dd90b4dd7eb8901ab98e7a835c0a0b47385499fbb2840ddbda915938f07f56, '', 0, '?'),
(0x1984a6d9b264260a0190124de4474ba6, 'wp-includes/l10n/class-wp-translation-file-mo.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file-mo.php', 1, 0x00000000000000000000000000000000, 0x9c5923809f5520ea778675391ce98d31, 0x6ae2705183d5eed92875bddd0dd7a1709b5a905b78312eec9c3a7fc38fd61388, '', 0, '?'),
(0x1988827d73ed0c6be377ea3daedb72e4, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-charitable.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-charitable.png', 1, 0x00000000000000000000000000000000, 0xb4f6f795cf2379a04870c37af630c323, 0xdbfa2fabc40e5da13ff5a1a763d02b69cfbff54874fd36b500260810ac978ee0, '', 0, '?'),
(0x198fe82cc2823d39e4d7d868cc364bdb, 'wp-includes/js/jquery/ui/draggable.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\draggable.js', 1, 0x00000000000000000000000000000000, 0x4f0e7d5742483151c73f5eff5971279c, 0xeacb4c50f414e74337f80de58b1859b707d5401dd892054504c45fa691290494, '', 0, '?'),
(0x19941216146418341890cfa025cb3ff1, 'wp-includes/blocks/term-template/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor.css', 1, 0x00000000000000000000000000000000, 0x7afcef9b01c614b5ea954cffc5f11714, 0x706727b6464defe3e158dd631b044cdecd1ccd4dec6d4c2d62171e9e5bf2a679, '', 0, '?'),
(0x199bfc9054623600e599b525dc087161, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x19a2cbefbdfd3a0adc28173191ca54cf, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\import-runner.php', 0, 0xafdb5a909a398f8ba07cbc3c2e053bef, 0xafdb5a909a398f8ba07cbc3c2e053bef, 0x9b8fe33ddad4bff404b3199a2e08c7640f80fac3d3724869a46854430ee03c83, '', 0, '?'),
(0x19a5cb4038e2a26171d0d5d6ba6ae6b0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Light.woff2', 1, 0x00000000000000000000000000000000, 0xb817c3dd5db9acf0eefde5d0ee9b0879, 0xea900d3bb8c1d642e5581df23223527c9f6d15260b32430be9c7670ef63090ac, '', 0, '?'),
(0x19a8c93830e831e961f5bf98fa7bfc73, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0xebce156b37d7ec809a71799e97e41cf9, 0x7ba2d9a8b716bfd51594553fa5b4161efbb1f47d1df80e11a249b4c0ee5f7bbf, '', 0, '?'),
(0x19b4135c0a517ca93203e5a9dd4c0a85, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-regular.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-regular.svg', 1, 0x00000000000000000000000000000000, 0xd2041edd72e6da342b2aab923373af8e, 0xc37c5858276f9e918d12dbc134a27e7d5dc193696e359065c7dca2185ae980ee, '', 0, '?'),
(0x19b5207244e632260f8e5e8998906c10, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/settings-props-modifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\settings-props-modifier.php', 1, 0x00000000000000000000000000000000, 0x76a95dd104c6148fec571393cf79cbfe, 0x1e7841390c8fefbd6cf7a5e81258a46069e0456dde13996ddb53728acf917b4b, '', 0, '?'),
(0x19b6a9bb02a35ccb9e6eb8f04a28de11, 'wp-includes/blocks/accordion-item/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style.min.css', 1, 0x00000000000000000000000000000000, 0xb51f85b3bce4c92e29ecacaf25a12978, 0x245acb83faf59baf8b93d438af9a5e2f5948faf9ad50fad19f0795c631a76890, '', 0, '?'),
(0x19ba7f1311e875c2adc99e300f08031b, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-2760.css', 1, 0x00000000000000000000000000000000, 0xdfd93303ad8fbeec7e1632ab8ab8df96, 0x7de01e0dc7ddf5911794bfd7c05e61600b0df6c335001a129383c5274a218841, '', 0, '?'),
(0x19bc704ad285d0475270cd81ae50e6ea, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\post-comments-skin-classic.php', 0, 0x902853a4923584efd7c15d587fbc9f3c, 0x902853a4923584efd7c15d587fbc9f3c, 0xec98110564eb26587f42d7d83878624a0cdc2dc50a287ccb34aecb7af9b156eb, '', 0, '?'),
(0x19c39b04b197668e6c9ba430c1f0bdbc, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/ressources.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\ressources.js', 1, 0x00000000000000000000000000000000, 0x5ef62f4a41166d62ba0b9aa668454d99, 0x193a16676eca902e20409d748826716ca1391a6c805bf6307bf55e66bf77f70a, '', 0, '?'),
(0x19c8c781796a00b13d470ea136a57872, 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xcd2905300300467ad78b9a869144bd79, 0xf3c0b1751e6c1b2a7ffb937109174effea958d68589930f25c50cede66ead5be, '', 0, '?'),
(0x19c8dd188ced258e8a78214a3ff41832, 'wp-content/plugins/elementor/includes/widgets/social-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\social-icons.php', 1, 0x00000000000000000000000000000000, 0x3aaae8ac5afa05d51f1c09705b21ee70, 0x82263854f925c170bc9793ca42332b3a4b3d73de4a58a1fde223bcc7136d3eb6, '', 0, '?'),
(0x19cc55413cf32c09c5086536b0cc6fc9, 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0xa594f9ec1d318d77a402f9efd7a05df1, 0x4ef65848085c080176bd3ee76d20b33922299f30bcafc86dd3453b9c2b437978, '', 0, '?'),
(0x19d031f2e48d448f5fd75e938fb52a53, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\custom-fonts.php', 0, 0x0f23146bfef39db34500a2f0a7591115, 0x0f23146bfef39db34500a2f0a7591115, 0x253b27b1f1a17dc9495801150856a25842ad8f12931ab9a609793bdb95a8e746, '', 0, '?'),
(0x19d4bf2c365fd01de5eb7864c510ca9e, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-template.php', 1, 0x00000000000000000000000000000000, 0x5e9dcaf7473d84ceb4b59b7703aa3d48, 0xe4e3539090f9b8c45bd2036ae918e697582df1e4a6627aca924fcd8c8e9d1e0a, '', 0, '?'),
(0x19d939d42a5d107e6b3287a7ab811a00, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/meta-tags-context-memoizer-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\meta-tags-context-memoizer-adapter.php', 1, 0x00000000000000000000000000000000, 0x6752d4ffa889f42adc76c7cfde6465bc, 0xcb1835f297f04bf820f4f77bf610de642ad72b310d8bc9927ec52871dbf4d4ad, '', 0, '?'),
(0x19d963b791ab4330d095f4766ddf2ddd, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/traffic-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\traffic-data.php', 1, 0x00000000000000000000000000000000, 0x549aa39dec9c8a4dc9e50f72dc0b54ea, 0x6800d0ebaedfc5c32b68c4a79041b42a966056e68176ce28004ae7da6f2f7374, '', 0, '?'),
(0x19db2d2d31d24d605a648cbd7290c2de, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.css.map', 1, 0x00000000000000000000000000000000, 0x3a2ca7106e081e0810b3966d5c9b4070, 0xf7e55dec81ef61046c89b24b4b58673feb988f7148f7e2a45943f208847c3c63, '', 0, '?'),
(0x19e2bd90e98f4817a3a4e92b804a5fdd, 'wp-content/themes/astra/admin/assets/build/images/astra-video-thumbnail.f50df26c.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\astra-video-thumbnail.f50df26c.png', 1, 0x00000000000000000000000000000000, 0x904334b52c8aa38fdd952da8e5c027b8, 0x145d4cf249d527aa4bee8d2b53eee00634799a45f1e774dbf2d5fbeec07b53d1, '', 0, '?'),
(0x19ea4a99fa8d748200b1c6a771fe7835, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/onboarding-banner.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\onboarding-banner.jpg', 1, 0x00000000000000000000000000000000, 0x46815d40f9199accc30ba74da2e19478, 0xf57ef2ab1147f393d233cc7ccec84ef4ec722b4b7bf711eaa9c694d8326e1ebe, '', 0, '?'),
(0x19ef9eaabdaea89d67e70b10e236b0f6, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/legacy-submenu-item-not-mapped.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\legacy-submenu-item-not-mapped.php', 1, 0x00000000000000000000000000000000, 0xa1a686d7c288797ffe59246dfa1c5047, 0x8e9a67d558aeef21e871ca4034fba9590bfabb2c90d5509a64eb0ad579c6bb48, '', 0, '?'),
(0x19f082cd16338595a48bf617007eafaf, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\Jost-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x808fec04a4e0169e521107969cd26634, 0x27a515d4014676602ce405e0b60ddb76f68c47bd249d266931f57af47d278664, '', 0, '?'),
(0x19f0b7cdb180c060d13a6f4e5124793c, 'wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Memcache.php', 1, 0x00000000000000000000000000000000, 0x2a2f8e78b275d7053b9275ad21dbf947, 0xf22c3ad7bf46e9c7f85b8536faac3984577776ef171cad36136969c2636bfd3a, '', 0, '?'),
(0x19f35a041287c6b34337289935fae309, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.css', 1, 0x00000000000000000000000000000000, 0x768ec74a6d4ba473e5d9771a8da6eab3, 0x41758d0cea1b890793e96b88a1c44b181f21c0eb04434d6490f5146ece11167c, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\utils.min.js', 1, 0x00000000000000000000000000000000, 0xf4e1cbba8c1058485fbc5bcf93f484c7, 0x03a4fab9c098df126a74538f648b4a17cc5dfaff44dea7185105ddffaf971f90, '', 0, '?'),
(0x1a020e6d4d6373137229d4d4a9f17ff3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\CachingStream.php', 1, 0x00000000000000000000000000000000, 0xd1dc694bdf3a4b0eb97179e7cfe578ee, 0x489bc8f8530cbd97ca9fc3d26c1dfcb2299e5760194297c725ba3b11ab32ddd0, '', 0, '?'),
(0x1a023949f3e0f3e7b624c0e280b080cf, 'wp-content/plugins/elementor/modules/global-classes/global-classes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes.php', 1, 0x00000000000000000000000000000000, 0x0d4634ea07449d5e4449202121d02c10, 0x14da79e84db849d89a8595f727d2228555b323efe97e50dac7fe4993dbce1753, '', 0, '?'),
(0x1a02ab640f8b9f7f57590719be8b6a08, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0x18b0da96712fb3fbe57bda5fb02c080d, 0x53d8549e0fc3ec723c56a9334ae1c7b2e86a257844077b63c3a32e6d91654d4a, '', 0, '?'),
(0x1a07632d6726ef1666455a4b61a86cb1, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0xac7a89d0d473d66ba8b4e1418ae8c5d1, 0x583ca1274939888d895bd5a3201a2f0130c06157c2f5f7f701f7360d47a7d6d6, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blocks.js', 1, 0x00000000000000000000000000000000, 0xd913f62b62dbfe247a03d11624cd094f, 0x36a957c6d9ac1e4e9e0a4c7fb9da21f05aafea9daf1fabdc8d5b49f3f8c1158f, '', 0, '?'),
(0x1a0e19761eda488800f8bc90d0a1322f, 'wp-content/plugins/instagram-feed/assets/svgs/cog.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\cog.svg', 1, 0x00000000000000000000000000000000, 0x4d5e074742327d0b1e07632a6c6cc7d5, 0x9fc2bde8dfeac9bd23bc876cc85b03a97a5193ea79d20849e46370df333d5b62, '', 0, '?'),
(0x1a108b968cf69b1f0c68d55f3e8f81e3, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-woo-checkout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-woo-checkout.php', 0, 0x60cb2ad6b2799585b64c5a6d8a329fe7, 0x60cb2ad6b2799585b64c5a6d8a329fe7, 0xabd2cdecb7a00b77a42fb777d17db4707065341a2401a6f6b304684e2e9dd127, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1a327bb66b55ca28fafb9e9c106a8f3c, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/cff-lightbox-reactions-bar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\cff-lightbox-reactions-bar.png', 1, 0x00000000000000000000000000000000, 0x84c2aa28a3d51c79994797b0a93cacda, 0xa759d9b332b827561cfaa016ee9a21982b93c50d787e32ecbddb226e7b78e86c, '', 0, '?'),
(0x1a36139f750d7ddf98d5699cade6f181, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\restore.php', 0, 0x7900512103b0389b32adcdf74dc0b4a4, 0x7900512103b0389b32adcdf74dc0b4a4, 0xd2dfb2eb6196e86a9e3a2bc473e7a209a95a4df5f88e090923db2b59e6418b03, '', 0, '?'),
(0x1a3e43fa7e2b608f4a624078fc5eb1cd, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x4a2f2abc43ea74df7876bbcaeddbf126, 0x192dc7f6acd5417a193064d350b04371af616814c0536e6ae10266fc566a6f4a, '', 0, '?'),
(0x1a3f88c7b8c6a27d355e7006f9c61702, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-post-builder.php', 1, 0x00000000000000000000000000000000, 0xd1a1f6f73c014f07aaaa6ea104210b14, 0x39df87e3952a4be3d725d4a14091281ac58ea690d55824263968c7b824a348a7, '', 0, '?'),
(0x1a43492487cf797cb905d0114d1e0102, 'wp-content/plugins/custom-facebook-feed/templates/error-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\error-message.php', 1, 0x00000000000000000000000000000000, 0x4cc9884ffb52b6b468fb12eca1d80580, 0x59d316864de2cf491bdb169218e5a5f3ddd1b6a298569fc6dbbd0d96ae8d7deb, '', 0, '?'),
(0x1a573b48e58d7c1d094cf2b1b972bbe4, 'wp-content/plugins/elementor/core/common/modules/connect/rest/readme.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\rest\\readme.md', 1, 0x00000000000000000000000000000000, 0x5a55bd46654111170b447a5362ab5edc, 0x752e8b45f0843819469c6072b0f92703863c6567de6317d6d59aa9ddd73b58ad, '', 0, '?'),
(0x1a61a9a427fcba4d3b80d7c8ad556c16, 'wp-includes/blocks/post-comments-form/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf18a4461949ea9b4f2b89ec9ceff9065, 0xbb6a75746f29a2d06935841611eb8e206a3bb8115c769de5daa62896152aeb6f, '', 0, '?'),
(0x1a648742774b46500880970ff8cea02f, 'wp-includes/css/wp-empty-template-alert.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-empty-template-alert.css', 1, 0x00000000000000000000000000000000, 0xb2c4e98abfecdcfde1720aab924cf397, 0x8afb2a4d1f9ede3db161c33f6cd6618b34a6884b98728b39415ca31ca60f2306, '', 0, '?'),
(0x1a6adee34b35ae63ec8292caea69803d, 'wp-content/plugins/elementor-pro/assets/js/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor.js', 0, 0x187942f58969c9dca9bd34304de8a0d1, 0x187942f58969c9dca9bd34304de8a0d1, 0xc8a46e5a33285952dc83d6e759b1414e8398cba24a0658dbc3d1a9ea293b1511, '', 0, '?'),
(0x1a7d447eaf598b476b44c6afce752ca9, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/confirm-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\confirm-dialog.js', 1, 0x00000000000000000000000000000000, 0x1f494c408d5ee8d9f27d180d84936274, 0xe1d7adb98fc1ec0e23a0ef03c559076afe0906c7ee6b2489f835395374aa3470, '', 0, '?'),
(0x1a820a3e9561b93e7b6a11a688786aa4, 'wp-content/plugins/feeds-for-youtube/inc/Services/AdminAjaxService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\AdminAjaxService.php', 1, 0x00000000000000000000000000000000, 0x3b1478fafd3bc80ed02a06880a848b45, 0x929911faa2baeea717bc65c0a566ff16c3ce1032ebb713ab277d93b38d8b2601, '', 0, '?'),
(0x1a832f0c1a90bee22786cea71b56d8a9, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x4606a9ab136fc772b404942e70fb764c, 0x33102a7ac7a329ec48cfa622086a6f230e7fc8d2a55820d14e3f8a5abaa1f954, '', 0, '?'),
(0x1a85b38933456e2d9e6a7987b8294eca, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-faq.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-faq.php', 0, 0xc4341b922505fa54f22b42b2825ad70a, 0xc4341b922505fa54f22b42b2825ad70a, 0x0e3117738ac044d524fa3b10130af52789dd1f7724246ae87a108ed6780513fa, '', 0, '?'),
(0x1a87dc8f4c23253d78e2e414136f53b9, 'wp-includes/blocks/post-comments-link/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf0ff8dbbf4ff8899e34a2dd096fb7f0d, 0xc67a353bb0ca7effd490f13775a0c5584d35f65cf2fc196f3dacbd9a867c0af8, '', 0, '?'),
(0x1a8dd0160a525dec6546ba72e712b26e, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x7ff1f7e74d4b25d7f3a3def8fb40efd7, 0x5e709731c93e931203a6d7f13dd78bf1570f9d62bed62e142b6cb28bc07f2ae0, '', 0, '?'),
(0x1a8e1f243fd234ae51146953025342b8, 'wp-content/plugins/wordpress-seo/src/abilities/domain/score-result.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\domain\\score-result.php', 1, 0x00000000000000000000000000000000, 0x7414aff59802f8eb3b10340a1a17f2cf, 0x8c6d4ab8bbeab604fa4cad3cec816812442e78bacebfdf89b1135c75bed716a8, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\section-title.php', 1, 0x00000000000000000000000000000000, 0xfecac404e7bf67c1c75d889d3e70fa07, 0xbe951e179175337d2825265466c95fa922644b6936e846ff78937068146cf911, '', 0, '?'),
(0x1a93abffdf5c86e1d82b3fc9ca58ff8a, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x652d16b4b266e09c5d22b73da1f96de2, 0xe66b7689e9e65dc64435c78e2bcdb39a31256559822e48e0ba349af1f5d73d8e, '', 0, '?'),
(0x1a9b1f63d9a1f43a538e492c54404f9e, 'wp-content/plugins/elementor/includes/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\preview.php', 1, 0x00000000000000000000000000000000, 0xf8e34cc79a5b6937db32b0db5791c842, 0xf46749be57e9cce84cc6a5c7e669edccca83b3adc04748a5f2d764aa2b23be3d, '', 0, '?'),
(0x1aa9a9f3cbfbe4d0000cbb52c4fba462, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-xml-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-xml-route.php', 1, 0x00000000000000000000000000000000, 0xf1f0b9d10d381c2c6ef019ecdf14234c, 0x81409b9d4ec5efc74083e96064757e81fa7f2b38aafa6f4d31725e053d98d5de, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xe1feb5c79b8807a1c60efd6c6d884421, 0xd61427df398b0d398a006f7cf3eb1ad8c0a7059fdbf1de7c9d95b708bf301b4b, '', 0, '?'),
(0x1ab5dfdb6e1f5a5e7af74deda7e09383, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/delete-sample-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\delete-sample-page.php', 1, 0x00000000000000000000000000000000, 0x238ec62c4715edddafdfcf2b10d9bf52, 0xb2c30a88c8da9a17dfd47a75dc17d0adace58df6fe19a269cc04f52d48c08430, '', 0, '?'),
(0x1ab96d8cd935141cb2a1cd7f551daa4d, 'wp-content/themes/astra/inc/assets/images/ai-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\ai-logo.svg', 1, 0x00000000000000000000000000000000, 0x8ea1dd208bf9a766be30ca894f4972eb, 0xb88cc90251f436067e61e975a382bd04ac9b56c0557f77dcf05c0f66325f37e1, '', 0, '?'),
(0x1aba0994a81cd387878c168bb23b1d58, 'wp-content/plugins/elementor/assets/js/app.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.min.js', 1, 0x00000000000000000000000000000000, 0xecf86f2b066460f15d7bbd336c7346d2, 0x7167d52e7fe7cd9c3f347ad63f2e41dc76b8d411200063565bb8376215c75266, '', 0, '?'),
(0x1abbdc877d598edefe8bf364689449a0, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\abstract-dynamic-block-v3.php', 1, 0x00000000000000000000000000000000, 0xd68342f94c518ae7b849cbd9ad706631, 0xfbeab02f548521f97a380ab9d02eed9fc750d27cf6d88fdc896182026fa9f359, '', 0, '?'),
(0x1ac7f7be37f3fb73c3e7d0b2f9c7ecb9, 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-heading-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc3be9e612baf8fc4af612de8af4c0864, 0x16bb4946a58921df515c207915978a799a4cfe8c5427013c32663f84ce8a7acc, '', 0, '?'),
(0x1ac88c69f7b9ee99d051047c36e01eda, 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.js', 1, 0x00000000000000000000000000000000, 0x0e3fd61b1b7716af862ef29ef9a008ca, 0x1874e24a7683f5545e3620a7f68d5e6783d8e671c29c6e870b31fdf3c5427174, '', 0, '?'),
(0x1ac8e7405462899306d491e66fbd6e18, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x92347de19ce0e0994c61920a82f51512, 0xf2fddee0568900d7a9bf04e411a2aa8cc49969c98177679a825764c2f9b273ae, '', 0, '?'),
(0x1aceb446fecc8c81aee2682160ccef9f, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Theme_CSS.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Theme_CSS.php', 1, 0x00000000000000000000000000000000, 0x33b47b351db63c12b3f9141ff6d3ae7b, 0x9ef005ec8d78f58940ce36862c135bbcd4c0b900eb117405f7fde6caf4a94d4a, '', 0, '?'),
(0x1ad948f0bb63723587fffe02b118f34c, 'wp-content/plugins/elementor/includes/managers/icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\icons.php', 1, 0x00000000000000000000000000000000, 0x0d66df663971142e3d6ca55fea7ef571, 0x6620da7059ed7913a4e858c0c673292b4d4b147e30732dc6d476ae809ba7b1bd, '', 0, '?'),
(0x1ad97f8859b798dbd390edd2f19cf553, 'wp-content/themes/astra/template-parts/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content.php', 1, 0x00000000000000000000000000000000, 0xc4111e818c39ae460f49b820d1e32625, 0xfd19e754ecd7d64610b049e6c3f3b95536d403a569d82392631fbcc409b5f362, '', 0, '?'),
(0x1adce400fac0937165a414d6ab735aa6, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0xe89f18d54415925a2c4e73d93eb1dd91, 0x19eb342a2f50ac47affcadfaf179e4ef38bd2c8da1e7d59da1add1e5e169c4cb, '', 0, '?'),
(0x1ae4a6808087409dbe8542e761dd0a32, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-centered-statement-small.php', 1, 0x00000000000000000000000000000000, 0x8ee712a680167ba0c7771f06ce5bc79a, 0xfd6344f6c0703a2e74d3211dc8f440f0d36e3f303115691f54fcf8c474830d4b, '', 0, '?'),
(0x1ae504217d06c5e018f250039f9b473d, 'wp-content/plugins/elementor/modules/editor-one/components/sidebar-navigation-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\components\\sidebar-navigation-handler.php', 1, 0x00000000000000000000000000000000, 0xbb4b884af333c1e0ebede3512bf470a3, 0x111e207c21d869789f8962ebf7be339a80388ab78ad02909781e1bcb4089d949, '', 0, '?'),
(0x1ae7aa32a50aa6ebc82905554c45a784, 'wp-content/plugins/elementor/includes/widgets/shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\shortcode.php', 1, 0x00000000000000000000000000000000, 0x4872fabab7a7e1dfafb1e51749eabb10, 0x8c4e0db72c6f257fd1924965ad5e1aaf813278799592bbe1299ddc83be251c9f, '', 0, '?'),
(0x1ae8d8e32653f7b449bab7edb3851356, 'wp-content/themes/astra/inc/lib/nps-survey/classes/nps-survey-script.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\classes\\nps-survey-script.php', 1, 0x00000000000000000000000000000000, 0x88250c760f45764de219e464f544f6e2, 0x73b1f5afe96eaf11e506a37e5b41c30d011340dd4221160e624d18ec16e13756, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.php', 1, 0x00000000000000000000000000000000, 0x3ac45f9b0eedecca5615cc97aec0d831, 0x462c85e58ed111da66f22ccc148d8b6ebcf135b20b434f34b13d79dcd3e884c9, '', 0, '?'),
(0x1aed358b3691704a3eddc3d44964e4eb, 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.ff99e117444b8e4b9d09.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas-editor.ff99e117444b8e4b9d09.bundle.min.js', 0, 0x1295293c5584423dd0a0e7d23363c8ec, 0x1295293c5584423dd0a0e7d23363c8ec, 0x095aa3ad280219b5887a6a2e3a9d00b9a605541863a980073092422bd48dd8ca, '', 0, '?'),
(0x1aee99eaa7d71a1bac53f89f1ab90f5e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0x1a7c7697ff7d08b113d25ecf85620789, 0x24656724794105ef7a49dca1da0a4d396befd16f409c147c7279d06b6df64303, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x7fa3095d69f39f812bdb1a157dd1f489, 0x55bced5e8409d03ebc43756d2c9b0e52ba99568e38709c0f7d40b1f9ef334efd, '', 0, '?'),
(0x1af1946cb31c9efe1fb70a2e290a4055, 'wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\settings\\settings-woocommerce.php', 0, 0xfbe68308365016e9a1b70870d0f6e344, 0xfbe68308365016e9a1b70870d0f6e344, 0x55a3eb17d8c67a4fd3a035da4cddb5fd3642fa66c4fd94a2c93401f5a57bfb51, '', 0, '?'),
(0x1af47189543f970d3064502ee21059f5, 'wp-content/plugins/wordpress-seo/css/dist/redirects-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\redirects-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x2300bc77f40338277dae3d5cc055f57d, 0xb9f0ee2c6aebda480e11e96a449fd01f6a88068267e5315eff90fb91823122ab, '', 0, '?'),
(0x1af750948900b07975cbe0248ef451ea, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-400-normal.1df4abad55796d11.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-400-normal.1df4abad55796d11.woff2', 1, 0x00000000000000000000000000000000, 0x99d50b72ac3d922c1efe878c8a1f1973, 0x784d25044f867cdc86c259a2629faf060a265ac66eee7696fab00323cd1318da, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x99d68bf75271367d1464bf6c2983d984, 0x4b4a60d852b71d950b4cd4f3ff9eb7b9471f253206ce75e67507d4292b66250b, '', 0, '?'),
(0x1afad55dde87dcb6e9ec892deb72b2f2, 'wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\providers\\taxonomy-loop-provider.php', 0, 0x2d6aeeb640506c32b1f6ec54fce046de, 0x2d6aeeb640506c32b1f6ec54fce046de, 0xa23c18b06afd36b93e669b250e3e5b3fd65c663c46a0b3f9abc7c7355f8e4372, '', 0, '?'),
(0x1afc5ffd832a88997f5fd62b31460b03, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x8e46228bd6ac13f78c6a179100b0b075, 0x258de46568259b3c65bcd9cb125ba3279f36f221a7fd09e7a8e12a31f5a22d4f, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0x1aff7301b55b8ea9e984572d84b604e7, 'wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\editor-v1-loader.php', 1, 0x00000000000000000000000000000000, 0x2a1edbce438057899cc9f5ae08862e98, 0xd15e7f4e1077a97c7f71f4a886a0e66c0ad83a6724974ca5d95e139182710827, '', 0, '?'),
(0x1affb9c22fa1cd839eed5425ab671b34, 'wp-includes/js/jquery/ui/effect-drop.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-drop.js', 1, 0x00000000000000000000000000000000, 0x017080316d933a040ffd94b1a82a9dfd, 0xca6ad5b3d93a9532e1b1e11f6cfdcfb64705ef12ee42eb25ba5bc37e3a7637c0, '', 0, '?'),
(0x1b0a464ecea1a9f41509bfbae17fad15, 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\integrations-action.php', 1, 0x00000000000000000000000000000000, 0xb85f1cda4243157452ff1da27dc0e8a1, 0xbe957f51a15c4ac57cc260417786784a8e433a398073dd6ea3e64970f035c586, '', 0, '?'),
(0x1b1070397d645a4277f64e4ee537606d, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0x75610cc901f473557e3d3c51bb0b919e, 0xf1b3f93d1e01aa608ac83b325b451aa248bafe1f4ff7797e5cc4b43a6a7274f1, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1b1686bd100fc6577b3c4c9af9a3dbaa, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common.asset.php', 1, 0x00000000000000000000000000000000, 0x29b239a341ded4be903b6964d2ca439e, 0x128e9f115f71bfe425f02a727b6237bd0f2b090209f1020abd2ff1e272aaa454, '', 0, '?'),
(0x1b1c9d7665e91db96764022b5c5b6fb0, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0x4e22159d592fa172b242b2238b25a2d4, 0xb3dd96735012b8018b990d7ef321bc6a758e9e6bec99a4f1ec508863051b459b, '', 0, '?'),
(0x1b1fccc692304c938366fa4b60ea8836, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pop.css', 1, 0x00000000000000000000000000000000, 0xf58778f20cef8145b2c759cb3a168beb, 0x98d505bd29ea061c26807220c7fe2ed7833c176e07250332bd66852202816a74, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0xc94ab261941ba108b47e5151d254f184, 0xbe5b84e4a8270840f79477e6abcf407b7c2dd8423b33f34555000934b6a67350, '', 0, '?'),
(0x1b26d0f68db0f5bab0d5cd827c6438ee, 'wp-includes/blocks/pattern.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pattern.php', 1, 0x00000000000000000000000000000000, 0x1226af1c813df6e3b4d7db404429eb81, 0xa16248dc27857af1b294f385a888eabb123cef2c6288fd554d62658240e2d398, '', 0, '?'),
(0x1b271d13b4fc9e13171474387d9b1a04, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NodeOutputInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NodeOutputInterface.php', 1, 0x00000000000000000000000000000000, 0x5df377f11a3c147b9b092cb881b323dd, 0x7945b424f566aa119b507bdbcf671540fb257a47e49cd3bbc9cb4d86caf45a40, '', 0, '?'),
(0x1b2b2529f452df8e911cbdc7d865dd6a, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.strings.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\api-request.js', 1, 0x00000000000000000000000000000000, 0x39a2f7bc0f1ec2dfbf473770367b9367, 0x9c64cf36515c1113f10308b4b1a966ff3ab6b18b87fb4760e98bd16a31560be3, '', 0, '?'),
(0x1b2fe69144c76f5730c2625efb91f9f1, 'wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\render-mode-screenshot.php', 0, 0x967ffaf98f599a04d3f7bdb3042a3993, 0x967ffaf98f599a04d3f7bdb3042a3993, 0x0c20148e077b9caf7691073ceabb4f479165d219f5a38a62f683dcc66da1dcba, '', 0, '?'),
(0x1b3015855d809dbc2e2a25fb7c95f707, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-buttons.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-buttons.min.js', 0, 0x9c8862ff9140ec95fecf36c80e2ecc62, 0x9c8862ff9140ec95fecf36c80e2ecc62, 0x6f03369afa318ba0bf34a433d50360f49055afc930b8aa7904a9050b595bb5cb, '', 0, '?'),
(0x1b3161d9c95b8da85ed46a4bd5f0f88d, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-es_ES.po', 1, 0x00000000000000000000000000000000, 0xd79124f4f474b96aaa4dc123e17cdec8, 0xfafe0096846afe207c2edfba474511306e95fd10d9a52eff46eb128c7f6af678, '', 0, '?'),
(0x1b326e70d837ba3b1caa1829d5f3f19b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0x1f77739ca9ff2188b539c36f30ffa2be, 0xdc8591c9d8237cc798bbb4d1b156618fd14b3f034a8500258f0c4b495f560874, '', 0, '?'),
(0x1b36060e3ee45a0d658efdc75316a90c, 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\plugin-status-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0x33a7c3a2704f7f6176ac69a23aebe514, 0x436461c5ac9206d8ab9195e1853ddb53b9f5c6d975c2e6e0371e6d3ae2896fde, '', 0, '?'),
(0x1b3898776fb6fee93e247547087aff88, 'wp-content/plugins/elementor-pro/core/utils/hints.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\hints.php', 0, 0x5336af5ff885e1ad018d8efd879ab078, 0x5336af5ff885e1ad018d8efd879ab078, 0x58f3bc875725ac551cbddda0654cf1ff2fac4ddf701e1aab16ca68a62e01c45b, '', 0, '?'),
(0x1b396b72756b040d387708d9cbffe0fe, 'wp-includes/js/dist/latex-to-mathml.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\latex-to-mathml.js', 1, 0x00000000000000000000000000000000, 0x49632eda10469984a3dfa4b09b89945f, 0xbce8970cee926bd4b5181bf91336607963637ca6ccbefd53265362306d033184, '', 0, '?'),
(0x1b3fdacdea1b863fd6fa8fe2bd79006c, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-activation-error-exception.php', 1, 0x00000000000000000000000000000000, 0xce2dcc022958389108e32f0eb6cba28a, 0x36c43269b07a53ae3949ddc4710bda7f52a651f6bdd78aeb8db09ba4566a553e, '', 0, '?'),
(0x1b5329e7446020d602f84bbff72f1db5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Data.php', 1, 0x00000000000000000000000000000000, 0x24c3a4e6983180521e35ba14929e59cc, 0x4d550456b8384e3097ea963f665cfd1ffe2b538252e4e462823efcda38265bc2, '', 0, '?'),
(0x1b53769de3d42e9867c6b1cc2a66ae1e, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/MiscService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\MiscService.php', 1, 0x00000000000000000000000000000000, 0xb7a3c6e919ad4295d14714d09eba1d9c, 0x683fb458ca13d84e704d6d5e4e002d2006afb5e5953f360713bd3948ea93ff84, '', 0, '?'),
(0x1b53bce2e4eb873c4cbba4eedc73e78e, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/select-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\select-template.php', 1, 0x00000000000000000000000000000000, 0x63764d9776ab1caab89df091259ee14d, 0x1569dcefe7d5e125dd570f4fa7d8f83c150c4f72d132c9231a1e72ff11eac083, '', 0, '?'),
(0x1b595ba5802c15c2605c31beae909fa4, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0xccca72ba5fc388c4aea50b6ebb023dfa, 0x44bab3e2b767e8ec88c84672b948061a87998498119037a3f8057e1b3c581413, '', 0, '?'),
(0x1b5ee4e41cafac7d5cf086af20ab51e5, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\description-presenter.php', 1, 0x00000000000000000000000000000000, 0xb9223153396a4590add44b3af72bca8a, 0x9c5b12db4b99fb9ad89938f4f56eaee20fd9df2fbf97bb13fb2ff4f719266367, '', 0, '?'),
(0x1b5f8cc57a88ada439b7dd80443aa6d5, 'wp-includes/blocks/media-text/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style.css', 1, 0x00000000000000000000000000000000, 0xa27e688bc02ea24b45c7d31268277859, 0xc10eae40c71ef7fb7ec142961ab8add8061e8b2358c4a3424a4a7d24c2a73a86, '', 0, '?'),
(0x1b604376d26a7d2b92ae929c5685c337, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3e8563fa718bcaf90e6462ee980dec0f, 0x4687a1a64f91bc9ce558606b2e44164e12c882f90ce0990df8dbbd767a1c4dd5, '', 0, '?'),
(0x1b61e314f86531418959861ae88b3b63, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\v4-shims.js', 1, 0x00000000000000000000000000000000, 0x34de4559ba0e07b9ff8b2c9a43748199, 0x0a150da799add94403f1493e6cd08d7e0ddf14d3c541c8def3aee3db6ffef2fa, '', 0, '?'),
(0x1b663de50c10fbf965efa9b6de5879b6, 'wp-content/plugins/wordfence/waf/wfWAFBlockI18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFBlockI18n.php', 1, 0x00000000000000000000000000000000, 0x0ab2c95ca876a719759002e098cb31fe, 0xaa03f9467afc2c72c767648105c28615ee66aba66cb7d58fee3bade778f02710, '', 0, '?'),
(0x1b69838997f6fd97d214c8145b86162a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/aab-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\aab-upsell.php', 1, 0x00000000000000000000000000000000, 0xfac116c77203555cd0d29014de72ad76, 0x50e3367b8697bea8d03574ca054f67c3ec236e6167139aaa268867ffa5013edd, '', 0, '?'),
(0x1b6a7acf9ed7299ca441c362ec8580b5, 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-families-controller.php', 1, 0x00000000000000000000000000000000, 0x03fd50dfacd3c9cd101eef0cedd094ad, 0xa67d28304666f6f34b3aa3b3174c2a20bada23ff73a1b136989b626f6d76eb8f, '', 0, '?'),
(0x1b6d04f39bc94d081270a59596af3f69, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-add-to-cart.php', 0, 0x816a3a19e2c4291b06a494dac184487f, 0x816a3a19e2c4291b06a494dac184487f, 0x38e4a8715f0a70982d9257ef0bd3bd6aaaa8891f7764118bc911a8d0ed75a571, '', 0, '?'),
(0x1b70f87f3e6c264b83eb0635edf0d05c, 'wp-content/plugins/feeds-for-youtube/img/carousel.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\carousel.png', 1, 0x00000000000000000000000000000000, 0x69ca45c5fddad9b77b728a48c630d13d, 0x959f1ef486be205ad082ef96ecf0ca04cd1491f40b7d7cbb3a81cbbe6ae73f46, '', 0, '?'),
(0x1b74be5dafc8fc573260d32c5a041118, 'wp-includes/blocks/term-description/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x1b7e2ff782b0f65eec818d354f778c9e, 'wp-content/plugins/instagram-feed/assets/svgs/photosIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\photosIcon.svg', 1, 0x00000000000000000000000000000000, 0x6850346134283dc76b79038fd6a90df3, 0xe04d9174bb4de83655c8f24f28ad7f7ebbe339c999143d08cd8c475e830d0549, '', 0, '?'),
(0x1b8528ec4db2ff7a717b55c4a209f5ef, 'wp-content/plugins/backup-backup/includes/database/better-backup-v3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-backup-v3.php', 1, 0x00000000000000000000000000000000, 0x32fefc1802681c4bb511c2ae42a8b016, 0xabd350f9dec9e7fff9dde1fb178b25aaa4eb2e271a82fc1dd2522b2a8936cbe5, '', 0, '?'),
(0x1b8d8056d8799806852842447f654380, 'wp-content/plugins/elementor-pro/modules/atomic-form/textarea/textarea.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\textarea\\textarea.html.twig', 0, 0x28d4b8aee67b49601b1d81c443a42a33, 0x28d4b8aee67b49601b1d81c443a42a33, 0x86aa5407e563f3d6343b16caed36d9aba3e47a0901926083bc0c8803b08732c3, '', 0, '?'),
(0x1b8f7f0d738d3071714f48c7144dd168, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_New_User.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_New_User.php', 1, 0x00000000000000000000000000000000, 0x28c0a10f800294421f2b81518bb77bdf, 0xeff3cc62f899fec6e7b1bc7fba823e78d652b78ab0fb1fccc429eec5bb5d2c49, '', 0, '?'),
(0x1b96b63f0fcdd7d31d980fb88a5fe3e7, 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\campanula-alliariifolia-flower.webp', 1, 0x00000000000000000000000000000000, 0x41f1308b456fdcb122996460d8fe3140, 0x9704083f7503871663d02f801ba74f520fc5028a24ec092e922a765a937aa0db, '', 0, '?'),
(0x1b9f754949a6a4e7ab71ba720e6dbc35, 'wp-content/plugins/custom-twitter-feeds/inc/blocks/class-ctf-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\blocks\\class-ctf-blocks.php', 1, 0x00000000000000000000000000000000, 0x0be63b7e0ace1eb999261994e868ebf7, 0x21b60cd1e00e6eeed322303d48c7d9e238ee55fdb8e0e4b2ecd62bb294add9cf, '', 0, '?'),
(0x1ba33ddf1f8e1682d6fec6c04170a0c0, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\users-endpoint.php', 0, 0x4cae697e290ace65f82c289c77ba5f5f, 0x4cae697e290ace65f82c289c77ba5f5f, 0xa16d9c4b2ef83ced51f5c8be6d91ceb8cb192334a2b7c63ffabc2c5634d7056f, '', 0, '?'),
(0x1ba44c106faaa6cb83bf5a0868c97bae, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\meta-helper.php', 1, 0x00000000000000000000000000000000, 0xc13d3856289563e54a6c9e4357fdb507, 0x75b081c94642c0e2bab49dafb885dd7c8669c5e4848311de3e8b01695dfd954d, '', 0, '?'),
(0x1ba4a186471ba220aaa5d86a12235f49, 'wp-content/plugins/elementor/includes/controls/structure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\structure.php', 1, 0x00000000000000000000000000000000, 0x291ce3bd09200249d2ff859b626b2fba, 0x7ab162dfdf7170304e722e6cd8af7c8f3f928592687910664ed504e63b809f14, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0xe53ec3d6e21be78115810135f5e956fe, 0x7947230680cb0af59337eb8ada8c360c108c2843a80fab9980a568f8a4ec79d3, '', 0, '?'),
(0x1ba8cfb89a3f220a5c2375de22e4be57, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\DeprecatedTokenParser.php', 1, 0x00000000000000000000000000000000, 0xd02effd827b539568a13813611131f7a, 0xfb4eb9eef225572ed2ebe7b818edb5a1664eb1893e6cde211376322a2930463a, '', 0, '?'),
(0x1bb8e60b4d1ae4a4f98601c17fb99451, 'wp-content/plugins/elementor/includes/widgets/progress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\progress.php', 1, 0x00000000000000000000000000000000, 0xa17e798267609157f5decff935c1240b, 0x598372609bb4723975d0bd9548b72663d11c5dbb36cff9e017142436cc8e948f, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\api-fetch.js', 1, 0x00000000000000000000000000000000, 0xb37026d7c4febe13cae1fa7ea3a4d4ce, 0xcccced8fd4f207a43f0ebe85a18916a633e3412f31bd57dadcf7f741eda3ff7a, '', 0, '?'),
(0x1bbc3570deaaef6d971a14b588ee8884, 'wp-includes/blocks/separator/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x1bbdec97a03603cc36e1f199f61b4e2e, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-showcase.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-showcase.min.js', 0, 0x692ee472b04eff4c4eca41d363b4cd77, 0x692ee472b04eff4c4eca41d363b4cd77, 0x1ac53e8072b586f18d09248224d15255b69e369a476171b00715b21bf4bef4f4, '', 0, '?'),
(0x1bbe61fc6c747acf9a407c451d8c070e, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.7a18763e360ce7e0eacc.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-editor.7a18763e360ce7e0eacc.bundle.js', 0, 0xc10ada677ec0e5356cb87199b5b9d613, 0xc10ada677ec0e5356cb87199b5b9d613, 0xab518c16f721f3c26e25b305664f1069a5f6c1b3d7e5b1299e66a1363c830f05, '', 0, '?'),
(0x1bc7c959da6557b2eaa95b4db301c483, 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.dfa3a82618d618a6a6bf.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\ajax-pagination.dfa3a82618d618a6a6bf.bundle.js', 0, 0x5fa1e0ca5639a33b8c739de321657bcb, 0x5fa1e0ca5639a33b8c739de321657bcb, 0x61ded159028df7d6f01fc97f95da2248f08a608d8ea79a504a81d9d4646325f2, '', 0, '?'),
(0x1bd0efa4e4ff893cfed6da7c518b9c88, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-metabox.php', 1, 0x00000000000000000000000000000000, 0x8ac020b0e14f98ed550ec2055f3350fa, 0x504f170209ada369c4053545b8a02a0506b0fdc00b753fbe715ef70106cbb186, '', 0, '?'),
(0x1bd12355e90fd01ea46410a9e52c31cf, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\backwards-compatibility.php', 1, 0x00000000000000000000000000000000, 0x641793dcb3670a801f1d695db8bd529d, 0x2641486fe26e73069d970c3fcca25c7d46a07837675b5ea392b0ed6ba8f1c988, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x516e4b0aceb80666de9e5883ead50980, 0xa754c32374b18845bfc9c8b47c5450554acddacad40100e00d9d55a708194f83, '', 0, '?'),
(0x1bd94674b0fd38b01ba0dd457575e027, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0xfb1655c4bbf61d5ebb4065d805e4435e, 0xc50992a2d98babd364fd942bb9666f3b7c6548b3c99d99a6d2dab0a9ccd70782, '', 0, '?'),
(0x1be228326d60e0e4a1fa62f0b7d786f4, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\install.php', 1, 0x00000000000000000000000000000000, 0xb9e7793933c66b73ad52d72aee06a725, 0x03fb733e96e946c89ce19b90c984e3c7809c30f29d325cd3733f651365090064, '', 0, '?'),
(0x1bf1c7c14fccfd75f53332b8683f57f2, 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-groups-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-groups-parser.php', 1, 0x00000000000000000000000000000000, 0x282928ea27cdddff088c8e1e9313558b, 0xcd878710ebd756009cb2250a60d9ad7e0f2729f0f98d1ae1beab3cad8cdfa28e, '', 0, '?'),
(0x1bf554a4e55134bb94d13e6e6e36bea8, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/PluginInstallerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\PluginInstallerService.php', 1, 0x00000000000000000000000000000000, 0xc23b876f538a54d54a9bc03557ff4469, 0xbc16096226ee2643f1875510e1aa07b8c7451fbe699693a505bceda519b13532, '', 0, '?'),
(0x1bf7f60494c9e00f110ab9f8f5563709, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\AppendStream.php', 1, 0x00000000000000000000000000000000, 0x1963203303cb8baf554f439af5233918, 0x6ba50e2623796acc4d984126298f641635552084426ec516e8dfc135b0e9c5e9, '', 0, '?'),
(0x1c06985b0f8500bf86595b634d86127b, 'wp-includes/css/dist/block-library/classic.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic.css', 1, 0x00000000000000000000000000000000, 0x3b2846381d93f7df18a772c67efb0b60, 0x4fafa9800a07d376e17ac4223fc3ed5d243a2d1be7b935c45c593eba8064bd64, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x716e2ec0315d93b9657585333e7ca5ee, 0x22ffff07d9f6894e5fa04e9cec14b02f45663f88e71874c2744e8448ff91e15b, '', 0, '?'),
(0x1c0c9f719c7d5b82e3f7d7c21ebd7cef, 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.min.js', 1, 0x00000000000000000000000000000000, 0x9f932f99c733b2b2cf10cfd0f36e1517, 0xad49fa9723913d9ec083a03922a07be398aa1ed374a9fa32e7fd1fda8c05fb29, '', 0, '?'),
(0x1c1b07a13e12c0166dbcffd5f20f6868, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CL.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x1c1ec5d6a6db41621b2e580eb271ffae, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-cleanup-repository.php', 1, 0x00000000000000000000000000000000, 0x7bf9553301ec1fea80bb7e469390ca8a, 0x981f4c62c48f45f301f2504e0cd50e98262fde4e28cbab1a88808f4fa172cfe2, '', 0, '?'),
(0x1c29a579a61f7958b77cbfaccc254b65, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x4b73bee7a12caf31aa491e68d4e26e5c, 0x5aa5574649c4887deed67a62f284a94bf1c00cf4dff8291a767c2260c1b1bc4e, '', 0, '?'),
(0x1c29d41cfe379b0d9da5998df65b9e9b, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-tiles-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-tiles-1.php', 0, 0x7a28c1c5319b501c69523cb3c15646f7, 0x7a28c1c5319b501c69523cb3c15646f7, 0x604ab3de4eb842e97f713e9dba36a0013d721505bf7131ca729237644d16e1c6, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\loading.gif', 1, 0x00000000000000000000000000000000, 0xc2c90c124b1a30623a95a5d7933b75f6, 0xf956bb166bee7ed4b26111bc622166ef79f86c6d2676cd33c8c4ae88a66d8db3, '', 0, '?'),
(0x1c2b87640f143e9bb7e3f8bde5b26982, 'wp-content/plugins/custom-facebook-feed/templates/item/post-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\post-link.php', 1, 0x00000000000000000000000000000000, 0x0f2331265bdb5bc9de2251af3288d4e8, 0x74798b7a4e569a59b987dbf87d5a58d413b83b2dd8a37db3db3490cba2ac9ade, '', 0, '?'),
(0x1c2f0ecf2243f645c39a370c6b4883f8, 'wp-includes/blocks/comments-title/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0x1c302b956e7c0e9c088fd099547d9a67, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x0a564e0220f2820e800cfd1bb46727db, 0xe0fb122c43be01e00e963b0191da5b25648e939a3612716e211aaa2f5b730f89, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views.min.css', 1, 0x00000000000000000000000000000000, 0xb0e2a6383776e9415106061b40f04083, 0x9537da1d6d30f1473d444b5230368651c3bdb01ac79e777546226fda3e9c393c, '', 0, '?'),
(0x1c3857e40dfb1cd77019e11de48203fd, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Toggleset_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 1, 0x00000000000000000000000000000000, 0xd5803d6a7e4bb92c6fb9bbce70605ea6, 0x3c7d072fa02683c0daa859a2372d9b1f0edeb9c907a5fa0f2eeb295370269029, '', 0, '?'),
(0x1c3ceb51dbec58a2809e0595deb3e020, 'wp-content/plugins/elementor-pro/assets/js/popup.61d4fcab8891b2e07802.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\popup.61d4fcab8891b2e07802.bundle.min.js', 0, 0x3ee306d17539d2520e2328e42e78964c, 0x3ee306d17539d2520e2328e42e78964c, 0xae7ebae6ef496d4c2edcde0928fadd5e810e8d457a2d4a90b6ac82bb6e07aaeb, '', 0, '?'),
(0x1c3d34fdde697bfe3b35bfa368ead94e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0x3d4deeaa5e362d91b8cee931b93a4ad4, 0x199dfc46e638230d2447cb46508c34ca48293feaf2141a0128e21089b6fbf6db, '', 0, '?'),
(0x1c420b8000a43118aa4eea18835c7739, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/base-schema-node-property-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\base-schema-node-property-filter.php', 1, 0x00000000000000000000000000000000, 0x090c060681dc4a4c197711539b14b6bc, 0xf36920986d785720c7d50c837906da5768d3bd78276cf5d18210b553c571166a, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\comment.js', 1, 0x00000000000000000000000000000000, 0xd2aa7f5df797ca8710515a688aff3d31, 0xe783b68409e478d1ee1f9af49fd1b2d95c954fa15ccc6ed49d6e689cd45e1145, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\token-list.js', 1, 0x00000000000000000000000000000000, 0x0346772a5ea3be9a86918970ec0a1c1d, 0x56059e86f007c7abe9fc404ead99d6b2729ba5dcc1c737fc0fc5c866122d9583, '', 0, '?'),
(0x1c4c66b73afdf3ed29adb30a04beaaa7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x45d9b19ea97552dff2e1e7dcb1d3fe5d, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0x1c5252758b028f30606a38154587870f, 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-wrong-file-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-wrong-file-modal.php', 1, 0x00000000000000000000000000000000, 0x2382b4e0c3abeb8b2d7b057bae4e3ef2, 0x66479e81407903f2322dcdedb5fe31231cd1dfdca9b38c110d512a54d34e48d7, '', 0, '?'),
(0x1c53b8fd76a7c45daa7fb724c5afe59e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xd401cffdcdd8168d0b40903bdfa14d45, 0x2ab51a4d6c8fe95e223894e6782af8caeaefd78c75d8c7fc2b9dc2e7d2ecc517, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x31c250b54ebc48820839657f0bf24049, 0x657d2392eae4d06e9971c54aaf0c16724ad8e6513c64859d5acc150c7f4b9e34, '', 0, '?'),
(0x1c5eb7bdccf17e562086e534764bdcee, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0x805873a4efd34143061a1466ad2db809, 0x2502a138c30eea488516e150fb12f44e580588eeb6fa3c04de0dbaf5c91b772f, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x1c741023a6c6cb5c1513c20ce55f2162, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0x1b36c763d4b9bc83f34670a399055201, 0x3682070dadd1929f5fa3a901dc8d6d4a4ef0ba3ba642e57a63be7a0ff6f382e7, '', 0, '?'),
(0x1c77ddfa6a2c441cbf8ee733b38bf435, 'wp-content/themes/go/partials/content-none.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-none.php', 1, 0x00000000000000000000000000000000, 0xa4f06d53b043282e47558700645d1ab6, 0xcf1ec77c3fea7844db2ca8e843b361a8edadf668b0a9466b6c8e0324b94e0666, '', 0, '?'),
(0x1c7a5200d6027bac56a8993057049ee7, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.min.js', 1, 0x00000000000000000000000000000000, 0x2f5defbb5c507e253c477fc68460fe74, 0xf59ff31be247d8638d7498cbfaace0f49919617b008a10e9462cc2285bf1582a, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0x076658256cb87e82e30c3fc1af4d556a, 0xf6ed6784fba015c9acd59133f57ff688c05af80568d31696b10b1ab6e5a55039, '', 0, '?'),
(0x1c7e3184cbd22d701c2d726fa5ff1b5e, 'wp-content/plugins/elementor/assets/images/app/onboarding/step-3.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-3.webp', 1, 0x00000000000000000000000000000000, 0xfcb2d9cd23b5e9d474d24b766a5a4a00, 0x62aaf631303cf9b4e6503caad3287f7d8b0b58d2f50a697be0b07bd941bb9a12, '', 0, '?'),
(0x1c836637ba5ebfc1859259d0936c774d, 'wp-includes/Requests/src/Exception/Http/Status502.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status502.php', 1, 0x00000000000000000000000000000000, 0x688f47a5db6451aaed749c249dbfa225, 0x611670203834ef7d0c626ace2f413db0635e50272057110177416ca131ba941d, '', 0, '?'),
(0x1c8461ca74e266005712e508b6405e22, 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-dark-rtl.css', 1, 0x00000000000000000000000000000000, 0xcb9d63e245fa8182be597bde5088cf22, 0x729c68e824b16800bd5b6c5677496b6bccd23853ba4e2551f56807838357f132, '', 0, '?'),
(0x1c84fa5932f388fb74f5d1f2bc9c563e, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\inactivity.svg', 0, 0x332d9335e3136600b8052d2bc719c991, 0x332d9335e3136600b8052d2bc719c991, 0xef80aa6605f447283be650e4d7169d5c7214c8ea84b72d2c4ac06d8b416826e1, '', 0, '?'),
(0x1c87ef1fc18d0a5ed29cdd54f1def9d9, 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\crawl-cleanup-permalinks.php', 1, 0x00000000000000000000000000000000, 0x63fa7c637e7a58dc561358f9d782ccd7, 0x0fe01daa544076e7913b433a9897c92d787c2dfa2a1eb201d75f7ffcb10c6ff1, '', 0, '?'),
(0x1c889ffc40032831d5892560582d356a, 'wp-content/plugins/elementor/assets/js/eb5018119ee87fd6a7fc.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\eb5018119ee87fd6a7fc.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x6a64b755e89eb485caeb688268e660d0, 0x341148c2bdeaf908a3ff23d76e53b2921515055735817ed9e09c20e3557a60f8, '', 0, '?'),
(0x1c952da512eb284e408d7a92416df11e, 'wp-content/plugins/elementor/assets/js/7f2c78456ab3f406f3df.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7f2c78456ab3f406f3df.bundle.js', 1, 0x00000000000000000000000000000000, 0x5d67adcf9b1b8fd943f34e03411f5a0e, 0xd763b61a124ae693b4f6d036b6dfdfad52524aca2cef5ae819f802460c91f2f7, '', 0, '?'),
(0x1c97fa5588c46f759565c10c4e5474f9, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-centered-statement.php', 1, 0x00000000000000000000000000000000, 0x0714477ab791f64637946ecec032fe68, 0xf879952af985c09254b1bda129bd5b9539b080acdd2bc97a84f54e358a8a3368, '', 0, '?'),
(0x1c9a1e8353c769848660eca193a385b4, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\notifications-2760.css', 1, 0x00000000000000000000000000000000, 0x8697c27087674a7ea98ff3e097666fd4, 0x2b996ffcd7ce5658c227995c338cda1e41f9e6725e00c26d2d3a146e4c1cf7f9, '', 0, '?'),
(0x1c9a6dc59b5808a3ffc5a49be0c279a8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2218.bee46fc8bbd6d6e3.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2218.bee46fc8bbd6d6e3.js', 1, 0x00000000000000000000000000000000, 0x0c8612183c6d8eeb23fe33b8d1b924a5, 0x3e6df5426b07388e72f0b0804c91bb6e04a8b16cfe3cc9dea887f5041bb98318, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\charmap\\plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x1c9c8a69690c0510fb5945da519974f1, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.js.map', 1, 0x00000000000000000000000000000000, 0x6a543fd8e464eeea98c045aab0f422f3, 0x32a9597bcb454ccd42bf418c725ceb3153499cee6a776d83f35ec1eabfdcc69b, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-themes.php', 1, 0x00000000000000000000000000000000, 0xa9843a31525d096ca049c8e721235f4a, 0x37e41d459b9d48ccd60c9f9d50758e8ceac082179010c75ae28e016215b38547, '', 0, '?'),
(0x1c9dbbb52837f0fb4928e61b07c0b529, 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-2-col.php', 1, 0x00000000000000000000000000000000, 0x0569757d6d4a0a1bdfa432aa144a4e33, 0xb3fc0e68ce47e78a06aa7e9f2755ff6036819dee883b5f61665c5a2b6452b7e2, '', 0, '?'),
(0x1c9fa9a084c2b91f002bdad5640e7b9f, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-id_ID.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-id_ID.mo', 1, 0x00000000000000000000000000000000, 0x0d1717e55e7b370d138c71248892cf0a, 0x8ce08ce4b9d9565efbec8c446daa1cfc6a442031a72f2b0b27e3444876c6af12, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x1ca2d71191d42fde28d3d8eb2f61e6c0, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_BE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_BE.mo', 1, 0x00000000000000000000000000000000, 0xda6440292fb463907c14ec3c095f41f2, 0xd07408f3c9dd11b86d2007f62e39583d409768834aa9b8ad42b29bb1a5dba2f7, '', 0, '?'),
(0x1ca4ab74594054f09909637dc5b08bc3, 'wp-content/plugins/instagram-feed/css/legacy/sbi-styles.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\legacy\\sbi-styles.min.css', 1, 0x00000000000000000000000000000000, 0x3bc4a9f23e791e80e4e10be879d29cf5, 0xad0a8267699823beb28541bd654d1966ceef862ffcc6aca3e9e390327ee62dab, '', 0, '?'),
(0x1ca88249a783b0f7aa557a5957672167, 'wp-includes/blocks/latest-comments/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x83c37fc0ce27ec92d2c3805de83080a4, 0xbaa87a5d484b94b3ef616113cc29ff89e716e832fa0194ee0c1024d7eedb4de6, '', 0, '?'),
(0x1caf2dcccdf92f914272991b6bf94517, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BlockNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BlockNode.php', 1, 0x00000000000000000000000000000000, 0xc18cedfb73b054c26b588641fca5997d, 0xbf98e092d12d5cf7437b9340901d13e861720ff0bdae6b532ad492d36f1e821e, '', 0, '?'),
(0x1cb1bdca1802855f3c4387b58207338c, 'wp-content/plugins/elementor/assets/css/app-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base.min.css', 1, 0x00000000000000000000000000000000, 0x63f894a224481cc078d726d447db4e60, 0xcec01984ae39c143123607554f8d392c07e40d8aa96bf3a4cd6f509dd6e873d3, '', 0, '?'),
(0x1cb272ca8bc0c0361c8b3061ac3f7c1e, 'wp-content/plugins/elementor/assets/js/df2f2a2ae20e0181ec2d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\df2f2a2ae20e0181ec2d.bundle.js', 1, 0x00000000000000000000000000000000, 0x1dcef410e325b956fe2c253665788500, 0x9bfa37c5730800fd245322efbaaace9a996a2da3f8c7431276c3cae66ef95f01, '', 0, '?'),
(0x1cb45e12d6755bd5707d6042f8f35731, 'wp-includes/blocks/table/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\block.json', 1, 0x00000000000000000000000000000000, 0xb2ef35b35db1bdf0b2f1c63a0572ae93, 0xa89e8165d5c387f3ccbbd225b9c939a2b449427590b76f48fdd79f2a99573cdb, '', 0, '?'),
(0x1cb49c5a1dd4231148a154cb2810321b, 'wp-includes/block-bindings/term-data.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\term-data.php', 1, 0x00000000000000000000000000000000, 0x28f47580cc0f32deb28bc22cde2a9bb7, 0x772f8be4f6b9c004e6274765a184cac982edb61d23c06e647cfbd14a9a590e8b, '', 0, '?'),
(0x1cb580125d0dc94a99122ffdbe319d47, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css.map', 1, 0x00000000000000000000000000000000, 0xe2c9baedb28775f108cfc2e67b87535a, 0x7fd4182d10f2a9608bb55e2fe55bb92427289760dc0f7b2b9353e99a05a28458, '', 0, '?'),
(0x1cb960fbe84dc4616a926a430e9945ef, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0xf87dea9172d748a32d70d62775fd8d4d, 0x2af586229416d9282777580e331a6cb5bf98b15ea9003ad50634713c8e3bccd1, '', 0, '?'),
(0x1cc45b8741c7a454f0ae663442d585c2, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\import-export-customization.php', 0, 0xef87e3f214e4fd005f6914a5c318b05e, 0xef87e3f214e4fd005f6914a5c318b05e, 0x0d88973988bc6f05b99fcc55479bbc684676157c8abf68aca2dde7858c169b90, '', 0, '?'),
(0x1cc68d70cc3d5a0007af535ffff0db24, 'wp-includes/blocks/cover/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor.css', 1, 0x00000000000000000000000000000000, 0xa60459db9c8f126b304bbfc50081749b, 0x655c9bd21ac382c2db74788867eea711b11ee2eaecff533cbe99cedadf3d98b7, '', 0, '?'),
(0x1cc9f144dbdfbfdafa8ef7991b35c038, 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\class-astra-pro-upgrade-link-configs.php', 1, 0x00000000000000000000000000000000, 0x8aa0e6dcb44dd5076ae0e93d8a378490, 0xc44498ee37b27b8745344073b6ca7f6e6e648426703d3ce1ed00ef535664f7a0, '', 0, '?'),
(0x1cca2cb6681411f501ce4d5ee912f2a6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/success.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\success.svg', 1, 0x00000000000000000000000000000000, 0xca6749e0f898d5bf3e979e81650f5e93, 0x517cee1ff89945bcc91e3d8c3573850d182bd8addc8cb4e186a91c3b5b2573c1, '', 0, '?'),
(0x1ccb7fd60db07a05bbb79601b3d6a4df, 'wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-frontend-handlers.d85ab872da118940910d.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x9dd361b7473936c5c8f5bf661c323973, 0xc102df19f5eedab2f4758f75d9c3146a680dbd021b94e8a1476b01751fe2a2cb, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xc79bf100f235f6ed7f2be526ccba5756, 0xa013beeb196f77d28f5d657cb0044b24878239727304eb8b63a126d92f15ddea, '', 0, '?'),
(0x1cce4b5a5d30c04ae859c2f79d5a30c2, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\footer.php', 1, 0x00000000000000000000000000000000, 0x57d2d05e900973cfe221274d9baea4d7, 0xe5ab7b7bd97468fc5d1406e92ce2c8d522cca1562295c6692c2af25b1955aea3, '', 0, '?'),
(0x1cd45e977f8f35662821c1a30ee87457, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-3.php', 0, 0x9c66d56b14d197985b4104b058ab73fa, 0x9c66d56b14d197985b4104b058ab73fa, 0xdeefc978728b674054cddccd2ed2eedc7245534e236a739ef20b287202e0eff0, '', 0, '?'),
(0x1cd4fa9bddf90cfec6d639cfbf2bb7fd, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/spectrum.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\spectrum.js', 1, 0x00000000000000000000000000000000, 0xae5735bbc1f39f6f87eb853d16065d97, 0x5f96e391fd4bc5c978dee72398bebffc6a2c6f836985104d09051d537dd3e21f, '', 0, '?'),
(0x1cd5eba7bc5d7d7550a5431c712cadce, 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\academy-integration.php', 1, 0x00000000000000000000000000000000, 0xbb3f394c2193a9eb48843023798b6455, 0x5e5255f1bf2c8b8fc0e19860eaa41b9896884d459da9c3922efda8d5730de2f6, '', 0, '?'),
(0x1cdb293ceff0674d54c0416a737814b8, 'wp-includes/blocks/accordion-panel/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf526e2f52dc550be53b1f8170ec96167, 0x4f932c154716a0972ac0d90e720c028b7a6a315df8e441bf25bb959d07f0ef07, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\media-utils.min.js', 1, 0x00000000000000000000000000000000, 0xd4690193d46f45fb8372eb703ed7f023, 0x939993fa6887284eff10bbdca5ad78f1a1058aa41ec7a3239958f199c5bb3aa5, '', 0, '?'),
(0x1ce169284e342c92571e7f2b4e7adfd6, 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin-menu.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin-menu.css', 1, 0x00000000000000000000000000000000, 0xa9003640b45c0efd740e44e3c1407cc8, 0x4c371214bb915c786341b04d0a77d4239b8ddb1ad9285b8c8581b5decc824d47, '', 0, '?'),
(0x1ce1aea8ff54d6a1c7481ddd8df25161, 'wp-content/plugins/elementor-pro/assets/js/editor-interactions-pro.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor-interactions-pro.js', 0, 0xa18a6abc8b05a9edf2664df415c8c582, 0xa18a6abc8b05a9edf2664df415c8c582, 0x4a1b9f45450a5c698676b7dce9ea3c1171dec37f6ac8e70ce065b16bddb4b678, '', 0, '?'),
(0x1ce22eb4202e5ba99f3cd373f4f4771c, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0x645ba64a000e22d471601db9f41fdfc9, 0x549c211f0888ba608578e0325f71106b2b7703bbdda4e7db1a9ab47d91af25f8, '', 0, '?'),
(0x1ce4c009a34f2471ef5db9a837cb3885, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.9a2312ed0688c67a0cb5.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-my-account.9a2312ed0688c67a0cb5.bundle.js', 0, 0x33e706fa08eb586a2967a15f69d22797, 0x33e706fa08eb586a2967a15f69d22797, 0x9612fef9cfdfbc0cfc50ccb57fdfd6299a3c6e534f64f930d9098f526f46144e, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x9e4392221de32b35b3c5b8a3cf01c148, 0xb2042c046faf76c3cfe955daf5287764b19dcfcfa896a088fe1d07de4fc048dc, '', 0, '?'),
(0x1cea6b8b91fa43e7bca19e4c9bfb5021, 'wp-content/plugins/elementor/assets/js/shared-editor-handlers.cacdcbed391abf4b48b0.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-editor-handlers.cacdcbed391abf4b48b0.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2f5b5f425e65b0ae84e9704c574f9632, 0xac0855bd5a3cf850c9c3693bf2d9fdc3f38d5151f03cfd50ac0efb007800d119, '', 0, '?'),
(0x1cef8778e9024633cdeb574d33930ce2, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/element-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\element-builder.php', 1, 0x00000000000000000000000000000000, 0x49a599762f5233edb8a46dec221bfa08, 0x0d3f03c601463d35f3d8357dd6fe4a0e3b1d589bf6bfe78b4c3609392b1616e8, '', 0, '?'),
(0x1cf1359d082fa892c0adfc55117b722f, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\menu-footer.php', 1, 0x00000000000000000000000000000000, 0xd1762ef61f6fdd5fdf5cb5ccced2e1ab, 0x8caa7cc5b17fc51b659165ba80bc6fb23db2d56d53d73035cd364ac17de12bb0, '', 0, '?'),
(0x1cf6b36477f56b97ced4804e7151e7a7, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 1, 0x00000000000000000000000000000000, 0x7815f6b0d7e3c2805f609f06f4e97bac, 0x9e027c5c4b4f45d221a9a4f414bbfeab788633e2b81698bd18eba5b65635256d, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1cf97d8ab9329c75801ddc98fe298216, 'wp-content/backup-migration-p2Whnugedf/tmp/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\tmp\\index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1d0246883f07ac3b4c65faa8a5f0f290, 'wp-content/plugins/elementor/includes/stylesheet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\stylesheet.php', 1, 0x00000000000000000000000000000000, 0xebd29acb5f9053986e00c4b6146445ee, 0xe7b6b017298e06459d5fef5402568580c2396fce2383865a9b33cbe4230dafc1, '', 0, '?'),
(0x1d06f10bd590f4c17b2aaf8eaeef0ecc, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-hotspots.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-hotspots.min.js', 0, 0x8c1472e5b99925ecce220935e8bf97a9, 0x8c1472e5b99925ecce220935e8bf97a9, 0xbdd671f1228bf0c1ab933b316acc7e64b57c256fac59fbcc8dc450fe05035c96, '', 0, '?'),
(0x1d07cd91b27dec50f0c4093092e5ab37, 'wp-includes/blocks/code/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0x1d0b38bddbd04bf255534e24ca05114b, 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image-part-2.svg', 1, 0x00000000000000000000000000000000, 0xf13a3ca3b87e9e937ec2543b5944b6ed, 0x461337139970c4da14868092c45caebbf79d9657f3d5e36e117b83ad482eb95c, '', 0, '?'),
(0x1d11d3c70c6cf598122e95545004abd9, 'wp-content/plugins/powerpack-elements/assets/js/twitter-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\twitter-widgets.js', 0, 0x9e99725b7a4cd730a934afba2a438bb5, 0x9e99725b7a4cd730a934afba2a438bb5, 0x87cd74eba124e78615e07555bca8c1334ede99ec36d06345b07939a47a738e57, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\image-edit.js', 1, 0x00000000000000000000000000000000, 0x0be210054ed41efe378a35c8a4ff43c3, 0x1b46c5b2454c4288bf58a6c4e64f92ae89c874b807d4babaa9b158abdeaca405, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style.min.css', 1, 0x00000000000000000000000000000000, 0x7156f08f43ef08a8f16a9ecc31a69589, 0x2788fdf727dd1a21d9f9fd711f9db6d51b7425a5fc2df803f1d18ce5175ba17e, '', 0, '?'),
(0x1d1b0e803f63b281a08e300d4bddeac0, 'wp-content/plugins/powerpack-elements/assets/js/frontend-toggle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-toggle.js', 0, 0x41740920f71d5f46c5572ab93b13a9d9, 0x41740920f71d5f46c5572ab93b13a9d9, 0xab696a2fa71535908ec3544cdeaf01e9a65f71417a70e07052f6d6bfd7c66760, '', 0, '?'),
(0x1d276c90bc73870e659c4eeac3319978, 'wp-content/plugins/feeds-for-youtube/inc/SBY_API_Connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_API_Connect.php', 1, 0x00000000000000000000000000000000, 0xbe10e6af9f4a3f2ff6ca128e9a412929, 0x851eb9e6fdb0d37da22aaed76aff011b25ebdffe67febb0e4617e56d2275293c, '', 0, '?'),
(0x1d2d6380523b85e06e3936f307ada9eb, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0x2889ba00d59a2658869806fc520ddec1, 0x43946760baeb8efc5028ab6783cfa212039ad23448014164a63adb27de0c6407, '', 0, '?'),
(0x1d30b6389644fbf94c302cc919b3c9f8, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\save-button.php', 1, 0x00000000000000000000000000000000, 0x41f967ba8e352e00c7981e909da9c02b, 0x8f9724a38a2f3ec8a40dc1ea0e9a051c5b84c52572dffaa12b923cf97aa46396, '', 0, '?'),
(0x1d356226264f663a1079395926f25b7b, 'wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\even-better-restore-v3.php', 1, 0x00000000000000000000000000000000, 0x404ebfa646195fd2624c9dd97128faab, 0xe1e9bdd339737558e3c5fff4c80fd4e8cad3e69a1b13ea32c9183163bc440c41, '', 0, '?'),
(0x1d36a9dc65a5390405d221809fb27a7e, 'wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\site\\website-information-repository.php', 1, 0x00000000000000000000000000000000, 0x3bc8715760eeec456180b2b8ea2f40a4, 0x097dfc018093a0495508d85404204b46deb2b0ceeef5307ae0d0b03b9981321d, '', 0, '?'),
(0x1d37f64a9c65a2938ca379292d171297, 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-helper.php', 0, 0x2bcc02d930affd75e31501ae38938e8c, 0x2bcc02d930affd75e31501ae38938e8c, 0x4fe3e724e0dec374f6c6bbedb8b15ffcdc63e740ec65b99e8ee82177b3b8b00d, '', 0, '?'),
(0x1d3a36e4dcf45a376c81f721950eb919, 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/editor-one-floating-elements-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\admin-menu-items\\editor-one-floating-elements-menu.php', 1, 0x00000000000000000000000000000000, 0xdba80ea2fbcb7da263c0090d22284f6e, 0xa796d274764856897de49d7b49ca82776ea21a1bc3b3b9c3a13e61f98af98edf, '', 0, '?'),
(0x1d40344fa80faf9a38ebbb0fd915c368, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\archive-condition-base.php', 0, 0x31818b978100a10f7350cb3e8c1a5875, 0x31818b978100a10f7350cb3e8c1a5875, 0x06a2be1b269185f3e47ed4999269543885b021f71131ba85bb3c7cd9367e2472, '', 0, '?'),
(0x1d41ba128c1dc2ef280967532deee4ff, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\inclusive-language-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbf2aa1434d41873995caf4e043895822, 0x686f47d178af91eac217c455d239da6d958296e93737af92ff2e4d1e9aa1ec55, '', 0, '?'),
(0x1d4ddb0e081be9caf78e8881d85e7bf8, 'wp-includes/blocks/term-template/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa166f48b596b3268eafa302058e0166e, 0x6a2e3afdc9e2cac94f9128283ecf4981972dc703dd40a0c747cbd374a8a40184, '', 0, '?'),
(0x1d4fc5daba12fc5eea38b44b71fa96a7, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\language-helper.php', 1, 0x00000000000000000000000000000000, 0x5cb72ed040e412d3ca9d32fd8b873677, 0xa7077c20d90a1cdfcc5c54f7efd41988355e9dd093023e68c1cb858f713db342, '', 0, '?'),
(0x1d58bd4248d4b164119b4a6b8119bed2, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\swiper.min.js', 1, 0x00000000000000000000000000000000, 0x83e9b29f0086bba50d653f1cb8dedc3c, 0xc307992cca25b6b9c46b861a0402171114ffd52edfe21f41676397f1ea4e8165, '', 0, '?'),
(0x1d593fe6a01f3084f6799a181df9f90a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/smashballoon-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\smashballoon-logo.svg', 1, 0x00000000000000000000000000000000, 0xdf2a6e3e119f4510ffa458867a0a5831, 0x443166fd9980890435a6a71942f038ea38f1b6f21e4d1a77a05949d3e867b44e, '', 0, '?'),
(0x1d597adec728dc2ffc246f6f6b7a5a89, 'wp-content/plugins/elementor/assets/lib/dom-to-image/js/dom-to-image.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dom-to-image\\js\\dom-to-image.js', 1, 0x00000000000000000000000000000000, 0x8fa663324064eb398b9e6e10c5a2fccb, 0x11801f3d3a7cb68d9d560d8abc891d1fa5030e879ca683e17347de1d740847e7, '', 0, '?'),
(0x1d597dbd198a35730723dd269de02514, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/css-files-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\css-files-manager.php', 1, 0x00000000000000000000000000000000, 0x7464957dc0b08b24e160630cabeb7a50, 0xbc77f0e3e3ef8ad58e9ef41aff4758fb2c37a41b00ee4646ef4725104cf0c173, '', 0, '?'),
(0x1d5aacfffb2997a841e8a7f805e2a9dd, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor.asset.php', 1, 0x00000000000000000000000000000000, 0x21a34ce3498b8ffff6a393185dfaa6a2, 0xaf38334c8d75d0f880ac39a5d7ee67129f5003160c5ed0e1424374345cb5f1f7, '', 0, '?'),
(0x1d5b577227e6f145ea9ed929fa6a14ec, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0xc8cfe196cf0f2ba35f57660aba22635b, 0x8c676f123445f271448c543c37fcfb3e19afc8e91e8420159218ad69f82f5123, '', 0, '?'),
(0x1d6315b2f9307a2de2576feb6d34f80a, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-prop-type.php', 1, 0x00000000000000000000000000000000, 0x720780f5432709e660c0105c401176ee, 0xffa00f8a328789fcef77b7bbacf6df508cd49d70a395061be4b809b59ae6749b, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xdca4e1fc501f41f5fe4b65344e423b41, 0xea6e3c480c49678cb20d11f213b2b9a2be211264631504e4da999828d0af9b27, '', 0, '?'),
(0x1d673cb3c50d58c1fa2387b723d7a5d6, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz.min.css', 1, 0x00000000000000000000000000000000, 0x866d34406ba1e2ebb72ee13166c428e9, 0xa64b1ee59504445bd2c4c7754ffa8d338ec1f5c22f913f0cb8bdd04fbd06a363, '', 0, '?'),
(0x1d6c06a5aea8e10d7ffb289efef44f9a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-600-normal.1fa3c140bffa465b.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-600-normal.1fa3c140bffa465b.woff', 1, 0x00000000000000000000000000000000, 0xad01fec090814b3a7bb1bef44a6de933, 0x60784b994125ffe56145f9cd8147acb541266ccb2d78b52dcb1e32ed07a2bf34, '', 0, '?'),
(0x1d6da4df22f5728fc3ac0c3a42771fd7, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInUp.min.css', 1, 0x00000000000000000000000000000000, 0xc6fca6d6ab5075647e0c18371f82a649, 0x9f99181baf0075f9bc0ccb53a7fe833f9da4e47358d108b99e75cff157c2ca7f, '', 0, '?'),
(0x1d6dc9592c9023a39c8e94a4ed30d203, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor.min.css', 1, 0x00000000000000000000000000000000, 0xe2bbc277c9b012d14e8373a77a8635dd, 0x5d1cd67727b3a740c57e7ce00c46dc43fba205ec9dc3588cfddaab3a8008b8e9, '', 0, '?'),
(0x1d70ddbddf3017537a65180f0db6dbfa, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0x7f3ece3cfb0665ab839f44bd5d44db9e, 0xc2b767b62e0590063996dcc7923204edc8435d4265d889378057608f030d9493, '', 0, '?'),
(0x1d795d56e94178f22a1afbe2e065f984, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0xa1bcd643f31e57ab4fd8cc91379627cf, 0xa7625b23d47252a64fc48e7c3423461016293fd6f0793c561d9306ce4912a11b, '', 0, '?'),
(0x1d7bd2aa4477c80c22ceefd3f3876cbd, 'wp-content/plugins/reviews-feed/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0xcd7fa0e125906e97e88cabc13d2aac97, 0x41cf579a44cd7eaee5e48ec0f9e7592d293e247ad1000c073c39e897bad993ff, '', 0, '?'),
(0x1d7d8fbfa56d9fd15e45d8299b5ac207, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInDown.min.css', 1, 0x00000000000000000000000000000000, 0x213b8c4eb2b35897bce80cd293410b73, 0x7ea569cf132f761a1f11182d9d5056b15d77d8e32af7a9d4d1d21a55afcf348b, '', 0, '?'),
(0x1d7db4792af5bafc8ebd645c6c73fa84, 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/spectrum.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\spectrum.css', 1, 0x00000000000000000000000000000000, 0xa793afbd9f8d6a2c3a7e988fc02c5529, 0x6e8c3bc720d0b81119d17e3d35873980f5427b93de388bfce1fe1dd11adad992, '', 0, '?'),
(0x1d7de3b62f4ed2f67225835d74a59c18, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\primary-term-watcher.php', 1, 0x00000000000000000000000000000000, 0xa8c07dcda14a5bff04d6795fbfd412b9, 0xbfd34fa2a7bc6956358fe21c23bed5e5673f261d1411cdeae6e6181b967ad0c4, '', 0, '?'),
(0x1d81e1908825afe80982eeed35e82da7, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/custom_actions.d24bbd8c6f6edd6a8efa3b9e2c5c3a86.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\custom_actions.d24bbd8c6f6edd6a8efa3b9e2c5c3a86.svg', 1, 0x00000000000000000000000000000000, 0x99ba5d3a65e216b2c54fa2bcbccfd5e5, 0x735affa39a3c63116eb7d289776428d1124c23424d73ddd31e4eb770130c7299, '', 0, '?'),
(0x1d8626f090afa76f5da7d3fa332ba767, 'wp-includes/blocks/post-terms/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x1d8b930789054d1ef4bbd613bcbd468a, 'wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0xaff4205908376299cb1c01a41c064f4f, 0xd8330e68d0f3162a9fb120ce4d31ac0e8eb1d11cca65d01049c34232a3be6c34, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1d9d4dda6ef4ee80edc02eabc6ebf193, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-checkout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-checkout.php', 0, 0x1ded88d035c94b715662cacbba97bbad, 0x1ded88d035c94b715662cacbba97bbad, 0x6b172d9e1202195d1a0afdaf64b30b8c2763143f1c19e8f68d11b993028987ce, '', 0, '?'),
(0x1d9f6321503d9250ba768324bb89a9f8, 'wp-content/plugins/elementor/data/v2/base/processor/before.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor\\before.php', 1, 0x00000000000000000000000000000000, 0xca2329f55d54d907d1b1feacce3b7bb4, 0x78e4ef5912b20df8ced9d6243376efe5ca29e402d63d9956dbdd5bbd3d6b12dd, '', 0, '?'),
(0x1daf5da4df5d7b9f9cfbc66965f4c01a, 'wp-content/plugins/elementor/assets/js/common.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.strings.js', 1, 0x00000000000000000000000000000000, 0x252b0cdc318bbd38d9222dbda2e29d72, 0x574adfd788db1e5740f49402dd99571af8807c015b2db80e085d7abbbf649214, '', 0, '?'),
(0x1db666a9f2907ae3fe0b2c55611ec3aa, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast.svg', 1, 0x00000000000000000000000000000000, 0xb0978f002fd44a7542a0d9dd70d8d8a8, 0x5d46dde14ee6fe3f0e931824cba175c79f2ad0ee0a744ec68109348ed7fc67d8, '', 0, '?'),
(0x1db8b88d19972e6f951a021f3d3bbac8, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0xeda3ea4cae9c5f09240db86b35cbcfb0, 0x74277f50351d75716923b21de2afa7c8f92fc0a53d153efab8f7ab42146c7e8f, '', 0, '?'),
(0x1dc6005f508c50c8f34378ea99313400, 'wp-content/plugins/wordpress-seo/src/config/schema-types.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\schema-types.php', 1, 0x00000000000000000000000000000000, 0x4831e0b2e71e0b25f6625b834a01e6f8, 0xe48a3eedee711dd606a76c6209552c455b9636ddee0349512344a0a84e4ca07f, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\profile.php', 1, 0x00000000000000000000000000000000, 0x45f733faf2aabcf5f505401425b06320, 0xa95c48e82e3704e9deeb3751745577d6ddb0414b2cf92413418b84219fb74c7a, '', 0, '?'),
(0x1dcb905f900aa9e8df40f65e4f14c7e8, 'wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\infrastructure\\api-client.php', 1, 0x00000000000000000000000000000000, 0x186be97068787d521f6b91b3c886280d, 0x3b7b695069158bc517d547b52658082ae5612ac1fd70cb9b54856c24d8b2c4ab, '', 0, '?'),
(0x1dcbdd672b8e99bfb2e791ca2c63ec9e, 'wp-includes/block-supports/colors.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\colors.php', 1, 0x00000000000000000000000000000000, 0xe01e808067358dffee942bf3c5047002, 0xd7708838942dc001c536994eb6b60bf2721bbbcf967a66db0b0ef7981c6ce0a8, '', 0, '?'),
(0x1dcca6253a71c6e84d172247e21e2ef6, 'wp-content/themes/go/languages/da_DK.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\da_DK.json', 1, 0x00000000000000000000000000000000, 0xed3bb4bee45c7da0812cbc1a75a1a108, 0x5de9a384f5b1780e1ff894f6f94cce2b94525dcf27ad9430bf4fbe029ebd53b1, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-blogs.php', 1, 0x00000000000000000000000000000000, 0xed2c3c3a57030834e44f7ae59d4b87bd, 0x1237567f74b77396d3011fa841342c8b65e795a13d78ee57ecbb738cf06f965a, '', 0, '?'),
(0x1dd4e5fa89765b0e0f029b1f85e33453, 'wp-content/themes/go/languages/nb_NO.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\nb_NO.json', 1, 0x00000000000000000000000000000000, 0x896ef6202730a2810a253fc0313642fe, 0xc9d620e44033b9466fa5fdf95f09a1efda508fc0a04fb02cb1b18b3985c51cec, '', 0, '?'),
(0x1dd5fed358149fa616f317f4763df542, 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\04-afternoon.json', 1, 0x00000000000000000000000000000000, 0xd4fad92ebea99307c0b35fc2dd9ebf44, 0x4ac093223f79e98fb679e85aaec252f44ab0a78058e80fbe539de71ea1b01dc8, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0x2b1d3b5ea938ed91e276823d7b814b52, 0x67a5a2784efd070814bb87a68e174060ed11dc12bd6a72938bf2806da67ef976, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\button.min.js', 1, 0x00000000000000000000000000000000, 0x4020f47ce89996204fb26109105e3fa5, 0x3919cf9781e94d22752a797be882dde1325e166df954eb1415b18e8bf62c0d1d, '', 0, '?'),
(0x1dde7b3b39d7c99b36626f6289eab295, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\all.min.css', 1, 0x00000000000000000000000000000000, 0x74bab4578692993514e7f882cc15c218, 0xdd0805097d0f94302f17d1a45ed53f6a1fbe26cb1baecaaaeaf63fa509cbd641, '', 0, '?'),
(0x1de8b563c7fd537e3f3c96caaed31d25, 'wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\class-astra-customizer-register-edd-section.php', 1, 0x00000000000000000000000000000000, 0x9961eadf3d8fa5b14f708a00236b28e5, 0x72a890635668e9d35ffb48d31573844f06b3c7214e8326c18d3cae11dedcee31, '', 0, '?'),
(0x1df7e762a2736e6f4347a059c4172ec2, 'wp-content/plugins/elementor/modules/atomic-widgets/utils/image/placeholder-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\image\\placeholder-image.php', 1, 0x00000000000000000000000000000000, 0x0f6f0263e59244db868b68edfdfb7afe, 0x0f823d020d90ec46bd05273664e741029853a13ebca57fc33f0e32af0195adf3, '', 0, '?'),
(0x1df838f7ae13821f1d5af4dbf27ba166, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x5f6ab3450794f0519aa1071398cfcd7e, 0xb2d01075525c3f5247d4e1f3db2957705ad30285b1b76ca16c02edcdc01ec782, '', 0, '?'),
(0x1dff7f42864aa0f02caa654d8b108d0b, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x34762fc397441bd20ba4d002a30cc3b3, 0x4d3ad48a67a2c370721b3ee5532b7d1e41720806065e9da6be988c4242672294, '', 0, '?'),
(0x1e001b43da0fb81857555a71ea8d0a78, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hi_IN.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hi_IN.mo', 1, 0x00000000000000000000000000000000, 0x4588fd12f73220eb8423a229a70509d6, 0x7a9a12ecacf1863b568d3509b2c07c2b1a4034e75605873ae1c8a116c5891fc8, '', 0, '?'),
(0x1e02c6ee5f9e76e48c4518e93ade364b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0x7c9c6cc6722dba84904fac13a8340822, 0x0955d77c9fbb335c933999b5da80c41c9c7d8d742acf36e3b2e111c33c056a5f, '', 0, '?'),
(0x1e0397088d5a53300efbc09fdd0cab88, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x351397fe6082a7638d74126277218532, 0x2e1160ba3cd87c36f0cb87a9347d85100ab6179b5c93795f6d9e9264431e46ce, '', 0, '?'),
(0x1e078e40c9ca28460cc9c53a4792ed25, 'wp-content/plugins/duplicate-page/inc/admin-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\inc\\admin-settings.php', 0, 0xabc87ca5d00b78d08e9f5a62f6804216, 0xabc87ca5d00b78d08e9f5a62f6804216, 0xf9d7c11b4305e01db194bd26e23cbd436615829c265fad27df635dec4b40675c, '', 0, '?'),
(0x1e08cca9e3a8776ebf48cda817c9c766, 'wp-includes/sodium_compat/src/Core/AES.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES.php', 1, 0x00000000000000000000000000000000, 0x4e65cfe4b6f1889e8cd9114f71de2641, 0x2b1b7801c8b62007778ef102e33445174a40376a9f84f8f6cced9da4daf692a8, '', 0, '?'),
(0x1e0ac0206297aad5890842b198843319, 'wp-content/plugins/backup-backup/analyst/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\autoload.php', 1, 0x00000000000000000000000000000000, 0x3b3f15abd2e295c308d4dc57c667540e, 0xf6601c51519bf6092ba93fdff8a3ced034e261bd4fbe8016af2ffd6c9d046776, '', 0, '?'),
(0x1e0bde9d8d702ea045f48cfa420f79e5, 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-6.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-6.svg', 0, 0xd3fea9815a571918fa459c609eaa421b, 0xd3fea9815a571918fa459c609eaa421b, 0xb47404a81b626e6fb62f5677ab39c453e568208d7e1506a1654b741911c318c9, '', 0, '?'),
(0x1e172b049d4863b9c8c13846dab29faf, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\general.php', 1, 0x00000000000000000000000000000000, 0x372845c143e17be0180f152f2aefb09c, 0x221e8a5bac30b8fdfd008de90e9c1ab07d8a7ad81d47d9c91a8abe434c2d4f7d, '', 0, '?'),
(0x1e2549238bb3b233a23c8a67c55a1daa, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\colors.php', 1, 0x00000000000000000000000000000000, 0x9a8253b577d12792187926a5d32a986d, 0x7c14e93841da05501eee16d0adf3e866669abf920a8bec3b8bce6737ab96e48e, '', 0, '?'),
(0x1e28c5d36afeb6c80d7f52c8fd3d1dc6, 'wp-content/plugins/elementor-pro/assets/js/search.f239247b514b4d0e8743.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search.f239247b514b4d0e8743.bundle.min.js', 0, 0x4fef0838d9b630e5e228d1073bd25f3b, 0x4fef0838d9b630e5e228d1073bd25f3b, 0x37ff63964fa625f6b9d5a0894a4df256f243c330a6fcbb2525bc53bae1f0ee31, '', 0, '?'),
(0x1e2e1b6f1e64e1e7df46d8f1be25a446, 'wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x5e5e8b23b9c47f337468b741af910049, 0x3a155f42fb01c0e2021e3d7624c88fa75bf378cff8dccac41bcca7fe03a3710a, '', 0, '?'),
(0x1e340ff296b3d24e52801439557faf37, 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\oauth\\oauth-token.php', 1, 0x00000000000000000000000000000000, 0x3226d91ef18f3871c2e330dc84521201, 0xe61cba753e7a20477eefa6dbdbdd16de9fd890511c5ee99a60e7781b02cd331d, '', 0, '?'),
(0x1e3cd49baffcba3463f2ca2dd45a54b5, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x8b8b429d177b52b1290a0a077da879f2, 0xd8ab0660b87d2bf21528b361a61f2e82482a02015bb5906510010316d4326805, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user.php', 1, 0x00000000000000000000000000000000, 0xb6a654d88e32d48110370845b6216cf5, 0x2b551508142bb0406969d445bb22bab42499c2c23ad4fb9a5bc6b0657ecdcf50, '', 0, '?'),
(0x1e5354562b2f385eaac460825ad4f048, 'wp-content/uploads/2026/01/check-mark_5290989-5.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\check-mark_5290989-5.svg', 0, 0x6e0888c1f8cb2ba7904f0d23deef325d, 0x6e0888c1f8cb2ba7904f0d23deef325d, 0x636c4b6f7340e1ad0764aab0416abb667c19b578b0d5c4fc533dbb4802c573fc, '', 0, '?'),
(0x1e544c570daac53fb4b1473db4b8a93a, 'wp-content/plugins/powerpack-elements/modules/coupons/widgets/coupons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\coupons\\widgets\\coupons.php', 0, 0x0564f7aa987a4660ed9d56009bb44504, 0x0564f7aa987a4660ed9d56009bb44504, 0x93b6a78113a877ee3bb012988bd9cddb4eff25e88b3a773c9a18f7dc0daa407c, '', 0, '?'),
(0x1e5610a36cc1d91907e5a53feea98699, 'wp-content/plugins/elementor/core/settings/base/css-model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\css-model.php', 1, 0x00000000000000000000000000000000, 0x170094e6deba22ba71018cdc60844197, 0x733de6c06af541bf0a1cc68283d10eb8e469d7638caaa37bca54b2d7735120bd, '', 0, '?'),
(0x1e5a86df3134f9b060f62b608d083cfb, 'wp-content/plugins/wordfence/lib/wfScanFileListItem.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileListItem.php', 1, 0x00000000000000000000000000000000, 0x4861af4af94dc0a771b13322d1adb5cc, 0xe0438f7ab13ee0d07d2f657eea7e6cc01cfb0ea7cd6eadf39dcb8056592c6697, '', 0, '?'),
(0x1e5e1ac592ec79525c28616ffe1b035e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-multiple-feeds.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-multiple-feeds.png', 1, 0x00000000000000000000000000000000, 0xe6121b37328662eda895950d1dca8c5d, 0x78efc61811435c6a45191020a3fedb19da0cc7609a54150b59c26a319a692f91, '', 0, '?'),
(0x1e60291b1cf0241bc3c929b1d7fc8ff6, 'wp-content/plugins/custom-twitter-feeds/inc/V2/Adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\Adapter.php', 1, 0x00000000000000000000000000000000, 0x26de33b629b847a878acf04bc5d9bc7e, 0x1f54eb919fb5eed8cf8b455282cda6cc8be98f8ec2ee43aca5266379c03dc1de, '', 0, '?'),
(0x1e624b89a5da517fdc557b4f54885d3a, 'wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\ClassLoader.php', 0, 0xc02be6d96671f88d28aad3ffa134c8ae, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x1e6aab499c0495c030a39154d3b58bbd, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\preview.php', 1, 0x00000000000000000000000000000000, 0xaff6ef622d7cd5268f950ba00e235143, 0x894869c05cbd1c67cd5cc4b364c96297ffc3aebfae355cb0cf0569d35066c2d2, '', 0, '?'),
(0x1e6c745f9e97d1be06fc674fca0f7636, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.asset.php', 1, 0x00000000000000000000000000000000, 0xef0addb24dca5f475aca6b23307914a4, 0xb76af4820db867b059a30257852b433a253ee0b405db1361b0b5e3a27d2c95e2, '', 0, '?'),
(0x1e7474ccb8ed54e92eefa12ac3b35598, 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\role.php', 1, 0x00000000000000000000000000000000, 0x282c7cf3e7fe0dbbeb01f09a361cec85, 0x0c46e873afa0ac232d64e84e388713bf9149fcdba7d282a339661412200ecc6f, '', 0, '?'),
(0x1e75ea56ad07e391276aec1cb21af056, 'wp-includes/blocks/comment-template/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style.css', 1, 0x00000000000000000000000000000000, 0xdfa169ffbd9a92b393b25014cd8ce412, 0x183791c4d0d9234bdf46db0dcfb8bcca4a78f9edcb50badc3567c6868a537d6e, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0xfaadb415b4c5843716a3b26ae652f3dd, 0x8345fc9f8772c929636be51551dadaf908978e5b0f79d31543cf87e53d21bfae, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0xcd9bdce5bed1e1a6adb71f40220d7bbc, 0xf611becd708e935f8c7015c22d454775c07237d6ab854e426dc4f796acc2f0b1, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\comment.php', 1, 0x00000000000000000000000000000000, 0x265bf310fdc37e6965c7c24620f2fdf5, 0xbc1424e1ded41550432ef16596678a4a0d67cd648b059bf8148d726d5091a5fc, '', 0, '?'),
(0x1e7d89c974f997ec1f6f8d9dfd779126, 'wp-content/plugins/backup-backup/admin/images/big_bg_clock_white-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big_bg_clock_white-min.png', 1, 0x00000000000000000000000000000000, 0xdc01372e85e55a56ccc9bbc580035473, 0x2e2012cf823d5f9b51a7cf520df8de36d124f18ecd011ca7e019b30c72a3ef26, '', 0, '?'),
(0x1e7fbd43b568aaf1b7e033f5a6a725e5, 'wp-content/plugins/elementor/modules/interactions/props/timing-config-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\timing-config-prop-type.php', 1, 0x00000000000000000000000000000000, 0xab1ad9d98c018f13b05ded14ce5f4776, 0xfb0b255ff58a303a0fff9a9bb35e6462681d6e89422dfaccde3e7a821bc604a2, '', 0, '?'),
(0x1e82ec73fdb2741a9a729262e1db22e3, 'wp-content/plugins/instagram-feed/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x5054f0ed53f558a17768818a523025c7, 0x192823ed03a1803f9e63acc3976d7f3d0967ed7dbf52f039a01bff5297c74f55, '', 0, '?'),
(0x1e85f7d8a4fd118b31946e9089d394f2, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-cleanup-action.php', 1, 0x00000000000000000000000000000000, 0xce07d5c8c84915605e0890fa27ffd09c, 0x952b2d8be1395aee8a654b6e02609cb38e9764eddbb1b83b83e892595166ec02, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x505c6739893efd2e6685568c53e5dd8b, 0xba422b3d960c01b6ef08f99ff9e2bd79a68d6382e87125b951764ffdba643162, '', 0, '?'),
(0x1e8ecb2c640224135c5ade9f5e5775d5, 'wp-includes/blocks/buttons/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style.css', 1, 0x00000000000000000000000000000000, 0x86b90336564fcdf5bc72f6220ae90aee, 0xd4a02253f71b5ca9675af35392a9d26c0cd0fe9c2b813f5ba1100d7f3632a566, '', 0, '?'),
(0x1e8ed76b132ab9116c1795fd6233927d, 'wp-includes/js/dist/script-modules/block-library/form/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\form\\view.js', 1, 0x00000000000000000000000000000000, 0xbfe7e6380b254164c403e2ab6f4d2992, 0xf9f9fee759cadacaf03534b341c1dee2f4db1cbc96a485a39de5b3594bdfbabf, '', 0, '?'),
(0x1e95043408ca1a5a39ccb4bb8a83455b, 'wp-content/plugins/elementor/app/modules/import-export/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php', 1, 0x00000000000000000000000000000000, 0x294b30ba2ba99eb2bdb94de704f6311e, 0x9350f5c045243814400c39ce2cccc3ac0791688c4cb2594754c62b217f97a71c, '', 0, '?'),
(0x1e99989b08a35e9734b1b640fd87e8a3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0xf36be13089ca2030813bab683bcfaa46, 0x8bbec9eaa62003f41c9de9e7436663546856635730db153f409ad7519de94d81, '', 0, '?'),
(0x1e9db7bb7a6db65abf597877bc408a78, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/oembeds.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\oembeds.js', 1, 0x00000000000000000000000000000000, 0xa8417afb38bc64ae7e849136a5326fbf, 0x4a2d343c5aef4c2d80442775fd153c0d8adcf325d86d33621e6d18d7c57ca8a8, '', 0, '?'),
(0x1e9e92492f06ec1c95e30a0919924611, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\archive-adjacent-trait.php', 1, 0x00000000000000000000000000000000, 0x890331c5ad2618ef66abc6adc4696396, 0x3d4f6e21c483b96386bc62e8adbadec5eca7aff534800322bc3e258ecc93010c, '', 0, '?'),
(0x1e9f96e0691b723f02e2f70c792f8e03, 'wp-content/plugins/elementor/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x7baf73014351c49ea0fef617dae7019b, 0x86a7c134e72c7dbee2bd827416c1703ee5e9dd83a624fea3f2b30e49051ae7ad, '', 0, '?'),
(0x1ea0d2d5bc550826ebbcb715d741ceac, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/globe.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\globe.svg', 1, 0x00000000000000000000000000000000, 0x2a487ef3883478ee8b1814addc14928b, 0x854a63d277cf131658c4d86b6c087ae3d45d895ba54a99423030fe2473cc3608, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0xbefbad55e6cf46e2c29f127b2fb7fd3f, 0xb5c848c8ccadb50c2dfe7bbcb97f7fc883a1cc72129a368c40aaec40353e08a5, '', 0, '?'),
(0x1ea99ff5d785dd226f0d4edf1ec80e66, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/query-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\query-prop-type.php', 1, 0x00000000000000000000000000000000, 0x11c3877520af2cb2ddd4d6963ca6d1dc, 0x78e69f6aa498d6c584d4e3aacccc733e01d65fb14352adfa9d6d7df4a97e1a4e, '', 0, '?'),
(0x1eae2e2e4d535e39a0575bc32a4156ea, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x25d0bd9a5e9a93ca594ae7772fa643e7, 0x417a6314eafaca515cb91051d3280c6c0eee683f239ea1befdda4a28b466ec91, '', 0, '?'),
(0x1eb010c53c81d794111b3a7f2b194ded, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/SetNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\SetNode.php', 1, 0x00000000000000000000000000000000, 0xc4f3dec33fd1e5632b2b8e51df252aaf, 0x8eeefac075ba26878bc1ab30ed2e11d4d49a4a8c4d3b6c31f115ef9542a2ba10, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0x1ebaca224b2fcb0d102c2092717a0916, 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0x647527826c0f5f3320ddd5a4e89b075d, 0xb32aa857e404059cde5e150fe3715b747a54cf0816e5d25a33e489a1e6ac55b0, '', 0, '?'),
(0x1ec074cf9794de7c7bf6c673f788e298, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0x1ec750136cb8ad0451fe178d9a33a86e, 'wp-content/themes/twentytwentyfive/patterns/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\comments.php', 1, 0x00000000000000000000000000000000, 0xa4eec87b0e5c768d5fe24ef1af4ad775, 0x966ee4a443cbcb4ae95bb6c86ebc0a6faba10219beaaa18cae9be8678ea42223, '', 0, '?'),
(0x1ec773b1e3a2042de89a4a0235cec6d5, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0x1eca6bf2efb12bc0583ed4e7e843af85, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x35e4e61effd47d1a3e7cdb209da77102, 0xdc0b34d526357232740d8f6886f0475870e3ff322ad9f727f8c199833b800895, '', 0, '?'),
(0x1ecee338ae8c162f717dfb31f37ced99, 'wp-content/plugins/elementor/assets/js/editor-notifications.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.strings.js', 1, 0x00000000000000000000000000000000, 0x18afeecfb3173666d5d3ba3e531018a1, 0x30c98ba73270cdbb479438345177d84dd91661b8268e470da0ae5872ec0ad3db, '', 0, '?'),
(0x1ed68acff0fdfc1fdf0c8b13c2f2d261, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-presets-style.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-presets-style.min.js', 0, 0xce9482d12bb3960d2423a559f716bafa, 0xce9482d12bb3960d2423a559f716bafa, 0x8b0835536238e21232f329b903c4aff1cbd389b2ac6edde387b7e695e8276fa9, '', 0, '?'),
(0x1ed82a199ace4e4166330b8c0bfc3459, 'wp-content/plugins/elementor/assets/js/editor-one-admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1edd2205c73c0969a074f7df0c0626dd, 'wp-admin/css/colors/modern/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.scss', 1, 0x00000000000000000000000000000000, 0x26f90f447f1997fe6007b67fbd61311d, 0x0207e7825c7301732f77915a5d29ce1a097f9b60acaa40cda7c067ff9dddab29, '', 0, '?'),
(0x1ee0fdd03f4c07a269e0c065396c748a, 'wp-includes/blocks/post-author-biography/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x1eef08a45179095c83274b54f569cb30, 'wp-content/plugins/instagram-feed/assets/svgs/eyePreview.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eyePreview.svg', 1, 0x00000000000000000000000000000000, 0x9ed68da5d8513d1ccf0487c64431b850, 0x7f8d4c425f5cd42e710eb8b8a9c8ecc1a577fe05909d096d010489791ac4c0d2, '', 0, '?'),
(0x1eefc80552f6617ef16a2c7256177f4f, 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-declarations.php', 1, 0x00000000000000000000000000000000, 0xb3ffad91a638b5ae4ce14be46499a528, 0x3323416a457299355d9f9a119a53ca74cd75d566b61fc5297302fb1714c3c7b1, '', 0, '?'),
(0x1ef0c90a46f4144cf6a12986951095eb, 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.asset.php', 1, 0x00000000000000000000000000000000, 0x8c8d1685932bb9a3bdd7c065a9450c6e, 0x1190616c4bcaf2efb6cae64430e8da1dc0a9f45f08c938126cace038571eb9b2, '', 0, '?'),
(0x1ef67de0bbb67541f391b6e0577fd916, 'wp-content/plugins/custom-facebook-feed/inc/CFF_View.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_View.php', 1, 0x00000000000000000000000000000000, 0xa8e2c9b58a8afeb9011de1ef70e1f0e2, 0x907535e033702ddbebc2c1443136a876e80436130c9e2d32ec88ce0e8a60a94b, '', 0, '?'),
(0x1ef8ab324ae6f9d07f5e91d734a6f5a7, 'wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\description\\class-astra-control-description.php', 1, 0x00000000000000000000000000000000, 0x105870a5d0bc4b94e43688d784a9d541, 0x1fd6f6c9e76c07b18cc273aed38c04c5b3434587fa11ed5f58dd863915cb1a61, '', 0, '?'),
(0x1efba830776360d817a33738d41f9f4d, 'wp-includes/blocks/gallery/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x331e4a9944d4f48446c4adfa7e32f53f, 0x6b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f, '', 0, '?'),
(0x1f036246ad0774551395d06e2a8c6381, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-layout-configs.php', 1, 0x00000000000000000000000000000000, 0xbdb3366e11420fab2a01152c8dc306f6, 0xdc70aebaf786e278fe63610b5525efed61fcd086095f5951ce54456cc282253b, '', 0, '?'),
(0x1f080caa251984901ed6d28f4d5610b5, 'wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\jquery.matchHeight-min.js', 1, 0x00000000000000000000000000000000, 0x4d9a91bb66cfabd87602261b4b33d26a, 0x658802dca1203e8400775c4773cd5f588ffba7b6e18f54dcf3f4a9ba30eab0c2, '', 0, '?'),
(0x1f09cc664eb15b1f20318f686587772e, 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-categories-controller.php', 1, 0x00000000000000000000000000000000, 0x6d40dcc2dc217a01e0acb9de1cff4380, 0xd3f64a7fa1317823ad1132949291cb881cdcdca79cfa382a270bb4e9aa02b9af, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1f0e0a1ce0834c84090e19164931c3d6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xc8f00bcd601ecdf71e3d95e02374095d, 0xbeb533e3e8c6e389add65ab46812246882732cc4d42876e465060f10cbcacec8, '', 0, '?'),
(0x1f0f02dd86f968b7ef0d001c7a57dd20, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/abstract-level4-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\abstract-level4-menu-item.php', 1, 0x00000000000000000000000000000000, 0x6b5c1c8793b33825413f12784775d1f2, 0x5f26b64f5c41daea373afd5ba4da764e7c5f4799c5272afdab198e678c176a4b, '', 0, '?'),
(0x1f0f491995897a3628cff7c1d30a3f20, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-700-normal.b6efc818f32dd604.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-700-normal.b6efc818f32dd604.woff', 1, 0x00000000000000000000000000000000, 0x2d6490dda5208741a155d3a524f82eeb, 0x534c64e5088ace0e920d48a01dbd53f4801d5879ea4a4e35780001d99611c4bd, '', 0, '?'),
(0x1f1429419f3d3fb813ed83f920c8dcff, 'wp-includes/blocks/query-total/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style.css', 1, 0x00000000000000000000000000000000, 0xe9cf723c58c70a785f286cb322decc49, 0x84662e644cf3f8f44a2066ba63557d640f2e8cc4719f1ebb33740332b5e3a4a6, '', 0, '?'),
(0x1f155a92d94b843b75d23ddc4b878f3e, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0x1a44b1af5637894f82fda74ea22df266, 0x35a59c4da80dad3272d5bbd4cae0c4e2693b4d82f59185b4904895c0f12c96fe, '', 0, '?'),
(0x1f168f5fa66189dd54d1d79468a2bf9a, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Global_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Global_Settings.php', 1, 0x00000000000000000000000000000000, 0xd25ce1caad7fd6f7202c979107610832, 0xaa1c0cca9c0aff6a400847d023dd1ff85cb061405eb9b8d83fe48a029524424e, '', 0, '?'),
(0x1f1be04ed7bc9abef3ee02d5666a769a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/main.a03f3fcc259536c1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\main.a03f3fcc259536c1.js', 1, 0x00000000000000000000000000000000, 0x6082d816b3fbc05ee9ac5e238847cd94, 0xe84820ea410905d00b50481f1cadfc3ad35f1362e5e04b631df4fbc1308e3dde, '', 0, '?'),
(0x1f1ca26d58e817b125eb0e96c55f2575, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/SettingsBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\SettingsBuilder.php', 1, 0x00000000000000000000000000000000, 0xd9d46c545f4ad3c2f860c39d3c048757, 0xcec74dfe5360629c2b11f2a99d76e395cdab511102072a3d0d5f7734c49c4788, '', 0, '?'),
(0x1f276b431ad4f3bb939c16501118d6f4, 'wp-content/plugins/instagram-feed/inc/Builder/SB_Builder_Customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SB_Builder_Customizer.php', 1, 0x00000000000000000000000000000000, 0x719b60ce2d13b5ba9985eddcd10db33a, 0x02cd422e1c295d61ff32b8dbc09c52f66a7712bf2d049745638da733eba2c692, '', 0, '?'),
(0x1f2a0b28477ee89616dde9242e21b8bd, 'wp-content/themes/astra/inc/builder/class-astra-builder-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\class-astra-builder-loader.php', 1, 0x00000000000000000000000000000000, 0xea99956a9f5a518b60d12816a2e2b0dc, 0x2301171feb725fb50ca246f089eb7f9a9bb960f0ea9ebeb599ee1d51d62304f8, '', 0, '?'),
(0x1f2bda55589cc34be45f4eafac55b458, 'wp-content/plugins/elementor/modules/pro-install/connect-page-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\connect-page-renderer.php', 1, 0x00000000000000000000000000000000, 0x52d9db96202a3312c21699ddd0cee21c, 0x335cddaf217be8b96bf17a4156db54ee51b954ada2609a36aa32f2071f268fab, '', 0, '?'),
(0x1f2f71e9ef6c42929dfc2798a2ee4c76, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/js/main.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\js\\main.js', 1, 0x00000000000000000000000000000000, 0xc013a7dbc30f0ab72658e9a9a79c2a9f, 0x4ac83295fb5fbda183c763bf729f3c9a70125971d5518288828ab753d46964ed, '', 0, '?'),
(0x1f394dbaa81246d26fcd0cf7f4541cfd, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/success-checkmark.ed187d266824890db607f9a03f2f64ff.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\success-checkmark.ed187d266824890db607f9a03f2f64ff.svg', 1, 0x00000000000000000000000000000000, 0xe878511f8f76dde9036000ab7795ee77, 0x87067fd833a9d8d6a48d4ec94c4ec5d3dad9a483aeb76ee5f5d1734f869d7b28, '', 0, '?'),
(0x1f39686cc044ef1d8a4dd058720895c8, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\imagesloaded\\imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x18c83ba6dae51cfec87c46d2520f3bda, 0x72a8035aa3653928dce11c55ae96dff28eb4808f83e2eef871690f49f040fa86, '', 0, '?'),
(0x1f3e067795e3b023aa9485f1958ea097, 'wp-content/plugins/backup-backup/admin/images/local-server-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\local-server-2.svg', 1, 0x00000000000000000000000000000000, 0x9f02be6eec46111562ce3d2615df78dc, 0x32ebbbb76860b145e828a3452518913e8015f04a05c7e444a47390c48f627bb5, '', 0, '?'),
(0x1f41bcf19fa7b6bb95662a6bbd10ecc6, 'wp-includes/blocks/navigation/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe6d49391174c32bb28f6a84a8b7edad9, 0x86080d6d62b8c4ff4a61ced6a1208d5ae2a85e7f07723f552d49ee4d56e9bfe2, '', 0, '?'),
(0x1f421e1e0821b5a8019406a6bc52c6db, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3696.2806efb616a33650.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3696.2806efb616a33650.js', 1, 0x00000000000000000000000000000000, 0x0177a3823592b2fce22b2171ec8c7853, 0xef560e238d03c0feac572d9f36539120ba6524a424f7dbc6c90a8adb2440a2e1, '', 0, '?'),
(0x1f42d0f86e9adf5105a539b6fcce3286, 'wp-content/plugins/elementor/modules/editor-one/classes/slug-normalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\slug-normalizer.php', 1, 0x00000000000000000000000000000000, 0x6627edba693c835efbceff5091fabb53, 0x77faeb5387baf423cdeb61f427df3fd78280fbacf197288428e00693945eafbe, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-term-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x2c26356d0931af9ca0de5d8facceb87c, 0x31352d5d04143a2f5e0e704b922ed2f5e1e0e29e9b1f749056eebc3e21a89c0f, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\header.php', 1, 0x00000000000000000000000000000000, 0xa947a27b0dd3289d374e0e44c53a57ca, 0x71ca32e5d5b5c2d0fbcfa23e1b720fe391374e6ae819a40944975e83ef41350d, '', 0, '?'),
(0x1f4ceaba1c100f588f47bfdd9b3589c2, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\custom-meta-integration.php', 1, 0x00000000000000000000000000000000, 0x10ca13eb4093e5974129296a1cb539de, 0x17a5dff8432fb212b319aac865df0e77233bd68f9825ac3239274a277f185240, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\reports\\activity-report.php', 1, 0x00000000000000000000000000000000, 0xf5d0bcbda8d574c39b824682a0396096, 0xb8b24f8406c02717fa3e721bbe9f9e6f0c0babef298e7ab77ec8d716fda28e8b, '', 0, '?'),
(0x1f72c4b19c5934f5ed92409e1099ea66, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/incorrect-child-trait-usage-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\incorrect-child-trait-usage-exception.php', 1, 0x00000000000000000000000000000000, 0x73ca4346cbc5e5e40c42f34b9f223a9a, 0x23219ab3a1d5d8f1f5d327de4c9e49d70dddcced0b9795314b58ea00d5a5fc39, '', 0, '?'),
(0x1f72f409da65a2c2fce2965a9cfb910d, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-editor-specific-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x22df340953f48edc74a890d33d98f5f1, 0xd658d0aa33aab6765184067065620aa60f74cac2c5f8f2ebde2a3941d9bb19ac, '', 0, '?'),
(0x1f738f62d43b3a2793e4af4d020fa5a8, 'wp-content/plugins/elementor/assets/js/wp-audio.0ba9114964acf4c37ca2.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\wp-audio.0ba9114964acf4c37ca2.bundle.js', 1, 0x00000000000000000000000000000000, 0x492ca338dcaabadbe5ded5ccc33be0b2, 0x4c17e32322c1b683884eb5913300ed3b9b73846f885e40a3253eed0945fddbcf, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x1f817428c63c7501aa9795c6dbe62162, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.min.js', 1, 0x00000000000000000000000000000000, 0xd957b9f8906accb0334d9515ddab757e, 0x8086164c7050ad00b85b9de174a8ea8fd53fa013b07ead3d042b414d68ff5a43, '', 0, '?'),
(0x1f858871e1dce5c4f70aaabe7bdd78af, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-command.php', 1, 0x00000000000000000000000000000000, 0x9e5fad3f738d97fffde682a9ed74d16e, 0x1793e470c1a514de8552bf70baa27d7aebd02c72a0afeae04bb22dc17888d6ef, '', 0, '?'),
(0x1f867132d23c884d9b196eaa0d93bb19, 'wp-content/plugins/elementor-pro/assets/js/custom-code.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\custom-code.js', 0, 0xc49c76d8f220e816eff33bd155002c5d, 0xc49c76d8f220e816eff33bd155002c5d, 0x55c8e2a636138aeddaefb6dc740fdda20659113ed3693999207b7cd8ce628eb8, '', 0, '?'),
(0x1f8d0785552a97246364ee3c324d582d, 'wp-content/plugins/powerpack-elements/assets/lib/tooltipster/tooltipster.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tooltipster\\tooltipster.js', 0, 0x3cf1516282372804519599b48c792c79, 0x3cf1516282372804519599b48c792c79, 0x83c1923c214cad3afc19e32f5ea04ef9698609ef0e68d760df6956912e3d67c0, '', 0, '?'),
(0x1f8feba39430f8d0853ede0673dfc7af, 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.js', 1, 0x00000000000000000000000000000000, 0x41a1d7d3fb6904a67ef4594ebf26c551, 0xea16cf9cbd765c7dff927c9e0312149bb935e11c96f05134cf7fe365f122a8a6, '', 0, '?'),
(0x1f93e1c63612ee4a6c20aaabe8ec3212, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-vars.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0x1f9de1f7169fa02009b1ca025c169841, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\wpml-wpseo-conditional.php', 1, 0x00000000000000000000000000000000, 0xebe41c04441c86a0e73f9ea98b2354c7, 0x0d180b048d292d054e5f30d2d55f14cfa3d179d35af22d86a203fa0e5e997041, '', 0, '?'),
(0x1f9f96d51bef5c1e3d5c0d3f365c7f74, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\font-awesome-pro.php', 0, 0x0801baeb124c24aaf1b2f0a87219d7a3, 0x0801baeb124c24aaf1b2f0a87219d7a3, 0xf1aaf673bc2aea0c4c39d70c3defbf9188c0a9d3c36cc58aa43409542b9f83eb, '', 0, '?'),
(0x1fa4d4a84d3ea81b942b05b12b7d5293, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/ProxyProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\ProxyProvider.php', 1, 0x00000000000000000000000000000000, 0x081b6ddcdd3a7e6fd62e178c626e4b8d, 0x27823154cb6c1649bc7025d5ff1d6e99dbfc4a8fbcacf19009e96fe45a0dd5fe, '', 0, '?'),
(0x1faca897fb786cfc9e038d57f7412187, 'wp-content/themes/astra/inc/markup-extras.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\markup-extras.php', 1, 0x00000000000000000000000000000000, 0x87a049b8c209071b14511d536f5fb605, 0xf6c06e10525b653028c9c685d458cce2728aafd613a77d97e63d117fe069bb19, '', 0, '?'),
(0x1fae3314bc4ca20333a4f842cde76484, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-boxed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-boxed.svg', 1, 0x00000000000000000000000000000000, 0x5cc1b941f4d300e165ae7f6d292ca5c2, 0xad501c4edbaebb8a3b0b9edf0ee9a6f3137bcdb361fea36594f6f45ac65ebaa0, '', 0, '?'),
(0x1fb0edaf6de6a401e8fe0d87357eb715, 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\class-astra-learndash-sidebar-configs.php', 1, 0x00000000000000000000000000000000, 0xbf6d63671dc8ba5c589a0eb5f388085f, 0x844f08a7099f46b82b2e8da0820ad06e109ce25fca742b76b28562201aca481a, '', 0, '?'),
(0x1fc9915b35547d12ed2d6e1469ad256a, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/legacy-feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 1, 0x00000000000000000000000000000000, 0x9b7c5c5c88dae413c60fe2461bdebc0f, 0xdf3f83954a5939f84720532fd7020d9b9b5cc3d2b6941b314a43cbfd14f74a27, '', 0, '?'),
(0x1fd30ab42743492da973bf22a3983d8e, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/I18n/I18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 1, 0x00000000000000000000000000000000, 0x586eff39c72d04d7d48a55ae08334a09, 0xbf76e17cf3ff6571832635446a0f1de8ef23fab1c96db19ad6cfc6277dc0fa66, '', 0, '?'),
(0x1fd3e088f834d56df12ab4d1e0b5b97d, 'wp-includes/SimplePie/src/Restriction.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Restriction.php', 1, 0x00000000000000000000000000000000, 0x3b92b10b7b3f98ca5d2a7eb905fbfd92, 0xe7b6033e0fc8d33bd080aeb5b7f6020de6b24a2a3321baf9943243ea9af751f3, '', 0, '?'),
(0x1fd608a73d6ed58a87754a800e1ccc1e, 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.asset.php', 1, 0x00000000000000000000000000000000, 0xc9c2b36450cb82864e8c337664ad182b, 0xf934e0226cce8a34286a67cb93cf4b5374c6fa31f3dd222f2b1484eb77764f4f, '', 0, '?'),
(0x1fd9845317ebb99758fe3dde8a50e6aa, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products-category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products-category.php', 0, 0xc6821828b549d1a449d57db3e6308ef5, 0xc6821828b549d1a449d57db3e6308ef5, 0x7a8f1c28df205907bd2503aad624ca128f8912c28f0d7ee0042c4294bb054baa, '', 0, '?'),
(0x1fdc852497b4d828b9a473725641a323, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0xd4a4e41d0120cc4cf9680eb75ed4efbc, 0x325cf04b9c3b9d4f2d7ab8c17574c8d4cdd27389dae45d2d949852f4e9895434, '', 0, '?'),
(0x1fedc32ae5b2312a2673039c2273a440, 'wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.rtl.css', 1, 0x00000000000000000000000000000000, 0xbe4241278b0f2c3d275150dee9c15a4f, 0x35e5378d3ab3ca940e18afce98a94f54705db2998224447edd799ed87b1d8e51, '', 0, '?'),
(0x1fedef3daa7f0eb43d368d0e72a3afeb, 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x11d6b300a076712062591d1bb5d5f7cf, 0x76a20aee28e5a00f1e8af706d34cfcec688008f3373031336420e2497b550756, '', 0, '?'),
(0x1ff0933fbd00d2d56ca00fba97ca2efe, 'wp-includes/class-wp-application-passwords.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-application-passwords.php', 1, 0x00000000000000000000000000000000, 0xdbadcd5db972f01422f51f20e4fa01b6, 0x7a163681f550dbacb651728b98d0fb47d65003596982fb30b26be5cd9dc8e71c, '', 0, '?'),
(0x1ff28e89b8c48189c9ece844b4c694b9, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/editor-one-templates-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\editor-one-templates-menu.php', 1, 0x00000000000000000000000000000000, 0xc05f9e9b60417fbba68c31ac1f4e7d13, 0x5c5d2c6a9f5895423c251f8da87dd37a4c9f59e16eff1b18b5dd4deaadf8d117, '', 0, '?'),
(0x1ff3b83b44a1742bbd8659716505ff63, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialogs-and-buttons.js', 0, 0xc81d404bd4699c5930f78b0b19ef19bb, 0xc81d404bd4699c5930f78b0b19ef19bb, 0xb0204c87c8995ecfc26fcc2726882ee7231657e036ee90b43134087ef3d8d8c3, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings\\db.php', 1, 0x00000000000000000000000000000000, 0x22f1b4e0e10f04ce50f6ec2039dd27b9, 0x77d5166bade5ea3048e20b66e6bd49e0b36fdb30bc0ab9794be47c23a23248b8, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\url.min.js', 1, 0x00000000000000000000000000000000, 0xffe8bdb3ec54f993c7e9baee9d1ed9a3, 0x67a98590d886dc75ea73e1fee1bae21e625c931ca446aa2a68d1faa253c2620e, '', 0, '?'),
(0x1fff6e8e3a8f71d38bc03f9457f5aae1, 'wp-content/plugins/wordpress-seo/images/icon-redirect-manager.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-redirect-manager.svg', 1, 0x00000000000000000000000000000000, 0x60629b471f803cfb9d39134291d83c01, 0xf6ae66806d683bbecb2036bac13d73bf10f3000fc93a7e870b13efa3aeb29a90, '', 0, '?'),
(0x200de99ef8b72de8557a9c0d0ffe614b, 'wp-includes/blocks/pullquote/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x6be1ddc88b365d7c45b49551eab32fd5, 0x305f1a2ebfd7d3fee79f25d2cd4915e0eae3785368deded16c3f0ee4e03a5387, '', 0, '?'),
(0x201540fbe6d6bcf8120ee9fbeb7d34c8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ForLoopNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ForLoopNode.php', 1, 0x00000000000000000000000000000000, 0x3d538f32c080ba9875bfa41a95626701, 0x7f60b5c775a06f8cff91e4a2801997629bd37ec94e942b84829668eb4716856b, '', 0, '?'),
(0x201755ced3b4dc0478460cbf66b0f93f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ServiceCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x9559e5b2d96b3ff84d889520d96bd7dd, 0xdded241410b11c05f111d9b9893d7976bc0eabcb55574116c8121fe4668019ac, '', 0, '?'),
(0x2017fa5762c69c9333363b827d23fef6, 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x1cf2395261ed3221fa6df8987694d5fe, 0xd48f15a8533c9e555b85211124933d0afcaee40f05a62e0556231cfe52c51035, '', 0, '?'),
(0x201ce8e1c9893ac918739e187b313cb6, 'wp-includes/blocks/embed/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3700cb10748ff4acf6eb908792147f06, 0x96ddfd147a9525135e60a438edb15ca8a86f1b95520268e5eb708a07cbbc26d1, '', 0, '?'),
(0x202178d4615eb674533100bdd187a285, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\where_config.php', 1, 0x00000000000000000000000000000000, 0x10b4f2260ca33b6a97467863b6d345c6, 0x7a28cb8cb1223cb8a71e901fd1994ccf1dacd991a1df43bc26165e65ebed437b, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xc2b29d8a0822c741d978216ba8a9e3b4, 0xdfdfed67b80bf1afa560a144c01b729512a287b545b495ea62aed3168041b810, '', 0, '?'),
(0x20281b4d1df6dc25b4aea5ca98b40bba, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-file.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-file.php', 1, 0x00000000000000000000000000000000, 0x26a4323ca1a2700396401d8d8e7ded8b, 0x4b3060e3a74ac9103efb2e1544dd1e4012d3fb55df7eccb355942a2ee7c1fda6, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user-new.php', 1, 0x00000000000000000000000000000000, 0x1e64edc116dc7a3ae26fd969afb4cbfd, 0x86922996e1de8fa0e2a2447653f66cd5601988b283aab62b3880a26b7b5c1693, '', 0, '?'),
(0x202a941e2706d6bc988b7d62c27936b3, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x64c16971b1e792108652353ab6927ab0, 0xc19d555f03be3e0c3e9fcd4221f43d7377e717d08ad905700c91ae44270defe1, '', 0, '?'),
(0x202c4914ebe3b1d928e73b566cd962ff, 'wp-content/plugins/elementor/assets/images/app/onboarding/install-pro-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\install-pro-logo.png', 1, 0x00000000000000000000000000000000, 0x1efe94aed03f3ede43f522f19ddcf402, 0xf316d1647f9e21b98ad16e12cb34b197ce43413a969f30569c9b531da42342a8, '', 0, '?'),
(0x2031ca48a0e414de9e847885190c4862, 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\create.php', 1, 0x00000000000000000000000000000000, 0xc68ae5bac645874961c500bf77847199, 0x4d810ac56d3f4b121ef2eb5c18e3938d7d22f2007a8c8db93f8618051b663063, '', 0, '?'),
(0x2033e328fef51a9486a7048dc2e53c6e, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-blog-single-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x4efc6e21c9bb99d1238bb063a83a3244, 0x14b2fa6a9b465652344f102efd259e62d0e10205c825fd4f53b1c42d5dcea119, '', 0, '?'),
(0x203bfc89fc856bc121cf960678e978ae, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/cta.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\cta.js', 1, 0x00000000000000000000000000000000, 0x2af4acb183857383f8ba8a05e0f2c3cf, 0x8cf509c034c67bc640600760d7accd41f905662f0f7ed3dd1c454a6628a8da5b, '', 0, '?'),
(0x203ea4bd796deaa61406bb0a9c6d483b, 'wp-content/plugins/elementor-pro/modules/notes/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\utils.php', 0, 0x005feb9b6ac700c2f6885e80a2d69279, 0x005feb9b6ac700c2f6885e80a2d69279, 0xfbfe795384149891bcc4f16eac22b292bcfaaa911c9a57dffdd32ffe0fabd29d, '', 0, '?'),
(0x20455e67d9132798120cd4ad66514491, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexing-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x74a675d572f6a0387eb49c4b8b08790a, 0xbbc85d19908c08332204cf0118b34b284488455a10b56a8ab429026764c04c0e, '', 0, '?'),
(0x20458bcef3f70c68dcbad12f5542d3cd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Middleware.php', 1, 0x00000000000000000000000000000000, 0x54e009b64877038f3574ab8976a33533, 0x278f3954b25e6716e6124ea5e6546505c29addaa8e85f867eeefe6693b862763, '', 0, '?'),
(0x204725dfb7f93c692480486018027f75, 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-ext-transparent-header-markup.php', 1, 0x00000000000000000000000000000000, 0xed4075d729557d694f5c2d1b25f1b0de, 0x52b532ee63d4cf2814655ce8879293f6d293da9f71694f0711fd1b8bcceedbab, '', 0, '?'),
(0x2047e85ff0178fcf60be96a73cbe1855, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-400-normal.a9e19870cf6c4b97.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-400-normal.a9e19870cf6c4b97.woff2', 1, 0x00000000000000000000000000000000, 0x3bc33669e3bedda403e81398b92d9040, 0x72048a865638b68d98c29e6594a67236289b0f329fe0cee7023259f2b3bb4be4, '', 0, '?'),
(0x204db120a075177b01bc127f3cddb51a, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailpoet3.php', 0, 0x4e90630e03617c1f130bf3114641c2d3, 0x4e90630e03617c1f130bf3114641c2d3, 0x5a08afb6f30cf2d2a757067efda9879dacf51301d512b546bd8d2b00e3aeeaaf, '', 0, '?'),
(0x204de0d8079e0ee4e7b792cc38594895, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0xfcd99d200472911f3721abe07dba176f, 0x108b435743da9b502fab8e6360029374c9407e094fca1e1f2c830f5e9e30f761, '', 0, '?'),
(0x2052bb49c004ebd47c01596052c25a0b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Request.php', 1, 0x00000000000000000000000000000000, 0xaa91fd1e8ac518554121637bcf9a34f8, 0x5cd3279f03deb97792a12cf3edc4c0ad55de0b67470d6e3bed73cfffc59fbb05, '', 0, '?'),
(0x20559561f61beee28621645bf8c02eef, 'wp-content/plugins/reviews-feed/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x6b826231e7d85e8f117fcec6494d240e, 0x1e94d18799db6df337d76b9020c4cd79ac8a70c07e7e4fdffd1ecf4e7ef7fdcf, '', 0, '?'),
(0x205f23416be665d91362ea51649349ab, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/typography.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\typography.svg', 1, 0x00000000000000000000000000000000, 0x6ad8edd55c06f4aac9a1a94c388bb2b0, 0x8a7b9852a4cb81e262e9335a8c2af146119c4efe14fac17d95005a49aa27835b, '', 0, '?'),
(0x2067958d04d19fde5ac80b292f3e6c8f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\DB.php', 1, 0x00000000000000000000000000000000, 0x34f7b314596341d10271f4ff4b21c99d, 0xe83a1f8a6d88f5d1a75511c715f54a6a156c1ad25bf8dd4ecad034c0b9f81465, '', 0, '?'),
(0x206a88b79c3e2ed498a38e1c2855a98b, 'wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backups-under-table.php', 1, 0x00000000000000000000000000000000, 0xbc72f9a8fee97d702777175ad7ca0d41, 0xfeebff8fc26b0330ea97759d481f732c3d4e2fafb95e9e3506df04ffc4112ebc, '', 0, '?'),
(0x20707d873eddde55e6e57fe53e1ff54a, 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.min.js', 1, 0x00000000000000000000000000000000, 0x56e366ef5d88acdc61c6ebd5caabb769, 0x135f8f7ea193723ab4bc886d420b5565c195ee94d9654636b326aaa6187fd90a, '', 0, '?'),
(0x2074edd2b89a53f1e35672e8339dea43, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\classes-prop-type.php', 1, 0x00000000000000000000000000000000, 0x5593e7716c9c6d352d9147ae4231f5ab, 0xb741fdfab8a8417230b826b01ee5811b19c6d11b24083429e8a95d1a68fc3fab, '', 0, '?'),
(0x20751a5a26465548d1da9d746f07d2d6, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-vertical.css', 1, 0x00000000000000000000000000000000, 0xb74148c0f3bc6cbdb2b9fd84015cbd08, 0x11ac1eda9690801bacdaaeeecc7090e956b215304bbbf01dcd4481007e183d5e, '', 0, '?'),
(0x2075f53527ac0967d2db0964b2d9901b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x18b8e78dec1e3fdc963b97fdf997c8e9, 0x2b71454f5684a5bfc4d6163629be39598e9edd6f9bedf50fcfe6a4165e6d9691, '', 0, '?'),
(0x207b6d0adca3c6da7f659c52b2c08329, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing-tab.svg', 0, 0xc18a915c97be85972e40820d429985e4, 0xc18a915c97be85972e40820d429985e4, 0x9bcd39a4f527e44cab5f9d549a59542c268b878aa549e3540f5eadf994005f0c, '', 0, '?'),
(0x207e79e00bb9e57ee449e0bb5f325e1c, 'wp-content/plugins/elementor/data/v2/base/base-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\base-route.php', 1, 0x00000000000000000000000000000000, 0x211485fc4395e3df6469d61293377781, 0x6ecf795f86d33ee5a9ea8f3bddb9b5fb60b1453c3708a9a1d457af8ef597e244, '', 0, '?'),
(0x207ea33043d345972e61d1e8cb0f75ef, 'wp-content/plugins/powerpack-elements/base/condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\condition.php', 0, 0xe10ebcf928c0fa8ee2899ff7d5fc39dd, 0xe10ebcf928c0fa8ee2899ff7d5fc39dd, 0x2ca34a41ee9ffe414c0c398d7a390f86035b31e4a26031e7fa25b211012afd0f, '', 0, '?'),
(0x20898db6903de4bee18d13ab693b5b9e, 'wp-includes/blocks/require-static-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\require-static-blocks.php', 1, 0x00000000000000000000000000000000, 0x4b87aa2b91804dff6e4dfc025eae499e, 0xd94a9dc9da8ff8f089f355168b1f0703f754a4ad993a4e9fe5f48341fc064367, '', 0, '?'),
(0x208c57e2edc62c400f7bca0413993f39, 'wp-includes/blocks/post-author-name/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\block.json', 1, 0x00000000000000000000000000000000, 0x2f6911a2e13c865fbdacdf700c5ac75c, 0xce663e6b9c97a19125cc2314b17c03e95225fd0977105c0c0a297505f8bcf148, '', 0, '?'),
(0x208cb5b24aa948708fcdea1a41b9799b, 'wp-content/uploads/2026/01/acne_11015049-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_11015049-1.svg', 0, 0xca28c63706587a6a196e6e8f6c8b7cc7, 0xca28c63706587a6a196e6e8f6c8b7cc7, 0x507b39b3173a4dd4d6de7562e7b25d1493103e667f0b24c8aa771bccf49e4150, '', 0, '?'),
(0x208fe36b5a3f1ae5f57c739b34dc1dfd, 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.js', 1, 0x00000000000000000000000000000000, 0xd0a72462aa6a5dc14378be5b0f65d8a1, 0x54b39042ea7436837b572bd993f3fc8f02bdb23664c6dc1c25abb4a26684ccdf, '', 0, '?'),
(0x209579c18f3e01349c6cbbb0675217d3, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x891404b60367c45ae1862038ac015a9c, 0xcbd079b820be71ded16bbb10f3d26ab013afbb7ce60fbc8d67597b198a1991cc, '', 0, '?'),
(0x2097e190d9534239a06db70d8bb56f49, 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-tw.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-tw.jpg', 1, 0x00000000000000000000000000000000, 0x5f1490946475097143d858c1308cedbf, 0x639601b5304660cebbac3d232fcfcd780fc19586a2bad8f9c89869de0ddad929, '', 0, '?'),
(0x209aa7406bdc14d904ca2f75affd653c, 'wp-content/plugins/feeds-for-youtube/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x38804ec39dc5e21ac2c8967611eb93aa, 0x192b755214dc410b9665b566e159ad292596083b2a1a8da17986c9ef55f38a84, '', 0, '?'),
(0x20ab17a12431703c089489f48bb036fd, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\option-wpseo-watcher.php', 1, 0x00000000000000000000000000000000, 0x7a92fd3b8fbb33a886e1408ef52e352f, 0xe33554756db86e0811f3a7ee9d8a228ec22362162bf52b35915697e6bcccdc61, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x732fdd000f82d2fbd6fece30ecd157b5, 0x0bf8aa8ec0e831b740791a8bd8197bb58ae87b2ce2d77c17c1015688463d6005, '', 0, '?'),
(0x20bf373d8d8a1e34fb94039323f94efb, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x297b1f4783e2e16c5f18bc8fac6db105, 0x574706a02671eb59e3cf3ef65753ec8e0ffe4c736b58f1656ef2a315d1c459ef, '', 0, '?'),
(0x20c2ec5f9442c96adb83b4be723ec917, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-full.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-full.svg', 1, 0x00000000000000000000000000000000, 0xa7e9bb8223cd798d1aff49d8e1a83ba7, 0xcdecdb0fda7841ddb5794f337f43a0720ede47ee645bd57ec008bc19b4f98b94, '', 0, '?'),
(0x20c8c78cc6d0f127dfff8aa7464a99f1, 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.6526351a1205655def47.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\taxonomy-filter.6526351a1205655def47.bundle.min.js', 0, 0xf656f1055d9452261ade1f727a18eda2, 0xf656f1055d9452261ade1f727a18eda2, 0x4feee80300bb1d383962a155f7237f1357e7560c786da51265939521988d1c93, '', 0, '?'),
(0x20c926bf974d858988367b31e695a00d, 'wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\customizer\\class-astra-heading-colors-configs.php', 1, 0x00000000000000000000000000000000, 0x4f3eb25c04e689fd53034cb45eb81eca, 0x85c5c41f90f6f08deeb57bc467591e94ffa7b257580f1c2cba28f71214e64b07, '', 0, '?'),
(0x20d29721e70377c96b644126f23e6d60, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-carousel.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-carousel.min.js', 0, 0x4b0ab4f5cc1f7913c8716265c28b2fab, 0x4b0ab4f5cc1f7913c8716265c28b2fab, 0x9285a3512d9965d8488d94b8d5945db918c5bfaa2640a27d52a72667f90b5886, '', 0, '?'),
(0x20d42961e0663d1d522b1fb411ea1c60, 'wp-content/plugins/backup-backup/admin/images/rackspace.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\rackspace.svg', 1, 0x00000000000000000000000000000000, 0xf7bab6d6310066d2c0baa62c8ce10fb9, 0x85edd9512ee55f0d276fc3532333f929780183b0c86f6d65a25bdcee188698b6, '', 0, '?'),
(0x20d952f0de80df474cc7b53dd3d49c35, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/centeralign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\centeralign.svg', 1, 0x00000000000000000000000000000000, 0x46994442ec00b6bdf90976c2c9ecd1cb, 0xac7678fa6a126ea5e802515acc485a944291a2b9081179352d49386e81b52815, '', 0, '?'),
(0x20d9f87313d5b16a41754ee8c4ce2610, 'wp-content/plugins/wordfence/lib/geoip.mmdb', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\geoip.mmdb', 1, 0x00000000000000000000000000000000, 0x74a595c6de5cba75cd5df99a0d6c6e0c, 0x1d926a190ef7e9a05c7c0d18e68d95cb7e9067e45be729fc80f8e1f564d84851, '', 0, '?'),
(0x20da60c6466c181950d15314f065582f, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce-post-edit.php', 1, 0x00000000000000000000000000000000, 0xb33a5a2a62271a9b7e1aebc96e2ab616, 0xe0aaa0e09421824216ef787482e415988871ff3376e78a9873743c05ddc16ac0, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0xc9f30a79b3c40c12b6d87d343a4ee33b, 0x0a8ae60a586d70a31461d75528a2763a99e2807224fe8ccc46422abd572d02c3, '', 0, '?'),
(0x20e31255879f24190cb023418d86ce9c, 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedSettings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedSettings.php', 1, 0x00000000000000000000000000000000, 0xe46b34f159fb033c6c1c2378db726922, 0x39d40bf9bfa5323ddd7d3809225debb43e5d14ae88e9939f93d44ae5d87e4f08, '', 0, '?'),
(0x20e468aee0ac6525fc6cf5fe87bd19a2, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/svg-src-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\svg-src-transformer.php', 1, 0x00000000000000000000000000000000, 0x748107921d78f5cafce01bf1c2a934dc, 0x0d8d415777766c1ce23e0ab9912c735e78ad12ba159b5a5c40a55c13136979d5, '', 0, '?'),
(0x20e7204ab90eadd4da464a63eb1fa40a, 'wp-content/plugins/powerpack-elements/includes/extensions-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\extensions-manager.php', 0, 0x88cbdf2268b51f89dbd0f365911c0d75, 0x88cbdf2268b51f89dbd0f365911c0d75, 0x3959dcb0e927ee6070a9c97be498591e9b74c16dbd9a80177a70db551322329c, '', 0, '?'),
(0x20edd1d27b08c203f943f8b0b95b1c0d, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/remote-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\remote-request-exception.php', 1, 0x00000000000000000000000000000000, 0x219b4f8c23ee8963ac45e9041c9aea2b, 0x7b12d5dfadbfbeae907b6892edd3f4dcd878b96a9d613f4401b049a9702f8007, '', 0, '?'),
(0x20eea08d089d8c8bbd2bb20abef2fced, 'wp-includes/js/dist/commands.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\commands.min.js', 1, 0x00000000000000000000000000000000, 0x06be5c5cc37d9a436b868b827add0905, 0xc0dfff5afc3896b26f7e1030b8525438deb0a6f3ac6f1781cad94ef8d7a2791f, '', 0, '?'),
(0x20f6c081928e1685037434247bca5345, 'wp-includes/blocks/categories/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor.css', 1, 0x00000000000000000000000000000000, 0x266645343a5c785d7d2f71934b3920e1, 0xcbcf66625730525e35638a80bf224bda8a87bcd9921842c6f27aedce7273bdff, '', 0, '?'),
(0x20fa26024c6f959619d49cefc13314c0, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\regular.min.css', 1, 0x00000000000000000000000000000000, 0x3eef8c9e589a6fd58292e79bbac4ba5d, 0xa36ec9f7c654d87133d35d553df162fe32064f411fd5cb4678ea80465d0308e0, '', 0, '?'),
(0x20fc0c206c6926975bf633708e3672f0, 'wp-content/plugins/powerpack-elements/assets/js/frontend-toc.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-toc.js', 0, 0xdb90ffdc6d9d97055b51b439d49098c3, 0xdb90ffdc6d9d97055b51b439d49098c3, 0x2922eec619065bd0003df27934eb5c23296e048924a5ab49f099d386ba16344a, '', 0, '?'),
(0x2106b61150a9729393573352470beafa, 'wp-content/plugins/powerpack-elements/assets/images/devices/window.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\window.svg', 0, 0x7b01bf1f3697b4130cdb9d9b5f945d65, 0x7b01bf1f3697b4130cdb9d9b5f945d65, 0xb5a3481ed75f634c0978e016b2fbf4f3c189d0c993cd09acbbc3fd4b515f62a1, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\update.php', 1, 0x00000000000000000000000000000000, 0x052bf4f26f1766245be8448b0708f0a1, 0x200576772035fd61e1c48935df8313dd0e586f28b2206d06ba35628f087617e5, '', 0, '?'),
(0x2113dfa73b9e3f52425f6048be581293, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-400-normal.047a7839f69b209d.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-400-normal.047a7839f69b209d.woff', 1, 0x00000000000000000000000000000000, 0x5ff4334a292b7c772dfe5eb77b2cdac0, 0x7d91ffa63135bf4659d43f48b4df841cd103861fae4f073f91f710ec808bc0cb, '', 0, '?'),
(0x211948b175ff66c98144e337b43e3d67, 'wp-content/plugins/wordfence/lib/wfLicense.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLicense.php', 1, 0x00000000000000000000000000000000, 0x1e181e4e2cbd984e89b25617f61d7a5d, 0x4070ebe67651398485d6ad50926f9a3423fae7b5c84732bed6c39ded991ec1d7, '', 0, '?'),
(0x211b858f427b1ae3a289e8819ad26f34, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\request.php', 1, 0x00000000000000000000000000000000, 0x9ccac86604c938bc8651b7a9461ab014, 0x243fca1725058ee72d3906e8b6d15b5602fa8cef23f70bdf4618384aa582e225, '', 0, '?'),
(0x211d7d046097aace02bd130edce615de, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0xc555b8d49759780e024eda87aaecfdd8, 0x4b3cf7dac05a88c394e3778dec797ff517101e621ceae25caa53e3146a2555e1, '', 0, '?'),
(0x2122d5e17bb990de227cba0e559c9a51, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/CallExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\CallExpression.php', 1, 0x00000000000000000000000000000000, 0xb232212711132df41e0ed1a38f53a295, 0xea884e29c79e1e56b246c89f51f9af2da6d26d306bf2b3c69a5e1466fbdee89c, '', 0, '?'),
(0x21293394757058bf03923e4d79ba9edc, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x47d82d67c00fdc8b550680b2b104841d, 0x6792b9b46c85ce651fc52d3118e216095d811a349bcb7fc7e7099b296a62f3fd, '', 0, '?'),
(0x212c59f18bc3f614d46e52be8e7af259, 'wp-content/plugins/feeds-for-tiktok/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x49d8c011db7493d79c4c43bc284c0c35, 0x957619a420f39ed4347607b8726a0bc1825d01d4b68b8e342478431774e9dda7, '', 0, '?'),
(0x212f69d51d5b22df04e349e50a4d404c, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xe699cb6338af35d0e58347692d423578, 0xf07d47353028876f8c33753cf8ac8f8cdab11d64cfefe20f6cc3b3ebb8026987, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-footer.php', 1, 0x00000000000000000000000000000000, 0x2264c69a243609faf8c2fd1b55ea0dd8, 0x750ad61fd57a92396ce100499b1fd5edc6f6ffee2cfc230a81153fc55955d756, '', 0, '?'),
(0x2131fc87f330195c9348eb084aa38603, 'wp-content/plugins/backup-backup/admin/images/restore-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\restore-min.svg', 1, 0x00000000000000000000000000000000, 0xcc690400090b7d6a0a2cdfc737326b27, 0x5a4cd5b4f0fba12a70972b2f51e3143b5cc75a203fe19bd9065ca184b3883d94, '', 0, '?'),
(0x2135e479ccac0d7681b573eccc260361, 'wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\additional-contactmethods-collector.php', 1, 0x00000000000000000000000000000000, 0xb79838c8eaae5afaf897adbcb223d78f, 0x91febdcf7c6aa0e56df3b8e8c0886edb6b9e8db09af66c46b545f86f7e9c22aa, '', 0, '?'),
(0x21389cd0e0fb9fa798f1cb69f04bcc27, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\README.md', 1, 0x00000000000000000000000000000000, 0x80f46e60d51c9e18e383ca4ff2dc0c12, 0xaeda89e883b40b25136839559bbb992ea912ee75049004d2608c3d2aef6d5447, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x213ad7cb802dc66d94e6c85b867e81b4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo-white.svg', 1, 0x00000000000000000000000000000000, 0xf7ef2cbfb1f6e9040c06316d36e53c65, 0x69997426257a57fa958bd9198da84ce9c6859fad5cc5b0db6687146f048b7b08, '', 0, '?'),
(0x2144f006df81fc4df7b067606ebf4758, 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\robots-txt-helper.php', 1, 0x00000000000000000000000000000000, 0x9d0f351fb2e5599f508d8f03047ceed8, 0x83facc525bf5eb8ee3b54feb36c53211829859b9151dd95c7f09c9504ab8890a, '', 0, '?'),
(0x2148f6ad29a3c28d88ba75aafc745cc3, 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.asset.php', 1, 0x00000000000000000000000000000000, 0xe835cbc6f5e703269595e4930ef0d5f3, 0xc0d391fc746c61ddadc50ebb5b5e23738cc8d7d26fa39d4350381e61cff4a584, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0x214cb88b96cd69213c5b60f902d65823, 'wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-spacer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc329a1f8486b82d9b9c7cb4d7060f346, 0xa443586b8cad4a6b6d26c640ec438d4e95121368473e9c6ec6ddadee68dd697f, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x215189ca9d0a09eb10fb9853a4302bee, 'wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints/endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\endpoints\\endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0x8ff85f3ce023080145e0b44f1ef170c9, 0xa193fc7c8382275fca779de02b7990a118508be96bf2d8b7fcd6cff637257520, '', 0, '?'),
(0x21563924f13d0e62bc1ceff0731944b7, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/legacy-submenu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\legacy-submenu-item.php', 1, 0x00000000000000000000000000000000, 0xcb2444da05a35f1d69a5ae5a3f54fc17, 0xa84c65e14dcc139d44858d13d625afd710dd4d37d7cf96b90ab29076a9dbb761, '', 0, '?'),
(0x21589a855fe2af6c8ce7087e5f372aaf, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\builder.php', 1, 0x00000000000000000000000000000000, 0x6c741f0d89016c4babcc0faa701823d0, 0x1e7d55900e004ec997a480c8bc50a4319cb3b013e71032c27024a6c9690293f5, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0x216d7921bcd76d0d20677c9fdde051f2, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-2760.css', 1, 0x00000000000000000000000000000000, 0xfacd5bad531da122c4e3cd1a75024f58, 0xa60ce1d324aa38e422ed30d72aa51976a16a635d09b3018e89481010819ad5c6, '', 0, '?'),
(0x21722407696d499f612144be5826c6dd, 'wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\image-carousel.6167d20b95b33386757b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x5a5bd1e960c5a191b56f77c5c0909768, 0xd7945a8d4faf85cfbce17391ee6a56a42a7b7c2d2937a92189b11dc694678e0a, '', 0, '?'),
(0x21723e5d211240e2c2cebd36fcf37317, 'wp-content/themes/twentytwentyfive/patterns/header-centered.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-centered.php', 1, 0x00000000000000000000000000000000, 0x03396130f7c32c79a2a9987843084d1b, 0x4d1772ef8a868180d1f6534cb213d5d50f9a596514142ea3d299ff2d314111cb, '', 0, '?'),
(0x21760153be41f390f6c93fd965b1c9d5, 'wp-content/themes/go/dist/css/design-styles/style-modern-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ec1f5a6c6ddb7503010d5a44cd0bd18, 0x2cda5e26fb13881455722efc733bfd0e7cd2750fa6d0cf833bb064926284a3d5, '', 0, '?'),
(0x217af91fcf6ee84281624c2d6a6cb715, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-transformer.php', 1, 0x00000000000000000000000000000000, 0x7655ceb0e301837b418b56ca6f9a966f, 0x3b80accb76dd4a289b71d6dfc9732d8486fbb2aff1fb8146311486142d066805, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-api.js', 1, 0x00000000000000000000000000000000, 0x60370d4a4709cfad4f743e13839617f3, 0xa43beedd5f2a42e80e0435e5969947498ffff8171b19f519433604be78c320b3, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-collector.php', 1, 0x00000000000000000000000000000000, 0x6d6d9e9b04ef4ce55b0ffeb66a304692, 0x96529554bc25c68dd1634bc260bb9db9bc2cdfc72c97c893e33de94a960a9313, '', 0, '?'),
(0x217d0507377466e90d6cb5167f7e291a, 'wp-content/plugins/powerpack-elements/modules/posts/traits/trait-posts-query-controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\traits\\trait-posts-query-controls.php', 0, 0xcb434a5a9d900f821da1eb7f1d474e01, 0xcb434a5a9d900f821da1eb7f1d474e01, 0x2d39aef2cabf1c9d874cd90d4b50a3edbb1fe68578b2e42a7f6e8ba8880f4573, '', 0, '?'),
(0x217f46b22cc1533be1f76557f80e25a7, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/fb-alt.cf9da0f511aee451a6ec759681fe809f.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\fb-alt.cf9da0f511aee451a6ec759681fe809f.svg', 1, 0x00000000000000000000000000000000, 0x737b47f1adb9f5bd6cd844cf1b980d51, 0xbeabfb29f646a9bc5d7e14c2b98cac175c221453a6caa259a5a729b1559ead18, '', 0, '?'),
(0x2180f2c307176355c48996c5ef20bfbd, 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-single-typo-configs.php', 1, 0x00000000000000000000000000000000, 0x7e080e1f4bf7556f54fdfb1e774eab0c, 0x106c107f0e8aba653bda8c88a9a326ddf431f3db2e2ff63d56c56586cc30307a, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xb2d360dee7185dd8ad5e0879fa72c995, 0x21d39369134c3b5d4f8141da5a1204d82e9715e817bf270ff8f8afaab6e53b4e, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\hooks.min.js', 1, 0x00000000000000000000000000000000, 0x90e932bd9e62583fc494c00498cfe7f5, 0xd512b618595c35b426b7ff36873927a1da261dfb9ce91d8cb62efe1e1cc4feee, '', 0, '?'),
(0x2194d63c5f3a2e0c35a021f57fedc8be, 'wp-content/plugins/elementor/core/common/modules/connect/rest/rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\rest\\rest-api.php', 1, 0x00000000000000000000000000000000, 0x9eb071495765269ce89e1c830d85e520, 0x0b7453b3c43441dd2a21940d09b0a2d3a037111ad7457eee0d6be96a0995a9bd, '', 0, '?'),
(0x2197cc04df887e33d68ea7420ceecd34, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 1, 0x00000000000000000000000000000000, 0xcfdf0920d795a1dc29b28b98925d3896, 0x6035ad33fe7b6673c888e715315f7592b91332f498e3d6d1ef12dfc7a2e48834, '', 0, '?'),
(0x219af8ed113a55390534d71a3f4f4494, 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-book-links.php', 1, 0x00000000000000000000000000000000, 0x41da765940ab39e6f366cf32082f7893, 0x84a8890449efd4fadd7ae92104eb14bd99a5ee583448d8f2489d3ea46bf798ec, '', 0, '?'),
(0x219c5ec9adc210bac4ecc9250e86f77c, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-horizontal.min.css', 1, 0x00000000000000000000000000000000, 0x10306fdcd4d51f7e82408c7a9ab495cd, 0x152be6533996c59decc4eea7047983f7dc914d9407f26121a7191e7990cb7b54, '', 0, '?'),
(0x21a2baa870ec6f0bc0435466eef55c9b, 'wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-rsvp.php', 1, 0x00000000000000000000000000000000, 0x3df846ff26c90c9ef4bd39c5840b4710, 0xb2d5d93f4e0bbdb55977c52b09834b7cdbf926bd21e1b9b75657aae4aecfd867, '', 0, '?'),
(0x21a2bc3e924e4eb87ff71491fed98cf3, 'wp-includes/blocks/file/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style.min.css', 1, 0x00000000000000000000000000000000, 0xaeeb7fadba65d54d12694f8a2fa53109, 0x1dba54de3731e167c50bbf81235673e4d1922f0c644c9f3feef81130086cdac6, '', 0, '?'),
(0x21a4e61c9ef8387e570e0eb0c93e42aa, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\listeners\\class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0x21a523035a8cf72f79ec9da8ff17cd73, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\base-widget.php', 0, 0x0ddeb852eed8dc6a40e6fb67a5adb06c, 0x0ddeb852eed8dc6a40e6fb67a5adb06c, 0x7da79a1f5cb5891ac86ea7b2a8b8d09c56a494276d80e3761c5104fe20acc1ba, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x56e5092b3344cb3df2376a81eb3acbc0, 0xaafe6050f6f6df6620968abcdb3c3dfa2a9ebdea8024361c8bd349133e90ab2c, '', 0, '?'),
(0x21a96adfb3cb2e4a7c81b8689d9c31ac, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0xa840dd4fd9eea96bccfda2eb7f894d68, 0x9a746c5e1900658f556bb8a383afeb1c83f1b163f97884016c78f548bb639916, '', 0, '?'),
(0x21ad1efccbb1c459057dce38d1d69c6a, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/wordpress-global-state-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\wordpress-global-state-adapter.php', 1, 0x00000000000000000000000000000000, 0xa5add2bd8cde297094687d2b6dd0ba0d, 0x86a24df2480d9d0e4d53f20b86de715ac03c6a24602115d768797a6b3a80eeaf, '', 0, '?'),
(0x21c3efcf7356f27de5a504892da2bf4a, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-asymmetrical-negative.svg', 1, 0x00000000000000000000000000000000, 0x17c6ab69b214ed02871fb498c71764e0, 0xdfaf332f204da471b5dd06a8eb3335af08ebc68cbe6f16ab895ca6a83d53abea, '', 0, '?'),
(0x21c5eb271829a6714d1c2a151da65863, 'wp-includes/blocks/embed/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\block.json', 1, 0x00000000000000000000000000000000, 0xe68c5f5aba04aa7916c78dcd9e3f3f6d, 0x0b8af305bda7d788e267f8bab4604a43f1b039d379eacd47c88cf0936a29410e, '', 0, '?'),
(0x21d1d2784001f1b15f7e6e270792ab71, 'wp-content/plugins/elementor-pro/assets/js/lottie.4cf7a751c39c2d5e59f3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\lottie.4cf7a751c39c2d5e59f3.bundle.js', 0, 0xd1d866d5837f3dcaf2e46d9a3e387cad, 0xd1d866d5837f3dcaf2e46d9a3e387cad, 0x194289546fce7d93447823fef0257a0f4b8c0e5d6a45b8b8833330d55a5ba357, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\lists\\plugin.js', 1, 0x00000000000000000000000000000000, 0x299f723fb54eaae381bc49b4a1712784, 0x25a83d729482a78ecac464aa8c760a86926905de7abd781cc175f9a417293370, '', 0, '?'),
(0x21d56fabe856bbcedb45c9e90ec2342c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\composer.json', 1, 0x00000000000000000000000000000000, 0x36a4ea59f5b5d42ebf658f22481d365c, 0xc4d30bca99c8b67c41dbfeb38563f46eba484cac6f0e309ff46facdffb74a951, '', 0, '?'),
(0x21db819d49c7b58d60a9f2b638af7402, 'wp-includes/js/dist/keyboard-shortcuts.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keyboard-shortcuts.js', 1, 0x00000000000000000000000000000000, 0xa520ce6db940510d5379d42509142d30, 0x5ad35f20fe33df72b98d6ecf5f1991a336fb8da0a060b60dfde09a66fc6d0a05, '', 0, '?'),
(0x21e2b83f73a1f21cfd347b4b68bdb568, 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves-pattern.svg', 1, 0x00000000000000000000000000000000, 0x6c347fd331c6db4bf384bb79296484eb, 0x27a62724721984a2fc27e7a42b4d3f496ecd431663e368d4f5eeddb2105cd241, '', 0, '?'),
(0x21e67033cce0ed13586269019464c5c5, 'wp-content/plugins/elementor/assets/css/admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin.css', 1, 0x00000000000000000000000000000000, 0xcc487a431c7e13a4bc2690ae38ec763b, 0xc9f470d56eb99fcb1d71391c0f69a0c3f4432617c3dfb93f46e430aa246a3a23, '', 0, '?'),
(0x21e83947e71f9bbb7e71e36e318b720b, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\css\\e-gallery.css', 1, 0x00000000000000000000000000000000, 0x5c8c8316f62fc48767f7fdea83c4ffe7, 0x275a8272e81cd0091bba6de1adc46a5b8732c0b41e22e94fd5825d5988d24235, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x0b2a7162c4be07d27679b1446ca7e196, 0xf689bebf1ac7cbcce2fd2ebcadde1c8df5f64cb85c5a0bf90c41e2324d00ec42, '', 0, '?'),
(0x21ed0de8de2b5d0dd171c4773250fde1, 'wp-content/plugins/elementor-pro/assets/js/carousel.f93681c60a8355c99044.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\carousel.f93681c60a8355c99044.bundle.js', 0, 0x0e1239c2a41015529f85143b69d86222, 0x0e1239c2a41015529f85143b69d86222, 0xf41e09b6de50ef2c675f02952c53a41dd5324aa194ad32802c426b582311c106, '', 0, '?'),
(0x21f09dac9be951209300c9278b95eec4, 'wp-content/plugins/elementor-pro/assets/js/posts.844727d8428792223d2f.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\posts.844727d8428792223d2f.bundle.min.js', 0, 0x4c899699c513cf098731491cb4c09c22, 0x4c899699c513cf098731491cb4c09c22, 0xf3dc08c0932f29eb24f2803dca2650e46743746824e2cb41ab673ee57c2dbd57, '', 0, '?'),
(0x21f12d0ce30d2ee103b164374f03f80b, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\bing-presenter.php', 1, 0x00000000000000000000000000000000, 0xde105c57c312eec8b97af05823cb7d55, 0xeb375a68f71a5d3760f24ec860dac5881a1b54f828db8e03fd4ae46163d8304a, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data-controls.min.js', 1, 0x00000000000000000000000000000000, 0x7f35f1f7a0742a688ce92b4a2e2e5790, 0x9a31bbdcb4d27992b147e834e9e9085cb1224d512c1b0a2eb5331e7b7448ee4e, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage\\file.php', 1, 0x00000000000000000000000000000000, 0x640a728492434fdfb6b201e6de61c2ed, 0xa83292747fd0ddd39120e6408f9d6686986a9b786dff3e89d32a9ec0341feae1, '', 0, '?'),
(0x21f35d2e5756ae64e34179208c5541ad, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/ctf-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\ctf-icon.svg', 1, 0x00000000000000000000000000000000, 0xe42fc9e4ca218db401fe6db70958b7eb, 0x003131c09ee16cd5bd266aa4f2dfb9b98b08c7f6b3b6fe3d6b61a1ada44eeb7c, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0xc9f17184dc82797c52a1b24367db582f, 0x3f55d5a14e6b68dc6b475154d297d6f3f75b30998a4e89a89ed5062de003a4ec, '', 0, '?'),
(0x22010ae49204e515d7346add53c38b86, 'wp-includes/blocks/spacer/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0x2202e5418f5d07332159b5eda41c0c51, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/ChainCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\ChainCache.php', 1, 0x00000000000000000000000000000000, 0x6109a3380a43bbcc2e99f12af189c8ce, 0x95c41f7f83914e4bede152304577b1c046ae52336efd9fb1f61dba1f136575a2, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wptextpattern\\plugin.js', 1, 0x00000000000000000000000000000000, 0x4513090604bf922d4ea86f931b979d8d, 0xfe4cdefa7f490606c291a10ec29959f76f1e77ae1e29ccfb34213adb3b3fedd6, '', 0, '?'),
(0x220821d5f006b08acfec3b53542d6d76, 'wp-content/themes/go/dist/images/social/linkedin.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\linkedin.svg', 1, 0x00000000000000000000000000000000, 0xd8d2751e46cf795c322a20d8e715cc61, 0x5066c91dcba74243df7771114cd9f6c6aa15ddde37981ae5f16f199544e79126, '', 0, '?'),
(0x220cceb2f615955648cd76939856cfb2, 'wp-content/plugins/elementor/assets/js/nested-elements.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.js', 1, 0x00000000000000000000000000000000, 0x0f277c79ebb757bb899852b199e8fb9a, 0xd6e2ea335c3cf457d3dd89f6e42e172867ee72ae4c839938609aafc16cb0304d, '', 0, '?'),
(0x220de286bb96376c7e15c4e7cb9d41c9, 'wp-includes/blocks/text-columns/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style.min.css', 1, 0x00000000000000000000000000000000, 0xaaaa73d50ea24d5fa9243c8cef1f66ad, 0x93445c2baee385d128fa0fad6186380de0cdf91cfc71c41090761e27393ed752, '', 0, '?'),
(0x2216b098669e5bbac806a3602aeb7d3f, 'wp-content/plugins/elementor/assets/js/editor-modules.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.strings.js', 1, 0x00000000000000000000000000000000, 0x405063e3183ea52391683765ecf8e47d, 0x10e9f824151da23fdf3a98c619e328e2da5565a4a52b7f98cc59638caf6ccf09, '', 0, '?'),
(0x22173d8efbf68bbdfa16041312abf4a3, 'wp-content/themes/twentytwentyfive/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa9b3a9648faf869b32dc76f6106bb47d, 0xd57286accf0901302046d75dccd4b681d3624f18f3c4a2a2cffc3bade851ee27, '', 0, '?'),
(0x221888c1aec5f8d02c3d4bd4d631b978, 'wp-content/plugins/elementor/data/base/endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\endpoint.php', 1, 0x00000000000000000000000000000000, 0x3c4b8bc1602d5a5c8db37ed980dbc1d3, 0x0db221e3448a3ad9d7e3a72f25add7346222736c867f5af9af34a31f6ee9dfad, '', 0, '?'),
(0x221b6617e4759c015f01a940b908e994, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0x08e8828b0b2b00b4ef636482a79af60a, 0xe689bd83f8ebad5b7687569fe75c7998b4bd3062d30a0046321bf577fd731a48, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-options.php', 1, 0x00000000000000000000000000000000, 0xc78498b5662485c8922c693432e21b8e, 0x39f40b955aa39bf7b07b0f4f7f726a0434b9ce073278f492520470ab565fd3d9, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x22318eee1d929235aeee888a053f97a5, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-tag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-tag.svg', 1, 0x00000000000000000000000000000000, 0x2dad25b1006b7fc076e1b1b81c322b4e, 0xf53039786ac781c5c3e174d039382ec8189e25054448e1758a28c1973d595006, '', 0, '?'),
(0x2231eac2965028936bc9bbd50c750dc7, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Feed.php', 1, 0x00000000000000000000000000000000, 0xcf01c22d8b2f6d0a950c5c661d0067de, 0x8fdf6f2dcbe1d8c38da1c27a5a59bd251871e0782aa2b31fd9c430a45c492f95, '', 0, '?'),
(0x22320289a2295fa788854f48d5052321, 'wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x38c07774b1ffa8bf1516f8c5da91cdd6, 0xad2123a8e6ef5cdf50704ae3572730f03a93f6426a1f7f3c0669db896453423b, '', 0, '?'),
(0x22383371c72d7fc3c7709cbb7d2a5eda, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/svg-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\svg-control.php', 1, 0x00000000000000000000000000000000, 0xbca174c90c8932e2a57d9a97c0c2d59b, 0x4c6bb9c9306fa869174f340e459e09c0b542373f98de3bf45e7fa6dcee43898c, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed-404.php', 1, 0x00000000000000000000000000000000, 0xcd043bd8c0d043865135ff8d0b7a8c97, 0x3496e31537cbc4c53a56a25dad4c932cab42a6e0c2522432707a9bf18187b9cc, '', 0, '?'),
(0x223a5cdfad659ed4543250114abe080d, 'wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\08-midnight.json', 1, 0x00000000000000000000000000000000, 0x0b0336cb24481aca978c806bad91b741, 0x8b22f14ed43cc4e7e2a55822f1b296589ad48e9dae66fe5e1ac9be1c7564995c, '', 0, '?'),
(0x2246fd316589322a151420dfc7764e81, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-preload-local-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-preload-local-fonts.php', 1, 0x00000000000000000000000000000000, 0x2b0918dd9e5b9b388679f377d4dd089a, 0x4715618d005fbbfdb70fbb8fc2a1ddd28ea4bcc1bc5c52b112605b71a7e0b3bb, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x269bcceecbdab61f5d6fa7a5f1b46421, 0x503b5bd4158786d83a17eec7af0c75c98cec356e1c7fb9aea1a2d3ba6e56469a, '', 0, '?'),
(0x224a69aca79a65277b60f2f693e759bb, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.css.map', 1, 0x00000000000000000000000000000000, 0x2a91bf45e11e670e41cf90331fcb9629, 0xe116f7851adaa5cbb72554a2c7b22e7d69a140b514ae95eb52172bcf637f6e79, '', 0, '?'),
(0x224ccea704834d18f2f2ae671086791b, 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\meta-search-route.php', 1, 0x00000000000000000000000000000000, 0x371f87675c6c8075c103a0226dac45c8, 0x1ae5bcfdd6d7f3645a9484b49cbac998ba1cb95ed26e219aaa23a0d7a138c427, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data.min.js', 1, 0x00000000000000000000000000000000, 0xf9e9982e508ea29aa1b0e9bf518347f1, 0xf677c8ec0415215d4a743fdcaf0d4e1cfcf5c00170a629450a6e2b67199ed6ee, '', 0, '?'),
(0x2256b21051e7f83a40087ea5d3c7cc1a, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-3.php', 0, 0x3d327cf0f03cbd0d2d116a5179703c50, 0x3d327cf0f03cbd0d2d116a5179703c50, 0x2c852cbf8c8cf905418912744bb39647d73b98874784a9b8317fdf88affde2d7, '', 0, '?'),
(0x2256ff694e3fca4147f26a270840e9bf, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Coloroverride_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 1, 0x00000000000000000000000000000000, 0x6fe84d2e1b2872f7442cdf5fd7c42527, 0x45fa0b0e2b85810c921a9dedf8158e75bbc15b50ae7e743e005042eb86fbd50a, '', 0, '?'),
(0x2259ce12df3a6eaa81f541f7cd0e984e, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0x8d9a8339860109c671e1bd84e40a9934, 0x0fb07a354217c209382a6c7676cdd4d3909e7cadc8c3afa007e584126e9714c1, '', 0, '?'),
(0x2259e635f1a6b122d7c29f6d7359b641, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/javascript.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\javascript.php', 1, 0x00000000000000000000000000000000, 0x0ca6797419d8bdc2644cab05d78f0f07, 0x2a2f2401bdbfa2e23636721ea257d681f9bdb7f9fdc0700e67f908ffce334025, '', 0, '?'),
(0x225eed2760130721dcf0386835ed9a8e, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e64a959babe6dcdb871c8cf7ff3a40b, 0xc8f4cadeff39b06d16bbd5245172dc28232b9d068111c1d82c8642a579f924a2, '', 0, '?'),
(0x2263b0ca5c448efb5263200fa4f2009b, 'wp-content/plugins/elementor/assets/js/dev-tools.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.min.js', 1, 0x00000000000000000000000000000000, 0xe764ea6de81610d0a090f2a6424d7dd7, 0x973c7ab2386222aee29cee770dd1eb54492e5c79210fa284218e0f4d654b3885, '', 0, '?'),
(0x226875793db1892c04b701ceefe576d6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\creator-presenter.php', 1, 0x00000000000000000000000000000000, 0x1b967ee8bb175950718196630c7236cd, 0x19eb2d0a24b8d350fe6fbc697b62bd6269693b89319b0813dbb95b89bfa5e01c, '', 0, '?'),
(0x22692f670abace53fa7f6241995059d3, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-copyright-configs.php', 1, 0x00000000000000000000000000000000, 0xb93a2bbf3ea9585dc9ae217bee492e63, 0x5babcbe37b15eb1afbfb4878941d45846d162397f61f617d502f2751d0b56b5d, '', 0, '?'),
(0x226a90d2f267334fd674837a66d4586d, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.min.js', 1, 0x00000000000000000000000000000000, 0x03d5c784100e3e3522ff0b9cde26d49e, 0x409cbf3daa5aa026534d0ccc9c152b9fc4d906e2184e16524d660c8152be777d, '', 0, '?'),
(0x226ecccb85df31c90ec9fc55420c3153, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x84ab09d83dcdb260f662e651eba77e61, 0xbd9528c21dcf8f574ec25cc9cbc61951275e5d8fdb4a3f8a8ec9e951b6c3e449, '', 0, '?'),
(0x22704c7ad8eb3b456bfe6e57411cd10e, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\featured-image-condition.php', 0, 0x9496f1fdb321b14fb5bb2964310ed932, 0x9496f1fdb321b14fb5bb2964310ed932, 0x75450f747f9d47cb76562dae1fff0ae8307c65f2f4fc59ca656520b70a39adae, '', 0, '?'),
(0x227194abb2a2094b3641e2b90baed921, 'wp-includes/css/dist/reusable-blocks/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style.min.css', 1, 0x00000000000000000000000000000000, 0x70fac6f31045472eba37516d16f82399, 0x318fa334d429ebec1ddd0d45f2a0ac12756a5616dc8f6bef7682d57d7aaa139e, '', 0, '?'),
(0x22750e135c5fc38ea767e9572bb74c77, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x249a28d255282f4a852e564b523db81b, 0x37de4e4b90d4725c6777d183d87ff16820a5b958e85c31251fbc2e093459872d, '', 0, '?'),
(0x22799841b408caf81d2f18c5b2f2c2eb, 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.min.js', 1, 0x00000000000000000000000000000000, 0x8f0a846dd760c68604affc8c0c0cf7ac, 0xb4fa491f8013354f6d810281b06bfd0d31fa1a828c27e8a32ce74529b23ad728, '', 0, '?'),
(0x227d56ba63a59a75ca51d8d013f969ff, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x9fe06564b4da14482eb9836c227d1598, 0xb47b03328e7e2ad5c7c60ec6ef01eb1c25e4e841b124226e52f768ebd77f134e, '', 0, '?'),
(0x22851567b47878eced6c84b502df964c, 'wp-content/plugins/elementor/modules/components/transformers/component-instance-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\component-instance-transformer.php', 1, 0x00000000000000000000000000000000, 0x8d2c666e19c076f8c6af3cca5baf61a8, 0x01d3564e7fe59093016f27313aedcf8593d78903a90575566b8976ef8d4506fb, '', 0, '?'),
(0x22867ec6b7ba5d37a5098bfb03935c91, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/ReCaptcha.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\ReCaptcha.php', 0, 0xfc9ab2c83f5a241aeac9ff9d379985f4, 0xfc9ab2c83f5a241aeac9ff9d379985f4, 0x2ac683704c1d00783487bc76280e28761fe99f26a20499b27d52d0eef213c455, '', 0, '?'),
(0x22878746bd09161ec5b7f08df1267d11, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-de_DE.po', 1, 0x00000000000000000000000000000000, 0xfaf75456e318f44e37f986ec19cbf38c, 0x30fac0141dc416d1a56a6e47d30a4fc8d69837b7412c6301e8a7ff22aadd26ae, '', 0, '?'),
(0x228bf8934b9736065ea53456fd7d99c0, 'wp-includes/blocks/spacer/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\block.json', 1, 0x00000000000000000000000000000000, 0x327e501f611a6a6ddeac9862e81b19b8, 0x1ea0ca05e6670fe768d5d108553a7ef84da31a4c42334a084d7b0d855784dceb, '', 0, '?'),
(0x228c4ce04cb4d3e2e932be655ec13c33, 'wp-includes/blocks/post-comments-count/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfcb46793294c7862c71315cf0516d763, 0xbb48f6c22b5ef0933501c97752666ac40962fd3459db6ea9a6dfd81fe944b907, '', 0, '?'),
(0x2290af76a0cb5094f7171231d532fba6, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\OFL.txt', 1, 0x00000000000000000000000000000000, 0xf35c7b79fb15a049b5e024ec8dd02c14, 0xc51761da4c8d612b23ec939ac7d2f7c5636e94a05fdc8159ba9e18e6ed0c541f, '', 0, '?'),
(0x229457962d73b1b678956a9ab86aa0dd, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-woo-cart-configs.php', 1, 0x00000000000000000000000000000000, 0xa2d601f1f80d3002bc4f1bf4b83c96e7, 0xa8850efd41d37621f6f0968a1d9e1502c8abf6154d0ce00b96a87309e65b4c65, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x5f6d59ef4409e15b730af0389d2132ea, 0xd9839182c52b0371be38936fb88e5f54e21e5fad8c2f7a4d3cf3528bffe33d39, '', 0, '?'),
(0x22a2442a75c6e7f46f4d183e5e306706, 'wp-includes/blocks/site-tagline/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0x22a3439d73c32f049c85704be18e1931, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0x1378548483070a308de70deb92910454, 0x054e3b318ecec883744e067b046441e6b700eddf3c72444384f8dcca41360321, '', 0, '?'),
(0x22a61404361592f5c909e6da7f04d3af, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/OptimizerExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\OptimizerExtension.php', 1, 0x00000000000000000000000000000000, 0x9a7e15668ae75dc03ccf26dbf23e0a2d, 0x4fed20e8539802500bcbf87fbad608618c74ea9a6c0b1eb68e98ff7fbab90406, '', 0, '?'),
(0x22afd01ecdd3dbafaaa81c36a7b7373f, 'wp-includes/blocks/site-title/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x22b53f730049de15b20c39dbda860bb6, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x0421d8a1b2e3eb6415ca2adc026a54e2, 0x5349ed93159dda01ecad6eac74db5028926eddc031a785e936747a7be7eb15a4, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-pop3.php', 1, 0x00000000000000000000000000000000, 0xe953a35497d027eeb629590c27226cf3, 0xc794567233c6ee814843bd43702bda71eed5a2c7679c309e24b6cb97910d5e5a, '', 0, '?'),
(0x22b6a9cf168c98e97c7af669da28953f, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-news-blog.php', 1, 0x00000000000000000000000000000000, 0xc3ce4eab7553a36b81a992c0e2b287e5, 0x44bb8c452b07261aedca9691cec9365fa1f6e667cd64f4b46ce566928d0a00eb, '', 0, '?'),
(0x22b748d94cd653044e9d38018cb72411, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xabf26a8c27714f79deaaa5dd60cc1048, 0x581ad904fe61d55a6c949b0b9d491d8d96d1fc196e48f9a20e033e17f5b19b54, '', 0, '?'),
(0x22b9f2f72f51715bf8b7f998bfb2a73e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0x0138e253244031d11f428dde52032dfe, 0x19208613ee915898e9843e59798b203993ac6279e75bd63ef9913e0bda104091, '', 0, '?'),
(0x22bb0af0593f681c6c67641fa36a9266, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x476cd5577c1663dc4b861b4a8841ce91, 0x0d86d8edcbdc2d510ab90d89c1cf8984009d2dc050f8917ee170e6056c58fb7f, '', 0, '?'),
(0x22bf93311d4c58831f5b390ddf6ba45e, 'wp-content/themes/astra/inc/theme-update/astra-update-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\astra-update-functions.php', 1, 0x00000000000000000000000000000000, 0x1f0bc986ed8463a0792b482e19da78b7, 0x042a3a88f2a8e8e23ae0c7d6f562446da07cc644fabdbfc0a944d112d1063cfb, '', 0, '?'),
(0x22c7d4d09f9c03e456ce343c1d72a4cf, 'wp-content/plugins/wordfence/css/wf-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0xfb05c15ca52772a21ee47d515e4a10d1, 0x24e9e89327a1721dcbe8ea76d6b203075241b7765434119d7372614f8e8947a6, '', 0, '?'),
(0x22c834df3a83e2e0ce70dfa5926e5d9b, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Collections_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Collections_Builder.php', 1, 0x00000000000000000000000000000000, 0x9a6abd384c5d505103ddaf417dae6181, 0x3c15b2eca451c42ba8072d35dbd2517ff6bac3ba17954de368d2a277a6ad67e6, '', 0, '?'),
(0x22d08b03e0adaf27313da949bc6110f4, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/array-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\array-prop-type.php', 1, 0x00000000000000000000000000000000, 0xcf5e2f0f2b3167410b8f90a1f6fcf9b3, 0xac618543423f5a75746dd8e970eb9fd79687508ba01e72b2870721fdeb449133, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\comment.php', 1, 0x00000000000000000000000000000000, 0xb0950fe2f73f39e1c10104d75b64b3d6, 0x151522890e1e0890091bd0fbaba866a0e38b06c175f2841745396960f334276a, '', 0, '?'),
(0x22d675407258343296dd0403eb265b45, 'wp-includes/blocks/comment-date/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8daea75bbe6e83427d1ab71e39a73e3f, 0x2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x379a242c582c1c1758e3e46f7e4e9bb9, 0x7d0ea9c2f8c8c033b5b5dcc6a85da53889d8558637d78963060702abf43a9680, '', 0, '?'),
(0x22daac3cc599ff36c5d4b9a5e4731c12, 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-no-results.php', 1, 0x00000000000000000000000000000000, 0xc9431821f83bdb43306c7a4d94904f65, 0x5bd8424b9dfef6029bf3c1d3ecfbe37485cc48ea2fa5042c5fef4be12c4ebbdf, '', 0, '?'),
(0x22db5fb99ca62c79fd4fee5cb9efe1fd, 'wp-content/themes/twentytwentythree/styles/marigold.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\marigold.json', 1, 0x00000000000000000000000000000000, 0x6022c5c6cb15ca56ebdc298c49c31528, 0xc876c174bb26e349e5f40faf7cdfef7bb29a5fb02ebd3fe5540cf634f796191b, '', 0, '?'),
(0x22db7d9796f060dcce90d8d2e58acbf2, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\page-title.php', 0, 0x6e7ef9c618c39160925028933a6852b1, 0x6e7ef9c618c39160925028933a6852b1, 0xb33c7a8c76f53ce12f72d525eb3429a48b13597ba1e1db44c15a5926fecd0e02, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x22ded9ce2528c44d16c0021a2ce2bfe5, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.asset.php', 0, 0x703199599ccb45f609b5b2adc11e079a, 0x703199599ccb45f609b5b2adc11e079a, 0xc4df313d279cf404d4acb52d3eed0b05517fc3f8dfa16b31d6e31e5b4dccb4bb, '', 0, '?'),
(0x22ee44e3b15a7e00f27c9033d61ff5df, 'wp-includes/blocks/query/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor.css', 1, 0x00000000000000000000000000000000, 0xa34d10bb47c247aff73a04281b5e0dde, 0x604d9afcd83bee0092c2bcab5bb6a3f119907487d10ab384cbb3096ab96c09e8, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\date.min.js', 1, 0x00000000000000000000000000000000, 0xb0159c1f26fb0a8ebc5008949d423da4, 0xb643b86c7e6a62260d1338dc95087231ad920507e1f8cba5818c0966a5cf075c, '', 0, '?'),
(0x22fa3c9ca8f2e827e03b52549e47832d, 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2301af3fd8b4c29565403e6d9afc82c4, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback.css', 1, 0x00000000000000000000000000000000, 0x87887baa7e61b41cb240c0f91b083683, 0xc456607b575610d9d0e61d3098faaab80a1c1a1b891bf8cbef938dfa49b313f3, '', 0, '?'),
(0x23043a61c8b5dd9259e1ff2314402011, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\PhpToken.php', 1, 0x00000000000000000000000000000000, 0x778ff885e6e2776cfbe5bfbb1d34ece8, 0x8c21dd4ba481ad2bfc3fb90d9b630be54607bed4d2db5f825a5b7120f5ee425b, '', 0, '?'),
(0x2305968dd5c3648228332bb4028a7188, 'wp-content/themes/astra/assets/js/unminified/mobile-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\mobile-cart.js', 1, 0x00000000000000000000000000000000, 0x014ab72faca13ce89259ce5f2f7d691e, 0x61839416b96a8adfb0bc845fbbefad1a66514c9d0be78c6ef1614185c1d25d23, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x2b492a6b0743fb653bd050b8a18cac53, 0x038aa05f275c0371c8cbfc4630b48b7bc6fed0a246d10d0fd219832ee6a04f4b, '', 0, '?'),
(0x231316845b64bf07fd70ca1984531d83, 'wp-content/plugins/elementor/modules/interactions/validation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validation.php', 1, 0x00000000000000000000000000000000, 0x5d60ac7c259ba5dc63a487ad07a6d39a, 0x9f836f733452bcc1bb70b8a319d2ffc62a24f0c19e959dc2eb12bc212912fc94, '', 0, '?'),
(0x2314a65b63d8d8a3f219105e79b74ff4, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-account-action.php', 1, 0x00000000000000000000000000000000, 0x7adf6fe00dbbfb109bb45533eac2bf17, 0x0f3a27e56d6d1a9f04a5520a758319f40f5158916ac6464ad037b29254ebe9d0, '', 0, '?'),
(0x23160d9a84a20e019a19b22d6ebac767, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\search.php', 0, 0xf8ae982b8035dd9596c64d52e83764e0, 0xf8ae982b8035dd9596c64d52e83764e0, 0x93bf413160a78b5b5b64b533a2ba31a1accd33de8628abcdb02077d5147f80b2, '', 0, '?'),
(0x23169ad913608b77090e37a04ed1a853, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0x95763e1daa800f30562bdc0ae9abb709, 0x522a07cdc236bacbc83fcd3cb7570323a395bc93472e7c91ee3216f2640f9731, '', 0, '?'),
(0x23184680bb1ee74120dc7c86710f301d, 'wp-content/plugins/backup-backup/includes/progress/staging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\staging.php', 1, 0x00000000000000000000000000000000, 0x56c9109644b9b7b6afceae2bbfb07edb, 0xeabacac4dbecd391defcc608ac24e9959365552a8a4d7481615f055718e0512d, '', 0, '?'),
(0x231f1e1bcce18487e74e14404056332b, 'wp-content/plugins/instagram-feed/inc/admin/blocks/class-sbi-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\blocks\\class-sbi-blocks.php', 1, 0x00000000000000000000000000000000, 0x4ded3ef21f40b7d2184ab0a5a98baf65, 0xc5acb6f2e261ad94977341a24e4bf7bb7e04a1bb5d1cd70432f1053aabc2cddb, '', 0, '?'),
(0x2325f2789d797f85f700ca7116af4c94, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/number-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\number-control.php', 1, 0x00000000000000000000000000000000, 0x643028b3adb41f152b7f9d9a6e8a9783, 0x964be43eeea18ff63a2c41767d595e758892c7666e27b78b172200e558ee2ea7, '', 0, '?'),
(0x2327b0651123ff1d5ef728d9a4122e4d, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x232f5b7499fb6dbb8502614bf09d48ea, 'wp-content/plugins/custom-facebook-feed/assets/img/smashballoon-tiny.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\smashballoon-tiny.png', 1, 0x00000000000000000000000000000000, 0xffee732cb08d6cb9fc690483c42f77f5, 0xd7f5c4d70f6025a5060a99350b0d4d3d88b91f81c1d5cd88c1b2879f31e7a1f0, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-post-type-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x5d8e1b0382ab00091ebdfea6f85d73f7, 0x314e8fe932beadbd76a8eb0c2f5729afa90301ec87250a6f3ea32e10d0681c72, '', 0, '?'),
(0x2336b755a1e83bc87e006302f0b40510, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInDown.css', 1, 0x00000000000000000000000000000000, 0x5fb5210eead311be059b661007f2a78a, 0x2c50a256cdd21e18fec1dc424ada0b10b090366523b4d1c264e0fe8ed7b8a3f5, '', 0, '?'),
(0x233b77868d3cf46e293a1bdd1160acae, 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.asset.php', 1, 0x00000000000000000000000000000000, 0xd889c8b217bdfba74ef720b87e9ab40f, 0xb73be349acf46a1f89f9762e98a451dca8d554e242956e24fba450e763486bc5, '', 0, '?'),
(0x233e334e34a5b585e9c38f493c6b4498, 'wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\export\\csv-export.php', 0, 0x111721f89f8f558020ebb04d388fce7d, 0x111721f89f8f558020ebb04d388fce7d, 0xd21ca4061ac6140a85fbd5d8022634e296ed507a9c47adecf045d365e8c7104f, '', 0, '?'),
(0x233eb4fa8d6a7847be2d421592f2aa32, 'wp-content/themes/astra/inc/assets/js/block-editor-script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\block-editor-script.js', 1, 0x00000000000000000000000000000000, 0x6b7a2a1d58e90d1e6df98d85f66e0766, 0x60c6004fcc91b1ddcb7818e8168d5cbc3d25ab9dafb0169e6dd1eacba1db4ccf, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x3ed819c7e2c85a8de7c0fb97a799562c, 0xc7176fa06612ac8bf458af90a307898232c9ea5141d81099b9288004c0f82a6d, '', 0, '?'),
(0x234f2edcb7f98ccd80de9c3be56b7cd9, 'wp-content/themes/astra/assets/js/unminified/flexibility.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\flexibility.js', 1, 0x00000000000000000000000000000000, 0x31efadb8a74a95d7fd5c7ed14ee687fd, 0x9deb9bbf122f9706ee03f069f7aac4cf7a18e9d437addae43d9d0bd2ba605f74, '', 0, '?'),
(0x234f6b578345f772c492add4b8e0fa04, 'wp-content/plugins/wordfence/views/scanner/text/issue-knownfile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0x34380f0ae19a389fca7b6b905a10e9d1, 0xf0d4bb719a97e1383ffd0cdd93221da62aa7f919bf859ab01ec9eb1ad08092dc, '', 0, '?'),
(0x23521e5e2375db357e4251ed80f1a9b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-term-builder.php', 1, 0x00000000000000000000000000000000, 0x3f55fe5216869f6964e71b7b05aff034, 0x3ba3ed1234af9a0f4c52851903d24a13c4ca2e837c4069f130d558f97dd6f2d9, '', 0, '?'),
(0x23531b54e16207722f07f567386893e5, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-sprite.png', 1, 0x00000000000000000000000000000000, 0x8f6d32c99dcde14e00049bdc0a7b6f5b, 0x3baadc1f7abde1ea16db91ce1910ab4fe2e960b332c6c03b25a9e0ecd8f40a90, '', 0, '?'),
(0x2355ec26242bfc54a24b207831fdbf60, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ServiceLocator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ServiceLocator.php', 1, 0x00000000000000000000000000000000, 0x6824d48c308a033132ff56b9853d12f8, 0xf3fab8bf2b03add0126fd269188632b70b994f168481fa8753ce40dea51ea3c1, '', 0, '?'),
(0x235ca6cd33e27bbb21767e9cf3b746b0, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/welcome-2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\welcome-2.png', 1, 0x00000000000000000000000000000000, 0x75a4a676d3317320b88b841a69b0cc17, 0xe90e75b9e5f65c955a4372bb3fc8422a51856cda783d6093a97c179c00a7f363, '', 0, '?'),
(0x235d0433170276ba5458ec0b4b6b974c, 'wp-content/plugins/custom-facebook-feed/admin/views/support/support-tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\support-tools.php', 1, 0x00000000000000000000000000000000, 0x16fb0739f0c8cbecac41015eac2a1d93, 0x86153e3ce14fd874c9dfb2ef553bd2c2bf727f684f07b754f30d52a9ad9b7bbd, '', 0, '?'),
(0x235d6eb5ef7a12c1756c34decb4277e8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/google-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\google-provider.svg', 1, 0x00000000000000000000000000000000, 0xc0243a968f04eae80f768977502a4a76, 0xb2dbd9d61864bcf2210424b7e439ba813df88b6f2b278c848ebb7f1fdae9d1da, '', 0, '?'),
(0x236064f0c742c02e4dacf22032689882, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\composer.json', 1, 0x00000000000000000000000000000000, 0xfe085e1a9d6b93e9b0ee15adc87a2f9f, 0x81e49397cd3c181edf8979970ebcb8ef099ea630679423eb4c45d39d9159c7fe, '', 0, '?'),
(0x23621fc7a693c7d6cb537e1138c7b815, 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\js\\e-gallery.min.js', 1, 0x00000000000000000000000000000000, 0xa095cc82c2505b373ea5186ebe36ff76, 0xf62f4827ae779527b5270f6945411fe1d374402af97bfbcab7b700640f063443, '', 0, '?'),
(0x236c02d1e10350f7451bf642914e089c, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\import-runner.php', 0, 0xc6d76a784242223175fb73be5ddc38ca, 0xc6d76a784242223175fb73be5ddc38ca, 0x63dba970b40bb677d5935c8369f698de6d16a8e7a234ddeccfd017451091f759, '', 0, '?'),
(0x236d3c1da1c802a41a199e0e9dede995, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x18ae5f5ca38dea0b14c057a3df7a2ce1, 0x630763ae047721a2b5f480fe9cfeed455e96d03f8f2c4c496dcfe7add1aba30d, '', 0, '?'),
(0x237068adec62fce5415b7f890ee1b478, 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/bust-subscription-cache-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\bust-subscription-cache-route.php', 1, 0x00000000000000000000000000000000, 0x6dc7e06fcfb36a98f2bff57a67fa6a0d, 0x5dac36f23ca717630f7a505b12964aab9c72c800e8b43fc2420419bba5d77860, '', 0, '?'),
(0x237414c26e1f32a8efd8d23dcf5e1656, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0x34780b02f1259c0d1a2045d8feeaaab9, 0x935dace0cdcc669b26e0b5740fee9657486f6b6345d081df7d96e90ff03a8c4b, '', 0, '?'),
(0x2377aec39260a5081b3287d3cbbc7dbe, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/elements/tabs-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\elements\\tabs-control.php', 1, 0x00000000000000000000000000000000, 0xff4406f1b130fdca0401b23bb3dda872, 0x513f7d12567da729f0ef8c27a2312027b769e5f0096b72559597e57621206105, '', 0, '?'),
(0x237c46cc89b3259fa1ba810c9a9f811a, 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\supported-features-route.php', 1, 0x00000000000000000000000000000000, 0x37cbcc8a8279b6fdc1e5352291de82fe, 0xd1212ad42d4678bff8809321889f72dea3e6c7cf66f4a6b99ef40165ac53c60b, '', 0, '?'),
(0x2386afbe0b686b5d0c55585bcec0bdb9, 'wp-content/plugins/backup-backup/analyst/src/Mutator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Mutator.php', 1, 0x00000000000000000000000000000000, 0xc40ce64ec6b1eca4276b36dc8e286b6a, 0x6f50808f65325d6b7dd017a9e053b0a8011797ab9efdd985b637c35c220b62e8, '', 0, '?'),
(0x238bad0d7d1afd4344d77aa54a54ec4d, 'wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x47fdc5b49c0af14dfc80bb8a998e2396, 0x4aced88b910cd61de445ae463b1f525c0e263ef0b75ab542168b18a3916db573, '', 0, '?'),
(0x23945c4db4c340ad30ac1c8d1fda54b4, 'wp-includes/blocks/post-excerpt/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa90904933ceb95d00d2777390e7a0752, 0x054f9a46736f4b4c2a08d5280ad66207e26086664e58837353d49a865c53a15d, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x23af05ad42949e5cbdd14e78add1dbbc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0x4afcb5c5bb2accabf0ea634f0f1921b4, 0xa4136d1425e814183cc40595efdda683556a0754e6dc8d939c2dd0ad91b2e147, '', 0, '?'),
(0x23b32b7366b87561c6c1cbd84408c720, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/jquery.tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 1, 0x00000000000000000000000000000000, 0x843b8a8618e600e4071e0e15ed40404a, 0x57b5cdab3d6a3edcfdc96d9d8109a6a90deb8a96f4538ab7160c3c423ae9be1b, '', 0, '?'),
(0x23b4a60e09484df0555a0d2667d9ca64, 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-cactus.webp', 1, 0x00000000000000000000000000000000, 0x8aa993aa901657c0456ebe91bcc86c90, 0x04b813266dafca1b719e5de9c411ce0b4f78f44b07b8f0e29b0cf8753fe26bea, '', 0, '?'),
(0x23ba6e093622b18638100bca8f547a1d, 'wp-content/plugins/elementor/assets/js/packages/session/session.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x23c0ac26ef5740da5d24cc476a7e23bd, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-05.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-05.jpg', 1, 0x00000000000000000000000000000000, 0x8f6160baf341decfcd700d5e1fefd40f, 0x7e935a1db3a46e60564446fe3329b2b0e4f6e841f24329bc699b24c2a1f8139c, '', 0, '?'),
(0x23c151d47b727c490ef96c4eb2934208, 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.js', 1, 0x00000000000000000000000000000000, 0x060b9c4d9558f0d9ea78bcb43b00b43b, 0xcea0bf9134813d641c8960f72d76a0d4ea2101cad63743328912f9eee2577574, '', 0, '?'),
(0x23c24f9c207e51ec37781fe20d66f792, 'wp-content/plugins/elementor-pro/license/data/endpoints/get-tier-features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\endpoints\\get-tier-features.php', 0, 0x035cf952656198d579a9b0c75ceadb37, 0x035cf952656198d579a9b0c75ceadb37, 0x5885ca4b2bb34bbcaafeff7edc776f826af9ef54e6f69bc46391e3127423aa70, '', 0, '?'),
(0x23c66f7f7d018583e6ba4a2432217973, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-float.css', 1, 0x00000000000000000000000000000000, 0x6f7c81cada198f756292d82a0b80a923, 0xe8cbfc5a8990b79f5ff93e8943951d2f78d5f68b6576b3c256407a5e83a0bef4, '', 0, '?'),
(0x23cd14bf19223f3f4ecba4bf09924868, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x20027daa4649059d29fa1ee9c15c79fe, 0xfdf1c28eb0b1a0b561a05519777eb77986097131a662d0ae4ec80b99fc757db5, '', 0, '?'),
(0x23d1dad51c8c65db7145be55bed727d0, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/password.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\password.php', 0, 0x5b63fa69fa6dd76ce802d4d58534c4f9, 0x5b63fa69fa6dd76ce802d4d58534c4f9, 0x6b39dace2dc5d7aaeb269599d071f130728ca8cfbeb92cc4e0376382542581c4, '', 0, '?'),
(0x23d2295fccdbb1fa59f582a19a687d32, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\debug\\marker-open-presenter.php', 1, 0x00000000000000000000000000000000, 0xa2d7d7a44d4400dc020c8c88c3a287ef, 0xe37e8b511a203e2722229cf9064a2d0beca4f958de049edd05abac648a635490, '', 0, '?'),
(0x23d2909553f29d49d4509bcbec7a1036, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xc6418e30810643d488626c76575f9298, 0x273f389ebd0e0ec283cb43713817db237080ba6fe380ca84073dfe0b04cc9300, '', 0, '?'),
(0x23e294f8b11ca6e1d4efffd4cff89b3a, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/RefreshTokenRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\RefreshTokenRoutine.php', 1, 0x00000000000000000000000000000000, 0x451f7665e49e7c562e53e6eb6a796e3b, 0x3824d42df14b62b2d3d4d6cf69da3e9fb17355656f460e45ce6dac97cba4ee3a, '', 0, '?'),
(0x23e518baa046c78eb08c45e21772ca3a, 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-video-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf989364572e8cf0ed22a53a46b5f13ad, 0x073965de5350faab4d05618c990bff81641bfcc65a880a90092092beecf204b9, '', 0, '?'),
(0x23e7d8708825cbc0c007c6426c57619e, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0x02a2584663734cb4b3000f438b7bb184, 0x36ccdb2dc1971e728fe93cf7ab6d8dec7ae194b4b5f47003826df4a7fb089064, '', 0, '?'),
(0x23eb096d9803cc69c60c724db7ccf945, 'wp-content/plugins/backup-backup/includes/cli/version_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli\\version_check.php', 1, 0x00000000000000000000000000000000, 0x86a2098104225a20c37ab4de577c41d2, 0x56e5fedc6a8032ee1ba1f9d3465040fce8d7ac03dccccacd95ad1fa0a3bf3139, '', 0, '?'),
(0x23ebfde344dac10b4f018f8656164930, 'wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\rocket-icon.png', 1, 0x00000000000000000000000000000000, 0xdf7f3a142268525b7ce78d8cbd560c6c, 0x7ab1b3fbbda277a30fbf3fa5d79ee2776816b5ec35ed99215ea42ddf560be085, '', 0, '?'),
(0x23f1ef6955d3669bbb88fad17a684a46, 'wp-includes/sodium_compat/autoload-php7.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\autoload-php7.php', 1, 0x00000000000000000000000000000000, 0x14d11dafb7b116d2e16efdf4ad349ce7, 0xf02dd1d0722a489615f15e84fc4fd23c90617ba98399fe58eb40e56720e3a42b, '', 0, '?'),
(0x23f6994ac56c0b7fa1f59e29605a6d08, 'wp-content/themes/go/partials/footers/footer-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-4.php', 1, 0x00000000000000000000000000000000, 0x6307d29e148ee203c75b7bef85f4fdf7, 0x62f7d028537c886bc49f2a942601ff2dffbf98021a1877e2f96055d300f574e7, '', 0, '?'),
(0x23f86821d8bafe8a43389128d3c3fb74, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\deprecation-contracts\\function.php', 1, 0x00000000000000000000000000000000, 0x1a356b2db7f4f1552b1cc85206d22eca, 0x6097c13635a429a16744a78769cd2141809aa7013176c05af1ce789c98ee81cd, '', 0, '?'),
(0x23fc9373cbc87e21109db4c59dcafc2c, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0x01d05bcdf7c4b519402221f23630a7ee, 0xfeb04fd46aa3ba9f3fe6e148bc7ca8d0f929d253b0771e99f2a53b9b66370091, '', 0, '?'),
(0x23fefba5dbda5e438b8bcd2586a26b90, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x5b44c7673c2e76dca94823076bdf5349, 0xb67628901db34a47b8c644f85717f31c1f5f3c334f360433e98e6d8e84041ac7, '', 0, '?'),
(0x24002284a988d5f0ab6ab70c9a7e2d47, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-500-normal.23b7b8a2524d2d4b.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-500-normal.23b7b8a2524d2d4b.woff', 1, 0x00000000000000000000000000000000, 0xf3919306c75b1eaacff757ba14bc3a75, 0x4973bdece4bee977a7d347ad503a079e72b74d2d38b8af7816c0381e20ae4973, '', 0, '?'),
(0x2411445db831edb6a8e6fc1da7896eed, 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestions-bucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\suggestions-bucket.php', 1, 0x00000000000000000000000000000000, 0x125f5464239798a2e33733b0b099bbb5, 0x5a1316b5c8665470e305c63d0a97b0424b0a439a125d3d0a2fbb1a84cbf8bd67, '', 0, '?'),
(0x24123458b965fc27d0a4206a8e71edb3, 'wp-content/plugins/wordpress-seo/js/dist/how-to-block.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\how-to-block.js', 1, 0x00000000000000000000000000000000, 0x9f667bebbfb6936461fb61dc743defce, 0x440c1bccbe19ab0b338d2c203bfb5aa5005848ccb31e6b9dadb50cf13c5ec076, '', 0, '?'),
(0x24167d10c0b8e1ef39abae40e11a8ee4, 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0xea07672ffdc67f843f49deec807b533e, 0xecdbedd36d0b7c63f32a019ad4889d9e8e84f1a186e098a1a101413f997dabf6, '', 0, '?'),
(0x24186fe3eaa76be9b0d280601ff98112, 'wp-content/plugins/wordpress-seo/src/ai/authorization/domain/token.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\domain\\token.php', 1, 0x00000000000000000000000000000000, 0x9d69356e9543daff78a8ba51586c9ea2, 0xc99ae4a874cb6088bfc785ed3c5bba0ec84b304c6d6cf335269ed31a78c3e78b, '', 0, '?'),
(0x241a9aaa1bce3d27fd7740f48fd8758b, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\e-icons.php', 1, 0x00000000000000000000000000000000, 0x0ce118d147d93409395326760c0c0190, 0xb43d9fad9430501294b1650e800c4f8ae2b4a471050c6bc36ebeba819779b2c4, '', 0, '?'),
(0x24243b68975100d0489668be3c3adb33, 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-photo-blog.php', 1, 0x00000000000000000000000000000000, 0xa988bab493d820ef2f78d8d2ed9f8880, 0x733a18889b0f646d72119c3040700a8f300f12d45e2c82aa9af40cc94d38366f, '', 0, '?'),
(0x242efbcb0a51888a42ad861224e19283, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\data\\query-constants.php', 0, 0x23e35116d966181298068f64e75b98f0, 0x23e35116d966181298068f64e75b98f0, 0xd0cd133cc7b0718f86f0b9329620b6695597aee4cebcea36c4b6f914d160b410, '', 0, '?'),
(0x243049b89d6193a3463d373c4a9f096a, 'wp-content/plugins/instagram-feed/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0x2430e6f4f80c275d04108f6e73cef54d, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0x3a358ee80cf75a9a50c6221377184730, 0x168afe556398319c60d3fb52a59707ebd7ef52fa4a52fa4805106ac57e42b65b, '', 0, '?'),
(0x2430eabc4c2b3f99e9425c64402f8c1a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/ChainLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\ChainLoader.php', 1, 0x00000000000000000000000000000000, 0xc194e7ef69b4b390e253a8e2662f4c14, 0x0ec8bb6160eb9fabfceb75113618af0e72dfdb28f152ecd6eae0df60651ae8c4, '', 0, '?'),
(0x24369cf7b8aaf344940f6f80c8acdad0, 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\headShake.css', 1, 0x00000000000000000000000000000000, 0x7359561cea7fce631446cc1bce7dfac8, 0x48f2b96f8b562595c9cbf7dc435a7e98614b4f559492336e17a09d5a44f14878, '', 0, '?'),
(0x243de45db954616984ed6edb70ef8a00, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6275.e7bd7c2a89646909.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6275.e7bd7c2a89646909.js', 1, 0x00000000000000000000000000000000, 0x2aadd0c2002444774c6cb18ee8c3bcc5, 0x657fa3bf1a25d8f1d49e7318e14154a925aee2213ba88231547cf25af0a09df5, '', 0, '?'),
(0x244c455c75fd7a424a52de9efec17043, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/template-renderer/template-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\template-renderer\\template-renderer.php', 1, 0x00000000000000000000000000000000, 0xb2fc3d257c9197834d4a30e79d96c883, 0x3683db3f8892da27652091ef6eec5269eda73ff7c30a2a7c772a51e5ea0a34e1, '', 0, '?'),
(0x24523eba277f6345be819ddf5d4b80ba, 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/base-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\base-adapter.php', 1, 0x00000000000000000000000000000000, 0x56af45dcb7bed2ac55bcd660d1a76023, 0x7db824b8996d962d5249a45a96ea38de1f753b547487340b16bbc29a5049f12d, '', 0, '?'),
(0x2454d6412311a701bf463c20ee69509e, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/schema-enhancement-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\schema-enhancement-factory.php', 1, 0x00000000000000000000000000000000, 0x88211aba30583b03ae7ce3ebad07d8f8, 0x75f7e0e19e434c48550c1960d3a513d53aa2cf79a67ef790527c0cf33736ec5c, '', 0, '?'),
(0x245b04521ba8aa2e4297f41ccd40edbd, 'wp-content/plugins/elementor-pro/modules/slides/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\module.php', 0, 0xc01685d718cf445bccc1912ba93be4d8, 0xc01685d718cf445bccc1912ba93be4d8, 0x0b6066eebbf43ec7125a134644d82e2be536b10c6ea6ad2c71d69c6f779a92ef, '', 0, '?'),
(0x246fc581e8c99342d21c4443ef277235, 'wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-daily-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\traffic\\organic-sessions-daily-repository.php', 1, 0x00000000000000000000000000000000, 0x0734407e709238d19af21896e656c473, 0xec1397b3ba05b310bcfbc5663e28d8a436f23cb3c7137202d58de61df3ee022d, '', 0, '?'),
(0x2472b9b844273719a295c6e73c327464, 'wp-content/plugins/powerpack-elements/modules/marquee/widgets/marquee.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\marquee\\widgets\\marquee.php', 0, 0x3a0bfc15f107dc197dcdc4655778e6c1, 0x3a0bfc15f107dc197dcdc4655778e6c1, 0x76205002b3e01d1f90088267d61282e597339290ae34b94f3d16beebf2f4b1c1, '', 0, '?'),
(0x2473fce348849d0be6e79f4edd3df5e4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\NotUnary.php', 1, 0x00000000000000000000000000000000, 0xb7fc81b0687456d5625f688bd7be2cd3, 0x0350578e484a9e13e1d82f505d621885c59c1fdc163063a784a05e18fcbfdad8, '', 0, '?'),
(0x2474451297780c4f2337db6a19977b20, 'wp-content/plugins/elementor/modules/admin-top-bar/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\admin-top-bar\\module.php', 1, 0x00000000000000000000000000000000, 0xcf6bb588c625e0970111c447c9d3ca46, 0x34b154932a481cf7ed855b23c53785cfc90b58d7d806316d34eab3509188c9f5, '', 0, '?'),
(0x247a7384490058738099edc457237fba, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/completeable-task-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\completeable-task-interface.php', 1, 0x00000000000000000000000000000000, 0xd5fa3edea643a6be06e522fecdf8075f, 0x89b265954c30f55077ffd7b0dd8d201ad584533687f7db2d141cc628f7a14964, '', 0, '?'),
(0x247ff4085a96747ae10fcc749d576d18, 'wp-content/plugins/elementor/includes/widgets/button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\button.php', 1, 0x00000000000000000000000000000000, 0x28d8b6d02061a3b5944cec34640a1dbb, 0x0d31125c3f94374ab6881d999938dabb746c28e0a8a6dc465e28599f705fa9ed, '', 0, '?'),
(0x2484a9e408979c7d26fad5a4995eb4b5, 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\class-astra-learndash-container-configs.php', 1, 0x00000000000000000000000000000000, 0x23d5ec168322254c2c655f4d8b668c6a, 0x0c9dd3e49a9d7eb0c0558c3370d0fa928a4a444ba205f74337cf772016933003, '', 0, '?'),
(0x24863ac30ced11c64c65d0f91752d490, 'wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpheader-schema.php', 1, 0x00000000000000000000000000000000, 0x640a77d6b7679eaed8aaad1d30437eed, 0xd6cfc89d1212a012cb275149a0d9536835322d9178ba2e06db7ed2461744b546, '', 0, '?'),
(0x24888c46d247d12ce32b18888ab9f757, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ja.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ja.po', 1, 0x00000000000000000000000000000000, 0x015ca441a009e908bb9c694d0eb0df06, 0xbcaa02238f01c182c141870d76c3c9e40904fba3bd72ca62ec30351037cfdcd3, '', 0, '?'),
(0x248b1e25ec8b67e8ae87657c80def1fc, 'wp-includes/js/dist/base-styles.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\base-styles.js', 1, 0x00000000000000000000000000000000, 0x6cab4a46b499b8bee092ffc02a44d5e3, 0x3462e11006cd4ee9c3976c552065cf671b132210a07873a714a0d46ae0b263aa, '', 0, '?'),
(0x248b2ec89420707fc387b7c38b91fb26, 'wp-content/plugins/instagram-feed/admin/assets/css/support-tool.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\support-tool.css', 1, 0x00000000000000000000000000000000, 0x956aba3339c37cef9a29b92bb9dacb0b, 0x3059180fb48aeb8bc3af3d8963a1d2cedff3ecab6e5705a1e2ee550e9b43edf9, '', 0, '?'),
(0x248ea1ad89d654f8d349f153614b4119, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0x17493a55a9fc8d8dbf99ca3a4a9ad469, 0x3dae2195de3581e56e0f566852fbbf6988b694b34c68a48b0b4e8eb7e467026c, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_redface.gif', 1, 0x00000000000000000000000000000000, 0x2af6864dd63094996a655bf5d6592a0c, 0xcae59b5df89ebd34fb8ac8f600bacc7f20eb7de5a5db532f1441689c02b429aa, '', 0, '?'),
(0x249331572d0f7e9c3b3c7fe895149b8b, 'wp-content/plugins/wordpress-seo/src/introductions/application/google-docs-addon-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\google-docs-addon-upsell.php', 1, 0x00000000000000000000000000000000, 0xb8d66313386213536f7a0e9b096399af, 0x61022eae5e26da90800cdd1114c232467dbb802ff00c013f33feaa289b229d3a, '', 0, '?'),
(0x2497e6ed45acc6e20f3ff065748d73f2, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/js/feedback.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\js\\feedback.min.js', 1, 0x00000000000000000000000000000000, 0x51e787e18feae8527f4537808f470331, 0x911214920a60fc138cd3ce7e02c330ee2e61254d44e36fcebf6aecb959c7e835, '', 0, '?'),
(0x249afde7207e071e3c2fac896152f4b5, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\wpml-conditional.php', 1, 0x00000000000000000000000000000000, 0xe8d44961097e50a05681ee442f0dee9e, 0x834fcd7f6712c2a718c984d4c21d7a0c58f4a64a1704f45266c5794ac416c5b6, '', 0, '?'),
(0x249fe8ed2514121ad1c01b1d6491cfbd, 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\custom-tasks-manager.php', 1, 0x00000000000000000000000000000000, 0x020e469ba656e6b3053939b0dead595a, 0x4317e5fd0c81245ed9cd26354c346f0c113d0bd3fa547a43d16768d662ef9700, '', 0, '?'),
(0x24a0e24fb49a0b7b20e4ffc10b703167, 'wp-content/themes/go/includes/classes/customizer/class-title-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-title-control.php', 1, 0x00000000000000000000000000000000, 0x282d41795b1b1cbb9b3250b6edf1a479, 0x5f4f3249bcd42cf64fa386fa0810a8a371e129a107350ef2c0120a42e4bf2ed6, '', 0, '?'),
(0x24a1b18aff6fbc02ae6619aa046440c0, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-style.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-style.php', 1, 0x00000000000000000000000000000000, 0xa0ba9b2d149298dae301c4759531e53a, 0x985cf97353cc3d3ecf05681880c7b664e2b01af5f683041d0aa3a746ae468898, '', 0, '?'),
(0x24ad2f8b67fcc5d13f609dbfe3421925, 'wp-content/plugins/powerpack-elements/assets/images/pp-logo-sm.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\pp-logo-sm.svg', 0, 0x4fe02d0a32444dc01a0113aa3f41085d, 0x4fe02d0a32444dc01a0113aa3f41085d, 0xd0504065fbbe3b43a883e59669c79624ee60fcecba09c7559cf65d9a0b5c0fd7, '', 0, '?'),
(0x24b3eeab71a903ad53920665a0c6b648, 'wp-content/plugins/elementor/modules/variables/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\import-export-customization.php', 1, 0x00000000000000000000000000000000, 0x33d53ef8c28781ed73e252dd53f4dcc3, 0x00dc1bacf115abf88f014bf3c01f2f863eefe29b3977f44b3f4879bb32834eb4, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp.php', 1, 0x00000000000000000000000000000000, 0x817ad5f179b7eec4c00d837021ae272c, 0xd9e8381a0943a8b574b713f89d8c58c9359386fce01d15396abcf700d2f76fa8, '', 0, '?'),
(0x24bbb2f8f5b68aecf5e140d8206fbc3a, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\index.php', 1, 0x00000000000000000000000000000000, 0x55125b0286b9afd9d678a4e4211e5703, 0x95ea272df153b97bcfc554be9a7accf1b4cd23a56669d8a7fe2c8ddcc94729d4, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x24c3025447790d41be18b05740b0b435, 'wp-content/plugins/elementor-pro/run-on-linux.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\run-on-linux.js', 0, 0xdd3839e8d4e9cd0e3658165c31841ae3, 0xdd3839e8d4e9cd0e3658165c31841ae3, 0xa137926195e98ad712463697240b3875fd87be2206164e2a178d52bf40b733a2, '', 0, '?'),
(0x24cae8018fe1fc7be6b292b3393d5d05, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.asset.php', 1, 0x00000000000000000000000000000000, 0xda0c5e8d159378c7ac1581111e52888a, 0x1ce252414826b8dd100c45c10baac853748dbc14c31fa9b143c805d1063851c6, '', 0, '?'),
(0x24dd4e3b6f5a5aaf8a356499ab5e440d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-authorimage.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-authorimage.png', 1, 0x00000000000000000000000000000000, 0xe25fb29bb28903861c00ccd9309b1d59, 0xdd54bf445d4afe5b979d2b555f75935d9e2fce09d243a2bd9e790771043aff50, '', 0, '?'),
(0x24df0c0f9645362a37077b9fcc67b46f, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-advanced-menu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-advanced-menu.min.js', 0, 0x5536ac8d4fd574bb8814d59dd47728e3, 0x5536ac8d4fd574bb8814d59dd47728e3, 0x616fc2db56e797d36c0426719a3e84980bb9296633e9219d2c6dab31b7665402, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\live_activity.php', 1, 0x00000000000000000000000000000000, 0x9efee6690b6bb311111518ea127f9973, 0x5e268656f06299c72c9b1c9573d7c4425e06ed9752a31334bed1b89083a9c556, '', 0, '?'),
(0x24e613a3991de00718f289b9c7dc76b9, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/health-check/file-reports.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\health-check\\file-reports.php', 1, 0x00000000000000000000000000000000, 0x54632791eac8ee44491f9f58ee0cf120, 0x189449c83a9763a7bfde2063070018b8516fdf2f62b209b664e64bf4b58e3e49, '', 0, '?'),
(0x24e771897aae02ca8b9d588e3fa0dfa4, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0xc61cd011b9c92bf3c61f0ba837916c6f, 0x9112b4f29cecd2bd49a2ef3ecc8c0f9c159fb2abf1c74f983d22c2ae08189c16, '', 0, '?'),
(0x24ea4357d823ec06ea7a6eac1e4c2e8e, 'wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x24ea471f451df06b06c63c5bbd8cfc9b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\auto-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x002acfd3fbd21730962d947a633c7aa8, 0xe0955ef81be32441050a2312aa9a37c554fa1f8b0eb65a50aee4f32da380e24d, '', 0, '?'),
(0x24ecdfa09ac951f0f77a527e310c4514, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3494.846284a842bc8e36.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3494.846284a842bc8e36.js', 1, 0x00000000000000000000000000000000, 0x59d8c5b9c68da52bc4bcb3bfdbc25d2e, 0x704a5549b1d89747606b6168f374c78f20e2c50309b7e468ad38450c31de9716, '', 0, '?'),
(0x24ed00ac63d7ad9955f18126fb26c6fb, 'wp-content/plugins/elementor-pro/assets/js/preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\preview.js', 0, 0x6dcee50db96ac247c914f439a6c1d53b, 0x6dcee50db96ac247c914f439a6c1d53b, 0x339aa0095e77278d9ae777d3f063e6b115929b456722283fb68d20e3345b81ed, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-privacy.php', 1, 0x00000000000000000000000000000000, 0x7954f13fb1b4e25cd57905cd79b361a5, 0x482574077e719067fe9d97770ca5cd60f2ea1c151ee919e7e70f02a2f89a2d44, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0x66eff164fa3c06016494ea652634531f, 0x2ca990f4b266232b943b8dad2ca808fd61f70edd0858e600d7d0e3e900459e60, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x53c5d4e9fe1b53ddf6f93c7933afd227, 0x515d21b3ce367bdf983a6ec26cdec215e9bbe77d487b3f6d261f0305522712bd, '', 0, '?'),
(0x24f9b520dd62d620b6810f7c39ab1899, 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-builder-customizer-rtl.css', 1, 0x00000000000000000000000000000000, 0xffa6097061d657124dd2318939322363, 0x3586e76d4cdfd2e98d8292f0220ce78dce79224c0e6ca934cc423a60e2c6d61a, '', 0, '?'),
(0x24fb5305ca217575660467488df26482, 'wp-content/plugins/backup-backup/includes/external/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\controller.php', 1, 0x00000000000000000000000000000000, 0x413cfb255502bc862f63bd83144ec988, 0xcdcd855e39cbce828fec2722001f9cef95a9083313891f56000a4fb77ee45143, '', 0, '?'),
(0x25008559e821387a81fa2a42d46e6334, 'wp-includes/blocks/post-time-to-read/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa61dc1350793a4678159e68fbaaab1f3, 0x9b1df5dc87556d290f9eb1af46edadd4b99520aec552a16121fc7e2130f7b12a, '', 0, '?'),
(0x25028ccbea727cdd88b6cae245a27186, 'wp-includes/SimplePie/src/HTTP/Client.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Client.php', 1, 0x00000000000000000000000000000000, 0x84871f40c141cf31c2f60e6afdb0493d, 0x0b0adfda4ffddd5af9380b2d7a352208a3111b0106c19dceac74e1ee844348bc, '', 0, '?'),
(0x2507ad22d2ab22d20779836404144199, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bg_BG.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bg_BG.mo', 1, 0x00000000000000000000000000000000, 0xa61e4f0bdae18c07cb3ddb08ae48aaae, 0x8595d918b9b9aad25426c7c9c2475a3c7f6fdb85acec7f5159c742c3f0a49338, '', 0, '?'),
(0x2507ccf5125cd6fb78ccae1c79560195, 'wp-content/themes/go/dist/css/admin/go-theme-deactivation.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation.css', 1, 0x00000000000000000000000000000000, 0x6832694f8ed74e9de0d6d9b757fde94b, 0xa828ddc25c9e30389a59f0990ce1db7568a1f7baa1fa5958f8664b0bcf97b9e6, '', 0, '?'),
(0x25096ea8130d331ade9df19eb43ad745, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-reports.php', 1, 0x00000000000000000000000000000000, 0x4b4e612ba74f5af92477d9a110d18b2a, 0xaf9da574f48e744781f2006e4fbf13a5179ae7d4311021eb23deb136dd13edb6, '', 0, '?'),
(0x2509fffde2c5bf936b7558eb62aa9fb3, 'wp-includes/blocks/read-more.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more.php', 1, 0x00000000000000000000000000000000, 0xfc70adcb5d5a2204baf0f3798f1bd290, 0xc0c0b58c3dd227ddd80ccd315d21173caebf2f18fe7642536013c69b8b0521c3, '', 0, '?'),
(0x250a54c4876c3236f1e10716aacde217, 'wp-content/plugins/backup-backup/analyst/src/helpers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\helpers.php', 1, 0x00000000000000000000000000000000, 0xf88e01042bb86d672a0df94e1f629d41, 0x5abea95b2efd1760394bcf8aee05b1d000c8248feaed685ede1f5bd4c1525c0e, '', 0, '?'),
(0x250fedac5d4ddb33a854b63154b8e32f, 'wp-includes/blocks/preformatted/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\block.json', 1, 0x00000000000000000000000000000000, 0x750d8d7b3b9d81f52214e40b999187f2, 0x92101da938b442e588345bffaadf5b6dd85be4e04e73acda0010522c4405c822, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0x7fe09c43e519da945dd97ce7247eaba1, 0x69a1ee0df44602e240bd3433a742bc9953a9ed70b953afc3e9ed10156f4b5cd9, '', 0, '?'),
(0x2518a70b9159ea96207ab0fb9cf61dcb, 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-portfolio-hero.php', 1, 0x00000000000000000000000000000000, 0xbb0049226d6df4e8c68e3a091812e863, 0x49e0af32cb50ca35961b2eda66b2f5c3abcef0c06c728c0d71bb038fa85d2972, '', 0, '?'),
(0x251e668b4e766e7f39c22c0d18cd5790, 'wp-includes/blocks/post-template/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\block.json', 1, 0x00000000000000000000000000000000, 0x715529e2c65c34e67bae77b67afec14a, 0xbe080e709a558ba39e4b7d95d04a613abcdff73a18a842c8f882c01a9b76d2e8, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x2525e18107471c748309aecee19f35e3, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-images.php', 0, 0x9a63cdf340d2209af939848b46a7abcb, 0x9a63cdf340d2209af939848b46a7abcb, 0x953fcec84f33956754a693f8b2cb2be07b246eed3d63cd973e554050d4f49970, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\SipHash.php', 1, 0x00000000000000000000000000000000, 0xf61e634a3e7c457176307c627687c320, 0xdc9ff76ac60f7065f24da84eab3f94ecce1f050461080ec1d258692b21538932, '', 0, '?'),
(0x2538619754a6ade2399dada371315140, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x28127d5f1a58a5bb97cd73979115289a, 0xa645f7b25bab127693f9932edfe2c5312bf9a37b5b0941c4227d17f7c83df5eb, '', 0, '?'),
(0x2544a5602eead3210901b46a3fafa7eb, 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.asset.php', 1, 0x00000000000000000000000000000000, 0x75c7fa22425a6f4bcbf9df9e8ff180df, 0xc0b1edd123dd93d8f71880c77017786d097b6f943b057c69f8bf10e8282df83f, '', 0, '?'),
(0x2552cb3e46759749c98f5737d86b309c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeTraverser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeTraverser.php', 1, 0x00000000000000000000000000000000, 0x1c1f66e2456f5956fdd0cc497a922ebb, 0x5c62d32b931b3a9605317e80ddfb73d3d50894e392a5eaff2a87b4e12e7d92e7, '', 0, '?'),
(0x2554a5429286444be6e6f9c9dff9389b, 'wp-content/plugins/reviews-feed/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0x255be116d75dd31e55457d33ae5e3639, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\woo-cart.php', 1, 0x00000000000000000000000000000000, 0x0142ea7de5310d96b1286512199980dd, 0x8ce8aa65fac96a09193fd1a102f53226e5e87bd30d8ceb37b1adf16ee7d90f2e, '', 0, '?'),
(0x255d470422941a9fc0e22ef373339b30, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xcae41994d2c637a30c6e9ce62db8edff, 0x46904e09be640b15e2ef8612d1b5d21654833ef4c585e3d0ca52e3dd33a59c99, '', 0, '?'),
(0x255e890bf8c91658abfecbc91ef86fca, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\product-search.php', 0, 0xac8d3929151e17739b0864af2e2070d1, 0xac8d3929151e17739b0864af2e2070d1, 0xcd0963012d83225e98358510746dee17a91222283e310e6589c2b38727503215, '', 0, '?'),
(0x255fd12ff8a3f38c734dff67e8e2f40c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3426.7e7e901db7c076d6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3426.7e7e901db7c076d6.js', 1, 0x00000000000000000000000000000000, 0xbfbbc10e776af1328fab93149072c8c4, 0xcb90f38831ac1b59c6efda267a4ae8efd81adea7d4c9be6e61b761e306aae843, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x256011509e8903124b5a17c999f599b7, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/DBManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\DBManagerService.php', 1, 0x00000000000000000000000000000000, 0x701004e9445da4b6c6cd6b9e2b6bbe1d, 0x6e0c551ea1cd0b77b187fe0f41d878a4fb00a48a0c3326a305330a7510f13a5a, '', 0, '?'),
(0x2565106856bfc3d20ac44d0a0c0efb7e, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\cache-notice.php', 0, 0x82ca33283f213dbca41f7ad440bec8c3, 0x82ca33283f213dbca41f7ad440bec8c3, 0xb9e543c68b31de66d77e20af97904df42d90945b55731baf27af1deb0867a3fc, '', 0, '?'),
(0x2569fecddee5676361ec57ce217118d0, 'wp-includes/blocks/cover/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x84254120166adefb813fdd89a9b0e804, 0xa6335d4dee6d5065a1a29f243026f99d5b947f936ee66bb00bd7cc2de30f25f2, '', 0, '?'),
(0x256d7cc046f521dae17aaafc12d95338, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x2573716d0621fe0b1d9457cfedfbe834, 'wp-content/plugins/elementor-pro/modules/custom-code/document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\document.php', 0, 0xc460ff12db05d7fee8bc63f0905e3d44, 0xc460ff12db05d7fee8bc63f0905e3d44, 0xa36eeede93780ae39c08d08f1a884412db0bbb15f23d7250ffa24ba758c9db6f, '', 0, '?'),
(0x257b4fc1aff59413db5f5292809c86dd, 'wp-includes/SimplePie/src/Source.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Source.php', 1, 0x00000000000000000000000000000000, 0x384fa394c77ea935c5bf5b253700a818, 0x629eee4834f0f361f143921d24da07cf21bec01146ba07d33b37e0971f997a04, '', 0, '?'),
(0x258258ab803db31e1b8b430f824eb04c, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0xb099a4bf82b24880c61d535910fed21b, 0x7a17dbf2db1b9d98419f64dc6e79b8833413219572c7000df568e52541efe8a3, '', 0, '?'),
(0x258ede22927e2ea720d15b0621699447, 'wp-content/plugins/powerpack-elements/modules/interactive-circle/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\interactive-circle\\module.php', 0, 0x45a3939cfd4e6fd1cba1c062774f99b3, 0x45a3939cfd4e6fd1cba1c062774f99b3, 0xb308e2e8f7c1a27ee9d2423b31d27a52812761d259e413df4bb93e1c536fcdde, '', 0, '?'),
(0x25927df9af55125de19d9b914d369f63, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/tiktok.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\tiktok.svg', 1, 0x00000000000000000000000000000000, 0xe99d61c229bb5dede786c0ce62ce4969, 0xa341eb1f584f715810d1c7994037825b4af865ca4073a1c5c9aa8c959171794e, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-config.php', 1, 0x00000000000000000000000000000000, 0x1e7813600406fafce23c024f13a9f45c, 0x226c7696debcca3bef480bd222f1086dce961d84f2d430792d01cbcf42df8a42, '', 0, '?'),
(0x25981ccb2f67529fa8bf9acb0c2b2925, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0x65b7fcbf5d67309c274801b20d451677, 0x9cd72aae0c3e575cbbe4b22f88fb086afa46872f3d919846ba408eaa9043ebee, '', 0, '?'),
(0x25a41a339392d93b980494949477efd4, 'wp-content/plugins/elementor/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x4adb800b480a7623967139010c34424f, 0x1bb7355b63eb6cff6e92577510e1d814cbf7902b671bff4b451948d7bb22653b, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0x7faaf7a130dbdfb825d9b9fed4a29aed, 0x8989497eb91edb9187431c6ce90b26fee717d72a48a4225eaceb5b28df3fad02, '', 0, '?'),
(0x25a7d1e44bc4f17dd630a93702098d95, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/cta.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\cta.js', 1, 0x00000000000000000000000000000000, 0x2af4acb183857383f8ba8a05e0f2c3cf, 0x8cf509c034c67bc640600760d7accd41f905662f0f7ed3dd1c454a6628a8da5b, '', 0, '?'),
(0x25a8e54d91e9a1ca36c1c4715a3d57d3, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_AT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_AT.mo', 1, 0x00000000000000000000000000000000, 0x753d5a1a130987da210d008974ae9130, 0x7c2a11c3ef389a5b376633de519ae05bf21efa6581fb5c31dbdaa83c25c41dd1, '', 0, '?'),
(0x25ae4ec92bfe21852276b41af79fa336, 'wp-content/plugins/powerpack-elements/modules/image-accordion/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-accordion\\module.php', 0, 0x695bff98d247f751f9111e0ccb8f401c, 0x695bff98d247f751f9111e0ccb8f401c, 0xfc6cc95d4514b0e212c4a81d37f6b96c0c4796c0b632d92301ad436114edd2f0, '', 0, '?'),
(0x25b1a2117c892d9eb4c358e832604a56, 'wp-admin/images/about-texture.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-texture.png', 1, 0x00000000000000000000000000000000, 0xe700b26d7b6f51f2bc02d8d51ed44b55, 0x164a3e9a5ccb8c6b7e32eba0d0cbf0722194f421ea74692bee8d89eca71400b3, '', 0, '?'),
(0x25b242e39df3ac71f2888349444a7ae7, 'wp-includes/html-api/class-wp-html-tag-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-tag-processor.php', 1, 0x00000000000000000000000000000000, 0xd201fcf5305f058d62ecdcf5840495a4, 0x47d549ce1284d7bb3567ae09601fed107c9e26445ebb0398bfb6663194e5d791, '', 0, '?'),
(0x25b5d80ddaef2e3960ebfa066ff5f514, 'wp-content/plugins/powerpack-elements/includes/controls/query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\query.php', 0, 0xaa9aa561d93125d6bb6ce57b03d348a2, 0xaa9aa561d93125d6bb6ce57b03d348a2, 0x73084988e395bc796376dd456114b03ac449c0391770be7540992300cc7b30fc, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xd3d41392ebb0872f012e0e57230ac120, 0x0d9980da5264ccf99dc3cde575cbe5a5bf19cbabb12364b1bdea4abafb134c3a, '', 0, '?'),
(0x25c02f28a2195bd17dd97c7dea67af31, 'wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\integration-base.php', 0, 0x7d3b9cd46a3b4d40feed3f9690fb5252, 0x7d3b9cd46a3b4d40feed3f9690fb5252, 0x4d52a8ddc68a47d1a9969f2e6389ab133eefc1bc532c171fa452251b4613acf8, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x25c8c772819cefe166257ffe9854df01, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/js/feedback.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\js\\feedback.js', 1, 0x00000000000000000000000000000000, 0xd54ec0238887a1e110f20403eb069998, 0x6a6852cdf4c0f3c4b4a110a3b359a3b5e15a0439070b28a99bd402885917249d, '', 0, '?'),
(0x25c95e28bd675e57aa06b86e8fee42e5, 'wp-content/plugins/instagram-feed/admin/assets/css/about.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\about.css', 1, 0x00000000000000000000000000000000, 0xd35f689061c2fc985ea7cfcff5c2f75a, 0xb1537a590ec1ed6e8b969494601f5d0bbc917b22fecf045221acc8c64d2b8ff9, '', 0, '?'),
(0x25c9c05a33b277dd8003664b4699c65a, 'wp-content/themes/astra/inc/customizer/astra-pro/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x25ca4f9815e83253ecd4368141885f68, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-display-elements.php', 1, 0x00000000000000000000000000000000, 0x1e2df3e726f722b7dc4c86885b76c406, 0x62109da15cf491f6437849ed616689bae78e53e5454d778f634a43d49d42fedc, '', 0, '?'),
(0x25cab88e5cc3ea8cc5454e884d064f64, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x14b56362b716da1b97343c98430e93b3, 0x0ef23c63aebec1d67d2d9bde794d8393315fcb4f46e2fd136e76b39dee750774, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media.min.css', 1, 0x00000000000000000000000000000000, 0x1997e29a101c49043b99ea4d64fe20fa, 0xf04a2ae1820052c9046f6e0286e406894980618267cf05fd29a1569171f531a7, '', 0, '?'),
(0x25d0764745810bb7261d0acc5864996f, 'wp-content/plugins/elementor/assets/js/c13d205fa26f8af1ce7c.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\c13d205fa26f8af1ce7c.bundle.js', 1, 0x00000000000000000000000000000000, 0xd16c8b5969fcc46ccfa3ab8cf390afee, 0x5aacc9d99c25b88203ed14263815a2631fce484495674f293b30fec8d38d5d88, '', 0, '?'),
(0x25d80a0b4be5746473087d9db434d9a4, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Hidden_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Hidden_Control.php', 1, 0x00000000000000000000000000000000, 0x84ecc4e61a06685ce0dde52876d8fda6, 0xa5cc52ec72c4d639f9d40968afd146a089bdd83fd69eafe790e95d26cae36389, '', 0, '?'),
(0x25dac57aa4e0294901cf3bc7995d8b75, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-outline-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-outline-command-handler.php', 1, 0x00000000000000000000000000000000, 0xdadacc6798383e4e0f338c25399d9f90, 0xb4b0595ce63a4b90ed63fbaa19bb74f876450378675a86fbd10106b698e8ebe1, '', 0, '?'),
(0x25e1ed77f7e8ceb1c70735449e4fa4a1, 'wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-visual-composer.php', 1, 0x00000000000000000000000000000000, 0x257451be1f13e23b760bf288ed9f96a0, 0xb88c5a3b40cf062b0582cc8f61cd2c7c8f7953244d94d9ee3667dc737dd43638, '', 0, '?'),
(0x25e2d5773746fd073b0cdeb96f87c78c, 'wp-content/plugins/feeds-for-youtube/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0xbc0d78b4dcca030ad46d68e8d43baebb, 0xd51847107c539bba03403a0f8594a524fe5ca72186e50405fbab7923a16e0d6a, '', 0, '?'),
(0x25e9faebb9edc2b5c191a2e76c6b7b20, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\social.php', 1, 0x00000000000000000000000000000000, 0xa7fcd1cc6a72f16e4c59f075988dab27, 0xd3943742d9011c7e7014d8a66bbc7a4a1296857c21205d9b9bce00d4b2906653, '', 0, '?'),
(0x25ebb16189e4fb21db1fb1fa9aab862b, 'wp-includes/js/dist/base-styles.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\base-styles.min.js', 1, 0x00000000000000000000000000000000, 0xf5a26bc4858b37d0f3675a8a77866d83, 0x0f612456330d64226d5e47d93f1c83de2f64e1fd6d46199a69a2d9af8cb17e23, '', 0, '?'),
(0x25ee9e8a70ef9c43b6b397be7540518b, 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\logger-interface.php', 1, 0x00000000000000000000000000000000, 0x29e25748a73605fd6a386696435a94f0, 0xb94680ea532c25579bcf5b07b9869c5a6d766d9db854e27611e66e8d7bc2d655, '', 0, '?'),
(0x25f4cffe6284ded26d71b2150df82b36, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInUp.css', 1, 0x00000000000000000000000000000000, 0xbd0c1835d9b29ecf45e436cc94b247d5, 0xd7d750ba460f5142435df7dbdf85e4f6da359ebd8aa488016922466742ee0092, '', 0, '?'),
(0x25fc386737afdf7b2665c598ef4aa619, 'wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-overlapped-book-cover-with-links.php', 1, 0x00000000000000000000000000000000, 0xfc7d04fe8182c3c96ba119abff8aed58, 0xdd97ddebbe84603a83554cf3b695ef498ebe159a980e2fb9e52dd1c7add090d1, '', 0, '?'),
(0x25fe12b8af5d28327465facc28a3604b, 'wp-content/plugins/wordpress-seo/src/models/primary-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\primary-term.php', 1, 0x00000000000000000000000000000000, 0xac927ca8d803bfc3fab466502ccf2190, 0x59eea0d21cd093d28260a551d8243647fae6ea4f635759474af1ab18160e962f, '', 0, '?'),
(0x2605384808d3a7c22b58027a690a1088, 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\tr.js', 1, 0x00000000000000000000000000000000, 0x574be45e76df79a405622fc8a74c1bd2, 0x566dc0ce4d9c85579d14ce689385d13041d3c65e131969fd43260c9040d6740f, '', 0, '?'),
(0x260caced36246e6ab2bb22dc080d1609, 'wp-content/plugins/instagram-feed/img/thumb-placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\thumb-placeholder.png', 1, 0x00000000000000000000000000000000, 0x1098715e4d50f88e8a006576b90e3769, 0x485d0b5095478d056025764bd0afbdf76bacaab4021a66668b0e2f657a97d92d, '', 0, '?'),
(0x260fe3799fb1bef94602e64021dca128, 'wp-content/themes/go/dist/images/design-styles/welcoming/carousel-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\carousel-arrow.svg', 1, 0x00000000000000000000000000000000, 0x4b3f075d4fd07e70d99733230ae202f1, 0xd8cbde9f50b1fc608ad8ac3eef50d028e51eb76d9a1457ae63cdc8340def5efe, '', 0, '?'),
(0x261634bbe12788dcadf09a4c09ee7bd3, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-in.min.css', 1, 0x00000000000000000000000000000000, 0x628c7a04e1f47d023e7ac10c1f40d803, 0xacee794e6dfaeed4916cbf31f5c8fc2fe5c4f5142e7a41255cbcde5a4657ad98, '', 0, '?'),
(0x26177cffef5a268f548c174013ccae4c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0x2617ce121227a46077ede6c69aa9fcb5, 'wp-includes/js/dist/patterns.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\patterns.js', 1, 0x00000000000000000000000000000000, 0x8cfece56e7e0b9310e389a3df5d1d30c, 0xcf3e7233f8f0394d65aa8cad45a5472d7ab8e516224b838619d218e5e7bc19fd, '', 0, '?'),
(0x26183398cc395114266db7de4f638551, 'wp-includes/blocks/post-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template.php', 1, 0x00000000000000000000000000000000, 0x9f55cc5913cb45eb16db79153d9694aa, 0xe2e1ba466af45464b2b0011858fa0772c4e85caf889d1c3f74520ff7f57185f9, '', 0, '?'),
(0x261a1c438a5b2192bf551a98b1eb50c1, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0x16d39bd57b7289e37ac5d59d5283426c, 0x89b738051b81a5f827972f4f3b03fc5a18f232d5b31e54551968f482fdd7e6af, '', 0, '?'),
(0x261db9bddf7ce630a594d4a6e7d65ac6, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\v4-shims.css', 1, 0x00000000000000000000000000000000, 0x7ee1c091fc09beab734c25dcc9e2ea62, 0x8a03c46fe745ec600432f1400005fd9d44412ba3a909d76329ec97d3de21fc5e, '', 0, '?'),
(0x2627dfe853e3af39aaf5f53996c009b0, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/AdminServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\AdminServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x3706a2f17908df69d1d020516e1e5585, 0xdfccbf54c7c384d81430b34b7df34202d37142fd80570e8ad9710691ecf08b23, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0x26325463db7fadf02ea3d405a89791aa, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/YouTube_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\YouTube_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x5e66764177f280d742993ebdde89a9ab, 0x77214a7b81a3b04ad87f412022e065169a94722fcdcacea3bdc73bfd09968aa7, '', 0, '?'),
(0x263357dc5ddf1a7d15822b369f2d088f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x3f9ff6f38634b8efe457613e407f1387, 0x130799cbbf1ca1f0756e5405f6f1ca00f2cf4a507ece18c28053f32816ff0596, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xee858e15db40066634ae2d7c3959fbf0, 0xfb32ed9a4d3f6b94d0d9efb41e5589fee8e1d66279247b81506256eabcc1b221, '', 0, '?'),
(0x264470251855db893f03675da9a6db4f, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Group_Posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Group_Posts.php', 1, 0x00000000000000000000000000000000, 0x30acdf4c44bad5c774bf141669e10978, 0x9d37426a97662aac56efe137ecb78eb1fe62529b2b65282a169879595212fa6b, '', 0, '?'),
(0x2649308d658f142188133ce9395dd20a, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Tracking.php', 1, 0x00000000000000000000000000000000, 0x457525d1028fafaa3574119bdd550258, 0x6eed97c56992a9e4a1d178ebd4ec2862441c39373bca5fe80700c34e25b6b62f, '', 0, '?'),
(0x264d44667fe955f49fc98bf7d7ca28b7, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\base-site-information.php', 1, 0x00000000000000000000000000000000, 0x6a09bd08dc2e14a62f54a9879c785cc5, 0xab73ce19c29a4b01233bf932bf26c676a2e24ff4f3ea74b791d160e4e013380d, '', 0, '?'),
(0x2652f705f0e33c85dd4951bfe347c1c6, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\revert-runner.php', 0, 0x5ec76209a76a6785c97666e629c628bc, 0x5ec76209a76a6785c97666e629c628bc, 0x9a11cf44f368aaf523c06fd5d3b7320719da5d8982d76bbd95e4306c5607b26d, '', 0, '?'),
(0x265b57128e122defeb6f0cdb35ee1597, 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\heading-and-paragraph-with-image.php', 1, 0x00000000000000000000000000000000, 0x91b30250146f4fd06d2cd44fd1cb01c0, 0xac0765bbeb0b98d6ccc143e031d1edc21d5e71fe81b7825f6b493312c0fbb6b5, '', 0, '?'),
(0x265bc7726bf5f8e35e99797f5aad4f03, 'wp-content/plugins/backup-backup/includes/dashboard/modals/logs-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\logs-modal.php', 1, 0x00000000000000000000000000000000, 0x01bd0074f0f7742d55e60e7939610027, 0x3175fee741e6bb6d32799d086ea7fd71c926081e76b407672b03f434c37dd7ad, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x67a16f6a3134d752bb08efd0e4201efd, 0xe6dcc012d6345f14b070091bf280f0b506e37aaeebc0cc005847ff2bc4d17121, '', 0, '?'),
(0x266a6c220e963923bbeaae9beb4e8462, 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-feature-grid-3-col.php', 1, 0x00000000000000000000000000000000, 0xa7a06623720291fbcd5dc15b0d7cbf94, 0xc63382400e1d0289515d81a239d05c97ebce2062c41d64a92e9dd07997c98218, '', 0, '?'),
(0x266a91f4302ad013f7a2fa5303430ffc, 'wp-content/plugins/backup-backup/analyst/src/Http/WordPressHttpClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\WordPressHttpClient.php', 1, 0x00000000000000000000000000000000, 0xdeda84d106dcebcdbbe8d9f93f71c849, 0x0a3c2aca42a3d8b4ff7b4cc373d9a94ebb0e6c8c9c8377c7270ef2b7e7f47b7b, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\format-library.min.js', 1, 0x00000000000000000000000000000000, 0x4f8d62a67ac21dfbc16b79cb0f15b5b7, 0x2739bd8e15a8975dbb8d2cf47744528c15b4f23090822d1d11dccd3eba723788, '', 0, '?'),
(0x266da76d14c763ebb0f4a3aa51fb4b67, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/feedtemplates-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\feedtemplates-popup.php', 1, 0x00000000000000000000000000000000, 0x06d0857c02b070b90eab989e730fe653, 0x8d7e89c387eb94dd89c066b17575a08c35d7ece3a5a93b19006f2e6655e25ccd, '', 0, '?'),
(0x266f1c25382ada07efa6c5c0ad098d1a, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/task-not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\task-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0x0409a1b6cde29aef11594ae2f133f4d6, 0xd00219539b97bfee34d72514f78022297dfc55bef57d4871ed65fda9eef96829, '', 0, '?'),
(0x26739a52fe828ba3bedc58e5823cc1a8, 'wp-includes/blocks/separator/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme.min.css', 1, 0x00000000000000000000000000000000, 0xad96454f9e63bcbab86df9c57bf103f6, 0xc92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6a, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\upload.php', 1, 0x00000000000000000000000000000000, 0xa7dcd9f94380cb9244792d33f4240459, 0x7bba5c738f290dfaa58ebbc4645be0e1fd50dde2247853615043675191ada45c, '', 0, '?'),
(0x267522226bb61d3f1822fd0f1ba37e69, 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.js', 1, 0x00000000000000000000000000000000, 0xd4444c2df4a1e093fbf9ee3bfed4bb27, 0x48cef92c9ee708f0ba0ef5afe64c16e15e2ba28fab76436836ef97fdec9c2a2e, '', 0, '?'),
(0x267536fd94c876edada87ab6eccaedc9, 'wp-content/plugins/powerpack-elements/includes/controls/groups/toc_typo_control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\groups\\toc_typo_control.php', 0, 0xa84b04ed11613ae28001fb6f1796d9d0, 0xa84b04ed11613ae28001fb6f1796d9d0, 0x3cef037a3aa1a724dcc1940f550efc072fcde891da70e3794dbfe81397880ddc, '', 0, '?'),
(0x2678cd6d6603c57bdb24b8c1fd215dea, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x87a0f69c8bc10104586427c0ab155402, 0xf40d0fa3deded66fc7bc120a459bdfb850c961910e3ac997493173cb003fe58a, '', 0, '?'),
(0x267ee72a6dd9452b6e58fb253b5b4fe7, 'wp-includes/css/dist/block-library/common-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf86d0f1ccdd89fe5a008316c50e74af0, 0x9972bd61729e363c5e9ca22388c7e42f3d7a96cf3c074fe66ac5be11f934171e, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x9f4588979c1cde8f569e9947940015d8, 0x13c8f48133c8629e107746a3e00d8f35dcfe2ab084366ccc37cdd8af44d5714d, '', 0, '?'),
(0x26876786ecb082d2362ebf51c3a85ec3, 'wp-content/backup-migration-p2Whnugedf/tmp/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\tmp\\index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x268c42e6bf60f14266e8684100bc9137, 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.min.asset.php', 1, 0x00000000000000000000000000000000, 0x61c0b364a2892c576364925e00e19cc3, 0x5d11c010b24e1178c606b8d3248b525b2d48dd4900121bb0984bd7757c302d63, '', 0, '?'),
(0x2692d33f6921ce03183354932cad10ea, 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-handler.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-handler.asset.php', 1, 0x00000000000000000000000000000000, 0xf86a27b4e02eabbb0ff330066b6757a9, 0x6950d9e10c3fd4880c81c79b722a787a518f8c0a32f17ad78d91783f59f895ef, '', 0, '?'),
(0x26935746d6cfa97bccc13567ed0b0a58, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe18ef6f63f84bdd5403db37a32a4d3f5, 0xe49fa493df41ea448bb55a86a6baaf79753b9a838b579e54095facac0e5fc5c2, '', 0, '?'),
(0x2694e8f40640f6bbb76ffdc015bf68b9, 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-callback-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-cron-callback-integration.php', 1, 0x00000000000000000000000000000000, 0x88db53dbf0c7f72ca567dd21bb293a2f, 0x7a54144afe9004361a4815b2c40fad8db7817764e1b24874f5dfa4feeb6d5227, '', 0, '?'),
(0x269905cbde866e9e7ef9342e269efb8d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0x9bc2481ce4eb9b43dbfbe7af820b3dff, 0xa0948f5801766555a703a85d6f4910fb31fcac5358177a616da9d59c3ad9fde0, '', 0, '?'),
(0x269a4f524c83cecdf80a72d0e1e122c6, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/url-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\url-prop-type.php', 1, 0x00000000000000000000000000000000, 0xaa7eca7210136530a14209e6f3c15ed6, 0x3c9ee8f569fc24bb895108888820783abb6ab1d29ec12a5d97fc51910ef964c1, '', 0, '?'),
(0x26a48df9cd127888e9b2cf1b686285e6, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Textarea_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Textarea_Control.php', 1, 0x00000000000000000000000000000000, 0x11f264df957844cd0da8686eaf79ac93, 0xe235f32f13a00bf0b83bb08ed1d3141ad954361c6be8d6a0d7888d8f3c01761d, '', 0, '?'),
(0x26a70faa8dd52b7e55fd37aeb6ad2767, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-star.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-star.svg', 1, 0x00000000000000000000000000000000, 0x5b722988121fb4db6de41bf6aab93734, 0x4f1eb587eb42670ff44f4cffd2ed0e9c5cef5d334b9ab1b5e0ad15f17549dcce, '', 0, '?'),
(0x26a98d32cba2d00994c49ad3b724b2b4, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-he_IL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x4aae00a40f9d551f8befca867bb3d72b, 0x2f5db55be451a863694d6a0cff619ef4651ba67a3bb7eb3ea783b744f99bd827, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Renderer\\inline.php', 1, 0x00000000000000000000000000000000, 0xf832def2b37a3b0e2fc38f246df90407, 0xe219c31bddc510780e09d232ab03de45a4b0efd9f15a140e85b3f6eba0cebc17, '', 0, '?'),
(0x26ae223839edc319ef372052ea774064, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/I18n/I18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 1, 0x00000000000000000000000000000000, 0xfa29ed39524c73637ac422543c807ac6, 0x432c45a5bcd39b88e7becca92a2dff421f02ee66ebb7691e565a781b04cbc017, '', 0, '?'),
(0x26b0e9e006f949cc88da28b36e76ac38, 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\classes\\class-astra-scroll-to-top-loader.php', 1, 0x00000000000000000000000000000000, 0xc79fa76437e48488e60bea3cb4965789, 0x3128d1b4bc38acd522698b819fe2f7e27d3cd982dd59292232a443bc3db84753, '', 0, '?'),
(0x26b541ec0822031aeac04663eb45cce1, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Textarea_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Textarea_Control.php', 1, 0x00000000000000000000000000000000, 0xa1e54be2501c87e160db812417ec2182, 0xe893c7a12a8279c55fec06f6f8227d1f16ff1ffb2cdac35c69568cf56c77a4f1, '', 0, '?'),
(0x26b9780b054d62dcc00be168e52c3faa, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0xa488fc1f8b4dac31356601b827293a3a, 0xec70b4607891f513f60cae3adf386522c9a3d5609a8b2bc236f32c009ae814c8, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\directionality\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x26bf68f353e0380ed766c2b78e701ef6, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/social-wall-graphic.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\social-wall-graphic.png', 1, 0x00000000000000000000000000000000, 0x84911fc43f9ed49679f0f69fc923e621, 0x63e2adfcb7205ea70363a28eb8565b92a86053b0939d9ba0352ae6f0d408d046, '', 0, '?'),
(0x26bfd57bbb60aaa1602c51eaab7b6996, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e9e9c0ea3c6fb0e51c58.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-3.e9e9c0ea3c6fb0e51c58.bundle.min.js', 0, 0x65478eedb038c8674996f4cdd095f070, 0x65478eedb038c8674996f4cdd095f070, 0x8f8e3a5941a3cba05ba95b0ffb02ed89a6858e5b30922aec57d00087cb7ed745, '', 0, '?'),
(0x26c1a2bae8c89166d739066818eac56f, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\interfaces\\query-interface.php', 0, 0xfe88caeb9ccb8a53f0a1670e0fb67d2f, 0xfe88caeb9ccb8a53f0a1670e0fb67d2f, 0x03f5f3c1fbbc65e299128def8de44d76eee39f886ff266221ff41b60c6f0f047, '', 0, '?'),
(0x26c31fa143e55c7fbeecc1ce7a73546e, 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/settings_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\settings_footer_cta.php', 1, 0x00000000000000000000000000000000, 0xb2b62739c27441079cb1d1a8f0ef2b47, 0xac65022219f33857f621f6c0b45383b0722c9722b0cd97d2a9186aa70fac682d, '', 0, '?'),
(0x26c76a0777dea178e8f1a2b876473696, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-attachment-id-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-attachment-id-prop-type.php', 1, 0x00000000000000000000000000000000, 0x01810935e0c41418f07d47ccb5ff0903, 0xc039ff5923143e34d680f267de4c458600691f747e1e48b94e1400578fa6648d, '', 0, '?'),
(0x26c828162848499462247eb3bf032976, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SettingsPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SettingsPage.php', 1, 0x00000000000000000000000000000000, 0x46e5e33a7dcf8292bdd55f569bf2aaa3, 0x46fa92ae4238118b95b338e5b9725e40960b6c5e35e0cafae02961d9d54108fc, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\theme-editor.php', 1, 0x00000000000000000000000000000000, 0x94b7b244d9bb688f491e9fe9609e0dd9, 0x2aad71eb8ec70694987a91f0d0c9f341de878e6cc116232e5b68434debe4f21c, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x26c9f71d2ffee4b9ab6e82f41ae4f506, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-note-position.php', 0, 0xdb473705222093d10f1e74b56b155666, 0xdb473705222093d10f1e74b56b155666, 0x1afbd9418a3149e70bb3087fc944093a367876ea63eb31ae42135327c936dfd9, '', 0, '?'),
(0x26caed7417515c8d6a609971ff9459f1, 'wp-includes/blocks/categories/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x26cb879a67d4366e36241db698778fe7, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\header-embed.php', 1, 0x00000000000000000000000000000000, 0x4f6d7a38ca1c99174612da10b0901fcf, 0xb0a3f5c4f27d296421711e092c402c16d7d16aabf17609dddf03e9c44594eaed, '', 0, '?'),
(0x26db1569989f4d8735228d5354f16c60, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\task-list-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0xa58f58c757d945f1b96b2dbe886c785f, 0x885114af9a27d8e739f972987c50524c909f8f178be2f80ab4a7b6de05f7109b, '', 0, '?'),
(0x26e15bfe16010aeb3c4eec7e3fc18f9e, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-07.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-07.jpg', 1, 0x00000000000000000000000000000000, 0xb2affb1da10c3af0d092e7ea146991cd, 0xffd315b9a6994c06fb9987a772c95b9cca052d99080989dcbef7878c70d30422, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0x9dc123e3e6ccf24694a83e8f589e6e6c, 0xceec87899db6c32c8f78e0eb08a22ddb05a97f444fe12c08b0a537d188ca51e5, '', 0, '?'),
(0x26ef5eb05220696268a3a0a4c25421b1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/select-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\select-template.php', 1, 0x00000000000000000000000000000000, 0x815d6e633b4bcd79a65070d6a15fbc0f, 0xb37057f43a038b113cc392cfb7a7125839afa050aa6edf3af47f3a3da03062bc, '', 0, '?'),
(0x26ef831ee8878d64e68ddcdc96d1ad39, 'wp-content/plugins/custom-twitter-feeds/inc/V2/TweetAdapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\TweetAdapter.php', 1, 0x00000000000000000000000000000000, 0xd0da1419d3226d42742d110bac4b96d1, 0x779b464dc01c1e5a7e393f7b95a1bd224efa4a8bf8a530835f47cb8c6c37f584, '', 0, '?'),
(0x26f02fa75107f7dda528c446b8cd0610, 'wp-content/plugins/elementor/assets/images/placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder.png', 1, 0x00000000000000000000000000000000, 0x1632e46a5c79d43f3125ca62c54189cb, 0x2104f84b4bfc5a279df7a8398808810be1264b042e7021782b537c364e837e52, '', 0, '?'),
(0x26f7684ff4715ab1ecc65bed1d4980c1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/customizer/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\customizer\\preview.php', 1, 0x00000000000000000000000000000000, 0xcff76239d3b6ea9cf13bf506e6bbd163, 0x35c1c4a7308ed55c73fa4f112e511ba0a91773d95d000275f278fdd39579771f, '', 0, '?'),
(0x27064492f0d4452fe6ea5244d5e06ef9, 'wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\poster-image-background.webp', 1, 0x00000000000000000000000000000000, 0xe196e4dc2d34fc0b2f806cd1cf502250, 0x6db06f0079f1699e92542df18e153020aaddde6191eec327a98de9fda2a675af, '', 0, '?'),
(0x270d72d1cff17227d37f3244759cbecb, 'wp-includes/js/dist/commands.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\commands.js', 1, 0x00000000000000000000000000000000, 0x757ef0e6ab94d9524b32569a2f968758, 0x16d2a56f88a91a6c6c57d30987f20062c7d1533396ed090907c194609f68e238, '', 0, '?'),
(0x2710719f6633f80e0979bf9097f9d106, 'wp-content/plugins/elementor-pro/assets/js/mega-menu.857df1cf3198ae47b617.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu.857df1cf3198ae47b617.bundle.min.js', 0, 0x2bbd6a64278591332f65c91cb4c29883, 0x2bbd6a64278591332f65c91cb4c29883, 0x3e42e78c04ced0dbe64400d6b493b2a6311d0bb03e741b03c0ff591219cd3acc, '', 0, '?'),
(0x271277a7e5939a13c9a3e922a4f5fe89, 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/score-task-analyzer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\score-task-analyzer.php', 1, 0x00000000000000000000000000000000, 0x427d3cd3b81e9d8e2a5e33b5f5b78ce1, 0x93516b5d53c025c863567bd3cda465ab966673fc483a06148e768b20fee251c7, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-display.php', 1, 0x00000000000000000000000000000000, 0x3285c162d82b6081adc6f840376cdee1, 0xf5d950a29256e5229992ac1f5eaa596bc13406acf53d00c0c3f4e613251396e4, '', 0, '?'),
(0x2719356a3eee80bd39bf9016b59a756c, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\caseFolding.php', 1, 0x00000000000000000000000000000000, 0xf69c593298ea9b4046101e63a84d524c, 0x5bf5db3c6c2b68beca619afb0329aff0cfbf7f6d2a7c108cb5e2a15f453d2a23, '', 0, '?'),
(0x271a368a61c1f44b0cec63b555808979, 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\reports-trait.php', 1, 0x00000000000000000000000000000000, 0xb3199d4c45c381af39fd735709f1e061, 0x8d288ab45f6d5b7cde73185133606498d5eb1565bb55a354fade243afae68bf4, '', 0, '?'),
(0x2728d5a68b052c7a972034a5410ffc48, 'wp-content/plugins/elementor-pro/modules/scroll-snap/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\scroll-snap\\module.php', 0, 0xf257d4ebe6478f6951a7188c396f8560, 0xf257d4ebe6478f6951a7188c396f8560, 0x7db0269ce82b1700cb93f8913679eb0582afc722057975d59a6b000aa3e7eead, '', 0, '?'),
(0x272a2448c8d5f05888ec786acd3a8bbe, 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.7dd001c520feddf0ce5a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\product-add-to-cart.7dd001c520feddf0ce5a.bundle.js', 0, 0x5ddc96e364987fe96c046fa8e368d472, 0x5ddc96e364987fe96c046fa8e368d472, 0x6155a0ae59c0159906f488ef7e17c4618a6a42d6119bafd2e99c07e2bff7a15f, '', 0, '?'),
(0x272c0dc4d682abf711c9b15c4eec9334, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x850f859dbdc9d86cc97be56c0bf1774f, 0xd907651dc9a902f6479d38b6e2e5bfdc7bd1c482fb2b3d50bbeda950836742c6, '', 0, '?'),
(0x2734708739d015932856932a719c24b5, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-rename-modal.php', 1, 0x00000000000000000000000000000000, 0xbc51def1284e4614e3270a91e39045e7, 0x7ac924519a2e4ce9c92a98bed14121bdb0e8209902ea3f87cfc5f8aa559adbb1, '', 0, '?'),
(0x2735c4c5c0bae206dc8143f0a17fbe0d, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/type-mismatch.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\type-mismatch.php', 1, 0x00000000000000000000000000000000, 0xd375093126ad6c6f5469feecca30c60f, 0xe7626124d16aba7c9ce8891cfb697461cf18d699e2d994ef0367ecc9ad060ccc, '', 0, '?'),
(0x27368a7d6617f9c824df4e08815e5e9b, 'wp-content/plugins/elementor/includes/template-library/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0xa98094a773dd004fdb0b2deace71c4c2, 0x77ad00db4332edbd53145fbaa3984c5dbb17e7b27500a26018b5510d62a0412e, '', 0, '?'),
(0x2736b194d1a89fb8fd18847020e3bbe4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x9068fb65ff477473c5be08ccd2d7f15d, 0x254ac00d253cca20d9ad8f66d165215e6e2787cdb81d925e97b436da42d7190e, '', 0, '?'),
(0x273783daeb37501981c2e5972f3e34d8, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon.css', 1, 0x00000000000000000000000000000000, 0xaf29e425d28d61242d7805b4b9a387ed, 0x23f84667411b8d6118eee0b1af86ebc37faeb1f14ff72b587ae41073d45646de, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x2742bec226e9fa33b36dc12777a8862b, 'wp-content/themes/go/searchform.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\searchform.php', 1, 0x00000000000000000000000000000000, 0x624a66ebaa9f8d952b91b1ac61151e95, 0xc63289d82aaa46f5209dc408be9a6ccf3031e14b17d9542a5da27993dd7840b6, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x438a09d02ebbca6bd09b4763598eb930, 0x221b6aeb39bdfe56a04fe26adaacb44664118ae388467d45506afe6c93d8eca9, '', 0, '?'),
(0x275d5c246d24ec367f9d2cdb79aabf36, 'wp-content/plugins/elementor/core/common/modules/connect/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\admin.php', 1, 0x00000000000000000000000000000000, 0x02c59951c25691556eab3c4686d244b8, 0x274edb2c9284a4e7c8dd8e4982e87e33e5e98f2e4d45026f0f18115f794ae114, '', 0, '?'),
(0x275e530c4e224d842246284b43439db2, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7437.f8d9c9c836ca2b76.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7437.f8d9c9c836ca2b76.js', 1, 0x00000000000000000000000000000000, 0x3fc51f315baebe866abc9d1a8edbc659, 0xf0f170bd37a319015d6fa26226d299661abb122dd0e0e886b7ce85134ea5778c, '', 0, '?'),
(0x2760fa797825fe5ab2624347a5b67cb8, 'wp-content/plugins/feeds-for-youtube/img/grid.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\grid.png', 1, 0x00000000000000000000000000000000, 0x06143f9f63d7c322ba98e22c29dbbfb1, 0x860082f9f69ff6027b9fb7753cd63a04dea652872c509c4063ca5a74f6b296fc, '', 0, '?'),
(0x2762df8044b9d29fe48fd383322d53bc, 'wp-content/plugins/instagram-feed/admin/assets/img/stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\stars.svg', 1, 0x00000000000000000000000000000000, 0xc4effbeb376331b8604876824dc4a160, 0x07fcb1b28738ff529115280d3d38e594b1c12cd43dbc947513cbf0934237bec0, '', 0, '?'),
(0x2769a071ff95aeb7d4e29a54e28485c8, 'wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\css\\bmi-plugin.min.css', 1, 0x00000000000000000000000000000000, 0xb5cd7ca594ce65c70b889a1b5c5207d7, 0xe19d51863dcb571899ab6a2e74d45a36b50d52c3af26cac5dbe924a8edba47c1, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2769a20b58e8116381af2348dfe187c4, 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\06-morning.json', 1, 0x00000000000000000000000000000000, 0xc20c624681202099a24a3337c8d3bb3e, 0xc19b59aa0837a1ebc709155f27208d858a47df109ce599a7f17312b0fe444d47, '', 0, '?'),
(0x2770d34bffa072ae81df20f6585f2ecb, 'wp-includes/class-wp-theme-json-data.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-data.php', 1, 0x00000000000000000000000000000000, 0x4675ecd000f0eb3dc3b5aec976e4abec, 0xd9e04750c56a109d511fbbdc36f7d3ae0e9a88f8ff16ced6b410929fbc6dfb75, '', 0, '?'),
(0x2772728bda22fcedb0b5ce74d9aa7c1d, 'wp-content/plugins/elementor/modules/components/document-lock-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\document-lock-manager.php', 1, 0x00000000000000000000000000000000, 0x39b1349aeeaf3a60da575b611471f007, 0xfa003b532c13e3b022db109868342a5b7b2ea55f4402cc54300a43bd0ba55a58, '', 0, '?'),
(0x2780f429ad92272cb933a637bcf3d4ba, 'wp-content/plugins/backup-backup/analyst/src/Contracts/AnalystContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\AnalystContract.php', 1, 0x00000000000000000000000000000000, 0x45a97e5d56d28e7f5eb7209e8e179985, 0xcad2e40b2feaa34ade36848df838f65215d9e93c7a650cedacbede21c22da541, '', 0, '?'),
(0x2781a9bfb7d494732f2ef507195e78fb, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-date-time.php', 0, 0xac6203e2e60021d758965e7a51fe585e, 0xac6203e2e60021d758965e7a51fe585e, 0x5536065d49fb46bc3b672cd3769ae40fbaa25ee6cffd63a95f1be4beaeb7b257, '', 0, '?'),
(0x2783efb7cf4b6d74cb36e83056c796f4, 'wp-content/plugins/feeds-for-tiktok/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\readme.txt', 1, 0x00000000000000000000000000000000, 0x63c4f64d2827a415851d02becbad2914, 0xc72e2505637fff7fed0ad0fcb589794119781758df1d982a7912a54a37e9fe25, '', 0, '?'),
(0x278780098271af559adbbe5a65d0cae3, 'wp-includes/Requests/src/Exception/Http/Status505.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status505.php', 1, 0x00000000000000000000000000000000, 0x2e22dab1ee14ae890ecab9e1a5e7e45f, 0xde551134103ee04c74fb2ae9dc12074398295300b67e94da3bd01c41c8141752, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0x278df3a8e57d2b4d1333a4b54a1cab1b, 'wp-content/plugins/wordfence/views/scanner/text/issue-suspiciousAdminUsers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0x1499785551e14795a038aec5a61cdc0b, 0x1ed5d4e2f44eec6329065907478c5cd7de5bfe6f94cc8a2501118fe3d34a8f71, '', 0, '?'),
(0x278f4f82e4b21199a147ac0c02fce64f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0xb4f684ff6095a3d093797b36681c9731, 0x4294c8fdd2f2dd74780a29af3b0eb7872debd5972314133b98e883805362a615, '', 0, '?'),
(0x279315a9d33055d2d892d3c704680b53, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseAndBinary.php', 1, 0x00000000000000000000000000000000, 0xc9f5de6e4a3e22f7d6e18c2a702dc76e, 0xd194595a97a6b0a42a42c863dc00ff623c34f940b98339555e9024395296f357, '', 0, '?'),
(0x279797c76f22c644770724094d8f7a7e, 'wp-content/plugins/wp-reviews-plugin-for-google/include/schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\schema.php', 1, 0x00000000000000000000000000000000, 0x93047e9f693a4209fed898147be8c9b5, 0xddd77e87887fd70cd120a5086832367b9a8c1d53fbf173e482b927c55d6b4019, '', 0, '?'),
(0x279ac7ec698daa51e9ca6c384ef779cb, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xba2cdf5ddfef2ca286ebe8d8e845bd5b, 0x06c4ef14610014d14fd2ada69d9f16a42b6a3ebdac8686ce68154fc3171cc3e4, '', 0, '?'),
(0x279c61e5f4eab4b21b467be9ffcd87e3, 'wp-content/plugins/feeds-for-youtube/inc/class-install-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\class-install-skin.php', 1, 0x00000000000000000000000000000000, 0x016eae2598d227766b903217ec99955e, 0x0c005991205d96f430029271dc41c78d74eaf55d381fdbd067b449950cc67f55, '', 0, '?'),
(0x27a2c3eacce3b5affe3e9243bb39f681, 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0x27a2d6e7aa3702c237c4dc461daae08d, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.strings.js', 1, 0x00000000000000000000000000000000, 0xe281f8d54c910904912751a2a319e558, 0x2f7d86c63f3246894404a159c28bf85e90822d62bbfc1d7d9112137aacf061ee, '', 0, '?'),
(0x27aa845f4163c5305968697bedaafb14, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xe59999d046e954a2ff7fb5ea09ac3a08, 0x4585716513d9c648b3000c32bba9ad8c3830b2e9677d15a602a89379d62eee99, '', 0, '?'),
(0x27bb677ccdb922ac94826a02ddb932c7, 'wp-includes/js/jquery/ui/effect-transfer.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-transfer.js', 1, 0x00000000000000000000000000000000, 0xa21650c020f2d15f02971c58f3222ac2, 0xbe8767cf001d080c6d9f5f453993374f114da6c7394f2888774fd1277d5f33a5, '', 0, '?'),
(0x27bcb05ba710db9779a696465fd084b3, 'wp-content/themes/astra/inc/builder/type/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0x179e75cd7949361f11eaca5656745b5b, 0x4e1b0014291ea1df11275cc139363ced4e823b742ed33a53f4b0b5bdd249d817, '', 0, '?'),
(0x27c517ce7b00898fb6dbc5e0876f5d3b, 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\robots-txt-presenter.php', 1, 0x00000000000000000000000000000000, 0xe384e44ed9300c6da389c5d985a79924, 0x5e31138f9a164d20110c529819b32b066c42169f65e9bb508cbbf7aba1f92137, '', 0, '?'),
(0x27c849f9f0f7b3a0d598a10bd9717045, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-addon-manager.php', 1, 0x00000000000000000000000000000000, 0x3fe3680ce23aec542daf16aa8fb24419, 0xa73f81969b77e9eb9f3b5563088176d6607131419b4ea4957c1563e7f16d187c, '', 0, '?'),
(0x27ca715745261d12117f2fdf7955d8d0, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\image-presenter.php', 1, 0x00000000000000000000000000000000, 0xb7385d43d37d34ce56b366e91c0ab228, 0xe73a5b7b6d18f9a18d6b559632ffc26d0be2604dfbbda4ac1e9ff62f18170231, '', 0, '?'),
(0x27dc0d8c535da13346f6ef7762a5ef52, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wpcode.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wpcode.png', 1, 0x00000000000000000000000000000000, 0xc04847a4a669a582edf256f6bafc7c2f, 0x23d6e7afb59748b6c47998a9c1af9c1b31b274e252fa4f9c5e305ee6211204f8, '', 0, '?'),
(0x27e8cabb080931e0b45b161c1308bd7a, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-5.min.css', 1, 0x00000000000000000000000000000000, 0xca19af6d0266734dc88da3bb10856c9a, 0x47652c58a564f002b304b3496ba68034bdc8be9ddfe734e627c1625a6c38e85c, '', 0, '?'),
(0x27ec23c14ce8a90d7fb7757b4bbb6171, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0xe588a805d12423a96d407df74d31d105, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?'),
(0x27eca1882490a605b430863d59f0aa2c, 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.min.js', 1, 0x00000000000000000000000000000000, 0xf62f09f3ad4eb0abaa1e846eeb9aa214, 0xf9277c2b4de16d446b6a483d233149e5e490e59a497f3af477ce341b63e42eb8, '', 0, '?'),
(0x27fa77f1d2c588580e00878a0e524122, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3198.d4d471a1fd3ff456.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3198.d4d471a1fd3ff456.js', 1, 0x00000000000000000000000000000000, 0xabfae4922be66b4523f6025f7671d71d, 0x7f42549a753315d0825312129ceda87542da1d15eed66827b57d3ea388a803da, '', 0, '?'),
(0x27fca00de69e711709c882574c0aef68, 'wp-content/plugins/elementor/assets/js/packages/session/session.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.js', 1, 0x00000000000000000000000000000000, 0x0070638f2cb9d97442256c6a865b3279, 0xa89724b617417230cb3a49e3e392ae206b140e20b257c17a9d31643388bbd6cd, '', 0, '?'),
(0x28013c77790a8ab5dc62117112a06d93, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Thin.woff2', 1, 0x00000000000000000000000000000000, 0x13500638511ff444e46fb9d0edb6b912, 0xbf3571817f8ab955a196a16418d51ac52c555a69a8d7060aac79ccf8ebf15e64, '', 0, '?'),
(0x28015e2acee88f1f913956f8f9ef7118, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Select_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Select_Control.php', 1, 0x00000000000000000000000000000000, 0x03ec31341224a14aac7573c953814957, 0xd8daf902b1671d3deb50b130267d7b2d33b374f5baa3a60650880ab042fa7a37, '', 0, '?'),
(0x280487fcfa595406af4eb637fbc47da1, 'wp-content/themes/go/dist/css/admin/go-theme-deactivation-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation-rtl.css', 1, 0x00000000000000000000000000000000, 0x9ac928717b9f02bdcac43436a29820f7, 0x67cc50afebb8bed18dda075b64657bb5008b59f6c1dcb07cd23aab8d4bdf401d, '', 0, '?'),
(0x2804cee25dc5385e3bdd79a7e7593d4c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0x963f72955106bd203d8c618f36fa4996, 0xd5e06287b89071dd09e3cc28a24569e33c19ca7f86e91c77c9f7e213b9aa28fd, '', 0, '?'),
(0x280800014f7512d182758f935519c5ca, 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\helpers\\request-helper.php', 1, 0x00000000000000000000000000000000, 0x49459799ffc2b8fcc2f57e1fb61c438f, 0xf44080f9dd95c44b60f59fbbdf45e6f237d19ec26a9c7867c1d36059d017aa68, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x2820c42c0734fed6d08684afa72767ef, 'wp-content/plugins/custom-twitter-feeds/templates/linkbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\linkbox.php', 1, 0x00000000000000000000000000000000, 0x89a7b3aa391aaefad7e2083f9d06227c, 0x4aa51785b9f97f558edb8c1906d8f5b0e0bacd6e0383b4eb00c483fb12f7c872, '', 0, '?'),
(0x282433a8ce23e8135166d695612b1335, 'wp-content/plugins/elementor-pro/modules/checklist/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\checklist\\module.php', 0, 0x34880d7a054490f3101afe9dae3a6181, 0x34880d7a054490f3101afe9dae3a6181, 0x5ce191a01bbaa710a8bfbca9e0aff9fb5bd7f828e5f80feb023450764a480df9, '', 0, '?'),
(0x28252ef78b1785e2ce6a7d959989c3d8, 'wp-content/plugins/elementor/modules/performance-lab/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\performance-lab\\module.php', 1, 0x00000000000000000000000000000000, 0xba92590deb854fc725ab22588005c76d, 0xdfb6677d833c28bbe4699e868110434e9f6bcbcab07a39cefe4e8e78639a27fb, '', 0, '?'),
(0x28277d56b4da3d2c4a99c43fb5ad3871, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInUp.min.css', 1, 0x00000000000000000000000000000000, 0x83a4c9c23e7b44dde7d342376618bab5, 0x486d29a573cea7f2617de53556c75a561bd7cfa0a8adef82f3a85b9230d0950c, '', 0, '?'),
(0x282922884cabe8a3bd6078bb8dbd63ef, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x82b3d7016fd31b986ea3485a8abd652e, 0xf4809594440f5a532eb2798eee10e657f4d07cadc8e5db122e01b30ae1596ade, '', 0, '?'),
(0x282af253bf6ade4612a612709959b7a8, 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Redis.php', 1, 0x00000000000000000000000000000000, 0xf3166007c2b59fb72ac50174f9057baa, 0x8dc30cf5f340c20db9692de2c32193ff8aa0be8fcce9c0de5a4daffffb0b0e51, '', 0, '?'),
(0x282d17339d593062e4bce72b7c475019, 'wp-content/plugins/feeds-for-tiktok/assets/js/oauth-fragment-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\js\\oauth-fragment-handler.js', 1, 0x00000000000000000000000000000000, 0x52f1dec4572cf1d3664dcce0410efbd9, 0x8562e7085c088e3f7b4c333db35cad8325cd1c6757267fd8128fb9d8461131c1, '', 0, '?'),
(0x283007f3306b3959bf98a1e341aeae1a, 'wp-includes/blocks/preformatted/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe74f6f4a7d5baf8cd7bbf5a5c1578ac9, 0x059bbf6d80e401e3412d90b6e4609238c7ef09a3502061d479ed3c0bf0289cee, '', 0, '?'),
(0x2831c8f04374b977067401eb32b03f7e, 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\cs.js', 1, 0x00000000000000000000000000000000, 0x50420dbe71522c0d20edbc77790fd3be, 0x8077c31a1b317c2c4cb0dd4219fbe9f0b6fd74c90cb4e1220084ccbf2ecec98d, '', 0, '?'),
(0x2832c2b06782d10db9965a90536a46be, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0xbf8dddbe2d98fd71a9c350c56c1f321b, 0x50e28003854e7f53d97a1d5efde1fbd06923eb6c911365e98b64527e47cc155b, '', 0, '?'),
(0x2832fb9d41241dc4e553619499f7c9ba, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-login-action.php', 1, 0x00000000000000000000000000000000, 0x70d708bcace695bb8a310181981b798e, 0x238a130a7cd034ea9e8223104d70e7b110e035958e5e99b1486a86e63577e37d, '', 0, '?'),
(0x28339330880311fb8ba9d72fbd61aecf, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/select-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\select-feed.php', 1, 0x00000000000000000000000000000000, 0x8a5e97d965c9da47f71635f4100cc653, 0xc776c024a2c13b6690c26571f53c3b8cf2c5e4eb5e99959d53417d255c72eb1d, '', 0, '?'),
(0x2835bd7353294570579513359ec24ea5, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/SB_Builder_Customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\SB_Builder_Customizer.php', 1, 0x00000000000000000000000000000000, 0x72777d1972333a5126b273a523a33e47, 0x1c4957e00da94fcec8045e162bc8594d8a48d559234b7c746f1e0a3aa4579d31, '', 0, '?'),
(0x28364603913dcc6a9130ea5860d54bbb, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/string_loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\string_loader.php', 1, 0x00000000000000000000000000000000, 0x826f8cd20073bb67c9acce08ded3d4cc, 0x451b0bd47e01ca4c11eae40c640b7f171fe283377a7e43aec6caddd2bceca3e1, '', 0, '?'),
(0x283706c06475226a0a47eba90ff47801, 'wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\04-afternoon.json', 1, 0x00000000000000000000000000000000, 0xa96cabf881f85b64ecc3613b970825fb, 0x0a9d1d684ad0153e4811db2f20c73af71d9d4b8dcc650e80c8a760f159f4a4a1, '', 0, '?'),
(0x28377624383eb2806b8b51f2496dad1b, 'wp-content/themes/go/dist/js/design-styles/style-playful.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x283a71822239e313e57c8160572d98cd, 'wp-includes/SimplePie/src/XML/Declaration/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\XML\\Declaration\\Parser.php', 1, 0x00000000000000000000000000000000, 0x84ae90d1c7d9d5fd78f657ccaf09cc5e, 0xf422b38c57afc316ea34ee52af27dc9ba09b88588e69c56ee646f8cc16270deb, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x284654889b128a664daf812f772926cc, 'wp-content/themes/twentytwentyfour/styles/rust.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\rust.json', 1, 0x00000000000000000000000000000000, 0x4738d1fadaa1569d62362afe55163c70, 0xd1eebfee9f883609ad31bf673646d61e268e08899a09ec6f00f52356c27d29dc, '', 0, '?'),
(0x28471e044c8e6c88c0231e4290855182, 'wp-content/plugins/elementor/modules/library/user-favorites.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\user-favorites.php', 1, 0x00000000000000000000000000000000, 0x75bd200a85b8814954dda862bec684b9, 0x559ef2d5a44fd7bbb844c03ca607d96a1553569d7c82b43563452a32c8e23fdb, '', 0, '?'),
(0x284b128f0160b8bba61f2d2c1eafe6dd, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x2854df4b2676f14e05a2e6de4d16e75f, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/module.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\module.js', 0, 0x14273e6d030338f5dbf55b33b4ce2cfe, 0x14273e6d030338f5dbf55b33b4ce2cfe, 0x847eb5a3eb74eeceefa10dcdae7ba06c60c6b138ba634181052fc7de978a3e01, '', 0, '?'),
(0x2857513d1d33d1c879eefade18621f36, 'wp-includes/cache-compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\cache-compat.php', 1, 0x00000000000000000000000000000000, 0xbc50b9d69bd7a623f0da8abdc03537ff, 0xb8664f06f25489c21ed289843d3027a67f22365619e9dd3c41f6f5421ef1a4eb, '', 0, '?'),
(0x2857fbbb30fbc7e8c561bf28c8a43994, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Coroutine.php', 1, 0x00000000000000000000000000000000, 0x671835f46f9bd7c7c9f27972ce21cb36, 0x8820114cd50c871bed3032c27da5a3eb5a97881d0266e931103ba4f58b084be5, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\updates.min.js', 1, 0x00000000000000000000000000000000, 0xf6836d4994e33b94e7172807605b7a2e, 0xb662ec8df327598a50100f3be6a98c9d24b472d21dc929c13829e96205e9449f, '', 0, '?'),
(0x286a4c167df215ad2ad112c1431bf558, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginUpgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xbf9818a3ebcde2ab4b3a325379a97954, 0xacf60afaa2ca0307cd6c201a8eae454ae781ac11cc3fcdbabdc67ec3960ee45b, '', 0, '?'),
(0x286b9cf239c05189d1a33f85a2807837, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.asset.php', 1, 0x00000000000000000000000000000000, 0x51e6900f11caf524f018d723ba78fbb3, 0x0a7f42d0fed3fc2fc94f4e926f1606dd4f66831f7122d1438413e482737e6667, '', 0, '?'),
(0x286bb07c6af270c1d4b3c4a75824f5cf, 'wp-content/plugins/instagram-feed/assets/svgs/addPage.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addPage.svg', 1, 0x00000000000000000000000000000000, 0x735ec0bd7c6311be4bf2f16515f5f5df, 0xd1232c44c84b7c772c110735005bb1ab1630234e46b731609a4f79c39616f536, '', 0, '?'),
(0x286cabc3d6852b25f16dbb87d8474940, 'wp-includes/blocks/rss/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor.css', 1, 0x00000000000000000000000000000000, 0x024494aecc87dc43916b351398ab3122, 0x3aa6bc86419b3bb4cbef26fbd3baded5d05be432cc3941298c803ca210613493, '', 0, '?'),
(0x286cdb03f43ae32c3773f5e1226c5235, 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\buttons\\class-astra-customizer-button-configs.php', 1, 0x00000000000000000000000000000000, 0x2a9b00899d1af321981fa6f14630173f, 0x6c85775b12f8f65c2eb85f0b0c987c22cdfff0c7d05cf903600b1882a20c4748, '', 0, '?'),
(0x2871e7e963e028e4ae86872e87a8507c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Markup.php', 1, 0x00000000000000000000000000000000, 0x780ad20c8915e0e4a6dbb33bf3bdaf2b, 0xb41b79cff5ba093fabd8549a8fa85ed9630b4ebf3199257cf7c2fa4ee8afd62f, '', 0, '?'),
(0x287643557f48d478d4dda930c17c33ef, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0x078c72a7b66d3c938766d63fa8b14834, 0x1337ed0a6732be6a4a1767b2709687d53deabf9853f0301063b82775db71897a, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x287db53226938abc47b30b612869fbb6, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-trustpulse.png', 1, 0x00000000000000000000000000000000, 0x59628210aeccef6a044c1f00ebb955e7, 0xc7673c5b8b83da920f693b11aba0ead6fc1d52c6ce01e72f7a67d24ec35a70c8, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\readme.txt', 1, 0x00000000000000000000000000000000, 0xbd624b1d7ee4ae8fe380913d43fe6c9d, 0xa71ea03585a5ea2bf350242b02aeb694a0caa8959e378803f8c7fde0ae14f065, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\screen.php', 1, 0x00000000000000000000000000000000, 0xae40c7d46d2e51d106f72a02b84b4999, 0x03982574f1fe8967f50547fffed55f15211409e15f81401902e508c7471fd117, '', 0, '?'),
(0x2886a762218ddc338cb78820f92a43f7, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-searchwp.png', 1, 0x00000000000000000000000000000000, 0x2e7dde822b016624c3a3a8d76d194b3c, 0x9d540dd19c623efb8b74959c59d50b69608aad5137f90bfcee26f3b2ad037a1b, '', 0, '?'),
(0x288d44f6863fbfefa83b4464d3143b6b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loadbutton.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loadbutton.svg', 1, 0x00000000000000000000000000000000, 0xdae42ea1108a9e63b2cfadcd70a9d04a, 0xbb80533135f0a4e58b102b2f033c27df4478c869f8e0ea61650e770bd2cd86d4, '', 0, '?'),
(0x288edb379a298a48058ae3191287c9c6, 'wp-content/plugins/elementor/assets/js/ac53273f887639e3c6ea.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ac53273f887639e3c6ea.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x280b4732772b2e1be50d6950f2598d82, 0xf45d884307c3b373b92538a22bc6d12240c59882376950cf63411c84bafc34c2, '', 0, '?'),
(0x28912ca162ecfe102d65d1307d39af79, 'wp-content/plugins/elementor/includes/controls/image-dimensions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\image-dimensions.php', 1, 0x00000000000000000000000000000000, 0x40952c2e1d26b96b089f46a07d0336da, 0x8e06c42d1c960120f477960a451addeb5ee78cc548022602cf5720e6ae0c8498, '', 0, '?'),
(0x289543030d81e6466cc43eefd771708e, 'wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\search-results.svg', 1, 0x00000000000000000000000000000000, 0x131bbc7ed2a13aee655c96d15ee3326c, 0x2e8620b56e87501dca683a0859e48bb05864f9c530ef24deff291260030039b0, '', 0, '?'),
(0x2895db3d8322e18aefebc47bc7355901, 'wp-content/plugins/feeds-for-youtube/img/sby-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-sprite.png', 1, 0x00000000000000000000000000000000, 0x32da6ccb93328901731315aaf66ea743, 0x65da59b2afffb2a1063bab50a0e52e262dd8efcdf7593fcdb60ae12f55b882ff, '', 0, '?'),
(0x28960b54d36b7cab6b9b730715548bfb, 'wp-includes/blocks/post-author/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd61bc50c09ce796a07f9fca2b231fb0c, 0xe36ab3540cb80f33c4f50fb6dd0534541f532c2fe3f2dc83c2ac5e310c3df652, '', 0, '?'),
(0x289659e027fa885e6b7a217196ffb687, 'wp-includes/js/dist/block-directory.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-directory.min.js', 1, 0x00000000000000000000000000000000, 0xa077f5aed1a502a2eb01cb35ca15bb14, 0x3439257ec22e8e6e6035c2525d0c967c04be4a0cd90f387226a8d4d92d1866a5, '', 0, '?'),
(0x289af9a05098425da01c20f3539bbd44, 'wp-content/plugins/instagram-feed/assets/svgs/tooltipHelpSvg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tooltipHelpSvg.svg', 1, 0x00000000000000000000000000000000, 0xa05ea2c414a42d34621780019cf1997d, 0xc4ca08b20735444cd91b4e672a1a85d4070989fe1ebefba3915428ea8d494331, '', 0, '?'),
(0x28a7afa4bd62ac658d395646b26aad40, 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0xd80c59ac64f922c29b40d0bac5fb0a4e, 0x55b21aecd07195176732ac44f7eb77bf709a8f3142b5e5d9ceb6c15beed16ce7, '', 0, '?'),
(0x28a9d9e9b05c06983ea2f862b3a9e27a, 'wp-content/plugins/elementor/assets/css/app.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app.min.css', 1, 0x00000000000000000000000000000000, 0x5940dc6a36baf7c8ad6986fd79466ab8, 0x736ecbde61b1c0a97b9827a8aae46db9961cbb4ab5d7fe640a5d47b34678ee5c, '', 0, '?'),
(0x28ab93dd0e1c8685fbc415c114820666, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\translatepress-conditional.php', 1, 0x00000000000000000000000000000000, 0xd9e2f93cce76cfecaf52ae31f1d52bcb, 0x1ce2d6dea67d25e73410f78e6cb3bb93fde0d4359c78507d02df1b8335701583, '', 0, '?'),
(0x28b038c56c5cf2cb07c29ff3ef28118c, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-header.js', 0, 0xb003da2a5f47ba87bf164568b056ba87, 0xb003da2a5f47ba87bf164568b056ba87, 0xb62c34b66cbcc3d2aebfcbcb1ce156aa88b669512a5992ce691f51abc77ad233, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0xf2741cc0f7e35666b595b0678ab20c28, 0x64748497cef698f54b609117aa564cc19bf0caf6690ff6d56beec33e5e2b6e26, '', 0, '?'),
(0x28b57cff5aa278b45487fe825b7fc175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Base64\\Original.php', 1, 0x00000000000000000000000000000000, 0x21fc947870f12cc4124c4cc7a8297602, 0x0f7d2940a5c1a1c40c61409df3f900fe07ee9ee50461391f87ae020da2ead113, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0x28bb6dc7fd630ba056348c0cc68a80a9, 'wp-content/plugins/elementor/assets/js/responsive-bar.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.strings.js', 1, 0x00000000000000000000000000000000, 0x1a36ed0ee213207b52157f1528a6c2cc, 0x8ad256204b4734f97a18d8868b2b320f7b08da40f7c2d247fb3927132de9d09a, '', 0, '?'),
(0x28bb862e8a0f0399eb5aae9f391dae4c, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-base.php', 0, 0xe8c9f94627e069554c1414fa74606cec, 0xe8c9f94627e069554c1414fa74606cec, 0x4f8045524dac0edc12362475fc3587991b99055fb276b7db6576bda68cfd5600, '', 0, '?'),
(0x28bd178347467a61ada13fb08458faf8, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xc4162ea13e3a58e4d6e314295a6db5b3, 0x8f7efe3c7fe987425a4f30073d63d3db46fea1e956e0ef98c4b565bbc116ec00, '', 0, '?'),
(0x28d6aba7e4f998d66af39d2c1570c4de, 'wp-content/plugins/backup-backup/includes/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\.htaccess', 1, 0x00000000000000000000000000000000, 0x26c5df74e925a66d8b7658db4daf4972, 0x62f5e54873cbf16d086371a0ef76a14c3aff7e3438770e0a0be6bcc6db7e5174, '', 0, '?'),
(0x28d8dcf1d30b2bd2ceae1c13ef231af4, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x5ea95e7522e736198c93a09fac5ea06f, 0xb625cf2d1620d8574bfe29a2904312be4496179bdecec927eb36fc6fa5f2198b, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Int64.php', 1, 0x00000000000000000000000000000000, 0xa2c2d7d0a5028778b60b095edb35fcca, 0x0148c4338ab387d71979cb15e42610c71b6bc08a33a782fa19dc7d821e8d833a, '', 0, '?'),
(0x28deca73bb33544e1d14a46f1228a91e, 'wp-admin/images/freedom-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-1.svg', 1, 0x00000000000000000000000000000000, 0x0b28aa39660dddc94f4a1aa117a75db2, 0x97e9654dc5e3e34febecbbeb86ef38005c1d009c93c19206e91d3794dcc2888b, '', 0, '?'),
(0x28e37f7e4c645fd65c410bac159a6a17, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0x55a6cf9c0e1e17c6598c3280b765b0df, 0x78b919e77237967e795098de6d588d9d4ebda01bc5ae587a5128ca816367ecae, '', 0, '?'),
(0x28e5a59ab63c3f96f6d297db241241fe, 'wp-content/themes/go/languages/pt_BR.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pt_BR.json', 1, 0x00000000000000000000000000000000, 0x7123608dcf6c0d4ca2e9bb3cd583e97d, 0xc08ae674cd1a50f63ab5e8dbca803258c6301ba08bab40d09e1fa19eb0551f99, '', 0, '?'),
(0x28e9707e064205d65d8b5d94f8d40dfe, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-api-call.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\site-kit-analytics-4-api-call.php', 1, 0x00000000000000000000000000000000, 0x8e5a3c86fffb16ae9b5a0d2d8f2371ea, 0xf79fa7546b6d02e6299b81d9764359e9e2bfc2692dc30ccbfb6926b657fc2d2a, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\wp-diff.php', 1, 0x00000000000000000000000000000000, 0x1a4cab3f050dcf8295c8b6f24041b024, 0x233a10dd3e151cef3cd49663ae42e285d313ee005563eb8f3bce880749f443ac, '', 0, '?'),
(0x28f01adccf0ed59af770df730e5fbb97, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirects-page-integration.php', 1, 0x00000000000000000000000000000000, 0x4299e7fa883e2d74841c2c90a3fe9e56, 0xecb6d08270804803ab75cf4928649da6763283209ca7d2d4a35a791e7ce3836d, '', 0, '?'),
(0x28f05a6263c4b2b2dd3670b72224ecb8, 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\options-helper.php', 1, 0x00000000000000000000000000000000, 0xb4dee4b0cff949dece40214a1b7861b2, 0x00073c57b9143d456c975f0362672027add45e2ead7250d94a036504b1a0275a, '', 0, '?'),
(0x28f0a171bc2d786830eed41c4d5f6393, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/feedLayout.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\feedLayout.svg', 1, 0x00000000000000000000000000000000, 0xfbf7234247455e99beecd496d51d212b, 0xb82c2410c517aeb6a6dc067f71678413ab437eb8b4ccebc12d99592f90c04bab, '', 0, '?'),
(0x28f1c402dcf92769bafd5e8cf68a63ac, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Endianness.php', 1, 0x00000000000000000000000000000000, 0x7069faee821d0f52226fb802102d2f0d, 0xb3d424739345279d6d2668b286e5ebffa0e91e7d5b2696039efe8e3b58f79dd0, '', 0, '?'),
(0x28f3005d8a259d909c4277f35a96784b, 'wp-content/plugins/elementor/app/modules/onboarding/validation/user-progress-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\user-progress-validator.php', 1, 0x00000000000000000000000000000000, 0xe13f8e79e1d033d0b2874fbdaefe6c95, 0xbcb4f538c0def839e7cc3b3455a90a139e85b36b39c7975a302c2ff58c51b203, '', 0, '?'),
(0x28f47f678c26e9a3a3b3c68d40af0f24, 'wp-content/plugins/elementor/assets/js/admin-feedback.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.js', 1, 0x00000000000000000000000000000000, 0xfeeda953c589f8cb54130979b9c16e3c, 0x4d73a6565dab9675868eb8926fe5aa397567635656612d710699c751b11e9c16, '', 0, '?'),
(0x28f50523d7a20e619dbb584dd0416213, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list-template.svg', 1, 0x00000000000000000000000000000000, 0x77caacf6fc1c33075f0089f12ad0611d, 0xc34456d1796a18af86db5cb5e99bfc34bf0aa0e2d4f15c31f5f63c7566fc6bc0, '', 0, '?'),
(0x28f5c44d2dd35d6cec9e64689192bb5a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-BlackItalic.woff2', 1, 0x00000000000000000000000000000000, 0xc520eab565825bc5ea7aba275fcd4dc3, 0x96550e1ef954e10faffe594c1a0f51f86ed9e7ecfc2e4cc3646729bd3890a11a, '', 0, '?'),
(0x28f9a55a8fb85eb83ede7e0e93dfe6f8, 'wp-content/plugins/elementor/modules/atomic-widgets/database/migrations/add-capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\database\\migrations\\add-capabilities.php', 1, 0x00000000000000000000000000000000, 0xc2bdca56ee9212dd23680898ce69af81, 0x7a76b242e32653d23104f21b6e2bab92a6e07c8be319102c5c91991df347803b, '', 0, '?'),
(0x28fa5a7e915469cd81eabee8312b2ade, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-connected-account.php', 1, 0x00000000000000000000000000000000, 0x42ae1ef72a8e7779b86d8af86c236df7, 0xbcfc8308729ed67635c41f3f68571506676ff1356ad13fade0aebf91945084fa, '', 0, '?'),
(0x2900917795b2eaf53be045e6aa54cec7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xa6ebf38d46de235f33ee3de029d65740, 0x2d65774e4e73d5652443435fc64792b7a4a3bfac080aa712e700599e01bab16a, '', 0, '?'),
(0x290d415572a54d10ebecb2f9f12120f1, 'wp-content/plugins/elementor/includes/controls/box-shadow.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\box-shadow.php', 1, 0x00000000000000000000000000000000, 0x45b924c044e608183932505e305792c5, 0x968846ab76f38504e1e1b81e917194c485845059aa33eb1ccebac2dfdbd2edf1, '', 0, '?'),
(0x290e5c3fe018b5d96fbd651309946e64, 'wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\frontend.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x908148dbaed3f18e6abe946fc5345697, 0x85f7bc198c4d5cec1110264778006682927c9c833384ae771e84c9bd96883daa, '', 0, '?'),
(0x29149c3d401ab68dc0dfd63154c46a9c, 'wp-content/plugins/backup-backup/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\uninstall.php', 1, 0x00000000000000000000000000000000, 0x6d20cd2c9fd2ba37ffbc0af74200c284, 0x746f4b33775efe345efb90a3b94fa8a7ac5224cd389576249e464529e1c7c8ca, '', 0, '?'),
(0x291ae1119b8a43384f56a067d78b3bbf, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.js', 1, 0x00000000000000000000000000000000, 0xf2057dfa1b3a13c2b57c536a825046f3, 0xef2526f3727beebf3e8fabb0e42e9baa5237f0ca044f29c2fd89782d7a134711, '', 0, '?'),
(0x2923726c2765d372d2dc455e6f0ea538, 'wp-includes/sodium_compat/src/Core/AES/Block.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\Block.php', 1, 0x00000000000000000000000000000000, 0xc5789bffd43967bcae314343f7ebe7c5, 0x83bd0966f32d091dc60184d6abde7d6539e48ddd60882df52787f30369983355, '', 0, '?'),
(0x2927684ced9c9ebf0dd0805e87bf8db9, 'wp-includes/blocks/page-list/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xec16999d1b4095c6d89bcac05e7d6293, 0x9fccff6f4da4d170e62b70788febc8bb947f79a123040d44162d396801b13d18, '', 0, '?'),
(0x2927e2175f1b7e33fd809bc822e0eda9, 'wp-content/themes/astra/assets/css/minified/command-palette.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\command-palette.min.css', 1, 0x00000000000000000000000000000000, 0xfecf9f3b4eb38c9ae0a073b822173aaa, 0xc5bf8fc8a171a6ebf097083e180ec8a9e399ca1c8980b8fac1e0487d2f3e25c7, '', 0, '?'),
(0x293224d7bcab19569f9bc21a269c4537, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry.svg', 1, 0x00000000000000000000000000000000, 0x51c984f7504aa1626e9be7759ea22cb4, 0x5296f0400543f4a75d6d513f578e590f9edbcd22d3b306b014dd362be48d2add, '', 0, '?'),
(0x29343ee64ab139a598c88e26140f65e8, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-css-trait.php', 0, 0x4fd884218e1ea887d4f9154976a2941e, 0x4fd884218e1ea887d4f9154976a2941e, 0xe9ffc1a4476e5e3c8f582911620ed607b6b687d600e1e425d19ee16fd3f3f1c4, '', 0, '?'),
(0x2936bad7fafc45d5da9155eac2ef4b84, 'wp-content/plugins/elementor/assets/images/app/ai/ai-site-creator-homepage-bg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\ai\\ai-site-creator-homepage-bg.svg', 1, 0x00000000000000000000000000000000, 0xa240d274c3c85ca567bb7204b9a5e19a, 0x841ef6ff48abb5cc698e91599df6d00339f7b700c1cbc6873f57f52de139350a, '', 0, '?'),
(0x293852cbb92306b60de1b9bb29781d5f, 'wp-content/plugins/instagram-feed/inc/Helpers/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x293ac8a56762d68ce89020c2a21889ed, 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-text-blog.php', 1, 0x00000000000000000000000000000000, 0xb3eb874a4c474f40f0c14214ef41f014, 0x634c8f66618fb6e1e33a6be962aab16e0bfd18124d28853197ca6aa041c8f54b, '', 0, '?'),
(0x294061ce734b0e4c9ef3e072e7a8c8b2, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-account-component-configs.php', 1, 0x00000000000000000000000000000000, 0x1eae637f2191449f0d0142b78e74ad3f, 0x62ff0ac76abf2e5a6468d62bfac9c4237f7f2b0838454ef3fe10fbd28ad9af41, '', 0, '?'),
(0x29431d466be46a5e42678339f72b39bd, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8455.5cc7e39795e74555.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8455.5cc7e39795e74555.js', 1, 0x00000000000000000000000000000000, 0x7b2af43058ae631c10e4631a4290b12e, 0x1af8876af642cc5ef6828856393b6cbf0d51779c646d213315479d56a63c19d2, '', 0, '?'),
(0x2943ac84802b155ead149b2f2e63fe74, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0x6f380f7326c3aa0e32259e84decd190a, 0xd9375357cf00727317ce976a62d8a3a852b0b1c10e231daeb9f2a7db7cb061ff, '', 0, '?'),
(0x294654111d6a9b97adf3ab434a63fb47, 'wp-includes/blocks/image/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x19a292a2d92f9752210e76b6f86d2d6c, 0x82cb8dd646021e9d1a060c36eac86b632da79c9c7b08a5c87642598057ac4070, '', 0, '?'),
(0x294f1ffa9975f089d275366a5b5af391, 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-social-icon-component-configs.php', 1, 0x00000000000000000000000000000000, 0xc2e5478ef401c337aca54effe7c2793b, 0xc877e9482d74f8b892eeb36249386629d02b09aca6903975fc12387e8d6cae15, '', 0, '?'),
(0x2954b10cec877f0f2c03e7cb92e050ac, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Resources\\stubs\\CURLStringFile.php', 1, 0x00000000000000000000000000000000, 0x34eaa20905133d4356799d0a6d0e0d57, 0xc9bef6f5a54d3f6e3b20edeb188e9b945ec16fae694378ba0b17dc03081fac96, '', 0, '?'),
(0x29592eb3aa73221fd1c5cd3fe5c5d26b, 'wp-content/plugins/backup-backup/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\readme.txt', 1, 0x00000000000000000000000000000000, 0x9124412c1616ac1de57d219f7f1b5eb9, 0x345c284afa1babb70e05a89e374d3074338860dd27d9b5cc5bc957509536e663, '', 0, '?'),
(0x295aa8f4fe68461a253f9eba579e0414, 'wp-content/plugins/elementor/assets/js/import-export-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.js', 1, 0x00000000000000000000000000000000, 0x1744ab48f0cb7a9f4735616f32eb50e1, 0x2c057dbe0d3df05eb511714a530f79d4ccaf8467a2ecdbf707f6fe5878efa4ff, '', 0, '?'),
(0x295cf042e00743aa5e476567111ce06b, 'wp-content/themes/astra/inc/assets/images/starter-content/professional.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\professional.svg', 1, 0x00000000000000000000000000000000, 0x7e5415a13634e1decd10badd621f7ab3, 0x3b9f35f3185eac1c066468678e2bb05e6ff4598d4670b85b2981f9ff5f3c9211, '', 0, '?'),
(0x295db745f2d68273dea5b8183b4ec821, 'wp-content/themes/astra/template-parts/blog/blog-layout-6.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-6.php', 1, 0x00000000000000000000000000000000, 0x127d109182eb108772d514a1b66abfad, 0xd217a49c80e05cca34b3c5f332bca4893376131a3a74b1dc82087252474e958d, '', 0, '?'),
(0x296e359495f919e7c5220e9e6b68d9d4, 'wp-content/themes/astra/inc/metabox/extend-metabox/build/elementor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\elementor.js', 1, 0x00000000000000000000000000000000, 0xadd95a58c67d0e797096465f0acce207, 0xc283ad6664a1a381888ae69b3338bc3a5a23b05092d5ab567a74b6c10960cbd4, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x296e567b9cd3ee9094414be50d112e68, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sourcesadd.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sourcesadd.svg', 1, 0x00000000000000000000000000000000, 0xcc57dc1d0aa24de9def34c7a9200da64, 0x5cf0807b8557d4f33bc527d0a751e63b578e274687ba5121c2586e7f62cadf7c, '', 0, '?'),
(0x297362fc55a470fd799c9172e0a3f983, 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-free-trial.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-free-trial.php', 1, 0x00000000000000000000000000000000, 0x5d86fce3cc120393fb6748b8f0bf7fcd, 0xa4f4256f424352e071d0a83d4e5679a87fba55bbaf3d8358364abf7f33b2b30d, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\media.php', 1, 0x00000000000000000000000000000000, 0xebc636a696bf0a186d8a3fd74a6e12ca, 0x06d7ddd76012b57a8d0603e574f2e24cb3f315602ae61fee3f816ad3e4497476, '', 0, '?'),
(0x297f0e70a5c77a033a467ab97969cda4, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/sby_lightbox_player.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\sby_lightbox_player.png', 1, 0x00000000000000000000000000000000, 0x96a8a38b4c5d30fa32f15d49670e6dd1, 0x553ff653133ffcb6d7daf619f002eaa9ce7a49ecfa652dd9cf94eca94512828b, '', 0, '?'),
(0x2983688aa2e78f7e1eddc8f39ee078ad, 'wp-content/plugins/custom-twitter-feeds/js/jquery.matchHeight-min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\jquery.matchHeight-min.js', 1, 0x00000000000000000000000000000000, 0x4d9a91bb66cfabd87602261b4b33d26a, 0x658802dca1203e8400775c4773cd5f588ffba7b6e18f54dcf3f4a9ba30eab0c2, '', 0, '?'),
(0x29852c93549538844c437dfba9b9a1e9, 'wp-content/themes/astra/assets/js/minified/flexibility.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\flexibility.min.js', 1, 0x00000000000000000000000000000000, 0xf3f609a6ebd5b8fede4abc63e105a7b7, 0x63bbe551b3135f8125e093bc002290246ec041c9bf71d53a3b080d9ab09a3515, '', 0, '?'),
(0x2986f6c5268260a4b526bb580983c8e0, 'wp-includes/js/dist/preferences-persistence.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences-persistence.js', 1, 0x00000000000000000000000000000000, 0xfb43eb515ed9c3cb112961c58f0c5574, 0x3857503337ce8954ca0060f3dd5595d97750092672f78b24fc27c2e96d8ef1fd, '', 0, '?'),
(0x29871fef42a5d069306439b507a0f767, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\description.php', 1, 0x00000000000000000000000000000000, 0x259ecf8eacefd2eb49ee0739207941de, 0xfe7ce70919709556462fe7120fafe98be20aa72d1ba7c922e58052499aec1690, '', 0, '?'),
(0x2987339e0d9ede13722dcef283a37479, 'wp-includes/blocks/media-text/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x96473b016c596b70811dc140b9fde058, 0xa6a7c885ba51a97f9472e8f707ca6cee57a17ca1c0ed86dab48ef99a1b0cb81d, '', 0, '?'),
(0x298a13b1394cb48a0f77a6a165ca3ff5, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/top-page-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\top-page-data.php', 1, 0x00000000000000000000000000000000, 0xe94ab9b377e0b739f39b8fd49a33a6a3, 0x84f0790c042bc0b0c83bd0163027af53d48584a29fd96ead204a813b424f2eca, '', 0, '?'),
(0x298a48449d2f7696a9f52e8a3c663aec, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/temp-login-about.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\temp-login-about.php', 1, 0x00000000000000000000000000000000, 0xf6c454095e64e8df692588986726827e, 0xbf3c4fdf60d3e6972e4f34a5748a8bb46bc36671e86692fe61d7079b51cbd25b, '', 0, '?'),
(0x29930fe6ede3903a8674d17d02c9fdc7, 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Advanced_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Advanced_Tab.php', 1, 0x00000000000000000000000000000000, 0x52e7e00e0001c4f9976c3ce3e7c7d4c5, 0xf3492797a626991606ca600a9bc898a5054858bc99be76ed0ab5db0d12770109, '', 0, '?'),
(0x299728e750b5dbc47ad89afdf0d23f50, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-400-normal.0895709132751260.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-400-normal.0895709132751260.woff2', 1, 0x00000000000000000000000000000000, 0x23f5644ac8a47e47f42c429eac134ebb, 0x16730f992bc7dbe00b82ed4b2e3e72bbb234634e621776410fd2d64e1119bae3, '', 0, '?'),
(0x29999d9d8d32a04a7ba5b7d93ad37023, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\forms-controller.php', 0, 0x0a113d2da098633c5d70320b4622dacf, 0x0a113d2da098633c5d70320b4622dacf, 0x16790f032e3ebb267ae67f73afa83337c5365e807c256b509ddc7313f84a9026, '', 0, '?'),
(0x299a2be5e86926118af37aa5eea8d968, 'wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xc2dd4d0c153dfc4108ebe07ce9330db8, 0x26a7dc06d3764700b6a5bcd0c76c19407d54dbb21d1506b926c849b06022a259, '', 0, '?'),
(0x299a88b9e435c072b05fbdecb3f55046, 'wp-content/themes/go/includes/tgm.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\tgm.php', 1, 0x00000000000000000000000000000000, 0x984984fbc5de4494e137ffcf2d7c6b28, 0x0fab828acf8c2e0b57ec73b7d01a720ae2f5c51a1db6465fd8e82a1fbaf94a69, '', 0, '?'),
(0x299c54c837fcd9cdd86174b5bb2f021e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rubberBand.css', 1, 0x00000000000000000000000000000000, 0x849fb0f8514f88a464fb55dc4afa4262, 0x31774afb408d2ca86d08177449b542641bf302b55bbe10e8ea479d06ba570ff7, '', 0, '?'),
(0x299e377b0d293b1d3269dbd22bb2ccde, 'wp-includes/blocks/read-more/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style.min.css', 1, 0x00000000000000000000000000000000, 0xe475a7d6b6a92e59b110daab5bac0314, 0x0c33217859ff3f32b53de5ec5e26c9ab04463c4ecbc5cf6f05334c8f8e8684d9, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0x868eefa00157beecbff6513764ba2d46, 0x2a82bc0218d8ae51d98fff9e0971b6680edcae86fd9d4c2de9fc25f355a16b64, '', 0, '?'),
(0x29a76d03da193dcef0d357691dff4510, 'wp-content/plugins/elementor/assets/images/containers-announcement.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\containers-announcement.png', 1, 0x00000000000000000000000000000000, 0xc7fa59aa62b7ee97e4f3e39aebe04eca, 0x36f45a5efd084c16ada74daf6a9111edfa630ba7bcc2830693fe687fd436ecd9, '', 0, '?'),
(0x29a990e62c2f1d2289319b4203d2334e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Facade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Facade.php', 1, 0x00000000000000000000000000000000, 0xa62f67568e28f1cd9823384250a2b6d3, 0xc821fccc4ada728f75280f72987c6ba8a3fa92eebd72bd00d870096dbcb45f2b, '', 0, '?'),
(0x29aeaed31e15d3f475bdacc426f14578, 'wp-content/plugins/backup-backup/includes/backup-process.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\backup-process.php', 1, 0x00000000000000000000000000000000, 0xbae23fbecced5976754875d8ef26bedb, 0xd60c2d184caf94f81014e60250a36fd6880958d6534e71228d0f9e25cf47224f, '', 0, '?'),
(0x29b47f3bb3a5d17456dff2cc6e199716, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\exclude-elementor-post-types.php', 1, 0x00000000000000000000000000000000, 0xf068702b05da46a4db99a4495f23fad5, 0x8c08400e1c9035adad3587a4a4b2e353d48f7719b7af49806dd5481ea07aa0a5, '', 0, '?'),
(0x29b975ec40af57b3c2f270f4330b9d74, 'wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\even-better-restore-v4.php', 1, 0x00000000000000000000000000000000, 0x3e8738582d16068f6ade787c01791d3d, 0xc1ba6e206287e61569fc9feafcc3b7f4e4cea7dbcdf9e42bfe4a75c52fdd9833, '', 0, '?'),
(0x29bcbe4c2fca9116b970af0adb38d048, 'wp-content/plugins/powerpack-elements/modules/query-control/types/pods.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\pods.php', 0, 0xbefa6a416b7764b00b10355a667ad04a, 0xbefa6a416b7764b00b10355a667ad04a, 0xc776604c9944fc91e0fb6842ce847693b747c4e0a2f286ee23ef88875501589f, '', 0, '?'),
(0x29bd2d154ddcdd5e329c4ffa9ee43360, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-400-normal.27da5b36b6d3a16f.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-400-normal.27da5b36b6d3a16f.woff', 1, 0x00000000000000000000000000000000, 0x252e349510e4e63b7574b26633ae85ee, 0x89f0c8e38f6c40877fee236f36d671641f59d78e40d23963248f97ec5860034e, '', 0, '?'),
(0x29bdcf0633a08f01f84332828e62a82e, 'wp-includes/blocks/comments-pagination-numbers/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\block.json', 1, 0x00000000000000000000000000000000, 0x10c79b41a7310650c3ba462e4f073bea, 0x01ab8542c51dc34475efb26a049c4bd909c7a0fb037f2d9b3e5ec2a90df972ac, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rewrite.php', 1, 0x00000000000000000000000000000000, 0x70cf7c65474a44e33dcff2a469b6c832, 0x06f929a80136026d34c10ea99d6ef2ea531e4b66c81766fbae930b8da4c3774d, '', 0, '?'),
(0x29c20005121acc7d2af0e53f452ad380, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xa77f4d1ec3533f47175f356d99f51814, 0x46a050b8ee0f20ebb46cf748efa829e13085de68c27411643e213917b155ea72, '', 0, '?'),
(0x29c83765c9b774dedb62262b14085bb1, 'wp-content/plugins/instagram-feed/inc/admin/blocks/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\blocks\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x29d8103368c19ac36ea6295a95e85d85, 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/V2Routine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\V2Routine.php', 1, 0x00000000000000000000000000000000, 0x65fd1983f6e638f55c791a3ba5883f7d, 0x4f84e09a38d7eda332a381aa2e143376e2bfb57b70fb37cad27daadac9530ced, '', 0, '?'),
(0x29da3a4d055411a37b6aaf06b330e9ff, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woocommerce-conditional.php', 1, 0x00000000000000000000000000000000, 0xcd1dd576ad6fd15f14f79c787a35497b, 0x72b034538f45e6600d0f80fefd8f9cc03085405c23d0018e0dd19ddc93b34544, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\embed-template.php', 1, 0x00000000000000000000000000000000, 0xe1b363fc65b056a89862d3bb353d84a0, 0x1146e9fdaeb26e3c89375b7a4f8a7fdf4e918b1aa6a7704533401072e2b84230, '', 0, '?'),
(0x29e0b736fa3df6cb03a65a3926854e05, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\woocommerce.php', 0, 0x9a43eaafc7ca838aa4cdcae11c07580b, 0x9a43eaafc7ca838aa4cdcae11c07580b, 0x19b92ff22f8c1d3db9a46a0af6e99767f99c0a21fd1e57e4a2b5da4e8ae1519d, '', 0, '?'),
(0x29e18a2373e4485290685a11469bb053, 'wp-content/plugins/instagram-feed/admin/assets/img/support-members.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\support-members.png', 1, 0x00000000000000000000000000000000, 0xb9591a9cf3b4497e5e4adeeeaaf18891, 0x99d086e63885c29000b3b3a4ed1e596206e9e4a617afc112613fe2f0dc8b160f, '', 0, '?'),
(0x29e2c2852fb8238710ef58f6085f6439, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/AbstractTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\AbstractTokenParser.php', 1, 0x00000000000000000000000000000000, 0x1c7ce04ca14fad5d66d72c11c0a3c33e, 0xd1620ba81666b914b0f78c15f8bef6c3a2c0aadb3039b0cbf8cebb4635bdbf4a, '', 0, '?'),
(0x29e5d25dee33dcca97e29951056bed00, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-700-normal.3c5bcdd0e69c4c3f.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-700-normal.3c5bcdd0e69c4c3f.woff', 1, 0x00000000000000000000000000000000, 0x1bf02c90e414ac0e16ae06a0571fa60f, 0xdcd31726458247a1dd25d27b90696b5fe422a47c41cde6c957088941dcc899e1, '', 0, '?'),
(0x29e8ada6cefb51149ef351af2f59b439, 'wp-includes/blocks/page-list.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list.php', 1, 0x00000000000000000000000000000000, 0xb2e78d587e77cd2ba83155a76afa589a, 0xb93f9bde3dce12425ad82072f515f786d38dbca94188e1f7825a9418d2beaa2d, '', 0, '?'),
(0x29ec49960ace8656acb89f7111eee67b, 'wp-admin/authorize-application.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\authorize-application.php', 1, 0x00000000000000000000000000000000, 0x26ddf46c22edc7c88c909b68a09c8ec4, 0x39be3f734e569eb7f2c0ce643a4f2b052728bd076af9c2273bbe53e298717fbc, '', 0, '?'),
(0x29f308443b2642fde4349736b5726d20, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\featuredpost.png', 1, 0x00000000000000000000000000000000, 0x3dae1c421064335d813a11e366a86777, 0xe54585f9fff5bd12b35128c73420eade24b60bc430d3d5edc56e9edda1edbc71, '', 0, '?'),
(0x29f3e174d6c159da1635ac631fe7f97f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-700-normal.2dd6febad11502de.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-700-normal.2dd6febad11502de.woff2', 1, 0x00000000000000000000000000000000, 0x24dba7090e423d7b74cba75651e7565b, 0x84286adde58efafb95d700fad19ade626ea30dafde0f46c68558765aad869f5f, '', 0, '?'),
(0x29f6dd56fd70d7d54ddf9f7c3cc29c7e, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0x7155779ef444edcd9ea2e656344bf8f3, 0xf8d181b081272113757ce64d000d3715dc8db88dfad095c02b8aea1c734c3e0f, '', 0, '?'),
(0x29f96a34c2b46b34f2281d80d2391590, 'wp-content/themes/astra/inc/compatibility/surecart/customizer/class-astra-customizer-register-surecart-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\surecart\\customizer\\class-astra-customizer-register-surecart-section.php', 1, 0x00000000000000000000000000000000, 0xb00781cfc3a61a9962e3cc4c3389341b, 0x69f494c44efbe64854bb120e9227985cfc2d0ddfa165c20304ec84f9f269a318, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x60932faccc19c034675686e546966d15, 0xc31833811a2c5c0a35a3f807291c1dfe66f3db0af85b9a56b61d2a4b618f387a, '', 0, '?'),
(0x29ffb85eae0c91fe355a658839310a3f, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0x897538fb23f99040e31662f846d76c85, 0xa0f20d5ad77fdb54afdd4c9468498b798f7941750718cb9e66bc03462e83c2de, '', 0, '?'),
(0x2a03c0ef4a882f5c61785abd508ff3d8, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item-with-page.php', 1, 0x00000000000000000000000000000000, 0xe6765212aa12d5833680018a706fa9f4, 0x0c9cc9277478f4792b90559c401ffc56234ba5cb9a63bbdbf864ce81fb23500c, '', 0, '?'),
(0x2a0580350602ada4beeb7ea1f8aaaae6, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-escaper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-escaper.php', 1, 0x00000000000000000000000000000000, 0xc401b66b0c886a28fa89190f6f7c5324, 0x1347006e2852a8a7cf88b50483afadfbc7144ec9bd2e645d054db2448479eaba, '', 0, '?'),
(0x2a060554a8f3796b8c5b31e5e731c2ce, 'wp-content/plugins/powerpack-elements/modules/logos/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\module.php', 0, 0x5dbee7c164fd17a3537d940240e05740, 0x5dbee7c164fd17a3537d940240e05740, 0xca392a05da108bf690f437b3e30d555408d3b9e3fbeeb1b578bc6033de55df1f, '', 0, '?'),
(0x2a07c49061f3eb58365fc861d70c13c0, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0x4f6794022615036a1f899d1e9083e29e, 0x548e87a20302e932ffd2b6359c7842ab057c330b8367d2025e38441c5943d673, '', 0, '?'),
(0x2a1b9402a1944983034f78b78476ed09, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT.po', 1, 0x00000000000000000000000000000000, 0xf928f0ee487e427c9e205ad827d4567a, 0x2d631223b3be6be2934a77a372bd0050aab8f2dec23efe95854a303a94b85b82, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x2a2e5e333d28b1bfc8fbfa76771a4883, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\fontawesome.min.css', 1, 0x00000000000000000000000000000000, 0xf4af7e5ec05ebb0f08d43e2384266abc, 0xe2bb98fd0dbfacd74a6ca4f71913c5bade5b2215dfef545618ca176c0e063835, '', 0, '?'),
(0x2a31eb90eb68abbe58d96623a5cef1e5, 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nprogress\\nprogress.js', 1, 0x00000000000000000000000000000000, 0x5fc208df77427b19a1558ee3c2e2d344, 0xca05bb85386a9602dc3bd3ee5307e0596319f7b2d75812aecb580361d89041c7, '', 0, '?'),
(0x2a44e04aece6a4940f3dbdbfa8030e26, 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-settings.php', 1, 0x00000000000000000000000000000000, 0x567dc3c33731450744b60512395fc0da, 0xd3198474d3377a1f8bf5a590387efb5883b091c3d3d0ddcc1b680849343fa9b1, '', 0, '?'),
(0x2a54c79ae797714736f7b852dae448f7, 'wp-includes/blocks/site-logo/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73b5c36735eb9930a94e0ade2d8d378a, 0x36901ec60095653cd45276fa676a00963ce8b9109c56cfd405b52df214dc60a0, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x1f681b9ba77bf131ab6eed99ca0edd4d, 0x80244bed5ae4caa700b846b3248ab2f235929a36eda700657db54d698809a5d8, '', 0, '?'),
(0x2a5ca6d14b8854c13a481e25847cee65, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/affordable.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\affordable.svg', 1, 0x00000000000000000000000000000000, 0xce79ab06e578fb0f28f2d2500392dfd1, 0x9ac03ff5e713595e0837c80d8e4b22c0daec1b5ecf480034efb638fd078a6053, '', 0, '?'),
(0x2a5dd2a0769bca7c9ff3a35c63adb211, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\schedule.svg', 0, 0xf8c577b3748b1b53f48363f1a29707f2, 0xf8c577b3748b1b53f48363f1a29707f2, 0x46b716be849690579db38f23babdd1e489b88337c9b2a5ebeaa3f66ae41cef86, '', 0, '?'),
(0x2a61a11186b44d1b21aaf50ae5dceae0, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/five-stars.538039b06aa80f57c7725b232fde56ed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\five-stars.538039b06aa80f57c7725b232fde56ed.svg', 1, 0x00000000000000000000000000000000, 0x42902fb3c6fdf6b1791af7cd80291c7d, 0x07fcb1b28738ff529115280d3d38e594b1c12cd43dbc947513cbf0934237bec0, '', 0, '?'),
(0x2a61ff3e4ddb3841de8bb50e50b744d2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/SettableRefreshTokenInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\SettableRefreshTokenInterface.php', 1, 0x00000000000000000000000000000000, 0x86f314eb1347f60f0a0709de93fa45f7, 0x8880c469284d6c07fa1f5369c73320579f73f81df0be5998f0253506f01ec31e, '', 0, '?'),
(0x2a655bc2fe015664583d60962ef47343, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomies-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\taxonomies\\taxonomies-collector.php', 1, 0x00000000000000000000000000000000, 0xc959e9ed5bb5b48dcdba05967e94265a, 0xfa2f3608ea28a5199857fb15ebcf5cb7b421dae3b899cf2b71162805fc10a164, '', 0, '?'),
(0x2a6661b74539477be1aeb58a616a48f3, 'wp-content/plugins/custom-twitter-feeds/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\changelog.txt', 1, 0x00000000000000000000000000000000, 0x142a7dded0dc67cca0f15163841cb177, 0xc5c27bb7aee6d87b1cd160ddf9572c093d48f968ea523e393609d8456170de19, '', 0, '?'),
(0x2a75d8e359eaa14ade494e9b3f3469a1, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-off-canvas-configs.php', 1, 0x00000000000000000000000000000000, 0x8824a880bd02957da4e583478a984faf, 0x79aed26541a4319b0f8e7ce9a83a2f0780647ea6657c5dccec1c87ac5e399f8a, '', 0, '?'),
(0x2a7c3bfc021c23338354a758799ac34e, 'wp-content/themes/go/dist/js/frontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.js', 1, 0x00000000000000000000000000000000, 0xace198e81814e5170f7f4772def878f7, 0xf2e7fd5107b79ff346836cc33005d3966c18a00e9d14e8ed24b398c4dbd951df, '', 0, '?'),
(0x2a8f19f22f53b467a97d73335214b506, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 1, 0x00000000000000000000000000000000, 0xf5cd04278113e6bf12f0a75764e1aa36, 0xe9e28e97efe6629779d6a15d80c70fd6e621a4e6b5578b170ede99a989ba485d, '', 0, '?'),
(0x2a97f49e3ec52de00d92a4ee851dab61, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9442.6fb2ce0548adce22.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9442.6fb2ce0548adce22.js', 1, 0x00000000000000000000000000000000, 0xbe43f95f5dfff12dbb2da66545e3701d, 0x921967ba6407a447369d2eaa4aa5a824d14f7af1afb8f70f7869da84ba85a895, '', 0, '?'),
(0x2a9dc3ba5e0deb6368f90e41d9f0d75e, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xd4a32231f33326d777579c35bba2ead3, 0xcd598a52fa1631663263a7b2cc76218f696ae2d1a5776c40d800a32de95d89bf, '', 0, '?'),
(0x2a9e57d42d5bb0479926c3419361a714, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/cached-tasks-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\cached-tasks-collector.php', 1, 0x00000000000000000000000000000000, 0x1412ad2752562b218a4c5ed635d1ec1a, 0xbac8a078226011f53fb0b69e380fadfe2eb8a92f168c336e286542a5939ec949, '', 0, '?'),
(0x2aa2b52a8a5738abe7b5359605bc327e, 'wp-includes/css/dist/reusable-blocks/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style.css', 1, 0x00000000000000000000000000000000, 0x4d575af6f397f70405d8cce09df3fa4c, 0xc562be8117e5a557ef0481a044badc2e24bf4cff9ba5b5a67d2e842c61176ba3, '', 0, '?'),
(0x2aa5ebaea64c178471fde91ca9794d71, 'wp-content/plugins/instagram-feed/assets/svgs/headerUser.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\headerUser.svg', 1, 0x00000000000000000000000000000000, 0xf4d3992fa84ae35c9b351409b0f3e867, 0x2e2892ea4f4e6aa530714854faa5b004db620d87bf3f55deca75bf81f979b19f, '', 0, '?'),
(0x2aa7735ed712282ce49bca385bab1c31, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-tw.jpg', 1, 0x00000000000000000000000000000000, 0x5f1490946475097143d858c1308cedbf, 0x639601b5304660cebbac3d232fcfcd780fc19586a2bad8f9c89869de0ddad929, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x2ab107b304ab2767a91f6301ed5719ae, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9996.540061560b081b6a.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9996.540061560b081b6a.js', 1, 0x00000000000000000000000000000000, 0xd9d3cf3d25d21fed06fd472d0254401b, 0xe832e159cfc503a701bf7625732e602b8b61a355591f0d08d4a8624d87fdd41c, '', 0, '?'),
(0x2ab2c754d264b470600429160a0bc6bf, 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\runner-interface.php', 1, 0x00000000000000000000000000000000, 0xa9505edac8d44ed740f7a89d16a6b012, 0xdccb3ed92fc9ac521c795a4414068fafaca1497a3fea8ba748bb772293997aea, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x2acc33eb8b5abf28a0cf16fc1f557ced, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/base/export-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\base\\export-runner-base.php', 0, 0x5050740c535a8ee67cbe2ec82589635c, 0x5050740c535a8ee67cbe2ec82589635c, 0xa909e61c4421e388075988806acd31dfeb2165a16c5e04b0b790076e250eaf2a, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\form_utils.js', 1, 0x00000000000000000000000000000000, 0x3b5290540185efc96a8ee98d89950a15, 0x94e8ea9a85bf8c0d9991e167ddeb481209814b3eb3e986b6bf25a2b78e32cf10, '', 0, '?'),
(0x2ad24ef8d13ec93e42c9b30aecfeee26, 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8e117fd561b021bb2f2f5d31ad001886, 0x4c6ff952c37afcdaa2bf492474b9e2c3026eceb1b580b93860472200cc4c4f19, '', 0, '?'),
(0x2ad262a8c61dea92ad0c175ef24c527d, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0xce6c260b8e44f0c6ac19ef5ddc2b8af3, 0xf5b760d304df4ca4da7ada8e5c54dbaa3a4e9b8903eb8e865fc79055d57312c3, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x2ae1a7f9f2a50b180d39915ed54f7890, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0x2ae684b15c018ad84b4b5b3394749e3e, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 1, 0x00000000000000000000000000000000, 0x70b6c675a2366e8d636434f15560d596, 0x1dea1ab76064bbf6dc923f96daeaacc6b23c5525de6230fdd2aeba3df90e270d, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\json2.js', 1, 0x00000000000000000000000000000000, 0x1a53f4c36dd595b6f26c69426a841062, 0x21b5d15866a14482e836fcf3703bf205f7cb4f31ecaac6dfed15ed930bfa4001, '', 0, '?'),
(0x2ae7306c121723c7f2c7305d036e27cb, 'wp-content/plugins/powerpack-elements/modules/headings/widgets/dual-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\widgets\\dual-heading.php', 0, 0x08296dfeab24b683f832c825ddb80213, 0x08296dfeab24b683f832c825ddb80213, 0xfc31bc295648b11fff057602a4e869c94dec694e7b56672fd3a71aae42a530a3, '', 0, '?'),
(0x2aee07a8ccea2111db3099611c06f210, 'wp-includes/js/dist/admin-ui.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\admin-ui.js', 1, 0x00000000000000000000000000000000, 0x68bc3dcb5028a4054ac00ffcdb651ad1, 0x3cdb0d603d38ff2a7557db84597701b426189345a4054215542d31cf94b94059, '', 0, '?'),
(0x2afd802f8c994dcd3ee142549f4ce46f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\base-endpoint.php', 0, 0xb1bf4d75cdaca65221e92f72aa615507, 0xb1bf4d75cdaca65221e92f72aa615507, 0xbf1c6f4a3544a28a0abbd78bbf8ef9db98a05a5f65d685ca6f2697f9180f6e58, '', 0, '?'),
(0x2b090ca987064d3893d63a3515c06542, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Tabs/Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Tabs\\Tab.php', 1, 0x00000000000000000000000000000000, 0x2d54cff1c369699f36091cd488d41279, 0xbc44c54b446855041b247e8e1939070c4ba3815f5dc61be42a03b350db3c760f, '', 0, '?'),
(0x2b0e4215c6e5ef0fecfeca43241a9093, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-skew.css', 1, 0x00000000000000000000000000000000, 0x9fd36e20bc43b0ef92968041fd7c7ecc, 0xfef786afb2d3a6227c6a4169aef69d9b7ef4f817335bda3618a1ef23cefde726, '', 0, '?'),
(0x2b13f4a690282d5626535f32583766a0, 'wp-includes/blocks/paragraph/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x844732e85c514ebdd6d5bcc00aa24874, 0x4a1b647a98670abeb53e968c4992a97c2d4cf80342613f912c63f9edd4cea004, '', 0, '?'),
(0x2b172cf20cfa8bd10e2285237d4a596f, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-conditional.php', 1, 0x00000000000000000000000000000000, 0xdfa3d0d77a6603b201993968c07ef7f7, 0x48ad87a0609912314c0c3d3f2c5a66349388995db20d45dbd5b524a7f32d296e, '', 0, '?'),
(0x2b1a231128b5f8d6c69286e776ae8ed6, 'wp-includes/blocks/comment-template/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\block.json', 1, 0x00000000000000000000000000000000, 0x296d8dfe4b74643bf48a19e7d67875aa, 0xaea30945947f327762b38ce5890052ac49bea3df2a4a3010e6a3e9bbb7cabcf1, '', 0, '?'),
(0x2b1d61eb80f0ec8d638a2a8d36fdc7be, 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-comments.php', 1, 0x00000000000000000000000000000000, 0xe9d7676d1775d28a9613e2e427dc3b91, 0x68deb4de98fc098dbf1434ef6d3ec13877bf7384ea37f294d4f4485de04f9013, '', 0, '?'),
(0x2b20dba72b17f932cba8ab62ab78301b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x351362a04452c7cf1f7a3775e0a1447e, 0xc5e894735c5a29d84768456e9289d67bb1b2c33f770f2a6e3f8b58c150baea48, '', 0, '?'),
(0x2b20e0c93178bc7f463ba4029c5362ee, 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-list-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-list-controller.php', 1, 0x00000000000000000000000000000000, 0x611fad519b81b1c55910cb2bd80c669c, 0xcdfc58706e754fe2283aaa1d61dc62c2f55051ebcdcbe9a683ff87f67aa437dd, '', 0, '?'),
(0x2b264d81d1898cfd71c5ed59aed31876, 'wp-includes/blocks/accordion/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6f1fbcaab94aa1fa4358892452cbf3af, 0x0c70fa568cc44e9587d2dd65a29e989bcc1c421f03c0e219dde0b047213ba2e6, '', 0, '?'),
(0x2b2b64e56ddc67d35ee4fe1deabcb7a2, 'wp-content/plugins/custom-twitter-feeds/inc/Integrations/Analytics/SB_Analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Integrations\\Analytics\\SB_Analytics.php', 1, 0x00000000000000000000000000000000, 0xeb12e08b6486f2ea66f634b76c6c47ca, 0xee28a53ad06d7de98153136d8eda7a7131e6af87744dc7f1f45cc740a53110c6, '', 0, '?'),
(0x2b2c3d4c8577993ac99c433f20fce0a7, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/owl.autoheight.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\owl.autoheight.js', 1, 0x00000000000000000000000000000000, 0x6e6bc3157230bb01e1192e55e95a92ec, 0x39bfe39ada10d49ab0a0e4b7c5526bb3fc2a9931a2c685aa9931461608c9a1b8, '', 0, '?'),
(0x2b2cf8063593fb5bf70321768f127816, 'wp-content/plugins/elementor/includes/editor-templates/global.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\global.php', 1, 0x00000000000000000000000000000000, 0x73b0ba7a2e212d5be73e4daeb7e33084, 0xae7e5f7928e15231bcd4bdb56c6a27948e761514f65fee288c28c027438e5365, '', 0, '?'),
(0x2b2ee206330e2290ac9c7925412dceab, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/support.883ae17b826244bee2e2925250e23648.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\support.883ae17b826244bee2e2925250e23648.svg', 1, 0x00000000000000000000000000000000, 0x5a91430bd7ef7f70903a91b79563fcd5, 0x87b10010ad8475b14671867c9cf543852d25922943ae6bb09a6d3c71050a1e0f, '', 0, '?'),
(0x2b339d29047c6d33730dac179cdef76a, 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\ysabeau-office\\YsabeauOffice-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd4076fdfdce78ae225e2c9d099742a28, 0xc8e941d89e6be87af65dda44daaaa926e3645f27b44fef88b95e1f13e0d55d83, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\updates.js', 1, 0x00000000000000000000000000000000, 0x2bb5e80c653b713e6b9d8b9f552faf9a, 0xdfd0f154336ca6da683f72666b119d02d7d9f3c8d11d27bebc6ba9daad786d0b, '', 0, '?'),
(0x2b3afb6c4a8bcbe87cb780bb34d1bc2a, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0xab920eaa18b7646351aa2a7522cd45d2, 0x622d612bf0a5c5da62d7b06f2f373d92a2055410ba271d839a66d1cfdfd6baa2, '', 0, '?'),
(0x2b3d7ab03538e3ffd3e18a5186db0c91, 'wp-content/themes/twentytwentythree/styles/sherbet.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\sherbet.json', 1, 0x00000000000000000000000000000000, 0x71de59666d3dabf6ac35481118580378, 0xab36f4a57a9778ef5077832ff8004b44340596f543498a32cbbd8d9fb002a5f2, '', 0, '?'),
(0x2b407818887525fe489fb15ee34dd849, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-dismiss-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-dismiss-icon.svg', 1, 0x00000000000000000000000000000000, 0x35708a1707d0f32c72ac10a2743a4b2d, 0x7b57f5d33d92943c5656baeb32b37f8c83687f13e322f2d7548e44c38e24d514, '', 0, '?'),
(0x2b414b001dd10c5822bdce24fa6e35fd, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\Yoast_icon_kader.svg', 1, 0x00000000000000000000000000000000, 0xd1cac942f8b2e5c0d195f09277c22043, 0xef5c8c0eadb8e7978e3c0de981b7c0eed4255fcf38d20b835b1bdeac46be5784, '', 0, '?'),
(0x2b41922329d59d786e487c379dd9c8ba, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-3-col.php', 1, 0x00000000000000000000000000000000, 0x1eb97d14397c95bd282d8ec1fb9e72e0, 0x3cb00f6eb82efcea92e967ef84dc5daae67389586ba0adf003ac592bdce8671a, '', 0, '?'),
(0x2b4822d8d67105340e1a9b3e5139a3fa, 'wp-content/plugins/elementor/assets/js/e-react-promotions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.min.js', 1, 0x00000000000000000000000000000000, 0xc5248d98a0c88146e7fc1cba83d7a82f, 0x86c01ae15f9e0b2fcfc7cabf1c74ab6f0f90309337ade3f33b2e0271e240a088, '', 0, '?'),
(0x2b4a77dca325dcc89f89791485f22eb5, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-wide-margins.php', 1, 0x00000000000000000000000000000000, 0x7d5eacd2013f06f7b6bb098007c69a2f, 0x6e21b76f373e5ba755476e4b543b1d6128fba49164887c4deb6df00f30c76911, '', 0, '?'),
(0x2b4b3c2274653829b7201edad22ed663, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-gradient-overlay-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-gradient-overlay-transformer.php', 1, 0x00000000000000000000000000000000, 0x99a1917035cf7be39861b824059a42b6, 0x397fb6b1bb5915847f9608afff19720a589f8774db74818eec3844cff130f650, '', 0, '?'),
(0x2b53108a461d18e8facb09307571b8cd, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0x76b3b66261b149d9ee1449d578654763, 0x9e81f8fd44148bba551d1eae92f1dd819fb975266c1ef6822ac3109e27802f78, '', 0, '?'),
(0x2b533df69353dc5ac9a328fbeeebb57d, 'wp-content/themes/go/dist/css/design-styles/style-playful-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-rtl.css', 1, 0x00000000000000000000000000000000, 0xda46b6f665379663963d09625241337c, 0x8b9fe912e74fb7de7d2d3c6cf917640997bf2bbc7fed98749a7daaa9a88f1f3f, '', 0, '?'),
(0x2b5922e4127169edc55828d201fd9e9a, 'wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-filters.php', 1, 0x00000000000000000000000000000000, 0x9d275783c9e2ae1ce5a6b1492e7db130, 0x477f43aa15dce8fa172fa65927e6371332ae569dae481d215bf9de37fedd3f18, '', 0, '?'),
(0x2b6688249b452238835b5f0750a4adc7, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/SettingsFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\SettingsFilter.php', 1, 0x00000000000000000000000000000000, 0xb5515954abb28334b92eee475b4ee162, 0xcc2592198ab675ba8907cf5c59a1cc55f2dce8339a2987774846383efe17ce89, '', 0, '?'),
(0x2b7adc72de09093158b8af04456f4b82, 'wp-content/plugins/feeds-for-youtube/public/libs/js/jquery.tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\libs\\js\\jquery.tooltipster.min.js', 1, 0x00000000000000000000000000000000, 0x843b8a8618e600e4071e0e15ed40404a, 0x57b5cdab3d6a3edcfdc96d9d8109a6a90deb8a96f4538ab7160c3c423ae9be1b, '', 0, '?'),
(0x2b85fd7850db456c2da1af0af6bbcc7c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/EmbedTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\EmbedTokenParser.php', 1, 0x00000000000000000000000000000000, 0xb89eaae5b2258344d2ea8a939c657543, 0x8bb468fa75503e4b31698976ac8c397fe7e025933bd850d760e3c56f48e990b0, '', 0, '?'),
(0x2b9b578029bac323146830525043cba5, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\socialwall.png', 1, 0x00000000000000000000000000000000, 0x18fe5423c70f4371a4dfe14f91e2f475, 0x6fe656be00e372ef3e3ac7fb5d583620b3c41273fd7327b7399f73457e812de2, '', 0, '?'),
(0x2b9da5f4aec1a8bc0c663d54ed55a082, 'wp-includes/SimplePie/library/SimplePie/Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Locator.php', 1, 0x00000000000000000000000000000000, 0xf9b7c072e79e5b316422519f338e2ae9, 0x80c732f1d58cbe6a1f905fcb14e6e03c84592a7585a1a4fe43f88f2141ce4683, '', 0, '?'),
(0x2b9fcb19690b8d273d2916e8ae939f50, 'wp-content/plugins/feeds-for-youtube/inc/Data/GoogleAPIResponseStruct.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Data\\GoogleAPIResponseStruct.php', 1, 0x00000000000000000000000000000000, 0xaebabcb0d44e7278e44ef87e7773980f, 0xd99b2671d7b9d8fac8981f69f3f52bdd538968108746050e2c8be08b09383434, '', 0, '?'),
(0x2ba0672dd2b6319d605ae469bd7eaaf0, 'wp-content/plugins/elementor/modules/design-system-sync/classes/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\controller.php', 1, 0x00000000000000000000000000000000, 0x7cb77004280955e9849a6ba1ac5b392f, 0x1a608bb906a7e9378f5ce8957643f83aa777419afea976627cbd59f0939f26e5, '', 0, '?'),
(0x2ba3fed27b44cb946f87b7a02855552b, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xec508f9c2c10cb53ce276a4539b617a9, 0xbc53abe21d840dbab47031f67e437116462fecdf4dee6525f8fdfd808c28f66e, '', 0, '?'),
(0x2baad54899eadd84a14144d039e082f0, 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.js', 1, 0x00000000000000000000000000000000, 0x0a32a5cfd36092fb75c6b0d6d71881fe, 0x343df8547a65774c1da0a4699469900e93951d22ac5dfe99c53d9af8a7568aef, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-info.php', 1, 0x00000000000000000000000000000000, 0x48cb5b0df5f7b2fef5fe604c76b5f243, 0xa86ddea54564f1ac6e2afccfd62e9a0944ea108b75cafd42eb36366f7b23e476, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\plugin-header.php', 1, 0x00000000000000000000000000000000, 0x72b9dba7e9605f2d9f601bcadd558739, 0x07c7c26ac3a04aabc6138b7fb53c784193d4df6aca9eec04d2b11b3cb33dc466, '', 0, '?'),
(0x2bb95310df295e1e65f9baea477aa4b2, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/tasks-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\tasks-collector.php', 1, 0x00000000000000000000000000000000, 0xf48818b2169d88620e9588b51dc1237e, 0x0f6ac77b13d47898ed2fc516dc32f8851f842618c7ba5f26a125bdcd2dd500dc, '', 0, '?'),
(0x2bbbde486a7e99947f1eecc19a11a1f1, 'wp-includes/blocks/read-more/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\block.json', 1, 0x00000000000000000000000000000000, 0x29e868407c2d4d3b561affac5fdb910a, 0x7b17d8b4879c4a68ed95b687d4111f27a650f3505ed179c1d44b0fea3334572b, '', 0, '?'),
(0x2bbf200be1401b7022b7e7d229bc24fb, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseXorBinary.php', 1, 0x00000000000000000000000000000000, 0x414718b2269a01346aece65f4acc204f, 0xb6d1dae108e6b597eb5bce55ca076b1699a33e9628c3ea173a314508fe61028c, '', 0, '?'),
(0x2bbf4d83a6de95300a554127dde35c45, 'wp-content/plugins/custom-facebook-feed/templates/item/container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\container.php', 1, 0x00000000000000000000000000000000, 0xcb99ffc802bb0afa1b3c604b025c770e, 0x594f848d881fc44deaeb32527fcf1b72183f94327a9d1523632e87b6268e95dd, '', 0, '?'),
(0x2bc2d98096fe665f69fc8fa7609a527f, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0x4545df90af78b0dbc5bb6f05e8ba1c06, 0xfef1ac39a5a66146c6d5bbb704395f3f808fbc58d654de8c53c780970042eff8, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2bc4c2bcaeb99abf64c2ce18d90f3b17, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-comparison.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-comparison.min.js', 0, 0x16f582e86e3045ae726cb82033fd8076, 0x16f582e86e3045ae726cb82033fd8076, 0xa917fe1afae0a37a5153bc93ce9d0ccbe99ad3b51025fe8e4da078d3aa451006, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\credits.php', 1, 0x00000000000000000000000000000000, 0x4210b52b1cf0841880eb4b5665863dad, 0x574e01b09c68be4b325a128a46ebf990b057ceed03900d300c38ecdcd04a0335, '', 0, '?'),
(0x2bc862e7ca05b3eb49023d077159dfda, 'wp-includes/blocks/freeform/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb756d258b145caf648658ee8692ed8b7, 0x622b3c65d576e702fbde5c32b1004a2a59838e7f8120af30b734df99827162d2, '', 0, '?'),
(0x2bcf337366c0bee8e2423e8877332d1a, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInLeft.css', 1, 0x00000000000000000000000000000000, 0x0f40a2697a4e1417704dd96f2e6d9893, 0xd7ae8d994094bbe9caa511ea4ddb7b0dbe24c53fc1a44503732f43970d7b15bb, '', 0, '?'),
(0x2bd177a4dc3e36c5890206824bd7ab7d, 'wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x2d191ef7fb4247f87f89404b21c92249, 0x162c5eae2b5d4e9c0ea0dcd354e5b055a1ff9894222ecfcdab6a3d9b194ae742, '', 0, '?'),
(0x2bd20926cb6b1657386d9455e24c8ada, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-success-message/form-success-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-success-message\\form-success-message.php', 1, 0x00000000000000000000000000000000, 0xe421ff0be808811eb8babadf7a7e513d, 0xf32ce8e05d2e545eb6104276caf897fa2d2b5a6a68b37476f7f6ec981814411f, '', 0, '?'),
(0x2bd23f87b8b611aa9cc35fadb2c65aa1, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/trustindex-sign-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\trustindex-sign-logo.png', 1, 0x00000000000000000000000000000000, 0x9db87bfb2e62ff7d21fc9a05785da64e, 0xd2f460dd718de8a73b28c85c229340867265c6ba3b1d072da0a56d704f95eb46, '', 0, '?'),
(0x2bdb0cd0d226f7ad8bbd0fb2114682b8, 'wp-content/plugins/elementor/modules/components/prop-types/override-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\override-prop-type.php', 1, 0x00000000000000000000000000000000, 0x631dae8d57a944183872bb6454419e3c, 0x19da97ee94f24fe1c72d7f20bf5ca98d6a49b1e206e8af204c8cbedb43542926, '', 0, '?'),
(0x2bdd9383eb9b18034451d5f35f9e1aa5, 'wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\checklist\\steps\\setup-header.php', 0, 0x6faaecba624e3df6cfac5e4c4fdd90ec, 0x6faaecba624e3df6cfac5e4c4fdd90ec, 0xe84eb11bb103e26d1f8fbcfdccecd8842e80062ff365411373168bfa504bf45c, '', 0, '?'),
(0x2bdea66b555891b2a845a6b1829b6810, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-meta-watcher.php', 1, 0x00000000000000000000000000000000, 0xfcdfbeed6e87fa45c23ed145b0abf3ae, 0xd8f0be60bb26173f81c59e3694dff6b09a2e9a03592538d3b9467403a0f21bc9, '', 0, '?'),
(0x2bdefa1ad82b1fcbaaa427076e9f6bb3, 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\score-icon-helper.php', 1, 0x00000000000000000000000000000000, 0x4274e38bef4372e1d1106c51cdba83b6, 0x200097c8f3e3feac6055f3b667248b34c6cee978bd75ccc2b7ef896bce6c2f63, '', 0, '?'),
(0x2be1f2592afcad8bbd2e64f93104496e, 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\social\\class-astra-social-component-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x5399b1f0586c9d2e1db03c3e140051ee, 0x9e3b7985a9913740bd18a2dbc121fc0dad5743f07125a9755b7b8489b053ce0a, '', 0, '?'),
(0x2bec350de0dfc3bd32d6c318668e5538, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sourcesadd.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sourcesadd.svg', 1, 0x00000000000000000000000000000000, 0xcc57dc1d0aa24de9def34c7a9200da64, 0x5cf0807b8557d4f33bc527d0a751e63b578e274687ba5121c2586e7f62cadf7c, '', 0, '?'),
(0x2bef94086093658f14168d710e7e02f4, 'wp-content/plugins/powerpack-elements/modules/counter/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\counter\\module.php', 0, 0x72d22683a491cb6273f2462d411ef4f2, 0x72d22683a491cb6273f2462d411ef4f2, 0x503d184774209574e97f208da7ffdd6f8457859f3b3fba89e8e83949f17d81fe, '', 0, '?'),
(0x2bf34d1b6410c97d60a2f120d7ed42bf, 'wp-content/plugins/elementor-pro/modules/global-widget/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\module.php', 0, 0xcaeb9eafafd3343a8f78eb3cee26072f, 0xcaeb9eafafd3343a8f78eb3cee26072f, 0xf50bb2699d5f859dcbaa7af88cecf8d5c4290f0ef52a09a3943c608738ea2317, '', 0, '?'),
(0x2bf394e37ba5e0e7b02ad5a40b5f4491, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds-list.php', 1, 0x00000000000000000000000000000000, 0xee341e4bec5c251bf486f2d302b1b55d, 0xd491f1624ebbb5a61fb4b359875dd2592f46ccb8b88eca49dc7b5633ae302621, '', 0, '?'),
(0x2bf4df3182f2ba2344d5aff3991ba60a, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\runners\\import.php', 1, 0x00000000000000000000000000000000, 0x0ce4215af46a483babc1305b809be5b2, 0xd65c92b8e4ae151d5b9e304dad17afee0c1e6df6dc030f96af4686c684ecaef4, '', 0, '?'),
(0x2bfd389fbdec39f5405a1fa762ff663a, 'wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\AccountData.php', 1, 0x00000000000000000000000000000000, 0x462fddfc16ac9700e30fc797996d9c05, 0x45187538ac30846d98bf6203215606c764fa1a3f2a20ae4f5bc6fb515db752f2, '', 0, '?'),
(0x2bfd59bd37cc95f9346e67b07c0dd547, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0x42c0cc8d6afe76096c8f52bc010fd38c, 0x5289ef898b133f7885b592719c9635d85663854d5efcc855ba7e9ed8d80df2c0, '', 0, '?'),
(0x2c06688169f1b211159ecdeac35e1800, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/link-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\link-control.php', 1, 0x00000000000000000000000000000000, 0x200961173da6840bba97da6e6a61611d, 0xcefcea32c1521820f9b297fe7cd867494d7f515395f34860fcd05cd443b2102e, '', 0, '?'),
(0x2c0b21bb60302a9d056d7f8ead9d2381, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/CacheService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\CacheService.php', 1, 0x00000000000000000000000000000000, 0xf0d3277ed01156a00e3aca24e1af8ce1, 0x128a9cfecdd2d635892049a23f2307f598222c29e4b9acebeadbce1d318e6956, '', 0, '?'),
(0x2c0db79d3efaa403b501088f8e2165c6, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/nfc-card-sm.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\nfc-card-sm.png', 1, 0x00000000000000000000000000000000, 0x6e58005d479e99ef82d482889c75ce90, 0x81191063be4c43d08058952edf556ff8b4327bcc63d4ca4b5ca67cf0ca680dd2, '', 0, '?'),
(0x2c1138d0a40b1cedbfa1fc7952d668de, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\analysisReport.js', 1, 0x00000000000000000000000000000000, 0x0ded368e013d2af8c3cb3669d42aecef, 0x0991442d7a41e0d7c7d5edea2596ed35f9cc7e677319f26da9aa870e11a2ff6a, '', 0, '?'),
(0x2c11cf473b4ea6b3ba6716ae12f94582, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.strings.js', 1, 0x00000000000000000000000000000000, 0x3fe998d0341ca56733966ebe177acea9, 0x86d05841ccc9ea899133a51d08e4da254bfdc14aa16963b8be10a9299145e861, '', 0, '?'),
(0x2c1409621d813087faa70e0652bd583e, 'wp-content/plugins/elementor/assets/js/new-template.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.strings.js', 1, 0x00000000000000000000000000000000, 0x01b6bb6daa979bec40875158e0d37227, 0x272dd12e6c9c979c431140020da85c4ad9b734ce4358532d926eb827dce39b78, '', 0, '?'),
(0x2c1eb90c4519d7e824e9d612ec94e609, 'wp-content/plugins/instagram-feed/assets/svgs/masonry.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\masonry.svg', 1, 0x00000000000000000000000000000000, 0xfbc8b6820d90d713fc01383771f81660, 0x6160b51816417d0fa6b7bfedfa52476ef015eeb7653e007121c591d594d6c13f, '', 0, '?'),
(0x2c34e6f33482cb4ccf43311b43b3cf5d, 'wp-content/plugins/reviews-feed/class/Common/Settings/SBR_Settings_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\SBR_Settings_Builder.php', 1, 0x00000000000000000000000000000000, 0x700a9d88bb25042ab01af9d6167c7380, 0xd039ce7c63238e20a09e736fea14e634f1c8f6926cff3a355e3006dee0c86c12, '', 0, '?'),
(0x2c38f67a07f866ffdc441437cf203e12, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xb605dae9e34e645b05e3034d14d34003, 0x51a5f0e35bfed422063759e06287aad46e1402d88e304dd5a359cc4dc10148c4, '', 0, '?'),
(0x2c399b3860f2113f3081a440c0ce10f8, 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/sticky_widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\sticky_widget.php', 1, 0x00000000000000000000000000000000, 0x1aa65e035bd36f7e227448694d748358, 0x0a8e368d6a47f26217fee10351cf11105182ada344f94a45d78ffdc2c2c88c79, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\colorpicker\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x2c3e2458984ee1884b671fb8aa66e64d, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Upgrader.php', 1, 0x00000000000000000000000000000000, 0x81cb055695ce3fb7224ea85d4c3fdd92, 0x0e9d574f2f44b82841150e12fca8139284edb9a2bfff3f0acadda81dfe7a81c5, '', 0, '?'),
(0x2c4970d8d855ed77e462e418a7414023, 'wp-includes/blocks/spacer/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x94e9f13695ad34e96731a429c7f7da62, 0xad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11, '', 0, '?'),
(0x2c4f61f1e4d1910fd0c9af681919b28b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0x981a343ce77c2113faf1ad3322a125a8, 0x3a185506f1fa0125472840a458b6e51d2b123434f40471d3bbd9e85d2b81f22f, '', 0, '?'),
(0x2c5298bcebea15cd409276043b432a86, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4685.b30c8324199bd44c.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4685.b30c8324199bd44c.css', 1, 0x00000000000000000000000000000000, 0x68497cf72ad19486aa0b7162552beaa2, 0x206d51d1db54198d3b4b5e82d7a0d5e274b1c48648658362495a564265e5e27e, '', 0, '?'),
(0x2c52b5335a8d39119769cc47f8ee1198, 'wp-includes/blocks/search/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0x2c5687bd546b6c14edb64f0a539e1bca, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/os.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\os.php', 0, 0x5e0629bd0ebdc72db0fba7b8e2994050, 0x5e0629bd0ebdc72db0fba7b8e2994050, 0x17f1f7a0b4747a20db22f0eedfbff588941d850aa938fcfe2dc279f6cf72b77d, '', 0, '?'),
(0x2c5962f74aa26cdf8864ddf020de0eaf, 'wp-content/plugins/elementor/assets/css/editor-one-elements.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-elements.min.css', 1, 0x00000000000000000000000000000000, 0x9045c0f840111a0216b51a421d7872cc, 0x2c8283b08f7fcf52273577f1b033e21c7450823ab716d3d5083fb074944133bc, '', 0, '?'),
(0x2c5a705d6e6fcb3ba9439380afc5c33c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkboxsection_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkboxsection_Control.php', 1, 0x00000000000000000000000000000000, 0x28bb6ca4a5bb8ba0ddc613a749ea7e86, 0xd717b48889637d7fb7a4dc274fb9e1fb29b985a73b96178c11cba0f92ab6086d, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\annotations.js', 1, 0x00000000000000000000000000000000, 0xd7b2a1196391ba186318681bc05010ad, 0x808480f248c2a91e2c40119911aff5bf5ae19521e4bffe2420069e0f2f529746, '', 0, '?'),
(0x2c62f7f3cd2a3ff6b9c9ad2915eef943, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xd476310fabca70fa1accebab9e50089d, 0xd29526434afeca72f4ab1905650bd74829d9f45a06bf9f1b0c674eb814351bc1, '', 0, '?'),
(0x2c644e6506d07f3898abbba6bf22fb16, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\CookieJar.php', 1, 0x00000000000000000000000000000000, 0x30cff5ebf7d24210e2b53f002882a18e, 0x21062d287b6749ca920ca6401eb8256822d9002dc75ec6ce7ccdac1e55bcff58, '', 0, '?'),
(0x2c656a2be1e69401f6278f2e2900319a, 'wp-content/plugins/instagram-feed/admin/views/sections/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x2c659536bf15578adc8af66ec0e930ef, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-500-normal.fd28d9c008bf3af1.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-500-normal.fd28d9c008bf3af1.woff', 1, 0x00000000000000000000000000000000, 0x6180e4a356e33acc5b475947a1e5299f, 0x8286f8d8ef112e2f206b8c589851e15a43cdf77f4042c98dbce0c1f9aa808632, '', 0, '?'),
(0x2c68a7d4f55ee380902bf85f0f2691ab, 'wp-includes/blocks/comments/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x794ed9750926a59611a0834665487091, 0x971c293e56e9538dcb14ecc21fed4bbb702837024833d47740146500ac39c789, '', 0, '?'),
(0x2c6f7288d15c7a99b624ad9a430ba6f4, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Text_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Text_Control.php', 1, 0x00000000000000000000000000000000, 0xb340ecae4a073859c27c90ccb00813ac, 0xffaf6c1b5670449cb478ab41bb0e2d58d710bd71e225808e6469c5b881afc10a, '', 0, '?'),
(0x2c769f2406563ed8c8ddb5fcbe78d942, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0xa64f6c13e5986dee3fe209194e9f036b, 0xaf495eca21f0d29d87f18a07a8bba2b29fd8e33ad133fbec106f4fb864bea1ee, '', 0, '?'),
(0x2c77ed3fa7765099eee6351e78d7e3a3, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-7.min.css', 1, 0x00000000000000000000000000000000, 0xe8bf5209666a47c6c9d6c0c821916924, 0x0605c1b7d407aa89362e2a82cb14f301c8d1b496cb3cd838ba331d531e83039b, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0x2c7cd0400ab94b0a0be2f50adc355a6e, 'wp-content/plugins/instagram-feed/assets/svgs/highlight.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\highlight.svg', 1, 0x00000000000000000000000000000000, 0xad03b652ebff9d2730080e9e89f8190b, 0x76393ebed1671b283adef0119d50a3c34255ab7b5130ea9892b8c848e722413f, '', 0, '?'),
(0x2c7f7bb7de98db09264544926d1d6764, 'wp-content/themes/astra/inc/abilities/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0xb0d4bccff88b49fe4400c521d8ad743c, 0x558a2e3d7b75f1f6499e3198685f218120c4007af0e91229e06bc7126106b05b, '', 0, '?'),
(0x2c81481498e858de44f1d7a83661439f, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.ab469f426496c628ac6c.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-my-account.ab469f426496c628ac6c.bundle.min.js', 0, 0x5a2dc6d8c992944fef5642eacb0f5498, 0x5a2dc6d8c992944fef5642eacb0f5498, 0xe8ffb3eeb3da9f4fdc483cf95c367bd46c8d99446d1d83e65a80cc00cfafc661, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0xab270484aab2e752498960de03e67362, 0x840bb9c2163874c5601e704cc86610e505e826e648bb89bf70ff82291f3bc125, '', 0, '?'),
(0x2c8e7d648eda9f3a643773c165219515, 'wp-content/themes/astra/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\header.php', 1, 0x00000000000000000000000000000000, 0xa0e93412b1be4e27ff2f720b9dfa0d37, 0xab3dc4897790281eab9b20ba9991040049e8e6d3fe5bcd20c347a9a23f31f75c, '', 0, '?'),
(0x2c8f59d55a5cccb2ddbdf2592693ce83, 'wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\comments\\class-astra-comments-configs.php', 1, 0x00000000000000000000000000000000, 0xd84acb17b63a5d1dcd409a9b1b49d8b3, 0x40fc1eb9688a187dc664b497702cc1d002f00eb7c250c5ccf9c78d6e53b899f5, '', 0, '?'),
(0x2c9290ca847d9e7ad707cb55ea9ac0ca, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\google-presenter.php', 1, 0x00000000000000000000000000000000, 0xbffac4f25ba7295de17436204ccd88c4, 0x329ddb64c210653bd6db70694d3cf0c4b18c397ec5ebe6fc37fd26565d196dbc, '', 0, '?'),
(0x2c99b757e3df40f5704074bf4725cc9f, 'wp-content/plugins/instagram-feed/admin/assets/img/group-app.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\group-app.png', 1, 0x00000000000000000000000000000000, 0x8b743923a081f1835fd405c16ba316ed, 0x2e429583722c0eef0df1cb8c8f1fa7702364df394cea6960cad1456cbcac4245, '', 0, '?'),
(0x2c9ddbd1efc5921c0e151353bb48db4a, 'wp-content/plugins/backup-backup/analyst/assets/js/customize.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\js\\customize.js', 1, 0x00000000000000000000000000000000, 0x9879820aaed63fc6a951ea45d3b9c049, 0xbb3c2c678947ad74ee2e6a81e829d460e12e78c067fd8562197df6f45a12ab6a, '', 0, '?'),
(0x2cac2dd79eb7975961a98c28e32ca7d8, 'wp-content/plugins/elementor/includes/widgets/toggle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\toggle.php', 1, 0x00000000000000000000000000000000, 0x8870f50ada84ef0778a354cc16211b8e, 0xa9a8523843a4566ae4ef7e61cfbc8d382556fd9d1a876d82e793d79e637fd590, '', 0, '?'),
(0x2caeaaedb5a729faf57dd40ada1ccaed, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xea5c2faf92c44b551c6c6a2bf45e48f4, 0x9a9620a6113a692383685019d76f484f22277b6e16c1f2e18875659af52c5b00, '', 0, '?'),
(0x2cb151e84e2e73035c637f4e7814b1fd, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9538.bfcb8cd2cafa20f3.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9538.bfcb8cd2cafa20f3.js', 1, 0x00000000000000000000000000000000, 0x76490da8e4c18d1612ec7b40392ce3d7, 0x0f635f17110ae7c582ae8fe3e3b51ff51314998774cf1c76d13d3d32227bff7c, '', 0, '?'),
(0x2cb4f600f22bd11b65b7eda729e7f6fc, 'wp-content/plugins/powerpack-elements/modules/info-box/widgets/info-box-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\widgets\\info-box-carousel.php', 0, 0x0d4f05546515b0b594a4b9f80e38645a, 0x0d4f05546515b0b594a4b9f80e38645a, 0xe9c710e74fe433e5fa5cc581c4f497ead71366b86e0b68602d0c3dc584be6c88, '', 0, '?'),
(0x2cbd08123d35f70a6331318cd25e9b84, 'wp-content/plugins/custom-facebook-feed/admin/views/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0x39c95993243362091c305071a7c378de, 0x130444bffc768b551bea9aa9577d9c11172bc8f8da272eff8dcca40e9ec1aa68, '', 0, '?'),
(0x2cc2ac3b52bc11b14d7ef614ebd45c4e, 'wp-content/plugins/elementor/core/admin/menu/main.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\main.php', 1, 0x00000000000000000000000000000000, 0x8b9e5ccced62fd15e6fae324d6337801, 0x3e4f8c93df14dfaee72409c5f17068e7a760fc314543a497f568809af2fdac69, '', 0, '?'),
(0x2cd271fae72193ca82438836d922533e, 'wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\akismet.php', 0, 0x2086c2aafc7b920bc5bff4105980a80d, 0x2086c2aafc7b920bc5bff4105980a80d, 0x6ef59b48050fcb30183245cc36450c8c61a409032d842345307ae3f977ea40c9, '', 0, '?'),
(0x2cd60fd34d18ee8a0613d0da703bbd31, 'wp-content/plugins/elementor/includes/controls/repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\repeater.php', 1, 0x00000000000000000000000000000000, 0xd32cb253c3413edc013eb34e392237fe, 0x4e43c5c993ba100d17d536b706d7ab9cb0d513a24f8b350625ddd19eaea52165, '', 0, '?'),
(0x2cda5c80f37d39699dc8d36af0790c2a, 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\documents\\landing-page.php', 1, 0x00000000000000000000000000000000, 0x159d99b6ef4c8ca50de87f4706228be9, 0xb52200e7ad4a551ab66aa26e17a26de7198edea55b42d8e7a24c09fb70986017, '', 0, '?'),
(0x2ce0b506287f90c4647d4fd8d0d9e146, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/data-source-not-available-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\time-based-seo-metrics\\data-source-not-available-exception.php', 1, 0x00000000000000000000000000000000, 0xcd4c2bbf6fca6c7ed44e3fa58d491b6e, 0x4a31b5e768c445bbe9cfeac2cb6c6dde0a8c36aceff7fd286e03810e572ee386, '', 0, '?'),
(0x2ce9a6a819bb32fabeed4c7d3178140f, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x2cf59212285827ac838be1255a8bc67c, 'wp-includes/blocks/group/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x47d1af4ecc50ed8e6829be788c9c0a25, 0x3300911b01da845b79dc531fd2acfbcf8a1c5f68ebb3646b8c4a32e4153155cd, '', 0, '?'),
(0x2cf91e1b6d6c5c46d1475dadd7928469, 'wp-content/themes/go/includes/title-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\title-meta.php', 1, 0x00000000000000000000000000000000, 0x7ebd3b5c75ed6a27ea0e65ac20cb348b, 0x0dcbb4c31cb51a969ff27b75c4d900143b03ba8d70b05e0011c6d21428d650be, '', 0, '?'),
(0x2cf921526f898cda2d52e3a1300182d0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Medium.woff2', 1, 0x00000000000000000000000000000000, 0x259bdec84afc3a78a7cb69883d59e0a3, 0x1ffaa4e9fb7ca4f97d6547c8f16cd1b4ded0f0c7adbac5bdd521a070b4921724, '', 0, '?'),
(0x2cfe1ffcb5a137e3702f38917936591e, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-categories.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-categories.min.js', 0, 0x66943c72780eddca09bab732fa1cc597, 0x66943c72780eddca09bab732fa1cc597, 0x71f6c59a6c3c3982bf575dae20d0b4eab0763b8f003a4e658f112b51bae22d63, '', 0, '?'),
(0x2cfe215248bedecb7619bb7a2614e07d, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider/atomic-divider.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-divider\\atomic-divider.html.twig', 1, 0x00000000000000000000000000000000, 0xadca75c6bb6eba6211761f21504cb109, 0x5f492b8f8e266f9343d7662428aef9281ccd5e5b15d9f2128c4b7e7adde3d2d4, '', 0, '?'),
(0x2d056a5ece79708c7d8e9b34582449b4, 'wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\widgets\\paypal-button.php', 0, 0xd716a605d7f240ddfb1f39fcbdb79083, 0xd716a605d7f240ddfb1f39fcbdb79083, 0xd892d3759d823c7d90efa89c729c007d4c1928af041195cb49dcede14c79e9d7, '', 0, '?'),
(0x2d10e6e1c31eb2fe03e23a354dce089f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6597.3204f8075bd20eee.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6597.3204f8075bd20eee.js', 1, 0x00000000000000000000000000000000, 0xc346dfd876fce6e538bf5ffe71beff0b, 0x4625f83ccc38f6ef446ce29591353a1d743d02df70964c1081a03f88eb792bd8, '', 0, '?'),
(0x2d14f3ccbc95716d6ea2cfd7388ec3e9, 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.strings.js', 1, 0x00000000000000000000000000000000, 0xe587064e17056a05d65e9f69e23ed03c, 0x76dbcf4048f86ae8c02da7e7c7d607a3c922d942b5095a10a4961e98c762aaa1, '', 0, '?'),
(0x2d15de54ce44aa2692e73cafbb718081, 'wp-content/plugins/elementor/assets/js/packages/session/session.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.asset.php', 1, 0x00000000000000000000000000000000, 0x6a545d356a05edd3558384e450821da8, 0xd64b2c2611d65fffd63b230c93caa10dd4a4fee1f09091d0d31084f9ef97a52e, '', 0, '?'),
(0x2d1b87fdcbdfec5001798a2959ae454a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\back-button.js', 0, 0x09d46dc0c52aaf82cde23c87bafb8ef0, 0x09d46dc0c52aaf82cde23c87bafb8ef0, 0x5512fae76f68e5b911b0947573a7a66ebf286150e4605994be3cc29b6f767370, '', 0, '?'),
(0x2d1c1307313e57b40a53596c6abd5e0a, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x2d1eceee1fe81cebebfe57fd9bf47232, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-layout.php', 1, 0x00000000000000000000000000000000, 0x460a72b11c8dd92491eb8011f2c8ad07, 0x6a95d94ceaa88cac030868f31d22ad371ea9920ef07283fb727d7cba9457ef6b, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-init.php', 1, 0x00000000000000000000000000000000, 0x2fd71646ddd923c6b89af813f16f1ffb, 0x529be53091336e1ff78de776cb0458f99c0aa2bb256b20ddf905baac4c9a7358, '', 0, '?'),
(0x2d20fb1d58c53189ddcf167335079e38, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-fonts-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-fonts-promotion.php', 0, 0xa8f919c0bff8553fffa4ad967f854e25, 0xa8f919c0bff8553fffa4ad967f854e25, 0x1e9070d1e44467431f173a58d43d3c5e5a8fc36a59e3f2f70f4856fd2ab240dd, '', 0, '?'),
(0x2d22da5243d067f339a3d1a8b5c6eefd, 'wp-includes/blocks/math/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa16b7eeb8cb56b527457a2b193fd7c94, 0xadd2d70160ea43b13e49d48967f926d77d4d5ca2ab87b93cf1af23d9ea0a10e5, '', 0, '?'),
(0x2d25f64cc5ac7b88053adc9f27948d1c, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-taxonomy-thumbnail.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-taxonomy-thumbnail.min.js', 0, 0x636137119fdfaeec5710e74d13a8aa0e, 0x636137119fdfaeec5710e74d13a8aa0e, 0x6fc65f28cc992f09e34b5ad94be302168c9884ed04260cf8a39d7be1ee6950bb, '', 0, '?'),
(0x2d2b0895aff3bb3279d61ec286c35a6c, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0246b79a7badf6d9679875853878b21b, 0xc8cf22b101b1b821c00fe69fb45840500e2d69aaf08dd48660ed95e9c659a6a0, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\rich-text.min.js', 1, 0x00000000000000000000000000000000, 0xddfdce19fe37919d27ccf706a3ac0ca6, 0xf6e115001e65345afe95d9e44c0db0d2c0e3f0197290a9d8e6cb7905d2c6905b, '', 0, '?'),
(0x2d321b1b26a2052ffb97c98f9705221d, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SetupPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SetupPage.php', 1, 0x00000000000000000000000000000000, 0x063a4c9695ac86f87c9baec2f08e3704, 0x699cbd4b617c6260df391443d288917a218f6c0651fc5eb1c6261919f9f9a854, '', 0, '?'),
(0x2d3f67d412b6932c39b3e7f994b569d9, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\application\\content-type-visibility-watcher-actions.php', 1, 0x00000000000000000000000000000000, 0xe020b6cd4ca1d9760bc757d5d566c61a, 0x70c645f6598c827cc9ab63a5084deac98c1b21916280d0b57f82478dbfc1088a, '', 0, '?'),
(0x2d3f9e96a826c562e5be394d0b185bf9, 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/meta-description-content-item-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\meta-description-content-item-data.php', 1, 0x00000000000000000000000000000000, 0xfa517622fd8505354c62bbff12124be3, 0xef2119314ad3f10e7d5e5118155243088f57ff6c2df504d97af4b6eb1db85e4e, '', 0, '?'),
(0x2d4878921565833a7314013391b7dc2d, 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\batch-processing\\class-astra-wp-background-process.php', 1, 0x00000000000000000000000000000000, 0x60a71f2a8934f6b72226a0be8e493519, 0xbade25811c999f5c03023d0c22e5a94f14e2e6c526174f28c9da69efa918454a, '', 0, '?'),
(0x2d58f9e1884dfe9bdc2f07a230b6401e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\composer.json', 1, 0x00000000000000000000000000000000, 0xe0544b0ff3994c2e47fac7fd13d4271c, 0x35fe41eca9f8a90305731f5f82fa2b45e15da1e7de3308513955ee2c6456e13b, '', 0, '?'),
(0x2d5a9eb206e1f1f5d5db3470f6eda813, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7337.ac6d7dae706a4ac2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7337.ac6d7dae706a4ac2.js', 1, 0x00000000000000000000000000000000, 0x30f72d854996a9b5cf0a3189f48f6336, 0xc8e00fc2709548e91f7396b75b00a7d5e3f1dae6c7edea94b4e31b05ac4cc2aa, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0xd9a1985c7214fec0e9563b24497374c7, 0x8d313ca58fc6c337f40741703408ffe1c197999530568350a1620483be233b54, '', 0, '?'),
(0x2d5d88405845c876e1e5d5b2a0e61b5d, 'wp-content/plugins/elementor-pro/modules/attributes/controls/repeatable-attributes-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\controls\\repeatable-attributes-control.php', 0, 0x777323481142cf892f867de5baabfbc5, 0x777323481142cf892f867de5baabfbc5, 0x994bac05a867cdce5f8da697a4fbc9a7ce2113b2981890fdb2363089a524980a, '', 0, '?'),
(0x2d602ada95035759b63d8dced6900e6f, 'wp-content/plugins/elementor/core/kits/views/panel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\views\\panel.php', 1, 0x00000000000000000000000000000000, 0xccf32244e6effdc5046560c070def632, 0x91b9f4e40b98b5784a73f3e3ff739fcf0d3d45724f25fea79d48c492ab4490a8, '', 0, '?'),
(0x2d60a25bf341f8272526800ceb6340e2, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0x7e494ae515eff47ef5de17dd169efa00, 0x28dad681050593babc0cfdc64548d2e68302a2f7655c9a416027aabf5d4e0431, '', 0, '?'),
(0x2d65207a2b221207c8317abe225ebfeb, 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\export.php', 1, 0x00000000000000000000000000000000, 0x89a05bb83e1f71b34099e06615e70274, 0x1d9ea5ae5a93e03f01a5bc579884bb8e34ffc759d5c446b4ff3de5674dcd6490, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_support.php', 1, 0x00000000000000000000000000000000, 0x2688e344b5eb0b0d3e7a39fd527c10f2, 0xbce0651afe81b7faabf1b03909281da10baf34f03f28905f0b1573367cb58555, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\admin-bar.php', 1, 0x00000000000000000000000000000000, 0xaef03499902209c6480a1320074bf325, 0xa0d9db06409442f43acbf669adfb0fe29d5280c60b9885464b1c5dcce5d403d5, '', 0, '?'),
(0x2d6c09a36e11cc8e692e56bb90a2ebd1, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-page.php', 0, 0x57a38dd73059530c85f655baa0f20ee9, 0x57a38dd73059530c85f655baa0f20ee9, 0x4366717260190922d04bd885d20d65f522442e34c575e51dcfb9dc64132c92c2, '', 0, '?'),
(0x2d704b6be14699aa9622211b92221a08, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-url.php', 0, 0x74cc4e0515e905652c50040cce021403, 0x74cc4e0515e905652c50040cce021403, 0x6bf7c32e1a3af81b89a63989e5ec00d44cdb1bbb143c4ad2ac8eec78b5447351, '', 0, '?'),
(0x2d76e61749fc41fea0f739d7fd2e764a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\dynamic-tags-condition.php', 0, 0x11fd0ac2eab2bd528277d912a91f3777, 0x11fd0ac2eab2bd528277d912a91f3777, 0x04b90a08269138c69678b4e5e5de6deb7f37d44bc219760a645a54df039025d2, '', 0, '?'),
(0x2d78af2b0039ef089d2bc4a05a543c60, 'wp-content/themes/go/includes/customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\customizer.php', 1, 0x00000000000000000000000000000000, 0x8dd5cee445fdf3e274304e81e37f1d40, 0x7fbed6a546d8b05045cdb7e3cf0c4b8d28255c80a2999e0d6cbe9810fede76d8, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.scss', 1, 0x00000000000000000000000000000000, 0x58baef52ac9631d46fb7dfdc7c3a8b63, 0x159f807b050def30d670d216f467bacaef7f723a94fc2631425a4d413d145173, '', 0, '?'),
(0x2d7fcb4bed471c6c1172c62eb8db8594, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd066bac575a55c5b097400e7b6539bba, 0x476d48d456fc942a928c5470d7a127f197cc8bc3e8286008c153cbebbe254db3, '', 0, '?'),
(0x2d8386accce211d2d2221360dd7472a0, 'wp-content/plugins/elementor/modules/favorites/favorites-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\favorites-type.php', 1, 0x00000000000000000000000000000000, 0x3fbfe62e0dbf8781f52d40b803b935d1, 0xff60ec1417a5d16a9c61c7893383ed24a662f631be9ef04a4316b327a384f9f4, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings.php', 1, 0x00000000000000000000000000000000, 0xb1c46553437cdb34057894c0041ca444, 0x09349a4c2f0eb43eda4e123629b8c539015121e67d351371322e7124996156df, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\about.php', 1, 0x00000000000000000000000000000000, 0x23b7230f9fdfed26e5d2d3e099728532, 0xa23c8f228acee5d81c69b6a3bb594f724a1d2fc272bddd84e540df4a9b2ea21d, '', 0, '?'),
(0x2d87e352f7bc901da963fa76ffe11312, 'wp-includes/SimplePie/src/Exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Exception.php', 1, 0x00000000000000000000000000000000, 0xf3da1d051d46622a6e3f4c4eedfc668c, 0x881e844beda5e0fd6d2a4841e608c66b6f21fac9db117f67efe08ea2472532c6, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x3f09866bf00bc307aaf2bb8804938782, 0xadac236ccd81fe6e1d8579362fecc538278bc34844b5139ced649d9dc3439283, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x51101389c970271154984ddef55822ac, 0xaa664141517dee08597e2ff0873d2ce41cb159ddf32873443bca0b4e7cfdd2c3, '', 0, '?'),
(0x2d9545fd2d02d5207daaf8aa1efa76bf, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptInRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\OptInRequest.php', 1, 0x00000000000000000000000000000000, 0xb4f67de5b073f13ade8adb4ff27554ad, 0xa9fa7ab6ca53558bfd9c6a5c221a34097d1543637f839ee92edb338604669909, '', 0, '?'),
(0x2d9665636575e01728b9ad35491927ab, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\manage-embedded.php', 1, 0x00000000000000000000000000000000, 0xd38017f667d6ed21a6ec787cef452ed6, 0x65ec6027a999e042609a91a23f679516613aa383bd63fef628ea7c9ba9adb17a, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x78ddbcb9837a897f7682c59fbfb71bf3, 0x4d2a29c8d25c913766b457a0e9ac0ec6ae9845865f6b7b34f012be9759f2d710, '', 0, '?'),
(0x2d9f8335db749e0b5590123159ae7609, 'wp-content/plugins/wordpress-seo/src/values/images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\images.php', 1, 0x00000000000000000000000000000000, 0xe4c7022c8ae90de377261422cf796c75, 0xfe7b192082da0b4000b69ad1bb6ea20d02a7a60ec294c36d7d0e4846d454ee21, '', 0, '?'),
(0x2da433c2177796ece682f9573118cc66, 'wp-content/plugins/elementor/assets/css/admin-top-bar.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-top-bar.css', 1, 0x00000000000000000000000000000000, 0xb174a4ec7ebe53005a7c148a4776808f, 0x2a2854be8a6ff4745f7c876efeea57ef6282d1e8bd4abd1a32ee30403e6ecb4b, '', 0, '?'),
(0x2da5df3b9657839c26aedcbd8e0e6054, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\source-exception.php', 1, 0x00000000000000000000000000000000, 0x0018d4124b4043d5eb54acfa9eeb5934, 0x8275dd67743d6d67862ad3a394cc89c300c71940a7fa5fe3be85912ae484520a, '', 0, '?'),
(0x2da9e45775179cee5ce724fb4bd89e34, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-single-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-single-page.php', 1, 0x00000000000000000000000000000000, 0x14ee9d11dc15e5aef3b719e150f44407, 0xf6bd30d04d11221e281bbcae9fced3963886bd2b1a873f4bcce11119baa0876a, '', 0, '?'),
(0x2dac78504aa952b9efd7af7313f82bd2, 'wp-content/plugins/wordpress-seo/css/dist/plans-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\plans-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xfe8449aaf279e58ecf085c5db59658c5, 0x47ec4ea9efd0f46b09fd232d230feb37d0fa6d796e432175e0e239dfb2acc11c, '', 0, '?'),
(0x2db07908a7742d84807e9af25d58ef07, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-pronouns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-pronouns.php', 1, 0x00000000000000000000000000000000, 0x0b4ec5fae301fe324bb44a78817b417b, 0xc3bb194bb9b949fd1b7daa8cd748a9adbfc90c51fb2d186f8b73d605988d3ec5, '', 0, '?'),
(0x2db3534ff6b690dc38bca7a844a20621, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/theme-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\theme-styles.php', 1, 0x00000000000000000000000000000000, 0x29712260dcea8e37cae6a1853fb09d12, 0xdc4bf5e771a2cb06f405685cf1b2d887fc6758aa67c112eaf992cc299d58ab28, '', 0, '?'),
(0x2db35cb54df2df1deb3cdc51fee197c9, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\mobile-trigger.php', 1, 0x00000000000000000000000000000000, 0xe79ab2801da5b5235c32520e122b166b, 0xbc47e5de8d844857bfe311dae8cf7d524cece5c6c1b28fbb37f43727c98f7f34, '', 0, '?'),
(0x2dc48c36966dc078be6a08b983ef0932, 'wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-frontend-handler.js', 1, 0x00000000000000000000000000000000, 0xccb34aa02371ba8ad31cc9a4c2f3eb8c, 0x80398f94f410358b59cf2fe0eb735b2ad69b41077cacee2a39e4cc158f025e16, '', 0, '?'),
(0x2dc578e349edcf5e2a0c0281eaa6b6d0, 'wp-content/plugins/powerpack-elements/templates/woocommerce/cart/cart-empty.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\cart\\cart-empty.php', 0, 0x65dcad004f6603c36e32c78e2956814d, 0x65dcad004f6603c36e32c78e2956814d, 0xe3c7a41cd7a4cdb02b886e1292df8d8cd0bce5c689fd2954436c2c2c3eb866e2, '', 0, '?'),
(0x2dc8317a266e794ef92079963fd416df, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/fb-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\fb-icon.png', 1, 0x00000000000000000000000000000000, 0x058ac26c0b219391036383e4b7e08c29, 0xf04982532b12594344d44796b616d4c3023d04cb5affd17e89bbfb25c663d68a, '', 0, '?'),
(0x2dccc0ab40ca46593d068219009cc379, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-base.min.css', 1, 0x00000000000000000000000000000000, 0x3e8563fa718bcaf90e6462ee980dec0f, 0x4687a1a64f91bc9ce558606b2e44164e12c882f90ce0990df8dbbd767a1c4dd5, '', 0, '?'),
(0x2dcd9bcddf0f171699d7c25590904271, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/invalid-tasks-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\invalid-tasks-exception.php', 1, 0x00000000000000000000000000000000, 0x36be1b669226c3878199692ace590455, 0xfc9072ee0af1a7b100068725cc6b9eef8c455952c7d7b89b6777f9c9a98cacb1, '', 0, '?'),
(0x2dd7fa170b45d14a829a0dcd5bc7b22a, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-widget-base-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-widget-base-styles.php', 1, 0x00000000000000000000000000000000, 0x6d74c3a656b31d29d328cd6214abc92c, 0x8a32d26435a95a609015afd8be3ff44b49e9c971d552cb6423ae45b76735dc0b, '', 0, '?'),
(0x2ddef23d28e52d5c25ccc11250cec2dd, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/hue-rotate-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\hue-rotate-prop-type.php', 1, 0x00000000000000000000000000000000, 0x28bc66c776d8c0cec75db0ae3bda2413, 0x898c62df74c268574feece44fe2fb6001cba7ea684d5a5cd57bf05ecdcb12ab6, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2ddf81b56d41dc2a3d76857997388a49, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/NotificationService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\NotificationService.php', 1, 0x00000000000000000000000000000000, 0x45bdcebe03a8241f4b459a4f2a709707, 0x1f1bcbe7a779499eae84816af36ac170207771b9f1f68b5876dc6104940681ca, '', 0, '?'),
(0x2de32b2f14faac90817acded4c7ad03b, 'wp-content/plugins/backup-backup/includes/external/ftp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\ftp.php', 1, 0x00000000000000000000000000000000, 0x799c190baf997b187c39e05f4094e1d2, 0x68155a9652acab7ca19efe18febe30f0cf39ee059edf8b29fdcd8b297536b6c6, '', 0, '?'),
(0x2de35e0be33d3f11a046899afa0746a7, 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0xdbfd33dd43b9f31ae000278beb456c2f, 0x59e9618ac5be4e692d1b60e341e609b64c097d3fc7075a46bceb7b2bb8160811, '', 0, '?'),
(0x2de44887b1934aee2134a07cb96090ce, 'wp-content/plugins/elementor/assets/css/widget-toggle.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0x18154722677171518ab18cb9e3e73127, 0xec4a5c7665feddb506e4886ff53db9991918a320373bba399c813a7efb9fc0c4, '', 0, '?'),
(0x2de898b4c91d8e9822feb61805e4fdc7, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/border-width-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\border-width-prop-type.php', 1, 0x00000000000000000000000000000000, 0x7fc9e953472bc4ffe45884e130aa9541, 0xf6327863de9863feddcc9c87b0906509dd138522f5bfb59e431a119d6f15e3c9, '', 0, '?'),
(0x2defeb725c52861eb46da0744ea26cc6, 'wp-content/themes/go/includes/core.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\core.php', 1, 0x00000000000000000000000000000000, 0xbcba22a7ae55f1bb8b10791cbe7eadb0, 0xc43971f79f4c3baac318605605859f45c3925514ff11462e7d7bf642091193be, '', 0, '?'),
(0x2df8729d3b2ccdddec8847f7dcb72ea9, 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-query-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\top-query-repository.php', 1, 0x00000000000000000000000000000000, 0xf1a6e15d7731c4b53bf7fd3ab9a49f04, 0x4b82a40139c2ae74eb0fd3476ea5fa70078f4cb222f345ca8f0b3fdaf3b38faf, '', 0, '?'),
(0x2dfda9133d465d5792688ecb898ec14b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x8b78b02a55803ad972b4992760534efa, 0x01ad3ff3cb96abecae60da1dd3aa6f8b7adb224a085c1a68dde078c12c4ef961, '', 0, '?'),
(0x2dff6bcca441bf66c18926b7bee3279d, 'wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\traits\\shared-widget-controls-trait.php', 1, 0x00000000000000000000000000000000, 0x37643124a35eb14fe43641977fa4bb95, 0xa72cd1e31a2948729dc0ce8d2b30e7ec9356de450a591172e9a305bc5ee2868b, '', 0, '?'),
(0x2e007cc778a799d714d1fbfdff17d36b, 'wp-content/plugins/powerpack-elements/modules/charts/widgets/charts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\charts\\widgets\\charts.php', 0, 0xf5c040dd75369f8ab46c088b4206ad8c, 0xf5c040dd75369f8ab46c088b4206ad8c, 0xb5dd00d360eecaebb741672ac228105943d2e1d2bb7d8ce344d9991dec64b1cc, '', 0, '?'),
(0x2e05ba03e303a7e9be3fc2b76838af6b, 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\site-identity\\class-astra-header-site-identity-component.php', 1, 0x00000000000000000000000000000000, 0x19411cd6aa037e4cdd1eb78a871b7053, 0x888d98100b21b29c36e0ee649b940e8f2d5e070966f8cf11cfde586477fe3c8c, '', 0, '?'),
(0x2e073f39594a25919a2e7f666ca7a0dc, 'wp-content/plugins/elementor/assets/images/app/onboarding/theme-hello-biz.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\theme-hello-biz.png', 1, 0x00000000000000000000000000000000, 0x05ac29326460722cfb26a566c5e81756, 0x593b542a44d80d9ac6bd6fe2e922d679939a2738909d0717e9d427789844c6f9, '', 0, '?'),
(0x2e0f40eb629910cdfdc1db91c171f7fb, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\headless-rest-endpoints-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x521070485040f90ede02487af752e763, 0x2352e8e40b71a61dd9435c2377faae7da20620b96aa29864d19a285e01641bcd, '', 0, '?'),
(0x2e204dd73bece0a38d5f9b5ce0128c54, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\description-presenter.php', 1, 0x00000000000000000000000000000000, 0x243e1f78b18fa966f80c67751eeac3c6, 0x1273f261ac31a28c741c4995936228977172e858cff8b5f3c65bf983846dfff4, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpautoresize\\plugin.js', 1, 0x00000000000000000000000000000000, 0x0efc4bcc2e90416a5f996d9572236995, 0x27a1b243a7bf6222114289f85c06b84ee9b84eb1cac62a721f262e58abe29f4a, '', 0, '?'),
(0x2e244c7271f1e199194d94abdfad0b8f, 'wp-content/plugins/feeds-for-youtube/public/build/images/sby-sprite.50dde50c.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\sby-sprite.50dde50c.png', 1, 0x00000000000000000000000000000000, 0x32da6ccb93328901731315aaf66ea743, 0x65da59b2afffb2a1063bab50a0e52e262dd8efcdf7593fcdb60ae12f55b882ff, '', 0, '?'),
(0x2e263d6a4c063ff16009bceb6d50b202, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0x27898dbff7f8307e913de2855f47cb4a, 0x60cc9a5368abeb8cf75c2a8b26024f9c5e6e6b1d1d9ea95dbf83ca5d38c634a5, '', 0, '?'),
(0x2e264113faa90a245e715ef8ec5dbcd8, 'wp-content/plugins/reviews-feed/templates/frontend/item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\item.php', 1, 0x00000000000000000000000000000000, 0xf8aebdf7643ff3e0ed3d033693428f2c, 0x2ad2b9df771825c192f760d2d93370f8df18028c722e82d983ac6df54a401ce2, '', 0, '?'),
(0x2e2d2bc4e16b2b1b19e6b4ce5bcf7ce0, 'wp-content/plugins/powerpack-elements/modules/hotspots/widgets/hotspots.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\hotspots\\widgets\\hotspots.php', 0, 0x96d485876d5f9619bb14cba9bc019830, 0x96d485876d5f9619bb14cba9bc019830, 0x2f1b17d82b8f2d47dcbb6c8c405d012ca68a485609af7d578cbc728dfa64af30, '', 0, '?'),
(0x2e30cf8120ba0647675d70724840cd99, 'wp-content/plugins/elementor/assets/js/editor.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.strings.js', 1, 0x00000000000000000000000000000000, 0x3829cd29dcf26111cdd53cecba93ab38, 0x0b107425acdda736d31200e57f340a4a9151c4a958336d0bd18cd334c8725a8b, '', 0, '?'),
(0x2e337682ee596410876afbc0f84d97b6, 'wp-content/plugins/elementor/core/files/file-types/svg.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\svg.php', 1, 0x00000000000000000000000000000000, 0x83b3d93d650cc727839f921f59c76d2f, 0x6103e9f901ec6f13dbe1019042996c2c4326ed63d5b44cc83e412d6b529d7e50, '', 0, '?'),
(0x2e3a9f0195beac079e90309c6ecb7b8b, 'wp-content/themes/go/dist/design-styles/style-trendy.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-trendy.css', 1, 0x00000000000000000000000000000000, 0x9bdd19700d770932e62537d1e3e29daf, 0xc0ffef9bdfb5169469e2cf76840f8d72b377f9a66655c22a1599eaa2fa7a92ba, '', 0, '?'),
(0x2e3ccc4e9c70adbfb75a7316e49243f4, 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.min.js', 1, 0x00000000000000000000000000000000, 0xe638e6041723027282129bad5f9494ad, 0x44a29ca8271a74ae8fccb5794614e351f425e14d392f439ddd88f3aae6423ca5, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x2e51ad074c16afbe3351ffb55f229f35, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x44d4535061b0bec7fda6d9e9da827ff8, 0x96b7358a01d110e19521e7c011606226595c43106e6b75e66dec0c1e1859a41b, '', 0, '?'),
(0x2e51cedfab5f02a841cb83852414dcf6, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\welcome.php', 1, 0x00000000000000000000000000000000, 0x6b3bbeb789c43bc0fdb3cb3e6d8a8eb0, 0x378acd62dab318db00bfe6464b2ad36f143a1cead1baa74602f35c105a1bbf1b, '', 0, '?'),
(0x2e54a7d7dbe7fd53d836dab658055552, 'wp-content/plugins/wordpress-seo/packages/js/images/docs-plans.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\docs-plans.svg', 1, 0x00000000000000000000000000000000, 0xd1ac96c014b934d8d8898b93c19e058d, 0x687514cfe5004aefafdea3d86d013eed6018a8f9b5a25901418fa76c94689440, '', 0, '?'),
(0x2e593113b47e72c07627722232b8b22e, 'wp-includes/blocks/accordion-item/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8583fbedfd48fa07b94b179f6bea312c, 0x042a4ff3ec8a08e364dc28b1dbef2c85c4bd4f9906a81d96867629ffa269245e, '', 0, '?'),
(0x2e60d5ffa770085481573f819dff07c9, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0x8b5ef287be4de198a13c0cbcde00bc5b, 0xc0fbeee2480040cd94c5ae2144dc05537247a10a4aae8479e5181fcc4935aa0e, '', 0, '?'),
(0x2e6b3ba1048daa90cdc8c37786a71471, 'wp-includes/blocks/post-author/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style.css', 1, 0x00000000000000000000000000000000, 0xc60ac304796168e4498d165714b2b3b5, 0x7fe5c71d85ed808e2d7bfd01cc5213929c1982e23d8b5d20102c8b05ad55574d, '', 0, '?'),
(0x2e6bf55f5345b138d830e37d184d5e6c, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/optional-link-list-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\optional-link-list-builder.php', 1, 0x00000000000000000000000000000000, 0x7ecf1d4fb46604d5e85a6c749eb04bbf, 0x338b56071251d937b590d18be92536b7e0a5b83b014a44873b964b2de2a882fc, '', 0, '?'),
(0x2e77885d7bfe5e3a82d46d7e883716fb, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hr.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hr.mo', 1, 0x00000000000000000000000000000000, 0x239bdcce34d5e772666738b5810b16d4, 0x2a4ba5a0e9d1959d2ec0430373de6ede189e781b5b7308e9a60287b34ed4868d, '', 0, '?'),
(0x2e783da730386b143fb7e6700b5da791, 'wp-content/plugins/elementor/migrations/operations/html-v2-to-html-v3.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\html-v2-to-html-v3.json', 1, 0x00000000000000000000000000000000, 0xa27121988a1ce0e32b77fb1857a1b902, 0x68ab7585e385a6638c5e466651af7269eecdb9775243e94b42acda6bbecb994a, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x1785fa13c40add2ed941884a939d3449, 0x8bffe8537b1e68887f648ea89bcee9711f1428ace2f8d55ea773279c25ca6125, '', 0, '?'),
(0x2e7aba51858eebd045581e601bc3993d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/styles.module.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\styles.module.css', 1, 0x00000000000000000000000000000000, 0x96fcbc14dc40170e445968c2ae62fa21, 0x9c38c14993943810d3bcce61549156ec3dc89e412ce8bc3bcc5755b1bdf3a255, '', 0, '?'),
(0x2e85928f406beea4fad54e3f5a511335, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\FrozenParameterBag.php', 1, 0x00000000000000000000000000000000, 0x288a4280a3c0ec49c7513481da044667, 0xf51fdada1c7d09e720805ab77403c2a2e4cfd83565faa83c6d42f21edc6a99b2, '', 0, '?'),
(0x2e89a2a9e21403039158ba3728e1e19c, 'wp-includes/Requests/src/Requests.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Requests.php', 1, 0x00000000000000000000000000000000, 0x41344cf179bde39bd2ccfa1c7ccb5ea5, 0x58a7e76b461c11102344378b307a5f54a8e9b595d401aa8aa9f7c159aca47417, '', 0, '?'),
(0x2e8c3dabdf241994bc2ea436a2d40328, 'wp-includes/blocks/button/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x03385af7db486e1382d7b3cbf22d1a2f, 0x315bc1678991d68238cd819cb580374ded66e6e9c7657ff923fca67e1e77b88a, '', 0, '?'),
(0x2e8e2971c79f82cbdb9c4c6d25795864, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0xbce48d76f9134b2907ea08ad2c3435b5, 0x2a989ebf47dadce2d3e918ec02441fd2a9b290dbc3ccb9ad1555cceaa59eb0b3, '', 0, '?'),
(0x2e9b7203693bf3556f0c57d23ffdd100, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/instagram-color-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\instagram-color-icon.svg', 1, 0x00000000000000000000000000000000, 0x2fad27708792f58632cffe94a4383f5e, 0x2472dca43768823b837a5c50646ad77534a673b1b98a384514dd87d373088265, '', 0, '?'),
(0x2e9f96d7f760928c8d61575410c58dec, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz-out.css', 1, 0x00000000000000000000000000000000, 0xa394e14a7fff125bdd4a539073cae7dd, 0x55f25e19f30bb53777a294f9b5c6e81a405c53e5df6b111f638c4e6ccd817e38, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x2eb28c1efafff14e73edc23406b5b1c8, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0x5a36699177a53d0d001dea5e6f79f597, 0xf5e9e42151da9c77a7f8d805bc29c7378ef3bf5e1b80c74b92fe48db620282a0, '', 0, '?'),
(0x2eb362bd896ff8c2ff734653856ccaa8, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0x23519fa43e3b50260ccc8b366b98979b, 0x2001c09e8cf0ffdf543079abf2add457920ee93a952d8777247145964ff47fa5, '', 0, '?'),
(0x2eb448850c8dfff3289aeb4854dfc325, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-self-hosted-video/atomic-self-hosted-video.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-self-hosted-video\\atomic-self-hosted-video.html.twig', 1, 0x00000000000000000000000000000000, 0x93e17a26d322b20719275dbc96498d35, 0xbec2e33f72131356367a50ef57e6373533d3f7fe5361e185f1c721f2b9ee70d3, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\jwt.php', 1, 0x00000000000000000000000000000000, 0x33a9febe274f87c86e86c617d1c584f5, 0xe7fa62440b27bcbb4e297dfe90e0082ab69382cc1742213aa9515422c9aaa444, '', 0, '?'),
(0x2eb51aa0d139e5936e404d5c3f0d1a3f, 'wp-content/plugins/backup-backup/admin/images/stg-bg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-bg.svg', 1, 0x00000000000000000000000000000000, 0x89ee7205e00ff2a983449d1301115bf2, 0xf679696e26169ce19398bdff34148529b212077a776a8fdda2c0f975fe0fd076, '', 0, '?'),
(0x2ec7f008b43833cda878c9454c289442, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/ressources.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\ressources.js', 1, 0x00000000000000000000000000000000, 0x5ef62f4a41166d62ba0b9aa668454d99, 0x193a16676eca902e20409d748826716ca1391a6c805bf6307bf55e66bf77f70a, '', 0, '?'),
(0x2eca81066c05f985c249e67cd45235f8, 'wp-content/plugins/elementor/core/app/modules/import-export/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\import-export\\module.php', 1, 0x00000000000000000000000000000000, 0xe74def6c0510de72d74cb41d69d716bb, 0x091ddbe10addae692308374da98f1ffe692cd2dde06a99e3563d7502719abd0c, '', 0, '?'),
(0x2ed3f9a28924a21dbd19f774f6f70958, 'wp-content/plugins/elementor/modules/variables/classes/style-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\style-schema.php', 1, 0x00000000000000000000000000000000, 0x09cda48e4db95c36cb5b177cbd2833b3, 0x1db0e732338d95856a1d877022cd250821d476654bee1d479af3e201a13f7c70, '', 0, '?'),
(0x2ed562546ecc87ad5fa43beee4d29e27, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x5a2d40f0e1096ddd172526c26da2a112, 0xa7e98785a319e7e02d34bd8e4ab28b96f498d823fc35757cc5834b058a208a59, '', 0, '?'),
(0x2ed64b40d5798ef94ff462f519b18bf2, 'wp-content/plugins/feeds-for-youtube/public/build/js/tooltip-wizard.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\tooltip-wizard.asset.php', 1, 0x00000000000000000000000000000000, 0xea9d401b01a027429cd176039aaad3da, 0xf4089eaa77fc173021fb0915116bebea852efe057294fa09b3c1eb070e215087, '', 0, '?'),
(0x2ed948973b4a9a268aae57876d1817f5, 'wp-content/plugins/elementor-pro/modules/notes/admin-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\admin-bar.php', 0, 0x2933fdb61efddaa81c4fd7e15d630580, 0x2933fdb61efddaa81c4fd7e15d630580, 0xfe5688e3180db7ecf77eb801f0e7177e0117fff5fea6e5a1306a24d9d7a0b3a1, '', 0, '?'),
(0x2ee2020cc09fb89bfd611224d794276d, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-featured-image.php', 0, 0x72fa5a555bdb976845d9b11174121637, 0x72fa5a555bdb976845d9b11174121637, 0xbc145c106c2548c2bb4578d6fbf2701365d733af6556f2b331cf52f756e93dda, '', 0, '?'),
(0x2ee8691d998c139d976b64190c56b27f, 'wp-content/plugins/elementor/modules/global-classes/global-classes-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-repository.php', 1, 0x00000000000000000000000000000000, 0x06bb761ae0834cdc701ae3fbdb4970bc, 0xaca3bf96636cd873c8fcd587364c49f908b100857646a6dd190b21bddb32bb40, '', 0, '?'),
(0x2eeeaabc8d7c6310f597a1791aa5e450, 'wp-content/plugins/wp-reviews-plugin-for-google/include/rate-us-feedback-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\rate-us-feedback-box.php', 1, 0x00000000000000000000000000000000, 0xab94839861183a80c6ce391e345a3f32, 0x38e9fc96ebc0dc9b53c5db944ad088ba0b2ec65e40cb16b97f0af945536e2f99, '', 0, '?'),
(0x2ef4bb7c47e678dca3d47949649d12b4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-system-page-builder.php', 1, 0x00000000000000000000000000000000, 0x344b21b34f41301cf968ce02f6194591, 0x211ad79d4b20ff14218c9b35a91cc91c110f0518b2d222e6cebc8c424d344b4b, '', 0, '?'),
(0x2ef8d6cfa086613fe9a6ba578538d3b5, 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-pattern-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x0f58c8eec4aaf0e5ad4f57bf8d8973f3, 0x2a6e71c3e26098d0dd0784196a0a07b6e0e5530c189d656c1d312815a2c918c3, '', 0, '?'),
(0x2efae0e1c351984234b8c4d5a2611367, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\redirect-helper.php', 1, 0x00000000000000000000000000000000, 0x6780db8d1b560f2bbe0743d29c46c2d2, 0xacf329d95acda07084e265ec8e09ac3f210ebf784e1b2a30e247750b5467bbc6, '', 0, '?'),
(0x2f0354dca0bf18633678b64df9bff48e, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/Expanded.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\Expanded.php', 1, 0x00000000000000000000000000000000, 0x394442212e6f86dc7dbe26fb797ea9ff, 0x68b230508e92a6ae37934d4b68ac1709236297fe41364745bcbde499bc0b6610, '', 0, '?'),
(0x2f07dd710fc5a9e31b118d1ef8214181, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Datepicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Datepicker_Control.php', 1, 0x00000000000000000000000000000000, 0x121a1e6f72dfe40582d7efef7f95be32, 0x90405a713e3fdeadcd330519b06d99b76c4c31c92fbeed3cef6fe12873873333, '', 0, '?'),
(0x2f0a9c2c705174c55f71929ec943c93b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\blocks.js', 1, 0x00000000000000000000000000000000, 0x34a263504769fe87dd4c009b4814c70c, 0x42e862b24676331043d5123264cbd1c2c3915963009bdc12893ed65fbc7beb73, '', 0, '?'),
(0x2f135ef9df0acef9b65c3fcecd58eeec, 'wp-content/themes/twentytwentyfour/templates/404.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\404.html', 1, 0x00000000000000000000000000000000, 0x7b50a92ec60233be5eff888b4b59840e, 0xa408646eb497d192207ff20c020276d1b0c11faeaa7e8cf27c3e82f8742102f2, '', 0, '?'),
(0x2f16e2989f9cc93cb139226f2d4fe8c6, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\non-network-admin-conditional.php', 1, 0x00000000000000000000000000000000, 0x8d7b10677abbe0af2114b79a3a2c84dc, 0x80857a99ee77ee1f1e1a61fd8f44055cf40bff5cac8d0b68be104e1d3ba92cb1, '', 0, '?'),
(0x2f1f9186c451c74ae7d0c6f1737d55e0, 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\apple-webkit.css', 1, 0x00000000000000000000000000000000, 0xa41ad66b193c090ba5bb8d07db6b4ffc, 0xd3366bd956d48b8ac6a514313d562db12d7056b8057b09d7fe21a4ab27b5deb4, '', 0, '?'),
(0x2f25e33ea3e5acef285909a93c3f935d, 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-large-title.php', 1, 0x00000000000000000000000000000000, 0x70199d41f0dd554eebf1732f5219095b, 0xaa803093a16a3b2cb86b66a8892ee7647d41f83d978eb9df98c87e2616df769c, '', 0, '?'),
(0x2f276cb6c89e43a461dd9f4085a539fd, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\schema-accessibility-feature.php', 1, 0x00000000000000000000000000000000, 0x623ce2b6b06ba5ea608e6e2de6d5fecd, 0x80bde15e942682d1d6bb8dd2237a0030c3ef011bb5bc3d6a5703d19fdb369c45, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\autop.js', 1, 0x00000000000000000000000000000000, 0x10c092aa0d83d6412179cd727b6fa0d9, 0xc22c83c2973805b20c5fc24c9116e0da5401af339862a17b1ec2eedb02b4152d, '', 0, '?'),
(0x2f2c2af2df6d40cb1344de5e5da5597c, 'wp-content/plugins/backup-backup/modules/backup-banner/views/banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\views\\banner.php', 1, 0x00000000000000000000000000000000, 0x02e4616470214bd4b2e4698aa87c01af, 0xa46155b2d80d328e3a92d7a4f035b40f71f96c18e59ba72eea5971859e24c746, '', 0, '?'),
(0x2f2df99e5e92c22c88e4d2a42415cd70, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-modules.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-modules.php', 0, 0x88bdcf69720ac305fa2547c2ac010d9d, 0x88bdcf69720ac305fa2547c2ac010d9d, 0xcd36b3d6662a96af8f8390d7c9e5f5056411c543eaf81d87f4cf5b05166e70df, '', 0, '?'),
(0x2f2f61c73132ff8d4e2dfb27635de430, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/justifyalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\justifyalign.svg', 1, 0x00000000000000000000000000000000, 0x74c7c8aa0bc135fe481622807df23c12, 0x535ea2e5d9309ab15e063c4e45d541ec3967db09c2b8677efb14abb3ea7f248b, '', 0, '?'),
(0x2f3570180e2548366776ff5931d30ed2, 'wp-content/plugins/elementor/assets/css/widget-text-path.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-path.min.css', 1, 0x00000000000000000000000000000000, 0x77b980ff12741d9b5141a5c9d60bb39b, 0x6fadd256bde069c9db356b22fbb8b20ba0ee929a2aac3428847f9e85d88da252, '', 0, '?'),
(0x2f3c40bc2fdccb54959d4143803d0509, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/newLoader.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\newLoader.svg', 1, 0x00000000000000000000000000000000, 0x4ecf61ac468ab1b67cf4fc4650303f41, 0x38b94e8e87da70ebe3a562435aa0d709077e527f6f55cd612d35e60e53afdaf3, '', 0, '?'),
(0x2f3cc09cceb534d92d86ca6ba8503115, 'wp-content/plugins/instagram-feed/inc/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\email.php', 1, 0x00000000000000000000000000000000, 0x251cc49b50b3bb268d79a1659239b1c9, 0xb77fb8070b0df476b448f7c54929739717f230a58aad2df2572293b16959fc56, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0x2f4b625adfaaa84b8b553e59ae6b5472, 'wp-content/uploads/2026/01/hormones_3993203.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\hormones_3993203.svg', 0, 0x86589bc70a4f3adda1642dd23649c637, 0x86589bc70a4f3adda1642dd23649c637, 0x8791fedb75396fac97a072f80c4f597849392f3333bdd5ad3321989b97aea9e6, '', 0, '?'),
(0x2f517ef006740f400cdd821f29bbd17a, 'wp-content/plugins/elementor/modules/announcements/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\module.php', 1, 0x00000000000000000000000000000000, 0xe1e47e18f09e6d0316d3f749bf43173e, 0xf16d49e6bab33b877bcd48673785bd513ae1aefd3db01dc7a6e5fcbbd822d9f6, '', 0, '?'),
(0x2f5477d910e605b5b9df3255a0fdc19c, 'wp-content/plugins/elementor/modules/variables/services/batch-operations/batch-error-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\batch-operations\\batch-error-formatter.php', 1, 0x00000000000000000000000000000000, 0xf9b72bfec254b9c3e61268da87ced965, 0xeefe2bdce5c48c683e2878a3289a9a785bac7d9ebdf7139ffb53633824e60c40, '', 0, '?'),
(0x2f574cbb3ad8dc3657080ce58fa7dd46, 'wp-content/plugins/elementor/core/kits/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\manager.php', 1, 0x00000000000000000000000000000000, 0xeaebe7790acfb4c5bd041a5fd0bc1c3d, 0x6c5dbcbef14f1d7849073d22b9c3aa1e60a2caa5128e923d174db43b6a9825e9, '', 0, '?'),
(0x2f57eb0655ee20bdaf9040131013f833, 'wp-content/plugins/elementor/modules/editor-app-bar/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-app-bar\\module.php', 1, 0x00000000000000000000000000000000, 0x8a5beae2848e05bdf14f3fc717384104, 0x3507689ae70dd7e4e04ee560e68ee9e63612650d7eafc45fd102bff931cdb63a, '', 0, '?'),
(0x2f60c9fcbb1da6c976127d439a87ecaf, 'wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-social-icons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd026a17938c5380cc610572fdda43f40, 0xb1a2ddb1e411b62930cdb1eba182afa113037862c96465cd714868d4ea668a6f, '', 0, '?'),
(0x2f65a39391334508a5d68eef72ddd349, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Oembed.php', 1, 0x00000000000000000000000000000000, 0x0939f9a0ca71cdfdb47d5f2fef75ec2c, 0x019f1cf7b69754e46648f0cda7095a57c7f6be95f9270d977b5ffad3786d28c8, '', 0, '?'),
(0x2f6c0d61550eef1bdb38ad79b1da2545, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/request-timeout-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\request-timeout-exception.php', 1, 0x00000000000000000000000000000000, 0xe074786ccc59de290317f86dee8ab20c, 0x2d3e285414f3a3d1a03e1e0c3032b76fe8a966982a7be8ac27887e34d7000efb, '', 0, '?'),
(0x2f718517d653333af558a1720d95422f, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.d64f5409c5ae5e079f89.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-menu-cart.d64f5409c5ae5e079f89.bundle.js', 0, 0xeee435d9d33a248e5055dbb7137f7a96, 0xeee435d9d33a248e5055dbb7137f7a96, 0x260278729774db44d0207b0c38cf3ae77809ebe2126eef46b3a4db5cb1860b9b, '', 0, '?'),
(0x2f724d3675c6d872ade9eab3837d17fd, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews-smash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews-smash.svg', 1, 0x00000000000000000000000000000000, 0xca5ea78d8aee417263de8259e0dccb3e, 0x9b8c06dc3b641c53df2c88d92390ee02c4e698c105a97193af99a3a9fcc83068, '', 0, '?'),
(0x2f781d784051b5ce3de1c32c3374cdd9, 'wp-includes/js/dist/script-modules/a11y/index.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\a11y\\index.js', 1, 0x00000000000000000000000000000000, 0xdd30ad0aafbcf016f309ab30f55a52a9, 0x5f0ef232acb55050c413c03f954ce7c982c5e243f60a0f361d33f6cb9a6452c6, '', 0, '?'),
(0x2f798e949d02b5d0cd05b04370a2c7e7, 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0xfe06ab780c1ef9683de022f7c776aee2, 0xd5c451e1c7a558080cfebe34f1751b84f473fbd8f180a559911c56c8c685173a, '', 0, '?'),
(0x2f811e40a7234daa9f7e48ce635cc2cc, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x79e2db056466e529c8d05c5629085cd4, 0x42b77bf0dd1da2d6e1cad67ffe27eea7a873084fee4f9fa1da145cbd265fd619, '', 0, '?'),
(0x2f81fbba780d965c593f357361803d89, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/success.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\success.svg', 1, 0x00000000000000000000000000000000, 0xca6749e0f898d5bf3e979e81650f5e93, 0x517cee1ff89945bcc91e3d8c3573850d182bd8addc8cb4e186a91c3b5b2573c1, '', 0, '?'),
(0x2f8d3e181a1165c4ddda8023d90eb9f0, 'wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\delete-confirm-modal.php', 1, 0x00000000000000000000000000000000, 0xc593e9884fded9001d7abb01fa7b1476, 0xf401b8fe7f484992510cfb3c6ececb75c1759fa928b2c577eedbcb0cb8bcd434, '', 0, '?'),
(0x2f8d52e27b76e20cc50d3d27a47ebb80, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-none.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-none.svg', 1, 0x00000000000000000000000000000000, 0x5c4c34e6c89b37ff714de734c57e476e, 0xcc195ea1bf8d63c5d8692fa47dbc140c7f28eb5145327f7f1bf8c97f12108677, '', 0, '?'),
(0x2f92871bfa5ad3c8ed64f71a222bc0c3, 'wp-content/plugins/elementor-pro/core/admin/canary-deployment.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\canary-deployment.php', 0, 0xd84bc818a26139541d97c9d85662b3c6, 0xd84bc818a26139541d97c9d85662b3c6, 0xeb6130f880ee0ffb337ab3d342e18825c96176b67de0ffb22235a4c9aaf9aab0, '', 0, '?'),
(0x2f92fd2d12376ae7f2bd723a1ad0daf2, 'wp-content/plugins/powerpack-elements/modules/query-post/controls/query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-post\\controls\\query.php', 0, 0x5cd99f5afab3fb6c4d92fd98760199f5, 0x5cd99f5afab3fb6c4d92fd98760199f5, 0xe5a9a9f53a0c20af7f797ea419e376924004d3f0836cc95fb61d593a691786c9, '', 0, '?'),
(0x2f953046fcf4b130426880f9fe4929ea, 'wp-includes/SimplePie/src/Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Locator.php', 1, 0x00000000000000000000000000000000, 0x8620e534d67e81ad178d2c91c2352f5e, 0xa52df2586a82d04bfc82b2e1c9720ce1883b6aef006893d386eca8cce60b95ed, '', 0, '?'),
(0x2f95b54c8f6917a9507f9098e5bce875, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/SBFacebookFeed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\SBFacebookFeed.php', 1, 0x00000000000000000000000000000000, 0xbf78b9dbf0040b11579744581ff4d80d, 0xccf8823e1ce2888a3fd18156e10ecac63e4dceed7ed16a7ac601805316e42586, '', 0, '?'),
(0x2f990ad99d1b8177752d6681c0acad87, 'wp-includes/SimplePie/library/SimplePie/Cache/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\File.php', 1, 0x00000000000000000000000000000000, 0x4c3b3254438d79c9d3de858860692c6e, 0x8b0c5c6e1057a650199449f1276667006bd93c4942068951e1f0c3871e237127, '', 0, '?'),
(0x2f9a2d7b17eac1accbbf63b96264b052, 'wp-content/themes/twentytwentyfive/patterns/format-audio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\format-audio.php', 1, 0x00000000000000000000000000000000, 0x7826f32f1a7b1894698ce11c9d405fff, 0x8c0ee7e8638ec014b6ef1416952c63c5affc747dbff4e51249db59b28517eb8f, '', 0, '?'),
(0x2fb0faca5eba0327d31ba87ed507cf0c, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/interactions-props-modifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\interactions-props-modifier.php', 1, 0x00000000000000000000000000000000, 0xba3f793b3228373c329008645dc8e027, 0xd95ff10f8ddcd95297156cced4e3a71e9971417224967664aa030378dd854886, '', 0, '?'),
(0x2fb4637cfb65a840ff0e972aa095f10f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5975.ec47d7901c29b860.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5975.ec47d7901c29b860.js', 1, 0x00000000000000000000000000000000, 0xbc1947d41b9697b20957087b2415b31c, 0x37db985d2a6355e58443fc51bf2b0a8c59bbf7a60fbcb8f9c16d666f9b738fc0, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\setup.php', 1, 0x00000000000000000000000000000000, 0x0977ade70e98a8ba54d6413bec7d4164, 0x91e5a1e99f8cf39c9ef727b64d4ef2132bcb10c6bac01252c0cc11bf1ff3677f, '', 0, '?'),
(0x2fbf3e6259f98079ce58dc14cd32a930, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-base.php', 0, 0x5df8d9098a334dca365bf0bdee6d1c35, 0x5df8d9098a334dca365bf0bdee6d1c35, 0x691ffa88dc5f54d5313163cf1d5f8f211a5c1cde7cbf26eda87f03497ce94c41, '', 0, '?'),
(0x2fc039faca6719b8726971dbffe80b53, 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x78f1addead3af4d1fba6d86e8f16de23, 0xf7180eaa3a7b03303b471b604ae9de16b66e1fc42cd272b7d75a4c42c6db214e, '', 0, '?'),
(0x2fde8e1fd0d9adabf903252c46f96881, 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\usage.php', 1, 0x00000000000000000000000000000000, 0xd37129e9a486ccc9abbc337417cf1cbc, 0x6206acbbbf8d298460d5e497305d0b30a02961884a63565abbee0145a4f90e23, '', 0, '?'),
(0x2fdfd6a49d7505f6a26d60a79594e32b, 'wp-content/themes/twentytwentyfive/patterns/binding-format.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\binding-format.php', 1, 0x00000000000000000000000000000000, 0x61db455922705b91787118f4409dae65, 0x79bbc8bc279699612da32c9ad01c0db2fa1b17a1273d5cb5a3ecaab800ebe17e, '', 0, '?'),
(0x2fe01acc7ff649128a027b6fe3658541, 'wp-content/plugins/elementor/assets/js/editor-document.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.strings.js', 1, 0x00000000000000000000000000000000, 0x405063e3183ea52391683765ecf8e47d, 0x10e9f824151da23fdf3a98c619e328e2da5565a4a52b7f98cc59638caf6ccf09, '', 0, '?'),
(0x2fe6c6507b5e60ef58156e76ac2afd5f, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInRight.css', 1, 0x00000000000000000000000000000000, 0x115566ade3c384875c0743c96d6e1645, 0x4f9a46221015a0426712b69d7cc60f0cde2d50ea9615e2c6967a1c031dd73eb8, '', 0, '?'),
(0x2fe8e3f07c899911b06fe90a7e1baf88, 'wp-content/plugins/powerpack-elements/modules/faq/widgets/faq.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\faq\\widgets\\faq.php', 0, 0xb71719198a2f0d5c628629e51fa8c232, 0xb71719198a2f0d5c628629e51fa8c232, 0xaa08d24a19b9122cd6b9a035dd7c7df793fce1b4c495e7df005de5cd65923b6b, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x2ff0f8e866b9895006ac106a3e58aabf, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x3d999bf75ebafc93be2defaa7cd4c0c1, 0x2aceca136b247846d29ff0ab85e227ed7156df0b92e43c1e5ba086379721eef3, '', 0, '?'),
(0x2ff24dbd5ab0bdcbdb14188387286668, 'wp-includes/Requests/src/Exception/Http/Status411.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status411.php', 1, 0x00000000000000000000000000000000, 0x7fd7b1ac968fa83449936349760a1a68, 0xe79c206fa77af7ba5ee57cc07dc56f1a4037020c0f1643093b392f4409dd1046, '', 0, '?'),
(0x2ff55b4d565a5360a9e4f98fbbc03faa, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\duotone.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0xc09b3d3e4bb2c7868279eb6d6e918319, 0x6fef9638ec2b38ccc6a7e38ff31409eafb37cc07da749b93efaeec5de98e63de, '', 0, '?'),
(0x2ff90f82718df9d50715cdd56a31ba2d, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-add-to-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-add-to-cart.js', 0, 0x67ac949c3759fe6cd1de44c22d936a97, 0x67ac949c3759fe6cd1de44c22d936a97, 0xd1444afc4eaaad332e1b64a55eb9b236397c678b3c3422ee240deae8aa5e3da6, '', 0, '?'),
(0x2ff9754e55e516aad582848ce5cdbcb1, 'wp-content/themes/astra/inc/metabox/extend-metabox/build/elementor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\elementor.asset.php', 1, 0x00000000000000000000000000000000, 0x693448d4d1ac953c622d57906fb73e2e, 0x4d73d5a52bc66499a07b5035093b96799835084bd6161137a3b379e4a98e5219, '', 0, '?'),
(0x2ffb2278ea167d9c749b58add2e7d3ae, 'wp-content/plugins/powerpack-elements/templates/woocommerce/myaccount/form-login.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\myaccount\\form-login.php', 0, 0x8a4c6ea515a14a6bc1c707f134cb0492, 0x8a4c6ea515a14a6bc1c707f134cb0492, 0x6078da839b9c248d06edf1a9e3ddfb2dd6bd2d6fb1ca67271c97c77450358d88, '', 0, '?'),
(0x2fffd22048b3fdfe0f171b3990f64541, 'wp-content/plugins/elementor-pro/modules/assets-manager/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\module.php', 0, 0x54feb8d6af5d44c9c6b8830faf81e1a4, 0x54feb8d6af5d44c9c6b8830faf81e1a4, 0x850e890532e63060279db27877aaa80cfce9632b6e25b4574ca84b6752c4ec8e, '', 0, '?'),
(0x301884881a91dbcdde4ac111dceb478d, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\semrush.php', 1, 0x00000000000000000000000000000000, 0xb2a115af585de736aa653bc6619d3fcc, 0x5e8eff5a85737f82f6bf03ae48a83b4a0250e548e1fda38df323142b8b783b94, '', 0, '?'),
(0x3018df7939bcd41f52c7029703e806de, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-fonts-menu-item.php', 0, 0x70be2c135bb74d5c15a9748d3a109bcb, 0x70be2c135bb74d5c15a9748d3a109bcb, 0xab36b499124979dc92021584b643c69e5aecd88ac2f73e27874d7065221f0d5d, '', 0, '?'),
(0x30248c47367e14482038fc3b152f52c3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0x2936f7d22fdd47387829dde45d8f7f88, 0x888d5bbafc1248a45f07ca2ee7cabf850246d413eb44fe5cefb0c66f91fbf706, '', 0, '?'),
(0x30257206bf6d83ce36fc325cddfc6738, 'wp-content/plugins/custom-facebook-feed/assets/css/cff-blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-blocks.css', 1, 0x00000000000000000000000000000000, 0xc0dc7d82c8eac9c45b6d942296ed3e17, 0xdbc225976b05365f072fa3b4e5e03a8537415173013bfcc3c5b5d5bdd65b75e4, '', 0, '?'),
(0x3026a00db13c990d5e5dab852e063e13, 'wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\base-controller.php', 1, 0x00000000000000000000000000000000, 0x4b298655668570781ef96fae43e15a50, 0x34b8ac88412002e1a121b239bd030805af0fc1148bfdcde439764a5127d697b1, '', 0, '?'),
(0x302a394c119a8aa57093809df71222fe, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addpage.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addpage.svg', 1, 0x00000000000000000000000000000000, 0x354994fee1785451fe0d4458db863aac, 0x3e4a516458263f50a6f88e97b52dd2f2bde2383fc31b1a175f3fdd0e8ea51257, '', 0, '?'),
(0x30327bde38eec574431f3c7144540cd7, 'wp-content/plugins/elementor/assets/js/cf6ec600fcf4e08ba6d3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cf6ec600fcf4e08ba6d3.bundle.js', 1, 0x00000000000000000000000000000000, 0x551a5ba868911fe359eda76e7bdd4c54, 0x9e3f240f43e88a2e9a310bb33f1cea6103aaccbd561b43b4c4ea43f51c279b86, '', 0, '?'),
(0x3032943b01bd232bbc2d5dbc71aa2ef4, 'wp-content/plugins/instagram-feed/assets/svgs/usertimelineIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\usertimelineIcon.svg', 1, 0x00000000000000000000000000000000, 0xdf13e5e155eb73b78f0a685b66169070, 0x30839a292d245b0a42db207c6959c540e1e82b56bcf4f0ddef307eee9725b639, '', 0, '?'),
(0x3033724fb66584bea93b702ba1ab732b, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-advanced-accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-advanced-accordion.php', 0, 0x6965b72c368b769d2bd2114199986a9e, 0x6965b72c368b769d2bd2114199986a9e, 0x8ef47f89a0b0f825e40bcd04e654c8ca8668414ffb311d4a89eddbaea15c26a5, '', 0, '?'),
(0x30340963629eb3edd8cdb732f93b220c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7190.01a34e6a13cf8ee9.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7190.01a34e6a13cf8ee9.js', 1, 0x00000000000000000000000000000000, 0x0c22d66d23031cffd42b861484f24cde, 0xc9def9185c52e4e55aff4bdc23e7b8c373fd08a1f75cca7deafeb2811552b667, '', 0, '?'),
(0x30343a0549600106559bfaf8bae1f3cd, 'wp-content/plugins/reviews-feed/class/Common/Utils/FreeRetriever.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\FreeRetriever.php', 1, 0x00000000000000000000000000000000, 0xcdde3be04397dbd8719a4641f6f290a2, 0x32924fcbb5a2a8a9f9387bac1fe14acb64549578fecfb8b472cf866ca566438b, '', 0, '?'),
(0x30343e48e4dde59b1b53f5a0689d5318, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0xc472ace2e69615cec472e3de26ede00d, 0x5910d6b1e05421ca56d1e43f1efaa94c108862bedf3751d9d63609082740b8db, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x303655a2346e0bea8a16be428d93e8aa, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-with-tight-margins.php', 1, 0x00000000000000000000000000000000, 0xae00e24703dcd69b6c6dbd7037867171, 0x8ff3ef9a4519e009a3ec1672afd402e9631fb03de2ecaeea55f0742e8c25c58c, '', 0, '?'),
(0x3037ddf2ac1dfa5d57dcaf00c0fb55b8, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-inclusive-language.php', 1, 0x00000000000000000000000000000000, 0x41e218ef0832438960cfa35b86f9c8b3, 0xc7eccb7f18a30077a146b83ee6aff3aa458f9a636e69816ede1097887b8bf925, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xb9169947faa9ef0931dc5921f47ad920, 0x22fa8683f2b9c0498bea60e9ee49d2083a09e4e64f581537ea86bc2919d2328e, '', 0, '?'),
(0x3042f16aaa665e50fb5d5e70ccc84381, 'wp-includes/images/media/default.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\default.svg', 1, 0x00000000000000000000000000000000, 0xcc8900b1b578db9f23e9ce5a65024934, 0xdf6e6d83ecbb0f9a669e657b7c384df7d93ef4a05805361dc1b530a0eef25c4f, '', 0, '?'),
(0x304a69cc921b86d02c07385ff2f2bc89, 'wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\upgrade-utils.php', 1, 0x00000000000000000000000000000000, 0xe4933b16aa5867efe0cc4ad1849b2a9c, 0xbae2aa23c5d41f74b2f0cb30ab2e6bd11ae0253c9b34a4510a636baa2e9b864c, '', 0, '?'),
(0x30592e71e17ee3f3f1c21f44e1e1cbd3, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\twitter\\image-helper.php', 1, 0x00000000000000000000000000000000, 0x9fa66d942c55aefc93ad652699fcab71, 0xd19401ee4866c9b09cb10012ecea465477d8fcb2ec8e30040e8cad5e634f38bf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0x3061880acdd18e81423810d16c295a60, 'wp-content/plugins/feeds-for-youtube/inc/HTTP_Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\HTTP_Request.php', 1, 0x00000000000000000000000000000000, 0x925b2e8ddd917f98d2d9df9c6ba5acc9, 0x7687bbb38d4e79fdad7e1d710dc4aa949aa76db17a574d98bb074ca24833e993, '', 0, '?'),
(0x3062ff04c5c69a5426467b93654d00e9, 'wp-includes/js/dist/latex-to-mathml.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\latex-to-mathml.min.js', 1, 0x00000000000000000000000000000000, 0x9c9656e7f6fc0f3cb8b35be2c938f647, 0x2ef44cf5eb33a74dbbb1322c08db48bbe79a2fb24632e6c0c9cdb7068ceafe75, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0x6098cf963aada6db89252ad458692b78, 0xd43fe3b142bbc8917f86a97a763b40ba427133a49f526f6f98a809778342c082, '', 0, '?'),
(0x306c68089a0970371343177b9b1086c1, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/support-members.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\support-members.png', 1, 0x00000000000000000000000000000000, 0xb9591a9cf3b4497e5e4adeeeaaf18891, 0x99d086e63885c29000b3b3a4ed1e596206e9e4a617afc112613fe2f0dc8b160f, '', 0, '?'),
(0x307321ec99c39d9198326ebb01ee1b32, 'wp-includes/SimplePie/library/SimplePie/Item.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Item.php', 1, 0x00000000000000000000000000000000, 0x17a677c95cc371093290bc30e72d49db, 0xdeaba4ac15f7819b9ddf5f057746187146e43fcf6b95e96a16fa8967c7458dc6, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x9283e65c0d25cfba77a7547741484ccd, 0xc9ce93d4831b4838c8bc1fa3475fbb50e605d01e9e3a7583fbdadbb103974397, '', 0, '?'),
(0x307b58d9fead904931cabdb21c9a4ec8, 'wp-content/plugins/instagram-feed/assets/svgs/publichashtagIconFree.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\publichashtagIconFree.svg', 1, 0x00000000000000000000000000000000, 0x2ccdb7e597e553eee2f7577fd39f6d49, 0x89123fea9830e5246a0ac2b248307b761c7e2d781d18c2e1005c49fadb035501, '', 0, '?'),
(0x3083b908d6f361cd4fb55a49047c49e9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\SecretStream\\State.php', 1, 0x00000000000000000000000000000000, 0xf057160b9748590720f102aec2b2b789, 0x117a1913495d8a5f1d8c0fc7b294a621ecae1362d188d736fc64ec750f59d933, '', 0, '?'),
(0x308621ce41174695863c3b4919cf7043, 'wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend-modules.min.js', 1, 0x00000000000000000000000000000000, 0xa3543601e9c09c9b8554ec6f6c8a2174, 0x6102c53c54dae079c445c270635bc4b5d1ef11c224a4624d0dc89db9c034cd2a, '', 0, '?'),
(0x3089c20ea86d0abd1094d711f2f18f31, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/source-instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 1, 0x00000000000000000000000000000000, 0xd5f3d64004094b8b8c4a8731d01151cd, 0x4112cac212f000849a0842603d42b5cfa8d3c3ddbb09290b04279c346fb91472, '', 0, '?'),
(0x30900d08eac60d652a016b036bf77728, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email-message.php', 0, 0x9fcfeb7b39e1aea20fbb7e2c2917438e, 0x9fcfeb7b39e1aea20fbb7e2c2917438e, 0x2684405b35434c2f3779e5604da46e6e38ab7d5e9cec2a7367824827d0a572ae, '', 0, '?'),
(0x3090939fc56bbf0f201e3fde9ed4dbee, 'wp-includes/js/jquery/ui/effect-scale.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-scale.js', 1, 0x00000000000000000000000000000000, 0x7ed45c87ddfb9cdc63c53a6a4691ab27, 0xd041e5d405a61a8ba82916f3e6e17b9464d1d84cd537f901b3f78923618dbf10, '', 0, '?'),
(0x3094df17ec7a7bf29926e373c0a94388, 'wp-content/themes/twentytwentyfive/templates/single.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\single.html', 1, 0x00000000000000000000000000000000, 0xd148deef805d62d64b4556b4b6d061b1, 0xa6f697241f39797ee694b6cb5dcd9180b36b65c23746657fc1eeb5a0d8fe0443, '', 0, '?'),
(0x309cf73c4be37d089faa8c9d9dd78710, 'wp-includes/blocks/image/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa1a8cfda6f3083ef91606895f2679d65, 0x1ff5e8648d6ad1a845514eb3cce73cd767e537dccb0b6d0e9654e185f947dd7d, '', 0, '?'),
(0x30a131924da475613c2c7a93c5fc338a, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\confirm-dialog.js', 1, 0x00000000000000000000000000000000, 0x8333113c8160284025e956c8b8351ad5, 0x7da11e0b5d1acf386a1739ae4754789d34d1347d3f05a1e4581fd523aa7aaa7e, '', 0, '?'),
(0x30a27da338fef136beef9f73a0eef107, 'wp-includes/js/dist/script-modules/block-library/form/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\form\\view.min.js', 1, 0x00000000000000000000000000000000, 0xb9228a18878ec1747be62b262ecf977d, 0x56886dc2f03c8e275c08f03794afa8635237618f5f8e9591c9d2d78cf84643d8, '', 0, '?'),
(0x30a48e40eb539ad487be53c9dd5c243f, 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-body-colors-configs.php', 1, 0x00000000000000000000000000000000, 0x61a8927189df94b0b0bc160a5e104745, 0x30d227b94085c91575a1bdad025e73fb7cd71164811f04274c77095df30207b6, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x67367086b209f7badb44e7044e6247b0, 0xde7a2cbdb4a059a2f751f8289f046874913b258857ada27428f6e77f1c1450ea, '', 0, '?'),
(0x30a9b956e1ed3103d70b6f6f092cdcbb, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds-type.php', 1, 0x00000000000000000000000000000000, 0x2d71aff352881d3b35104b73e16a9281, 0xf06db325de00b231b53b258d8231c2a5f37c75f484d74b0c82e4472f2ff5b257, '', 0, '?'),
(0x30be5b1f3d66fb6641d3d853ce88b55b, 'wp-content/plugins/elementor/assets/mask-shapes/octagon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\octagon.svg', 1, 0x00000000000000000000000000000000, 0x7e7baaaa065de05eba03f1cf6324534b, 0x9f3ebc9a129c8cbdc00a037d6949ec2e964670b83ed26b97605e212ee699dffb, '', 0, '?'),
(0x30c1f57a07f988fe5dfbc842c7267820, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Heading_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Heading_Control.php', 1, 0x00000000000000000000000000000000, 0xdfd180fd3de93ba3e3864a6b0b1a45d6, 0x00cb388729066da9611a73b7c63a66d8ba99e3e9aadeb0aaabc6d26cfde760ab, '', 0, '?'),
(0x30c3c604368470a9a8fdba3627b1a2dd, 'wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x31e0c269f359797748cb5804341bbc7a, 0xa1f6e69711d4f8c03480731f477ef8cdc69666aa56caab14f82e7e627edb0399, '', 0, '?'),
(0x30c9d71bb6c39095bc1616a789fb76c5, 'wp-content/plugins/backup-backup/modules/review/review.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\review.php', 1, 0x00000000000000000000000000000000, 0xd6509aca1be963ad5593cad943f1b2e5, 0x5d87497f017369e791aa4d031f90efec8d2a84cf0d5e7dc774464c9aacc54c5e, '', 0, '?'),
(0x30ccebe96d26ddd5228c35a220c2b554, 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\context\\meta-tags-context.php', 1, 0x00000000000000000000000000000000, 0x2ad31e683c5f7e9b41ec411acdfa45c4, 0xc8747981819863f315cb33a7d19c27a6d5bde9a924edecc76a9dc294fee52d11, '', 0, '?'),
(0x30ce60f47a4d26dd5063f7170af49b59, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/content/post-collection-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\content\\post-collection-interface.php', 1, 0x00000000000000000000000000000000, 0x0efd67bd222d9a8d27a9cd0e08f5753f, 0xb7c0c76f5f0b2159e82926942dc73ad262fffae95b17362b5fbadd8a6b7ae532, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0xcc1182a9a6355e2f321f3ad9f8d85087, 0xf78dfb96758c0d51e4ea7e98278629166cf1e574f1a859d9164b5fbdfd6941a6, '', 0, '?'),
(0x30d14fa2718330939b5c1e1b59518c4e, 'wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\module.php', 1, 0x00000000000000000000000000000000, 0xbb9561dfdadec155e0a4b3a2ddad3fe0, 0x3fdaed49cdfefbf8b0e1cd03db7e837ba44f4c35b46c146f33c4bf70c293b3bd, '', 0, '?'),
(0x30e5be4f5dd9cdf7101db1638c52aaa4, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x1c304204d65105340e4f2f5efd3ab018, 0x30264cf634cfe2b2d5ebcfb49d7a5e8eae317757da7a38700287d6fda325d124, '', 0, '?'),
(0x30e83bf876eacca167635a3c3f062783, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/162.1d96e77c185b05ae.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\162.1d96e77c185b05ae.js', 1, 0x00000000000000000000000000000000, 0x950347df9a85c58c7570c70dae967ef2, 0x64f6c1551698018490f5f99398cd0c163b44a0f3fe8f50132cf73f1d5b5f1b05, '', 0, '?'),
(0x30eb8f429e47d1e9b9f524bfbbd2f579, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-700-normal.74cc1401db38ef90.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-700-normal.74cc1401db38ef90.woff2', 1, 0x00000000000000000000000000000000, 0x063235f961d52d8a2e452ea6783c5e24, 0xd71dac34b4a4ba6d222c7251087e5cb64f81fa798bf2026c8b314467810abe38, '', 0, '?'),
(0x30fcdd315d8a49c8b840c8fd1c384998, 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x30fec824583846a16ec583156bfdeedb, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-dom-rect.min.js', 1, 0x00000000000000000000000000000000, 0x74f4277e281f4c0f34e0e85b1da10776, 0x26a8b8e6cca5469e7aa1d58041a19d12fb07a871651d8301257c21a5a3159f89, '', 0, '?'),
(0x310208780988bacf0c1d14e22afe83e5, 'wp-content/plugins/powerpack-elements/modules/pricing/widgets/price-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\widgets\\price-menu.php', 0, 0xad86c6d91ea23157ccaaf5ce1dc03394, 0xad86c6d91ea23157ccaaf5ce1dc03394, 0x877ff7265b3d52cae1aa343a14ce61a0b7ad23f99d04024039979281b4c39c63, '', 0, '?'),
(0x3104b08f2cfdb255a18442845bb000c4, 'wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\personal-data.php', 0, 0xca01b6b00331ea5a7895aa579b00d87e, 0xca01b6b00331ea5a7895aa579b00d87e, 0xc0c7b1387735796d5eaf04701d24c346d55d6298aa35f2a25dcd37339d57b15d, '', 0, '?'),
(0x3104ee893ff4e0e0c7ed3c0ea48d3ab0, 'wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\widget\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xff5b0c0a28ffde350f6db99fd6278666, 0xd27230d990ca8850e5cbe07b9c93a7c608c5542ca98c4011017f9f8c4b8eab23, '', 0, '?'),
(0x310bd984355960365278273ad942ebc5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Container.php', 1, 0x00000000000000000000000000000000, 0x734de85a4c25fdf541aecfa0d3ec7383, 0x35a80775f14c6730983d9e9aec558620ad786e43ac59bef5fa3746c00d2a7b00, '', 0, '?'),
(0x310c4187b22d954f2e384033c95cd1ec, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xf789e6d53916b504417a9096cc1cd7e3, 0x05d0eb43f3e2f8bc8484cd464acfd1864d69cd96d3e63fd9ad251381121ac13d, '', 0, '?'),
(0x310c9a7f3c8737398110feb9533364a5, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\score_icon-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f4a5ae146f595f3aad56465a0990112, 0x32f1fb74639db47a66816acf646353776ef5a587855040c1a372c3757ae41ce7, '', 0, '?'),
(0x310e59a3a5f4e64ebe7d637ef88a2602, 'wp-content/plugins/elementor/core/editor/editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\editor.php', 1, 0x00000000000000000000000000000000, 0x063d7e60fbd9eabe3f68d4161b58fab5, 0x8d43bc54a143cba4ed0b38542d284d7f10804dcb7211b0ae1ae45b56a832c5b7, '', 0, '?'),
(0x310f45d5cfbae05346ef54c3ba45b3a4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x28b9c5a46f6a0671e05c4e23b9b73efe, 0x9151fc061f33f9da1f5bc502f19683febdd01f2972c10640dd73d7437e2ffc89, '', 0, '?'),
(0x31120f710f159581043264e4d6fad1cf, 'wp-content/themes/go/dist/design-styles/style-welcoming-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-welcoming-editor.css', 1, 0x00000000000000000000000000000000, 0xe2bbc277c9b012d14e8373a77a8635dd, 0x5d1cd67727b3a740c57e7ce00c46dc43fba205ec9dc3588cfddaab3a8008b8e9, '', 0, '?'),
(0x311546ab0f273236b798a70bbe24056e, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\black-friday-banner-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xc951995578adbca007ea4456e3feb778, 0xc16faa0a8ffe999163910c6e565ef52b1dba36e6f39e44c553647cfedaf2ee10, '', 0, '?'),
(0x311662f36d300378f515f1d1a18381f4, 'wp-content/plugins/powerpack-elements/modules/team-member/widgets/team-member-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\widgets\\team-member-carousel.php', 0, 0xc5baadfcdf97a81e411e53f6f8ec6fa4, 0xc5baadfcdf97a81e411e53f6f8ec6fa4, 0x0eb900bfc8e403bd955a0a9c9f10cd5f26ec0fcab717d9b74d9abc55221bdd30, '', 0, '?'),
(0x3116f7092bdce20dbcdc6786c76e20b1, 'wp-content/themes/astra-child/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra-child\\functions.php', 0, 0x3796691adc7bb6b816b234b0bdf99ed5, 0x3796691adc7bb6b816b234b0bdf99ed5, 0x62866bc4bc6c8b968ae2b07b8c7804e6d092c6b25a12837bfdc530708f369152, '', 0, '?'),
(0x3119f70cccf199e5e27da6947f8ccbfc, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/terms-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\terms-collector.php', 1, 0x00000000000000000000000000000000, 0x952bedfeb1d7025b848518009fa2af77, 0x08d6c54e6c12ed2590923dcb3d35bd5b7d091c5781b55899991d5f7e2e2e285e, '', 0, '?'),
(0x311f28f51c786721609c16c0adc84e94, 'wp-content/plugins/elementor/CONTRIBUTING.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\CONTRIBUTING.md', 1, 0x00000000000000000000000000000000, 0xd079aa87de7e08601ca99ebb9f4f5b06, 0x3208517f471706324da1c18cd391be73a92de47ff5ced593e03844392bfc85cd, '', 0, '?'),
(0x312049d74a34c2b8f7219f62d3042234, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/content-ticker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\content-ticker.php', 0, 0xa9b0164611f3784c7120ad331f30f9c0, 0xa9b0164611f3784c7120ad331f30f9c0, 0xe0b4f71c04606b41e12295947274de3c3346fa16fb781bc6a00cd0ed509cb83b, '', 0, '?'),
(0x3122783bcb0d7779e63a0698a5952511, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Datepicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Datepicker_Control.php', 1, 0x00000000000000000000000000000000, 0x2cd8917a296329e1fee8e79350708deb, 0x927f740579ee4a4105b16a37375f9e4dba9713ffa12c5e94f8f7a73d8dc8b37b, '', 0, '?'),
(0x3124863ce9cd99d9def8f8ebca66ec8f, 'wp-includes/abilities-api/class-wp-ability-categories-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability-categories-registry.php', 1, 0x00000000000000000000000000000000, 0x2b6d961575fa509f481aa0ef4f9ed78a, 0x3334cb2fb705d86dd143742375341f906c56c0c92ba0ca3d29cb61dbbf5e9bb0, '', 0, '?'),
(0x3125b2b18e45d248c6b097f26ebfa561, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInRight.css', 1, 0x00000000000000000000000000000000, 0xe3ac95ddc3a869e87f3cbad4f4c65e18, 0x3e1bfcb200625435d488073764c263529698f889c1ff91df6b580be211d78d04, '', 0, '?'),
(0x312b4080a309ad71dedf01f747eadbb6, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\notes\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xb3c9fe09e134c17658d993afde9bff26, 0x768bec563eda5d79ec53aee1432ece44eb37da576b7aeb87d1842879e95c4b9a, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x236647ab0dd682b78b42eeac9f672030, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0x31303f734c03369a3f155630bbc1c504, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0xb71cbf80e7cde728cfef8fd1352f1472, 0xcba7d1f758e49d90e0b2a402dd4133ebe817498f91f6c9dcd4e2f6d3f9d14441, '', 0, '?'),
(0x313c35d3c02d3db2db85ea96e012efe8, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x888088bfe9950c736f9f21886406ccc2, 0x966bd98095eb8b3d1fcb5acd047af1f10fae3aecc4185f73d7a28162f451e391, '', 0, '?'),
(0x3140167e3d7ef91ee8303021fd767193, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-700-normal.7d02944e4c23f802.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-700-normal.7d02944e4c23f802.woff2', 1, 0x00000000000000000000000000000000, 0x8fa74259bc5990eba434d437c7ca9c53, 0xd47ba295013b575410a516e23e841213745a0d0c8e6d1b4ec3203053387c2f31, '', 0, '?'),
(0x3147d145ebb72ee9675ca22a810245e5, 'wp-content/plugins/reviews-feed/assets/images/sbr-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\sbr-icon.png', 1, 0x00000000000000000000000000000000, 0xcd00460aa9e24606934b22f81e84f669, 0xcd4df2cd8851ab52e620af768f3dd573cb384c2d9a138d987aff48e52428d14f, '', 0, '?'),
(0x316851ed60da8486e12cc47415078ec2, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInDown.min.css', 1, 0x00000000000000000000000000000000, 0x77d415e3fdb1f9098975a9fad6bb2588, 0x78359773b1133837ae4fbeb2e9fce622bf7879c304193ecdee301fd798fa8327, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\admin.php', 1, 0x00000000000000000000000000000000, 0xe81c545ed931eeeae3e01e17f841887c, 0x59e0e325d5b4398be0168ddd4ea0d73f5c765c619e1b01904dfea6b47edd8b0b, '', 0, '?'),
(0x3174127940764760b531279cbaa5cd12, 'wp-content/themes/twentytwentythree/templates/home.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\home.html', 1, 0x00000000000000000000000000000000, 0x7f75f632daed6d958031d30a12539c43, 0x184c0ad7c9b765927427e99f85c9e253470f5958d1839be3c121fa0415b14e97, '', 0, '?'),
(0x317c76ff3cf9e29d2d5692a1415d13ed, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-installation-error-exception.php', 1, 0x00000000000000000000000000000000, 0x0a1c14a11f1028fa389c4be7caeb09db, 0x5c8a8511b226fe3a2acc499d99b8b1308d1429d17a01d689f7d69cabeb57f201, '', 0, '?'),
(0x317ddc6549d34027208528afd22d8abb, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Analytics/SB_Analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Analytics\\SB_Analytics.php', 1, 0x00000000000000000000000000000000, 0x1cc09c03f5b8554f042a4bfe135f96b7, 0x6a1f49182be337a43dafa851a6b888930a20c3a56b5e66b2c3ea57c2222ccb22, '', 0, '?'),
(0x317e05f1fbb88ff75d27356aa61e9e17, 'wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\products.svg', 1, 0x00000000000000000000000000000000, 0x1755ac96279cf30ecb505f5c82831d9f, 0x0abb345093621cb188e303cca8591bfa4d73a957ec7d21ca35821135524bfc41, '', 0, '?'),
(0x317f159b82280b733dc0f1e1887ba9e9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\templates.php', 0, 0x950f9ba87a2bf9960dcd2fd14943fd37, 0x950f9ba87a2bf9960dcd2fd14943fd37, 0x5d3c7165e597438dc86ec96215ab665b728cba819001a0ea514a21f315d5c81a, '', 0, '?'),
(0x31810b7cf8d1d8fba472dcd9e2b8a2a6, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0xd6249cfa9da3493cf8c5bc553286bd20, 0x6c110118b5910205808876f8b212db0e5e701f141626c75c08c232280580f089, '', 0, '?'),
(0x31820c8476d864788df6b86c4d4ce92c, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x9d722a44aef573ccd1f5999e40cfe9ba, 0xe73fb7a5da0b8ff6bb71b8d003120c18f35d7fc5693b886dfa4cbd090b316f4d, '', 0, '?'),
(0x3187175a33973f73927d6ebd0610f982, 'wp-includes/blocks/post-time-to-read.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read.php', 1, 0x00000000000000000000000000000000, 0x768e749a8107499157c6626630a7b735, 0x8b8a2a1b953f5e6a640b24d0462ee4576b832100e5c77b3bdf7cac916c500959, '', 0, '?'),
(0x3188c32f0960d00873b7e1a3d53b3d1a, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-repository.php', 1, 0x00000000000000000000000000000000, 0xdd38e03121a18f5724b862181a96fa4d, 0x4e7f82e083488d038adacba8f1e631e46f7459580401c5405d6b9a599e894fa1, '', 0, '?'),
(0x318cf83c83efaddc3f45dd10281812c0, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\notes\\editor.css', 1, 0x00000000000000000000000000000000, 0x83884e9abe18b12fd2615abd15be5fda, 0x4a8b6c2f8e0f5d8575b55e4e9172001afbc639bc41a2d0b3081171f662a9f631, '', 0, '?'),
(0x318e3ce1d22919a7a9a8307fe648e3f8, 'wp-content/plugins/instagram-feed/css/sb-instagram-admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sb-instagram-admin.css', 1, 0x00000000000000000000000000000000, 0x266fee8c0e7d37b1a99f3cfabcd482d0, 0x2220e7d79e9f498b74f43813b0ac56fa0bda350de3dda0c8d33f2d0be61e88b7, '', 0, '?'),
(0x318f61f5e56231e00a74cda08776e686, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/single-album.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\single-album.php', 1, 0x00000000000000000000000000000000, 0x56fc0ed7fe8ee81e5d57bc30ff4dac6c, 0x51ba15fdae2abd3359268c2bef1aae842bcaabfcde04106fe56893015443e796, '', 0, '?'),
(0x31929f18667ca61d5a7a09a977be3498, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x31a2d915fb8db2f1c84439eb14d30677, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/search-console-parameters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\search-console-parameters.php', 1, 0x00000000000000000000000000000000, 0x73935d404c2f97dd8b3fe0b6bc25dc8f, 0x0e8ed19c1378e75220b6aa996c0a1d60e7a0d60aafe5bb20a00f9a792ecdd9bb, '', 0, '?'),
(0x31a993b8002eb39321a16e0284e6dba0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5484.3ca807a39a35b9d4.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5484.3ca807a39a35b9d4.js', 1, 0x00000000000000000000000000000000, 0xbf87bb4bd58d6c5458d41bdcb378914d, 0xbb503e46571bc51c4a5505a31590cd0a8cca0e8cb2880277c338ed56e3f82e29, '', 0, '?'),
(0x31acdfc71c5fc590251bc5caf25bae28, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xd164febe909406db2f7045e79247f87b, 0x87438ae4e6272e5bef5c6061ba91a638d692ce7156df4dd01d7b63d61d1605a7, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\url.js', 1, 0x00000000000000000000000000000000, 0x157843c3eee05e16d1d75184f0064082, 0x64d9a677e879e3398414d1a134aca328a2d5a65e472c0524228872cafc01eebd, '', 0, '?'),
(0x31b7b1e66595e4a09b8b783ad728d139, 'wp-content/plugins/powerpack-elements/modules/custom-fields/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\module.php', 0, 0x2aad5757a85ad85d0a67fe45acc0c9df, 0x2aad5757a85ad85d0a67fe45acc0c9df, 0x30befd9d4b6534827ca8adde28ff2b22fd54490a4074e151d7f252e9e5bfa5d5, '', 0, '?'),
(0x31b94378447b1ce29cd5fb51ca4d96fb, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/icons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\icons.js', 1, 0x00000000000000000000000000000000, 0xfbf77801c4ccfb65fd373eab34de562f, 0xa530eb16e9a7c62e7adf6fad1d544aaddc7738a454cd89375285ffea0ddfea21, '', 0, '?'),
(0x31ba8713ed277c9675f1a0352b863d71, 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\wobble.min.css', 1, 0x00000000000000000000000000000000, 0x0816e87c03e2329ab36f9de05df7edca, 0xe3feed101627d2c69a61058961795a34db2591239309719c2144efa943f26da6, '', 0, '?'),
(0x31bb1664d4eb57c02a0d38ce442a3017, 'wp-content/themes/astra/inc/blog/single-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\single-blog.php', 1, 0x00000000000000000000000000000000, 0xf23b372126f535aa5efb967967b826a8, 0x31e4dfeb510fbb66dbe6d2ea4ba73f99aa8355aeb897129b3ce72ac12bf4732a, '', 0, '?'),
(0x31bbe4bba90861e480205d8fd67c39c2, 'wp-content/plugins/elementor/core/utils/template-library-snapshot-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-snapshot-processor.php', 1, 0x00000000000000000000000000000000, 0x4a5126c9ad993c012e490ef51745a8c3, 0xe8a639b74492219be37f82a99fa42fdc33141f639e91531d237a4164edb94d7d, '', 0, '?'),
(0x31bfa76e05d33fcd14848a5966f87879, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.js', 1, 0x00000000000000000000000000000000, 0x1e61ace123ec61cbb22a1ee55d8a7b88, 0xefc86573dad825f87f9419cae3e227509c3c18d98b0512ee91477eade8108751, '', 0, '?'),
(0x31c54977dadaf22b9540630720045b1b, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/visitor-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\visitor-type.php', 0, 0x4f39e12b24522fa7b7d5246c382c50c4, 0x4f39e12b24522fa7b7d5246c382c50c4, 0x06589c079fe49b070da80d496536ff1d80336c1123a378da7899a81391ff4fe5, '', 0, '?'),
(0x31c5fc57cd8eb9584416183d2da4a096, 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\howto.php', 1, 0x00000000000000000000000000000000, 0x4ba43ad29394a12089c2d7d3b73bf3f5, 0x5c4d32c1b2fe730ed21d51ccb04191ffac9fc286e3a2948eb270bfbd5c2fc8ec, '', 0, '?'),
(0x31c9c5ae785d61270b7671b22fdd39c2, 'wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\share-link\\share-link.js', 1, 0x00000000000000000000000000000000, 0xdf60cefc3f6a6242e8ca46985a93fbde, 0xeb3952a3811c11205b87bb15fd10dc610cd46e2a020ec0628723178cbcae0fa1, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0x31d45935c9e6a797c8dd39d606614945, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-pushengage.png', 1, 0x00000000000000000000000000000000, 0xf1586efe00750e660730af4a2795ce30, 0x4c961931c8e24626bbbe03d42889aac5829de1d4e90b059214c31abd2215f802, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x31dc6f43603e7fd9606e1713e8cae81f, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_MX.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_MX.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x31dd327e0efd5906eeb30e4a0bca1ede, 'wp-content/plugins/elementor/assets/js/new-template.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.js', 1, 0x00000000000000000000000000000000, 0xf889a367ab6f788fe30c0211b33cd294, 0xdc07566102caa0802bd74cb3e714d7db4879180c77f6d93f906d21623f57d47a, '', 0, '?'),
(0x31dd3a7e037f1237d8a902e06a5a84dc, 'wp-content/plugins/wordfence/js/vue.esm-browser.prod.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\vue.esm-browser.prod.1778081072.js', 1, 0x00000000000000000000000000000000, 0xd62cee0c650a1919fd1ac207d3598473, 0xb9cfb581dca7bc3e347c6d62cb02fd850cb173915d2850a56f25391d9311c72e, '', 0, '?'),
(0x31e1bf9a95f6d0b97236e75089a7b0b1, 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables-snapshot-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables-snapshot-builder.php', 1, 0x00000000000000000000000000000000, 0x839777becfda64c2a2fc01355fe85154, 0x2bcce6b26301a42754f73cdc3c8f4d3c0b089e99388c26eedef8aa52fba2e5a8, '', 0, '?'),
(0x31eb17a4de5852bfc8355f75f40c2c71, 'wp-content/plugins/elementor/assets/images/go-pro.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\go-pro.svg', 1, 0x00000000000000000000000000000000, 0x265cbe78c76678cb1ce6b46ce24c939d, 0x9befb0bceb6da1c5039ce2b3e2a2714fc3c2b879899c7879280606aa6ec8ebee, '', 0, '?'),
(0x31eba2c060b780102186dfa74135f736, 'wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\wp-error-exception.php', 1, 0x00000000000000000000000000000000, 0xd18ab4def0025633f24aedda35caff73, 0x6f7842f6b045c4e195e84dc21d00d31a6dc87ba51fd61edcdd681e22ad5c07a0, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0xe4a49df71f8b98c1d9f9d8fce74d89e8, 0x0546c6d481a9e535f81d0aa4b5d6d3e0c21a888ec73048c830c7cfbbd6ead347, '', 0, '?'),
(0x3202c20631b495cc9b32c6f57b23e555, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon3.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon3.png', 1, 0x00000000000000000000000000000000, 0x3e5322fe33bf99b42df26e4d9d3d7023, 0xc8bab395c2caba8ddbc77426576c8b5d481c502dac8c6a3fcdd510a4ef7b607d, '', 0, '?'),
(0x3203047a5d6a38b5709281c7f0f3bf29, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0x6ad4b98f649be4d46a7f6eccee5d003b, 0xaa204f4c5f560ea76f774bae7230da9afc0430d2252c9366367bd9ff3ff73649, '', 0, '?'),
(0x32035acd76b3079770247881401756c3, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache.php', 1, 0x00000000000000000000000000000000, 0x6bc9e7e8f1a0e17326980b3d974ce2a6, 0x9fcb0b9eb23272659723b79578b7e568003e9aee05f5fac4cbaf5e081368db36, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\a11y.js', 1, 0x00000000000000000000000000000000, 0x839cc4d82ece22b07349bb88b9f67fb5, 0x1be0c9dbf6440ef90e2c5758a6e94b4c7402ee9ba6942dfe0fbd217b7dea4a7e, '', 0, '?'),
(0x32150ae9ee317aa5757dcd06a2543821, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x444e4a6222ad37eced9a30709525c705, 0xc89a532b1e2d5ea3df20f1382e7467a286dd28806f96be3e88d2f1aa85d939a1, '', 0, '?'),
(0x32153d32116d2dc226ec79e02aec3f15, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ModuleNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ModuleNode.php', 1, 0x00000000000000000000000000000000, 0xddc323e1f863d0a5e954b8bb6bb73737, 0xf99863f005a02af655cd85cfb20ad544e5e41d3a684ece4e4a93c169fec79047, '', 0, '?'),
(0x3215bf9001c78c5679f64e9f3c9abbd6, 'wp-content/plugins/elementor/assets/js/app-loader.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.strings.js', 1, 0x00000000000000000000000000000000, 0x32fd9724816f529f43c8df5050adeb70, 0x82e8aeb0721df3a25b0426dd4c318175b66bf4d3bad67918665554783a11bbb7, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\clipboard.min.js', 1, 0x00000000000000000000000000000000, 0xe27391ffa5b7b7646a497ede69b554e2, 0x5181bfdce25d711046a8faf685d8b65589cd4ade22109688ed930dd7012f5e30, '', 0, '?'),
(0x32260cb4901f73ed1979de686daafd75, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x530aab952c46f0cdde4f924d5e3abd59, 0xa4dcc210aff47b85ff0324c2c547f3b61d8cb67055d4051a376b46c4c542137e, '', 0, '?'),
(0x322631475c5ee474d72dce3c1905869b, 'wp-content/plugins/elementor/assets/js/announcements-app.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.js', 1, 0x00000000000000000000000000000000, 0xd6e41c92e2c43236c17a6bcf9c9adebf, 0x3f45e0113d116b1311b0a089a6bce8545d588ca57c5b46d48039c9223dafd544, '', 0, '?'),
(0x322b13688b2b9fed1ef3b9d586083604, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/perspective-origin-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\perspective-origin-prop-type.php', 1, 0x00000000000000000000000000000000, 0xfa7ee5a621f6055976d0275d7b45f126, 0x2745ac9488ee2259ea23b2abb7211ec6699e394299665eed30b4fe9c12303828, '', 0, '?'),
(0x323cac5e7ec890ae35cec594b7024c97, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\background-top-left.svg', 1, 0x00000000000000000000000000000000, 0xd9f8b58c325a5627854ca602d85a2c79, 0x8800127c97cbdc12b1c9e81949bb0a2c5cf34230928a98befd137424a9b2f1ef, '', 0, '?'),
(0x323fd75569043a6b02259f640fd0f306, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0xa7446567b9327a299a6102f8384b1239, 0x3bbeec053c1f3d5b72f47f1903d12e4933059f4adc09306fd544dca80338f540, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\template.php', 1, 0x00000000000000000000000000000000, 0x5da0c9e36ca08702205c712e5ded041e, 0xb06ce49100a31c0588fb895e89b330828abff7b7bcb05d4978beb353975a36af, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\wordcount.js', 1, 0x00000000000000000000000000000000, 0x54dc5ae07debe3306f75fa7544e45342, 0xca1ae555094a94f0e5ac6b50cf3940256712e5ed0808f384924c18dc8588b9b7, '', 0, '?'),
(0x324639b1a8b263f1272ad4432e2c0f98, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/category-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\category-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x22c13fe1e588d64f74e678b6d643368e, 0xaddeb7dfb3ab3ee43db881743cf293971ea14831be40c5a99d0c4f18653a0df5, '', 0, '?'),
(0x3248812d872dc0fb89d16bc56c333a76, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedCacheTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedCacheTable.php', 1, 0x00000000000000000000000000000000, 0xd26cfeb2e7972d05dc4bbfc17639ec8d, 0xcdb3ee57f62af9d89777107f783341503901c76725d6515b6ff557c00d3d806e, '', 0, '?'),
(0x324f38ca570124172f22b5349a380c97, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_UY.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_UY.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x3254afdd9d58e5231f83c6c4cb9cf890, 'wp-content/plugins/feeds-for-youtube/templates/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header.php', 1, 0x00000000000000000000000000000000, 0xe461841f57f0bf61b5058d164e51e652, 0x4422835357ee2fd2106f5443d36abb40bfea6df9dc91ca5a5341305373928622, '', 0, '?'),
(0x32582f7cebe80e1bc6be4a6c1b38e03f, 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x81c653851b07f3fb7c8119b759d6c10d, 0xac770e9d5e44b6bc1eac3f0fb65846b181eb897a62a05358d9e4cbae5dbf172e, '', 0, '?'),
(0x32598b20ec03be6f7126ae5ae70ef9ac, 'wp-includes/class-wp-block.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block.php', 1, 0x00000000000000000000000000000000, 0xfbcd1fa3e8816b6c452058bec2fddae5, 0xd03f9bd547064c6d063ce5515589f4f91a402a0ded3e4fd5582f46c221e20013, '', 0, '?'),
(0x325d700cf87507100ffe9fdc8b8aab2d, 'wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in/opt-in.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-v4-opt-in\\opt-in.min.css', 1, 0x00000000000000000000000000000000, 0x705392195d0eaff52f00ef43e02211af, 0x0d40cdaceccb067b2bece62c867882c5a7448da15b302b1bc926e22f4fb10137, '', 0, '?'),
(0x326311c4f3d34d49dd0eafdc12d6fe39, 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\jello.css', 1, 0x00000000000000000000000000000000, 0xf1047278f08e329c83d37a6922f7bf23, 0x2ddf87ac29aae82fd722362c1ec8d49f99a1a6c944e3e7e68bb14743f03e27b0, '', 0, '?'),
(0x32667e01a8ffebbc76f6ee58e033e84c, 'wp-includes/blocks/post-comments-form/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style.css', 1, 0x00000000000000000000000000000000, 0xf30fc70cee53d2ccf56b251ed2b1a308, 0xc99cbd72c5f3f13eedd8e26862f4304596a72a0aa07cd9d18c6705c49d9eb16b, '', 0, '?'),
(0x32676cf3b8186243e564be4d60489afc, 'wp-includes/css/dist/block-library/reset.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset.css', 1, 0x00000000000000000000000000000000, 0x2458e27952eb49b814df53a7c51ea21d, 0xd10ea5da3283626da07156081b9d0b0ec9bb2c35a8ce0ad01d8065f73372c390, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb6d055b143028e0ce0d17c5c94c88aac, 0x8365ba9abb4c54c6340760672e1be28d2f6d2703db29e2caaa542b4ed322baab, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x327d0cb9f1e1437ff6e517d5c71ac78f, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0x64b3fa3b8fa19562caac6990273fc822, 0x816bb3a7a5a393186528183847e1d263662efa41047d32cf2fb0658cc3affca4, '', 0, '?'),
(0x327f027ddcbde6a55128cc2c53a6c37a, 'wp-includes/SimplePie/src/Cache/NameFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\NameFilter.php', 1, 0x00000000000000000000000000000000, 0x5d9aecd584f06e91190da01e2f560b8c, 0xa6efc7c59d18e98d7da925430042029a997cd1559397700da6474d79e55ddeb1, '', 0, '?'),
(0x328101c31a138efea0894658bd7e59c8, 'wp-content/plugins/elementor/assets/js/nested-accordion.294d40984397351fd0f5.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.294d40984397351fd0f5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x82bdbb8c68f7005071fa53867c50985d, 0xea672bcb4d61d0cb0402f5de4b0fc07b8f1d82510b4beb069184cbbf2125b953, '', 0, '?'),
(0x3281c66fca5578c897180199d618f565, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x28fb68a3497ffdfe67cfa8d919bc3839, 0x413a1ef5a2f0beb959f7b8c46543dfd7c5bced671197d73947d0c8504ab639a1, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3288bbd021437ce8b25234b5d8b6b64a, 'wp-includes/blocks/paragraph/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style.min.css', 1, 0x00000000000000000000000000000000, 0xdaa09a2e36a4965d0c1c28f872dc1cd7, 0xe0900315950daca134f0eb14acdea0f717b426df5f9a78215bb4787e1011b4f6, '', 0, '?'),
(0x328e7b29539141d60068092a11fd98c7, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/welcome-setup.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\welcome-setup.jpg', 1, 0x00000000000000000000000000000000, 0xcbef9cf0da65ce56a1233d9588f237c2, 0x03d06567ab98ba8ddc7f6f7c2a538eefda822a7235b75136d15dc011ef65653f, '', 0, '?'),
(0x329a3ba564cf5d61ad55529a703c4a85, 'wp-content/themes/go/dist/css/design-styles/style-welcoming.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming.min.css', 1, 0x00000000000000000000000000000000, 0x7f4e3f600b4020552852a28f4f5c3fe3, 0xbf909796a92e5ae6aba3b3142c3fb626b2b2e9c6d0d2ef377e2c45e39217ba01, '', 0, '?'),
(0x329fb2dbf35f66cc02605ee640c15922, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-icon.png', 1, 0x00000000000000000000000000000000, 0x9cddbb8f1d81428f02583f98fa5a7195, 0x89914ccb0298624713e808dca24d67bbcdd79d8ef51cd70c8b10b095cb8442e5, '', 0, '?'),
(0x32a2e27c12afd236e45571bfd613e29e, 'wp-content/plugins/powerpack-elements/modules/tabbed-content-carousel/widgets/tabbed-content-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-content-carousel\\widgets\\tabbed-content-carousel.php', 0, 0xfee2779c1f8efc3eea0f28d141e08c92, 0xfee2779c1f8efc3eea0f28d141e08c92, 0xf9281770608b17ec65f8f158fee64829fc65be904c1ff6f467f382ac67873ab9, '', 0, '?'),
(0x32a6a0444ddce50ef6360e1aed7fc442, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\UriFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xfe2ce0381423559c10393dd005d3a11a, 0x6a0a0f05a362eb3246d44461ea7bf15f114c0e162b2e1b884b32c16beea90d32, '', 0, '?'),
(0x32a85c911c341f8398b94f0aeca30db8, 'wp-content/plugins/custom-twitter-feeds/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0x0a307a8b23f892f4aa46841695b1783b, 0xa777172b95e4153209964dea0588b8f2144fe3e16297200fb1588aa336c532f4, '', 0, '?'),
(0x32a8992542feccbe8f83135571096530, 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\widgets\\price-list.php', 0, 0x9ee7c980f70bf41746ed86799ed0b418, 0x9ee7c980f70bf41746ed86799ed0b418, 0x2bd002db55023086aa790fb33de3d4b4f000a948c833093fd5fa91fc799d1e49, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0x1e50b9084f310ed85d380a1f7fbe36cd, 0xfa654dcb02be45f3c939a52a6236e186c6387d49ab5ea15ab8901ff67ae3831f, '', 0, '?'),
(0x32af3be681e257563415be42d8e6e885, 'wp-content/themes/astra/inc/customizer/class-astra-font-families.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-font-families.php', 1, 0x00000000000000000000000000000000, 0x864c2addbecdf520377acf059fd575f2, 0x0f2b112c76cce36e8d544a143f22ea01f6e7d568e8c1d469d57dadc948f89239, '', 0, '?'),
(0x32afa6d35522bf08e9e05dc8f639f8f0, 'wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\class-astra-woocommerce.php', 1, 0x00000000000000000000000000000000, 0x6d6988d294a9059a7cbb5286e2380e6e, 0x29fb059489581458916a96859b726fd68357a58964b5b42090a9121297556925, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x8c091d99734c322f118042a4c196a5a3, 0x4827db73a8d3bd858ae5e30249d824bae8d3a6f0cda40e019d58038f2108029a, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x32b7dd935229b2f3caac334a3b0e7053, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket.svg', 1, 0x00000000000000000000000000000000, 0x6d28f885c9109c98855090c180e88bf5, 0xdcd5261c851bb46effc2d8373f6d39c2bcb0fd04b275832047ef0e48011e32d0, '', 0, '?'),
(0x32be2d8cdedbb0a53bca6ebe7cfdaeee, 'wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\HTTP\\Parser.php', 1, 0x00000000000000000000000000000000, 0x81c0c9dca5c4c83cd6657d69a1ee9541, 0xdc2fc12c6e9c1b6d61516b2a54d849e87dd82a5d30d182866430660b607b03fa, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0x32c88c8ba54233438596fc7adc207679, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xc0eca501f125b143afba8c3b99b27950, 0x9d5180fae2d5aa9270572839f0eba46b3a59c85f8659589ff64bcf9cd9d036a2, '', 0, '?'),
(0x32d0d985f3e66eed9d816c05bf6dec6e, 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x32d6823e28ad10b87b91db0d5893e4cc, 'wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\restore-progress-modal.php', 1, 0x00000000000000000000000000000000, 0xc9adacfb3b6e0cd20d94af69570ab263, 0x73b969586881b8bcf3baba2b62567ab99d42b1cc047ad33bf95bbfcf970fd525, '', 0, '?'),
(0x32dbc2175a7304838c2b060c7a951bf0, 'wp-includes/css/dist/block-directory/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c231f4443665437ad5837244dc5708a, 0xfc32dd6a68522298dddae85a7e7873ffca2dfb26678c0330615f3c648f570243, '', 0, '?'),
(0x32dcf85248782d53acafa1f80a96cd37, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-es_ES.po', 1, 0x00000000000000000000000000000000, 0x535b1badba26392d822c5d40ce7ebbee, 0xb9c4124e068398ebe2b10619e07b3daa28b1c97a5a0887bcaebc151b4e2223ca, '', 0, '?'),
(0x32e1fa9ebcfd2f07089d0fa2c5da7039, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0xe588a805d12423a96d407df74d31d105, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?'),
(0x32e30d917dfdc77c33ee2291210348e1, 'wp-content/plugins/elementor/modules/design-system-sync/classes/sync-typography-props.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\sync-typography-props.php', 1, 0x00000000000000000000000000000000, 0x9bed7f62e9ab5e087ba43338c6858dfd, 0x93e37f7ed457c87b82dee6d6b4baa843bd0d78873db2142fa3f878c2fbd76143, '', 0, '?'),
(0x32e3bfb04b3fe220ec5df2427502c4b8, 'wp-content/plugins/backup-backup/includes/banner/assets/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\assets\\style.min.css', 1, 0x00000000000000000000000000000000, 0x4d820c0100228f1c7c04448db871e814, 0x893ab834bfcb23c44c4bb36ffddeca9207cdaedcd61fadf1f4839845ecfdd812, '', 0, '?'),
(0x32ebace25b3a9426ae04a86d62512549, 'wp-content/plugins/elementor/assets/js/video.6e96510afa701d1f2ebc.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\video.6e96510afa701d1f2ebc.bundle.js', 1, 0x00000000000000000000000000000000, 0x0926dab26bfdf9be4554fce3612a84c3, 0x81516896c5d05341d6df57ab4fb0458c6b880f3510e8591baf457d578b74ab78, '', 0, '?'),
(0x32fe2784ecd810a4da58843c9b4cc08f, 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.min.js', 1, 0x00000000000000000000000000000000, 0x0ff84ab2d561d32ac770dab66101cd66, 0xba8837c200af5e6ab67b5bee7a5192b7917cd16a4e346c73ac4162786721885c, '', 0, '?'),
(0x32ff6d0d20e8125943b66759efcf6a04, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 1, 0x00000000000000000000000000000000, 0xbd1320d2efbc6d0963868ae1297cd6e4, 0xa21a754609878a0d51ae0028ea1860bebcf0941d7b9dcce4cc3f9013c1d8fe95, '', 0, '?'),
(0x32ffb23fe7622de87812eb299c90eebc, 'wp-content/themes/twentytwentyfour/assets/images/windows.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\windows.webp', 1, 0x00000000000000000000000000000000, 0x9c8ab14e61504d8290608dd62812840d, 0xc3766a793b1dfb1e7f6039f223f4cae35a7988fc54cecaf0e0f21b4a6efebc64, '', 0, '?'),
(0x33040f9b4d9b5cc733fd10c51ee72331, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkboxlist_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 1, 0x00000000000000000000000000000000, 0x05c780b00f6b82dcce99932cc98d84c8, 0x63c92f036dd11c0aa9e48f0b40ecc0208f71c8ef0e7664e400c50375ca52affb, '', 0, '?'),
(0x3306936f2c50c9ef7155163e2854835c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Services/ServiceProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xe19a7d258919f70059bd2af6ff269de6, 0xa9963898bacb6aa7754eca89698c14d7b52fb0460428cb4a0baa9ab2f00200c9, '', 0, '?'),
(0x3306b22c6858393e0e09689e019356ca, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/upgrade-to-pro.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\upgrade-to-pro.jpg', 1, 0x00000000000000000000000000000000, 0xdbea4a1e4c78b318ec96e39365ec8d05, 0x3564f4714bd1b6c0b1dc9a559b3efdb9e0a2cfcb6ef6a5fb4bbb39ddfd41ff5f, '', 0, '?'),
(0x330f89190fd26cfd2829f1fd9fbdbda6, 'wp-content/plugins/backup-backup/admin/images/google-cloud.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-cloud.svg', 1, 0x00000000000000000000000000000000, 0x44ab668918c08df058136cadc7cc97a6, 0xa3bc2315ee7f507b3aa727cf00dd4ec4b4509ffe444d9635ca0e472c64223fc9, '', 0, '?'),
(0x331a4f54ba500469fc3c4df83f557ad2, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-slide-menu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-slide-menu.min.js', 0, 0x8e45ac19fac264a358ea36c278f3b324, 0x8e45ac19fac264a358ea36c278f3b324, 0xf494e4c9ce3fe3b5269c3f2b4ba5d11ab25c815a68e55413d1875a05c77dd764, '', 0, '?'),
(0x331ac7162dd2921088c31e802c1b6ae1, 'wp-includes/blocks/comment-date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date.php', 1, 0x00000000000000000000000000000000, 0x9d4e959ce7f4506ea546ea024d46d091, 0xcbba6303c3ed4adbbba30897f74de8e778ac1e61c4d4c63924676e57f9ac7a83, '', 0, '?'),
(0x331f401383b13cfcbdc84ad575b54987, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\site-title.php', 0, 0x9771d95d97b69e9ac87fb73e6926dd84, 0x9771d95d97b69e9ac87fb73e6926dd84, 0x8b02a25ac3544325fb50777b421313dbec73220566c006d985d1e3c341bd2c11, '', 0, '?'),
(0x33251d3d7a0680d45322d696faf7d8ef, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addpage.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addpage.svg', 1, 0x00000000000000000000000000000000, 0x354994fee1785451fe0d4458db863aac, 0x3e4a516458263f50a6f88e97b52dd2f2bde2383fc31b1a175f3fdd0e8ea51257, '', 0, '?'),
(0x3327f39b4b68615d5a3bfde2bf73ad64, 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-admin-menu-settings-rtl.css', 1, 0x00000000000000000000000000000000, 0xf2b5e105ca131386d8b4086733130018, 0x97101d66cd3959728ed00cd8343dfacdf74351d8e61b33d36c778679d717bab3, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wptextpattern\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x60b3152a966aa385e4c08172d220dbfb, 0x2c61f3298e229af1547db5a1aa9e87fd7668af5b375a18d66f7effb26dc0d4fb, '', 0, '?'),
(0x33472dc88c4a4f12935224e3ec8aa9fe, 'wp-content/themes/go/dist/js/design-styles/style-welcoming.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.js', 1, 0x00000000000000000000000000000000, 0x1ae4275c5fcaad0faa0234efa551d01f, 0xb4d3b63d7eb443fffb6d74c132b29295ed929084d65c7661732ca3b2bd641452, '', 0, '?'),
(0x334b6860aa3a66d028360c591d46e5db, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\html.php', 1, 0x00000000000000000000000000000000, 0x099c2d19538044ea9149958416389875, 0x32416c44f80803942d5fbbc1f94e1ae50097be4356975e716f9227455ef3b8ed, '', 0, '?'),
(0x334db7edf0a8f9e31fb5a862b442701b, 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\layout-preview.css', 1, 0x00000000000000000000000000000000, 0xdf8242a12a8d996e4bfd571cb07bd6d4, 0x6a3671c3ee5b524ff8107a6a2cab1b70b1e9201ec649bfba33675f9276c12555, '', 0, '?'),
(0x3352a195548a042799ee05439ef6c272, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x86db5ed4423074fffc7a569b9db89a4c, 0x5ccecc0ad91e4b6d2e2a052d6c4c66f080b062e4f3c3393162938bd856a9eb42, '', 0, '?'),
(0x33589224688b89be19ca79abf3856b3a, 'wp-content/plugins/backup-backup/includes/ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\ajax.php', 1, 0x00000000000000000000000000000000, 0xfd609b9ca038c2cf6bc3ec2405453c4a, 0xf417026dd85ebf9b02959bfb7c88a5f692cef6dd14b8e0d85968c448b21942ba, '', 0, '?'),
(0x335d467d9cdb42304cf1fd2b124456ee, 'wp-content/plugins/powerpack-elements/includes/helper-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\helper-functions.php', 0, 0xe461bcb5ac637e881bf1935800cdce51, 0xe461bcb5ac637e881bf1935800cdce51, 0xf6040de4b6b39bdc2ddd7a61a6b0080b516a2540b19188fab905d7f7ca559de7, '', 0, '?'),
(0x3364c9ceabd56a4bae3c75a5e3632177, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\article-helper.php', 1, 0x00000000000000000000000000000000, 0xa70deadbabd95841d4b7d043bd80880c, 0x86733954bfc6edc5f51985aa7447f2312d14a390d6ea11174149eaab8aff1e59, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\clipboard.js', 1, 0x00000000000000000000000000000000, 0x908af414ab0d3801dc9e52194f409996, 0x0708333e30168df7d4199f44e23221124ae77740fca2124c10799e131298e2ea, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\continents-cities.php', 1, 0x00000000000000000000000000000000, 0x82f9dbc95ec3f97a0d0b9672f6f996c0, 0xfebed01be5018ed1edd92cf29660181cc4ad24ccec378eefa31fdc81bda77b6e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0x33734b1855eabb228e811202fe483c73, 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\perfect-scrollbar\\js\\perfect-scrollbar.js', 1, 0x00000000000000000000000000000000, 0x86bf0cd337c105eac7393071b844d10b, 0xa8ac4394d13faf2084178d86ca8d2ad8d1c85163dfaa321dfd0cbc00d431f830, '', 0, '?'),
(0x3378bef121f11ff092a89014e6021cf8, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x00c7d3329af13142aa15fad7872ff754, 0x2bb20244dbceb8ab0c3add09f749da9ad81834442204b1d4bb7723771722c400, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0x85a4a7897f423311259425e304cc8e64, 0x49868d3b70c1e439008a5a48864ded2314f7a2f0e025e5c547055d8f392e7212, '', 0, '?'),
(0x3381e850f353f500da8f9bbe7b55333d, 'wp-content/plugins/elementor-pro/modules/forms/actions/discord.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\discord.php', 0, 0xc3f713459e319e83b793e87b34341489, 0xc3f713459e319e83b793e87b34341489, 0x1390f046c876b87e834e4f7a03564c42c628bde19d52986687a32908b46ce210, '', 0, '?'),
(0x338a89c00039f6885ac6411df7a9862e, 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\he.js', 1, 0x00000000000000000000000000000000, 0x2520e68497eeb4c24e9cb827a5dd035c, 0x55ca15f77bad60c65fa4f2545015fd3b755dde261eaa7d89afef4664f72ea326, '', 0, '?'),
(0x338b3df09a800ac938c90f38fc814f73, 'wp-content/plugins/elementor/assets/data/responsive-widgets.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\data\\responsive-widgets.json', 1, 0x00000000000000000000000000000000, 0xd1352f32ee7490ae3c597dd6475af2c0, 0x790223ffd33dbd2c4b4b9cc9f386ed7dcfcf9b26b9187d4a601527d0c4721c75, '', 0, '?'),
(0x338b8dc36f819514e4cf8b03f1f56fcc, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x1325960911fbf1a690ea0b47f489c78b, 0xe420cd1d991a77df3ed55e0fc092fcb6c71143361498f916927b6e87ab39af96, '', 0, '?'),
(0x338e4750c340c56969b0a02aeadaef29, 'wp-content/plugins/backup-backup/admin/images/kitty-cat.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\kitty-cat.svg', 1, 0x00000000000000000000000000000000, 0x48e51466804bf5c602d8cc572d6306c2, 0x71ceb69646b6f16a45d12a258abd72ba9640ccabbceaca68e8adc5d932ef6899, '', 0, '?'),
(0x338f73f1fa1783bc2d31f5d0c2f62112, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\QueryBuilderTrait.php', 1, 0x00000000000000000000000000000000, 0x5af3b7d064bba1e485c43f84f247f257, 0x45e68463b823bb5b24823d55b3ffe63c91d7aded5a6eeb71aa9c7a08e309cc15, '', 0, '?'),
(0x3391f2866fb3c8d0220d6fc2b57a068d, 'wp-content/plugins/wordpress-seo/src/conditionals/task-list-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\task-list-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x73b324ab90d7ad516916247fbb916f56, 0x33d0ae2b858cd2561d51946b1a79a6f05dc04662262a002219c08946dc7d5c7c, '', 0, '?'),
(0x339a3b2235b303ffc224f35f5ca644b4, 'wp-content/themes/twentytwentythree/styles/canary.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\canary.json', 1, 0x00000000000000000000000000000000, 0x51243cacde817d3b344d447616dea81e, 0x17fed1513ceaee58245a955601f97901f28dd21f2a96204d7b801474b880e4ca, '', 0, '?'),
(0x339ad7054a256b95b2bba917b3e13fa0, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\features.php', 1, 0x00000000000000000000000000000000, 0xdd1765bacc5591c489d8c19502ba901c, 0xf4f63cc8e5894fbf526f98be226b8eab5cbd48f4e4a516822b1fdf9d7cc9aabb, '', 0, '?'),
(0x33a250c63285d0b2db9ebed24c113370, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\index.html', 1, 0x00000000000000000000000000000000, 0x00d9e6883e43d074e26590922a04e38b, 0x4cb7e508e5c4cda233c8d6b91128ca0174f6fec7891d0fbbd6d0aabbba8646c6, '', 0, '?'),
(0x33a3afa484f837109032c9dfb723b282, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Heading_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Heading_Control.php', 1, 0x00000000000000000000000000000000, 0x5c9a5cf0c15d7256e3965623deb950e0, 0xca1b95db6912d0337626ee5df47c1413272cfcaccbb53ae47ae0cf1de116438a, '', 0, '?'),
(0x33a579ccfc1840d889a0014fe6f27d55, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Token.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Token.php', 1, 0x00000000000000000000000000000000, 0x78bb13b11b9900f568d2b8c3dd28fc9e, 0xbe28e71811c42c6afe52efde12d2637faa5e1c375497386b377bfe6e8523b942, '', 0, '?'),
(0x33a906fc763c097460ce4339c69fe87f, 'wp-content/plugins/elementor/includes/controls/date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\date-time.php', 1, 0x00000000000000000000000000000000, 0xd51ee05128e7e384caa0bc6c256617df, 0xd5cebeeea73562de1a578bc353b4fe0fecab7a3e32799f2b354d3d5272027d48, '', 0, '?'),
(0x33ba8d7cb2b75f2f18e38db14d38633c, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-runner.php', 0, 0xd8b87bd615507069e1a6d864e3588c0c, 0xd8b87bd615507069e1a6d864e3588c0c, 0x895c45fa8e7c66dc3edb64cdb37d89757ad4bb118fd23676fd0cb52295200e84, '', 0, '?'),
(0x33ba9713408b5dc98c3c4df491881b2a, 'wp-includes/html-api/class-wp-html-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-processor.php', 1, 0x00000000000000000000000000000000, 0x45f077464855695d571dd16e3ad1958a, 0x80d45371c638fbc63185a49a1d3f9d0db6543cb9bef91a12004568db262b1286, '', 0, '?'),
(0x33c25e9c92fed83b4af35217db1cc62e, 'wp-content/plugins/powerpack-elements/templates/page/header-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\page\\header-footer.php', 0, 0xbcbad61fd331f0b81ed69b544090472e, 0xbcbad61fd331f0b81ed69b544090472e, 0x8546d6ccd993bc52906abd7fc859344e5ded054e78b6b39c9a330c7f9aa0d8c8, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x33c4ce7379dc1896124d0d93694e072e, 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\class-astra-header-menu-component.php', 1, 0x00000000000000000000000000000000, 0x5b1c38e229ab09f20be423b3ede01427, 0x26df850e3002a150865fe91ac47eac3175e854f5fab190cffcdeab917edcec74, '', 0, '?'),
(0x33c8c62d00834a21050203852d77aeca, 'wp-content/uploads/2026/01/signaling_18622361.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\signaling_18622361.svg', 0, 0xcf4a643cd724e7b634a9c39857116a10, 0xcf4a643cd724e7b634a9c39857116a10, 0x945d52800436364a00bffe475b57e1c72d12f4bf5de6d42e5f0a764a068f6e49, '', 0, '?'),
(0x33d8be20238a73191676db3f33fb4032, 'wp-content/plugins/powerpack-elements/modules/contact-form-seven/widgets/contact-form-7.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\contact-form-seven\\widgets\\contact-form-7.php', 0, 0xa28d6dd4f21a73727bf50209fc3ea0fd, 0xa28d6dd4f21a73727bf50209fc3ea0fd, 0x42a018f234d5ecca0ccdd53690b555d1fc5a1b047cc9aa8347dc6ff9791f7bcb, '', 0, '?'),
(0x33daffe43a14e35774ea821bce2f0b20, 'wp-content/plugins/elementor/assets/js/app-loader.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.min.js', 1, 0x00000000000000000000000000000000, 0xff297e126ed03560ecf79b4fa0df2947, 0x2b7931881024cc6c5fba12bd407a13bd5a4c9635a25bd58be72dab66ff2b80c1, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpdialogs\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x33e044fae11cf355140b268cda0aed97, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angle_right.4b54ab6cabca88ad545c60abe4ca15d0.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angle_right.4b54ab6cabca88ad545c60abe4ca15d0.svg', 1, 0x00000000000000000000000000000000, 0xc5da74fc92ddc7a93abf145b42fe6f5c, 0x6764614f153cc0bf4b041273cb6a33e24d3a38c1f9030a1434d59fea5db02d08, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Renderer.php', 1, 0x00000000000000000000000000000000, 0x772ee2c2f301d6a822f526ab52b23c0e, 0x98f7db5bb01439b823fd1363e0f4bc9132d6cf7a82bf9bd05cb2273f9ca84831, '', 0, '?'),
(0x33e3ed90d1f0daacd08cb501cae122a6, 'wp-content/themes/twentytwentyfour/parts/sidebar.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\sidebar.html', 1, 0x00000000000000000000000000000000, 0x1553881a732fc82c2ba183e9c69fb756, 0x0dadb7eb0c6af3da200a69004ec3c676d362b24fd9e8f5c8aadcc1ffe1cf1e7f, '', 0, '?'),
(0x33e517e4b0d4e0a4944fec35280bdf01, 'wp-includes/theme.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme.json', 1, 0x00000000000000000000000000000000, 0x5685495390897bf31c9434aae6fb3bf1, 0xb1afcd78c41129ef071679d2c1c4099a9c72088e413802a789cc6992bd10e75c, '', 0, '?'),
(0x33e682843b409b6a837825dffe3c5454, 'wp-content/plugins/elementor/assets/js/packages/events/events.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.min.js', 1, 0x00000000000000000000000000000000, 0x2de7d32387e73f40624b8d4e10264e94, 0xd3bda1f0b87cfcfc039a9a5ed8bc5640235052b9351898bf256c23294263fc81, '', 0, '?'),
(0x33ec8442f434f5ba72cdec63b22df1ff, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0x8e7643dca2a0bb1426f1f00187e48ed4, 0xb6fffd0d1ebb82e6cc013d6fe861d332a52519a8cdb9f1e4c1e3abb3d27ce31b, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0x33f2829e72ade0d3bfc8d798962a8e0b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x5914e41a08d04f56eec42ffc10466f86, 0xb366e828bdc032fd186c88bafe30700858338799db15cc3dac3810716dbc16b1, '', 0, '?'),
(0x33f7f299cf4a47899aec217cd290ce89, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Upgrader.php', 1, 0x00000000000000000000000000000000, 0xddaa45af3e18e8434d6dbbf162ddda95, 0x65e2857468dd6699e863cd8ebc8e7947207d565e214d57d01989fe72489fc741, '', 0, '?'),
(0x33fb901dfdaef10c08eb91f54c4b5b62, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Plugin_Insltaller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Plugin_Insltaller.php', 1, 0x00000000000000000000000000000000, 0x83130110d3cd0ad5081b5d3d74645a56, 0x7a9a777b8536112978e9d84770a0c73db07299a973191f7aad1a13420f62867e, '', 0, '?'),
(0x33fcfc7ef83714c9d246d0259503409b, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-gdpr-placeholder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-gdpr-placeholder.svg', 1, 0x00000000000000000000000000000000, 0x78f8719ba7e0fda3bf47f496572d864e, 0x72afd333b7657c48c9f2220c0c021ee2afeb25f4f24f01eec07e4f8baffb437d, '', 0, '?'),
(0x33fffc3e5a1e2995b8d8bf9334f87d71, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0x25b77ceaada2dc0a483cc73f8137a362, 0x1269bf3c66e3102c8759a0dabda99a6bd2b2f3698f67d271c1a49ff7d475201f, '', 0, '?'),
(0x34052717a79f5f8870c5da2972e80ce2, 'wp-content/plugins/powerpack-elements/modules/devices/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\devices\\module.php', 0, 0x6e40aded6e0f1fd436eec65e97ba9db6, 0x6e40aded6e0f1fd436eec65e97ba9db6, 0x40388b1ba7a423491e7248bd9e013c6b569a241cc2f35a14d29b7566de239d01, '', 0, '?'),
(0x340af68532addfb52245a2f4ff47c389, 'wp-content/plugins/wordfence/lib/wfIpLocator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIpLocator.php', 1, 0x00000000000000000000000000000000, 0x8a763b695a1e5c09f28317582340cb0a, 0x387ea7a25808c19b16eb0d593de3ec14a9d909e35c95d8b6f2b34b5a33726832, '', 0, '?'),
(0x340ec0f306cdc3bb6d1275427615c37c, 'wp-content/plugins/backup-backup/includes/compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\compatibility.php', 1, 0x00000000000000000000000000000000, 0xae407e8788c4e4e6cf69cf3612f8b466, 0xea317f912310b6601c5ce8d4e37e9ac4d312c45deeba5a8f9ec66c22863d7a28, '', 0, '?'),
(0x3411089cafb3daae1852742818c110a1, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\multisiteconfigurationextractor.php', 1, 0x00000000000000000000000000000000, 0x8c32adee27f3175d405d65856b2b82ec, 0x20a88dcf61b9ec8d2973ebf59ec2a9fa16436b23fc37b185667f878bdf1a0294, '', 0, '?'),
(0x3413df352d7a9e58a701f5c36111764b, 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.min.js', 1, 0x00000000000000000000000000000000, 0xe302b9e98ea44a4666bca237a26cb659, 0x5d4c6fe24bd9575541d17da0371d674e6f4a01ce1ffd2b41a2b033311fb31552, '', 0, '?'),
(0x341566a80b6d4677df1ff10a088a933e, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\url-helper.php', 1, 0x00000000000000000000000000000000, 0x8a15381a693421d602fb1b5e2bb719a4, 0x9717f5a98e57c28faf00b762542f4b1a9b6c7cee9a91a354f5b60af6978590b3, '', 0, '?'),
(0x341599f2ed0e6ff2dc9b0e90643f6f25, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0x80c613cf778b95664f02c74ae214c55e, 0xcf6445c617f2d8fa65a23a43d85f930d323920230f2f1ed316b912fb7c3cd92d, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x341d166df536b429f33a35bb74d17197, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-importers.php', 1, 0x00000000000000000000000000000000, 0x369fe62336b1ca27afa7cb8c452c2a09, 0x7c880b72d627c51895fe9d58b9f2b6ec6079761ed0388219fc7289949bffb6f0, '', 0, '?'),
(0x341d3e42d39dc8cceeab6848fab7eba2, 'wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\002-monitor-white.svg', 1, 0x00000000000000000000000000000000, 0x055f1e8452532d5bd3fd0b71dfaba09f, 0x5564d12a1498b21f3739e3e014c15a36c64703e17f3217eac6952b59d5170b50, '', 0, '?'),
(0x34222d9e1137a7a409fafcbed1054667, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x342442b67d47f1017b72d2628cb4beec, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/resources.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\resources.js', 1, 0x00000000000000000000000000000000, 0x5ef62f4a41166d62ba0b9aa668454d99, 0x193a16676eca902e20409d748826716ca1391a6c805bf6307bf55e66bf77f70a, '', 0, '?'),
(0x342e98de2e985ca3c829aae84566bff8, 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\white-arrow-right.svg', 1, 0x00000000000000000000000000000000, 0x3618e78bbaeaf2a65ec2d1d3247cb4a3, 0xc35f3ec268c05f50e501df81c941bd18425d45a480a5f0c0d3b1b85f02abec16, '', 0, '?'),
(0x3432a48f1d35fb6f3dd6f7538c23bcc3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\integrations.php', 1, 0x00000000000000000000000000000000, 0xd74c154f51ae8d446cb0cfc9945dc466, 0xf9cec17485d0145c40e4846e8bb199fbfe56a967396bcd41f2699168e68b17f0, '', 0, '?'),
(0x3435fcd8ee1e9335cebc4ee8e3731867, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/interactions-ids-modifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\interactions-ids-modifier.php', 1, 0x00000000000000000000000000000000, 0x4b9dbbdcefc045816fbbf9683a6d996f, 0x3f20db560c8c561df04b4d60b442618d8eeb56938ebf184ba4828a75b48cc7a4, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\mo.php', 1, 0x00000000000000000000000000000000, 0xa70ea9e35c4d4ccd3819b990c04569e9, 0x984b67178dc80dc59f6978ad2e3e46cfb7b33eb3e3a39d86dfe8082fbc672f46, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x3444d83d8170676036cb7a8ee8b67903, 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\breadcrumbs-presenter.php', 1, 0x00000000000000000000000000000000, 0x86620e18b1ea591eae4180df51444ef2, 0x44b47558b84ba5dd4c3c26c68299ab22f2063d3143556ee54bd44bb48812c957, '', 0, '?'),
(0x34467120278b1aed1c41b90ea1e78922, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-advanced-tabs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-advanced-tabs.min.js', 0, 0xbacf91ea503729acda397e7a88a1964e, 0xbacf91ea503729acda397e7a88a1964e, 0xe439ce5dee6aa8c3cf5f18c15165a4aa639b9905b080b5390a80c40945bda4c5, '', 0, '?'),
(0x344c6b9869414451bbc5d425910750f0, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\yoast-tools-page-conditional.php', 1, 0x00000000000000000000000000000000, 0xafc752c3c8b6f232cb7059b85191a272, 0xa2750bab99c8b5277b0092326dfc7e7700ecf7615c9710f1b7c5f97a59eee833, '', 0, '?'),
(0x344da68255d0958a2a8cbe0a2f6f84e3, 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x1c00e083aa4c2e1dcee5f7d20f3f4238, 0x181e3cca8c8aa8011099ef118f9701680504a87391ada8519ab314e75d857ee2, '', 0, '?'),
(0x344dabe380984e7e1cbb349d1abc165f, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\breadcrumbs.php', 0, 0x1bcb7be636cd72311e6e6c08dc43d8d2, 0x1bcb7be636cd72311e6e6c08dc43d8d2, 0x73fe9ab1cf910a08685d293b372265481400eef5282970c014ed0a7e08291b7b, '', 0, '?'),
(0x345636afa37566098883a54aa0074b64, 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\image-helper.php', 1, 0x00000000000000000000000000000000, 0x5c4de653c2a3e787dcc4c31285208ac7, 0x9238c095729c472741ffc772de3db8b7369a6588f5c06552cdca3bb682003538, '', 0, '?'),
(0x3456461c7411d2674078cb2bf3252057, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-base.min.css', 1, 0x00000000000000000000000000000000, 0x781fde804cb24c588d217457e6925e82, 0x3ee4662f9f34dfd87723d844dcd2fff98fc3e20ff9aabac9469fa2128a3b8ca0, '', 0, '?'),
(0x345aafba65cef4a9e62779688e6c8d4b, 'wp-content/plugins/elementor/assets/js/kit-library.b768952e1d4177aa68d8.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-library.b768952e1d4177aa68d8.bundle.js', 1, 0x00000000000000000000000000000000, 0xd2ef409a9d32c6e05e90294b38d0ce57, 0xed7ef26294fd19921aeb5b6d510d60fad592dd6a194a9fa8acc86727f47ed006, '', 0, '?'),
(0x345d42394dade377e09a371652f2f208, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/section-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\section-list.php', 1, 0x00000000000000000000000000000000, 0x2bc2f7f40e6ad6c5420be05a391d89a1, 0x054f34f2fcd1b4bd09884294522f43526f43d14ef28c8ba54b5e16678f122479, '', 0, '?'),
(0x345f85cb7d00e8dbcaaa51aef780214d, 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\replacementVariableEditor.js', 1, 0x00000000000000000000000000000000, 0x75f1aa6a398fa7262578406066e344b4, 0xb165cf234d931d46d8dcfc2814a2c7730c14653040f2488d26f84472ed35b213, '', 0, '?'),
(0x34612823a1011b5eebfffd80b01ce66d, 'wp-content/plugins/elementor-pro/modules/pricing/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\module.php', 0, 0xb8d4ad7f4fcf54a9199041302c9b8056, 0xb8d4ad7f4fcf54a9199041302c9b8056, 0x61a091d6258f52df66262ce727cd949c946165b1fb1068d779a45fb8a33e9def, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x4a435c73b39b5f539663ebf45a993b9c, 0xd75bd79d80727b256daea98020a8d66aa591b7e7ab79c418d28b811c970adf7b, '', 0, '?'),
(0x34669076212eb63e544fb22ab081703f, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.min.js', 1, 0x00000000000000000000000000000000, 0xa0789164bf63d01c8ffecf955183dbbc, 0xa9a84ba58e37baa15839b7e5fb08b05c1800da12c763ea29ae176ea2faa23885, '', 0, '?'),
(0x3472bc00049a4aee39a6141edcb18d51, 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x348d714579560753032ff4cc6f127d98, 'wp-includes/blocks/tag-cloud/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e0d03bc2907dbdbc5a5bd4e7ca036dc, 0x23c07a8611d9d6dab04af9565983b9bd048fda71c0c672fd100853645e3318ea, '', 0, '?'),
(0x34912a55f4d6448d7c27eb1f82adbf4a, 'wp-content/plugins/elementor/assets/css/app-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5940dc6a36baf7c8ad6986fd79466ab8, 0x736ecbde61b1c0a97b9827a8aae46db9961cbb4ab5d7fe640a5d47b34678ee5c, '', 0, '?'),
(0x3499cb9f48b390083ccf336078810764, 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\premium-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x1fb79cc7ef28ec21822aa61e5a020142, 0x81674d0d752a676f160abab37522dc749129021de098bc45c3cf1991c1881a98, '', 0, '?'),
(0x349a439a1c8ce48fc9d6d393fe0d24b7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0xf83da08c7678e56599c979737a96024f, 0x2c012b24a436e7b56554de4f54510c772c3fddb0b083ac7d99bac7876042490a, '', 0, '?'),
(0x34a338613594c3f47728a559b38c82cc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0x040971fcc24f5f025a3f2561a6e91b8e, 0xd7a8c5550647508120371c43091b2faa564a3aa7a45b065a4e8d22cc25d82e0a, '', 0, '?'),
(0x34a3a56931be8df512c35daedcb7e2e3, 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\book-image.webp', 1, 0x00000000000000000000000000000000, 0xd0fc01a6110cdc467d245b574036ddc9, 0x6181b4e620c5aa15945ded2f9d8503add7c6d56edd154ec06c4355cf9e618758, '', 0, '?'),
(0x34ac69aeb3953e10bd2431508a151e25, 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-nested-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe6ae8e6f3abfafd16ddef2e051bd270f, 0xf73be05102b217cb91baeba65998869804875598757c62f158c6f4fde1ccca46, '', 0, '?'),
(0x34b5004c7621154bc42e3c1988761441, 'wp-content/themes/astra/inc/dynamic-css/astra-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\astra-icons.php', 1, 0x00000000000000000000000000000000, 0x652f786b5ed19ed4752d5e10a6d50a8b, 0x595c4fdb0d6fbde950878b99eaf30f132796685a3a9b0bda87440ebd6708ea98, '', 0, '?'),
(0x34b52c71578fd716453b4912af28293b, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x34b9604ac33284b50d9b20b93294d98f, 'wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x34c03bf9ce436a23b1a281505faaf1fb, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x732a07faa6e3b166561a7fa62e3d2c56, 0xa02c50ed57140cba3843b0f661107650cf625e9e459ef32a28361cb174711d8c, '', 0, '?'),
(0x34c6d983860654878e218e0cbf1c6694, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0xa63c3543d5c7f6c8a8be2a2ee72d897d, 0x62a6675665f197e1f877a87408de699c524ee4aa8d8e4d5c44997d53740b944a, '', 0, '?'),
(0x34d1c668346d09563185cdc7efdc0903, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\solid.min.css', 1, 0x00000000000000000000000000000000, 0x9eb2d3c87feb6bb2ffa63b70532b1477, 0xfb543c80d27331afaf94633b20aabb75864b619f99ab98f3afa534de3fa7d5fa, '', 0, '?'),
(0x34d22dc91f743d7d032e1f1eb48547a1, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/positioning.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\positioning.svg', 1, 0x00000000000000000000000000000000, 0x5e9ea0ead8fe8a0a29197c0ab8323a37, 0x9dadc11d3fcf7fc7a13d27121f4c20c235a670fe981c0e31f0765ab0bbbe2b3a, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x34defe2e54daee9911823a6eba4b6fc4, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0x8eb879e41ecaebc5d4da22f6c32f0eb5, 0x686ad1c7ab41d182cf85ea080273be19cb6a81fa9540d5bad8eb7ffc42f1d04e, '', 0, '?'),
(0x34e26cda27d845d6178af9da2648de33, 'wp-includes/PHPMailer/POP3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\POP3.php', 1, 0x00000000000000000000000000000000, 0x1124d4ce183e7f9842a60583a405f15a, 0x99d394a5d385033a8a392b92665eca4c0a71d9b2cc60e577c750b005e9730fb2, '', 0, '?'),
(0x34e4ef60edda92b383dbd8aed5ca50c3, 'wp-content/plugins/elementor/assets/js/design-system-sync.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.min.js', 1, 0x00000000000000000000000000000000, 0xba2f4bf6ccc7f19d245a41c3de0c60a9, 0x28d2dcea14b0294998791b2c0ee79407576c006738678506d8ce8781bb60bee6, '', 0, '?'),
(0x34e9b7f036e9312f1033cc3e0e9205d7, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3e778db44e0cf2b33e12757aaad7bfdf, 0x4c698761be09cc6feee5a26e02795b984102a08614327df8b31f5c833b26ccf5, '', 0, '?'),
(0x34ea16ee4a6979ba991492f17fd16af6, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0x34ea26513acda3a6d999535c26095161, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\author-archive-helper.php', 1, 0x00000000000000000000000000000000, 0x671e94b0b30dc0980a485a08e11c369d, 0x17ec1870d83c4e1f8d6b204fe90375223eb7c5aae6a447430c98c6b563b277e5, '', 0, '?'),
(0x34f1bffcf4564632bd92ca6bf04affaa, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hy.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hy.mo', 1, 0x00000000000000000000000000000000, 0x03f6303350734e34e0f139ed9415572e, 0xaa761e8b2a18dad66bf7871eeaa3f78d1a854a4c3126b310d1b49eba46021c33, '', 0, '?'),
(0x34f97e059f496093007f92f8fb71d7c7, 'wp-content/plugins/instagram-feed/admin/assets/js/elementor-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\elementor-handler.js', 1, 0x00000000000000000000000000000000, 0x12f7a0a933c12f89c321d14b92c96569, 0xd11abcf36a88b2a2270e9939b6d1209e59fb64d6c4bf54c8ed746f83a4d8bdc9, '', 0, '?'),
(0x34fd748135479b7198c809cb9dd3a75f, 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\application\\free-sparks-handler-interface.php', 1, 0x00000000000000000000000000000000, 0x7e659506dda3d4e279d54de3323ce63b, 0x835b0582285e9379181ad3623a49b6e43dc0d8a3949adae7f8b0b53da513b809, '', 0, '?'),
(0x34fe3ad423cdddc94e6a1281ea67efa6, 'wp-content/plugins/powerpack-elements/assets/lib/countdown/jquery.countdown.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\countdown\\jquery.countdown.js', 0, 0x7d701258d82c93e97621627fdfa15483, 0x7d701258d82c93e97621627fdfa15483, 0xc9397170f75b090a16dd61c15d5dd2916b8f664b61b581d4b26b1b45d5963922, '', 0, '?'),
(0x35017be851b9b454262b9792d2a5c6b2, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0xed130de7da82f783a004df5aa58ee862, 0x47d4de6ce3e5d9fd5ef495e8876f2458710c335a5e5f0c4c401ca9cf58fda277, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0x008aca41564388b2ea2314bc1fd165ae, 0xfdabe4849c5722f53f205a603e8b6d9c28fc443a33c2407011e91aa34d633f02, '', 0, '?'),
(0x35042c36433deccedfc1556e4bb6a348, 'wp-content/plugins/elementor/core/kits/documents/kit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\kit.php', 1, 0x00000000000000000000000000000000, 0xdbe94502e2383d6418ad1f31d9860042, 0x626c2f9cff71ac4306bdae36835cba711514a45df5ea7d46b699e4b19ef5469a, '', 0, '?'),
(0x35070134dcc6c15ae2a305ca9783484a, 'wp-includes/blocks/rss/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa713315dbef71f26704b75f760a5ed79, 0x2539cdbb3abde7497faa8386962d36ce6513489337a89e9c44b2a573d026ec82, '', 0, '?'),
(0x3510bbc77a62406441c1633e8c864196, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wpml.php', 1, 0x00000000000000000000000000000000, 0x92ba5be4a9d8c969fdc208e164f65f82, 0x408e99a89a4a09a51d48aaeecaef25387f46181f46e4b399485788346e55256a, '', 0, '?'),
(0x3511ff6877e5fbbc72a5f4b3bb8ee646, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\content.php', 1, 0x00000000000000000000000000000000, 0x50d5ee40fb47bb257903ead5ee688d85, 0x08acced0583c0159bdd945a466b1dd98eb8886410e30e3052f3c78d97d121ecb, '', 0, '?'),
(0x351531097b46124514b8f17d78387f84, 'wp-content/themes/twentytwentyfour/styles/ice.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\ice.json', 1, 0x00000000000000000000000000000000, 0x1e388445fe51d8dd932a6d583c6762b7, 0x89af7ba6b0a6224589a1f5a0e0c9926d2f1d0dd1c6d5d2bdd5b6981ea4767ad5, '', 0, '?'),
(0x3516ed64e9a1cc2293a77900a766bdaf, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xb8d9988dbc240281682bc1f238d0c738, 0x4864351373eeda4c3aecc41c5810e39dc38175a66b79d82622006b0f3f1a6cd7, '', 0, '?'),
(0x35196767a523e36756690d06287cc723, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-300-normal.14982a9e4857a93b.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-300-normal.14982a9e4857a93b.woff', 1, 0x00000000000000000000000000000000, 0x230baaef43378486fd32689a5b659b8b, 0x9ef76373d7da8f721a2c3efced0fe323581f09984793d561141f7f79a30ad376, '', 0, '?'),
(0x3519f97cef39101e824f14dbe5096740, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\author-box.php', 0, 0xe0c0fb3d237c77280aab9507b2ad7611, 0xe0c0fb3d237c77280aab9507b2ad7611, 0x7cc1f2a84a9a3acdc0f89ec812ae4b388f425879606f5c3cca8b87fdcaa19eb7, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0x4d96634b03828a763d81c737e88c0787, 0x1647bf10d982638a8e476396de392c2e7d78fa976450d004074a0c583e6f95ab, '', 0, '?'),
(0x3527c4f3ec6feb81b63b92fb3e0d7394, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xa0a75747d7389f9830371813199c5b00, 0x51018cbe0b8faa51330dbe57989ed37295a372e7e7d6aab707a4dde3b9d7c4bc, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0x31590aeb9fd12f16330cd547d1d551af, 0x45945657b4e3705857fbbeee408642ab70c7a08538fbb1c9beebe8a26d6fa0d1, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xbaf27c1b033496152341b106fcede936, 0x9b67044aed96e113c038103962b7d9d2071eae0b4a9fa7f95f38046ea0acba09, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x8d1bda8c9e83553d766b6506867d940b, 0x3d3d5171ef58fce414fd2de0fee4109e6ab7011504d46e4889cdc580113ed90a, '', 0, '?'),
(0x35451dc7bf53b234429d1e006cd20c79, 'wp-content/plugins/wordfence/views/scanner/text/issue-easyPassword.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0xcaa5105f88cfc9e889dbef9a8d256ba0, 0x53e404e0ae56b8645346cf18ee4d94199d0f275dc55d176fb16f2f114d69b262, '', 0, '?'),
(0x35471bd978b987c1bc0081568da712d9, 'wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\images\\Application\\image-content-extractor.php', 1, 0x00000000000000000000000000000000, 0x01a7dcf6902cfeddf4059c834ffd2200, 0x03c4c07c0a46149674a5294aecfb72713e787dbac722cbe7fcca658def76665c, '', 0, '?'),
(0x354b2babd3e70a3ecb1a9c9792a6fcbf, 'wp-content/plugins/instagram-feed/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0xb9d75c1f7e7fbceaec076aef237d564d, 0xb614a0cc11cfbb7201d1c57c757b8084cb87b308120613143d33008e710ee1c4, '', 0, '?'),
(0x3552d7938137324bb086bd3067ac18b0, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-page.php', 1, 0x00000000000000000000000000000000, 0x398f0616f998bd01aba23dfb16a49e09, 0x6ab85c157982b6d5d49023c21882cc3800974c0af725a87bb27d28491a6fa0ce, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\version.php', 1, 0x00000000000000000000000000000000, 0x59f3582a1b7d3d28af1731b7b5ff8eee, 0x944812d7fa60906dcbf94379e1eeef2a202d5bc0ae9b929a81b6829945e17918, '', 0, '?'),
(0x355be52e455ef4cd4d2c11cbb94218e7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download-install.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download-install.svg', 1, 0x00000000000000000000000000000000, 0xb111dcd699968c36eb525d93f2c38cae, 0xe41ef3ece31bf2b9cc75d86f04c44c5b4307986d1e1fdf68e309635cf7c41d92, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\registration.php', 1, 0x00000000000000000000000000000000, 0xf290ee07c353e681cb44860ba03331ea, 0x06d59993b7031bec7646b488d9ab9acef9e550abdd42382eb7ece1db18e238c4, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x3cdfb77d7d6c7c6e2f8d6cc0cb68bf3d, 0x698277ab62f89e4f949f2822d21c165f55cd5fd5bd84fbcc370eac527a4e38d0, '', 0, '?'),
(0x3562d8f1ac712c0597f099cb9bd516a2, 'wp-content/plugins/elementor-pro/core/database/model-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\model-query-builder.php', 0, 0x817d54f0b240c4e652ef1d6dd9b46cba, 0x817d54f0b240c4e652ef1d6dd9b46cba, 0x9e75cd5ae3a3bcbbeec6c3a6e5c3b7fa5c1b0adfc53548954b9308dd75dc87b7, '', 0, '?'),
(0x35639089e8012e215bd599db9a749446, 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-usage-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\get-usage-route.php', 1, 0x00000000000000000000000000000000, 0x35f03bac1c59f9fc6594567a9062a455, 0x56f40a9f084ab1f252cd4ede74c87fb3e1dcacf57d60e21945f6878117a613a7, '', 0, '?'),
(0x35686f3c6ec567131094301c6f523900, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Graph_Url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Graph_Url.php', 1, 0x00000000000000000000000000000000, 0x55930c530617a55cae6110e9d8631dfa, 0x79056a1722a0d2dad3ba400956f494b70793ca820a18c9ec0ec904c07e0bcb50, '', 0, '?'),
(0x3569dac7abeca5576135560b85f6c430, 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-yt.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-yt.png', 1, 0x00000000000000000000000000000000, 0x0eaa1f60c8163815b02229556180b65b, 0x441c455dc361c2b08d5aa2e1df042a320cbfb51e7c9c65272618f539ae2e6d74, '', 0, '?'),
(0x3569faa01eb986f8d04959411e5a6dcf, 'wp-content/plugins/powerpack-elements/base/module-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\module-base.php', 0, 0x88c58f2dfcb011e32ea2861522288ee2, 0x88c58f2dfcb011e32ea2861522288ee2, 0xe2271c9ab512f9bb3191e6d0237cef86dc4dd233e740de67d545072e4b540f7a, '', 0, '?'),
(0x356bbc4564400b06fdd6ee85123780ed, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/oembed-examples.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\oembed-examples.html', 1, 0x00000000000000000000000000000000, 0x8c53e69767d7336acd23d4e65667f466, 0xbc22a08847b8ad2baa18398c686999a08ad6d83282fd60390c5416637cd70d44, '', 0, '?'),
(0x3571660b72e2eae6a71013ef82a28b90, 'wp-content/plugins/backup-backup/admin/images/lock-experimental.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\lock-experimental.png', 1, 0x00000000000000000000000000000000, 0xe1c185bd96e9e8c08848e30e5ebf770a, 0x583f1699d03ea97735a33cac6dc2763a7e280fbb16090c6d7c87ec14f5233c48, '', 0, '?'),
(0x35731b48d888d65aaccb1707fdd7b037, 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-text-blog.php', 1, 0x00000000000000000000000000000000, 0xddce2635c1307ac1b67a1ccdd0833637, 0xe29ac607ec1f165a9c97fc4e00cfa38ae6b3b21d3f6c303688dd2683f47837d4, '', 0, '?'),
(0x3573e76e76d3c182b235f53db6b450dd, 'wp-content/plugins/elementor-pro/license/one.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\one.php', 0, 0x02dbd20dfbec5bed9fcabf3bbaa63cc2, 0x02dbd20dfbec5bed9fcabf3bbaa63cc2, 0x1d1d6da92c3d3febdfe27cbfd84daa20ec5004f7251f718862793f38ee9df573, '', 0, '?'),
(0x357e88dafe3f0d516fab322563330771, 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-menu-anchor.min.css', 1, 0x00000000000000000000000000000000, 0xd7e22d4931ccc121350d6f34ef623ae1, 0x31e7578885a041313cf4955ade3366882ac8af768c06921ec834bc84d63173d8, '', 0, '?'),
(0x35807310ac54820f530436675492cac0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4331.5a2785dd743eca4f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4331.5a2785dd743eca4f.js', 1, 0x00000000000000000000000000000000, 0xb5d8d4b46b9c58a747b34214d23aab2a, 0xd36bc65c997b42240369998a055363d04e173c096f885597ee4599a258605922, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xa4ed89a1ea0756d098d3cbc1f5cae47e, 0x519a20ab6f806f0a1dd9c679a78520e89c55aca41a6a9acf19c276b49dcea62c, '', 0, '?'),
(0x35869ccad71e019a514f3ebf2f833089, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/timeline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\timeline.php', 1, 0x00000000000000000000000000000000, 0x0f5d539753a4dc8a1bbdc4f20024954e, 0xf036beae026d34a4d72985b2b459a2722191099b85b886e5b97aab1be5d87c75, '', 0, '?'),
(0x3587ed3f95456912b86448ee6e94a27d, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpRight.min.css', 1, 0x00000000000000000000000000000000, 0xc36c6008e08ad0ac37609879d7ab59dc, 0xb37305db274b1f4c10b8e2afceb5eab0aacf95d79ca2b67e1529b1410ddf5ee1, '', 0, '?'),
(0x3597afd17a41010255db354a3cbf4dba, 'wp-content/themes/go/dist/images/admin/header-6.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-6.svg', 1, 0x00000000000000000000000000000000, 0x6f8bdab77ad17ffae3a34f6cb16f6361, 0x2d45d2960b6b67bb3a4605ef8ccc150f9af04c8fa44e0ff4ea68b4f3cb4ec630, '', 0, '?'),
(0x359b346dceb12b8b9f8f6d137b3caaf8, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0x359e4b36ede424fa8f30e036ceed7e7c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xc2472ddccea091e7247178b2028564aa, 0xbfe13955e36caa2a54add2d0b79388df0c97da6c544edadafb9c773e0a0494e9, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0x35a88603f30c5b17118ab26f8035013d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\wp-content.php', 1, 0x00000000000000000000000000000000, 0x52e9d378a25f8db527d04465512c44dd, 0x786aa51c473891a9b910e186c242184ab276eb645eb67dcbc48147aa302752cc, '', 0, '?'),
(0x35a954aff0ac0b69de75f94ffa7f8d01, 'wp-content/themes/astra/single.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\single.php', 1, 0x00000000000000000000000000000000, 0xb2603be9402f902558c249d6c345e6ec, 0x7a8792cea0546428e011850df944c8340bfdee43f58f0d6923cbb6d41caa9df9, '', 0, '?'),
(0x35aa4da38fa17fabb6b4579803d44e00, 'wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\query\\user-query-builder.php', 0, 0x15e5d2f0567613262928c2e872cbcbb2, 0x15e5d2f0567613262928c2e872cbcbb2, 0x3e923b81f624e1fecdbea99717a2d3616b4447b249501d1dd34c3e178efce57a, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-livewaf.php', 0, 0xc86544b608451257b37e3f2ca8af0423, 0xc86544b608451257b37e3f2ca8af0423, 0xcf59c4acd55519d92cc0f278a22b3abcb18b0ce90c87ec375ce90aaca4dcf84d, '', 0, '?'),
(0x35bd63ca90f855fc529c8d204e882d97, 'wp-content/plugins/instagram-feed/admin/SBI_HTTP_Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_HTTP_Request.php', 1, 0x00000000000000000000000000000000, 0x78e5d138b4e280d64818fa67a177b922, 0x44aac35b64f472189c4cb8f7c32edb7e908560b2e6f0e524b5ef41f51fb7342d, '', 0, '?'),
(0x35cbe5bf5730babc8736eacdd869b4f0, 'wp-content/plugins/reviews-feed/templates/frontend/lite/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\header.php', 1, 0x00000000000000000000000000000000, 0x86b4984ff5278ac3d1ae6d3194cf8f84, 0xf0a9e57883897b34efa0ef5f23fc74267b68fd333d390791d6057bbf5cb48f36, '', 0, '?'),
(0x35cc47d52f8e5caec5a53b4922dc22fe, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-prop-type.php', 1, 0x00000000000000000000000000000000, 0xa3708e291f453b6b4234c64636556b20, 0xd554b17bb79251e480c70555484711c4bcec7eaef1dc359bae8fc4b14f2ce0f3, '', 0, '?'),
(0x35d593da3c106092c34ec4bb15882205, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x35ded0c29e19f555dec6d987f474a41e, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x35e3e26549b99cae80b4a0cab008ee47, 'wp-content/plugins/backup-backup/admin/images/support-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-2.svg', 1, 0x00000000000000000000000000000000, 0x20dc02730c4a6cc34772d263234cfcae, 0x82039140e47b9adef034c3f64bc6132fa0c4cf5e7584ca9ba697743801d66a84, '', 0, '?'),
(0x35e468d9f02c34b54e40ac6bc5f29e4e, 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\registrars\\form-actions-registrar.php', 0, 0x67cc9f1e871d20bed8fb20c9c7c94932, 0x67cc9f1e871d20bed8fb20c9c7c94932, 0x90840b577bfa81bcf28443d3d9319fe8a707407baa3f12e89669f6d46c3fd37c, '', 0, '?'),
(0x35f05e8dd341f32d2f1e15bbd25236d8, 'wp-content/plugins/powerpack-elements/includes/controls/groups/transition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\groups\\transition.php', 0, 0xf5550c146b6266a5fcf710ff38237a9d, 0xf5550c146b6266a5fcf710ff38237a9d, 0x1a6bdd79015fc97484c80d22228c872eb2810d9b7b59504ceeb42bb04de4d1d9, '', 0, '?'),
(0x35f2b79e2ce42583abbb12263a801fc7, 'wp-content/plugins/instagram-feed/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0xa5a20f071f1ecaccf6df13261fa5cc67, 0xfbd649e2712988f01cf26fa1b6760cf9c19c5f8472e493a70215aa22b6a7307b, '', 0, '?'),
(0x35f495b3aad52aea21cc690dd606b218, 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-editor.css', 1, 0x00000000000000000000000000000000, 0x6f495ebda26f996d25e66a671c2d3dc7, 0x48ba2c1bc5e373d0958a244c116c60855a4c14f5c41e07be1f74236c603993d9, '', 0, '?'),
(0x35f8ca1b0031cea43ce57d4dc6b9221d, 'wp-content/plugins/elementor/includes/widgets/icon-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon-list.php', 1, 0x00000000000000000000000000000000, 0xa3f0558d286237009f45cddb9af0edf6, 0xf9f38f75b3cc30bd275e0a0b1b3a70efb525c4fd741b0d86fe398cefc28b0afb, '', 0, '?'),
(0x35ff9d971a14d48ee5430be02878e4ca, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xbac6d399dfacf75d9ddacdf7e61d7887, 0x236e3724d15189bfb7a0bf971b4201fb7495248a554495a094d67cd77694738f, '', 0, '?'),
(0x3601aa951c3f3322e1b9e012a37c39f7, 'wp-content/themes/go/dist/design-styles/style-welcoming.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-welcoming.css', 1, 0x00000000000000000000000000000000, 0x7f4e3f600b4020552852a28f4f5c3fe3, 0xbf909796a92e5ae6aba3b3142c3fb626b2b2e9c6d0d2ef377e2c45e39217ba01, '', 0, '?'),
(0x3604d15c56752be24e199f0294c535dc, 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\tipsy\\tipsy.min.js', 1, 0x00000000000000000000000000000000, 0xf030b39e0213552a45e9f03822126840, 0x79e0371730466656a5979a8d8a0adcdf7ec267dcf1ea3ddc085c329c3aca096a, '', 0, '?'),
(0x360678d4ff65c050585311622655f395, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\wistia-embed-permission-route.php', 1, 0x00000000000000000000000000000000, 0xff8bfbded2dd5fcb019c6f8a3e08f7ac, 0xbfebd00c96bb925b38469edc95837316abfdfaccec0dc6f46bb4e7d58b5c6f6a, '', 0, '?'),
(0x3606fb629fcdcf4c65fef72664e72e39, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-setting-section.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-setting-section.js', 0, 0x4cf736ba72aa6427f9decc6f2a402c9b, 0x4cf736ba72aa6427f9decc6f2a402c9b, 0x5f9a67345c77ef2212637820cf19af6e3ccccec356a4014dfbe9d5d62860e3fa, '', 0, '?'),
(0x3609d7d3a5f207762233e8e0db901600, 'wp-content/plugins/elementor/modules/components/prop-types/component-override-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\component-override-parser.php', 1, 0x00000000000000000000000000000000, 0xd504c0b52ff669e185d9b9766d2353f3, 0xee6426a8de8ff215571931e28011a3f372c54fdeabd628b05d7ff537cdb0af29, '', 0, '?'),
(0x3613bf7a9400e79e242a01cac00a360a, 'wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-frontend-handler.min.js', 1, 0x00000000000000000000000000000000, 0x45440cc4b7818cedf3b0df2da1f4e243, 0x85db44dcbe4ddda6d6d1bb3f3a4210f123012317bd28939e452a5c635704f633, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-playlist.js', 1, 0x00000000000000000000000000000000, 0x4b1d5eb6cd4973f2a3080f32aad2a951, 0x7a0991946dc645cb303339d0c05d2d6b1dc332af83b19d03a0b2e5dc5b32ec6f, '', 0, '?'),
(0x361fa123b97d33d54e53c94346dd645c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gallery.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gallery.svg', 1, 0x00000000000000000000000000000000, 0x49490d177e8df0ffdb7a6dd2da3cda1d, 0x17c03a73584cfe8be15be18dd425688043b00fae8438a9d093323d7d05dba366, '', 0, '?'),
(0x3630d291c6009a24784bad7562e1c80e, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/dummy-lightbox.jpeg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 1, 0x00000000000000000000000000000000, 0xc0f519336fccb8bc4ca04c015454d824, 0xc62a3d37075a65648120262fa92b1dc4a1d7d820f78a38ca28e066d20faf2dfb, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2370ae59e15c0b0299a7b89ee93fb17, 0x549c3dd65923d2cb045b1895fdb676721b841048cd6961adfe52fe0ff286f108, '', 0, '?'),
(0x364446a33050f65066f21a53ad028a3c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0xdd193cae6b00febaa0659461ae7f280b, 0xaa3744dad468b2ad6aa9137ac50fa063ab86b5066712003a101000ea673a298e, '', 0, '?'),
(0x3648e1b718094e08b1c405c045aabe5c, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0x87234bdd572ce4b90e59279e776846df, 0xc978e57e2458a38dd61f8487f166f7897d1ea748c266c21111b293a01dd180e7, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x365c206cb07ab6cd7459d08aea4f12bf, 'wp-content/plugins/powerpack-elements/assets/js/frontend-one-page-nav.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-one-page-nav.js', 0, 0xbe082f1bd51e1a10b71764333d6dfd58, 0xbe082f1bd51e1a10b71764333d6dfd58, 0xd12b6cbce0251e34d9b3168d05929f4726fd3e34e4141d1d9a8442b178427ff3, '', 0, '?'),
(0x365ce56b2721a3c5b5de9d9db5bf3db7, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/DeprecatedNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\DeprecatedNode.php', 1, 0x00000000000000000000000000000000, 0x9e68b5c2698ccb249304a32c89deebdd, 0x07a6c323164dedf3d09a704ffcc8da5c65b0d8f37128a6f8866ce5fb3b3bcf18, '', 0, '?'),
(0x365cfd3c7690bba6adb4f72d0a2c0575, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-widget.js', 1, 0x00000000000000000000000000000000, 0x1816b3ae1f241098fa08dd339686e7c0, 0xc5b859cb03aa794aef258173d99d9bdc7aad987ed94ba099eae7a11e1bd115bb, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x07f02f7726d36550f55bf1dc4de3eecf, 0xb0668604532b1d7e11b400c72ca820702a8d5522493c18f4b8216348dd1db6d6, '', 0, '?'),
(0x36644befaed9251e730326ab12d81907, 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\platypi\\Platypi-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x0e30b1e15ab85ffa5e6a6017fef59e60, 0x85ee87836cb4d9a92729da06db64dc5c1e769a7e27297cd03b4d6fe809000bfd, '', 0, '?'),
(0x366789a20ea440c971c9a673fd964e99, 'wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\passionate.svg', 1, 0x00000000000000000000000000000000, 0x28adac04b50327d56ed8ad9b6ff10be0, 0xc4d1c6f4be7d5b14c27aa38341d542ed46471ea7b3ddaaf7c4f93bcf9c1964bf, '', 0, '?'),
(0x36694496e68936876cdae329c21b3c94, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\title-presenter.php', 1, 0x00000000000000000000000000000000, 0x3630fcd7587272cb543f989675b40b27, 0x159116f6065026e05ff4f1fcf80268c93b00d948ceab7cba4c29c594ec01702f, '', 0, '?'),
(0x366992fc2ea6653395ceff12167eacae, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/static-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\static-page.php', 0, 0x5cd3c574aaaf87c876a26e7731dc4920, 0x5cd3c574aaaf87c876a26e7731dc4920, 0xd09b66d9b3b57e8b719027dac95841dbdf159570a5fcbde117cac9a33e8e3fbb, '', 0, '?'),
(0x3669d92dfabbb4e9e89d73ed6f2442b7, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/fb-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\fb-icon.svg', 1, 0x00000000000000000000000000000000, 0x0c33ad1ed413931b4f77afc76af35a1f, 0x887d6017b0e7a5897b94dbd83cef82521d4fa4a8da78170015a82324421221fc, '', 0, '?'),
(0x3677ac23e096b58f981edcfbddcebcf3, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0x367a2f53c503cd81d4df5df923728b70, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\envato.php', 1, 0x00000000000000000000000000000000, 0x37436da960caf9b28f128ac032f0a6af, 0x575497e244d4797dbef1e01c925e4d2e1c1994eecc962c1a59b78803fbb20f28, '', 0, '?'),
(0x367a3eaf75dc55c03ccb744cb9775f72, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-600-normal.d4e016f58408ce9a.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-600-normal.d4e016f58408ce9a.woff2', 1, 0x00000000000000000000000000000000, 0x5c3cc16fbb694ce7123b20923ed4c84a, 0x893a9dcfc614d651856aa5916891b834f0c650191150097b44a8ba613f8c4f79, '', 0, '?'),
(0x367ea15ae1f27e01cb1473138681088c, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-manage-wpseo-options-conditional.php', 1, 0x00000000000000000000000000000000, 0x8f2aefac64a120765625c34fbdbed71c, 0xa0c17cfa6f89e60ff172c6b99dee2a137b351a9d882baf7b7d3b1e630b63b26b, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\load-scripts.php', 1, 0x00000000000000000000000000000000, 0x236f8c8a47ebbd9d40123ed5eb542efa, 0xdf38ce7a74a2aa3df8969c6b021924af9986c09c1c26575292ce88f16856b2bc, '', 0, '?'),
(0x3684bb8e92774fc6b8140ab27c622992, 'wp-content/plugins/elementor/assets/css/modules/editor-one/sidebar-navigation.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\sidebar-navigation.min.css', 1, 0x00000000000000000000000000000000, 0xd9a9de18aff4bafcd461aceea2b71184, 0x80cd52c08d6ca29f42867d4c863f1d8bb684f018bb9fe5b3eb55682f8786ac4b, '', 0, '?'),
(0x3684dec68ca1997fc4f64398aef57f2b, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-users.php', 1, 0x00000000000000000000000000000000, 0x73d204e5f3c1486ff8d375d5476b8efa, 0xf335b9e8084ae845eff40f34df8759d86f58ac09c6e81523f91b1289cfe4a654, '', 0, '?'),
(0x3686744933dae429380fffb12e1b84ba, 'wp-content/plugins/wordfence/modules/login-security/js/vue.esm-browser.prod.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\vue.esm-browser.prod.1778081072.js', 1, 0x00000000000000000000000000000000, 0xd62cee0c650a1919fd1ac207d3598473, 0xb9cfb581dca7bc3e347c6d62cb02fd850cb173915d2850a56f25391d9311c72e, '', 0, '?'),
(0x36890133c8932bce8ca821c107ff1d01, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-shortcode-filter.php', 1, 0x00000000000000000000000000000000, 0xb66197a3b626dd07fadaada511c34842, 0x680621b4c0fcc4044d92c1b5297c8e3380aaa7b9db7a3d65672f55abcacf424c, '', 0, '?'),
(0x368ada10528eaafd29708d9ef0a16158, 'wp-content/plugins/elementor/assets/js/packages/twing/twing.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0e2067476096c0d434ee616cffc1d02e, 0x16742f1c590bfa3951fa4ce28fbcced461d18d6d0391eb994770e85a1cf9c2f6, '', 0, '?'),
(0x368b62d3c74323241abc093316156d75, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\doing-post-quick-edit-save-conditional.php', 1, 0x00000000000000000000000000000000, 0x5111afca170b272489a79541520a5436, 0x1eaade29440fa7e251f83ad70cba2560aab650bf4981fcf2756add84e1243c2a, '', 0, '?'),
(0x3690d2e612041b839adf057c832076b6, 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/UpgradeRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 1, 0x00000000000000000000000000000000, 0xb2e26b082a4f50021a5176743848f401, 0x154cf1ce4ae33e999abcd9933f89b6f544d0dc75088a0c8ca1bb31a5cbe75424, '', 0, '?'),
(0x36ad233f7c7d2f1ed89f00bc27b26c21, 'wp-content/plugins/elementor-pro/assets/js/animated-headline.248bbeadaf74dd446e7d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\animated-headline.248bbeadaf74dd446e7d.bundle.js', 0, 0x03f267632784095e08c7ddd38bf75a8c, 0x03f267632784095e08c7ddd38bf75a8c, 0x20f6d54329696ebbf3ebb2358f52758652a70610624bac5e8fda21b9dded3eb1, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\interface-installable.php', 1, 0x00000000000000000000000000000000, 0x9de4ebd042a2071bb50a51491ba7d43c, 0x5166b5086afa989ed8c5b2da7952f73b638abae5b5e5b1729f9edb22c138082b, '', 0, '?'),
(0x36b76c4c582fd4ea488ed5330e583d45, 'wp-includes/blocks/template-part/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeee1a7f145ac645dc4ac420d09f217fb, 0xc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bf, '', 0, '?'),
(0x36b86156568545b3c98de7b7ec827103, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Runtime/EscaperRuntime.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Runtime\\EscaperRuntime.php', 1, 0x00000000000000000000000000000000, 0x851e0880333cd08a4028d9cde717eda4, 0x5c7961924e4af1b98f3ff46727bfccc959f058b0d1ce3ad255c3fc5245b090c2, '', 0, '?'),
(0x36b8b86148d00980865aa0c900d70284, 'wp-includes/SimplePie/src/Author.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Author.php', 1, 0x00000000000000000000000000000000, 0xbb2926874b6cd1f53d183b23be876a0f, 0x6e72f6dd3fbcd11c1739123def888c93c48edb15879028c2309b5e411fde0363, '', 0, '?'),
(0x36bd65e8fe28fede02c40e0d12088023, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce.min.css', 1, 0x00000000000000000000000000000000, 0x27562aa3be01bd888bab2d0583e107c1, 0x6bf2efce7ae52781023a075f10ecd914c0670519051cee8441fcfd55a6d5d62c, '', 0, '?'),
(0x36c08ce2623595ccf13f739d8ee8ef5f, 'wp-content/plugins/elementor/core/admin/feedback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\feedback.php', 1, 0x00000000000000000000000000000000, 0x3832c01a1fd1a10ebd71d5dbc8272d03, 0xbf3b25e3e202342803f15c6f96d0f8e41fe92f74603d69381472ab29d696d40f, '', 0, '?'),
(0x36c6909dc5ac273c0eb6fb6f799a62ae, 'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\selectWoo.css', 1, 0x00000000000000000000000000000000, 0x4988bbd7af04151ad7de4674289f8dd8, 0x47a9f916ea9470efdbd4f918b7eb359bf743d73a377e96ce08eed96fe1fcb953, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0xef232b7ee4f8366efa5364898b8cbf12, 0x3a7cffa293001b03b4e267f993c6a7bb67dbc18ed19b53bd7f07c03e4314d995, '', 0, '?'),
(0x36d288d046195bec031e4ef7122cf7a4, 'wp-includes/class-wp-block-bindings-source.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-bindings-source.php', 1, 0x00000000000000000000000000000000, 0x766f74c8a4d04586c6653f1ba50c1a35, 0x4543dadbc69f6c756173cc00264b986c8fac875aec4fbe286e4a94510624abd8, '', 0, '?'),
(0x36d47a6cc49b5935b6c02aa5106a1c42, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE.po', 1, 0x00000000000000000000000000000000, 0xa08e40ac4808636f3a25285929e10d64, 0x826bebefa0031f9809baff23595e39f6f06f9ee96419c626b251c74ef4c723b7, '', 0, '?'),
(0x36d6b33ef6c28bd3a29a58ba5fa68266, 'wp-content/plugins/elementor-pro/core/upgrade/upgrades.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\upgrade\\upgrades.php', 0, 0xd6b981696aba2b76ebfafae1dc74092a, 0xd6b981696aba2b76ebfafae1dc74092a, 0x490cb0d5f4b16da11e06f63223b9a45ebd0bc0f9837712dfe2e87649a1aa76fe, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d11602bb1d48cf1325076f468f2c04, 0x5bef15619c175a20830a95a332c7137aa1f9e39f9821dd441099c2ec9a105fe3, '', 0, '?'),
(0x36da719787d42990ee04e05201e118dc, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\fontastic.php', 0, 0x9288440cb73a9c931dc9773767c12849, 0x9288440cb73a9c931dc9773767c12849, 0xe587cd22e018cf4e14d6cf4a6c0041378bded25d0c6a49849ac6b0bf4974f4a6, '', 0, '?'),
(0x36dc3f9983e6232ad7de9be249090b43, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\structured-data-blocks\\how-to\\block.json', 1, 0x00000000000000000000000000000000, 0xf47276934f8f5c76405851f6e1dfb0e1, 0xaf821ea9e8c911f4e4268f1e00c00a6ab23037532eb6d67cdd6482ae3f2b0927, '', 0, '?'),
(0x36dd7066eefa884fe86cea02b8e44c6f, 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\team-4-col.php', 1, 0x00000000000000000000000000000000, 0x7f64233cdcb1c60e6e531bec8b0535c3, 0x4e2c725456a43ea7f881d03e1dfbaadc7dac9be423b4d359ec969ce4f88fd057, '', 0, '?'),
(0x36e0acc4401f7ff198568e08cc2fc600, 'wp-includes/blocks/comments/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x336d8762b5a13b1fd40e72ea0b447438, 0x537c2aef9cf87b0d795dfc3ab2268ab13bdbd60e869087b99de2f083b6b1fa59, '', 0, '?'),
(0x36e4fd7b2faed772ff8c4e8b56732aef, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\or-condition.php', 0, 0xb2ee8e01c5415fdd14c6172eb16ead82, 0xb2ee8e01c5415fdd14c6172eb16ead82, 0x16840724e06549d128a531fed222d65036adb6ddd280e7dda1a7385270e9fb07, '', 0, '?'),
(0x36f388ae6ad56e3fcfeec35681fc238a, 'wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5633b9e0526503125e387d5f42543ef, 0xdfdb854044d4d288f8bb9f30d6f73764a56e36abb0bb59e2b737bbe529c70429, '', 0, '?'),
(0x36f536f261ac70cfa97f80ca328b63ae, 'wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9028d1e67e0c42f8d2914964888cd8a4, 0x165b73709deb56696bb0a21989b3bb0249bb1b39efb7855775fbfc450061e5de, '', 0, '?'),
(0x36f8a75d0a37f33c5fe03c357b9dd12a, 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0x0da132e0afa2646aea20c534b829efa2, 0xc0727a788aaf374dcc8b201efdfb94bdbb71819f293798f609bda199b78f54bb, '', 0, '?'),
(0x36f9dd346f010f6f37cf21b9e13684f5, 'wp-includes/blocks/post-author-name.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name.php', 1, 0x00000000000000000000000000000000, 0x31760b0b41b29205429a52ba13668748, 0x1dfdb7a969183935108be350d2aca387703de50dc6e39b1fa4184a08489e328f, '', 0, '?'),
(0x36fdd52af762cf7eec404d4d593b9e90, 'wp-content/plugins/reviews-feed/public/admin-global.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\public\\admin-global.css', 1, 0x00000000000000000000000000000000, 0xc65689b7ed86454b36c85c17b27eb1cc, 0xc17643cea61de7db120675fbed39e684c1a87962876d8a82a9b20244a0f63750, '', 0, '?'),
(0x370b6e9173643a35b6aea65eaa768830, 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\webpack.runtime.min.js', 1, 0x00000000000000000000000000000000, 0x9cd57e8cc70f6a9fc319c4c45fef6134, 0x29a9e7cf4921ff703d16796d521bad32178d0262cc3fb11988edeb214b85a646, '', 0, '?'),
(0x37117a12bba19f587c3ac79dbc345635, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.asset.php', 1, 0x00000000000000000000000000000000, 0xf88a309b7566aeead1fff37ec56f84e5, 0xa575611a4c36927d29f3353da02c505e61cb843bf98d2c69b72d80b923149c17, '', 0, '?'),
(0x3711e1c47f5feccbb0120fb3a45f9dce, 'wp-content/themes/astra/assets/js/unminified/live-search.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\live-search.js', 1, 0x00000000000000000000000000000000, 0x7c9bd14b9d6b24012ebe946ed9a161d4, 0x9320bc8b03b14a45f935020211fcae8c674202211a22e4a8f6fb86e0ff9637a8, '', 0, '?'),
(0x3714fff19fb984d3ea1a075b08d2d644, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3321.1598ac7614af5a22.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3321.1598ac7614af5a22.js', 1, 0x00000000000000000000000000000000, 0xd4fcf8c2d4d2d57d616930b5a5de0dec, 0x18883493cac9dcba24efaf8968a9d331eb7a21e0c14759c2a168e5145958f8cc, '', 0, '?'),
(0x37167f27720c2437a41c0229799e1b9f, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-description.php', 0, 0x4865ba1c25f9860ff6c949aae941faf5, 0x4865ba1c25f9860ff6c949aae941faf5, 0x11d3b5582ecb156727cae096dc8726faea8ef401da0b9edb994372969442047b, '', 0, '?'),
(0x3717764d992026e4072e73e41af32e67, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\permanently-dismissed-site-kit-configuration-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x60bc63357a3703ee19bf8085c4e8349f, 0xa78e1be0b86b0adf9dd78038dd795637beb228ff057e18ccf1ac7f5b573c50c1, '', 0, '?'),
(0x371b31d2fe45eed6f5eca9078d14cc38, 'wp-content/plugins/elementor/modules/favorites/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\module.php', 1, 0x00000000000000000000000000000000, 0xcdf1caf8856053dcb11029021bee184e, 0xecb96f39ee8decd7428ad089a6c312bd1912bcad3d5be33f75b4865cdcd1ca2e, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x6dc045c207606459e6cec62194c52b92, 0x9aebc1516570e7f04b5eb09d4a001c15fc8ad29dc2b22c4056972552e052a7c6, '', 0, '?'),
(0x37284b8ace19554ad5fd266e11cff7cc, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-page.php', 0, 0x28bda344ee7a375e861c92257339e285, 0x28bda344ee7a375e861c92257339e285, 0xa9b8c657342572438ac690e05fffe4b3e55017abe78a7b8032882313bd2a6ae9, '', 0, '?'),
(0x372c1e6cc6eb95f392de314cf0c85f5e, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/content-suggestion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\content-suggestion.php', 1, 0x00000000000000000000000000000000, 0x483467f252dff93b696fac47c08587b2, 0xa6d440d92d85fb859551ecaf5eaec0030f1dbe102f1d3287f173a4ea14990c23, '', 0, '?'),
(0x372fa7ad537e9319df33b1987f412e07, 'wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\ShortcodeService.php', 1, 0x00000000000000000000000000000000, 0x4c7f7082acc0cd950dd82928141ec099, 0x4f1b995f7adeb2a4664140241f410d0f6af956625c2b19294ad94cdc8f3bc0cb, '', 0, '?'),
(0x3733a69ac6a10e2e4fb63416f4241f35, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Number_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Number_Control.php', 1, 0x00000000000000000000000000000000, 0x002cc7dba63ac40a8bb0a6d47968f6b5, 0xc4c025ecbeb94566d890d561de0df9932da4529ef97ea52d73b3e0e9c6836cdf, '', 0, '?'),
(0x3734ba1144edb1471b2edabb40b57fa4, 'wp-content/themes/go/dist/js/design-styles/style-traditional.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.min.asset.php', 1, 0x00000000000000000000000000000000, 0x254a89fc5bec4d619e6c80878a7e0fcd, 0x8f91fb1bb3e724d436ebdaafc22d1de941fd1f1746c334dea9dc26aff26e5bb9, '', 0, '?'),
(0x373d87f99de72107d8d1a5bb55981ee5, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-classic.php', 0, 0xb23939c2047af4b8bf7983df1cc20f9f, 0xb23939c2047af4b8bf7983df1cc20f9f, 0xbc2cfa79e34cfe26b6e59beda110669fbca69eba22c34e6be16ff3e679b08369, '', 0, '?'),
(0x3742e68f259f7b42bd38eb8359ffa886, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-500-normal.c0a0638f90b31d64.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-500-normal.c0a0638f90b31d64.woff', 1, 0x00000000000000000000000000000000, 0x23974dc4931ac0b4dc8f8cf7dfdfa6f7, 0xb8f242ea3429a2d5215f8d15194d56983d280dd7ca4f706ac2d56ca754bf98ca, '', 0, '?'),
(0x374319b85910bc15becfd4542524ec59, 'wp-content/plugins/wordfence/lib/wfI18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfI18n.php', 1, 0x00000000000000000000000000000000, 0x68c3c45fb8c3dc6b0df7f026c1018604, 0x673dcd5da7cb4d1f8a28bf28f74b50562538f65cc2e1b280f804da84e8543795, '', 0, '?'),
(0x37435f65fccbfaedb60951309e0351e8, 'wp-includes/css/dist/preferences/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style.css', 1, 0x00000000000000000000000000000000, 0xaf0d6c8798f5fd0393dd73d13a3c3482, 0x1073a0ff99a4b0245f277452d566c847a4c2a296aaea7e4223bc79727048b692, '', 0, '?'),
(0x3749cc448b6e0bb2d05348865de14c13, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/ProfilerExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\ProfilerExtension.php', 1, 0x00000000000000000000000000000000, 0xf3dc4411d731ab792a1a4c2e4fb812bd, 0x07c04f1190c18a4a666a2304202e78208da757853a1e08c282e58639a960d078, '', 0, '?'),
(0x374cfdb0d5a8cbd12cbf6f70cbd9759d, 'wp-includes/class-wp-url-pattern-prefixer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-url-pattern-prefixer.php', 1, 0x00000000000000000000000000000000, 0x49ca74979ced7148483cc25c0b89ada1, 0x0a9153c0442ec948073c218a4d14f516aee694bc3a877a756464dfc249ebefef, '', 0, '?'),
(0x375120e86d5058cc5ce3fe0ec29ab3e0, 'wp-content/plugins/elementor/assets/css/widget-video.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-video.min.css', 1, 0x00000000000000000000000000000000, 0xf989364572e8cf0ed22a53a46b5f13ad, 0x073965de5350faab4d05618c990bff81641bfcc65a880a90092092beecf204b9, '', 0, '?'),
(0x375810ece629cf0c7c2a34990619a670, 'wp-content/plugins/elementor-pro/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\autoload.php', 0, 0x45c003a89e39a4f9493e417b7b61ca4b, 0x45c003a89e39a4f9493e417b7b61ca4b, 0x29c8f118021852ce3fab2bd0a34b29c1b7b0ddbd519057f4b20919a5730da615, '', 0, '?'),
(0x375cc22476200ef3087c3c95ac1616f6, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-devices.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-devices.min.js', 0, 0x2b0572bc8da6ebeefaf8de1331d6fb68, 0x2b0572bc8da6ebeefaf8de1331d6fb68, 0x15c5bb6c2a9b2c7c49c0efd59c97ded0a723977fed0905ca5955aabeea18793d, '', 0, '?'),
(0x375e97898403c1d80c7f6b376d04cecb, 'wp-content/plugins/powerpack-elements/modules/advanced-menu/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-menu\\module.php', 0, 0xcf9b7dff63f7d53aac2012c574ff3053, 0xcf9b7dff63f7d53aac2012c574ff3053, 0x4a7bf2fb4f1f6bc326974be734495ed4395462afd57d6c52b63006821bc8f521, '', 0, '?'),
(0x376608e1e480e809bf269212f3f93bdb, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/DBManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\DBManager.php', 1, 0x00000000000000000000000000000000, 0x3c18f0499e1d9040b2702577385509d6, 0x4f8861a8a96570215ee7926679be70c7d7da059f62565fcd91825cb2be1b0a26, '', 0, '?'),
(0x37661095db29b1d12c1aa62a950e9a50, 'wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\graphic.jpg', 1, 0x00000000000000000000000000000000, 0x4b4fd0c22dd06bf7befb382833214db0, 0x5159c5661643af8f9c59423922385a8cafaa7295b04ec92e887cc9f909d80eb5, '', 0, '?'),
(0x376f6a40dbe8954aa02043f6c8bf919a, 'wp-includes/blocks/site-title.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title.php', 1, 0x00000000000000000000000000000000, 0x220d1c7a1312e1f82c6a602f6e7cc871, 0xabcf30e290523ae09e5e39aba65198c971cefd273f4391e561c4e8b1b725668d, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0x0b17ac4d5a55a2d75585459eaaa37bf3, 0xfeae017dbe9dcbf2d01b58ffea293839a6d5e3bb5b97345c214822caef5c7df8, '', 0, '?'),
(0x377308e38c0e4a4c33855bbfb73bbcd2, 'wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\custom-code-metabox.php', 0, 0x915168780b01f2c1c06c7193183b1ece, 0x915168780b01f2c1c06c7193183b1ece, 0x35368dce50a03b1654dc0da4bc2e3a095ed77e4d7297801654380a7934a50a70, '', 0, '?'),
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0xb25998dfc704f5b7df5571130887e28b, 0x23c57c937665e2d391fe9d138630e64a45c2420e47593afc02a595c0250b887a, '', 0, '?'),
(0x3778e289df5be411d4adda4f19f95993, 'wp-content/plugins/wordpress-seo/css/dist/installation-success-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\installation-success-2760.css', 1, 0x00000000000000000000000000000000, 0x78b855afb5b58898160ad7eb05505970, 0x4e6792c98057b7393c19cff461969443362ad818ac4c470ba608eaeb3010a564, '', 0, '?'),
(0x37790c1602fdec4333936b331eaf0208, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL.po', 1, 0x00000000000000000000000000000000, 0xb3ca05d84cca43a4d67cdc2032d49de9, 0x2b1eb2b534a1dff7e383b716318532512152346b198979abe4fa9000d3e31598, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\update-core.php', 1, 0x00000000000000000000000000000000, 0x7ff2b4ec1fac4c8e3b475f627519275c, 0xca762c492f4c185e9a80a577771a58319832a079eeba90a754eac9a349a7937e, '', 0, '?'),
(0x37817561173cd6282efa974cd59d4828, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0x3788908d761b3e10dea64c014c42a6a4, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/SBY_Integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\SBY_Integration.php', 1, 0x00000000000000000000000000000000, 0xecad3b65f8a23a5d9170c695d1e40142, 0xb3c3b24e5475daef955e68cd4599e1c7a934512f40edcc166296cf0b4152dbc6, '', 0, '?'),
(0x378a42d0fb3b87fe31b86756e136014e, 'wp-content/plugins/instagram-feed/admin/assets/css/sb-elementor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\sb-elementor.css', 1, 0x00000000000000000000000000000000, 0xb066cdebf18a3d5b043a7889dd9a839b, 0x687dfe9d8cd5755ea01d3ddab92c230e6f54fe1650e46a07d15a570b341ed3c1, '', 0, '?'),
(0x378fb3d4578bba70f84d2954a8e102c6, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.asset.php', 1, 0x00000000000000000000000000000000, 0xb93efe64169b9054a04656e6d6fd66b8, 0x2346026b172eb45cd9bf088049a24d465ab114d080f22a359d6ccf9e13fdf235, '', 0, '?'),
(0x3793eca869ff7055c545d097b73df46c, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces/nonce-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\nonces\\nonce-repository.php', 1, 0x00000000000000000000000000000000, 0x37ee88590a1e709248c899c978bb39d9, 0x57bbe58587be3535b2ce8e07b8790f5b6d9891fdf3464895dff889758f3e9c44, '', 0, '?'),
(0x379c1a40f25dc6a7fa17f9e8f7f78bb1, 'wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\stg-option-template.php', 1, 0x00000000000000000000000000000000, 0x8365ef76803bc2724533fd1175842d0e, 0x504f31ac1ec83db770a1c061bb181dd041dadf5db3b67df6de8cf77f74f893ee, '', 0, '?'),
(0x379d752c08386e5bd27b58cf3f249606, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-yt.png', 1, 0x00000000000000000000000000000000, 0x0eaa1f60c8163815b02229556180b65b, 0x441c455dc361c2b08d5aa2e1df042a320cbfb51e7c9c65272618f539ae2e6d74, '', 0, '?'),
(0x37a4e4f077c5f949963bff567a5bb6f3, 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/ai-generator-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\ai-generator-integration.php', 1, 0x00000000000000000000000000000000, 0xf8448b1ba2f167c0eb9892409ea887f4, 0x153329edb659b7c60907b67b18ea3581491f284dd59fe2691ad89c094684b28c, '', 0, '?'),
(0x37a54b05f095a267a945afb51235ddbb, 'wp-content/plugins/elementor/modules/history/revisions-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\revisions-manager.php', 1, 0x00000000000000000000000000000000, 0xb12f73c82455b05423cd5d068fc32e9e, 0xc73fabe10991938dbc0b19114c5f072709ceba672320faa632656491f96d46be, '', 0, '?'),
(0x37a778ae19f4caad421a594582aa038e, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0xc258922220d09c767d8544e9513e01d8, 0xaf787810a938ede2227fde56ea01da28fc8592c6f016b98c23457dc4899c414d, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0x37ace0be85a798506ab58da03979713f, 'wp-content/plugins/reviews-feed/languages/reviews-feed.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed.pot', 1, 0x00000000000000000000000000000000, 0xc9bae6206be696ded5b04b6f841ccde2, 0x5a84a46e171016e62335d141a1de7059667d8e1c07acf56f4768b3cfbdfec983, '', 0, '?'),
(0x37af76a40e31bb67fed231a48d99cda8, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0x37b2af6a55c3ea7d1d404764691d53c8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\TaskQueue.php', 1, 0x00000000000000000000000000000000, 0x3e8bb910d1cec5baad6099869c4c2eca, 0x54252550709a610a5fcb85d897956f2bca33804de4a7e2a79e91e018eb830c27, '', 0, '?'),
(0x37b4f8df4736427437beef828ea3bde6, 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/request-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\request-handler-interface.php', 1, 0x00000000000000000000000000000000, 0xcc2a9ac8d129cbb1e9cf5069b28b0cf0, 0xc783b44c611b6ab6579eb8eb1e774bb9a31de9a9dd9f30ecbf1f923fdd2fb9f6, '', 0, '?'),
(0x37b6476348791a1dcc3c1bf90b3a6b55, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\title.php', 1, 0x00000000000000000000000000000000, 0x1156e92f60b914026ce4149643bf0d91, 0x372a1e0abccabdd3c89f539e7f21af1859f21dc7da5c7cd584227c833a7266d5, '', 0, '?'),
(0x37b75ca34a99415e7a688afd570ef756, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\add-new-template-menu-item.php', 1, 0x00000000000000000000000000000000, 0x97d4e5d477339c8999d17fadb2231104, 0x67ae3033512b67b0d5bb2e6aabc294e26e2a7e6db1cbe766f4d06401ef698b30, '', 0, '?'),
(0x37b8b0981bf9c816bd40947235aeee0b, 'wp-includes/blocks/gallery/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xba4d956f647b1576bac3b05ba84ce876, 0x3d681fa7c6d3a3a870da7da17cf70729d1f0fc579bce52cb2072021e25f42562, '', 0, '?'),
(0x37c05b2dfe5df7a8036f0c80b6db146a, 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.min.js', 1, 0x00000000000000000000000000000000, 0xcf49eafa278a33f72acdb741726ce502, 0xbf0736133cb15c8e6bf3f009ee51445c265891dd890fdb55daa0000ed78e61a4, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\menu.min.js', 1, 0x00000000000000000000000000000000, 0x284953f0e0a570aa06d6b527c45a55bb, 0x6e3205a30b04ee11e8761724e085ecc5fa6e800d360614fd2ca0b057555b4ebb, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x37c33fb7cda2467f046619f826c0aece, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0xb1741795e363012232f39f38988d79bb, 0x1286dc2956be033be8e7bddfa94fac95e3f1bf3ead80256afcdc2b24dbc53f6a, '', 0, '?'),
(0x37c456beddf0e8297cd8617d40aef527, 'wp-content/plugins/instagram-feed/css/sbi-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sbi-styles.css', 1, 0x00000000000000000000000000000000, 0x4ddcc6fb291bf838ceb6c5371a9ef650, 0xbe1b7a15734388a82ce228c943db323700017f153b77870342ed2d995ccc1d2a, '', 0, '?'),
(0x37cc17e1de85c1f48bed7508bdf1eeb1, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.30f07a4ca0162c2af3fb.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel-editor.30f07a4ca0162c2af3fb.bundle.min.js', 0, 0xb467be17631048bd4a4c223ccbfc97cc, 0xb467be17631048bd4a4c223ccbfc97cc, 0x11e5ca3ecb0f3c789c151ce8392c83ab1c347da146799b466009724a73f4684a, '', 0, '?'),
(0x37cf8bd474a8645d428592013fdfd2f7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\EnvNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x04f04d954c95c8f005d9f89febc6114b, 0xdaabfad73b8a9303d694a353f43feb45325843d85cea30060bfc690347b88090, '', 0, '?'),
(0x37cfeee97628192a6dd20f1eeed8242f, 'wp-content/themes/go/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\page.php', 1, 0x00000000000000000000000000000000, 0xf46ae34aec42920cda1538c5164776ab, 0x83132e58ca286743ad14ed6f2b840fe5ee670a1348b60913e4f21273403b5fba, '', 0, '?'),
(0x37d51020343f63b15ad0d11ca90c9203, 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb016d2f2888800123cc5ed32d1ee3e04, 0x140865643fa6ecdf269315d69c78d742a6b6908a54cf111fe566c866705d3a56, '', 0, '?'),
(0x37de597c37945e1a99a3cbcf56710f0c, 'wp-includes/blocks/site-logo/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0x37dedd50a8646c9b95025e27ead3cd90, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0xe03f1a1709291491e6432990aa25489c, 0x447dcabd80536ff26fe5189526d89b5933b1ecd1ff63797796ca2b13e5e544c8, '', 0, '?'),
(0x37dfdf55a724b95f6cb5f88c43dbe50c, 'wp-content/themes/go/dist/images/design-styles/welcoming/arrow-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\arrow-right.svg', 1, 0x00000000000000000000000000000000, 0x43db08864b223a5c64801d862e87374d, 0xb3322668c5a6cc965ed1341c7e5ae633f5262c072ede0e9e4b10700d1757e28a, '', 0, '?'),
(0x37eaceba7189c5b049258057eab37a75, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\footer.php', 1, 0x00000000000000000000000000000000, 0x87b2c3334f30f9e0b60147b2eaf7c50c, 0x9ff4ca6d1bdbc60bd9305d4ee0935a85d3440a5ab0e0a650a3e0beac571dfd52, '', 0, '?'),
(0x37ebb479ad131c28bcca949cfa7c848d, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-icons-promotion-menu-item.php', 0, 0xce7888bfa48b0997b8f5d8cf0863c213, 0xce7888bfa48b0997b8f5d8cf0863c213, 0xca66bd3f3b153933f2f47757d3e1d8bf5b977124975c291bba18fe0ec1426c15, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0xfae84870d6ffb664a803da352f63d32c, 0x04b8a61968f471705442367132c1396342155d5fc0ceb75fd71d058db882cf47, '', 0, '?'),
(0x37f0d954957f6e21a1a690550a0afceb, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\header-footer-base.php', 0, 0xe6a0a0f2debb82bb866d881d231b968d, 0xe6a0a0f2debb82bb866d881d231b968d, 0x75d1fd313d0c3cd1c9d7b76785bb3eaf9417b2f3206d77d11fd7a7a35e83ab2d, '', 0, '?'),
(0x37f445e9fb0452bd6436c7c5b3ef8976, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0xb6426ff2af07e82b4372b9b92f68b232, 0x583f9e8522ddfe2b8018b4ce885a753769459363fd6c2ce6222900bc054a9546, '', 0, '?'),
(0x37f4751a2370a61d2f3b509e58dea475, 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\keyword_research.png', 1, 0x00000000000000000000000000000000, 0xab6230cd44814de48740645ff51d4ec7, 0xda0ea2217901ca2b8bb5e79de56d971282715558ada5e9160157169c6a43bd11, '', 0, '?'),
(0x37f9328ddf5f52b406449e18c73b6eaa, 'wp-includes/blocks/block/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\block\\block.json', 1, 0x00000000000000000000000000000000, 0x48c1f9a2108e2c2cf7bc8c4df961c193, 0x3d53338db17bef6534185f0d393c7ca5661ffa9cb9b71d23aec83763eeba1220, '', 0, '?'),
(0x37fa214b491c2a2c67f5aa216bfb6b58, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SourcePolicyInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SourcePolicyInterface.php', 1, 0x00000000000000000000000000000000, 0xde7c8d6c0269aff4a9f97a8f93b7fb4f, 0x01353ba7036c35a83761b1a5216915d03e3a6c26c1139e71381003e093a3ce9d, '', 0, '?'),
(0x37fc29ad028104a1ff43e261f2b5b2f7, 'wp-content/plugins/elementor-pro/assets/js/share-buttons.c76474949213ab8d37c0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\share-buttons.c76474949213ab8d37c0.bundle.js', 0, 0xaa3763aa697808a3f4fe6a635ba68f01, 0xaa3763aa697808a3f4fe6a635ba68f01, 0x0c8b595e8cfef2eae5d75bebb0f81ecd984df056a0c66592d59de819538c882c, '', 0, '?'),
(0x380090217224f86b8740c57e7b4f8202, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/BlockTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\BlockTokenParser.php', 1, 0x00000000000000000000000000000000, 0x0fce729370a51ec44cc4eda43d9a4a21, 0xae1b330bea437461948d65ad98fd48c639e149f328d740fc06f2780eec41131b, '', 0, '?'),
(0x38034b11c834c95bcf6822e85d5faf9e, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 1, 0x00000000000000000000000000000000, 0xe4cd87d8233d77d761c3dba3034cee56, 0x658df9493bfc5a02f5116deec599e88a3a2253d9405b05ab40666513f4b0b0b1, '', 0, '?'),
(0x3813d1fd6d0f8df9eeda35a11ed9b32f, 'wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\flip-box\\widgets\\flip-box.php', 0, 0xcffc4559e81e96db733490de1203466c, 0xcffc4559e81e96db733490de1203466c, 0x54ad95cf6f2ce8a405121605aaabcad9d4b493855767d7cb10802d87b447dc9a, '', 0, '?'),
(0x38159efc4da598efd7ff48bd4c63c485, 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x88f9db233b0d5f544c04702185ceaa47, 0x9fa1389526a19fcf94c715c417c2d66344ded19aeae621becc67ddf033244c54, '', 0, '?'),
(0x381930009718eb771a31608e7214c388, 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-ext-transparent-header-loader.php', 1, 0x00000000000000000000000000000000, 0x2c174108637e49144f08c697890e828b, 0x3788502c609686c268fcd0b6e31855cf7581ffbe9c3d6f672a916fda051f4c0e, '', 0, '?'),
(0x381ed957e6eb84a76a149760f6c1f1a7, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-post-type-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xbf1ab2af54bda5788f73d54784589ae0, 0xf853b280683405f1027e4f3875f04af4ab700598431de0309850fa9e00db5fa7, '', 0, '?'),
(0x38213eaa954bbc249573950f03f3073f, 'wp-content/themes/astra/template-parts/header/builder/header-row.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\header-row.php', 1, 0x00000000000000000000000000000000, 0xf87615e02c1a36dc79e4540aab4547a2, 0x7b2d904d382d008085dbe10108a4106d2e6404de89dedd7be0c37ca4d04a74ca, '', 0, '?'),
(0x382a723dd937aa4028c4078df54495dc, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.woff2', 1, 0x00000000000000000000000000000000, 0xbffa4b7f6db11a88e51071219d57d281, 0x39aea46d1e2a0d2e17f0ae17e68b37c1b7ec24c88838fcc0050a7641f32dcbd0, '', 0, '?'),
(0x382b41f29b360053359947df52d49862, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.js', 1, 0x00000000000000000000000000000000, 0xe4a7616208a797c420f782fd4e69c9a8, 0x77a9f24c60fb8cfcf31e91046ac04db387e64ab1424455de60ab8369d2aca03c, '', 0, '?'),
(0x382f59c02d15d4980f54e4ae2e47f534, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/welcome-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\welcome-1.png', 1, 0x00000000000000000000000000000000, 0x70e6d9604811c0dc382ca768c388eda1, 0x5f1dbc8f52c7d4f4972fca9d33a4de747c7ccfacc0688708ac7dabf828e25cb8, '', 0, '?'),
(0x38316ea504dbbd0d856b70babdaaf175, 'wp-content/plugins/elementor-pro/modules/interactions/hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\interactions\\hooks.php', 0, 0x94d03f116febea08ac48b5cc67638ee9, 0x94d03f116febea08ac48b5cc67638ee9, 0x909029c3264723e025c06db4284bbaa1e4a4da1fa522513c8ffb63845be03bc7, '', 0, '?'),
(0x383796e687466b8736a8db0ce123a217, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0xbc23d1a1deccadeeffda764f4f45ede0, 0x832181b30cf28fecf04d308e149aa285eaa6f57a5ee13609549ff66d350e424e, '', 0, '?'),
(0x3837d1d8a1aa64c5acffcdb1d5c1d6d2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews.svg', 1, 0x00000000000000000000000000000000, 0x5171ac63d67866da287a11e3e998265f, 0x7faf076f4b5c992b92f610036cb294d3f975840bb7181f5a94986127a3709187, '', 0, '?'),
(0x3838ccc6659337084d64c73e934357fe, 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-my-yoast-proxy.php', 1, 0x00000000000000000000000000000000, 0xf4afb32ddf5bc1771e29164a3ee994c8, 0x1e97fd6bf364f10430cdc610991a2c495f6398564db57c4dfc40b83767be6c92, '', 0, '?'),
(0x383aa70645471e23fe8415162b333008, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-charts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-charts.php', 0, 0x169ed72e4cd4f407d6befc3ce1ca43b8, 0x169ed72e4cd4f407d6befc3ce1ca43b8, 0x66b83138c6fe6485fa3635e16bbcc76ae6f059353345a65faa123052185f669a, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor.js', 1, 0x00000000000000000000000000000000, 0x3ba736c6ba16a3075ad570c41e00435b, 0xe3eaa91367b1b900109bb6a9a9c8c6f1f741ed40e15c8153ef2987f47e645e55, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-synced.php', 0, 0x82f35da1c8ecaa82a5a629d637268269, 0x82f35da1c8ecaa82a5a629d637268269, 0x19bc6acee90b79b830fb503d613199b74930bb9511d0f11306dffccc471b9941, '', 0, '?'),
(0x383fff5eda14503328daa0033100348b, 'wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\notes-database-updater.php', 0, 0x8646aeab94536d8566adcef7115309cd, 0x8646aeab94536d8566adcef7115309cd, 0x1e95a292b9d42fbf60ae2651beda348e52a1b3a26ceab965ff489027135dabb2, '', 0, '?'),
(0x38414f6bf97f9a2e6554c457d0088f04, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\header-widget.php', 1, 0x00000000000000000000000000000000, 0x3e4605c6ec06842814ac8cea4f4dcb6f, 0xca88dd26ebb6462cabd03b64e9c6a294e5eea6e43e06f02733dacdd40ee6b35b, '', 0, '?'),
(0x3847445f00e25dd45834f845b38ac456, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x1510550a464119e0c20c45c1ba2b4c6f, 0x5be777ae7cd71ec9323f0b1d9c9d71508a0003a8daa7036c1b8b652de89ec356, '', 0, '?'),
(0x38482ee6c30574ddf7dc60959bd0ea48, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2143.07eb6618faa9a97b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2143.07eb6618faa9a97b.js', 1, 0x00000000000000000000000000000000, 0x16e824f7df6654d51f09198525884ec3, 0x97b8b0d6d09711cd7c15b9eb4297f448660dae6188fbcc5f26f83a57c436d709, '', 0, '?'),
(0x384854c4e338db1499811eb193ae8ea8, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/tiled-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\tiled-posts.php', 0, 0x2cb5f244800f41caa99a2da9c8645208, 0x2cb5f244800f41caa99a2da9c8645208, 0xdce3630d51f2e00fee9fa7d8417fe5ee089ea5593cf0530fad9f6c5a4bda6fc1, '', 0, '?'),
(0x384b17d841b7c4193e20bdcce17addc4, 'wp-content/plugins/instagram-feed/assets/svgs/color_scheme.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\color_scheme.svg', 1, 0x00000000000000000000000000000000, 0x5d0bb35f5e0735d37e97ee594c7f8f79, 0x00bec97d960790aeb9748235118e927ece361f1e01fa8ecc9408ab21d9ccf806, '', 0, '?'),
(0x384c988fa750172dd34279a84b2f1ff9, 'wp-content/plugins/reviews-feed/assets/images/reviews-small-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\reviews-small-icon.svg', 1, 0x00000000000000000000000000000000, 0x76f470d2a892d79f0d16c583bc071dbf, 0x82573d3575f19028c29a0b7acc5538979aa3d84615bdbf8b62dca2eb123103bd, '', 0, '?'),
(0x384ce43286c5607e5d5e3842a1897512, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-groups/score-group-link-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-groups\\score-group-link-collector.php', 1, 0x00000000000000000000000000000000, 0xd59b6a3797dccabc9399968878bb5797, 0x681e8c10225ceb3a46fc2ffa7f4c1793cc1311f1c58c463638851e0fa5dd6742, '', 0, '?'),
(0x385106dc5ec7616e90b9127d4cd94b30, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-300-normal.d6049cb54aa6fbe1.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-300-normal.d6049cb54aa6fbe1.woff2', 1, 0x00000000000000000000000000000000, 0x2f6db923d0bf305f1c0a0be9a7df0960, 0x3b3563ead5b6b5f348b47479d0b5ab90d21aeb91db6fc967ea5a1a255be77622, '', 0, '?'),
(0x38514cf1990f163dc86f522f9f40d6f0, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\import-export.php', 0, 0xf3a398e7df140fe8575d72a1cfdba97e, 0xf3a398e7df140fe8575d72a1cfdba97e, 0x08f84809fe87afde8689df380aa68b597759d0c3220e838cc7faca94e3af68ea, '', 0, '?'),
(0x3856bbfefd8edda8b4ae4a2a6b440de7, 'wp-includes/html-api/class-wp-html-attribute-token.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-attribute-token.php', 1, 0x00000000000000000000000000000000, 0xa72e57576e6aaafa801fb61654f655c8, 0x8ca38652c9ea737fbaac5fdbf5874b047144cfe444bb4dc5048aeb6b0d4f48af, '', 0, '?'),
(0x38571999ea38e9c6a8729164825a8e39, 'wp-includes/blocks/navigation-link/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x88045caf0895eb9f0b5c77ea2953ad7b, 0x71b2e8ff1b7c0041d08b7943dee2892550c053e28554f28dc59d3579e180e6a2, '', 0, '?'),
(0x385905364191a6618aaaa7b8ecce6f48, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.js', 1, 0x00000000000000000000000000000000, 0x1323490aa120e560d286d8feedb17196, 0xb922072fdc1886996166b6a5df501914c8abbdb35910e83027897ac5f0ade905, '', 0, '?'),
(0x385942e94132b50760845c72131090e2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/AbstractExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\AbstractExpression.php', 1, 0x00000000000000000000000000000000, 0x45c73c8a891fca1fedac0d37a2541465, 0xe96487f3c4f004067a323d9c6576f778b46be808f629644c2ce12fc00a65a849, '', 0, '?'),
(0x38594f35442865af92f787cc9df90a6e, 'wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-creativework-schema.php', 1, 0x00000000000000000000000000000000, 0x9a49cfe6a50c84d156dcb647b7cdde78, 0x74bacb515aea4afe1bc89f4d3671bb2dc3b71eb40eb7aaa9532fdbf88c1f7f05, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0x3860b139702a3b70829ad830638b4163, 'wp-includes/blocks/comment-author-name/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\block.json', 1, 0x00000000000000000000000000000000, 0x6ab40df82c847aa5ee55e9fe5494be0d, 0x70030ccfdd68ac97125551b5f713cd7649e4c8b656dfd039015b0d0f15285161, '', 0, '?'),
(0x38614cb61e8eea21ee8e3e8b28074a2f, 'wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\wrap-core-dependency.php', 1, 0x00000000000000000000000000000000, 0x503effff145d1b80effd1de565f6ac4d, 0x06fd80c01fae7421f4355a16cfa333dc3c7c573ee500fa4cc4cb676f77e34844, '', 0, '?'),
(0x386e903089d7bdfe9e48296b59682ee2, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-version-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woocommerce-version-conditional.php', 1, 0x00000000000000000000000000000000, 0x3a384e559f8a2b55ece60c78a66692c5, 0x3e048ac95cdaf9f28e40a85736585d1115267e5a08b3682574dfd30ec78bdd34, '', 0, '?'),
(0x386f024ffbe652b4e9a44607a61227ac, 'wp-includes/class-wp-block-bindings-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-bindings-registry.php', 1, 0x00000000000000000000000000000000, 0x3594f6995ec32a96d8d97838c9100bd3, 0xbb28c17b9783f3a92f971b2605b36210c876e7ec6d58b3ab3901d268bdbf06cb, '', 0, '?'),
(0x386f091b526b6ca73e775776857408c5, 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0xe2a26ec0e14b49edee4ad4f855bd72a8, 0x250007c6a36efb0c4928cb76358ebb9f4be3bd6c3f953b1b4d69a7d1db09da8d, '', 0, '?'),
(0x3871fbedef7c61e8916cc48bc60a1956, 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-no-results.php', 1, 0x00000000000000000000000000000000, 0xb538cf4b1dc1bc502cbb820583c4f487, 0xb98ba8b1310964ec230461db74e9768a967e5221f65c6751a612bdf9b32f9f30, '', 0, '?'),
(0x38771d4d65dc16e6f81e69dd1b295327, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/description-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\description-adapter.php', 1, 0x00000000000000000000000000000000, 0xbb48229a0ca8ef678694547746f5d50e, 0xb27fa817af2c7f8aae9fa26539d3dad55e96f45f277470427750e442cf7ffa5d, '', 0, '?'),
(0x387868b81e0b2472aae1ccb9ea63e355, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xb42c99b0128e84b22003fbf056e92c85, 0x68b9e7c8c5bc87f1b951ff3f0cab53b470afa19dfa7e9cee815016d36b4575d7, '', 0, '?'),
(0x387e5d2523295c36d4dc9156fc73f8f4, 'wp-content/plugins/custom-twitter-feeds/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0x1ba1e39701884194fe365db0a01a5374, 0xc62598d95417b522f7a64d0e97bf61c754055ad8d330474c55cc5ffcfbfd54f3, '', 0, '?'),
(0x388a4a6b385dd65d7af4d616bebdbaba, 'wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\hooks\\use-feature-lock.js', 0, 0x25be60279da0b9b8b6a2a41856204c4d, 0x25be60279da0b9b8b6a2a41856204c4d, 0x2db7287139f484208bd6d72e39ecdcde12c1af3447499715bf1fa4eb84e1f5e3, '', 0, '?'),
(0x388c97b5afd62d1f3bb0fbfa2c945b43, 'wp-content/plugins/instagram-feed/inc/Helpers/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\Util.php', 1, 0x00000000000000000000000000000000, 0x6f88b26533a26c7551c2bed021643752, 0x22888088c4d49e83b8e4857dac674a1ea9643dfd361b5eaabdcd897184fccbfa, '', 0, '?'),
(0x388d11854b721e579cd92bf6e4f39b54, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.js', 1, 0x00000000000000000000000000000000, 0x41337e9173830f9e026efe4cbfc0a9b2, 0x6f74b58375d2a94fc5cfc479f95756f1f0f50ac7f81bc1e801216d70929f3a2d, '', 0, '?'),
(0x38901a2b06abf4581c2f7b99eb3bc74b, 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\sk.js', 1, 0x00000000000000000000000000000000, 0x1b3a232b590c799e015626b6d4595766, 0x54c40804a455c83fda113cbe749e547f8615e247a0c6760ac008cae769c67b20, '', 0, '?'),
(0x38929ae8fecd365b8a50986b30377e7d, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons-manager.php', 0, 0x76d00ae05f18482a0bd05b2d296d04af, 0x76d00ae05f18482a0bd05b2d296d04af, 0x61f2a07a89d6938af10ee92d5134bfc340298eb18701de941e529469775290c9, '', 0, '?'),
(0x38940564ac1b56f1e662b4060587d6a2, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/video-src-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\video-src-transformer.php', 1, 0x00000000000000000000000000000000, 0xb0c362895a0d260723919a29a0f63aa1, 0x859a6c5a8ae37c1d54b239d4929285846b6a82c3f99182e0535b0592ff26c7cf, '', 0, '?'),
(0x3894a4756432189edfc4cc75f53095e2, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x38953ef20c80070a21489de9a712bbd7, 'wp-includes/blocks/navigation-link/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor.css', 1, 0x00000000000000000000000000000000, 0xc680b2ed64fd552ea4418abffae02874, 0x30ad9feb0c92ada8a9c761f14940d1688f138e30ba88a575a9ee7ed1ac9c9e88, '', 0, '?'),
(0x389772da46abcd790ecc5ea3307606b8, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-form-fields.php', 1, 0x00000000000000000000000000000000, 0x37b1080dea4b0f8086c6bcdc94ba0f01, 0x1e8710b02da0dc2a7066b5b2ad2eab3bcbecea308b8c843d5b32f3a74c0cce62, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\translation-install.php', 1, 0x00000000000000000000000000000000, 0x267d2ac3d176fffa07bbb0d049b0a7e3, 0x4b701fc5336c1175ac2758afac3bbade36949d88c42d5d562d25c9e3ffbf85cd, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x914a57743e80556dfd1519b420da0a82, 0x0b1f4f93bab1a7c7a2df4d442311e8a1bf8748228cf208e51c2398d4dbff183b, '', 0, '?'),
(0x38afecc38b30d6326ff470275f2e6a2b, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\description.php', 1, 0x00000000000000000000000000000000, 0x98cbcf8726b30e70b71ca3ea52ed1e5c, 0xad2e94c96479e72a8b9001ffdf8c837f65ed885360851e8c5b0f007009257e08, '', 0, '?'),
(0x38ba0815acfc345987d842feb418625c, 'wp-content/themes/astra/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\functions.php', 1, 0x00000000000000000000000000000000, 0x8985a8795fa98525593679d5a2748df0, 0xd81f32e890f46a8473cc10cdc46997435e3d31e2f4daf8a5759a4b20d99a144f, '', 0, '?'),
(0x38c0be992aa82af8fb114d4376673c20, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/headerLayout.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\headerLayout.svg', 1, 0x00000000000000000000000000000000, 0x4a8c5cc11b5c90b96508df0c1c65c5ef, 0x57a0891e33a29d2030ceedc3e7ccbfe4b3581c47babf5f1ee616a627936747fd, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCrawl.php', 1, 0x00000000000000000000000000000000, 0xd49e0ec06f1071fb1ed729e363c99b59, 0x65b6593ca3576fb53b3c15fd6f69a586c9765d9490783a0bff54e4a079e0112b, '', 0, '?'),
(0x38c6595486e316bbe721f41e49ade2bd, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.js.map', 1, 0x00000000000000000000000000000000, 0x4a6df8cab8b414842e2b0f43eb8d033c, 0x78aca455d7cad037028ed597adceeeee121ab726f9df9be5c4980c9cb143a843, '', 0, '?'),
(0x38cf7e97234b397b752502dc79bb52c4, 'wp-includes/js/dist/widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\widgets.min.js', 1, 0x00000000000000000000000000000000, 0xd3146e8b51b8eba2e4e634199bf95f0b, 0xe2417af20778ede786bb3044932a3de2e778989f348c0e2f0b547dcab3b81486, '', 0, '?'),
(0x38d145876d2c015fba163aed070bd034, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/no.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\no.png', 1, 0x00000000000000000000000000000000, 0x766e258a828d8de2788fe58f6c640ea2, 0x8ddb9ca3008ba3a591413d742ef6ed102163a3d3dd8671f24c9447212fde1b03, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x5ef8b57e0648cd28f9c9aec4fd009ece, 0x4d225662b9c24f32359f353729bf807d7c0a73717cab0ac4778622da5c3511f1, '', 0, '?'),
(0x38e013e8d9de0cde02df6b0b181933f7, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\HasSomeBinary.php', 1, 0x00000000000000000000000000000000, 0x7d440783e4259ada29050487f16f08da, 0xeefb1dffc0d267f9d7a4958ffd7b8845bd40fa998fbaf61a4c7a3473d4468b42, '', 0, '?'),
(0x38e4ec40c36119846286a545c1aec820, 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form-submission-admin.min.js', 0, 0x75d1dbc2259e38cf6c3212c0d887fbf9, 0x75d1dbc2259e38cf6c3212c0d887fbf9, 0xb19045707ad8f45d36f4a75b663653c3c3c86f50ef6bcdb8be51d1dd7610abe1, '', 0, '?'),
(0x38eb889f0b72b0436fc5e152878799d3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tiktok-icon.a2e7de498350ff7ea62743426471b70a.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tiktok-icon.a2e7de498350ff7ea62743426471b70a.svg', 1, 0x00000000000000000000000000000000, 0xc69c122fa40adf634174bb4d08beb6dd, 0xef23910c0bb169fa0020ce227723aa951aa65b9700e668d85625a5391a70c5dc, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x38ef2ee7cdedc749d49d0b92dcdb9591, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\templates-categories-menu-item.php', 1, 0x00000000000000000000000000000000, 0x90e82c3663af785b30c341b062e2c583, 0xd4166c1ab309a9d3e829c36154c96c883200b6c5581e07d312b18762ac05d04e, '', 0, '?'),
(0x38f4e0ea5100aa5a2b9e25fbd3047fac, 'wp-includes/blocks/query-total/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\block.json', 1, 0x00000000000000000000000000000000, 0xb821ea865b6f6d7bb05263c327329068, 0x03358450474010107e561a786a633fc202264885d463b0050dc4b65a5463d790, '', 0, '?'),
(0x38f93a83101513c8cb81079156ee1c94, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\posts.php', 0, 0xe75a8edc9a43b97f380be00dbc7041de, 0xe75a8edc9a43b97f380be00dbc7041de, 0xe941018b093836f4068fb6c86935300e0a224b813309dab9f541306f4583a38e, '', 0, '?'),
(0x38fa649fae46beb3e6d9eb1ec6755caf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-left.svg', 1, 0x00000000000000000000000000000000, 0x7d5131bbc44d9a54723c9010a415588c, 0xcb0b7b7844767ac9f39fdbe3ac947488787c13c12b147bc8d007b5cf620aabb1, '', 0, '?'),
(0x38fd774b92e12573cda7f922b2929a55, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/js/date_i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\js\\date_i18n.js', 1, 0x00000000000000000000000000000000, 0x9bb835c84f72472f8e396b5d52cf257c, 0x972a1d91f4cb76a16d72a6a219b38055f264c1f310af8893b34a80ae0c2549c9, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x79827dedd0eb15f0ee788ac363c326b6, 0x828d9b99e5eb285d50a213f3c255501b274ca98b329ad26ebf1abd0aa8c2edff, '', 0, '?'),
(0x3909848bb9a465334dd6b2bb97e1bbf2, 'wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\assign-homepage.php', 1, 0x00000000000000000000000000000000, 0xd6bacbc56cb7699b983c90416c7bfe3d, 0x397419bf1f59d0d8648d92f1dedd2684fbe998fd53c4e8cebcdff3a9b4228208, '', 0, '?'),
(0x39117924fa2d6efd6548bea91eaceb2d, 'wp-content/plugins/elementor/modules/variables/storage/repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\repository.php', 1, 0x00000000000000000000000000000000, 0x4fda006ec27fdb2cb37c7cfbea0aca6e, 0x773c05ee0e74d6c4747ea7ed5ae7803d1f22e3574bccfa9ba713e9c3537fa1fe, '', 0, '?'),
(0x39199b9578def74921b4d54c2e242f9a, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-mk_MK.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-mk_MK.mo', 1, 0x00000000000000000000000000000000, 0xe18408800606136f12cd59251bb7671d, 0x2e6a84e35ea2435b83b6d94de61e4ade1ff415c7be284020f78a2ef6d512b525, '', 0, '?'),
(0x391af64ad9e4137effddeebacdc448ad, 'wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\assets\\images\\conditions-tab.svg', 0, 0x7bb02101f55d22103007c23cc3168064, 0x7bb02101f55d22103007c23cc3168064, 0x6b08bed1f3ba63b3efeb61808b7c00623c22d09785ec88fd39b472a5ea376baf, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x78aaf8088898cdfc24e4be0715cf8f2f, 0x0d577cf7b8ca4bbd787dfbc25a06d6079567b0e94fe8c1bf792da561cfb7c0fd, '', 0, '?'),
(0x3921455d5c54b971898735cec2d00c63, 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\classes\\render\\core-render.php', 1, 0x00000000000000000000000000000000, 0x73eb128179420d73b38913e8081a1b45, 0xeb35999c49afbebc17fe5ea319b4578356d95e38600a34b443b5c881cfa7242c, '', 0, '?'),
(0x3927048abe32e5d87cf2583ebbfccce3, 'wp-content/plugins/elementor/modules/page-templates/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\module.php', 1, 0x00000000000000000000000000000000, 0xb2855a40d437444d04abb734b61714b9, 0x70fd38f41b67afbf322f9dbe647d44e78085e31633c8210ff38178ac8ef4b98d, '', 0, '?'),
(0x393491a4a9498229805b845949860a08, 'wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\behaviors\\feature-lock.php', 0, 0x20c2d3d2884d9066b3544b814c999cb7, 0x20c2d3d2884d9066b3544b814c999cb7, 0x625489a768187e60c0220776fe6efdaf137c13924cf40429bb1e1a2758431923, '', 0, '?'),
(0x3936cbeac21d75e26da586d2b31a82b7, 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xa08997bf34bd994da9a2080274de5203, 0x4eee9bd28a2e4cd9c01cc15edfddadee1a930412e418b9eaa7e7d6cc1f308dfa, '', 0, '?'),
(0x39392a517522a3880adbf11d17c1b58c, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.css.map', 1, 0x00000000000000000000000000000000, 0x9cfd6dee935bf9d0dcf4359d4e1a7ee6, 0xbc66988cc507987de9ac2c46895ec849f778b381d49702a18f692e8439069b00, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\langs\\wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x02ade63a772cef805d810f5e21739305, 0xf2e1e4e35be520936c1609cc9af079fb9e482dbaa47f82ecba00ade739fc5040, '', 0, '?'),
(0x393b1ffb625917a6ae3b00bbdbab0792, 'wp-content/plugins/wordfence/css/license/response.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\response.1778081072.css', 1, 0x00000000000000000000000000000000, 0x7b62b1bfa5a0f6dca1c06671b5c0ad84, 0xa3899ef5d5bd7cb4992a0c7f216e67dc7cbd45f6324a88822fdadc9274bb2357, '', 0, '?'),
(0x393fb122d452633268b674434c2b6e1a, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0xb0b2bfa183458cc71c701b9ff9310add, 0x74d2309b9df2da145a721c5aa0d2f69d8d4de2570ad378bc1004a8226de42faa, '', 0, '?'),
(0x3940bf5c169f6776e09dd2af79c4cdea, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201202144329_AddEstimatedReadingTime.php', 1, 0x00000000000000000000000000000000, 0x35521bdc80da31d03462a83a0c3d7202, 0xed77af3ba498be41808d1eb7d85d20c286ccee5ffb51dd0d9d6a1d1a293dfe60, '', 0, '?'),
(0x39452c71de129ddc4b5b92aaf27c019f, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpLeft.css', 1, 0x00000000000000000000000000000000, 0x977f813715ecc033b3f99b7f078016e0, 0x63a3d575b6af63e8f55fcaff7f061cde9c3acb6693fc4f060db8bfcc9e1ba5d7, '', 0, '?'),
(0x394569879174ad386429ef948a24d073, 'wp-content/plugins/instagram-feed/admin/assets/img/book-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\book-icon.svg', 1, 0x00000000000000000000000000000000, 0xcdddae4e73997b9d85205cb00d0e51c3, 0x717946f8ed8abe8020de876bffeed7738f34b29dc8733e8f705424175ebeef69, '', 0, '?'),
(0x3945732b9daf0a616a7f290b1c80cfd2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce.php', 1, 0x00000000000000000000000000000000, 0xce5847af9df50ac488e487ac4842d2de, 0x2c66cefbc957fc6687fafcf6fcfed0eb06c4d1ac9343f2fc3fa184c73c792c50, '', 0, '?'),
(0x39487a037303bc0b37ce2fe64445ba51, 'wp-content/plugins/elementor-pro/assets/js/interactions-pro.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\interactions-pro.js', 0, 0x253bc5d707a35728688187c61766a6ab, 0x253bc5d707a35728688187c61766a6ab, 0xe236194c7c8df375b3605b2aa8c5d9e4e1227cd7da36103d683dd86089fe8fb7, '', 0, '?'),
(0x394b085f8c1fcdd0373a1fd36eba642d, 'wp-content/themes/astra/assets/css/minified/style-guide-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-guide-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd61f879a97a07cc690ab12ecac1ef514, 0x272cc521375a7c0d231f6f7723a795980e7add1ddb08f792d15c553b89f0e804, '', 0, '?'),
(0x394c3ea79a68391dc2b31f6b93ec1722, 'wp-includes/blocks/navigation/view.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa1b374df648eda55295ec56bd583c9eb, 0xbad01c14c84fb52254e8e577b1513d600c36764a1c271f97532ba45c51d35ec5, '', 0, '?'),
(0x39511bac2367368922325f45ecfd6b05, 'wp-content/plugins/backup-backup/admin/images/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo.png', 1, 0x00000000000000000000000000000000, 0x841adc8065f266f3bfa2b870ec8b4a3e, 0x369dcbec0d68b2a50b9e8ac7ee4300669fc6a58326b99fc9a5d9018e78b90a26, '', 0, '?'),
(0x3954538167780ec525333655ba6f7dc6, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece-collection.php', 1, 0x00000000000000000000000000000000, 0x72e905abdded5a1909df44bb2479801a, 0x32a27bd06d7ca2460252447ad096009f88b38f9ced3b94818d37d339a14a2bc5, '', 0, '?'),
(0x3956adf980d146cefbb8aef0634e78ce, 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xf91f8e8c00672cfc6cd14b9e79af918f, 0x6dad81a30fc494852a6570b60ff93bb2e3dc7d7860abddd7f504fd171b0ad2af, '', 0, '?'),
(0x3958aef3508f342ed81b1d7dece8e16a, 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\lightSpeedIn.css', 1, 0x00000000000000000000000000000000, 0x7fd8d062815cd58d230c8164de67235f, 0xc4da320229e5d6542c1905f40d4de4c7083a737e7ff3bae0d7bdaf595cc14128, '', 0, '?'),
(0x395a72e95e5f9778345ec6a879e87db4, 'wp-content/plugins/instagram-feed/assets/svgs/list.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\list.svg', 1, 0x00000000000000000000000000000000, 0xac8fcbe709345084c83ec61596e79971, 0xbd80a0ff844adb605c4e8303195d2ad3e40397ac90c5281ae4ed4cb747b79ca6, '', 0, '?'),
(0x395c343bc0bc164a3bbaebce75cf7eb2, 'wp-admin/images/freedom-4.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-4.svg', 1, 0x00000000000000000000000000000000, 0xb2a6aa986d8c529a254cef8624e8bcac, 0x967a54684ca353323aa02335fe8eb6f99f069f974af2d861905bec037616c173, '', 0, '?'),
(0x3962152ec373744244233f1ec16286ef, 'wp-content/plugins/wordfence/css/license/care-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\care-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0x1462baa7f31cd5429aa5ad5f073027dd, 0x6a5835b2447e9bd96dace42cd2a623466b1b10405639f1388d368a009301c0d2, '', 0, '?'),
(0x3968c209720cf92d1dac0e1b156cf3fe, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xc39d10310cbf6bc65cd5547a99b71abb, 0x2180b3d822773c471911276671faba1e530851ef00f1523fcddad9147a55030a, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0x944392cf00ca6e6084e0fc84693e5d85, 0xdfffa4f80fc2c28c84f8e5711c0ecde38bb5a0fd8718274ea54e7b7f5193e04e, '', 0, '?'),
(0x3971a27958e3ae0b1d12c7439f5809eb, 'wp-content/plugins/powerpack-elements/assets/lib/chartjs/chart.umd.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\chartjs\\chart.umd.min.js', 0, 0x187ffe7a12d1079ea1653198f9e19187, 0x187ffe7a12d1079ea1653198f9e19187, 0xd1483df15e88608340450130658ac900e8110c12f7f1d6da2b0e803fd7ad2352, '', 0, '?'),
(0x3974d186759635ec10708473ac180a10, 'wp-content/themes/astra/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x491cd7ebfeb691d7464baf5524af385d, 0x631f807765d9a262b048c9fd93b65ad401c1ebd5448bb8d687ea0dcb5caff4ae, '', 0, '?'),
(0x3977760df7ee91db5e9bab21024316a9, 'wp-includes/blocks/image/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x589651b3cffa7935ee3e7841e5fc1a06, 0x7d927c59e5c64a7ce832e99ec367cb26f64669c6a354517eb0e59a5781880c12, '', 0, '?'),
(0x397957e803cee995f837992380d1f769, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-site-identity.php', 1, 0x00000000000000000000000000000000, 0x38e99dc3830f8471b0476e009021f77b, 0x732cd63b6c95b8657987f1cb974b23cc02f35912e2cda6027aa3ac9807b7360c, '', 0, '?'),
(0x397c18dab72e49f532fa6bee0749ea96, 'wp-content/themes/go/dist/images/calendar.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\calendar.svg', 1, 0x00000000000000000000000000000000, 0xaeb93413b950ab55a041bad9292ac755, 0x7fe8733f43ef985a6f965ca4aa42d9ba1b8e3cbb55709f14602ec21210155829, '', 0, '?'),
(0x3980d9d0601004ccbbb1db1c0324511a, 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\theme-support\\generate-press-theme-support.php', 0, 0x95ddc7e66b43e4c0b7cea6a074f93183, 0x95ddc7e66b43e4c0b7cea6a074f93183, 0x5a2c4a806d711bc8d742fd5acc28c9f310839962ea13c5e5efc2a13213c83f1e, '', 0, '?'),
(0x3981f9ff031f0281c6e6200ab9691a6b, 'wp-content/plugins/elementor-pro/core/app/assets/js/utils.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\utils.js', 0, 0x3e69bd070c477ec824632b13e3a2ef77, 0x3e69bd070c477ec824632b13e3a2ef77, 0x673d4fac40c56055f0e34ae078fa6102fb2b600aa57188925c6291be69e172a6, '', 0, '?'),
(0x398c7148bbdfa60857ab36c7ed50400c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9716.10f20cabc1b1f703.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9716.10f20cabc1b1f703.js', 1, 0x00000000000000000000000000000000, 0xee47e6d7e4cad571ca3b361b91065451, 0xe51641054f1bb088d4082611a6a457c892447b1a5ed92d1ebfbb28330b09150e, '', 0, '?'),
(0x3996245149cfbb191d141b10383bd5cb, 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\content.php', 1, 0x00000000000000000000000000000000, 0xe3c571b2be6f8da24bfa40997facd2b4, 0x53056e8d9ec07618d1be1f3dde484db981afee9b2ec84e6c0abafecba1f377be, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\script-loader.php', 1, 0x00000000000000000000000000000000, 0x42ee2ecd8bf8b0e3f3de17b8e69e5292, 0xb46ff6371919cb0df2fee0a3823ffe76956a5edc7c708132b98a57f409edcb0c, '', 0, '?'),
(0x39988379b1808c068cb1b08d888a6a6e, 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.js', 1, 0x00000000000000000000000000000000, 0x844ea74b4f2e846ac07d1195d0b2046c, 0xb976ec9d014215030c457548357b7821b66df71c5b9058f2dbe8345d0bc28af9, '', 0, '?'),
(0x399ce6afd179b253f6c00e097056363d, 'wp-includes/blocks/quote/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x31556ef29bf23030e073c3ff11d043f0, 0x4b5bed167c7762c4386335556119903f25cbbeb6ecc507ac1ee1c932667413bb, '', 0, '?'),
(0x39a254f761294c8779e530b8708734be, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/jquery.tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 1, 0x00000000000000000000000000000000, 0x843b8a8618e600e4071e0e15ed40404a, 0x57b5cdab3d6a3edcfdc96d9d8109a6a90deb8a96f4538ab7160c3c423ae9be1b, '', 0, '?'),
(0x39ae850b2a7c8b9f9f9731728fcb970d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/PreviewProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\PreviewProvider.php', 1, 0x00000000000000000000000000000000, 0x94cb64f3701ae6e93a750cb07b3afe89, 0xcbb057b6b69da82d368342ff15dcf7b2270bb1ba805b8c0e099a0d1d13e73784, '', 0, '?'),
(0x39af9be22f3326b7ae0d45f2f878b400, 'wp-content/themes/astra/assets/fonts/astra.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.ttf', 1, 0x00000000000000000000000000000000, 0x44fab333617ec08d65662b650fa64d72, 0xfd91d244aa5cb857b9d241a5f1aaa0a68c210bba1bd46bb5f8b214e1745e0d87, '', 0, '?'),
(0x39b60ec233152553cc5cd53fb62ae7f0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/runtime.8656cd188a21a006.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\runtime.8656cd188a21a006.js', 1, 0x00000000000000000000000000000000, 0x9fdb33c269a0ac2eff24ca620967b649, 0xd6ad0d52629c82954c4e316c43f5a1c185b9dfa4975ab186cfa86f1a223c7070, '', 0, '?'),
(0x39b620fe7b620a064a63d1463d6c5903, 'wp-includes/blocks/query-pagination.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination.php', 1, 0x00000000000000000000000000000000, 0xb8d543b66d7a5a2a188d7315aa4a1304, 0x16c7a92fe844486d7e5e90360fb011177a5ac8b96a9823d5242733dfead701bb, '', 0, '?'),
(0x39c3431b653b5923e876107c127a97a1, 'wp-includes/blocks/audio/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor.css', 1, 0x00000000000000000000000000000000, 0x7e52869813305798e4c640f5f279c95f, 0x761795d6c443f8c27e516b5b0473ef32bc4280e2aa0a06c7a97a849b617c6e23, '', 0, '?'),
(0x39c5ce82f6e68beee701ff515dad38f7, 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\indexables-head-route.php', 1, 0x00000000000000000000000000000000, 0x69ebcf1c7eeca5f0c96b4ade6f3625a4, 0x4f92ee083d8978c2c210014170b0387c2df69f57f82b2f54a9987348cfdfa356, '', 0, '?'),
(0x39cb28952be146fbfff15b35a35c28b7, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/available-posts/available-posts-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\available-posts\\available-posts-repository.php', 1, 0x00000000000000000000000000000000, 0x16b4b95af524841eff9e30b51af711cb, 0x7f115e54c9d5ff2cb8bbd6d838b609bd6247ca3c7d58ddcab0a11730e4a0abfb, '', 0, '?'),
(0x39d0a3b4ac457fafa6d0fb37a71e0ec8, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x279953d05a4dfd48c2d2b93e6ee17201, 0x889819c8998c6287a97c50feff4db34bdfa9a1838a678f3f0064ae4270fe8c2d, '', 0, '?'),
(0x39d6c2ce48a954ac7968d3604c9c38c3, 'wp-content/plugins/feeds-for-youtube/public/build/js/admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin.js', 1, 0x00000000000000000000000000000000, 0xa91d20db15b438d4f60504be58f5318b, 0x3ac50bfbfc11fe7fc6c73b68d0df16a75d7fad76b64205201473a5717b92d336, '', 0, '?'),
(0x39d75c6520c81ee6068dabc8980127c3, 'wp-content/plugins/powerpack-elements/assets/js/frontend-google-maps.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-google-maps.js', 0, 0x867279ad1f60572b4bbb59b98a313001, 0x867279ad1f60572b4bbb59b98a313001, 0x7b26439b007076a3456a2c1a6f737cba4841a511f917803769fbabaf235b66e5, '', 0, '?'),
(0x39e3435dad8e15c623e7d9ea048f0946, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0xa315e29a94ff875f10bba84f1bb73e4d, 0x644bd33e9211922dfcc24fbf5a7f837664f3831385db7d6b175edbb73f15ffec, '', 0, '?'),
(0x39e839c974a8775b9daf0e695f9fec53, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse.min.css', 1, 0x00000000000000000000000000000000, 0x16bcb3a939f7ace42f699cd23e5c1f21, 0x506757a4de45062b0f1d652dc18e6a224361ff29df6d5cd568a2574aa1f2f7f1, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x39efc7387b16a104606af137f2cea10e, 'wp-content/plugins/elementor/assets/images/kit-is-live.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\kit-is-live.svg', 1, 0x00000000000000000000000000000000, 0x9bef3a7c532e0686612b9b6adbba43e8, 0x7cdb543b4aba9fafb17f8492ea307901bf587ad886c95e10bd64354f828f28f0, '', 0, '?'),
(0x39f0f21636a3cad8b8e86220b3ca824c, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/light-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\light-box.php', 1, 0x00000000000000000000000000000000, 0x8158ffe9f3dccd3c30868caaf75a50a4, 0x8e26a2e2a6e99fcc807525520b0a1477a6719541452c6df0bb243adf1cc0645c, '', 0, '?'),
(0x39f99d6b14c7b4acd6051036ea8aabbd, 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-profiles-additions\\user-interface\\user-profiles-additions-ui.php', 1, 0x00000000000000000000000000000000, 0x76457085fc18515fc67e1204c268a46a, 0x0bef4b12a61f8581dfc29b300c4869dd57c96df101938e0f6ef87ac02d0c7bf7, '', 0, '?'),
(0x39fef6f1ee21fe16e175d8bd3f2b3d1b, 'wp-content/plugins/powerpack-elements/classes/class-pp-recaptcha.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-recaptcha.php', 0, 0x3bc336bb3677f8abcb92451f19228952, 0x3bc336bb3677f8abcb92451f19228952, 0x091d094fc27ee5b728032a8075ba0d4dc44c192bc764d398598659476e340a1c, '', 0, '?'),
(0x3a03f9e11041ea2e63cae14254c790d4, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-full.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-full.svg', 1, 0x00000000000000000000000000000000, 0xa7e9bb8223cd798d1aff49d8e1a83ba7, 0xcdecdb0fda7841ddb5794f337f43a0720ede47ee645bd57ec008bc19b4f98b94, '', 0, '?'),
(0x3a067af0c834e95f7a12b90bd480f143, 'wp-content/plugins/backup-backup/modules/review/assets/imgs/BM-background.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\BM-background.svg', 1, 0x00000000000000000000000000000000, 0xcb0de5d95c4bd0855769e99cfe910a43, 0x7b3196c7fa2362a964ef77c270950acbdb63323a3c9167c7f2c2778757a27231, '', 0, '?'),
(0x3a07a06c7755bdd60736a07832289b8a, 'wp-content/plugins/elementor/assets/js/element-manager-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.js', 1, 0x00000000000000000000000000000000, 0x01b3d0c58749af50f4ef9d01c6946c56, 0xc3cb3c7a23c91912f719428063568dfd4d3702b5decc1db2f0a7be545cb5e11c, '', 0, '?'),
(0x3a07c704b4f9f9fc9e00f806e122dbca, 'wp-content/themes/astra/assets/js/minified/mobile-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\mobile-cart.min.js', 1, 0x00000000000000000000000000000000, 0x1ab7b2ea766dcc8b2f6959c330845e44, 0xe9df1b8c7bddbdd1aa9671afc1714e0651f4729aa14490ad28b4eafe1a5cd755, '', 0, '?'),
(0x3a0e6505fd2a9d4ac6b637f05c926379, 'wp-content/themes/go/dist/images/arrow-paginator.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-paginator.svg', 1, 0x00000000000000000000000000000000, 0x1c48fe1360153ed71bd07462faf7373c, 0x546244edbd47d25e6a7bc36e4b44967feff0ea09f5343369565b0a54f75036d5, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\link.php', 1, 0x00000000000000000000000000000000, 0x0bdd87cf8770cd136d318062d0af308c, 0x8a22e58f8333351ad5015aab387134317ce50a672a673c2168d5e53a672b24df, '', 0, '?'),
(0x3a0fdc93d1d7c89fa9a02150cf0f898c, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\off-canvas.php', 1, 0x00000000000000000000000000000000, 0xf218afcb1d1a21746e117e9f05302358, 0xa4a0e54e1bcfe16f60deb0e9c99046bd6ea9562fe71ab368add64e01a002e82f, '', 0, '?'),
(0x3a102a5a496bc6fb9f16199fee36438b, 'wp-content/plugins/instagram-feed/assets/svgs/addWidget.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addWidget.svg', 1, 0x00000000000000000000000000000000, 0xd10ef31d906c04496c9d21a44a367d20, 0xc56b462f1994ab901175849601a9dbedf52cd61e4e913edec7bb0d8228997b95, '', 0, '?'),
(0x3a15b43eec94e0183b9f7047f9d72bcb, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.asset.php', 1, 0x00000000000000000000000000000000, 0x10068ada32a04fe4f90c7eefa76696fd, 0xe08c3248a8f7e2b959b43907ee4783b715e3e3cbc1b1edf4dc88dfc294841231, '', 0, '?'),
(0x3a1790dfe39e2bbaf68ad47fd59b83c7, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\editor.css', 1, 0x00000000000000000000000000000000, 0x32b4432092d97509423e7ac22a87c8e9, 0x767a58508d340c360eebb5b0463476d6354370c9b834c87e9b72417ede2cfb11, '', 0, '?'),
(0x3a1886d95dcf98c48b0eaebf5403730c, 'wp-content/plugins/custom-facebook-feed/assets/fonts/FontAwesome.otf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x476b96e90110152251c3cdfcc702567b, 0x6994bb3d5953be94bdb20d20f1893f8311a2d3314e940b104dbf761393819a19, '', 0, '?'),
(0x3a21911e5c5a06c6e14867d7107358e5, 'wp-includes/block-bindings.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings.php', 1, 0x00000000000000000000000000000000, 0xc2ca010fecc7c1a5da4ad46086fe0634, 0x09a0b56b04bb44a5918957248ec8f673ff8caba9c2981313cfdb95b96b6b00ef, '', 0, '?'),
(0x3a2ccc92421ef22087a7cae3260c0061, 'wp-content/plugins/backup-backup/analyst/version.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\version.php', 1, 0x00000000000000000000000000000000, 0x53e6fad2701f5a3c97b62dc7bd77c1da, 0xf80642788b387ba04bf67aca63eab3be4795537973043d00b6078287db2e53af, '', 0, '?'),
(0x3a360d9770012fffacb7292f3666c164, 'wp-content/plugins/wordpress-seo/js/dist/ai-generator.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-generator.js', 1, 0x00000000000000000000000000000000, 0x132093590f10a4794093fede0f083e6a, 0x5d2dddcb509bd7525dcb1c663143f3b49eefcaa53511a613abf0577d7bf2bbd1, '', 0, '?'),
(0x3a37da15c0cf99519825dd751ca46bc4, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x93bf109feb763beb41f08264f1638a1d, 0xd005bc1008e05af2f77704b667007b8a42bb6a0a1b4c530a2e9c11c39933d416, '', 0, '?'),
(0x3a396f5727608a8c3dd34ef1d0bd7a29, 'wp-content/plugins/elementor/assets/images/library-connect/left-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\left-1.png', 1, 0x00000000000000000000000000000000, 0xed2a07c5176300bc0addc8117b623e0b, 0xa1d1e4e2fc3d9db150ccefa41433474fe8394b895d56f22cef13df4888171cea, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-feed.php', 1, 0x00000000000000000000000000000000, 0x3a25ffc995f9da3cdbbcd14c256cebcb, 0xc796b7eae026db479e9ace4a2a5c2442d80cd2f0f361d5ddf188dade1f77d044, '', 0, '?'),
(0x3a3cd66459a9b0442cff4ce0d4d6a336, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-product-editor-checklist-notification.php', 1, 0x00000000000000000000000000000000, 0x566eca07e3306faae7bbb6be8cd6dc16, 0x5bd5da2ee86d878371df797b46fc4434f88d36f8e34b47e3b49f7c2322804ef9, '', 0, '?'),
(0x3a3efbedf23c44fbb345b05370b08b6c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/copy.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\copy.svg', 1, 0x00000000000000000000000000000000, 0x50bab49921d129d60ced014f282a4c37, 0x15ea6645bd4bd4286cce6e53fdaa1c5041ab4cbafd409b8c74d2d6e664b5f94b, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x6da0ba9dab32595d6266ccd3fee00b8e, 0x79ce4858a1ad0ba302dd139dc4b9bb1fef4dc13a6d696862d9b12d0e831cab7c, '', 0, '?'),
(0x3a4a5b745df5b3484a65a21dcddd0ffe, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\interfaces\\promotion-menu-item.php', 1, 0x00000000000000000000000000000000, 0xd44a0ea758b1bc36c9b8f0225f33466b, 0x6f3a8cce2c07257a63339db35003a7f0feb584bc2944b0a5f49b7bfbe1b1cd25, '', 0, '?'),
(0x3a53f2dba63dfae78fc547f942b130c3, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\term-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb849b2bc953c23bb376018ada9e60ea5, 0x7861b51c95cf1b89b6158e1097f58b054267aa4b3141f27ab199c6195658e2a4, '', 0, '?'),
(0x3a544b489b69ea6388e571e7a3e9e19f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\conditions-config.php', 0, 0xbc19d7e39f251e6f0152ef5a42fe8354, 0xbc19d7e39f251e6f0152ef5a42fe8354, 0xac1fc9511fbed0c35621faaa03e682efc1823734280745d6ec87c3710647ad27, '', 0, '?'),
(0x3a5b115312a6ed4552ac0e13832f0071, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedFilterError.php', 1, 0x00000000000000000000000000000000, 0xe6da427f52105e740697309485b3b0b8, 0xd70ec770c16c607b7bd4152faec72c91119605f96677095ab3b4979127f97cbb, '', 0, '?'),
(0x3a637d6d410b122eabbe7124fafbb1f7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x815309107524e70d6c544a976fa0a439, 0x84c2ca7fc27361c224d23d9086894660b492d8833b3a216cffa3e98387e14b41, '', 0, '?'),
(0x3a68e8c0ea1f7fdc4f5e1ccbf519599d, 'wp-includes/fonts/class-wp-font-library.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-library.php', 1, 0x00000000000000000000000000000000, 0x363fea41a93c4d829677c1e22a4a524a, 0x6b9f00beb16c6e03bcbe78097fe8f1819cc5a18f2b8bae27e52bfb3a99ebe0d3, '', 0, '?'),
(0x3a6d6cfd14c0f8a17f8f101e9e2da9da, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver-context.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\props-resolver-context.php', 1, 0x00000000000000000000000000000000, 0x30d842393b4c6106f70bc40a7f0a3e1e, 0x9a86a66140c1741b5c49f70d386952619d0f7f046d361a195feaa7c70b8b7450, '', 0, '?'),
(0x3a6f0e5c1cf8855b95b2220f80b61ebf, 'wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\media-instagram-grid.php', 1, 0x00000000000000000000000000000000, 0x60d5b15f09f1c99499f97f3563ad9616, 0x6747332ea0ba5777268405b3da2b13632652f99f28930b17f9cd63ee48e8ef03, '', 0, '?'),
(0x3a744fa82902b4b099de3589172ba4bc, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Actionbutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 1, 0x00000000000000000000000000000000, 0xf11bbaef4f7a9690a9e997d7f87e9951, 0x59da554227701f07239a51f3725a8d3f7c4dd041ca4a240ecab87b56bc9db418, '', 0, '?'),
(0x3a764c0688afb27c97a25b823fce8369, 'wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2cec630614090fb09c2fd19d7a723573, 0x5eff49a0493e938326b3603cccebeb7dadd1f8b4aab4dd5c0cf10176281688aa, '', 0, '?'),
(0x3a78284b9e34df16628ccb52c903f79c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\welcome.php', 1, 0x00000000000000000000000000000000, 0x78ead4d0e9611cbe6a3558f959c08d3c, 0x762567972626b6e64de9709ab151b74c5a0e748e23a593bb6dce7cb67a3bab58, '', 0, '?'),
(0x3a7e5b9d42ba885724d98f221b270772, 'wp-content/plugins/elementor/assets/js/4246c56134ca9ba65163.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4246c56134ca9ba65163.bundle.js', 1, 0x00000000000000000000000000000000, 0xeb87c60c82dc4ae6c53cfc87794f4b82, 0x70d90000e8e82f4a4b6bca379e4f20261438c90c9956ca3aac29e1b228fd266a, '', 0, '?'),
(0x3a8133b306097f555fb2c8089458ab51, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0x6abe5d4718c20f2b381f9b1c05ca5598, 0x172e5efb70a4d620ea725b5cb77b72f06eae8d785de5dfceca8592aa03cf39e0, '', 0, '?'),
(0x3a837b03bfb25d8841ecf41c27c0ee2a, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-color-overlay-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-color-overlay-prop-type.php', 1, 0x00000000000000000000000000000000, 0xd9192689eab8614c70e6c2b50e888e1e, 0xc0086c4db66147175502a5f422362129fd633be9a151702ce448ba8fc03f990b, '', 0, '?'),
(0x3a8b0f6fc519a98a272b1677f7faaf4d, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Switcher_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Switcher_Control.php', 1, 0x00000000000000000000000000000000, 0xff86f1bacb4988eba8c3b986d25dcb3b, 0x5f825cd952a15fa15481f46ccb9dae61a814e2487bd57059166417117e1533aa, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x2592941b1667d6557362fafcab844bee, 0x08fd4f482bdcbd8cf81b672298e2d87b43764611dc429189ac17df74319bae10, '', 0, '?'),
(0x3a9364b3f3c0ee8cda7676e077fe9ff2, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Templates_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Templates_Settings.php', 1, 0x00000000000000000000000000000000, 0x5f804a3c2386d6bf09f024b7739efc77, 0x01be8f781985ff1ddd2628f97f2e794b8a6878654fa1b71a08f949280d0b5add, '', 0, '?'),
(0x3a959bd65c0eedbf09793445c6e35bac, 'wp-content/plugins/instagram-feed/inc/Builder/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x3a9cad5629d3ff3b5a4358943e09d343, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0xfc298dac592758203bd4ebf60d74e493, 0x15447bffa3fb85f638e59bbd24b0a6e96030be7034feea3c26f46d2ea8dbfa9d, '', 0, '?'),
(0x3a9fe44a9418ae14fe873d3a099fc8b1, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x74403d8a537a0d157f380811300b1879, 0xcbd5fe1efb6b16c04c07b131d51f90680b37702b74be31578630ea5cb28b06d5, '', 0, '?'),
(0x3aa2ebf639e5896ec46ee4de6ba88e3f, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0xd19ba74cd17e6ab88850ec4042a62976, 0x6d4f39a5782cbe7cf9e615a3684c65138195298385e9acb37cd477980f8ad654, '', 0, '?'),
(0x3aaa791b592262cfeb87f6a969add9e8, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xc21340b21bbbdd8ffd9fead1224dda20, 0x559626965d14e68f90b014a5c233a33c79270b9d2c08efc38df50671ef673988, '', 0, '?'),
(0x3ab1e411b5a4115d1d57a3d337831dc0, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\child-of.php', 0, 0xdfd11c00bec6752b5ef345d8c561eed9, 0xdfd11c00bec6752b5ef345d8c561eed9, 0x68084afaa1f0d42187df7dd3abafbc893edb508debd2bde73546b27dd96f9b54, '', 0, '?'),
(0x3ab8716bdfdbf1ffd1cb16574b45eaa1, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownLeft.min.css', 1, 0x00000000000000000000000000000000, 0x09c2f666cd251bc7f5f0f30b813d4375, 0x90516febc7af36e9e48940fa0d25d92e86f0c5e7b3e5d817eaf58236f53a3ab8, '', 0, '?'),
(0x3ab8f43ebea562f58f145dc11704b182, 'wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\blockquote\\widgets\\blockquote.php', 0, 0x4ea5b786580a024f966fa53f2064d6b5, 0x4ea5b786580a024f966fa53f2064d6b5, 0x3b7cca6129c7f03217b6c0639b2482ad2678fbabab34e4f915b0b90965eb3daa, '', 0, '?'),
(0x3abc6cf3aafe84d7167c4ef6c752c012, 'wp-content/plugins/custom-twitter-feeds/inc/V2/UserAdapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\UserAdapter.php', 1, 0x00000000000000000000000000000000, 0xcb6d88517c3a1e6c5032aa3697d27c1c, 0xe526041820beff1c8d6c5830907c3d1ec54347931edb13aecfbd132cee26dd64, '', 0, '?'),
(0x3ac1f9732d2842a7a2f04fcd3288e429, 'wp-includes/blocks/cover/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7eb1450a363a8a010ff838d8ae8e8573, 0xab4d0261e917e7bab4ae108f06c7b20f7f7635dc30b93e37dd95f90a3ab2dc0b, '', 0, '?'),
(0x3acc95a3a457e52fb9430b2899318c65, 'wp-content/plugins/elementor/assets/css/app.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app.css', 1, 0x00000000000000000000000000000000, 0xaee5bd989d0622f80677c80bc37c4db5, 0xb825a64e025363d15094b5f257628c15c74ff61cc43d57682950d3c9f64b2836, '', 0, '?'),
(0x3acd2839f2c3cc170d89efdd205bd7f4, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\linkedin.php', 1, 0x00000000000000000000000000000000, 0x24f55dc369809024c7e05db3283ba33e, 0x12dcd9033c9a7634c5b264bb05c35dca00596d67a4a508e556dde4bcb3ec3856, '', 0, '?'),
(0x3ad30d5e04069fd0b2a3a64970bedc90, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/PrintNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\PrintNode.php', 1, 0x00000000000000000000000000000000, 0x807b7cb7ef6fd764a6d6c90e34796354, 0x7a004569c41e61a36b08c01ab6917dadc8e32ca2367bfbbf671c7457a26f4aa7, '', 0, '?'),
(0x3ad8455a89bcc30d1a32e298fd921fa9, 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product-canvas.php', 0, 0xf980fc9cb4016f16e515a69fa5a8d4f1, 0xf980fc9cb4016f16e515a69fa5a8d4f1, 0xb3b777ab37109a545da6d9e241dbb2fc2f795d0d2f530c0c262abe4a46ad3253, '', 0, '?'),
(0x3addaae5bbc9c9700335c06604fcbd62, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xe5a4f88d3d03e278cb97e374e5efa9fc, 0xbf1c9bc6a0c4a057abc551fe1b2d4c785904727ca39f74d7d12b29b024bcabb0, '', 0, '?'),
(0x3ae212cbf22011ee4f7dce31ef2af801, 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Builder_Customizer_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Builder_Customizer_Tab.php', 1, 0x00000000000000000000000000000000, 0xe8850ad7ff60760222afd134df726baf, 0xdb02ecc21e1744b3393dde1d2b75ed44c8b5de6dd4662d78225f455e22e35148, '', 0, '?'),
(0x3ae3feff3abe61aec51945ccc4a298ce, 'wp-content/plugins/elementor/assets/js/admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.js', 1, 0x00000000000000000000000000000000, 0x87834b0313974cef54a5e652467ab5c8, 0x4a3f09c54bda2fc643c49fe0c4409d8d05df86b0927c1222bb526b8ef0270237, '', 0, '?'),
(0x3ae7295d7c74e8054f880ec7946f3cad, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0xf06e6d9dd8712464845f26f5c9d834ed, 0xe14991ab099e9b6edea54a05b1bb42c9ec4e7997bee648b63b6246df0a5b0d68, '', 0, '?'),
(0x3aeaeced2ead96c912437e146540d230, 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-get-global-palette.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-get-global-palette.php', 1, 0x00000000000000000000000000000000, 0x2fa0501780484bc105680dcf7a8c3b5a, 0xa316ce7bd4d15dbbede460abef43f58d3cf5d4c2c50a9206c8bf6a7f40655b4a, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x3af26c056fd9f1b466a7393363798a4d, 'wp-content/themes/go/dist/css/design-styles/style-playful-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x69455481ca554d3392f9c924392cbff8, 0x070f51127081e8d06631963c6c576e2176fb2a833e15d95438c3cb39e3307e7f, '', 0, '?'),
(0x3af3356b4990ecb297a11d06e31a25f9, 'wp-content/themes/go/dist/css/admin/style-customize.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize.min.css', 1, 0x00000000000000000000000000000000, 0x63edcde98416938342d012ab3b0bb51e, 0xd34c7742bd2bef74d481af8d21d1da20e02a9fa4a885072a1488991c4228d099, '', 0, '?'),
(0x3af45e0b5a64a962b11929831c11cc3e, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Socket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Socket.php', 0, 0xd0746b3e2ea9b24359945ff0659d08be, 0xd0746b3e2ea9b24359945ff0659d08be, 0x41eb4818e31a35ea60a9bfd79f056ad65fa6c8ea7a3e57d84c1f8a166fe3eba7, '', 0, '?'),
(0x3af6035db1bd09b399e4e9a2b16f0fa6, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-menu-configs.php', 1, 0x00000000000000000000000000000000, 0x6ba8c39ec216ca17e7dee9fefc2dc766, 0x015e129eb758b0d649ce4ee524ef8df91b800bda47559cec07b83479679ee89c, '', 0, '?'),
(0x3af668b65b7592a32c0f34891d91dc08, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xfc943746b32b071646f7fcc74e8561bb, 0x3c7ae37ab3ac9577bf62e583313d54e10f7184473b295ce0904d5c7157da84e2, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0x3afd9e3188decaa572a97c06aa78df78, 'wp-content/plugins/reviews-feed/class/Common/Builder/Config/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\Config\\Proxy.php', 1, 0x00000000000000000000000000000000, 0x3873891e49b9fb2dd300d061ab8677fa, 0x9511397aa2993701e7966d48fd12fa9c1e89c3e092e2352c25ba08bc1fb26961, '', 0, '?'),
(0x3afe0d2216a53555baae85941575a576, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.map', 1, 0x00000000000000000000000000000000, 0x84edfc712cf871801833371d3634902f, 0x5bdd15678f5e6c5f193c43f271cb4904abee25580d3d7463d574ac7eb083ffb4, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3b00f1e802fd4105a2be67a59fd47f08, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\events.png', 1, 0x00000000000000000000000000000000, 0x0c80a951097e889f4b94cf7ce97343bb, 0xe0882f4812ccd1fe5f828322e276d0865299e15242dbc65769ce004fec039c7f, '', 0, '?'),
(0x3b029546b27fceabdef7eacfaf090b97, 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_Review_Alert_Service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_Review_Alert_Service.php', 1, 0x00000000000000000000000000000000, 0x6acb212477060865ec1bd5d3b55dfeb8, 0x63f6c21c716334dfb4566408948962f223dd4f777a965bc55c6fb7777eb67a45, '', 0, '?'),
(0x3b0462d2a142c9cfd21c9cbd19d0ba1e, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-images.php', 0, 0xd6b2d5c9bf26890d9379e18a501b5804, 0xd6b2d5c9bf26890d9379e18a501b5804, 0x750abbd328196d13f9ac73ac8557c1110c56b39f372e695550bd7f6973751a10, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.css', 1, 0x00000000000000000000000000000000, 0x50fef883370835365e9fdd5814484a55, 0x16c0733e83bde80725f3e6f22b794d4a68bdc820579d57e0d1da58150d8d4f4d, '', 0, '?'),
(0x3b109525b31608d42b40e128d874c009, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/live.4316cfa5c174e99b16f76908f5babffa.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\live.4316cfa5c174e99b16f76908f5babffa.svg', 1, 0x00000000000000000000000000000000, 0xbbc66e68b2af87f172e7594a5909ffc8, 0xccbe8b6750a054c7b1c6d0bde5e66a9db426126a172fc73a118f61dae579ad98, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfbbe739cdfe1fa27b0018c33e730c3ed, 0x0a0846b6ec5e26989f1deb2d1ba0ea7d7314e87197cce48451020cd8d293dd73, '', 0, '?'),
(0x3b1237afb9a7f9abc9999808f7ebc241, 'wp-includes/Requests/src/Exception/Http/Status304.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status304.php', 1, 0x00000000000000000000000000000000, 0x70c45d8d1bfd3aa37d9117fa6c0d77da, 0x32a308676c3b005027b4264b613bd3aaacb2706c7932223024d1dcd1c8688a0a, '', 0, '?'),
(0x3b18528160f42f5efb2c2328aca4a91b, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fa_AF.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fa_AF.mo', 1, 0x00000000000000000000000000000000, 0xc15ea7601bed5a52d2a0a419c9e0a009, 0xca20a0ed3cf55522e4bc69b76ec4a1594b83391cc72b5e7d60605e322483797b, '', 0, '?'),
(0x3b19d2d39931d93aecaa91cac8a33426, 'wp-content/plugins/elementor-pro/assets/js/b07282a36331e8a0c35e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\b07282a36331e8a0c35e.bundle.js', 0, 0x6ec2ecd12a1ba7eee119b47e84f48cc9, 0x6ec2ecd12a1ba7eee119b47e84f48cc9, 0x964d800374f0e6c1d52e696d6726a79c8422b5b24487afe17b8e86c07132d8aa, '', 0, '?'),
(0x3b1eddafee991aa0418fed822280bfdd, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-cart.js', 0, 0x99860d1fa691a8737f151084ead500a0, 0x99860d1fa691a8737f151084ead500a0, 0x1baf7e4801a1133112aa31d6b515956c9bee8b155e2641cd751c671e6bc0999d, '', 0, '?'),
(0x3b1f3b415e47c773e82c6b132c4a66c4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x46f97b2fd83dc218879968604a37d1bf, 0x670041b5f62f3fcab98d87168e8b090209e17ef4c50e446bb269714a0349aac4, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-settings.php', 1, 0x00000000000000000000000000000000, 0xf868d0503a6b5124d600ca918509fe25, 0x381a45c014fe1f2c441a0e6a8d4b502a6357e900bc05dee75043044b1735411e, '', 0, '?'),
(0x3b4c32b255fae7f6e479d2b722d3a115, 'wp-content/plugins/wordpress-seo/images/icon-slack-sharing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-slack-sharing.svg', 1, 0x00000000000000000000000000000000, 0x34d1cccf7c7d2b04cb9711d3b7b68ed1, 0x131dd47d27f722c869844312e7b61e2f7ce167a881ac89ff3329085e17dece6d, '', 0, '?'),
(0x3b4c7bcb90c6ad1438a9667deccc2d44, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/RuntimeError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\RuntimeError.php', 1, 0x00000000000000000000000000000000, 0x1bb99d63facbf545409f9ad8dfbe955f, 0x439bb8d53c1988d8b78e124a64e517ba22f17482724b6e3f51713b735d2a49bb, '', 0, '?'),
(0x3b4c96e598d2a569816af9c4196b662f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0xb4fa7500543d5f5179ac3a5b8ee0cb75, 0x87db67304f19479b30feb1a5d0e06ee397b558b9e19236e0f2237f07a875d918, '', 0, '?'),
(0x3b508a800fd6a95297471e9f1044e51c, 'wp-content/plugins/elementor/assets/js/app.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.js', 1, 0x00000000000000000000000000000000, 0x7b1233ca81c22cae57b0a45cf8d0c8c6, 0xd5bd31b30382827c441770c0cfde773a740891eefbf96e71b89d420ffa939bc7, '', 0, '?'),
(0x3b517d5d5d55c54b7d396f90e9a2e9ec, 'wp-includes/blocks/post-terms/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc31a5e6b860bdc4eb6d2b1ee1aa0299f, 0xdd3fb8f3e3b7b71ef1bf2873ac8fbaa827d7cbada523f16c3c9a155254f48765, '', 0, '?'),
(0x3b5290b073afb7aad9ea4f6a95c02649, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.js.map', 1, 0x00000000000000000000000000000000, 0xc3c7385105236e60a5d96e8df8fa6f83, 0xdcfc6355f7cb0f1bea6d0db3036f47824469c8e6133ca590218dea2d0e5635ff, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\farbtastic.js', 1, 0x00000000000000000000000000000000, 0xac0dc5104a6772ba54623bba756ebe2a, 0xe5fe4da39184fcde5fe2e3d8f50c8507ffdef1603905856807fab02aae2fd373, '', 0, '?'),
(0x3b54afeea6046729f6ab956a3f534b87, 'wp-content/plugins/elementor/modules/interactions/props/keyframe-stop-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframe-stop-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe92d421a7686580635f49f5d1526770a, 0x59fdc55583c6ebeafc03fae9ff731a836cc95cdebe36a57c6fe485751b7bcf5c, '', 0, '?'),
(0x3b578713c2e0012f0f0cce262a9a38a2, 'wp-includes/SimplePie/library/SimplePie/Rating.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Rating.php', 1, 0x00000000000000000000000000000000, 0xb1fc7a8a005775ca96cb75b92bbf586b, 0x1c2dc2fe5cb3522f30e5f5f2bd8cad7a1c18412687ed937eac8e8e852f0c15fc, '', 0, '?'),
(0x3b5ddaa98eea09ebf3ea60ee7a74a70c, 'wp-content/plugins/custom-twitter-feeds/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0x03d8df59e65f28bb2b5f3af7bce24904, 0x66cfff022282401377ae36fbc7c33ec9d24b64edd75c7a55b6d55f85ad5a135f, '', 0, '?'),
(0x3b62b12831541100f84d3bf2268e6439, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/FeedBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\FeedBuilder.php', 1, 0x00000000000000000000000000000000, 0xb271ed889cd00bb324caecf018548d2d, 0x9550d46ddd1390f86fef84e22a358b3e7ca653e85914821ac4fc2142248fda77, '', 0, '?'),
(0x3b696365ebcf9eba9865e13676479aed, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/info-icon.fe6f95f0f78f7abf546e83e3a6494a3b.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\info-icon.fe6f95f0f78f7abf546e83e3a6494a3b.svg', 1, 0x00000000000000000000000000000000, 0xd7d6620c6e5ae46aba9f6fab120c3ef8, 0xd180ff17fb92da34cb395f34bc4e99ba1f09a2a20e4b85fdd9c16d94311f81b9, '', 0, '?'),
(0x3b6dc3db7babccdf56636c7f7971baf7, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\import-export-customization.php', 0, 0x21b2fc58c7a9f464c30c97872c72455b, 0x21b2fc58c7a9f464c30c97872c72455b, 0x3bae8ee7b524353ec1b5dce9b978e26b1109875189316cce3db94099908db9d9, '', 0, '?'),
(0x3b6ee09b43678eab37248e3bf5ef175f, 'wp-includes/blocks/media-text/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xff2b2c416211badb99e7de69670d52a7, 0x196623fffe2006f5f8019796888f6dbf15ea1416c7aa218875bc8cd700447ae1, '', 0, '?'),
(0x3b715d0c174cf0a6652d83d88b1cf0ee, 'wp-content/plugins/elementor/core/common/modules/connect/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\module.php', 1, 0x00000000000000000000000000000000, 0xe31dfd8d32505f935e9b11b0479a9657, 0x72a1a02ac9386efda4651222c6c5750111b04b39d5625851f0190c69bbd0b6d8, '', 0, '?'),
(0x3b718050c48fe985a842ccc71bb05724, 'wp-includes/blocks/post-content/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style.min.css', 1, 0x00000000000000000000000000000000, 0x717f40ec4558626ec0a77083651ed09d, 0x5632fcbd1fa2fa2c20a2c160d11acdaf4d26a45c1478144671d75be2c69fe20c, '', 0, '?'),
(0x3b721f4dc8c1524a5df10f131ff09e37, 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\woocommerce-helper.php', 1, 0x00000000000000000000000000000000, 0xd8dacdbd215e6a3d4af072ac90f4d255, 0xe1d8b051b56cc7f603eb71a8395240330359da17f70384a9d1d843fc3ea142a2, '', 0, '?'),
(0x3b8111bbc66e65dfab198f20b4d5037f, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0x200db64db64ec9143978f26b2ba990c8, 0xc3882cca0f01e8b0c1e07b423f68b4f1c9d32e1cda6449b0ec0f0ac9e52a53e1, '', 0, '?'),
(0x3b8303e6d33b73e1746f47902501b788, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema_map/schema-map-xml-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema_map\\schema-map-xml-renderer.php', 1, 0x00000000000000000000000000000000, 0x236f02b794746c9ddbb5637db4a23a0b, 0x8427fa02e276ecfa180c6bbabe68ba24149c1f8be557346bc744e8a231d6cfbf, '', 0, '?'),
(0x3b86317ccf5d6649cee47a49ebd6990b, 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-transparent-header-panels-and-sections.php', 1, 0x00000000000000000000000000000000, 0xa1ba1e16b20993c450e78d08294a2422, 0xfaf5b42b14d6063b60c1336883b4ba09ce019c99a37276a7d62b150b2f24011f, '', 0, '?'),
(0x3b8ff46538299e18cab3ccd2cb20d0b5, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Actionbutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 1, 0x00000000000000000000000000000000, 0x1fa8dd62ae18644b06d5b95aabd11a3a, 0xe6d26a3560a5fbb77533576e7503783e0e84370b3290a5a7f9a5eadced3108d8, '', 0, '?'),
(0x3b9f9e43d52e8134b2a3a1c62e533c60, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\introductions-seen-route.php', 1, 0x00000000000000000000000000000000, 0x88a5d3326061629b73c92a2bb1f60071, 0x1eaf9a91f2b0d0e40b01f34d8b41560a872c3513586b74ff02b650ca31947a22, '', 0, '?'),
(0x3ba3bf2c00cc3afda732899207935422, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/sources-list-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\sources-list-popup.php', 1, 0x00000000000000000000000000000000, 0xc9103d5d9f5660c6abf7ad57fe4caab1, 0x330eaad5542985b34e8ffe32d62d74b41ca032c3eb4e13629bc9c765b4a59308, '', 0, '?'),
(0x3baf435019b8cf801cf1427c19082047, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x7897f8d199d6c992053373a7f250e6b7, 0xe71e4c827d1f51fb54a2d7c663da68356f8f650c7c6c5847eb4bfa03a4e43a42, '', 0, '?'),
(0x3bc284ee2a36637acff2abde63e0c43b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x6ce10988d9df78858eadc3de2c63cb93, 0xc42168a79ca8aa9178683e8e43f8a05fa91b95a54f90739802083416823e7463, '', 0, '?'),
(0x3bc60915fe0ada5f9d24268e30aeb91b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0xd2c5205d87a4f4be00ce3b21795c2fb7, 0xbf6fdd002d17c977edeb572d9c601fb5aa9c0132a898a680890a2e8aa87c30bf, '', 0, '?'),
(0x3bcfe4504ef1d68b8487423d7bbe6bbc, 'wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\query\\note-query-builder.php', 0, 0x3d22ae25b86771d347c8a084ff7b03f0, 0x3d22ae25b86771d347c8a084ff7b03f0, 0xdeef09d0b8f06ec01a63072db027828a434146bb20f2154663073efcf6ce6689, '', 0, '?'),
(0x3bcff6e4fc377ae7f6e848b3ae54fc4c, 'wp-content/plugins/backup-backup/includes/htaccess/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3bd81914c6f8e7a419dbcb5dae500138, 'wp-content/backup-migration-p2Whnugedf/staging/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\staging\\index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3be67b0f39761b5f4b7e1ab8e2c6663d, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_About_Us.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_About_Us.php', 1, 0x00000000000000000000000000000000, 0xaf399ba10c9c30fe6fca2b31eb8e17f4, 0x7ec492e1077a25777439bbc4d60a387d9a8c9084527b475b79580287a26e99e7, '', 0, '?'),
(0x3becd4cef1125de972f4d2d621671db0, 'wp-content/plugins/instagram-feed/assets/svgs/instagram.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\instagram.svg', 1, 0x00000000000000000000000000000000, 0xccca2ee0456f2b18ac0edb34c465f752, 0xb0cb2a4ea79a15f46b5cdfae9808d2f0f91567bd71ea30ab0fafcf946c115141, '', 0, '?'),
(0x3bed32aaf77954de57f04b73aabc9861, 'wp-includes/blocks/table/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x3bf28bd03a0becf3d3605265ca39612e, 'wp-content/themes/go/dist/css/design-styles/style-traditional.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional.min.css', 1, 0x00000000000000000000000000000000, 0x1e3957b43f121ff7133a9d8f8e496050, 0xe07ca4a45f82722347601fb820a0b61abc51f5a3cec0f637bb1d860dad306e5f, '', 0, '?'),
(0x3bf8823c2db574c6845ac4e869285395, 'wp-content/plugins/wordpress-seo/packages/js/images/ai-plus-plans.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\ai-plus-plans.svg', 1, 0x00000000000000000000000000000000, 0x1662583b7d45fc1d292c3a03231e2c95, 0xac6c790f06b55e0de811c8e60d4e570c86b0eb497b042bbc550d2acbc68c040c, '', 0, '?'),
(0x3bfb8f52e32d6be4f013b67f4d3f2da8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/YieldNotReadyExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\YieldNotReadyExtension.php', 1, 0x00000000000000000000000000000000, 0xe1506a0cfd65d26bab7bde0ed6e5af7e, 0x4c7701ebb47a745b22bca7ebecee9499562074624aed32a85021a8f959f1c0ab, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0xae9cf8c2d13e3687caed6a3f3f41a4a5, 0x6eeb281cf51d5393988bffa7e37e9d21ed19dafe679e7961f6eb4148d3314f25, '', 0, '?'),
(0x3bfec2f8f7c7d4b7d59bebe6c110e949, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/phpcs.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\phpcs.xml', 1, 0x00000000000000000000000000000000, 0xb9579f204bc3f11b6e8e71d20cb8758e, 0x130a305c3673ea28cee71257257aba6e2a2e7978fd510aa17ef27740a8f54b5a, '', 0, '?'),
(0x3c0cd29070c1ae01afa20de6cb9ff4fd, 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\plugins.php', 1, 0x00000000000000000000000000000000, 0x7b7dae17e3c6c1ce6169a2047197d27b, 0x9749c3bab4b732602a5159c890d797a7a382c1af33bce1a5fe0bec07625e2197, '', 0, '?'),
(0x3c15619d83e2d752ef5d47212779a2f2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0xad1444005d3e300e098f79311969759b, 0xb9058227b0ca787a64ae9fe11c28edc43414d677ee645d77769568dcc1ca5154, '', 0, '?'),
(0x3c16db1d6bf1dc02f61f43c9c6368af1, 'wp-content/plugins/backup-backup/admin/images/weekly-schedule-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\weekly-schedule-icon.svg', 1, 0x00000000000000000000000000000000, 0x68a6d4201939d0505143fcddd6acab2e, 0x480a941f669b8e76deb85573a881e3733d111c87d0a7f7c0cb07a45870118d68, '', 0, '?'),
(0x3c1ea839067bca8dc6ec0c9c85364433, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0xdfce08f8e90911d07134fafbccb2c97f, 0x01463ced323b95492d73f88a48b96e9665b180508763ed5dec90c674f3141523, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-replacevar-editor.php', 1, 0x00000000000000000000000000000000, 0x3dcd3f28aba61706483b508c5f9dc96c, 0xf817724440f53112217559f8aa24422597f78619a7c0aa3cfef1ea4ac076b298, '', 0, '?'),
(0x3c2781e1344eef339d6b6fe8831ff7ba, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xd3625a4f856c8a28a59fc0bd41586d8b, 0xc8430388f354eabbb740678ebbbe8b3da5b56c5a461e053244703412d2ba12af, '', 0, '?'),
(0x3c2c4dbe528a2dac7a6a1583464440d5, 'wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\common-app.php', 1, 0x00000000000000000000000000000000, 0xc0ddf6a7e6a922cedba29fc58c7f8286, 0x330a1ae7e5dd69aa4a3da668363f33e6272f0c9d6161bf4b9b38b7d3a7942fdd, '', 0, '?'),
(0x3c2f0447c59e40ccbfff073dbfcfe3cf, 'wp-includes/css/dist/edit-site/posts-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20397b3ff41c8c4cac84d200964fe4a3, 0x652a267de3e682fa3e5833c3dea78f4d8068186d1dddc7abdda0e59b8a010ff7, '', 0, '?'),
(0x3c33e717778fbb2cf1fdfc39ee896f47, 'wp-content/plugins/elementor-pro/assets/js/preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\preview.min.js', 0, 0xddf2da158f733e4aa8d7efe2967970b0, 0xddf2da158f733e4aa8d7efe2967970b0, 0xbe0bc8df9b1f5a7033a92f0445d1208178cd6a5c2ed3c676bb20052d946379c4, '', 0, '?'),
(0x3c360625a0b14d6a26df597b1aaf4e2e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0xda3275adeed5636cd78f6867bd643ab5, 0x1a4522dadf57b5ffb549d571df3720034fa711e58e2f877effbf026a23522e0f, '', 0, '?'),
(0x3c3a04dbd174feb53e334917d17f436d, 'wp-content/plugins/powerpack-elements/assets/js/frontend-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-popup.js', 0, 0x7b534d6ea3aa50fcad3b37bc6ae908d4, 0x7b534d6ea3aa50fcad3b37bc6ae908d4, 0xa5c789625ac6e7b5d64d500e4330157f9afb2a399ced450ce66bdea7bbdb8272, '', 0, '?'),
(0x3c3e737461647af54dad9a9c5ed091e9, 'wp-content/plugins/instagram-feed/assets/svgs/mention.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mention.svg', 1, 0x00000000000000000000000000000000, 0x391be8072f3ec75f3636de5f4839ad64, 0x3c381e6bee9c9265341a70345e6ae3ad3dd9632fa7b405c4115d59052e5bcff5, '', 0, '?'),
(0x3c44f4427287bd4f051a14c8c8acd572, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\keyphrase-interface.php', 1, 0x00000000000000000000000000000000, 0xc11e761455fc5eb216908b97b1169e4d, 0x657a7233c709f70215eb9d0602403e70c16d3f962fc54ee4ca1510ca4be87123, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0x3c4ce37932af438e96a4ff87b82d27e0, 'wp-content/plugins/elementor/assets/js/e-react-promotions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.js', 1, 0x00000000000000000000000000000000, 0x6be86d2765aadc128483854f8b6763fd, 0xc931d02a23016d37b831e2083359e8eb641a8fe649b75b3f1514567f7968d0ae, '', 0, '?'),
(0x3c528c771aa95e5466d073003dde709d, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-bg-effects.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-bg-effects.min.js', 0, 0x7d4dd386aaa57d69fa52344dd0b509b6, 0x7d4dd386aaa57d69fa52344dd0b509b6, 0x5c554827c061942bd7ffef8d5ff17e115cf48f410cd65f57bf7b9231d4e9baa9, '', 0, '?'),
(0x3c550ada08881573244e52458a488574, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common-rtl.css', 1, 0x00000000000000000000000000000000, 0x78b7be432b3aa652f8b449af757f6025, 0xe3186a0042992b64d2196b7463acb2a3ca63f05cad88de63885d982b7f86eb1a, '', 0, '?'),
(0x3c559a7b2fbeeb987de5720ee65acb25, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\plugins.php', 1, 0x00000000000000000000000000000000, 0x38455974686b7b3058e393bb1bd72efe, 0x8fff70ed82012e42a4d03baea4feb9221e8495690c5245fe8bf0c6025effd7fd, '', 0, '?'),
(0x3c569e8065868b374496445a73eb2429, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\socialwall.png', 1, 0x00000000000000000000000000000000, 0x18fe5423c70f4371a4dfe14f91e2f475, 0x6fe656be00e372ef3e3ac7fb5d583620b3c41273fd7327b7399f73457e812de2, '', 0, '?'),
(0x3c5885c07db107865dbf79e95f48297a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0x3c59440cd82d8241d827de7c29e0dde9, 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\user\\disabled-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x2574edae5a2905e5e2999f0fc7f756a1, 0x9af147cd8cd17286417b15e8fc0d17600d591febb2f895f77d7e6899cc4a64bf, '', 0, '?'),
(0x3c5a2a331c1a4032bb223bc2e7bab7b1, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/InstallRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\InstallRequest.php', 1, 0x00000000000000000000000000000000, 0x0d98f51c4044077cb3e734c5a71d5367, 0xb62eef9aa768ae31c30b06c539dd76204695a83d1868eeb6dfff55a5a31623d9, '', 0, '?'),
(0x3c5da34c80c1537315da58d49761d9d3, 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\de.js', 1, 0x00000000000000000000000000000000, 0xab514acfc77eb0e2940a4e350f8dafff, 0x2e1db5c257559725ed255c9dbea5a4ddaed4cd26fd7e20af61e707f183d7d174, '', 0, '?'),
(0x3c60393410302e4fc393c873589391cb, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/unexpected-response-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\unexpected-response-exception.php', 1, 0x00000000000000000000000000000000, 0xe2e23ca7d36578c61f7369efc074c80a, 0xbc4679fa508d1d0c9432f4f80172b9206769a50a20b2ead7896cd4b818488ba8, '', 0, '?'),
(0x3c760a2882f837e367510a81b4a29517, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1372.31e35333ed0cfff8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1372.31e35333ed0cfff8.js', 1, 0x00000000000000000000000000000000, 0xe86b4eb70970661dc741cd3b13076ad5, 0x3cd93623a3cbd896714f3d7ae55b28ae1cc60395438c61da65920272a1c9d716, '', 0, '?'),
(0x3c76cfd1de97709f6359d0ea900f0c93, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0xb9f97b2c74bcee71ef37a185c4687bf3, 0x6f0ed0bf75afd2bd0951296243700d7db54bdfd890260f02d79bcc71621de96e, '', 0, '?'),
(0x3c7774c9e3824ec28edefeecdc76d370, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\floating-bars-var-3-render.php', 0, 0xda4d723d2c0c338f549bed81d91fc72b, 0xda4d723d2c0c338f549bed81d91fc72b, 0xeea171c8c426de1e3cf836fd6424de1c32db61a8f11a6c703e126a35170d007b, '', 0, '?'),
(0x3c7c71847c78dcb25ce8ed7a5ab47b08, 'wp-includes/blocks/page-list/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x03104994c0df2d651322c66043cab06f, 0x01fd199d78bf781d85aa5f86dbcc8ebab813da64e39fa2e8fc6056bee02a0875, '', 0, '?'),
(0x3c80759b5753003799833f57c79f0a69, 'wp-content/uploads/wpmss/lenis-init.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\wpmss\\lenis-init.min.js', 0, 0x1534bf6a9f7a5b9e2ed856f6bb2285d1, 0x1534bf6a9f7a5b9e2ed856f6bb2285d1, 0x4d054f25c354a276a0bcf0b41514fb9a568bf4186f89ff6dce1f879ad8e57b9d, '', 0, '?'),
(0x3c856e71fe27c78eb072587451ccaa21, 'wp-content/plugins/powerpack-elements/modules/recipe/widgets/recipe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\recipe\\widgets\\recipe.php', 0, 0x73b4088112f542d2985f63d801fdab51, 0x73b4088112f542d2985f63d801fdab51, 0xeb93b57b19e8772a0103ab4b83d64b9ee85187f3abfdec6c0ff21a652d754af5, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install.css', 1, 0x00000000000000000000000000000000, 0xaee5d93a7c3edf1f6f376adaa1ff7db3, 0xaa0875b0b6c59912698bb87f3dab3d5362564b4cb8078dc9f126f0da707636e1, '', 0, '?'),
(0x3c9dd85250ef06f2bda0119d04358160, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0xd5c6c2be2c81bff45f02ac51d42c158b, 0x7c91be22375abf0c8ed376a5f153880f031b2e73cbc46659bfc87c406516aeff, '', 0, '?'),
(0x3ca588e6831e0c7cd3cb7aef185ae762, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Parser.php', 1, 0x00000000000000000000000000000000, 0xa580518e7cf7e503c617ed9959bab5d3, 0xc0247e7befb482d3553e29a028bfa6892378e2b35c069dbea7cca60723a47d92, '', 0, '?'),
(0x3ca7f1d0527323e31723bcbf43c59cb9, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/PreviewProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\PreviewProvider.php', 1, 0x00000000000000000000000000000000, 0x1eb2e9c58c23921c18f9022f2db4452e, 0xf007d6ed6af1e3eded32eb1b72f02036859b7c39b9d108ddd7cd15a5e71f2fd2, '', 0, '?'),
(0x3caa5faa76eba7dea3be2ec1db1e8f9f, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\export-runner.php', 0, 0xbadf3abed23deff905b26090debb5db5, 0xbadf3abed23deff905b26090debb5db5, 0x347cc2458b66972aa861238a2280df2854f934d17ba9c40927d7d08a093490d3, '', 0, '?'),
(0x3cae55ea8649b9bd3fbc9e041024b657, 'wp-content/themes/twentytwentyfive/styles/03-dusk.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\03-dusk.json', 1, 0x00000000000000000000000000000000, 0xedf217913e66efaedd4598bbbb296c87, 0x8f295457d5dffadc13d740726495259f7089a05a43d242f7b14d706edb866335, '', 0, '?'),
(0x3cb173e4014015616071924fa7abda3a, 'wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\shopping-bag.svg', 1, 0x00000000000000000000000000000000, 0x91dff88a4e9c22f1e34420f854d5a6f0, 0xfe1b5e70342413fa022b495b47acd3eeabeddc9bdf65b3dc5ceac252b6892642, '', 0, '?'),
(0x3cb24d7af002285c5a7e1dff18e8cb82, 'wp-content/plugins/backup-backup/phpunit.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\phpunit.xml', 1, 0x00000000000000000000000000000000, 0x3e06bc9733d8560192b1efb4224fa051, 0xe39184b5038583f07ec852e9a6bcac61b14b8230c1333a67be5d387d062f71aa, '', 0, '?'),
(0x3cba56052d2d9f366c5485e1fc836bea, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices.asset.php', 1, 0x00000000000000000000000000000000, 0xb0fd8cb5bcaf83137b38e06389c66502, 0x4215e333ed4ee3eb16c76364614d87b73445ef75dc4fbb1b5aac83127899cd47, '', 0, '?'),
(0x3cbeefdaf5f86efdfc18d2a0c2dcabff, 'wp-includes/SimplePie/src/Cache/BaseDataCache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\BaseDataCache.php', 1, 0x00000000000000000000000000000000, 0xd255553aebc7994e90d644c181e250ba, 0x30df9c41f67a0a8f8a65cc734aba054e33f84c28f06c11e281d192cefcac22d8, '', 0, '?'),
(0x3cc842a31267747c3723c11b12280ee2, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-600-normal.6b20dbece3ec1400.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-600-normal.6b20dbece3ec1400.woff2', 1, 0x00000000000000000000000000000000, 0x01c0636408013e39c1e310f62d293940, 0xfef2f5aae39fc453fdcd125268a9bd68e76ed2abffccf087370ed433b02646f7, '', 0, '?'),
(0x3cceb77edb168368ae5cbbf0a5e8d5e9, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.min.js', 1, 0x00000000000000000000000000000000, 0x1a1f68465ea12b15dc865a777da90640, 0x7719ffda71f7d2211394fd675d53ba6172b62ef22c11ae2e1008799fa67a6b99, '', 0, '?'),
(0x3ccf9a205120d0e203a0a118d745e78f, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sl_SI.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sl_SI.mo', 1, 0x00000000000000000000000000000000, 0x46fe1783d52cba39f4bec70eae727236, 0x5d6cd660811680ae391f91ed604bf6460c95754f28c8e7caed30f3a1a907ad4d, '', 0, '?'),
(0x3cd5c0bd65064abf65d0549ef8f9a20d, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/vue.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\vue.min.js', 1, 0x00000000000000000000000000000000, 0xfb192338844efe86ec759a40152fcb8e, 0xf034a99d713aa9d21b2a47894a32fdbbfc3cd6064a40057e72791a3500bea27f, '', 0, '?'),
(0x3cdb71562b7df8295017de5d5cd4de6d, 'wp-content/plugins/elementor/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0xf85f83cd278e768ee8a729a13676b26a, 0x564aa757a9e20f11e15fef893b16284e5099243d509d2cc073dee1153c591196, '', 0, '?'),
(0x3cdea49b6ce7f6f94b60af08b269b4ec, 'wp-includes/blocks/embed/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x41674c13e4de2f90d09e13b8f7ac670a, 0x16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a246, '', 0, '?'),
(0x3ce2ce7df612104711611bb03445c553, 'wp-content/plugins/backup-backup/includes/check/checker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\checker.php', 1, 0x00000000000000000000000000000000, 0x7c31aaf862f60032d790c728b12a6a2b, 0x6cc375578e4a472a151a28853fa64ff9e5fbeb467027800f7d5f274b9393c3f0, '', 0, '?'),
(0x3ce58d77a83e8876633f0ea0a878aa86, 'wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-admin-ajax.php', 1, 0x00000000000000000000000000000000, 0xb16ce75abba92bf9c0824bdd08828d38, 0xa72e51c2848ba8336066de59c2b956381765e322dd03b54d07e368d08187372d, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\utils.js', 1, 0x00000000000000000000000000000000, 0x06048f8ea732a49aa4215b704e49e935, 0x6949034934ef2a96e17b461d0c5a616efac7a01ed11c294a2c54d026b567b3e0, '', 0, '?'),
(0x3ce881c6cf0d2308df8e187c55d8f48b, 'wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-it_IT.po', 1, 0x00000000000000000000000000000000, 0x98820f7d23ad84cd6330a3afa5134d47, 0x279a6b2333b085a1d2f7c669a5a1e3d4590dac05d236e29e640267ada069d370, '', 0, '?'),
(0x3ceaea9a66228a3009f75567f22689ac, 'wp-content/plugins/backup-backup/admin/images/list-ongoing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-ongoing.svg', 1, 0x00000000000000000000000000000000, 0xe3ef984582f58930d0ab7e504ea59762, 0x6e01a7fa1f2032d9ed9549c8be04ce7c16e38f50b123dd40594b53ffc149fe22, '', 0, '?'),
(0x3ceb4c5af15587caa2c79ef4d6454c5c, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-images.php', 1, 0x00000000000000000000000000000000, 0x1b9fec16d9d95e9dd5fd1a04355fba6d, 0xa53c0ff9b38f9f312a440588ebaf4ba25de5be64196e3cabb6ae5fae192e4a99, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpeditimage\\plugin.js', 1, 0x00000000000000000000000000000000, 0xd66af83ce6975dd8408299bfc00934f9, 0x0d5d0622cdce219e27730811673d9699aafaef7ac4b70b1f5198ee32c74e4beb, '', 0, '?'),
(0x3cfab0ad938f5b3bd07d6e3edc3021a7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x20027daa4649059d29fa1ee9c15c79fe, 0xfdf1c28eb0b1a0b561a05519777eb77986097131a662d0ae4ec80b99fc757db5, '', 0, '?'),
(0x3cffffd6ae378ebb2a69ff79bbbc1a61, 'wp-content/plugins/elementor/assets/js/styleguide.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.min.js', 1, 0x00000000000000000000000000000000, 0xc2c75978243fc1dcdd4555053d0b59ff, 0x739a1b615ff0faf82e4cb064b3497a5fe58e1a89b9713442ae63f84681a8805f, '', 0, '?'),
(0x3d01fbcb7c620b594964c0d7661390cc, 'wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\theme-builder.php', 0, 0x957acc287684b79ed7f339e95ee4380e, 0x957acc287684b79ed7f339e95ee4380e, 0xebd668a2f36d69b67ef03fab5654927d2675720d025b44b96cc1b01f630c568a, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Base64\\UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x840ab18f46e7be6ac000ec67d3fd8085, 0xbe4a4c77bb49a6dd747eb2d79e1a1689ec46fdfb815d508366f7735077f5d53f, '', 0, '?'),
(0x3d073df192e3ef1f779b438b30c5b04d, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0x9ee0b1db125307c91bf55702a446ab37, 0xeb652111d8ca4e3deae6d8f5c3f962e60eaae798a65d5df7a2ea03a38e7b54cb, '', 0, '?'),
(0x3d0f3e2ffb6ce67ad5831219d7360aa1, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-base.min.css', 1, 0x00000000000000000000000000000000, 0x94edaa4c4fe46e7a1d2495acaa8a2e41, 0x9d8b8439c9717aaaf1e8764bc81560c0ded48a9f74ab8be0b0865823f732c410, '', 0, '?'),
(0x3d18fef00d0bcd2034b9d10b23bf2cf7, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0x1a0fbe60959d07a5f6e46eec1a04d952, 0x8ffe9f527aafc6aba952137a644ba10b61542043bd6d3a8d443e7f07ed399777, '', 0, '?'),
(0x3d191930f4b7c9c87162017e2b4f2fb2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\ClientExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x10971c8c0c4c7b15f16c2d2b2e9e086f, 0x899da0e65211ae6b6bfce4342526373ac7fe12dffeafa99ba0c49035da5a0786, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5aaebf8b2ebf8f79d6ec5e4abe69bb2a, 0x7beb2086b9a015b2dfe9c149e5d05ead608eab001bca1cf81390f305c23c1e3c, '', 0, '?'),
(0x3d23bb5f012cac384d751da75ad27337, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\edd-cart.php', 1, 0x00000000000000000000000000000000, 0x6231e201b66d21063e884da921774cce, 0x4cfdbfb6f9b049c030bfd012d0ff92971475b2840ff4109031cfc300287cd3c4, '', 0, '?'),
(0x3d2d2b7f2b5f9028cd82774570ffa08c, 'wp-content/themes/go/partials/footers/footer-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-2.php', 1, 0x00000000000000000000000000000000, 0x7aa122c43d7103c3bbf5d81472af2f46, 0x0c9153d66e0d80f671cab558d28a78836d4e5b1e305935fac63bc9bbc7688d18, '', 0, '?'),
(0x3d3148371eadcba6e85db39acd3e048d, 'wp-content/plugins/powerpack-elements/assets/js/frontend-tooltip.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-tooltip.js', 0, 0x95b7c5efa3b8d134a2b03eb3d5137974, 0x95b7c5efa3b8d134a2b03eb3d5137974, 0xfa1d0088063b7877ad9d703e2fe3c95f835a2b7d74420e5f66683eaca360b970, '', 0, '?'),
(0x3d3225121315df29055efacf8276e900, 'wp-content/plugins/elementor-pro/modules/screenshots/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\module.php', 0, 0x503ff504ffbb21254d70223fb7b3c2a7, 0x503ff504ffbb21254d70223fb7b3c2a7, 0xa8bac16dac2f6ac2bd97b7e339de8b2ef9b15b5d931d2c75c1dfbfcffbf6bdb2, '', 0, '?'),
(0x3d465f6a311172c313ef2eadc70fe9b9, 'wp-includes/Requests/src/Transport.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport.php', 1, 0x00000000000000000000000000000000, 0x84d40d1a00f89544bf81f5bd27abd9da, 0x62f3f34bea74fcace73123d6b16645b658f27bfc13d34bdf47e947a0ac4dd0b3, '', 0, '?'),
(0x3d48942ae4b58eef36e69fe76f40d510, 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x880c427a6c79e844749072ab3d5d03b4, 0x01b7888227a6f1163d8ce3986456b1e9c77dff37ad635077bc64d715ec4c7ea7, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0x8c37e0c26c6e5f704248358521353d28, 0x33f0af2d672cd38c3d24cd0b08a167dcc037d3aae23a56311b30988a68b4c61b, '', 0, '?'),
(0x3d669b702e5bad6ac15578ec7ef26809, 'wp-content/plugins/elementor/modules/global-classes/utils/atomic-elements-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\atomic-elements-utils.php', 1, 0x00000000000000000000000000000000, 0x1e33824227cd8fb7d00506cca5e88b55, 0x5fabd0c4eb41ef42b4c3d38197a5c4788edd84ada4abf32268081710bedf7213, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x14a30fcb647961de2583781e6196a17c, 0x4d5cd8b532a81be7384492bccf8bbfd54f0800ef960cba65b6aa9a34f692ac88, '', 0, '?'),
(0x3d72658e8761998bf047142735b7a92a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0x91e8d21f1a099c38770051392bb183fe, 0xa8dacbfc3257ed8af6fe99b58353163e2841aa4aa43e4c7e80647c4a911c97aa, '', 0, '?'),
(0x3d79d2d2d70afe93d6118798af5c724f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.test.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.test.js', 1, 0x00000000000000000000000000000000, 0x3d9ef0bc35e21c3629896738a73fbc87, 0xe4ed0d00e8d7dc89e95ba026bba10e2a7298a9c6db19b208dae30046ae1f0ab0, '', 0, '?'),
(0x3d7d76f89a12f2b0f670999ff86c2adb, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube.5a9c56d0570cbf7b89cd7b2b44c45f93.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube.5a9c56d0570cbf7b89cd7b2b44c45f93.svg', 1, 0x00000000000000000000000000000000, 0x7e67f0ad9ce478a405948ac3e7fe4c6f, 0x17646711ded9c3e44baeb8221903b22b643071091bc50a71453556e7c1011aee, '', 0, '?'),
(0x3d7e729d81ccc199a2e112558e6f851a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0xa5e068a742066ba7270982d5bb870ee5, 0xf7b1b47b024c9b02b7b8aa5d2b0a33cecaaf72423c5cb01f35665941d4ca3436, '', 0, '?'),
(0x3d824be5596207f2943a9dd72bdba1e9, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xab92d0e2620651bc1cc5b80ded94fdab, 0xd77bb7ef91e4ccf2f3333112aef3c963ac56d8506a90d85ac0e8de966f3f0bb2, '', 0, '?'),
(0x3d949145460bd31ec8b20058f32d7d4f, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Toggleset_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Toggleset_Control.php', 1, 0x00000000000000000000000000000000, 0xf4ee4a79d298a963e9a09705c3dba5b3, 0x719eeee440a600bd455d4a9080ec7fe1a97983743e8e01a5f906b2e1bd90a769, '', 0, '?'),
(0x3d97c321c7f6bec3db2ec1d5e73e1376, 'wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x7eb1168b92863190eeff52576b866328, 0xd7cb48539e48a61064d77795275016ce34b53a0d150af561f368238d17e2f8c1, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3d9dc7a625054432638641b4eb653d48, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\close.svg', 1, 0x00000000000000000000000000000000, 0xa54c08eb61ca96acc19026b61913a903, 0x178f19b53f914f8475b23613295e1c00bf7a21abba0d7ee6635027e27afa0337, '', 0, '?'),
(0x3d9eae4ece5b4489310b7b4d1f52a40b, 'wp-content/plugins/custom-twitter-feeds/templates/header-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header-text.php', 1, 0x00000000000000000000000000000000, 0xdfe4313ec7a57bd455d741b22bb56d97, 0x17c8cfa98e183d26982f44c43fd61b689d2573bd08d82b286efb97e3e44a84b3, '', 0, '?'),
(0x3da5f49150a172071b4e42071776b1b8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x3dab7e351c96321045f72d22360ffbdb, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\comment-template.php', 1, 0x00000000000000000000000000000000, 0xc9a27e128ea5544d34233f2d449b66c0, 0x3e580c66f51f0cbf4b00b2306cc9e9d952ace11d269edc2337ee2469843236b4, '', 0, '?'),
(0x3db58fb9351f8916b002d910a6e339c4, 'wp-content/plugins/elementor/core/settings/base/model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\model.php', 1, 0x00000000000000000000000000000000, 0x6bbf87c16a9cfec5767dd9133faf02ba, 0x3ff7a9ecdc2ac52e1cf807d8c976c813f06c084f1758246a529f107f11c399e0, '', 0, '?'),
(0x3db82d10ef3c99f104c0c5bbd409c5e8, 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.min.js', 1, 0x00000000000000000000000000000000, 0xb971f4d72e7ada881e625d4c9d70df7e, 0x801f0c7beb6b01e3ed80d41d29565af95cc3a8294ca4ade67824693761079858, '', 0, '?'),
(0x3dba83847f44a2e99236c93ee2e25615, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.asset.php', 1, 0x00000000000000000000000000000000, 0xfd7ce15440818523d1c33d6bf905729a, 0xb5b1008d88ddd88d728745acbe9f5ed5288681851f050207f67ccc02f42d966f, '', 0, '?'),
(0x3dc48a8fb3803b66f2a62e884ad5a2d0, 'wp-content/plugins/elementor-pro/assets/js/search-form.2fe57bcace4909ad8f6a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search-form.2fe57bcace4909ad8f6a.bundle.js', 0, 0x32211e6032042d3453feca8f628d5aba, 0x32211e6032042d3453feca8f628d5aba, 0x6f2f084dfe1390a10257cff20e0976467703ff67cdc7aff2ebd616d4599da762, '', 0, '?'),
(0x3dc6170fe0a7d3a8a4e7a40045a8d2d6, 'wp-includes/blocks/verse/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\block.json', 1, 0x00000000000000000000000000000000, 0xb2ab65cab0ca41b0c0cffeae545b07aa, 0x373b28fca3ef40c29b7ba28a0c870ae8f13e853409f9e4e7339f2d2ecc2beac5, '', 0, '?'),
(0x3dcc514bc9497de6a75592e5b3ab6962, 'wp-includes/blocks/accordion-item/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f5ac051b26b3af4171ff05e9fa538a8, 0x922ea73ad0c471a1eeef2d41a304be64eaf083bce76387c8e40e08283e8319c4, '', 0, '?'),
(0x3dccc66532e514fd5bc11453277f1617, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/facebook-gray.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\facebook-gray.svg', 1, 0x00000000000000000000000000000000, 0x30ab9e23a48b30e87435bd91cc66bdb3, 0x0d5b5632a68ef6d8d718a7ef9c49f190375c44f19acc316d8717b5f33b23a0f4, '', 0, '?'),
(0x3dcfc03a522d5dd802cde1726756825b, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\EscaperNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x5c802bc8b0a0b64046efa2f185819328, 0x353e8d1e567dcf04ca4eaa38c3470620724588227627861235ce7a2b19aa0739, '', 0, '?'),
(0x3dd33bb67be0b3c6f7b065d536ba35bb, 'wp-includes/js/jquery/ui/effect-pulsate.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-pulsate.js', 1, 0x00000000000000000000000000000000, 0x1edc28151bb89ea72ac326bef810f562, 0x04d1418ece105e94ace9f3cd7d8dedb88d3ed2131190743adb2cf67dc9d831f4, '', 0, '?'),
(0x3dd8e212a5cc61714f5036f6e7f9c635, 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image-part-4.svg', 1, 0x00000000000000000000000000000000, 0x2977a5304e976c7e2f9651f14588d0cd, 0xce39fd7bdc49526a46ab20a07c45d267d0efd7e36552c526c3ee424a209f1bdb, '', 0, '?'),
(0x3dde877975ef42641b3e1a11f8dd865a, 'wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-6-col.php', 1, 0x00000000000000000000000000000000, 0x9cdd9427af11cdeac993884afe794d76, 0xe687c5756a87c792119aae3467eff9348e0ae5cb4e093a36a6651fbea2e19bde, '', 0, '?'),
(0x3de105f78bb36c4c14ee918d3073a291, 'wp-content/plugins/elementor/assets/js/3c18b6eb4e735ca7e8bf.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3c18b6eb4e735ca7e8bf.bundle.js', 1, 0x00000000000000000000000000000000, 0x8ee737cf2e701d371ef1c30f1c94a29d, 0x48e536964ecfabb0812b9111f3ffe1d9c6692071df26a679d1d86855dab95cdf, '', 0, '?'),
(0x3de599840a1741ac4b0428929218d26c, 'wp-includes/js/dist/keyboard-shortcuts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keyboard-shortcuts.min.js', 1, 0x00000000000000000000000000000000, 0x202eaece8ef0d643ccba7447df73f524, 0x71f1d535f6aa25e0363adbac3cbbe9964948ff1fa0256b0be5c83693b3e141ad, '', 0, '?'),
(0x3df0c2f99354b32ef1939eb15792b6cc, 'wp-content/themes/go/dist/images/admin/header-4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-4.svg', 1, 0x00000000000000000000000000000000, 0xa2e7c6826bbe36ff321c0b46ba597330, 0x989a5219bbd3ff06bb05995cfd076371d535faa0360d58931be7d4a21fedd034, '', 0, '?'),
(0x3df36011c047e16097badcc792763bc7, 'wp-content/themes/twentytwentyfour/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\style.css', 1, 0x00000000000000000000000000000000, 0x488611bd29e9c57d8b4356050ba8b138, 0x01d817b87317aa6c075b2666d349e04f91f8c4e09c6cce35e39b7eabc65deeb4, '', 0, '?'),
(0x3df629e43953173649a6832eec729e52, 'wp-content/plugins/backup-backup/admin/images/clocks-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clocks-min.png', 1, 0x00000000000000000000000000000000, 0x6177877bd3dcc9b922c5539028178991, 0x61900e18325cce038e4a53192a96ff25804a78c57dfa5eea7ed505672642e075, '', 0, '?'),
(0x3df78159c8a51c5cdc50de8295fe8232, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/times.cead2824a6b011be3165bfcc4362e95d.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\times.cead2824a6b011be3165bfcc4362e95d.svg', 1, 0x00000000000000000000000000000000, 0x8e876b8c73dd1753a0a1d7b68f616cf6, 0x9a687f30b9d035592161db65b29264ffc1e3aa35d49852e93a5a6df2d16d31ae, '', 0, '?'),
(0x3df7a9a11babadca52c335e1cf84357c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja.po', 1, 0x00000000000000000000000000000000, 0x61f79fdd96bfaeb08cf212c5157e4268, 0xfad970a5e0b6d0c75824e4c523716dfb327dfcfb0f2f3395d569d7cabb04f408, '', 0, '?'),
(0x3df80e61dc159fbb1210f7b5d0302616, 'wp-includes/js/jquery/ui/effect-slide.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-slide.js', 1, 0x00000000000000000000000000000000, 0xe1b72fdc31c9bfc6faf5c30b14afab03, 0xf4ed3c562667f28eaa8666beab0e1d9e3a1153a3128361caa5a41ea16cbfa502, '', 0, '?'),
(0x3dfddcff66140c9f2f0fe029c196a785, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\compatibility-tag-report.php', 1, 0x00000000000000000000000000000000, 0x48596e20bc47cfc14d4be401604134bd, 0x171da39d005e9b47a43ede11b09b56109d0a814ff6694dfb0e50c6feb07b5f86, '', 0, '?'),
(0x3e02b5d4f69e3fe3c745cea38e5b2d1d, 'wp-content/plugins/powerpack-elements/assets/images/devices/desktop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\desktop.svg', 0, 0x0e48e7ac6cc9c1b1801b0187dc8d54b7, 0x0e48e7ac6cc9c1b1801b0187dc8d54b7, 0x0ce319adc1484429c7964a6b19b5d5b2ab630c87d942b07577f0785896254825, '', 0, '?'),
(0x3e0648a499449c414a5e51107bd9d568, 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\draftJs.js', 1, 0x00000000000000000000000000000000, 0x57300b82da6c2a363d4b71f4ecd1ea6a, 0x65139623e3680b0480363735b2a1c4f4c3227b4419d7856a2a3c44de819241ce, '', 0, '?'),
(0x3e0b66c85d4817b739a2cf143b371d83, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-editor-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\block-editor-integration.php', 1, 0x00000000000000000000000000000000, 0x71a52916d590167ce3437307dcab9fcf, 0xade2e7a480ed3734ea72e1b0a79abe86ebe1326aad7246951da1ae3dfd1515cb, '', 0, '?'),
(0x3e100f31c56958684ff3165fcaa26799, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/CronUpdaterManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\CronUpdaterManager.php', 1, 0x00000000000000000000000000000000, 0x5fdcc122d6581b576151dec290c54eb0, 0x674823fad563c6fab6e7a43df1306179a32aa9383a37697b9570ee9bfc371f54, '', 0, '?'),
(0x3e165b97200367ab3364bd13a893a4a0, 'wp-includes/blocks/spacer/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x2650fa473ee975a1afb3ec59aa18e737, 0x7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040, '', 0, '?'),
(0x3e1893dd0c5a1cf649e3497c6114fbf2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xdca4e5bac85c231a9ce979985bf67b90, 0x762e2b2eeec3bf0151a96dc1865e166c853730a035bb275180af61751d4d4de9, '', 0, '?'),
(0x3e207b4dc4673db772ce870648112858, 'wp-content/themes/go/languages/hi_IN.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\hi_IN.json', 1, 0x00000000000000000000000000000000, 0x98c8408f12d479d3def6c1c6dd417207, 0x02034a008ff80b4bc9c249255d6272acd1e564878070bf0903fc1ccf2ac958a6, '', 0, '?'),
(0x3e258f5ed6b43f58be0916e22c69325f, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x45ff0f621faa3c3a883af943dd43b232, 0x611780bfa2298592db86666d27f33a2860569e64561c9a2b47244ce523832f22, '', 0, '?'),
(0x3e27b9073860b85ce9ddb0a9dc5702dc, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\alert-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0xa4e45b1387e7097f4f0e3fd07c6c9b17, 0x7f3e8467fa13b7424829b663925894bd6290507d1cb2065a3c9c1757984d698a, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\block.php', 1, 0x00000000000000000000000000000000, 0xa485e9bcddae9de668c34f6ca01ccfc0, 0x73b7892450d4cb08bf072ff250aa2e5df20ef6d2f34b9365a756ca22557866c1, '', 0, '?'),
(0x3e45b553d57a0d4048920ecbf1d4d4bb, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\composer.json', 1, 0x00000000000000000000000000000000, 0xf79210d053c4b3fa8902462403d390a3, 0xe0b9d3cc51bead8e0c8dde841719e7be66ddd4a8e39492f2cc9c4a026472dbbe, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfedc249b5d5cb3e2a2e7d2c6c71ed20b, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x3e49a1d22740811edc60bf6b67dc8252, 'wp-content/themes/twentytwentythree/templates/blog-alternative.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\blog-alternative.html', 1, 0x00000000000000000000000000000000, 0x08b93d1dd6d90de42f91e59103954e73, 0x18e961e8143036627f80f1ffa1ef29138bfa7e3dcb7ebd3476df485b0b8b4266, '', 0, '?'),
(0x3e4e7560f17f90f118a70e7195e73f91, 'wp-content/plugins/elementor/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\changelog.txt', 1, 0x00000000000000000000000000000000, 0x21df4c967bec863ba4af83b841a84e33, 0xb0e00de9e630aa4df04dc5af9c341c6fa9b762900dabcf1a136e0981d6c25b2f, '', 0, '?'),
(0x3e55bac074b0be10b833626933e405c9, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\base-context.js', 0, 0xb4a1a8075416cf2af83f467cbac2970b, 0xb4a1a8075416cf2af83f467cbac2970b, 0x97ba88ecf4502ce4bcdd35793b2bc8fd7caa1a0e321c426d416165a5055d4ca3, '', 0, '?'),
(0x3e55c090ced3c00a9b77d1f6434fd6a3, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ko_KR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ko_KR.mo', 1, 0x00000000000000000000000000000000, 0x658903f79e7b4272e54aaffe75343283, 0xdeb75af937416c02dc029e806bd6591c8471e887749a8ccf0c53c8cfbd632cdd, '', 0, '?'),
(0x3e566e1d681503e57fd23f69be9a8ebe, 'wp-content/plugins/elementor/includes/settings/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\settings.php', 1, 0x00000000000000000000000000000000, 0x8b356bd0e0a2acce4f4f1328b6501ad1, 0x22ad1c6410adbf3824e76a6360bfd3552a22c80dd57a6c24ace9e323120a5f52, '', 0, '?'),
(0x3e5eccf46df884ae9dd206af5add7b98, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\TransferStats.php', 1, 0x00000000000000000000000000000000, 0xe46022d07910a3e4b0134d871f334aaa, 0x37d077b11284b46b0df4eef3c098bdcf8597e1af39d66c7305cb07d7e079817a, '', 0, '?'),
(0x3e622a3cf6599e4a9e660c4a29c4f873, 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.min.js', 1, 0x00000000000000000000000000000000, 0xac2c67a34b21e9591616c3ddefc3f7eb, 0x1cf23af78028e623b4d3785354344a36b0f018d499537fd4081d2fa800cd4129, '', 0, '?'),
(0x3e68c0c25a14409ad8a254f0b5ceb867, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\import-export-customization.php', 1, 0x00000000000000000000000000000000, 0xb6e0ec259325b4a5bc6fa4fa27afdeb0, 0x2bf43cf0894cb531f74f7b76ee54548a1b205d0b5164e74dc4d9397275e2f5a6, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\comments.php', 1, 0x00000000000000000000000000000000, 0xff55f2d7048f15889dd2b4a8f315cb00, 0x7a3b87687c20fdd6f3858a7478c89820e7a2895ce7016264216f7269c83e6a72, '', 0, '?'),
(0x3e69c340f28f9b167735713bc451bdc7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/moon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\moon.svg', 1, 0x00000000000000000000000000000000, 0x918cc837067514972a3455d5e4c9d029, 0xa29f40d6784e779e094ab7f8c9d42ee8a40d465eed6ac5c7e80cf84d1c7ccf35, '', 0, '?'),
(0x3e711f517f617bd5eb69cb70906504f2, 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\admin-menu-items\\submissions-promotion-menu-item.php', 0, 0x158b430efbb6cb6a950beb0c22690ffd, 0x158b430efbb6cb6a950beb0c22690ffd, 0x329e27c76437aa344de12e1bf8c6d2ce2e0df90ede441b26e6c7cf7d077d12ca, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x4bfe546a6ca0a7c81cd936ba528cbd77, 0x246e86eaacf5cec44b58e1f6da610e3529a2c3fd3bd3cd73dd321c61c2547fe3, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0x3e761b621e3c6d2de5fc60e6d1aa535b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-top.css', 1, 0x00000000000000000000000000000000, 0x15cdde99339604c26299c2a37468a953, 0xc4dfa4fd6111e722a21166bb2e7bcde83f348be46c23459c3dd02e5243cb99c9, '', 0, '?'),
(0x3e77ae859834ee571647f2ef21f6c7e3, 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x46303cdd1b7d8e1eaf2e2d43ab2f2abe, 0x70a6403ce8edebb89d543350be174676e61f152cd7d0c6b7d9762b182eb101aa, '', 0, '?'),
(0x3e7aaa32fefd09a3faa894db903c185c, 'wp-content/plugins/elementor/includes/controls/button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\button.php', 1, 0x00000000000000000000000000000000, 0xfb7ce4ea59cce070e8d84d86f9e6d493, 0x3e5837d1f11c253d1c2093aba272e5c713cbc9cb47a102d14ccf9ef18e04c358, '', 0, '?'),
(0x3e84ec19f7db6e4899d52cc3214eb2c2, 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-get-footer-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-get-footer-builder.php', 1, 0x00000000000000000000000000000000, 0x5a1772f468ed5e189e3b188db8eca830, 0xec4a82f66f8c27e6dc8d655ed70b1b589ebec3f0eaf0c8b9a504d3e5eeb4fe31, '', 0, '?'),
(0x3e8f6efebf4769fce9321477ca060f50, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0x3834d6105c0045bc4ea5104e342c266c, 0x576ceab509fae2b6ed21efc633e22900f2ff80d5ff0ac3c06fb59cb0ae283927, '', 0, '?'),
(0x3e9535af1277ec465a1be8b27f0dea60, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/free-widget-configurator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\free-widget-configurator.php', 1, 0x00000000000000000000000000000000, 0x01e72c653035128842d84166c9a6d367, 0xef78a61e50ffbd07986a1af38f2519002a0ab2ac28e0fcb9b7408ea7bdfbce7a, '', 0, '?'),
(0x3e978a707599894c33496aed5ed4626f, 'wp-includes/blocks/comments-pagination/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc80af8b6edd7551e6cf219516fe3e137, 0x1d80ed3ba629ea2699341f42497f48f2c7e84589fe3144cea4dc2ad396b493b1, '', 0, '?'),
(0x3e98f52a6e87d2ba1e73ba8786c9a0b4, 'wp-content/plugins/elementor/assets/js/editor-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.js', 1, 0x00000000000000000000000000000000, 0xafa791cc38b4ea493a38c6e454bc02f7, 0xd845a37516fc8db5b254385db8e311f2c9ed9ac77ef23eb68e6bdf7dca5f3265, '', 0, '?'),
(0x3e9da4a7946ebb092d062ff26a39c82c, 'wp-content/plugins/powerpack-elements/modules/gallery/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\module.php', 0, 0x472209b0934d4b04f5dd1953921982d5, 0x472209b0934d4b04f5dd1953921982d5, 0x2b63c05fcfe9938be9d04c3742d8a9919747a671e36907a657e66b38cfa7b297, '', 0, '?'),
(0x3ea66fabdac3c4ebfa13bbca74cec02b, 'wp-includes/blocks/post-terms/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\block.json', 1, 0x00000000000000000000000000000000, 0xf5ce5f1b6627c30cf3f903fdca7a3c2b, 0x0e69e1c87c98abe9186229b5d2b132ad4853241093436d032cbcb754efac36ee, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0xc0a81432207b31b71c7adade23a0abb5, 0xb6a26587a4b1f21181717db5fce1657121435518ff49e1c798bd8ab37737c400, '', 0, '?'),
(0x3ea9fd25b7c90bd6ecbede4814b20c93, 'wp-includes/blocks/template-part/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xcac9378b34cd9e4b5e28d391918039a5, 0x531231033edb84ff66b0ccea495ab4f0d75a330cf69f04c150f069e02ad9191f, '', 0, '?'),
(0x3eaa8401cee500a4563f73e3151af99b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-collapsible.php', 1, 0x00000000000000000000000000000000, 0xae4ed8bf146c60cef8ebbb92e5ef09f0, 0x5f8484074082f281d0a11c8a1c245e9a146551bf1527e94bfad0cb3921422579, '', 0, '?'),
(0x3eb2d1fa81dd0c3c98c68d593129f2a0, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0xcaf652507da252707b6ef8e135aca3e3, 0x68e7cefff93690c4728ff68bdd79924f55fdc329dba574449bf702d029fce8e8, '', 0, '?'),
(0x3eb4a28168774659d4d3ab96bf0e6fa9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/441.123b935c3dc31de2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\441.123b935c3dc31de2.js', 1, 0x00000000000000000000000000000000, 0x3c4d32bef6b8b895221988e31998cfac, 0xeda28fb541a4822984cd161e176fc806473ad4a424ab27441e7392f64ddd6adb, '', 0, '?'),
(0x3eb9a34766e840d454e19e983b834489, 'wp-includes/blocks/cover/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf418fcad2c7afb0448f48dac8780da7, 0x55e87efaaad7e8068a387233bcd47dd64c8a263cd16f855354c82eaba5123225, '', 0, '?'),
(0x3ebae5680a28f37aa370cd491b1019b0, 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\html2canvas\\js\\html2canvas.js', 0, 0x9c73946facf4b9012674adc97d10cf5c, 0x9c73946facf4b9012674adc97d10cf5c, 0xb1eaa0a9f8271cf059ee97866db2d50d6bddd49b846141d5ac2ee5152e296ea2, '', 0, '?'),
(0x3ec05d49a1ceeebe26fa5d136df0f554, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x3ec1bb4a488c1be66285b0eeea9fc429, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Cache.php', 1, 0x00000000000000000000000000000000, 0xd8338ef9b1868683d9c77e505f5fa648, 0x46a4b99cb64d0f46766d1b789a8a7fc6e4dbe29dc4b9b6869c8fee3bb42fd767, '', 0, '?'),
(0x3ec92b980aa8f0dab6142ea10afa74e7, 'wp-content/plugins/elementor/modules/interactions/validators/custom-effect-value.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\custom-effect-value.php', 1, 0x00000000000000000000000000000000, 0xb2088d520ff0a8bbc02984a9e41fd846, 0x308b06299f4a64c7a3a8312a07513d43a675ecfb4dd9a9e9645fa41cf367fc00, '', 0, '?'),
(0x3ecaa25e14725f71cd64d131cc4a6bc0, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/cached-readability-score-results-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\readability-score-results\\cached-readability-score-results-collector.php', 1, 0x00000000000000000000000000000000, 0xba274e967a667f13f7a4ac409cce80dc, 0xa4977b4f86a2db5ca620f38d82bd7748db4eff6d9aeb90a56f36da3bd58c447a, '', 0, '?'),
(0x3ed555fd1ee68efc747e059988d05457, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0xb21a974f765f06e9485da5ce0a97d75a, 0x1c3e363d032580258f056355293e9bf780f0e0cfcd860387ae95ca2983a3062d, '', 0, '?'),
(0x3ed898163450e42b75627b140a1c0222, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\search.php', 1, 0x00000000000000000000000000000000, 0x9978306ccc420b571cf1c8a417821a4b, 0x9a548d6c6898296da6789f6ca9e5602ad5b7ced938164f6d3ef573b454d12fc4, '', 0, '?'),
(0x3ed988896b79df0a13d1ef727ab1f4ff, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\scrolling.svg', 0, 0x6a572aa9e018d331c0380b2432a72366, 0x6a572aa9e018d331c0380b2432a72366, 0xa0b17fc24b07ba1daf06751ecc9fd93cf70982f25660d48fef4946d2ec3ceffa, '', 0, '?'),
(0x3ede08219d9626a62cf2461bc70d5c1b, 'wp-content/plugins/elementor-pro/base/editor-one-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\editor-one-trait.php', 0, 0x1dda734166512a440c3ccd3a783058bf, 0x1dda734166512a440c3ccd3a783058bf, 0x240426bee74be799adfd58a7078110b39cfbf55d96d1d360b4c88d54dabc71c6, '', 0, '?'),
(0x3ee3dfd8db7a0607d16724b0ae245e62, 'wp-content/plugins/reviews-feed/assets/admin/views/support/support-tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\views\\support\\support-tools.php', 1, 0x00000000000000000000000000000000, 0xf3f555563590617c4aa3fe32c1d93981, 0xdbef756b9ff3e179bb1e3ca3035ee03e4366ee4f1382aa324e175b2c4d38d57a, '', 0, '?'),
(0x3ee6fbca99708243dba2d0ca289a5bb4, 'wp-content/plugins/powerpack-elements/includes/modules-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\modules-manager.php', 0, 0x1dab5d13ba29de1fe54b4edfad1959db, 0x1dab5d13ba29de1fe54b4edfad1959db, 0x9f7c16e8ece54d3a19574bf57ea03b2d1d547e617852835fc460534edad0d235, '', 0, '?'),
(0x3ee84e53f6341d4605d564de118264f7, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0xf9a6fbe6a968d5c4e06753dcdcb4b73c, 0xf620e65a04dcde46ee080ed7f3d6ed68b38bf60f330e50126292952097cc6d49, '', 0, '?'),
(0x3ef04f527bd83725d921bb09e596626e, 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x3ef956807688e6157cf9c9239059f821, 'wp-content/plugins/backup-backup/admin/images/backupbliss-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backupbliss-mono.svg', 1, 0x00000000000000000000000000000000, 0x522155b3d277275c07becc8a16f80f63, 0xe69472b50afa10293dca8f9f4fc4134e495850262815d15dda4bb3aa3b14a3a9, '', 0, '?'),
(0x3efbca6c91382d33522e8bd3ce3a6073, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x3f05d8575a4244f94ed7310c9e33c0e5, 'wp-includes/blocks/audio/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style.css', 1, 0x00000000000000000000000000000000, 0x66e9db5fd00b851c30c803349be89761, 0x86e3a7e712733821d732308788daa087a6d2cef2d72f25e28705513ffb945376, '', 0, '?'),
(0x3f1d17e5cc1c11ae707c52c26ff0a5e9, 'wp-includes/blocks/separator/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x3f1fbd7881ee118b1eb44d452d155421, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\preview.css', 1, 0x00000000000000000000000000000000, 0x5f3a0aa25bb1a8db48e9a3bd37c702fe, 0x80f154586a2afc0b11be7e6c18142706b21c7a5085cc740238f5fd6f4b9b4ea2, '', 0, '?'),
(0x3f2994cd532ffe5581b88d4d1cbb14cd, 'wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\AA-Modal-Template.php', 1, 0x00000000000000000000000000000000, 0x2ce77cd9e4cd2136cfb736b9794d61cc, 0xf403b28c7347a66aa48bf4e32e839c454f01931517d1ffb72f495cc7c2399280, '', 0, '?'),
(0x3f2a450a5b7e703a798a9a03a0407363, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-vars.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3f2c3d3210f5dd1ef66ecec8891e3079, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plus.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plus.svg', 1, 0x00000000000000000000000000000000, 0x6e6f5c5fb1b6247c45abc00f3a581021, 0x0ba571f08b71e266d51f36056caa54aea17b5af654225626d589e1aca0926461, '', 0, '?'),
(0x3f2c5b1f43f881bb13fac034ba8f8ae9, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/cache-validity/cache-validity-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\cache-validity\\cache-validity-item.php', 1, 0x00000000000000000000000000000000, 0x1adba5c28f9d518785a97ab3a4bf548d, 0x101470aa43b6e7db62e53c04d572da43e219d18607ea1e9e013daf077240e70d, '', 0, '?'),
(0x3f419e3a3b1835403334b021689f3a5a, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\X25519.php', 1, 0x00000000000000000000000000000000, 0xdee6bdfd7fd290820b59c65720fadf46, 0xd412de11c81d795e59efa95c92af7d365ff6da88422d2ce26a3933f3eb1942c3, '', 0, '?'),
(0x3f572a353ef61b926f1b52774b981fa8, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.asset.php', 1, 0x00000000000000000000000000000000, 0x3a297fdc59e4d15ab88fe338e22f291b, 0x04f2381f93d21fa40f40e6d0807df829a0585898a6a7e3c4fc3c0f446541f1a8, '', 0, '?'),
(0x3f580e5cfe6d669ee1da9507daa3b467, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-columns.php', 1, 0x00000000000000000000000000000000, 0x14bbe51d31d0a8cd4a066c0a5312d3a7, 0x4531ec2fce07d79750c2e52e78b044fc618165190bd2fb51fb2b6e40269b6942, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\textcolor\\plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0x3f5fdbca5510e2c7b1cab72780a8510b, 'wp-content/themes/astra/admin/assets/build/images/spectra-banner.32fc2968.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\spectra-banner.32fc2968.png', 1, 0x00000000000000000000000000000000, 0x014a807e6386ab351bdd90f50b9a2701, 0x926087a95822cd30d8ea63ddd8545f16d17e30081e9e95fa369d06f89e54e554, '', 0, '?'),
(0x3f612512d5f62936ab4b6020869ce664, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sticky-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sticky-sidebar.php', 1, 0x00000000000000000000000000000000, 0x79ce7e7f34dcc002f136cfa006b74ca9, 0x0a186f0ab38afa235cad733e7a9aa97b4f824dfdb99e28ff9b1830381df7a143, '', 0, '?'),
(0x3f652eed454aa1e967d867e7c746104e, 'wp-content/plugins/elementor/includes/compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\compatibility.php', 1, 0x00000000000000000000000000000000, 0xf81bb8c4aa1cb44e59fc2b55dc57c676, 0x0a2f468ea2f5e4d4ec4ef01c2527c980d9bbda6a6aea98ac9c89c10bd664be82, '', 0, '?'),
(0x3f68b8c9ab5b68a56851ac91083353e9, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/EscaperExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\EscaperExtension.php', 1, 0x00000000000000000000000000000000, 0x0b978be06d04c87766c8f2db3cb9f553, 0x9d22503d0cb5fb598581a737817adbb80df5585f350b7704e9bb613635f5f5e9, '', 0, '?'),
(0x3f68e61c68993a7acd8f715a69b95616, 'wp-includes/blocks/post-author-biography.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography.php', 1, 0x00000000000000000000000000000000, 0x59070e3a6aaa08195cf67b4cc408c973, 0xf63220c0db02f2fac79c1c4d9575d6f683dc29cbeb95c325c441a45fe26b327a, '', 0, '?'),
(0x3f6a129f48ea7d5fff408df119cb8bdc, 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-fix-assessments-upsell.php', 1, 0x00000000000000000000000000000000, 0x492b9ed9bee8cc101e24730f6734cf3f, 0xec248b3cd9b2ba6b791bd0451faa37a340da84cf1b8cc0a58d3eb161afff9a55, '', 0, '?'),
(0x3f6b5b3fe36252e6a7dc36ca5f45e16e, 'wp-content/plugins/wordfence/js/wfpopover.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfpopover.1778081072.js', 1, 0x00000000000000000000000000000000, 0x10f652e7f03a52e4a4465f9943b34652, 0xab026c9f90dadd9bf13932cc8be621f7b5662ffac0c598215284fdcc474fb538, '', 0, '?'),
(0x3f73421191c429b80abd283f440e0048, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/third-party-pages-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\third-party-pages-menu.php', 1, 0x00000000000000000000000000000000, 0x8e6a39f80e81eb1f3bb121716ce04118, 0x009c3e9a6ad386cd1d7e8984ede729e6fc0d10a6885ef3d5e4147b197f934e1a, '', 0, '?'),
(0x3f7a4b1d8328d1a71a2c32e3a0d11bd8, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x306d21ebcc223e38c913682500a89d14, 0x8957aee40e53cd60a6a8c912764c9c888aaf1bfabecedf909d9d19a50ba09b9a, '', 0, '?'),
(0x3f7bda26f84ff7277c124ac3d08aa27f, 'wp-content/plugins/wordpress-seo/images/icon-internal-linking-suggestions.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-internal-linking-suggestions.svg', 1, 0x00000000000000000000000000000000, 0x2368a351e56f18a6c723d2e339bb035d, 0x4e57fad759d1ecb48144053766987b95fecca70dcc927b18b33232f98d192a53, '', 0, '?'),
(0x3f80b42626866d561e26e7d64868eb81, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Posts_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Posts_Manager.php', 1, 0x00000000000000000000000000000000, 0x1bc733a084bdec8c14151b2f13a1628c, 0xb48d2a037f17f8e126b8c47d571259af023601ef27d6c4d656a5d110b644d1ef, '', 0, '?'),
(0x3f842075e5a6756a32148ee514d608d1, 'wp-content/plugins/elementor/assets/css/admin-bar.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-bar.css', 1, 0x00000000000000000000000000000000, 0x93a5f91946c3e41fa19ff5d05d013d9b, 0xa2e6a5b2260abe21c143e8d28bf7de992121cc62aeea5ae1e41abaf932d93086, '', 0, '?'),
(0x3f869194cb3df8b458abefaedbbea507, 'wp-content/plugins/elementor/assets/lib/html2canvas/js/html2canvas.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\html2canvas\\js\\html2canvas.js', 1, 0x00000000000000000000000000000000, 0x8c13bce90773dd3f6e4027043c809c3c, 0xda770862f926ff4ecf3854009e569659fb4c9a5e8652144f07116f3ae8953f40, '', 0, '?'),
(0x3f886a6d8a8f7b57eef3aa95bd4be9e3, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x5ba5f46c5222e6e53de1bde6fcfc5e48, 0x2d7e98abf7a9c246939e94b005ad362ed905ea988084474f351191ff04ef0b60, '', 0, '?'),
(0x3f90a8bca61892d8ef35db28b58d8f22, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-education.php', 1, 0x00000000000000000000000000000000, 0x35b7e2b5ea901a01813436d737827b20, 0xb61fba3f4cc603c705e337da641c34c6d9cc26f07a55ecd764491c2bdaeb7857, '', 0, '?'),
(0x3f953934e16252f2a14f6b1fef0a9795, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-url.php', 0, 0x9f6f18affd1754c0d8c3d9ee6f1ff9f2, 0x9f6f18affd1754c0d8c3d9ee6f1ff9f2, 0xcc277cb4260e4c9dd279f784a45fbb3039d0a1d2023c3b055cad856fd899bbb9, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\html-entities.min.js', 1, 0x00000000000000000000000000000000, 0x017f192142e96889820666aaf442cd2d, 0xf2a51695b435c2cbfbdd08cd114ca599572f84e1581147fa50a14cb5f95c8a27, '', 0, '?'),
(0x3fb4e1b6569e65811edbde6ff89f8050, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x3fb52e83d76b2b8727b96e69475b15f5, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0xaeef10be354565f628cdfafb8a24211d, 0xdaadaf2431936790609b6728f8a76530171ca43d5f8d0f38b63cb6adce4e29ab, '', 0, '?'),
(0x3fb6e65084434be76163ff957af500cb, 'wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\carousel.e2af910b095554625156.bundle.min.js', 0, 0xab0c85ae2749095597796b27e5c33cff, 0xab0c85ae2749095597796b27e5c33cff, 0xb14c0b07daa0271f8bf9cdb6315a94c0612791ac123cb882b874cd2b344d73a2, '', 0, '?'),
(0x3fc920e5d44d7845b2d1409cd14ab043, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Actionbutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Actionbutton_Control.php', 1, 0x00000000000000000000000000000000, 0xf42a7e877de3329f48cde8f1f4c20a96, 0xe544f3c9fd7c48716de02be3765b99f281ed984c0e35fd8c30baf82e6d5f7088, '', 0, '?'),
(0x3fd68d05ded093d41a81c74cd0d4da63, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/in-depth-filtering.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\in-depth-filtering.png', 1, 0x00000000000000000000000000000000, 0x0838a6a9f0a4432c4967ffd01b08a35a, 0x4aaff8a1a61d20c24a1391da214025ee233f335a77aa75fb346626b42457fcf6, '', 0, '?'),
(0x3fe03421e60e35d4a3d622cc989fb053, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-network-admin.php', 1, 0x00000000000000000000000000000000, 0x844ecbfceb518c6efd3080d95775bef6, 0xe9ae53755bda2e550548c9a4db071ecc441ba1cdb6a60ffaa0bd2bb71c4ff5f2, '', 0, '?'),
(0x3fe377f9ba2de9234bd7d4903fe8f50c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x628e4cc03b5cb82814515704ac433954, 0x88db7e8c1716deaed676353b1ebaf2bef3f7c9e9014f0d17bf63a95017d9b2cd, '', 0, '?'),
(0x3fe91a267e2dbb0c2cfc8dac11669c38, 'wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\vash-gon-square.webp', 1, 0x00000000000000000000000000000000, 0xd8b32ab460b29012fb976dd28b5fd3c2, 0x899f28b956a6d5e46fda64eea30d258404d044c75ec1c77c2787df050b14386f, '', 0, '?'),
(0x3ffadf0b38ce1786cf3e170131e94c55, 'wp-content/themes/astra/inc/class-astra-memory-limit-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-memory-limit-notice.php', 1, 0x00000000000000000000000000000000, 0x30c6f3b1dd615a74fb38515e75e2fa86, 0x6fef0cefcb5254a2af6931f5b5ed624c230365db0c8d71c68d10cb19a2c2cbfa, '', 0, '?'),
(0x3ffc5e922e2b81c1741ac9bb0892244c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Header.php', 1, 0x00000000000000000000000000000000, 0x750e17326df52393fa3c8d0d4f3137ed, 0xbaae9f8cd56199d928a5af8c9773403931d08fbc697b508cd4bd20353eb8e8be, '', 0, '?'),
(0x3ffe3de5b199444ed878ab85d1bbe5e6, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-reviews.php', 0, 0x0ddf533c4a2e35e298650a584e46f07e, 0x0ddf533c4a2e35e298650a584e46f07e, 0x38216418528436f5028c7e38d26ed4e389765a6ced65a3cc8b20b509c2d44644, '', 0, '?'),
(0x3fff8e3ac7285126fa73f937f0ab38ac, 'wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\footer.svg', 1, 0x00000000000000000000000000000000, 0x34ce677bc5c156186bba023605467a6b, 0x8369c923e8a442a08c40e9e122d19e6ff0656e521493a9186e68ba56456c57cc, '', 0, '?'),
(0x400099b538283c3ad10b74f62331d453, 'wp-includes/css/dist/block-editor/default-editor-styles.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x62071a995407e3770c5f0c111c629cc1, 0x8f48f9111d55ebc177b5f2d883ac6eaec215fdc2d7ad1b8841cce7fcd2c39165, '', 0, '?'),
(0x4003bd8cb3d7d31238fcedfd92eb4730, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xa4d740a8e26bd29eddfa1996e75a9542, 0xe126dd36914ba3dd6c593f683e7e82540fb1bc90d2c19378b9e1bd3862e770b5, '', 0, '?'),
(0x400409a3194ad8e87a70900714ea214d, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0xd0eba03f8ca3b56fa92624eacd524c12, 0xf2abc65435de38ecb0a9a0d2da4bd140a11522b6e412cc2cf704ec68d85fe6d3, '', 0, '?'),
(0x4007b2ebde608b65453b2bbd1bcee6e9, 'wp-content/plugins/elementor/modules/atomic-widgets/query/user-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\user-query-builder.php', 1, 0x00000000000000000000000000000000, 0x5c8ac867b13cf4519c29641eeffcd6c6, 0xe1b93f13440ee358f4d418e34f21955968a69fb54ca7804316d42db2ddf117d4, '', 0, '?'),
(0x4015d2bb3de19c0b2d8fae894f423008, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-base.min.css', 1, 0x00000000000000000000000000000000, 0xed51690c735d43cc364cc43091d3fe9f, 0x5ca0ae9617fb42299c6358cfc5bbf6eeb81dda828e1cf79808979367c6016eb9, '', 0, '?'),
(0x401fc140b8b7137f30ed28507611c4ea, 'wp-content/plugins/elementor/core/base/base-object.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\base-object.php', 1, 0x00000000000000000000000000000000, 0xad05ced1cd0c616353028c594533bc8b, 0x44011acd5da2a6d89124e5fd3906e29fe920ad6502a956f124f074465cb9e5d2, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x40264ea3f20af7c6ea99055f3980294f, 'wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x4026f0f080e7b7a88a817d017fac4175, 'wp-includes/Requests/src/Exception/Http/Status413.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status413.php', 1, 0x00000000000000000000000000000000, 0xd0b5d7240c3dec5705666150b79fba77, 0x81fc90c0d797b072c84dc6f4dd48dd9cde12a8dde07994b834dfae384a8884c6, '', 0, '?'),
(0x404e1433a930fc3eb27f6038146cbc90, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-date-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xff18bc5e15c094aa999d0c3190f0aa9b, 0x345d0b4ec5fc4f57ab1dc1ca005684d29bca6bd29d8e76327ea55f5b0f545b4e, '', 0, '?'),
(0x4052c8fdbc46bea7de56a1a5ead71746, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/header.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\header.svg', 1, 0x00000000000000000000000000000000, 0xa0d3f1f05f99627b2858146f211e18d6, 0x2b6fca867205d963a144b7739d6ff8648a84e32959357a740d767a514a1f1c5d, '', 0, '?'),
(0x4056d0fa4b247e602a952b63bd0130a3, 'wp-includes/block-patterns/query-medium-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-medium-posts.php', 1, 0x00000000000000000000000000000000, 0x0e9487ee3c1ffcee55c856fdf56ead14, 0x231d136c1d2eae43b5d576e3ffe22afdac07a69c82cae63bb99d022186348866, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1f60faf4d0905981d37b93d42600dac9, 0x0e69e6344be6338ef65453376d1ee7006227390c1bb0d6353c925f9fb72324a3, '', 0, '?'),
(0x405bf63f300f16c7635c779ac7b65b0f, 'wp-content/plugins/elementor/data/v2/base/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\controller.php', 1, 0x00000000000000000000000000000000, 0x18273342cb16d302e8a9af5ca6a53ded, 0x43dab394e5648a5b7cf28f7bf3a561b10c7e649a8c51b48df41ef31e4f23b361, '', 0, '?'),
(0x4063fc2074563384955657a016657c41, 'wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\check-required-version.php', 1, 0x00000000000000000000000000000000, 0x25d55af1fabb66eb75a7df0f5c55a47d, 0xc330ff95b2761eb1c0b63eacfe82407416e2dee743e2e5f160422de5f0e19575, '', 0, '?'),
(0x4066878a08a3f99f9291a031f42027e3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\instances.php', 1, 0x00000000000000000000000000000000, 0x3af82cc028aa78d0d23717faaa35804c, 0x3dad21d02f35e21e48711f62e1d22d8c015d4b2601b46fb9c6614b056db33176, '', 0, '?'),
(0x4068ebb3b9a21933f7d7907a327a6c9d, 'wp-includes/css/dist/edit-post/classic.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic.css', 1, 0x00000000000000000000000000000000, 0x68d469b2ef2801802b705d3809c4ba89, 0xa8ec17bb09361e94facd6ccda9a32b89d1c2540ac6dd839842b2665d31120ffa, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x9ea5bf2de411f7ccb52e57e1415ec3d1, 0x10e49e0bdc8df522b317d6999619aad9236ca1a63849842eb18f0ace3e66c0ec, '', 0, '?'),
(0x4078b580f54a2498750dc05ae9c97715, 'wp-content/plugins/elementor-pro/modules/animated-headline/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\animated-headline\\module.php', 0, 0xbb56931f9df51e45d9c9030540795b9d, 0xbb56931f9df51e45d9c9030540795b9d, 0xbd8167a33d5f660417e11471698f56e4dd667b04163329eedceff2ef9d742367, '', 0, '?'),
(0x407eb040f5ca1dfaf1a6dd0269df6a33, 'wp-content/plugins/custom-facebook-feed/templates/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0x4086ae6df4b97d167bcce42f9be30962, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x4088bbbc7d3ca9abe31f07781465ec6d, 'wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\extend-customizer.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xadec251239028a16054a847755f8e558, 0xd2ddfa31f8ab2d6a7b7e4497ce64ae91a1b8a7cf98f3dd04daaa3358e0352e7d, '', 0, '?'),
(0x408d66d94c5856f960242a92c832da18, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x3635eda26abd077d4acf5672eb351a8e, 0x3d9deabfa770357482947137eacf9441420746659ad7fc48c5a5fc2d990de767, '', 0, '?'),
(0x4094cf071b93083a1b5682a5ff53ab1c, 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.min.js', 1, 0x00000000000000000000000000000000, 0xd194c9bddf52277d93b3e3dd0bef5748, 0x011a13dd5459b8a4d13a794ed1958219880035024acc1d6f252881cce851fb49, '', 0, '?'),
(0x4098e123e09ff14cf7e10ba3dba429fb, 'wp-content/plugins/elementor/assets/js/ai-media-library.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.js', 1, 0x00000000000000000000000000000000, 0x1ce4e98fdd0792056af8f5684e3fe313, 0xa91d78d4026346442ea944889efee9d5775e96bc0a08cf217bc51187edc63547, '', 0, '?'),
(0x409f0a5b8d946360d954e8e11ff82be2, 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\infrastructure\\wistia-embed-permission-repository.php', 1, 0x00000000000000000000000000000000, 0x6a3c8ae6b9f48f330e813cd476a5795d, 0x8efcc780909ebed3d27fe8bd91856de5c0e10e7e82e5fd73c9a594d24573cd25, '', 0, '?'),
(0x409f85156a73f67825a598e19340b622, 'wp-content/plugins/elementor/includes/widgets/read-more.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\read-more.php', 1, 0x00000000000000000000000000000000, 0x4087da54e6160db6cf978528cd01cd7a, 0x0d06a933213f1a01fc2a99a6c1f9edbf759af9d531e68bf54b93ea27c6a3db3b, '', 0, '?'),
(0x40a1bf2bb82a444f723af50975615767, 'wp-content/themes/go/partials/layouts/contact.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\contact.php', 1, 0x00000000000000000000000000000000, 0x8ab8dd755468c3622ab69f56076a9eff, 0x2996f526a481b8440b1d5d104696c5ea469f937b38ab3abaa69dd3c7189b530e, '', 0, '?'),
(0x40a295218f37e91e847b6421d4c93034, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-login-form.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-login-form.min.js', 0, 0x99cebc848405d88e69d37aeb24574385, 0x99cebc848405d88e69d37aeb24574385, 0xa699bf552f82341db3f50183cdb5186549b76d50053b5d2a15eeb4105c2bb7e0, '', 0, '?'),
(0x40aaf980403d091347fd95bda03f37db, 'wp-content/plugins/elementor/includes/controls/base-ui.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-ui.php', 1, 0x00000000000000000000000000000000, 0xf1df46c94c52af7bb7b018c8922183cf, 0xe5d98737b0dba973a7f8d68904b9c9da05083de363b00725ae1791acfd2ac127, '', 0, '?'),
(0x40b48643b9a14527944fcb0fc0aa05fa, 'wp-includes/css/dist/widgets/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfe7107c809b28e44ab1d06e0bbd4c10d, 0x9929b9fc772900e1d660f5b67dea6f8a023e7ecece4196ac73eaaaa612446028, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0x40bc059efaeec7e38786aef658ec312b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-trustpilot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-trustpilot.png', 1, 0x00000000000000000000000000000000, 0xce16544d287c005b66502ceb070244c3, 0x3bf72ce729eef4cfc5cdc54d8819b613b70e244aa3993f5cf299eb8b71868ad9, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x40c1f05e373d768d30ef616dd30b6f34, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb9e41bb508559412d45d848854a53fd7, 0x10bfea0687d851ddee9e226cae1ee88bd4bb5603777271ba01e68932fdc7f2a1, '', 0, '?'),
(0x40c49f4a340ac02ff88a60c9064e56b0, 'wp-content/plugins/elementor-pro/modules/attributes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\module.php', 0, 0x08b1881bb40cfcfc91fd43c5241cbb28, 0x08b1881bb40cfcfc91fd43c5241cbb28, 0xe5f2d8926a516d0c2d65ecd49052bd86a17788bb6fa806ed84964f0ae3153d38, '', 0, '?'),
(0x40c833631b8224d0de0ed09bbc9b7dd1, 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\html\\class-astra-footer-html-component.php', 1, 0x00000000000000000000000000000000, 0x269699785857aa422f922a6264a9ad5b, 0x1c95b50645a48c294acfd22922d3fff9dbb28d7e8718aa5714f9d99a007dc1f4, '', 0, '?'),
(0x40cd60c7e63e25a6d0de45cbc1d063cd, 'wp-content/plugins/elementor/assets/js/new-template.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.min.js', 1, 0x00000000000000000000000000000000, 0x5b4230d29d3ce9e1a13860be7beec1a5, 0x70a5de12f2a7f42c2baaa31c29c0e7230dcb5c2863d2c0a9cd2b6f6f2199ddea, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x94565400ff3b416e4cba99ede4e7dda2, 0xfb4a1961f01e4be0dd112408c0f985f5239af810fb76c0894de9ce8f089263cc, '', 0, '?'),
(0x40d965ca046d237e5b13bbd98d7413e0, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Traits/Singleton.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 1, 0x00000000000000000000000000000000, 0xf5cd04278113e6bf12f0a75764e1aa36, 0xe9e28e97efe6629779d6a15d80c70fd6e621a4e6b5578b170ede99a989ba485d, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40e25dd4bd6a26126a3c2eebcb7ec904, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon.png', 1, 0x00000000000000000000000000000000, 0x058ac26c0b219391036383e4b7e08c29, 0xf04982532b12594344d44796b616d4c3023d04cb5affd17e89bbfb25c663d68a, '', 0, '?'),
(0x40e3025468c46a30235b1795e4211158, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Service.php', 1, 0x00000000000000000000000000000000, 0x981fe2ab5bfe2f13ad0fd9282a11181c, 0xf63c0ce8305c83b45a3ea4458c448ffea66896a60f7888e2ca3af3742fc76589, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-header.php', 1, 0x00000000000000000000000000000000, 0x4a1d8133e129d6c4c2e242c7e7474345, 0xf990dc94352085477ed79b000fae57835aa66ffed383060eb0a7c9359400e78b, '', 0, '?'),
(0x40e8dffa07e69b480fe362cbba101ca5, 'wp-content/plugins/reviews-feed/class/Common/Integrations/SBR_GDPR.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\SBR_GDPR.php', 1, 0x00000000000000000000000000000000, 0x1b6db83ef385d728fb700eec78b4188d, 0xb93bc6d0fa8d43ecd315b0789c3a235c21cdd1a67a38c7a77e0c1a890341c4ca, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2d6e35804abb06ff9c5d2ca6e2481a76, 0x0f3bdcfddd5a07cda06c4f6fe522e112c9133a231a7f04d2901d97993e8c6692, '', 0, '?'),
(0x40f29bb610eb02daa0b4ce9acabfc147, 'wp-content/plugins/elementor/modules/components/widgets/component.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\widgets\\component.html.twig', 1, 0x00000000000000000000000000000000, 0x6a06d5cfaf161497086729de171cac29, 0x297b2da8b50532ddffec29d1e9903b307108a6cd253dd9b8263692bb805fa379, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x40f81c717772621eefacf1d04f9df4fd, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x40f88a60f32d7cf71578af4b55ecdbe6, 'wp-content/plugins/powerpack-elements/assets/js/frontend-timeline.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-timeline.js', 0, 0x9dbe154f4b2a3f9205abb46fadee1be8, 0x9dbe154f4b2a3f9205abb46fadee1be8, 0x0baf3bed1ba8297f2ba8ef06282fd95c23f0646751b17b1d138008be0a5b17d8, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x40704cfb4092dbc5450784bddd7bf59c, 0xfad6bc339ff274b23436246179c621f8aacdd6a6c89314dab2b06823eca97bb6, '', 0, '?'),
(0x41069e021f6ded7c89f6b77344ea1b6d, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/LanguageCacheUpgradeRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\LanguageCacheUpgradeRoutine.php', 1, 0x00000000000000000000000000000000, 0x99a1ab5eb3d48033c9e03ddcf19da545, 0x65977a6dc2392876ad03ffc0abae5ef7ff646913574b6a7874eaea87e129fefa, '', 0, '?'),
(0x410701bb601c72a5c4b8c9a5762d53aa, 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\pricing-3-col.php', 1, 0x00000000000000000000000000000000, 0x534c4d9c2666ec9afb2b6dbb2703fdd1, 0x709bec9a2a644c5fd4dac821b6122fd3a3f8850ff1028fd89fe0a3fda334b597, '', 0, '?'),
(0x410787544900514c42dbe2928d490336, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-tooltip.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-tooltip.min.js', 0, 0x3257a2b612612ac008e8071b95b4c142, 0x3257a2b612612ac008e8071b95b4c142, 0x39c9776799b37e3dd744ebbf6435d67409fa3a1e12ee098a25615503c641c642, '', 0, '?'),
(0x4109494ba833a5a3b6ef029fd36c1f38, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\other_config.php', 1, 0x00000000000000000000000000000000, 0xae8caf44f1acdf8c52d80b9bbf145d17, 0x525fbccecb08619380654845c4aa42f143f1f3781ea90a2622ffd2628b55d318, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0xf9ee33e053449fc706018b2b6bf7dc2e, 0xf1df16fa333e6486821a041cb0f8bd589590e451ad5d38d503c7859826847512, '', 0, '?'),
(0x4110c2ceef363037fb1f5ac1f2e45030, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/DebugExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\DebugExtension.php', 1, 0x00000000000000000000000000000000, 0xf8b9f9a1e5d2c4d3099fc7e569c5aebc, 0x5e4aea8f447a1e7c433bf9207b86fcbc9d8426fd957b98de1e79920e9733a059, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\thickbox.js', 1, 0x00000000000000000000000000000000, 0x35284f99181981725bb95fd8a8242f9f, 0xd47945a556d10a681a43657eaf6ca7334a441e8b0f3937d372986f82a4560d64, '', 0, '?'),
(0x411d72f4c51f20b52ddde0e4552327ca, 'wp-content/plugins/elementor/assets/css/templates/frontend.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\frontend.css', 1, 0x00000000000000000000000000000000, 0x7cf1ff022810bd0ac5dbe3e8160c6f47, 0x282409c636053837c27606037dbde08303d5fa6f7975099c740d9d3cda0fce88, '', 0, '?'),
(0x411f400ad7b04b94012fe64737de9ef4, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversPreview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversPreview.php', 1, 0x00000000000000000000000000000000, 0x4694aac3b825d2e9f53a756da1486f54, 0x4ca2cff2d7640264ca5fef52b40fbfdf389e3c4d229c46edeb697ce0d8474427, '', 0, '?'),
(0x41217d108ae47575d46eba6056e416ce, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wp-simple-pay.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wp-simple-pay.png', 1, 0x00000000000000000000000000000000, 0x88d9e86c290911fd751d9cc151065b99, 0x5e0d2cdad1e067764c98b9cccfe846f10434f612dba4107d3d29f6bd15ecfcd8, '', 0, '?'),
(0x41222ae39d6ebaca16f6998865befe53, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-icon-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-icon-list.php', 0, 0xf9f87bfb9e11c734312d484375a37422, 0xf9f87bfb9e11c734312d484375a37422, 0x01ccfb7eaefd478b616e79f69cc70d44e716beb3b6e7845c78c22b5465336cc1, '', 0, '?'),
(0x41225c20906ded1a816c799b736c0804, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-advanced-layouts.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-advanced-layouts.png', 1, 0x00000000000000000000000000000000, 0x1d0b2b75dc1f411c4261c6ae8495547f, 0xc4f3398cee90e25450a52f0a7db542711363295703002383cdc13b554e2d0cac, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0x4d8d77841e27a9ee71b9f67aa958c261, 0x1013644977a4340eabdbb8a811e84aefe55dfece4f47d6dda5697648842b0434, '', 0, '?'),
(0x412b7e2f4ac4993480b8f324592ad8d3, 'wp-includes/block-supports/spacing.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\spacing.php', 1, 0x00000000000000000000000000000000, 0x893016be6dea05b2c1e225ce770f147a, 0xd5acc535a52bffff27f92d4b4b7a6856ac20a25cd04d4d4633a450d30f57abcb, '', 0, '?'),
(0x412bf1f6bf5f98c08a0610887253cb14, 'wp-content/backup-migration-p2Whnugedf/backups/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\backups\\index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x412c74bd770c9d202764be1c951fdf9e, 'wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\views\\trash-kit-confirmation.php', 1, 0x00000000000000000000000000000000, 0x8ac091b57ef18a8878a22b6051f32c8b, 0x7f75aecd7b6d65c43113c49aa4b00f5fef3013f4b1027fa22052ae5883623b06, '', 0, '?'),
(0x412e3ec18b99c02d1b8489e8095d339d, 'wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-site-navigation-schema.php', 1, 0x00000000000000000000000000000000, 0x32e001a0e8be5a105e9ca7c61dcb2ba8, 0x1190e47a3b15ce18319ab2b04a2416d98daa26c930cc4059edf32c1dbeef6c20, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-router.php', 1, 0x00000000000000000000000000000000, 0x5e12c2ce82170b325fee4e9d44635fd8, 0x64f842a3a075efba0e9241ee5c360b1c1a13427bd8d19dbfc937c9018ce17b99, '', 0, '?'),
(0x4134141386f372b4c6c9bd769b8a9e40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\ResourceOwnerAccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xc86301a28401aca866b9c7e27acc7e4f, 0x4f0f271b611a05999c3f2a14218a36d2af75ad95e5b24da88beae098d61fba48, '', 0, '?'),
(0x41389955ee068971abfa7f438933ac8a, 'wp-content/plugins/reviews-feed/class/Common/Helpers/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0x20b49a82382b65eea6a07ab8fd680e5a, 0x6d4334e9454f286c0e0a16dacbb8b6bcb85d5a4eb684f3373e3c2188a8f2a776, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x413c227d3712ece9d44b1062ccdf82d2, 'wp-content/plugins/elementor/assets/css/common.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common.css', 1, 0x00000000000000000000000000000000, 0xdfd362d66cde838c11db9438b9e8af04, 0x3586a4eec9f1e12050e5b0b18fa1a3507e395b4d0508a1f5dca9ffa1ed35b61a, '', 0, '?'),
(0x4148365f9bd5c70e9a2bb2038048f1f8, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x72e33ea10edac538817d1f0b800b7b00, 0x58892ec7256c98650223a3ce76fa1caf9392aad46242567709691911ab87f430, '', 0, '?'),
(0x4149b243d29a7440ba56e865eb248e61, 'wp-content/themes/astra/inc/dynamic-css/single-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\single-post.php', 1, 0x00000000000000000000000000000000, 0xa90c5de3b6f5993bfb5e9cedcdf59fdf, 0x46a5f4c7beadd5971a449b91dffc288553482656744496119c5e80f66f676072, '', 0, '?'),
(0x4149f75ac45748a742f8c93cdcadc703, 'wp-content/plugins/elementor/assets/js/accordion.8b0db5058afeb74622f5.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\accordion.8b0db5058afeb74622f5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x5ae2273104c9f8d7532d2520a9e9a750, 0xecedd8554bdd60f466b2ff9a7a3117b3c8b33128bf543fee9026dfe7a8e0d5b7, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0xf46c2b83f2c47b7ac2404551a7c9d075, 0xfee5fde220513ddaba7c71cdb0d4eed41983f15e54440b417081282084648d7a, '', 0, '?'),
(0x414d3e8bee0ac65e5040b399d37f6785, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.marionette.js', 1, 0x00000000000000000000000000000000, 0xecae26e8cc07b56b8004fc090e413581, 0x4c90819924a3e8cd0133eb03e8c8651552e134daa53190473dfef80d85f01ee8, '', 0, '?'),
(0x415818c0b0a4103bddfe1ba81ba9f267, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xd51bfa672f4286421a5a39a38fc91a7a, 0x67a5d2abff66f51376a0a682eab190b2a2f723492828e61956c8790f1f22105d, '', 0, '?'),
(0x415f6508ab2ee998a72742cf15f1ce5c, 'wp-includes/blocks/navigation/view-modal.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view-modal.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd5394e52abfd8204a0ffb5f73ebf2efc, 0x8ef2c112c02ffb57992208dc0d5fa1e6e7dd5740edf74690c67cf8f0fd3df5b3, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\colorpicker\\plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x416fa98291b455591943cc220682f81a, 'wp-content/plugins/feeds-for-youtube/public/build/js/divi-preview-handler.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\divi-preview-handler.asset.php', 1, 0x00000000000000000000000000000000, 0x1d78365133dfb97b417226a6b6fe7b55, 0x5835a3485bd63a5f9de9df44acaa84a9ffc479255f20fa0e6326989db1edbb4e, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\nux.min.js', 1, 0x00000000000000000000000000000000, 0x1c2c6a033c625f680fe4fd8c2679d5ba, 0x665ef7d6790e694fe2b852aaafeba245eed279a97893f76339d3e94610e753b2, '', 0, '?'),
(0x4175cfd80134fffcbfbcf6e2fcc1c169, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\footer-social.png', 1, 0x00000000000000000000000000000000, 0x97d4155375aac1cb7780b404951258a6, 0xb78a3ec945110875c11d85144c93d07178fb34275a4fcf121855a030557569e7, '', 0, '?'),
(0x417733e182cb12d5de5c229a3ffd5f11, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-header-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-header-footer.php', 0, 0xaa5c3bee4410be655a26da71e61abeaf, 0xaa5c3bee4410be655a26da71e61abeaf, 0xfcf633eeff3020a7562b7309c71ba05c9623c1c6fa4c4f7b89b5eff163d7cc5f, '', 0, '?'),
(0x417a542c561bcf7acd52d5216367ecd5, 'wp-content/plugins/elementor/includes/controls/icon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\icon.php', 1, 0x00000000000000000000000000000000, 0x99fc6eed1efd02192ef2cc12b24d6ba5, 0x7074a3c851522ac61ff8e3647dc0c03e22d5f92fe5a5c46368aaae8b30b05456, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login-rtl.css', 1, 0x00000000000000000000000000000000, 0x2e3afa4ddb803d25939f2457ed9269ad, 0x9895b959a59333e86cfa250c996627518bba5b5d86dd7927f0647cf47be062e1, '', 0, '?'),
(0x418985a1e32f78999d70e629a804120b, 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\apple-webkit.min.css', 1, 0x00000000000000000000000000000000, 0xf94a49c4961bc08d71abedf98d482d79, 0x2c176f34d7d6744b0e7ff126f610a026d013c44b4a2feb34afad672c0349f181, '', 0, '?'),
(0x418be9fb4b8b942687d0aa9bf5eb3713, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-progress-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-progress-bar.min.js', 0, 0x461555caa3271c382dd7a8ad8269cf2c, 0x461555caa3271c382dd7a8ad8269cf2c, 0x59f70bfd6a4fc85eb64abf9cf171901a6bcef88894b6d95f08c718ce7cea96ac, '', 0, '?'),
(0x418c71bb169b13eff5d87ac66b823073, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0x418f58ec00a96c02bbce86378b4b4268, 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\languages.php', 1, 0x00000000000000000000000000000000, 0x3a6fb99173d1af435094bf8eb42eb83a, 0xa289575f83ec2c2647026499339bdb09e8b293d3686a728e93441184daca6d18, '', 0, '?'),
(0x419250cacb189b4b648945b06caf68d7, 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\token-manager.php', 1, 0x00000000000000000000000000000000, 0x28391abab08aa5a3a81feb1b58b7af90, 0xddc276f56362c817fc495b73b1ed9347f9f33cea1124ca7a15ca67d5b5531eb8, '', 0, '?'),
(0x4194be20e68a40a9ceaab57e5800f632, 'wp-content/plugins/elementor/includes/user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\user.php', 1, 0x00000000000000000000000000000000, 0x253a39687d5b29329247035d04dd1c94, 0x2364ee4a2360d4d48e0ea256370b643ba67cf2fbcecfe1bb80e3837659b0b087, '', 0, '?'),
(0x41952b4a24eaefed7fb6a60338cb6f2b, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\import-runner.php', 0, 0x38d2e1aba7ee61a37271e2479c94c4b7, 0x38d2e1aba7ee61a37271e2479c94c4b7, 0x6e6adb95d0b56a812a3b33a083e98c5fb1b50e479f4fe419547eebc80ce1c71e, '', 0, '?'),
(0x419da2c92ae8464d3948f06a1b1ed50a, 'wp-content/plugins/instagram-feed/widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\widget.php', 1, 0x00000000000000000000000000000000, 0x4bfa34ec6f909c3ca8cfb24783bac210, 0xf1632419f4e4ceca63a9df04541d7031ae241b7ff58ea6e5b741700e835960f1, '', 0, '?'),
(0x41a5ef38562ca05f4fc158e43485b4e7, 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-sidebars-controller.php', 1, 0x00000000000000000000000000000000, 0x9dd276b8a7363c433da51ab737c16393, 0x4a3e80d472293c96feb670f59cba980cec1b59cc4ab5ade7dc2844c36cc030f4, '', 0, '?'),
(0x41a74293ad0d98b260d76d09ef3ebaaa, 'wp-content/plugins/powerpack-elements/modules/display-conditions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\module.php', 0, 0x1cfe069fe21f9b5d0df8c1efd85a085a, 0x1cfe069fe21f9b5d0df8c1efd85a085a, 0xb26a987e2e9adcd0605398a462fb8fcf88f1bac16c93e4e48597d9398fce8241, '', 0, '?'),
(0x41a7b3ded6d22110489a8409923a3eac, 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-advanced-footer-colors-configs.php', 1, 0x00000000000000000000000000000000, 0x6c2f8ce12be11d4f7cad3f131af30fe8, 0xc4bbb909edd890e53cfb5d4bf8151cf11801041a8e53510babb269bfd443d0bf, '', 0, '?'),
(0x41b1129bab6687c4559b126933f0782b, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-types-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\content-types\\content-types-list.php', 1, 0x00000000000000000000000000000000, 0x513e10666b0ef8eed6d02798886fbb69, 0x1eba9b3cf01afadd344bf5a5c1e7259ac837ec94b55a02141046c8646bb2fea6, '', 0, '?'),
(0x41b11ff6e8f5002ecd40f1208301f0c5, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-singlealbum.png', 1, 0x00000000000000000000000000000000, 0x0110ff54fab521c3a2b3dbca44ea1441, 0xf3a9229eb12a246dc9ecd197fcdfe3995ec0227a96981132a2c32250e3354106, '', 0, '?'),
(0x41bc70ad03b8b6d2de09e21064f4248f, 'wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\off-canvas\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xffe9cc7ad50e560838b4019f1fa86438, 0xf04b10c4a57df3bc4cff1c16a4d640d531c887a39082bc56ee783ae20bf0ef06, '', 0, '?'),
(0x41c0115067e4ee8b747a1ef439d8778f, 'wp-content/plugins/elementor/assets/js/container-editor-handlers.a2e8e48d28c5544fb183.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-editor-handlers.a2e8e48d28c5544fb183.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xb926ba39813054ea031ea62072ad7efb, 0xab13080a7d4fc071fde07ac5547a7ce6d76288a23f784a8fbc139250e4b27ed2, '', 0, '?'),
(0x41c819c8a7012c8693cfdf2d298c7b53, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-url.php', 0, 0xaf2abaf07ceee17c1946d43d294e6fa2, 0xaf2abaf07ceee17c1946d43d294e6fa2, 0xf730230c2ff2f35d9808dd7c0b4a9b3042e2a1f5a6b72bb8ca3aff473f6a752b, '', 0, '?'),
(0x41cc88a5f88fe100eddd212a7f98ea95, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-3.php', 0, 0x96a82380c32fb04fdcae9b040090bad4, 0x96a82380c32fb04fdcae9b040090bad4, 0x56afc5529f139df8e96bdbafa78d74c9cade13d228aa231fda5f0bce0fd75158, '', 0, '?'),
(0x41d3ee0ef763042af3b403f8ef7fa261, 'wp-content/plugins/instagram-feed/assets/svgs/rocketPremiumBlue.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\rocketPremiumBlue.svg', 1, 0x00000000000000000000000000000000, 0x9eabcb4560458f48caf78287c55a1e5c, 0x72ad92f1cfd8eec732fdbcdc5e6bb94e5843600374e1df7a747a3ef5d9fd3979, '', 0, '?'),
(0x41d408db5bafc315a72e402c9d17bdaf, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\controller.php', 1, 0x00000000000000000000000000000000, 0x6cb0d16e02350291ecbe7d7d8e12979c, 0x8951d760326a8048ad871a5b05db72c74544f0b5fc59bce3d968e31149d48561, '', 0, '?'),
(0x41d6b37f390106098f0891cbb70cef3f, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.asset.php', 0, 0xd27a6a86d02a80eac3072768952a705d, 0xd27a6a86d02a80eac3072768952a705d, 0x97e4a838a08bfc2893796336aef515fb49df2c084e1adcb770ce13f995cb713c, '', 0, '?'),
(0x41d709e9e8d7f9ed376e8193f23512f4, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xdb515840c5e4ef5eb739d1da92330c72, 0x0b37c9c10fb111eb63c718335f3c90bc1609f5ddcee9fd864549fa401e25664a, '', 0, '?'),
(0x41d7c556e3fa0c38e3db47361a0f858e, 'wp-content/plugins/reviews-feed/class/Common/Services/SiteUrlWatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SiteUrlWatcher.php', 1, 0x00000000000000000000000000000000, 0xa334599a10cc3110062a79cc6da1a247, 0x91d74dd28974f71587ac344095042955411aaef81a3b45d5a8634350a6a12353, '', 0, '?'),
(0x41d85ff15731ff0a4014825778de4885, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts-manager.php', 0, 0x06e1eb7c2eaa19bda51770bf705eea41, 0x06e1eb7c2eaa19bda51770bf705eea41, 0x33ebac2bed572a7a9c56de7d62ee678141603afaa6df7d2e3adf4c88107cde06, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x6a7a8f0ca280628b1db8bf465b0d8c01, 0x355354e896156997094b38101b34320d8bb959824135ca06123dbbb334f1e859, '', 0, '?'),
(0x41e33cd2efb50c21a8b5af0c572e4c2d, 'wp-includes/Requests/src/Autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Autoload.php', 1, 0x00000000000000000000000000000000, 0x90f685fc815b53734033aa30317264ce, 0x9cdc8f3c42ddec683d384d8f82492d5ee23aed1b33af043ce832f9cdef08bfcb, '', 0, '?'),
(0x41eadce5ceee7948424ab97f99bc18c7, 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-scheduler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-cron-scheduler.php', 1, 0x00000000000000000000000000000000, 0x7c68acb1a3d1168bd3d086b0c95732ec, 0xa6f8a02414419448087803d7fdeda31d74d602875618e5836baabc54383712d2, '', 0, '?'),
(0x41ed7c616e4a8df4dfcb07be1de04791, 'wp-content/plugins/powerpack-elements/modules/query-control/types/terms-slug.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\terms-slug.php', 0, 0x7f6d9728c1440e4a2858ad07a3063e67, 0x7f6d9728c1440e4a2858ad07a3063e67, 0xb93e2359c8990673265f10bd4102242a3baad67e2806268c9cdee1c934b3e9af, '', 0, '?'),
(0x41f7bc5f27b78911da58131bf30214d4, 'wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\class-astra-customizer-register-learndash-section.php', 1, 0x00000000000000000000000000000000, 0x7920d12ad9c0e9bcbb96d6dac757cdee, 0x5525f99e0759a5cb18f7d2501d9933988aa04f1475efead6d2cad0dfbfd0a25f, '', 0, '?'),
(0x41fd5b3dba24e0281d30791dd003c4c2, 'wp-content/plugins/elementor/includes/managers/skins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\skins.php', 1, 0x00000000000000000000000000000000, 0xa438ddfb26e56b1ee823e48389828760, 0x83c30007515561ce6f4b6776f020f7453b8539fee8bf7e226aa1892b5a84b4af, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x42064694b4307a9a88e3107c1c555345, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.f27e4afffb08961d9bd6.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-purchase-summary.f27e4afffb08961d9bd6.bundle.js', 0, 0x284047976805fd528456ca46d4353e42, 0x284047976805fd528456ca46d4353e42, 0x4baa2202e24af950d84625eb8f4b654b2e6d7ce683e74c9e3b6372001ceb9fd6, '', 0, '?'),
(0x4211b205da2df7bb002760e8989d1358, 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE.po', 1, 0x00000000000000000000000000000000, 0xe16bb12851553cf292b5f1a4f0f58fa5, 0xb3750d778c10b163c621239dbfb0eaa047738a820f4ab823c24a57e543912998, '', 0, '?'),
(0x42187529cfbfd492866424f302b4fd28, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6823.c43af631386bd639.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6823.c43af631386bd639.js', 1, 0x00000000000000000000000000000000, 0xfafdd219c7f4c067a8bc5fcdcd0aa815, 0x0a674ade675d0e0abbc48c1da6ed51da2437f07405b6dd6d1ced2e9ee15a1ba1, '', 0, '?'),
(0x4218baca1a0c10e00c53000543662d23, 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster.asset.php', 1, 0x00000000000000000000000000000000, 0x24bc7efc4b02a431cad612ba5bad2c55, 0x6de705d643dea0bc17a33d33b3ab5ee96f6cf3b5e02394947146f2e58d514cc9, '', 0, '?'),
(0x4222a3d9be53f2e1788ed71bb9001e22, 'wp-content/plugins/elementor/modules/promotions/pointers/birthday.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\pointers\\birthday.php', 1, 0x00000000000000000000000000000000, 0xdb3797a4533a640ba3bec8f95463afbc, 0x974768f10fb08019edd31c5744e93420222353cd5bfd0ae7047571bbdc75cd23, '', 0, '?'),
(0x4224ddf0c3d0266da4a9241ab10a7325, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Display_Elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Display_Elements.php', 1, 0x00000000000000000000000000000000, 0x9ec939d82dda1d0ad3e6cac16aa00cd2, 0x3054129bee46ce10bd95a25d26ab93d28c7541127ab7d9fe14488f5a9d8db7cb, '', 0, '?'),
(0x4227206030efe0a8fd7a796ec3a37cf1, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\estimated-reading-time.php', 1, 0x00000000000000000000000000000000, 0x42ef440117bd690649448c98398823e7, 0xf20e921b3316c300afcbe47b73f18e03bceff12f731895f139118c2afe9e82de, '', 0, '?'),
(0x42274f675cd0d8918cf92ad2995478a8, 'wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\ruins-image.webp', 1, 0x00000000000000000000000000000000, 0x80d1e5a5e6fe99525dfe1824a581dc58, 0x2135fec73cfca11a8cd8fba33aef9ae01b588a5a0bbb808ac32e52160e937676, '', 0, '?'),
(0x42323d303a4ba8bb5de2e3a2918d53fe, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/931.21a7847c4ea88cf6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\931.21a7847c4ea88cf6.js', 1, 0x00000000000000000000000000000000, 0x002a300b410fa38b947102055ec33376, 0x659bdc826ac1317af6b6c7ec7f77326daa2beb645e74d6f9f5655bce2baf875c, '', 0, '?'),
(0x4237d092c62695b8d9d365960c525feb, 'wp-content/plugins/wordfence/js/admin.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\admin.1778081072.js', 1, 0x00000000000000000000000000000000, 0x9c87cdb4d5cdec3d16561cdac41761c4, 0xd0a7311fa052e73570da61edb6ddbfa853ec93808577513b5f9315345e0f74e0, '', 0, '?'),
(0x423d8444c14f889e19f9b344d29bec88, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-form-connection.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-form-connection.svg', 1, 0x00000000000000000000000000000000, 0x520278e536f04799aa6fade1f93ea826, 0xc5b515b7e1be06fd2c72b8b017462491a26134d4ba4c5697bfb97db8920a348f, '', 0, '?'),
(0x423f0de65de7b16154df2a9d7364e4ae, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-move-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-move-transformer.php', 1, 0x00000000000000000000000000000000, 0xd867de6760fc13350b2b6cbc89d691f5, 0xd69915b0f9873ca788f11d5a5a6bed5170d2b7284ce1533433dad895dbcacb41, '', 0, '?'),
(0x42434ba197bdcf1277e8b61e4f3849dd, 'wp-content/themes/twentytwentyfour/parts/header.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\header.html', 1, 0x00000000000000000000000000000000, 0x86e4bfa0187ef1d0cec9223a928ac2cf, 0xf85b11c8f54304ec56732bffe7597db3a82b5211109477c0dc1987c4db59f0b6, '', 0, '?'),
(0x42441cd7a79a2822777dd763d2a4ef84, 'wp-content/plugins/wordpress-seo/src/ai/http-request/infrastructure/api-client-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\infrastructure\\api-client-interface.php', 1, 0x00000000000000000000000000000000, 0x5a673661aa24d147be08adbb5e5810c0, 0x305bf06b7d13b857473f70018b8d7091b978aa22f746c1c2a513f1d75ee82525, '', 0, '?'),
(0x4245bf96925a3216c3f583d0b40b5497, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\user-registration-date-condition.php', 0, 0xf815f75fa1c044c58efcc56dab390f3e, 0xf815f75fa1c044c58efcc56dab390f3e, 0x6717395ff3aad3fe369dba1178be0265e3093fcb1144b2396c95c638d334f595, '', 0, '?'),
(0x4247523a9eb83adb6245caf824b88c68, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tooltips-2760.css', 1, 0x00000000000000000000000000000000, 0xc17fccfb581991361d6d67a9aecc6ed0, 0xfe2a41928df84cac79a75933127e516de4a1531ce2d47f3e177410a104b7f7f6, '', 0, '?'),
(0x424796973b8a2489d1a55319e428aaa0, 'wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0x77efa633a0d4e7a29e0851d299b55ebd, 0x102156d321a28199dd957385d1190eb5275392289a057f15c87257f3077c3c05, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x424cd00d1a35c0b247f1fb8642480b4a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-title-condition.php', 0, 0xbe1eb880daba409386f078c10012c289, 0xbe1eb880daba409386f078c10012c289, 0x00cbecd4961c66ad2bf01ac175cb854d80dfbab8ec15c3c866220c85fb5acc9a, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\license.php', 1, 0x00000000000000000000000000000000, 0xf3365140d380cb6d4b6f1a3f34b15c2b, 0x32756292ed8b7da6e0bc0079c97a86d7374faf0d888468ab9ef18702d22ebd84, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4259a144c63fed9475983921fca3432c, 'wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\bfi-thumb\\bfi-thumb.php', 1, 0x00000000000000000000000000000000, 0x6c113a07f5a275e80422ad54e73c68fc, 0xde5b5c74b19d956345d48b4cbbbcadad4e89cae782258ccdeccac7f63bba2ce5, '', 0, '?'),
(0x425b49a1f15f3402c4defac3c6bdd61b, 'wp-content/plugins/elementor/assets/js/84288e5699f5d8b8b23e.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\84288e5699f5d8b8b23e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x87eca488d4c10a903096c36b18e6e5cd, 0xeac9e5fdd7edbe7bb91a73abd07dff285e9094d85828d15b6ecc2d04c2cf1a78, '', 0, '?'),
(0x425b7dd0021898822156aa058dcd94ba, 'wp-content/plugins/powerpack-elements/modules/image-accordion/widgets/image-accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-accordion\\widgets\\image-accordion.php', 0, 0xa0c91499ba7449d7649b1ff7121cd557, 0xa0c91499ba7449d7649b1ff7121cd557, 0xd1bf123be94cb3f98f6749e3e35ccc299ce87821c7121ca24e31433a30bdeeb8, '', 0, '?'),
(0x425d12b16e4afeb6e878fcc7320d65b6, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0x0f1bffa9e81d88d6512b0bf64b80b0f8, 0x23cc5e6631742a29f6662cdfd8a28daaf3d678ed53583683a9e3e2e089b53c2e, '', 0, '?'),
(0x425e93e9cb85f4f67b0b766bdf2e70fc, 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xbd2da6d0cd04bb9590a4ba0dd2f9358a, 0x9c5469c2bdc1bd3158a719ad831fa84006c8be4f714bc4d66f31453ae3ba6ffb, '', 0, '?'),
(0x42689419274e5471fedcdc72ac95f8de, 'wp-content/plugins/powerpack-elements/assets/lib/particles/particles.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\particles\\particles.min.js', 0, 0x00debcf6cf0789a19cee2278011afcd4, 0x00debcf6cf0789a19cee2278011afcd4, 0x0b1e1ef7dc6095cea3c59ebba5557366895cf8150a7d67d9eb45ca5e9e5265d7, '', 0, '?'),
(0x427151af0124e41cce0e7754c28b7f31, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownRight.min.css', 1, 0x00000000000000000000000000000000, 0xaa483fa925b1926476da43c1e81c565b, 0x3e4720b72e7a4cb4a9aca9c8c59acdb3e89fcae83c15ba10e1796915a4a2f971, '', 0, '?'),
(0x4273cce39fe5a19854c1e5f4df4ced3d, 'wp-includes/blocks/calendar/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style.css', 1, 0x00000000000000000000000000000000, 0xb688c1cf9bef51f0c2f4b94f4ab6422d, 0x7a29233613fc9c6af9314c54a447edc9d5ff0f11bc1182e15b72902caaadfd0b, '', 0, '?'),
(0x4273d9017623e2832485768ab7c18237, 'wp-content/plugins/wordpress-seo/src/task-list/user-interface/tasks/get-tasks-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\user-interface\\tasks\\get-tasks-route.php', 1, 0x00000000000000000000000000000000, 0x63be22ac1c956550f68ebe7062eb3fb1, 0xd82d540caa6d373a56dfd7fef41feefc05e17c53eec24c6128f5b1b69a7c46a7, '', 0, '?'),
(0x4275ca5021c23eef58e4d4f44fd8b105, 'wp-content/plugins/elementor/assets/js/435080452e81c388e779.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\435080452e81c388e779.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xa4d0b3a98f6e1fe6a1391cde43a4394b, 0xea28bf76435f701d2ac5890b6108469202c580dc6a9e76e0aeece0ddaf3f63ff, '', 0, '?'),
(0x4276151255f1d67eb8c855346af460f1, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-buttons-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb0c4f75628202973d66e6ddf955c96bf, 0xbc27a568923600f7ed9aa7f3266a02942ab0b2a7f176c761194ebca9da1f9774, '', 0, '?'),
(0x42771e5a6d7e5bd44718e866be89dcd2, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3rdpartylicenses.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3rdpartylicenses.txt', 1, 0x00000000000000000000000000000000, 0x1ef7aea15b549ca9739866e354ffce51, 0x8d1f3385a5b2b5675ebd379db1dec49e03f368ecb22e2ae2b92637ed8e40ee91, '', 0, '?'),
(0x4283f0af71798ef8e73cad1373937b42, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hu_HU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x19745e2ad2b42f7e8b5434945f977822, 0x3697774dbceb018736f547057db3abf466b92c2062408daebf945ee9be6fc309, '', 0, '?'),
(0x428450915a10c1f670962606dd73e268, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x6355d6d35bb7361fb6bb136979e4d321, 0xef9bc65b9426983ab1441568742c5e3dc2468b58282684afc6c17922320233cb, '', 0, '?'),
(0x42845ed649f0cc9940c3f0867dfaeb8d, 'wp-content/plugins/backup-backup/includes/staging/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\controller.php', 1, 0x00000000000000000000000000000000, 0x4fce03a58a2b764c91073a25de539afd, 0xcff26f360fe9c393dbe0db8231ed37f7c76cb39a720abe74f054939cbebf8c8d, '', 0, '?'),
(0x42849ee02b0c818f030513a1490606a1, 'wp-content/plugins/elementor/assets/js/packages/session/session.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc33e01330cd751f25e2df51370f11a20, 0x9090425fb81a19665b3d9d6e7ee76013ba4433fc57772e3655bf476216ccbc29, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\install-helper.php', 1, 0x00000000000000000000000000000000, 0x8b74b2257692e802a38f2de3cdf4dcb4, 0x8ddc66a4c5c81e1233734c2cb174c6ca8777e2e812e4c54f374f34d1c9b5823e, '', 0, '?'),
(0x4288250c304bbae69756b072e8677bba, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xd569d8709b6b083b5147ab5d2df411e2, 0x21401856f65702eeca8e006b2027569966bd667104e0d171d54540e196073c2a, '', 0, '?'),
(0x428911d4780209fa09fc8ac0067e0cab, 'wp-content/themes/twentytwentythree/patterns/call-to-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\call-to-action.php', 1, 0x00000000000000000000000000000000, 0xba95b1daacef2c8ecd737fc96a2f0898, 0x125a8de14e4cb64ef880bf41117d405cf3be2e95cb6117c6f502ccdef34441f4, '', 0, '?'),
(0x428c01addfb40d7e3d990396743624ae, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1513.5ff9d493e6ee9611.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1513.5ff9d493e6ee9611.js', 1, 0x00000000000000000000000000000000, 0xb0b975bf49716d567444d5bc87c581ad, 0x84b1ac3aa116d9fa7f3c0104642cddfc4f50b41c8e041dd8c1f1d87e8ad11b1c, '', 0, '?'),
(0x42947c8fb8436db9133e34af494b9578, 'wp-content/plugins/backup-backup/admin/images/nut-big.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-big.png', 1, 0x00000000000000000000000000000000, 0x280eea09003ed89a4909f15456b5b0bc, 0x2363d28b9d9f134ecd725f6d48e013a2dcaaba5226134ed2fd45822ce43ae8b1, '', 0, '?'),
(0x42962dee658e7497b9168b7e3543bce1, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xccf87be6b2eaf960da7ec1f7509a1512, 0x87278814fb681221900660621a8ffb4e26db04a0d30fb80c67f55b2767ba7f69, '', 0, '?'),
(0x42b6a41c0be6df60af9c7b8d27e8188a, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/js/script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\js\\script.js', 1, 0x00000000000000000000000000000000, 0xfa4d59b243c8052629c8333f42e79f0d, 0x6b3d9827c668b945aa897b9e5788a1f9edbc592aa7495591d8856a972cef3393, '', 0, '?'),
(0x42c0707236f1863991914719d20b427b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-400-normal.5f0c897fdc8ca6f8.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-400-normal.5f0c897fdc8ca6f8.woff', 1, 0x00000000000000000000000000000000, 0xcd2bb8d4b9d8f717c102bc193ad22ac5, 0x3d62beea4c42460005ab7a70982419e1ff69ed70b42acbfdbba00070d9b5fef6, '', 0, '?'),
(0x42c07e01a666d4547ad8956d98b54538, 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\pickr\\pickr.min.js', 1, 0x00000000000000000000000000000000, 0x52c3e427dc029b5620acc246b892be8c, 0x6bfe12f311bdf98e30b026a3a511c6dad59a50437fa7733246b1ba5f897e38ba, '', 0, '?'),
(0x42c24398faf7611f355b436eaf157a73, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-login-register.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-login-register.php', 0, 0xf54224f4494b9936cb3ba401d2fa096f, 0xf54224f4494b9936cb3ba401d2fa096f, 0x77bb91a9f1e2e85d3b874ab233e0354b582dcc5bbf28dc691d873cd0d19a8c13, '', 0, '?'),
(0x42c2ead6c0a17a77a9c300a13b66b0e0, 'wp-content/plugins/wordpress-seo/src/dashboard/application/filter-pairs/filter-pairs-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\filter-pairs\\filter-pairs-repository.php', 1, 0x00000000000000000000000000000000, 0x05c777a4d71fd259111738f47d28afd4, 0x46e24c90930b76f3289456df302be602119ea567ef44960a9288a7c284cb6204, '', 0, '?'),
(0x42cfb58903c816f348407881aa17af2f, 'wp-content/plugins/wordfence/waf/pomo/po.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\po.php', 1, 0x00000000000000000000000000000000, 0x425b21c014774807c8b1560a496ca000, 0x20c9cc59dd03016f96fbd644c297eda8c1752f4c1ea15b46e96aa593ab175152, '', 0, '?'),
(0x42d092c057718dd812198bf41c71f1c5, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xe2569d10b701d19f4d63ae83a09e6999, 0x8bed8b130cf7f56da109c06362800811fc5b502ab1ab0db03caa81c7cc5127bc, '', 0, '?'),
(0x42d112136b07b5b3f7825087acf7f4a3, 'wp-includes/SimplePie/src/Content/Type/Sniffer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Content\\Type\\Sniffer.php', 1, 0x00000000000000000000000000000000, 0x42a0e712eeaeee1e57ccfa3500b57b0d, 0x8ef120e54c532b4fc05530803c25963b722380ee740407613a9bd83b4c01403b, '', 0, '?'),
(0x42d39cf573ef7888e5d7b04390082779, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Config/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Config\\Proxy.php', 1, 0x00000000000000000000000000000000, 0x67016659318b918f6be42392a4f876d6, 0x7adf94a62ec73c4d96b292896c1b887805f53b93a92f256e8129e0fd93b2301f, '', 0, '?'),
(0x42d4c8e5281537a76b668effde4a5016, 'wp-content/plugins/instagram-feed/assets/svgs/follow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\follow.svg', 1, 0x00000000000000000000000000000000, 0xc290282508f4925d67cd49dbd0a7a57f, 0x3a9cd91de9d09048deaf09b71a248ac4ba895f7a33fd90beda79d232827e8471, '', 0, '?'),
(0x42d52c2809f1ea9aab353e755ff701ce, 'wp-content/plugins/powerpack-elements/modules/twitter/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\module.php', 0, 0x14db105288236fd4f3cfb192c16977d6, 0x14db105288236fd4f3cfb192c16977d6, 0x06e82ff4ab1b11c446317c6b101b4a9dce6619e81b39d131bd96239002990b78, '', 0, '?'),
(0x42da5f9f8751de66651f39f9a4f24a41, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\title-widget-base.php', 0, 0xb3d29fac72e369fbe58173e290667cad, 0xb3d29fac72e369fbe58173e290667cad, 0xb4d58e38fcb4364f5f5c5c5afbaa2f90d63d709ebdd3c02f3cd39f4120ac3c2b, '', 0, '?'),
(0x42e3203ff6b857e0af9bdb14b09ac4ef, 'wp-includes/SimplePie/library/SimplePie/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\File.php', 1, 0x00000000000000000000000000000000, 0x785a7cc8ebfae2c77c00bc5a60b7fc63, 0xc331c6c5aa50c7a25df9ca3dc51e6648e4625cb93ffc63b2c590bf88fe0f2b74, '', 0, '?'),
(0x42e3c8a1db7c507cf30ab7019880660e, 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-project-details.php', 1, 0x00000000000000000000000000000000, 0x29b540a418b10930eefa2212d957cd0e, 0x340146025fc3cf63fae4578a6837405a8f8efdbea1ad46c3f76ef2bd04caa8d8, '', 0, '?'),
(0x42e44d9fa0470df4a782a194288e8e58, 'wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\footer-sml-layout.php', 1, 0x00000000000000000000000000000000, 0x9d79f83229fda75c9c58296aaf2b5273, 0xbd7ee74d31f10835cbf5e86fe02c297ba060a5637d65fd105aa04bdff8360d60, '', 0, '?'),
(0x42e4bfbf7f9d7adc97317ac3a316623a, 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\inline-editor\\js\\inline-editor.js', 1, 0x00000000000000000000000000000000, 0x319f929133cf1ecbada0e5c61fec370e, 0x9fc54892804910a77c47fce26638afbed392730a8543f8917118b10f7db3e7fa, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Int64.php', 1, 0x00000000000000000000000000000000, 0xf8fa6df4394e1ea332b5dbc5b35b8a98, 0xd81f3d18d1e02a8574fc7a7627dee70757b5baf00a18f14b52f96cebb0e87837, '', 0, '?'),
(0x42ea5b7bfacaba50c20513322bb2954c, 'wp-content/plugins/powerpack-elements/modules/sitemap/widgets/sitemap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\sitemap\\widgets\\sitemap.php', 0, 0xe1832814cd167f388e961e51986098f4, 0xe1832814cd167f388e961e51986098f4, 0x7b8e3692f1a49b6a1a510082ff23932d899e3d9e4c849c6d27689b813c7a4c1f, '', 0, '?'),
(0x42edab63c00011bb6c4dda3015ed5c9b, 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\classes\\font-base.php', 0, 0x72d78cde257647d8a763d013a476172c, 0x72d78cde257647d8a763d013a476172c, 0x7923ec717310a3f06ba729e7ecdc73f87d592054c04993c489b538ab536b7dd6, '', 0, '?'),
(0x42efaf8d85e10b11f88bb14ce55854ca, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BlockReferenceNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BlockReferenceNode.php', 1, 0x00000000000000000000000000000000, 0x72af8aef52c77fdaa998e2a38ad33065, 0xefe542fc856cda01a4a7d6d640737cb4453a77ab4b67712b0fa1fe3e14d4a6a4, '', 0, '?'),
(0x42f0c2256d894f6a7eccefd92095a7bd, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\migration-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x6329996bdb3e0097f2447fbbe2d1543f, 0x597b3b4b74995fe75fc1c003bdfd490e5f01f896e7a8e8e556ce6d71b77fee36, '', 0, '?'),
(0x42f6be174ffa3903835be3774d377b0d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\dynamic-value-provider.php', 0, 0xaad927ccc6bc9b301eb075092010cd8d, 0xaad927ccc6bc9b301eb075092010cd8d, 0x7403acc490a2457d72663fd4526289c0488ac84426d59f860afa471b2e977b01, '', 0, '?'),
(0x4303ecf563b291c7c03b19f7c1a8ce12, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounce.min.css', 1, 0x00000000000000000000000000000000, 0xfe3de6879522f1d5fe58ca4ac03a8c1b, 0x58b6a9aaa8e3a8d0baa6888cca36561c0d1ad3ea286d9d5b41326f90e6ecc517, '', 0, '?'),
(0x430543ebdc23d38da4bb0d256db8e182, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_TW.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x66aacff3728c5c1469a21e9f0c15c21f, 0x4aedf1583685b67fa6dca598262d0c0748599d020b95f033145b59f6db2349cc, '', 0, '?'),
(0x4306d1593b4522dada299ac01d9f25ac, 'wp-content/plugins/elementor/assets/images/app/onboarding/ai-site-planner.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\ai-site-planner.png', 1, 0x00000000000000000000000000000000, 0x8ddf8e2926aeb6e94c28d50f496d2e2a, 0xa900daf6a59c93c437ebae3404828b63232815392fff34c545a4aff8dde7334b, '', 0, '?'),
(0x4312756bace46870e9eeb01dc6bfe94c, 'wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.asset.php', 1, 0x00000000000000000000000000000000, 0x6056f75c5fcc5f4933772887e5a7f95f, 0x3ab72483100ca08e03ee1eaa36e7ab3285c97d6cb6341c574b9e69bffddb124f, '', 0, '?'),
(0x4315fc7a2bba965a2bc4bb732f92401e, 'wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\drip-handler.php', 0, 0x74ed426920a9c1a3aa9dc270a5cab604, 0x74ed426920a9c1a3aa9dc270a5cab604, 0xdf1185b051b8b68dda57e12d9b6a6f3008e249b3fde688b80fe67c16b2233964, '', 0, '?'),
(0x432715e4ab52540313376e6ea7fbdfe7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-robots-provider-service.php', 1, 0x00000000000000000000000000000000, 0xf517f00cf781f620cc013d0f91a71b1f, 0x8fa40467f688e47857a06305a4e129263ac710d7cf7eb5e2c9a2518668b02010, '', 0, '?'),
(0x43297cf89444fbcb2f81b63ede45c1f9, 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\building-exterior.webp', 1, 0x00000000000000000000000000000000, 0x2af7c6205191cb22f5184bfb4c8e47a3, 0x7416804ad67400ca754962b5f8ae44b67fcd7c0e77c58d29690c7ee5f0600f35, '', 0, '?'),
(0x432ea89a3c157d6ab29f3c88b7921154, 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\shake.css', 1, 0x00000000000000000000000000000000, 0x449b5c50be691204554e8c545c6c8530, 0x3d7e357d6ea4accb393c642b3c25cd3470ea46c1a425bb60461548200b46876c, '', 0, '?'),
(0x4336e82469aca6e9c26d82977a6bf0f3, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.js', 0, 0x893e9989a003edacd0c1582f7969930b, 0x893e9989a003edacd0c1582f7969930b, 0xe80a760f5b5bd077bec99e4cb7a033727b69201af41f025dc4f41e37f61b6cb6, '', 0, '?'),
(0x433edfac895066f054fab16c73d77a82, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.min.js', 1, 0x00000000000000000000000000000000, 0x5993899ba072b16a1ec26f2a806a8c1d, 0xdd4afce90e83c23cfe9e09e126a6fafe1d138447dc166aa6d6da9c1ee34aee92, '', 0, '?'),
(0x43466921ad858b7ce16bf83323c6b150, 'wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\manrope\\Manrope-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xa8ebc7eb54efacfda66d0a2531058ecd, 0xa479c8fdc9c21e3cf26f3f5fe0c80915ea0edcf82ca246cdd2b30720ee83974a, '', 0, '?'),
(0x4347289e5ba5eb1f774a95bf24565ff0, 'wp-content/plugins/elementor-pro/modules/forms/widgets/form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\widgets\\form.php', 0, 0x53810be358822ae7e0c1108472b1fc62, 0x53810be358822ae7e0c1108472b1fc62, 0x35a693047e5f0d32ce3d85ae1cbd26fc99a8a306b9a30d424ce37021a1adc504, '', 0, '?'),
(0x434beba94abcc10e364c414dcc6b1156, 'wp-includes/blocks/post-date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date.php', 1, 0x00000000000000000000000000000000, 0xc7b00b931b206ca900a4d627aac07a06, 0xc6eeb8a129cd58439a7130bcaee2d89dc4c7cc41a9c737561a81c13d84f4f91d, '', 0, '?'),
(0x43538e06184a459644533227c9d160e0, 'wp-content/plugins/elementor/assets/mask-shapes/pill-horizontal.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pill-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x49a66cbfcb5bfea83ef1dfd813085736, 0x4eb7115a6a8b87643c1c552a7cee6beaf0536cc90b83f63ad5e1d0d4d5dd442b, '', 0, '?'),
(0x435fef9ad576353d6442b400b38b8429, 'wp-includes/css/dist/preferences/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3fb9fcb35e7179c7799d815bce48fecf, 0x2c3debee6eeee7b8a0c64ec0225ad4c6b7ba8f859a3bb922fb93f51ed8b08771, '', 0, '?'),
(0x4362237f43e6537f57870d4bfc4bd6bf, 'wp-content/plugins/reviews-feed/class/Common/Services/CLIService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\CLIService.php', 1, 0x00000000000000000000000000000000, 0xc4249a0c0c3f34f31c36c9f64abbdee1, 0x01bb54a03e5e182d95f995ad4161ddafeb4b7da5776101ca4447208b32ea65b6, '', 0, '?'),
(0x4362746d8c87fb7f5ac3d811896714ba, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-title.php', 0, 0x9074f241d482d8fc2ffdd87ac20fbda8, 0x9074f241d482d8fc2ffdd87ac20fbda8, 0x4e3fa7d526598811cf46265167c44ba33101a45015065e4b9f851420585dd4db, '', 0, '?'),
(0x437077d04d3befb189acd29de228fb94, 'wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\widgets\\mega-menu.php', 0, 0xdb69c76da8c5ffa404f5a827b2aa80ef, 0xdb69c76da8c5ffa404f5a827b2aa80ef, 0xa304955d749a7f2748f951fe4f4d75f82779f37e1b3882a2e6efca50b9fe47b7, '', 0, '?'),
(0x4377f99cce88f9b75c216a93ed6218e1, 'wp-content/plugins/elementor/modules/elementor-counter/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\elementor-counter\\module.php', 1, 0x00000000000000000000000000000000, 0x1b07b7078888fb1ab8dfa8f01c7c417b, 0xd9ef37cf8b323d85f0c84c603c0886a4b116aba574fcb1fec41ada083997fb23, '', 0, '?'),
(0x437cd3aa785a6a4871733b400fc4ad36, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0xd8a41316549247fadf38191364d90bfb, 0x1a4d865d5cba244a5be1e5c6fc13c1376f00e8eddf9f8c454684efc664d031b8, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0xf3c1a989e0d5aa4321a2886067b22409, 0x70443e370e8d61af13255ad56536c3a87fcd3e06f1d759aaea7db9881b3a60e5, '', 0, '?'),
(0x438885277c7aa9297bfdd3477cd2a38e, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-featured-post.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-featured-post.png', 1, 0x00000000000000000000000000000000, 0x3ce26a6cb9ab935ccda4c110b51dc3af, 0xb201732dba1439c64b8a8892d456af1e5d2773dc10255a3bd93f0d27650696c9, '', 0, '?'),
(0x4388bd5cd73e7f37fd9c2c6a6db2c04b, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\landing-pages-empty-view-menu-item.php', 1, 0x00000000000000000000000000000000, 0x3f4328d4e36f044dd704d2822ed92afc, 0xd946b040bc64cb8f921eca4160eeff7b76cbf887ce98303cd2886650d73d88ce, '', 0, '?'),
(0x438a9015f43edd55260e1d0e94c01ac1, 'wp-content/plugins/elementor/assets/js/8ac2c6e532225b54dba2.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8ac2c6e532225b54dba2.bundle.js', 1, 0x00000000000000000000000000000000, 0x93db5b032fd624654f3c4eb87807c5fd, 0x017f8817a9a39d21ef8e265420543921db7df9d163cfbb990e636a7c059e3a26, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\page.php', 1, 0x00000000000000000000000000000000, 0xc7803e59802483388dac1d5336909651, 0x221fee77ca27f14b42ec38fdbdb5eae1b8833b93e693209378c79599b3bc2d08, '', 0, '?'),
(0x439ba04cdc9a6e83ab7bbe0b0fc52ec0, 'wp-content/plugins/powerpack-elements/modules/how-to/widgets/how-to.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\how-to\\widgets\\how-to.php', 0, 0xf15015c1a246539491e3f74d9b557bb9, 0xf15015c1a246539491e3f74d9b557bb9, 0x9d01597a93e670f00c63d4f963dca91c0732fd7199b2cf95fffdf69b3bb7202f, '', 0, '?'),
(0x43a0104aa1477a0f6ee4bf4592eeb55c, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x8ee2dc4973c7bb9181392e73969c780b, 0x255a591bad172fcdd8f1b2855fdeba26a50e8250f5cba028865901c3220cd37d, '', 0, '?'),
(0x43a18a621fc3c40c5931c8c9c10abb6f, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/color-stop-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\color-stop-transformer.php', 1, 0x00000000000000000000000000000000, 0x94f10a7c1f8e80a0fb5740422ab9107a, 0x6834a1c5f9eb0fbebd842904674f280382d06dec86f557a5ea04bdc64e4791db, '', 0, '?'),
(0x43a8659ff10dd7cde30e1cf2660d7123, 'wp-content/plugins/instagram-feed/assets/svgs/successNotification.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\successNotification.svg', 1, 0x00000000000000000000000000000000, 0x52ea0dce286fe718b9946c15ef52f206, 0x93dc0db59175044cc3e1ac9c6a6bc928cfc21eeb8ec87b81834010281dc45326, '', 0, '?'),
(0x43acf7f7e8aa31be4fc278c47de7b561, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/leftalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\leftalign.svg', 1, 0x00000000000000000000000000000000, 0x5be8a0054e055c41249d9d2913e6cd1e, 0x687f48736e3bca26252295598e9228b5835b86372094f691130630b6fbc59173, '', 0, '?'),
(0x43ad196d730ac3e158f85dc0c54b9254, 'wp-includes/blocks/search/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd8998f0a8e529124c9c47c66cbe9dff7, 0xc440c47ff1a5c4725037649603cbbc2a796557df82efb5e6bb2fff2572a27271, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd84babd634a08bd53ab5d65efd22406a, 0x4df218eea3efd90e2f6179d32c5b4199742ab2ec92b1c203dc7282f1e6842b53, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x8d978b06bdd46d23f86d493ac8c48b68, 0xfc1b4f3da20d66b29ad66e6ef85b839c56bcbea53df7986f41d9054e6db6dbba, '', 0, '?'),
(0x43b4cf60fa9bf57f96d6eca0f1fa9bce, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f5b1ae8ad4397030b2b8f58435d1517, 0x9bd1d31cc5d8de92f8f472eedc7cfd381266b0f6531151c8f293280bed1124fb, '', 0, '?'),
(0x43be39775648ff9314be2262b5b35623, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200420073606_AddColumnsToIndexables.php', 1, 0x00000000000000000000000000000000, 0x801a839b09d2cc6649f8894f2c543892, 0xf5d360c375aa3befb15ef959d4f75fabd35d7bdc0d421f9f7d49810be2c64d46, '', 0, '?'),
(0x43bee8e1ecacc0b82179e4369ae38bbc, 'wp-includes/blocks/buttons/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style.min.css', 1, 0x00000000000000000000000000000000, 0x262f152626dda334c8ffa2689dc0e8f8, 0x4bba179ec97d3f2c475159d51fa19443418bbad3c05c95d4204998f48a24ad31, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-taxonomy-meta.php', 1, 0x00000000000000000000000000000000, 0x543cb218e1a0e2fef2cb3ce33c62b9ed, 0x489d05f7fadb265d559794876d22593d646398972ff56c75a85d99e73d931445, '', 0, '?'),
(0x43c5c2ef567a4a306907b99042fb4397, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-outline-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-outline-command.php', 1, 0x00000000000000000000000000000000, 0x85527d4429cafeaa0939f297673c7854, 0xb7577c219db08cb878cb873103ff43704fa48db0e8fed9a2190408a8233cd43b, '', 0, '?'),
(0x43c8955056b814ea63d0829ca14dd845, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\plugins.php', 1, 0x00000000000000000000000000000000, 0xf0f91e66a7d5fd399bf11343a3e2fc0b, 0x3a7f6861acdcf685ac2b8f9b3d65bbe42fa503bc8c8906cd35da2451da011f64, '', 0, '?'),
(0x43c8e06326fa2ab2e70f70752c1ee60c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\meta-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x621d8374d73afca6d1ddfcd9335fd52c, 0x518b0d8332f96eae5d5bd73805ca40f13a7b8244ae7505d917b5597324d1ba9e, '', 0, '?'),
(0x43d070634569fe107df29f3f1f2cf781, 'wp-content/plugins/elementor/assets/js/6d09ff0398a56a60654b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6d09ff0398a56a60654b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x386bbdf359c1179b7338c95199833e0e, 0xef48fd840a57e6dbe326ad1e425cc4882cc5f92a6bd47ec034110ab9cdd2358b, '', 0, '?'),
(0x43d18c546d102f44503fa7b1b2fe9e42, 'wp-content/plugins/wordfence/css/wf-adminbar.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-adminbar.1778081072.css', 1, 0x00000000000000000000000000000000, 0x74eb712d23424629edbeea8d65e3dcb0, 0x4a97a1eab424874a5c7ea7dd591fdacaa368d78c6e6d0f525417fce45c8110d2, '', 0, '?'),
(0x43e95b9157f7bb1395b5ba358b745b6c, 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-beaver-themer.php', 1, 0x00000000000000000000000000000000, 0x35a431ea286b86c8d41740a99a7e6a59, 0x63e48550570f5336fd1a030b0f62f31fda407cbb30577c00b6103c75ed296712, '', 0, '?'),
(0x43ee7f850c51a914a7723afe169b7f74, 'wp-content/plugins/instagram-feed/admin/views/about/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x43f0e3089cb2bd2afb1581aa0e70c91f, 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\dynamic-css\\header-sections-dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x3f212c1f1273cd9d84f6771bc22dbb66, 0x6c2a6d45395d03775e02806a36df7422922aa3ae06317382e0b69f750735f8cb, '', 0, '?'),
(0x43f64bcf2af3053a11f5552b04ee3419, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0xe1786e30482ef9392b1a6994a03573d9, 0x0d2f939b1a51ca6233283d719593bacf4b83c2a6e4327d1712125005dd771ed8, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0x24a56cd2a0497d2e5048daf6a5e309c1, 0x495d03d79eaa40e36766ef2dd07f120596ddeac95d87f2617ba340ed5c5e129f, '', 0, '?'),
(0x440127dd25bde48a531ded36f33e927b, 'wp-includes/js/dist/customize-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xf4c68118ac51ba88c5a423dac5d1fb4f, 0xdfbdd91c314527ca9f7645ab5d1de0d3e86eb1dbe2f11c3aeb6a8c8bf0dc64c3, '', 0, '?'),
(0x44046fdfd954d4479f7ba6f18871b1df, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab-content\\atomic-tab-content.html.twig', 1, 0x00000000000000000000000000000000, 0x77442a39bdee9fc59495db28fe63a75a, 0x96f77cff86d2626e6c49ce6b8aee9c9e585f6678d897f78d8ef9492ded85e514, '', 0, '?'),
(0x440705a5d5fbc1418a82798f611318e3, 'wp-content/plugins/elementor/core/document-types/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\page.php', 1, 0x00000000000000000000000000000000, 0xbba7d0d1b99ca7412c2e16823efcfe06, 0x08761c3e7b137647ef9b1fca6e14a70f9bb6058421e99accd421710920546154, '', 0, '?'),
(0x44075d64f873296f1c877bf4184b30c8, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0xa323ee42c8ffdf213bf0e5eafafd4714, 0x3a2f66e3a5873957001a62c947a2e4b999bf544178dbd891d125517178c610c8, '', 0, '?'),
(0x44080cd339008291a6b785de9f28d09d, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0x605ed7926cf39a2ad5ec2d1f9d391d3d, 0x9f9e98ac91a6a7a6c17fa35e0d183bb92582b4098f51709ef1c8a00e38c95ed5, '', 0, '?'),
(0x440928a02c7cb98ec0b5623fef90084c, 'wp-includes/blocks/query-pagination-numbers/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x6589d62a950f98f46cb53ac00bd55c77, 0xa3ea7719390fb143ef3116d527de24e594494e2bb9a133dabae8be7f24830e73, '', 0, '?'),
(0x440b08ae49e261d4ea63c008e190b8be, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\AuthorizationCode.php', 1, 0x00000000000000000000000000000000, 0x524fdfc50cdefa678aa9b65703f9e86c, 0xd82b41b153a0440f59e0beecc3c36499dcfbd2b101b52f764c65cc9533afdff2, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x440cb531f7e6b6448cd1bdb1e2e44c03, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migration-interpreter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migration-interpreter.php', 1, 0x00000000000000000000000000000000, 0xb314ad5e80fdaa7e09e2638c101d556a, 0xa3bb7dc22399058aaec300ce37e4b86330bc88f75fb325d7c1d6da19e90aed79, '', 0, '?'),
(0x44111a10c34e399c57727d4d13d94b13, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-time.php', 0, 0xaaa0ec04de251012ff1fda31bbe47774, 0xaaa0ec04de251012ff1fda31bbe47774, 0x4b98f2df3a1ce0bd551b2c0407e43f82a54caeb725bcd99e79b9b37aa9a6a61f, '', 0, '?'),
(0x44118d580c66235e77762dd6826553f9, 'wp-content/plugins/backup-backup/analyst/assets/img/pencil.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\pencil.png', 1, 0x00000000000000000000000000000000, 0x4dfe15d1d9198cde1a7e9f5c7f2ac58e, 0x7fba7eadd927951b63fba4b14cafd7478155e89019ff66f93c8b96ccc2352d6d, '', 0, '?'),
(0x4415830f89a0e4cc036131fee1d497a2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\activation-cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0x197eda83f766596aebf142d7af958b63, 0xa7a974eafc4eb5b1cc1cd6e3aee3ea3de0d184ea78c2b7d5fd17ad9a1c416597, '', 0, '?'),
(0x4423717bc5a50688aa81d48762c2829b, 'wp-includes/css/dist/customize-widgets/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x656a73ea560e887ea7d05a028abd6d23, 0x25d4ec6f33adbd6eb1a4a00c82172b7aa326d441d3e17a8275711a4aea76adcf, '', 0, '?'),
(0x4425a938349d0d64551973169db023c7, 'wp-content/themes/go/dist/js/design-styles/style-playful.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.min.asset.php', 1, 0x00000000000000000000000000000000, 0x044489c61e63432e43674d3531a1626d, 0xdabc23544d2863453df08296bd951a714ddc6882b8cb65b5d189e8f45fc43b7c, '', 0, '?'),
(0x442a0209f57a6a1e29bc855d979fc859, 'wp-content/plugins/backup-backup/admin/images/backblaze.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backblaze.svg', 1, 0x00000000000000000000000000000000, 0xfa3b8fd2333af60c40ee151e74937acd, 0xac420aa64c2e9fb83afe19bf44afa3762999eecab7ad228caed77c2a12e41e53, '', 0, '?'),
(0x442a0931238f1c89649f5610e8c45b8c, 'wp-content/plugins/powerpack-elements/modules/modal-popup/widgets/modal-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\modal-popup\\widgets\\modal-popup.php', 0, 0x0314f9bad131c8faf7d053d83922660c, 0x0314f9bad131c8faf7d053d83922660c, 0x5affc5f0703dcf36a65b27a70625080d1758da2a2ccd1dce6a4180a01faf4065, '', 0, '?'),
(0x442e67757de08793b04afd7301c39845, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-scores-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\current-scores-list.php', 1, 0x00000000000000000000000000000000, 0x35e59c08a613a66497f997621a0fd73a, 0x306e04dd9e794017a2ed34a003a84687283553bdc7702eeb0280b5799d3b71df, '', 0, '?'),
(0x442ebcd2eb7b566535f151fd49115079, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sort.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sort.svg', 1, 0x00000000000000000000000000000000, 0xc76bc896c63e5efa405469e02660b0e7, 0xdfd953219e04fa3ad23f525d23440d646b0f5afb21c44b3e52e913d17284a1de, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x06f341308a587755b174848d3166c471, 0xb3c0096eb157a6703a55e8fd1670812a400b5a7a58de032416b4997dc01c6c44, '', 0, '?'),
(0x44341eb2ca569b267d48e434e6bc33f6, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\theme-support.php', 0, 0x02896dc75244cf0278a937c496ac1ae9, 0x02896dc75244cf0278a937c496ac1ae9, 0x9a3bb59e2f9777660aeb2246e73c93633af4b81a6b1f4e6cecf60d1ea5a21683, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x444361a89aa2818e61c76d5eca45354e, 'wp-content/plugins/backup-backup/includes/progress/logger-only.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\logger-only.php', 1, 0x00000000000000000000000000000000, 0x2697eb1020136c5d39841ca4f578d23f, 0x00d77b537a9daa398c337a7838f798714a7cbacca18be3f6174855db40c86156, '', 0, '?'),
(0x4443ffda31b803ad3afd19a6963c8886, 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\northern-buttercups-flowers.webp', 1, 0x00000000000000000000000000000000, 0xfea4b3d66fdfc40f4521ae560b0f52de, 0x74c5ded7947de4145817a136843a8d0b18566490173264f3ff454f8b32a7e6e9, '', 0, '?'),
(0x4451239175f7bb6e0f555c2040b93cc6, 'wp-includes/blocks/page-list/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style.min.css', 1, 0x00000000000000000000000000000000, 0xe032bee6e3ebb0884cc20f9376560a0c, 0xab8c2e52bc37550c0999c331d9482be627432017d14e9c71dcb0fec0d56d628a, '', 0, '?'),
(0x4451c7c39bb562e84ae3e4f28361c56e, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/wordpress-current-site-url-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\wordpress-current-site-url-provider.php', 1, 0x00000000000000000000000000000000, 0xca0ddd5d49e8776edd8ce6e98b409701, 0x44090525e96c62dd5126339c901e601c8de5596d5d937fa8c32ca1a899c00aef, '', 0, '?'),
(0x44557df812f83c82deb4443508e8a059, 'wp-includes/block-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-editor.php', 1, 0x00000000000000000000000000000000, 0x0188e0365efe4332962c931f5232db5f, 0xb932c0e6ccd52b76885ae6e9489ed9b5c80e179484bb63987dc3929b55b2f63d, '', 0, '?'),
(0x445c379bb8e8a540f0ac3b5ecf7caef4, 'wp-includes/class-wp-navigation-fallback.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-navigation-fallback.php', 1, 0x00000000000000000000000000000000, 0x6679f38c1ef025fe77f85040abd1cad9, 0x609f0e106b12e21b121cb0eeae3864de126cfd415be39c7b7fc25e2bf02806d0, '', 0, '?'),
(0x4460614ffb220659253791f15af4a31b, 'wp-includes/blocks/comments-pagination/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style.min.css', 1, 0x00000000000000000000000000000000, 0xae861f8454e7444eadfa921602b6002d, 0xb515cd5a99ad4bb16b678171f71c03397973e42512a1fd80e64c8be08091311c, '', 0, '?'),
(0x4463a77768edb7212d82e8cba0394839, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/forbidden-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\forbidden-exception.php', 1, 0x00000000000000000000000000000000, 0x6521d8b58e16855bcdeebf5d22ce7cd8, 0x83e7636203f296a971dd1ef1a996ed194b05fc0f8614c254b503994cfe2f2a2c, '', 0, '?'),
(0x446c3a22199016cfa4f7cc7fe1b49c4f, 'wp-content/themes/go/languages/nl_NL.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\nl_NL.json', 1, 0x00000000000000000000000000000000, 0xb21a8a2be4c9db895e5898afeec53052, 0x5e1c044b10bc57008c6a799c6fe2929257e36f8e8692288a1501663a1f31ccdc, '', 0, '?'),
(0x446d8eb9e88b12fe6f8422a4ecd561db, 'wp-includes/blocks/gallery/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?'),
(0x4470006ea37d92f69c1dad859bf9817e, 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\elements-handlers.js', 0, 0x70c015e9d53724500891ae845b42d369, 0x70c015e9d53724500891ae845b42d369, 0xa9a0c5143b636d5f2790fe3750344e5aa975b48fd0a19df4e480fe83f642cab8, '', 0, '?'),
(0x447159fc251bc283526369738c2a516f, 'wp-content/plugins/feeds-for-youtube/img/sw-screenshot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sw-screenshot.png', 1, 0x00000000000000000000000000000000, 0x57ea8f077bd6464c465b7091be9a29a6, 0x9630c7a867d26c9ea011a9b0c772811c728d8a0f6288b2b61d7a33e5ec61b4fe, '', 0, '?'),
(0x44720fb788ef6b4a88844e0ba11fc6a8, 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\abstract-geometric-art.webp', 1, 0x00000000000000000000000000000000, 0x3dd1e4ce303e03716bbdb2a5f2640855, 0x788b72f6c0ccf8f00bdfa6da94ce07d58f61bb2c6e3f87bf206875374b498d2c, '', 0, '?'),
(0x4478d5f114c8c3874af494f1350aeca9, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xc0fa379f08b84780f23ee99adca4a072, 0x233d14d16ae6d4efc55b4b59bfec5c4b70833ca8564fd718a98b9571a9bbee9c, '', 0, '?'),
(0x447e6d43abbb4ce10d2b3424df5d8884, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x61f451264bf4bb4f5094f9412391e2b9, 0xc307aa7cbfc245fe512dff5b3bd5e486d9b2b44c04d924d846c521d3395f0888, '', 0, '?'),
(0x44828867a64f64054c8d25af0c104732, 'wp-content/plugins/instagram-feed/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x53e27d3be4cdd71ac26e3a58c7b2b5ed, 0x78dc8b46bfe45620e053199cd7344ff3f85433f2c85a21015eb5f68c295859cc, '', 0, '?'),
(0x44854b7b87825062910fc84638f4c78d, 'wp-content/plugins/instagram-feed/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0x1813e702978fe7e4bffed02cf00fa5f0, 0xc47d7467b690ff8ec94004f1aa7acb2afd6f5a8d878d42538de5d0ce68549ab7, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x44862ec1e6fbf177a19080cc1333125b, 'wp-content/plugins/elementor/assets/js/d52aa05c75af56327744.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d52aa05c75af56327744.bundle.js', 1, 0x00000000000000000000000000000000, 0x5afc97d3b4fc065d5055240fa8711e19, 0xa4ac10b4760ea5186fd1c22b516c6ad4ac0674b265a0c72dd61aaccd151e80da, '', 0, '?'),
(0x4488995b7820c412ef4984902cb5acee, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-500-normal.dd7bc8a52c6c70c5.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-500-normal.dd7bc8a52c6c70c5.woff', 1, 0x00000000000000000000000000000000, 0xf4cb2466d7964e0550e66eafebaef1af, 0xbffadb611e57fbca5ecae699b42278cb7ad8e3f2ecfb5821c10054f7e7430907, '', 0, '?'),
(0x4491b9d876dec78fb0e13cfb8634171c, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-af.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-af.mo', 1, 0x00000000000000000000000000000000, 0x61a67fad8d786442a9aa3ac3a5dfe248, 0xdfbdaa2f643fa13d386f71edda623d9bbe92e15a7cc90b7f6daf6d9927359414, '', 0, '?'),
(0x4492b26018e60c001e4251f37a2d45a0, 'wp-content/plugins/elementor/core/wp-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\wp-api.php', 1, 0x00000000000000000000000000000000, 0x54e8d128d99d6884d977ab5780690451, 0x7503e0f1b84586caf8ebd855524b150086f32311aa0d71bfdcbffb511e9e3efc, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\admin.php', 1, 0x00000000000000000000000000000000, 0x94341cdc0fdedad03d82d2a9b8b4e541, 0xf9b5943056c97b5dd68a416aadcbab2e2532081a784d7f35eeaa7a20ac6f8420, '', 0, '?'),
(0x449736a4b8c7a89acf3236eed4db067c, 'wp-content/plugins/powerpack-elements/assets/js/frontend-video.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-video.js', 0, 0x1cfdc4957d7f2841b702063342e12be9, 0x1cfdc4957d7f2841b702063342e12be9, 0xdb5265732e5b30c285ea8bc62c999bf587145e9d6f7f03a210d61ad4f122a24e, '', 0, '?'),
(0x449f0681a5c51af4f24d9437504b9134, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0xa91e17b69e1428e7b8249f8e47bff355, 0xee31b786ea4f1011d98af7948af3095e38271213f8cf8bf1178af69cf7401472, '', 0, '?'),
(0x44a86284fa0f1f3e0bee1d20d18a2723, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0x6db262ab853091252e3e7f636ba1966b, 0xab9b220425b35638a5181f7ecce393e533722b701c85997f702a135abe06093d, '', 0, '?'),
(0x44ab112e85bba15a487104938ab88a73, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x1c7f14087ddfd6f5a30870b5eabedadc, 0x7283f43669faff64a0a82b3a58ac69963aa6b1baa928611ee402619046e862af, '', 0, '?'),
(0x44ba614d36de1db4506c819c6ffc9c85, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BodyNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BodyNode.php', 1, 0x00000000000000000000000000000000, 0x83ca68612094e5790c982a133fab9d64, 0xdc19de43ff5b454b6f42761938fd4806e10773cf69a2a655077c2856453b4f01, '', 0, '?'),
(0x44c04f353d763e14c64e3b12b8a4ab8c, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-prenotice-modal.php', 1, 0x00000000000000000000000000000000, 0xb5b76630e22e5faeafe795061f42646f, 0x734037a31483ccc22969e294f000fb34e55c57c6f0723e3a52c5776d8cd9b4c8, '', 0, '?'),
(0x44c0f6793aed0123f4b26fed250f72e3, 'wp-content/plugins/wordfence/css/license/premium.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\premium.1778081072.css', 1, 0x00000000000000000000000000000000, 0xb43818178c30c8f8ade99b8a1e2f5f9a, 0x8221f72f4e43082fe34f9eca8c532bf712cbeecab16003a058af817f19055e42, '', 0, '?'),
(0x44c8c7cf106620c1f6b150511e625df0, 'wp-content/plugins/elementor-pro/modules/theme-elements/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\module.php', 0, 0xbf7c9e2521d296991b23d1da15bb101f, 0xbf7c9e2521d296991b23d1da15bb101f, 0xe01f2d4ce5fc6bdada55b1eb8f172ac0db28026404c6b0c972e1b6de6b6409b1, '', 0, '?'),
(0x44cc44570961823f9f3558a66a25f54b, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x27a375b2a45d2509438845d9a7646290, 0xd191d50ba7d7bb24dbf1520c414fab625c9975e82777f8abbbb7a98ae46f5e02, '', 0, '?'),
(0x44cd1d90295a07145d946b3ff80ee03f, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/intensity-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\intensity-prop-type.php', 1, 0x00000000000000000000000000000000, 0x42a499083554824b2b7d48948ba876ad, 0x2967437822e514fe9c98f7486b6f737a7dfd852f30dcd78b95ce830f67979928, '', 0, '?'),
(0x44d093cf96cfb6bc7e4755c7d05107f2, 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\unlock-sticky.svg', 1, 0x00000000000000000000000000000000, 0x5cc7ddaad176221592b53e88aa3c0453, 0xef54794e1ee816b9d2a01c6c63866a8fdb3dd83d61ac85b0448f5c804daf8b20, '', 0, '?'),
(0x44d35d0726261e399a9a21f34ad4a5a3, 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-mode-manager.php', 1, 0x00000000000000000000000000000000, 0x8790e8c8f663f40272e26b091454b186, 0x7e49e5a0a20977a9761993459881c899593659b9c59144bf9984f5fa92dc832d, '', 0, '?'),
(0x44d4365a7a0ab0e50baf632e9d0326f0, 'wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\controls\\control-nested-repeater.php', 1, 0x00000000000000000000000000000000, 0x2ec6e401dfd8fd7997a3210f54b9224e, 0x40499c53e7a5061378de388610475f93cbb0a8ddd9dac5e70e66593e59c00f05, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1b52a853938fc00ea150ec92c5e810fc, 0x65fb8544a8a613a3fc4349d8a7ae1346586b040e796030a5f2bea615490fc724, '', 0, '?'),
(0x44e23dfea777add0031d2af573e26fb9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8488.c580c84b90d3f080.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8488.c580c84b90d3f080.js', 1, 0x00000000000000000000000000000000, 0x766284897a658daed7f107f16328d650, 0x8e45563e01fe7bae42b5c34b369b371c60a243b2055cfde7c80ac071be77b666, '', 0, '?'),
(0x44e5f8c8c858c650f6012d052c570374, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\OrBinary.php', 1, 0x00000000000000000000000000000000, 0xafb31738fcbe38911958d6d5f5faafb8, 0x257c197145dbded951e5a31204976297d1ac1dffd5dde7c54f5ad9bd1ecdefba, '', 0, '?'),
(0x44e7e023c7e2c90bbbc2e8999ed52a62, 'wp-includes/class-wp-block-parser-block.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser-block.php', 1, 0x00000000000000000000000000000000, 0x51c71a4a0714b802e22ae6876fe0329b, 0xcf9cfbdb0d02b6f98a030df78bda018d194406a41e208980d159d667eebed498, '', 0, '?'),
(0x44ed641c2c2c7a7533c9e78070777091, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.asset.php', 1, 0x00000000000000000000000000000000, 0xb06efd54fc2645f2af91f895daee6fef, 0x8d9d67ef02243c4f601bb036e4945b94fb1eab28ace9d9f73d8e4029403fd7cd, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\category.php', 1, 0x00000000000000000000000000000000, 0x7d56ff9b8717c572fde2e522962e2065, 0xf97094990657221b207a39cf4d4fa981792b7b53d8c5df14379408c473888046, '', 0, '?'),
(0x44f14caf9b75e533e414887f6178423f, 'wp-content/plugins/elementor/includes/controls/groups/background.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\background.php', 1, 0x00000000000000000000000000000000, 0x5da3d3b06d6fc16ae3c8d3666366a039, 0x8562a1900079093877b20192d360485828362e700e5b517e62dc7df37a87eff4, '', 0, '?'),
(0x44f3430396ff049420744923b79ee2c4, 'wp-content/plugins/elementor/includes/widgets/audio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\audio.php', 1, 0x00000000000000000000000000000000, 0x25e497a17a43ac1b769bd182e1d84eeb, 0x54d88a0146e89dffb9a5dcba524f93aae2c6b7e8c1c4172329f0d61a97aa2bc1, '', 0, '?'),
(0x4501351af16892dec0d1e92ef2bd81dd, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/icons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\icons.js', 1, 0x00000000000000000000000000000000, 0xaa63a88a94254b63085ddfff4b064b49, 0x368e1bd2f229176d245628b59bab4d78244ca6c96f4545171098d9af9e7a9323, '', 0, '?'),
(0x45060cd7773b7ca2edc970c7454c59dd, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x90253e020feb4d981e62c13cb2f55258, 0x0b4aaeb31228f37bc4c8bc8618d903fc1304c56790d81d9ccc795972396677bd, '', 0, '?'),
(0x45080e71201db9c8681a0edad245e62d, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0x45085b5f1bc30eb37932ab1b19af75ad, 'wp-content/plugins/custom-facebook-feed/templates/item/media-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\media-link.php', 1, 0x00000000000000000000000000000000, 0xe50f5077bf07b7658edc88c28dd476e7, 0x815eb1a68a605b9336766395b8f2b8d6e1d5cccc53829f7b381b2165e0caf07d, '', 0, '?'),
(0x450a2d44d6a0f1af0777716a3558279a, 'wp-content/plugins/elementor/assets/mask-shapes/pill-vertical.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pill-vertical.svg', 1, 0x00000000000000000000000000000000, 0xf8074665f1c889c34b15327f101ef2ff, 0x996798a9133339d6edeaab8e3e40c57eeb08372f2a93451a8a3799d4257f5193, '', 0, '?'),
(0x450b71d054732d7d0e79c132c0e17843, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\taxonomy-manager.php', 0, 0x24c36e492ede5dc5a9fd2965edcf13cc, 0x24c36e492ede5dc5a9fd2965edcf13cc, 0x2c54b75bd4fd16d14b50abbced6572384a52c057ed490065b4c9f2caefc7618d, '', 0, '?'),
(0x450fd06bfce00346cd02c2a40e428b9e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0x2d993d82863cd2273cba5cd2017d2e49, 0x5ff83cee515a0a7d87cc11c4c9f1b69762a10f89a76cb017af5e12f548315fd6, '', 0, '?'),
(0x451734d0ef44274249a6d4e7fc5f2373, 'wp-includes/blocks/tag-cloud/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style.min.css', 1, 0x00000000000000000000000000000000, 0xaafca11048efd728c21dcadcbd03e753, 0x8f33cb264794a3dcc802ef29f68925cb90ca4849e96a62bdb5f1601465cd6da2, '', 0, '?'),
(0x4518a76a19defae5129bcf7ae04501cc, 'wp-content/plugins/elementor-pro/modules/forms/fields/upload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\upload.php', 0, 0xc8345b490eb3838319afabe151dd90f9, 0xc8345b490eb3838319afabe151dd90f9, 0xa214ada1ae766b6641e82aec5ad243a583a4aacf203d606865c8970ff8d943bb, '', 0, '?'),
(0x45194030aeb758b948cc23767eb5b970, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/tasks-collector-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\tasks-collector-interface.php', 1, 0x00000000000000000000000000000000, 0xdfc6eaab7022c22742e33e53ab3b45ab, 0xa14b9631b741de0088952c0242849fe0d8d477bf627c29ee09ab53f9e4067b71, '', 0, '?'),
(0x451b4ffb17bfab592b2b65026b6d8943, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Config.php', 1, 0x00000000000000000000000000000000, 0x661c754416c1a0ef45f6713a0b937451, 0x642a2f624d93764e7d72c4f4c229a4a9c0ca3c58528f793345e4bf2775b4f675, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\wordfence.php', 1, 0x00000000000000000000000000000000, 0xd836bd7804da4c55db9a3370d6575ece, 0xf842d915611775cd50832b3e194a4096e778edc99388ff0cd4d93aa8358d803c, '', 0, '?'),
(0x4524eb897030bfc78fedd40aa3e7bb5b, 'wp-content/plugins/backup-backup/includes/zipper/src/zip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\zipper\\src\\zip.php', 1, 0x00000000000000000000000000000000, 0x9802a7b6250be4833e5a0f063ca212fe, 0x713438e67a4e91095c466e465cc77ace1698457876129db5a588bad861a272f8, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x8cc0dd7da01af11908dba65fe3c4384b, 0x5d0dabcf6feb38da59a01836979c29727957143fdf5988fdc2e204aa62e17a28, '', 0, '?'),
(0x4535888675fe6a5d8c3070a45133bbce, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0x5b0edb09466b2fbee04eae28e94e3629, 0xd7dc590bf6c6f46ea3c882b6a225b5d6f427620bab3ab2ec2b7f5632ad488ccb, '', 0, '?'),
(0x45359cbdb9b11616298306db73086325, 'wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\instagram-color-icon.svg', 1, 0x00000000000000000000000000000000, 0x0c92cc918cda8101b1ef9d323844252c, 0x2472dca43768823b837a5c50646ad77534a673b1b98a384514dd87d373088265, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\element.min.js', 1, 0x00000000000000000000000000000000, 0xb636667a19cd8889e206a9642f0e1406, 0x2748c6c1224a7dfaf87be3ecac1cb5e2188b320ae290d3a4ebb8667eb2914a46, '', 0, '?'),
(0x4547c9d4e2ef058c393fee17cdbc4745, 'wp-content/themes/go/dist/design-styles/style-traditional-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-traditional-editor.css', 1, 0x00000000000000000000000000000000, 0x676ef5f5c3f8df78ac80363b26dc57a4, 0xe61cb0f03ada3f7c0770cb814c2649e5d1cb9fae6c58a5d1529599adc2a8ec0b, '', 0, '?'),
(0x454c85fbfb7686d81040c239242b79d4, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0x45c1e959de3244dbe2608684d180621e, 0xaa07446d4bd8e8c1c1ea7db44f75ac999bb9dd6cab68e078f2bfe179730118aa, '', 0, '?'),
(0x455131f10152f7820f7e4b94782b0f38, 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4557ec732cd26638b9dce1befaee02cb, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\post-site-information.php', 1, 0x00000000000000000000000000000000, 0x4916ad597b3c8cebd15bc6fdc661ffbd, 0xa367b280c0a36d8b76e57ac952c4ad6563eb8df93c4c2fcda5389bd3cd0c3823, '', 0, '?'),
(0x45607944de0af7ed15af38d03434ad3a, 'wp-content/plugins/reviews-feed/class/Common/Customizer/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\DB.php', 1, 0x00000000000000000000000000000000, 0xff172d5e5238f1a66e266454e0876e8f, 0x2a728fc765a01df832071e6d823f3bdaabd9b2cdc3262408e8916868f8f4e3b2, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\session.php', 1, 0x00000000000000000000000000000000, 0xef4e524db1893c5cf7a0bcb13e9df4c0, 0x7de9e60fad0e19bc6b2b384d8615553d3c3bfed97496bc8fb3492a2ce33423bd, '', 0, '?'),
(0x456a31a82f6264a1a671492bb121bb2a, 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0x3a3d05d75d334e3a1d46ca5c48eb2797, 0x0b42ebd734c0ff45bcf8d3d06ce6f8b13f953bc5eb932f53e1bd9fc1f359f94a, '', 0, '?'),
(0x456b432af3939971c82399d1c6092b0e, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0x4575477c3e2f968d7ff0ecff751a7fb9, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\abstract-main.php', 1, 0x00000000000000000000000000000000, 0x9adcfee7b30a627db92da522a69cf8c3, 0xb7f0554be1a93cc523242fcf91120f20890b3c53e4428a54202b12a15ad6f551, '', 0, '?'),
(0x45766da4f28e31c60c557e0e41486ade, 'wp-admin/js/password-toggle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-toggle.min.js', 1, 0x00000000000000000000000000000000, 0xca6ac722edc2bbeed5efc09d561fafc5, 0x6edf97a3bb2271fd0f97f88c06fba4af05027b4b754b5a4bdb0d31f35e848bd0, '', 0, '?'),
(0x45822218a1d52cedf4486003556507cf, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-5.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-5.php', 0, 0xe0342997cfdfcd9fbca3476321fee7a8, 0xe0342997cfdfcd9fbca3476321fee7a8, 0x24055d712266b2ccd0b794ea1b9c1084f3609ad20505906372d9dbd74babede5, '', 0, '?'),
(0x4582481f2606752aaa31df49dc484ca8, 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image.svg', 1, 0x00000000000000000000000000000000, 0xee03a6f0e56031eb1c5fc3433b279886, 0xd4d12de8c8764ed6cb7f61b194bb0632f551bf280aff55fa6aa54e344a0d23d5, '', 0, '?'),
(0x458253abc56fed6107711ccabe11b7bb, 'wp-content/themes/astra/toolset-config.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\toolset-config.json', 1, 0x00000000000000000000000000000000, 0x8d34d75c460f58c7ccf77d219adcf90e, 0xa34fc620f7f41a6728b62cb08d3eb6673666855a7bea80c0a914274d54bd7548, '', 0, '?'),
(0x4582d582add56069584715334719b212, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/1gb-free.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\1gb-free.svg', 1, 0x00000000000000000000000000000000, 0xa991669717312a0ab7c02b2a2f2ec16e, 0x8ebddee715dd27eb978468755c1913450b46e6c30d477f7f74c770fa8467f10a, '', 0, '?'),
(0x45842a98efe46e9237117685ae69dba3, 'wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\wp-widgets\\elementor-library.php', 0, 0xbe70b3d85cf7633eb501eb5772a5dc81, 0xbe70b3d85cf7633eb501eb5772a5dc81, 0xc8283310290b93cbc008eca78ab36a4d31d88a0ed7214456eba042024bc3e848, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x458d09cfd262fda53b283f7ef9771e82, 'wp-content/plugins/elementor/includes/maintenance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\maintenance.php', 1, 0x00000000000000000000000000000000, 0x447ca67581bfa24f05ceb5f4cfe98241, 0x9262b5972f5ecc63cab0bd069efd603b1b02eb774c369ec90b67b21a202574c4, '', 0, '?'),
(0x4593d58d240878eaa523a926ac20ab75, 'wp-includes/blocks/term-count/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\block.json', 1, 0x00000000000000000000000000000000, 0xbb8ea72331854998c7b65f41a344e364, 0xf536c15580ee7b5c2034e14584bb6fd0f6a65494175f78ccb9425da27e5b4052, '', 0, '?'),
(0x459a6f5fd29538a1157782a5cb9eb03a, 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation.min.css', 1, 0x00000000000000000000000000000000, 0x1998936bfb6c7f45073e6c6f48769fa2, 0x0f023cb08ebc74cb94ccf53da9b04b62e2152ddd549478aba3e3d4381384c574, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets.min.css', 1, 0x00000000000000000000000000000000, 0xce7f3ef2dae03effaf5bf53610bfedb3, 0x39de2efc4877de0849278e395a8e209b499ce534760207fed03d37696b0631b8, '', 0, '?'),
(0x459df9a273133da25d9a8a94ba923d61, 'wp-includes/blocks/post-template/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style.min.css', 1, 0x00000000000000000000000000000000, 0x109072135befe9712712e1d1e071be66, 0xcfd438fc4df06c7dcb37ada1a2e76f83c52e0dd5e6801b9bcaf410a66052397d, '', 0, '?'),
(0x45a6ea2b1c4e93eedda22278526fe559, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfUpgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x97a5d87ff139e188969e23eb60196c0f, 0xb19319ad36b36d107d29f3084202203c6c6e25fc97b691930fb23ebc9c15080b, '', 0, '?'),
(0x45acad2b8e1aa1a60d2b6045de5ccdee, 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_General_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_General_Tab.php', 1, 0x00000000000000000000000000000000, 0x9db725dae7519cd34eb35830d81102b0, 0x2dc8bd797343d2863a8c5121075a2521949a493ab92b87644fec9ec336c2f912, '', 0, '?'),
(0x45ae6faed6dd721b15a09602c2002adc, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\sticky-add-to-cart.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x14ce9e91d8a1936b46e737cc1d620b8c, 0x3ba12fdde975964bd100b29e868e8110a9205f340b15e2ba20f5dbbd9080420d, '', 0, '?'),
(0x45b34ff2edd03a200afc11c39e3e55a5, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/wordpress-category-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\wordpress-category-repository.php', 1, 0x00000000000000000000000000000000, 0x0397ddb4803ae6d676e9f22e3def8784, 0x371fd9e74021771ab371b01c5958e3e5b35db79337ea3dd7d78a504aed824d42, '', 0, '?'),
(0x45b40b3b3da9ab8d340bc25d4c5b4fa8, 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\single-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x9bd5ab630d2a6aba14ed48d7fe9f0594, 0xfbe8be4e6acfc55a76c3adc1a0d8212ada700a457b2b2c9c85795512ed8108d8, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-edit.php', 1, 0x00000000000000000000000000000000, 0x5033b90aa7ea377c4c3f4d7441bab3df, 0x1c146183e481c089d6c163c473631a8d83b922e2560f1de8c14c5cbcd19ab519, '', 0, '?'),
(0x45bcbbc3fb0cacc5fa6007489552311b, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0x9acfd09a6238202abe7749b715a648f4, 0xa9b431391a44c862b36e53e907ceb181e59ac91cc6d260467f5bfbddec031a51, '', 0, '?'),
(0x45bd61e873b0b08fcf24e427110a66d0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-400-normal.7b7900e7982046d6.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-400-normal.7b7900e7982046d6.woff', 1, 0x00000000000000000000000000000000, 0x535543ca0eae065d27df04807e264b48, 0xe2e320449f93e135508b0fd7d67794ed8a9065dc67271e7ee0feb3b786d450de, '', 0, '?'),
(0x45c9a10954c5b3f39f41d6047fbb848f, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-below-footer-configs.php', 1, 0x00000000000000000000000000000000, 0x47dcac67e7736c482e6ff7c9354ceab3, 0xc8f0a35014bf0aae0ca6bf31c9d9b81351dae1b6b092e0649d8871d5887eecb3, '', 0, '?'),
(0x45cd42154440241eb493ed753c02e520, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/daily-traffic-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\daily-traffic-data.php', 1, 0x00000000000000000000000000000000, 0xe2e288feecad8469e9f1f71c20cfa56c, 0xb9d8966c339bfcd4602f88eeae02295d5e34fe1b13ff3176aab20eb8d8e05775, '', 0, '?'),
(0x45d715b477d5f2fa90426452792cfd36, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.radio.min.js', 1, 0x00000000000000000000000000000000, 0x6b08d64e754847c1c3119c37b698da08, 0x975f82eafb5e2ab61e8e1fcc5af3e40eba56cd21e2e7ad40fb0ea563bb054d3b, '', 0, '?'),
(0x45e663f769d9e6f8ad3cd062dfd930f8, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pop.min.css', 1, 0x00000000000000000000000000000000, 0x4edbf48a43e265b489e42f217eb2207f, 0x7556df261707a03146388127f08f12d429b0e60c40a231feb73ac2e0aee90411, '', 0, '?'),
(0x45e8dd48e84298f1c8a9b26d117ebd52, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xdee64fed1af6a793911a56ddf86820ac, 0x0819b1d6148258060fd2cb4b86a0b3a4b7d45c04e0069b8fb82db63762f9352a, '', 0, '?'),
(0x45ea0fe24561612e9b64789aed6c57fc, 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\class-astra-pro-customizer.php', 1, 0x00000000000000000000000000000000, 0x707f1ed9bfabc1f7b12a361c70a603ad, 0x69a7ceab5560bcae542f5c56fc0c6dbd29781eb2940ece2b14efb95bd0201cd1, '', 0, '?'),
(0x45f555a04e2c0e6d775c2b42ef9314a0, 'wp-content/plugins/backup-backup/includes/htaccess/.autologin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.autologin.php', 1, 0x00000000000000000000000000000000, 0xe7bd5a7000084643c96f6d34ea67d5dd, 0x3cf2f5a84136591c78cb5bf38d9467dae429e17629b5aecd80f9431e24081640, '', 0, '?'),
(0x45fe4abbebf358158c79f180dbaf6406, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-post-type-parent-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-post-type-parent-task.php', 1, 0x00000000000000000000000000000000, 0xffcf9ea4187f06d4f664f38c813eea91, 0x140906863857b63921c07048d1480024f194d2d25288866ef72776bba9313a88, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4605bc5d4cb1dcb33ec735829c3d41a9, 'wp-content/plugins/powerpack-elements/includes/updater/update-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\updater\\update-config.php', 0, 0xb91259d826e13f779a88dacf30f276cb, 0xb91259d826e13f779a88dacf30f276cb, 0x2aca64165edda77727730770826b2f711c332d3a4fcabb316f3fc1d5227b731b, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x928f01b44910d55334be266b07fbeb44, 0xeb1391b0e8206975d2cd361023498342338366d841fd115c0a3c57a0504141a3, '', 0, '?'),
(0x4624aed691e192c742c31d2f153f6140, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\import-runner.php', 0, 0x42854cee785c84e12e41b1e108a741ba, 0x42854cee785c84e12e41b1e108a741ba, 0x45d1f025f1334a867d298bb856f089f790ce08b46bdd030a2bb7791534763f04, '', 0, '?'),
(0x462939354504bd74d0b09a022ae859f6, 'wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop.1594a1df76e87a11eda2.bundle.min.js', 0, 0x58c43a10937f549d360555120ab8458e, 0x58c43a10937f549d360555120ab8458e, 0x3366ab15b438d79ca89fa3a926151de0c35d0a1e5b1001c61c95a878bca85ebc, '', 0, '?'),
(0x4629cd607d09f2c17247a6dd53e23fd3, 'wp-content/themes/astra/inc/assets/images/ele-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\ele-logo.svg', 1, 0x00000000000000000000000000000000, 0x7b7469fdab4dae2648495089fbf17069, 0x51ea9c0c90b9724919330cf1ee0aa771508b75d45d38ae2e86465a8666f20b80, '', 0, '?'),
(0x462c9ed736d6c7f43c6d4971110aa64e, 'wp-content/plugins/elementor/modules/wp-cli/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\module.php', 1, 0x00000000000000000000000000000000, 0x2c7aff26dcb11dbddc859c4d2d7b0165, 0x105dec953ec32affc66443f28f69c1b794043d98e4e1c837ec53e1e36e713491, '', 0, '?'),
(0x462ef43417be7f390f9a3fae4f0dfa3d, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\elementor-content.php', 0, 0x49fb0e4409380d85776361796166388d, 0x49fb0e4409380d85776361796166388d, 0xd5124af4f3ecd2e5107fc51fae143f7636a6357348631df5ee2f4f0ea2f10180, '', 0, '?'),
(0x462f8db88b69a37dc9c9a6e457a43d62, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedsTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedsTable.php', 1, 0x00000000000000000000000000000000, 0x8dffef041fde21ed68c60109cabaf899, 0xc3f23edf70ad83575fb04007fa012e10013c43e8662bac977fff545d91b1adf1, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0x464107407c0008dc447194f9f8ec923c, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\install.php', 1, 0x00000000000000000000000000000000, 0x5cce72fc56f15a58685644707f6fc6c3, 0x8432e749020ec30bfd1ac4852b6ecfa7804e89b5d75ea86e6fc89df2eb183b81, '', 0, '?'),
(0x4643572e18f63307a3b1a61ab19d55cd, 'wp-includes/js/jquery/ui/checkboxradio.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\checkboxradio.min.js', 1, 0x00000000000000000000000000000000, 0xde838e780b3e142ee014cc26e36ddad7, 0x6a752c2bb89318cc5ae9c9e420c5cadd17a2224d7a8fd0839f3e93d57630e602, '', 0, '?'),
(0x4643bad08701270a4fb4bcdd8add22bb, 'wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\mobile-header-row.php', 1, 0x00000000000000000000000000000000, 0xb264235fe9069d2f03256e9767ae47ce, 0x425bd251953c0fdb303d8e45701da3b9ae78cd1a2ba90d0a9079342e12333b0e, '', 0, '?'),
(0x4644f2df5a7f60184eee42a9e5f272c9, 'wp-content/plugins/elementor-pro/assets/js/admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\admin.js', 0, 0x441587c037e4e90ef9349c3ad06be920, 0x441587c037e4e90ef9349c3ad06be920, 0xfaafc79ac5ed80ae64d34bf5353a98f1bd87ca013fa1702e361d5059b5439f33, '', 0, '?'),
(0x46457a840dfc66cf731302a584f2d7cb, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/About_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\About_Builder.php', 1, 0x00000000000000000000000000000000, 0xa6afa32b74f3cdd6160cc7a4b2822207, 0x5decc242ff67c58dc961f0d45beaa9d1ca2137aba4349cb36ceeb6ea87441670, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0x464b55d08501383aa217565027ebc823, 'wp-content/themes/go/partials/layouts/images/1x1.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\images\\1x1.jpg', 1, 0x00000000000000000000000000000000, 0x0d794e850feff47e88ce6ba52347ad3a, 0xab2c075b6a186629a311fe25e1498f9e80b14dd64a8454973fee46610ad509c0, '', 0, '?'),
(0x465087f05701d60f341e56cfe7c0366c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\deactivated-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x4886707716f21f8616d88ae4fa2d6280, 0x0d618ca68c8f0a39cc1584bc917edfd176b8cb7bebf194d98104dad8d1d59b8e, '', 0, '?'),
(0x46561d4abf2554bc791c06d98bab6582, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\cron-integration.php', 1, 0x00000000000000000000000000000000, 0xa2d9952c909d92950daf3b8429c776da, 0x6313c0c6c73bd7b5a0cf0cfcd976417bea9af637021ae2517d2052d56774ea5b, '', 0, '?'),
(0x4657911fc089ece41eab529a4b1c6c41, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInRight.css', 1, 0x00000000000000000000000000000000, 0x0c48af30056e3d3311ed9dac0047227f, 0xbc244edde972ae7aaaf86d2587b804c26a527f8ea94f1809c7484b297762612b, '', 0, '?'),
(0x46580306c14349e4e2c0e95811d04fe7, 'wp-content/plugins/backup-backup/admin/images/nut-mid.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-mid.png', 1, 0x00000000000000000000000000000000, 0xb2e9f62cdf83364cf36b0c1c2b951218, 0x233bee328224e02eb1226f194ee05e20e2178f7ca6daa5fd049e35709ea338fc, '', 0, '?'),
(0x4658292e2920b906a12ace68ede00110, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0x465a0bead14ca8b349fca7eae8cae08e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x46604ddfb863ff1b4ea721a1b7afed08, 'wp-includes/blocks/image/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9d2395e88cbaa3307f1fad12d14cf1c7, 0x9aa83d921373fbaf1742bc973db6dafd9832de714a2f5209a38a470ce7cb3507, '', 0, '?'),
(0x4661b6f23f9c4527e5091b2e5fa2d7b7, 'wp-content/themes/go/languages/pt_PT.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pt_PT.json', 1, 0x00000000000000000000000000000000, 0x21087b14caf20229135eee5b33435dbb, 0x0f264eaf3fb8193bd386327a6c38313429533983aa521a236c8c6277e49edab5, '', 0, '?'),
(0x4663eb06fc18f0329e4c4346484d1e5f, 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.min.js', 1, 0x00000000000000000000000000000000, 0x52615ba0d849239172e1825c07ef010a, 0x275b831e495373818575d7d77e18654820c438eaed4354b0d134590280f5930a, '', 0, '?'),
(0x466605fce0b7936fae540f30323f6c0c, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/group-app.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\group-app.png', 1, 0x00000000000000000000000000000000, 0xc87f43a542930c475f759703b548bd29, 0x71bc32bf1c39fb0b459efd5e38b6b2e362f019e9a8b31284306f285144f5cfb9, '', 0, '?'),
(0x467050ef0024d22448d478900b769953, 'wp-content/plugins/reviews-feed/assets/css/sbr-review-alert-themes.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-review-alert-themes.css', 1, 0x00000000000000000000000000000000, 0x42d5fdcc61196b51b9692dcb55d6dee3, 0xa47f9c230acbf19a6744f85e81ab65df8d2ad02a26dd51b8839d03b1abc2ca27, '', 0, '?'),
(0x4674e04836d9608a79e8db90d6bf605b, 'wp-includes/blocks/button.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button.php', 1, 0x00000000000000000000000000000000, 0x254b3f0b94a39b4b5bffe483c404ac04, 0x77595b3028796f039a416e5a5ca337e3b746d7f29ed3048dc7b301c950427640, '', 0, '?'),
(0x468a665e1d951c87abe13899f68e34e3, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-post.php', 0, 0xfd0ff1bdeebb2522501f251c6770bc22, 0xfd0ff1bdeebb2522501f251c6770bc22, 0x44d4695ed8cd8329722395ea81e0384ac98ad4fe195e57b7cb4d23c13f0d33f5, '', 0, '?'),
(0x46936960c0cee68be53d1bb6c9748933, 'wp-content/plugins/wordpress-seo/images/icon-x-card-data.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-x-card-data.svg', 1, 0x00000000000000000000000000000000, 0x5c8b1f65da07d315a806a91e817ba0b6, 0x2d62bb7cde212f816d4bc0dbde9e56ed1e715a338772d6b095ea2319c509efe5, '', 0, '?'),
(0x46a25c76ccd4b6c64f1f62d08cb75e7b, 'wp-content/plugins/elementor/assets/js/common.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.min.js', 1, 0x00000000000000000000000000000000, 0x0f32068293ee841770590b313db3c020, 0x8bb30bac8bb69193992655981e7e613fbc55d90aa5e6016850ccc3968559d2f9, '', 0, '?'),
(0x46a5c4d2bf6e30e2bc3a3afa8e4dd430, 'wp-content/plugins/backup-backup/admin/images/one-drive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\one-drive.svg', 1, 0x00000000000000000000000000000000, 0x8a548844d6d39d70b0565194e5bfbb12, 0x4a7b8e7ab86977c204bf18a38a5676c1c25988a80b83ca82471f4f2d4798949b, '', 0, '?'),
(0x46a88ded69236a779440b00ef2f61fe7, 'wp-content/plugins/custom-facebook-feed/inc/Admin/Traits/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\Traits\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x46ab5cd656a66b3680f9624e9fbda217, 'wp-content/plugins/feeds-for-tiktok/wpml-config.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xd34befb09208698423cdd04edafc69e8, 0x1adf340f3f337ce33076d4e3674f6d05521ac074cea093daaca9a636add6fe50, '', 0, '?'),
(0x46ad0eb70fce088723795058731a6a09, 'wp-content/plugins/elementor-pro/assets/js/lottie.55ad84218daed1323133.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\lottie.55ad84218daed1323133.bundle.min.js', 0, 0x5a5d061691f00bd655094401ef73bebf, 0x5a5d061691f00bd655094401ef73bebf, 0x1d017fb198fc14cf9c3c349694980121b5576d7b35c92cc1333fb284d935cce8, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c318de899e08aed6f4daab649fa133, 0x7ef027bea75b7ad07b87117f0f05d83af5cc039bd14cc4804e3741079b9e0913, '', 0, '?'),
(0x46b3692f1cca7693ab346a1c492a31fd, 'wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Core\\AbstractFactory.php', 1, 0x00000000000000000000000000000000, 0xae76bae54450ecdf4b42ca54e97f15ec, 0xd8ae525fdd18038a565f1076b8bffcc99d798d8cd35cd585d7ef9ac6451a28e1, '', 0, '?'),
(0x46b54144ac1e9f4d6d83b88364a6c9a5, 'wp-content/themes/go/dist/css/design-styles/style-traditional-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-rtl.css', 1, 0x00000000000000000000000000000000, 0x65e5b3463fb21a8fb514ce0011ed2977, 0x44c58dbedb8174ca3461f5be6fe227500a25bac5bd2c5e08f2e47cc0736dee89, '', 0, '?'),
(0x46ba567fb6e96e684c331c05c83c6f3c, 'wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\single-post.svg', 1, 0x00000000000000000000000000000000, 0x2592a5306d0dc748b599f783c26728a6, 0xe34ea8eaa1dd20e8655d4973e74710a069635de263edd9511852deeb41791a42, '', 0, '?'),
(0x46be744295c68fc5570ce5561f26fa75, 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-404.php', 1, 0x00000000000000000000000000000000, 0x4ebfaa8ce455e82695766c4a3fc097f2, 0x91a7a45a54994b157ab65db53cd9698a8b341b004c278213b52e2e5261c31598, '', 0, '?'),
(0x46bebf4e190f2c86d991d3c197147037, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/pushengage.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\pushengage.svg', 1, 0x00000000000000000000000000000000, 0xaa7917b564d08f3cc42b00ea9b5c9b2f, 0x0f961990326fcb50988188d73728d5401ba2c9616b6b4ea657e2b638227e5dfd, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0x46ca148b52eb6c506f026691074eaf34, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\success-page.php', 1, 0x00000000000000000000000000000000, 0xc201891de6e962c3e64c6e5dc5d4ac68, 0x9ee8cd244834424cf15a7c73c0e3678e11c0c8c1b440972f0dc88760f42601b9, '', 0, '?'),
(0x46cf2f896167324fe3b7a6861916c971, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Components/License.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Components\\License.php', 1, 0x00000000000000000000000000000000, 0x6fcc4f6ced89bab90995de5a861fa3aa, 0xc45eab206257018d33bbc4190688b31eeafc1c14d4ec3175f7044caaac6d4b3e, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x840b10a5afd6d1f8b294ab787285d9a1, 0x8e88c6ee6c88dcc98f97b14e9f6728bc749c51fb64edfcf2504066a343f6bd55, '', 0, '?'),
(0x46d15c22bc4c87f28ce4dd2c34eaaba5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xe929ac79cb08feaa5bde996dfb4d5e1b, 0xfbd067bbce3d4892d397948dc5d682874810e2d7772f7ebd13b0f99370062d2d, '', 0, '?'),
(0x46d189479c863a3db40bc01f38510459, 'wp-content/plugins/feeds-for-youtube/public/debug/images/sby-sprite.50dde50c.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\sby-sprite.50dde50c.png', 1, 0x00000000000000000000000000000000, 0x32da6ccb93328901731315aaf66ea743, 0x65da59b2afffb2a1063bab50a0e52e262dd8efcdf7593fcdb60ae12f55b882ff, '', 0, '?'),
(0x46d49dec4aad615bf4c31bd0d81eff39, 'wp-content/themes/go/languages/fi.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\fi.json', 1, 0x00000000000000000000000000000000, 0xb4a339b653b1b790d2ebc28965d46fcb, 0xb4fb1b5b6a5abe859dc996d8ae9c4b32eb68e9dc0c2e18db318239bbab0a8ed9, '', 0, '?'),
(0x46d5297e7604c5cef150914f66be763f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tiktok-smash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tiktok-smash.svg', 1, 0x00000000000000000000000000000000, 0x23c6db5b43f2344b5866fb657b2f4493, 0x1319ea4a0a69ce6350e4189616c8c7d8c55b1386a6009e4592c25e9903cc87d7, '', 0, '?'),
(0x46d9bb633574c6c61134d3e47b1033bc, 'wp-content/plugins/elementor/assets/lib/motion/motion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\motion\\motion.min.js', 1, 0x00000000000000000000000000000000, 0x50f8b2e1f4d8047e2ba3561f0a0a1e5f, 0x0e610af89adca424ab108fe0a8da3bd23234aef4da496ad8f4e476d13a91f759, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x46dc78a61a3449cb6847624340a58661, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\current-page-helper.php', 1, 0x00000000000000000000000000000000, 0x81998fbe52f78542768ecf2d1c30b5c6, 0xc32d1c02feac9027a2a6017d35033ac7cf30a31d90c0004ea848fcbc1cd457d2, '', 0, '?'),
(0x46dead04235e1d28c20b206dcc6501c8, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x29a20f2d6d18b96d141b8629cbd731fa, 0x0e28897f8846d8df45ea83846d05b1a030c78fb4f2fc2ec09c310e845e5848d4, '', 0, '?'),
(0x46e07f70b94aa12c18cfdf606e645856, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\light-switch-presenter.php', 1, 0x00000000000000000000000000000000, 0xf700dc42b0904035c285de505f9ef764, 0xa9faf6d09ac54bc0d93632099d43eb09dcc66fb86e4d2d4496aef319e6e36f6c, '', 0, '?'),
(0x46e16ca81d0b8fe5a92020d9f353929b, 'wp-content/plugins/powerpack-elements/modules/protected-content/widgets/protected-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\protected-content\\widgets\\protected-content.php', 0, 0x9894ade87117231f1e5b15bb6a61494f, 0x9894ade87117231f1e5b15bb6a61494f, 0x04eb43783b8ec77660e3c6b609cfa6769930861ea8f5555ce7deab8aab438b97, '', 0, '?'),
(0x46e8a336273f4e41b3f04f87ca51c278, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-6.php', 0, 0xfeeaeefbae218b75ffb0489a42e88925, 0xfeeaeefbae218b75ffb0489a42e88925, 0xa2c5abc0fbfbfe50994b872592db90e6891ba78b33a2ca17ae8782da9c0ccce9, '', 0, '?'),
(0x46ee8a77976c5140f029f0b9bc685b3d, 'wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-notices-rtl.css', 1, 0x00000000000000000000000000000000, 0x372f58e39ca518f2a86adca118c5930a, 0x9ec7fd97f7bc7b78c90ce7a6324c2793f94cb429b3dead033d18030c4f7124ad, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker.css', 1, 0x00000000000000000000000000000000, 0xdaf7c1682695051f725a1022ff4dbde4, 0x4d66d25c3eedb0bade1ab254ad60b58dd1fc1bc21d2ba097e4e8b2d50e58d635, '', 0, '?'),
(0x46f52ecd63f6abc8e1850ad5c62460a9, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x6aa968b78f79e04f5c8550cbb6b30046, 0x6bd9768827fc7fe43cb6ab1a8a6bbe2eea2e8c3e0971f2de76f4ea7d45134fc8, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x46facfafbfdc682bcdab5c6c65d8f840, 'wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x46fd79f8bb89aca9d9a07aae608d393b, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/display-conditions-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\display-conditions-prop-type.php', 0, 0x3fe2a4703eac6e60111ee44114a07077, 0x3fe2a4703eac6e60111ee44114a07077, 0x4007f8fd2b5cb9424dc684fed25fda93de15bb1cce7ee8f6050d36e71fd8d571, '', 0, '?'),
(0x47006961500fb748d57a39b900923953, 'wp-includes/blocks/loginout/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x53093aeed796108e5fd862c0e34defe4, 0x79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b, '', 0, '?'),
(0x4701bb3b2c8fc44168a301f8f4c9318b, 'wp-content/themes/twentytwentyfive/styles/02-noon.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\02-noon.json', 1, 0x00000000000000000000000000000000, 0x30358e8f2bb80438c92b8e6b5ad93b67, 0x76b3246e139d45e09cf7f4a05da7cd13d0de011a06671dbe25d334bb2e958b4d, '', 0, '?'),
(0x4703cc4932427898662127e805821905, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x6be791bf7265fc9ba6c255420fd45df7, 0x08a0a6794998705194d829c73c35b34f82ca6f958e2d39e6de6a5753057a5b2c, '', 0, '?'),
(0x47090ab71a2073bec60736aaba005142, 'wp-includes/blocks/details/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0x4709c129de24e63baa3eb3d70dcecd83, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0x159eb77e13251342b44ec408b8f7e75e, 0x532ab832ea29abed211d0c5e823e4a7bee87cb04ade67d74f797b5ca229e3e7d, '', 0, '?'),
(0x470dcd9d4d84f7c4a1112916f35991ac, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-2760.css', 1, 0x00000000000000000000000000000000, 0x81d1c3bae6ad32ed4b7a2003e568fb5d, 0xa739c0a9c1c81a534cb0b2487bb02409cd4c8baec9b5882bdf8253a60b17e08e, '', 0, '?'),
(0x47176de30a74a78ec1a43f6632584c7b, 'wp-content/plugins/powerpack-elements/modules/advanced-accordion/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-accordion\\module.php', 0, 0x3f5d7fda10d2725634863fc7dfde8d72, 0x3f5d7fda10d2725634863fc7dfde8d72, 0xb941bfbc76e59b6b8115f6eafecf60459f066fa11f2332cbe075e815451ca40b, '', 0, '?'),
(0x471bebc3b11c358d91ad9280bf0034dc, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xd4ea8ec513eceec75fa85f6a7d6e9f63, 0x1c4da08dcd42d424c23172865b76031e9ce976133196a54b3d322ca501b29a32, '', 0, '?'),
(0x471cd8a8bd7fea28d62c3b99ded53ac7, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.asset.php', 1, 0x00000000000000000000000000000000, 0xdee27e56cc11bfb96644504453579297, 0x819ba45e17faac2d22cfbf54335dfba717cd2f66173b4fbb1fc95d70488bf344, '', 0, '?'),
(0x471da49e769d254abee6bf9f5052e423, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-dismiss-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-dismiss-icon.svg', 1, 0x00000000000000000000000000000000, 0xbfbb8c0ac7b733cb012b8458659719ee, 0x9455f04a2dadeff3b11500f0060f64ca2283856a9f7691d99abd74896a834216, '', 0, '?'),
(0x47208dfed4dd1b8f88c475a13ac812e1, 'wp-content/plugins/elementor/core/dynamic-tags/tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\tag.php', 1, 0x00000000000000000000000000000000, 0x4f615afc0caad932da21880e4af68067, 0x261208c928b7ec4a218aa27c5035cdfc3c00c3da4ea01c5fc400b758699110b8, '', 0, '?'),
(0x4724a4b7303b2949a3543fecd0162ace, 'wp-includes/class-wp-block-metadata-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-metadata-registry.php', 1, 0x00000000000000000000000000000000, 0x0d3fe89d1b95bfb2d2858a211be8871e, 0x0681014eb7abb16b12b145370f2ed1b5851f24fb6791f7cc2a68366277fa0091, '', 0, '?'),
(0x47270b2fc5f71cf726600ee2f1f230ba, 'wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-promotion-by-license.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-sidebar-promotion-by-license.php', 1, 0x00000000000000000000000000000000, 0xf33706bcb02d8f85681aa7996a1c7ca1, 0x48cf046ff2d1dcbe9c5966191b51b8dbe152d1646aee69e1a1b37e341b05f3d4, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme.min.js', 1, 0x00000000000000000000000000000000, 0x60d752e26390add98b967436501f9e23, 0x758e557e612683cf5f209fbfc9d7d5f1c53a433e78f1c6c6ab05bc20959d911d, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0x473c781af19055857f7d797f831167b7, 'wp-content/plugins/wordfence/views/scanner/text/issue-configReadable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0x9aeede739fec0405ecf37a1a1074767b, 0xb53a021e291b4f79ba350ec7acfbeb5d2e3f8ea11007eb0e09b02ee8fb3d5dd2, '', 0, '?'),
(0x473faff3f56167aa8393ca1987521507, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-llmstxt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-llmstxt.php', 1, 0x00000000000000000000000000000000, 0x2d403e878d3d9a444783beef48492b20, 0xdb51e44a97405f914fa4d756552f720804d8eab10f034c644a8b135006014e25, '', 0, '?'),
(0x47442c2a2d74269de2d089fe37910619, 'wp-content/uploads/2026/01/acne_18300117.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_18300117.svg', 0, 0xfde5d6fd683bc7188c4418d49bc4c9c0, 0xfde5d6fd683bc7188c4418d49bc4c9c0, 0x7d61f02fa35f6bad7b0c84c552bfc14fddbee5c77d52627a0d5ea9f76ad5fd04, '', 0, '?'),
(0x474642a44248187c5f3648ae6cf9b8ee, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/color-tone-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\color-tone-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe3ce16342643928aa0fd7a185c4832cb, 0x95ffe70444d06816ccc628c198b0ecb3b192758a9433179c7fa5d11dc0c199b0, '', 0, '?'),
(0x4751f3c67b293f52c360869f05de29b2, 'wp-includes/blocks/post-comments-form/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0x4766388c34dfe98c82db18786624094a, 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\class-astra-edd-container-configs.php', 1, 0x00000000000000000000000000000000, 0xc89f5c75ce1e549bad0157efb5581ce7, 0xa0ff164c931777448071e4196ff704b4d007415f619c12646b396f7f445522e3, '', 0, '?'),
(0x4766b07ca6888182f015ef1d1094f80e, 'wp-content/plugins/wordfence/css/wf-font-awesome.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-font-awesome.1778081072.css', 1, 0x00000000000000000000000000000000, 0x6a31ee0d617cb4b2eb10e7aed84a0030, 0xe878ba62ce75b60106e74d6be99b2247034242ca6205f5602102e4fed618c3df, '', 0, '?'),
(0x476939a79c24c74cd0b275cadf55dfac, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-static-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xc4f7363e7ddc0d2b99443e7f9ff77910, 0x4d9d952e8ff26bfc7ee6fa5f2b3e603de048cfaead32085e7805e61845876fcf, '', 0, '?'),
(0x476b7dcf0d5b1f2d3c3f2059f059a4c6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Config.php', 1, 0x00000000000000000000000000000000, 0x8ff52cfc3835434497d7269d9b64f905, 0x329d0a9bf6faa42bf642e691b27896cde7d654b87307c802666f3104390d97ea, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x4773d1a90839386a72c6542e442e8df3, 'wp-content/plugins/wordpress-seo/css/dist/modal-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\modal-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x15de24e67d9c37e3116dbc338893da4f, 0x1ffb5ff128efa22979de099378b2222e31c83ca12bb1237295f64c88545aef16, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0xda37bc90c58bad3a4f093905e82c7952, 0x3b025180917ecd524b0860f198062b0eed1fd8a15641ff336f703997c9f01ef9, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0xdb07ea42c809b8c269474f974e231268, 0xd40d34221ba366e882331e8aeb1a87769e3818b87c37ed7054ef8ded5bd69aeb, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\atomlib.php', 1, 0x00000000000000000000000000000000, 0xfb9a210b895f77dd6db3a27d83c861b3, 0x6d18b87ba954d5f39c5aea47ba2f4918750fe40e29d3cd3c2796d1a8bc218bf5, '', 0, '?'),
(0x47766199981b7f9cd198d5ebf6d34c9c, 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\structured_data_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x214615ad56b8d05946f6a7a6c67cb7c5, 0xc209333fde6b5a2c7c2772039567049ce15d8e98140e3e6e12d834beb2fac6f0, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x5bcd62dbf3804ccafc509e076fc072bb, 0xd3474a7b422dca72a9248b75a45df320ab99a15db3452ea6003225ffb6dcc96b, '', 0, '?'),
(0x478179c3d3f2d2e61fb7326a13c9cf2b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x4f5014750c5b872e58c630db8a34c54e, 0x11f6a03e322122744628ba13c44d844a51abd5ee220683dcb3309f08d58c93f4, '', 0, '?'),
(0x47824fd70656df4f25729d4e74f1a793, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0xbfc87e72d43340d9ef828c19687a82e2, 0xb4bf0d05143a8b2c314fc9ee5b70faf9c3575632092d559095f23ab6d9db9903, '', 0, '?'),
(0x478e3d118a90750accd7cbaebf00567d, 'wp-includes/blocks/avatar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar.php', 1, 0x00000000000000000000000000000000, 0xeb6b18d94865aeabd239aa04cdb0ea01, 0xf58dc442606b8a4590bd826bf3c8788f6016b99b9917f832397b28112aa729d1, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x07297b9520c636513839b377e0a4d22f, 0x29b34d5fd60c293831b697f50ce4b7abe4e97f1d98f1b8160bcf0f1c95403d81, '', 0, '?'),
(0x479c23b6a2e31c5c67a1564b1e431f79, 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\grid-videos.php', 1, 0x00000000000000000000000000000000, 0xa43e33f8a408efb9a46e32914bfc17ca, 0xb3177b7cbd0106d0bdc0a1e6d5228ae42e6ad08533d2af4c82da27182376ceca, '', 0, '?'),
(0x479dae768a2a26062ad4fa5ab50727b5, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-blog-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-blog-archive.php', 1, 0x00000000000000000000000000000000, 0xcf5efd4036cc74e3b398a9e4f2df436d, 0x30f1af87b708b3fea437fc87c7bb5cf056c6084a77e4724a1ae30210bcd7ccf8, '', 0, '?'),
(0x479e78318914da017ec1613794d38c98, 'wp-content/plugins/elementor/modules/promotions/widgets/ally-dashboard-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\ally-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x65cdb9fa72fe827aba39aed2d7a794f7, 0xa5455e26fef8a5d20ba32498a88da20767baa6aa02c6373eefb977c7f8e4b23b, '', 0, '?'),
(0x479e9fb3b69090096234274184fe6c45, 'wp-content/plugins/custom-facebook-feed/inc/Admin/Traits/CFF_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\Traits\\CFF_Settings.php', 1, 0x00000000000000000000000000000000, 0xe60f0b6bf7af4599853778f40152a4ed, 0xdffa1a7b85d61749288b9d210a450dee58218588445bff45ce629623b29a1bc2, '', 0, '?'),
(0x47ac923b8d00dda22ae967aaa75cd0df, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\search-engines-discouraged-watcher.php', 1, 0x00000000000000000000000000000000, 0xce8209c4a122ac86c600c661c78e54c7, 0xf1f4e4cab80fbf9a17cb7df185cdb2f8c37923bc5ea04720c19683762c5c4b8f, '', 0, '?'),
(0x47adfb17ee7f77911827be947bd80b19, 'wp-content/plugins/elementor/assets/images/default-svg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\default-svg.svg', 1, 0x00000000000000000000000000000000, 0xb30544b87c5d7c8fb6b9ba99edc48e84, 0x0314a5095036746e738ca09751b77c6efdab433ee7d29fa6ef9d38a57fc30c1e, '', 0, '?'),
(0x47bb8d6b54deaf7764852a230def6f8d, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/youtube.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\youtube.svg', 1, 0x00000000000000000000000000000000, 0x1da18f0bdbc4c21119782c863c300e13, 0x097522ee2c6e2691309f327556b878cc1b5d8c2775ecf665200825a90b68129a, '', 0, '?'),
(0x47bd88341c6fc9c0630b97fc25906bb2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\admin-columns-cache-integration.php', 1, 0x00000000000000000000000000000000, 0x5b09549b2ed6d66b9576aac39ff925c5, 0x1f4413a0bc6d628cda152ca1c21b694a143e3d40eef418e76777ac4bdccb6c6a, '', 0, '?'),
(0x47c022bc78cef4dae71f3efdcac99e33, 'wp-content/themes/astra/assets/css/minified/main.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e595cf9c0607c92f351bb5d75b172ce, 0x46da6996b0999dbbb4b51cfc64a7a518892aed64e5abdf68bd2bc35d1584f14c, '', 0, '?'),
(0x47c1603a8d2677a67c1d752e1588329a, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0771658d24f69cdbe8662700fcf11f2b, 0x217606071c9ef845f23a2ba3ec7173d1b6c6ded7d9cea974d4c5332ffa47eb53, '', 0, '?'),
(0x47c23404fd808149a8d0079efa737849, 'wp-includes/blocks/post-comments-count/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc52214a4ec74aa29f67a86bc71ea98f6, 0x473d5542e8302768c7affb3e4fa767fb2666a5ad64d8a2a19aceae033ea42dac, '', 0, '?'),
(0x47c2553cc5d93834a5f7b29385049be1, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notice.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notice.svg', 1, 0x00000000000000000000000000000000, 0x915129cc8740d59eb06510545fb2fd92, 0x3608b58c1647f85370102927cb35bfa38c05da72d42a2b442e03b492657136f4, '', 0, '?'),
(0x47c4fa1e61c09fc5ad96019aed9b066b, 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-generator-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-generator-interface.php', 1, 0x00000000000000000000000000000000, 0xc7bf47a5a91cc5023d9b686a7469f8ec, 0xca510cbaa4e5c16d7e2de61235101a221670fd1b4523b5fbe8346560cec56944, '', 0, '?'),
(0x47ca9ecf7a0bb27e11afc33f5cc9920d, 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-written-by.php', 1, 0x00000000000000000000000000000000, 0x8e1dbb8af1421eca0e1b0782fb9df3ec, 0x78ce7b6d4dfa6f169b890a99c1944bc93c1a028b438e7faf49c1c8336a4bfda7, '', 0, '?'),
(0x47caf89ff24af4de8db2959c3e581772, 'wp-content/themes/go/dist/js/design-styles/style-trendy.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.js', 1, 0x00000000000000000000000000000000, 0xc31176ed9bc523f9fcb6b26817d8ec59, 0xe745bfb8f2f965b78317c4ac46f95dc8694eace104005f0cdc3789d920dfb3c7, '', 0, '?'),
(0x47d246043bfd99a620957481143f6cdb, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/legal.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\legal.svg', 1, 0x00000000000000000000000000000000, 0x82cdf816b7779491fc2c38ea5178fbbd, 0xc0c15514c6e1d4602b05a7717cc3342ca7f7567f54d45fa0860c938888f39a16, '', 0, '?'),
(0x47d6c4587ee4afe44c2d7ce84273a942, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/photos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\photos.png', 1, 0x00000000000000000000000000000000, 0x24934c78379cc69de7d5130693176f81, 0xfbd4b2646d006bff5f1dccfdfa8aeeed63cd7199364c2ca50b4a3b5b4513fc57, '', 0, '?'),
(0x47e642097b21fe4d5138afb54f19ff06, 'wp-content/plugins/powerpack-elements/modules/flipbox/widgets/flipbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\flipbox\\widgets\\flipbox.php', 0, 0x593248c3659b7e911a9d7995353e4cc1, 0x593248c3659b7e911a9d7995353e4cc1, 0x39a555c0895b2be022b5edcc7aa281cb54935a54c0d82b2b2de47f10eb747162, '', 0, '?'),
(0x47e77e68248178bb1909b8a112781a6b, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\not-found-exception.php', 1, 0x00000000000000000000000000000000, 0x4b4b332a7846b002b622453c7904da33, 0xf7c22c63d24545bf1c498485e904aaf271d8e3c977f07740e12780cbfb3a9618, '', 0, '?'),
(0x47f06e478e2287e228a558a340a08e49, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xc1960510c5a6fedb7a7cd02306c5a2ad, 0x5a7951a484ea2c57b5b9c44c3ce972bf4d553969f578752af2ba6fbcbc857509, '', 0, '?'),
(0x4802c7836c9854497f419a73a14a6946, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0x7ad5786b9f2b94e8242bac2ce877a8c1, 0xb27b6596a12baa6aae8cdf4f8e267521bf0a65cd53d63ce2088973debd7a6064, '', 0, '?'),
(0x4805ba259d14b036e242d6d97f7abf12, 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x87856bfb0ea60c82481d99ff25d2af55, 0xfed179768d0477f85d545accf543b4aa21bbca922966892c52959f8d2be91ae8, '', 0, '?'),
(0x480cb422eb722d0077a8be2dde34845e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/css/builder.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\css\\builder.css', 1, 0x00000000000000000000000000000000, 0x7287739dbdcf4ee21f7888441ca27409, 0xcfb2cac9b5ec4f5fad1c25e603333d1d5826711d9baf5e5c200b28dbd5b609de, '', 0, '?'),
(0x481a496a22048e0d22862b5b9a41b5ff, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index\\sub-index-endpoint.php', 1, 0x00000000000000000000000000000000, 0xced763bea8c4c3854c9b8491b6664d49, 0xad82cbe68ca0861ef1ebfaba58dcd783ec218b18340e0976ca6bcfca68cf0af2, '', 0, '?'),
(0x481a96ff9be50da9493f2b3b93200691, 'wp-includes/SimplePie/src/Caption.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Caption.php', 1, 0x00000000000000000000000000000000, 0xc5adbe6aede2ec947a59d45f1b12cc86, 0x72b2fe339092d19e3dc3607c63797538cc0385fdeced969f90db9dfefb1b690a, '', 0, '?'),
(0x482133f2e98cd2ac9cf6821875c41e9c, 'wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\smooth-scroll.min.js', 1, 0x00000000000000000000000000000000, 0x75f5225872ede94804ed9df341539c37, 0x7730aeafa07088e865c71ccad5ad4f602261cc2eda8f0bf66c2d53649d8599c7, '', 0, '?'),
(0x48224a8ae2fb36b5e6cd6aff62ec9c75, 'wp-content/plugins/elementor/modules/ai/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\module.php', 1, 0x00000000000000000000000000000000, 0x56442a67ff7bccc5b3d64c9691dd8342, 0x8f71bab941ae6ba7b62b054f0ae73834aeace3bdb771db77a73f8c7950d4afa3, '', 0, '?'),
(0x48256063ab1420fffda7f93ecf69abdd, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.min.js', 1, 0x00000000000000000000000000000000, 0x7c53513cf542b0288f277a6326f6e217, 0x72d39f0176a642571a390684cb44f5f2c53aaf8e896879d48725ea6d4aeccd1f, '', 0, '?'),
(0x4825a4844cbf90089921228d545e6936, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2189.94d5592d5ec9c140.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2189.94d5592d5ec9c140.js', 1, 0x00000000000000000000000000000000, 0x393bc688cbabf7b6f8c039a7d33a8246, 0x32e09ff46d47dc5cfbba392b8befd1d22f29bf563e8b9362896d0c23136c5bb1, '', 0, '?'),
(0x4826f9023e13af9d9483562f93164422, 'wp-content/plugins/wp-reviews-plugin-for-google/static/block-editor/block-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\block-editor\\block-editor.js', 1, 0x00000000000000000000000000000000, 0x470cdaa640479a78f76027aad71ed8b0, 0x5db8143d1f50228ff6c56b152907d425021e96deae2eb4f8adecb1586c1597d8, '', 0, '?'),
(0x4827d098d15707e6a8125b23017bebbd, 'wp-content/plugins/elementor/assets/js/8ecfd8495b7ec419862a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8ecfd8495b7ec419862a.bundle.js', 1, 0x00000000000000000000000000000000, 0x8ca74d1c5e01356d39667121445d1145, 0x48d21b537bfb2312579804cb94a2cf61b5a72fcecc54db0d6d96a57bbb2109e2, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x01e9588ab46b7a3947aab8945549c7ea, 0x74ff1f618108a62ee9a4ec4bea1ee9db0608ca8b8f24d657119a292538074b63, '', 0, '?'),
(0x4830f79576ede8d212951d7eb7c8aa2d, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-taxonomy.php', 0, 0x54e59699a36d2a02534a3ae07a4c2db1, 0x54e59699a36d2a02534a3ae07a4c2db1, 0x8069d11fb030b70b30924aaf2c045b3d6ecc7fb88a9df9ad13d8b45cc53cf856, '', 0, '?'),
(0x483b7489e3770ee04f0d41fe0d28ee3d, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_CA.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_CA.mo', 1, 0x00000000000000000000000000000000, 0x545842297f17e09bb23d3c6e4184bfd9, 0xa468d6d393e83cf3dd1c6848e0966cf120b461a99df8909dda08027e480f9551, '', 0, '?'),
(0x483df91b33503b9c5411f8d804c37e87, 'wp-includes/blocks/separator/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xb189a8f9e5b7c3de45c8aa12f5f3ab68, 0xd790d35aa9c8bd6e5f367b8b4ed36e3bcd464d3e756e14b4c10fff0512b7fe22, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe157b20fae83ccb6549ac2a9cd850178, 0x8546610f0436e548adb9de4b4f9d652000ae7abdf3a97299a81da38ddd3e3d0d, '', 0, '?'),
(0x4844e322ff20addd24764189daa74b58, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz-out.min.css', 1, 0x00000000000000000000000000000000, 0xad86c8cf6f0e36a39dcd4082800fe396, 0x486d5985ee78e1aecb0869e95358d5190183137f6edec92c66dc3df49ce84598, '', 0, '?'),
(0x4846f76a638077205577fd6aa7ec0818, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\user-info.php', 0, 0xb76a1e09fbcd47dfc533d4e91bcdaf9f, 0xb76a1e09fbcd47dfc533d4e91bcdaf9f, 0xb17858aa891f9e322fabc3c33776c92f5b19a70377d82a79b7e635942a5d2674, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xa0abb9d32198702530948a316b6806f6, 0x4fb63ea635ddbaee34b5a05abbde9a04ff33e24602f46f261cbec8d71c30ef32, '', 0, '?'),
(0x484d330db4c857d2d0d340d77e7dfb45, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x48519d5ecc5ece743a537ce317b9ce41, 'wp-includes/PHPMailer/DSNConfigurator.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\DSNConfigurator.php', 1, 0x00000000000000000000000000000000, 0xf60618b132442ddadb5d78cc3a26b473, 0x473328eca3673e133897ea249709ceb804abed80a1bec9bfa5edf49a9dcb386d, '', 0, '?'),
(0x4855e5890bab4f473522f0eae87ac803, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\url.php', 0, 0x5003c365053baca8c5eba3a91910edb3, 0x5003c365053baca8c5eba3a91910edb3, 0x21d9fca7a928bb16d5e0f2a85a07c07a34df73d0b26ee2e070d65ecb6873df13, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x82b1a621c024da9e1ad01cd61a47cfa7, 0x96dfe41cb12d46d6052ca042518afd8d061c7708d85ae32a1518699870cb2ba2, '', 0, '?'),
(0x4860f70a1c764b63b22d64d0b01a6248, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket-premium.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket-premium.svg', 1, 0x00000000000000000000000000000000, 0xda32f70980c3d38ba08332625cf6f94f, 0x7cd1ecd1f441c6db34fad92851941565c42882d25b05ee5e031259ba3c58edcb, '', 0, '?'),
(0x4863021e88c3ee761c3e5d7c48ba27bf, 'wp-includes/blocks/site-title/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style.css', 1, 0x00000000000000000000000000000000, 0x9ee89ddc53cbc78e91887026545ebd6c, 0xf76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972, '', 0, '?'),
(0x4863eac11ae288e420d89c2e2c3ed5df, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0xbe1eaff31b5dfa877f78ca74ac7e6551, 0x8af44aa55c13194f64dd71f347bb835c7c407f362cba149b4d4ace81217937a4, '', 0, '?'),
(0x4868d7b30f498f61a2a542ab8fbaf0a4, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.js', 1, 0x00000000000000000000000000000000, 0x68cb0fabab2ab2039cb320660adc19d6, 0xc19704d2af0e7b57358d140dcb72ca26db7b16d7aa242f765b2c0d9ff78f5dcb, '', 0, '?'),
(0x486fb9e70708894cefcc3ada59acb203, 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\score-icon-presenter.php', 1, 0x00000000000000000000000000000000, 0x09297b9befa30b984fcf1e28a09f69c6, 0x979e11796ded0d232b4241d2fb710ab20f5987e66e66b67dbcb3b6808980fc79, '', 0, '?'),
(0x487c006042a3951fd6f09c2ab251ac97, 'wp-includes/blocks/post-navigation-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\block.json', 1, 0x00000000000000000000000000000000, 0xbc8f4cca8873f3990ef0365d1ba114b0, 0x7da15083b7e4f7cfc4821998caaffedac2fc7f108dbbbc7da702a6d0112f3246, '', 0, '?'),
(0x487cbfb018d8eb1806b127e759b96690, 'wp-includes/blocks/post-comments-form/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0x488aa47c31707bed416aa8916d2427bb, 'wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3349877f650286eb651325fe731e8017, 0x91996a88189f3b398ea10fd684f23c83f177aef5160eb4ebf29500620670c498, '', 0, '?'),
(0x4891c6cd873e0a7b8ab5e707b4007b1d, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-phrases-action.php', 1, 0x00000000000000000000000000000000, 0xd8be1cd8a534ef8cb9064527cf9df6bf, 0x54308f72d77b37357d737ee4bfe8f4864645574cf5ccd0098f173d748105ac8c, '', 0, '?'),
(0x4892993dcfbf9f881733b08d98cf6250, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/switch-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\switch-control.php', 1, 0x00000000000000000000000000000000, 0xef6cf128599601a50ad2ecf3f811ec9e, 0xe9e8751116a760bfb14e6c833d84f1bf09849c8f1e0f34c83d1f54a4dcd1ec9e, '', 0, '?'),
(0x4897a512181449c9cca23fefe38e83e9, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/my-reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\my-reviews.php', 1, 0x00000000000000000000000000000000, 0xc40bf1539c40586ffde41c5c11c70b77, 0xfe640cb169dbdeced93afd172cbe943da63c5bc42d1d9ed9a6d83f4fd2afdb19, '', 0, '?'),
(0x4899aa1195fb6676285c289e617158d7, 'wp-content/themes/go/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\header.php', 1, 0x00000000000000000000000000000000, 0xe846e44a3fe6ff6f187f7c328a7e9c10, 0x4b234947add15c30ca732f6322f8729f9b657f927a83c8fc6cdac9816a041432, '', 0, '?'),
(0x489c326c7473b81cd6f91d88826c65b3, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x48a1c48f3c8ea573ccefe54a3c58099f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel-template.svg', 1, 0x00000000000000000000000000000000, 0x3de21728a37708d41d2eda3804d034b6, 0x03243ad75a9daf2e0f62e8a1738a96dc2314e98a64392e8bcf0aea39c42c9d3d, '', 0, '?'),
(0x48a46493afc4b51e2d7cf410266cd9a4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x2f902e317e33f1b68aee340233585825, 0xc672c1441ad01648ea1e6c3066b0fefa0ed640a71500526eae3abec44c79ca1b, '', 0, '?'),
(0x48a74dd5cebc02c1eeb8b60acaeaf01c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\crawl-settings.php', 1, 0x00000000000000000000000000000000, 0xa356b3db1eab7e87d591058c243817eb, 0xe90d71b43044fae7865f938f5b2ebdd9d04f1bf77bd8ef21c80f603d431e5599, '', 0, '?'),
(0x48a88d658ec596ac8a6c0ce6c831213c, 'wp-content/plugins/backup-backup/includes/bodies/storage/wasabi.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\wasabi.php', 1, 0x00000000000000000000000000000000, 0x3a5595b6b95194bab88652cf36c7fbd7, 0xdcb8992c3aa5eb1a89496d7fea093588bec52b89066120b47e155666d2a337c5, '', 0, '?'),
(0x48aefd6338f234c00672551dc67272b5, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xc4288baddb58256b65787bb746abd20d, 0xdebd6bcf5a62a67312c34e37183e8fd830c9be83adbd80d77b8049b31f70d9ce, '', 0, '?'),
(0x48b1113d70b01410d92d9ec3991af7bb, 'wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\dropdown-template.php', 1, 0x00000000000000000000000000000000, 0xe69ecc8bb51adf6268589e44fb339757, 0xcfa76027ee44c3234f62b9f2ed709b16112024814fb2ad0698e45cf9760b3546, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0x019d567e44b6a919e73be75b60e9ed64, 0xdfbf0a22f8aa4b4cd7c31abc3627a8838035e306ca63f6a0aa197a9964c0fd77, '', 0, '?'),
(0x48b7b19dc03897b0387fee28f2047f08, 'wp-content/themes/astra/inc/dynamic-css/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\comments.php', 1, 0x00000000000000000000000000000000, 0x85f93d3fa310a9a04c328b2c55e69f70, 0xff54d5b64ddf9212f48b74c7bfbc5f450f9efd0b73856b7257536997e7cb41d3, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\meta-boxes.php', 1, 0x00000000000000000000000000000000, 0xc288bb024635bc88c6551dc57fab520f, 0xe08f698c5b4f57672f03fe290c8c7e11545246882648682e2c09d83daaa7c0a6, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\users.php', 1, 0x00000000000000000000000000000000, 0xc6f081d7a8ba2ea9c98a4ba68750f21f, 0xb5c55e411a3cfab0f2c1f19487c7e0ca185b53b692e22ec9a8daf147e7714cb0, '', 0, '?'),
(0x48ca742ab163e751c98591d02b0b5a99, 'wp-content/themes/astra/template-parts/single/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x48cf2ef969876c2d95b10d19f466aff9, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 1, 0x00000000000000000000000000000000, 0x51f26c1647fcc04ca8d6cfa46894ed37, 0x4ab3646a6978d312eddd065e6ed7c6b48e03bb45b540b20095b9bbfb64da084d, '', 0, '?'),
(0x48d170399fd6cc4bd6d4e9e564315311, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpLeft.min.css', 1, 0x00000000000000000000000000000000, 0xa29b953e22ea1799b6b672da37e5c559, 0x52bae26bb6776676c0bab6ff777c6603b5f426e3ad2b2830de85fbb41602ce5a, '', 0, '?'),
(0x48e1c4b42eb19256ef671fd0f229d2ff, 'wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\integrations\\integration-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xd7ab1a9f37a46cffab99aff0aa87c97b, 0x845723c15a48a34ac363b5fa763eabc45e95e67b00b8f8240c014664c3c1c74b, '', 0, '?'),
(0x48e57da03edb2b651b6ccc6b30821f45, 'wp-content/plugins/custom-twitter-feeds/js/ctf-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-blocks.js', 1, 0x00000000000000000000000000000000, 0xfc243e8e5fc910fe97c92c26814975cb, 0x6439d7c068c7d57bb84c11613e71263129facdaf391e59602b56be878d643511, '', 0, '?'),
(0x48e8bce7ce9fe250e4b6fed4d443f9a3, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-6.php', 0, 0xf501cbd8007e55bb475bb93ab5e327ce, 0xf501cbd8007e55bb475bb93ab5e327ce, 0x5100c363020f97b9e76794924cfdded8ac437e8374b9090ca24af52f767d9b26, '', 0, '?'),
(0x48e98013b75124cffd0fb7b36789129e, 'wp-content/plugins/backup-backup/analyst/templates/notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\notice.php', 1, 0x00000000000000000000000000000000, 0x8290b2cacc1b388b4fd1bff4438de45d, 0x5ab882de6813441fe9b7b24ea44246f3153ee801bec12264d9f1ca4f70374cc6, '', 0, '?'),
(0x48ec55611635c2743ddb98b7190b8621, 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-4.json', 1, 0x00000000000000000000000000000000, 0x097852c5932c1d18b48d94910c56ae45, 0xeade880e7c1be9684d05cc9ae5d6f0286912d27c4d4165de2cee8bc3a107d44e, '', 0, '?'),
(0x48f8bfaff9f9407a3c9c4dda4d2036ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ServiceLocatorTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ServiceLocatorTrait.php', 1, 0x00000000000000000000000000000000, 0xe28053d7b9c93f19db968c0938f017d7, 0x140a4e9f8a604e11fff30ec781eee3592ce2999341579ea1ca6283cb777eb354, '', 0, '?'),
(0x48fa85fe4aba31319802fd24225fb21e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0xfefd24b527ac3697e43f9607e560ab1b, 0x1c4d9aaad33192aee43afa5fb27ac7e2083a7f92972a76ef761c4cf82661274a, '', 0, '?'),
(0x4906cfee19821913976d61f58f8a3846, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9913.e2117c44715e2288.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9913.e2117c44715e2288.js', 1, 0x00000000000000000000000000000000, 0x4cde60bab4649a93282c1f8f6af4ae2e, 0xbe869a1b9d558b9d0b247416373dea3b1935425e2a37c4772da94e2d541f8cc5, '', 0, '?'),
(0x490865f3fdc3998dadb1bee05165460a, 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\network-admin.js', 1, 0x00000000000000000000000000000000, 0xfe4c78fd435acbd8715370270dc75830, 0x5ed341c0cb538ac876552db9a3f6a73475ba886ff03efe31d8ed77df62a050a3, '', 0, '?'),
(0x4909e400c75d5af72ab039bce1016992, 'wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\data\\endpoints\\refresh-search.php', 0, 0x6694e6da6eacdfee9e8c2bee1cba6af1, 0x6694e6da6eacdfee9e8c2bee1cba6af1, 0x41b7c8eacc889e9103565ae8433c8e17e8bffc3fe77da4218a175251dea0c748, '', 0, '?'),
(0x490d38703acd8109de9e7d608b1ae312, 'wp-includes/blocks/query-pagination/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage\\mysql.php', 1, 0x00000000000000000000000000000000, 0x1ae2533e51c53a906a15d6f3b261b047, 0x050bc470f6abb820e6f744aca1d67e54aa708d36d15e8014ee2c43e97ee9b5f3, '', 0, '?'),
(0x49234cc351f7e363cdd69161a46729dc, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0x5cba188e3868f8a681b42cc60a45fb69, 0x93e48aadf6717bcaa65bf67ba462a3579917e8ade943391cdfae775fad6284f4, '', 0, '?'),
(0x492a4ae0fdde07c11b9a080c34f4bf23, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-business-hours.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-business-hours.php', 0, 0x7631f7c3256dec64d17d8ea400475c64, 0x7631f7c3256dec64d17d8ea400475c64, 0x6d9185756855bc4123ca32e484621be80742f0fa53cc648feb9e91dfae9007d0, '', 0, '?'),
(0x492d53eeae6591d3b474ab3a8e17b376, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-left.svg', 1, 0x00000000000000000000000000000000, 0x764ee1d6747e5e3e2a46f335482b35cc, 0x322947675be9f1d02cbaddae5770a0bedb44bfa3e1c7e2ceecbaa9f8df3ece63, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0x70c8c4f706768db08fda3abc32c56876, 0xcee37d1a1d292924471b40b602be16e85528bd0da94a40ca16b5c3839a49c0a7, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x49360c2c988467e0dca25116e58ded62, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/globe.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\globe.svg', 1, 0x00000000000000000000000000000000, 0x2a487ef3883478ee8b1814addc14928b, 0x854a63d277cf131658c4d86b6c087ae3d45d895ba54a99423030fe2473cc3608, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xc5299599e2bee4bccb5a29a32a6aa344, 0x917a379684fa63627bea391a4a07ed30d3a3ca37f77d9522cfbd52fb5b0a5bcc, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x4940766b81d996a5f27beb6a8df83e54, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0x21f171c8d0be4210cfb198eb699391e9, 0x791fd6d80fce6c4918cec6dd04ff7c7b4b3ed491a0e4e20d4c083d2aba135cd5, '', 0, '?'),
(0x49408f3c54d778298937b31ab10593b2, 'wp-content/plugins/elementor/includes/controls/base-multiple.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-multiple.php', 1, 0x00000000000000000000000000000000, 0x56af2723d6adbc7968a28f6d274c5969, 0xa4964a5e9e9acd814712ce42a8a55947a128862d712b18a182985608b3c6bea9, '', 0, '?'),
(0x4942d7b4638bcc0edc35e59eb6cb9459, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0xf0ee79585d408dc7fd9569ab868eaae0, 0xbe863f0db34f2ecba3eaf40c49d871e9ab32ee4ce8f24212cfdd51c76ee819b6, '', 0, '?'),
(0x4943168227946170bfa91715f42de544, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x84336ac1cb157c859f08b97d5164e09d, 0xc8b65570675cdbd18eb687f0a900682ee88ffed9ed142f1bccfe44faefc2e67f, '', 0, '?'),
(0x494468f022acaef2a8ef11e6cf89b0ed, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-cart.php', 0, 0xcc0a7bc20a74da1f3b8ae63477bf30a1, 0xcc0a7bc20a74da1f3b8ae63477bf30a1, 0x707b0f5c712c46ada525afea73f7b0d07c42253572e2d1ad9514a7074a02fb2e, '', 0, '?'),
(0x4948d4693ebc2d0dcb9f89eb07d2096d, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post-type-by-author.php', 0, 0x4a19244b6a203fcf58a898f6187a43ae, 0x4a19244b6a203fcf58a898f6187a43ae, 0x8be5186c1620a17a9a0eda40d87192b2d98f2efa88d1c985396e4cc1cf728dfb, '', 0, '?'),
(0x494c7a6be7e2dab6d1bceeae80cfc566, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\request.php', 1, 0x00000000000000000000000000000000, 0xf478cdd51d65af9c15c5acc38c8fa511, 0xff7993faa5a4818a8330f3c387c3966e45371b107a1f6a4ae0735b7080923542, '', 0, '?'),
(0x495c239bb159bb12acafb2a33d5d81a9, 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-3.php', 1, 0x00000000000000000000000000000000, 0x0c827f9c5555c6d19f560370022a2baf, 0xa404061e1ed9ab7708a13887d3c38a8772791b23a28cea84cf47f60a59859b6d, '', 0, '?'),
(0x495f6962b43f04469ac52453ea41a5ad, 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/acf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\acf.php', 0, 0x126f81d01630694201d58e00602414c2, 0x126f81d01630694201d58e00602414c2, 0x5fe40bebc865a99838cb954138271d493195146a369e714165c1790bd68a9384, '', 0, '?'),
(0x4960c460d504c91b70f5985489407415, 'wp-content/plugins/elementor/assets/js/checklist.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.strings.js', 1, 0x00000000000000000000000000000000, 0x3cfa9841c523cff7266e4b35e92dbb75, 0xe49e6ff02b47cb8713508ae6aaa96bbdf8e52bc89a09965b92441bc1b874f0cf, '', 0, '?'),
(0x496650a134c4b0e201c040550656861b, 'wp-content/plugins/elementor-pro/modules/page-transitions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\page-transitions\\module.php', 0, 0x6dadae1712eab88f39df083291db656c, 0x6dadae1712eab88f39df083291db656c, 0x725de9dec19948e9d683aecf41033ea7930f1a88173ab7300dd0405231822fba, '', 0, '?'),
(0x497675db7623737b79ef9ba451fcd419, 'wp-content/themes/astra/assets/js/minified/extend-customizer.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\extend-customizer.min.js', 1, 0x00000000000000000000000000000000, 0x7c4918390b43cebfcfa47b5a96b6b062, 0x271ca09a1065375e3dda680b02c596a146beddb5e886afd8555b6a6cee073e20, '', 0, '?'),
(0x4977d8bce1ef919aa0db36e6b0fbbcd8, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.min.js', 1, 0x00000000000000000000000000000000, 0x2f5f8b153f22b5c8d688a5d1c4334741, 0xdab2ec3436ee844661dfa0bcae5a0962fa1d6e2af56742e1f3cc0c787ddb4cb4, '', 0, '?'),
(0x497bc66e1f6edc58832027e062c59c02, 'wp-content/plugins/reviews-feed/class/Common/SinglePostCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SinglePostCache.php', 1, 0x00000000000000000000000000000000, 0xee851efc43d39529bc1384ce1a14a22a, 0x3836105e78c614dc3242ea08faa87997d364c45ba7010cb6d5ae03189b58a370, '', 0, '?'),
(0x497c0e0f3c4f1aa6cd4cef68ff2100df, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-stock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-stock.php', 0, 0x664acc8a79f892b8699a79a748373fb4, 0x664acc8a79f892b8699a79a748373fb4, 0x1464eab2e4691f05ae3748d37faa0f73b831781887c360bb008c68496b48a066, '', 0, '?'),
(0x498681cba58d39da8f1e1d8a189e928c, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/instagram-color-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\instagram-color-icon.svg', 1, 0x00000000000000000000000000000000, 0x2fad27708792f58632cffe94a4383f5e, 0x2472dca43768823b837a5c50646ad77534a673b1b98a384514dd87d373088265, '', 0, '?'),
(0x498973e2474aa5609b2ea03d5fb7568a, 'wp-content/plugins/elementor-pro/modules/forms/submissions/editor-one-menu-items/editor-one-submissions-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\editor-one-menu-items\\editor-one-submissions-menu-item.php', 0, 0x27dd03cfecbf7a0a8c841287a7694a88, 0x27dd03cfecbf7a0a8c841287a7694a88, 0x6602158681fedbe3cb9c8049930bd665a675847dbcf503f8e992e6d4a3a1cb73, '', 0, '?'),
(0x498b4e29b0ba70faed3ace01803c848c, 'wp-includes/js/dist/development/react-refresh-runtime.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-runtime.js', 1, 0x00000000000000000000000000000000, 0xb2ccf75cae4da8e028ba67ebc98c2389, 0x3f6cd35c5e09ae3d88eed9f580aa6ecec943acefdf01df367dfcdd541137c6d4, '', 0, '?'),
(0x49901189a03edfedb6371e0fc5b96795, 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-content-image-on-right.php', 1, 0x00000000000000000000000000000000, 0x91d05c351f107bb3b90f346d145997fb, 0xe149781da82dd6a163f789a5c56b2998cf9236fc385035151547438c17d74006, '', 0, '?'),
(0x4990f57b5ae8b49108f08be9ecf97db1, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Elementor_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Elementor_Control.php', 1, 0x00000000000000000000000000000000, 0xf0b3a81fb19462d8b2d634faa41101fd, 0x65f5ed81ee50d0dbcb1c8b0db2d0407a146dfe9d5f81de971b6fbd5d97fabdc9, '', 0, '?'),
(0x4991c00e3cec43a9dda0833ff03f8ee8, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 'D:\\laragon\\www\\genesiswa\\wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f425a463183f1c6fb79a8bcd113d129, 0x3b1a8e2f5c6284057fe4d174fa82ab49f4a4168cbfcd9daf9ecb68c4d47703e8, '', 0, '?'),
(0x49a4bbcfc96f3a2193c1df406afecda1, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks-rtl.css', 1, 0x00000000000000000000000000000000, 0x03888993e5333d88f8ff98c3837c0bc1, 0x4f3980dc01bbc2d84ee0e37603a3926223acb9a496f60cfce985ded5bb61e619, '', 0, '?'),
(0x49ab1bd0660fa4cc75962e3119ea8fc6, 'wp-content/plugins/elementor/modules/pro-install/pro-install-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\pro-install-menu-item.php', 1, 0x00000000000000000000000000000000, 0x6734a46e4efa6d2cc5e499680e5b5da0, 0x13fddd08d34f3d20828d759fb3a7c01802c6a8207c7af973198c4b1bef726a6b, '', 0, '?'),
(0x49ae270f1ff970c7b489ca67c370e2fb, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-settings.php', 1, 0x00000000000000000000000000000000, 0xd337e10674cf47ca0dd0a7658262f1a0, 0xb5470f8157c3834790429b637f4ef0a5baef7567365bf27fb3d8c4f550243baa, '', 0, '?'),
(0x49af36ffd5fb8549be608afbca81ff96, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/mobile.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\mobile.svg', 1, 0x00000000000000000000000000000000, 0x313c760c94e62955c0da4e56369b24b9, 0x58624e387271f61003bd18f3e9ba14a53b723b8e1db85ec9b9c5264ec58ceacd, '', 0, '?'),
(0x49b1e43d9c2703da7a0ab4d3d34c1897, 'wp-content/themes/astra/inc/assets/images/lightning-speed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\lightning-speed.svg', 1, 0x00000000000000000000000000000000, 0x9c4f4e53b1d855edc7e4216e54a7e848, 0xa740c15cd2b9a058a515d930d00cc73783daeb6c9fe7446ba7d47f7be4fec9d5, '', 0, '?'),
(0x49bb6582c4134c6b8346e38d5e34415b, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\frontend\\breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x605925e79604c83dda24fb1b25e60dad, 0xd6fb84de91605eccc535b81ab18112357c3f4e7738fa35539dd7f2861b4547ec, '', 0, '?'),
(0x49c2830493267bfd9e3bd02d48d6ef8b, 'wp-includes/blocks/site-logo/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor.css', 1, 0x00000000000000000000000000000000, 0x968e05e4c01c4e8bb6794399f58e246c, 0xa2cd4603165ef0408270fadba49cfea2a9a9e725a88443911d1d593c1f21330d, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-data.js', 1, 0x00000000000000000000000000000000, 0xd36e59f898a9590ef0138c1c4ec62996, 0x09ff34b3ece058fc9f746af607369c381f434fb1be80eb343d480b3f023da410, '', 0, '?'),
(0x49c9c2db430e171ff844f7855c92db97, 'wp-content/plugins/elementor/assets/js/section-frontend-handlers.c3950c6b190ca134bc8d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-frontend-handlers.c3950c6b190ca134bc8d.bundle.js', 1, 0x00000000000000000000000000000000, 0x30767eea93cf8d4b250bbb33b26d019e, 0x45d6cb44fa2162fd8c5d6f9932ef13bec7512ee7fe1cc5e6f45542c06a8c83f7, '', 0, '?'),
(0x49caa10dbaf0ba4a535cd0b042936b2a, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/current-site-url-provider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\current-site-url-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xf652b7d24cba34979197cb4299a419f0, 0x8108b43d056dca4ae80ee62bf676fca6db4ae4bc706e2aedbce737905007c9c3, '', 0, '?'),
(0x49d4013f24e7d5bc65c047169f66a0fc, 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\class-astra-footer-button-component-loader.php', 1, 0x00000000000000000000000000000000, 0x42c7b1fc2c7d6cd5b6facbfcba8dda68, 0xf7344a118a380d2e90b77b1c1f4116d91e9c7a900fe0f2f70ff53debfcd64ab8, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x49d7f138dfbdfd54fb1ab5aab29930a3, 'wp-includes/blocks/list/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x49d9d93ee7ebba56e1ea5d54546257c4, 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\2fainitializationdata.php', 1, 0x00000000000000000000000000000000, 0xb414eae273782ed1101a97f3b873afe3, 0xede8624ec6d7ae25743e89bc5bb582491595bb91546b00947799aaa0a817411e, '', 0, '?'),
(0x49df42bd0eeca5bb3deea3cd0cda072b, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/query-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\query-control.php', 1, 0x00000000000000000000000000000000, 0xd4085865b8e084b5b71e69943a922d97, 0x63ea51711b87773603207a3befd2521b031d84913b0f9a06895633809c60ff72, '', 0, '?'),
(0x49ea8e6d3d21872e9a108dcfc20ff0ca, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-system-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xe936c3a30555788071036b3dca9e7ae1, 0x27615c80caf4707b0e9459e831bd490d16d7bad41c9483806559246f5d68d162, '', 0, '?'),
(0x49ef9fbeb79930866b7dae870fa7cf48, 'wp-content/plugins/reviews-feed/assets/admin/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0xbc5103fba90cbb864755027a92d3dfea, 0x855b2eb943f7623703421f8cb5834a3c6e9179be23fe26c0083b6836ddb8f9ae, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x4efa90e67e229728a5204a309a4b6f0d, 0xb98db2eb674e1d7bcf55ef9ead2f6a9bfaca3c977d970c946fc4d7041f3c5fa5, '', 0, '?'),
(0x49f3a6f14ac16bf8e884d8b6b74b58ba, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-schemas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-schemas.php', 1, 0x00000000000000000000000000000000, 0x95af7d428e35e1564de3f589781897a4, 0x9037853f17698f3d011a5642878e4288ac15a2b612e553ba1b0c1e9893aea432, '', 0, '?'),
(0x49f53297be5311ff9842299f39fe7ece, 'wp-content/plugins/elementor/includes/base/widget-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\widget-base.php', 1, 0x00000000000000000000000000000000, 0x0c2c39dcc00733901c3c9eda2509e2a6, 0x0f0666ad1af9992e6d5c8b5a5b3ead1cc9e2647d79681580a90e949579c8e0f9, '', 0, '?'),
(0x49ff725b830b475bd8a5b6d77b9e7123, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-support.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-support.svg', 1, 0x00000000000000000000000000000000, 0x18d9b6554914547928b9d649c2370a87, 0x69e6db32dfe60bf1dff3943828c82dc14bcfd1b50e95efe012f5035d4ef18dbe, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x2682e67cb575dafdd7ee1845e98e5165, 0xeb2cf6a5ef9349787bdb5226f2d7915d636aaad1702c524c19e59be0774eaba7, '', 0, '?'),
(0x4a099ba9cba00a91684254697a671f18, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\devices.svg', 0, 0x413e868af4a9d37960ce9e5efc3f4d00, 0x413e868af4a9d37960ce9e5efc3f4d00, 0x78efb833c3eabc039703a88705092bc9106fb3087b7c276d92824f4604fe7a46, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0x4a0c0e3b9c804cc6976ba43a8dcc3284, 'wp-content/themes/go/partials/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content.php', 1, 0x00000000000000000000000000000000, 0xdf26e2f1a2531a2dfb658e798a995e61, 0xc0e55d75059ec3e1f8e98ce768ba0edfdd360be3024f19d8972f4f899474c640, '', 0, '?'),
(0x4a0c88ac8a55ef6f32966c57e3fdafa3, 'wp-content/plugins/powerpack-elements/classes/class-pp-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-config.php', 0, 0x293c328561f423f16b9e1b94a329649e, 0x293c328561f423f16b9e1b94a329649e, 0x82b3499bf5c80239929826fa2eb4a013a0d5c9248912469b50c32344b54c5d4c, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\handlers.js', 1, 0x00000000000000000000000000000000, 0x1bcf611807619fd15d84adec2f2054aa, 0xd0126d6bc57397443ce340aa7dc1abc1add8d16bf2d31f6dd6c158b0a1e00229, '', 0, '?'),
(0x4a1137837d9f4e502bbbbdc7e02f768d, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-2.json', 1, 0x00000000000000000000000000000000, 0xf8540a02e263d91b07212d3a026d55b7, 0x57987e0c096cebc0afd6b42e8bbb1e3eb26ef22a64493abd2d843b34df652d53, '', 0, '?'),
(0x4a12d575ca37de0d95f6ccdc0625a9f2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/WithTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\WithTokenParser.php', 1, 0x00000000000000000000000000000000, 0x1d68b528428fb00f18f15bed8fb72d99, 0x40d78125f6c756075fa0279e8b958f7286ad2f5d654c70bfe70621025a0b011f, '', 0, '?'),
(0x4a1569135bfcd922229f5dd51f7ce4b1, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/AutoEscapeNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\AutoEscapeNode.php', 1, 0x00000000000000000000000000000000, 0x600d057a9af76d7231a0afae80c69633, 0x7d018cbd94d9685a1e2b33fb28de8c6d0e7bab37de63539a6dc9404f92ab0e61, '', 0, '?'),
(0x4a1a8cf48c1e69d1a090c1a71d9b6d36, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/social-wall-graphic.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\social-wall-graphic.png', 1, 0x00000000000000000000000000000000, 0x84911fc43f9ed49679f0f69fc923e621, 0x63e2adfcb7205ea70363a28eb8565b92a86053b0939d9ba0352ae6f0d408d046, '', 0, '?'),
(0x4a1c77ad8b36e6a3d491850b1d60c565, 'wp-content/themes/twentytwentythree/patterns/post-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\post-meta.php', 1, 0x00000000000000000000000000000000, 0x7aef9e94e6ab810e9c4022de89fd16d0, 0x06cfd2162d219a911de4ff5772da85bc8b7ebd31ddbe696b743fdcb117811883, '', 0, '?'),
(0x4a23371362677bf94e4b05ad0cf43f8d, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/twitter-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\twitter-icon.svg', 1, 0x00000000000000000000000000000000, 0x3519edd5bf8b5dc639467e040b70ea7a, 0xe65318b661c55e522f15eb54c73d928a8497a55062f757a46d09d7d9b517dc3e, '', 0, '?'),
(0x4a2603ef9a4243f561ac073e14404ba8, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/more-feeds.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\more-feeds.png', 1, 0x00000000000000000000000000000000, 0xf79d085b6de8004b364825fe7504ff2d, 0x26b9262cfbbf3b7c16dff84ff268cd7d327336f44bf3db0b9a0150242ae9c8e2, '', 0, '?'),
(0x4a294f3d9a2349c53a076483df0c07fc, 'wp-content/plugins/powerpack-elements/modules/testimonials/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\testimonials\\module.php', 0, 0xa2fe0b5646399734c41477d61aa65061, 0xa2fe0b5646399734c41477d61aa65061, 0x53a271c8e272613d2f5c1f882b0346a1e6554bddd92466a75a12bda2decf3f7b, '', 0, '?'),
(0x4a2d864191c03db1f008df54f7b3c751, 'wp-content/themes/astra/admin/assets/build/images/ai-featured-image.bf190583.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\ai-featured-image.bf190583.png', 1, 0x00000000000000000000000000000000, 0x22d12a44471d35cbfb3b13b586e1050b, 0x8f11ef9ee15b2e4a34d947e5e3a37634de64fd15e0268492cc012d61dd73ccb3, '', 0, '?'),
(0x4a2e9e0518fcc68e3d55cbb911215c58, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\type-presenter.php', 1, 0x00000000000000000000000000000000, 0x1d2540dd8fde0667b1d5909c61d05bab, 0x4e29790aab9b9e4661140fa74aa372a6ee6257cc258d82437d758a7527064f22, '', 0, '?'),
(0x4a2ea71eb9648ca3cc8b77a661f313de, 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\controllers\\class-astra-builder-widget-controller.php', 1, 0x00000000000000000000000000000000, 0xd746066b013af891109d6e4bdde0600c, 0xab5198146818ac3c33a47858f1a86ca0f2756dd39942eba4047d91ec80a7513c, '', 0, '?'),
(0x4a304ee483edea04fe7127e0749e6f23, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\addon-update-watcher.php', 1, 0x00000000000000000000000000000000, 0xc8e383159ce4a4414825c433638ecefa, 0x0fae236db5754389ce2f0fadea26b8e89bc49fa1cd7e2fe2724b95a0e11f05ac, '', 0, '?'),
(0x4a36bc2d4b435d9555ad8b1a6df67eb9, 'wp-content/plugins/backup-backup/admin/images/refresh.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\refresh.svg', 1, 0x00000000000000000000000000000000, 0xba5bddea746f375166b7a83eeb7ee15d, 0xeaf5e0ba64332da13907ac43d9082021cf8dd95750661d175fd42a8cc333078c, '', 0, '?'),
(0x4a37d13115881174a8f7181c3ab571b4, 'wp-content/plugins/custom-facebook-feed/admin/views/sections/builder_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\builder_footer_cta.php', 1, 0x00000000000000000000000000000000, 0xdaee88d213b85c4e7099772363a2af4f, 0x5ecde00c659ab89d1a3795f7361e877b27a2f9023e43d98849fa6126cd8f6578, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-health.js', 1, 0x00000000000000000000000000000000, 0x90ff6622802d8e8eaa10bea7ae883106, 0x6a2af2c077dc01bdb5e9bcb884a550b986b1f71d43b173721fb50dcb7133ef15, '', 0, '?'),
(0x4a3c64bbd2a0087af46b7d9eb230aadc, 'wp-includes/SimplePie/library/SimplePie/IRI.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\IRI.php', 1, 0x00000000000000000000000000000000, 0xce826e0bba497ae3ff7b327d79947827, 0x161c4e80de96c65ae048bd2b87048e90c1a230bbe5e145f5056280a35bcd12df, '', 0, '?'),
(0x4a455441b59f1c3c418afefdb640745c, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-base.php', 0, 0x00f9ef04dbfdc64b344d84e4ea24128a, 0x00f9ef04dbfdc64b344d84e4ea24128a, 0x4d033d7c63bd70480a9433517fc196002cb7757be73f8dfc5d4cd1013bff2cad, '', 0, '?'),
(0x4a49fc6e058187930f72726d1eadf481, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Colorpicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Colorpicker_Control.php', 1, 0x00000000000000000000000000000000, 0x3441ae618b7fd528f6fad1e0ff185859, 0xdff745e584a9124d37e12c81e3c41f4e3743cd5c7ce546f0b6e9c84a22a5e762, '', 0, '?'),
(0x4a52170b8e0163cd1354d4352468cf4d, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\dynamic-blocks.js', 1, 0x00000000000000000000000000000000, 0x1d484cfc41ba03c857d9248bade5e23e, 0x05b6986d9647c08cbac886ad10539c363b6890590cf1181ac7fa3f6156c72cbd, '', 0, '?'),
(0x4a52ed0a66d93596ad358001133ff5c3, 'wp-content/plugins/elementor/modules/styleguide/controls/switcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\styleguide\\controls\\switcher.php', 1, 0x00000000000000000000000000000000, 0xcab7338b8fd204bfaa6cfb7fc0aef3a7, 0x192743b5522f52e91da3e0e8bef6e904340b00ae6f7bb55a2a38fc22aeea3f50, '', 0, '?'),
(0x4a5d1d07ca4e3cb793605edbf6a3aec4, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x8a71d8a8ab8d937e7b79ee9f1e7bf3ab, 0xf59f293435cb52124703d86c0ce476989fccdf68bba7388905d23af40533da00, '', 0, '?'),
(0x4a5f879db57cc62b9b627f056c6c0cd6, 'wp-content/themes/astra/inc/core/class-astra-admin-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-admin-helper.php', 1, 0x00000000000000000000000000000000, 0x20a4745afbaaed535c8e827f4d101380, 0x31b2c825fd873011915898590f580762f5baf87083ce6ce7c1dd62de365e0470, '', 0, '?'),
(0x4a6653f02d40a5053b320df6560faacf, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4702.41dfa60bafbbe8ed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4702.41dfa60bafbbe8ed.js', 1, 0x00000000000000000000000000000000, 0x4c1d6434877bce8690fc756c22aebaff, 0x225f13f129e0d5de4f24f2df9f9992b415b7c138d35fe6785056fddf2c59686e, '', 0, '?'),
(0x4a6a9a0011706d77ecb9e39a89621928, 'wp-includes/blocks/code/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0x4a6c0b74f1dc61cfcacd44c8ba4dfef4, 'wp-content/plugins/elementor/app/app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\app.php', 1, 0x00000000000000000000000000000000, 0x5ef29d7ad4c182d942401566fa7dbd59, 0x72b3a5f096abd99783f6d005726aea8efc9ec00a57cb613ee2ae518255d839a1, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x4a6daf323fb66fa75e4e0276a23de8a3, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-single-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-single-page.php', 1, 0x00000000000000000000000000000000, 0x007989b88bbf913e18c0ee40a5c40039, 0xb141fb71995ce98bbd578783407c78e25b6ca9934d2a4d265f15e259361d5b80, '', 0, '?'),
(0x4a77a9076243b95a6cd83ca4d78a2820, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0xff17f5a1000ca28e4495fd4cc3e8beef, 0x9a60267a151bb914d3ca3cb20828aa090e8124e931f6ac510ce035b7097a6f2b, '', 0, '?'),
(0x4a7813b080c6ccbe889dc9cf2be96812, 'wp-content/plugins/elementor/modules/notes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notes\\module.php', 1, 0x00000000000000000000000000000000, 0xb23a8f8e23154fca223b774daf7c0aae, 0x4dc7280516ee942ee6c7c297d32ba68e3b2f101e2fc1878974895806e4f47d15, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\media-new.php', 1, 0x00000000000000000000000000000000, 0x38d516a571173bb3c88a2ee94702e0b5, 0xf0d9d908dc93548681b610fb0a8dd6c26f5ff5a798d05d7ab75ae68b5b1c00d5, '', 0, '?'),
(0x4a7e1690016cf394a8bbb92ebd7b287b, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-cloud.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-cloud.svg', 1, 0x00000000000000000000000000000000, 0xb6a8e3bf2e5af98ed2800038996c6e64, 0x093f5be0be2fce398d7b9c493207857c2a603090146039be2d0357cb3f25cf10, '', 0, '?'),
(0x4a83a31a1e85b746b89b8e3b74d58761, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/TextNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\TextNode.php', 1, 0x00000000000000000000000000000000, 0xbdabf82a70aaaac8b14a798bedcc8c3f, 0x393bdfad1aa9fb820d2ab90cf5b69bce2b94380074d731bf1413fb1edf02cef2, '', 0, '?'),
(0x4a85ec442caed566528ad98ea4e4465d, 'wp-content/plugins/instagram-feed/assets/svgs/spinner.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\spinner.svg', 1, 0x00000000000000000000000000000000, 0x84c074b85bde80e86cd4e420b7622f17, 0x4c901f2ed316fb2f7de04e554ead053da5d813aad02a8342a1e5860f872da955, '', 0, '?'),
(0x4a869c36a59f0d48b7dcbc005ca48291, 'wp-content/plugins/instagram-feed/assets/svgs/ctaBoxes.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\ctaBoxes.svg', 1, 0x00000000000000000000000000000000, 0xd98fef9d36af24d5f3b1a937b05b5a70, 0xf94fab7185425c7b94a82cc71af7251ee1b0363c36cd71cadea8c83dcd450109, '', 0, '?'),
(0x4a8a110b2657612dc646301dfcd2faa6, 'wp-content/plugins/elementor/includes/widgets/common-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common-base.php', 1, 0x00000000000000000000000000000000, 0x054e977c3db173f173585269eb7eb919, 0xc92466a7d18f4a07de5852448ca3eb77c9255c12c2426329fbf11b47668a6abf, '', 0, '?'),
(0x4a8a2f126b880fe9c341bd17e6bbafed, 'wp-content/themes/twentytwentyfour/styles/ember.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\ember.json', 1, 0x00000000000000000000000000000000, 0x1f617744261bc9b4062b897a539206ed, 0x9ea0dcffe69fdac6d778458133e72d24e77aabf8e1ce65cdaf3adb392e44e894, '', 0, '?'),
(0x4a8c6c15ec5b32c687d7263723ffb0dc, 'wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x4a9ba0230dcefe2ebb54d5ca54b70418, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Notifications.php', 1, 0x00000000000000000000000000000000, 0x177d4c127a3d1a5af96392a5bc211929, 0xc02b3a5df234a8151680e4fe4f96309184dfdae5407b4500bb45ef65b9ff8461, '', 0, '?'),
(0x4a9c76211dd6970c304cbf897756450c, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/right-badge.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\right-badge.php', 0, 0x2589e362c9b777457b7aaf440497501a, 0x2589e362c9b777457b7aaf440497501a, 0x3bc8ffa583d51a97d54f69d42623b0984c97827fb43e4c0be8d40f5bce132e87, '', 0, '?'),
(0x4aa1aa3e5dbbc283cfa73747ba29b8f3, 'wp-content/plugins/powerpack-elements/assets/js/jquery.plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\jquery.plugin.js', 0, 0x5089653f43d0a3970aae2bed9a31666a, 0x5089653f43d0a3970aae2bed9a31666a, 0xae52a1cc202781622a8360e6174ec4cad91c3ed498fb448330fb78e21ba1f826, '', 0, '?'),
(0x4aaec8d6932f6ee6e98114ad9715a897, 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-widget.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-widget.css', 1, 0x00000000000000000000000000000000, 0xadc807feea9369b6d8682de9f97e9d9a, 0x68191ef8ebe327f2390be7b6d6ad92bb049327d326bcc31adb535b2256ecaace, '', 0, '?'),
(0x4ab08cb6c5dbfbeed9efbb10bee078f2, 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-divider-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3d78dc83d20515d554c4a45df3500bb0, 0x292557a385366e6b437ceef9f0f3b2ce8f70025b261a3b182f5024e8db4554b0, '', 0, '?'),
(0x4ab3a4b53b3cdfca437bdfaba9ae4e9f, 'wp-includes/blocks/spacer/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2650fa473ee975a1afb3ec59aa18e737, 0x7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040, '', 0, '?'),
(0x4ab7ec38f8bf96452f536eb6abe45d5a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/twitter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\twitter.svg', 1, 0x00000000000000000000000000000000, 0x1d0157d18605a4c26347973b436f4ce9, 0xd1e1eb0ee1b7db15622e9490762cf830b19facd0816de76cfd6c5b0b1a5bb4ed, '', 0, '?'),
(0x4ab968ea5fc1ca75fa1fdf9a84554361, 'wp-content/uploads/2026/01/elastic_11015047.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\elastic_11015047.svg', 0, 0x761213d20faf8152f60084ea017a585e, 0x761213d20faf8152f60084ea017a585e, 0xfb3f95396af2934af398bb197124ec3cd89d39d56f744027b1baff7269645c8d, '', 0, '?'),
(0x4ac02d6de18dff6162c36f2c32be2141, 'wp-content/plugins/elementor-pro/modules/search/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\module.php', 0, 0x317aa1d6975d2702042db448b3f758d4, 0x317aa1d6975d2702042db448b3f758d4, 0xa05674683da1e303476b17ef08327ae8c5851b94ada32e9c98562b8e35e2fc8c, '', 0, '?'),
(0x4ac145e29045ab8d893e8e32769ec74b, 'wp-content/plugins/wordpress-seo/lib/model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\model.php', 1, 0x00000000000000000000000000000000, 0xb90eaa225328a7f42d8cf756aa641607, 0x0d26bbfabad07839e6c7bc0087823625b0a1108700bf469bbbdefa208651dcd6, '', 0, '?'),
(0x4ac2bbe10e192f4b916a4f65926bb4f7, 'wp-content/plugins/feeds-for-tiktok/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x4acc94bc91d1a4dce8f5782b8729d573, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\above-footer.php', 1, 0x00000000000000000000000000000000, 0xd8692e5703366eb57df0b32599b26171, 0xdd11d7f5ee2dc1c28263d27fdd0be36a47238d0757510efd161824ff533527bc, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x4ad93d8a0fb52e708951ddc367246c33, 'wp-content/plugins/reviews-feed/tests/Unit/MediaFinderMemoTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\MediaFinderMemoTest.php', 1, 0x00000000000000000000000000000000, 0x8d2b5e688d6c7503e1370dda1cf6ff84, 0x3b3efa4659c2eab9446bc67a018800f0d8db85de6e6add235620de0f5d595864, '', 0, '?'),
(0x4add24d50c90fde42ca6d1463e5fea2f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x0284147b523d7dcb41f1f183def9723a, 0xd4fa39d8f2eab0a1a6add929c655a98e0cbf2e001aaf20c819f63ebccaaf7ec3, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x027c098ebca6235056092f7b954dfc5f, 0x768f58498139d5feb36ef531658636ebdb43f4175cd32e702bde22bbf04bfe12, '', 0, '?'),
(0x4af979c5ef8b4e3795ca17f4425c246a, 'wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\restore-success-modal.php', 1, 0x00000000000000000000000000000000, 0xb7b68e47fb6740876a441f479ce2f311, 0x883eff6c15f09be92866af4798d3670d32da90918c91c3c13be6063f05ef502e, '', 0, '?'),
(0x4afbb0c3a313b6bdd41e9e9c0b10eee2, 'wp-content/themes/go/dist/js/design-styles/style-modern.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.js', 1, 0x00000000000000000000000000000000, 0x54ffcb4bd84e65034fbf962603e55578, 0xc2ae8169a5462fecd8ff5b1136314cae38b76c0a492f2754cb56cc25a2572da9, '', 0, '?'),
(0x4afc23cc74ff12c4fbbc577d882490a9, 'wp-content/plugins/elementor/includes/controls/exit-animation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\exit-animation.php', 1, 0x00000000000000000000000000000000, 0xab313d246be0970100472928da10f6b0, 0xcd0f37190c1496be7ab6681f0ff7f8eeb89a5936351f083882fd7b226f4b9bf6, '', 0, '?'),
(0x4afce6c4a1425493cd8d70e802762c7b, 'wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-bb-ultimate-addon.php', 1, 0x00000000000000000000000000000000, 0x72cc01c3c3a856c3c77cf16fdce75bc3, 0x21e33de0501311af23963d17d28d8c295b7d6f1eeb1b6afc6f099b38becf3bca, '', 0, '?'),
(0x4afceb0afe0c1c9b7c0a16386e5d2050, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\preview.php', 1, 0x00000000000000000000000000000000, 0x9d565de0f0a12d94f68df1d25ba64dd3, 0x94cdb8cd97979904abe44e9eb45599458eb9f18efa14c6a56b2edf4db37ceca9, '', 0, '?'),
(0x4b06ccc1eda426bb287b771af84c2025, 'wp-content/plugins/backup-backup/analyst/src/Storage/DatabaseStorage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Storage\\DatabaseStorage.php', 1, 0x00000000000000000000000000000000, 0x2adf4635b2a4c8a94e711af229f0bec8, 0xdf5ca1c7170ea886f44098fc58f48ef40cc9f3b26a10b8b477b4117340f32485, '', 0, '?'),
(0x4b06e06c8315920363fc6c1932ae16c5, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-parse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-parse.php', 1, 0x00000000000000000000000000000000, 0x9ec126e0b475bd61b1a4681cd57d1777, 0x2afde349adcb8687026ea1938518255053e1a99d931dca3ff0619a90b415b069, '', 0, '?'),
(0x4b0ba129ed9bdfc458e6735510f9aeb3, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\MatchesBinary.php', 1, 0x00000000000000000000000000000000, 0x64765cebc25d3f829d65462570cd9e9e, 0xc27aaa2959950a8dd836190ce0dec26dbe7877f88c34bf28c93617b68b96fd5e, '', 0, '?'),
(0x4b143ce455bc2ea11b75147610000b21, 'wp-content/plugins/feeds-for-youtube/admin/templates/settings/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\admin\\templates\\settings\\index.php', 1, 0x00000000000000000000000000000000, 0xeedd8e7dc9a454d61651b9a8b1b9e6af, 0xfc1840081e098c87e55f78ef498811c5ad0f1abda53ea7d1d8efea202ed4d211, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x4b184fd4eae99962b587af3329fccfe5, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\link-in-bio-image.webp', 1, 0x00000000000000000000000000000000, 0x821242d3836517cec62075830b9a442e, 0x5dd2d0a8db227fa4197ca7b82f520480a7915b701e963319a8295de741da9894, '', 0, '?'),
(0x4b1bf92fb9a6676d39145a1634cf544d, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0xccd82d378d59f56eb809f27c0f606888, 0x5fd331d5cb8d876744802949e9338329b3ec8384a13fa57db6fdba55ba8189ba, '', 0, '?'),
(0x4b261fafeb4b050de8c6830714fe32c2, 'wp-content/themes/astra/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\page.php', 1, 0x00000000000000000000000000000000, 0x5d8ba11f6458e3baddacb94052f02f64, 0xdd578cc9c6efb3b1486bc4c18827e6122a5f9bf266048168f82053acf49ad731, '', 0, '?'),
(0x4b2cd73a586d48c52fe7731980dc614e, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.min.js', 1, 0x00000000000000000000000000000000, 0xf814ceb4a185f0d9f9724af0c7afbac9, 0x392a50ae2b52ac5445314b103e037e72297befbb64414d7f12363b7ab6d2ae46, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Util.php', 1, 0x00000000000000000000000000000000, 0xfbd83ef93d41c3139c0c05736935de50, 0x98d4d24d3cee41a0e75715d12457e5c1584466732b61e620e97854e06e58feb0, '', 0, '?'),
(0x4b32423a763fe31619d45ceafc82807d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-2.svg', 1, 0x00000000000000000000000000000000, 0x41e8115ece5b716287f3370832a40889, 0x10ec5e1c63a1fcc3388f345b868601e297036a1755dae92a910f676effd3dbfa, '', 0, '?'),
(0x4b32ce0772cd294a51d69cac2cb56782, 'wp-content/plugins/custom-facebook-feed/admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x4b3a74a2cc9bfe48478edd3e486a83a7, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-one-page-nav.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-one-page-nav.php', 0, 0x3098b8942b5f43b5f3bb4d0beafd2d22, 0x3098b8942b5f43b5f3bb4d0beafd2d22, 0xa12aefb23fbaf1cf80751d0520da1c3e1968f2017efb6b5c907e539134abc070, '', 0, '?'),
(0x4b3be272a9a8617a9215090a0b367ffe, 'wp-content/plugins/wordpress-seo/src/schema/infrastructure/disable-schema-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema\\infrastructure\\disable-schema-integration.php', 1, 0x00000000000000000000000000000000, 0xd0a3c6471074b1c76b4b076f08b69cad, 0xaa7beb470063b8a031a004600cc4a257345a74e7b512fdbd9162732f7760ff43, '', 0, '?'),
(0x4b3ccab068f111a1563770e607dea4cc, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xaa0de8c0b9c4596d060aaff5473d52fc, 0xecf85aee11d035f5082925e3c10c99de2707110e189fa8516a0b0f9302aa9dde, '', 0, '?'),
(0x4b3e885e5baf50914618ed0e318b683a, 'wp-includes/blocks/social-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link.php', 1, 0x00000000000000000000000000000000, 0x2f33e9322ba661fe1897f3c76b74b859, 0xa20f76bb7f058561ab269a9fa60c1e5ca5bc144260b3b3a33071c16eb571643d, '', 0, '?'),
(0x4b4ab46264deffd9e48832edc4e326db, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/help-where-is-id.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\help-where-is-id.jpg', 1, 0x00000000000000000000000000000000, 0xfcda46423202411e8ec4c494197d58e7, 0x456b7245728dce64fbbd214177355b50824eb7768c91008637886d3748d4ee37, '', 0, '?'),
(0x4b4cbfcb580fbf0e0d03a2d1b44df68d, 'wp-includes/SimplePie/src/Misc.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Misc.php', 1, 0x00000000000000000000000000000000, 0x61062b66dd3f8f513bccbbecbc9355e3, 0x3a9f152efc79451e1069e021acfada7ecd48ef65b685e863f4af240c5f140845, '', 0, '?'),
(0x4b4d2327fb595fc9855c5ab6a3f0f857, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0xa58551f0045125e3b43b43e369f3fcc3, 0xb03b0d11a6944a756be1c823614176b333e7f53399f70a5e1294e1657ff2ab07, '', 0, '?'),
(0x4b4f1e6c136bfb64531bc969e221b36f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0xfd15fd5ecc10451c468dea8a285dd224, 0x37988eff7e41d79963ca38077bc4896ec21eea6606b7971986e90291f1723921, '', 0, '?'),
(0x4b525e4d797d88b49626b8ec523e43db, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Heading_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Heading_Control.php', 1, 0x00000000000000000000000000000000, 0x683b85fb62ffb7d97920a6a2311df32a, 0xc87c7cd7a71b12f1e79bb67255608540be9da616c34d12e770fdb3c5f6f07040, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4b5a0c90eabad1bcace4accbb7b6f26d, 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0xbd5a3e221f16e6a2226d644bfa370432, 0x351231e139f2540ee307e5a46a853cd044cafb81bae09520df8cc52edce61c9e, '', 0, '?'),
(0x4b5e5743e0f6706f8be2cba311c4388b, 'wp-content/plugins/backup-backup/includes/bodies/storage/backupbliss.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\backupbliss.php', 1, 0x00000000000000000000000000000000, 0x167db61bc6bf214326fc8c365e6cb826, 0x5d7b2c8f64e83c692b9eb602be54f4c9d18de219ab83fd1cce77f8b3daabb8c4, '', 0, '?'),
(0x4b60f1055c525c73c314112250259e6b, 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/token-manager-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\token-manager-interface.php', 1, 0x00000000000000000000000000000000, 0x6cd3eea090262c4e7d8ecf4afe923689, 0x34caeb62cef2cd969642a3a84de338004e231c5a1d475fe40af05722202bb818, '', 0, '?'),
(0x4b66551b393d2a62dc4d71e9552ac385, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/images/owl.video.play.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\images\\owl.video.play.png', 1, 0x00000000000000000000000000000000, 0x4a37f8008959c75f619bf0a3a4e2d7a2, 0x7a74b4cd827d361c53820ef81cec5eec6ca82cd49fb78d0e3237721847152730, '', 0, '?'),
(0x4b6a6510d8d3af78c805bd4a92801820, 'wp-content/plugins/reviews-feed/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0x22f42f1055cf6138ca953a31ffcb2b87, 0x13fe0e435a1808e9c882ffe8bf7d6aa685eec3b05048698ec35eb8ac99746912, '', 0, '?'),
(0x4b6d467ace2425e39a2267c5efc48553, 'wp-content/plugins/elementor/core/app/app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\app.php', 1, 0x00000000000000000000000000000000, 0x519fda2acab1c0a80587d444849b06fd, 0xae6746e08248fae309e87ed7eaefe7ba8ea36f07b1ae12646c35d362a7ecba23, '', 0, '?'),
(0x4b6d971692e934dba29bf9f64e540e71, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\featuredpost.png', 1, 0x00000000000000000000000000000000, 0x3dae1c421064335d813a11e366a86777, 0xe54585f9fff5bd12b35128c73420eade24b60bc430d3d5edc56e9edda1edbc71, '', 0, '?'),
(0x4b6db0d23b77fb4e968f4ac4c66db54b, 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedCache.php', 1, 0x00000000000000000000000000000000, 0x87a316b7bfe33681b38da8287540292b, 0xa84853022427fb26e76f28f41d6e7d1e6385edeb040b28f1414b615f5cbc4124, '', 0, '?'),
(0x4b6e114d09a573c90c9f7659b25ee8d2, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_DE_formal.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_DE_formal.mo', 1, 0x00000000000000000000000000000000, 0x753d5a1a130987da210d008974ae9130, 0x7c2a11c3ef389a5b376633de519ae05bf21efa6581fb5c31dbdaa83c25c41dd1, '', 0, '?'),
(0x4b791755fe3e9beff99b96d45b54254f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x4b7a1e07a082814835bcb7a13411e198, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ForNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ForNode.php', 1, 0x00000000000000000000000000000000, 0x16d863086808cd58d790fd728b2c6678, 0x91e497bd70660635f3aa3987dee9eca25913731f6b9ce6c1c356a06bb3c1c7c0, '', 0, '?'),
(0x4b7c469958e2ec323f8fd3ee92a0bd5d, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/PluginUpgraderService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\PluginUpgraderService.php', 1, 0x00000000000000000000000000000000, 0x46cb33591474c66e8be6e15fb5b38912, 0x1a1918db032c4402524deb372aaf2f2a2d753aaa4f91aff0fcd3a4983b1962a1, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4b95c43a719bdb9322bdb24616616496, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0x68e579f80b8a315aa79595519f00b7fc, 0x77eac610be8c9f94de27da0ed5a57a8670b1a190af2069052b2c57d5883ffc73, '', 0, '?'),
(0x4b99201c37c82a3cccb4dd32f9245469, 'wp-content/plugins/elementor/includes/controls/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base.php', 1, 0x00000000000000000000000000000000, 0x219509a4ce2c64487b4edc4e6cc89c89, 0xdec91e67aadd08531c56c885dcfc33b0bc525cfc6400dae185c1ce26fb397cb4, '', 0, '?'),
(0x4b9a17afdc417229363bdc17b142bcbe, 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-separator.php', 1, 0x00000000000000000000000000000000, 0xce2ea065e2a81deef5a9d295f044ac95, 0x004294f40b603545c4dabf0ab35b95bcca1b130fc50f64a2752def6255795db8, '', 0, '?'),
(0x4b9d91926d8015ab62999666a085d805, 'wp-content/plugins/elementor/assets/js/packages/events/events.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xcdadef4a60c23635f97cf63138bffcaa, 0xfc0a8294d9e695b70ecd5dac802f0a33071e6e25b65e15a8ff79ce20998b2812, '', 0, '?'),
(0x4b9f0844df10c24c18758cebab8c59af, 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\admin-menu-items\\submissions-menu-item.php', 0, 0xffa0dd82d5dc257cf0a4b29a8a12ad6b, 0xffa0dd82d5dc257cf0a4b29a8a12ad6b, 0x458f6baccc8888e113420aa6a76cb7ddf1f706857fb13dd3e54aafdbd2628ee1, '', 0, '?'),
(0x4ba7d2c4f6067385003ecc5bbf6444f4, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-parent-condition.php', 0, 0x4fa6d1164f1619420437b814b930283d, 0x4fa6d1164f1619420437b814b930283d, 0x3c231d2df80d18b9ba1bd326a3e2ed52fd4d7967706e6825b0b5f32c0af18840, '', 0, '?'),
(0x4badf491871ecb52097741c5e4d0651b, 'wp-includes/blocks/latest-posts/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor.css', 1, 0x00000000000000000000000000000000, 0xe750e2f26982c02994d602f3aef946aa, 0x554b3c90f4762aad23ce1c95b929d623c1f5f48da437489ef9a83eacbae9bc9b, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0xa8e472e8e14c9b185a54bc74cf9bcf52, 0xe22adb14c2c02223e580ae06137fb48155ee1438f7a8a663ffd42a5b87e66a27, '', 0, '?'),
(0x4baff6bfc22b010e409f7b322175b539, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\category-image.php', 0, 0x06788fabdba5e6dd54c9b71064d1efed, 0x06788fabdba5e6dd54c9b71064d1efed, 0xe38847735ee232ee048a2b317270a8db529eb2d64528d0c80e0b8dc5a159fe01, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x4bbbe2774b1b82322ca7aeae5c3537a5, 'wp-content/plugins/elementor-pro/core/maintenance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\maintenance.php', 0, 0xdf9009d449534cd23c74b44319bb3eba, 0xdf9009d449534cd23c74b44319bb3eba, 0xc1835ce0911177f2d02a9a87ef2e33e5b04160617e23eb33dae52923f1fa6ae1, '', 0, '?'),
(0x4bbdebb76e4b786d9e8122cb443aad7b, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0x5d2e80dde119883e4c44dae6e08e6dda, 0x689a5c68d5a6f4768610d098459b8bbe90c966a11fe9352323b5934b7c9ae818, '', 0, '?'),
(0x4bbe46cffed64add4e09c40ed5fcc60b, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\response.php', 1, 0x00000000000000000000000000000000, 0x185647f7a5d702b0cb7fb1dabee8a736, 0xd769dcbcedc5c10298c0f88455195cc6199cda66963d2321c36e96fd55e80b76, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x5020494ddd3b703801766eb3c75bf453, 0x9ba18895396a8008f16c78421414d86513483abf79a5257df363095450a75fd7, '', 0, '?'),
(0x4bc02e36c73f89bc07a44fb9e4de4161, 'wp-content/themes/go/partials/pagination.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\pagination.php', 1, 0x00000000000000000000000000000000, 0x87667e2f5d06ce1ab8db61a1a18dcb86, 0x0319cea3fdbebd214894053ae2d4d525f8b2abbc4b7f16dac09d6a943c0bb1ad, '', 0, '?'),
(0x4bc3b50787b283c0ddc28777d5cbc919, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x821bb000dfde2ac6465acf7213329600, 0xc8ec644cd41f8a7369b25c335c9572358909c4f3c657e3b9542913bae887cbab, '', 0, '?'),
(0x4bc77c37a9ee67e4f3b97e0c2071223b, 'wp-content/plugins/elementor/assets/js/tabs.40498fa771d612162c53.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs.40498fa771d612162c53.bundle.js', 1, 0x00000000000000000000000000000000, 0xac9b63c21074f4f19ef1eb75f95747d7, 0x21d2903389f96cc0e7dccf4af8f792b112ef107454434402401fd90e8bc5fa56, '', 0, '?'),
(0x4bc7890d5b5ce1969834f749c48b7830, 'wp-content/plugins/elementor/assets/js/packages/session/session.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.min.js', 1, 0x00000000000000000000000000000000, 0xf09b40dc2a2a3c82ea4e4cc29697108f, 0xeeca81e556ca9498e6a45781cdea74eec890ea3a0806ed0d2010827b8e5c7ab6, '', 0, '?'),
(0x4bc7a4638530c3c8aa468d2d4bce49f5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-inline-player.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-inline-player.png', 1, 0x00000000000000000000000000000000, 0x24c09db4aa3e4e17c3a33a1ce5b07066, 0xe173d97334f27d22c95d9699c89cb50da1b8ec9b64ec5803d4669965ab462e65, '', 0, '?'),
(0x4bc8033300ab1fee425b17853c604b47, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/gradient-color-stop-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\gradient-color-stop-prop-type.php', 1, 0x00000000000000000000000000000000, 0xdd4a6d3a3fbef8cd5169c179145ac3a2, 0x1d266b5d959cebd4ff90ba86d6f877e5b7a2e01e8d646f8f0a78a37c75767269, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x4bcffd069b94a7fc396552f98036fe72, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/automatic-post-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\automatic-post-collection.php', 1, 0x00000000000000000000000000000000, 0xfd41c0958e933a26cac4d383e282c689, 0xa6ff6f42a6463a505b372f459b89469146d072bd0a2bad4bb3ed0a790ff32a33, '', 0, '?'),
(0x4bd09ec78e7b5e54bb4777b0f49947c0, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\responses\\query-failed-response.php', 0, 0xbfaed2c5a181f5330eb07a6ab9410001, 0xbfaed2c5a181f5330eb07a6ab9410001, 0xc9a487a696d8f116c0df0ff9edb76998ca4e7d84cf2aebf0007000d1cdd737db, '', 0, '?'),
(0x4bd24e13ff0865c9523cf1062da6e25c, 'wp-content/plugins/elementor/assets/js/bcb5135af6b817bc9708.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\bcb5135af6b817bc9708.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x1662bd57dde1776a4cda7f51909de0a9, 0x4b0845604951d4b6380066c7665b8fae1209aacc640485f3ad41f4a3adf53c17, '', 0, '?'),
(0x4bd69923549472a515c2500ad9828a29, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\error.php', 1, 0x00000000000000000000000000000000, 0x276ebef9e38a6ac4f503be133da4c361, 0x637110b87a5fd310b7b05f2b85515a3389d0d76e2c4bc961121de93b91628120, '', 0, '?'),
(0x4bdc79bcc65d21d359076544b5ed0ba7, 'wp-content/plugins/elementor/includes/controls/switcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\switcher.php', 1, 0x00000000000000000000000000000000, 0xd72191d539470b39fe7a2f43a0ffc11c, 0x61c24c0a540551bb2b103707cbabebdf172ee233ef64df9e1ae0340e58d41151, '', 0, '?'),
(0x4be4a7bfacf731a2053181210e031f4d, 'wp-content/plugins/elementor/includes/editor-templates/navigator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\navigator.php', 1, 0x00000000000000000000000000000000, 0xb4165a15d8e7a9649d228eec67fd076c, 0xf38cfcc6a979ee27cbdfe8e11dbad98741d447504db2d63d6c65281ec1fec25f, '', 0, '?'),
(0x4be5004832ecf64c2666bcc6b3d202d7, 'wp-content/plugins/elementor/assets/js/9dcd9e88237da6496816.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9dcd9e88237da6496816.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xcb50b3b834dc06d25735c3e78db6c974, 0x07cc455aa7854d1b89ead0ecb35ca437bce6cfe4fdb4bdb49dc35d90d9557657, '', 0, '?'),
(0x4be5f50cc9166fc2eb3278043203126f, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0x596f2a21323cc34f4391329fc2a46032, 0x8c7cb5932ed5d48dd6f6673fcb7987fa3ba594bafb3f92f7ed2b0739c51d9e73, '', 0, '?'),
(0x4be9ecd5833fd53dea0b4c22389f630a, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-author-display-name.php', 0, 0xa483406ffca413f9d3a31c6dfe55b76f, 0xa483406ffca413f9d3a31c6dfe55b76f, 0xa6fa872c7826464e7e03a412c7d7146023fb5fa999d2ed0ac98eb7f0ed8270e2, '', 0, '?'),
(0x4bea5ca2e6fc1907680cfb039058f3a5, 'wp-content/plugins/elementor/assets/js/media-hints.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4beb37627bea72db750c26dc4d8e5844, 'wp-includes/css/dist/block-library/editor-elements-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements-rtl.css', 1, 0x00000000000000000000000000000000, 0xbffd8e637cbd24009a0e947b966fd0e9, 0x24c832695166feff977ede27a13ab55372d5da34033afe92aaa0cb41b73e111f, '', 0, '?'),
(0x4bf13ef0e4fc1f57a115da013a2a3e2e, 'wp-content/plugins/elementor-pro/modules/call-to-action/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\call-to-action\\module.php', 0, 0xf3cf9eee4f88f9ed469839a19f53d884, 0xf3cf9eee4f88f9ed469839a19f53d884, 0xec94cbfb5e9aea024e9b361c9708e5e527289b1c1ebdb40668aa75b4d4c2443a, '', 0, '?'),
(0x4bf2cfa591253af27bcd526a8fb3d458, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\author.php', 1, 0x00000000000000000000000000000000, 0x6282c52845cf473d84e2e4e63ae59d7c, 0x1333b3aa5aebbaead68288df6d1160d2614614fae411034dc95ac7d72ff56f2b, '', 0, '?'),
(0x4bf73248ca9e9cc3977ca9c200628b33, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/UsageTrackingService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\UsageTrackingService.php', 1, 0x00000000000000000000000000000000, 0xc5b76d0361e4d24dfc52cf1b0a4aa6d6, 0xc44ce830b6c400719367bcf0a12b868be333e0974bd7b17429e7fcd5b49e049d, '', 0, '?'),
(0x4bf920e88d179ef52a893bdcbcc66e63, 'wp-includes/blocks/calendar/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\block.json', 1, 0x00000000000000000000000000000000, 0x8f912625ede66b2ebe12025917cb907d, 0x0aae0bf4f61b5ca40a4634101a0a545d8ecf6236f8038ad5c4e75a017beae477, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x3a314eb02806e8786c018f58ddfcbf27, 0x7639ed870a7b6c174b8a0b867e71e2b023923e89e9dfa6b7bda1204a8501607e, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0xd3c52d0833141cc265e2b58762348a56, 0x9287f4a66234df4b2c07be7d9aa70cc5a33c6da820a669208caad3a575a03147, '', 0, '?'),
(0x4c02376f1938a6fabbd191cd343b8f8a, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/properties-merger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\properties-merger.php', 1, 0x00000000000000000000000000000000, 0xe168a20c32c5fb296ff268817e4fe962, 0x341bb313c3623a9ac879bc7e1fa00f2860e58a0cc3671414a9d1c6b46a6b6054, '', 0, '?'),
(0x4c0391bd4366e8dc05f99ab74290e60a, 'wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\wizard.php', 1, 0x00000000000000000000000000000000, 0x34bc760eb737dfbea65ddf03cf0bec38, 0xbdbf6fd840cd618d0676ab8f4dace0c0310816fa55d8a7d2f763b44472c46ca4, '', 0, '?'),
(0x4c07a0e345bb8fc58af50034f08fadc3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-seedprod.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-seedprod.png', 1, 0x00000000000000000000000000000000, 0xc30a484eb753948190f34e2089a87031, 0x3f3e9a67a01509de6781ba5ce6296c971b3cdc962f87f19778ea761dfae810a6, '', 0, '?'),
(0x4c0d9dbf04ad3c85c3200bfa6efb1c79, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0x4c0dcb2e818d426b1f7045a3d95c73b3, 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-builder-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-builder-preview.php', 0, 0x9da92f149383892ed65dc2e265b688f9, 0x9da92f149383892ed65dc2e265b688f9, 0x9622258fca8cb6f67bee8834866c37ea15c9f6219206902bab10deb27ae427ef, '', 0, '?'),
(0x4c13cf772aa7d29a46bbedaa91845488, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-automatically-track-conditional.php', 1, 0x00000000000000000000000000000000, 0xd223bf2496b9126108aaba9e1848b7a6, 0xb751452da45286edf24b2fbb81532d9b211056ce88662d84c890701efa2efe5d, '', 0, '?'),
(0x4c15f3bf62873ead6f4fbf6af9f12a36, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\FormatException.php', 1, 0x00000000000000000000000000000000, 0x456f73da43672e68c523c93b6160faf4, 0x0da6eb9ed383c84551c5b9ba69a9b0cc6ffc3f2cd49c5550e13e6bfb3497aed8, '', 0, '?'),
(0x4c1d0ba7ec3543ee5a1fe2eb08047a89, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\primary-term-builder.php', 1, 0x00000000000000000000000000000000, 0xdd984216acb5820a622adf2a658f4366, 0x47d9c80947f571ddbfeab870674b34ab501871dc99cacebaf9716256a3451dff, '', 0, '?'),
(0x4c1e0a345e9aa888e589c83b677bca51, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-recipe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-recipe.php', 0, 0x6a0ccc8138ec479978b099bb2a5ae101, 0x6a0ccc8138ec479978b099bb2a5ae101, 0xbd8bc9c57fc7fc889230d0a08ba4591ad68d70e7ba307afcc99516376b3b1da3, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x4c1f8be3b577345f4f869e4f0349f559, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-woo-product-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-woo-product-tabs.php', 0, 0x20a4752c023510cba63e283a06ba72b0, 0x20a4752c023510cba63e283a06ba72b0, 0x73e94fa595c42056ac616006621d3e6a46b221326377d97085b0ced404a870fc, '', 0, '?'),
(0x4c1fe9325cff8342f57381e632381038, 'wp-content/plugins/elementor/assets/js/dev-tools.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.js', 1, 0x00000000000000000000000000000000, 0x7d4a2f24dc557bff7602995b83f3690d, 0x4562864771d4f6b7d7b768b50c1391ca7253bbda502b3451658ce19000020734, '', 0, '?'),
(0x4c222ba4324c19bf3ca8a528506c5f04, 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x1f210992db408f1957c72b948f8a6a93, 0xcb59983ee47a81f38ccf9cef7767abde4bd6eab3b81b7d4c1983af74b9fe0a2e, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x22640a20fa088e5cbf0e60d4f76346e5, 0xff4d75401a681ff8d09dc9f0c28ee8d1cf05f28a0b73c088314e3642fad07e20, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xc6f045d5e79f0a4f5ce90419ca598162, 0x85d2274650e41a0417a82f470a93e04ab7a688eba75c4212f59e1aae88495492, '', 0, '?'),
(0x4c2a3bb8fa11a907f685d09a817ce822, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Base.php', 1, 0x00000000000000000000000000000000, 0x07d687e8c3a1dcfdfd3aba3be5be7297, 0xa786a27161673376e65c86b2b2f0657945ec718a4b77c56bd3fb85ddf38c6408, '', 0, '?'),
(0x4c39508a587bf98ef4b67bc145a1becb, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0xc0c9ad4b984a53311c0bb61e90dc83ff, 0xd37f2679d9d9a45c2fbf3976d9ff92e5bcc244c7e7dcf1148d49d193110aa97f, '', 0, '?'),
(0x4c3e18de5cde8b27f26755553b73e728, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfAssistantPresent.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfAssistantPresent.php', 1, 0x00000000000000000000000000000000, 0x5abc62f413613d7b7d7cee61bda3c000, 0x0094f59110d88d7e6aa9bd9c7b3fcde337c622dc4b9a39f2c7462f7ea3e1ac60, '', 0, '?'),
(0x4c4a7425a61f5dbf9f20a72a10a34f1b, 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\MySQL.php', 1, 0x00000000000000000000000000000000, 0x9f881b9a70c32f6c3148f007515a1fb0, 0x2f70e916858ffe3535cc184f6f01bb34df020a97a91a675df0e6530a3e1876b0, '', 0, '?'),
(0x4c4aa1227cfaad182c4c6fd551a3350d, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-custom-code-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-custom-code-menu.php', 1, 0x00000000000000000000000000000000, 0x61ec0dcb1f71b808b1462de70e643ef8, 0x1540aa711db3557d7379dccc9fb1c2e1a6f3b9a4257d0b707ca39e84148e4675, '', 0, '?'),
(0x4c4adf4576ff9e44d56861894f49c89e, 'wp-includes/Requests/src/Ipv6.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Ipv6.php', 1, 0x00000000000000000000000000000000, 0x12c914b76ea26a9df4b6e51d72ee9d94, 0x6a9645b09d02b1fc2dc12fa704228eaad2d32fb3a0bb00d255f7ef921a355ca4, '', 0, '?'),
(0x4c4cc247461a27bee2ecef1e3d1aace2, 'wp-content/plugins/powerpack-elements/assets/js/pp-magic-wand.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-magic-wand.js', 0, 0xde1290f65976ad0ed969c3200077eca0, 0xde1290f65976ad0ed969c3200077eca0, 0xda6b60725791c2a59b142b68e411f241f43641acca614f1929fb46ff5748494a, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x235c999c460d0bea0e06769b06430cf5, 0xf3839258b93734f105f9a6750d747f7bbd0f9c4d6cd78489a571547dd4eaf0bc, '', 0, '?'),
(0x4c52d9e374fbbd15d5c40a1bea0b6b0e, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin.asset.php', 1, 0x00000000000000000000000000000000, 0xe9f67dcbef193b5971570fb6a0f2ce6c, 0xcf4fbf7222ac383fb474ef6db34055444d2653c2b9361fc0badd585a78adf50b, '', 0, '?'),
(0x4c5336b14c9e20d0903084fd93ebd51f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/layout.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\layout.svg', 1, 0x00000000000000000000000000000000, 0xd44389bedfa05932eb47381bfc9f3388, 0x381b975669541b443cd7b44349c8e4a84d74c2446fdbd33816fd2cae01eeb531, '', 0, '?'),
(0x4c5422437eca10875b827e55a5d181a9, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\referer-extra.php', 0, 0x5081cc4d8cd52169207ab22def3cb309, 0x5081cc4d8cd52169207ab22def3cb309, 0xa083841d20a642d3ad1b4f478880b4a8a93460764ff86dc9dbea1cc34e2c8e0d, '', 0, '?'),
(0x4c5b62a27a7b79b8b13f18f380b25c20, 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\behaviors\\interfaces\\lock-behavior.php', 1, 0x00000000000000000000000000000000, 0xbbc3d67b168cde3787ae7a50643557f8, 0x7198c133578178111541dc2cc098157069f38a42f42f40292d785b3cd5dd809a, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-dom.js', 1, 0x00000000000000000000000000000000, 0x3edf0eb850cbd3326d48dd88b6c3029f, 0x128f003e68f12aae3eab9b1038054b8019d5dd68c52fcbd2965a531c52e1555b, '', 0, '?'),
(0x4c63cc19c76c41e7aca48007d67f08b5, 'wp-content/plugins/elementor/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0xbd5a3e221f16e6a2226d644bfa370432, 0x351231e139f2540ee307e5a46a853cd044cafb81bae09520df8cc52edce61c9e, '', 0, '?'),
(0x4c6402ae92edd380d8f8d99f1673cca1, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\multilingual.php', 1, 0x00000000000000000000000000000000, 0xf8f5be27025c837ebe0bf2ae17c0e85f, 0x28ad0e45304704ede5dec132643069ee1940570ce3d547d35da266ed49ca8917, '', 0, '?'),
(0x4c6c94bec993d84c26e7f429d77a42c4, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-price.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-price.php', 0, 0x80ab30a1231dd07344958dbf63b0080f, 0x80ab30a1231dd07344958dbf63b0080f, 0x19da0d87578b574f086bd7c95c450b19e0c7ae22a371c7b4aa7dc55cb6f341db, '', 0, '?'),
(0x4c6f3c66b66d56d3f84d080ec06bcf30, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0xec8e6657113a4842f71d9b5d4c5e392d, 0x8e02eb996472204359452f9a310d16b5ed4174180c8be4350ea63fed7d860fcf, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor.css', 1, 0x00000000000000000000000000000000, 0x9e9f4aaa9dcb1b209b5c89e8c3886a4b, 0xc384e0f47f85ed0684be26b89b56887dc16d964e6b0faf5d40ddc5c595445b86, '', 0, '?'),
(0x4c76ee12821aab66aac990894b75e978, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/main.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\main.js', 1, 0x00000000000000000000000000000000, 0x35180fc7d62fec96b071e59a90455385, 0x18f39ad234a2cf342b27c752bebafe19c9f4b70263effe416860e538680fa17a, '', 0, '?'),
(0x4c7855386b84117f3aed68f8bb465d27, 'wp-content/plugins/elementor-pro/assets/js/off-canvas.c6c9ad84eff54adcd9f3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas.c6c9ad84eff54adcd9f3.bundle.js', 0, 0xa90974b94f4a2f516ae903cf1708f03e, 0xa90974b94f4a2f516ae903cf1708f03e, 0x96edb1f3c9e06f774b29e74347e4566a0c4de5b0c39fd5ca56145e02900392ca, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0x948c2c8bc363773852ae46b213a25c18, 0x64db79870e8d49fef526341eb886b828f18c0feeaed8362b057b86eea4e183b9, '', 0, '?'),
(0x4c7a0936b49edd6851bc81da1e57cb37, 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\mu-plugins.php', 1, 0x00000000000000000000000000000000, 0x64bd4ff3b133b3f4e6ec7d3f8386021b, 0x8922728ee631b154785ada65fb2c349e1ab259b5c9fbe80c8b419b7115546d3a, '', 0, '?'),
(0x4c7a456bef9f52f04255c2295a0ae662, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\ParameterBag.php', 1, 0x00000000000000000000000000000000, 0x2712b413d7fcd17e4fff6a7f447dd29a, 0x8e2c6e91877872cf4420299a9b512b625f84509db3253c7a08a8bb49799cda5e, '', 0, '?'),
(0x4c7c528bed0108071b20318b10f48eff, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Support_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Support_Builder.php', 1, 0x00000000000000000000000000000000, 0xd1d636e858753d2daef63fd3026ed118, 0x200e0d8cbf063ae41909ffdc83c545be0d0b3c43e3d486097e0ece1890df1865, '', 0, '?'),
(0x4c86d501c90c0857f1ea55e19528c872, 'wp-content/themes/astra/inc/blog/blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\blog.php', 1, 0x00000000000000000000000000000000, 0xffaffc3dbe247f73959cf65ece214ea7, 0xa7e0c49bf54c93a73b77a5d59ed4a386f59f317417b613d76387e2fe2a6bc72c, '', 0, '?'),
(0x4c8e4ca3cdb0fd7e510d321a9fec7046, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x04d0ee201257c6962acfda1c8c4021e2, 0xf6b8acbcdc83453e69864f5d8c48013d240f121f37fabcf45d4ff2d7cfe0961c, '', 0, '?'),
(0x4c91531f6d143310d06cefbdd1311fe5, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/cff-admin-style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\cff-admin-style.css', 1, 0x00000000000000000000000000000000, 0x9d90b767c25d7f0f74308701bb660389, 0x7e18c71bf30a80103a2f6c1997db6bf4328767d330b4dd2a07fa3639dcbef57a, '', 0, '?'),
(0x4c94d56811ff756047414c8c79e0d9ae, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/messageNotification.8969d20e3d72b1e9d6b743ed23e28ffb.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\messageNotification.8969d20e3d72b1e9d6b743ed23e28ffb.svg', 1, 0x00000000000000000000000000000000, 0x1e4827c37a86e536f17354095a860641, 0x3ea4b443f4a98f471e773e8f982cca2249f0a8c4b5448ffa39cb41068cf5bc01, '', 0, '?'),
(0x4c96f389d5bbcbbb764d6c57ab9e649c, 'wp-includes/blocks/pullquote/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x4ee99f292413ff74aefd4f32b0ae86c6, 0xa24fa69fbf08dc7c315541d9671fb2831baf5cc00d3a4a6ac62f1712f04c5b45, '', 0, '?'),
(0x4c9e04f267aaa97249402fc8835d8e65, 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES.po', 1, 0x00000000000000000000000000000000, 0xe78ce6bcef26ccfd1209f495757001bf, 0xaf1dd9c96edacbcb076b565d53b25d19ffaf527ab58c46dac72a91f021588d23, '', 0, '?'),
(0x4ca743ea3e94d14d51c89399191b6ed4, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\menu.php', 1, 0x00000000000000000000000000000000, 0x37ff012d1f0751a423ac0e86535b8fdd, 0x8625364fc77d23a623824c6368d3cd6254af9c007940371cd09d510073cd2425, '', 0, '?'),
(0x4cb35bc2e29a29daa21fbbde7ac62e18, 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ca.js', 1, 0x00000000000000000000000000000000, 0x1135408d646c984c37fcafe3dbb8ad76, 0xa056f3e4845ef688be79b690db5f1a9e0b280b017cb90726a26466dad7ef80dc, '', 0, '?'),
(0x4cc12670f712f3c78987c21a3a427238, 'wp-content/plugins/elementor/assets/js/editor-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.js', 1, 0x00000000000000000000000000000000, 0x7e36e57186c8e42c56ec147f577e311e, 0xe594800465a12cea18ab748b5c161c897f9e9649a6babf947c983132ff15f2c4, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\wp-db.php', 1, 0x00000000000000000000000000000000, 0x8f71ca619566e48071402e9d52bcd16f, 0x88745c024bbc28c9aecb58ce278cb4b75be71daa2614e8c9786ce2f2a7141ca0, '', 0, '?'),
(0x4cc2dfef1eb745a6ef67cffde2d64639, 'wp-includes/blocks/post-featured-image/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x86caa18d4d5fae9c6bd4d0152293232a, 0x5408ae466b4e8839d66f2bf02a473e4e92f6d6a9bddaa4178ef3eabbe97da1cb, '', 0, '?'),
(0x4cc65d53a3f8d70fbf6d3eed7237361e, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-generator-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x5143273a7bbdc822bdbf212234616517, 0x21af32f73a35546a5ffca26b3807da0ac9714a2a6a7490fbfeedbc25af423242, '', 0, '?'),
(0x4cc6be3eb425545c6eb7769cc106226c, 'wp-includes/js/dist/script-modules/block-library/query/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\query\\view.min.js', 1, 0x00000000000000000000000000000000, 0xbbeb69c65bb213492ceacc488c4ec4c9, 0x79e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c580, '', 0, '?'),
(0x4ccabe4420399be2d5de1074bc39aee2, 'wp-content/plugins/wordfence/views/scanner/text/issue-postBadURL.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xe249125c1c549ed8d1ea1f5e80112725, 0x5996e8e26c6951e6447f07dccff47d3bf6bb24184ed1212f89dc8d71375b0e2a, '', 0, '?'),
(0x4ccb7ca5bcc21e9ae7d52d801a29f0ac, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\base.php', 0, 0x56f96c23106a56d5015ddfdafb77d95c, 0x56f96c23106a56d5015ddfdafb77d95c, 0xb0df1ee849a60974c76b9610ed49f1b67ff512742bcd24c4a502ef3affb99925, '', 0, '?'),
(0x4ccecc00fea27fa5e26fc933ddece15b, 'wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\webhook.php', 0, 0x467065a2e623959ce59809fed9023919, 0x467065a2e623959ce59809fed9023919, 0xf63ef7d2caf4badb0e8a9151e865459b30cbaa72bbf897d35f73ae3eb3eedb93, '', 0, '?'),
(0x4ccff6d78730106fd4fa1fbd457fc7f0, 'wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\support-chat.php', 1, 0x00000000000000000000000000000000, 0x1df55106a76284509097356c330e0d8d, 0xe0dfd94f5007b79be3ba92979ca51beff52d21ad24fe63cae7873672fcb51b37, '', 0, '?'),
(0x4cd049aceb44a4404191fffde1ca5322, 'wp-content/themes/twentytwentyfive/patterns/hero-book.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-book.php', 1, 0x00000000000000000000000000000000, 0x2c50dc4b4ecd9c31cc2fa0140ea6e2f8, 0xeab3435e3b86a18a94c76bcf8777c7c006645469c4b56c862bd983a57108cc76, '', 0, '?'),
(0x4cd5bfd70882e3669596ea1e77835b9a, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/header_logo.fcaed2dcc9dd384eece16d3a795a4b59.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\header_logo.fcaed2dcc9dd384eece16d3a795a4b59.svg', 1, 0x00000000000000000000000000000000, 0x26d817fe081e5d07c562a596ec0dace3, 0xc6c4d2d1777889ca481d02402a70d6d85d1c0d399379730719322e8f30c30044, '', 0, '?'),
(0x4cd6228ee876c51154e28c02ccb14ce9, 'wp-includes/blocks/comments-pagination-next/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-next\\block.json', 1, 0x00000000000000000000000000000000, 0x199189cc8597617adf6143e53f82bc0b, 0xa1a0cbe3b95bc8439d0bf8c9fe7939d78a60ba27aa23462f4a30d94394dd1e16, '', 0, '?'),
(0x4ce0c00e0d0be62510c2c2067bae1cb7, 'wp-includes/blocks/social-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\block.json', 1, 0x00000000000000000000000000000000, 0x682676a89a3b9b63e210327adee6e5e6, 0x757a199eb939a1b799f0bf3859b85075c44c85ac3f858413b6b1e3f0f9f7713b, '', 0, '?'),
(0x4cebb488da9241fa23758950dcbeeea1, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\render-mode-template-preview.php', 0, 0x1c53d983a57a337bdfc012c61b0e7c25, 0x1c53d983a57a337bdfc012c61b0e7c25, 0x66e8d1771477661a52692e68219e1ec1ba72add4ac4caf4859944f03a2e25426, '', 0, '?'),
(0x4ced9f08565d92c1c0a5a8bf31dc3ad6, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/styles-props-modifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\styles-props-modifier.php', 1, 0x00000000000000000000000000000000, 0xcb62de74ca44c170f4431c5f5b652307, 0x620ee7f1d4bcf11583b76ecc254f0586307caf6934023dc69e84cb12e430f398, '', 0, '?'),
(0x4cef527a03483ba20c7b3d2435f1f9ff, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-runner.php', 1, 0x00000000000000000000000000000000, 0x0cf563a5117ba58036661dc711fbe4a4, 0x72cfdaccf49b9ae00e9ddbc0788017d8724e9d64f43b37c934f03d48c8d3aec9, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.woff2', 1, 0x00000000000000000000000000000000, 0x4db6aca14e3ac2d227e5caa4b7dbc8b9, 0x4af30c98218aaf9dc9cb584c6c600b9265fec34fafecb07302d048b989b8e383, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.scss', 1, 0x00000000000000000000000000000000, 0xddbae8e343c84e01433a0b3787da586a, 0xeb36653f64d0051112c4785a7af49b085717ea9d50f0f017ab528f31e66a74bc, '', 0, '?'),
(0x4cf1d1293761e4e57fe734cb0aede520, 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-gallery-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0d7bf82c4fac5cc90184165df8db08af, 0x5bb23b33f3d7db54ace6c907dbf51df6a248c532f3d268a58a424bc251ea16e8, '', 0, '?'),
(0x4cf2d69e2b5089430c86d0297e75ac5f, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-errors.php', 1, 0x00000000000000000000000000000000, 0x01af4cfee02f01b731037b2afe557d68, 0xdfe72772089e82b0d4ecb3643ecf616bb95a21c0939229f5667d8ca31b245ed3, '', 0, '?'),
(0x4cf381b8a0c12c5e1a9832b177e10805, 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\attachment-cleanup-helper.php', 1, 0x00000000000000000000000000000000, 0xdc152705c4ce77d9b58a74e09f083e40, 0x4812c94f33aee36142b55fe3d6506a6f2308a89ba3fb0b0adc62f9f0b004c775, '', 0, '?'),
(0x4cf3dc110f8d707b3ea6708b155d33eb, 'wp-content/plugins/elementor/modules/kit-elements-defaults/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\module.php', 1, 0x00000000000000000000000000000000, 0xcecb0fbda94a5f7be7ef8476c2bd551b, 0x2d7df3a96acf830233aa46803841f072ca47d38074f9fe7e3e3d483ad86caad1, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wplink\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa3b5ba52bbb470885a3a82fe02168a3d, 0x176215e08adaa2040aba1bd7d5fdb3534001372f368fb4ff902c61fa736818d1, '', 0, '?'),
(0x4cf931488a4423dfc7ad1e68603a8c88, 'wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-intro-image.php', 1, 0x00000000000000000000000000000000, 0x7644a74b5dd1809b4f9432cda2bbc190, 0xd5ad02ac0186fe5422434ce70ff60bdddaae511de9d47ccaf904b85a11a769db, '', 0, '?'),
(0x4d02567954c4b0ecfc91f85858533187, 'wp-content/plugins/powerpack-elements/modules/business-reviews/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\module.php', 0, 0x56c184af754894cd2e04022658ce676d, 0x56c184af754894cd2e04022658ce676d, 0xd684ba1fecaf5730b23a26862a6fda7c656a9342e9d77289208629a40d82d966, '', 0, '?'),
(0x4d0d7db9a030ab90a350f44a60864ad0, 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\to-be-cleaned-indexable-bucket.php', 1, 0x00000000000000000000000000000000, 0x06469614bdd9ef4dd39813b382bb5508, 0x7c56bb309c8d8e9b780e1b23d98d1bae5783564cc0cb547b73e79854541bc974, '', 0, '?'),
(0x4d10d951d3d44820ecb650ad72c57832, 'wp-content/plugins/elementor/assets/js/0bc41c4656ca54cf2aca.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0bc41c4656ca54cf2aca.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x08a0b00492062272edac7babb347aafb, 0x379088f623861028c8ce59a0a25ba71c65373e2c7d6df0c368cf34c2027a7c6c, '', 0, '?'),
(0x4d13a8f46d13601db17277ba6b3bc67a, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/readability-scores-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\readability-scores-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc69f9fd565d51c3b36160c99706251d4, 0x3462318bca296d829b6e5c9de5909e7ca440ab650c4a319ed790422be9052b0a, '', 0, '?'),
(0x4d145dbdbb8e1d7da077ede32d9b2188, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\website.php', 1, 0x00000000000000000000000000000000, 0x355620cf0d962f21db05410593e2ec0b, 0x05871dd01133ffdf71af6d410415e7ca7bd84acf5d57586e82f8e96b01224690, '', 0, '?'),
(0x4d1752f24e45b62f97878599d2a456e8, 'wp-includes/SimplePie/library/SimplePie/Misc.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Misc.php', 1, 0x00000000000000000000000000000000, 0x75328f6d210b4ad366d06e2814686ee8, 0xcbc297537502e1d95b1b675dd7f81c400fe19da682264fd62de5844fce7c22f5, '', 0, '?'),
(0x4d1924f3b1e1e0c394e3e66be2ca147c, 'wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\global-misc\\class-astra-global-misc-configs.php', 1, 0x00000000000000000000000000000000, 0xed511d45338e5c2a057c5c56d4abd4ad, 0x50e1008e0419db327823f9292c78f152dbe6da7d160eb90ef4a04502199cb233, '', 0, '?'),
(0x4d1bfc433ac22630e8389633fca6ba3c, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-integration.php', 0, 0x632d3e181b29376e28238d4aa76ed53b, 0x632d3e181b29376e28238d4aa76ed53b, 0xc841b388e450c7ee334e0b3e35afdeb3e3baf6774cea6207f82940363bd843d0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4d1ff3b9bea58bf6cb4b7fd42c51eb84, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-content-readability-child.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-content-readability-child.php', 1, 0x00000000000000000000000000000000, 0xfa51d8856a16ca7765606208f50419fe, 0xaca18e58ce64cb2aa3901e5085462d7109f5a99a616c8b17349778d981f950b5, '', 0, '?'),
(0x4d24404ce8a66cbd782669a3c32d8987, 'wp-content/plugins/powerpack-elements/classes/class-pp-taxonomy-thumbnail.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-taxonomy-thumbnail.php', 0, 0x599ddfeeddac3e9460479084fa6bbd87, 0x599ddfeeddac3e9460479084fa6bbd87, 0xc1e9a80926836d37e185eecbb867986cdd831119aab653541e37571e4504c55a, '', 0, '?'),
(0x4d282d7740ccd8d84009ee82fa1c6fd6, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/SB_Twitter_Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\SB_Twitter_Cache.php', 1, 0x00000000000000000000000000000000, 0x842bc94947cc2a814b0e535ac56f49c0, 0xba730da63bcda612badd11c1f31213a78b3ab2ce0e7eb614ded552e938d7d03a, '', 0, '?'),
(0x4d2c225694dff88559b103ff8dbb71f0, 'wp-content/plugins/elementor/assets/images/placeholder-cloud-grid.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder-cloud-grid.png', 1, 0x00000000000000000000000000000000, 0x9c83852ab79d69f3c1eca1b1320bb474, 0xcdf7a758a46a11131111efbbb51199595f985263f135bb787a2615c0b05a45b3, '', 0, '?'),
(0x4d2e2c42876335352375b584631877a1, 'wp-content/plugins/backup-backup/includes/banner/misc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\misc.php', 1, 0x00000000000000000000000000000000, 0x1966c91ab9d67459633f2b68d3d75df3, 0x7c162e049c58c0dc3a97bc00fd8fbc72e10cc6df222c06bbbfeea6356168f579, '', 0, '?'),
(0x4d314e9b363d07eba2a153d71263e756, 'wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-gutenberg.php', 1, 0x00000000000000000000000000000000, 0xc30c2089eb34a8498e52120f21bbdfc8, 0xd59d7f3d724c45502d14aed56db2cd5444290673778f6a9f74ed0f05c299f246, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style.min.css', 1, 0x00000000000000000000000000000000, 0x0f42831badbfc2362c07ca19e92b00a7, 0xf0c42fd3eb7f1000ce5865b2de63ef1acae25b58da9a6d3c6dce864273ae239b, '', 0, '?'),
(0x4d32acb1ede0442110a1c46317c7e99e, 'wp-content/plugins/elementor/assets/js/import-export-admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.strings.js', 1, 0x00000000000000000000000000000000, 0xf5a914a2aec481c7d6e676361a6deea6, 0x5046054b526daaeb614ff61f44df9fe3265537ee778e7325601e8c90d80ad1cb, '', 0, '?'),
(0x4d33be146382f574b8b89f7ec4abec14, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.min.js', 1, 0x00000000000000000000000000000000, 0x1d9dc45efd772d44a291999d555c3e8f, 0x18dfacd6c10aa95aa4cf99ef297b6bf4e23bab71256308d2b77d487599f845db, '', 0, '?'),
(0x4d3680c33f01c8271eb35d0eea3dd96b, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/import-export-props-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\import-export-props-resolver.php', 1, 0x00000000000000000000000000000000, 0x52f66f3a9352721e0dcc98bfd4a9d9ed, 0x9bc68f9fa8b98bc1083e0ac5f921e3bcd25c35d19da7c0c3c982568119151672, '', 0, '?'),
(0x4d37463e2c41cf3582ebc17a3385d5ff, 'wp-content/plugins/feeds-for-youtube/frontend/.yarnrc.yml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\.yarnrc.yml', 1, 0x00000000000000000000000000000000, 0x59c80d1857cbce1ec413c62bdf5210e6, 0x68dd6c678fafae229977f42474c2d3f70e7e1c6ea3300d4cc0f7c42521448198, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\post.min.js', 1, 0x00000000000000000000000000000000, 0x1d1f178ab6b56ec95dcb98f14e0a4125, 0x0e7995f9e2a36dfe84e48c091b83cdba3ca5528f9758ee304aa483156ea9755f, '', 0, '?'),
(0x4d40e7177d76d71757f23f9a56a44899, 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-fb.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-fb.png', 1, 0x00000000000000000000000000000000, 0xfa1a4730cb1b293974eafef75ad7ef4a, 0x95e1be2c22a865031e6a8ddb75ec10b356b053514073f9bb6f565d140460ded2, '', 0, '?'),
(0x4d428a610b28b7eb4b454a4c2e0f20e3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Support_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Support_Builder.php', 1, 0x00000000000000000000000000000000, 0xcd6b12d0728165a34fda5656f4dbadde, 0x17fd636837c566185fe5ffdd6a93ba000189d489358406264619d9673ab7640b, '', 0, '?'),
(0x4d453ce286650c21ecf28e6ae8c31085, 'wp-content/plugins/elementor/assets/js/editor-document.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.js', 1, 0x00000000000000000000000000000000, 0xb9aab3c82f324d2aa9d6f21715a58a0c, 0x1692f3d7abb689d003489b1ab0254393eb78be3ab9d23c5b4175ed512c2ae1cc, '', 0, '?'),
(0x4d4e6945dab6a4c99d52611e93e51116, 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/wordpress-urls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\wordpress-urls.php', 1, 0x00000000000000000000000000000000, 0x0e2415f094616f9bd334b0bfcc5fa671, 0x3b773690490ed7e690eff1a1dd9eb03c5ac31caa971d3efe1c0f6e8a4052b912, '', 0, '?'),
(0x4d524d667c0ef111e6f20fa9d8071ce7, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e1fe21d34e87f55f49349273eb3a456, 0x57022e82b72ba56a219e6f1e98b3dbcfbe3250c418ade2f5add33aea8e9df77c, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x4d5790d3fa51acb83b6318697e1b38f6, 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-input-validation.php', 1, 0x00000000000000000000000000000000, 0x78091584614c29c2f44f3ebc00ff4e20, 0x6cbab81f91e1ec38eb59f55aa36c412697a69baacc7eefd5b731bd80f58854e3, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0x2259e2306733a131fec6a96c17be169a, 0x62a057108f8443a241689f5d54cba9ad254c6226fdff41ecad8671e1e7ecba8f, '', 0, '?'),
(0x4d5c73ee78d0a25ec0e77b29d7b8acd2, 'wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\widgets\\slides.php', 0, 0xa577b7a12819ea230e826404eefd59bd, 0xa577b7a12819ea230e826404eefd59bd, 0x17a5287600428d1252f8aa7a8b8110e2ff0a4221ab1eade5c2ab91a2c4c55a3a, '', 0, '?'),
(0x4d5d17b231e6f76c4a0fe6fbf0f16fa3, 'wp-content/plugins/elementor/modules/editor-one/classes/active-menu-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\active-menu-resolver.php', 1, 0x00000000000000000000000000000000, 0x120a590ac6c8140642ff661f80e635c5, 0x39ed4f54c5d94496977988002f12ba479a3e221a22f194a63a406749186895c0, '', 0, '?'),
(0x4d5f802c2f975007b9b3d408ea871429, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reset.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reset.svg', 1, 0x00000000000000000000000000000000, 0x83c8c4b52116f824bac8041596d1ba7b, 0x317de5a678d2c9e36cbabccfc68f32a4032386d21d016ed32692c30dc9cff487, '', 0, '?'),
(0x4d6d5106afe5b425eb95fb396b319e21, 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x763fecd30e7e40dbfd3db79b027d83d5, 0x228e4ce23e3b5748efd9d5b525fbc59a65d22224d2e4a89e0b57445c1443379c, '', 0, '?'),
(0x4d75106f062e498f25587c62f332a359, 'wp-content/plugins/reviews-feed/assets/icons/airbnb-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\airbnb-provider.svg', 1, 0x00000000000000000000000000000000, 0xc2b9d144cf580e94870766cd6549aabe, 0xd83e07e16515cbdb5058e5c2078e658d9d56a0a345dcd4f064590b298e3522f9, '', 0, '?'),
(0x4d76d05596254cd2b5899bb4b2e01b6d, 'wp-includes/blocks/navigation/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xbfe7e45763186622fbc205153ffd10af, 0x6a4bf8b15c13e07f69c0ff4f2e0f145237ff3e4be143c8d0f8448bfdcd76b0b1, '', 0, '?'),
(0x4d7b0924423fbe07dd7a388b64b8f4df, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookopen.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookopen.svg', 1, 0x00000000000000000000000000000000, 0x867a952970390d4f018652ad09a15c57, 0x717946f8ed8abe8020de876bffeed7738f34b29dc8733e8f705424175ebeef69, '', 0, '?'),
(0x4d7eb1d5dbb1ac81422e8166332634fc, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0x56d22bee86f721fa44f3aa4e0692f6e4, 0xf5aa2cffb77fbd50af2350500b1f406944f21fb2fb237bfdfe059df64eebe796, '', 0, '?'),
(0x4d8116ca3a1cb3aa5224225d4917ab9e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/EvenTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\EvenTest.php', 1, 0x00000000000000000000000000000000, 0x2ac312e563df070a49c5b92ad384e510, 0x13e9529dc2b875c4e80672404455cbd0dfe90bc7e597179837749b0a083c39ea, '', 0, '?'),
(0x4d8333050eb5a5aa386d0116e1ddab05, 'wp-content/plugins/elementor/assets/js/5b74c81f4d425912a202.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\5b74c81f4d425912a202.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xb2ddf27f2555c5f1ed2ff0c5b6218278, 0xa240ab23ed810b8245c4aaa96210ee1294e555415fab3327f0de8e392295ebed, '', 0, '?'),
(0x4d83f120b790f380908235d596bcc206, 'wp-content/plugins/instagram-feed/assets/svgs/flag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\flag.svg', 1, 0x00000000000000000000000000000000, 0x3c06ccb9d5adc8839ac66e366311c90c, 0x971e033cbe5e3e0e66561955f5c7be9b418dfcfd8c4811436f040e1e64c2c547, '', 0, '?'),
(0x4d8c0c25b31d2a044d973984ebb89ef9, 'wp-includes/Requests/src/Exception/Http/Status412.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status412.php', 1, 0x00000000000000000000000000000000, 0x83b7f9b7dc965b383f5e46f2e85954ff, 0xf672eda8b9ebde07fc80726ded8cb02792c14ae85719789dca85439494521a65, '', 0, '?'),
(0x4d95f658c40b9936f30ff25e9a3673a3, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x906a973e8d36c3c7bbdca359897640ef, 0xc0b6a72867cb5b028d6a8e0ee7b9c96984f04d4b0b93658ee374a012dca69e5a, '', 0, '?'),
(0x4d968a7393aeb2a38fefec66458de0f1, 'wp-content/plugins/backup-backup/admin/images/minimize-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\minimize-min.png', 1, 0x00000000000000000000000000000000, 0x3f0d8b720d7ba7f61d694c24ad017e22, 0x55e8a96a4ecd1448ef0d78235a3225e8cf7d7e7c1696e8749d7996a23496d3e1, '', 0, '?'),
(0x4da23ed5aa947c3e35e245dd8524f11e, 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\wincher-logo.svg', 1, 0x00000000000000000000000000000000, 0x725cc76ead7ac5e6489f5b9ccc1f97f8, 0x3c5ff7a4b2feb7c66cc1798b990816be18cf0162630bfa1aaabe3f6078039cda, '', 0, '?'),
(0x4da755f2e1da9e8f1d8eadef561b5c16, 'wp-content/plugins/elementor/assets/mask-shapes/hexagon-vertical.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon-vertical.svg', 1, 0x00000000000000000000000000000000, 0x79bbfa1549cab885f83d404a5d662b04, 0x777345c548a0d8dbaad1615a2ff9f949a26d454831d2989eb2b95d8ba82f35c7, '', 0, '?'),
(0x4daa8799653e1c203c8c600d8a32bf75, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-mini-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-mini-cart.min.js', 0, 0x053a7da9c5f36af903165f0ec6567f17, 0x053a7da9c5f36af903165f0ec6567f17, 0x7705dde19b8d72c740e28e4c7f50bfc5c07bcce1b90bd3ed3b23145d9846e7ef, '', 0, '?'),
(0x4dbbfe507aab5102f34170d022fb4d2b, 'wp-includes/blocks/read-more/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe475a7d6b6a92e59b110daab5bac0314, 0x0c33217859ff3f32b53de5ec5e26c9ab04463c4ecbc5cf6f05334c8f8e8684d9, '', 0, '?'),
(0x4dbc93014ddd1f076d518cb3ead44dc4, 'wp-content/plugins/wp-reviews-plugin-for-google/include/step-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\step-list.php', 1, 0x00000000000000000000000000000000, 0xbac56f55c0a2e1faf28d122269471c4d, 0x635f8319d12035a38c0a28051e6a5b09fad421d75ee95b59772e0853a7c0ef0d, '', 0, '?'),
(0x4dc291d03b0d3b5e5579adeacf6adadb, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube_logo.09a9ebfeb224b130a7912e5927bc920c.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube_logo.09a9ebfeb224b130a7912e5927bc920c.svg', 1, 0x00000000000000000000000000000000, 0x21de62878c2fcaeff2832d99d717f952, 0x83fe57f540eaf06a723d91d381136b957b8150574c6063ebe02461aeef5da5e9, '', 0, '?'),
(0x4dc42e7785d88867d3eef2bd4c2c5d0e, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-uk.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-uk.mo', 1, 0x00000000000000000000000000000000, 0xa1e4fd2175d85ceebad105e1d98958cd, 0x195e9e7f62d6009f82122dadc0885374e3252f6a9d5d1f268c885e8b306d4dce, '', 0, '?'),
(0x4dc5fa1463722ede0f91d8795f626b12, 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x4e6c7467df085dabff00ba169e10e2ea, 0x139dbce1b35ff326d68136a1b33af924fdcdd3abcbfb2415dbe9bae173614b0b, '', 0, '?'),
(0x4dc7fe0c4d99954eb73eff2d717843f2, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\base-app.php', 1, 0x00000000000000000000000000000000, 0xbba06ad07a6ade53ac0924e455aa14b0, 0xe5cb31bf5692691141a22248783a9493a148cae9f1166d3e86817fc8995b9059, '', 0, '?'),
(0x4dce3589a0eab81b58d730857dd0ebd8, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-post.php', 0, 0xbf7f4ce9a8cbf45defad27a17550cacb, 0xbf7f4ce9a8cbf45defad27a17550cacb, 0x347c38ef4b98fb07d44cbbca7e2eab669260712c79c76671e8115044cb9b716d, '', 0, '?'),
(0x4dd03183ed0d532371ab2b9ae7c6b098, 'wp-content/plugins/wordpress-seo/images/redirect-manager-thumbnail.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\redirect-manager-thumbnail.png', 1, 0x00000000000000000000000000000000, 0xb891620b7c0a84775e062dd09ca531e6, 0x310652855136e69526fd00007111ccefb21420286395cf5db3d789b2b6a109f2, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x9f088aeff281792829c18b3120584599, 0x3b398b8725a002234192a19f9a576973ca1d41410c000721148d65c6343ff0de, '', 0, '?'),
(0x4dd3385dbae45ee0d20bfe109e5f9cbf, 'wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-register-sections-panels.php', 1, 0x00000000000000000000000000000000, 0xd7c4aac547806be1c97924d014766ac9, 0x197ec1cea0fcb91bccdfd2619f99036715e6258b37a2978c9dc186fc4e9365e8, '', 0, '?'),
(0x4ddbc034530bb71efdd1393b3c93dd7b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/youtube-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\youtube-icon.svg', 1, 0x00000000000000000000000000000000, 0xfa585a38958f6797d51022012f567610, 0x50eded6360548f749f3ba117f7c23585a0451efa38ddda3a21b882e4b761695c, '', 0, '?'),
(0x4dde1f426f61516440f4001351c5f8f6, 'wp-content/plugins/custom-facebook-feed/admin/views/sections/sticky_widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\sticky_widget.php', 1, 0x00000000000000000000000000000000, 0x1e8f07d690b74984b8fe31e0c17a33f5, 0xb6de1a1bcea6c766b82b0155f347f9295cdaec207a2c9951fc8f48a6e43397e4, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\twemoji.min.js', 1, 0x00000000000000000000000000000000, 0x9adced4e825069a96c9d4dcba399332e, 0x272e76db0f450bf0df3fa29dc2a1b093a91c02949cf5f1e023aa071a5b286313, '', 0, '?'),
(0x4df24966699b619760bb1fdff9005d2d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\conditions-rows.js', 0, 0xf3e73542fc420e64f7cd464b0c518887, 0xf3e73542fc420e64f7cd464b0c518887, 0x2132e6798610381fc989a949e25093eeffb21a8856a6f4410f0d69d457f537ec, '', 0, '?'),
(0x4df9e9b7badfb4d7924a89ee53dcc4b1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xbea6f2c7711bd8a43f297622b07d89c8, 0x0f323dd598191d229e0903a0493f6598d1683d4922f0711996b7141d735c85c8, '', 0, '?'),
(0x4dfbb4221039f16fe2e110ac84b071e1, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x36136f747234511a60b6962a0ea3aaee, 0x08eda020af093ef128299a6ba277abee709830c14fdad34c91554ab9137eb9ed, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-template.php', 1, 0x00000000000000000000000000000000, 0x03820711c3ad04af584aa29a3d9f46e9, 0xc8d5926c0fc51e92a6d7b635ef576d8df4cc3a6384b5d0e9abbcea431c84c7c7, '', 0, '?'),
(0x4dfd18714a3ba554307dcdf3b1f3db87, 'wp-content/plugins/elementor/includes/controls/tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\tabs.php', 1, 0x00000000000000000000000000000000, 0x471a4b88e2370e7dc4da47e65d4cd81c, 0x480d3710b538bfcedca0e9682674f8bd19b56b2f61d2043cd6be06e4c2f9552a, '', 0, '?'),
(0x4e04c540e4f0a18e0224d4e065e33457, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x4be0cd3077e7640f2b540e046f85698d, 0x10d161bcb9655b249663f5a99f4c613d42f5ed263e64b64501ea908d6657559b, '', 0, '?'),
(0x4e08b86476967eb95cf540866d5f900b, 'wp-content/plugins/feeds-for-youtube/inc/Data/DataFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Data\\DataFactory.php', 1, 0x00000000000000000000000000000000, 0xd7d7955f421db7d88bed6099b8fce863, 0x0cd0e09e90c373e443d718c7fa8476a679d27e0b9b132f7761ea8ba1ef02cd1f, '', 0, '?'),
(0x4e09fd758249a5a4d5c23f392ee18ace, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 1, 0x00000000000000000000000000000000, 0x843b8a8618e600e4071e0e15ed40404a, 0x57b5cdab3d6a3edcfdc96d9d8109a6a90deb8a96f4538ab7160c3c423ae9be1b, '', 0, '?'),
(0x4e0abb89db138f73159ed0e49f7da39d, 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\uninstall-integration.php', 1, 0x00000000000000000000000000000000, 0x72ab1580d052caf21e1aba6d47a21f27, 0xda7e95076e723c52ccfc33fb3ede3d60c7d4cc0207ab95debfe0ef83a9578ff4, '', 0, '?'),
(0x4e0f338ec5370fa77577579662f7346e, 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.min.js', 1, 0x00000000000000000000000000000000, 0x4e85aab1510600fd305b7d918cb30a31, 0x9ede24b4853893c6363eb66d7c36c51fa8d60433331550d84aa5b7c277252aad, '', 0, '?'),
(0x4e0f778b5b2c6704cc761dd1a013cd9f, 'wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x6411fc16900bf74ffc4316a7a476e7d8, 0xb79c5338c2b2cb1cdbadffb8a1db3feb6093fcb8e22088f4a18590a3296a3c48, '', 0, '?'),
(0x4e21dbd9ce2c182f0fc720c3cd13599d, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\report-builder.php', 1, 0x00000000000000000000000000000000, 0xd66698a190e9bb0061138a02c20c39cb, 0x166e70ed0fe157974ae104a0a4c0de07aa923266c897b1b9f285a9f9fabff0b5, '', 0, '?'),
(0x4e245fd65379f4be10a052c82ab47840, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/AboutBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\AboutBuilder.php', 1, 0x00000000000000000000000000000000, 0xc8a28180306a4d2e7b3e467085708175, 0x27fbbdc7492a7298d998c45eddcb00a5089ebc5bf0cb23fb05c52db84290460b, '', 0, '?'),
(0x4e2c03fede2159155232e43099e4044b, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/default-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\default-filter.php', 1, 0x00000000000000000000000000000000, 0xd3b5785e2d736b8e8edc8bfe5bfe9df0, 0x744b9b0203e541eb46b552b43db3950d06d4b784de88db57f329f1e0cef34152, '', 0, '?'),
(0x4e30608a8b1c59de06c08b011aa27fca, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap80.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\bootstrap80.php', 1, 0x00000000000000000000000000000000, 0x6f772aa1aac2b913726d789ec84f8915, 0xaf248fa31a84e1c84649da48f538811b7eb719d54db2d5f82bda1ddca86b9357, '', 0, '?'),
(0x4e310294ecde965250c633413710d6dc, 'wp-includes/SimplePie/src/HTTP/Response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Response.php', 1, 0x00000000000000000000000000000000, 0xed459a649d5b625425acc4a1ae975313, 0x2d52cc991f6223bec6c8938b9958ab9489d7a07e0c9d5c9d63f34f1c06b3860b, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x4e38d3919dcb8dc68aac0d7379b29a60, 'wp-content/plugins/elementor/assets/js/ef2100ac3eda1a957819.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ef2100ac3eda1a957819.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x40a0a381adeba7658e7d521d65ec93aa, 0xdbb6b432934b2375d184a42742fbc8fbcff97cb7e7a3c4668ed83c90cfe292ca, '', 0, '?'),
(0x4e38de7f28492ab64765d033b6018829, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xdfcf6ae2bee0b5498ce0e127f43f42a1, 0xcd5225bc90210dcc9e70726cb2dcd8a5d8a2df308dd2d0fa5f45956081bd9072, '', 0, '?'),
(0x4e3c0c2b98de21e4128af6e3f8ace1a7, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/videos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\videos.php', 1, 0x00000000000000000000000000000000, 0xa85e3f4356ef0183155e6495466ab56f, 0x13a9144a19b7bfbdca801a68215ba3ad84e30287a1ef112b02e17841d3b97e42, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0x4e4aca4a22ff93bb3946b9aef5a1eba9, 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\bne-flyout.min.css', 1, 0x00000000000000000000000000000000, 0xfa833674f7bdb761ab493cfb4cdde2d8, 0xf9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82, '', 0, '?'),
(0x4e4e40e86dd80ff8139ba0f3fb278dfd, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x7c546f0596ab176e23ebd38659e4a51a, 0xee059cc7989257f3e1bdd7c5b336216bd33e55ad9ba416d306663965906b2363, '', 0, '?'),
(0x4e4fadd818843c7ad221f81f184bffaf, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0xa82b3891dab6a8cd5716f40d3e087316, 0x586c7274ce840ad8769cfbbb2c857198dbb65f0dd7583e134a320aac0579d89b, '', 0, '?'),
(0x4e527ed151bde3335a430a8005d36828, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3030.a69d98b6365623d9.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3030.a69d98b6365623d9.js', 1, 0x00000000000000000000000000000000, 0x6d8cad10cc0c1662be8c3685495bb97a, 0x66554f77be207403503e091834c774403fb43677d911a3599b7a6260ec9a8527, '', 0, '?'),
(0x4e560f02cbae836d9e9fe206be44b6b9, 'wp-content/plugins/elementor/core/utils/http.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\http.php', 1, 0x00000000000000000000000000000000, 0xd8923e10c9d284c9c2314b03633660b5, 0xc12b1ac401e4134f0bce9de3617923e310402366517b1cfed8545c13ea2d0b3c, '', 0, '?'),
(0x4e5618e2a889cdb4f28f1987d9e57bd9, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/albums.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\albums.png', 1, 0x00000000000000000000000000000000, 0xaf96310317f913c1268f957ea5d45754, 0xec4b01fce39097f85135f464f4f3c3d58b68dab365e557788dcf30b12a352221, '', 0, '?'),
(0x4e5e487e12c6ef30de5ab9e9f70db103, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-genesis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-genesis.php', 0, 0x4d1c1b5c606164ee5e64ffc57fd70f02, 0x4d1c1b5c606164ee5e64ffc57fd70f02, 0x52badd06dd9d36ff35134ad7ea5e8d4c787d7d446aa32a42a767547a13e759da, '', 0, '?'),
(0x4e6622e51cf68a881032e4167a3b8c52, 'wp-content/plugins/feeds-for-youtube/templates/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\footer.php', 1, 0x00000000000000000000000000000000, 0xff1a7d7011b27cbfde54c61b0cc4cdd1, 0x6ec8c26d6a0a5ef57476e11c6c29c9f9416f8486e985f3e219ab576231766961, '', 0, '?'),
(0x4e677f5655419ace1123daf74d4faeec, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0x9704b66ff74d50ce3585e653bbb590bb, 0x3038d9c688e7933071a46c4bfeb799964db07c367043c34057a8798d3c8557ff, '', 0, '?'),
(0x4e688007a681acbe792ea99a68630b2e, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-llms-txt-permission-gate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\file\\wordpress-llms-txt-permission-gate.php', 1, 0x00000000000000000000000000000000, 0xcf4b1bc3b18dd0319c1abe8fb557b23c, 0x13dbd4a46781042ae0cf9adb44c28f26e74341e38e20c6cd1539cd2412c268db, '', 0, '?'),
(0x4e68eec9fe133fd43e3e9573b942169f, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/cloud-options.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\cloud-options.svg', 1, 0x00000000000000000000000000000000, 0x55a241413a431c40cad9fa7c6dfa8d22, 0xf9455596f2de9fcb5c596c0bf4226d413103da2a92fe890800f1c8a82dd205ab, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAlerts.php', 1, 0x00000000000000000000000000000000, 0xe4be35c951c78d67ba4963433793b740, 0xcfbdf1958ffe38ce1b53b05c7621942183be8e9bac9c72d1eb350250a945d423, '', 0, '?'),
(0x4e7040a7d691809a6d2fb45e7f8cab5f, 'wp-content/plugins/elementor/assets/lib/eicons/eicons.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\eicons.json', 1, 0x00000000000000000000000000000000, 0xf81c0e46578c2b3ae12d4fa2c3554200, 0x025cde550d87a77c82b1feb4a5b39fc89c727e23dd5fa48a80cc421e6f65cd46, '', 0, '?'),
(0x4e729c625294d09235e54221779d6ae6, 'wp-includes/blocks/query-total/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e071aa4ae3fe6259b9faa796aaec050, 0x673579e48dc2a0e1f25952657cbad59e1f4927856e245244207bc3a9b2230f15, '', 0, '?'),
(0x4e733b5ee50254914fac05bfe6d513a7, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/builder.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\builder.min.js', 1, 0x00000000000000000000000000000000, 0x81e386efa9bba6d555914ad7a235785e, 0xf201643e4037995835cc999a0af5b88fa27b57b203ba3ace91e3173035bb0ec7, '', 0, '?'),
(0x4e75084fa8f391da78c28754bccd9348, 'wp-content/plugins/wp-reviews-plugin-for-google/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\readme.txt', 1, 0x00000000000000000000000000000000, 0x56eb81d9abcecb16880c013373546bb7, 0x2a4307a71c2d9942a84ddcd6b654ab283ffaf8c63dc8f18154c51f0a1b51f5be, '', 0, '?'),
(0x4e760b8d2acb017e9c7bad244123062d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-top.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-top.svg', 1, 0x00000000000000000000000000000000, 0xf3b3537b847caec7bb2c9e08c240d1b1, 0x3573164b588a70f9b26ebd47024ba985f0f2deef4f84f891ac5e5c0f3b8db1b4, '', 0, '?'),
(0x4e76cbdec1632851e0a563517669c8b2, 'wp-content/themes/astra/inc/abilities/customizer/header/builder/class-astra-list-header-builder-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\builder\\class-astra-list-header-builder-settings.php', 1, 0x00000000000000000000000000000000, 0xfe3b0dc32b954ba2c659e5d356d9fd4c, 0x4c027091029332901135ee28aefc1a38d194ee7870b0192277eb6325bec273cf, '', 0, '?'),
(0x4e7cc5d4d6c5c9ac8da4d38ff1daf0bd, 'wp-content/plugins/instagram-feed/admin/assets/js/about.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\about.js', 1, 0x00000000000000000000000000000000, 0x9f84cc6b56c0301dfd42e3e8c0f8be49, 0xc82f4e8473691c976010660560f5f557ca04350e1f5bf45d66407c92e69eed86, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0xeb09f28aee0577f6a20bfe5c854f0a16, 0x2bd059c409e79418ab25a5e315bdb05507980ef88b5f376ce53a0dc0bfb67f70, '', 0, '?'),
(0x4e7def14d980d927fbc5e654d9661a2d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/youtube-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\youtube-icon.svg', 1, 0x00000000000000000000000000000000, 0xfa585a38958f6797d51022012f567610, 0x50eded6360548f749f3ba117f7c23585a0451efa38ddda3a21b882e4b761695c, '', 0, '?'),
(0x4e8b92835f2411171a795b68942019bf, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0x4e8f48007f456e7863e92bc8e5faffde, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\button-footer.php', 1, 0x00000000000000000000000000000000, 0x52169d14a5fafe6c08605bcb636da209, 0x74c48ccf5188fb808d7f6f7016dff4aa565b3d0db557bfb876ec2a20063daf9d, '', 0, '?'),
(0x4e8fe5fa59aa978c62b54981e174d218, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-event.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-event.php', 0, 0x2fb878726015a3bc788636070fdc78bf, 0x2fb878726015a3bc788636070fdc78bf, 0xd43ddcf34ede174e2b8e06588e069f5bd12c39fb8c0f7143d5387b982ae70b1f, '', 0, '?'),
(0x4e9156a94ece6b8a9c23bf785441b16e, 'wp-content/plugins/instagram-feed/assets/svgs/shoppableDisabled.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shoppableDisabled.svg', 1, 0x00000000000000000000000000000000, 0x295af2a3128e30c8a691e03def3c2c8e, 0x54a085b8bae576183a32ae0ffedf8c0203fdc0613d1297556e683065dbcabf46, '', 0, '?'),
(0x4e9464162168ac7115b4e6691f470e3b, 'wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\checklist-module-interface.php', 1, 0x00000000000000000000000000000000, 0xe8c605bb9cb500ea3db18d95ed17da31, 0x272b5f4b1a2419fd15131487010c22538b9113229f06268db8a5a927dd1e122b, '', 0, '?'),
(0x4e9d479c88b77016d9a126244f763bb3, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/get-suggestions-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 1, 0x00000000000000000000000000000000, 0x84d832a2c1c9da4da3452728dceb8220, 0xa77b1b73b1dcb6ef1db0bac7a93e0efb088750efae7d05057f53f2cbda715e3c, '', 0, '?'),
(0x4e9e1ff400388e344eecc6e9bb105a5e, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\condition-base.php', 0, 0x0a4fb1a9dfa3e069ea3dd139b3cdd1d6, 0x0a4fb1a9dfa3e069ea3dd139b3cdd1d6, 0x145c3ae93bca389d6271e4e84fa53d69cdd15fe11451a03f398acf1b8ed08d05, '', 0, '?'),
(0x4ea653c8b2f560738755cc14210aef42, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigFunction.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigFunction.php', 1, 0x00000000000000000000000000000000, 0x80242281aac5e82ea8b340c4d2a064f4, 0xf7af81f7ba2632a780814d3a203d3b839be672899f7b6e76a718d132100e9b84, '', 0, '?'),
(0x4eb2ed7ab3d670a5948de1b89adc1498, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-src-prop-type.php', 1, 0x00000000000000000000000000000000, 0xc97e5e2b764281534a5e24c431642a24, 0xc93e8ac65cd3c75e3bb556e470b7b522cb05a8775a5e0661834c07891f432b09, '', 0, '?'),
(0x4eb44d30de91d485f7c7a3e4a50ba06a, 'wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\customizer-controls.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x63e03baa50695bbe1af33584c919e6f2, 0x7148b0a22a36ef1a26054faa07b5598d6ea4ce43344b5e23119411294005070b, '', 0, '?'),
(0x4ebf0d56604dd0069752a47f222b01c4, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/youtube-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\youtube-icon.svg', 1, 0x00000000000000000000000000000000, 0xfa585a38958f6797d51022012f567610, 0x50eded6360548f749f3ba117f7c23585a0451efa38ddda3a21b882e4b761695c, '', 0, '?'),
(0x4ec87ad1853d4b94d84cb3bceabc2ecc, 'wp-content/themes/astra/inc/dynamic-css/global-color-palette.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\global-color-palette.php', 1, 0x00000000000000000000000000000000, 0xc02b10f8170fe1d200246a7f3fcbd636, 0xff32d16a402b34214a0f1669b795ce831b642727bd66a7870c85ad872eebe967, '', 0, '?'),
(0x4ecb0486ea258c27ebd75508c8351971, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0x5f5162c7e7014ccb4500b2355d84a45d, 0x31ca6bb0744ca0390ec27ebae65bce28d44c1eadbd06c193b6ef830572c10c0b, '', 0, '?'),
(0x4ecf9fddada546e5ecd09d34bba4282f, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-single-album.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-single-album.png', 1, 0x00000000000000000000000000000000, 0xfcf46c0d492fe748cb5ebefb70bc655c, 0x0ecfff8dcfef811131fc98301cceb4daaa8bd7e18b8876b73a77313bec49e6bc, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x3a70776d1fa6cd69b1f2b94c1ba47aa9, 0x0347375f6dbe4e7d01bd4eb92542f50ac03b1bd7b181035d859ae31fdcd8948b, '', 0, '?'),
(0x4ed2f70d626b3e666fd0dab0e621099a, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/task-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\task-interface.php', 1, 0x00000000000000000000000000000000, 0xb58c94fa09f7f8570d568cb5c19fb290, 0xef321fc231acddaa43902911a71be2abe7d0d98b51c076a83fd8132a73ad85e6, '', 0, '?'),
(0x4ed6150b9cd724de001c8a72412d2df4, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/facebook.b99f27b68bd822fe8a29c73842505531.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\facebook.b99f27b68bd822fe8a29c73842505531.svg', 1, 0x00000000000000000000000000000000, 0x5d73e7ffb747c782c9796337b3f4d6cc, 0xf13def41ac9bc6c5bad0f3e01b2bdaa384a5086800fb8f19add699eba88b4019, '', 0, '?'),
(0x4ed6eb8a85a671dc66cc853f8bfb11c9, 'wp-content/plugins/elementor/assets/js/ai-admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4ed93bc0cf2630e2207ea07cbcbfbb56, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.css', 1, 0x00000000000000000000000000000000, 0x78b7be432b3aa652f8b449af757f6025, 0xe3186a0042992b64d2196b7463acb2a3ca63f05cad88de63885d982b7f86eb1a, '', 0, '?'),
(0x4edc1f39f88436981836949f95e25e98, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Io\\FileHandle.php', 1, 0x00000000000000000000000000000000, 0xe8f4f2fb98296aa147402d7bb4626b21, 0xd180926183fad8fa11d06a6602562caeb51c48973ffdf80e5ca3f774d946d5f4, '', 0, '?'),
(0x4eebff347456d748b0cd929e0c7a4676, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-400-normal.0dc97c66f9b542d6.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-400-normal.0dc97c66f9b542d6.woff', 1, 0x00000000000000000000000000000000, 0xccd4da328bbeafce33da2be00938d8b3, 0xac250e70428ced89b33f9358bf9cebd9f5b5913c6ef986f849f5ffe78ebf7024, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x21a40733e6136c0852aee52fcc6623ad, 0x559b63b28d7b7bdc9ecdb187f0c79240bc6d2490b896d993bb6fe94464fe9da9, '', 0, '?'),
(0x4ef4c0bbb45542799a611780d820cfc9, 'wp-includes/blocks/columns/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x4efb64827c082b5377a2bafdfb07b494, 'wp-content/themes/go/dist/js/admin/customize-controls.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.asset.php', 1, 0x00000000000000000000000000000000, 0xb9ac6411849b4ba65bd6c326b92aca7a, 0x3fcf0a051f9c8fb79de279320891bbea8831f1e4b109426a9057d13099d00173, '', 0, '?'),
(0x4f04152ad45d8f81c3edb9dc6deed5bc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\RequestException.php', 1, 0x00000000000000000000000000000000, 0x9c72587c3c158fe6550959b865855f25, 0xe8d86800a9b41225ce8976a898e657482a963f30840d0429ba1adb2bcb69c034, '', 0, '?'),
(0x4f05bb35fab95bb83715c2df63a48674, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-error-message/form-error-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-error-message\\form-error-message.php', 1, 0x00000000000000000000000000000000, 0xcd38a448d0d0798f81afa6b22aa140d0, 0x68a5ee2a69ddc71870b11ace887c85cc580b462a016c103aa8bd76f84e13eb98, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0xadd3676e086fbe7a8e94c8d05a569505, 0x52bf6dcbcb45e234d165e18caab18e39e68370a9c7bb5c32630a114c11ae2da1, '', 0, '?'),
(0x4f0b44815ebaaa7139a002a87be62fc7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/exclamation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\exclamation.svg', 1, 0x00000000000000000000000000000000, 0x7096b637d7acfc942ecc4c5028873f43, 0x99d6f6a8ee03bfd8a27deaa799c261c1e216221f152227829c380135dd45176e, '', 0, '?'),
(0x4f0ff0746804600054b80e8cef626727, 'wp-content/plugins/elementor/includes/managers/controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\controls.php', 1, 0x00000000000000000000000000000000, 0x2714d2aea9bcf5730facb05021f2e6cb, 0x47dcd71c1584aef48a805d25c9dfa7cc81563538d75025d2a92c343ed204e2fa, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style.css', 1, 0x00000000000000000000000000000000, 0x1f50ba8f235e64bc1fdb3bcd835f3891, 0x1146906979a86b74c612c2fb1d2721de2ab512b8d2aa079bad6864c50378ba4e, '', 0, '?'),
(0x4f1d68e8d97944ee45a214cd19ff8533, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\RuntimeExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0x62e26c75f21f75fb6ac3dd9629098519, 0xde38b5d321917be6f33e03d37e62d6ba753a2246c5805587d58c122f5d9b651d, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x334e7ff08728793222ad67ece37fdd42, 0x67568dcfadd8dc2fabe89827689549cb037cec2daefccc61127fac947e8b6e91, '', 0, '?'),
(0x4f2191c648f9cccf8c81772db8fe78e7, 'wp-content/plugins/elementor/assets/images/app/onboarding/step-5.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-5.webp', 1, 0x00000000000000000000000000000000, 0xfdac9f7872e8d7ec46401277802385e4, 0x64b4314df50c8507c3711e75cf8d656ee5da371e8422c94875c490812ebb0c17, '', 0, '?'),
(0x4f22dae26ce3216eed8e174d085fb1f2, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-react.php', 1, 0x00000000000000000000000000000000, 0x3abc731a2706761ca3e32cfb6cac9975, 0x2e5ef09ca14b12b4e0f9b0924f3449f94064d4a303a238f1d374c2fff0decca2, '', 0, '?'),
(0x4f2365f5db05708ae49044328a788a76, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\composer.json', 1, 0x00000000000000000000000000000000, 0x3191b040e9bb1c7340d9b73d13aac87c, 0xdacb6f77148f0db09327ecbc76b4191f7a0ce495900ccefc57aadc3e01b36f4d, '', 0, '?'),
(0x4f2694d15b43229ca4315bcd6bb8a4ca, 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-base-loader.php', 1, 0x00000000000000000000000000000000, 0xfc8899dd33d952e3b35c22719e0c80de, 0xc7fa5b243a2f692ea4c301d8e92a2773e04635f3c3860613326eff34deae5bb5, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4f273e80e2dc73342c92311d2eedd73f, 'wp-content/plugins/elementor/modules/components/documents/component-overridable-prop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component-overridable-prop.php', 1, 0x00000000000000000000000000000000, 0xedc400190678ebe9989c9f14fa6d3b68, 0x1c849d8e529c1f628262ab01c6f166e3580934c50ac63ab9363d6c33263c9864, '', 0, '?'),
(0x4f2b56053b00e27d79559db301433107, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\child-of-term.php', 0, 0xa4a522cb43a95a2d045405f552d3ca43, 0xa4a522cb43a95a2d045405f552d3ca43, 0xb21d611475850d01fa2de9ed2a58199a07fb36f743ac188326a1330a88bee71d, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0x4f32c98248ef80dee621d692f19c5b3d, 'wp-includes/blocks/pattern/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pattern\\block.json', 1, 0x00000000000000000000000000000000, 0xd811baee984308bef7f60c39acbd929e, 0xe7e6c70f3344e43ff865cf9e16478a3eaafa80c5905a31787ef8e4367b08580f, '', 0, '?'),
(0x4f3923335a3e7a0572169b8330b246d2, 'wp-content/plugins/feeds-for-youtube/inc/SBY_View.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_View.php', 1, 0x00000000000000000000000000000000, 0xa95c9f74ffe4a815726bfe295c6c3194, 0xe65f25766a0e78a76010419d1617db28ba22d4683a514eece48f59db2c6d344f, '', 0, '?'),
(0x4f3cf0bde2f8700220f0bc8333bc1f51, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0x42bc57c8bb4fcf374f98cd49eaefb09a, 0xf6710b048e8d4e73b026183ec3bc9ce2e9ea09bdc0e6050e1e62950019ab4490, '', 0, '?'),
(0x4f40f2aa5b5b80b2b64a1af1a6054e03, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\should-index-links-conditional.php', 1, 0x00000000000000000000000000000000, 0x32943d97ce8762219c39c3a1848097b9, 0xdce2e5f4a7f866074288b76acf1c0cebc04ff53ba2fb0259a323ed7e0da0b6be, '', 0, '?'),
(0x4f43372283c91e3be7ed92c456bcf662, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/api-error.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\api-error.png', 1, 0x00000000000000000000000000000000, 0x93db79c0dbd4563bde63e33e3c2abdf0, 0xa79b5e476bbe50729ddd6faccabde2f61bf9a545bd23c2f927ad06b19a4e4ce5, '', 0, '?'),
(0x4f44166291a5951bc307dd4536e1bd7d, 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\clock-icon.svg', 1, 0x00000000000000000000000000000000, 0x4c3b5649c03820ccbb845719516c12fa, 0xec1a603b11f3579fb6a6eec4aadf4b47349548a1aaed0f460ac7dc3bf5e1d3d1, '', 0, '?'),
(0x4f4447598bba0fce71149e7b7be8e1eb, 'wp-content/plugins/elementor/core/database/base-database-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\database\\base-database-updater.php', 1, 0x00000000000000000000000000000000, 0xde5bd469a0b8d19adf4f5136d08a94e2, 0x33001fc5d6db1b89d2d875fb8cfa18c8442d667ab927c66586a466a3035b496d, '', 0, '?'),
(0x4f5c4624f539c248235636c96c8e044e, 'wp-content/themes/twentytwentyfive/patterns/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header.php', 1, 0x00000000000000000000000000000000, 0x001d2072d1dbfc48dde3ab4468f9795a, 0x5dfd1e554ed3387cd0bab69edcb9743281ad8bf7f3c5f1fd2a96da70a2eae7d0, '', 0, '?'),
(0x4f5f09103aa4f4972defea489f76f9a6, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x4f66390f3118e58e0dbd659f213f4e3c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry.svg', 1, 0x00000000000000000000000000000000, 0x51c984f7504aa1626e9be7759ea22cb4, 0x5296f0400543f4a75d6d513f578e590f9edbcd22d3b306b014dd362be48d2add, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ff171cfc22d927e77e3cad1879972cb, 0x9adb850ad4063643060bedb7911c8180d4e89833a0abe56009fcdc6f960900b4, '', 0, '?'),
(0x4f6d2d1b5c82cd416d525cdf75ec62af, 'wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\actions\\save-to-database.php', 0, 0x7855b216cfe6b64e36df040655d7c05e, 0x7855b216cfe6b64e36df040655d7c05e, 0xe43726497b6ee8b52b678790c309dbf81f1da3219fd2edc1e069b6d41d809b30, '', 0, '?'),
(0x4f7406c3bee77cb0fff2142161ab865d, 'wp-includes/blocks/code/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0x4f7674f6f29d76e14ae782e39f958a7f, 'wp-content/plugins/elementor/modules/lazyload/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\lazyload\\module.php', 1, 0x00000000000000000000000000000000, 0x266a329a3362c15d22707d816df89909, 0x9e3c19ab14dc57de52ede43adfb1519dbef7360c2df96929277b2e0c6f5523fd, '', 0, '?'),
(0x4f80f3d28a583beb0c529be0ba8b04dc, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ShortcodeService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ShortcodeService.php', 1, 0x00000000000000000000000000000000, 0x4cfd728efd8a08de443bb543058ddad8, 0x96ac7a781d391c45af301768eab73b8cf6d2696ca41b70d4f784ac9a96a6e835, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\deactivate.php', 1, 0x00000000000000000000000000000000, 0x11caf42f14fccaea1a737cd689c09a44, 0xefb06fd75d7d440a020019b33ca3831d5b01d4dcab8964c7897e289502e79144, '', 0, '?'),
(0x4f8b0921d7b4472246ba290f6cb52b78, 'wp-content/themes/go/languages/mr.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\mr.json', 1, 0x00000000000000000000000000000000, 0x4c6898dc599d0528c748a03a7d510985, 0x8d7ab725009d98113dc3441821f5beb09584c89b4373e8317ef963e350af7810, '', 0, '?'),
(0x4f8fe107ac1d6b8a8cc2fbff2fc8099d, 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\instant-page\\instant-page.js', 0, 0xf36d13de6e031454637ca0f50fbb3534, 0xf36d13de6e031454637ca0f50fbb3534, 0xe9ded0dd0db14755646e1df43bba955573b8a03440a60ce8744c8545a9e68a8b, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugins.php', 1, 0x00000000000000000000000000000000, 0xd773249d1e195b84c5f566bcd73d1a43, 0xda789e3857ff10cf740af92f5d1802e5e4798df505f0056887746f57f9e2559f, '', 0, '?'),
(0x4f9211ee3c337df51d7bca1c84d2ba99, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-api-call.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\site-kit-search-console-api-call.php', 1, 0x00000000000000000000000000000000, 0x243baf754d741ee76b985c0eaec00d6a, 0x14896bd29bbaeeba9177cbde8beded0a8916d0a4df0353353ba7388ac59e9776, '', 0, '?'),
(0x4f923558737daf9bf73ddd4f5e722f1d, 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\tec-logo.svg', 1, 0x00000000000000000000000000000000, 0x7f0e2bd5ad77f54a850553ddb313f98e, 0x5728f3a7caeda689f98598f9e508bdeeacecf162787e032cfc4ebc042fdbed74, '', 0, '?'),
(0x4f9a6af3c833f115855594ea3a633649, 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\missing-indexable-bucket.php', 1, 0x00000000000000000000000000000000, 0xc1cad32b643b071b40dcac2459f3298f, 0x67a378771093f0fdc5f75703d16ada28bb8e3d35b895f79715adcfa1f44e029c, '', 0, '?'),
(0x4f9f9adb6650d9a115e8f043286b4a0b, 'wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\base-module.php', 1, 0x00000000000000000000000000000000, 0xd3136671964758de0e4df196e8b976d8, 0x753ac0e989ac31ec34ecf87c6a29b3e95be09d9c801ffb3525d10c0b7edfe24e, '', 0, '?'),
(0x4fa0480743efc7a1954c05e246c3f5d9, 'wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure/endpoints/consent-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\infrastructure\\endpoints\\consent-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe829b50c0fa78783a742a4c45e5a1b6f, 0xa20145fc997be7faf8d77c6a1e3070bab9cebbfe9853202ff5d5ded1b39bd5a4, '', 0, '?'),
(0x4fa185bf4d7803c4daaff87805923354, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\action-validation-failed-exception.php', 0, 0xacf18f544514979566279f1a9476965c, 0xacf18f544514979566279f1a9476965c, 0x966b4d30a793107150d7494c7f27185584e141cb0c90a2b399c0f03301d9347e, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-import-export.php', 1, 0x00000000000000000000000000000000, 0x4076c92a57b503f688e6274a63b5895b, 0xb94126ecc6e78e490c318e89d66f6de2e518e2524f280256a5fb8a4355c05247, '', 0, '?'),
(0x4fa27fb2720892879f410b486931ad2a, 'wp-content/plugins/custom-twitter-feeds/img/placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\placeholder.png', 1, 0x00000000000000000000000000000000, 0xa5443c5bb9bd40f1b1e6652eedce9925, 0x6a784d3c8f1c34ff21c7a76cc31110efb5bd07640869dd981a5d6c4430d135aa, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\freedoms.php', 1, 0x00000000000000000000000000000000, 0x2214faf940bf834a31cb9cddeb53e966, 0x11c0d41d96fca68f997ffba03110c2d3a518954ae81e4bbfe7a5f2c570bc40a4, '', 0, '?'),
(0x4faab6f3ff1ce598751bfb66365a510f, 'wp-content/plugins/elementor/modules/interactions/props/interaction-breakpoints-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\interaction-breakpoints-prop-type.php', 1, 0x00000000000000000000000000000000, 0x2492a6ab58be0055dc50eab818362be4, 0x39bb26a0a20311d74fd04fdbd7ed8e636761ab5920fdbb4be3055dfb83d018f0, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\postbox.min.js', 1, 0x00000000000000000000000000000000, 0xc51d717100b526d5da3f3b691ad3cc06, 0x818df5aa26e3af319d156be3b06dd328b93e5de75395c23a5927b7abf187ff95, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\filters\\class-cornerstone-filter.php', 1, 0x00000000000000000000000000000000, 0x6d0f2730bb77e77260efc816d7e8a9f1, 0x691723d20c9f978dfa058312923359736ebd3bb421901a3e2d9002fab788799f, '', 0, '?'),
(0x4fc83ad65635bbb297d49e2aa1845509, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x9f209e841e10f72ea24339559c920f85, 0x5e18f17621b63468a50c7075848df564c0ecc95e2b5cf59f9042e5de560d6561, '', 0, '?'),
(0x4fd0b7d2d1aab36cc7196984a704f84d, 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0xa5009af5f2c700d26eab56b162957809, 0xca5976447bc46e3657cf180577c2fdf2eeeff4c4168309110b0b914ae7942e3a, '', 0, '?'),
(0x4fd0f8d21c008a89e644a626f83685fc, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/box-shadow-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\box-shadow-prop-type.php', 1, 0x00000000000000000000000000000000, 0x6df990e839e4ad88b701123e60790ecc, 0xc338e0cfa6f8395c4d985858dc5dad3dec2143ae62cfc677687d19515c9caa5c, '', 0, '?'),
(0x4fd53dbf95328a82210cc289d6f38b3a, 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-page-settings.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-page-settings.css', 1, 0x00000000000000000000000000000000, 0xa0dcedd03e837b86d1d2c9c8470c2d9d, 0x4719ba616b6ccf41a3c422335fc598ae0f1801fc2b0fec8e126631282fdb584d, '', 0, '?'),
(0x4fd5b44a35f41b1b5a7bec940da6694c, 'wp-content/plugins/wordfence/views/scanner/text/issue-wpscan_directoryList.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x10f3f6a3af105b586d2f09d8772604d2, 0x40559348155b5399b6fe0eedcdc7d996a56b61b432e3adcb9d565ff3b005774f, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xf52e31c7e70a71228b2133d99c02fbc3, 0xf3bbce8d31b968c3017c9df8315800e20a238a302c67805fab87878aa27fbae9, '', 0, '?'),
(0x4fe370bc2e7fcf79b69a0a57176bd791, 'wp-content/plugins/elementor/modules/interactions/validators/breakpoints-value.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\breakpoints-value.php', 1, 0x00000000000000000000000000000000, 0x67636bf8d9298c3440919c1246dab26b, 0x77f2d175ef4d5418edf7d2cb08584e841035154d89428c22694739ea5a31b29d, '', 0, '?'),
(0x4fe5e97d7c361203810a7ae66b255fbd, 'wp-content/plugins/elementor/assets/css/app-base.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base.css', 1, 0x00000000000000000000000000000000, 0x437bee5c97c116d1c049da511dadf62d, 0x5f9c91be70e097412e5d281c970ccba5af08577e9362c7cee6a52ea5ee98a64e, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0x5127ad01dc4b02d8b6b3e29f63f844f9, 0x6ad886ec1a9fc9702051abc666c4a2c923928b4cd5de661c80ee0920acb164d6, '', 0, '?'),
(0x4feb63f1faf305c4e22bdc794162ee2a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/StringLoaderExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\StringLoaderExtension.php', 1, 0x00000000000000000000000000000000, 0x09ee5748feccce5dea05d46cd21fab31, 0xacf26683a24965d097bb9897b45b44b0b09b786256f6d9c91bc1d35ffe9412e8, '', 0, '?'),
(0x4fed4f8f3d362e0b797eaab60a505e76, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0x16767d08a5df419db0e7f32289b4d3a8, 0x0cd8bcbd9df3c2a02dc8f1c6ffb573a96a02368348931053cd9035f793ec425f, '', 0, '?'),
(0x4ff12a9ebf6dcb0e5f29ae385f0f3388, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\array.php', 1, 0x00000000000000000000000000000000, 0x9e61d7ed67189eb0891f92cf52666e31, 0xa8b523a47de2c96c7ba058803e0e7d1dbfc7f2763ffa58c6f1426de9179f44de, '', 0, '?'),
(0x4ff1bbdf4fe04d5f4b37c2f96e1d9ae1, 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-posts.php', 1, 0x00000000000000000000000000000000, 0x0cf99a42163a7f12e8011d57cc404ea1, 0x6148f16c0771b2514835afa80356687ca9bdc237f36894f0cd661904ad4b4e34, '', 0, '?'),
(0x4ff3e0d045c35684b48f1b42fb0b41cb, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-700-normal.0a79a9fabfc32e33.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-700-normal.0a79a9fabfc32e33.woff2', 1, 0x00000000000000000000000000000000, 0x74df18fc53d11cda6d0c2c9a6316f2b5, 0x357e718a4438be1232ec33ee1a9c1f8850af695bdf4dfd103f9bf306d4d8e3a3, '', 0, '?'),
(0x4ff451b2d68db27d37b80d451246680d, 'wp-content/plugins/elementor/assets/js/floating-elements-modal.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.strings.js', 1, 0x00000000000000000000000000000000, 0x3951eef369933610203a0695edf37439, 0x2fc0b8497e9acbf49ecf72614a371a4aefed39c68ae514dc9c38d21162c65064, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\native.php', 1, 0x00000000000000000000000000000000, 0x4b1cf7a6f61bb76ab40b84cf4a120142, 0xca35e9bd6cddb2550e94a7e699676f4bd85ccb63842d46609fd1417b965e7bf0, '', 0, '?'),
(0x500418f0059f48addf5a60e23dbcb28f, 'wp-includes/blocks/pullquote/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\block.json', 1, 0x00000000000000000000000000000000, 0xeb12cf852056840b398497e816cfbb6c, 0x1c481e0f9f016a78dde482775922621fa3b0c4261c8a635cfe5426b985310c43, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0x8d9b282d2b53f188cc0f5a65f08df95f, 0x3fec3f05bb0a0073b99b12c799d42e90b4381dd52a2dfe88281b19c2bfa5ebc4, '', 0, '?'),
(0x500cd02f3aefd5ccaeb8d289b6fbd648, 'wp-content/plugins/wordfence/waf/pomo/streams.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\streams.php', 1, 0x00000000000000000000000000000000, 0xb722a590c7e6787816f72133ce57a4a7, 0x0d2cdb0319ee0be0f8268ebe100bfc8df28913c9a99521898c3ac2786cadf35b, '', 0, '?'),
(0x50100aa71d70ee29f1d0f005c73cac6c, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInRight.min.css', 1, 0x00000000000000000000000000000000, 0xb5a0ed8c3823296f11e8b4fb71005cc1, 0xfb993a7896e3b4a663a6aa416fa6d3a39aaa500a6dc46f24d66dc065c68db4e8, '', 0, '?'),
(0x501105a9f70145d0b573dd0370cc61e9, 'wp-content/plugins/reviews-feed/class/Common/SBR_Education.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SBR_Education.php', 1, 0x00000000000000000000000000000000, 0xa7556076e79a92f7d4fcd18fa080b656, 0xc0d117b04168159ae26dd479a686d6389df615b8b91f0fac0df4cae184d3971f, '', 0, '?'),
(0x50194e859d6943872219002bd14fe123, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\ServerRequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xbb629c9ab1ca7ac811185533a05721ce, 0x2bd8dce37757ac781146f98c3707e2fb2e6d8b40dbc45360d2533b2fe62ac99c, '', 0, '?'),
(0x501bd8e7d3fee17b55ba105b85e41ae2, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0xb6a9e0dc0ba4c9bd7d06952dde50be51, 0x6b4b89a7dc189d1a9ca139d41eb18c71df86058b9a69d89c89e512a833cd5078, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\backbone.min.js', 1, 0x00000000000000000000000000000000, 0x5b5c2ebb1043a2089f38b2471b881395, 0x1196a3f23903288f2c0eed22e9672900848c828fc91cdc3a903716620e4de168, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0xff1c1aae5252acce279a096b0a8b2d62, 0x8f6ffa41722e6149369e477c38f0cd13aec9e3bcc2ac1becf212f4800b3367cc, '', 0, '?'),
(0x502737ee29e53e8d4aeeb1a944173a3e, 'wp-content/plugins/reviews-feed/class/Common/Email_Notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Email_Notification.php', 1, 0x00000000000000000000000000000000, 0x765fa84a5f8e70a6d74bce5e3e3d97a8, 0x970b25975507887dc74cef437c7578baf92d89fa105404348a05695a022c0956, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\postbox.js', 1, 0x00000000000000000000000000000000, 0xf5483eb86a6064db0a8cbeb392a7ba22, 0xc5a4f6c1b3b070ae3d0ed852799a599418592d9eda03acabfabaea8c51a70b69, '', 0, '?'),
(0x502d6b0ae4464ada372b1ec20e7950a4, 'wp-content/themes/twentytwentythree/templates/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\index.html', 1, 0x00000000000000000000000000000000, 0xfc241fb606703afcacb1ea7a74bf40eb, 0x3af8c193f9861d3bf354f93b1944066a00334dab82f39c64c2fead91e6d68247, '', 0, '?'),
(0x502e04514fb18263fc678481d5d87c1b, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.js', 1, 0x00000000000000000000000000000000, 0x5881e2ff67cc7281954645b6ab86a96c, 0xe465772c58c8780c420aceb16f6d5db8a64aadb9dc03e82c746f41061650765a, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\word-count.js', 1, 0x00000000000000000000000000000000, 0xcb0d666642291b86e71d86f8fc85b196, 0xb5c7366ab82c41e8deaac7ad73e544bdc16543ff7a87062691fd8f0afc08b2e0, '', 0, '?'),
(0x503c036c406914dfeb6dbd9d9582ffad, 'wp-content/plugins/elementor-pro/modules/atomic-form/atomic-form-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\atomic-form-controller.php', 0, 0xa712e0391f7650bf3621124649e09936, 0xa712e0391f7650bf3621124649e09936, 0xe8f2cd8a0e8f0b8682eea5fb4c32ad8b45036f89671532fc3c53b3666cd5991c, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0xce5aba44c960175f9ba23dfaa5917aa7, 0x09e347e733b7c74dba92ae58e231e0f6c15ddda44964a52f14f1132b7c41472f, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0x79a6190c9a7735e3ed286ec262a86dad, 0x6d2160da7e3a9bee2d120abc08263340efe54e8f06dfcd5bfd39eae6a6640dae, '', 0, '?'),
(0x504c6f749d0061f14aed6da06263d7c0, 'wp-content/plugins/elementor/assets/js/admin-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.js', 1, 0x00000000000000000000000000000000, 0x225038b663b4d68a67f6cf03a6dfd464, 0xc1e1cdc5fef95e97216a1c0925ec72aea5c4c2d2a39c981b429f0f6d8b905724, '', 0, '?'),
(0x504c959f465ed1398f52e1367a05b370, 'wp-includes/blocks/navigation-submenu/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xb68513669f48ef163258bb6d2edec757, 0xa21e1a286629c8670157f34e56c779fe2104f8711cdcb97a67b006b02516a1c6, '', 0, '?'),
(0x504ebf4237418d477fac642036ce68ee, 'wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\editor-v2-loader.php', 1, 0x00000000000000000000000000000000, 0xe61531ae6799e19d7523a50a27373290, 0x659083c7e2b2f6cb90806c50779647d9ae577312487437137ce1464fcb561e4c, '', 0, '?'),
(0x5053c32502b0cef2d0598de4854d3048, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x319c428aad7e2c7dc9c17eae4871cb42, 0xa603032c1bffede07a8d3ede141c30424360bb6fccae9d3dfb03a1f1c469cb5c, '', 0, '?'),
(0x50564beb18f13ec105b1c0ae725d5493, 'wp-content/themes/go/includes/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\woocommerce.php', 1, 0x00000000000000000000000000000000, 0xc86409a3bf843733a43ba1ba991b7e29, 0x352feff4c4a961a9a9b9e84bc2b8859056e06cda3ee1b96573c73e816b61d64a, '', 0, '?'),
(0x506052fe06ad879f5574d8e795ef9170, 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/urls-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\urls-interface.php', 1, 0x00000000000000000000000000000000, 0x8a35f03314560c290ce685d6736b872b, 0xbf27a64ebc6e11b3861aadf4c0ae2c07645eebb5643d6a7f910b654053dff53e, '', 0, '?'),
(0x5063173d462cc45254ff372fd9a7e40f, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\introductions-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x6721c09f0266b99c2809b19de88508f4, 0x442ec4aef278e4266db2942f62195508a3df7cc0f56e2c59a2be1772d386dbef, '', 0, '?'),
(0x506e064a572115d7f44560d024ea5e13, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-consent-management-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-consent-management-route.php', 1, 0x00000000000000000000000000000000, 0x4f30642063c17246b844f48e8e06049b, 0xa3b25faf50b7be5c3ca8dee452c46302a6be2368e99bb897e7015a23615cc0a2, '', 0, '?'),
(0x506ee9bb533a4787343d4fee044f1b89, 'wp-content/plugins/powerpack-elements/modules/protected-content/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\protected-content\\module.php', 0, 0xdc1c753b2ee3ffb346b2c3efe525f011, 0xdc1c753b2ee3ffb346b2c3efe525f011, 0x2ebbf9b333ae04f83850dde97efb5289a113369498159ab629fe6efaa4a1ce58, '', 0, '?'),
(0x5074f785e89b2542a3ba57cdef3c469d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/twitter-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\twitter-icon.svg', 1, 0x00000000000000000000000000000000, 0x3519edd5bf8b5dc639467e040b70ea7a, 0xe65318b661c55e522f15eb54c73d928a8497a55062f757a46d09d7d9b517dc3e, '', 0, '?'),
(0x50757401c8c3ee591425c029e1459719, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/checkmark-dark.d2dfd0eaa6cd3afae58ab768f263b38e.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\checkmark-dark.d2dfd0eaa6cd3afae58ab768f263b38e.svg', 1, 0x00000000000000000000000000000000, 0xe63c08e8a82b830cbb6330b168cf9387, 0x7b81b31f499b06d6e13425a4aaeef246916b495223fbe61fb52f18ad1fa04d18, '', 0, '?'),
(0x50768cde6749d778d3538216cbfb50e8, 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\site.php', 1, 0x00000000000000000000000000000000, 0xa0dbfe8604406c47c86052d9fb694b5d, 0xe32e9aabdc8452ec66a4824db13f46495af164bdca1eea525afeaeb3a00520b4, '', 0, '?'),
(0x50815a5d006830487d0f699487b1f403, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0x508874fa6fdeb65375fe19a6686047dd, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\landing-pages-menu-item.php', 1, 0x00000000000000000000000000000000, 0xe0c8fc5d3ce735a5623ab672f0a13aa3, 0x457cc95ad9020aff9cc7701d4a517399f98085d2635a1bc412ef171fd3f83c17, '', 0, '?'),
(0x508a10fe5a94f367d15ae0f68c964a20, 'wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-portfolio-home.php', 1, 0x00000000000000000000000000000000, 0xf99d3b56c8ae38e1ab54263088a4fbfb, 0x99a307bd101907d3f5ed53d81392bd7f923421dc9d5001224b336a65fdd859f2, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\users.php', 1, 0x00000000000000000000000000000000, 0xd514c7f37577c9a0e86554aa45c1f9fd, 0x61e3116811507f65050830e15d6f25051c20a145d7b073f437fe362e839f28ed, '', 0, '?'),
(0x508da29bc804a76aaff327e8a252d8d5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-400-normal.6cb324e350d5f914.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-400-normal.6cb324e350d5f914.woff', 1, 0x00000000000000000000000000000000, 0xed80386abbbaf6662d09fc7cf10a4069, 0x0e15c89fb54e87ec9494257b48dc4373c82bdfa1020a2b45c096fa88fe511087, '', 0, '?'),
(0x5093c71e6e89ed308004c44967268140, 'wp-content/plugins/elementor/modules/dev-tools/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dev-tools\\module.php', 1, 0x00000000000000000000000000000000, 0x227cc07134578514228df794527b636f, 0x26464049d01c5d55db658d649b896eba86221d731b1011942340594b887797c0, '', 0, '?'),
(0x5094b8bf369db8be52446e1db3d9ffab, 'wp-content/plugins/instagram-feed/js/sb-instagram-admin-6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sb-instagram-admin-6.js', 1, 0x00000000000000000000000000000000, 0x800a80dc0869776dcda9bf327df79871, 0xe3519f51ac2d857c12c5cbc3a14a193d85d9b57515129f92a638349c79b70db6, '', 0, '?'),
(0x5099b0e3c1602c1a6355f6ebb1b629bb, 'wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0xd01df79a5cf62922c0eb395ee1cd7258, 0xf69b39020d5f5b8bbaa37df5033c865eddd3cb7e577df6f2b250b62126c57e79, '', 0, '?'),
(0x50a2a5ac001bf1e65c601c6b2c548c2d, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-tiles-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-tiles-2.php', 0, 0x7301b83f691f2ed5d37608ca6f8147bd, 0x7301b83f691f2ed5d37608ca6f8147bd, 0x829037d92c19e93e6f6be40a20e6ccb62927c95f007d683c471a0c17dc459da8, '', 0, '?'),
(0x50a345515f42a7930cc32371eca3b071, 'wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\webfont\\class-astra-webfont-loader.php', 1, 0x00000000000000000000000000000000, 0x210432d3d0868ea2210c907e3861a61e, 0x6f30b5bca7b2f8d8890afc034dbb93335f6efb266b1bd5273c4da0c6f60a63ac, '', 0, '?'),
(0x50a38068f8fde3fc9f7ee9b7e29b50ce, 'wp-includes/blocks/page-list/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style.css', 1, 0x00000000000000000000000000000000, 0xec16999d1b4095c6d89bcac05e7d6293, 0x9fccff6f4da4d170e62b70788febc8bb947f79a123040d44162d396801b13d18, '', 0, '?'),
(0x50a86b9df2e12c0f0acd756306ce1f47, 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-stats.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-stats.php', 1, 0x00000000000000000000000000000000, 0x70ba88cdb5b43243f9766b16bfdea7b8, 0x1e6a6f24cb492f8497ebb46aaafb854ed5ec16767223df3bac238a67e57a277f, '', 0, '?'),
(0x50abc683fea421cefa374e64530ca66c, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.strings.js', 0, 0x18940f0e557fb86d58f908fc8501b691, 0x18940f0e557fb86d58f908fc8501b691, 0xcd1be471367d74a35c43d8485953bc5bbc1114f51bf3f985c0d18c1267a8e79f, '', 0, '?'),
(0x50ac219e02e63d8318f5d725cc9ded8f, 'wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\controls\\control-menu-dropdown-animation.php', 0, 0xb1c91b0f94ec9c9861da8954831dfa84, 0xb1c91b0f94ec9c9861da8954831dfa84, 0xd1551fcad9904d34625e4d773f65d7d2e1c87548bb7914461240efa7f270e032, '', 0, '?'),
(0x50aef38489f3553973fba85823c643a4, 'wp-content/plugins/backup-backup/includes/analyst.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\analyst.php', 1, 0x00000000000000000000000000000000, 0xa0f8d38a7e47391a1791f8a71e17772b, 0xd53d5ed0745286e9c1628e0035ad20d3f505e3ec5f37ffecee6c65a8806aa023, '', 0, '?'),
(0x50b3e113c86146b59d1bebc83e4df35a, 'wp-content/plugins/powerpack-elements/assets/js/frontend-advanced-menu.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-advanced-menu.js', 0, 0x2fdd874cbb842f50fca458cb538a2387, 0x2fdd874cbb842f50fca458cb538a2387, 0xf80a83039344b4767e6e0ddf5b6044c867502cde20e672e160fb7732bd4635c1, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php72compat.php', 1, 0x00000000000000000000000000000000, 0x26d7c8c1463a420306ce0a6ae87c2dee, 0x0af231026dea14bfa76b7f7373a6f98e416f0f67f713ac82ff96fdfcbb9d70e8, '', 0, '?'),
(0x50c3a8b12652df7b28369e4d1b9d5d38, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\dashboard.php', 1, 0x00000000000000000000000000000000, 0x26fb256186fd8dda9e0e15f3f3308802, 0xdf2de896b008dabaa53efef497860dbd87a6b46bd58f150de220b79ee178bbdb, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x9976fc47f71077be45eb4a7f57cefc26, 0x2d1723a72602b1a1cb7be3cca19da336a16560a343842b45ba9b1c27a65c14b3, '', 0, '?'),
(0x50c4ca8650ebfc4c61369c9c2a3f841a, 'wp-content/plugins/backup-backup/analyst/assets/css/customize.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\css\\customize.css', 1, 0x00000000000000000000000000000000, 0xae78fb03d8f853af2faff6b954240fcc, 0xcd423d2e7af749b74688dafe2e14ca82707961654f7faf9dc4750a63850c1781, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfHelperString.php', 1, 0x00000000000000000000000000000000, 0x29c01904abacb060dff41197bb45e5c2, 0x4f4d91436e3dfedd4f359406a368ef4be10698fa45a22c719b6094a3d9042aad, '', 0, '?'),
(0x50c6ea4a3168abdf7cc0adf48872e706, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-custom-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x45e68fb1ce41584026ee03c5776dfae8, 0xa274739015b6e987a1d035e766974cca1251a59de411492ec12fc0b77c84ff41, '', 0, '?'),
(0x50c753ba737e0d901177f1ac7320cb88, 'wp-content/themes/astra/assets/js/minified/live-search.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\live-search.min.js', 1, 0x00000000000000000000000000000000, 0x8ba3fd3b8a3df1308806573faf62a1ab, 0x696215c4849cc9773b549fb047fa844e053b90be5125b30da25c4fbfdfbee1a7, '', 0, '?'),
(0x50cb8f1f9d16b287edd125f2f9087af1, 'wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\integrations-manager.php', 0, 0x491d0b52f84e745c605ca4c91ce44b72, 0x491d0b52f84e745c605ca4c91ce44b72, 0x437b323df9ed1bf602efba4d750db9c1090d6bef6cbf5aec617d0661f58585e3, '', 0, '?'),
(0x50ce55ad9a60a50f9068ed47b8bfdc1c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/add.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\add.svg', 1, 0x00000000000000000000000000000000, 0xfe1a2c32a6937de4773b424559f94f94, 0x78b178cbe6abd171d0ae054e0a68bc8370cafe1c8bece9cb118bd1b2e6f02985, '', 0, '?'),
(0x50d045b3e63a5e804eab1cb51deb002a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\pinterest.php', 1, 0x00000000000000000000000000000000, 0xb2308be9289a99d74d755db79a20b982, 0x7fa95b45d7b82d760735214275c808c6d6da28e5819d2ff9d061ed756533476b, '', 0, '?'),
(0x50d4b74d07381db2af1c7ae61b372b2f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/201.97f40585cde8081f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\201.97f40585cde8081f.js', 1, 0x00000000000000000000000000000000, 0x259b0fb7b1ae42140c7847dc311819f9, 0x4c62eccbb9c428855d68bf17cfc7de101522b994d139b85c1ab918931efe684e, '', 0, '?'),
(0x50d760562626d570505e87f3eda6b6bf, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Controls_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Controls_Base.php', 1, 0x00000000000000000000000000000000, 0x3498e99c84f60e9a4cc57ab48a2d80ba, 0x0eb736c152cd5f0172ee4405e0ae853e3340071a79f571e774d131339c7e6315, '', 0, '?'),
(0x50d8635ae80f52fe60c6282adb138b70, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x50ddb89c20dfd7af12ac6cc5ffce3134, 'wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\hotspot\\widgets\\hotspot.php', 0, 0x44d8bda46d552751e2782db85f921c8c, 0x44d8bda46d552751e2782db85f921c8c, 0x0fbf310b71680bf55654b44f09af950d1fc2fc8ee486ee1f9958cec7632047a3, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0x50e183133606f703285b86c3abf34077, 'wp-content/plugins/elementor/app/modules/onboarding/storage/entities/user-progress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\entities\\user-progress.php', 1, 0x00000000000000000000000000000000, 0x34c47a54ccf549d8dce2c592592ff287, 0x423eee8260ee170b0deefdac8bfda0c85dc0706ea274832d581e5bc6ad91b41f, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0x50ec5a7916378b0e710758b64939aec3, 'wp-includes/blocks/post-author-biography/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\block.json', 1, 0x00000000000000000000000000000000, 0xe973ba3341a19bfd68649b7e405f9a50, 0x9754867c506a9f1dc1b01e3468ab968ab5282f8fd89764f9160614d96c02996c, '', 0, '?'),
(0x50f51384c2560856a14e1f7bfb9b6a2d, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\exceptions\\class-file-size-exception.php', 1, 0x00000000000000000000000000000000, 0xd69b35dc95b7e5e4ccd4bb9a2cdbe0c7, 0xcb8a4d683e2952882c152affdd2fca7a6d09e7d0c40b916fbced81d2cea80ec9, '', 0, '?'),
(0x510141285d2ca85c538df5a9834a0b20, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0xca4847a7fdafa1698473e17864115896, 0xf43702ab1e13803d0b989f8d5cc675c2d118ebc136aae4c6534b72da5450de39, '', 0, '?'),
(0x51035abd8555ec6e51bf51a99df4f775, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0x7ccaf1f5ba566b0fef5a8a70cbb3953e, 0x33f75b7e1d11ce0cb8f2e81aa715992e7044d0d7da6045647380eaa2f8de43e0, '', 0, '?'),
(0x510c66f456a64f4c7a75724a60aeccc5, 'wp-content/plugins/feeds-for-youtube/README.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\README.txt', 1, 0x00000000000000000000000000000000, 0xd8600779a1d8657d1bcc963ea725bd17, 0x81b719952849c4f3ffdb6d588f028f5b119861e80800c04803057f9ef5ce7680, '', 0, '?'),
(0x510db6cb25cee65636dcb0579dc5eaa9, 'wp-content/plugins/feeds-for-youtube/activation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\activation.php', 1, 0x00000000000000000000000000000000, 0xa028fde561bc0761c5baa45b1e4da0dd, 0x8f46cb7afba49d5a7c734079d81c56bb6217768bd1817731870c30edb40df5b3, '', 0, '?'),
(0x510f4a29e30d754376ea0af8b3a20251, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\revert-runner-base.php', 1, 0x00000000000000000000000000000000, 0x3d9c400730bb528601244db391bf85a9, 0x0bf1d17da141bfa72058402614d866f20ff9a5e91fd1bcab7ce5adbab4627397, '', 0, '?'),
(0x51170dcec2d2090156d71c19fa4175e1, 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\conflicting-plugins-service.php', 1, 0x00000000000000000000000000000000, 0x1019c0925035a9f39c8abb0d20a83bc3, 0x8ce5f3316e786cc8938cf7f67918c8b9d298f899f5c7f9894fba1e1d1feb01e7, '', 0, '?'),
(0x51196566ce585fabefcad98359260be1, 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\reduxJsToolkit.js', 1, 0x00000000000000000000000000000000, 0x3345204751513843c76854c4a9871f39, 0x18b485a1f29f75873a8a7cd51ed03b2abe2ddddafda21ff0001f25cbfe099758, '', 0, '?'),
(0x511b27713b5f57c30bce26741bf90496, 'wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\widgets\\link-in-bio.php', 1, 0x00000000000000000000000000000000, 0xaf1e19cebbf4e4913b1ccfd8e0841a4e, 0x33f824dcd3ad5cf6054293e59e44d28b84a958be9ec8f7cc4693adf90b33c9c1, '', 0, '?'),
(0x511c6b0246f1021ccc12a3bd10716cab, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\index.js', 1, 0x00000000000000000000000000000000, 0xc3eded24d5eda94891c68f9794cade6d, 0xaea330fbdb51d12c20c1c77f93fb6bb1757d4aadeea740f0cbf93a8fd213d8e9, '', 0, '?'),
(0x5125457099876175e81c5ded47063797, 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\new-settings-ui-conditional.php', 1, 0x00000000000000000000000000000000, 0xcac1ff4b685b4a1cb021e64ec71de312, 0xf25013ab1a4227417c21c7f0d01c90da94526da425c0abf5285c6f23c32b8127, '', 0, '?'),
(0x5134e8edc4aa924559407528fd03ba71, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\custom-fields-data-provider.php', 0, 0x092515d365f9fc6e2dc444e79460fd95, 0x092515d365f9fc6e2dc444e79460fd95, 0x531f0a7361b959994ee5350cfefce70a30ebf549f1f454ab86763fa5227c111f, '', 0, '?'),
(0x513579fa52a980029bd4d0524a500f00, 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\js\\script.js', 1, 0x00000000000000000000000000000000, 0xe099af9eb62781ea55ff80276d5f54e0, 0xecfd1e930b12d25f6bb9d6c6a622fcadf2246aca931617dbe2507514e6334e15, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xbc156483959d475c1390167fa629df6e, 0xd5559455f2306e2d1382d59fc462b0d526040195f94e45635cbb35c693d78121, '', 0, '?'),
(0x513fb8ced99fe0f5b767f34cdc7c7561, 'wp-includes/class-wp-textdomain-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-textdomain-registry.php', 1, 0x00000000000000000000000000000000, 0x766b94fae286c84466d4eff75c67f996, 0x3ad967861674a8ca095b8aea931539c981c8e7895b9e4cda762ad45eef4cec67, '', 0, '?'),
(0x514280cc84edd4db2245b9c0ce4ec45f, 'wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-jetpack.php', 1, 0x00000000000000000000000000000000, 0xdb7143c3fa842a46a510a0418c870eb6, 0x1b940b98eeb00d61036e92c1cef620447cb8f1226aab33bce9d190d6494e7cbc, '', 0, '?'),
(0x5143fdc8a7a418c09f24394229bc8e4d, 'wp-includes/blocks/tag-cloud/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style.css', 1, 0x00000000000000000000000000000000, 0x2d94ddf6a36cd1a479b4d81eba4ee87b, 0x5d095ea7871d1beed2eb33a6633de0aa124735d70a1e9c27f6d22cb2f688e9f2, '', 0, '?'),
(0x514733e59ff0475d5e0c7058537ef7d7, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\semrush-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x90992d498f1aca912a301ac6d8c837c7, 0xa3d3222d5f7a2f98564664b561f19dcec97be0fe76703c66a1fe166985a6d226, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x51521a1d42ed98ef38543dd7e23724d8, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x2ee8feb71f38eec3af1702acd32737cd, 0x8fb81c01f947902c2651c2eda5922306ffecd7acac4b12bd42f489a6c17773c8, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\file.php', 1, 0x00000000000000000000000000000000, 0x7b194fd693432e4e8673a2e6c7d9294a, 0x4601e3e7e41ad154b4a8d368face188ca7aec3a64dc961996d6632ce1d44926d, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-views.js', 1, 0x00000000000000000000000000000000, 0x3610c3b5cd64fec512b539bfbe964607, 0x0b68a1867f249de369979eb206e53ff95641dde9865215175514e5a76448e0ce, '', 0, '?'),
(0x51687f7ec6c46cd557fa32fa170c7ca4, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\background-images.png', 1, 0x00000000000000000000000000000000, 0x6f1b1b8b3b853db1919179435f36f603, 0x9e3fb6726ec163ca454deb393e0e85a95a1d33795c516b9fbba533361bd717ab, '', 0, '?'),
(0x516e3358f93f411afcfda5ce018cc82d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-title.php', 0, 0xeb8ece98746cadb9521c570db1d56bf6, 0xeb8ece98746cadb9521c570db1d56bf6, 0x436fb976a69970c5e5254f37272a3892d5b85eb9ff967bf96fa8be9ee1d959e3, '', 0, '?'),
(0x5171ce50ad4f5189fb98d61c8f4aa2c9, 'wp-includes/fonts/class-wp-font-face.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-face.php', 1, 0x00000000000000000000000000000000, 0xddaa84ee285569889f3ee39bff995373, 0x4d2d29daa741e63ee6031d4a0d1e2ea8c883e5266f6d9d82297a05189fa6012b, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0x517f1ef22676cb69a1ceeb8a9b7ba883, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\notices.php', 0, 0x0b39b7460e82f687e0d55e089e093b0f, 0x0b39b7460e82f687e0d55e089e093b0f, 0x97e2828a6d65668cb45326811887c5a9c3a9b81ae51661064e9c1d1bf4b45f3f, '', 0, '?'),
(0x517fe7ae03faadad9f3716e10ee364e2, 'wp-includes/SimplePie/src/Sanitize.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Sanitize.php', 1, 0x00000000000000000000000000000000, 0x605cc8bdb77ea533d6aa2dfd501e07d6, 0xc2af6542f583cc384064a71240a76f35a9d2bc6f9de44a48c3a1da0b21926a20, '', 0, '?'),
(0x5186d8c1c49b3b0e8016f01d4146d6f8, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-table.php', 0, 0xc5d518d3fbcf387c89d810c40311fbb1, 0xc5d518d3fbcf387c89d810c40311fbb1, 0xc4de53545f1a6afb56617fb40de0b6cf9e7e332a962c5b8ed14f21ddd42c197e, '', 0, '?'),
(0x518baed458fa6749c0a3f33f53017e29, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\regular.css', 1, 0x00000000000000000000000000000000, 0x29eac0566e62a9c9b0d7cedc32760061, 0x23f4ba7280d45e7373bc707a6d2d2b06643f554c3641ef0c860e01b903ad638f, '', 0, '?'),
(0x518edcc51c5041fdb1d5e9909acc7acf, 'wp-includes/blocks/columns/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x519350355ab8cef7d677f74e146961c2, 'wp-includes/blocks/quote/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme.min.css', 1, 0x00000000000000000000000000000000, 0xb275928c4602d38840547ef0a68a537d, 0x4133e6ee6d897bc1ef64491fc690691e77209fc2cd1406931c090d6cba69cbfd, '', 0, '?'),
(0x51a37d6929f4733ef0ace0255590a175, 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-search-portfolio.php', 1, 0x00000000000000000000000000000000, 0x2107d0672b53c8b29c1e6ced702346c8, 0x967234f1394b5065eafc36a1f15afc0c1d471530acd25e1764fc1f08b02f9594, '', 0, '?'),
(0x51a4270677de515c4a266e3458ae2732, 'wp-content/plugins/feeds-for-youtube/frontend/.yarn/install-state.gz', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\.yarn\\install-state.gz', 1, 0x00000000000000000000000000000000, 0x7e942d51663d1f8307cba84ee887eacc, 0xf6b7af5cd45374503e5c7ce3cd7830e8fd191b4bc205bf6e59682d8a5c055e12, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403.php', 1, 0x00000000000000000000000000000000, 0x1474e82472bc1cd79491a351db259932, 0xed458470167d06c236bb63c958a1f98d1637893e32b7d915eb0f189004d61bc9, '', 0, '?'),
(0x51af7898beccbf507980bae12775457c, 'wp-includes/blocks/page-list/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\block.json', 1, 0x00000000000000000000000000000000, 0x94350b2431c04ba0f540ac7db53c694f, 0x0f37040210cdda38deea587c75b8df618da31a70765eca719d5ae61460af04ba, '', 0, '?'),
(0x51b0f62df9430c042d5d43c9cfd011f8, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-stylesheet.php', 1, 0x00000000000000000000000000000000, 0xa819452f693f9eddb638337cb088455d, 0x43c823a34f4bf24bd89781422e4659c4c6892b45a37797d046d6fc4b59dd392e, '', 0, '?'),
(0x51b130084766e4c42530ce94762182a8, 'wp-content/plugins/feeds-for-youtube/img/list.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\list.png', 1, 0x00000000000000000000000000000000, 0x16400d2bbda6e32bc5b61b673673d37c, 0x80ad889bd2235655990def7b0c84481c36c33e5d0a78ea4c50dc7ad6c55431dc, '', 0, '?'),
(0x51b3e22ce3a5834edef92ffda23d0f00, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg/atomic-svg.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-svg\\atomic-svg.html.twig', 1, 0x00000000000000000000000000000000, 0x027aaa9a14f4b8f7702eb9d87c6d0eb5, 0x2e06bea27561a16b3ea865ebac59ab49093b9b0319cb3ef2b993e55ce0220127, '', 0, '?'),
(0x51b4403946657799b506b0230f2be221, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\brands.min.css', 1, 0x00000000000000000000000000000000, 0x144e43c3b3d8ea5b278c062c202c92f2, 0xa8d211a5d0a5d287d848689dfb46dda5f7cd6d50f21841dc6d6165fa1c78487f, '', 0, '?'),
(0x51b4476dfd8ed940b673875c3a653a0c, 'wp-content/themes/twentytwentyfive/parts/footer-columns.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer-columns.html', 1, 0x00000000000000000000000000000000, 0x2f43c9be8afce24bbdb1e0a014497041, 0x02e8de35251ce3a833c403a7853342d48adf8b32d72b09b365aa8902d04705f3, '', 0, '?'),
(0x51b615396e62370d6ea3482f9f3f302c, 'wp-includes/js/dist/private-apis.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\private-apis.min.js', 1, 0x00000000000000000000000000000000, 0x28a556f9cf1b7d6c7103aa5095115933, 0x59ea0d4e4abe240c38ab9c19f588bb40125caef80a6a64c23bb5cd84a8b3c0da, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\press-this.php', 1, 0x00000000000000000000000000000000, 0x3ac69b7b74d8d0595b3ab2fa671a9dc5, 0xa2693e5b74227b445b13c60d3a6755aa8f12876c1ef9740f0f3a502cd070c401, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-upgrade.php', 1, 0x00000000000000000000000000000000, 0x73c8cbae6124ef0c604b1920b3e7aaac, 0x0e685e842ea49761edac372326bd5234b7bb9137f8880bdd15b1c6a7fed60253, '', 0, '?'),
(0x51bc70345618eb3a1028da61971236c1, 'wp-includes/js/dist/script-modules/interactivity/index.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\index.min.js', 1, 0x00000000000000000000000000000000, 0x4dc1083fadc3146eef9e178a635322d7, 0xa6a299b526a697a37ec8a66c0028ce84312cd6dc3717c7c33c2612f825fdf1fc, '', 0, '?'),
(0x51c948b72d78622fae1b51feee791d15, 'wp-content/plugins/elementor/core/utils/ab-test.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\ab-test.php', 1, 0x00000000000000000000000000000000, 0x95092cba4a3511358d75e1b65de2decb, 0xb5d5c7d30a05f3f694ff3aa633174a75fc830cf19afa70ecfea409dc6dbb8972, '', 0, '?'),
(0x51cb91da1b75bcb195273c955b3b9340, 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0x8e1d4f66e5c8b64c151cb5dc1b9caf63, 0x5185fd2b80dd088256e5ed273fadfb48b61dcac9a6b5135dc4886858d8270a20, '', 0, '?'),
(0x51cdcc36256ce2cb22546d949596afb8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/translate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\translate.svg', 1, 0x00000000000000000000000000000000, 0x7f0c9862f8931d0c30681548871209f2, 0x46902db0eb78be4412cbbe8703cd80a16301c757f85ac3384965c870042d7218, '', 0, '?'),
(0x51cf0465d12018eddf401e191fc939b8, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin_Abstract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin_Abstract.php', 1, 0x00000000000000000000000000000000, 0x935deb93931569227b55b2a098f19c2a, 0x2e19326dba91cee851cdc8793e3d03917d8fdf775c8085209dff2201d82a8386, '', 0, '?'),
(0x51d3572b2fd4584d9705baabd53c9f4c, 'wp-includes/SimplePie/src/Cache/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\File.php', 1, 0x00000000000000000000000000000000, 0x5d93377cfddf0186fadf4ffeaff0baec, 0xc0fb700855a03cefc66968a78fb98b8546458a75dd091cddbdc6f9897146fb8a, '', 0, '?'),
(0x51d3c94b50608430f5f4ac986c2f6ee2, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\module.php', 0, 0xc1f7661d4ab4b76bc736c281f7d2d0ea, 0xc1f7661d4ab4b76bc736c281f7d2d0ea, 0xd3c9df88047a33f00ce4c202e098e6fe23a0813011f07d7442b7b495f29dc652, '', 0, '?'),
(0x51dee8bd6912ecbe0723553d974c4ed2, 'wp-content/plugins/instagram-feed/templates/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x51ef7e4b82cd293002ccb9cfb1cfd1d0, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-backward.min.css', 1, 0x00000000000000000000000000000000, 0xb55ae991af92f3d8a9c8d0ce220f0d0f, 0xae2d208c7fa1667642219674e715c06007d938b996afec72e2c6746559afbb87, '', 0, '?'),
(0x51f0470cbcd437eeb2efaf32430d9169, 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-pattern-categories-controller.php', 1, 0x00000000000000000000000000000000, 0xd2d54f35b9dc23c8169e83d1a0031f8f, 0x9664017394323b7b76a9301110da3128f927b88840c504ce4f932d480dd80c89, '', 0, '?'),
(0x51f30e8aa8865a8bd25d7f6d97443050, 'wp-content/plugins/elementor/assets/js/72459a35b6570acc77f3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\72459a35b6570acc77f3.bundle.js', 1, 0x00000000000000000000000000000000, 0x13f1e6f240f5d6bfb981d06aea9cf288, 0x0be343a362e712e79f6213b8e05e46261e05e6ea525bbe1999b747d234658d52, '', 0, '?'),
(0x51fad3292a380e4fbcd4ab343b11a569, 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wpdb-helper.php', 1, 0x00000000000000000000000000000000, 0x77e9f92afff71654244712faccfdeed9, 0x66e3e7ce783045ff6bb83b23953a4ed25bd52f2d4901158abcd4d0458a7f8c86, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\comment.min.js', 1, 0x00000000000000000000000000000000, 0xa325e25876349dd90af69006819b6cd4, 0x9247f5c47d50f8a238a48296a50516777f43dd6a49c8804f4bc3ae587e9aa433, '', 0, '?'),
(0x52021c82dc994caf5c1b9cf43de0e29e, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0x4fc9f731cc2e41d6540d495dc09b9e93, 0x867994e1f3a52f93cb398778b65e15cf542ebdc809011be2e8814bc492a4cb95, '', 0, '?'),
(0x520250ef90ee393893823f5a88251d28, 'wp-content/themes/astra/inc/customizer/override-defaults.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\override-defaults.php', 1, 0x00000000000000000000000000000000, 0xf85e039bc87d9e390794eb25a40b130c, 0x6e0fa01bcaf6c7c60d464673435eb9ba010334ba758a548ea76b38702bd70df9, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style.min.css', 1, 0x00000000000000000000000000000000, 0x34dad0a6f976b0d51907573d5718cde9, 0x3ab049667274a914595eab1426f51b59fcc04e3c418b35e0030ffbbe8e3d5c35, '', 0, '?'),
(0x520ef7dde74e2a12837436f35fdb86ea, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds-list.php', 1, 0x00000000000000000000000000000000, 0xebec3f85e2bb700bc3080c5c9ac17547, 0xe9d5a14075b2da52c5dad27dc1340902c831ef4fa173022d72077f83c0a73d8f, '', 0, '?'),
(0x52163b2aeb2c4ff91f6d2623889dc918, 'wp-content/themes/go/dist/js/admin/customize-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.js', 1, 0x00000000000000000000000000000000, 0x1b1b3b7979ead87941884abdced87ae3, 0x5a371cd2492118d8de500d6050efe88bcb337cc2bef84cbcd15f2f065d394ea7, '', 0, '?'),
(0x5218026dc0ddaa0868bc532114ea0270, 'wp-content/themes/go/languages/de_DE.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\de_DE.json', 1, 0x00000000000000000000000000000000, 0xf1f4ae4665928aaeda12699c60d5f387, 0xb6c9bb860f97f15c047f8ebf6b2bab856597d4cc1d1d6082a2da29b2c55ed267, '', 0, '?'),
(0x52318d587be37ebe75d30828369e6420, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/TestExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\TestExpression.php', 1, 0x00000000000000000000000000000000, 0xe58c58d5b8f62040fdedac6f5ce473b1, 0x9a7b33762a6bd46c68b2f6468eff0ec4001e89ab6f7b35203338e357bfb5f8ba, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\autosave.js', 1, 0x00000000000000000000000000000000, 0x6872c2a592d6c7eacd104de64c77f385, 0xc6bbf977f1ac17cc86ed3e7243e6df0302f468b92e0cd7ec153a6c0e15f1f41b, '', 0, '?'),
(0x523879edd0f8d29ee7b684ef0faaff13, 'wp-includes/css/dist/block-editor/content-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content-rtl.css', 1, 0x00000000000000000000000000000000, 0xb0ab2079b7782969577a74e3736df1cd, 0x8128e424ebbe2541e3070de4011c4a743e470e8e527b4bdfd487787740f29485, '', 0, '?'),
(0x523c56b4a1c71aeed0b8451483b2afa8, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\author.php', 0, 0xfbdaea1bee7dfdb16beae8fde023bc03, 0xfbdaea1bee7dfdb16beae8fde023bc03, 0x9bdd2105d8a4778f2633aa096f6c16948d0132a56ffeadb98d2af1fb1ec4ab03, '', 0, '?'),
(0x524ab940bb8c494cc981abbd6864ae7e, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\data-container.php', 1, 0x00000000000000000000000000000000, 0x44c29bf81bb7d0987b27ee3644d2015b, 0xc5b5570789c0f79d728846f5717a88485f0280d2e496c8f634823ecef2c60ef5, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets.js', 1, 0x00000000000000000000000000000000, 0x34ae3eb841c550bf50d97534c484de07, 0x91b0a7bac476fd35e190aa6dd194222df291b22a7e60d16051673146c002d12f, '', 0, '?'),
(0x5252aac61cc51f892e6f552607964828, 'wp-content/plugins/elementor-pro/core/security/capability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\security\\capability.php', 0, 0xc2c2aea7aa452b0f489bd71771de1aac, 0xc2c2aea7aa452b0f489bd71771de1aac, 0x0f4ac2b278cdc7be86b4fcac3f5243d8332c856fe2205d9345f1bef6547cb808, '', 0, '?'),
(0x52556751dcb00f574ee418dce35e6e50, 'wp-content/plugins/backup-backup/backup-backup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\backup-backup.php', 1, 0x00000000000000000000000000000000, 0xb21d400a1f93ada48ed888247015939a, 0x25e72f04561ca7d9137e96a486fa21dfe796001c98a66ee702997aa23eed0402, '', 0, '?'),
(0x5256c360fe84dd32bd20461e791d25f1, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\templates.php', 1, 0x00000000000000000000000000000000, 0xfe7c4c681a626331945d13f387e37757, 0xc778f242ca304685af65b1b7a385668c12a483ba28cc89030367daf4d975b9d1, '', 0, '?'),
(0x525cd215baa3e72be9b6c72d64962406, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\import-export.php', 0, 0xd036b150c1a69b12a5a5535b4dc00a18, 0xd036b150c1a69b12a5a5535b4dc00a18, 0x08e63b377ee3788a55ae946c518a4f420581aa4e43646af253e1ebd1829f7710, '', 0, '?'),
(0x526550030c87489ae87633422a8b4fd5, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x74013834837cc3c1c1a95905a7ed8e50, 0x320bfeb99b71230401801e2f92c882585189c8be5c9a2bab64aef8dd118c100d, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0x93362ea11fa51d56e768e78c9cb8f52f, 0x44eead6f467cd038e329f5ed21bfee513e70386b7ec132fe7b6f595cc8687355, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0xc6eecc17300d4a6058e7bd2238be6279, 0x6f4869a9bf59834e3309033eadc5f7f4dd5f94d5f6059cbe4a8c2caeb796535e, '', 0, '?'),
(0x526e58a99ddd748526c66a18247ef3f7, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-misc-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x0ed68e7032c23e23ce56f1b31dc2e352, 0x1b9e8e206258f0408409e1c57ba4ed40a1e74783c7a05b084416a3cd5ee752b4, '', 0, '?'),
(0x5281a8380607e19916194a8bdbb0f00c, 'wp-content/plugins/elementor/assets/css/editor-one.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one.css', 1, 0x00000000000000000000000000000000, 0x73bb47d213d3f9e73dfc649800c3e710, 0xdb80573537b082854b97562177fbf24b6ba732b642fc055c43b5501ef9a72ff2, '', 0, '?'),
(0x52852866f285a6895221a3124cdb4b6d, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/save-plus-icon.33fd2505e8d79412a86e135967dc7b26.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\save-plus-icon.33fd2505e8d79412a86e135967dc7b26.svg', 1, 0x00000000000000000000000000000000, 0xd67ca3ef1b4c35a02159f5ea2e57812a, 0xe07db5268ab09748f69116fe027019b8340a49ff2e04499d873886346dce2ff1, '', 0, '?'),
(0x52869b284671012fd9f93a91ff86e230, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\DeactivateRequest.php', 1, 0x00000000000000000000000000000000, 0x10b86c0f9fffa2377dcf12a3de7882e2, 0x4e0380b20d87ed409b517c892fea7bfa9dbed1fca7eba8b2fa8d2cf45ced78d8, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x5293225630d4f8d5fb1f98672c616cc4, 'wp-content/themes/go/partials/layouts/home.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\home.php', 1, 0x00000000000000000000000000000000, 0x818ef832f9a458bb4d57104933586280, 0x8a2217c89017781b63e3025231bd551f27e806006d2f65b28007bbf2af86a2e0, '', 0, '?'),
(0x529362903a5a05b34b06b5e793fb4cf8, 'wp-admin/js/application-passwords.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\application-passwords.js', 1, 0x00000000000000000000000000000000, 0x42c0223570430035be9f1bb8503bec2e, 0x0906bb3e57cc9e36baf510b236e7c0a5f67d7b150bb346ca2b2ab04357568c4a, '', 0, '?'),
(0x529394b4e01c713855e9c07b00c5f418, 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\open-graph-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x495c391f71500d1c7521dd731410d044, 0xecd8c4132d077268431fdc2ab08eb3a83fafd3a86f203ac387a20f6fb0ff03f0, '', 0, '?'),
(0x5294b24194c9c6483d80d357c33ee561, 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\integration-interface.php', 1, 0x00000000000000000000000000000000, 0x0e7187f630004e869ccd4409dd46aa13, 0xb9536cfea76641d710204fbf0b0609ec777c113d4542cd90eb4466b2ad910471, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpspin.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x5296c9be931d9741bb4b2ab1bc11a78d, 'wp-content/themes/astra/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\footer.php', 1, 0x00000000000000000000000000000000, 0x8ad52294516b59b863fe5563b9618528, 0x3dd59efeb844ab5cb5f820bfa257c1914f13950843dd8ce04573416e4d316265, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\plugin-install.php', 1, 0x00000000000000000000000000000000, 0x28c55f24688ce1d2fddba4b1b9a7c160, 0xfbd52bda89e7a25f889dd4d0f2fbf7cf23b086a3e5bb26e2799dad8cb3ce0e63, '', 0, '?'),
(0x52ad19cb155ddeaef8646a62197d170d, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\sources-list-popup.php', 1, 0x00000000000000000000000000000000, 0xa459e231532ef0c4afc82ff1b7d70a43, 0x0821e1fedbd046c8e1a74e2e8459c71b4dc8c59aaefa045521ba2299d8066b2d, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-grid.js', 1, 0x00000000000000000000000000000000, 0xe99537095b250d9c79f7708b9a0fd26c, 0xb57cdf7f3f42cf04e222f557c9e76fcbd361751e1e2c75daee42fd71dd2523f6, '', 0, '?'),
(0x52b10b24d9ce3fa21d5c4257f009dacc, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\vollkorn\\Vollkorn-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x090053bd0c4a6709d2472d07cf36cfad, 0x73733edb50edd9f8ec82ace788d3b62a33b78a8286d4e4c61a6c6e5b95d622ee, '', 0, '?'),
(0x52b4a0971df42d1c65e9a447bf385de5, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fi.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fi.mo', 1, 0x00000000000000000000000000000000, 0x093db32abde36926b8ea4a625ee1643e, 0xec5c78e41c5026e82e9193996410030de0532e1189f7d2f290028c1bce04d5e9, '', 0, '?'),
(0x52bd65eee7c3201b24290e9a4d0a2bd2, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\add-source.js', 1, 0x00000000000000000000000000000000, 0x7c7f4a0848383832daf787f258723995, 0x3022ab8821aa16caa667e3f0403f566bb1f2fd6ff76217e622fcb0286c281256, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-suggest.js', 1, 0x00000000000000000000000000000000, 0x6a1c7f6cf52c10b590662ecf566885c8, 0x8c971ad4820938a702d59c67045cb0f697934953bd80aacbf4e382b036a591d6, '', 0, '?'),
(0x52c7dd736957c7ccd70c865be925d9f3, 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\XML\\Declaration\\Parser.php', 1, 0x00000000000000000000000000000000, 0x0d9c7fcaf26f4f309d1021f5c0f2b26b, 0x794179bfbbc709de76349b2e9a57d632a9db02edf0ad1202917346899b38b868, '', 0, '?'),
(0x52ca3e22f8b6fecfc676f12c123c9f94, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0xfbf0627473d5e9785434d9d7e996ec4f, 0xd92836e9c7b52cee5e4128d16f725eb0ec4fec591ca6d071c03456582bad7087, '', 0, '?'),
(0x52cac8dcb06f154cc9387e5cca6c4352, 'wp-includes/blocks/audio/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xc27a85198d9323d940cf9be1e4e10076, 0xcdb28ae2d7434fc2cd52cc8ba93c6c25c26e17f392131aa50b5315043e90f82a, '', 0, '?'),
(0x52ce4529bb293ec69a984b4d699cc9c2, 'wp-content/plugins/elementor/modules/atomic-widgets/utils/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\utils.php', 1, 0x00000000000000000000000000000000, 0x8aca23b8a2be2eddf8622833f9d55511, 0x9e4a84dc3f906300a6ef3a5d3022141a26b476500152edfe4931befe9b429576, '', 0, '?'),
(0x52cf1dbecaaa5115e020cfea2767512f, 'wp-content/plugins/elementor-pro/modules/forms/actions/slack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\slack.php', 0, 0x1312934080585dbf9c380c8adda5ef52, 0x1312934080585dbf9c380c8adda5ef52, 0x0f975cda613ddfff31d53cb1070f5cd3630c173d96f6a364b88c443ad6804eae, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0x5587b057b0dcb99dcfef90f268ca081c, 0xadc3b919a4508ef4e5acce862211c46c67b601969f5899608ed340c31de5c1ab, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0x1a5c95bf330d66184b146374adb94cda, 0x6cef39582e80be8828fd82c0a09bd167a1dfc20b5afeba534a3a1f03288b0f2a, '', 0, '?'),
(0x52f64f6c93ad768a3d13687db5580a66, 'wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\rest-client.php', 0, 0x270cce90a8aa7380ed40ca9e3dcbea81, 0x270cce90a8aa7380ed40ca9e3dcbea81, 0x80c9233f6dcdc8425a34c058b620c2b3a086e13c4907351fc815fa3f50916c68, '', 0, '?'),
(0x53033faf641eec7853939517e0d98e40, 'wp-includes/blocks/query-pagination/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x530dfa9f774c3535188b40560faab14d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/simplecards-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\simplecards-template.svg', 1, 0x00000000000000000000000000000000, 0xc1fdf47b1fd0df4659d551fa1c1cd57f, 0xd91969f2000b7de4acf029c67e32f4d18a3fb4d43e23d7bf37f05025e3204700, '', 0, '?'),
(0x530e8bd1a5c17c21a24c52798a4567a1, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-3.php', 0, 0x836e8f42a9dad7bde1554f32b000067e, 0x836e8f42a9dad7bde1554f32b000067e, 0x1746f8299a5d6a3734a7197579dba73ad0ce17840efb5d062f8c1754e493f2a7, '', 0, '?'),
(0x5310b4c65482cf7871342648ab5404e0, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x1e9ac442d94ae7cd63377679cdac7d3d, 0x9f75744c9f51129405f9702ca616681c7d1ed546edabfeffd52aef32a6ead185, '', 0, '?'),
(0x5315aa172783e4655e6973dccf85fb2f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\services\\conditions-config.js', 0, 0xf85eac0a97a445f2459db5c555229749, 0xf85eac0a97a445f2459db5c555229749, 0x911e9242ee5dd3cd2ebd5188075b58812cdeb4c7d4145e606391046aada9c2f6, '', 0, '?'),
(0x531756663daa315f4d779e723e224a0a, 'wp-includes/blocks/comments-pagination/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf09022981a3ffb0c497bbef6c43e010e, 0xfd68899e59fd923dd62266fe2b5ac6b27b3c6cdc1d6d00e7bfa65029fa2e4595, '', 0, '?'),
(0x5318cee28345f1de1c628fe9c26a89f2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\feeds.php', 1, 0x00000000000000000000000000000000, 0xf3cef41c96e3185bee4fc88630c395d9, 0xae93e3806a1c7dbcd688e9191361221bf8e8223eee3ea56942be88f5305ce06e, '', 0, '?'),
(0x531d3c34206a8e2714c67d09be8fc57d, 'wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\block-editor-compatibility.php', 1, 0x00000000000000000000000000000000, 0xb565b671444579d02b723de0ff498cad, 0x459ad16b0fcf8800852a146975792eaf3b4820c1e8dc9e8ee01049d523fa4329, '', 0, '?'),
(0x532137f2592a651d34e34afe8905d053, 'wp-includes/blocks/comment-template/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c6ff228a16d73a8fa5a4d18551edf7d, 0xfc935ba10002fe9c13bcf1c695b16848b31b8e9223106113b8428d4401734fc1, '', 0, '?'),
(0x5321b094155ff2c80924a4612a5a422c, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/ValueError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\ValueError.php', 1, 0x00000000000000000000000000000000, 0xc9933fd936685e35fb421aaa914fb721, 0x31782ee86ad26dd5d42fded0b32522f9f36409e2ddb74a1dd90df51ed8abf444, '', 0, '?'),
(0x532993aca249cbe19628b634ee5641ed, 'wp-includes/blocks/accordion/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style.css', 1, 0x00000000000000000000000000000000, 0x6f1fbcaab94aa1fa4358892452cbf3af, 0x0c70fa568cc44e9587d2dd65a29e989bcc1c421f03c0e219dde0b047213ba2e6, '', 0, '?'),
(0x532de5dc8604f48f9036ccf84a8604aa, 'wp-content/plugins/powerpack-elements/assets/js/pp-gradient-bg-animation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-gradient-bg-animation.js', 0, 0xf422b66f36f41ce814f07fadfb3e3efa, 0xf422b66f36f41ce814f07fadfb3e3efa, 0x0527048372a9628cba50476df19b9a79bc55299a32e65bc3de56b0d9625e613f, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x8c0498e2f1f7a684a8d2a3feb934b64b, 0x1e7add5c9b3ac68eac165b3464607d147b3b8210d195c16678984cd4a9f23d05, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xecc3d4a65fcdf3c7fe67ff9d726d2daa, 0xa34f42d0c42096ae78f775804ef3b442bddcc33e71395a78ec9c9ad3768594a1, '', 0, '?'),
(0x53343fc5af8241677731c1432a697adc, 'wp-content/plugins/custom-twitter-feeds/css/ctf-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-styles.css', 1, 0x00000000000000000000000000000000, 0x77528effffdab4b61cea774279745f7e, 0xb2839b6c061aef11625838535bef514c4401274545ad1afa8450b7fa2224c959, '', 0, '?'),
(0x533654b988a3d9b27ac4002da9212d82, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\featuredpost.png', 1, 0x00000000000000000000000000000000, 0x3dae1c421064335d813a11e366a86777, 0xe54585f9fff5bd12b35128c73420eade24b60bc430d3d5edc56e9edda1edbc71, '', 0, '?'),
(0x533674ef218ea1fce6000cd719dfb00a, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-da_DK.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x627eecce791691d048647e2e2005571a, 0x06d94ddf419cf6b92b6b3340fd43bbb4256a23e6a3c46f24a04fdb16ac749af0, '', 0, '?'),
(0x533ac8da905a7ff6822f43b446dcd130, 'wp-content/plugins/elementor-pro/modules/atomic-form/checkbox/checkbox.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\checkbox\\checkbox.html.twig', 0, 0xa0a4b22751bb6aa90d944570e2a59d5a, 0xa0a4b22751bb6aa90d944570e2a59d5a, 0x1f1bf3432b384fef60903456f94399eba9c0f7322fee6c0198ab142228e80e33, '', 0, '?'),
(0x53484c26c4222e9dcf15755e23061344, 'wp-content/plugins/elementor-pro/assets/js/load-more.862f17c31e360ff1934e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\load-more.862f17c31e360ff1934e.bundle.js', 0, 0xf8702a834ec9d9bff35984d759239efa, 0xf8702a834ec9d9bff35984d759239efa, 0xd7c31178394d624e6ce74b32bc51df680394a86c6b2c109fcdf50baf26de166c, '', 0, '?'),
(0x534a949dbe838aca95d60ed54aa56cb8, 'wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\mailerlite-handler.php', 0, 0x20b1a41f97fc54c51b2ca9742a07fd28, 0x20b1a41f97fc54c51b2ca9742a07fd28, 0xb73465a55ef946fcb317ea78485e8635df0cc35764d14f728885a3b4a8aa9961, '', 0, '?'),
(0x534f5af10506709d08d67115f7975870, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-date-time.php', 0, 0x9ef1722514f0776fac74214bf23cf00e, 0x9ef1722514f0776fac74214bf23cf00e, 0xfce78210ca01d260ce120982b0f543a0de12eda861857ffefe7b0503729292bd, '', 0, '?'),
(0x53521403c2b94874d0b3f8e67da16d1a, 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\site-origin.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ae09ffb7e7a07d53b82de6bcd955898, 0xea0f9afbf70ad254730f6c7039b5ed81becd60a8a3ae217ce5e046486dadffd4, '', 0, '?'),
(0x5353b0ae4357304df635588af4915b8a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6312.069d4ef7ea7f21ab.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6312.069d4ef7ea7f21ab.js', 1, 0x00000000000000000000000000000000, 0x5c4083233da576116f0786da47f59b90, 0x2faf1869806cc50f373c20f14f2d987917e2081fd400834daab614e47f6fba53, '', 0, '?'),
(0x53540922066cd2da8de50efab5c40e11, 'wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\RequestContract.php', 1, 0x00000000000000000000000000000000, 0x9d017bcb80d6e0d2122ea012f3f0d5cf, 0x83fc417b3f896a4f9a0242a1e5f5fc987e6fc72c7972dae4e442f453d3037b74, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0x5358a4e783f2ddfbb81e41a8ddc20c93, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Settings.php', 1, 0x00000000000000000000000000000000, 0x59d512f4e6538b603663f465791bdedf, 0xe5bf3faf9dc5d5e0154a7d0b4e2fb617380f4b0db52c0478a5c4cbc14efe10e3, '', 0, '?'),
(0x5365c2a09a537e98151b0cec9d876fa9, 'wp-content/plugins/reviews-feed/class/Common/PostAggregator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\PostAggregator.php', 1, 0x00000000000000000000000000000000, 0xc4508a4a303584c660cf1fa597378406, 0xe6f9374d6a0c2f92032614ddc6ecb3cb153e554d981b05f206393a5507932c85, '', 0, '?'),
(0x5367b19932372d850475a8a6a633a7b1, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ApplyTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ApplyTokenParser.php', 1, 0x00000000000000000000000000000000, 0xf4531064d4927498448f962d1bcfb986, 0x0205e527ac3a0671a700c2496308bc05b98bf62587c80891a1af0c833c199f1c, '', 0, '?'),
(0x53694771f6cc188adc552522fe80c475, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x536ae17e369b907ba8809cc182085813, 'wp-admin/css/colors/modern/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x3628545eb8e1e2434c5b8f9d36057e96, 0x146dfa5d7ff643177da9280d20ab0db01bbcf1566c4590b3c3a3c788fe3989a1, '', 0, '?'),
(0x53749c248c4bca596221a5124e82780d, 'wp-content/themes/twentytwentythree/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\style.css', 1, 0x00000000000000000000000000000000, 0x3ad1011d0de288083ffa9efe7ebedd10, 0x041f2407f931c8125d69111a8bffe2122a2299823e63efd89245333532244703, '', 0, '?'),
(0x5376837f64f3eebd4f8bf6e2f563ce4d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-gallery.php', 0, 0x8eaaf71b68478a303133013c72e149ec, 0x8eaaf71b68478a303133013c72e149ec, 0x9bd08538bbf212b6afd16e29522ac039a946793780512a28f871939dfb3a7098, '', 0, '?'),
(0x53783317bd15696772295e469148d3e6, 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\admin-apps-page.php', 1, 0x00000000000000000000000000000000, 0x8bee995439210ec52aa486fe0b323cc0, 0xfe9f6af1a594228b4cdb84bc84e1b5bcc2bd1729b137deaa0e64bfb5103cba25, '', 0, '?'),
(0x5379486060aba16641960bc2bb7af570, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4352456b3ffe8d20d50b9296943872e4, 0x49ae7e2c3042822bdaca3ec68a4fb656706232ef4d63a5e312cc5cfc3f8d5753, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar.php', 1, 0x00000000000000000000000000000000, 0xc1b3d361a2642847a6aecbdaa7522ad7, 0xe972bb92736f11ba3fc02b1bad85764cb6bdc241e854c76bd1ae3cd88dbcb3ff, '', 0, '?'),
(0x5385138a5ae1637e888a16e932adfe9b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow.min.css', 1, 0x00000000000000000000000000000000, 0x97db8103f62ef845cbe078e37073b483, 0xdad3795cefb3d9f5dc2cb4a6e621043322cc94cd90170f28f25b8a0c3eda7633, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\settings.php', 1, 0x00000000000000000000000000000000, 0x56e46ef859a4c45f3e15c715842c7067, 0xc99c249dcac1d2510c5eba23b1e07b67b8a33ac1bc998ea0a36c051e9e238b50, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 'D:\\laragon\\www\\genesiswa\\wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xdf419beba24aa233995e21f8404478cb, 0x027705ec16d8cbdf73b96e8238b6eb92e860f91577f1faf1c906ede7dc69df02, '', 0, '?'),
(0x538b72a8038dfcaa05e055e3c5bf0ff8, 'wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\insta-icon.svg', 1, 0x00000000000000000000000000000000, 0xfb352cf4e612374fe6105f7239a92515, 0x386e41cdf3d76235a9315dce7610e4af545830eb7ffae12f1814ce77ef7e629b, '', 0, '?'),
(0x538e784650309572a694048ce701ca5e, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0x3fe465246fc29c0e69ec31cd7a3bbfc2, 0x2399702db5aee1172b751c4b712c516a681d7e40cdcf1f0a49d22babe1202959, '', 0, '?'),
(0x5393452ac13e1006bafab47970b1490e, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0xcb3e68ad83f53c96a0fb172e9583b201, 0x03f1ca1af3e0a7884c50f5705e18b8d4390a2d977cd62d428caf8f6f5fad3ee8, '', 0, '?'),
(0x53938c6cac2b13647bf5001425ca4cdc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x2e80742a9c49ecc8b1264e2259ee96b5, 0xbb1f59330a8d460cd2046d2a4f7487e541a815e9c7effef9e62de4b97b03944f, '', 0, '?'),
(0x5393a3ccd74b8a2610ec193e6fe3130f, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import/image-src-import-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import\\image-src-import-transformer.php', 1, 0x00000000000000000000000000000000, 0x79f9f6605f9d1f95953e9a1f1290e69e, 0x4222a1bb42cb12c9d544a49dec9d09b1f517806fde077bcd6e4720f73e298bca, '', 0, '?'),
(0x53950c6c4e48913aa467f59c728e1a38, 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x59dfb3dd9e63ef05010492e4b349e21d, 0xed30a73d40fd68068fad4b5fa52864858044554c9adb4c85057a882d8695c1ad, '', 0, '?'),
(0x53a42534fca6be4c8a0ed0fa44795d7d, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xb8d9988dbc240281682bc1f238d0c738, 0x4864351373eeda4c3aecc41c5810e39dc38175a66b79d82622006b0f3f1a6cd7, '', 0, '?'),
(0x53a50bb474e720f0c64ae839a9fd8647, 'wp-includes/css/dist/block-directory/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa9c91c43461a24a58ecfa26a64c5f2af, 0xc0f3b5fe6b6e3eff81d364271e3f75b1514289ba4a7d521fea3cc12cf243fddc, '', 0, '?'),
(0x53aa6392afaf71fc69844f0109a2d537, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/item-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\items\\item-interface.php', 1, 0x00000000000000000000000000000000, 0x87044c16ea06fc943c18ec2812f1bab2, 0x1e340dfbb1323480c6667fe6d68b66e3420154824b114e225d1c36a7473e595d, '', 0, '?'),
(0x53ac6af2666c012735871dd047a50c64, 'wp-content/plugins/wordpress-seo/src/schema/application/configuration/schema-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema\\application\\configuration\\schema-configuration.php', 1, 0x00000000000000000000000000000000, 0xbd4123dbfce4f1581b6fc45651e7865e, 0x936d5ddc90ba8d97a3b00da6638f21b5f07aa77aca426f5ec0c1147988dc0a6c, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x53ae6b96e5eff771081608526bd1d8fb, 'wp-content/themes/astra/SECURITY.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\SECURITY.md', 1, 0x00000000000000000000000000000000, 0x3822989142375880fa6784d556d3d2fc, 0x353c25509b62d5f1f69c4fefe237b23192e9b8404d63c3dddfd88b777dfaa98e, '', 0, '?'),
(0x53aeeb7c104576d75a1daf9f701a5938, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/connection/site-kit-is-connected-call.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\connection\\site-kit-is-connected-call.php', 1, 0x00000000000000000000000000000000, 0xdf042b468eeb2ad00dfea9196bad58e8, 0x06c832cebc93592c2b9e4fdb8799d27d73442af7c0c4b1199e4660f5551f964f, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x53b629da00c086b2d7c73101155016f0, 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\widget\\class-astra-footer-widget-component.php', 1, 0x00000000000000000000000000000000, 0xfc78e0d1f2bd792c554461ca2b80cdaa, 0xea81067767c0362c944ed03e5b3a8e6d6a956530c8d4ebbbd982124a813b065b, '', 0, '?'),
(0x53b6919a9c68625bfcb4ec6087c6ba58, 'wp-content/themes/go/dist/css/design-styles/style-modern-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor.css', 1, 0x00000000000000000000000000000000, 0x569e8b9a1bdd0246b24ac03320ac1d6c, 0x1f561aaa492808dce8bd92353f3efd0197ffb51dcfba16383ebf80f1426a96c3, '', 0, '?'),
(0x53bac3faca743390e3984fcdf65faa45, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/CustomizerBootstrapService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\CustomizerBootstrapService.php', 1, 0x00000000000000000000000000000000, 0x917aebdb3dc0ef7512954ec45b097e61, 0xb37c5625329102742da5202a435900f624b2ed64a713488fb024120f9a8b5519, '', 0, '?'),
(0x53bfd54847951c7b2318e2160f41704a, 'wp-content/plugins/elementor/modules/cloud-kit-library/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0x1c583464b9bbb7e14d9431a912b3e565, 0x822635f19647a753040784d42a3181c5cfff9560be062fe3863fe37bcac872ed, '', 0, '?'),
(0x53c75f610c47f18e551eaf4604ceffed, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/instagram.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\instagram.svg', 1, 0x00000000000000000000000000000000, 0x374aec2628294ad81d787c4a4faf6106, 0xee08d03923291d8f6eba4902830f123dc0889828300d7d81ee6184a121faafac, '', 0, '?'),
(0x53ca0d30e4e333108cf785564dd3603b, 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/plugin_info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\plugin_info.php', 1, 0x00000000000000000000000000000000, 0x84b653acc0c7c8f949053e93230a61a5, 0x10ac73aa3b526f86fe56512941c3f10ba8ed8202d2e19546cb6e8dde79585400, '', 0, '?'),
(0x53d3e4d0a5efdff557a0b26351712b37, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-title.php', 1, 0x00000000000000000000000000000000, 0x490e2830a9c3ca9a68933422b158b2f8, 0xd0c66fcf749d7e40033ac5ecce82e8dea557cede619e8a7587ce8dd6bdee20c3, '', 0, '?'),
(0x53d874f3a68b10a1d76ff293e006e8ca, 'wp-includes/block-supports/aria-label.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\aria-label.php', 1, 0x00000000000000000000000000000000, 0x866b70d7404bfbdfe82cc5329587c735, 0x844b9aa79e9c2b2de5b4cca79c122422ee46b2f3ffa9d360b9a613b26c9f5f3d, '', 0, '?'),
(0x53d8a1f7f6ba2f795797fba9fbc63b4e, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0xe588a805d12423a96d407df74d31d105, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets.php', 1, 0x00000000000000000000000000000000, 0x7a2e200f021f3efe8f1560e42f0bd165, 0x1d0e8f10a11e9e62334e739d26ee031aa8cb4230843fd86bc4962703006f6c1f, '', 0, '?'),
(0x53de1fe96ceecb1cb23aadf7a6043eb0, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\breadcrumb.php', 0, 0x6a77a327d185af9a5182a9788b858ec3, 0x6a77a327d185af9a5182a9788b858ec3, 0x3429ae17f3ac4ba8521eebeb9feb14edc123537e617220ae3b987e3812cb5f24, '', 0, '?'),
(0x53dfcd3b5964a5efd6d149c915934a57, 'wp-content/themes/twentytwentythree/templates/blank.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\blank.html', 1, 0x00000000000000000000000000000000, 0x160078997ab96546a6ff15eb3dbc070e, 0x979eaf910af423d746c5567ecce119f830cd51252a4c466bca19528c08a08e80, '', 0, '?'),
(0x53e10ca8a6704bdaa1b48f9e5cdbf153, 'wp-content/themes/go/dist/js/admin/customize-preview.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.asset.php', 1, 0x00000000000000000000000000000000, 0xfbd4cd03379f7f6f8a067e58fcc6a97c, 0xbcd370384f3ca55c5855306a0809ec765d64f2c176122e6c2d190f75348b6e6d, '', 0, '?'),
(0x53e52f3679941f907619dbcf7f612960, 'wp-content/themes/go/dist/css/style-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6b077c22d5477f1c9478ebf4ed9c67ca, 0x60bc4792e229227ec4805b487246a701b931c8d0f605edf6aa551a897460278e, '', 0, '?'),
(0x53e76fa494e6dd9eb1da248158b4051c, 'wp-content/plugins/elementor/modules/atomic-widgets/cache-validity/cache-validity-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\cache-validity\\cache-validity-item.php', 1, 0x00000000000000000000000000000000, 0x1faa6a7a421c40ae256ccc3bff395083, 0x301f41b1135316a2ddeaa4e3535ccf5cadba4aff6ade435b7d1c97ec57659342, '', 0, '?'),
(0x53eca9ed5dc8a22c37b3ef1e167a7b4c, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-menu/atomic-tabs-menu.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-menu\\atomic-tabs-menu.html.twig', 1, 0x00000000000000000000000000000000, 0x9a534b4c1360055592a7ba33fae24ec9, 0xaa8bf1331afbf0856cf65d11b921ca81f6cb8b9532dee6d5a3f917d72292c4e7, '', 0, '?'),
(0x53ee7440fbe64b1186fec493ef7fd0e0, 'wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab07fd9b30a4d16842dec8be6404c143, 0x7a66f5bde460f294f1a9a9a860a83fe501f30155c8d8ebc52ef9a918692507cf, '', 0, '?'),
(0x53f06b05c4bb7f2da69fb3c6c62ed9bf, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-element-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-element-template.php', 1, 0x00000000000000000000000000000000, 0x755202f85a39d13fcc6c29a72a036dbe, 0x080260a9365732ecf5cf32fe13b94269e8501c94cc007d08be5fc3ec3ea72134, '', 0, '?'),
(0x53f55c387a3b0f06ab58a5eb38e8fcac, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-term-watcher.php', 1, 0x00000000000000000000000000000000, 0x0a865e401d4d7a39ee753c48713ff012, 0xb132a089422f0ae29ee186ba99d1b2c2744a3322b3a8fcdda800b737ceb92bdc, '', 0, '?'),
(0x53f9d70d27c07ef6d1fef4dbc37932a0, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInDown.css', 1, 0x00000000000000000000000000000000, 0xadb148912d9f79b9b359f93cf5692efc, 0xda8bab01d2348b04b8f053c4a53e6caa3a916108eb804b57a1325252281eeaaa, '', 0, '?'),
(0x53fffa96ac2d1cc0a5d20766b4910725, 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\class-astra-heading-colors.php', 1, 0x00000000000000000000000000000000, 0xcad79baea62c067d9c72308cc4c8f607, 0x37c7630dd278af6ad470e3a2400a6594fb03bf5092b2348dcc7ad9b204590070, '', 0, '?'),
(0x5400804e8ab70a772beabdb297dc03aa, 'wp-content/plugins/feeds-for-youtube/inc/Services/AssetsService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\AssetsService.php', 1, 0x00000000000000000000000000000000, 0x16a04f11a154b65638540004af7b92e8, 0xcfb50f5db167e842ae389408df9ed54d38fa66a993859d2b3de38abc28bcea9f, '', 0, '?'),
(0x5406097f67111f15c291ca7f53502ec2, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x98627152deb14b1bb7d61d1903e7384d, 0xcc4e5d169ddf6e0f12257b8c311144154753463b6be1c10bab94a311756f70bf, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x46a5260589f742cc0abc34e1327e2f71, 0x22a2b42a633dcede0c95f7ae36ad08853bb0dea1c3ce445069ce6f738065a5d7, '', 0, '?'),
(0x541084b2446ff90ee1d4a05c295a981c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\FactoryRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0x0e8ccadeee511cdae669ea816996c0b1, 0xdf3111453c63c91bca4f4d1bcbcfcf65e85df898d0e04dba9481ffdc274af598, '', 0, '?'),
(0x541f45eb84c9eb6b55ce024f1df9b472, 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xa5f16b828a5e5f8563390779fd68be9f, 0xae6ba11baa9123f8585d9bb790d8ec4c8eca6171f8a838afddb99ffa7d229b43, '', 0, '?'),
(0x54227b699b52edeeef4b88a55b884ffc, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\wp-content.php', 1, 0x00000000000000000000000000000000, 0x2bff097c40634b16d230e18b995e1ddb, 0xbcb73c1c66f25b8e5dd8db26bd07a41afed2023039bea8c408cfa63dcbcfd05b, '', 0, '?'),
(0x542548ce0d3081544bc1273565bcd850, 'wp-content/plugins/powerpack-elements/modules/team-member/widgets/team-member.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\widgets\\team-member.php', 0, 0xa944396f215598f9ea4c57e096721bea, 0xa944396f215598f9ea4c57e096721bea, 0xf4634560d77ebbb4624a2ce6da7964276f7a8648d0d21405a32795c6eeb04240, '', 0, '?'),
(0x542963794d3975e3cee7281b88145a83, 'wp-content/themes/astra/inc/assets/images/img3.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img3.png', 1, 0x00000000000000000000000000000000, 0x4a230c6907e02e56874649f2a287fc5e, 0x1fbfe946ca82a1861522329b1c317c818b1289e11435aa8a0ab3dc93f6bd2ef6, '', 0, '?'),
(0x5429e8556ebbaaa9d0160fdde87fd03d, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-2-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x19e4f1192dbe3b354751f90521adef71, 0x270bad07cdd29929585c0ca9a51d31d929e2a0008be30c2229d9eab6d1ed3766, '', 0, '?'),
(0x542c0e8ca2c51628aef516d55d0a4f95, 'wp-content/plugins/instagram-feed/languages/instagram-feed.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed.pot', 1, 0x00000000000000000000000000000000, 0x22ecb4470b506f6e408c7e8afbbdbf4e, 0xeb350b45ccb604907ba82ec37c81a4be648d589f36c57dd52bc53b05a311d1cb, '', 0, '?'),
(0x542f80e9d86698a9556af8ddb5203a15, 'wp-content/plugins/elementor/core/common/modules/ajax/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\ajax\\module.php', 1, 0x00000000000000000000000000000000, 0xc26316f4617eae85d5713e949e204181, 0x37ebd7e29b6c1aa0144e2a399bd441847f3200b91114f9ce7c4333755d584406, '', 0, '?'),
(0x54306196acfc251b0b73327dce1dc8ff, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\my-account.php', 0, 0xcc8e706fc0705659fbd6af8323406086, 0xcc8e706fc0705659fbd6af8323406086, 0x92afd86aed3790d2d9352fb33c41c04dfd07f3cfce4e66af71333ab5c0885d63, '', 0, '?'),
(0x5434434c0fb12ad7102a7425134592c3, 'wp-content/plugins/custom-facebook-feed/inc/Helpers/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x54363e26fe88a7646b97846a70b06170, 'wp-content/plugins/instagram-feed/assets/svgs/featuredpostIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\featuredpostIcon.svg', 1, 0x00000000000000000000000000000000, 0x905f722955be4408444faf56db3525e4, 0x10aaf74d395af148af6011c0110c882019d53e3ac87b33c5f0fb4950031aa7b6, '', 0, '?'),
(0x5436eb1ea3b4fec86f556b4593696a7c, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_static.php', 0, 0xf8c4b86dd4ccd88bbc909ab3730b8eb1, 0xf8c4b86dd4ccd88bbc909ab3730b8eb1, 0x6a784f75ae274a84503bce87a12cd736511b2069de11cdde0cd6d16f7e604fb6, '', 0, '?'),
(0x543a284b15c25aa38c1633a9e432b8f7, 'wp-admin/user/contribute.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\contribute.php', 1, 0x00000000000000000000000000000000, 0x99be81c1456707dcf916cf09ee5c76b0, 0x9b26f017004afcac3c9ffe34a45c4a71c338b982a3af134cb7d77127bb97e3a0, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\reports\\activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0x30b764a5955716bafa6dcddad8a87b7d, 0x8c7cb14cdd4d10f569e0db24edf02b02b07c5304a3d42e5a08f081171031c7eb, '', 0, '?'),
(0x544660f51ea0d71ec170b04041ba7cc2, 'wp-content/plugins/backup-backup/includes/class-backup-method-mananger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\class-backup-method-mananger.php', 1, 0x00000000000000000000000000000000, 0xd0776df124d35a72f76c8686799a881d, 0xe226fc355044680d18ed44f51f35d3533a8fde02d3dcade29dafa828fd50dacd, '', 0, '?'),
(0x544ceb1fe93ec7a79430ce26a14033d1, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_italic_400.woff2', 1, 0x00000000000000000000000000000000, 0xf92d2db85594215e2a4d135561897188, 0x734054f60bfe5a78394691661dadd39e53f4d17b91e62ad329d4c13579fb983c, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x64cd3ce9942ed78d6c8a13c1c16e8165, 0x600a4ec049629e079321c98e6c78e97dc6d90df438a52447a185e2b9890c3f2b, '', 0, '?'),
(0x544f5fd7a87745cfa73ce776089dce8d, 'wp-includes/blocks/navigation/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\block.json', 1, 0x00000000000000000000000000000000, 0xbe28504fba6bfda917d8afd708f3b4a8, 0x64fa3c9a8fdb8c23978d0269fcb247775c11a18fd3c065491fc3212b978f4e65, '', 0, '?'),
(0x5450d15cae45ab504179dead5e63a127, 'wp-content/plugins/reviews-feed/class/Common/DisplayElements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\DisplayElements.php', 1, 0x00000000000000000000000000000000, 0x1b6a7cf03535557797613b9a90818997, 0xf80a89705bafb2d94e8fe03b46f34c34012617bf1a8ef69b1dcbc0cdf36ed232, '', 0, '?'),
(0x546429809cdf2b6ec151cb946ab04804, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ms_MY.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ms_MY.mo', 1, 0x00000000000000000000000000000000, 0x5282070388e4476dad5adea56fc5fd9e, 0x25d235e9e0ee87ed91d098b3873ad8e643f0bfc6b43dc98879abdadfab2b866e, '', 0, '?'),
(0x546e02b2cc3bf3e3338b50e8a5195336, 'wp-includes/css/classic-themes.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\classic-themes.min.css', 1, 0x00000000000000000000000000000000, 0x1a0804b1a9d09705657f91fe7cad4c5a, 0xe255ebf8d89a1f82600389009f6ae0416dead8d919b60ddec7a9322393b52390, '', 0, '?'),
(0x546e62636870006ab69cb8e3a52d7f75, 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\version-trait.php', 1, 0x00000000000000000000000000000000, 0xddc8f1d7b4c390eaf4a7a80a4fc1aa65, 0xd1694a05c12f13da3b9a1d000b97adbe3df15836b1d4d9eb627296786430d8a6, '', 0, '?'),
(0x54772e449982522c88b54b9d92f04a5d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/default-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\default-template.svg', 1, 0x00000000000000000000000000000000, 0x562a58ce35002a8ddfe1439296f8ec2a, 0xfeefacdefc083d33659b49927ccb776feeaef972442cfa1c6662a1e798dcd5f8, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0x29539905bd304678daf47271bacbf614, 0x706576436b0dc4f2de3f09f5ed742cdaa8e7c2a253f476ac1e21bf93150d61e8, '', 0, '?'),
(0x547d264b2ef8fc62861c36bed896730f, 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\first-time-configuration-route.php', 1, 0x00000000000000000000000000000000, 0xebfd2fec00ac66a5f8afef5efda30e83, 0x6224feefe0ff986e9b4da42fefaa018f7effc7bbb0914e625d1439ad4d0452d7, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x32466aeac5479e5a76f443510060dc5b, 0x553dc7d0d7c7c84f198ef36deb433579b6bb827deac735c45cd5eead017c0001, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x94c3cead7954b4ce33d09a3f074a5386, 0x211af09c6ff246bda447134c419c71abd3cfd4fd231828c683dd87887068508a, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x54adc21b44cb491c39114a428ab3c8af, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/shoppablefeed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\shoppablefeed.svg', 1, 0x00000000000000000000000000000000, 0xe4a255644e5c0b2802508f933e393ec2, 0x45b6af18b1ebe08ad0a83e2b19b1198092fe2905ec7e58c78c74d278013b5bc9, '', 0, '?'),
(0x54b99183a081a01a245228f83dbf6647, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0x9785d847fe3a063545d50a1d304729f5, 0xd5d939ac53864e672879dac0e79aa9c21537089b18ffc9da00bddbd2a0f292d3, '', 0, '?'),
(0x54bacc2192b97696766a770f87336785, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ConstantExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ConstantExpression.php', 1, 0x00000000000000000000000000000000, 0x976e55e70f8716f1eaccd34b60ae45db, 0xa95d863572e8883096899b7bcd55421e729bd074c830a65035d8fb3bc45fd478, '', 0, '?'),
(0x54bd9aa1bd1777af65229c65c0ae1b5f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\builder.php', 1, 0x00000000000000000000000000000000, 0x90376ca1d54c18326aef9475a816e149, 0x971986eb5e596f9208054d3e54f8777be67a60e75001f4a747978c3ec1de948f, '', 0, '?'),
(0x54c5d9603599b9c8327a2f163ee09a77, 'wp-includes/blocks/query-pagination/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x54ce51a50c35b0960aca57db1d5f7dce, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetAggregator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetAggregator.php', 1, 0x00000000000000000000000000000000, 0x46ed504ca6fffd5ef4ec1961c42a9978, 0xba4c290e753fca469c54f9f662f7c37e841300ac396043ba460990ee287bf9fd, '', 0, '?'),
(0x54ce5adc5a8289c450ca29a48b12da8f, 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\base\\widget-floating-bars-base.php', 1, 0x00000000000000000000000000000000, 0xd251eeed19d19af2c3890d5775695db2, 0x7d42ef8e337e7efbdb47ac3c29ce4416a4f8a39d7e9d74b77441d576e4a53a23, '', 0, '?'),
(0x54d4a57634c6fc2aa3cf244f583cdf63, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/webpack.config.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\webpack.config.js', 1, 0x00000000000000000000000000000000, 0x61f7d4d2f3a77c210e21f9da6976d7f6, 0x8d3989b5c09d1fba0920f1cb0eade576f5049de4b4ea32be9b85f10bc3967de5, '', 0, '?'),
(0x54d52c9b8ad44245d45ed7c3af238172, 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\theme-missing.php', 1, 0x00000000000000000000000000000000, 0xec088f90aa1d598524f3706e7ca1d3ac, 0xa86d08e5222c7b4c4a3f8753ecc4567c1eda0942e3eb4ae5735beb79bd01702b, '', 0, '?'),
(0x54d6e7c1ab73fbe64c5c18afebd8711f, 'wp-content/themes/twentytwentyfour/parts/footer.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\footer.html', 1, 0x00000000000000000000000000000000, 0x4d976fb09917cc5e74dd2dc139ed0bba, 0x33e5f7d36990c1abfa26a56181f1501db79603c57b64a1cad13491b34a7bb752, '', 0, '?'),
(0x54da9362fb1b49fc91767d997a359ed4, 'wp-includes/blocks/avatar/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x447c7cb6918350ac8e7915ed5847c2ea, 0x7e0e5fe13878137e0112354bf98a90183c41b888daf07bf0d41fd89a6520e6d0, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\renderers\\vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x170687433986a4a559fa4f16b1d7c70e, 0x8b84c72bf7c2ae2d465670fddda8496874d84cdf6950254bd7ddfc698dff0b36, '', 0, '?'),
(0x54df8a20ff000ca51174d444dfb034f4, 'wp-content/plugins/elementor/assets/js/youtube-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\youtube-handler.js', 1, 0x00000000000000000000000000000000, 0x6fcf6fd8fd2c475addb21709d98d4b75, 0x44b265694eb294134fb86d38bcc1054c2f0d87475df11a776463cb26b5f646e0, '', 0, '?'),
(0x54e513f13c746bbe330aa0c5c26b7e70, 'wp-content/plugins/backup-backup/includes/dashboard/modals/logs-sharing-ask.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\logs-sharing-ask.php', 1, 0x00000000000000000000000000000000, 0x6a510a957068e4ef8335f8470079771f, 0x768d44fc7cffc373d0b05c0549a485e7d00662ed0489d8249e1281ff37219117, '', 0, '?'),
(0x54e617e61a738e097cee4b99b15e7fc7, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\base.php', 0, 0x4d33a2ae6eebae813727522d52c8bf2d, 0x4d33a2ae6eebae813727522d52c8bf2d, 0xc2a4faf1d89cbe9e9a7f8fa6797788d2aa96caa6f86da8bc74f4715a734e8ec1, '', 0, '?'),
(0x54fd334872a487daeb666a831066806e, 'wp-content/plugins/elementor/assets/images/placeholder-v4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder-v4.svg', 1, 0x00000000000000000000000000000000, 0xd0c7d786f1f3c4999e668c3441949dfc, 0x679194c2b313b7b1bc2880267960d24863d521adcfedbd47c00187b95bde6a94, '', 0, '?'),
(0x54fdfdc284b1a7fc5ca337e105fd74a9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-date.php', 0, 0x4a74d320bf48f0046ee2e1f6dbe93826, 0x4a74d320bf48f0046ee2e1f6dbe93826, 0xcb690ca1b98a697441f6f70c248877fecd9b3d12b5cd6249aeccab5aa48bf747, '', 0, '?'),
(0x55036f6fa62166a5e4bc828ff82150b1, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.js', 0, 0x15ff321fdaf4f3147d941c4834491fe7, 0x15ff321fdaf4f3147d941c4834491fe7, 0xce88c7e10ea64de2f1a288c76f7d91f288226fed70fc8f0555878e2a1acf9ffc, '', 0, '?'),
(0x550888666144e866e457de62987720f3, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-registration-form.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-registration-form.min.js', 0, 0x73561e809989b365331eb4ebf4eadd49, 0x73561e809989b365331eb4ebf4eadd49, 0x71b212c0d40788f6f615f65777615e987b8a62c5e7782db0b1f331fdf5694c4b, '', 0, '?'),
(0x550ba809d19badbf487abb5126a7566b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x894a8d3488f6a6380e16b2037b5ca623, 0xa6c6497175f8cdd0beb7df9ca78d05d81ddd1964b83d190b8df5b36bb5214567, '', 0, '?'),
(0x551519328d59b95246fc3177fbdbf9a6, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migration.php', 0, 0x35eeee285fb8108b0b1f6973ffb5fab6, 0x35eeee285fb8108b0b1f6973ffb5fab6, 0x1851718e2e5bb7eeb760d242befc78fb0099cc34645d1ffaacf0136bff0d308a, '', 0, '?'),
(0x551a4994b8c37097e8a72d622ed54b54, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/callout.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\callout.css', 1, 0x00000000000000000000000000000000, 0xc30794d7e9e4587b37fd8ce3dfc5e3fb, 0xf4c0f94c73f4efded4c6351c9b1a2f1b1529b6493249946db0a80c779fd8c6fe, '', 0, '?'),
(0x551c37d53e627e1aa0b5de22e1eb3c9f, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\front-page.php', 0, 0x261d95f0afe2f0418b65ec0a1c316d6c, 0x261d95f0afe2f0418b65ec0a1c316d6c, 0xb66ef28f1ff105051eaa0f37ca4e8bd2338c05d0aed1c8c531b4556615fd61b7, '', 0, '?'),
(0x552fa5197f64cabc7ba71aca4cf601b3, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\css\\e-select2.css', 1, 0x00000000000000000000000000000000, 0xacea3b1d9efc25f450db88b378f26988, 0x54d4325b63caa0dd2dc683effc46a75b3f16316d98a2cfc3d89e4b5b759c5a9d, '', 0, '?'),
(0x553650fbcc5c66bbb1d578d6ca070505, 'wp-content/plugins/elementor/includes/controls/hidden.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\hidden.php', 1, 0x00000000000000000000000000000000, 0x10c17aaeae3f5572fe062e62e57fe709, 0x31f0062485215a21878715e98afe39908065d0d07b416ecb0515c7d28d48c3ab, '', 0, '?'),
(0x5542bf8ebd7292b466903979de8bfd64, 'wp-content/plugins/wordpress-seo/src/abilities/user-interface/abilities-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\user-interface\\abilities-integration.php', 1, 0x00000000000000000000000000000000, 0x060f3076a5aa6800d06164618bf6e1f8, 0x4aab9f19e3cda3c6e2f3917f00d668165b67c8cb218baf24b6e5675dafc7adcd, '', 0, '?'),
(0x5547304fe0d6ab6605ff3c590906b42e, 'wp-content/plugins/elementor/assets/js/pro-install-events.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.min.js', 1, 0x00000000000000000000000000000000, 0x6887feea9b863600148a619f5629a09b, 0x9a489e095b863b88c54432d53220c3f83521afa8cd298d96ae3e4ce716d363fe, '', 0, '?'),
(0x5548a8a5d2fea077ab8e4d352db9e9bc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\composer.lock', 1, 0x00000000000000000000000000000000, 0x687533a5951dab374e6e70d3c4f2e8b9, 0x9cb6a17ff6e4e2ee56478a403fd2a682782840b8063be358455598a6b6e39943, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x3e73a9ecb9a14a63371b40df2b551494, 0x9b9bfbcb386ac80e13599b3ed306746885f22c59f861fd1a0c6dc54853ae1ef9, '', 0, '?'),
(0x555814f36bd4d6254fb040b3cb381d84, 'wp-includes/compat-utf8.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\compat-utf8.php', 1, 0x00000000000000000000000000000000, 0xb3471b28e9be63590abddf7460f5f727, 0x6f67dea8bf546f28cabebcee801fb9651f46cd08703aec3c1e3eaeadaad8613a, '', 0, '?'),
(0x555dbd7eb362bc7deba895f102249bd7, 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x555e9cf048bcf92245b75c8b75405333, 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-accordion.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-accordion.js', 0, 0x5266a84de8630a8f02a0d661705a4f5c, 0x5266a84de8630a8f02a0d661705a4f5c, 0x03e7a3c6d7c847758eb64a2d28ae6a7cf798a6e6c7a709f63e631a20e81f89f4, '', 0, '?'),
(0x5563fa457165098f59bd8411062e8eff, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/forum.a249d723308a9d020f3efb14b46c441e.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\forum.a249d723308a9d020f3efb14b46c441e.svg', 1, 0x00000000000000000000000000000000, 0x43b954cf2b84d8d1f41ab824379395ce, 0x0827418f5fc7a6154e3d04980c4affae79e8a1ca470c119fe2216d1be48e6522, '', 0, '?'),
(0x5564c5de750308b1739e6d2047d727e3, 'wp-content/plugins/wordfence/css/license/free.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\free.1778081072.css', 1, 0x00000000000000000000000000000000, 0x2d092d036f96381e434a9d43bdf08408, 0xaa3e70f3e0494a6aebd9682e6511cd9e39aaf3a8660aa79cf44ab89e2c1c00f8, '', 0, '?'),
(0x5567d0ae1c419e44b4654e5cda9bd0bc, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\faq.php', 1, 0x00000000000000000000000000000000, 0x1657ce0c511c663a9da181260e3d88d7, 0x4f40b052ecc876fff64617e6ed70f0e1bd2e45b48b8f183ff9f8f01afc694b43, '', 0, '?'),
(0x556bfc6cb0d118afa0074d9c36895eb8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviewfeed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviewfeed.svg', 1, 0x00000000000000000000000000000000, 0xee1fbe72730fbf984f8ab77159cf8c58, 0x64aabb838cbf55821115bf3e88379f6553b23fb156d989a9652bd809a482e925, '', 0, '?'),
(0x556d081469fb914e22bf7e4c2dfc4320, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0x556d14cc44b4f2bff033c9f88edc2578, 'wp-content/plugins/wordfence/languages/wordfence.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\languages\\wordfence.pot', 1, 0x00000000000000000000000000000000, 0x36f8b885036c63a6bfd76068058a0386, 0x6d4702aaeefd628b539dcd230a337821c6b43d584b35557010a56377ea2af6c9, '', 0, '?'),
(0x5570ddbd7f35fb6c759dfb82b4353199, 'wp-content/themes/twentytwentythree/parts/comments.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\comments.html', 1, 0x00000000000000000000000000000000, 0x440c27639af0ee329447a6bac2357981, 0x8bc232ce15d03a1260bb908b404171721aefa10d9d3f9a132cd0d6f1b59f9ee5, '', 0, '?'),
(0x557a77b711d597b7743f05e441469f05, 'wp-content/plugins/powerpack-elements/modules/progress-bar/widgets/progress-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\progress-bar\\widgets\\progress-bar.php', 0, 0xe572b86dc8ec8c0fe783dad5d218deb6, 0xe572b86dc8ec8c0fe783dad5d218deb6, 0xf9534a2b3953566acc0063cac65224d3f6ee331a0ff0bb7f726e083c7075247e, '', 0, '?'),
(0x557f488eb3c0e9bcf9b1342057d141ff, 'wp-content/plugins/powerpack-elements/classes/class-pp-wpml.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-wpml.php', 0, 0x61cd0d0ef365a1c439eb0caa2188ab1b, 0x61cd0d0ef365a1c439eb0caa2188ab1b, 0x8a9ac67431cf47ed0552ff74ae0689422786e94f34e059fc0852baf60785c04d, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view\\tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0x55854ee8111455e845ee16909619c73a, 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\ecommerce.png', 1, 0x00000000000000000000000000000000, 0x3780848907e720ffc5c17e6cc7a458dc, 0xb7b1fe910f57d07f4aa6879aff1dc48b1dcc452204d6f14fb51955fc2146e64d, '', 0, '?'),
(0x55859d69966fc9c011006e89f8e8b017, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/comment.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\comment.svg', 1, 0x00000000000000000000000000000000, 0x8bf248547aa479c5fbd6e9dc03af0477, 0x0f49041beed1382be62712a26a474053d423878c9aa6557c23d3d308a028819c, '', 0, '?'),
(0x5586c39748dc206d12e8b8480e2f04aa, 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\fr.js', 1, 0x00000000000000000000000000000000, 0x123e289bae528924c7c79171bc8651c7, 0xb5d2f91c219de6ee0ff4824fd08d9720a43648bb7eb537cacb0e80c8023ebefe, '', 0, '?'),
(0x5587c54e3a465d4d6a2ca6aac99a0310, 'wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\exclusion-rule-template.php', 1, 0x00000000000000000000000000000000, 0x524f37651f2a4dcc297d413fc946c311, 0xab058d0938b20d6a9aebb46d604105f720c9d6565cc666a5a6dd849fb60b29c0, '', 0, '?'),
(0x558a076c7bed2fa5a17150f1bd367551, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-type.php', 0, 0xae1dea0ea6b3d38a0d68f57906cf9c51, 0xae1dea0ea6b3d38a0d68f57906cf9c51, 0x679368345abad614a960f0cdd687ae082739fe2bc279d7397343d88910d65f14, '', 0, '?'),
(0x558c4416c58b36beb90ff120b57b745d, 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-grid.php', 0, 0xec90f097f4b6a801f8dfd7e5ecdbe6d1, 0xec90f097f4b6a801f8dfd7e5ecdbe6d1, 0xf10b569873f5a7a9f020579ac0c00bb3e93d7c4c9773c68cacad50553017dacd, '', 0, '?'),
(0x558d49311281830d72f14f62a85c430b, 'wp-content/plugins/elementor/modules/wp-rest/classes/user-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\user-query.php', 1, 0x00000000000000000000000000000000, 0xee03450528aedffbabe2cc3106ed9aba, 0xf045595da27ea12b41d82cf9be47a34a7082d2c7cbb569fb3d20faee4fae34fb, '', 0, '?'),
(0x5597765ec854c9a31c2684783c8ae950, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-social-icon-component-configs.php', 1, 0x00000000000000000000000000000000, 0xd1b6480b1bac254de171cdad21afee9b, 0x3e4d05c26958668d218d4e6d1add26b177e25bfd7163e4990de6fda7a66c98ae, '', 0, '?'),
(0x559922ea457a1bbd405a03ace06d105f, 'wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\shapes.min.css', 1, 0x00000000000000000000000000000000, 0xba2bc873ba3e8ccaffc77028bf9ee723, 0xfe49bf1b2f9cfe44764ce718d2b8adfabe48abfa65a25fd361d49668f0501bcf, '', 0, '?'),
(0x559e8e9b22d2f14bce9b496b8ec334fc, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/collection-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\collection-provider.svg', 1, 0x00000000000000000000000000000000, 0x54307677d3255ca7ddc85d4a7d56d58d, 0xf8f2fa3fad40160e858fae1eef871e3d5a165807b3c4e168de0060de4d261c75, '', 0, '?'),
(0x55a0ca0000245a91dd3e6d6082e8fe7d, 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\imgs\\decor.png', 1, 0x00000000000000000000000000000000, 0x050d1c31c3a2630bb20807a064c65046, 0x291fde75d46d9c57e7644d2437d4139ab870b9bee3c5cca347d7ae34724a22a5, '', 0, '?'),
(0x55a8c96bc16db22de6e8dcdc125b2c04, 'wp-content/plugins/elementor/modules/interactions/props/animation-preset-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\animation-preset-prop-type.php', 1, 0x00000000000000000000000000000000, 0xb80058e2f0e5b600151f5beefa4fe5e0, 0x05102fe0f81f50c500c2cc87a3ebda5573304ef0c45abe1d99e817eb5bc7e271, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x24c52edac6e219c375bc347ca97bd945, 0x43c6f06eac8ba8ee490dea7b56ba879bd84d46e105ab57b204eeb630cd6efcc5, '', 0, '?'),
(0x55ad372cf5dddae319c45243fa832a31, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0x4de7ce5e906011c7107133fe498019ee, 0x08c1529a43d988894e8677956fe32179a5a9524938370c153737e388d6b18663, '', 0, '?'),
(0x55b2d5569d1a57bd2fe010391535f563, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Switcher_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 1, 0x00000000000000000000000000000000, 0x1fdee1097d99cb8deaa422a2796013ea, 0xd4f73efec776031baf8c0ed70369f27e2166912a06206251ac39046d45df9027, '', 0, '?'),
(0x55b4343ec6c64afc52d8ad074627a246, 'wp-content/plugins/backup-backup/admin/images/trash.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\trash.png', 1, 0x00000000000000000000000000000000, 0xdfac82be785b0a2dc0f2ad31c72d92da, 0x1be5cca842da3693b9088c32e3e2722ab623766400ab4a02b73a5b7a42f6053b, '', 0, '?'),
(0x55ba74d2fdaddcd2819832e13c14a043, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-sort-random.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-sort-random.png', 1, 0x00000000000000000000000000000000, 0x44332b703f3876a9cdd7772901ecc197, 0xc798954438e10c89b14e39145c8dd0276402f13af2fb86e397cab087a59b537f, '', 0, '?'),
(0x55bbc397ddf44d719ddb34f0e56945f3, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-error-fetch.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-error-fetch.png', 1, 0x00000000000000000000000000000000, 0xe523d27da387e92d0d3baf2522165076, 0x02ae67e820d437458bf6f6fbdb61f1ceee2e3a78c1e0343edc1cdd4a6c93fb52, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x55ca7febd72f45f9a828afe0bdc4b50f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/confirm-dialog-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\confirm-dialog-popup.php', 1, 0x00000000000000000000000000000000, 0xb4937ee3e3464d7aa0a4fdc572ad7518, 0xf072d924e88370fde08106bdc31d431a71582fbe7afd4e6219c3c75e4dc87c4d, '', 0, '?'),
(0x55caea0ca6a28cdd6e33fd0c16e8d992, 'wp-includes/js/dist/script-modules/block-library/navigation/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\navigation\\view.js', 1, 0x00000000000000000000000000000000, 0xb35212264f7fddda4fa5d1de3c21dc01, 0x4e67a99b5626286096c21f7f163c73ab9bf3aaa0a18d3f34d6f4aef78c26eb2b, '', 0, '?'),
(0x55cb627fd9f151120f766341a69f8a00, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow.css', 1, 0x00000000000000000000000000000000, 0xf27bb7f97441df710fb9c8bb10534b85, 0xcdb375817ecd77aaf2b189ebbd09e3a0074afd436294437e8689c829890330a4, '', 0, '?'),
(0x55cc54bd04b12b54dd7dc84094fbb3d2, 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\class-astra-header-search-component-loader.php', 1, 0x00000000000000000000000000000000, 0xdaf01dfcc12c636ade6f173f01d3a937, 0x3cf9ee8bb850b8c48977830dec31efa8a8ae83ddf49fdfc28007b1cb02024340, '', 0, '?'),
(0x55d015332eac7171dae0520bfbd16b5f, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf9565c8d1612e422e9a18b7ade5ba6be, 0x45aba56535f126b8d622c79b1e8e0a2916b53326a3354b93339158ed50710419, '', 0, '?'),
(0x55e36bb27b57f667518ed132e5729671, 'wp-content/plugins/reviews-feed/class/Common/Exceptions/BaseException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Exceptions\\BaseException.php', 1, 0x00000000000000000000000000000000, 0xaa0eb17ab02382db27c7b3ca21593627, 0x48e6156e148366e3c15d5e5c54e989849e254c1d49396206a180fdf8dfc470c2, '', 0, '?'),
(0x55ec3479b65c2cc198f61a871e5a9fa7, 'wp-content/plugins/wordfence/lib/wfJavascriptBridge.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfJavascriptBridge.php', 1, 0x00000000000000000000000000000000, 0x9bda83d8a3b6942cdfc40d14a0e655f4, 0x44142c9cdfa70affb41f9a3220d082baa27ad78fbe0653626d437b1e5bd18f35, '', 0, '?'),
(0x55ecdf3878598169feb772611694fd11, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face3.png', 1, 0x00000000000000000000000000000000, 0xec982d663a5e1267776c4fa2da0185e6, 0x9052fccd28179fdd22aaf307c23aacf151a015ca435a396b4ba69c3c1b65eea7, '', 0, '?'),
(0x55f04726af9674f45f0854da72a08f10, 'wp-includes/css/dist/commands/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8baef966db1c61cec6c1121578ec6443, 0x4a3900d9b7a29eb6cfce2821502e674305db0b434984bd523ac98e30ddc8e3cc, '', 0, '?'),
(0x55f1005fa40f2d0f5e72af96b2886042, 'wp-content/plugins/elementor/assets/js/styleguide.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.js', 1, 0x00000000000000000000000000000000, 0x795d355870f4ef8c730aa8c7515b5663, 0xc340d132a624097f5c734cda34e81c60116561139f660f044f65ec9c6ea94afd, '', 0, '?'),
(0x55fa474a44f43b207fab64dba67881a0, 'wp-content/themes/twentytwentyfive/patterns/event-schedule.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-schedule.php', 1, 0x00000000000000000000000000000000, 0x51c0978d7b7da766eaed8def90df6087, 0x32549ef3371b66357b285869fcc533808aa896c9732e23786b92eab990a806fe, '', 0, '?'),
(0x56010a9f4b4f5ac637b8214a8a4ff2d5, 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x5607e8cccbbe519e2f1ff50b24f8b5ec, 'wp-content/plugins/powerpack-elements/assets/js/pp-bg-effects.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-bg-effects.js', 0, 0xc9d8da53fbaf26a4f46494c8d247f5df, 0xc9d8da53fbaf26a4f46494c8d247f5df, 0x804a246f045c832a7fda8c8193822a651a77365d3bbf82e0f640584d5012d4ce, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x81c70494b79f4ce5a6bdf17557983f74, 0x938c4c4908f31615ae9c494d206324b86bc681642690859117c0f2e0eaf94047, '', 0, '?'),
(0x560a79dd8ef4706c8a33b0f4a31078c9, 'wp-includes/blocks/accordion-panel/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ebd1558958950004846fcc8e2303ab4, 0xfb4bc49207fb86147526f47132592b168f2d9ecf513184f655fd7361284aef4c, '', 0, '?'),
(0x560e91f4b93ce9993747ba6ed4ffb297, 'wp-includes/blocks/separator/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x561119c19e585a86e2ea07d3bee95d40, 'wp-content/plugins/elementor/includes/managers/elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\elements.php', 1, 0x00000000000000000000000000000000, 0x5047be7db83ca72ee0af1cd437e7d40e, 0x5d296ddafd2254fe78576b763049af6a4b9dab05cbc8618e0f8185f4fa52edf0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x56153ed8604004d467dfe3836d71ab1b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer.php', 1, 0x00000000000000000000000000000000, 0x3303b17e9d42d7e72ba6ea6cd3894fad, 0x143ba232b47bcfcb58e6d9cf6d407404de7a5d52824b5ef03a98afcb891af406, '', 0, '?'),
(0x5616901dd3889f7babad0df7c312b0e7, 'wp-content/themes/astra/assets/fonts/astra.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.woff', 1, 0x00000000000000000000000000000000, 0xbfe0ed8503c926d68f58ed0408dfe0d0, 0x2be4136682db9a1c8be07fbd9780224aa61abbc6a2e253dbcc64f86d9bf867fd, '', 0, '?'),
(0x5617788a298f72836ee19fd672e471ca, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xeed1d7d70c6f403a729913a07dda2236, 0xca64337a7cf381f8a93ae54668610cb42d261f4ccac570a133a279297db3093a, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\composer.json', 1, 0x00000000000000000000000000000000, 0x0493b20b58e99137a57b280e473588c1, 0x353c9bb148e0dfe958300efdb3c9f8749c3eae2dda018dd81bade0c4fdfe1e0e, '', 0, '?'),
(0x561e10cf6de98cb96522aec61b02f84d, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x74d358f890b587fb21853bca5fa73503, 0x2bb3380e6f199d0b5bf0ba880f8d91e5e5418f07a267e78b89594eeb4c336572, '', 0, '?'),
(0x561e335068809f59268c49ed611e5b6a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-300-normal.c4bc0593c9954d79.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-300-normal.c4bc0593c9954d79.woff', 1, 0x00000000000000000000000000000000, 0xe4529061a1063413ff93f1776d83ff5d, 0xf1fe0f395bc430325ac76d7c77c2db43b69f802da418ba346c7ebb56d6669461, '', 0, '?'),
(0x561ea1422e69d18544698da297a9c9e5, 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-cv-bio.php', 1, 0x00000000000000000000000000000000, 0x5175351e065b73928deee9f26fff9355, 0xb478190cbc48ad2bde0315436d69221ea61fb9afaf73435d334ede05cfe68a07, '', 0, '?'),
(0x561f04041de0549896036418383e10b4, 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\class-wp-interactivity-api-directives-processor.php', 1, 0x00000000000000000000000000000000, 0x07069089e66f2c49ae272b9d8fb76a81, 0xe64a79bdc2221fafeb6839782ba372757107b8a78c3f4f59eef462475084a43c, '', 0, '?'),
(0x562337419482a8b2fe40eb3ff7f8fb29, 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\unsupported-php\\admin-message.php', 1, 0x00000000000000000000000000000000, 0x1fee410e098fa948990e521c51899d7e, 0x6aab5a8dc6faf83d383cc1ffbd104f8fd204d463e32d523d732e9dd72934c683, '', 0, '?'),
(0x56278db7c150c22bfbe67d0dd0b07c7d, 'wp-content/plugins/elementor/includes/settings/tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\tools.php', 1, 0x00000000000000000000000000000000, 0xa56057392e30b53d01f37643739bb0d3, 0x9810c5f9e24e49f27aa0efbdc82c723d56687277e0379e031defb06c26dff0fb, '', 0, '?'),
(0x5629928838a1d384d12460b795c586b9, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/FunctionExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\FunctionExpression.php', 1, 0x00000000000000000000000000000000, 0xd572af0213dcc9bae602e1230f7a3205, 0xe5e6a497a7b43895aa3379e040436d49ce69f22b184b05f95c3a4153c27fbe37, '', 0, '?'),
(0x562de6eb97530d3b0a318f98aa8e561c, 'wp-content/plugins/elementor/modules/atomic-widgets/logger/logger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\logger\\logger.php', 1, 0x00000000000000000000000000000000, 0x8bade05d46a081370e8d3da5541c127c, 0xf503383355632756a18a623bc91c0ec29af80403660d1cc58d20f9fd5a37d9c2, '', 0, '?'),
(0x563215c74cd602fc00dbbaf3031314bd, 'wp-includes/js/jquery/ui/controlgroup.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\controlgroup.min.js', 1, 0x00000000000000000000000000000000, 0xd13ca05276f596ce1d6348ade6353288, 0x28d9f99b7d8a66880a1bdceafe372d811bf4516f366461ceadc3022f5078b4c6, '', 0, '?'),
(0x563488010d3bebbb84e16b2db21f365f, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/advanced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\advanced.php', 1, 0x00000000000000000000000000000000, 0xcdb1e34630cc46bcd8923bfdd2487431, 0x7ef0f7bb6ae9197f71fe34d4d22752ab17e856d5d9a022f2f92da6fcd1cc4dfb, '', 0, '?'),
(0x56368c33d8ca8adfae9f9996e2529cfd, 'wp-content/plugins/custom-twitter-feeds/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x8e3311f91ee23b910b95a4f75b54393f, 0xc84c143fce11db1369d4ec7784ab05f4b6597e100de02d249fdb6dbdaeb5f9af, '', 0, '?'),
(0x563b4107a8c1c18b6dfefa29b1a4c0c3, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\css\\e-gallery.min.css', 1, 0x00000000000000000000000000000000, 0xf830afb029952ecaeb080efb6a927b21, 0xdee1217f38a4b24a66646bd1ec467780f42ca1a4f66b1648ea4cef6f4d3e0222, '', 0, '?'),
(0x563fba4f8e4e8588cd658b5a465c8c1f, 'wp-includes/js/jquery/ui/accordion.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\accordion.js', 1, 0x00000000000000000000000000000000, 0x9bf0b538af9c4fbd1c996c00867d88ff, 0xb5f2bb6f3d8fb8af2f5a0eab609b4c6dd04202dc186c63e89d71ceba067ea5da, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-widgets.php', 1, 0x00000000000000000000000000000000, 0x3d11c74db8084e2c2af0a3dc597c3224, 0x23afb4bb130966d169cfda78f4861a59a80852f08cd75228cef2bf403fa81b68, '', 0, '?'),
(0x564d997702ce827c7e7a6abd7edc460c, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/alert.5655194eb514d0511fd3f50b6aca0708.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\alert.5655194eb514d0511fd3f50b6aca0708.svg', 1, 0x00000000000000000000000000000000, 0xb22a67544bce3a114401381400bb1bbf, 0x9b8e5d1a98c4b4141136b598cc438412b8ad6a7170d7b26ed49d06febcaa9c31, '', 0, '?'),
(0x56547ada96cbaab247fed0f6d0889803, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/crowdin.yaml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\crowdin.yaml', 1, 0x00000000000000000000000000000000, 0x595cc7b828b3b0d08475be20972f86c0, 0x0081da6967fb0fb8a81fdaef06b6c334a6b29b75d4b1087a38dd3c6ee995b466, '', 0, '?'),
(0x5657f13b7af4e62ab0c3e328d80fba8c, 'wp-includes/blocks/navigation.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation.php', 1, 0x00000000000000000000000000000000, 0x1c79b37e6137eb8b41e6452d65072d6f, 0x8a849f0de7d61d84504cb5d72f48bc5cbd7e6f0d545a2482fe2fef8ff4cafdf9, '', 0, '?'),
(0x565819317ab929dfd6c7561c72aad3b5, 'wp-content/plugins/elementor/modules/editor-one/classes/menu-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\menu-config.php', 1, 0x00000000000000000000000000000000, 0xa2d6c72830fd607e09a9d9435cb0d253, 0x064b1a1a7dd8666722e4c6f8a0ede222c8906dd1ccfedff75e22f8d10031486c, '', 0, '?'),
(0x565e92092c063c5417393313c9a9a9c1, 'wp-content/plugins/elementor/app/modules/import-export-customization/wp-cli.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\wp-cli.php', 1, 0x00000000000000000000000000000000, 0x037fcdf28e9fc9ccfc305bb65ac0ec85, 0x2bb3c46a70304b1f56e25ab7b0e8fbde750f1718d6ea37291020d5376d07a20a, '', 0, '?'),
(0x566022d146559d3df91a1a3f04dbc666, 'wp-content/plugins/powerpack-elements/includes/updater/class-pp-plugin-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\updater\\class-pp-plugin-updater.php', 0, 0x85d74af241caacd6aa699f3cef32cbd0, 0x85d74af241caacd6aa699f3cef32cbd0, 0x834b43cbf7bbb4bf53a9880befcb37a5ed77f54f22845ccff3a74e8ac13e36c6, '', 0, '?'),
(0x56609ebbb3d7b7ef0e05852772238ea0, 'wp-content/themes/astra/template-parts/header/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x5663b5d011194998fdbe0a3d344905b4, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-if.png', 1, 0x00000000000000000000000000000000, 0x3593b4eb5d459749f9faaa211dafd599, 0xfe67ee4df3dcc2352b18f2fd21ea649bf9cc6981231300d7b2262c59b597d526, '', 0, '?'),
(0x566927d7e35275cb683afe01c0b375d5, 'wp-includes/blocks/query-pagination-previous.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0x567933de3bb1489431c5fe1c2604a4ef, 0x74e8fee4d130c9f3664c6f0ff74d2b41a661342c956dcdd0e78b261503db2d0f, '', 0, '?'),
(0x566d143b5f51e74fc8a83efd6ecf8295, 'wp-content/themes/twentytwentyfour/patterns/text-faq.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-faq.php', 1, 0x00000000000000000000000000000000, 0x6266f8a09d029af03f4a8766e92fe05b, 0x2ca3731de7a231aa08ed583e676be5b020fc78197c1d3ac634c7ea3bbc234fd9, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\shortcodes.php', 1, 0x00000000000000000000000000000000, 0x24c447f23fb53f023b50a5ec69ac5184, 0x0a778dad393260e7f2ca1eb2a439600b33a72a536e980c0a3302f14f5438fdbc, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x5673d341603a4be289ea1f0e5a1a5af4, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/theme.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\theme.svg', 1, 0x00000000000000000000000000000000, 0xcb0521907505bb8c9f0c5d69ae7ac9a1, 0x5bbb692b4bcd4b4f70140c2e7d8fcc3fa9086d8a08d041aabb1300ca3447668f, '', 0, '?'),
(0x567d21071b506d479061364973a3a32f, 'wp-content/plugins/feeds-for-tiktok/feeds-for-tiktok.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\feeds-for-tiktok.php', 1, 0x00000000000000000000000000000000, 0x600a13563e422948da6538dd8ba84e70, 0xdc8f2570b4c05d50adcd250a3ba043482434554b6fb2a1774d3d4a898402f9b4, '', 0, '?'),
(0x567f5f87ee1c31386f09593c1a8aba3c, 'wp-content/plugins/elementor/core/breakpoints/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\breakpoints\\manager.php', 1, 0x00000000000000000000000000000000, 0x7a5468844e5b1f7156d04584758410b1, 0xac3e081f26f0462b82cedeb20f4eb6e63c4f70b95e5d6a18a3aadb68cc483319, '', 0, '?'),
(0x5681373a70fc4b2ea1123f1e9183ca85, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4348.d114d7965c4bbe28.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4348.d114d7965c4bbe28.js', 1, 0x00000000000000000000000000000000, 0x3844ba5c96c113642dfc9d55a4575b3d, 0xdefb82b33a37a9f4a57a241b8bcaa354633316ce18dab85aa1ea06869b9fd844, '', 0, '?'),
(0x568198f153debb3adaa412f58b39f67c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/IfNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\IfNode.php', 1, 0x00000000000000000000000000000000, 0xbbfaeb321f95923ee8b984649daecc04, 0x80f90cd68da66eeeaf72919b9ecae173f21f9514c2863ab5ac93ff8212da0c56, '', 0, '?'),
(0x568ba1cf66d7881f1463c5c21a0944ee, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/reviews-icon.2347248d448a40339981c7faac900857.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\reviews-icon.2347248d448a40339981c7faac900857.svg', 1, 0x00000000000000000000000000000000, 0xaa433a4edad3d047fec7d04b57d4d3b3, 0x64b1fd5c00ae199eb03bd4d2a10be8d856f98804552e79591fc03596f49c47b9, '', 0, '?'),
(0x568c1e216fa18a4d1461632650d10778, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds-type.php', 1, 0x00000000000000000000000000000000, 0x8b348fb44afa68c9b6a21c41eab06dad, 0x88fa60a82b2b49b4a97b0d513a2dd55d2de650a18a027877162d905271c547dc, '', 0, '?'),
(0x569334023d3cfac538ccf8bed3f958f2, 'wp-content/plugins/elementor/core/settings/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\manager.php', 1, 0x00000000000000000000000000000000, 0x48cf31c33f977edc8c8fe0e05e483cdd, 0xc96d68e3434075a02200f7ace22f4eaa2da79eb469d7100d3fc0b134ccc9497d, '', 0, '?'),
(0x5694bc88cbadca4ffd471641123b0c4d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0xc76c515b5a48d661645ace8b81ca1196, 0x745eade7837abb252745b647af309d5d21663c839832aacd40e93223408905d9, '', 0, '?'),
(0x569698c0fe4a850cee0e649f0b3fef00, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookopen.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookopen.svg', 1, 0x00000000000000000000000000000000, 0x867a952970390d4f018652ad09a15c57, 0x717946f8ed8abe8020de876bffeed7738f34b29dc8733e8f705424175ebeef69, '', 0, '?'),
(0x5696f52e209d99a9229b46bad8434210, 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.66aa1bfab17d9f314834.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-filter-editor.66aa1bfab17d9f314834.bundle.min.js', 0, 0x4d2e2b0dea0d247f5e40f9ccd2e4be33, 0x4d2e2b0dea0d247f5e40f9ccd2e4be33, 0xfbff2e5ce0a52f58629777a0d507ec7f7aec52fb694ecf591b39207d3baafe63, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\post.js', 1, 0x00000000000000000000000000000000, 0x81142340bff6c1a497aff5a9a6533108, 0xb957a9695b576b9b8aa979c24b62db9dff19811e525d4b05669b7b140482f1f4, '', 0, '?'),
(0x569f8e365c37e86861e3c585b56b3b7f, 'wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\akaka-falls-state-park-flora.webp', 1, 0x00000000000000000000000000000000, 0x200a78a49be62e8af1457005cae76142, 0x01d5d4ffc28bbe93f68f196de9badbb9d1dd81b3a44e504d3de13bcf9d3ccb03, '', 0, '?'),
(0x56a021eb915539cf1544ada060937dbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xf8e404580a292e3302be604b58b9e330, 0xe786eda7bc40196227504846fc3e75a866da5487b40bf13dda447f17c0c2140a, '', 0, '?'),
(0x56a08d99f4b637b9d58634f751e80130, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/drop-shadow-filter-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\drop-shadow-filter-prop-type.php', 1, 0x00000000000000000000000000000000, 0xd41439621096f91a0d25cfaa29e5a997, 0x27f7f4a5f29fc6d890a26c4e6542655c341475a3a3ca64141994e7700494c74a, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\permissions.php', 1, 0x00000000000000000000000000000000, 0x4f075580f33021d17590b062477c89ce, 0x68ed5dda25acb99401a6b64920e809a4f6b4c29049007cdc31d5567e900a0760, '', 0, '?'),
(0x56ae348c8251900feaad0eda8157b615, 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x9bebf8d0284ac65494775868430fa27d, 0x76a91d43fbce285b6db88057f6dfffafd9f3edfb992e3235357e90c947842d0f, '', 0, '?'),
(0x56b3acf0c306fefe7d7daffb8dd9c919, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.min.js', 0, 0x9212266f5c34d90f336a0583c3d340b5, 0x9212266f5c34d90f336a0583c3d340b5, 0x4f4c5821453b81a63a710a9c64f8420372a4d55cf61ff1c87c3e7921fb01a480, '', 0, '?'),
(0x56b90fbbc3ca4c71e25878d24d7dbeec, 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/minified/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\minified\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa745a36a6bedb5cc18c84708dd8e63cb, 0xa62dc737f00b064a6583a722996d721341802f359680519df622a826f53f145e, '', 0, '?'),
(0x56bf6a6015b2a2f7b11711931dd79160, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.waves.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.waves.min.js', 0, 0x38baeab973cc79643e6c30ddce448d56, 0x38baeab973cc79643e6c30ddce448d56, 0x07d54840831ee29e5e66382cf2df3429509197185fe62e1cf2feff047d0d5c4c, '', 0, '?'),
(0x56c2b108850a10bb7ee841a99d4a72f0, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/RegisterWebsiteRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\RegisterWebsiteRoutine.php', 1, 0x00000000000000000000000000000000, 0x9402389ecc12a72ec46fe95d367f1ef1, 0x5d6d0c88784f6da0e855f530a9c2aa7880e652f142f63e8cc6ce53bb51eed88d, '', 0, '?'),
(0x56c384cc6ecdb2f0240c95ea6d71fe68, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IncompatibleIpVersionException.php', 1, 0x00000000000000000000000000000000, 0xcfb74e3d7cf2d0a37775b9a090e593ec, 0xace1242c6f6f9917c6dbd65d07d28766590c157b1542035c00519814ef5fd16e, '', 0, '?'),
(0x56c8aa30e163f3b4d69f97c047e14d66, 'wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x66bfbeea89883e827e50c698f8a02668, 0x09d6c78e542076f1e113b782ced786ada349eebb1cb7e02df61b1d3cbd22920f, '', 0, '?'),
(0x56d45faf89418d684542f05a475a47bc, 'wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\getresponse-handler.php', 0, 0x2755164482f609a4f7a1587043ca479b, 0x2755164482f609a4f7a1587043ca479b, 0xa009408d43645c82a0d874c52127c91af3a98d161edd3994086c1867b709192c, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\network.php', 1, 0x00000000000000000000000000000000, 0x513351a2634c52504b230bb4998f1f63, 0xe95582e62affc4db2315f844f4cb6a6cc80913876698349308287e19a73c049e, '', 0, '?'),
(0x56da1f6c448f1e632952ef37dbdd437b, 'wp-content/plugins/elementor/assets/js/nested-accordion.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x56dd2cf6dde9a9ef0e4c188fb0e409c8, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/CONTRIBUTING.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\CONTRIBUTING.md', 1, 0x00000000000000000000000000000000, 0xaa65bb191159fd722e2e7596bb1a8436, 0x0482a4fe47bca9b564b48eb47d7bf4dfc221112d6d2cb09ed31083391e32ff55, '', 0, '?'),
(0x56e2f890d46d0f9cf8ed14bf1dea7e62, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_VE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_VE.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x56fd187d1be52e1303d89154785f5e15, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\templates.php', 1, 0x00000000000000000000000000000000, 0x89f402697547c1bdf811ba6029390bce, 0xc3a2d5d065a3adf52b5952cda9d55148a0ee910f3fc347aceaadde1a3a431d01, '', 0, '?'),
(0x56fd750cde7870f5b352b66351ca22b2, 'wp-includes/Requests/src/IdnaEncoder.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\IdnaEncoder.php', 1, 0x00000000000000000000000000000000, 0xde8b7da8101ff5c93265ee08650c1711, 0x7d430dc730674e3582c523bf8b3cc957602b00250e469d64fa73c97beb4c7264, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x570d1e720a839c2a4a12fdcee04a3191, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x9657704666e78afcaf13ee85de49c462, 0xe8ea9e748f0aea8e56b8ca4e48711888442d5d0c237f650a96de8f58c559093f, '', 0, '?'),
(0x571289bc574fa298b40c3e8cf1a46d41, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\title-presenter.php', 1, 0x00000000000000000000000000000000, 0x53cde031554723b62201257304cfc83b, 0xb38dbca057e314752b8302150a9a27cced244cefc1e59a3efc5351f9f4d1fda3, '', 0, '?'),
(0x571bdb8ba3950afab1e8ce6b04ccbed6, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/recent-content/recent-content-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\recent-content\\recent-content-collector.php', 1, 0x00000000000000000000000000000000, 0x0bbf534d9d679902fe7f8de114f7d919, 0x0992ed2a4a30dd29f8d4ad07e4b58a79acbe3dd2759d4710fedd59023a3d2fbf, '', 0, '?'),
(0x571f3e66673ee5d43a7bef8ade3c2601, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-check.php', 1, 0x00000000000000000000000000000000, 0x7e2b2478c2f1ad36635c1939e0fa9a36, 0xc29132b8a04693b9c2bb2d5bbcf9b8a00ed7e33b62fba822ef415bc31d256314, '', 0, '?'),
(0x572013656a5baba5bfc334f954551ede, 'wp-content/plugins/instagram-feed/admin/views/oembeds/modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\modal.php', 1, 0x00000000000000000000000000000000, 0x5b01887aed722194c9096625f1f19519, 0x1912aa255bcaef50374a3e3d9e880f703ead9cfa4f566069221d5d0657d61a0d, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xc2a83749b2c170304e7ec2e61c1a96c0, 0x39678ff713f7bc9e9838cb2c37b364a7a15d20e48fa84c219a4efb9653aa0d7f, '', 0, '?'),
(0x572bc2a5787e3614f6aad4eccd6e36f6, 'wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\customizer\\class-astra-related-posts-configs.php', 1, 0x00000000000000000000000000000000, 0xa9db78ad32c7e34f37231ddb72a78760, 0x73b66d73f61651575dc402fa10877bc94435ebac8365718d92ecdfedb835b8ec, '', 0, '?'),
(0x57378ccc23fd8c4537ab5a8fc4f7ab89, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-product-tabs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-product-tabs.min.js', 0, 0x1fc07a9957d07eead68bee154f310338, 0x1fc07a9957d07eead68bee154f310338, 0xb0366caa2e874933876a39c62a131a792c2c722cd7c61d4ac1175de8e3baa5b1, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x574a5805dafa1c0514b77113728eca27, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0x232894a779ec069301b41052add70039, 0xa2042764d51c21b9fb5e37a425acc26363c2f7b804f60bb2eb188832ef50199f, '', 0, '?'),
(0x5750caa22f35b7624b66f8ce733251f5, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-video.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-video.min.js', 0, 0x403288d958a8d15f8b70b1d5f8589884, 0x403288d958a8d15f8b70b1d5f8589884, 0xdd0accf90cb4368d474f3afc75410c43a4b9a96be1ce958f0b49070bfecf7680, '', 0, '?'),
(0x5754ba6e9acbd48e790febc15ede96d3, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\archive-title.php', 0, 0x41a5590f6704e91db5ddf229db3f2592, 0x41a5590f6704e91db5ddf229db3f2592, 0x61c6fd8144652cbd4cf1e85b99cd29aa371099a13a82265994f76b05c38ccdd0, '', 0, '?'),
(0x5754c4b3f8d4b846101805f05854c69f, 'wp-content/plugins/powerpack-elements/modules/gallery/widgets/image-slider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\widgets\\image-slider.php', 0, 0x62d8d15345e8b70553f46c2e300d3036, 0x62d8d15345e8b70553f46c2e300d3036, 0x559d96a2760dca810f2e559b1dd12dcaf29c65549d4ca1735b38b057814ec92c, '', 0, '?'),
(0x5763b052bde3f594f88c0e6857e93497, 'wp-content/plugins/elementor/app/modules/onboarding/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\module.php', 1, 0x00000000000000000000000000000000, 0xf96aa9d8fbfb986f4c6016b5605fcfb7, 0xde2c25aaa53aea7a5b633251158c65bf93916bb65929eae327ef8356dafe680f, '', 0, '?'),
(0x576460046294db096ac7ca5ee40c71b2, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/confirm-dialog-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 1, 0x00000000000000000000000000000000, 0x7077c0f5d6517a5239e5856d57e0d824, 0x0aa1a1f3f09520263ff805f2bc27e4d284dbfb01de57052f15227e5a4ee396e9, '', 0, '?'),
(0x5765db810cff5d4f112b3fcf801acb74, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Post.php', 0, 0x5d99b56f2815d2b6a254064e34c9a8ec, 0x5d99b56f2815d2b6a254064e34c9a8ec, 0xac1f30ac87f61ff0720acb5ddefcf8c3a59522e61f5fb725e31c4a65fccd98c9, '', 0, '?'),
(0x5766d7d4297875c4dd4b9c0699a6a43e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200513133401_ResetIndexableHierarchyTable.php', 1, 0x00000000000000000000000000000000, 0x252f8b64c4e5b95ec19a4e966054db7d, 0xce8253ba633807e5e590d0054c90e542c50eecdcaebd4c750f25db94e585eb75, '', 0, '?'),
(0x576dded4e6287f2620c7f90dc6d48564, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0x322396bb1def288fd123d8e0b4ea042c, 0x350e6d6cedcb5d43bef4a1ddee939a96df2f03b97d35abddbc5c6ea2dc4d9243, '', 0, '?'),
(0x57712e7cea312aa9d45b3fd04831bc44, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0x752ea1df93f636ad1eb83ac61be87e38, 0x3454006324a6fc969f84aaf12c60fd90d7ed1647639d946d698e9e98b5e1c2fa, '', 0, '?'),
(0x57753a80afb5287551b9d6b1fbbfcdcc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_Utils.php', 1, 0x00000000000000000000000000000000, 0x109d559fb704cec2823f92d827aa5f0c, 0x8ca0e2fca7bdc7358d385c469b7fd931eadf5d59f04f55caebbd698ff98c7e50, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\asset.php', 1, 0x00000000000000000000000000000000, 0xa3979831f3fcb3bd2dbb157953996b67, 0x341ab8dd48172b2a50c5dc6088082ce6b1b9b3eafdd2847ca92afbf2d58e1e70, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\moderation.php', 1, 0x00000000000000000000000000000000, 0x5ad8455655c0f775fadbda1487a481fa, 0xba834671e736b3a331bb0bb6a2c93ca3a907aa77847426df62dfc2cbd931a6b9, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\load-styles.php', 1, 0x00000000000000000000000000000000, 0x3274b06d85eca9dc2a474bff748309ca, 0x1a9b8639eafdc1bbfad9122e2ee17530433892a7c60d467edf807e73cc484d18, '', 0, '?'),
(0x578cb921646f5a6d01c05382cab2eb17, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step1.svg', 1, 0x00000000000000000000000000000000, 0x7f3ab567e9ddca312e17afdc781d7ed8, 0x39ba172935f33ce7b238d1dfeb6d30172b9da849afca72f2859b74e4abc4fab1, '', 0, '?'),
(0x578cbd0b7714e448e8526de00ee43345, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/CFF_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\CFF_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0xedbbcb461b331141fb1ccac2a0b258a4, 0xc089d011f4288aa5f9cb46830a368d31cf6af79815f4a18f672dc7314c6fccaa, '', 0, '?'),
(0x578d2920bc8028762f0191f3d5338731, 'wp-includes/html-api/class-wp-html-processor-state.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-processor-state.php', 1, 0x00000000000000000000000000000000, 0xa9bdc2efac9182f2d6d184d6dc59c03e, 0x27f495ce4c63e469fe7e5eac609b28ba0cf9f11c8fa20d62b8779fee74702a76, '', 0, '?'),
(0x5790cd4c6a0f4e2fbc40cfa2dfc6b082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\SecretStream\\State.php', 1, 0x00000000000000000000000000000000, 0x54020998c4026e728d6b11169cef0595, 0xe5b33b5c05f8c2581eda81eeea192f303bbe9c51f25011862e934234c3f21ad4, '', 0, '?'),
(0x579bd2e05350975a97b405fe04ff5434, 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/pods.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\pods.php', 0, 0x2368bda51c9e7d552b711d57492a0e29, 0x2368bda51c9e7d552b711d57492a0e29, 0xfe59484bc0153b8c0b0b6ccc54cad19d685ccdfaaa356c5cac1a298092548c6b, '', 0, '?'),
(0x57a246556ec3df1ffe43dd73922a523a, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x5e82bd4e6f96ecf2c31832121b9d7b61, 0x6b557a31ad9186788a0da188d50e39fb253de5a0a17591f9cd6f499fa8f1eda8, '', 0, '?'),
(0x57a28d1effc31c8ede0add636bafc51d, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/selection-size-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\selection-size-prop-type.php', 1, 0x00000000000000000000000000000000, 0xd7fe7772f73295c255949d7905d5e6f7, 0xe90f31ca7b07b476b8f923a2f1af51d4e68e22dfaf5d9f9c4adb6b8e4077fe16, '', 0, '?'),
(0x57a65df5109686ef8885019ad3d5dbfe, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.js.map', 1, 0x00000000000000000000000000000000, 0x6188cff9d52c1428695db44f189e057f, 0xbfb1057fa33599ed0bda6fcfd2d61af20ea0cc772dfbc5a69cf437c260af2af2, '', 0, '?'),
(0x57a6a4863ffd90b4906ffb17fd56e4e9, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/bad-readability-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\bad-readability-score-group.php', 1, 0x00000000000000000000000000000000, 0x6ee787df96225676503abef4d8add849, 0x5c276f39a907a41e67c09432f6f94619c1836df3cdc8ff0b1f6ac1100b91c23c, '', 0, '?'),
(0x57a6ce49f4cba5210d76211909d62f25, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-alarm.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-alarm.svg', 1, 0x00000000000000000000000000000000, 0x081d8957ec402339fee4a7d9a0a7b8c3, 0x4638e39bb4638f63900d0606ccb7a07d6c8a01fc1825a24d41c03d8195be20bc, '', 0, '?'),
(0x57a6ed35f00568db4feb373c9ba424d5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/own_timeline.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\own_timeline.svg', 1, 0x00000000000000000000000000000000, 0xea0f9bb1c3dfcf1f8f21ea52655bf9bd, 0x6d243b055d6c54eafb66b5fd5850b5a88bc4d1b1aa522c8c4e5d8f6e278d4d34, '', 0, '?'),
(0x57b6606cf1ff5feebc974a23c8d612dc, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0xb4faf36bdbfa36c1c6640b571e6f204b, 0x7519e183be988d4e4ff620a27fe04e6f4cbdb5ff7414be806e5269f5a91c5142, '', 0, '?'),
(0x57b722f9b99bac1bb31f5744917f64a0, 'wp-content/plugins/instagram-feed/assets/svgs/duplicate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\duplicate.svg', 1, 0x00000000000000000000000000000000, 0x9d20ece80404baf5dba3b8086b855c42, 0x28844e1738b23c66aa204571bdf34e823b1d1c306a9c3f5f2a8833d6bef86798, '', 0, '?'),
(0x57c1bcd5dba5795bd645945ada9e16af, 'wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\youtube-icon.svg', 1, 0x00000000000000000000000000000000, 0xbd0a0ad91db6d2092cfd03373b36ff94, 0x042a167bd55b9a2ff815636b2f4379ee56bf54f95448cee44548d3759bd5efc6, '', 0, '?'),
(0x57c678a6f0120a1b3ff2a8d848291469, 'wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\taxonomies\\controller.php', 1, 0x00000000000000000000000000000000, 0x4642f8f75aabc39f4184ab11a78e1ba9, 0x556cd026a83c01bd51b26d89919a7720c7b7d82e56da0d12ccdcbc0c41039f59, '', 0, '?'),
(0x57cb511f355726ee0b9f208cd0ebbe9b, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_PR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_PR.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x57ccb6deb8171e6948511b2a7d3bb18f, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-base.min.css', 1, 0x00000000000000000000000000000000, 0x760c98956b6068769a4a5e6321a5847d, 0x5e16db80013243b6aad93c2e0d284e742bc2995a03b4b75539ff4295bace34d2, '', 0, '?'),
(0x57d691cae74ce2b8e0f4c1cbb73405e4, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0x57d6cf731db3896ddfef9e8d30d7c49b, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0x62fedeffa4188c02e0ea5e1a5c6fcc19, 0xde1bb6735d8d608243ae9781edf693f14516657ae57d575e95efc20aabbe5fd7, '', 0, '?'),
(0x57d90dd82440ceadb3cb2e4e45a1dd33, 'wp-content/plugins/powerpack-elements/modules/devices/widgets/devices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\devices\\widgets\\devices.php', 0, 0xb096680d0ca8f58f5889db80a6c101fb, 0xb096680d0ca8f58f5889db80a6c101fb, 0x370f0c5fced1634e0fc6383212ddd248d4af50dc74b1de112ffae6ebc8b3ec48, '', 0, '?'),
(0x57e7427d4c517d26e44a75db1c3efd0a, 'wp-content/plugins/wp-reviews-plugin-for-google/include/update.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\update.php', 1, 0x00000000000000000000000000000000, 0x72c4b8ac1b9d0d40c042209a19ddcb2f, 0xfefe488bf18e0202299965f138e5a83b70181a7d5b0747522f2d48833b8195b2, '', 0, '?'),
(0x57ea536ff9ee9b0a4a7175315093ad4c, 'wp-content/plugins/powerpack-elements/modules/content-reveal/widgets/content-reveal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\content-reveal\\widgets\\content-reveal.php', 0, 0x7e078b6a4bf6361c4d796c0230b97a07, 0x7e078b6a4bf6361c4d796c0230b97a07, 0xc22ab5f0157d0a7867d6998b06370098821abc1eaa8973f5a17d3bdc7bc8ef79, '', 0, '?'),
(0x57eb49c39baeb96588b22ddc70737ad6, 'wp-content/plugins/elementor/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5ea4795c1f4412943a9a34377518544d, 0x0d623b4328ef3bd54cb9dfb8254fffee2216a32d0e6b020dd589c7c29191f2e7, '', 0, '?'),
(0x57f1783425c228b08994edd679939889, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0x8660e3cbe58d430953f60e3158a8b0b6, 0x391435d91fa1c85a52a1e6720e7cc1ae8a1dfa5ea14653ad748bc811273c1a16, '', 0, '?'),
(0x57fc98e67668a75ed28d5db66891af4e, 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.js', 1, 0x00000000000000000000000000000000, 0xd69df614a1cb78264c743dd4323a0f77, 0x7abb149536c1a6dc2e7a1ee60365ff33da09816a9d150c77ce8d08356bde9da9, '', 0, '?'),
(0x57fea5f4c5cd048205761ed80aaf764e, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\wpforms.png', 1, 0x00000000000000000000000000000000, 0xdb6856d95e52a20f1c9d271d0e4a9709, 0xbb846220233b95bb7c1f23616f8a8710cb9f2d1a313f4130fd21529565fc8c76, '', 0, '?'),
(0x57ff47945c91baa510fe5a7e99e80e9b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-700-normal.9e539b9ebad870af.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-700-normal.9e539b9ebad870af.woff', 1, 0x00000000000000000000000000000000, 0xa5f216a51a6630fd2391adf779be9b62, 0x737e8a4230b271ffc60e1f365281f6ad75b8d8ddfa9ef8c505cce74bd21599f5, '', 0, '?'),
(0x5803e70a753769fb222a48cf83f3021a, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0x580b25ec813cf71d76876dccd18cc2c7, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common-rtl.css', 1, 0x00000000000000000000000000000000, 0x8df778940ccbf8e7317ef35ea1a062ca, 0x529d15e0fb5c549599e4dfaf5e37e264d5004bb52d1be3bfc9ecfc068199512c, '', 0, '?'),
(0x580eaf1db8a77337a0a5111c450082a9, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\NotEqualBinary.php', 1, 0x00000000000000000000000000000000, 0xc8e8b696eb7a0cc4c2eab53c834f9c8d, 0xc8f56e948fedae45874bf910742b6f6118a96f5cc0713e477e22b39b804ac33e, '', 0, '?'),
(0x58152d2d1c11c70a99ecdf1817ec95ab, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7148.76865930b847f7d1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7148.76865930b847f7d1.js', 1, 0x00000000000000000000000000000000, 0xd0e86acc02f00c5064534b3b1a39603b, 0x24a443e59739d38c0be3a46d3d433599d0c264e17904e07d5f9619e55e3e38ac, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xebcb39a4cafec1489c21b7f612e091df, 0x18483166423074d0914b79817809872b407dc465e995bc94d70f8598ee63a463, '', 0, '?'),
(0x5822782dc184aa60d756296542e4050b, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\site-kit-analytics-4-adapter.php', 1, 0x00000000000000000000000000000000, 0x673e3970d9e0ae817ccbc5d64c77c92d, 0x36b652b5bbf20b39f6f8aa552ffaa5df86643d7ba209f2a3bfa062589ec7fb03, '', 0, '?'),
(0x58287fe0e502a6c0721269b6926c314f, 'wp-content/plugins/feeds-for-youtube/inc/SBY_RSS_Connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_RSS_Connect.php', 1, 0x00000000000000000000000000000000, 0x88798743d6abbd5c2dd0ef9a7068b95e, 0x57df61af7a32b48878cc9ce001b35aa54a4aaa00cc23a2239c9b2ae6920694c3, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0x582e5bc407e48c522e6c3d04f21abe89, 'wp-content/plugins/elementor-pro/modules/forms/actions/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\email.php', 0, 0x03a01c8699cb7afb1acf948510ffb045, 0x03a01c8699cb7afb1acf948510ffb045, 0xdc582f501fc5ef562c9a2e2c18c2cee0b3a7c8c667b6ef91a846c28f651fe252, '', 0, '?'),
(0x58337d5a9b70a827269112784313606e, 'wp-content/plugins/wordpress-seo/images/schema-aggregator-thumbnail.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\schema-aggregator-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x7e9f5216a67cb3dcfc5d4442088bbd2e, 0x951ab2fcf5e298c169046e3784f3ff12f982314755944047c09b5b84abef7be6, '', 0, '?'),
(0x5836db614fc9b200d3277fcc1b905a00, 'wp-content/plugins/elementor-pro/core/database/base-migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\base-migration.php', 0, 0xccf3b9463d46de4b2d5b74d7f95aab67, 0xccf3b9463d46de4b2d5b74d7f95aab67, 0xcf73354b2ce6fd0e8ae6ca3d69cb02d0dcff2a1bbacf6706b395ea1cde4c8aec, '', 0, '?'),
(0x583ee2d895424a11b4839d1d26636485, 'wp-content/plugins/elementor/assets/js/daedc6797eaad5c82711.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\daedc6797eaad5c82711.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x29c708e5a874ac65b84eea5b8b60fcf3, 0x65e7ae81e944f243d1eebaa446b359db0c979d1b6fe0bfb03583c352029f3533, '', 0, '?'),
(0x584acae70afd73703374073921d28801, 'wp-includes/style-engine/class-wp-style-engine.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine.php', 1, 0x00000000000000000000000000000000, 0xe3e54f6e7a7f8506d4d90519cb0da92e, 0x3ccfbcb341df07827fa0393e6e158f5192008b02e762811803a5ccac8a810161, '', 0, '?'),
(0x584bd4f4467d575123e6512ff841d87d, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/multi-props.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\multi-props.php', 1, 0x00000000000000000000000000000000, 0xaac7a40c198c560c26aee0b947dd9a35, 0x7034e042755bfdfb9cd862bca01cd209be903b3854dccbc3074b27083f0b9568, '', 0, '?'),
(0x584c5a8acec6967893ded536dde9b8d6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0x391bde10e6378881c284280fd5652edf, 0xd2b35891fc7616b06118ea8cd38a96e5954ad2dd665758403244bcd9779a0ab2, '', 0, '?'),
(0x584e01800275b416d7a10c14c219ac18, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0xd10277ff33bc56a64562d76601c0f57d, 0x2cdd5f3008664d5ee78c61b6f2fef9e3008fe515ac1e12fd30c73779984f56af, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5851934a18e236f602dd326eeb72d445, 'wp-content/themes/go/dist/images/design-styles/trendy/carousel-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\trendy\\carousel-arrow.svg', 1, 0x00000000000000000000000000000000, 0x4b3f075d4fd07e70d99733230ae202f1, 0xd8cbde9f50b1fc608ad8ac3eef50d028e51eb76d9a1457ae63cdc8340def5efe, '', 0, '?'),
(0x5859c0fa22b7eef9bf6ff1b75934fe11, 'wp-content/themes/astra/assets/css/minified/command-palette.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\command-palette.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x82f9895270c44dc44c234617c945b77b, 0x54e95edb7d9866ff17f89de0401e16a8cce6667169ad156cc5a2d12731147c25, '', 0, '?'),
(0x585a3f0bd79e01364ccae5b89dbc20b7, 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\Blank_Preview.jpg', 1, 0x00000000000000000000000000000000, 0x5319c7ce0b018a5a7d10cf7d6245ac5e, 0xf30ac634bbe34b012649f79d76aeb294dbf92548f3dbba437ce40fb6b9c9a996, '', 0, '?'),
(0x585a41dbca83f6a90bd90ac2135661c6, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\manager.php', 1, 0x00000000000000000000000000000000, 0x44b8fa7f11ccdce014f959f339445ea4, 0xab94eab42f249bb87cac3c481d495de1bec6dd541065aa0915308e111165a89a, '', 0, '?'),
(0x585b6cc9fe3acbc0d4e4f718201afd49, 'wp-content/plugins/powerpack-elements/assets/js/frontend-counter.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-counter.js', 0, 0x85c9a9b03f3ee3ea7e5aac1810769762, 0x85c9a9b03f3ee3ea7e5aac1810769762, 0x1ce11ce0882fce992e62de4d90c571324107dca79d08214053c236d8e46764ed, '', 0, '?'),
(0x585c101c1f5144d3a870ac48e9bccaaf, 'wp-content/plugins/elementor/assets/css/widget-accordion.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x137dc24895fa5b438b9aa6e7f5ab7bc1, 0x8a7c42992b7e8d43ff2f1bdbf587c63e798d3f2b1e47f7ef365d1b64fa7f8552, '', 0, '?'),
(0x5862eed45ad7c45523c845647b764c3d, 'wp-content/themes/go/dist/js/admin/customize-controls.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.min.asset.php', 1, 0x00000000000000000000000000000000, 0x279504676795421a0dae4b4fb7162af6, 0x7fdc212fee192440385e55c5a467a3b83ca56572f07b5f2181d71fafe2fa78f9, '', 0, '?'),
(0x5864cd03f02c7038a4791b443c3b2271, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\brands.css', 1, 0x00000000000000000000000000000000, 0x1f1c6abbb54c6d189b7263e0861fae8a, 0x52b514da7f2f564e3eb14ffab003b70162face9cb5775e6bdddd5ed91d273317, '', 0, '?'),
(0x5864ce3eae84b7f9c2f0376fccfe7590, 'wp-content/themes/astra/template-parts/single/single-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\single-layout.php', 1, 0x00000000000000000000000000000000, 0xe6a4ef196c78173c55b2b8fe030942bf, 0x181f909776135e7031bdce8f8bb65f341e06ed87f6314baad04c32d2773675f9, '', 0, '?'),
(0x586723bb6d0d669a6a9e05370c6dae5e, 'wp-includes/blocks/post-title.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title.php', 1, 0x00000000000000000000000000000000, 0xdf76bff01ed2bc8259eb07eeb608de72, 0xf98e1e6fb0bf90c76cab4b4a693c0b00492696797379a052aa1d0dfa36ba2e21, '', 0, '?'),
(0x586a06b2813c1aab85387322ffa932e5, 'wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\widgets\\contact-buttons.php', 1, 0x00000000000000000000000000000000, 0x991d98adb8319baee70c15dd7f96c35e, 0x6f8a2732240edc6f2f0c4f540d8a3fb307e83c85d02114c2ad7cf04d254ddab0, '', 0, '?'),
(0x586bebf20671b10ee94a6cdf9e4a6adf, 'wp-content/themes/go/dist/css/design-styles/style-traditional.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional.css', 1, 0x00000000000000000000000000000000, 0xf4fcd63bd24d27cc5faace1e88ac269e, 0xdc9cc6bca70d12bdfa595c912dc62087e4061c4743eda40b2393c9f233c2214d, '', 0, '?'),
(0x586e90395a0edc91097be20fd8208577, 'wp-content/plugins/elementor/modules/editor-one/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\module.php', 1, 0x00000000000000000000000000000000, 0x1e35b41ae110b39f4c9ef64145997aec, 0x6efcb9b9fcb099648b825167bcbc3bff5d53ba9ce32e776e48201c2cd95790e5, '', 0, '?'),
(0x58717f03dad05a81b0004f59cdc3f9dc, 'wp-includes/blocks/term-template/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style.css', 1, 0x00000000000000000000000000000000, 0x6eb92ec5c9cd23c4419b300354119244, 0xa685c3d578fadf06c38656d72c4aa86efc811b169b741cec7687b6e8bdc89149, '', 0, '?'),
(0x587482b4e82fb1269747c0776f5cf3d1, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/email-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\email-settings.php', 0, 0x4d169d88b0bbe01959756d7813a9e57a, 0x4d169d88b0bbe01959756d7813a9e57a, 0x1805287c67320e8b4f791c6ed7e5a02f8490e7f0a02ce912a4b3a0a1bb1a0533, '', 0, '?'),
(0x58761521bc5a6554eb2c3b56b4a73f6e, 'wp-content/plugins/elementor-pro/modules/notes/user/preferences.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\preferences.php', 0, 0x1ae0a12fa48ed1789e3ecfbe0a7ac932, 0x1ae0a12fa48ed1789e3ecfbe0a7ac932, 0x474b5797b36bf68da6dd80eb7ed7961c3c48539c83f9713acd63af97db1c675d, '', 0, '?'),
(0x587b716261e90deebdfaa035eaf1d83e, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-2760.css', 1, 0x00000000000000000000000000000000, 0x3c34e97f52d3920fe091f2fc17bc7437, 0x186bdfc660bf6e9326e20d4a80bee03e05e758799d714329deebddd1126b6612, '', 0, '?'),
(0x5880649b0b51830f336b5f0998653b09, 'wp-content/themes/astra/languages/astra.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\languages\\astra.pot', 1, 0x00000000000000000000000000000000, 0xd26d6a4566e612c3813266273c4cc4d1, 0xd3dfdec270e5b2da0308000e5d2a63fc529692e406aa19be9dec408050cca34b, '', 0, '?'),
(0x5886b9e27d31153cf0e1f1dd70094880, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-top.min.css', 1, 0x00000000000000000000000000000000, 0x0bf1e812e74802286c2cc53e047c1719, 0x4e19d3794a8c143e886af92d9999bc6669e9d6a7626f8109cfbdd1424da1effd, '', 0, '?'),
(0x58884936c29dc3de30d128051327c22e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/footer-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\footer-pro.php', 1, 0x00000000000000000000000000000000, 0x77a17325df527f52bd267a830680f0fc, 0x57d2099a911822cc9b56e9a89cb42056af938302254d78e57d6835728b53f8fd, '', 0, '?'),
(0x588bca919056bf2cad5f2df798f1ad12, 'wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\desktop-builder-layout.php', 1, 0x00000000000000000000000000000000, 0x56582b6359d4aa7c5000b9b5f349b551, 0x514643e8a82120e1fd05246c8ebf2aac2b03e341e4c92837ef030e16fcb6fab1, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0x589d6938338e1ee571627cf5832c0d05, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IpAddress.php', 1, 0x00000000000000000000000000000000, 0x93662108c98e1e94d093e7bbc2b0f38b, 0x46c0760c9d1bbf10115e5ab39b5375d89e90e1c58114a5f070df0a93b2436b1f, '', 0, '?'),
(0x58a5329b46477282d06de2f8f3468fde, 'wp-includes/blocks/button/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x2eccfbc519b389b07bded55f10bcc217, 0xa5ec1e5ee0536e51e3f866fd40d5bde4f46d456cdc819b587bdac8f24af74e2e, '', 0, '?'),
(0x58ab386400a13750a90f98e3b6279af1, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph/atomic-paragraph.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-paragraph\\atomic-paragraph.html.twig', 1, 0x00000000000000000000000000000000, 0xe693cdb50ca84c261573b460297cadcc, 0x547a54412fdc897ac3db23011aff75f89ee234acc8a893f9d1f7983aa812586b, '', 0, '?'),
(0x58b35ada50d6dee5881bad2fb14c2b59, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/add-source-popup-old.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup-old.php', 1, 0x00000000000000000000000000000000, 0xb61d3d8e2c49206ff972ca8a73563c85, 0x15acdc9a30dec6f7c827fbc44c2379f2610a139be592491848a71bdb86b32dec, '', 0, '?'),
(0x58b5731b99caff5971dae5029e65504c, 'wp-includes/blocks/code/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\block.json', 1, 0x00000000000000000000000000000000, 0x40c6fd5fc8e9ebe4468278f4fdc8c1a5, 0x7d130004e2f9012d8926fe6bf43f046caccd563dc36e1e66a3271ddaee562915, '', 0, '?'),
(0x58b62da3d13750c8033e76c5af696175, 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\user-interface\\last-completed-indexation-integration.php', 1, 0x00000000000000000000000000000000, 0x72d0ff4544298b51589d75ef47696db4, 0x2f1e9f64680982d08a71e66d646111c65912a7fa41998546fa5c19569425fb08, '', 0, '?'),
(0x58bbff78991c8218a6182d4b385bc238, 'wp-content/plugins/elementor/assets/css/templates/lightbox.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\lightbox.css', 1, 0x00000000000000000000000000000000, 0xe1447a9b435267981d3c96ad6ebb13c8, 0xa79556af89a949461a62d727f9952afe185faa4217042c68c9b09ae461a60dd1, '', 0, '?'),
(0x58bd2e402df15cb86814353b0c0c20d8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_Sidebar_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_Sidebar_Tab.php', 1, 0x00000000000000000000000000000000, 0xcddf35c91998ee8103ddd09bc0edbbdd, 0x5c23ac2e34c0cc8938945395fcf9af0b1ec2b8257c10b83d66a7e340484f6aab, '', 0, '?'),
(0x58bdf7b6604ee0b3e493396dfd27f70e, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/flex-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\flex-prop-type.php', 1, 0x00000000000000000000000000000000, 0x5426a0b695dc364ef81f0b1cded29a9f, 0xa16e638746b7038ccdf20eca8ec28d45e59ce6c88ce25b3fd21fbefa40332888, '', 0, '?'),
(0x58be05c4039f60ae93231008cd51b581, 'wp-content/plugins/wordpress-seo/images/icon-open-graph.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-open-graph.svg', 1, 0x00000000000000000000000000000000, 0x5cbb43c1cb685b465018c41a85741d91, 0x3bedbd2de7d5d61ee579ebb7cb898d5377117a899ed8f6b5649a1f879ab8ab60, '', 0, '?'),
(0x58bed68fe11b7c355f384570eb419fd9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca9f4010bd322461f0e66f4a6c18133c, 0x4e6b7b6ef0275f4d1976dd19617cabad67750fc89fd6106e261d8446ca05ce49, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0xdca968496d8efef10d6686e698760f49, 0x1515b6f2088e22ca768c2b750b652d49e0c245497ab58c9ac480b4dd55d8d455, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\firewall\\wfFirewall.php', 1, 0x00000000000000000000000000000000, 0x541620f6af50c43779bb30c174d79fc6, 0x5b9504d00512e3b716e555ef9f28c9c74e6a4ed891d5c3979617da7fb9afa46b, '', 0, '?'),
(0x58d06b2844f1d671c89bf7fd4703f6a8, 'wp-includes/js/jquery/ui/slider.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\slider.js', 1, 0x00000000000000000000000000000000, 0x35f4f07cb18e16ae63af574bdc7862cb, 0x2075bb2f5c47abd886930123949ec528ee2c674d77f02b79c89b4696ec140f54, '', 0, '?'),
(0x58d8dc4ea1bd38846af883b3a263f914, 'wp-includes/blocks/post-excerpt/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0x58da226dca40d45105b81b95e67cf598, 'wp-content/plugins/elementor/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\license.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0x58dd297fe953b42c1fba0ea9ed0cfbd5, 'wp-content/themes/go/dist/images/cart.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\cart.svg', 1, 0x00000000000000000000000000000000, 0xd5e482441142909143ae51f396f9fff8, 0x33cb14e8344f2071a1e859867031387c3e7ed30ce3fba3062ed6e7a4b7238774, '', 0, '?'),
(0x58de6fc89c25f8f8857387fcae21dca3, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates.js', 0, 0xcab1d0e26e870b21449e6b6ef8ec810f, 0xcab1d0e26e870b21449e6b6ef8ec810f, 0xce6d08c14c7479c7b078fe1f84941c84fbb9485378d92c305d2ca8541ece8076, '', 0, '?'),
(0x58e89b5b942ff39a0f69b0c9922127d3, 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form-submission-admin.js', 0, 0xa542ab0975c2b67922f52fe0c6df73c6, 0xa542ab0975c2b67922f52fe0c6df73c6, 0x6a92ac49bab026b530fe94898358c02e08acb81bb473884c6a7503c8bd0a8711, '', 0, '?'),
(0x58e8ff7b9149850aca94f02f42b1932c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6717.0634d39800588331.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6717.0634d39800588331.js', 1, 0x00000000000000000000000000000000, 0x9fb1dce87a3d3cc99d80d479215d942f, 0xd95b38bb11bf4f5654293352020def1a79a79f92da71dc031965a23bc0fe3491, '', 0, '?'),
(0x58e9ec3b804247b934b3a4906fa4d5d4, 'wp-content/plugins/elementor/modules/compatibility-tag/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\module.php', 1, 0x00000000000000000000000000000000, 0x92e257191ef8d99feb24566290ca1767, 0x54577dcf849dff57dc4792f1ae69eb8d9bbdc588d5810f6375435ba71654f1c5, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0x3690f575f5177b0cee74a4d504f2899b, 0xe7cb2cc95a0d4d093edc8503010380e067ef7002f22f07e9095a1a236021fb2e, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0xbd79b49555a1084ccfb8d68443d9d14b, 0x6fc8794399719f3eee3febba0277316702a10a0e45103479c1dbad58dd7bb9f1, '', 0, '?'),
(0x58f781cf395202fd779cae3beeffbaaf, 'wp-content/themes/astra/template-parts/blog/blog-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout.php', 1, 0x00000000000000000000000000000000, 0xad3eeb942ae7b06e2c0aa3230379fbe1, 0x525e110d1b9e9befea816c45ae83908d37875f8e40b009c08c4dfd3dee2dc908, '', 0, '?'),
(0x590051e4d8b6780f032740d4f2b788af, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-top-right.css', 1, 0x00000000000000000000000000000000, 0xa4bcdc7593194a69e5ba2e9847106495, 0x6914ce6a261bb98247fbef36649827f00a7a740b8a8228ff6a20aba76340bb56, '', 0, '?'),
(0x59069496f1d836b511d9f03708ca7921, 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\widget\\class-astra-header-widget-component.php', 1, 0x00000000000000000000000000000000, 0xf4e1b3e7603b3a73eb5896449eb3f744, 0x39295c82c3829a7c3b4b49a2854d9d303f1c4cf34d05031257e016ee70b4abdd, '', 0, '?'),
(0x5912461e726af41ca853de0cc2231ec5, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0x592084a092b92e51122680ab176fcb2c, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-image.php', 0, 0xb0a022b5b01ec42dbf90bce538cbf76a, 0xb0a022b5b01ec42dbf90bce538cbf76a, 0xa69a37d115245350be98777bd7fdbce1fa7541c5751f1ac56a3cf268b153edb7, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\annotations.min.js', 1, 0x00000000000000000000000000000000, 0x6445ab90038cc9a38f6da23aa329e0a1, 0xb31287b8133002dbe4a81d4a49250d500c34aa3b927c48e46ef59cd979e53d45, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xa8fe6f4487b7950e67495dc02e6f705b, 0x19559f9ac58b1c9764b32318ad6d64c6823236db0df77a2cfd8b80762a04f466, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\escape-html.js', 1, 0x00000000000000000000000000000000, 0xd7c38c178cd2c06ed924fa340db4b413, 0x99bd7fd415b7fda144c938b755ae85209229602121541f3f0288a71bd236e635, '', 0, '?'),
(0x593bcf8c3942ff4ac2c1598a02712776, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/get-more-features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\get-more-features.php', 1, 0x00000000000000000000000000000000, 0x03f3bb229fe3a9bcbd7617ca7d2f15cc, 0xa142a4bea056166ef32dae0abbe94a06c37ac0335ade0afa31502a51058bd0c3, '', 0, '?'),
(0x593fd3fee4bc3d762004a0d406198515, 'wp-content/plugins/elementor-pro/core/database/model-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\model-base.php', 0, 0xba66ee9fedcb0af95a1e8832438dbc19, 0xba66ee9fedcb0af95a1e8832438dbc19, 0xd815777c7c4cbe6855ba84fd6f447536baf83c48ec94d98ab4a4afa785903759, '', 0, '?'),
(0x5942740aaa0a1d63e5dd9f2eb5fd7669, 'wp-content/plugins/wordfence/views/diagnostics/text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\diagnostics\\text.php', 1, 0x00000000000000000000000000000000, 0xbce1d868f1ec418b2c67b5ee13a474e9, 0x524c32032f1d1ab36c85fb71ffd1c4c4a5caafc04dee61c920599f43571e434b, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xa8435a3f8dce404ab14e5f6a693c941a, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0x595ee47f87501840fb1b2b0794cb226f, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Separator_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Separator_Control.php', 1, 0x00000000000000000000000000000000, 0xd2a7fa163b579865b44eb80a87c2fc05, 0x15e24dd14527374c3ef2f3a1a7cfa6e18bf354eaa8518a24898721837321617c, '', 0, '?'),
(0x596798785ed433cc94468a279be81aed, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/key-value-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\key-value-prop-type.php', 1, 0x00000000000000000000000000000000, 0x59017e8e884972bead523b786f53181e, 0xe6449cbf057a6695c18de5bc56cb1681ceb340623144d9bceb2d11999ed83e89, '', 0, '?'),
(0x5969451909e3b3a64306932641541fd6, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 1, 0x00000000000000000000000000000000, 0xc9a0e87c796fa7adaba1f76b1e192c80, 0xb46a0f85ca44a1137a69adea6b74ded28b1802ae20f4115fa5f2f9dd682aa911, '', 0, '?'),
(0x596b2eeeb256a137435a774413dd48d1, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\export\\templates.php', 0, 0xef0a0ae37aa4d4ab9eb753b63251de74, 0xef0a0ae37aa4d4ab9eb753b63251de74, 0x5508019fc7e7e1c03cd9e7b7bf10c3ce9d3fbfd777c624b3c64632d4c100c5a2, '', 0, '?'),
(0x5971d17f60193a82e8ceb9e4f8d7d25f, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-gradient-overlay-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-gradient-overlay-prop-type.php', 1, 0x00000000000000000000000000000000, 0xfd25a85f2b7f02e5a910201a530fd71e, 0x7cf0397acb8b513f5a4507a2567d3d544d9402e60862d277dcc108dad424d55a, '', 0, '?'),
(0x5972c0b0c0f99eafeae9d31aadefa26a, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\index.js', 1, 0x00000000000000000000000000000000, 0x34a88c9ef7e1870389d0369e727efc01, 0x2379d1b74986332ad0cbf37d3f90efcf21024b17eab8b7ca5cf01db778ccf7cb, '', 0, '?'),
(0x5976134bd7e5726898d1f2ec91b10fdf, 'wp-content/plugins/elementor/modules/components/prop-types/override-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\override-parser.php', 1, 0x00000000000000000000000000000000, 0xcd332cb2109f3c65c1c79c0c548c2a48, 0x4d73943fb8e31b5663ecf98f09f6a50a4a5199fbc55bddf35b551a4c9f68f274, '', 0, '?'),
(0x597e68095f0f270a055423cc9319095d, 'wp-content/themes/go/dist/css/design-styles/style-modern-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-rtl.css', 1, 0x00000000000000000000000000000000, 0x3537f06049cdd3a092d3269acc24c7b5, 0x838b4cf76f30c0f39e5523247ecc5f07ff5dbcc7137d13b0078b0021985a79da, '', 0, '?'),
(0x5980d2540a2a3776d65dca500b4623b4, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\scrolling_to.svg', 0, 0xe15ed3b1b6faddc46c2b9d30c5da6484, 0xe15ed3b1b6faddc46c2b9d30c5da6484, 0x285ee6262229690c67f8af19102dd61c7d87e1afba4978ddf5dc5cb60ade9d92, '', 0, '?'),
(0x5983fdfa4bfab69eed8f31cde8f911ea, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8018.abb2cc497408d582.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8018.abb2cc497408d582.js', 1, 0x00000000000000000000000000000000, 0xa063f746555cbe2e0ad29191db87e71f, 0x96905e7b10ed675c6d68c28020cf0d3b887d7cfde880a097dcc7646371fc8553, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit.php', 1, 0x00000000000000000000000000000000, 0x78e9f04249c2fdb5c16ae9dedff170cb, 0xd347fffa58c305cd4e1b0b6377f0da2f2d92ff840cae77276988bebbc5364a0c, '', 0, '?'),
(0x59867e54286fdbb05397c69884bc66f7, 'wp-content/plugins/elementor/assets/js/fdda4547e887fbda71b3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\fdda4547e887fbda71b3.bundle.js', 1, 0x00000000000000000000000000000000, 0xf2e0f9d6255363272506a8136f6e3114, 0x8fdddf6ee2b408be2569ed413a8422dc61cb90f7d165d236931558f9bce92308, '', 0, '?'),
(0x5987a2fa1fd1bf7e9517790d7e848b9a, 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\pickr\\themes\\monolith.min.css', 1, 0x00000000000000000000000000000000, 0x952eb30cbce4ec933c0e7ae5fb8009a1, 0x060c7c6822cee879da9146ba7080fd1ee26426b1f839a653667ca27c758a0292, '', 0, '?'),
(0x5987c1d7fc4e829852f7110b98f74da3, 'wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli\\php_cli_finder.php', 1, 0x00000000000000000000000000000000, 0x3a7876b8788262d8e7ec8a7f5ea32f6d, 0x9468cf33a421e519d7019eb4b5e56837e6a7cf9cdd84eb87d91272d2ba1b37f8, '', 0, '?'),
(0x5987cb8b287c29aeaa3ae82de73b6e96, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\videos.png', 1, 0x00000000000000000000000000000000, 0x7d7df6599a4d63d7d03ef1cc21783af9, 0x24e9f3cc86f78bbef83d182f89322d874b87ceabf2ef8a00eb8c7918ce5917ff, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x598d7745b4adc96cf76bb80c3159a824, 'wp-content/plugins/powerpack-elements/modules/counter/widgets/counter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\counter\\widgets\\counter.php', 0, 0x2704f586cc5a1d58d21f3d7309b9cf56, 0x2704f586cc5a1d58d21f3d7309b9cf56, 0xb7c17e846ef1356cd17452a271a50efbe6c461a503fd199a8b510b574d51c514, '', 0, '?'),
(0x59953c5c8d05286ace88833662293ae4, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\trustpilot-review-notification.php', 1, 0x00000000000000000000000000000000, 0x467cc84f3e495b7d7e433ad0d27849ba, 0x936556fa4c786b3abfd347a05f379462c87afe3c3c53d4884c99f3905f82238c, '', 0, '?'),
(0x5997e1627c05a49f511c4c2be0461ee4, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x599a049043d171c0e9faed71e54d72e1, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\install-plugin-popup.js', 1, 0x00000000000000000000000000000000, 0x07ce827e0af915945ed4cdc9adbaeb86, 0xedbbd6b674f9693b3d1e97ffdd58730b76d770a44e3d9c838ae58acae67e2e5d, '', 0, '?'),
(0x599f2e10cba010c7f3bd451180648d27, 'wp-includes/blocks/post-content/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x717f40ec4558626ec0a77083651ed09d, 0x5632fcbd1fa2fa2c20a2c160d11acdaf4d26a45c1478144671d75be2c69fe20c, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0x9eb0073b6918142e3134f37a07640d71, 0x1f6d60078ef402e5f828b7cf192000e85fa3807774ca8f8325ce66f6f4008d07, '', 0, '?'),
(0x59a76eb0da0157549c9eecf030e7a536, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x0268774624832e5c6038281d2bc7ea42, 0x513e6fb5e93ceecc4374525095f41eed5eed3708d465264b02d6a5d0a656f9cc, '', 0, '?'),
(0x59a76f35b5f31e879da7a08230626911, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.11bf4233106e1245bd61.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons-var-10.11bf4233106e1245bd61.bundle.min.js', 0, 0x6942c6739bc0430ff3d5f7d40cf9388a, 0x6942c6739bc0430ff3d5f7d40cf9388a, 0xc254e815f66e7fe735819aeb6e64298cbf8cacc7dfdf6f144ab9c715aaa6d874, '', 0, '?'),
(0x59a8613ae0e7d3d984cfadfb97328a1f, 'wp-content/plugins/elementor/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x9ee1c0aaae09869ec51586604f90cb9e, 0x291ad143065d1a3f9558d6656ed9722ed2a8655cec6e808120d5c2a57f33b039, '', 0, '?'),
(0x59a8bf230eccfa85126a9d44a85f326e, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\keyphrase-data-provider.php', 1, 0x00000000000000000000000000000000, 0x46cf4e115650ddb4a32dd452e0f9df2d, 0x90daf0ef10aa281cdd158da366462cded9df80a2600b4f293cdc90fe7cb07f91, '', 0, '?'),
(0x59aa3a3a2c59059f37d6cea587e0f703, 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\theme-styles.php', 1, 0x00000000000000000000000000000000, 0x39a4b8e80f88656f32f5a0f179cd2388, 0x07648ca25a5737e094caefd0b38d6b47718236c5266f9355f2e554ca13922245, '', 0, '?'),
(0x59acd09969ef7a234fc5ad8649cba438, 'wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\color-thief\\color-thief.min.js', 1, 0x00000000000000000000000000000000, 0x82e5ce93b594c3041861378eac1984fd, 0x9cc64e8c5904156baaa1bdfd0f5c3c7cd27fc69e205ad1e13879d69dc8d76f70, '', 0, '?'),
(0x59b226295fbe98b48a8677be6fda38bf, 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-success-icon.svg', 1, 0x00000000000000000000000000000000, 0xb01d1bae3f68e53058f11edefce3bcf9, 0xa52cd3301a412fd55aeb651f4bb34f145c70d2a30a1b6446b9de0a6566916980, '', 0, '?'),
(0x59b3917aa4f2383f83630f7a0c86343e, 'wp-content/themes/go/dist/css/admin/style-customize-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize-rtl.css', 1, 0x00000000000000000000000000000000, 0x29e105712ebd3a51d98a84542f67fd62, 0x5f0f44435a131c7e590aee9395e0a086451795f0c179fa68347173e865c3a50b, '', 0, '?'),
(0x59b7fb043b358a3b2314b7aa80c3737d, 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/install-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\install-pro.php', 1, 0x00000000000000000000000000000000, 0xa5dd6e97c630a8a6abdc38e842a55039, 0x2302aaef4527c76b7c9079b5fbd0ac000fcf99c31b084962fae136f0fb34862b, '', 0, '?'),
(0x59b881c81d274b60194850ca59a27306, 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20210817092415_AddVersionColumnToIndexables.php', 1, 0x00000000000000000000000000000000, 0xf5c9d3232e98a36ef41e4eeded7d77e8, 0x63333bb25980557f3a1aeed62facf489299b0022c7c8ea6845df8f02d1f06d62, '', 0, '?'),
(0x59b9715d4137ad93c175455958c1b458, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/wp-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\wp-request-exception.php', 1, 0x00000000000000000000000000000000, 0x5605b071f2e24948f3fdb78c7a46dc4d, 0x4bc4ee6daa084acea3cea57feee6ffa15caf3155a433606ddec9c897be3162fb, '', 0, '?'),
(0x59be0db0824febb83e2d7864cf071d4a, 'wp-content/plugins/elementor/assets/js/counter.12335f45aaa79d244f24.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\counter.12335f45aaa79d244f24.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x8cd8d3862e6a03b68a15bce1408ef2ff, 0x195a484cdeb5cddbc6ef970c0d371f03a7491c866beb93cff32f8b6cb83fd8f5, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x59c2e69bf7254e0063784ec0ef7ac374, 'wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-elementor.php', 1, 0x00000000000000000000000000000000, 0xa0da0453c20100a2192e2443ff51c2f0, 0x9765d34c6abef004e3148a57547f2ddb513078e8435b2e532b1d249406a45261, '', 0, '?'),
(0x59c5785eacad8fe59a027aca2c55eefb, 'wp-content/plugins/elementor/includes/widgets/icon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon.php', 1, 0x00000000000000000000000000000000, 0xc2052a8da4c5c42f5d1e5daba117625d, 0xa2dbe98b6a7f7d002b467f6a7ebcd96288ab1a31a045f04b54979c4e92046c60, '', 0, '?'),
(0x59c7667b85a504baad3f575489e2743c, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-settings-customization-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-settings-customization-dialog.js', 0, 0xc5ed615242f55e69d2ed8e646cd57b09, 0xc5ed615242f55e69d2ed8e646cd57b09, 0x60eaa5590c7937d6dee7d38d199a68e7877141c707b3712a8bcf222dba85dbb5, '', 0, '?'),
(0x59d08d41cf8b3da3c82583de609b3fb5, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.strings.js', 1, 0x00000000000000000000000000000000, 0xf1a78d3a51e77ce196a31108b2e3126a, 0xcd4f8231715106a8df63a7a28b1642dbf402300fe7de9c3c45957a43eecc9231, '', 0, '?'),
(0x59d25a924336bcc2cc2ed03edd4772dd, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0x6b05d5c3712b3f02b77c430a982459f4, 0x9647594ce5ef9a798a068a4f821bba026440c1104e876c2d7bd447ec0c253e63, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xd1ffc66dd708f7380284f4a6eaa72bd6, 0x01bba449461100617b7ca127289c6e4a9e2fd463f30ab110c42df9a53a470e39, '', 0, '?'),
(0x59d9d30fd2864ab1c528f653fcc634f0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-700-normal.4750292c47fa2bc6.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-700-normal.4750292c47fa2bc6.woff2', 1, 0x00000000000000000000000000000000, 0xdceb3adfb38773062efab8943a38e5ca, 0x79b7e8e1c8e3e6de9597a9919995146ff566cb6bc2b8ee312c039da99d317e8e, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0x209a240e5b96cfc9774c84907561b5b9, 0x10a3cb8d5e030508f5203b0095b26432c281c5929b341933732e7e245ba15a22, '', 0, '?'),
(0x59e9daa55ccc898fea6054280f66747f, 'wp-content/plugins/instagram-feed/admin/assets/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0x18b0da96712fb3fbe57bda5fb02c080d, 0x53d8549e0fc3ec723c56a9334ae1c7b2e86a257844077b63c3a32e6d91654d4a, '', 0, '?'),
(0x59f20107ee13a4e657d7496acbd87733, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/posts-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\posts-base.php', 0, 0xb8a4782ce7ea061c7a8a470b3f645f5b, 0xb8a4782ce7ea061c7a8a470b3f645f5b, 0x3e758b9085fb3e95e2b8fb580381ef561908ce24aeebe94b06dff2ee42102569, '', 0, '?'),
(0x59fed05aaf0b238d79d8d13520decf24, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-extensions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-extensions.php', 0, 0x66960cc3c8ae1f7d9e160c9026c1bedb, 0x66960cc3c8ae1f7d9e160c9026c1bedb, 0xcbbaac460c8c5a2da6036d334c3101af942dc4e705c5f934fe2e79864f13f62b, '', 0, '?'),
(0x59ff9b0f23b08ed54ce8e5b03aed479a, 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-list-container-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-list-container-settings.php', 1, 0x00000000000000000000000000000000, 0x5327d862fb6f8c817c4baff1322c1be6, 0xaba712a82927f1c2c2b9b80a9a9269bc4e5fe9051d82fb14187ab4013ab97b98, '', 0, '?'),
(0x5a002bfbba4aa842a60a52dcc77da1c8, 'wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\classes\\stripe-handler.php', 0, 0xcc820bd2664713e0f5b1da07f688a15b, 0xcc820bd2664713e0f5b1da07f688a15b, 0x795dd2619c00ffc12869fd3edd03e0e9dee8869d7e8f818341a1dd032d078acd, '', 0, '?'),
(0x5a0423bcd398b5ed4986b9fd9fe0accd, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0x018cbd63bc9034330b52a7fc4afd97ce, 0x25b8ae869895d8a70538069b9eaffc17d17e0b117ba374b2dcfb28e2f4ebb943, '', 0, '?'),
(0x5a05e6a0b84140bf15d6c6d21274938a, 'wp-includes/blocks/search/view.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.asset.php', 1, 0x00000000000000000000000000000000, 0x4674d120f2af7396955a83a7e2ef8099, 0xd2e08bc474eb9d99a2389e6cd422c3aa4bb93840ff4e0392318c986707592378, '', 0, '?'),
(0x5a0787d2b1c86269dd04eb2e1ae6e899, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\GrantFactory.php', 1, 0x00000000000000000000000000000000, 0xfc8d13aa789f2aa8be5e846c0d9c6e2d, 0xe3ce12efa324c73d1c8f59233d59ec58cbfc022f3295846ffd84b5733b4e1c70, '', 0, '?'),
(0x5a0914bcccbe87f33e516b0b73c1941a, 'wp-includes/SimplePie/src/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\File.php', 1, 0x00000000000000000000000000000000, 0x7e54bf02ed26d3e9191a52ebc0074f75, 0x25ca662ac5c772a6b87431dd1f8366fa91875b38d254741b6479e41c28ef2700, '', 0, '?'),
(0x5a09a1a4563f940a0986bd94bfc57047, 'wp-content/themes/go/archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\archive.php', 1, 0x00000000000000000000000000000000, 0x3f36f82cf1ebd048d2166a010d974b61, 0x579845c9243cbea0e3d7d12aea60409e8c0ae3de50672e9f3d82c01ed8ab4aa4, '', 0, '?'),
(0x5a09edf5b588ce6f1d0f2d0180eaa05a, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.js', 1, 0x00000000000000000000000000000000, 0x4a9742d99348298645e3e4d7a365f32f, 0x8e50582483f0ad3731f585f9bd6ae05c3ba4126ef50e9621f1d82d326a25ddbf, '', 0, '?'),
(0x5a0d647f9a574b721267d4217465dc88, 'wp-content/plugins/elementor/core/common/modules/finder/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\module.php', 1, 0x00000000000000000000000000000000, 0xabb9af38baf8e9d538cc38d301adfc62, 0x3ea4d8c1d6f2b1bb7cee9fe258846ca42cbe8c168a169985daf9635b9e5f6e00, '', 0, '?'),
(0x5a108da6b7d212948fbb24dcb155afdf, 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/cff-admin-style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\cff-admin-style.css', 1, 0x00000000000000000000000000000000, 0x23d38ca69e85cf8d127d0e40d5ce59f1, 0x26ebc23b8b004360d15d22534aec7f220ae2782504b0a215a54c0d764dbfcd6a, '', 0, '?'),
(0x5a17ae1131deb503299a3db4345e7497, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformer-base.php', 1, 0x00000000000000000000000000000000, 0x6bae6d9d38498e38e1436b1590c16da2, 0xfa0acc1e68e41a4e3d6142cdc45ceb7cad63588318bc9018855198cf1a17087e, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0xee6999d8656a402bd7603af2d54ee14e, 0x1ee340b1a3ffddd6e64e4cfd60dfdd9a72ae77dc2d83970b682c91c5471eb8be, '', 0, '?'),
(0x5a191859e3c3b83cb056dc770a6a0412, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedTagError.php', 1, 0x00000000000000000000000000000000, 0x9c05f05c965016d5467ff86fa92cf0b7, 0x1d7a9530850c76ab8fc82c2fa6ec62e830bea4fdab4b4c52f8e78237939f3a4c, '', 0, '?'),
(0x5a264fb54036072e2595b0e486c12b08, 'wp-content/themes/go/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\LICENSE', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x5a29bfcb3f858276e9d3f27a30e0468a, 'wp-content/plugins/elementor/modules/usage/usage-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\usage-reporter.php', 1, 0x00000000000000000000000000000000, 0x7e15236dbba452001f2814929281a692, 0x154561113ad6e1f4c37b9eb327cbee0c4e88ead0bd990cb5efe4881165cba617, '', 0, '?'),
(0x5a2bc6d7b8386756cff7a7d5e2ad2db6, 'wp-content/plugins/backup-backup/includes/initializer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\initializer.php', 1, 0x00000000000000000000000000000000, 0xfaba243e3f7d35ddd36aaca8bb1a8869, 0xdccbab0281357d83229a6aab1fd21b1ff07edde0356b09c569c997ff1eb485b0, '', 0, '?'),
(0x5a2df7c2ed1d265e918da6cb12bc5269, 'wp-content/plugins/backup-backup/admin/images/tlogo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\tlogo.svg', 1, 0x00000000000000000000000000000000, 0xdefa659d1afd6ba2fbcc28c0acda6bae, 0x16080c5fa030a983c6d4a95f0cfd1023474f79584c30d42be867c80ac2486eff, '', 0, '?'),
(0x5a3123349e5f3dc031944dd2c8fc1c47, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x8f8f0b1d047c205b4bcff4538bf18514, 0x9637692e86c5812c532d0810754a5171b0f4624bd96223b764711a135b16db84, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfConfig.php', 1, 0x00000000000000000000000000000000, 0x678d05ef60ee4ba67a78ac23a3318be0, 0x7dc193d5c4793483f5392b40b4a912c069a2ebe3fa7844b078b8decffc84e086, '', 0, '?'),
(0x5a3486be17d0d45e43a3ef39d63b96f7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-wordpress.org.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-wordpress.org.png', 1, 0x00000000000000000000000000000000, 0xa5630790177e199f02aa640aa4f2ea64, 0x6eb3c095cd02bf6523ecd5c208bbd67661c91b93b4713d33b2dc78dedde236f1, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0x2cc098ec858455782d8e2c87e80e8bb4, 0x27c7c7c4d65ce1794adb52562d73ff647b0493fec9ef1ee118fb82f94a173bd1, '', 0, '?'),
(0x5a3a635804c44c9a11e36ac6d5e74e63, 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\hu.js', 1, 0x00000000000000000000000000000000, 0x0afa10cc1ee7f48d19ad78af1ce0ef51, 0x35e411a6770a329a996bb4f33a06a78107e6fc0d76cf83d3aa6df42a514c71ea, '', 0, '?'),
(0x5a3aaaf438e66b3a20a7cbc10f15a543, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x5a3da060f1f6bec0a580d427f19a7bc5, 'wp-content/plugins/elementor/modules/promotions/promotion-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\promotion-data.php', 1, 0x00000000000000000000000000000000, 0x5fc2a6c236023bb221ae0831bb409fdf, 0x024924e38515eec4d9628442cc26fc8217e0de1a255ecd6ed720add9594cdc71, '', 0, '?'),
(0x5a3e5956ffc309f66a3d61e5b87373bc, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications-rtl.css', 1, 0x00000000000000000000000000000000, 0x26faef2e16de596ca36ecb1a42f5329b, 0xa902c42fbe26cf74bdcf23bc114836b57ab2bb7de9c5fa6488db12b2f1422c2c, '', 0, '?'),
(0x5a3ec86ed88f2f71fb01964e6205b411, 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\import-cursor-helper.php', 1, 0x00000000000000000000000000000000, 0x9786b68cb6d99fc566c1e8d013f03248, 0x17bab35cd4b51d32e2dacb9ac4e0eb6677db53ef6a1d4430ac73e019b7057d51, '', 0, '?'),
(0x5a41a350e7f0beba7a1f9ba414afd102, 'wp-includes/blocks/pullquote/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x596359cb6ce8e1e1a9cb175bf784fe8e, 0xc7666ec33ae42b75ac6790bd7b6b4cd3710f8a5f0c8e02e5e0e64ba49aa6a558, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5a58942fad76cad036f91c1e115cf501, 'wp-content/plugins/powerpack-elements/assets/js/pp-custom-cursor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-custom-cursor.js', 0, 0xbfdec53c1764d0e45cc62a967730d3db, 0xbfdec53c1764d0e45cc62a967730d3db, 0xe60a2da11ba6e2c95d5888620f8fbc8b015fc9b440465ed7c030dc94753ca7a7, '', 0, '?'),
(0x5a61ebd606ca7c604f33e1246c5119ae, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/UseTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\UseTokenParser.php', 1, 0x00000000000000000000000000000000, 0x626c874e836996d714b0555608084d13, 0xf8fc03cf46a70c4de87ff0258b08ad4f6a1b4db546d4ac52e06a008a86aae4af, '', 0, '?'),
(0x5a687a4caa806b2dbdf3245858f415aa, 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.asset.php', 1, 0x00000000000000000000000000000000, 0x03d60930ec2ad669f3b96874d5b844ca, 0x09e841537ac72d455d6ea6f13f0c6916071a40faf1b5cbea64e61c79480accd8, '', 0, '?'),
(0x5a6cfc56c21b2550c5d5f8a4575bf94b, 'wp-content/plugins/powerpack-elements/modules/query-control/types/acf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\acf.php', 0, 0x368f48e7e9ba7b0706b730d855a6803d, 0x368f48e7e9ba7b0706b730d855a6803d, 0xb001ba67f43abc941e1f5a63fb4ecb0c4815f0eaa7fb1c2c11a447216725bc20, '', 0, '?'),
(0x5a6f5cd40e2908a19eb1170a904cc87c, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x35459dc75a2be154cb1932d206634c0a, 0x75725c85032ad87db5240e7c54a0264aa7660a9bdf7d498a1b19b199fc21e5d0, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0x033612fd2b8b6e0dfb533558b6e1eb22, 0x07b0eb772c892783c2dd91ce49bb1490c156ea1750f31058a667001b94a085d8, '', 0, '?'),
(0x5a7d4d79a55236acb1238960761af073, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x859e97f335b9e44d3e0f937a12e1976a, 0xa28d65fcefd1f5cbe0addb7117e7ee2d1570def3c23f228c81d7318fdb0fda62, '', 0, '?'),
(0x5a7f324019407f60568fb23bd5a08921, 'wp-content/plugins/elementor/modules/promotions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\module.php', 1, 0x00000000000000000000000000000000, 0xf49d0fc517c5535986895f13cdcdd316, 0x8e8e49d2c61ed07a814e7da799712cfa9546488fb6624de11b0a227dd7b4e921, '', 0, '?'),
(0x5a80a595eeafd789954a702015342826, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0x56e72f98beeae98c62cf65dc78d4d594, 0x9bced29d73475765a0dfeff65a8ad1930b7f1d6e9eb3eb18359134e642513884, '', 0, '?'),
(0x5a88ab9d6558339513d077f395474893, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0xa8c4c52df9f59d183a2ae6ee4c1e3908, 0x0448d202faca03a7629725e90195d2c77488a3d02d2d0b697d02c159aa9844aa, '', 0, '?'),
(0x5a89f08e9830737bb2004774def7d45a, 'wp-includes/blocks/categories/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf2d06d219d5e13b30eccbbd46c50c3a2, 0x99722961e892d39ea812e4c5687517749788aca0d78b00928c02032b7f8c5561, '', 0, '?'),
(0x5a8a2e7a5923bbfbace14f8cba6029bb, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\rss-footer-embed.php', 1, 0x00000000000000000000000000000000, 0xb54d0e7d0eb9c81355b6b516832925a5, 0x34bc19480020903d7f80a5280e2fa88cf6ee10b18df8e5054c8aaeef3200e2f5, '', 0, '?'),
(0x5a8afaad551e5796d76fc8128ac04193, 'wp-includes/blocks/accordion-item/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style.css', 1, 0x00000000000000000000000000000000, 0x5dd5013f1232664dfb63efe3c4268dac, 0xcbd2f609ca36945c3dd2c0bc9c98ec3816ee85489a6711a8509a495bcdde5c34, '', 0, '?'),
(0x5a9082dd22d891eb8fe147a3ac26772e, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-gl_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-gl_ES.mo', 1, 0x00000000000000000000000000000000, 0xfc4817c5dcfe6d4ed2be8af46571466c, 0xb0674216aa188505cad7c69936817e0b5c600f950ba415b7fe7c16b3764fe054, '', 0, '?'),
(0x5a9175fd42baa69c49a1a659a0e2f7d1, 'wp-content/plugins/elementor/includes/shapes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\shapes.php', 1, 0x00000000000000000000000000000000, 0x7107e0c8e78d2a6da9967c15d11d8173, 0x6d6bf382b7b5d0069178d6fb0b63aaf16e37ffe3a812c6a5841647fcc6ab92a7, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0xa6e094672cefb6b855941ef4d0ebb9dd, 0x57802369d4bdde4d17d6c79f1ccc7628b7bcfbe951f1ba0d5286fbfea843f6b4, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x5aa3dbc19647dfc2db934bc66cdcec36, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x70e621c546bd4397e8363fecd5b1ee41, 0x73daedc67e56095fc2b0bd109bfbc54a987a439fd2637765ecf1cd3077cc0c95, '', 0, '?'),
(0x5aac2e6e195e2f11d383131bb5222a54, 'wp-includes/blocks/math/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor.css', 1, 0x00000000000000000000000000000000, 0xa16b7eeb8cb56b527457a2b193fd7c94, 0xadd2d70160ea43b13e49d48967f926d77d4d5ca2ab87b93cf1af23d9ea0a10e5, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbc1b2d6c77d6ee99aaf237418eb6acd5, 0xb024ec328c25170de0cbf70db7c04be01e96de45aab57c4899b5bba53e88d909, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0x5ab4d442a3e1fa490c836cbdaae69091, 'wp-content/plugins/backup-backup/admin/images/x-face.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\x-face.png', 1, 0x00000000000000000000000000000000, 0xcb3d179bbdad4b763139228d57efbd28, 0xb67dd7c2457b3a6a7957bbc34a64cce0146a3844d665304d8aa7cabab1c2a421, '', 0, '?'),
(0x5ab9f1d0890b580f80a1be668a80e1b2, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x9d2ec22abc19981c4c84a4783c124290, 0xf07a0e065f382ba4836aad594c05f73cf99e553bbdf80fbbb7dc1f2edd9acd61, '', 0, '?'),
(0x5ac033fdbbd5582a5364eefc948300c3, 'wp-content/plugins/elementor/includes/embed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\embed.php', 1, 0x00000000000000000000000000000000, 0xef07844f669830abd56c7425b034e506, 0x24d24f2412c326fe7ac5c9e234dd68b51da90c5fff61f9cae517ed6135f34b0d, '', 0, '?'),
(0x5ac30bf55bf0b42c81f9431a888fcde9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\custom-icons.php', 0, 0x01d297d72d446a300a90504c260d67be, 0x01d297d72d446a300a90504c260d67be, 0x1ae75b18c290e16b11eaeffac10ea38ca62417130e24e55071cc7e09323d577b, '', 0, '?'),
(0x5ac38683d53890801a97e79505c0ac66, 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x63f894a224481cc078d726d447db4e60, 0xcec01984ae39c143123607554f8d392c07e40d8aa96bf3a4cd6f509dd6e873d3, '', 0, '?'),
(0x5acb33af4b3c6740799ae098cb9c21f4, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/GeneralTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\GeneralTab.php', 1, 0x00000000000000000000000000000000, 0x9f905e88ca6940fe2060c041e4a67bfb, 0xc19c277077a475608d52fe93f82a82c600f8b899404966ce30e6a83f9686701b, '', 0, '?'),
(0x5acca5332c9d5ec8d1fc4378b6547494, 'wp-content/plugins/elementor/assets/shapes/triangle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle.svg', 1, 0x00000000000000000000000000000000, 0xc4ffc0f34cf870ca9b2f35db371e993d, 0xdfcacbf60e7b03768748864b0ccc47ca41142046995e7f47a88b8beee7a23293, '', 0, '?'),
(0x5accb0541541eb0f01cf1ad8ce51fdfa, 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.js', 1, 0x00000000000000000000000000000000, 0x6ed81aca8b2a0c2210a691eb98f28b1f, 0x18d9f50eb44fd5ff5cf7a29a78731d6353e11fa7accc5e5190be05d7c694061f, '', 0, '?'),
(0x5ad5e3a5b01f5fb37503f8f1dbd2a66b, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.min.js', 1, 0x00000000000000000000000000000000, 0xb70e9f181789a4c05512c71dbbca3687, 0x2757dff9574d94bec0910d9f9ccdb0fbaef411211bc8c801d2a6d002787d83a0, '', 0, '?'),
(0x5ad707bdb2d52447a9910c6cb89c5127, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/add-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\add-source.php', 1, 0x00000000000000000000000000000000, 0x5fa4d2562c4867a14a2515789f00a729, 0x632560b0a9078bad16f0e6b7d93e15f7cd2e46e46dc86343109fde9111e28dc6, '', 0, '?'),
(0x5ad7fca2ede720323d5e620428d617f4, 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-cover-big-heading.php', 1, 0x00000000000000000000000000000000, 0x9acf1cacf21cb048bc7e24ee6b347601, 0x2156e1ce7585a4c2501e847d40153851bd1397b3c1b1e665676e96e54abffebf, '', 0, '?'),
(0x5add4837297aef75ab904e7822e08eaf, 'wp-content/plugins/wordpress-seo/src/config/migration-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migration-status.php', 1, 0x00000000000000000000000000000000, 0x0ed0db3f15fc2c71104c461a1e41a247, 0x7f69dd0cf7e8ec1cca4ca61b3e9415bae2f3627ed67a2fd635caa487718d93f9, '', 0, '?'),
(0x5ae79d2a07d4b7aa21f622451a9f4019, 'wp-includes/blocks/pullquote/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd7f299eea237bd9f5e2c6db5221e2d76, 0x2b2bad289478f7ae5b69414c46a73deaaee40268350cea0426897dda60be7a15, '', 0, '?'),
(0x5ae83caa338ca81cea0d38842c6839c2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c0ec8ca150f201512ddee0ad3944362, 0x46c363ab3658ce7d745fa4f50b9e54f6d5b669960eb72d15eadf387edc817a58, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5af7289c6438ad2e33560784f3214abf, 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-typo-configs.php', 1, 0x00000000000000000000000000000000, 0x42de2e49221abb7f75128e8b7d4b156d, 0x053400ecc5434ac38485526160fc1f83629179513c9b331366e11a735d1dff71, '', 0, '?'),
(0x5af96eb5640b42f8192af4e016744548, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-search-component-configs.php', 1, 0x00000000000000000000000000000000, 0x7ddd24ee0ff52a1c70fee3c490a22064, 0x3fcc318eaaafd9c2b6cb7ebe5ec0cfdd105466145388499767087acec4ea23ce, '', 0, '?'),
(0x5b02106842b378e661e5293aa5da6e03, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\current-date-time.php', 0, 0x3c0960854dcfcf6f5a71228f4d7e027b, 0x3c0960854dcfcf6f5a71228f4d7e027b, 0x0099664724b20588a97278da92854eed47de9dfeb6779db10e90fea33b9abae2, '', 0, '?'),
(0x5b04b1f6b420ca0fa9a8dd5cd1393926, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8997.3349b977d20d5996.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8997.3349b977d20d5996.js', 1, 0x00000000000000000000000000000000, 0xc8a4de5fda1e87798080f11b05b4e96b, 0x01c39d864620babafc531474d3ac40adfc08c9187e7cc66d7c0bd725af7fca9e, '', 0, '?'),
(0x5b10bd38c845bc059e3dea3185b324a7, 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.js', 1, 0x00000000000000000000000000000000, 0xcdde6c20b0d44a1c667c753aa79178bd, 0x081267ccd4e9146044258db0457108bed5fe27504836d4accd2b7b122c8c2cf9, '', 0, '?'),
(0x5b17c747bba4fc65f66127ed69e8adda, 'wp-includes/js/jquery/ui/datepicker.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\datepicker.js', 1, 0x00000000000000000000000000000000, 0xadfef5bbf7a8fd05ace23a3cabf90352, 0xd13a1e2a6144d6acc762a4b626c7572fc3d572427f706d5c357bb2923756b06c, '', 0, '?'),
(0x5b19784c417f82a01ef9c7990a435491, 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\index.php', 1, 0x00000000000000000000000000000000, 0x8ccdbdd3bbb58dbb2ca858569673007f, 0x26d6a9359d0b3049e7743140864bebfa217dc3db43c609c608a77fbe2666ced3, '', 0, '?'),
(0x5b1d5a453946351c2fe68b21664debc1, 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8bc3adbf9099a6678e3cf5cff53e8fe3, 0x78c686635c97d158798bcc301af7921b3293f521438aaf73f1116b97ba5c4e93, '', 0, '?'),
(0x5b20862f9c56170b8381d859f1db967d, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-add-to-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-add-to-cart.min.js', 0, 0x4cfe6b31e1a0c5e726d49b55f4921eca, 0x4cfe6b31e1a0c5e726d49b55f4921eca, 0x4186938c7cc969317e2025f92a7ee23e006aa7bb908aab2e6756a4decf740a0b, '', 0, '?'),
(0x5b215c59dccc649371121bf174f9ae6a, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3ef65913173882ab54cf5be9791ec3f0, 0xce7d769de78d2f6aa8beb8eda28592f6fa3bc2563562c108a9833b81c1567146, '', 0, '?'),
(0x5b22574fd1a0652495bffb797493849b, 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-post-structures.php', 1, 0x00000000000000000000000000000000, 0x7173f41e6e8f78504ec9a526b590d997, 0x017998edc4298da09c75026a7820a194fc4177c246a3e5699b9a685c73a5f577, '', 0, '?'),
(0x5b2370efca34fca89b461fa23ecc6d21, 'wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf816e56ed105658ff1ed09ba4cb81a37, 0x2115a9a0bb8f78ccdc3e4a102dab1396ecde4133976f3bf2a12b98802aa1ec4c, '', 0, '?'),
(0x5b2895c657e963a18ba8b5c0a40ee447, 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\offboarding\\deactivation-prompt.php', 1, 0x00000000000000000000000000000000, 0x692cee348a51ec7b723c6fd58e52d124, 0xe6ec463ccd389e0a9b18e30671b2930353f8041249bcecd420ce2bb0940e796f, '', 0, '?'),
(0x5b2a2853cce5d44ac719c4b2861bdd13, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Notifications.php', 1, 0x00000000000000000000000000000000, 0x2a643410a73270aaff0a9f0093f07bce, 0xf01d47e41805f1a0a6ef7f6b52825925c3404f774bc9d4ef3e1061debea39a9e, '', 0, '?'),
(0x5b2a6be956397ececc7b09b63db6687b, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rightAngle.bc8331151bb35dff81b255d23a2a04ef.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rightAngle.bc8331151bb35dff81b255d23a2a04ef.svg', 1, 0x00000000000000000000000000000000, 0x14806f1c8189d7a1be0f6dceeaecfb73, 0x70b2b02bd94cbe7fb450d39047db9b20d710857dc55c37acc3fe614c6cd88140, '', 0, '?'),
(0x5b2b562e11d6ae3f91424ff337231fd3, 'wp-content/plugins/custom-twitter-feeds/README.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\README.txt', 1, 0x00000000000000000000000000000000, 0x7d79c75bfe614a1bdc2fe24263c38517, 0x1239b18c8305bb900da1a3199f9391b9e4f77d47dec067385e269b8abae29bc4, '', 0, '?'),
(0x5b31e258ffb2c96a5dc88a7f76beed0f, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xb3abc21c3bea98b40e40a30a57f7c615, 0x044a92f0c7742d0999bc1ad7aece76ddc9f34729452b2a64de04123c7f518d04, '', 0, '?'),
(0x5b3544dbf4bab7a433c7cb0156d33962, 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\class-astra-edd-sidebar-configs.php', 1, 0x00000000000000000000000000000000, 0xa735304e655525a6896ddf13c1940085, 0x02a1cfbfd8cade9f2bbcbcfb49b75e95600d84b33ae36ae8c68c6a1fb5de3017, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x99543a276cd7292cc036f0ec50c81ad7, 0x1e1bbf721114e6afd8e9485d1ce28b794577462f5b305a33f85bbb869122c103, '', 0, '?'),
(0x5b386f803c8ca55f34b79ce180c85917, 'wp-content/plugins/custom-facebook-feed/templates/item/post-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\post-text.php', 1, 0x00000000000000000000000000000000, 0x953503bc152fdb253b41f78b4be5993f, 0x825af8471cf2b9fd97fd9f27a5d9fbf0c32794e9a1da14fdf1f8a38b18aa17c9, '', 0, '?'),
(0x5b39addaa5b46a9351bcacd683bf1c3b, 'wp-includes/SimplePie/library/SimplePie/Author.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Author.php', 1, 0x00000000000000000000000000000000, 0x099a075bc176c2e8cc3dc24795413272, 0x9b5546982c0e034f3b37895935563e4fec14da8fb4a4f1b46a9f0d7be8cd3703, '', 0, '?'),
(0x5b39fc4a3d0a7545004f160a5c50b0d0, 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\permission-denied.php', 1, 0x00000000000000000000000000000000, 0xf4ceba32cae87dd6f0e6c2cbef90f8c2, 0x5b2cbaf0973c58ee59797990ed7e45c94af85a3f36d90d7eb4ffd7a9b0f7e6eb, '', 0, '?'),
(0x5b49d5309a408f68b6b67613a964b30a, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/webhook-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\webhook-action.php', 0, 0xa2cd2952da886072a80b62f84ad96f3f, 0xa2cd2952da886072a80b62f84ad96f3f, 0xb06dc58ce08fa8696c7b7f25a54ac7124f53877bb10faf1002174362c3842da3, '', 0, '?'),
(0x5b585cc1892df1de8f0f38524f9a10c1, 'wp-content/plugins/backup-backup/includes/banner/assets/index.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\assets\\index.min.js', 1, 0x00000000000000000000000000000000, 0x588deefcd7fa85061d05223de60f2366, 0x042d7a5364d1d167dcd808cb54bb4a7f7eb429fd00feea7f88cdafa170c17c5d, '', 0, '?'),
(0x5b590f0d6adf847361da12ba7fd9181c, 'wp-content/plugins/elementor/modules/pro-install/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\module.php', 1, 0x00000000000000000000000000000000, 0xdb465a9bf13819318f4f3a0933baea4d, 0x5bf729d1cb54fd22eee12f3c61931001ca505c1756a7cf90310e321564195409, '', 0, '?'),
(0x5b6013fdf05f140346db4b9f31767f9a, 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/abstract-callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\abstract-callback-route.php', 1, 0x00000000000000000000000000000000, 0x3331c814be5862ef799ea4f63b7197eb, 0x674a8f7916b067941cd6e07beac2421f7115ff2e48a08776ddecdd5953beb6b4, '', 0, '?'),
(0x5b603fe53cdc46c01278a69e177b1ac8, 'wp-content/themes/astra/assets/fonts/astra.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.svg', 1, 0x00000000000000000000000000000000, 0x1a925c589443cd8e257d992737c1940d, 0x48f2f9452aea4e46ab79a77b7708676aa8749f43311800796e600f74b7a0fce4, '', 0, '?'),
(0x5b6a721e5420e68fd27d926f5703cfd6, 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd-grid.min.css', 1, 0x00000000000000000000000000000000, 0x3bf33fa647748a6131d72aca1e0d4a8e, 0xbfd7d46bf94f0461b72f69bcab4a75b23b710a3b2ca7a266a4a78d7c9195ae1c, '', 0, '?'),
(0x5b6bcb319abedf33d5f7f3a5c35c8001, 'wp-content/plugins/elementor-pro/modules/announcements/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\announcements\\module.php', 0, 0xb52cf38e5b8f33fb98c6bc0d75e8a0eb, 0xb52cf38e5b8f33fb98c6bc0d75e8a0eb, 0xe1b53701b7ee77844ae32b3ebd73ea63eea919ba2421421407f61526e38fffdf, '', 0, '?'),
(0x5b733a596c0c9ac341d16654dfdf8a4d, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0x5967dc05be459620f17826ea32506c5a, 0x045f38df64929c385786cfc4249464524eb493fa68ecc8cd70f77f899233ace7, '', 0, '?'),
(0x5b76080b697097eaf0c2685c3aa0e3bf, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-image.php', 0, 0x2cf2fca5ea4062216e2fbbd17ee144f2, 0x2cf2fca5ea4062216e2fbbd17ee144f2, 0x3461edbd80d7d339af47f4cede2141ae75b3238556e7c07d841657f1c16aa655, '', 0, '?'),
(0x5b7720e33dc9c8870bea334e92a2d851, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export/image-src-export-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\export\\image-src-export-transformer.php', 1, 0x00000000000000000000000000000000, 0x16ff25b073e687a9f2ddd1b656c22c1c, 0xf7b4df583fb94ae684e196fa604cc0d4e881ccc18fe38326afe02085d27cf5e2, '', 0, '?'),
(0x5b7a90f1ad07b87f50839557700a884a, 'wp-content/plugins/wordpress-seo/src/dashboard/application/taxonomies/taxonomies-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\taxonomies\\taxonomies-repository.php', 1, 0x00000000000000000000000000000000, 0x1e95f72f48882afac7476d6b49c4b187, 0x747c1d2f95f981eca9cce5a9a6daf1c87b516f4655b76ba9c022ba08f506b65a, '', 0, '?'),
(0x5b7d9bdaf8b7c4a0378f590bad4246cf, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\response.php', 1, 0x00000000000000000000000000000000, 0x493c50cb752c54a8493235db3d88213c, 0xd060fb1580922086ed3d364d2301e0cff3ed34612811a4904b7d829005969374, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0xfbce800e36ca41e7f72d33cb80b571e6, 0xac523d5dd7ae3ac9938da8bed1c88a9b7015e830e90bf8c183dced30cb9fe03b, '', 0, '?'),
(0x5b861d3cc43c0fa92047d9761c7fd768, 'wp-admin/images/about-release-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-release-logo.svg', 1, 0x00000000000000000000000000000000, 0x6f64ef5576cfbc2294644fac9ba73e9f, 0x012065e04e973340758f3c8df9b6f0b1e6fc355c93a1885a74eb1837694cfe9a, '', 0, '?'),
(0x5b8abc3efd63023a64d1cc719b55c58a, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/Tabs/SettingsTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\Tabs\\SettingsTab.php', 1, 0x00000000000000000000000000000000, 0xd41abbb6d46dfe0ebacc59da2b0667fe, 0xd92e47430ce8f7bc405786172b9acc4785ad34d2b03210391f1b037e33537cf8, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x9ff897e7c7069e95d4816f26a1fd749b, 0xedc385442905ed4b07f3deb47d8d0a08e5cd6cc65fd7413217a5ad1f987c996b, '', 0, '?'),
(0x5b917b7919110e1f58ed326af7f353a8, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\install.php', 1, 0x00000000000000000000000000000000, 0xae47ca8ff37cfecc323dfcf53f40bb73, 0x371fcf51a694cac3bb391b3f75465cba50d5a20c0d29d78a0443038feb52ffac, '', 0, '?'),
(0x5b91e31897a4716031f8dfea91f3ca78, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-runner.php', 1, 0x00000000000000000000000000000000, 0xef18ecaec063dc16c1d04011517a961d, 0x8485b802c233fbf11cbd2074dcedf432d71d5719d69822ed1314767af0c04a19, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0xb03bf8f613ad96906203c61ab11e178e, 0x46b05737f29ed4a90c8f2ab9f7a695cbbe602d6d7c8f229686e61109ec820387, '', 0, '?'),
(0x5b954df29ca2d9ef5b2ac9f6a3f96511, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/default-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\default-template.svg', 1, 0x00000000000000000000000000000000, 0x678a4438ab1083405d9cc891b2314204, 0xac3b14c1e03a4eaf539733adf863cff0e66aba03a9bca94ed523ae14ee9b0547, '', 0, '?'),
(0x5b96fbb10e03660949fdb11b5ebe4939, 'wp-content/themes/go/dist/images/social/tiktok.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\tiktok.svg', 1, 0x00000000000000000000000000000000, 0xa2202984a2d4dded57f4f8795e72e28a, 0xace665968cb3b717728cd5c878c90da77fc38a20ceebb05322defd1c10c59e13, '', 0, '?'),
(0x5b97949aaa1bd5e04e3708baa89da705, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-below-header-configs.php', 1, 0x00000000000000000000000000000000, 0x8568b1c4bc1d8d142afdc18a1493af0e, 0xc723930025d10db74e127df215a6eaed98a312c771540c88a5f0aa312bf751d9, '', 0, '?'),
(0x5ba04aa8b7d1c7c7f660a3e9ba58a8ff, 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\global-typography.php', 1, 0x00000000000000000000000000000000, 0x155d226d021ea3da01fe9f101fb28c9d, 0x6c2e13b9bcb9db114bfda40e6a28881ce66ddfddc21ebabd040eb3a9c8426a39, '', 0, '?'),
(0x5ba20ce724253bba04b9e1d22a56e65a, 'wp-content/plugins/custom-facebook-feed/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\email.php', 1, 0x00000000000000000000000000000000, 0x6ed72dce7b1b13aff0d93d78e5e33662, 0xb7be15d02753665bb8ee60d8368707efcf5e903d7fa9c10aa463bc61bea13118, '', 0, '?'),
(0x5ba50893c47859c97d98e6c46c0ed97d, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5ba8d62245f7b3f3d9f43a36780a99f5, 'wp-content/plugins/feeds-for-youtube/inc/Services/ShortcodeService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ShortcodeService.php', 1, 0x00000000000000000000000000000000, 0x35564ccb0ba0a96a3e5cafdd019799bf, 0x8d66ccbdbfc751472c797deb9cbb0b17789a9fd687264f5a08535f8683ade56a, '', 0, '?'),
(0x5ba973d946742a121e700698aa7f634f, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 1, 0x00000000000000000000000000000000, 0x7aaa297b0b158851b2a9bd961524cc1f, 0xd0f870ffa1a3e0a937552609012cc1e17aedc274553e3ebac3f19ca1362b253f, '', 0, '?'),
(0x5bafdb3ec53eac1713ece9747c2eab5f, 'wp-content/plugins/wordpress-seo/js/dist/ai-consent.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-consent.js', 1, 0x00000000000000000000000000000000, 0xe52140934177be17b8010225c3c5ef4c, 0x07a0b88dc5766bd493da7396d0f670fe40e0bb0da2e7a6a355897e88a4f4f16a, '', 0, '?'),
(0x5bb3dcfab569d548230c2434a056a284, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe0629131e922077b50bfcc328ef7ff31, 0xb383c53e5ac34f058da8aa32abd76767bf339773584de5d55c19bb01c5e0b8a7, '', 0, '?'),
(0x5bb4e22442072272160a823bd1c71fc3, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0xc875aac93ddb1459ecb8129044cc6f4d, 0x41044550aec2922e36598ea3281d37c8d13acd51c48177e41cca020308569cdd, '', 0, '?'),
(0x5bbef7aba4cd6d92324e37fa356fa616, 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-generator-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-generator-interface.php', 1, 0x00000000000000000000000000000000, 0x6158a1ef4ab8bc18c6a37a907729adaf, 0x640a56424beadd2206793cd8c25b60df0a509c59ab1f26b8a20490a64cf7e022, '', 0, '?'),
(0x5bc07ab7dc9d47933c9b7ffcb3a22514, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\README.md', 1, 0x00000000000000000000000000000000, 0x80f46e60d51c9e18e383ca4ff2dc0c12, 0xaeda89e883b40b25136839559bbb992ea912ee75049004d2608c3d2aef6d5447, '', 0, '?'),
(0x5bc08754dffc899a29ab0ba8b6c80582, 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/css/styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\css\\styles.css', 1, 0x00000000000000000000000000000000, 0xb14c9c788b9c0a863659a78f5bf73ff7, 0x7d4ccafa35fc414d9eea80d504284884fb465892d71669dbdd0f014ba10e135f, '', 0, '?'),
(0x5bc0bc41f930a4625be5421d19f91447, 'wp-content/plugins/wordfence/images/logos/shield-free.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-free.svg', 1, 0x00000000000000000000000000000000, 0x6d331c6b23bf1c5eb4961a1a2b57117f, 0xa34c6d030164f6963119a58f6120d7a34da75caf6d2823709d845e314d90f48b, '', 0, '?'),
(0x5bc799f61227ab21113a9b784a80432e, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/builder.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\builder.css', 1, 0x00000000000000000000000000000000, 0x72db1107203448116f531d211bc8391c, 0xcf3afe9619f6c6bff2513a95c03aa0f2c57fa0e14a6371cbe3c6462f12f09435, '', 0, '?'),
(0x5bca42580a03a4c251bfc502b19363d4, 'wp-includes/blocks/file/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x0ecb9a4e7410e3485298f3f3d09d8536, 0x27b279ebf78175ad323a8ecbfc75028d65a432ad3f1f31871c64c06336740920, '', 0, '?'),
(0x5bcbd332b488866aba8c08e70b8f56c5, 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-404-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x41dea91fdb46529c3f1d210bec3e33d8, 0xa9768fe924c6560ef2c2626728e012d4a474941706e4c18d46dee8ca3499d3a1, '', 0, '?'),
(0x5bcc96d922dfdbbc357301c0c52caaa4, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.strings.js', 1, 0x00000000000000000000000000000000, 0x1eb698e0f6135c42cf41f2bef369d5ee, 0x5a1a69309ee3a9354ea7cdbac62dd508bbcf035c3eea6ff73b423c7a05f7bae6, '', 0, '?'),
(0x5bcd0784d3bddd24a2716ab1675f3589, 'wp-includes/css/dist/block-library/editor-elements.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x5bd184e9be9fda061b7d3cff6a2beb54, 'wp-content/plugins/elementor/assets/js/contact-buttons.086261d3e9c4d8037686.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\contact-buttons.086261d3e9c4d8037686.bundle.js', 1, 0x00000000000000000000000000000000, 0x13aab30537df7b6df26f0bb40b01e844, 0x61f048448ba665de472f1239ceddc939fcb3c65857f0462d034897ab91861e3d, '', 0, '?'),
(0x5bd26770f748c92b120567683496d480, 'wp-content/themes/astra/assets/js/unminified/customizer-google-fonts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-google-fonts.js', 1, 0x00000000000000000000000000000000, 0x078977f2c82a1ae7d44db3282978fbf2, 0x437c4e624d3a36909cbcf43a42a9cd5a1051e63085fc72c86ddb8f357367bcc9, '', 0, '?'),
(0x5bd67b4c7ad28d374110a2c2d29774e5, 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0xd16e1809746996aeb8e05b448fb1e3fd, 0xf4af45d556687576cb6121c541cc68f1c4afb5d90d1552bb382a67753924177d, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0x246d14948673aaead3b6e9bd32b326fa, 0x99a1177b2577ad1a9bd62d3adca5f20f274af6778a6f24713b948bf7f84c8ba4, '', 0, '?'),
(0x5bdf630107f68f601d49a188292217a6, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-stock.php', 0, 0x77c744bc6dc2f4ad6e8a5cb6e3cf9434, 0x77c744bc6dc2f4ad6e8a5cb6e3cf9434, 0x447bb925a692bd2d0bf7c54ce23b9b422e64cbbde041dc8e0608ae48c0e0b448, '', 0, '?'),
(0x5be47a056b5b99e08115f06f60bab121, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/code.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\code.svg', 1, 0x00000000000000000000000000000000, 0xccba95016b6e8cb34176a427245727fd, 0xfe59e8bbfb1e81c294e6fda816820e9efbb245d66df5d4e28d2ddf03698784c9, '', 0, '?'),
(0x5be54a9c6d74a8c092822f0b803c9c35, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xe19a7d258919f70059bd2af6ff269de6, 0xa9963898bacb6aa7754eca89698c14d7b52fb0460428cb4a0baa9ab2f00200c9, '', 0, '?'),
(0x5be78943d98a65e2d7ab64d3f6d701d6, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-base.php', 0, 0xc25432d06ea777695485a83bde4138bd, 0xc25432d06ea777695485a83bde4138bd, 0x5bfc465f229abdf6600a877d8dd200754ac7a5845b02d9aea33be558d31c3570, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\index.php', 1, 0x00000000000000000000000000000000, 0xee78435336bf4c43e99d3221dd759d1e, 0xc1604bb6e7c4e4bf0479324dfe08d070196ccebe226100efacb09a74d1dea144, '', 0, '?'),
(0x5bf1d5842982c0c69a325db0e0f32945, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\InflateStream.php', 1, 0x00000000000000000000000000000000, 0x0d6df1172cd13011393dabf5fc56c6ab, 0x084091b1c7238f21cb6cca1aa8f186e0881d9505ae9ce8a0a4a0df1749950c28, '', 0, '?'),
(0x5bf41f720e79b472ea21c17d02a5d1a4, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x20f989203ba274b7e4e797387416755b, 0x822818d32020403be81a72f976414ea27c3f6352db884da1e40837f1bdce2326, '', 0, '?'),
(0x5bf6137d32a91d30edd337fef2e6f5e2, 'wp-content/plugins/elementor-pro/modules/atomic-form/label/label.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\label\\label.html.twig', 0, 0xdae3dd8b87e5657e64a5f3412602cd0f, 0xdae3dd8b87e5657e64a5f3412602cd0f, 0x6dc940571ba738db52de2b413031a95cfd61a33535ed5a6052b354b1a080b7c0, '', 0, '?'),
(0x5bf71bba160c0860a76478eb49ce840a, 'wp-content/themes/go/dist/images/design-styles/modern/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\modern\\search.svg', 1, 0x00000000000000000000000000000000, 0x6e2c11beaa896f3909e7690dfa35672e, 0x2d0283ce4884acf6e8e95b7bd8d22ca0311a52df36e83fe8480b928f1e19bc44, '', 0, '?'),
(0x5bfc5950ee2ad86316e75213a2e50ec8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test/NodeTestCase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Test\\NodeTestCase.php', 1, 0x00000000000000000000000000000000, 0xd8a6343bd92d60e251a792b1a0b55ebc, 0x0ae756bbad21651aea4e29fb58f0205b317b500848bc052ada911c3603dd2a71, '', 0, '?'),
(0x5bfd3cbabedb92b6985261f5022aa932, 'wp-content/plugins/elementor/includes/widgets/video.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\video.php', 1, 0x00000000000000000000000000000000, 0xc4494c42b332fa259966fd301486346e, 0xbbe7a89425b5b4e834e99aba01105314327aa482aa542667fd9bdc999371c66b, '', 0, '?'),
(0x5c05bf25e0f73f8c3e8899eddc650538, 'wp-includes/class-wp-block-pattern-categories-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-pattern-categories-registry.php', 1, 0x00000000000000000000000000000000, 0xa39311428abab0c765aebe7ca314428a, 0xf07d0f252a6a884175cd2102d79a4a188e585868d3048ee976b83ed9b8133e84, '', 0, '?'),
(0x5c154a7de59b09ce74034412724acea8, 'wp-content/themes/astra/assets/css/minified/main-css.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main-css.min.css', 1, 0x00000000000000000000000000000000, 0x86c6b541a36d850eea10fe3c6aa76212, 0xfafeaf49b1e320de017171da10888eb8f9b7739a7370fb96092857b3fd83956c, '', 0, '?'),
(0x5c16652624893149c73ed10894190451, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\twitter-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xe9807ec54fc00d838c916cf0179e0e2a, 0xea12d210ffb534ecd5f90bb781beed2c61e6c0cb309ca0c61f31c8d5ba8879fb, '', 0, '?'),
(0x5c16a1c98a364f2b74d6f5f76a52f87b, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_man_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x77322bfb363a2b74ba54d8fe96cbff40, 0x60770b2c82ddaf632fa6ecd93e1f42c7ea118e698a5f4b68b20c694d3f04e4ae, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x716394f338ae9ad445d712258cab2111, 0x09cd0548ea5f63dee89551d5fc588013f9cca484d58f4c010e73ba1916daadff, '', 0, '?'),
(0x5c1f50ad9fc12ab49ea811279fc0a101, 'wp-content/plugins/elementor/core/responsive/files/frontend.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\responsive\\files\\frontend.php', 1, 0x00000000000000000000000000000000, 0x5c31d13aa52479ce6d52078955c22629, 0x6fa42bb37229535dabe87d09a6d0dca523349314402c1f52457a023b7ec708b0, '', 0, '?'),
(0x5c2320ba3191aa6430ce4f2ec922a4de, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-content-seo-child.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-content-seo-child.php', 1, 0x00000000000000000000000000000000, 0x0b2ac3d19ce53c0da03f36bcb069181d, 0x410d77da660a4e4519220e837e72e1f742bbc76d9cc97604b6978b83b786eb91, '', 0, '?'),
(0x5c25184cb5756ce86702e00ebc6a2f83, 'wp-content/plugins/elementor-pro/modules/blockquote/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\blockquote\\module.php', 0, 0x479c9ee7ac37c9bbe90d6950d835c8a0, 0x479c9ee7ac37c9bbe90d6950d835c8a0, 0xfecce1a86f959db51837939a030341123653f9d430f2c54cdf4ed2a3f4378b48, '', 0, '?'),
(0x5c258f4d96bb2c8077b61f7626a449fe, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.asset.php', 1, 0x00000000000000000000000000000000, 0x645b85c1f79589421e71e68bea76bc0e, 0x0b2999a86123e10e7781d4f3032d54fa4728951bc1e9dc7099a716897f161582, '', 0, '?'),
(0x5c2e278d7f7d837170b4ac6cb78e03a1, 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor.css', 1, 0x00000000000000000000000000000000, 0x3bb717c92d139ead2c0da24d00a1858b, 0x8fcea7eb35a7892d1a281aadc7e01f8ca45738f7aedaecceda44ea551025cfeb, '', 0, '?'),
(0x5c2f1b4bcb3c1c728209ea7039c48921, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xf0434dd7ff578f90eb872c21689718ca, 0x5b61c7ef1841a3e4fca2ff1e6bd073159fcb1d25c2353e5b9b23a06e15cba2c9, '', 0, '?'),
(0x5c2f8e9faadf41662bcb38213e743f8c, 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.js.map', 1, 0x00000000000000000000000000000000, 0x14cee3017472c6aa6a672259c82b611d, 0xf65b19faccb98d476d1bcc02129781df85a2bb16849c51263fb6712f0c2f74be, '', 0, '?'),
(0x5c34716efaf237be7d62f29a32297940, 'wp-includes/blocks/comment-date/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style.min.css', 1, 0x00000000000000000000000000000000, 0x8daea75bbe6e83427d1ab71e39a73e3f, 0x2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe, '', 0, '?'),
(0x5c432f7bfc045fa3620bb8ba205b88d3, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\soundcloud.php', 1, 0x00000000000000000000000000000000, 0xbd5786e7b8a48665209f5e1d30bbee90, 0xac6951c7fc9a19a7bfcbd08dc520a4f7db21508951cf7dbb16fa54c4926577de, '', 0, '?'),
(0x5c44156e2591cb06be783772babaf255, 'wp-content/plugins/elementor/assets/js/floating-elements-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.js', 1, 0x00000000000000000000000000000000, 0x34b2fc87e06b53439a79fa1e349a06f4, 0x1159a3c1135df794849be6874d9b7667bf4e76dac42c05e02f6e78fae639709c, '', 0, '?'),
(0x5c46809e75126ae7fd1be8948388ed64, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/youtube-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\youtube-handler.js', 1, 0x00000000000000000000000000000000, 0x0975f7cc7f92509d931200113ff73e0b, 0xc61ec591cacfd557aead655e9ef332e1638ea87af064f7f8db9a0b56302869d0, '', 0, '?'),
(0x5c4aa50b80fd5abb498467d3488bd242, 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\word-form-recognition.php', 1, 0x00000000000000000000000000000000, 0x4d5635c3949725df2d818f06fd194bbb, 0x86ed910cfd8448b4890b6b275334e334ee852626db4d1afd3d94a8325544220f, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5c4abbf2c69303ebd646747cd44ba033, 'wp-content/plugins/instagram-feed/assets/svgs/twitterShare.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\twitterShare.svg', 1, 0x00000000000000000000000000000000, 0x8bf06e4edea407c46861b3595042223d, 0xde5fc64e4ba1fdb6560ef58dd86e696868d130925599a7e21fa9a11f6e59240a, '', 0, '?'),
(0x5c4cde7dd2f7e659967e06dc6c618aa3, 'wp-includes/blocks/gallery/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x331e4a9944d4f48446c4adfa7e32f53f, 0x6b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f, '', 0, '?'),
(0x5c521024fbea474fce8417ed088bfc79, 'wp-includes/css/dist/block-editor/default-editor-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles.css', 1, 0x00000000000000000000000000000000, 0xff2882d2cff2f1e59ba2a618caeba9dd, 0x41886fc3991b2358ebb743ab2ef6696f834d7ef60e8f16b989accf302db86ce1, '', 0, '?'),
(0x5c538b77c2cbb72cc7998be1db5957cd, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0x60ace30c63ef505111f163062527599f, 0xb91f3005e60ddeefd971ac7ea7be3354491b60131321a9c88e73dab87b70de56, '', 0, '?'),
(0x5c53b08dc5ebc2e18dc787b2ed36594d, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/ErrorReport.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\ErrorReport.php', 1, 0x00000000000000000000000000000000, 0x11fe68a606d94078f1d2f4a2624fd145, 0xed6dcd62e257cefa09858b45015161d3d72be8fe3a3dae2c11ad332e2b29a6ef, '', 0, '?'),
(0x5c5a16e1d22ca08add811ccc618dcf93, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0x56930336b6df8ef51651960d1dc4a25b, 0x9bbe082e99e741da8d820362a3acfc97e4927bb13a266f4bda93771874c01554, '', 0, '?'),
(0x5c6750f837cb0805a5cb0b281255a4d3, 'wp-content/plugins/elementor/core/base/document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\document.php', 1, 0x00000000000000000000000000000000, 0x1e2eca230f3c37203beb6a20cf75f5dd, 0x134bb34082a90009281968ce1080c4fa207f1183cb5f52228277764819a00000, '', 0, '?'),
(0x5c6d5b2d52ef942292a0caa3a18aa595, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-BlackItalic.woff2', 1, 0x00000000000000000000000000000000, 0x559dff2e84b3084d391a24366466a074, 0x3db76a7c2137518ce2bbc9f30271002476935ef521bf89a7d5985c2b82b70dbf, '', 0, '?'),
(0x5c6f18764d5814fe1eb3a5cdb11bd536, 'wp-content/plugins/elementor/modules/variables/storage/variables-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\variables-repository.php', 1, 0x00000000000000000000000000000000, 0x479c5b117f18897b0284dfc079cd4623, 0xf9d5cab7b884f5d48020635126231e98390b549a8692c81fe686065f47ad5764, '', 0, '?'),
(0x5c71614af728bfd66b99fda20c5ba183, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x39dd4f78a6c162a53560309d617f1858, 0x23891f132bb75be9e6f14f30f7fc92b5867c87904df4777e9ea9d4f97cd91dc7, '', 0, '?'),
(0x5c771fd44e0759b23eb2179c730ad01e, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\image-control.php', 1, 0x00000000000000000000000000000000, 0xe3c1809be4e7eff67593018ab6583feb, 0x7c57958a0da0027fc931b4488613a83c0ec379203e9fce4a78feedb3c6489294, '', 0, '?'),
(0x5c792b49c7a2d1d1a02cfd8f409fba53, 'wp-content/plugins/elementor/includes/controls/font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\font.php', 1, 0x00000000000000000000000000000000, 0x8e8269dbe05d7259494e730dee7bfd1e, 0x47083abf353b040a92ef29afdb61cd40e2808a4bb78519e895da316e3c45f59d, '', 0, '?'),
(0x5c7e2664a3da7ab7e63e6d68931c94a0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xcfe44fca8b411ac53615f394d150a355, 0x7c3c92e2799abb51216ee138a6c2a7cdec3d98ed035cc149ed780b60fb6c0f86, '', 0, '?'),
(0x5c7fd27d1107e25140081971e09f66e6, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\archive.php', 0, 0x8c62f936fbdf4e393f3edaf5eb43c9e4, 0x8c62f936fbdf4e393f3edaf5eb43c9e4, 0xad33fe16422db55c488f6e63bd200a7963a33396220d3ad32b8d8ec70028e0a6, '', 0, '?'),
(0x5c804a36a265beb01ae80ebb6fa12319, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0xeb1496a3ddfd1d7a3d9e4b1c46c042a5, 0x479a8c9fb8b34fce151d7554602629dba649ada5633b2df1fd761b1c6ca64a95, '', 0, '?'),
(0x5c86d2034570dc8fb050c6a216dd65e7, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0xfa5e4b13b531c2dc893c3df1e636998e, 0xeb38b28da3825c08df73742f73b8d61fc2dda7245c69951bd85594784f323101, '', 0, '?'),
(0x5c8ce023c2ecb6623f0f66d7b88b6f1b, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-style.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-style.php', 1, 0x00000000000000000000000000000000, 0xefb290c09ae01595ed7dec00cebc9d45, 0xcb1ecdd8779ccfdb1154c50abf68c978743d2856fa7af5ae6c89279c276573b8, '', 0, '?'),
(0x5c913b6c288c8d7d7a8e6f89bcea7950, 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\inclusive-language-analysis.php', 1, 0x00000000000000000000000000000000, 0x4b18c0d830dc0d1274d4b9b5cc77c285, 0xaa1c470ab0a4dc643206ab9e7ae1a1ce7374cb16de6af4f36f814382d29fa36f, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x5c91e461b36454b040f981b190a42e87, 'wp-content/plugins/elementor/includes/widgets/icon-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon-box.php', 1, 0x00000000000000000000000000000000, 0x5c562571b7935e83e0260cce69864bc4, 0x3e061f8ecdb5e454c1277e95d2faa01426000b515a6ba70b89b012439cce3eac, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\dashboard.php', 1, 0x00000000000000000000000000000000, 0x686d84e9323bcc6953a7c640ca92a95d, 0x6cdb4f57c26027a597bce7829fcf18322efb946094c0ac22bf7ad9d34ab3b13c, '', 0, '?'),
(0x5ca5e4ef0002bec0dfb055ab1376cd00, 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\light-box.php', 1, 0x00000000000000000000000000000000, 0x9f74f814e5b83c2874280408b0d81a93, 0xc0560f998be98361e3dfd6b5153f528f3f319a9ea9e0a4431f9d2b25127d1b9d, '', 0, '?'),
(0x5cae4d3f717a5b5fcab31acae267eb57, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x5cbd8a74b754e3ba29f2aecd07ddebfb, 'wp-content/plugins/elementor/modules/cloud-kit-library/connect/cloud-kits.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\connect\\cloud-kits.php', 1, 0x00000000000000000000000000000000, 0xa0efb6287c16797652590dae0c0790fd, 0x0a6304b118374465d4d75adc4ee60cce55cd86f28310aaa4bbf37a5b5999a909, '', 0, '?'),
(0x5cc3af2318cba5acef4b04060d225dc1, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0xaeec53bd9a6d88c24edff07a0d355b1b, 0x82b44f1e2653f92296d99f14379e0b6e27dbf8cce83e7e98826702b631453ea0, '', 0, '?'),
(0x5cc7c3a70f6cce7f1a369050f163fa28, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x940202b3d9f21cb2046f2276b8b153fe, 0x227ae3521b3f21c26114df0671d05ff2764350ed79c0285538c976613e701dae, '', 0, '?'),
(0x5ccfb0c3e2fe9c8c99db8773174dc465, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0x9793d6def33d9aadec6e94c7d4c6a4da, 0x0d6e2e0a6408e199f04cf322e72f8370e1cd1e280f6b4285165455af3d5bfe81, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\revision.php', 1, 0x00000000000000000000000000000000, 0x321861af7336d649a65155c4a1d8f9d3, 0xcee367e687de43ce7a04187351fb84a7a0df56c6a2bc5d77710a39ecb19ece65, '', 0, '?'),
(0x5cd920a06555f97ec9983a1447570ce8, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Imagechooser_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Imagechooser_Control.php', 1, 0x00000000000000000000000000000000, 0xc68fcbf1be6fd75a9bbeaec1ebb7a6f7, 0x698f1a1a9613cd37e60913efe5d5360f4c79fc55ab300821b6ad20825ec36c67, '', 0, '?'),
(0x5cd9d6e94d531ea1db410cb7f9f21acd, 'wp-includes/blocks/term-template/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa166f48b596b3268eafa302058e0166e, 0x6a2e3afdc9e2cac94f9128283ecf4981972dc703dd40a0c747cbd374a8a40184, '', 0, '?'),
(0x5cdbdb53436cb950995acf6a493271cb, 'wp-content/plugins/custom-facebook-feed/templates/item/date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\date.php', 1, 0x00000000000000000000000000000000, 0x9cde19656752c7060b9cfcbdc92743dd, 0x5d709f74916c85a7b81fc3da5e2dfacfb145c59f1f17f94e954c6511cd49fa19, '', 0, '?'),
(0x5ceac14c8310e2e4a2dd0d6eb869f8ae, 'wp-includes/blocks/template-part/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0x5cf1a76611c5bcdf823ef54648f913af, 'wp-content/themes/astra/inc/assets/fonts/ast-logo.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.woff', 1, 0x00000000000000000000000000000000, 0x267732a117a1ceb569f5da69d09196b6, 0x7a7495d8bb2b99f4ec716b3b503670def6aebb3d2a7838cfdafe7e199c1057e1, '', 0, '?'),
(0x5cf3c54c14658b950fad2ff0f59c73e2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\GenericResourceOwner.php', 1, 0x00000000000000000000000000000000, 0x5680e1c8c93e748a85c09890119e9e1a, 0x3c070d51a651563bbea17c4a1c523e523c50ec3fa0848a821388aed4025c38eb, '', 0, '?'),
(0x5cf458bc466000683657870250ced654, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\StartsWithBinary.php', 1, 0x00000000000000000000000000000000, 0x0017b4e27ad9a3cea5d30b43cd4ec409, 0x91f3f92fa3d7957142abadd0e573d9a76ce1e842fb1ab933c0932894bf40e48b, '', 0, '?'),
(0x5cf9eecd97d091550c6580a83ac9ce29, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x466da75323dbb7003cfa36e0ecd9da2d, 0x0d26d167944c7fdd793c3e10fe9413a4dada4d3bd44bd3177581cbc5cac166a6, '', 0, '?'),
(0x5cfd5646f94cb23e074d4ee988539af9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Client.php', 1, 0x00000000000000000000000000000000, 0xc6672d2fdb140b9dfba9effc0d252c6e, 0x6798bd9f8add1aae4c04025d4fd332f0c0af1ad9a2126a6be3c58032c9fb8dcc, '', 0, '?'),
(0x5d0392e950ee042583d64139ee124cfc, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreContent.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreContent.php', 1, 0x00000000000000000000000000000000, 0xc2657ec3e6ff130082c4933b5ec1a549, 0x0cf26258ea4cd09618f54e6790c863ae94b1c406dd174f027994e82d1bf0b471, '', 0, '?'),
(0x5d07b94a2a10c69258c0ba52451216e1, 'wp-includes/block-supports/dimensions.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\dimensions.php', 1, 0x00000000000000000000000000000000, 0x93557af21ca72f1a1f3b6e277a5146ec, 0x173a998c61f88e152e393d107d607c6ed1e3dcbd697b42b05741c612684b4cb5, '', 0, '?'),
(0x5d0a853e7f78fc1ea6dd0ff103cd8572, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Education.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Education.php', 1, 0x00000000000000000000000000000000, 0x4b9b4d84c9e1cf0b575b31aff762658f, 0x6229cabce00bce9d60dd07e68984a7b8950414de2cb3d628c45e5671e56255db, '', 0, '?'),
(0x5d1134ab1b6afa5efa7793cb8c918ed5, 'wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\data-tag.php', 1, 0x00000000000000000000000000000000, 0x8421ad6c8761650cbb4e8750d7357bce, 0x1a816825f4a5900d7b087dd1bc8a8785b3883e854df6383c96975dd3bb28f6be, '', 0, '?'),
(0x5d12e51d08f1186abbd19b6cdda5b2fb, 'wp-content/plugins/wordfence/lib/wfCommonPasswords.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCommonPasswords.php', 1, 0x00000000000000000000000000000000, 0xdd6e3065e83313ea44175629a2e75645, 0xc0c377f39033b5ab29e297484f66f5b64dfa2bd11d775c1cc3f110fde8fffa05, '', 0, '?'),
(0x5d191bb457096f684979c01e7a23ef01, 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\02-subtitle.json', 1, 0x00000000000000000000000000000000, 0xc03ec194882bde1b52b7a3cc9bcc55ec, 0x53e745057ce8c0a2c233192c3fe73d9980ed5b17251ac5d8dc5fe1a725c652a9, '', 0, '?'),
(0x5d1aca31339031d71dfaeb506afe0d6d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-aggregator-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-aggregator-watcher.php', 1, 0x00000000000000000000000000000000, 0x8886ac938dd712500bf45562765b6dc6, 0x0f5261b1f15f5925e5860135b1f4ae3893bf644d31722367a261794e20abff5b, '', 0, '?'),
(0x5d1e428bbb62dc1c36e5c244b6eb64da, 'wp-content/themes/astra/template-parts/content-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-blog.php', 1, 0x00000000000000000000000000000000, 0x977ac4d005e4f531bb5832a857969b04, 0x41629a466843c64525c29ea1db70f20216cef41667d9f24229a40e077f69d67b, '', 0, '?'),
(0x5d242f08691ea87716cd1bdc3efeb8bc, 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/about.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\about.css', 1, 0x00000000000000000000000000000000, 0x839b06734ae58d43e00dfb741df42014, 0xbde152e47c8ffa5ed394af11f3fd402022f1d80f2620a61aef4fde9b86e9745d, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x5487603647a566321128c01126a20dc0, 0x5ca389c327f2c4d6a08e94be23e52fc825b07a3b5ee057e5f0740429ad83469a, '', 0, '?'),
(0x5d29ab087dc19098fe81550a5cd03c80, 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs-markup.php', 1, 0x00000000000000000000000000000000, 0xd13629bfb230380f0c8a59e25822a355, 0x8b60056a1bbb0e4441017d58fea6a7e12eac82bea9115ea255acbfaae946e635, '', 0, '?'),
(0x5d2cdf5492df751451945a574933c022, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/theme-builder-customization.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\theme-builder-customization.js', 0, 0x421f8b3bc46b85c5e2b3db14296d14b7, 0x421f8b3bc46b85c5e2b3db14296d14b7, 0x0b5dfce6da5c03f310d04913a04835311a0d9c0a5b514249eabb999717a4b08d, '', 0, '?'),
(0x5d352ad00f79e64929d33ea1f7398fdb, 'wp-includes/blocks/term-template/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\block.json', 1, 0x00000000000000000000000000000000, 0x635d97fe5ecb9b847626c853ff6a1684, 0xf8c3c90f6707cf502db6140a31c3b7483b4b4083474af2e265694a94932a9072, '', 0, '?'),
(0x5d35fa39dce4002f3ac6fddfe72f4b79, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/styles-ids-modifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\styles-ids-modifier.php', 1, 0x00000000000000000000000000000000, 0xdc047e9bcf3084ec35a0baa0e17d2968, 0x545aa45ac39117dcdb4b4cbc9ec669a6b532a060a51e25fa9ff4f50c076b8646, '', 0, '?'),
(0x5d39c4e3b47f2926b028b9a51ec451b6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-reviews.png', 1, 0x00000000000000000000000000000000, 0x3211fee1c8dd053badf3249713a14f97, 0x844209899c70c08d7e5b57025686206ff11810ee4a83bf153f140c39465a13d6, '', 0, '?'),
(0x5d3aab9f0ac0e5e3f667ee3630cc1b41, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\abstract-post-seo-data-provider.php', 1, 0x00000000000000000000000000000000, 0xb1b8dd6109726f4ccd24997dda24e2ca, 0xc9d0def2bc06b0ca2ffc2496ddc13ca1ab80640ca788eb319a95ce36510a1607, '', 0, '?'),
(0x5d3bc01e752b461c2a760f08c4576a0a, 'wp-includes/blocks/post-author-biography/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style.min.css', 1, 0x00000000000000000000000000000000, 0xd5067cc6191e2c50f84a84f270a162af, 0xc3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527, '', 0, '?'),
(0x5d3c61c81cee1d5b34aa72ab673f04e8, 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\seo-links-repository.php', 1, 0x00000000000000000000000000000000, 0xd985bc058a9c87811ac951d8526bb762, 0x12bbede60c4f71bea61f2fab7343bcdd4b7d7025f3e010cf7a9f2f9f2cbeb126, '', 0, '?'),
(0x5d3e2eb4702cc011b412f20da0a07b86, 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.js.map', 1, 0x00000000000000000000000000000000, 0x9a033eeeae6cc2bd2d130ec05d15e90d, 0xee6ffc7d44b890916366f0c0d6b7aaa0d0daa51737c73962027ad91dd98b3fe0, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff.php', 1, 0x00000000000000000000000000000000, 0xec5feac05547d1ebfad4408938ca0068, 0x4eacdfdd6b3d928f25a00943b70fb6e35c9f45e02e87ddcaaceecb53b928f244, '', 0, '?'),
(0x5d423a0ad5ebf481f80c4d1e6aa1564d, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/feedtemplates-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\feedtemplates-popup.php', 1, 0x00000000000000000000000000000000, 0x8bbc202107fa268f683cf39def54acc4, 0x67c9ce0a194d1e543fcf66f96ec328cf17c20aa6e94653982a9adc9cb74ca23c, '', 0, '?'),
(0x5d44dc3b6c5b3a86e04bb4e7f69ec2be, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/render-props-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\render-props-resolver.php', 1, 0x00000000000000000000000000000000, 0x42d2cedd5c20bcf9d22f68909e107e30, 0xa7b65025b1fc210c220a81db3dc53451d9ce6c5adcf3570866a9d0448be56026, '', 0, '?'),
(0x5d49e13f9d71e716090e7c9bea4dd78b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200616130143_ReplacePermalinkHashIndex.php', 1, 0x00000000000000000000000000000000, 0x20cd078477e3513e290d49bd46961624, 0x0ced15d2c920f00679d86f4748b0c3951555584422b199280a6dd3e72a6d8703, '', 0, '?'),
(0x5d4ad9ff3f70c2749383192c6666c738, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/main-background-image.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\main-background-image.png', 1, 0x00000000000000000000000000000000, 0x1a95f0fb9a3f26c51edf7044f976ebca, 0xe31c96a15b14bd81a909cbd2cb666317980848aedfd7c174948a8f0963f4ce52, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x51300497928562f8c86c7aaba99237cd, 0x3b59988752892fc6ff0895058e1e0828b2763076e01473614479f6a1fcbdeeb5, '', 0, '?'),
(0x5d50c5a7f5ce2d3ebc04f465e4736fae, 'wp-content/plugins/instagram-feed/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0x5d512ea4c7a3f0486781c78feef16e76, 'wp-content/plugins/wordfence/views/scanner/text/issue-checkSpamIP.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0xad16736e1c08b50a71f4bbfb792599bf, 0x81186adc487ad0f59570e135e94dc0a64b06d277b4ea6ce5de6563c327c128bc, '', 0, '?'),
(0x5d52e575f1e14023a2f605aa574bc7d8, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/color-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\color-prop-type.php', 1, 0x00000000000000000000000000000000, 0xbe16f1428dc849477003385cd326809f, 0x0053597c05ecce34c77c30d4bfb92faa4916a5273281fdf183de65283078b116, '', 0, '?'),
(0x5d5742741f2ee8c8d5799f33e14dedcc, 'wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\error-404.svg', 1, 0x00000000000000000000000000000000, 0xaecd87cd509729e5d9c88a9ee3e2669c, 0x2e07b2cdc39e2291a61efa1b6d96ea72bbbfc2d983a1ee7c5d8e6012ca5c6382, '', 0, '?'),
(0x5d5bf0053e69495a8347c467d9211469, 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.asset.php', 1, 0x00000000000000000000000000000000, 0x086200ea77cd07a381f2e33fd6612648, 0x2fa3b6144a8e78bba3e2572370d4cb8346273b0376828bddd37c32e605a4c1ac, '', 0, '?'),
(0x5d5ca05534290d7caed25ebc5dab91d3, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.min.js', 1, 0x00000000000000000000000000000000, 0x180151999c2c070ca61f62eacafd5b4b, 0xa86d9b6fc3af189dafffe4f906f76439eeb1b37c4b3e2cd7e89181cba6d18181, '', 0, '?'),
(0x5d5df5c5a0af880cd091074ed8639d44, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0x17b52af44e82bcf5ab4dd941f9abf7da, 0x0ffa527ce6fd06cf65c4ff03d6c0a3efde1a1489d6289e5cf9cdacf53c2191a1, '', 0, '?'),
(0x5d646ebf9a441bbb413ca6a1ee0788d3, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x5d68b262f56da22c2d9e36f8ff3635d9, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x5d6e114353ec0e1ca31b1bbd0152aecb, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0x946e18d7fdcce78a642ba51c12190858, 0x7a91c6dc758d491ad879c2ed6919fdec80a33df4d18df2dfab256a6dbdcb90b6, '', 0, '?'),
(0x5d705894ce4767251f6a0b00857d4199, 'wp-content/plugins/elementor-pro/modules/wp-cli/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\module.php', 0, 0x62b3559c7b55ddef2c0aa963fbdfb1b3, 0x62b3559c7b55ddef2c0aa963fbdfb1b3, 0xaef17a5fff5c562115aa541cb45ae9fc446097bb409f3be6b9eb2df891fa706b, '', 0, '?'),
(0x5d746d54f7cf94b26c5d184b046bc4e1, 'wp-content/plugins/elementor/assets/css/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x90aefc69ae6c37ac3a9c3a3653c87f20, 0x4b0cc67e6700921c2d096219ebbb6838323cba8270d7d5eb16ab2027bf613300, '', 0, '?'),
(0x5d75734dc1edecf4e7a4a24f9793c5a2, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date-time-before.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date-time-before.php', 0, 0xf0e90f58ee30f6b02f6a2b2e830d8b3a, 0xf0e90f58ee30f6b02f6a2b2e830d8b3a, 0xc6fefdda7f0bc975ad2ee1b4d687286a492ed435b68ac8ae15ba7376ed14a7bf, '', 0, '?'),
(0x5d7fd3a5f31ce3a5c09ed4664c0c469c, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/combine-array-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\combine-array-transformer.php', 1, 0x00000000000000000000000000000000, 0x8401d50d82239257b53bf887b2fcd2de, 0x700373e48c4cec8b377d975432b1f5d6ebec322d43faface25919c0e07c8179c, '', 0, '?'),
(0x5d82a49d6e18bc6295c1bd05b316781b, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-query.php', 0, 0xec3eee199bfc0d196652cc2ac4bd56cb, 0xec3eee199bfc0d196652cc2ac4bd56cb, 0x34f4f5beba2427a8fea4f236f07277bc984fd4fa34e952a81ad866385a443925, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x64fb08084cce74adab3c030491aa06b0, 0x4cf37d4bf6c2665cba41bc52e920efc5ad0cb9289873a1d6ff69f77bd2c7e455, '', 0, '?'),
(0x5d8c04ee412f3f1e1af55e1621bc5394, 'wp-content/plugins/elementor-pro/modules/sticky/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\sticky\\module.php', 0, 0xe2f1f7e60b416ca6f02fb76883be2406, 0xe2f1f7e60b416ca6f02fb76883be2406, 0x0bc52a201d68326552f051c0a8e23dc7fca81dd611224dcb65c663539af617e7, '', 0, '?'),
(0x5d91ee8d9d299481af26afdc24835950, 'wp-content/plugins/instagram-feed/assets/svgs/fullwidth.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\fullwidth.svg', 1, 0x00000000000000000000000000000000, 0xb39b71cb186b83af4a7aec3fec316d0f, 0xe374f4ced2e3578b59f65569ad2eb3935d0e20b82187b41655bd2d9937c0555d, '', 0, '?'),
(0x5d92cd3e8d9d51e3d300134896b7bc5e, 'wp-content/plugins/reviews-feed/assets/icons/facebook-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\facebook-provider.svg', 1, 0x00000000000000000000000000000000, 0x17b573894ed72c1303e934d6bf56cf2f, 0x4801f4f932fcb3352c9d237b0f9878716b04d336ecc10fdc6115783bb44857ea, '', 0, '?'),
(0x5d9ada61b240933630e95a28bcd2de18, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0x00e4089b40202e2d0ecd4bd81f75c3f0, 0x7b0b1503adb4f9f1c53255d393ca27a6233560ffe6656d66e06b8f5763594dec, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wp-seo.php', 1, 0x00000000000000000000000000000000, 0xa1df61eb3908d65399902a308240d6bf, 0x3f63d2b17f28a4a9c5c9ddeb83405019d6e2523b8862a1c1ec53105a957a8065, '', 0, '?'),
(0x5d9def38392e12914ca60db3a1276a13, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/insta-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\insta-icon.svg', 1, 0x00000000000000000000000000000000, 0xac3c0cb4b059a95fe8b0a917b62a9c5e, 0x87e8cbb061bce479c1d21a7a5e9d15ac83fd7717c2add8e6a16719165f9de2db, '', 0, '?'),
(0x5da19b66bbf2d9a5f1964ae40291e90c, 'wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-elementor-pro.php', 1, 0x00000000000000000000000000000000, 0x3720ef4e945dfb13a592731507ebf4e9, 0x7e40aaa727ed8d192838c05b7be389f4fd1a4a680bdec791933225898afc37f3, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\menu.php', 1, 0x00000000000000000000000000000000, 0x3b0b9e98c48cece9ce783940e20f4a2f, 0x79ede7e63ba75ba83e616e5121d05e792a0ba89c865e0d992ec5e27dc0eab92c, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0x5da6251c803a3b6bb93976106e8a35fe, 'wp-includes/css/dist/admin-ui/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style.css', 1, 0x00000000000000000000000000000000, 0x6bfd31aec9c36b3ba907dd1d492ade12, 0x20b7669c25ecaeef16da9ee8ef926183836e370eb093c4772a9ce6dabaef8def, '', 0, '?'),
(0x5da765db3353d36cad75eb28f9598089, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon2.png', 1, 0x00000000000000000000000000000000, 0xacf1ef6897a0057582c91e4b18d28b83, 0x05da11b867c818c0f89497902295be7a48df78ea918926a15d2fd8f7de87cac5, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x52fdd1687130d18ede40d59becd27c6d, 0xebeffce9b73130f0b15053f8dc78e013b5c24dd004fabbed724510c750d9223d, '', 0, '?'),
(0x5da8e7a3c5d8b386ee890147783f2b92, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-flush-local-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-flush-local-fonts.php', 1, 0x00000000000000000000000000000000, 0xe69efee95c295bd6d5b45b84341f5281, 0x4b7b463097309cc7fb93be458984b97dfeae692eef53c2c92021d642ac85c508, '', 0, '?'),
(0x5dadd1aeb2ac25ff425b2347c964a76b, 'wp-content/plugins/elementor/assets/js/9832c866a8fe9b51f9d2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9832c866a8fe9b51f9d2.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xa2bccd1faec9b7302e0f02e74a674c38, 0x068d6df7b6a6091696d7b8a8937217eef5215ae493ae0611439c44d5877894a9, '', 0, '?'),
(0x5daec68b93859c125dbf74100690c7cd, 'wp-content/themes/go/screenshot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\screenshot.png', 1, 0x00000000000000000000000000000000, 0xc105f308a2dea55b7fefa65010ad3073, 0xcc37f22c62663ee406dfd5c532f751da7c0f9b53da17902679b77432f635367f, '', 0, '?'),
(0x5db01de6df38f8a4e371bd604c9ffdec, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xe2838f050352d7d023b67f3f154496bd, 0x5282226e4a17ee6bdb59d08c2ce4d1b586c7834e448324dfe5b34dc4fda79051, '', 0, '?'),
(0x5dbe86e9c4bb54f26d5fbdd2e9f9f802, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platform/logo-dark.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platform\\logo-dark.svg', 1, 0x00000000000000000000000000000000, 0x0a0406bb16d3eee32b4683fe4c135fb8, 0xbd9116369bf4c16473d4584b9a33e4ac4b9e0bff0476c67a7113e40b4ae88395, '', 0, '?'),
(0x5dc3b05b782b8571fc1d452f00f1064d, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-heading-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-heading-font.php', 1, 0x00000000000000000000000000000000, 0x9e0be7396a679b98b34aafad7ef26d87, 0x4f04c62e2b9e3ecdeb2888d862f78fb98edc54e982e14fe7025af87374f868bd, '', 0, '?'),
(0x5dc9426354e80f0f440c2538a508112e, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x5b57d7a80480c3f1e9b839ec56a8527f, 0xae993e5518336296fbf0b1e0a8e069b5c569d0a72c3e90f8e2022569cfc9be3e, '', 0, '?'),
(0x5dd06033246eee1f60ac5eed5753c9d7, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-planner-endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-planner-endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0x5d9be25991852ae9b8a415a09657b378, 0x76848bb6969af483f7f4f73044208fe0c92ba558eb7e316b556ef196e67ecd9d, '', 0, '?'),
(0x5dd089eb7d2dbb4828655602805965ba, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xc83583e3c41f6956bc60bd56659d2957, 0x18aa9a8c5fb80196e60a805d079fb04b4fbfa675c159f283d81946e2f42937da, '', 0, '?'),
(0x5ddb3cbf56da16f54f1456ba486a3fef, 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\controllers\\class-astra-builder-ui-controller.php', 1, 0x00000000000000000000000000000000, 0x37d03155b566b384de7187bd33502400, 0xffc7abe193d7b25f1bb09d66cf7cfa1199b8b7d6927a1b44aa93e9d497f75e89, '', 0, '?'),
(0x5ddf4c0ee105b5265b9552e716800fb2, 'wp-includes/blocks/post-content/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style.css', 1, 0x00000000000000000000000000000000, 0x42e85ef49619f28e8e7bf29a56352a4d, 0x6cdb70c5dc5b78753fc3a6e9011a9f4bf3f957d7366405747d3157c6366f6860, '', 0, '?'),
(0x5de4b13fe8191be464b7775e87620dc9, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\first-time-configuration-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xcf28816f664ade5cef5b2d49a4c33237, 0x5afb0ceab6d3b1421d341c8337f5c8ea0f3028ad5df6ab2165ec974cb4f6e9fa, '', 0, '?'),
(0x5de74ff635298192bc092577b1f7a664, 'wp-content/plugins/backup-backup/admin/images/right-bolt.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-bolt.svg', 1, 0x00000000000000000000000000000000, 0x9b6d44caf6c6aecda83eb713ca5d92f5, 0x9b30d882c69adb33922af206572aa04bb3bcf275f270d7849edd23f529d00f02, '', 0, '?'),
(0x5de83464fb1d39b4c0e043c43c739333, 'wp-includes/blocks/video/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor.css', 1, 0x00000000000000000000000000000000, 0xee042cebae587fa485281179f9ea7ac4, 0x8d28504cdbd1e24989e53e2ea4223c327ffac7bd9928f0599752330b7308ab39, '', 0, '?'),
(0x5ded81f0f3e69149f698013b2f733965, 'wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-page-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0xa927fc9cccec441825da8bc9b7913ba8, 0x400d4b12794e7c60ddd129ecd5ffbf4c7f682f1fe3f451981540356497620fc8, '', 0, '?'),
(0x5df1998bb3fd45452bf0e7ce3c112d89, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-cache.php', 1, 0x00000000000000000000000000000000, 0x6f948e00d252233ebd5d3b2be8861ca7, 0x6bbb3887c8376774c8c60493e35326726e10c466ebc7083b493653578349e17e, '', 0, '?'),
(0x5df5ecd2733471b701c06bbf87dcece7, 'wp-content/plugins/elementor-pro/modules/display-conditions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\module.php', 0, 0x1078cb1d20f1120c90d1f47e36c7a46d, 0x1078cb1d20f1120c90d1f47e36c7a46d, 0x63e3b6c385b88a205e74ef9add46c0c11a1896cfd9172a6e1aa53eb5a8f383d6, '', 0, '?'),
(0x5df834c6e96fa0288dee01965c4ffdc4, 'wp-content/plugins/elementor/assets/js/8277989eebcfba278cb0.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8277989eebcfba278cb0.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xfe78af7f6a9f8a143dc13ac46bd0c0ac, 0xc082268f6e90bbc843927c71a99bed33840cb295a75b682e2c3d7653fde0aa9a, '', 0, '?'),
(0x5dfdbde6e9e121cb9f1622243187453e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\HtmlDumper.php', 1, 0x00000000000000000000000000000000, 0x2bb19b7ea21a0e1ac591497157ce353d, 0x4347b991f2aa057df01bd04a40ee05c18774a9d911a2e7ac816a852ba15cdf82, '', 0, '?'),
(0x5e11ec70656dd1decd95727f8702c46d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/screen-download.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\screen-download.svg', 1, 0x00000000000000000000000000000000, 0x7506b88be9b2c44e9d4225e12297116b, 0xa4523684a1375e2954e2b30dea839c6a49028d8433e3a89c897228f4ba35329d, '', 0, '?'),
(0x5e11fa70f20daba964b3d03640c411b2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\index.js', 1, 0x00000000000000000000000000000000, 0xc3eded24d5eda94891c68f9794cade6d, 0xaea330fbdb51d12c20c1c77f93fb6bb1757d4aadeea740f0cbf93a8fd213d8e9, '', 0, '?'),
(0x5e2224789cfd1dd2d4ce33c05f772617, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-8-render.php', 0, 0xcc7b70a0beada1ae36203dd1aa9acbe5, 0xcc7b70a0beada1ae36203dd1aa9acbe5, 0xa1db8fabf8e5a0ef83d0635e763b652debf8bd303d98a6619a2a542a547466c8, '', 0, '?'),
(0x5e2653e9f90a3073fd56d325a403da91, 'wp-content/plugins/elementor/assets/js/section-editor-handlers.53ffedef32043348b99b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-editor-handlers.53ffedef32043348b99b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd3ed1424661bedfb0c3424bd1dfbfa1f, 0xc76a2d03f2d01ba0a109b45afb3e6eb25a159f0cc5d99235abded4e1657e4038, '', 0, '?'),
(0x5e28e2ec1aff5aa6856568aee4040e0d, 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-sunflowers.webp', 1, 0x00000000000000000000000000000000, 0xb0a9ca9a76d79fc738ba623d0ad467c1, 0x5c3a5c14f0d472093247e9e08f0b56b114ec8f650ca96fed11e7abb912452b8a, '', 0, '?'),
(0x5e2aaa052f7df5efd4c5be493d7daee7, 'wp-content/plugins/feeds-for-youtube/inc/Services/ConfigService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ConfigService.php', 1, 0x00000000000000000000000000000000, 0x34c4d80d6519f5e14fb9323295275ede, 0xed7eb0a138464d954ee4ba7b36b317b330ca32f787a55e4933c8da7c8e33d2a8, '', 0, '?'),
(0x5e2d6bfdfb2394d55428cdba54000502, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Analytics/SB_Analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Analytics\\SB_Analytics.php', 1, 0x00000000000000000000000000000000, 0x8c7c7764725fc03e1d4a34bb7ba5f91e, 0x57474ad387730e1ff0f307598a7dd1c6d8553bc995b024de437d561029a971d2, '', 0, '?'),
(0x5e2f7d419453f140c37b3b02386b41d4, 'wp-content/plugins/elementor/assets/js/e1cb4d726bb59646c677.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e1cb4d726bb59646c677.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe5b7f07b2c41283fa65eccb87aa19e01, 0x25ddf86a894407e77a242cc4ead789b48afec8edd7c4fd8af80932f7ed612280, '', 0, '?'),
(0x5e31dc3abdbc5d8291fb35d193f67dc1, 'wp-content/themes/astra/template-parts/blog/blog-layout-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-4.php', 1, 0x00000000000000000000000000000000, 0x81f5ce7b1aebe6c99a49a34ad1e1a3fc, 0xbeb35f478fc86345b6bc01c4126adb8b7358875355de5b3477ff9c3fd6c98434, '', 0, '?'),
(0x5e3560788631ae207eb87be68e4894f5, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0x5c80ff61bbd2fbce5c4e4ff9a59e1e61, 0x5fd04791697efa193b8fbe57d52de204e2fa5a6eadc00163373e2c1d10daad64, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\about.php', 1, 0x00000000000000000000000000000000, 0x219a4e201e9d829ad939e2336e446c02, 0x7297beaf523839e33c863b3969316c955ab28d8c51faec6f0f43231df15996b4, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xd5f418965b61ee40312ea59a51ccee5a, 0xe474cb81a5acf90305a398397b89c42fc2ff8479b4673127fe7556febe6c02a4, '', 0, '?'),
(0x5e44df6dbfd73ff7be819ea3894cd8a8, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0xf19256c272926f136369361c231cdfe8, 0x951a6127eb8f51d815f25b6364c0005b88d5597c8085bf9c52ea5c06fffd1cdf, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x5e5052d4aec5438e897cd71ccdf00110, 'wp-content/themes/astra/admin/includes/class-astra-api-init.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-api-init.php', 1, 0x00000000000000000000000000000000, 0xb6ef5b40cdb60ff5108e3d690f19a70d, 0x75dc75f5b5cf806ce3cdc88bf6afd1b54e169ab0c5e1b44b1e616cb67d4069aa, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x5e56584aa5f404ef6453c73f27db7c76, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.js', 1, 0x00000000000000000000000000000000, 0xabdfba39514014cfdd5969c990ac9ee0, 0x7547bec6876505fc7ccc58614f9c83ea0dc4bd7d0b7d99fe11db6f79f1871147, '', 0, '?'),
(0x5e5fa18cb444349b8e16821c9fe13591, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import/svg-src-import-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import\\svg-src-import-transformer.php', 1, 0x00000000000000000000000000000000, 0x76505ff859d066918956301db70c69b2, 0xebce47644689ca6d51fb6d2f1457a0a1869a40612ed433b95bcfcd282bd21f00, '', 0, '?'),
(0x5e68343ca5f38dd7c9a038f3afdaa82c, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/trustindex.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\trustindex.svg', 1, 0x00000000000000000000000000000000, 0x28fc678c620225abb590d5690a104508, 0x095baccad27e7c71185803ae3eaaeb1cfa97ddb79e91d35c49be6b8c682fc86b, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5e6b6fd68e621b779804381999b7c62c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\ModBinary.php', 1, 0x00000000000000000000000000000000, 0xd6a850058780a9172d71d04abfe13379, 0xc19adefbd39695cb3b60d49cc7672ae34050a0f940d6e9f276a14f8742857dbf, '', 0, '?'),
(0x5e7121b25e3ef78684c72bad9c106b52, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0xf8be90feb87d92f7a1a14b961be752a8, 0x5b35c3579fbfaad47cfec072bec650628a5620297f5c909c764d466d99cd8c1d, '', 0, '?'),
(0x5e71883dfa6864bbf49705a35a11d934, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-code\\FiraCode-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x41080981a79e62117c20b25de058998e, 0x4089617487db17fdf67c9ceb5dcd91995b1e6185e11e7022e6ac80539127834e, '', 0, '?'),
(0x5e721034b1cfa59132dab6a3dfc86074, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/phone.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\phone.php', 0, 0x8424df1cb824dfb04e7b0962ccfe3295, 0x8424df1cb824dfb04e7b0962ccfe3295, 0x9e5805693878e245a20a9d44dc22960cc65d30aadd7549f2576982fdfe459d84, '', 0, '?'),
(0x5e74761f0f8cdfb24a130e8f8285b225, 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\web-stories-conditional.php', 1, 0x00000000000000000000000000000000, 0xf9f52b0eec299d744ceeaa101c1e353d, 0x8799557dad946fe42b8702534fa75993a0a5853a3cae0157513254af67070048, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0x5e85b071c86ef7b46b5cfdc4e35bb77e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, 0x00000000000000000000000000000000, 0x541f6c175a0a0f43062562ae71e5a8cd, 0x0373e37cb5fabbe0b80d560b7448c032698eae49a63b8c37f1a2c78d56044b81, '', 0, '?'),
(0x5e88c268be85a787aa194fcd54b582bd, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.css.map', 1, 0x00000000000000000000000000000000, 0xe8f8cba061cdd43396406d3f11ae1c57, 0xa835173f218aff6b751606c650021ae3bc8bb07776885e1fea84ce42d3e5efdf, '', 0, '?'),
(0x5e8a059efc7ee530666deaba3778daaa, 'wp-content/plugins/elementor/assets/js/video.86d44e46e43d0807e708.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\video.86d44e46e43d0807e708.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x6c49e9519bac7522978f31389ddeb45b, 0xf41f77f69b8c3f12c9b93dd6bd3330c7ed91556d71545b8348793823b277a01e, '', 0, '?'),
(0x5e8fab25b7b096d5ab79f35df886d097, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\Attribute.php', 1, 0x00000000000000000000000000000000, 0xc6a8b9cbdb29fe0bb9a8c86a4084ae94, 0x996e5dd5733318bba3670a3e7206b79a3faa78d121ccdbc26166618ff56d52e4, '', 0, '?'),
(0x5e9759bf4b6219a6e0463254d4d4542d, 'wp-includes/blocks/avatar/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x5ea054b68d5f945b24bf5ad07b704bec, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\archive.php', 0, 0x3b3d4981acfebaf0a2abe6af7ed476b2, 0x3b3d4981acfebaf0a2abe6af7ed476b2, 0x47e6ae2b6c343abbbca61552fe543559abe4ab580995019a25afb2e4fcdd1d4a, '', 0, '?'),
(0x5eabe110ddb0a4954992deac5c2d417d, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-push.min.css', 1, 0x00000000000000000000000000000000, 0x79322866c6ae7bc1887e3f8d2cfb8512, 0xa3e08ec8050141d443bc3959e1359c9ea69e26d54e2115504090eeb886cb6b1b, '', 0, '?'),
(0x5eaf35e14f095a7da66369568f6af051, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\RequiredParameterTrait.php', 1, 0x00000000000000000000000000000000, 0xd42fc22d08c4506d39a7ba8a8f88fa50, 0x2964c4d1a99d64d6811b132fc991f86cc625ba880a5cdd5c6e86b6abc97dd9eb, '', 0, '?'),
(0x5eaf45586cdbfff64f9dddfb3c8aad22, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0x1df4b8c7190d6f403c9febc8836813ef, 0xf53ad516dcde65fb488a92cf16b5a7b184cd978f528e4ba8a292e2067b27091a, '', 0, '?'),
(0x5eb6a4259e95b21e44f53344118eecf8, 'wp-content/plugins/elementor/assets/js/common-modules.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.strings.js', 1, 0x00000000000000000000000000000000, 0x252b0cdc318bbd38d9222dbda2e29d72, 0x574adfd788db1e5740f49402dd99571af8807c015b2db80e085d7abbbf649214, '', 0, '?'),
(0x5eb8c64d53e9252378a47946ca1f2ba5, 'wp-content/themes/astra/template-parts/footer/builder/footer-row.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\footer-row.php', 1, 0x00000000000000000000000000000000, 0xb3a33da0176cbc5b8bd6c6503c56b022, 0x8bba47de688eb3fdd18c9ec465b843e0165d417115ea0d6e9cbc8182a3abdb3e, '', 0, '?'),
(0x5ebcb7926d6b9c362195bb1bbe2a48bf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verify-email.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verify-email.svg', 1, 0x00000000000000000000000000000000, 0x680b7ad1cb38b990eeba9aa316b53410, 0x3de5b60c1a982ac89ac31e642454640d575667f674a82bdbaaec8956925f624e, '', 0, '?'),
(0x5ebf08aff20c1304632fca6f060a1a2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\Exception\\IdentityProviderException.php', 1, 0x00000000000000000000000000000000, 0xc595fec73e6937837f08d33a5b7d3c0a, 0x1e29557549e2209a9b4934bfd120f62e7af8d0f6ed4ddc5fc293f0e570fbc82a, '', 0, '?'),
(0x5ec098a2a90344ede904fcd53665b402, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Theme_CSS.php', 1, 0x00000000000000000000000000000000, 0xc198cf17ef15ad1f2eeb015649460d10, 0xe570eea230b686c728b9a527df9f7253b64a5e0526719d2b60c7ccd60126dbc5, '', 0, '?'),
(0x5ec12b787cc7558d85684da34db590ee, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInRight.css', 1, 0x00000000000000000000000000000000, 0xd11c1a2a4fed8f7c064c1f202669ac96, 0x336e415d36d64cf334dcad7d56d4fca3ac6858865bb655d78d37ffb7b92a956e, '', 0, '?'),
(0x5ec1b175ebba7583ac5791649c4d3d95, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0x2b1bf0a72bf8e222e0580311befe4952, 0xad1e67f7262c43a351caeae9ba823e959e9de0fe2a48103be55d81610245f93b, '', 0, '?'),
(0x5ec6417a8173314199195f45d17e4dd3, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/runners/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\runners\\import.php', 1, 0x00000000000000000000000000000000, 0xd5df4589f473fb6a4b64e7f5d4f67654, 0xa49b0d4aa7e46e83b1d14b8dc199ca1f1763bd03f36eafdc2de4474acf7931b9, '', 0, '?'),
(0x5ecb68fb59e4cc2e0df32f2666bf5875, 'wp-content/plugins/instagram-feed/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xe41c8c66b4a8526d0e5af309fcd0f7ef, 0x4669aae597d0b6d24a0364da70f21d1eef99b7263de875025e3cf66caeaa4aa5, '', 0, '?'),
(0x5ed21a002c726776760427baa7afcb4e, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/twitter-icon.e1eae46e6b1c16e5e3b03892d2f2477f.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\twitter-icon.e1eae46e6b1c16e5e3b03892d2f2477f.svg', 1, 0x00000000000000000000000000000000, 0x4a8685fb605a5062c15f670a9a201eb7, 0xf73a2f8efcbaaced8b8ff33c2cd012f990a3b2c0e578631f7cb1f3196dbf2d61, '', 0, '?'),
(0x5ede78f64cd8a77181b65bb5a2971ba7, 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-news-blog.php', 1, 0x00000000000000000000000000000000, 0x1a26d5e3364d3e9c256eb2847b806407, 0xdd56da604ab616feb906fb45bff87ca3aa79093877b7eb78d2e4a3ae081dc174, '', 0, '?'),
(0x5ee09b76ffcc03503be44ce789a7c2a5, 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin.css', 1, 0x00000000000000000000000000000000, 0xd123812bfcadaa57e42b68b248c774a9, 0xee0102156a06acc7244707048302a85e3e65952941f2e0d97ae231f341ba7fca, '', 0, '?'),
(0x5ee1accd09f1d6cb30e3135cee9a4f26, 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\notification-helper.php', 1, 0x00000000000000000000000000000000, 0x83ffea73764ce5f1727be14d58553430, 0x8777b26c534b156f6d0b2767db7da27f08f7a071b67c6e4ecfa973150d085398, '', 0, '?'),
(0x5eee2a5f37ea9ba935bf800107a6c612, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x75d79d346a40e0c3f760b43ccf84d35d, 0xf344c5dd7c02903eba82646f4061e684f5951997439d6057b75977b23b656171, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x6823120876c9afc8929418c9a6f8e343, 0x8f49f2b26adafa2b561f12602980ae2050bfd3330c8b4ac1b428228578521360, '', 0, '?'),
(0x5efe45a9c3a0562696f49476c9c87256, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\index.php', 0, 0x51fbf98c4619bcbc568d637e319b5a70, 0x51fbf98c4619bcbc568d637e319b5a70, 0x7271fc767aae8d4a4c453f90a29c2f16aeb305cd204284484566f24ddc85ff28, '', 0, '?'),
(0x5efecc4af66463b2a4552bb1017ec208, 'wp-content/plugins/wordfence/lib/wfScanFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFile.php', 1, 0x00000000000000000000000000000000, 0x7db74e8ea0a414990876a724f33ea0d4, 0xa09284fdb3d03a3c514d37b618ead9a746e6ff2667b75c465d7c7403131ffbc8, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\revision.php', 1, 0x00000000000000000000000000000000, 0x1344376ec4a006cd5f0da28e55293bc9, 0x70936ba88d4fe52bdf3005e7e3b1ca63a68086e03a72ea1f0691b7b95585e04b, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xeca022554522b445623b100544e56ef0, 0x168ba9d4b1ebbb7296679ddcea0c43584a55cb31f89202d6890f59612cd9f031, '', 0, '?'),
(0x5f089624e954646df4a519b9b211ebdf, 'wp-content/plugins/elementor/modules/components/components-rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-rest-api.php', 1, 0x00000000000000000000000000000000, 0xc182f9b9438e9e7ce17cc72f298bd6ba, 0x52ad733bcb03888c6772defedea6772a3879485b3cb0813390c92c37707e4903, '', 0, '?'),
(0x5f11f1b84b42ef30971665133fd38615, 'wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-centered-social-link.php', 1, 0x00000000000000000000000000000000, 0xfac94f477cacc0d22b8300f7c03640ba, 0x4e605b884c0f5d3bd8cde4b6207027b5756907f07885112e4716e9207dc08170, '', 0, '?'),
(0x5f1a74b30ba2ab6c033fde2f54f5dcab, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/twitter-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\twitter-icon.svg', 1, 0x00000000000000000000000000000000, 0x3519edd5bf8b5dc639467e040b70ea7a, 0xe65318b661c55e522f15eb54c73d928a8497a55062f757a46d09d7d9b517dc3e, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss2.php', 1, 0x00000000000000000000000000000000, 0xb4ad6c4e132bee0e35020609a89b4f3f, 0x904021eb6043cacff8042a4d65f904eafb7aab6a4009b440a0ded24cb06a7785, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0x5f22241b5be175fe5a65dbe27643b255, 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\class-astra-header-search-component.php', 1, 0x00000000000000000000000000000000, 0xa48917a98713bb235efc2d8887253473, 0xaca88ca84b16d6c2e9f8c05359cb6a75398731bc7c739990a0ae76c684f8d446, '', 0, '?'),
(0x5f2331174268521afc7c83e5028e6265, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/bad-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x3fc92ff6e5b9879f23bf5a1ce8a0afd8, 0xbdd9cb3c80527dae33935c4cbed72eb3522053777a60999c0d100503047e1602, '', 0, '?'),
(0x5f2526d9657fd170c799ad807f1431e0, 'wp-content/plugins/wordfence/views/scanner/text/issue-coreUnknown.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xf7697073d63cae1d8e8e70c399e77e56, 0x406380b1036336c247bea5d1c2692bad410643f5c477af5e77cc82ea34d41dc2, '', 0, '?'),
(0x5f252d21e7d711437cc61e5ff628b334, 'wp-content/themes/go/dist/css/design-styles/style-playful.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful.min.css', 1, 0x00000000000000000000000000000000, 0xf6a1695514fa4731226b575d45a4aa9c, 0x7b35b0368dfac137f83368c376b1423c8ec3499fb2a4c42e3b55a9ec704e975a, '', 0, '?'),
(0x5f2745cff73b198ac186b87c3d4a2624, 'wp-content/plugins/elementor/assets/js/2140afa714e988f1069e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\2140afa714e988f1069e.bundle.js', 1, 0x00000000000000000000000000000000, 0x21f522b67d8cdbe72b4ea5afe55396a8, 0xa5d23ac14e1d9cddb2cba4d67408749ece22f4481fc867d60e8508d91a1f445a, '', 0, '?'),
(0x5f2de39e3c7a092e9c5a99bf0964e9fe, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/Traits/CTF_Feed_Templates_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\Traits\\CTF_Feed_Templates_Settings.php', 1, 0x00000000000000000000000000000000, 0x0d5ba85204bc5bedd097c811ca933feb, 0xb868f1fe64a2df0b8923f75af5b783a5e9fae57db8257cf4dd43186af52644e5, '', 0, '?'),
(0x5f35008bb6a26f2c457e2b9cc25dcbce, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0x5c2d7a15b5c05008456ddf329f6e2470, 0xa9a8b9edb089efc8e4317af0c2e7b5ec2f2408acb7b7d65b85223235220b5ab4, '', 0, '?'),
(0x5f3781d1ffc2de315f649001c4c7c84b, 'wp-content/plugins/elementor/modules/variables/storage/variables-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\variables-collection.php', 1, 0x00000000000000000000000000000000, 0x31bdf81c6e402708b3edc153e27e8c77, 0x3865b6d4a69727bd6ad6c5cea7e35df1cca6a0b448d8f35a837e34003aeac1b4, '', 0, '?'),
(0x5f37f17c30f4a933b4e15be93af7e1d1, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/settings-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\settings-resolver.php', 0, 0x1f24e8ff17560666bcf8409bab3cb57a, 0x1f24e8ff17560666bcf8409bab3cb57a, 0x966652257b2b4bda0e3b1c60ff2fca0a56c29e98dee5475fe7ba76f3d968e0e7, '', 0, '?'),
(0x5f3b5963fb5cf38402be706e018f60b6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3246.59bce9cae1ade17b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3246.59bce9cae1ade17b.js', 1, 0x00000000000000000000000000000000, 0x23cd9fff2f36670812b1f52f7f63634d, 0x7bc2b6569adefaa5437b8bdcdfcc5c05d5488d1987bb264b541cfd6423e0b99a, '', 0, '?'),
(0x5f44d3bfac980d2b338e84e877a1dd4e, 'wp-content/plugins/elementor/assets/css/modules/home/e-home-screen.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\home\\e-home-screen.css', 1, 0x00000000000000000000000000000000, 0xb94e3d283687bcd2598d48675c1c6651, 0xa62957631ec2acf807c576b04fafb3b3c93b158e1eb3edc33941220426d6e4c7, '', 0, '?'),
(0x5f4816865fea299ecd384ed75332316e, 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-footer-colors-configs.php', 1, 0x00000000000000000000000000000000, 0xf3675c985b26561d3126aeacc011b230, 0x44514463bbce8399914b7a70f1733b16f499752e86eb86ed1c2809edb2b2d7f7, '', 0, '?'),
(0x5f4ac4bcadf23f3c6b0959622fc4de00, 'wp-includes/blocks/comment-author-name/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0x5f51359ad88e97c2b0648a88273f0c53, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0x5f5801749387b083ff1a9791d14c36cd, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\BlockReferenceExpression.php', 1, 0x00000000000000000000000000000000, 0x2608a2ce8eb96d8021e33c6c809c6d55, 0x6eae4e842a81211081550f2cc4302eb56d40d3d5c3ca691baee2826ee06b7cbd, '', 0, '?'),
(0x5f643140cc5f39e80ea42c9086867015, 'wp-includes/blocks/tag-cloud/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f55b8e5baf9b7caa7d3d4fddf11e3a9, 0x44ea2e531ad8dae3babe96fb04a498a0fc9eac41b22e9792d0fb36df0c0be82b, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\load.php', 1, 0x00000000000000000000000000000000, 0x22a3b88313ef2aa230ef2a8539803515, 0x5b85b02bcdca56b4b0ac21e44f94b0f9cdc9ca8afdd98c77c6b27252a3843f6c, '', 0, '?'),
(0x5f6bfcdad934f5f6f1d4afc5de76a09a, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Config/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Config\\Proxy.php', 1, 0x00000000000000000000000000000000, 0x978485a9c41d39151b0314cf9d3eaeda, 0x88d2fe07c1b04ceee347979f53a19fe2778cf1d55e28c08c51df984353a21ed7, '', 0, '?'),
(0x5f775fa953093357144103b57825e00d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/asset-manifest.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\asset-manifest.json', 1, 0x00000000000000000000000000000000, 0x0d8a51da194dd98e983fa546b98083cf, 0xc345828496c0d55ba68d666ae24f5d18cd2ccb541a71797f8a983e4999c991df, '', 0, '?'),
(0x5f77b9fab0e6c0d8f627d70f4a1b5336, 'wp-includes/blocks/gallery/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?'),
(0x5f78cfbacfc2d461b0b36c3f1fe84c9c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok.pot', 1, 0x00000000000000000000000000000000, 0xb8613f8c904a85676a782979fa9f8a5f, 0x1f9b9da045b251f23af235a13a91b8425e8f181e8b4ceb53fb14f408d99fb616, '', 0, '?'),
(0x5f7bf046e15a57cb38c6220c72952fb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Response.php', 1, 0x00000000000000000000000000000000, 0x0b7538d127778fe7c8eab9f0e34b7dfc, 0x4855b4821b1b080e60caf31db0b7f04c2fa845ed6b8b1cac2e6165eb7eb59823, '', 0, '?'),
(0x5f7e191ea75b4820c4f2790240782e2b, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-network-settings-api.php', 1, 0x00000000000000000000000000000000, 0x4537638cbe1a54e536bcfd1a6f04be9c, 0xe6bdc97b9c2bc25f5d827bc6c1e3639137d51fcbb5d20082fc387198f04f83ec, '', 0, '?'),
(0x5f9d752c903d5bfec1008ccc4af7effd, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0xec5eb91aeee5374bb501d3c8d6098e27, 0x5cf01c7325210f6b64b9da99c0106f2ad1e605a4b6b312375cc2d7b8573bc3d2, '', 0, '?'),
(0x5fa14b4e1c1165fff831c001acb248be, 'wp-content/themes/twentytwentythree/patterns/footer-default.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\footer-default.php', 1, 0x00000000000000000000000000000000, 0x4aa3d336585b01d70806f579b5e39f76, 0xc27d8e5e06f637dac3cd91b9b3b8d9fde7f18704b1553527f320acdadb6b233d, '', 0, '?'),
(0x5fa2388fa78dc098fe4403aff1120ba3, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x2b7659062165bb5ca48039683207c00f, 0xea2661e5fe3d069fde73aa18f5673b7fd654f42293dcc655d94f5f434c336b2a, '', 0, '?'),
(0x5fa46463f671313c65f260a63d87898e, 'wp-content/plugins/backup-backup/admin/images/microsoft-azure.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\microsoft-azure.svg', 1, 0x00000000000000000000000000000000, 0x4d9693219ed95fa33ec1cd416be6f90c, 0x6e446869714f19004f8ab109fc19fe68d2cfc7a7f2dd4423ddbe93c637dc317e, '', 0, '?'),
(0x5fa5e3a9e797b6dc9d90ecff0ab0db95, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-template.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-template.png', 1, 0x00000000000000000000000000000000, 0xe267ffd4232e244d6440e960b65a5d83, 0x366eb15bb83d9346d2b6f0ce6ce20e9c96ec9eafc46351a5bffbfb811f90f4f5, '', 0, '?'),
(0x5fa62fb8d013d3b70098e1259e22b994, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-suggestion-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-suggestion-command.php', 1, 0x00000000000000000000000000000000, 0x4b39f72a81684cdefcf0f28f5905f00a, 0xf1a9ad0b42b6fd5f4343dacfca3a6b45a3b3ea3b53a34c1c1613d3b0138c863a, '', 0, '?'),
(0x5faa65c4e404dfe9c1e5403c75366184, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/BasicEnum.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\BasicEnum.php', 1, 0x00000000000000000000000000000000, 0xb1c2ffe699bc56f07ae5f08a3f643770, 0xdd67d20e34cefa7845d8686a3b6ced3e86653ee5443a47adafb229f9b7e94644, '', 0, '?'),
(0x5fab1e9eec3eadb54566fbfbaf15e305, 'wp-content/plugins/elementor/core/page-assets/data-managers/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\base.php', 1, 0x00000000000000000000000000000000, 0xb6d596f354eb55f2100dde4f6f7929e2, 0xe970c42c222138a499a4a98bf7f1609a231e337994e20d35bf1ff3e72d1c6bd2, '', 0, '?'),
(0x5fae178a6dfd73f02abf7627d1fc862a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x0d6d20c962f607c4e878f8eaf5936576, 0x51800c2090356bd3e524f94613378617e37182b9baa26d9742e1c5832171f167, '', 0, '?'),
(0x5fb43dae8c88a81bc805d7674de9881b, 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\circle.svg', 1, 0x00000000000000000000000000000000, 0x9e7d16ba44dd38de78fba37a0c83bb92, 0x5b89dc097c1888679680697d93d1089890b8e1f514691c39d5e46aedfa7853bf, '', 0, '?'),
(0x5fb6cc558ab81f8cbfd849111c993662, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.strings.js', 0, 0x9120a9ba43bc9ef615d97994ee8a2b7e, 0x9120a9ba43bc9ef615d97994ee8a2b7e, 0xe09a05fd5986a42f7ff71c5239f576092a3bcc62ae5a89fe8b5837160dd9c485, '', 0, '?'),
(0x5fbd2f0676b52c62f5c8cae8cd67d542, 'wp-content/plugins/powerpack-elements/assets/js/frontend-posts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-posts.js', 0, 0x07b0df7c3d6610af9c75d281112d889b, 0x07b0df7c3d6610af9c75d281112d889b, 0x1239f3db71a67565a34c293dcf71c294e5df1ede8911d493271c8580e3e84c06, '', 0, '?'),
(0x5fc293bc41447083f80a4baf448f0554, 'wp-content/plugins/elementor/assets/js/e-home-screen.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.strings.js', 1, 0x00000000000000000000000000000000, 0xabc427d21e2fcec7ebd491be53eb383e, 0xfcb2ddc6bef755e591a1a9f8d74b4e38c1e83981f0d943657aa6565031dbe25a, '', 0, '?'),
(0x5fc2c783cb648cdf40d5305d5b64be15, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\AbstractLoggerRequest.php', 1, 0x00000000000000000000000000000000, 0xf6a2351b3d69254457e9b2777a8d871d, 0xd6d608f2127879f6dbd3e42bf8d6a56b30f09d5073c0a18aa8bf13647916a787, '', 0, '?'),
(0x5fc430f372e7335fc422626679b9c805, 'wp-content/plugins/instagram-feed/admin/assets/js/support.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\support.js', 1, 0x00000000000000000000000000000000, 0xeeaced369768fb8b1672de84e7a9325c, 0x1be3d574dfd03970f2daee54b84c1593fc4ee0fdd818f3ce249b1393c5bf000a, '', 0, '?'),
(0x5fc9bf637254fee1f18e570cd1a80af1, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\admin.ajaxWatcher.1778081072.js', 1, 0x00000000000000000000000000000000, 0x4ecbe3f0e79bc5af29e9f4ed1986e2c5, 0xde27837618afe1a6b8f1f8c1203daa1ca3c72758b86b17ebcf3c3659539474c4, '', 0, '?'),
(0x5fca72cb379b84d24d1d613532827db3, 'wp-content/themes/astra/inc/assets/images/starter-content/building.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\building.svg', 1, 0x00000000000000000000000000000000, 0x96d768bbbccf64ac328c74886eaa04c8, 0x44949d96ce2213232a18a08890e0deebd8c70a7976b798d2ea606527b9c2ca59, '', 0, '?'),
(0x5fd09d0a63dc82aebd38ee74a378e76f, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\post.php', 1, 0x00000000000000000000000000000000, 0x88ac10635e7e91dd669993d3b076d779, 0x8e7dd7b2a576479a1a11b11ce2eb75fdf60346fc9d7857d733fa95434453824c, '', 0, '?'),
(0x5fd23cd7dc0e2a2017dd4416f0f0831d, 'wp-includes/Requests/src/Exception/Http/Status503.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status503.php', 1, 0x00000000000000000000000000000000, 0x37c6e2cfb7c1f2dc0d7c3bbd25bf89d8, 0xea7faaf1e113a95e8d194a39112420c5878de90a82225d6bd95b7195aa19b44e, '', 0, '?'),
(0x5fd29423010e5ffa1bb2eec0c754fb88, 'wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.min.js', 1, 0x00000000000000000000000000000000, 0x06f5d4b8a55938d040197c713e579153, 0x21143332c36e1af06e362fe63bb5fe39119d831fa9debce6dbe74a0df6aab7a6, '', 0, '?'),
(0x5fd60943821573da5e799be27f1edeb5, 'wp-content/plugins/elementor/modules/variables/storage/entities/variable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\entities\\variable.php', 1, 0x00000000000000000000000000000000, 0xa44d0a54f240c0f4afa95be190183d23, 0xf10025d499e007777659ecbff90566cd093d7fd38244a12504938f280ba9405c, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x78a2b13bffc4a1dbc78e5c0124914141, 0x89459e4b80f0512e3f7d108a5d25a538354483289f03574b1cee59f4c0f76713, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x5fdaa71bd63ca9e1f9d3dfe33753e315, 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\robots-txt-conditional.php', 1, 0x00000000000000000000000000000000, 0xcc650dbeda0b77961af84b735979a73b, 0x8f89bd03e73df04e07926c4f6ce51ebad248b890a73a9df6e999901594494814, '', 0, '?'),
(0x5fdda27bf213d0b48c7128b4918dedca, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-700-normal.4abdc9fff4507f17.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-700-normal.4abdc9fff4507f17.woff', 1, 0x00000000000000000000000000000000, 0xdb9a826dd7f3ba7ad541961e5eb3fe24, 0xce8a51bd536d46f7ba7d3fcfdc46a6b21ad11ee2ff594a2ee31cc92fbf9d4a8c, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0x0bb063d34fb753ed4d9aaf0626bd1c8f, 0x3292cbe3e864b36332ef76b8e8c5c0f25bc1a79bc28fa5faeca55c45626a9f14, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x08b503e4646203c74b00365a77702a2d, 0xf33db2ec5a776f8e9c532243cd92f59f1bf552c307495618508ee44e8ae6cd3f, '', 0, '?'),
(0x5ff0fe9476274600fee7404641a89013, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x2b0cfe02fe9f2df1e8474a0fcad3816d, 0x95f4f28df0c9f8f5456acdcbe36f240b381e3e45aeea5dcaade2b2dcd0f3de92, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb11edb2ca85657b8d28c451284004c36, 0x90bcd22c50017ba4eaad248958917b1f0ef7e97c103ebfdea1598eb962ac3b76, '', 0, '?'),
(0x5ffb8e1c326f0cf8b1c055b6a7fa4536, 'wp-includes/blocks/query-pagination-next.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x5c22eef0784658433aa7d833e956f9de, 0x2867509fd9cb69c6c5aaeeca654f08cb6804184a38718f48e9075a59141b7993, '', 0, '?'),
(0x5fffed89e5be70a873c213f7d3fe778f, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\js\\e-select2.full.js', 1, 0x00000000000000000000000000000000, 0xcf87c0ce2410faaabdbe2027d1713b2b, 0x83f0cb4dddfd032a0e6ce8ae1b4f718e4071ac2babf94eb240c8face928288ea, '', 0, '?'),
(0x600057fb9b92e74cebc0848848ef9026, 'wp-includes/blocks/query-title/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0x6001cc17c6f222c0a067edcfe1409b5b, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeIn.css', 1, 0x00000000000000000000000000000000, 0xe5fd85de6b51ff581bef0f6f43f5f5a4, 0x63ac900a18f40a9e0943bc156cad1a5d929dc149f7074db0f1788b709e9118b1, '', 0, '?'),
(0x6002d4376a814e27a216d5bd9958a149, 'wp-content/plugins/powerpack-elements/classes/class-pp-header-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-header-footer.php', 0, 0x511e6cf402a55fb42320bb53afc9b7cc, 0x511e6cf402a55fb42320bb53afc9b7cc, 0x6e1bb79d2e596be1148ea88871fd4ccfe1c72c1b92dd64481f417087d0f89f50, '', 0, '?'),
(0x6009e039d2dcee81cf92023afac81e56, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/GDPR/GDPRIntegrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\GDPR\\GDPRIntegrations.php', 1, 0x00000000000000000000000000000000, 0x78931cb5f8e8ac5e38076b0c8e95f18d, 0x3e7e041bc97b2592e63eae0d2f79f0c14d7d35a7dd749d212e32216cabc7ecaf, '', 0, '?'),
(0x600c57bbb7100abc7a38deba0405a3a4, 'wp-content/plugins/elementor-pro/modules/atomic-form/submit-button/submit-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\submit-button\\submit-button.php', 0, 0x3724cc3bc3353f74102d11ee3c33a0f1, 0x3724cc3bc3353f74102d11ee3c33a0f1, 0x2bc05bb226c3074a005c524f63b079e8a8d8d11a8b131de7bde58829b3549670, '', 0, '?'),
(0x600d77f1bcd470388972c0d7b5c80b94, 'wp-includes/SimplePie/src/Copyright.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Copyright.php', 1, 0x00000000000000000000000000000000, 0x09af35b4ed8d9eeeb654e73e0db7dc22, 0x4a93173d47c56f76f4a569a67d08df05a98a8b2fb33a5334107990bb4bf50d4f, '', 0, '?'),
(0x60115fe0b99267f182efe31ba30559bf, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x3c1a84d940f3bae17b49380014db1d00, 0x4a8d41b2c97ee48f3cecbe2c4a1cc5222e749f408cf54c9f18321a9060bd8926, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0x3c861d7751c87a143392efec9931766c, 0xee3e5c3df01e0b1ea9736f14d408260f9fa6848dba8bf292b549890e6a4b15f0, '', 0, '?'),
(0x601ca8ca5ed67d9eb52df77c202b8dc0, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-video-gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-video-gallery.min.js', 0, 0xe3807a32155cbe288b7cd9c52ef124e5, 0xe3807a32155cbe288b7cd9c52ef124e5, 0x52cd4b119a697a5722de6044681a62631ddf2deb1cbca9517c3dac58aed6ec00, '', 0, '?'),
(0x6023b65580db7555a5c283722c6818c1, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-initial-value.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-initial-value.php', 1, 0x00000000000000000000000000000000, 0xa1522b3780d97bf564344f477c6b3117, 0x9bef6dc462d0024a134485599ec54b54229d1ec944e2bdd1599bc0d8bcd81b58, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\edit-comments.js', 1, 0x00000000000000000000000000000000, 0xa248bdf9a73fe0c02f0e29dd0196e597, 0x4b5f9c7275dafc4daf3408cabd1c86909657b30b12aa894641f9189e6ed6eba8, '', 0, '?'),
(0x60275e4645b19b81b3b8107011a6f9f8, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.d0c65ae2ec3f418e3b3f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel-editor.d0c65ae2ec3f418e3b3f.bundle.js', 0, 0x4579555dc8d0a7696d6d158ccafc2d13, 0x4579555dc8d0a7696d6d158ccafc2d13, 0x609406134de27d26851945791082338ac391010844036890ceb24949a5345551, '', 0, '?'),
(0x602c385669ff344ea29ca5c6c4e9509c, 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\nl.js', 1, 0x00000000000000000000000000000000, 0xf227238e23ab61a7deaa25070d505c75, 0x962484f8ce361c2da1aacd0a5bd63c8eef3478f16b7c9aa66d07712ed926a7dd, '', 0, '?'),
(0x602cf42c3ca2335a0b883967e0bbbe8d, 'wp-content/plugins/elementor-pro/core/compatibility/compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\compatibility\\compatibility.php', 0, 0x303c2adb7d0d268a8fbb8cc29acb3f6b, 0x303c2adb7d0d268a8fbb8cc29acb3f6b, 0x25e912cc549ed37f1e74d1648f77c9011ab6a41c76d0ea3c60580d13a7f4eb66, '', 0, '?'),
(0x602d20dd3259466a9008976814fe7650, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x977bdabfad05ed1a5dc3f52f979e4040, 0xe32cef7f0ac51ac87c50004c824e73a80b05ebb1270528fead727f1a7217b79d, '', 0, '?'),
(0x602e314658520de8862013cfb351ffe6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x908a51a780421368cdac6ec3fa4fa0ca, 0x7312880dd80b9d7f989dd1c265907767f2c7af863b0608fdf2c6b3162ffd5b02, '', 0, '?'),
(0x602f4f899a7ea3fecef6b2ccc780d9fb, 'wp-content/plugins/backup-backup/modules/review/assets/css/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\css\\style.css', 1, 0x00000000000000000000000000000000, 0x94dc6ef824e9693c62d905d6b4bb0d63, 0xe8f4eae45758bc4b92324f00cea7b816cc74b5fbb1a4fe69e6f921c981691127, '', 0, '?'),
(0x6031867b1c337ce9a445626a43914c24, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\abstract-term-seo-data-provider.php', 1, 0x00000000000000000000000000000000, 0x12a8687da95b238e76fedea2d1c22a7c, 0x1f138656ca69aa0d252224aa62168e81f11087cbf71dcd7c0e2250b114afdc66, '', 0, '?'),
(0x6031def337805c0fe7062ad1ca67f6f1, 'wp-content/plugins/elementor/modules/system-info/templates/raw.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\templates\\raw.php', 1, 0x00000000000000000000000000000000, 0xf1370e545831e4f2e2d8eb5756fdafa5, 0x82f89535ec5584f5dcbae9c010259632a337630baf2438770c5cb3ef9d98d30f, '', 0, '?'),
(0x603fb9b9a9c5df43c6cb0866900dd61e, 'wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-negative.svg', 1, 0x00000000000000000000000000000000, 0xaaeae618476078489b43b38c00386045, 0xf33ddd596b33e0d330ce33f7cf05b2d7d1f1cc55b0bb7d89f7966903b7109a08, '', 0, '?'),
(0x6041e3bf4d8e0d1bc544e103a25396e1, 'wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-new-page-url.php', 1, 0x00000000000000000000000000000000, 0xa33eeeb68a3465f9086da1efb5b40a9e, 0xa88d33ee7e85b9347863d83154593a0b8b736ad310d2f6f1864a2148d46a4596, '', 0, '?'),
(0x60426433f3bc2043f66aa402339add6e, 'wp-includes/blocks/verse/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x6045e9974ca0248767fbaf2b6c1ad5df, 'wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-functions.php', 1, 0x00000000000000000000000000000000, 0xb2bd860e1a85c2b6f2105d279d048cc8, 0xa64c02132c1570e1dc7c92c6efb4e1e4fd60787c8dbe3b4fdfd9e080dbb7e1bd, '', 0, '?'),
(0x6048a534e8e5a82bb0fa4187a172a3b9, 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.strings.js', 1, 0x00000000000000000000000000000000, 0xc9ddc7127fbbfb5d81ad94afad18429d, 0xe80616edf06d315244ed43078a44bcdc02753a89a9e198bba6e2f6b77fee0930, '', 0, '?'),
(0x604a08455e68031ec085f9023d92b985, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo.svg', 1, 0x00000000000000000000000000000000, 0xf6e06395c4e109784f5e66449ba6cd5a, 0x30683e1e5f252cec7952e4284afaffb09d3f98554b547acd21788dc44d68194b, '', 0, '?'),
(0x604a15c8d165be9c9a49e1d5bd7cc409, 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-v2-app-bar-overrides.css', 1, 0x00000000000000000000000000000000, 0xeae1242c74680ab5d3fdbea2f53e4277, 0xb3d940afb9e1f591a4b0f2ea47f960ecd4992173ba524ee3bebe383092340cd9, '', 0, '?'),
(0x6059e680d7a22235a7539320dd16fc15, 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms.min.css', 1, 0x00000000000000000000000000000000, 0xc2330a8943269478639256f2bcc4c47f, 0x24b4611fd92b0cb460e979a48a0cc6ce7d544b3d8ae16b6af0042129f0197f1a, '', 0, '?'),
(0x6060b23b3b291159db8fd302df76a6b1, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/oembeds.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\oembeds.css', 1, 0x00000000000000000000000000000000, 0x4a3ab8809ab353a7352ce0fc65383dcf, 0xbf374ed612825a0ea549ee6aae51a6d9eb26641c32d5b8d1f6ee8a3e2f491292, '', 0, '?'),
(0x6068ff7598a9ecb25bc7ae03b48a8ad9, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.min.js', 1, 0x00000000000000000000000000000000, 0x8b691a8b803b3994de1aa3216db03b91, 0x851592074140e9096f079a4c0086faca85b35fec51722825a47848a526b6d5fe, '', 0, '?'),
(0x606f42278595db20217eab85d0736a0e, 'wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\class-astra-control-typography.php', 1, 0x00000000000000000000000000000000, 0x9753f07059078f34198f6babc5ee805e, 0xdacb15bda386dd478ba8a3c3a38e87e5a0719c09239da9af952e3d682c0d220d, '', 0, '?'),
(0x607fbeb926e015f04f30070f35585178, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-2.svg', 1, 0x00000000000000000000000000000000, 0xaf6a6ac642ff1df74dfa6834caf1f15b, 0x6e0f9f044ccbb88a26dc7c3d49af4ef38832740a57b68af2c8f62acad8716b03, '', 0, '?'),
(0x6084f16b56d97c453e78b2f18035f611, 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\smartmenus\\jquery.smartmenus.min.js', 0, 0x9e7c898d1649315173db5d2d8730fb75, 0x9e7c898d1649315173db5d2d8730fb75, 0xc2489407ae331d696d4490e234aff5137fe46c235e1138283eda42d04b77de1f, '', 0, '?'),
(0x608b3b5ace9a4dda78363e52df9dbdbd, 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-5.json', 1, 0x00000000000000000000000000000000, 0x78def7b93687d2672ff26c8a7ad5644f, 0x284cc130836e9cbe1ff3ac204dc7e2f918acf85734af684ff50a1f00ebbf851d, '', 0, '?'),
(0x608b9f4e32451789efbeaed1c77043e8, 'wp-admin/images/privacy.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\privacy.svg', 1, 0x00000000000000000000000000000000, 0x5096ec6fa3a525d18484430fc6137589, 0xdb21c3a9c26ff48254c1d01ee37535cb4846b6b1c32326b1488d85688d56d27e, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fe5ebbfedf69656a1af444251566746, 0x77fec738363dc5dd9497fd87c232e9970d44255688ff4535bd0453f809f454b0, '', 0, '?'),
(0x608e59f8aa9cb63346938efa4d86b62e, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs/atomic-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs\\atomic-tabs.php', 1, 0x00000000000000000000000000000000, 0x9ecc5b6dad70e934d1a4bfb2ba84437a, 0x8017cb553e0046a3eaa7350aa999fcdaf18ab0d4d1b0d7203d38ede696c38d07, '', 0, '?'),
(0x60904d5183cb0c031f2421b1bf8eb0ed, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0x66e6e9fe4a266579591b8bbe33471924, 0x92c9f58bd049c7245a8aa30d19c8f80365a5df5e9600206733f99cbffbc10b5f, '', 0, '?'),
(0x6093da839b6a8215fd8f0865ce2682bc, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\blocks-helper.php', 1, 0x00000000000000000000000000000000, 0x064b70a3ad7c1f6b34cef143e87c3d2f, 0x9cb79ac04638fb8dcb4d3754ed7bdf841d1971d96aab490c5053f8d2ea181f0e, '', 0, '?'),
(0x609522d9a3e21d1cfee433da5d7cddca, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-sku.php', 0, 0xde1fb136f1731b17bde5f021a6ae307c, 0xde1fb136f1731b17bde5f021a6ae307c, 0xa66f4d968a8087539b11e1f60d19d918e9e53d5099e60f52bb4681d0f6f96ab4, '', 0, '?'),
(0x6096d375fdb561ca3bc7b28c77738d6c, 'wp-content/plugins/elementor/assets/mask-shapes/parallelogram-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\parallelogram-left.svg', 1, 0x00000000000000000000000000000000, 0x81765001a05d6d79543dba17e0123f73, 0x69b8646cc5b739db2c12b51bde6c25439bc3cbdba9344f9d79017a40250b34be, '', 0, '?'),
(0x6098d6273f17a6888e2091dd9224e30b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0xbd021f8330856629a676978a65d57a9a, 0x077972dc8b39a93f87cf1702d9802faf5d225a8a843fc84d0b349a596e75c22a, '', 0, '?'),
(0x609a6d76d72757efa646d99e1938c614, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg/atomic-svg.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-svg\\atomic-svg.php', 1, 0x00000000000000000000000000000000, 0x0bb6d991b646cfce315f9239d45def4f, 0x7fa01be2d35c3d47166d9db60a4e0ed0b2eab6c142492bf0756076b523b564d0, '', 0, '?'),
(0x609e21ccabb67433c8875642b92439f0, 'wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\sticky-sidebar.min.js', 1, 0x00000000000000000000000000000000, 0x5b4e3f3a10cc5d13ae9c4e91f671d5e0, 0xee451fabd59f49eccb2b66fabf5d5a3e9f9bfef3ae115f7ecf47a37e03caa176, '', 0, '?'),
(0x60a1b7d9bd24308bacfe0a46aaaba6a2, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\single-sources.php', 1, 0x00000000000000000000000000000000, 0x299b53a2b1e274d05f493264b647e14c, 0x8b9110272b10614d476b6dfe9e54bfcc479d553c8f2b7c4247e6538575dd657e, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\html-entities.js', 1, 0x00000000000000000000000000000000, 0x7cdd7d71ce880235bf110315abaf128e, 0xf8530627b6e539c64a08921d5fef03ab1f83f2df60b44bd16978be868c68c937, '', 0, '?'),
(0x60a562478d59d4eae821d4c7b1d38922, 'wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories-manager.php', 1, 0x00000000000000000000000000000000, 0x8fc903a404200ef869d9b319fdf22ef2, 0x7d00857b67827f58d77533826de7f4172508718e971c102bee0f5163113ce3a9, '', 0, '?'),
(0x60aaa728f4b375cff9d6892b523229c3, 'wp-content/plugins/powerpack-elements/assets/js/frontend-testimonials.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-testimonials.js', 0, 0x424d7787c2c559f8cc75a1403faadffe, 0x424d7787c2c559f8cc75a1403faadffe, 0x6d3bf8f02b306849a706284fc6c9176f001e880a56f9c053c3ccf18e3b23e916, '', 0, '?'),
(0x60acaec8599416751bb23719b632aa99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\StreamFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4468d0662545e91f6e7c319e4ef6f8af, 0x5d815c73dd55e3160e533103e294ff551219ea9f7b4d510ea4ac5e5733a844ed, '', 0, '?'),
(0x60ade22600097412bf8d66642b1b7200, 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/kit-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\kit-library.php', 1, 0x00000000000000000000000000000000, 0x19aece2aa35ba4cb7b930f89931c0eff, 0xfec65b29bc8e78fe4b9a1ac6050e05f5c27a8eeef188768f66930ca230568f23, '', 0, '?'),
(0x60b10b8dc48df6aa1afc7d62a58e4051, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x0165d4e1a6c2d865921b429f531b4c1c, 0xe328ee7c9f8718452f8a3742743f667060ea69ad40a35bf13fd211de2308d9e2, '', 0, '?'),
(0x60b1eaec32638a1685d3f9b1944aaf58, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loader.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loader.svg', 1, 0x00000000000000000000000000000000, 0x9964b9980161a1156feb2fab923139a1, 0x515961f2590b3bcb5b09ffa30341ce7e0107bc39c1d7b55f4d189681d8322bbb, '', 0, '?'),
(0x60b7fb37efd202e4b1231456777b00aa, 'wp-content/plugins/powerpack-elements/assets/js/pp-presets-style.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-presets-style.js', 0, 0x7c566045b504f08c400fefd17d974e1f, 0x7c566045b504f08c400fefd17d974e1f, 0x58e323a646333421c489e155003eba132a034d1affa42c33d64334b3ee4ab855, '', 0, '?'),
(0x60ba430c0106b894424a568147be3c62, 'wp-content/themes/astra/inc/assets/images/img4.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img4.png', 1, 0x00000000000000000000000000000000, 0xd9c30d9f8ff32208d557b7ee731d21c4, 0x2f0fd4d2a7b58a1edef7723973d15af5483a0972ebb0b77fbdfa279ca7753f42, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x5144326a46b0ae441e2a2e6587961071, 0x350f725dffbe2431e498a6f31e006a66460eee9f8cee11440074258967fae771, '', 0, '?'),
(0x60c1a2d1860c482eeb6717294991d338, 'wp-content/plugins/elementor/data/v2/base/processor/after.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor\\after.php', 1, 0x00000000000000000000000000000000, 0x4ab3b14731d764ca8c805c11b1960d46, 0xf9f173d98ce27ebf7f4c167f765ee4b4a43ef43efed78a4e5fd3a4b966e14072, '', 0, '?'),
(0x60cd0a7940cacd1265c6a7d13020f324, 'wp-content/plugins/backup-backup/admin/images/google-drive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-drive.svg', 1, 0x00000000000000000000000000000000, 0xbefd088c9af15f0b3179c62e21d927c5, 0xf2a088801bad9a5a10ba67f72846da7b999cf85b1f5449431d1549ae14124c46, '', 0, '?'),
(0x60d06fac6f98e8e8f0ec5a945738b660, 'wp-includes/js/dist/preferences.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences.js', 1, 0x00000000000000000000000000000000, 0x340a5017c2914739515773c79d0804dd, 0x931b4776f0e9e70dd4ee0452ca38c1907ddb7a4fd0b4f5233476945263aa09a8, '', 0, '?'),
(0x60d9c877cb312a51910c2060fbc13143, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email.php', 0, 0xe808c392175886a9b2ca099e11cdd3de, 0xe808c392175886a9b2ca099e11cdd3de, 0xec82868aec0764c43be47a0dcf32d094b13460d2e0661c0f32be3a6575997669, '', 0, '?'),
(0x60e43401280b4352df3b414927fbb5e6, 'wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2-view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\templates\\editor-body-v2-view.php', 1, 0x00000000000000000000000000000000, 0x5191449290b1492b4aad98f75428197f, 0x5876641c7cfd7e444a20a8e6c27ec83da9213da6ef976135a94e0549d976799a, '', 0, '?'),
(0x60ee6c3d94c9257c26d11398a3eedcf5, 'wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\base\\widget-nested-base.php', 1, 0x00000000000000000000000000000000, 0x8f6f50cf565816373bc90352ac5cf60b, 0xb936423f69deeb49f0b677099b8057666f0cb03c327e48003f89212eaedcc7ee, '', 0, '?'),
(0x60f36a7b41dd977eaac60e58b7191079, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\EndsWithBinary.php', 1, 0x00000000000000000000000000000000, 0x74c5b8d77730de2e97854f0e4104aa12, 0x8a8574ba81df484ed89ac4d93f5c7579ef9e58df5a1c8908c33d81cecef243af, '', 0, '?'),
(0x60f3d6bf71f1686917341803f624c0a4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x70b80f1f308a5d84b4aeaeb33e39625f, 0xd811138366663f5cb77080756cc445aa74b2b03b32e8841448facdaa6bd1e7fd, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\media\\plugin.js', 1, 0x00000000000000000000000000000000, 0xdf032317402cd90b340e016447bad44d, 0x581048177808bfa41bb6c93083d68d58b91ab39a1b844f478bf77ce97b974632, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x63fb8b152e91ff9809bfd5b4a080deae, 0x9908b99f0e475adeebf18b53a8d96ad689008e505d951b1c4f7ce3078d6cc142, '', 0, '?'),
(0x60ff8a98a9bbc2c1868a752bcef3074b, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x54e9cc9b49198191091309944ec58a67, 0x7279530a3b667628e600d900a992e243e3b4e48e2ef2f10f3a855bd9347d2f74, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\moxie.js', 1, 0x00000000000000000000000000000000, 0x93d8b6f81a56f27e10028d2891e287f8, 0xc66b8e601e007247ac3e161150c0763301fe3e912e9848408ff5ebbad32d9d98, '', 0, '?'),
(0x61076087ae5f1470e17850954e7fc97a, 'wp-content/themes/go/dist/images/admin/footer-4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-4.svg', 1, 0x00000000000000000000000000000000, 0x4ece57f265452d581f52d2bae84024f0, 0x8f0ec2671b8b4c20937d13bed5f8966dd3a2d8e4ff8f58b9d828adede7a50b3b, '', 0, '?'),
(0x6117a67fa069ad4796e2e4248f313476, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0x6121dfc89b5cfd54d1e4dba2ccdb303f, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/feeds.7768bf0ec9a7fd87a2b762df8550d515.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\feeds.7768bf0ec9a7fd87a2b762df8550d515.svg', 1, 0x00000000000000000000000000000000, 0x8b21cbbc442331420957150a51288849, 0xf398a735254a5c6b4ee5f12b5389685c938a3598dc97f4b733bbe66269db945e, '', 0, '?'),
(0x6124108c9d3fd8d04b17be4fac3bfc4b, 'wp-content/themes/astra/archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\archive.php', 1, 0x00000000000000000000000000000000, 0xd3857982072d753a1353e0bbf84b298a, 0x83ca17bdaca468eeb8234756eb5489ad1928f0df71077826ce086050b5c9c24b, '', 0, '?'),
(0x61261cf44e424f8299b0c2ada888b17f, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-how-to.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-how-to.php', 0, 0xf6f667f0f9125188acdd3cb3758323ea, 0xf6f667f0f9125188acdd3cb3758323ea, 0x8966e08eb5105e465e3538021ee3aece2b1ad27f769d13c7591db58a883f5984, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x6129b082985a6272482d0dad758bdeb4, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\not-colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x1339a68d381a6ea8a025aa0dc86ca04c, 0xc779d522e960f09a03d8ff7586b6318c59b0a1dc9ef1ece412681e42608947e4, '', 0, '?'),
(0x613312dfe815e31ef659ba96a515f8bb, 'wp-content/plugins/elementor-pro/modules/forms/fields/date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\date.php', 0, 0xb35e373e7eb77d4df351264fa64b332f, 0xb35e373e7eb77d4df351264fa64b332f, 0xe6d51f7e08904b68f1e31e93bae28e7f595eb8b9b034bf14ca30adebcbcc380f, '', 0, '?'),
(0x613688466233a3cb79a2b6ab49ca91c2, 'wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\widget\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x2b0086638a00353ef42ffe260871158a, 0xa3e34684d8f239a5c049f4c28bce64e0845f8c23be18bded3dd163b559b6ad40, '', 0, '?'),
(0x613abc0144a3c3657dd0c0ca7a4762e9, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/template-renderer/single-file-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\template-renderer\\single-file-loader.php', 1, 0x00000000000000000000000000000000, 0xcbae21edc803053bbd963e627b100736, 0x35ff95ed6413bb2a4defb06fe664af10f97b57cf359d6cac85c58fdc9dd6c000, '', 0, '?'),
(0x614518fb6441c89708d62edc89714028, 'wp-content/plugins/custom-facebook-feed/inc/Platform_Data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Platform_Data.php', 1, 0x00000000000000000000000000000000, 0xa48418b158c47d65d86fdb6c9b338baa, 0x31feaedcaf415af2a5b2727d84b8c64a6408062070377622451d3597cf8523b2, '', 0, '?'),
(0x6148e64f3839d135aea2d6cf25404de6, 'wp-content/plugins/feeds-for-youtube/public/build/js/sb-youtube.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sb-youtube.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xd091690a3440ff37ddbadc56fddef105, 0x7c2c9f1a839e0fccab36df013a9a82f733495d4d0f43dd93f92bb37804226dc3, '', 0, '?'),
(0x6155cc9555d27c32997049ae7675ec79, 'wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0xce0640683a92539b11e081feeed1cb0c, 0x65c69f09f7c86fda80c685fc9ff3438e62642dd849b6685d1389eee11c51139f, '', 0, '?'),
(0x615a19b78f129e6d93217d955e69355e, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-menu/atomic-tabs-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-menu\\atomic-tabs-menu.php', 1, 0x00000000000000000000000000000000, 0xa9b5f923445d2f9c02bd1063d4b6b6a5, 0x5db2fe78d688887d2b0d110599b74979232cf59476115fb4b3c88e740d6a79d1, '', 0, '?'),
(0x615be50742dcea54575fa12317da9899, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/readability-score-results-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\readability-score-results\\readability-score-results-collector.php', 1, 0x00000000000000000000000000000000, 0x2e8ea81dac2e515d1459420ab750e135, 0x81ecb275e64536b9c37f8edd1a32491459ad959473088f449191d7307e494cff, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-music.gif', 1, 0x00000000000000000000000000000000, 0xa6399606204df70a0888d2358d45f8f8, 0xca12d678dac0c6223087bd24e9e6e221b80bcc48dd7fbf5d0e9a91a9f4e505e5, '', 0, '?'),
(0x615e03c0a91e4fe8975a40269d98223b, 'wp-includes/css/dist/block-library/elements-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements-rtl.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x61622aaa947e67b0f179c5c5d80679b4, 'wp-includes/block-supports/position.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\position.php', 1, 0x00000000000000000000000000000000, 0x50f87cade2aaadf4b2b9ae77244af244, 0x75665516e60843889ec771da24c971b816cb782b1830d86c218df4e232366658, '', 0, '?'),
(0x61671b4f494bb931de872e0af56742de, 'wp-includes/blocks/navigation/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style.min.css', 1, 0x00000000000000000000000000000000, 0x9d20bf226422cb5168bef956e5eab9c0, 0xbfdd9262bd74bd186f4f40f17ea9c059ec43eeba0975c1427b5d233f3a00da53, '', 0, '?'),
(0x616f49cee10ac52dcb43e590de80bdb1, 'wp-content/plugins/reviews-feed/assets/icons/tripadvisor-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\tripadvisor-provider.svg', 1, 0x00000000000000000000000000000000, 0x5f7e930d808547f93c5ceeddb3420350, 0x06c9dd9d247d32eb60f9114a0fa9422690ee0d1c4d8ad7334cb2d3386af36e86, '', 0, '?'),
(0x6171807f5738a70580d849b1a6ea2eb4, 'wp-content/plugins/backup-backup/includes/database/search-replace.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace.php', 1, 0x00000000000000000000000000000000, 0x1c84672fc3c40ad778486e825c447a3f, 0xcdeb88bb914baf930abdf69c6bacce406cbaefa15008fd1e708dda29b98833bf, '', 0, '?'),
(0x6175c78ddaf2f057f7b2b131f2f16cfb, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-move-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-move-prop-type.php', 1, 0x00000000000000000000000000000000, 0xf374aa9a8df2ea5d9b525d6b86b664ed, 0xdd4a0384801e098dcd81c653c06f8210af6f1ddb80b4ffb4f533eef4646ffe48, '', 0, '?'),
(0x6176bb6660d93be8b9b87a7b36fd49fd, 'wp-content/plugins/elementor/assets/mask-shapes/heptagon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\heptagon.svg', 1, 0x00000000000000000000000000000000, 0xb7bbaeb848c451894d414d8b6fa9f712, 0x44f0f73a7167443f2ec032e44a637bb9b3c9634c09800a0351749f043f704b9f, '', 0, '?'),
(0x6177fbb907482f9d022c4dcc40979e4e, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/AssetsService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\AssetsService.php', 1, 0x00000000000000000000000000000000, 0x2ac05e5fd347efb57067b58876ae7489, 0x7f9a542cbc5e3c777055dc5ca41d34d935e4117db6e7e00bf8ea0a907428d0d1, '', 0, '?'),
(0x618006494787ddca08b021b3e61eb501, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.js', 1, 0x00000000000000000000000000000000, 0x4b880a40e744a6b8f2ec0e0a73d75ab4, 0xc6d230abe817f7d149ca589605ea41265290ada421aa12b5af25f9460e040f3d, '', 0, '?'),
(0x6182779955ccf0181a547aba7f4b1784, 'wp-includes/blocks/post-excerpt/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x61829b6523bb0a7b48bc02edc05928ba, 'wp-content/plugins/powerpack-elements/modules/google-maps/widgets/google-maps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\google-maps\\widgets\\google-maps.php', 0, 0x5b16985d5a46d5aac94d07d7d9d7ace6, 0x5b16985d5a46d5aac94d07d7d9d7ace6, 0x9dabbf8c1422cf0a22d965b299153dfdf9286a79c6fa749bd07f41a93c54f08b, '', 0, '?'),
(0x6192d07846165371a6aaaa33583b67fa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS/State128L.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS\\State128L.php', 1, 0x00000000000000000000000000000000, 0x2afd55cd0d2d3ebaf7d568050f090676, 0x9f97625b208b2308b578c4f1bb8d8cf2d8868386dfb2a8ebadcb23b9f7c982bc, '', 0, '?'),
(0x619cb714d5e50123468ec4bab526b78d, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0x243dc4459b5ed1a2f389eee471d4105c, 0xfdb6327824c727458e8c820a292d44ef36d892841fff5c0fdc86cd8dfd756a6c, '', 0, '?'),
(0x619ec6b222270d3c20a9d11a451c5789, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xea43f29b7b4a890bb8acd74e7e5382e2, 0x551111be7c3ca7a2a4b0929a99a136a37913a350df903606ef0769f9b7545d69, '', 0, '?'),
(0x61a0b0b77c86e87f753eea2062b71304, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\plugins.php', 1, 0x00000000000000000000000000000000, 0xafd1f5a8e04bbe249a450b3795a91cac, 0x852824a6e6e9902ada8d5d04bfb4bd059e9a275db4b5566c09c361440d94cecf, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 'D:\\laragon\\www\\genesiswa\\readme.html', 0, 0x161dba8de49f41eee63421cce887ca0e, 0x161dba8de49f41eee63421cce887ca0e, 0xfc4c8b54b65afd929f167cc463f399cebbbb5659aa8a5985a1b7f1b4c59e56eb, '', 0, '?'),
(0x61b13aa2fa1606810c19b07b03418d3c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/duplicate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\duplicate.svg', 1, 0x00000000000000000000000000000000, 0x4dc31992c3be7b1fc228768196bfab37, 0xed82e859793ed4e304a559b369eeb45ee513a1a257a0ef76236a6ee32105abcb, '', 0, '?'),
(0x61b3f22265128c3649677e5880d776cb, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-1.svg', 1, 0x00000000000000000000000000000000, 0x1270a825e9d568fa270a126887d322ff, 0xd48f65fba504826784854580fb21b4584c586a47ca45abc22a89ce6fb0f9fa9b, '', 0, '?'),
(0x61baad00e0460ce80065a8818d497efe, 'wp-content/plugins/instagram-feed/assets/svgs/errorNotification.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\errorNotification.svg', 1, 0x00000000000000000000000000000000, 0x69e8a6176d87551a7c7b8832d0684323, 0x76adef9fe44ba3d6ab3749c2776a9956491d8490aab60afb3a1b475872967984, '', 0, '?'),
(0x61be18d511d11b0cb106d40aaf2bc99b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/905.9e3b3b28518d9981.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\905.9e3b3b28518d9981.js', 1, 0x00000000000000000000000000000000, 0xab5c567f871dad9c549f83df1a08120a, 0x7fa492f45eb055ba5019638a8dd5711c78ebb42f8610a5ea305cc230aba218a4, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Crypto32.php', 1, 0x00000000000000000000000000000000, 0x55a6aa6f8de77d13537d9d0bc196382e, 0xee24aed67303b607d30bf48883ecc83f3b66a2c4a03d600dd909dec426b9ab21, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\media-template.php', 1, 0x00000000000000000000000000000000, 0x6d9d188e9de34195fa492efe17e1556f, 0x2399c0c6cc3a29e804219fa62454810edaafee69cf8db852fa08f661ef8e04a6, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x3f030d0a0cef87e6b5cc067fc8a00399, 0x1c4e2776e2fd004e1c0f6522556b8c99c010c04e135d5ffe43495a182b22e431, '', 0, '?'),
(0x61d2cce26fbca76cd5931a0a4f875b8e, 'wp-includes/class-wp-plugin-dependencies.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-plugin-dependencies.php', 1, 0x00000000000000000000000000000000, 0x21b963e7386d1c48fbae1eac0c5c6f4f, 0xbdce2e5334c6035458b3b4424132c57a580e121ee62ba3073b871ab84216cb45, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0xced497cb38263f54565f5265de473415, 0xccf794e957134f246235bfd170f9b9d1daa9706df6d552369c0e9e8258393444, '', 0, '?'),
(0x61ec344f084bbc90a63ac087aff6e829, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Analytics/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Analytics\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x61ed0a2f803edbb97fcd3602aa61d4ae, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\importing-indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0x46bd8e1e30c404001ad6e38baf4d5d43, 0xc7e1c56a7f2d0e92ca232ac5caba5fdcfe0e8bb10d834414158533577754b2f3, '', 0, '?'),
(0x61eeb7c49f4fb172648724cc0c7af047, 'wp-content/plugins/elementor-pro/assets/js/popup.467433314d83de8c86ec.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\popup.467433314d83de8c86ec.bundle.js', 0, 0x06b4190d38fa098e59f323db7e6f8913, 0x06b4190d38fa098e59f323db7e6f8913, 0x7b0da85040429a667269469b47e4811157c032257000ff36309342959e01b7f5, '', 0, '?'),
(0x61eec055b45d7ed8e8d11bd2b6933112, 'wp-content/plugins/wordfence/css/wf-deactivation.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-deactivation.1778081072.css', 1, 0x00000000000000000000000000000000, 0xf198b3166abc29b5bb152e16d605fe5c, 0x23c464442d22b1ea66fe468b7a68161008da43e0ed0f6be83d453f77e88c1257, '', 0, '?'),
(0x61f10d5e621158729ffa736d6d32d350, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css', 1, 0x00000000000000000000000000000000, 0xfb1c6d0d0ad310b1406debd9d6fab7e7, 0xa223d52d80c2d1f9c622ee933a8198c6477a38b2419a184ef492c80b94d620a6, '', 0, '?'),
(0x61f358caa4470227c9806e0d7c74e34e, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-query-wrapper.php', 1, 0x00000000000000000000000000000000, 0x9d8fba91a80e890f26d2996d3f9644bb, 0x76daa3151167cf1060018616159166768b306e3b5cbb0cf281552717d604fa04, '', 0, '?'),
(0x620ad98658850540e7c11307a1a3c338, 'wp-content/plugins/feeds-for-tiktok/crowdin.yml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\crowdin.yml', 1, 0x00000000000000000000000000000000, 0x77bdf4082f75181628dc642d2c807e5a, 0xc31ef0452410e79ed61f39004df8acd89d6a8fbd2da1f7743d9ffa4362d82103, '', 0, '?'),
(0x621148eb0f2b9537e95874befa4b2000, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/batch-operation-failed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\batch-operation-failed.php', 1, 0x00000000000000000000000000000000, 0x1381db5849964486789ea022bb7dc791, 0x0f461e6b258f528469901d124f073fa4bf5de080c8916f97ae616185eed1d131, '', 0, '?'),
(0x6212d1a7865cc07bf4afb8cf69a6dc57, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x82ccee3b09395225884b1020045719cc, 0x9a6951e807ba7dd46450a7a4386448a41b083a65296d29b548441c0ae72751bf, '', 0, '?'),
(0x6214631f02fb5740c989b32b5fc0a08d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Container.php', 1, 0x00000000000000000000000000000000, 0xcd06a22311f714f1ab9524a47a459a51, 0xa7b645a8877f65043621509b32b5b8e3a07ea9f16501d40728e3483293c1ad97, '', 0, '?'),
(0x62160c292e4842b13b693b40a5091a26, 'wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\backup-row-template.php', 1, 0x00000000000000000000000000000000, 0x467204282fee9fe0f76e3cf5f7c1d1f8, 0xf350d6a204ab496e11b5e974701d3059140a15014dec331fc061ae80fc394e92, '', 0, '?'),
(0x621612bad4805fcc06d4b319f325a214, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x702efd5dfdadd15c94f769e754ec319a, 0x620236ba01dbbf1579d3fccbe1bbbe22346f223d2b31055fd58c37f5fdf39866, '', 0, '?'),
(0x6220e5217a0ccd400a8b262b2de79fb6, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\svg-with-js.css', 1, 0x00000000000000000000000000000000, 0xccf31fa26cac76226c99b748928c0a84, 0xb4e3cbcaeb65ddb4454e261f66ffd4a1e83e426f36d348b288e41a4a2544380c, '', 0, '?'),
(0x62259abd05f9d7833392b8f41a14662c, 'wp-content/plugins/instagram-feed/assets/svgs/linkedinShare.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\linkedinShare.svg', 1, 0x00000000000000000000000000000000, 0x77b01d0eb7a28b8d252d6250c6ce67b2, 0x6025ea9ee3c9359b8ce12693a40ca7d0067a3ac756346de69048453e447010ec, '', 0, '?'),
(0x622c98eac56a6e9534b559f3c702b4e4, 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.asset.php', 1, 0x00000000000000000000000000000000, 0x4d47cf63a0ff2458ac6efd2335514265, 0xe765d206f6aa5af8cba81aef1f949be717ef5d1a1b50ce95a50ed9daca599c4d, '', 0, '?'),
(0x622f83fd8b7c612223b75e27f4cf34ee, 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\jetpack-logo.svg', 1, 0x00000000000000000000000000000000, 0x1c6168fe4e87f04e3e57f8bcd90abf77, 0x601784c268942dddafa8dc72623230d1968d3b3c72d9fd662f6917b3c05c7c7b, '', 0, '?'),
(0x6240c7a764585fb5fdb4ba3fe11ecb42, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-gdpr-avatar-placeholder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-gdpr-avatar-placeholder.svg', 1, 0x00000000000000000000000000000000, 0xfee85acd191db859fd875e380c59cd28, 0x43a2e027a4ec17140f378ed3f2f4386d7815a72e6a0c27c3874bd8fd05d3f652, '', 0, '?'),
(0x624169e5b8fd70d5c3532324bdd5adba, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-custom-post-types.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-custom-post-types.js', 0, 0x233d7fba425a950da5f6ae138a832f70, 0x233d7fba425a950da5f6ae138a832f70, 0x5e13e95aae7a4a8f5474751a4efec445fe7699c2c5b82fcdfbe1743a8c7ede28, '', 0, '?'),
(0x6242090ca05b59b1e6ec9f435d6d797a, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT.mo', 1, 0x00000000000000000000000000000000, 0xb814b77b758e66700ec3983d9e14bd4d, 0xe418a21b6d2b014dc852b7f60ab74b7ed048f6a2b59bdbb82100749031d10c6b, '', 0, '?'),
(0x62459e9d3e4830b90c116cacf176c186, 'wp-content/plugins/elementor-pro/modules/search/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\data\\controller.php', 0, 0x078406782e5bac7270acda70e5ff57f3, 0x078406782e5bac7270acda70e5ff57f3, 0x1c15199dde2562beaa232d1c25ffaae3b5e0fb5bdd14c13fc0c13d532a5e915b, '', 0, '?'),
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-post-type.php', 1, 0x00000000000000000000000000000000, 0x7ecc3dc6b4ae071d0e9f910c2e4b1974, 0x8922150179783ed16369d98d56150f7b5a34d1e3427206c769901ba61031fc0b, '', 0, '?'),
(0x62569691843c51f6ed8eab58c757117a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/mobile.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\mobile.svg', 1, 0x00000000000000000000000000000000, 0x313c760c94e62955c0da4e56369b24b9, 0x58624e387271f61003bd18f3e9ba14a53b723b8e1db85ec9b9c5264ec58ceacd, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x626a8941cfd0c58b60655295bea2885a, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/setup-steps-tracking-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\setup-steps-tracking-endpoint.php', 1, 0x00000000000000000000000000000000, 0x9a4c8a3b2c86e61a52a2961996bfc662, 0x8b7a79881fc1284e889f9285a431a9d99220788f8003bd9180172edfc8f12750, '', 0, '?'),
(0x626c4544f78c113bd6bdef56bfc1d80b, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-4.php', 0, 0x9fab3e463447d83820fcf3296f2eeea1, 0x9fab3e463447d83820fcf3296f2eeea1, 0xa15f4da714120d34e55a6c2caa706e176162996e817748f926c99863ff047ffb, '', 0, '?'),
(0x626f54f31bff2f83ce6dc0c54a9ff8b0, 'wp-content/plugins/elementor/assets/js/kit-library.a394510096bc447f636d.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-library.a394510096bc447f636d.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xcd8e6909338a098bf7dd100ac82db5bd, 0xd633758d147583c30fc4946146781bd416168a586e557725198aee429108febe, '', 0, '?'),
(0x627191ca176b5103132107aa97e40c1d, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\templates-types-manager.php', 0, 0x34cf9ec4099b6d36c17c5b194dacf7f8, 0x34cf9ec4099b6d36c17c5b194dacf7f8, 0xfcaadb9c3b21eab719717976da85ea513e3f517ac99a1c1ad2722d487a431ade, '', 0, '?'),
(0x6277fb24c6b8f17ae004947dacfc15f7, 'wp-content/plugins/wordpress-seo/src/plugins-tab/application/plugins-list-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\application\\plugins-list-handler.php', 1, 0x00000000000000000000000000000000, 0xe50ed688d4560c9005d000f78f492867, 0xf2fa5a5ce04e4990bcabab3b43b3eb54839b118654bba5ba9f3cc9c1ba5b2ef6, '', 0, '?'),
(0x6283f585b2035f6945d5017f3df3665d, 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\wp-recipe-maker-logo.svg', 1, 0x00000000000000000000000000000000, 0x1b83a245565605cfc423aa4ac340ec91, 0x70a3eec83e9648faefd2cca98f1d88fe35dcefff67d7cdc9e2284096c639c024, '', 0, '?'),
(0x6290459a23ebbb7658e1be390ec6af2c, 'wp-content/plugins/wordpress-seo/images/error-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\error-icon.svg', 1, 0x00000000000000000000000000000000, 0xe2f42b39af553b3170dcc4bf6b74bd5b, 0x8a5a02017267c0c0963684bc874aec10c17660cd3cf363c49b1e629a8789260f, '', 0, '?'),
(0x62974e1a7b61d032da112d6a8636be6c, 'wp-includes/blocks/math/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\block.json', 1, 0x00000000000000000000000000000000, 0x4aa4dd8ffae6201549be52f13eedc5f0, 0x94c56e3997113fd2daa6e786e6519255fae523aad18ef4a85a8891d6db9d1244, '', 0, '?'),
(0x62990388535daa685267cf9093fdfc50, 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon.svg', 1, 0x00000000000000000000000000000000, 0x35634c086a669d9f6646b9da5327ef1b, 0x8d023844d26b09325252a007719aa6b48d2b3efba8938f1e594ba7582aaf7732, '', 0, '?'),
(0x6299af5cf3f5cae06f0b2aa0d8e19c50, 'wp-content/themes/astra/assets/css/minified/style-css.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-css.min.css', 1, 0x00000000000000000000000000000000, 0xbbe6918d8f39805195e3a627e165462c, 0x20c813f13a53d7d8b3b152a89c6164727aac7e8b7ae13fcc58196de2b7757a89, '', 0, '?'),
(0x62a426d6698abdfee9b98b8828499104, 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\black-friday-promotion.php', 1, 0x00000000000000000000000000000000, 0xd9aa3293da62aa1dc3ee04c3cede6862, 0xc7e3ca9801f46ffd3beeedb664ae8828c000d1a2c63d24d07b5087e3fb99f125, '', 0, '?'),
(0x62b2df8517213d0bb72a5fbdc0319547, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/string-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\string-prop-type.php', 1, 0x00000000000000000000000000000000, 0xde9c2c01a225406d187f67b90cb88893, 0xf53b07450afbc871d75ddd695b2a6563495d39884926f56a2e10baeb4b2deb7c, '', 0, '?'),
(0x62b46ed2cc7217b301cea2247beabf6a, 'wp-content/plugins/instagram-feed/admin/views/support/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\page.php', 1, 0x00000000000000000000000000000000, 0xcf84d0eaf46d09539b0339a4d771ae53, 0x48a115f545da8cc4e18c028f98b1f9f2f693516d74bbcc151e838f6c3b2dfc82, '', 0, '?'),
(0x62b5e93d8b6e4ebcb32a287e3777eb5e, 'wp-content/plugins/wordpress-seo/images/academy/local.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\local.png', 1, 0x00000000000000000000000000000000, 0xe338149e26fa7bafa0e6ddc4703c8b3b, 0x066733cc0bb302a133a93a1eb108fe549dae5ef8af242e10511a3083cc318110, '', 0, '?'),
(0x62b89323d7a38540a0a9f8d8af6df9f5, 'wp-content/plugins/backup-backup/includes/database/better-restore.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-restore.php', 1, 0x00000000000000000000000000000000, 0x079aa918f3be3436501b214f78dd71b8, 0xa5bd2ab64363cefe7cb88de5f0dd99756f841f02faf38be8303a0a4ae97af7de, '', 0, '?'),
(0x62c2e6cf868f4ee6d18ca682cf1719ba, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-loader-factory.php', 1, 0x00000000000000000000000000000000, 0xae8599ff2d1507b991869962492ea52e, 0x453df40307892ef9b306ff475da452883adc3bafcba1ab9eba2a28bdf3295671, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfSchema.php', 1, 0x00000000000000000000000000000000, 0xe08ee2fa520e99b25025b448515d3997, 0x2c925b2f4806228e138096c3faf287586d3d69ec5414f05554c81bdf485b9342, '', 0, '?'),
(0x62d29ecf93d4d329552e6d092509ed8f, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/woocommerce-product-type-change-listener-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\woocommerce-product-type-change-listener-integration.php', 1, 0x00000000000000000000000000000000, 0x25eda5a69ac27d26fbc07c6b32b33594, 0x515fa4b282bf28eeb238b01e9399db61481b8226122d33d4bace124f82f5fa0f, '', 0, '?'),
(0x62d421b4c426603a043da650fddde47a, 'wp-content/themes/astra/inc/schema/class-astra-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-schema.php', 1, 0x00000000000000000000000000000000, 0xae707605e34ec54d94d7a61168057852, 0x4c605e992e8a5392b4ffa8adec607c15a1fff0b482afdb60bbcfa2bf8c613247, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-squirrly.php', 1, 0x00000000000000000000000000000000, 0xce50c0f857155c5f2d5a1071ec44fd0c, 0xe74ffa931cbd625e63ad12c8c2c8f7cd4ff52b58cfcf6ba0e19b92ff71f0af35, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x1ef18c56ea2c1b7956e5db7e3d8bc1de, 0x970e06cc7295278219621acb768aaacdf4d569bf7ceb7ecc344bf95dbf5e8135, '', 0, '?'),
(0x62e27b6cd1dab936f8c5c1948e1f0ca0, 'wp-content/themes/go/dist/admin/style-go-theme-deactivation.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\style-go-theme-deactivation.css', 1, 0x00000000000000000000000000000000, 0x1998936bfb6c7f45073e6c6f48769fa2, 0x0f023cb08ebc74cb94ccf53da9b04b62e2152ddd549478aba3e3d4381384c574, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x79c19c9031d1cfe9131889c3075d4668, 0x56d3926b008be2ad0637b0ad27a28862fc961db2e8dd614b8f58f998bce2eb2d, '', 0, '?'),
(0x62e449981fc150d8cce6d04721acbc48, 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ru.js', 1, 0x00000000000000000000000000000000, 0xa9e022b753093cf0b9ddb5c5ddeb3a11, 0x7c9283d3225e3e8b4e7ae2d66ec5cba092551ac70948968b672758a3e2cfb7ca, '', 0, '?'),
(0x62e9e7e5ca266630bd02574dde2f3bf5, 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0xc5fd583e176fa5c734da0599bfa3dab0, 0x5e32af653e1615bc002b4ae7297a6c57105cef5560375f9652ef7619dd8399c4, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health.css', 1, 0x00000000000000000000000000000000, 0x751f10fbb0cf571a800631af6be312e5, 0x3cef719098be83d2ed1e0f2b82ba9a18dce9755f3556cb9cc9a1cb1de275f1ad, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\privacy.php', 1, 0x00000000000000000000000000000000, 0x1d2347d0585a2a43e7db6c3c9d9a7b62, 0xfdc83a47f36aa0761e0a199f05620a87ceee8bfcb8c2b15637bd06011e88edf4, '', 0, '?'),
(0x63012879c646a77a94b10b2172daebc9, 'wp-content/plugins/elementor-pro/modules/share-buttons/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\share-buttons\\module.php', 0, 0x9aec0cbc3a100101d9452e1612b575e8, 0x9aec0cbc3a100101d9452e1612b575e8, 0x31463ae8842ddb50e190a2adee7a4a05d38c508eeb6f8261b28daf3620e8e71b, '', 0, '?'),
(0x6305bc607a5f9754af27a49fdee9e057, 'wp-content/plugins/backup-backup/analyst/src/ApiResponse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\ApiResponse.php', 1, 0x00000000000000000000000000000000, 0x9c93f31997a8db4b7ce3664b22e63aac, 0x1c5fabdd1c53cb61c5936e6eb44bc1f69dcd72aaaec9bf6bfa9a9d5e3adc4834, '', 0, '?'),
(0x630e32e57dc94807faf99c62604d5d92, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\imagesloaded\\imagesloaded.js', 1, 0x00000000000000000000000000000000, 0xeff51c9330e4cc76361f95d230484ce7, 0x62ee1af42f3b24042b80d9fefe5ddbe2b8ab58b2ca5a4e99a98ef0cdb89066f9, '', 0, '?'),
(0x630e43234fb8e376ba9884c5e3fcca34, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/shadow-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\shadow-transformer.php', 1, 0x00000000000000000000000000000000, 0xc34a8ecdacf10b260a8f30d287f7fed2, 0xf51c477bc55f3e0fe992a3bc6cd8efd0de66be0c45cf8dc8267354fff383cb61, '', 0, '?'),
(0x630edf2e0e834b2da1aa6b33bcc664f5, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x45257da781e94dded8a15abfbcb964c7, 0x77b905f4c9d4aa23316b85bf11b1de2c80445df07ec1d65d6cb1cf46bbd4cc06, '', 0, '?'),
(0x630f82c1a8d91a467104904ff20f4ee3, 'wp-content/themes/go/languages/ko_KR.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ko_KR.json', 1, 0x00000000000000000000000000000000, 0x24f1b89337600092725e6bd07d28175d, 0xba3fe34d85104e25d9517dcf71252ab231e97d8601abc9d172dce48768516db7, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6310a1c6e923353fb96cec4303d65468, 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\user-agent.php', 1, 0x00000000000000000000000000000000, 0x0c1469a96e008499f05423b75f58dd3e, 0xd6602518ae5b68435897d81b36ecc88dbcc5cd96b7474f907e6f33a71f4aac15, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x32e58e0ec9615359796c1929cf4be736, 0x465fdbb0987f19471a4f30dd63f7a57ed4ea49af68a0940a06593b6ac6a39ec7, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\request.php', 1, 0x00000000000000000000000000000000, 0xa854068c3643d3f8a104fe1af1b3077e, 0x2301b15a81c6c5c33107e939b58a8da4afdfc4297715ff6d6eeaf675212705d7, '', 0, '?'),
(0x631d9ee0264e9765a427f47b19839681, 'wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\backup-success-modal.php', 1, 0x00000000000000000000000000000000, 0xf3e6d0bce88f5f66d22481d45ab334ed, 0xe878ca7ab1102b3f2a8a0e49eae38baf14e27646ecc19905e6818a1ae803e582, '', 0, '?'),
(0x63203661161d179a06c1515d01a00dc8, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/position-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\position-transformer.php', 1, 0x00000000000000000000000000000000, 0x06bf20a7fc81aabee216150adf7da81c, 0x589298eb5ee8b5a5cf38d008a33ac2d5eca0d5d2c221f1cc08947c92a8708a5a, '', 0, '?'),
(0x6325bc3b38db515657c69d64c887f53a, 'wp-includes/blocks/paragraph/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style.css', 1, 0x00000000000000000000000000000000, 0xcbbd878bfff4d460098accc882de23ee, 0x85bdac822d19e0d38cd2c83e05099745c95a68f71fb036468841242467d3a9a3, '', 0, '?'),
(0x632666924d1af13ee3872f0a9ba605ba, 'wp-includes/css/dist/block-library/elements.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x633496b46c9d9a8971872e871b8ac010, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/manager-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\manager-url.php', 1, 0x00000000000000000000000000000000, 0x800e8b4f4b07a0a553dda208b5f8c569, 0xd7a883665ffc6cb973043f708201485e330f980e5b542efdbba3e12324a397fe, '', 0, '?'),
(0x63390f496ee17d68dd6b2afa1c3db265, 'wp-content/plugins/elementor/modules/components/overridable-props/component-overridable-props-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\component-overridable-props-parser.php', 1, 0x00000000000000000000000000000000, 0x67816c874b904661e0428e824a111b10, 0xf62ec3a6248fd871edf7f1c73fc12fd9d20d61acaeaeb014a0a570d4f56c93fb, '', 0, '?'),
(0x633d5f1b21f5a291de11b370bcc1dcdc, 'wp-content/plugins/elementor-pro/modules/popup/form-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\form-action.php', 0, 0x6e4cb379dd06cd6e148a0f7b8160c48d, 0x6e4cb379dd06cd6e148a0f7b8160c48d, 0x7f329fba33f02f324e9469ccb542c279e394abd58ddf857a96ff3a95d2b62bf1, '', 0, '?'),
(0x6340690679466159dccd62808eba9c4b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\base.php', 1, 0x00000000000000000000000000000000, 0x12c3a7fca28689f285bb44efe810bbbd, 0x8fc2e8f36a176eb5eaa58d247f3f85f0fc87f48660a2b50d397150d27b89fcd8, '', 0, '?'),
(0x6343a55960a6f2d3e44dbfc7ff7d3d65, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-header-widget-configs.php', 1, 0x00000000000000000000000000000000, 0x7696d9c43356e441e0df0ab69e59a227, 0xa160e58305f1e18acfbf4ca9778a50bf25be2177fa9146dc38f071869ea256e2, '', 0, '?'),
(0x634a882c6c1bf67b40b9a767a62fe255, 'wp-includes/js/dist/router.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\router.js', 1, 0x00000000000000000000000000000000, 0x72887b6f224a7e2eaad5c180aeaef670, 0xf1ce06196b5cb36246a685b3e94d21577a13edd215ca867b97f39bfd10c9fbdb, '', 0, '?'),
(0x634d9263080e628fb550727797a51472, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-rev-feature.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-rev-feature.png', 1, 0x00000000000000000000000000000000, 0x4a468b0a6369e9b7db0b79836549ad34, 0x4cc5a2b43266ecd054c0955c29b5381a09ec612fd5081f5b726e974160b698b4, '', 0, '?'),
(0x6353a88e163fa5af82c1f192d1b51060, 'wp-content/plugins/wordpress-seo/src/abilities/application/score-retriever.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\application\\score-retriever.php', 1, 0x00000000000000000000000000000000, 0x26bfdb96408aca147cc30bc0a2b5f55f, 0x2f968905aaa78f81d8542a09df80418b840ae50268bb105e1ccc611a8a0c26b9, '', 0, '?'),
(0x6354647674593a4975725a1756fb56c7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\composer.lock', 1, 0x00000000000000000000000000000000, 0x687533a5951dab374e6e70d3c4f2e8b9, 0x9cb6a17ff6e4e2ee56478a403fd2a682782840b8063be358455598a6b6e39943, '', 0, '?'),
(0x63614f69dfd422ed34cffbc86ba5074e, 'wp-content/plugins/powerpack-elements/modules/info-box/widgets/info-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\widgets\\info-box.php', 0, 0x0a938f29a412177e1caeedddab8af1b5, 0x0a938f29a412177e1caeedddab8af1b5, 0x37a0eb01f908df03a5472d6ba682da9ed4f00937c2d7156f6a3536ea3c1faa83, '', 0, '?'),
(0x636598e9c157a63d78f2f4ad9d62d3cf, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/secondary-background-image.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\secondary-background-image.svg', 1, 0x00000000000000000000000000000000, 0x3bb85e8e22d32aa8105c418b8e3298a2, 0x417cd69555ab62bd3f7e3b578726885df641a8c5e43f4ca4eba9a0b33db918d8, '', 0, '?'),
(0x636642b3d7478d115f9bfe69b9c09e30, 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts-loader.php', 1, 0x00000000000000000000000000000000, 0x599bbfb1dc155734579d0ac5bc3188e4, 0xa80cd73b06fc191a834bfc4da48fbe969aae4f34d8be29c29e3f030bcbb28cce, '', 0, '?'),
(0x6371707c6225afd47cad2c1c182653f7, 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\multilingual.png', 1, 0x00000000000000000000000000000000, 0x237b39d4d2e253a68a44641ce4500712, 0xd907179f485bbcf0608db2623755ec55e4c8c90edc9c288a71cc3ab0a802ad14, '', 0, '?'),
(0x63720a010e5add7f2a6a74bcdf1c9784, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1966.e82b6f5baa45c543.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1966.e82b6f5baa45c543.js', 1, 0x00000000000000000000000000000000, 0x31d099a482786d2535113d8d2f96c225, 0xc86c9968be566ffc14f90a23be4adf28671202bdecd60f45d47610b146806c72, '', 0, '?'),
(0x6374c5d7a91d9258eed9bede75db7976, 'wp-includes/blocks/image/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor.css', 1, 0x00000000000000000000000000000000, 0x001f56d6597d218aeb50e7126a9499ae, 0x876b71b027da1e7e4d7cd057d3273fa633dabaad44a296a7f50f644a63d3df32, '', 0, '?'),
(0x6374f912a34ed626c29d11f6b39dca46, 'wp-content/themes/astra/screenshot.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\screenshot.jpg', 1, 0x00000000000000000000000000000000, 0x556e420a27fd5885523f5282cc2d4610, 0xd0583512b6499a6d4884f282f065d3acc4610c9600bb17d9a0d2dd9dfd4ba832, '', 0, '?'),
(0x637931a6e7112d53021a94c4b9e3e659, 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xd09627a2b473049919ca2a7a4b3fe545, 0x19f2cb078d8a0ff717465257456238d7ced56243ce929ffdaffa4e8f8e923997, '', 0, '?'),
(0x639501a1aca431c1010ad116f686dc73, 'wp-content/plugins/backup-backup/admin/js/backup-migration.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\js\\backup-migration.min.js', 1, 0x00000000000000000000000000000000, 0xf92dc9aec531ceaa4c39e4ef13d35ab6, 0xacd2868fbabccfdb81c5ac5d248e78686b686df9e3f1ae0d8ff8efb0504b0f75, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa34329b023b2d18ef7c1b535d6bf33f2, 0x93ecf673860b948f3bcf84091d385e00dab836a5094a0bf6a165771dc6c12c43, '', 0, '?'),
(0x63981c0d83a578e73f9bb17134382cd8, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x1ff93d9d4526976f47961770f205cdad, 0x91c258be7f33f45aeba5903f95d0735ee6dbaac09a36b00a8e06a0e08cf0c16e, '', 0, '?'),
(0x639a5b4751882b6d150bf3482c10b15f, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/RegisterWebsiteRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\RegisterWebsiteRoutine.php', 1, 0x00000000000000000000000000000000, 0x10d9b989f41ed0038022f06094a3168a, 0x6ef1af3a464ec0c5026bd0bcaa6d8ebe0320c3050c57dfe9f6c604b264434d92, '', 0, '?'),
(0x639cba161193b55ccb7178378d946c19, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pt_BR.po', 1, 0x00000000000000000000000000000000, 0xa8efcc870c85828354fe1c59ab48c4d5, 0xa021372e423e0700e0129028e1fc6284d915071d5f829ecef727d7217379beac, '', 0, '?'),
(0x639e426caf2cf3c09c6d0e819b937da5, 'wp-content/plugins/backup-backup/modules/review/views/banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\views\\banner.php', 1, 0x00000000000000000000000000000000, 0x0f2109c166c2f5789df0048db643916b, 0x027469516d3981ea4be3ae5adf7357f60631f8d6b5bfc2c85345ca7d98019604, '', 0, '?'),
(0x639eabd8b03cb5bd32090ca4df3cc531, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-2@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-2@2x.png', 1, 0x00000000000000000000000000000000, 0x9c50f3af3607c466f499f3ea5bc6b66d, 0xd6942d2cf6ada9ee73c9c7a1c6ed754f77167d2c71f167db196f02b10873c737, '', 0, '?'),
(0x63a754d33670cbeb857d4f563e98a6c0, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\woocommerce-beta-editor-watcher.php', 1, 0x00000000000000000000000000000000, 0x39f6e33da4e2017f140827fcc0a282f1, 0xf5aa61771a2cc1b2469d6295a2795c8c838d61ead7657e795ad8850a1575c3d5, '', 0, '?'),
(0x63aa2048c8b48d11d84885f2c085223e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/96.c959e6b2f28a11e0.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\96.c959e6b2f28a11e0.js', 1, 0x00000000000000000000000000000000, 0xb83fca5972fabe3d33fbe8697a161ffe, 0xc29f5b0788137285eba5fa61d2d2072cde71a9c186d404076cd032044f93b840, '', 0, '?'),
(0x63b0a34418e12459c57f2f6ad63bfe99, 'wp-content/plugins/elementor/assets/js/container-editor-handlers.e7e069c4e656425c51f8.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-editor-handlers.e7e069c4e656425c51f8.bundle.js', 1, 0x00000000000000000000000000000000, 0xfe15b1cff2606270893453223c35e7b3, 0xe84ebb924a86a2e42edc61d09435545077556645292f7e3dc1b6f14a5c43be54, '', 0, '?'),
(0x63ba50dad6565b6295c5096e1abc7ab3, 'wp-includes/images/media/text.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\text.svg', 1, 0x00000000000000000000000000000000, 0x1de41d831dc86334bf743b474a18d70a, 0xd010b7f7f7662d9be940309ba63df0d9494b45c4253e70596146db122e496bde, '', 0, '?'),
(0x63c2438f91044e05a0bd1b51a80390b8, 'wp-content/plugins/elementor-pro/modules/atomic-form/input/input.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\input\\input.php', 0, 0xe922d2b1d78a8858445627d21aea0b8c, 0xe922d2b1d78a8858445627d21aea0b8c, 0xba63c744cc4c1c7d61bd90a5d3b017df07922a5cafc14bdbef21105985f20a11, '', 0, '?'),
(0x63c808b318a5b1bbef9804e4a294345c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\myspace.php', 1, 0x00000000000000000000000000000000, 0xe52a4204cfedd812b4b1fd6a9111d0a5, 0x24d536de75c248b5d007e2d115a136c70cc5c535eeebec9d9fe8ef367c8ce133, '', 0, '?'),
(0x63d06248815c8727ad9bb11c8c06352f, 'wp-content/plugins/reviews-feed/assets/css/sbr-review-alerts-frontend.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-review-alerts-frontend.css', 1, 0x00000000000000000000000000000000, 0xaff693a73749397559ea32c965940e1d, 0x260875190ed58fc1e57a4ab0c470a04730b0e28da7f9b202bea0dfd8c020617a, '', 0, '?'),
(0x63d2375a1f2416de042fd919417cc3d7, 'wp-content/plugins/instagram-feed/assets/svgs/playButton.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\playButton.svg', 1, 0x00000000000000000000000000000000, 0xae05bddf2ba2ae9b1dd47e3a475d73b1, 0xb279f353e62e09a2b750ebf6463c1a96bb6a4f7d7a365aaf3c1e30cae95e95d2, '', 0, '?'),
(0x63d37dc942a24fa99957d4439f949de6, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\welcome.php', 1, 0x00000000000000000000000000000000, 0x97ac7a20dc932b9e36f41f4a2700371a, 0xffc37a98f8882527ef43c21fb31d6348c7d130803bf9a02ef882c72518827203, '', 0, '?'),
(0x63e68fd1a4c7682c88620cdccc35be4c, 'wp-content/plugins/elementor/assets/js/common.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.js', 1, 0x00000000000000000000000000000000, 0x9915b6732e16ed091eb7cd25a3727fa7, 0x9770f5852916e23185f3ec5afa9acb0d161bc8ed63115a5f4e405260bd452b2c, '', 0, '?'),
(0x63e9b53017e74f4bb743e8fcf2e0fb87, 'wp-content/plugins/powerpack-elements/modules/login-form/widgets/login-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\login-form\\widgets\\login-form.php', 0, 0x36f616c20104c5ab8da047bb30ba3225, 0x36f616c20104c5ab8da047bb30ba3225, 0x2890c2e4ba1c2ec398826c18fb132ef204e6fe3a582a265e06eeb75cb6712157, '', 0, '?'),
(0x63f15b5972f01f8da966cfc9d384e6f1, 'wp-content/themes/go/dist/images/arrow-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-right.svg', 1, 0x00000000000000000000000000000000, 0xdb987c6496c599d0c6ab4ffa148a1e84, 0xa5b4cadb78938e0a4e14a8b6179003406d9089035212d7dc13204472432ab878, '', 0, '?'),
(0x63f891b975aa36d87b346e95d9d6c060, 'wp-content/themes/twentytwentyfive/styles/06-morning.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\06-morning.json', 1, 0x00000000000000000000000000000000, 0x934ad6264920454fbdfca5a93b1f9fca, 0x5abe85d1f23fcbfb8fa300699259a0ae39f7d232950e4de0ee60a58077757147, '', 0, '?'),
(0x63fd191b44e20d134f14bc3b9ad36008, 'wp-includes/interactivity-api/class-wp-interactivity-api.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\class-wp-interactivity-api.php', 1, 0x00000000000000000000000000000000, 0xe0eb2ee87cc2f871b491310fbfdf2c14, 0xc2f0952fe15fa3988447aa7ec700e8e6cd8c9b63a9be326877e671a0bd8df7e3, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage.php', 1, 0x00000000000000000000000000000000, 0xa7495d9855c0e6091158c06783ac8bbe, 0xfe54c2cf9a2dc331205b06eb9e402e2f69f392b6a69469c8c571d9eb30986f0c, '', 0, '?'),
(0x63fe824fd3c4539651bdcb93599b173e, 'wp-includes/js/dist/script-modules/interactivity/debug.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\debug.js', 1, 0x00000000000000000000000000000000, 0xb2283d819e007419674876914d12891d, 0xda2148d62e964431976bc933ada1345f4eb2981bb7a9afb05bd7a383c8176789, '', 0, '?'),
(0x64007c28e56c9d2beb786a4ce4798fd3, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 1, 0x00000000000000000000000000000000, 0xaf882a43276ff0397b1073e24058d0fe, 0xf2f2d680486062387c73d0c34b8bd31427eee8e3d564e2ff7fd803ba7fc55a72, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\getid3.php', 1, 0x00000000000000000000000000000000, 0x69c876918509968f765ab8eb92033686, 0x8fb54ffd52012347b5c004827ff5877c92f2a298eec607c6c1f7db2859cc1f6e, '', 0, '?'),
(0x6403740c78987a8398f86a18a640f7d2, 'wp-content/themes/astra/assets/js/unminified/frontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\frontend.js', 1, 0x00000000000000000000000000000000, 0xc9c9c4ed217994e71b9cefb576d2c375, 0xc25dffce22728114aec60a859be80d23ad06fcf37bd4f86c49ef36b9c9570988, '', 0, '?'),
(0x640737aabeff90967616029aad2d3967, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-reviews.png', 1, 0x00000000000000000000000000000000, 0x88398b655e9e601d9b90f478e4fafde7, 0x784d7aa90bdc78149e210532129472a6dbc6ec0bbed10b62fc6333e07092753b, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-background.js', 1, 0x00000000000000000000000000000000, 0x94f350cd413386c3204bdd7dc39b9e24, 0x17341e684e0ad7d33a51db711358e47a21a0dec56971b05e7359c484e42c6980, '', 0, '?'),
(0x640c4e83a645c5c7822f76a2523415a3, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/size-constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\size-constants.php', 1, 0x00000000000000000000000000000000, 0x76f8f1e90eb2f14a37ab07764c4d4ee9, 0xa1889ac38a51ed38faf877a9c5f9e417ecae60d3ebafd226df1775582b833da5, '', 0, '?'),
(0x64102d7448374db730207b6fe8c1cd1b, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/convert-to-text.6864d3c9cd343ce5df3eb5ca9dfda8d6.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\convert-to-text.6864d3c9cd343ce5df3eb5ca9dfda8d6.svg', 1, 0x00000000000000000000000000000000, 0xd0c599fedd4eacff6e58c38286f33c36, 0xd00e376d7d5f4155b5c17f1b1d43374225cf1332332ef5d91e636c65bd1fa4d6, '', 0, '?'),
(0x641249efb9264cc20c9df38e921fb1f2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Cache/FeedCacheInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Cache\\FeedCacheInterface.php', 1, 0x00000000000000000000000000000000, 0xfbaa8bdbdb38b496d8d619a25e8b094a, 0x2345f1a09ebbaba855aa1224f978b07010d2022eb07633b3fa7e1bba82f73dd3, '', 0, '?'),
(0x64145fca766c8a3375f5c8fe3afa9763, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe291684671312e4388df567514069dba, 0x72b81a40c01406a01778b470f220d47931f943bd0c47f78f578f00ae0fac53a8, '', 0, '?'),
(0x6419481ebbce751741803aa456bcc741, 'wp-content/plugins/elementor/assets/css/modules/editor-one/top-bar.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\top-bar.css', 1, 0x00000000000000000000000000000000, 0x30b290607744f5a92450e8f1d5cd113c, 0x748a42d5a709fb17fb58a418a49e6df615f3b17ede656c2423daad585527686c, '', 0, '?'),
(0x6420b7deb4736cac84bbfe806411efce, 'wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\quota-errors.php', 1, 0x00000000000000000000000000000000, 0x38d1407bd9cc03f85ccab0cd966f3219, 0x117b03e4779246afe31d57ce2c1fcf8214815a954983720d46846b1d15b78575, '', 0, '?'),
(0x642e9dd1bd8cc9026595f6d8a82be0b6, 'wp-content/plugins/backup-backup/admin/images/folder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\folder.svg', 1, 0x00000000000000000000000000000000, 0xe7671a0aad712aeed319133ac283b753, 0x75ea92a24fa4cdaedfb0336fc28a566393dfa2c79c0f8f3ea8134873cb19ed17, '', 0, '?'),
(0x64340204630d2f2df70a9580dd3ec8ed, 'wp-includes/blocks/post-date/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x6435c2934bdafcf14e52b78bf42ea5df, 'wp-content/plugins/instagram-feed/assets/svgs/update.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\update.svg', 1, 0x00000000000000000000000000000000, 0xe3519abc00b86e0bbb9870a1c6ed5489, 0x5e3bc0f8c8299274e2ecd86b7c18ee5a5c1d4f15b75b926261a3125c4802f81b, '', 0, '?'),
(0x6444b4fd9039bbd7c3756e5134feef97, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/ExtensionSet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\ExtensionSet.php', 1, 0x00000000000000000000000000000000, 0x68fd7fdc9e65a5d70c9fcdb01b377169, 0x92ec629d0e26f9c392046dbc0c14e034a69e85a334261b6599c03f89ea233a61, '', 0, '?'),
(0x6449abbf09425a6e23026a2966341790, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8340.7ba3a6092221d60c.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8340.7ba3a6092221d60c.js', 1, 0x00000000000000000000000000000000, 0x994ad3bacc96cef30b29fc79fac666b8, 0xe02c14cd9498273a3fd81d6e992bd008a3f11bdf929845aa91a1301cc4b7611c, '', 0, '?'),
(0x644cd5fc544d69bfa92735e23d6cb3a8, 'wp-content/themes/twentytwentyfive/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\package.json', 1, 0x00000000000000000000000000000000, 0xa302b7f602020ba8d01d12d69583be87, 0x98d756543bee26dbfb1ced27e5a054f7f501b74506f47cc43f339f7cb2d92698, '', 0, '?'),
(0x644fae19c08dba5261702c9e8baafaa3, 'wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\skip-link-focus-fix.js', 1, 0x00000000000000000000000000000000, 0xbeea78846d4304267cd99e65a2a92e40, 0x6d454253b32e0b4df139a5f16699c9861799b39a2207e319c1c59158489b07a6, '', 0, '?'),
(0x645a9bcbd675fb28d89c512d74198938, 'wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\menu-animation-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf9fe7d6abdf0b467614fd13d77fb9c9c, 0xab29f8720180b1be5627f22caa4b28a6ad5184362bbda82e4cbbe783b3323bd3, '', 0, '?'),
(0x646dd122792dd9be89c40a213952d1e3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0x9c4d110e8058d6433ef8749d5ca020e7, 0x7b03ea86c3bcf31b09fee67d72fa4b8c5910a0ee9dd327d44f7067dfce6e3fc5, '', 0, '?'),
(0x64735f4e24ffc5b6a63781da2e0b0e32, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\export.php', 0, 0x5abfbc3bf890fd0d1439b70674d9bdfa, 0x5abfbc3bf890fd0d1439b70674d9bdfa, 0x2eeaaf3ba476e61ae0903242fee65d50d6c2b720dd1b7ce9021d88d36b04c945, '', 0, '?'),
(0x64741ca3d58d97b1833dc4b5f9a4dfbf, 'wp-content/plugins/custom-facebook-feed/admin/views/support/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\content.php', 1, 0x00000000000000000000000000000000, 0x07e1850f76201cb4503164c04724f15f, 0x1d0bfeaa5fabe78cae667c6a694e8e5b1d9367ba2d93d96f877de55d7d8bc784, '', 0, '?'),
(0x647a071f676fb02ba7495a232aee2b4f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js', 1, 0x00000000000000000000000000000000, 0x0dbdf3dc589e4a612b7999ccb2349709, 0x323f505460c43566dc296edc238ddde6358ef5e0c2acbf73ec174cf174b68d69, '', 0, '?'),
(0x6481110539a0de72de86d7d30bdbca85, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_About_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_About_Builder.php', 1, 0x00000000000000000000000000000000, 0xddd2b4cb20aa37f3980a407d7abb7403, 0xb90c740e830c35a6bd54d79da50582b7a3e1d25d7cf636155521cdd085ec5c98, '', 0, '?'),
(0x648476301b073234d241ad9997ade8c5, 'wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\upload-backup.php', 1, 0x00000000000000000000000000000000, 0xeacb44542cdc9cdca3ad239787f8e9b3, 0x6d9ac59cfb0bacf5bb12937098fe8310efa9f8f4c24c950ad0e46b8a1a44ca62, '', 0, '?'),
(0x6487b0be9e7f44b7bb4502df6994254a, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/upload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\upload.php', 1, 0x00000000000000000000000000000000, 0x8cfc3b15b82e8d4f3dc55e51b2c7b415, 0xc66fe846a725d3f8b380011ebc65b0bdb0f7522dd77e0bcfae7cfe2e4023821a, '', 0, '?'),
(0x648e3c86748c88b6c96f42aa69d950a5, 'wp-content/plugins/elementor/assets/js/toggle.2a177a3ef4785d3dfbc5.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\toggle.2a177a3ef4785d3dfbc5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x7dd3e0574fac868cd7eacc0172c6c7f6, 0x1d6f780da3963f68b6640c902162ba52468b75ee06f97cc38ff181e566da81bb, '', 0, '?'),
(0x6492ed16257eeb6017cac0e7f50192ff, 'wp-content/plugins/elementor/core/common/modules/events-manager/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\events-manager\\module.php', 1, 0x00000000000000000000000000000000, 0xa97dc09998d0151bbef3cd7a926ec947, 0x5b1821d03bcb0a72620019408dc8c8d1ba3f51f518c53935966be1e6cc474104, '', 0, '?'),
(0x6493bfe9960a9c0bc7ff5e20a3c7126f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/zomato-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\zomato-provider.svg', 1, 0x00000000000000000000000000000000, 0x564522da2fa3cb83931971ac18f3eeda, 0x624155e9f526f1c0d8654f1edabc52096e7872fd8becfe5e814a7c027d51a8f2, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0x35f614c398267072ce295e2155ff97cd, 0x93db3a2a3efcb7034bffc4bc06637de96947e218d0da2f98fbfec1deadcd8284, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks.php', 1, 0x00000000000000000000000000000000, 0x06a23754226599f7820b40a22ba5d875, 0x77753fc95f853ac948a6b00bb1574d03552e70cb8e43867f61a31c1fd3ec95da, '', 0, '?'),
(0x64a50eb58e72f885e588ab912c370464, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-posts-manager.php', 1, 0x00000000000000000000000000000000, 0x613ff1560499774b7c2430333de03406, 0x9dd6ef69eb89edc001c9a1c1208c9d703f7faf6abf1bce643b71f8cd1787852b, '', 0, '?'),
(0x64a67fbd2eb0b2c3c9dfcda36c6a6534, 'wp-content/plugins/powerpack-elements/assets/js/frontend-scroll-image.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-scroll-image.js', 0, 0xd76c52b7bcd908afdcf5b345dbe35422, 0xd76c52b7bcd908afdcf5b345dbe35422, 0x4751ebc5e7111d5b7da6855c599371c4f2dd464b015f9b47fc89bf3042f39d19, '', 0, '?'),
(0x64abc542aba9e6c39ab663f717d5b6fa, 'wp-content/plugins/elementor/includes/controls/base-icon-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-icon-font.php', 1, 0x00000000000000000000000000000000, 0x47de2f7d68c8ee46788fceb85baf4582, 0xa7c56c358f8c55eef61b638bb34f1ca179d3c2285076d8e39fc3e64bed2a4e7a, '', 0, '?'),
(0x64ad9a566a24278d06f1a97f92d476b0, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x7266dc2007ce42b7312ad629115e89d0, 0x5814eca242ba96b65e9f4e0bc1f2f712e94aefb6e91287157b0d7e6fb8d0d270, '', 0, '?'),
(0x64b36bbf6b46f03152ef30bf2ec29a10, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexables\\indexable-head-action.php', 1, 0x00000000000000000000000000000000, 0xbdd9571621e7fb56e6743ee3e8f773d9, 0x37a3b4111fd17ea0af193eaefbbcb844ff22a35b84a6c502be16806aabdb6e82, '', 0, '?'),
(0x64b3890c8157ba1c8327157004497b3c, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\controller.php', 0, 0x61f474ee6f370c97277fc4ebea08b80d, 0x61f474ee6f370c97277fc4ebea08b80d, 0x165c0db8280a6d6fe56b861f1f6ad518b99e7d28ef50356d3a3778f7b6abb11f, '', 0, '?'),
(0x64b4f042e6d6d13953683741770a1e9c, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\primary-category-conditional.php', 1, 0x00000000000000000000000000000000, 0x4362833253417299a89094f612afb2f3, 0xc068e12d4eda942111ca29aea1abccb87668f176d6e272f36268eaa15a1d9844, '', 0, '?'),
(0x64bf7551cf646f42f439c1d31fa05c64, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0x0de0341ed16564cbbede615faa3a0f56, 0xd4687f6f638b13abea5a5eebcaf6262c87cef3f6e728be17f99c436ba7a6da81, '', 0, '?'),
(0x64c2312fe0b1061c4e4dff4b874e5a4a, 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.min.js', 1, 0x00000000000000000000000000000000, 0x383ca7f5411353770054fd0c162efd87, 0x07c3830e6bb0e9b7ed06eb908c7a14e690463fc5360a796a9d7f478a4f3a5541, '', 0, '?'),
(0x64c38e258cfe9456e9e7f0fcf3aa12a1, 'wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\redirect.php', 0, 0x9af313e598dc76298ed5137a958f539f, 0x9af313e598dc76298ed5137a958f539f, 0x4e40fc1c3144f38f55163365db6e3819805c919ad53560eb2edc891ebc87aee5, '', 0, '?'),
(0x64c798c6174e32bbf0d50dd5b5e9503e, 'wp-content/themes/go/dist/css/design-styles/style-playful-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor.css', 1, 0x00000000000000000000000000000000, 0x2408bdf53ba0047334406d314ce893a1, 0x654b538d097b60714586aed6509aec2c2e9c252b98d8290898c54d6080e22694, '', 0, '?'),
(0x64c99600ef198edc63eca4e88f048f76, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0x64cf20b59cb0c5fa02a027fe275293c9, 'wp-content/plugins/elementor/modules/components/utils/format-component-elements-id.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\utils\\format-component-elements-id.php', 1, 0x00000000000000000000000000000000, 0xdf79906468de19c7012529c6525e8139, 0xf5b2f80a6d3c81781c06a580e7912e15ef0f1f9fd2f751ec94776d10a121847f, '', 0, '?'),
(0x64d33a8cd59c617b9790d890aed2d294, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-shrink.min.css', 1, 0x00000000000000000000000000000000, 0x2b125597284341695f4c836055e2e842, 0x20fda6d38f6419cc5cebc66862a0dec0c7caa34a332d500e1d2d63518ee936cd, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options.php', 1, 0x00000000000000000000000000000000, 0xfa829570187550bb19bbc86d296e3816, 0x7a646d1e5c65b345fcf64e55879daa8ae5e21337f6ccda810deb3ceca182b406, '', 0, '?'),
(0x64d8a96be94ce95a5eea255115644e5a, 'wp-content/plugins/elementor/assets/css/editor-one-elements.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-elements.css', 1, 0x00000000000000000000000000000000, 0x379969f0e40b7318e2c7f9332cfa75b5, 0xefe6524c8a4a20306b8f83862a759b0ae5d297c5e469591be2cfc85ac8943ab3, '', 0, '?'),
(0x64da55e936e38f71ad52e9edcb41878e, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-image-overlay-size-scale-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-image-overlay-size-scale-transformer.php', 1, 0x00000000000000000000000000000000, 0x4d7844684038ec20a8f735258c2e093f, 0x3d261e4779ac56822f2a2417978a6cdcab368c02de5ecf8046282c6945ec7f9b, '', 0, '?'),
(0x64dc669c0e9f2e600ba40728fb715fe5, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Number_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Number_Control.php', 1, 0x00000000000000000000000000000000, 0xfadc06150bbbb16355e94e64d1fd8f81, 0xae54eca54076dc0f75a81a9e3f315d27b262bbcc8f7dcf77056e36d5df3339fd, '', 0, '?'),
(0x64de80d5364935f6efb7580c6ab5f403, 'wp-content/plugins/wordfence/views/scanner/text/issue-file.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-file.php', 1, 0x00000000000000000000000000000000, 0x466d59aa3f42a9d265d4b564dec6cd92, 0x9d9b56198b5a1ae147cff3b5e557fd3e66aedbd9bec7be12a9a56668904c1721, '', 0, '?'),
(0x64df0a1687959dba643db07387f6692f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedPropertyError.php', 1, 0x00000000000000000000000000000000, 0xce6be6ec20e1b315a324abde059f65a0, 0x6d18ddb3277815582bd9aa5319e8b6df65a51c517d8d3e621230b662730917a0, '', 0, '?'),
(0x64e1a7e03154ca671788629ea680210b, 'wp-includes/blocks/query-title.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title.php', 1, 0x00000000000000000000000000000000, 0xc7611efe1538651e92a5212d990f9505, 0x3d1d7727a647d3560b09a246fb8ed989e10cc8931d54c6d7b6714f42e96a0a7a, '', 0, '?'),
(0x64e695554f3bac0c2e02583b0e7ef1a3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/twitter.18eee0dcbab40bb71d4eefc891e4fa06.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\twitter.18eee0dcbab40bb71d4eefc891e4fa06.svg', 1, 0x00000000000000000000000000000000, 0x7c8ce1f4be892067250a5b60a6346a0a, 0x68b027762dfd115da6536c6ad4961f80c5ee7538edd49ccc7fda0a22be046ca6, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0x64f476bf1d05dc2f04faa3178e023b2f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?'),
(0x64f57c96a64b3c63f5ee3a7f38d751ab, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\exclude-woocommerce-post-types.php', 1, 0x00000000000000000000000000000000, 0xc4a715e16707bbbf2ee760e11265b8f1, 0x95aedec03989b3c39119fed6d011ba5c8d6f51c416c39ed63faf325ec41282de, '', 0, '?'),
(0x64ffcf42e23480345738dcc8d6fdc079, 'wp-content/plugins/feeds-for-youtube/img/sby-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon.png', 1, 0x00000000000000000000000000000000, 0x2a3fb846495d11f2055a8956b72240c9, 0xea12aa1e9a7dc6931bafcfa69c7b2931919e69d767e171cb60f5b732bed7a498, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0x93b7241b98520bfcd24aca7a74f3f561, 0x1e2a604a0f626592af381084dcdd1f9b45e9e9af52fbcc00a634b50e55ef9140, '', 0, '?'),
(0x650b698fa506cb2ea2b993647a1ec945, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/configure-features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\configure-features.php', 1, 0x00000000000000000000000000000000, 0x748df6e02e1b9d6b1c88b81d61bd89a9, 0x0dc8b8dc741bc2d03e0f7ee27f5b8c9c2e9414ec17c3ae795276ca02ada79879, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\api-request.min.js', 1, 0x00000000000000000000000000000000, 0xe40e89bb5b27a17c222921c3b422fb70, 0x05b6b084eb0a64e750bf4b337f052aab9e522735c4928d92201a8cada4278f3f, '', 0, '?'),
(0x65112d2d2b80429b406195fafb7e5f54, 'wp-content/themes/twentytwentyfive/contributing.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\contributing.txt', 1, 0x00000000000000000000000000000000, 0xc7bae0175c7c6e37039207cea4ba2269, 0x5815458688bbc8d2ddc24e118d8a802605b31c98595a4a64ccd1bad7cce6258b, '', 0, '?'),
(0x6512007bdc2bd113720e6a3648155d8c, 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-2.json', 1, 0x00000000000000000000000000000000, 0xc3e0c90549cc915ce2ab6107913db6af, 0xec15c3004247f7a7510ecc77c390912bcfce873c06ac93ba50c0d9e6af451ec6, '', 0, '?'),
(0x651f84c9a1c229fa38014e263d46091d, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-wl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-wl.php', 0, 0x04852451cf6fcc30c9bc3caeae2ed7a8, 0x04852451cf6fcc30c9bc3caeae2ed7a8, 0xb95b3fab21e0ff8bec71f7852d77c0c124dab441da9e83a4b16c40baa7c42ca6, '', 0, '?'),
(0x652254b7a9b5947bc42a78c4bc13eb90, 'wp-content/themes/twentytwentythree/styles/block-out.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\block-out.json', 1, 0x00000000000000000000000000000000, 0xaca2532d5df9d89adeded58b6c8a292c, 0x8653fa478b1abec48588fb88871e6577b60cb9c0dce10a810b10738d5eda59b9, '', 0, '?'),
(0x6528c1d97392e05d3dca81ec76f3c34e, 'wp-content/plugins/elementor-pro/core/php-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\php-api.php', 0, 0xb371735bb941df35f4a640a17729fd5a, 0xb371735bb941df35f4a640a17729fd5a, 0x8f969c17f30fab8434958f9176417c76329710c9be1988b7f965ad92f596d0ee, '', 0, '?'),
(0x6529495e4e020a6802694d4a707cb716, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Config.php', 1, 0x00000000000000000000000000000000, 0x513e0a511d3348da9418b3983cd66041, 0x13c02a5925d6d42bdcb754aa1d3a26968b68071607f1a767f0942bb1455860cc, '', 0, '?'),
(0x652a830bd81b19871ac3eaf59ea967b2, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0xf7ec2dbafe2a6c84bbeeb179f7f6f948, 0x9824b6bf9f3d63c814f551bbbf1314b3a0091abf47974359f7967e8b60f0ae34, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x9584f775a0e4c538ba247a3217900850, 0x6694b77cd0f017ffce223730e45cc1977e515d7b4282038379487de9f19f765c, '', 0, '?'),
(0x6530d338ccce112f15a23b117485030c, 'wp-includes/blocks/tag-cloud/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x097927647504df1a428d45d3e3925ac9, 0x1eef75705eeae19ade0d957ae37873146963a63a9e77f71aea40694c81191787, '', 0, '?'),
(0x653238af91233d86c6b81cd7b9a38dff, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3e491f80c4f2dbc9303324e478202ccd, 0xd7cdfa3fe8b014bf3763bbde228ce55a665fd046a23477dfe3249376a48b8867, '', 0, '?'),
(0x6536ac7556fe0e403c3fcb774381fd43, 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wordpress-helper.php', 1, 0x00000000000000000000000000000000, 0xb010e8dbc3b1badcdc831803dfd7c2ec, 0x1184706a384132df61ef26a07f7b8b20b280bcc322397c99c8165a58093b5756, '', 0, '?'),
(0x653f616378369dcdf9aa5d9daf3f4601, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x565d664eec9a00a8a11adf64a80f873d, 0xde95f6575431a003ed5bc62c31ba5c13e2645221448d0214bbf0b863a5ab0f49, '', 0, '?'),
(0x6543f5afd3dfe4d44b861eab2e865145, 'wp-content/plugins/elementor/assets/js/9b97a73ee8fdc5fb7dc3.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9b97a73ee8fdc5fb7dc3.bundle.js', 1, 0x00000000000000000000000000000000, 0x6e9933e003b619c9b8086175c5d1085b, 0x95e923177b3d64bc3921c80f500697a2069152f38696f3804306c08077559369, '', 0, '?'),
(0x65441cf4d88ab85e24f06fe86708d7bc, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/woocommerce-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\woocommerce-logo.png', 1, 0x00000000000000000000000000000000, 0xd7425b5047334b48e6b95b5a6e81d73a, 0x925977b0d28ddf6bb84f03a63cacd6be7e2b0453f724708e3ecda452c025df4a, '', 0, '?'),
(0x65472de5d9ef70fa1aa37a2b2dd45651, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8669.9bdee5870030703e.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8669.9bdee5870030703e.js', 1, 0x00000000000000000000000000000000, 0x540284f597a6efb19af81a50e90829b0, 0x7674978eea5015a392698c287455a1d96cc9bff3d1bb0936a659f21286c55817, '', 0, '?'),
(0x654a802df1b18af3da33b6ab159ba179, 'wp-content/plugins/powerpack-elements/modules/query-post/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-post\\module.php', 0, 0x3c6c39a04b220a684ea87cbb23bfb23f, 0x3c6c39a04b220a684ea87cbb23bfb23f, 0xb0a6410a452288ab17c860f5315f86252a6f271300cb90e976b3310123334178, '', 0, '?'),
(0x65520b274f89d87fd44f3e1af0a3569d, 'wp-content/themes/astra/inc/assets/images/customizer/woo-checkout.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-checkout.png', 1, 0x00000000000000000000000000000000, 0x84a42deee5662a8d582c43b87e398787, 0xb5e53d899816f61a84fe38611ef5965a3f3c4aa2ade987717fad7276ebccbede, '', 0, '?'),
(0x6554836ad90ea9b6163191934113d6b1, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_Sidebar_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_Sidebar_Tab.php', 1, 0x00000000000000000000000000000000, 0xc29940a1d86f1cf8bd4a9da7b3515d87, 0x9cd1f51f72396178978fa3ce4a7e248cd4a97ad3cfb2480d433fc23d4b6a0094, '', 0, '?'),
(0x65548f6d173e46ecb7c415c32b9b484e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-meta.php', 0, 0x8ea76abf95ce492b3f56d26d04b1fed1, 0x8ea76abf95ce492b3f56d26d04b1fed1, 0xc85130cbd0a1f4faac8c65826ed394dbbbc5081804419da98a78357c96b55c2a, '', 0, '?'),
(0x655fd33e0b5b1523ef7f5abf3e75e465, 'wp-content/plugins/powerpack-elements/classes/class-pp-login-register.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-login-register.php', 0, 0x51d8f6a68dbeb96651257d9a5baf904c, 0x51d8f6a68dbeb96651257d9a5baf904c, 0x27892cfed71088cf8097df17fa91032243b2bad95ac484b0d000fcc1dff46f33, '', 0, '?'),
(0x65674497b163eb9aeecedff94ee0f26e, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.659b0373371215e60dab.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel.659b0373371215e60dab.bundle.min.js', 0, 0xfbcb0d6e73fb03492c44da3774c6480f, 0xfbcb0d6e73fb03492c44da3774c6480f, 0xc819063d51510eec6dd3e7b88afedaa7053b516195ad97bf2b0dff102cc0e093, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x656d9514f9ff9adf23c1134f810a5b9f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/FilesystemLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\FilesystemLoader.php', 1, 0x00000000000000000000000000000000, 0x6cefe252c8e1ae1ea347c5163885e3f0, 0x4abb49bf2e9fb880889e06da550a94c59c890d9bf3f8bb772933fdf3ad4864de, '', 0, '?'),
(0x656ee935e8c22b24c3e9e62b7f16725d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedMethodError.php', 1, 0x00000000000000000000000000000000, 0x8be6ace5290dea135d06420ae1600539, 0x055f4714b132380114a66956e45f1708e068e4f5a73a062748f443668e6e6737, '', 0, '?'),
(0x65709dc13e246bbcbe2bf07a1d8a4395, 'wp-content/plugins/powerpack-elements/modules/showcase/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\showcase\\module.php', 0, 0x72bafeb085aace74a30ea318743e11fe, 0x72bafeb085aace74a30ea318743e11fe, 0x84a59f7c5ab40b0c677daf0d8143754d6af55271eb0ac5809730b8e0a2c1b1cb, '', 0, '?'),
(0x6573c8bfa3e06105d1774daa939a5b38, 'wp-includes/SimplePie/library/SimplePie/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Parser.php', 1, 0x00000000000000000000000000000000, 0xa99a2635ff9e32a3a1e399e3f8ee7544, 0xcb677540d5789aedff4b4831432c01b278ffe6037d596fb7b8ac61d6ac0d061e, '', 0, '?'),
(0x65756fcef0ec28a6810eea81380b3f35, 'wp-includes/js/jquery/ui/menu.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\menu.js', 1, 0x00000000000000000000000000000000, 0xdfe753388f8d36f9143ba5ede2efd0eb, 0x1f149899605f246f8100fbf30ce2bb25c16f19075607e10e0e644f6867a7b8ed, '', 0, '?'),
(0x6575ebd31c98a076ba93ecb1c1151b17, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\in-categories-condition.php', 0, 0x245f09a67e55194de5492774f522f7ff, 0x245f09a67e55194de5492774f522f7ff, 0xc2c0cf868d49c434954ad04f7f57ffb3e84f07173899dc110a961dd031e86109, '', 0, '?'),
(0x65766256c6b96e3e546622658ba7f48f, 'wp-content/uploads/2026/01/social_12759410-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\social_12759410-1.svg', 0, 0x20f559ca34e828077487b02f08d71bd1, 0x20f559ca34e828077487b02f08d71bd1, 0xf6730df13ae04e0da19af08a48323b2931d4a38819fe4d43e874ea5e37c67b82, '', 0, '?'),
(0x6579412be67e9ef365c64fc6e5e2ba1a, 'wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x9dd289d2447b0aee81de005391c1806e, 0x53e9593408da61d1cbf310890bef1fb90a95845a137071485a4d863f984d679f, '', 0, '?'),
(0x6579540620510e20c0e5109a9ce82811, 'wp-content/plugins/elementor-pro/modules/forms/submissions/component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\component.php', 0, 0x3d7290b2757b136ae8746f1654786fd5, 0x3d7290b2757b136ae8746f1654786fd5, 0x730713e158800e934a3836f7d86efeea49facd5fca989126ad4147a89e6877de, '', 0, '?'),
(0x657e51867d7dd512c4ebf8bc27e7ad8f, 'wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\01-evening.json', 1, 0x00000000000000000000000000000000, 0x11b493f0e971f7ecc65f89b4c08e4fa0, 0x6f1a8210cc9e52977b6fe87f4b80fa380210fcbee1810c62d709c8855169d9b9, '', 0, '?'),
(0x658562567d2587bf437d9bfeb915538f, 'wp-content/plugins/elementor/core/admin/admin-notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\admin-notices.php', 1, 0x00000000000000000000000000000000, 0x366dd2867891de0f8b58ef7b0436e899, 0x8665b17beddebeec63e1433038cccd33d250fd632f2224acf5e78ff1e6a3cefc, '', 0, '?'),
(0x6589b3b1a40ef92876e75e965a32cfd2, 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x659116264ab0f739f553f9d1852f060c, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/onboarding-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0x8bef09e57a868ca043f5dc56d9df45b9, 0x10b26db45052e18c68e7bd79df8ea8911d7bd8507267a93171f8ab4514bc510e, '', 0, '?'),
(0x65a70751f22c9e2f4c38b58168413588, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Builder_Customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Builder_Customizer.php', 1, 0x00000000000000000000000000000000, 0xd5a9a1957a52d0d7a252252199c09751, 0xd92d41f1966b60955a736a215e7ceaf1ee9474d19b99efb1ad791b4295f1ff65, '', 0, '?'),
(0x65a716ead0d94529ebee3639ee2c9f8a, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-vars.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x65a912cb5e576cc0d65251fc87e97bc1, 'wp-content/plugins/elementor/app/modules/kit-library/admin-menu-items/editor-one-website-templates-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\admin-menu-items\\editor-one-website-templates-menu.php', 1, 0x00000000000000000000000000000000, 0x09beb14cdbfddcb9d88b4c20307341d8, 0xf69adae0301fe91b92c9a303a04fe0ea6a7f353965291f3655fd36ea299fb7bb, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x826be8ee1e8df6592430f20ff4ed187b, 0x33b15b4427da07f31a5835dc9ded4d486db09ce90f24c2ab5236e89b8317a811, '', 0, '?'),
(0x65bbb1d621a95804894f91acc978e143, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.min.js', 1, 0x00000000000000000000000000000000, 0x87fe6e55dc2329ae7dc808619486b1b6, 0x10fe28f95e3e4f031d9195ba89b40afa77b091629bd2f643bd9fb3e703fd6aff, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\xdiff.php', 1, 0x00000000000000000000000000000000, 0xb95ea34cc434185817d7986f0919b3f7, 0x4c1ae428839d4d2008aaead962fef53b01a745a82ec73aaec80f2990ba438f70, '', 0, '?'),
(0x65c46cf8dcfa3e1d8194a7d8ff4c05f5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0xbc194e30213fac354af76cb10fc7de5d, 0x1fcfe291a86318af6d8c9cbb1cd0278d548f7d822312ec7853468aeda4133c42, '', 0, '?'),
(0x65c6f57aef71a711ee8cb5e756bd367b, 'wp-content/plugins/reviews-feed/assets/admin/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0x003ff2ad141de7395d75d9062aa6f122, 0x097edd8c401f206d2c1d16381e58ac8468a05abf6c12d2b66b78d288756719ce, '', 0, '?'),
(0x65cad3fd1b0382469bce9d0fe690e7eb, 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\promotion-interface.php', 1, 0x00000000000000000000000000000000, 0x8621f933b15182d41c6997c6ea08837d, 0x3d2b5fbbd0c03c3b776c4152bc10edaf834091c61f04b6c17a5bf21c34abbc55, '', 0, '?'),
(0x65cd27b1f019f737840d8082eddacfd8, 'wp-includes/blocks/group/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor.css', 1, 0x00000000000000000000000000000000, 0x68b8caac1de5c848c2e56b78dff683ae, 0x0ebaecd9a00bf458449a2fbc17350fbb198a003000ef446cb14e68f865be9c77, '', 0, '?'),
(0x65d2333bbe70638a6da7a96c4ffc0237, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\textarea-control.php', 1, 0x00000000000000000000000000000000, 0x2cdd6baf508196e0e002cae56649bfbf, 0x665ce7837b1247db871ec7d0d84d60d3c93b93ac4196f37babe5dc07350a1f94, '', 0, '?'),
(0x65d263856bbaf493f8da0dcbd43e156b, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\site-kit-consent-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x9a973e32f404151cf7644e9b20c63284, 0x8a2f01b7c94d33b45a6b0a337bbc2a3d55ff7c8c30f4704120671953720b5e24, '', 0, '?'),
(0x65d7f75ae31cd401a119843810d97159, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Separator_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Separator_Control.php', 1, 0x00000000000000000000000000000000, 0xd5167abc01128309b3f02dcc3d31df58, 0x38606d4b515066be4abfdf13f18ad49c3b780c1f4eeaee6311382e98053bf7b5, '', 0, '?'),
(0x65d8ca85e34d4775764d54f24898f18e, 'wp-includes/css/dist/admin-ui/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6bfd31aec9c36b3ba907dd1d492ade12, 0x20b7669c25ecaeef16da9ee8ef926183836e370eb093c4772a9ce6dabaef8def, '', 0, '?'),
(0x65db66dc9f763c782b4017b6eb8af29f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/import.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\import.svg', 1, 0x00000000000000000000000000000000, 0x1c098f977bc2cf8372a2f72d864dff28, 0xc1fab9a87a5db0538831b13b9a295601faadf98cfc70aab0faef2a39a735ee31, '', 0, '?'),
(0x65e296f6c59506739df1a2e13773afd9, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x98627152deb14b1bb7d61d1903e7384d, 0xcc4e5d169ddf6e0f12257b8c311144154753463b6be1c10bab94a311756f70bf, '', 0, '?'),
(0x65e747a0ebb2aa2ae5f96a1970fbff18, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_normal_400.woff2', 1, 0x00000000000000000000000000000000, 0xb782b01afc9646c7259701b07e2a71d0, 0xff1d2064eaba73f7868e72b0b809351e7e0c201c2eb383812d5acd9cda3564be, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-ultimate-seo.php', 1, 0x00000000000000000000000000000000, 0x3d304db035f2d884ae94b48f69153017, 0x1c573d3abfbbb0c46954ee4cad168537b4720ec68639476fe5ee2ba7faf6078b, '', 0, '?'),
(0x65ef86851a5c8f10dbd6697aa855e5de, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\permanently-dismissed-site-kit-configuration-repository.php', 1, 0x00000000000000000000000000000000, 0x08a7f9687d575c0cebffa4ea223c2520, 0x36106477cf29f00e358a573d069bbe97457e03faac8e2ac83a96a15d0db6545e, '', 0, '?'),
(0x65f0ae90a102a5a30c8bf3b2aead4529, 'wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\connect\\kit-library.php', 1, 0x00000000000000000000000000000000, 0xf49e9df57e197017c73f687b368a2633, 0xb8d33ed20ec7ec5891fc898393cf4fc4bc7881f1efbd9f5daf25f8ec8f7f2c6d, '', 0, '?'),
(0x65f937e7f51856771b92dadcb881438a, 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\classes-surface.php', 1, 0x00000000000000000000000000000000, 0xab3eedd08aa244bac3133ba5750dc60d, 0x59d90ce2b9cca580029201deb40a05fc00bdf06e7c7607492da1fd3ab72a13ad, '', 0, '?'),
(0x65fb5b6fc18c23da4d4cbec634ea9a4b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0x0bc45036752a83b38e2f6aea82f3e83f, 0xbbc7f6ac16c0cab6709b9b68dc9c00c33083e3cf81290de99b97dbc9c0cb19b0, '', 0, '?'),
(0x65fded373c594b1a970c3eb7eeb4b351, 'wp-content/plugins/backup-backup/includes/database/search-replace-stack-based.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-stack-based.php', 1, 0x00000000000000000000000000000000, 0xba1fca4f301ebabec33d277a670743de, 0x844ec2d9a0fc00bb18c9ca0cbca02a95a76b0aa9bc320e56e53a496076be807f, '', 0, '?'),
(0x65fe2788360a870a87ef6be21e556864, 'wp-content/plugins/elementor-pro/base/on-import-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\on-import-trait.php', 0, 0x8616311b22e6210e0656d6a2dd8806b7, 0x8616311b22e6210e0656d6a2dd8806b7, 0x2a75482fc66f25a41f69dd085f328b2c4057937d8da1fe7b74419bab6fbb38ad, '', 0, '?'),
(0x65ff6758778423260cfabb6cf26c23a2, 'wp-content/plugins/wordpress-seo/src/main.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\main.php', 1, 0x00000000000000000000000000000000, 0xc08c215771224e045359639a2ed547c2, 0x58202c4c9c19236e0f2dd0110f757de0007bba36df1cf15d4b621f09c12acba4, '', 0, '?'),
(0x65ff78b284370c83822f6f368651c0a8, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-pbf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-pbf.php', 0, 0x98a8d25c46127db47089ba74c2962742, 0x98a8d25c46127db47089ba74c2962742, 0x884ad5cbea896044d8b118b79239ee5f5feafbe13953f525807344d86edf50bf, '', 0, '?'),
(0x660b500152842ccd3676e419c5a22bb2, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-700-normal.8aed7f42f0690656.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-700-normal.8aed7f42f0690656.woff', 1, 0x00000000000000000000000000000000, 0x4fd3b8e6f95056e9d71e2429edffad35, 0x92e2ce9fd379f5a91f1737d0b83bab3febeafa1dec217cc129467035fd25d969, '', 0, '?'),
(0x660e853f8c73458e2ed75d350ec74737, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-500-normal.60810e07c7b02730.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-500-normal.60810e07c7b02730.woff', 1, 0x00000000000000000000000000000000, 0xab1ea155552e9bb21af93964c83ff89c, 0xca30bdf6dff4c00d9191515fdbe0e352563adc5224f7a2800eeec861d986c6d6, '', 0, '?'),
(0x66106e46de726fb9a5e794c63ae54caf, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\notifiers\\interface-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb4cead89a856527fbe600658fc8811d1, 0xa3b7c37ad892bdf4befb4e75cc7677a4187116d649f45b3da052171ec0915145, '', 0, '?'),
(0x66118540d0a9404938cba3a1e1489cbf, 'wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Upgrader.php', 1, 0x00000000000000000000000000000000, 0xa1f2ec35033e1bcb9768dc94261b8c01, 0x6d1a591e5842a66bfcd686055f28041f4483acbb0afd43feedd6d910ec8390b3, '', 0, '?'),
(0x6622975c0f6e78e57e5906e4f5ad7592, 'wp-content/plugins/elementor/modules/atomic-opt-in/welcome-screen.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\welcome-screen.php', 1, 0x00000000000000000000000000000000, 0x387927d744505e6dd0848818e8cc0ee3, 0x37480f488d72980c4f5b15987def07a4289b5d19a488324992428456d3fff9a6, '', 0, '?'),
(0x662fcced86afad5cf412fde3de77acc6, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/youtube-gray.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\youtube-gray.svg', 1, 0x00000000000000000000000000000000, 0x971c8732b8c3a6ceed83c181f39b83a6, 0x9482a56651a6b117f302c5cd494410d9f0ad2fffb9f74201dddfb680b1336d54, '', 0, '?'),
(0x66456129726977433458e5aec79ad670, 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\site-helper.php', 1, 0x00000000000000000000000000000000, 0xab544b5d8f7b4071145659a3d849fcb2, 0xcb616a9d1e0c8a4d7c7311239e645b7684d75d5dfffa1a249d1ad2b8d89f63ce, '', 0, '?'),
(0x6645e40054b6f82f55433271d42ad0be, 'wp-includes/html-api/html5-named-character-references.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\html5-named-character-references.php', 1, 0x00000000000000000000000000000000, 0xb8908cb01eca1f0700d3e939dc4fce9c, 0x448fec6bf0aef1d698933b45a37926acd6f62c5b1b8a6674f25c565caa12b0b9, '', 0, '?'),
(0x66469f131a52224911cf082edb9f4503, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-blog-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x279a4175b9cef3b4f844738bc5dc1a16, 0x9609e2266484ef7a0a1e373b0aa00c07ade0d013727062153739c2dd4a6ea5cf, '', 0, '?'),
(0x664b8caeb6a649a7633613954c28a7e6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-700-normal.4535474e1cf85986.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-700-normal.4535474e1cf85986.woff2', 1, 0x00000000000000000000000000000000, 0xc83e4437a53d7f849f9d32df3d6b68f3, 0x69a361b2f6e6a695ab7bc3cc6d2c21e018ae954f2e78fee12bd580130ccddae0, '', 0, '?'),
(0x665727bb84c7169a67972bb5268a5390, 'wp-content/plugins/backup-backup/modules/new-bb-banner/misc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\misc.php', 1, 0x00000000000000000000000000000000, 0x8637253065cdce33de261ba9e0479784, 0x70ea051d9cafa66efe647253042ea7f37ea94efade5b88769caebf564435fdca, '', 0, '?'),
(0x6658bb2a9ff8a341a8ddc82995fd4f67, 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-location-and-link.php', 1, 0x00000000000000000000000000000000, 0x98114000b16d5e6ad45afcc43d8e93ff, 0xe5d15d6096c27bfb20fdf16e93b30a8fccc9c8b1e05a8ab9d77dc81fbf4d76c7, '', 0, '?'),
(0x665af0919fc66a82576cfe6e42c63f43, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0x7b59362d7f9227cfb6cfb8851644289d, 0xb49c9e691685811e63029f93641d64d195e744da8d909575ea942af9f8ee6e22, '', 0, '?'),
(0x665dfec0e198e116268f07e9dc88e3b4, 'wp-includes/images/media/audio.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\audio.svg', 1, 0x00000000000000000000000000000000, 0x9b38671c11ba7420c426f4f79283b868, 0x40e945b479da915bbee22dc343349203b9d47b1a14c8d0bacfae5f769f925d43, '', 0, '?'),
(0x6660ded98e73ce92fa7b3eef0924dce8, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0x6663eb3fe3c003108e8ec79a7f1cfc9b, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-subtotal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-subtotal.php', 0, 0x12e58fdb8289d3c7328c7233ae034fa8, 0x12e58fdb8289d3c7328c7233ae034fa8, 0x8b1f4fd45e7628a3dc24068a4bc89cdff0ac544d9772ebc9505d1cee86191795, '', 0, '?'),
(0x66657e6e7aaeac7bf965d005692e16e7, 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\triggers\\ai-started.php', 1, 0x00000000000000000000000000000000, 0xd43c91be81d685c87c3bf8ee6ee948ac, 0x6985fc6777129e7c106bf8331cf688d576ebb885c4bff346e9697adf81d67a22, '', 0, '?'),
(0x66681a88c2fdecdf9d4cc2bd41d01ca6, 'wp-content/themes/twentytwentyfive/patterns/text-faqs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\text-faqs.php', 1, 0x00000000000000000000000000000000, 0x814f1085dfddb21a0f7ca0242e59a9af, 0x43fcd2b354675eb665396008d38f024d11fd148ed5e651a7cd2c4b09fdda3c0c, '', 0, '?'),
(0x666d9922830690186df28be4c3de3b34, 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.js.map', 1, 0x00000000000000000000000000000000, 0x8f39b1f3610dbd7ce921c91a5a0cb1ea, 0xb41220e051f497994b6768d0f9409d75d79043e972b91b50c1e03c921e647f4a, '', 0, '?'),
(0x667190f06a5641863e453c96f3ce2a90, 'wp-content/plugins/custom-twitter-feeds/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x1c9177763206c1bfd9a05826d3e7941a, 0x4e03658987986ef9d503eb280f7dcc4af691d90d36b34677cedac4655823cb4b, '', 0, '?'),
(0x667834ca353a3f6270424192711edb74, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/divi-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\divi-handler.min.js', 1, 0x00000000000000000000000000000000, 0x102d8586f08a24d87eef55b69a6cd2f9, 0xe019572873cfe05b21528e5b1bf0d44fcd60a0dd15bde1f0680d7d77fd3f1104, '', 0, '?'),
(0x66785ddd49d57e44cc33d307c7143785, 'wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/consent-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\user-interface\\consent-route.php', 1, 0x00000000000000000000000000000000, 0x267f13be1fd61b6229245b1bacb4675a, 0x96bacfb24da4af6c50bb313c6330dae2b536a78557a7251b758a3adde8a707ee, '', 0, '?'),
(0x667aa88117b5dbf3131443d0e5f75ac4, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/delete.e06625ada2622560f1bf2651b2a648d9.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\delete.e06625ada2622560f1bf2651b2a648d9.svg', 1, 0x00000000000000000000000000000000, 0x26621c7208888cac4b52aef1f2fca766, 0xc3824f164d2512fd1cdd799365822215ed1226cc3c6e8d8f63addabc5a756e21, '', 0, '?'),
(0x6684b08c72cac9e00eb24a62ecdbd5fa, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-gradient-bg-animation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-gradient-bg-animation.min.js', 0, 0x0252225d2367109103eb4fdfae2cf14c, 0x0252225d2367109103eb4fdfae2cf14c, 0xf67930967c0f8d6bac3f4e13fc67998f365841d88bc8c5c0c723cfc84752ccdd, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x2588da3ab2409b7ef35259827bb5b0f6, 0x71a324b8da77720bb98d52510dc172965ebdb20b824e85ec3010236ce8e4f643, '', 0, '?'),
(0x668946e2f5418ea36cfb915570fdf0d8, 'wp-includes/blocks/post-featured-image/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xed3942115315e25ee272ef8a70314d80, 0x90a90020a3e7a44c567539855d6ae4d289665c8fe97fe4d3720a95cc06b028c6, '', 0, '?'),
(0x668a1d7ac850553bddefc4c856cd57e5, 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.js', 1, 0x00000000000000000000000000000000, 0xbc2f9f4460f94f2f29c69b73570de201, 0xe48cec1b3842d54081cb4f5116e9dcc13d80cde894496099de9b23171dcbc696, '', 0, '?'),
(0x6698047bac0a5adea6aa63c951492cd5, 'wp-content/plugins/instagram-feed/assets/svgs/imageChooser.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\imageChooser.svg', 1, 0x00000000000000000000000000000000, 0x1d7ddb5cf17268b3fb0a6ddfade313f8, 0x1c9664aeee2ada355532747c9a25044ff4ee8e8ff4451cf679d3bd8ddc31395b, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms.php', 1, 0x00000000000000000000000000000000, 0x955f38ae8c5ba7843c9d7ee0b855ad1e, 0x634e0f0a10267d3d8b45d7c6cbdc01bfb7fed48bb027dd638580084025d75dec, '', 0, '?'),
(0x66a3a61c1b6dc884a925a62321790dc0, 'wp-includes/blocks/navigation-submenu/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor.css', 1, 0x00000000000000000000000000000000, 0x651c467329aae32c99a233e0e52bc09b, 0x71502cef2442b07b72be5e5f147a2340e7db06629b2b5647a10b066a0a29d060, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0x2308b4fd8d7fdcbbb70975c47be51d9c, 0x2c7936a31cc5fef378efd46c24dd1feaa0a08b37a60beed44ebf3bc79e942d55, '', 0, '?'),
(0x66a8a849702f86aaa908819025c754eb, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/code.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\code.svg', 1, 0x00000000000000000000000000000000, 0xccba95016b6e8cb34176a427245727fd, 0xfe59e8bbfb1e81c294e6fda816820e9efbb245d66df5d4e28d2ddf03698784c9, '', 0, '?'),
(0x66b198757d94bf6977837f463c50cbd3, 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-success-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-success-modal.php', 1, 0x00000000000000000000000000000000, 0x97cc2507b222f19c931f3ef3c1ed1de5, 0x896981ccc50afac3b3d529296d5942515994d5e4a1f43ca059464f1462fe998c, '', 0, '?'),
(0x66b47535a87d30c56cab8f386781f415, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\archive-posts.php', 0, 0xe7621426bba9f15ba5ae9a9885ba3d53, 0xe7621426bba9f15ba5ae9a9885ba3d53, 0xf434ecfb80c5f20ef8fd4e18700e005835d4e6505a749a5047c2f8bb35a9f3d4, '', 0, '?'),
(0x66b522c7031949f41f409d13fccf65a0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\AutoEscapeTokenParser.php', 1, 0x00000000000000000000000000000000, 0x3d8651bae50e9ea08b53b164a2fed764, 0x9343312b59e87fd940eb5d3d426858ee36b1adf29fa89d04ee74c19c701802a6, '', 0, '?'),
(0x66bf3b445688934a1db23022d4e17985, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Filter\\DefaultFilter.php', 1, 0x00000000000000000000000000000000, 0x18f7d37136c2ad199b270dd662f989b7, 0x694f4dfa3ff07bd8875efdc94d63691ce8892ca4f2820d57e2f1ca49b78bda7a, '', 0, '?'),
(0x66c024e773a97bbf33bd8cf44c2e4e83, 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.min.js', 1, 0x00000000000000000000000000000000, 0x6801f70389bc24ceeab65aace6b4ac39, 0x73d88b19714a6fadc678b64f40b4e3628cbf369cf4567c46bb6f8b84b0d6f61e, '', 0, '?'),
(0x66c298818f5c7491be5dcfd6004bdfcd, 'wp-content/plugins/wordpress-seo/src/tracking/infrastructure/tracking-on-page-load-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\infrastructure\\tracking-on-page-load-integration.php', 1, 0x00000000000000000000000000000000, 0xb0eb9743e2c37077b2d388d7754fd27c, 0x2bc360ed1659ec02b721c29ed6ca8f733049beb9be9c12e0f64f7e1aae0b3a2b, '', 0, '?'),
(0x66c2fc118a07b71ae9bae0de19936db8, 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0x5c81c8bfb874a14723819d3d5e4f4f0a, 0xdc494a91b2c2fc2a5541e1ea2f943232dca0bd3292f6fbf646e489842e584600, '', 0, '?'),
(0x66c83689e8b278b05c49fe2edf9a52b5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-600-normal.63162eec71e4dfe2.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-600-normal.63162eec71e4dfe2.woff2', 1, 0x00000000000000000000000000000000, 0xbeb0c8d8bee820b02b322780d91b2edd, 0x17fc8f9e4860480c654034b5666b4b6c061a5bae159aabfcf0306751dcd5c402, '', 0, '?'),
(0x66cf1433d7fdb8590f11c614faa9f154, 'wp-includes/js/jquery/ui/tabs.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tabs.js', 1, 0x00000000000000000000000000000000, 0x59f42fade2ab4be34a99535ff3cab8eb, 0xfabf59ae740fb759beb633e60f8ab3ab8df88d357689a96c64900a0e867a51f8, '', 0, '?'),
(0x66cff8bf2ef122a78a2cb9b29164c254, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.strings.js', 1, 0x00000000000000000000000000000000, 0xad273ada3d56fb720621131737926d73, 0x6583df4d12f919c08dbcb6015d754e5dbfad1918f4f72b3893d31e477929c14f, '', 0, '?'),
(0x66d1070428ad00e480a20442f17cee87, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\installed.php', 1, 0x00000000000000000000000000000000, 0x090e248347c67455f7e22efdfd5cef3a, 0xdae0530c74f30dfcd1b82ba62130f51178b8bb04a603ac19b017f1fcf3a29d19, '', 0, '?'),
(0x66d5f1d6d5c0f896d7120c45e4a38415, 'wp-content/plugins/elementor/core/files/css/post-local-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post-local-cache.php', 1, 0x00000000000000000000000000000000, 0x5c367a1d9f3a84480dda445f5063c248, 0x3fe5a10233b75e494e649a62805aebca62b7b1329dcedfac38a813c54791529b, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed-content.php', 1, 0x00000000000000000000000000000000, 0xccd9f76d65def0e638a6d005f3c2f39b, 0x7d4563bca3ee7ac05d23ee6ea2b8eafd8f773f79dae0529161a9960b30de8536, '', 0, '?'),
(0x66d884bcb389c724ef5b377c4a190ceb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\exit_intent.svg', 0, 0x0c89ab0468922510d748fa37f5212f57, 0x0c89ab0468922510d748fa37f5212f57, 0x38dff1868f1e2099fb84e973d550fe0b266dc9d8dcde053993552097128c762a, '', 0, '?'),
(0x66dbf710f32a57e32edc269693709285, 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.asset.php', 1, 0x00000000000000000000000000000000, 0x34f2e4d192c907f924f8242ff23aeec8, 0x0680d2234b59efd4b82b4a2267111f170dac301bedea0ce73e9332b8715fa753, '', 0, '?'),
(0x66dfa82bc494cb0045e2db2e70dd94a6, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-meta.php', 0, 0x5d3d4cabfc102880d94d112ff22e1516, 0x5d3d4cabfc102880d94d112ff22e1516, 0xc21e99a039040ed891f13e8f2c2d5c3941cadffb7fa783f8f923b8d7667778ce, '', 0, '?'),
(0x66e157bb7f4fb2567779f8748ce4a605, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-review-alert.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-review-alert.png', 1, 0x00000000000000000000000000000000, 0x00c00e7514f271b00830c9e1ee706115, 0xba5962ce7c13554c1ae046fd3f06c352304c3d238b4d330fba00efb1f9077b0b, '', 0, '?'),
(0x66e6e6c4a4707436b15ad423a67eee3d, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Relay/Relay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Relay\\Relay.php', 1, 0x00000000000000000000000000000000, 0x3b2cd718723ec924f9b2696cd33ddfe4, 0x40f24f3b887a283aae3d9a8958ce97ddc9898072ea43d94dc6bde25150205e00, '', 0, '?'),
(0x66eb8a2b307bbfdea9d3f8bbde461374, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_Utils.php', 1, 0x00000000000000000000000000000000, 0x0220a60f6836eeaeca63ed4bcd03b212, 0xe23be890cbe5fb15a791b36af7cf96211cc5a845755d160977aadd5b33bd89c8, '', 0, '?'),
(0x66f0bc822604d82285823dfe5a0b1924, 'wp-content/plugins/elementor/assets/js/admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.min.js', 1, 0x00000000000000000000000000000000, 0x7a3f4782521f9672429ac5992769f9db, 0xf88d174bc81ddc85317c06ed99f29699ba6e23d287ebd675cf1d6e348c4cedb9, '', 0, '?'),
(0x66f215569f4f75208e7e622850368e00, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\widget-footer.php', 1, 0x00000000000000000000000000000000, 0xfd2169f94a4c51093fe3b9147fc49a49, 0x8bc6e2ccb1bd163d6a6c82cf55bd7110ad1572a50b8fa881b2bbc87516bba4f0, '', 0, '?'),
(0x66f24fa07c7472c29acf1ac37be47771, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x1b3f1968f44419e60c1c1c7743b406c0, 0x0cd09260d7c687980b857f30947d57cce90105ff75e3ca423fee56f3861674df, '', 0, '?'),
(0x66fb4902db88abc0b1c8d5766feb078a, 'wp-content/plugins/elementor/core/utils/template-library-import-export-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-import-export-utils.php', 1, 0x00000000000000000000000000000000, 0x0c7975bc5f8447c4c2154d3da31faa9e, 0xaadd53ece0099433e7252bbd0e7eddbd57a586bc56117327ca564efc84ba3c06, '', 0, '?'),
(0x67006b43dae2ebf126b5110ee953bf4a, 'wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\advanced.php', 1, 0x00000000000000000000000000000000, 0x45fbeacec0ea3ded06f94ef3a910ce3a, 0x68707b6cade4b4193bc9d10ded5a6c523016abc0063de7f54d7e3f7bb5c470ec, '', 0, '?'),
(0x670b526c5475c1f25eff274d92c9b6aa, 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x319cf5198ba85f05d86f943979ac28f0, 0x989c39ef361a55b4d7884c7139006a74a62e8b63d0d85a3bf2ea510c2186a6b7, '', 0, '?'),
(0x671050ac87a6641c80680ca04adffeaf, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\instances.php', 1, 0x00000000000000000000000000000000, 0xc0852727092a1cd90ae20df1756d4ed5, 0xd4e26c16c996e208aea50ba1248c19702b4f97305ca807ca30265eb2bc7fb36f, '', 0, '?'),
(0x671411338f4ef3e0bff0be03f52cb3f3, 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.js', 1, 0x00000000000000000000000000000000, 0xd7229ad184934f21a29d170d2bb28daa, 0x838c881388fea46cd6153d16b8f6a573c40667058f90c8f589a2f2a2843b9949, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.js', 1, 0x00000000000000000000000000000000, 0x16623e9f7cd802cf093c325c511a739c, 0xfa6bf02bc8d8cb2f666711aac6834c4084c06366023902e5734a8c74582f6e6e, '', 0, '?'),
(0x6724cbb3bf11f791b6c962c2a4b32d48, 'wp-content/plugins/powerpack-elements/assets/js/frontend-interactive-circle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-interactive-circle.js', 0, 0x7c8ea89ba7d8a8fb3a905186e132ac39, 0x7c8ea89ba7d8a8fb3a905186e132ac39, 0x8b3ca00f99a3ba12d3e35a4015c65a5f709be58440b34f65d46a27aba2b0fb79, '', 0, '?'),
(0x6727bbc10bb753b92d54499bd2f9f672, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-schema.php', 1, 0x00000000000000000000000000000000, 0x7be00351c37d301ff140e2a1e477dfd1, 0x6a7466f45debb990d5585c47f231e15227788ea319808bac559c6ed3874e059b, '', 0, '?'),
(0x6728d90f53fe1a39829740727b8ec152, 'wp-content/plugins/instagram-feed/admin/SBI_About_Us.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_About_Us.php', 1, 0x00000000000000000000000000000000, 0x37c07b057aa2a344b114ca0d0ef13058, 0xd212e40fdb0787ea1d71104d6f82399374f1fa07c238223b5cc3d8e56480df2f, '', 0, '?'),
(0x6729bada4e704a40116f7bb7d3b08185, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\ClientInterface.php', 1, 0x00000000000000000000000000000000, 0xc8e63b7bdb52f2068397589d189a10da, 0xaea1804098ed537ad4ed7e8e8023a0f833ad9c02aba5446d57d2654e25042091, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\vars.php', 1, 0x00000000000000000000000000000000, 0xfb7c93eabeac6568ae386d51382fe0d0, 0x5946593d6063bce65f92ba263acf621923e6b27a1161a02f5075f7e88525464d, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x780b0be93482009dfedeaeffe9a2bad5, 0xc859050898bcdae8569c935be7ec3623955ca0971bc65e75438303329e66f485, '', 0, '?'),
(0x672c951a1c522e87a3d95be1a7d32fcd, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\revert-runner.php', 0, 0x463510e9f066cd2c644ba2cad435e134, 0x463510e9f066cd2c644ba2cad435e134, 0xe0c00c58297ff7d965340407652221e36c224b2e1b1b6b8496c965b4d1bcf6ab, '', 0, '?'),
(0x6738537b2855a0b8bdeee6f589fb94eb, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x6eba3f7d6390b01a98d83a67e785bfab, 0xbc6724e1aada218df148dd35004d73dacf973febe843af2eefaaafab735de312, '', 0, '?'),
(0x6741dc4509ff69938b7525d650786c89, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-moderation.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-moderation.png', 1, 0x00000000000000000000000000000000, 0x887a78eb3c19f8f47877c1737273a51f, 0x6302b1e323b560f5e7a19cd45096e588d80df5e4ad32e044472582ba5cc60216, '', 0, '?'),
(0x67427e5d2262a71e1d39a6e65800433b, 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates.php', 0, 0xb12c30cbcaead4c2610120eaf4568a1e, 0xb12c30cbcaead4c2610120eaf4568a1e, 0x7a60661dfec534b722a73e9d9fbbf1bc57043838b4a2530da4f0a756585631e3, '', 0, '?'),
(0x674f1898fbb417d4088d6ed43bc6d25d, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0x1890c3b90999725b2576651dcf2937a2, 0xe920daf6e30940b50a6ac21f50e22a575355bf9add3725b7eea4b14c7b433aa6, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0x2c2b95b14d4ca81e54df9c4e3a983d34, 0x1fa608596424357b8fa22eb775b362bc11eece2c6a8b78c199b0e7a740be6a9e, '', 0, '?'),
(0x6759424a3e03c733ca994488145aa1cc, 'wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\button-widget-trait.php', 0, 0x2204a5fb9c2f5dedf70bf4865542ebc4, 0x2204a5fb9c2f5dedf70bf4865542ebc4, 0x75a9c964f3e21120b51ec70afbaee1405af69136fd37bf793badf407e9563509, '', 0, '?'),
(0x6759db321a0abd34a6df8bfa574f19f3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-header-elements.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-header-elements.png', 1, 0x00000000000000000000000000000000, 0x4099d8cf4d97ccee0c51c897d6f87bbc, 0x8b9ee7897cb503515ce065bfb8ac00893873a83672eb7ac5331f2f8a97dcb15a, '', 0, '?'),
(0x6764fc9357cda39371010d98129153e8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8980.942fdbfd7dc0df0f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8980.942fdbfd7dc0df0f.js', 1, 0x00000000000000000000000000000000, 0x6ac1745673929e18676fa1f4d6af60cb, 0x15f7934de59437338694f8ba155d18beb91836142a15d6d67e056dbfe1567971, '', 0, '?'),
(0x676db6a9abf9dbaefe7e1afb781c8fd5, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/email-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\email-action.php', 0, 0x1302e4d460eaa0f3a377c4b630295e6f, 0x1302e4d460eaa0f3a377c4b630295e6f, 0xd8792b777a2cf4935d8113140958765cd7af1b80d3be07c42b6e7c4817cac0c1, '', 0, '?'),
(0x677531621339c5ec891edf81024cd7fc, 'wp-content/plugins/backup-backup/includes/external/backupbliss.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\backupbliss.php', 1, 0x00000000000000000000000000000000, 0x0b9e695d28627dd741b7676a19780980, 0xf7428636960ce49117aded969751372e00578f041b4c4226e31358af4c163706, '', 0, '?'),
(0x677594b1931e36895ddd82b53fe8cfc4, 'wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\form-record.php', 0, 0x237fdcf5072c30a359619b86b5bed5f7, 0x237fdcf5072c30a359619b86b5bed5f7, 0xd6309703df9639ffa35b416b02ce785765d714b53e42507856d28d5ae9b6acac, '', 0, '?'),
(0x6776d4d91a554fffddf2f1f01dadf6c9, 'wp-includes/blocks/html/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x5873113be558acc6689f2670ecddbcbc, 0x953e128f535efb8ec01f75f615023555282154e01b592ede9cbf2ba5c0dfc03a, '', 0, '?'),
(0x6777ab1b49a4375ffd98afad8d115a01, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/booking-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\booking-provider.svg', 1, 0x00000000000000000000000000000000, 0x1536e55deec60c60cfa59620413ff47b, 0x451a0b95edd910896f29ddeb5c030c1f2e61b806ff23be68e27be9d13b9ebd03, '', 0, '?'),
(0x677846369355fe3f67f9b67fecc3bef9, 'wp-content/plugins/elementor/includes/controls/animation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\animation.php', 1, 0x00000000000000000000000000000000, 0x69983907d8eab5268cbbe7c97edd02de, 0xd78c281d7edc0167a45492da425ffaf7e48f7affa5cf3d4aeb47383eb2cb1496, '', 0, '?'),
(0x677bc362b3b4101d71d113e7c977e8bf, 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\menu-anchor.php', 1, 0x00000000000000000000000000000000, 0xe503cca34541bcbca397e5c6f0a41a09, 0x95e45165c40e84d9a2f3cc0d8ec02f69cbfb65a5d85e8b4c7b435b2e73454fba, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x677f674b5e81ab14b4536fab14ebb9da, 'wp-content/plugins/powerpack-elements/modules/onepage-nav/widgets/onepage-nav.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\onepage-nav\\widgets\\onepage-nav.php', 0, 0x6713a8d65b6b4bbfcf5698162cf5c2b4, 0x6713a8d65b6b4bbfcf5698162cf5c2b4, 0x1c26f33d5f97c761d932cbf5d8c19ba53756bfaa1ee675db47b6c74a453d4775, '', 0, '?'),
(0x67810d95b6baf69867afe015aa70689d, 'wp-content/plugins/elementor/assets/js/styleguide-app.04340244193733d78622.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app.04340244193733d78622.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xc2bb07dc84ca483cfd4d5be95c085d0d, 0xf6bed98e45f46d76cd6816cbbf7575b1b157e88a2dea925a86ed85f388e4272f, '', 0, '?'),
(0x6784b8be624e03bed274cd9514b9db43, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/dashboard-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\dashboard-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0x6badb8784ed2c26e0854c1cd5aed6c73, 0x50dcc08bc0c6b730ba3fbc36e69cc82e9d0fce201bd6c8f45870463ee1c2b15e, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7a9057eeb14d9eea269838c733e236, 0x5452407065d3d6f9536046bf61d7b143ab3e2b04f67f568825c9fa38ed4a7951, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0x67944b19b38499d24e1b3e4aaac03416, 'wp-includes/blocks/freeform/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x26d23e340fdd9577c9b45b9743ee4c3f, 0xcd2f4efbf6f3fd26b31aafafbe64e631112ba5a3da90c8285077f7aa44269c0b, '', 0, '?'),
(0x679b7dc0e317469cd5f1a65273839bff, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-out.min.css', 1, 0x00000000000000000000000000000000, 0xc085285342642dfe119d96ef9315ba13, 0xb86f51d634b67290b299268a5651278d8e099ee4208a43ae3de929c97f14be0c, '', 0, '?'),
(0x67a03edcec9ac11ab5239ba19e2640f7, 'wp-content/plugins/backup-backup/admin/images/arrow-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\arrow-min.png', 1, 0x00000000000000000000000000000000, 0x3afd09d1e12b77e2ce4c89ee2c44d02d, 0x077b07c446608b625494c5ff0b02bc90b1710863207616cb459225dc4eca98a4, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0x7d347f54de9755e69ffc1f10b07cb99b, 0x5d23e20e6addf9c32b78f277c499b6ceb71d3ae182cffa62cc0a990474a46386, '', 0, '?'),
(0x67b24ac0e3deeb780db52724df11d5c3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Processor.php', 1, 0x00000000000000000000000000000000, 0x65bce07b17dd0bda86a7e815f6e0a2ad, 0x0f070fa2b406b9d33c853f1d464b05d234a94d85e1ac8e06e0ff84b7e63ec337, '', 0, '?'),
(0x67b39f389531683c8f4d3ce69a2152d3, 'wp-includes/blocks/term-name/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style.css', 1, 0x00000000000000000000000000000000, 0x36710f1c56f8acaa6adb67675e3b2ae5, 0xce332f3276e5eafeba99ceb4f1a9b5d2f468d40a08a4ecffb7d12b396befaa46, '', 0, '?'),
(0x67b5cee7d1f8e12739a1527f4430b00b, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/CTF_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\CTF_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x7782f3d72e8deadf2ed08c6cf1f24e5a, 0x0f2c8dd5eb2bac14b778fef509321c4a74e5c080740a96a37d5af8bf18b78eb4, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\common\\wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x67c2fae7134d8417b16fd200aafc9e4d, 'wp-content/plugins/powerpack-elements/modules/album/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\album\\module.php', 0, 0x1483f22ee6d6f94444d7cf35bedc6176, 0x1483f22ee6d6f94444d7cf35bedc6176, 0xa3695addc0dcd1499e3260520f7a4e77f34469be1fc852f08321edbea94a951c, '', 0, '?'),
(0x67c87062113b88558ed1850c970ee4a5, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-above-header-configs.php', 1, 0x00000000000000000000000000000000, 0x5b6ae01588ae7428d0be245cc44ab38c, 0x89870dc16d785a229f8c4570526ddf5b49bec306e030404622e7c35b338b8037, '', 0, '?'),
(0x67ca1797c9ea440a50eb61d6b1742a7e, 'wp-content/plugins/instagram-feed/admin/assets/img/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0xba1da666ad31241757845743c17b7711, 0x1285c1c5337af3559890a51d10e6ddef43fed3094d5f403bec53115282e41088, '', 0, '?'),
(0x67ce9ba919eff1bb9a2e423a4ffd6774, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0x67cf8c9a54e4e189a85bd741546f2d43, 'wp-content/themes/astra/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\index.php', 1, 0x00000000000000000000000000000000, 0x730482d2a2c79313969530fe041a49c4, 0x2e603d6195d1672547321d7f31d7d35de86513928de5476ea2020aeb196bfc67, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0x37d9af393c5684e0b5720f30a27dbc4d, 0x3589b5cca12dd91eda9d4c3971b8c8883ec34568741f56bf4cc15788c7cd4142, '', 0, '?'),
(0x67d15f511c6f91fbef09813eafe41d60, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\upperCase.php', 1, 0x00000000000000000000000000000000, 0xc308c5f4a1b07a02ef7700ee06f93412, 0x3595f29f9b3e0c40ecb8a55233af886f7f1382fc09ba563a237e9630b4ff04df, '', 0, '?'),
(0x67d3332296aad438a439bb323a333f45, 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\application\\missing-indexables-collector.php', 1, 0x00000000000000000000000000000000, 0x46f02874a69bfe8cb3baa72109b899b1, 0xe42a2764bba011996f8c862ea675e9fca15e73135defb670e8ae2cbeb817d87e, '', 0, '?'),
(0x67d381d9227df848dfea9d2ceb9664f1, 'wp-includes/blocks/social-links/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style.css', 1, 0x00000000000000000000000000000000, 0x500defe1d8e6bcaa5ed5c638668fa486, 0x15308799e4965b026f827730a0661910f383f41f38d3602a5fff1cfc22cf52c2, '', 0, '?'),
(0x67d75fd9dfd8f31ef7e05638b602c65d, 'wp-content/plugins/elementor/modules/container-converter/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\container-converter\\module.php', 1, 0x00000000000000000000000000000000, 0x6039372845689c25be2c4c5aa194bb95, 0x546e90f7d893e846f8fa0bd33bbaacbc8eab64925071ae07d42b931969f60e00, '', 0, '?'),
(0x67da44bba0c445788908d427724fe43e, 'wp-content/themes/go/dist/images/design-styles/playful/arrow-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\arrow-right.svg', 1, 0x00000000000000000000000000000000, 0x43db08864b223a5c64801d862e87374d, 0xb3322668c5a6cc965ed1341c7e5ae633f5262c072ede0e9e4b10700d1757e28a, '', 0, '?'),
(0x67ded181fb0994d5d5ede3f990c3b3c9, 'wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\tabs.php', 1, 0x00000000000000000000000000000000, 0x8986eadf9e58975b2399d0d86195ecbd, 0xea8e231a22a6ec41f5ad1dcaa77f4d2cd4cd4ce3430b67d1bc01a8a45e6de48c, '', 0, '?'),
(0x67ef0be8d99160ac2d77bd97a8262eb5, 'wp-content/plugins/wordfence/css/wf-colorbox.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-colorbox.1778081072.css', 1, 0x00000000000000000000000000000000, 0x7917949d4596e7bfe27f05fdb8145307, 0xcea10432b411be2a3027318380f9c8f6d952ca95c192154dbeae9320dd5076b2, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x8cb13e7d4f50e3385a2c4f62b3ba993e, 0xbbd9c7f983c23aad8ff444a361109c2186d982ff0e760599aa1780a732082221, '', 0, '?'),
(0x67f82bce5ff3503da50779cd19508523, 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\styleGuide.js', 1, 0x00000000000000000000000000000000, 0x323b17dbefbad14117622be93b7529a0, 0xf45bfef5b65271c5c92d686b7088cf88580c00fc5ca4b8e86bdceb627426e3ce, '', 0, '?'),
(0x67fa5111f3a53c036c22aec18f3b3555, 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.strings.js', 1, 0x00000000000000000000000000000000, 0x62e81118eaf6e1bb79e79caf068c2845, 0xed07749133162e9e5c5daa6337109c2b72f37f081a656ee38986214fc7e44640, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0x6a53e18a345b37d4f72262a071684e79, 0x24455d540fb7b7425b55719fce0ed5b263ceb1a616a536e6bbd9da9fa23095f4, '', 0, '?'),
(0x6801fe9410971710daf8c95bdde51fbe, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkbox_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkbox_Control.php', 1, 0x00000000000000000000000000000000, 0x87eb47223defb93c224f010fcfaf2bb2, 0xb7e642d067b776ffadb55c58756826bafe754ec499b8a6d22ecc31a45b63b9b3, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\language-utils.php', 1, 0x00000000000000000000000000000000, 0x34798f4ab7e3607be1c6165af559507a, 0x48d21a84060c3beda9e34e3c92797a67da5b0c4820c2d9856d36766fad8daeb9, '', 0, '?'),
(0x68049f1382334716b5c44bdb7ef1f2f2, 'wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\pricing-2-col.php', 1, 0x00000000000000000000000000000000, 0xdd232e99a91a4263b021d7bc4ddc2d4c, 0x7ab0507a9a95d7784a524367b390c22070a374a22d6c4dd3327c9e4d90b7c890, '', 0, '?'),
(0x68050633104cd77f0837bf0fe078f3f4, 'wp-content/plugins/elementor-pro/assets/js/off-canvas.82d118980fb5aa03c82b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas.82d118980fb5aa03c82b.bundle.min.js', 0, 0xb0296d5582dbc8b6e2bc677d2b1aab80, 0xb0296d5582dbc8b6e2bc677d2b1aab80, 0xf6e13183692628cae6ae958360211ecb2e6864059c0f790627fec728cd58a685, '', 0, '?'),
(0x680cf3cb6893a79458dbd8b55b3d805a, 'wp-content/plugins/elementor/modules/atomic-widgets/query/post-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\post-query-builder.php', 1, 0x00000000000000000000000000000000, 0xff5ef84fcf8a388349b2fdf0096ea490, 0xc0a951cc2ffcc8a33ac959b5688654c02c8015d834c1982c6f191e094ea87b1d, '', 0, '?'),
(0x680e41958f7ce57155bac7ac0d797503, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0x191da37eb13437ed00c2b1fc026e45dc, 0xcbbb84d96d5798ef3ccbd13edaa54863fa442d03a50ab3f77b95d5fd4a9b880e, '', 0, '?'),
(0x680e45e9595c2763e011f42a3e8443ff, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookplus.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookplus.svg', 1, 0x00000000000000000000000000000000, 0xd67ca3ef1b4c35a02159f5ea2e57812a, 0xe07db5268ab09748f69116fe027019b8340a49ff2e04499d873886346dce2ff1, '', 0, '?'),
(0x6810194f8bd9433a1d17d1c5268f7763, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app-initiator.js', 0, 0xa42c9df44ce2f0bcb256e1a09fd6704e, 0xa42c9df44ce2f0bcb256e1a09fd6704e, 0xeeea4b5827bf25f37da2a3603a21f9da082d67fe824ed2a3497bb79c00c31be1, '', 0, '?'),
(0x6813d6b56785b87619e1d81aadd4fcc9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3191.fe77b675abd794dc.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3191.fe77b675abd794dc.js', 1, 0x00000000000000000000000000000000, 0xcc20b4b947e7d7db895f37e9eb0b892b, 0xf6722a473cdfdfac5dbac7cc028e3b02efaf1c76e2874bf84d3b4ec5efa813b5, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0x68173f6f8ff82a1aba546b51699103e2, 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\button\\class-astra-button-component-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0xee1ad785a63dc59f78622b9bfa1433e6, 0x4e3e531544ed4dd1df3d6baf8718db491843bfaacceec278f0ed2877e38e0465, '', 0, '?'),
(0x6819e766501bbfd433215acdc7383449, 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0xa92f1644853328c97c8d02b0d47ec24d, 0x509bbb198aec5f3f68c30bd6d24ebe3b2aa9375fd42b73b992a90aca173d86ea, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0xf32c81f68629fd32e0e38160f24d65f7, 0x4dc6f667134e8439b6ec51a2716f29e3d5abe2e751f583a58f890cc53ba12425, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xecf826bedd01da84f1e6b5b44d2da844, 0x69c3cf0add360603e4f331f7b741f5586b527c95c632b771ecab9272b40f1f5e, '', 0, '?'),
(0x68251fe770a63ba2c0ae45fb884d01b6, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\video-background.png', 1, 0x00000000000000000000000000000000, 0x4ed149783e04274b4ee58f0868372474, 0xf1cdfed9c58b083d5eb9f533ca14edd06801f96bb2033bcbdb705e25696de0e4, '', 0, '?'),
(0x68254e161f53988c869ab05ac1a503a2, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/complete-task-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\complete-task-endpoint.php', 1, 0x00000000000000000000000000000000, 0x5bd402abc4d9443c9ab82ad35116de93, 0x624884a571b047dba4ec2d9f1bffefb46d68b1655ba6256679821c20790dbd06, '', 0, '?'),
(0x682c852462835e9e2853bc614dc4a999, 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Net\\IPv6.php', 1, 0x00000000000000000000000000000000, 0xa724fba92057328baa84a0aaf923da60, 0x782a0e60fd6c26cb8b711d707b3cfdc62cb2a1f5157e2528c3fddf7fa6903b92, '', 0, '?'),
(0x682e7ba487b91e6499bec055ed7435ce, 'wp-content/plugins/elementor/assets/js/nested-accordion.4340b64226322f36bcc0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.4340b64226322f36bcc0.bundle.js', 1, 0x00000000000000000000000000000000, 0x287693c0197badd7c5ab33cef8d61bdc, 0x9f19c95edd87b0a241a515dabb672dcd81b58a1ec54412e87f20e4b87005de1f, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pluggable.php', 1, 0x00000000000000000000000000000000, 0x047d800751e7d1ff3c0bad3379535a31, 0xcf374d3cd876d32a57d2d6fca15bc8c3786915b7f229add42b77c94d787d07d1, '', 0, '?'),
(0x6830639a08da55016408342d64837058, 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\profile.php', 1, 0x00000000000000000000000000000000, 0xee00f0d62c94fb17c8f8673b0bea99b4, 0xfb43ab9971a8f1fd4e2cd96076ac539bb12a1ceed2df5a5bdc60d3caf4ad6de4, '', 0, '?'),
(0x6834d02a9c262675855cd8fd11752eb3, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xf6a37f6c033fe55bcdff1eda68726f56, 0xbac3a7f463f9d02c2483a4cfc90adf267ff0e22a42170eb076432729d813afcf, '', 0, '?'),
(0x683c2159e213574de83a700a16ff0749, 'wp-content/plugins/backup-backup/includes/dashboard/modules/backups-table-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backups-table-header.php', 1, 0x00000000000000000000000000000000, 0xdd6168cbf8d6a21a395af2fcc5aa5282, 0xcb6a6043931cb777b63ffd421d90cd0af638ac116ca3333017f85b7b81ef9f59, '', 0, '?'),
(0x683ca593171d91d4c4f373af2f739b1b, 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\below-footer\\class-astra-below-footer.php', 1, 0x00000000000000000000000000000000, 0xe1bc9e0cf59e291b1ffc817a903bd3bf, 0x2856f3ddf66a5519a0685fec50194f89dd13e64f11edc92346b56195eddfc29e, '', 0, '?'),
(0x683de2a59a637d86d0ebb93ea819b2d0, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xf650c3bc4b247efa93c1f95a7a364e9c, 0x52bf81d20de4885bad9c7893af0cdeff05750024c0c7ee30cd72dd50b5e411b0, '', 0, '?'),
(0x683f91f934ecad3ee10ce6b4425748cf, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-bottom.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-bottom.svg', 1, 0x00000000000000000000000000000000, 0x9b59c79c7fcb6d3465cea77f12cda8a1, 0xb7e090e899850de9b9bd3a471b309278d2c83d0469fe13b57e6d97064ee6b059, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa109701154317d10827aae6b596db5f4, 0x46e52c62a9d3554a9fdb78d941f236ca72b8478af466e27b443d71c8eb0cd4a2, '', 0, '?'),
(0x68550021186ae8d7026f6acf71e9927f, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/export-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\export-runner-base.php', 1, 0x00000000000000000000000000000000, 0xd098895711d5dfdfc84f8967f5784dc3, 0xb5484437d03c8f6398069ca1f83c31d014433ab471f049f4c760c9255645e663, '', 0, '?'),
(0x68571397fbf1dabfd2130862720f0b87, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products-count.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products-count.php', 0, 0xb24b497c0ad7270e93ae6550ac26a20d, 0xb24b497c0ad7270e93ae6550ac26a20d, 0x728c83d19fcb515a7a1c55935922c8168759eb2cde7075bed3626811c963f841, '', 0, '?'),
(0x6863decef8fe3df520a3f0e08daf30e9, 'wp-includes/block-patterns/social-links-shared-background-color.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\social-links-shared-background-color.php', 1, 0x00000000000000000000000000000000, 0x16231cd05186800676869eed23264f44, 0xf8655e175d1e603e715963da54b91b93d607832eb838f934a09053daf0f212ea, '', 0, '?'),
(0x6873316ba8da81f6f960b2b899c43403, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/FilterExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\FilterExpression.php', 1, 0x00000000000000000000000000000000, 0x82a8f1e448922206fe172dba6529f800, 0xcb90dc2d53d7c54c770f780f489a99d3641e36991cc7b271ca67390afba23477, '', 0, '?'),
(0x687a56f6e8d2d0197a243de2b6c5fd99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x83387f64df0e00c3ce62fa5e0b47aaf0, 0x3098679582cf28c5778a1c7e933860ca947e63bcfafd43f54b960fb12101ed1d, '', 0, '?'),
(0x687c6723b0cc1f4226a387701039ab68, 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\primary-footer\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x2a94467b9459be12fc875253c6fc507b, 0x6ed23754a279daa454b9da9b117f810fdaed2ee0d3a213fa819eda4aedb0e5fc, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\theme-install.php', 1, 0x00000000000000000000000000000000, 0xe5a0b7c8b981e80f03fcb548195e7280, 0xeb66886b4c0287ecf61a1ca529682f465fdcc1c6164d8e0639a56a81f9aa56a2, '', 0, '?'),
(0x68816519824b2651dc4c92c17fde7d29, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0x3f6ec36cf16a531553cade0349f7bf82, 0x5a137bcc44bcc217bf93d7204ba7d06f6a89f38bdcf150467bccc962c75e2908, '', 0, '?'),
(0x6883e92e99a562226c0606b05e1d536a, 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\all_around_seo.png', 1, 0x00000000000000000000000000000000, 0xad6308a626b9d5dddbcd6ccb1450d5f4, 0xc20b2c62f940203971506cde2e64fe0d4eb7547678127c4013f8aae7989a4713, '', 0, '?'),
(0x688e2ad3ca8a44c6fc516a558cf8ab2e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5973.6c9488570fae65d9.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5973.6c9488570fae65d9.js', 1, 0x00000000000000000000000000000000, 0xbb4a2dec7b9bb671cb5914bc541dcf2c, 0xa4ab898ffed28b2fab3c8308593d55588381159fdd724c0f917f6d15a26ade91, '', 0, '?'),
(0x68909410e0f1f8a0a785a9c2e1f1f830, 'wp-includes/js/dist/script-modules/interactivity-router/index.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity-router\\index.js', 1, 0x00000000000000000000000000000000, 0x58313b8bba71487abba25eafb6b79699, 0x87026936d6fba2d1df49c24812c5c2fd77ab1654698f7d0c643f0354d56d5451, '', 0, '?'),
(0x689398ed419343a7666bb1393307554f, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0x23026369d275e623a2fef9371b120fd9, 0x912d05b2771badae49f2cf946fe4d708c9259acd26a720f71b247d178417967b, '', 0, '?'),
(0x6899e1d1f93c5fadc9dd103c9976c442, 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumb-trail.php', 1, 0x00000000000000000000000000000000, 0x6d307ace4e6917b49d3569b455c2ad68, 0xb0593e6054236876674ca748c0525ec107083ddd8605688bd1bb5b20fb07aea9, '', 0, '?'),
(0x68a01a99aef4c9d13a35e12970d8da49, 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\services-subscriber-photo.webp', 1, 0x00000000000000000000000000000000, 0x41170b96734b709609b5bbfb53312862, 0x03a9c4a1965aa9c723a658e06eaf628ac4c1a20cb6d8fe7ee24f1d5a2fc83ba3, '', 0, '?'),
(0x68a04f542c24dde228fa98e7e7e3cbf4, 'wp-includes/blocks/site-title/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\block.json', 1, 0x00000000000000000000000000000000, 0x3f640d6b64dca94400bfb3ef192b5883, 0x9f84ba0e3bf770686dff3bb1a0db385bfcfe4462d38d0816e3410360b6d08bd9, '', 0, '?'),
(0x68a4fe2905d05525dc4e3e3e1ebc977a, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInRight.min.css', 1, 0x00000000000000000000000000000000, 0x3275f888e6b23c5a6e2b79dc95663ae2, 0x55ed683f845dd62df60e5bfe6371d29fd275bba69ab13a005db94a9bdc8c9a3d, '', 0, '?'),
(0x68a53cfac1ee98f9db487ebf7e4fa899, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.strings.js', 1, 0x00000000000000000000000000000000, 0x26f2eed5ee349890e4315ddecb802dcb, 0x466b6ae78f9cca7fe0ff4b3cd126253e6d4e9722028a1de68e1d8bab3f7d1b50, '', 0, '?'),
(0x68a88063215c642fe920004c5d734408, 'wp-includes/assets/script-loader-react-refresh-runtime.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-runtime.php', 1, 0x00000000000000000000000000000000, 0x87e09afb00b621d56a314d2f3efb833f, 0x7fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a, '', 0, '?'),
(0x68aac544f224fcb9f69c8f5f7a508689, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback-rtl.css', 1, 0x00000000000000000000000000000000, 0xb92453347792e17528f95a8c870c4d31, 0x1cb8f9df2a67f4caf8572e90ade20411236360ba3b30827fa12ee104a360b1b8, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0x68af99c6a6d05d465005ed28d7781e7f, 'wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\feeds.php', 1, 0x00000000000000000000000000000000, 0x21e7ee2a93750cd9b54f36d84f86da3f, 0x51e5bf444aee64164cb02f394d41707a9ef7a58f19ba11e61d2ec900ee01d27e, '', 0, '?'),
(0x68b2521ec83e85c37916be701bff8e78, 'wp-content/themes/astra/inc/w-org-version.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\w-org-version.php', 1, 0x00000000000000000000000000000000, 0x9fe90bd879dd115deb651a1e2b34b234, 0x3da1374ccb21c5a5776c6364754937571bc19aab72e039be813661e2cc37c084, '', 0, '?'),
(0x68b53d897264fc1022b5656fd0c9efdf, 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\divi-builder.min.css', 1, 0x00000000000000000000000000000000, 0x43a9337fe7a4a70d9d4ddb7370af0098, 0x97fb771b8c7c92f116e69ca8a558862ab8e04ccce0f8986d70b8120534a1061c, '', 0, '?'),
(0x68b680c1ea01fd7045df6b257bc4d0b9, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.asset.php', 1, 0x00000000000000000000000000000000, 0x7ce11a52b068cfd6bed422ceafb4716b, 0x523fae90fe14f14409133522f33ffbda5ecc02fa719768dec3d75178adec0a0b, '', 0, '?'),
(0x68b92494457157469bece3e15586eb26, 'wp-content/plugins/powerpack-elements/modules/headings/widgets/fancy-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\widgets\\fancy-heading.php', 0, 0x0519c2c27d9067dae7a4f115b5b02ed2, 0x0519c2c27d9067dae7a4f115b5b02ed2, 0x5d82a2f683fe211c1277fd62f951bbe0727682bd4a6f2397831c11e77d975113, '', 0, '?'),
(0x68ba4db1569e6dc920957f13d30c9bb2, 'wp-includes/blocks/categories/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x92b1f2e20000c0c42d7e5ad29907b633, 0x5e7a204f37ef375cdec4d40036e00ecd26d8105393c7cd10b0c3bba0949854a3, '', 0, '?'),
(0x68bb86b04bbef7cd25b9bcb4483b4e43, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\author-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x7fa112ee43950bddf08cd4efd46045ab, 0x22cbdf53c821f7094e2e04767e3fc281a409d6bf0a399f01b42f99ade9394312, '', 0, '?'),
(0x68c0a6210e2e6bd88b45f7c6379e49b8, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-logo-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-logo-carousel.php', 0, 0x35a911d971c9f38ccc42a99b28ff43b1, 0x35a911d971c9f38ccc42a99b28ff43b1, 0x409a0af81cf433863a44846f2a9dc487c7f9e71ff0521b63b474448f64bfd408, '', 0, '?'),
(0x68c3dc31ed646df16a9783b1c826fccb, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/extensions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\extensions.js', 1, 0x00000000000000000000000000000000, 0xdd878e0ad212441b9b1dda5857211749, 0xd7ff4034d21b041c6d287eddb47ca0d511fbefef7354113e00264caabf4b50b2, '', 0, '?'),
(0x68c6b72d424882819307a92420d36108, 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\dom-to-image\\js\\dom-to-image.js', 0, 0x8fa663324064eb398b9e6e10c5a2fccb, 0x8fa663324064eb398b9e6e10c5a2fccb, 0x11801f3d3a7cb68d9d560d8abc891d1fa5030e879ca683e17347de1d740847e7, '', 0, '?'),
(0x68d86761c9e6933e0da74d27d6d12038, 'wp-content/themes/astra/inc/abilities/customizer/header/transparent/class-astra-get-transparent-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\transparent\\class-astra-get-transparent-header.php', 1, 0x00000000000000000000000000000000, 0xddd8e5ff26f38f0e729172ccc1ca379a, 0xd832dfd500d82d9fb17800d7afcaf4d9437b74e5d354b174f31bee0ce3e17b63, '', 0, '?'),
(0x68e002e23dd8d2e7a8dd7e0422bc9229, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\GreaterEqualBinary.php', 1, 0x00000000000000000000000000000000, 0xc35cdeb8f6f554710d8fd793aa54927e, 0x08ccb6385daf6013445a2c8812adcbe026b942619935f78ecf52dc7768b87913, '', 0, '?'),
(0x68e639a3146381188bfb10842ceef435, 'wp-content/plugins/elementor/app/modules/onboarding/validation/base-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\base-validator.php', 1, 0x00000000000000000000000000000000, 0x6c4cc87fbd37180258af5a66e787aa3a, 0x14d7cc2505e2bbeac1a5619cc7ae7a84c4d7ac25df9b4bf619d7a4f18e2e9961, '', 0, '?'),
(0x68e8ee88847f143c66f41223b76e2838, 'wp-content/themes/twentytwentyfour/templates/home.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\home.html', 1, 0x00000000000000000000000000000000, 0x44289e07605c18e8163e31485d6909ea, 0x56f6167cc8d192da3f7fe029830eb97a528aac41b71e67fe610be0b0b7ec0185, '', 0, '?'),
(0x68e9e7a7891d40d857a5a3072744812f, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\plugins.php', 1, 0x00000000000000000000000000000000, 0x2e0bef9718a648dd6ddab6c97330a808, 0x5e5de60a7f364a07983e4b8f3ec5678e01646ed2fbb603058676d19a23a9cfa2, '', 0, '?'),
(0x68edb7ee6d3e892115c09ac6ce150849, 'wp-content/plugins/backup-backup/includes/notices/backupbliss.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\backupbliss.php', 1, 0x00000000000000000000000000000000, 0xd653f5c4393e4f2f072d375cd47f9355, 0xbe7a094d1675e724130f973159a19e93d21e1ce47b7ac0364b38144354fd5dd5, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\format-library.js', 1, 0x00000000000000000000000000000000, 0x6b8fe83a4ced4be88487c1b79059ba28, 0xcdff32acf5565c801b12e1a40ce585a88adca735164107996697530a7e1e9e30, '', 0, '?'),
(0x68f37d5a1913160af5dbf5e370a72c33, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0x78646a142b3815a43aa123ee0e02b556, 0x9f1edb68ba7d53df7b27b66e94afaf30c06a82724b9434dfe1454066e9642278, '', 0, '?'),
(0x68f973f905718f268c3b3309973c871d, 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\introductions-collector.php', 1, 0x00000000000000000000000000000000, 0x487aab05e2e5d99a222294c77ca2eb26, 0x6264560a9420eb5ed4c0251e58428012711ac10b480c65cfb96ad344f65e18bb, '', 0, '?'),
(0x68fa2cd615a63dee8422872175ec859a, 'wp-includes/blocks/post-comments-count.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count.php', 1, 0x00000000000000000000000000000000, 0x3a4340ded5484f7de00517a4b50ad7f5, 0x245a7424201f075bc17039b24ba0858c6963d32c7c2fb1e61e2c74460e230548, '', 0, '?'),
(0x68fbf5a85c02ba005426f383d98607a5, 'wp-content/plugins/elementor-pro/assets/js/b24baa04ab276a4dc8a2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\b24baa04ab276a4dc8a2.bundle.min.js', 0, 0x987b6fb1563f9550500989c520967d73, 0x987b6fb1563f9550500989c520967d73, 0x9cf460ae96751722dbd731e9161f14efe67dfcdb0d3b6b44fc2ee57a615f4d49, '', 0, '?'),
(0x69029b8e7dfd8b1c9db15c6ce31e389c, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-03.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-03.jpg', 1, 0x00000000000000000000000000000000, 0xc90955072c476495c85b7cc1cfa8f0ac, 0xede2fd4b96e3af55f7e1bcd074932e39322a9f37e22be7726ea311bba615a6f1, '', 0, '?'),
(0x6908c7a890d317a0269d4979eefe4078, 'wp-content/plugins/powerpack-elements/modules/offcanvas-content/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\offcanvas-content\\module.php', 0, 0x766bf9f35c3ac6a6fcb30ffa86e91dd3, 0x766bf9f35c3ac6a6fcb30ffa86e91dd3, 0xb3612118ed572160c0fa98cb85c9cd80d59de2dc398eb1bbb33ca8b90df5f96c, '', 0, '?'),
(0x6909e86b5a7954de0022d1235b485763, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-link-off.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-link-off.svg', 1, 0x00000000000000000000000000000000, 0x0d999fa54b0220c781e872a83a00bcb4, 0xf79057ffc955c5eb81b93311374481296cdb65cdad8f29defc9612b37003bc87, '', 0, '?'),
(0x690ae16bf5f3c8ded58492dfc10c6e85, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-term.php', 0, 0x8fff4e6ce14a64013ff577858d11296e, 0x8fff4e6ce14a64013ff577858d11296e, 0x7d1028d185eacc83aa3b2550d8031d230373a9b178fa99333b6d63d610914b19, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x9651e8cf52c913d2450dc19208eb11f1, 0xa328670a9e2379ef212ba650b9ae7edfd7be153ca9d8c0e4a50f2cf613b9498a, '', 0, '?'),
(0x690c8b55c3c4e9b0243920737af85f0a, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/base/import-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\base\\import-runner-base.php', 0, 0x37518ef8956a25dc676703ddb1331fd3, 0x37518ef8956a25dc676703ddb1331fd3, 0x9a4c5ba336bb5f2f541e62321049762f8e7aef1c403f8c09ad61cbac5fd92b0b, '', 0, '?'),
(0x690d91e8e95e6dbc235760b88348a535, 'wp-content/plugins/powerpack-elements/modules/headings/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\module.php', 0, 0x0640da39ca6ea9be3c15a3717ebf9a36, 0x0640da39ca6ea9be3c15a3717ebf9a36, 0xada61bd9aaf2ada55263b00582e5c6df2bbbb29ae0ffa2fb99c9eb11170f64f3, '', 0, '?'),
(0x691117366f56f035ffd70731f92c6efa, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200429105310_TruncateIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x24fa658042677c295cf8959e604c1345, 0x4a2040ef36e64c6f55c33ddffdc3d1e50c2de91e6085a0089d01f89163430fc7, '', 0, '?'),
(0x69139cd77bf9be70570d8e9e39a32fa4, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-settings-data.php', 1, 0x00000000000000000000000000000000, 0x68f4bac8768f2495cd3e3ddf122fac69, 0x8ce70e117c9999d9f1632ab4141e1ccb50b7edf94c05d7633017269370d1076b, '', 0, '?'),
(0x691c4847591ed2844d01a6f3cbc47ac4, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\templates.js', 0, 0x4f346658021142662030ef4383a5d257, 0x4f346658021142662030ef4383a5d257, 0xbbe0724464bdc4196f94a63258aa9d4abcf364e7ee1a7296974eae2c07e259f1, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0x691fb14e25be00bb0b4be3754d328fd3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid-template.svg', 1, 0x00000000000000000000000000000000, 0xfafd2ab4b52d79155d660f51044298b2, 0x8bfd6075d5b18e7e278f8140ac3c5d8382117f0f0d289d3cf9acd4cd4f07a339, '', 0, '?'),
(0x691fc64d29b8ffe7a7134f25c0edf202, 'wp-content/themes/astra/inc/lib/nps-survey/dist/main.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\main.asset.php', 1, 0x00000000000000000000000000000000, 0x6de65adfa77d78911130d77f24a0de99, 0x3a88f9f540280b4e4ff6ea9f6e81a84e35b4775d9864e34ab2b0a7158491fe4f, '', 0, '?'),
(0x6928e2f409c73074378440e251fa1f40, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\exceptions\\class-myyoast-bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x24769a2957f716979cd894b81e45b6ef, 0x58fe958a5f3c58d44b6e6d17b95f8c9fdd2611b17f874b1d24174515331753b6, '', 0, '?'),
(0x692a925f4d43cbec326f587c90ba960b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-400-normal.3e8286ca22d6a4b6.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-400-normal.3e8286ca22d6a4b6.woff2', 1, 0x00000000000000000000000000000000, 0x0d141968cf19cd84184ca22855f842f0, 0x006abe364752ccedc5c8618666faa0d2b42988ee3211935248bca1d6567ff5cb, '', 0, '?'),
(0x692cefec4047dfba38a8a681f9145df5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7626.625871cb1b266de7.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7626.625871cb1b266de7.js', 1, 0x00000000000000000000000000000000, 0x55dab31cbeb4b7faf0d242ab7fcfcfb8, 0x38f6442d724d3751d64e817aa5beca76df6eb3156af5ddd26522a54754384955, '', 0, '?'),
(0x692e76759e7198717e179e87b88478a0, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bs_BA.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bs_BA.mo', 1, 0x00000000000000000000000000000000, 0x8e77c286988f53ebb3f1b2160d7e1d92, 0xb317a533a5cdaf0a6ef04f6d65329ec18916ab76022b088ab506d085acb94207, '', 0, '?'),
(0x69323c492eaba28f05f623d96d7eb8d0, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0x52cf6f03d49e880360f8b62f591d1f1d, 0x4f02acb6c679fb47447db2819b2f95af31dc87afcb48f3ce597e286e4c0ab44e, '', 0, '?'),
(0x6933947c86094a1150b8f19208932a95, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\development-conditional.php', 1, 0x00000000000000000000000000000000, 0xc98b332033d8ff47a0182efa37a4b431, 0x793655cc058c8616a3eb18d574dac49266441b6b9f77b12bd1825f47df6e6142, '', 0, '?'),
(0x693458114c4882d925c02a2e550f297e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0x7a2da36f127e999a91bdfa15b83e5838, 0x2fd3ea0908c8f20ec08aaec3a6de07699f6b9b8d1763e7055136211fed0080c3, '', 0, '?'),
(0x693f77b60963df5d1b47083a23d273ef, 'wp-content/themes/go/dist/design-styles/style-modern-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-modern-editor.css', 1, 0x00000000000000000000000000000000, 0x25712c30c942745a7eecb0a4181f76d8, 0x06d0d70941c1750dd898c221203fd783d37e1e7e0a91397d681e35ab9a958831, '', 0, '?'),
(0x693f83e22b47984ae54a39832d4bf856, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\fontello.php', 0, 0xbabee2681e24eb321488259d02b59857, 0xbabee2681e24eb321488259d02b59857, 0x91fc40942e0b1084d0f269d83c449258cca64760ae214d7306c26f5778d4a3a8, '', 0, '?'),
(0x6941ba95a6d082ab3b1bf9dee453cf36, 'wp-content/themes/astra/inc/abilities/customizer/general/breadcrumb/class-astra-update-breadcrumb.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\breadcrumb\\class-astra-update-breadcrumb.php', 1, 0x00000000000000000000000000000000, 0x2aec65a80faf284cdbb4b80ecaf1125d, 0x04a21e558b1927363bd7e42d76662e9bcffdebe02d6af3b267de0400b06ac633, '', 0, '?'),
(0x694903d13730f1fa5e2c17049bd5be72, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/abstract-seo-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\abstract-seo-score-group.php', 1, 0x00000000000000000000000000000000, 0xde512506e09896f0278a8fc0c8094a36, 0x6bb9a439504443c08af4342da8d87e4045b2344e26bb843abcd57845ffade6b4, '', 0, '?'),
(0x694a1d70459b861464b7c68f7fde5083, 'wp-content/plugins/backup-backup/admin/images/dropbox-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dropbox-mono.svg', 1, 0x00000000000000000000000000000000, 0x2c0c079f1b27fa1ed07813d83dc3da5a, 0xbd001782f5dd1d5287954b4cf7b2610727f55e9af9e5959733bfef32d3520da9, '', 0, '?'),
(0x6952dd4845ced832a342094fe66d8052, 'wp-content/plugins/backup-backup/analyst/src/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0xda1b9abdb60c893e328443692cf6d0be, 0x3dfacf7c50d35434f990785da74e2975307750a8ae6bca06a6cfeee1837eb31d, '', 0, '?'),
(0x696115b0faf40be5d9cb332c1c609e1b, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-rotate-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-rotate-transformer.php', 1, 0x00000000000000000000000000000000, 0xf3bed66b38933d65a21ce0b61a8e7d4f, 0x83954690d368f4e7e93a254fed87e4217bf80871e6f84639909d8f6ec983bc48, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x69637b30f5b5af68384ed347dae9031f, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\fontawesome.css', 1, 0x00000000000000000000000000000000, 0xaae648ec410260f859ac89e58a8372c1, 0xe89981a544948ab27bab7db0b639915a69897fec7eabe57d7e25377faf42f629, '', 0, '?'),
(0x6964dcb6c731be130f2297f4f9c95eef, 'wp-includes/blocks/separator/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style.min.css', 1, 0x00000000000000000000000000000000, 0x07c545601366c21eca9045eb11961b99, 0xd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2e, '', 0, '?'),
(0x696500474e9a1f3f5928af3e273460ae, 'wp-content/plugins/wordpress-seo/src/introductions/application/delayed-premium-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\delayed-premium-upsell.php', 1, 0x00000000000000000000000000000000, 0xbdf469cb7e90b81f5c098c36499d858c, 0xf196b7137a771de6cf3d05c9526413a1d6d8fdb22aded2fe54e3c3b966e8c535, '', 0, '?'),
(0x69691b4ff773f360e66d303c2ce9f83b, 'wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\table-of-contents\\widgets\\table-of-contents.php', 0, 0x1f83920acd26cfc23d8f15750b29702c, 0x1f83920acd26cfc23d8f15750b29702c, 0xa609fdd226e8b18f0cadc63d2a0221730e3e42eb38c08c53f2c00336dc156d66, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xa7bc9b358bb0a85c1cedea1f7fe3ca5f, 0xa654f195acbba92fa860f2cbc144c8dd06cc528c1f4430a682c65fe948e22248, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x696c747d5670e2988a6808c356583437, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\site-settings.php', 0, 0x3c8f991525b61cd139c69bf6f854cdb4, 0x3c8f991525b61cd139c69bf6f854cdb4, 0x9d5508df06692ecaeb24c81eade69031234f15e8f2179535eab23a72ef6dba12, '', 0, '?'),
(0x69712c6063b89d634213419f3e0a4b17, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Blocks.php', 1, 0x00000000000000000000000000000000, 0xc5c4cff6948af234bf3bb71bac2b8843, 0xdd181729e0c4aadcc11df13501109b5ac8d03886204c9d826784b89b0d514fae, '', 0, '?'),
(0x697abcdb171c1a05727027711f52f582, 'wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\block-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x9ccf86c60362726662888f365b4b2bf1, 0xbf0f0ccc3f1956a40748c5590e656a187350e6d6c194a73d83dae9c491a6ed65, '', 0, '?'),
(0x697dddc703178f267b7b1465ad275b68, 'wp-content/themes/go/dist/design-styles/style-playful.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-playful.css', 1, 0x00000000000000000000000000000000, 0xf6a1695514fa4731226b575d45a4aa9c, 0x7b35b0368dfac137f83368c376b1423c8ec3499fb2a4c42e3b55a9ec704e975a, '', 0, '?'),
(0x698a47305f573362be13066d6578bfc0, 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\header.svg', 1, 0x00000000000000000000000000000000, 0x04674191228d612e336d3b7333f18da9, 0xbf574419e0d69800cd394acb2250f2b060c0878b281ccfc1bcc3f50c76291ffb, '', 0, '?'),
(0x698ae0d50d8336790b88b1badbe11c6b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0x45e049cc80de5e1e0315afad210c3d4f, 0xa274376f83eb5a77b6df6415b5e6ab162866d3688080ebce989b56af263e7cfa, '', 0, '?'),
(0x6991fb9365bc04fc015e3c03bbe987d4, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6255.0fa193b2f8ec29f8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6255.0fa193b2f8ec29f8.js', 1, 0x00000000000000000000000000000000, 0x8cc8b871180e6c4ae3eb1f8acc8af0ee, 0x5a5744cf2fd53e47fb31cff098fa82643a51f34c5dac58f576743046e870a431, '', 0, '?'),
(0x69959eeb3e4136cc75034d14e6809a94, 'wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\hero-img.svg', 1, 0x00000000000000000000000000000000, 0x6ba0db8996785b5d9d90fddb1e47cbe3, 0x0a77a28373278481353d56029b57f31c1bbf919d861fe899bad30fd50e60821b, '', 0, '?'),
(0x69973b2bb47ff990bf0c4fed73efd6bf, 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\import-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x5f49c92628e96957e2a85b8730b7fb7c, 0x2f1a8234b0f6b72bd9adadc6ddfaa422be7ee62371dc3355dcfed4977bc12787, '', 0, '?'),
(0x6997830ff9a66d88461a339b6ef5b182, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/transformers/display-conditions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\transformers\\display-conditions.php', 0, 0x078af5b2a63161b73c11dbcbf4dba110, 0x078af5b2a63161b73c11dbcbf4dba110, 0xe0e65fadc229dd6b9cb4a94cd4f906576c8e3f02b72f5365b3db9e7749bcb251, '', 0, '?'),
(0x699e008181f0b3bcf192c2ce11212c9b, 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\swing.min.css', 1, 0x00000000000000000000000000000000, 0x8e6cbc49ad754e6f54f9db728d903f98, 0xeaae7c0f1ce92cca42428bc3a1488a9399fa6de760787bb956f75937c10c15d8, '', 0, '?'),
(0x69a155619d16c28d3a3d79350184fd8a, 'wp-content/plugins/instagram-feed/assets/svgs/load_more.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\load_more.svg', 1, 0x00000000000000000000000000000000, 0x294d96c15275b679ba35afe78a6c7bd1, 0x2bbceb726681632a9ee13c4d8454c4861fae981690a8b6d40aded9b0f6b1bb65, '', 0, '?'),
(0x69a317f5f1270d71cf79b25d252bafbb, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-700-normal.77dd370f2001e184.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-700-normal.77dd370f2001e184.woff2', 1, 0x00000000000000000000000000000000, 0x46919d09596542bbe9f7335784b5724a, 0x2b7a31b356e545e38f70c27b0dc0ce46c3efe477734c38795e17fb90586062d5, '', 0, '?'),
(0x69a931a885280f96de1e760473376d1a, 'wp-content/plugins/elementor/assets/js/4886b33c17731474e197.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4886b33c17731474e197.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x830054e6826ae70aedcac7235e6ef091, 0xa0acdb506f8728f8604878eb3062536de5423d186c7b539375c0a0526ee25dfc, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7b9d10cf5a9f15fcc2339b01238f6576, 0xf1a0cbd6c45f834b36386d567f08ce2a6b12f9e868667bc98e158cd2f737a300, '', 0, '?'),
(0x69b2a0434307f9052ca62ba98daaedfe, 'wp-content/plugins/wordfence/lib/wfWebsite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfWebsite.php', 1, 0x00000000000000000000000000000000, 0xa290c174cc107e05e1414ac4616f06ad, 0xbe4189f66c45f7f4a55403083209063af1bc241993e982e918f2a4266292ab10, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\language-chooser.js', 1, 0x00000000000000000000000000000000, 0x9fd3a40b17ca6b758d916c4c5316a904, 0x0ca0e3f50c7234d8e9b9f969c00b8d8b6abf22dc88899005cbe2cb36b9cccf26, '', 0, '?'),
(0x69cb5eb8a1e38e410c1b8827e6aa30be, 'wp-content/plugins/powerpack-elements/modules/random-image/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\random-image\\module.php', 0, 0x91c809cfb2bf4067173b597936ceb623, 0x91c809cfb2bf4067173b597936ceb623, 0x537532d211d6447b676de591155d01c34ae6f5ede9501e634e046d4401904823, '', 0, '?'),
(0x69d251e8a5d8913c4fe4c8a6f81e584c, 'wp-includes/SimplePie/src/Registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Registry.php', 1, 0x00000000000000000000000000000000, 0x780e810899991b82475ca4d1648b3ca6, 0xc7f8b457fa73d3ca6e4ba68b04509b1cae739dba3123c1cd83648038e4f66067, '', 0, '?'),
(0x69dd3df7d3506c2bb0b83cfc43d97a06, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Settings.php', 1, 0x00000000000000000000000000000000, 0xd8577bdf2d94e4cd612ca642f2c2472e, 0xd1b6b942d7bc747a75f771d6500486403eb3f3c4cb0aac515f9cfa5bd9106925, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x32a56889db326145d206081d11019930, 0xa944ea3ae45de8b89d7ab0d9d0c2fd77255b8b6acc6f86d0ddfb8e115860d7fb, '', 0, '?'),
(0x69e4bec3629a799762ffee0dfb548d9a, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\unminified\\custom-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xd67a4fcbf2c5014874f669dbb76246ed, 0x4e6a8fa7e9383cc6329b641c17e3ef97859fbdeb42b615bfe89824ebf5874bc3, '', 0, '?'),
(0x69e50d3148146f07ca0254be98f243c4, 'wp-content/plugins/instagram-feed/assets/svgs/plus.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\plus.svg', 1, 0x00000000000000000000000000000000, 0xbab22b438bac388cd787f4144b1d6416, 0x36fc3fe84fc01790b1f4a75932ef1772396088cd77b159b50b05f421d5cceebb, '', 0, '?'),
(0x69ebb4a9a0ec1395dbfe7733afbc0541, 'wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\woocommerce-common-functions.php', 1, 0x00000000000000000000000000000000, 0x3e9dc4c54aca740a642d2132cb95fa1d, 0xdd851bda284fd7b58083db99b9287013ac8191339261fb6de1fd725c04b63446, '', 0, '?'),
(0x69f605b0d9c4a44f168317f853ff4480, 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/wordpress-urls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\wordpress-urls.php', 1, 0x00000000000000000000000000000000, 0x67b66629207068ba92f15135277c0b37, 0xa07e9c2d794ced5213475adf7b073bddd070ecc2e90db051a329ece649cc989b, '', 0, '?'),
(0x69f77165802ca1f30a33ff668610bb13, 'wp-content/plugins/powerpack-elements/modules/faq/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\faq\\module.php', 0, 0xb41ca4ade4d88d519af315d6fbd3160c, 0xb41ca4ade4d88d519af315d6fbd3160c, 0x2c1653eb24b97775baec93d76b0578b85fd05a7e3e8115486b0bb4cfef93320b, '', 0, '?'),
(0x6a005956fd9189a090b846d214f97db1, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/vue-color.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\vue-color.min.js', 1, 0x00000000000000000000000000000000, 0x0b3afc95634cc67d6a125f1adbc15cfd, 0x470dabda911bab6eac975b423a0851be7d7207dd780642b41554df4d69e32ea9, '', 0, '?'),
(0x6a057e6f5434107e47da6d75a0640269, 'wp-content/themes/astra/inc/lib/astra-notices/notices.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\notices.css', 1, 0x00000000000000000000000000000000, 0x9de139eef6c2711e27cec3b2d8f31d3b, 0xa0df7abc35ceb2093fb9565e35733eee0bf72484779655d5a9c645de899c9d4c, '', 0, '?'),
(0x6a083cd3d57c0b08b0d0f7a86d9d9671, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xf4352c071aac846cc4be4b1cfc93d680, 0x4830fc7e88043f243a972dffa7d6975b8bb05b4d04ec04a9ce2da34d712a15f7, '', 0, '?'),
(0x6a0c325c849b3b0a670c7b304530f408, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post.php', 0, 0x30b565edffe73b945c169806f091b6a5, 0x30b565edffe73b945c169806f091b6a5, 0x8c8c04b2f183ad6998dc239de3ebbe3e878ad327d37c1f438e90844111299764, '', 0, '?'),
(0x6a0cf1ea31fe85697b3cb08f141bb4aa, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/theme-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\theme-styles.php', 1, 0x00000000000000000000000000000000, 0x91954e7d72933d5a685f7ae545cad1ef, 0xfac71a8e48506ff232b43e9feb9ad82ed364a9c5c3eaccb030d342b35ef53997, '', 0, '?'),
(0x6a11ec727cdf7192ceefc2704cf51d10, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/box.33f968463548bb98b83c1723ce346039.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\box.33f968463548bb98b83c1723ce346039.svg', 1, 0x00000000000000000000000000000000, 0xcbb4bce6363056b910a74537f06cbed6, 0xd200397e37ebff2af3e519c846fb69fdb8e66249be6e6d820eb8a038563919bf, '', 0, '?'),
(0x6a1e01ca53f6adff19e25e70204e09bf, 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema-generator.php', 1, 0x00000000000000000000000000000000, 0x80d90e96e6d5a976d7238253f114a56a, 0xa0ec926a74e141f5b058ca5988fb7413fd1a9f0ced02cc646048d2baaf197a8c, '', 0, '?'),
(0x6a21a67c9e2048c2bc7aab3c45c3fc74, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/photos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\photos.php', 1, 0x00000000000000000000000000000000, 0x102ed957e4e37b0829a8f5b668eb6742, 0x56ed136c4b4a887e7745bad124e1f69f9e39f656d68db122a7a959ed4220f8ee, '', 0, '?'),
(0x6a258f1d089c92b6d4b4346e97742221, 'wp-content/plugins/powerpack-elements/modules/gallery/widgets/image-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\widgets\\image-gallery.php', 0, 0xb63846f620905b499caa615b033ce966, 0xb63846f620905b499caa615b033ce966, 0x448bf1782caca98e2c5278db086e3ed10d28c9d09880a595daf2b6e9798e1c6b, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x6a292e3661bff3cdb17f6e56b480810b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0x1a8fc575bf62322777a82e8b4a2166d4, 0xa0192f0935f4e86743d8b9335db6e098cde60574714b72e89bf8736258f23ebd, '', 0, '?'),
(0x6a2ace1a4096ab8b8813f29d77931cb4, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\date-helper.php', 1, 0x00000000000000000000000000000000, 0x621bdff8092b7b525c4b6e6c2f4e8550, 0xcc1d3998716d5ff9c3e144a54965f484e5b2ba5236cb93896860e7a9e5cfb99b, '', 0, '?'),
(0x6a2ec0ed2accd91020c26b4364ed8d1e, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/optinmonster.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\optinmonster.png', 1, 0x00000000000000000000000000000000, 0x5cbd0e7a69c2bc0667291aad03d712a2, 0x2126de62d9285c31b1640d540842a9382696de4ce01974f798e57224d0efde39, '', 0, '?'),
(0x6a3b17a18fc75fa73dd81afc029d9398, 'wp-includes/blocks/group/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47d1af4ecc50ed8e6829be788c9c0a25, 0x3300911b01da845b79dc531fd2acfbcf8a1c5f68ebb3646b8c4a32e4153155cd, '', 0, '?'),
(0x6a3c063234e596eaa0264e5da82c0df2, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.strings.js', 1, 0x00000000000000000000000000000000, 0x053343bc3142c50027ecbd851d69d274, 0x90967ea803817dd123623f159c67cfc002876b6f958b13cf4e571fd40faba0eb, '', 0, '?'),
(0x6a3fb1c6dec8f9bb0dddce43c838765c, 'wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\application\\consent-handler.php', 1, 0x00000000000000000000000000000000, 0x0d319829e8730e5b2c22bae396511b56, 0x99e8dab3c95c8cd24d3f142f1ff521d2bb8704432a41317bd9242444d870d822, '', 0, '?'),
(0x6a4a480e2cf7c218dc966630d4a7cf3f, 'wp-includes/blocks/term-template/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xfb78864d14001a6163e264be58e3dc74, 0xfc8bbdf80307d949ad4d9c5462a7435340b5e8ab859779f9d56012bc129b8f36, '', 0, '?'),
(0x6a4d2efcb002d8f974fb789bafce7a22, 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7.min.css', 1, 0x00000000000000000000000000000000, 0x66e28b1b68496e73fccdfc90e8b0ab6d, 0x301a04bcdb66b58726f20de8141ebd05a95e55773bcf44471c5e5d0b9af16e3e, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1a2989add396d44fd5f03d941787fb63, 0x3cc48060d5ec7029da2553690cf27462844822f9ff779d251dc497ec74075d29, '', 0, '?'),
(0x6a5af8ad0a63a45ef75cf37a6bbdda18, 'wp-includes/SimplePie/library/SimplePie/Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache.php', 1, 0x00000000000000000000000000000000, 0x3cd2c700dd016f3c28e8c808470e7324, 0x4f4ba0ca85fa5a3a39368621dbba8beeadbfec07bdace6d1e0d706d2f43b06fb, '', 0, '?'),
(0x6a5bab419b2cfe296671d9347caf978f, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInDown.css', 1, 0x00000000000000000000000000000000, 0x61e018829abba4a33f9b582dd43a459f, 0x98edd30cff18dc1a57dd87bbb466070fd463a6b72e794473660ccef45632e7d4, '', 0, '?'),
(0x6a5c83258426a0e9772bd84c11df9146, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR.po', 1, 0x00000000000000000000000000000000, 0xf9df07c48404c191f2d8172deacc0bff, 0x1118f06de6355ca6d1277ead827a706e39b779f2df70136cae1fcf306e0c5481, '', 0, '?'),
(0x6a6758f978af725473f4118bf5c6a4d0, 'wp-includes/blocks/comments-pagination/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2f4e1652696cd083c99cf8f3870b9e7a, 0xf6a9414198040aad2fbcd5236a67ca2472f463b2dbf098873d10b59c870c474c, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x164c6a23225297feaa327997183357bf, 0x15789d84b896db151d1be386428ed3cb2222943928b4136ed9f6fdc44d1542bf, '', 0, '?'),
(0x6a6e0c38bda6447357ca7bb977b72618, 'wp-content/themes/twentytwentyfive/styles/01-evening.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\01-evening.json', 1, 0x00000000000000000000000000000000, 0xa5e57cda6b928d13f705b1546d46bfd8, 0xfcc9889e7f583d9975ee6cb4a7b5498e30d588859cc73f762dca6892679d365c, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x6a7552405d8cdc9ca02b33ad7e39ef69, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\any-child-of-term.php', 0, 0x90671a9ec2afc6f0e4ffb7f537c69bc8, 0x90671a9ec2afc6f0e4ffb7f537c69bc8, 0xeed59c9ffed9c1e902de8da506536d69bf68835be34cf0ba081fd1cdf3cc717e, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x128a3018e7503775a62429aaf743feb7, 0xc2562184e884c8e0cd8b0b78cac662dfc13cf2a8e705bf0d6b121b896ecc6960, '', 0, '?'),
(0x6a88cea4c33d4277aec4287c35e7548b, 'wp-content/themes/go/dist/css/design-styles/style-modern-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xef04a47a25905d5adeed05746dec3a8d, 0x3c2598d1a411e1b8395d31250dd03acd977c90ec5003b4b34d0f44e0bda6c0ae, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\email\\login-verification.php', 1, 0x00000000000000000000000000000000, 0x0358470a7bc6f44559de72c127c723d8, 0xadd94f27d67250327681b45f210ef30d189f3207ddde2f9543ce9ea1819897c1, '', 0, '?'),
(0x6a8da1ff52283fe851f2a59240ed310f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4483.a66c23d6b46ebd44.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4483.a66c23d6b46ebd44.js', 1, 0x00000000000000000000000000000000, 0xd760d91072fad4d912c24e7d347d6da3, 0xbd005a7b984dafdc40373367045c04ad4986ff96c95b968b98189df1c51bb945, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\503.php', 1, 0x00000000000000000000000000000000, 0xb2e94b844517acb8ac50d78e6f98e1ee, 0xa8094e1d6f7408ba263d9a8c996c274eef39975255d0b54097779ad0515df58c, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0x6a9142168419c00fa0c61ae3c7718804, 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\quick-edit-handler.js', 1, 0x00000000000000000000000000000000, 0x7aafa244b60e75cf7a34ed37bf5af6b1, 0x5d177560a670c5ddb6554835b882c564355b465376fad2c9192c73a761c1b630, '', 0, '?'),
(0x6a9dc5e201643e68410da58732669ca6, 'wp-includes/abilities-api/class-wp-abilities-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-abilities-registry.php', 1, 0x00000000000000000000000000000000, 0xc10875d57e04ef7398100e08e09dbc74, 0x46f428b867a7819c8d28ef4b105b613654ead2c1f37fde6ed7d164c33d6770fa, '', 0, '?'),
(0x6aa2f5ec952ded774d7b5fa8d7f99e80, 'wp-content/plugins/reviews-feed/assets/images/close.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\close.png', 1, 0x00000000000000000000000000000000, 0xd9d2d0b1308cb694aa8116915592e2a9, 0xf96176ff92cbaa5305863dca86d9597561c604e35160ed60599ae3252d0b0086, '', 0, '?'),
(0x6aa2f844819186b9ed87452baa19e7ff, 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\hover\\hover.min.css', 1, 0x00000000000000000000000000000000, 0xe1fb58015d32aa818790dbed4cedc1f1, 0x861184fea585027ef91d72532fe6c314d2afb0ed6e947c9fae69297adc2bf979, '', 0, '?'),
(0x6aa3bea56569c2650a6360dc11ffe221, 'wp-content/plugins/wp-reviews-plugin-for-google/include/cache-plugin-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\cache-plugin-filters.php', 1, 0x00000000000000000000000000000000, 0x5d16757a1c917cb66a51c65fc617ec42, 0x8ba50576c920768a200d92d918e3525201301d3264c5f021acd60f90d4878e70, '', 0, '?'),
(0x6aa838f0d4b697675250944f615c4c92, 'wp-content/plugins/elementor/modules/usage/settings-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\settings-reporter.php', 1, 0x00000000000000000000000000000000, 0xd9a87ce1b392fc06195fe3b046d65dd5, 0x4e86fcf0859aeafb7e9dee1a958eea85f71567b40c494f542be155e65a118406, '', 0, '?'),
(0x6aaab333457c416f78bc7de6e4e2b55b, 'wp-content/plugins/feeds-for-tiktok/assets/css/sbtt-oauth.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\css\\sbtt-oauth.css', 1, 0x00000000000000000000000000000000, 0x7383f9bfc2b5375bfe134241379721c4, 0xf57cea34fc0cc2b5bdac55d83368d8632c48054ee07e63360cb181f143a6601c, '', 0, '?'),
(0x6aaf12548fb806a71080eb738cbac24d, 'wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\new-floating-elements.php', 1, 0x00000000000000000000000000000000, 0xd6a1eb29d94c6c283b011ee249a4bc72, 0xb191fe69ec7f3002ec09610266e663e7998c036378cdcff0b9e0c09d2bcd1d54, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\block\\wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0x9332080b870c39517be227446232dc77, 0xb5dd41e63135b7ae32734eaa20adc3a41155ba41ac2da71292569106a608780e, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0x37c6524e467a87aea324d28f61ec3133, 0xf6518f7fb5d887233f2a13a137e37091d040c0ab7c9058c99646d393fa8ff6a2, '', 0, '?'),
(0x6ab7c315d59a1d507007296d1b1cdf05, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products.php', 0, 0x4ea399cd2891554d0ec397af6882096e, 0x4ea399cd2891554d0ec397af6882096e, 0x96c31205c144afbdb599cc93089469c49c7609d14ab5bc84462bec80445b5756, '', 0, '?'),
(0x6ab9fa211f5c7527d054299c47f9d723, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x1d11510523a64cd2313e5f706216e8a1, 0x3b8c4d377b8db7a9c909a41edeced392c9f6595f0701e9ad14be705ccbfb9547, '', 0, '?'),
(0x6aba51f415e14785345992df9a4324bc, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x6abc14be145ae3e962127d8a6a543bcb, 'wp-content/plugins/elementor-pro/modules/notes/admin-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\admin-page.php', 0, 0x20bb27868b70a2b417421919574ef7d3, 0x20bb27868b70a2b417421919574ef7d3, 0x007789ee108bda3d331c871be792ff6148f1e1d56b4edc009bae21d0266f28d8, '', 0, '?'),
(0x6abd3bef2818e67877efd09890fa6650, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/social-wall-graphic2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\social-wall-graphic2.png', 1, 0x00000000000000000000000000000000, 0xca669897ce6834a448044dbe82c4ebb5, 0x0cedb1c303a66e894bfdcbae73f31063211a5feceb7a0e5becf3f2a17d5469c8, '', 0, '?'),
(0x6ac48963669ff4338a7e88ad9fd3a50f, 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-pre-launch.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-pre-launch.php', 1, 0x00000000000000000000000000000000, 0xb7042f6253295d8ac412f4485b837b46, 0x321bce412e1f925220c62a37900b274bfad03295abe1847643e721f9b38bdd3d, '', 0, '?'),
(0x6ac766944b095cf2e3e56f7f5878466d, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0x09d46e6af7fdcce9fa712d093c39b0d8, 0x86dc0c0201b1628bbb1a672a63a842982a50933f6df46cdcfc0ac00111633856, '', 0, '?'),
(0x6accc7512925bbbd245264706f5c71b8, 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.485ffc086d8923139868.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\table-of-contents.485ffc086d8923139868.bundle.min.js', 0, 0xf8a2d029e11c4214cbb732a9ae7cf969, 0xf8a2d029e11c4214cbb732a9ae7cf969, 0xa9a0af0f0ec3fe0669176d48e9414cf686a9fefc5ff3b0ae2d846b9afb65dd61, '', 0, '?'),
(0x6acdc3727a48b2a3478266e074c95d77, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/ok-seo-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\ok-seo-score-group.php', 1, 0x00000000000000000000000000000000, 0x0c9404a1c5beed8f14a3bdbccaeaa512, 0x00ead6dffc0b56f1d710905b625f918c1185e5851c0806b9caf1d5352cda48fc, '', 0, '?'),
(0x6ad1116143e2956b3990dec5b75ad622, 'wp-content/plugins/elementor/modules/ai/site-planner-connect/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\module.php', 1, 0x00000000000000000000000000000000, 0xcc3424953ae7770178d1fa8bf9d23351, 0x95a6fac35a9ce57dee0c4a9e6b99ed2ddcc5de927d712a30c896460d1858810d, '', 0, '?'),
(0x6addc5df273868b611febafa4f1fae08, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0x5554983fa7648d97e5ec2ea2b182282a, 0xee1b939d09c142ed9fb6fb7022bc3edfa4758af9b170f47655395211f321ca2a, '', 0, '?'),
(0x6aefc45c339b752908f75c4e374bcde4, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-map-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-map-command.php', 1, 0x00000000000000000000000000000000, 0x5b8445eca5f72ef7c3a1f5a0f00c2a26, 0x27fd0f6eb7d10f775fd61852df869c3d6418fb7d9b076417cccad0ad259e9148, '', 0, '?'),
(0x6af4d5de51560064f69179c7410e8076, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-popups-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-popups-menu.php', 1, 0x00000000000000000000000000000000, 0x7b2341f319d9e0a38edd23bc4dba535f, 0x4b66cff71823a820e3502ede94e7badf67502c82deedd268fafdb0d7e7fb6a62, '', 0, '?'),
(0x6af777f99b4b2b5d500a633257a9efa8, 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0x1c6df716953f870be76c3e88a69a326f, 0x293ad119d271d8a233eaaeab29dc198230039622e1948542deaaf09ae9349614, '', 0, '?'),
(0x6af8f8e8f15e56f4e822e4ca34edfadf, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-sitemap.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-sitemap.min.js', 0, 0xe6609c1572038c794e50676a819a64b2, 0xe6609c1572038c794e50676a819a64b2, 0x88a80fd801d0ecde828126e5201088a760812e29d9bef4d1118d2bf76184837e, '', 0, '?'),
(0x6afb64cb43545b5eea8852149e12d7f2, 'wp-includes/block-patterns/query-large-title-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-large-title-posts.php', 1, 0x00000000000000000000000000000000, 0x8b51b28b7f1f072434fd2df931f865c2, 0x7f2caa838d4368317a60ad71dfeb82c2c08c8c06a95c1132df918e881f8c7b5d, '', 0, '?'),
(0x6b0337970a62cf38b3759745b0ade5b2, 'wp-content/plugins/powerpack-elements/modules/business-hours/widgets/business-hours.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-hours\\widgets\\business-hours.php', 0, 0xa02e76460e6053f7b27609430ef89be3, 0xa02e76460e6053f7b27609430ef89be3, 0xd7217eb5169fc293a99f1f5f1565e0a5b31698fde04bf8887efde2e396c87d69, '', 0, '?'),
(0x6b09f287c5391e822550a23835526a64, 'wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\js\\editor-loader-v1.js', 1, 0x00000000000000000000000000000000, 0x9e416cf6255498f5781e1c537af9f3b8, 0xc696e9fab42b1c526cac4e97631f01fe5292b5f7885072741653dffee5717b55, '', 0, '?'),
(0x6b10b0a28e57f187c382d7d49b1ef724, 'wp-content/plugins/wordpress-seo/src/conditionals/abilities-api-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\abilities-api-conditional.php', 1, 0x00000000000000000000000000000000, 0xdf038d2318a162c987962ebc653c143c, 0x31f23b2b7440add857539ff99284f22f59f9193a576ab22946920e97c4053767, '', 0, '?'),
(0x6b1353c8f80996a83b15dc2cc9188d14, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\title-condition-base.php', 0, 0xf4988c88ee6bcf1fcab14b3f7da713e1, 0xf4988c88ee6bcf1fcab14b3f7da713e1, 0x23918d9142a9651456795aea0a38c402612fdc26aac2451f6dadfb43c68bb426, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\charmap\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x6b236c59dd973b91810ca0743b0d2bf6, 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\non-multisite-conditional.php', 1, 0x00000000000000000000000000000000, 0x168e7ed80d9ba05bcd65f87d0ddea8a5, 0xe941c55dd1a26c8a55ba71e1bbb2e8d25ac45f87f54082c1fb9af4ffb83031c5, '', 0, '?'),
(0x6b2992f149619bbc419e8aefbf433c96, 'wp-content/themes/twentytwentythree/styles/aubergine.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\aubergine.json', 1, 0x00000000000000000000000000000000, 0x7337f0aed2abf1f23e35f53d49ff92e1, 0x85447d20a4ee94189599fb0308a0feb69b08b4b06a93af3df8b7b9008a099f97, '', 0, '?'),
(0x6b2a8e4f503f8919d5ace512d753ff24, 'wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\admin-menu-items\\theme-builder-menu-item.php', 1, 0x00000000000000000000000000000000, 0xd1ce9b2e0112fdbd3d8bf347728b89ac, 0xbeb452f14df186e2c3968268291765fcd24ddd385e808c40238510f284eaad45, '', 0, '?'),
(0x6b36d72d3e98841dbe2c52a82c90076d, 'wp-content/plugins/instagram-feed/img/loader.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\loader.png', 1, 0x00000000000000000000000000000000, 0x8b3929d8d85a6e8fbe16ba99516c4e5b, 0xd5c71160d969762ad9bae0f9b299a1359a5bb0bb983925a5f9a344b8942db358, '', 0, '?'),
(0x6b4217516fdf908b92b66e98a8b7e1f7, 'wp-includes/Requests/src/Session.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Session.php', 1, 0x00000000000000000000000000000000, 0xd22ceb82e3d03a5d5f3019e3079d2bc3, 0xdc361088f8a637acd578efc1f4c47576e14f19414863f20a6460557411926d14, '', 0, '?'),
(0x6b4237f5b8b917f70ac816159a429fa9, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/CTF_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\CTF_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x41dcfc2e364cdcd6366c4baba7bc9bd1, 0x5abd1305f099dc1b5bc549e05312470f065a819838c780faaa2827d8f0e126ef, '', 0, '?'),
(0x6b4523b9ebdfdf72db55caa17b336e90, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-1.php', 0, 0x279e9cf64f20e334a1d83e50b1abd8cf, 0x279e9cf64f20e334a1d83e50b1abd8cf, 0x2dd55ac85668e30c6f63dbfee2cb7408cc37cef0157110ac2d286821f7bb6110, '', 0, '?'),
(0x6b45ecf06e8266cf8bdf9fc8270c7162, 'wp-includes/blocks/video/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style.min.css', 1, 0x00000000000000000000000000000000, 0x0715e80db2506920431849d18f15d0ca, 0x82f996b2f45fa00bfdcd4e42d4ad45a26dd458c83da1a2167aaa437f80728692, '', 0, '?'),
(0x6b4a21f4119aad83882467fe6c2c4592, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/wpconsent-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\wpconsent-icon.png', 1, 0x00000000000000000000000000000000, 0xd15e9b016421357e70567ba818a99658, 0x002ba60221f46eeff8be4d9d6c4bb47b73826d5293872d3d52563ff85cd64f02, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\credits.php', 1, 0x00000000000000000000000000000000, 0x05d2ed70a3589496da87b1fef67d0654, 0xa2b1437ed514885c0d5c32d13bc73a7299f2ab7781232d3389f2730fd7b8c576, '', 0, '?'),
(0x6b4e6191c63f167f131d33c5b4692113, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/WithNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\WithNode.php', 1, 0x00000000000000000000000000000000, 0x2d682d33681e41388dbc95e5072262a8, 0x240358054209a690cfd64a892f3e48f7691664284f3aac17f710c4e870ebeba1, '', 0, '?'),
(0x6b50f649aaac8df4952995695b23c813, 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\class-astra-primary-header-loader.php', 1, 0x00000000000000000000000000000000, 0xc26dab5ff45370114aad6befd5e88475, 0xa9d75ceee45227b5ffe7420cfc54dc127998a69ff725227b519b9056994bc904, '', 0, '?'),
(0x6b518ae10bbc8f4bd2afa97cb7cafcb5, 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\box-shadow.php', 1, 0x00000000000000000000000000000000, 0x90445f097b0e8eb90f2f3afe4f88c81d, 0x71eb01b7e241404f259a7a71d52c6ff34069c4b121e04d8e646e21bf1233fadc, '', 0, '?'),
(0x6b5698b39742452f9ef83bff6ff2d03e, 'wp-content/plugins/elementor/assets/lib/hover/hover.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\hover\\hover.css', 1, 0x00000000000000000000000000000000, 0xcc1cba097ab4eacbabb0e99f72bf81c6, 0x575a31e5bc95e251374d8b5ff0dc94174e8b4bc84159c7c032e04761958d6702, '', 0, '?'),
(0x6b5c7071dc38a14a1e171563e3860d3e, 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\conflicting-plugins.php', 1, 0x00000000000000000000000000000000, 0xeec4bf6c22650e9a727184e8b9e8c13a, 0x3e9b9a71e40e68251f43afaf6c4f6c3315447bc352ad7f391278b25e3f9c80ec, '', 0, '?'),
(0x6b5cd16aa1eb0259741d0e25f2b16c6d, 'wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nav-menu\\widgets\\nav-menu.php', 0, 0x77a987676f51e400a12e6c67675e113b, 0x77a987676f51e400a12e6c67675e113b, 0x1e4f7eeda6f0f5550c8c71a2bc084c6cac69e647ecc06a813e31d19c0dc5a197, '', 0, '?'),
(0x6b600a3e28b8949fd7adea90f94989ac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlHandler.php', 1, 0x00000000000000000000000000000000, 0xc7e49b211c7c5a5abecd40e78b99ecfb, 0xc14786cf26bef45096d29d8d60f967a549e54fb447bb54552f0e2b8cb00d5052, '', 0, '?'),
(0x6b65159d01eec949355c5d19698b7d00, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBI_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBI_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0xa021f8e9b029c91e1caf062aa6287a43, 0xb16214930d772ac7b2321683451057693c75fe9e69b427c6c6b1fe0e4922d975, '', 0, '?'),
(0x6b67834048f95d75376f3521004ef526, 'wp-content/plugins/wordpress-seo/js/dist/settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\settings.js', 1, 0x00000000000000000000000000000000, 0x1b4bb295ac59677997e549539dca2947, 0xa8080876e8bb4d0950346958d507e683e82104d005bcccfa4c2760cc736ea47b, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xaae4bc366f57089c93802687ffbefd39, 0xa19d685157ad53d478aaa7f5c1c325a626d7fd09a1241c23d5e238e69bb544e4, '', 0, '?'),
(0x6b70d1b7a4badd64ac50487546b0d6f3, 'wp-content/plugins/powerpack-elements/modules/icon-list/widgets/icon-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\icon-list\\widgets\\icon-list.php', 0, 0x2f9270101f84710b6967d77b12d0bc77, 0x2f9270101f84710b6967d77b12d0bc77, 0x8db31a76027b75a6d9cec371ed2133fb43e1783b9b043e05cc874accb97418d9, '', 0, '?'),
(0x6b711c4bf5fd9e38125000bae964162e, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\OFL.txt', 1, 0x00000000000000000000000000000000, 0x549bbe19df33ca3072be01baf1684496, 0xebf298d74ffad5cc369afb6c58d3b84002cf97c37fc6e6aa8946eb8f4bcc4840, '', 0, '?'),
(0x6b7a88210e4bd58d6a30a56d69a52b30, 'wp-content/themes/twentytwentyfive/parts/sidebar.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\sidebar.html', 1, 0x00000000000000000000000000000000, 0x2e806c09844d621fc162c1ff6fcf2d93, 0x7fb7ab49361efac3802eb4cc51cf464a55d689682c250a791442e7f3de519d5f, '', 0, '?'),
(0x6b845f0687a5118722719c4179f2ef39, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\RuntimeLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x2750d815de10878b0fea8aef726013e6, 0x5e5ea8a397fa3e96822ac9a908c45c577403da971b8a433017994b4a5b632684, '', 0, '?'),
(0x6b87fd83751ed5da6568ca36d80e8f57, 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-get-header-builder-design.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-get-header-builder-design.php', 1, 0x00000000000000000000000000000000, 0x43f9afaa0aa681ff9d84d5cc2779aa23, 0x9ef0b9e52b6f91c372a765706c621152e3338637bb5f2672cc951ea831365570, '', 0, '?'),
(0x6b8d86084f7f0a8e0a2f208731396ddf, 'wp-content/plugins/custom-twitter-feeds/inc/CtfCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfCache.php', 1, 0x00000000000000000000000000000000, 0x19dfde1941d12ea8bba649239b8d9533, 0xb7c296a4f4de467978aecb813eebc643217f922d5c2779945f45d771ed142a3e, '', 0, '?'),
(0x6b8e519164f1c2f9b47ba945a0e6b44a, 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-subscribe-centered.php', 1, 0x00000000000000000000000000000000, 0x4d7ef404d9edfd13a7ab361c08d798fb, 0x161829a9d30d2bfabfd0cc7b1f7eaa523bd378ae524400f07ec87d8ec8b3f210, '', 0, '?'),
(0x6b8f7898989da927489b7f1ff4daa020, 'wp-content/plugins/elementor-pro/modules/notes/document-events.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\document-events.php', 0, 0x815c1964f179f69b325f282ab3819dd2, 0x815c1964f179f69b325f282ab3819dd2, 0xec9a5d840a9a588309bf06abe503a9131b534aab920cd68ca5a8c2cbe17a4aca, '', 0, '?'),
(0x6b9012f514eab8fe75cf8527d88d33ce, 'wp-content/plugins/elementor/core/files/file-types/json.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\json.php', 1, 0x00000000000000000000000000000000, 0x9608f04d069c918d67b13fd0db6275fb, 0x64e9b007dda59bf6024e05d47d03b8d6dc0e305320f1d6eb6811dc9c829047a0, '', 0, '?'),
(0x6b93c3e4676196467a37c5f0c019c2c0, 'wp-includes/Requests/src/Utility/InputValidator.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\InputValidator.php', 1, 0x00000000000000000000000000000000, 0x55190dcaae03e4599065094c8c106c16, 0xaa61a931a6e251b661752f6498fbaab91c73a7d84cac1bbf5a76fb55c10e11b6, '', 0, '?'),
(0x6b99a41649a3fb54efa4491d2429c880, 'wp-content/plugins/elementor-pro/modules/wp-cli/update.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\update.php', 0, 0xccf4d6530a4a905a328bf0aea31e75e3, 0xccf4d6530a4a905a328bf0aea31e75e3, 0x1cda81fe674b79e79679e980f3e06cfe702461184b5ca914efff8dc64cab9a01, '', 0, '?'),
(0x6b9db44090bda47edec06eb3b758f465, 'wp-content/plugins/powerpack-elements/modules/link-effects/widgets/link-effects.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\link-effects\\widgets\\link-effects.php', 0, 0xf83440e96f3ee0e9d16ce8c67d088f64, 0xf83440e96f3ee0e9d16ce8c67d088f64, 0x133ffea479f725ff997f5ea8c0079bf8fd46ca7d7c2a5566d711fc6e438ad0fd, '', 0, '?'),
(0x6b9f1fe19441b5dcc346cd9f9f5eee65, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/cleanup-llms-txt-on-deactivation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\cleanup-llms-txt-on-deactivation.php', 1, 0x00000000000000000000000000000000, 0x9fbb34df486577ace2b31f505aabaf52, 0x42f4ecd4863630e7f97ca5ccbd0ced8aa62ce6b67d0fba949f09a1286486abd7, '', 0, '?'),
(0x6ba039c9835a312019a27be9f02ba8e4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/formidable.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\formidable.svg', 1, 0x00000000000000000000000000000000, 0x756da84d9345ef51ec53054201b10fd7, 0x6e7716f4158b54db9c22610e09f307758c6d42090bbb7b2ef91e501ad095705b, '', 0, '?'),
(0x6ba2a723187d13ced40c40787cb097db, 'wp-content/plugins/elementor/modules/atomic-widgets/database/atomic-widgets-database-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\database\\atomic-widgets-database-updater.php', 1, 0x00000000000000000000000000000000, 0xb252724d043d499240492a8fad48120b, 0x983c5e97a08c127c3d69573695f43fbf252fd53bfcc7428c41ec960d56f8cb4c, '', 0, '?'),
(0x6ba4ad234729dde8f6542902497aea29, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/base/element-control-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\base\\element-control-base.php', 1, 0x00000000000000000000000000000000, 0x0f61a1f7d2b6007687b880dc08754caa, 0xba9831dbda16c2f73ab5d98a00215419b97aa80f102d47207b845ff249bc805f, '', 0, '?'),
(0x6baca28ded4fe8a11b8e669ed9eeb49c, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x6bb1837d0142173e994c5d7e6217752d, 'wp-content/plugins/elementor-pro/modules/progress-tracker/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\progress-tracker\\module.php', 0, 0xb06d2200a129d99155f58c74efc90b7b, 0xb06d2200a129d99155f58c74efc90b7b, 0x099015db836db8decbe5cf1e248ed4d559ae273a33abea89c168b83bf087df4f, '', 0, '?'),
(0x6bb238c230c516790220bef0aa4d94bf, 'wp-content/plugins/elementor/assets/css/common-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb88e5518f5b99838fd04143030bab43e, 0xdd79f9b5fdd395c6c60645a7b02437ee9fd85de68f61c73ff9c09299f2efcc8d, '', 0, '?'),
(0x6bb5332dc8236f18f56c8d973918c6a4, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.css.map', 1, 0x00000000000000000000000000000000, 0x8ddc6ffd4c37cb970d2dfa79b855594d, 0xcb508c62d34c95f37ef9977dc2948b7cb708f2ba40920d1cc088c4df752dbc27, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-asset.php', 1, 0x00000000000000000000000000000000, 0x2f697f9003e5e1baf9146c8f88ebf4fc, 0xf2a3e27e947e75d7d3112c02add0e6b4f1e4bc09df4168ee5aae4cbeb4a1154f, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6bbcfb939d31cae4891813ed4d960927, 'wp-content/plugins/elementor-pro/modules/lottie/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\module.php', 0, 0xfa829a2954d0b46af4449040ca9cd20f, 0xfa829a2954d0b46af4449040ca9cd20f, 0x2e95e5e274552727789d95648dd9ec94486adef3c3bf78407a473a30d0a1c4da, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\user.php', 1, 0x00000000000000000000000000000000, 0xa2d6f8b2a54dee88ca1598138372de47, 0x8fbfb593803f896814b0b74298385a95b348a9677b3ef1f6bb8e13e1105bfca9, '', 0, '?'),
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-register-roles.php', 1, 0x00000000000000000000000000000000, 0xc98f33101991ee499a21f94257d3daa7, 0x7d2a308b35e5172d08d851ddcca1e4fb70191cab60cba3810ea0d3725011e661, '', 0, '?'),
(0x6bc1f9ec0380790c23500a919573f564, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications.asset.php', 1, 0x00000000000000000000000000000000, 0xd10879697177676f71a77e942e325958, 0x7405b9b6fc0aaf18f6f8bbd9c3d070b70b7746f53e10f167050bed12d300a7de, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x3984e4300c9040fbb3f2eec565dc7606, 0x82425a1de2450178dca52bc9441860948f9a83ab482c432055646fc54ccc755b, '', 0, '?'),
(0x6bc4df89657d015740b690a389b7cb29, 'wp-content/themes/go/dist/js/admin/customize-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x1b2f3a74684663a63c774fd0f20910fb, 0x6c2874f5eac67acb5e09a2e9e1d6b6c18536260e1b1af826db5dca9eb99e7792, '', 0, '?'),
(0x6bc58a5b4a1ff85d177e3d9227f0853a, 'wp-content/plugins/elementor/assets/css/modules/styleguide/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\styleguide\\editor.css', 1, 0x00000000000000000000000000000000, 0x152ee17f500863ad373633b7d2c057d1, 0xeab2599b43adaa6fc19173aaa19ae05ef0021666a95dac76f6adeeb4cdfbc610, '', 0, '?'),
(0x6bcb8e1853d3e0da133b38a6293bafd1, 'wp-content/plugins/elementor-pro/modules/notes/usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\usage.php', 0, 0x8045d05215b23809bffb3ee945477aa8, 0x8045d05215b23809bffb3ee945477aa8, 0x97c0de406303ae665291d8deda8d1697158881f9f7a421c356639082197a69f5, '', 0, '?'),
(0x6bd43be65286426e54f73e99237121ba, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x68f1f3ed10a78ad673520bfacfd041a5, 0x16e79534faa72bebf6acd0335c6b4cffd67f89abb63d74096f13d04646409db0, '', 0, '?'),
(0x6bd4cde651c7703a22a0070dcddfd728, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-footer-layout-configs.php', 1, 0x00000000000000000000000000000000, 0xceaf23262cc90325ca640f96ca129ee4, 0x4f032df1c2e59ff6714766da77fdb55153754ee197ae0966c5c8ec3269c29605, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-null-tab.php', 1, 0x00000000000000000000000000000000, 0x31ac7c27a3f43003845d8718ce1f9a11, 0x9154214b87acbb2dad2b5b1b6adbee6a04652261a1d4f1310697944cd0b38669, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom-ready.js', 1, 0x00000000000000000000000000000000, 0x3ef5feed38034835386e78d018a56d27, 0xa3db031d9840681f87551811d794f59e7bfcb9537faf3d17b3563e82b343c46f, '', 0, '?'),
(0x6be3a7cb1487c0848b5e6de65c879694, 'wp-includes/blocks/navigation-link/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style.css', 1, 0x00000000000000000000000000000000, 0xcb53ae3b634976ebbc13e25f68a95a48, 0x71cfd3ffaf99928c4740649eeaa4912ce89217169655600488cac48e868fb7cd, '', 0, '?'),
(0x6bf3ec138726c3a94af409fb5f5f67ad, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\seo_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x92a8ffcb34480e7e9ac99b610c26a7f3, 0x6a5a3cdd0f62418d584b7a828799025b0068ef9b6ffaf2a4aee187edcf54ae41, '', 0, '?'),
(0x6c01ba9050fe5055e2599daf7db701de, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-hang.css', 1, 0x00000000000000000000000000000000, 0xfa5e0de2f6095736c176b9c0428db52d, 0x5b887018c8e03cf253e478fe422b152da6fa5e0a7f025da4d342055d639ee420, '', 0, '?'),
(0x6c07a1007d09c42ebe657b5eb373d664, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0xbd5a3e221f16e6a2226d644bfa370432, 0x351231e139f2540ee307e5a46a853cd044cafb81bae09520df8cc52edce61c9e, '', 0, '?'),
(0x6c07b485ff8fbd7447a1c6a6bc4eebf9, 'wp-content/plugins/backup-backup/analyst/src/Storage/FileStorage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Storage\\FileStorage.php', 1, 0x00000000000000000000000000000000, 0xaa1200a25589d584490b892569c2f6b6, 0x1276087c6214c9b60bc1bc849eec623aff2195e5726e3a18153e9cec92b48ad4, '', 0, '?'),
(0x6c0e725aaab38ba99357f74febfacf22, 'wp-content/plugins/powerpack-elements/extensions/display-conditions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\display-conditions.php', 0, 0x512242f45817bd6386ca81dbfc0545c6, 0x512242f45817bd6386ca81dbfc0545c6, 0xbccd7d945d9f419141ae998f24709779508147a842974ed03aa557f14ea6e251, '', 0, '?'),
(0x6c1063ce9c6f1b9bc599c10b0e2b5c50, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\search.svg', 1, 0x00000000000000000000000000000000, 0xea4ab4c97afdeacbceaff3880767ab1b, 0xc7a5cb1906aebe9237143765b4448ec89a5f81bd8621053a716b37b3de799050, '', 0, '?'),
(0x6c18010919af022ecb47f668eb95e8b9, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\memoizers\\presentation-memoizer.php', 1, 0x00000000000000000000000000000000, 0x62fa18e68965bf42145241fc47b07e03, 0x12c262215acf3cbc15c1fd9cc2126d9b8b216ebe1a652ffb1831f74f6033d996, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x4925072a7fd50f8a31a1bf0c399ff0f1, 0x7502f7a211d79b771015eb9fee78a16d4905e97b8708d663ba75806cf394b2c5, '', 0, '?'),
(0x6c30fb3a44d9612f4cf5378cbf61f03b, 'wp-includes/js/dist/preferences-persistence.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences-persistence.min.js', 1, 0x00000000000000000000000000000000, 0x50874e799d573b7f1492791a2cc0fa20, 0xfa6d82a73597224b6ba4571a72f897dfa7e1112d2b1b305d72cd86e126d47992, '', 0, '?'),
(0x6c37ba787df22962b5a3b316da57a87a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1184.06d795477eca5952.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1184.06d795477eca5952.js', 1, 0x00000000000000000000000000000000, 0x0e5fed0ce2f7338aec24b6b6cf2c2b0a, 0xd1b15df916d4dccd99fa1f8940862bcf9a73363a4a7652dc08819c8a2be62bd2, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x62782bba5d556ef80120aa1027d6ad32, 0xd016fef1df8e733095fbb9d2193492cc886546f36ff76e5272ac0ff5b9eb1d9c, '', 0, '?'),
(0x6c3ac4dec70ce894f8ad675bb0312755, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-home-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-home-menu.php', 1, 0x00000000000000000000000000000000, 0x1ea1aea0c0c8ffc945eb3c120153127b, 0x80636bba6792b7bc66caa633d968d7057069c286d5d374de03a9062c3f926e02, '', 0, '?'),
(0x6c3b5c4680765f1dd22d785c33157b8d, 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\wincher-route.php', 1, 0x00000000000000000000000000000000, 0xf051ae8e19cb10276cd65ff3ad4fd845, 0xf438fc6034546596198b49beb7d06f98cf4ca13027c14ad3ca2090cc29b7147a, '', 0, '?'),
(0x6c44bf23530f9217e25378721d04f486, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\classic-editor.js', 1, 0x00000000000000000000000000000000, 0xb1c31d905e89ead56b97a2d456cfa1db, 0xbfec52f764e72d2dd640bc50b40545c8a0797441d98abe3fa107118fea40f502, '', 0, '?'),
(0x6c47acd2b9ba2d65992a8072683efaa9, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-grid.min.css', 1, 0x00000000000000000000000000000000, 0xcbaacffc89aa2bc70ef8bd86a009520d, 0x9b767162a579fdec88ce02e4f6dbe116aed9fe919bc5e0bafdf8323933a900bd, '', 0, '?'),
(0x6c58faae0730f5376e7cf56356ffc542, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.js', 0, 0xc4120767e9606e20df42b739eb3f9177, 0xc4120767e9606e20df42b739eb3f9177, 0x9dda91e64290a72d7642fadbaafe726d6db017663eff78253dd5d1eeafc54b79, '', 0, '?'),
(0x6c5a6f32fdb3417c75dbe46d1eea1ee3, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/filter-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\filter-prop-type.php', 1, 0x00000000000000000000000000000000, 0xea9f27b25b8f45ea84ae6e46e1ec332a, 0x23ccf374eb04df9b4f62b8be411ba64bc7e2f175bf211796cce6c10cdb9a3567, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\notices.min.js', 1, 0x00000000000000000000000000000000, 0xfdd138e02887c2d6d9da03b608b591a7, 0xb19c39c4f580c22e74ffba0ffdf80fa29253620d3644658eb145ce4d4e192183, '', 0, '?'),
(0x6c5dc330dd5d3259f359f5efccbbbc59, 'wp-content/plugins/wordpress-seo/src/plans/user-interface/plans-page-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\user-interface\\plans-page-integration.php', 1, 0x00000000000000000000000000000000, 0x8e4d3ed947164d99869e02983418c93c, 0x7d3f4beada7c18275897a99534ac915a63980a7790c5934fbc2ec17b43e77208, '', 0, '?'),
(0x6c621db2ea3dd1ec537cbc6f90c32204, 'wp-content/plugins/elementor/assets/js/40d841f4b4ce7b1928f5.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\40d841f4b4ce7b1928f5.bundle.js', 1, 0x00000000000000000000000000000000, 0xc5a57c98120b6418dc32a496f111f0a2, 0xba436bd53bd4828decd12af400f1318f225981328c42aa7d4b8bcc7f199859ad, '', 0, '?'),
(0x6c6304805bfac253030472e5cfe6b71c, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 1, 0x00000000000000000000000000000000, 0x46a125b05b4124cddd49af60ac0d2e64, 0xd2c6fc08fc9b7a911a4e0bc461e3dc0c06dfefe8d0d618ffbb938dc68479bca2, '', 0, '?'),
(0x6c6ec73f49dd49c81394b56f6c243b01, 'wp-content/plugins/backup-backup/admin/images/dropbox.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dropbox.svg', 1, 0x00000000000000000000000000000000, 0x267016f0e720f735696a4737c00e4574, 0xcb56ef64c5a371b78d2e925d1b828adb6f5cec35f4e6dc8cc13c6bdb3c5f6e33, '', 0, '?'),
(0x6c6f1008ba379fecce3ae8ff31030400, 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\promotions\\filtered-promotions-manager.php', 1, 0x00000000000000000000000000000000, 0x937647ee26064b88a4b22f76241bf550, 0xf812c846c9f86d886bcacff96f40dc52ae976de95f0ce26085013f691d04cd94, '', 0, '?'),
(0x6c74edf6b4bc25b0d84cdae7efd58470, 'wp-content/plugins/wordpress-seo/images/question-mark.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\question-mark.png', 1, 0x00000000000000000000000000000000, 0xf77c03698119fc892964d9c0704f6428, 0x1149884b4c6c0d1c91d2a61bdf9093c2095393ebcaa8726516343e624906a55d, '', 0, '?'),
(0x6c793efc0bf1ff29507783072470444c, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Tracking.php', 1, 0x00000000000000000000000000000000, 0xf3ce5f6c5aa37c2f8241ce6dbdf14368, 0xadb90b6f7f5162d34595db77d66d2eafc5abb84d1c1327dd89acd552171655f4, '', 0, '?'),
(0x6c7ea1f0594a1e33889ad20ffe871ee1, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.asset.php', 0, 0x9231853da97d7729627b8ddb6247bc5a, 0x9231853da97d7729627b8ddb6247bc5a, 0xf0a696fea2a9ba61b6bb968edd982ef840fb68465bbb88a6c3f9b1b1120a983a, '', 0, '?'),
(0x6c82524dbd14ebdbb3d07a745eebea6f, 'wp-includes/js/dist/preferences.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences.min.js', 1, 0x00000000000000000000000000000000, 0x0fc40c70672cc5ed9f5f9f30aa869db1, 0x24ef25467d1b76b272d22a35d6d75480f00b27a9e1547c62fb45eefc03136f85, '', 0, '?'),
(0x6c8519ded87fac20418d7656151e934b, 'wp-content/plugins/custom-twitter-feeds/templates/actions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\actions.php', 1, 0x00000000000000000000000000000000, 0xe463608b5104b2ce400862310f0c6ad3, 0x77ee3e7865ba1f01a52ab796d041b46d6f9b49850a1064cf0cca781c45e43c35, '', 0, '?'),
(0x6c8672b74349e4647c4467f5659b7f05, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xcacef6a34d2303cd18b0a56909caafb9, 0x610c85705487b14103eca2a48c9c3849063cad69a95352193337020723d4b5bf, '', 0, '?'),
(0x6c894216194828ab1c00bc17b256b05c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\time-of-the-day-condition.php', 0, 0xb812d876b030f941f22aff294548228e, 0xb812d876b030f941f22aff294548228e, 0xc0f545c9caa18fc19ef7e79df876f61219b80aa8976395df9050e2bf90e9bd63, '', 0, '?'),
(0x6c8cc999a60edafdb1f2dcc75200f2af, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-xml.php', 1, 0x00000000000000000000000000000000, 0x8147c5582d88abe854ca3f123d4caca2, 0xa1b4aa5b2a8864adf6787859a1df7643c48feb8c0d0946cbdc67dbeeaacff1bc, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x30a275863f116de10057a8ff2d36b509, 0xdfee2633046d8802b8143808606c2a7d9522ffa88fd34d89c94f2ac9542d11b2, '', 0, '?'),
(0x6c951021ecbf95affdd9557acd736e04, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-3-render.php', 0, 0x251f6eed6b429aecc04f25c0f3fa1e68, 0x251f6eed6b429aecc04f25c0f3fa1e68, 0xa4187e154ca4cbd6fcde5703536b4208c6739fafa98020ad9c542aa001dfb72d, '', 0, '?'),
(0x6c96fbb644e844a1117fbd9bfd948a45, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-4.php', 0, 0x08cc7be90ccd2c1cbb42bf74a12cb9b9, 0x08cc7be90ccd2c1cbb42bf74a12cb9b9, 0xd7232c2b1af5acc68b1b6539230926d9e97cb4ace0309e79577c537b7ef85d56, '', 0, '?'),
(0x6c984e60c0cfbaad22cd687f4cf8fa8e, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-offcanvas-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-offcanvas-cart.php', 0, 0x0debd6d48ce5c3c0af6249268f027d86, 0x0debd6d48ce5c3c0af6249268f027d86, 0xca3761619179cb0663f081cbbf5bd7a6f22418d9744e6be10c3445adc835da7b, '', 0, '?'),
(0x6c9c999e01f38947df47bd8c66b57ebd, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/username.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\username.php', 0, 0x1f12ee64f92e0476e933c7771bf6450b, 0x1f12ee64f92e0476e933c7771bf6450b, 0xfee954413a2741588b0d09349170ee45a23658b4273c3fb1cc8408d39f7feb90, '', 0, '?'),
(0x6ca0ecef38b1ba61709700e35b7d5896, 'wp-content/plugins/powerpack-elements/assets/images/devices/laptop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\laptop.svg', 0, 0xc960150121ef7e79a4b3a5483aa7e877, 0xc960150121ef7e79a4b3a5483aa7e877, 0x7eb83bf03722cdf8809785be9e767eeb8ec8acfdb65f2fe821e73905310badb0, '', 0, '?'),
(0x6ca51540cab1b438facd3350679b1eca, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4685.938e56c8151ee327.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4685.938e56c8151ee327.js', 1, 0x00000000000000000000000000000000, 0x1216ef77b28a0485bb323fc84b95c90d, 0xe31b5085ed53c80577b40a5a96f1004a8f987bc4af5952b038eb6f5e0744e485, '', 0, '?'),
(0x6ca65bdaad6ace3c817d533ef738a9a8, 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-hierarchy-builder.php', 1, 0x00000000000000000000000000000000, 0xc757221d60a9b69714561cadfdc8c709, 0x15b0af64e5749dc2d1c3cbedaf2c9b3739d162cae6863940ab67354f2df1a462, '', 0, '?'),
(0x6ca917536c6150806b462cb3289f4687, 'wp-content/plugins/elementor/includes/controls/dimensions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\dimensions.php', 1, 0x00000000000000000000000000000000, 0x6841315513e12565a86f1082b02956cf, 0x49b2f14da6c91e2fef4d2ad35efe9d133c6613279ff109636b356bd41a2e875a, '', 0, '?'),
(0x6cabdffb534e1e566e67e0e6b3798c3c, 'wp-includes/blocks/image/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x646a7619592376637c2f3f7fbddebb64, 0xa348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0f, '', 0, '?'),
(0x6caf60065263d753d42266212ed1ac1f, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\elementor-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xd415acc2c075216af3d2f86e6adffdfb, 0x679222297deebe4f750f017a2e1cc1877793dd742dcda22c7c589352851cfc4d, '', 0, '?'),
(0x6cb8ab3ac7005613005caec794ba08e3, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0x5fb30d5b1e72b326c473e087ddcbebc2, 0x19e0458857c6259bae20793c514f3b8f441c68953dbc83063c509f83cc845564, '', 0, '?'),
(0x6cb9ccf6023cbbf42390dd71882ce6a1, 'wp-includes/blocks/archives/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor.css', 1, 0x00000000000000000000000000000000, 0x7693f1db12772dc0e3e1294f5684cdcd, 0x4c5fd7781149b83abe2278ef0cfb04f78718d7b139d0d35707ca5e9b611479fb, '', 0, '?'),
(0x6cbfdd864c3123645fb212db5760a4df, 'wp-content/plugins/reviews-feed/assets/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0xd4a6bfb38159cbf59ab2e5ccc93c72af, 0x495a7b270bc2b5cd4eaddbfe31ab59d9627531b53b87e191e71b62bdbf8980c5, '', 0, '?'),
(0x6cc3916047e9d3e270f00e78b0606d74, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Migrations/Migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Migrations\\Migration.php', 1, 0x00000000000000000000000000000000, 0xe986064c7ff63a8129f64e12ef2663c1, 0xb59c50864639cfd0fe804938a24c1e6e3b88bc78e811665e6a2bd06e1e57d3dd, '', 0, '?'),
(0x6cc8583dba973149abb9e520ee3aa286, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0x8e895afb3bb707aab1db8238788e0c7d, 0xe3c89c41dd3d710ca7874298f2f882369d3a5f7ee45447c4cb065ceeebf1e94d, '', 0, '?'),
(0x6cc86d2866d85f71a660628f43842574, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-static-posts-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x53dacfd5985973d94f7a314b210695df, 0x8b4c74a302695d562449a0469e950f60dfc63e87730a7761f3bc1143e3193f6f, '', 0, '?'),
(0x6ccb8d317ca5cbf1a409c25628be931a, 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\endpoint\\endpoint-list.php', 1, 0x00000000000000000000000000000000, 0x8c599c992936833ea6f4d40c7c87add4, 0xab5371eb6891f5442273eed6398fd4b3a1fb3e1fc2f3a5628e0e2957943508bc, '', 0, '?'),
(0x6ccd22cf9085657aa32d8a4ceeb673d3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-chevron.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-chevron.svg', 1, 0x00000000000000000000000000000000, 0xf2f6a0b48ad12404a0c0983707467b86, 0x11975bb98120dd6841205a78e0684577b5c1844d0245a929e6f45f1d27f891bb, '', 0, '?'),
(0x6cd519e4d1ddb3d131d185fd978929db, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/tagged.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\tagged.svg', 1, 0x00000000000000000000000000000000, 0xd3c50d159355e6a2f2b8ee6abbe79f48, 0xfa6e0a71e2ff64ae5507c8edfb74d24f7048f99870a92b9567900fb4ada03967, '', 0, '?'),
(0x6cdd0480310e3486af2679ed61fb8357, 'wp-includes/css/dist/customize-widgets/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4df497e75b3b59271690c888ad8287b9, 0xe25b7cbd40671e81fc35cde4fe2e96f100edcadd7f967912eda9b8964c427306, '', 0, '?'),
(0x6cdd7ac920d35d99983318f03e64445b, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\term-site-information.php', 1, 0x00000000000000000000000000000000, 0x836cfd8525d902d6787897ed698dc3ef, 0xc57df4cc159ae99883f9b668215a9aeb971acf4a58ab2c72eee1c45320a256e4, '', 0, '?'),
(0x6cddf8cb96ce750a5b7c83d20b1e7915, 'wp-includes/html-api/class-wp-html-doctype-info.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-doctype-info.php', 1, 0x00000000000000000000000000000000, 0xa77f819978deca5a69e94adadb759f53, 0xe38bad8c26dbdb2f1da0f1f5a8b8ff2b0838909ef5fc3a55f513cf7d5c7c4cb0, '', 0, '?'),
(0x6cdf4726feef335d06a428185db8ad2f, 'wp-content/plugins/elementor/core/logger/loggers/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\base.php', 1, 0x00000000000000000000000000000000, 0x5484f0c39b3a2eda110396b59cb374b5, 0xfba80da403d836931ef469aa401081889442dbf8e6b897bf45aa492a994be59b, '', 0, '?'),
(0x6ce4094eefe5bc7f733683e138d9fd20, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/indexables/recent-content-indexable-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\indexables\\recent-content-indexable-collector.php', 1, 0x00000000000000000000000000000000, 0xd532e07acf4c8f175351fb00cff88dad, 0xf991f7ff8b31336ca4c17b97592855612312c11f59ae5ab02e27573be1d25887, '', 0, '?'),
(0x6cee9aa356c08d00fa5291544997ff22, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/AjaxHandlerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\AjaxHandlerService.php', 1, 0x00000000000000000000000000000000, 0x2960cdfde57e7d069bb525d8b7d8ea4f, 0xe62294632934fddc6904de8d0d52f3d4a60d63a6e44555f771294eb408a54029, '', 0, '?'),
(0x6cf1c594379ce289edd7f58e0285c1b1, 'wp-content/themes/twentytwentythree/theme.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\theme.json', 1, 0x00000000000000000000000000000000, 0x7dca10408c447f7afe6b54c0623dcef4, 0x0fc2dad9688ffb81e193f2dc5634f3c6ce9fbee82e20508e005f6289dae3ac35, '', 0, '?'),
(0x6cf1e1cbc3eb8b0953e3099deacb31df, 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-blocks.js', 1, 0x00000000000000000000000000000000, 0x1601d680827d24e093c3fccf359655b5, 0x782c8076609a28d722aeef8941286471a96434ddbf7e38f317c7b9928d739d33, '', 0, '?'),
(0x6cf95dae5b59f601ea9e2a794a287a9a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0xa8f2ff83751947568e3730d973f95f9f, 0xfdcfe8ffd36f67105b35904c795604636b449a78be0d19cda59c93b1350c191b, '', 0, '?'),
(0x6cfeb01db6953d5c30d58008f97accf8, 'wp-content/plugins/elementor/assets/js/nested-tabs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.js', 1, 0x00000000000000000000000000000000, 0x7f27ad9a7b8835b0516128bf15fc8468, 0xee29a72ccd642e3b2a4730fb8db3ee49573802f60e759929599cf6f3e9ad89f4, '', 0, '?'),
(0x6d03290dbc85e4f461489aad1c8d45b1, 'wp-includes/blocks/social-links/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99538139e95929dd1c6ada89b7c74804, 0x97736fa9e85763d0c22bafbf09ab536574f72b36d840e4eceb6c017cd73cfeaf, '', 0, '?'),
(0x6d03b971cb55d94137521e4e12752a2a, 'wp-content/themes/go/languages/uk.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\uk.json', 1, 0x00000000000000000000000000000000, 0x4b40714dab467abd223d1f95b64ed04a, 0x8bb9eb9035a0a47df8db2e5ccc11f0ec714d3c6a9eb764cb076a9062d8f23ec2, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\certificates\\ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x881d42190b18d751ffadb636e7427594, 0xdf2f14c78a25f719b0bf747fad22507e8e2389c6b0020de65bad2db1188a9b92, '', 0, '?'),
(0x6d140445bc51a882020ce33fe09d7349, 'wp-content/plugins/elementor/modules/atomic-widgets/library/flexbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\flexbox.php', 1, 0x00000000000000000000000000000000, 0x29c676bf2b6c0c59b4d2c162cdfe4e4f, 0xe2468478faebb2666dd2aba986a3c8cf401de79d3015ff06185ea420cdd6a28a, '', 0, '?'),
(0x6d17654489640e9d0903fb0a60aa0199, 'wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\custom-meta-collector.php', 1, 0x00000000000000000000000000000000, 0x9b8a50622adc748fb34a5916a7b11cfe, 0x491d99ecff4019bcf79fb109bcbeaaa9551e54beea84b25a70ac6bca632d624f, '', 0, '?'),
(0x6d1dc03ab34049510404e964bafd43e9, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\wizard.php', 1, 0x00000000000000000000000000000000, 0x541f869636cf4922d550e028d5beadc2, 0xad944b4380eb49b1a876e23f46bf0cc73c87c60235f55008255851cbfb7eacaa, '', 0, '?'),
(0x6d1f05e3df84404deadc3a94fe938b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\Exception\\InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x11f235a9bfe8dd14c538ba9270b25e5a, 0x8a1a5ae176e0dcd1a2f3cb1b330e6b77f0c80e39cf0c494f2d33d98940e3534d, '', 0, '?'),
(0x6d252b86f42a5dc3655554a2a763e600, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-5-render.php', 0, 0xaa1fcff70a4cc40abbfc7521df910128, 0xaa1fcff70a4cc40abbfc7521df910128, 0x4967633f65de69d3b63e075586bbab0e4f8dd8b944fd138ff72ab51433f1e1f5, '', 0, '?'),
(0x6d2677e499d13cff610a9ac634887dd0, 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xaed3afd597081cb7ddcae7ae4876a973, 0x6b4c59ca600ddfa12baa707a95c72048e89e473916bc10cbb33b3271eacbfe1e, '', 0, '?'),
(0x6d28383562eea8afbbcb4a4e1f9c1453, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-paragraph-margin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-paragraph-margin.php', 1, 0x00000000000000000000000000000000, 0x6ee8bf8ca3f252464e7041198a93faf6, 0x1489ed1d60ce0b1d44967204921945b9e8b402ef171468e0ec043ae03ad1aaac, '', 0, '?'),
(0x6d283b6cf40b3328f0d89bc866673600, 'wp-content/plugins/instagram-feed/gpl-2.0.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\gpl-2.0.txt', 1, 0x00000000000000000000000000000000, 0xffa10f40b98be2c2bc9608f56827ed23, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x6d2ace339d207c9f28fca7bfbf6dde20, 'wp-content/plugins/reviews-feed/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0x008346c1cc3a7edd3aaaaaa147b39716, 0xb429553a46b5e6ce7fd751c432e22e314e4fc10ca43ee452a6ffbc03dc0bc10c, '', 0, '?'),
(0x6d35311dbee01a703aa53890e5e9003d, 'wp-content/plugins/elementor/core/role-manager/role-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\role-manager\\role-manager.php', 1, 0x00000000000000000000000000000000, 0x93c2ec21de3c02541d0301aa16c9b0db, 0xf0871fec21040c4913838c0f1c98358daa37286068a475280ae23ed4699df517, '', 0, '?'),
(0x6d3583ef6f47afff09dc77c3f7350f3d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigFilter.php', 1, 0x00000000000000000000000000000000, 0x6d62bb9dbb751ce24f622e7b593868a3, 0x85b51c7850e0de698bb769a35ae8dcdd5332508b3f967ac80ff13b753ff4ccaf, '', 0, '?'),
(0x6d3af9181f142bfe8144cbc0ce637413, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\header.php', 1, 0x00000000000000000000000000000000, 0x1e9d143d6839ffb98013457b185ab699, 0x58dbe647dc1a3187ce7f77aa5b7ce1b2bc06783febc93b32993cc000c9a76668, '', 0, '?'),
(0x6d40538a8df5ecce890dda3165fd1b74, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreMultisite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreMultisite.php', 1, 0x00000000000000000000000000000000, 0xaae0aa3de2f75bb3a12317b6c7578f9c, 0x70c7979276b339c3ee5bc16d387f412b0d8a4f51a8218ef3be410c92fac6d825, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0xb6aed6798faa996a9430c2a9e75ff782, 0x14729dd7080ebbec9f6b194542cb662085da70c6f84ce080cef01a86c7e2024a, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\spinner.min.js', 1, 0x00000000000000000000000000000000, 0x12511decc84e4486bef058282a9e3f12, 0xe499a86d4a22ca01ca0aac9e43da590d9ac0691f7422f8754d995f39a8e9fa25, '', 0, '?'),
(0x6d4843232ddf27aab69f17f39424a02e, 'wp-content/plugins/elementor/assets/js/common-modules.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.min.js', 1, 0x00000000000000000000000000000000, 0xe4b13aa91583f7ec44605a235a55abde, 0x831962bcb8a79388748d1150bd80ebacf8c6c95924d0a54cc1fd4a751f5fb463, '', 0, '?'),
(0x6d49e419157e14ab3fc656893e2cbd96, 'wp-content/plugins/elementor-pro/core/editor/promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\promotion.php', 0, 0xc58f8db9ba7976bf2896f1650c4e1754, 0xc58f8db9ba7976bf2896f1650c4e1754, 0x8479ae1cf9319704e2869747356a251a059d09bde7bee234a79b0a1a63c3ebe9, '', 0, '?'),
(0x6d52b3b86041564313bdc078198ea1e4, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-message/form-message.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-message\\form-message.html.twig', 1, 0x00000000000000000000000000000000, 0x74e82f7d4799e304fab79d9b88fb3d0d, 0x488b0038d64323ca26e31d6f96f2b5805b9c6fedbe10f1061ae14d7cfd962648, '', 0, '?'),
(0x6d536868d819501457d6ec07d0c55aaa, 'wp-content/plugins/backup-backup/includes/scanner/files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\scanner\\files.php', 1, 0x00000000000000000000000000000000, 0xbe23ea82ea1037fedaf519ea0e9a04f3, 0x23c75561253121bb93fd5f660bf9f65f3b4a47928526794ce9013a40388d824f, '', 0, '?'),
(0x6d545a6015786b3c592cd7ed2f135373, 'wp-includes/class-wpdb.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wpdb.php', 1, 0x00000000000000000000000000000000, 0x3a69b691f3b401d144ca939645fcacf7, 0x139a838de84e2043da69af323bf99e5f4a6df6f7d2d3801338e5a7e8b63fc09d, '', 0, '?'),
(0x6d57fd58360866f4e560ab78c85e0c6d, 'wp-includes/class-wp-classic-to-block-menu-converter.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-classic-to-block-menu-converter.php', 1, 0x00000000000000000000000000000000, 0xa37254bab08dcb1187e0fc3b96df9fa6, 0xd0a8acd623b34ba90f7dfd1d7e4b06260726bd275ffe90dfe9d3c2c43177f14a, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0x6d66108a65fc56078a53264ff84ed1ca, 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\book-image-landing.webp', 1, 0x00000000000000000000000000000000, 0x2cea00c9903be2255dac09b54f64259b, 0x8e56ade95601f6173e8a50afc66a4f68e5cdacc7dc78af48ccb817ebbe95c8d1, '', 0, '?'),
(0x6d697a65b5e14b78e9d3904d8f1b6cae, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\date.php', 0, 0xa0f9f11fff7c2c8703e1140bfd3ba9ba, 0xa0f9f11fff7c2c8703e1140bfd3ba9ba, 0x22ed44e0f9ee9dcf556d87c1642e451618d8f4d3ceda4fc759313a963748ce05, '', 0, '?'),
(0x6d69d14c1902098570f5fa607ac33c0d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-facebook.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-facebook.png', 1, 0x00000000000000000000000000000000, 0x36c44b57d7b0e89cf10efd93fcce7bcc, 0x7b57f0259043c6c74dec62985433445cfdd5f45bcd98ab2bb275eece7470faf3, '', 0, '?'),
(0x6d6e0a2f270b0bf2cea3c1b2deb0f1cb, 'wp-content/plugins/wordpress-seo/packages/js/images/premium-plans.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\premium-plans.svg', 1, 0x00000000000000000000000000000000, 0x4c8f037469a07a267d259e7d80eef623, 0xee22318a23fe82efb591eeba982d06dfd87a0420d4f3d100080db2a315fa133e, '', 0, '?'),
(0x6d6f44434ed9433e94788f98eebecb00, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-3.php', 0, 0xe5c4ae146ef8d6c36f26d687db6ce7f9, 0xe5c4ae146ef8d6c36f26d687db6ce7f9, 0x29e271fdec9ee10fb8eb0548184c4a5ceb3b67b7c455e7087b946006a2adb666, '', 0, '?'),
(0x6d715a8ac14f4d50eed008e191e38ba9, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordfence.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordfence.php', 1, 0x00000000000000000000000000000000, 0x072249f33c13abac39cec0d376470e1b, 0x89066a6941fa4504af78f0002aac21a48f0b6c1c08625a167a4dae763e1a9f97, '', 0, '?'),
(0x6d767060100bca06d6507a377cf3bec1, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0x5ebf380e0b1889b979f4f3373909f893, 0x0e60db4726d2b55e3f4045599807b1d84114ef8c3e9058c15373e3af14ff61ff, '', 0, '?'),
(0x6d7b257f0eb52c51eae460829ac1a679, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/book-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\book-icon.svg', 1, 0x00000000000000000000000000000000, 0x867a952970390d4f018652ad09a15c57, 0x717946f8ed8abe8020de876bffeed7738f34b29dc8733e8f705424175ebeef69, '', 0, '?'),
(0x6d7d0757ad31c3b232f763ff97efadc2, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x66377c01e1bbff1ba761776fe25a1f07, 0x92291ce5a2e8dc47a42d99704bdf816e133168b329796b73246cb24c6c37c6a6, '', 0, '?'),
(0x6d80d39110f2f37c6299a81f025cf06a, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/PostsTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\PostsTable.php', 1, 0x00000000000000000000000000000000, 0xcb8ed0b8479280f238bcd041f16be419, 0xf77ec9af3940e0cadddde2fc2913ac2113c5f32cf2ad7d590e24f467f9496cf5, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\sortable.min.js', 1, 0x00000000000000000000000000000000, 0x61c0dc9f1ab176adc9b6b25fa9db9e4e, 0x7f29b672417360fa03152e7f489b459042d2831d794a53232206f709b2701208, '', 0, '?'),
(0x6d8af739a5144a722093302a6771f412, 'wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\oembed_features.php', 1, 0x00000000000000000000000000000000, 0xf0772e14cd561e23ccae7cae3ee8193f, 0xb2fc4f75db20f452639f263b4823e110cefa7140bd94a57e3706281605ac146f, '', 0, '?'),
(0x6d8c9f1a94acab559acd2d87ebedb38c, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Utils/SbttFunctions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Utils\\SbttFunctions.php', 1, 0x00000000000000000000000000000000, 0xaf2878bf0b9a4a004fb6de210a62bd20, 0x373bd918303d679edea23f5c7e44787a0990adb564a6b58c8733bd04364862cc, '', 0, '?'),
(0x6d9d34776f0bd2bf73c87706d3a39edb, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\revert\\templates.php', 0, 0x22583a0cd4f7754855de0b3c647eb7b7, 0x22583a0cd4f7754855de0b3c647eb7b7, 0xf35b2ff37d7e9de002b7ea077bda0080bef60834380b8e7924befa508630357f, '', 0, '?'),
(0x6d9fdb26c4c3f4768f5c7abfa8c09164, 'wp-content/plugins/wordfence/modules/login-security/img/checkbox.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x6da50554eefaad2ba992feae0f675f01, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/dummy-lightbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\dummy-lightbox.php', 1, 0x00000000000000000000000000000000, 0x87c1bd0946053415ce89a9e9c592c36d, 0xddcddba81ac07449febd63026e373b08e47941889b95b6becef2e8a32c482191, '', 0, '?'),
(0x6dae095cb9e2b9d766f8a66c9a12dccf, 'wp-content/plugins/elementor/modules/global-classes/usage/applied-global-classes-usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\applied-global-classes-usage.php', 1, 0x00000000000000000000000000000000, 0xc11816d4b7f4920348277fdc4183123a, 0x0c92d8953996c27d30705a49b7c501bab2641a53e9a1fae3fa69e8209163d143, '', 0, '?'),
(0x6daf6120cfe04a9d74988c8aaa296812, 'wp-content/themes/astra/inc/dynamic-css/pagination.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\pagination.php', 1, 0x00000000000000000000000000000000, 0x97ee9b974c19c785bf477afcdf555e2e, 0x052c61bd9a017472b716b0b02bb12cfa56fa5aac0c60d664e8691d1009a74a65, '', 0, '?'),
(0x6db0d0575c5233a8786e23ab9bac6d4d, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja.po', 1, 0x00000000000000000000000000000000, 0x3944b173f8c3d25603e16a6fdc8046f7, 0xcab3f7503c23486925a97921491b314f33545952063f30bf0fce3f49e388329c, '', 0, '?'),
(0x6db7f72ac35284ab87f08c478b637340, 'wp-content/plugins/elementor/includes/widgets/rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\rating.php', 1, 0x00000000000000000000000000000000, 0x86543872f99b952a26b3566dce6a4223, 0x9147a92f11a574fca16d68dd20465bea5f6540fa2c46c7ea37aa6b05bffe1032, '', 0, '?'),
(0x6dbb1115f3e3e324cd1ba3a5c802d76c, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0x7e385bd188b56cf6972a2b3c973c6e1a, 0xc6d3490b8779509de8645ac6d1857bac02937082a9d45cadbaf08419fc3aba20, '', 0, '?'),
(0x6dbd35ad2927f2df076148b30da4eb2d, 'wp-includes/blocks/home-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\home-link\\block.json', 1, 0x00000000000000000000000000000000, 0x8c39f49a47f00be5a67848443d138173, 0x15c9ddde42b6d3221dce9c71ee004e6b0f22c1f14ca5fa1055c214f51e47b776, '', 0, '?'),
(0x6dbf5e270be35ab578647eb1def04983, 'wp-content/plugins/elementor/modules/library/documents/not-supported.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\not-supported.php', 1, 0x00000000000000000000000000000000, 0xae37f466c9e048e5224d5f4b1261ba43, 0x4d3c3ade6610d59a6481f8e7f4d1e3db4b38362f5d85f5372679c73750b8fd6b, '', 0, '?'),
(0x6dc17b17e2533094034719bfd151ef42, 'wp-content/plugins/elementor/assets/js/a9f41949787209626737.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\a9f41949787209626737.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x1ec18e663d0ff22e0467d001a2ca48e8, 0x96303de8ebc96870864a2a80e584bd9b692a554a8673d24688727105009fc3cf, '', 0, '?'),
(0x6dd532dd7ada3c9e9740951d152182c9, 'wp-includes/css/dist/preferences/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x148ecdd589f5e6367c0c795531d598df, 0x96935cadaffa4248ffe910859de38c13b123a39225ff4a66d0293a902c78bca8, '', 0, '?'),
(0x6dd8bea09bcd0bad0196e4bc49eaee69, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/core.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\core.php', 1, 0x00000000000000000000000000000000, 0x145caabc18eaaad63a1de48463256748, 0x7e264ce3e5b0b91a1f5c01fd1f456282ef302d21725f0b0eef0311c9ac3075b2, '', 0, '?'),
(0x6deac24c39b2ab493b8cb4645b4be14f, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/loader.fd0904ffe747c7d1cb840149d5875cb5.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\loader.fd0904ffe747c7d1cb840149d5875cb5.svg', 1, 0x00000000000000000000000000000000, 0xf102fb966fea62e5cce2f3124642043e, 0x3ad213e52a5a692c2f7b9e4bda7969c01de804a8b77ae57c117d06d5ef10edeb, '', 0, '?'),
(0x6df0d19b78b37de46f6dad9176bc2203, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nouislider\\nouislider.min.js', 1, 0x00000000000000000000000000000000, 0xc2ddbd0744d3da2ac63c52ba83f75bac, 0x0c1678793a9ae8caf7814c79f49c48a29f47b398821aece01d7ae0d29bd2a6e3, '', 0, '?'),
(0x6df0e8c193a18a8f36f8957625fe1893, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews-small-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews-small-icon.svg', 1, 0x00000000000000000000000000000000, 0x76f470d2a892d79f0d16c583bc071dbf, 0x82573d3575f19028c29a0b7acc5538979aa3d84615bdbf8b62dca2eb123103bd, '', 0, '?'),
(0x6df9f4f75c07d57e62752cefcd627401, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Client.php', 1, 0x00000000000000000000000000000000, 0x807ca7bf2656ec1a3b4e70721baec51a, 0x3468e9ad5a0c9512442f49d20cb42d47151821d24060732e01ddaacb1ae143b9, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0x2b0dd7eecea03b4bdedb94ba622fdb03, 0xdfa087502078b27cedce9802513dad09ebed840ba45463b2764c150a2a0fc8b0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6e06c21ccb45ea19d85007a7331102c3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x6e074f0ba40c00a52c894e43a3f29ffe, 'wp-content/plugins/reviews-feed/config/feature-flags.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\config\\feature-flags.php', 1, 0x00000000000000000000000000000000, 0xfa04ae6ed4de3e30a52b9b7244a93d07, 0x6427411e9577561bf836fcf44b9e751c773c8805ae362c85223146b94a674285, '', 0, '?'),
(0x6e0a5834a736dfd70462c086d0173c45, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-2.php', 0, 0xd0bdccb5e44debfcad21e6626a768fee, 0xd0bdccb5e44debfcad21e6626a768fee, 0x89d3928d4bfe0c7fbcbdf1439a00faebdeedb57a507ec8bb490a1b737ccf6d0a, '', 0, '?'),
(0x6e0cc88563c64569eb906596c2b0ac86, 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.js', 1, 0x00000000000000000000000000000000, 0x1007c74ad91de60100304cba71359bd7, 0xa71a4a14ea7f537f397dbd6fdf2561a53116e329b22a726d2e6d9c927127e531, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0x6e162a3c113eb72765fe0f8ba016b45b, 'wp-content/plugins/instagram-feed/admin/SBI_View.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_View.php', 1, 0x00000000000000000000000000000000, 0x86b5a046182490f742e8b82979cf0b4d, 0x5154ba60fce7d29211bd1ee3f9d9172ad547e3470ff46af05d3999d5587e5a75, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\modern\\theme.min.js', 1, 0x00000000000000000000000000000000, 0x558edbf6c845c9c87cd268285a0666b3, 0xd3a3097d95caabcc458e30f2292e5458c2f8e44bd7647ed948b5ff4e6c4b3230, '', 0, '?'),
(0x6e30bd053c50650e99a6ed931f79002e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\style.php', 1, 0x00000000000000000000000000000000, 0x2b68b74aaded0b4e1c9a338a7df57baa, 0x7bd63ed6df931476311f38673c5d27c81b45a8235c4fa6add9e3f540e3b9c3e3, '', 0, '?'),
(0x6e3fdee53c0b7d726d27dc6519712063, 'wp-includes/blocks/site-title/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x6e40d57595dbd88c5e9d58f0d458f5ae, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-title.php', 0, 0xae73e1442cfc00870156dd96446253ef, 0xae73e1442cfc00870156dd96446253ef, 0xad8ed84c7e2cdf54bdf152baabd0bf9bf086938cd066b5a73c5704c7dae003cc, '', 0, '?'),
(0x6e4875eedbd58fb48b817d77b132106b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0xafb9463b57b9896fde70204aaddd1d23, 0x73a704a5e1214acceb6d70b6f81dc2ee1a988fe25a0b198f22e5c8749fa2f616, '', 0, '?'),
(0x6e564f3c0db0246a1a82fd3bf47f2c58, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x07b18c87bf3884f6771238b9b08e7307, 0x043a69f42402b7614699cb1059d4ed15c86c447c438f3339d9954cb7d7fdba36, '', 0, '?'),
(0x6e57357ba891b183c807e967a7909de5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.ttf', 1, 0x00000000000000000000000000000000, 0x5ddfdfe4159020e1b0e1d059b345a777, 0x575487a4bd4eaf2682053576fd9d594def5d111eae466ee044f29b5f0a7a065d, '', 0, '?'),
(0x6e597123efe628fa48313e7479ecee07, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailpoet.php', 0, 0x78f7c03bf7de62ab406d21a2149f1d70, 0x78f7c03bf7de62ab406d21a2149f1d70, 0x444ccf0df65ede8d70579ab8907ec9a20f88b9be62bd2bfe50f5ef5f3c444a89, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-gallery.js', 1, 0x00000000000000000000000000000000, 0xf6945f1d7f38d9df356fd8f73fe9fe96, 0xc6a48f24d9333099b74994f858dfc7432c62bc918e0322306cbb4ee69e05461e, '', 0, '?'),
(0x6e5becb7646d611c5b0e211960d59f7d, 'wp-content/plugins/elementor-pro/assets/js/frontend.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\frontend.min.js', 0, 0x35d7795d3e10623e591254262e787c3a, 0x35d7795d3e10623e591254262e787c3a, 0x9263aced3165e04145a63efdd9347944d4ef8965ebdbc95199b4fff0a9d4bdaf, '', 0, '?'),
(0x6e6c5cfcfa48d7cb9c12264c9bf8fa44, 'wp-content/plugins/reviews-feed/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x37b35b52ed92c8edcac0afc2993ca35e, 0xf730919eec51acb016e08bf9e1c100543660b7c29fff5453f3af989c6e6fabbd, '', 0, '?'),
(0x6e710d91fc0293a851f10e8e04d289d4, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\floating-bars-var-2-render.php', 0, 0xd0831eecfccc5eedf2e26ea162cc12bf, 0xd0831eecfccc5eedf2e26ea162cc12bf, 0xdca60c93b61ffd7280d6bb09a0e6105614706579bb964695d1bbbc21ab2b0933, '', 0, '?'),
(0x6e7fdcdb7b0408c8d6126f681aaedd2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0xec1eaa4dd4223306dd52a988d62c4db3, 0x1983e03ee87b56a9440a7cba6c7b4c105eb4cb4ed5f99be9b9f3bd8772188592, '', 0, '?'),
(0x6e915addd68c4fad5cd5f77830099601, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Source.php', 1, 0x00000000000000000000000000000000, 0x07a94b5120cb90f9958b1a073edc8270, 0xd1533f32bfb8df9daaba843956dd875cafbffaa514fc5d1d3cc4d1a97b988d0d, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\sites.php', 1, 0x00000000000000000000000000000000, 0xfb4cf53e2112b4564db60ccb4ed5b510, 0x375ea181d85e3b584ccc15130e5f6a1d6c268458616af2e99b3b11daddfd6e0b, '', 0, '?'),
(0x6e9dd64eaf6c73fa95cc1b3a349db076, 'wp-content/plugins/elementor/modules/interactions/props/time-size-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\time-size-prop-type.php', 1, 0x00000000000000000000000000000000, 0x285318edf9ad4c5ec10e14619c742d1a, 0x5946e3f1389c108deedd7dd796145e695019fc261214983e5615689f98f618e2, '', 0, '?'),
(0x6ea3549121064bcd112ea51919647c54, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-push.css', 1, 0x00000000000000000000000000000000, 0x53e96047abe02aeb03c3089103ff5c20, 0xacf1f3962a984358218f13772f1b8c812db403a4198e7e472d8b91e821f18399, '', 0, '?'),
(0x6ea4cc3fe8dfb6facad396571f979c71, 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-widget.php', 0, 0x236cb1327494c6239dcec1f91b3bab00, 0x236cb1327494c6239dcec1f91b3bab00, 0xec4906e2e226c48fa85fd634f6b485bc79f4bea75454dc2ae7209b3f0105bb9b, '', 0, '?'),
(0x6ea74c700c5e4812efc7c972ccb1740f, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Support_Tool.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Support_Tool.php', 1, 0x00000000000000000000000000000000, 0xd483fe8f8c6a9b5f239a5fb41281e931, 0x1238e33d7f8b7d2cad71ac092563ea3f096b8e4d4969a8491a1bbf4d309bde32, '', 0, '?'),
(0x6ea7a4b157ce8029ca8d665114d0a52d, 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\man-in-hat.webp', 1, 0x00000000000000000000000000000000, 0xedad43aaf0a7059ce24b9948139fd770, 0x01d00f1c132aa8575d12ad8c45e65e8398517374156fb31d96d41015e741e16e, '', 0, '?'),
(0x6ea7c8e667f337cddbffce78d58fda41, 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-expose-shortlinks.php', 1, 0x00000000000000000000000000000000, 0x5f441f0c6eb0f0279c9f882428d5f35f, 0x1e8b0c0cd51a914bf02594ec612cc2c311dc6b99e93c083081730d936b86cf7b, '', 0, '?'),
(0x6ea8b0dc8bcd4b6c82b9ba1c9050652e, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-fix-assessments-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xaf1a8291c43ee715bb7b56e1085561a7, 0xcb3c2db1419f7bb73ada3663241e39e6882d84382661468b2dd66b47659b2cab, '', 0, '?'),
(0x6eab6292313a7feb611ec03539201dcd, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-th.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-th.mo', 1, 0x00000000000000000000000000000000, 0xa8acf22f38ac1daaa2d5f0d6c739e120, 0x39ca3662a13adbcf08ab703c7ac4e573b56ef526b44fb0cc3bf417c6a3d949a8, '', 0, '?'),
(0x6eb042268f24937cd424638e0f0c0367, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0x8b583ef2101896cff472354f038ac727, 0x639db3c1d74aa6075b90d72dbe5c057390a6f4d65bc3978a4acfb8e74b79a7fc, '', 0, '?'),
(0x6ebbeb254597eb7f8fa5fb855b17478c, 'wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\shop-add-to-cart.js', 1, 0x00000000000000000000000000000000, 0x487dcdf61580b28777c8096c8cef7d17, 0x58f0e9c0d1fa0585550a51e5b75adc236de3cde655bd29945337d3c1b049701c, '', 0, '?'),
(0x6ec9469a606e707e7675546bdcf74b7f, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexable-helper.php', 1, 0x00000000000000000000000000000000, 0x5b01ad7aac768dd9137095d567158ed7, 0x09833537e350ae99d9508519865e7321dddbfaf12571abae40b570065f5df61c, '', 0, '?'),
(0x6ed63d0c66f863adc733c25eba711a22, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\integrations\\admin\\unsupported-php-version-notice.php', 1, 0x00000000000000000000000000000000, 0x53a397ca05c1979928d3ec6cfbeeba0c, 0x9ab5af6290dcddcf74ee82787249b0808aeaf15cc184e7fb32cbae900446591d, '', 0, '?'),
(0x6edbf729915af28b46e98a8e223df12d, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/invalid-post-type-tasks-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\invalid-post-type-tasks-exception.php', 1, 0x00000000000000000000000000000000, 0x0df96929f182f8a3e056d5c14622c874, 0x8a72adb49d1e722d3e4124de7a9455a9ea4b8b7ab167940fd336751da4236730, '', 0, '?'),
(0x6edf95af9681300a2cf6b219353976fa, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-cache-cli-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-cache-cli-command.php', 1, 0x00000000000000000000000000000000, 0x9249461809e658a696b38a3744adf180, 0x007a7f3d172776d44a44fa0769dce7321727cb67542138798c31c97b28cba78f, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf36eb125bacda48e59cdf705ef89b26d, 0xd871721780d89d028aee8e283b3225d7601be4df4636b51acd77bce8c1ef7f0e, '', 0, '?'),
(0x6eeb963f711c3791a5f7005aa13a0f30, 'wp-content/plugins/elementor/assets/images/library-connect/right-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\right-1.png', 1, 0x00000000000000000000000000000000, 0x816324fba9efd35af0f92bc32e47442f, 0xc938aa91e3ae550cf11700a2cbcea0486c7efb59b52af4c9f758c1eaf4619b49, '', 0, '?'),
(0x6eef9d872cd151fbe9f03362b9f54f08, 'wp-includes/js/dist/warning.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\warning.js', 1, 0x00000000000000000000000000000000, 0xaf29698bcb1f2efb5e3d069c9971fc9c, 0x70a5d9360c3b666a44869a7ce9149c013e5f66cb2929caf2edf4de9c54fb7850, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\request.php', 1, 0x00000000000000000000000000000000, 0x0206014566c80f80cd21113737233241, 0x8a5185c9da4fcc7c52295671f843b957aa91f42887c90c40df7f82402bf51693, '', 0, '?'),
(0x6efa26792db2269732d578f802a55418, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.c5d9c759b0475977fd76.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-3.c5d9c759b0475977fd76.bundle.js', 0, 0x6f2e492357327e64d4d1cf48072ac2c9, 0x6f2e492357327e64d4d1cf48072ac2c9, 0x3b90ad7d2d2c9b83416ebe47127b9e06647c68acd688278e1999d1d351a6b343, '', 0, '?'),
(0x6efc3d3ab9a36507a368a971f1a94718, 'wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\customizer-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c82bc49a13824348405f0313c2928cf, 0xb20f13874673d83ac609fb10b461d41a6fc3fdbac209c5a887bf35418696d4aa, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x6f052de4b26e93d725375cd4a7edc1ca, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face4.png', 1, 0x00000000000000000000000000000000, 0xf2dc3292a151f8d7edcc5436307710ad, 0x0cd32b8d9b182b5e2a0975c648be4609ac50adc04e315780136d980ea8e0dab4, '', 0, '?'),
(0x6f0d69bf28821d9bd22c0fd5dd0e2306, 'wp-content/plugins/powerpack-elements/modules/logos/widgets/logo-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\widgets\\logo-carousel.php', 0, 0x40a3425f4290f9599563a9f22ce92537, 0x40a3425f4290f9599563a9f22ce92537, 0xe335bcb68368fc76e6add91b13db63f5069e2bd89dd67f5a151c398176438abc, '', 0, '?'),
(0x6f0fad50a81988438d4cbc36ca30dad2, 'wp-content/plugins/elementor-pro/modules/posts/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\data\\controller.php', 0, 0xb56ba53efd80f677e78a381dd7b4a4a6, 0xb56ba53efd80f677e78a381dd7b4a4a6, 0x8476dfead268a16a36be2fc359bb284aa24fd5eea9567fdd05fb1965d3b03388, '', 0, '?'),
(0x6f169238c090de240821d1f4bb2029e3, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-type-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-type-archive.php', 0, 0x9ecde7e5fa1bccb57cd19812cbd3d6b9, 0x9ecde7e5fa1bccb57cd19812cbd3d6b9, 0x70f2ca8729571da0b756d028baf38b83cbe91ac89f6f398fa1bb2b30c86c8af8, '', 0, '?'),
(0x6f1eb03976d7d49bb6e827dcf473c5fd, 'wp-content/plugins/elementor-pro/assets/js/archive-posts.0b71f7023819e3872142.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\archive-posts.0b71f7023819e3872142.bundle.min.js', 0, 0xdd8bcbb2a783ca73cc4aaf5f8effa52a, 0xdd8bcbb2a783ca73cc4aaf5f8effa52a, 0xe450812f3bd45881aff20481820d33587a78fb2ac920250a4459fb38187ee569, '', 0, '?'),
(0x6f243db390a4a98e7e9daf6648f00d0f, 'wp-content/plugins/elementor/modules/wp-rest/classes/term-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\term-query.php', 1, 0x00000000000000000000000000000000, 0x88168a05e2847f8cfc3951a30a26354b, 0xb695bd702301ab93a641bfeb643a64c1c95e132c32c6774ada8567106a32c8f6, '', 0, '?'),
(0x6f26fe3bba3b874bd0e27c2d25317d33, 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\installation-success.js', 1, 0x00000000000000000000000000000000, 0x3a8b78f8ad0b740615843ba6e528a303, 0x92544f5b0c28d16cbb1ee2c88731b486356edc099e966f9a298443e0b3adfd8e, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0x6f27f0f7e4a4722bd4ae02be6f096106, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xf408227f6611142fe532a3e47c66fc62, 0x3215658916d53d7f028b310a3271c7785b48f840934a7f5656160823635b3c13, '', 0, '?'),
(0x6f2bdb53b1a743120a4e52d278f5a857, 'wp-content/plugins/backup-backup/admin/images/warning-red.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-red.png', 1, 0x00000000000000000000000000000000, 0x1c3cf7689603972e9213a4809c571a58, 0x8834f9e9e28b69db43327624bdb51bc8da1b3a6c98d19f6cccda76f8f2bedfd6, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x6f3dddd6c29cf58fe804296995cbf53e, 'wp-content/plugins/powerpack-elements/modules/login-form/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\login-form\\module.php', 0, 0x4cf9158406950fd21f1fd6f0bccb36c8, 0x4cf9158406950fd21f1fd6f0bccb36c8, 0xa0103f59dd2fc4be5c6ed9dca44703d3705f2b00a91d5a0bbd03d4cf82ddff33, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xcf315c30afd799d02e091d1f461e7e56, 0x0433c07a23937a458ceac2f172479c85652e47482daf144b2d05b3b1dcf6ee61, '', 0, '?'),
(0x6f44144cf27f4ac6fd5576e8e424a4ee, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser.php', 1, 0x00000000000000000000000000000000, 0x98dac771a297452f1df12ff1629b64fc, 0x53d096c5e7ae9d110f26aca84fee6f61fb3fa7fd4030901b2c46c4462297bc2b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\shortcode.js', 1, 0x00000000000000000000000000000000, 0x24ca30db4f32f9461177799845ff0027, 0x4241e089d30eed188d56c980bb784592eb4f9bb55d1f171da9bc757129c6545c, '', 0, '?'),
(0x6f5893a4ad29977f1538e173eff4039a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/yelp-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\yelp-provider.svg', 1, 0x00000000000000000000000000000000, 0x4aeae9469d85a358ba6d00e9fc655023, 0x18f61ec6561fa2f7e4bd2ab58e670c7249b51487575b81bf802ffe45f78e7600, '', 0, '?'),
(0x6f5a079db834609839f883185c0b8ecb, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0x2089e83d51ce1182687e9385dc9f119f, 0xe5822c07dbcc3e215f3dc46d656769543906b0b451f254434c822e358f26cc70, '', 0, '?'),
(0x6f5ff26d2296d4a0cb216ee95942459a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woocommerce-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woocommerce-provider.svg', 1, 0x00000000000000000000000000000000, 0xbf50ba6e3ff5f8d7069228d84759fbab, 0x2293df74f513a0ebe55c093e2fa3c6405808f2f27502c8a47a2be06aa6dcdc81, '', 0, '?'),
(0x6f66465c0d96123a432c9c2c21729d04, 'wp-content/plugins/elementor/assets/js/3df4dbb5d612dbdab477.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3df4dbb5d612dbdab477.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x7fd9e3e5aa4f0d8cbca516518172be87, 0x55f31bdfde3374bbf73c19a69a11f0ffcb1d552863b03c4cd84c388e1a2f89fa, '', 0, '?'),
(0x6f66eb476bcc4c86c19b7ff960744003, 'wp-includes/blocks/cover/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\block.json', 1, 0x00000000000000000000000000000000, 0xa49df5b1ab2c9b41c5cb7b8037642de3, 0xb431fb6d606ae5fa6ee08cd61319702063c1347347f0e5a68fd76f26184b836d, '', 0, '?'),
(0x6f67654bc4de93b5fd344fc2fc378970, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\ConcatBinary.php', 1, 0x00000000000000000000000000000000, 0xfa1da79e659a339bd504b7c16ba35fae, 0x62de18db5176625367b315d151d68c368ffecae9bd79d54dfba270a26b46d826, '', 0, '?'),
(0x6f68daabcbc24bba1cc43acbeae6603e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0x1845fb04a4b47004b985f20c113f2a1a, 0xfade17839567cf1eb95997692329db25e3ae80e283908e421efb863ac2a5d289, '', 0, '?'),
(0x6f6b19383985167e7fbae5a86e5535fd, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-inclusive-language.php', 1, 0x00000000000000000000000000000000, 0xcb15b81c8edf7c9602797a23bcb87935, 0x7fae762c03421461e3d0877d62c24866a8f2c41d9b03db9e2d32e0d831d8379d, '', 0, '?'),
(0x6f6df5eebac370ba86fcf77297fdaa53, 'wp-content/plugins/elementor/includes/elements/container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\container.php', 1, 0x00000000000000000000000000000000, 0xd1b85d66410720db670163c7a54e37f3, 0xd9127ded240d2836934e9151341239de447b069a3e65a4c46f5db04a7fed260f, '', 0, '?'),
(0x6f76e5cc91ae92b7519588f3d4583134, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.asset.php', 1, 0x00000000000000000000000000000000, 0x51bcbb1764063c8f3b72d2356a22e50a, 0x0ab0984e3dbd3d3ecf061e4167e55665bb96da8bfd3868985c84aee8c13ba5a6, '', 0, '?'),
(0x6f7d3199facf3d28452652445fc6c1a9, 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-newsletter-landing.php', 1, 0x00000000000000000000000000000000, 0x74644064ad3394fee3a80292367ab077, 0xab21cff43e67ae4cf6915de1d6fcdec3c564df3ac59b2f82157809a6556e3cfa, '', 0, '?'),
(0x6f8b3cb40edec333211b5d081a15858c, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\template-types.php', 0, 0xe2094063ae5d72945c4ecd665176ae28, 0xe2094063ae5d72945c4ecd665176ae28, 0x8f9781aed7af1fe75ac03cac1a4dfdd8bfa9c7722ab5d5c32db738fef9014c9b, '', 0, '?'),
(0x6f8fccd8bb488f346b08aa7568581c9d, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_AR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_AR.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x6f947bd1b160ac72b1ba3cb3969314ea, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\abstract-schema-piece.php', 1, 0x00000000000000000000000000000000, 0xd4a9f8a717809c347e176177dec8c601, 0x9f0e276686f371d99f02b2c98bdf883c4577238e6fa8d6fff9fb1292afce8b89, '', 0, '?'),
(0x6f9b0ca160581cfea35c352b83791c09, 'wp-content/plugins/wordfence/js/chart.umd.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\chart.umd.1778081072.js', 1, 0x00000000000000000000000000000000, 0x623f1081a8fa5cd9b0f5045967440d7a, 0xa887e94f64f91d20c7f511113a58d715aeea13205255c52bfa40c91302ecfe39, '', 0, '?'),
(0x6fa35f8cc35db23afc140523f6bf90e8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/layout.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\layout.svg', 1, 0x00000000000000000000000000000000, 0xd44389bedfa05932eb47381bfc9f3388, 0x381b975669541b443cd7b44349c8e4a84d74c2446fdbd33816fd2cae01eeb531, '', 0, '?'),
(0x6fa3a1aae709488ecad99f6042209689, 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-profile-conditional.php', 1, 0x00000000000000000000000000000000, 0x696910d046637cbf2b9a6485939581f3, 0x8758e9f0c8da2f8d22b5af784d795b1fd781bd2c9a5b0fe60d54f5d61d266768, '', 0, '?'),
(0x6fa7c1590a2d1f28d071a9a22c56d23d, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-base.php', 0, 0x0bac192b3371873ace50b9f2b59e2237, 0x0bac192b3371873ace50b9f2b59e2237, 0x7661353cd6fa44aa05b992c608101025a352ce84f2abcf07febaf760d8a08a4c, '', 0, '?'),
(0x6faacbe804c6c8773ebb637569eb731f, 'wp-includes/blocks/term-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template.php', 1, 0x00000000000000000000000000000000, 0x1f10f50323c8087b5319b0a45393ab4f, 0xabde97c16d68a60a68b7cb8cd0f7613a055fc30198d16647d72d60c429912a5a, '', 0, '?'),
(0x6fac7f09c7bb18ff0926e3ef63f7deda, 'wp-includes/blocks/paragraph/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd8e415f8867339d90a7daf0971c2bee3, 0xc594186c7e14e0e9b31525c4df22fa51a7205efb0744feab62fd165c87ba8dc8, '', 0, '?'),
(0x6fae6eff35b714145a9a141c68461d97, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\import-runner-base.php', 1, 0x00000000000000000000000000000000, 0x7fb0db9d09f9d67f2c1789826f80476f, 0xd7123009ea08d8ba1358f8d90f5de54574d15c33ba5b56549ca06e5cf0e828ef, '', 0, '?'),
(0x6fb05a9cba75dbc9e60cb16f030e156e, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-comments.php', 0, 0x6cd6356ab05803c8368e1287319b32be, 0x6cd6356ab05803c8368e1287319b32be, 0x6a0c6f062f4c44ba1a4fb110493c54cb975b32cb80349ec00be35be223c3c5b8, '', 0, '?'),
(0x6fb8264b65380ba21de43a6b577a5657, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\facebook.svg', 1, 0x00000000000000000000000000000000, 0xa1488fa4abb1bee75e8314665913d3d2, 0x9766811bf0614ceaa3eae97b108b1f8b952b7a5e52f4993a4d75727c51c32bd6, '', 0, '?'),
(0x6fb88764bbeead4d9561aee2f67eac67, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\installed.php', 1, 0x00000000000000000000000000000000, 0x28d2e03aeae5842a50f9a2533f5e6b6b, 0x57915e92551b974229c08415dcfeab663d0f3b424c0046437252a4a68113f0c2, '', 0, '?'),
(0x6fb8f4d2da36ac82ca30c0f7883e0d97, 'wp-content/plugins/wordfence/views/scanner/text/issue-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-base.php', 1, 0x00000000000000000000000000000000, 0x1a02e0460cb1f11803289d8354ebc1cb, 0x4570abce1a10808c746a7238a4fd76c2265780ad07f864955307341562a4eea4, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x6fc49025d795976d775feaf994d06334, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/taxonomy-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\taxonomy-archive.php', 0, 0x50361a3ff29ff7d45926939a724b6313, 0x50361a3ff29ff7d45926939a724b6313, 0x8afb6601aa5a17b6974632839d9400333ac852e7f60ce77a7c05d83f50809009, '', 0, '?'),
(0x6fc59be32f00d7b8bc924a488a293f8d, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0x513ec77fc8e1a7b35a20a5e9aed2bd69, 0x3b0b386935bb7c837fe6a99518bf7d48ef37b2dd13150600907d31c4e50b20c6, '', 0, '?'),
(0x6fca36d2ead6a5874c882dec96434db5, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.asset.php', 1, 0x00000000000000000000000000000000, 0x0f57c8868dd524ee4e9f66391b6859fb, 0x3ca0352631922577ee886a3e5c13efa5967dd4f4fa7e0f7842e49f153c7d8f3a, '', 0, '?'),
(0x6fcad75b43164f29463c9d1a53dcaef0, 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\02-noon.json', 1, 0x00000000000000000000000000000000, 0x626043876745187cca397ef1c355bbca, 0x93aca1d5b3e635c1e12d9bec34a004a1fed73974dce17ec6834bc46b2cac3ff2, '', 0, '?'),
(0x6fd44955d85b9ddecee9847559a4ff3a, 'wp-content/themes/twentytwentyfive/patterns/hidden-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-search.php', 1, 0x00000000000000000000000000000000, 0x5d259c48488cbd390663f5f8d44b7857, 0xaab4e0189566913f8ef630a8dde7154d0ff5f30313a860c176c697c21e226e03, '', 0, '?'),
(0x6fda5c2cc058b5386070e04f525fdf3f, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0x3683b09e939a5d943576f4cc7ec96f44, 0x1f71d8838ec73438fe9a9c1fd5b70e262f22567f93781967b0c10323282fd55c, '', 0, '?'),
(0x6fdf7770b2af50f4ac2255a90a3a3083, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-it_IT.po', 1, 0x00000000000000000000000000000000, 0x7c938e2eba33cdee428f6b7f27d3647c, 0x06cd201496110264f6990ca06808771a46f958a6f423e212782e050d058eba7f, '', 0, '?'),
(0x6fe20ed7e281ce7628b7828de3004102, 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-special-archive-structures-configs.php', 1, 0x00000000000000000000000000000000, 0x1213fdf9fe6cb7d9b205349fedb4a109, 0xc5cd7628027e3a9107a37dcad168c11d7d68e479d4ff8101aa0191ed79133311, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 'D:\\laragon\\www\\genesiswa\\wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x121b4f8628cbcb748310be3a5d889d6b, 0x7fa0d3b4bdcadfd1f6902caa8164c6c5ceef582c8ebe232656f8fa41a3856f18, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x6fec62766d54b26a21602019b169ec27, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\read-status-endpoint.php', 0, 0xa8096d78b95381bb45051d77ff157047, 0xa8096d78b95381bb45051d77ff157047, 0x5ca3174972ef05d300d170d1df16d01d8f48e694b43a5a4e0fa916ff13bdf520, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-general.php', 1, 0x00000000000000000000000000000000, 0x4596982b00193a8f77f8b2b5fb654090, 0xecc861e6456afeef9a39b88565e4005b33710e697e91ba5a6554cbd61455210f, '', 0, '?'),
(0x6ff157c2ac91f2a0d416be058f1acffd, 'wp-content/plugins/elementor/modules/wc-product-editor/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wc-product-editor\\module.php', 1, 0x00000000000000000000000000000000, 0x53ae20edc95567dd47e357897c5d8bd1, 0x178ea7780b9684e556b85e41872382dc9b25ff22b5c78cc24099814da9b8527d, '', 0, '?'),
(0x6ff20bde4125f3ba01cde64722fd8441, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/close.db118fdf2a7bf259f434e7161a565775.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\close.db118fdf2a7bf259f434e7161a565775.svg', 1, 0x00000000000000000000000000000000, 0x3bdcf3ed4ca979dc0dd3a7a2777b21d1, 0x681c6cf6b175b641d542c2de4d78654d1365bf02fc69d9c8d542f8df059e0a07, '', 0, '?'),
(0x6ff6b9b88314bac0703de5da4a75d47f, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-carousel-prev.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-carousel-prev.svg', 1, 0x00000000000000000000000000000000, 0x4eb1d39bba3bdae496700fab45e0eb87, 0x6bf3f1f7d09370181a1e24552db826476095e9426cdef30d834fdaf6e35a1339, '', 0, '?'),
(0x6ff727c2076e6003cce02a835c4541ad, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-edd-cart-configs.php', 1, 0x00000000000000000000000000000000, 0xb93a36c54323557a625e6e071254e060, 0xf033758efb78b2246b221b4a3bcf36b84f83adb94830cbe77d8830ba10883fd8, '', 0, '?'),
(0x6ff8aa1415a614770a416ac8fdb0b38b, 'wp-content/plugins/custom-facebook-feed/inc/SB_Facebook_Data_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\SB_Facebook_Data_Manager.php', 1, 0x00000000000000000000000000000000, 0x39e35b9f30b8069bf891a877f508a619, 0x92b842a2b1b2e47ae276572e9739c12520d4d4c4d568de2fc72f38a07107801c, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\draggable.min.js', 1, 0x00000000000000000000000000000000, 0x1a41b688a0c75b22f672f87233f843f9, 0x357388efc9a617171db15ed4c2fcfc88da4d947e117424327fe095ee7ba88f5c, '', 0, '?'),
(0x700d03f024e85ff56e909646bed432c9, 'wp-content/plugins/elementor/assets/images/app/onboarding/login.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\login.webp', 1, 0x00000000000000000000000000000000, 0x86f1808b8d985c371b88e53780d254f3, 0xed0474506556adc78de95753731fe9c18bbdcf5fd9b75b3a159031960e57b745, '', 0, '?'),
(0x7010d0c77440d4e4fe9c0643b415460c, 'wp-includes/blocks/template-part/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xeee1a7f145ac645dc4ac420d09f217fb, 0xc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bf, '', 0, '?'),
(0x7016d6a1f511ca1b2eab43e872e0b62a, 'wp-content/plugins/elementor/assets/js/packages/query/query.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.js', 1, 0x00000000000000000000000000000000, 0x49662bf479332d40b380ccf77150eb90, 0x69f24e018319242d84ce70b106495b74d48d84c7e42b92b7805bf2acb9155135, '', 0, '?'),
(0x7023307df86d5ee653a52d59228f2724, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Separator_Control.php', 1, 0x00000000000000000000000000000000, 0xb4c0e34054b3aa932de194ead27e64a4, 0xf3d4cf047acd0645680e6858943f72403d6beb70ff399c2c0d991f65f15839f4, '', 0, '?'),
(0x7024f444f546f91e7c631ce8faef782d, 'wp-content/plugins/powerpack-elements/modules/buttons/widgets/buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\buttons\\widgets\\buttons.php', 0, 0x030c157f2e4270c825fe34fccede2b60, 0x030c157f2e4270c825fe34fccede2b60, 0xa9c244816df5fecdd8f18f032e74ca00dde67dafb38a4c0586d0e9b0bd0ad12b, '', 0, '?'),
(0x70252a74ec9f7cc44763829b85575460, 'wp-content/themes/go/partials/layouts/images/2x3.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\images\\2x3.jpg', 1, 0x00000000000000000000000000000000, 0x82ced1851713130baaa77ed152e093a2, 0xf47ae84452569d64be638ddb9e7addf0c5c021d2e31c3bb3bda28e68803fba70, '', 0, '?'),
(0x70262ed35597e20ca9bef30617e83476, 'wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\notifications-manager.php', 0, 0x86811d7530db3c92efc51df3ec08ea82, 0x86811d7530db3c92efc51df3ec08ea82, 0x9c634e32ce6e089e413358d32b344287814f3145520d32b0f6dd360f2ccd7e6e, '', 0, '?'),
(0x702b7ef61728a4609e98e35ff76e9068, 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-navigation-fallback-controller.php', 1, 0x00000000000000000000000000000000, 0xa5e0daa0119191b472f64a78bd866159, 0x36b1775af78e1f790c22d4707189939855dcde5178160511dc32310f57b35909, '', 0, '?'),
(0x70338cc173edf11fadcea7f58b636f72, 'wp-content/plugins/powerpack-elements/assets/js/frontend-tabbed-gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-tabbed-gallery.js', 0, 0xcf551c382ea588dc4e8ab13ae317e933, 0xcf551c382ea588dc4e8ab13ae317e933, 0xd1cf02c2bf67c042d182b575f8d546a470ddf9a326967641ef129d329016bb78, '', 0, '?'),
(0x703611e2fd59bd52fdf81aec8a35a4e9, 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-offset.php', 1, 0x00000000000000000000000000000000, 0x404f6ff9be1a69729cd2b49645415d01, 0x9760a28bb97d978e39a2ddbb723fc57e483be1242138c79decea5f5354d34436, '', 0, '?'),
(0x703f1d43af6ffd41ec5f43d9319e7527, 'wp-content/plugins/elementor/modules/variables/services/variables-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\variables-service.php', 1, 0x00000000000000000000000000000000, 0xa3a8890d96b4b91fe7ef1a2b67430ce3, 0xff6633d255d2360b6a4bd2de12e5103a97e9846ae4a9d308d4b92375fe332722, '', 0, '?'),
(0x70484d995d4563e9d6f7460e82faa6b4, 'wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\TrackerContract.php', 1, 0x00000000000000000000000000000000, 0xc6be48751b210fb58ac42da5015bc406, 0x12d45e5004d72ef864c2bcdb3efb8646171403df3977b65ed642ed48f07dad58, '', 0, '?'),
(0x7048e743c5fb1e0d58f4e8b9d720aa4a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sun.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sun.svg', 1, 0x00000000000000000000000000000000, 0x2c3b77d1d94c7e34275e5b2c422358f7, 0x96dfd364918f00ad3c7fe71efcf48c4e2ac4d6709af2b64c6f143bb14435c535, '', 0, '?'),
(0x704df5b18362aabb08a0565ac404df3b, 'wp-includes/blocks/media-text.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text.php', 1, 0x00000000000000000000000000000000, 0x5890b80e1c4d36c07c887e647ad6c0c3, 0xfcd84b6eca3a3783a759a3cbe1f098f3cf2406debdc3930e52d38614d53511e6, '', 0, '?'),
(0x704e390e7eb11ae94d78bb9d8c5b08f1, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0xcd9e74c4d67e3ea1c24557c3b0209e99, 0xa7bd9091aad17dc2864610c216cdd233387927fbb2ff8cc66dad080e42e417d5, '', 0, '?'),
(0x70533fb2863b8f137104cbdbd11f55c6, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-content.php', 0, 0xce3783ca2e6482b2ef9ef25f4b0c7416, 0xce3783ca2e6482b2ef9ef25f4b0c7416, 0xbe9314a601ad0dea0943a4420ce77801c1e8a6e9c737893ead0a4d25a817c037, '', 0, '?'),
(0x70553f2508471af0fa4ac0afaa583d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\limited-indexing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x5f34925b0816d8c0c25f9aa31714be8a, 0x24fc914c54d5ed145c4222e0312e7400e160923850673e3e1402e8dd2c5aa869, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\comment-reply.js', 1, 0x00000000000000000000000000000000, 0xe2825530388a0a5bc687c54cf2661a40, 0x214f572c60239bbeb68377b8d13d9b72e35b9a9ee47c9af588d2a74e19211b35, '', 0, '?'),
(0x70569e5ad702a5bd52245fdb08b28620, 'wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\sticky-sidebar.js', 1, 0x00000000000000000000000000000000, 0x3b85bd99f244bfa09aec4dc10b7bbdfd, 0x36de68dc4f2e2b501233a31e40b87d2444526f5f8f3fef9bdba5ac7a2fa18a9a, '', 0, '?'),
(0x705ae8c94d9a03cb3c79128dc21a9306, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x9e0ab467d7490a4cbe5b435d3c9cf9e5, 0x1e73e8bfd3a9690fa04b5812065a713c17693e67372fe16fff13c5ba1ffbc069, '', 0, '?'),
(0x7062a28bb7c1415d25ea9ea2535638b3, 'wp-includes/block-supports/background.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\background.php', 1, 0x00000000000000000000000000000000, 0x7fa12cf631aacdc63748dee8d4e7aa3a, 0xabdba03e01b321a279e2eae638948c191f06755c590fe2f986391be07fa5fc5d, '', 0, '?'),
(0x706c612e015d6070b6cbcd1c2f58d2b9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cog.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cog.svg', 1, 0x00000000000000000000000000000000, 0xfa177b6a1ef1e12c57c516931c39a71b, 0xd6e88fb452bc56053897d9868a5c0b64dea38437addeb6a63c9cc88a5bf1f461, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x708856122870364e9abcf6031d7a6d49, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-widget-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-widget-styles.php', 1, 0x00000000000000000000000000000000, 0xa5a5523ed86ffa1e92ee76e66ab22822, 0x66212491eade4001bded94193b400688b100e999bd09ee0169a99c8ab8d42e2d, '', 0, '?'),
(0x708ed23126084990c7398ed628c5a987, 'wp-content/plugins/instagram-feed/admin/SBI_Callout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Callout.php', 1, 0x00000000000000000000000000000000, 0x7dec72a32eccd57000f0cd090cbeff1d, 0x69166eb61b95f7eddbcfebae788b9721a87f6f6ce4d1a7239c6ebe8987cb51fe, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\deprecated.php', 1, 0x00000000000000000000000000000000, 0x0ca28fb9a5b68d7e038ef74e89d27a9d, 0x97d5c2d35e5bfafee1e2be82b3965986987beb6312f89480975a065603f5c5fd, '', 0, '?'),
(0x709ded36bbfe701bdafd551c21055104, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-2760.css', 1, 0x00000000000000000000000000000000, 0x51c520e95f7719b73ef5401412ddb44c, 0x865d64160a20858d0cd5c6a4fd3391a56b374ae79def0220c9c9d5100c2070dd, '', 0, '?'),
(0x70b407acc897f82da5d31577758be7f7, 'wp-includes/blocks/post-author-biography/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x70b5f91dae3dfe76766471a99bccbd61, 'wp-content/themes/astra/inc/dynamic-css/container-layouts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\container-layouts.php', 1, 0x00000000000000000000000000000000, 0xbe94ff34d0349c1dd587b7b17e4cdbea, 0x151cc45e71778c5e6e243b8bdf93382436496b2aad2eff0bea4e2b07b741dca9, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x70b6d14e335581436b8b25dbbd069ea3, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7a11890137f17f06be427f7b60e3b02d, 0x4f4fbb6d03569cf8f224014377f69e713ff4d5d029cded90fbdf783999015b7e, '', 0, '?'),
(0x70b7252ba5436e663d8edf0f3f5af79d, 'wp-content/plugins/backup-backup/includes/progress/migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\migration.php', 1, 0x00000000000000000000000000000000, 0x012e2c1905765ce2ecafa446a2edfd85, 0xdda784699e1220e1e376a76d0e21e9c12a7f599c7c21ba524f74bdd0321d8908, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\notices.php', 1, 0x00000000000000000000000000000000, 0x5d870773c568e4c43d09a5b18887d84f, 0xbbd38724bf09eaa5658eb31e0c574d32ef1f8ab92d9ec7264964620053931eca, '', 0, '?'),
(0x70c0d4894f6396745cab31fee564a22f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5097.5bde9e943656466c.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5097.5bde9e943656466c.js', 1, 0x00000000000000000000000000000000, 0xeb2bdbd4c475415c6a6b0943f0caef5d, 0x94912beb461e73a4bed8d07cf0db0063c92c3b8b27d496e54dd63523eea7a312, '', 0, '?'),
(0x70c5a7960ae9822b52e0325ad5e7be62, 'wp-includes/blocks/post-title/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\block.json', 1, 0x00000000000000000000000000000000, 0x16c22b178a954962f03d0c626f5c6068, 0xdaff4abcf9d6284a515817b2effe43a9ee6c53b6164dd13a60e288328cf2c8cb, '', 0, '?'),
(0x70cadf281f81fec62d1ae435eedc7c62, 'wp-content/plugins/reviews-feed/assets/js/sbr-review-alerts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-review-alerts.js', 1, 0x00000000000000000000000000000000, 0x53f448d169001301c6c595cae45972e0, 0x7486e6404968e8e013036bb2b1cd0bfdf7247aaf9e9f6ddb9eee1a2181df49f6, '', 0, '?'),
(0x70cb6aefa17d889375e9998917828833, 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-blog-heading.php', 1, 0x00000000000000000000000000000000, 0x5281199c43e9981c744aa3c31f2cf62a, 0xcbd8a34876aac6fc177daa415641b06ac4a101fec5c903af8e4e3eb0459f0eff, '', 0, '?'),
(0x70cb7792399f738042a5bfc14c025ccd, 'wp-content/themes/astra/inc/lib/nps-survey/dist/style-main-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\style-main-rtl.css', 1, 0x00000000000000000000000000000000, 0x438ac07307d59163c278a6e1b9e6b72f, 0x30fb7c7cb892b2a3db049eaa8e24ba49f2109da4df04ba26149005b4b269c2cd, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\unsubscribe.php', 1, 0x00000000000000000000000000000000, 0x2341afb1fafc49a11f98ed3259843a05, 0x97bc83e87a99b9adb6e87cebaa10e3d5c168c548288d1b79d739b50787071c60, '', 0, '?'),
(0x70d02490811fc72d7dcc5d99b8a2baae, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-pieces-aggregator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-pieces-aggregator.php', 1, 0x00000000000000000000000000000000, 0xc9aee2ebd4f52650bcf476e54a875f87, 0x9bc42d8985b979e7135ecc952ccd1dc4afaca37c1ce98b45dcb73548b0059f59, '', 0, '?'),
(0x70d0d4be2a9db5fee4270b0fb85829ce, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0x70d1f8a82f1b61fe8bfbd328837a3780, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bob.css', 1, 0x00000000000000000000000000000000, 0x8e404e444cf676fff53de34cd650c90f, 0x3af2dafecf9faf63c6944d61353c11633f0bb4f549d86c32c8ef030c37b12d2a, '', 0, '?'),
(0x70d4d5b676495ed89226e3eb263bc23a, 'wp-content/plugins/elementor/assets/js/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.min.js', 1, 0x00000000000000000000000000000000, 0x1d8afecc389c0be3e29a7fe30d5b4f71, 0xa5af927ee56f395798271bb279d16a1be8a5594f83294809cc000a705464bb6f, '', 0, '?'),
(0x70da3a9f5f1adf43de2caf94d9e5ac0b, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-gutenberg-compatibility-notification.php', 1, 0x00000000000000000000000000000000, 0xe2aaebc6c10137e77c4ff0f5278aacc0, 0x3780d80ee19aaf602275a1816acc363dd57ec3dd174c54fdac257fb79bda7091, '', 0, '?'),
(0x70dc17ce90c4254454b63720e43ed72a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0xd7bdbda43a7c0af1813341d2503152e5, 0xc53192eb039fec9b45bac5e4773039151502d69e38262e249c5abf5b5e4af25e, '', 0, '?'),
(0x70de71ad6c3814d58579afd58df17fd5, 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x92be3e9d746f525bdaf50b6e01e99576, 0x896e1a82d74a9f323a19c27f0246883c04233579ebdd89164312f08e74bdbf56, '', 0, '?'),
(0x70ea344e06066e291a5bb8eb41f63f6d, 'wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x0deceba0d6ab3d513e18962007fc705a, 0xc35a60e8e33cfb00f3243d0f548da79f922c252aeae6f36a1b1bc4ed7cc56f07, '', 0, '?'),
(0x70ee187d47f7824a05e915ce24e2e078, 'wp-includes/block-supports/align.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\align.php', 1, 0x00000000000000000000000000000000, 0xe3ec276a9f8c016fe1bd791fb6dd4aa2, 0xe55ef07b4c37c55c628db572f203123bc347eecf8481521be23bffa1c1d6929a, '', 0, '?'),
(0x70f0ad2137c0483d3be00cd63e335abf, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/loader/frontend-assets-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\loader\\frontend-assets-loader.php', 1, 0x00000000000000000000000000000000, 0x5152f315766d01d2820c178751e296d3, 0x8bdea086ec7fc2a32b2aeec1f7960acd44b7ae2908a658e6e310af9e51b12a67, '', 0, '?'),
(0x70f0c3e28e5ea3a49690748b97b0ab70, 'wp-content/plugins/instagram-feed/assets/svgs/tablet.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tablet.svg', 1, 0x00000000000000000000000000000000, 0x154c43ad56601ece25fae435080d652a, 0xa76e4964b5071b706eaa3351c9804ef96db5554867e13ac3b4c6f35b55576384, '', 0, '?'),
(0x70f8da745c1a86d8fc71d894cee89b59, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInUp.css', 1, 0x00000000000000000000000000000000, 0x4471fa3a1f2434e56b96f743879352dc, 0x17ce7c99a65f4a6105110c3337b5bab7d55ae7967835094c2f19bea05c0b09dd, '', 0, '?'),
(0x71009f4815f9fe022b8d3d25b42ccf3a, 'wp-content/plugins/elementor-pro/modules/element-manager/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\element-manager\\module.php', 0, 0x1d217c9ff0363f4414c00ec027751857, 0x1d217c9ff0363f4414c00ec027751857, 0xe1fe8c81172cf8b2369def4141228b258802c03b3b2762cc5363cb9b9bbd3147, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-title.php', 1, 0x00000000000000000000000000000000, 0x35abf32a9d3c171ef0583b1cf803f818, 0x4e3502259eba07033de59c6b550b48564bc141fe6c4504492233e8b86ad5d3fe, '', 0, '?'),
(0x710773bea241ad74810baace0164995c, 'wp-includes/js/dist/warning.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\warning.min.js', 1, 0x00000000000000000000000000000000, 0xc5097af142d9586d85d95b2804403b53, 0x00de9d76a9c6f0a270062c6961373aa62fc5d40df8b45913068227b657b15f55, '', 0, '?'),
(0x7107ef229884927a32977883d7834a7a, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 1, 0x00000000000000000000000000000000, 0x7f3c9358aa96491a9b16182be1fc64ce, 0xc7e77f6d1cddf98fb5a31e0ee28a3208f5ca7f58c5f8e50f951684a8dfc43af9, '', 0, '?'),
(0x710a3d3f63086ed12dfa255aa3d42057, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\composer.json', 1, 0x00000000000000000000000000000000, 0x56bd7e2d9b855f7e775d839b292eff46, 0x46c59025ff84245939581d51742db149a8ea16499b2c57f53b22dc7799d02bd8, '', 0, '?'),
(0x710ce50b9c10422cca5c216144236206, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\AA-Template.php', 1, 0x00000000000000000000000000000000, 0x77eda373250e6f8b188fd13b591e5b80, 0x1a1b16b0044d789608ce026084c4bc0765f5ea0b1a279054bfb82e7938e89329, '', 0, '?'),
(0x7113e08ad7076cf9a4bdb591fb3eab00, 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\initializer-interface.php', 1, 0x00000000000000000000000000000000, 0xfdecc658ba4dbfef0afc2fe4ce3074b4, 0x7bbc18de623ca74b03f8ee3115f86a843c81a710e2d880c4b5693158a886ccbe, '', 0, '?'),
(0x7119a29bb002fc6c63dc8aa9997f4d6e, 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.js', 1, 0x00000000000000000000000000000000, 0xec48e9fd586b01b2e1a6a266b775b389, 0x4929fa90e1da9e202785ece0d5300b2a5023e50de83ea06857bc4c0087524018, '', 0, '?'),
(0x711c86098044737770a3415ca1a7f0f0, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0x335f6d54890e77155e7dc1fc4906a6a7, 0xaa5e8591e23bc6c5fb9b9798cd036f38f731429b93bd2c719ce37620c9f25aea, '', 0, '?'),
(0x711e74576c95caeeb151dd4bda6c36d8, 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\divi-builder.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x43a9337fe7a4a70d9d4ddb7370af0098, 0x97fb771b8c7c92f116e69ca8a558862ab8e04ccce0f8986d70b8120534a1061c, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\plugin.php', 1, 0x00000000000000000000000000000000, 0xd7c59af492b64b159b25c664bbdd14a9, 0x515d4738d7746eaf22e05e8097b5492daf66223714a0b79e532b74f59f12135b, '', 0, '?'),
(0x7122e2666fc704af3fd258e68cbb41a9, 'wp-content/themes/go/dist/images/social/pinterest.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\pinterest.svg', 1, 0x00000000000000000000000000000000, 0x2fd62746a8ece4ad981c80793079252b, 0x0de6a2a2e52cb40dd0117e7a5bc1e19dca90fdbb5b50322e0d3bcb8041480f70, '', 0, '?'),
(0x7125e2f5d829969393756486cacb09f4, 'wp-includes/blocks/buttons/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1f7b983249470903b58e3da34e49484, 0x79978efafc288010f25edd9a949bd7be553d933bd6432f5f98421fc2d399bca0, '', 0, '?'),
(0x712bbcb51fcae490acc11d6224106310, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/SocketPost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\SocketPost.php', 0, 0xfee350d0692940d397663851d2db4148, 0xfee350d0692940d397663851d2db4148, 0xfdd60b216da7e9b3605f192b2b3abd60892f75004c01a6ed5cc227e66562a186, '', 0, '?'),
(0x712be7532f7b3ca2ea04dbd309073aea, 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\gravity-forms.min.css', 1, 0x00000000000000000000000000000000, 0xe7c6d93436c487e5e5dff10898dddb86, 0xbb9447c9bb88685862ab7ea97c95c13e6f317d3c39bcef17fe365cccda333d8f, '', 0, '?'),
(0x7131d148616d4820512670522d5e44e1, 'wp-includes/blocks/image/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x646a7619592376637c2f3f7fbddebb64, 0xa348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0f, '', 0, '?'),
(0x713612a699b856abb0586a0d8b224547, 'wp-content/themes/go/dist/js/design-styles/style-modern.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa9d752cdd9024c70b6e0eb8522e7b63c, 0x42d6e716b6170ac0175a0e3acb15c2b8d6ff2fcd07bff742a69c28eb597b7342, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0x7abcd14257a99b1c865a20c7096d0d00, 0x0f03740ad506f75f714713c6b5e262a29ba38fcffe797de4322b000c8349a5cc, '', 0, '?'),
(0x714d48e82cb8d758628f2cd75a96da89, 'wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\elements-iteration-actions\\assets.php', 1, 0x00000000000000000000000000000000, 0x258a4bce4be77ebc659ec8c501d1c780, 0xc6bf8fb84194e5cfebc4e01b6f2bcbfdda8a350bcba49d52bf212850a9db16bc, '', 0, '?'),
(0x715c71fcc1290f8ea3b3c54bc46efb56, 'wp-content/plugins/reviews-feed/assets/icons/yelp-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\yelp-provider.svg', 1, 0x00000000000000000000000000000000, 0x4aeae9469d85a358ba6d00e9fc655023, 0x18f61ec6561fa2f7e4bd2ab58e670c7249b51487575b81bf802ffe45f78e7600, '', 0, '?'),
(0x7163bb895fb3e0d2d2b2dbaf118a102b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\primary-category-quick-edit-watcher.php', 1, 0x00000000000000000000000000000000, 0x761c24fe2a3a243a61422fd681393a58, 0xbfedda8d44992e70446377862e41ec90ac57e739063a225d200b579d9a0cdbad, '', 0, '?'),
(0x7163c7f9598b86db9e34019ef2ef21ba, 'wp-content/plugins/powerpack-elements/assets/lib/tablesaw/tablesaw.jquery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tablesaw\\tablesaw.jquery.js', 0, 0xc6ff8aa750669c0f7735588e8bfafbba, 0xc6ff8aa750669c0f7735588e8bfafbba, 0x5ffae25e8b87385226023335a077d2812f0bb3da7cf38bb60a3f60ebf448e9f8, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0x062a8544d0420d750f9f36aae4d3f221, 0xa9c0608e1952d4b6b532c980a26092b54d78170ececf69cf47a0667ae64332a2, '', 0, '?'),
(0x716a708551d82a730c924b087dfbeaa2, 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\smartmenus\\jquery.smartmenus.js', 0, 0xaa3d8d12c11c840bbc64a1431b6fac9c, 0xaa3d8d12c11c840bbc64a1431b6fac9c, 0x83d948777c6ceef33992b08abd49fc739f0bc05f9eee80accf978fa8b952ec3f, '', 0, '?'),
(0x716aa4e64f2e43b8deacd0987dedf9c7, 'wp-includes/blocks/navigation-submenu.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu.php', 1, 0x00000000000000000000000000000000, 0xd242992de8614bca68b35dab0071185d, 0x56ea825317676eaab51ca81b7de4f67fd0336184fe648724e61a11947c327aea, '', 0, '?'),
(0x717002fab0a49305404293b765209804, 'wp-content/plugins/powerpack-elements/modules/toc/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toc\\module.php', 0, 0x2f32a06cad90cef5b8e619650822f5c7, 0x2f32a06cad90cef5b8e619650822f5c7, 0x485f4b6d628d6d4d5e88b51f63194a64c0f381b38bf15b736f43e65fb41d8435, '', 0, '?'),
(0x717de3dfb30f041d8ce3cece02bb9a2b, 'wp-content/plugins/instagram-feed/assets/svgs/moon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\moon.svg', 1, 0x00000000000000000000000000000000, 0xf43385ab64c272909570962b27b9b2ba, 0xccc8023ca15cf246a1b3929529c66bd0722df621951ba1341b11db9aa81b521f, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x829117af6d5fb7bb4db3ec694d4a1549, 0x928eb35f7ebac013da2d5a6f6d2cc16c56a94ffc7944e9890c3ba7afe5d7dc37, '', 0, '?'),
(0x718f9246257a00897dfe18da2df12411, 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Review_Alert_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Review_Alert_Tab.php', 1, 0x00000000000000000000000000000000, 0x8810a3047396989059723b09bc238973, 0x1a3c3228bb1d8774b36ba5c57019a946b46f3c6a14e6bcf94ee718a85b638e52, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x859cf7bec3d0b547ee74eae3a3a45374, 0x7e6549d2fb7b5fe4647a89c2b2ae471a5411bf80e5b28f895a13f4192d8eb0ca, '', 0, '?'),
(0x71975246fc0f680bd5a7de182ad01ed6, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\composer.lock', 1, 0x00000000000000000000000000000000, 0x687533a5951dab374e6e70d3c4f2e8b9, 0x9cb6a17ff6e4e2ee56478a403fd2a682782840b8063be358455598a6b6e39943, '', 0, '?'),
(0x719be6a478c0a73f0e120a85ae1899f6, 'wp-content/plugins/wordpress-seo/src/config/migrations/20260105111111_AddSeoLinksIndex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20260105111111_AddSeoLinksIndex.php', 1, 0x00000000000000000000000000000000, 0x79df5394ed05fab41afb739fd8e06aa5, 0x4ef3028d3d3ad5ee072f8ce7074851ab0688b17dbef678be972e110b094ac59a, '', 0, '?'),
(0x71a0161bf22eeb85e0f607471175e024, 'wp-includes/blocks/comment-date/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x71a04d3b6b7fbab6ec5a5b13366fc88d, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/source-instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 1, 0x00000000000000000000000000000000, 0x8eca2fb437c36d6a42ce88ba97511a63, 0x7adc199779b8d72c9dc5ce7ad793bbfe9abb2f6975f1e90f6aaedf06af6f2a30, '', 0, '?'),
(0x71a0d85afd0b05003d73880ddfcd0dd3, 'wp-includes/blocks/text-columns/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style.css', 1, 0x00000000000000000000000000000000, 0x4a89a481cccc9caa22d4b1ffec319152, 0xf5a361fa73a5004a991632f54a8b496f2617810f33513826dc1d4e54cadd3357, '', 0, '?'),
(0x71a131644e816adf1acdd9686c975789, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-default.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-default.php', 1, 0x00000000000000000000000000000000, 0xcfbbcb81224e59e184a339448e8ceb70, 0x53b46583850518d15ac72f1ea56b0c25eb0a1d0b8565b4fe2cf97ffd337f2780, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x6c203803df532e2a8e7398d7365d2c79, 0xf8eb607cb6b3f2b3d34ea127cb977aa555c15ec7e10cb286cc118756b82525a0, '', 0, '?'),
(0x71a62c57c6c0daaa249377af18c4a440, 'wp-content/plugins/elementor/modules/library/documents/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\page.php', 1, 0x00000000000000000000000000000000, 0xdafa9e44ddc0cc0570bf6e4f37216b18, 0xc6955f6f5a7eb93057f7d0b3b14023ed3d99b9f5a622f721fceea3f7c274794f, '', 0, '?'),
(0x71aab09efebf45fb8b120e6dcd7d2ebf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0x71b05aa8761b327b6fdb9dc253e3e58a, 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-page.php', 0, 0x5d63b4d5048f713b63d6a6afb61556c6, 0x5d63b4d5048f713b63d6a6afb61556c6, 0xaf8681254e4f5a6349c9c7b374b379eca5cf612a56a2ba6e99f641297b937036, '', 0, '?'),
(0x71b4f33023cc24942f0bcfc971680a07, 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wincher-helper.php', 1, 0x00000000000000000000000000000000, 0x577dddf6d9347682c0bd8815edcef040, 0xe6b2a0dff1e81687dca874b55be7ae59e4c867059078b00fffe5f4a7a8a4fc0a, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x71b8705d77f1166dcda746daaca6c1de, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/albums.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\albums.png', 1, 0x00000000000000000000000000000000, 0xaf96310317f913c1268f957ea5d45754, 0xec4b01fce39097f85135f464f4f3c3d58b68dab365e557788dcf30b12a352221, '', 0, '?'),
(0x71bc9af7b299f6ab3f03f27649ff3ee7, 'wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_oEmbeds.php', 1, 0x00000000000000000000000000000000, 0x0cdbb6c50c78e76e78ada3e710d9b904, 0xd811efbd5fcec02f53ef0de0103eeb3b511ec4b3c7c75e31874e3f4716e7e387, '', 0, '?'),
(0x71bdf6459f8776ba857b975a9a9de25b, 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x717eb16691a69ca5ef8ccdeeeb9322e1, 0x70112cd52d1003da67577fbf878105d48ef5bc1e5782d22e63fd4582a2b2e24d, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x71c52427368b6508e2fab6f72d57115d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\PHP52\\SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x622b4c4cc0bc6ee93d9e95cb94a62290, 0x3b09a40ded8ff3c8e330696a5576d4614a868abbff86f1840d53b62c1b59d008, '', 0, '?'),
(0x71ca363466347e6d4664d4945b4f6294, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x819e09ad83677439671334636a8ce188, 0xb24f1302836102e17b644062aaac9d4da3e1ee7faa71bf69d988dc57928d2afb, '', 0, '?'),
(0x71cd43944956cd6787659e1d2c310782, 'wp-includes/css/dist/block-library/editor-elements.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements.css', 1, 0x00000000000000000000000000000000, 0xbffd8e637cbd24009a0e947b966fd0e9, 0x24c832695166feff977ede27a13ab55372d5da34033afe92aaa0cb41b73e111f, '', 0, '?'),
(0x71d71bf0b8042d799d3cb5f32b03c188, 'wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\settings_footer_cta.php', 1, 0x00000000000000000000000000000000, 0x568c8b1465359cc90b1afb0dd1622154, 0xcdb8ccc58d570ec39d375d8c1bfa795e9bd6161ee103fae30e756b45c71a3c14, '', 0, '?'),
(0x71d9d3904feef63b43ff8536650b89c8, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Source.php', 1, 0x00000000000000000000000000000000, 0xaa8eabff46bbc7d81736d7304fd3048b, 0x315ea7e9c07548c1c36779440215bfa11cf49beec435dddd3b8d108e3dfe0ae1, '', 0, '?'),
(0x71da5509ff0a9382b7b605460b06dd78, 'wp-content/plugins/elementor-pro/modules/theme-builder/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\module.php', 0, 0x5b4167457156fce6a036b5bee7fb3cdd, 0x5b4167457156fce6a036b5bee7fb3cdd, 0x3e0e282a094ed89973a10eeff3406d28e12bf465f42dda7ebfae598cda52ed2b, '', 0, '?'),
(0x71f03bfe2ef72c7832568e4885ec8065, 'wp-content/plugins/elementor/includes/controls/textarea.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\textarea.php', 1, 0x00000000000000000000000000000000, 0xc3bed95e7a14de68c359f932e4d9c14b, 0xa980e5190ce042112fd732e56cb944878d3960efdd8bf421643baa36fae2a8c9, '', 0, '?'),
(0x71f5f069d6ac79dd6499f5a4152b4f27, 'wp-includes/css/dist/commands/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0321ea61831ac32cc04214dbc89ecfb5, 0x3e3668b52620be3b0822874f8195d18e7db20d59785e67f713694487d186bdaa, '', 0, '?'),
(0x71f5f33f435843d5109cbae18d224e18, 'wp-content/plugins/elementor-pro/modules/forms/fields/tel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\tel.php', 0, 0x752fcc8d5b2cc22f12afee5029ee4a5b, 0x752fcc8d5b2cc22f12afee5029ee4a5b, 0xdb7fa3ed210f80d61fb6cac9c82e3e94884207de0b458f9e2dc3fb7a37753554, '', 0, '?'),
(0x71fdb51d99689d00277622318a6b1783, 'wp-includes/blocks/comment-author-name/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x71fe83599b913d72f844932430f79a43, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/FlushNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\FlushNode.php', 1, 0x00000000000000000000000000000000, 0x6213dba781c83e312501800a1cec9f82, 0x717272ecc57fc094a0d072b5a2d217b7323f0ef14ab451d127ffcd8c836789dd, '', 0, '?'),
(0x71feb6a74f4e980269a4233e085ec37f, 'wp-content/plugins/backup-backup/admin/images/alert_error-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_error-min.png', 1, 0x00000000000000000000000000000000, 0x394696e86899edbb41082836e244a268, 0x8c3a86f7ad118c0c972835ab684c80b87e2c52648fdf0c2ea8af211a1b894336, '', 0, '?'),
(0x72029a1cbe54edc8abcc2bdd0f390b8e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0xf75a314c04fa36e500aa65a7eb61f9bf, 0x89eed0d13a99b428d36c8175efefc66e7761c9ceac21a1c0980e54ca879882f4, '', 0, '?'),
(0x7209daa8885b4b55269ec65a5d96a354, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products-base.php', 0, 0x6e9d3ccffe354d27cfd29b33a1bdeed5, 0x6e9d3ccffe354d27cfd29b33a1bdeed5, 0xf643d0a3869441f394feb0f627c66755a5fa2b75972633012c0c2284b4b802b5, '', 0, '?'),
(0x720c7bc161756d4ded57bdd0fa55fc22, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x8dbf2c98f381ecc1153f3d51acf1c287, 0xcf1626abaa770a5af2a511e091b265f16f16a1967bcc2c7be8b7e6835d68050e, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\upgrade.php', 1, 0x00000000000000000000000000000000, 0x5f91fe14c4a90d70919d2e0cc1e66b98, 0x3c8b340efd80b14658e4ffd807b59e415fe6d9fe0f19908e7f584f035aaa4468, '', 0, '?'),
(0x720e7f58d754782699767374ead827a4, 'wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\ai_for_seo_icon_my_yoast.png', 1, 0x00000000000000000000000000000000, 0x17c39554fe33d63fb28050da88005d8c, 0xd48198151afae187ba877a5c29b25111d48a31fa2bcd85e3d69cdac7c6fdba80, '', 0, '?'),
(0x7212bcad9322fe822531817d2f3259ac, 'wp-includes/blocks/pullquote/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style.css', 1, 0x00000000000000000000000000000000, 0xde28a2b37bca76e0d92eaebcb58d6486, 0x74dc2baca9a5fe39dbed43da51306142320350515cb8e2bafabd4d3200b44695, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-product-upsell-notice.php', 1, 0x00000000000000000000000000000000, 0x1fad91f0ce25f9660f20c1962885e8aa, 0xbc64819dac91215f312a826feafd0a4351f8ce4656792bf7311fe7c4546eb4c6, '', 0, '?'),
(0x7222583890b198a45311bed03078145e, 'wp-content/plugins/powerpack-elements/templates/woocommerce/cart/cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\cart\\cart.php', 0, 0x87a777b1312692211d118e25db90346b, 0x87a777b1312692211d118e25db90346b, 0x9298436e21342c39bfc6b561690686ab81d37e438cede951aff79980952520a6, '', 0, '?'),
(0x722a5f100628190f8e6556ea70d7a3cf, 'wp-content/plugins/elementor/assets/js/9bd390911e34b349d8cb.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9bd390911e34b349d8cb.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x4cd8c89c415e99b2688e7a0c327ef802, 0xc485db102d1841127665473d2ef801dad60090f6bfb3081fdbe8519ac67a3901, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\modern\\theme.js', 1, 0x00000000000000000000000000000000, 0xefb528339d6fde55ea32c59d558a3299, 0xbd32172eaf7074fa2272c56029b8eb0d0e2e43dc6c06c75c1a089e179c424958, '', 0, '?'),
(0x722c31e9d64cbec09c629f7b66e9e968, 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\welcome.php', 1, 0x00000000000000000000000000000000, 0x3c6e081980ef8f887ce23ad00539e6e4, 0xa32a111d6759680a7761af0188ac2508e350018b324286b6f76a1ff9093f0ae4, '', 0, '?'),
(0x7233008897033de5ee0d14f86a42a65a, 'wp-includes/js/dist/widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\widgets.js', 1, 0x00000000000000000000000000000000, 0x4de8f680b3f72f27414bf2592af64cf1, 0x41cbe0779b21ebda5a7e8ec48c79b479faea99deb039bc5f173dc2bec52089ec, '', 0, '?'),
(0x7234aab21715ded6f37d8a6456db847c, 'wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-controls-toggle.min.js', 1, 0x00000000000000000000000000000000, 0xb084ec67cccadbc28a0b70ef0e9aa764, 0x3767030b790489dcebeedadc58bde5d0efe748e4e31c853807d1987851c3fc3b, '', 0, '?'),
(0x723d7f6df437b174c03f64dfd3ee24f6, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/videos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\videos.png', 1, 0x00000000000000000000000000000000, 0x7d7df6599a4d63d7d03ef1cc21783af9, 0x24e9f3cc86f78bbef83d182f89322d874b87ceabf2ef8a00eb8c7918ce5917ff, '', 0, '?'),
(0x7245089a4b0e9dfd4f767de3b1269b78, 'wp-content/plugins/elementor/assets/js/nested-tabs.7a338e6d7e060c473993.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.7a338e6d7e060c473993.bundle.js', 1, 0x00000000000000000000000000000000, 0xcca169c3ade7d0a0de895402d63f7e48, 0xbf4cf413fe63086c62f09c85f16de9cefed07696473c25350e616b4a99f2876d, '', 0, '?'),
(0x7247e28815fa5f8ca73a1dbb4c7bfcc1, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0xd4c40c69c8996c436e1065fd5c0f85b2, 0x84465313d4ce226df2cf3454d6f9ce45846d01b7d7e31d32839cc4d7a9cff8be, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\503-lockout.php', 1, 0x00000000000000000000000000000000, 0xa76c4531c2da326daadb58b415b13b9f, 0x596a6c919027e1319da23b6e38b779604c2064ad5a5274f46b025adf9be263dc, '', 0, '?'),
(0x724bcd42f36fcb716f5e65b2c35af97b, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-7-render.php', 0, 0xf9f9213ac34e7aa30d530e6dcdf630c0, 0xf9f9213ac34e7aa30d530e6dcdf630c0, 0x4499b1b095341b192839985f5d8162143e67662626848bdcbe3c457828ea4a0e, '', 0, '?'),
(0x724da2464f2c90f8100ebd7597bbb5a8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/ExpressionParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\ExpressionParser.php', 1, 0x00000000000000000000000000000000, 0xadddc22120693dbede231336c644a55f, 0xae93ee6847752d3f94344d4c795ecd5ab0a1c5d0a29ff4b320a9037f7748dc90, '', 0, '?'),
(0x7254b4fd8b1abb908828da2abc48c4f1, 'wp-content/plugins/powerpack-elements/classes/class-pp-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-helper.php', 0, 0x23ce2a10250b39a82dde1f115e9df519, 0x23ce2a10250b39a82dde1f115e9df519, 0x6614797d6b61ef3699d9e991283cb9baa70d208806ccf8c2297533ad65307521, '', 0, '?'),
(0x7263b90c46b39bb0d27af02796b9b103, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/select-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\select-feed.php', 1, 0x00000000000000000000000000000000, 0x9ca915530becb0914996071a5bdabae6, 0xea0220a24cc70ee01a0e8b2fa121383344bdffb8ad160ced1673f77d9ff8c2e0, '', 0, '?'),
(0x7264477852d70d869d40c1e4ad4c532f, 'wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpfooter-schema.php', 1, 0x00000000000000000000000000000000, 0xefa76a90137b7d70a9a75e699ae86538, 0x28a465be0a6959c3b236f841921aaf4caed48be0d3c322f2a860b5de988fbbde, '', 0, '?'),
(0x726e284d89a9ad1b328be35f24fbd9c4, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x842343b8e0a4b631411f9f266144bb2a, 0xa276fe749ffa1107d88dd4838723d45949b8cecc0114129f4979d582d269915a, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0x72784cad76143c8c000acad267b28add, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\README.md', 1, 0x00000000000000000000000000000000, 0xa4b3330be4b15e5378f07ae44c2af733, 0x69d42eaa836065f2485eeb264695139b5401eecf70448ac4bf06b5e7c07d0d71, '', 0, '?'),
(0x727d7114d5d4329275fdc67ad03507ea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x0008374aeca4b30aed46cf325c784675, 0xce0c42db253bf7657f611df8caf34f0f1996c36157fad5e3b76e3c1c818b3519, '', 0, '?'),
(0x727e9940618c66782ef09bc65110aeea, 'wp-content/plugins/elementor/assets/js/frontend.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend.min.js', 1, 0x00000000000000000000000000000000, 0x070048edd0950b156f2884cc6be49958, 0xdbbd8f7cecc6b0c8a882218dc0a474033adbb65a78c5e71ca18b648f1d556326, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media.js', 1, 0x00000000000000000000000000000000, 0x1d91892fdc6484ed12f0621271f63001, 0xa16d320edac1829a0ab665b18691ecd362872b48cf4856a0679ca2ea96830f40, '', 0, '?'),
(0x728c4dbf98a08d6a0b51c6928d722d11, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\PosUnary.php', 1, 0x00000000000000000000000000000000, 0x5d0886d3edffd639b8f63c5cfe1b2c3d, 0xe2d2fc11215a18389548a222c874ed9d8b61ab41a5643a61fa83247ff8ab813e, '', 0, '?'),
(0x72912eaf2206290b1cf35f702aaf9878, 'wp-content/plugins/elementor-pro/core/connect/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\connect\\manager.php', 0, 0x488fe6d08d37f4944b014e61cfc85798, 0x488fe6d08d37f4944b014e61cfc85798, 0xe433b460e87cb448d87d37f23aec38ebb7073b818768fa34fcf02206fcfb7af3, '', 0, '?'),
(0x72934c1f53cf11969ddfe39023dc00ce, 'wp-content/themes/go/dist/js/design-styles/style-modern.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x72948b0cae9ea8655355332d76c35d93, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-woocommerce.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-woocommerce.png', 1, 0x00000000000000000000000000000000, 0x341f0efc771861b33580c1a833739413, 0x99a28410d30ee1acdb35aaf7d190eb6dce725c670c59838e0a563b979a125b61, '', 0, '?'),
(0x72965a98dd086bb6e1f7618a0c7990ea, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_View.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_View.php', 1, 0x00000000000000000000000000000000, 0x526ea16ba59e38989792e07a7f25922c, 0x6890f24dc6cab5db10683b90bf334b7c50175f66d63755b4b33dbdea9363f7d7, '', 0, '?'),
(0x72a315229d8cb24fe4fcdb039630f238, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-folder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-folder.svg', 1, 0x00000000000000000000000000000000, 0xb40728272ef14126606261bcedf6f79e, 0x9625e00639093fd1ff6e0cafde8f8df42579a6eecf044a308a0da4eee10cc7a3, '', 0, '?'),
(0x72a32457e6c533ed2b06ac59ae5dfcf1, 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\propTypes.js', 1, 0x00000000000000000000000000000000, 0xd256f1dc928ae38014e2006f4bce4120, 0x45fe5a44b19c0d867b8f5fe50820800c722ecfff6d041fc9629ab23093816fab, '', 0, '?'),
(0x72a57a18bd5f877d7600e7bf5c9532e1, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\initial.php', 0, 0x5c66e6eaf756a0c80cb45457dd0816cf, 0x5c66e6eaf756a0c80cb45457dd0816cf, 0x36b7a85b0ba93b086511ca17f59d50db742505060baf1dcf8f3017dbd3143410, '', 0, '?'),
(0x72ac1e49df3d02baec4e78585d2dc831, 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x72b262359fdba13c04c4aaaea5044b84, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/personal-account.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\personal-account.js', 1, 0x00000000000000000000000000000000, 0x80213cd6925773b12930e7985182c136, 0x67042b515ba6913abff4020ae4341e0205fc43fe6c813d514c981a5c4f1cf678, '', 0, '?'),
(0x72b3bfaf8267b44bc251619bad571940, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\traits\\tag-product-id.php', 0, 0xcfc241f168db2b99517f969423ad953b, 0xcfc241f168db2b99517f969423ad953b, 0xd5eab0bc7c154bd2227ea41bbca797a1ac0ad20831282632903d74756cd60867, '', 0, '?'),
(0x72b69f02f6e1261845f616ca6544a371, 'wp-includes/blocks/social-links/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor.css', 1, 0x00000000000000000000000000000000, 0xc6d5f688b78a6d8161cd043ae61f8674, 0x2de6eb6da3a9e5072a7462221ee122eb22a4f4f9fd964e5add7f7d63eecb85c4, '', 0, '?'),
(0x72b9d9d3f85e4f5b6e3b1f4549eeb835, 'wp-content/themes/go/dist/js/admin/customize-preview.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.min.asset.php', 1, 0x00000000000000000000000000000000, 0xf49215137773a6ef4307639882a06350, 0xfe0f775cf1d354f190601cad109bb645535aa742f5db1d44094ccea2ff43b1fb, '', 0, '?'),
(0x72c0c260ec1e7a15c443e784f224bc2d, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-functions-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-functions-transformer.php', 1, 0x00000000000000000000000000000000, 0xa06cf9b0ad82330481f0825195a16e80, 0x2bdd0d15acb19325a8f3ff1d46858cbb00e20260d14ae035648a066233537a6d, '', 0, '?'),
(0x72cc87a7f47f0054041655f22ea58b5a, 'wp-content/plugins/powerpack-elements/modules/presets-style/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\presets-style\\module.php', 0, 0xc739aa33748b7c47356de1fb4f6391f7, 0xc739aa33748b7c47356de1fb4f6391f7, 0x81de9caa4ae5d2a4b89bed85527d0de2523bb12343d33cbf3c6947164b76ad96, '', 0, '?'),
(0x72ce18896fc066973ae167fe582795bf, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\sitemap.php', 0, 0x4c403df396c31ba822eace3b2c505295, 0x4c403df396c31ba822eace3b2c505295, 0x0465683f531f11815b4d482a2ac71d7c74736a5a097d7f49b2dee37aac39e9b3, '', 0, '?'),
(0x72e5f46e7a00608a5d9665d207232b74, 'wp-includes/blocks/comments-pagination-previous/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-previous\\block.json', 1, 0x00000000000000000000000000000000, 0x23966e719636cf9f5cf40c02801db0e7, 0x00f565d327936120aff632a6be41dd12ec3d46645d1430978f9524662ae86440, '', 0, '?'),
(0x72e833db655c14f6cc1e052c04538471, 'wp-includes/class-wp-block-supports.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-supports.php', 1, 0x00000000000000000000000000000000, 0xb2363ce51c339fa8a3dceaebac891e45, 0x4ef362fd0b3eaeb58de325d7385d07f1766d3e21c11bb1581fd0d16681926a03, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mce-view.js', 1, 0x00000000000000000000000000000000, 0xfbe028f261335bbb868ccf4deb997a3e, 0xe242ed09caf03d3c47bd63fe4f9ec92e80ceb7370ec1dbf9e2b129660e89d6d3, '', 0, '?'),
(0x72eabc73ec9a96ba4d73800df64ab6e0, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts/transformable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\contracts\\transformable-prop-type.php', 1, 0x00000000000000000000000000000000, 0x8ec251be1080493560c8b0b1a3965915, 0xbfccb744cf9b8652a4d2aa50e009b91fd9ee627b88133bc31405b0db50eb802a, '', 0, '?'),
(0x72ec554c705619468f1bb65407b2498e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/DoNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\DoNode.php', 1, 0x00000000000000000000000000000000, 0x01ac4523680a19be9054aa945631f23d, 0x9231d4703140d8d1a291ef86b403a3c3f8a6afa90e8a289fc55fd9238a88d61f, '', 0, '?'),
(0x72f286ee6a8086b7f6b6fd37f113305e, 'wp-content/plugins/elementor/assets/css/app-base-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base-rtl.css', 1, 0x00000000000000000000000000000000, 0xe6b8d1700e7bbca09a05ff1091c93f2f, 0x50a80ace241355269d33a3a3cd327c616f52fdb5c7eaad896a19e839ad24b1fc, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcd5f9bb5c4028c62d09c971f6d9a411b, 0xccae5caa5c005fc8ded172e38dd881e149ebd0155e6764fb057e9d4db663789c, '', 0, '?'),
(0x72f897685e8ec9088c7f67ab3dc2c8fb, 'wp-includes/blocks/embed/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x8899c6e82f9b1c8650b35c4138dd58e0, 0xd31630c5459ec348b3e9f58c43e59fdd19675cfa2c31f96d05bba623fa357d98, '', 0, '?'),
(0x72f900272ca26f5cf8d7d8dacbad4411, 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.js', 1, 0x00000000000000000000000000000000, 0xb8426a2eb8edf90025cede911f6a4b62, 0x16203938bd2bfa9a724fd69f93e74a3b85d375475b413ca1da5c1e2f3eb5acac, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media-rtl.css', 1, 0x00000000000000000000000000000000, 0x63d2e38a569f25c21201cc8abb9be28d, 0x614deb4e104651c8bafa6f730feeebfae012d55f542b6385bb30f4bbca16ff01, '', 0, '?'),
(0x72fe37ab81b73e844609738c22d729c8, 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\flex-item.php', 1, 0x00000000000000000000000000000000, 0xd010e1070f7a814ed5b2f83f31755aaa, 0xd7432213600b20b540d0203c34a1d31ec482c3ae006720fd833eaaddb16a172d, '', 0, '?'),
(0x72ffbfb6a5cefdba2a1d0483992d2817, 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-my-yoast-api-request.php', 1, 0x00000000000000000000000000000000, 0xda12aa1d0cc32dc1f8af288cec8d6c1b, 0x95d48af106b2709c263328821ee43f0c0a812627b5044fdf70a453ba95640357, '', 0, '?'),
(0x73062165c7a44ee183cb733a62c9545a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/NameExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\NameExpression.php', 1, 0x00000000000000000000000000000000, 0x2afcd98efeb4154e86e1649ed5538951, 0x39a7e4a32ae895be97302bb6ea71b6ea92b89951d567f4ec44175522a75d2a53, '', 0, '?'),
(0x7307c649b88a7c79a069f5adc32e6a7c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/tpad-rev-feature.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\tpad-rev-feature.png', 1, 0x00000000000000000000000000000000, 0x90280044701d05d994c910138bef7b10, 0xff3c8c740543723e6ddcb1ca04185aba9137ebbb1825258bb2dbb33b222c1ced, '', 0, '?'),
(0x730b23dd2d6e42dc3df433b016cf8763, 'wp-content/themes/go/includes/classes/admin/class-go-theme-deactivation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\admin\\class-go-theme-deactivation.php', 1, 0x00000000000000000000000000000000, 0x2c60aaf115cc86b3e30d4f6e2394a790, 0xaa830e7afdc4e8ff166ac2b305e48553da87b30a30113a194c1e84e59a164431, '', 0, '?'),
(0x730ba9df061e124333bfbb601d81a43d, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0xe92cbea68d749f868a4849274a451275, 0x1fcf665d77bfe630e6407c74d7d358bb64f531d5f0a0fa97edc888a90dd3cb7f, '', 0, '?'),
(0x730e8bc03fc7e26f9dfc6a817ac1a5a5, 'wp-content/plugins/elementor/core/files/css/post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post.php', 1, 0x00000000000000000000000000000000, 0x10bada2ad363606f3bac3c1fc556cd5e, 0xd8cc3abf9d94b11c1f0bead59130c8af10eb8ede5dc287ecdde4fbac6cd07748, '', 0, '?'),
(0x7311eaf455022a0b3e7ee4e43d5cb174, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/configuration/llms-txt-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\configuration\\llms-txt-configuration.php', 1, 0x00000000000000000000000000000000, 0xd147da5707eac91fb69c50793b4f1379, 0x43fbe6b9695857bd030c884d6234ceb2320d9ddb8ba0c58a1a9047456b7f0e70, '', 0, '?'),
(0x73141ce0e058c57d0038923078604381, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/CodeSnippetsTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\CodeSnippetsTab.php', 1, 0x00000000000000000000000000000000, 0x4d2a7f597237912ccf73ef2f55446809, 0xaec5fa9dd0e7433e2f484136c268187fea72a56d8f392e4aaab032d57316e62a, '', 0, '?'),
(0x73147ea5ea13c2cf38be6e346ae74929, 'wp-content/plugins/elementor/assets/js/52ff17c2f566e528dc72.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\52ff17c2f566e528dc72.bundle.js', 1, 0x00000000000000000000000000000000, 0xbf0bbce378caa3fabdcff0a09d5be39e, 0x9bce4481069d452a582046f39b3471f3a37e76e2f2ce68be2bfb5a731db78e81, '', 0, '?'),
(0x731a8150d785650b76149fb442c7b4ab, 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\no-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x964ea15272d07b42019ff0dd0dc6eb90, 0x720196f93ead4784cfff0cba1dd407cd36dd7524c9d75920be2b35f92c325d81, '', 0, '?'),
(0x7323f495442a62badd473f21c25369bd, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\referer.php', 0, 0xbe1f248c097e8562c70bd5221b771838, 0xbe1f248c097e8562c70bd5221b771838, 0x53643eb78d3f8ba4e276879fcac637228359df629e976e6560dfec19519ff192, '', 0, '?'),
(0x733199c0416908df284b4d5bee6897f7, 'wp-includes/css/dist/base-styles/admin-schemes.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes.min.css', 1, 0x00000000000000000000000000000000, 0xb9e1caf53e3c3b2d1a375b3b4016ae69, 0x80829d30557eb7621b0a293aa3636a0ffe710658b55e085ecf65bb50a74e8bf4, '', 0, '?'),
(0x73322a652bc7f9027012fade9cea997f, 'wp-content/themes/astra/inc/compatibility/surecart/class-astra-surecart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\surecart\\class-astra-surecart.php', 1, 0x00000000000000000000000000000000, 0xdc11104c7c424de8fbdad9efce0a72b8, 0x211ae8ed94a423ffc69cc565534d5a801d1354cb47b15912a05b666a32ec77ee, '', 0, '?'),
(0x73329e8b9fb5a3b8a4d2bb6c55d841aa, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-kk.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-kk.mo', 1, 0x00000000000000000000000000000000, 0xbba954988cac4f45393a5841e2a110ec, 0x49ed20e71618d2fc0484674281c87794ce91525e3b3adbf24696155495d079d4, '', 0, '?'),
(0x7334f95c3b689b8d03d98e278ad23d78, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.181b8701c45ec5374829.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-notices.181b8701c45ec5374829.bundle.min.js', 0, 0xb62d513e6a49d710631f9eb697e2d367, 0xb62d513e6a49d710631f9eb697e2d367, 0xbc7efe3a59308468bea228b78316b9f39010b9a5bcba327e62cf7bc4cd154954, '', 0, '?'),
(0x733519a8a4338dc190d77e1b769aca45, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Toggle_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 1, 0x00000000000000000000000000000000, 0x76d5ec55a5dab2732ab29007a86e4e5a, 0xe0d542b4776c20568f60964d52b7f7b8bc2a1585c60fb33208dbc8a144de3a80, '', 0, '?'),
(0x733884b4bed72771c8e2cc7a6750b663, 'wp-content/plugins/wp-reviews-plugin-for-google/include/feature-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\feature-request.php', 1, 0x00000000000000000000000000000000, 0xaecd75a7f54678c77a6cc838c3ec2f3d, 0x2d93159a9859e46d7a0912d7f9ddebd9aa74b1a5bffcbbe057d4691ab69cde93, '', 0, '?'),
(0x733bbd630c963f12de9ddea45aa02c05, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.a2feb6e26254257dbe93.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-notices.a2feb6e26254257dbe93.bundle.js', 0, 0x694f3120d42e1a737f78121bc987a37a, 0x694f3120d42e1a737f78121bc987a37a, 0x0f87393a15996b4cc90b03afa9da69585157aa51a8b673f9f392380c7ada7b14, '', 0, '?'),
(0x73464585e084a521fda8d86df04c2855, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0x0771658d24f69cdbe8662700fcf11f2b, 0x217606071c9ef845f23a2ba3ec7173d1b6c6ded7d9cea974d4c5332ffa47eb53, '', 0, '?'),
(0x734bc71a8d98882604407f2e0b6e077c, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/translation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\translation.php', 1, 0x00000000000000000000000000000000, 0xbc5d164329fcf1a0ebd8a25bc7d9ec68, 0xdd1abded5850fbbb17c6d155f79f17537de164bd41250dff1a7191a6cff0fae7, '', 0, '?'),
(0x734c965981c503ce439b0e916118f297, 'wp-includes/blocks/embed/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0x735ae72911c351f8f4b08d17b5e1ec46, 'wp-content/plugins/elementor/assets/js/e459c6c89c0c0899c850.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e459c6c89c0c0899c850.bundle.js', 1, 0x00000000000000000000000000000000, 0xe952a67d455237a1902afe8698cd6571, 0x1ea0b1dca4185500abaa7f0e4135d23ddf6d8cba558e59e67008339e2c175feb, '', 0, '?'),
(0x735ed31e60879f79bd841f70d176853a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/RestError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\RestError.php', 1, 0x00000000000000000000000000000000, 0xcb2606bfd5a0d85a793be449b211ce32, 0xdb84d1149d8f34f6b47feda89bd420ca3c5c60dbc4c0fd7f24a803a180c8fc68, '', 0, '?'),
(0x73614fb859880e2c7e729de0b5ad6bc3, 'wp-includes/blocks/search/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style.css', 1, 0x00000000000000000000000000000000, 0xcd5b739ab47670d38b05c16e61df5bf0, 0xd6cfd0c3225fdfc88e253fd282394ebb6c4a77a6ec4143869d390cf0292709d8, '', 0, '?'),
(0x736f958dbc8eabeacd659d6cd2dd06bf, 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\layout-preview.min.css', 1, 0x00000000000000000000000000000000, 0xb011ae662e00885f638c877cf6d94692, 0x9cd0103232749afc3f22f6a5d9cc3e72df9267da2c3d0b7bdb4039a7446e4219, '', 0, '?'),
(0x73712b89080901f42a9358bfd2a6e740, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-timeline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-timeline.php', 0, 0x99c065217b6861095dedfdaf41431279, 0x99c065217b6861095dedfdaf41431279, 0x67b290b3030d98bff0a97866ac325089bcf6baabe54bd3ef828a33d27b0235bd, '', 0, '?'),
(0x737a4fbf1d30dc071782f68ae6b5b112, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\introductions-2760.css', 1, 0x00000000000000000000000000000000, 0x883658151f187a89e97c5fcbcfa23f4d, 0x111188c4b8c7119f45b814ceb06ef1ac38f625684894a4c713c5d50d80509fda, '', 0, '?'),
(0x737d89f5b19e0d1e65d1878332b469f2, 'wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-yoast-seo.php', 1, 0x00000000000000000000000000000000, 0xaf4b9efa0ffbf172b62dc08d002b495d, 0x322fa6f85c54a346318515ed29d9c3bbc7b36ecd269f96bfafe644c95dbd1209, '', 0, '?'),
(0x7382338fcf6a5fdfdfd53c1ca5e9e78b, 'wp-content/plugins/powerpack-elements/classes/theme-support/includes/ppe-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\includes\\ppe-footer.php', 0, 0x8df3c3fbcea9216e9535ca9ccdf3a44d, 0x8df3c3fbcea9216e9535ca9ccdf3a44d, 0x723654ce0eb3d33a6634b2e677c14e2d058ce91a21ae194eea8dfd179a5937d9, '', 0, '?'),
(0x7386b9ad68f798f60daaf53f623024da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0x113e3b43c790b15e33a9824c9283596c, 0xfa04a2c808917f6cfafa262a1803faeb5aa2a017d7a6ac63b413d115629b335f, '', 0, '?'),
(0x7393348c751700b65e42d106a63e7a69, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0xcbd26fdd7be0bc956b0ba5f048fe4ae3, 0xe8a2497be7128b88ea2cba546804d55d73840bc80a358c19a4878d31c2500dcc, '', 0, '?'),
(0x73948614f30f117d7d6a8db5516ec339, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/enhancement/article-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\enhancement\\article-config.php', 1, 0x00000000000000000000000000000000, 0x7dc54725b69d31c01899c38c8e7ae25b, 0x59207b477960aafe4d49ad5b9243569c81a4b35bae1a01bb0e0bfc6ed29a1b5e, '', 0, '?'),
(0x7394b17dd84c3e870ffdf44d71dd231b, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-2760.css', 1, 0x00000000000000000000000000000000, 0xb728573dd615a3f8f7030beea4031754, 0xfdb9d686a9694f2b2c7025e816565fb6146c80c76d6be527d6e02fc47f3af82c, '', 0, '?'),
(0x73951ef14b2c66aae111030f9e5ca7dd, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\services\\class-file-size.php', 1, 0x00000000000000000000000000000000, 0x61f28fec554161a7e4e1a214f73295d7, 0xc9c689a40ab65e739a7174970e2bf92ae7b479fd73ff285408e51c4b2cd239a9, '', 0, '?'),
(0x739a4cf19377ffd1a561be3fd718901d, 'wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\gallery\\widgets\\gallery.php', 0, 0x82abfe37479a7e29fe4d601df0fc9ef2, 0x82abfe37479a7e29fe4d601df0fc9ef2, 0x6eca4562858b955bd710403866d83e81a744b0c7aa9cabb97dd9f5526ad65cc9, '', 0, '?'),
(0x73a0f1c0649a662e00fa2686ca6da596, 'wp-content/plugins/instagram-feed/admin/assets/img/social-wall-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\social-wall-icon.svg', 1, 0x00000000000000000000000000000000, 0x89b1458337ea89c7019a15506db2e690, 0x3d3bea6005fb01f152eac312c838175984464d9a230192e012817c08a1c63193, '', 0, '?'),
(0x73a23c3b7ef75e1116fe020100702ff5, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0x51d70873f615575d2ddd116247f7158c, 0x2505a2d618eb8745363b726a0122ec93b594d70f68453d8a4eabed59bcba6008, '', 0, '?'),
(0x73a43d0ad7dfaa3c614d918461192486, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-terms.php', 0, 0x91781bc58d53ca29b505709b201514cf, 0x91781bc58d53ca29b505709b201514cf, 0xad8d51213e831f297018d165d0a01ea7021009e348df32e1ae0f1c4464dcab29, '', 0, '?'),
(0x73a7f1e1aa0aa52ffd17ed951a788741, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9758.7ca45f6edbf36a0e.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9758.7ca45f6edbf36a0e.js', 1, 0x00000000000000000000000000000000, 0x8f87238922107d1ed566690a5da5421c, 0x90eae0038e2e84322b0b98a7fd2afb16a26a6a62bff4ad5f5b306f3608dec1d3, '', 0, '?'),
(0x73b18cb7fd7d22a570633ccdeeab2bdb, 'wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\base\\widget-link-in-bio-base.php', 1, 0x00000000000000000000000000000000, 0x3e94aebb1b9f78a45af72e98321a0678, 0x8b7d2e32a50b912034be9e04e0b0212c6437ff9c238546d9c47c41b27cdb4ce1, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeded249dd710431b8b44fa54ed55e8b4, 0xb62b55d6e68b39023deb78d1878bcb841c5965eb2ae1156c40c9bb1650890cbc, '', 0, '?'),
(0x73b27752b1358158c019e9dbda8464b1, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/oembed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\oembed.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x73b549e1acae21941c2abd5939386fed, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/807.aa0bb86423324a66.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\807.aa0bb86423324a66.js', 1, 0x00000000000000000000000000000000, 0x122830a0d53d0ec94ee0d211194fea9d, 0xf3d01bfd82311dd67527f83562cfadc2e27c08d24d39fd5687947034cf1743aa, '', 0, '?'),
(0x73b6180d06a9f427a06e3d40b2f29dfb, 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-search-blogging.php', 1, 0x00000000000000000000000000000000, 0xe5a0d9b7fc1e688958c186a5fe382d43, 0x501e72ef1607fd46f1c064c4fc7b173f18d85a5332d9740dae9a9517b5b9cf11, '', 0, '?'),
(0x73b6ea43988c13770bddfdf94a06bc98, 'wp-content/plugins/custom-twitter-feeds/css/ctf-blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-blocks.css', 1, 0x00000000000000000000000000000000, 0x89e6183d882f4cd9222d19986631ff62, 0x683da1a0e773b52650a8aed1be6d3c7874ca6ca4b5af6a2fd709794508f7ac3e, '', 0, '?'),
(0x73c693a7c9ecbd444f87a06ad3e9e3d1, 'wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x137dc24895fa5b438b9aa6e7f5ab7bc1, 0x8a7c42992b7e8d43ff2f1bdbf587c63e798d3f2b1e47f7ef365d1b64fa7f8552, '', 0, '?'),
(0x73d170579b66ec614af4ff048df75992, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x61e714512e5aa54668d158939dccfb66, 0xbe969e5cde9f855ba6fefc9387e677ed0adbb7f2b7d8db982ba57a0396570349, '', 0, '?'),
(0x73d1a641e113ae25d148b14283630661, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.asset.php', 1, 0x00000000000000000000000000000000, 0x4422dd7d9d7f601fbb107cb33324f315, 0x6ed0daa229292fba21f1df2d175bb31ab4a63c6022fc2b69ed1a70330091119e, '', 0, '?'),
(0x73d74f3008d2aa8b6d0a9587ce9b337b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x20027daa4649059d29fa1ee9c15c79fe, 0xfdf1c28eb0b1a0b561a05519777eb77986097131a662d0ae4ec80b99fc757db5, '', 0, '?'),
(0x73d90cbc0d6c16159120a3780a9f6d4b, 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/revert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\revert.php', 0, 0x25fa7c47a8a5aec0fc998f57ca28b452, 0x25fa7c47a8a5aec0fc998f57ca28b452, 0x1fbd6d79c5d52f10076c2fba53dcbbdd15756b0eb60c622c0edc4607d8761c00, '', 0, '?'),
(0x73dac232c36a2bcf888107c75ed55cfe, 'wp-content/plugins/elementor/modules/ai/feature-intro/product-image-unification-intro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\feature-intro\\product-image-unification-intro.php', 1, 0x00000000000000000000000000000000, 0xd867f5a294202768778fe106652e3b04, 0x573a455a320dfba5c99a2a39f116c33dacbde25ef422cc035091fee041fa9ca1, '', 0, '?'),
(0x73db2762a43860e88348c39b7c8507e9, 'wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\global.css', 1, 0x00000000000000000000000000000000, 0x9a5de9db90d2c607b22a26e115485e92, 0x8b7fc6428e0fe436c863127c5243f3507e9e7805b7fef1bca9431d67e8576757, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0x69ac7c660da4258b12beffe5901b3157, 0x48b865fc4930df4075b3e0c34dc5f22724a177fb17a3c138c9d6a07fd71d8d2f, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\fullscreen\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x73e3c2b25f9e931c421269cf41292475, 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-beaver-builder.php', 1, 0x00000000000000000000000000000000, 0x3fa29eba8a4bb6caf2b46b71d60e14f2, 0x0ef80b741327cd12549d9ea3d60abac3b9d61abf817a5b2a4469715ee9bbd280, '', 0, '?'),
(0x73e9561ee5666bb7c0b79df046bcd72b, 'wp-content/plugins/elementor/includes/widgets/wordpress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\wordpress.php', 1, 0x00000000000000000000000000000000, 0x5568ffa72b861c7a1daf15d69ec5ca5b, 0xbc0120e77352071ab598ff86ee3edd055d6605d4a2d9c90a7b45ff0a79195266, '', 0, '?'),
(0x73eb286eeb539695decf8c03d7c36eea, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/video-likes-description.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\video-likes-description.png', 1, 0x00000000000000000000000000000000, 0x1ba614ccc700e3015e966d3ffa8bfce5, 0xa9524288a9b2ce6fc3d98f49052a4dfb763813cf944f627dc08e46bf93c0ceec, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x92f15ecb80154ace9772685a2f4e6124, 0xc0a7e4093a80dc4892d73076883dd254d12462ebd486f15e1473c55c3731cd90, '', 0, '?'),
(0x73f10dcb0787f9a1a092b3b1189fd0d4, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/feedtypes-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\feedtypes-popup.php', 1, 0x00000000000000000000000000000000, 0x6ac8c8c5cc481356117f7ba748263fce, 0x735a5b5285a1e2ba9db46c60e41e90271df7408995360a30ee8e8c8fa402c9a0, '', 0, '?'),
(0x73f41fa111fb8b77f8e3af503b818f8f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-sort-likes-views.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-sort-likes-views.png', 1, 0x00000000000000000000000000000000, 0x6f93edafd35efade98f9562a18d3500e, 0x1d4bf58559e9941882832dac3f2ada7a18b4c8ce8e2b80f07d0a8d71c90a7b6b, '', 0, '?'),
(0x73f8ef880205fc2a5456a93106af6f45, 'wp-includes/js/jquery/ui/effect-blind.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-blind.js', 1, 0x00000000000000000000000000000000, 0x4f9260c7346f3c90588f23febd8287e7, 0xbc6169ee859ddf5bea49a937eeb9b7ccf5ec4a984826b918dd15ea4797768163, '', 0, '?'),
(0x73faad0d3d2fa8cfb550f922fb160830, 'wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\domain\\additional-contactmethod-interface.php', 1, 0x00000000000000000000000000000000, 0x2671e0b7bfb7a293f3386dc4a6d411db, 0xc770eb4198582374ebd637573d62731c3084729c65460984c60d4766d5013259, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x994498d0e34973e9d03f8d2bd4dcd586, 0xaaf8474d85a8adf3ac0fcbbefbf5c2f00e5769753edd8cad4d9ea310e8f539d9, '', 0, '?'),
(0x73ffa46a27485da5107b345efdbffb7f, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\block-categories.php', 1, 0x00000000000000000000000000000000, 0x56a795d3fe4d9689c5d2393b03f10dd0, 0x1d1d3324a8e9e56faf329153bdacdbc8e40975d6627d3454467f98a83b5b78f6, '', 0, '?'),
(0x7401fad148e671672ab91450d395f0de, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js.map', 1, 0x00000000000000000000000000000000, 0x6909714fe59627034b4ee42c486ff072, 0xdd936fa905ef1a69f943dc659a38e52b43136f948bcf80ac8a4bbf39e0b35a9f, '', 0, '?'),
(0x74045c44b4095a74205ead0d3708a4bf, 'wp-content/plugins/elementor/modules/admin-bar/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\admin-bar\\module.php', 1, 0x00000000000000000000000000000000, 0x3184dfbd48ae0914b798bc5dce409f95, 0x6853de5e37c43a03f09d0c39b27979c93ffa8cf62da476de6c4f09283ee2fa37, '', 0, '?'),
(0x7409f455942069dea7e32295d6731dbf, 'wp-includes/blocks/buttons/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1f7b983249470903b58e3da34e49484, 0x79978efafc288010f25edd9a949bd7be553d933bd6432f5f98421fc2d399bca0, '', 0, '?'),
(0x74111694835304c0ecee74fdcece9d8a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x235297aa1325cb274757a7142087e284, 0x953f9778f3355b5357e97799a000dd4ade2c731be521ac2ba575d9f70e0ff7c7, '', 0, '?'),
(0x7416207e40728dc81115ce2e57ea385f, 'wp-includes/blocks/avatar/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style.min.css', 1, 0x00000000000000000000000000000000, 0x581c6c829fc67d4547d1007e3cd4593e, 0xe6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94e, '', 0, '?'),
(0x7419a9c3a10294f9ba0d81e6bbaedce8, 'wp-includes/SimplePie/src/HTTP/Psr7Response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Psr7Response.php', 1, 0x00000000000000000000000000000000, 0x771fe07ec954aff57e3fa06a24ae4b38, 0x3e21e4b20daa9c68a741a2179ff2733d379afd3db9e16364b8e67dff018fde9a, '', 0, '?'),
(0x742231adf23e5a3a4b1dc1d18c3f1268, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ar.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ar.mo', 1, 0x00000000000000000000000000000000, 0xfc1478fe5fb4a342583b505d4f05d962, 0x3a0b053ec6a9dabd6a10f92e459d9f81e1a00addbba647a3defa524c463227cf, '', 0, '?'),
(0x7425dbba1a19bd2e20473bf76f4ee11e, 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-menu\\class-astra-mobile-menu-component.php', 1, 0x00000000000000000000000000000000, 0x468e22e1fff893b47d411aaf6231655c, 0xf2fc64f45da123ded6edb22a42205c2a8f27c808c2198ab60cdaf01a28184278, '', 0, '?'),
(0x74290fefae04ed8d02376eca3a04ded2, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0x45ca0d27614ea0b7f9124c98281bc716, 0x8cb1221ca0c2f9f3e87c61ebfa330368185333ebaee922c851197a6e09802df2, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0xc7a8a9fa2e12010413839cc19ef68f6c, 0xe019f96b0bb48c75589a78e65e2d17ca621a92ca72cd50ff5ece8ab9a74d69dc, '', 0, '?'),
(0x74300f29d3411f1389a68d6f6a915b40, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/PhpToken.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\PhpToken.php', 1, 0x00000000000000000000000000000000, 0xe575423320ebd0dcd07e8b3406693394, 0x3225564b15308fe30cc0c636aaa29c3e5bc14f3be0ba3b2f48b12752ba20f269, '', 0, '?'),
(0x74355e096b532831fde97a9f475ec6e5, 'wp-includes/blocks/archives/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7693f1db12772dc0e3e1294f5684cdcd, 0x4c5fd7781149b83abe2278ef0cfb04f78718d7b139d0d35707ca5e9b611479fb, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\plugin-install.js', 1, 0x00000000000000000000000000000000, 0xe4ce6368e41950daccc6e950080d4457, 0x9405f0b029ee200e8801a0244bf638817633c9f158151426e6a26f6b76bcefce, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x7815719fb1686052a7c0490dc6a242ca, 0xa27acfb595018c88312e86916552a49435c49437c2bf0b2b8005dbc8d63f12e8, '', 0, '?'),
(0x743994f3d1f2bf429f072e1ab4778894, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/footer-free.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\footer-free.php', 1, 0x00000000000000000000000000000000, 0x759a4fb8385b8e01dbae6daded87e4f7, 0x148a5eb182aabcdcde5252fcf73868761ae0466d3f0d002e5b35a9ad347be471, '', 0, '?'),
(0x743bdaca094b204d842c3f7193c9707f, 'wp-content/plugins/backup-backup/includes/check/compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\compatibility.php', 1, 0x00000000000000000000000000000000, 0xf6b12fbf1d344f35af95cde61c47b507, 0x5fb626506ea04e4d7aafc8fe488364cefc88eb45672d4762e71dc2c04e824ecb, '', 0, '?'),
(0x7444fb1f8ca72cb892179451b1af92cf, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInUp.css', 1, 0x00000000000000000000000000000000, 0x80b872288a960a0cca96059d8df6c68f, 0xa1984ef9ff06feda39108bb915827c5b11afafa57e32d10423e4c2b3111afbb5, '', 0, '?'),
(0x7447b3877f24c10f5cc7e36dfb50bd2d, 'wp-content/plugins/powerpack-elements/assets/js/header-layout.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\header-layout.js', 0, 0x64d62d1049c10f3ab7856f57b0e83627, 0x64d62d1049c10f3ab7856f57b0e83627, 0x8172bb2b8f0cc5daf59e69f2ae37491e1a3d5d4e95d762e33bb267effb0277df, '', 0, '?'),
(0x74486babe8a41bb9b659e1e6751957dc, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/EditorUpdateNotification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\EditorUpdateNotification.php', 1, 0x00000000000000000000000000000000, 0xabc190d2ec74bdccbd85d699205496bb, 0xae3225142cfc95dcc33fbdb21a464f505b927c1625fc0bf1e477aa3153545ea2, '', 0, '?'),
(0x744f439703c135516a59c87d7d2aeb5b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download.svg', 1, 0x00000000000000000000000000000000, 0xaa6209d25f8f5b57f00207ce29438b1f, 0x17a439fabc6d5d9d5844b8d6ae544b26b9c8cc9d9e12a63bcf7595409fcaac62, '', 0, '?'),
(0x744fe195a1f7b3fc5af741c098f8c278, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0xe130ac8284434ae218c3415104d352cf, 0xa85f1c32a74cd093ad4e09b84a8177e447da4c7c9f44851b41b1410d04054cdb, '', 0, '?'),
(0x7454a778279c5c091a9f3e62fd9f46c5, 'wp-content/themes/astra/assets/css/minified/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style.min.css', 1, 0x00000000000000000000000000000000, 0x08fd424fb19659772c9a5351423087c9, 0x9a08e0a2b0b7b667950b81ccb9815a849348d6de7f17291777b474497f255dd2, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x48c036d30580d3129c62cb58be2b4d27, 0x6e409bacf3a5b7746fd2043a97d05cf8652136123502b6ea052c1b4b83565c3d, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0x7461a93b5f590a70aa3d5b5f3a42fb8a, 'wp-content/plugins/wordfence/images/icons/check.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check.svg', 1, 0x00000000000000000000000000000000, 0xb8854446d9eca6d40790850fcb50e84c, 0xe9c9f7f92bc7dfcaa30193d184c8aff7d93fd4f5e22bd7fd005fc8c5b45171b9, '', 0, '?'),
(0x74655a57bf701807667e84c1840a217c, 'wp-content/themes/go/dist/images/design-styles/playful/carousel-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\carousel-arrow.svg', 1, 0x00000000000000000000000000000000, 0x4b3f075d4fd07e70d99733230ae202f1, 0xd8cbde9f50b1fc608ad8ac3eef50d028e51eb76d9a1457ae63cdc8340def5efe, '', 0, '?'),
(0x7468299818597f435dc02b0a83deccac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Utils.php', 1, 0x00000000000000000000000000000000, 0xb28380b23f677596ebcc7429e5fd6058, 0x8f23c331685697da066eb3306030e72df5973ef563beff6ef7311d033723d195, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x89ac574175b92a65bebacbe0fca01710, 0x4713e2552c01d890c0b38f3d69544d0b2ee02fc90680fbd09b0686f8bc7d3eee, '', 0, '?'),
(0x746db60aa391471d4f0927fa031adeb5, 'wp-includes/js/jquery/ui/mouse.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\mouse.js', 1, 0x00000000000000000000000000000000, 0x12e5c38256ca5df30c6a6686b1437618, 0x821aa3c8c2b539834dd29df381d7a5b2488e2b8214e8863238a910c39ea869ec, '', 0, '?'),
(0x74847f9d1fd0bd7a411c5353dad9d510, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/main.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\main.min.js', 1, 0x00000000000000000000000000000000, 0x09e41baea8d1dc6ae1c92bee194008ba, 0x06363f1894e4e68f24f0ca1856a07f7d85d11f955f487722ce2df6c80dd1a218, '', 0, '?'),
(0x748cdaad17d2fd52224c868041d0b08d, 'wp-content/plugins/elementor/assets/images/blur.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\blur.png', 1, 0x00000000000000000000000000000000, 0x01cfb808561a86d8ba5e6cc55bc5cec0, 0x556675618433639174b9cbcfa7b84b7bbc613ceb05ed111a39068f03836f34a5, '', 0, '?'),
(0x749298260217c7e7a9c2eb6c229bdca5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cards-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cards-template.svg', 1, 0x00000000000000000000000000000000, 0xbde99bbeb36ac564c08b83fa9ee7e16a, 0x563a7436a0ba4aea17d0e0d0cd588850307a794e9b3b4e92813c5e294b396d7a, '', 0, '?'),
(0x74968f5482ab12eff7162c7d5ad51e1c, 'wp-content/plugins/instagram-feed/img/placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\placeholder.png', 1, 0x00000000000000000000000000000000, 0xa5443c5bb9bd40f1b1e6652eedce9925, 0x6a784d3c8f1c34ff21c7a76cc31110efb5bd07640869dd981a5d6c4430d135aa, '', 0, '?'),
(0x74986d7dd5dd3f1c6a903502c6b66bbd, 'wp-content/plugins/elementor/assets/js/beta-tester.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.js', 1, 0x00000000000000000000000000000000, 0x18b09662a7b41474fd813890e7b8b6cd, 0xae3623121960afa30bd459b6c694286ef0561fc76d544faea148ebba9c64f755, '', 0, '?'),
(0x749b6a7a5eaee16da1175b0b14f4708c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0x526a6fa902f4ba209c9f73427071d49d, 0x515880469e328b0e5b8aae9368684205e18c687ac270b842241e927565a52e17, '', 0, '?'),
(0x749b7c36fc806077703756cd933b9334, 'wp-content/plugins/elementor/modules/element-manager/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\module.php', 1, 0x00000000000000000000000000000000, 0xef2e9a528dccac2080e4d1d09345d640, 0x8ec2bf6187a6f4782c48ddca3d3d4a0615a0924f46361f04de2ebac892dad91a, '', 0, '?'),
(0x749d28e4da40f9650a95cd60f1f5c190, 'wp-content/plugins/powerpack-elements/modules/divider/widgets/divider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\divider\\widgets\\divider.php', 0, 0xbbb10413099be373b66662bc5a3b0028, 0xbbb10413099be373b66662bc5a3b0028, 0xc08ced2792f0b285f3eaf1454303d3d89f428874413c73c1a27073b438372e1f, '', 0, '?'),
(0x749ebbed52cbc44f4c5accf6c6c8e527, 'wp-includes/blocks/query/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x423843d08cef8250418835d4ed029ed6, 0x708b0947bc22ed8a39a83c13a7b10456c98fa68e4e9ec58c5c1989b6b4fcfab8, '', 0, '?'),
(0x74a16c8cb2b7e4814ce3532e9a048178, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/bmi-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\bmi-logo.svg', 1, 0x00000000000000000000000000000000, 0x09af6f20eeec423e2d73c914202d7ff7, 0x70ba9644bb2ede57d1ce8c57ee92d305a577f4011753cdc69606c9a05bd232c8, '', 0, '?'),
(0x74a46479c60f480a6380834970b2e783, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200428194858_ExpandIndexableColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x346c613821ba5e2b8d418319d8bd201f, 0x4d6c31e4a5cb7ac97ae8b3979b038b63e151cf928528797ab2dc0558ef0994b4, '', 0, '?'),
(0x74aa0137cb70db478e053a132d4726d5, 'wp-includes/blocks/tag-cloud/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33fbf2f7866cd84a50d34396103c5d30, 0xee56291a1c844dec70b2a8767ee90650c990c99e0b867fd311488edfe787e744, '', 0, '?'),
(0x74b1047d6a6cf855bbbab9922940a275, 'wp-includes/css/dist/edit-site/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf149f934ba521cad6eeef1f4dfe2a8b6, 0x4482426a89f2578a80f55f2cad13815fc670bbdced9e0e4d777490bba94404e6, '', 0, '?'),
(0x74b5499dffe50f4e7142e2f0b6170e43, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-stock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-stock.php', 0, 0x91662c3842d842d1cb0c298e937890ac, 0x91662c3842d842d1cb0c298e937890ac, 0xdfb0bcccc0bd11ae7beff3222c9fa50c76962f695711ea823b4f0f5f1d4e62cd, '', 0, '?'),
(0x74ba276ccbbd6703cc295dc4d867ded9, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Feed_Elementor_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Feed_Elementor_Control.php', 1, 0x00000000000000000000000000000000, 0x87825d8a314212edb549d7d7ce502279, 0xab841464c89e79335af3e35b88322705c1fcf442f3e863cb3793eecff0861ade, '', 0, '?'),
(0x74c4c25bfb176d94625f6241b84387a3, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x05ff563f764dec47aea4e37962bf20e4, 0x21634861254d321a53507f15f1bc4b55abe5698328fee7a1a3dbd15a84be6602, '', 0, '?'),
(0x74c707a57c2bd0a7dee91835a27fe85b, 'wp-content/plugins/backup-backup/includes/database/search-replace-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-repository.php', 1, 0x00000000000000000000000000000000, 0xb10d62736be386d1356f853490313d56, 0xa9a3c563044bf2c5e5962a3a3ea5e2ef42186a48f061c3e4863820ffa528f298, '', 0, '?'),
(0x74d8148a1f0061b6a75c8fa05f2757de, 'wp-includes/blocks/table/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb6fa4deb1f1aacdaaac31c0d00596034, 0xe75affd79ed110812959b3d05fb45662901cda65f676b064e9c382c4f2935635, '', 0, '?'),
(0x74e77d0f6b17a7e97197c3ce7f4b4287, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/avatar.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\avatar.jpg', 1, 0x00000000000000000000000000000000, 0xa04d849cf591c2f980548b982f461401, 0x770b8778aea920de63bf5b02f82d8874151eac5b40d5c3b76745866fee41fe88, '', 0, '?'),
(0x74e8bd048eed36d9adfd104b032ed809, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/install-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\install-plugins.php', 1, 0x00000000000000000000000000000000, 0x4dca2b444d5f02dc11593f79f0730b9e, 0x24c8f58b0f67fec6c25270b15de2c1c2fb0163543c267185304e2801aabc0d6f, '', 0, '?'),
(0x74f234621c6bd52322f159cab225b7e9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/pro-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\pro-tag.php', 0, 0xf2e8f5faac18e67cd6c853a381ef6ab7, 0xf2e8f5faac18e67cd6c853a381ef6ab7, 0x935020639150ab0e94335e44cf0582b328e122273979fac10c1ee46529a1581d, '', 0, '?'),
(0x74f6b38c84e25b02b650d09c4a717ac5, 'wp-content/plugins/reviews-feed/assets/icons/zomato-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\zomato-provider.svg', 1, 0x00000000000000000000000000000000, 0x564522da2fa3cb83931971ac18f3eeda, 0x624155e9f526f1c0d8654f1edabc52096e7872fd8becfe5e814a7c027d51a8f2, '', 0, '?'),
(0x74f9d23d9745856c60fbcc6b237ab891, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0xa1154edc5d47cd507a9471f0bd8f0a45, 0x59a085e011fd7499b48ae750c117dffeeeca08944ad4e9ead3c62b6c3c407f8d, '', 0, '?'),
(0x74fd121c72607cfd95ae7dbb77208717, 'wp-content/plugins/backup-backup/admin/images/warning-grey.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-grey.png', 1, 0x00000000000000000000000000000000, 0x868739d23f9f0761318346f2beb3b65a, 0x8d4004f4f8209cc78d8ef1d80b411effce267d2ac5f2e934dd5a03445a0f98ef, '', 0, '?'),
(0x74fdb03b70db622d27f924c4b5913831, 'wp-content/plugins/instagram-feed/assets/svgs/link.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\link.svg', 1, 0x00000000000000000000000000000000, 0x58e7f4ecd52c77662937b50c7a5cdef5, 0x4cd5a671d98139c179260ee41f22db7bd5725e67a9412aec795f00902e42fe90, '', 0, '?'),
(0x74ff5ad408b8e6dff524397e9572414d, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\schema-ids.php', 1, 0x00000000000000000000000000000000, 0x2bc87b3efcb650d8011c0949c2505bf3, 0x4b6abd7d4c5f835489af8af1ec45862376ea909dc8f3df618f55b911dc295164, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0x750e0d0fc477ef0987c543a259e941b2, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-oembed.php', 1, 0x00000000000000000000000000000000, 0xd22416412c520ac20d82b7a4c87452be, 0x7ea1d1601707decc4ce2e67f3dfb5ccead0dca22eef108f9bf841f3576e6969b, '', 0, '?'),
(0x75128f7059ab4101ca8f4b40f9936de0, 'wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\seo\\term-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0x1bf1c8932283dbb778b0188559e2d1d3, 0x691d43db116e39572bd51946984bc436c83320fe2cf74f97569d0a2be3f14625, '', 0, '?'),
(0x75185b84af3ebd627ef51c9e8e6ed420, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x75187f4f1cf7731922e0f48a362b5cc9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-image.php', 0, 0xf538440404dfee82ed41df256169e31f, 0xf538440404dfee82ed41df256169e31f, 0xe90adb36ea299248a5eb6ca4c8c7fbd31bc42379540f660c57f2cd92418f8971, '', 0, '?'),
(0x751b7be578e57dfcb54cbde52850caee, 'wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-gravity-forms.php', 1, 0x00000000000000000000000000000000, 0xc7c6327ff64753a81c233fd92aa9b49b, 0xd871f437fa1c560162f6c5d6fbe72cc2033b3ed7cef50c963173a9f9bd3443b1, '', 0, '?'),
(0x75244e15e1cb717dc729bcf36568c3fc, 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-v2-app-bar-overrides.min.css', 1, 0x00000000000000000000000000000000, 0xa3f4a89e13c536dedb18fc5f67173678, 0xc9e066304a4c4744f9d4f2f0b426902a0199c032f18b086520a6e5fec43108dc, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x75261576dd7fcb23a88c0a115df1fb10, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Admin_Notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Admin_Notices.php', 1, 0x00000000000000000000000000000000, 0xb276f0334034aad816e141975e04edcc, 0xdaf1b7fdbe57a1385e1986288b9dda27c28a1b84b2ee9ff4659d98a073854dbf, '', 0, '?'),
(0x7529027aef5aed04a5684ce650887cac, 'wp-includes/blocks/spacer/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0x75318f0da283ec23cc24c9c4e6d554f5, 'wp-content/plugins/wordfence/views/scanner/text/issue-postBadTitle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0xb6e6f3c614d9a35b221b50227b2d47ae, 0x41c2f127e9f8a2270323f92c89950cca665d792240688f23654e964e1726e06e, '', 0, '?'),
(0x753e5d0004614f3cef473a9c35c55abf, 'wp-includes/blocks/latest-posts/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xb9794afbbe1bb99ea19e64e85ce058bd, 0x4a832397fd7ddf9a92bf73156e94a5136e5173da27594a4c41b02a0c87414f25, '', 0, '?'),
(0x753eca68730fcbdee1755673f5fa35d2, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\fix-indexes.php', 0, 0x0c929c324c0b45b9d75240506850c414, 0x0c929c324c0b45b9d75240506850c414, 0x6f3cedca8b13ef65d09ca844450cc85215d37ce4f1b0d603490f853e638858e1, '', 0, '?'),
(0x7540c0a89fac6b000597db0f0e6e955b, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7540e6d72be1bb0b40be7fd17909e0b6, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-author-condition.php', 0, 0x39be9363f6c75c9bf60d80e1d1b1a8d0, 0x39be9363f6c75c9bf60d80e1d1b1a8d0, 0x3dc85322ae5dba7f76f173fb04b6db65fa183e36bad946ad975dc485de74b9e7, '', 0, '?'),
(0x7556bad098a1c7247cf9b4079bceeb80, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\site-name-presenter.php', 1, 0x00000000000000000000000000000000, 0xddac08674e3d7468231eed6dbe7bb220, 0x8d070935dfbd0882c9da0c6af7f298533659852276b5f015f5482cd068b59976, '', 0, '?'),
(0x755e848e41b394419ea9705b14d0e556, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\report-builder-factory.php', 1, 0x00000000000000000000000000000000, 0x4dede393f84c603b1a78892f10f7fa89, 0x350d820a2a09629bf23f81aeb2d8a210e0a4b6ec082543cf19f9d8aefb231bf0, '', 0, '?'),
(0x755f77b6b90a5e42207d91dfbe0126e7, 'wp-content/plugins/feeds-for-youtube/img/next.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\next.png', 1, 0x00000000000000000000000000000000, 0x31f15875975aab69085470aabbfec802, 0x39aaa3695c3ddbe1b9a75e4bf769ab6de1f8e63a6912a9dbcb5cb5b1a13be762, '', 0, '?'),
(0x755fe5972850b8033ef57293ce28cb43, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/content-types-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\content-types-collector.php', 1, 0x00000000000000000000000000000000, 0x4196a18f18d8e2a79308d46e76916ff6, 0xd0c24ebaa8c68f82f88d86eb96f8ef023f1e071952ab4e3b8c5128eb4f2f8a76, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_mixins.scss', 1, 0x00000000000000000000000000000000, 0xc4eefbf748e6974a0840249c91dacf15, 0x0480fd7eeae0d23a5d35f0e182cbb6c690c01b00d4ec42cc418ddac8fc49b4b8, '', 0, '?'),
(0x75696e9939d1342827755223fceac275, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\reviews.png', 1, 0x00000000000000000000000000000000, 0x3c33237549e99fc310addf749ffbca83, 0xf8a3d409450f5ef5d3f2554686c2aeeb72730f8efdefab062f356e941bdc5fd5, '', 0, '?'),
(0x75699f42225833e81c605e66b333bbc9, 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\marshland-birds-square.webp', 1, 0x00000000000000000000000000000000, 0x05f1806401291ef6c0bd001cdfaaebfa, 0xd4127ce3fa60507f9bef9499c6f64e698ade498efd653e4cf3f702771836f455, '', 0, '?'),
(0x756d194f9d052f23e21e51e2ca908ff2, 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.9a4eb354fc664c85a496.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas-editor.9a4eb354fc664c85a496.bundle.js', 0, 0xbc771c0e1e55e939fb6358b4b92f4583, 0xbc771c0e1e55e939fb6358b4b92f4583, 0xe71650bd66bd077a7df2abb8d031332ab2a540221a7460ff08d83442c419a86a, '', 0, '?'),
(0x75716c99b1f215c5acfe029eb269055b, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.css', 1, 0x00000000000000000000000000000000, 0x37c25e190c1756a1353241d8fc8f148e, 0xd40f323ceeb7addba3c17a540661fd35243366e110563b856f41343f3d3ef473, '', 0, '?'),
(0x75727ed393afd7e6e173a8f6908430ea, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout.min.css', 1, 0x00000000000000000000000000000000, 0x3c6f404e05137a1259c1042159c8f2ba, 0x191207be05ef158381d581e8a3733814241f2f07c62e6783612c8e0b7e6dd24b, '', 0, '?'),
(0x7575d036d119b0e4a1f2a1363f9ca6c1, 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\grid-container.php', 1, 0x00000000000000000000000000000000, 0x04e31bec217559e12e13a93651d15533, 0x7386f48b33392c159bf8df8355b5c6a32eb1889ecfafb80eb8d6f2a7cfb586d8, '', 0, '?'),
(0x7575de3019b69dcb8ae5ec0755603fe0, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0x179fb696f263971221e48a12d56b8782, 0xf7f0ca2577e3741a17498843f394a264d88dbbd5733ddf1dceff3ee3a38374ee, '', 0, '?'),
(0x757a64f6ab0e6a05da1a76745b3f1155, 'wp-content/uploads/2026/01/skin_3780629.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\skin_3780629.svg', 0, 0xd24203b7705fc2a1ae76666f6e002889, 0xd24203b7705fc2a1ae76666f6e002889, 0x5f4cef9b11ce920490d5aa3212f8d47750f21d54d1b31df26380b719a4e3d663, '', 0, '?'),
(0x757bf5c6cbdb0504ea00ad44e3bfb08c, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\failed-storage-exception.php', 1, 0x00000000000000000000000000000000, 0x7b15e7fbfd22130d2b5bba2514c69496, 0xf4297f802b7f2c962be4fb4c68fe51d03e7ba114a986471518e8bb4f2b80f16c, '', 0, '?'),
(0x758445fb746b59f04919fd101365f1c3, 'wp-content/plugins/elementor/assets/js/e3b540e2c02813e75f38.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e3b540e2c02813e75f38.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x8f24e670fcb1ff45b46b20b037d37ebd, 0x0da0d2a9915859822f63e9712cf16b6ea67ce22443b3ea32a7be1ad4734fd9df, '', 0, '?'),
(0x75862be3ae7f6d12e4ac14797174ec92, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0x6566364a967b5c1155a64a83342d6cd1, 0x0d259b9cfef9cbcff88168b924833f007c9917f23469a79bab2006fd4d30f8c6, '', 0, '?'),
(0x75886f11a5ac764cff62dbe34b612bc9, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-feed-locator.php', 1, 0x00000000000000000000000000000000, 0x916ad0cce041aa11254f968a634b2161, 0xcc482ea983dd612fb03245e4df767407a917cd29e95a3aaeaf68f629dda31749, '', 0, '?'),
(0x759736a87bab654172ef69bd6afb34d4, 'wp-content/plugins/wordfence/views/scanner/text/issue-wafStatus.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xc9ca9bf66c8d889d1e0e3f711fd57212, 0x298a7f2f6ce605024e8d29a03a6f44860b15c930afde46486d1026a3624c7903, '', 0, '?'),
(0x759cbf1af8945941b020474da5553629, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\repositories\\form-snapshot-repository.php', 0, 0xab549a53adf538ec539c49cdd6783c74, 0xab549a53adf538ec539c49cdd6783c74, 0xfdad4a62adeb47a6af4a5da15cd7812cbd3730fe18a418a0ca852dd7e372f0d7, '', 0, '?'),
(0x759f2ce7c32c1f4c0bb7532a126dbe82, 'wp-content/plugins/instagram-feed/inc/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x75a526f22ef4c2f0593e77dd9652f0e4, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\package.json', 1, 0x00000000000000000000000000000000, 0xa4aeec15b87edb1aa6649c6ca242d8f3, 0xabd5be8709d311be5896e4f85f7779e6a0a92b6c1dc2016ed0c398f651c21edd, '', 0, '?'),
(0x75a9aa66f059fb7292bd6a24edaf50f4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x75b2bc6fa04ea47632a955f8dd4b9f60, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xbd362bb18398cb03bcb8604c3125459f, 0x3d19696b954092acbf6c7924dcf70bb294c6207b298eed347b0f044e32145c5e, '', 0, '?'),
(0x75bcf726f7413bcf6b90708b0134aa6e, 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0x4b31a2e822e7ee343be74646c571cc34, 0x325ff5d310e3539a2d89086f1821cf1c96e18d01d0b29d6f8ed9f62935482a3a, '', 0, '?'),
(0x75be1402641b7dc37da5267853c2acc5, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-1.php', 0, 0x71edd4da0024b4c270be4084e52ace97, 0x71edd4da0024b4c270be4084e52ace97, 0xc5f674b8413438ae6234f21b3331252cd3ccd2f3041756d8a289b72c464db3a8, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpgallery\\plugin.js', 1, 0x00000000000000000000000000000000, 0xc71b815f13d17651385fc624cd3fa490, 0x3cc3e84130d8366b4a580a76412f84ed254fdc2d765fb2a2dd2770fc4140d8a6, '', 0, '?'),
(0x75c29590ee9248ff5ed3906da9ac55d0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0x900d2abefa19cccebec4426d38ae3cde, 0x47e9c937e1d084844c201eb89f28ba32669b1564383129dd8a5602a9627faac7, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x75d7c86b36b89d4fad3ef52607089f57, 'wp-includes/blocks/text-columns/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6662e56b88c9ca7e514c0c2eb59eb60a, 0x25b5b0852b26e67782cc3420005e183f9991f2e046b6d7f793e2f63acd9b8165, '', 0, '?'),
(0x75d95f5481507921bfff4a8cfda77ecf, 'wp-content/plugins/feeds-for-youtube/public/debug/images/close.0cfd6489.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\close.0cfd6489.png', 1, 0x00000000000000000000000000000000, 0xd9d2d0b1308cb694aa8116915592e2a9, 0xf96176ff92cbaa5305863dca86d9597561c604e35160ed60599ae3252d0b0086, '', 0, '?'),
(0x75e01147f346165c3af8bba929bc98ce, 'wp-includes/blocks/post-comments-form/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa652f0f0b7d5d39dd585012dc6fee42, 0xfc33b3d23f9e541e4735bcbd478bf7e442f9beebb1ad9c4e54e34adb637b503d, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\custom-header.php', 1, 0x00000000000000000000000000000000, 0x6b5257c82877a6e27c85bef49246e41a, 0xe5e9823c4af74a5c3fb0987b543843d28b8e714ad2ec66b3791424e2d667f855, '', 0, '?'),
(0x75e3482ee6a09184d42acbb00b8fe12b, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/special_30.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\special_30.jpg', 1, 0x00000000000000000000000000000000, 0x93340136f6077f672eafc888348104db, 0xba1cadadc384a18b1f604cb726ba494785b712d5135e9c7c5b0842f81c11cb94, '', 0, '?'),
(0x75e9c0d2abbba6f23b5ee6274204952a, 'wp-includes/global-styles-and-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\global-styles-and-settings.php', 1, 0x00000000000000000000000000000000, 0x217cabc52d26b5e0e6f77fbfd1106643, 0x564672b93d1926c8f24948f0aa42e63cabe047ec93d67587c760f451068f0d4f, '', 0, '?'),
(0x75ea322e89fcc2c3d3f869ee57fce79e, 'wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\interfaces\\endpoint.php', 0, 0x015cb162cce4694bf74b11414b1e39c7, 0x015cb162cce4694bf74b11414b1e39c7, 0xe14cf9c936436332bfc229dd9f54d18a512b30ea50f620f83f9c163b8ab6d1ab, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x4205221d42962f3c4cc608965ec02798, 0x8975d426ff8210171c928a83794efd100fb0cd1d2b27fde877b8ee8643bf6c08, '', 0, '?'),
(0x75f182a564c0451849c37c6c6776e230, 'wp-content/plugins/elementor/assets/js/web-cli.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.min.js', 1, 0x00000000000000000000000000000000, 0x2c2a6e099c248fd9d5178221cd381d74, 0x48609d998be7340c848a2b93f85d687fd9747ed0d3e8505366505a1b2955c659, '', 0, '?'),
(0x75f5fccb637aa4ea4a8bb14494f7ba4d, 'wp-includes/blocks/image.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image.php', 1, 0x00000000000000000000000000000000, 0x187f67202f2d511025fc96c561a0825f, 0x92075f835190544ffd0786b4e153e183973774b374281bdb39a9e739cc77da38, '', 0, '?'),
(0x75f77bca2687f3cc6b018cb604a4cf58, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/upsells.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\upsells.js', 1, 0x00000000000000000000000000000000, 0x9566878683a0f9b2df25131cb92e9d3c, 0x2884c0a4cf3ec0dc3b383d49cee4ef0d8c4dadacf09801f09ca6daa685d40134, '', 0, '?'),
(0x75fbba0cb2270b184dc6c2fb85320bc3, 'wp-includes/blocks/embed/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe176c24d7f3041572b057b96182de157, 0x8ee0c912a81d7fce9bce0fcce1f888513d31858a328ad76736e830f6ed6aac30, '', 0, '?'),
(0x75ff298811bd66f52752c95d9a6beab1, 'wp-includes/Requests/src/Exception/Http/Status407.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status407.php', 1, 0x00000000000000000000000000000000, 0xc15a71836d50ddd205a427cb885bde73, 0x1e5c4ddb23458fa92695c85b7ea51f17ec579eb49da0c1983e1cda4102f46c04, '', 0, '?'),
(0x760927177147155cfd07115cda9fbdee, 'wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x89cf353779fb58fa1310dbf04d5c990e, 0xa20f392a79e1c1b0ff1c3898d4cf6e6a364daaf97130b66fbdcd9b8a39cdcdcf, '', 0, '?'),
(0x760a910e7270ca123d7fded1990cc715, 'wp-content/themes/twentytwentyfive/patterns/post-navigation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\post-navigation.php', 1, 0x00000000000000000000000000000000, 0xd37c1caa067fd24ca328ce5b57e894bd, 0x7bfff41179e56876fad140108573b6af43fac458bf099117905dc1dbff55a068, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0xdf92d457b8d66de651bf31027eb27b6d, 0xfd9e77a638e1ab330e03b010df52243134c187f456e01de2d9e4e4c7d41a8c52, '', 0, '?'),
(0x76154af009646a18cc2b8ebe890fec65, 'wp-content/plugins/backup-backup/includes/extracter/extract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\extracter\\extract.php', 1, 0x00000000000000000000000000000000, 0x7da543556638972a2be7b232694144d7, 0xdb24320a8ab904ae5633d10864c8c7f2967609d5ed9f036b30efe823e5c73fc5, '', 0, '?'),
(0x76210b17fcd0b4543dd5fc0475ae3603, 'wp-content/plugins/elementor-pro/assets/js/bd4b7d0b3467c3b749da.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\bd4b7d0b3467c3b749da.bundle.min.js', 0, 0x4fe4a236dd99b481eb638cec123ef95a, 0x4fe4a236dd99b481eb638cec123ef95a, 0x1f0687150a3ccb648cf7c22444f1905ece3614593e20af5115320a112b5a396b, '', 0, '?'),
(0x7625de9a36569174a2299d169f8db803, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-instafeed.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-instafeed.min.js', 0, 0xadbc395999e07e97e15b72cecb706c85, 0xadbc395999e07e97e15b72cecb706c85, 0x67fff636708be7def94e945e25f44d715fb45556f8bcf0ed19f1e779b6f37563, '', 0, '?'),
(0x7626358f6a72fb6a4c201923c0dcb293, 'wp-includes/blocks/categories/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x4bbf08ef8b238cfb7509895fd6f33430, 0x896aea8493aab562a693c537239e78de7ffb6d9d897f245dc91cc4f18f762538, '', 0, '?'),
(0x762723851450260afedf89264ffa01e4, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-shop-sidebar-configs.php', 1, 0x00000000000000000000000000000000, 0x5cd025a096bf36629acc91a407e6b44a, 0x01f99b36ce4481181fe1063495d69dbe8c80f1937cf9cf68ae9561282e7df9b2, '', 0, '?'),
(0x76292e198d8e78b333d42e23556c84a4, 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\post-edit.js', 1, 0x00000000000000000000000000000000, 0xe1541349f3d279b9d900b573b472c5ae, 0xf4a8125dcd51b23813699b6a5702e9e1ab377ec5d4ddbb013dfc1af93dc34cc0, '', 0, '?'),
(0x763184b42c2d3e642ea18ee3ca112393, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IpAddressInterface.php', 1, 0x00000000000000000000000000000000, 0x1bb97908165bdcc7a168a61662b6f8a3, 0x3262bf56c743ce967ab0d2c4159ed0c84d4f70a901bca832b836dda2b4d781b3, '', 0, '?'),
(0x763353ed9d2b370dc4a03943e4d3087b, 'wp-includes/blocks/navigation/view-modal.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view-modal.asset.php', 1, 0x00000000000000000000000000000000, 0x01f24739c35a4c01d1f2086ccb3c1e83, 0xe78d7d24c16776b1ddfdbc469b4a177f5511061952f22ac9d1611a12bf6d9b58, '', 0, '?'),
(0x76353725fa57b1160029ac93ea42b8ca, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 1, 0x00000000000000000000000000000000, 0xbcbeefd4b3209ae116f7d2d7c0cf5de0, 0xf2d0e4d3778b5cc381c728103d8f0dd3ec1c0cd2c0face2e2a6d36f34820a57e, '', 0, '?'),
(0x7635ac38c6ff198bafd02c808b553b9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\ClientCredentials.php', 1, 0x00000000000000000000000000000000, 0xde406481b6a3e8a86963fc55b4bee72b, 0x655d3648ec474a90ccf5d3646bc2e849e76011afdf9f8624ef1f95137d4e626a, '', 0, '?'),
(0x763b8ee1027e0c1a01df5ae70f11a24d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/page-controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\page-controls.php', 1, 0x00000000000000000000000000000000, 0x09393b6ee52fdf73c167d70267394d69, 0x5cc27706ad376704fd646ca0700ae9db8dc165ec4ca3321f7349de355bfa02fd, '', 0, '?'),
(0x763e0a998a413fed559201dcc228cef8, 'wp-includes/blocks/post-terms/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x763f6c4d7831aaf9de24b5ea4dba7131, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\testimonial-carousel.php', 0, 0xbd1bf2f25ad4a9490fce4fe39916b690, 0xbd1bf2f25ad4a9490fce4fe39916b690, 0xb50a3cbe5f7bd1ad09ed5375af29b44e45483fb83f0dd536bfcd09892f6f1719, '', 0, '?'),
(0x7642becb622d58d06deebd1b0f344fee, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/size-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\size-control.php', 1, 0x00000000000000000000000000000000, 0x47a9ed462d3ceb800d1c28e580958c10, 0xa2af58e90e74a2ab7c9c6b85ff03baa1ebb115c8886f2fe779be631958ca7f5a, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 'D:\\laragon\\www\\genesiswa\\wp-config.php', 0, 0x09bfb0c195a6c25530c2931b3893b6bb, 0x09bfb0c195a6c25530c2931b3893b6bb, 0x41b16bc29b894bb51f4d4bd0c9da68ec072087a3adc0dba153161811fabf8a17, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0xdbe024b0f2408a0a01040de561dc907d, 0x18b334cd275bba03813cd8baafc15a76ea5592b4297836fcc0820491248be6c1, '', 0, '?'),
(0x764db86d082a265ab660272f62d1052b, 'wp-includes/js/jquery/ui/effect-puff.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-puff.js', 1, 0x00000000000000000000000000000000, 0xd1394484184ae5dd69cb5cf864db5dc7, 0x706b43f908af0b1169adcf142c2d84657d25361b8d0f1761cc09daf863c70a5d, '', 0, '?'),
(0x764dc588274fee6638cab2fa696175be, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?'),
(0x765197d6f3ccda9918fa18a8ce5d36fe, 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0x2478f3537e5de46955814fa83328dbf8, 0x58b3190b8de83606a31471a8e30f5df43d242fcd2d12f31e6f46215bd408ec4f, '', 0, '?'),
(0x7657348bd1b75a7c046e23b392786a3c, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/callout.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\callout.js', 1, 0x00000000000000000000000000000000, 0x20af3776bdab9a7951d5384c1d349153, 0x0224aa5babb2c93d498378334c8e5ee586a448739e7546a4102b4b725f486362, '', 0, '?'),
(0x765cb8a5d9049df4e4fb4fe32767493a, 'wp-content/plugins/elementor-pro/modules/usage/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\module.php', 0, 0x544276050532d07b484988055e946819, 0x544276050532d07b484988055e946819, 0xfb52b9a90d8e2c5c2dda34ea061a143508d8d3b60dd22503be36b6e21f1b65f8, '', 0, '?'),
(0x765d63809e9f49eeb77d99e2e6c3a67b, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-document.php', 0, 0xf61b20e85e5339716602868b0e7875e0, 0xf61b20e85e5339716602868b0e7875e0, 0x11732937da62c2457a63effc8665c5a41e57bbce591c7503bf01f405a95f3e5c, '', 0, '?'),
(0x765f8e6f3958876f51d91e6c191f56b2, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xda6440292fb463907c14ec3c095f41f2, 0xd07408f3c9dd11b86d2007f62e39583d409768834aa9b8ad42b29bb1a5dba2f7, '', 0, '?'),
(0x7660438ecc413658cb106043174099b3, 'wp-content/plugins/elementor/assets/js/e-react-promotions.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe0c3dc1e2e2f337d16f0cb796d3b66ba, 0xa396b67c3c69b7395c39ebfc7655a691527770971ef491ec243aede3a6c08c04, '', 0, '?'),
(0x7663977a75f0196a625c7b78d41382b1, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\structured-data-blocks\\faq\\block.json', 1, 0x00000000000000000000000000000000, 0x229d3c3909f596becbfd590024bd6984, 0xc59b89bc5d30b774f30e40bb196e21abc16353a0cf4c4fc1c34d617c0845d8b2, '', 0, '?'),
(0x76655ce219ba2413b7a00e149f41deb5, 'wp-content/plugins/custom-facebook-feed/inc/Builder/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0x537caab6cc6813444fd5330ad00a3293, 0x34ebc24e5e7083c2ff5a24141d42a5816ff454235ae0c71e76da19520d387677, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-admin.php', 1, 0x00000000000000000000000000000000, 0x0b85556a41a307daa65971807588ad09, 0x90edc822470ac19dda94b110a2b74d68c051a732b8e09b1d6c92271cb0dcb5f8, '', 0, '?'),
(0x767ae28ff12c8643420dbad61e40f427, 'wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0xe1b8b4aaa7ee57b9a22173031f4b96c0, 0xd4ef9ce96bbe53da9c9c95f12cdd42f5671fbbc286bcd62d5148190064d15309, '', 0, '?'),
(0x767c54af776d061eac600c617514f5ae, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\organisms\\site-templates.js', 0, 0x93444904df0b7d3160476a264ef2aeee, 0x93444904df0b7d3160476a264ef2aeee, 0x4a07effb38c53ad8c4e4d52ca3d8b218c5b1e62d1cee699fff69c3f170f9e7a9, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0x612f5663d569f362360a705dc08ad031, 0xe57a3724c0d13b62490b4b06daf44f4df5325336ed1d4f38f5aba05cf4327f3a, '', 0, '?'),
(0x7685335bf501f7abb9cea9696a02b7e8, 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\callback-route.php', 1, 0x00000000000000000000000000000000, 0x52d72dff68da49a7a6a5341d6383bf16, 0x24cf86594804798fd9603d3ba25381ce1d1182230b6b643236f42f4cc8e9034c, '', 0, '?'),
(0x7688131f02acb8052070252103d2b5d1, 'wp-content/themes/astra/inc/core/markup/class-astra-markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\markup\\class-astra-markup.php', 1, 0x00000000000000000000000000000000, 0x62bf46c089a4942236f3d80e38348ede, 0xd80249a9a585f64ab1feef2ea65a9d51eb89545624d603ed2617b301fdecdc4a, '', 0, '?'),
(0x768da4b04fdb17bb8e97a612953246d4, 'wp-content/themes/go/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\comments.php', 1, 0x00000000000000000000000000000000, 0x0f822fdd9c05e395ccb7070e0bc863e8, 0xffbd4bc63f1072951478c1a65e86a29ffaf205c4a8a8a5ae35b620a5ecfa56b6, '', 0, '?'),
(0x76941a2f6eb48542f723672a1fb604e2, 'wp-content/themes/go/dist/images/social/instagram.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\instagram.svg', 1, 0x00000000000000000000000000000000, 0x9d773fbd299d2fb50c21cb2d4efeeedb, 0xea8a60f43f8cb0bc1ff8193a3f6662fb26f0684d81e365bb71211516596f9d6a, '', 0, '?'),
(0x7699c8de61a0cac460bb6451b808a87f, 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\db.php', 1, 0x00000000000000000000000000000000, 0x51e6baddea2dd3103c5319a800ae9449, 0x17968225ebeee4d579b3b80e93c6a9d33acddf8cf5541a83d099c3199a44bc98, '', 0, '?'),
(0x769ba60062ae5d54342838a6be977869, 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreUser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreUser.php', 1, 0x00000000000000000000000000000000, 0x3be90e0144d4a0ef55e0a6fa5965e431, 0xf8e4bc368232dde0842d7d6f62dcb710eb7f443dcdda18f50a369e706a5e0101, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0xe2620f2ae61d84e5edef5a0b7b95cf96, 0xc7006d80b0175c24bd36fd1f45e807b486d601a6e60f19e2492a7f5b64774c77, '', 0, '?'),
(0x76a8abea76d72560e0da6b2d3ca95418, 'wp-includes/Requests/src/Proxy/Http.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Proxy\\Http.php', 1, 0x00000000000000000000000000000000, 0x5b873404be6af2281bd609f9b52db0b6, 0x655c3b0b8e1f1afccbdc6f4120ba013c3f7bfb7a72c9a9d0a79d06590c275d19, '', 0, '?'),
(0x76a93d80213765c6e7b63ae1da066966, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/chat-bubble.3adab45f70333c0d0b95a49e2cece542.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\chat-bubble.3adab45f70333c0d0b95a49e2cece542.svg', 1, 0x00000000000000000000000000000000, 0x16fd2ae4d5050ae7af0cf94ef77b1591, 0x05d3cffe80cc139c2292379af47aaff668da399a2f6600ae41fac33115734f17, '', 0, '?'),
(0x76b1e23318a918c45cfdf25718689ed4, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedLocatorTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedLocatorTable.php', 1, 0x00000000000000000000000000000000, 0xfdc7633dacacb115ac8932128a22a837, 0x0079dfa8b722133aab997b3dfe02a32b1d616a71aee88ffdc6a88ccc25789ca7, '', 0, '?'),
(0x76b55fa1583bc42d4ca8e26a178aaded, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0xb9aaeb0b06c8da6ece6cb8c109517330, 0x0de1efa564c1e653aa1d01125125bc32c3e16724703a6b7284fbfadf7ffb2d2a, '', 0, '?'),
(0x76bcfba827290c72d01a619a9a97b3b8, 'wp-content/themes/astra/inc/blog/blog-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\blog-config.php', 1, 0x00000000000000000000000000000000, 0x4289a1beac65ce1ad5854d382874583d, 0x313b3076c754ef9d303bb95aeffb4924c5b7d9880d9eab455000a3a450cfe7f3, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2ac948b03c5e36f50fe35006bad452d9, 0xecd330d3a3759efd917b693bd53273ae4ade7de4ad87d351adc38477efb97591, '', 0, '?'),
(0x76c3db687e3958fd53931fd1782da988, 'wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\widgets\\global-widget.php', 0, 0xb0fe60451eb6e9f883aa18f9a8f75d2a, 0xb0fe60451eb6e9f883aa18f9a8f75d2a, 0xe6786e00cc747717a05573609d31d731c97189050f937da4b3b36171a6ad9bed, '', 0, '?'),
(0x76c574aa2abd53607ae137a193f45ec0, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x76cb2e9a172350c1a0bc89e44832d3e1, 'wp-includes/blocks/buttons/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor.css', 1, 0x00000000000000000000000000000000, 0x6e1daa46ff94f59b68352570af441d3f, 0xaf76ba1dee463f0ea896cba88bb36c40637e4a35cd3f12b18c35ecc1744e349a, '', 0, '?'),
(0x76d1f07faa62108121a844dce39dbb73, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\taxonomy.php', 0, 0x462413c622c58d3c7024e26127cef010, 0x462413c622c58d3c7024e26127cef010, 0xc8ce78f4a593660b5a7b6ad53427c512907b2505030f3189c7559927bcb724b0, '', 0, '?'),
(0x76d2d7713f00da7bedb4ca3daec5ad65, 'wp-includes/blocks/site-logo/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0x76daf4010c3f9f602947b6d6c8a7133b, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ary.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ary.mo', 1, 0x00000000000000000000000000000000, 0xfc1478fe5fb4a342583b505d4f05d962, 0x3a0b053ec6a9dabd6a10f92e459d9f81e1a00addbba647a3defa524c463227cf, '', 0, '?'),
(0x76daf86a6b41042aff70e35aaf44d77b, 'wp-content/plugins/reviews-feed/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x76ddda32c8b7afd1584f190e81d0360c, 'wp-includes/blocks/list.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list.php', 1, 0x00000000000000000000000000000000, 0xefe26845de89a68ef7ca0759a6d2ab15, 0x202096084f2ad13110b388baf3d9ce32ba8c6e6cc31fb0a696b2afead2f197b2, '', 0, '?'),
(0x76df565d543bb625931e44421ee8b79b, 'wp-content/plugins/elementor-pro/assets/js/form.cfd61a9174be80f835c6.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form.cfd61a9174be80f835c6.bundle.min.js', 0, 0x25abfd3d85fa30a301a636f574e39870, 0x25abfd3d85fa30a301a636f574e39870, 0xa09ab5db452346857c7e77fb2e9c7cc8b338f472589472d9bf2c4ad4db36b8fb, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\xfn.js', 1, 0x00000000000000000000000000000000, 0xf4776357ba01a35f7e0dd7319d953e70, 0x34915bb2a5c194c5b8245bce125cb08ec68fab34be2d339796ad7a03fc9478b0, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.css', 1, 0x00000000000000000000000000000000, 0x33a45270e2d1c63a766682ff4cf3238a, 0xfa84b0f97b7c408847f5b7d519e910bff4e6c3c78f3a801f95aa77c5d4bc8761, '', 0, '?'),
(0x76f2656bf29eb5964991ea02c0677ee0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-regular.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-regular.svg', 1, 0x00000000000000000000000000000000, 0xd2041edd72e6da342b2aab923373af8e, 0xc37c5858276f9e918d12dbc134a27e7d5dc193696e359065c7dca2185ae980ee, '', 0, '?'),
(0x76f316f70e2fdb61c3dc76de7515cdcd, 'wp-content/plugins/backup-backup/admin/images/dream-objects.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dream-objects.svg', 1, 0x00000000000000000000000000000000, 0x17be93c3107f1e197f7befca839389f4, 0x4ce2282a174362b3d4043eba088695cef3ba1cb528c13138dd0f82a88c5cd3a5, '', 0, '?'),
(0x76f79f86b1a3cca8e7b34e4ca98cf48c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Node\\EnterProfileNode.php', 1, 0x00000000000000000000000000000000, 0xe3d975dae1e6cfcecee9bba44b02cc78, 0x42d7143d666e0cc00d53f638077c390fcb91797db15186bcbc7e3e9d30e55341, '', 0, '?'),
(0x76f8e4ffc9dd41a7dc1a22beeadc0673, 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3150b0cb92a0c677f707ca6ce70896d1, 0xf5d7f9ba531058ee2e1f6e0ec0bbe8b36fefc7c94d96f8e317fca2e60ccdcfb6, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.form.js', 1, 0x00000000000000000000000000000000, 0x4fa896f615af66c3d7ef0f960895f14e, 0x3aeffe8655dfed8a618138e0d91a50fb998b8bad491fa415eb099bcf12af6ad0, '', 0, '?'),
(0x77070ac0ceebacf6d406a2908f08a00c, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-generatepress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-generatepress.php', 0, 0xd35d548a1eb9f925711e7b8a47423f50, 0xd35d548a1eb9f925711e7b8a47423f50, 0x2d36d09cc00cc02d25384bc7529941d3f637ae44072f2bce68f8160eb992a861, '', 0, '?'),
(0x7708d362769edc70e16d0a4f1021a470, 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\revert.php', 1, 0x00000000000000000000000000000000, 0xd0fc81a90d8be6a9fb08a6c48d89d5b8, 0x635d047319aa121f2cd318d2abe97facd1c287d216cd7611ce6d5a6519baa1b4, '', 0, '?'),
(0x770946292ab9ebf45ba1d734e3dbe13c, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/reviews.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\reviews.svg', 1, 0x00000000000000000000000000000000, 0x3546255ec8d439a360eadbd9e045f082, 0x6aeeb0069622e99b023d85b3ea83a25d50ec408e6ae28dbf14713e47f988cea7, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\autosave.min.js', 1, 0x00000000000000000000000000000000, 0x87ba3750e7f7af97831045d0f64341de, 0xe5dfbaca1c12edb14b1a589c4c7a7f5ec69929d559cca7b4b5448cf6ed2c8364, '', 0, '?'),
(0x77117c6caf7d021244018d65acfb1c8e, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-shrink.css', 1, 0x00000000000000000000000000000000, 0xf349d8e9783b5a57697147695659740c, 0x6d4d9276373bef1b19b0a8ec4027eb3b51fbb023b4c13af17c4f34e91956e6e6, '', 0, '?'),
(0x7714020a90f6d9fb72d0cf1289f7e6cc, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-base-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-base-styles.php', 1, 0x00000000000000000000000000000000, 0x3b64506ac03b4428d29aed03f93397dc, 0x7530dc9422b1b6904c81634a20a3db9adbe29ad07602dc3fda82249a8c7f2257, '', 0, '?'),
(0x77166f8600c48ab4584e4f876dd98259, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_HK.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_HK.mo', 1, 0x00000000000000000000000000000000, 0x66aacff3728c5c1469a21e9f0c15c21f, 0x4aedf1583685b67fa6dca598262d0c0748599d020b95f033145b59f6db2349cc, '', 0, '?'),
(0x771cc1b2240e707072c51393d2474211, 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\bb-plugin.min.css', 1, 0x00000000000000000000000000000000, 0x81acbb6c1b0593b2d3ab278bfaa51a7c, 0xddc3268cdfcd4fdab1f1e4f7120c1b52f8cab1d58117886bb47041d5254feeac, '', 0, '?'),
(0x771f7d0478da6ace64b4189b6242f1ba, 'wp-content/plugins/powerpack-elements/modules/buttons/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\buttons\\module.php', 0, 0x1fb6c8b697a8cd3c0a7ef150aa049f40, 0x1fb6c8b697a8cd3c0a7ef150aa049f40, 0x46d0a4e87c7439cc16b6290b44b0ed721dc6f975de2cf568a4d596805d020eec, '', 0, '?'),
(0x772096d9f816cce40c7c1e882dbc08fd, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\singlealbum.png', 1, 0x00000000000000000000000000000000, 0x93dcb1f8ffdf24b3c429257dd1f9f9d2, 0xb7ccd3e9c94b39eebe4adb62a376b2670f141d950e1e1a0b3aff73e9f62859eb, '', 0, '?'),
(0x772371d5367abb3a63ec5b374b1b04bf, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x585c338c687f2d9c5966823ae951799b, 0x6063ed84f4d8ccee57f641a33b183f9e1fa6c59264b62c8f103be8c0181586c4, '', 0, '?'),
(0x7727e346b3de21efd71e170194210b29, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-orchestrator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-orchestrator.php', 1, 0x00000000000000000000000000000000, 0xd624579cf1575d01bf7e6ee6a6ea342d, 0x3c71ff050f1dd9a3ca876c6d46c99cc12c572f06e30b7f78fdf77554840895c6, '', 0, '?'),
(0x77283c560f5d50e52fc056e6442a371a, 'wp-content/plugins/backup-backup/includes/bodies/storage/aws.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\aws.php', 1, 0x00000000000000000000000000000000, 0xa98bd0fce8f41a0efd59c0ddab10124d, 0x79b7940d2ae8b54c719ea84e89b88131f41e906d34b6d7fb770e3e63d18cad8f, '', 0, '?'),
(0x772935f33bfea8b7ecf26cb5ba86f000, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-600-normal.b9b44beafdd19e36.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-600-normal.b9b44beafdd19e36.woff2', 1, 0x00000000000000000000000000000000, 0x596d71390520a1174b16d62571767e7d, 0x8ed1b662376fb7d8e0166c37b90044c21886597cbc98c34a5ff5bd15fc2c13d1, '', 0, '?'),
(0x772adbe16b6768f570e6d4527efe635b, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\footer.php', 1, 0x00000000000000000000000000000000, 0x7e4cae72e6de18f77be7ca81f9d0461e, 0xaaaeb7336fd5f8e63719433ae89eae29e67fec76d4230a5d1903c477d5fa7514, '', 0, '?'),
(0x772c1baf611a0d29ca0777622308e794, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\StreamHandler.php', 1, 0x00000000000000000000000000000000, 0xb605ecb015840b7d778c8afbb26fb00c, 0xd5050aa39e59b8377d60a1613be4930a7570817a44bdcf5361e1249a8d79421e, '', 0, '?'),
(0x7735e1ef59ea6a190aca981b5b3f985b, 'wp-content/themes/twentytwentyfive/templates/archive.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\archive.html', 1, 0x00000000000000000000000000000000, 0x148470ac39bce982d5f216748811c27f, 0x3b60a499b5faa1dc75556bec6aa6e15ef54beaa616b02ff6c8c72a483a3479b7, '', 0, '?'),
(0x7735ff6e3324a098f24c5a9dba326037, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xf33d72a3d5c919bb71b0cb72fef215b7, 0xa38c1e45d4d1834d1eae8ed737d308cbd01b002beaffb3c6bfd913e6da12a7e8, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7738682a995c3bb0eecd65198a5b03d8, 'wp-includes/blocks/archives/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x7739bec526665ebae35c0d40532052a2, 'wp-content/plugins/feeds-for-youtube/inc/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0x7b204d710f8f08e9723d8e20effa6c6f, 0xf93a11911624dbfb4c5d7bc0c7c1f69f69921258d3e5764cd11883fd8b3ef4d1, '', 0, '?'),
(0x773ab75440a9a16943ffe821cd2b4606, 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\responsive-bar.min.css', 1, 0x00000000000000000000000000000000, 0x1e24606150b1c6aa780da25365d090cd, 0x756960ebe72b50d18afb85272db2414db361afafe215f2c5f436f9382e85ac08, '', 0, '?'),
(0x77431e3a7072376f5c9966960863be6f, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-icons-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-icons-menu.php', 1, 0x00000000000000000000000000000000, 0x1eb46a576c4cb3e4678550dc24a2de01, 0xa682b001539a3e853590dc312a87d497936a4db350de0536afdd588da7aad35e, '', 0, '?'),
(0x7745a7cfdcbb2e75c59cef2515ba4e9e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5175.da19f3b727c3c001.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5175.da19f3b727c3c001.js', 1, 0x00000000000000000000000000000000, 0xe8cad02fc901b1be34da43521eff49b0, 0x0e40de9a0f6b0bdc60b6adb5d255109d39e50c289c815cfc6c036d592040960d, '', 0, '?'),
(0x7747a29cab41d96e4f346e64cea2ac7b, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xc95952a2566d8bf917695dfe9a051a53, 0xc1ec96601dceed1cce0dd402c1f167100694dbb660438a83aba694a0ac1897e9, '', 0, '?'),
(0x774a158d94554a1c622da81982385529, 'wp-content/plugins/reviews-feed/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x774c2530725dd360d65ac2756736d350, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-8.php', 0, 0xf7b4bd43360379b8f9551b48d6c93192, 0xf7b4bd43360379b8f9551b48d6c93192, 0x6dd171d6aa173ef38f58e61f396dcb9ae64e925b3b85661dd90794a8b1701cb5, '', 0, '?'),
(0x774e57345cea9e8e08a2c3a7ce1ff28e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0xb14e2068cf5441725912951a3807618f, 0x1de301c5a283917c553a67b078001b9a892349f10c9c13349d748aeb63cb9550, '', 0, '?'),
(0x77506b8f2b2619d9579e4fd7729d0366, 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.min.js', 1, 0x00000000000000000000000000000000, 0xc2198c343a52e26cbbf3d9d7788892ef, 0x49c51448aac686dbf52c07b5b5384a25796a19a14a4ee335ca7364ab69fc8969, '', 0, '?'),
(0x775367e58f1345ebccc612bc5255fdf6, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\ActivateRequest.php', 1, 0x00000000000000000000000000000000, 0x9d2567c8d61047da5f6b4f392ad34753, 0xc2e21c4d6e847980d8f93b79907835b429162787845c7f2600d066ebc8841686, '', 0, '?'),
(0x775438ce8b20faa4b0b57a59b304f3b1, 'wp-content/plugins/elementor/assets/shapes/split.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\split.svg', 1, 0x00000000000000000000000000000000, 0x06fb4e3fe6ecb68842a02c06acaaf6c2, 0x8b1ea98e65fb43f08661d801f1f2669a36b314d0144158154dde05aeec061c32, '', 0, '?'),
(0x775ae8e8b86b464439ab9cc4ce14d968, 'wp-includes/blocks/site-tagline/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\block.json', 1, 0x00000000000000000000000000000000, 0x8963c5ae2a75723d74951a1b524401b8, 0xa4f5eee8e109541c119de150b3e44127ed5529c62621e36168bcb952105074c4, '', 0, '?'),
(0x775c31ef91ae0d7d1784f00751312b95, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\oembed.php', 1, 0x00000000000000000000000000000000, 0xe99605bf762c4e057b61d4ade040c426, 0xe62e37fad01fa5b91dc427e176bce56284499d7aff65612f4d4fd71678d3c46e, '', 0, '?'),
(0x7762140c209a4001238f9fa78fd66ea3, 'wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon.svg', 1, 0x00000000000000000000000000000000, 0x75ec72ea4cc5d5c5884df2ebc687ec25, 0x12921418feb047d6480e81035c1225148d1d16c839238dbeeb0e7c97b5c56be4, '', 0, '?'),
(0x77674e01b5f7cd4f929d9d070963fd04, 'wp-content/themes/twentytwentyfive/patterns/event-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-3-col.php', 1, 0x00000000000000000000000000000000, 0xc692a66c3cfdfd8bf957b6d348ec0db6, 0x45187eb64e031614164fc9db74d3df63ce7a4d4f81086843cdfba2f4795eee59, '', 0, '?'),
(0x77687c7c13d3b6c9520c5f5565d90f6a, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen.min.css', 1, 0x00000000000000000000000000000000, 0x0e32f38ce4e4b998b187dabeaae468ad, 0x633b9abe5c80e6b9af92f0c0fe838db5d1dddd0ae3486cd09f00dc660bc02de1, '', 0, '?'),
(0x7768b2750bc0d03d70aa4689eb8e882e, 'wp-content/plugins/elementor/assets/images/app/onboarding/step-4.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-4.webp', 1, 0x00000000000000000000000000000000, 0x759ad65182d383a2996ad660ad3e1818, 0xe2db34c6d18a4f32fe241bb32260d521e1afacde15104c8f44ed62a6c5fe6f58, '', 0, '?'),
(0x776ae5bf19ee1b8a285dd60168bce7ac, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0xdea33ac5f8cc686c3aee19af56fa8c62, 0x2106ac30019421edae18616d00aa63e731d0b96437ed9e8b3e7ba6c73ed06bce, '', 0, '?'),
(0x7770fb31fe5269b372b57de46a54246c, 'wp-content/themes/astra/assets/css/minified/editor-style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\editor-style.min.css', 1, 0x00000000000000000000000000000000, 0x0fa66a0b05c684f406eaac9dd7ad2d37, 0x92aa3fede51150c89cd37c52e1633ccafe0496bceceedd00223063afcf9897b1, '', 0, '?'),
(0x7780a24b82a5b2f9d872ad29367d3d07, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-9.php', 0, 0xae5745e7889c9cc0794552880061ee0e, 0xae5745e7889c9cc0794552880061ee0e, 0x5a6baec9b37ca8f417c3fdc6e4be012acd6b4f8aa3541985c3cc8bf5a9f941d2, '', 0, '?'),
(0x7788971e4daf900d24a5134e6235e55d, 'wp-includes/images/media/spreadsheet.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\spreadsheet.svg', 1, 0x00000000000000000000000000000000, 0x3638ba270c9feea91dd33bbe83362e47, 0x95e966c78b42a6ce904613116c38da09559a57466a0cf2265957dad520ad176e, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x7789b84960ae70148225a86739837dc3, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Db.php', 1, 0x00000000000000000000000000000000, 0x2a9d2925cae071d8524a7198d836e065, 0x838c36c2b7d6882a57daf74519f927e383d83cd6581f520e71de93d97477180f, '', 0, '?'),
(0x778d71e9ba58dffbc2f3a3c1fcdb1420, 'wp-content/plugins/reviews-feed/assets/css/sbr-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-styles.css', 1, 0x00000000000000000000000000000000, 0xfdbde0c57c6aecfc7d8c34ae6c28f18e, 0x55d8f2ed10d9365643cd022dba92fe8205bdc2a4427e04c2d45c4181ac622ba3, '', 0, '?'),
(0x7795c5bef021d0114ad90e4c612f2bb1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Pool.php', 1, 0x00000000000000000000000000000000, 0x7cf40081d68b287dfa6942739db4ee76, 0x61ac0fe1430939e9f5121b2915e62169fc3f521d254b4f374c5b1a0592cc5292, '', 0, '?'),
(0x7798dc27ae1af5fbeec1ba2ffca9b391, 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\sanitization-helper.php', 1, 0x00000000000000000000000000000000, 0xb138b4f4182b10f46407057d81c95550, 0x6669f88238dc53179f8bd2a58af87a548ca896c964e0082277bb1727d971ce34, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x77a4afdfe12cc109319375d6d32f76b3, 'wp-content/plugins/elementor/includes/controls/gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\gallery.php', 1, 0x00000000000000000000000000000000, 0xd8a8800a3e1870e86ffb4cec74a5978a, 0xb5f3c2ca314279ed35f5b6fcb8f8d75dad94fd1a4e8896f356b52df60545fd4c, '', 0, '?'),
(0x77a4e58eb925105ea871261ce1428988, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x77a54e702c3121274d55d5899fdd3a51, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\typekit-fonts.php', 0, 0x26444c9271b1ab072550e452b0a9e96a, 0x26444c9271b1ab072550e452b0a9e96a, 0x59d870835bc2770c962adedaa0de1bf7950fa0ff1236b0cf5d93d31e4c799375, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x77a7852665fada166e8dc8fc972e934e, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Tooltip_Wizard.php', 1, 0x00000000000000000000000000000000, 0xc20a4ed473afae5a4279bb64af4132d4, 0x097c89e6f2b0182ef10e50065d31f013c1cb06d433fe1cd365c63c287f6e972d, '', 0, '?'),
(0x77adaeb626fe72674d95f8c5c401f5ef, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/bootstrap80.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\bootstrap80.php', 1, 0x00000000000000000000000000000000, 0x60c060bcba42aa3f8b6ec07d3e8ad8dc, 0x7a4ea2d3f41ef6bf60ff8faeeddcc29769eb41410383531237982fe9d7a47479, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\noop.php', 1, 0x00000000000000000000000000000000, 0x7fc3077ee289c3906fb24bf54b56b865, 0xbde028b68c4346c2ceb3a5cf936118a2adea1e73fcf0464960499daa73934444, '', 0, '?'),
(0x77b1fc92a9c718c0aad390fcee1ebd56, 'wp-content/plugins/backup-backup/analyst/src/Contracts/CacheContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\CacheContract.php', 1, 0x00000000000000000000000000000000, 0x81edc59b054e9df8c6d738ed9c453e97, 0xd52c8ab55d9d7b028d736d0e7cf7896d9d1b53af33c3da95fd48c0734eace637, '', 0, '?'),
(0x77ba04b354ea333434a4262d5b33bc84, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\fatal-error.php', 1, 0x00000000000000000000000000000000, 0x1d186451d3f698ae32feeabbb9c6ab36, 0x8f8f7c1ec92aea759cf98af42fec28bc54133ec4f52f14f8330a760e2e41c0d7, '', 0, '?'),
(0x77be38ef223451bc6f55388e267870de, 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-with-custom-url-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-with-custom-url-interface.php', 1, 0x00000000000000000000000000000000, 0x367098bebee175b4df444fdd667f6a73, 0x5749b0453c8ad2ef2777060baa03c622a09516078055bbf911fc9afc215c092f, '', 0, '?'),
(0x77c14447b6d1cf76e6f31925d5545a6a, 'wp-content/plugins/backup-backup/includes/notices/wasabi-issues.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\wasabi-issues.php', 1, 0x00000000000000000000000000000000, 0x1e26b0f113d638da6bc988e2bb48ada5, 0x868daf39f652f9a7722cc6f9a6b9934f10e7d1d2ae76b871157323d38ba7d20a, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x821267dbb02f2ab18206c8432c6b2390, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x77cbb4a71b486f82fddacbba2ac347a2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/Error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\Error.php', 1, 0x00000000000000000000000000000000, 0x27d7a62ab7012c45e7eb63997714791a, 0xa8f46998463324d0918b7ebe3cb40579dae200bc94ecd2d558caa79636ea872b, '', 0, '?'),
(0x77cd0c7a583f25b2342116083d71fc21, 'wp-content/plugins/elementor/core/utils/api/error-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\error-builder.php', 1, 0x00000000000000000000000000000000, 0xdc1bde217a77bc6d4765528435c3278c, 0x1705c10622ecb10ec9fb6036dcb17e97cd0178d4a8aa9570653d313831293488, '', 0, '?'),
(0x77de8e4af9c3c6296573113e5a033b4a, 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\layout\\class-astra-edd-single-product-layout-configs.php', 1, 0x00000000000000000000000000000000, 0xec499c6e4237c4ffeb84f88aa5254b50, 0x889ccc803707b6530a1c95acd9ee80a5d2afe59f6d5dd6890c90a351fad08809, '', 0, '?'),
(0x77e1a7d58b5ce09847d0fb2695a2f841, 'wp-includes/blocks/template-part/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\block.json', 1, 0x00000000000000000000000000000000, 0x7b6fc58589749063d63790bb53882f28, 0xa0b3762a84729397e71fe88275a801ecdfa9c74d71520921c2671b294d3f9e9f, '', 0, '?'),
(0x77e3eb6f8bd46e62fd7f94bd0d93da1a, 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.7b160888e308c5f64701.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\progress-tracker.7b160888e308c5f64701.bundle.min.js', 0, 0xc62d62ffa2e1b6dce4a9fba9341075ff, 0xc62d62ffa2e1b6dce4a9fba9341075ff, 0x47cc875b83b778474b964f978afab071548c67485a242f9b253d91585b6a15aa, '', 0, '?'),
(0x77e8d6cb346f384955a5bea36f697ebb, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x77eafa19da8835af71ab908f52330b03, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0x77ecb42b3276b829777130b6274f47af, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\yoast-head-rest-field.php', 1, 0x00000000000000000000000000000000, 0x9a62d71563fbb25b492fc3dede840976, 0x11f607af2a4d9b61b0866ea5b80838438c482930a9f79aef2eeaf41b2d5498e6, '', 0, '?'),
(0x77f024aaa85c13598f85c4eb1c2e74b0, 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-blogging.php', 1, 0x00000000000000000000000000000000, 0x9983c7d6f87da71660813ce9b05ffac8, 0xe67e6669c63423353a77b2e714413752096c7178854b10072d16bec0bace17f8, '', 0, '?'),
(0x77f4809365e8d89d689b9d88855a279f, 'wp-content/plugins/instagram-feed/assets/svgs/camera.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\camera.svg', 1, 0x00000000000000000000000000000000, 0xcc15c9a32c6984f20c4a272d9e5cf50a, 0xc130c09de58b0a432371a3e267e48c928cd58f24e2a5a78518a2c64b3a2d8c34, '', 0, '?'),
(0x77f724010459e0526127e4d02cd8b620, 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\twitter\\images.php', 1, 0x00000000000000000000000000000000, 0x97c997421812a46f90ce69d396d462b9, 0xa73de55d4d4b673960fc1f9a442cf3b13d0bec74b2b1356d86e90cae110f54a3, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\common.js', 1, 0x00000000000000000000000000000000, 0xbae8d7de3207998dfbfad3a597dfce95, 0x7452ef3a4071514f6a99200ebec1dcd86f2cca3939953a2c1afb1913238628f8, '', 0, '?'),
(0x77fe815101c8e71603edae53670db88a, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-04.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-04.jpg', 1, 0x00000000000000000000000000000000, 0x6a53c54d9076d596f4d27b51fd3a3c14, 0x35d0e275de5fead58af19360ad370800fab2e65dcd1d9d1e3798102506b55dcd, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x2804decde9415a1b3fac2178263368c5, 0xa5375440fc37cc6c8db145ecc59323a1f8b1a3a856f02cc44c69ee8bd01127ad, '', 0, '?'),
(0x7809e5f1c476c146804c897727eca2e6, 'wp-content/plugins/elementor/assets/js/interactions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.min.js', 1, 0x00000000000000000000000000000000, 0x020fe769d67eb5f1c1a560fab5d68a9c, 0xcfc44debc2813163d9128f116b049c6ac95642b2d0ecff7a722174b143963a27, '', 0, '?'),
(0x780d15205e16eba530b0bd003bc4ebb1, 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product-fullwidth.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product-fullwidth.php', 0, 0x55b9bf032cbc3cc7418628758c9d653a, 0x55b9bf032cbc3cc7418628758c9d653a, 0xf57342ce02c39954bc5f7d21086a572b78e69ac52d82b0fa4a00c01702220c0c, '', 0, '?'),
(0x78151046194f94fdb30f30754f2d1120, 'wp-includes/SimplePie/library/SimplePie/Enclosure.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Enclosure.php', 1, 0x00000000000000000000000000000000, 0xffa3179ced75d471e4846d31ac586c69, 0x6bff2ee330e8d93d9f886d3a62173e3aaab6d8153c8b7bae315b7b87b0a86f78, '', 0, '?'),
(0x781ab26924abde385767b459924aabb3, 'wp-content/plugins/elementor-pro/assets/js/stripe-button.ff670b274b64f1097386.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\stripe-button.ff670b274b64f1097386.bundle.js', 0, 0xee4778008289c631905020418c8521a3, 0xee4778008289c631905020418c8521a3, 0xb32208e5425682b7494d97321153faefb33f510db14f3e569e98a15f116bb731, '', 0, '?'),
(0x781e74975d74d9d785c87bf539fb8927, 'wp-content/plugins/elementor/modules/system-info/admin-menu-items/editor-one-system-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\admin-menu-items\\editor-one-system-menu.php', 1, 0x00000000000000000000000000000000, 0x1203ba2c647bdf2abb2a92ed3c48ec22, 0x9852af72c93c00a763aa34d6be4857636403f78dd0829496812a0621b8cd282c, '', 0, '?'),
(0x781e7fabd91b51c80932845ee06c2bfd, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\revert-runner.php', 0, 0x18d517917c0525bf5e3a106f1357bf39, 0x18d517917c0525bf5e3a106f1357bf39, 0xf1ea112a7b1588c1b04aa7b9d13f8cc69a5fbfdbb39c39de03d40c5ff7c3a215, '', 0, '?'),
(0x7821f522646d1408f0ae33608bfd4ebe, 'wp-content/plugins/powerpack-elements/modules/ninja-forms/widgets/ninja-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\ninja-forms\\widgets\\ninja-forms.php', 0, 0xc6c72269b7891a93e73ae185da79a046, 0xc6c72269b7891a93e73ae185da79a046, 0x9bac0de1489df487c6b76ecf5b76f2ed2d8be104285d3779d38dd89710a906b2, '', 0, '?'),
(0x7822614bb485cacdb1b86fc2d4966274, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\what_backed_up.php', 1, 0x00000000000000000000000000000000, 0x3217432396e2cb0017a52d8418258eab, 0xc943f9328609e2fcd8c40cdbc97398fb547e120962658c0a66d5d8cedf8cf8c7, '', 0, '?'),
(0x7833354c68eb402b73893b8edb953791, 'wp-content/plugins/wordpress-seo/packages/js/images/woo-plans.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-plans.svg', 1, 0x00000000000000000000000000000000, 0x6b4d9d7da272e9d4f17d2f2525f92e39, 0x25460b2019708f93279cfb7b87053930be2558d2d2b7e61702b16133391781bc, '', 0, '?'),
(0x7834a1e6e262c7940a2df73d56c88730, 'wp-content/plugins/powerpack-elements/assets/js/min/jquery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\jquery.min.js', 0, 0xeb4e544ad731f2e0a5fe7a3de32977fd, 0xeb4e544ad731f2e0a5fe7a3de32977fd, 0x2f935eccca193e9122027a4f0840f5461e9b82f158bdab9528717105d0be7027, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x7839a0f9bdff60f15d019170c66b9c4f, 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\class-astra-customizer-colors-transparent-header-configs.php', 1, 0x00000000000000000000000000000000, 0x351df42386e2b8b1588307416297b603, 0x1c89a7036a3176ddb1e0b91d7a941016a328d85d5a5faad9ff5c8e0cb8bf5c6a, '', 0, '?'),
(0x783fa5154f40a7311c08b9c474244d0b, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-preview.php', 0, 0x9959f1180ffad52ee4198c9349c4139e, 0x9959f1180ffad52ee4198c9349c4139e, 0x6a66535b09f01b537d342d8dc2c31d293f9feb4280b97e2bee3245312a906271, '', 0, '?'),
(0x78487a1bb04fbd4610263900f60251e4, 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\wave-brush.svg', 1, 0x00000000000000000000000000000000, 0x270bb0e641b717ad392ba733afa9cf21, 0x5f60dcac22540dfcc476556faabd4029328e468dbe3ff5572e7efa349056ea35, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.scss', 1, 0x00000000000000000000000000000000, 0xb74844b0ce5455dcd5e974965bfbff44, 0x0270651e319b35f96db73a5e5b74e10cb81a28213b55e93c53c9d7a4e920b1a4, '', 0, '?'),
(0x7849b61647f91c6d24a97bed1574a96d, 'wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\progress-tracker\\widgets\\progress-tracker.php', 0, 0x5804d80cf5b456a56ee10bc064dd2f55, 0x5804d80cf5b456a56ee10bc064dd2f55, 0xaabd20c2e44710dea6008383399e884b92e1b0ed95c9883ddec66332b2d7ff99, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xb2bcd3a8171b852c97a468aaa9f1e42f, 0x62f727abf2569402c20c822d11380d46d2a0c68f0cc14da1053318ac34baf880, '', 0, '?'),
(0x784df08b98c3144eefa2c86eaa7555d3, 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/get-usage-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\get-usage-route.php', 1, 0x00000000000000000000000000000000, 0x777185716db2405dcdcb37836c74484a, 0xb12d4b7e01a0ca205b2d308e1c54b2efd10fa09946854c77f20c07ec81093c5a, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403-blacklist.php', 1, 0x00000000000000000000000000000000, 0xe2a1506a58dcf2ee68daacfb577fc338, 0x9af563152fd42289a8df43ed2acc7cd4cc93dccabec68565f0758af420a3dd95, '', 0, '?'),
(0x7860a173ec9f708828cac13724278bd6, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-warnings.php', 1, 0x00000000000000000000000000000000, 0xf65e8fe8d63e6b2f9d1bba426b760e2e, 0xea84f5b628e33d5595fddd5f0941190cdf7e5ce695c61ee1031553ffbab48639, '', 0, '?'),
(0x7861ee844b5039fed0161f6a01c509d6, 'wp-includes/blocks/comment-date/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\block.json', 1, 0x00000000000000000000000000000000, 0x82452e5e9dd02dea8575ca4d0480f263, 0xb64878e78ea9620b81b93d4ab2fa8bb7dc5df2967410e7a9710878c180f20b75, '', 0, '?'),
(0x78627928bfc38cfa1d922ad911e8dad4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/MacroTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\MacroTokenParser.php', 1, 0x00000000000000000000000000000000, 0x5c9e868dbc4535039f90e0cb71e56b04, 0x7a7ffbfc3e5ec584933add6732b511fdd5174191ef56220d92f95461233ee29f, '', 0, '?'),
(0x786576df6f4cbc4ae273e091262ae3f7, 'wp-content/themes/astra/assets/css/minified/ie-compat.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\ie-compat.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x667831c54359b8d00547b5eb37aaf163, 0x98b242919df3ae33a85f165cc85ac982b75e84e3b10fd52144e3685a852b5132, '', 0, '?'),
(0x7865f9cb8591e8afb93c10d7ca2f6559, 'wp-includes/blocks/tag-cloud/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x33fbf2f7866cd84a50d34396103c5d30, 0xee56291a1c844dec70b2a8767ee90650c990c99e0b867fd311488edfe787e744, '', 0, '?'),
(0x786682a8e156ec7b9946f78ecc952aeb, 'wp-content/plugins/elementor/includes/elements/column.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\column.php', 1, 0x00000000000000000000000000000000, 0x201221ef74bbd4c8c0b368aaa1eca03a, 0xfa5527378c16c8980412af9f191c9d8174e0322fa909574c4b1fbdaf9cb2afed, '', 0, '?'),
(0x7869079a25e6553257650b53a1c5dcc0, 'wp-content/plugins/elementor-pro/modules/role-manager/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\role-manager\\module.php', 0, 0xada7a2bc84eb1edc8971cfa01d38e002, 0xada7a2bc84eb1edc8971cfa01d38e002, 0x8678958244af22a757e0e711645ab4e53cdbcf2a13704b23669b7c11603dc74e, '', 0, '?'),
(0x786b9c69f8e2e4c49133394a68dd7342, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x037219ee240f5ca1af2c1ab964f7980b, 0x38ea3e090c068c0ed8d226d3fe102908613786a24049f301cffcf257520cfdc1, '', 0, '?'),
(0x78769ddf08d91162c940f2e2c6fd380c, 'wp-content/plugins/powerpack-elements/assets/lib/justified-gallery/jquery.justifiedGallery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\justified-gallery\\jquery.justifiedGallery.js', 0, 0xbb0597bf75a4455544f7380bed8a4b41, 0xbb0597bf75a4455544f7380bed8a4b41, 0x522b257f798a8ebf6b24614dbe1ba795622ee124091d8abf1ea84d7125aa67b0, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0x787a2b92142d61d07066caae1f5299d2, 'wp-content/themes/astra/assets/css/minified/ie-compat.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\ie-compat.min.css', 1, 0x00000000000000000000000000000000, 0x46b9a115ad236d3ea2c209e88388036b, 0x4cb86c59b8357db546377e5ffc54c1789e5fbce96139d53f31651f8458b402db, '', 0, '?'),
(0x78822dda6454d20c416596eaefa5b118, 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate-config.json', 1, 0x00000000000000000000000000000000, 0x3acee434d15c977d2123b274ea81d3a0, 0xcb7bb26c7fc603efbad52521e19ae467a67eac9e3351d2d473ab35587ac16efd, '', 0, '?'),
(0x7886372e449d2616f4dab9ef8f67e6b9, 'wp-includes/blocks/navigation-submenu/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\block.json', 1, 0x00000000000000000000000000000000, 0x15ba2c49ca5e75f88320cf5df2ebf970, 0xd44c1faa15f9b543e2abc2cb1cc7f97aa3059aab555bfd738bab90b2a512e20a, '', 0, '?'),
(0x78920024114169a6cdae9a7c2411eda5, 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-light.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-light.min.css', 1, 0x00000000000000000000000000000000, 0x1fa3d7661a6416e48a2bf8a78f3473b6, 0x382637fad8bbd12028cf4d1da981317895fd9da0c108d7db5cd364e5b98dd7aa, '', 0, '?'),
(0x78964d57acb8569e899f6d51862dd95b, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-product-tabs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-product-tabs.js', 0, 0x22ca2913a580ef7bb5481e7bebaa6ae5, 0x22ca2913a580ef7bb5481e7bebaa6ae5, 0x7e922f31fc5e69d4d242824d1b59a0e21d53bfdf630b6c8c3ee60b0b3393677d, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\revision.php', 1, 0x00000000000000000000000000000000, 0x3c5694302c65a7a137690c59d856f17b, 0x65e1a251dac545a7b10ba2a6eb7838855ebaa9b0d4bb43734f723ab58af71188, '', 0, '?'),
(0x78972a72838af1c7dd8635b17ee8c416, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xcf1c61f2de9b6088a962429e4a74ea36, 0xc454e0e01749498a162a03ee1b1da0f04e96934c1e6d25eff7b2e09e27fa43be, '', 0, '?'),
(0x789b0101d6be985ed0ec53b77f877b6f, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/phpcs.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\phpcs.xml', 1, 0x00000000000000000000000000000000, 0xd3d4f5cbdaca17290b6f1052d998413c, 0x1a251d87a8dbd2f08a6073af25baec39dbc10e0adc95eabae5746936c0cfdb08, '', 0, '?'),
(0x78a4a509a22b582628fd7311c95059ff, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/3stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\3stars.svg', 1, 0x00000000000000000000000000000000, 0xd0f1bdc7b33194b721ac7b30311651cb, 0xc6e1811fdda0e91648e3891c66e18c6a9c09c9160a042bab7d02b964e5e40b5e, '', 0, '?'),
(0x78a9c507eb0b73436f9c303a43c57eb6, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0x070146a1aed8d4779eaf39bbf7da23aa, 0xe1bfda1ba667335ec8647a764db5e73d114d939da0a3e0864614c2056f271b44, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x78aa7a41b174b324c8c3ae7e9a88c12a, 'wp-content/plugins/elementor/modules/cloud-library/connect/cloud-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\connect\\cloud-library.php', 1, 0x00000000000000000000000000000000, 0x316cbd3900f6fdf8c3f5c747e8434df0, 0x20f5de472d61632ba5abf8b211c25cce2ad208052394479951ca65b8761b22f1, '', 0, '?'),
(0x78afea672e79ff63d5c1bf3c522f67c3, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6975.d217ba79f93b58ac.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6975.d217ba79f93b58ac.js', 1, 0x00000000000000000000000000000000, 0xa86ccdecc59f8fa973e8b9a8056831a7, 0x874bdeb3780f0c3d87694bd345b04fa9631621d78e128daaee99a150229b5b4c, '', 0, '?'),
(0x78b3493fb2484dad04f95ae6e5f1259b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-700-normal.ca247189fc12d00d.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-700-normal.ca247189fc12d00d.woff', 1, 0x00000000000000000000000000000000, 0x32391bea6c683efea8f82e9f0f0fd463, 0x03146d69b3014cb8f27cd16af85d7c008f1a9a894e3b7162c9c6069fa0aee3d3, '', 0, '?'),
(0x78b37600ce0a3ec10e220998b8c695d3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x16fea41cb30ddab3584644daae4246fc, 0xd8ce2602b0068763e7bf344d97c059f9fc4ad9531efb60ff2bffe46026a68203, '', 0, '?'),
(0x78b6ff5e2b4e20e0d979cd8651ba805e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\AbstractNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x1a3acad347613b0fe7177de665baede3, 0x585a75f0889ec168b72a014d57380281a96d2e3e397f822c7e29fab345ee00ed, '', 0, '?'),
(0x78ba8d6c6db7abcd9b6fc62476e403cb, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/ReadOnlyFilesystemCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\ReadOnlyFilesystemCache.php', 1, 0x00000000000000000000000000000000, 0x7ce9a341bf1cb045522d0c8118e1c3f0, 0x36cd5234f54f046370ae55ed318eac6e04ab664189ba0fae04d62b025c68198a, '', 0, '?'),
(0x78ba9900fb9feaa8b08fcac6532b365d, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-author-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0xa9a9c90ecb905fab7cdd16ac9a416e13, 0x72218b2b9ef44c98613cec2f16e46f26262ec73ea0e3c3218cfc391dffc7a650, '', 0, '?'),
(0x78c6a6fb859837a8ee17f3a4e75ae9bf, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-woo-templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-woo-templates.php', 0, 0x23626510941bbc275304dc4196713fc4, 0x23626510941bbc275304dc4196713fc4, 0xe4d66b00c4da46a31c71291cf4eb2314c79d1eb9cc7dc9344788ac0e8c0b34de, '', 0, '?'),
(0x78d92ebda68c58f3eb4a24a7c9aedcb9, 'wp-includes/blocks/pullquote/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7f0dc11353c8575aaaced558d8fbfad9, 0x578999b9f85b3c920eb08b875510bd5e8a1f26cbf33a637262d98387ce02eca7, '', 0, '?'),
(0x78dea2482414bce281bee7d8f49134c3, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0x5e7fae4dae185d16eaeaae93eb6a4954, 0xec5ff0b62cd196d8d2602d5515840cf565d5143ffae5f4190e462f05705bab95, '', 0, '?'),
(0x78e02a3e4205e23ec007a25263a640ea, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ImportNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ImportNode.php', 1, 0x00000000000000000000000000000000, 0x88d2161ca18df38cecbd81a8eb365098, 0x23db97fbc5c56f39c92646ea1e7c4ccc781f73f27fd1a884215bdbf5dacca0b1, '', 0, '?'),
(0x78eb35268c3ba35f522213a341db3048, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/favicon.ico', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\favicon.ico', 1, 0x00000000000000000000000000000000, 0xc92b85a5b907c70211f4ec25e29a8c4a, 0xbe85c3054c93e2608600b1d749df4fbf5f895cfdaf77fc6c9b13e97be37d202d, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\tabfocus\\plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x78ec09346497469e9515c0e9dd6260b0, 'wp-content/plugins/elementor/core/files/uploads-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php', 1, 0x00000000000000000000000000000000, 0xbb12df5d9c37af67da6760a30b9ded05, 0x3cb3bf0ba7b6fde3a7348c3c95e5019837431fd02d3015c22087a34f6f9a795f, '', 0, '?'),
(0x78ecc55e97876fd059bc74067eb75724, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/banner-permanent-dismissal-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\banner-permanent-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0xd26e8e2033b252a6576b1b54cd68d64f, 0x7328f3626036371adffd89f3c1dbf82d02e9dde814a3a06b6eadd569f44001bb, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x78f2acda2efb4642fe41b9a5787f1926, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/download.5059e7096d089ac2be6ea4b35a8c7b1d.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\download.5059e7096d089ac2be6ea4b35a8c7b1d.svg', 1, 0x00000000000000000000000000000000, 0xc5d8df83db03312efe813357c593ba42, 0x4b4c681772b6521248ecf9d2bb4cbfc62a354c357cc69b80bd27a579b9c6cdb0, '', 0, '?'),
(0x78fc785ee7f6b2af9d4a5a32246598ce, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x7900c867bff3d0eeb6b23636f242874b, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x236919df3b57e6a914f6372f412e6da4, 0x9e8ce49edf4a304ddaa27f9cd8cffe7d5f354df6eb61dc2870bb53f70e55d6de, '', 0, '?'),
(0x790407d70a89b78641e151d9bda00928, 'wp-content/plugins/elementor/core/admin/editor-one-menu/elementor-one-menu-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\elementor-one-menu-manager.php', 1, 0x00000000000000000000000000000000, 0xcc14898f2b97f6d7b16ee31bcea51a22, 0x5476ea3e793f5c12ff8fdff451ebad3aea007129f4e522fe16461739346628c5, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Html\\Array.php', 1, 0x00000000000000000000000000000000, 0x82ef0aa192cfb78b0b5300b02e88f42c, 0x43d45d8b9eea1128819a2226f40071429b1ff4d7870de747db4da0b6b28e05b9, '', 0, '?'),
(0x790d28e80bd8a18e005f027b76f2d61f, 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.js', 1, 0x00000000000000000000000000000000, 0x43053cca2e4502c3d32752ea6c099bc4, 0x1ba222c4ced9b9bfd80809eb9838ad4ebc974c4768af056507c67174d8957b42, '', 0, '?'),
(0x7910d2bb91b76dd689d7ac203493891f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_1.png', 1, 0x00000000000000000000000000000000, 0x37fc1ff8ed42f2803fc255c913b48e4d, 0x66258e98c16663a24461123e86c3eafdf2dd677f220b9307030401a4ce7cc2b8, '', 0, '?'),
(0x791f33c72820ef9165ffb463162b4c45, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Hidden_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 1, 0x00000000000000000000000000000000, 0x6c245d0fd285ec564dbc9b8d1d01c0c3, 0xcb0cc813b4909977c32cac7c5c75852d3ad4bf95b57098c03306c24ffa5b25ed, '', 0, '?'),
(0x7922e5362cb88a0c75f88cd172d5e006, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.dots.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.dots.min.js', 0, 0x72647b1931bd662e67d272ff2a537e3c, 0x72647b1931bd662e67d272ff2a537e3c, 0xa35a3efdecb4e535a733d48b48e4d0c448d3f9cd2d18efeed691e2bec11931b0, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0xd3c8ef760453f4c39ce1e70e1fb0dd2f, 0x1633912950eb8538ea0045cc1d2531de999cd635cb45d474170e13a9618c4c1c, '', 0, '?'),
(0x792b857c7055d7d922e24159dd2446ed, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-rss.php', 1, 0x00000000000000000000000000000000, 0x7332620c7f1ec134adc899ec65991e33, 0x5b16d3d44ddf75a5bbb44b2c7a5118c3e54c34e70486c325a38652b0bf9829d2, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\priority-queue.js', 1, 0x00000000000000000000000000000000, 0x1e6d02f9ce1dae43c3a8c88812d36b8f, 0x09b9e1d3176efee892816052c8bb540d74667608e02ac4dc66800ea6be8fed68, '', 0, '?'),
(0x793b52331afc59edc2f2db8fd52d390a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/select-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\select-feed.php', 1, 0x00000000000000000000000000000000, 0xe7b86445444b3f559997ef0b59a76e51, 0x6f3a49a084a0ff0b48a613f0a9e7914f2184d56cb46bbe136cb7816bfd83a990, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb857b5e1cfe96c953349d845bc68fcf6, 0xf29fa25a6858008af89b8e85092c5082365bce123d12bd7f8001329cdeb8feef, '', 0, '?'),
(0x794abd8bd2d9e033c640b96575c82d6d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/PreviewProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\PreviewProvider.php', 1, 0x00000000000000000000000000000000, 0x2b2a5d644b79f1a461675bbe09e15ff9, 0x0fd23a9e8751c669e399c37f722075726c3322cce99390639c3569f544a0c4d5, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0x8ede7bf6c724a7c0c7bc879186b6ea7f, 0x6af4a9351d3d8659d5018c24088def8b8ea5abd7d651bada55d0bc8575c92a45, '', 0, '?'),
(0x7951e55ed971900f71b03e2685e99fdf, 'wp-content/plugins/elementor/assets/js/media-hints.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.min.js', 1, 0x00000000000000000000000000000000, 0xdc9a432c23744c97da54c06c86109571, 0x2b1b85766eed29256260d3ad30b2d76126c5864869b8a6344a58c714b8ac705b, '', 0, '?'),
(0x795ad56dc3c4aadd66d856fa1a4ee6e1, 'wp-content/plugins/elementor/assets/js/editor-one-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.js', 1, 0x00000000000000000000000000000000, 0x0ca69eb85ae1cd74fa7360d66f74de52, 0xe8267950868acf96749749b280057c1a68f00df28659657ef1d2c63337d4853d, '', 0, '?'),
(0x795fab288f7a3192f0d216727265ac00, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\action-failed-exception.php', 0, 0x7f8dc5dc2430f4e6eec3af333567115f, 0x7f8dc5dc2430f4e6eec3af333567115f, 0x39b58e673eff7d2e026e1f7a715f8401ac00f145af3c541206928ff19252087e, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x79646708214693327ca3096d9fc0f2f2, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\page_views.svg', 0, 0xf08c44ea1a9fe8d019ba113d7c712777, 0xf08c44ea1a9fe8d019ba113d7c712777, 0xd0f3a0c89bf76958a4e14a9f83d1f942c05a622ac6e71032285e89456fb24dd2, '', 0, '?'),
(0x796500f5695b097a85b39e7da333e141, 'wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\sticky_widget.php', 1, 0x00000000000000000000000000000000, 0x8b90c4903013e618d085aea4b151f0a3, 0xc2c383ed227a89f469ee77dae9cf697bb5a2a7139eaa49cddc2b87524ab222fb, '', 0, '?'),
(0x7966c7c1388edd2a9412aece30b84d23, 'wp-content/themes/astra/template-parts/header/header-main-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\header-main-layout.php', 1, 0x00000000000000000000000000000000, 0x410bdf84f82ec31fe885578915da7d0e, 0x048bd7ede6c33e2c53a1ce8a179dd6e731e99f9b45df82e9e609c64fbe54a857, '', 0, '?'),
(0x79681debb377c39268f0239187d7532f, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\README.md', 1, 0x00000000000000000000000000000000, 0x9c3a601995a51b9466670ee3c8da88b3, 0x899e03e89b5c4b25cb83808ce3c86d843df980eb72d965a01b8d942b72324cfa, '', 0, '?'),
(0x79695b832259ea686fd4a36dc10ed0c2, 'wp-includes/css/dist/patterns/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa35ae357134300b3bbfde6eed058970d, 0xeabd66fb0614033d65ea57c4ae8ef3949d28ec258355a5f572ab933b501210cb, '', 0, '?'),
(0x796cf4bd9d0442efa3b863f244c78a84, 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-numerator\\jquery-numerator.min.js', 1, 0x00000000000000000000000000000000, 0x4d43b2fcb5ef3e6afdcd539f46148514, 0x93984296d3a46855672fb433ff80384d0f3dc5011e13b780eae16f69750be114, '', 0, '?'),
(0x797568b1866d0036f78432ee36ef7600, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\image-helper.php', 1, 0x00000000000000000000000000000000, 0xd924d96744f218b87770e03bfeba08c4, 0xc14d947650eb7cb0872d5e1a3fe36f5909ba70c18a56ce96c0035e6ae328e146, '', 0, '?'),
(0x797cf77aacf034b4572879499149f702, 'wp-content/themes/go/languages/pl_PL.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pl_PL.json', 1, 0x00000000000000000000000000000000, 0x631d0a66c144ba1dc3e960f3e306459e, 0x51e08491b049b4ca7b77aecb99720e6f62ab8abca5235d913e16de9c7813cf27, '', 0, '?'),
(0x797ed9e666d510a9cc9a4e2e0c248a5a, 'wp-content/plugins/elementor/modules/notifications/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\api.php', 1, 0x00000000000000000000000000000000, 0xb18d0465b82607af231d214a5b819616, 0xed047c695ada8f1bf0eaca0a8d7c67b4315309d3166ef3dc9c33303f82140675, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0xc229ec22c6c8dec230c59a1f798c498a, 0x5dfbfedfd91cfe328b7d61aaadc67c2cc0368a0092fe37b6de7daf2106628199, '', 0, '?'),
(0x7983723ba29aec39293357b82bb4286a, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-robots-transformer-service.php', 1, 0x00000000000000000000000000000000, 0x4ea7ac5b1f318fac709d8a232f90c933, 0x42ae791179c5aaa7d917bccef483e3531ff173dbb9a50b1f150621d9c11194bc, '', 0, '?'),
(0x79892e69258373582d5273e712087df9, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\all.css', 1, 0x00000000000000000000000000000000, 0x8452290d7deb4af0f874314c2912f5af, 0x887d6d62582834ddc79d38915733f79a2fb43c9e462de41846b25c817985ce9a, '', 0, '?'),
(0x798aecf60a7b0817df6f9675cf35744d, 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8dd0048469c2ee0513e5b6351f2e8876, 0x885ff4c22fac34e0a8fc57f0e5adc41e8029b573412e9048243dc23711663760, '', 0, '?'),
(0x798b12837b88155c1d62d26127e8f85c, 'wp-includes/customize/class-wp-sidebar-block-editor-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-sidebar-block-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe95d6db3bf4c2d0844d1d5d32b5ad995, 0x1c1c926f2c6205104cde6e42c4f05176f12d7c718f64bda2db2707423d8a5826, '', 0, '?'),
(0x798c181e784dc2cfffec40bc184fe48f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-smartcrawl.php', 1, 0x00000000000000000000000000000000, 0xbcb07440a4f44eadf69bfe6a92c45e45, 0xbc0c7ee9f2d1ff2f7f80ce1b7c6b63afa8676af42399e3a0bbc330bfe6748063, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0xd52ae9433a63aefaf54df4526cf2b71b, 0x2cdd798c329590f0725c653ba2795a4819e28052a959e81698c8451400707941, '', 0, '?'),
(0x79918c2d809cb364b52f14ddfae804da, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/dummy-author.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\dummy-author.png', 1, 0x00000000000000000000000000000000, 0x33d9c44a386155bf5d40670a550e2197, 0x8d25dcdb234a41a44283ad8c8e2ddccd5fbf7d895b1863179738d034cf0ca81d, '', 0, '?'),
(0x7996f456f67c2fa14e132fe2ee0185b9, 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-contexts.js', 1, 0x00000000000000000000000000000000, 0xe8dc596a8685ca0e85d044a97243dd8a, 0x393ce67d0ded7f16f33ab88d0e31af04a3317253b7cf6c1354a6244b6d979677, '', 0, '?'),
(0x79986eecff07e19d5d264029af24e355, 'wp-content/themes/twentytwentyfive/screenshot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\screenshot.png', 1, 0x00000000000000000000000000000000, 0x0d60746d300aa01c31d9398c6867c87c, 0x09e12f148286850ac3f876ae4a37ca0a932b7a0f5d46a1d4494d5b9063a0446d, '', 0, '?'),
(0x799cbb95466de0a19fbab68a14c57fd9, 'wp-content/plugins/elementor/assets/js/6a19e86dd8c1f9165dbe.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6a19e86dd8c1f9165dbe.bundle.js', 1, 0x00000000000000000000000000000000, 0xeb819784bf26b9bedeb8c6d7637e970d, 0xfa556ee1a2a60da8722b86395fa9147b7766a20b97bdb02d9550f9bbedbe89dc, '', 0, '?'),
(0x799f78fbeb9e33b63bf189794350a419, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\primary-footer.php', 1, 0x00000000000000000000000000000000, 0x349ac55783d8df82eb4fe914298da153, 0xfcefc511d4bdcc8d0f3266e278543eaf4a55026ecc7274eef3c388693ac48d19, '', 0, '?'),
(0x79a6c52843aec9d5200c6a652264c9de, 'wp-content/themes/astra/inc/core/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x79a80a5cb311062fb44b297d6b71c12d, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-4.php', 0, 0x9b0830ff6e55f479e701ef16029160cd, 0x9b0830ff6e55f479e701ef16029160cd, 0x9d876322ec4d72423684cc6f80c9e9a9cdc262d4421cd82a2cd2757bdbecaea5, '', 0, '?'),
(0x79abf2ea411b1bd8bd7fedaedc9f6c0c, 'wp-content/plugins/elementor/assets/js/admin-modules.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.min.js', 1, 0x00000000000000000000000000000000, 0x7a6482815cc5d85b0bc4e47fd05cda4a, 0x5e2f02e11a027c9f9605fe1d20496ca438973257f19efefe00b3ac90c98c7196, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x6f3d602c579184c251b42d0bbade38fe, 0x225d5f96b2e9317473f42264b8d9e10fee2d7bfd9c9d06a811c482e0e85ea85c, '', 0, '?'),
(0x79b691571c2c4cb01d20c543e5f58acf, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/user-interface/free-sparks-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\user-interface\\free-sparks-route.php', 1, 0x00000000000000000000000000000000, 0x8da337426a74d5286dde2af2545d7478, 0x0ef73ffc1ab73882d90221509a911144f8ad3c89e24e88962c75a1c77763756c, '', 0, '?'),
(0x79b6a65c669900462e60bf96d50e3bd9, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\first-time-configuration-2760.css', 1, 0x00000000000000000000000000000000, 0x84f7b39a82e8c7d3982367baae661bf5, 0x07d809b915249b01433ff7dfb71f7d5b75a66e440c988f1a8ee179b4d72c0c62, '', 0, '?'),
(0x79b7c562695a569e39d098766434964b, 'wp-content/plugins/custom-twitter-feeds/templates/feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\feed.php', 1, 0x00000000000000000000000000000000, 0x1f496e76260adc84177ef458352a21c7, 0x86d775fd32b7193a76fd35d9dc2a4e29edd230eebb9af799addcfd8c77e7149a, '', 0, '?'),
(0x79b96073c327ac9d02b47c0f0968aabc, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0x79c31f62d4685597ab5e1c61a3c8c99a, 'wp-content/plugins/elementor/includes/widgets/image-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-gallery.php', 1, 0x00000000000000000000000000000000, 0x7f5d7b0a7fa88de7b0af4943a9288958, 0x31bd2e9254fe44291ce8f432dd2f176e14f2ac6b47b192dffac68135e79c9456, '', 0, '?'),
(0x79c7f3c45360be12c6d97daa537735c0, 'wp-content/plugins/elementor/assets/shapes/arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\arrow.svg', 1, 0x00000000000000000000000000000000, 0x467e7ac6d9a89f77ae9689cf43b079ce, 0x16379e687100a937068ff71c07a4adfb6e2214659a25536c5d678b04ab85f017, '', 0, '?'),
(0x79cdff6509390d12b3bda50f8096d555, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-loop-product-taxonomy.php', 0, 0x9653460c53242ac091aeefa074cf28e2, 0x9653460c53242ac091aeefa074cf28e2, 0xbf6b53aedbe971ddb895e954e82f193cc5392f07db9ed0475b0885bc72ed4823, '', 0, '?'),
(0x79d9aa3ce4ba0c86d800e3c8342a203d, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/cff-dummy-lightbox-preview-img.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\cff-dummy-lightbox-preview-img.png', 1, 0x00000000000000000000000000000000, 0xd54d24829b750581273e392e7c18382a, 0xcf7449e28a4718892648a555b0bfb655fe0886330547bd8c52434896695b02ca, '', 0, '?'),
(0x79daf93d4441023b53622440cd034214, 'wp-content/themes/astra/inc/assets/css/customizer-preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\customizer-preview.css', 1, 0x00000000000000000000000000000000, 0x4781276fe52f535123664de3196bc582, 0x597ec4a9b4626698488ed8c1cd3dd945e5a0fc2ff25bdbd79d351300960232c8, '', 0, '?'),
(0x79e2228c4f8fde7ded371f109e6792d0, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\regular.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0x79e633a1dde2322f9fa45b5823f9c246, 'wp-includes/blocks/query-title/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\block.json', 1, 0x00000000000000000000000000000000, 0x3596ed501e0572806957076ff66d643f, 0x8cd133b05416144ef0eb4f43618e01485552f67dc5d7ddac6d0c8ef598a6050c, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-new.php', 1, 0x00000000000000000000000000000000, 0x80adc87991281268144261eba73ee9ae, 0xfefffe214ce47f17964f2df6f4a82c90d069fee3e3530e05e0d52838963ba9b8, '', 0, '?'),
(0x79ec19658f6d24cdf94a08f59cbad353, 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDeactivationOption.php', 1, 0x00000000000000000000000000000000, 0xac097d3fd3fec91720d2f0020680b635, 0x8c270b88f203d67a672f82d9bd6e2b02758dd7cdc1463ddb5b181486c81a6ccd, '', 0, '?'),
(0x79ed8406ace31f688a36159e9e658307, 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/copy-set.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\copy-set.php', 1, 0x00000000000000000000000000000000, 0xdc726cbac168ef51eb03828e599706f1, 0x6e13c063bc903d2caab309ac47d6a3dd906241e40095ae478254d99cd1faaa4f, '', 0, '?'),
(0x79ef5270f4d410714b95bd7ecf9f1ea2, 'wp-content/themes/go/includes/template-tags.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\template-tags.php', 1, 0x00000000000000000000000000000000, 0x4f081bcc65559c8e307e2ed35b174dee, 0x95597ca0371d5571507ab0c698e159a32f3bc35d00eac567a7aeae392db2c733, '', 0, '?'),
(0x79f105a0ab004c7ac0e3b6b5810bd988, 'wp-includes/blocks/group/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style.css', 1, 0x00000000000000000000000000000000, 0x7d5d78af015e45a19094a9aa2d959910, 0x798d0e205b719b6a1a1a4f86320381d33bb714964a61a57486dd45e889e76d42, '', 0, '?'),
(0x79f1ad25fa711b415a38d7ad9303e26a, 'wp-content/plugins/wordpress-seo/src/tracking/domain/exceptions/invalid-tracked-action-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\domain\\exceptions\\invalid-tracked-action-exception.php', 1, 0x00000000000000000000000000000000, 0xded7e7d88b383eaa88b6699e14633983, 0xea107f0a2330c43885bd2d175824d83bec1d5244b59528a87c3ff5a1fb1fe4e0, '', 0, '?'),
(0x79f4cf8ddbf65fc8a020c9740688558a, 'wp-includes/js/dist/views.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\views.js', 1, 0x00000000000000000000000000000000, 0xa2e89c1d5c24ae122959cd77321d7dec, 0x0b5614711292513153c22f6353285555b9c4b47ce71e7b22d7b3fe1d4e877932, '', 0, '?'),
(0x79f93b28fee3c635e338a7e586a80055, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0x1bb79990002195e9794dc0e696751310, 0x5d807dee1132babbf8de0beccf345cbe500a770930c2961edc3647f37feb67f0, '', 0, '?'),
(0x79fb4b6bdabbfa2099bb7e64c8ad6498, 'wp-content/plugins/elementor-pro/modules/hotspot/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\hotspot\\module.php', 0, 0x10b4248e931382ef7448685bd506c676, 0x10b4248e931382ef7448685bd506c676, 0xc02e1ad65a8a7910a186b5632b568918de7f819e69c3a4ac7928fa9017251186, '', 0, '?'),
(0x7a02e21df3d104a11b0549b5d3a3ee64, 'wp-content/plugins/reviews-feed/class/Common/Services/FeedCacheUpdateService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\FeedCacheUpdateService.php', 1, 0x00000000000000000000000000000000, 0xc327aebb9a4f7ebbd1f23fff4aa432d0, 0x4e2371ba6f4fa3b583225cc7092f252553c1b11a4c73f7a92b9e641b2e6be735, '', 0, '?'),
(0x7a092727aae9d9344fc38cb96ee33599, 'wp-content/plugins/elementor/modules/editor-one/components/top-bar-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\components\\top-bar-handler.php', 1, 0x00000000000000000000000000000000, 0xacee03680ba357eb9d76f1eaf7504924, 0x3972400e37dc3c4e816ef593fb93addb1d550700eda110e2ca9fcbd820cd9c25, '', 0, '?'),
(0x7a0add495894f00d8e9dd4923aa5cf0a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\noindex-author.php', 1, 0x00000000000000000000000000000000, 0xc70fe37efa9386007c19ded4dcfafc7c, 0x2b6af44fb330ffcfd911b4d284be2a722c1d9742a8b1be525309bdd7e4d27a00, '', 0, '?'),
(0x7a1378daaef09b682c387886a00c9576, 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\log-item-interface.php', 1, 0x00000000000000000000000000000000, 0x6e5e74a1fc865d3316441929ec79ed4d, 0x461583f9262bde5753a66b1e0059097903271f9049b3906258d46af5b4d58289, '', 0, '?'),
(0x7a1be5834f7cd16368b9e0d1b58bc877, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-cache.php', 0, 0xbea106d8bde3a4643b833afecbe6bbd4, 0xbea106d8bde3a4643b833afecbe6bbd4, 0xc3006d17a82c834c188891db3e45e071408bb212f391a904d4420d6db15d6d9b, '', 0, '?'),
(0x7a2d15cc0e52a3faaf1ad7452be400d0, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x30f2f8f8191149b38d8a57e28f170d83, 0x885e10adf60d632b9142dda677ec1aa3761c46df73d23eb5fa29fea6630cdef6, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0x7a33d58e927409667ffb0ff79a26a14d, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Coloroverride_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 1, 0x00000000000000000000000000000000, 0x08416eba183d4ea9abc4d8ac25407fb0, 0x6f0428d332eb37d91ffff2a0c5a530c47c58ee79a5045849962284a3610f5fa8, '', 0, '?'),
(0x7a34707b09066e3753a17a65fb323efd, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-file-system-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\file\\llms-file-system-interface.php', 1, 0x00000000000000000000000000000000, 0xd614191f42a5b7d74d7a7e49b036c357, 0x66725546dcd63d8f46c88d70a3faee5f9167c400f4e272f7428a36f4361cf753, '', 0, '?'),
(0x7a3a5eda759df49d740bbc2d81928128, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\access-token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xe0bea452b50a890248593c1e57f31eb9, 0x3f5993cbb9d75104c620621228371e88c244c661e68ab8f8ae95400827ff958e, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\accordion.js', 1, 0x00000000000000000000000000000000, 0xaaaf26fb500f5421cdc723cb3759ec52, 0x39f8a5f0160e6d15b20ee4e62ee9401b194203bff047ba4cc4f4576b7345e588, '', 0, '?'),
(0x7a3ce727310b676174b7769e9abe2194, 'wp-content/plugins/wordpress-seo/images/icon-index-now.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-index-now.svg', 1, 0x00000000000000000000000000000000, 0x3689e0533846995b9c2d5cf0dddea9dd, 0x4bbab9b88e2a941f8ba2482e4fc147ce068354bced335917e4804b5ace8be5cf, '', 0, '?'),
(0x7a3e6e2ce3df0cea5519017f24b6354e, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0xb7f5ce237b35acbd7d2d7b4b4c315f84, 0xf3e534bb0c1af5c0df71085d4b77cb5ec5211a93eb1d5bf1584eb67c92602595, '', 0, '?'),
(0x7a40f9c6ce5bc73cff8acbe6ed39f4dd, 'wp-content/plugins/wordpress-seo/images/icon-llms-txt.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-llms-txt.svg', 1, 0x00000000000000000000000000000000, 0x928f5280edb11be2e7407e0fca94dd10, 0x36a479a86aee6a7c59d65e7a71e9e81491d08a165badd6097f29fb146b958453, '', 0, '?'),
(0x7a44a2d6b04e71f8b91d75f2c7c41686, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Styling_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Styling_Tab.php', 1, 0x00000000000000000000000000000000, 0x16b1a06a9a43c656511ddcd28eae746f, 0x1e5886d0309bdb73af17a6559da57fe471c7825c936628aac2e172581b756e90, '', 0, '?'),
(0x7a45e35d696770c5bb1d474d619e3b2b, 'wp-content/themes/go/dist/images/social/mastodon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\mastodon.svg', 1, 0x00000000000000000000000000000000, 0x2f30e1fa57d077db8e1c9a12b8def2fe, 0x826f1cc45bb930d394b4c4ea61304bfeca98b702f2c7ae24bc5da43f454f4f66, '', 0, '?'),
(0x7a4832f3c7fa50a1c4f58c81deee4432, 'wp-content/plugins/elementor/assets/js/tabs-preview-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-preview-handler.min.js', 1, 0x00000000000000000000000000000000, 0x632dee4e349658ca739d732020eebc6e, 0x3a99d6b0c7b6dbf8c57a1a650f1090b6df5e87348c591ddda79496a87de76327, '', 0, '?'),
(0x7a58c71191fa7944d37fc2da627f4cd5, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wpforms.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wpforms.svg', 1, 0x00000000000000000000000000000000, 0x2aed6e2f11c973e6adea8ba6e76a2028, 0x011902aa1a74d353cfab6f4356c16cd55ee7e510b45161e4f66993996bb71b7d, '', 0, '?'),
(0x7a666795d669f0ea471f000f0bcc2532, 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0xd6fab47acdf217bd13b0250815cdc9c9, 0x9e5bdff8d7abff39bcc9094ad139689cacec1d5da492128c4250711891557a98, '', 0, '?'),
(0x7a6c2c7357e136a475440cd057d1b5fa, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\robots-helper.php', 1, 0x00000000000000000000000000000000, 0x7c7a62d07c5a604ece265b89733b2d97, 0xa43ab5dea97b4593c7e9c5fb50318a75d18cfa52e038db66672bc9efde98da79, '', 0, '?'),
(0x7a6ea61233fe83ce2cba844dece66dea, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-check.php', 1, 0x00000000000000000000000000000000, 0x6055d3d00890e911142d3e2084dfa342, 0xae905998a259ec8ba331ca83577341c8f4656d5491af49dd0c31181481efe3ea, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x97131a6ac394f3226cf86468c279c1fc, 0x49f3d623aeace93631b10121ebdb147ddfe4593740cf957022b3a1164e021838, '', 0, '?'),
(0x7a72595dd2a36212ac47a1e3dee2b4e1, 'wp-content/plugins/elementor-pro/core/editor/notice-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\notice-bar.php', 0, 0xa62ee716a3304f5975696e7b6ce44a18, 0xa62ee716a3304f5975696e7b6ce44a18, 0x510e6e235c8ffd024a29946d9318b0b14ca74fbadb597fbf4841fd7695472852, '', 0, '?'),
(0x7a77946f3cd2cd838574aabef088bc87, 'wp-content/plugins/elementor/migrations/operations/image-src-to-svg-src.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\image-src-to-svg-src.json', 1, 0x00000000000000000000000000000000, 0x446ef43d0566fedbbef0ebcee65f9254, 0xd31541e0335fb26311b3e7482c75d2932c8131471741fcfefe7eb050685f945c, '', 0, '?'),
(0x7a7c899df0fd17a731271904056f5db8, 'wp-content/plugins/instagram-feed/assets/svgs/heart.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\heart.svg', 1, 0x00000000000000000000000000000000, 0xae79a5c7ff9991a7a7a45d1c44f13cf2, 0x2a71a3a6ed03b87436b369b1cac45217d08e1cef35e4cdfa1e2305f82722c80f, '', 0, '?'),
(0x7a7cfbadaaa9ee904ca9e246c444dff9, 'wp-includes/css/dist/edit-widgets/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x55311378013c096124eef1b4ae7fae48, 0x565ebd6e4b17da751c5b4690131543e034a2758a9aecf4e7e94534d3d99687dc, '', 0, '?'),
(0x7a864c054d85e5a808fefa8e6036b22d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, 0x00000000000000000000000000000000, 0xfe0d3515716fa9002b14a42cc09c403b, 0x5eb73eac522c924bfc13c58e4a02cc7e0ba34b58c9cd813a57e56f4ee5c9b2cb, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0x7a8d325d8d7727b4e13d22d3112da334, 'wp-includes/blocks/query-pagination-previous/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-previous\\block.json', 1, 0x00000000000000000000000000000000, 0xf9ecc13f28ed663d8947577276ea85fb, 0x31091a4e54395ac9af6730a326802f0da633040a6d834456c7af3c1894add85c, '', 0, '?'),
(0x7a8d594c1131970dcadafc8ab6178082, 'wp-content/plugins/powerpack-elements/modules/table/widgets/table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\table\\widgets\\table.php', 0, 0x1e897135440ee538a663812bce0bf201, 0x1e897135440ee538a663812bce0bf201, 0x578057e7bf6f28d299933630e378300f6a61c34ce64088f162c58ba64d206432, '', 0, '?'),
(0x7a8f6d8b91aa0b353a9c682ef1bea859, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-date.php', 0, 0x4611b51e81fdc69c2e2226d0e8af9be9, 0x4611b51e81fdc69c2e2226d0e8af9be9, 0x170b8423a8923e2b4f6ced438a4c1de0b7486708adc29229781fb1e344cf3b7f, '', 0, '?'),
(0x7a97656855c9f974fc52bb03ea87496d, 'wp-content/plugins/custom-facebook-feed/inc/Helpers/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0xd30883c64cc996ec936585f2ff1ea92d, 0xa09ad8d32ace87a2bc441aae331771800ba36b73f43082f36b20e9c77830c609, '', 0, '?'),
(0x7a996d59f3612b6c31c29273d9ccd806, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-4@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-4@2x.png', 1, 0x00000000000000000000000000000000, 0x6b8513cd0f00d5132d1aefda38192cc9, 0x540a333802e23b8711c7481ad4f89bb6303ab13100a24fae2e92a077203db7e0, '', 0, '?'),
(0x7a9dd7c9899213cc46aaf772c6c1b6b4, 'wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\views\\cta-template.php', 0, 0x8b8f773f20eacca92bf84c8aa0b3835c, 0x8b8f773f20eacca92bf84c8aa0b3835c, 0xc14d7d74e34be11ed82644a1d70687cfce1ec5c5613441b8d1dd234169ef4530, '', 0, '?'),
(0x7a9ed4c69398f782245ac3048e34c8c3, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\font-awesome.php', 1, 0x00000000000000000000000000000000, 0x4254c678c500e8051d41ef0133952973, 0xf2f85642d8f0de6dc29a2e2cd73ffc1e04bc226efbea7cebc13a166b2739f1e0, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0x7ba7efd0555d4b27f6e27806fb5e34ba, 0x02b48eab7cd72c606e9732a44a09e27164ebfc384c88daefe68abc7fafd2cf92, '', 0, '?'),
(0x7aa2aa5b422d0c10be287f979db53636, 'wp-content/plugins/elementor/assets/images/logo-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-icon.png', 1, 0x00000000000000000000000000000000, 0x7065b9e2fde5bdf3ac2e8e6e2c4ccac6, 0xfcd95c0843b84abcbcb6bb2ddd03c05cd18a799db14abce4e0a17d19060f3628, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xe0461e214f7f30a179e47aed512bdf2f, 0x5a21d40fe673fdf1b627e6deb40b8d930f808600cab1d757e88e561ec7fdc510, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0xcfeb42bfa85674aff77656471d95c067, 0x6f5e01b20caa0c68f705d34e56723e34498534183252038e7ff890e460eb6af8, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x7aae039a2fc611c81b4b9a35d2609262, 'wp-content/plugins/backup-backup/includes/external/google-drive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\google-drive.php', 1, 0x00000000000000000000000000000000, 0x644c036aba0635454d9d34ddeb878477, 0x6a8a9c85e61571d309f29596037f5a9deb276773ffbe398bc1e4226aef79e6d4, '', 0, '?'),
(0x7ab93c697267f40beabf7a9454486bee, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/dokan-compatibility.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\dokan-compatibility.min.css', 1, 0x00000000000000000000000000000000, 0xde9a3bc9ced741730238d72896e3bfdd, 0xbed2464edad1bc0db85fd542200af92ffa9b315ba272140adcb29393430f4361, '', 0, '?'),
(0x7ab9d7970b69d0c15a6992fdb6dd4091, 'wp-content/plugins/custom-twitter-feeds/css/ctf-admin-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-admin-styles.css', 1, 0x00000000000000000000000000000000, 0x1a68659df4a459fe7dd99011a0f3e9f2, 0xf80f3ce60e3d254b31e139ea1518e775655370d42cac88ac286d991965bf0dcc, '', 0, '?'),
(0x7ac15b90b441d66b829e79853063b826, 'wp-includes/blocks/avatar/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0x7ac5d4ef7f8bc6bd2544aa98db7913c9, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-base.php', 0, 0x215a14ed58b4be2446a609e674b09c9e, 0x215a14ed58b4be2446a609e674b09c9e, 0x1fcfda2a6591207f6dda5af36e4d01b4d6c95a96d2249800c21af77d96a8bd42, '', 0, '?'),
(0x7ace8bdb97da60eee78083e7f431000e, 'wp-includes/js/jquery/ui/effect.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect.js', 1, 0x00000000000000000000000000000000, 0x2aae2b19dc95c6463e2c135a10dcd341, 0x34d89786bf4d22fe1749c578782a5a0b5f99816bdbb2c111c35c10bb467c72cb, '', 0, '?'),
(0x7acf92d242b3ea16e7ee031a85dc1f8c, 'wp-content/plugins/elementor/includes/conditions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\conditions.php', 1, 0x00000000000000000000000000000000, 0x2155d05afd5d6f3d2b5b784a4f138673, 0xff0683827ff4f8bc06a8483ff060321d1730a44e31120ee6f8ae7268223aaef5, '', 0, '?'),
(0x7ad08feff1f417464604fd9fff814572, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew.css', 1, 0x00000000000000000000000000000000, 0xd5a9929bad68b1980a0c8ccdd17b5f6f, 0xd34992e6305148298f6e627735d2eea7e06a526e1f579b96edd13c134b52c517, '', 0, '?'),
(0x7adca5a966414db5e582a58a28937476, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.min.js', 0, 0xe3f1253e7afa2a613109ad3ff999ea1d, 0xe3f1253e7afa2a613109ad3ff999ea1d, 0x5741894468d93408c4d1c807e4ba0da1f31a1c1ed3a1f1bc7a3527d4f31cb776, '', 0, '?'),
(0x7adf57ac73577f35ca88f720291efa9e, 'wp-includes/css/dist/customize-widgets/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style.css', 1, 0x00000000000000000000000000000000, 0x639076092d1ed1c2835328dc18b8706a, 0x759832d7bd6a704841041790a6a1bf2129d1c8c3dee607bd150c3029075e2ae1, '', 0, '?'),
(0x7ae07901e433057e104cb15185fd851e, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/svg-src-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\svg-src-prop-type.php', 1, 0x00000000000000000000000000000000, 0x96450960853b9356dc3f098a6b58773e, 0xe54e5d9724a34138fc2cee1c889e991463f2fa20ea1109dc9a8c7777e0499442, '', 0, '?'),
(0x7ae4165b599d64d223246799af592a67, 'wp-includes/css/dist/block-editor/content-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x198ca3b7a9ea2df2bff68f0faf9aadcf, 0x4ff302ba1056b06658d931b47224ca2cf8ea01953b9c01f93b74f5ab8941a4cf, '', 0, '?'),
(0x7ae45c67e6a1e32f168c7fc4e229f48a, 'wp-includes/blocks/post-time-to-read/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\block.json', 1, 0x00000000000000000000000000000000, 0xa920462c8cd2d24b962e5fcfc9e8ba70, 0x60fd1b95aa2c9a9d01e668bc2adc399a4934d54d6acd14b059fbfabaa7194cad, '', 0, '?'),
(0x7ae4707476bc3f5d34d1aa6efb38552e, 'wp-content/plugins/backup-backup/admin/images/info-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\info-min.png', 1, 0x00000000000000000000000000000000, 0x9292d568f4f437ed217d492df58f800e, 0xe964aa150557ae59d1a6dad48fcf0e9bcfe001987ed29c78b9d612d39bbabf49, '', 0, '?'),
(0x7af16796383523182fe6d1e1fa8691d2, 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x7af44e45dbe3e7ccccdd34f761c79fc4, 'wp-content/plugins/powerpack-elements/assets/images/devices/tablet.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\tablet.svg', 0, 0xd45d249aa79d67efaf27d95da45fd022, 0xd45d249aa79d67efaf27d95da45fd022, 0x7eb37f6f951d7f8468506c0844b7c17770a2ec3c862ee3e2c8be7c9d463bf642, '', 0, '?'),
(0x7b06a04955f53e2ed22eecef1945ac36, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Lexer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Lexer.php', 1, 0x00000000000000000000000000000000, 0x0443074d0966bacc97609b11f9796412, 0x83d5cd75eda8ee9c278bf25316a996674d985b33034e22122e02bb9f50955322, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7a0e57242e811034f6a7e59ebed47ba8, 0xf26075c056c4877e21c76226721beb9f87fbc8005eafc0efc588867e287a6052, '', 0, '?'),
(0x7b1030b9883ad1818d1e48386d3a9aa3, 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/refresh-callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\refresh-callback-route.php', 1, 0x00000000000000000000000000000000, 0xa636c7c83d8a638bf2603b48fd427ac0, 0x7493eae0238bc1c2191997e49ab07fa13f7285b8c2e776d4c91b9f3126bd4b08, '', 0, '?'),
(0x7b155433c6a469b640b3603ab266a38c, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-tw.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-tw.jpg', 1, 0x00000000000000000000000000000000, 0x5f1490946475097143d858c1308cedbf, 0x639601b5304660cebbac3d232fcfcd780fc19586a2bad8f9c89869de0ddad929, '', 0, '?'),
(0x7b1785bff8847854e17286d0322500f7, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-button-component-configs.php', 1, 0x00000000000000000000000000000000, 0xf2f64fd4c10eb7431e8f5b89c4ffc212, 0x8452b579ea37b10bf4e3576dfdea5d4964474b5e3d6dc826b1293cfd929ee29c, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\theme-editor.php', 1, 0x00000000000000000000000000000000, 0xb69828208d6105fdd4a25bb2551c3fca, 0xc01683ae8ddb0bd08865f7136754980fb689b2b6b1472e92f3973dba6100409b, '', 0, '?'),
(0x7b1ebb8104948e2ad1edfd7a438e476e, 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-generator-preview.png', 1, 0x00000000000000000000000000000000, 0xbaf05b7a6dc78eeed5aeb2df740cc35a, 0x8190b7e8202d2259d91b29d9de6fa2fb607c75b43aecbc29a8cef1a640ceb079, '', 0, '?'),
(0x7b20ef0397cb470dad7a5306d09915b3, 'wp-content/plugins/backup-backup/modules/review/assets/js/script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\js\\script.js', 1, 0x00000000000000000000000000000000, 0xb2cde5f66453b30da9f22058dab4be1e, 0x8deb6adaec6a1ae0b4a8886fe4111b983ebacd09100e1fa062ffe75bc1668f17, '', 0, '?'),
(0x7b22d4302c059ac5e9a466a688452c9d, 'wp-content/themes/go/languages/it_IT.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\it_IT.json', 1, 0x00000000000000000000000000000000, 0x2ad6b17a9afa830bdd6276c78e0f337b, 0x02f72062559b538be8890db95f9fd3bf2fe73e993b9cb3d502e834e4a40ef5d3, '', 0, '?'),
(0x7b237bf202e89f3b47fc05e9c4a4a02f, 'wp-content/plugins/instagram-feed/assets/svgs/rocket.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\rocket.svg', 1, 0x00000000000000000000000000000000, 0x4dfdb0264d6c7ce97ca8578a685d777e, 0xf185b7b9dc929586a7763ea5de1b121114ffdc729d2d6096f8ed9008967417b7, '', 0, '?'),
(0x7b2753931f24b2f4dfdc035b30eca124, 'wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x112516577a9fdcc4952c3a6f1d8e7fad, 0xe251f68c7ae793d887bd00ecded843550711c0700f5d4299d17961593079c9ea, '', 0, '?'),
(0x7b382305ef9f3ac2de1142edf58cdbe9, 'wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\account\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xec635a809d305de3d2b8fc60655a320f, 0x0229a4b0d017fd9931b0d651ecf1e20e6ed6b9c0a237cd5daf6858aaa938c253, '', 0, '?'),
(0x7b3deb277112053c9ec12f2d56dd769a, 'wp-content/plugins/elementor/core/admin/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\admin.php', 1, 0x00000000000000000000000000000000, 0x21e254a99cba6ca73add829e3fd60f1e, 0x1f1dde789adf61ce2ce4b156e89ed185aa94458887557b86378e18fce79b0a54, '', 0, '?'),
(0x7b3e822c84664cd427504cfa1485c327, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/single-holder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\single-holder.php', 1, 0x00000000000000000000000000000000, 0x6dfe1c308f68c7155f4af95695aae92f, 0x35ae6f9907f1bf2d07f5068d54f0e7ccd6043586642d0c6cdc273e1cb9ba3861, '', 0, '?'),
(0x7b41ef69465df079df92e043f8090888, 'wp-content/plugins/wordpress-seo/src/dashboard/application/configuration/dashboard-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\configuration\\dashboard-configuration.php', 1, 0x00000000000000000000000000000000, 0x4074f46f7fcb807665144b58bcfed63b, 0x63051c65612f5e2d80a9e0115f0f554dba1a12feff9d6071a3ea338ee4152d2a, '', 0, '?'),
(0x7b4ace10962226092cb05e19909403f3, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/website-schema-node-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\website-schema-node-filter.php', 1, 0x00000000000000000000000000000000, 0xe2efe5d77db77a40c603f8e2a7d7d3d1, 0xe283a7bf77d4567697cb0edc68b26fda6ee9721eaa274eb237cd371b02f3007a, '', 0, '?'),
(0x7b4c158e20510541ae827f2d980e5baf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x7b4c5e690540db3cd9c5c94bb63b6275, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\module.php', 0, 0xb1d7fe195019aea8401b0905e08f4633, 0xb1d7fe195019aea8401b0905e08f4633, 0x590c74dc8f15b2d877cbc3eff2dbcaa6a431e6199f5af8bae0040ae7b1bb045d, '', 0, '?'),
(0x7b512e84006ef69065cfb2940cee5bf2, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index\\all-children.php', 1, 0x00000000000000000000000000000000, 0xe73039ff71c1bc0756c22e553bb9b868, 0xfe35fc9cd9a5c9928c6c4bd1d39b370caabd7b52dc50b1fde9cd45a5482329b6, '', 0, '?'),
(0x7b525bbdbbefbc4d0cbd6caeae1b9cea, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-1.svg', 1, 0x00000000000000000000000000000000, 0x1270a825e9d568fa270a126887d322ff, 0xd48f65fba504826784854580fb21b4584c586a47ca45abc22a89ce6fb0f9fa9b, '', 0, '?'),
(0x7b57e925567cd269a79527f914eacfd9, 'wp-content/plugins/elementor/modules/feedback/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\feedback\\module.php', 1, 0x00000000000000000000000000000000, 0xff1885f9242bb740b85a93cefd9ea9d7, 0x04d94e05c511f1e3f7d7282dc110094f05ca9b2abd67e915bf14ca1e95b0987f, '', 0, '?'),
(0x7b5d0ea1ff320f5d24440fad5e730371, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0x2fe48f2cc5ccff32f3d7d47c6eb1b068, 0xec648d2b198478eac84dbefa7b0726dc26df897d116e19dda7ed8e0c26ffb907, '', 0, '?'),
(0x7b5ffc091f04a7ec8fc3f3da3208b0b1, 'wp-content/themes/astra/inc/compatibility/starter-content/home.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\starter-content\\home.php', 1, 0x00000000000000000000000000000000, 0x8085a012fb96dcd9a9f95ffe2d492c19, 0x845ae89f65afe7bca6a4c056896e6a91bda45f0fc07f2b85ddbef7710df9eacb, '', 0, '?'),
(0x7b61e2c07b0834d3173bf2d34d6fd8b2, 'wp-includes/block-template-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-template-utils.php', 1, 0x00000000000000000000000000000000, 0x58359d571069931a9bb0b0fe26328954, 0x7b959e7e0d80db005cbc1806101c3992c5b81d1583fe5528d1f7ec7c34466319, '', 0, '?'),
(0x7b622fff8d3bb9a6f777b2dffb4873b8, 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\hotel-facade.webp', 1, 0x00000000000000000000000000000000, 0x8e5c2dc032c98f568400e5affeae193d, 0x504756474499e72c46c13f1c9edb192a466792a4e8b80a1644284828ada0d12b, '', 0, '?'),
(0x7b6b05ad04766c7952dc1c14a0950005, 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/atomic-import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\atomic-import-export.php', 1, 0x00000000000000000000000000000000, 0x7af416bccb64a3452663dd18328be7d6, 0x1c6d7b4fa0fd56eea248028287c339e6bf1cd013b8f15970a7090b6677440fc1, '', 0, '?'),
(0x7b6c074436607c613935f6d0e8d17f87, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0x8e8626d2cd344b5e36f32a59efe96f65, 0x7c41ba335c1d4e8b3f3031360298f71fa44209eb4e0715cdc7f8d03a7ddf4753, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags.js', 1, 0x00000000000000000000000000000000, 0x7ba1af3d81b93606e38f5cea0e83b21a, 0x39a5a0ec2ed1bed119fef737e041d6505866a18d35bfbd842d8de946b23a49d9, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0xbc4031f8dff2fab441a359ea5c650208, 0xa8faa28c478ec20e6ceeb8bcb8ee1b6ba656240c8c355a60a03272121e4f7d56, '', 0, '?'),
(0x7b798883256c49553543e4e9c79e528a, 'wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\class-astra-builder-base-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x8c75da53c472fe722c7ce49a9e903829, 0xefa74ef33477385b2d9171abca861b3dd9d2a8c91475a68c25cde139ddf36d47, '', 0, '?'),
(0x7b7b6114e06df06f74a3723d8471c74e, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-heading-paragraph-links-image.php', 1, 0x00000000000000000000000000000000, 0x200131d294374baf587d9250a6ab8544, 0xfccd28fe90c44ff8d7cc20e1726243310814a83e3bc20d782634800c676eaa29, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7b7be5b5684c2eb0442e5ad3f9469907, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel.svg', 1, 0x00000000000000000000000000000000, 0x31ceafe9b6699d498a0d07db13708175, 0xa7234b9a5b34c23f8767b10971c94175958794cefcf5204bb1b74459553d3c65, '', 0, '?'),
(0x7b80a60b38410abac5bb1fd2c27febbc, 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\crawlability.png', 1, 0x00000000000000000000000000000000, 0x9c9fc3c37a26ed6fc09e9c39c48bf50e, 0xa9a55e523121a56e95a6b81933fc67c0210877971e35f57ef8b726d044ae4988, '', 0, '?'),
(0x7b82b445f0ccbaae5f1d394da71f5ede, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-origin-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-origin-transformer.php', 1, 0x00000000000000000000000000000000, 0xc53ec97cd5bf3cef7cb50e363536a8c1, 0xb848ccf8be2bae666fd5de9bb0b9ecd37fddbbcb23f5da5d07f5fbfd6691bed6, '', 0, '?'),
(0x7b8cfa044772336d18d0b87302e4b87c, 'wp-content/themes/twentytwentyfive/styles/08-midnight.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\08-midnight.json', 1, 0x00000000000000000000000000000000, 0x97f430f906509e244e4c59ea489e02ec, 0x3a0855355f82de992ae79d372ef3eab92d604d9842bcd5577fcefcbfb1631639, '', 0, '?'),
(0x7b8d651e6d88e02d9a13009bc55f84ed, 'wp-content/themes/go/includes/classes/customizer/class-switcher-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-switcher-control.php', 1, 0x00000000000000000000000000000000, 0xe4891dc410c28864dc802f7899c57a58, 0x96cf73c649796b05da0c89f7b3f178e950392b344377d69cb0c4dd755ee96f84, '', 0, '?'),
(0x7b8e989c3d75c43acdb76f753f561b13, 'wp-content/plugins/elementor/modules/design-system-sync/controls/v4-color-variable-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\controls\\v4-color-variable-list.php', 1, 0x00000000000000000000000000000000, 0xf16093ecf38a2c3facacd0e9751d74cb, 0xf0c694524a0efbea20bef24dfc704b624c864937a2bb97fe91279108bd7722ea, '', 0, '?'),
(0x7b96ced4bfc715f075436b1ab4720052, 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT.po', 1, 0x00000000000000000000000000000000, 0x05baffb902324c40e44b11e09fa13788, 0xd14d3a62242546533c5eedf59ee037f9090b5009b2d1c9ba0a4f48c5aba0c5f8, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9a2ee49b4c6e3d915fe1aa5bc0d27483, 0x2622cbe24a725287d36186feb1706263b76926b409fbcc33eb7a40da5baf0353, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.query.js', 1, 0x00000000000000000000000000000000, 0xd80dc4a1e4e14cb47a3bd2bf991830ea, 0x90198590d5b2b4eda1d13cee861f433df3f19d48903ac64c57ce8da63962dd0a, '', 0, '?'),
(0x7bb4861c2a825d7ea36ad29deeab9cc8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8853.2a85efab0a19cf81.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8853.2a85efab0a19cf81.js', 1, 0x00000000000000000000000000000000, 0xe7ecab21d6a530a9bd6cb404d4d983c6, 0xf3c6141574db8ef797f18e1b47d1660148cd72b56a55ee0571d34b8348302da3, '', 0, '?'),
(0x7bb874033004fe00fe84b8296b3b0f3c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2993.db2eb7576d29d6d6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2993.db2eb7576d29d6d6.js', 1, 0x00000000000000000000000000000000, 0xd90cbb28d1856b61e59f078d1142167c, 0x1fc58dd97b78e78e014d74ecd5f981573b3803e644eca7af8e62e00e54997488, '', 0, '?'),
(0x7bb99f61dfd40fe8993beaac02b6c577, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0xf7fd903c538a08c8c899be05ceace3f5, 0x848a3fd87dcdbb5bed42fd729d2209f4365178e69a656bce6085785bae3d2bb8, '', 0, '?'),
(0x7bc08ba5d01ab9313dcf5b1cd84c7be8, 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-section.php', 0, 0xaa16166f88a6bc204a94ef69e793a155, 0xaa16166f88a6bc204a94ef69e793a155, 0x3e5bf07fed0646c3b23ceecd84ad43951f7ae616e339823170860222bfe95307, '', 0, '?'),
(0x7bc3c93fcbc2a66494a9cf8d5fdfdeff, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-rotate-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-rotate-prop-type.php', 1, 0x00000000000000000000000000000000, 0x816f835cb02aa7aa299f2a10cb2d3d4d, 0x62c75869dcc93d6db03b8aa8d49c1e90c355b2798a8b48b4c27d8e57c5814b7d, '', 0, '?'),
(0x7bcb11259b950ed7463e74f2975d7cdb, 'wp-includes/blocks/term-name/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\block.json', 1, 0x00000000000000000000000000000000, 0xd529c0621fc64c9cf47f531f5580aa17, 0xb08d1acb2a695265e485b35fb740ff3a0ab67225beef093ca8d849c1befb7f5c, '', 0, '?'),
(0x7bd00eab330bca93de81eb671174297a, 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-theme-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-theme-colors.php', 1, 0x00000000000000000000000000000000, 0xd798a5129790ae440446c53925922bcf, 0x4dd3d930b44adb5b6705e14ea95be06bac279275746ab17e4abdc2950ad3dfde, '', 0, '?'),
(0x7bd0d3fd7a3a4ba24f1364d68635bf34, 'wp-content/themes/go/dist/css/design-styles/style-traditional-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd8b41c885b3d9a43e7403ca8515aebd9, 0x55ad9dee735fa109eefd23c2974a8332c7a9703e3d4f7a94aacb751e08ba5cf8, '', 0, '?'),
(0x7bd684c222e48228fdd785cad549065e, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-loader.php', 1, 0x00000000000000000000000000000000, 0x12bec430e665da0dd81a75ceefb2cbfa, 0x8f7b8899f39f9fe77c8b70173244d866388407e80b50a445edc2dd5a6b2994d5, '', 0, '?'),
(0x7bd84f9a0ffe7164e7f9cdae7864a5ce, 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\banner-project-description.php', 1, 0x00000000000000000000000000000000, 0xcb3ae532a20b37eca5519978849f278e, 0x2bea45ca80998dacda260443e823c0d1ff48ea6d665a46b82f399f9eb4c1305f, '', 0, '?'),
(0x7bdb1fbd1176561af06be41de853d31e, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x5ee4431e5d9a77a41cb575d2ccaf37b7, 0x2aee2a5ce7874f1c6ad7ed8b6baaff685fd2cb40a16481af4853048a22d106be, '', 0, '?'),
(0x7bdce1d964e574ea3231df69b3f35ae2, 'wp-content/plugins/elementor/modules/atomic-widgets/query/query-builder-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\query-builder-factory.php', 1, 0x00000000000000000000000000000000, 0x1094511be3eebd2eb36953f8095f7db3, 0x0ae89bd9f989a5bf487fa619802a94b1d82d1d1599c2f638448cec979d2c2e64, '', 0, '?'),
(0x7be0409491d1aa30b34e809d668dc0dd, 'wp-content/themes/twentytwentythree/templates/single.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\single.html', 1, 0x00000000000000000000000000000000, 0x2b67c623e93ee9fa4a3d0e3e9601a675, 0xf44901ee6659018823f4127daffda8cdcc3c5cbe46a1fe3258e93a92f186f1df, '', 0, '?'),
(0x7be5b0c7010acd72490118ab90c51d06, 'wp-admin/widgets-form.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets-form.php', 1, 0x00000000000000000000000000000000, 0xbb645872da06337171664c199fbb792f, 0x5db22bbfed1e6bf23fe3ebbf3f762986a865e2204834934e4bbf6a0e7f0baf21, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed.php', 1, 0x00000000000000000000000000000000, 0xda69b5b559ffbe73de775446fcf4a435, 0x042923e212b7c062cffd574affc3103ae7ccb9fa4399e906bd35787bd65055e6, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0x7bf5073bf4c03133e8383417cb1ce62f, 'wp-content/plugins/wordpress-seo/admin/ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax.php', 1, 0x00000000000000000000000000000000, 0x149fbbb541b2ffde5d2c57a0b95113aa, 0x06e192846665a711dedf5fcebf085cccf65c4672dfe82ef8a31e0c7f82fdcc8d, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0x7bf5fd6e1e64728f72cc1fa09c8a19e4, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4967ff3dc8fbdb08f5635581ba2668c3, 0x378a364da944bbd6ff76e35bc3068914775f7d7baf7a1123fecd68d68ec947d8, '', 0, '?'),
(0x7bfc3a3013474d3b84f805c4668ebf6e, 'wp-content/plugins/instagram-feed/admin/assets/css/support.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\support.css', 1, 0x00000000000000000000000000000000, 0x608efcd03480083e5df70a2c7e7313aa, 0x7b0fde50569e4201b486b9d2dbad493c6ed1a7c3917a61eaa23776c0befda404, '', 0, '?'),
(0x7c0244879e20dde56e6b1383a5c365e8, 'wp-content/themes/astra/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0xc48f0c804f746b41650a53661b5cd9ea, 0x3e637172d0c24b0d5cf35b2a5299c5aafcc71af1eb898dbbc48e57af27c4f29f, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables.css', 1, 0x00000000000000000000000000000000, 0x014eb1f2793d59444aca1e5c40f18f7c, 0x626b69c307fe897359d55afdc8de661efd1ecacbe62cc4d69952c4b4189fb24e, '', 0, '?'),
(0x7c060d6de3149e51c2a8aba4fa496580, 'wp-content/plugins/instagram-feed/assets/svgs/albumsPreview.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\albumsPreview.svg', 1, 0x00000000000000000000000000000000, 0x60d015af1615d9174f65f26a85d66c9a, 0xa11590a7ab7ab2752220580fe4b1290826eddc2257f217df08f49b9f6df812e9, '', 0, '?'),
(0x7c1083eae6bd4ce7ef463883353c5a4d, 'wp-includes/blocks/gallery/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xa1e600a4371b64078f2eabad30a9b979, 0x84954094ca0080097ab613cc678be21fea587e4f52b2cc465980955498083fb2, '', 0, '?'),
(0x7c15f0a8e274b4994123b00d8e412a0b, 'wp-content/plugins/elementor/assets/svg-paths/wave.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\wave.svg', 1, 0x00000000000000000000000000000000, 0xdd6dcdcfd73524b64e7edf5830499fab, 0xbb1793c3d1744b9b1772169eeae710f0d99966abe56e50198964ca20a418106d, '', 0, '?'),
(0x7c178bc40b20ac3ab0b1a2e192bcc7d5, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\products-renderer.php', 0, 0x3ad9c6a6728189afd8abb429729cc025, 0x3ad9c6a6728189afd8abb429729cc025, 0x1310d1adb2b390b1129bbd79564a1fb8e9801d33f9f5e3967bed11b535b88989, '', 0, '?'),
(0x7c1d4acea7795e691aab49eb54574595, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-7.php', 0, 0x5243d5c2b2f9c5e75588c0b6af302203, 0x5243d5c2b2f9c5e75588c0b6af302203, 0x145dd45afea679cf74d6a10e4e6c545f5adfa0a3fa0c4d9b613e9b0f1fcae449, '', 0, '?'),
(0x7c1fca3cc642f3cf9f233ba6a234231a, 'wp-content/plugins/elementor/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0x570cd788bafca781746c3140af0798e7, 0xc7c8868418060b622bb73a4af5a1a2f38f89c739ae7944bbf74a8e846a7799c7, '', 0, '?'),
(0x7c21a2f3fb41d9d754f168c4305b40ac, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xc46441ace5c499a715afe1ddcb3e2cf7, 0xac1e53370e814974736460c0e1cb4d2e41be2b54aff6b40f7a8cc2fe8c4cd7a1, '', 0, '?'),
(0x7c222fbb4af29c201f8b949c24dd6abd, 'wp-content/themes/go/dist/css/design-styles/style-trendy.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy.min.css', 1, 0x00000000000000000000000000000000, 0x9bdd19700d770932e62537d1e3e29daf, 0xc0ffef9bdfb5169469e2cf76840f8d72b377f9a66655c22a1599eaa2fa7a92ba, '', 0, '?'),
(0x7c25537c6d7f4081c7721ce9c3757312, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-data-encryption.php', 1, 0x00000000000000000000000000000000, 0xd338fd5eb709a4a7b7620d49c41b48dc, 0x27190f36965f3984c277854f0f6bb4bc74427e0aed9c167b7fe9111396f71c3c, '', 0, '?'),
(0x7c28b12042db93ec5a1636157f336a7b, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-reviews.png', 1, 0x00000000000000000000000000000000, 0x88398b655e9e601d9b90f478e4fafde7, 0x784d7aa90bdc78149e210532129472a6dbc6ec0bbed10b62fc6333e07092753b, '', 0, '?'),
(0x7c2cb4d333d49f3bd2fb64a0869f1962, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\import\\templates.php', 0, 0x0c3455a6beddf477ce630066b903deaf, 0x0c3455a6beddf477ce630066b903deaf, 0x6d3852b750b442f59c6a44ceb92332a6cdb2667bd5a8e4aa791dae79ba4a478a, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xfc829ec53b0c5923007f8e478e911703, 0xe7cb189a98cc3791e5e0dfff0014f249019a81232254aebaf30c5b66acec0674, '', 0, '?'),
(0x7c2e5d1bd318f10c10b00c8830db01b4, 'wp-includes/blocks/pullquote/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme.css', 1, 0x00000000000000000000000000000000, 0x6be1ddc88b365d7c45b49551eab32fd5, 0x305f1a2ebfd7d3fee79f25d2cd4915e0eae3785368deded16c3f0ee4e03a5387, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\admin-bar.js', 1, 0x00000000000000000000000000000000, 0x35c4224d5cf47cc048b5cf9cbee6269e, 0x7798fc2374f6dd717a14301841d5e883adf7f2d8fe0a2c8b447c3a56097d8a6b, '', 0, '?'),
(0x7c3068ccaf6a81cfbf5f8f35d83c6aff, 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x7c3de89b2fb7412d3f6d086ed519eccf, 'wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\convertkit.php', 0, 0xf99677d184536714f0e5410a4b5c6840, 0xf99677d184536714f0e5410a4b5c6840, 0xe1b9f25e4b7eec4aa892d4ada3570ba6cf6d22e7ddf5510156b124749fdcace7, '', 0, '?'),
(0x7c3f936d46f4c8cd32bd12cb0289f9e7, 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\aioseo-helper.php', 1, 0x00000000000000000000000000000000, 0x969e15d84cde779b07cecb25cfe19c0a, 0xe60e6014d654b34c5110cda882e2889c46c80cc4f5640d8c3ecc5d197487462a, '', 0, '?'),
(0x7c400c1ba49f33a55c1b561146f0b6f3, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\woocommerce-add-to-cart.php', 0, 0xf607a3625b7394628eb59bcee38dc11f, 0xf607a3625b7394628eb59bcee38dc11f, 0xb699964074837d3787e5c0059858a28560782290068124f0b3a2605d995f7367, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0xba18470c39fb466d1fa3715115169e9d, 0x4ab5361ff02556b5da22d30d4bce79c9b39b68aaa41e9138864ef6e0dfcee946, '', 0, '?'),
(0x7c53c5a24c80504441eeeb91ce9d3857, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-2760.css', 1, 0x00000000000000000000000000000000, 0x5b59f6450cced80e449d90ee140584fc, 0x951472097153602f0bd63373270c8238271d0f918ef9a2e3e3977382fded4e0f, '', 0, '?'),
(0x7c550f76f3ceab59ead24c4c84cd0839, 'wp-includes/Requests/src/Exception/Http/Status500.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status500.php', 1, 0x00000000000000000000000000000000, 0xd016d2428e4ed77854115a873087e57a, 0x309effa62f0c073603ac581294dc03dad65cf6d79380217c3426c14ce84939c3, '', 0, '?'),
(0x7c596efee3b2b736cfeb54cd7f3ed4cb, 'wp-content/plugins/elementor-pro/assets/js/38a015cfd4402fcba18c.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\38a015cfd4402fcba18c.bundle.js', 0, 0xacc3a36844a643aacfb9c691e37e022a, 0xacc3a36844a643aacfb9c691e37e022a, 0xc9c27b494faecf5ee07db3cf075691a20c0fef02eda89d348af4eaad30ccc905, '', 0, '?'),
(0x7c5e27e5d6a029082fd38093f3be6309, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0x9a50ac871fac6c4c58ac6165303b4fde, 0xe271fc5bd02808a12302d8a18aa87620d1b3be0e983752cd5c4789d4dc49cdea, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0xee0e5c780ee1d53e96b5ba68cadb37af, 0xc9e0ed2dca4b40aad4accdbc2246725c0593862f4b8d1a7202b381f4abe0d048, '', 0, '?'),
(0x7c6d6a1fe1ce2425749d37d05e0e7817, 'wp-content/plugins/elementor/assets/js/pro-install-events.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.js', 1, 0x00000000000000000000000000000000, 0x872f0736695d8f3c35abde7e5c5d5e0c, 0x7f269c93f81ce008ba1bc9cc0046f062ff4808930abceba9ac65c1e790f8c4c0, '', 0, '?'),
(0x7c6dc13100bf917a98045ea96de37bda, 'wp-includes/css/dist/customize-widgets/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style.min.css', 1, 0x00000000000000000000000000000000, 0x862e42e0214c74d71dd48f0b27882189, 0x12e66ab44bbb3bf35c9ed913fc23aabcf530f8970676fd3fb1e9487c4ba37587, '', 0, '?'),
(0x7c77d1dbda27e5d69234f783ccc3e189, 'wp-content/themes/go/languages/sv_SE.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\sv_SE.json', 1, 0x00000000000000000000000000000000, 0xf5ed1b7f34af5d69882d281a6fe339b5, 0xee2d02e2fae2b7a8c1ed20256f92420da748d41659887a0a73b3019e4b1a8d35, '', 0, '?'),
(0x7c7a7f1ebd9368c1d521c7f4511f11c8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-reviews.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-reviews.svg', 1, 0x00000000000000000000000000000000, 0xdc423bc005c9855f4d1d4aac291e4ee3, 0xf28f5fea8bdc4352b770cfaf0e8690ae0d2d9b91ae5817d66aaaf58ddfae4b11, '', 0, '?'),
(0x7c813ecd9c817fce6c86ef7a5c750ee8, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-images-only-offset-4-col.php', 1, 0x00000000000000000000000000000000, 0xc85b33735f5ecc22288439692a7d53ff, 0x36d3ab67aa7e45c36ad3a219f7b8f79ce0d018f251a8a5f9afcf13a244b00713, '', 0, '?'),
(0x7c8674e59e98ca9e2d621e19ccca2a73, 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.asset.php', 1, 0x00000000000000000000000000000000, 0xdb87404ba11b4b42619b676b930697f8, 0x4d316a1e023f9f9ec22bb41a5cd09468795cbdc8b47c692633c7ffac094951fb, '', 0, '?'),
(0x7c871fc5d51e335d82dd8fe40aba43ff, 'wp-content/plugins/elementor/assets/js/packages/twing/twing.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.js', 1, 0x00000000000000000000000000000000, 0x5094f53c37ba8d7c0464484a525f6df0, 0xb2bba509cfbce98ebaa53534822bceb275bb3e69cfc3412c1c08b7a0c416d2b7, '', 0, '?'),
(0x7c8ef177319e62a7ca71c7a7c2dbb5a9, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-skew.min.css', 1, 0x00000000000000000000000000000000, 0xdc796418c39960b3440495f9a05ada2b, 0x84f9dedd8b4cc7b7a0b0ab7090c4796df04d794df373ceb7e6ef4b511fe52b36, '', 0, '?'),
(0x7c90cd4398ee2d9d3628c387a87a70e5, 'wp-admin/js/password-toggle.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-toggle.js', 1, 0x00000000000000000000000000000000, 0xb23b00f24ebbfab73689deaf83f5fac8, 0xd70eaf986ba621fe2eb3df80bf8766a8c7bfdc7801e4b2c66037f906167baec9, '', 0, '?'),
(0x7c9328188c074dbb21fda0caf346e572, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6341.d230b4d76337d609.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6341.d230b4d76337d609.js', 1, 0x00000000000000000000000000000000, 0xc59ffe07d0553d81071483b50bce0912, 0xb425dec463e1ff1147637ec46b28f32c55c43dd2eabd3235c6e1c0e368b5149e, '', 0, '?'),
(0x7c9709341f505471159d4a262f5b538f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\menu-cart.php', 0, 0xc024d3a63e5181016f55395cf01c665f, 0xc024d3a63e5181016f55395cf01c665f, 0x8d302a31bfe54cc379c129c9fbd1dbddd46a9067606de3fc5460246c72df9ecf, '', 0, '?'),
(0x7c9828bf7a34ba2ccc07ec38d19ce692, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2.a811813b613f37aa.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2.a811813b613f37aa.js', 1, 0x00000000000000000000000000000000, 0x6300280dcef39f646d2b720742322479, 0x74ed6e8cc527aaed439bf2a2ef976f6774bb9212e27eb254233029d47f618c70, '', 0, '?'),
(0x7c9c4ad9a0c2f4adfde0747cd0ebc1a2, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x826af80b9d14adea5eeac0dff295bcef, 0x7711e7f4bf02032b30cd377b81ccf2ad164482cff182b88e47a186ae21475dec, '', 0, '?'),
(0x7c9ec09d3ea0f54ddcfa282098bb8239, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x381ab1a41bd17fc75b7346131fd80ad6, 0x24abee2f6335e4a8ecec2b1f4d183d30714c5eeec5d9d4b4b9c08c4f5382f1c6, '', 0, '?'),
(0x7ca01caf54ab71ca2b75f9c21ebcd51f, 'wp-content/plugins/elementor-pro/assets/js/stripe-button.b7e32b5d713d60752c7e.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\stripe-button.b7e32b5d713d60752c7e.bundle.min.js', 0, 0xb18074bc94629d35c99c9dd2a012adee, 0xb18074bc94629d35c99c9dd2a012adee, 0x663293226bb21c693d7433c12ee967a2fe92a8c8516b114352fec256be1ae4a0, '', 0, '?'),
(0x7ca613a69d31eba2a5b92030efab242a, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Textarea_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 1, 0x00000000000000000000000000000000, 0x2ad389d504cc7424877f97b1e2d84f85, 0x61f7bcb11c6d1a56dfbf16f20d89520a087b03eec08c2b37373d7330ed452450, '', 0, '?'),
(0x7caad8d65c621c6db00095fddbe86547, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x5da8b8388556587a2aef9c4e44c0a453, 0xa7b27aaed5d44c616ebf88a31b6614e3bd75ad4a2b2ca1f811eb120b59281b7b, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x1e321bc1ca164effd131dc4239586b1c, 0xe711584ae88ac392c94873663dfb5d8bf9bf0ad50c2a764858d09f4413c7d943, '', 0, '?'),
(0x7cb658e5e4383f74343753bd89ee1207, 'wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\base-notes-notification.php', 0, 0x17b310d9a3267b543f114ce35cf93696, 0x17b310d9a3267b543f114ce35cf93696, 0x4307abfe84f619130852e3fd46a3e7090ac95487369e206ba4f61b1e391e16ff, '', 0, '?'),
(0x7cbaa8c534a529f83d337d26cfa48510, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\get-request-conditional.php', 1, 0x00000000000000000000000000000000, 0xbf616c09a32447b2c94c7219a5d86a71, 0xfb3a73549e949c83299b309550132a9a3c896a351c221edc027726d163526294, '', 0, '?'),
(0x7cbaac6509b9a956b81143cb12e6216a, 'wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\copy-url-stg.svg', 1, 0x00000000000000000000000000000000, 0x6f3d2d82032cac477a4387df2746097a, 0xd3edafcd7cf20993dd4b5b23edcc6fc86ec6f8a16782b096dc1e972a3bd452c0, '', 0, '?'),
(0x7cbeed3903bf82143f4bce9055ceeb1f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wordpress.org-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wordpress.org-provider.svg', 1, 0x00000000000000000000000000000000, 0xddcffe46c53bccc2a127a71ce16e12e4, 0x9d3efd013ae3cbc518d288eb1b7295f962a2e8bc2cfec1a2c34eb68fb821d1a9, '', 0, '?'),
(0x7cc3ee33b732e984025e716afedae71b, 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\frontend-inspector-resources.js', 1, 0x00000000000000000000000000000000, 0xb84ad579c607dda28556b84b7aff9062, 0x95b452d8dd6c7910ebca4e6ca407c4d91c31e82475c4d9bac0875377c9a1a6e6, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0xfdb0d59a4b8b482fb11e5ed5d341b32d, 0xff7e559f6a9bdab7dd52e20eb5c31cfc9add1d88a8a901b56d1f540744810f99, '', 0, '?'),
(0x7cccca71dbd2aa156c9e19838c74d442, 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-get-footer-builder-design.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-get-footer-builder-design.php', 1, 0x00000000000000000000000000000000, 0x37c3a2e724b488884be34615423ca363, 0xa91cca8698040e7731be829622cdf7a59c94609a7059719dd6e5a5b94a1bf065, '', 0, '?'),
(0x7ccf3fcef7ef09eee9e5302247850703, 'wp-content/plugins/instagram-feed/js/sb-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sb-blocks.js', 1, 0x00000000000000000000000000000000, 0xbff643fadfdc35d9b9da2b6a62c1c581, 0xf72767e17bbc6f97211b98709350cdff616c80c2ff2963c326e05f44faaef16b, '', 0, '?'),
(0x7cd3b19d8700887673f4f3e542e92d39, 'wp-content/plugins/powerpack-elements/modules/wpforms/widgets/wpforms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\wpforms\\widgets\\wpforms.php', 0, 0xb18b5475d7cf787b328322e38bfae700, 0xb18b5475d7cf787b328322e38bfae700, 0xd060eff3cc0dae16f26952b10f55339bf72d4624f8ec80bd8d3d828def124ce0, '', 0, '?'),
(0x7cd71e7e9d628d14c3854c9277b55e5c, 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\x-logo.svg', 1, 0x00000000000000000000000000000000, 0x320bea8c13b919b27054a421280d0e14, 0x4d77c86a67de3811f85c47676036c43cc8fe1d7d7bf61aae4e5dbf7b785eac70, '', 0, '?'),
(0x7cd7ca13c154a3abba86594d3232fd46, 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x58222f16c9f1295676c85d665a1e0af2, 0x29d500b3e85ee3a622e9e3ec9a75496e3242d49fda83caf19c8029f3efc5caf9, '', 0, '?'),
(0x7ce6ccf3bba35d87157f2cd8ef7f90bc, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/icons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\icons.js', 1, 0x00000000000000000000000000000000, 0xaa63a88a94254b63085ddfff4b064b49, 0x368e1bd2f229176d245628b59bab4d78244ca6c96f4545171098d9af9e7a9323, '', 0, '?'),
(0x7cedd050f0fd05a2d986c351daf8f767, 'wp-content/plugins/elementor/modules/editor-one/classes/editor-one-pointer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\editor-one-pointer.php', 1, 0x00000000000000000000000000000000, 0x1f0fde19ad45aa7b65e8b7d76d85d3a1, 0x28a08d8d4a42afe2f065ca06b835d98ecf2cf1268f9b7d651c085d527add5712, '', 0, '?'),
(0x7cf0a4bb6dca872c68965fb739b6eb04, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-post.php', 1, 0x00000000000000000000000000000000, 0x6a204f4c1570e704a5bdf9f8e4c2e39c, 0xe37c8da0176903fcf912bcdf59bb563456bd51e99fb64cda9b4c346ed85fc3f2, '', 0, '?'),
(0x7cf32b731d6977d1c0b8edae5ddc8abe, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/css-filter-func-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\css-filter-func-prop-type.php', 1, 0x00000000000000000000000000000000, 0xdd0f12048c12881f233b1bae4fc912c0, 0x742fe5260ce3bdce9f854b93e3da237eaad7c8837dd087e3e987093b78b9aa4d, '', 0, '?'),
(0x7cf9a118708448d3a0536e52be5a3a7b, 'wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\cf7db.php', 0, 0xdc014c68b04ee9f80e4d0f92baa56bff, 0xdc014c68b04ee9f80e4d0f92baa56bff, 0xc103d849b2f5707e5426fbcc221d25c7568d315f7d3d41014fb01c0782e49818, '', 0, '?'),
(0x7cf9ec1ed30819f9d29eeb23d2aa2ad3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/add_new.39b2fe06d58377165107ef987e6ab034.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\add_new.39b2fe06d58377165107ef987e6ab034.svg', 1, 0x00000000000000000000000000000000, 0x51418318d6c9ddee5f43b98f0f639bf2, 0x69eb86cb1946e631725bd8df91c65fef6312bb657c5ab69664beac6da3d573b9, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-add.php', 1, 0x00000000000000000000000000000000, 0x1b5381d304feced1c0420cde3c1e822b, 0x223bc723159289cbdb5c9aa160bd7fd3bcac0ba09bf321134b316f99be9c0ad6, '', 0, '?'),
(0x7d000bf73a3b660bf1b7f7e57efb315c, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0x59c0a9a08789688f20c2481ac4ba5570, 0x6050b20f5dcfd0c3c7e1397fbdd296dad5b9826bd7895624f830e2a39779b843, '', 0, '?'),
(0x7d02ca74da9d914694daef1db129724c, 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-handler-interface.php', 1, 0x00000000000000000000000000000000, 0xf3e6ff16ebefb8ee0115b4abdc69e7f7, 0xfd7c635e4f7abfb38eaea4662f482d241524c30ccee834e70136d636f97b76d7, '', 0, '?'),
(0x7d07a05cd6c3285abc0737989afb4485, 'wp-content/plugins/elementor/includes/template-library/sources/cloud.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\cloud.php', 1, 0x00000000000000000000000000000000, 0x932cd3ce3ff0c7af22ed51fc6082627d, 0x7a694f56976d175d6a901a948f8e2913a51f94c9eba2c66dfe52f87565c63213, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x7d0b3dd874f63bf5c673d89acc430898, 'wp-content/themes/astra/assets/js/unminified/style-guide-previewer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\style-guide-previewer.js', 1, 0x00000000000000000000000000000000, 0xc70995c1b263f88a639c539070bba191, 0xe31adf9e34d367776c497e52f5a34de23427148072a0594ca9154dc7bb5cc96d, '', 0, '?'),
(0x7d0b5664a04067a2235f5ec3af9cccd4, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe8bf5209666a47c6c9d6c0c821916924, 0x0605c1b7d407aa89362e2a82cb14f301c8d1b496cb3cd838ba331d531e83039b, '', 0, '?'),
(0x7d0bef6158965d19bce3850ea8442a49, 'wp-includes/blocks/file/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd6e7be36cee5cc1b4725c872fb5a38b7, 0x6ab8d06c18def768283e5d3eb22295ad14d4f447a3ef44776e4f5d91aaf983f5, '', 0, '?'),
(0x7d0ea9e2f8ad8572c86c67ec8c214c79, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityPolicyInterface.php', 1, 0x00000000000000000000000000000000, 0x978c75f4b9aeb63a7c20879380c116c6, 0x419a014a869c3ef7a6aa749e7879b8566503827afef4edc74098950ca08706e9, '', 0, '?'),
(0x7d0f3cd0185fcc7497b0fa4bd525b3c2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/LoaderError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\LoaderError.php', 1, 0x00000000000000000000000000000000, 0x7e029935773cd6d2fa1b1a64b82a1659, 0x680ecfbfb46d191ef05540bcaf464e605dd30e7d0222412c48540822f5eb7e82, '', 0, '?'),
(0x7d118933a1f7226aaabe939e78c256c5, 'wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\documents\\widget.php', 0, 0x11d5c96eeb576f5dc4a53d4e953f9820, 0x11d5c96eeb576f5dc4a53d4e953f9820, 0xf690c158bcaaae6d0cd1150eceeef7e3afb247d501d706f4960492ad4092921a, '', 0, '?'),
(0x7d16f8de74a17a5c55e032b057d86e82, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_classmap.php', 0, 0x5615b29a1f5688414d56a1515d954a91, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0x7d1a7ba87fdec24676ab7348540578d7, 'wp-content/plugins/backup-backup/admin/images/pen-edit.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pen-edit.svg', 1, 0x00000000000000000000000000000000, 0x9a55a59fb6607987a1f6bb359a4d07c9, 0x2cf8e3760ee546db665e99d36ca16627a4d347e02ead3fa902905cff2c961ba1, '', 0, '?'),
(0x7d1ccaae821d0d6fe9245aca9d373d4e, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x9801c5beca6288582114a4a5aa3bc12a, 0x4f5de882bc348ac2b396ac08bc4de13f3b9f0050d7e92be05e24e1e504cb253b, '', 0, '?'),
(0x7d225be392b11555fdf7b32ad6167076, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0xb1d47de599d3f763d5a90e6b9ab999bb, 0x4d8e41b6bf99ae3080cb18bdad5e7b630ef931e0660344170c68dba5bdfec2f6, '', 0, '?'),
(0x7d29b0a9cb89f6803906e8a318c549eb, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-handler-interface.php', 1, 0x00000000000000000000000000000000, 0x7cd10274ed481add2c1733ea37e179a5, 0x39d21cbb7d323ab82ea531019f2d7b52d80bf19bf4493e773ae26c577aecdcc8, '', 0, '?'),
(0x7d2de5ba5c6e8b918065b8ae46539a1f, 'wp-content/plugins/custom-facebook-feed/admin/addon-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\addon-functions.php', 1, 0x00000000000000000000000000000000, 0x18878206efa4ad8cb0157c8cfcaee9ce, 0x2105efcf2f304d02c632f446953c4219bee8392baab9212fbc9b5e4e3f3a60e6, '', 0, '?'),
(0x7d3559c4147820f9c2b9d6b316a05b72, 'wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\roboto-slab\\RobotoSlab-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x7581b000ecf5c888c58ca81c21cbb220, 0x526c3fd964e6d4fd24dc880688ac00bf02e6db2fcce22a5997538904f9195232, '', 0, '?'),
(0x7d39695fe65fd2c85d3e9c18a2d2b7df, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x557eb0fa5115aa927120675e72cf80fb, 0xdeb0ee588630b3f64696dee01cc5081ada56e28928aa56108ae7207ea6e5a7a4, '', 0, '?'),
(0x7d3cb3c57d232a1425d3563ee7d9c996, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0xdcdaeac4a1df98ce54d65a344242c653, 0x26c22e58743d63fb8015aea774fdffa941504f425bcde11d8344fcea46330f0c, '', 0, '?'),
(0x7d427111516f0640eb6c22abdd04e5a1, 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-alternating-images.php', 1, 0x00000000000000000000000000000000, 0x9907aec6dd15c8b70b12d9de9cbb4370, 0x8135920021efda549f2f3f81fff7b5fa2c0579855d09e4a1e26142000d927700, '', 0, '?'),
(0x7d433caab2ef0b8ce5f5a77739b822da, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Togglebutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 1, 0x00000000000000000000000000000000, 0x8757eafef419b78484d8c9ec5b58c292, 0x03ff9cdd07f8d228ee61a1743128ffabbc3e4faab9ea060b9006283dff7408a2, '', 0, '?'),
(0x7d451e03b84f07c1a953e29b3c6afc20, 'wp-content/themes/twentytwentythree/patterns/hidden-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-404.php', 1, 0x00000000000000000000000000000000, 0x87d7a7f1e44d9d54745f1a7bf321b886, 0xdc2242f7d7de4b472786089ddca9c8fc807e4d88d5de209026675380d25dd814, '', 0, '?'),
(0x7d45c228316b290a518dd454d441758d, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0xbc13fbaba439fd98d2502135088fdcc2, 0xa3a120a4f3dd39c337588c080713a5b2919817ee9ae0efd212d87b937f81ff81, '', 0, '?'),
(0x7d49f2d81fa4b302202edb25ac2b3cdc, 'wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-starter-content.php', 1, 0x00000000000000000000000000000000, 0x92aeefd91e7bdea8ca07afa5a9a78408, 0xd27fac308b531ef4a1b248364ee9a7f40e034e376c9431e468c5f6fc7fb30842, '', 0, '?'),
(0x7d4f9f2021d9b6145df64fcd4f0b5b8c, 'wp-includes/block-supports/typography.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\typography.php', 1, 0x00000000000000000000000000000000, 0x49010bfee58fb5ad52910fd0d5c90761, 0x57b2fa345d8c2589f16a8413875be6bcae5a177b99b7445403f34979b7663e1a, '', 0, '?'),
(0x7d53d3eebe89c2269a60ec860c94726a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/airbnb-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\airbnb-provider.svg', 1, 0x00000000000000000000000000000000, 0xc2b9d144cf580e94870766cd6549aabe, 0xd83e07e16515cbdb5058e5c2078e658d9d56a0a345dcd4f064590b298e3522f9, '', 0, '?'),
(0x7d5c78f9ba9874482a934539e144d840, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0xd4db2d5735bb58b30f85eae9dc46c7e1, 0x768de7c8bfaef1a1c5fbeaec61e206437dcc20e8788acc3ddd1eb12fb15ea114, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-suggest.js', 1, 0x00000000000000000000000000000000, 0x8f9aeba3898cc81961186e58c3ff1d7a, 0xa975a916760a2b548e55e30e9a5ce55ba58f81e52e4ce4f0d5d125b01e50b2d7, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x7d635cecb83144db142f1c522a962c88, 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\copyright\\class-astra-footer-copyright-component.php', 1, 0x00000000000000000000000000000000, 0x7d87f4c1807a56791ff447da73315fc7, 0xde2a67e678b726512c82dedccf84594b14d4bd629d3a25b84f606d3bfbfc4dec, '', 0, '?'),
(0x7d684a63f4cf7d6c9a29946ccc3c4fdd, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x4300fea96ffce0cb4134015e3785a98f, 0xaf7242a0050b52fa0085973012d2e56a885000805b02f9609719660bb47b8a18, '', 0, '?'),
(0x7d6b3df80f1d00e445d5fec37c15bc87, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.woff', 1, 0x00000000000000000000000000000000, 0x1f407a9aed7d0d71815169b3baf9b8d1, 0xb2bc44a68ab03599590481fab2e9654ce7f8b726f6d9590ad5c0eb71db82314d, '', 0, '?'),
(0x7d7487fb6a20bf77c231c3fe3ccce659, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-add-to-cart-notification.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-add-to-cart-notification.min.js', 0, 0x2d226291bbee81ef7011231d6af33318, 0x2d226291bbee81ef7011231d6af33318, 0xad2a1d2717b147805e7fc70f2d3ae1d41c8ce6d93675bb8c08063b7bad91fd9b, '', 0, '?'),
(0x7d776de03cb4f4fe4957a159c74364c2, 'wp-content/plugins/wordfence/css/wordfenceBox.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wordfenceBox.1778081072.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0x7d79556f8821031ff069a0eb94079de9, 'wp-content/themes/go/dist/design-styles/style-trendy-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-trendy-editor.css', 1, 0x00000000000000000000000000000000, 0x6b9145a76e0051b01003aff1866da974, 0x8c05017da81306aa393cc97af3b138e52ffe3977ee620339247741e64589a7d2, '', 0, '?'),
(0x7d7cb8ee002b854eb1365daa9b175202, 'wp-includes/blocks/audio/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x66e9db5fd00b851c30c803349be89761, 0x86e3a7e712733821d732308788daa087a6d2cef2d72f25e28705513ffb945376, '', 0, '?'),
(0x7d7daa92e5f29d9d8d2b5b29eeb32eb1, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks.css', 1, 0x00000000000000000000000000000000, 0xb3e1f5fcb10d4ffc21d70303304de4af, 0x1cc5aedea711721ef32ee1ed85bab12e1950f4e6594cdf70e66d51421a84fbe4, '', 0, '?'),
(0x7d7ea6ed407825e0dc71a5bf6ba1e08b, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailchimp.php', 0, 0x6f1978bb10272442f224af39faa1cced, 0x6f1978bb10272442f224af39faa1cced, 0x8caf10846e67e6fbc36e9ea828fa71e4616e80743e5fbadc65749291d80019ec, '', 0, '?'),
(0x7d80426f7b0476b2ad69b5ca1dd7b898, 'wp-content/plugins/elementor/assets/js/gutenberg.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.js', 1, 0x00000000000000000000000000000000, 0x3439f7289e6c0b5b01bc298bf379fd31, 0x598016af37327df1f2a0254508111826002491e29b2cb6f8aeb13e99c518a813, '', 0, '?'),
(0x7d8a11c3a2d012b0190d70399377b238, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Support_Tool.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Support_Tool.php', 1, 0x00000000000000000000000000000000, 0xda413f3f1e9bcf6d7dd40f2297744f10, 0x973927f9e3c256f1c07929fde307e9657b3d22129626a7f8fa6a3195f2e2f69a, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7d8be39c336b222ff22f89fc04ce4f01, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/templates.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\templates.svg', 1, 0x00000000000000000000000000000000, 0x119cd19e0524f3611a65e4178c79311d, 0xec64b29141cf834998f69a25170d3a9f9c8a54de9312b1515088c415c7c0880f, '', 0, '?'),
(0x7d933fdcdba5c69075bed3a06d2b6414, 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\class-astra-customizer-transparent-header-configs.php', 1, 0x00000000000000000000000000000000, 0x8c781b62b02930f9ac28da903c94bdbf, 0x6d00307a649a7d7448e36a1c56a748532b2ced95948d02c3b769ee165a5b8bc1, '', 0, '?'),
(0x7d93dd1e8e7e2fc7e4ac5f5c6bd36fe6, 'wp-content/plugins/powerpack-elements/modules/how-to/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\how-to\\module.php', 0, 0xdab0295d20324bb481e1b06360374852, 0xdab0295d20324bb481e1b06360374852, 0xc073b6d3f7526a1a2ba4d7f3e05a206e0b8a75af75a5026b84fdfd719d22734e, '', 0, '?'),
(0x7d984bd5c79fa53f249b514d9b0e7b45, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-400-normal.5cec61a21cc20180.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-400-normal.5cec61a21cc20180.woff2', 1, 0x00000000000000000000000000000000, 0x1f8be5ebc269054d4d51bf80367dc757, 0x18a925d99c9ba7352e506932b9882ac545df07ae9a61f83fe3738ea95c986dfd, '', 0, '?'),
(0x7d9a00cca58457f78d00a84d5c6127ed, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\preview.css', 1, 0x00000000000000000000000000000000, 0x4a3db7e73f18bd4fa06e9df0c7cd2f1a, 0x34ab1b0f01742ea480ab7926674f76b0fc6cbcef06bd62d87801447ab46ec1a7, '', 0, '?'),
(0x7da633ff2e24b547d32abceef39980f7, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\above-header.php', 1, 0x00000000000000000000000000000000, 0x59f3d2506ba4029f14b1c57f521348bb, 0x876cf82b4e64083c16f00b26c01a24bda05203bef08476a28a67f80af4f8611a, '', 0, '?'),
(0x7da6fb5105d38ddfdb3a693088623612, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0xabf2b9ef5046dd92d230cba73db85b03, 0x2a8f045d6dd21eeaf4ebe15329191fa697fd7cc2c2c34a3f2d4e5366f4d64f45, '', 0, '?'),
(0x7dabb49204acf325d034803667f62db1, 'wp-content/plugins/powerpack-elements/modules/toggle/widgets/toggle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toggle\\widgets\\toggle.php', 0, 0x07d38a506a036228f1e4b9bd45e3f627, 0x07d38a506a036228f1e4b9bd45e3f627, 0x1c58768e7a40e55ef6e0befce2000cfbf9dd2487c791cc63a5073c5de6142062, '', 0, '?'),
(0x7dac72cc1e9487d9330d3ca50d0d5339, 'wp-content/plugins/elementor/core/settings/general/model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\general\\model.php', 1, 0x00000000000000000000000000000000, 0x76d9af357aabf09c21f4e071b0e5c341, 0xed8f697e624d595199ac32254cacf69741e274163510583e33a660bb7cf2f0fe, '', 0, '?'),
(0x7db1f8e91727fa5bd19aa519fa8a0cc9, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Notifications.php', 1, 0x00000000000000000000000000000000, 0x8d265446f116bdbf1ff50cdf6ad32b9f, 0x591c71eef175a0345c9f2b75c28823b51518c5c7bc5ec32e0f819554dd3cb922, '', 0, '?'),
(0x7db2936cc538e55c07ed3bd9cec0e67e, 'wp-includes/blocks/social-links/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xef1460181142ddb41b88ff803ea1ea5b, 0xc48dd26deb54d209668871a4b63cddfb55c71519f9b39b70f9a78e9dec4f6ab6, '', 0, '?'),
(0x7db2e04cf7af9d65132989ff0c13fea5, 'wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\infrastructure\\cleanup-repository.php', 1, 0x00000000000000000000000000000000, 0xefd135cc2f83ec8ef43e486846f3de49, 0x58d3ea8af64f2128ac7951484e820d2df83806a526873d1ce70f678319f0905c, '', 0, '?'),
(0x7db4ce2da52490984ca2485f52949a99, 'wp-includes/blocks/paragraph/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe13e4a9fb03be387adb618a1cf0e4f99, 0x4042bf4a6f96e258e6ea5f7c219c1357fcfef5a6eceec9356c6e57ff26afb67a, '', 0, '?'),
(0x7dc29391d862d960a3492df9909b30f7, 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\styledComponents.js', 1, 0x00000000000000000000000000000000, 0xeebed6ce44d74ec1ed3a0f88b4227503, 0x5a38d06aa9bf99d802bb9db8ba078b6235e8ebca5150acf865084ef5e744ed9f, '', 0, '?'),
(0x7dcb1944df85e7bcd2fae41fdb4ee95f, 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\values\\meta.php', 1, 0x00000000000000000000000000000000, 0xf86384b0b645df5a589c5e763bc389e7, 0x9dde75d43d2e8827822eda23ea8e6b357afddb421b20ca9d32997dc6154e32cd, '', 0, '?'),
(0x7dcb418db2c3bb7945030b113268d138, 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\testimonial-centered.php', 1, 0x00000000000000000000000000000000, 0x8ac4b10c3930f9fa9f0721abdcd068d2, 0x3eadb9918ef9c862bb530925667dd9397324648d57be5beca2adc3a6f502bf02, '', 0, '?'),
(0x7dcba09945acb68d7c1e16dea07b5422, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/recommendation-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\recommendation-negative.svg', 1, 0x00000000000000000000000000000000, 0xddf5adbc5d29d802f1d7fec3f34270ac, 0xdfc600c4c2a5805c6c2017ea37a711a015245d65bb9298400021f3b7cc5cbb08, '', 0, '?'),
(0x7dd818a9eee729f799570e0a8ada2884, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe541b7884dc080471c79937b2327ab05, 0xe1754150f49b7bd6925f6fbc354230600ca34fb80130622466aa1e50a57c2663, '', 0, '?'),
(0x7ddac8db3d9720d7d8ade41383d8fd58, 'wp-content/plugins/powerpack-elements/assets/js/frontend-card-slider.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-card-slider.js', 0, 0xd1f3ac976b5ea1aeae45b1fb3d8db425, 0xd1f3ac976b5ea1aeae45b1fb3d8db425, 0xd0d8afa92758b8230a97f4ce39ae686310424773dc897549c5a91b1ee4dc50ec, '', 0, '?'),
(0x7dea9e74372cdd4f492464896a1efee3, 'wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\motion-fx\\controls-group.php', 0, 0xa391f93ecbaa8f9e035572a9d8df928b, 0xa391f93ecbaa8f9e035572a9d8df928b, 0x4889c7511fc3ecf10d83b0ab3039d6b7e76f006a4c40e1938242de13ece84dc5, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\license.txt', 1, 0x00000000000000000000000000000000, 0x123e1ee0e1353e712553e5a65c2f2c78, 0xf3ad8e20c415c41a7f330ad4a863d200ea6b0689fad1953604fa94b76b36140c, '', 0, '?'),
(0x7df9e9839a8a80b90fe699289c42c4a0, 'wp-includes/blocks/accordion-heading/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style.min.css', 1, 0x00000000000000000000000000000000, 0x53c91d656d13f9196462fb06cb3476aa, 0xfa9ccc4c5322c06f745b27c8176a7e4f31e71b22828cacf068723a4e30730eda, '', 0, '?'),
(0x7dfa9fac7ccf796274e3eed56ea3c111, 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.strings.js', 1, 0x00000000000000000000000000000000, 0x2b414b6883b6703941563b1e2b68eda4, 0x0ac1b36d6cf62f0a5347a088305796b8e509776319bd7853fdd85c0512e088aa, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-constants.php', 1, 0x00000000000000000000000000000000, 0x39aea0ad5c41c71d17c382f1a9b52a10, 0xd42e9d251ec396ecba27eb0fe5b7c9ac34b8afdc55655bd02a5e84fce7f90489, '', 0, '?'),
(0x7e13660b9b9324f730c5121964392d6e, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\abstract-presentation.php', 1, 0x00000000000000000000000000000000, 0x2c2dd1cabd2431634f0ff8693f165911, 0x9764585551332b4e611bf2e7e56c2bd21fbe7a75182ae88a2a15259331007165, '', 0, '?'),
(0x7e17b27a06e1b65d3aa7710e6863a52f, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/UninstallService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\UninstallService.php', 1, 0x00000000000000000000000000000000, 0x1a995318f43947316266328a2bb2b9ea, 0x13937c1884f0dba1672145b6e38c8283663abfb381c0301bcc621051f84c3357, '', 0, '?'),
(0x7e1a973f124feae5ab74ce59b631e0d6, 'wp-includes/blocks/comments-pagination-numbers/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xd2a2ca9fc189d0cf123bfe566b6e0634, 0x4c63dfbd342142c4a23a5bbd8dfe5a18b307eea58dcb1d990dbde9519bf279a8, '', 0, '?'),
(0x7e1db1f65cc9c75f628424c92da5ea21, 'wp-includes/js/jquery/ui/selectable.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectable.js', 1, 0x00000000000000000000000000000000, 0x36771b12c2f86b96863823d3b20cbb39, 0xb511c45ca37bdb4ab143e6e03801e57f02cf59cc3e135719fd15cca6cab65bce, '', 0, '?'),
(0x7e1fb56582906253423cf12f2c509787, 'wp-content/plugins/elementor/assets/mask-shapes/oval-horizontal.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\oval-horizontal.svg', 1, 0x00000000000000000000000000000000, 0xf09e3d60defcefebe5922b3bf18bf496, 0x3ebc00d79c4cca7aa5276c3a35251547a805646881f67a99d3961b79db86c404, '', 0, '?'),
(0x7e22216b087b11f0d4b11e7228cc89e0, 'wp-content/plugins/instagram-feed/assets/svgs/smash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\smash.svg', 1, 0x00000000000000000000000000000000, 0x61e23fa39c9514c0e5b43daada19b146, 0x264b9e01b8eab7909dec2eef7cdcd2d7595030f1c32bf9ffb7b2c9e1b6857fd6, '', 0, '?'),
(0x7e27ae11435f8068aa4613f2c6b6a2ce, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-social-images-provider-service.php', 1, 0x00000000000000000000000000000000, 0x384f4605110146183a6a5ec0ad5718ee, 0x4af7c9fbc4eed135342b00eb2a7b7669eda7750073e0b8ec5c75457ad2a0c697, '', 0, '?'),
(0x7e2b5a8deacb99a536d3c2fe5b7a70ae, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-simple-xml.php', 1, 0x00000000000000000000000000000000, 0xf66f62b701ac810c6962d3aec5d4e3e7, 0x145197a62626e760cb97414549cb88c85cd5c614faaa4e21803059676456b620, '', 0, '?'),
(0x7e3021f03c9995906399331f79f8d8bb, 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-comparison.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-comparison.js', 0, 0xc5846724109a51f3198742d446114436, 0xc5846724109a51f3198742d446114436, 0xa9bad58ec8ab5dbf1769d4994fee15e4d4c0a0731f20f4b2bde911842d1df9b9, '', 0, '?'),
(0x7e37389955b3d4c125333906159588fb, 'wp-content/plugins/backup-backup/includes/dashboard/modals/bb-disconnect-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bb-disconnect-modal.php', 1, 0x00000000000000000000000000000000, 0x81a4c67067894801acfbb1b2fb74c620, 0xe2a688707090729cdacf528fedb6991d8bbf6789893fee210b4b8890f9056be1, '', 0, '?'),
(0x7e37922e0c4a0d4357602d7dafcf82b4, 'wp-content/plugins/elementor/modules/atomic-widgets/parsers/props-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\parsers\\props-parser.php', 1, 0x00000000000000000000000000000000, 0xbdcdc2f4c85751720c705d881d057bac, 0x3d8b1f7031ba1ec18dc4f27938716003c17cc15aac5a17900aab3688438c7238, '', 0, '?'),
(0x7e382e5da089511702dbefeb0c3edcc6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-400-normal.9cd1e011c77f871d.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-400-normal.9cd1e011c77f871d.woff', 1, 0x00000000000000000000000000000000, 0x4c41bf1c6c20011599f704b56bc9bdb8, 0x5a3a13bd300b5944d229d269b7f6116ea357a77cb66f94be61b53015d2f11f74, '', 0, '?'),
(0x7e3c6be8e9b7753820a2d7989844e165, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/import.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\import.svg', 1, 0x00000000000000000000000000000000, 0x1c098f977bc2cf8372a2f72d864dff28, 0xc1fab9a87a5db0538831b13b9a295601faadf98cfc70aab0faef2a39a735ee31, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x7e46625a68c2e0e8a8ac453b9a18d844, 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables-element-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables-element-transformer.php', 1, 0x00000000000000000000000000000000, 0xfd4fd3659bc2af9a7690280996234a7b, 0xf5da9fb6e44462e6b34816b83995603018732f6104db670ddd5774e518f53944, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x519a61d44005abab3c980baa07af01af, 0x7cb87c771e6df2ca1c0a8288629a526c60b8a0371101c8564928c4286c15f585, '', 0, '?'),
(0x7e4835c4d3a4055079cd81c9d406d69b, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/cog.d7efe9b3b7c3a7dcbeb907863b7eebfa.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\cog.d7efe9b3b7c3a7dcbeb907863b7eebfa.svg', 1, 0x00000000000000000000000000000000, 0xab094864e6b31384e8bc3c2f1c5cafcf, 0x9fc2bde8dfeac9bd23bc876cc85b03a97a5193ea79d20849e46370df333d5b62, '', 0, '?'),
(0x7e4afd4ab461b04dc2053a319e067253, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, 0x00000000000000000000000000000000, 0xdbbc0733e933fc6b8e56a55c1280c4f8, 0xd7bb71566a19254a35bfc7adfbea4518e074b34ff1a3547c9bf09f0d42b3a923, '', 0, '?'),
(0x7e536b50aa5b502bc4c9fcfcc8682d65, 'wp-includes/js/dist/script-modules/interactivity/index.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\index.js', 1, 0x00000000000000000000000000000000, 0x400581b1fb42c02934ac54bd49f848a7, 0x9b4384797cbfeffe0e522a8ab14b1518273ad2288448ba951728dc837d37a57f, '', 0, '?'),
(0x7e538abc3eb0d2cd9cf4b9e5460ca103, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x7e53b898eacca9850a6891a01f34bf9c, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xa5e99f3a62a0c4d5729cc934f72ed963, 0x250644a815b2c7e0215a7e152c80497c4ff80565b25541a5da167657cf1f71a6, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-export.php', 1, 0x00000000000000000000000000000000, 0x9c2372c4d78beb9da510ee88e76da28f, 0xd8bf9f29f102c15b35c08dd755432b2f5478da8da86954a6f0e8490c422b8362, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x3df297b29985a6eb54abe1656e193916, 0xb0d80c45c055f564e3bb8430e592b42825d369e096df4e6f7e07a8c141c6683b, '', 0, '?'),
(0x7e59379af6b6fbd3866d8e9f1b897c01, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4031.37995eb3a992344d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4031.37995eb3a992344d.js', 1, 0x00000000000000000000000000000000, 0x9c425d8e60471087bba02ff917c9e556, 0x45c181dd1859359e6fecceb2444a2766b296dffde09d5e69188db6a61cc7c777, '', 0, '?'),
(0x7e5e663d555083d1dbd8018b6b1031cb, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\migration-runner.php', 1, 0x00000000000000000000000000000000, 0x0f416140e370ea2c51368ddc517725c4, 0x3e60394c9e887e87cdb4e1b35db7d67a4cc932752c31774386ab52443701c512, '', 0, '?'),
(0x7e646b53da97555365eb5b150bbc884c, 'wp-content/plugins/instagram-feed/js/sbi-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sbi-scripts.js', 1, 0x00000000000000000000000000000000, 0xe3d1d45a44198bf537ef026916de8e24, 0x01666ac9978fffdf61bb43f33fac22a36367399dd297664a610b59beb2c33aab, '', 0, '?'),
(0x7e64ec165c1641f56670a360fd25a195, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-fonts-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-fonts-menu-item.php', 0, 0x4b898014717b49d18847dcef5fae19a3, 0x4b898014717b49d18847dcef5fae19a3, 0x9db027242e074a3641af1ce9b38b944b60ccca08b0aad480887a578c6e9abf21, '', 0, '?'),
(0x7e664926dd0e81f5ceb152b4179ab508, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Migration.php', 1, 0x00000000000000000000000000000000, 0xd7ffaa0967f1eefba8e9434269400865, 0xd47773cd71e2ff52778a2012004700cdf4555b1dcedaaa16be4ecff7f20dd1b4, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\cacert.pem', 1, 0x00000000000000000000000000000000, 0x475045bb4b54bbdeed599629264696a3, 0xfe99f3a58f5faf3011649c8afe7d660f218676d90e6da71881cd457757846f97, '', 0, '?'),
(0x7e6bdfd6284ac7f32cfc22016f9a6647, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0x86603237fcaeebe74dc134391c12573f, 0xef5401c6cadbe7fd86c6319fb5c92b7b8c3e4dfd8c42c9632e75781853d302da, '', 0, '?'),
(0x7e703aa522e7315601de9025b99fc022, 'wp-content/plugins/elementor/assets/css/admin-bar.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x121431e6d2f4cfa834917fedbaeec6f4, 0x493d230132a3aa08c87562d3cdf0fb3afbc24c9d720cce1c6992244b18de78cb, '', 0, '?'),
(0x7e717f1f13c2551c4692f486f38e32ab, 'wp-content/themes/astra/inc/abilities/admin/postmeta/class-astra-update-postmeta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\postmeta\\class-astra-update-postmeta.php', 1, 0x00000000000000000000000000000000, 0x5e4a310868064c64a9fa0710f0a5fa2f, 0xd9a100d4d74818987ea74f78926560d5690c34be3e0ad388c9414a36589942c4, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0x748084951ab56902208577aa51dccc85, 0x19ec7aa6399f7dd58275e0c67451680ce2330bb4bc0ddbdd3ff97fab02b6bde4, '', 0, '?'),
(0x7e72acf9557837aa968e30b9088740dc, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xa95dbea69084a0583caabe54b47cefa8, 0x8b597fec72b621384e4a7e68968454d6c42ab0407bf9002e35911d839f53f9bb, '', 0, '?'),
(0x7e7d06b0dbe3c24b2999bc426838d668, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/icons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\icons.js', 1, 0x00000000000000000000000000000000, 0xfbf77801c4ccfb65fd373eab34de562f, 0xa530eb16e9a7c62e7adf6fad1d544aaddc7738a454cd89375285ffea0ddfea21, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x30c233933ba037d0ce763a8850e0c7ce, 0x4a6c41a613805af1ba89da7197e0894605ac0b76f63c33e091ae495e86d16bd4, '', 0, '?'),
(0x7e80fe9f721b9e25c8b15c43038867d4, 'wp-content/themes/go/dist/js/style-shared.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.js', 1, 0x00000000000000000000000000000000, 0x03bfa688072eeb10124cbc7b04e6fb52, 0xafa84c799039e7a078db1568ada03df0b61f863566ff1845801cbd8a10b1506d, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-post.php', 1, 0x00000000000000000000000000000000, 0xfafc20b6d6d216bd5149c89830b1ac1f, 0x7c74ff43b1862c8b86368c82ba02cd063b17cf3c384e205b70168b34052a5466, '', 0, '?'),
(0x7e91d97b9a4067e854ea3638cd149cdb, 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\unminified\\metabox-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f48f027b0021b94bbd87b7b3a2f64e9, 0xa014bf067671f09a77b8f63bd511f6b5611954c82028606f789f41dadb1c6df1, '', 0, '?'),
(0x7e959a7548fad9150d5ec316193e780d, 'wp-content/plugins/powerpack-elements/modules/countdown/widgets/countdown.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\countdown\\widgets\\countdown.php', 0, 0xd123724ab77708d4988c20185b565190, 0xd123724ab77708d4988c20185b565190, 0xd2b60a44dade44b07d9daad27c97bd3ecd7b8331a4624502817170f8292cb2a9, '', 0, '?'),
(0x7e9f4330af1cdc32b4332ab8a0d7fb4a, 'wp-includes/blocks/more/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor.css', 1, 0x00000000000000000000000000000000, 0x3f9ce388abae09c191857270bd452e8c, 0x7d26da886e8a874a495859c9aea90f794d9f1ffbc2e764380fbce004669fd129, '', 0, '?'),
(0x7eaa569b2601dd114d596f1cf7783b1e, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/crowdin.yaml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\crowdin.yaml', 1, 0x00000000000000000000000000000000, 0x595cc7b828b3b0d08475be20972f86c0, 0x0081da6967fb0fb8a81fdaef06b6c334a6b29b75d4b1087a38dd3c6ee995b466, '', 0, '?'),
(0x7eaba649825d3a887d74a7fb56c1fef7, 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\opacity-fan.svg', 1, 0x00000000000000000000000000000000, 0xdd3eaf671f67bc13ef974e7064e8160a, 0xc8a40a02c2f208debc0e843b3b8495d49b6d682826c9aa3e8bd6ebc20c01edfe, '', 0, '?'),
(0x7eabb97fa52adebf5392cc9911650b97, 'wp-admin/images/freedom-3.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-3.svg', 1, 0x00000000000000000000000000000000, 0x96e028c3e7b8ab1a58bc86d69afd316c, 0x16e99b8614281fdcf5e70fe53b18e6fc1146d40a806bb7818aa951998fd775f5, '', 0, '?'),
(0x7eb5f1f743ce7940e141a99204bff916, 'wp-includes/blocks/accordion-heading/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\block.json', 1, 0x00000000000000000000000000000000, 0x74ccb006404b889a3ad5bab21b62eb67, 0x6c301be4b27519a6f37ff7fc55b4438c7882d1ced4f8b73b3d4c0ca63bbb52be, '', 0, '?'),
(0x7ebb5066bda6d4a97e31b94c59770cdd, 'wp-includes/blocks/button/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x621bcc88cd54c08a339fc57e35cc382e, 0xc2e05b86fbb55e003d7a8900fd6a89a8021b6c070188aa275d198dfb633b06e8, '', 0, '?'),
(0x7ec3df05959ac91bf9da2057db122859, 'wp-content/plugins/powerpack-elements/modules/gravity-forms/widgets/gravity-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gravity-forms\\widgets\\gravity-forms.php', 0, 0x96c1272412c0d0805a11468495bd7d23, 0x96c1272412c0d0805a11468495bd7d23, 0xfc01856b85f1506162f134bca49fa44a085d91177b8569777345895b295bcd21, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 'D:\\laragon\\www\\genesiswa\\wp-config-sample.php', 0, 0xd53c3d679ef41a48466b25bcb01edbf1, 0xd53c3d679ef41a48466b25bcb01edbf1, 0xabb77a416a4b4d2dc284036d734f14f6cc944bb6fd18f9f03821f1fab6f8c13c, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0xad38968fc062183b943d59584a29d5b7, 0x15aa89b8cc86250de8d51b96144eec6e5f6eda2745bfddb8da96ae12577b3d44, '', 0, '?'),
(0x7ec69a7460840ddbfda8f929d3aca2e5, 'wp-content/plugins/powerpack-elements/modules/random-image/widgets/random-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\random-image\\widgets\\random-image.php', 0, 0x7b0c2522d900c8647bac38c0e5e9dd23, 0x7b0c2522d900c8647bac38c0e5e9dd23, 0x2dad1e15cabe28ec35c33fc8340c80ccc77a261665baa5e137725ef4b0d4c243, '', 0, '?'),
(0x7ec6ccccc0f4a90a9f9327cddd24fa3c, 'wp-includes/blocks/details/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor.css', 1, 0x00000000000000000000000000000000, 0x1a1ca683042455be1270b916d3013d0b, 0x68f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d, '', 0, '?'),
(0x7ec7cad0f17913d94e62fdb22c635d14, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x8c7d0f4e9411c56e9d59505a8700ae99, 0x578cbf3bfaab9eb5fe14b1f891a97a83aa6496947e05330a58b14f73167846f7, '', 0, '?'),
(0x7ec9471873490dca634e12d253a14427, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\LICENSE', 1, 0x00000000000000000000000000000000, 0xf288a4ab278f67080fb70a531307837a, 0xae8b434a3a6f7e4eca57356e75b3a4dfa54dfeb36b179b4764d9f0173582166a, '', 0, '?'),
(0x7ecb1e3b14d8317a21c647e047ffec61, 'wp-content/plugins/instagram-feed/js/vue.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\vue.min.js', 1, 0x00000000000000000000000000000000, 0xfb192338844efe86ec759a40152fcb8e, 0xf034a99d713aa9d21b2a47894a32fdbbfc3cd6064a40057e72791a3500bea27f, '', 0, '?'),
(0x7ece6abb73db31cd745b32f97eb7580d, 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/runners/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\runners\\import.php', 1, 0x00000000000000000000000000000000, 0x2f580bebf730868b481ada4b1b68702e, 0x35833e435fb90a0a699cf8cde74137fe4f48b2c2453bfcb1d6daaf420c964666, '', 0, '?'),
(0x7ed855dc1e931e50de8d1721b3178f41, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Assets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Assets.php', 1, 0x00000000000000000000000000000000, 0xb052577f8b3e69734d070d38e6caeac2, 0xefacdf558766bfa3161cad5dbf373370cee28f94fb93012cf8af2cd5b6a285c0, '', 0, '?'),
(0x7edc3cb5545c2922f6193a7bc7c0f51c, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-store-notice-configs.php', 1, 0x00000000000000000000000000000000, 0x4b61d1fb326c6585cac1c85580e157a7, 0x34d34d3107eb8475f37eefa4395f475bd8a2009103f4495b366280573588a42c, '', 0, '?'),
(0x7edfb1cbcbf48747d41cf52702bc5954, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/crowdin.yaml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\crowdin.yaml', 1, 0x00000000000000000000000000000000, 0x595cc7b828b3b0d08475be20972f86c0, 0x0081da6967fb0fb8a81fdaef06b6c334a6b29b75d4b1087a38dd3c6ee995b466, '', 0, '?'),
(0x7eebeefa4e2116552c6f3c180c795fe8, 'wp-includes/SimplePie/library/SimplePie/Caption.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Caption.php', 1, 0x00000000000000000000000000000000, 0x31e1fcb56e9d4e71232f8d8eda6fc9c3, 0x54a517396b585f1c2daf64ed71fa9350f04d6620661c12388dfc522b5977f5a0, '', 0, '?'),
(0x7eeed5f32af04a182db413154886b847, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-wordpress-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-wordpress-repository.php', 1, 0x00000000000000000000000000000000, 0x4865500b56f94a9c9c8d7567afc6f17f, 0x428ac3c41214a28e4ffb474239dfcfede7b0701827003c897688ed08b1cdef2b, '', 0, '?'),
(0x7ef1d697866d57f4c16e8202ab76e04c, 'wp-content/themes/astra/assets/js/unminified/frontend-pro.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\frontend-pro.js', 1, 0x00000000000000000000000000000000, 0xd367b8a07baaf661d77a2880612ae7a6, 0x9035cc45629a1ef6486c3b9fb74bc04a907715387ed1e7653a3c0df3ee0757e3, '', 0, '?'),
(0x7ef56fb15d84448ca3b4b099a550704f, 'wp-content/uploads/2026/01/thin_12856154.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\thin_12856154.svg', 0, 0xe04605870864c35b4828d9929bd2b265, 0xe04605870864c35b4828d9929bd2b265, 0xb426093e4053ae9c776552ad117433d162dd671c12bfc37d013488462f9aea70, '', 0, '?'),
(0x7ef64f5eec7f71d5470a4c223af2054a, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/atomic-form.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\atomic-form.html.twig', 1, 0x00000000000000000000000000000000, 0x423d36b3f261f43032a1e9170563543e, 0x2666cfe5b8bd2edc6f70198153ce56360f61e8b6a9fe2fd39016dadc4e913ae3, '', 0, '?'),
(0x7ef821f4ed52d43bd775ad9c7b5c4d8b, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0xaed46d9ce23cb4f75355f6e1ed808d7e, 0xce6d22167cc4ad240bb8e701d2d62c0b53456514915999c83e0b54ac5a4d4ed1, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\components.js', 1, 0x00000000000000000000000000000000, 0x6593d4b44cf2a2aa71ecfaac0c334e9d, 0xa8d5a39a079dc4efa63c3c6b0104374c26e00acc528e7ba65f9e976d3e89c2b8, '', 0, '?'),
(0x7f13c4ba90b62a7ed3607b9deb1eab17, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\part-install.php', 1, 0x00000000000000000000000000000000, 0xcf43e8a313f290c2383182cdb9cc9bf0, 0xb50da047590fad48c1a0a0b8d792fe4172a36611b0e4124c0814315857e01b9b, '', 0, '?'),
(0x7f17031eb1a20e88653f808a1d466e75, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-prop-type.php', 1, 0x00000000000000000000000000000000, 0x287b9df0c2eeb26b6e345dfd36585cbe, 0x035597c31169028345ed98876219464defa036122c038ef8bf7a915ef0deca68, '', 0, '?'),
(0x7f196eb34ab5760e3b96a5ae626e6483, 'wp-content/plugins/elementor/assets/js/9e7e356552c03a622b0f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9e7e356552c03a622b0f.bundle.js', 1, 0x00000000000000000000000000000000, 0xd6a413ceb5684c12329d530035155bc2, 0xe7f1eefcaa20182aa8c48f8b0e36c56a0a9b568c1c4d4719629e6aa8567159f1, '', 0, '?'),
(0x7f1a0f0d726b55a1254c7474ae99deea, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js', 0, 0xdbf76aac5728f2b6aba9fd4cb0ffc836, 0xdbf76aac5728f2b6aba9fd4cb0ffc836, 0x57689835906e2d80a43e538e9025da34c388d1dbd238ce1c031e5ac6d3c4f9f1, '', 0, '?'),
(0x7f1e0cfca280a37c4dcfcc4bee7112f1, 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x7f1fee40afdc7f6f3dfc7a9f3c468225, 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\componentsNew.js', 1, 0x00000000000000000000000000000000, 0x2e365a0345067510b30fe0601acfe6e4, 0x6f6fc41035381cb91e9e32cb3859dbef85444e72db67c80dde16aedd864005b8, '', 0, '?'),
(0x7f2e0b5c5cd54a51ff2d598ee0fab319, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\user-cannot-install-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xd1a2f2fe1db26639362ac3dc2f8d69ac, 0x43e4cb486146cc5dfbd23b27505c0527736e26bbc4b0f8166ee6b01442033ece, '', 0, '?'),
(0x7f2e4aabcd1d8d1c3be7d46261f302bb, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x60affafddcde5c591e3229ff404c7909, 0xaf8e196843bcf7dd3d06ca4e924abc11d473421e6b4d1abb9982e579e6c8f18e, '', 0, '?'),
(0x7f2ebed01d0f02c58985f8d51983b769, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\base-products-renderer.php', 0, 0x81fc3e09901cb37546b4eea825f4e2bc, 0x81fc3e09901cb37546b4eea825f4e2bc, 0xb893f1fd882861acbdef5dff435eaf2f521ea96be0a9125a369d8e918fa229f1, '', 0, '?'),
(0x7f3600984ff2aaae166b767a1566544e, 'wp-includes/js/jquery/ui/effect-fold.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fold.js', 1, 0x00000000000000000000000000000000, 0x3726b0af3c7121d83cef396b538fd1aa, 0x3715622e9c48c6bda0de5b142f0a0bb40892fef28318aa33ff0947dbca4f0386, '', 0, '?'),
(0x7f363ec4d16ec74082a25ed42167d2c8, 'wp-content/themes/twentytwentyfour/theme.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\theme.json', 1, 0x00000000000000000000000000000000, 0x05f86fdff6d0d21fa915f5913cfb7024, 0xdc51465e6b2127b2e5b9a84c77e6903639cb90cc127ce523b06e3bd74e18e424, '', 0, '?'),
(0x7f36d793154b8b270a8be28b4ddc3053, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-mobile-menu-component-configs.php', 1, 0x00000000000000000000000000000000, 0x1b2df5336471ad117d3fa6f65e82f1df, 0x7fb6a8ceee2b01f9e54cbf2cf2e3d535022ae873f79f84b8433fcf6658f196d2, '', 0, '?'),
(0x7f37e62eca8b13063513b006e1cf31b3, 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\person.php', 1, 0x00000000000000000000000000000000, 0xaafd0f11e09fc3aea9b884fc2af92725, 0xdb05fdc15c11f98704d2cb16fb57ed1c5727e109fd262204088d1bbc0e3952d1, '', 0, '?'),
(0x7f3faf6cd906cb8a6bc9daaafd0b2824, 'wp-content/plugins/backup-backup/includes/staging/tastewp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\tastewp.php', 1, 0x00000000000000000000000000000000, 0x5ff67caec9edb86f5b156586d7e3679c, 0x23c9ae414ef83ff631aa8678e4cb9ed720ed29a8af6909d1a2427e2f4060f616, '', 0, '?'),
(0x7f40836342c617f65b9d6a3bc1a5848f, 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.js', 1, 0x00000000000000000000000000000000, 0xc5596ac25d929ade54aae85d2d7e61ce, 0xbce2d64fa9f7ab7409f3951accd71dbf7e45f6c36d1301dc8f41855e68e572cb, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\ajax.php', 1, 0x00000000000000000000000000000000, 0x42dec80c669f9dcf8248d7a7c5385866, 0x1324a7bc4187828a05fa71de75f057f81a9ae55e9b76ac4a3d2ec7735ed4ca28, '', 0, '?'),
(0x7f42b3326a3730932fe0f67a4c7195df, 'wp-includes/css/dist/block-library/classic-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic-rtl.css', 1, 0x00000000000000000000000000000000, 0x3b2846381d93f7df18a772c67efb0b60, 0x4fafa9800a07d376e17ac4223fc3ed5d243a2d1be7b935c45c593eba8064bd64, '', 0, '?'),
(0x7f63a2d24aee1677a1cd65494fa84971, 'wp-includes/blocks/cover/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2a9c4e7be76ae48bb4661379a3b8eb99, 0xf868b93eb58c9d91c06ba8496963a4f96c88395c6bcd5e7459f7da8594876550, '', 0, '?'),
(0x7f68e464a4fffdcafc7fb3c41ec841c3, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-vertical.min.css', 1, 0x00000000000000000000000000000000, 0x07fe3de06d37770a75c88b811ae2210d, 0x82c1d3bcd6c0295742d73018f1609eba039dc180b2697c88455356f7cb0d7a35, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-settings.php', 1, 0x00000000000000000000000000000000, 0x570af6e1cc9ecc7461b973a2777ed3a9, 0x18738801d14c5f52bf67dfa44a91b9a08dc5fd2c08eb706b5ee03543c034df70, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style.css', 1, 0x00000000000000000000000000000000, 0x7dc6aba79a905c45b2b6e33a52f92dba, 0xeb7ca9ef83735cf97da7e578cd12dcadafd0db1035f08244434f539b130352bd, '', 0, '?'),
(0x7f6b6e70e97f78c2953f79c1ce44ca3c, 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\icon-message.webp', 1, 0x00000000000000000000000000000000, 0x047d9b2df99f0212a8a9c80059e57699, 0xe199accaa250af6a9c1d9bc5fbee81cf4f8c20c514775b358386a75cc5432975, '', 0, '?'),
(0x7f6d827f6add532a56819cd82d6f0550, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\module.php', 0, 0x8f644e61f0c2e848ada85c025d6a4251, 0x8f644e61f0c2e848ada85c025d6a4251, 0x8b239ff0f30b2934e68a3d1d16fa96877fdfe125eb59a8827ecedde17505779f, '', 0, '?'),
(0x7f6f5a382b6aebd4b40927d4a30a1ecb, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x05a589b2d43da94e4e9bdc0b64165783, 0xb912f26b99ca214cfd6cde5b715fc887d2b4db839d95b166a203df5e6a49b433, '', 0, '?'),
(0x7f7360e3d77c419c0f4cb85a5c5dc6ef, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/welcome-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\welcome-1.png', 1, 0x00000000000000000000000000000000, 0xf481e28a1fc721a196325bc7a093a1bc, 0xe672fa325429f883d6e1d61297d673180823819dc1279cc37ae05f69a050bcf7, '', 0, '?'),
(0x7f745306fe22d9e16c5aed8b63caea51, 'wp-admin/js/auth-app.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\auth-app.min.js', 1, 0x00000000000000000000000000000000, 0x30341e90f07a1efaa33e981073fa2c0d, 0x5313cc5c03bcb07c33016d7ff334db3a98c7cfad71eb129942afc40dd00237e2, '', 0, '?'),
(0x7f749fd5be1160a28b3cb7e40b40632e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/vue-color.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\vue-color.min.js', 1, 0x00000000000000000000000000000000, 0x0b3afc95634cc67d6a125f1adbc15cfd, 0x470dabda911bab6eac975b423a0851be7d7207dd780642b41554df4d69e32ea9, '', 0, '?'),
(0x7f7cc48f48b1ac66774a636b2807fe23, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-info.php', 0, 0x322e10c9889248d71f7d741eba49851d, 0x322e10c9889248d71f7d741eba49851d, 0x72e8f9f16da60e877d05cbf8ae4bd85b455750533cd873b94a0aa719703e8757, '', 0, '?'),
(0x7f7d42666b56c13d8031356c9dde6706, 'wp-includes/blocks/avatar/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x7f7d8d864b71dfde68e703cb457d2465, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceIn.min.css', 1, 0x00000000000000000000000000000000, 0x2982233474d303607d1256060735680a, 0x56db8394f0e07b3711d6a105dd0dd4f25f5eb735bc9642bbc2593fe93d37a1a5, '', 0, '?'),
(0x7f8361f27e38f2b26a070cae637017ed, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0xd3c537a8a3cb1a73860078b46c9c1b81, 0xaa5266ab906adf35f877a1cdd6a688cf2a4d327bf5a7e142ed3d6d37b643ff07, '', 0, '?'),
(0x7f853e6fb1d3acc13657b79426a0fc93, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.js', 1, 0x00000000000000000000000000000000, 0x437ef1dd5b2f641203ca68a9b9741972, 0x775e6f496dec3a0e6061c829b46dabe909c6eee9ef81fbdf9f5765ce7249de1a, '', 0, '?'),
(0x7f87e48b5566ec910ce582985a9d0b63, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.asset.php', 1, 0x00000000000000000000000000000000, 0xa3e043b18f0879633524f42f90af2be1, 0x1c1143c14f4493810cf1dc1ec1188fd74e665f0b2e430507a57d944aa850f0b0, '', 0, '?'),
(0x7f915d229806e1291d2f6cf742959177, 'wp-content/plugins/elementor-pro/assets/js/portfolio.3d0e387cc28c07bae511.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\portfolio.3d0e387cc28c07bae511.bundle.min.js', 0, 0x5c0c6e66b5200cfe3328f59a267c4f31, 0x5c0c6e66b5200cfe3328f59a267c4f31, 0x06a5423e6ddc12c984857447f56d1d62dfe579b418b7880a456dc4aafd686c05, '', 0, '?'),
(0x7f93ecfd1d2b324c90899c3f751d581a, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?'),
(0x7f97073cb515dd8ed0e54f4d786a7dec, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-toggle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-toggle.min.js', 0, 0x795532fcca3c9b6ec1e3d4bc5a35a0f8, 0x795532fcca3c9b6ec1e3d4bc5a35a0f8, 0xa04cc63fac6338c0f5da1b94bdc03018c7e260a0cfeb2fd1b4509a72ebbda5a6, '', 0, '?'),
(0x7f9ef645aa98a7ed85d182a51fcd92fc, 'wp-content/plugins/elementor/modules/cloud-kit-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\module.php', 1, 0x00000000000000000000000000000000, 0xf5396fbf12614f25937ee837fa6bd74a, 0x224f38fb080a223c6cc56c71393960634a8234e065a1ff49032c175b6d044886, '', 0, '?'),
(0x7f9f7afe92be7e3438eee16c9b476f38, 'wp-includes/js/dist/style-engine.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\style-engine.min.js', 1, 0x00000000000000000000000000000000, 0x28ecb1865ca374ff3ddec031c32f6b8c, 0x67d1ea8e8a9df66995d53f526b2df139230158a5bbb415468bda3ffa8cfea207, '', 0, '?'),
(0x7fa93cfee8cd04b745d02efdebc97c65, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/lightbox.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\lightbox.svg', 1, 0x00000000000000000000000000000000, 0xeb02021c72d2eed55878afb98b978d59, 0xbe1c3e15faa08989e78e0cd37a0f516eca5eb877381d4243a2c69f7f775bfa35, '', 0, '?'),
(0x7faa44bc382dac9a891016c2a472d86c, 'wp-content/plugins/wordfence/images/logos/shield-care.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-care.svg', 1, 0x00000000000000000000000000000000, 0x09fe20739168df8900919d747614f30f, 0xa366321f22283eb56c12c84839073320f6c9cce8a6140faae9099dc24324843c, '', 0, '?'),
(0x7face54c1e77dbfe39b3d5581180fbde, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-timeline.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-timeline.min.js', 0, 0x1140e599cb65bc6b43c58ade86f67c0a, 0x1140e599cb65bc6b43c58ade86f67c0a, 0x4c0acb945acecde828ad3c53958e1df36fc58256c2c774e9c0a417c3d4e2a44b, '', 0, '?'),
(0x7fad202086375feefa03a386c816d156, 'wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\portfolio.svg', 1, 0x00000000000000000000000000000000, 0xe4905919f208c72ac472dbb2a7521575, 0x8c5533dd13f81502b37cf91f3b1f15853e304e29a4fa93e87da345d5c7b96c71, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7fb70d7673ee80de93885b7e6632635c, 'wp-content/plugins/elementor-pro/modules/forms/fields/step.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\step.php', 0, 0xd6156550ee6cce152711e607f28ff02d, 0xd6156550ee6cce152711e607f28ff02d, 0x3016018ed2a73d64e3e274aea4dc16921ca8b3582709d1be5dc0004456e1bbe8, '', 0, '?'),
(0x7fba83b5407a6710acab03da8c9c105e, 'wp-content/plugins/custom-twitter-feeds/views/admin/more-social-feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\views\\admin\\more-social-feeds.php', 1, 0x00000000000000000000000000000000, 0x55a07188f1ca9fdd342f1f725442a6a0, 0xda8480bc9e88086dfad83e78832edc45116ded3d8016a76210ca85bc801e39ed, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\section-subtitle.php', 1, 0x00000000000000000000000000000000, 0x6e5e0dc1f1122366969a73748482571a, 0x3a08cb74615145b42605cd9c98b3eedfc473d9a10a47621f5c5a2053317bb003, '', 0, '?'),
(0x7fc22b09157d4e27fc84c33d2de1a7e4, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/tiktok-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\tiktok-icon.svg', 1, 0x00000000000000000000000000000000, 0xeace9399f54918aadfc831a0df95324f, 0x655f4b873e68cef3b85c1ea0c8ebeb137949377bea5c750587d6afa34ed6e76a, '', 0, '?'),
(0x7fc6018bb6eac17a52cbf594b58df58d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-title.php', 0, 0xd1447943dfb679565707f9536326a5cf, 0xd1447943dfb679565707f9536326a5cf, 0xd2ecd9d59abd4a917ac04a2959bf8881b35262e22fc932b729c2baeb29b49383, '', 0, '?'),
(0x7fc6b5087f0694202d39fecf638a44e5, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-page-transitions.php', 1, 0x00000000000000000000000000000000, 0xfa1d70b8e50a86cf16cc083794a99b1e, 0xcf215d68dd4983d3340878040bc90d8c10cd2380fc33b2b8b9f66c7f464a325c, '', 0, '?'),
(0x7fce2d1e4cfbc38b480a3b22ecfc0569, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/IncludeNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\IncludeNode.php', 1, 0x00000000000000000000000000000000, 0x2ab620585ee62792843e822168ed98fd, 0x51adbe67f6f733a6afa9e43436f9a830933708585c897aeda97ff287aa563371, '', 0, '?'),
(0x7fcf42bd95433bde73741b8433442fff, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\not-built-exception.php', 1, 0x00000000000000000000000000000000, 0xf8eecc7971f50028bfcebfefc0b2ed67, 0x52ba88ca7581358171ed1fb63d9e886b3dece3c0c33061e77e2d1e79479f257c, '', 0, '?'),
(0x7fd054bf1fcb009dadd5bb06c45a350d, 'wp-content/plugins/wordpress-seo/src/integrations/admin/brand-insights-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\brand-insights-page.php', 1, 0x00000000000000000000000000000000, 0xb6e6090e807af6170a83a6e0c6dfd6de, 0x4ee71b669f13d3e7636b1cd7eb3a85acb321b31e6495129727267364f5971c7f, '', 0, '?'),
(0x7fd2ce8f6f933a7ebb993d25a8b51151, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x0ea457a52029558ee5aada906658aab0, 0x72bdc945e23171dde0b16b2a9fb92131aebfa566ddc1115dfc4ab7f6c28f8c2a, '', 0, '?'),
(0x7fd311481f1b1a3da4420286d8773843, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x0246b79a7badf6d9679875853878b21b, 0xc8cf22b101b1b821c00fe69fb45840500e2d69aaf08dd48660ed95e9c659a6a0, '', 0, '?'),
(0x7fd467686bd4cd4af6e91711ae651c03, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carret-down.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carret-down.svg', 1, 0x00000000000000000000000000000000, 0xc87483d59f6b22363037267ffa38de81, 0xaac3a3041bb208c51cfdb31b357c7a9420da9c3ccc8ebe64661d0efcb9528518, '', 0, '?'),
(0x7fd534ce241710bc96c301ff4b5e2c3f, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/layout-direction-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\layout-direction-prop-type.php', 1, 0x00000000000000000000000000000000, 0x929bfbdf2183f3704a4dc7f905d99d06, 0x5eb09da34ce2facfde1c804695c1300468e0c6b07d26731dd9b1ae00116a0ff7, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\utils.php', 1, 0x00000000000000000000000000000000, 0x1dddd1cac8048299f4568d69013e3876, 0xbf7a11157526f1e99af3f83bc4492422a31c4c1859d8e5eb8a6a4c4773cc73e1, '', 0, '?'),
(0x7fdb38b3b069bd2a603bb47151491621, 'wp-content/themes/go/dist/js/design-styles/style-traditional.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\meta.php', 1, 0x00000000000000000000000000000000, 0xa8848f46b60009c5970955d19e747ed7, 0x931515dceb4476c3b9dd67fa8436b442b90cba88c6b9ea9697beaaa01fdac5f0, '', 0, '?'),
(0x7fdcc86ab8977e5e38f76f7a44e055a1, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-verifier-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0x033dcdd927071793ee4aba2ba9381bf1, 0x770cb8d90e33acba610765c60997f126153316ec7cba174f8ec3086002e5643f, '', 0, '?'),
(0x7fe07b0062ea4b06ac85dc226433cc7f, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xeb3772c8b3f7b93a1f5abeaac0ccc7c0, 0x35071e26eb887be52ecf5d5fc6b06a3b929b562f2904e80fb23ef6620f010ac6, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0xad070bf752809b0fc7ecd37965b293c9, 0x3a2faabc02da70c2a3bbdfc7905c1fb605138b7f76ce8f1d0863d4e43e80b391, '', 0, '?'),
(0x7fe9499b35b0740a29a350758565f969, 'wp-content/themes/twentytwentyfive/theme.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\theme.json', 1, 0x00000000000000000000000000000000, 0xf8b1649905a2d8f7c75bd7b9e6eded6e, 0xd38a4a25da8cca3cc79bed7171ce777d18ccb773b9d9e37b86d01eb8a5f23424, '', 0, '?'),
(0x7fe984f03c00f29e81036c19b687d5a1, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/MenuService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\MenuService.php', 1, 0x00000000000000000000000000000000, 0x259d57a3118ebb243af337a160cb1a36, 0x2428909db41730bd3afaf7aeb9ba8177b3d8bd54126a6ebf629a687b3c65e537, '', 0, '?'),
(0x7fee70e7a520c8f41f16d68278d2893b, 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0x0ee893af0db9f1fa72be2807bf5b8373, 0x7afec85602fcb125cfd1064d77dd540fd6b4d996d4d55e0f53973243796c86ae, '', 0, '?'),
(0x7fefd896e30ec35c0f7adc01b507f9e9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x93066e7056cee8724c33f67706ece981, 0x50d5377ea84350b4cc9d1784d215187767a929164953c836efa743f742b2cd0c, '', 0, '?'),
(0x7ff01a874bed68e15fca55dbf24bd212, 'wp-content/themes/go/languages/es_MX.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\es_MX.json', 1, 0x00000000000000000000000000000000, 0xa79f184f6106ed51078c6090a76de6bf, 0xea25baaae442dc1faf3931046aee62b6730490b2ec65d0cb6052e1fc10f26a02, '', 0, '?'),
(0x7ff04201853d342660e08f7c40b68a85, 'wp-content/themes/go/dist/js/design-styles/style-trendy.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7ff0b4da3198924f4b9cbf7e77fefd77, 'wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-menu-anchor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd7e22d4931ccc121350d6f34ef623ae1, 0x31e7578885a041313cf4955ade3366882ac8af768c06921ec834bc84d63173d8, '', 0, '?'),
(0x7ffa366b7c9e62fb676e2b23e313801d, 'wp-content/plugins/powerpack-elements/modules/offcanvas-content/widgets/offcanvas-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\offcanvas-content\\widgets\\offcanvas-content.php', 0, 0x70e326bed5057ed94965e91a3bd6a26e, 0x70e326bed5057ed94965e91a3bd6a26e, 0xc48f4443057ddbf65a7b05c3f662ea697ed12dfc5a2ac322f40f8f0d453a5643, '', 0, '?'),
(0x7ffb6b1bafc5e80fd5ee62ff1a5ee023, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\welcome.php', 1, 0x00000000000000000000000000000000, 0xf9d63eeb830db25d3834ccd0442a28d5, 0xc6bcb8fc1601a86aaa312d5492af4f10f9b9b37f852be8b7a360b3e40d8234e0, '', 0, '?'),
(0x7ffcc6c8002a6b5f1720d40a82c09a25, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/theme.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\theme.svg', 1, 0x00000000000000000000000000000000, 0x5104817d851278b0893abf97912bf3e6, 0x8c9218eefff38ec578099d93134378e8e10c33a6349229c2c3a794237d93de34, '', 0, '?'),
(0x7ffd5ba8d30fb594672ac898da8d11a2, 'wp-content/plugins/wordpress-seo/images/icon-admin-bar.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-admin-bar.svg', 1, 0x00000000000000000000000000000000, 0x4695ed667296c341cb75f8dc4d41ae07, 0xc381119e7a8091871ea7d41fdec57346da234aed19c02decfab78eb3880039c8, '', 0, '?'),
(0x7ffe74482c478c54e0cb7b6effeb19c0, 'wp-content/plugins/backup-backup/analyst/src/Cache/DatabaseCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Cache\\DatabaseCache.php', 1, 0x00000000000000000000000000000000, 0xd664ccc22bb046c30d9bb3e1d5ffcf86, 0x9b7b52d0c63a23cd597d2ec663bc990f3ec200645e0954840ac58377e7deac54, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0x9751621e4460abf42f965d7cdd6f9920, 0xd84e4e49ce66f5a7b09291ca9348c4fab3455ab95a3947ba52123c988c7c0e22, '', 0, '?'),
(0x8006104a8e65438920832a1b93f1e0d1, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/4gb-upgraded.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\4gb-upgraded.svg', 1, 0x00000000000000000000000000000000, 0x1cb40288facd12b48916abad57119aca, 0x8a5b1fa46088af532d0b2a1fe4ebedc6d6d98c363c34026ce0d5243f254c5cd6, '', 0, '?'),
(0x800c132983de724081b9c2a2d30023d1, 'wp-content/plugins/powerpack-elements/modules/flipbox/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\flipbox\\module.php', 0, 0x2a32f6d0cdc47014e3fede0d545564d9, 0x2a32f6d0cdc47014e3fede0d545564d9, 0xb6e3b61ad4b73ddb901da891e4d0fdef226ef300469b8f343379fec60f853082, '', 0, '?'),
(0x80108acd27948e5ddf0ae00757616d6a, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-rating.php', 0, 0x03869e42dac6c17a0dbf09695d50d4de, 0x03869e42dac6c17a0dbf09695d50d4de, 0xada5b8798ba07a5b6261c92fd123b5c2033160676224a8e6a8d98fffb74876d5, '', 0, '?'),
(0x8010d97062ab12b899bea5c29bdc9708, 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\crawl-settings.js', 1, 0x00000000000000000000000000000000, 0x20dabdfb9b7a601c5b51d425adc40ef0, 0x641c5f2b3a80387390991b2ed9b89990df5c9a99b8f211b08c8604275562a367, '', 0, '?'),
(0x80138b35821e5fe073145af14492f6ff, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x743d07f7d667db0041bde796dcb9162b, 0x4c1fbacbb27b780f3ee0a13e77e23150df8e6e5063a10dd443408b01121bff19, '', 0, '?'),
(0x8014d5c3f74527c54867f11c435c11c7, 'wp-content/plugins/elementor/includes/controls/slider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\slider.php', 1, 0x00000000000000000000000000000000, 0x9131e10e7968a74739d943efe788cfda, 0x19f3d00b9274f6fdb24cff36478f014d28e827482ec96eb789d7c4957bfc1892, '', 0, '?'),
(0x8019964a726477b05418529ec0de3972, 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-html-component-configs.php', 1, 0x00000000000000000000000000000000, 0x55760ca184719642a5fd50310dbb3038, 0x6b0dbc5c973b5d524569cf82ddacdca4a0d0d0d47919f4402d45a4191479649d, '', 0, '?'),
(0x801f6a5a157468ecd3b1a6789ef2651a, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-registration-form.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-registration-form.min.js', 0, 0x7e91fa1213ca5e39a22c0a2671fe0824, 0x7e91fa1213ca5e39a22c0a2671fe0824, 0x5fce5c8cc8a4c39fc9e746f1fab069ce9ac7c463fb7bcc6780280342b011d823, '', 0, '?'),
(0x8023b46722754c9d922bbe770c57cf8f, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Vars.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Vars.php', 1, 0x00000000000000000000000000000000, 0x74be3e5f60af8c5f208021e9397a2964, 0x5d2454dc3934fe232e2232b03d19666def942893549bfd740eb15e1ab178062e, '', 0, '?'),
(0x802471e7b913628a8421585c093bd312, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-5.json', 1, 0x00000000000000000000000000000000, 0xfce6937750edb040c773344d5f1b3dea, 0xabfdd32b2480f18405e2d197d3ca8d5f5df2ad502766613e755e6a41848c423d, '', 0, '?'),
(0x8026c98324f21b85afe1287ac1e1c5c6, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\open-graph-image-generator.php', 1, 0x00000000000000000000000000000000, 0x69210b8a5292a9126a242ed08445f006, 0x4baa74f71e80bf6ecd757131c7a71621d2124e6ce86b5be8158fcbc863f7cd29, '', 0, '?'),
(0x8029b82515454afe45f009ae2dc96504, 'wp-content/plugins/feeds-for-youtube/img/lightbox-placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\lightbox-placeholder.png', 1, 0x00000000000000000000000000000000, 0x99c39d4b2cee35095d311ba98608712e, 0x507e11b4de1a037e1bf2d8604539953aa2add3c54dd315097849b35327d3fc35, '', 0, '?'),
(0x802fb663001d67733cfb0cf6942fd404, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xd4ec55727140605704489e5c614f8292, 0x8a555efe345f46b27d4dc758d5a2228f89e161d65ce50de72f0a1cff675ee94d, '', 0, '?'),
(0x8031c1c97ea48bdaebcdc9aa2100c8d0, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Text_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Text_Control.php', 1, 0x00000000000000000000000000000000, 0x4894c6302f215f9f64d9cb513cc7caf3, 0xc0c469674028587904020e5aadfb61f4456976566c3dac5627f43d1caaee3b63, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x91474da483ced1fa7346a1b05919b4c7, 0xd3bad284644fc90b39812a2295e9b66b17964d83723a9b837b275660c6f8699c, '', 0, '?'),
(0x8039361add932619b7cc00b088ca3d51, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\utils.php', 0, 0x21e5c7c0461ef5782d6b3328cdd4304e, 0x21e5c7c0461ef5782d6b3328cdd4304e, 0xe0504f6a9555c804a963cc718c8bdf11b998387399ef69d295f52013f4415f06, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-editor.js', 1, 0x00000000000000000000000000000000, 0x4c2a9d8ca674f30091f126a1265f0bb2, 0x3be4eab34ac9aba3f047795ebb920e5f5fca2ecc4efb8783e01e811709bb94bc, '', 0, '?'),
(0x803c3a6b886604e327b54393591659cf, 'wp-content/plugins/backup-backup/includes/check/class-domain-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\class-domain-parser.php', 1, 0x00000000000000000000000000000000, 0x0517b276d8bad77ae4b087a41ad75667, 0x102d71a64e95f9bbbfbdc6b050aa652aeae320b6eb56dd0edc21366b9a83c3ac, '', 0, '?'),
(0x80414cc6d104da2c0825d62b16dac310, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\summary-endpoint.php', 0, 0x575483ae4c9ef94f5eb0f712968b5fa1, 0x575483ae4c9ef94f5eb0f712968b5fa1, 0x57ec1bdf232db2c46b0d7a5643731a47fad09bb912d4fc096e32b4a994cd557e, '', 0, '?'),
(0x804548a415b3e5fdcd34247d6fbe85bb, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.asset.php', 1, 0x00000000000000000000000000000000, 0xf071502eba51b551376d3d6ca0076aca, 0x31ab8184ccfcf1c510151f6820d8ba627dd10f7ef05a7ef751ce7ec96fee4c96, '', 0, '?'),
(0x804f7e11fd18348ca4e6ec472dd5608c, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-llms-task-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-llms-task-exception.php', 1, 0x00000000000000000000000000000000, 0x58f0ae1ffa0ed3c5a0cc97756cf43659, 0x6c99897950f51792bbdf703de88af8886b5faa169aa0a1b61a89aefb28618d57, '', 0, '?'),
(0x805889aba2e64b6bf6cf23a22fa4de4b, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.asset.php', 1, 0x00000000000000000000000000000000, 0x814601b8866d829be15c7c70aa0ed00f, 0xb7eeb56501bacdd0dfc5ef4e6db019957abde5823c0e91a0a032f5517568955f, '', 0, '?'),
(0x805a5b3e87586f41890b6f805aa63b42, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/ProxyProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\ProxyProvider.php', 1, 0x00000000000000000000000000000000, 0xa31c5fb32b677f96122279062bb41f62, 0x0b74012691ec8d3d7e16beabf232bb9704c61b58522e906d5262ddfc82a34727, '', 0, '?'),
(0x805a64bdb0d2f54fc7723289c46b952e, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xa3e0db02edca1aacf8be533101f52e13, 0xaec2422b9c5149d5d09d9de15d18d22c5166a4db93e6e15f78e986a27b79ddf1, '', 0, '?'),
(0x805fc1e712351a2492c281c69f0d3fda, 'wp-content/plugins/elementor/data/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\manager.php', 1, 0x00000000000000000000000000000000, 0xc91b42945212176b66350e30a0626c84, 0x530d4e3ba11e2c5309345558570007e55ec72ab614d6c5165f084f7af74b8147, '', 0, '?'),
(0x806b035de8277cb16286b334493d8e2b, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0xf9ae16b2b47b209262feac6912c7960d, 0xe7934530c63aff043a1170e69697e7f4039845f40709ec5889760ae27e53a46c, '', 0, '?'),
(0x806c7b6b19bff8ca94552e1d743bf2da, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon.svg', 1, 0x00000000000000000000000000000000, 0x0c33ad1ed413931b4f77afc76af35a1f, 0x887d6017b0e7a5897b94dbd83cef82521d4fa4a8da78170015a82324421221fc, '', 0, '?'),
(0x8072f4d617ee9e8524cdd544401f47f8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css.map', 1, 0x00000000000000000000000000000000, 0x12abd3e0ac965a5ee5a71bb566401547, 0xdc8db919f0fbf6f9487e80216b10d43c3438da66f2155f11f87400dd419ea285, '', 0, '?'),
(0x8077bf8842364405b32be4b5c8b8e045, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-RegularItalic.woff2', 1, 0x00000000000000000000000000000000, 0xd71e80779af5f9a573ec3abf0b119be5, 0x7fcc13f930c0c70948a065076cfea7595a9e56752a5afdff8ab7d82b312f3c08, '', 0, '?'),
(0x807808a7c25f7a513b806e2cb352ff24, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\composer.json', 1, 0x00000000000000000000000000000000, 0x337037295ca45f45940e786441f4a29b, 0x836ed5e34be0ce6e1b333f64fb852556bfabb1af32acdecd40b244a6dd6f2528, '', 0, '?'),
(0x807884dc9f89f7edb1f0fb42e2da49b8, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\brands.json', 1, 0x00000000000000000000000000000000, 0xdae7973a62ad986df371294842b6545c, 0x56c3fc46c3971926dea6992e903bf3fbee9f08eaf9bdf92ff7a459f1abd3a189, '', 0, '?'),
(0x807ad6eec79813874eb28779e855cfb3, 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-2@2x.png', 1, 0x00000000000000000000000000000000, 0x652d7e99b64c876dee414c076689399b, 0x438511ab38e0547880d433c3f09864d636a20d6b4afed0767cc3a9bb025639b0, '', 0, '?'),
(0x80834278fac6b6746830acaaa3b16f56, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/monsterinsight.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\monsterinsight.png', 1, 0x00000000000000000000000000000000, 0x69f454c5d04f8c5f0c4985b1a9515655, 0x756b638f6b86730f3b71ee70ec08415f78b3b6b9a25f483b00867c688bddaa0e, '', 0, '?'),
(0x8087e3aaa23fbb67d883d6e058bd5d65, 'wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\base\\transformations-abstract.php', 1, 0x00000000000000000000000000000000, 0xdeac139fba0b4dfc55f3ded3772c0559, 0xf69552359d268e873739a68b06b886a9e91e3ef6c5b79b081bb96056ea2764cd, '', 0, '?'),
(0x808e42fec47a04cfe5107174b6bdffdb, 'wp-content/plugins/wordpress-seo/js/dist/indexation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\indexation.js', 1, 0x00000000000000000000000000000000, 0x832aab19fb237d6781457d46be2ed8a0, 0xf0ec9bc74445656e06a8455b248b50cb7cf13224566860e24b60b1c0a8835236, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\inlite\\theme.js', 1, 0x00000000000000000000000000000000, 0x344f1ce0e24412496360e1181995454a, 0x70b776d354355a3e6a15868f6aaa00009cc87f66f8c578612f673d13b626b50c, '', 0, '?'),
(0x8094e2ec49b016e85be960a35af66975, 'wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xba7926fd2f028c7a083cd98357350ed6, 0xde69f18d300e9e2d5d91b3f0aae4a35cfce5ca65c7febac686dbf4d5260a54d8, '', 0, '?'),
(0x8098c21b1d3626f566127b22a4649b04, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-twitter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-twitter.min.js', 0, 0x7618735b1ba38f2ec66f93953f9718c8, 0x7618735b1ba38f2ec66f93953f9718c8, 0xb701d45034e01e05b5f82919bd3628ab4f4c86c1cb796290755a2a0a84aa90a8, '', 0, '?'),
(0x80998acf36650cae7a6787e8f5eb92f0, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gallery-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gallery-template.svg', 1, 0x00000000000000000000000000000000, 0xa524de4bd41a5d5d255a0d808dcdb335, 0x7af4242876a247492bee93cbf8f7b7fac89e4477eada821f28f90e5bc32d1847, '', 0, '?'),
(0x809e23b3885c3792a61a6847029e6ca2, 'wp-includes/blocks/post-navigation-link/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf50d5bf375bbe8d7803fad7646712175, 0xcd13961f5289f8be112f282b22097e2457a4a5040d405d633daf404a771a8d47, '', 0, '?'),
(0x809e9c740ea51805f57ea9ab24150dfc, 'wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6c8f3c1758fad5598da50cfb7d390372, 0x4e5d0515a1fce6e8e43106c4ffab5641dcdd02fb60d17def30ea3726af100286, '', 0, '?'),
(0x80a76828c0b4761f0f9c91f0e9ab6c64, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtypes-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 1, 0x00000000000000000000000000000000, 0x5c98128989a9b99c45e24251bf5165ad, 0x3c761f146d0947bc1d32315872a336c3962fab919489105d30c55d15a36fae14, '', 0, '?'),
(0x80aecd161235181af3dee947f9c061af, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0xe588a805d12423a96d407df74d31d105, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0xc505252b24643d1cd4c12c05bb1c2e29, 0x795117e8aa16ec394925e115a3a2480434acb50be8c297429fe774cd35efae29, '', 0, '?'),
(0x80b9a91f7b9bcb3532f157fb0c811c05, 'wp-content/themes/astra/inc/lib/nps-survey/nps-survey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\nps-survey.php', 1, 0x00000000000000000000000000000000, 0xe595eac0f906b914030b49472ea6fff4, 0x6e2ffbfbdbc7ee68a3f19dfd238de4864f5b84130c5ba64db7563ecdb15e7fe2, '', 0, '?'),
(0x80bb41d0bf85f446271bffc559e08efd, 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x80bca36062d16818987042bddf90b2ed, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xb8d9988dbc240281682bc1f238d0c738, 0x4864351373eeda4c3aecc41c5810e39dc38175a66b79d82622006b0f3f1a6cd7, '', 0, '?'),
(0x80bf25131f099b2bdbeab38234fb7b3a, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\serialization.php', 1, 0x00000000000000000000000000000000, 0x876f95d1956259ee52b9f2b1f4cff793, 0xa97469696f50372c8819527cad719658e5d229e1868addc7ae66ea404b76e109, '', 0, '?'),
(0x80c44a8374b36eb0201425cb45799894, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/builder.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\builder.js', 1, 0x00000000000000000000000000000000, 0xdacf39aaaa72353e0514393049850ee2, 0xc84afb3e1e602d5da0553f1fbdb98dfcbda470dc2f99bb81ebdb222b557a9fab, '', 0, '?'),
(0x80c5884271a764284b5e749742ae21a4, 'wp-content/plugins/wordpress-seo/src/task-list/application/configuration/task-list-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\configuration\\task-list-configuration.php', 1, 0x00000000000000000000000000000000, 0x4905c036b039898b8a0b0be00220747e, 0xf05283783efcebf026897d3f4fd8ceac2f1bd6798a317c4bbbc6cd011125d81c, '', 0, '?'),
(0x80cba0ddfb1aecbb65017bd928360d75, 'wp-content/plugins/instagram-feed/assets/svgs/socialwallIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwallIcon.svg', 1, 0x00000000000000000000000000000000, 0x0071ac7c11a348109aaad592e8ed3c86, 0x3583f2e7a0dce3abb0a272266046aadbdad1d182ae3eb1f67f49b2078bd657f0, '', 0, '?'),
(0x80cc44d3e52760546d9e2241c3704728, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x0534fe83fda97e337e509ad7b1b00dfd, 0x995f5d6fc8f026d2b2c3be2d4ea92aa07740c8c8670c6189eda1032a9e709221, '', 0, '?'),
(0x80ccfca32188f5681aad0ec9a8242252, 'wp-includes/css/dist/edit-site/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style.css', 1, 0x00000000000000000000000000000000, 0x1fd01dc5a8ef14e5ad605c678bcc2f83, 0x6498a6b1bb781ffb4317f5489ff60a7e8fff206ed668e5043dde4e7dbaf9a6da, '', 0, '?'),
(0x80ce63be7d3721e78ce91454398f2cf6, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Tooltip_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Tooltip_Wizard.php', 1, 0x00000000000000000000000000000000, 0x3d8d91b62206ac8c40482a4395ab40ae, 0x883ae18e4095e10733e4cfa2880c755dbbcb8b9e907f68253111ed6f748bf437, '', 0, '?'),
(0x80cfa8752ae59a06b1d16ea9d04fbc56, 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/BaseProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\BaseProvider.php', 1, 0x00000000000000000000000000000000, 0x26d25567eae93412e2dcf0ebcb067c13, 0x6985bc29426f0e56a582e5e94a9977c5c3ec67ae867893228b3342162b64475d, '', 0, '?'),
(0x80d1d9340eb187ebd940daf11d07bceb, 'wp-content/plugins/custom-twitter-feeds/inc/notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\notices.php', 1, 0x00000000000000000000000000000000, 0x9769cf3fa07cb86752235f1a0218baba, 0x3fea3487498c64f03563dec677a8a949e1caded571046475542e6451f36e1b14, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0x80d48f9ba751d24ea5fa7778bf22f955, 'wp-content/plugins/elementor-pro/assets/js/nav-menu.3afa8f5eb1fef7c22561.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nav-menu.3afa8f5eb1fef7c22561.bundle.min.js', 0, 0x106aa5ee1b03c306d8096fc4a8b02817, 0x106aa5ee1b03c306d8096fc4a8b02817, 0x57fc4cec6cbcf1a80338e679ef1a85c9639ea35f6c0b267e1f0b4e9d2d64dff3, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0x5a69d420c288aacc484778f34c6fcb89, 0x1609ec35c3f1107fa5069e84c928543f2f69c8663bebd48b30a55e222548a465, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed.js', 1, 0x00000000000000000000000000000000, 0x95776273db78679370b8b02971322a14, 0xbc2e9af26215a7e8240b2d27bd77db50175c2ff3c3d4d7221d4ffd92b1584814, '', 0, '?'),
(0x80d9cf39b2a4471359743f4607befdb1, 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.strings.js', 1, 0x00000000000000000000000000000000, 0xa536d2c40b28d72df09baa88142afd0f, 0x0828e8bd4c3d032d0042d6f4d630a10d4e5003c1a099ea643a11cd55433c5621, '', 0, '?'),
(0x80da5aabf541a96c2a1414b52080f99d, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ja_JA.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ja_JA.po', 1, 0x00000000000000000000000000000000, 0x804c09cfca23a6df0a98eee80b0a989f, 0x793c4491e1b8b9eb4c8185745e364367d2a2431047be24b1243c19c408489788, '', 0, '?'),
(0x80e0e2826d57835ca969c54233f91980, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/schedule-population-on-activation-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\schedule-population-on-activation-integration.php', 1, 0x00000000000000000000000000000000, 0x2d432d41f0056707f8cd0b1d3fdbb802, 0x9d13456c3b846c9d5bdd3b7a4db515bcfdba2b1f0adecdc06fc91b5969e357ed, '', 0, '?'),
(0x80e1824086b9d64bee01a19946a73c2a, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x80e2dcbad4bd6381405adeab3f199de8, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0xbbce46816c7e44d6fecfa9cb26107c2e, 0x36b523e095a3915ce64eb1f60ba65c970a1a6d6050604edbaa2653c54a88ce09, '', 0, '?'),
(0x80eee9a3b50daa3fa42804443a9a4aee, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1112.c8f52a91b9f748e2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1112.c8f52a91b9f748e2.js', 1, 0x00000000000000000000000000000000, 0x70ec610a5bb08d652c693fa4cca24d78, 0xd15b6b073dcbdd2b90a59227b91783b4e2355e26165e16099e1f695375dd10f7, '', 0, '?'),
(0x80f198604c0195ed951d504bd4e5061f, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-list-font-families.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-list-font-families.php', 1, 0x00000000000000000000000000000000, 0x1ee28070505051c9cd476a2a8fc4890a, 0x68897c11dc60f8bdd5d7f7f45d220e446d36407bfadde3ed5e17200bea903acc, '', 0, '?'),
(0x80f293912e89dfd5b35ff3f179d001ed, 'wp-includes/blocks/math/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xa25524d811f78f612d19a3ece8d3f580, 0xed972f055e9875295bafb2f43d084c7ce5064e5f34f2011e41c95a824a07b42c, '', 0, '?'),
(0x80f58bb2db5e566a4c5a58db3874a88e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\addon-installation\\installation-integration.php', 1, 0x00000000000000000000000000000000, 0xef88862c87f2dc434023a9b0d32d0fc9, 0x8f05f07f399171f97812f00d426e5f43cbe6e48d05c99eac69632335becc39ef, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x80f99b8d5ba2305cc42ab6e7db03115d, 'wp-content/backup-migration-p2Whnugedf/staging/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\staging\\index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x80fd90cdbe57f57ab52fd1250c91d27c, 'wp-content/plugins/wordpress-seo/css/dist/general-page-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\general-page-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x4e276a840cba629d8fea84991bd8361f, 0x15463f46392a1c63bceaf265ca3c56ee4e8b2bea2d560e347773ea614b71c227, '', 0, '?'),
(0x80fe871151019072759cc07f905cbd77, 'wp-includes/blocks/accordion/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style.min.css', 1, 0x00000000000000000000000000000000, 0xda6bef5430be6bb155e1b3d0ecd9b5af, 0x40f0c19e711a931e789c74a99a2dba22b6f38a9aff8391501496b892f198b529, '', 0, '?'),
(0x8101a8a337c6163a3abed02a9ab946a4, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-loader-interface.php', 1, 0x00000000000000000000000000000000, 0xf66249687edb370c9401df8ff0b9000f, 0xa8e9584df80900d3a8e0726939c7dac4e2f65657ec1710f9f14ef7ebaf4539c9, '', 0, '?'),
(0x8108bdacc6d4a544000b851212020f83, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-shrink.css', 1, 0x00000000000000000000000000000000, 0xeb63319194b555cc434a8ee3222b00a0, 0xe552ae245ebb67d2f10b7e6d3a55f92798bcfa5d71aed9c63d3ea2fa1618cb37, '', 0, '?'),
(0x810fde94d0e4340bc663aa1a0422a6e9, 'wp-content/plugins/powerpack-elements/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0xc8565972fe5cdc98c52f31f7851b9da5, 0xf252665a165a9c23432f1af0500b86d512f961656a90c8cd5574415e4ad8f3ae, '', 0, '?'),
(0x8115e8125513ac68674df820b8646e51, 'wp-content/plugins/elementor/core/files/file-types/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\base.php', 1, 0x00000000000000000000000000000000, 0x4f67afc7d91cbf28c3d4b788028e7456, 0xcd8a7d338a12123b0665afbbca60715c8fe4a2508a22b77eab4f7e992e4e8ef5, '', 0, '?'),
(0x811663106463c69a71cc1b7eb7258beb, 'wp-includes/blocks/navigation-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\block.json', 1, 0x00000000000000000000000000000000, 0x1853639c595caaad831d43bfffee3fde, 0xbc92449e02693888c255dedda3b1ca8287d3241aa9f153d97a82972b0d86f0e4, '', 0, '?'),
(0x8116676ffc403e33043adb8fd58de568, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xf7f5103e9caa96b32725ff6243ac16bf, 0x7cae2eb4238ee4cb66c8d55ac25a8d8c590939c1b07e08fdf6ff1a7216cb4b1c, '', 0, '?'),
(0x811e893227a097ab9f7c590e566786f9, 'wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x8120b922ef4edd4d17964878d5142f2a, 'wp-content/plugins/backup-backup/admin/images/support-3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-3.svg', 1, 0x00000000000000000000000000000000, 0x78c9781b3751996ec80e74a751d4dbfe, 0x3771c0f9a18420d699f6fae0d1cb9ba879ab802410760ec5e87edb290bdc856e, '', 0, '?'),
(0x81216f5485036345b1b9c0637403529d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/moderate-feature.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\moderate-feature.png', 1, 0x00000000000000000000000000000000, 0x30b970c74b06f64f516d3241cb53227a, 0xd93bc98f8fb82692494af4f1501b0e755a8f071902120db9d1d44942135b3264, '', 0, '?'),
(0x8122a58edc52346f0e68b0834fbb41ad, 'wp-content/plugins/powerpack-elements/assets/js/smartmenus-keyboard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\smartmenus-keyboard.js', 0, 0x51336a3169b8b331d2eb26fa0f774cba, 0x51336a3169b8b331d2eb26fa0f774cba, 0x3218bd06fccf9bf344223dd6133feffec6f134b3ae2adf1e57e1beba6b5a40dc, '', 0, '?'),
(0x8126575e011a37c9bfcd6e60f05822e7, 'wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\views\\history-panel-template.php', 1, 0x00000000000000000000000000000000, 0x3bf7754f14a467565b1ea08f50366c2f, 0x3ccfcee9e1433b8f6e5c574d283854aef1fb7ab2c2d8887034b99980b9980355, '', 0, '?'),
(0x812e8b1341edcfdbb2752a8a282b5e00, 'wp-content/plugins/custom-facebook-feed/templates/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\header.php', 1, 0x00000000000000000000000000000000, 0xdb3bc6d1833b2fa1c27d27a414afdd50, 0x999e6aa6c7ab2b32b8833589bf17ff4986f7582ae9eff3ffb29454ca02dc5ad3, '', 0, '?'),
(0x813d195ed489527533394d25c6210be1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\migration-error-integration.php', 1, 0x00000000000000000000000000000000, 0xaa0d09d888d0e51a8a848c5f15573238, 0x7613f62af88e471dce07ee1ec0180d24a59e45b55aaf3adb9e9cc366e7c298cf, '', 0, '?'),
(0x813e7e4c82a46752b1180bae83969c7e, 'wp-content/plugins/elementor/modules/interactions/validators/trigger-value.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\trigger-value.php', 1, 0x00000000000000000000000000000000, 0x18bd8643a728f24a11043409169b486e, 0x66ba9e593bf28d2fadabf0df93c7460d7a7311f6eac882c2ba4fad0dc399136a, '', 0, '?'),
(0x8148d5ae3e549562eb795ff4f2cb00b8, 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-upgrade-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-upgrade-menu-item.php', 0, 0x46f734657ea7c0920b291376323a2034, 0x46f734657ea7c0920b291376323a2034, 0xd7368f833ce9494ea6bb1bc50d57aebf2eb12211cf9bb27edb7e1bef73cc7760, '', 0, '?'),
(0x81516132a723ad9b660c7d5c17023e8b, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\triggers.php', 0, 0x1dc6022a380085a1316ac55e8422afea, 0x1dc6022a380085a1316ac55e8422afea, 0xdee527f6f559af13cc23e24f5eb9cf65011d06114fc447f2cf4db3ecbb2be96f, '', 0, '?'),
(0x8151c8d42e434c1d8d7d91aa6e4a3929, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0xbb067c72810915d199de0195a7cd272e, 0x566111f4db41377edfcb78e6019190fefa7c2cf3930fbaa18c2921ad6d6c5b13, '', 0, '?'),
(0x8156701f0d3a9e988b186adf749a1d9d, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT.po', 1, 0x00000000000000000000000000000000, 0x9c3df47d39443b19cd3dadcaab64d0bf, 0x12649aea9540427c4d81f7f76428a40b0fa5dea56d405023f0d4dfd9d3a11f70, '', 0, '?'),
(0x816402eca27cbd9133c3ae8db42142e7, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/register-post-type-tasks-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\register-post-type-tasks-integration.php', 1, 0x00000000000000000000000000000000, 0x8cfac1fc037792591acd9883b673d199, 0x44a63d9ceeedaf8d03e81910d35906bc6bcb5d9a5fafa1551864d69c4a06152b, '', 0, '?'),
(0x816542a2f093c0bdcf2ce2d409333992, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-content-area/atomic-tabs-content-area.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-content-area\\atomic-tabs-content-area.html.twig', 1, 0x00000000000000000000000000000000, 0x2c7a0485574a9f0223f155024a9b96af, 0x79845a0908fa44173fd3588f9087a94aeb9d09ec67ab7eeb932a78b1c699e76d, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x57437da0da4bb7dae946c7c2e484206a, 0x774087c3f9ac53c2bc7c0d3eb7d1529e34d2140aef4eef08bb335973e553dce9, '', 0, '?'),
(0x816eb5e7cca67a31fb9f3802103a6783, 'wp-content/plugins/elementor/modules/system-info/templates/html.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\templates\\html.php', 1, 0x00000000000000000000000000000000, 0xa08a0adc9ad6b211648b2585b46bdac5, 0x922347a8857599561d84d2b22abb48093a36a5455d741d1484f81050897c0bc7, '', 0, '?'),
(0x8173e65cce3349065ae6827143992ffc, 'wp-content/themes/astra/admin/assets/build/images/starter-templates-banner.9a4fed4b.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\starter-templates-banner.9a4fed4b.png', 1, 0x00000000000000000000000000000000, 0x94ee342ed5a7161fa1c912bda71d4dc5, 0xf8406721ac358d5065e41cabbbb9b908ceff4194957f5e9cc629b92306a56e92, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8174b7099a3562310eb7dab30eb8a7d0, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/updates.b344306ec80d979efc7bbd94372a6e9c.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\updates.b344306ec80d979efc7bbd94372a6e9c.svg', 1, 0x00000000000000000000000000000000, 0xec4d4eb8ac7635b50af024f874837212, 0x5bd39de3010db59577399371c7e437f3afd1bd4467c06ce929b2e5b1f18857f8, '', 0, '?'),
(0x8178ea5813a546e82a020dae776068a6, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-posts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-posts.min.js', 0, 0x8a5626812ddec3d2befebcfa8beb8957, 0x8a5626812ddec3d2befebcfa8beb8957, 0x8864d9b28b93a99b0dae9ee40df9df08675ef42d312b5f2f015808360cec6d06, '', 0, '?'),
(0x817c66d9e0620bfb19b86cfc62e203a0, 'wp-content/plugins/elementor/migrations/manifest.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\manifest.json', 1, 0x00000000000000000000000000000000, 0x2d8394061a412b3437ab5dcb66a4e2a6, 0xe5d8728b18ff9f7b0c227eb2b65c47bafcd44bd83253d175e2b6989d95139f55, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x0cda96891d7fbd955f372e1466a7e252, 0xe6e2aacc639d368c997e73127d5ce963fb790172c1409fb03a053f246a42da5f, '', 0, '?'),
(0x81864344199f5a3482a5d5d0db943a9f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x9e8217ef499a2e30c6bd4f9ace3480d0, 0x12df4fc1c3c47d08af93bed6a0968dd39d6aa6c2981dc1e1b70feb75a616ce7d, '', 0, '?'),
(0x8186a526cd27aa6947755a1de42d0bba, 'wp-content/plugins/elementor/modules/wp-rest/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\module.php', 1, 0x00000000000000000000000000000000, 0xa15957f9128af176dd2ae23ef5eab487, 0xa351822a47a635a92a7c322f7c6dbb1820b1953ac39b74631be6ff005d42542a, '', 0, '?'),
(0x818cf7608889267e7cda8f3ad840ee7f, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x24614d43c8bbf563a3beaf4273b98a5f, 0xcb7b067f25a57e013bede2a2b96e65ea22f173a358ab03cf1acdf59bd8d4e99b, '', 0, '?'),
(0x818f191be2dcec3331107809b2828faf, 'wp-content/plugins/elementor-pro/assets/js/paypal-button.557bf338d556d8411f0e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\paypal-button.557bf338d556d8411f0e.bundle.js', 0, 0xf88fd325d3c9cf544c39ee13c13de36d, 0xf88fd325d3c9cf544c39ee13c13de36d, 0x2ed7e00966cf27461802936baa78faf111ce8466d1aff7166a7a27e163d08832, '', 0, '?'),
(0x8190b4d456aa3dac2f3a926b6304f936, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\feeds.php', 1, 0x00000000000000000000000000000000, 0xd65a9a36ea0e5535144f11b9a72ab246, 0x1f1538e9cab76c095a7ceb407b3ec6c965913310b23c7014f724ee6723686e2a, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0x128d96ef97aaaca0292213b4d526ec53, 0xe7cc7ca8a8f33ee3d1b2a6e1883c908fa85f5d132a5b0c47580b72c124bdef4a, '', 0, '?'),
(0x81aacec302487677374be42bd54cdff3, 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-light.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-light.css', 1, 0x00000000000000000000000000000000, 0x427dac372a16ae63ebe181b217d4cdcb, 0x080a9e846132cb8fb60fb76de6cd61aedb604f4aced201176194082919e81993, '', 0, '?'),
(0x81ae5158bbd86beada09bfb45a308ae4, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-content.php', 0, 0x08bcb375c8e4fd5085e03419ea748211, 0x08bcb375c8e4fd5085e03419ea748211, 0x3b03e4d7ffe0fb624fe2cdbc72babc221ed33c87c6e4eb368630123a83581faf, '', 0, '?'),
(0x81b28597770d92fdb9be3654cce9847c, 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0x6509c66a15cdd30b403b8430e75e7f73, 0x1455df14dfeadb18f619b64fcc166428c273a340c2e9c99998bb74d2dcdef600, '', 0, '?'),
(0x81c08b919b3b8271f8c4406c8daf9121, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x0733dd5ced4cd55a2e870259f686cfae, 0x56e9c8e02969f4604b188cb4e50d8fc6c4629b8037b2e8f824c0b347745a292b, '', 0, '?'),
(0x81c1b84937888bd4729991062eec787d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/GlobalsInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\GlobalsInterface.php', 1, 0x00000000000000000000000000000000, 0xa6a6f178a72ef8ac71573ef14a7cea99, 0xb56ef060363dd6fb056abcdb304234cdcd73cb2b83c67177f7c8083be0c9284a, '', 0, '?'),
(0x81c25add62b85ea389677efdb0ea739f, 'wp-content/plugins/elementor/assets/images/app/onboarding/step-2.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-2.webp', 1, 0x00000000000000000000000000000000, 0x7a9ceca913381044ff6dd91e1f9c18fd, 0xb2a191cf0bcfad367a8bf82c812fbcc5e27dbaa283ceaaf8ccb995628f71358e, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-views.js', 1, 0x00000000000000000000000000000000, 0x1e5e9cb6c1dc7086aea473c46dd464b3, 0x1fbdbf32703a40a90b193b8fd7c8d4c7cd206b981f2003e33834ca1c1a856971, '', 0, '?'),
(0x81cc1f97545f6cad24e7021a7d9f4be1, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-300-normal.f5e7cea32756dfe7.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-300-normal.f5e7cea32756dfe7.woff', 1, 0x00000000000000000000000000000000, 0x701084ce815d58e75ec2b8e3a42adefd, 0xd202b76f6e04fd2fdbe24fcab2ebfd56d6e5cd17c45ff8c9e5dc5f46a08a646e, '', 0, '?'),
(0x81cc566b38a1fdc4f1ba99efd960d82b, 'wp-includes/js/dist/development/react-refresh-entry.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-entry.js', 1, 0x00000000000000000000000000000000, 0x091860f74fb3c06d5765db01497b8f5f, 0x1dc792084ba1341eecd869ed275221dee11f81b3e944d569cb6d309cdb6d752f, '', 0, '?'),
(0x81cc81a5d64a07e2960cd2af0fea68b4, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/failed-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\failed-request-exception.php', 1, 0x00000000000000000000000000000000, 0x4cf4a540e7b60e33a55d6c46e3e9ff8b, 0xb254c0b6475743ee35072df18a8e0d0d99e509c400c92e4f7240400f3f790fdd, '', 0, '?'),
(0x81ce3019c3518d3ea886b393ea9b1128, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/global.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\global.css', 1, 0x00000000000000000000000000000000, 0x10766ea0f6088b32e7a84e8520d19c8b, 0xab3c33d893fb15cb002767433d72f703b999aeadf78649e3e91f19f56ffee76d, '', 0, '?'),
(0x81ce6068d10c4e6b064fa14e389e8216, 'wp-includes/blocks/file/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\block.json', 1, 0x00000000000000000000000000000000, 0xad5e65f83753d454ab1cdcdd8949ea0c, 0x05cc320feb7b166fb6957d0b8e72ffda3692f4323d3b97e0b7113bb2f4e662fc, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0xa2f51447fdad3b6317fa5dccc353162f, 0x62cc20b656aad6ae46cac8b80a9af7be3b46ddd322e2f4ee468ef3c5e14c790d, '', 0, '?'),
(0x81d005b19ce3232d851e7a94051c8ef8, 'wp-content/plugins/wordpress-seo/images/icon-readability-analysis.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-readability-analysis.svg', 1, 0x00000000000000000000000000000000, 0xb4087f1a7f5f6c8ec87463534d44c914, 0x8d3b68ad8f9dfb90991265af69d9d5ce98d985731c26105c41eac49441c7d743, '', 0, '?'),
(0x81d14ec4675a5b83e3931bc58d8a5d57, 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\html2canvas\\js\\html2canvas.min.js', 0, 0x746b40c5a918ddfdc64168836bbd8d83, 0x746b40c5a918ddfdc64168836bbd8d83, 0x813a02488ad309fbdb5b38ccdc293825c5d0ea35fba7ae86157e584f1282365c, '', 0, '?'),
(0x81d29e1d49d095229e064becc78be2a2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityError.php', 1, 0x00000000000000000000000000000000, 0x1bf7f44b2ea9b4e46f01c6ba6d491de3, 0x2c6f475368647aa5f1e70ebe65bcb7c39a392c4763fbdbf64899c1c9c9f63333, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xb60c0fcee76f5c21179a7fcc93023a93, 0x6fa54343432945de3e5a79422c2032eb2353e1dd0f6393d065a7f3d6adf33e15, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-profile.js', 1, 0x00000000000000000000000000000000, 0xe015518f348c5ba3b15b24d6fcac9dfc, 0xd61ced06b7a5b4179e0412a422174634e01496f77806f90e2ac6832d6b636ff0, '', 0, '?'),
(0x81e268f7decc194c76127244b26b18a2, 'wp-content/plugins/elementor/modules/checklist/steps-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps-manager.php', 1, 0x00000000000000000000000000000000, 0x64788786273d0684cbcc65bf42f38201, 0x7801a3da1ec2546748227d57ad8bb774753fefd2a6e12feff0fd2bd94ebfaac8, '', 0, '?'),
(0x81e98efc3efae668e73793f47cbab722, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-crown.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-crown.svg', 1, 0x00000000000000000000000000000000, 0x566b61ea5d4353c1dd6bffdba3401071, 0x1e8e41d2c4941390b99fa558034fc2f641c4d72801fe86b4dbed922047f243f9, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\http.php', 1, 0x00000000000000000000000000000000, 0xd2c52e3c2445ff0097fe67bd3a54b10c, 0xc69d45105225f9f314966612c60e5c9fc9bee4080d050c76943843ff5ec26819, '', 0, '?'),
(0x81f0cf9745594d8f6fcac119fa71b0cc, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-settings-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-settings-menu.php', 1, 0x00000000000000000000000000000000, 0x70143fdbf87adc580b85002a6f390091, 0xbd80972fd080871a4b9d1cf39189831239a92fd5023c81a6cce1d11a3e52e4ce, '', 0, '?'),
(0x81f4ccf656a3927fe583739a90a2009c, 'wp-content/plugins/wordfence/lib/wfIpLocation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIpLocation.php', 1, 0x00000000000000000000000000000000, 0xd5dd1266b7f8b2bc1da151424449ccde, 0x3de23971145158f27cfd74f0614f6ed75f9013624b41adc62e7275d7c75e59f4, '', 0, '?'),
(0x81f4da74adc981fa698294ef3e8fc99c, 'wp-content/plugins/custom-twitter-feeds/js/ctf-scripts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-scripts.min.js', 1, 0x00000000000000000000000000000000, 0x4231f0aab1a59146f514ba25ab9e6df6, 0x8ca1841be398abc4eb8780b2bd23ecc98b06f43cf48774f0fb66e7e2e11fbca9, '', 0, '?'),
(0x81fa9c9f71d75f95c6f486c4a1968b3e, 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-yoast-dynamic-rewrites.php', 1, 0x00000000000000000000000000000000, 0x9925ae3710888b0cf882a99bad57b7f0, 0x67486e2a4f1a1817a4c165e308ee08663cfe750cbbd75e990f76661289566296, '', 0, '?'),
(0x82000edd62ed117fedd7545ebf32e860, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-orders-placed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-orders-placed.php', 0, 0xdc4dc0c310cd6e305e3e792a70308b16, 0xdc4dc0c310cd6e305e3e792a70308b16, 0x2dc5bad9776329839c2a0d2c544deb9b85b064d04b6c04ead3b494d81f4ad8f7, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0x82043c17a759b9b2854ef21111bec5a1, 'wp-content/themes/astra/assets/css/minified/style.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x07d53fedc6e9d947426b97e6b0e55fca, 0x95460c08250bea338fb83c0fef856e28fbd279b4711152519614c01496ac88da, '', 0, '?'),
(0x82047557db93b15750d45eff87284cbf, 'wp-includes/blocks/post-navigation-link/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style.css', 1, 0x00000000000000000000000000000000, 0x014fb3a8a37653693f00d3c382289886, 0xb1c5b64398cfad9b68f6a9da46303a32a149f912b4769aa2bc1af9c010f5f454, '', 0, '?'),
(0x8204f166867a12c27dff7705769b5d77, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x94d69dadc21228559809f88351dcbeb9, 0x5780758d5a4de48a92c4bc6b6ee1381cc12751cbc98b693b95b78da574f444c0, '', 0, '?'),
(0x8208535fa938afb29952524aa8f5888b, 'wp-content/plugins/wordpress-seo/src/tracking/user-interface/action-tracking-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\user-interface\\action-tracking-route.php', 1, 0x00000000000000000000000000000000, 0x9d5b924b7aa9d293e30552cdaa55570d, 0xf1c17f06d83d30dda89b08489b74d1b0219b200ed6da1027e61fa3baf7cf175b, '', 0, '?'),
(0x820b2df89568f5ab6140f21d16416703, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.118e54b95a68f0ad8c09.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-purchase-summary.118e54b95a68f0ad8c09.bundle.min.js', 0, 0x787670d71c0b19b8cd0682f75c7c52ac, 0x787670d71c0b19b8cd0682f75c7c52ac, 0x29d1c487bea2fd26cfd6ecd1f61e99bf06c899e425e8536cb2be5e179389ce87, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x82129762a494b7bb4e810338ae686be5, 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-term-search-handler.php', 1, 0x00000000000000000000000000000000, 0x11ffe230b786db619c5eb2f162525c72, 0x30a0894519dc74079cb88a5ae98ec95bc1dcdb0488c488fd6975f2d09e98ac8e, '', 0, '?'),
(0x8212d600b04fd3167aa3dcc29399cdd4, 'wp-includes/js/dist/script-modules/interactivity/debug.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\debug.min.js', 1, 0x00000000000000000000000000000000, 0x02b22665cda9ad6c13ae6944d062e961, 0xa03157e78b6e4607cf8859a76499947aa735bd1613e46255ea0824757cd34b85, '', 0, '?'),
(0x8214e4b330fba4d84a882f4414250017, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/seo-scores-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\seo-scores-endpoint.php', 1, 0x00000000000000000000000000000000, 0x831ee5e515e6e149927853fbdcf89232, 0x2a5cdff8a730373ed3196f7f948d2ade2235968febea644ae1118edae78d0bcd, '', 0, '?'),
(0x821d3e276e083095e41855b7af99c606, 'wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\traits\\url-helper-trait.php', 0, 0xd5880c719a03c71fb3273ed9d2c852d9, 0xd5880c719a03c71fb3273ed9d2c852d9, 0x7623ccd5a5ea5c0d22d510297ca9fa5112c1c95a2c07858dcb7295a821366e8d, '', 0, '?'),
(0x821e12f6a866ea01e52ef3059c720e28, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-10.min.css', 1, 0x00000000000000000000000000000000, 0x3601bd5bcd066280951ec82a050c616c, 0xc50110999889914f1ac540494c52b357755d5c86a8166b5b2a5d0c61feb32b82, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\update.php', 1, 0x00000000000000000000000000000000, 0x6c9dc7fb09ce9252553be27070c6629d, 0x8dad0b2cba21ff19bd0b1d6d3466b883e5c6d8d64e52fe0acaf2e20742c0885e, '', 0, '?'),
(0x8222e74f4decb2da00428ed9b20c3abf, 'wp-content/plugins/elementor/core/page-assets/loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\loader.php', 1, 0x00000000000000000000000000000000, 0xe2aa71916be1cc927fb8d335db916da0, 0x2e3fa665caa2c0fa8704a528b5361e27efbb396ca9808f8ad1037bbe4604769a, '', 0, '?'),
(0x8226861079c6fe7147d4f3e97e0d9504, 'wp-content/plugins/elementor-pro/modules/query-control/controls/query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\query.php', 0, 0xb0a3ce8c77f9f7ddc18d82fd6b352284, 0xb0a3ce8c77f9f7ddc18d82fd6b352284, 0xa8648cdda8e3458966ed55422bf313c7c21b6aa076f506a07f329ddf637356a8, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x822cab7182806fa0940af3e9fe65ef4f, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0xc4cb44d239fda9a542edc46bdfb6fd43, 0x5a4a70f29cab5605f49371623721c669307fc07eea9e91668788aedded926828, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\X25519.php', 1, 0x00000000000000000000000000000000, 0x971656c9c35bd753500b6b03168143fb, 0xfafbdabad985b1c5b4078bbc7d433ae5c3b83d807ee886de51c0283896d02451, '', 0, '?'),
(0x823756781ecbb3723abf824e267413e7, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.asset.php', 0, 0x705f95941ae5bca8a80efca16d5ae3d2, 0x705f95941ae5bca8a80efca16d5ae3d2, 0x63db3ccf43b2c5575117c2c0b4562170a45badb2b8e0e301e129cf27e08cc029, '', 0, '?'),
(0x823aa207beacd9aa789d5e3559bbfb46, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\SubBinary.php', 1, 0x00000000000000000000000000000000, 0xf9cd20f7a03b227e3b1c2f709d914ef5, 0xa99a3d606be7f0af764452d97323c1951d09e9ea82406d2d5361430d8b707e0d, '', 0, '?'),
(0x823c92854224ac5c2281af11b535ba59, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-indexable-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-indexable-repository.php', 1, 0x00000000000000000000000000000000, 0x832b1a2a5ac4596efcb1e5e31f64f899, 0xb2d62d46844b3809792737aa4e246fc079a7daf2f31f7fec0b19e8548f8a6a3f, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x72befa34dc2c620c4cfc9f5df43b7723, 0x066c4350055c127e0d1cef7f0229e2fd27f518595ef8bc1a24356c055bc31d3b, '', 0, '?'),
(0x8241ba65d787c9c96af1d00e19751ad3, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.min.js', 1, 0x00000000000000000000000000000000, 0x4adda6beb4d358b41415c4dc1a985507, 0x6c48448075dfcbd11e2aab2482c348ac766bd6719e26f208ab027caec7bc713f, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-models.min.js', 1, 0x00000000000000000000000000000000, 0x6bbfeb696212262e8c1c15208e8feb0d, 0x8d66e3f76c3a8168efe7ace289ab641f413052cafdd7cc7f20e8d4d77337e763, '', 0, '?'),
(0x8248ce2b277852d9b398498511e307aa, 'wp-content/plugins/instagram-feed/assets/svgs/sun.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\sun.svg', 1, 0x00000000000000000000000000000000, 0xac601fa53748b44bf23c3e4108dfd220, 0xb1c28405f57316ff8dfecaeb721ea2b9e0ac58c3e21eed3a4d40412c3066dd7f, '', 0, '?'),
(0x824c0b23f7795d31c6542772fff246d1, 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor.min.css', 1, 0x00000000000000000000000000000000, 0x6b9145a76e0051b01003aff1866da974, 0x8c05017da81306aa393cc97af3b138e52ffe3977ee620339247741e64589a7d2, '', 0, '?'),
(0x824dc8ae73edc3e1d301257d9b2b3ded, 'wp-includes/blocks/latest-posts/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfcc69a224302edecc6be980976359a0e, 0xda22865e8cb2d402d343cd11a9179a2b9a97d134b82dc4c1011a0b81f4c5a5f5, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x82593acebe9dbb2b7bdfe4599142f150, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/color-stop-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\color-stop-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe82dd54cfb06f4a4ad8f89ea2a710388, 0x779fe496d34ccc36bd7f734cfc091fc4927f9d52c29721d42a3242361ec973e7, '', 0, '?'),
(0x825963e5458a2663f990d293986c634b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\index.html', 1, 0x00000000000000000000000000000000, 0x7a4fd408c219d9ea1dffca71ba9fff9f, 0x5872013c4f8f13c8085ec7aa462db356033ed95cf5fb017fbac2187d7f89efc2, '', 0, '?'),
(0x82598187d8bbfae794a9e9d11bfa2af1, 'wp-includes/css/dist/edit-post/classic-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic-rtl.css', 1, 0x00000000000000000000000000000000, 0xf53f59ba45e34164b74e243b665e25e2, 0x51db7fe017d40af3a4a15aa3e4ba7113511c998db2dec31311c23b72ba4ffdc5, '', 0, '?'),
(0x825dea3d9280b72fd36d3ba9edaadfa2, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-rating.php', 0, 0xfd07ef9ea8d0f520593910e8c4a87a76, 0xfd07ef9ea8d0f520593910e8c4a87a76, 0x077e9a54508450ddd602a3b317e836873885cb24367262b18fe3ddab772cbc99, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x7144d758245d38d193a064d56b735a80, 0x45efcb4ae722f49aae6486dc12b10c0b1d3c1a15e9372f1eebb948340a6b8486, '', 0, '?'),
(0x826cfbe6c33bc6eeac24acc2090ad5f5, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0x857a93a1b19be8d68f5e79cf9d164c2a, 0x39cc3275c3a348f5a40b583fc1582e24e834aa3fc4883e021dbdf473e5e60ab1, '', 0, '?'),
(0x826df6691a74b554c8cb285fb50d70e4, 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\block-editor.js', 1, 0x00000000000000000000000000000000, 0x1c0dcd8e69f08e9422400adc81d90818, 0x94d63aeef0aae57fba493fa3d650a7571c1f6c1c84ec3493349f68e3c16b78e1, '', 0, '?'),
(0x826f52ef53c6490d56becabdc69865a5, 'wp-content/plugins/elementor/includes/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\api.php', 1, 0x00000000000000000000000000000000, 0xb5ac88bcec25c0dd97f4f7ef36b38afc, 0xaeb020a19038583dfb0af30eb1aee14a4f10d5d73e4b8ffc55794f66b31d36b5, '', 0, '?'),
(0x827029f0541a3335e9c9e2c8ebf318bd, 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-gutenberg-compatibility.php', 1, 0x00000000000000000000000000000000, 0x6aa7b9cf52294a7e5fa004625ee6bdce, 0x21c49626f6991f84f63ae1790e02f63bda7598fec4ace02d3b044e8becb996e9, '', 0, '?'),
(0x8275cde7eafb4f5970f6be885fbf8bc8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0xbc6a55835c7695a435d19ed64b542542, 0x68ffa381045189b386bd26dd8b6324a7817d3396e740756d1fd2d5034193cf8a, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xbdab6880673969799a936737e9db502a, 0xf0a8439321a8ae600da0b141c0ccf60087e738aaa77feef34d5ef72f00b78d70, '', 0, '?'),
(0x82778c6e86801947fb402db6d7ec1a3c, 'wp-content/plugins/custom-twitter-feeds/inc/V2/MediaAdapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\MediaAdapter.php', 1, 0x00000000000000000000000000000000, 0x20952b40a02b64dd77cc303218b75e09, 0xfe4a2b4241c3b45dc1c81f14689b69953e4c8fed5da72ee936e149a4116ace77, '', 0, '?'),
(0x8283e2939da66bab338bf73acb90cade, 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/call-to-action-entry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\call-to-action-entry.php', 1, 0x00000000000000000000000000000000, 0x48163e2117d511a4e3c72b7a68b3780d, 0x4ebd1d1b2b0fdaf6c7b6c15a105d8257f5db8fb2d1cabb96fe0584c04cd39834, '', 0, '?'),
(0x8287b3ad9ef00da76c1d04a3ad3b4510, 'wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4b31a2e822e7ee343be74646c571cc34, 0x325ff5d310e3539a2d89086f1821cf1c96e18d01d0b29d6f8ed9f62935482a3a, '', 0, '?'),
(0x828bd39a19eb9e09fb2d15e2bd0b3ba8, 'wp-content/themes/astra/inc/assets/images/img2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img2.png', 1, 0x00000000000000000000000000000000, 0xfd2e67b25506f71d2afc2abe700070b7, 0x83f6b01aa9b25aa6e3b073a2d8e82cf4ff11223d401b8df1f3e35c4fd9fec9cd, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 'D:\\laragon\\www\\genesiswa\\index.php', 1, 0x00000000000000000000000000000000, 0x926dd0f95df723f9ed934eb058882cc8, 0xb3447ab2020ae8fe7d5fabf637782ccd0339f6743ae61c8d27b30db9f37f82e1, '', 0, '?'),
(0x82935d5d9b933a5cd036b8ce20e6f55c, 'wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\save-plus-icon.png', 1, 0x00000000000000000000000000000000, 0xae359232501a7855a8fa7e35d8df9e56, 0xd621babc916bfc1301a65827e1fca57fd18f4fc7ca3124a35c1e0dd64d7ee857, '', 0, '?'),
(0x829a37b5e8a80daf800d4507e79eabae, 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0xf8642e6ab726a1ba7b938028d79b4c63, 0xd111a726f7ae7f0f3f5212d159f913a4959023222e14ae2fef071c026fca62c4, '', 0, '?'),
(0x829a9a861c01debcd1ea4be20d999e7e, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.asset.php', 1, 0x00000000000000000000000000000000, 0xf9874fd9e4fa7892be5d2e3d8ff67d5d, 0x30c4b40a0e27b66bb09fd9a300a8e34ee141881873a0c2a78a50a9752aa3c382, '', 0, '?'),
(0x829ceddcbdf9132cee67b6f76f689ad5, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\composer.json', 1, 0x00000000000000000000000000000000, 0xe0544b0ff3994c2e47fac7fd13d4271c, 0x35fe41eca9f8a90305731f5f82fa2b45e15da1e7de3308513955ee2c6456e13b, '', 0, '?'),
(0x829ebcf5904635d6333fe3c4c9ae7488, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-400-normal.135d076fa32aa0b4.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-400-normal.135d076fa32aa0b4.woff', 1, 0x00000000000000000000000000000000, 0x665fde26fd1d03309036fc53ac6b8a6b, 0x3306f9f59c2671c514eaa850d165d3997d77bebf9753e7a442502c1f2a496e9c, '', 0, '?'),
(0x82a380d62e4d32c6d1159f1b155c0ca6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x99fad4b54f152c95eb35ecf67756fe4c, 0xa0171af80b37ca4540a79580ea9b5ec8fc8ce5c58e6cdefa2e1400061323c1cb, '', 0, '?'),
(0x82a4003c4d5d4897377e7b6c545206ee, 'wp-content/plugins/reviews-feed/assets/css/sbr-styles.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-styles.min.css', 1, 0x00000000000000000000000000000000, 0x09aa6145252d3ae839374648b30ad8ed, 0x9006fe48e03e1a485c8e4b7b23515af5ac265726acce71cad94bd7e49e5c1d0e, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rss.php', 1, 0x00000000000000000000000000000000, 0xabb2e9696e7a524a37086d039142a6b4, 0xfc4d91857244c15d33eded10f1b363058bb2394288a81511f52b21528d2932f3, '', 0, '?'),
(0x82a80eac8db9ed55b50d03504fc17961, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0xa6b313e01b556232b18674417e78abaf, 0x74b501d539bde3d1fb36482f979c5609f3ed5fbd42fde2fe6e131bba6188d2ec, '', 0, '?'),
(0x82acc2570db33cd4b00cdbf16c9adb19, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-carousel-next.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-carousel-next.svg', 1, 0x00000000000000000000000000000000, 0x951213c62c2cbea031111da4f5c1b587, 0x352bd46e2de372a5cfe3d725e6d6dc9d9461d24dcafdaade57395d8baba81a12, '', 0, '?'),
(0x82ad304248f3d8a512e07ef341b4e85b, 'wp-content/plugins/reviews-feed/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0xea0a90375714272293045a040af7af89, 0xabd92504fa8ebec2f424ea3d0f493197feacdadcc5910c754ce96d63fb9b71f7, '', 0, '?'),
(0x82aefac5ea793a4cf9dc010055be4b0b, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x5b55ca15d40904efffcc68634c8c37d2, 0x54bdc248399653e83abc7058df2402bad4651db8364acbbaa8dba26e59b61564, '', 0, '?'),
(0x82b4efe0b85eb5c0bc91e025e1cd703c, 'wp-content/themes/go/dist/js/admin/style-customize.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x82b9ba9aabefe1c21e029cd8ae28070f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0x21642b8ac3808cf08b711c909ede9719, 0xb6f729b4adf0744f0f7dad71e43b1c0d4d10780e64a0c666993e167592d18e75, '', 0, '?'),
(0x82bb9a99e19a3a3cf1f5de4345086c79, 'wp-includes/SimplePie/src/Category.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Category.php', 1, 0x00000000000000000000000000000000, 0xaf3b4493c940f2ba91eaab30b45cbe47, 0x584250eed3251ae88cf737df1423660c71f435c62fe28eb7bc88d926ea912733, '', 0, '?'),
(0x82bdcdbd02df0afa5eb0e09bffdf73fd, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-editor-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-editor-config.php', 1, 0x00000000000000000000000000000000, 0xe790e9796e6693179e41e4ba4bc877f9, 0x79d14182fd646a2962856c2d933e022e36163d42c82ed38aa8a9a8b31a6d84ee, '', 0, '?'),
(0x82c21201df56c03dbf09225defca1acd, 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\updated-importer-framework-conditional.php', 1, 0x00000000000000000000000000000000, 0x6416ae9621a8896b8053ddd6d1efbcb9, 0x623081a4bd97cc7d2c3f10fd2f92a6a3e783f8d15115be26d0e2fb4edc1b6f1b, '', 0, '?'),
(0x82c2b64206ee268cfd68268f8a61eb24, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\export-runner-base.php', 1, 0x00000000000000000000000000000000, 0x7d5c406e7913c0e28dc5cdd24e8d1479, 0x94a0b86fb6dbdff6323f84fe10fda2e13bc48844ef4f808dc0934ae282175773, '', 0, '?'),
(0x82c78f6f6231c79fec71ec17dce44e1c, 'wp-content/plugins/elementor-pro/assets/js/portfolio.d389311c484631ccbb99.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\portfolio.d389311c484631ccbb99.bundle.js', 0, 0x36fb91dfd346de44c747c289e30c6033, 0x36fb91dfd346de44c747c289e30c6033, 0x927cecc9a07bac6adb0501a3f23602e91bd21187c729c364fb019132162dec88, '', 0, '?'),
(0x82c9318034c552b1d8e5191ee01401aa, 'wp-content/plugins/elementor/assets/shapes/split-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\split-negative.svg', 1, 0x00000000000000000000000000000000, 0x6aeb961917a8ff48e80143402fb02980, 0xde3d240b63285e92d701ae0e35e0438de0882385ab9cc84c328b7aa6cf03d6ca, '', 0, '?'),
(0x82d17b8cf568a78ee6422d6f3a4968c5, 'wp-includes/blocks/query-pagination-numbers/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor.css', 1, 0x00000000000000000000000000000000, 0xcd4045e9172831fecbb1fb6584a842f4, 0x4f3b0a56a18f5b259df11e1a7f3305b01dfc95b345680bdf64df78f83ad27bae, '', 0, '?'),
(0x82de76aa7bd7e9556c11c780f02f6438, 'wp-content/plugins/wordpress-seo/src/task-list/user-interface/tasks/complete-task-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\user-interface\\tasks\\complete-task-route.php', 1, 0x00000000000000000000000000000000, 0xa917bd8cda89843daf3dd3a2ef5547b9, 0x41a42a7a7708a4eadff5c27065fe0b325e9aae8f4277b829b6e35328d6c7e36c, '', 0, '?'),
(0x82dea90bc795518a68645eed04dca16d, 'wp-includes/SimplePie/library/SimplePie/Core.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Core.php', 1, 0x00000000000000000000000000000000, 0x23dfb79100271bc30a9fbe46b3b274e4, 0xaec0062dfcbb4f8eecc97a0ab8f32decd5bba531948bdd6fd45be8098b83fada, '', 0, '?'),
(0x82df9bb15f08b003b214d18f1efd1767, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/pushengage.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\pushengage.svg', 1, 0x00000000000000000000000000000000, 0x923059f9f8e0b2131c75041b5632afc6, 0x0f961990326fcb50988188d73728d5401ba2c9616b6b4ea657e2b638227e5dfd, '', 0, '?'),
(0x82e13e7ef7989675210260c7815abd24, 'wp-content/themes/go/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\woocommerce.php', 1, 0x00000000000000000000000000000000, 0x02c43c9115261931e78977246555cc16, 0xcf2f2b7d7e6c78baf8dd54f44eccf4ae0b319992d382863c6dd59cf90aedb2e5, '', 0, '?'),
(0x82e779fa1c9002a1113e20691b8317fd, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginVulnerable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0x334ee95c1ce5403a626cf60974d776de, 0x06df952a7a46587a653eb16e04a1352897be9c3c38b92211d7050f5b25322a4f, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0xd6661e72c8975684433481021ecfb8dd, 0x75096ff520b04c22669198867a27d7a1d10e3dc15e6bd5985da5578e4f02b275, '', 0, '?'),
(0x82edc13df76936610a74a54d7466d76a, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/time-based-seo-metrics-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\time-based-seo-metrics-endpoint.php', 1, 0x00000000000000000000000000000000, 0xeb29531520f38118cfc155be3ddf60ac, 0xe34a455d4f3f30a4abe84a6a8a7eba8b4926181620fe5e7714fcc516fa02f549, '', 0, '?'),
(0x82ee8e13621da812cbb6c50531745de7, 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0xab3e28787a0ca84011f1dac88f196453, 0xa81263774ad5708695105e5416e0982aa648176f7712c8b63729d77843327642, '', 0, '?'),
(0x82f4e989875952871aaac190e80708ec, 'wp-content/themes/astra/inc/assets/js/minified/block-editor-script.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\minified\\block-editor-script.min.js', 1, 0x00000000000000000000000000000000, 0x02990ef7c58edf36d781e9e6d9ba9b46, 0x659817d09d34162031abd3ce34de9817d147588b770d7e6da1122d3a5a733935, '', 0, '?'),
(0x82f704674791fe205afba74874c4ef9b, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\click.svg', 0, 0xb5a3dcf1c2a6b9021ed74da6ecf17b69, 0xb5a3dcf1c2a6b9021ed74da6ecf17b69, 0x19872873e9e5d9f7e9e60554807b536758480a3c962c89888c7e7f3d80beeae0, '', 0, '?'),
(0x82fdbb6b0ecc2c53c7a4fabb8e11ec98, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-result.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\score-result.php', 1, 0x00000000000000000000000000000000, 0x4a6f60a1b5fabe46e8543172e30dced5, 0x31e439fe5051d34caee1bf847f8a1ac582ff0f0dbaa880d42e2b57cf02eb9ec8, '', 0, '?'),
(0x83032963d0883c4b95a99dcd0ca0e78c, 'wp-content/themes/astra/inc/assets/images/starter-content/support.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\support.svg', 1, 0x00000000000000000000000000000000, 0x92dde304aaf9c7740a91fec0d34bb0f6, 0xda4555944e1feffda1d1a1c2ee619469d323e72f3293cbf54acdc2eec05ccb6c, '', 0, '?'),
(0x8303a35dde8201b9d6b4f28a26690155, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\module.php', 0, 0xc76fc48226b299f6e467df9668792703, 0xc76fc48226b299f6e467df9668792703, 0xf9792d860b1960ed74e0f99823ddaf21c239d384e2d6e040ac4f69de60400df2, '', 0, '?'),
(0x8306361b7b35a8baaff0fb7b2f062115, 'wp-content/plugins/powerpack-elements/modules/google-maps/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\google-maps\\module.php', 0, 0xde4665c3280a3e2e329fec59e40bfab0, 0xde4665c3280a3e2e329fec59e40bfab0, 0x0c7bd154dc9802ceda7fbe086b111dabe7a74d059b66cd67d41500c67cec5f26, '', 0, '?'),
(0x830e4971ffb8839aa3a652e35c4747e9, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_real.php', 0, 0xac2f4b65a04ae0efe6fba689d6caa48d, 0xac2f4b65a04ae0efe6fba689d6caa48d, 0x6feb9306f24ef49fd35fb707c69e3e37c72b14294ef421310866fdc6376f0dd3, '', 0, '?'),
(0x831b0778e215d96715c9daddcd210855, 'wp-content/plugins/elementor/assets/js/app-packages.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.strings.js', 1, 0x00000000000000000000000000000000, 0x7cefb330b3797df0f8d42b790657334a, 0xfddbd5c1721027310f2fcc15dccaec795bf982a33b13995e2487603a35134319, '', 0, '?'),
(0x832486f1e3ad4547026de46d4fd97cc1, 'wp-content/plugins/elementor/modules/image-loading-optimization/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\image-loading-optimization\\module.php', 1, 0x00000000000000000000000000000000, 0x4230223b5510256704e65795ba824c9f, 0x822f399398d01a7e2a81eeeba923f7679c4a2ff7615f81236120d279e167c64c, '', 0, '?'),
(0x8326fa4b676bc04d5e878babbfed3b2d, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x2d92f3541705993edb648e0390d1305a, 0x9908d883ec972fe80e9617d28e47f54c730eb885a7edde6cba3f6be88096ef0f, '', 0, '?'),
(0x832c3f29d76c0ee27a6fd08fa7364c72, 'wp-content/plugins/powerpack-elements/extensions/animated-gradient-background.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\animated-gradient-background.php', 0, 0xf5f5abfab55b174294d72ae475e1d222, 0xf5f5abfab55b174294d72ae475e1d222, 0xbee8a52050c0cafce3173f4e5ff96a678ea14f726c8faaae5ccfc21c343dcef0, '', 0, '?'),
(0x832cf9a2fc8451d0cd3e3bf0f5d9696a, 'wp-includes/SimplePie/library/SimplePie/Registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Registry.php', 1, 0x00000000000000000000000000000000, 0xee7f8e91b29cdace46693c68f1c17ca5, 0xacaa95dd74a85d8d3825639d81c8028fd246559b1e29466e7281df66b94965a9, '', 0, '?'),
(0x83346d6f7e2266a7f1688bfc3181b834, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-indexable-presenter.php', 1, 0x00000000000000000000000000000000, 0xa34a78b8c848c73f68b362ce60f67379, 0x7aa4cf95cf6acc4436c4a4f5fa4e52ae598e2c5b564d32fb5658918ae4083d8b, '', 0, '?'),
(0x83375b6a963d1d4c63421472f0726f39, 'wp-content/plugins/elementor/modules/shapes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\shapes\\module.php', 1, 0x00000000000000000000000000000000, 0xa6cdeedc944b679206feaadba9a9e769, 0xa50b9d2d404cf488b6d3a8ed71a8e324d501133a7ac2ac1db0e107c220c57caf, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\link\\plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0x834a38026cfb54ff932e3bf539ed7c72, 'wp-content/backup-migration-p2Whnugedf/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x834bb00f3eb4b0ca1b426d2cf5b92945, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon-120.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon-120.png', 1, 0x00000000000000000000000000000000, 0x9746da8771d8f549ed048e947d9d782b, 0x75f5bd3cfec0fd01acbfdc9d57cad9d29f82a8a17a9b6fba420018557e61e448, '', 0, '?'),
(0x834dca4d7c7a607d5e0c7199ce33ebe6, 'wp-content/themes/astra/inc/compatibility/class-astra-buddypress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-buddypress.php', 1, 0x00000000000000000000000000000000, 0xaebae2c143b5e0fbbaa3d7ddae03d074, 0x53a20068c0ecd2b08ac222826d4db4864e74017f3d3097a81ec26749522c3a93, '', 0, '?'),
(0x8357dc6e4a03d62e03272f1c781dfb9d, 'wp-includes/blocks/embed/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style.css', 1, 0x00000000000000000000000000000000, 0xe176c24d7f3041572b057b96182de157, 0x8ee0c912a81d7fce9bce0fcce1f888513d31858a328ad76736e830f6ed6aac30, '', 0, '?'),
(0x835db54d9b34a63a424912647f0913ae, 'wp-includes/blocks/math/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style.css', 1, 0x00000000000000000000000000000000, 0x204ea45c1430970e18fd20f941cdae22, 0xecdf89145e98d31b93fb87fc5e53f178b95391cf9f31682a66f4710e5b6bee18, '', 0, '?'),
(0x8368ffff27bcac681ba68151c17b3960, 'wp-includes/Requests/src/Exception/Http/Status401.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status401.php', 1, 0x00000000000000000000000000000000, 0x8d975283754df0ec8b362ff1ff525cea, 0xd43960b31d73b72d4b989ea44748d2db92b87733deb29a04b0379ffa0906fc96, '', 0, '?'),
(0x836cdfab36d6ff58c10e696725d08a6b, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/errorNotification.6417c420d323bd86075a4d4e47f02e34.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\errorNotification.6417c420d323bd86075a4d4e47f02e34.svg', 1, 0x00000000000000000000000000000000, 0x958b916f793f733f83edf79d0b21489e, 0x76adef9fe44ba3d6ab3749c2776a9956491d8490aab60afb3a1b475872967984, '', 0, '?'),
(0x8373a0b23982c8c028532a6eab39a97b, 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\webpack-pro.runtime.js', 0, 0x378babfffb6f2ebf764378f5ba9ea544, 0x378babfffb6f2ebf764378f5ba9ea544, 0x5fbb595a291978bf88b9bfba03655106ca373c6f79080de2cfffd6db39ab31ba, '', 0, '?'),
(0x8374eec4f2128984500581a422ad24d7, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sv_SE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x5bc5ac4575fe0377164fd2027ba93bce, 0x83febb4f21671388a84357b2d3b8b0712e328d8c088044bef5ff212d2710228f, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x837b4bcdc78dbc3a52bd2c24133182e0, 'wp-content/plugins/elementor/core/settings/base/css-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\css-manager.php', 1, 0x00000000000000000000000000000000, 0x852d719ae1640f4b88c6277aae7dcde3, 0x821c6683fabac04f392644469dcf3aa8631465b12f423919c6efc9b9744f5e48, '', 0, '?'),
(0x837ce730b6d1853ea20aea7f16870ebf, 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0xa60e4cdcce0ec3a19e0a14ce0afc6c50, 0x8c85505d33e4ab5111bdcd69eeebc3ad28630cda0fa891d0aac01720563f8f9e, '', 0, '?'),
(0x83889eca03d140f9e2f266568e979f82, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-scale-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-scale-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe801d2679662e40cda3f9309cdd1a34d, 0x07e1423928f75d034d6225dca0445201005e0afdbd34f4eeca7d7396fc842785, '', 0, '?'),
(0x83935c4a98499c760c364ef2a81e27e8, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-10-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3601bd5bcd066280951ec82a050c616c, 0xc50110999889914f1ac540494c52b357755d5c86a8166b5b2a5d0c61feb32b82, '', 0, '?'),
(0x8394d8ab017a11efa147f7be2430e924, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js', 1, 0x00000000000000000000000000000000, 0x8e94644168180e19dd1dc5de6b35caa3, 0x9fdcd9e76185ea620c923170c4db7b3fbd90656480fbe03ab16f39cf9011d3e7, '', 0, '?'),
(0x839b6f56758234c3c7d73b1e06669ee2, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0x64c7d1f6858b7549ccd62899d859869d, 0xf45c4f75e869702728795d1bb9f70980fabd2baa0a5a9bde05de183c7d9c19b9, '', 0, '?'),
(0x839c81e2b657c76b56c61084a9b1f1ce, 'wp-includes/blocks/comments-title.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title.php', 1, 0x00000000000000000000000000000000, 0x401e52b814fea7781ce19bb148a09aa5, 0x918e2f6507b9415b2713a85c9d6f143d6f2aad6411a0890e4540cb9b038c30ae, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x83a8a26f0c19bd1747a403c13a783e54, 'wp-content/themes/astra/inc/assets/images/starter-content/web.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\web.jpg', 1, 0x00000000000000000000000000000000, 0x6dcffcb3158632f1a5cad14019f77a06, 0xd16241504090806366c1fccd39dcbdc2f10a2a7bf85eb5eca655e336b6acbc39, '', 0, '?'),
(0x83ab9ba111da4c4b6b4c4186c2d259ed, 'wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\cleanup-service.php', 1, 0x00000000000000000000000000000000, 0x4881135d6b5953273f8d439aa6cf6bbd, 0xcc1d975f652cac1dfb7e9f78071737b46baa9d40dc155d9dafc6a5b2dd25c2e6, '', 0, '?'),
(0x83b3fc592590d1a03815adcd39ab8ef8, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x7d1e33a60e97d2b70f8eb3b523cb9af9, 0x21d8f0040c5dca528b277c47f15664b7b77b5d551e9bdc1c7609e99ce33d2d70, '', 0, '?'),
(0x83b8d79061d162f1de845ec72c0c1358, 'wp-includes/blocks/term-name/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1c678512260a6a56e053b562cc665c5b, 0x2ae714bef79076276fc834ed507b2b6034424cbb9255d3bb9abe3b5bf653b99d, '', 0, '?'),
(0x83c8698e61bd4e948f6ab1d59e542c2b, 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.e5be4d8fdcb9e22b57f7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-filter-editor.e5be4d8fdcb9e22b57f7.bundle.js', 0, 0x0a1d69ac962175b3e7e7e96dd9dc829f, 0x0a1d69ac962175b3e7e7e96dd9dc829f, 0xaaba3e9c06c15c80838759bfbdf1b65ac8d0620f3889a5f0ed5ecc50bfffa9af, '', 0, '?'),
(0x83c9b3dfd77c6a8383ec27ca52001d6a, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free-rtl.css', 1, 0x00000000000000000000000000000000, 0xb89acd53098d1f05b4099384a0e416c1, 0xb794a41c968c04fbfbb8fee54e9a1d7398da3436bd63b2e5513bd11f60df3812, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x83d7865928680b3b050b2ddcc8333c25, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\account.php', 1, 0x00000000000000000000000000000000, 0x277699d47cfbb4a1d6aaf6f06b8c078b, 0x2efc232a1b846ee9af4c7aea71e2debcd7f21eb26487203735b0164dcc725064, '', 0, '?'),
(0x83db0bcdaae54f2fc88cfca2898b0341, 'wp-content/plugins/reviews-feed/class/Common/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x0a7e677a6a747ef099d49d37419defe3, 0x376e59b7174ab3c2310733802ab0c9f5f1c1c9155f1cbb0829dfe6b35501f897, '', 0, '?'),
(0x83dc83e25e7945bd0f4cdeafc8ab719c, 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.asset.php', 1, 0x00000000000000000000000000000000, 0x049fbcc650fbcde44eabbf63bffc0ea5, 0x552f4c7c6173331b7f444fafae560fdb566d8268e776fcc19e0166cb0e6bc379, '', 0, '?'),
(0x83e0c2f1029fc89809079809007db550, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x3018882a32872a5a59032e963fe33883, 0x4c4f6fb54dd9b87aa0d3ab3721b5ef08932ad8dbc7f5e7a210738d2dcfc6f426, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install.min.css', 1, 0x00000000000000000000000000000000, 0x7c9fd2ede2341f8691e1d1020b58a384, 0x2f86c2e7fa592482d37f082e5fb3f009f5723c8c66fa0b75fc750eeb4ae66a94, '', 0, '?'),
(0x83ea2528bde2eefe3580993ec9b5fb3b, 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-props-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-props-parser.php', 1, 0x00000000000000000000000000000000, 0x9b1b202c432a95aab533b1197d5312aa, 0x1f50f8fd551198989458f68f25ae2952ecfbd3a58b7135e986fd3cac735dc665, '', 0, '?'),
(0x83ea9ad8d04c3b9dc86ff639911eb70c, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement/enhancement-config-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\enhancement\\enhancement-config-interface.php', 1, 0x00000000000000000000000000000000, 0x97c9d57fb6334df4300b95d1a883ab3c, 0xb687d60d1162e0affdf60853e3c017c8e948c8beefd94613d8e53ae7a7c1ba8b, '', 0, '?'),
(0x83eaf64e4156a6a0b9bc70327c8f58f0, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_GDPR_Integrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_GDPR_Integrations.php', 1, 0x00000000000000000000000000000000, 0x98f55c7f3869ee020004dd26ef272742, 0x3fed1d6717dda687722e43ac879f65fce5aac0b276ae3bc28b69890bd2276467, '', 0, '?'),
(0x83f47df22ae249af019fd2aa442b2e11, 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\infrastructure\\introductions-seen-repository.php', 1, 0x00000000000000000000000000000000, 0x26bdb0ccd6189c73026cc840313792ea, 0xfe9d2e88cd354bdaa5e58a0727a6902ddb2682352f67fb23014c6b612da04f11, '', 0, '?'),
(0x83ffce4b0ef1d81e3abffd34307b88f4, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-true-false.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-true-false.php', 0, 0x0cdba70e37713cf69444548e0eaf7863, 0x0cdba70e37713cf69444548e0eaf7863, 0x5dbaad8edf13e78c5efc691b5e820ae9d618361c6f21c31f088386cdcfb2231c, '', 0, '?'),
(0x840397e084d5b125dc0912f88f4fa705, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\templates.php', 1, 0x00000000000000000000000000000000, 0xa0a96bf091cbca946286db8eb0d48740, 0x4636eae5a1c36eea0d95651a81402cb3392b84010fbaa1afd3b0ae287bac5958, '', 0, '?'),
(0x84064ba0b85345cbffc58d9d4ca733c0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x0c6f4bec5ea397b513e35d057cb778cd, 0xcb4d584e518e94e1b2c660e7b2e8e4ff84d02b80dc97d3c70942cfc9f9ad7261, '', 0, '?'),
(0x8406ad352851b5019417a54b6d1181e9, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-grow.css', 1, 0x00000000000000000000000000000000, 0x01847629ccb5de50325dbd56a4ea8401, 0x59e26040b1cb5307dc3cdea7fda214eab8404fee0e817c28ef1f8b760bf23bf4, '', 0, '?'),
(0x840732e2c47a7631659c615f5bf9c9bf, 'wp-content/themes/astra/assets/js/minified/customizer-quick-tour.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-quick-tour.min.js', 1, 0x00000000000000000000000000000000, 0xd36310488f7ff5c87a9c7079c34e0200, 0x922a9668f2d86a801d343873d24a5aab0a747757d6667fa100a7aec9a4db7fbd, '', 0, '?'),
(0x84088604989d53847e168b4b9cca8c53, 'wp-content/plugins/elementor/modules/wp-cli/library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\library.php', 1, 0x00000000000000000000000000000000, 0x187c3d23b335a6851af45b4d6187a1ff, 0x69c2a6e33e4933789ff6e24d7921043ee8a33e5c1649b414fff34839085d4bda, '', 0, '?'),
(0x840c2c87890f4c86cb6fc795797346d7, 'wp-content/plugins/elementor/migrations/operations/config-to-config-v2.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\config-to-config-v2.json', 1, 0x00000000000000000000000000000000, 0xa7ea86b9e5cb092563047acff557de1d, 0x3388845206461303f89c79898f15d67c7a671802256ab203d03b738b8a27d9ae, '', 0, '?'),
(0x8412454481f576fd58499e680417c819, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0x03a6b92b02ffd972ac0b341291df02cb, 0xab0818e126c3e9432d0350d80f0a39bad678caf1fb2268c2bc239c1db141951f, '', 0, '?'),
(0x8428bb8f1f642236beff0e7a01549991, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x69493f7fd9da5a77c1f92124a747565a, 0xf84b4cf10b861b67350863856baa3e98d08a24a51b3d19dab67ec052b8a8df3e, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0xa287d482ef490656ad2a1ff9de74fc03, 0xc34902770eb05e16cfcbee8f4b48c4b65cec738eb37e42579790e3babe660349, '', 0, '?'),
(0x842b6ff5329ee138b3458c2b4b253bfb, 'wp-includes/PHPMailer/PHPMailer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\PHPMailer.php', 1, 0x00000000000000000000000000000000, 0xc70d5df41613cabd654996f148686c24, 0x32e265504139e165b1eceba5126269953348e7e2f2a20c2f550ddcfe5d55977e, '', 0, '?'),
(0x84300f6294c7ecec8ba0d326b3be702c, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0xd3ac270a4b0545b25f4122bda5439f69, 0x0b1244c049558e182c919cce47ce35a8e34c9ba708de2f8b91e83e61606141f6, '', 0, '?'),
(0x8438baa9df64bbe9b752ab4ba61c20f1, 'wp-content/themes/go/dist/images/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\search.svg', 1, 0x00000000000000000000000000000000, 0xb2cd765db7bc601720bc82d94cded9df, 0xd18f64da4ae13a80ed793503e6237a91df3eca09a9b60f9f99400f509baaae33, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\template-loader.php', 1, 0x00000000000000000000000000000000, 0xbceed83f750a3d4b79db69a0d974f2d2, 0x040a2b1419086a13c22921d4f58ac87b085760e03b1df74f7ef98dd410d9fa14, '', 0, '?'),
(0x8440f4a227959e21101e37ba57fb7c4e, 'wp-content/plugins/backup-backup/includes/file-explorer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\file-explorer.php', 1, 0x00000000000000000000000000000000, 0x46677088701eaa6ce20949e96cec66d0, 0xdf3a09eb4779c0ffaa467dd2f5d7ef6d56613873e6cf24ca500c94f281582bc2, '', 0, '?'),
(0x84412aa959ac5eaf4076658c1b1dd310, 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\text.php', 1, 0x00000000000000000000000000000000, 0x7f0b84048315418a569fc1a36ee3ec80, 0xbdf921c1bdadfd0a5fe92e272a4bf6a4011ad5120eb55fd2958e5bebc59ff1a4, '', 0, '?'),
(0x8448090220c6963836179db0eb496eee, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loadable-interface.php', 1, 0x00000000000000000000000000000000, 0x4a5c3ba49154ffff55f82a8dad406c3b, 0xf863b7c0d4a41a68908d4512419632e5669019d4be49f7c6c69d14a578d9112d, '', 0, '?'),
(0x844a692923906b110309cdb76f4ad0ff, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-text.php', 0, 0xa46914ba6a30c020ae08593a5e847bc7, 0xa46914ba6a30c020ae08593a5e847bc7, 0x112895d6031c424fa3dbde64c9efce373fcf1068a0fd94493d70c79dd6925bc4, '', 0, '?'),
(0x844ef0c3b424a0098eecdea54e6e5685, 'wp-content/plugins/reviews-feed/class/Common/Tooltip_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Tooltip_Wizard.php', 1, 0x00000000000000000000000000000000, 0xd48e0e0127eb94114a085c168b000f0d, 0xcda987d0e1a67e976d03df6ab79f67f5db5e7a9b837a6ef8b008b1266c1d6d4c, '', 0, '?'),
(0x845989d3727ed280a2883aa5e224f221, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\databaselock.php', 1, 0x00000000000000000000000000000000, 0x5b7b37445968d0a7e16d9c667da50d66, 0xb60ae2ce3f0d6184b0f3d890411d4c3a2c20033d7b4c18e3357da2832b2c81ab, '', 0, '?'),
(0x845c127809be7e9c103a777783ed66d2, 'wp-content/themes/astra/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\comments.php', 1, 0x00000000000000000000000000000000, 0x5316075c69334ae4f84693805f3b34f9, 0xc22b1a872f2edef331a00766836f13badb34fd3b00365775cb28e872c9773e13, '', 0, '?'),
(0x845d70a6a0b150b80e5d4d2d8b38f4ca, 'wp-content/plugins/elementor/modules/variables/hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\hooks.php', 1, 0x00000000000000000000000000000000, 0x0ae00f32ea793dd473ab6a78681ff950, 0xfcfa816c7950fea784f94633b4916204ad733a9850d1610a32ee4e56607e33bc, '', 0, '?'),
(0x845ec1c15f5dee53f863c2dfc960ee40, 'wp-content/plugins/elementor/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0x0f3119c7dc8d7c716111f4492fa1148b, 0x53edda8995f3ccfbe6a90bd46472fd105a237b2d7fd1f5aeffe9fde833b6389c, '', 0, '?'),
(0x845f49e6ddf60fc3cdb5d9a9651f70f4, 'wp-content/plugins/elementor/core/base/background-task-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-task-manager.php', 1, 0x00000000000000000000000000000000, 0xf1e9d3cf0b2939d934d2fcd8b0bc367a, 0x3e31c50448a4ccdfe874f36cb97b1d1ea22cdf9c9b7f4d6a647a0cb303fe24bb, '', 0, '?'),
(0x8469324f92d78db5da2ba873cc582eb5, 'wp-includes/js/jquery/ui/core.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\core.js', 1, 0x00000000000000000000000000000000, 0x38a7df32cd596667e2adf7f0a470d3fc, 0x3f558137eff4446f737a03b7f197e1582d01d282c6627c891ad2c0f3a7c8d5dd, '', 0, '?'),
(0x846aa9c82778f00770ef89b6c3fefea0, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-skew-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-skew-prop-type.php', 1, 0x00000000000000000000000000000000, 0x8c0a1bed9d6abd14ef8005540e245851, 0x9b241ac476f17b0e7f1e5aa523cd0119a9a06e31c7e3230d764116e4487a7258, '', 0, '?'),
(0x846bb2a9078df0a90a9ffaf898b66802, 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-search.php', 1, 0x00000000000000000000000000000000, 0xac2ad17bf9ef7b2ad94cad497878cf1c, 0x47f55e493588b95d389c83505d46f429f209ff068b2c8781ed1018f0e5606709, '', 0, '?'),
(0x84832ea575e116026bd428dde7f56267, 'wp-content/plugins/instagram-feed/inc/Integrations/FeedAnalytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\FeedAnalytics.php', 1, 0x00000000000000000000000000000000, 0x84053109b71cb32e1ff4877fbf73961e, 0x17d8cfea45d34dac09cb37ae08680d305bea1af9b9e54b37f82c37a6c2c0bef0, '', 0, '?'),
(0x848d01bca8f1625daad9ba3de00f305f, 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\news-conditional.php', 1, 0x00000000000000000000000000000000, 0x8bed4d55be7be429089690db1ea54f8b, 0x515651b7624b5fa4aac9ce8e9852c695bc5dde2d8a1e6d6c5991e73c39697156, '', 0, '?'),
(0x849b403c4ea4386979e31d97bb879b18, 'wp-includes/blocks/separator/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xad96454f9e63bcbab86df9c57bf103f6, 0xc92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6a, '', 0, '?'),
(0x84a1493f8fb4e29ec032cfff7ba36017, 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-4@2x.png', 1, 0x00000000000000000000000000000000, 0x6275793c190a2412d398bc89c227f2ab, 0xd54a3ff68837886c295559d04e45f79ec6ce7f61c046423426ab3ca9f89d03e6, '', 0, '?'),
(0x84a274679d550c5b47845f3e3e789953, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0x44b0c5a07c2c570c235e8f5632b09af1, 0x1d74d516fe612f1213640cd91da9796cf632b716a3836ea856d1f8c831264285, '', 0, '?'),
(0x84a8f4ab5d11670c0323d5975cb30bdd, 'wp-content/plugins/elementor/includes/widgets/tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\tabs.php', 1, 0x00000000000000000000000000000000, 0xa665984c3c0cab17e9274a8284592f4d, 0x37f64798cc0a4fc91f1bf355ab8ff2ff4d0f071a06aacf3ac715f065d6626983, '', 0, '?'),
(0x84a949999bf46dea57c974cf7c33bc40, 'wp-content/plugins/instagram-feed/admin/assets/js/elementor-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\elementor-preview.js', 1, 0x00000000000000000000000000000000, 0x6d6dcc94c2f52a174814a09a51c96be5, 0x10e08d51da67a0e2e9062b86009927385302486d6c1644bc150815541852e100, '', 0, '?'),
(0x84aaf536a9b6ef326ba61a3f35edc929, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 1, 0x00000000000000000000000000000000, 0x101369bc11dc3fb58cbb88a35065b42e, 0xeb8be6c0ad4596fea65ae0647a8f3322e689f8b00dc5026d410c7174547a5447, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x84b628add605b26dc3a98c0c97d210d7, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-editor.js', 1, 0x00000000000000000000000000000000, 0x9d1a2094b4768aadd5d6d2f4d8bf2096, 0x1fcbbc54147bf76dfa4de678572a3bb264a3c6836f09c4d4da404e18dde5c30f, '', 0, '?'),
(0x84b71dc920989beb6abad841cd80aa40, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0x69a3188de92f0364136148e5eff3a35b, 0x8096b9fbe272ad78af342d85a0ab61bb55e5fa654f6ba5e5dd97df51a8e84944, '', 0, '?'),
(0x84b95cfb06e28eaa5fb4dad9bf4dc350, 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Feeds_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Feeds_Tab.php', 1, 0x00000000000000000000000000000000, 0x5c3106b989d032fbc07c0d799f06c685, 0x2916f432fc6c0414fa41d333a5f3a2c98b3bce6267199512c2e33ccd07ca76dc, '', 0, '?'),
(0x84bbed1c87e0ff7cdf2da5b1ab2db678, 'wp-includes/blocks/post-comments-link/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x106acdd6e4d1cb0ac0ecb3e87abdddf3, 0xdd15d4270f4ec63259ce1ca86cfd79fd37811078e1b448e7d9d110ec92797cfc, '', 0, '?'),
(0x84bc420115b82df40baff2fd814d529f, 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\kit-library\\module.php', 1, 0x00000000000000000000000000000000, 0xea349a68792b76b38cdae2855b2377fe, 0x4efdd0439c7345584d873d64c19ad119cc84cf85087c33a1c0345e9310ce6f15, '', 0, '?'),
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0x84cbce3c862983522c8dac9ad6494a31, 'wp-content/themes/astra/inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\transparent\\class-astra-update-transparent-header.php', 1, 0x00000000000000000000000000000000, 0x0db988e4f58b71f2dd13b35b9684f701, 0x0a639de7f0a2fb36dac9f650a62eaf46a97dfa2a1c23036dbd699a5f5bbb048d, '', 0, '?'),
(0x84cbea3376e67237024caaee5023a9ba, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/MacroNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\MacroNode.php', 1, 0x00000000000000000000000000000000, 0xf3287c915e7bd2c8040b136e6477c736, 0xa6fed97a45dbaed2c1362eb37d6a28644e68896014ef7fad4b6d98964b8ccff5, '', 0, '?'),
(0x84ce97e297f4a79ef0bc68bf6ec3ef1a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-300-normal.80947a31d23c7020.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-300-normal.80947a31d23c7020.woff2', 1, 0x00000000000000000000000000000000, 0x25169ebbf62fcfdb569000fa9f74d884, 0x0925974dacdb5d851d6126f55fdfcc07c7e3317a7d19ca36a957ab5ed4ee1778, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\init.php', 1, 0x00000000000000000000000000000000, 0x6eff361247da3629f8e728151b50e8f7, 0x4358b7d745a861f82f66504b7bd5cbbee9e95e6ade2243160f33466583d6b453, '', 0, '?'),
(0x84e14fc4df7596f0467ff325ba40ad1b, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\product-archive.php', 0, 0x60926fcf5fdb1aacc24fcf60d270e368, 0x60926fcf5fdb1aacc24fcf60d270e368, 0x74c38ce70b49d8b9fbe965a269f4918d0ae704b69f7c713f1d67e38b290ba310, '', 0, '?'),
(0x84e2a2cec38a36f91e1e50cb002dcb62, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-posts.php', 0, 0x44bffa07d5c7e760362b70ac657c1fc1, 0x44bffa07d5c7e760362b70ac657c1fc1, 0x12a07e09fdc164f99aa9f453b902776b8423cc3df6c318f7c253dc33babe4c03, '', 0, '?'),
(0x84e37113002967cef80dc8a0f46a7684, 'wp-content/themes/go/dist/design-styles/style-playful-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-playful-editor.css', 1, 0x00000000000000000000000000000000, 0xf6a1695514fa4731226b575d45a4aa9c, 0x7b35b0368dfac137f83368c376b1423c8ec3499fb2a4c42e3b55a9ec704e975a, '', 0, '?'),
(0x84eb4a5925ca39925de94fc2c711aad8, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/static-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\static-text.php', 0, 0xc3b92c156941f2e8ea58cfe5cbfd0b9e, 0xc3b92c156941f2e8ea58cfe5cbfd0b9e, 0x449260d426d5ca0afb144c9360b41e8e59a26e387a7b4e9e926615207af956a0, '', 0, '?'),
(0x84ef1a1ab40b624b14374cd0f70812a3, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\time.php', 0, 0x301bb9b7331a1c5542067d40da30a38e, 0x301bb9b7331a1c5542067d40da30a38e, 0x4c4ced23fe45161d199c336904be87ae6da709f81048ff71ab448da566325846, '', 0, '?'),
(0x84f51aa9f95e2d99358a41d0130b4279, 'wp-content/plugins/elementor/includes/widgets/heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\heading.php', 1, 0x00000000000000000000000000000000, 0x71a4cb58fe0ad0281d59a0f5068b6546, 0x1e5b9052c37f9f14f2eac540a9d64260cc7aa0b6d8c55f8309e8c69109d58086, '', 0, '?'),
(0x84f85fdad295e44e8cde57f153b90b5d, 'wp-content/plugins/backup-backup/admin/images/pcloud-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pcloud-mono.svg', 1, 0x00000000000000000000000000000000, 0xbaf0c056db149a06df14409de6b1f893, 0x3ad26a81d4b43862370cf346282b88e850a513350d48b2c764b0ffbb4263c6c1, '', 0, '?'),
(0x84f8d3d5d5a272381ae0be5ed53a7791, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x25bfa54883865a69654037fa836a4e04, 0x92af2b7a88305ba715e4f52e1b3f91c61e8cd99d70965230b482adf1ed4a5ca0, '', 0, '?'),
(0x84fae4d982b98aefd686de1a4a85d4b6, 'wp-content/plugins/wordpress-seo/css/dist/redirects-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\redirects-2760.css', 1, 0x00000000000000000000000000000000, 0x446d70533011312931525e4025269fe3, 0x4bf86ce220477bed3f091801706bb838bab5c04fc78516525e2ca3158533fb22, '', 0, '?'),
(0x84fc0afcbe209d56d5340589a4ac9958, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0xdbd2f37d915ee31fbc92142fdacbc6a9, 0xceef7c7c313212b13197cded15aa7496a22ebf9376922d20521fdef9725c9162, '', 0, '?'),
(0x84fd3f6ec09cd2a005fec9a0ba004f13, 'wp-content/plugins/backup-backup/includes/activation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\activation.php', 1, 0x00000000000000000000000000000000, 0x73bb4607a3618959d5a70d7fadb0325b, 0x02ad684dc72f4b9c849d836c9ba1c0a71f01243bd42304de97b03a239126184e, '', 0, '?'),
(0x84ff0e631af23679fb54c458bdb1a142, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/default-elements-context-map.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\default-elements-context-map.php', 1, 0x00000000000000000000000000000000, 0xe878e0b85c6fdbb5e0a59a783958b4f3, 0x5929ce775e747186ad8bc585ee9d89b3aff731a26eee4bc9086ea3845709ac29, '', 0, '?'),
(0x85032279ebbd55503dc49374e9d2e9ec, 'wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\compatibility-tag\\module.php', 0, 0x68f08f37b7284e3c6b8739fbfdb9750e, 0x68f08f37b7284e3c6b8739fbfdb9750e, 0x1069a96164ca30b78286da069cab998f4dcba27f8eb3903c503f5018e470e9c5, '', 0, '?'),
(0x85067f5d8c1d7cdbb395b1dcb425e422, 'wp-content/plugins/elementor/modules/atomic-widgets/library/div-block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\div-block.php', 1, 0x00000000000000000000000000000000, 0x1edc544e504248236fc13992929199cc, 0xb3390c7d4820e8b9d9f5c23a5e61ab16bf41dbde51df141bcec2b06366acb803, '', 0, '?'),
(0x8506e715d6f5d7d96cccc71e4ee8eb4d, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/seedProd.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\seedProd.png', 1, 0x00000000000000000000000000000000, 0x2cb08f5013d35301dee4ddd8ddce905d, 0x8cce1a52a2db8b70ff737f9f4d736b61d87bcadd2dd3c31e5dc36ab4260f78d6, '', 0, '?'),
(0x8508a400a9234864a993221e4517bccc, 'wp-content/plugins/elementor-pro/assets/js/mega-menu.9c175c27b10a1a51ffad.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu.9c175c27b10a1a51ffad.bundle.js', 0, 0xb877f3c7a317f9e4a62b34551d14239c, 0xb877f3c7a317f9e4a62b34551d14239c, 0xc989ac931684151eeb67443eb6e60754fc910d26ceb53752fc7d57fe26f8ee42, '', 0, '?'),
(0x85094d78788f1a8bffbe2c00697389aa, 'wp-content/plugins/elementor-pro/modules/atomic-form/checkbox/checkbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\checkbox\\checkbox.php', 0, 0xb5674fc3e62be973a90d8c5928be81e8, 0xb5674fc3e62be973a90d8c5928be81e8, 0x93132c87f768d2e9bef93feec838b07ab101f8dd82a6c6807c63137982c4fecd, '', 0, '?'),
(0x850beb6c5266313aaa129c18fc0cb524, 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xc592d0789921854f148d7f409e8ac7f2, 0x9496de4697be068a0c510c4116371f9ea1e397f9d4d9f0738ad8e3b14f62729f, '', 0, '?'),
(0x85138c17f8817be82fe8b692caf95acb, 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-edit-site-export-controller.php', 1, 0x00000000000000000000000000000000, 0x0c65312168b66d6549d69c01d3296f02, 0x3391bf06425c0344d01c688b04aa4457d97fa2e649026c40a4bfba1104f630d3, '', 0, '?'),
(0x85150e662259789c701c5f91c6436940, 'wp-content/themes/go/dist/images/empty-cart.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\empty-cart.svg', 1, 0x00000000000000000000000000000000, 0x3c3a0c19f8702520c526407d8849c3d7, 0xa5caff7fbbe9a9f3a4f943e9abdd9f57e86bbf032a53f0611b31597d6c3a132e, '', 0, '?'),
(0x851a95bac5c7e00386ba427e57b8629a, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\open-graph\\images.php', 1, 0x00000000000000000000000000000000, 0x94a6c57a21bd6d87153a50f703908e81, 0xf2e9e0b8aec169425820638a4d95d0bc0431c2458de911d26004b2c514eb0a9d, '', 0, '?'),
(0x851b04f51b3cbc20e2b4e386597a090b, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\temp-login-about.php', 1, 0x00000000000000000000000000000000, 0xa51037dda45a59d99727878b35d0a213, 0x446063767dbd033e3a03d01296f0305fb8b67b26e2c3baa898bb434981e8db62, '', 0, '?'),
(0x851b85c494f50de549567166d2bc1fff, 'wp-content/plugins/reviews-feed/class/Common/Services/SBR_Upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SBR_Upgrader.php', 1, 0x00000000000000000000000000000000, 0x59f29422369624bd32f58049393cf804, 0x7918884ed7fa4cad02250e0ad03d171b153ce69cdc8255e6a7983511fbf523d0, '', 0, '?'),
(0x851fb976630a2fd436d7484d6dfee547, 'wp-content/plugins/reviews-feed/class/Common/Helpers/SBR_Error_Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\SBR_Error_Handler.php', 1, 0x00000000000000000000000000000000, 0xbcbad1983498119498f58101b6a0e3db, 0x5374e836b74e6c9b6158f8282d9f3a1af1ad5f2eadfdad77c3628dac5fb07ea1, '', 0, '?'),
(0x8521eb649d7bb33ac9aceb50205d284d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactory.php', 1, 0x00000000000000000000000000000000, 0x43f3ea4224a962bc137660537d502444, 0xb50f2acecf9d14cdcc1ba71948d03aa0bcfd49302006fde4d6e2a27a42556cd3, '', 0, '?'),
(0x852476fcc45ddc70c1ba16d1b930ebff, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading/atomic-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-heading\\atomic-heading.php', 1, 0x00000000000000000000000000000000, 0xc2cf31970d34aa98b832a9933901ac56, 0x5e16487634a63a6b3a6dee3d43eb75367031b635743fa60d03766bb8705991ab, '', 0, '?'),
(0x852a6609f120850afd2f5873f16c1831, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x19d792cc1b3591241ad1698234e00345, 0x5a5327fa23545a4f6a5122a8fc58c564149b4bbaf56c40e512c4c0218938eb0f, '', 0, '?'),
(0x852aefc79419fd130bf6092bace80012, 'wp-content/plugins/instagram-feed/assets/svgs/preview.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\preview.svg', 1, 0x00000000000000000000000000000000, 0x1c855254a335e5ccf2fa7f2fe771290b, 0x9180e7aba67850b29b35ad76088c748d3a4fd60815258fc7f51014c2610d9a0f, '', 0, '?'),
(0x85404bcd51d87fd551dc514337f1651a, 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\elements-iteration-actions\\base.php', 1, 0x00000000000000000000000000000000, 0x467d115026d9bb4741656be1e25bc06a, 0xf4fbba333fb85437cf35251b5c99f37086fba47ac04a54365d7c5ae69c7f4852, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-manager.php', 1, 0x00000000000000000000000000000000, 0xe054a78a35c47d2bae3b094de5f88e09, 0xe8714872592959ec37c814468c3b650ca71c71cf2d8701a8748e24f71e473271, '', 0, '?'),
(0x855b96d64f957c2d32e6594f78bad3e9, 'wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\editor-style.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xc0d340ca13ea50ed4e3f6d36637b073f, 0xe75068a0042684cabc14f755ee40814b985966c2113763478b95bbba0eeaa3ca, '', 0, '?'),
(0x855f54ca873a27c0d27d3324c92de158, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.css', 1, 0x00000000000000000000000000000000, 0xcfbb423983325350ca9719866e693e47, 0xf6d85583211df9dd035d67f8a128bfba06ed6a77e457d44b53f6ff873829bbf3, '', 0, '?'),
(0x855faa2e4a8206029f985c902434755b, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\LICENSE', 1, 0x00000000000000000000000000000000, 0x74e648861ad7c74ddaf5b074ddcb3c07, 0xa599a6e60313acb2833ade3b39f54dfe3f7c2ecd802a3d9d02eab361d112aa10, '', 0, '?'),
(0x8562e76213739126bc71bea4b94e477e, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Builder_Customizer_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Builder_Customizer_Tab.php', 1, 0x00000000000000000000000000000000, 0x868afaaeff0b331c0844baeb98787f3b, 0xb2ff2a8a3803e8583aa1c64e3117a80f75ba5fc603c17afded3673c5490470d0, '', 0, '?'),
(0x8571bd9a85748e1d4543a63c77dcfb81, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x9bd2a9217b8e01dc06102ed6d8f31e8a, 0xf9ab4f42d4298b2aeadab0d2c72dfda2112c54d25913f2a2be4e1797ea4bfd53, '', 0, '?'),
(0x8571c634a5103a3ef1f788a4e4a53682, 'wp-content/plugins/custom-facebook-feed/admin/views/about/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\about\\index.php', 1, 0x00000000000000000000000000000000, 0xd57f59cf672467908fd9e2374cd03a5e, 0x5d48e8e7619d42a2a1eb4f6b52d7a2363c39bbda6a161eb014709c485f678f0f, '', 0, '?'),
(0x85773477cbe71d48ec73167f3817b082, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\import-runner.php', 0, 0x99839323394ac00edd4e8c3221e3bfc6, 0x99839323394ac00edd4e8c3221e3bfc6, 0x7b41c1087c47bd795a807bae31374f21f5b49a5106c02789de7434640daf3abb, '', 0, '?'),
(0x857e0f4f5e41c312b9abbadbf6006e14, 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\connection-assistant.svg', 1, 0x00000000000000000000000000000000, 0x231c40030a91bd395b19a50010044532, 0x224a1bc91834b62b54945e8bbe0ae1f8608611f44b424014d17f97a9d538df4e, '', 0, '?'),
(0x85806721f415e6d215f4255e175763ff, 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\response-parser.php', 1, 0x00000000000000000000000000000000, 0x6d9b80143851d9395529010d1e452035, 0x72c22eede03acfea295aa0fbf21b36db2d123963e46452d8c44b9d1871cf0771, '', 0, '?'),
(0x8586bf77f78ccf4e0c15b7e55980b007, 'wp-content/themes/astra/inc/core/sidebar-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\sidebar-manager.php', 1, 0x00000000000000000000000000000000, 0x4dd1e2b740d0b75b4f9d713f0be33966, 0xe69712dce9324713098a30b6110ddeddc6abec6dc8d2ac2fbbe1ded1a3e48285, '', 0, '?'),
(0x858a863915e4047d23a7c70e90c681ba, 'wp-includes/blocks/query/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.min.js', 1, 0x00000000000000000000000000000000, 0xbbeb69c65bb213492ceacc488c4ec4c9, 0x79e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c580, '', 0, '?'),
(0x858cf3b8a666f23464139c085716ebe1, 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x8592a50aaf25534a501fa53b346cb24b, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\social-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0x861840a2e41fc798b8bd27cd03ff3cc4, 0x09e7685b598facc94e85754c926e008263461f402d50864891608319702ef8cd, '', 0, '?'),
(0x8596f580772e281409b53de7ba03dae9, 'wp-includes/blocks/navigation-link/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa01264a171d90c4c131595b3b7f02cff, 0x2d6cab79be209f792d529ddf4fc94d5cea7465c43d660f6826f695ae952572cd, '', 0, '?'),
(0x859920940eaafc22f82d37ffce391de5, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-bottom-right.min.css', 1, 0x00000000000000000000000000000000, 0x5022fc61f815c61c6a71bb1a2895457c, 0x78973549a9ad67e0625d31e30f26ae33ef7b755512ef322de58a7d10dbcdc692, '', 0, '?'),
(0x859b649df4029008ce2146d39690c3cb, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loader.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loader.svg', 1, 0x00000000000000000000000000000000, 0x839a78d0f020aa9329d351cd029014af, 0xea134697461657caebe495b323cd0233166fb4ad187a09476480bce8e91004d8, '', 0, '?'),
(0x85a2b8f362f8a9ddd490781a7d7b7131, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x8105169f23b0c52d00fb8ed628e702bb, 0xcd9147fbff277e5d201214bd402e2bdce026bd49f480709c809f510e7e8a4d0b, '', 0, '?'),
(0x85a4593aff54896f540a828507b45c77, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.asset.php', 1, 0x00000000000000000000000000000000, 0xa972b93a5843e27de72b91e8c998e0a2, 0x5d75f52d7c1b759531984da99e953d427ea463996a3bf14bf5cba7ca28d8ffba, '', 0, '?'),
(0x85a6edbc1ffd4936ad15abd41246f112, 'wp-includes/blocks/rss/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc1e4d863f06c7f7376b034800d1ee07f, 0x7f68d9e33bea582330a011de4128d40c470cf38a9e62e20708a6ae18c9bf720c, '', 0, '?'),
(0x85b5c0061f6d330c49f9941f24d79b6f, 'wp-content/plugins/instagram-feed/img/insta-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\insta-logo.png', 1, 0x00000000000000000000000000000000, 0x620282062c82e3264c306a8695680464, 0x18cdeb3e389d652a6c61dc076cba79765ece117e17c38a16a72ce953c99bd354, '', 0, '?'),
(0x85b709029fc4acb9a5e343e57f186bfe, 'wp-content/plugins/elementor/modules/design-system-sync/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\module.php', 1, 0x00000000000000000000000000000000, 0x5ed57d37609eee95c8068b15eb2269cb, 0xbddb28d048c164e6c312fee4b10ddfc35be773e66b0d1be4c86132a9a530472b, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\export.php', 1, 0x00000000000000000000000000000000, 0x0f2fb6f4377ce5b790a1b7a335707faa, 0x931d6dd17b4e2e2871bc576e603429aca1ec60a25ac040c3ae1f7da9e3144d11, '', 0, '?'),
(0x85bc0d4d4465a9c86ee7e7dd729ea199, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_normal_700.woff2', 1, 0x00000000000000000000000000000000, 0xdfb74c918564f217dbd02aef2b4c1b3e, 0xad36835bd000355a470633d1343d319da535715393bccccb776993714aba4fac, '', 0, '?'),
(0x85bfe35a9fd587734a307231b4b7a242, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/rocket-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\rocket-icon.png', 1, 0x00000000000000000000000000000000, 0xdf7f3a142268525b7ce78d8cbd560c6c, 0x7ab1b3fbbda277a30fbf3fa5d79ee2776816b5ec35ed99215ea42ddf560be085, '', 0, '?'),
(0x85c75eccdeaf40cc76fc4f72ddfb5345, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-price-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-price-menu.php', 0, 0x61c7bdeb8a7141bc6852a90ea5c552ad, 0x61c7bdeb8a7141bc6852a90ea5c552ad, 0xc85cf7f0d4cd76f2738c2f2c89bce3e366efc599cb7437f7814f7b73118672c0, '', 0, '?'),
(0x85c8f844762a11c36acda91a9654c061, 'wp-content/plugins/instagram-feed/admin/views/oembeds/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\page.php', 1, 0x00000000000000000000000000000000, 0xa5f180f67308c5a9b1bba4325fa80544, 0xf1b42258146494395d2603ca0e5e609f610766a59800a9c027278ff0951e54a8, '', 0, '?'),
(0x85c9d1dd3755b7ca27c9b59e9610e014, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-login-form.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-login-form.min.js', 0, 0xa0697fb6bf9bfb40a0b3550aa91ddea3, 0xa0697fb6bf9bfb40a0b3550aa91ddea3, 0x34363072785b4054ecc907595ebe6c5e5bf798f60b324251b1f3f066c47762c1, '', 0, '?'),
(0x85cf325026f8937a5a81a52e9be4db8d, 'wp-includes/blocks/term-description.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description.php', 1, 0x00000000000000000000000000000000, 0x9f15870684f561eaf115f5bf188854ef, 0xf18083ea8a8a98944e792522945cf8f9654ab607d6b6190eec5c326623e3e003, '', 0, '?'),
(0x85d2c5f74c4c82c4d8053dfee8238e32, 'wp-content/plugins/elementor/core/debug/inspector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\inspector.php', 1, 0x00000000000000000000000000000000, 0x7ade8cf1137627bda982b31b859defdf, 0x2c8c92a794c2cebeb4d47d804c3110dc2b19217d6c562218dde7ec285c011f6a, '', 0, '?'),
(0x85d5fdefc9e7a95d8b62c7a788a83dea, 'wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\agenda-img-4.webp', 1, 0x00000000000000000000000000000000, 0x81023f3e91dc9d6507d1f2906757c40b, 0x719e6bd107ce9ec01804a451ee179391055b281fb501b051c57da77a43d9741c, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x85dbf634ca08a5ff471761ac7586a1b5, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-primary-footer-configs.php', 1, 0x00000000000000000000000000000000, 0x51ab54c4c5046df3ad515286401538c2, 0xfa9f7e6ac11dcd81bca3ffa1a08ded583d803af1a78844ee71a85435a6e9c396, '', 0, '?'),
(0x85e030c2915bc43003534fe3cf76d99b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\tag-trait.php', 0, 0xbcba0c12083baafadb17fb1f566b4ee4, 0xbcba0c12083baafadb17fb1f566b4ee4, 0x367e8f63ebe6a7f988d86661d446ed8c60fefefc65e9eca66aea26933d4e830a, '', 0, '?'),
(0x85e1dac99c310044e1d14225cd5e79ec, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-data-manager.php', 1, 0x00000000000000000000000000000000, 0x3de51049aaf6024579f51f7286ec331d, 0xc9822331187bb6cf76fe1ef8261cebfd1f6834b0dad4bcb65d0181981ba1c37a, '', 0, '?'),
(0x85e5ee879e32325f95bed73213e82ca7, 'wp-content/plugins/powerpack-elements/assets/js/pp-advanced-tabs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-advanced-tabs.js', 0, 0x78e46069a46cb02e54b287669062b012, 0x78e46069a46cb02e54b287669062b012, 0x25d9612745c8522751f2855db4d8e25f7dc4f3349ec4239a8d7cedc68f4701ff, '', 0, '?'),
(0x85ebc4a83d380ed6405fde72722b080d, 'wp-content/plugins/elementor/modules/system-info/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\module.php', 1, 0x00000000000000000000000000000000, 0x8be372faf63aba93a257f8be2e1680b4, 0x0477cb1a023bd93fb956cc62952e3d254b131f2a9b4f8ca7ab444cec5f09caf4, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\a11y.min.js', 1, 0x00000000000000000000000000000000, 0xfc6bf7359b5df821cb6e4f8038a53296, 0x70b412918f49445cda090abd9dba06ab67f2dd0f64a0779e9e828354d286000e, '', 0, '?'),
(0x85ee0feb7f98fd4715cc1776362d162e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xf2bfb1e8f245f41db4ddf412b6c462d6, 0xd85c1ed39ad50f843af21de7dcb58154b09c257f611fe5a3733a8e7009900d26, '', 0, '?'),
(0x85f084696b5ede9379698a63edca3663, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-error.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-error.svg', 1, 0x00000000000000000000000000000000, 0x8d64bc690f794505af8441e22debb2f1, 0x9b8e5d1a98c4b4141136b598cc438412b8ad6a7170d7b26ed49d06febcaa9c31, '', 0, '?'),
(0x85f283a30ad038a45e5851f2ed2d9c6c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\ParameterBagInterface.php', 1, 0x00000000000000000000000000000000, 0x9e6e1b09de099e3476515cb8460a8dd3, 0x56bb4f87a639fb490857bba7e936a86f5a736eb96186e12b7cad7235e830f7fa, '', 0, '?'),
(0x85fabcc9c42548c201c40fe7095560ab, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-base.php', 0, 0xefaacd3b039794ce5a0078f7afd8f594, 0xefaacd3b039794ce5a0078f7afd8f594, 0x74c24022ff7936a8365f0fad60e206189ece9d416799a6302e1d88267374a3d0, '', 0, '?'),
(0x85fbb3d74fd8f279cf27210091df6291, 'wp-content/plugins/elementor/assets/js/container-converter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.min.js', 1, 0x00000000000000000000000000000000, 0xda20fdd61efb4e20f22136422bdc639d, 0x3c167caadfd01c8dc640754cd11b34153798e40032a052b0d9ad6722283590ee, '', 0, '?'),
(0x86021ac37cf707e98e2d3a9c7e6a9a4d, 'wp-content/plugins/elementor-pro/modules/woocommerce/import-export-customization/woocommerce-settings-revert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\import-export-customization\\woocommerce-settings-revert.php', 0, 0xdfb9a47e953719bf12e845aac7fa7f33, 0xdfb9a47e953719bf12e845aac7fa7f33, 0x8b1b1dfd9511b7d2c73ddba10120696940c67a2a27f32779fd506d7d5ccc5342, '', 0, '?'),
(0x86071aa14cf788ac17acf97be8078da4, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0x8919bc480918d8e9df99e30f72194fe1, 0xbc50e4325906b37367002025daacbea49abb6cdc8e0edceec7f431b84cffbf58, '', 0, '?'),
(0x86150796ea577f6d3c2db8bcb27ec3ae, 'wp-content/plugins/elementor/assets/js/d4c67aa71d8173f6201f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d4c67aa71d8173f6201f.bundle.js', 1, 0x00000000000000000000000000000000, 0xadb0c3412f3d0053c92c2cbc79a0d849, 0xde96eb6793cbf07b16a34bff57fd5722adf818f3d27a3e042345a4715e286d9d, '', 0, '?'),
(0x861d4663a138812e07930d7cfdb5f7a8, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/abstract-score-groups-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\abstract-score-groups-repository.php', 1, 0x00000000000000000000000000000000, 0x914a90f48fc30df33417a60aef526dc9, 0xbe2e25932ab7d9b346d647b5385c2efe5fe69632f1f27b72a06e1a26b9ea156f, '', 0, '?'),
(0x861de5cb733f1d8ae8509868238425d7, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\structured-data-blocks.php', 1, 0x00000000000000000000000000000000, 0x8ec58ced0c466edb33762db4ee0dee4a, 0xa24b2aae44d9a3dfe5f130f4d716070cc8fd89875c88dcbbc6caabc7fb7ce0dd, '', 0, '?'),
(0x861e798d7344996e9d9dd68aecc040b5, 'wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x8b01f8ceb9dd332880922b54bb3f8586, 0xb414e78aa73be8840452ef5da01ce00ec0db151c6196c3b549aae60dbe54e187, '', 0, '?'),
(0x861f77affba92e4ca5c9f95342bc9519, 'wp-content/plugins/wordpress-seo/src/plugins-tab/user-interface/plugins-tab-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\user-interface\\plugins-tab-integration.php', 1, 0x00000000000000000000000000000000, 0x63d7eff3c45d5b8646e649dbed325d99, 0xaf4b92f972745be17551d9a54cd17de7ad183c853214774980c6ee7b60fd8034, '', 0, '?'),
(0x86207ee1c8158e961a400faec2d2195d, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introduction-interface.php', 1, 0x00000000000000000000000000000000, 0x7683e32b85cf76c921a0ec6c8671edb6, 0x22b121a9ea3669e6fa5f0451706333527956203058b72a5ba24b0b361c5c82e0, '', 0, '?'),
(0x862210dd6234a1a8151de9847a68edab, 'wp-content/plugins/wordfence/css/wf-ionicons.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-ionicons.1778081072.css', 1, 0x00000000000000000000000000000000, 0xaa207195523e5a0125322318d9c26320, 0x931ff667855d28edb957284f17b47788b69958509fdcbfbb90d93a1b46d8916d, '', 0, '?'),
(0x862ad8db71d5bac3f2939681629c1fdb, 'wp-content/plugins/powerpack-elements/assets/js/frontend-gravity-forms.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-gravity-forms.js', 0, 0x1a11dba4d02da17ffa9a5bec3c32c71d, 0x1a11dba4d02da17ffa9a5bec3c32c71d, 0x7d7d203777431b741526078291d4d79bcc952f5061e00c1ef6bd983a10aa9f45, '', 0, '?'),
(0x862db006c7e8ae0ba6d6a25d4d68fdaa, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-general-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xf75d7fb35ff70e3b8d8a70ca2890875e, 0x1e55f7fafd6f1867d661ea883689efe006f10bbb2840c35e22687f5d2b689b34, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\misc.php', 1, 0x00000000000000000000000000000000, 0x019a3fb90e7f521ae79496fcba1ec77f, 0x81a541ffb93b9a8f370b52fb54526585da2b193a25880bef0d7a147c9bda3b0d, '', 0, '?'),
(0x86344770feffb92c8eb9b78f314a8076, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/indexable-count.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\indexable-count.php', 1, 0x00000000000000000000000000000000, 0xbdaad78c554dfd50450831eced261f51, 0x00ba14f2d66884062250c5120d11ee5e3419675ed42d48de93b0074fe70f902c, '', 0, '?'),
(0x8638bb540f4c25f0463cf79f473f669b, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xaf2cc7c7dc6a6c3cf7368bf70de9b43b, 0x96cb5204ec9d0e5da5952cef604c580fa4d3df20a3311fae4ffd3433a697ed05, '', 0, '?'),
(0x863ad6c2685ba12f2bda8a527f0a0001, 'wp-content/plugins/powerpack-elements/assets/js/frontend-buttons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-buttons.js', 0, 0x71845d4e787e0d5376d4a425d669fd08, 0x71845d4e787e0d5376d4a425d669fd08, 0x0e19832282673afd86bc24ef1d1147d76b1d061f587a908afdfb68838c3740e2, '', 0, '?'),
(0x863c165b9372ba0e6842f4ce980b4c12, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x05406bd56ac748a80149433b3410e041, 0x10cb15d52388235d208a2c1f2ec2cab766c751b7dda701b89351716763767411, '', 0, '?'),
(0x86470a6f6324ef490c132fd8076739dd, 'wp-content/themes/twentytwentyfour/templates/search.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\search.html', 1, 0x00000000000000000000000000000000, 0x623735325d448f935e4b2cef9e807ad9, 0xaf9f9c582a4dde7d64bfc00e97befc29c48f1f7869b5894b66768f7312593faf, '', 0, '?'),
(0x8655dd53a2414a63de146c8e0e8477f5, 'wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-import-images.php', 1, 0x00000000000000000000000000000000, 0x31d9b8d3279ed297020dcec04c8b554e, 0x1a58fdf50f420231050618f98c8269f69869934d7258164e6427c738df6c6663, '', 0, '?'),
(0x865e7a6177a6e62d8359563f5d7734b1, 'wp-includes/js/dist/script-modules/block-library/search/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\search\\view.min.js', 1, 0x00000000000000000000000000000000, 0x00f9ad3c8dbea849c912545d001e075a, 0x952673e99b7690b361fb26838bedb86d07081a947ec1063cdd95b6af7eb95556, '', 0, '?'),
(0x865eedd2b136da18f8b6b099aa3dc8be, 'wp-content/plugins/custom-facebook-feed/admin/views/support/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\index.php', 1, 0x00000000000000000000000000000000, 0x19bdc64b298e1f9ba1e4ff8fb4d0a283, 0xa625457b5f66bb2ba44de0ec250f237457f1933fa35bdf0d3419029ce57a6a41, '', 0, '?'),
(0x86601bdc2d39ff7a921776806c86df9a, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Switcher_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Switcher_Control.php', 1, 0x00000000000000000000000000000000, 0x980c70a12f2e121b98e0634305b07c5e, 0xf49aefd3f341902e3c10c5245697fada3cf6e329a698c3c04714fa7b1d86f801, '', 0, '?'),
(0x8661913b0f97e2d2893c33d266dca4c8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0x8662945b770ee72f930f9d26cbc810a7, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices.css', 1, 0x00000000000000000000000000000000, 0x0e1fe21d34e87f55f49349273eb3a456, 0x57022e82b72ba56a219e6f1e98b3dbcfbe3250c418ade2f5add33aea8e9df77c, '', 0, '?'),
(0x8672be0e70d6c3b639897689dea21d4c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\search.svg', 1, 0x00000000000000000000000000000000, 0xea4ab4c97afdeacbceaff3880767ab1b, 0xc7a5cb1906aebe9237143765b4448ec89a5f81bd8621053a716b37b3de799050, '', 0, '?'),
(0x8674a44f9d388c63c4f92d368409621a, 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\customization.php', 1, 0x00000000000000000000000000000000, 0x108f18d2b158b8050f2c161a614d3d2b, 0xd6b1ce1c76dd2ed8baa33154bbb3f4893b1ba54a6b87dd0f7bc192fea0dff3d2, '', 0, '?'),
(0x867a9289131cbf7473092e498f4909ee, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\templates.php', 1, 0x00000000000000000000000000000000, 0xd2b38f3fa5b322b7fbb95e7796998200, 0xc394a9b4eab098c28a0e316cc79f002f70d8c46cc8762365dfdad8c8cc0c8258, '', 0, '?'),
(0x86813772d8ddc18ed74e31fdc7bef22f, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\taxonomy-query-builder.php', 0, 0x855b50e34e8a82aa2d29f27276f44b53, 0x855b50e34e8a82aa2d29f27276f44b53, 0xc6801c465696a38cfef125fe9434ef791f397d1c5d71b29e0e6fa63eac54b044, '', 0, '?'),
(0x8684add9578aebfe42ad5470d4a94335, 'wp-content/themes/twentytwentyfour/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\functions.php', 1, 0x00000000000000000000000000000000, 0x9a97467e77096457af1de94e3cabff5e, 0x679b0354d0fd4b77d8118d144162e1d5f07fbb0f39aadc951e577da1b8e78555, '', 0, '?'),
(0x868db9e6d101d53f6ea66554cfc150bc, 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\invalid-user-id-exception.php', 1, 0x00000000000000000000000000000000, 0x905ff93d17b35c0660cdd0f71d8dec5b, 0x8da51e306359701f291de9397c26c85eb1c0c4520d092b2d0cab822bd848d2d6, '', 0, '?'),
(0x868fca17ea2a7651b01c6c6a10029637, 'wp-content/plugins/elementor/modules/apps/admin-pointer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\admin-pointer.php', 1, 0x00000000000000000000000000000000, 0x1524f8d92df00e3e168de2afa0b16615, 0xd01bb1f16dde4209abf3795f567b43e8694a55303e3b62836e512256c1785d7e, '', 0, '?'),
(0x86907177755b6efe260b47aad5cb12a2, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/google-site-kit-feature-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\conditionals\\google-site-kit-feature-conditional.php', 1, 0x00000000000000000000000000000000, 0xaf8ae2a6fde1d0281944c5befcaf6f1e, 0xad7cf10ebb5be4916c68e833dbd66a7eb505248ca519e5bd50fcb055be1f732b, '', 0, '?'),
(0x8692f2798d307318f3a306f3ade8873f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-category-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0xcba182165be1b3cee096b3889b38da05, 0x6dd16fbff36e267aac9c0ed7e921e0d0436042be0b9b0286653852416098a2de, '', 0, '?'),
(0x8693e646d5b3dd447ed6abe743cabdfb, 'wp-includes/css/dist/edit-post/classic.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic.min.css', 1, 0x00000000000000000000000000000000, 0xb99f5722211368aa51ec285bf26f5aa9, 0x704eef9f5ae12ab834e99a488750f4bc50495e4d6ef4ed5af243b9edde109056, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\bookmark.php', 1, 0x00000000000000000000000000000000, 0x8bab5d327395216691ee881db876be9c, 0x210ca2f1d3cb88cbf52f3ec0e9b73c74bbca5040ef6d996c1e94cdf271fbd668, '', 0, '?'),
(0x86a2445cf3c29c48c5645a5abbe36568, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\contact-buttons-core-render.php', 1, 0x00000000000000000000000000000000, 0xf5583472e48d589cc0349cb4cad31f87, 0xce1eda00f9086fc8469766ca3bffaeff0186aec4b8443de4f324c945a82a8ec3, '', 0, '?'),
(0x86af0c02164a4ec7cba00e51f1d2c2d7, 'wp-content/plugins/elementor/modules/atomic-widgets/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\module.php', 1, 0x00000000000000000000000000000000, 0x11807ecda8ba26c23cd45d3da8757b6b, 0x4d085f8976d91ee5952d6458b91bb7da9b3261d3901ac88d441f986d13f6c57c, '', 0, '?'),
(0x86b1f02bad06a8427bb57fd4dd078f3b, 'wp-content/plugins/elementor/modules/checklist/steps/add-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\add-logo.php', 1, 0x00000000000000000000000000000000, 0xe0b79c7946b6c99e7180f093826d3195, 0x285235f8c299b4ea7fc58aefbf498ea9e0bd6e79180f5ba10365c85311b4206e, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\media-upload.php', 1, 0x00000000000000000000000000000000, 0xd94635c2d63cb5490ea4275045437078, 0x6afa7310b5f969da99230d03607ef1ec6cd540689e85e105adb1e2fcd53a5ce0, '', 0, '?'),
(0x86b3ea2b3b96274016d947a41244b07a, 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\curl-helper.php', 1, 0x00000000000000000000000000000000, 0x01ea38e1879a6350b9854fa3e84527a0, 0xdb0312b752b3055a5323bdcd0ad6f7f1dd3206294154c0ce2716df70fe81c63b, '', 0, '?'),
(0x86bd1c63b55c61d117bf2b9e261947a7, 'wp-includes/SimplePie/library/SimplePie/Category.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Category.php', 1, 0x00000000000000000000000000000000, 0xbbaecadc8c178c34b2db8c0841daa0a6, 0x7645977498023847d830a92547b950d680e83f9fb71c3e848f66a61493395b70, '', 0, '?'),
(0x86be13466ad874b2bd399d13326d5c9e, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-featuredpost.png', 1, 0x00000000000000000000000000000000, 0x33ce25492eeb4c84cfbd5244e4e246e5, 0x5aaa8db9fef8e6ed6865b3b6bc84b77b0cf2dc42b0afa09a3014ec5c729819a0, '', 0, '?'),
(0x86c13caa7fa131955ae55c0e738c621d, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\instagram.php', 1, 0x00000000000000000000000000000000, 0xf6cb8896d847adb5538c6c6bd7c160b9, 0xdac7b1c3d9987eef2d164cdb1dce4eefe40d6335586d00cb124733a6f1ae802c, '', 0, '?'),
(0x86c400ef82a096cbf78d5882593f51fa, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xbd8380edc11c6a8a24f02d5af1eafb69, 0xa2be10410a952d134f9da9b8214a6875072c452234d82096e99159141485f93e, '', 0, '?'),
(0x86c90b8043df4496d89470b3b3ff0d54, 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.js', 1, 0x00000000000000000000000000000000, 0x0826ffbdfc8189a7d544b22ff29acb96, 0x89f491acec1fb47a15395b3fec38bf852095205947d058ef70ca874689411bd7, '', 0, '?'),
(0x86cb7d172458b1a2404010ae072d527b, 'wp-content/plugins/elementor/modules/variables/classes/rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\rest-api.php', 1, 0x00000000000000000000000000000000, 0xdba360b436c3b921710fdbda63d4a6ea, 0x3d95ef7f101535f7c990a9ae2838e12bb5a1dd3ecbf3d20334592b81c53d2038, '', 0, '?'),
(0x86d0af689bc06c556bf72430a179b96e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x977ac379310a2f95833446d0d6fbbe64, 0x82d9a6e44e5ba123372a2fb80d236c31fe52299d398b05090e7680bc57a4fd07, '', 0, '?'),
(0x86d5d10639d7439e11be3cf8267eb534, 'wp-content/plugins/custom-facebook-feed/templates/item/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x86d77c12bb55914cac789525ed72bcdf, 'wp-content/plugins/wordfence/modules/login-security/js/wflsi18n.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\wflsi18n.1778081072.js', 1, 0x00000000000000000000000000000000, 0x5849acb396a166ea34402198fc998228, 0x720a776c150e857efe569c3d38b6768d0bc70d625cc994101c5deb56e6b071e8, '', 0, '?'),
(0x86ea57cab0a5eb6edf08e390516ba37e, 'wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\notices\\trial-expired-notice.php', 0, 0xc443ababdacdcf96adbe19120915b4ce, 0xc443ababdacdcf96adbe19120915b4ce, 0x7a1b35c2025e7a50d0b95a57bf0d3975462b4495df51123fb160b69eb1c1f3f2, '', 0, '?'),
(0x86ec188340f8a427bd79a681b8de71d6, 'wp-includes/blocks/query-pagination/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style.css', 1, 0x00000000000000000000000000000000, 0xe59194ff8bef9c8cd7604a5b85e11f2c, 0x37bd359cff6fef6a1d4071add4b575636437c0ab6965c1c385fe5010f08c0d29, '', 0, '?'),
(0x86ee5f197adce04aac2a5ff2685775fc, 'wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c81c8bfb874a14723819d3d5e4f4f0a, 0xdc494a91b2c2fc2a5541e1ea2f943232dca0bd3292f6fbf646e489842e584600, '', 0, '?'),
(0x86f1826b56fede37ad93a30f0132d22b, 'wp-includes/blocks/heading/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style.min.css', 1, 0x00000000000000000000000000000000, 0xd7c046cd5555f0de3c3c5fa846b6044b, 0x1270456b4bb74fd7db0e24ca97d50528071f1806937d8af6e2897b2ae3311a0e, '', 0, '?'),
(0x86f3f5e4a8a3b61dc291461da277f958, 'wp-includes/Requests/src/Exception/Http/Status431.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status431.php', 1, 0x00000000000000000000000000000000, 0x3f4dbc2dda2d049b6b08115cf3d1a488, 0x4a5d9aed6526d5c98625cb3439e1fbcb20c353f5334a43d8bb0f0034ecb3ab20, '', 0, '?'),
(0x86fb3aa3fec84a72685e0775f6f78804, 'wp-content/plugins/elementor/assets/images/announcement.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\announcement.png', 1, 0x00000000000000000000000000000000, 0x2aa0f1bc7847c6eb239e19c24e9e75db, 0xd6f8a398fe1f62bbcff111ce2405ac1c0b601fbd2546dc3a943e39ddf0a8ee9c, '', 0, '?'),
(0x86fdd3eb8f0667d355e9d7e0c247c005, 'wp-content/plugins/custom-facebook-feed/inc/CFF_HTTP_Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_HTTP_Request.php', 1, 0x00000000000000000000000000000000, 0x03bb3739e8e6442dcf573b0636d4acf7, 0x8a2c2452a64f874198336264ec02d9bd3d3f8e24aff2e0413e32eae509a52ab2, '', 0, '?'),
(0x86fe75973667a3842a1d9ea624213638, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\alert-dismissal-action.php', 1, 0x00000000000000000000000000000000, 0x48d8159637a99f6abc1cb5d01f06399d, 0x846cf397e810bffafe7673748ed4f6afc5c978db6e44f55c4dce5b8639c162a0, '', 0, '?'),
(0x87134af723efabb923b1e2214cc7e61a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\notice-presenter.php', 1, 0x00000000000000000000000000000000, 0x231cb8e4cd3ae47be2366124dc5d5433, 0xdec82da1ed10a0382cd77f09e4c8d82077f30c9e1f7c1478220857a0b2409ad5, '', 0, '?'),
(0x8714d7a7161a90bd53c8dcb98b632e2d, 'wp-includes/Text/Exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Exception.php', 1, 0x00000000000000000000000000000000, 0x2db2c9adb1f0d051ea3e1a77c1923d84, 0x5d6e5ffed4938f4a905d529edfe3bb810a6b30a0bc902b75d273f2b9ae47f14d, '', 0, '?'),
(0x8716cd4a944836bd4b4689ecfe707eb3, 'wp-includes/blocks/social-link/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x26567559660da1b38bb0985843757ad7, 0xb43c5e3bdc9522a24d2cf86759c74ad3c54559768beed4d601ee215395a522e5, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\fullscreen\\plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x871a7861b218385c486cc53e88c9657b, 'wp-content/plugins/reviews-feed/assets/icons/wordpress.org-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\wordpress.org-provider.svg', 1, 0x00000000000000000000000000000000, 0xddcffe46c53bccc2a127a71ce16e12e4, 0x9d3efd013ae3cbc518d288eb1b7295f962a2e8bc2cfec1a2c34eb68fb821d1a9, '', 0, '?'),
(0x871b06101a5782b423b9900d7628f086, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.svg', 1, 0x00000000000000000000000000000000, 0x7fd0d774b6164fa8de2a8a5d290e4627, 0x28fcea898b70382564c126e48b3d6daee99ff735e92297bc24fa48087d00ae84, '', 0, '?'),
(0x871f4e7c15f0585d3c58232f937cce1d, 'wp-content/plugins/elementor-pro/modules/forms/fields/time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\time.php', 0, 0x66fa31c5fe941077edfeb40d145ca83c, 0x66fa31c5fe941077edfeb40d145ca83c, 0x7727f4f021df9e881ab78065eba839c31d7971c790bb1d7512174a7da9bb5843, '', 0, '?'),
(0x87209bbec746f235aa9b6759515e83b3, 'wp-content/uploads/2026/01/inflammation_6527404.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\inflammation_6527404.svg', 0, 0x4203f98af894b053c55af7e49db894b3, 0x4203f98af894b053c55af7e49db894b3, 0x404511f2fa18dc788f97b44e94374e9dad049f3fa911ad9d9547728787f4921b, '', 0, '?'),
(0x87219a82375e93c0b7ac5163e74f36cb, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/repository-not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\time-based-seo-metrics\\repository-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0x9afb6e276b57d26fa2f8767da98b3170, 0xc3221bb77034fda08c4e1d2b94c14251e7d5837995e5a85dac1eec4ee1f3ac9e, '', 0, '?'),
(0x87256e34abe53abcb36183b79b638e24, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.min.js', 1, 0x00000000000000000000000000000000, 0x064d9e82b1ac6349652801cb52a0a58f, 0x634f37c6d9013e0a8dc70624e395e2770700fcc6806e73c3e8ec3acccaeab83f, '', 0, '?'),
(0x872a0045f735c8b1c8d48990a56c0cd4, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-toc.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-toc.min.js', 0, 0x0caf768ae5cc417dc35e546df8484627, 0x0caf768ae5cc417dc35e546df8484627, 0xfa07b583b64645c73e85b27df5509a8746f01d9a4900f6939e013f6b30f84693, '', 0, '?'),
(0x872a879c8a3fee1ccfa67a165fb0c830, 'wp-content/plugins/backup-backup/includes/notices/dropbox-issues-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\dropbox-issues-notice.php', 1, 0x00000000000000000000000000000000, 0x1db6e83920471a8778dda5e8b27c93ee, 0x5530bf19bba38e6945146a0128b722fa590b8e0b620e51a525d8fcb87e5ba137, '', 0, '?'),
(0x87314336a5e6966c039d183fa40357ea, 'wp-content/plugins/elementor/data/v2/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\manager.php', 1, 0x00000000000000000000000000000000, 0x52142fbe319a4d5f2a2a6eb173f8ccb9, 0x8954d73d619ab689cf4110c30ca6b49b08370bf492491f1244d30844b31c2d73, '', 0, '?'),
(0x87314cb3280901b43f1f272cd6854d23, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\categories.php', 0, 0x1643d3cd044f6a4c2a9fe94864994e6d, 0x1643d3cd044f6a4c2a9fe94864994e6d, 0x4fbb778a618a7343d7d99532c897aa0eb36bf53fbfc0412f6d9c7962ad4f7b94, '', 0, '?'),
(0x87368b30abc72740f719c3105ebc6769, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/FromTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\FromTokenParser.php', 1, 0x00000000000000000000000000000000, 0xbb1ef9a02fb73fa039cd3cc628a7b9ad, 0xa5f144719c58f91c1d275e56c72b035779cf7ead7791257278af13b06baf8be8, '', 0, '?'),
(0x8738a81e96aae7f807f808ad7b519e51, 'wp-content/plugins/elementor-pro/core/admin/action-links.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\action-links.php', 0, 0xd90620eb9d43720bdcacf212c39018a4, 0xd90620eb9d43720bdcacf212c39018a4, 0xcda8c97d02587838a55fdccc90d7dd70434fc99b04ccf6673327719c831b73b9, '', 0, '?'),
(0x873935f8f29bab36c870c3f5ab54c313, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-gallery.php', 0, 0x9eba8ab36a5db6e1626cd2d558f5a5b2, 0x9eba8ab36a5db6e1626cd2d558f5a5b2, 0xb8b0f6c2cb12a0c9bf342b15af044711c7a149e99b06d43290737521960afebd, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-health-info.php', 1, 0x00000000000000000000000000000000, 0xf9d273835850f3024511342cdb14f470, 0xf8569e8c17db88d1c6c46514df503b5c69e56fd2fd253cc4a18143f084d11aa3, '', 0, '?'),
(0x873ece2d122ec7a78a76d345b7be2d48, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/atomic-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\atomic-form.php', 1, 0x00000000000000000000000000000000, 0x56f34407404878f3de4ad49500515d5c, 0xa09620bceb8aa0791fdc694e35dcd550eb6b9bea2b2bd3dff5e7c927796989a0, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xf41366959db63b9168a21b8914fd252b, 0xdf88c38f5323cdf58a347bc1325fccf6cab00bc60be1628b48baae546c10dbd9, '', 0, '?'),
(0x874395b12280df193f76eaa7ee9689f3, 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\elementor-logo.svg', 1, 0x00000000000000000000000000000000, 0x0d05d5ef6329ef65b68bf7e5f918d0d2, 0x17fbb53202f32ce8aee3b9827faf47afbc74b3c2de38789f89ec716925a59646, '', 0, '?'),
(0x8746c149cf093d0fdc49f94987772f40, 'wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\css\\bmi-plugin-icon.min.css', 1, 0x00000000000000000000000000000000, 0x95c953954e399c229dd83dabaeb94736, 0x6bdc8fad5289d81bae5e1bcf19623dabf7acb91cbbcbfba92a1bf9ab50774294, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x874e72b2d525e9c3798e61d19dc39802, 'wp-content/plugins/instagram-feed/assets/svgs/sort.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\sort.svg', 1, 0x00000000000000000000000000000000, 0x37f514da0e5faea98eee943a1f0eeb58, 0x2cb57d0a2091990b58bb94e60495301436fc387821a8a753d316ded7ca102903, '', 0, '?'),
(0x8751a369537543f9bf5e469dd817501e, 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\callback-route.php', 1, 0x00000000000000000000000000000000, 0xde158b8ef9ba8a1476329da7e41eac9b, 0x1c71436ac32d416beed3fed16014fa801840ac18fea6aeb8d1febde20f19d66c, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0x908cfa715fe33f90653a16c8d640c575, 0x03cd451a0bfecf104e8e508ce1e020425b1c91e3cb9981959c355c8a2da6ccb1, '', 0, '?'),
(0x8758823a22978da8306b8747e2023d43, 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\traits\\admin-conditional-trait.php', 1, 0x00000000000000000000000000000000, 0x9361ac1ddc19caf763f6ecf1e55039ef, 0x3f13dbf12030c8c5d63f46ccea7d434268815e708a5de9d748797275b5158c0f, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0xd48a57da27986f2f12345558811e67f0, 0xd91d11ae8368b4e48f753e13701ef83d5b594da6f30cc1d0ebf1452402619b76, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x876208366f099633c276fa5d1c107527, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0x23d6986b8ae7dc62df21735af4435549, 0x6d187a7965a53b752e1c01dcd7aef84347039e9e5a3acbe0d83667f205608854, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-site.php', 1, 0x00000000000000000000000000000000, 0x67fe2644fb9cb7c39e82f7cdcda6e984, 0xa10a39544a19a2067eb76166c2d4c0cb2701403e3b44c5e2bb31cafde81b40f1, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0xdb985c82f3a5a6fb9da40d1e6cb5f0cf, 0x19b25db9f0d98da20cd0fab14dfff8310bf64cb620925864303d018beafdbe0a, '', 0, '?'),
(0x876d50fdea7e46e25f1f60a9bd5ffea3, 'wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\SBI_Onboarding_wizard.php', 1, 0x00000000000000000000000000000000, 0x2f60523e680ac5583978b839da238be2, 0xcfe311f6e376375cc57277f8175881bfef3c1b8c9427af94eb5813094e1918dd, '', 0, '?'),
(0x87713eb0623a30eb2cc821e450282edc, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-700-normal.1cccb2db5709713b.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-700-normal.1cccb2db5709713b.woff2', 1, 0x00000000000000000000000000000000, 0x45959eeff97fa14268451db490d5d187, 0x77b636d3c850c5f1bd41641a7d44c99c3ccb7a2c8eb75c98513d7949128a32e3, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-network.php', 1, 0x00000000000000000000000000000000, 0x35ed7eb0a22cd97c3aa5e491ba605d9a, 0x12d001f82890569c881e85f00eceb2a0d8bfbd3dc5f3abd5b21a5fa79617e579, '', 0, '?'),
(0x8783561975f1f7c0eac50ba96452c3ba, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-sugarcalendar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-sugarcalendar.png', 1, 0x00000000000000000000000000000000, 0xfe83d0bda73c1e0cd28dbcaf65419fd2, 0x9a1f91c67e01985d22f5d32e3a740deb42e72a2c8a2c0ac44d9222987c9a7075, '', 0, '?'),
(0x8786c905d6ecbdb4bbce29b949531fbc, 'wp-includes/Requests/src/Exception/Http/Status418.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status418.php', 1, 0x00000000000000000000000000000000, 0xfcace95082bef577b48e817535a46034, 0xff3290656e32cea4fd7d61260026e5d2a0ea14bf8f1d8fbb1df505235be3bd25, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x878eb0c8ef03d91f90a9879f08d9a3af, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2799.72ae207a7d891f2e.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2799.72ae207a7d891f2e.js', 1, 0x00000000000000000000000000000000, 0xb898b548dc84a8193cf1879e34974406, 0x52838257fb9d4c3f220b18ba91c9d4469c9d1d1ac84134ced225f6fb325df0d0, '', 0, '?'),
(0x87959598da5a561f8ff2ea9469414d75, 'wp-includes/blocks/term-name/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x36710f1c56f8acaa6adb67675e3b2ae5, 0xce332f3276e5eafeba99ceb4f1a9b5d2f468d40a08a4ecffb7d12b396befaa46, '', 0, '?'),
(0x879776da3cb0ea490d34d851190c7a69, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/AddUniqueReviewIndexRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\AddUniqueReviewIndexRoutine.php', 1, 0x00000000000000000000000000000000, 0xc0e483f9f28eb63fc8f370a5176470f6, 0x9a01534ee836fbd9a536aa697d8b68ca2e03721935a34d882df8713ad8adee03, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\rules.php', 0, 0xa3a8215f6b65101ea52261da7064fb37, 0xa3a8215f6b65101ea52261da7064fb37, 0x2e19a1bc85e793834c1688527a4e4ec299de665948574c5af100835e444aef47, '', 0, '?'),
(0x87a0edecd018745e13637a624b34edd9, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-basic.php', 1, 0x00000000000000000000000000000000, 0xcb2d493806c8275ddb00c252058666ea, 0x6b051dd289d20b7290aed43b4ccadb2069e975f939259e72559abd63a376fecd, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xd67b2118e5005328902ca00ec8cad3ea, 0xf7eab98bd60e79cc5fc0c3420e1b222ccbfb40bdbfb67ed22ef831dfc01c0609, '', 0, '?'),
(0x87a599f334ccc63cf1cfbe441e56692d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\atoms\\indicator-bullet.js', 0, 0x1b6c79f2fc26807a116ce7b70e35e5b1, 0x1b6c79f2fc26807a116ce7b70e35e5b1, 0xf9f79cc14b213eed3a59c8dd42a605d4f3169bc5babad9c37b7f4cf7274c2e20, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0x87adc838363f95838162b425f99760fd, 'wp-content/plugins/elementor/assets/css/widget-progress.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0x9fa0edb34a1b58f525a3047cb36458aa, 0x17c055c3e87edf3faaedb9b875eb264483d80511bfbc6dbc1a65987a775d14a7, '', 0, '?'),
(0x87ae74df93c409602ea4037b434d95dc, 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x7996860de3cea4449f6515e2bf9c6ae8, 0x3139dd4cc63e43a1dc5e6176b892c0523cf793dc048f635ab2d13657f670f54f, '', 0, '?'),
(0x87afb72155e2711d342aac8dcfa36d99, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.js', 1, 0x00000000000000000000000000000000, 0x9f7226150011bab629a16c05e6f11c75, 0x679adf409ea4c047be1f128092280002a031f4631edc5a9d427cc2c8fe0d7981, '', 0, '?'),
(0x87b5a20c598d911011bda27899faa451, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\wp-robots-integration.php', 1, 0x00000000000000000000000000000000, 0xc0261b197a1aaf827ed18bc479452da8, 0xf4ed441cfbf0326cb9d2ea2fdea44a00443ac5f748a7932a7b30af829f60422a, '', 0, '?'),
(0x87b8d2758af60d46b6e71f3915e754c2, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/title-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\title-builder.php', 1, 0x00000000000000000000000000000000, 0xe689756d1af7cbdc67e2ac9d81b019fb, 0xfe640f6e42081df64d8fcd086a7fea3d90dccb35fe0936f21b979b0dce110046, '', 0, '?'),
(0x87bfdabb48190e49ea9377ab3e69edc3, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xc9eca1dbeada2bc0f3e8a71e82439bde, 0x5f3e92a928ee515597fd067a5ea861e89bc9aca4666a9d0510b2dbe36a1e6542, '', 0, '?'),
(0x87c45c90a55ed040502fe50a8c522794, 'wp-content/plugins/elementor/assets/js/admin-top-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.js', 1, 0x00000000000000000000000000000000, 0x461b099ced5ee0e2ea8ba6fb19c001f9, 0xe57d4d68922d93151be5a5b322b1935e166d0b09b9acccd45a2d25afd8b9a6ee, '', 0, '?'),
(0x87c475b7de40da10b3ecd577622cef49, 'wp-content/plugins/elementor-pro/assets/js/code-highlight.38ec4828db8d33cccbe9.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\code-highlight.38ec4828db8d33cccbe9.bundle.min.js', 0, 0x43c38d53690fd9c2daaaf1b2e6df4eaf, 0x43c38d53690fd9c2daaaf1b2e6df4eaf, 0x80bce1aa4526036475d05927ae78ae51591f19bed86729c2bd040066fb0d84da, '', 0, '?'),
(0x87c7f23d94c8bc079b4817ae92b40174, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/fb-icon.56eb841b2907a195c3a322bd0f4bbf99.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\fb-icon.56eb841b2907a195c3a322bd0f4bbf99.svg', 1, 0x00000000000000000000000000000000, 0x885d045dff23a01117448f2c92dff5d8, 0x0f4b2c02a55c5c71783df50efa6c6bfe81d3beee9620a82e40b13542ddb6f762, '', 0, '?'),
(0x87c8cf398e393e14fa9e14e578a1a0fc, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0x87ccff3d7ebf6643d3b8ddd0ea3bcba0, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-4-col.php', 1, 0x00000000000000000000000000000000, 0x3886caf3507275499bbc62ac75e968bc, 0x29b11a2d8e9c1b0db232b0a9216909494955f1e8e5430b43f74e1e563dab0664, '', 0, '?'),
(0x87cd79205c161c5ce30d09994b6ec5cf, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-author-condition.php', 0, 0x840d18cceeb8dde2ae2b39a9864314e2, 0x840d18cceeb8dde2ae2b39a9864314e2, 0x3e9f089907ddda19f288e6f42f2dde2ce6f88074d014607ef82223ed3dea556d, '', 0, '?'),
(0x87d16d2a823bde0b2566c3347881983b, 'wp-content/plugins/elementor/assets/css/conditionals/dialog.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\dialog.css', 1, 0x00000000000000000000000000000000, 0xd52fe09da61249a5e59e0b2e6f6b58df, 0xfea88379e8e9b1ef5de5d4f745a8e6c67402131dbd8266046bac0202e93c4d66, '', 0, '?'),
(0x87d276c264e54549bf8f89bf7ce749c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\ristretto255.php', 1, 0x00000000000000000000000000000000, 0xe473e7e4ac6e0671f480be2c6ac9874e, 0x2e184c5d6ae7c7bc761de957c7ee06ab31aabb4c00d1940a6138980fbdee32fd, '', 0, '?'),
(0x87d39ca3222ab002eef3db226ffda9b3, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x87d54d1851c2cdf01973fe8a114014e9, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.asset.php', 0, 0xeea789e6e4b6b15d1d5b44582aadb87f, 0xeea789e6e4b6b15d1d5b44582aadb87f, 0x04404f6b6fd2392ab1bd3a64ac37e735cf6d731e2dd67a64b7246eee5ff5a930, '', 0, '?'),
(0x87d57dbdc19b8a52800d61134cdea88c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0x92d8d07bfee0395b5112c5b7f2316570, 0x1f89792c911d6c4b5168dfec08b7f94d79fd51102121c105130e917792b33467, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x87d7a31bef1f2a47df9acd940aa3c505, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInUp.min.css', 1, 0x00000000000000000000000000000000, 0x18b6260305b3bdc5100c937971d28906, 0x0459233d72000db9371c0186b137c4b2a5c886f208ad9ab1946d7eeab93fd35f, '', 0, '?'),
(0x87dc09809b62eeecd6fc1ddf18d32344, 'wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\endpoints\\refresh-base.php', 0, 0x75139417ab24a49064204299392a7c2b, 0x75139417ab24a49064204299392a7c2b, 0x3c425fde4fa2b7ea839462666375caf84b8d2a64523a2f89cb5bfb4e5770d260, '', 0, '?'),
(0x87ef1582d5720355d9e8a9cb45f8c572, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkbox_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 1, 0x00000000000000000000000000000000, 0x42331f594e2e8e097a72f04becff7704, 0x1af053ba48b9ae31de09b279ce6e4b650b552cc66369737c6a3577d4d32ce21a, '', 0, '?'),
(0x87ef7fd31b7df79f33c52a7943c92a26, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls-plain.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\js\\minified\\custom-controls-plain.min.js', 1, 0x00000000000000000000000000000000, 0xfbcbf17910a6d99cb87bb1400ce049bb, 0xb91b516047542dafd12ed819265558d7a5fc91e7bcceb2c15f5d08c1940c64a5, '', 0, '?'),
(0x87f1323ea6a6b1bba26a0d70e8bc1e93, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x87f18da252352177b494c4d7858afa03, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-product-tabs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-product-tabs.min.js', 0, 0x81231b95f90a7955c7fe3deb59f6207b, 0x81231b95f90a7955c7fe3deb59f6207b, 0xa33fa99770fe30a70055b3cacd26115a1de9003c7019ac917e2dca6d9cf3db8a, '', 0, '?'),
(0x87f605e8ed5bc1a88f98a18f1696211e, 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-news-blog.php', 1, 0x00000000000000000000000000000000, 0x180e242cabc75884f7784ac273bf3712, 0x09ee13335fe8ebb343309689d550da89002a0beb4a53466facec2ca52697f3a6, '', 0, '?'),
(0x87fa23d93b4ec1456dba2b761b794a55, 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Content\\Type\\Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7a57068bfff6186eea0812de112bbaf6, 0xe6db0f848a3ddb14bec830bd7346a53814628639ed71d3d648626d320e531010, '', 0, '?'),
(0x88065aced4512b78c7ff72b6df30bdee, 'wp-includes/blocks/media-text/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor.css', 1, 0x00000000000000000000000000000000, 0x20d07fa289782622b8c47347af8c5dc1, 0x8fc7d8dcef37a9b06e9c142c69f0128fd8b8d342a2c9cc2f474a4fbdbfdfbf28, '', 0, '?'),
(0x881340822e6d3c5c9d3f8ff1915fe568, 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\text-shadow.php', 1, 0x00000000000000000000000000000000, 0xaf3a4131017557959410ce89178ec281, 0xc671900a7ac65cd5961f02e4bb3e7592d58883ac49e8256860caf262d95453aa, '', 0, '?'),
(0x8813a2691626ea50d4d114016b17a70f, 'wp-content/plugins/elementor/assets/js/editor-one-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.min.js', 1, 0x00000000000000000000000000000000, 0x32c9edf81c9e8bc7c039d3490c6f943d, 0xd5cccf6e03e4b49cb95f7a5e4b51add3f3588858475b6e128e60f19f8e93513c, '', 0, '?'),
(0x88153ea8d4f7cb86a69ac917d86cce4a, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/timeline.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\timeline.png', 1, 0x00000000000000000000000000000000, 0xbc9ef82721e55a7cbc35d03046c53f23, 0x26dee73769d9cdd3cb7b0fd0d8a386f17637410a9ba4eec352e4e746bdec65b7, '', 0, '?'),
(0x8819881d83f667dd077ec382cc05d221, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2881.1c7c7a250d7e51d2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2881.1c7c7a250d7e51d2.js', 1, 0x00000000000000000000000000000000, 0x42a0eb10cf1919b74060717dbe9a4391, 0x2cbd93fe8f311c403a9359c6e0fff69d4d49b4760dbdd7ff400cb8eb8a8266f8, '', 0, '?'),
(0x881e4d7eb5641936f95bab3ac23819d6, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b63091563feeca605c8f156e80d028d, 0xdf14359fc6ecc996bc086c62ad530128461bfb2046b92dc0677b24b2a3c56d81, '', 0, '?'),
(0x8822203641e9f8180b8f0b375ee448ad, 'wp-includes/blocks/cover/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style.min.css', 1, 0x00000000000000000000000000000000, 0x63572908f5c4f1b77ab8bfb90a43d92f, 0x8724fff6b8b1ccd6fe496f1d40d642c9743677d78016789dfb382bcc02a1fdfd, '', 0, '?'),
(0x882b5984019c3437969ee0ff327565dd, 'wp-content/plugins/elementor/core/utils/static-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\static-collection.php', 1, 0x00000000000000000000000000000000, 0xe538c852ca9e900dde9cb0aa583951ae, 0x3693068a7fd5435e10ce9f08fce0298eed19adb673dc89df9693ac9db8803f8e, '', 0, '?'),
(0x882d8984752fc7703a3863037c7e15cf, 'wp-content/plugins/elementor/core/isolation/wordpress-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\wordpress-adapter.php', 1, 0x00000000000000000000000000000000, 0xbe9ffb0860fb15f4584f3b1cfcb8eee1, 0x6a2c22d61209583e6b227b9f9bd45a18e5a6ea348dc0d826ce3b6a2ca12e5565, '', 0, '?'),
(0x8835892b6ce283402d0a5de0a20896f9, 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity-router\\index.min.js', 1, 0x00000000000000000000000000000000, 0x221a558b55d540b4a6726bff9e9f7e08, 0x7d1833b2cec9c36a02588c538974e83074ec6763858a85e43720acc42405ccd7, '', 0, '?'),
(0x883975401694f31acba30c07e6b837f7, 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-2.php', 1, 0x00000000000000000000000000000000, 0x373938c3374922685f3ac19cd17c204b, 0xfe10fb2115708cc54d99409a58ceb2a40b4682b1f42bf155b083566388c0a5a6, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\template.php', 1, 0x00000000000000000000000000000000, 0xae197a00fda965572c938301b13ac77f, 0x115845285259f7ce1a25c36cdf8299f5aebea6f1f437decefd72e80d77318d17, '', 0, '?'),
(0x8840a440b41140e94b2d05c9f69c8f12, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/insta-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\insta-icon.svg', 1, 0x00000000000000000000000000000000, 0xac3c0cb4b059a95fe8b0a917b62a9c5e, 0x87e8cbb061bce479c1d21a7a5e9d15ac83fd7717c2add8e6a16719165f9de2db, '', 0, '?'),
(0x8843a5335bac2f4bdc97b4762a2b91dc, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x3d30d7061d133ab2ef8d0bf410f847e2, 0x0916c4bf26761eca711ec557856e00d7437a70f99ce9338cb8a5f41f7a2cf2c7, '', 0, '?'),
(0x884720b424d25da995d40dd21d6b2743, 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\pulse.css', 1, 0x00000000000000000000000000000000, 0x25304150c7060f1a8f36e57c7dadb4b5, 0xc537df267fac03b99847e528377c8a4fac9e278d704483663f0b29e767f814f3, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x884ab545d449d6fd1d15e3388e7d0bfa, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/897.e931f1831de1a245.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\897.e931f1831de1a245.js', 1, 0x00000000000000000000000000000000, 0x4eebe3b7759970ef0dfc7179637c7d25, 0x8b277cddecb4de78b3c1b130454fb4a9f86fafdbce5d05a2ddc7c384302a6c38, '', 0, '?'),
(0x8852142f5cfe060d458f22c5c5efd5b2, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/date-time-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\date-time-prop-type.php', 1, 0x00000000000000000000000000000000, 0x32d380132de59676b8119780511072d0, 0x542fd85da680954f8f8ab79150921dbd257bcab427a73234f4ce19b444ba1cff, '', 0, '?'),
(0x8856a8ba0e32ba05508d696bb0d1ebdd, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/checkmark.82b67373bc96ad542aed04168c2913c4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\checkmark.82b67373bc96ad542aed04168c2913c4.svg', 1, 0x00000000000000000000000000000000, 0x25e1e2ae5e31043bf247251ef43657b6, 0x094dd89ee2885e7be2e1c0c415bf69a377ae267c10c2dcf42187eb01b39ca8e2, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-post.js', 1, 0x00000000000000000000000000000000, 0x81750ad714f9a2f2ac1c2a9f7b727ce6, 0x5073df733d34cde397515c206d9f98c7aa80537d0f079f2dd82816c916817504, '', 0, '?'),
(0x886964e85e2cbf34e4403d09a7fc398d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0xe26b6a84954af4eb37725f0ffa0c618e, 0x0c0a19c598459ae9f6ebde73a5c2eb9fa33b95f01b7685a9a513553a1b7f7201, '', 0, '?'),
(0x887266b12a6bf26d4d379b5bc045297d, 'wp-includes/blocks/math/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style.min.css', 1, 0x00000000000000000000000000000000, 0x8e434a740d8fa0f4bf7b4fda68a13ec6, 0x5aca1354d093f7bd74a9c251e9ba34933ee5ec3ce86d9b0469a4f1cce4f11c3c, '', 0, '?'),
(0x887619d9e9db15f988543697fd334310, 'wp-content/plugins/custom-facebook-feed/templates/item/shared-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\shared-link.php', 1, 0x00000000000000000000000000000000, 0x69c5095ed57dc75e8a3aa9b1a4b74199, 0xabab9e0aa87c84fd57f1ffd76c929049ed98905ebab1e5a840395438761c6c14, '', 0, '?'),
(0x887a2cfa2db05fbd411764183f17535f, 'wp-content/themes/go/languages/go.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\go.pot', 1, 0x00000000000000000000000000000000, 0x2f4f429ae7a0f8489ad40358105c515f, 0x806f378c83faed30f12b59eb57f1312f9f3e54dd001d116adbfeac8237a26fad, '', 0, '?'),
(0x887e47ea92a68d57761d5f9eaba08f79, 'wp-content/plugins/elementor/modules/gutenberg/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\gutenberg\\module.php', 1, 0x00000000000000000000000000000000, 0x27f7812bcdd843e3acf214ed8802c793, 0xee25afcf5366f2b3ffd3e448880df40e57f64d9eab6a24c147a7bc733c4d07c7, '', 0, '?'),
(0x887ee463abb31beccf2a63e17b691d12, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidIpAddressException.php', 1, 0x00000000000000000000000000000000, 0x1239208db609544424466769456e8319, 0x0ca8961e9e08a0f31bdf535da753862807056ec118b3e45a00e78102cab2b8a7, '', 0, '?'),
(0x887efb9885402325a4e9423d00d1c47c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0x0a542e8ac12e39a9b6b133b1204be06e, 0x94e3ff9793fe776506c5c9fad5d39677729286d25d8fcdc520fb145d0b5b6a1d, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\backbone.js', 1, 0x00000000000000000000000000000000, 0xddc851aaace75f11a91f1db004b0299f, 0xea80a00b3df1919e92c03d1c1da016dcab90c481ba0245d1df918ce5dd71fa16, '', 0, '?'),
(0x888eff332e15d81a8d3dcf6b075f389a, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\authentication-failed-exception.php', 1, 0x00000000000000000000000000000000, 0x3b4a70b36c1405ceeef7b762c0371ce4, 0xd0c37fe1c26731aacbfae154f6344250a723e06c9b6cc92ed5c703f1634c450e, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x09ee8e853a87395e43ceb3262d5ec76e, 0x5f2aea8f64ffb5149a36643f397a4ddabd55b67eb95c0fdbbc7a18f8710b90b7, '', 0, '?'),
(0x88941033fefd5fc7ac971a2acb93be30, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\install.php', 1, 0x00000000000000000000000000000000, 0x968371ec863382937e7640a09dd36306, 0x42061784c9ec49cf371eaac6d0bfc9abf4a26967ed50d9be5a5264f3b7fa677c, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0xf3f0069886fbfa04725908b82d17b891, 0xbae49de0dc0efc53bfafe0f1df09a17b6f0fb035df0b83c05691127a2d8516ac, '', 0, '?'),
(0x889bfa1dcb42b12b867900789561b624, 'wp-includes/blocks/table/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd92add14b11c9186b7c8042756936d9e, 0xabfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544, '', 0, '?'),
(0x889d8c42f67fa006b3c4da197f39e90d, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.js', 1, 0x00000000000000000000000000000000, 0xa7a711631a2ae7baef98cef4866b1b4e, 0x4b8c137c562202bf9c233cd5e8d141d62c966a56d46bdc13458897a1ec5262ca, '', 0, '?'),
(0x889e9891d470e08efa9b41bf7a0e3177, 'wp-includes/blocks/navigation/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2a63b8f92abafb420aeb01822e367ec1, 0xdfc1f16a64de044aee170325d11082bc941af63c3cbbf4a4968997a7676ac1a5, '', 0, '?'),
(0x88a14b6ba966f567ff12e754a4239456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Base64\\UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x6d936ad97784656de48fa1e766b9fb77, 0x737d16f309674a0a9ed5bf0623fa955041cb817eb2a907172146995d1b55f60c, '', 0, '?'),
(0x88a18df33db2c36c061322cd20757072, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Source.php', 1, 0x00000000000000000000000000000000, 0x50d8959338a09d2099a08b1e21a7392e, 0x4eeb5b4d7342b750312d7873c71201b57d7b63c123e1a454fcc36ba14a323277, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x88af6d73344aaeef4bf263f0da27c771, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/bad-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x17e9fefb32fe0f6f1f772be261515c95, 0xfd0fa85db9ee2ceab3c2c5ad21fe7365517611f526d95ac9538741939d6c5a7e, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\settings.php', 1, 0x00000000000000000000000000000000, 0xeee87746a5eba94d46bae90ccf28c600, 0x96e8fafea0f0433fa3608c53d00c0acc292877e076c6f18d2f5ce846fb3ce90e, '', 0, '?'),
(0x88ca0ba4ff1397575407582ccf822ab5, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Php80.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Php80.php', 1, 0x00000000000000000000000000000000, 0x8bfcfc1af611af8b62427a0d06fc3d01, 0x9d6c2af1ce8f8fbbc5a3a08d688bc16d59e9db987fb08c75b299431386569255, '', 0, '?'),
(0x88caeb265489dffb0e15744e3c20a147, 'wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\freeze-loading.php', 1, 0x00000000000000000000000000000000, 0xc30b4f2e4f4a00f7e1922a21526a96de, 0x2953c831b212d205e8e5bc3f5c831db90caba90fee3e584ec9b7f15731cf1611, '', 0, '?'),
(0x88cf80cb1c35f89740d4b553fd39384f, 'wp-content/plugins/elementor/modules/interactions/props/keyframes-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframes-prop-type.php', 1, 0x00000000000000000000000000000000, 0x478c7e3db3e8c70fc1351cbc72f128d1, 0xa73b67e154afd3024da2addd06322569c268ffd17da73c87a96ea7afd13fc2a8, '', 0, '?'),
(0x88d58f474d387f41a002ba3858030a78, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-tests-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-tests-conditional.php', 1, 0x00000000000000000000000000000000, 0x2b2bcf3be4443d57997a5ed5bf8a9c47, 0x12e4c4365af553f65e1aecda31b997c8b8244d3bd05a509a20516ff84a26fd50, '', 0, '?'),
(0x88d7feb7270ba6362c2d416fa217f35b, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-base.php', 0, 0xa9c14dd7868e425d65327abb52e7f7b3, 0xa9c14dd7868e425d65327abb52e7f7b3, 0xddd0441cabfb1eefe54f4944de504b8dc62c4758db14d779093c9de409c5302d, '', 0, '?'),
(0x88da43528e77f99542171953459c06bb, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0xc946d01474637c56ab4bdced3f062a33, 0xc4776a2bab0eacc2709cded94c9f8c69d4e3c7817732c8cce0def2f5bf7da73f, '', 0, '?'),
(0x88dafd62672e53be3c7560ba10aa0fe0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tag.svg', 1, 0x00000000000000000000000000000000, 0xbbfc7ca81f9ef5cf05b6735abb5d565c, 0x74961d0126e4b09f105a6966ec8061f0f96f2bc1537cbe24874dd64f0cfc6ea9, '', 0, '?'),
(0x88e5174e1e82b666ff3dd74c80fc2595, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x8d272594d08ce3b1b446c7fe3fffce97, 0x8c497b3a25696c60ef1f3f0cee04ad928e9ae1ef5fac4ee285c8e36437ec80f5, '', 0, '?'),
(0x88ed5c2d5ca3aa668274e5b44b449a73, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-plugins-controller.php', 1, 0x00000000000000000000000000000000, 0x8703055d984e56b4de4b0c2eb67e295f, 0x1e22643ea9875b6a1bbe021307d169157f76b8a8d68db3f10c2c30a2ab090d31, '', 0, '?'),
(0x88ee269310eedf634e58142ea178715a, 'wp-content/plugins/elementor/data/base/processor/before.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor\\before.php', 1, 0x00000000000000000000000000000000, 0xef4247d6c3de19e67f2d40799ceeb339, 0xe42273dac971359e1af5da34057821a2666366eb6a51c472618f13db5193c666, '', 0, '?'),
(0x88f57a5de78c1083c4c436cd324c13de, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\current-query-renderer.php', 0, 0x993f0c49c3f60d23c59fa8107e72d7b4, 0x993f0c49c3f60d23c59fa8107e72d7b4, 0x8499eafa13d42df4340a96d3036d1bf7af7fe7fb128856e06ddd7fd2ad7a4a0f, '', 0, '?'),
(0x89034b176d29fe2663cc379039218261, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\column.php', 1, 0x00000000000000000000000000000000, 0xa460d9605f5e3eebbbaa16d3bc3fd3e6, 0xe5f1d5153fc33e1762ac4a4004d471869e477addfb8e7ed384d5e2759da661dd, '', 0, '?'),
(0x890c9d09e53e917e114c406af09e0fd2, 'wp-content/plugins/feeds-for-youtube/templates/feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\feed.php', 1, 0x00000000000000000000000000000000, 0x61dc3696bf53cee234ab466405efc3d1, 0x843aabe4831e5f1bf6e8e5d213979408817398680764eae12e47cc399bd7aae6, '', 0, '?'),
(0x890d22afb70ad45faab3ecf6b8f13b14, 'wp-content/plugins/elementor/assets/js/6f779545aaa23e951088.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6f779545aaa23e951088.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x055635d7f046e7f6ac6f505cbdc62392, 0x4a83f38864e8b75caa01decade558426b13705f9f756d42afd08622f888551b2, '', 0, '?'),
(0x891c5b9504bc717cb14f29303cf9aef9, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-failed-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xa1d5b2d21bca20c8b8880797f3916664, 0xb392f8ec22ed1ee80f893b6be3e08245f158791798dd9af812736ce256ee9206, '', 0, '?'),
(0x892020eaea67b6b2d7dc25e7141b219e, 'wp-includes/blocks/site-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo.php', 1, 0x00000000000000000000000000000000, 0xb1cca38f2be53add25330595392e95f5, 0x685978d2472e704fd3ff87db952efa0e8d6669bb96186e7e0875e0f239b8b9a7, '', 0, '?'),
(0x8920a6263ff1bb9e46a05a6945b94f64, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0x0ad391d8c8f1d87608f4dbec6ddf3bbd, 0x39589dc59089131688d55f0b2cf4a9a4d79243f161cd1124e4a1b334ebc2e53a, '', 0, '?'),
(0x8926ae602ba2275bbc34e990fe4802b5, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0x40d6e8122bd5c082ed29caa7dfb8e018, 0x6b59d592e5cefb7602db5eae506fe4a428c9c6219202f260d1839ad3f274dc00, '', 0, '?'),
(0x8928bb50a67b6e20b30842a18a8525f1, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\LICENSE', 1, 0x00000000000000000000000000000000, 0x327f50652aa956839e7f4a481f2e71a4, 0xed098c310c6759790181bcf9eaa110dc3b0c4938553b921830bd7cbb5fcb12b6, '', 0, '?'),
(0x892a75c933acd5b893740509301d2e37, 'wp-content/plugins/instagram-feed/admin/views/oembeds/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x892a9db99f04ab30f7c5cbf43f5b6171, 'wp-content/plugins/backup-backup/admin/images/Amazon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\Amazon.svg', 1, 0x00000000000000000000000000000000, 0x03f91225022f2f849d02185f17837a80, 0x0ff31c2026d00ab3f580de9dd8ad6204adcf5b8755c7bec65fc545806d3fb6d3, '', 0, '?'),
(0x892cb696241fb0f1be60a37283bc9c19, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-interactive-circle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-interactive-circle.php', 0, 0x51ec48068b6ed25be6de0f3e65fea0ef, 0x51ec48068b6ed25be6de0f3e65fea0ef, 0x6a1854404a7eaeeeffea33220f9b8d9e5321660e6fca9285a381441af9b3991a, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x9403ba8dadc1e1d4366eb214703a8ec0, 0x1eec27b552686ffc0cf38f86b51c16a9dcbfaa7f65cb34b966869934596c3cce, '', 0, '?'),
(0x8936561d207e136e800a2df86cb22c64, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-highlight-cursor.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-highlight-cursor.svg', 1, 0x00000000000000000000000000000000, 0x46483af4e44ccd97328c1db8f9f4b92d, 0x851d89f456be9245f207b5f87744fc6475bf83bd898412a6958380441aede7ab, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x1466fb7d3f7b47f603e16ae1654769af, 0x656790a276f8dd1afe78a5b7218337341782089046ce0ac410838c911bdd44e2, '', 0, '?'),
(0x89399acfecb8d729d5b41b8bcc358258, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x9eb78f2ae5c85c27b94874b9ac1f626e, 0x4e2032b78e270ca09822e99f97a5276d3559469dea68500e16f2ca1230c80267, '', 0, '?'),
(0x894c4d7f0a4a31d7caca28e9cb6cbbd1, 'wp-content/plugins/elementor-pro/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\plugin.php', 0, 0x415d8ac5fd14295e18378cc83629755b, 0x415d8ac5fd14295e18378cc83629755b, 0x165c327ef7fbdf2b043cbfd253dda7ec0c9d51fec08f2c7204502de401d1eea4, '', 0, '?'),
(0x894e006d5c2afd19d93c21727f59ad3e, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\shop-page.php', 0, 0x5c11fff131379cda369e6e7fbbc49eff, 0x5c11fff131379cda369e6e7fbbc49eff, 0x3b1873a005745a7de34ad5905f156b1e20f4048012ca9fcbc1972e4cd3d54127, '', 0, '?'),
(0x89508424f5f0f3adc1abbaeb7d398046, 'wp-content/plugins/backup-backup/modules/review/assets/imgs/background-pattern.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\background-pattern.svg', 1, 0x00000000000000000000000000000000, 0x36e0b93d9a7d0ad87dcbc244c611c890, 0x71496266fa5bcfff884315d333697683ace3a5315a005702f350eb39e1fa336a, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x58166587fa689e3714f7aeaf359b3a51, 0x9e9bacbe0f3b5a3f4f81a94c4c8e565033d6696ebd48cc86abbd9aaca2a661bb, '', 0, '?'),
(0x895f0e039e20a58836549891fe4e473f, 'wp-includes/blocks/search/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style.min.css', 1, 0x00000000000000000000000000000000, 0x7a61b6a4a4448674ab5eedc3dc5b8b2a, 0xaddb25006dcc7d977f54ee99792e0ca86d845705f7ded89efc8a155c1e7211b0, '', 0, '?'),
(0x896012db6fc019ed2e5153178ceb6081, 'wp-includes/blocks/image/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0x89613f8faea4a0719eca934c35d67a35, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Number_Control.php', 1, 0x00000000000000000000000000000000, 0x864dc63ed040b23f90d977b6c8771718, 0x287a0e00c42339d47a9636dbd92874352b11020cb5383b772839db3928b85052, '', 0, '?'),
(0x8964f196c6f1a0ac043328ea0687fb95, 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\KeySchedule.php', 1, 0x00000000000000000000000000000000, 0x8c4e862cc39fb413f5a656a483790dd1, 0xd3c9e3efbb20b761b28a49d55936f5ca1563e073e90152d0fb2bcc64d0b8f359, '', 0, '?'),
(0x89668d8c3fa2e3b4e3d9e2650645a455, 'wp-content/plugins/wordfence/modules/login-security/js/wordfence-login-security.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\wordfence-login-security.1778081072.js', 1, 0x00000000000000000000000000000000, 0x33881f165e359999df6e1df9f1677bc0, 0x0f655e3241c349c06bac16493e358ae963eb45c2ec920e3d32e7ca4252d9d2ff, '', 0, '?'),
(0x896852f51f1a13b975ec42a08abd0c80, 'wp-content/themes/twentytwentythree/styles/pilgrimage.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\pilgrimage.json', 1, 0x00000000000000000000000000000000, 0x767ef5e55c9a0bd51e93070f6faee333, 0x15b7352a77213ac7ba8d36d8998c58f93bada3e62dbcd60f341f30caa9e2acf7, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\category-template.php', 1, 0x00000000000000000000000000000000, 0xa99054e9f691f5e272baab58f4539b25, 0x805b827cf48c5dfd638dac0ab1cddedf1bcc21b5673d38d16feb4371860bafa4, '', 0, '?'),
(0x89730ad02ed7012394ebb880b8166113, 'wp-content/themes/astra/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\style.css', 1, 0x00000000000000000000000000000000, 0xe3a5e6d1b3e3f0b9de8b4102fbf969c2, 0x8f9bb64d6c41d6ac9cfdc084c281315a3e8153fdc0c82bd8e8912beb2e70464b, '', 0, '?'),
(0x8974de9a9d31922963bbb5e58cef4b8a, 'wp-content/plugins/instagram-feed/assets/svgs/checkmarklarge.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\checkmarklarge.svg', 1, 0x00000000000000000000000000000000, 0xd007d03c3f50020466e7a3a873e1a713, 0x5d605baedc430d8a4eef69bbbbdc8eac101987332ad109abee684a57ca0fcb1a, '', 0, '?'),
(0x8975714be6cf39b0c6368381a48b43dc, 'wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-ubermeu.php', 1, 0x00000000000000000000000000000000, 0x29cb42addf274585673ae082587cb23a, 0x388553095c10558ff1d6324c35ee9ee1e6c4c58abfcc8729733b6f69290be938, '', 0, '?'),
(0x8975722b1e19a59b1c820228824bf7ff, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0x41733964abef93cb64bd867525a9c85c, 0x234745d9004d147d59f007b8c6602f111085f7ce5cbe60af39333bdb78b3d043, '', 0, '?'),
(0x897718697fff3d503a99b54bea0201b7, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0xe5cc92ca317b6cc4063818956381b78b, 0xf6c93d14fdf5fefb80b233d3c40a04f21074bb992e32bb6abd1f19d0f1e4888e, '', 0, '?'),
(0x897a4a266a3374abf2cd04b445368433, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SingleVideoPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SingleVideoPage.php', 1, 0x00000000000000000000000000000000, 0xc4b5b873eada2099078efb567e2acb76, 0xcc5ab09b0f7a58a762f35572327b68bbc535c7ed35cf4845fe327bdf659f1006, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0xeab01d0a84937cf61a7b28edf3441e83, 0x991f06bbc2618902eb95f19096628c0c42c202ed6524a8ba634999451e2ca694, '', 0, '?'),
(0x89905ea33f920d8897c5ac4ea305eaf3, 'wp-content/plugins/instagram-feed/admin/Traits/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\Traits\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x98f903a6ac62f04bcb5cd1fd279a8c7a, 0xcf765437888b55c7ca4a00ff82bcd5ebab238cd7429d3e6082d05c6d3396e6af, '', 0, '?'),
(0x899819bb83f56e4a2d32a0aa9c3557c2, 'wp-includes/blocks/rss/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x024494aecc87dc43916b351398ab3122, 0x3aa6bc86419b3bb4cbef26fbd3baded5d05be432cc3941298c803ca210613493, '', 0, '?'),
(0x89a4607494f913e9adb8bd89995374ef, 'wp-content/plugins/backup-backup/admin/images/local-server.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\local-server.svg', 1, 0x00000000000000000000000000000000, 0x6d80234b1f1e4c93e295547f90c5e32b, 0x2518b42f322e858f42e05d1b7c95f186fe8e378c5a2694c3dc60a1676fd368a0, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0xd4e76a9eca562b4b49f38e7e30ef870a, 0xa6d4c09acbe237abd414262ebfb4b1baceb7bea944d39b1eaf03025d65b10be7, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Crypto.php', 1, 0x00000000000000000000000000000000, 0xa39bda24efb1463ab59f7944be3d8202, 0xa9b757df3c4b7e5f6f62640d0f87b3f3f4c03e3c5592f76ceacab116db6f45a7, '', 0, '?'),
(0x89b738b8f20708b3e1f5a05424913042, 'wp-content/themes/go/dist/js/admin/block-filters.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.asset.php', 1, 0x00000000000000000000000000000000, 0x15d142f244b851a30f6488d00413ad2e, 0x565f95de0ad861b00edb511e7fe452b18cbb73cc013845276eb5b8c5c09ca35b, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Int32.php', 1, 0x00000000000000000000000000000000, 0x73dc1bc1fa6951fdad24df678a854672, 0xc84dc73dd2631e53a7e17e5b0de53cec2919c79694334f7bf178dabe00967f77, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0xcc59948c75d8759d9a2009e332af9b95, 0xa15cabe309b175a5659b54011dd9160d76eb02ab6ae021d2b31137520f86adb8, '', 0, '?'),
(0x89bd98ce410d44482b13045d9e30e238, 'wp-content/plugins/wordpress-seo/images/icon-schema-aggregation-endpoint.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-schema-aggregation-endpoint.svg', 1, 0x00000000000000000000000000000000, 0xf08a563bd7e6ba145217990ed8f2782c, 0x6e2f87de5aafabd2c590c683cebee5ad8be6047b945493d3fcdedcb396eb1901, '', 0, '?'),
(0x89c2026524e1b2ae507821942332a72d, 'wp-content/plugins/feeds-for-youtube/inc/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Container.php', 1, 0x00000000000000000000000000000000, 0xb1722012ad786d5b0804e86f013e52f1, 0xf79adc93c6cb94dad74f88e7c418ca77b765be9582708e0a3467b9d641454813, '', 0, '?'),
(0x89c55f209855b168bbe5f2362c70937e, 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\meta-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x29060acd7fce319e0305702223e5f115, 0x3cf307d16c4582d054df6c9b7ffe0c05cbee626a81d684e7af8f4b5d59f2a0dc, '', 0, '?'),
(0x89cb634b3d122ae14749379a1585218f, 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0xe3c070a4b0745bc95c5d63e81fd5f8ad, 0xe59ffc29b6a7652cc2a6032a950b02fb1a9ff6c658dca21e74ba5a6aea0a00a6, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xf59a7786fffd72da34265069882876ad, 0xac7c82b79371cd78ca47a20df2a3c14ad2bd44407d207752879c2778aee07059, '', 0, '?'),
(0x89d875b5c6f56c8bda48c60ef799ea86, 'wp-content/plugins/elementor-pro/core/preview/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\preview\\preview.php', 0, 0xeda4bf460f6b11f674c0c79a3001a519, 0xeda4bf460f6b11f674c0c79a3001a519, 0x8841d023c09a7c7e08ef4a97e24db3cfac7fddb6bbb1b8d3ddab3e1c69b89b5f, '', 0, '?'),
(0x89daf7598880c29924480a1c4ea7d618, 'wp-content/uploads/2026/01/beauty_8495922.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\beauty_8495922.svg', 0, 0xa4c238be1d6a00f664ec2efe2a9f756d, 0xa4c238be1d6a00f664ec2efe2a9f756d, 0x77393441c63d1a25bdeb443131373f43e029aca24a875e8f9f44f793606be189, '', 0, '?'),
(0x89db8c7c2e7b862e8a1e7edb5e2d6a98, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Support.php', 1, 0x00000000000000000000000000000000, 0xde72d177ac325b1753901ac957753262, 0x697b886635d5e6a0beb9648500134f0c081beed32a051984ad92d38b89ae6d72, '', 0, '?'),
(0x89de73f466b74c146f4b3850676c5b65, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0x62dca2a93eb5c41a5c659911b279af68, 0x4b31a5c7aea5971deef5fecf934cab9ebe56d85f7cbcde930e0330a9ce8b69f1, '', 0, '?'),
(0x89e27f4559f866dac7f15a39f2635a44, 'wp-content/plugins/elementor/modules/design-system-sync/controls/v4-typography-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\controls\\v4-typography-list.php', 1, 0x00000000000000000000000000000000, 0x3d82b9a9a6a2a3bef270a96ea9504a4b, 0xff9666c310b7ef9d91a2b7d378c5a068f95deabf3ee3eada0b9cf239ef73e89b, '', 0, '?'),
(0x89e8811e6ba07a9b540f82a3e19ee3c5, 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wincher-dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0x1957db6cc0df76d30b97ace91b5e8280, 0xe6e415f3e434bcbd80d1bfb3543d7d9deee2726efe88290a2eecef7a8ceb0838, '', 0, '?'),
(0x89ec49edc9038eea3454a71a5e01a657, 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\apps\\admin.css', 1, 0x00000000000000000000000000000000, 0x3be42b5c4ac0a8e914ed4b06f7652e11, 0x453181b3f3ba4e0ba5d4e5e46a4e2acd2a1ee22078583db4f8aae34010539a6f, '', 0, '?'),
(0x89f156895abe381efe3dc976e0c4e263, 'wp-includes/blocks/freeform/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xa658ac5d1bde3fda20118add06a2ea35, 0x8c0520675ad06a8296db233c07d9b607badfed377b655e0046e7815fdeca30d0, '', 0, '?'),
(0x89f19d8e810572af6d23ec9fe4c06fa5, 'wp-content/plugins/wordfence/js/wfdropdown.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfdropdown.1778081072.js', 1, 0x00000000000000000000000000000000, 0x814acfc25f591a99541c057646751afe, 0x96d741d2dfebc4ba1c4b6261ba059234f7ee2de3741710a62457e8cb54725064, '', 0, '?'),
(0x89f1dab850a10410cad41ed6ba0c62b2, 'wp-includes/blocks/social-link/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor.css', 1, 0x00000000000000000000000000000000, 0xb07ffec56f63c6a997180372a8bf4a4e, 0x9da2031dad94880f6825f9a9d051df935fff8a40806bc8fd156588654f6b0e79, '', 0, '?'),
(0x89f8e1a8a2529bf65df14bb4d17c7a81, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x25847c7c45577c550d496661ec8e974c, 0x73d629d712964c4d1a0f011c2814f78d98e3f7d1070546c1f175d89f38592b78, '', 0, '?'),
(0x8a06553f3e3efe6659b238da50094caf, 'wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\advanced-footer\\layout-4.php', 1, 0x00000000000000000000000000000000, 0x80b8bc4373a73f20255155377ad6912a, 0x05fec684bffeab2277ebca188f17be38a13341376982fba866ea4dc790c94069, '', 0, '?'),
(0x8a093a5632e0905fd31958ea671727dd, 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.strings.js', 1, 0x00000000000000000000000000000000, 0x7386ba0e01c7ca3255e1c2f6d0a812d6, 0x852661f955d18796a4d925d5c0862bcd1bf43205162012b7e168c0acffe0c00d, '', 0, '?'),
(0x8a0dfc090063bcb95a3807e10cdba972, 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8a126a740a3b1827cf972f6aea46cf55, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-hang.min.css', 1, 0x00000000000000000000000000000000, 0x6034ee73c2aa84b0f9dca4ddfe4e23eb, 0x9f011eaa2a12b189a516c6fb405103fe02c7e86eadeef83db92879efd9e083d5, '', 0, '?'),
(0x8a1b26f59bf98f2cd3f09ece70b9ff1e, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\settings.js', 1, 0x00000000000000000000000000000000, 0xb5f203c7242fe30c3c1b27c0366e7c52, 0x4a3adb4d74a9cb6d8b138f48951556b2bbcd7f08473bac6ce3a65c857e887820, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\notices.js', 1, 0x00000000000000000000000000000000, 0x6c858e6335f6d3379bb850df27806d12, 0xdc94aa4e4552c1c9674c7181e4b50c8ebc6d7aa21be77a547268305391f78226, '', 0, '?'),
(0x8a24eb04eefa1dca48251444d826d22b, 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\layout\\class-astra-lifter-general-configs.php', 1, 0x00000000000000000000000000000000, 0x5756f232acbf5f41f648d39bc586120d, 0x50a46b942ca2bef6ee35817212d15ae042aa6eabb34e6a2d62f5e3622f5c207b, '', 0, '?'),
(0x8a26c7faf80ac50ee1314762287b4bdc, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-gd.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-gd.mo', 1, 0x00000000000000000000000000000000, 0x940db443335c4ac3cd26d03c57f39604, 0x465088fb133231b82b7dea2f213f6852a671808602e78aa4b3e5c024ca55c4c5, '', 0, '?'),
(0x8a2a10d7b49409a2cacf83ccd6f4287e, 'wp-content/themes/astra/template-parts/blog/blog-layout-5.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-5.php', 1, 0x00000000000000000000000000000000, 0xa44e16e734f2083a77e6a715f1db606e, 0xfaa6bf4cfa481312ae760d2f7a7c0ef52de078f158353d6bb5a7a042b73191d8, '', 0, '?'),
(0x8a2e387934400ae2189cf1950642287c, 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\sub-controls-stack.php', 1, 0x00000000000000000000000000000000, 0x331fe5fdf3b5eba4ee888b1f5f072b03, 0x6ecff456964e7fb0b2e9b5e5385e5e21feb4c121788b4557dc4ebf2aabf7349a, '', 0, '?'),
(0x8a3017f07f85726401f8fe1aeb5e8b1b, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.js', 1, 0x00000000000000000000000000000000, 0xb616f8e76fa9be6fdefc0c63ab16b220, 0x16f93ff8387f127e3495c2ee886cae48bbe7109f1902532dceb71f7f670213ac, '', 0, '?'),
(0x8a3141c0d32799ac84c5b06b7329c198, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/seo-score-groups-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\seo-score-groups-interface.php', 1, 0x00000000000000000000000000000000, 0xf5c8a1fd1ff5fe46746576f123ede3fe, 0x9da7e352f645c8c6c187e7d8daccbfd6b55e562a52ef5422c622b0fc8caa544b, '', 0, '?'),
(0x8a35fc35523ea75a43701c7abd88f441, 'wp-content/plugins/elementor/modules/components/documents/component-overridable-props.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component-overridable-props.php', 1, 0x00000000000000000000000000000000, 0xc48ab74fe0ab0c67b88fe09495382b72, 0xc6e93848a062ddc9e219f6cb2bc27c98d7394862724f8a0d342915bc99a6a940, '', 0, '?'),
(0x8a37aa8e2d434a31d247cf6f3a31c46b, 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-license-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-license-menu-item.php', 0, 0x7db9da59c8850f9f1d0faf0f1b0f6d96, 0x7db9da59c8850f9f1d0faf0f1b0f6d96, 0x835aec57b58e0bff52f229b31e9782bb52559e4e14196677eeb9bbac45f0ee64, '', 0, '?'),
(0x8a3dbfb4402c9a978ee9fdc75a64ad98, 'wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dialog\\dialog.js', 1, 0x00000000000000000000000000000000, 0x107f02b34fc4c0a696b5be46245ebf0d, 0xda6fee0927d3a3b58c006f9e388af55f9c8cc6b3c29ba1adb6684ed8156324ac, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8a43c2d376c4d4dca5e101cb46761b2b, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\tumblr.php', 1, 0x00000000000000000000000000000000, 0x7c91f06be360290c73e0850d53649a3c, 0x4a0a93416ca5431ac7e98e8b168b909a919ad4b271944f813a6cab9d1f8857ae, '', 0, '?'),
(0x8a50e337fae0bd77d4c27191f2d2fce0, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x99aac356afdb613ef0384446c0596ab4, 0x760c00e43d55e5a981a559fe8b16b0424f827757294a95dac860db5414c12eb0, '', 0, '?'),
(0x8a5244cb2914d323a9978772fa7c8433, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/path-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\path-resolver.php', 1, 0x00000000000000000000000000000000, 0x96215fe9575780b1009a62c721dac898, 0x90bb105737dd19023de57ce2f151613edb23e99dbe2354e440d756380a5e4e4c, '', 0, '?'),
(0x8a55e8e7b792ebc37988f1bee4b6232e, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/oembed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\oembed.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8a5871bd4e4de6b80d119d5ca45a5a3e, 'wp-includes/images/media/interactive.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\interactive.svg', 1, 0x00000000000000000000000000000000, 0xc41345cb33b161485bbb249f5e891bb5, 0x078a96fd871f4be798ffb8fd8ee44d043467404d77e4171bc2550ba3debaa2cc, '', 0, '?'),
(0x8a5d3ce839b9992b65f5010c98c67c9f, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/blur-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\blur-prop-type.php', 1, 0x00000000000000000000000000000000, 0x62f166e09bce984c26d6d827a85c59d3, 0x1051b8380e1ad065474c6eae7326ba4d66a359774556cf2e9bf0ea2f0b2af97a, '', 0, '?'),
(0x8a6096eac8a0352132e800bc7ba8e2e2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/warning.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\warning.svg', 1, 0x00000000000000000000000000000000, 0x4f53a3725807dd48573324c558dab77b, 0xe6a51d1528033da3fb8241aba3052be354dbadc86b6dd068b3ba146a953c1f52, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8a6f3fea4e4dcfc013d682539201df4e, 'wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-events-list.php', 1, 0x00000000000000000000000000000000, 0xc88eaa751151763ea3af8df36eb8b110, 0xf7e7c27dfa9cd800bf3d99b3b7142d74e426c465695d70a7b6d805a9d861ad6a, '', 0, '?'),
(0x8a7251a4b3c93b4ae2e0b052104d06e1, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\theme-support-header.php', 0, 0x0816a04efd594f46f63fc660fc1cb8c2, 0x0816a04efd594f46f63fc660fc1cb8c2, 0x2b1d5e3c8aa263b0f4dff713fe09edf3e7a15545d89d0e9eebeead032b9fad33, '', 0, '?'),
(0x8a732e835621adc9ed5874c3a373a12e, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\capability-helper.php', 1, 0x00000000000000000000000000000000, 0xf2e719fecc9630699dc81556b1d287ef, 0x2625cbb4f5ad74f1453b568fb2f480117306d7ef89cc25d22b32b0c7498f6a5a, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x8a7fc7b115882081112b342c85915666, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/waving-hand.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\waving-hand.png', 1, 0x00000000000000000000000000000000, 0xe956d116777a57a80e490b9856d7e4fb, 0xab65591cb5669a7b1b5cabdf646a58cb2773870a51ff38b5c8222e2c0b6be4b0, '', 0, '?'),
(0x8a8b85f27686724019ac7be2637f7b12, 'wp-includes/blocks/social-link/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb07ffec56f63c6a997180372a8bf4a4e, 0x9da2031dad94880f6825f9a9d051df935fff8a40806bc8fd156588654f6b0e79, '', 0, '?'),
(0x8a8c5bf84535a6b990444a308a14e2ab, 'wp-content/themes/astra/inc/abilities/customizer/globals/buttons/class-astra-get-global-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\buttons\\class-astra-get-global-buttons.php', 1, 0x00000000000000000000000000000000, 0xc46f882d5abb9201f25bdfd7fbc8439c, 0xf0777ba6076c7b7abe9b851dc15531a4e22d85daf7741e354a48738e5c61b9c5, '', 0, '?'),
(0x8a8e3cf9a45ac2a72e0b4047a5c86641, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0x90626a0c8b62f4bcb64a39c8639260f2, 0x53e230b9fed04d2e7f8765166162fa6d10f223f74fb0d4adf80046b476237104, '', 0, '?'),
(0x8a95ba44e9db0d99d31b5a69f7faf126, 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x8a96bda392f5efa1f9b37ea30b3e7a28, 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0xb6dde53bbe6141ee031daa868af1fc46, 0xfcf97dfbbb417328f10027637c94586e5bdf0e1047128d0f675998c7dcddcdf7, '', 0, '?'),
(0x8a98b834e46605f0d1470e93ba415a25, 'wp-includes/class-wp-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-styles.php', 1, 0x00000000000000000000000000000000, 0x080db97fb58a15da94d31d33267c325a, 0x306fa91cd800b4e6cc87f9b1452c5cc3c232484fdcfc446d2469e1f5846291b9, '', 0, '?'),
(0x8a9ebe16012faac41ab2f8290f79d00d, 'wp-includes/blocks/html/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\block.json', 1, 0x00000000000000000000000000000000, 0x1d64e0dccd9743348251e2dac11692b8, 0x91192b4049208442abd60bbfcc57ccf96bd38aadda038423827d42036cb6c426, '', 0, '?'),
(0x8aa1ec162a3a2b89730ed0fb6f05e88f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-300-normal.97cbc447d4a8d41a.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-300-normal.97cbc447d4a8d41a.woff2', 1, 0x00000000000000000000000000000000, 0x3f49b6de2f59422b65d8b6e9c449dad2, 0xdfbadcdca20e8ff679abdc428d90a55e682766ba5e115125bc19c291fe7512a6, '', 0, '?'),
(0x8aa48254a715402115756d7eeac4d445, 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.asset.php', 1, 0x00000000000000000000000000000000, 0x98757507102931d4b03dcadb521871e4, 0x17e9539a871e6ddf5ad7cc87b52c02d96eb58860ccd0665a9b96f5d97a01a0b4, '', 0, '?'),
(0x8aade106006580d8e045cadecc1001cb, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\access-token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x89cca42440f8d82e681765a7a0737da5, 0x329e93aacc08dbfce09bc713efec00b0d84fa8d5b8d86e945c60555cc767eecb, '', 0, '?'),
(0x8ab408990bd6c05c45537f550890e0b5, 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\import-export-customization.php', 1, 0x00000000000000000000000000000000, 0xb87f8fb2430230277a9f9c6a1cfc3d91, 0xd689e2dfcfa2067f13bb98b9daf5fb3de48e6f9da89500f69c6d9d17a395aedc, '', 0, '?'),
(0x8ab52cedc1f3c6d3a8c0186f1f1daaf8, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Styling_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Styling_Tab.php', 1, 0x00000000000000000000000000000000, 0x0d23a51344d8c30ed4ebce85c6e26621, 0x70c1be9908aebd67ac9e9d87af74e5f1325d90e554d3adc828edeac581c8315c, '', 0, '?'),
(0x8ab7c2bc0c639e83dc35f3b7cb1080d2, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\meta-surface.php', 1, 0x00000000000000000000000000000000, 0xc6c3f9ee6a678ed6773f1ce31a5888dc, 0x2a29568b4f6b0b477ad35f4dc153fac33bbde9088381b2d0348f7428c3f514d2, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\swfupload.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8ac31939e88ac2b73e6bb9892426be15, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\index.php', 1, 0x00000000000000000000000000000000, 0xa50cb7014382fe0e3291ca809860d774, 0x3c3f042699639f3d3be5a0d9390fb031efd5cf19ffd3174de3e482cb75951681, '', 0, '?'),
(0x8ac40170471eeaad2d47a393dcf9fba5, 'wp-content/plugins/elementor/includes/controls/groups/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\base.php', 1, 0x00000000000000000000000000000000, 0x167c1119d379f4085b7a4ea3750074dc, 0xc0ee9d834499ff9cc6e6e9368e5ecdb5047de669a56dcc4d9f9f7433101c8081, '', 0, '?'),
(0x8ac900a5ecf5a7d3bb3298295c5d7cdf, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5418.3063d83aca67516d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5418.3063d83aca67516d.js', 1, 0x00000000000000000000000000000000, 0x9e6d29695f6e81b90dbb0160355c39cc, 0x1c871ea30d2bc518f268b5e4b895a32f979c5dd7829b047af2c1b640c36fa0ff, '', 0, '?'),
(0x8acdbf53cb3b2b5ac49ac8a1844391af, 'wp-content/plugins/powerpack-elements/assets/lib/slick/slick.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\slick\\slick.min.js', 0, 0xd5a61c749e44e47159af8a6579dda121, 0xd5a61c749e44e47159af8a6579dda121, 0x23ab40c9e1a3a73301f5e1efeda6ca56cd532c5b08e1760e42d48390f216c6b5, '', 0, '?'),
(0x8ad19ab7ceecdd4d6893dd7419503aaf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 1, 0x00000000000000000000000000000000, 0x9ab5d55c2deaa108ee67f53c5c9ae2ab, 0xcda92a7c1aac3f7ad219761d4216246ddabb66d6fcd6fe2a3ee70087aeab2904, '', 0, '?'),
(0x8ad2f83688aa764f0285af35e37e9557, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/border-radius-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\border-radius-prop-type.php', 1, 0x00000000000000000000000000000000, 0xaaf089935c81ccb34fc42cdfcebc8bf2, 0x39690bbb8c797c0f6aefbc03f83bd4516a1318f803282217f7aeb12bd63d84ca, '', 0, '?'),
(0x8adf1733356e19ad6fa17e2eb7d501ba, 'wp-includes/blocks/archives/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x8adfabc195a984502505a9ecf844a996, 'wp-includes/class-wp-dependencies.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x202a779faf48c39f30d790d2d0b96f9e, 0xd39fe2cea1feac905144ec697e3761e4518c6af53aa097ae69fdd26085bf7951, '', 0, '?'),
(0x8af52bb762586a4874509e9085ac3ae0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/581.c5509bfcfd9185cc.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\581.c5509bfcfd9185cc.js', 1, 0x00000000000000000000000000000000, 0xfb19b854c304f2d9438dd15168358948, 0x32a8892e121749bef275dc79a3a1492143ee06b1d25a57c675bcf05a9bbacb54, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0x3f35a9cdef5dd138ff5423d4f7b76ccd, 0xe3b3f3568c0dcc308a26e74a45f08347dc7f715e44833e7600dd4604c5cee249, '', 0, '?'),
(0x8af8c408fc561a608fbada874a0e67f9, 'wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\dynamic-blocks\\breadcrumbs\\block.json', 1, 0x00000000000000000000000000000000, 0xfdcd96015e2a6e87449391d453ab09f4, 0xd4aa169fd881c5adbd9b969e9467ad7ca2bc7b4acd6590cc35a34a87e8286cb6, '', 0, '?'),
(0x8aff2c45928e19686a5a0f2cfa342737, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.min.js', 1, 0x00000000000000000000000000000000, 0xf62eb39c48ee65071197067ee8f65a60, 0x88345891deea77bcbcc729f123ad3017fd4d06cbcf3f998e29ec573f0878a6be, '', 0, '?'),
(0x8b019bd939e9f3d655d3498e319568d3, 'wp-content/plugins/feeds-for-youtube/public/build/images/close.0cfd6489.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\close.0cfd6489.png', 1, 0x00000000000000000000000000000000, 0xd9d2d0b1308cb694aa8116915592e2a9, 0xf96176ff92cbaa5305863dca86d9597561c604e35160ed60599ae3252d0b0086, '', 0, '?'),
(0x8b02534b5e0faeebc0a220985748ebc0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list.svg', 1, 0x00000000000000000000000000000000, 0x660d670f016f7399d4b02d613b49299a, 0x3534b45f52110ef6483987deb6386ae4d3362ac52d7068e9b8e428f5b6711c4e, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\viewport.js', 1, 0x00000000000000000000000000000000, 0x553a79572848acb4cedd89f8aed5c127, 0xe51fb22f033ac1cecc917372ac3831180a530a92409d6619f53eebed3740dae4, '', 0, '?'),
(0x8b17bb1c1d9ffd37b8d4fb07f95dad73, 'wp-content/plugins/elementor/includes/controls/color.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\color.php', 1, 0x00000000000000000000000000000000, 0xdc448345ad373e69a700cf83d9362106, 0x26784dfccd47e003c826ac9f389cf056c0d6102b522ec8147157d226f14888a5, '', 0, '?'),
(0x8b19af21d0c6e1c926f1f7e30a613b93, 'wp-content/plugins/elementor/core/debug/classes/htaccess.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\htaccess.php', 1, 0x00000000000000000000000000000000, 0x4bcc1e0b706a4a8b40d2c59a276f20b1, 0xa5438e228fcc7accba4d6dd9e5e8020a3d1826ae3dbdbe26662679db032f19ae, '', 0, '?'),
(0x8b203b5afa2d2e301d7fd5e9931318a6, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0x7f699183763643eccee88dc9242a32c8, 0x4823d20157676830503bc1a2acda90175673a11c262855455aa553ac121adfa4, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\site-analysis.php', 1, 0x00000000000000000000000000000000, 0xe9721d295af4f4f980839756428df40e, 0xb308e786bfd110f429e4cc94c2776ca4ba997642de9a419c7034d667075579b0, '', 0, '?'),
(0x8b216ecaf5deea069ae84ef560f16050, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-feature-interface.php', 1, 0x00000000000000000000000000000000, 0x58bc555527e9ea07043974b8aa7467ec, 0xb45dc52411ae65be8b98411d2fd0bb96e8c6f49a4e9ae930a41634017ac416db, '', 0, '?'),
(0x8b39bba8b04e059f6017e1d56967b630, 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-sitehealth.php', 1, 0x00000000000000000000000000000000, 0x545a8b3c1a288dabb2ccafbab7685380, 0xf0bce742977bf951a0979f52a0236191246152bac80601023874c3bee5bffa83, '', 0, '?'),
(0x8b3cbbcd906e0be19d156f7a23d93f3a, 'wp-includes/blocks/widget-group.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\widget-group.php', 1, 0x00000000000000000000000000000000, 0x8d8e4078df8aff8163a0e0a104ba612b, 0xa6aa628dc3c4b46c333f01913a143c89170563c10536916408873af9bf1d2c04, '', 0, '?'),
(0x8b3d376b3b3edd0a38221c64f00e5c96, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-headings-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-headings-font.php', 1, 0x00000000000000000000000000000000, 0x7a4caadd4b794000bb61c233788d4ae6, 0x85acc943b96d5fbe88599a83e0fe6f57ee32bd1d767bc00983a874f39f5230fd, '', 0, '?'),
(0x8b3fc81ffc26be2c77b0e61f65ef3c1a, 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\feature-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0xb58b1fe36547ee93be2eb66d2850f25a, 0x8157eb103ccb9dd7bb99beca07bb6471d8dcac918c27c72ef648b3474d538bfb, '', 0, '?'),
(0x8b3feec75316eb84f815ba7cd585b145, 'wp-content/plugins/instagram-feed/templates/item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\item.php', 1, 0x00000000000000000000000000000000, 0xd719a0d723dd1d25eefc66b2f07c2578, 0x2b194f81762a34b10a2f0643f881c1bfd550b8f2923c87e49cd92dc2085d1662, '', 0, '?'),
(0x8b4122543ba8392cf7d6127648226c77, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x47cdbc908f6e409e0bccef25497aa1e2, 0x2dee4abada5c4515e1cf7ef33e6692cd96298183ce5ab536bc7693de07cfdae2, '', 0, '?'),
(0x8b41e6af225913277755b3b49ffccea3, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.min.js', 1, 0x00000000000000000000000000000000, 0x174f0a3a68dcb5a6c7a6ddfa18aae83a, 0xef546bacf4ea482a1b96b4639db7e41d485339226bd18a79405732392ba45a6b, '', 0, '?'),
(0x8b4bde2c89066794f52b4bb4485cc0cd, 'wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ja_JA.po', 1, 0x00000000000000000000000000000000, 0x949c15bdec59ffc450f5b1806b0d0007, 0x7bc987430684c0ce7c9e5113aff436f2b113ec2dde0250abbfa1c2116de4acf4, '', 0, '?'),
(0x8b4d5757ab6719f259a94c6f9e30dd11, 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\ysabeau-office\\YsabeauOffice-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd9d328be255baed7897327bae672db06, 0xb93fdf5cf4ec0f3670ec89f46675bb8accd04555339dd0244acbc212a8e57750, '', 0, '?'),
(0x8b4e87aa4d0a7acfde82dab3270bc49b, 'wp-content/plugins/elementor/modules/checklist/steps/setup-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\setup-header.php', 1, 0x00000000000000000000000000000000, 0x8de45b009781ec4e5ae906baaad1ed01, 0x7a9d6b802405284818706e94c3928d05e7b05df44702ef5b3d020786e42ed6ba, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme.css', 1, 0x00000000000000000000000000000000, 0x18622c36e98419c9361cc74956058d11, 0x69bfa04bbec35b19f2d9870cd5cb59f2517661e26c6a757199ed7e8caec07824, '', 0, '?'),
(0x8b528edbf303c6f45932182d8b98cd59, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/indexable-count-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\indexable-count-collection.php', 1, 0x00000000000000000000000000000000, 0xf4315d760e46c28abea358a7960ae6e0, 0x68871144e58947e1a2d313b46a3c04d44af68e7905663b1459cda10d3a3f9f04, '', 0, '?'),
(0x8b55dcd07a83f3ae639e10e97012aca9, 'wp-includes/blocks/separator/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x8b5b812adfd315bde348dfb9a516c682, 'wp-includes/Requests/src/Cookie.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Cookie.php', 1, 0x00000000000000000000000000000000, 0x33050745d8ee4f2bb98165cc3af5da9d, 0xcfcc0b3109498fab2c797281e6683d2b83e15f736d1d57cc37864eafa8b7b44b, '', 0, '?'),
(0x8b5ce027757dee661113509d1bdf8354, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\query.php', 0, 0x44ad719bfc00eaf794026275795d8da5, 0x44ad719bfc00eaf794026275795d8da5, 0x0175166e701c93627756164960433d523aa6a0808d0f36e06eabca1919a07d64, '', 0, '?'),
(0x8b5edc40bc204da34c277c237813da62, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/FeedsTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\FeedsTab.php', 1, 0x00000000000000000000000000000000, 0xad0ac53087a4546280331c6a636dd6ef, 0x590d9d6c13fe8790af8dd7ec0a6f7d0dd1dccb3d1db0f9a6f668aef816a845d8, '', 0, '?'),
(0x8b61baad450b6fad99f07945a2ef83a0, 'wp-content/plugins/powerpack-elements/classes/class-pp-templates-lib.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-templates-lib.php', 0, 0x0d33ef7aca19deb82aca52c04868206b, 0x0d33ef7aca19deb82aca52c04868206b, 0x3779ca94d217a61349399438af9ac5783ce12d202bf8b175a2f618ee286f58ca, '', 0, '?'),
(0x8b682db2b22721bd416db4e12dffd2b1, 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\tada.css', 1, 0x00000000000000000000000000000000, 0x7af7b87302892b13570547642dd3a304, 0x777c52ebb8655dd4e3c5bfa3f33cfd521d0d8fb2c56ac4a457d8fbe9a86f37f8, '', 0, '?'),
(0x8b6c0dad9e58b8eba303ad62413ea890, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc1a19abb78cf9cde35b8b3bd4cf9adc0, 0xe379c64abd1df5d00953e9e4d871323ec57c9aa1aee038342047324d8b354b27, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x3049b8f9eb73d57085d4f22966e5d5b6, 0x9bc1633cc3a961b8dedd757648f496a98c35d474755836dd772256fcd63d0f42, '', 0, '?'),
(0x8b6f3973056417dd342dbe90aad401ef, 'wp-includes/blocks/loginout/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style.min.css', 1, 0x00000000000000000000000000000000, 0x53093aeed796108e5fd862c0e34defe4, 0x79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b, '', 0, '?'),
(0x8b735735233cfa6c39c8bc953a892490, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInLeft.css', 1, 0x00000000000000000000000000000000, 0xe2c328e98abbcfa6b7c292d453f95f62, 0x2a59486aed1b15a0edbdebbe70ff1ad1ce22e55472a9ac1bfca27c69683f3e7d, '', 0, '?'),
(0x8b79490ecc79ed97d09ea5da89de1f08, 'wp-content/themes/twentytwentyfour/templates/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\index.html', 1, 0x00000000000000000000000000000000, 0xd3ad9e4ba5454762e416421aa99b0896, 0xfeecdc74caaf4bbbe3509a71644cb2656d83d2c9c90e810766372606b6fc5260, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x8b7ffa85f0e292d9ac4b1a50d21f028d, 'wp-content/plugins/elementor-pro/core/utils/registrar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\registrar.php', 0, 0x789e11418d4c3d9d97f74757a7d46adb, 0x789e11418d4c3d9d97f74757a7d46adb, 0x2c984b4e8589f934b133d9aaa42eaa77dbe6d6cb47a4d994a4cfbf28bdf9f146, '', 0, '?'),
(0x8b85feedc8a1fe629365437b27bbd53f, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure/endpoints/free-sparks-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0xcdc41e917925a5ff54a6269aa1102fa5, 0xd7745c5c83ef472a786ca9caed97fdf48482f024f5ee9e82c190658ecf5a2b0a, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0x8b9395b8e94020c9633935cefcec5a0f, 'wp-content/plugins/wordpress-seo/css/dist/academy-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\academy-2760.css', 1, 0x00000000000000000000000000000000, 0x73b30d1dae081ce146478aec3a0028cc, 0x59f2d9d6b2d2522d09aa84b9c73ce4f499404db94b55823e855ffad20ee9f6a6, '', 0, '?'),
(0x8b9666820358c65e5bbc4d1e53e5f44c, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\page_load.svg', 0, 0x3027e39a7b516920affcdd899bd1a73b, 0x3027e39a7b516920affcdd899bd1a73b, 0x198e433ca63536e50264d28cd01990d91d4a0f77bf369b0c403d3a1a9a15a604, '', 0, '?'),
(0x8b99565de56d96589424f72987d11f6f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trash.svg', 1, 0x00000000000000000000000000000000, 0x5df5988acf85bc9b14096bf603b8e449, 0x151274357ae616983840a8756c22e5038ac32cf99eb60e9c17cd2d20e4d285e9, '', 0, '?'),
(0x8ba1d5c01ea1a952875c9170cbc3c294, 'wp-includes/blocks/comment-template/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x603913b251720cd2dd39f2c079ece135, 0x8eeb0ce61bbb046c03668b7aae29b4daeda3c63d5ab993b32b824c3003098f1f, '', 0, '?'),
(0x8ba88c1de4b338d0d84cdcdef5835a16, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/1stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\1stars.svg', 1, 0x00000000000000000000000000000000, 0x08504c3918bd365a8d13311cef8409e0, 0x5d022a51e0250d9ddfa00ef2ce6e980154118cbe045bf225f870f32389c4168b, '', 0, '?'),
(0x8ba931a94ba0672c5dfd1b638ecdd7d0, 'wp-content/plugins/elementor/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x2c53a285f0dde32331907833926ae96d, 0x2009465c91cd585ed386b9d3a449404a05c0ca5da519fc6c55ed8e03ba796902, '', 0, '?'),
(0x8bac5be48836bba8640463480b612008, 'wp-includes/blocks/latest-posts/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd06b22f6cf4065caae6693ced4ef21c7, 0x82c965ea46fe9894691005447d06aba25b0a014c81969bc84c9d4d3dbb986803, '', 0, '?'),
(0x8bb05cf7ade0d6afb44221a3dc61fa56, 'wp-includes/blocks/comment-content/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\block.json', 1, 0x00000000000000000000000000000000, 0x3fe4fba9a5dc0ec7dd858bba85b230e5, 0xfb3f15a17c84af720e2e45495a254b57e0afb6b8bdf6b0f9e8fbd8d11b1f5ea1, '', 0, '?'),
(0x8bb073db2b4d809a51c6e97d27b43898, 'wp-content/plugins/powerpack-elements/templates/woocommerce/checkout/thankyou.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\checkout\\thankyou.php', 0, 0xb6c6ab374354aaac3968c6f43a062caa, 0xb6c6ab374354aaac3968c6f43a062caa, 0xf807229686516c91a1a633d13a2f4c5456a0bf00420e01cfafb660041cd0150c, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xd45868fe2b74f1900d0d2fe9e2410ee7, 0xdd5c6d0f4ebea4ebed86ac338103c7026f45f900e2af5a06b8a829e2fa798442, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x8bc5079b0c62d6c49efc08cd237cb008, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\day-of-the-week-condition.php', 0, 0x5ffbfb7b1a5aaf11af9886f747fb0f20, 0x5ffbfb7b1a5aaf11af9886f747fb0f20, 0x042c3e6ac6adbaba58d4cfa38633f3add059175ceb14cd6a21dbe28931d5b3f0, '', 0, '?'),
(0x8bca5824af14c53a9244d4dafd0cd15d, 'wp-content/plugins/wordpress-seo/src/ai/generator/application/generator-endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\application\\generator-endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0x4de61275b5b0ec45b1e371eda6a2a36e, 0x24f2ceaef272fde54e85731ab9531b48fa44fd8fd40314518caf9d1dbda3ab41, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support-team.svg', 1, 0x00000000000000000000000000000000, 0x841034ef5ff45278cfc09ba74401b205, 0x8f4c34dd01d0db768c26612732076576f317a065d8bf871014f79a743a4160d8, '', 0, '?'),
(0x8bd4b33b166accc79f474308ca19ab99, 'wp-content/themes/astra/inc/core/common-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\common-functions.php', 1, 0x00000000000000000000000000000000, 0xeb9a37b23ccd11a339a7e784aaa68487, 0x8db6b39cf692806a5a147a111dc3265d40d3b23647d8ae9ae11f1b27b14c7517, '', 0, '?'),
(0x8bd7e7f342b3af8527eaf71690e94b35, 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-1-col.php', 1, 0x00000000000000000000000000000000, 0xd69b416ac3ede2411ab4f011ab2b4bef, 0xcd73821124f52beaa4125a3f8d100b8acbc08583758b39a5997f3f46cf9ad1a6, '', 0, '?'),
(0x8be215fcb4672942df50bce65b870150, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0x5aa9092217a9be0a4ce21bbe5fb9e324, 0xf95917d269c2b5c5d6bc65e7e29964be0f395b5a39ee8e6157a4f337e073d459, '', 0, '?'),
(0x8bec8e17c5b93afba379e05abacb7a9e, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0x8bece51febe3c1b163883c1e5b918a1c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\api.php', 1, 0x00000000000000000000000000000000, 0x9ea537068ed7a745301b14f949b27158, 0x0c6d4fc9e2a9b10358ef587f8300450eed2c5a2adfd4792ad9067a37123b0e9a, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x9d92ff772efe53e05bffb09db925b51a, 0xdf1c83582b1b236b9dabd2eaaceb32c926f6eb0ef35b67468d25aee613af7622, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x8bf4283b553cf55f5a7348ce8bff68ac, 'wp-content/plugins/elementor/assets/js/nested-elements.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.min.js', 1, 0x00000000000000000000000000000000, 0x2232777ed6ed556c72d904fec0858a6a, 0x0cedef879909c03e999c59f01bf791a1a0f1e62c491e11603f15d296583607e9, '', 0, '?'),
(0x8bfb1263f2d9a687fb66aa9d14b4f502, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8c0001b95188b4266661d5e820ce7f50, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-sugarcalendar.png', 1, 0x00000000000000000000000000000000, 0xfe83d0bda73c1e0cd28dbcaf65419fd2, 0x9a1f91c67e01985d22f5d32e3a740deb42e72a2c8a2c0ac44d9222987c9a7075, '', 0, '?'),
(0x8c024a7bd663465744c993f45d9cf93d, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/heart.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\heart.svg', 1, 0x00000000000000000000000000000000, 0x3e999a3b3ad0c9cf29344039792c23d8, 0x44098a3ddc383783741dcea2cd6a25f23ae1e5a84411185c33da31f34bd8b180, '', 0, '?'),
(0x8c02a17ae66dba39d22c4da68fedc3ac, 'wp-content/uploads/2025/01/title_shape_1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\title_shape_1.svg', 0, 0xe123539338be9baa51ae20ba5d50edc9, 0xe123539338be9baa51ae20ba5d50edc9, 0xe4047e46bdc5957862602e0bd66e013a75c4cdd1d4da2dd51e65fb01d77bea45, '', 0, '?'),
(0x8c0331d8632b13473947566d199b2a0f, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/set-search-appearance-templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\set-search-appearance-templates.php', 1, 0x00000000000000000000000000000000, 0xb0f8065ba5442684b721531aa18983f2, 0xd4f281f8745aec77778c31e1b2a700bcad2b1116deb002ca3154b7a2ad49472f, '', 0, '?'),
(0x8c04a435c7b42ec7f987f7f8dde0a4b1, 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\redirects.php', 1, 0x00000000000000000000000000000000, 0x31dbc417ae7c5c829799166e6afdda79, 0xe957e5e622d6e6eb56ff1d09c5e807318cfc37c0f15ddeb4d79644d6d6729ed5, '', 0, '?'),
(0x8c04ab55ba278b6935739eafe9a2f335, 'wp-includes/js/tinymce/skins/wordpress/images/script.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\script.svg', 1, 0x00000000000000000000000000000000, 0xb4dc9fdb059f2b60be12e631497fba46, 0x7a38f4fb2428ffcb8dd3126429fc98c8a184780636c20409917be77ad5f72fd3, '', 0, '?'),
(0x8c065c735577ab750be99d50d78d09fc, 'wp-content/plugins/elementor/assets/js/webpack.runtime.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\webpack.runtime.js', 1, 0x00000000000000000000000000000000, 0xfd285248eab452dad40d942b18bbb3f5, 0x7ec63276dd5f3edf8cc8032b13c73972b6290da5c1e9d485ce6c091dce8538aa, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfNotification.php', 1, 0x00000000000000000000000000000000, 0x89f6f1f672b1f6214c1f3192f9be9708, 0xec8fe81ad51d48c717c4587e040923b007a8eca9cd73f9c14934d3f7e07ecd7b, '', 0, '?'),
(0x8c0a6b638b05be0d1d1ced51936ae8aa, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Each.php', 1, 0x00000000000000000000000000000000, 0x72ff55e371476e3e53908d86688f6c0a, 0x05790bd2cffabd1bf14d2c5a449bade579afc5d0b754cc7e2b70e5a69b746a47, '', 0, '?'),
(0x8c0d37d4ce4ab1ed62d6553f72b5cfb4, 'wp-includes/Requests/src/Exception/Http/Status410.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status410.php', 1, 0x00000000000000000000000000000000, 0xc169ae9f4c298429b98837cf0166667d, 0xb31d428295d6dfde529ff19d58843ff5cb09163645c1f72c6e12605c8dadad63, '', 0, '?'),
(0x8c0f5a4722268fbe284db5619bb64751, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x2fd5b47598111e70e172edc51e84f23b, 0x049c32261d3c4eef2bcf255bac20637f4a7e56d85fbbff7aa26c8ae03042f68b, '', 0, '?'),
(0x8c13aa30b0eedbecdd50f8505256a423, 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.js', 1, 0x00000000000000000000000000000000, 0x383ece30c8bc0ee143866fff814545e3, 0x3be252c9e8529630d98e1de7ee1c71241ed7bc16b3148fca6857aea09576f8c5, '', 0, '?'),
(0x8c25cf6cf017fc7a881cf05a5e3e7e2d, 'wp-content/plugins/backup-backup/modules/new-bb-banner/views/banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\views\\banner.php', 1, 0x00000000000000000000000000000000, 0x8f20c239905cdc56c74c7b845c4b1a78, 0x75d20caad0c683eb0ecf4c5e75ef3f39c0589e15241e1473a7e567a28e88bc4e, '', 0, '?'),
(0x8c2c15b1d95e1041ae8e0504c3ac727a, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0xb38c6cf415e3d303492c5b9d8bd9c288, 0xc986edd4b7d5677ea981d56c8ce2546a8c17a133cb4b011eb6d32cdfce58eac5, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xfdb4f6fbad1b1bababb6b1f22b3eb1ff, 0xbd646cd18bdbb960e1b0d91e85cc08e7f7a6a0b84afb0607f79614237c697ba3, '', 0, '?'),
(0x8c3386ea1a423818d8439d09b22afdd4, 'wp-content/plugins/elementor/assets/js/0982f37bec0944fbcb10.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0982f37bec0944fbcb10.bundle.js', 1, 0x00000000000000000000000000000000, 0xac1fd165d8f4f716ec6c40c154d8f40a, 0x2d161d5b80e54d07def5c6d1d4e9356fcabe49af32c9e1c26be1c4f76da89509, '', 0, '?'),
(0x8c36e7a924890d347064ae68a0232709, 'wp-content/plugins/elementor-pro/modules/link-in-bio/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\module.php', 0, 0x6d6cb5dea63a0e589a3056bcfbbd6bce, 0x6d6cb5dea63a0e589a3056bcfbbd6bce, 0x90590c4119b9ae6716549588bf2952d50476968a286ba4e03bb396f75979a3e2, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0x0a81fe74777ce88c875ec0d80d8b3c4b, 0x6418bd5e32143f5094dbcc4601ad9b7e01b59d07c9ff3ec0f3c4f2ddbe90e06d, '', 0, '?'),
(0x8c3e6674055023ac7d612930d03972b0, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0x8cfc63377009aac54d278de3b87abdf8, 0xe9a41159354f32daf57339d9e611b14fa0ae3a03e21e51f0e9b40bb5088a9e49, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls.css', 1, 0x00000000000000000000000000000000, 0x7e35e5e1d44e1c6704b3f2bdc85a7359, 0x66d1f247c02bd287fb889de83d26b2c9149c37b3d3b7e945a2098d0b57668ff5, '', 0, '?'),
(0x8c4764b364cc81dd1db8f996f960cd77, 'wp-includes/assets/script-loader-react-refresh-runtime.min.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-runtime.min.php', 1, 0x00000000000000000000000000000000, 0x87e09afb00b621d56a314d2f3efb833f, 0x7fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a, '', 0, '?'),
(0x8c4b39d42c29fab85471be38b452e7b1, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0x42fa87448f0883259040c295ec5e006a, 0xd8323722bd2e4c12f7be1d45c5a6a5e0560ee943e3daa6bb6d7a426466271724, '', 0, '?'),
(0x8c4d05638e5bc543063987800132117a, 'wp-content/plugins/reviews-feed/class/Common/Clear_Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Clear_Cache.php', 1, 0x00000000000000000000000000000000, 0x5922f681050e8764b37c848b73279dfc, 0xcef619f9c06bf4403a6cedc6341db5b6b1dc7393950a86b907bca83a0188c8db, '', 0, '?'),
(0x8c4e72e90394149d50b4243a4898047a, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-3.php', 0, 0xf42e528aefd5d04c9b4d1f801abfe207, 0xf42e528aefd5d04c9b4d1f801abfe207, 0x482fd3683bc68d59c614fa39b0f18ae74c1c5e33308c5ba12597e9fb6bd8a22a, '', 0, '?'),
(0x8c51632492d93701dd43d6967d0b9ecf, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-loadmore.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-loadmore.png', 1, 0x00000000000000000000000000000000, 0xa375218cc9be45823c3b6eab98ced885, 0x9d32c96b6ae4e38a6350c11c311b5933b92844c1801f56c684aaf5737f1b7159, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0x93956af98df1141a6284c5dbd7c566c9, 0x35e349973e4b3ee227604b627487ed3d4e1adbbbfc08bb2e0a1afcbe9d7fd33d, '', 0, '?'),
(0x8c5b3cf004f7f79c2cca4fd2d4cf1e40, 'wp-content/themes/astra/assets/js/unminified/ie-compat.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\ie-compat.js', 1, 0x00000000000000000000000000000000, 0xf0521074f196747077956be7d22ac46a, 0xcd390b5546603406a01f5be2f40e98446598198b085e43767fb45de3c488f7ca, '', 0, '?'),
(0x8c61dae0f58ab1b7c3b3d20040d5fea3, 'wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\dialog.min.css', 1, 0x00000000000000000000000000000000, 0x76f5b3d0bb55f323116dceeceae58b25, 0x2240e14091dbcbde2a9ce145040d30f6c7311b7a48978acdd499f2aa889935a7, '', 0, '?'),
(0x8c6425814b98f5f1f4f0382ab4aea4e9, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/loop-end.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\loop-end.php', 0, 0xb0b149cc86f0803fd600872659f75989, 0xb0b149cc86f0803fd600872659f75989, 0x16911d54144716d71ba44bdee738e798d23c1394cbe8b28026024d4da988ea28, '', 0, '?'),
(0x8c6f68aeb6068b4ec3c75b278a1d7d4b, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-meta.php', 0, 0x536f425e48c6a4760a497041e5d20312, 0x536f425e48c6a4760a497041e5d20312, 0x5e68e453fdebfa242317e4d9d9e7bd3abb3283f3288ee9f6d7c0d32eb87251a8, '', 0, '?'),
(0x8c6f6f411eaeec29d9e7c936d39a4c94, 'wp-content/plugins/wordpress-seo/css/dist/installation-success-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\installation-success-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x78b855afb5b58898160ad7eb05505970, 0x4e6792c98057b7393c19cff461969443362ad818ac4c470ba608eaeb3010a564, '', 0, '?'),
(0x8c75cc0d8359a5a4694fa54bbb33cd2b, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/no-readability-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\no-readability-score-group.php', 1, 0x00000000000000000000000000000000, 0x78cbcb12de1be0aa2a70013cf2a421c2, 0x2c9333be42c4c934520b8d9e2118ed2c7292f48f0d22fbe16881ccfbe579e599, '', 0, '?'),
(0x8c7675c0ad96118a00f20610c29e5f05, 'wp-content/plugins/powerpack-elements/modules/query-control/types/authors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\authors.php', 0, 0x620fabc74fe37c7675a68522ebe447b1, 0x620fabc74fe37c7675a68522ebe447b1, 0x320e7686b2cc7ba8ec2869c19ea1eb625b6309ea436efc5ae15a6f02068b98df, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8c77427e7ef01da6fcfaa51542508338, 'wp-includes/blocks/post-date/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x8c7904df397e980816a205bb4d892a63, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-required-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-required-setting.php', 1, 0x00000000000000000000000000000000, 0x395f7408b564b1ea9a74029846f26f43, 0xad0d94bd294c4eef489da441c4350f5ddaf3aa8735debc3015323a8d751c80d4, '', 0, '?'),
(0x8c81068c14e537757a54c7f84e1c7a66, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks-repository.php', 1, 0x00000000000000000000000000000000, 0x08a7309c1703590b6f6a56ce7b442fc9, 0x1825773fd40e77b95403e742a04f5a3cbc71bd14064ccf89a983013643e14fe5, '', 0, '?'),
(0x8c8b947655fb475560a6c93b092bce79, 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\woocommerce-beta-editor-presenter.php', 1, 0x00000000000000000000000000000000, 0xdefb257821c69d4b201d45ca90c6e291, 0xdaf68b94480d89cb042b4427f12170400ba229a7776d12ef8f2aac9f31c196b3, '', 0, '?'),
(0x8c8cf5c32d1858d71cef4c32ddd06758, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Curl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Curl.php', 0, 0xc10398c5a8d801598bd37b611a657378, 0xc10398c5a8d801598bd37b611a657378, 0x4ed3d5684d6b113b47873c136d0a2221d92b8993fcb19f58632a001de49aad08, '', 0, '?'),
(0x8c99d74d798b1eaf4b506b58aeaf9a23, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\primary-header.php', 1, 0x00000000000000000000000000000000, 0xc0a29c64f63f15211168b57ff95e1e27, 0x5b827fb540d9cf5d174bb4368acf06569f02fe0ddaa9641d543869db7f41e8f6, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xf4e4dfdbb3a06c6227777a02a45ffd5b, 0xb8b40b649e501d4c2f9e84aba33510491f52b9f23650ecc2bbdd833fdfe07ba6, '', 0, '?'),
(0x8ca41617ca2f7e49f6463df955c6c6ea, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xf101a47fa75fd97d22afea43cd92933b, 0x54266159b9b34cf62ef6ba216850f23f90a215ab0f9047428a8d16309bf1d1e7, '', 0, '?'),
(0x8ca8a4bc9621f3de9ac20deacc7f1dfe, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/atomic-tabs-preview-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\atomic-tabs-preview-handler.js', 1, 0x00000000000000000000000000000000, 0x2a5af5ca9685af53b010570aa2797191, 0xec44a2a51df418f64871570d8ed49f9cf2e95b2e09e516095dce6da919255719, '', 0, '?'),
(0x8ca9b74554a47abfcf61a268a4e63ebf, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseOrBinary.php', 1, 0x00000000000000000000000000000000, 0xb98bac58da9625ef77d6a2ab2fd842fb, 0x12f64bfac272685e71152dc513733e9419a1d989fcb3edecf85795df58545350, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x4082cb682a03f0f4a3d7bb046b419769, 0x7f6e655e13fd5021b21b96ac79fba94631102e1e7d2e0c5c27aaa8dbe5561576, '', 0, '?'),
(0x8caf121a578e1d743294731fcd3f6d72, 'wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-hooks.php', 1, 0x00000000000000000000000000000000, 0x9d9086faf3b24af69528700a6f44719e, 0x35ca16db5d519637acc19cbce739f920f07319485120bf12c41769695e57b77b, '', 0, '?'),
(0x8caf458e5a47ac404431c2569a8ccdcd, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xd78e46a19a4b9ac643e3db00a7cd58c6, 0x55115caa337469933cad52e39283b0784081ff00fa34894f943451f695d2913e, '', 0, '?'),
(0x8cb061acc07393c14f03bf96a51fcabb, 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\feature-flag-integration.php', 1, 0x00000000000000000000000000000000, 0xe0f28f82eb7852e3e6135cd5f99f2d15, 0xae23b63f7422a35fd5dce509f886493a00171d0ab296b461fe0b1e5baa2218a2, '', 0, '?'),
(0x8cb28230f19cc9a42772a6af9a3a8c48, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/consent.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\consent.php', 0, 0x9975dc475012e477697d44f1179a8a62, 0x9975dc475012e477697d44f1179a8a62, 0x4be71cfe48970b48fa8249b776dc5a39e1af0860dfa254aea9759114cbcbb3a6, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xb32a425df9bee37bfb665739f9f2b485, 0x3b1154f9b1311b7941daefb6d9f650ed8d09f4dd10b6d9c02abe5be854518c08, '', 0, '?'),
(0x8cb947d281926fea651348fe09f72485, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/search.3668d90824b40fa7cb0b774d97a558e1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\search.3668d90824b40fa7cb0b774d97a558e1.svg', 1, 0x00000000000000000000000000000000, 0xc1a110acb26550329e8b13e1f8520674, 0x0b27f0dd49869fe31aaac3e45f5b418ae5f2926a561274e6a6f3874d49bf5387, '', 0, '?'),
(0x8cba825c9cc2a99b5c09cdb935dd8ef8, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-generator.php', 1, 0x00000000000000000000000000000000, 0x744c25315d4121a1177807fca65e4d12, 0x85e3be6a7b25ee65bef12989946ba9aa0ee969ad968141387ea5d8de0abd6dda, '', 0, '?'),
(0x8cbe58310d545d9af76526d3044d4546, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/integrations/site-kit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\integrations\\site-kit.php', 1, 0x00000000000000000000000000000000, 0x4c04a1b266a8729d6806ccdd549fdd39, 0xad3c8ee6f4043909ce2f4e3c826d81b5253dc7950dc7420d243e393e624db85c, '', 0, '?'),
(0x8cbeec8d52b17e7e70a6dc0ba8656515, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-2760.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x8cc301103b9d8a58328c22c3f2056942, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\ContainerRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0x9e8f976efaf36cc6b9272cfd5c8cfa21, 0x9413e09462e0b353a09650783122b1a829629efb0ee09c8e6900cf37aa6d8e61, '', 0, '?'),
(0x8cc3a9055d382df1084bd1ff58cb3424, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/filtermoderation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\filtermoderation.svg', 1, 0x00000000000000000000000000000000, 0xe621776b643df4953316454943980210, 0x86e265ba32075bc253e32d110271012bbabde01320c6185a59153836ec5f45d8, '', 0, '?'),
(0x8cca099866c2367b0e1ab64aa465505f, 'wp-content/plugins/backup-backup/admin/images/sftp-scp.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\sftp-scp.svg', 1, 0x00000000000000000000000000000000, 0x3b6588f9ee54b7043532c286ea7a1d06, 0x998835d1a6b27c127e1cc09fce3ec7f213f52f73a989e7c4849a9b7488986279, '', 0, '?'),
(0x8cd133e4735f613910a83d27b8caa9cc, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-token-refresher.php', 1, 0x00000000000000000000000000000000, 0x49d15fed23f43962f78e0905d0e887e7, 0xb2308afe54aa9960cf135ccfc2bf4f59c46599967c2cc06a56428c9aa16aad5a, '', 0, '?'),
(0x8cdaac9321ddb8e7bda5678f170f92de, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/ok-readability-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\ok-readability-score-group.php', 1, 0x00000000000000000000000000000000, 0x3d867a146826a8c0e36d5377adba4119, 0xb8e8dfd70cd8f8f4512dbb19d10c2391ab74e4a31f1690cbd51da5fdf8cb8df2, '', 0, '?'),
(0x8cdb5452d4485ffac610e9beb10acf93, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/classes-variables-section.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\classes-variables-section.js', 0, 0x8275925e00144bdea65d928806b15384, 0x8275925e00144bdea65d928806b15384, 0xeded1b617b29af0175fd96ff22e745eda16a28150fe1324295adf8cfdc84bfec, '', 0, '?'),
(0x8cdc0f5325dcd19c22e2cf728e211cd3, 'wp-includes/blocks/list/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf2e604b01ea2e5204be21c7ed5fd5f5, 0x62f75c4661c25db2729aae993a0d4a7e1da93b57a8ba00f9500e36840c727543, '', 0, '?'),
(0x8ce01a50751379829bf4c67f6d96c38f, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/instagram-gray.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\instagram-gray.svg', 1, 0x00000000000000000000000000000000, 0xbd818a0176d4fcc05b9b1a0448e9920c, 0x6728cdf0e2686c103efcad69872ee5a2f43a068274f469abbe50cfd3d821a682, '', 0, '?'),
(0x8ce9dd874953902fe402cde442d19803, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\conditions-manager.php', 0, 0xef54121daf50884a813f48c3262797c2, 0xef54121daf50884a813f48c3262797c2, 0x2dcfeb539f46b5f390714b7701a68de41be34d2e7ae033b74ffa44a2e6315754, '', 0, '?'),
(0x8ceccea18c333d50c19d2ed892fdf876, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8757.4ed15ed6d46808d6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8757.4ed15ed6d46808d6.js', 1, 0x00000000000000000000000000000000, 0x25ff14adcf44c7533dedd8a35a4bb15b, 0x3b067379750fb1e0f9930e9a5e37f01794c340c2d5ba992ac1df91ab43f8f046, '', 0, '?'),
(0x8ceee260c6373e2e1f923064c8ce5d9b, 'wp-content/plugins/elementor/modules/ai/preferences.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\preferences.php', 1, 0x00000000000000000000000000000000, 0x208bd2c345be3e5802ac98035935ad7c, 0xc24aef3a0621da61f59d277b07ee3fe4298e03fc31f5e44708e4d186434fff5c, '', 0, '?'),
(0x8cf497d057c7f53b3b8bef02093e7943, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/vue-color.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\vue-color.min.js', 1, 0x00000000000000000000000000000000, 0x0b3afc95634cc67d6a125f1adbc15cfd, 0x470dabda911bab6eac975b423a0851be7d7207dd780642b41554df4d69e32ea9, '', 0, '?'),
(0x8cf6b3264c569dd9013a57a6877cde84, 'wp-content/plugins/powerpack-elements/modules/onepage-nav/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\onepage-nav\\module.php', 0, 0x87bcd8fbbf406bd221fe38a271f33281, 0x87bcd8fbbf406bd221fe38a271f33281, 0xb76a9d75ee977531433171823b549e910f9eac7458d3d742ee810158ec338b57, '', 0, '?'),
(0x8cf6c1b9534d93c4551edfbdbd071c3d, 'wp-content/plugins/reviews-feed/assets/images/balloon-120.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon-120.png', 1, 0x00000000000000000000000000000000, 0x9746da8771d8f549ed048e947d9d782b, 0x75f5bd3cfec0fd01acbfdc9d57cad9d29f82a8a17a9b6fba420018557e61e448, '', 0, '?'),
(0x8cf7e6011135035699224d5ab6745665, 'wp-includes/SimplePie/library/SimplePie/Sanitize.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Sanitize.php', 1, 0x00000000000000000000000000000000, 0x638f5551f3db13340b1b75e5693f2583, 0xb26f6b0843beaba3506d148ef16725c4a38b00ba13f800d98482ea05ef6ca11a, '', 0, '?'),
(0x8cfeed4578b7407a1581d666b47abe4e, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-loop-product.php', 0, 0x283c28f67ca0b5818de749b72fa8d44a, 0x283c28f67ca0b5818de749b72fa8d44a, 0x3a0e3404d7d5e283db624856c0331710816e36f8732426578af443e29fb989b2, '', 0, '?'),
(0x8cfefca95466f7a6ca5a953227d81f3a, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-cart.min.js', 0, 0x11e87adad9e8ba9149bf4f2e12e2e430, 0x11e87adad9e8ba9149bf4f2e12e2e430, 0x2ebd0be419e978fbc0dc60bab3297c795e21a11b2f75472e72019c78aa4f385a, '', 0, '?'),
(0x8d0f33daf664dd8c88e34443fd523d9a, 'wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.min.js', 1, 0x00000000000000000000000000000000, 0xd36a614416efffc1b305b719a92ae6b7, 0xc63445c50de49f61f7f4b7c35a042148c8422c3e661f39a989c5137594b01e11, '', 0, '?'),
(0x8d10e237eaf2f8b72c4ee9c559bf75ce, 'wp-content/plugins/elementor-pro/assets/js/posts.b01cefd7be5b5933ef48.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\posts.b01cefd7be5b5933ef48.bundle.js', 0, 0x8d3c6b18f0510086bf1536a40833b24f, 0x8d3c6b18f0510086bf1536a40833b24f, 0x5244336eeba9f09963d1a123425c967308a28bd7d61b0bacb0fb81c2cd32a596, '', 0, '?'),
(0x8d11717ced8aa4ed635f3ee6542b3f2d, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.asset.php', 1, 0x00000000000000000000000000000000, 0xbe017c2cd769383a3f0be77d95115302, 0xde2acf86f76a93d6688b2ac289cc2d540682006e3d1310e5a979e55e334c278c, '', 0, '?'),
(0x8d151f1672948d75c362e145703d5dcb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\logged_in.svg', 0, 0xf9bc763fc5f15e2cd331117eacc8d5ec, 0xf9bc763fc5f15e2cd331117eacc8d5ec, 0xbcf70bd8287ba976c581c60da9bac7f4c10c749906460b1eb07e50420c404932, '', 0, '?'),
(0x8d221aa9635624551e4837378b14f138, 'wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\AA-Template.php', 1, 0x00000000000000000000000000000000, 0x77eda373250e6f8b188fd13b591e5b80, 0x1a1b16b0044d789608ce026084c4bc0765f5ea0b1a279054bfb82e7938e89329, '', 0, '?'),
(0x8d24b79c6209b68ac26fcd26ffa138f3, 'wp-includes/blocks/button/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor.css', 1, 0x00000000000000000000000000000000, 0x03385af7db486e1382d7b3cbf22d1a2f, 0x315bc1678991d68238cd819cb580374ded66e6e9c7657ff923fca67e1e77b88a, '', 0, '?'),
(0x8d25e268d43298f1faa0641f3914cc61, 'wp-content/plugins/elementor/assets/css/widget-alert.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0x2cec630614090fb09c2fd19d7a723573, 0x5eff49a0493e938326b3603cccebeb7dadd1f8b4aab4dd5c0cf10176281688aa, '', 0, '?'),
(0x8d2624d11c273dd0f6b9cb7fa1f51377, 'wp-content/plugins/wordpress-seo/js/dist/introductions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\introductions.js', 1, 0x00000000000000000000000000000000, 0xa4871bde99c36efa5f0dca404c1401ce, 0x2981b7b901a188f1ba7a0d9021f6d0c11370f876b5de617a97387df7796f8c3b, '', 0, '?'),
(0x8d2bc8b4b3bcdf0a3ee76ea262ab3d09, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\index.js', 0, 0xa3dd3a78c97bfe965602c6d3ed796f31, 0xa3dd3a78c97bfe965602c6d3ed796f31, 0x5277d37e871aef0214a6df1740f09449760293ad0b12733c402f1784f3e95739, '', 0, '?'),
(0x8d323d3bb426b4cb6bd11a9b239f4fd9, 'wp-content/plugins/custom-facebook-feed/assets/js/cff-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-blocks.js', 1, 0x00000000000000000000000000000000, 0xff8c177021f074ae4e693c0a1a00e88d, 0x07125fcec7bc623af6e268f7b7eccea27d538ed3c2af10a553cba9495ba92073, '', 0, '?'),
(0x8d39c5e785fd735cd170a41158ab2948, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\abstract-indexation-route.php', 1, 0x00000000000000000000000000000000, 0x2f44b630165f56179c1e516db03e74af, 0x8b203726c2adf3e9c3faa25dbf6bd2709f26e096e404ab6337f21d9b93bff2fb, '', 0, '?'),
(0x8d42dce9526f9d30a69b095e4f23e51f, 'wp-content/plugins/elementor-pro/assets/js/media-carousel.1eb08e97c13152575144.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\media-carousel.1eb08e97c13152575144.bundle.js', 0, 0xd16245fe31983b38c4583c255c9c2a81, 0xd16245fe31983b38c4583c255c9c2a81, 0xf775ba490f5dfa9c386cf41884ec3fc405bbdce9b668ddccd62c4f05a0113fb8, '', 0, '?'),
(0x8d4356929e25fffc9811e89c0307d369, 'wp-includes/block-supports/border.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\border.php', 1, 0x00000000000000000000000000000000, 0x6185d5478c86f36f904db59996d75cec, 0x1af26f4acb08dbeb28e4064622899b635bec2d39e4b9b92257a5ff03d60d621a, '', 0, '?'),
(0x8d45b05aa6d97a57026a5e053840af50, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/js/script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\js\\script.js', 1, 0x00000000000000000000000000000000, 0xed89999f632ea7149fb05e950fbaba0c, 0xc98837bfe372dd3d6d7cabcff8454a676ab21dd37215b1da1ba509c94ee10cca, '', 0, '?'),
(0x8d48cd49f66c762f77209f57131b967d, 'wp-content/plugins/backup-backup/includes/notices/google-drive-issues.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\google-drive-issues.php', 1, 0x00000000000000000000000000000000, 0x4f5257517e3136e19aa3a5092f26ef13, 0x87e2ff5e01fe7d21ea9cf76f73d22fdd7efa7a4f89a4a6453747aae79d5f117a, '', 0, '?'),
(0x8d48edfa926dd8190aee65f167e502bc, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tailwind-2760.css', 1, 0x00000000000000000000000000000000, 0xbdd7dbf86da97e30b3581313ca9145f6, 0xf5463e0f9d499c14158e7d694484429743c3a881a04f429241594c00bd1ec164, '', 0, '?'),
(0x8d4a9cdd9fbb8fe8256a23d2a431ac52, 'wp-includes/blocks/site-tagline/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style.min.css', 1, 0x00000000000000000000000000000000, 0x869f4e64fc63ace9f416a506df2fdf2e, 0x84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa, '', 0, '?'),
(0x8d5017357484d717627c9b08d33511bc, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/editor-one-saved-templates-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\editor-one-saved-templates-menu.php', 1, 0x00000000000000000000000000000000, 0xc44d77203df2f68ab7932b0b90461f04, 0xc99fe55e558e1b06b502b3c7f0c0a24ad366cec3a9020071bcb774e39cddf2f5, '', 0, '?'),
(0x8d5044a85e5f1c258bf9459df6b57905, 'wp-content/plugins/wordpress-seo/src/alerts/infrastructure/default-seo-data/default-seo-data-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\infrastructure\\default-seo-data\\default-seo-data-collector.php', 1, 0x00000000000000000000000000000000, 0x285ba0c974f0c957e43b13e2030cd8f8, 0x8ec2fd31fd6815598937c6c9a9fdd501cadbef1fab130a045b0d8d12c6602cd6, '', 0, '?'),
(0x8d525e119dcb0d283dc409df79e10e31, 'wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0xa44ce76bb7426f3567449c74dd2c3a54, 0xe0c31ab2d0ddd4392f5b05e5f2902db7c0324efe5a39400cc1c0e32b13422ac3, '', 0, '?'),
(0x8d5800bafb4b8d5d418f3d6a7026cf30, 'wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\classes\\payment-button.php', 0, 0x1d14adff42f57827aadfea1894cb5712, 0x1d14adff42f57827aadfea1894cb5712, 0x25bf09f4c1138c88531530d11106fecfe2cdf16d7f7520a7a6f165709a70b785, '', 0, '?'),
(0x8d6229711deed2e41bfd55436dc7d21a, 'wp-includes/blocks/comment-edit-link/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style.css', 1, 0x00000000000000000000000000000000, 0x3af6c753103689b0919c3009a969456f, 0xa6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4, '', 0, '?'),
(0x8d75b9af8affd4e92e6a22e3935d5fa8, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/invalid-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\invalid-request-exception.php', 1, 0x00000000000000000000000000000000, 0x62725f2fb07d12be57b4d65ee0e06d63, 0x67d3f3fd685f9913b6a3757535688edf581a3287a5def2a28d6206d2f8cc70f3, '', 0, '?'),
(0x8d766eac41222c0c7ab8362ab66a130a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\README.md', 1, 0x00000000000000000000000000000000, 0x80f46e60d51c9e18e383ca4ff2dc0c12, 0xaeda89e883b40b25136839559bbb992ea912ee75049004d2608c3d2aef6d5447, '', 0, '?'),
(0x8d7a60995869687e78ecf415d15c0562, 'wp-content/plugins/elementor-pro/modules/forms/submissions/editor-one-menu-items/editor-one-submissions-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\editor-one-menu-items\\editor-one-submissions-promotion.php', 0, 0xac5b80d11442f1113d4afb79504a8998, 0xac5b80d11442f1113d4afb79504a8998, 0x11cf541c9af530153adfb6f817ce44cb83561ba1df55200bc25efae92a31b369, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xd9fb7c2b54f8e7475474fae585131200, 0xcb72b6427e8b3c5735be398bffa95b3b115dc506de933553f5e0b944bcefe0ad, '', 0, '?'),
(0x8d85ebaaf6905a4bd9fa2a2586d8f7da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x82a1ca2a20bd9ba62ae8b52929cbd05d, 0x46092d545d4d4eca008348e8b8539cc6ae0ea8130f63cfaf93bf844700fbc9e8, '', 0, '?'),
(0x8d8ca8919e58d77ad239683074a2c61d, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-page-document.php', 0, 0x1f4af6c48ea12e21aecc272d23673a10, 0x1f4af6c48ea12e21aecc272d23673a10, 0x947443108de2eb4c616976bd8546107d46deb8aeec43406ab859a0f8965c72cf, '', 0, '?'),
(0x8d90dd8976c890b1bf47878d7718c5a8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/robots.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\robots.txt', 1, 0x00000000000000000000000000000000, 0xfa1ded1ed7c11438a9b0385b1e112850, 0x9c904053c2481baa05a695603c49146acd25e8e7a819d1b1c1c19869c77c121b, '', 0, '?'),
(0x8d91eeaf4544b992c24866a17c0e8d6d, 'wp-content/themes/astra/inc/assets/images/customizer/footer-builder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\footer-builder.png', 1, 0x00000000000000000000000000000000, 0x5ffd055b2e71c0edd1de6f3ba785bdc1, 0x630c298adf5f10bdb0d83bf2bce7804ea6d902b74a33f7b3c1caa265034d3f18, '', 0, '?'),
(0x8da024e4aeed9deab51ece1af50d1f9c, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/class-install-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\class-install-skin.php', 1, 0x00000000000000000000000000000000, 0x0a3e9bb4cd49cec3e1fa28a44fd94a32, 0xc105e0aaded21355914a1f65a42c3c66bd25cd46e235574c7deda0bc16eb286a, '', 0, '?'),
(0x8da4cb45c40dfb0f833c1e343c4a3b49, 'wp-content/plugins/elementor/assets/images/logo-panel.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-panel.svg', 1, 0x00000000000000000000000000000000, 0x7249c61839a7fe43264dbb6816d4eaf4, 0x5f3b5b8ed667787bdd66421aa71916fbc2a030a6cafe2110649b8fb1d2e37ead, '', 0, '?'),
(0x8da7ad96a4254fd43e7387dd828ca370, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0x9f904fae984042e87207614d8d13cf51, 0x619f6f4c13c6dcd935fc77e3cf7f8269a3b8a528bd3584dde9c95a94cd6fa5a3, '', 0, '?'),
(0x8da7f79bc0d958377cca2333d2d83ce1, 'wp-content/plugins/mousewheel-smooth-scroll/js/SmoothScroll.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\SmoothScroll.min.js', 1, 0x00000000000000000000000000000000, 0x0309f42c0f63b57349af56ce4fc83552, 0xdbb119c2ea100a129669b8859946876a672e11f3081bcb7e7e33080dc2242e0d, '', 0, '?'),
(0x8da899148e1036e7e7bad5fffcc11520, 'wp-content/plugins/custom-facebook-feed/templates/item/type/note.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\type\\note.php', 1, 0x00000000000000000000000000000000, 0x166e1d3798f9f16803bc314c1f46538f, 0x6eec42e1d43a675cd04d3757c1bfcd45c7b0822258b8e5f12846e6e595086d21, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0xefe1a667aa7364a95af1eedab676196f, 0xb8d8f2652f9fee9704d286eb8eb12b527400cd3ba1ca3e74abe738796645cede, '', 0, '?'),
(0x8daf81b9991d6f5288a2b0cd8b463095, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9264.27a33bd675bb0d2b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9264.27a33bd675bb0d2b.js', 1, 0x00000000000000000000000000000000, 0x93d23daa78a904af8122dae6842e0d82, 0xd8b25ff33745f511ce106fcac9a030e0118e31ba3429ebfdb4b597717d2de3db, '', 0, '?'),
(0x8db20ca2759b6c41f9acea50436147a6, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Divi/SBY_Divi_Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Divi\\SBY_Divi_Handler.php', 1, 0x00000000000000000000000000000000, 0x93c22451535356eed0ee5423909689f4, 0x969c0be750e565384e58f236675118eb2a5ad4ff285c3877792b5624b2c88984, '', 0, '?'),
(0x8dbd96b19e19ae4fcb5bf6916835bf98, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-toc.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-toc.min.js', 0, 0x436effaee5a8c97c16f8e6b63d4da844, 0x436effaee5a8c97c16f8e6b63d4da844, 0xf280863d2dc8d40dd141adf8269ad7ef5a31b2b06794221b37d343d4d7ef9bfe, '', 0, '?'),
(0x8dbea47f869515bbb025d35b530ebebb, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.33fbf47b819947e7a2a7.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-menu-cart.33fbf47b819947e7a2a7.bundle.min.js', 0, 0x21eb4ef2c1a42e48126090e39360cdbc, 0x21eb4ef2c1a42e48126090e39360cdbc, 0xe0d78e15d5d08509114952b49da1917dc4f2452f63f052e309d6ed6375829d31, '', 0, '?'),
(0x8dbeef202caff9e1d69b555c58d031a4, 'wp-content/themes/twentytwentythree/styles/whisper.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\whisper.json', 1, 0x00000000000000000000000000000000, 0xf1d2b25209cb3b8bd66212f2f59e7a96, 0x11ddfa189d47b8475ee8754c5e4ba4a355090d761a77a93d59ea81d9d8c31211, '', 0, '?'),
(0x8dc280dc434e50dfc4e04a598f31b961, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\Jost-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x32bcd91a9f4148e40d65f7a1fcb90bb3, 0x830f704a2e3c361dcc4cd115e6d39de444f56350e7b486305088ee800fba6ee1, '', 0, '?'),
(0x8dc681c40470c07ba34f3c881e6a0fbf, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0x08eb0efd7c061068784373f628dcba71, 0xc692091f52dc7120b5be9ee55ff61f0c308e4e5a1d6178dfd1d8d8c4826df511, '', 0, '?'),
(0x8dd7a3f7d82b287b2cf2ec7755b9525e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0xb2376bb6deb61c8fae1e7eb54bd86c9d, 0xc91d53d1a0c5c64edc63dd2618896d49d37c7098b484cc6525dd2dc4f1b80f86, '', 0, '?'),
(0x8de28bb28caf9af1c6f3481ea734e309, 'wp-content/themes/go/dist/js/design-styles/style-playful.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.asset.php', 1, 0x00000000000000000000000000000000, 0x9a8abb30e551cecb4334a8cff7ac43e0, 0x5473d7cd9e9faaf7f591eeea096dde87411be4fa2e678b86292c3376fe8f2193, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x48541c56d912e63a05928d9ac82a149b, 0xc060c9bb1d0cbdf94fe0e9bedd58cf01b94a603b26ac8703557ffd1b1d617b92, '', 0, '?'),
(0x8de56ed7dd14dad2014591e7335d86a7, 'wp-content/plugins/elementor/assets/css/modules/design-system-sync/design-system-sync.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\design-system-sync\\design-system-sync.min.css', 1, 0x00000000000000000000000000000000, 0xfa1f9c0595e254c3bd4349a3eb39acf5, 0x6337e2276fa5b5103f49a5fbd651a2fa7eda114637f82c132b730ca980d674c2, '', 0, '?'),
(0x8de5ab1736b816c0378301d37aca0523, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/desktop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\desktop.svg', 1, 0x00000000000000000000000000000000, 0xb50015bf7771675d7a650d6bd285b7d1, 0xd8e94f983ef513557b64bd82a602e9a44fe263cf079da7922d8dca6baddfeee3, '', 0, '?'),
(0x8de8a676a9ea0a6ae30cf0e83d1a51cb, 'wp-content/plugins/backup-backup/analyst/templates/optout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\optout.php', 1, 0x00000000000000000000000000000000, 0xf414245c79d2cc2f0730507d423909f9, 0x15e74e4996985ac78f0098263955bda1500ec97caca671b291a8f8cae51bf542, '', 0, '?'),
(0x8ded10ea80cc515cdee47f7d6b05741d, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-affwp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-affwp.png', 1, 0x00000000000000000000000000000000, 0x244c9fc7dbf258092bb2f269abcdc366, 0x6707f3403158eba38c114574a57c2b0473670ba0cab0eebdb4446412c8aa71b2, '', 0, '?'),
(0x8dee9fd232d2ed8f2e75f72f5ac63c97, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\README.md', 1, 0x00000000000000000000000000000000, 0x95b7e4f44a356c28491e792d250207d5, 0x5153071df92e080d8cca66d833a05475590f2ac70cff7b852e3c535a9928cfc5, '', 0, '?'),
(0x8defe6ae7b6515070375c80949b8b0b2, 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\inter\\LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0x8df015defb22fe14871c8fbc8d5e5c62, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/events.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\events.png', 1, 0x00000000000000000000000000000000, 0x0c80a951097e889f4b94cf7ce97343bb, 0xe0882f4812ccd1fe5f828322e276d0865299e15242dbc65769ce004fec039c7f, '', 0, '?'),
(0x8df654ab258d7bc49e51b222866fbfcd, 'wp-content/plugins/powerpack-elements/assets/js/min/header-layout.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\header-layout.min.js', 0, 0xd9d3920189f65c9645aca1ba4821583f, 0xd9d3920189f65c9645aca1ba4821583f, 0x945df5f4c78a53353b6090c8349a9413ff965147a3958dcec25ae3c6b2e4ab82, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\moxie.min.js', 1, 0x00000000000000000000000000000000, 0x01c5f1d20468b96a0eabbabb62d31f28, 0xaf78fe54f491205a9c8f99baf8bce524201394cec41a0aba4a43d88b2895be3c, '', 0, '?'),
(0x8e039e6c2a79acb5ef8be0c734db02d0, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\button.php', 1, 0x00000000000000000000000000000000, 0x883d4c6f1a21110c57b33b3a78e95c51, 0xef226600a80cc982b0d1829f91177c66f1122e9b613b3c5a59fd1626d5f05a1c, '', 0, '?'),
(0x8e0902858a9cebc0003dd75a8300cb64, 'wp-content/plugins/elementor/assets/js/wp-audio.c9624cb6e5dc9de86abd.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\wp-audio.c9624cb6e5dc9de86abd.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x792b3924b392cad1f58abcd2c4ed9c9f, 0xdd18211b793543b8f3bbf6c8c7e2ac84f0e99f561291cf9a51ab0dd6c4383c31, '', 0, '?'),
(0x8e09333d98675e917f8f04e5da84110e, 'wp-content/themes/go/dist/js/admin/customize-controls.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x1d664ec6d28ba6e8b3b2ae1fbd8a6edb, 0x2f68c2841d15de133aecfd545b50a5bf8651f840c3039fc1dbd9000337b74982, '', 0, '?'),
(0x8e0a7a7c7351856f734fe6d25bceb516, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/parent-task-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\parent-task-interface.php', 1, 0x00000000000000000000000000000000, 0xd718a163330e5fcccbb80e7ea22dffe6, 0x16ec20402f0649e747933d265b7b20b6ded2e71e6160acbefc363335e4a96131, '', 0, '?'),
(0x8e0e4d15e3e6d444ece12bb1da7d2812, 'wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\flower-meadow-square.webp', 1, 0x00000000000000000000000000000000, 0x4a0190b2622efebab9323e2414697029, 0x5f38e242b3841d76207f4670f9307ca756768f29b4040146f89ea3cd9a7c01d7, '', 0, '?'),
(0x8e1c01c04c146446fc60137d3709e064, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0x5c9885c89b38be6f3f3408c440ed5736, 0xb660a8649fe6e68acb96eb2b6208f0df44927f0422685e42ac10603ad825fbf3, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\query.php', 1, 0x00000000000000000000000000000000, 0x382ed3ae2857dbdc6e9da590145cf246, 0x106f2281b8faa3d9bd1452d8a8ae20a0f285e52b9bddd0b9326c3c8960761db1, '', 0, '?'),
(0x8e2347963d0b4a5324e43803f90ddfc1, 'wp-includes/blocks/loginout/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x8e2ac6154763c90574eaaf7d606e04d4, 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-portfolio-overview.php', 1, 0x00000000000000000000000000000000, 0x11dbd931ebdcc5d0bf2a24b10457fed1, 0x1d9d87e2e19eec6b289d38177f7c6f2c754e304a756c619e41139dbe50821396, '', 0, '?'),
(0x8e37cb4fdbafa7e3e7caf6a9ea706927, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-google-maps.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-google-maps.min.js', 0, 0x13d16a98040cc6641236220ecf151e38, 0x13d16a98040cc6641236220ecf151e38, 0xbe0d54cd65eb061edc4d88c488f1d0408258a8db55dec96783d97f7a43f48afd, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x8e3b902a0034c553ca3b2342afa777f8, 'wp-content/plugins/wordpress-seo/lib/orm.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\orm.php', 1, 0x00000000000000000000000000000000, 0xd8246eaf6b160d860b9e56a113470612, 0x91213cdb1c07fc0d4d25748620f9ae2812546485ba521302ff17266049b21bf5, '', 0, '?'),
(0x8e3d2c317c001306612aaff95f07b562, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-it_IT.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-it_IT.po', 1, 0x00000000000000000000000000000000, 0x75f95a9d2f5643ec9ceaeee2bb0c5fe1, 0xd845d4a59f0734968261c577e00fcc81ba4756f97782b398008059db86a427f5, '', 0, '?'),
(0x8e3e944480ccbdec3a6b871ea1207c52, 'wp-content/plugins/instagram-feed/assets/svgs/installPlugin.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\installPlugin.svg', 1, 0x00000000000000000000000000000000, 0x95266b0f621f895263cc61c2e169d1f9, 0x2ca662ce209f17a38fb6362df689fbc2e1a7a15c586ddb92420a63e413429503, '', 0, '?'),
(0x8e43a0141d2cdaa688523141c40958da, 'wp-includes/blocks/latest-posts/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6e36dd1ac1edea9a03661597369bbc91, 0x8800cc90e09cd3af0a5a90fe0b09ab2fb9c0cd414a7b87ad27d2672893e21dbd, '', 0, '?'),
(0x8e459148bba8aa211da8a3c168803c79, 'wp-includes/blocks/site-title/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6a247e1f3cc1b4de2ce22f9d9747c1b, 0xb3bb130f15602084fc0d70814aa1f2c981f936db90a9b5ef1af8cc5bb6d1326b, '', 0, '?'),
(0x8e4e50850d3f0251eba095cc1491b176, 'wp-content/plugins/custom-facebook-feed/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x5e04b7732710e4b6fbfa5c6b44380112, 0xac73ada82c10686035387777390e6524a099d759149eb6f8af368aeccea0d1a8, '', 0, '?'),
(0x8e50a5569499db59763eebee5f63c9f1, 'wp-content/plugins/backup-backup/includes/dashboard/modals/error-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\error-modal.php', 1, 0x00000000000000000000000000000000, 0xd9db1f2b42b5792c488682a0fbfddc17, 0x2de11f216968bd9d35157e52dddb238769ce7f0a4d58719253192d82da06ee05, '', 0, '?'),
(0x8e517a5bc01f5187bcf52858cc705d9a, 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\elements-handlers.min.js', 0, 0xc6b7c3763e0b6f4d04227afb7ce691bb, 0xc6b7c3763e0b6f4d04227afb7ce691bb, 0xe47f0f55b81c3ec1695e55e05c9cb73240e3f971faf1e7cb08daf971dd185941, '', 0, '?'),
(0x8e64da870134e735bad92711ba52990e, 'wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\05-twilight.json', 1, 0x00000000000000000000000000000000, 0x99ea350b9d4f155d5f00f5d8291815a4, 0x7e4056af6a38f9f17a384b77abd279b3c0d914cc238796ee3b8f7f41b004179a, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x0e0e5d12e1822325fef05a09d1a6dd09, 0x5088ca3b9f58145d4952e2565e0f34c6a20a2617def4ef066803ecd4cdcbb177, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0x8e6a07153318ead7d57fb9c4e73f99b4, 'wp-content/plugins/feeds-for-tiktok/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\constants.php', 1, 0x00000000000000000000000000000000, 0xafd6338225b51b4795aa6b66532c151d, 0xee186c46c149085d619dc271c215e813f8b914df4e9e50258fbb8165e8e3f3da, '', 0, '?'),
(0x8e6de2dde4e234916b7ba51c803beca2, 'wp-content/themes/astra/inc/dynamic-css/comments-flex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\comments-flex.php', 1, 0x00000000000000000000000000000000, 0x4c6cc1888972ecf60634b3f44f227d7a, 0x6267a83dac6ed940546a7eb50f57024f96054cb6221b8fdd747c564f4cae294b, '', 0, '?'),
(0x8e70cc102742bd8b00cb9c711e5706ba, 'wp-content/plugins/powerpack-elements/modules/query-control/types/terms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\terms.php', 0, 0x0b0466cac2ba80aabf2f0af69f4d699c, 0x0b0466cac2ba80aabf2f0af69f4d699c, 0xd1eaa4b02fbaa2b8d4f289d8b13b52954bd2187029d4e706928456519b1b7456, '', 0, '?'),
(0x8e72b11a8297b87d36dc8c88a5602bca, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-400-normal.018db33d236bb0e5.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-400-normal.018db33d236bb0e5.woff', 1, 0x00000000000000000000000000000000, 0xdd2cbd8a83a6b267c9bc2a0da934a8b2, 0xa5e47c01621781ff383bad585420aac007773baef10264d015c40aeafaed0828, '', 0, '?'),
(0x8e7a1baf94461216b42c1e20d269c86a, 'wp-content/plugins/elementor/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\readme.txt', 1, 0x00000000000000000000000000000000, 0x59472079f9536407e877024efb719aa1, 0x23c0a8ed4c08d9ddd1abcb01fdd0d10daa819f103bfb2bccc90f6ebac1f6c2d6, '', 0, '?'),
(0x8e7d08c3281ec5d209cdf8f2246e64e0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0x37db276a3fdaa0590dc1e56871a1bfa5, 0x6fe8dab99327e54cdbabaa38125285d31b2273c4e65a9bdf0181ffd519a23aa8, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x3fd1d12e7a8584e4c5c76f1823f93600, 0xc1123a2dd2c80fa8b84645546a91317987304819d1e0bea075fbf12cf4422494, '', 0, '?'),
(0x8e899d02fb1e5d1a7febb47e2d436e94, 'wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\wordpress-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0xc5b2c6f023bd8e6cd528c14399f95c3e, 0x0db75efd442daf84287721d2d26a379f83e6bfa1bb366e3eee0f731adb8effc0, '', 0, '?'),
(0x8e98a0d715b5faf20bb951f8e947bd10, 'wp-content/plugins/elementor-pro/modules/library/widgets/template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\widgets\\template.php', 0, 0xb0f7ae167850ee5b5e4b3178b8a25d32, 0xb0f7ae167850ee5b5e4b3178b8a25d32, 0x68fba518dff5db0f6d34742edf62d47646a8d11d9b22e6477528234301c86d55, '', 0, '?'),
(0x8e9ab6a6782a1c35ae709789ece87c3f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Controls_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Controls_Base.php', 1, 0x00000000000000000000000000000000, 0x274c1e5fe27c2bba2d26f45d4a3e6089, 0xc9c452a273363de43526b688a0295b6f520a8cfdba7f15b5d60e50bdb082738b, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3f9850b0cb511b7da8003aa0b525e807, 0x21e1c44a7bc79ac13a5ccf98700a584e97abda02b83abc28506fb9c421988cd5, '', 0, '?'),
(0x8e9f214ea8b444e777ae60a6f0be5bca, 'wp-includes/js/jquery/ui/dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\dialog.js', 1, 0x00000000000000000000000000000000, 0xb0bc766e49fed8609980fe7549d300ba, 0x7b50f147a82f585e5f37473a50ac71e97a6997a6f0b8804056eafe98c76179a0, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0x8eacac44202131678c71e6e7741e255a, 'wp-content/plugins/elementor/core/files/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\manager.php', 1, 0x00000000000000000000000000000000, 0x1882805b3f237ee055f4adab85ba6f00, 0x04293d54eb181d09870355b76871fcf10637ed6e491fd6515a67f22a70fb0903, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c2a69b51793d0f2865b705d1eaaa53c, 0x72355310ad45d03f32392ff529ca06fd5fed504a76fe5668fce4faabc90752bd, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8ebe3f06f27493ec597b2071af0e4efc, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0xe913ea1bea1e5d0c0e5a13d713b8d7e4, 0x3e3c7fb1c5dcd8b540fbcbca9846488546714595c013451c6a4e6e806043d008, '', 0, '?'),
(0x8ec57e6b28a6471cefe1f326a45644a2, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.js', 1, 0x00000000000000000000000000000000, 0x97f31ce3fbda566d99ca65a244d80080, 0xa557974f349a96e9185d06d0244b7c82ec51e8e1d90cdfa88ccb7bef6e2774cc, '', 0, '?'),
(0x8ecb30db787fbceaa0f0f28309da6949, 'wp-content/plugins/feeds-for-tiktok/inc/Common/AuthorizationStatusCheck.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\AuthorizationStatusCheck.php', 1, 0x00000000000000000000000000000000, 0x042ed70b582088f5329f466d3b2229d6, 0xc09b2f35fb5827e34f938b07bca8f11d5bb6955c7cdf4f85d997bddb9791f5df, '', 0, '?'),
(0x8ed144ee590c6dbc3d4665864632d90b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0xeca49726a3f0c583bc3a57fa1b81ca32, 0x1186cd1471540cf71e4e6345a8f7b70ce8844011ac081fa70ce174a68a81b57f, '', 0, '?'),
(0x8ed67cc2d45ccb8ce9c96abcfc5cbb64, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.min.js', 1, 0x00000000000000000000000000000000, 0xf6e84b49b20f3df8d67416886a41f305, 0x9d002e7a5ea4320bb433c7fa0c2f52eaf0ea280592edfc1dff2e1c3df930dc78, '', 0, '?'),
(0x8ede8d8d0e401dcc3ea228e0586e8605, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\scanner\\wfScanner.php', 1, 0x00000000000000000000000000000000, 0xb8aa84be6fea64aa68eda5c49287d862, 0x3483903a64b456e63e040aa0ee435e96f9c1429b8eaacc2db27a6d9bdfc2eaa6, '', 0, '?'),
(0x8ef5eb44be3c9a81f4bb3f1ea39e2c99, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/schema-node-property-filter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\schema-node-property-filter-interface.php', 1, 0x00000000000000000000000000000000, 0xdc8728f8ea8dc13b5622dd82815e8de7, 0x900a717744d2cb47b230425b8b7ec69c4d069886f8f564472db23d3e1dc056aa, '', 0, '?'),
(0x8ef7176cb83f7de995dbb8f028bd9c7a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0x3f4a3d22bac4eda1217d006347ad6946, 0x25136c3201e54b54f1803339a650fd76af20045141a8709585135e95ef7c0948, '', 0, '?'),
(0x8ef8163c03bb0ef9f24a3be62ed6f7e5, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0xf8b8a043a1a7ab3740d8d41468620328, 0xba5f379d67a58e11c67d85451eb0ddacdafc8e659f7c2b3acfc5a7cfe81c692a, '', 0, '?'),
(0x8ef92a1176d13cfd54439c55bf584a6e, 'wp-includes/blocks/column/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\column\\block.json', 1, 0x00000000000000000000000000000000, 0x5e9481bb42aa536c967fafef0d73c315, 0xfe521e01cca2c90685605d4b0ee183672f03111587fba3d00020b52535538ad7, '', 0, '?'),
(0x8efbb3344a36a30dd5031a7b16b68a02, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/SandboxExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\SandboxExtension.php', 1, 0x00000000000000000000000000000000, 0xfca4d6579be3927fc4acfe2376329030, 0xeb2c142ddb7161d579913ed12c91e11f948b934a7f3b013cbdd74c0c40f3bc4a, '', 0, '?'),
(0x8efc16e605ef22d066957bfa17a70f39, 'wp-content/themes/astra/inc/assets/images/gb-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\gb-logo.svg', 1, 0x00000000000000000000000000000000, 0xaad1b3e0e4d62f4935f51af17d06c698, 0x2791467b40d55b22b50272b08407611665d34f706073f3447a51f29a62760502, '', 0, '?'),
(0x8efc8039dffdd08c786e4a34d744deec, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-add-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-add-button.php', 0, 0xa891cadc395e9d4771ed05b33ceef271, 0xa891cadc395e9d4771ed05b33ceef271, 0xe0e480669e5bfd40feab3c1af0c365c97a4c176c6ff45602437cf608b34913a3, '', 0, '?'),
(0x8eff8ef240d82b601482d27f906a4c62, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x0701088a0212a6479e4eccbe57d9ace2, 0x61f7ff4f8d10f7f9446508bed78547e52dab648518bcfa05cc30760ebe007cc5, '', 0, '?'),
(0x8f00379c8e8b037fb16debd004dec0d4, 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\angular-roof.webp', 1, 0x00000000000000000000000000000000, 0x25a020d326d99f4159049a04026a5db3, 0x2aa0976ed1feb3616d21ad880eedead3a3cb10e88422b1cbb606ac91a76698ca, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0a49edfe8b91a90b4a8962633c5e6c1d, 0x70ec10b3f04a9f86a37afaf2f723bcdf1df97e7d6cf066e1805ee0d581a110b6, '', 0, '?'),
(0x8f0917151696d578b99bd9257601d2f0, 'wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\galleries.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x2820db45aa68a5f388a34baa661090b4, 0xb497a5faaed5aac5ea85b5e91edbcbb4a9bde9bb4ea45b4b7b96754aa4a325a6, '', 0, '?'),
(0x8f09e04ad91844b6eb878182b5653936, 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-negative.svg', 1, 0x00000000000000000000000000000000, 0x77bbfbfd6c4e5fd8c08aa21de6576895, 0xec8ca9ba05f08026dac3f5f0f5ec154c7bdb3163404cb560036b0d7ea3ad8dfe, '', 0, '?'),
(0x8f0f0418af3d9c989c99ae17a244c8f7, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\keyword-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0x61bcc60d70c5d3f150e820729bdeed7e, 0xb1513caf3b595ece770a10a8e0f68bff6a0d434ea18e951a32a7d53495a97434, '', 0, '?'),
(0x8f0f7ec802e186ee350efb31ac70dff8, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-tier.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-tier.js', 0, 0xf8fad80f9bb31ad86ffcfdd322cd64b9, 0xf8fad80f9bb31ad86ffcfdd322cd64b9, 0x8bf3ffb9fc81535e66a5e78580105ff63c9714647afc2542185184c20ab3ed4b, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 'D:\\laragon\\www\\genesiswa\\wp-load.php', 1, 0x00000000000000000000000000000000, 0x9141d894aa67a3a812b4d01cfa0070ac, 0xe99ee4dc1cc9c6dc15472db3602b970d801bfe108d9fe0e437d2f247ba9ae8fa, '', 0, '?'),
(0x8f279554acf5434264756252a174fdc7, 'wp-content/themes/go/dist/images/admin/header-3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-3.svg', 1, 0x00000000000000000000000000000000, 0xf1e79feeaf2380a4542d27bd23a7b472, 0x9152b247dd92614c8ef67440d476fb4c6a24288b4af5e43e7272eb980ba7622c, '', 0, '?'),
(0x8f285c972b5fd156afd51f464f57bc2d, 'wp-content/plugins/elementor/assets/images/contrast.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\contrast.png', 1, 0x00000000000000000000000000000000, 0xf81371ca95e11ba06ac201525ca6934d, 0x3e4cd5b1e8b34d0be061712a266d39ab09ed497c2bfad4ba93cf95238debe2bf, '', 0, '?'),
(0x8f2cd8aeae571a5e516d80e8481b7ccb, 'wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\font-icon-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x98e488e58c1626aa6664ace492c4c996, 0x9b3a79a2cfaa0e48b4d02fbe7d95fe0e6c17518e4954d3dd1364eca879485fcf, '', 0, '?'),
(0x8f32db2d84bce52dd567c19879b1f735, 'wp-content/plugins/elementor/assets/shapes/zigzag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\zigzag.svg', 1, 0x00000000000000000000000000000000, 0x2f1b0647f340b2e93fed00fab43a7b51, 0x8b4efcc9e3902a86b4c2777c0953e4cca678d9cf3cd54a3a93f46bf154168e20, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x291fa442589607e5f12eed1f9d250511, 0x63698e9018b950484b1cb54dc046b3722a384e13c64b3d2e39d8fe599487d129, '', 0, '?'),
(0x8f39e532d60ce8d0e2e680671f18052a, 'wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\archive-dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x0a11e52ecd4081ca7fd944f2fe0694b9, 0xad04494d691ba486d062ae94d7b9b4e0785300adb32a2506f82f32f14a80df9c, '', 0, '?'),
(0x8f3a72309ed90a47a4e94e0a3f0719d7, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button/atomic-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-button\\atomic-button.php', 1, 0x00000000000000000000000000000000, 0xcfb39838e6b59a8ede2e7b3e1ffaecd6, 0x3ae038258506a3a2b7ea03ccd133c2ff677ada6916ea2c7d81de56dddd39882c, '', 0, '?'),
(0x8f3c567cd3691a56d85fbafbd37a8c35, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x8f3f96224e834f3d24f50128d2a49dfe, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x6c26df8fb2fa143570f4e7a97f4871e5, 0xac4ebd653b3a23b760c3225e9a0707ed77379c7687d96a7bc752c2291ee19d49, '', 0, '?'),
(0x8f3fe7fcb30746f83045804957b96769, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x8145d7345debf06f3e48f59fc9719619, 0x4f48ee628e341dc811ceeb598f1f1aa3326f1675e5823ecf34f0f672609ff89a, '', 0, '?'),
(0x8f4086cec494d06c2124ef46ae1a7eb9, 'wp-includes/blocks/code/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x8f437471974af1913e96d6c5ace99789, 'wp-content/plugins/elementor/core/document-types/page-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\page-base.php', 1, 0x00000000000000000000000000000000, 0x7d25942b01631ca7eadc66d61f0c9b9c, 0xa793dc7cf2a91942cb86fe03745ab20a569bb6db407f909b293ff51181b108b6, '', 0, '?'),
(0x8f43e8a6b3df5716711246ac233f3382, 'wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\text\\javascript.php', 1, 0x00000000000000000000000000000000, 0x40f0b1c21dcb8a74721ff6a396de7527, 0x23d65f89d60a3a38619044cdd3d8a07286d9aa019cb787df322f80df980ff9f1, '', 0, '?'),
(0x8f4e7366ba238640513ba73bbe7bccbb, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x502ccfc72330084fdc25f23cfc38a37c, 0x716ef069eaf71c12c885e50ad21dfbd184166f331051dbbe2d1f4e50334e1148, '', 0, '?'),
(0x8f5240c4e0806a05fd6323fc46fae091, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/date-time-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\date-time-control.php', 1, 0x00000000000000000000000000000000, 0x2ec7c36e58173094ef0ce71730a28722, 0x64226059a912c0ee5833cc46d3a25ae4242861d34ab3a3ca0624ce55dbce0467, '', 0, '?'),
(0x8f5988d6e6d126bfd101ba6a6f732154, 'wp-content/plugins/elementor-pro/license/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\admin.php', 0, 0x31dc67edca69d1520604544fb996629f, 0x31dc67edca69d1520604544fb996629f, 0x6f0358d4d3c9a1e5d7375121c0923eb373a9f36d608c9216c332c37706224b55, '', 0, '?'),
(0x8f5b24e15f8d9ea5d220569c80ae4240, 'wp-includes/Requests/src/Cookie/Jar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Cookie\\Jar.php', 1, 0x00000000000000000000000000000000, 0xdf15d1430bc9046e14105b4c4d281bad, 0x0ac3c907c9ca24538db7cff460274023ac0ccee4cd4754171380872bf2c577cb, '', 0, '?'),
(0x8f5c2bd00a931143db69e7fb01a0a4f0, 'wp-content/themes/go/includes/classes/customizer/class-range-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-range-control.php', 1, 0x00000000000000000000000000000000, 0xf79fc091dd6595e26582ea06c3c6baa2, 0xd590bd3428b300f01d3248ca975b66250f8d39f94e5ba479dbab6ee7562f5034, '', 0, '?'),
(0x8f5cde0f58d90fa9e9f74d173e290fad, 'wp-content/plugins/elementor/includes/fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\fonts.php', 1, 0x00000000000000000000000000000000, 0xba00ae98a8fe4dbdc696c6d1f2997a4c, 0xdb8b644119e8c5b828a2adf0392a50b3dbb2eb91b621992393b68d400aab0282, '', 0, '?'),
(0x8f63eb492c1474a45d4a6914f6091a76, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-2.php', 0, 0x5860fb03f2f269dab68d455038827c48, 0x5860fb03f2f269dab68d455038827c48, 0x94c9f8b3312f05911ad132e2e4c05c062cb09863ae64e1ce04e54927c35391ba, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0x8f6b4c64fe35857bd3e75d99689ebd37, 'wp-content/plugins/powerpack-elements/modules/formidable-forms/widgets/formidable-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\formidable-forms\\widgets\\formidable-forms.php', 0, 0x32144020df1e7d96855c1214c2075657, 0x32144020df1e7d96855c1214c2075657, 0xdffacd69b187c73344e247702ef3c08ab410244df1bda684ad210b2c02c698ba, '', 0, '?'),
(0x8f6c15a96e69eb88519af6bde8a72a7c, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-cookie/jquery.cookie.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-cookie\\jquery.cookie.js', 0, 0x0f1f6cd6e0036897019b376d38593403, 0x0f1f6cd6e0036897019b376d38593403, 0xd5927b284bb2bc2f8f466025f40c15eefc22f48e38fcb5a41e2a2fd80ad00849, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-menu.php', 1, 0x00000000000000000000000000000000, 0xd5e6866599e263b9149c9079bf931645, 0x2bcc18d8d80ee4725527296c30ce0911d1fbdc784716974840dec07c58d6421e, '', 0, '?'),
(0x8f6fcc105200ff8bb478904d705cf068, 'wp-content/themes/go/dist/css/style-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor.css', 1, 0x00000000000000000000000000000000, 0xb2a84e25926d0202b9e8484630e6c37a, 0xc3f40322a0d9ee7dbd725b34e9751632f7e3e58bb83f33f19f104790e2741a3e, '', 0, '?'),
(0x8f7328933441feebaa018995cad49581, 'wp-content/uploads/2026/01/allergy_16127811.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\allergy_16127811.svg', 0, 0xbe3498095ade38f248cf8038dfac502d, 0xbe3498095ade38f248cf8038dfac502d, 0x8f4772aa1e30f5cdb2e6e8084790e1d89d52447949719ea6d5d52de60abc0987, '', 0, '?'),
(0x8f7a5874339663a36fdca92f1d0b384f, 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.min.js', 1, 0x00000000000000000000000000000000, 0x95d465de9b2cbdc9933a3dbbbd973e63, 0xbc469f54f9dfa62ddc380265e105becea3b61ea101e95934a44a2e813e0503a1, '', 0, '?'),
(0x8f8b059c7c6a34b5cec1384b9c482cc8, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\elementor.php', 1, 0x00000000000000000000000000000000, 0x49bc94264bfb7843496c74f91670cfa2, 0x08efc19fe951aeb26c0b61d6514cc391b8c1be5facfbcb55930d92a86e1352cd, '', 0, '?'),
(0x8f8dc64f7a5632af8485bbd871cf7bd7, 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\wordpress-widgets.php', 1, 0x00000000000000000000000000000000, 0x5a91b994fd4f8698f44c9820b8670a8a, 0x0c8035e6e78ea0334b6dc3c592f7bba406ce5e6500f05e429e8f96d2a83f75bf, '', 0, '?'),
(0x8f98363937ad9d59c7ea224760024b4b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-date-time.php', 0, 0x095cf8a638bbc76a19dea2d9f5844dc3, 0x095cf8a638bbc76a19dea2d9f5844dc3, 0x0040813dd75e45f4b9ff637f9b5ee0264c6099c14d28e80c316d576ccc03a7c0, '', 0, '?'),
(0x8fa4b7abbdf56c87fb2e1948ae3ff4c8, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\new-settings-2760.css', 1, 0x00000000000000000000000000000000, 0xbb5f173b9d70dbebbfb39850bec3dfbc, 0x6e1a5bae4c03f34c0872b64ecf3fdf4330683c1c73550ddedd8680e722bf64e8, '', 0, '?'),
(0x8facdcd92cd677e8467c8e8742dddcde, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab\\atomic-tab.php', 1, 0x00000000000000000000000000000000, 0x2bb3fbe53df43c3f6d6802907535e55a, 0xde37aa25a89359fe8922cdad665789ec1e76a32f27a09a45d1e79b0c55a28a95, '', 0, '?'),
(0x8fad240a8365b7a04a5374aaa7c67d55, 'wp-includes/SimplePie/autoloader.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\autoloader.php', 1, 0x00000000000000000000000000000000, 0x0a823866b410e54a61b78b509a230e0c, 0xad700d79edb2f2ac2a438e3caa43b91fea2aa1b7a9646602efbcea69cdafb268, '', 0, '?'),
(0x8faeee0c87355548b8f3615d095a3f69, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-bottom-right.css', 1, 0x00000000000000000000000000000000, 0x235c1d5476c1aea2d25973098fc03c4a, 0xb4955087196245d261d7ea697979807abbe1db11a5d614914943f4de68dc8982, '', 0, '?'),
(0x8faf4250fc8324fe20b16e505af84c8f, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-2.min.css', 1, 0x00000000000000000000000000000000, 0x19e4f1192dbe3b354751f90521adef71, 0x270bad07cdd29929585c0ca9a51d31d929e2a0008be30c2229d9eab6d1ed3766, '', 0, '?'),
(0x8fb0829efada033d36755ef27d5dc2b8, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xd52d0bfade385505c912c4f89da25cbc, 0xf5b4e89e80afded70bbe85bea59bcb09153758461b6e4dd25857179814c25d1f, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style.css', 1, 0x00000000000000000000000000000000, 0xf961361e1ee5bb98a14e3e600c9d2292, 0x3203ec823732e36ac4ded8468d1d10cfb307d8205a3f5960ac308a0b91e01579, '', 0, '?'),
(0x8fc5407a4a9d916cce4360e0868faad7, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\feeds.php', 1, 0x00000000000000000000000000000000, 0x081d5efe608602936e475bf13ab2bbc4, 0xc58a3d005b5ec65034a3dbd95ea231070fc3b6ffc138f8bb862788a1addd6631, '', 0, '?'),
(0x8fc77197f4ebbba3442884b6826a89ad, 'wp-includes/blocks/list/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style.css', 1, 0x00000000000000000000000000000000, 0xbf2e604b01ea2e5204be21c7ed5fd5f5, 0x62f75c4661c25db2729aae993a0d4a7e1da93b57a8ba00f9500e36840c727543, '', 0, '?'),
(0x8fccb21d84369a7019e983889a5b621f, 'wp-content/themes/astra/inc/metabox/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x8fd3aa595d2411e19c627eeb178c286d, 'wp-content/plugins/elementor/assets/js/a2ea929f439e819b924b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\a2ea929f439e819b924b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2a6806f8e54f352e1f199bf67798f728, 0x2bff2054dc5a8db180d2869dd028750177bb665d57c3aa8403867ba604b99d35, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\handlers.min.js', 1, 0x00000000000000000000000000000000, 0xfe92fe7001fcd9c9bdafb28aa4630018, 0x80ad659c57dbc4a2e91ad147285ebbc7f062c2da9f0a48807dd4fb269cd4bad9, '', 0, '?'),
(0x8fe0617702723478d4c8b839e276f89a, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Support.php', 1, 0x00000000000000000000000000000000, 0xa907b3d114975fc3e02f54b17039365a, 0x3528fd10f6978ee049f73b1f4381e3709abbbe43879b798752249d735ea179e6, '', 0, '?'),
(0x8fe2ae98a59f20ac4684fe841377e800, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidOperationException.php', 1, 0x00000000000000000000000000000000, 0x6b456d69825bc2c3d1ee7452b0bdaf61, 0x58f38105fd126a102f2b4d144019de447065cfab1cc5af2f2d709d513056c982, '', 0, '?'),
(0x8fe907387fe1d655498686336b3e6650, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Notice_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Notice_Control.php', 1, 0x00000000000000000000000000000000, 0x749c24779c924af4c8414399d9736f9a, 0x202e2b44ef8c0f6069b857eccd19f4ca70eeae79d31ee23eceaa3e49b7d11d34, '', 0, '?'),
(0x8ff199c57e0d49b78ad9144e3eb8163d, 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8ff68ac2fd783a2a7bfd9bf875d5f3b2, 'wp-content/plugins/elementor/modules/landing-pages/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\module.php', 1, 0x00000000000000000000000000000000, 0xedecb463e086dabce268936f55e58082, 0x18ae8d3748341d4408d5f6be147dc959e0fb2004ddf410fe62521a29849306d8, '', 0, '?'),
(0x8ffb1a93a7a74775627c653077adf574, 'wp-includes/Requests/src/Exception/Http/Status501.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status501.php', 1, 0x00000000000000000000000000000000, 0xbc059181eab80c84d16a18ba4e9afe66, 0x8744138ed0164e1c696605e1f191ab717f1e0b4ab308843f95332b420c8ea8ca, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\menu.php', 1, 0x00000000000000000000000000000000, 0x3770bb02b59d1c469c087c60749ed462, 0x986711335dbb7f3c9e1bdbe9fad72a0570d8330200cc0a27de10fbc93183cd36, '', 0, '?'),
(0x90118b91d677d0cd965a821717e3164f, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-performance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-performance.php', 1, 0x00000000000000000000000000000000, 0x879f745ef3e1d97025649524bc5ddf40, 0x40e5309c6f4039f3a6e543545e6d856dc305ab0d2c5b65a4b8314bfb44e350ab, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xd56309ac5a3852ff098b4adbd5cce9fe, 0x681f25d0ae9daf2d71c0ca65d67c13711e765e1083e409e5f2af14de038540ce, '', 0, '?'),
(0x901734e4f65869bbd2771b509a214656, 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/ai-generator-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\ai-generator-integration.php', 1, 0x00000000000000000000000000000000, 0x71346abdbbfe69b5a17486d3446f390b, 0x8b34b6416b7f7427ff5acda8db4164bc6028da4a0920a8ab168ff06499f6f741, '', 0, '?'),
(0x901ad4e832cdbfafcb56fd8e28bbf282, 'wp-content/plugins/powerpack-elements/modules/instafeed/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\instafeed\\module.php', 0, 0x2f46e239035b42af3a407eab74127688, 0x2f46e239035b42af3a407eab74127688, 0x402f5a4d98f3392d97f12bb9d706db3b1ad4a2c3dbd9d93f25727e0e04fb5b16, '', 0, '?'),
(0x901c9a5a7b5ff0b5feb6d23382580052, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\schema-presenter.php', 1, 0x00000000000000000000000000000000, 0xb1a7e16cc37b159f536f480d7b2738c9, 0x39731ac49002a81cc8d7ce8639996727e1f1dc60ce90aaa32dd2318b2977218e, '', 0, '?'),
(0x901e4ddc4cc9eef76f40545c1bb1adcd, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpRight.css', 1, 0x00000000000000000000000000000000, 0x8ee4ad97215872776d02960999f6878e, 0xc54c99fdc971c5e2ec311db78e9d10daf6f7e099d77229adf469ab1671c2f9ff, '', 0, '?'),
(0x901fa5116451982b6412b0c28cabddf8, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xadcb4066b893bbffc9f3509edaa831de, 0x2854e83c7dc435d832d86e2af0eaf5e140f26819002f73eef658f069703dca28, '', 0, '?'),
(0x9025600afcfadd3f2a2877a82dc337c6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1093.78de93aa961446d5.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1093.78de93aa961446d5.js', 1, 0x00000000000000000000000000000000, 0x9d7d87184d8e30eb466b327db867c5df, 0xf0c26541971f2e5b5b2bb95a7028462b1515924e01b8344abd09af871f1a1dac, '', 0, '?'),
(0x90264d63dd9df14596e55cee44ab4b74, 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\sodium_compat_fast.php', 1, 0x00000000000000000000000000000000, 0x643c877bb9debcfd0af15da671855913, 0xefc224a72f48b6705616aa3843eff706a52ebbef7aac9ff962b8946043f49213, '', 0, '?'),
(0x9037387977cde4100290e84acfc3ae02, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\base-tag.php', 0, 0xa3badec4efba3aa3a51f15bdce802738, 0xa3badec4efba3aa3a51f15bdce802738, 0xc364bc4cec932e65fa9b4e8402170a6b9c8c91fa4873fce03ff51065b1c29139, '', 0, '?'),
(0x9038c764c9bb9b63364d22fcf040a92b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0x34485439ef55454ba927b1c13deba15f, 0x1cdd5e33e746f2ed466e3c18797b68cec1d9a897b5483b0b2c8ca4a29d6404ca, '', 0, '?'),
(0x903aaca7a814c7d6455da12d1625ce72, 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-0.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-0.php', 1, 0x00000000000000000000000000000000, 0xdcc76f6bc1f57ff667a750580314b568, 0x9b2ccc3182a130ac07608770697fd2c91f20cececfd3e940e623786b7e0a57e2, '', 0, '?'),
(0x903d3cf74ff111ddeed0f6dc988baffd, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0xfc0ca257bc9eae75d5ac15f62e30d2fe, 0x2eee176edb5c4cbef9f1b5a8e75f2d034a11c1d1a71e56bed44060fd2ea31ca6, '', 0, '?'),
(0x9055246abe5d30787f4db40d059a71ef, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Container.php', 1, 0x00000000000000000000000000000000, 0xe4e0033ab204bfad16afc4842d85b0b1, 0x2d5c71e939b205a15f6b1963daf74f5e0307e6f653eaa6944ad48c62abb68cd8, '', 0, '?'),
(0x905671482af5338fd7002fc5934ab5b7, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-numeric.php', 0, 0x01053e79e413bd718d4f2184b17ab59d, 0x01053e79e413bd718d4f2184b17ab59d, 0x6a5e661f77dde20492b4a7911587be0762a686bf754fdcbb3906e2d806dd27b9, '', 0, '?'),
(0x905d3680184fd6d27892c56399879e7a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step2.svg', 1, 0x00000000000000000000000000000000, 0x2531622af4df2cf59b945e99d3345205, 0x96afe5a4c68fe1417bd19e8ea44d97276386788eed91dbfeb5e0170584b100a7, '', 0, '?'),
(0x90621ac280d4420143cc230dc5791206, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AndBinary.php', 1, 0x00000000000000000000000000000000, 0x82b6e233058b1914b8ba6b087cc9f883, 0xa02adefac9ce04ffd349668759e3721c7fd30f3a8f71c8ef9584e3d407568f7d, '', 0, '?'),
(0x9062380047af49856383350e3eb7689d, 'wp-content/plugins/powerpack-elements/assets/lib/fancybox/jquery.fancybox.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\fancybox\\jquery.fancybox.js', 0, 0xb0d491a7d8fa48b619a9466360e2769f, 0xb0d491a7d8fa48b619a9466360e2769f, 0x83d6c6510f8ce6b12cb4f18e2cd7ac1c71d89ebce4303cc25458f077cfc029a7, '', 0, '?'),
(0x90656b29fc5d61b81b8da9a3b183db33, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x7a92780bd4f879fd62fa8a554220f2ed, 0xfc87b8e084f5bec6d61e6cc7e6268b7bed58cef39902fc089761b23816195c04, '', 0, '?'),
(0x90659eadb018e4966dd9ccf80fca7244, 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\wp-import.php', 1, 0x00000000000000000000000000000000, 0xcf0fb1718d92e8ff8475ec2abe9ba06d, 0x1d54498ae93d59656c097431069ccbdbd3ab16c4338e5d2fbf9f6d0eb6d883d6, '', 0, '?'),
(0x9067201959c8ef1e0e3f36ebed85f12d, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x3747c41dc5bd224fdfb4367902f0b337, 0x1b3a92e86dfef81480da035ec4ff6dc2e0f6f7da5b8a720a1a6967441e2b9b2f, '', 0, '?'),
(0x906d94494ddb8372b8afc132c504618e, 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x6917b1ecc5b36b89a63562452affebc5, 0x28ce0b24447095d99a9a2054f698210cbf38a829ff186d8fc5aa2caaecb5c138, '', 0, '?'),
(0x906e7743761546e12711a19911484949, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0x906f93a984eb2344d19064d49bf1ea2e, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/background-texture-grey.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\background-texture-grey.png', 1, 0x00000000000000000000000000000000, 0xf5dd2e05f1c2b882139f97916632898a, 0xde27186cae047215bfb2e69f6c53daf16ccc1c84f1ec3a86753678859e5194be, '', 0, '?'),
(0x907ee6acd0a5d472c5cad4cbbc4dd0a7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/pen.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\pen.svg', 1, 0x00000000000000000000000000000000, 0x690231aadd463f320d1fdd035396af32, 0x13117a14dab1d849ffa6621e605b626770cdce3416afd472282d915268824187, '', 0, '?'),
(0x9080841b1f3a74b3f4e286e8c6b244f7, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/flexbox/flexbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\flexbox\\flexbox.php', 1, 0x00000000000000000000000000000000, 0xeffc7bc3b88b0ec88abc9485316ecc71, 0xfd757d3b5d1fbc2271475ae4f035ec02dce83da1392d27cf1810414390b7d2fb, '', 0, '?'),
(0x90816a926f4ad450ca7cae7218c55806, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/public/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\public\\index.html', 1, 0x00000000000000000000000000000000, 0xd9e2139b6fa721d54e1e89ea817fc03a, 0x7b743ab5cd3a07d6fc3244cea32335ac36781a0cb505828cde14e9f874c03025, '', 0, '?'),
(0x908e3e2c6338f59dd501b1aae7f856e9, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 1, 0x00000000000000000000000000000000, 0xc0f519336fccb8bc4ca04c015454d824, 0xc62a3d37075a65648120262fa92b1dc4a1d7d820f78a38ca28e066d20faf2dfb, '', 0, '?'),
(0x909ea9857de0576d178d0e4041e588d3, 'wp-content/plugins/elementor/assets/js/shared-frontend-handlers.3b079824c37a5fe2bdaa.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-frontend-handlers.3b079824c37a5fe2bdaa.bundle.js', 1, 0x00000000000000000000000000000000, 0xd591f867b73b17b8dae18e99889edcbe, 0x46e17cd1af89a50f175050072861c96167b37a2c416f1cf1968dccaec74973ad, '', 0, '?'),
(0x909fe693c0b3892432aa87b81ee40aa9, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x90a0d5c71bb74ab64d43a3577d1c2a8c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0x4096f83193c01a49b96c4f8f0f5af137, 0x5d3ddf032e8f26fc5145132b283149c9983c44a318baed241febb612fb127705, '', 0, '?'),
(0x90a3b649b3fd6cf1a68f8cea710d81f2, 'wp-includes/blocks/math/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa25524d811f78f612d19a3ece8d3f580, 0xed972f055e9875295bafb2f43d084c7ce5064e5f34f2011e41c95a824a07b42c, '', 0, '?'),
(0x90a43a982882a4aa5952b917a5a404b6, 'wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\desktop-builder-layout.php', 1, 0x00000000000000000000000000000000, 0xebc8062e5db82f4bbf6b8454b2f6013c, 0xca8c072f5081fcad149b7cabdc3880e62842744d4d2de775438dd481bb98514c, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x90a80f5a8e7b663dadfa7ecc723006a5, 'wp-content/plugins/wordfence/images/country-map.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\country-map.svg', 1, 0x00000000000000000000000000000000, 0x5d6e7a6a0e4e788ab46e927d25fece0b, 0x4165eaa3136fbc3345368daa360f1ff59b4269ce70c3e0f9b89387dba572fe7d, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\code.php', 1, 0x00000000000000000000000000000000, 0xbb07f05ff5bea632392c484b06d3d8eb, 0xfbaced00c3983eb724595e214caf80e6999a0c1565141102867a35a647f35f45, '', 0, '?'),
(0x90abde113fbfa3b6003d971776118aab, 'wp-content/plugins/powerpack-elements/assets/js/min/admin-settings-templates.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\admin-settings-templates.min.js', 0, 0x0240b87972d003b51dedb11c95fddf20, 0x0240b87972d003b51dedb11c95fddf20, 0x08f2cd71d59282aa851faff85b7990130b2c667eacb16b93513c76f967f15f5c, '', 0, '?'),
(0x90af7161f22a914c9d1b862d6a23043b, 'wp-content/plugins/custom-facebook-feed/admin/views/extensions/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\extensions\\content.php', 1, 0x00000000000000000000000000000000, 0x50b2ee15a13ae63cb06549461da765cc, 0x802e77475c8a77fc98ec56f419c5066f1c2206f1a7f85e9ec65b40438ede040f, '', 0, '?'),
(0x90b0cb5de318952233808e3a55d11067, 'wp-content/themes/go/dist/images/admin/header-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-1.svg', 1, 0x00000000000000000000000000000000, 0xcb75a85f7b532f16494a409ab7b1d603, 0x46913176b5a2db4e484da6e14a523576be420185cadb43bbb5a778a6d4e5ae1e, '', 0, '?'),
(0x90b382e86c928b87a66004623d9fb4e7, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-date-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x7c1ba454e2ef33d436715b7c13ccb80e, 0x5cd3be57ba7ff55a859ee22b723055ad996bd1dd10aa401e650b12fb813974a7, '', 0, '?'),
(0x90b5fc3eb9008720bc12cdd17a1eb21a, 'wp-includes/blocks/navigation/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe643fb7445a79218f0b840255293f270, 0x32a3adb9a30cbc2be0b87738bf5ef70bb2876a5d371cb16cdc2974f59d119ce0, '', 0, '?'),
(0x90b9b224856a165ec55f3041f0683e98, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/delete-hello-world.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\delete-hello-world.php', 1, 0x00000000000000000000000000000000, 0x11a9e9f6367db0b365489c5e79423ae2, 0x7773919629937489054db813b847a6cf537ccfaffb4ab4d4b8b9567d67283bc3, '', 0, '?'),
(0x90bc51febbff95f0ff1655028a44f223, 'wp-content/plugins/elementor/modules/variables/classes/variables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\variables.php', 1, 0x00000000000000000000000000000000, 0x27d3a24caf11cab826770dc486026728, 0x64b40f8c24ebe78ba176feaf4ab194703677b95b68bd50abbc50a68eae7e6742, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu.css', 1, 0x00000000000000000000000000000000, 0x667670e6a268488db37a9f4b1619a4df, 0xd2c2d029a0d71e9bdf1e8f5290432bc0ee00537d44a1629244c780d945df9a15, '', 0, '?'),
(0x90c177dc91d34f4b727f26ab6687fd20, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\filter-explanation-2760.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x90c331282a2b007634d6f77270e97d81, 'wp-content/plugins/wordpress-seo/images/icon-task-list.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-task-list.svg', 1, 0x00000000000000000000000000000000, 0xbee9c8d30b3341689ffbcf97d252233d, 0x3e170215955564a0b846ebd6427838f36509059c1e9bc7b5a304ee9cb0286243, '', 0, '?'),
(0x90c75db78fa558aaa8d2101b5885f701, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0x9f8bc7c1035a0ffbab9c5d9c5e61f9bd, 0x36cc8a356b1ca2bc2e0f44faba78b852019e2438eb0a8e6766e476850e76e63c, '', 0, '?'),
(0x90c9f9681e89790674eb0da8d37bf34d, 'wp-content/plugins/elementor/assets/js/6844b6c0a66040e3ca12.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6844b6c0a66040e3ca12.bundle.js', 1, 0x00000000000000000000000000000000, 0x664d49d1820806f021c2955ac63b0223, 0xc60773c93389fe382091b8be80c9594e040382933fc9590b4abd4a0d3173e740, '', 0, '?'),
(0x90cf145e6758dfc2b6446787091a418a, 'wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\template-query.php', 0, 0x57304bb0e238608104cce3aeeae5dfe5, 0x57304bb0e238608104cce3aeeae5dfe5, 0xceb76c752b76255710aebd24fec94106b19e8a4e5a919a297d4d93534ca752d8, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x39f91d19e42667c877e2756c113a80e4, 0x97914b2ec46c3ff83b3f01566bb16f1c4709390e8d2fc07460dee3520178dd78, '', 0, '?'),
(0x90e330f2135d2c88ef8960661a1b68bb, 'wp-content/plugins/elementor/modules/checklist/steps/create-pages.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\create-pages.php', 1, 0x00000000000000000000000000000000, 0x7e971185472682c09fd9f24a5f5a4ee4, 0x1d6e9b223b3c37926dfd38c349d9917ba0566fe46fe0a50a721eaf236d2edf76, '', 0, '?'),
(0x90e998ae5bd1cc9b7eb2e71205db8172, 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0x1b86830169a7e93f28ffc1c795b823bb, 0x90c0146390c03e78d509a32be9748e184614cd619b5ea0eac72f41117a9e3b51, '', 0, '?'),
(0x90eaf11ad34abe156a075c87a5b3c96b, 'wp-content/plugins/reviews-feed/class/Common/Utils/AjaxUtil.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\AjaxUtil.php', 1, 0x00000000000000000000000000000000, 0x3b353a0d8dc29e271af098915112f5dd, 0x1588020ade76e3c2be207982bd8ac2e511ac3a6ce2602e83efd28872478f0b2f, '', 0, '?'),
(0x90f13604ab3cecf852f5c0eb4a4abe10, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\HttpBasicAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xc1a5a59b23a2b2d98d19b7b1bb370134, 0x9853e71650f21fba0054e222847103fbbc31890fa5ffb1ddd7f3cfb80000df4a, '', 0, '?'),
(0x90f1372e34ff3cc7c91fdc8ff9a2af7d, 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\edd-logo.svg', 1, 0x00000000000000000000000000000000, 0x89a390b827f713ab079354c3fd5f14c9, 0x50694fbdde93527bc77a22c30a3297971145642bf7c4f3651c791b8cb7cc2135, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9101dcfe1100eeeb2d6ee6debf9db3c1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x64158d1d9c2b5797dfbe2bf9311925a3, 0x4c3fd692878f2676036db1767b4774ceb5960fb4a9e54ea6c0b1d3c748fa75df, '', 0, '?'),
(0x9101e122a04f6ea1b1eccc28f34d35cc, 'wp-content/plugins/elementor-pro/modules/custom-attributes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-attributes\\module.php', 0, 0x9adfe29e499bd3df36ec0c03d049ea06, 0x9adfe29e499bd3df36ec0c03d049ea06, 0x3dccdbfcfafe217a6272df1fb57835d8a18e5138bd5c1832e8ca79e559defbf2, '', 0, '?'),
(0x91084f00385465a46361eccdf09aee1b, 'wp-content/plugins/feeds-for-youtube/inc/Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0x9366f0dff9ac1727aa000a4fc985b961, 0x653546270dbf80b4907773d642ce4936d95e0829db0111f6d79cf17c4c652cd4, '', 0, '?'),
(0x910b5403a61c9edc2195d91a36b5e52c, 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\07-sunrise.json', 1, 0x00000000000000000000000000000000, 0x91d8c91fd897bb9447b5be09c08e01bd, 0xacd7f67c988cde612e0358dccccf3b736b1f923d0450a584146f2fded0627e1c, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\interface-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x89210ef81ad88d1ec9c10f6f1fea80c6, 0xf2c455e82fbabcad9da87949f5d8e0eb5eb93a023f5270248cc0527331f3c547, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0x444d1d2245d43462d19c12dc42bf9100, 0xdee11ce6d9229f43a8f9590eaa573641d41abfc7f08870c7fd370d0fcf20f0f0, '', 0, '?'),
(0x91162336b87e09415e52e4f9deff1121, 'wp-admin/images/contribute-main.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-main.svg', 1, 0x00000000000000000000000000000000, 0xabadc35556c6a613bc1632ecb0cbf000, 0xf3e039cc483b08212de456ff0124dd7a6404ae7b196da755f12559caf4b1e2d5, '', 0, '?'),
(0x9116da4947b46ac02db248b4895f4b82, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/check-circle.c05e58f52e03e272d4137b1c35b1a814.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\check-circle.c05e58f52e03e272d4137b1c35b1a814.svg', 1, 0x00000000000000000000000000000000, 0x48c6e92a66ce7cf211513b84e3db79f5, 0x3126a01c1d63bc377782c8aaae61d283ee2d293c730a7429405829c85eee2bb3, '', 0, '?'),
(0x911a967941d3d2610bda4c7bd2d7a896, 'wp-includes/css/dist/commands/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style.min.css', 1, 0x00000000000000000000000000000000, 0xea755c77623f639a472480ab4c8e1819, 0x1b7985a545d08deaf8e51f4a61c96bf77dd964584d29b330bdff8eb2f279adfb, '', 0, '?'),
(0x911dff75df836fc053d4579d30208119, 'wp-content/plugins/elementor/assets/js/packages/env/env.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.js', 1, 0x00000000000000000000000000000000, 0xc3d212f881b50e76b7763fe8374847a5, 0x0233fe8059df692e03c406cd458ad4a4d39f2940ac30c23019e9c0563f31d098, '', 0, '?'),
(0x912191be983012bf8fbd7ea46956cea1, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\base.php', 1, 0x00000000000000000000000000000000, 0x8f96a0c8d9c1d532dcf45034214d5bab, 0x11c2d00f12418d095a131c7a7c1332f2aeae10b2d1ed23be1bc75c11141475da, '', 0, '?'),
(0x9138d7b87db6cd3a964bc3c9c25febba, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-search-result-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xdec12e6cb17b37bedafd32b302d5906c, 0x34a62bede2b52a2f98532bdbc6102162e5edb986e4a288eacf1cc5f1649e9237, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\db.php', 1, 0x00000000000000000000000000000000, 0xd6ca5fb377562d5e2b5fa798b8393e15, 0xbc6f8c18bf732facf0fa897d24eba91c095fe778ea0500d414e99d7fd4753ea4, '', 0, '?'),
(0x914371ce964ac137b085a28279c16cf8, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\admin.1778081072.js', 1, 0x00000000000000000000000000000000, 0x3d0c5822553f6d422839975baf4f2111, 0xbccbbc0df91842f31d167041a19e7aaa85c0a6e408cc871537cf1164435da0fb, '', 0, '?'),
(0x91437b2bf03db7f60d0d20b354c5982a, 'wp-content/plugins/mousewheel-smooth-scroll/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\readme.txt', 1, 0x00000000000000000000000000000000, 0x0bf7cefb7b71b8d6bfa598366d860a9a, 0x519c41586cef77cf350bdff3c061bd439c2568c291c3ca6df4ec7efe65360c86, '', 0, '?'),
(0x91439fa24b17e8393f9ddd945bcbf572, 'wp-content/plugins/reviews-feed/assets/js/sbr-feed.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-feed.min.js', 1, 0x00000000000000000000000000000000, 0xd607cc1777f45559f10fd600166776d8, 0xb10935ed8012d2171d38e4f3b4f176a823ccd3e92626fc27df27d248f30ca2cd, '', 0, '?'),
(0x9148f89e99b536668a5dad85a59b56d6, 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\readability-analysis.php', 1, 0x00000000000000000000000000000000, 0x90e857796c0ad0f19dc2928e52cac1bc, 0x2cf3bbaccdc0578bb110e3ea5d689acc4ba7e83171c11d8dee2be8058b26893f, '', 0, '?'),
(0x9149b3ea7cdef51b83d2b3a2848ed264, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-600-normal.8b24da7f88c7060e.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-600-normal.8b24da7f88c7060e.woff', 1, 0x00000000000000000000000000000000, 0x6c6eaaaead8a09aa752e6c25205accc9, 0x1871ac3c43dd8d4199c9be32d52881f00f21eec6865d79823c47849466fdb88c, '', 0, '?'),
(0x914cd701359cb84d73a040957f2169ca, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\data-interface.php', 1, 0x00000000000000000000000000000000, 0x4ce64d978dad99a6618c2d0666f81fd4, 0xaa3481104d2ac55b84ce3ba5890edf34ad5de56584507dc4a7dc2ba1636e4e40, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\comment.php', 1, 0x00000000000000000000000000000000, 0x1807380805e6fc3f7ee6b581f8378506, 0x4acbf015abd2fe6541f6d327ef9334c1f0db98d80a2464af0cd79bc80ca1deb7, '', 0, '?'),
(0x9166c94c8fdf6180a188b809c0f06c96, 'wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\onboarding\\module.php', 0, 0xbb9080fba28f0e20c82417bf8f200007, 0xbb9080fba28f0e20c82417bf8f200007, 0x695768798b3609398fbaeeb145e1a63d4669f7c7ed9989b65dd911a3dbe1da60, '', 0, '?'),
(0x9170ba7612a16b4b0b40b8cd186ae090, 'wp-content/plugins/elementor/assets/js/lightbox.d9ea72d232a14f514ee2.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\lightbox.d9ea72d232a14f514ee2.bundle.js', 1, 0x00000000000000000000000000000000, 0x945328cee860c51dbf1f1a0aaff53ce3, 0xf0d4cf9c958de8a2a787e60374bc5a5abf3ead637d3aafa4e3792c143aac2e50, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xa00b899f9182d32401019bf861a812bd, 0x79ec01fcdf666087b6eef644f526c5dce3954c4939ec40713d14acbac441824c, '', 0, '?'),
(0x917c4c45339f382cfbef33e94ea82ca9, 'wp-content/themes/twentytwentyfive/parts/vertical-header.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\vertical-header.html', 1, 0x00000000000000000000000000000000, 0x93738c867ec4f02f97fd1bf02cf9801d, 0x374995664944d3b1742fe1546493bbb673d8c63b49295d93e24a4b18dc1e2e63, '', 0, '?'),
(0x917d87520ad2b952a79d422edd1fd30c, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-classic.php', 0, 0x1d32b98b277acbe74a6a8233eb011165, 0x1d32b98b277acbe74a6a8233eb011165, 0x9eb4c22c93872c274bee54f923e56135b8b65e1439057ae4a8fe9f353b834051, '', 0, '?'),
(0x91836b08df8b5d12b25c3d6746856811, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-coupons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-coupons.php', 0, 0xc2f07279cfa6b53fa1bfb0a6a55e8328, 0xc2f07279cfa6b53fa1bfb0a6a55e8328, 0x7af2aed17a381c6ff657fb4d6b0716c8ea4d642416d8fde4f4b8c43ae3ea8675, '', 0, '?'),
(0x9187e9a1970c48f560c4116befce2155, 'wp-content/plugins/elementor/assets/js/frontend-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend-modules.js', 1, 0x00000000000000000000000000000000, 0xeabbe6898e26111cf578c47210c839a7, 0x6b5868e8e777083622ca306513b4e21c93ae3ae467c23da8157e8eeb4b06ac14, '', 0, '?'),
(0x91928adab15098495ed0eae3d0fcbb93, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/desktop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\desktop.svg', 1, 0x00000000000000000000000000000000, 0xb50015bf7771675d7a650d6bd285b7d1, 0xd8e94f983ef513557b64bd82a602e9a44fe263cf079da7922d8dca6baddfeee3, '', 0, '?'),
(0x9195a7166eb2ab5659f3be9d61f3361e, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x7e6de4da0c042790c1e304f55f064313, 0x096efb8cb4ebab75fb4027668000bbb657a02dabe347a4c349403d093d1a3d8a, '', 0, '?'),
(0x9197c1faf0ac79eb71a7bc54c7d079fd, 'wp-content/themes/go/dist/images/author.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\author.svg', 1, 0x00000000000000000000000000000000, 0x4120414de5f14cdb899ee888d445c826, 0xa71eb76b192b42dc6d11507432b26a6d5700948eea1b5c27c165885f3666d4f2, '', 0, '?'),
(0x919c270a7ed79cf3f42617bae9f0baa2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0x768f7e73cf899f957176bdd5fced986d, 0x4b856a58cfa2088e0b058309b479cc4d6f5290e817f4c7221917862048409778, '', 0, '?'),
(0x919faee248f6befde7f6e8ad36620f81, 'wp-content/plugins/instagram-feed/assets/svgs/loaderSVG.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\loaderSVG.svg', 1, 0x00000000000000000000000000000000, 0x12677f6710322d6338b9aa4d287f5a23, 0x72342515de8bb59ba4ad8453acf73d1d76f6429107711aaba4f6b9c2084d543f, '', 0, '?'),
(0x91a560ab942a051983d28a08a7ace76b, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-delete-confirm-modal.php', 1, 0x00000000000000000000000000000000, 0xbbb019769c3655e17194b1c3637a9950, 0x17fc6e2e4d0a09279844a1180317b410d145dbc2aa2535ad72a1101bfde4c4ab, '', 0, '?'),
(0x91a5b4002e54afcb49ac39fec5f008da, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201216141134_ExpandPrimaryTermIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x20b6b7242002b3fb3266be29ca5168d5, 0x117e46ccd67bf8d9e3063745748d49ad8eea592e6420d7e595f449f5d1580b09, '', 0, '?'),
(0x91ab151adcc26d670d334211daad50af, 'wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\global-colors.php', 1, 0x00000000000000000000000000000000, 0x76812c6f2d9fc3e7340771f367237e5f, 0xa2f4fd1bad1953df566ae52124fb7d900885c2fc0030f34b4341926c6bd5e3dc, '', 0, '?'),
(0x91b0990cc6f38d958c52e8d0f604dad5, 'wp-content/plugins/instagram-feed/css/sbi-styles.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sbi-styles.min.css', 1, 0x00000000000000000000000000000000, 0xd7a4c70f2290eb83f8a5da68c20cb2c4, 0x8013319ca6799d3db095343bb8426be4204cc20b1a04074f47010e207eb94b82, '', 0, '?'),
(0x91b86b2294583e07c3e918fb29542696, 'wp-content/plugins/custom-facebook-feed/inc/Helpers/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\Util.php', 1, 0x00000000000000000000000000000000, 0x7529135602e1215f84ad8f6fc9853932, 0x8d0fe81040e0b9b8941002a5f44d436968eb3f7c99df43d06f0cbc960bbc3580, '', 0, '?'),
(0x91ba76527aecdae8fe4037f2df672a54, 'wp-includes/blocks/navigation/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor.css', 1, 0x00000000000000000000000000000000, 0xaf4f22bba23ebb7b8d9eb298ffbfb843, 0x3c456859d0e9c269c33389af65ecbee61a779cc669b23add46e0e4ee4ed4c46c, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0x6cb0bd114c4e7c884b48a4792a3d7364, 0x27460464fa7aa2de55ff47e05a54621acd6d31f1ce096032798122bffa3193fa, '', 0, '?'),
(0x91be91ddfe0fd4eb06192db684b49ac1, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/GetAttrExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\GetAttrExpression.php', 1, 0x00000000000000000000000000000000, 0xdb66511f58549fc1c0aa87b9452940eb, 0x5e82e8f83585b531bf8fdbf3c3bf3e8afebd89e1a2762ea314510c755b1c7448, '', 0, '?'),
(0x91ce009842bdf853718e3229c87e39f4, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen-grid.min.css', 1, 0x00000000000000000000000000000000, 0x05aea4827154a2764e8093082517581e, 0xc54e6fcc8d07d0815ea691543b3e4c50eff0cb9abe2997cd205f7773bc67b213, '', 0, '?'),
(0x91e52162e656fe00376288f8e7798d72, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/seo-score-results-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\seo-score-results\\seo-score-results-collector.php', 1, 0x00000000000000000000000000000000, 0xb31540d1f1717a0e5e79cc014308ada9, 0x318b683bdce91fbaccbb605cf8808a0a2fad6027fd2cd7d6798e7065b3854f50, '', 0, '?'),
(0x91f1528489fb01704240114c4aa70ef8, 'wp-includes/blocks/archives/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0x91f68da4ed12b0d4d70b0cad01f77754, 'wp-includes/blocks/button/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\block.json', 1, 0x00000000000000000000000000000000, 0x312f9ea89c33906b154cae6cae0786a0, 0x502833e4f515f35a32df1c58e102990516522e4ed2d8c03e5b45cc9007fa31bd, '', 0, '?'),
(0x91fdb49b402c517569c22e46b0eb577e, 'wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\widgets\\floating-bars-var-1.php', 1, 0x00000000000000000000000000000000, 0x3021807b6ae6be7ccbf0bcb4b9631c90, 0x0f26911e26aaf4fda68d09d8964f019c8aa63ce4d905030a28752a2ae4dfe074, '', 0, '?'),
(0x92089f93b302657c93402de0588d360d, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0x46da3b54196358f787eb95f3899e9af6, 0xeea6f7f4d70a27559b260e2a63b2da772f163241df057885c807959fdf55f458, '', 0, '?'),
(0x9209e13dde2e61c1df1137d3d70ad18f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Node.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Node.php', 1, 0x00000000000000000000000000000000, 0x481d742d3afc00d4a511a7696e95f374, 0xcb9079433b926e4680686c875e23dda5060b9d926f9609002e33b74ca2bbbd1f, '', 0, '?'),
(0x920b21ca374778325f9ca856f321df57, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-2760.css', 1, 0x00000000000000000000000000000000, 0xb988f75fb5538ce2c26bd968e6470640, 0x3bb5cde372d87c051e10f4e650e74a0ff2d9fc1d1ac3eac8e9c295599af1f93d, '', 0, '?'),
(0x92168468c6d052bc634ec97551774102, 'wp-content/plugins/instagram-feed/assets/svgs/smash-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\smash-logo.svg', 1, 0x00000000000000000000000000000000, 0x3d9f485f540512857fc6dc78ba72943d, 0x4e5e86ea463c318d137e2fe050021ae2912ba038465e4d23c1ff72adce510366, '', 0, '?'),
(0x921b390dff9f01c8ee0d4b7c890df332, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\GenericProvider.php', 1, 0x00000000000000000000000000000000, 0x8657cb7c314b28fb486f64b6ffc834ee, 0x179781c0c7a64882aca90d0cba482795b30a27ab0732bd7e3c49ba75464be960, '', 0, '?'),
(0x921b544561e44d59015a3443440f69f7, 'wp-includes/fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts.php', 1, 0x00000000000000000000000000000000, 0x1f24f22f6ba1979a73ef9a2bf9e27d1a, 0xd00fced2bd32e73b67a046cccba55ae16a6a0ec394271d8af1bb9bf56f0e73a8, '', 0, '?'),
(0x921c4776894c6877c3fde1f14efbc087, 'wp-includes/block-bindings/post-data.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\post-data.php', 1, 0x00000000000000000000000000000000, 0x9645699d8db6bfcbcb738352188e833f, 0xb1f199aae295bae3123b3e10855c8bafe1ed846d79ad37c900c94b847f5cf74b, '', 0, '?'),
(0x921ede8f1518322377a4486e4d343ffb, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x133bc69b5ad83cf27fd9057c2a016091, 0xc46600cfb41ce077a7eca33b3de97ae1a631f5df2ef0f1675e1d8c7669fb7a28, '', 0, '?'),
(0x921f5125149d95bc1f2abf844bc28c9f, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\wincher.php', 1, 0x00000000000000000000000000000000, 0xcbbf35f05f8e94b18682a32cbb58c667, 0x90adddfd82618b85932b89a0a1222324d3b5bb67aadc5381f8de1e7ab86911dc, '', 0, '?'),
(0x921f6a5f1978cd7eace57aaa12af1fdb, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x1f856a860baf036d260c20a5f6cc852f, 0x7db3caf476aa76f638d7e9ea469a7ce6b35be4dab44177522884b346785ab89e, '', 0, '?'),
(0x921fc4f1095e06b0be093220399ebe8d, 'wp-content/plugins/elementor/assets/js/text-path.a67c1f3a78d208bc7e1b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-path.a67c1f3a78d208bc7e1b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd3f4a7ed87740d1ae85402fdf14d3c7b, 0x82fa4957edcd4ac10fb8aa42b84d90ba67227a13c305511e819e43104da753b7, '', 0, '?'),
(0x9226a85a9db70d2d0122e055e601fffc, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0xfdda885d1b295c0c1a4fd65de6e6870a, 0xd4a30076ed58142a8095bdb7cfa9d3ea1f30cabc6cb42e0ae5ca2c648aff1f72, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0xbf5419056d4156ef419ad096a7c5588c, 0xd24bcba0c4966c3a5c9d51a4acf6603a10042345f74287dfa4df14d102277a62, '', 0, '?'),
(0x92324ec5bdf4baeba0279c76b1d29e94, 'wp-content/plugins/instagram-feed/admin/views/settings/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x923db3ffaca0bbdf9ce4f60c4e2cb79b, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product.php', 0, 0x004587bf1366d317186d5db51447c352, 0x004587bf1366d317186d5db51447c352, 0x7b9faf4ae7f21980a75c1168fa3e7fca9e0a2bfaefb66f8b798e60bfb88aa211, '', 0, '?'),
(0x923e2f62cbf10461d3f2c8ba434244f6, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-carousel-next.svg', 1, 0x00000000000000000000000000000000, 0x597acdd92ba0ce6ab2eddbd8dd6b03d8, 0x352bd46e2de372a5cfe3d725e6d6dc9d9461d24dcafdaade57395d8baba81a12, '', 0, '?'),
(0x92441182b6efe081b3cf73231b0640bb, 'wp-content/plugins/feeds-for-tiktok/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0x148f5fa1f9ac34e4f0db230c1a54e299, 0xe5ee987157510cc4a89608100aeceb5840150476ace0674c52bed7e8619f4d4d, '', 0, '?'),
(0x9251b35942c2165ce8343cd59ac523eb, 'wp-content/plugins/backup-backup/admin/images/support-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-1.svg', 1, 0x00000000000000000000000000000000, 0x6c64d169a76daff4892cfeed36e10c20, 0x10d1d263eaa4fa1135823d4dbf90df28f5a907d004a1cb785bad78f4156ba0d4, '', 0, '?'),
(0x92571a9f1afd137e493784688457e866, 'wp-content/plugins/instagram-feed/assets/svgs/checkmark.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\checkmark.svg', 1, 0x00000000000000000000000000000000, 0x5713ef4ddf02bdb4d46ed5ddab4799b4, 0xba51d72d51d00e24256bc0d9c0dab7e3aad9bf2c99f45af98e7c5fc9900b07bb, '', 0, '?'),
(0x9258d30ef5016e1515706288c6aa08e3, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0x8af63c6a58c2f05975931f2e22e1d848, 0x768ff751cdb24ea5eeb8f676b8cafc816ced3e92ff2454a3918178070c06298c, '', 0, '?'),
(0x926133e1eeb587065def9aa6d915fe2f, 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/user-choices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\user-choices.php', 1, 0x00000000000000000000000000000000, 0x15e00d38fb824c682c6a846db3f42e5e, 0x286b54c2e85b87e1399c3cf92dbb16126da1b76e281ed1fcf472a603db1b4adb, '', 0, '?'),
(0x926768b6cc48405492e720b8c012e6c7, 'wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x79e2db056466e529c8d05c5629085cd4, 0x42b77bf0dd1da2d6e1cad67ffe27eea7a873084fee4f9fa1da145cbd265fd619, '', 0, '?'),
(0x926bc311ef359579b82e9ca15ad25f83, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x0d37fca84b327e5ff6c2cba89ad906b0, 0xe00103be8c9806eb2fb31c70de0a20da148c20be0b404c53c6253916c22f43d3, '', 0, '?'),
(0x926f2ff02f2f6e07ab892a87acda1476, 'wp-content/plugins/powerpack-elements/modules/scroll-image/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\scroll-image\\module.php', 0, 0x2e630572c95128cc455677d020db0817, 0x2e630572c95128cc455677d020db0817, 0x5827f346b6b9e697b15469a1bd3d23c420b56049ca868733d85452c63a4e57cf, '', 0, '?'),
(0x9273d60708ac6c5ec1376c596d4490aa, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/about.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\about.css', 1, 0x00000000000000000000000000000000, 0x5713550bff6055b704514009855b249e, 0x1cdfb346937d3c28bb7523d6d5494905bbb33056bac5ed43ad89a1adf01911bf, '', 0, '?'),
(0x9275d218513c15ebee3f53b541de0dd3, 'wp-content/themes/astra/inc/assets/images/customizer/header-builder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\header-builder.png', 1, 0x00000000000000000000000000000000, 0x64347fed6ef37394be921ec6e6f192d4, 0x240b32571c6fd4183257b653cc41541da056a236ab470e4c44218ec1906cf8eb, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\thickbox.css', 1, 0x00000000000000000000000000000000, 0x4ace89f62980964041fd1d52e67a45bc, 0xe7e67d22b3f11878de1db9a7cbcfc3da73d4343e8c1ea4a0a3ef363e2e34fd1d, '', 0, '?'),
(0x9282471e42cd819b36415dd48e54ef3e, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0x76e6fe6046eb31bb3f49506fa6201761, 0x3a1e27243b6ce53653f19273fb3aa68def23baee4707c58c18a606fdb2ee3de8, '', 0, '?'),
(0x92825da9d43bb611352bcc357b8a3048, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0x7ea6a44ae0f36152cf11102f13f218ba, 0xc35f6dcbecfcde5b1c482a2d3e3f143c94c448c522c2bc4dcfbc7963a27d7210, '', 0, '?'),
(0x9282697aae0e8b8a69299505ec372b4f, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\meta-description-presenter.php', 1, 0x00000000000000000000000000000000, 0x9f557d61497349c1db4d44d0f8d08468, 0x896f7816da1b2770acab048298603ff12e0a2d16d4ab784ff510d1dca032b138, '', 0, '?'),
(0x9283626e8a6b6f84930d3b8a58ebfe12, 'wp-content/plugins/powerpack-elements/assets/js/pp-templates-lib.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-templates-lib.js', 0, 0xf961c8125809ada2defd9420ab79fb7d, 0xf961c8125809ada2defd9420ab79fb7d, 0xbdaa79914e8a11a8888ecb78d1ca096c38aed0010d30e8833a5c790d331d7299, '', 0, '?'),
(0x929c5ea21009a7229875025a06d95320, 'wp-includes/blocks/comment-edit-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\block.json', 1, 0x00000000000000000000000000000000, 0x4b1363b5a70cb192cd77213131fdefbc, 0xfb03906b92771ecfabfe2016aaae89f1811df38bec96ee73ec99834ebb0fa649, '', 0, '?'),
(0x92a0977a8c9617c13ed04ffc5d5eebe9, 'wp-content/plugins/elementor-pro/data/http-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\data\\http-status.php', 0, 0x5e76ef405576f8ad5aefb87cc72cfa86, 0x5e76ef405576f8ad5aefb87cc72cfa86, 0xb4877f867228cf50692a49e6a8bb6ac736eab801bf98ea0c662830142b0082cc, '', 0, '?'),
(0x92a2ad5667ee35f2d4954e722264ce5e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0x12609d27418976f6ffe430df0bdb65f8, 0xe3b1107a77a958761c6df0cefdbafb84856c139d2c071c8a36ed916b5dd230fb, '', 0, '?'),
(0x92ab7f0077e94428ec735c53640eb2c0, 'wp-content/plugins/backup-backup/admin/images/file.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\file.svg', 1, 0x00000000000000000000000000000000, 0x3b685b66dda28b9f24874005d4b1904b, 0xbeec836379639deafc4fad71f5f4c1f1ceef91cdbdc6d1bec0482047b6a1e7b8, '', 0, '?'),
(0x92b00a25b35eba7275441c3a8cb48898, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x2e7f6b2f2b6ad1aeca37f16ad31303b2, 0x7b33d4b883b5a6597fb5df193e8e30fbf9b298a33a701d1dd76b710190ddd430, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x11287ad1edffec6fd95526dfcdb9f723, 0x936da3399ee8f532635579c709dedbe69f18e147d3acf00d9ea16587c344b321, '', 0, '?'),
(0x92bb953b886b72cd54d2521eaea5fc20, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x6038ccd9a7eb1eedad4b6c0ee6876f24, 0x062417f8ec264d518d4a223ed3591d47d72f69c8c02de5726d106a537e24c0e4, '', 0, '?'),
(0x92bd006b7308c27a3135a0a27a5a271d, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xc0c5f380a87b5731185562b1fcedeea4, 0xa0cc3e3ae4d258776c4987fd4f3adb147f82047500a1562ae16d470ba28d487f, '', 0, '?'),
(0x92c6643e166580ce0cf590469161af39, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/star.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\star.svg', 1, 0x00000000000000000000000000000000, 0x3c179adc6c9436744795caf86fb3a8d3, 0x24583246ba0acdfa5c24422d51c7928e9cf804c468d138ca956bc68c5fb970e9, '', 0, '?'),
(0x92c960bfd6756fbfb4c6a38b5bdccc02, 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/user-progress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\user-progress.php', 1, 0x00000000000000000000000000000000, 0x6470991f44b7874a433b0324941ceea4, 0x519019eb6dbc4f6a170c9a7fb8d67de05fd808af74978409830997a093d548f2, '', 0, '?'),
(0x92e1d8f546e2105aee030a51d90f4345, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x1c3e60a0e21c706c8c6f539db2ba91bd, 0x81d0f164ea658110583850d4ab243867d783c0e4f3c1cafca6e31acdbb02ebdd, '', 0, '?'),
(0x92e2d39a3273b00b01a5bd0ea1b5af80, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/TopBar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\TopBar.php', 1, 0x00000000000000000000000000000000, 0xe6e53062e0d76017467da30e40f9b8cb, 0x993e7065ede0bf0fb37f40c217cbbe8fdb6bc0a7392a6a357f6e55198051eb6a, '', 0, '?'),
(0x92eb27214dadc4bbfe0003e54791affa, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateIn.css', 1, 0x00000000000000000000000000000000, 0x5722a1574fb4c93cb9e1b6d4a9dd6088, 0x900936d5ae754b0e24a4447be3a80beb50a8fa738d526f3586f772d159a6b859, '', 0, '?'),
(0x92ecce3105d1c0fe2d5124815eb8a908, 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\inter\\Inter-VariableFont_slnt,wght.woff2', 1, 0x00000000000000000000000000000000, 0x9c9cff93a0d5a209225c1bae18d80a9d, 0xc676f55bc3cd2d0816804e59a95156174c05ab56670c0b12bb8e818a6e38b662, '', 0, '?'),
(0x92f30d806db9730b009d40ce3d5b11c6, 'wp-includes/blocks/text-columns/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc78ed9108dfde1d74f13e4d78c75aea3, 0xeba3cb3a2fe6e31c071d8a1913834960f536b739fbe88d09a952d0e8e130ea33, '', 0, '?'),
(0x92f9c78476915670d42c9d865ad6e005, 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\error.php', 1, 0x00000000000000000000000000000000, 0x164601afb8ea28268a68afa28e04d569, 0xeb6de53aea16e3ae9b4d88345c1c006235c4907b822563d14b74f81507c20604, '', 0, '?'),
(0x92fa67923addc069a0d25ae339050ee7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trustpilot-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trustpilot-provider.svg', 1, 0x00000000000000000000000000000000, 0x9b92de45d26625cd75f2b7ad015aca02, 0x0c6bacffece08a29852c3024db0903148dac993bd8fd8d5ad4c0da2f7f6bfda8, '', 0, '?'),
(0x92fed6ac2b499537c60e8e0cac5efca5, 'wp-includes/blocks/file/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor.css', 1, 0x00000000000000000000000000000000, 0x0a5cf4ef54ca3829bab07c275577ccd1, 0x63687a58933d41211f7af77945d0af7960d748c4262bc5da47d787124d0f3b09, '', 0, '?'),
(0x9306b7a1d465f8e89ccdbf2587b60ae0, 'wp-content/plugins/backup-backup/includes/zipper/zipping.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\zipper\\zipping.php', 1, 0x00000000000000000000000000000000, 0x7fbc6c440545f05013646bca13345657, 0x300430db4990b09241e8dadbe9475e73ec1bb1f97aeab1c3ccc04ddc67c5670b, '', 0, '?'),
(0x93096fbeecc477a71045a7c44c33cd4f, 'wp-content/plugins/powerpack-elements/assets/js/frontend-login-form.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-login-form.js', 0, 0x715dcd4a9b226aff65a08c898d9baa1f, 0x715dcd4a9b226aff65a08c898d9baa1f, 0xc0c63c9e287451cc24a91f77326c90cecb81f0acaa2cc03617bbd1ecffe63d62, '', 0, '?'),
(0x930de3ac3fdf88b462e48a56e164ad8a, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-taxonomy-base.php', 0, 0xf97903ba64d990b794702ee7565484db, 0xf97903ba64d990b794702ee7565484db, 0x03d4f4fae6145a42431d245b7a3ba363f9f27d16ffbfcd211d1fdfdfbcb39e86, '', 0, '?'),
(0x930fcacfcfd1c7b216452254004f257c, 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\wp-exporter.php', 1, 0x00000000000000000000000000000000, 0xee49d69d7e5d874bb93b5e5d29fcdfe3, 0xb64066625f9d38da65f1b1d03649e5d69b2a886b89322972e9af8329559fd152, '', 0, '?'),
(0x9310da5b6a14df0b6e01d65a3e41ced0, 'wp-content/themes/twentytwentyfive/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\readme.txt', 1, 0x00000000000000000000000000000000, 0x84d81e4ac30b0f89a5d3cc7d7de24a8a, 0x66f38c5c34b1287dac8c577b6b884bb9111c4ac57099344323c18ee7ea696d10, '', 0, '?'),
(0x931271f50bac85d01331206eb44da5bc, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Tabs/Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Tabs\\Manager.php', 1, 0x00000000000000000000000000000000, 0x38875b230d61ded16c61bc1af355a686, 0x40f095895e6e245866585ecb468b1843df0b1b7bc0f2b86978bee5e773d013c2, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0x93172032f1a560d86b0d220aaecbf96d, 'wp-content/themes/astra/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\changelog.txt', 1, 0x00000000000000000000000000000000, 0x14911b9df8affbbb5104ce47f28809ea, 0x9a84a862240ed050d5eb7b695a7b1485c0fa52f91347dea3e55809ec78caeab3, '', 0, '?'),
(0x931b53d93aeddadecc4d27943921e08f, 'wp-content/plugins/powerpack-elements/modules/fluent-forms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\fluent-forms\\module.php', 0, 0x4902dc63856b18295ff82b8ca1a42042, 0x4902dc63856b18295ff82b8ca1a42042, 0x67dee7aa2e36110282c3a25860d2b81be52c364d5a9670c6205518358f7acd98, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme.php', 1, 0x00000000000000000000000000000000, 0xfab2a51df017fe35e5e8214f5df5bebe, 0x75b26d74dc07e50e572b899fb52a906813abf9aa34f2281c112ba8ddf4aabe5f, '', 0, '?'),
(0x9320056d8d3c2d2717d60c849ab93859, 'wp-includes/css/dist/preferences/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style.min.css', 1, 0x00000000000000000000000000000000, 0xc81d9fa2057d32137bd1911cc6aee467, 0xf41882d06f71e89b68632c17899d4aa1a792c8d9b842bde282bfc9646c26c15e, '', 0, '?'),
(0x93211a3888075879be38552967ac4882, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\mobile-menu.php', 1, 0x00000000000000000000000000000000, 0xebc9ff6ee67263943d775d93b7b064ef, 0x99edada30cecb271a7852befef6b3703a742b42cc369e39921febfeb780140ee, '', 0, '?'),
(0x9327b382dad9a5779c39ce3e81ae8c29, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0x93298edb1ece1ba0e401c312ef87558a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel-template.svg', 1, 0x00000000000000000000000000000000, 0x11eb081d32fc03495eb5d69cb2c56cf3, 0xb42a8cf89c7ed3185a59ffca3ba8bf56d8431ddbcc9fa08389e7aa909b1034ff, '', 0, '?'),
(0x93300f2202a7cb47a31a3ddf6856349c, 'wp-includes/blocks/separator/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme.css', 1, 0x00000000000000000000000000000000, 0xb189a8f9e5b7c3de45c8aa12f5f3ab68, 0xd790d35aa9c8bd6e5f367b8b4ed36e3bcd464d3e756e14b4c10fff0512b7fe22, '', 0, '?'),
(0x933332bde2905bcea787ce7d370042a6, 'wp-content/themes/go/dist/css/design-styles/style-playful-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x69455481ca554d3392f9c924392cbff8, 0x070f51127081e8d06631963c6c576e2176fb2a833e15d95438c3cb39e3307e7f, '', 0, '?'),
(0x9339e657eeee121a5a01423d4b3f2840, 'wp-content/plugins/elementor/assets/js/web-cli.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.js', 1, 0x00000000000000000000000000000000, 0x383ca174e607281a873cf78d53c827ea, 0xb65affa6753e572a71c8b474542f087cd81d076d2ca77ce8f77e7dfcd38d9d15, '', 0, '?'),
(0x933ab8e838f6dc17ede3c0139b3176e2, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/sitemap-link-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\sitemap-link-collector.php', 1, 0x00000000000000000000000000000000, 0x0f81c0ef2b389cf22536b6c78b1939e2, 0x405141dda5d99de458400032dcd49afc338939635c5ddecc5dbf5d8406ccd484, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x89b0afb61c1d0a8d83ae98c06094c863, 0x8b2b0e13bdb45eea1e890effa824d9cb84aa3e155d6fb56ed715499da0aa2deb, '', 0, '?'),
(0x93466b3eec453fad36af72b064ca59ee, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\social-footer.php', 1, 0x00000000000000000000000000000000, 0x6258fc62a0e919c5cc48de819c648e4c, 0xde51d2dbc24aeff9c7fb9b2f7521f343a6df0033cbafcbdb6f984b49fe796978, '', 0, '?'),
(0x93520d52304f29081a16c17c737aff38, 'wp-content/plugins/elementor/modules/nested-accordion/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-accordion\\module.php', 1, 0x00000000000000000000000000000000, 0x87a7cdc493b5e4d678c24e19311c5e86, 0x7494b6548b2ce5daa0f59acbb67c74514cd8ecda612365af5936c3cc4ef7c0c0, '', 0, '?'),
(0x9354cbd93288ae346f19e71db17cb464, 'wp-content/plugins/reviews-feed/class/Common/Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Feed.php', 1, 0x00000000000000000000000000000000, 0x0400b4c8bd1a422f6bbbbf367e149b4c, 0x4ed933a2ff22374f280dd58dcc4181eea1f699608c943421362b2394677e3da5, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-loader.js', 1, 0x00000000000000000000000000000000, 0x359bfcf84731850e3151c58debce910b, 0xcb8ebe118bd60f347035f864ba08860e1da3a8f84886edb9996da4d492d8827a, '', 0, '?'),
(0x935e035eb5174970696446d3c96e5f07, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sr_RS.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0xab9e4e3c321eb79c896898d074dbaf82, 0x9b428d42d25db821a7f7ea69b619da11972d4d41f746fec7ae448cb721594f14, '', 0, '?'),
(0x935e6037963b55a1e5130a9032119214, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/sale.c67ae64bd35e7bc658a340e42b001ea4.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\sale.c67ae64bd35e7bc658a340e42b001ea4.svg', 1, 0x00000000000000000000000000000000, 0xd690171afb182bdc01cd9f31b6129e76, 0x8874b43f4f4457b07979a4a3bf1712f186159ba902abb8543f1b6c39a03433d4, '', 0, '?'),
(0x9363ad666cce3ad03e309ca388054c6c, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0x51fc1d0ab9351850a4b8a498fc1eab02, 0x1bf5ec62478420d45b54378b1ef1cf7fe866c4a1b6142a2627653c276915e514, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x93715696ffab0d5da1ded653bbd3c5c3, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.min.js', 1, 0x00000000000000000000000000000000, 0x99807f690acab1221f18d5d1a3d8ef99, 0x7f3c4821016989ded9b95c2f1b4ed8df3dc29246d71f23a9445b9e3f03f4e1da, '', 0, '?'),
(0x9379d581e73e94a12d40099ea92f865f, 'wp-content/plugins/elementor/core/utils/hints.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\hints.php', 1, 0x00000000000000000000000000000000, 0x52ebe7769a192121501cec114af74f84, 0xa3c66f033dbd13257d532aa70b4c82c1757822c272b6ffc4d69b99367ced7bed, '', 0, '?'),
(0x937cf5fb9bad741f73cec44b18430699, 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\connect.php', 1, 0x00000000000000000000000000000000, 0x703ccc626690c5d22e46557efa4c1175, 0xee8819eeb335d5fc799d625798b95182542bce439b19a077b3961b81e8f7496a, '', 0, '?'),
(0x938146e2e3e2083ad0ef42be706ed7f8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3699.1160001f815864d6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3699.1160001f815864d6.js', 1, 0x00000000000000000000000000000000, 0x1b983494253a46a3061cd0174c57c823, 0xc4ab1fb494b54174bfe5ca56ce08073061858673d99f4729f30ad7cb963e3a40, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x9132a9a3e8591054e678da1c0e778004, 0x4513e94944280e313069fd7cf3563aede95ed3731a58c7825cac396be94fae47, '', 0, '?'),
(0x938abcc07a3e9f4e7d215ef978fca3d1, 'wp-includes/l10n/class-wp-translation-file-php.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file-php.php', 1, 0x00000000000000000000000000000000, 0xc99678842b9059cee5ae544dd7f3c9f8, 0xd21d931667cbe5bbee29907217c7a1574bb8bc58822cdb49c0704c51efb2d7af, '', 0, '?'),
(0x938fc77cf5c7b439592e3b2b46b976ef, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-identity-configs.php', 1, 0x00000000000000000000000000000000, 0x14781e940a81c63ba85af888cfdbc8d7, 0xe7dd48e3fe6da134386d4d5386473efd3315a86c577e692f981110eea6f1a030, '', 0, '?'),
(0x9392978e24f29339c33d5d12c89e006b, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-4.php', 0, 0xcec0c2bf60cda5d730f0e102d0c6af80, 0xcec0c2bf60cda5d730f0e102d0c6af80, 0xdcb1aa18a603ec69a924ac73def8b0f1d03e240086c19d1b7c3815d587692556, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0x011518128b3fdf4dcb1bf09d65af26d5, 0x2ce549fa1dbb0a9107d92ab0b01984f636f2e2a114bcbae752056620559ce380, '', 0, '?'),
(0x9398102ae2cc242901cfe014a162689a, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-base.php', 0, 0x18527061eb693d6d9a0121059242bbfc, 0x18527061eb693d6d9a0121059242bbfc, 0x6f8d19ff01832a46ee43fbf8bf22ac0738522a4693efc72aa75b42b1e0ec932d, '', 0, '?'),
(0x939c07278008599a3f2c6d6d6bb42eef, 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\plugin-headers.php', 1, 0x00000000000000000000000000000000, 0x3d73c254e506e6f781e142c0b6548f92, 0xbe28e3e1a6097904d3a025635dd83506aed9e17fc310c5b077978c8722b25073, '', 0, '?'),
(0x939d3beba52908d79de16fc1e206d10b, 'wp-content/plugins/elementor/modules/atomic-widgets/usage/atomic-element-usage-calculator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\usage\\atomic-element-usage-calculator.php', 1, 0x00000000000000000000000000000000, 0x167fe6eeda4cd991774ed62cebba1f70, 0xb7afbc1debb8c5b2f61c88b42326fb01f004c722146f7feea155a75862c89b47, '', 0, '?'),
(0x939f360eadd01255d1d1a6dc1e0875ef, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x451916b657521417bcb702d6e1bf8f00, 0xb482d2e8a3903ba19b4a2dbe3c0f22cacc38366578d6bc542860df92e34c20bc, '', 0, '?'),
(0x93a722ba9e329525a883807079ef4a23, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/import-export/dynamic-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\import-export\\dynamic-transformer.php', 1, 0x00000000000000000000000000000000, 0x6535d5a7967cef5661b77ab54f863713, 0x0ff6c463f3b1b387143edcf68684b1db95ae615f5f6721445e8e1d6822175349, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\image-edit.php', 1, 0x00000000000000000000000000000000, 0x7f86705d5833821b5cc911a739695140, 0xabfd913d412dffd1e5a5d9cb35fec17b9d729c9d2c36a2073ed9045460a273a1, '', 0, '?'),
(0x93ab81cac15507b3bfd589c742b6e2d1, 'wp-includes/Requests/src/Exception/Http/Status415.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status415.php', 1, 0x00000000000000000000000000000000, 0x0ad365d4181addf05e4666806deb9002, 0xa3958d2ad8add29f957c390e87872f5f3ce6f631f0d1c708c33f2bd20f561286, '', 0, '?'),
(0x93b37ad9a04454a20f1e5486f67661f0, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\dynamic-tags-data-provider.php', 0, 0x40c56aacb5dae466d17fe82e684bfc12, 0x40c56aacb5dae466d17fe82e684bfc12, 0xd653e4a5832253cc60dd59e5882f6056b28f05a7d01cd587d47c35c500282696, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x93cbee1cccf9c4dff2bd8ee5d8007f03, 'wp-content/plugins/wp-reviews-plugin-for-google/include/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\uninstall.php', 1, 0x00000000000000000000000000000000, 0x506b2b748ffcf09c9d1f5cc553817ff3, 0x8b17a77baaee39f52625e48b4cd7fa7e68cd6a28b4f92a791d0ebb3239896f0f, '', 0, '?'),
(0x93cde3c57977873ba7fdedeebfe43dd5, 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\spiral.svg', 1, 0x00000000000000000000000000000000, 0x29c892514e2dd2c06753c793aecbb8a1, 0x98a8f021d4f233a5cdb7b07d435353174c8bfbfa84b68d3ab9f58f260479b5e2, '', 0, '?'),
(0x93d59d216c99d8d768f99a6b8386441d, 'wp-content/plugins/instagram-feed/admin/builder/templates/builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\builder.php', 1, 0x00000000000000000000000000000000, 0x99efc347805e76a566e829450f1ba8f1, 0x323cc1b3eb81340f7499968818783757c3ea1b2115977287140979375fa870fe, '', 0, '?'),
(0x93d65b9834b0096e1bfd91a6dcc27520, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/confirm-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\confirm-dialog.js', 1, 0x00000000000000000000000000000000, 0x6e335d4578e24e32145de6fcf0b34771, 0x18dc4f57e003892008df0eca9ba6dd91081c075eaff5e7be2218b941c144740a, '', 0, '?'),
(0x93d96d860e8f5fadb7b3e08d2f570845, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/product-category-filter-pair.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\filter-pairs\\product-category-filter-pair.php', 1, 0x00000000000000000000000000000000, 0x41ec503e32ef57ad3fd510a9857e7f68, 0xa5f5134cc49dd2584f650777fd8085d9c9d1a07a9aa985266a505cbc10bda14e, '', 0, '?'),
(0x93db3dae4e7f7d098998e358c715d279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xdaf38930545926b5645f68519e96a75d, 0x676466e86911b843b1c1eedbf0bf8417e5de141ba09adf7fb3a4a58db085c79a, '', 0, '?'),
(0x93dba153b3f974df46df75f59238b0b0, 'wp-content/themes/go/dist/js/frontend.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.min.js', 1, 0x00000000000000000000000000000000, 0x6a9d43e7868177176a0769ff0496eef0, 0x51eb7b03388480f55438b8c00ea8ae885cdba7a4e221898ff65430aedd6734d2, '', 0, '?'),
(0x93dc9fa71b5f389d480fd80d24e53abe, 'wp-content/themes/twentytwentythree/styles/electric.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\electric.json', 1, 0x00000000000000000000000000000000, 0x285c2a8a81b99ce7dc6af8c3bea16546, 0xed268b26b8b2b9c7ae7db3373a7a44bfa4e13b5a4dc500ddfe91411bb8779af4, '', 0, '?'),
(0x93ea8a604bf145ee23181674925d7b26, 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\theme.php', 1, 0x00000000000000000000000000000000, 0x16638de8d03c6419de88eb84cc5a4551, 0x4b07007eaf8a777b9c60b352e87deebe4e5064449e6d6b538d4c54db89d8e051, '', 0, '?'),
(0x93ef1f2a4373db4ca825780eb2227658, 'wp-content/plugins/wordpress-seo/src/ai-authorization/domain/token.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\domain\\token.php', 1, 0x00000000000000000000000000000000, 0x01e86450e084b5d2e1e88a94f050090d, 0xbe07d1eea60ff36203377ceaf30bd079bbe9c3e0910a60ea5ed9f0a74f716304, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\tabfocus\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x93f20c38a198e12b1bfcc1d722b62941, 'wp-content/plugins/elementor/assets/js/announcements-app.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.strings.js', 1, 0x00000000000000000000000000000000, 0xcf154d4baf93f4c4a80c1c7eacbf415c, 0x3c90153b40bed43bd90a61b8e1e3d433f6c79a316745b87787cb4f841b068f27, '', 0, '?'),
(0x93f5e180a297d54c34d8887506febc87, 'wp-content/themes/astra/assets/css/minified/style-guide.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-guide.min.css', 1, 0x00000000000000000000000000000000, 0xd524c5ed4f11a3abf78de786f64762b1, 0xe6be6f561343a1dfa6e77b534224261842d133bf85a79ffeb2606cf640624f5e, '', 0, '?'),
(0x93f5e97bdecbdc0127365ae2dca4ba3b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/add.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\add.svg', 1, 0x00000000000000000000000000000000, 0xfe1a2c32a6937de4773b424559f94f94, 0x78b178cbe6abd171d0ae054e0a68bc8370cafe1c8bece9cb118bd1b2e6f02985, '', 0, '?'),
(0x93f89f77fbb7fb4713194aafd3d259fb, 'wp-content/plugins/custom-facebook-feed/README.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\README.txt', 1, 0x00000000000000000000000000000000, 0xb55737c0b2baaed33b7d7bd0be354193, 0xe3c66f6c6190094db23066bb8925cad35c3fafb6c00ac19bb6b92afdcd8144fe, '', 0, '?'),
(0x93fcb08d42e2eec7389576a3f656a49e, 'wp-content/plugins/wp-reviews-plugin-for-google/static/json/example-reviews.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\json\\example-reviews.json', 1, 0x00000000000000000000000000000000, 0x4d8ef98186d18b493c342962ba99c662, 0x488e4009e0812adc7616c7c61a36d21249dac4533443a16921fae0aec18b6048, '', 0, '?'),
(0x9405078e6902fd4d75d46abd1de6a59d, 'wp-includes/Requests/src/Exception/Http/Status306.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status306.php', 1, 0x00000000000000000000000000000000, 0x2f486b8a7b4f06933b2c3c60530e7b7e, 0xf18f08e0891ca94d757997af25d4689cbad797c7d048d46cb084e1638bcceb41, '', 0, '?'),
(0x9407f782bff5c2896262f8abdf0e88a8, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0x87234bdd572ce4b90e59279e776846df, 0xc978e57e2458a38dd61f8487f166f7897d1ea748c266c21111b293a01dd180e7, '', 0, '?'),
(0x940ae93baf8397104501207400c139ef, 'wp-content/plugins/elementor/includes/base/skin-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\skin-base.php', 1, 0x00000000000000000000000000000000, 0xf7915a57d0845a439d0adcc88709f644, 0x392b31fc421e7ae5cfd5b7398faf80d5a283223b5c6a02234a2b0c57bfa644b4, '', 0, '?'),
(0x9412c52b4964d2caf50d32ce47334a0b, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/install-plugin-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\install-plugin-popup.js', 1, 0x00000000000000000000000000000000, 0xa9e4533370642d434758fdf4ea38ba74, 0xfbe1e2e7250e88b7bf5e46036e1693e55fa93b9106ef5370c783cd6b61637020, '', 0, '?'),
(0x9412e5a1bfc7726b426b14d47a856f3c, 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\upgrade.php', 1, 0x00000000000000000000000000000000, 0xdeefaa88abdaf79b2ede347f089e748f, 0x1a03e636d18571f3e1f8fa7d0b970b9ebd1576da0096e26aa1a1cfc023967c05, '', 0, '?'),
(0x9414490e5cd5a4625ff31400404d96eb, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-generate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-generate.php', 1, 0x00000000000000000000000000000000, 0xcc1ea28ebe89834957b10d7db495fd4f, 0x8898b21b7c16a21e4c8a94a2198263d2d0b35d65a76fb101827f796d5c956779, '', 0, '?'),
(0x9414f14f6a8f946499b76942a4d8dfcc, 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon2.png', 1, 0x00000000000000000000000000000000, 0xacf1ef6897a0057582c91e4b18d28b83, 0x05da11b867c818c0f89497902295be7a48df78ea918926a15d2fd8f7de87cac5, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets.css', 1, 0x00000000000000000000000000000000, 0xd0f30f7c029a59583a18ced58424e4ca, 0xe4621388125b895beaa373a2513aae8af8149ac755739679a16e24bde25a2769, '', 0, '?'),
(0x9423debafb371f900037d3b6c8ee2957, 'wp-content/themes/go/dist/images/social/bluesky.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\bluesky.svg', 1, 0x00000000000000000000000000000000, 0x25521c38eda40970d3da85a2767121ed, 0x1e485c21fc3156f067c0e7cddef3210cc15ff51c8d4aefc53d7df14ba073399d, '', 0, '?'),
(0x94263f52320958502e7f2e22fa364613, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loggers\\logger.php', 1, 0x00000000000000000000000000000000, 0x29096b5615b4b8fef3d2625dc538c146, 0xfdd07b158ff3eb206bf723dc07ff8e31d81d93e0d9209ff783492682df46ec9e, '', 0, '?'),
(0x9428e4eaf957824e163c64b959395f74, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-top-right.svg', 1, 0x00000000000000000000000000000000, 0x4e46c12df9ed11fbca51019c3aabb6e2, 0x63a9ea79700471740e72abb89f915b7e522825fa62cdf83572f10202b7a44925, '', 0, '?'),
(0x942ad6f42a482dcabfd5997e234f63e3, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.min.js', 1, 0x00000000000000000000000000000000, 0x1c1dd8f3e01d82ceef40ffa4be19c57f, 0xd57d58bb82f4c37aa6ea139154d152b74c611fa0efba3a7ffbac4db5e8265da7, '', 0, '?'),
(0x942afc35750f6a889d820470a1b1c28b, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-robots-conditional.php', 1, 0x00000000000000000000000000000000, 0x31f6fe22692925d46c0db822b8b5db5d, 0xe45a998b82addbec0f01d7e308b07bb01720e91a9269551b520ee71b450e5c9d, '', 0, '?'),
(0x943a05e59f2c2dc1030d98578679064a, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor.css', 1, 0x00000000000000000000000000000000, 0xb94ee5968fec5f958827013b99925e78, 0x300f59dd70c0298040ac2228128b6d661b96db6f48b0e3f2440e1408260262f6, '', 0, '?'),
(0x943bdc10e13fc55322638a569987ee0f, 'wp-content/plugins/elementor/modules/interactions/parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\parser.php', 1, 0x00000000000000000000000000000000, 0xe049410ceb03150c6d6479b7e861e831, 0x2d5dfd968f16e34ffc5b8959bd510cbcdece49682d8bf6c0a3470171fb583cbc, '', 0, '?'),
(0x9440cfa29b2e677f3ada691913bba839, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/repeatable-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\repeatable-control.php', 1, 0x00000000000000000000000000000000, 0x388b48103b0d00c8959c1bc802637576, 0x2e07dab432d59bf9aa15987acf76a98d55ac6473c65d0c72a5a04fc9533505c8, '', 0, '?'),
(0x9442eb484ef569d06379f7df724bf81c, 'wp-includes/js/dist/script-modules/block-library/image/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\image\\view.js', 1, 0x00000000000000000000000000000000, 0xe26dbc888682fe1cf1147698e4d306da, 0x0c9f191563b46d9b88f6292861f58068d83ce681d204889da2a0fd3c989a451f, '', 0, '?'),
(0x9443294555ebdf54f979aad7ea980a23, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/form-data-examples.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\form-data-examples.html', 1, 0x00000000000000000000000000000000, 0x0d458955ff068fa15402c4381c1d3f72, 0x6570232f5ac767a6d98d59547d66cf476fae6245f42c9508c5a770c83d773bb9, '', 0, '?'),
(0x94461fdf87a81f89c823f7a9617461cb, 'wp-includes/block-patterns/query-small-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-small-posts.php', 1, 0x00000000000000000000000000000000, 0x6640af49e00e7661fd3d391fa0a37551, 0xcdb72577401b33231ca5a39290468e5a7192a07460effd1273d96fc4f506928e, '', 0, '?'),
(0x94497f82688c01e1e66443157b6e3f8f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-sub.js', 0, 0xf6d8156ba99602352375e7cea8e1a6bd, 0xf6d8156ba99602352375e7cea8e1a6bd, 0x42f8e6234bf6bf24b7d7dedb638cb600db2db4df63f0761c85127767b767d045, '', 0, '?'),
(0x944ccdd07e69533fd376b6433ec84079, 'wp-includes/blocks/latest-comments/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\block.json', 1, 0x00000000000000000000000000000000, 0x71ae63cee2782b017df1052550f10eb5, 0x6a0ad91b6387c349ee7274d838039f85fe0a68783be659f621e9bf51ab223b1c, '', 0, '?'),
(0x945163ecdb0ae22b78894be1dd0fe29a, 'wp-content/plugins/elementor/modules/editor-one/classes/menu-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\menu-data-provider.php', 1, 0x00000000000000000000000000000000, 0x6e18c7ad8a69580d1696a3740f7c20a3, 0xcd4d3630f0cbf794d6cade240a34591f5816c5080df3932a2f8a27f51a7b7d11, '', 0, '?'),
(0x945337c0e47a0fc7ab9757cc7ed332ff, 'wp-includes/blocks/site-tagline/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x39730ceb2b3263fc31c05ce9258e007b, 0xc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafe, '', 0, '?'),
(0x9453d417d198e08ebf270a991dc98bef, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/day.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\day.php', 0, 0x76f27851040ba2ca2c0dc9df1d6f404f, 0x76f27851040ba2ca2c0dc9df1d6f404f, 0x5c6641525647631f6226c141b56de7df8c0d1107ce02433d4599765a7d552db6, '', 0, '?'),
(0x9454fcd9a71d728391001cf6dee9188b, 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-schema-person-upgrade-notification.php', 1, 0x00000000000000000000000000000000, 0xc831e83cb82918d6e9dbf731669d9110, 0xee02f956759b4c6407ed8d596fd57272076c5564eda31e43b3b0adcc6ba005c9, '', 0, '?'),
(0x945534f9eed64e623c23f6eb1e5f0798, 'wp-includes/blocks/video/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0x9455c9e7f3ed988bd0a4438bf736250f, 'wp-content/plugins/elementor/assets/js/admin-notifications.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.strings.js', 1, 0x00000000000000000000000000000000, 0x18afeecfb3173666d5d3ba3e531018a1, 0x30c98ba73270cdbb479438345177d84dd91661b8268e470da0ae5872ec0ad3db, '', 0, '?'),
(0x945bdd1f417ff236610628fe26412293, 'wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\general.php', 1, 0x00000000000000000000000000000000, 0x9f0f1aeb69c0764a039bd86cead92c39, 0x3e24ac54fce6dcefee492ee2e400ac24af0e287651b2aa97b64f85b24aa5970b, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-formats.php', 1, 0x00000000000000000000000000000000, 0xfd6f1dde8ed01eaeadc22e1fc194894f, 0xde6319b5546c1c5f2201624d2a790bfa9dc4150822ccc04e81aaf4a93b2cfd9d, '', 0, '?'),
(0x94671097c9f998bfb29efe2135e3dfbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\application\\promotion-manager.php', 1, 0x00000000000000000000000000000000, 0x953686559e3e7956e7cd5471a5e2910a, 0xdb7f2ef4e66d19c9cacf529bfcc35d8a6fa38fb697a7b9a7de931ff541e67d58, '', 0, '?'),
(0x946853d9d43b5ccb1a680305feef94d3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-boxed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-boxed.svg', 1, 0x00000000000000000000000000000000, 0x5cc1b941f4d300e165ae7f6d292ca5c2, 0xad501c4edbaebb8a3b0b9edf0ee9a6f3137bcdb361fea36594f6f45ac65ebaa0, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\post-new.php', 1, 0x00000000000000000000000000000000, 0x7fb285b4e28c630a318d55ee5c45c884, 0x9cae836c727d5ed713753177c5f60887fe33113b11912eb13f4e4eab6072d4c7, '', 0, '?'),
(0x9475c70a26666dafc310ab71ef1243b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-date-archive-builder.php', 1, 0x00000000000000000000000000000000, 0x5f37ba07e592d4f806820841989737ec, 0x2037b446b6b7e7404e156c06e073baafbcbda6bf4b86b3819a92f2fd904afa91, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x94796a73a0c48de8115200f435ffe7a1, 'wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\block-editor\\class-astra-block-editor-configs.php', 1, 0x00000000000000000000000000000000, 0x7a7a9ee87cf58cb4c12636df81d7e16a, 0x7b0b5b99869657be2d13ef394600de05f7c22c5571d8641573164f016dd5c6ca, '', 0, '?'),
(0x947c76bb5095da30e16668eec15406b2, 'wp-includes/js/dist/block-directory.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-directory.js', 1, 0x00000000000000000000000000000000, 0x3d5866e6cb0d6fafccb797edafadfe77, 0x0f5ba6eb602a1287a7bc082bf24d37a185965c0eea9636998515ee18207d936c, '', 0, '?'),
(0x948008225a75a0ba35067bf5e6a4ea36, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_API_Connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_API_Connect.php', 1, 0x00000000000000000000000000000000, 0xd3ba152b5e38b26da1305ea703496d64, 0xd25e96b37277cea680d821a55a3360960864a2ca9f1ea3548413c0bbf469a29b, '', 0, '?'),
(0x94820fbe58c6e1273b79ffc5eeb16646, 'wp-content/plugins/wordfence/lib/wfFileUtils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfFileUtils.php', 1, 0x00000000000000000000000000000000, 0x9331a19b7d6f2138127ceb4f27a5e8ae, 0x6a63a5b04fff526f19bdb478b7bef32623415c21c78cc7d0a0bd2c32abcc9672, '', 0, '?'),
(0x9484e554d32e1d46dd7ed8a4281b95be, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-right.svg', 1, 0x00000000000000000000000000000000, 0x50e015fb91c9be4d6a9091da8e400af1, 0xc7d700f70a0a278fccb78acf2027477e0f0d25ed27e6129e4968b2447c07c35c, '', 0, '?'),
(0x948ca3a3ea84625f5a23b9d1c1af4536, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x53f1ecfc6a4795eab6a64c42ed2e5cab, 0x1a92a5550c859aa7cf94de0e974ce0676a152dd588e18f81a97d14b40e3c34b4, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x94a0211aec8c809837955a14e03d9cfe, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\loop-carousel.php', 0, 0x7b66d686d062eedfac5d57590c69e981, 0x7b66d686d062eedfac5d57590c69e981, 0xe891929a4e9319559f3a73ea2d0a8a61f5a3647e8afa34668258740dc8c86f3c, '', 0, '?'),
(0x94a0fac8fa33803861ee5faf4aec8530, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/score-results-collector-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\score-results-collector-interface.php', 1, 0x00000000000000000000000000000000, 0x4b83334cbf5d853e988f4c363d0fb83a, 0xe9b7a6ee2f02df90ff5245750c776150dd8fa1a1d73ce6d832395f922f4e5a08, '', 0, '?'),
(0x94a0fad5d02a8cf6ebf7bfb3ecbb523c, 'wp-content/plugins/elementor/assets/js/e7d71f4e1d39edbc1fb6.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e7d71f4e1d39edbc1fb6.bundle.js', 1, 0x00000000000000000000000000000000, 0x99ecf7bdf866a4e8594522198cd5ec3d, 0xa72c079a04592498999fe285afe66862f38630b21ff1defe03529734a389fb6c, '', 0, '?'),
(0x94a19c7547790e9237ff3009203d0ac2, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\endpoints\\get-post-type-taxonomies.php', 0, 0x10786d70e89aec11389c72d18c770509, 0x10786d70e89aec11389c72d18c770509, 0x720fecd553cc4ee5159e624c7bca5f493f3cb4318b4b85d4c1a1e8d8da95d5d4, '', 0, '?'),
(0x94a44e190c8661afbb0028fda86e9da4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/insta-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\insta-icon.svg', 1, 0x00000000000000000000000000000000, 0xac3c0cb4b059a95fe8b0a917b62a9c5e, 0x87e8cbb061bce479c1d21a7a5e9d15ac83fd7717c2add8e6a16719165f9de2db, '', 0, '?'),
(0x94ab575ab477105974e2da7a58c0ec08, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Container.php', 1, 0x00000000000000000000000000000000, 0xb2636a4228d419e42e0de45f4dc0f139, 0xddf2c2b61f42dfe7ff07355c2cfed494599e3b1bdda1140888438824a0a667cf, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xda3e59bfbf07d3e61a6b30e3614d181e, 0xa562b0b45e239afdc2a82874f15eb772df98037a050b8fb8e539f246d3efedad, '', 0, '?'),
(0x94b2e72a982a19ce37e6551d293cc0b7, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/tracking/setup-steps-tracking-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\tracking\\setup-steps-tracking-route.php', 1, 0x00000000000000000000000000000000, 0xe2116425cb46dee3ae9360521a0e5196, 0x5d8b826ded261783cf477514166aba8e4694461c02a6d4bf6f82119e8e5cc5b6, '', 0, '?'),
(0x94ba9f439ba315ed9a5c65e2f6ba9499, 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xfad16e576aad340abc19218a05659459, 0x3fa76fa13aec592520e4da71e70dce728dc66eeb920372739e865653f4b8a538, '', 0, '?'),
(0x94bde9702b5b8b2aa1e725d9d3293f2f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/NullTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\NullTest.php', 1, 0x00000000000000000000000000000000, 0x86fff062a2463330cfcce0b1878544b3, 0x4105b56b919b64270f2f583e25b0e2db26b55b35310de9df0ed3ffb7e57ff4c5, '', 0, '?'),
(0x94c12106cfd299f5c1392bc2f3061912, 'wp-content/plugins/wordpress-seo/js/dist/general-page.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\general-page.js', 1, 0x00000000000000000000000000000000, 0x4fcc20775c7cb7a4b4610ebefa1ca096, 0x017aa095101b9a2afc37f8db9a1631191f30fb26fbe88c33b92ff8de5388efce, '', 0, '?'),
(0x94c8580773a0627f782b3097564653dd, 'wp-content/plugins/wordpress-seo/images/ai-brand-insights-pre-launch.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-brand-insights-pre-launch.png', 1, 0x00000000000000000000000000000000, 0x54e5ce4585f455e031aa70cc24d686dc, 0x1cd8ac9007845f928f7316a9261d7b8e066ad5fb8c9f46da09b267614aaf767a, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\import.php', 1, 0x00000000000000000000000000000000, 0x277b89c5a3016e0af43effc4fe9ca459, 0x916d41aeb6565425df4b52950abe5aa51106d2ef1f55340c1b7b1c63782e910b, '', 0, '?'),
(0x94c947edc8b89f30fa10201e88606c47, 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\widget\\class-astra-widget-component-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x60ff743684130f918e81e5859b77172e, 0xa10d024af9f9b8ddfa842eed21efa4b6e59fb945a4de514f505aaabc71389b1a, '', 0, '?'),
(0x94cb04ef358a02ca2689af8867b5c6ee, 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\class-astra-header-button-component.php', 1, 0x00000000000000000000000000000000, 0x6a5d5b41ed3bc58cff237b995f7adc46, 0x76a614d445eb54916b0a69219c35901bdeba718d7fdc40b43ea134cb16c56132, '', 0, '?'),
(0x94cdab35beda3e5d8e8ab6cdc5df741e, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable-extension.php', 1, 0x00000000000000000000000000000000, 0xe47b0c92cc1ccd59626a5a5afd32ece4, 0xdd1e046519fba5282288fd706728012df26546200c5b9ed7a5fa3df70f05096b, '', 0, '?'),
(0x94ce1add6cb163adecd0c0525311b616, 'wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-with-sidebar-news-blog.php', 1, 0x00000000000000000000000000000000, 0x3f420c3bb836fa717e1eef36350000b7, 0x301fa8792bd04d8bb14134f399a20bb4933cb978ffce61b2d77b8502dc16c9d6, '', 0, '?'),
(0x94cf0a92981adfd78b48192f5d5f3c8f, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tiktok-alt-icon.c15171a6b70440ad7f713bcf7de24a57.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tiktok-alt-icon.c15171a6b70440ad7f713bcf7de24a57.svg', 1, 0x00000000000000000000000000000000, 0x21be3cae480d9eafa7f075822b86b24c, 0xe2a939ec4da052377809d6bde74c22d586fad58526a05e72fe4dd1690de58658, '', 0, '?'),
(0x94da22f14ee9d1795a5b828db8a65ec5, 'wp-content/plugins/backup-backup/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\composer.json', 1, 0x00000000000000000000000000000000, 0xc9e6a0b27094effbde2256e2950275ce, 0x27dbf0fbec521528615ed92e25dfd73e3fd2c70c1fd0cac24246b479c25f631f, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x94eb48cd13c619875052976054dcc073, 'wp-content/plugins/custom-twitter-feeds/inc/admin-hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\admin-hooks.php', 1, 0x00000000000000000000000000000000, 0xa70a90b8aa51b047617939d576f5d882, 0x03a4540f5168473b0191bf8763775ec1f1dcfcc47960db651b156bf18f972fdb, '', 0, '?'),
(0x94ef0846dc01f0dd4d5118e43787d1b9, 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.asset.php', 1, 0x00000000000000000000000000000000, 0xaeaca15b1919ea4361d95a95843dfd31, 0xa033e98c4e1a66575e1142b55fcd794db80b4d74c9efa9fc8e7d7162f926e035, '', 0, '?'),
(0x94f387e41182c224f94f71d579dcb999, 'wp-includes/blocks/audio/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x94f5009bf4bb5fe0a0211b6df36395c3, 'wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\common\\editor-common-scripts-settings.php', 1, 0x00000000000000000000000000000000, 0xee355063b5f409e082efd5ed9930eb57, 0x6ffdb16f5e590cc0d6717bc6f88b66a1ef138fb08eff76e7220cc20480a7f88c, '', 0, '?'),
(0x94f9a4532857a6225a828ef8d4904241, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-5.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-5.php', 0, 0x5c91680fc38cf25939f4d4230bcbea3c, 0x5c91680fc38cf25939f4d4230bcbea3c, 0x89d3928d4bfe0c7fbcbdf1439a00faebdeedb57a507ec8bb490a1b737ccf6d0a, '', 0, '?'),
(0x94fa41cd806870e798afbef6fbcf96e6, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loadbutton.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loadbutton.svg', 1, 0x00000000000000000000000000000000, 0xdae42ea1108a9e63b2cfadcd70a9d04a, 0xbb80533135f0a4e58b102b2f033c27df4478c869f8e0ea61650e770bd2cd86d4, '', 0, '?'),
(0x94fbf30fc2a05edb4829981af59ba727, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\single-public-hashtags.php', 1, 0x00000000000000000000000000000000, 0x391a516d98a724ad926783256f631b29, 0x0caf098df396cb782b16a58f203e9b7bfd01b725d09db22e379730d392643f72, '', 0, '?'),
(0x950323b510083fc1f842380885634156, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0x04836e5d280a75d2ead9a899ef680356, 0x093255c4ada20948468bbb62844c927b26d1043898f94b839fe3367fccd3435d, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0xc6632b394f15cb9a64f8dc2fc801520a, 0xe03ea91fe082e1e6967316b924a5bbcbfd2fb3efe44320e8ad0279f9a7f976b9, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\error-protection.php', 1, 0x00000000000000000000000000000000, 0x4047f3583d22a4ec3e911637c3c59a89, 0x1d2cedb7b5e1eb81ad40f1635ae1bb2f5fcbf9021c2c9f81c4c03cd2960fbd6b, '', 0, '?'),
(0x9517eb46f7bacf01e824c8be5d00c432, 'wp-content/plugins/elementor/includes/widgets/image-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-box.php', 1, 0x00000000000000000000000000000000, 0xf1789bb007ff2abaf1420a005ddf2f3b, 0xc320e81143c171b8a6e804155993b29b70fa984783d569e7a902cb7a938f6b85, '', 0, '?'),
(0x951bfe02770fd628d5b6dc94f3ec24fb, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x951fe3f19f40f67a65d1e3ac0826e53e, 'wp-content/plugins/wordpress-seo/images/icon-xml-sitemaps.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-xml-sitemaps.svg', 1, 0x00000000000000000000000000000000, 0xba927c1f4d9bd7f091a5b55bb064b000, 0xef5d18e3720fa5bcd7eb87ddb732f0b7f8ee6fead006a2295d625056d6d52a07, '', 0, '?'),
(0x952682b964bc3cb338f0128d7092c143, 'wp-content/themes/astra/inc/abilities/admin/postmeta/class-astra-get-postmeta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\postmeta\\class-astra-get-postmeta.php', 1, 0x00000000000000000000000000000000, 0x0981332dc7561fa8ddcbe74d494aef7e, 0x9e31c8e089e74a1837194434bbc54029f154d502b1262c5a51bb905b07a9dcfe, '', 0, '?'),
(0x95355927c0da80b1abcb60f4bbeed1ab, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\post-conditional.php', 1, 0x00000000000000000000000000000000, 0x8dffeb8173ea36600f8c385510b3e32d, 0xad0870e21171622cafc344b90e929b0397fd06cc2e143ae4da7331c8a5e284fb, '', 0, '?'),
(0x9538a9e456fc2dea1cca9c4193ef91db, 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\frontend.min.css', 1, 0x00000000000000000000000000000000, 0xa8adf1adecaa70640a99769f443d47e3, 0x8ad3d9c514b06cb5f093723f9fdad415c250e8885e36424ecf56a138e6439c7d, '', 0, '?'),
(0x954a590460c706253e1443e632653037, 'wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\about-us.jpg', 1, 0x00000000000000000000000000000000, 0x93cedd528f1a1fd688efb53b3307761a, 0xa5151ef0ce7f2ec0c9973ba0883eeb11c8113fc66f5ddd81e0ba1323025f6ba0, '', 0, '?'),
(0x9550495597fe78c266af4af625e371bc, 'wp-includes/blocks/footnotes/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xda8ce2fa1a8408975a0753aea849a72d, 0x50e985c949e4b74ece998293ad5ad0d1747227a38ce514d7823d2c5d1cbf2db7, '', 0, '?'),
(0x95553608afb422c1a42b867d1e795973, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-full-content.php', 0, 0xcbbf6e39772216e1e25bb5fe06c2c7f7, 0xcbbf6e39772216e1e25bb5fe06c2c7f7, 0x06d719c072f1684a514827cba98909eb3162aed39993abdc5cc89380686f4545, '', 0, '?'),
(0x955cd09483de68dd1183630116980b81, 'wp-includes/blocks/page-list/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe032bee6e3ebb0884cc20f9376560a0c, 0xab8c2e52bc37550c0999c331d9482be627432017d14e9c71dcb0fec0d56d628a, '', 0, '?'),
(0x955e65e9b8bcef3bb4ecdb83754aced6, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-cache.php', 1, 0x00000000000000000000000000000000, 0x4022e8bd15042493105232910cacb6c3, 0xdfbf2a2084ea6c5a5ea39205f9295ff2c1ff8fdb95dcf094fc43269b901b5fe5, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x197f60e3ce3223c55d14c86b9b9e883a, 0x2686ad50ff00a3510da322ca5768883c964ec4bc2ace3ff50aba2e34c5b36f1b, '', 0, '?'),
(0x9568009e79247bcc61aa6353faa44928, 'wp-content/plugins/backup-backup/includes/dashboard/modals/supportive-restore-success-cont.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\supportive-restore-success-cont.php', 1, 0x00000000000000000000000000000000, 0xdfd93af8b6f6852508847ab3b3cf884e, 0x5869d087e9671d969a2686d88b102db012e410adf3d3d9a2b144bd9073c1293b, '', 0, '?'),
(0x956fafb0ba341699abe8ab663f16249c, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\posts-overview-or-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xbad6b81dca4455c71b7ebcae43fd38d5, 0xa88566a214597bb546592663b3c63ba46bbed1cb2b16db3c967bad13c08b09fc, '', 0, '?'),
(0x9573c8639026a74d5559581070c6efe3, 'wp-content/plugins/elementor-pro/modules/forms/actions/email2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\email2.php', 0, 0x08920f38bd3713d97ce9ac536bca48b0, 0x08920f38bd3713d97ce9ac536bca48b0, 0x2fcb2bf40c85eafa7f1cd3bd0bcbfae6b91faae902ba38e0f77c463f1252d16c, '', 0, '?'),
(0x957c1400104eabc6ca3f566844d9519d, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/email-form-action-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\email-form-action-control.php', 1, 0x00000000000000000000000000000000, 0xdba220c40c7642d9c21d940b0d03bd6e, 0xc1dae918fc9188033294e28caac25c547dd9ae9685e1e48cd5aad5b6a93c7535, '', 0, '?'),
(0x957cd640355545e4443d5cdc5cffa6b1, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/instagram-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\instagram-icon.png', 1, 0x00000000000000000000000000000000, 0x46549fc496065090a0235e49c078dae7, 0x7099a81b8da5c956454daa2f3b1c2152aefbf6f4bc6e92fd37c563e97021eff6, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0x31c11638ebfd3d8e35ceac73cec6b80f, 0xd84fea81d9a4be2ca2fa5a85f0be9dd2376825f257d7d7b6cbb083d6161e7676, '', 0, '?'),
(0x957fe75829cfef6f2a4fa1b7828d7a93, 'wp-content/plugins/elementor/modules/global-classes/database/migrations/add-capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\database\\migrations\\add-capabilities.php', 1, 0x00000000000000000000000000000000, 0xfec04b81f08ac012ba2b71ae94035445, 0xec2a7e491efcb7bd1f55fec434fe6bdecb1de000910ed55f458ecfadc4b22b29, '', 0, '?'),
(0x95813cff175dd0004e5b9020c2e30047, 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\flash.css', 1, 0x00000000000000000000000000000000, 0x0b87ee63ce1ce8a45b3215cd26dc7288, 0xc03edd3ae91f7005bfb9b05d672da843a888215241f8d851d428cfb6fe8d67c3, '', 0, '?'),
(0x95885ad4ac3d2152693de637f96803b5, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-object-fit.js', 1, 0x00000000000000000000000000000000, 0xd07724b2312978350f297f4c92dc7b70, 0xeac0c788761e9de1e3a1b4792230e94d709a4081f2ed529a54e0b692c9024bb9, '', 0, '?'),
(0x958ba036af136e38bfadb9912570b0d5, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/preview/lightbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\preview\\lightbox.php', 1, 0x00000000000000000000000000000000, 0xebc0444fd8237cf6f97509e3d23f1218, 0xbdba3568db45dc05a357c18c3db76965a054b9daa9bb5691abdaa294082209d7, '', 0, '?'),
(0x958c6a69fa882537783461eb4010e2e6, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-testimonials.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-testimonials.min.js', 0, 0x80b40bbfaf7d710bd4aab31a8fb8563a, 0x80b40bbfaf7d710bd4aab31a8fb8563a, 0xd992ea82a98e1ebe1e61d99801594177ac61b2a8167bc4a2cc5b217dd5b7be17, '', 0, '?'),
(0x958e586d85f03ceef6b2af8f28a3e20f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/images/owl.video.play.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\images\\owl.video.play.png', 1, 0x00000000000000000000000000000000, 0x4a37f8008959c75f619bf0a3a4e2d7a2, 0x7a74b4cd827d361c53820ef81cec5eec6ca82cd49fb78d0e3237721847152730, '', 0, '?'),
(0x958f3679d461350b319b52ab2a9a277c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0x6322bb44c75c1ac2402e983a713dc49b, 0x010c4647dc33d49d48872fe9cdcf03a864c3d8a687595eb9e1e78ba483d45e00, '', 0, '?'),
(0x95924e93ff9186e4ea0ab65dd64a492c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\preview.js', 1, 0x00000000000000000000000000000000, 0xfb2c769141d12b9ab1525345f3c73879, 0xf3775e5cbf71ba0c4cafcbb630247c13c0d00651c6ec53b7f2d1e59d229dd048, '', 0, '?'),
(0x959c2286c46d11dc81ae9cc451e71fa1, 'wp-content/plugins/elementor-pro/modules/code-highlight/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\code-highlight\\module.php', 0, 0xa93236d40313af1159d9220ec8169861, 0xa93236d40313af1159d9220ec8169861, 0x632b369fddfce3bee8036032cbb02ebfadc148edf90987d821d837aaf0b1110e, '', 0, '?'),
(0x95a713c11696f02e14c379f4aa856cb7, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/ExtensionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\ExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0x9d8fad5d15b9f3f3c7ffe05f73f32788, 0xc6a63ba5ce9887238b246e8c200700e2870dad92272c3a0f4905116bb4a5f93f, '', 0, '?'),
(0x95b1708934b56b63510ee92830c6ca68, 'wp-includes/blocks/avatar/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style.css', 1, 0x00000000000000000000000000000000, 0x447c7cb6918350ac8e7915ed5847c2ea, 0x7e0e5fe13878137e0112354bf98a90183c41b888daf07bf0d41fd89a6520e6d0, '', 0, '?'),
(0x95c0f9f3eb4918e9bf679fd14085cb8f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0xb07288300a5f3d85e29e8c139d0d3ece, 0x72a0220fda218011d4bc310de9931b90b12efbf73a8443d42b073483b721ba96, '', 0, '?'),
(0x95c201bbfab1a5f5b47ece7962b9b050, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js', 1, 0x00000000000000000000000000000000, 0xcdab00730f90ad102b427bce6487c8d9, 0xbb109707202da80b62f6690457359ac9d46d4f6d4d0754d5cd69b1382a3292ef, '', 0, '?'),
(0x95c337808a6d25a53ecf8f2638a6d641, 'wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app-rtl.css', 1, 0x00000000000000000000000000000000, 0x312072a19363ee353fc77a671f468418, 0xc0bfe7e09e0e54b9604641a41b32bf8ca66f53ad264c81bdd28704fe7a3c9c6d, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x95c35d746ae0e94f350ba8d5755bb7f0, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/advanced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\advanced.php', 1, 0x00000000000000000000000000000000, 0xa141beb23a12c23ef13ec2e1c0bd6b1c, 0x7fba428117b6de7eec61cec17cc3f9a15c18d66152dfee2279b614c591a5d4a3, '', 0, '?'),
(0x95c4dc3c66ef46316813a7bb7fbf97c2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\web-stories-post-edit.php', 1, 0x00000000000000000000000000000000, 0xecf4666c644efe6047fed37228e62564, 0x7439e6f8761630f7a32519829e872b7c9a51711abe4d9e1466abd7598d549446, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0x37175c25d7e177b1bf503f6824d4af95, 0x0797c02a2a9aa4fc3dffd915352fae1e309c43888c9f20547041daa1947f7b64, '', 0, '?'),
(0x95c90325e4db4ffb6b3877e3e71232a2, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/attributes-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\attributes-transformer.php', 1, 0x00000000000000000000000000000000, 0x72d6c8fb5e4498ce27398bdb00dee546, 0xbb111b4d35f9072106cebb838ca12a6e99ef126ced0104ff8313908705d702ba, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x95cfed5468fe6ea69090db371ea096e4, 'wp-content/themes/astra/inc/assets/js/ast-render-svg.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\ast-render-svg.js', 1, 0x00000000000000000000000000000000, 0xb94ee0efb1c30648631bb290a0720ed8, 0x105482dfbd9069042bd91020863e00f9f2744b1893aa310cc73d422446232f00, '', 0, '?'),
(0x95d3d823aa67a9fbe8b4d5af59ca79c8, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x26090223241176e2304034259c2da9c2, 0x9141829fef54ce22b8045077d381ca2680f4a8c72f0a749e7b3831f07104d703, '', 0, '?'),
(0x95d9095ded506dc005e07aff85815de0, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x95dba43ab0e9f91e4c7e5993a4c31b2a, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse.css', 1, 0x00000000000000000000000000000000, 0xf53d923851efa3481ef662eeb62a3801, 0x348315cfa7467b15277bc70a5a3138a9d5cdb046d3c5c5d98dcdb7d576f32895, '', 0, '?'),
(0x95dbac18a98370069aa18a3f35b5b80a, 'wp-content/plugins/custom-facebook-feed/admin/views/about/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\about\\content.php', 1, 0x00000000000000000000000000000000, 0x9676d11e9eb3c230f7bb77bbee575d79, 0x4d044769d4adace093c01f2077b57388bf92fcaad4a31cdabc55ccfacf22810a, '', 0, '?'),
(0x95dbc4765f63e755100723f06b4790f0, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.asset.php', 1, 0x00000000000000000000000000000000, 0x39b7aec545ce5cff83758ea1431bdbd3, 0x6a7829df0d90aa46ed29ff60bf97a6f30f98a51d3c5d96d9bd4d2cb7b4e18aff, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0xbb15104d7979dc60444a6ac53424da88, 0xc47ebf929e8c3fd115cc7232dfad50c9855b09a5858c0a59390b664bced8cad5, '', 0, '?'),
(0x95eb2bac9360c27f84eb6dbb314dfa24, 'wp-content/plugins/elementor/assets/js/tabs-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-handler.js', 1, 0x00000000000000000000000000000000, 0x2f11398977a2e020d435635c54e3596d, 0x14134a3b7abea761bce07012a7e373bb8940371a74b3a5e48e3aa35467b616f5, '', 0, '?'),
(0x95f79d6baba9a9a58875abc886bb01ea, 'wp-content/themes/astra/assets/js/minified/frontend.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\frontend.min.js', 1, 0x00000000000000000000000000000000, 0x675dcc81329b105ba8f7616a3898a187, 0x634ae53effa622720ca8f02e81affb2e4250105c288117563c7be3950b071f75, '', 0, '?'),
(0x95fa615c038b97e5bed83382bd93b04c, 'wp-content/plugins/reviews-feed/tests/Unit/SiteMigrationRecoveryTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\SiteMigrationRecoveryTest.php', 1, 0x00000000000000000000000000000000, 0x24cdcc7e40821667233839bb03712c67, 0x3b89195fb9281c93155f52e6a51da303b6f3b6b49cc561f527442ba1a4fe07e9, '', 0, '?'),
(0x960184ca076496de8fb063944ac85192, 'wp-content/plugins/elementor/core/admin/menu/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\base.php', 1, 0x00000000000000000000000000000000, 0xfcb1218ce8c5550fd4cea44b3d6b5947, 0xa9ccd2af329cad367ada8403acc265eb2baaccad7ae414086d3e48c049330d69, '', 0, '?'),
(0x96139575d866da1f3ed9636bb645dc47, 'wp-content/plugins/instagram-feed/admin/views/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0x4be5acf0f96814172e789c46d88364bb, 0xe59889defdc39a916f5d68fb6802901683f390b0360287aa52e62e8238887784, '', 0, '?'),
(0x9613f47a1fb8dc4a2fc4422643992511, 'wp-includes/blocks/post-featured-image/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x48e2d8f7426b356efdefd00bcfb2ad0e, 0xb8cdc5a5a2583ef265e6f5395759f7655314863ebbf62103aef2ae2e958fe134, '', 0, '?'),
(0x961b78029c6a274d22d324791c53c7e5, 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes-element-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes-element-transformer.php', 1, 0x00000000000000000000000000000000, 0x7cabf6822c942ae1eb8053787ea0b906, 0xa026a3193d805cba1161744fcac77b3d38271a0174d694a2875b9f029b439a4b, '', 0, '?'),
(0x961c6934201fe8ca5145463e53856b7c, 'wp-content/plugins/mousewheel-smooth-scroll/js/SmoothScroll.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\SmoothScroll.js', 1, 0x00000000000000000000000000000000, 0xd55341743448a8fd3976bb7a8db8f152, 0x7f43847a04ba32ca08d7b033a9de11b8e7aad9d86d39fc972f97de1953de4ef7, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\activate.php', 1, 0x00000000000000000000000000000000, 0xcac2d17704fabe225a54457e5bfb41ae, 0x00bb9654c6b709ee6ed0bdf73666ae225ce56abb2553d3dff0677eb81182d67b, '', 0, '?'),
(0x962483a21c6f1c545d5f8578d9561520, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-icon.png', 1, 0x00000000000000000000000000000000, 0xf28c5e080fa3cc6d190555a937d9592e, 0x76a6f16104fdb09d641b774941f611aa89796e94e07eed13b396834e7f4cc19c, '', 0, '?'),
(0x962faccb8eaab4e91faa5035b2bec21b, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-partial.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-partial.svg', 1, 0x00000000000000000000000000000000, 0x35e5fa07329f9718c35ac3abbf29eabd, 0xd50edd507ae4fc4461b11cec91af2391a14e7aea81b5ecfbda1d8e829f5e0afb, '', 0, '?'),
(0x9635fdc33b54fff55d13b8df00c3c294, 'wp-includes/blocks/post-content.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content.php', 1, 0x00000000000000000000000000000000, 0x985196e32049a8858722d3633f4f998d, 0xa0919c2766d47e95d420d76268ae5c1e79430feb4d779e70a2814e11589aea41, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\install.php', 1, 0x00000000000000000000000000000000, 0x27bf7aa081fca6b3db30f704c6c2d3c0, 0x46a1993661f912567e65566d19ef23f42b000ae1604725ddc8101c1c096181dc, '', 0, '?'),
(0x9636dd00cb942d8d54ac6b5e9a822b1e, 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\html\\class-astra-html-component-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0xc0e5385b8326d712a69a01b83fb8ac58, 0xf725405f46a1a4d0061cfefe85a1a2b5af3332963fa032d6c9ccbd6903767844, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0x56f531a7ce2bdeab376fb1b813f554d6, 0x25bb6a68416bfce622713251571bebcd69dd788093164680cec29a78a259a524, '', 0, '?'),
(0x963b9424fc7cc1f9df50f17a124f4ccc, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xcaac50fdc5517fecf5adacc30178fd0e, 0xbe8e2f2d27a5ce3b1648bbef159ccf20c9a443192b864b261c29817ec0610347, '', 0, '?'),
(0x963c09e2bd3f92d20b70fa32df96bb06, 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/bust-subscription-cache-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\bust-subscription-cache-endpoint.php', 1, 0x00000000000000000000000000000000, 0x5b2c761ffa49267b5138026bb74cb1b8, 0xac236acc7b32a969a39e674473df62f62356ba97ab7c64b0e7d11bb1da825ea1, '', 0, '?'),
(0x963df812aeeb5c62797c2fe52c870dd2, 'wp-content/plugins/elementor/includes/frontend.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\frontend.php', 1, 0x00000000000000000000000000000000, 0xbf393c1b0d973b399f7b76a93efd3968, 0x7eb7876ed6762597c42411b29bf6252b11f867d52f0c339675826c5b8448cc72, '', 0, '?'),
(0x963ed3fd8a43d0ea86bb8e23357231e9, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0xc982aa200d79c170bb28a63aa614e35d, 0x948bf5a746f659b1ebefa734901e4e4535557755c1d5e6116d2eed02187ece8a, '', 0, '?'),
(0x964db9427e6fe2ec7ad80d324a1d2ccf, 'wp-content/plugins/elementor-pro/core/upgrade/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\upgrade\\manager.php', 0, 0x616328cbcf2a03d1b2b2a0b4c7d2936e, 0x616328cbcf2a03d1b2b2a0b4c7d2936e, 0x9755e7bfd42af705d0a151006f6d9f968545c22dfe08e5d0bf61306f8a53ecc5, '', 0, '?'),
(0x964fa70f25e3d7ce937df9092ea07c32, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/select-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\select-template.php', 1, 0x00000000000000000000000000000000, 0x815d6e633b4bcd79a65070d6a15fbc0f, 0xb37057f43a038b113cc392cfb7a7125839afa050aa6edf3af47f3a3da03062bc, '', 0, '?'),
(0x965362f74fb8f14afe0aa18ba4e64aa0, 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\07-sunrise.json', 1, 0x00000000000000000000000000000000, 0x2b48568250dc0217b309fd0645190dc5, 0xd2c53bc14cb278d3bcbf847989e1c4a22bb77690b8b25023f3ce8bc444ca458c, '', 0, '?'),
(0x9657b7f20c718e639a93f18e082eea67, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post-type-archive.php', 0, 0x41893a4b1690fc402aaf3a0218b43f47, 0x41893a4b1690fc402aaf3a0218b43f47, 0x5708fb9295d10be688f31eb243bc1a780a8174681a447b4b97590c022bf66db5, '', 0, '?'),
(0x9662c9b55f05554dc904c660dc4887cd, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0xa4ee969a307b4fb045795c92e30a0fe8, 0x44391b1857826f608f63a4dcc86860fd66c34164b9d3e9509cf9aa11acaae1cb, '', 0, '?'),
(0x967238d23d66695b78bf295931b9ff36, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/confirm-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\confirm-dialog.js', 1, 0x00000000000000000000000000000000, 0x2350ceeb280c2301eddc4421b0a077c3, 0x94bd0bca4c85b30a7eb0aeca30520133975242c70c2bcd80530c449cfb3860cf, '', 0, '?'),
(0x96729443e624bf64fafad7a94b76a80e, 'wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-creation-bg.jpg', 1, 0x00000000000000000000000000000000, 0x9ecc96c2d4f699c52de1b6a607198aa1, 0x69ef0ee226a4880ec60dfea2d3e6b3b21e0af328d552014c11a6fb364773122e, '', 0, '?'),
(0x9673cc365a8df824d3be798de1441528, 'wp-includes/blocks/group/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x8aaf6d6791df517e5b23a35cc51d62b8, 0x5082f3fd114db2b7911954319c15bdd53b88aab79fba4218e6b8609da8bdb91b, '', 0, '?'),
(0x968135e80753432f0a260eaf219c6943, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-file-system-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\file\\wordpress-file-system-adapter.php', 1, 0x00000000000000000000000000000000, 0x0fd3f301a72e3fd340e7f58e3509b452, 0x127d51520e0d5a456a464c3dca846fb45034f86ab1427c5a5ec5088768367062, '', 0, '?'),
(0x96881729498366c006958b0a460cbef6, 'wp-content/plugins/elementor/modules/atomic-widgets/cache-validity/cache-validity.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\cache-validity\\cache-validity.php', 1, 0x00000000000000000000000000000000, 0xb7e918e14bb490890c2dfcdb551b8e20, 0x4129b54658e4e7d48af9d370b30e26a97c979544f1be1c7f7f07b58069124907, '', 0, '?'),
(0x968c62e5ce27c9c249800952e8dd9f21, 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x9209fe423dc1d0b8caa4a2acfb3ef7c2, 0x2b4a606d94e8e8f11c5e9ef75c17cef3b6418fbb3599537112ea45930df18e4a, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.eot', 1, 0x00000000000000000000000000000000, 0xd34e1a3e778ff0cb40e991522d2f59f6, 0x42050a5a1aafae5f709d6ecd8216cc05b5513f2fc50d33737ffe7d901cbdd729, '', 0, '?'),
(0x9691743d4fc4d12bf4ce066b7a251d42, 'wp-content/plugins/elementor/assets/js/gutenberg.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.min.js', 1, 0x00000000000000000000000000000000, 0xa31c349c5935d000be1650e230e1b377, 0x285d59a9c766dab4783c43f184d53e80acabd8ab27b62c0d393dde34d5b3f636, '', 0, '?'),
(0x96987d1310abd8f9b1de370fbe2abc47, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-taxonomy.php', 0, 0xf8650085e8d5ad5c31a34547c9b36592, 0xf8650085e8d5ad5c31a34547c9b36592, 0x5e49750a1408ceedbfd5bb77ecb623ff899a52d4c4a6fa1d67cd5016d726f08a, '', 0, '?'),
(0x969cc25358bb7736104d9edfa02d8f16, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-logo.php', 0, 0x313828fc87402df90d7df608fc868611, 0x313828fc87402df90d7df608fc868611, 0xaeb3a69110c33fe3db2be7bca229f595ce7a5d508c2ad9c6b77ce31db48d21df, '', 0, '?'),
(0x96a497c9a417d7918ca28cfbe9cdeb32, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/vid-im-feature.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\vid-im-feature.png', 1, 0x00000000000000000000000000000000, 0x3e971e4ffce02aff1e968c5896620067, 0xfb35d046ff54ba2d406f8a98a59f56c57ef4e5059221726eaddfe4bcde47f0d2, '', 0, '?'),
(0x96a522ee9dbb88940d8fc96f50ad3ad6, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-4.php', 0, 0x2cae29a30ea17a27acf5f6acf8d3336c, 0x2cae29a30ea17a27acf5f6acf8d3336c, 0x734edffe09e79e14620a8a4c05098b37f7ceaa1259014002b1af722eb892bc69, '', 0, '?'),
(0x96aa90947ea0b0514abd1690a7402eb6, 'wp-content/themes/astra/inc/assets/fonts/ast-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.svg', 1, 0x00000000000000000000000000000000, 0x1a925c589443cd8e257d992737c1940d, 0x48f2f9452aea4e46ab79a77b7708676aa8749f43311800796e600f74b7a0fce4, '', 0, '?'),
(0x96ac61623cda048fc0a714d00fe66020, 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\wp-background-process\\wp-async-request.php', 1, 0x00000000000000000000000000000000, 0xe308e37cdf75e31cb5d94623bf227ba9, 0xf728c950e89340227f217bc741297b0668fd5dc496d0a627fb79c8090f3758a4, '', 0, '?'),
(0x96b3840d7e032fb591e3e232e7ad1714, 'wp-content/themes/astra/inc/dynamic-css/content-background.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\content-background.php', 1, 0x00000000000000000000000000000000, 0x9401b6ef9f8350a73eeb88e97f35e7d6, 0x6dce88339a586f8a9ce617190c6a5eac745ed929714759a3abcbb113fbe2e4f0, '', 0, '?'),
(0x96b5401d10937c602f6440206a9f185e, 'wp-content/plugins/custom-facebook-feed/inc/CFF_SiteHealth.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_SiteHealth.php', 1, 0x00000000000000000000000000000000, 0xa5640f7c457de03d0ba09bfea7234dec, 0x1700f91d5dacd57968717f504640e75cfbb03018f0355d1d6a6ed53df5a80558, '', 0, '?'),
(0x96b66fc9bb507de94b1e97cb0a5ada3b, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x99f021d3b3aa0b48e26c4e0d0127a6e8, 0xcfdafac33652ae96be8f1a0464c62dfd2ea6c996765475af38f9c2641cda51fe, '', 0, '?'),
(0x96be7e2ae3f9b329ae645f86e25a4175, 'wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\super-quick-migration.php', 1, 0x00000000000000000000000000000000, 0x53d81b6d3cb7ab8aac693004d72c0af7, 0xd5737cfce6c8e65bca21967838f8746b9114216e0fb04bd24435d8cd33aab3ab, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-views.min.js', 1, 0x00000000000000000000000000000000, 0x1aa92fcbce3e356f2aa0530d85160b29, 0x5e93901d188e988bffd7917e1ddce7ad29c9b27160fe61d8a6915f4e34dfc62d, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xc43d5998918b9940fcb9d30fb75fa578, 0xdeb0ca1a5e33c3c99f7689552e61810d5d0166df68e202498515992873f5c641, '', 0, '?'),
(0x96cbf28bf4705364c4e7a25f574865d1, 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/response-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\response-parser.php', 1, 0x00000000000000000000000000000000, 0xe7a00fb114d77357718fafc8a1867713, 0xb6ae9e1e118e71ca77589102ccceee147a4f2459ef8686d60ef667ebb4dbd8cf, '', 0, '?'),
(0x96ce6d59805c8d231cb1d7cd825e32f0, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-4-render.php', 0, 0x13f1e3b64d126189da18e7f41e98f071, 0x13f1e3b64d126189da18e7f41e98f071, 0x4873e21d323482984ae1af6797fc0ae0116b1eb570f97720cd936e4f6c3d3bc7, '', 0, '?'),
(0x96cec4523a0c5ee6652b783297d96313, 'wp-includes/PHPMailer/SMTP.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\SMTP.php', 1, 0x00000000000000000000000000000000, 0xc857003232bdde17b60e945fb4a077cb, 0x50241aa1db20b5e8e2d3c0b2988ce8716ff44c148bfb60897b6dda3c24524295, '', 0, '?'),
(0x96cef2604eb0a9c77486e303ff1f6e7a, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0x2196eb8b5b71530226f5acda2a9b14e6, 0x73eafe566fe6469e44fddf7b8e8fc0ad63cda96b62ebeba35331dddaf65160d6, '', 0, '?'),
(0x96d0f6591a78e75b026b1632e212fe64, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\w3-total-cache-conditional.php', 1, 0x00000000000000000000000000000000, 0xac58d282959d9b5fe21448536b48f868, 0x805daa6321adbc8a50611ed2e27963e060a8ce8d29dc47fa516227410dc808ac, '', 0, '?'),
(0x96d582aefa53fce030f32937cd11a759, 'wp-content/plugins/powerpack-elements/modules/query-control/types/meta-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\meta-base.php', 0, 0x8a4fbb2fe3e891096efefaf771adae3b, 0x8a4fbb2fe3e891096efefaf771adae3b, 0x9778a90a8ca5023434c08e33488a0806e35c7134d3d6668c4a75b3ad12dcd7f3, '', 0, '?'),
(0x96d700fe8c52dbd442a5a5ee7a1a9609, 'wp-content/plugins/wordfence/views/scanner/text/issue-checkHowGetIPs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0xd3cf83aaef1c5cd1ecdf38077d975137, 0x398c60e690c57478e6d5e4d34b21f416e110e8f9ad7d599d7305840036a38ef4, '', 0, '?'),
(0x96d7a9a487449ef61845eae7fe695fe1, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-already-installed-exception.php', 1, 0x00000000000000000000000000000000, 0xc1a76047ef7645301214a3c3eea6e473, 0x521bebaca526ad46af5eb1f60a14a595838d83088ca07e3d47e831bd5f8d32a3, '', 0, '?'),
(0x96d95744a92437fe8b7733e4ea53e9dd, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\elementor-activated-conditional.php', 1, 0x00000000000000000000000000000000, 0xaa93f4b6b6d5a8e82ede26a344958d91, 0xcbfa007ba01a5990247f018ea92237257aa99839b0e39fa7d1da6c1821f385fd, '', 0, '?'),
(0x96daa0646a070c75d41ef9db722bb356, 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\buttons\\class-astra-existing-button-configs.php', 1, 0x00000000000000000000000000000000, 0x2da26d58ae84d2763b90bb3fec7a5653, 0x18b8f04f67ce09295b29c84bce37029efff9c31c72c0ae7010c47f38898d08af, '', 0, '?'),
(0x96dd3dc9dbfb823f3bfe7e3753a5511a, 'wp-includes/blocks/comment-author-name.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name.php', 1, 0x00000000000000000000000000000000, 0x19c342226b22abc9d9d08a812b5ef6b9, 0xf3d3a4e0f342d626e2f8bd7f298e60283dc3ab2c5b7ddfa2ef1ca47945ddc422, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\word-count.min.js', 1, 0x00000000000000000000000000000000, 0x10d678031b6755300ebb10cd56dfffab, 0xdceeb930dbfc1e74b3775493c18df9f51391e37ac72b6f8d19662f7f0daac568, '', 0, '?'),
(0x96e3dc671d1eb00db6cb186dfb89cfa5, 'wp-content/plugins/backup-backup/includes/dashboard/modals/simple-explorer-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\simple-explorer-modal.php', 1, 0x00000000000000000000000000000000, 0x4d1737aac72a77f670a883cf1ce85b13, 0xaaa3c9ba0e3fe8130ce754aa4845a73ca6cd0bcf421a38a9070e72f33409cd55, '', 0, '?'),
(0x96e488d0652d379d3f5142877149766b, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CR.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0x96ed885ba28ef2e41669d5be43fd00ca, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/full-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\full-logo.svg', 1, 0x00000000000000000000000000000000, 0x2ec6f11728ea2cbcc2a3633aff0707fe, 0x59c5c1cb769cb912a34413b0bdc80997d614bce0968c43be4247d8bae23b945f, '', 0, '?'),
(0x96f326faa909c95e0a97dfc9c769b407, 'wp-content/themes/go/languages/el.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\el.json', 1, 0x00000000000000000000000000000000, 0x160b3c1094178a64d6065be4c80e49a5, 0x41950928ec93239dac082d01513b2c9d580649def82726df5ddba8faf406c462, '', 0, '?'),
(0x96f47532b1cf96566f4bfce0e252aa48, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-600-normal.0766e9821c78a875.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-600-normal.0766e9821c78a875.woff', 1, 0x00000000000000000000000000000000, 0x6755564dcbda7a6c9cdb63a09e24da2c, 0xf8ed9ff369a62cf168002cdc90d5bc298b1526731d26a397d7e017ad3c0aa2aa, '', 0, '?'),
(0x96f8211f522a43d2b5b7f7861e65383e, 'wp-content/plugins/reviews-feed/assets/js/sbr-feed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-feed.js', 1, 0x00000000000000000000000000000000, 0x299747bc2ecfe6b5caace3ab9a3f66f4, 0x98b3d79b083622830853e341fa3ede785f62490078b85f3319afdad761b19277, '', 0, '?'),
(0x96fd18865586abdfa280e98758025352, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-500-normal.9a18d7bb9ff7a6af.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-500-normal.9a18d7bb9ff7a6af.woff2', 1, 0x00000000000000000000000000000000, 0xf827d88683a8af61a8d3d4d15434aeea, 0xaf47e0a9c5d96b7d23f93ef7680b32b193f1c1f2dc63c800493e57fb1784dd51, '', 0, '?'),
(0x970169189ad6dc1268ca961cc8739c4b, 'wp-content/themes/twentytwentythree/parts/post-meta.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\post-meta.html', 1, 0x00000000000000000000000000000000, 0x38338a96da89355d260298f392719b59, 0x867cf24d84f40d1899de8342a07f58a33f71c0e7ffc814ff5bf6b18224e37d18, '', 0, '?'),
(0x9702a875d545f2807aa8f799236486bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MultipartStream.php', 1, 0x00000000000000000000000000000000, 0xadc2b1a62facb9fe3eae7b931bcfdce1, 0xcd8ac4728f220f1c4e6613d6a564e49d6c39b9bdb7735211023905e1f8061db9, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x970d8af6bae9a7b917b5833848927de0, 'wp-content/plugins/powerpack-elements/modules/templates-content/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\templates-content\\module.php', 0, 0x3da2e7e033f0173ca6fe4bffca0f30f0, 0x3da2e7e033f0173ca6fe4bffca0f30f0, 0x6d0744f34c1358e8a5ec5a171bd11c64f4045d6808ef9b02e4877dd95053add3, '', 0, '?'),
(0x971053609fee9a0cc286723706a3f337, 'wp-content/plugins/elementor-pro/core/security/access-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\security\\access-control.php', 0, 0x4827b170daa6ecc543ed91a5f0072031, 0x4827b170daa6ecc543ed91a5f0072031, 0xb5efa1fb46a3d4f46eb0518a8d6c68c76deb82cba47de170eae2022841207115, '', 0, '?'),
(0x9722343451cb15117ad5713dca8b8e48, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Post_Set.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Post_Set.php', 1, 0x00000000000000000000000000000000, 0xdc311ed15ef435da8f6bc609dbb8c0e0, 0x290e06427ea1fe1b605509ea84bcae05a1c81585197f7ea55d1838ab03c7bb4c, '', 0, '?'),
(0x97227ae205c9150f3e55717cc4e15373, 'wp-content/plugins/elementor-pro/core/utils/collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\collection.php', 0, 0x6119ca28ddd430568b1679c31555d3fe, 0x6119ca28ddd430568b1679c31555d3fe, 0x5bf55ad083963a1791b702b100535c654d1cc41f2e87ac99f6c10fd15e30513a, '', 0, '?'),
(0x9724d1e86cd3e28e991bcc7ca36d12cf, 'wp-includes/SimplePie/src/Cache/Redis.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Redis.php', 1, 0x00000000000000000000000000000000, 0x6f99ce67d0acd5d6031de4cd324950cc, 0xd1d18072daed1316cbe2fac208177a537e7d4d521d4d81ce3fed8f4f24906a03, '', 0, '?'),
(0x97308843974a722a7753171bbbec8969, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/info.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\info.svg', 1, 0x00000000000000000000000000000000, 0xd1b752a0faf282b2dfed470fce32ae50, 0x78daa78c045f422f34f4e166fe49200d723b3a62feeb350b4b555f6a8efbf994, '', 0, '?'),
(0x973276b36aa9d933aa7e9edd56f66719, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.png', 1, 0x00000000000000000000000000000000, 0x0c28cafd0cb2a316b4fb4600021e4ded, 0xbcd00824137ed99d09587b3ebffe90eb1d11394e11fd8941fafa56e0b2797b0d, '', 0, '?'),
(0x97380741826aa2fe3e1a9cb0c84df8d4, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-generator.php', 1, 0x00000000000000000000000000000000, 0x30b88d7bc39de993989ac50060498679, 0x8ca7fabfd3f4968ac37bdea2c65540feedcfb1dbf5154d9dd611471280d5a188, '', 0, '?'),
(0x973a39f0c89f94a160ae44b4330ec5f3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/styles.module.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\styles.module.css', 1, 0x00000000000000000000000000000000, 0x96fcbc14dc40170e445968c2ae62fa21, 0x9c38c14993943810d3bcce61549156ec3dc89e412ce8bc3bcc5755b1bdf3a255, '', 0, '?'),
(0x973edca2dfd3b0c81a31a1a6ed3d43aa, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\canonical-presenter.php', 1, 0x00000000000000000000000000000000, 0x3415b3a1d22972ee9eb2a4c6d081fa91, 0x8aa126b68a57b12cfe266b7721a23b4de9bcbe90d9297169314b1be11657bc9a, '', 0, '?'),
(0x9743f3101b51258e8e4009c44a6120b9, 'wp-includes/blocks/archives/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x4b78236b7379523c00159ccd2d80e1b1, 0xf1b7691dcbabdb59953a54ef60ed0f156ccf504f85c12262880104322e001cb0, '', 0, '?'),
(0x97482b40d93d0710ec9d20c09553dc70, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/size-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\size-transformer.php', 1, 0x00000000000000000000000000000000, 0xf6b49ca9b5273b2aad7850c9fe177a3a, 0xae827eb804a0a36cb7fa3a80225fc70ccbcf040174f39ee2edc362a99f4220f3, '', 0, '?'),
(0x9749f4d6c7e2f298606fef75d66d9df1, 'wp-content/plugins/elementor/modules/notifications/options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\options.php', 1, 0x00000000000000000000000000000000, 0x1c8974f77e6d05aaaeee526ff1f99060, 0xe98bd7db768881595119f7dbc0eaf0eb37437d5990edb98a3b800168657382ea, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor.css', 1, 0x00000000000000000000000000000000, 0xfbc767719513d9cf69a47390ed948b2d, 0xa57e3a2294600fd4f668652640f815fa2a9c11c0eceafb41bf05afeeea8016ab, '', 0, '?'),
(0x97558cd90a0f6920a542a91624f19fc5, 'wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\save-plus-icon.svg', 1, 0x00000000000000000000000000000000, 0x32902e3e192b6711e6af2328dc057f83, 0xe07db5268ab09748f69116fe027019b8340a49ff2e04499d873886346dce2ff1, '', 0, '?'),
(0x97561926669a206d2db6abc530a47531, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0x8571450b8d6d0e740dde2d669d61af78, 0x4ce1a88a5d44c9acb726aa9aee1b701305513f1125fd5c0b10940850b5e71512, '', 0, '?'),
(0x97585b466ec4ad7ad8cf845509ebe419, 'wp-content/plugins/elementor/modules/system-info/reporters/server.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\server.php', 1, 0x00000000000000000000000000000000, 0x50a2435810867baeb12cf49d12df76c3, 0xa65aeb343daaa2b89ac62fa03e1d4f5d90e62b6e5609d92978d9b80978a226cf, '', 0, '?'),
(0x9758be2b23018a5b14dd15dd2e5aab28, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-card-slider.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-card-slider.min.js', 0, 0x38c9c6cd6f13a04bfa024305d1513d28, 0x38c9c6cd6f13a04bfa024305d1513d28, 0x9494dd7dcfa4bd62deb061347f50c97a43c14e09bbd0e317664c153a25b23343, '', 0, '?'),
(0x9758e715b439b5b19aa54654cb6fdf55, 'wp-content/plugins/powerpack-elements/assets/js/min/twitter-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\twitter-widgets.min.js', 0, 0x59bac8c245a3fbd35870ab3664fefc99, 0x59bac8c245a3fbd35870ab3664fefc99, 0x380ef9d935d8e59a8096573170e764ccac8f270fb254a3aecb26a4b6b04f8f28, '', 0, '?'),
(0x975cc5e396f589308d164daaf4aac84f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Hidden_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Hidden_Control.php', 1, 0x00000000000000000000000000000000, 0xc11c383c6a4b087cbdc9f66fc8555aaa, 0xcb35d627dcbe33f87affaf204edadd3eae6dbfadb7461426822bde383ac36b57, '', 0, '?'),
(0x976a48450e03e29034efd435a677166e, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\open-graph-locale-generator.php', 1, 0x00000000000000000000000000000000, 0xe0422b999c17faeb8e39f912a20707e2, 0xfb37ee596d52af74e806e3e659aab25608b7d7fbb757144a116e259d83fb8e9b, '', 0, '?'),
(0x976a9205b928192a4b9e299dd39e5a53, 'wp-content/plugins/elementor-pro/modules/atomic-form/textarea/textarea.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\textarea\\textarea.php', 0, 0x3f78a6674f8050ca03a75645f2135ba4, 0x3f78a6674f8050ca03a75645f2135ba4, 0x15dc31b0975dc32e15c36e08f6af7f2399f5a4e6e934375b97d2816fa27773b4, '', 0, '?'),
(0x97768862c5e3d2d45bc3d571387e54fb, 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-base.php', 0, 0xf9420b4be0402204ba1060af1ac2da79, 0xf9420b4be0402204ba1060af1ac2da79, 0xb2f64776cc43fa3ac35a0375af83c153ea9fbd132dab3fd044bdfcabd57de027, '', 0, '?'),
(0x9779facef62f5cc92131f430046192ee, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-overlay-size-scale-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-overlay-size-scale-prop-type.php', 1, 0x00000000000000000000000000000000, 0x5301f2361a23b153719f907515e3234e, 0x455fccaac87cffdfd4d50a6e4fdbdd9c55b7209fc0b05b0f930e78543874b2ae, '', 0, '?'),
(0x977a3141787c7e7f7fc22756d4182ecb, 'wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\rocket-icon.svg', 1, 0x00000000000000000000000000000000, 0x8404e849bcf383ce0f7d7ab38b215efe, 0x248cf5e32bb7122626af7eb0dc001dafa98dce113d8b8d8ec5be000a2155e99e, '', 0, '?'),
(0x977f9fab3c76b9deb03d91cde8c06661, 'wp-content/themes/astra/inc/lib/nps-survey/dist/main.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\main.js', 1, 0x00000000000000000000000000000000, 0xdae57d47016268f36bcc8ba1dc1bdab1, 0x1fc0a020501bbe6f83a1251cbb498c6f444bb939f2e9cd51c096735197648861, '', 0, '?'),
(0x9782f83557d40fd36bdd5e1cfc082ed1, 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\admin-global.js', 1, 0x00000000000000000000000000000000, 0x5394c14a68a7c91c7e21b1e34d8a182d, 0x71cadf9e4543ce5d19cab3a060721066e25338bfcc7585afcf239c1bdfc88899, '', 0, '?'),
(0x9784846cf5686d0e9005c4667361c61a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\ProviderRedirectTrait.php', 1, 0x00000000000000000000000000000000, 0x22f413522c5e63e60d64936eb6d256f8, 0x5f9ea13fded7007a7ea3eaf617a64196d8e3419fb232512c1f8eff86e65ab3ce, '', 0, '?'),
(0x978502ce02bed3d607665112d3c79014, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x13269f3b249690aac0522936874fd6e9, 0x9df71ad1facde53c797d48c76098da65cf1828c803482eb48f94a224e8895fe3, '', 0, '?'),
(0x978bc43ef9844a3a1d9d0c1cbc67827d, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Elementor_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Elementor_Base.php', 1, 0x00000000000000000000000000000000, 0x44481e25be10e2ce245fc98683f96693, 0x392ba34998230c656bb4aec0aac7833dc12a5c00633f816a55044132c832886c, '', 0, '?'),
(0x9799708aa94bd66299f800219728a2f5, 'wp-includes/css/dist/block-directory/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ea7f6deabb023f13c5a8d6a246d7955, 0x381053234e286e9acdca2cf2ee8cfc9668328a6b109b272d1e5dd18777aee616, '', 0, '?'),
(0x97a62458893840efda940fe68f329297, 'wp-content/themes/go/dist/admin/go-theme-deactivation.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\go-theme-deactivation.css', 1, 0x00000000000000000000000000000000, 0x1998936bfb6c7f45073e6c6f48769fa2, 0x0f023cb08ebc74cb94ccf53da9b04b62e2152ddd549478aba3e3d4381384c574, '', 0, '?'),
(0x97a7148a85ca069313abe5c526ff1cd3, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\sleep.php', 1, 0x00000000000000000000000000000000, 0xa73bc2af8f5e51dbe8278db3a3bf7fb0, 0x67fa1fe66ec50daba14cdd6150a4bd45988bfab2378d7c7652069958f0859b69, '', 0, '?'),
(0x97b074fc63ed8d388638a7ac8364407d, 'wp-content/themes/twentytwentythree/styles/pitch.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\pitch.json', 1, 0x00000000000000000000000000000000, 0x6aea07966ece6b4cb95a5119b3660151, 0xf078d66d4bddce6fdd98fa76b86ff074f122e6dbb6530fa27ec17a2ac2f92ecd, '', 0, '?'),
(0x97b0ff7587273fb51726ec7e40cacef1, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x2c204daaffab7ffa11bdac3f36e61304, 0xcf221974cefe33206c2b77daca90cb825e51902d76231a84a4ccbc8389470b8f, '', 0, '?'),
(0x97b2e371787922a24aeaab34895cc6d7, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-cli-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-cli-command.php', 1, 0x00000000000000000000000000000000, 0xc5fc63aced1250ceba2c59e7a20f5bc0, 0x148321dc67ec4e57bfe40f457d63880bafc5f769936e2bffbbfe5a3ebf41ddf4, '', 0, '?'),
(0x97b539001b00722193652f825194c966, 'wp-includes/SimplePie/library/SimplePie.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie.php', 1, 0x00000000000000000000000000000000, 0x34aba9166b9249b9f199369e71af969a, 0x01e1bfdaf3515440993b12adb0c9fb7d3f7f43cec5f9397e3a29c2187e44b79a, '', 0, '?'),
(0x97b62c40a1efb114dec8655cefa492ac, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0xe96addc29aebec74197ddcaab36ee85f, 0x9817d60c90d664ede9ab11f0a6d44b8d975f93598b7b2c963196217f8019bf4e, '', 0, '?'),
(0x97be0985a644bb624dd91b4c5fc7e8bb, 'wp-content/plugins/custom-twitter-feeds/admin/views/about/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\about\\index.php', 1, 0x00000000000000000000000000000000, 0xc05c06875596c797b5527658e9689946, 0x18d968d2e7e1a6c6fa5de5a522fc5579626c46a146f55c5d0735c4330cc88381, '', 0, '?'),
(0x97be63a2d612b65597b82c96d7a199a3, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-txt-permission-gate-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\file\\llms-txt-permission-gate-interface.php', 1, 0x00000000000000000000000000000000, 0xe91cba071fd172ef88ee6082af3d3fe3, 0x15830369f3acbc6bd2296d0b27e55b307d711ec2e73c10876a3b28ee3f24a0ed, '', 0, '?'),
(0x97c1f4e562285a312a64f598beeef0a0, 'wp-content/plugins/elementor/modules/variables/services/batch-operations/batch-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\batch-operations\\batch-processor.php', 1, 0x00000000000000000000000000000000, 0xb5ee1091f0b31f4feccf7eba0e64fe64, 0xd40a11939b13e8b8578587fb94851df5de42111a6a58bb028ec747cf02a24084, '', 0, '?'),
(0x97c6075408318dacd093e0c6f316b1b4, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\link-count-columns-integration.php', 1, 0x00000000000000000000000000000000, 0x0c08f2f5d1646f79c449a5672162bb86, 0xe7de934df3e35ad0271ff06289ddfd6cb02cfa71a4d3cce8abfe19e820749393, '', 0, '?'),
(0x97c61fd41c8aebc66e88d10b8bad97cb, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0x1bbd5dbd7e5d1d72a44d9dcdaa287675, 0x597abfd096f3a53408ac2f68175e44cf9aeace0cbb8e20d6d89eb840b08f2614, '', 0, '?'),
(0x97c984c5b587c8eb8f190db433968a8d, 'wp-content/plugins/elementor/assets/js/notes.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.strings.js', 1, 0x00000000000000000000000000000000, 0x86d05e328899c611d5fa120990857ad2, 0x2bed49dea06bfafd27584d4850297570129f1507abb80328ff786b9fe41f8c3c, '', 0, '?'),
(0x97ca2f1a93c1fd4761f8e76e001b4560, 'wp-content/plugins/elementor/includes/widgets/google-maps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\google-maps.php', 1, 0x00000000000000000000000000000000, 0x93d043145e2ae29d52fcb7c161a03511, 0x9b6cedd588430e59f7adabfd8d9615c07835d261836495ffafbff060c72797e9, '', 0, '?'),
(0x97cf1d180910da4ff2f5b91aeb76a134, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-charitable.png', 1, 0x00000000000000000000000000000000, 0xb4f6f795cf2379a04870c37af630c323, 0xdbfa2fabc40e5da13ff5a1a763d02b69cfbff54874fd36b500260810ac978ee0, '', 0, '?'),
(0x97d0790dd71b1ba3de62c7ed946a565e, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0x9e99798fc23af5d7ed9c2fd2b54d7d58, 0xd4ae3e1ad8f636f8c77f1f1e604c5836f87b0eb27d3f4868dd5995c33a75a2c2, '', 0, '?'),
(0x97e0fe4e36935135a2cf64d716721f23, 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\classes\\assets-base.php', 0, 0x2c588809a4524dbe58f31bf392244013, 0x2c588809a4524dbe58f31bf392244013, 0x3beb261ed3b97a0da762c911f6955511f93e14dfc2e5c5a34370833464068b89, '', 0, '?'),
(0x97e376d62f3969b742358167b5f5efaa, 'wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\domain\\custom-meta-interface.php', 1, 0x00000000000000000000000000000000, 0xc07a31fdb3039b5f7d5f62b972bad95c, 0x30c3c453bf10e89bad262e12846b6617d29a3ba79991787744538eba00cbee7f, '', 0, '?'),
(0x97e3d27b2d58dcbf0ecf60368b0d9652, 'wp-content/plugins/custom-facebook-feed/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0xf48525436b763420ad201e6c167779d4, 0x480e917ed7be814903489b9c493ad808549c5c1e28d6261377fd04fbf852fcfc, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x97ee05df428cc6c8a454c1832c27b469, 'wp-content/plugins/elementor/assets/css/editor-one-common.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-common.min.css', 1, 0x00000000000000000000000000000000, 0xfe324fbd08c14ff46997cfdb6d254cda, 0x431c389c9c84b4f69be50ec022b7d0c0ec14e15fd6f3f6879edafd850d997f06, '', 0, '?'),
(0x97f050cdf5e918da3946f685835ec48e, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\revert-runner.php', 0, 0x407232cc19fb09a3dd88742d2aa7c1c4, 0x407232cc19fb09a3dd88742d2aa7c1c4, 0xd426685e102496474111e6f377d7cce7fd6b9f935170c5846c6e295cc4eea628, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0xb8510ed1129bcbd2150f8c6871676ba9, 0xc59ef8edc717540a2c656974aeb602431bde51303c9309a242cd303be59d79fc, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0x80a6ee6c0f36cae3bc282d813f3fd75d, 0xbc05b3294263ea683598230c0587070223f28622b2f85813b4ef8cce44c5aa5e, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x98044219152d4445bd0a755159c3716a, 'wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-de_DE.po', 1, 0x00000000000000000000000000000000, 0x179ddb5bc2e12356ea0fc440d103b442, 0x4c5619e57f81e866cfd64a323c5e1bb5f97fb92a5b838fc84f686d3113d2ca97, '', 0, '?'),
(0x98058bb032f1453594a0583666423e4b, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.min.css', 1, 0x00000000000000000000000000000000, 0x3d5b52340a32e6a75459ac1039d09236, 0x229c493f9a5d8c94452db237b60e410ab9d3e33dea2c95dd42705c0c3977d423, '', 0, '?'),
(0x980e30e4469e3358a3668c443ac1a4b8, 'wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\honeypot-handler.php', 0, 0x996a7cbadee7e58fe22f2fe6aa218bf1, 0x996a7cbadee7e58fe22f2fe6aa218bf1, 0x928cdff4202acc5e435dea625ea751ff936f8923aa1b5170d8b8e4c085eb7341, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x98107d23526688c50b9ea89a23f9abfa, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/load-more.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\load-more.php', 1, 0x00000000000000000000000000000000, 0x00b8207271e157c934e453a5f6c4c52b, 0x46448b5e1560e633d5abeb68f6610bfa0c52cd4b7ed0a7cad704a3f8e5131155, '', 0, '?'),
(0x981327499aa5a88e5396394ef86d6768, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3607.d154f87e3ddaeb7f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3607.d154f87e3ddaeb7f.js', 1, 0x00000000000000000000000000000000, 0x10587573f8d062900064ad2fa1088855, 0x79d037196a1fe86634cbbdbd1ba8dbee7c586146a72c3610614610fdfd2e1e8c, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xa9d6d580c201facab1f44300e3284957, 0x1bd0228b9e54f13eddbe47e3286ad0ac3b1e5f32eb41b2ff9ed827ed7b8affa5, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0xb0af0a75ec8aa2e73b3beef50f394c60, 0x0fcbae5b2ecd97e1d12517c09e0e9c3a06ebe5e238f9f571f5d937bb3fd91cfc, '', 0, '?'),
(0x98203b5098a936a2cf0b3337505546a5, 'wp-includes/blocks/comment-content/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?'),
(0x9823dca0ed253fbb714994a23780c75d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5319.a4d929600ef6edf1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5319.a4d929600ef6edf1.js', 1, 0x00000000000000000000000000000000, 0xcfe782cd8a91eb4405e946f5ab08c411, 0x620dec2f167532cb49c5e58ca52df94b979b5e4d2dfe3c068bb29120f981a6ab, '', 0, '?'),
(0x982c9681de1b46bcb5f00f5c04dda7e2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\YieldNotReadyNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x9ec0615b87002f19b131382d0bd05c77, 0xdd285a65cb52308a260f36509f2b23fd5ba3dacac40d621b35bc035f747d5104, '', 0, '?'),
(0x982ed4aa08b88070988ba149c0246e70, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/schema-piece-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\schema-piece-repository.php', 1, 0x00000000000000000000000000000000, 0x76605ed03666ddbd3e6bb6b739045475, 0x2b5a71cea98ce2c6aef56c9d7d129e1421179e1d4a12856d238f8f24e1e85215, '', 0, '?'),
(0x9834c4beebd539ad6609ce89741703f4, 'wp-content/plugins/elementor/modules/elements-color-picker/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\elements-color-picker\\module.php', 1, 0x00000000000000000000000000000000, 0x9506e6dcb549038446acd6321c927b03, 0xb8c38d33dfd4bac773838b2ad28bd21738c6af01aa46d8b8c52a585db3b77d80, '', 0, '?'),
(0x9835a6868ac1ba136d632e94ec80f7e1, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x07a7eca8530d1712a6119ada97b3c236, 0xbe8ecea8d7c7d2947de246ea16beefc12486eed247c3f23656d880c140369d25, '', 0, '?'),
(0x983741f7452285e3776737c71c3fb521, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x983c97e6b4389a1b030c0814f3c2a20e, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\vue-color.min.js', 1, 0x00000000000000000000000000000000, 0x0b3afc95634cc67d6a125f1adbc15cfd, 0x470dabda911bab6eac975b423a0851be7d7207dd780642b41554df4d69e32ea9, '', 0, '?'),
(0x984c6724925a48a4a011409117cc9fad, 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon3.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon3.png', 1, 0x00000000000000000000000000000000, 0x3e5322fe33bf99b42df26e4d9d3d7023, 0xc8bab395c2caba8ddbc77426576c8b5d481c502dac8c6a3fcdd510a4ef7b607d, '', 0, '?'),
(0x984ce03262ad7a39c038d86c03ffbb45, 'wp-content/themes/go/dist/admin/style-customize.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\style-customize.css', 1, 0x00000000000000000000000000000000, 0x63edcde98416938342d012ab3b0bb51e, 0xd34c7742bd2bef74d481af8d21d1da20e02a9fa4a885072a1488991c4228d099, '', 0, '?'),
(0x9850e9a21de46618088cb1359d9df1fe, 'wp-content/plugins/feeds-for-youtube/inc/Services/CronUpdaterService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\CronUpdaterService.php', 1, 0x00000000000000000000000000000000, 0x6e2cb4294e5e9933e57ae9f080812f50, 0x58696832739bd65bb3c588ecfa09dc29d84f436e7a21eadd4c5aafbeabd76e7c, '', 0, '?'),
(0x98526021e99548c2b4af489a96dc2236, 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nprogress\\nprogress.min.js', 1, 0x00000000000000000000000000000000, 0xef01076fb79e338f9d9514bcd0f60683, 0xa4522c9cd560e24c57db78a187a3dd6ac7bdbcd2086ecefe8550128c92898f79, '', 0, '?'),
(0x9855c453880d0b42e7a0cc633e0ddd0c, 'wp-includes/blocks/latest-comments/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style.css', 1, 0x00000000000000000000000000000000, 0x4f94dd77ce0fb9b75d53703fb3ab4fc3, 0xeda532bbd9ded69e3ee0fedca01885f72073a96931425e19f70d49f050bd3677, '', 0, '?'),
(0x985811f652ff6576f895204f1cb6f455, 'wp-includes/blocks/quote/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\block.json', 1, 0x00000000000000000000000000000000, 0xf927ae996396f4f771223c28ff4d9f5d, 0x6ca708856b1a0b52d6894f0142bdcd74d5fd38a0d32b1b976983b1e76add2130, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0x9858e7c8b140342d9588981fa212df4b, 'wp-content/themes/astra/inc/assets/js/column-block-compatibility.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\column-block-compatibility.js', 1, 0x00000000000000000000000000000000, 0xddc6c7a50ad0e0680a6c81853882c344, 0x0a0ab7936a5d2a665e38c859d0c816961e823b651cb29983d7364676ef0292fc, '', 0, '?'),
(0x985c18661c45d10a6f89f888f5aa4754, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexable-to-postmeta-helper.php', 1, 0x00000000000000000000000000000000, 0x72e1a2b1ca079a333f0bee830979e1e5, 0x738d045e5c3729add00598c6f69e61925366ae06b7922046bfc9e28b05126aa5, '', 0, '?'),
(0x985e98c41a28b7132ef5c82c747b2cd5, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-config.php', 1, 0x00000000000000000000000000000000, 0xfb74ecd37030abc2d28954d11bd219be, 0x529250b5b42ec2789c4fa9428fef951ffc3718c882ce5398eeb1711a979be226, '', 0, '?'),
(0x9865b5180a61e1256f851c9686c345e2, 'wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9fa0edb34a1b58f525a3047cb36458aa, 0x17c055c3e87edf3faaedb9b875eb264483d80511bfbc6dbc1a65987a775d14a7, '', 0, '?'),
(0x9866e5cc6b2fc4833b34ccd013a6bd6f, 'wp-content/plugins/reviews-feed/assets/icons/sbr-logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\sbr-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x01e2f5627d4c3a1fde0916f8c5d27be4, 0x9ac47c69a97ffb65a9693689644d585088024e8f193da6019b5959d2cc5613aa, '', 0, '?'),
(0x98670e809508640edccbd0b7f7a86e58, 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-patterns-controller.php', 1, 0x00000000000000000000000000000000, 0x774d0fef45733cc88ebbfd8ba963d85b, 0x61fdc0644274569694f4f69d56ef750ecd4d6dc39d27fc626db0a98e31536932, '', 0, '?'),
(0x9869fb447c53b1c579fd5c5f76b418c4, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nb_NO.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nb_NO.mo', 1, 0x00000000000000000000000000000000, 0x1be42d62d4db1a60ad1a0361a1c6a985, 0x281102853dc717383fae91ffa9d22773456119e1ed63e13e8c9e1905d495ff1d, '', 0, '?'),
(0x986c87ab259f392462377129efd06b2a, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.js', 0, 0x012c7ea474ea3c3677836b6dac4298d3, 0x012c7ea474ea3c3677836b6dac4298d3, 0xebca7abd96e5b40f8f18ab4271076e54a2a664ab542c8b86f0ffcf83ff6c5afc, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb9e75372120d499b734c1d92bbe9029d, 0x9c55d99010316d87bd81acfbdda8f13aaabcc8ea30cbf614c3ff83dc92db3ec5, '', 0, '?'),
(0x987153167b0f88742c7afeac593cd3dd, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/leftalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\leftalign.svg', 1, 0x00000000000000000000000000000000, 0x5be8a0054e055c41249d9d2913e6cd1e, 0x687f48736e3bca26252295598e9228b5835b86372094f691130630b6fbc59173, '', 0, '?'),
(0x98742df40f471f53566d64eb81569e98, 'wp-content/plugins/instagram-feed/admin/assets/img/book-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\book-icon.png', 1, 0x00000000000000000000000000000000, 0x7f11f3b3098d070a7f2b966a06f837b4, 0xf5eac4ec5657b4f110bd34f469cb942ce43130f4ad599cce3ba063162f968cc1, '', 0, '?'),
(0x987d39836a4ba0a0b2c7d110636053c7, 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\triangle.svg', 1, 0x00000000000000000000000000000000, 0xad224e06ee1f32a1b970b8e5ad12332b, 0x896e3b399a15409771572b74ff8473e48e084644bf103bc7e9fc3851f7bc96f9, '', 0, '?'),
(0x98815df6c2845baca0ec0d0e9ef97ffc, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20191011111109_WpYoastIndexableHierarchy.php', 1, 0x00000000000000000000000000000000, 0x1898b95dbb87e938822c6bd60037976d, 0xa7af29f91018158af590a7793f7bde9366579552a66f2c8c4347a986bdf62439, '', 0, '?'),
(0x98826c3f5de4b0045a1beab56a4b59b3, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\locale-presenter.php', 1, 0x00000000000000000000000000000000, 0x5aa17a6249183253387725a67a1139cf, 0x37d731f42d51d717ec564007e936fd1c5b6f84598dda46554b21e2115259f7f3, '', 0, '?'),
(0x988b2078b34fdfba4d2f254d5948f7be, 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-update-header-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-update-header-builder.php', 1, 0x00000000000000000000000000000000, 0xfb3c45f81c9c0cf941f17f272e7094a5, 0x2491e255bec6c7163490798bff2757a3acd0e317feb9a82e8bc83d6e1640fddc, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media.css', 1, 0x00000000000000000000000000000000, 0xf4f6be66e964f0e00f936e2b50002b8f, 0xef3f6fea5ef2d1271f5857e3a4412048c9d2048721a066f29083d2294a5228b5, '', 0, '?'),
(0x9898804eb2832ee563c8e996de095d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0xea8dbaf93cd9a90e53ad48514ff190f2, 0x2692b23444d68499f650f4060f229d0307a6bfcc773ffc840daaad3271d2160b, '', 0, '?'),
(0x989c6b1c404d852846e62779a6d2e8da, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ArrowFunctionExpression.php', 1, 0x00000000000000000000000000000000, 0x3e6565bb95d1510f574dadbd6ea655e1, 0xde24e954fc20a2eb632be498045df4a76fd08fcee167899fa2d8829f05ae07ea, '', 0, '?'),
(0x98a56fe156da8d857094b2ef2f648551, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0xd46fe7ddae91ab0e1e4d91c161ba46bc, 0x1f6522000e16062344c3cca1b6279df6ab6bf89f47105e98f3d145bf4072001a, '', 0, '?'),
(0x98a582013b133784b5f5acc306511920, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-500-normal.4a96ba31abcce0f5.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-500-normal.4a96ba31abcce0f5.woff2', 1, 0x00000000000000000000000000000000, 0xf67872c89af7c49ce682b30031075e4a, 0xeefcb5ac2f13dbfa47ee5fa8f9001ac4a3576aad6eaa9b941f8773328b8b83a6, '', 0, '?'),
(0x98acad31fea000a8fb6f62b9047496a4, 'wp-content/plugins/powerpack-elements/modules/query-control/types/type-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\type-base.php', 0, 0xbc2d4dedf4fa584cb105eb79564cd901, 0xbc2d4dedf4fa584cb105eb79564cd901, 0x5431dd49e5c17da3e795bfaed030b39dbaef437f65115e0ff1b5ad2f77c8a8d7, '', 0, '?'),
(0x98acc907145c8c4621c601676d7c1271, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\index.html', 1, 0x00000000000000000000000000000000, 0xac3e0436a547fdc22cf9e771bd11cf92, 0xfa4c5c57bb5217562b0bbfc794f3bc349a04c2a8a360a02df38dcb6279806b82, '', 0, '?'),
(0x98b50a8921399d56f35173899937bf3d, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\comments-template.php', 0, 0x9edb863cc66ed59d10029c18035f284f, 0x9edb863cc66ed59d10029c18035f284f, 0xa6678c400d4a169a80450e9a5e0fe121e1e35d716f9c8d90378acc27f2360d75, '', 0, '?'),
(0x98bab7fc167c632826ad0f6624be183b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xacd441fc2501a7b8274da2b599fe8a39, 0x415aa0817a8c22b2aa0ce45483842fb42f953f45e19a1a45ffadcffc5c12d7fd, '', 0, '?'),
(0x98bca814c16e78667f95e61f08c67265, 'wp-content/plugins/elementor/assets/js/text-path.6db73cc0a10a70f128eb.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-path.6db73cc0a10a70f128eb.bundle.js', 1, 0x00000000000000000000000000000000, 0x904f0d8b14e2c1f1dac46071d9cb515b, 0xf47fc8bbcff96fb9b35a3bd92a4525a07a839ce48982b37e64e5f31ff0d2c622, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\gallery.js', 1, 0x00000000000000000000000000000000, 0x3ac06bf676a1fb54270e6e05b1e4a164, 0xa6793db1fcbf5d8e1ae873985d88869f6a70d785c3cc9bbe3662e07685e86118, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 'D:\\laragon\\www\\genesiswa\\license.txt', 1, 0x00000000000000000000000000000000, 0x2f29a8123e792ceddc90ab4a3053be03, 0xedce4a962b7050a6b84a8a057c604e88b2556faf61e83725dd0cd16e66561633, '', 0, '?'),
(0x98d1876046a6a97938dda8acadcd4b05, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eyeslash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eyeslash.svg', 1, 0x00000000000000000000000000000000, 0x2fa58902b03dc31dac9d3ebfa9e6bb2e, 0x4903bd5182c61883b951f7b132bcefefe1c3a1e4eb14a926d4bdda4f938a3028, '', 0, '?'),
(0x98d38790a21cf0db4940d505615ed3f5, 'wp-content/plugins/reviews-feed/class/Common/FeedCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedCache.php', 1, 0x00000000000000000000000000000000, 0x9cd6e3a4a28851ed0d13165b663abd19, 0xb4d4014626e4b4cfcb52c225e76deb52326c83c7cf92a49b4885e7aa21c32b54, '', 0, '?'),
(0x98d9c076a81b188ed2104b3ae0f85a46, 'wp-includes/blocks/site-tagline/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor.css', 1, 0x00000000000000000000000000000000, 0x22e301917fc2e4dc72f73338c51fdf9f, 0x0eaacfc5b2fe75ce91a775c6de2dfea4d0207893a96d926f43dd00a3b12f23ed, '', 0, '?'),
(0x98dc111274c6cce4f18c0529bdfae50c, 'wp-content/plugins/elementor/core/isolation/elementor-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-adapter.php', 1, 0x00000000000000000000000000000000, 0x99d449033b991aef62fe417d6cf41484, 0xdda3c9e1ecc244286dac452da76145a29563221ef30693b993c9354a4e721cff, '', 0, '?'),
(0x98dc8ee67e0a076f08487cccdc2a5753, 'wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x18a97101083188f045505d7ad233b4ad, 0xcf552cbbeb367ec5cd913ed71d2072361066399c811c8fa337bd77a9ca39b910, '', 0, '?'),
(0x98e2ef1837b725ecccac8ac5e826168d, 'wp-includes/css/dist/block-library/common.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common.min.css', 1, 0x00000000000000000000000000000000, 0xb5f0a07cd864ba07a6974ff041f6d070, 0x48ac694b5f26aed8d3e03585d368ae93ab4fbe8b7153d1a8594963960380ec0d, '', 0, '?'),
(0x98eb03e5464b8ef60ac9a36bfc494dfb, 'wp-content/uploads/2025/02/quote_9970335.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\quote_9970335.svg', 0, 0x3929b5d57cc7978ddf5a9f901f8c1b1a, 0x3929b5d57cc7978ddf5a9f901f8c1b1a, 0x4715d525716d58bf9a5a0a577a9ca56590079bac10bed51f4735738c22d8cffd, '', 0, '?'),
(0x98eea5f1c817acf43a3a5143c5b1888d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-400-normal.2acf80e276df9fd9.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-400-normal.2acf80e276df9fd9.woff2', 1, 0x00000000000000000000000000000000, 0x95bbd98f2b3cca6506dc39a6d8ee6359, 0x0a8ba1c35a436bea39825557146ddd11126329ad7dd6aa026d0afc7314e7b381, '', 0, '?'),
(0x98f10f656e27039a810f4c42766a950d, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\bbpress.php', 1, 0x00000000000000000000000000000000, 0x513781241e84fc5076f3cff64b28376d, 0xc97ab9c429791e82fefe4a5605919cb1a6677bd9b178438322760f466e645058, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\date.php', 1, 0x00000000000000000000000000000000, 0xcfbfe94e61f2658bfcbbd05c02c04503, 0x8197431652ae489706c73c66a1540c01db7c8dcfaab52f22b9cea6fa68040224, '', 0, '?'),
(0x9906e8f6e4c147b04f2c2c9df3e7a99f, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\measuredstring.php', 1, 0x00000000000000000000000000000000, 0x21d9f15a25389efd7c65080ee72d42fc, 0xab8a65116276544ba7d02d7be9dd09b9c906ebc20f3c50b7929f19c1292306a2, '', 0, '?'),
(0x9909f953ed59823c732c4daf5936f3b3, 'wp-content/plugins/powerpack-elements/modules/toggle/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toggle\\module.php', 0, 0x66108e5fb5b0e079c8e9d2aca661b92f, 0x66108e5fb5b0e079c8e9d2aca661b92f, 0xa1820dff296975ad58666166354237cd7126575f877cd47de3b5790bd15e2ea2, '', 0, '?'),
(0x990c212a45d6f05021682568462d873a, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\wpforms.png', 1, 0x00000000000000000000000000000000, 0xdb6856d95e52a20f1c9d271d0e4a9709, 0xbb846220233b95bb7c1f23616f8a8710cb9f2d1a313f4130fd21529565fc8c76, '', 0, '?'),
(0x990da48b25bb417db12a20f3b78fe756, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\replace-vars-helper.php', 1, 0x00000000000000000000000000000000, 0x50feb3cf78de979a6da294f93480d75d, 0x28e0914ad9d241cbea529925e57f8df4d8c82ea994d5bf22677b1f75bc3f39d4, '', 0, '?'),
(0x9920c9044b45aa5eaa7359219c26b5d5, 'wp-content/plugins/elementor/modules/promotions/controls/atomic-promotion-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\controls\\atomic-promotion-control.php', 1, 0x00000000000000000000000000000000, 0x4475b59b8074027789ca81e9426571eb, 0xced55f424a0a89746288bfaaf2e6660c13d6de55daab67fa27480635563b5765, '', 0, '?'),
(0x992ba02e552dea3d011221f1343aeff3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/2stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\2stars.svg', 1, 0x00000000000000000000000000000000, 0x013e5e5c80758f64e199527544d44312, 0xceb25b513c3ceee959bc98905af84af39997a6f916cacadb5d13d7d560d53d76, '', 0, '?'),
(0x992fd72fb1cabe67f3d8dd621e7b31bc, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-rating.php', 0, 0x24ea817767cf332eb463b2050c9f2f83, 0x24ea817767cf332eb463b2050c9f2f83, 0x28350ba1b29e8c2e0858f5fdf738d4912cb78ee5ff4edd025c9b100af2e91846, '', 0, '?'),
(0x99318c8809244061c85a3f142985eb49, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.js', 1, 0x00000000000000000000000000000000, 0x09770289d1a3623f67b40a9dc13503a1, 0x8df0492b70397be474b2c0995e486062a6dacc8b4d007a971df828e0f70109ca, '', 0, '?'),
(0x993c61cef53754218de4d84534b98a14, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0x0d6fe5fd708abefe42e0531adec421ac, 0x67078752bb08e47d8f905e4da4a9e6a28e9f0dfa599baddecf0dde3d73c3320c, '', 0, '?'),
(0x993f54456284562bcf23e99793174843, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\LogicException.php', 1, 0x00000000000000000000000000000000, 0xa0a904fe25832e769fd321cc7b970639, 0x3e2d9f713be78b769e3386b352b5d1980c9fcf758941ff49722cbcab38975e07, '', 0, '?'),
(0x99435e645cb0bff4e7d2c019d2f54eed, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-averagerating.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-averagerating.png', 1, 0x00000000000000000000000000000000, 0xb34409b4f943591aaea77cbd52047b56, 0x817cd442060b559dc36e91b40166f4d20a4186b4bdc3f6b1300f422d7432ac6a, '', 0, '?'),
(0x99494cf203dac6a933d387042ebd4168, 'wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-builder-customizer.php', 1, 0x00000000000000000000000000000000, 0xec4307f27b19cdfc5992b4fe06900304, 0x0ed1c593a62514b7bf440ddff62a5232b88fb0433b5653b2a67335f22192a9a9, '', 0, '?'),
(0x9952e1c282c125300cbd69cf3156fd25, 'wp-content/plugins/elementor/assets/js/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.js', 1, 0x00000000000000000000000000000000, 0x77a6395b37174abfa6886eb064905a97, 0xc8349d3710cc26620ab34b82213a0471caf790a9f8ef9756b395734ab357a5ac, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0x995c8e6c2fa753acbd09fac7caa8837a, 'wp-includes/blocks/template-part/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf2552e9eb04c7bd2ebccfb4d2ea86ec, 0x537603ece00a04f341ead8c27426d33241aa55972194759aeac2a3678f0c00b4, '', 0, '?'),
(0x996f32196c8c592dfdd88d78b09fcefb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-date.php', 0, 0xe9a2600b9d19f7a2fbcc7d9d518fa06a, 0xe9a2600b9d19f7a2fbcc7d9d518fa06a, 0xea6f97fdb3802cf6175599bb7acc95b5fa2dad493c3c600ebb56e66c477a22da, '', 0, '?'),
(0x99749b63441d92851564aa7334d99096, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\upgrade.php', 1, 0x00000000000000000000000000000000, 0xf3fee9b9ca67b6a7885aaf7a55081e5d, 0xc29c6cb4332bde8fb57223bece1d6d3c2838dff7224d7a1d14b939898147e0db, '', 0, '?'),
(0x9978f0fd2b2b98bf1b0dbac291ff50a9, 'wp-includes/blocks/footnotes/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x17e26612abda60fc1d8fe51f2911b25f, 0x4405e982b45da30795d0d3133dd4e591949eb932135583687b48451838ac415f, '', 0, '?'),
(0x998049315cc7542d1bcfec71f3e69d10, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.svg', 1, 0x00000000000000000000000000000000, 0x0bb428459c8ecfa61b22a03def1706e6, 0x0009cc80b7b6ee8c8914e6abc4f3706f44f5571e5407f5ee3c4a0106c26a1c44, '', 0, '?'),
(0x99821b5e411d2a521b3fba6e46c8d3aa, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-mini-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-mini-cart.js', 0, 0xafe4cb88b2ebfc89da88d21643ba7d51, 0xafe4cb88b2ebfc89da88d21643ba7d51, 0xa19b3cd593549dc4467b5c14f3add0e9a0a3fecaf5340864f74cfc57aad9a3c6, '', 0, '?'),
(0x9983fbcdc410b23993a6d2f507393325, 'wp-includes/blocks/comment-date/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x99846858ff51064d59ec6ede07b7ca15, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\health-check\\file-check.php', 1, 0x00000000000000000000000000000000, 0x9756df7021231ad0b09ff0b02eb99e6b, 0x2f3ab422a5848cfda94daff22f8119e7aadea4b17d9f73d6311aec7e0c67e66e, '', 0, '?'),
(0x9989e74ac637ca86dd04455c7072ca4f, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0xd4cf856fad16d4195565a22ff3ee78f7, 0x15d3b431f680973066cc1d80d43f8b73345f3175c0f9975c51879c101ac21fcd, '', 0, '?'),
(0x998d9ed78443c31dda22fb832d7cb7ef, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x2fbe185df263c7d2d53bfb66d20e842f, 0x9e8a8296d4f1d7affde7d317794efa2708e09d76762bcb702faa58a408c1dbc5, '', 0, '?'),
(0x9990f12ecb68f6668618f0cb75fec37e, 'wp-content/plugins/powerpack-elements/modules/video/widgets/video.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\widgets\\video.php', 0, 0x178ea1af5a4759308e673ab196116d22, 0x178ea1af5a4759308e673ab196116d22, 0x8b55e6d065a15f7975e6ecee061c6cf2e6ca1ec7442126ce4fb782d4875f5c1e, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x38405f7661d194cd93174edf7cc56ab5, 0x3c820997674bd74bdbd486e47bcbc8916e8f561fbbe255b4cc890a08e632f67f, '', 0, '?'),
(0x999d583c3791f4b3592d2541829e6371, 'wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\skip-link-focus-fix.min.js', 1, 0x00000000000000000000000000000000, 0x079968fbbb17f16be69206a818932f7f, 0x603bf65ff38a466460826071c5987302ec811d841c08ba6ca95d4596ddd1ac17, '', 0, '?'),
(0x999d96a355564695979e592f4ad53c76, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-right.svg', 1, 0x00000000000000000000000000000000, 0x50e015fb91c9be4d6a9091da8e400af1, 0xc7d700f70a0a278fccb78acf2027477e0f0d25ed27e6129e4968b2447c07c35c, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x906dc17f8051afd216b5cb1a05792a9c, 0x6be737992857ff9f8d5e10c444b826d6b83781dd7d8938d826471fde7afd7faf, '', 0, '?'),
(0x99a4ae55218e53ce9661a41efcbcebdf, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-custom-elements-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-custom-elements-menu.php', 1, 0x00000000000000000000000000000000, 0x9336595c306d2fb7c91076231707d23c, 0xd4b72ec632684289d53d0e985de2aa96adf09a38eac6c7d8f1032128ba79a453, '', 0, '?'),
(0x99a8c6d03836281080f0acf1b2210e80, 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.asset.php', 1, 0x00000000000000000000000000000000, 0x507b3b761ce8a71bf830cb74825c5d67, 0xc2cb26af5af93d3435d544452d4b8e025559e5688b3ce92968d622de1ebc712d, '', 0, '?'),
(0x99ad20b1e57e6bd1af1b8f067d427ba1, 'wp-content/plugins/elementor/assets/css/editor-preview.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview.min.css', 1, 0x00000000000000000000000000000000, 0x1b3f28c60198ede0c8e8350b63322179, 0x5a0b2eee5f27c514cb1edb1faf871a04f37904d7000f30e7a4c42a8549c091fb, '', 0, '?'),
(0x99ae45140f797fdef1f5b5cb7aac2118, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/install-plugin-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\install-plugin-popup.js', 1, 0x00000000000000000000000000000000, 0x69a36ab124aad3eb8e55c11ea95b2bed, 0x34dfc3b83e69cb14280385edd9702e5adaa97dff7347c10906225dad7bf7e1d6, '', 0, '?'),
(0x99b4f94a3c3a5c1861ff6f2d6f1797e7, 'wp-content/themes/twentytwentyfour/styles/onyx.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\onyx.json', 1, 0x00000000000000000000000000000000, 0x6d20ca1ab6149ec796f224906022e2dd, 0x7a8de072d256b8268e4c443ee76a6732703cdc9255507be81f037724b339cbe9, '', 0, '?'),
(0x99babd5c8f2b93b34b255578e1e5faa0, 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-invalid-manifest-modal.php', 1, 0x00000000000000000000000000000000, 0x3fa809bd5915154e862c046551685e40, 0x3bf71f532925d7ccea2b48e071b635ce5b474ba20d7c2271f617b32f7588e5b8, '', 0, '?'),
(0x99bb5c5dc0461279d9466db34382db3e, 'wp-content/plugins/elementor/assets/js/4927500be197e062162e.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4927500be197e062162e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd8df9c1d59d879d5a52587f18bcfdbdb, 0x32dff83aea5c0f0c09da5545d2d9f6dede7fcae6ce388ed494fe84fc0482665d, '', 0, '?'),
(0x99bc9e4cea56d6c1b131977344bbaf27, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-hello-world-task-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-hello-world-task-exception.php', 1, 0x00000000000000000000000000000000, 0x75de5c84e1d7b36dfb3c06e103ce9c4c, 0x08b4bd3b76ee233862d3ecd9bfef4c8c3190d82942bca8155f7fa8eb9528be5e, '', 0, '?'),
(0x99be2caba54968de95513acca7fb8482, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\available-posts-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x035b42205f242e27a59f2d18acdd5518, 0xd579f76da3e22031388b0a066fd87ecf1180e80efbcd217e9d1b4a4dd1341110, '', 0, '?'),
(0x99bf539345ebcc1de852152b5a02bf15, 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.js', 1, 0x00000000000000000000000000000000, 0x4bee93d71f14ccf4f04382bd486a720b, 0x8d027e81f381438ed9248f7ae11ffe2769eec2cee198fdca36388e67d8f40b2f, '', 0, '?'),
(0x99bf8d450e93cf3230376cdca48cf63b, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/failed-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-console\\failed-request-exception.php', 1, 0x00000000000000000000000000000000, 0x5ac627ed3ff13e3b84d49e7adbbc5755, 0xe434c9f0b88e51138ad7f256c7ae697a1a41cbb4244b2a3a9e49fe508bd7d394, '', 0, '?'),
(0x99c16c7f1cd1c8cb60ebdfb18c41eb69, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ActivationService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ActivationService.php', 1, 0x00000000000000000000000000000000, 0x7753c76e9c2310154231b9c49e5953be, 0xd5662dfd744f933d42a1cbae6f0f19548ac900d60ab9d6e330d6335102aca084, '', 0, '?'),
(0x99c860b4b70bd0edeb18d01578998238, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0xf58b00ea6bb2fad06889c99a69adde05, 0xf8490b500beb21e00ea26224a68cc9c2035c054ca1b1ca97897adb28beb7c2f1, '', 0, '?'),
(0x99c8951611c16ff0bad9d6791b5e7a01, 'wp-includes/blocks/image/view.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.asset.php', 1, 0x00000000000000000000000000000000, 0xb3168412e1bc22e2e07a5f262116f75b, 0xbdde737d6c36873815791d19b7611187f5753487c2807d51df4bf8e93073a523, '', 0, '?'),
(0x99ccce0fb947cccbfa31c680e108b500, 'wp-content/plugins/elementor-pro/modules/popup/document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\document.php', 0, 0x804467a65b74f662994ac359e38e9158, 0x804467a65b74f662994ac359e38e9158, 0x6131e0ca0e47331f9b15c3097db9f315ffcde4c4d48341f400be63ca6e60aa73, '', 0, '?'),
(0x99ce1485dfea87682a2ae995828746ae, 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-business.php', 1, 0x00000000000000000000000000000000, 0x43b28c7ff4170daf8ba11af9599b62cf, 0x3aab444734a454d7a037fc9facc4f23d02915229068385f59f183139410ee088, '', 0, '?'),
(0x99d085412d4ef1c64987c1bd0cbe3fb2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plugin-disabled-warning.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plugin-disabled-warning.svg', 1, 0x00000000000000000000000000000000, 0xe3c30fe6c336391f0a41ceac684aed4b, 0x7146506ec10c61266efef80b478ccc542807f446407b6e3db1d84a1199d46fcf, '', 0, '?'),
(0x99db198c868b4c787b731f1896faea35, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.min.js', 1, 0x00000000000000000000000000000000, 0x03d0d6e86da7a958d1a7df396893ecca, 0xd61198ac81ff61d149d4c3c394181e673939a5b157bdb5443a97fb3eb20c383e, '', 0, '?'),
(0x99e38d2d550a33002e382bfad66ce393, 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\onboarding-wizard.php', 1, 0x00000000000000000000000000000000, 0xe5a38d72d74800681925a0a2013a284d, 0xc3fbf819912d91d8bd74a87c44d9ab1ee93f31ab1a589a58b78dfd7ed2e1364d, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\lodash.js', 1, 0x00000000000000000000000000000000, 0xbbb588cc4360df5d317ebff5f5c1ac9c, 0xd7b35b1fa3703ae2ad098c7aeab1d5cc4bdb5157778a747d48a4d349ad280980, '', 0, '?'),
(0x99e6699c259bf9c36f8b29dc2385bb5c, 'wp-includes/blocks/image/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x92702e738b7042764c273f91d61e7a61, 0x4ba27789897889ca2375ecc43efa73d34ee9c1cacf61a787e63c9d5595024e79, '', 0, '?'),
(0x99f3423af711bb069b770b3580c30496, 'wp-content/themes/astra/assets/css/minified/menu-animation.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\menu-animation.min.css', 1, 0x00000000000000000000000000000000, 0xf9fe7d6abdf0b467614fd13d77fb9c9c, 0xab29f8720180b1be5627f22caa4b28a6ad5184362bbda82e4cbbe783b3323bd3, '', 0, '?'),
(0x99fc1feff1384d97ff3a939f3fbd15cb, 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0x9a0094889d9972e94c1ebfce40904ae3, 'wp-content/plugins/wordpress-seo/images/icon-cornerstone-content.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-cornerstone-content.svg', 1, 0x00000000000000000000000000000000, 0xd51ca68b8ca6c1e01e41bc0e73f25c79, 0xa5d239d1226ccccc552809c93bf74216db5b07b4fc3458fa6a86186334aec5e6, '', 0, '?'),
(0x9a02ef7d4febc0d6fe39f466bad105c3, 'wp-content/plugins/backup-backup/includes/uploader/chunks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\uploader\\chunks.php', 1, 0x00000000000000000000000000000000, 0x8f4dab7ab061099931a6f5a484cef668, 0x25e0e8f072ffdeb035709e9bb86cb3700fbbf006023040b8d02afbafdb717879, '', 0, '?'),
(0x9a03593d262a92d3a2c5f637a09691a5, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x9a067e591d165cc0089c5c79d36812e8, 'wp-content/themes/astra/searchform.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\searchform.php', 1, 0x00000000000000000000000000000000, 0xa8c96975f1fa46e28a098876b6793f2f, 0x2524399df39d1f95738920526242f0f19912c5255155f918d4a0bbb319c16b9a, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x9a114001c613af5f67559f8b7f0b3916, 'wp-includes/Requests/src/Auth/Basic.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Auth\\Basic.php', 1, 0x00000000000000000000000000000000, 0x07f677dd5906177bd39310317d606fca, 0x6f85822cd88cd662442719263ca5d89f09f1e0c0a665185d8a99f1ea27833d0a, '', 0, '?'),
(0x9a16f3afa671ebb2faad3b4b54b24a09, 'wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-left-aligned-content.php', 1, 0x00000000000000000000000000000000, 0x712b3f2cf5a810a88032c596b0f08dc1, 0x2a6338a8aa24c7151f82e879ca6f130feef94ce946facdab420f00759af18d68, '', 0, '?'),
(0x9a16fdc29b9a49e5e23b2bdfd1c30c80, 'wp-content/plugins/feeds-for-youtube/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0xcba28b9d316e613c576ce3841faf90e7, 0x973a114e548081920f21789a9d5b86227654a6cd31ad57ee1bdab804aaecccd4, '', 0, '?'),
(0x9a179050bc4515d4fef8a8c317b54a83, 'wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\error-500.php', 1, 0x00000000000000000000000000000000, 0x2a9bc78265f8f73da5c3a326d07393d1, 0x6035692692ffe6b4ccbbf1900814a341a6d0d2466c04da35725a47698ac728a6, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\license.txt', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9a1e22bf8ce9c789cd981db046ca3b2c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\option-titles-watcher.php', 1, 0x00000000000000000000000000000000, 0x05bee22f5581064e902d0df6659889c1, 0x9b66d9c4311b213d8b67fd50512610b45e9658fd041e21b40b08f23bce1a4059, '', 0, '?'),
(0x9a20b98d86cb4adcb1ede13a01306d28, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0xa10dc16abef8d386eb9516c7cab66dae, 0xa3cfd8efe5469c7d505817213a5957d9408d8febc0b1e5921985e4732ff149ba, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9a2828f4b8556b27ed1cea2a5f62ccd4, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0xa035b54a82949a9b268ec8547cd3d98b, 0xbc194aa2f6a574c08f809e2d5795cec1b944afb28d43e67093286000f0d3a883, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\streams.php', 1, 0x00000000000000000000000000000000, 0xfc619db341fed56db2cc114034712354, 0x0b90a96dbb431cc80197db03d8997e9e7bd2811440b4467d18cb976ec9a8a991, '', 0, '?'),
(0x9a3b5b74d86722ef3663b5faabdb6b1c, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x2b4bde705d9c61d2b76a7d5e640f8a92, 0x42f488baadf1601d2d36a128342fe27f8ef9d15e009ff914f824da882824e285, '', 0, '?'),
(0x9a3cb5d76a6b688b43d6338d77aefaa2, 'wp-content/plugins/elementor/assets/css/templates/lightbox.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\lightbox.min.css', 1, 0x00000000000000000000000000000000, 0xdbea16dd3a3b8a733ca0cf28a9a8c572, 0xd47c2919ff1a858f813447dd8618e3c2c9009cc04b7aa14c697b6d61bad0339f, '', 0, '?'),
(0x9a4796676f6213fb60cbd6062e368cab, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\MacroAutoImportNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x7f92a716dd01fe0268926bce1c4e3510, 0x0dcf052c679eb5bac130ba31c8b2443dfc80a55096430d47483e407868f0f386, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0x9a4bfd4a8ee76fb744c0b654622ae8b5, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-sample-page-task-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-sample-page-task-exception.php', 1, 0x00000000000000000000000000000000, 0xbdd738c035e865b694791fad5b30c1a5, 0x8221e32b3bb64a29628db0cdcfe5a31ff7b48492a88e851995a6869e0512fa76, '', 0, '?'),
(0x9a4ef74fb5e8c3427f00b59761ab7332, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\dynamic-value-provider.php', 0, 0x6e6a6c6d4d85ff592480b9ee6e782d68, 0x6e6a6c6d4d85ff592480b9ee6e782d68, 0x826df279f3fdc2c8cc1fc77d54b03fc84d0b894920cc16a2d5694b2d6f418340, '', 0, '?'),
(0x9a4f9d8e1f24d0f7c04be3d8f9b1c0a8, 'wp-content/plugins/backup-backup/admin/images/clock2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clock2.svg', 1, 0x00000000000000000000000000000000, 0x201990ffee3b663eed8958242f802944, 0x22f37311d7f39d6225465c0c921f274e7e284852db40bfeee4261b5aae43f211, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa923c9f397e68cb75b05b0875e94372c, 0x6c784526e31b3335cc8585fa4e6ad710b4149f922125c6b883f776191fa3cc18, '', 0, '?'),
(0x9a5bd5b6446af3cd73ac7ee589679be0, 'wp-content/plugins/wordpress-seo/src/dashboard/application/content-types/content-types-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\content-types\\content-types-repository.php', 1, 0x00000000000000000000000000000000, 0xbd9a3a3b6895fde28109bbe8f66d5c04, 0xb3566ed149541ec8f1152df82429923852126a26b53a2a75b3d9f95dd7cdfa17, '', 0, '?'),
(0x9a5d19bdba7aad1dac26add7ffaad594, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0x14c42b191d9b562380201450c9dc4418, 0x472d1f5daa1a8142eb40144e6a7f9fa9a70fa379888fd04579fe3ed3dfb23628, '', 0, '?'),
(0x9a636ce4da7a8565b7d11da2d887b6a8, 'wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\set-fonts-and-colors.php', 1, 0x00000000000000000000000000000000, 0x7f2f11c254a08688849b9f2d6e117c28, 0x03d934ab58cadbd0befacf4ea70f92b903f87a009673085ff2acad1f122cd51a, '', 0, '?'),
(0x9a65da10c336b334c7c5552df5788365, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/array-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\array-transformer.php', 1, 0x00000000000000000000000000000000, 0xf4ada34925a17de87546db28365a0337, 0xa850dee0b38b9aa45d51bf0070a88d2029b55528a5a2576d920c281b4d1c8baa, '', 0, '?'),
(0x9a699887a56489b2834fd2aed661fffa, 'wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\screenshot.php', 0, 0x3e7e68f7788e0ba21a92af23f3d8ca69, 0x3e7e68f7788e0ba21a92af23f3d8ca69, 0x6a7f562996b5ef95d721c157776d11b4ecd8038c9184a0f20aa8758c0e822804, '', 0, '?'),
(0x9a6f0c1f770c1080d291fd3be578ecf8, 'wp-content/plugins/reviews-feed/templates/settings/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\settings\\index.php', 1, 0x00000000000000000000000000000000, 0x4510eb91b8bf45a5e67510bb3da92670, 0xbe7c43aac40c56794f1f8202d022bf82d13618218b3b3ce70b26b89c708ff41a, '', 0, '?'),
(0x9a6fcd2e8f9438ba8fe791fad580343b, 'wp-content/plugins/elementor/migrations/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\README.md', 1, 0x00000000000000000000000000000000, 0x6f0260b3ade5120d5befea383700a537, 0xa93fadd887db95f08537e509e5e82e1a843297aee663ac7193b4ecd06f96eda5, '', 0, '?'),
(0x9a71327492721ddb972c115d732a72ba, 'wp-includes/blocks/audio/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x9a78641e9dad3ea0df21510f33d71d29, 'wp-content/themes/go/languages/vi.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\vi.json', 1, 0x00000000000000000000000000000000, 0x80d5499d98259415cc69c86592416902, 0x71f36eea462e04d595a8023efa56f974532582c9bafe8f81c6b144160a12d6b2, '', 0, '?'),
(0x9a8a168205ad5d354925ffd9eef9955a, 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\edd-cart\\class-astra-header-edd-cart-component.php', 1, 0x00000000000000000000000000000000, 0x9202f89c5f4b1675f239e276999302e0, 0x2553342ae9bc8fa99307af5a5fa86c7c93afafa90af014d8d65b4f8714c1edfb, '', 0, '?'),
(0x9a8b8f2b1b67d2005e04f6ef107b3dce, 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\request-handler-interface.php', 1, 0x00000000000000000000000000000000, 0x8d18cb44b6bc97e439e37d7fb5d0b389, 0x6c68b775464f93c0e99136585d67eb7f7afa16adc74343aefbf4f863247eba1c, '', 0, '?'),
(0x9a8c7f84940f3bd1a2427cae8b1d8af0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7632.4564de967a151650.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7632.4564de967a151650.js', 1, 0x00000000000000000000000000000000, 0xbee0493cbf3192133aabbb9876e2612c, 0x131fcdca629f5c5b96ec1ad543b98a92a189eb21f7c0f6bc5e35bca8dc75fb3d, '', 0, '?'),
(0x9a8d6a33d6573314f0dfa745aa404bd8, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0x8f6c1195282582545fac0785a68decff, 0xcaba455f9173a35f6356113d8323b5cae4eb8547251d2d0511422112e8710465, '', 0, '?'),
(0x9a9134652b0f7ef3dca0496b830aff72, 'wp-content/plugins/custom-facebook-feed/admin/enqueu-script.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\enqueu-script.php', 1, 0x00000000000000000000000000000000, 0x860f5a8c8bd28f1e4db2c24d6687b3df, 0xd0d309a7aae987d0651cd091e035faee2d6789b6388cb4c50a53f3e37909251c, '', 0, '?'),
(0x9a9348011f7403e9ddd189c4fb9499e3, 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\base\\widget-contact-button-base-pro.php', 0, 0x20431824685e4b37e26d80feeb8a3217, 0x20431824685e4b37e26d80feeb8a3217, 0x45e6864cbdfcec620419dad08f327aa75524e03463627b3db7336b26dfd25c0f, '', 0, '?'),
(0x9a989c013a73534af8d0ab3d3fcb0320, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/710.48ad1b354fac2c0a.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\710.48ad1b354fac2c0a.js', 1, 0x00000000000000000000000000000000, 0x84d0794c3a91a04d782c14de81b6d133, 0x265d4a4b6598fa0dbd1cedbcb750a0617e68c51cb539e65a845c86811ed51957, '', 0, '?'),
(0x9a9ad4b7a009b85192da2e64569890b5, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/object-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\object-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe4b066657aed9949908c6899dc2ddcce, 0xd2cd58f15b956779f05a5b7b6ab9cc14722ae13436f4a763c415588972952b42, '', 0, '?'),
(0x9aa100f7435cdbd973000a8f355c010e, 'wp-content/plugins/backup-backup/admin/images/its-free.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\its-free.svg', 1, 0x00000000000000000000000000000000, 0x489c1cc70ef7dda3b91c0c860ce0c3a1, 0xbdbdfa742e6a7594e2b0f986ecf08ea2c74ba315cf2ee4938003a705ea544550, '', 0, '?'),
(0x9aa3df6c4089d4347ec6ce967933bf84, 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\previously-used-keyphrase.php', 1, 0x00000000000000000000000000000000, 0x31213ab555a674113434458cf59d1a07, 0x41eebdb3ec3a878a01ac841fe47659e422f6d7f2af4e2682c90a29ec24a48b3c, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0x9aa6b88572528d6d8f52e7c81020e9be, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\black-friday-banner-2760.css', 1, 0x00000000000000000000000000000000, 0xea72c250bc10753b96969c7a7590b32c, 0xe937a5ea704de79df510167d37ac72f0711a110cdf0697ff649e185749741a84, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-atom.php', 1, 0x00000000000000000000000000000000, 0x1ddf0ecc5bc743b26db8125e1ca4711d, 0x7ab7c026de6a53e506390d827490cdacb95e230799ec89f0f17c6ff2b3a0b013, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.css', 1, 0x00000000000000000000000000000000, 0x83db32229dab001efac54ac577ec33a7, 0xf3ede9fec846c1c7327bea9daa06a2fa013f11a066250639196cca090759bb19, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wplink.js', 1, 0x00000000000000000000000000000000, 0x55fcc3d252c3ce77e82fab9c92c2d521, 0xa185786de6dd25d78c4a200ec2a15eda9dad1f7bce7123975821e6e685b452af, '', 0, '?'),
(0x9abc31342b91d8f5e26cdac9fdf2ffda, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-stock.php', 0, 0xfb06af3d50e2e7e3152f881756e33deb, 0xfb06af3d50e2e7e3152f881756e33deb, 0x6d966765d07911d6d9754286a5bf968b02c1765fab2108829d2b4c713cd27ede, '', 0, '?'),
(0x9ac070333f1401447dd4899504e8acc8, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-content-ticker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-content-ticker.php', 0, 0x237b1863907476de88fba8d5ad3d8184, 0x237b1863907476de88fba8d5ad3d8184, 0xc6faf78ac3d3f498c8d2f669011c3b5cb43a8dc9bc794b31f9fbec107ff39da4, '', 0, '?'),
(0x9ac25cda6e5c36e0b829ab9e149761e7, 'wp-content/themes/go/dist/css/design-styles/style-welcoming.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming.css', 1, 0x00000000000000000000000000000000, 0x93656454dd25f6c7a579f64be619ea5c, 0xd3383af00b8b368529e821db2032c9f5164ee8d58b3cab26b03150e3b946f581, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0x63b4d4221882178d3d5c3d8c045d8431, 0x6dbf510675aedd2f17741b8ecaaf943c871cd8b7af9f717aab0ec2c07a784f18, '', 0, '?'),
(0x9ac5709a9ad9ef368bc9a8b101885a4c, 'wp-includes/blocks/widget-group/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\widget-group\\block.json', 1, 0x00000000000000000000000000000000, 0x5e31a3167fb814ee9c823b20dd3aca8a, 0xcc595eb50f93c4a0301506d781a573b29941f5dfd1946efc2d64af76f7494f9d, '', 0, '?'),
(0x9ac68fa4082dd944f11570b66b84fe46, 'wp-content/plugins/powerpack-elements/assets/js/frontend-table.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-table.js', 0, 0xb4eed95d2f7d150a7553a90a10e26406, 0xb4eed95d2f7d150a7553a90a10e26406, 0x56fa73af7bb0934a88c84d6d46e71d846dc6a554e07317242e1a70a1ec8308b8, '', 0, '?'),
(0x9ac6a8ae5c88bacf4d72c77d79d291f9, 'wp-content/plugins/elementor/core/logger/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\manager.php', 1, 0x00000000000000000000000000000000, 0xed79cab81bbafa4d483dbb2e6112ae03, 0xec7c144b82370193d5bc53b839d4f415769a50f41a930a7ba3753ba6ee525aed, '', 0, '?'),
(0x9acbadcb6f2ea1ff9e381eec66597218, 'wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-site-origin.php', 1, 0x00000000000000000000000000000000, 0x62bee88a794068053c8e15ff8c3a67f2, 0x8a16b6bccde5e4b90e645a7b6aab89c61141e13233f2edb5c97b6ebc6809bb28, '', 0, '?'),
(0x9ad0cdbcac58ec96d60e639e856ef792, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Togglebutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Togglebutton_Control.php', 1, 0x00000000000000000000000000000000, 0xb49695867e4100eec833c4c9b8482384, 0x5cb00685b0b9e542febeaed5269429e066e773f8bad773537205b314bed32b76, '', 0, '?'),
(0x9add3599ebd6a93085cfb6d6e82cf137, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/book-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\book-icon.png', 1, 0x00000000000000000000000000000000, 0x39b89e0207761ef1196185ffe2fab924, 0x5e5cc6b6696ec3e6312e03ac3d873ca54e296782e9b7e9e9b434e45075545dcb, '', 0, '?'),
(0x9adf2842ab4121acaa9ed7dbdcddf6f1, 'wp-includes/theme-templates.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-templates.php', 1, 0x00000000000000000000000000000000, 0x3ed08fda9b5387656de5c491c554747f, 0xcdac3aa8a1b1763c03f8518850d42bd35dff882b0489a68da57cbf23017f6caa, '', 0, '?'),
(0x9adf63457f1e4a5fa62357ead07d5bc0, 'wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\views\\plugin-update-message-compatibility.php', 1, 0x00000000000000000000000000000000, 0x51b949402123f997da21f91b363ba31c, 0xe67098e02ffc519a4c76d99accb60cb4dabcccb3deb2a1b55a4300ac2b6110f4, '', 0, '?'),
(0x9ae13d51e6e12837fba94564c4a877d4, 'wp-content/plugins/reviews-feed/templates/frontend/lite/post-elements/author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\post-elements\\author.php', 1, 0x00000000000000000000000000000000, 0x8d6fd963619449b69d140500a9cab700, 0x834f9d4c24ca999dd53b0c21110f50101337ab40839553dae2a3177bf7e64054, '', 0, '?'),
(0x9ae359b89e03ecfd85935c66cff7ab8b, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\woocommerce-seo.php', 1, 0x00000000000000000000000000000000, 0xe1dce6912b0b8ec300eb0a43a9aa8be3, 0x556a05ec74e0fd63177194db7c93a58350cea437821a4d765c7b0b58cb7356c0, '', 0, '?'),
(0x9ae64abffef2d57284b030ee18f8d063, 'wp-content/plugins/elementor/assets/js/d42de03ef4a0f50e39ca.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d42de03ef4a0f50e39ca.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x947cca33787c13a1d3d63d5718701e7c, 0x79f93f68fa37278c4678b11ed515b4856ade1a490a20b89c20a1939411d8e8bb, '', 0, '?'),
(0x9ae819e753e18e4d844251842825b92a, 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\admin-menu-items\\popups-promotion-menu-item.php', 0, 0xb5d8caa9bd7cf68224c350d7128ddd27, 0xb5d8caa9bd7cf68224c350d7128ddd27, 0x8fbf36b5116095635155655c37adab7fb9ab69411ba2d7f2132b4943b6b29d85, '', 0, '?'),
(0x9ae81b1795e58aec9a1a079110721b6f, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.min.js', 1, 0x00000000000000000000000000000000, 0xfe5d422c143f93f88dc977fe3c047035, 0x0f400793e20bc8adaf18a38ef509ef5d15cbec0236fddb58fe17a27090cdb603, '', 0, '?'),
(0x9aea2d2766a8df953f181f583a340d21, 'wp-includes/blocks/table/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x491df6fd624673796d50a870492f095d, 0x3f671d28d5bbc2a2a170d8e552a16726b3d458b357849f6b745b9be1eb7bbd96, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x7fcfc24b11f827b25db77e44a3770bc5, 0x3c5fe6d1a397b0d921135586f1c2343c76efa6ee10d5dfc3c5a09f72b0f993e2, '', 0, '?'),
(0x9af2d1ed0110626092d7ffcd330c6eb3, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0xe8a427e15cc502bef99cfd722b37ea98, 0x02959739da877ec90b3d0c8fe5aff38971a608c52bdbe359326aefabd1a694ae, '', 0, '?'),
(0x9afb79a73c21e18edfc2a469cc17a5b1, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verticalspacing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verticalspacing.svg', 1, 0x00000000000000000000000000000000, 0x0b8d8ffc2efc3b38815118821fa457ac, 0x637d320cc9d33295ddbd17c01c6b162c0cc68ea36827e7d0a1e8c09cd8a569f2, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 'D:\\laragon\\www\\genesiswa\\wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xcabd113229b0f4ab18201d84d4298373, 0x7b8637d107d1a6c3c1db0cf5f6e0ae5abe23a3b897a64a616efc5cba352f8c0e, '', 0, '?'),
(0x9b021c6a1bbdac56dab3bb92bb44ab61, 'wp-content/plugins/elementor/modules/global-classes/atomic-global-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\atomic-global-styles.php', 1, 0x00000000000000000000000000000000, 0x0f70f6f2510c987f95f8e5c59396efd9, 0x79ce910e2aeb107c1bc52663bc1c0d27efdd5ee376f27f4777543e4376d9854e, '', 0, '?'),
(0x9b0338593c5fa005fa8d7785f6e4d561, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-addon-data.php', 1, 0x00000000000000000000000000000000, 0x0673aa8b43f62cbb3d1746c560acf49f, 0x74ca92bd6bf8c676f00a82eb9a2cf3b2ca66142396c4fe66141028ba5083e95c, '', 0, '?'),
(0x9b0b5e54d26e42575f7ec5ae855d3502, 'wp-content/plugins/feeds-for-youtube/inc/Services/ErrorReportingService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ErrorReportingService.php', 1, 0x00000000000000000000000000000000, 0xaaf23d5a23bd8ec90385c8821d11a885, 0x0c1f7ed8ff2d342a68b62f920fabab0b26af4d11a0d202205da474a9fb493480, '', 0, '?'),
(0x9b1bb7fb810ad0fd4cb1b4a2ec2481c9, 'wp-content/themes/go/dist/images/social/facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\facebook.svg', 1, 0x00000000000000000000000000000000, 0x1dcd0833f55f7a5cd53c2ea579d36ab6, 0xb1ad8134ef99b88f174411e7a3b17d8c72ceb0232f34a9c6bc1a320597d4f831, '', 0, '?'),
(0x9b2268f0ff9845b85d3f9805544bf833, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/key.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\key.svg', 1, 0x00000000000000000000000000000000, 0xf9b3e88848274cc4207674dc2992679d, 0x7e5b5b3d27994d19488b1b13a160d17b5e034bb374262b8a279aae3c409ab612, '', 0, '?'),
(0x9b22bde0dbb63b94cde99c67ba7c72c5, 'wp-content/themes/go/partials/modal-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\modal-search.php', 1, 0x00000000000000000000000000000000, 0x622a0c98048be76a53cbc27ed17e9345, 0xa619f26b2ce4095c815c5c3b2519ab53432621ba5e6cd75ff87f0c29910f0848, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0xdfe5264815cf2f7c35bf506cf4fe4341, 0x7aa8498dda4b7abdcff0b4d36ff3aed34ed4931a80e20b360763762ef3210f99, '', 0, '?'),
(0x9b2dfc2859886392bea9103ce24d20ea, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeIn.min.css', 1, 0x00000000000000000000000000000000, 0xa006a019fa982ad49f20d7bbeb9523db, 0x6112712caba0b6d98247e50c6babe642a522671a65dccf93cde8d962083f654d, '', 0, '?'),
(0x9b3084077988c2a5be03ece7c3aa47c2, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0x9fe5a17c8ab036d20e6c5ba3fd2ac511, 0xc9f26ea7bbf99110f01884fc5cf26809c006c37e09b51ba8ae768202653528f0, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x3ad444bc20eb9067333e8724ca595c96, 0x91e1443fdcfa9701c3fef5f5adea14d7305d4923ad173f2b5af073eb21f17da3, '', 0, '?'),
(0x9b34ea6717b5b7ba2958e47be2e1b62d, 'wp-content/plugins/elementor-pro/core/modules-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\modules-manager.php', 0, 0xa8e2ef91979c07f20604afb4d57f439f, 0xa8e2ef91979c07f20604afb4d57f439f, 0x1f371e2febdffedec98e0b6f2942f226378fa1d7bd73f2379259d19bb4d2cd75, '', 0, '?'),
(0x9b35c7f60f6b9d1fc3a5f6c1dcfbd50c, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-trolley.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-trolley.svg', 1, 0x00000000000000000000000000000000, 0x2539e53c0f010dc3319b7936cfbe0096, 0xc9c4a66e5a6dbccf041802fd4b366ef9e4b43707b392bce910b1e4a92dcd2f24, '', 0, '?'),
(0x9b36a15abad35562323a06d51fbb81e7, 'wp-includes/js/dist/style-engine.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\style-engine.js', 1, 0x00000000000000000000000000000000, 0x29c4ee6dd35b5b73086c334e5726ed13, 0x4f3ffb2def5598072abfab4834d394716bf25cb99aac0485de32eee23e76104b, '', 0, '?'),
(0x9b36f0ca75515b939b36fecc9c6cb7cd, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-rewrite-wrapper.php', 1, 0x00000000000000000000000000000000, 0x39eec28464dff7493b727fedf67e7e55, 0x9bf4ba2488a5bba6f3a31618af7355a10b253b0f7ce3bd5e5bfa099afc0b7938, '', 0, '?'),
(0x9b3afcc2256a06bcf1a83ed328b16c07, 'wp-content/plugins/instagram-feed/admin/SBI_Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Response.php', 1, 0x00000000000000000000000000000000, 0xb8a949419aa19215c25ce9b017be2d65, 0xc50744eb6d39c0ed85d6a75ba3ac4a82027152eef9388c264d2f2b9e3bb99de5, '', 0, '?'),
(0x9b3c339a97bcae80b72901dd9ab264dc, 'wp-content/plugins/elementor/modules/generator-tag/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\generator-tag\\module.php', 1, 0x00000000000000000000000000000000, 0x01ab3901d104817ca772992688062372, 0x9dea948b8fd13b0615b0a6aa1f0e336feb2b7984e8d56b432d6e6a98bd357e42, '', 0, '?'),
(0x9b4032e569dfd79a1faf665f822da601, 'wp-content/plugins/elementor/assets/js/contact-buttons.e98d0220ce8c38404e7e.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\contact-buttons.e98d0220ce8c38404e7e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe034e776809d77cc16c25113c7e3c909, 0x8796701645a85b15f667aea4179a34df8a8648e7b87e25b6b780b10c12c1393c, '', 0, '?'),
(0x9b46ab3c920853da30a8ce32fe37ee0c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x502ca449d61a6c3a1df9348991db8fc2, 0x6d80cc83e434548e3c571a9d939171053c7ee20f9739ed12aa5fa01cb7dfc14c, '', 0, '?'),
(0x9b46f8ce3e2ab9a08d6ae62c0c19173f, 'wp-content/plugins/custom-facebook-feed/gpl-2.0.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\gpl-2.0.txt', 1, 0x00000000000000000000000000000000, 0xffa10f40b98be2c2bc9608f56827ed23, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x9b48affae3014874166abafd7570b1a6, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/InstallSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\InstallSkin.php', 1, 0x00000000000000000000000000000000, 0x0832d523e33bd2ec4616db9e794e0439, 0xf1d860ddcdc21a2f312c2344d38981074caa5cc56cfcf923c86639d23eef1ba9, '', 0, '?'),
(0x9b5605eb971aa6275b230828031a47e5, 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\clouds-negative.svg', 1, 0x00000000000000000000000000000000, 0xc8a006e06cf6a2e706275b19e82e56df, 0x1cc00648aa9888576d084ce1d98488f881bf98c7a8f964de9f8d29e3b0b35883, '', 0, '?'),
(0x9b58c900b123a27dbe2e9855b7c506d3, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/content-score-child-task-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\content-score-child-task-trait.php', 1, 0x00000000000000000000000000000000, 0x9df5e8c1a7e5ab357e1c9f9a8786490c, 0xfdafa46260c4e196ca6c46735c5437d65e60da568b984af377facf8f09e819df, '', 0, '?'),
(0x9b5f0db528bf713c5ea036475f73d2f5, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-price.php', 0, 0xa3203628241e6c0c42d65dd3dfe3a0ce, 0xa3203628241e6c0c42d65dd3dfe3a0ce, 0xb4a85c2737594ef8c533a01855c27225855729bb599f07ecd6a3339f13f14603, '', 0, '?'),
(0x9b6702b95618bb5366b4f41510c95278, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\analysis-worker.js', 1, 0x00000000000000000000000000000000, 0xead6fcd899ff4d1d1b3ff42be77588d3, 0xe9c7f897dc54a386a04dfa8fe2c7ae72a528c22342633c5fe25aa76c6fc999c8, '', 0, '?'),
(0x9b68dbb7d50bdc8d867a772d89c048f4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ConditionalExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ConditionalExpression.php', 1, 0x00000000000000000000000000000000, 0x0662a1b1e91faf023063f656f20c8bdc, 0x91d97eaecc5785c14a9fed633ee371c8af19fa33c2cf9558dfa07c71453a74e6, '', 0, '?'),
(0x9b6d60abc4350a2bd60be3911437d2f1, 'wp-includes/blocks/search/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ddcd1bf9bc886027a00f38015b4140c, 0x101fa54bbc29a5fdcdf4cce92f4acf392e738c9d181025747874a6b2f219e66f, '', 0, '?'),
(0x9b74e4eb0b7d4bfb717e4789f7c3cb98, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\recent-posts.php', 1, 0x00000000000000000000000000000000, 0xf88eae084102c50968065fb6ed00ab90, 0xe1447ae3f0e47cc26dfd3bebf27b53132f5c51bcf0b801c4a22479b3fddc044f, '', 0, '?'),
(0x9b7a55298afbed87b5ba72fdea06fe78, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notifications.php', 1, 0x00000000000000000000000000000000, 0x1d04d647a075b4477286fd16a57cac1a, 0x4cc8736e72080415dce53dca2fa2c56c2fa84179feaf0a9a0fbab7edabfb7d3b, '', 0, '?'),
(0x9b7aa0a693b311f1fdfaa649b43929fb, 'wp-content/plugins/elementor/assets/js/db27207322ef9be952ee.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\db27207322ef9be952ee.bundle.js', 1, 0x00000000000000000000000000000000, 0x6e16844ecbbb7ccb3b51d187ec12fd6a, 0xd65b9f21f4a767b644cd119e801908d3f590e5767f348a1fa2260271503c08eb, '', 0, '?'),
(0x9b87d9aae4f21d25a2debf1699e41756, 'wp-includes/blocks/accordion-heading/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe1400a4cdbc28c18ffd47d3f291f1721, 0x56543186152f37977f9828165aab8c0c254494c0769af62e63155b9a2d982df4, '', 0, '?'),
(0x9b89518beae6fa36c6a03563d4aa811f, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\wp-content.php', 1, 0x00000000000000000000000000000000, 0x77fb064e60fd5b044ee655053adedf27, 0x3258fc752339ca66822420b6fd4e8e21d3f59c0f24dd3048b462d91631d4cce9, '', 0, '?'),
(0x9b89c30d6997015f2525320ddd2854b3, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0x1042e8ca1ce821518a2d3e7055410839, 0x6fbd465e67e7ba1d1a4efa053af2df1a4e5ee50acf73f199cc61ed52bb7b32c0, '', 0, '?'),
(0x9b93f5e9af58e631d34cc877f0fee35e, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\title-presenter.php', 1, 0x00000000000000000000000000000000, 0xf45ab19a207c0865cc4f7ec54d90d196, 0x85fe6b45c6c8cb93c8497eacff2da3d1490d5b8055c440f7d4650c7aa88f678f, '', 0, '?'),
(0x9b97eaebdfa600bbd546c9ec3dffd5bb, 'wp-content/plugins/wordpress-seo/src/plans/application/duplicate-post-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\application\\duplicate-post-manager.php', 1, 0x00000000000000000000000000000000, 0x6a1519621ba62af9a1e6cefc5a2202dc, 0xf773368ac07e8242c5b78e0d1ddec9792483c267d59fda667cce96f8637711d8, '', 0, '?'),
(0x9b99db34501b3d0777197aac6abc3af0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/EmbedNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\EmbedNode.php', 1, 0x00000000000000000000000000000000, 0x4305bea7c6015aef642a5edb061f4d7e, 0xe4776749d3cb7bce48627e7133a0df7973d9f81cc950d0c91d17037d5f3a5056, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x5edd8894c785f27e670ff4d7f5cb05be, 0x12305b7721f787681484bd62078f3404a251ac18d30c2c84bebe75bc4cab579b, '', 0, '?'),
(0x9b9a8502d58db71fb99ec79a8f2327fd, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0x7172d7423002a9a7daf4673f1766414c, 0xc8862f8a9d0d5cb1e0631288b3355eb765cad82bd70af36b9bffa71846b7795b, '', 0, '?'),
(0x9b9da6220ec5da0bdd4ff87ef9d71e0f, 'wp-content/plugins/elementor/core/upgrade/task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\task.php', 1, 0x00000000000000000000000000000000, 0xb2f80b53e692d19fd82172479ab92861, 0x58b941d09bcc71d22645ae274ab19e78fba4902e0a6df586e673b734dce0204c, '', 0, '?'),
(0x9ba4f9b8b38417c2ad0c0f7f7bc11f65, 'wp-includes/blocks/comments-title/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\block.json', 1, 0x00000000000000000000000000000000, 0x1e89b276dec6233e1cc13abf7520e370, 0x33696752ca88ea28fb4ce73aca9bc0dc8b2df6838840cccbaa47f23f00f3381d, '', 0, '?'),
(0x9ba58c4bcd09c2636691c5acb1b2b742, 'wp-content/plugins/custom-twitter-feeds/templates/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\footer.php', 1, 0x00000000000000000000000000000000, 0xb6e1658b017d33a142f842a9d59c5ab4, 0xb359a00c0efe1df91e40f9b8312cabcebf7eeffda134ebb33a4d16af195b3a67, '', 0, '?'),
(0x9ba635f8e89d9ceb6839e183bf8d1a9a, 'wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\reset-confirm-modal.php', 1, 0x00000000000000000000000000000000, 0x1585b81508d1b8a524d1245803690523, 0xd10ae4a0e3cc1631aba61c17e0c5d6fc64cbbae57548720b80413bf5254e04f9, '', 0, '?'),
(0x9ba6c957e7bf68ad041d67be0e46f58f, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.asset.php', 0, 0xfd678717dfa766efb7366f252309acc6, 0xfd678717dfa766efb7366f252309acc6, 0xbe4ab5bf3835de8f21447a0ee192727827d54629838fd5fbd7994a996671b1d2, '', 0, '?'),
(0x9bad7a2c5fba8c800cfc3bd141c06bb8, 'wp-content/plugins/backup-backup/includes/database/search-replace-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-processor.php', 1, 0x00000000000000000000000000000000, 0xd78064ac852f337c95dd56b26de73962, 0x4360096ff8017e0af618ca14e7cb56a972ce43ccdec1427e8a94273136e8ed49, '', 0, '?'),
(0x9bb0c237d8de7804ddb8ca7b35f640a8, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\response.php', 1, 0x00000000000000000000000000000000, 0xa5fe801e51b0222591ee4f545215ef98, 0x14882ebc3a0303e2d7bff44c606ec65baf14dc16965f4d78c19e489788ad5e9e, '', 0, '?'),
(0x9bb508ad905968b820a994ab87bf0999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\user-helper.php', 1, 0x00000000000000000000000000000000, 0xb12da1a4519911179dca9a5d9721bfe3, 0x44e4c4d06028a315c5ed22a958e927ad6cb3b7e487e3c7d6a1f90ae2eba4ddfb, '', 0, '?'),
(0x9bb6ecb1b3cfd69f849aedd099150aaf, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x08929c105afa2198fccc33af603f18b1, 0x51c69a5902a5b5d6d5045fa21a9b6d2c51e1204cea20398374f450175846ff6d, '', 0, '?'),
(0x9bbb4b7717d3b34e7887164bb369c0c6, 'wp-content/uploads/2025/01/check-mark_5290989-9.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\check-mark_5290989-9.svg', 0, 0x6e0888c1f8cb2ba7904f0d23deef325d, 0x6e0888c1f8cb2ba7904f0d23deef325d, 0x636c4b6f7340e1ad0764aab0416abb667c19b578b0d5c4fc533dbb4802c573fc, '', 0, '?'),
(0x9bc07c781a47cd5279927bd82a4edf55, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 1, 0x00000000000000000000000000000000, 0x6165758df565c3b63c340dcbe062d17c, 0x1a02e657285630f5c8624aafa69c26bddc223d72ec5c769fd51cfe9f215134e2, '', 0, '?'),
(0x9bc0fd5182b2d865d34094572731bd62, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\compatibility-tag.php', 1, 0x00000000000000000000000000000000, 0xb8bd60ba7ce6b91f4aab079dedb3d523, 0x2577e8b590d5aa737b2d9f170ba2173be79d96e5296041591a0a41288d7adab2, '', 0, '?'),
(0x9bc37bfc9b8f7b381c422540008878d0, 'wp-includes/blocks/post-featured-image/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style.css', 1, 0x00000000000000000000000000000000, 0x48e2d8f7426b356efdefd00bcfb2ad0e, 0xb8cdc5a5a2583ef265e6f5395759f7655314863ebbf62103aef2ae2e958fe134, '', 0, '?'),
(0x9bc3c80939a35ad043bd05225dcbce1c, 'wp-content/uploads/2025/01/quote_7720793.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\quote_7720793.svg', 0, 0xaa16b87df202466abecad58573aa8a71, 0xaa16b87df202466abecad58573aa8a71, 0x9e1ea74c7b5be01a889f12215727ea6bc4682dc318f976b1c47e1aed446a2d91, '', 0, '?'),
(0x9bc50d47ce87b4e9eb9687c230e247f4, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-date-time.php', 0, 0xd41bf18c86e7aefb5851a609a50f4750, 0xd41bf18c86e7aefb5851a609a50f4750, 0x26481fe578220f7b4b3275d676d0aed2dc56adc6511961f45a98f5c964a8564d, '', 0, '?'),
(0x9bc51689f3455811efefd57c1f54a7c4, 'wp-includes/blocks/media-text/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\block.json', 1, 0x00000000000000000000000000000000, 0x3bb84b616610e40c0c27ed22a6dec967, 0x97da921ab6ce6b48fd8b3fed893cc7d314754875e704e10726c81b5d1897c450, '', 0, '?'),
(0x9bc5a14f86f4393a424fec6964c30bed, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-version-banner.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-version-banner.js', 0, 0xf3fadb230bc8099755f2ed04f63756f1, 0xf3fadb230bc8099755f2ed04f63756f1, 0xd3dcabd7104e0b82484c2c6e2816e1509f66dfe0ce73fcbb35e3b63544b7e8ca, '', 0, '?'),
(0x9bc672e3b971741276d2b04d17abc2ce, 'wp-includes/Requests/src/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Proxy.php', 1, 0x00000000000000000000000000000000, 0xe65a174c70cbffa1798d63bcebf69a80, 0x839910f4a75c9c57c4983a25dadd57937ca7698916add12177a456bf6d2d0e56, '', 0, '?'),
(0x9bc8ea26167c6c8624032b1c95a83a9f, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6730.a53603fa42450273.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6730.a53603fa42450273.js', 1, 0x00000000000000000000000000000000, 0x881a5a7d3f15e2782726e386a4bc36a1, 0xb753f76e9aed5be48ec2f045d56d68b34348c8b0900aa2141a8808889513e416, '', 0, '?'),
(0x9bcd62a889e2b1af4a4507f5d20db0c0, 'wp-includes/js/dist/script-modules/block-library/query/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\query\\view.js', 1, 0x00000000000000000000000000000000, 0xac1ea444eb6adc92b88791f30c635954, 0xf50dc9a64ae0060158430bb52b07c1df9047e262cb8409c43c12de8be930eb35, '', 0, '?'),
(0x9bceb9714c05d8f80de41ca7e7884df4, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\application\\content-type-visibility-dismiss-notifications.php', 1, 0x00000000000000000000000000000000, 0x82475c726a1e859b8038339910beabbc, 0xf841fff828cbe86b6eef5f38aedb4e16243a19d9278214d91b82ad369685ca9d, '', 0, '?'),
(0x9bd79d876b0ec59017959dff43d0ff3c, 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rollIn.min.css', 1, 0x00000000000000000000000000000000, 0x9777b1be7de7fe6a3717f7aa95a035e2, 0x9a76f85017ec16d1793488501d7bb4f753c7201d694cb19d1f456597affa9df8, '', 0, '?'),
(0x9bd7b4c0e70078bb76f2819ee67dd61a, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-widget-component-configs.php', 1, 0x00000000000000000000000000000000, 0xbeec1e11a16deb9b3e2605b3fdd539a3, 0xdf01f5addcac538d7e4378dc85feeab78cc7690f5514e3c2d432b68353068b40, '', 0, '?'),
(0x9bdaa8c486392849559dd95a8bb949e9, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9bdeb1df76137f1dc0ec11f763f41deb, 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\recaptcha-v3-handler.php', 0, 0xa8e7afb1f5018a34244c31835a36cd96, 0xa8e7afb1f5018a34244c31835a36cd96, 0x7c212e1b049348ce0cfdaaad54ba30db16a90351de3255af4c5e53b2e044613b, '', 0, '?'),
(0x9bdebf0df6656c6d21481ea697c1f41c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\BlackfireDumper.php', 1, 0x00000000000000000000000000000000, 0xd50de0ebe4d577b438294d7d87c06e49, 0xde5b6b07537bb9acd26eff00b415866429a24fea33c6be4f4720df18c92cee9d, '', 0, '?'),
(0x9be35945a704234ace5b248377b47870, 'wp-content/plugins/elementor/modules/usage/contracts/element-usage-calculator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\contracts\\element-usage-calculator.php', 1, 0x00000000000000000000000000000000, 0x5378af14b5235ad5a351b211946fbfc7, 0xe527ad2bb51d8c1b161921b19ae2fab4d58bf3a02e62bab6724eaea175433914, '', 0, '?'),
(0x9be856c7f340baa2aeb6805a49d51657, 'wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\preview.css', 1, 0x00000000000000000000000000000000, 0xb429b69f4dcf23bb2f6e0a62ff30bf46, 0xde3cbbc403cc6024104e30e1e45d7ae9e46a3f7c82cb54e0961d790bf0cd11c6, '', 0, '?'),
(0x9be89cca3953693c6547b5bd9f4335a4, 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\botany-flowers.webp', 1, 0x00000000000000000000000000000000, 0xffb5f9c90dca0ed752e94629a368fcc9, 0xff74b7d57f52a817c721511585d585a1c885ca89ee061239dc7d7e165698354d, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xa35dcc552952330ee7c4f2823d1d83f5, 0x62f72d29c7af8ed716e8d6247a269d631ef58ef2d19df43bcaa21b72eb1517fe, '', 0, '?'),
(0x9bf0d457b41c03d57bda5c2c83597581, 'wp-includes/js/jquery/ui/effect-explode.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-explode.js', 1, 0x00000000000000000000000000000000, 0xf1a3b525c951c03a829f4441942da1b9, 0xed76e4353d25428299c0510508ff9bcfc862d6e4a7f4aa2ad7bbf375d5046303, '', 0, '?'),
(0x9bf321f1ea9f34b519af72e2e2015dd9, 'wp-content/plugins/wordpress-seo/wpml-config.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x12ec85b58759b9e7a11c31cee6c5e491, 0x293f2420c437a22a106fa0a73afeb8dc70c6bf40a8a4686a787e4c82f1e3e8ef, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0x9bf4322e7cd32c874960d38cbf7874ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\NullLogger.php', 1, 0x00000000000000000000000000000000, 0xd1b87380efd193541852bab9f4fc2e85, 0xb767ef842ec963caa1f1250b630e2642b00438e9b5524ceb96404a6d8fa12f76, '', 0, '?'),
(0x9bf72485e753a34ba2bd18204503d79b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\typography.php', 1, 0x00000000000000000000000000000000, 0x68b0fe4e70336fa32ccaf79996d52a54, 0xae57d317f9ea39af708da88dc8b26b7831224df17f087a96adaf82416656cb97, '', 0, '?'),
(0x9bfa397267250608712df956a20623e4, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-map-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-map-command-handler.php', 1, 0x00000000000000000000000000000000, 0x90bd91174ff4162a9e5d6b124593038e, 0xb774a35c1e5d0140d713e543ec89323cc4cdd9361b07e59db8494e3f9c2238d3, '', 0, '?'),
(0x9bfc8d767a47eef1f4dcd9a7679c888f, 'wp-includes/html-api/class-wp-html-open-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-open-elements.php', 1, 0x00000000000000000000000000000000, 0xa6e84ae0645fecfcb311a81347b3732b, 0x2937dedff70563346edb402381aa8c35f68a5bba4d8156b93115e42dfb324dda, '', 0, '?'),
(0x9bfd53c8a278c1ca9d55d41541cc859e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Source.php', 1, 0x00000000000000000000000000000000, 0xfb4379e7a39bb2634e4a4d0e22cfdd0e, 0x9fa6e4b80916e43bf8e512895c4c76f6edb08de729e13265dbfa55327c69892a, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9bfe2b4d36360043bb7f67d88d250722, 'wp-content/plugins/elementor/includes/admin-templates/new-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\new-template.php', 1, 0x00000000000000000000000000000000, 0x0ee8ec1c7e7782af813bc3166f013aac, 0xb7d8c322d402a28c23186a2e48167d0c5068882ff3f2bab332f0918d9ed7078d, '', 0, '?'),
(0x9c0624e285cdf047458b138a03b91bf0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-terms.php', 0, 0xeb8086fc9bf6af11bdb8036d83bd533f, 0xeb8086fc9bf6af11bdb8036d83bd533f, 0x3b8c87d3cf19d85ea083fedebae75b7122dd8dd8e38b49b4f35e1c8834ded60a, '', 0, '?'),
(0x9c094b0d7d1d57714cc32b329b126907, 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\star-thristle-flower.webp', 1, 0x00000000000000000000000000000000, 0x6565902ddc4e13e7eee2ab89e6ee453d, 0x3caf39aec49a8a91f20c74ecd0b857364871e806da9e54c6697052b5b846e598, '', 0, '?'),
(0x9c099b67d0d1210460d496083636668b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0xcab9ec33bfc3af18891396b9ede92eb8, 0x0358cfbbff3080a593a521f1193736ad8d66f5f4ef961434c7d2e06db6393ce4, '', 0, '?'),
(0x9c0a72279eaab1415a7d89c221ba6482, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-custom-fields.php', 1, 0x00000000000000000000000000000000, 0x67767983255869e634d63934854a0cf7, 0x57345a901248f609b6f6f96b87039de5cbaaf8782aa85ebbdeb39641eb64a0ef, '', 0, '?'),
(0x9c0b4553e8f4c9c52c691c76dad853f2, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube.pot', 1, 0x00000000000000000000000000000000, 0x044884d882be5b589c19f14f2f35ac37, 0xbfb837dac7a6556abf15147d04192dbbf4022c444420894b3162ecc12bda90c1, '', 0, '?'),
(0x9c0ea3c522e434300b5e51bd1c47b349, 'wp-content/plugins/powerpack-elements/modules/modal-popup/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\modal-popup\\module.php', 0, 0x1a52d7ca7e7eafc773e16a09eec4ac91, 0x1a52d7ca7e7eafc773e16a09eec4ac91, 0x6fdf40fac58c441886df2dbc976bdfbf633ca4b7a8df2533771f5ca7cd8fa141, '', 0, '?'),
(0x9c0facf3b279d23bd13edd2cff156bff, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Integration.php', 1, 0x00000000000000000000000000000000, 0x781e658786e46d568ac83d0531389546, 0x0ff876236714b04fbfcf0c4894261492d4682fd42fb2e9d28f274155a40530f3, '', 0, '?'),
(0x9c15797a5cb2a5de4a92b2c573512be4, 'wp-content/themes/go/languages/ar.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ar.json', 1, 0x00000000000000000000000000000000, 0x11f3e5ccfbd371e34db6983a9f0591a4, 0x0c325e970e6996171efeb8275760ac5b9aad7d9bbe5bb4fb141af5a2ff5b2fc2, '', 0, '?'),
(0x9c20f3270fc10a655119bf81ecf2d218, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-title.php', 0, 0x198911445a4e46d4440caa2f4e5b0afe, 0x198911445a4e46d4440caa2f4e5b0afe, 0x7b1cde1d6c08bb864c6efe188e5e5f5d62b50c60be9ded0e09f517fbe494f3cf, '', 0, '?'),
(0x9c23cd23f1ebc6247fe6f930e4857fd1, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-info-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-info-list.php', 0, 0x246ac544e9082fae26e0f0ea03595f1c, 0x246ac544e9082fae26e0f0ea03595f1c, 0xce2d4fe464f9d193af5799d6e369ae6f5665321dbe8f8ed84fdf042496607471, '', 0, '?'),
(0x9c26f3d6f5bf59d24b981e6f48c0ecc8, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\modal.js', 1, 0x00000000000000000000000000000000, 0x11552d7b520b20dc6dbe294dc816c286, 0x84f3ffb8561297dd52bba2c7063f52ae6155b863c741fcb8254078a4e2733282, '', 0, '?'),
(0x9c2a2e1255b42ea71348f4e0e6ce9691, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\site-identity.php', 1, 0x00000000000000000000000000000000, 0xec44c2634e9fb507a57fbd26e60459eb, 0xe4b330e42c4a60653bd8d652e19afce00712a1be89525be045eab5771a04d97f, '', 0, '?'),
(0x9c2bc66e1087f7589889c23e8b8fd265, 'wp-content/plugins/instagram-feed/assets/svgs/delete.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\delete.svg', 1, 0x00000000000000000000000000000000, 0x31296ae6c59b667be203808be9de6eac, 0xc3824f164d2512fd1cdd799365822215ed1226cc3c6e8d8f63addabc5a756e21, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\color-picker.js', 1, 0x00000000000000000000000000000000, 0x5fb099109f9f3b1af1a9a3c305bd35d1, 0x0a979c6df6dc6d5eb8472625c11f00c61c534b6d8cff59327084dae5ffb9f323, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x9c39be8b5d1f865ae1d243331a3caa35, 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\blob.svg', 1, 0x00000000000000000000000000000000, 0x0170392237c7c8169e754163c007dec8, 0xe9e302b8900b4858d54f770cee85457fc88e8f3413204853bbeea1224c28c456, '', 0, '?'),
(0x9c3ac9c8cf7417255cfb09ac6b0c29cd, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/access-bundle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\access-bundle.svg', 1, 0x00000000000000000000000000000000, 0x86c02c7237509870d1ac2b7f09d9236c, 0xda7ab4a76e2ef51f81b8270685fd1b23f57152e0d9d2c9d1534d6b8f220e85d8, '', 0, '?'),
(0x9c3b08224608a7d821d1de961f1c2483, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/parameters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\parameters.php', 1, 0x00000000000000000000000000000000, 0x05516755e8bcd16d885c6d57d79e2a98, 0x5da06f438923dda7db8066e370c9c7649567fbc685c4db813a50dc12ecd7257a, '', 0, '?'),
(0x9c42cc50666e17a7e697d561a1abf6d1, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\short-link-helper.php', 1, 0x00000000000000000000000000000000, 0x9228a62450d4561cc56be59b92b94a47, 0x5d2bb7842da14fbb1772ca6c1fcdbe82d7cd28d9f60f79c23a7a1665d2528bb9, '', 0, '?'),
(0x9c45584c55151d4d4eb46627f43d0e3f, 'wp-content/plugins/elementor-pro/assets/js/notes/599.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\599.min.js.LICENSE.txt', 0, 0xbfaa0d643a572075f4869d12cc1a2e47, 0xbfaa0d643a572075f4869d12cc1a2e47, 0xeeec3b4a62ef40b44e29e680ed6b31878f9173624706e156555963312a1aa924, '', 0, '?'),
(0x9c482396de8d24590bec43aa7c435ac7, 'wp-content/plugins/elementor-pro/modules/social/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\module.php', 0, 0xd742e9562f216919c66e68b8a12bd896, 0xd742e9562f216919c66e68b8a12bd896, 0x2ccd8b36732df8152e91bd2965fc21ebeaf43eadfa302a5a8bfad978527d10b0, '', 0, '?'),
(0x9c525924dc6d098d2d75f85c8208857a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-boxed-layouts.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-boxed-layouts.png', 1, 0x00000000000000000000000000000000, 0x1658883644a047b90afffb8edf1e3e60, 0x1431576f2c82e8787f69ddc58ca4f81d8a69e09c53d5385b4eeb09392d326787, '', 0, '?'),
(0x9c5f3b834cf77408f50df85011e78ece, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0xbdfbf5691670fe77fcfb60dd6d443b1c, 0xcafef228f6b8651af3496837713474672d6350a8baed13691b66d09d018bec6b, '', 0, '?'),
(0x9c6d8965fa6d0f3944c3212052b9d9a6, 'wp-content/plugins/elementor/assets/js/nested-accordion.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.js', 1, 0x00000000000000000000000000000000, 0x28302b31d6c349a380b7443010f5c7e9, 0xd4d2a2b733f5c2fdef76e13000fb6792d8e24cbf594831bf9523343adaa1c749, '', 0, '?'),
(0x9c6ddf9ccf801e393a8d0719cad9fdd8, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x545842297f17e09bb23d3c6e4184bfd9, 0xa468d6d393e83cf3dd1c6848e0966cf120b461a99df8909dda08027e480f9551, '', 0, '?'),
(0x9c77fab449d053c655869bd9382b24ba, 'wp-content/plugins/elementor/includes/controls/raw-html.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\raw-html.php', 1, 0x00000000000000000000000000000000, 0x6c8fa918f3541e97e6c86a24fe160c6d, 0xda2f6f79148f766ac47c5918361f927f4ad43b72605f9eb186b0d7df03ef5de3, '', 0, '?'),
(0x9c7f9c374b00f9dee634c92c0a13d66d, 'wp-content/plugins/feeds-for-youtube/youtube-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\youtube-feed.php', 1, 0x00000000000000000000000000000000, 0x2ebf31deb89f6058c0e52c1eb733dea2, 0x102987a3a83a82a7982175925c059eb54fc0efe9d5b527685bfe58ab810a5548, '', 0, '?'),
(0x9c8560f780c8526de0f20eee43f8206d, 'wp-content/uploads/2025/01/laser_4236909.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\laser_4236909.svg', 0, 0x60602c5f8f8cc664ec4522d1090ae677, 0x60602c5f8f8cc664ec4522d1090ae677, 0x6248693294b828bfa83cf49f3d59497f021c132b5a5e7b788a7dc3090cbdb599, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.css', 1, 0x00000000000000000000000000000000, 0xba7c0ac93d6cdc09a571aa6c34e4abe6, 0x33eb2766f4d87aa578f2498a3c32d9db61b6dfa2ec867512d6cd0c337dc6abe3, '', 0, '?'),
(0x9c8e7548475a5ee89c1cea90bffb77ec, 'wp-includes/html-api/class-wp-html-token.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-token.php', 1, 0x00000000000000000000000000000000, 0x1c681dac341887556bfa756c4823ea63, 0x542dd2f689ba514aca49897c5f8b568d502e8feeac722e6ab4ac61075da79192, '', 0, '?'),
(0x9c93099fb2e477bdedf7c3aa8fe3c7fb, 'wp-includes/Requests/src/Exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception.php', 1, 0x00000000000000000000000000000000, 0x859c9281f98f0659d90bdbf795eae3be, 0xc65aac98c91190d3ef4f4f0e5d8d55402c18a76a1240198ca96d589ee92dca6b, '', 0, '?'),
(0x9c936415915e6abc664256d217896bce, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-indexable-tag-presenter.php', 1, 0x00000000000000000000000000000000, 0x357f00b1c6e6434fb6fd4e3edc451f15, 0xdb68e41e500b3939b7bb169b50c73fd15d6dd40fd6e9db2a2b716d065a3db28f, '', 0, '?'),
(0x9c95eaae21c158c981b0cec5f6b0d0f5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4625.11f435e7360b2f19.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4625.11f435e7360b2f19.js', 1, 0x00000000000000000000000000000000, 0xb0a647d95221b934a63e2a1538cf7071, 0xa36c007dc35b019ac29ad87e699ccc35a7ee0302eec969d9020a1a2745b3b5bc, '', 0, '?'),
(0x9c95fe98df010b77747aefe5ebd10309, 'wp-includes/blocks/term-description/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\block.json', 1, 0x00000000000000000000000000000000, 0x9d769b8e97a7e1160dbfba8505c1edeb, 0xce70102b5b2dcdf49436a458b4d92eb33b54e0b54cc864b68415f8e32d2711e6, '', 0, '?'),
(0x9c9b379f8fb2c66424d4d0adbc68f6bb, 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-pricing.php', 1, 0x00000000000000000000000000000000, 0xdd8c6784071dcd5d053b42516778ff85, 0x680745257f0c30650d89c09aa4d300cb7785aa2e7fb4942d0bdc2a359adc8f82, '', 0, '?'),
(0x9c9db1743c817bb030cc1af641036d91, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0x1c593742639f6f5fc4a54c047e809c59, 0x9f3f2eeeff1b384996a60e52bc822827135ca4ea12662b53df0b4eb2b81aa0bd, '', 0, '?'),
(0x9ca9d7abdab6cd7b7f7e5e10b2cb81cf, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0x68746d06cb1d1df233cedb89ef1ac92a, 0x1015a01985b03be8fe7d7c655b21a726765dce3c89c8b33fabd9c4aa50107ec5, '', 0, '?'),
(0x9cafbdf56e73bb5380aa4fdda4391eca, 'wp-content/plugins/custom-twitter-feeds/inc/CtfOauthConnect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfOauthConnect.php', 1, 0x00000000000000000000000000000000, 0x8e499cc99da8b64ff97e98b55fc314cc, 0x1591e9d336d4d95e64ac56f23881fe31a77a092103c7206b2b637e71935a41f1, '', 0, '?'),
(0x9cb14e9da5a6adfbb75e844ac457b099, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\seo-links.php', 1, 0x00000000000000000000000000000000, 0xf234d79c1c1573fd262bd88b729fc96e, 0x6e33d3244387307722fc2e648a5cf4868adc9456ca8b2b681508073150471e2f, '', 0, '?'),
(0x9cb30b75784ac2ae46a379bd70300f94, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\templates.js', 0, 0xc655830284fc4d1eb95fb6af6339ba0d, 0xc655830284fc4d1eb95fb6af6339ba0d, 0x8b8f240a96213eef4de1fd4f3ca2f62048aea3f115cf62913206fc82346b62d6, '', 0, '?'),
(0x9cb51e771c0e7015a66dee8e54d1c363, 'wp-includes/blocks/page-list-item.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list-item.php', 1, 0x00000000000000000000000000000000, 0x9f45406363121ca80c2875b48f0e3cc8, 0x9ec0b6db2be0802bd2f117960e57b2c17ec582603f5c98be0cdf2123657e52a8, '', 0, '?'),
(0x9cb9ad0cd320c2ce9fea9528bc69d521, 'wp-content/plugins/elementor/assets/js/b09b262748a4be8417ce.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b09b262748a4be8417ce.bundle.js', 1, 0x00000000000000000000000000000000, 0xa1cbadc09cd04952807475ac2b10b9c1, 0xbfdacfc2a621b4207e9f6c27096a3892b482b0a8112e3dec42d69ebe832b50f5, '', 0, '?'),
(0x9cbacd628e5a6d47ef4924f673e4af2e, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-gallery.php', 0, 0x5771b12febb10436a9bf1dd9a2e6f021, 0x5771b12febb10436a9bf1dd9a2e6f021, 0x4510ffdc758ee8c5e05d71eca97e8a5817a8d9cb64666b45818fd8f216f4df98, '', 0, '?'),
(0x9cbae62568a18933918ec44468a3eb82, 'wp-content/plugins/elementor/core/base/background-process/wp-background-process.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-process\\wp-background-process.php', 1, 0x00000000000000000000000000000000, 0xaf35eee8c5cd4b7eda28263e6ad89069, 0xa1996ea5b4f82e9b4021ee3736e67e13cba97e8c0fb3b654ad56435651c33a8a, '', 0, '?'),
(0x9cbbf7068864ac005a0191c46cdec43a, 'wp-content/plugins/elementor/assets/css/widget-heading.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-heading.min.css', 1, 0x00000000000000000000000000000000, 0xc3be9e612baf8fc4af612de8af4c0864, 0x16bb4946a58921df515c207915978a799a4cfe8c5427013c32663f84ce8a7acc, '', 0, '?'),
(0x9cbf226a5a2f5a3652781a07432a0be0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/434.254d0c4741c6bc6c.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\434.254d0c4741c6bc6c.js', 1, 0x00000000000000000000000000000000, 0xb1b639617264eac2d47a382ed1e63e2e, 0x5aa4bb7ba5d994c68e27e1930a9ace1c6814859c570d9bc85379232bfa5eef14, '', 0, '?'),
(0x9cd23c81e3db29bb22a0cd0ea2765934, 'wp-includes/blocks/verse/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x9cd2f3087334289074f2c9d806d57daa, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop.php', 1, 0x00000000000000000000000000000000, 0x9f45e4aba8e8a3407f74919660e8e1d8, 0xf37cbd4464ff4c25d2c3a6aba4d74d03994904e58f1ad73c9b90789222140ff7, '', 0, '?'),
(0x9cd3a3ba24a0ec8b5c0b0ecaf77130fe, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9153.645f8bb792c36386.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9153.645f8bb792c36386.js', 1, 0x00000000000000000000000000000000, 0xcc318a9c700c3f787107603c4d91d683, 0x7bef2f57946be2af338f197b2a0472aefaa4578bf73d9db3cd8f06350adfa5bb, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x097dcd3c989ea3466d05debf83b20a57, 0x04359b53b4dc3b87ee3b4ded05c2623e0fbd08ae93b9ca9923e95968dece6d1a, '', 0, '?'),
(0x9cd530d97256494a62f816043ffccd76, 'wp-content/themes/go/partials/footers/footer-3.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-3.php', 1, 0x00000000000000000000000000000000, 0xc912fc72ac4c9ccdf1185838f0ef8d5f, 0x86a4630f4ae861becd05799680561f9ab0fcd378b356511e0508501e1a58b41d, '', 0, '?'),
(0x9cd66905aaa3fd15c9bddec0c57c55a4, 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\apple-webkit.min.css', 1, 0x00000000000000000000000000000000, 0xf94a49c4961bc08d71abedf98d482d79, 0x2c176f34d7d6744b0e7ff126f610a026d013c44b4a2feb34afad672c0349f181, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0xaeb45300f4ef6aeb2ccdd68286198443, 0xc8f0c659f4b6890b8e561d774beba206a3efded4cb1c4a2d75f0e54f1115547b, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x21bf81ec071645abb5505dc7a13b9f99, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x9cf310b9dc5fe7c820ec8a002ac10f4f, 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-site-health-controller.php', 1, 0x00000000000000000000000000000000, 0xda32a0d06b20db466d3db650fa7538db, 0x5eaf863c90fc831a13b2cce9b1e0e443dd2f610b61948ac3739e7c1556fe733a, '', 0, '?'),
(0x9cf4abedc9e09e95a6295e82245a2e25, 'wp-content/plugins/backup-backup/includes/bodies/storage/dropbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\dropbox.php', 1, 0x00000000000000000000000000000000, 0x5247307bd6a29e1705ac9ffc58aedb08, 0x88f8b5b419267192796b4641f72a073768be32cfcd0cd487e791c584d220de6b, '', 0, '?'),
(0x9cf542c2330db771656cefb10c4c1bfa, 'wp-includes/blocks/query-no-results.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-no-results.php', 1, 0x00000000000000000000000000000000, 0x50fae0fd985e3ea1c0b1a8c81a581ce2, 0x11aceefbe8d307f54fb8cb15eb4f156ec46cd95262e3471b7897fc41abfda7d3, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0x6a83fb684984514c5a4124556ef648a2, 0xb7ff5416a2a79384661bdf524d53cf39c2ba849d164d44529af352a1e3924ee9, '', 0, '?'),
(0x9cfec1abc9979032f645ee15358ef841, 'wp-includes/blocks/query-total/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style.min.css', 1, 0x00000000000000000000000000000000, 0x0e071aa4ae3fe6259b9faa796aaec050, 0x673579e48dc2a0e1f25952657cbad59e1f4927856e245244207bc3a9b2230f15, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x17c267343e4ac5d257cd76a16def4e61, 0xe87fe10ce2447057c3bfcfb4f4ca62a94e02d4925c1b475d3dc5a937c968e752, '', 0, '?'),
(0x9d008ae0eb5e0da9d46eb014a90d1aaf, 'wp-content/plugins/feeds-for-youtube/img/gallery.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\gallery.png', 1, 0x00000000000000000000000000000000, 0x56d163f4c4b7a6b1a82f019ac41b46dc, 0x0bc8d5a316b7b05930eb4023124c1789d036ef51cdcc4ee99caf86de1bcb30d9, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0x9d0acfeb436d9051a155dc9371b2e4c1, 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-social-image-trait.php', 1, 0x00000000000000000000000000000000, 0x2e7f81f503a7d9f812a2b4f33a859baf, 0xee2e6a1869ab4b217f9ccf726d3223ed693381b24ee06553f709b9a3ee1f4a90, '', 0, '?'),
(0x9d0e8baecb9f96991a32749d4ecb280d, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-8.min.css', 1, 0x00000000000000000000000000000000, 0xf35498e5c972de08176835950babb54f, 0x852c2622d40322a17d2039a149bc233027b64a4cce798d19abf19d91982aacac, '', 0, '?'),
(0x9d1bb988dedf194b555c9d0db8217f9e, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/elements-context-map-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\elements-context-map-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x94506c19768d08638a8f281f7e7928b0, 0x21c66e4c02b9976e81ee6de04925d95f118fd22b0e7b1d32c998551a654dabcd, '', 0, '?'),
(0x9d1be587d3a05f9e513ff8c110aba423, 'wp-content/plugins/wordfence/images/logos/shield-response.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-response.svg', 1, 0x00000000000000000000000000000000, 0x5faa0ad988313a2f0e2864251fdc85ff, 0xd21aba126a7459e39c61573d78219b955bf0b2344806217ca4c1f1b79616eeed, '', 0, '?'),
(0x9d1fcf87b3a6a1047932c599e997f0da, 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\pl.js', 1, 0x00000000000000000000000000000000, 0x2a1718aed7373b6447b4fcaee8c9e0ff, 0x3f1ca1f1e77170b8b943fad80abb88a6ca4fac6df8269f89994711634882233f, '', 0, '?'),
(0x9d207a7f49a8607e8e933951cdba5a9c, 'wp-content/themes/astra/inc/lib/class-astra-nps-survey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\class-astra-nps-survey.php', 1, 0x00000000000000000000000000000000, 0xd23621d37aa95195224cf91e77560eaf, 0x4019aab4e129baeb6bc2dd3bfa20dfcb9b001dbf1fa705273560f7cfd2c1c500, '', 0, '?'),
(0x9d2583944342852ae2ec197282815150, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\author-template.php', 1, 0x00000000000000000000000000000000, 0x43571962b83d710bcbda876077a8f915, 0xf5ca9d870afa63ec5f885e6e608d6a82509d6bfeddf590fdcebae0bc96813473, '', 0, '?'),
(0x9d27de64f246bb776d7cb6b3cd23395c, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\blocks.js', 1, 0x00000000000000000000000000000000, 0x0bbd62869d4a8a99cacd33db6c70ea07, 0xd861ba8be4a81b0b9331f0bca28140ecb312c0405a45fc5f39c41462e4980d4a, '', 0, '?'),
(0x9d307e47b6747b44d2c3220b2c72bf9e, 'wp-includes/SimplePie/src/Cache/DataCache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\DataCache.php', 1, 0x00000000000000000000000000000000, 0x26aaee16b150b697b2ff0c24fb76e43e, 0x77dfd5dc616a4a1b512208f54e6af0e3b9a0488b1907dd2cf48e653aa9e6ffb1, '', 0, '?'),
(0x9d35ba3a622a35977c47506452480c89, 'wp-content/plugins/backup-backup/admin/images/list-success.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-success.svg', 1, 0x00000000000000000000000000000000, 0x1c9b7682e1eda7fe9f4cc23b86187f92, 0x3dbd1c101291c53d91d6907aa5953d33cf70843cbee06a45bf44912c36fb5443, '', 0, '?'),
(0x9d35f9e9931a74131e98b7e4dbe58ad3, 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.8496840ef16d1ad4138f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\table-of-contents.8496840ef16d1ad4138f.bundle.js', 0, 0xf323edfea0be48a38a8a85fb9ef81f6b, 0xf323edfea0be48a38a8a85fb9ef81f6b, 0xe06fd2d11304251031c8ad7ae0afd5325792cecc845db9dbfa63910dfa7ef666, '', 0, '?'),
(0x9d37b640f250f3673312d04768ee3efe, 'wp-content/themes/astra/inc/assets/images/astra-banner.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra-banner.png', 1, 0x00000000000000000000000000000000, 0x7b72a8c00cd1bb1ba73a96905f5d9b5d, 0x7c54ce371e1a64ab342310d302291ca1a3e306b1c10288ae0f499080e3999fa3, '', 0, '?'),
(0x9d37ff32ff0ca9e17e48839b2d4966a8, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\loop-grid.php', 0, 0xb07d93a8900fd809f7f14f68625b2d5d, 0xb07d93a8900fd809f7f14f68625b2d5d, 0xa265266dab9560c5317dbc56e946dd753795be7114b4c170e9515f7258f161aa, '', 0, '?'),
(0x9d3be37e6a66687f7afe7d4763a511a3, 'wp-content/plugins/feeds-for-tiktok/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x02f74bee81841d9270995fa53c0f505d, 0x837f87d430401db8fcac1ed97a013e3004ac40884b324b5f1e2006d4e63f582f, '', 0, '?'),
(0x9d3f38526dbcd0a2453768c0803c8608, 'wp-includes/blocks/buttons/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x86b90336564fcdf5bc72f6220ae90aee, 0xd4a02253f71b5ca9675af35392a9d26c0cd0fe9c2b813f5ba1100d7f3632a566, '', 0, '?'),
(0x9d4168a7eab056ecf5ce04769512beb2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x047c6d1eed955f1fa8c8589bc504cb41, 0x885c1cb8261ae89d40a6b79a119f703d52a67835755b447dc1e1ab1879b17af1, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-box.js', 1, 0x00000000000000000000000000000000, 0x9a673469926596d2daa08b592c1dd783, 0x752c0fb074736eac8b609e62de240ce244c972f5465253a9ef72d5d291ac5e22, '', 0, '?'),
(0x9d4c8920da8e1521b1b60a58f67eb1f5, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/union-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\union-prop-type.php', 1, 0x00000000000000000000000000000000, 0xb37af269f6850cbb6d7468e0f972c6b6, 0xcb53fe4af46a2880ae1abce524dfebd15c15995e1284262384148c5e114c38cc, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x9d522448852be8a800162af8ee23332f, 'wp-content/themes/astra/template-parts/404/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\404\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style.min.css', 1, 0x00000000000000000000000000000000, 0x8e853b4002c818547ffce9d17ae2bd39, 0xec3963c2d927c9460e60681a8c8c909705a37e4fa180c7babae8504c01d63862, '', 0, '?'),
(0x9d5541d851b52c5590ac0f9671d7dec4, 'wp-includes/blocks/pullquote/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style.min.css', 1, 0x00000000000000000000000000000000, 0x354a8586126bb86da0c28f22a71b7ea0, 0xf65aaf515ad0fb2a2de96c02f4e91240cadd609bd34ebbf4c242af033256e9ef, '', 0, '?'),
(0x9d680b4d860242f39d7ea533081eb452, 'wp-content/themes/astra/theme.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\theme.json', 1, 0x00000000000000000000000000000000, 0x586015fcafb62d75e1589fb0b905bc79, 0xb953ae7b8b16443da3cc7cc991d31bb229ec70f3925314e180a1c201cf7b0fce, '', 0, '?'),
(0x9d6eb20ee4fcf2c9edaeea27661a367d, 'wp-content/plugins/wordpress-seo/images/icon-insights.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-insights.svg', 1, 0x00000000000000000000000000000000, 0x62898bf85422c5fb5bc41fce1d13fa1b, 0x6743d9df30f87ab4cec5b9646b748c400af6762570372c3d4bf9a3e7b47bb69a, '', 0, '?'),
(0x9d7144c87f29b552a8d830ec186f26d9, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-html-component-configs.php', 1, 0x00000000000000000000000000000000, 0x15ae5a55a7b21f5b3cc35a35057e4c30, 0x181f3afb0cdea52d4592eb63a2d362bdbfcc81bff86a002d8ee32c99011e0fef, '', 0, '?'),
(0x9d71ded3a34a7e46d8dd31a4df15834f, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single.php', 0, 0xc89b9cec4c042fa28003e2c93bbba0a7, 0xc89b9cec4c042fa28003e2c93bbba0a7, 0x629818402da709acf7e85289ec6d5b056f81656150977a1582a130873fc20472, '', 0, '?'),
(0x9d722946f5536353960849a381e63243, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0xc386167496568dce4fa7cf2bf3ab6d46, 0xa4f29a292d6e80d11f97c364b612995c476f8b51c00933dd81b07def9a1c3290, '', 0, '?'),
(0x9d7d1b95142ff5cfab54419c4ea1646f, 'wp-content/uploads/2025/02/arrow_16030414.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\arrow_16030414.svg', 0, 0x48f617d7281cca8a8740d62c552dee94, 0x48f617d7281cca8a8740d62c552dee94, 0x410c2cb481326632cdfe8503c5635879be826580b0735319d557ba9983c4dce9, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools.php', 1, 0x00000000000000000000000000000000, 0xe7f40265d97487954b4728359e43257d, 0x58857a115cf77a54a2c07c20a5660cab6cdc07c79de4fae9b4d702e183544738, '', 0, '?'),
(0x9d83c6547d5e4866e3acc24e08377112, 'wp-content/plugins/elementor/modules/ai/site-planner-connect/wp-rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\wp-rest-api.php', 1, 0x00000000000000000000000000000000, 0x84279e6b2dd24f538a517faf27c879fd, 0xe8cd5d99cd58a75e19f74fd798a1ec2f63a7559d02c5be356fd82222e7183b16, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x61ea0793173ba11c96278894f1cab8ec, 0xfd876f517ba943b739d36fbae4849669ebb64c7188780e12099c5eb43eaec8e1, '', 0, '?'),
(0x9d87a2ef48a800dc28158ca594c5ca6f, 'wp-content/plugins/elementor/assets/js/packages/twing/twing.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.asset.php', 1, 0x00000000000000000000000000000000, 0xadec309fd57d988004b3eb4d84d6d9b0, 0xeb6a9ea56548e70632fc118cee4757a2eb6ec555761010ed45710a13e4216fb1, '', 0, '?'),
(0x9d88b2f30a0946720f820d27d85f47d1, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0x23cc6d48df2d6ee25e1ba2bf8316266c, 0x272cf88cf330fbe59f2fd8195ba68d97d8221a2976ca84275211c7e5e51613a5, '', 0, '?'),
(0x9d900e301ea9eee93df0b5906ff13b88, 'wp-content/plugins/elementor/includes/controls/groups/image-size.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\image-size.php', 1, 0x00000000000000000000000000000000, 0x62c4651740c7c354e244ca1956204b3b, 0x5c79671e73e9b748149ed0a1a784b5d72841480fa83cd32be5dd10b38b2a2a0a, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\index.php', 1, 0x00000000000000000000000000000000, 0x02376a97528fab0a94fd0e589408f1ac, 0x43feb53fcf0163b3ba817770ed6fc734126df387d818b9a0fd7a20be0ac45889, '', 0, '?'),
(0x9d9cfa141effdc09d0219a8540a7d741, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0xeafc34300ab74010c6161b1560250bb2, 0x8bab27b434b53883861f01b6539edad99061bb7cc39536d8db9fd276eb5bfbb4, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0x9daf2bb1b1094aeb1a752a9398c0fbd4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Template.php', 1, 0x00000000000000000000000000000000, 0xc2d18a85ecae3cf25c76cc6b72bc6b1c, 0x6dd47c66dcdfd6ee04fb12a82c0c3dc2cef5c57d914ddce76cd335b584cf1e4e, '', 0, '?'),
(0x9db07746a4f2c8b68cdb1cec8723209a, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\grace-period.php', 1, 0x00000000000000000000000000000000, 0x4619ac5ec0eae2c2dbb6b949fb23d917, 0xd672fd7d49bf1e80720d217787d90ab1dd4061a0889b992effa11b2db305f34c, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0xfac98b97a8253acf77468c35a3da98ad, 0x4e44fd227827332cabfc336180beaf0c0ad4c956ee6cb1b3ea455e60a4990afd, '', 0, '?'),
(0x9db527b596b6f0b67e792ceee75171f1, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/social-wall-graphic.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\social-wall-graphic.png', 1, 0x00000000000000000000000000000000, 0x84911fc43f9ed49679f0f69fc923e621, 0x63e2adfcb7205ea70363a28eb8565b92a86053b0939d9ba0352ae6f0d408d046, '', 0, '?'),
(0x9dbf1f917462a904b8ef841560735d27, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\AbstractProvider.php', 1, 0x00000000000000000000000000000000, 0x92ac4843350e455573a7aa3774396f9c, 0x5c5b4cb3bca02925a3e3ee9c7572ca383b546fb41e93a1933f50180df6ea7523, '', 0, '?'),
(0x9dc03a1a8660674920f4b1cb7f3e5029, 'wp-includes/assets/script-loader-react-refresh-entry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-entry.php', 1, 0x00000000000000000000000000000000, 0xd5de05f2c2a14beb299880d6617956e4, 0x42e9224f6fd5e186ed0901bc7ab7299d49c24049fa0719fe226349ca9e33758a, '', 0, '?'),
(0x9dc2db233e3f9a214e8c3ce9fcd46cba, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 1, 0x00000000000000000000000000000000, 0x3a26db16eedf2916015d317a7f6481ff, 0xfc7864a7bd0485e212028b3d9ecd89677de90bca8b159bc06da4cef99a5f95fb, '', 0, '?'),
(0x9dcbf7c885621c2946e7863a2fc62d12, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/feed-types.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\feed-types.svg', 1, 0x00000000000000000000000000000000, 0x872f616c47f4558ef716dad89d01cce6, 0xeaf9dc5cf112f6370e9d76e79cee1b6ad181c960e7126e50cf15ac2f086cfd79, '', 0, '?'),
(0x9dcf743b2f2e681809ea70686e285d76, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-gdpr-integrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-gdpr-integrations.php', 1, 0x00000000000000000000000000000000, 0x8e286e2c28d9f0f7cc720e77c7dec43e, 0x4ad84812b293271f52b5e6102519a460edc9eeb95b551ec88e8462dc21ec0c04, '', 0, '?'),
(0x9ddab73611e25c3d17e1266e5e7cf2dd, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/recaptcha.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\recaptcha.php', 0, 0x6c39ad38c105f8e2cc74d7ce387b29c7, 0x6c39ad38c105f8e2cc74d7ce387b29c7, 0x309c448ab1c2adceec11e078937ab75da0a843d654ca7ced90873e72ab33a3ef, '', 0, '?'),
(0x9ddd906a98fb78d39ffd764650bc890a, 'wp-includes/Requests/src/Exception/Http/Status305.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status305.php', 1, 0x00000000000000000000000000000000, 0x65bb18acde517fb0931036cc29858487, 0x2c1f1c9201178a8a9008ec3c65a72fdf72d224118bcdf3a099ebf77d02b21753, '', 0, '?'),
(0x9df5a96f94aef1b0a96624c8ce84c08e, 'wp-includes/Requests/src/Exception/Http.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http.php', 1, 0x00000000000000000000000000000000, 0x6c8738aafb5ab75a9d1ca3bfcd8fdc03, 0xf4d0800c6e88c2975796612aff02cb21630c21f645858e1d8ccf86c3c585113e, '', 0, '?'),
(0x9df978aae44477fcddbf620b56eeb622, 'wp-content/plugins/powerpack-elements/modules/hotspots/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\hotspots\\module.php', 0, 0xd93f7d8dabfcd61585ee5f911bd5e959, 0xd93f7d8dabfcd61585ee5f911bd5e959, 0x50764f42683e582d8bc833ea84325182a76d5755b9cec11c86dba778b07967dc, '', 0, '?'),
(0x9dfd708468941ff13054d4a230444e20, 'wp-includes/class-wp-block-templates-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-templates-registry.php', 1, 0x00000000000000000000000000000000, 0x4a8ef0496636a4647214fee47ebb3aab, 0xfef994a7c0b51e2fcf83c76ad4c8c0642126a49df85a55227c2a43b8f5b43c37, '', 0, '?'),
(0x9e059ba067747870134ff91704b1a1e2, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/combine-source.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\combine-source.svg', 1, 0x00000000000000000000000000000000, 0x3b820835bdf61c782dda49c8cf8b856c, 0x6f787dae14466c387671c578a6d52b9b2525078cd7a24b4e6d33f539be6a55c4, '', 0, '?'),
(0x9e0783f2d13855fd71a9164c347c82c3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/ServiceLocatorArgument.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\ServiceLocatorArgument.php', 1, 0x00000000000000000000000000000000, 0xb511e83f10ce9985b0e8f24c61f9edec, 0x9ed0ece5b7fef6e8774bdc9f4e26d3e73dad5362e8c011aa8d9977870947179b, '', 0, '?'),
(0x9e0bfdfd08872fa174d46a0d873f8623, 'wp-includes/blocks/site-title/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0x9e0d4b2e26a5aa11208a761d2f303129, 'wp-content/themes/go/dist/css/admin/go-theme-deactivation.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation.min.css', 1, 0x00000000000000000000000000000000, 0x1998936bfb6c7f45073e6c6f48769fa2, 0x0f023cb08ebc74cb94ccf53da9b04b62e2152ddd549478aba3e3d4381384c574, '', 0, '?'),
(0x9e0f3d4d0055d1c34ac0d1a24349c5d9, 'wp-content/plugins/elementor-pro/assets/js/slides.aefbc8effd03bc1b7881.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\slides.aefbc8effd03bc1b7881.bundle.js', 0, 0xd5233559a0d4a17f8a60ae70d084c7be, 0xd5233559a0d4a17f8a60ae70d084c7be, 0x9301ae7cee3a2b60bb6129bbec1ccb0b0426dee96503b61a1892ab99fb9fe700, '', 0, '?'),
(0x9e196adbbbc3d5f59f03f802b83222ec, 'wp-includes/sodium_compat/src/Core/AEGIS128L.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS128L.php', 1, 0x00000000000000000000000000000000, 0x5363f4dae39b73f27141e8c602642bd5, 0x4d2dfbd7ba0bc7cf66e107dbd41b4e922ac637cd60eea9324ae0dea74f3f3dbd, '', 0, '?'),
(0x9e1a97baba74f31b63b4a5ae1f402c60, 'wp-content/plugins/reviews-feed/tests/Unit/Doubles/FeedCacheWpdbDouble.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\Doubles\\FeedCacheWpdbDouble.php', 1, 0x00000000000000000000000000000000, 0x0d30a2ce0c08a8af9fe0cdc35d260b0e, 0x7d6fb87014ec2bb2cf8734657f31b24b0a0f10f7ddddd0d5dad505824042e07a, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x401ee4735c65b39f7c9873cb8e44307f, 0xdfdaf8598cc08ccd61fd5e465ffb1ff23885ead8aa3213a1338f25e16a90eeca, '', 0, '?'),
(0x9e233b9190bc88cf9d1c9f795122ecdc, 'wp-content/themes/go/includes/pluggable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\pluggable.php', 1, 0x00000000000000000000000000000000, 0x0ebd700144790aeeb6def834616edb0f, 0x749d12ebc37d293b544ce95fde1cb903500bedd7f5f8ee18759d2a34c978b735, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-site.php', 1, 0x00000000000000000000000000000000, 0x2597816014ed34918b7b81a04d962257, 0x55379a0b81c7a9cb3eeefa2de97614b500eb13ef0350062397e1857196bc3994, '', 0, '?'),
(0x9e288cf3e3cfb9a6e9d8b2f3b0f388d4, 'wp-includes/blocks/video/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x84d5e6364660737c0229831db9012c22, 0x7c8aa0c3f8a809e6f91689fa30b224d058b9355f8280fb3dca3887cf9fc234ad, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x97dc954718a14fd93d6f215bcbd78057, 0x1e160a86001db97bec39c7d4380fba171d13cf470fd0996847a695f9cf4788df, '', 0, '?'),
(0x9e2e14c4193fbf7c8a5c1c38fdb821f2, 'wp-content/plugins/backup-backup/includes/dashboard/modals/before-update-confirm-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\before-update-confirm-modal.php', 1, 0x00000000000000000000000000000000, 0x6147234750116f6096b9513b3e8c61a6, 0x731c07904ea6030436f8281e5f44d566f7742df2b6be5780d547eab9a0dd314b, '', 0, '?'),
(0x9e30a82d7e0d9d533a70d4f91513fcee, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa7193ab2c90baeb3bdd8427685ecaae4, 0xb6b308a8cac2915ee71c0f6b916f1983b4ec83fd2b9844fca6f43d1644628e51, '', 0, '?'),
(0x9e31000b606269179c3515f490d9d0a0, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-single.php', 1, 0x00000000000000000000000000000000, 0x25822a7792ad2647ba7a8dda8a2e1942, 0x843a298be41c3bf4c22918b3374b88876aed39747af71244bbe8dccf6800d51c, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0xebd0972ba37a32a9ccbab7856b171937, 0x8d531f56c2c50da785dbcab505f3bdc12b6cad496ee8bee1e5689683f4fbb31d, '', 0, '?'),
(0x9e382dcedf73d88885faba283ec0c307, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0xc69f90adb66b48357ced5c5cd4dcae3c, 0xc535fc0d28b5faaf557ab0208736dd5c24318bba50b5e51d3f71d43e40a3aa56, '', 0, '?'),
(0x9e396b744727a6dd1ff3053a9a6cd4f1, 'wp-includes/js/dist/script-modules/block-library/accordion/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\accordion\\view.min.js', 1, 0x00000000000000000000000000000000, 0x5390775d9f64c6592d8443661e70dbcc, 0x8f22d49bef0533923531c90d02fe0ff979f437e85bf07e3ea426f11a3e0deca2, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\registration-functions.php', 1, 0x00000000000000000000000000000000, 0x10fa513c13dbbe1a37a64da21376abf6, 0x4b64efdb0b885fba4d46a52058bff258fe2e2c27545cd9d936f603f71df2367f, '', 0, '?'),
(0x9e475b7f16eff7a17c14a8f5ef45336e, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-images.png', 1, 0x00000000000000000000000000000000, 0x9f628e4f735f64076688ac3ff97533a0, 0xe536a111f83d9f3716f66a1688f3fb832ef5dd34917c133f2daec4a330e15204, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9e487aaf7487519dd0d2e0b3bc1fc36a, 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\faq-block.js', 1, 0x00000000000000000000000000000000, 0x6399929f219d0f4e760a44aed5619574, 0xcb7ad15d1bd3799bf8123dc3d82dc5d3321df790af88adb01c681a814c9e4d26, '', 0, '?'),
(0x9e4be39ebb80ad0946bd5f16677a4d1d, 'wp-content/themes/go/dist/images/menu.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\menu.svg', 1, 0x00000000000000000000000000000000, 0x3e7da5469261957651930b44a5d6ec34, 0xd51da64b57811da38dee7b6a06b62244bc6d7682aa221d4cf5ae99e18874761a, '', 0, '?'),
(0x9e4c1875f6bc0ed0773f93b2d91b7139, 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\bulk-editor.js', 1, 0x00000000000000000000000000000000, 0x9f3b3f9837a559ca96ce62f380ce9e15, 0x97c37bd99a484f344a9d01325a30115993a1d4263ec112b94020aedb7125506a, '', 0, '?'),
(0x9e4ed615c320d08728238604bf373a46, 'wp-content/plugins/reviews-feed/tests/Unit/SourceIdLookupTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\SourceIdLookupTest.php', 1, 0x00000000000000000000000000000000, 0x629561faa5e27df59c3ff48172f3ba05, 0x9cdd30a054db51b7e2450e89165ed025a0462383e435e30123710d88d73ca71b, '', 0, '?'),
(0x9e55b11f46905671223ad31ec236d28d, 'wp-content/plugins/elementor/assets/js/notes.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.js', 1, 0x00000000000000000000000000000000, 0x657016028627d7662be6195fce272ecb, 0x97b1e0ba0c5b6e6894fcc294daadb48639a877dab53774154219410c0342ec7b, '', 0, '?'),
(0x9e5a451c26ff5c59ab6e8e44c790a97d, 'wp-content/plugins/reviews-feed/class/Common/RemoteRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\RemoteRequest.php', 1, 0x00000000000000000000000000000000, 0x5484eae576a74e42789c0254d78c73b8, 0xf10036284c2741c7fb36ac2854d634df6fa3491c3c5f193ea616b38febbf0afb, '', 0, '?'),
(0x9e65dbb351295d2e2ebe6ee9830e0dc4, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xc4d71fb3ef3b292df38b589822b551ac, 0x9ea6e45ada8efe4bc1264fe25f50b0014a51c41a3da63a63c5268f41a50d65b5, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x9e683816f2a43e55fc3065a097ccec96, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5722.b0d9b4820ccdb242.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5722.b0d9b4820ccdb242.js', 1, 0x00000000000000000000000000000000, 0x543a6e2cb99258c8bbc1c4a1c9c4c0c7, 0x6d6ff4dc845f4f170bd19e564906865b931e8d6dd898b6b06d4dfe98aa64fb43, '', 0, '?'),
(0x9e78112164786e871bfd184cdbf9a960, 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\batch-processing\\class-astra-wp-async-request.php', 1, 0x00000000000000000000000000000000, 0x31ac3c4928475ea1d6e411c68c2db183, 0x715fb94d953167b816ce9c4d6943309bd03cc57fe47290496728354373e000fd, '', 0, '?'),
(0x9e7ce901c0b1b9c0aa4b397d98118255, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\email.php', 0, 0xd75b42c218af33eea6fd0f88af3c91da, 0xd75b42c218af33eea6fd0f88af3c91da, 0xfe7ce0380bef25d55cdfe44ede464c9fde9c2353c2714247e7a94a083a0646de, '', 0, '?'),
(0x9e7fa0c34e6c303c2b0fe983fd6f1478, 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\plugin.php', 1, 0x00000000000000000000000000000000, 0x35033ca10290923e0ccb7a0705f8cbcc, 0x4eee5b8d65abf8de9cc794f08ef9b561b99692e30fd776aa4b26cfcf0bb9ef62, '', 0, '?'),
(0x9e7fa84e8b76d2d58743acebe278e2eb, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/debug.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\debug.php', 1, 0x00000000000000000000000000000000, 0x59cbdb62dc7cf0f9779262cd2fe5eaf4, 0xf074eef3568d03af9b4676c7ca141e835808cd053228a0f9d295696279999011, '', 0, '?'),
(0x9e842a3fe9f35c99d492595bcf14567b, 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.min.js', 1, 0x00000000000000000000000000000000, 0xd530da3954779512b4feab84c25228be, 0xddc213a0f1e3e84f3961262d3d87279b12cce2d0c4c4c2d3ae8ab3cf932e6879, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\waf.php', 1, 0x00000000000000000000000000000000, 0xdaef65477d7ec425cef01b5f199a09d3, 0x0f3926f86c61340072b280ad5860ad6b0018a394ee3daa233fee53ad23c2fc6a, '', 0, '?'),
(0x9e988d6b256b16ec9b2609bd2877fd54, 'wp-content/plugins/elementor/assets/js/youtube-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\youtube-handler.min.js', 1, 0x00000000000000000000000000000000, 0x1ba1e74420b881cf0f1a52b7a2c88a3e, 0x9e102dd01c47b09e8936ed3a1881a563e4d707d80611587e3e60bf091d9bb88f, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0x3978013b14e0b222bc849b0d99e6f89d, 0xf1f29161a2a2fadbccbb55cb0ad6bc1a729f533ab81930237ece8b8354bd9aaf, '', 0, '?'),
(0x9ea410b1b538ecd99c8bc89bf604d851, 'wp-content/plugins/backup-backup/admin/images/thumb.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\thumb.png', 1, 0x00000000000000000000000000000000, 0x62127b1241472af084be3f4f2ae5b766, 0xa84b447d59672a1a4970782d3c3af7af4dbe794da957eb1127eb7fc14fc4e2ce, '', 0, '?'),
(0x9eab85d85489818a413fddaa52688862, 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.min.js', 1, 0x00000000000000000000000000000000, 0xb99303a8afb7472d07228e89cb3c0e5a, 0x2823cd71bb2b5ee14ef63c2d142a700c166ed3aa1d477dc11aa810e5f13f3895, '', 0, '?'),
(0x9eb1048fdf1932926836cd92bf0dbe7e, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\baseconversion.php', 1, 0x00000000000000000000000000000000, 0xf7b93d51ab27ae8b2cc3ef003997ac33, 0x7c11a9f48222a4602108d61243658a6cb855e51474c67c236ff9ffab489d24e8, '', 0, '?'),
(0x9eb804334c2abcfed2793c685dd48d36, 'wp-content/themes/astra/inc/abilities/class-astra-abilities-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-helper.php', 1, 0x00000000000000000000000000000000, 0x72e1368e6c6fdd5ab53545e51d20bbee, 0x6d6ee50f1abc14ab4be11213268659cedbd0d865cdb27a25d6fab560f32f38c1, '', 0, '?'),
(0x9ee0be58ad2a5e8ccfba5298b4dc38cc, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0xff2882d2cff2f1e59ba2a618caeba9dd, 0x41886fc3991b2358ebb743ab2ef6696f834d7ef60e8f16b989accf302db86ce1, '', 0, '?'),
(0x9ee5b2cad02323d5916e0a64415cad65, 'wp-includes/blocks/latest-comments/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe3fbe9cfe25ed55e042507520c6fc26e, 0xbbb01c5ed2d58f0497b2e78d49a3f8b7a048ee9eb8208fc929d1141dabba4d61, '', 0, '?'),
(0x9eecbe890fac5a6c6da8af6c0108f3f9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0xa41ebf86a5c1d9dc85c933998d688842, 0x86623b81f12859990d7f88dfabc0dab021ea79c2afc805dddc01a847a7c869bd, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-comments.php', 1, 0x00000000000000000000000000000000, 0xc37ddb3c8e3fb4f5aeea06b7df33dc5f, 0x12043022fda6f10085bb05bb4d8f020ecd222efa0c1f19a0389fe2532e0638ab, '', 0, '?'),
(0x9eef9818ea387494923dc3fdafabe735, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7926.1560c0e278e582ba.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7926.1560c0e278e582ba.js', 1, 0x00000000000000000000000000000000, 0x998785689242a487ed195cf206059dfc, 0xd15d24171b923f4048281d780e34929b3943c21ef170a3ad41875838e4e87794, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0xfea25b54a65532781195c5265e99a8f1, 0x2a1e82ed8c52fa1ff12216b7fd9e505f70beb36fc0848145cf4687ce9233ed31, '', 0, '?'),
(0x9ef80bf6de27540a38cbce566d6c785d, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0xb8d31959b4d87cc74577dd727aedd171, 0x614c66650d0b4351622f348be35e0e992e356cbf19b2cfea6cccbed42b9fdf69, '', 0, '?'),
(0x9f0553952087580c18d3de7d41560fad, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\timing.php', 0, 0x8f2f08befa8947c3c12ab37a38de6246, 0x8f2f08befa8947c3c12ab37a38de6246, 0x5d92f682aff3c7c5e7e1b7a0b3666c0b57f9139759027e8bb206d74448dc2676, '', 0, '?'),
(0x9f0b1bbd11491f958e7c3e5a940fec71, 'wp-content/plugins/elementor/core/logger/log-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\log-reporter.php', 1, 0x00000000000000000000000000000000, 0x0efeafd0b6cd140fd168d2d85e3d87ed, 0x7635e09ced15f3568605ed9424727aced4d02966e1203c3588c00f8cf68345e6, '', 0, '?'),
(0x9f0c21200664b4fe8be088784f0d3ca7, 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\workouts-route.php', 1, 0x00000000000000000000000000000000, 0x5b04f88e4bcef71725dfddceef5aa70a, 0x4816b6bbe9969cd25a2519264bfae2ba4be3b27c297eeaeeac75773513b78704, '', 0, '?'),
(0x9f14bdc3bbb0735c0b6d53969813e129, 'wp-content/plugins/powerpack-elements/assets/js/frontend-wrapper-link.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-wrapper-link.js', 0, 0x1af27449e7a29a02812af6151e543f4d, 0x1af27449e7a29a02812af6151e543f4d, 0x800a8e6703c723ac47e4a81346d55f16f6b45134342b291c9535210fa61e7483, '', 0, '?'),
(0x9f19a8ae7281496b0ae5384d3d1c1969, 'wp-content/plugins/custom-twitter-feeds/templates/author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\author.php', 1, 0x00000000000000000000000000000000, 0x044412e5d4953cab0adfad02a06a5895, 0xc8392b972082a61c08b21103a2a360a58a9cdb2d31054b7803f0348723072630, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\banner.php', 1, 0x00000000000000000000000000000000, 0xe5c2a21a5aef756679959441cebd0ef2, 0x2d63f899ad7883a5f34d54408c4102a15d9664673f629ef7747488479aa994b9, '', 0, '?'),
(0x9f1d51a2f3a36b97a3fe024e8b95c4f5, 'wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\class-astra-theme-wp-background-process.php', 1, 0x00000000000000000000000000000000, 0x410235b0e2994cb34b694650a86c3d9d, 0x42eadfa7b884336522f45983861b28ca6475823f5fb3cf76c30c7504786fbd86, '', 0, '?'),
(0x9f27266fe753770436a1c2f3d8ea28e4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-home-page-builder.php', 1, 0x00000000000000000000000000000000, 0xcedf5c0ba732f096e6fc983686d57743, 0xc8a4ba475aec9ee5e646a13e637d02e74b20d4f8dfd0a8b13cad8eb6234ba5f8, '', 0, '?'),
(0x9f27a1807d7dfd5b5a560e164856ddb4, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/llms-txt-cron-callback-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\llms-txt-cron-callback-integration.php', 1, 0x00000000000000000000000000000000, 0x7ff2c768da18182f55ea9c28ef4c1d37, 0xb9c8d9219aa13f9ecf31760610b7cd78a9cad2db21a8eae81f59e260d498c0f7, '', 0, '?'),
(0x9f31782adab6e23e603b199731b5162e, 'wp-content/plugins/elementor/data/base/sub-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\sub-endpoint.php', 1, 0x00000000000000000000000000000000, 0x1b412407e5881fdbd79a3e4a2de79a3c, 0x4b3ff99a19899993cb1849093a4413a6858cf884d1698e7aae71072d4a1ed91d, '', 0, '?'),
(0x9f321f8c85737c0701a614cb770fdf7a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\AbstractGrant.php', 1, 0x00000000000000000000000000000000, 0xe94e10bb3f81a5b791e6a46f4b8b6cd4, 0xa9a3cbfa51dcaaa88df4b98140062d613c1285b6017cdf9be5c3eeb7a003e726, '', 0, '?'),
(0x9f349207057e5dce3d0f0f227e3828d0, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-task.php', 1, 0x00000000000000000000000000000000, 0x86bcbd449ab6df505e4b014568fff5bd, 0x7ecd3d430d8ef1b3deed26fd8cb1b82aec4eecbc3ea116cbdea876e011f369d0, '', 0, '?'),
(0x9f34e30813945a7399e92e5d1be5f12a, 'wp-includes/blocks/table/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme.min.css', 1, 0x00000000000000000000000000000000, 0xd92add14b11c9186b7c8042756936d9e, 0xabfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544, '', 0, '?'),
(0x9f36442afa9fa746b4079a0acf00d969, 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\wincher-client.php', 1, 0x00000000000000000000000000000000, 0xa4610f14cd6d3ac53d80e2395fc9528d, 0xcace7c4110a0070650b785a6131b5fe06fcbc27ca4279c5a3966b52e18fd196f, '', 0, '?'),
(0x9f3956237dfd58883ce51ed20a5b0c52, 'wp-includes/blocks/template-part/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme.css', 1, 0x00000000000000000000000000000000, 0xbf2552e9eb04c7bd2ebccfb4d2ea86ec, 0x537603ece00a04f341ead8c27426d33241aa55972194759aeac2a3678f0c00b4, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x55b398b29a1844001167551e629a70c6, 0xea9f9e349db32f9d442238a7da44a1e63707ba057e16b99b3eb82bb0ef668586, '', 0, '?'),
(0x9f420507e4c11c35510455d699ff6660, 'wp-content/themes/astra/inc/abilities/customizer/globals/buttons/class-astra-update-global-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\buttons\\class-astra-update-global-buttons.php', 1, 0x00000000000000000000000000000000, 0xfdb2d551387c4be17aeea622a5aeae51, 0xb53ac0c5e4a3a064ada5375697b1b9b84a01aca67fc445fc63e6f4fba616ae47, '', 0, '?'),
(0x9f42a88b69ae1c020d2c5acf88717e0a, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\background-icons.png', 1, 0x00000000000000000000000000000000, 0x0802f7c27c23a3dce633db033ef47d54, 0xdba4b4af4353af03dd4857f380372bbe7a893238835f458f606718def1836e8f, '', 0, '?'),
(0x9f43b4af7c2337f53dc4c4713ca39556, 'wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x18154722677171518ab18cb9e3e73127, 0xec4a5c7665feddb506e4886ff53db9991918a320373bba399c813a7efb9fc0c4, '', 0, '?'),
(0x9f455f607c86d854859097b3909ab93d, 'wp-content/plugins/elementor/turbo.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\turbo.json', 1, 0x00000000000000000000000000000000, 0x9d2c5fe957a2bf0cebf7bda5e1bd35d6, 0x1e373c3c6128089fe182a52ced99b7ead373ee353c4a8a44134344227b465fad, '', 0, '?'),
(0x9f46fffbf2238ab8af9959eeb37e9648, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x031ea2b94591fe4bbca8397c10fcd7e9, 0xa837b375f3eeaf96cf759f92a53d8bf3a1d03ac66aaa67dd6592fc50a252a236, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x2d530f3d6e8fa05611515837c1b32a87, 0xdbdebcc311a5036c9bbbcdbbb6b1a8b8ee14ff34bc6acd249f048a513aa8d240, '', 0, '?'),
(0x9f4b47351a99593d21a118e4bcbb13c1, 'wp-content/themes/astra/inc/assets/images/customizer/woo-cart.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-cart.png', 1, 0x00000000000000000000000000000000, 0x0943f58ebf0f281d64f4f3a5f6762191, 0xa31414c369b5f3c5caca7cce48a87de72a6a526a12c059b97dffe5d0af554ae7, '', 0, '?'),
(0x9f4f9f5b2c8aa2eb6ecc1356e0a10272, 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-posts-structure-markup.php', 1, 0x00000000000000000000000000000000, 0x5405807b9b59054595f11a4f440b2740, 0xa8cd153f395c2b22ac33de8b2dd46bc6d2da55ebbc3458bfe0df6a73322c495e, '', 0, '?'),
(0x9f510d9d574deb9564d985bd8d23a836, 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.min.js', 1, 0x00000000000000000000000000000000, 0x2a933d6d2b76201d6d56f651f2e5ebe5, 0x5a71bbcab1092cd8f1488689ef3de114195b377f3aab6174ca4a269e3927f9a0, '', 0, '?'),
(0x9f51321caf8f8474d62b298ac8ad622a, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/filter-pairs-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\filter-pairs\\filter-pairs-interface.php', 1, 0x00000000000000000000000000000000, 0xf85e98cf930bc176b1c72379c15886d6, 0x2758511803a391ad3c055f8e6c85405d5ad56df2c5a848b98d17876d8b043fbf, '', 0, '?'),
(0x9f6076b3ed4b88a2a69da352ee0ee69b, 'wp-content/uploads/2025/02/call.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\call.svg', 0, 0x11a58841ed5c3219bf02fd72b5a9b038, 0x11a58841ed5c3219bf02fd72b5a9b038, 0xbe406deca3bf0763d3c5adc0d4516102c0c9367467e0e57efe77d29f6d2169fa, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-lists.js', 1, 0x00000000000000000000000000000000, 0xd7a8a7954085b8b996f5b7acfe289555, 0xd35505334b88e38ddb07df0730b2937b3b3b690b1a99249026495f6e5b55c9d7, '', 0, '?'),
(0x9f655fe700871368dae67d1c44cc6344, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/CacheInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\CacheInterface.php', 1, 0x00000000000000000000000000000000, 0xf5aae2f320dac802d5bbcd4ad609c476, 0x127a2da52eb8c0baa0eeab1c7b5efd67c787d651b946d514f038a39f4be035cf, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x9f69f39830654ad897d7e237c8b27576, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-feature.php', 1, 0x00000000000000000000000000000000, 0xf3560e15d52cf5b956d6614ef6bbb5a3, 0x9fde803eca5cb70eb0a38c5ac030f59a1a9dde71990e72b17741e3c21325cd8e, '', 0, '?'),
(0x9f6b925e022ed83e45b10cbfa915cfc4, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x9f6bc6974cf81fbf9cdd40db32faf8e1, 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\embedded.1778081072.css', 1, 0x00000000000000000000000000000000, 0xf516c42138604836c082322e9627ea49, 0x25a8c90de2c4af4ee9b9abf3bbc19d3c50dde0d9430f2f355097a47d06a52769, '', 0, '?'),
(0x9f6df2edfe5fde76ab5a73a36d9a65fb, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/extensions.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\extensions.css', 1, 0x00000000000000000000000000000000, 0x7412f675356de5bfdaff6090e2a13030, 0x64efe98f259216d69f9e13e5e2cfc5998e4c92ddd9a0eaaaa4cfc7d16e2fba53, '', 0, '?'),
(0x9f6f5d9f5b38067570d4ad43bae1f6a0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_4.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_4.png', 1, 0x00000000000000000000000000000000, 0x6dedfa00204785539f8f5b2483cb3c29, 0x092d5e18ca3d6cd6755d728ae7ccccd284a46770c6ef5748fdcb8cd1d501809a, '', 0, '?'),
(0x9f781d5eff387f11348b11a5912c8a32, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0x9f787efc4bd4c34874d7621f94a84eb6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\runner.php', 1, 0x00000000000000000000000000000000, 0x7f30b278b631e5320bd55d90ab396f9f, 0x1c900c913eb5364c62d24114ce93e4bdde080181082ba0ca76db236cbe1d5daa, '', 0, '?'),
(0x9f834421e57e133310a52d371d8bdfe9, 'wp-includes/blocks/avatar/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x581c6c829fc67d4547d1007e3cd4593e, 0xe6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94e, '', 0, '?'),
(0x9f897eff8cc35bf757585b421b1808fc, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x9f899565525dc3f533067475d64978fc, 'wp-content/plugins/powerpack-elements/modules/instafeed/widgets/instafeed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\instafeed\\widgets\\instafeed.php', 0, 0xffe3fba653c1ee708f834db6eec3f11d, 0xffe3fba653c1ee708f834db6eec3f11d, 0x2173cc52ef3b7114c087d5fac3e6d58bd534b4f5d613f0c86797645fc4409b28, '', 0, '?'),
(0x9fa3218a280666cfff8d21946d418d67, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/rate-us.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\rate-us.php', 1, 0x00000000000000000000000000000000, 0xa86670ad44a6efb323fa662cac5921bc, 0xb5544d5d6d6052b334231b952744034b6bf1813ee22394d3f5e7e98a5b465e3f, '', 0, '?'),
(0x9fa7fe8d334815176ea27ec164b89d2d, 'wp-content/plugins/wordpress-seo/js/dist/ai-content-planner.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-content-planner.js', 1, 0x00000000000000000000000000000000, 0xa7df5a1b6d747c21c95a0e59d88526c9, 0x70845886088fef67c4da39eaa64c001814533aaad9668336075c1405abde75c1, '', 0, '?'),
(0x9fa900adaf74ece92bfc6febcddb2ab5, 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\settings.php', 1, 0x00000000000000000000000000000000, 0x24ce75deed1363cc926d69ad41e8796f, 0xbe3bb815bd2f8fdfe3a89b9aa1e8853a2abb024b916a53e99779008c80bb52ee, '', 0, '?'),
(0x9fabe566ec840e0e1375217d2946dcfb, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-sink.min.css', 1, 0x00000000000000000000000000000000, 0x5bf97a60ac646b249277e3f230150812, 0x955046e61017594ff8eb2232a9c4866d60c88117eb88c0eebdd37a2f626916b6, '', 0, '?'),
(0x9faf0d18e05b46bf38628751e989965e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sorting.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sorting.svg', 1, 0x00000000000000000000000000000000, 0xdb8db41394bb2e5901e0bdfc6134454a, 0x18b89384292a792699adb0a626e24f72bdd731ff0a0ed175a533c3a3a65fd22e, '', 0, '?'),
(0x9fb269d247b5c811946a23c4e50629b5, 'wp-content/plugins/wordpress-seo/src/generated/container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\container.php', 1, 0x00000000000000000000000000000000, 0x9ce6dd5fff0e353a4cbec2c8755b8cbf, 0xb1f11e7c427761f0b899f8792fb337d1f95e82e2e436120df789ae383c03b113, '', 0, '?'),
(0x9fb29ab2e6cf4808e682b2cf82886a95, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xd30a6cbf8dc79ad22a24a39c8475c52b, 0x53f9e732634676706c740d91131bd63675b5c494f0d013c70b2f9c0bf261df30, '', 0, '?'),
(0x9fb346cb53cc33984afe9bf6fe0a6d29, 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\customizer.php', 1, 0x00000000000000000000000000000000, 0x4f62b35d3a8c4f5b41d66d319285b861, 0xbc410458a03c159e31f41d00d2e9ff115c973207f53fb6282a3a9ee7ba26607a, '', 0, '?'),
(0x9fb37a124178793b209acb35f0121bbe, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/hidden.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\hidden.php', 0, 0xff0fe4b7caa9f0a07fdca81e74210375, 0xff0fe4b7caa9f0a07fdca81e74210375, 0x08dc567b118d157fc0c8caac64bad6b1e31f2fe192cb34c93103f91c15f0e2d3, '', 0, '?'),
(0x9fbd048d0c77e86bb405bb2d08087050, 'wp-content/plugins/backup-backup/admin/images/openstack-swift.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\openstack-swift.svg', 1, 0x00000000000000000000000000000000, 0xefdcee8393d97766ff2cdddcbc8778a5, 0xdedbaacf998521fcd41003537251d769cf682011d2a4bdc7607e18ca00cd834d, '', 0, '?'),
(0x9fcd157ca98af268731f475d2fc78617, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\link-in-bio-background.webp', 1, 0x00000000000000000000000000000000, 0xe66b9824129232faa34638d26b525910, 0x256d00ef4ff267dc9a28f28cb394b742b4f377e6ff13ec7e9c9e3b49316db18b, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x9fd7454c35c40f243441bd73923893ce, 'wp-content/plugins/elementor/migrations/operations/number-to-size.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\number-to-size.json', 1, 0x00000000000000000000000000000000, 0x7763c18e1d493beef09bbddd1f06de26, 0xee37b3f683672074df08acbf1f908f43cf0d961520826dce4d1f53273ed04398, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x9fe055d485db15a26cf0292567904e89, 'wp-includes/class-wp-script-modules.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-script-modules.php', 1, 0x00000000000000000000000000000000, 0xf11dc59627a92627e87025b835e52f18, 0xd275baa2ee041ff70d32d7c372e8231ee899131e88563e3709bcb08a5cd2b3f9, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react.min.js', 1, 0x00000000000000000000000000000000, 0x3b97c19585abe23d7f55603028ab9b80, 0x685883c30a4c62c4ea4aacf968730bd42b8e4c2a1bddae9a1e152a298cebcd3a, '', 0, '?'),
(0x9fe88b78fd9da14979eeda66914776b8, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xfb58ac6d1ebbb9a2688af34747558814, 0x7d53469186c1e20cd9695163a35f46bbd122d44d03448c144b91a10dc9a16101, '', 0, '?'),
(0x9fe94c57433be92a561349527b39524d, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0x9fee42e1ddd7c118560c76dd287b63c2, 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\class-astra-footer-button-component.php', 1, 0x00000000000000000000000000000000, 0x8fd097764cd1ef3f698403cf6672ef65, 0xcea9af1e5b074a82ab074c4e6384a9674810087ab51b5bffceb6c39121a4f79d, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xa12e6aea417f381ee09d728df755711e, 0x97153ff90575115a768dbe2a0ed633320e3b68fa242c0d804d1445db7edfe07f, '', 0, '?'),
(0x9ff4cbaa6c5b3d63c0131b221056bb2d, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\not-found404.php', 0, 0x77db74e356d9f495b3dedd4ef524d5e6, 0x77db74e356d9f495b3dedd4ef524d5e6, 0x2d156e771f3046710b48e2102fc367d964cd28c5f1a27c5209ad9db890ddec86, '', 0, '?'),
(0x9ffd1ec4402776bd82e259ab21d1b5fc, 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-template-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x96d3f126604f9630443e16ccd47f6df6, 0x766a7a98c60bd69a1133adeddae92f20c022d1b8a1ec12ce2d3b4694bda308df, '', 0, '?'),
(0xa0004abff7fe18c69499c051025f0f8c, 'wp-content/plugins/elementor/assets/css/theme-dark.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-dark.css', 1, 0x00000000000000000000000000000000, 0x82c3404ec17b5f02ace3999bc8d8a451, 0x15208dda70de1f5929456182e5854d891b88de5835920b7919486b36f35858a5, '', 0, '?'),
(0xa005a66598624bcc26ae9307fa81754b, 'wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\tab-base.php', 1, 0x00000000000000000000000000000000, 0x8a5ce0c0fafb6178afe97ec87448ac7b, 0x3c3f117e1282567a63036c3fcd58aa5dc3f7a90d81b74e2dd35c58dd168671d9, '', 0, '?'),
(0xa00855cf602c0db62fc6e6b7760b2c95, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/css/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\css\\style.css', 1, 0x00000000000000000000000000000000, 0x5cfb6adeb4c9d49f100a3f82ee5831f1, 0xb311112f0d977d110ba827a850e49c0b2d07f9ca5eeadbbe3b70b6e9ba7838b6, '', 0, '?'),
(0xa00af8800640284ccd7dd5a61d9508ac, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.asset.php', 1, 0x00000000000000000000000000000000, 0x54793ff2cca28f77843d3d1e5681e5f7, 0x145381b72a478a4485e75e08bb957ce574bb779fd2a851b2fa0c92d46fb42538, '', 0, '?'),
(0xa0106767c2d9fa6b90544719ec137148, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Heading_Control.php', 1, 0x00000000000000000000000000000000, 0x4c5b1dc5cb224a13c303014ccd0a73ac, 0xedc8a3a6e88fd531cb99e3f0e05a4912225a03c24d649bea8bc73b20b1d3dbe4, '', 0, '?'),
(0xa01350cb98a3c4dd13e5a1180d330009, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/current-scores-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\current-scores-repository.php', 1, 0x00000000000000000000000000000000, 0xf046abc54691c073171bd910a463b971, 0xb53afc71aebe6d8daa1453d4d9b8403198a2f1613726769ac75059470a00bc3a, '', 0, '?'),
(0xa017c9c7006eb82407ac176a082e9920, 'wp-content/plugins/wordpress-seo/src/integrations/woocommerce-product-category-permalink-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\woocommerce-product-category-permalink-integration.php', 1, 0x00000000000000000000000000000000, 0x847a13dea4c6ba8ab7c3ffbcbc1ac507, 0x380d0755ada1ec8e15832bc076c530cbda352c916b7ec83ebbabb8431b8fc28f, '', 0, '?'),
(0xa01b0badde7328cd3a2d0a1e36935e77, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetRepository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetRepository.php', 1, 0x00000000000000000000000000000000, 0x2a00f80fcd2962bb0232c49c5abdbf9b, 0x3c05691b4f1ca4ada9fc819ed1f298be1dbc02196c3fc685c836c3e61d4c7bb9, '', 0, '?'),
(0xa0201294d4a6cea4671a9ca6aceef378, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.strings.js', 0, 0xe033991eec6617f5981cbfad05e8d5bf, 0xe033991eec6617f5981cbfad05e8d5bf, 0x22fad04e8b857d866a1bb073a8c236c0d21559f243b2d6a6180e448e0215e149, '', 0, '?'),
(0xa029b15ecfa24afe3b9124557440e185, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-premium-logo-new.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-premium-logo-new.svg', 1, 0x00000000000000000000000000000000, 0xa5ac571e5e49f58ed1ee8f2045201463, 0x74992b2f02ed934197f2949d1f18674b984c1174ebc035e569a4032a273720be, '', 0, '?'),
(0xa02bd4049ecd7f0711594a6aa835d8d4, 'wp-content/plugins/elementor/modules/widget-creation/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\widget-creation\\module.php', 1, 0x00000000000000000000000000000000, 0x28b62d36e6d66e19ad1f46d42d8a676b, 0x9793dced6e5bcae7aa77491cfa43a46f7f0833cf3ebed318c19a2e320e708562, '', 0, '?'),
(0xa02c311d6baddea9de76c51f071e0564, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.asset.php', 1, 0x00000000000000000000000000000000, 0x36e4d5d338b62eccfc318d8db1ba0c20, 0x54c3c2ea8f62bf92f5badddf1317cc9b58fb4cf32df266a0e7fdfb3c557cd03c, '', 0, '?'),
(0xa02d2896d86deb3a0ce018abf6f32c4d, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/downAngle.b46223d336096f028af18606c26e10fd.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\downAngle.b46223d336096f028af18606c26e10fd.svg', 1, 0x00000000000000000000000000000000, 0xe9ddc3a3c2e7a4d3a33a8e8861758926, 0x01a414052794427714877348abe72bfc38ff9d215c111688e3ff6c88ccb9f847, '', 0, '?'),
(0xa02e1b41eba35ed062e2a95dfab0926d, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/utils/analytics-transformer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\utils\\analytics-transformer.js', 0, 0x5614a9136955fa5d00ee52bebd457046, 0x5614a9136955fa5d00ee52bebd457046, 0x182928679a52172197795caf4817885366e00200e1b8ad662959656c1a30cf96, '', 0, '?'),
(0xa02f2898d6a72dab7c1d70b0107f57f9, 'wp-content/themes/go/dist/images/social/spotify.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\spotify.svg', 1, 0x00000000000000000000000000000000, 0x19b9ae9e620199b6e91ed384a0124011, 0xc987f1a94ba61749324155608d6b82f5e600d1f5572cc1d9604814d4f97ac999, '', 0, '?'),
(0xa0356be39cf36db68949df192a2571bd, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/NewUserService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\NewUserService.php', 1, 0x00000000000000000000000000000000, 0x3eb55a75970923feeb1a44eeb141921e, 0x4d3aee8d06c873c56b9fff9df260f8c1ecbd54678e1d2626f257b773b9832b4b, '', 0, '?'),
(0xa03680a8eb8689e638a14e33aacaa8a1, 'wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-with-description-and-images-grid.php', 1, 0x00000000000000000000000000000000, 0xf752c33922242ee5efd3b9d9bf2461e5, 0x89d37b61d37627a1ff33e3fecdbbaef2bea0f90fc33c3419d134dc379114936f, '', 0, '?'),
(0xa03b6f94e1bc4f9f75547de5d6144054, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\abstract-dismissable-alert.php', 1, 0x00000000000000000000000000000000, 0xe7bccbed2d759ef9cb4aea664f9268df, 0xd6f52041902480fb79a7cc5b2dee64fea0fa13cd42755c0cf2095e3d375a404a, '', 0, '?'),
(0xa0450fdeb60d7d0c94436e76ef66b584, 'wp-content/plugins/instagram-feed/instagram-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\instagram-feed.php', 1, 0x00000000000000000000000000000000, 0xa1039c185283e07b3cbc2b58c837504b, 0x32f8b7b16d2712fe51994c1e2f211852844ead5fbf1cc5f6936499f96df83bcc, '', 0, '?'),
(0xa04db58e10962626a0ca44fa6bf2db86, 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\dom-to-image\\js\\dom-to-image.min.js', 0, 0xb5a3bd90b188ebf396d7fa5d82478c05, 0xb5a3bd90b188ebf396d7fa5d82478c05, 0x7ec33824bb10168a37888a691106c39029a30beb72099e01c50ffdfba5ac9df3, '', 0, '?'),
(0xa06078b0d3438001661722b54d0f5277, 'wp-content/plugins/wordpress-seo/packages/js/images/woo-seo-logo-new.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-seo-logo-new.svg', 1, 0x00000000000000000000000000000000, 0x7a7b5a22c2b745ef7de22a7473a96292, 0xf31e5cbb0636bace5b42fdd001b78e7fa90eeb9b16a723fbd506f27df43af57f, '', 0, '?'),
(0xa062adc4776da217022ee8692d5ed48c, 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/search-ranking-compare-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\search-ranking-compare-repository.php', 1, 0x00000000000000000000000000000000, 0x95f8377a7d025128ac1bf06a4d11c5a3, 0x3cfb0ff0ad64ac6840417d0e45456c7e7358c8c369ee140bc4c6e03ef9be65f0, '', 0, '?'),
(0xa0660f158e1f039db93d2a85624f73c8, 'wp-includes/style-engine/class-wp-style-engine-css-rule.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-rule.php', 1, 0x00000000000000000000000000000000, 0x9f9a9b44f5647a8fe8f45aaa55a140cc, 0x437a563c2424c59083365da9ffffd8f5e5f6ac7df2e1863b6393cb48268e2262, '', 0, '?'),
(0xa066f6e31b46039e6f0d787289b5ef97, 'wp-content/backup-migration-p2Whnugedf/backups/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\backups\\index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa0673c4315b658962773f4414e5ce0a6, 'wp-content/plugins/elementor-pro/modules/posts/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\module.php', 0, 0x0cbf41782dae8baccf7b8c5365f71037, 0x0cbf41782dae8baccf7b8c5365f71037, 0x1009219f39fc1221aa124ea4af722c0ab206e2e22c0092366c914f54fafdfa72, '', 0, '?'),
(0xa06ede881a1603d82fa83b3865a35b8f, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\css\\swiper.min.css', 1, 0x00000000000000000000000000000000, 0xa2431bc290cf34e330e11ec4cfce1247, 0x7f8aaa78d836ad0f95d1eea6c087791362c5084abdf3c96d185926917a4614ce, '', 0, '?'),
(0xa0709ba7a37095a95156d7b0edbec838, 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x12045858d487a8ae56337b554a5ee03c, 0xcd21da6f3f1f5afc4786d3e2f3dbde74204ff7043e551bd42544c15d5af08fc1, '', 0, '?'),
(0xa0714199c85bedde3cb945538c3b4b07, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xa07173d1c5c7a6673a5245f84eb0fde3, 'wp-content/plugins/elementor/core/frontend/performance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\performance.php', 1, 0x00000000000000000000000000000000, 0xf12813c4f8a693ef8e7045aea62c6404, 0x1efdce5eb02677b4de4fb6ca0f138a4c0716653e8ad4f818ea76ea65a8f68c2d, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-themes.php', 1, 0x00000000000000000000000000000000, 0x92c9a579ff4345194c91a5011a10c4a1, 0xc42045e3b833c70495aaef59ca358476466bb372f3da1ad7043bdbe014e7a6f3, '', 0, '?'),
(0xa0787b3a18a451255ca35fc6cbb038fa, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexables-exclude-taxonomy-integration.php', 1, 0x00000000000000000000000000000000, 0x0e2ee9ed496795041a71dc294a401b0b, 0x38085bc96bb347ba8418a59be31341bd2fb14e99b7396ee8b69522c305362754, '', 0, '?'),
(0xa07e806a5d0ba681439369b7c1682428, 'wp-content/plugins/wordpress-seo/images/icon-seo-analysis.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-seo-analysis.svg', 1, 0x00000000000000000000000000000000, 0x335ca38a6a612f85a60546fccbf98e65, 0xb73ee5ef0226cc75e638e8a96748f54a46bd4b32f16a95c5e4005f840f562df7, '', 0, '?'),
(0xa0810c4627b1b353e438a027d391f0ed, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0x7523c4515a7b65cc2f44bd5fe4818950, 0x7c5f589a785a1272f7f45a8615ee081ff7fdc6459524ea6e38af8553f54eb283, '', 0, '?'),
(0xa082087e0094f7b30c06836b7d0c7635, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/smash.75f551833d2af6f18cb2c14cf417b086.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\smash.75f551833d2af6f18cb2c14cf417b086.svg', 1, 0x00000000000000000000000000000000, 0x3f29ffc3acb9c6689617ed91c8f82be1, 0x264b9e01b8eab7909dec2eef7cdcd2d7595030f1c32bf9ffb7b2c9e1b6857fd6, '', 0, '?'),
(0xa08347a09ca5c124ff331e7f36641a9f, 'wp-includes/js/dist/admin-ui.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\admin-ui.min.js', 1, 0x00000000000000000000000000000000, 0x3d9c7a83d8c761d54ff7fa71dff2f43d, 0xfd22a97b1709e59def6bd94a278cd2f735cfc5c1a0ef6c68e674d47a71a54166, '', 0, '?'),
(0xa0846cf975efeb676cb2408d17c2618d, 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-watcher.php', 1, 0x00000000000000000000000000000000, 0xa1bbf34fc58423cbbd144a053fa43356, 0x65c730657a99401f4eb2d1dafb420f39be1fc7c1d252746c20792aade86d06a2, '', 0, '?'),
(0xa088d83e864a8f52b152d2cae787902b, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0xa08b76c4eb981eb1334d8a196303b1ce, 'wp-content/themes/astra/inc/extras.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\extras.php', 1, 0x00000000000000000000000000000000, 0x5735db721559ff7381bd8f1ea4dd27a9, 0x00be4393b4d19735f500f1eca0473cbd318a1541001ad8c63592c4683f2adab7, '', 0, '?'),
(0xa094f7d6f9ea0cfc8abbbdf8c496e692, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/accentcolor.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\accentcolor.svg', 1, 0x00000000000000000000000000000000, 0xb98e6a0ab2c2439d98474b0b25b589e4, 0x50f236563fe4d3be55e92efe51bc0bac2973658a3a3e08dd53482cd513350f29, '', 0, '?'),
(0xa097d5923a7d3394d0042e818839b460, 'wp-content/plugins/wordpress-seo/src/helpers/route-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\route-helper.php', 1, 0x00000000000000000000000000000000, 0xa5267df8a3ff1a5b55385080e6452a39, 0x3822288e066a6e6c15b84d5869be6dab25cf173c8450f69a9fd66fa54d4c59af, '', 0, '?'),
(0xa0983dac073550bc15a9e16e6acd596b, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.asset.php', 1, 0x00000000000000000000000000000000, 0xe8721c690103fa0ac41728f864a112cf, 0xf1c20b81f036c9f97ebeee6489af9d3d57e68785ccc4f6b92dd638b7d2a7f3ff, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa0995ef75e90890ee0af302e2cdf26cc, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xf2e15577556cab16dede941bf07270aa, 0x9c33bd487a835d8d08e1a50ec8d12e2a2b47f7789c0e7ccb015d40155662bf27, '', 0, '?'),
(0xa09ca46941243753bcbd32c07b56c63d, 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-title-left-image-right.php', 1, 0x00000000000000000000000000000000, 0x1d1a9626eaade37bcb2eda092b5d1c35, 0x1c8c3012c2e365f57d931959ffd26e6bc87b6df4598db130223bdb3f8ee3f4b0, '', 0, '?'),
(0xa09cc8109aa0f7fb7f7d4803472f6729, 'wp-content/plugins/custom-facebook-feed/assets/js/elementor-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\elementor-preview.js', 1, 0x00000000000000000000000000000000, 0x05215db6fc0cd9125cf819bcaef552a6, 0x92b752305f07a6b9d3cab76483c5d7277eebfd9a0570eb83bfec9d63b7e728b4, '', 0, '?'),
(0xa0a664732314a9d0a7f600ad67ff3b36, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-transformable-validation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-transformable-validation.php', 1, 0x00000000000000000000000000000000, 0x47942e1e0686738b90ff2e1df3bbef27, 0xd491956bab9e6f8148f9b78dbb43edb3aa14d605cef42f7ca1ea97cedb5420e2, '', 0, '?'),
(0xa0a6b29022d60af626294a9750157481, 'wp-content/themes/go/dist/css/design-styles/style-trendy.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy.css', 1, 0x00000000000000000000000000000000, 0xd38da83eae04b3ae6671070516e395c2, 0xd6bea5eaabe71e494225f6dfa5daaf584b71db033b27a7f9734646865e44990f, '', 0, '?'),
(0xa0a8d0e7d5a93f7cd8d6e631e60f2327, 'wp-content/themes/astra/assets/css/minified/frontend.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\frontend.min.css', 1, 0x00000000000000000000000000000000, 0x8ac5c0dd76d9aeff6642a9cd53e4562d, 0x7bffe76ab09946db335ca4022cfcc7481213d36a2ce7342e5f8cdbe98fe49a8c, '', 0, '?'),
(0xa0a9eedfa36adcacad42cd12755ed655, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xf42cf21bfb36b1751c6b0c066f038f3d, 0x33c337f064f8e2fd0abb2e5dfa8fb097a618486659daeb9561850fc3a390939c, '', 0, '?'),
(0xa0adaf8f7404dc903eaacd6db741b312, 'wp-content/plugins/powerpack-elements/assets/js/frontend-sitemap.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-sitemap.js', 0, 0x0b72b44600ecbae303da41b6ab5f1b70, 0x0b72b44600ecbae303da41b6ab5f1b70, 0x575f32b7ad22348d0298a412602e2503afd25bd554787d272d4ebc19addab4e3, '', 0, '?'),
(0xa0b16e312ec39375e9749f1781c86c58, 'wp-admin/css/colors/modern/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.css', 1, 0x00000000000000000000000000000000, 0xb5a2f8750ee4991994345b1079904d50, 0xaced671584b705d17a71c359f9656c6991d16672062f312a0e3b3bec4be33063, '', 0, '?'),
(0xa0b3638e0c90b88d8f2bb48c75887054, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/plain-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\plain-prop-type.php', 1, 0x00000000000000000000000000000000, 0xa805689e8c03f1dc30b0c874ff505166, 0xae68cdf1d9927c5e9c474838d048be3ce6eb0160b9b87aa09a8e57bbb1b81913, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\hr\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xa0bf268f1658ce1b52d0866bd673a71e, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout-grid.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x1fbf35126001b27c9d77720a9e941437, 0x8e8606fcff4fcee8669fa7970822326499c64ae7cf09e813ad4aada582a86911, '', 0, '?'),
(0xa0c3a43206aa851738c4d9fbf5abe36a, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\debug\\marker-close-presenter.php', 1, 0x00000000000000000000000000000000, 0x2dd9ce337c1e6f893ef5aa85f9c7c285, 0x8b006f26f369a164d062aba9b982a8d3e26f165b12ae89ab4460e93e50a994e4, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Compat.php', 1, 0x00000000000000000000000000000000, 0xfdecc5b0969080b846153be9575c1987, 0x9677903314e0e9d5eb8f0bcb5f91b83deb89b5e68b1f90fe243d3417ec9f5b45, '', 0, '?'),
(0xa0c421c8bbed0c871e56f1da0276b35c, 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-get-container-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-get-container-layout.php', 1, 0x00000000000000000000000000000000, 0x58cab829e9d163688ad0cfee6a4b71f0, 0xd3673936800942537be14697a88b1b382b31e274129cb9bc85e34f74b5106975, '', 0, '?'),
(0xa0c8f8e6833b92c76977dd23fa3b1aec, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\index.js', 1, 0x00000000000000000000000000000000, 0x8e9a6be439ec3167256787d33dcf929a, 0x5d97663d13cf3f6d72024247a414030c6527d4ddef7fcb35592947674a4d86ae, '', 0, '?'),
(0xa0d4cae9f7a0a89f7cc5b2d8247f48db, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x8194d146c196392de29802262b28f24f, 0x479056a2051fbbdcb791048ec0feed7a5ef396f9210f4489ab87045013340564, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0x8df89441249f4c2e3a43391e7175125c, 0x11fbc20bc70e0ffc34bdab28833c14dd3596f2fc26f0432d99b01df79ae203ee, '', 0, '?'),
(0xa0d9d512c8900b074666dbb30045a63e, 'wp-content/plugins/elementor-pro/modules/countdown/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\countdown\\module.php', 0, 0x50aa061a230e4b27b06c4537ac0ca0cc, 0x50aa061a230e4b27b06c4537ac0ca0cc, 0x5d6fb0964dbf89bbd9bb0ad280191a2ab81d07ee61732c135712adcc23b7704e, '', 0, '?'),
(0xa0da82caaf558bf2f08088e1b8af55de, 'wp-content/plugins/instagram-feed/assets/svgs/eventsIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eventsIcon.svg', 1, 0x00000000000000000000000000000000, 0x842b607cea13185c448237eb8c34a1e9, 0xcb5492ba1354877884b1fc37b301547b0aabc91347fb61b912aa6994da339006, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\page\\wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0xa0e0c320275e37cdb525292ce0db70af, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cog.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cog.svg', 1, 0x00000000000000000000000000000000, 0xfa177b6a1ef1e12c57c516931c39a71b, 0xd6e88fb452bc56053897d9868a5c0b64dea38437addeb6a63c9cc88a5bf1f461, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\kses.php', 1, 0x00000000000000000000000000000000, 0x1227b5e276b6b67c545b98376dc8f93c, 0xfd6f0909a26b37bd4dee0dbc220fd7fc82a86df95e0f78a7b1977a95dde77159, '', 0, '?'),
(0xa0e2d1abd0623b70189fb0c3561fecb8, 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.asset.php', 1, 0x00000000000000000000000000000000, 0xbcbde35e0803e2bc7686b05c18fd0b75, 0x9e009cc830f8062803fe6e2af0db8207dba71a980c79f83d544b81258edfa3db, '', 0, '?'),
(0xa0e2e477ce4a2066488fd18e9c0cec32, 'wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\mailchimp-handler.php', 0, 0xdeb99ed53187d735adfe5d8fe5a73ca1, 0xdeb99ed53187d735adfe5d8fe5a73ca1, 0x4d2204dc110e700e01859ee175c7b3409aa7a47f929f7f3f5b9abe19e02bd20c, '', 0, '?'),
(0xa0e85557dd74100baa1ac37f5f69f9b8, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/balloon-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\balloon-1.png', 1, 0x00000000000000000000000000000000, 0x778934b170b2418a14659476f2c951fe, 0xd93043e4ebb67339fd876938271c0a8521f9c862e32eeeeb80808974aac6e281, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0xf4eed285b13a6a8229c8a8e64142c4d7, 0xd4ff7701276c4f056953376c3608384beb3973e418376e37a0a4002bb23b2bf5, '', 0, '?'),
(0xa0ee81f026f7dce809762fc28b3524fd, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/AbstractExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\AbstractExtension.php', 1, 0x00000000000000000000000000000000, 0x94550d1a2f49016cd9d423d3015e32af, 0x144de607ee1c8717e2c3c05fec34201106d77ab53a4b5ad5e15ee3ee95e22c06, '', 0, '?'),
(0xa0eed6de943e382dbe96a36cbd3231ec, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/comparison-search-ranking-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\comparison-search-ranking-data.php', 1, 0x00000000000000000000000000000000, 0x84af63d6e16cd2a0f9e2e44cd11df9e2, 0xa310827bc983f0350c5ecc50db6cfe7db13cb0495400c2bcde54069e9efa4773, '', 0, '?'),
(0xa0ef7e1b6ecd4b245ed4115208d0e3d8, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-login-action.php', 1, 0x00000000000000000000000000000000, 0x47264a5695613be3047caafd75a1d4f7, 0x4e455e4ea8614900c2ed3f8f28facd3efe0cf28543cb1c09cf2391b026ae9089, '', 0, '?'),
(0xa0f027d774745302d2558ce53c41fae9, 'wp-includes/html-api/class-wp-html-stack-event.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-stack-event.php', 1, 0x00000000000000000000000000000000, 0x46ad3aab1000dfdaf78a6b43b5c52c57, 0x08225824dbbcfc83b73e46d5e1640d814023f9bef74361bd7d7aa9a80bc19597, '', 0, '?'),
(0xa0f0a181bafd23e6ee90051243a6a333, 'wp-content/themes/astra/inc/lib/bsf-analytics/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\changelog.txt', 1, 0x00000000000000000000000000000000, 0xc932b9cc27082cb0dd51fabd149010cb, 0xafec1e7a6f9fb7db09cf369650e335f0db3ff0010bf9e9ffa810b4784a35d64f, '', 0, '?'),
(0xa0f83ae9ada9b12a872fb519ab6dc2b8, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x481c9e7cb7086879b93293beef33f850, 0xe0e5d1b5d291ac1307962855ebe347d29259a65a2d4282fbecd110deacbd5034, '', 0, '?'),
(0xa102a21bdab5f45d5632c032f37131df, 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\assets\\js\\minified\\customizer-preview.min.js', 1, 0x00000000000000000000000000000000, 0x72a8db8df0d36faae282bd8c140258c2, 0xed950b62a11d2107c2fde2547916e79300ca5e1d768c4490e64c49034584e4ac, '', 0, '?'),
(0xa104f465ca6d3ee96884919bcfb69e3e, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.js', 1, 0x00000000000000000000000000000000, 0x4f896a01a6cce9109867339c4ffa5fd2, 0xa93ac733b83db5e9f830fed769cfc13342bf08b4518b6dbe80b6ff0d01b5a1bb, '', 0, '?'),
(0xa10ef2dda3e5af18dcb8eb7ccc88eba1, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x1fba9b72ba7bc22580288f6676acd400, 0xfb736bdee8b65f9e8f5598d8293dd33e609ba4e1ef82bdd3205da52130b777ba, '', 0, '?'),
(0xa1135130db6d0b73f22cf99a7e5fb3bd, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-backward.css', 1, 0x00000000000000000000000000000000, 0x86fef7eea2f12652612fc2553051da3b, 0xf7f87472a227a26d8541d19be6aec6a66cd10aa35d72896147373c835f4520c6, '', 0, '?'),
(0xa11626998fdba8dbc0a28502fea6c8ad, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/flex-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\flex-transformer.php', 1, 0x00000000000000000000000000000000, 0x1b746d7038a76cd0660a1f61f2763429, 0x7dc9596b33150fbd769fd73eb8875eb62df6a6c97654052b43d06ea09e87f61a, '', 0, '?'),
(0xa11a0b75cf33b8cf49b87a73290bcc2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x23ef9f390709a4ad8676789840a9469c, 0x7a5d57ef443d2e1c294a3e16d8906b9d024460684076d0a496a04883cfffa53d, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0xf99a0ea2c194831a292e1638c135f7ce, 0x16ffd4aa0a63cc1eb49d2e79c3a404109e610a48dbe3d858bf943ab95cf3e6aa, '', 0, '?'),
(0xa11c10d67fa3774752e0f1af0fe57190, 'wp-content/plugins/elementor/modules/global-classes/global-classes-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-parser.php', 1, 0x00000000000000000000000000000000, 0x1074a21b3bf2994d9c2816603b3c4507, 0xe9e4a52b9c7efd0e800cb4c87fd103fe430ea685d5ae0cab50148f48314e4896, '', 0, '?'),
(0xa122ff8775f90802807fa389a36755f9, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema_map/schema-map-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema_map\\schema-map-builder.php', 1, 0x00000000000000000000000000000000, 0xfd6d9e2c94b2132a46db3a878bd901a6, 0xabfd160b2f0d625c8595111f9f1afbe620fc46c8c06c39e592d3215711b7411a, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\section-title.php', 1, 0x00000000000000000000000000000000, 0x2faa4e9129e2c1d2904763aee95ae19c, 0x01f981e99d2aea51d8b33ecd4d6c927d17f5cabe5ce7e1216df0371d2b1b2994, '', 0, '?'),
(0xa12c17e99579c3e0a4ae781cbb570dff, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0xa12f710ae05be5e07ce0ecfed7389dbb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-gallery.php', 0, 0x3a4c8d92de7e6ee0747b431cad66758b, 0x3a4c8d92de7e6ee0747b431cad66758b, 0x14d7432e7241ad4069a41f0aa91920c20e30a8d6cf57ef1e548a7871ca346387, '', 0, '?'),
(0xa131fefb349f1fbb352162e01d230758, 'wp-content/plugins/elementor-pro/assets/js/admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\admin.min.js', 0, 0x66f9257207cd30b74a56a73722c68725, 0x66f9257207cd30b74a56a73722c68725, 0x37d43a1cb899c7bf0e714e03b3c75b2a284f7287e04be523d453658a59a6b4c5, '', 0, '?'),
(0xa1328fb7ad928b3b04bdb3b0679720ba, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/taxonomies/taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\taxonomies\\taxonomy.php', 1, 0x00000000000000000000000000000000, 0x848be0898a254fe995486111adb55599, 0x5b4c979b9a2298f2dbc5b54cd0dad28ec162178680d467e489a2b1fb82fc82df, '', 0, '?'),
(0xa1360cbf7b21eb6a90aa38b70089d268, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Tooltip_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Tooltip_Wizard.php', 1, 0x00000000000000000000000000000000, 0x814b95617d82974f7ede6f6e457cf25f, 0x99709b13f730dc9ce66f0356d8230e29d3506b3656bf3ed45419b67e1131190d, '', 0, '?'),
(0xa13817b8970fef0400625b29b9a04f31, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xe706292cc7b13fbdf0db1871e3c196e1, 0x6ca0111c4cee2549e396a18fb98ccafd252ecb3a0278a28e06a3bfca094c70b5, '', 0, '?'),
(0xa13f08a6dc0e81e213d72d0cd263249d, 'wp-content/uploads/2026/01/beauty_11015041.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\beauty_11015041.svg', 0, 0x16950450a8d09628eacc01f7d373e806, 0x16950450a8d09628eacc01f7d373e806, 0xe84d0a2da3e49fbd964924d781d67b170a4596348f5bc196071a18bae3e91f2b, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0xa1447ad82aabbdae98d146ce59426769, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.js', 1, 0x00000000000000000000000000000000, 0x5061a91be19464b8759141495c59ba76, 0xbf1237535078408af6649b5164b5a72613bed178be3b47cdd03bb8891720d8cd, '', 0, '?'),
(0xa150b199bed07daa0d2515121efd3f30, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-image.php', 0, 0x487d092b026c9fcfa986394398ddaf92, 0x487d092b026c9fcfa986394398ddaf92, 0x5e892e452b52e818b8bc95149030c6de631967c88506e52c44d5a8e4342ab184, '', 0, '?'),
(0xa151a35e7d61c168fa4156e60f186c1b, 'wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\endpoints\\steps.php', 1, 0x00000000000000000000000000000000, 0x4194fd9cc7ee0181640cc3d26c99d312, 0xf9881b62337586c5b54a740841278eee5fb6126626e91c737d8f3877e07c4b4c, '', 0, '?'),
(0xa15329803d0d8e24527d009a95a8cffb, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date-archive.php', 0, 0x2c2fadbf58b0cc75c026259ff07afcde, 0x2c2fadbf58b0cc75c026259ff07afcde, 0xb8c90638e889584159dbebc90bb8ee9a4243f854bbd00ab6518a0d9ab8f093a6, '', 0, '?'),
(0xa154eb4461d8a834541e5f399ab94650, 'wp-includes/class-wp-block-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-processor.php', 1, 0x00000000000000000000000000000000, 0xed01198c5897c74e930b3416bcfbb299, 0x1e4175402c8cf7bc2687961d96904f407a6eec612148a635d182b3fc03279a2d, '', 0, '?'),
(0xa15663bf6ba10dc853cb28fd51840a49, 'wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\HttpClientContract.php', 1, 0x00000000000000000000000000000000, 0xa2231feabda2384839ab536620ca0b20, 0x30a87b2709d4857684c8283d63a6e13d9314ffebe4e0bc1167bd4ac1aac38ec5, '', 0, '?'),
(0xa156da16a0bf5bbb82ac69a05f4c9df9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\RequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x512e98ede6a600c4a1898ddc1d372f01, 0xef92db817cd69b39f07520d455c1732f8cb24692d5dd928b3f6ec096099e4cea, '', 0, '?'),
(0xa15760b70257aac3a49be8d6d8ed0340, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sb-youtube.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sb-youtube.js.map', 1, 0x00000000000000000000000000000000, 0xe89ba3acdfc799cb6bb640c78cb8b500, 0x4059c9f775eed8625e63a601da3958046928f3efb610ac35b8f8930a419d9b8f, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\nav-menu.php', 1, 0x00000000000000000000000000000000, 0x190ee3f2d57c0df8a97732ab62a520d5, 0xf1060dc5032783bfa060e3ab10b46fcc9466471c9bbabf273719493084ab98b1, '', 0, '?'),
(0xa15c8d7b6060cb7bcf0437b45aca2b1b, 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa15f5ee85534a5826dafd10d92bfc874, 'wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Memcached.php', 1, 0x00000000000000000000000000000000, 0x72c79b957ca95613040ec71e503ff5ac, 0xca7404fe5b11adb6b578d687ec62b019cde096028dd20fd8a511dcb95a091afc, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xbb5030b78867f83807ee9e30c34e02f7, 0xdf2c2588f94596bb93d720ccaba896aa985638771ddfdbf99b52ae63d4af2fbf, '', 0, '?'),
(0xa16afcaa78ca9bdf8eac339c138cf1ee, 'wp-content/plugins/elementor/core/files/fonts/google-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\fonts\\google-font.php', 1, 0x00000000000000000000000000000000, 0x77c22e2ea33d47479a8a83458673a3da, 0x83560b8e1fb14b17f4fd7259e620596cffaaf07fa0972881a24d1ea1b8e48d52, '', 0, '?'),
(0xa16b63c48665e1d0c1a3ed5d04209444, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tablet.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tablet.svg', 1, 0x00000000000000000000000000000000, 0x12b8dece540c02cb892e2edc32ab7ad6, 0x832ebd71b884b80bb8ac25dc7e2ba6dd0e73e46659cfaecfadc0e739e10df684, '', 0, '?'),
(0xa170a224ab513e99b88ad1af6b4b8856, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.1e854a92527f7870a712.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-checkout-page.1e854a92527f7870a712.bundle.js', 0, 0xa290a2a1f8ca98d90abcbaacefa47354, 0xa290a2a1f8ca98d90abcbaacefa47354, 0x98460f10f136dbcfd02e6208fd1303a0130c87ef5917bf8b015609312c1694f5, '', 0, '?'),
(0xa170b67e4de593257e5d6a59f9fc6fc3, 'wp-content/plugins/wp-reviews-plugin-for-google/trustindex-plugin.class.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\trustindex-plugin.class.php', 1, 0x00000000000000000000000000000000, 0x6d451d070ae568bb556fed8f6465a8a9, 0xe72acbb48cd97e29afbb84ce9c049150a0f4c3029364f10a4a0ec590a4080514, '', 0, '?'),
(0xa174e405de2e2168ee74b8122568ace1, 'wp-includes/blocks/video/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style.css', 1, 0x00000000000000000000000000000000, 0x9bab3292829d8000e5e56b21e447a748, 0x6a91331636bc726a11206cc1b19ef932abc040e5151f75db35926bc32b44e2a6, '', 0, '?'),
(0xa17b357c9666d1fa2b6c5c502fe8b2ba, 'wp-content/themes/astra/template-parts/content-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-404.php', 1, 0x00000000000000000000000000000000, 0x8e3d15271ee4d3556af673dd9ebfe7e4, 0xa0d3eb7e9d3ff571ff4f6949efb3bdd8ac7f1926cfb7ca9a971761fbea4c81c4, '', 0, '?'),
(0xa17b7f7591fb1518f455919c947fb49f, 'wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\getresponse.php', 0, 0x9f8fd68fef703a88358c2a7c008cf925, 0x9f8fd68fef703a88358c2a7c008cf925, 0x48be3889156398086b59dd3c71d4d4eba782b72dd3b1dc2ccd5b24dbe1512818, '', 0, '?'),
(0xa18cb834f8ca8d5bc6a043c45acd1451, 'wp-content/plugins/elementor/includes/controls/select.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\select.php', 1, 0x00000000000000000000000000000000, 0x8559a38529c25a3f62a3691fc49b9a61, 0x55b78dea7136317bbfac674c2c6d5ad094479a620b9714b3f358cb31906b057f, '', 0, '?'),
(0xa18d9ff61bc013db9ed4e53ea5cddaa4, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-album.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-album.min.js', 0, 0x3625c070fc902b03c846785620a30947, 0x3625c070fc902b03c846785620a30947, 0xdadf2267755a12a49809ed2a42d25c0717085eb0e8975bd60418d5d59c6231e7, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0xdbc5553ebd70344ae66cae9335c01f3d, 0x0e39f4c2c90d5802a44cd96443354055decc0eaf4b263ecd836cc008139423cb, '', 0, '?'),
(0xa18dd8848c4a7c273ab67a7ff1f8926d, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/dimensions-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\dimensions-prop-type.php', 1, 0x00000000000000000000000000000000, 0xdeaf13183c5b3ba990d4ce9732221f6d, 0x7a808ae915e25ceade6f1521dc1aa235c541766c4607eee3a4513f28db6a8a94, '', 0, '?'),
(0xa18f86db07c5b435daeb8a626edceabc, 'wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-sanitizes.php', 1, 0x00000000000000000000000000000000, 0x0dee2c9b2b1ba25ff81fc4d95788bf75, 0x8d2a97237d9b718eb3fc68c259f528dfd606a94a49c985699c2a98c11ecf2e71, '', 0, '?'),
(0xa18fc298ce3497d701b38b49ae0b1dd2, 'wp-content/plugins/powerpack-elements/assets/js/frontend-marquee.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-marquee.js', 0, 0x679f379954afb0071b4ff257bea00425, 0x679f379954afb0071b4ff257bea00425, 0x3f518d66d0572973f7bc1d8acf3de52f14d50a02a08c3fd0aca620e221d1a9de, '', 0, '?'),
(0xa1a237a6dc5b93f2c555c8002fa1eff6, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0x0388ef11da0f230dacd8a111ee0c39d3, 0xc9f656b8b72aba29f1a03f9053b70d9792a4ec3cb0d37788cdf1a2bb1ad66195, '', 0, '?'),
(0xa1a332e9fac411e773dae29c6bd3e580, 'wp-includes/blocks/categories/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xa1a570413bf5a4f32c7b7387c22e9dc0, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\refresh-token-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0xb98f24a7f29c8a64d46c631c6d797a31, 0xdcdab0086f0c4ee964fc4fa50674cdbec3d8b3c315da67c8b0c416f899fdf3fc, '', 0, '?'),
(0xa1a5c73503204e5fd5299a8fada056a7, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\singlealbum.png', 1, 0x00000000000000000000000000000000, 0x93dcb1f8ffdf24b3c429257dd1f9f9d2, 0xb7ccd3e9c94b39eebe4adb62a376b2670f141d950e1e1a0b3aff73e9f62859eb, '', 0, '?'),
(0xa1a5dd357c2877ff2faa710c78c99962, 'wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\css\\static-css.php', 1, 0x00000000000000000000000000000000, 0xf4a2a7a626885637bdaaad81157fa2d9, 0xc0ccdc3fef8188fc0f48e2beb6dc38b86607ba58aeb726e8310e8b64c2981aad, '', 0, '?'),
(0xa1a9ec361c7f42139862978db34db6fc, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x8abb3999839e238dbf2ddc2cf70111fd, 0x3f24c96ea88c16148b485fa75c559707459e3fc7a695457cb0bd98ebdc0e9ac6, '', 0, '?'),
(0xa1ac84057ea721788025d620d1799386, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-embed.php', 0, 0x0fc7d5ded5bcc99b155713e7abedd08e, 0x0fc7d5ded5bcc99b155713e7abedd08e, 0xeac99f7abd1674d9242f7c63ce7ac7e62ffa3cbaf6f0bf95c98e2c0d83330bbc, '', 0, '?'),
(0xa1ae19ce4c43330b762db66e7b1319e9, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\lock.php', 1, 0x00000000000000000000000000000000, 0x8463fc1fe7fcf0ec5447d338603b01da, 0x9a32536084b18d4a18c921ae4e2c7d2ec9a773303f1920a57fd2faf42378a6f4, '', 0, '?'),
(0xa1b1151f821aeb255b883804e1170efa, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/help.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\help.svg', 1, 0x00000000000000000000000000000000, 0x627556fa35e20744cfcc4c2073ae7a18, 0x3618bac664b5faa8eb71cb7fe281a6240c5a56ffaf67c65306d13681eb057175, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\mouse.min.js', 1, 0x00000000000000000000000000000000, 0xdd6a0d8d7b3e0afbbc0bbb417dcc387b, 0x70cde71c5a41555594fdd791cd3273fb8d02feeb169fca3b59f8adae043be5cb, '', 0, '?'),
(0xa1b437a448685aae6227103ede391c34, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-out.css', 1, 0x00000000000000000000000000000000, 0x4000eb4ef692ef57657533dc5c4f7401, 0x684ebbab734cadf66d092f2d4311796e890f924125496ea982588e80701d7bfb, '', 0, '?'),
(0xa1b77a16e03634703ed2e3326f364965, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/feed-plugins-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\feed-plugins-upsell.php', 1, 0x00000000000000000000000000000000, 0x059436eab0fdf8e487c0cf9fb7ebfabf, 0x002f7ff2be425f350f696f99d203ac09a6932996be08acc9fa98031ef365ad14, '', 0, '?'),
(0xa1bc835734dd842b6b91e803066fd15c, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/role.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\role.php', 0, 0x7b8b362f5795757042d0240a1e274fa0, 0x7b8b362f5795757042d0240a1e274fa0, 0x6c83828ce2c1b0aa5af116446a42d1c3776005ddefb5859031a8cd2d0b5f247e, '', 0, '?'),
(0xa1c331ce15664785df0bb847ae787bb8, 'wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\edd-common-functions.php', 1, 0x00000000000000000000000000000000, 0x12099219c655b73de628681ffad9bca7, 0x8aa154a2e4afc2384990e9937d1706469440b260c9b7fc1e97209111f5be365f, '', 0, '?'),
(0xa1c33816405aab6443b82abfa2745f9c, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Imagechooser_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 1, 0x00000000000000000000000000000000, 0xd460576aa358044acb1174acb5d7ebed, 0xa10754939b78a4d98125b1c0d4c09fe0f240f2b7ec5be9e69abf8962cec6a078, '', 0, '?'),
(0xa1c991b76716198111eceb2d1eb383c7, 'wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-fonts-data.php', 1, 0x00000000000000000000000000000000, 0x9916aa997126fcd6b16e88952ce132a7, 0x76626c9adddf43b85353568b16493461ed7ecf4f6190856fd8f738ea31e63927, '', 0, '?'),
(0xa1c9d8c26e69e8812944a4f3ff571ddf, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-300-normal.795dbc8140e3fef8.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-300-normal.795dbc8140e3fef8.woff', 1, 0x00000000000000000000000000000000, 0x91ed8748fe4cd59310fb8a3073206f1a, 0xa66b080403b1cb822f3efcc5bf42771a7a73b0c90b12a7a0be42d52a6d28d0d1, '', 0, '?'),
(0xa1d6d7c070b417ed3c251d2a23e484ca, 'wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\share-buttons\\widgets\\share-buttons.php', 0, 0x8548c3aa0841c5ecf53609d981568ac6, 0x8548c3aa0841c5ecf53609d981568ac6, 0xf83a6884c71d2e6b9d205a200c77dc6d41e10d3191df6da014fa31692b952cbe, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0xf5d499016e41a2e9093909859ddf7037, 0xa2b5799ed29ba783564b8d486db2f1364ae83e51367140d4b614d2c25d8bdc64, '', 0, '?'),
(0xa1de4fed49e17ff3599f5c887b3dab48, 'wp-includes/robots-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\robots-template.php', 1, 0x00000000000000000000000000000000, 0xd38e7c0c596c056d952b1bc236568ea8, 0x588636f1eb68714021d21ea1602bd0cf0d7821baaab50cf309d09592c4abd53e, '', 0, '?'),
(0xa1e0546ed733163c5b94a420f0a5e635, 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menus-controller.php', 1, 0x00000000000000000000000000000000, 0x68be4535e1c22768eafa075dd94e29d7, 0x76bc689bbeb0a3ef11d3b903be90e8bbd9845e90e98a580528958e0203c48d1f, '', 0, '?'),
(0xa1e10b36a9c3ab2a785916936495bae1, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export/svg-src-export-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\export\\svg-src-export-transformer.php', 1, 0x00000000000000000000000000000000, 0x26f19d13caa2ef31e54d46e5f04d703a, 0x93a76a81d252129608b723fcbcdf8bca7b4342fa3cf223c9d7d17a5830122624, '', 0, '?'),
(0xa1e661d264c88764f23462e3ccd2cf81, 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/add-on-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\add-on-interface.php', 1, 0x00000000000000000000000000000000, 0x5a42f9ee09f9b38b85d248642bacbe55, 0x1a623a3916401ecbf8842d7d11da133e43c51a260adf0ebfe2bd99e8f77662b1, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xa1ec034fabc94bc9d70b7709abbc229a, 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.min.js', 0, 0x9617cf9ff2daff68939b42a3a21aa1c0, 0x9617cf9ff2daff68939b42a3a21aa1c0, 0xad41f5d8faa4bc206af724b75c2fb03cc9586c52bf8e74776172044531d9dc0b, '', 0, '?'),
(0xa2019afa08c36d0e7e66d2beadb377f9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\RewindableGenerator.php', 1, 0x00000000000000000000000000000000, 0xb5015244b65cb343fac3e1aad951ec21, 0x4a44396e1967990764d76b27f9e38b83a8bb00d2ff17deea355b04aba98658fc, '', 0, '?'),
(0xa204af0dac508e3c0f5d7a7e6f6138ee, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-dismiss-icon.svg', 1, 0x00000000000000000000000000000000, 0x0a63ff73bc2bdece1703214031eafa08, 0x9455f04a2dadeff3b11500f0060f64ca2283856a9f7691d99abd74896a834216, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0xa21094d0f0c27c70c3300416f28345d6, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\below-header.php', 1, 0x00000000000000000000000000000000, 0xf2d7be790292b5e392c716b0abb0c2a4, 0xff0928b2f3ae7f28987a1b83cbed76aca0ef44aa8180faf7a4503b761b76113d, '', 0, '?'),
(0xa21848ff592f9fad0f2c468aa676bd14, 'wp-includes/blocks/query-title/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xa21e7a18511c7fa1fee06eb5d9db316a, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-remote-handler.php', 1, 0x00000000000000000000000000000000, 0x54694fc89a3d93d55a35c5c0225c1d6f, 0xb990de0293e7b6ac2b02a64be5385a3117550a5e8e3e85df56aeb5c5af212d20, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions.css', 1, 0x00000000000000000000000000000000, 0x7c79cf7ddf2e304ccf3b650e086dd3dc, 0x12eacb56b8acdb9d1fdf47fdd4d7ee0104ee52ea027b00e74b5c5eac50d81741, '', 0, '?'),
(0xa223e41d02a9733f301525ccfdd09fa0, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\purchase-summary.php', 0, 0x2ab1137fe60b2bc883de7b573c04f85a, 0x2ab1137fe60b2bc883de7b573c04f85a, 0x6a4f32f7465c080775778dcfa9e95792db703db692572925e0b1c985bb8b64ce, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x8d69f46c94c2b9dc2bd058c0975adc9a, 0x7015ad5e42ad92f3011026b883fc0bd5d11cf3ac524fad1dd6de8e0818fd4400, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xa24720d5612d1ba1c1ab371b3563a84d, 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-card.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-card.php', 0, 0x4075685c39ddb03d25bd61657094a273, 0x4075685c39ddb03d25bd61657094a273, 0x9e1858ff8ab7eeb9a14fced9de899c7d7e5e2ce1f6724ad4ffe8b8264ee01474, '', 0, '?'),
(0xa24ad957d03590ea7410aa9c2b9b5a7e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-MediumItalic.woff2', 1, 0x00000000000000000000000000000000, 0xa45d320cfd2cce84e0cb63eb8acecf50, 0xcca55de573d9ec5718e220a168f084dc83b7edb8294a1b81ba6ed2f2ce1633c4, '', 0, '?'),
(0xa24d69ec9d8622df6818a0eced6dbaba, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0x61e957c42adb28b761393f963c6a3170, 0x9a9b00834c4965d05a4a69ac0e1e433bf025642a483b789005a1ff0dc24c638e, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x496914dcd13a95bfa6cf8161cfcad730, 0xa4463b28951644c8e415d4a5f5f1c5dfe31824f915fb5463d023d0561764004b, '', 0, '?'),
(0xa25364a04ebbcf2c455ee09dec46749a, 'wp-content/plugins/instagram-feed/js/sbi-scripts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sbi-scripts.min.js', 1, 0x00000000000000000000000000000000, 0x68635a35a84c958d4034eac07b88bf74, 0xb2daf139d3806f00e619577c05a2eccc558973f26cf1c1d3268706159ca43627, '', 0, '?'),
(0xa257af1529561edc38ab6725d638230a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\DefinedTest.php', 1, 0x00000000000000000000000000000000, 0x8bfc0981c0c5cb3f1a4e8847925e3445, 0x505fad4c7ae1566e699b4310d7efabf2066896e1e68b02ca8ee2236dacd04036, '', 0, '?'),
(0xa257ecf56875cd19950b8ee297b4b6bd, 'wp-content/plugins/wp-reviews-plugin-for-google/include/elementor-widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\elementor-widgets.php', 1, 0x00000000000000000000000000000000, 0x8f6513eb744bc0007453f6a144e925b4, 0x12575dfdb769311bbd0d8ff5f12d02d938623563d163b6f02287705ffa0e8324, '', 0, '?'),
(0xa25b93fccebad933f715e81058472d7d, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/create-feed/multiple-sources-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources-list.php', 1, 0x00000000000000000000000000000000, 0x3368a746bad87f22becc6a83495ecdd2, 0x14caf11b2bd069adc1a8dd27b4d61094e3f677428222b99ecf9d40687969dd87, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keycodes.js', 1, 0x00000000000000000000000000000000, 0x1315c74f85c2a0361f0f40738089d4c0, 0xf30f51b5a7763cd337f930cec657b1cd54664c2e88056928b47a2c667b471d6c, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags.min.js', 1, 0x00000000000000000000000000000000, 0x0e76941c0ea04c02d54425d5d848c664, 0x248c1974829f00c13ed65f2f2a7119553c6849dd1bbe2562bd201834611395cf, '', 0, '?'),
(0xa2734528fca6559492b30d85d5e82bb8, 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-accordion\\widgets\\nested-accordion.php', 1, 0x00000000000000000000000000000000, 0x2910c95da2ed447514f2638d3112ed66, 0x4cb91d0ddb2a3c7614ae3d8d03209aeaaf4889a41d1916ab750328e44ed89eb8, '', 0, '?'),
(0xa2752d32ffbeedd806936f84512b40bd, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-title.php', 0, 0x1eb2e9c9d96290da2a177c85e38c5ee5, 0x1eb2e9c9d96290da2a177c85e38c5ee5, 0xcf70d928b6c6a767ec57df2602b2829f59052e028e7d0254f8d9d7bef4cbfa8a, '', 0, '?'),
(0xa277aefeb8a6d3011bdadfe3fd1ee61c, 'wp-content/plugins/elementor/assets/js/container-converter.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.strings.js', 1, 0x00000000000000000000000000000000, 0x5f7b21e881f163997550d8c465b34439, 0x1d82b4690aab6e005f568ee15962edbbe314bec815c2623df872d720d1c7a038, '', 0, '?'),
(0xa27859fcf634e528524d6a321f7d357d, 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-components.js', 1, 0x00000000000000000000000000000000, 0x67b8c8ff39e0f612531a72237da63b09, 0xc7f2309ffacb9f21ab2d09cac6cbbb993c62e26a09f94844468632526e83cdc4, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0xb308d9c3b6603bfdc54fa8e752070f66, 0xc7502dde612f177a4786a67bc1609b275f9895be4cf9139fe89e4d0d0605370c, '', 0, '?'),
(0xa2796e57f680e25d84c4b352ee6d7280, 'wp-admin/js/site-icon.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-icon.js', 1, 0x00000000000000000000000000000000, 0x614a89d1ea5940cb6c25e04396874e17, 0x95da400c41c9f13926a6f805187160e5b5f18d580cdc69f39be8320d433d10ed, '', 0, '?'),
(0xa284d7821272595f7ec1095032b9d82f, 'wp-content/plugins/elementor/assets/js/interactions.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa28c1676b97bf6a75ac596987a24d5f4, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\blocks.js', 1, 0x00000000000000000000000000000000, 0x34a263504769fe87dd4c009b4814c70c, 0x42e862b24676331043d5123264cbd1c2c3915963009bdc12893ed65fbc7beb73, '', 0, '?'),
(0xa2929ec3f8082bdc0144aa3ad64b3a81, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-sub-setting.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-sub-setting.js', 0, 0xba2c0bc20efe0d4f35e0840a53fbf4cf, 0xba2c0bc20efe0d4f35e0840a53fbf4cf, 0xcf42700c8bd382758fb868375bf64b00b4545c7c95f2e8ced3970bfdcfeb5aa8, '', 0, '?'),
(0xa2a23aa4c3edb508078f70ba8ff0e539, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0xa2a6aaa45aa33bff6ed4ab9e72cc1e2f, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.js', 1, 0x00000000000000000000000000000000, 0xe2285c44e2fff9158cffe2b3f8310006, 0x714ace866975b826a4bd0f72d582e5aaf06a42ed5df8a7bb4013b7d3d69e2a99, '', 0, '?'),
(0xa2ad80462bb9f044027b08d37a58eecf, 'wp-content/plugins/elementor/includes/widgets/star-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\star-rating.php', 1, 0x00000000000000000000000000000000, 0x39ee6b074e4381761c5dd600214c0f3c, 0x2df1e2f85cb2164dfbe59790e470832d93f08c032e37ea68012abf89b016b52c, '', 0, '?'),
(0xa2af21616ba140c91b411e04e1372493, 'wp-includes/js/dist/script-modules/block-library/file/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\file\\view.min.js', 1, 0x00000000000000000000000000000000, 0x243e2d4a68eb61f46234bd2010bed0d3, 0x688425d9dc7b70d98d56aa29c5f9e525a28992c1f1834c6e2a60161504f595cd, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\captcha.php', 1, 0x00000000000000000000000000000000, 0x7b9efadd8f5c25446b87fbaf7713176a, 0x5db5fa54539fa019042e7b98a361e1deeda9d04dac1c6cb79fa88ef7000e96a7, '', 0, '?'),
(0xa2ba27a10f2a36eb24ab622f48fbece8, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-publisher-presenter.php', 1, 0x00000000000000000000000000000000, 0xc1341141bc78e89d54c5228fc00eee1e, 0x9e6eb2d6022af121954c767dcc853939523f799835e75b74d8380e54e208efa7, '', 0, '?'),
(0xa2bc108381d3f936e8d7081e73c375df, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-registration-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-registration-form.php', 0, 0x527b73b5eecc2e271d3f3ad6851123a7, 0x527b73b5eecc2e271d3f3ad6851123a7, 0x9f1eb8250bfd67d56ffe1eead53c0e5f46de4ad12b7b6599b563de7d14e6bb4d, '', 0, '?'),
(0xa2bc272e4c1a85177cde5cce28121fef, 'wp-content/plugins/feeds-for-youtube/public/debug/images/sw-screenshot.ae9df8c4.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\sw-screenshot.ae9df8c4.png', 1, 0x00000000000000000000000000000000, 0x57ea8f077bd6464c465b7091be9a29a6, 0x9630c7a867d26c9ea011a9b0c772811c728d8a0f6288b2b61d7a33e5ec61b4fe, '', 0, '?'),
(0xa2bff5107bdc4a1773c97d734706fa60, 'wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\deprecated-notice.php', 1, 0x00000000000000000000000000000000, 0xb25d248a16053063dcbe1c461b59c399, 0x4f4ec669a29c49ac7de71c1a83a5924b1b3ff8e84dcf03677b1fb3b9adbbe5c5, '', 0, '?'),
(0xa2c144c11d6e3c99abafb6d12fd58aaf, 'wp-content/plugins/elementor-pro/modules/notes/database/models/document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\document.php', 0, 0x4555625b951fb9923fe5acea2898f6a3, 0x4555625b951fb9923fe5acea2898f6a3, 0x31627b3ca7edee77671d1bc0e0933aa3627964c5aface025e7f94db92fff0d74, '', 0, '?'),
(0xa2c17999aa3844da9a67964bfaa2d0cd, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-list-setting-section.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-list-setting-section.js', 0, 0xd5dd7c3d4ad774f307bcbfd0e29ff9aa, 0xd5dd7c3d4ad774f307bcbfd0e29ff9aa, 0x2f78aadd3fc198ca92d2c12e1978ed30f25b6328e21a64becbe4cb9cf8c2b4eb, '', 0, '?'),
(0xa2c63f18816567e0ec17bba39044d0e4, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-300-normal.c96b16e5c05c7b7c.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-300-normal.c96b16e5c05c7b7c.woff2', 1, 0x00000000000000000000000000000000, 0xe7bcf4c4cb4ff2d2032c2bc8f8cd84bf, 0x38176808c6162ccff2c9cb4f5b71712c5135f71b6b9c23071f12dacf3962044d, '', 0, '?'),
(0xa2d2471e1358c9936557b6b58b079697, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7270.2d85a3b44d98e1cd.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7270.2d85a3b44d98e1cd.js', 1, 0x00000000000000000000000000000000, 0x801cc9c24f32da37118c8eefcb3da563, 0x789f293c3c5bbbf88330afbfce0c14371d090175f1034bad1a565e2dcdd06c7f, '', 0, '?'),
(0xa2d32aecb0302bc16a26f37b4577e4e4, 'wp-includes/css/dist/block-editor/content.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content.css', 1, 0x00000000000000000000000000000000, 0x42bccf636ac33efff4ed5034e0114910, 0x6c6ea1cdc2f3d77d3017d7759c6d3a9a86fdf4fad75b2089f4f4dee9c7147f73, '', 0, '?'),
(0xa2e83f4608d0bd95f2e9b915fd9058d1, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3390.51a45ed40883ddb5.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3390.51a45ed40883ddb5.js', 1, 0x00000000000000000000000000000000, 0xe2189da61e8b31d4d792fca5639e5ae6, 0xa8534b9319dbd2bf41da33e58bb24c8fe5036a2b378a9c9ebb99235dd6d9fdbd, '', 0, '?'),
(0xa2ead572a3dd7fa84e2880b44d03ed5c, 'wp-includes/blocks/post-title/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4597e11139c9caa22e8b6090b29b4250, 0xf762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0, '', 0, '?'),
(0xa2f08ce1157b03baea097ee4d01fe3b9, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0x9c4fdc7036be76d4bd806ff9db51c62b, 0x20a756e14b3fed5a29e5f0ce950cffe2af509b29e00195d68c28cbc870ba2e6e, '', 0, '?'),
(0xa2f61b18a7eaf29222735e5883bc031e, 'wp-content/plugins/elementor-pro/modules/variables/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\module.php', 0, 0xf1ad7e8bdece41e6ee8437e8a1709d0e, 0xf1ad7e8bdece41e6ee8437e8a1709d0e, 0x636e05b87bc1c9c0353622704c612ffd94bbf934e46f47a783bf942f2233a134, '', 0, '?'),
(0xa2fbd94aa6f06d8d872ef70286330ee1, 'wp-content/themes/astra/assets/js/unminified/customizer-controls.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-controls.js', 1, 0x00000000000000000000000000000000, 0x28ec2ba11eebe06eccd9c11e67af9ed8, 0xf2f2fe081bf8f60f53b0fd88d3108798e5c70ac5206b28e2bd5157b5f56c8319, '', 0, '?'),
(0xa305529f6c597fa7a6bd405b5c894f92, 'wp-content/themes/astra/inc/abilities/class-astra-abstract-ability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abstract-ability.php', 1, 0x00000000000000000000000000000000, 0xbdfbaf17680b66d13fb98d0f4703ccfe, 0xeb3fe54e9c073b4a7cc92b83f2adfa578b5a30b8d9d2627b58a8bfcb2d625e61, '', 0, '?'),
(0xa30fc7c1d1bf7727d2c2464bf5d77cf6, 'wp-content/themes/astra/inc/lib/nps-survey/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\changelog.txt', 1, 0x00000000000000000000000000000000, 0x4f9bd67759e62428036996bcb75add01, 0x8a24dd657368942190f58396edf66eea649979d84c1ea5f04c3a18f792c4091b, '', 0, '?'),
(0xa311edf73afa6318e60468bf4d457966, 'wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\load-more.7c4417f8a727b79f546f.bundle.min.js', 0, 0x4ef2f574425548686dca36ac55436d55, 0x4ef2f574425548686dca36ac55436d55, 0xf1c56ad5a36bcd1dab4c8c82772607d1cae3a844047891c4878fdbb0bc09ea1b, '', 0, '?'),
(0xa313ae5d5f84a9c65351936a898d8e11, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-dependencies/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-dependencies\\manager.php', 1, 0x00000000000000000000000000000000, 0x68008d1444c5424b2f740b388a7a6df4, 0xe2c3d08274195035d5ccbd7955140035ed3361821ef2f10afa228043fbbb3126, '', 0, '?'),
(0xa3141170abd34099c6ce774e84ba6aae, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Ristretto255.php', 1, 0x00000000000000000000000000000000, 0xab55ebaa1da0739f098515cedc1f1b95, 0x69169b899f6c77cb0a5ecef7c7457c8722fa20a418dd53fe1c0ce6b2844269e2, '', 0, '?'),
(0xa3277c344dc4b4fc10c48445c58c1e89, 'wp-content/plugins/instagram-feed/vendor/psr/container/src/ContainerExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x9aed9ceade4cb6f7b5cc13f04c9f1192, 0x789c47023fae93fca853dac8040c4387718f0dfd70fefcaf42ff38cf61057690, '', 0, '?'),
(0xa3282a8deebf2a4d804dc20ab5fdb01c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2646.dd4fe428e61ce38b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2646.dd4fe428e61ce38b.js', 1, 0x00000000000000000000000000000000, 0x60a228bb908830229065256120bc7b02, 0xbef09c9321434738edf3ca7eb035a07c410a47224606a8f2cc30906cf3636332, '', 0, '?'),
(0xa32940450874763fd13089bf8eef168f, 'wp-content/themes/astra/admin/includes/class-astra-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-menu.php', 1, 0x00000000000000000000000000000000, 0xb346064db8f328e839a4f1d8e8ca73cb, 0x4159628cc3b498410e65ee51b39b82a6b114d83dd99c2a4334156246db2a8f66, '', 0, '?'),
(0xa32ff7f06ac6217e421e60d82a7ca082, 'wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\hotkeys.php', 1, 0x00000000000000000000000000000000, 0x0ffdd1935d813c02426d67803da83934, 0x6d1ffe562cc07ccd4d5575003ea1f0d347e5844f2dab57d60bfa76be75fcac02, '', 0, '?'),
(0xa3310853cc8a5fb91cf8dda22a91ccfc, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\reviews.php', 1, 0x00000000000000000000000000000000, 0x2e545c9c7de31f53890e06923063e24f, 0x14048b64860c4ef89941c81d7bd4de3506fef2783a10c129cacf1d6690055bef, '', 0, '?'),
(0xa33158491be49a11afb323eaf2274c68, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0x246c929d1cb205b3a130e09eca7bbc5e, 0xa87226687f6060f76c39992d9d3b4d1af37d7e78744babb38f649d9b3c964fc6, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x3fd97ab4f2339136b35292e833f3e9e3, 0x67a65c05c5c7ed41e9f6c3f7e5287e36e58a4c24da7dfc62f45c086443f55e55, '', 0, '?'),
(0xa333fed257339bc96a96c7b5b478a48e, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post.php', 0, 0x0679289cb54e7126e9d912d99c63cb0f, 0x0679289cb54e7126e9d912d99c63cb0f, 0x36ba2f5739ac3da86645cc21b9ecf7ccd81b1a16eb428e8d8dc6bfb737f45e94, '', 0, '?'),
(0xa33b548362cab90fb5da28408b19b69b, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-content.php', 0, 0x9558ebd8c112951cc25dbb40459d1395, 0x9558ebd8c112951cc25dbb40459d1395, 0xc301bd17f3972e53d81653ff151c1de20a6f54f70d34e4065d4f41dce046ccfd, '', 0, '?'),
(0xa33d3e4235bc4c193fbe36730c092b83, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x20027daa4649059d29fa1ee9c15c79fe, 0xfdf1c28eb0b1a0b561a05519777eb77986097131a662d0ae4ec80b99fc757db5, '', 0, '?'),
(0xa3516aa2a644d4a3b8cff67893afb94a, 'wp-content/plugins/wordfence/views/scanner/text/issue-diskSpace.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0x73a8e96f3ba2494205084d42bdb1595f, 0x3ac68f61e7c8a9e365c9bf1eb332855cb88e3ee39ec7b869f6fda6cd2b88a7dc, '', 0, '?'),
(0xa352afb9cd3453780a9306d54a40a266, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0xfe3427acbe8650f47ec605802580fc28, 0x900850450cae34cea965a2b213b79eefb838db707b9e2b952b7e5bfa0c339cc8, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0xa3555a5cce6b8678275c7dcefedffa3f, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/loop-start.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\loop-start.php', 0, 0x1cf0bbf52f596a2813d2f703b69f408f, 0x1cf0bbf52f596a2813d2f703b69f408f, 0x387e62114fcf8b8c60c01e9aed7ea6fd7c8e5e78f68baf4daf2bc448a0135f77, '', 0, '?'),
(0xa3559e5c1b4c8633e02e6c56ec3f74bb, 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\home-url-helper.php', 1, 0x00000000000000000000000000000000, 0x7d2d3dcd3e9f7169dca0b477b11a8e0c, 0xf4d64dd3a3d505f81f179f606a1bb2389dc0f2db691911b0552becb9c7524178, '', 0, '?'),
(0xa35ae47771795b35a8b0e577e36f2ebf, 'wp-content/plugins/backup-backup/includes/dashboard/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\settings.php', 1, 0x00000000000000000000000000000000, 0xef4747563fdd6cf4e91b0716791b4252, 0xf1b279c9b518fbb95ca527f0134a2da322cbba93a8bbc7d600fdc9e3d5f39a3b, '', 0, '?'),
(0xa35c88c0e50414fe42dbf1d959e9934e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0xe1dd76a4ffef08e3e8cd0e3d7ff6dfd6, 0xb6f9456e6e3972f64a811ef0523d0779cf3028eed5a6318af562ddda1cfe0478, '', 0, '?'),
(0xa35cb3b8a4b18e2efd23a944f23246c7, 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-third-level-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-third-level-interface.php', 1, 0x00000000000000000000000000000000, 0xabe72a71ace851ffd4ea6ab8edafd36f, 0x8cc978d9936b9bb00458182cea72286be0ca2033a2b64ad48b6fba978e4eceac, '', 0, '?'),
(0xa35d0cfd93dcfe19baebc6ea82000d4d, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-1.php', 0, 0x8a550f14f378e368eb50e984555bc1af, 0x8a550f14f378e368eb50e984555bc1af, 0x929a7fe2d553d42e1dc6ea5e66c3da2f85de7afd96cc1135421616dfc4869edd, '', 0, '?'),
(0xa36c06e617fbce85151f3f72b2103a71, 'wp-includes/SimplePie/src/HTTP/RawTextResponse.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\RawTextResponse.php', 1, 0x00000000000000000000000000000000, 0x01629c83f6b5efd707a9d725729012d4, 0xbd8b908b48ce13acb537d1598822953c5c58f255cd0f2cb1eebcbddea7de1900, '', 0, '?'),
(0xa36e1ba78842965ffec3cc52d2750b7e, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-button.php', 0, 0x38bf283c637e14dc1396f3e055914ba2, 0x38bf283c637e14dc1396f3e055914ba2, 0xddebc55b973e4df1b52d8e82f9115f832126c91b4918dedc6d1417834259afb3, '', 0, '?'),
(0xa37021a09bf01a9ded267cf7bbc192cd, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0x3b0c83c1800802f9b2712a22c90a29fc, 0xb69d344741f5e71ed3c21f73cc0209b56c59e980bd5a314d7a39e0e865ac9d77, '', 0, '?'),
(0xa377c9d1d98cb7e99fb5cca007eb5f6c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/ServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x6117f4833002eec1d0b1c8a92d678a4b, 0xff87c42a7e00fb76fa3a2f256aa699214d4a0aeaa30dc1b94c7e98e75dbf13e6, '', 0, '?'),
(0xa37ee05eb7a086b581d763c9a0593fee, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\package.json', 1, 0x00000000000000000000000000000000, 0xc00f14ddde150185a4ce28e415687fc0, 0x5c76fd7bb3581c0a4066246b03a96726c38ec066f47051f947a5b6d18d93e662, '', 0, '?'),
(0xa380c0243aaa4662a251eb61cc837213, 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\apple-webkit.css', 1, 0x00000000000000000000000000000000, 0xa41ad66b193c090ba5bb8d07db6b4ffc, 0xd3366bd956d48b8ac6a514313d562db12d7056b8057b09d7fe21a4ab27b5deb4, '', 0, '?'),
(0xa3879daeedcea33830fe7e0152d5f164, 'wp-content/plugins/elementor/modules/content-sanitizer/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\content-sanitizer\\module.php', 1, 0x00000000000000000000000000000000, 0x4837c648b7d27289f271b539490a07e9, 0x868d7892a3f88193436ee32f2c4d4e987fe2537c14400d1644e67e3218b7e06b, '', 0, '?'),
(0xa3890f2b049cbeecbcb25e11e98ab8a9, 'wp-content/plugins/instagram-feed/admin/assets/img/twitter-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\twitter-icon.svg', 1, 0x00000000000000000000000000000000, 0xb777ac8497c441cc4ce2a4b113ad4901, 0xf73a2f8efcbaaced8b8ff33c2cd012f990a3b2c0e578631f7cb1f3196dbf2d61, '', 0, '?'),
(0xa38b76a2abcff5170f06d22c547e7c6a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0x2bc3f5b16f6c6683ebed9fa5339ff476, 0xcb55c37287615cd76bb42bfd0612bb2cad79c04b16bd310fe30be15c3053859d, '', 0, '?'),
(0xa38d442a984525150c06aa3b013c356e, 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-verifier-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-verifier-handler.php', 1, 0x00000000000000000000000000000000, 0x854f8e27b3824f5f3f30ef9eec2720c5, 0xcd97cd5a8c094f0c364eeaed8a556f3653f1e24d7e979a4d886ad2cda493d11a, '', 0, '?'),
(0xa38e403861f3426fab8950e7f2adf2a2, 'wp-content/plugins/feeds-for-youtube/inc/Blocks/SBY_Blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Blocks\\SBY_Blocks.php', 1, 0x00000000000000000000000000000000, 0xeaa29fd5d2700f38f0ef0817eae106f8, 0xbea5401aed8cecd3f101ca989e23bf9ef1a0fad664c56b5f3ead0c79a005c058, '', 0, '?'),
(0xa38ed295d5bfacebf44a62389cb4c52e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200617122511_CreateSEOLinksTable.php', 1, 0x00000000000000000000000000000000, 0x62f986cf681d57806a2c6c46bad92dca, 0x57077d771d4dfae01364ad51f558022ef0ef43f031c68cbcf90dbf637762dd9f, '', 0, '?'),
(0xa393b133bc1976a0ffe9411ad58bf577, 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/settings.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\settings.css', 1, 0x00000000000000000000000000000000, 0x3f57d5d7d3a53b73635f3322d6ccc8be, 0x280818c7d4bd4947f849b0ab211838be4f438abd253bb2b0f405adfea2176b5c, '', 0, '?'),
(0xa398448557241b752a48ef89bca853c6, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-template.php', 1, 0x00000000000000000000000000000000, 0xa4615c21276f93a661d2dcc6c0b5d2d7, 0x73090f4aaf2aeaeaef199d43fd7d860fe0fc61eaedbc1112d7ccba70a1882864, '', 0, '?'),
(0xa39a3b8e3236a517e1df38b4baaa3dee, 'wp-content/plugins/powerpack-elements/modules/advanced-tabs/widgets/advanced-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-tabs\\widgets\\advanced-tabs.php', 0, 0xa870732809fb891c66f034b947887e2b, 0xa870732809fb891c66f034b947887e2b, 0xc3bc4bb2f1c08dc253827b17601300bd24db0a56d363babc8209a33b7d55590e, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0xa3a2a39af836c19f3c042a1ea8f677a5, 'wp-content/plugins/custom-twitter-feeds/inc/CtfFeed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfFeed.php', 1, 0x00000000000000000000000000000000, 0xa4b4deca1b094e72fa02ee048e0604ca, 0x812cbbe8b5f908c93d332d1cd9ae2cacbbaefc62a12f8315e384f6efe68df702, '', 0, '?'),
(0xa3a578ac5230b4040da91d50fc68e5ee, 'wp-content/plugins/instagram-feed/assets/svgs/headerPhoto.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\headerPhoto.svg', 1, 0x00000000000000000000000000000000, 0xea0e715b3d32f4628de0fbf29ebc202e, 0xa1f7e80acc3866262dd846d4af07be02f6057da3eb6e0a3d82e5850e74d535c3, '', 0, '?'),
(0xa3a7cacd09b8596a86bda8310f932e82, 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\abstract-promotion.php', 1, 0x00000000000000000000000000000000, 0x44aba20b3700bd9c5591d0602c2a9966, 0x92eaa7ab918632ce5adf10720e845e016cb3b49fd807779c1bdf48417bd7ca82, '', 0, '?'),
(0xa3b42b025b7c0210da707fcb3b1008a3, 'wp-admin/images/contribute-no-code.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-no-code.svg', 1, 0x00000000000000000000000000000000, 0x583f8b10a1cb4c6c8a52cf2731ced8ff, 0x6c17978143af512c5c230292af94f5a55b2b8c1e07a32aea9f6c6532a9ccf88d, '', 0, '?'),
(0xa3cb8bd60441e846bf047744344200ad, 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-url-details-controller.php', 1, 0x00000000000000000000000000000000, 0x468fdf35b555b1b4eeced46fc735b68b, 0x636a1f99e88424f2ffc38dfdfa4bd88a37a5cfbd649d7d0e5bf2693c8b7b1212, '', 0, '?'),
(0xa3ce88b62a5c8f23003a80a1cc6f1a7a, 'wp-content/plugins/backup-backup/admin/images/crown-bg.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\crown-bg.png', 1, 0x00000000000000000000000000000000, 0x14acaef4fb5609ba3633d332789a0957, 0x348533825f503ce3fffa7e1cef6f385dc7a811e0c8c4209efefaface06299c6d, '', 0, '?'),
(0xa3d14b6696879a06cf410027361aff76, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.min.js', 1, 0x00000000000000000000000000000000, 0x8164ab82acb093493a4e253220caff7d, 0xd7953a615bcc25bd95a3deed6131a5c469d2ea7b707f797b3cc22a6fb95b2011, '', 0, '?'),
(0xa3d3c3abd6784f04ea2046c3c4c6f0fc, 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\error-404.php', 1, 0x00000000000000000000000000000000, 0x357225b27c7426b775fcc5b4b6bc2473, 0x63d1508ffe40db2042a834e84585c2b990b98312e7d6c49a0db91ef18045746b, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\sysinfo.php', 1, 0x00000000000000000000000000000000, 0xda6cb9bd7bc0f2028880dc3d6a15c9b7, 0x25d65f28d28de8244a65a97d58259c91b360664b0c1a4a6b01c0bccbc8687c82, '', 0, '?'),
(0xa3eace3cb29096ae0b0c0310546521ed, 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes.php', 1, 0x00000000000000000000000000000000, 0x93779c75672d6126aa20ef67900ee2db, 0x9160ae858f925a74cd50bf3b10e69dc63633891a83c8c5f1a75f91f96884a9bd, '', 0, '?'),
(0xa3ebb7e8f47ee561914465f68f46e547, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-abstract-sectioned-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xffa11b4a4aa123d62fb615154fba8e5e, 0xc5671c5479e71c41dc502468ec1f16d96db2b87e27cb89c6a8503ab08d34d20b, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-oembed.php', 1, 0x00000000000000000000000000000000, 0x1b59a7bcf0d2bf7e9f4ba748883ca066, 0x3f20eb416e9c369cb29483267a2760d52c90eaf8b66ae65d6dc0fa0c7ffea776, '', 0, '?'),
(0xa3eef47202a53b33cc62f0283b3d196f, 'wp-content/plugins/powerpack-elements/assets/lib/tilt/tilt.jquery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tilt\\tilt.jquery.min.js', 0, 0x034d38aaa44f4ac1723c041d215eb146, 0x034d38aaa44f4ac1723c041d215eb146, 0xdb4de3415b314bbe5bb60af3e0d1c348ef42d72f03da0478ea7da8f5542bde91, '', 0, '?'),
(0xa3f5dc4e83d5b8c1611b303b4239d479, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/comparison-traffic-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\comparison-traffic-data.php', 1, 0x00000000000000000000000000000000, 0x13e128ea6d35cab8422b730c847b2226, 0x0430dbf59e498de5fcc3d25613084a497c9855bb7db2372cdf9f3a724c3c548a, '', 0, '?'),
(0xa3ff366b48da059041e97187488dd163, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon.svg', 1, 0x00000000000000000000000000000000, 0x862ff4c5539ed8d390953f4759f120bc, 0x12921418feb047d6480e81035c1225148d1d16c839238dbeeb0e7c97b5c56be4, '', 0, '?'),
(0xa40092889e0e0612d1235e5ff3699c3f, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/main-background-image.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\main-background-image.png', 1, 0x00000000000000000000000000000000, 0x2e8a9fa04e24985d0ae55c98f36a8c89, 0x6d010a1a4d9f076e443e24dee46fc789603b18f3a0d5c18fe158806f5ea6edc0, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0xa3b0fa8322891472990018a352818104, 0x594b08b7e43cfe09d93141d04f8dbcf2fcf94155b38aa49c681850f9439113d1, '', 0, '?'),
(0xa40e0c2eaba9eb05864690d06725dd3e, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\reindex-links.js', 1, 0x00000000000000000000000000000000, 0xdb20cc3da5954effb65d9d06c16235e9, 0x6987224d755d7240a7ce99cd728d96ffb98e01df1d034a1af0721d4ec39e5a47, '', 0, '?'),
(0xa412df7a5f09745c61b1b5cee6f27267, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x63b250c6756465b14fde95c5abfa926f, 0x36694fa5c9ad9d77bf935818a91b91475605e19f7f39d635b6c52d49bddefc5a, '', 0, '?'),
(0xa41656d3748178f27962303d09b72627, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews.svg', 1, 0x00000000000000000000000000000000, 0x5171ac63d67866da287a11e3e998265f, 0x7faf076f4b5c992b92f610036cb294d3f975840bb7181f5a94986127a3709187, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0x3c8fb046c80ec5f66096fdc2cee38af7, 0x9704cbe9ddd4838b4fcb68168709ae1f9f3871c47f8270a380f7a83d465b0e72, '', 0, '?'),
(0xa41c25112f3cf8f71925cfe2c276877a, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\entities\\form-snapshot.php', 0, 0xd2a4ff6b0c1a1bfd195d45e38e6242b7, 0xd2a4ff6b0c1a1bfd195d45e38e6242b7, 0xda70629b15ca9669580dbf4c69cae1f56eb098baf3e0da38f48bec9b96710897, '', 0, '?'),
(0xa4261562cb6ee36efb1eb0ff5e82d03e, 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.min.js', 1, 0x00000000000000000000000000000000, 0xc9660604d10591a6206b9e2bc44bcfd3, 0x39d95daf4aa1f4ee4748a6aea613639690c92ba063e98d5b8f70986524b27ecb, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about-rtl.css', 1, 0x00000000000000000000000000000000, 0x79d058e252989d9f48f371eea8d28fb0, 0xa12feca857557e2aabedf2909f5d2e08e8b09b407fbe8dca24e060fac1d26dbe, '', 0, '?'),
(0xa42c611aab7e26ca72d2d5c13188a90c, 'wp-content/themes/go/dist/css/admin/style-customize.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize.css', 1, 0x00000000000000000000000000000000, 0xfa7af6570976e4d79914096103ccb457, 0xbb5679988b8678ab45d85be2c6a7ccb30740eda280583092f1ad6c993007265d, '', 0, '?'),
(0xa43f28f6b86b39ded50b0127915505de, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/help.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\help.svg', 1, 0x00000000000000000000000000000000, 0x627556fa35e20744cfcc4c2073ae7a18, 0x3618bac664b5faa8eb71cb7fe281a6240c5a56ffaf67c65306d13681eb057175, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-util.js', 1, 0x00000000000000000000000000000000, 0xac3719ecc61c28e5eac4eec1715adbe8, 0x5c676996d267b70ba3ab1639dc64f0fc0b0002cba5e04e405654411d990ce041, '', 0, '?'),
(0xa4439ea5cd454b5ff795c241795bd0b6, 'wp-includes/blocks/site-title/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9ee89ddc53cbc78e91887026545ebd6c, 0xf76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972, '', 0, '?'),
(0xa44ac960983fda26acf67620ebbc05d1, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Coloroverride_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Coloroverride_Control.php', 1, 0x00000000000000000000000000000000, 0x7fb56eb731b9fc10146e30610f5db081, 0xb5a6a045479c8c4fbf6771e8e7af79dfa13a7a4bf0eba04f53f3085ec93f127c, '', 0, '?'),
(0xa44cfde16c9c8af66e9600a1c1cb4d5f, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-author-condition.php', 0, 0x673a9d170ceffd87c166d28bc06049c3, 0x673a9d170ceffd87c166d28bc06049c3, 0xe8bb473514e4edf87b1d969b98e5b08fcdf06b6d296f6c1ab544e96fb1180a0f, '', 0, '?'),
(0xa45697bb20ae707673d40143c284c504, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x0ca9e5c8f34f0c1fcaf6532712374e16, 0x43ed8eb5c89171bb78e58ab9b91fcd18aa8067220ef29b07f7b2f416645639a6, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\settings\\user-stats.php', 1, 0x00000000000000000000000000000000, 0xe59a9a4fa4d7852e280de222f01a005a, 0xce823aaff1d6c7b23d6b3a0e0e4537cc5b65aad25625c762c5337283de1a87b0, '', 0, '?'),
(0xa45d46ac443e255077a5d8fcd3bd01ff, 'wp-content/plugins/elementor/core/base/background-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-task.php', 1, 0x00000000000000000000000000000000, 0x1682fc7d56e97d08611411c5bb768dc9, 0x4fc7d04c8fc435fb96b51307985c1857876a092f6498a5baf31d5e2748cc12b5, '', 0, '?'),
(0xa4623a463136711d075ce35ad9482787, 'wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Decode\\HTML\\Entities.php', 1, 0x00000000000000000000000000000000, 0xe2097893146a5485fbe84c113c895dfa, 0x1163abb2af74e2893ac91c408882d874e7ecd3ce52efd87688ec1ab7c14ea2c5, '', 0, '?'),
(0xa46bfd0381bb344485cf899dea4e05f9, 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-about-business.php', 1, 0x00000000000000000000000000000000, 0x18fde3980811ae46b9835c735ce94304, 0xc5384840aa325b5784e511247f1422f93e78736403fc0e4b5a57a2b596b91cf9, '', 0, '?'),
(0xa46ce187bbda4e9c47b2adb9ef99e6a4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckSecurityCallNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckSecurityCallNode.php', 1, 0x00000000000000000000000000000000, 0x20589a09ff5e7bb42c3a9bbecdd960eb, 0xe776e46b92fe819111e15dcc0363c1ea1864c81b8a1d674cdbf75c1b54a6e901, '', 0, '?'),
(0xa470ee80385734e81e6bf7633ef11b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\AggregateException.php', 1, 0x00000000000000000000000000000000, 0x46c5c7d5fe391270394e0b1cd843111b, 0x34915ac968c4497b94a85d2b571feb8d5266b0ee882813e56d0b02dba657faf9, '', 0, '?'),
(0xa47375d690d26e01e12a046caa680da3, 'wp-content/plugins/instagram-feed/admin/assets/img/tiktok-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\tiktok-icon.svg', 1, 0x00000000000000000000000000000000, 0x5ea226e9b2cfecda0ba5d4c3300e88f0, 0x4ac510ff0e5f11b3230f3716839216686046caf124009f1410f3d4bffe02d7aa, '', 0, '?'),
(0xa4751aaa0e20d780052b18de0ef93ecf, 'wp-includes/blocks/image/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.js', 1, 0x00000000000000000000000000000000, 0xe26dbc888682fe1cf1147698e4d306da, 0x0c9f191563b46d9b88f6292861f58068d83ce681d204889da2a0fd3c989a451f, '', 0, '?'),
(0xa4762929d13166c8cad2bd0199b12b31, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-repository-interface.php', 1, 0x00000000000000000000000000000000, 0x0b8b8dd053a23831eee306ad64a53d5b, 0xa552e0f8c48cae7e0fdec75bfc77d1142a35626666f0fc784b10f15a85d42ade, '', 0, '?'),
(0xa476a0a987ea93810119d7c13d763fce, 'wp-content/plugins/elementor-pro/modules/atomic-form/classes/akismet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\classes\\akismet.php', 0, 0x546d31f841f16615fd0a2423387d5713, 0x546d31f841f16615fd0a2423387d5713, 0x3531b918e9838037a4b5d57e884727893f4624dfff877671d10d4779c5f10bed, '', 0, '?'),
(0xa477bf63a2b068b892c3316ffb0f8748, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/cache/xml-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\cache\\xml-manager.php', 1, 0x00000000000000000000000000000000, 0x7c136c14c5b119ad5d142ccdb9ca2c76, 0x64e0578c488668124f9e391adeca4d4de1c7a3861dc7b6edd510147fbd8d2879, '', 0, '?'),
(0xa479bd0b1f3b1785e41ded7f3545ed9a, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0xc6f7e49b10286ac434a3662e0956f029, 0x8efb1ec084eb661792e506be511028d5c9995c474a029aff5ee19aa6d5ebaf49, '', 0, '?'),
(0xa47b0523e9283f35ef9aada08a25a985, 'wp-content/themes/twentytwentyfour/templates/page.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page.html', 1, 0x00000000000000000000000000000000, 0x3a1fb0dbdf85053b6e33fea2ed2f92d4, 0xb145bad2444ff5eeeff31222798beb7b4fd2849eea21dbe7636c17f204cf8242, '', 0, '?'),
(0xa4834fbc96c6b8295bb87599cb93f475, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\InstrumentSans-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x1a10a9b26020185af43c81002ac33316, 0xa24a8b230cb34ca7f4d3ac42290d2641fb6ba28e6903c36af94038ca63a8716e, '', 0, '?'),
(0xa488d644954efd4719631766df3875f2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-check.php', 1, 0x00000000000000000000000000000000, 0x077a03a14f842ba2dbfcc963dbf11e83, 0x30bd0ac69c0153f54dc25634ac266a02a47e5869894222d2bfd8c9fc92f036d7, '', 0, '?'),
(0xa48a2ace2e4eb6256917a151969e03a5, 'wp-content/themes/go/partials/content-excerpt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-excerpt.php', 1, 0x00000000000000000000000000000000, 0x440bc69d8adde8aa86c6fdf62bfad053, 0xba27f607e3c7e702f45e7f824f5d35575043dce746a5202763672ecc01759eb2, '', 0, '?'),
(0xa4a3524d2ad1fa5fec80bcf66bb8a7bf, 'wp-content/plugins/instagram-feed/img/balloon-120.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\balloon-120.png', 1, 0x00000000000000000000000000000000, 0x9746da8771d8f549ed048e947d9d782b, 0x75f5bd3cfec0fd01acbfdc9d57cad9d29f82a8a17a9b6fba420018557e61e448, '', 0, '?'),
(0xa4a4ed3baf64416f2bbfe19b1064289e, 'wp-includes/blocks/quote/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33fc4975b99ef9d9613740d5cd935fa0, 0x8f95a6ad6c1311f7160cd59fc822dcbd6db823d4f1c6cb1fc296fc3eb9b8da4b, '', 0, '?'),
(0xa4a6d51f986d3b2fc1d9b65abde55185, 'wp-content/plugins/powerpack-elements/modules/advanced-menu/widgets/advanced-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-menu\\widgets\\advanced-menu.php', 0, 0x81c0228f168697cd2609e7d027e45504, 0x81c0228f168697cd2609e7d027e45504, 0x3eb552cb0311ade93dbab75544340be6eaca16f2f8bb438466af111f661d5b5b, '', 0, '?'),
(0xa4a9b23d04e076fb676663a822eaa125, 'wp-content/plugins/reviews-feed/tests/Unit/BulkReviewsUpdateStuckStateTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\BulkReviewsUpdateStuckStateTest.php', 1, 0x00000000000000000000000000000000, 0xdaae535fe2dd999cfee9d91630c88418, 0xd0ca5bf7f4aa13cfa5f59f34d958d332b0095f898d17ca83c2edffe6026d91b6, '', 0, '?'),
(0xa4aa7e251d4fd1d604be42a2e7de187c, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/connect-account-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\connect-account-popup.php', 1, 0x00000000000000000000000000000000, 0x262e831e4309fee251d9d9fd4bda1ea8, 0xc77b49638d761899470e1ded8aadaa4d928ea510d3fefe48591fc2c2d3db60d6, '', 0, '?'),
(0xa4ab9319c36debecd39f6106d6c4d4cd, 'wp-includes/blocks/post-featured-image/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor.css', 1, 0x00000000000000000000000000000000, 0x7fc2d3bf1361d242cd22208a6bd5cff3, 0x41edcb83ce5d88f020611a59a87cf07db45445070e04fb3a9db1e37a6484b59e, '', 0, '?'),
(0xa4bfa0c62824df040615eefedabb3430, 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\03-annotation.json', 1, 0x00000000000000000000000000000000, 0xafa20f9a25faf4ed5f5197f18b60fd67, 0x9ffe2371cdb7b7a097c82583556e4181c57885a444f3027737f7de157058e5f2, '', 0, '?'),
(0xa4c2b1a721f37b1351d63ad0ec3f882e, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-lightbox.php', 1, 0x00000000000000000000000000000000, 0x0e85e83e82aa9a69d5e12832c22d4eb0, 0x30a468f3ab8d5cad44d0d3307843df27b0a66c13e302f0fc7f6a691a9c27cc69, '', 0, '?'),
(0xa4c303004a6bf4f4ad7a2c1c9351aa0f, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/social-wall-graphic2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\social-wall-graphic2.png', 1, 0x00000000000000000000000000000000, 0xca669897ce6834a448044dbe82c4ebb5, 0x0cedb1c303a66e894bfdcbae73f31063211a5feceb7a0e5becf3f2a17d5469c8, '', 0, '?'),
(0xa4c7281b697fa9704240b0489119bee8, 'wp-content/plugins/instagram-feed/assets/svgs/singlealbumIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\singlealbumIcon.svg', 1, 0x00000000000000000000000000000000, 0x35cf23dc4428e7c605eaa57ad54832fc, 0x6ebc2430915f3d21f19908cc1e33ef653ecd104a0eeb1413c6a0a0c73931df31, '', 0, '?'),
(0xa4d22da94a230e7e65d78f4d85ea6aef, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/ahrefs-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\ahrefs-presenter.php', 1, 0x00000000000000000000000000000000, 0x24799847fdaebab4ab129b28ef69ead6, 0x6b2eadd46fc4ffb224f6398eb8df741e25e51bc29cea75efc782facfdeb7c72a, '', 0, '?'),
(0xa4d86e730ece1a263904c6b2bfddcf4d, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\brands.js', 0, 0x07a800e20e826fb2141c003d41dfa6b2, 0x07a800e20e826fb2141c003d41dfa6b2, 0xa1d2846b94d55dbaaf82cf6e56d05d7268255ffc046da7fe4b88bf4f7e484595, '', 0, '?'),
(0xa4dbfb70f7e0775e5e787a2d60cfccca, 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.min.js', 1, 0x00000000000000000000000000000000, 0xb9c2a33a5726c5ee1208a381d33fb37f, 0x1ede5d3acd24c9f84f3d0b20590df2c8c365a06279e25fc9ab318c500731a9b6, '', 0, '?'),
(0xa4df72f713f2434dfd9f3fbc0dea69ad, 'wp-content/plugins/elementor/assets/js/design-system-sync.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa4e345f5f465ac90c2417218f313d0b8, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\yoast-admin-and-dashboard-conditional.php', 1, 0x00000000000000000000000000000000, 0x6f44aa96fe9f45d2c02833ab2664d968, 0x92975f5b7c032108e3403db0c53eb0c61558d9f0d493588621a69c462ea2a673, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c7a145fdd55cf9224dd9c58915d728d, 0xf2b9306415ba9cd7d743b4ced2987890bb32804aba4beb9df2f3bde7be536f18, '', 0, '?'),
(0xa4f255953379ffb6042a34d9374aec0d, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0xae5401eabc6f27c34fb4c8349a8bd632, 0x2bcea866cf06c89fd582b75a4084c4b4eb760cca796a9ff130122ee10555314b, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0xa4fcffd6122243f88331f3f902cf24fb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-id.php', 0, 0xf2044c514f0e9662670c75a534e49557, 0xf2044c514f0e9662670c75a534e49557, 0xa505bf7b21bc3fe17cf788d55a17472d3e84328b96d333b4e1089402f1566f19, '', 0, '?'),
(0xa503b27cec5e74083c5b119774cc156a, 'wp-content/plugins/elementor/assets/css/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e21586cf1451202c195b1879fcd2af7, 0x8958f856eb2609e7cc812bf434a35fbdd71bb730dd76a8d9b684157fbb2c666e, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa5056387ca59094a1b42fc48f0de02a6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x032842df9bdd1d481ea909ef967d30d1, 0x8bf5c7fef6e9d7d27f77f9cb049730aea5e3cd6c0b85c2e5be18a5da3fe216a2, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-integration.php', 1, 0x00000000000000000000000000000000, 0x080ffa6306c2a6a1d3793cec3aff47ea, 0x72a2f652aee3f7174affcacdaa8b9cce4d5bece95574af25fe9112ee5978a4c5, '', 0, '?'),
(0xa50e32c2d16936961d7a25aaa2979d2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\NetworkExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xfc77a4b96483fff3714bb440fd46c322, 0x8376ff5fc7c8d92de303c575f420d030172a100d825666710065d731b0fee52f, '', 0, '?'),
(0xa51294de01f9b9373ae8b9fa6a19e0d6, 'wp-content/themes/astra/template-parts/content-single.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-single.php', 1, 0x00000000000000000000000000000000, 0x524303b1356d87b29841799d381d34b6, 0xcd712013de10247d776af0dcc33b2d2664973f7fa40a64283eaacea714f5f0c7, '', 0, '?'),
(0xa5130650b668607c2fb8aae33a578300, 'wp-includes/blocks/columns/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\block.json', 1, 0x00000000000000000000000000000000, 0x850698d62b852b4616f0a1a7330d6ee4, 0x21c3a3a49f813b68b0165abfc64461b5795e5a7f7faa748855ecb7b8b09fad35, '', 0, '?'),
(0xa517246e31e4a1d906555ced7828ec96, 'wp-includes/blocks/missing/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\missing\\block.json', 1, 0x00000000000000000000000000000000, 0x632b2fb81faa46e6cd03e44c3a8cd7e0, 0x1ecdef09137164acef17c7fc13f601c75418a9f77b584e5e49d885591bcd753d, '', 0, '?'),
(0xa51f4d9a3d5294f06652ba9303157bb8, 'wp-content/plugins/elementor/app/modules/kit-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\module.php', 1, 0x00000000000000000000000000000000, 0x5b1b8481fcffd837668c20e48376baea, 0x395c185f5fc0717ef49121060f4f8bf9222946720625741233becdee19c1c9e9, '', 0, '?'),
(0xa520839520e353b69e4b5ac979475e2d, 'wp-content/plugins/feeds-for-youtube/img/placeholder.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\placeholder.png', 1, 0x00000000000000000000000000000000, 0x913a3506ebb3e5f7198b7d24d06443d8, 0xbc3e9ba713fbb6bf539a1d9500488cabf71cfa9e43ffdd338fb2b5ef347aa5b1, '', 0, '?'),
(0xa524165f04eee017c358d77f8a6c61d2, 'wp-includes/js/jquery/ui/sortable.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\sortable.js', 1, 0x00000000000000000000000000000000, 0x06fc9206bb8f1387e153491726ae40ae, 0x872d02c16ddb86195ad549904099622c38147b33f4b7d95a79c5f4208c88517d, '', 0, '?'),
(0xa52520c42974c4ad4e354ad98b56d417, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button/atomic-button.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-button\\atomic-button.html.twig', 1, 0x00000000000000000000000000000000, 0xed35250114bdcabd1a7bd776c55055a2, 0x279d6494564c1ab12faf4b8ed81e6cc4fbbbad991b204659a3952bcd28c1febb, '', 0, '?'),
(0xa52ae60c5f80536ec1cb099f6cb8a820, 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.js', 1, 0x00000000000000000000000000000000, 0xa0307c1fe4071263e0761b2f395338c3, 0xe562b928cf60c45892ea586ae503d1d7f37b5b046c9206d4fffeb8ed424a6c2f, '', 0, '?'),
(0xa531b05bed7173be98cc6f2d4f239a0e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200507054848_DeleteDuplicateIndexables.php', 1, 0x00000000000000000000000000000000, 0x1ebf1879c00b23b92ee013977b29ed99, 0x0a8a3b828593caef1c09d76ed6e08043c5c03c5c7929df046241c8cfa5de86f3, '', 0, '?'),
(0xa5340218722946e34721f69af631190f, 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\svg\\svg-handler.php', 1, 0x00000000000000000000000000000000, 0xa532b4111561ed8da458090c3eb2e34a, 0x07837d321a1ad0adda4af0d28afb956707b789ff9fba7d20cb6d7f7e48f075da, '', 0, '?'),
(0xa5349cf92e5818ef5448fcbdb3eedc0b, 'wp-content/plugins/elementor/modules/interactions/props/keyframe-stop-settings-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframe-stop-settings-prop-type.php', 1, 0x00000000000000000000000000000000, 0x8618161f48d6ddca4372f9733620d333, 0x90a76b15b4e0d873d473fd146e33120da5159fc515b723538bd07f71bc37a640, '', 0, '?'),
(0xa5484fff20a53734cd02b06bb95b3eef, 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/bust-subscription-cache-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\bust-subscription-cache-route.php', 1, 0x00000000000000000000000000000000, 0x60637bce22f8f2b48ed6927a91b137e8, 0x4167fbd434b04e0df9fc0e84c7e773b1b9c024293e0e438b92e0ff2e64f97e70, '', 0, '?'),
(0xa54bfb25dd6b72afec0a54cf1af2214e, 'wp-content/plugins/elementor-pro/assets/js/display-conditions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\display-conditions.js', 0, 0x68d788943d4cf5666448ace2244fd42f, 0x68d788943d4cf5666448ace2244fd42f, 0x7b322f481708052a8c88e9d40d816510118055bc6e679c3f3d4f6220863d94ed, '', 0, '?'),
(0xa54f9b42226b1cdcf4434ab4c7be9331, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-generator-2760.css', 1, 0x00000000000000000000000000000000, 0xf9d59ad6aafd4ba1bb6988446a368be6, 0x63531b02cade2498644e9ad79514ff8142e3f243c7e7fa3cccf4b8e3b3eedc1d, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\freedoms.php', 1, 0x00000000000000000000000000000000, 0x6099bef8557fbaf8207dcef0ad0ae18c, 0xd1cebf7a428f2b71bcb91ec235566cce4b7fa46ca1b06b818df25a2fb30ff47c, '', 0, '?'),
(0xa55630dd3627ed32c037bc13eb66cab1, 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-global-palette.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-global-palette.php', 1, 0x00000000000000000000000000000000, 0x41ce2fe2b1486a22ecfaac9f01bd2e91, 0xb101ce948c234a40e611c36af56ee33c8351da3794ca31498dc5c29cb17fa55d, '', 0, '?'),
(0xa557c641a6db32a1da974cdbe043ab0c, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/V1Routine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\V1Routine.php', 1, 0x00000000000000000000000000000000, 0xba424b01462c1ba48835a7c0be7a6913, 0xe2bc7d5505cf34a6afac9046a204a0bd08dfe9d994f2751bc18351f636cb0218, '', 0, '?'),
(0xa55c3a6f39f72b7fe9bca9d5d6affeaf, 'wp-content/plugins/elementor/modules/components/prop-types/overrides-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\overrides-prop-type.php', 1, 0x00000000000000000000000000000000, 0x9b65cb31d03042f34d56ab73fb298076, 0xa8e642bc9aa46397cab500047c87028600e31e5e3cacf28a51aa61145b3d4a6c, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x5a6337380d088fdc6a99d36adbc1d892, 0xaef951f4972cad02300d4e514abcbdbf94598cfaaea0ad6df4cabc30c5dd41c6, '', 0, '?'),
(0xa563f2fadb5a7899be5b7420fd5d78b5, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\lowerCase.php', 1, 0x00000000000000000000000000000000, 0x921b642fa5caaa73759ec2d65f68a607, 0xea235af01106386c2835e63d14fa5a1c70a136f116c251afdf717628260799d3, '', 0, '?'),
(0xa5696b5b216757fa8d187d9e76b8c8b5, 'wp-includes/blocks/image/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style.css', 1, 0x00000000000000000000000000000000, 0x315fa1071bc6321b316d543a9ca31618, 0x9525232eb20dcc129aca78e116aeaae0a141bf56b99f33d6e942662b9c7b1f05, '', 0, '?'),
(0xa569ede153c63593168516310f5c5d96, 'wp-content/plugins/instagram-feed/assets/svgs/filter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\filter.svg', 1, 0x00000000000000000000000000000000, 0xe2d37c6b3faae6c29724f55b53699974, 0xced6c38f3ff46775df853b4b17600025db843be6d49a5088108178d6902d5074, '', 0, '?'),
(0xa577b503dddc594da14ff76d6e29ecba, 'wp-content/plugins/feeds-for-youtube/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0xcd4df1422f637814b9f98ccec1c745d4, 0xc5cf97663fb331caa8decfb4b66c1c51c85c5f11cfc1d0d5b0161b44f34182e0, '', 0, '?'),
(0xa579fa4df688822371acabd0dc1542bb, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\hierarchy-and-query.php', 0, 0x4ec3dd2d439ed034a8abea4a4d69f2ff, 0x4ec3dd2d439ed034a8abea4a4d69f2ff, 0x4adb700a076cf4ca080fc819beb6040f3ac0d464d207b93f557fa229c6d37f0e, '', 0, '?'),
(0xa57bd26963559437d165b7277b449ac9, 'wp-content/themes/astra/inc/customizer/extend-custom-controls/babel.config.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-custom-controls\\babel.config.js', 1, 0x00000000000000000000000000000000, 0x9748288fc22ec60be348b8c6076a26f0, 0xdfd4fc4393d5a6878ad3c177b9eeaffaf4d644048ac211af28e2fc8d6f506ce5, '', 0, '?'),
(0xa57f876e0db36b4bfb1366502652b2a1, 'wp-content/plugins/instagram-feed/inc/Services/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x3720c1c7f9234b0fe9c111c0ac689f2b, 0x72e67518dab662573804cd04e437669cfbb4c1475dd86b00b2a4e914663599b1, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-controls.js', 1, 0x00000000000000000000000000000000, 0x4bf70f2525853b917b767961d42980cd, 0xdfc042a71c4f395be10ae4f0553248a86535fe8eeaafd6a0b7793acd40fde57d, '', 0, '?'),
(0xa59233284bb7b1126c17f15d8ee559d7, 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\migration\\mapping.js', 1, 0x00000000000000000000000000000000, 0x3d488d92a5b2f939353c261493821dc3, 0xd5ef678e33789f6103ec77c894d252b6fbff3f12e69c38f221703fd3f113eec5, '', 0, '?'),
(0xa596a9f45325da887d7bfd9f476cffae, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xb8d9988dbc240281682bc1f238d0c738, 0x4864351373eeda4c3aecc41c5810e39dc38175a66b79d82622006b0f3f1a6cd7, '', 0, '?'),
(0xa598a102db77bfa371e6c5f4fc885188, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-type.php', 0, 0x9374fb2a0bc58a592a2e2c60c9c9b325, 0x9374fb2a0bc58a592a2e2c60c9c9b325, 0x6b3afc36a9225c1d341b519faa017c028ad9aaacf761bda7d3a930f56ef5f2e8, '', 0, '?'),
(0xa59cb01e19d4bc96be68ed3389f0aa2e, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\LICENSE', 1, 0x00000000000000000000000000000000, 0x5eabb89a3d6f34e80f6d7e8de48f7f60, 0xab5f269d8ce748e853593b38d2a6e00f40e50d4aeb69e041fd21ed232e0c73fb, '', 0, '?'),
(0xa59cd5366f9c616e75a7fa64bdab26ec, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/css/review-alert-themes.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\css\\review-alert-themes.css', 1, 0x00000000000000000000000000000000, 0x42d5fdcc61196b51b9692dcb55d6dee3, 0xa47f9c230acbf19a6744f85e81ab65df8d2ad02a26dd51b8839d03b1abc2ca27, '', 0, '?'),
(0xa5a728f473f64f384af41efe97b3d5c9, 'wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\safe-mode\\mu-plugin\\elementor-safe-mode.php', 1, 0x00000000000000000000000000000000, 0xc328203ce37231656db23be5e7c60c65, 0xc01b1d48af4a5781fa182b057a5fa4292f509874fb134fbfd4adf0902901ce9d, '', 0, '?'),
(0xa5a78ed3633a70a2349634ce526afee0, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-upsell.php', 0, 0xcc6d1668042d219f71f748d17714ec5e, 0xcc6d1668042d219f71f748d17714ec5e, 0x682d8075b7bd986eecaade165378636703908d34509b8141e8cab169c8a1701d, '', 0, '?'),
(0xa5abc7bd1a0d6df5255117312b9a4931, 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\inter\\LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0xa5af6437469b53b2cd6f2a856b1c6bba, 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\below-header\\class-astra-below-header.php', 1, 0x00000000000000000000000000000000, 0x2068f2a90408f93f4f9b14a88da8d213, 0x5d9ab005f3e774948469ae09e91fa8852af9dc1288cf7fe75f827948f29028ad, '', 0, '?'),
(0xa5b06e3c079bde5dfe0f0eb63d91b0c1, 'wp-content/themes/go/dist/images/design-styles/modern/carousel-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\modern\\carousel-arrow.svg', 1, 0x00000000000000000000000000000000, 0xbda9337e28ab199d3c8d16df530d0e0d, 0x52283f9c60fb34c8bff1a2e1f5e941a7c707ade6d4ae476db306b15c1eb9723f, '', 0, '?'),
(0xa5b1022601f5d4fdae02231a83798b97, 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0xf110b90e124a35a8da3e58f10d4529ec, 0xc76502fae683b1376e81daff3838b1d248d9e981cfc98568fe8c359a34a48be9, '', 0, '?'),
(0xa5b1e144ad54c7a193112322da313fdc, 'wp-includes/blocks/cover/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style.css', 1, 0x00000000000000000000000000000000, 0x18c255b261f13d257fabe20817cb9b79, 0x402a902f480ed043593f05dc3a19bd49bb77470295cd6404a1d96f3441455e04, '', 0, '?'),
(0xa5b4508191e2945a329937c74d6eaf8d, 'wp-includes/blocks/rss/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xc1e4d863f06c7f7376b034800d1ee07f, 0x7f68d9e33bea582330a011de4128d40c470cf38a9e62e20708a6ae18c9bf720c, '', 0, '?'),
(0xa5c426b196a2e993fb86958f40dfa479, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\autoload.php', 0, 0xd33ec56f48edb4185d069261318e5993, 0xd33ec56f48edb4185d069261318e5993, 0xc1ff57914109633600885eb59014a29a0b3a470732e22d841c115e195ca83ab2, '', 0, '?'),
(0xa5c91e3811a1c4dfb599ca7d02f7f7b2, 'wp-content/uploads/2025/01/skin-care_4383086.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\skin-care_4383086.svg', 0, 0x73fe8fe10fdc3813418d76abe93c39ee, 0x73fe8fe10fdc3813418d76abe93c39ee, 0x34a5c90876a9970793bb482f04f1f1f2a8187d4fd4361b80390df114244a0f4f, '', 0, '?'),
(0xa5cae42aaba5685e03eddcdb08afefec, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x270163c672c4cf99447135274789e17e, 0x480f2e84879c230a44eae9bf753975f071853c6641dfd10965b0d55631b813c5, '', 0, '?'),
(0xa5cc8674898b6f1eb1b96b4a0d776377, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-rating.php', 0, 0x4c2608d454bdee25fb447203b0b2dfd9, 0x4c2608d454bdee25fb447203b0b2dfd9, 0x5f37be549cbe5937274ab97c7569cd6a82c20520ca0b1c02489aab650091fc47, '', 0, '?'),
(0xa5d44abb96c349cfb6343cf4e1293959, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/welcome.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\welcome.php', 1, 0x00000000000000000000000000000000, 0x60c5cf167b3ee8bb14ee2099283a0278, 0xa8247274e0635782661610109f044b4a6da83a9a645ad941cdb78dfe4eda489f, '', 0, '?'),
(0xa5e12ebe4a075f1879fa6a6d0f42a277, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/instagram-feed-widget.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\instagram-feed-widget.jpg', 1, 0x00000000000000000000000000000000, 0x6128cd64a5577bc0248e1cc15d20910f, 0x1c6c0009123db784ed953a12cdc21e7bd9c89ea20d777d60c80aa7246fe2a5fb, '', 0, '?'),
(0xa5e25902aa1e4c9818a0b3497cd0fe8f, 'wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7bfe541f48646070d5e901bcce90f45a, 0xd15c59588b2b48710c0bd56d15f931fb22c6d7a4456d5460f574c8acf264c48c, '', 0, '?'),
(0xa5e4b6b7a84296e0511e6dd08343855b, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 1, 0x00000000000000000000000000000000, 0x4227d8f5e0edffb0322b07c61eb8560f, 0xef1061ed15ca09059caeae5a766226f7161f381cb2c411a2d5c77b98d991bb82, '', 0, '?'),
(0xa5e57651860578ce803b4c6143623dea, 'wp-content/plugins/elementor/modules/components/widgets/component-instance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\widgets\\component-instance.php', 1, 0x00000000000000000000000000000000, 0x47a943da2e41466cefc1facecb569994, 0xa44b8180c1d01d53dbed486c4564bc1aec13004b103ec6ec70aa24f3143db81f, '', 0, '?'),
(0xa5ebb5062fe73e678fe1e816fd4ac0bb, 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.asset.php', 1, 0x00000000000000000000000000000000, 0x9fc968f589f5213c72a338d31698d029, 0xd3ed5f530c74bb1a166ceec62678e6a7b638178ddb66fec0f2a8860c5848029a, '', 0, '?'),
(0xa5f216fb1bdb5e1b3493668f4d507604, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\announcements\\announcements.css', 1, 0x00000000000000000000000000000000, 0x9d3c2bf5fa36acc0f39cfb1efd25ae68, 0x40254a2cfad6624135881cd1088b4300f34b0fc21c847f99b2f3557a1953e8fb, '', 0, '?'),
(0xa5f21c98425c751f7d8e4cf42c8285ff, 'wp-includes/css/dist/block-directory/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style.css', 1, 0x00000000000000000000000000000000, 0x4402a1da0a5da0c28fcd32f54fb56f61, 0xc0dd5b7c2fe6adf9b639e1da34207dca4f0044288ffe204713dda6b6b210ee1c, '', 0, '?'),
(0xa5f37963febe026fb0c8e28ec9e685d6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\composer.json', 1, 0x00000000000000000000000000000000, 0xff886919f90f618dfde497edee87dd3d, 0xcc90bf747424bcdd53910458a69dc095d24d1aed3ff86d763f97750a21ba72d6, '', 0, '?'),
(0xa5f50fea57e6e342aa8b92a5ce442246, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\props-resolver.php', 1, 0x00000000000000000000000000000000, 0x21e3758ae3754f0d50b737a23e21a740, 0x98677aef6b9756610c635b90214d715fd6fb315ec5ff4c4cc8204b8fe37eac2c, '', 0, '?'),
(0xa5fc8f659d952d1e8da37f63149151cd, 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x77b0faa6d65dc82de737a1d3d7055034, 0x15164471e34de806cbc0fc59b0eb31b43f176bf56c69a3241d204c02d235de5d, '', 0, '?'),
(0xa6004218b2e4c4abbee3f45ee32d2c1d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository.php', 1, 0x00000000000000000000000000000000, 0x40e19508e99bab9815e0238b27662296, 0x33592bc8f873c310dc9a08e0f2306fa33658b1f892ae04d4acf6f06b069b5736, '', 0, '?'),
(0xa6029850ae4fb90c852090133e523951, 'wp-content/plugins/reviews-feed/class/Common/Feed_Locator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Feed_Locator.php', 1, 0x00000000000000000000000000000000, 0x5e8ef041b3360a0765bd8ccf73745d4d, 0xee4fbafef761253c5d92854b5f965300a0a3ac893b37c22e0e3c98ffe75a9833, '', 0, '?'),
(0xa60be5d8b5365fb2e48b89d60886e627, 'wp-content/plugins/elementor/modules/safe-mode/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\safe-mode\\module.php', 1, 0x00000000000000000000000000000000, 0x6d5f0c0e01e95a6d56f64e16836790af, 0xb09bfb771c6f69ad7fa6da562c7260b44abe466426de408359d28ea66fca9982, '', 0, '?'),
(0xa612004bf2ec89ec1652362a830c3eb7, 'wp-content/plugins/backup-backup/admin/images/ftp-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\ftp-mono.svg', 1, 0x00000000000000000000000000000000, 0x6482c1f81a82e8fcf809891d4c0cdb84, 0xe4b0590d520c6007556748ecf882c8615ecc091b9054dca00c6ed8201eabe9ff, '', 0, '?'),
(0xa61d704c38c7ea7a99e9dd38d7545f1e, 'wp-content/plugins/instagram-feed/inc/admin/actions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\actions.php', 1, 0x00000000000000000000000000000000, 0x7cfc5f0f52f64afe76dfb2cf74eb45c6, 0x3dc6deae147b106f0946e8ae46fbf2b356e3957ad351702e650d9324240381f4, '', 0, '?'),
(0xa622ad51834f4fb1c050a4e305a06217, 'wp-includes/blocks/group/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme.css', 1, 0x00000000000000000000000000000000, 0x3301836a43804fd1ba7d926078ddb0a6, 0x0480fb4743f1663053ae226873c9e71170345975521b1a16f6ad24e0c578714f, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xa626e1864eefd8ca159ede3957355498, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/shadow-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\shadow-prop-type.php', 1, 0x00000000000000000000000000000000, 0x240c6fbc13502ebe4a3cc2c8d00405ea, 0xf403dce589089f891e18805a8972d9a36061dba4b6b4d3087015c9cae8222297, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0xa62aa089b23a3d0ac5c844efddb07ee8, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-icons-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-icons-promotion.php', 0, 0xb0b470ce701615037c8255cb659d9fe2, 0xb0b470ce701615037c8255cb659d9fe2, 0x67718f6e5f959ac8f9f9ac7338a23b12c1df0e5191ab79f90a8b4422ffe74504, '', 0, '?'),
(0xa630ef2c06a89cf0bb104d83e1c75f29, 'wp-includes/blocks/comment-content/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?'),
(0xa6344c22493197ba33fa35cf01e02733, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-product-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-product-image.php', 0, 0x749c4daf8ded64059c049813cd91e003, 0x749c4daf8ded64059c049813cd91e003, 0x3ab51d3d2a0f913064a416b8feb9835a0308cf83e6365e9964a5f4042e1bb598, '', 0, '?'),
(0xa644975785dca8e2318834ae7bf5a619, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-tab-focus.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-tab-focus.js', 0, 0x4ccd8301b2b39ce7424eb58b119eab4d, 0x4ccd8301b2b39ce7424eb58b119eab4d, 0x71d940e778e456811eaf9b3f316eaae5ae36f7e6d3a769d9bb49f52e4f936522, '', 0, '?'),
(0xa64709d1924fac35296cb70a961a068a, 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\CallableNameFilter.php', 1, 0x00000000000000000000000000000000, 0x33ade86378563c5d4e9b9525b28a4691, 0x26b78ac541f60d2f17a60b7968a6657471d870d138105ad2e2f2218b5ed6df0e, '', 0, '?'),
(0xa649ed5bd05e03934ab27c1634935da0, 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\class-astra-lifter-container-configs.php', 1, 0x00000000000000000000000000000000, 0x1d1a8c887667a941aae9de4c7a231bb1, 0x564efe22e644bea08c1310c01f614cdedec28e6a517707d62f91a4d89b90288f, '', 0, '?'),
(0xa65025fdbf20dda2d24960f07c81ee06, 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-services-image-left.php', 1, 0x00000000000000000000000000000000, 0xb0ae7381ea4ef6063228c0ec1ecd15e7, 0xc3b91ddabfe8dedd4c745f72b350536adb50b34b406ce13751f1aefc4b896df2, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0x1117dc862943f42fc186d5afcb20d99d, 0x31c6c2cb2743c54155758a338569a316f666b7669306a6178987ec44746c7ed1, '', 0, '?'),
(0xa662a4795bbd69d5e954a0aba67ff538, 'wp-content/plugins/wordfence/js/wfglobal.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfglobal.1778081072.js', 1, 0x00000000000000000000000000000000, 0x8135a2bf7e368b05127954efb5cf6d53, 0xf528b841c91819be2a95ee4452e00c06816344239bded1c9d56df7fca0d8435a, '', 0, '?'),
(0xa6633a516b32c4092015f38c1136bce7, 'wp-includes/blocks/columns/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style.min.css', 1, 0x00000000000000000000000000000000, 0xfa5a2ee90abc3d9e94f8f25aa9d89f79, 0x7cc0c3ef5fd41d3016476e35665f9d4e1e95e5c778cd3945c94cba0af7361154, '', 0, '?'),
(0xa66910c5489f34672b25d9175fd0f7ec, 'wp-content/plugins/instagram-feed/admin/views/support/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xa67aabdaae8b038b04a5950b75230108, 'wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\397f2d183c19202777d6.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xc5ff5dbaab5cbb2356a27952d9223c09, 0xc8a804b0bdfcfc87ea4452f2ef65754ad8bb50cc3dce8cdfdf66071d948dabfb, '', 0, '?'),
(0xa683be9d146064ec72457b387411dba1, 'wp-content/plugins/elementor-pro/assets/js/bd4b7d0b3467c3b749da.bundle.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\bd4b7d0b3467c3b749da.bundle.min.js.LICENSE.txt', 0, 0xd4084ce975f43439a1464d5bf06d60cc, 0xd4084ce975f43439a1464d5bf06d60cc, 0x70759fa0ed4c60beaf72c2ad0f27adcdf1db56d5aade23fa109f17fb8bb64daf, '', 0, '?'),
(0xa688daa9cccb348c44ec847c6eed7030, 'wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\astra-builder-migration-updater.php', 1, 0x00000000000000000000000000000000, 0xed2867c410b295bba531f2675eb16635, 0xd2b26f31c90243dbd1d31b70f12ad54857abb16773c130ba7b9e2080fea1655a, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0xa694193f270f658b9b81ff019c909c9d, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-azb.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-azb.mo', 1, 0x00000000000000000000000000000000, 0x3532398bf0a8057b62e9751c4a6ef88a, 0x235d962ba1499113f1ab2200159a42aae73b7a2efa55fdb8fdebdabce9538158, '', 0, '?'),
(0xa69c97e477a1f0343361031962340493, 'wp-content/plugins/powerpack-elements/modules/contact-form-seven/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\contact-form-seven\\module.php', 0, 0x9cc590dec8edfcc5b70989db22c94050, 0x9cc590dec8edfcc5b70989db22c94050, 0x7cf1545d5c9cd55e9cdefb2ab58592aa9c05aa85e5175210ccb3e70b0fac9939, '', 0, '?'),
(0xa6a09897e988fc4cb8edea803e425841, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4216.d4fd84be6e7a4354.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4216.d4fd84be6e7a4354.js', 1, 0x00000000000000000000000000000000, 0x4c978a493718dadf77fb1a285a4f10a7, 0x391bd4cfbd7783a77f47c61a811771748f1deadd4dc132da763ae2f0ec4269ca, '', 0, '?'),
(0xa6a949d4edd40e3f473caf0ac2c073ed, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_New_User.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_New_User.php', 1, 0x00000000000000000000000000000000, 0x38a26008737427fbb8558fefd62e2008, 0x1bf1044373b17824de5d60ae8295185359c3f489c4de71844bae29147c8dbb3a, '', 0, '?'),
(0xa6b0714a5ab7e0ed893536c744de3ed6, 'wp-content/plugins/elementor-pro/assets/js/social.b8ce24160d1e761ca0a6.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\social.b8ce24160d1e761ca0a6.bundle.js', 0, 0x705f12e3b97c1a2b14fe95a7e72373bb, 0x705f12e3b97c1a2b14fe95a7e72373bb, 0xc3dee65e62a54add21704808950f4be4c7bcf729675b9b7a9a50441c3ef4a023, '', 0, '?'),
(0xa6b8c2e1a89050bc5f52f91ccbcdc525, 'wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\behaviors\\temp-lock-behavior.php', 0, 0x3b9e1d1f6cce746e18cd11585491b2bd, 0x3b9e1d1f6cce746e18cd11585491b2bd, 0x42725b7f3b9a8d254d31fb9a33c5d169015381dc42d4e379595a6f7702b11721, '', 0, '?'),
(0xa6b8d63a62869459bd899f8a2a0976e3, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Utils.php', 1, 0x00000000000000000000000000000000, 0xf9822ffc84e7958f91dda14ea913af44, 0x1b2828ba281d5c9bfbeeaed8a7ba7df4d2bfabdc9c0efaff3ef5d1999ab2857d, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-data.min.js', 1, 0x00000000000000000000000000000000, 0x2c8a6c10b81fa23c678a0949a984952d, 0xd7ca0c5fcf0e78ad56d90f9e2c29648ae08916e8d9ea99d5aac1cc3b6c81c30e, '', 0, '?'),
(0xa6ba337c51cb6f9ad94ee4db97e7a0af, 'wp-includes/blocks/video.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video.php', 1, 0x00000000000000000000000000000000, 0x73dff10414a2cedf539f80aa8fecff4d, 0x1857619d6127c684fd8191c68be2815edc9a39f9a41c25cb56c1dbbe5a6c23f5, '', 0, '?'),
(0xa6bb487ddf893f48758a4db70958e9d4, 'wp-content/plugins/instagram-feed/assets/svgs/user_check.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\user_check.svg', 1, 0x00000000000000000000000000000000, 0x557397224130ff9b0f13efdf1d21ddb6, 0x5420514946408e94d49e58b121e892e42e0efed9ae916fedc327cb9999db5d0c, '', 0, '?'),
(0xa6bbadf60324dae9c1ccdc526db37658, 'wp-content/themes/astra/assets/js/unminified/customizer-style-guide.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-style-guide.js', 1, 0x00000000000000000000000000000000, 0x6520b8866c27b57c00eba714e89cfd19, 0xe2ec95c44b8119ca3e3806f19af59862fe34571726004413fa96a05909e08b5b, '', 0, '?'),
(0xa6c035db0183d619a52b697b857975fc, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0xf0f8230116992e521526097a28f54066, 0x36de97ce4f22fb17b052ad0629b4f1cd5b43b3f60aa7f6a8a4712cdbf5837839, '', 0, '?'),
(0xa6c3802f1a9748aba8ad51390ee5275e, 'wp-includes/blocks/accordion-panel/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf526e2f52dc550be53b1f8170ec96167, 0x4f932c154716a0972ac0d90e720c028b7a6a315df8e441bf25bb959d07f0ef07, '', 0, '?'),
(0xa6d101e03729ed1f1018edcf6c01fc38, 'wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\menu\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x0905322d898087ced391b5d86d7b9969, 0xf2fa0b1a0a35faf3a2a2dff008e47ba0299065a66ae245469cb7b8f4fdcc6d6a, '', 0, '?'),
(0xa6d79b423f3e82922e2b18d892b6c8ac, 'wp-content/plugins/elementor/modules/components/prop-types/overridable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\overridable-prop-type.php', 1, 0x00000000000000000000000000000000, 0x3890ae6bd39fa7a6a00409d1028dec6b, 0x764bb12116dc0f652aadcc3f7110bc870e786cc5afe0ea9424f0cc1dc3f6ac3d, '', 0, '?'),
(0xa6d7aa7aa973a53045051f7f1e52909b, 'wp-content/plugins/elementor/assets/js/35423d812dc1d52fdb27.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\35423d812dc1d52fdb27.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xbe98d6ea684cca8a710910b9b5f69a50, 0xb72a16483d2b51ceb08a1be3e8b4b5bac9513949aeaca74f0c5d2477c3c1f143, '', 0, '?'),
(0xa6d92d807386e970a95f2945c4f76d7a, 'wp-content/plugins/powerpack-elements/assets/js/frontend-video-gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-video-gallery.js', 0, 0xfa7086bf740b81ccf64d50e441cfca68, 0xfa7086bf740b81ccf64d50e441cfca68, 0xfc648327c29a9a1b660ba1d25fe23b47a51a98dd5d60790aba497ff65309026f, '', 0, '?'),
(0xa6e0241d0bc51c74d5a6137d9709c254, 'wp-includes/blocks/code/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x09446e340d74aee729a9089bb2e310f7, 0x691acd8692f60add38e6ae45a72c75c6cdc6f54168b6a50c79109b271b4a7be1, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0x77acf023659538be7a61bf1c92b90f06, 0xc8f6ba6d42a298e1dd06e644999efd59c8748418f635b74feb6c456d74d666f2, '', 0, '?'),
(0xa6e495c96e1c75761635ccd506309b80, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0xf7df52eac8e035458aa78630c1ad8d59, 0xf59237e6e3d551b15d0423de38286b39ecf5c0e0a86186f697a89d232de94815, '', 0, '?'),
(0xa6eaa2eabea728caa25a08249e0ad13a, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tag.6f132ca8518dd5f71e7046861403e5ce.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tag.6f132ca8518dd5f71e7046861403e5ce.svg', 1, 0x00000000000000000000000000000000, 0xbd5419d72c5195d54aeb2b8af755722e, 0x101fdc568b7954f330e2a4c1fbebf6a518c35c3c0b1c9b613277a570c68454bb, '', 0, '?'),
(0xa6ecbca6c94529943d573def6bc52f25, 'wp-content/plugins/elementor/assets/js/nested-tabs.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa6ecd563cc8dfde47b475126cd044de7, 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-poster.php', 1, 0x00000000000000000000000000000000, 0xc0bfc3ba0084f8ac791f65fc38c71461, 0x97643ce81595804274d6dcbb20836a37a1815b84609e90d5acaf8035124db584, '', 0, '?'),
(0xa6efa1eb57a34eb463c4937848e47205, 'wp-content/plugins/elementor/modules/variables/classes/style-transformers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\style-transformers.php', 1, 0x00000000000000000000000000000000, 0x08e93a653adffad41fee9d9a556c8e7b, 0xbdbde7fc5f36a0920ddf3f17b25755f2ff33211d6b78d340422ed93b01a18fde, '', 0, '?'),
(0xa6efe613ad893192c4ab8ae6d2b5ce7e, 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x174d322f2ed4b16884cedd2979ebfa8f, 0xc60e0a63413cdfa1a3a0ba09698b6ed1341a96831bc44251e343cb7b538846b3, '', 0, '?'),
(0xa6f03b3e471e5c7f6305fc33f28f8f35, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0xc3f4b2bc543ffbc56969ccfe4d799bea, 0xe5035df1df405b8cdc20aff36f13d0e68fe987fad09ec1772a51aef2c49de1ff, '', 0, '?'),
(0xa6f0b4dc6618f8fc5d3212f0e6a1f3aa, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xde6629fb84ad89554287368232b425f6, 0x28c54836b23ca349c2c1d714b7439e8b8ed304e9b85f79f2f17a695ee862e458, '', 0, '?'),
(0xa6f866c3e7ddd0331c5d3a73ece14f8b, 'wp-content/plugins/elementor/modules/checklist/steps/step-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\step-base.php', 1, 0x00000000000000000000000000000000, 0x06bac2ff39cdcfdf542128ba8c133395, 0xbf9389f9a3cc821117a087e51f41e64d8945e54f4bb51690cb1eb19de9f7597e, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x12f88ece2a47eeef77fd554a0ce9e44d, 0xab70915b91537f0c419667d7d92e23b12f8eaeae2524db2c44c296f922653e43, '', 0, '?'),
(0xa7061aa8eec9e088b6837d52ab0ac3d6, 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\class-astra-lifter-sidebar-configs.php', 1, 0x00000000000000000000000000000000, 0x9c5736f4b98606ab631e18c2c9691102, 0xfc8cffbc2d9a979aeab19db17c55c84d7d2ec82a560580478a9c5c849c93ba79, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data-controls.js', 1, 0x00000000000000000000000000000000, 0xaf4d8d66e6609a218fe91d40d5bb42c4, 0x5475aece77fa89ef7bb1ac3839e2dac1266aba93307f897ee7e06378acc84d88, '', 0, '?'),
(0xa70d7fe30142b58370aa85753bdfce96, 'wp-content/plugins/reviews-feed/assets/admin/js/forms-integration.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\forms-integration.js', 1, 0x00000000000000000000000000000000, 0xbf4c85ecd95fbec316ead1df34b97484, 0xaf0613343f0df1778c19e522fad437db52711f40f4354f3f57d74f7ce9496326, '', 0, '?'),
(0xa710a1a07dedbe569cd01149dccfdcfd, 'wp-includes/blocks/cover.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover.php', 1, 0x00000000000000000000000000000000, 0xc8944c9eb35e416b8986e46de89f2716, 0xcf90a31d5baaeda07afa91f8c7a9aad0df873df2c2bdeb5a6c6319adde203e0f, '', 0, '?'),
(0xa7181b84a6d9d9990fc7d3bf08f0d9be, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-lt_LT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0x4aa2c1877786e7a9ff132ec23a94b871, 0x2257d7650beca453c10c0e9e287f6f7814c9984a278083954e27c712272c08dd, '', 0, '?'),
(0xa71956b2ac7ad3ff24d3e6471073a163, 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa71f21cb680c9db14234d34455a9d868, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Attribute/YieldReady.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Attribute\\YieldReady.php', 1, 0x00000000000000000000000000000000, 0x2d1855d94fefc6a4f48381a7735f79c1, 0x61bf88780ad4644f698203bd60c5b1d20e7479b7ba048d43e4c587a1df38a141, '', 0, '?'),
(0xa7231131c87c883f3f0bb38e55062b31, 'wp-content/plugins/elementor/assets/js/3c838288a9b7ddd2aea4.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3c838288a9b7ddd2aea4.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x4d6884467ad570c991d43328c8d2f144, 0x38a9ede4a8985a3bf36596964b6c3dcd589dc566739220426cfe934b5c323db7, '', 0, '?'),
(0xa724e2190b2d49dce0b2c5fbd69461e2, 'wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\check-required-version-conditional.php', 1, 0x00000000000000000000000000000000, 0xf79970dda8f4424c182238122af23d4c, 0x340f85de15ea8eb060e86968e4f218a96fbbe08cef1b9b1fc7b834259e69e8b7, '', 0, '?'),
(0xa72a59794007a7f32e0a4308bcf4bf03, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-base.php', 0, 0xb269e46ca59af297f5eb1d748545ce03, 0xb269e46ca59af297f5eb1d748545ce03, 0x71a0b7c61fc02286d29900ba5787a5c2f4d47037cbcc914b4dab25175fcf7748, '', 0, '?'),
(0xa72b469734de0a0efaf571b9b1a4225d, 'wp-includes/blocks/table/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0xa732df76f727a4b3f6d27bbb3100aae1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\background-indexing-integration.php', 1, 0x00000000000000000000000000000000, 0x6ad457df5d13ef7212e91e58c840b52d, 0xf272cf97abb708559f26504b2ab216ee3578927050119c9a2ee17f10052754be, '', 0, '?'),
(0xa733467eeb7bf7df1ab7ee5dcf87bc1a, 'wp-content/themes/astra/admin/assets/build/images/upgrade-to-pro-woo.2a25c061.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\upgrade-to-pro-woo.2a25c061.png', 1, 0x00000000000000000000000000000000, 0x0e4f260ad30da7fbc45f6f7e77a91e6f, 0x8701dbfd731375a02a5cf3b4c2ce5707f3129379981897ef61171075adaca31b, '', 0, '?'),
(0xa738c7636d346b7cc7bdb8b41bf24461, 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.min.js', 1, 0x00000000000000000000000000000000, 0xc9d89efb6f75a6a853f2f79a1547e03a, 0xc1a5031a0dba40b059c00857294ee24db10b49407e915c023e1be1d825b41974, '', 0, '?'),
(0xa7449fdc352b7e3f5bdb228fb7ee8f5d, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Colorpicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Colorpicker_Control.php', 1, 0x00000000000000000000000000000000, 0x5695be083016014515bbfe88761ac18c, 0xd5bf493d36d8b6353dc803a2132f9ca3f12f65d28be62773fe70651e8ced3020, '', 0, '?'),
(0xa745b7d8a1ee95433216839528db9f3c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x26004f09cfbe0fe0c4dee0cc56bcb3cb, 0xef731703533a7ac874dc48e270384ac8fc4adf80b49dc9d5b033281bcce7f2b2, '', 0, '?'),
(0xa747057fde9348a0bf64d44ff425b537, 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-handler.php', 1, 0x00000000000000000000000000000000, 0x3cf9c7d66e4adef18bfdbc7f33162780, 0x9e6803c44f73541305cb3d14ff0b5d44db45dcdf21d06ff84ec0cc103893e887, '', 0, '?'),
(0xa757c134bcefcff70aa6a8384fb9c4de, 'wp-content/plugins/elementor/core/logger/loggers/db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\db.php', 1, 0x00000000000000000000000000000000, 0x2afe46dd5e3f1fc939cae382f8d88023, 0x2dd71b8adf17bbaf833e96c195619ec56032c41259c614cc050138b2f394048c, '', 0, '?'),
(0xa75d8cfd399e23f976de3e4965d68aaf, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/edit.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\edit.js', 1, 0x00000000000000000000000000000000, 0xa7995bf46ac603b81db85d2efa425ebd, 0x270a0e2de77c19014eebf41b1d9cb5fb6be0ec455747305cc6e3319b240a67e8, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\setup-config.php', 1, 0x00000000000000000000000000000000, 0x4af73648aff2f4dbd69216d91bea9515, 0x6c63325d05c5c68f3eb827f6c9174ea1a7df9b903354fdafe1d08b1f43b7f02d, '', 0, '?'),
(0xa76b8a33f8aaae81f185e8da6a38fa79, 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\permalink-helper.php', 1, 0x00000000000000000000000000000000, 0xa2c130bc69fe7b8c9f0ab6e468c9251d, 0xf000b2af54d95d48bd7a22e8acc79ed1adfddda9fb5161701636f636a8036dec, '', 0, '?'),
(0xa76bf91537b062c79b5c5d5b050cf07f, 'wp-content/plugins/elementor-pro/modules/variables/classes/style-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\classes\\style-schema.php', 0, 0xf34cdf59c8c2c1a13b47928de050903b, 0xf34cdf59c8c2c1a13b47928de050903b, 0x7f734d88cb0fde7e37c9634c8413aa67802926d704ea1131dfa722bf62b05222, '', 0, '?'),
(0xa76c1d89179735027ef74eb8ee4486a2, 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.js', 1, 0x00000000000000000000000000000000, 0x8bfc401156db82f01d1186aaa4394391, 0x22e6227049a5d0b38a965478831d9618f4187010eff72d0ecf71b26b7985be3d, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x913d6473f648e54bc852d87613599b75, 0x652010098d7d22164a2f5477573e3602c96b5dbc6f105c6998966561f6694bd6, '', 0, '?'),
(0xa76e3354c440c4fd8d80da37d2dcdca7, 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8e6c2adce44dc431a9548e5b0a3a5a7c, 0xad20937dea4cb3a1ddcd7f3235f367c5285ca32d66c49235dbad4be0551003e5, '', 0, '?'),
(0xa76f6a26f92e7b07a0f6e659f0b8dd02, 'wp-content/plugins/elementor/modules/components/components-access-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-access-controller.php', 1, 0x00000000000000000000000000000000, 0x68ac1e3c93529d2b9bb2e723c04edf62, 0xa6d9a5b27d79511b48ef16f5bfc8c87a5770f5264cc75a39097d163647636be0, '', 0, '?'),
(0xa776e5650df2285c00e64b3879a915f8, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\login-status-condition.php', 0, 0x37f21f2b3aa029f15ca759318a935853, 0x37f21f2b3aa029f15ca759318a935853, 0x42fa61e4d9fe8c867e8c3a375b45c9368c8c9df0026983f7a2af6090c8ae15d8, '', 0, '?'),
(0xa781e4408e383948bedac3fb4abe1cd7, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-repeater.php', 0, 0xd7fafe842a31a7a0474d4b49c747bc33, 0xd7fafe842a31a7a0474d4b49c747bc33, 0xd2ca38f02718fb326783878f8e5ce1998fd8309252fd738224c40e7c32a5e686, '', 0, '?'),
(0xa78b305ab4af8de71d9a4727266aaa07, 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\importable-detector-service.php', 1, 0x00000000000000000000000000000000, 0x3bc5da26978979037d673ad0c5c2f493, 0xc049fb8c3f628870a2c407a0cd144cba9175f3e3e54b9fb1ef713aaa020d7eb3, '', 0, '?'),
(0xa7913e6f4a7d829eca1a691d48b778b7, 'wp-content/themes/astra/inc/assets/css/astra-notices.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-notices.css', 1, 0x00000000000000000000000000000000, 0xe627c2ed45d74b0c756341d67ff45864, 0xfc8dc8314e2ed1f59bc1e0cf811def60c2e3121af2d048d195fa2120fd11853e, '', 0, '?'),
(0xa7914c71c0ae8de54cf944eadec2ca39, 'wp-content/plugins/elementor-pro/modules/carousel/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\module.php', 0, 0x1ff8b588201ddb5aca9e874331dd6579, 0x1ff8b588201ddb5aca9e874331dd6579, 0xa3304156444610d0bb76a929439d298a0167b338de9b754432d26b577a587d71, '', 0, '?'),
(0xa7980cfbcd86481057d06d8eee2924bc, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/onboarding-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 1, 0x00000000000000000000000000000000, 0xb8cdd7aebc83d3290eaf802ab42cd07b, 0xf7852bf61cdf3d4c976b4a9dd975aea8a7140ca368874b7febab74f1a8e0c6d4, '', 0, '?'),
(0xa79ac86cb86e978967e87979888e51c6, 'wp-content/plugins/elementor/app/modules/onboarding/storage/onboarding-progress-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\onboarding-progress-manager.php', 1, 0x00000000000000000000000000000000, 0xebb882dc56c713aad65b4b578c89cb7f, 0xb852fcd71ccce235de2e38f603487c44e559344705cd818de41f47f4828c3e4f, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x42ce55fad2e59be44758090ea58b2b8e, 0xe0cba0fc339700835a67835bfb771775bd9b7c1c8aae48abd9265236f3bc85e6, '', 0, '?'),
(0xa7a296f6e876a872fd7038b90b3359e3, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-exclamation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-exclamation.svg', 1, 0x00000000000000000000000000000000, 0xe65da3de016b8da7dd4ea7c7389bc516, 0x09708c2bb09aa1eb91d0e59017fcd12fb2c80ed2cbe4e4305885880b1317026f, '', 0, '?'),
(0xa7a415c50996e8eb9ddd02356a1cdee8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/twitter-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\twitter-icon.svg', 1, 0x00000000000000000000000000000000, 0x3519edd5bf8b5dc639467e040b70ea7a, 0xe65318b661c55e522f15eb54c73d928a8497a55062f757a46d09d7d9b517dc3e, '', 0, '?'),
(0xa7b3d14ad86b051f5f480e57722fdc11, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0x79b42c617333fa37dcec4a05f4acb528, 0xb0fb23bac4ad7f08b1686b978c088c900b66e62eb686aa4a618abb6c10f82fd0, '', 0, '?'),
(0xa7ba293ecdfb20a71007135fe6519b0d, 'wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\classes\\facebook-sdk-manager.php', 0, 0x111ba6e3f8319627bcfd12b1a8cd60f9, 0x111ba6e3f8319627bcfd12b1a8cd60f9, 0x6ae153563c9d0e59ce857ae9805820e31cda6ed54cbee1ddeb31fefaa45df958, '', 0, '?'),
(0xa7bbf83c8f813a6292b98a8ab0ab960b, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x8df0524b491e8491ad71b3e01b58d840, 0x306c4532ac190ad22d7b5c16106b28e065e04dc1aa123e1459a0cafcb8e5567d, '', 0, '?'),
(0xa7bc658ac23297a6cc2315c8eba95e47, 'wp-includes/blocks/heading.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading.php', 1, 0x00000000000000000000000000000000, 0xe7454c0b56eb526f48d2d25a80925298, 0x039ef5e10b85eb9d2312da29ee0bf52d402103322a809ec0d60ef7e3cb3e0fd5, '', 0, '?'),
(0xa7bce10b2ffe68b83794709dc8c7369a, 'wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-divi-builder.php', 1, 0x00000000000000000000000000000000, 0x7fddca9d67db8c14698f8c9a84c3f544, 0x140d01b49aa81664c0b0850fb9f5588abf16b951e290f0555c3346d9e1f10873, '', 0, '?'),
(0xa7c1fd9cc4e429e543e696c0ef961c37, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/events.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\events.php', 1, 0x00000000000000000000000000000000, 0x3b1466816cf04fa3d7d4eb43eef85c86, 0xe7b2179518dc4d81aca4b8e2ff7626d37e014cfa8f4ade6cce41383bcf5397c9, '', 0, '?'),
(0xa7c642a1f3f7946ff272b7d0354143dc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-7.min.css', 1, 0x00000000000000000000000000000000, 0xa7193ab2c90baeb3bdd8427685ecaae4, 0xb6b308a8cac2915ee71c0f6b916f1983b4ec83fd2b9844fca6f43d1644628e51, '', 0, '?'),
(0xa7cb37128f167f1801dc05ac772250bd, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\announcements\\announcements.min.css', 1, 0x00000000000000000000000000000000, 0x1844f771f174aac866440feec4e3e56a, 0x5e4ac5fdefbe8e97e50539016e20279d57f35c97f34b32f533aafb14371746ff, '', 0, '?'),
(0xa7cc0d1d9a6ef3ba772de130255ca7f0, 'wp-content/plugins/elementor/modules/global-classes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\module.php', 1, 0x00000000000000000000000000000000, 0xb10b54bcf242e9ea04c0a8acf64298a3, 0x36c6a73bcaf194591af0fca49ca95dfd2af697ddd69682ceb4cb0e58adca6ed4, '', 0, '?'),
(0xa7cc63e10e2d062c528e7165655cde17, 'wp-includes/blocks/group/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xa7d3028adcd2246a02c586d18ab19c74, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/robots.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\robots.txt', 1, 0x00000000000000000000000000000000, 0xfa1ded1ed7c11438a9b0385b1e112850, 0x9c904053c2481baa05a695603c49146acd25e8e7a819d1b1c1c19869c77c121b, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\translations.php', 1, 0x00000000000000000000000000000000, 0x8f4768a114e519a7c4c3168a38e21397, 0x4b010cdaedb0e33791028e8e99ba168df563913d171cd59b80d5b1beadc594c6, '', 0, '?'),
(0xa7d4685929b80e57e82702e1762715d8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0xf32fe5d8b5be70cdea5c038328bbfbe7, 0x2780d88f82ddab5b5b75476a532e7a4ef889cbc1bbf2428e067abb35cd681728, '', 0, '?'),
(0xa7d53df2853e4c0ad986e15982924b30, 'wp-content/plugins/elementor/includes/controls/notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\notice.php', 1, 0x00000000000000000000000000000000, 0x214d714284366911eb714e2a48ee908e, 0xe17959bade305acc0724764256128c82ca0f3efa8edf6ed2e21d7f6d446ed289, '', 0, '?'),
(0xa7d5a70a2779baadc7d1980ba8b50806, 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\health-check-integration.php', 1, 0x00000000000000000000000000000000, 0x3a58a847ffebe7340f741a81d0e77b01, 0xa2f09e2a78c646154f60af2ea1b32c766749c4364c59ce73ed2abc882fa9f2cc, '', 0, '?'),
(0xa7e0e34406d505fba1cddd2dc82f8815, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/woo-schema-piece-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\woo-schema-piece-repository.php', 1, 0x00000000000000000000000000000000, 0x8379925509f99abf765c54f7edca4f25, 0xb6426ef473669278fb8016a4d6ae7b9d663c4c51bb3dd6401ef43b9809db28e7, '', 0, '?'),
(0xa7e1a766a2bded63e1c6f58cc08034ab, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings.php', 0, 0x4726dc90e75d28c86530f24a364a3949, 0x4726dc90e75d28c86530f24a364a3949, 0x1065963c813a521c7abfd0ea362966978da7ffa67b3ade58a0d8d31cb71ac09d, '', 0, '?'),
(0xa7e4d1ee7608b91808e3d42a13a54432, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\seo-plugin-data-interface.php', 1, 0x00000000000000000000000000000000, 0x04869a083268565f9c35ae32a4f910f0, 0xb82cdb8c97468ade2e9431ffed507c5fabcd9ba2a5788e379e71c7b64749851c, '', 0, '?'),
(0xa7eab43afce2d2dc1d5ee909365434ae, 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\primary-term-repository.php', 1, 0x00000000000000000000000000000000, 0xefbaaa08fab772c55933e4f91527cc2f, 0xf427714bc0ebd3fc0614332236e0918bfd8dfcf1d68cd1e8d7cc554883f52333, '', 0, '?'),
(0xa7f2a8f7bbf81541bcb31cecbc233f1a, 'wp-content/plugins/feeds-for-youtube/public/build/images/sw-screenshot.ae9df8c4.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\sw-screenshot.ae9df8c4.png', 1, 0x00000000000000000000000000000000, 0x57ea8f077bd6464c465b7091be9a29a6, 0x9630c7a867d26c9ea011a9b0c772811c728d8a0f6288b2b61d7a33e5ec61b4fe, '', 0, '?'),
(0xa7fc0f8ccbe547d4887b0aab08f127a0, 'wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\portfolio.php', 0, 0xd0b4088bd33b88f1616a0adfd79c79ac, 0xd0b4088bd33b88f1616a0adfd79c79ac, 0xdae06bb24bdddac00957e0f50603977a09dc59523eb6cbc88c7179fa9b832567, '', 0, '?'),
(0xa7fcad858ece38ab6a870ffe637d8b10, 'wp-includes/blocks/rss/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f9175fd290ec27030991ebd4fa71c6e, 0xe3d2728936c83928675d5ffe31f3ef34ea62f074a1ef5667f3df61a34799d2ca, '', 0, '?'),
(0xa7febbbbc5092508dfd98dd1b7ba6607, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-scale-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-scale-transformer.php', 1, 0x00000000000000000000000000000000, 0x0a696cc946ed44c31212928c08e0c8eb, 0x28759c38b62251d582edee31a0848235a684fcbd81bc4e06c58cdb7c9009ad19, '', 0, '?'),
(0xa7ffb4ca4a02f06a34fa071b2de13b47, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-09.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-09.jpg', 1, 0x00000000000000000000000000000000, 0x3a18cd9abc3397dfd09b20f48d20730a, 0x1a11f1d840c564e4449024b691933f9ba5fc7aac07bf1b734684b149a7a0be24, '', 0, '?'),
(0xa8005780f028a60b35a0138bb58c6c80, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja.mo', 1, 0x00000000000000000000000000000000, 0x47cc156af7616a534ebbca8745458fb8, 0xd8474a118872c5f6503fb469009353d4e458e592e33e6320f84e62039401b217, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa224af2cba56efd01539637f5264a436, 0x645692b4cec26e852a0e8eb86d215b49b664fbc7baa2acc761e3f80c1e6db3cb, '', 0, '?'),
(0xa80422d782ac79c08aeed660eb01a60e, 'wp-content/plugins/elementor/modules/atomic-widgets/opt-in/opt-in.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\opt-in\\opt-in.php', 1, 0x00000000000000000000000000000000, 0xd3d4e0df1448d9e94d05ebe35c480fbe, 0xb1ee87e3945b62fe074fa3b32c24fc32dfa6e387e7e12262e1ec770cb8c18182, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xa80a5a8cf7642abb1504952cff4ccfc0, 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\hosting_and_server.png', 1, 0x00000000000000000000000000000000, 0x08d352f785298bfea45f765472d79031, 0x50ad0e37a2ee895d7ca1862d706769dc5cc533d1b6cddf902daf0c28ab5468de, '', 0, '?'),
(0xa80ae67d3a65255e2b39a016c24af6c3, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/footer-social.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\footer-social.png', 1, 0x00000000000000000000000000000000, 0x97d4155375aac1cb7780b404951258a6, 0xb78a3ec945110875c11d85144c93d07178fb34275a4fcf121855a030557569e7, '', 0, '?'),
(0xa80c894c154fc4f4d93a89e0b07efc3a, 'wp-content/plugins/elementor/assets/js/8e8b47ad5b4e4d038c80.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e8b47ad5b4e4d038c80.bundle.js', 1, 0x00000000000000000000000000000000, 0xb27188424ade32e178c04d01881faa70, 0x5cd97b236a699bc27fcd0f31b1761545074db91f889a58d50f4f53e60a63d999, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0x8106af5f8cfc0365b7bfde0f92848063, 0xa8a4ee2aa0367cfca40660c8617d89453563f8c7e2a09c3dec5651494e72da53, '', 0, '?'),
(0xa811d226d7364af9109998d97b7f1b5b, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-hotspots.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-hotspots.php', 0, 0xede3cc1a8d34481d7a6c518952b81753, 0xede3cc1a8d34481d7a6c518952b81753, 0xc032cd9f7939187a2c13f04a6089934e2922a47b24360e916a018a9a2ab94653, '', 0, '?'),
(0xa8151d811a186bfa51507531ab531c82, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-description.php', 0, 0x5072e7685f2939921a63a965a5275151, 0x5072e7685f2939921a63a965a5275151, 0x7dba53ad3a2e242e4396a0ff6a563c58a25c347539781ac059a866cf091a9be5, '', 0, '?'),
(0xa81722408de0e2d2d608d9a4d4e89ecf, 'wp-content/plugins/elementor/core/common/modules/connect/admin-menu-items/editor-one-connect-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\admin-menu-items\\editor-one-connect-menu.php', 1, 0x00000000000000000000000000000000, 0xdfb3f4983367fb2e99c0727054d484ef, 0x050933a6a5cdb8618f995553f71f76b59d7289e6b61fb2727e5775c3c10d9fcd, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x22b62a8678c87951f770736038d87d40, 0x3296e746b613b790733d9d0d09f9e2a357acab923538882b9c285f415cf92b05, '', 0, '?'),
(0xa829ceaa40fab9296298f2581d5b4ece, 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\wincher-pkce-provider.php', 1, 0x00000000000000000000000000000000, 0x84f8714699fee7d0c7a09070670d7da5, 0x751978c5b432afd322f07fc5c9db7512712dfdd1966dde4a336b80873675e919, '', 0, '?'),
(0xa82a105e8793d18d14875b574fbfa851, 'wp-content/themes/go/languages/ru_RU.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ru_RU.json', 1, 0x00000000000000000000000000000000, 0xe637d526bc282b054b1dd93dda4df039, 0x9f5f8d45c2d54d4ce8084a07cedc48afb5832b4c98037def70ecb459a174238a, '', 0, '?'),
(0xa82ff8f6e827bd2c942d85299179304c, 'wp-content/plugins/elementor/modules/components/component-lock-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\component-lock-manager.php', 1, 0x00000000000000000000000000000000, 0xba73cce4095084f7e91e84304d6ddea0, 0x12796c605f7948f7232a5b4401334b4f17badb53a2a91f4a43ca798d735b368d, '', 0, '?'),
(0xa83d8bc53cc7b825ca25a65079591585, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/InBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\InBinary.php', 1, 0x00000000000000000000000000000000, 0xaf5e98ec158388489e5629b0ee4c5b95, 0x3e460137044fea063d8fcc8a5d3ad856bfcc7ae22bda6b73f56d1ae0ec586f86, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-form.php', 1, 0x00000000000000000000000000000000, 0x4b3fb0905c563a31ad1b797bb24541d3, 0xb3809ce64bb781c18d928ab7fecb3264ba0e6746061349c4e65c9e3a3a9355a0, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0xa84899d58dd4a4b0ea8c80e84c65ab8d, 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-newsletter.php', 1, 0x00000000000000000000000000000000, 0xf4692854a5e1ab19cc5a18a91bbf4a33, 0x6ca262dcf6ef724396c5b3714a936c4c6d75e4f99dedbc29114f69592c799f1d, '', 0, '?'),
(0xa8495d8f53661eec9e1184105dbdc4da, 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\indexables\\indexable-version-manager.php', 1, 0x00000000000000000000000000000000, 0x4d717556b1d6a25fe0680baf4eae16bd, 0x44b00add866a366435f9bb1ede3cdff24ccba471dd95d7fd7dc86da09fd74e99, '', 0, '?'),
(0xa84a0b492012588d06621914cb3a21e2, 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\registrars\\form-fields-registrar.php', 0, 0xa176fe8d2a24508625c54592e7db1d85, 0xa176fe8d2a24508625c54592e7db1d85, 0xba0c5a4d6109d492e764e7e7ec5a75240041fedfb5e36ee8c1085d6e3731f50e, '', 0, '?'),
(0xa84ea64b5624ab26e94413a51be471a4, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x28055fdf2694266c5b98eeccb54d2e8a, 0x4ae0f4a263ae35c34d59bb7ba121dd5522d0ba3c967e9a3ac3b78259b09395a0, '', 0, '?'),
(0xa850bd20e1b25e3d479c133cf83be02b, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 1, 0x00000000000000000000000000000000, 0xa586df95b26dac7e44cb65e7a47640dc, 0xf766f2ce47ea4199488e3aa470a4dcef094089434bfec134c0ea7990e1348966, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUtils.php', 1, 0x00000000000000000000000000000000, 0xce665eeebece840541fcb52b77c602d6, 0xe2cc1c49e5c77f7f7baff5699862fe319c36d1f05c1082d3c22c50d30bfbaf24, '', 0, '?'),
(0xa8512698cb1c0e75c9ec68b71d666159, 'wp-content/themes/go/dist/images/admin/header-5.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-5.svg', 1, 0x00000000000000000000000000000000, 0x4aab4facaeb0dd88a4f501ffa97d1a03, 0x4a24b70eab1b5b1b24f8aff6d9793db992530e7e2d551c3fb41c245fc9b52712, '', 0, '?'),
(0xa857d2eec58165123da2e75bf0dff56a, 'wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x9792033271f2153bbe669373ca33c49d, 0xff907f6811a7da7ff06e3884f22539e9720ffc59a12087bc160cc10456f02cbe, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\File.php', 1, 0x00000000000000000000000000000000, 0xa4e2899d2e4dbcf02340f219235c8f2c, 0x6c07ca69947885e95b1020397076d018d2c63466c0e77191d89caea23745873c, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe24be219db122cad51802654f2106af5, 0xcb7248c475dae7d3b36b6e2a2ed4e08d21fe9e6455a1071feb04fcba987e58db, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xa86396ae8bc936b6f17e15e636cc9007, 'wp-includes/blocks/button/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6505aac2039c5184ac8faba5af93552c, 0xe79aabdbfb3c44d8c715a10cc2d7f065c085f7118e3e2faf398920d25a6e679d, '', 0, '?'),
(0xa86849308ab74a3292e45b6fadf5d309, 'wp-content/plugins/wordpress-seo/js/dist/import.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\import.js', 1, 0x00000000000000000000000000000000, 0xcfcf44d220a0e46b5bbe098a85eb9d22, 0xba60f40f79e0f6a0eaf85ff7cfa9375922ce2bd89df4fd39a950a61e66fc26eb, '', 0, '?'),
(0xa86cb726acc86698e1a206849f29aad7, 'wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints/quota.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\endpoints\\quota.php', 1, 0x00000000000000000000000000000000, 0xa1dd7a81dc3be5acb421265aebfcc94e, 0xbea8eccd8d2dd46eb939f6a34dc39fe1a5b79a261f160e713578f10b2b869987, '', 0, '?'),
(0xa87d14d4fc78a3a09ba77695729a4080, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/html-v2-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\html-v2-transformer.php', 1, 0x00000000000000000000000000000000, 0x17a66c44ed170a1a670e4c3ea8c37384, 0xc95f075823e0b0facb8f0a75a6caa58ee48913cbe832d5c1f8a488754f16dc42, '', 0, '?'),
(0xa87f6349d5bf392c3308056e09746f94, 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0x74098f78aba8de1dd0a09fa589630cf1, 0xed3c91bedadb9623f8aba8fce912ac0a896c3bf4cfa5c3c347bee960f8609adb, '', 0, '?'),
(0xa881b5540c4f090258ffd8686608ad7d, 'wp-content/plugins/instagram-feed/assets/svgs/addRoundIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addRoundIcon.svg', 1, 0x00000000000000000000000000000000, 0xc168e233023ddeb617d549900830fd92, 0x2b2010709b210f1fc801144f15577169dfc4a8ab2435af554786440a47138c3a, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-image-parser.php', 1, 0x00000000000000000000000000000000, 0x28d5ab4b9b969ff751bab4686e271b14, 0x2bd4b2e04482427d522eeb490651797bd461917f15a6c0033286ea67c7057513, '', 0, '?'),
(0xa883170dc59b5c1b6a22312e5d9284ef, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-storefront.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-storefront.php', 0, 0x600edac1626c8c72d57e564d6b917722, 0x600edac1626c8c72d57e564d6b917722, 0xbe1edb7fc6228cf05cb34cad5d1b7e130f14c8e37a9d7868978822100953b519, '', 0, '?'),
(0xa8838f9d50a7267fb47c9ccc3a7c9a5c, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/css/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\css\\style.css', 1, 0x00000000000000000000000000000000, 0x81760ceb6dddc76ebf2cfb3d117ed486, 0x1ca9a48a5288e726396b8de234d8680316e59c62c552e44606c63bd6b2b7c7bd, '', 0, '?'),
(0xa883c6d91a378238f19d2d5cd77e9602, 'wp-includes/css/dist/edit-post/classic-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7510c17945ca704279ab30abf8c36dc7, 0xe09504a566b0442926151f4a8c5873233e7a5e30b663014eecc4f2a0c884ae0b, '', 0, '?'),
(0xa88c6c761c228b1e2802ac92d112e38a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x2c41a7a865034efa8dd84858a97377b8, 0xa679bed66bfe8f5ee8fbca3e7112666eb21d6a3373624d045ad04fb5e7c6a860, '', 0, '?'),
(0xa88cd3f04029adaa1bdb61a68083b538, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar.php', 1, 0x00000000000000000000000000000000, 0x0bb86dad4d6b7e6836f49a8e8ed613c4, 0x49d9be6fd28d0b6d62d72690fc2051b8e49c89a9de7054af4952bd730d823ac1, '', 0, '?'),
(0xa88d1b9f5fcecdad33d29f9805e83fd8, 'wp-content/plugins/elementor/includes/widgets/image-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-carousel.php', 1, 0x00000000000000000000000000000000, 0xa353cefbbab20a93747647800dedc603, 0xeedec11d285061d5df66c2397421547265f8cd51290c13354b01f0e2be64c8dd, '', 0, '?'),
(0xa88dbd05962d16c22268a114cfeeb616, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\seo-meta.php', 1, 0x00000000000000000000000000000000, 0x2d9d845a07c0029ce66e6b1f7874eb6e, 0x176efa627a60bb49e76f2cb01089fc6506e64caedd27a3ebe322c3ef083270c8, '', 0, '?'),
(0xa8912af7e67297b2e566e329d18306e8, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/postStyling.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\postStyling.svg', 1, 0x00000000000000000000000000000000, 0x85c3b0c0d34a0249a1346381e3c9ed25, 0xcc1b4283c0848b28f1984ce899480d16fd1b682d496a82efd8140c377ca34dea, '', 0, '?'),
(0xa897335fc18bdf5b032316a4676012c0, 'wp-includes/css/dist/block-library/reset-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6fffa7dc47015c8f0a27002419a96137, 0x2ac3d38a80833b48803054c59560085fcaddd9668b651f10102a7f7a33cfbb0e, '', 0, '?'),
(0xa8a0e3ffee74dce9b91a945a794a655e, 'wp-content/plugins/powerpack-elements/classes/class-pp-magic-wand.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-magic-wand.php', 0, 0x1d2325265e085f6738462e065c6219c7, 0x1d2325265e085f6738462e065c6219c7, 0x09099ac7be47ea7739d013737de078a8828e5bb22b90b8442b5af12f4c43ed25, '', 0, '?'),
(0xa8a30b4f45af52fafc19cd904d7a221e, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0xecc91e5aadfee74dc3453ed9a7138116, 0xbf9b92d1d75c01d3bbd36446ad9c88f5f896e4e31e6a39c6f9ab67ebe90ae4ba, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\privacy.php', 1, 0x00000000000000000000000000000000, 0x30aec83ea1480df0e6353af31b361da8, 0x2a5d58381bae1e98cd25d84bd29b195209fce5d651f8669e3b0a65c00d83365c, '', 0, '?'),
(0xa8acbe7a85fef0332499d5b796445259, 'wp-content/plugins/feeds-for-youtube/img/balloon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\balloon.svg', 1, 0x00000000000000000000000000000000, 0xe14284172d55a794578674f0955af646, 0x7e4b0f76da5b570e16b57a7d8fe161c712ef9e85ed7b23ebb9ec7fc3c0c03a19, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0xb2e45ac2d733c572ee0b3b5dd53c7cc0, 0xaea1dac93111f408e479e590a521897d7dc7153305c9bb7d7dd174650f0a7482, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\menu.php', 1, 0x00000000000000000000000000000000, 0x5cdfa0c69402f85e85e3161ccafa6f18, 0x3a3bb32e3e2d46ec1d477974d014ed1ed27c4e5bce553cc5311626c59893bdc3, '', 0, '?'),
(0xa8b06ca061de89aee388ee154cd61680, 'wp-includes/css/dist/edit-site/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc41919cbd2d25cc373a54d284e5dfaea, 0x77e9cb4de967f5c1a8405193b886e7141996a7d0e62f23bc01137cc8cd4fc743, '', 0, '?'),
(0xa8b1b7248f9bbfe880e39f9bff04a607, 'wp-content/plugins/feeds-for-youtube/inc/Services/DebugReportingService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\DebugReportingService.php', 1, 0x00000000000000000000000000000000, 0x583824800c88883d5544ea141d20bc57, 0x7214bc5ef4db374e4f4237cce17b76251bcac2cd450f67ee131349f63b56a281, '', 0, '?'),
(0xa8b36f6ec3f6cf11b9067dd274c06624, 'wp-content/themes/twentytwentyfour/assets/images/museum.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\museum.webp', 1, 0x00000000000000000000000000000000, 0x0b2bd2727effb6d6f21853e8b18c735e, 0xeef0eff9ac105752cd254c7d920336a6b2bf5e1bad450c43d0d11b9cebaa2106, '', 0, '?'),
(0xa8b9618d3ed9e1400ffe8f0d2111977f, 'wp-content/themes/astra/inc/assets/css/block-editor-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\block-editor-styles.css', 1, 0x00000000000000000000000000000000, 0x0e96f14bc5e6513fae370a0ebdf9f6ca, 0xa2aa124fba9b5c517cc039ea8bf19e529846d2c5944cff4e591db4768d80a4e6, '', 0, '?'),
(0xa8bc2b78ff393a48e63043587b29f979, 'wp-content/plugins/elementor/includes/controls/popover-toggle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\popover-toggle.php', 1, 0x00000000000000000000000000000000, 0x2ab57fcf4b40e39a1cd2044c429a8aff, 0x1e79cf20bf4fb4359e33f7627929e36429278d00fdeac3428d3b0d6cf93f1446, '', 0, '?'),
(0xa8c04f8bc2e2de6f9d445721634df64c, 'wp-includes/SimplePie/src/Net/IPv6.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Net\\IPv6.php', 1, 0x00000000000000000000000000000000, 0x2bcac712c8753d9a114405fe392d2f61, 0x92c475d8200545af47ee95e9c63b64403c58480858de6681c57da6ec5f1f80ce, '', 0, '?'),
(0xa8c1e8010db2ed47a9aab3409a9b8b42, 'wp-content/themes/astra/template-parts/archive-banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\archive-banner.php', 1, 0x00000000000000000000000000000000, 0x46fac1f2e7086d06fff93bc45c5ee343, 0x7f9e5afe93fd3d22457d4131fe64afdd4a0e9e04a78db13610a5cb418be129ef, '', 0, '?'),
(0xa8c7d86a810c0b6b5c88d6d6c20a44ce, 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-easing\\jquery-easing.js', 1, 0x00000000000000000000000000000000, 0x14918ed4e565a3da89e09ab742c53d8a, 0x7b503b6e8a322a9b5270db967f3eb2384f67e2cd58b5477adc443da449a61625, '', 0, '?'),
(0xa8d91655a4dcbff140ef136bb7acae5b, 'wp-content/themes/go/dist/js/design-styles/style-traditional.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.asset.php', 1, 0x00000000000000000000000000000000, 0xf8439bc1ce7e58f12286ab567993c8ba, 0x2ab9e88bb721a38ebada8964f06de3d456e4778b7c411143ba1688441007d3e0, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xa8db25a5193c21462557e43b862570aa, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Builder_Customizer_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Builder_Customizer_Tab.php', 1, 0x00000000000000000000000000000000, 0x2bbd77b3b458d02d5d26cd3950a9ac04, 0x467729612707599f2ce7866e7adf71e1f17cff3a83cfa1edfac99935d9bc8018, '', 0, '?'),
(0xa8dfd8a20410c0c0663f3b66eab67ac8, 'wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\rest-fields\\page-user-can.php', 1, 0x00000000000000000000000000000000, 0xb1d8f7b4ec9145349aabd4085b334fc6, 0xd86f8445f8614ee7ddaa285a2f77b389004f7a9430453565da211cc8cbf24627, '', 0, '?'),
(0xa8e008721911657d2fb144dbeae5923e, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\open-graph\\image-helper.php', 1, 0x00000000000000000000000000000000, 0x7f1566e22552e3729fc474b1d46e76d7, 0x00d63d1e0883fa05737b74e058ddfe8ec3cb80d9a15caf92e25bf8b1183dcf41, '', 0, '?'),
(0xa8e16fad7071de2c185979ddc572dc9f, 'wp-content/plugins/instagram-feed/inc/Platform_Data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Platform_Data.php', 1, 0x00000000000000000000000000000000, 0xb311a13a7d59b5b51638c8be12da5987, 0xa565708d349ff4039de19ffbf32cc6bda4a3db25717f64a0ad39101e05c0ad13, '', 0, '?'),
(0xa8e1ef4581d43f6c2f51aff3db4f44d0, 'wp-content/plugins/elementor/assets/js/editor-one-menu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.min.js', 1, 0x00000000000000000000000000000000, 0x1af2253328017c00528352337ae9577f, 0xee1a0a793e7e5a188ca5a9e571bd168c9dbcc3430a85d236f626c5058b6c5432, '', 0, '?'),
(0xa8e38796b0601ef7f7286b22edf4fde0, 'wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\editor-preferences\\manager.php', 1, 0x00000000000000000000000000000000, 0x65b452b5b7f63342f8ac5062b72cb6c2, 0xae0da190f0bc9cf12a78826e67dcef13506287ae23536ac6c0915933200ea69c, '', 0, '?'),
(0xa8e4e1ea94955473990d25a84c4ae54d, 'wp-includes/blocks/spacer/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0xa8e51afdc1aa5f5763ff790469916533, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/personal-account-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\personal-account-popup.php', 1, 0x00000000000000000000000000000000, 0x0b5f02eb61def04520acb4d55211b6da, 0x4243945002ea599faa338178a53256098d67facf0cad73c509893e06a761521a, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0xf6f61b97aedfc41fc3a786e46d38a42c, 0x0620a35b51b6b36bbb87df8a410acda58cc4cf404e800f8e0d56a25dd109d103, '', 0, '?'),
(0xa8ed3ac79dc321dfa4a356d490399699, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sorting.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sorting.svg', 1, 0x00000000000000000000000000000000, 0xdb8db41394bb2e5901e0bdfc6134454a, 0x18b89384292a792699adb0a626e24f72bdd731ff0a0ed175a533c3a3a65fd22e, '', 0, '?'),
(0xa902f4791df1b65a5ae6c3d8898e2d09, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/traits/site-settings-helpers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\traits\\site-settings-helpers.php', 0, 0x75fd181490f9decf0de27d6ec0b01387, 0x75fd181490f9decf0de27d6ec0b01387, 0x1f2acbf74d342b59b246fbe40288ae03ad56b4d2bc54b18f4061fa43200b58dc, '', 0, '?'),
(0xa903df26a8ec5ebb07c91710161f6c84, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/traits/handles-quota-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\traits\\handles-quota-errors.php', 1, 0x00000000000000000000000000000000, 0x8753414bc39ffaa2ce6b75143dd461d1, 0x0f59f25652366275fe739f15cd4c6e717a069c72778d76954ff0549dc35ef271, '', 0, '?'),
(0xa9040930da0115d8ca2f275a03a93a8f, 'wp-content/plugins/wordpress-seo/css/dist/icons-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\icons-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xe152c08a8d4dc3eaa9d201d2f85dc4c1, 0x1b12c2380a4de449aa7ee23b5c770a30605c4efbb526d8654d53b57de8cf9c91, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0x7a5a42579eaf6d9142d9cbafc2e18f15, 0xb8c88421ae2b2be0b6f2ca3885bd2c17760646a1ddfae2f72b96b904f69e3309, '', 0, '?'),
(0xa9098ace716462008c72b71b523e11b7, 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x2bcae107b7a2dbe2004de974760445a1, 0x7068ed03dec59e503616dccecb9cd0a6b9b0789458e155bbfc7ca0cea740994f, '', 0, '?'),
(0xa90adcd164d7aaf3354d53e791fc5550, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\user-interface\\content-type-visibility-dismiss-new-route.php', 1, 0x00000000000000000000000000000000, 0xe9a19e496eda50ab9a694a42d0fb3452, 0xace73c096899a0b4dbaabe4254ca175e5ada4e7c2aebaee2b8968eb58d3bda40, '', 0, '?'),
(0xa90e693eccba951aa52dbcbb777aced8, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0xf8a1a8c5591cbf4c808fec478a08ea13, 0x8f855e12878afb8263fc81f336f9b4ae10b404614c4caa7dec1d070f7226c836, '', 0, '?'),
(0xa917e88617a9fc29311419e1e6ecdd03, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-utils.php', 1, 0x00000000000000000000000000000000, 0xbf0e6bf80b0d703149a893360b74db2f, 0x7d1667570611c95b246d72f1ba79882fdb557b25bbd2c18f66c75c5d18ec8cc9, '', 0, '?'),
(0xa91d3a3200326ba26dc427fbd969f1b3, 'wp-content/plugins/elementor/app/modules/site-editor/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\site-editor\\module.php', 1, 0x00000000000000000000000000000000, 0x0893e53203ada9d95c34fa413f620cae, 0x32850069080aa164ed9d3767903cf58ff8d2f8b02e88f228f0e5498b82fd1577, '', 0, '?'),
(0xa91f0565a7c3856ef4896c06c943bca8, 'wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xbdfb8c9c77c75a4d1231236651ca0d9e, 0x7c6f1a63369c06f7cf96f6e5ca08fbdc6dcb43b1c302fd9cd53007ab2d1df587, '', 0, '?'),
(0xa92e9ded8fe3f558ef0d264e0f17b6f5, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.css.map', 1, 0x00000000000000000000000000000000, 0xbe3765538299ef4fc9a833902fe5c1fe, 0xd519db0fc3c422f4ddbea601e80d403f73be3cc8ca9805b0668528c8ede382c4, '', 0, '?'),
(0xa936abcb30fff6294832a0a79f06f9b1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0x1dd4987abe9f408575df9410a62cde89, 0x718173fe2e3183ce3b9a7e5f2846692c88724386d25da95b9113f72bd88b11c1, '', 0, '?'),
(0xa93d7d6800c1299f70b20762546a3500, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-cards.php', 0, 0x75a7996da040334e49199fdbb04d4ffb, 0x75a7996da040334e49199fdbb04d4ffb, 0x494e6de074ab175a0d0c2ae77e6bf2f7a2c53b2c8a72f347ff717cc047ad27b8, '', 0, '?'),
(0xa95a812d324b9af06eb99c9bab07f83a, 'wp-content/plugins/elementor/includes/template-library/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\manager.php', 1, 0x00000000000000000000000000000000, 0xeec5c93049536204178b32770ae681f6, 0xea61b36d4758589013215cabc324c7e3b87d5a09d5d2507ea85fe21643b77417, '', 0, '?'),
(0xa95fdef53de097de6a8b7c02119357f9, 'wp-content/plugins/elementor-pro/modules/notes/editor-one-menu-items/editor-one-notes-proxy-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\editor-one-menu-items\\editor-one-notes-proxy-menu-item.php', 0, 0x716a00de28bd146c31f1108b12e25531, 0x716a00de28bd146c31f1108b12e25531, 0xea96690719c05e84615a8d18c2e786e10857921ae6c4f93eeffe8a4dd18932e6, '', 0, '?'),
(0xa9630096de7b320fadbc1a73be4f60de, 'wp-includes/sodium_compat/src/Core/AEGIS256.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS256.php', 1, 0x00000000000000000000000000000000, 0xba995920ea0a95a79d6c6397a1b092d0, 0xfd3f2d8199369a1ca157be0748ffec9a0b0be4cedd5d42522d7dacee1e1b99d4, '', 0, '?'),
(0xa966844c08133422c4196f53f7cd41ac, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Regular-Italic.woff2', 1, 0x00000000000000000000000000000000, 0x9e324a915f0843fa95a0e9b36411eba5, 0x7a10202da6a5782fcd17f7193b4f94f1eb3a8889a08f333239c731844fc5cba1, '', 0, '?'),
(0xa96a1aa13be9b5059f1f0dde65feb3fe, 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-global-styles-controller.php', 1, 0x00000000000000000000000000000000, 0xa3e947a14fbee3b48d88e9dde0897576, 0xaa1af2fa673073488dfcfed5c6bd98293ec859b9a7e459d223dca18495e8ec84, '', 0, '?'),
(0xa96efd6ac4fedc9968c1722e6c8fbf00, 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\admin-modules.js', 1, 0x00000000000000000000000000000000, 0x9925ea49d98a74c3f077cb7beb0a3eaa, 0x516378900d60578fb3e6fccb7ed9f8af468368717081f75e133db3fead610be7, '', 0, '?'),
(0xa973d304955767d14f54556a7342da5d, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa977e89c7742dac049d30621d0f84861, 'wp-content/themes/twentytwentyfive/templates/404.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\404.html', 1, 0x00000000000000000000000000000000, 0x5877e599020832df6c6e8ac002e0cb8b, 0x8392f73aa1f13706365eea15f61856ec387b3c5238b9f2197cb14789a5eac10b, '', 0, '?'),
(0xa99489e8b0c0f2efc507f586ae3cdf18, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\instagram.png', 1, 0x00000000000000000000000000000000, 0xdc0f6ea40370539d02d8be3199a39b25, 0xc7ba1b5f5ddd7e4b1fbfd51493a5dc1c78b58682264353fa0808210639ceb1f0, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_variables.scss', 1, 0x00000000000000000000000000000000, 0x71c971fb1fea0099ab110cdd5cf1baaf, 0x8e00ffb9b6340249c51a4476609d80b64c7ef8a52b8e29a27ea6e2a906281923, '', 0, '?'),
(0xa9a30827a2deed698d9533a08a889680, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexing-tool-integration.php', 1, 0x00000000000000000000000000000000, 0x6b033a30cf951e17534845ab5e36f747, 0xee484030bd0d19533e12a866a253ec8bfc49741a6591af098146ab91849c288e, '', 0, '?'),
(0xa9b43a0c1be6822b19c2d00bc9ab43b9, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/convert_videos.2fb4219224e01166fcba32ecd41a79c2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\convert_videos.2fb4219224e01166fcba32ecd41a79c2.svg', 1, 0x00000000000000000000000000000000, 0xf75ff01b13578c7eb5e356760606a4d3, 0x54948589f8d65551d716b27561c534119b53fba8e39a2b1f11650612845ae583, '', 0, '?'),
(0xa9b52846632e7d57ed8b7bb8a42046df, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\template-type.js', 0, 0xf249b5662e4bf51715c95cdf23684f8e, 0xf249b5662e4bf51715c95cdf23684f8e, 0x6ae747bff369b0692de602f7476fc1be9dff31d55264b563ad48ab8d53f08cac, '', 0, '?'),
(0xa9bc1aa2c3a5b7148b32288e0e93349c, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.min.js', 1, 0x00000000000000000000000000000000, 0xe79c478c4f2d06ad0a139fb64666af07, 0x62fa69eb87f23870aadc871185a93d00d7b21c7c1d3de212b6c622c4ca76e5b0, '', 0, '?'),
(0xa9bc6a992fdfabd6bb49a82560576400, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates-conditions-conflicts.js', 0, 0x109e9f8153003948ae68f6600ff9780d, 0x109e9f8153003948ae68f6600ff9780d, 0xdddc851e7c5665750d71443ef11e33d0128e60b6e4bdfc9987ec704b2e3bb049, '', 0, '?'),
(0xa9bc8bd7518ff6b69324057522b6a90a, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\welcome-1.png', 1, 0x00000000000000000000000000000000, 0x70e6d9604811c0dc382ca768c388eda1, 0x5f1dbc8f52c7d4f4972fca9d33a4de747c7ccfacc0688708ac7dabf828e25cb8, '', 0, '?'),
(0xa9c1b5085706e49ee202b400fedd5972, 'wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\kit-library\\connect\\kit-library.php', 1, 0x00000000000000000000000000000000, 0xb337a9657f1b8eab9957cb81b8716d8b, 0x10f5ffffbb31da3c0fb728b5211ce7395340e80016b88963d035222e6e57aec0, '', 0, '?'),
(0xa9c46169ec7a46e7fb7b987b5d368915, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-headings-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-headings-font.php', 1, 0x00000000000000000000000000000000, 0xd0c25dce7165bc18a496fc5b49ce98e9, 0xbb60d5576296f9a452919d60f950c985e178826ed3fad2f2e2d87df43ba0c9c3, '', 0, '?'),
(0xa9c8912db3cc6183da46555e15f96490, 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\db-upgrades-manager.php', 1, 0x00000000000000000000000000000000, 0xe1228721c7e7e189f5c07ae7089f5ab2, 0xa8f934321ef26e86dc4a1e7b4cce8ff4401d1f42376aba08143c02c565e66393, '', 0, '?'),
(0xa9ca7216d81be090bfb05e3c789ba91b, 'wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\display-conditions.min.js', 0, 0x13f440831efce9eff8c6feca3502ee4b, 0x13f440831efce9eff8c6feca3502ee4b, 0xc54ee934d97a668a99706f8f5af252061366ae8f17ff4c9ad48aa84f6ee7f1ea, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0x252a54ff2fbd6cd9e42c0ccf49f00024, 0x84d2a2c7e184dc2eafa767b74ce1e26b4a23bdaf0797102f5a465d03a1956d07, '', 0, '?'),
(0xa9ce3bad12e443bddc2a84db911047be, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\jquery.qrcode.min.1778081072.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xa9d0396637156ceffb5297b13effed50, 'wp-includes/blocks/comments/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\block.json', 1, 0x00000000000000000000000000000000, 0x134de01ba8cc680709c753f4fe2f768d, 0xfbb7cda64ebf44545db0dbb2790ef666bf8f184d7c6f2c359d77f3cd668adb8b, '', 0, '?'),
(0xa9d17687963b6a534e17d6dbb102fa96, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/wpchat-icon.f5eed307fd03f6397d1345f3b7c148f6.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\wpchat-icon.f5eed307fd03f6397d1345f3b7c148f6.svg', 1, 0x00000000000000000000000000000000, 0xc583caf732666d5ac8146fcafcb29296, 0xe942b95456ddf01d0c032b204c13b31d8df0b685a0fb16fcff8427955a89f8d6, '', 0, '?'),
(0xa9d4a093529739475da154a487d14e5d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6438.b3007511128dfb8f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6438.b3007511128dfb8f.js', 1, 0x00000000000000000000000000000000, 0x2180d267fbe68d217c589930526098fb, 0x524a597dbbbef7a69f058e2c372ff3d2a83df3222c6a43e56fb6c9558aae88cf, '', 0, '?'),
(0xa9d66a54fd6374f20fa0511291cc0223, 'wp-includes/blocks/navigation/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.min.js', 1, 0x00000000000000000000000000000000, 0x81f491adccda86aaf56a1ce68fa59b87, 0x102c533951369cfd49abdb8d0c96df02499affbcde275b227c60421245c426e8, '', 0, '?'),
(0xa9d79620b9d537e651b0977265e66cd5, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.min.js', 1, 0x00000000000000000000000000000000, 0x9922fbdba6e6ac966395627cf4f7a018, 0x810309273b1f2aa5f963b3e8497bc7a4a5dc444281d4e8b02af9ff65ecf303c1, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\nav-menu.js', 1, 0x00000000000000000000000000000000, 0xd18ef2675caf310084d506487cdd9ef3, 0x9ac9869a70cff3f12a70690db01d35cc3688a098e72462b6647f4a12a461b751, '', 0, '?'),
(0xa9dff0f2079f05ccdc5acf3e6dd4ca1b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-600-normal.2e6591e290db32d8.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-600-normal.2e6591e290db32d8.woff2', 1, 0x00000000000000000000000000000000, 0x146a6c4f54033e8c317fc580827bcd41, 0xb64480dad9f95bf43aef01b16832034550cc8cc94fddcf2cc5964f1d8bd4df59, '', 0, '?'),
(0xa9e189090accc937b9070d31e97bf334, 'wp-content/plugins/wordpress-seo/packages/js/images/woo-yoast-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-yoast-logo.svg', 1, 0x00000000000000000000000000000000, 0xd71467fe47f0b291aafbf30589be5192, 0x85d9fe085b9445337acf83d983fda4938b8068ac9fb451abee5d45600513de5e, '', 0, '?'),
(0xa9e9212925901e5bf5af016ea0344c74, 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.77f346809c2657dd250a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\taxonomy-filter.77f346809c2657dd250a.bundle.js', 0, 0x2b0fa1576fd0550dbde0a0c5e7eefb89, 0x2b0fa1576fd0550dbde0a0c5e7eefb89, 0x32e548b805c4a7e1ad0ca9b7b363bb2dd5eaf7cc96df15b65425a12b5c840b59, '', 0, '?'),
(0xa9eb1fe1fc7c47ea223c07e721d19a88, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/more-feeds.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\more-feeds.png', 1, 0x00000000000000000000000000000000, 0xf79d085b6de8004b364825fe7504ff2d, 0x26b9262cfbbf3b7c16dff84ff268cd7d327336f44bf3db0b9a0150242ae9c8e2, '', 0, '?'),
(0xa9ed2973b61df553fe508f52bd1d4b0c, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja.po', 1, 0x00000000000000000000000000000000, 0x8c61c00475b36764f53335f19d9d14b5, 0x1002dbf75f8614016cad0a0e3903f7935bd5b9833534a870b067f18ae6b378ce, '', 0, '?'),
(0xa9f83f549accc7adac1daf2c19af49ac, 'wp-content/plugins/instagram-feed/assets/svgs/taggedpostsIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\taggedpostsIcon.svg', 1, 0x00000000000000000000000000000000, 0xf1387673e6de829dbf0526636bf362f1, 0x042764460e358b707392e5d72736914f0dcd1b2f04e8e6bcda5c0f22f0e599e3, '', 0, '?'),
(0xa9fa4f2919869bdb3cfd6914a04947b2, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/post-type-task-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\post-type-task-interface.php', 1, 0x00000000000000000000000000000000, 0x15d5322615df3410a20cc46e3a097fac, 0x7794fd285b3cf74d304c11f562520b7b8ebd31ec295f0d5e947d8bc27d5c9ae8, '', 0, '?'),
(0xa9fa6243960e75be46421d9d26f0962f, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\export-runner.php', 0, 0xf0c322e59359eb206564207df5a9a44d, 0xf0c322e59359eb206564207df5a9a44d, 0xfd35d313fd3e9a71fa2a12d825dc388650d0669638a6efad215c88cb93b79878, '', 0, '?'),
(0xaa036b58f915ee17ec87e3ae194bb1a6, 'wp-includes/blocks/term-count/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x84f1908c5732106250310d3b11a133f9, 0xdb8513c7798a8fbfc6119fb5be7a90c418ddab94b51a188859bc4d1743134ad4, '', 0, '?'),
(0xaa0c213aff6324ad82fde4d3763de701, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/instagram.9cb3e49a576a8067a38802f391f3b52b.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\instagram.9cb3e49a576a8067a38802f391f3b52b.svg', 1, 0x00000000000000000000000000000000, 0x1ee6cc60d403606422d5c06f46fd2ca5, 0xb0cb2a4ea79a15f46b5cdfae9808d2f0f91567bd71ea30ab0fafcf946c115141, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\date.js', 1, 0x00000000000000000000000000000000, 0x8889b24390a7e104b8fd6a30d0b27447, 0xbf585f83b246677b527173f02052c4bcd4094a5ed109b1ddb22a58ce046ecdb3, '', 0, '?'),
(0xaa12eeed8468d82679c43e7645eb76d6, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x2c473ce3f3222e503af5997a98d96550, 0x01e12a45636920245127a555a41e23d7c28c4e10d13f2bd42f4b19268c19146b, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Util.php', 1, 0x00000000000000000000000000000000, 0xcf94977c1c6e7bd04cf62a2d690ecbad, 0xa20ecd8b8d407586a51fafc32c61f38e0162bd5d6aa4edc1f817994a09c10db1, '', 0, '?'),
(0xaa223776217fddd1a1b770ec8c0cfb44, 'wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\shop-add-to-cart.min.js', 1, 0x00000000000000000000000000000000, 0x472ff6f13e6eb2e01604e4fcffce84a2, 0xab266370759cba606d3c8c8af7482f6338bc9a5e6a1c28b1d2e70ad4a783c4a9, '', 0, '?'),
(0xaa25605ce905a28d465a1fdfeb2c04c8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/SetTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\SetTokenParser.php', 1, 0x00000000000000000000000000000000, 0x22f93dd043960614dc78ec5becdf750d, 0x9a9792596737c88d3d2ecec6d4308d057db1afe0cf21fe78fef0a90284e3d3fd, '', 0, '?'),
(0xaa2d650e8ff009ae768724ab1dd576f8, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\export-runner.php', 0, 0xf000757276ce484646b2f1eeb50e82f0, 0xf000757276ce484646b2f1eeb50e82f0, 0x329de7a9d64f7fafa7a688d9ca35b5838da75012be9466faa73e40c5b2237499, '', 0, '?'),
(0xaa37c1d4774df8cb2d6586f372662482, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Parse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Parse.php', 1, 0x00000000000000000000000000000000, 0x373bf87cad4ae5bc6893d51e067d5dba, 0x3ccaf7047e961410853f0242214d6b4d680008f9e0c404fcd26c3ae72baf73d8, '', 0, '?'),
(0xaa3a7caa4b365175b4d31bc99a6d1636, 'wp-includes/blocks/comment-reply-link/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x386fc3364b52711f1a0db53ce944ec1f, 0x324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\customize.php', 1, 0x00000000000000000000000000000000, 0x2dfeb2b0035e86ecf3699f4a52b573fe, 0xebf651d964ac7f526b6211e0c05d75f61a16ff0ec6bac3b0276e043e444df79c, '', 0, '?'),
(0xaa3cbeaafe265ba778a1213f5edf1673, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0x2ac5499f76f7cba369a883ab3e274d8e, 0x97d9c9a1406dd3a824c876f39bcf56701d15003146b40a9a5564e7109812ff07, '', 0, '?'),
(0xaa4295b8b276e43b30322231f55e8514, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xcc4ff4e63f3b0f22ecde31993bddd7f2, 0x4ab755b67835dc1106edbcb8bf92f9a0ccb0686813718c027382083874c47e2b, '', 0, '?'),
(0xaa48a55485a78d2edae81bfb5fad4e79, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/number-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\number-prop-type.php', 1, 0x00000000000000000000000000000000, 0x4e14940618359e5ec1a39205d8b0bc53, 0xb104e1237d2e1208b0a99c84a122dcd4d25d453ef19a4910e18f0077e61d6dd2, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xaa5ab0506711f61dc7fafb0533b70b0b, 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.asset.php', 0, 0xa9f1a02251dec32832753b07bfa11eea, 0xa9f1a02251dec32832753b07bfa11eea, 0xc5669b9b7e86b3865354e0b5bbdba24e8df26dacdbc914d432497c008e84ad67, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\update.php', 1, 0x00000000000000000000000000000000, 0x1c13c9349c9bda86727644dec469d0e8, 0x46ca007f7146b57c62766da012d2141684d7b44ec4689d25ec8f7e453c7a038a, '', 0, '?'),
(0xaa6628bc39ecd2369b9079614e7c3217, 'wp-content/plugins/wordfence/waf/pomo/translations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\translations.php', 1, 0x00000000000000000000000000000000, 0x8afac4815c638eb1b4bbcb67961f8ed9, 0x2099dacf9e4fca29334a7f4605df4e2cfe028aeb780ca372a18f4200bb1f8f27, '', 0, '?'),
(0xaa67a80b0308280dd523eb3d9707c0df, 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xaa697c94323dfa44f80731d7cfaf728f, 'wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-book-locations.php', 1, 0x00000000000000000000000000000000, 0xaa29f71c3dd14f664abaa62146f27e37, 0x0de4f502f2aaaadd071a9ec08b05973e9bc36932a2742a96fcf2abdf76f3c300, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\notice.php', 1, 0x00000000000000000000000000000000, 0xb469b17184f4901d9f6b888ca6b0abb3, 0x85ff7c5f7b2bbadb22b6a2eff1708872d59b1772a8ce92ca02d4e53de4fc8628, '', 0, '?'),
(0xaa7338e60b9d27edc6c980e11a254378, 'wp-includes/blocks/archives/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\block.json', 1, 0x00000000000000000000000000000000, 0xc8cea1db1643376e941243ad1adfd04a, 0x101a3ad9e276f0d21a95512c9e4b2e9aed8c1adfd54d26e1022bb494e3ab6978, '', 0, '?'),
(0xaa740b32f658f2e64e1bd0e9698b14f3, 'wp-content/plugins/elementor/assets/js/1f7fa1d64dd4cef4a3c0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\1f7fa1d64dd4cef4a3c0.bundle.js', 1, 0x00000000000000000000000000000000, 0xe2dee8ad64de8507e1c8e5811028fc84, 0xc2fff7311b4bcd10225e728d5005a5f586e83ae5fb4b9f689646ff5f64653912, '', 0, '?'),
(0xaa743bc81d1dc51407d7f88368b3ac3e, 'wp-content/themes/go/languages/go.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\go.json', 1, 0x00000000000000000000000000000000, 0x3863ef78b6caa203ab63b8d108c0f373, 0x1d44da6eabf2a1acf4745ee735b391d2108c769bc74ca1a4d578bd4b1f2edcea, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments.php', 1, 0x00000000000000000000000000000000, 0x51cd876f03afb39219a7a608561f491b, 0xbd66299dde4b7c99cdbfe2aedae2df402c765ae57a180d04e5f9e5eb474d3a68, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x7bfc632ffa82a98949d5c2f5ea3c0e9b, 0x8d0e79c65cdc1552a354dedca0f6551b8b12746d1d59c728058f86e3bbb1ccbf, '', 0, '?'),
(0xaa990d0f9f179eb55bafe300ea45754a, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x840616546d3add57bfc065e500020334, 0xe17309b447f42f8faeab3681c5c3375565c95b5fbd5a33ca6226656836cc8946, '', 0, '?'),
(0xaa9ac537f5b8f4519300e0814189182f, 'wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Support_Tool.php', 1, 0x00000000000000000000000000000000, 0x7dd708d332fe23ddbc1ac82b2a699daa, 0x4cb0951fc5b1690c78ee40eb70349977fee2d2adc29c574bce83d990966b64df, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8ec83b6b93233f94e76351378fdf2865, 0xf26fdd139f7b07cc0d728a6835dcc50646b077af77cf094c9065f0467ad35de8, '', 0, '?'),
(0xaaa385c07b22ec5611706fa724cc3f38, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\sticky-add-to-cart.min.css', 1, 0x00000000000000000000000000000000, 0x320fe2ed57b2b886f74cf9bf142a1c72, 0x7869adcb01a94dbd7ab1d2ee95f22f74ac32871e974be523ffe8e221748e9f16, '', 0, '?'),
(0xaaa905a5b3f7bef69a6c02f42e57bdb3, 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\shapes\\widgets\\text-path.php', 1, 0x00000000000000000000000000000000, 0xafbd6bf5d4be00d25259aab478d2727d, 0x46c96afe7382f62fed38d04d4d46afae8380e626d942d44f6d2cc0bbda5de321, '', 0, '?'),
(0xaaaa2301f903ea07e78f31ec49c21b33, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sk_SK.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sk_SK.mo', 1, 0x00000000000000000000000000000000, 0x8049650caab34649e0a42268401d3862, 0x6d5fa2a8d3a8c43e58370c072a6078198a9e54b222092f20162a8d27cdebffb3, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\masonry.min.js', 1, 0x00000000000000000000000000000000, 0x3b3fc826e58fc554108e4a651c9c7848, 0x2481ac21c97c3d2366158563ea6a63f9c1c73aa5aa54b9513062e6b82cca8991, '', 0, '?'),
(0xaaac5872fd11d8288f2840b1bef42649, 'wp-content/plugins/elementor/modules/components/styles/component-styles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\styles\\component-styles.php', 1, 0x00000000000000000000000000000000, 0x56f166551675ce7f926f8954b5c5275d, 0xf78753148d0926f20a9cca860bf01adaaff8a8d58f25d846bd01e4fdf2b9fef3, '', 0, '?'),
(0xaaace183e5a7602cfea7b7e4d12509b0, 'wp-content/plugins/powerpack-elements/modules/album/widgets/album.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\album\\widgets\\album.php', 0, 0x21530007d6b9df5415f9d55191d8a403, 0x21530007d6b9df5415f9d55191d8a403, 0x3a09717360c010622aeb19b2638b7a1c1dc99c30b6e05f34d37b2ca6ee2317cd, '', 0, '?'),
(0xaaad7577a2e11cddf6c2b6b137adc80d, 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-asymmetrical-negative.svg', 1, 0x00000000000000000000000000000000, 0xeb83b47de3b5531fd21b6a324d69d781, 0x96922fdd7e7ec659bf8b7e77c471b30861d0b64959fd0af825326d997d437d77, '', 0, '?'),
(0xaab0b55e9cfede71583a7eedf0f2c2df, 'wp-content/plugins/backup-backup/includes/ajax_offline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\ajax_offline.php', 1, 0x00000000000000000000000000000000, 0x61746978c9b467f38f833cc489d7dbc8, 0xc7e58d183bc06a30499c1e9dff8fb42192de73ab0aee733d29390c1175c4e75c, '', 0, '?'),
(0xaab80af352f12ea460a68537ecd9a09a, 'wp-content/plugins/instagram-feed/assets/svgs/shop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shop.svg', 1, 0x00000000000000000000000000000000, 0x8bd7272541d18be2a952ace952ff551f, 0xa5c76a270ada9bec554899e373ece9426e13e357cbadc54bea49ebe290339e25, '', 0, '?'),
(0xaab83140f5bf648f54a720d471717a6b, 'wp-includes/sodium_compat/lib/php84compat_const.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php84compat_const.php', 1, 0x00000000000000000000000000000000, 0x26b904ddafabbabc5d22e906004e68d2, 0x0f1260f386f1ccaa4ae22c7a714e034cf185192f67a8be2eeb6cd1194ad59f0e, '', 0, '?'),
(0xaabfce98c410957228848dc581e3c420, 'wp-admin/js/auth-app.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\auth-app.js', 1, 0x00000000000000000000000000000000, 0x23fdd0d94c50d0ca02e2535b8f9d66f4, 0x4640488512fc8f1938e5dd87fde737616ea2ff83237be2a112d3db0b8aa76afc, '', 0, '?'),
(0xaac572d3a7d8b4d0322a742d23805b29, 'wp-content/plugins/elementor/core/logger/items/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\base.php', 1, 0x00000000000000000000000000000000, 0x58070ae4aaa16a52bc3e8842525da341, 0x6ba21a7f35eabe9f1f4e5e2f9b746bd5448354b1ded065bbd475b3666398cb67, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfViewResult.php', 1, 0x00000000000000000000000000000000, 0xf24f9c0a0b741c158984d8d9fb3ddbc4, 0x4234c1fb8febbb7fccf60b52554f562de14a6d1e879865577cfeca24a050b8bf, '', 0, '?'),
(0xaacc549d2f156ac3a5f32904d038bc62, 'wp-content/plugins/custom-facebook-feed/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xaacf02d500eb8084093b74912fa5912d, 'wp-includes/blocks/file/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.min.js', 1, 0x00000000000000000000000000000000, 0x243e2d4a68eb61f46234bd2010bed0d3, 0x688425d9dc7b70d98d56aa29c5f9e525a28992c1f1834c6e2a60161504f595cd, '', 0, '?'),
(0xaacf279d912854227e196da055e863de, 'wp-content/plugins/elementor/assets/svg-paths/oval.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\oval.svg', 1, 0x00000000000000000000000000000000, 0xcfa5ce67f3dfd6ae9bb188f5fc437a10, 0xe227e2c4d15b745e95e355e81e9f5b0a9ef60f102d5e465a3678a7c0a9613b4c, '', 0, '?'),
(0xaad6d1b60b85a3f9769b774a524bc630, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\revert-runner.php', 0, 0xbc3600d543506da85b33cc8147f7053e, 0xbc3600d543506da85b33cc8147f7053e, 0x97c77f2b1ff242b665d71bfd032989698d789b2830e2152bbc5c45928fe19592, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugin-install.php', 1, 0x00000000000000000000000000000000, 0x871c252846b1b276000b837ebb0eeb46, 0xda99732d7399e5c77eb275591865f6a692c092c4548bc3fb46b634bf21e1202a, '', 0, '?'),
(0xaadb511808cfd4fa3021de3bf3114a81, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\singular.php', 0, 0x733012897aef4f8ea550741cf2b22a93, 0x733012897aef4f8ea550741cf2b22a93, 0x3ae5d52b4e54eefef823376a04efeab10efcc687a43fd6646d4c3bf140b5d558, '', 0, '?'),
(0xaadbccdef64e7d162f911bf9a6e5a35c, 'wp-content/plugins/instagram-feed/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0xbd5a3e221f16e6a2226d644bfa370432, 0x351231e139f2540ee307e5a46a853cd044cafb81bae09520df8cc52edce61c9e, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\po.php', 1, 0x00000000000000000000000000000000, 0x34f8403979f306c3dbe087ee874738ef, 0x1dcb3ada89b5e64c04bf07adda83fdce61e68ad8ef4fa677963db67b4bf99047, '', 0, '?'),
(0xaae68cf32916390708bbadea8d888a64, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NameDeprecation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NameDeprecation.php', 1, 0x00000000000000000000000000000000, 0x62117ab708432e1ac2535b6694618027, 0xcdc5d2bb97186feb5ce16accd48e4eda1cce10e23f670c181f15158b5d0d0a5d, '', 0, '?'),
(0xaae9cbc65025016709f6b9a501611997, 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-notification.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-notification.css', 1, 0x00000000000000000000000000000000, 0x1879c1ef875e27e3eed858cf19cf5756, 0x2a63e62f65c220b086b31c038aef75198d3e36b217b8d8e40ee838f993639d1e, '', 0, '?'),
(0xaaec508f6f8162eb44711be198885df2, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\install.php', 1, 0x00000000000000000000000000000000, 0x0563239b5aa38c1636554202223ca727, 0x67dcc60165ff2f60a5608d98c99892d50d5c782b7b954ca742831be0d959d2c0, '', 0, '?'),
(0xaaed3469683dc467bd87c7e8f7a837f5, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-reports.php', 1, 0x00000000000000000000000000000000, 0xf061cc6fa8e2b704dea6afb9c5897476, 0x2f81c3c692e250e36e3a14c54bdede9722ecdf9261f25af9699ee938a363794b, '', 0, '?'),
(0xaaf0b31c701eb504204293f727b11f9d, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\date-of-modification-condition.php', 0, 0x829cf3d778a1b326e291a37fc82bd220, 0x829cf3d778a1b326e291a37fc82bd220, 0x9d90605ee885d813686e932f4c78a24c4fb2117ee95d5fa8ca31c7ca335e2ba1, '', 0, '?'),
(0xab01121e702c87d1fadec0b146e45d2d, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.2c998fb188047136dde3.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-editor.2c998fb188047136dde3.bundle.min.js', 0, 0x3315dc6dd938b692490d36955efaa5de, 0x3315dc6dd938b692490d36955efaa5de, 0xf7ab8ed4b2c268c04889ec1dbeeb297ee3354c5d5159b5d1d397bf9f3b1ff708, '', 0, '?'),
(0xab011933c77dc07b8986c502abeb4cd5, 'wp-content/themes/astra/inc/builder/type/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0x33eea7cf95e637ad9a55eca10cdcefbc, 0x7adfb9512063b13095de4d95441ecbb7fa7dd91998cca718e40892991b90e63c, '', 0, '?'),
(0xab02391625dfa025a394dfedb2a09920, 'wp-content/plugins/instagram-feed/assets/svgs/twitter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\twitter.svg', 1, 0x00000000000000000000000000000000, 0x765a69c2d39e27ea2eac37bc2ad8138c, 0x68b027762dfd115da6536c6ad4961f80c5ee7538edd49ccc7fda0a22be046ca6, '', 0, '?'),
(0xab0505e286fc8e59fd55a95f559174a3, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\DB.php', 1, 0x00000000000000000000000000000000, 0x5b0e43b68885807c1612948867836ed8, 0xa17bf25522ec1fd8aa8c936a2be877298a2032687ea51a418d0a0681cd5fea79, '', 0, '?'),
(0xab0605b53daa71053e4e3fc9718f0589, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xbfcd96635302e8d18771b62e9d7d3c2e, 0xd2979c44fdada33d4166b08bde09f1284af3cd07006c45a6fe2240fc584f44f9, '', 0, '?'),
(0xab065ffc374dda81af5c22a41cfe76dc, 'wp-content/plugins/elementor/assets/js/ai-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.js', 1, 0x00000000000000000000000000000000, 0x1ff108dc63f5139b1976c590de8e2412, 0xae43b9feac6f2b1ab6b66bf410ad304710a506ee27dd7038b8f945f966903baa, '', 0, '?'),
(0xab09322beab14818319272d0e492018c, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-page-settings-connect.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-page-settings-connect.js', 1, 0x00000000000000000000000000000000, 0x6f71fe395baa50a1c544948500f6dadd, 0xea05ead3bbedccb25fe6f28bb8ae04c66973662ce2be6b09a4c94e4a747cda76, '', 0, '?'),
(0xab09df644478ddb2f2658a4a809d5300, 'wp-includes/blocks/comment-reply-link/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style.min.css', 1, 0x00000000000000000000000000000000, 0xc3390d197f2a3f97998cc3ba67eff991, 0xdf5545d0b2d61333a2a3fc8c546092320d817d75762e758d8f85782b24272949, '', 0, '?'),
(0xab0ab257e6800fbbc600cba41c821b9d, 'wp-content/plugins/elementor/modules/design-system-sync/classes/global-colors-extension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\global-colors-extension.php', 1, 0x00000000000000000000000000000000, 0xb8c367cce4b555479ee8148210f3fa6a, 0x536c3bf3573f401a81320dc67d80868c430ca82c73da8c4414cb2edbca67841b, '', 0, '?'),
(0xab0b92da17f1e64a48876c2247a44cf9, 'wp-includes/css/dist/block-library/reset-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset-rtl.css', 1, 0x00000000000000000000000000000000, 0x2458e27952eb49b814df53a7c51ea21d, 0xd10ea5da3283626da07156081b9d0b0ec9bb2c35a8ce0ad01d8065f73372c390, '', 0, '?'),
(0xab0dc6eb49ba31c85159bfe459ce8242, 'wp-content/plugins/feeds-for-youtube/img/sby-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon.svg', 1, 0x00000000000000000000000000000000, 0x1eae9baa9edf043b93085a8516dbc97a, 0x1c4e4665dc5a9ac5a19ca77a5052deed2d913cefb3622c4c9b1a8daf1bf17eb4, '', 0, '?'),
(0xab17700299768c593270ca655fd0c534, 'wp-content/plugins/instagram-feed/templates/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\header.php', 1, 0x00000000000000000000000000000000, 0x6e63ac38ec2545734f36c93d52cd0dd8, 0x15c40e422df658183e13b4f55a7d73ddd5a670c8b0c4375f86d13cd4c631512f, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xab194da5a62d36f06cfd1de0632cb72f, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x7f429af51727fd839d4675f4cffe3a3d, 0x7ad480efeee0967f404aebb00ae31885f033f04caa42c8f13f00b5a2407ee4cb, '', 0, '?'),
(0xab1ebad56e9b9bf9eafbaafa0f45c3cf, 'wp-content/plugins/instagram-feed/admin/assets/js/divi-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\divi-handler.js', 1, 0x00000000000000000000000000000000, 0x502bd7a059fa3dfd0c5821eff2d7abda, 0xe4028e7b8dbb15458cbefa746a1cfe22633f49ff99a8575233c9434bf831838e, '', 0, '?'),
(0xab1f3904945b8a453ad1b6710981b241, 'wp-includes/blocks/calendar/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb688c1cf9bef51f0c2f4b94f4ab6422d, 0x7a29233613fc9c6af9314c54a447edc9d5ff0f11bc1182e15b72902caaadfd0b, '', 0, '?'),
(0xab22339c82215fdb4b43e223a2b4b432, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\SafeAnalysisNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x83403e6f0be7bd2ed81879a5442af2e0, 0xba4467436ca434d8d491ba009ed01ff2a22fe74f5c1c671a6c3bae3a6dd9c13e, '', 0, '?'),
(0xab23a50ad2cfd4c9b09dc0e9aed082a5, 'wp-includes/blocks/query-title/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0xab286eddf895fc1963255707df3d2563, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/UninstallRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\UninstallRequest.php', 1, 0x00000000000000000000000000000000, 0x47991fd05de394f5aea390ba05a29293, 0x41d90894867fdb1a22cb2a1dd60dd6e418e103373cf522ac6fe94f950fa194b4, '', 0, '?'),
(0xab29f4f2a09a494287cd76cf2fd7d782, 'wp-content/plugins/elementor/core/files/file-types/zip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\zip.php', 1, 0x00000000000000000000000000000000, 0xca55aa7a0a864c2c66cb57dc69b9be7d, 0xe9abf1441b85cc88a9cdc1d11dc326073b9156479545619150fec3eb59ee7ba5, '', 0, '?'),
(0xab375ad2d69fb35f69a6861b15a9bd33, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0xab3b8a6f6e774abf56d745c609e49bf9, 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0x10cd7ddef5d2e56e9c8c74eea5b058af, 0xef1e81923e9a504220fcfabac328e547a714be3fc9634a3aa0ef79013be29e4e, '', 0, '?'),
(0xab3c9b7b25ac416d84512ef941b7f602, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-icon.svg', 1, 0x00000000000000000000000000000000, 0x0c33ad1ed413931b4f77afc76af35a1f, 0x887d6017b0e7a5897b94dbd83cef82521d4fa4a8da78170015a82324421221fc, '', 0, '?'),
(0xab3d03e6e111a0c2a2b716bfe49e8efd, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1413.3cfca1c6ee90f065.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1413.3cfca1c6ee90f065.js', 1, 0x00000000000000000000000000000000, 0xabf74ab4bdc32d727023c6bcbc4f25ef, 0x1fbe9ef8610d91c196ba5d8bda88c6f8545e1c161aa914b894f4076526c3bb82, '', 0, '?'),
(0xab3da47f3b70aa8409153088a8bad9c7, 'wp-content/plugins/elementor/assets/js/fdf69f4e1f300fb27472.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\fdf69f4e1f300fb27472.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xdcf391a895f817f7eb179b67e9661dd3, 0xd66942bcea96d43d080eb03b45d523286f8fe09105b8e0bc2bd8f1d6e0acb8e5, '', 0, '?'),
(0xab3e1b27153cda7babd228c8c398635d, 'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\customizer-link\\class-astra-control-customizer-link.php', 1, 0x00000000000000000000000000000000, 0xac0555d0d53b6069f7627ceca2b26369, 0x6416ae8ba3bef60d789ea66756b0ca7c88fbac652e74573d3e1292c8b9c0d013, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x96adfc19baef32a981bbfabc05b5ce89, 0xf4a8d54aea9bf8798772f671a32355c01c68d24ecfd30ca230da5c15e769dba1, '', 0, '?'),
(0xab4b4254d399c2b00aa1ab58686f9875, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download.svg', 1, 0x00000000000000000000000000000000, 0xaa6209d25f8f5b57f00207ce29438b1f, 0x17a439fabc6d5d9d5844b8d6ae544b26b9c8cc9d9e12a63bcf7595409fcaac62, '', 0, '?'),
(0xab4d289a1c71e88f5759a86d465b7cf2, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkboxsection_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 1, 0x00000000000000000000000000000000, 0x63ec0ec52e73f5f6d7263a7a2f4b0e1f, 0xa04b8c29a40d6141a8e64af0f5ef2a14cb2050b708aab441150a21c541fbf210, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0xf8dd3d42aec1ae0a794e787b168d0b9f, 0x9e45e7cb7a42e0a534bd2ffe70f6c5980f880d8fdb9e2ee20242a4071692a233, '', 0, '?'),
(0xab55e524e18c9d5ffa6e9dbc6075406e, 'wp-content/themes/go/languages/zh_CN.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\zh_CN.json', 1, 0x00000000000000000000000000000000, 0xa6b3c94b39449d47d016154f0cefc6ac, 0xba9658d391d1f50708ac1701b65505a56e8506d5ab3eed7847148167aa1d4951, '', 0, '?'),
(0xab58abb745092a9d66ace821cd65b205, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-magic-wand-helper.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-magic-wand-helper.min.js', 0, 0xa6a868687552d1d6fa8f5eeeb7426286, 0xa6a868687552d1d6fa8f5eeeb7426286, 0x7e48837782727bce78f69b29dec37db27f219ae28603d95d7082b3bb4479e428, '', 0, '?'),
(0xab5d5f901a3fcaa484951f77480b6fe7, 'wp-includes/blocks/avatar/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0xab5dede2974d4c1b6ab85d75858f7666, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xab5fa5f1492cb955aeb97e0036ef1eb2, 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\lottie\\lottie.min.js', 0, 0x0bd6754fe3239b3175ec910ea3e0f008, 0x0bd6754fe3239b3175ec910ea3e0f008, 0xc60925e3bbb1b6d22cc02b451c7baad42ab969c31ba25d97eea3ea6e4e263389, '', 0, '?'),
(0xab6925cd774fa88784f369addd704cc8, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/attributes-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\attributes-prop-type.php', 1, 0x00000000000000000000000000000000, 0x0c04588ab0d6df68cb58243035328956, 0x56c787fb5f0e5a71a03db40e021e243466ea036f8637519282e3536a42a2f778, '', 0, '?'),
(0xab6b78ddfa8f2975f394c55dbe23c6c9, 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x607fb8163af5657c85c491e76852cca8, 0xf0d581421efa42f22e372093a646c0d5d97904e20b2a8ccadd895bcf416ffea4, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xca088a6af42b282cb85e118a62b7ff28, 0xbfc650194c2b1f7781c16974a58abd5ab6a264fe88c36b5a7b588c5660c57494, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\about.php', 1, 0x00000000000000000000000000000000, 0x7e84809e289986f834e147040fecf5a3, 0xf68a6a2f7d07d3851b1fb994c100458f53fefacca45c480467eb235aa9a12e5f, '', 0, '?'),
(0xab70f55cd914530fd0b4471d8908fb73, 'wp-content/plugins/elementor-pro/assets/js/custom-code.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\custom-code.min.js', 0, 0x1d555821efb18cb39106f1c47b629d1b, 0x1d555821efb18cb39106f1c47b629d1b, 0x519f1b531b78cc32d0e4565fe21e3375f919ffcbe8163d17b92d97e167f771f3, '', 0, '?'),
(0xab77bbe22b55b1d1cd1381157854335b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\composer.json', 1, 0x00000000000000000000000000000000, 0xe0544b0ff3994c2e47fac7fd13d4271c, 0x35fe41eca9f8a90305731f5f82fa2b45e15da1e7de3308513955ee2c6456e13b, '', 0, '?'),
(0xab7bd9c8f4cfb22266aa7e419e3f7a5d, 'wp-includes/Requests/src/Iri.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Iri.php', 1, 0x00000000000000000000000000000000, 0xf4156a171065945164e0e8f6ec9a329a, 0xf5cca3d1b38d6aecada22614778146f29da28282206a1e17f21d3585cd4a58c0, '', 0, '?'),
(0xab7e9b4f3d6510f23571dad720389b20, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0xab7eae80a7cb89777017b70f14e999fb, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Page.php', 1, 0x00000000000000000000000000000000, 0x06d32e8c9caf7bc46a4fa587c644807f, 0xd55cc82eaea5ddb53deb56ebed64139019f73c7d3b4723855705e22aa16a9baf, '', 0, '?'),
(0xab83ca4ebc0c0abaaa8ada42dfe1226e, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-classes-variables-limits.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-classes-variables-limits.js', 0, 0xd5fac0e4ac71fbba509b5a3449703888, 0xd5fac0e4ac71fbba509b5a3449703888, 0x66016243194c5d8dca7ec4f2780664ec2a49b6c67bbf3a8c481ca76170d1860c, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\post.php', 1, 0x00000000000000000000000000000000, 0xb984e7f38036ab8a4698dd3d016f7bff, 0x4722959a411effb794735cb7cf64ce22b6f34bfe57066a970ba02f09c40bb48d, '', 0, '?'),
(0xab897ff81c21093e6f5586e4a68dc65e, 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0x6c8f3c1758fad5598da50cfb7d390372, 0x4e5d0515a1fce6e8e43106c4ffab5641dcdd02fb60d17def30ea3726af100286, '', 0, '?'),
(0xab95a18feb6869d90a108fcd93103fd1, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-excerpt.php', 0, 0x527f14f75a64c1af353e601d9a472f89, 0x527f14f75a64c1af353e601d9a472f89, 0x30b15f197e5836402c09c84427efc6312d931c91b7b4b4aa7cde31790274b836, '', 0, '?'),
(0xab989c68d602219e4cb104bea95b4e8d, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-states.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-states.php', 1, 0x00000000000000000000000000000000, 0xb072d8859b621b7ef333d08ac6938c55, 0x5cc92acb291e98a766f69e30be4517996a524f7314e1a0b1d1fbaf482526e7fa, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0xe83d6b7338b83f5074be9406ae9a2768, 0x15d8e8331d56a6111d9204c2e3b9c0a10ae5cff59209630f80467912abd2d6e4, '', 0, '?'),
(0xaba3a6daa7398f938b8234057ea7377a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\frontend\\frontend.php', 1, 0x00000000000000000000000000000000, 0x9ef9dae8bfb2a9a0dff3f4acc2252bf6, 0xe1fe8869d5d74f44bfcfcf7831db844dd6e9cf0b7c00780812a82f762f482dc5, '', 0, '?'),
(0xaba6614f8411702cf65bb94c4d038361, 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\red-hibiscus-closeup.webp', 1, 0x00000000000000000000000000000000, 0xef97fed0409311df29afe95e282f8197, 0xa91418d2d4f76d12ff5964a48b8999c0b65a51b5605534dc71b04bf285b78ecc, '', 0, '?'),
(0xabae751dfaf7aeaa2b1281c646d80f47, 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\posts.php', 0, 0x9272d12ab84bc27286621dc869f9b2f4, 0x9272d12ab84bc27286621dc869f9b2f4, 0x48c63640f9123cc876ebbc3ae1dafeacdbae2f94fcec1a587b59b67766ba8c15, '', 0, '?'),
(0xabb63cadae500dc2278ae3cc624a9e32, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices-rtl.css', 1, 0x00000000000000000000000000000000, 0x59ed63d797e323aba5bf2c407b7ae78a, 0x4fa203997a85a9de870516dd76df5a23984f5e9e8443d09fce68066f40d42e05, '', 0, '?'),
(0xabbb5fb151f37cdd5d9ec5e7e6601aa8, 'wp-includes/blocks/table/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme.css', 1, 0x00000000000000000000000000000000, 0x59e6655f88fd1c0ddf6bac2af0e5b838, 0x4127f0d7520272d8c1043b9f6857d4c54fd8940221462553b85ffb730830f220, '', 0, '?'),
(0xabbcde249f396b2a861d5e67837d775d, 'wp-content/plugins/backup-backup/admin/images/success.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\success.png', 1, 0x00000000000000000000000000000000, 0x08bd1914760b2d93deb741e3ca4a592e, 0x0eb6873f27cf121a9e409be8b335c788495d606f16fb8788e7bef51e12016d0b, '', 0, '?'),
(0xabbdb6a3ea4884d6c54267dd4def6d72, 'wp-content/plugins/powerpack-elements/assets/js/frontend-progress-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-progress-bar.js', 0, 0x18ce0502fef14956cda006c88d865e52, 0x18ce0502fef14956cda006c88d865e52, 0x71cd1dcfbe92f06a727ac4e7eec15669515f8d108e38a75e777d68a501da3e7e, '', 0, '?'),
(0xabc11f8f2acd15127eb741e2ec9675ac, 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\jello.min.css', 1, 0x00000000000000000000000000000000, 0x9e8cd44e34c1d959ba4855ab2a84de93, 0x306348966f202471f8dd738f22901fb81263f324830620b2248ea417057d527d, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0xabcdac60e180c8b5e53593d4d478e615, 'wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-wp-editor-css.php', 1, 0x00000000000000000000000000000000, 0xe58b2b8653d6f47b8393049d705d77e1, 0xef6112610b7098113a8c840defdae77b0d3c4a07c6e5d95c7e401ce19cc08f3e, '', 0, '?'),
(0xabd02cfe59e49e74f7ad65903647402c, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/builder.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\builder.js', 1, 0x00000000000000000000000000000000, 0xb5df058f46f66fb67e9e27e3d3d5dfaa, 0xbff5870610f67cbff3fb03c6a312e6b480a2b7a88852d2fa99a2922aa8ddd13e, '', 0, '?'),
(0xabd188a6ad11abf7dc91342436c6a654, 'wp-content/plugins/elementor/modules/checklist/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\module.php', 1, 0x00000000000000000000000000000000, 0x23017f9049d02b606724d2cabd8873bb, 0x545979614c3b9db56f81e252add33e7609b406d9242350b4edfb90cd792a4397, '', 0, '?'),
(0xabd2b04adfe83f0afbf4fad3247a0eca, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\taxonomy-helper.php', 1, 0x00000000000000000000000000000000, 0x22937f6588540ff343d997618ff77342, 0x64d3b5d5ca428d5b2286439fa4c0b4e40b9ffef0475018401bb9f599572a853d, '', 0, '?'),
(0xabe2f61962dd1cb134a367414e8cf179, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.asset.php', 0, 0x043d192b72183ee90aaac4fc61a6aad6, 0x043d192b72183ee90aaac4fc61a6aad6, 0x0873903279be97c76878c322b6e2ab5a48267407a767933d111796f83f0b34d6, '', 0, '?'),
(0xabe975f4676bb21c44c197458704894b, 'wp-includes/blocks/query-pagination-numbers/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\block.json', 1, 0x00000000000000000000000000000000, 0x3b447d0b575271ff3ef95df2bb7fc224, 0xe678e0db3d1866005fb9f3f08ac18089ea8a941a936d054c1ebe7113f6624a85, '', 0, '?'),
(0xabedeceb283c9fe0c67a5090b7ee68ed, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/runner-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\runner-interface.php', 1, 0x00000000000000000000000000000000, 0x9070c2bc8a8e30cb05b27c145fe288db, 0x83e2d0b1d301f1aa494b66faa1ba45a6509a0f61a34ee73725882bf1b19bc5ea, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8e7928ec9d8e0be25b6d57c11a7904ae, 0x745e1bef17e18ba2f86cd71a76d2dce636cc99334e61b99520e08b2f3e2a6399, '', 0, '?'),
(0xabf7e4716ca07d44c9afb562842383db, 'wp-includes/sodium_compat/lib/php84compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php84compat.php', 1, 0x00000000000000000000000000000000, 0xcd4b2d03f7fd5aebadfdd49879518236, 0xde0cb6695b55f4f66ba10cde7c9d3035a3398d0bebd94a2c2d9fce218639a6ff, '', 0, '?'),
(0xabf81da57e121e7335d2a234966b51cf, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x78cb5d68d897837d0437b4417eeddf35, 0x4730b546a458a07d15f5c7ce0d8a208cf03479560ae78bf800d8478d644f48fe, '', 0, '?'),
(0xabfb32793fc482731189789f94650628, 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7-main.min.css', 1, 0x00000000000000000000000000000000, 0x5977bc137ec15b2c85598f484fbd73f8, 0x61799548d9324cf78c18802938325845f63aa971e29dcc388ef005c8eb8b86fd, '', 0, '?'),
(0xabfe48a2b5cb03fa9fd2fec47c1d2fe6, 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-fix-assessments-thumbnail.png', 1, 0x00000000000000000000000000000000, 0xf6a1d37ad66ead39b84510ef33992d73, 0x02faeeec63e16dc967549860fa935e6e0423bb6dc8eac827605dfb858397f6c0, '', 0, '?'),
(0xabff4138b974ee05e3324b297a48f437, 'wp-includes/css/dist/commands/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style.css', 1, 0x00000000000000000000000000000000, 0x0e79be4f14c4bc14b433e7293c5c0aa6, 0x2c6f5af0b92328f533a1dd475e3127e75d9e79bb9360b1b41f8c9d6ee36e21e1, '', 0, '?'),
(0xac0109fdaa8633635c5e4b4b90a3958e, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0x067a0696183f0f90e1b6f4e73fe0cc9b, 0x47333bbcda6ca5e06020e2132a34da30cee927d1944fad29cc6bb48da8bf3ced, '', 0, '?'),
(0xac1c7acf695044f82f94cd5a1e9e3413, 'wp-content/plugins/elementor-pro/assets/js/editor-interactions-pro.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor-interactions-pro.min.js', 0, 0x361b78070c57dce589637a848514608f, 0x361b78070c57dce589637a848514608f, 0xdd6dc2a23e1764ebbc2b540889077b2b584905c32b77fffa49567eea8b39cff5, '', 0, '?'),
(0xac22c2c2550809a1bc42c9e742cf0605, 'wp-content/plugins/powerpack-elements/assets/lib/tablesaw/tablesaw-init.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tablesaw\\tablesaw-init.js', 0, 0xda0ee420dfdbaa666c0156efc03d8af5, 0xda0ee420dfdbaa666c0156efc03d8af5, 0x8c1e2ad05ec0bb423f3dd356789abdadf653c643ace5717f587d12c4c46fcd66, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x45a7a69ecdaf0b74c1c234066e758bb5, 0xa6beab4f31289407ae9daa398455e433754dd13f254a6f18f1c4c740fc18f666, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\i18n.js', 1, 0x00000000000000000000000000000000, 0x6b2d19f45d18fdec562a4bd7a6256989, 0xf8c5b1f1a687adae9d5cabdd838a44d78e84ab04dfe6dcc2a9b95de88a5cefd1, '', 0, '?'),
(0xac276e0148325e3a12219a2ecfa5deff, 'wp-includes/sodium_compat/src/Core/AEGIS/State128L.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS\\State128L.php', 1, 0x00000000000000000000000000000000, 0x3833dda9e7fd385abf99ceda238afe9f, 0x392fb17a35e76c27101377f4ddf8ee2c1496855cf593e58fcfb7d8a0817df35b, '', 0, '?'),
(0xac27c6bf4379c94d30d08d4a87c3b754, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0xac2e46402f0223a6872e4c8ae7c94591, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/base-map-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\base-map-loader.php', 1, 0x00000000000000000000000000000000, 0x155f11c37d00527f5678c9e0632842bf, 0x3b54407f97c7ebb17c359729a64c12c2cf17fdee9bf72c310fcbc1809fa305a1, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0xac352ff6105f1ffb8d7a7076204fb7de, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\editor.js', 1, 0x00000000000000000000000000000000, 0x6064da46f6e3b49ec6060e3eb2161176, 0x8d0dd9f7fded8291f2e817241afeb81287342c480aed1ac083b860ad85100089, '', 0, '?'),
(0xac3673ff8357a7d993359f552aaf23ac, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/ProxyProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\ProxyProvider.php', 1, 0x00000000000000000000000000000000, 0x77f541f8870863ce836cb7b05aab355c, 0x5cf4c5d945b26fdc94347aaf77ddc6d54861f62fba42c84681ebdec3b0e4a179, '', 0, '?'),
(0xac37ee9591973ea7aad8d41c21e6cebc, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2513.be9904ab705e9999.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2513.be9904ab705e9999.js', 1, 0x00000000000000000000000000000000, 0x95a3dddedbf96d25b41300fc20895dfc, 0xd6092cdf4db5f505f10d55da96cb9c43064d5ec934bc7902b495b605694567ef, '', 0, '?'),
(0xac45d8ad61baf17e0c847e701626310b, 'wp-includes/blocks/comment-reply-link/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc3390d197f2a3f97998cc3ba67eff991, 0xdf5545d0b2d61333a2a3fc8c546092320d817d75762e758d8f85782b24272949, '', 0, '?'),
(0xac45e2d8d554d4ef355e62299b1e4a20, 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.min.js', 1, 0x00000000000000000000000000000000, 0x19bd2e670b471a6a95e7c9e0e75bbcc0, 0xef98d01a26b401bb4928dab8401043c75a656e2ebf46fc557ef20a6d2d12d5ed, '', 0, '?'),
(0xac462510da4e66c421d9b7aba946cef7, 'wp-content/plugins/elementor/assets/css/theme-light.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-light.min.css', 1, 0x00000000000000000000000000000000, 0x3ce0d9d570fd5d2a90471ec3257a720c, 0x5407b0b27fdafcb68b3950b54e181059c69e8abd55890a97725de37b4c5d9942, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0xac4cd829c8548e3a5adff12b8ae1f56f, 'wp-content/plugins/elementor/core/utils/api/parse-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\parse-errors.php', 1, 0x00000000000000000000000000000000, 0xc2648fb286f669b6ce0e203430d0bf44, 0x4359123dd2b49b0c1712f758567f9a6a00bf3b78bfa98b98af1f9bcb19339bcd, '', 0, '?'),
(0xac4faf1f5054701cfa99a17d620d056a, 'wp-content/plugins/elementor/core/upgrade/updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\updater.php', 1, 0x00000000000000000000000000000000, 0x9cc7b82ec03262f7530b408efbe728af, 0xeda23c4e56ae18e5bc7320d05b52ce0790214a72c074956cca548d66f29ccb0e, '', 0, '?'),
(0xac520ef2bca436ad4ab565e38be524c9, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Divi/SB_YouTube_Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Divi\\SB_YouTube_Feed.php', 1, 0x00000000000000000000000000000000, 0xad6b9dffb5be2bb2c2c077b72945b330, 0x2316d8159a0218cae3829ca87c6c630956cbb4a16ca52d2900c3569fe2bae4b6, '', 0, '?'),
(0xac5258065fbcdaccdadf32da56f396bc, 'wp-content/plugins/reviews-feed/sb-reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\sb-reviews.php', 1, 0x00000000000000000000000000000000, 0x3629e1b3392f4e5cabaf9161d91ace02, 0x3995572e3acae8b0df09679fd230415791d965e5f7305ac1100f4169d7b0c560, '', 0, '?'),
(0xac534704d3f8d8fc7f12ebd1b4560d9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriComparator.php', 1, 0x00000000000000000000000000000000, 0x69d734bb571185202d81cad7cc58bd3b, 0xd499505c3c3ffd14e286cd87384b55bc32cd8cd6789e187e6290768fa65d3b69, '', 0, '?'),
(0xac59f3ffdc616406416ac581881b01fb, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-html-component-configs.php', 1, 0x00000000000000000000000000000000, 0x9be76f3552fd966cde121a1a1d86e87b, 0xcd8734b81d0ba2d624558616ffb7ae8c73d49833d3a64ca993d902152dfaf60b, '', 0, '?'),
(0xac5b00932d6a08f61100841b1a2389f1, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-color-overlay-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-color-overlay-transformer.php', 1, 0x00000000000000000000000000000000, 0xe0c2c0a883727e0ccdec97f1ca69535b, 0x51041d6fbb0230a140c824696af8dccfd68c63fc79d65f2158b047ea5de57361, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xac6505346af3ca0ee8a8fc2525ff56e6, 'wp-content/plugins/instagram-feed/assets/svgs/svgs.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\svgs.js', 1, 0x00000000000000000000000000000000, 0x86bc849add35241899c1c41adb284dc6, 0xae14fa7bc2d2547337050ace39d5ea81e58dff0a5fd17cd5289dfbbfd065de33, '', 0, '?'),
(0xac65adf781f5773190be66313e403eb7, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\atoms\\preview-iframe.js', 0, 0xfa03ef9f0f15dc5e5bf30163daf15f50, 0xfa03ef9f0f15dc5e5bf30163daf15f50, 0x9a99cce1ff965795c1f8985277e9ef0c292e963e9f4fcade5d677b7dfa982eeb, '', 0, '?'),
(0xac6966a90e4d7618a7d6d90ac1977574, 'wp-content/uploads/2026/01/drought_17462612.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\drought_17462612.svg', 0, 0xb059c7f1e30fa6647284fc11670686f7, 0xb059c7f1e30fa6647284fc11670686f7, 0xdf03e054b01a9355b44896e6a652c06541cd4a0847c2a801cc6b8dea82dfc738, '', 0, '?'),
(0xac7266787b676109df6170e18b688013, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-blog-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-blog-archive.php', 1, 0x00000000000000000000000000000000, 0x0472b529b25e21e6349730ebcc0e0fae, 0x53f286e7543b3727161111149c5260c1d98bc925bfe48dfe49f12eb5eb5e20ed, '', 0, '?'),
(0xac81e105c0adc6d18f37a80d27ba78ad, 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-archive-blogging.php', 1, 0x00000000000000000000000000000000, 0x056f801628c958564d5e14408627a29d, 0xfe5d324d479574c9155b739ad17e4d7304211128a042c968c9ebfd84e856f434, '', 0, '?'),
(0xac826880b8dcbc21d61ace146f0e7f1b, 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\css\\button-outline.css', 1, 0x00000000000000000000000000000000, 0xa5a9defbb5dab198a1dab10c4447805d, 0xe28a5a00149bca9c7b1ad53a7ebc91faa843b027c2a3bc771815620448438442, '', 0, '?'),
(0xac90712fe3aa5ad60255a603ee6f7dea, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/photos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\photos.png', 1, 0x00000000000000000000000000000000, 0x24934c78379cc69de7d5130693176f81, 0xfbd4b2646d006bff5f1dccfdfa8aeeed63cd7199364c2ca50b4a3b5b4513fc57, '', 0, '?'),
(0xac9435c1717cc7b0dc7b11efeaa91a5a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0xde99b3ffe293ca65ae71cad51d0420bf, 0xe257cf810bad41c6b6897a2ec14db989f133080051e05d50e6eb83ae79a72a57, '', 0, '?'),
(0xac95cbeb94f0c9f40fe111b0a9ca1823, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.strings.js', 1, 0x00000000000000000000000000000000, 0x0d1dbb941e72e82dd21d1e597d3301a5, 0x3f14f3e2136868c7477cbf16699c7f3db663d6ce902b03063303d22a4d8bfc4a, '', 0, '?'),
(0xac95f1b60890e519c0d0c1ad31f075d7, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\component.js', 0, 0x3b6431f0979780829e411577986da5c1, 0x3b6431f0979780829e411577986da5c1, 0xdea0ebb0979f4989adc61144268a913c8aa6c08d0262bc09d146099ebb17e023, '', 0, '?'),
(0xac99cf34a29b778b5601ec19658c38e4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\GreaterBinary.php', 1, 0x00000000000000000000000000000000, 0x0e9671c93ba64d1381f2c2b0252755dc, 0x9cae67fb84b016b700f11207f5670bee464e605228432e38d836e866a729b35d, '', 0, '?'),
(0xaca422b996d6b3839addb8423d40d353, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\feed-improvements.php', 1, 0x00000000000000000000000000000000, 0xbc65cadcbabd2384192e4b4e05bb0f39, 0x2434aef9cc8c28bc00fb0e7186dfaabd3d88312fc634b13e015c581440d33733, '', 0, '?'),
(0xaca86f03e594f7fd88563a4eda4efc67, 'wp-includes/Requests/src/Exception/Http/Status428.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status428.php', 1, 0x00000000000000000000000000000000, 0x2f71ebc0807849e59caa95a0a08f8850, 0x3cd20691f5081af834216eeb12f1862a12dd5cf682e055f78cb80cd505f59cb5, '', 0, '?'),
(0xacabcb4f3d5d5350c4043fbacb0bf302, 'wp-content/plugins/feeds-for-youtube/img/lightbox-placeholder-narrow.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\lightbox-placeholder-narrow.png', 1, 0x00000000000000000000000000000000, 0xaa2f74e500374957fe139ab31b9716e9, 0x3dda34ab40ffa8f7aedb24fd2d0fdcf40eaf132b8e940e376ee8cda4e142111f, '', 0, '?'),
(0xacb25adc39b2fb0e902e639369b2a430, 'wp-content/plugins/powerpack-elements/assets/js/frontend-offcanvas-content.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-offcanvas-content.js', 0, 0xbabc99c9ab028dff94edc07e45b1bcdd, 0xbabc99c9ab028dff94edc07e45b1bcdd, 0x0e4bbdf9ef7941b779f9d2bff248b5dfbad910eef19e1fc5887b23a57c3cb7eb, '', 0, '?'),
(0xacb71fa35a16e99357eaaad8c1eb1df7, 'wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-path-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x77b980ff12741d9b5141a5c9d60bb39b, 0x6fadd256bde069c9db356b22fbb8b20ba0ee929a2aac3428847f9e85d88da252, '', 0, '?'),
(0xacbc6744a7f873de142d18c74b3a975e, 'wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-scripts.min.js', 1, 0x00000000000000000000000000000000, 0x36ff58607ae2ebf7d4d5e6d3f77cd715, 0xdd97d762c08364cf891e3afb3df1c1e24a37658321c7564caa7e641cfd8457c6, '', 0, '?'),
(0xacbe848ff886a7c275a1eebd6a066054, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0xd2c10ed7f36f79a3b109578454c92f23, 0x2136a9e02e38c07e2b734d51c08aacbb18764b0d3553d6191f3b27665352e362, '', 0, '?'),
(0xacc9859e258b1712fd18781f9d338550, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\play-icon.png', 1, 0x00000000000000000000000000000000, 0x0bb4ecb7e911603d8a44108e6ed59420, 0x0d05a303893f0dc84a7ca5852ea394e1743b88af4f80b61ce1a2f8dffe7cd0f7, '', 0, '?'),
(0xaccadc5ae3c06eb0100fc0c70b2b941d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0xbf8ae7a3a6ace18c0e561d17d0773a30, 0xe6aaef4cc9de5dc0bb6e1e5b7b203ffabfcb2a7103c8d6222b52d36d5beb8ab4, '', 0, '?'),
(0xaccb4d6f0b26a792a6002f7b070c02a7, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xb39ff0aa8792aa17e25b84b777e17dd7, 0x9a7f280bf8627b156a1a5236fa36e0ddb65b640a6c49c4a3c24bd44e04663b75, '', 0, '?'),
(0xacd4a9328edb2dea6b2cc681763f01ff, 'wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\cff-icon.png', 1, 0x00000000000000000000000000000000, 0x058ac26c0b219391036383e4b7e08c29, 0xf04982532b12594344d44796b616d4c3023d04cb5affd17e89bbfb25c663d68a, '', 0, '?'),
(0xace86c1e7627fedf48af9b5e0df9d551, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-number-of-comments-condition.php', 0, 0x4721942519da755b0f73a54fce9103e6, 0x4721942519da755b0f73a54fce9103e6, 0xaf38e653d657975d5b3e7b91391ebb348c21d65222cf2010b7bf0eaeac47ac26, '', 0, '?'),
(0xacf2005482f0d5b41ac9932168ab295e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0x5312ca076fa4f141276a43521d4fa3c1, 0x22c3de0c8e0a3b8529ca38e0ab0de65f31d0d11931a4fd4de88da966b4b222e4, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\SecretStream\\State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0xacf862b618bbe7480a773e05d694c77f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS/State256.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS\\State256.php', 1, 0x00000000000000000000000000000000, 0x7eafde71dc785c38e523a6a6abfcee03, 0x1bef7362beec026e812b766ab40e9bab779022992392c5ee25fb839a1bf3979c, '', 0, '?'),
(0xad110e0e00de914c46fd0d0766fb4e34, 'wp-content/plugins/reviews-feed/class/Common/BusinessDataCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\BusinessDataCache.php', 1, 0x00000000000000000000000000000000, 0xdecf4e56ce9e9210e0bfc20cde773aae, 0x23001a7fbf9ad0377247f390a679fdd23e310f3e66b73a3be1306f006610b647, '', 0, '?'),
(0xad1339b36359a599d7dcfcfd04dfc65e, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/award_star.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\award_star.svg', 1, 0x00000000000000000000000000000000, 0xf8da42e6d251967f3b8c3fe88ea8c927, 0x792743296ea85cba20f58b73512d6c9a5c1c0cbf239305c313462bcafd5fa386, '', 0, '?'),
(0xad13ef9851d4b45452928505b0213c97, 'wp-includes/html-api/class-wp-html-text-replacement.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-text-replacement.php', 1, 0x00000000000000000000000000000000, 0xd04d4cb1e86a9c44d15f6dcc8817083a, 0x2dea2d90ec99cdcec7f72cbe841311742095f7a99f09bc7a01f72d5238c5d4c7, '', 0, '?'),
(0xad147d8fe4b6911e12164cc31b739cbd, 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/SBInstagramFeed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\SBInstagramFeed.php', 1, 0x00000000000000000000000000000000, 0x89e3b322020dd3fb6ed83b39320eed6e, 0xcf44b63c3241bd2bb577ad2a3f591ed36bb47fa9014530b82306787cf82f5154, '', 0, '?'),
(0xad189104b82c7f57045d64f8df6ad5d5, 'wp-content/themes/go/dist/images/design-styles/playful/cross-stich-border.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\cross-stich-border.svg', 1, 0x00000000000000000000000000000000, 0x91242812e7ff4206ad276d22ac464f86, 0xbae4d1da7ddaca4fb3b5f095adc2fb9e88af6c45de612125786ef8c65f8e032d, '', 0, '?'),
(0xad1df57aa9767dc4fbf44693ca47ac62, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.min.js', 1, 0x00000000000000000000000000000000, 0x16a4610f6030a8882ea8d1f709437ab3, 0xddc528498664b1b4a32fa34daa4b780f89b74fb73f173c9bafefae9039e09dbe, '', 0, '?'),
(0xad262df3c43589975e5cca0db1aa4554, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0x83b59e4b19253f6d4c337d2c3a720780, 0xd90247fbf518d1be6deeba56d81ca2dd8cbf7d982d714a0bcdb36f3ffe33d871, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xb48095406c9058d6cf567bff3a6cb1a0, 0x82c00175f2a762dd5393f3f0268d0860a115f5b05cdc9d1ef343d2b166a13d1f, '', 0, '?'),
(0xad2cbd73a41a018954a44d38745cc030, 'wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-styles.min.css', 1, 0x00000000000000000000000000000000, 0x37c2b469389d9b4f2c3722618cc7f6f0, 0x60ec12df45f61956aac2afb607c3dfd6ecacb06e94e21a6c4d5b77c4670f281d, '', 0, '?'),
(0xad305b0d8ea8b1cb3bfbf79ba9ba6181, 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\vc-plugin.min.css', 1, 0x00000000000000000000000000000000, 0x4ed918c591ec57685efc4195c96ae80d, 0x180d06739fa39a75735e1bcb2df7eb474b3fb64e9ac362587eba8daed9650228, '', 0, '?'),
(0xad33e48c920eb0e063af3b6638393322, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/html-v3-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\html-v3-transformer.php', 1, 0x00000000000000000000000000000000, 0x4bf1f366cb1e33f0f2a08711170c227e, 0xba8ed0f3b740782f83ec4b880c86def7daa4d1094e05ec8cd57e8e168816d433, '', 0, '?'),
(0xad39fc584f9b83e95005b3cb0ba5a7cd, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x7fc95a41e829ef309af02286e1f05a49, 0x06db7255ba866d8551542a0a39acd5f8c08912f713887ad5897b090cd3d4d9a2, '', 0, '?'),
(0xad3be5863cd6e90ac1ba979e21866e14, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/src/V120/Notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\src\\V120\\Notifications.php', 1, 0x00000000000000000000000000000000, 0x59b5de2a5f63b81d73d24b8028b83d33, 0x5937370e5fc58384fb77086f8442b87ccba9c4346103456554f7460c3a82f856, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0xad431464f8c7ce83a45c01b440ea4b59, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0x54bfe874961892d231e65bf53140805d, 0x5ddc9c3135d4f8da6ec8bc40450fa87b391aa50781fb8aa853759cd3be98fe59, '', 0, '?'),
(0xad4682ec6a13e798af041903f484cfc3, 'wp-content/plugins/powerpack-elements/modules/pricing/widgets/pricing-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\widgets\\pricing-table.php', 0, 0xc4c63b2dec2fd7f4d197aacea0c3f561, 0xc4c63b2dec2fd7f4d197aacea0c3f561, 0x019fe732ecc354b153a850a3091833e0b2bd5614f5941b6ffc5d76ab21614128, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-discussion.php', 1, 0x00000000000000000000000000000000, 0xb1a8ea7580706c00954f1d5878c795f4, 0xb76dbf9cd3cd07cdf3ed9effc6154278fa1df4be1f496a283a58b1486a615f70, '', 0, '?'),
(0xad4d442fb7beff908d22001205c5c3af, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\in-taxonomy.php', 0, 0x183760375691dc9025ec1de509bae3f7, 0x183760375691dc9025ec1de509bae3f7, 0x97df20901ac46742439fe2349a133601684322c9c7abe5a182bf9b53cb2719b7, '', 0, '?'),
(0xad4d47041806fb3b7489acfcbddf5639, 'wp-content/plugins/elementor/includes/beta-testers.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\beta-testers.php', 1, 0x00000000000000000000000000000000, 0xaacab8eb1842a5adbc9b2220a7c0f510, 0xc7519f6a7258f2f7ed96e10a6c1222a0844ad78cb411c392b7ae0fee5c6ce339, '', 0, '?'),
(0xad4e0285ca59adc7819d6d5afc4e7032, 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/builder_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\builder_footer_cta.php', 1, 0x00000000000000000000000000000000, 0xa307462fe32faaacb3296fc0540e65ea, 0x62abfa6fb9b0e6309478394c73b47f2e310d3db3c5bfa0872c301fdec93b5fa9, '', 0, '?'),
(0xad4fe4316b1b9e1d44e63447308372ed, 'wp-content/plugins/elementor/assets/js/app-loader.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.js', 1, 0x00000000000000000000000000000000, 0x19c89cf1833eac59e760084dcb2e5c96, 0xa4152a558667a0138348c00b3a24bd09d75459120aed4065b62e9180e0a6ea47, '', 0, '?'),
(0xad61188c3ce656d86727517b9369474a, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Checkboxsection_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Checkboxsection_Control.php', 1, 0x00000000000000000000000000000000, 0x58641a70054a2a011f63ab019aa5723a, 0xd4d165287ccf4087f24e65d9640792031f0e3e90ba78575aeb3fa93f662a06bc, '', 0, '?'),
(0xad6958490f3a75c18e37da8baf4c8f62, 'wp-content/themes/astra/inc/class-astra-global-palette.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-global-palette.php', 1, 0x00000000000000000000000000000000, 0x67c99b2042eaed4944c8969b14454ce4, 0x63330e71c31ab51a18bb04388239827aebe615ff7c36abadf11c1a01408f1a2d, '', 0, '?'),
(0xad6af4a3f1107bbd7359d09eaffc1c13, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0xad6d1630cba13c1e992d7db660fba3ae, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-overlay-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-overlay-prop-type.php', 1, 0x00000000000000000000000000000000, 0x1f4ecaa3eafe358c91d17b3855de07f8, 0xd0809b7231b9ea2652244941fe1612a45a1615cb8087e67c2274197f89a6f91e, '', 0, '?'),
(0xad7204a1f8f09a9b9a8aa57add94949f, 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.js', 1, 0x00000000000000000000000000000000, 0x4c56f0e2311bc1c0eed90f85fe8efdca, 0xe18578f91d2f85cf35d06636d4b61f87b3fe88176ff467281e71c657985d6423, '', 0, '?'),
(0xad723d7505a40ac6943731d385df9f00, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.map', 1, 0x00000000000000000000000000000000, 0x86d8d103171c5f26d134f1841933df36, 0xc0fd8f7da28580d5e24032f9afc9cacbb9bec4d4776cd172d6c6546724f34465, '', 0, '?'),
(0xad75e7c1f4185a515c27bf8d19aba5c9, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0xad7c4ab8db426c19deedd9bfea2950c9, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\admin-global.1778081072.js', 1, 0x00000000000000000000000000000000, 0xafc3710421e8c3f900f0ad80a027a5fb, 0x07d8571bb43424617fbcf6dc2778f419e9e02d05acd44bcebc9623925aaff0fc, '', 0, '?'),
(0xad7fed0ced03ea10d8c101853a39a0f4, 'wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-admin.php', 1, 0x00000000000000000000000000000000, 0xfe4b0ef2c7325ec934382685b8b910b2, 0x77a9514e8e015b7146672e85e4524743cc6d750769f28a7567e8badaa22a7e54, '', 0, '?'),
(0xad8158d69d51fff478635d50e438f26d, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0xab93c2d0bb3e77ed19d5cfb773c27038, 0x15f78d076b320a95f611d5e5cd0c98196e625651d810180bd400b14ae578a8f5, '', 0, '?'),
(0xad81c7e66ef42fc7dff3c0edc40e4410, 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dialog\\dialog.min.js', 1, 0x00000000000000000000000000000000, 0xb7c95a7a15037d6d426efc06ae6e0c81, 0xf8acadb99aeca14f3c9c0a8ea04960d25ec08ca5890f2f340f8c45c2d1072017, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x579f8c886a767f750bf4b3b92e1b34ae, 0xb3d432f2b09f25fcce7ad70e75106f3accf9eb0a2701415c655455fe356c0eec, '', 0, '?'),
(0xad87aba6315912a6c1bb7ddeacc11989, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-team-member-carousel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-team-member-carousel.php', 0, 0x4030f4e99be7d4b64cbfeb042e116efa, 0x4030f4e99be7d4b64cbfeb042e116efa, 0x88ebdbdc19f5a8a5bf85d73d82c756a2234669510ca58e84492fb3e5bbf36216, '', 0, '?'),
(0xad91db30bf4efb9131b093fb1c608cea, 'wp-content/plugins/custom-twitter-feeds/js/ctf-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-scripts.js', 1, 0x00000000000000000000000000000000, 0x4cdb3dee0a4d2d8684f0b7c8403c51b1, 0x7e9e9df61c063006f2789741e63088642a0195de786ffc2d296ab294d249a2d3, '', 0, '?'),
(0xad93d15f713b43a00de984f8c1bb958a, 'wp-content/plugins/custom-facebook-feed/admin/admin-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\admin-functions.php', 1, 0x00000000000000000000000000000000, 0x630096b0699dd08f5b33b1288decf39b, 0x56515050be408e5102136216776b682f59fa931396f6bbb5a9db1f76ecdd57f5, '', 0, '?'),
(0xad950e04ed833fe3273a505ccefef009, 'wp-includes/blocks/site-tagline/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0xad95555738e2822407eefe65848cb6c9, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-comments.php', 0, 0x0fb7a16f545ca31b05182ca945f32ce2, 0x0fb7a16f545ca31b05182ca945f32ce2, 0x48e9c9f6204f57c6e1c95c5462a0da172f661679ca73d240c8a8549c49c8c7ea, '', 0, '?'),
(0xad96bbdbfac8e404f636eacc3efd34d7, 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\jed.js', 1, 0x00000000000000000000000000000000, 0xcb5c315ad2ba02a1f3509c7f4c32dca1, 0x5ac3929ba68acf0912b6cb189d4507a92f26ecba743dc7a95800e8fc3237c803, '', 0, '?'),
(0xad98381ada310ac8893d0aa8ff7b0891, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\open-graph\\values-helper.php', 1, 0x00000000000000000000000000000000, 0x239ab43fda26d7047ce01a1874ab1cd1, 0x1cd5e021ef8da15bf8af44bcd2898cad16dc9ea559ba5d4fe423112ae6a36056, '', 0, '?'),
(0xad9af73bff979079ac03ce0152cdbb86, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-gallery.min.js', 0, 0x843d2f0f0a02eee2f7844a0569bef335, 0x843d2f0f0a02eee2f7844a0569bef335, 0xc9b1fd1efd82e82c7f934236e91034235f34e144f0ec4ecfaf7692906e829f72, '', 0, '?'),
(0xad9d0883d996087c3b1f82fedb050285, 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\myyoast-api-request-factory.php', 1, 0x00000000000000000000000000000000, 0xf9be50a2cefd3fbdc4b4c03d22d53da7, 0xf56a5f79b79997bb54865beb5edccad6a479ae5576a1fea41396250a14dc7eaf, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xada4c28afa1af16791ff8ec644e14cf5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\UriInterface.php', 1, 0x00000000000000000000000000000000, 0xf918d405a2b6f6eb51f1f2769d076d89, 0x75fd8f8055aed0fabeaa7d6df0425e0109fad116394811ac4db140710133debb, '', 0, '?'),
(0xada82884f7f31746a054c87d3fe07511, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-verifier-user-meta-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-verifier-user-meta-repository.php', 1, 0x00000000000000000000000000000000, 0xee3ca1f9a3d3a3781bcf11d04a88a93b, 0x88a5a5ebf98d8890a86d777caa05af44931dcd64e98d0ab4114b01d24de4f680, '', 0, '?'),
(0xadabe266eab6cad39e222e7aed60d624, 'wp-content/plugins/elementor/modules/cloud-library/documents/cloud-template-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\documents\\cloud-template-preview.php', 1, 0x00000000000000000000000000000000, 0xfb4904790294015b6ccf19486283bdc7, 0xacf1ab75b3f7be5db78a77f5b2565b59fd18ce6262f7efad4227da790d8271da, '', 0, '?'),
(0xadb00adb83512ab5ebd355daba2cd339, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/post-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\post-list.php', 1, 0x00000000000000000000000000000000, 0x52a51c4257083497b0ea6039e850968e, 0x8c31642d166a136e0a0ad74dfb87d0528ec6c78030a89902f33dac5ce9354a42, '', 0, '?'),
(0xadb6873b6d53d0776735732d8b395ec2, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0x9e6791e3f71a6bc027d490a92640bafd, 0x026b5afa356eb0954b2a4d188d94410661fa3798559919d1935f97fae7c2be5d, '', 0, '?'),
(0xadb73691509197044f16ee805241891f, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\css\\e-select2.min.css', 1, 0x00000000000000000000000000000000, 0xe9a6885cc5293eb865629abef84fee06, 0x7ab9bf15cf801645b34cf9f03ae4f96682788e0553d9ba2dc5557a987cdf0069, '', 0, '?'),
(0xadc7f40dc2db9c54694553f2e3ad1212, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-promotion-notification.php', 1, 0x00000000000000000000000000000000, 0xf099bb9cd8fd6f1f070ee68b74ddde1e, 0xb0758a1572ef99f2f1deea93b349db62846c5e82daa3747e755ceb6d1ac7399c, '', 0, '?'),
(0xadd92d84db3dc2632c3413187b37da95, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x0f87bf9414e6af5e0bd03e9e43eb7d44, 0xdb834fb42baa3e7bb5955614ea18cdf5506ce762cc257f1976edfe4d62b6bd8e, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-tabbar.php', 1, 0x00000000000000000000000000000000, 0xf586ca91e05ddf24cc3068979757e990, 0x9cfba372ee1ff1d8757d6f4d09a2ba71f2cdc3182712b8d7ee4a9eb5de1dda77, '', 0, '?'),
(0xade051e6f9eb39d60ed5eed4fe1c5fd6, 'wp-content/plugins/instagram-feed/assets/svgs/publichashtagIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\publichashtagIcon.svg', 1, 0x00000000000000000000000000000000, 0x66a0984a8848b40e4584771b6aee0cdc, 0x8e39a8462fbba45a742e189e4934354bc51e9330086bbc542c6d0799ecdbb06e, '', 0, '?'),
(0xade1dbde3b030afb37bada9334743e4a, 'wp-includes/blocks/post-date/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xade29d7d1181b6ce9c4441a2de45aeb0, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0xade48f8256dca4bd63fd519b9527f933, 'wp-includes/blocks/comment-reply-link/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\block.json', 1, 0x00000000000000000000000000000000, 0xb67ecc2d12b503c6f09eedae81b0b86f, 0x1971a0519fc0334e20cf1d4b79b0dc0bd6a6c2aa0be7c8f6c3e550ab7ecc6107, '', 0, '?'),
(0xade5ac760a0523f3578048dfa376f977, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/smashballoon-logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\smashballoon-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x01e2f5627d4c3a1fde0916f8c5d27be4, 0x9ac47c69a97ffb65a9693689644d585088024e8f193da6019b5959d2cc5613aa, '', 0, '?'),
(0xade7c0089373f34d02ac4f2d8f6dc1ee, 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon.svg', 1, 0x00000000000000000000000000000000, 0x0562eb654e415a0f706be18637c5727a, 0x0f4b2c02a55c5c71783df50efa6c6bfe81d3beee9620a82e40b13542ddb6f762, '', 0, '?'),
(0xadea7eb31b7ab401b6a144bd59cf7258, 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon.png', 1, 0x00000000000000000000000000000000, 0x058ac26c0b219391036383e4b7e08c29, 0xf04982532b12594344d44796b616d4c3023d04cb5affd17e89bbfb25c663d68a, '', 0, '?'),
(0xadebc06e3207fbab409794d1c8526498, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio.min.css', 1, 0x00000000000000000000000000000000, 0xe18ef6f63f84bdd5403db37a32a4d3f5, 0xe49fa493df41ea448bb55a86a6baaf79753b9a838b579e54095facac0e5fc5c2, '', 0, '?'),
(0xadf4d556f57394287466d5089fd21d0e, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-aioseo-v4.php', 1, 0x00000000000000000000000000000000, 0x6804d34b8c3c9c33b75aff3ff1616adf, 0x664ccad7f3b2fcef3617abb49dfe3a471e7b9fd40a2da3a5199d0fa71139e342, '', 0, '?'),
(0xadf51728da9f631c57d2b5eb3821a566, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8768.0b36c20284680d3e.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8768.0b36c20284680d3e.js', 1, 0x00000000000000000000000000000000, 0x13e7a7a767bb0630e342e513ed542cc4, 0xe682c079b4efceec62124acd204a14f02f4301e40c021906d4d314b0a31c9b14, '', 0, '?'),
(0xadf9507997af73f611dde53f56c4a667, 'wp-content/plugins/elementor/modules/nested-elements/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\module.php', 1, 0x00000000000000000000000000000000, 0x39cde8ee7e57de306fbe1934a5a4b9f2, 0xa4236ac9817cbfa8922ef487c855d7bd5c27b48cdedfde9a18e8d2d7b82a7d1c, '', 0, '?'),
(0xadfdfa64ded37273e025035a55fd63a9, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/instances.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\instances.php', 1, 0x00000000000000000000000000000000, 0x2dedc080b8071600ea54966c6df48df5, 0xecc17a6a3247c7f2d0d837f2981b6e1c8dbab06067ba75861e8711a85c29f65a, '', 0, '?'),
(0xae0016cd2f0a56a38c6ab683057c8c0f, 'wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\builder.css', 1, 0x00000000000000000000000000000000, 0x7166a76d3d64ffb0422d084cfacd5922, 0xf1b0f043ac60dad6a23a488ecf93459c25e3e78c4af0e3d907bde54c62a6da37, '', 0, '?'),
(0xae02342974186b916c23863cefdd55e1, 'wp-includes/block-patterns/query-grid-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x2f30ca4bb10017467fa1d44f4b89ba4d, 0xde515e44e68b9c89e5fb6474e935a6a6ae5447a0f0290ccb8a68f860f065c820, '', 0, '?'),
(0xae02b12bcb6931fdf2a7c33b30d3a33c, 'wp-content/plugins/powerpack-elements/gruntfile.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\gruntfile.js', 0, 0xd6652d0c1bc260abaa0f192959640506, 0xd6652d0c1bc260abaa0f192959640506, 0xba762b6bd45c881b116f3ed9e59896c8ce2b7989f3f80eacffcb7eb99b065f15, '', 0, '?'),
(0xae06e1648fca67ef0b2365b61c3055bf, 'wp-content/themes/astra/inc/abilities/customizer/general/scroll-to-top/class-astra-get-scroll-to-top.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\scroll-to-top\\class-astra-get-scroll-to-top.php', 1, 0x00000000000000000000000000000000, 0xe07f04ff68aae393329bea3df00dc6a2, 0x8a2e17d596d4dcd778289935800e016c47737dc5c93854f49eabb9a252f00fbf, '', 0, '?'),
(0xae092d1cde35a2f3b98e3ac382705573, 'wp-content/plugins/elementor/assets/js/interactions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.js', 1, 0x00000000000000000000000000000000, 0x0894fd174230380bc8a167c116f15307, 0xd59b5ded61483b0c6196ed44eafe00b44a047d45847b2334ca90f450eb1220c1, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\update-core.php', 1, 0x00000000000000000000000000000000, 0xf9c583608a41c6d16b13e6fe76caa39c, 0x8264fea54761b7787321c0b1685895566bd4a9f268c80afaa97082fb2a28b818, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0xae0db9f46e502c0d4f3813b50a0dc3bb, 'wp-content/themes/go/dist/design-styles/style-modern.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-modern.css', 1, 0x00000000000000000000000000000000, 0x09ee56bd6413160b25505333edb6d16b, 0xb2cea59c325a575fb90281827cfa45eedad5055c55be0e26c1a7d475dd23005f, '', 0, '?'),
(0xae0fe6f951f7b10a14eff5276a803f67, 'wp-content/plugins/powerpack-elements/modules/interactive-circle/widgets/interactive-circle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\interactive-circle\\widgets\\interactive-circle.php', 0, 0x15a55bd337f1973d74c0ffa926b54a9e, 0x15a55bd337f1973d74c0ffa926b54a9e, 0xc8dae2898b53d40a4784758b747e248659c3e294eadf9042fea9059dfbc06e55, '', 0, '?'),
(0xae10727d59f4d3089dc886562ce5294e, 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\modal.php', 1, 0x00000000000000000000000000000000, 0x7eb884232747ebd2686a81ec45ecef84, 0x43c7125fefd6690170c278f2d279cf466556e417b5e751bfa6f66b72a3cc3ee0, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall.php', 1, 0x00000000000000000000000000000000, 0xe3d2f57c3620b5ab1170e7b4ad200523, 0x9cbdf9b8efe2d9ac06b144bd950ef48d1819560497626d71842203db7f538f4a, '', 0, '?'),
(0xae13ffefbd8816615f817efb666d5126, 'wp-includes/js/dist/script-modules/block-editor/utils/fit-text-frontend.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-editor\\utils\\fit-text-frontend.min.js', 1, 0x00000000000000000000000000000000, 0x1757c25c53fb4b3e913a9fed01a5f284, 0x44d5fec516df0d8ad643481094a86339de4692181ee577f89e3793ea044b31cd, '', 0, '?'),
(0xae28badbe9047ce72a489a99536251c0, 'wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x9b65b93bd5faa1c3cf7bbf37c9f77937, 0x40db4217567eb58792d19955b7a8268dc4e44ba65a20c42916994a4edf5655d9, '', 0, '?'),
(0xae3265413f407cd9cd7601be1a59b9ed, 'wp-content/plugins/instagram-feed/assets/svgs/users.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\users.svg', 1, 0x00000000000000000000000000000000, 0x6676b0cdc416b701d34a71c11d6d1d3a, 0x773e7c9b50faca4015b5587d80bfc50a5bee83f059db6e519f42100b26df4b8a, '', 0, '?'),
(0xae39e987c27f14615e164d79fc3a8919, 'wp-content/backup-migration-p2Whnugedf/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\index.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xae3f724326a325f1e996e703e1c2a3f8, 'wp-content/plugins/elementor/core/experiments/experiments-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\experiments-reporter.php', 1, 0x00000000000000000000000000000000, 0x36529e4a740c9336de27e8f836601fc7, 0x198409f13372ae0d4c4833fa866af0164ce1efca873283a277b5e5ace05218b6, '', 0, '?'),
(0xae46bb1f4a1cc8ec24edb807d264a2d0, 'wp-content/plugins/custom-twitter-feeds/templates/header-generic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header-generic.php', 1, 0x00000000000000000000000000000000, 0xd1e3aea3b0754c133e54b7d52f11f385, 0xd309061e5a0f6989200835841fae14827b07c99be1119ddd683e59655da18a24, '', 0, '?'),
(0xae4978e5b95f57f1cb5e171738fad748, 'wp-content/plugins/wordpress-seo/js/dist/elementor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\elementor.js', 1, 0x00000000000000000000000000000000, 0x01c47249dedf3e386ba69bd1d58d3ca6, 0x2a00741c854132ee3c0449c99cf9e1197f0dbe2a4aa52464bf62cde0e0d8f30c, '', 0, '?'),
(0xae4e522ce44ae0962ae6cca647246983, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs-formatter.php', 1, 0x00000000000000000000000000000000, 0x60dfddf28ffbba4529c167c21eb9689a, 0x50ce8a5a3c886f185ba10e37e533ef3a95ccea698a11d077c78f24e632080fb3, '', 0, '?'),
(0xae4f9b1ff1edfd1ee2b1a415791ef6f9, 'wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\malibu-plantlife.webp', 1, 0x00000000000000000000000000000000, 0xeda70b7c8a4d13f22c47c527a43625c2, 0x7d2b46acff0503ad50a262e573b4f2163c816ba64fa0caec9fa8796624d2bab3, '', 0, '?'),
(0xae55cb0f5cf987f07634c0d8d24431bd, 'wp-content/plugins/wordfence/css/wf-roboto-font.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-roboto-font.1778081072.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0xae5617d6e73e9bc1fd4c31d29563a230, 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\edit-page.js', 1, 0x00000000000000000000000000000000, 0xcc67e39d08e6af22beece8d419877225, 0x63e97da11c7cb32e62ea06eedb414fae0de5d5ed0e6fd5debfe17a3030c9e1f3, '', 0, '?'),
(0xae573422031131b2d745272513726b55, 'wp-content/plugins/powerpack-elements/modules/testimonials/widgets/testimonials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\testimonials\\widgets\\testimonials.php', 0, 0xe4ddf6cba6535ffe2cbac6c3cc666488, 0xe4ddf6cba6535ffe2cbac6c3cc666488, 0xebee59101596745d7c59515fcfc0a7609d6d828858131c55576cb99325328b8b, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x0fe0c6a4e0a9deeb7493a047c440aa55, 0x1d4f0b7cdc14ddd4f598478dbd4a90dcfc501b7b4362169bb73cfd16e132136a, '', 0, '?'),
(0xae69286e3640a4dd1d039d357120b0bf, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/filtering-strategy-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\filtering-strategy-factory.php', 1, 0x00000000000000000000000000000000, 0x5c3742e841c405f37e2793a1d051277b, 0xc28ba8775ee4ea6ebb494a6d12b21e9848293bd48ea2e2691412b40d93afa901, '', 0, '?'),
(0xae6c4292bbf90bbdf98de2e489376a09, 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\traits\\product-id-trait.php', 0, 0xd05b9eca40206f946f5b5466e83b300a, 0xd05b9eca40206f946f5b5466e83b300a, 0x346e44221aff4843733df5cfdd4badf65488faefd4d736a3b06236644eb29cd3, '', 0, '?'),
(0xae6e68c9611837c392e7d8986b95c09f, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/atomic-youtube.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\atomic-youtube.html.twig', 1, 0x00000000000000000000000000000000, 0x2cf366a0562c8c8a09db5a8e04d10b7f, 0xfb52ea903da771644b86d548546b7df5388cf8d80d2f1cddc7d05740b0864e4f, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0x3153444df4027b4b43aa8428be9f31de, 0x4d0a08fe07a34b366540a28eff7a4de464b4f3d7bd5a25641209a758d281abac, '', 0, '?'),
(0xae7c27e22deaf927ebd66e273e05a5b7, 'wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\parthenon-square.webp', 1, 0x00000000000000000000000000000000, 0x259500ec8c58940c856861f6912d5fef, 0x9a53155afa6cf74a97643edffbe3da491e4fa2317103e9263dc3cdcf901b24d8, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0xae84da0c5474174785a0324c2343ebd4, 'wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\runner-interface.php', 1, 0x00000000000000000000000000000000, 0xadc087620f74a108156bb81bbf033ba7, 0xb1543cb47d3f4db320eb3629601e52fa6b6c5dbe0f3783ac5b7a6102ea82bc62, '', 0, '?'),
(0xae8cb42830e95c1401ebe5b7feffce63, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Collections_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Collections_Builder.php', 1, 0x00000000000000000000000000000000, 0xdf37a90d8fbe990625cc322f1cf2b759, 0xabc66df22a385ddc3198c02db276925cb021a6120111494764306149216c2e83, '', 0, '?'),
(0xae90825209bf28bc2c092129ce165a0c, 'wp-content/plugins/wordfence/waf/pomo/mo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\mo.php', 1, 0x00000000000000000000000000000000, 0x0844899c3618fbe67e2e92c5e753ec5b, 0x0bb0c6045c27f75f46eea075e643294352222843b94fdb59577fcf219ec80529, '', 0, '?'),
(0xae9790c9958a91236586da9a5f03f2a1, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\empty-state.php', 1, 0x00000000000000000000000000000000, 0x0ad93d1a3f73ede87ae5eea989013add, 0x42c449ec9b0d355ba70314d22093fcd1d78c57cad6af54a211742d674b0bc9bd, '', 0, '?'),
(0xae9fc147cd2c10462d0ad21d6f142efa, 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\user-agent-list.php', 1, 0x00000000000000000000000000000000, 0xdee69e73586f550af94b159d2cbc4256, 0xd8f7ff857921fd21f7531663cdabd11a406c50e394685e74aa2c8fd3506201f8, '', 0, '?'),
(0xaea85d565569ab422ff5d26dfad5b5a8, 'wp-content/plugins/reviews-feed/tests/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x7a920d726204930fac93ff95027b77a5, 0xf4bb485481a96d3017697a1f568350de2a1dc32cdd6256461b727f1aa1fcd7a8, '', 0, '?'),
(0xaead32641ff438d0f200659076bb134c, 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/task-analyzer-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\task-analyzer-interface.php', 1, 0x00000000000000000000000000000000, 0xb5e86485a804fc97b2e4acfe197e18ad, 0xa8bf2c08877242960fae398bb7e1395a3edc37ef5c9a8e283b55b9e784e0389d, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x64518974d2e7a00de1e4160f89935a21, 0xcc686254585f889e1d11132509bfb102e5134d337a05baa7ac954b3852ee4dca, '', 0, '?'),
(0xaeb7118e4000ef8953e8377bdf4f63cb, 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\wobble.css', 1, 0x00000000000000000000000000000000, 0xac361d286cc5073e244fa6a68b5b4959, 0x2cc72a587fa85dd1a145f16798e1a87bafc576ba05b71038852cd4ef3704ae39, '', 0, '?'),
(0xaeb80eaf7b5a1480c824cb27f38951a9, 'wp-content/plugins/wordfence/lib/wfScanMonitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanMonitor.php', 1, 0x00000000000000000000000000000000, 0xccf7b3f7820e30f7ca1dd527e79dd824, 0xf36e1726dd75730f181f253f938fc5337ee758239a925792481cfffec11fbf2a, '', 0, '?'),
(0xaebdeee01b60f15d34a81ef3106bb168, 'wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\documents\\loop.php', 0, 0x10cad952666d6ab7c8b8822e16034328, 0x10cad952666d6ab7c8b8822e16034328, 0x3fcf1a01b760aedda19c0900c70734ee62655884be11214004c54800b1c56072, '', 0, '?'),
(0xaec19c5e41d51ca8647f63e038b78dd8, 'wp-content/plugins/wordpress-seo/images/icon-rest-api-endpoint.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-rest-api-endpoint.svg', 1, 0x00000000000000000000000000000000, 0x6abb7f528d00449f14f8e47f859ae5ad, 0x202b1f435ec01e5e1c65ee7418a070ec10a7991bcc2dca421e0a6c1e1f0d9bf0, '', 0, '?'),
(0xaec8ce158245aeb5e74f17bcb4f4a22d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0xf1dca3050732394d1267faae70ab73fd, 0x8e855f9810518d8bc06d6ef8e00f9a112f5e3e0b032379fecf7c85e6b5009989, '', 0, '?'),
(0xaedb68c553c4bf51e37f830bee529ccb, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0x2ce1f9246f6d6f636701f15d4e28ccf1, 0x9f0a03cd7d1ebc665886c49c623c0c458e6f952e115b3c76361485315ff25e1e, '', 0, '?'),
(0xaee7c516000bc57d704a3efb7a7173af, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/BaseSettingPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\BaseSettingPage.php', 1, 0x00000000000000000000000000000000, 0xbd5138f089be01cabf0ebd32841418e5, 0x8ef38f7a7415ac7dd307fd50fb430939d6d416ecd3c61936601e36d1eaf94dc0, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x6445176c28ae05f484c73b362f172a41, 0x4dd309eff8ecaf2de142c9046adaf9563a7489ea3b5e66ce57982f8a151ff648, '', 0, '?'),
(0xaeee51697117b7038361b5a4c27af6e7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css', 1, 0x00000000000000000000000000000000, 0x4e0874ba4b4a4014d97cea707c2ceed3, 0x554007b070f6de3e9608a76eff961dc02b942ff1e7c099f039a0fa13742eea0e, '', 0, '?'),
(0xaeefedbad40bc0f959c06f9806e5b7c9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-carousel.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-carousel.png', 1, 0x00000000000000000000000000000000, 0x99f35c34f69b78d6f34ddb94284cc4cd, 0xbfebe6e229ea136e5b435597cbb43488900d69f3a2ec3f6238d9c848021eb095, '', 0, '?'),
(0xaef243b3a32c465173916041cf6aa130, 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.strings.js', 1, 0x00000000000000000000000000000000, 0xaa0f8b0c23e23c6a60ec121c550190da, 0x68ea2c9a62661758588d1f8c1410d554649a8de58da1b056ff97517a6743bf6e, '', 0, '?'),
(0xaef6ba405077d379e8c5d933824b0573, 'wp-includes/blocks/site-tagline/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x22e301917fc2e4dc72f73338c51fdf9f, 0x0eaacfc5b2fe75ce91a775c6de2dfea4d0207893a96d926f43dd00a3b12f23ed, '', 0, '?'),
(0xaefa5e4147238ef630d1de842f8131fe, 'wp-content/plugins/backup-backup/includes/htaccess/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.htaccess', 1, 0x00000000000000000000000000000000, 0x5a6fe3676f1129abb22c80ee9083f3d7, 0x3e4f15adfcf3359deaff874d37606d17c3e3e3f9467bd2a96b50746112c1c9b8, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0xc7619cc8c34a1f807d919e21c557ccca, 0x0c5977bde031e603f4762ea3473365f164e5861cb8c384b8ad79604c52095d15, '', 0, '?'),
(0xaefdacca9c5c22b1e2e87a402a3ed41a, 'wp-includes/blocks/site-tagline.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline.php', 1, 0x00000000000000000000000000000000, 0x94d6c1fcc0422dc56fbb6c59b4c27fe0, 0x95de0edc70b19d944b31fc3220de6d9188cb40d182d8f7fe27501914b8ab8bbd, '', 0, '?'),
(0xaeff9d8f3945786f8bd4cd199cdba174, 'wp-content/plugins/wordpress-seo/css/dist/block-editor-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\block-editor-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c2e8be5dfe8d9f9e9683507ed4737c1, 0x90019004851c8b34968de4ff9373e8e2f70869275ff2f79922c2f8835f6cc8f0, '', 0, '?'),
(0xaf02b531c123316f7dc3b60cc00be67f, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/review-collection-sm.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\review-collection-sm.png', 1, 0x00000000000000000000000000000000, 0x1a6c1df7f463b2b349a7538ae9fa80f8, 0x1e66a64d00671faa978a0b7f1a2c5eec7b1f772f5a7d48d9d3a6c78a4133b116, '', 0, '?'),
(0xaf046628c7051d3a198086466f1ca76e, 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts-markup.php', 1, 0x00000000000000000000000000000000, 0xd998ac1438f1dfe56a87808958405006, 0x3328c5f67a6e4077e59975cd189cb30e327b486dc3f8c1767a2e2b70cfc0a003, '', 0, '?'),
(0xaf0701453a7f7fc1f034bf8b8ed67870, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-number.php', 0, 0x873986617a800e28e8b5990a5b751159, 0x873986617a800e28e8b5990a5b751159, 0x4a3a6064b6348d49d5cdadd4a2c6a0017451369742ec9386e69e06c177e31458, '', 0, '?'),
(0xaf0a695fbf612a84898d3ebd1b646e50, 'wp-includes/blocks/post-excerpt/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0xaf0d54a9b8b158cbee20fcb3e107155b, 'wp-includes/php-compat/readonly.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\php-compat\\readonly.php', 1, 0x00000000000000000000000000000000, 0xf9d8e59cc70fa273e1936761081b2cea, 0x162485df530a80ad80432b83622cfcfd62968ae7a7541372c4518653ad393e89, '', 0, '?'),
(0xaf16e05ff0cbf317047ab5bd33ef5930, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-logo-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-logo-grid.php', 0, 0x852cb64bd003ab06326d48fd90e50a8b, 0x852cb64bd003ab06326d48fd90e50a8b, 0x88f26bda75950c9d5ca10e7eeec376d83ccf6b6d6f5811854dc67d1710a7045a, '', 0, '?'),
(0xaf1b577fdc7e65aeab528edb965ec692, 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product-fullwidth.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product-fullwidth.php', 0, 0x883abb47cc8e4737ffd2d525850eb901, 0x883abb47cc8e4737ffd2d525850eb901, 0x611a672a4087e4b829afe1dea24e872c15a43f5216daafcaf89c6bcb5d8671ee, '', 0, '?'),
(0xaf1f75d36cd4ef3d8c13c8ecabce9915, 'wp-content/plugins/elementor-pro/assets/js/video-playlist.d48e1a11007fe8c248f8.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\video-playlist.d48e1a11007fe8c248f8.bundle.min.js', 0, 0x87111eef53488912fb177456d4f5fee5, 0x87111eef53488912fb177456d4f5fee5, 0xa4f29dd33eb9a246e4a4c5b0da9747d0626919640ac541ab5dab18c3214a2fa3, '', 0, '?'),
(0xaf2b4754138f88a6cca11b182dd27d83, 'wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-site-settings-url.php', 1, 0x00000000000000000000000000000000, 0x0c45acd2a5a0962f8379088c981fa2a5, 0x425c0d8a4aa89e3c95b627010522b40de714aea82ae973b68f481f16cf0c0c0e, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-sites.php', 1, 0x00000000000000000000000000000000, 0x6633b9a5bf882653b2a937463736e7c1, 0xf888dd2cfc0e249879be6e2952b6804867a5ae84687bd124d7089955078fd008, '', 0, '?'),
(0xaf2ff7dfa3e84c8d7bd06c6b367f97d4, 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\response-parser-interface.php', 1, 0x00000000000000000000000000000000, 0xd9cd0b319d882df6fc243be78fab9569, 0xd2142169db57a45236d548b2bb99990adb645a825df5363f0827c69f2b386eff, '', 0, '?'),
(0xaf30615c6f3edb0ae99bc8c0eebf772b, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/footer-social.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\footer-social.png', 1, 0x00000000000000000000000000000000, 0x97d4155375aac1cb7780b404951258a6, 0xb78a3ec945110875c11d85144c93d07178fb34275a4fcf121855a030557569e7, '', 0, '?'),
(0xaf391239f8690988a4bec74dbab56a57, 'wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-callback.php', 1, 0x00000000000000000000000000000000, 0x1fba297c1f31e0480f904a3e8c8dfd97, 0x0e3637e6eb739215d97d076b08f6357cee2b75150263a5c96d29c9ee73fccf7f, '', 0, '?'),
(0xaf40d681988f80b58cd8ef2fd50d526f, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.asset.php', 1, 0x00000000000000000000000000000000, 0xdb20163c3dc2158af60c632cfdd5bbdb, 0xdea6004c01606b5e2a06e677081593d53708d027a139bbd1520e0affdd3dc953, '', 0, '?'),
(0xaf42944f3effeb1404d378e94797f969, 'wp-content/plugins/powerpack-elements/modules/image-comparison/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-comparison\\module.php', 0, 0xb8f8eb5cde72ad984aa9d1b87a61be25, 0xb8f8eb5cde72ad984aa9d1b87a61be25, 0xac8e446bf854e5747c94f02dd00c1ac9a79ba2ad1c80a0b4ba1e331cdb23e20c, '', 0, '?'),
(0xaf43ea1d6a2dfc5168c02245d6765112, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/indexables-update-listener-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\indexables-update-listener-integration.php', 1, 0x00000000000000000000000000000000, 0x7d933e7cb0825b6ae523acb730860024, 0x4979360830cf617b316d9fcb73960945bf87f9c906902e781f821ecdfd4703f7, '', 0, '?'),
(0xaf44f9dd167d55b9dcf0832392cf3af4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Uri.php', 1, 0x00000000000000000000000000000000, 0x09d3a6734a6c4e0126b34608bbf30dcb, 0x20e7ed90da758b0fafff2aa6dd6cb84c8c7cf6d49e375e9b009eab23cab0f8b1, '', 0, '?'),
(0xaf45990d9460bd9e1fb99895176ce70c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1268.5d08fd7d431830c2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1268.5d08fd7d431830c2.js', 1, 0x00000000000000000000000000000000, 0xe10d57aefd5efa34f0dc4a939c7f61fe, 0xd2bef19b99298536e439118da1d84ea671885d30970cffdb1fe56b58e36b3b12, '', 0, '?'),
(0xaf4910b0590976fc314249e3a5ea27c9, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0xa7dd5f852fa271c6b779443f02460f51, 0x648ab1bf48f991a602c0f7289b0e8516aa7e6e369a81a4fec9a14665492384c3, '', 0, '?'),
(0xaf531eae2a2fdd691913483d04fc8d67, 'wp-includes/blocks/term-count/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style.css', 1, 0x00000000000000000000000000000000, 0x0535f3a5737f8f328556101c12d9ea91, 0x2bd8fe1f7b4350f2968434e54ee854606197dfa7e9a9e082aa2b605516ec6541, '', 0, '?'),
(0xaf5bedc76b359a662f08a775ecd130c6, 'wp-includes/blocks/post-author-name/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0xaf5df7b318222b9e0a2e19c3c9c491fb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/base-acf-rendered-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\base-acf-rendered-tag.php', 0, 0x8d8d2f565c790b231fe0c7628aacbe22, 0x8d8d2f565c790b231fe0c7628aacbe22, 0xad8ca83d1261b893989c5fdfc4dfdf921f4c184d43e9a7ebc640de421abdaf2b, '', 0, '?'),
(0xaf6042376fe636491e3e846a369a6446, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\search-form.php', 0, 0x6352db6d2c3b88bdbe1eca971d4bbf02, 0x6352db6d2c3b88bdbe1eca971d4bbf02, 0xf55fc2cf65a275141c5019c62b0c92329c7f24fec9d86c3174031bf13c240d37, '', 0, '?'),
(0xaf60edbcba641eb39cd44d1e99739137, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0x6f0c2de5ce1537a82ac754e8513e712b, 0x1be617d3e1d7dc25373948a6fa4b53b03000daf4d8cd65e438c8e9482d936f43, '', 0, '?'),
(0xaf6440e5aa0abbf9f2f360143fd1246c, 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php', 1, 0x00000000000000000000000000000000, 0x19c9ed68fac3763d0957d3b8e1024a61, 0x199be31c6c50c4ebf34534f7a685dd706206261747db75da6b3b100e078c4537, '', 0, '?'),
(0xaf645134e32bda3e32e9d9b16acbdff7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-one-click-templates.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-one-click-templates.png', 1, 0x00000000000000000000000000000000, 0xe2c017008f7680b0947eea7122a15a5b, 0xaef5ec34b1b227461e294d239f09f1a08302f04dd3564e4554bffa816adfe7c8, '', 0, '?'),
(0xaf66e1e135dfc615cef0a6a60e1be7e0, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\yoast-admin-conditional.php', 1, 0x00000000000000000000000000000000, 0x5398f7fc709bbc21b8818e7369bd0530, 0x203abe84b2c4f9d6158d8cdb4e32c3ededed208520b7b0a966362c6f9b518509, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0x16e4ca8a5f9919e55c83681ad5d6cd45, 0xf0354786465b50e9e272b154cb27784f161c518cfae231a8414ec64864b7775c, '', 0, '?'),
(0xaf7389bf3c3b1715f1d8d806f5fc89ed, 'wp-content/plugins/elementor/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x0ef6872a21f1738ee86c0d4820d00b40, 0x906068d9ff89b1b7d5ac554898157090a80384f2204acbb71a8cffead4703ac3, '', 0, '?'),
(0xaf739b43a6a9e0fcbc0e7dee4cb227aa, 'wp-content/plugins/elementor/assets/js/editor-one-menu.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xaf75cb22d29d5d6e223023009b0d97df, 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.css.map', 1, 0x00000000000000000000000000000000, 0x40049789b023507330d44011a50815cf, 0x7c0e4f59a31348bf84d4df1930646183a8036fc641978b6ca5b9a8fa54949cfb, '', 0, '?'),
(0xaf767e4ebdedc11a3febb380e67284d2, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/file-failure-notification-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\file-failure-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x15a610d16d787f15c9c5fb84e9508277, 0x0bf4c6895ec3204a9fbefb348d2fdf6f739e46e16a98b0e817e5bd77be7399ec, '', 0, '?'),
(0xaf7f2bf94fc5c8dc309bae004bfdb3f3, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0x75c30811c21749da78ebe69bb0e66816, 0x1e778a5f3156e1dcc25baf7f9d38636e8ac747b64715bf1e7cb204efe1f2ed6c, '', 0, '?'),
(0xaf7f88b8cc000041f0ed60758474fe56, 'wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in/opt-in.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-v4-opt-in\\opt-in.css', 1, 0x00000000000000000000000000000000, 0x02aef66f0142b41367f857673986ddd1, 0xc89715fb78aad5f6d1df9b9bed122103ece382aad822aaf9a2bd78b2d03a0366, '', 0, '?'),
(0xaf7f9fe2d787c38c2161f8221bd8cb26, 'wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\seo\\post-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0xa681bdca2b2831e8b91454eff9b77f7d, 0x073ab50065a61398d1c1768e90ccfb604f7475311e9a77db31b65e4261f3b398, '', 0, '?'),
(0xaf857633932ee2a8648cd0393086973d, 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-tweet.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-tweet.php', 0, 0x0dd94b9a48b2959ea8e9efc8326f9b5f, 0x0dd94b9a48b2959ea8e9efc8326f9b5f, 0xb7c95366f2fcd071a4a9e88fb25e08a5e9a62d241bf15bee51c6c13df841a6bb, '', 0, '?'),
(0xaf883c73adf4a7bd9c3321a3b9edbd70, 'wp-content/plugins/elementor-pro/modules/notes/database/models/user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\user.php', 0, 0xb6001d1d370f9145e2ace923f05806d6, 0xb6001d1d370f9145e2ace923f05806d6, 0xb4de3a99a405029499d49d6a24ce62c47a98f4bb3d07f0f82b5363bb38eb1185, '', 0, '?'),
(0xaf8a517d873513d3b7c61dfd33278d93, 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.asset.php', 1, 0x00000000000000000000000000000000, 0x0f652b695a16f71712ed1497ca3ed553, 0x060851c51ee8d539809e71d801bf32a6947b115a51c6f13bd782f7efe714f106, '', 0, '?'),
(0xaf8b1814ca9009961a6d61b2d5462c65, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-resolved-notification.php', 0, 0xe5a897f7d4cde21204b29edb84a6a83d, 0xe5a897f7d4cde21204b29edb84a6a83d, 0xfd4ed56bd8f58fa0ab76f5d01f5564fa82cb564dce0ed74d4514e0be6371c376, '', 0, '?'),
(0xaf8cc549360191ba8e2bf2bf0ee88f25, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-modes\\render-mode-base.php', 1, 0x00000000000000000000000000000000, 0x34c44588f073ba57e17fff3f4257743a, 0x020bfe9e78fd7ead90a5318ebefa9de90148aed2d9da44b973dd3392b49dfafa, '', 0, '?'),
(0xaf909230c3ce4bd0506195330bd2e535, 'wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-compare-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\traffic\\organic-sessions-compare-repository.php', 1, 0x00000000000000000000000000000000, 0xcd04b4adadd2445e8b43671a08a33ab1, 0xbb3717aebac67e1082d0a60a164b83450f6eb555a5da943a508ca8398bf7c27c, '', 0, '?'),
(0xaf9979aa727168642e6d4b8928407e45, 'wp-content/plugins/elementor/includes/template-library/sources/local.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php', 1, 0x00000000000000000000000000000000, 0xe9080febf1bb2d4665178b6cb81ff251, 0x5fcb5910fbeb951bed8f55ac7f5a1caa971fd898f3ac5ffa510a48192ff256f2, '', 0, '?'),
(0xaf9ac4f8850144223e1bffef6cf2e52b, 'wp-content/plugins/powerpack-elements/base/powerpack-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\powerpack-widget.php', 0, 0xd62825abd53c53d0b93c5bf1eccaa6ca, 0xd62825abd53c53d0b93c5bf1eccaa6ca, 0xa66079c10eb83e5af1050f647a8cad70be09be6d4914c2f1f0ec25f7fd9258f7, '', 0, '?'),
(0xafacf4f35a37adbb2f1261533b031c14, 'wp-content/plugins/elementor/assets/js/197583acd246fea0e25d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\197583acd246fea0e25d.bundle.js', 1, 0x00000000000000000000000000000000, 0x080c9b73a191fed467bc44d229793974, 0xc663e7f73ead520a99b11f15d3789d29e924041d9d6b1285e8176772d32d2158, '', 0, '?'),
(0xafae181b1c08f23afd91098eaa97638c, 'wp-content/plugins/instagram-feed/assets/svgs/issueSinglePreview.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\issueSinglePreview.svg', 1, 0x00000000000000000000000000000000, 0x2684ad9af238bdce6e9beca0635411c6, 0xe9d1589b11ae643e0ea46426cd9aaed5346ea07d6bf7e47cd4b56302f66a6661, '', 0, '?'),
(0xafae98f479861fa31b02bdcc90e56f21, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\brands.js', 1, 0x00000000000000000000000000000000, 0xed7e7f07bdee78de04179dce4a055a86, 0x9c95459121c91d84fabdd37266878f8bbe1dfa85725e43e1d6d06f8529457013, '', 0, '?'),
(0xafb3ce0e2d97ce03ae5465fba5fca57d, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\UnhandledMatchError.php', 1, 0x00000000000000000000000000000000, 0x3ec1698318d872c95401e7d75f90977c, 0xa9399173ef1f528566071ac62a32999074668b7563ee5bbb462feb2dcc21fc39, '', 0, '?'),
(0xafb4ffd01c536ded10f4dae6868b3c12, 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\social-icon\\class-astra-header-social-icon-component.php', 1, 0x00000000000000000000000000000000, 0x63f8fe8de9f81e254247bb436ef22de7, 0x1056da8e14fa02922ad178c936247c6d799ebc2381dbb3476bc3f68786b71f36, '', 0, '?'),
(0xafb83307390a4052d37b29bdf7f565a9, 'wp-content/themes/go/dist/js/design-styles/style-welcoming.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xafb896f8bdb88db86dc35aa1aca5d65d, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-5.php', 0, 0x5711f9fec72fe77bbd6608266e702eeb, 0x5711f9fec72fe77bbd6608266e702eeb, 0x286d98c36838e3d72ba6881fc359bd37a606bf4f41662b58aab3f5f101501396, '', 0, '?'),
(0xafb9ee3d636569877fd98d2ba402f90b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201216124002_ExpandIndexableIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x0aca0dc92465f4a2b58ddba058e9e78d, 0x05408ca70c49edffbf3ebbd080cab4ac3566c517a2b7fc7008f75d7915fa9c2f, '', 0, '?'),
(0xafbd53a3142158f2eca920ed91e936ef, 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\site_structure.png', 1, 0x00000000000000000000000000000000, 0xc6a4410381d69188dcefd94207737a43, 0xd418708efc52a0e77d0f54e1b082c95b7c55c7b6afd4adfe26012aa00e248f41, '', 0, '?'),
(0xafbe7144b80bad9d68efd38c79e40a1d, 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.js', 1, 0x00000000000000000000000000000000, 0x93185e98f20476ae5dc53abc3a6d8f46, 0x7008777fa262231aa02a9e6e1bde3ee5cd0d8a333480a86be44085e36fda29a1, '', 0, '?'),
(0xafc5978b14169c2ee40ab179ab52d642, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.a7a076850ecbe78bb8c7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-2.a7a076850ecbe78bb8c7.bundle.js', 0, 0xcab574efa510a376910d96b809e2e03a, 0xcab574efa510a376910d96b809e2e03a, 0xfad011f408125b40aaf58403d2cb87b53ba88759c80625631fabacd7b17b564c, '', 0, '?'),
(0xafc9e5d644bc07cd99fff03b34c12c38, 'wp-content/plugins/wordpress-seo/src/alerts/application/ping-other-admins/ping-other-admins-alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\ping-other-admins\\ping-other-admins-alert.php', 1, 0x00000000000000000000000000000000, 0xe5d46ce50ea4a907b46330983a2c6b5b, 0x2aad90c937ad92e42b8110445f0a3b03163abfeacd7e714b08ab20b09159e4e2, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xafcf8e0b7a6b6b73f4f49bc26b2d0046, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-rankmath.php', 1, 0x00000000000000000000000000000000, 0x45503bd8a3525fd15f336cfdc453621a, 0x3b6f10795c60dc0a5428ebdee1e0416ed78b1100707d679b54c908dabe91e713, '', 0, '?'),
(0xafd06f7e60aa4bc7fd6efcf7c6ae96a0, 'wp-content/plugins/wordpress-seo/js/dist/redirects.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\redirects.js', 1, 0x00000000000000000000000000000000, 0xa95b1090203529458ebfdbc41181913f, 0x72c21746a1145f90a3b4693e8c88e8f730380aca4605b2cfbfeb73000f263904, '', 0, '?'),
(0xafd180f3bb81f1cd890c2b6a60b7d35f, 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-project-layout.php', 1, 0x00000000000000000000000000000000, 0x1611e971dc493b39545ddaff830fd427, 0xc220e0cbd3456dc147e242a0e6bffe9af8fd95facf7091475253597f9b8019c3, '', 0, '?'),
(0xafd2a5c3b2a7756f6813ce6840721863, 'wp-content/plugins/powerpack-elements/modules/posts/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\module.php', 0, 0x5b8a87cbd765e98722387fc3c8e8b980, 0x5b8a87cbd765e98722387fc3c8e8b980, 0xe69e53d54ecc659e79b0d3a4bab23bcd2ebf33bd89bb004637620533fe3d27ab, '', 0, '?'),
(0xafd869912efeee1abd888469ec9d6972, 'wp-content/plugins/elementor/modules/variables/classes/size-style-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\size-style-schema.php', 1, 0x00000000000000000000000000000000, 0x1e0691da0c8187d3180d641d1fed4297, 0x9190bb5641fc537fecf22582eb126a9b227ef2f802b9f2dc21dff70968867ffd, '', 0, '?'),
(0xafd9c8bd5eebf4bafe796fcf7081b8e3, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-product.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-product.min.js', 0, 0x374bb3134181882a84b369a794b7dd7e, 0x374bb3134181882a84b369a794b7dd7e, 0xf05e67903c26899287c93d1ca4e1a1aae87c34d89f7461d6b1d9de6523bcfc67, '', 0, '?'),
(0xafd9f39116ce9bfec25c4cc4709c92d7, 'wp-includes/blocks/comment-content/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xafdcb4c6f355c5e34f822084f42cd675, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/webpage-schema-node-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\webpage-schema-node-filter.php', 1, 0x00000000000000000000000000000000, 0x0207e201d8f5c9c27eb28beeeb209561, 0x3fb2bd00c467701124ce66bba6914788dc350f676ae9930841c3416fb232e47d, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xba2145d6e80da52b0d04fa8fde16f79d, 0xb4a7a589263065831ef9cda501e15f4f60049e03c1459a2a081eb2ad97fe8939, '', 0, '?'),
(0xafe499c5e24e36076dae19aede0c6baf, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\duplicate-post.php', 1, 0x00000000000000000000000000000000, 0x35f38ad9943d43bae8b7c69241e0a585, 0xcb65aa87cbf6b0c3aaec15a82364aa7575c58476781c165dbe63c8b74a36de2f, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xafe68eb8b01dff2e22eeba0bbe3c19da, 'wp-content/themes/twentytwentyfour/patterns/posts-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-list.php', 1, 0x00000000000000000000000000000000, 0xd803f04632bdce011899baa760b79554, 0xb56cb538184aa9682131bf31707cadfc178014f9e5d4d84a278c5cdf0d5357dc, '', 0, '?'),
(0xafe9def1f130061886d7f65bc2d95c36, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0xda95ab85f2b680cc4d5db371e36ea311, 0x250ff0272523a025b5427a82dc10504d29d465f3606d74f56ca5f229f7c047e5, '', 0, '?'),
(0xaff05c30c560305c29ea2f5b02005276, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.65ac3ff61cbda73d513e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-stretch-content.65ac3ff61cbda73d513e.bundle.js', 0, 0x18408d0233a97c2cf7e7558c7c88fc52, 0x18408d0233a97c2cf7e7558c7c88fc52, 0xacf6d0bf4f2adc64a5168b6ed1c8d44a2e1e0ecbf440c546a6397e30475f9974, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tabs.min.js', 1, 0x00000000000000000000000000000000, 0x2509eff245dd9849b80da96d6b0446ad, 0x5c45a6e7e682097879406ede368aaee52a1bd76d54116b271f3e82e72ceb55a3, '', 0, '?'),
(0xaffac198383ae0903310d0b316151265, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-bell.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-bell.svg', 1, 0x00000000000000000000000000000000, 0xbb41b78ef572972da3e901e3f90fd4a7, 0x0d206931cd4e7f73223bd31b26cd33525a5967dc077d935183e536cbb2e689d8, '', 0, '?'),
(0xaffbf0e17da0fe70ba75ad3122f50ac9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\SetCookie.php', 1, 0x00000000000000000000000000000000, 0x964042997a52dae0171d711cecacecad, 0x2fc91e9eaded66fc7d99b24131bfb9e8d610e3eafe75b7d8cf17f74717ff2147, '', 0, '?'),
(0xb003c6a8cea1f1bbe768dffca4e707bf, 'wp-content/plugins/wordpress-seo/src/ai/http-request/infrastructure/api-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\infrastructure\\api-client.php', 1, 0x00000000000000000000000000000000, 0x9227650f82653728c89f8f87cc4adfe9, 0xe6524fc79cd519784a7b094a3dc4ab5077b75ac2b9d3d87b201f775b49f1569a, '', 0, '?'),
(0xb00473ac84fd1c09fbb19fd8a4cc038e, 'wp-includes/class-wp-http.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http.php', 1, 0x00000000000000000000000000000000, 0x746221a7ecaeeaa14ba756d84ff4e3dc, 0x33ca4240238a693af75e56c3756ee1996730ebfe7c839a8d8e29654c38575bfe, '', 0, '?'),
(0xb00e8a4ff7d3374e4dd6e5d126ce5e3a, 'wp-content/plugins/custom-facebook-feed/changelog.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\changelog.txt', 1, 0x00000000000000000000000000000000, 0x1d80426886f5a566d7df42328364eb67, 0x84550e192cc0d50b92d2209ce6dc51f8eaeb064b85aa8e0138c29c8d695fef91, '', 0, '?'),
(0xb0106aff49b7689fa2c128a7ecee4177, 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.asset.php', 1, 0x00000000000000000000000000000000, 0x7255ac8a73126e71b23ede2c2d062d30, 0x9f1cac9bf9060e08ad37fb480478f52e3396ab4bebc845ba6359015d491c0dc4, '', 0, '?'),
(0xb015bdc517fd2bee4059cf32cafd94ed, 'wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\special-dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x6a0b852cbb2250cb38ecf6bbe9e36ca7, 0x165c346b3bbe723253adcc458a409d7bac4f9e123cc146f78464dbdcaada2a7a, '', 0, '?'),
(0xb016eccfff84ccd4916bbd44fa2eb7bf, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/PagesServiceContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\PagesServiceContainer.php', 1, 0x00000000000000000000000000000000, 0xe2f82ffb1e02fed0e85a2bdc2cf53d9a, 0xbc9c98c9e7b9d5b026f5d48977ba235f85b1992de51abd4a5e088ede6bb37664, '', 0, '?'),
(0xb0174b8f849f027111c3c483151125a4, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0xca2bd904b1b57fa4a07da66be6090ce9, 0xa19afa2a46c099c4a41351a31057e2f1c0b3fc8760026c8c91a540babdb39536, '', 0, '?'),
(0xb017c5cd2d229f90b821322a087fe5cf, 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.5eddbaa4e0c79c44c5c1.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-carousel.5eddbaa4e0c79c44c5c1.bundle.js', 0, 0xcb5805961f9fda4ea89e7e32a3a2629a, 0xcb5805961f9fda4ea89e7e32a3a2629a, 0x1fb6a863ec4b298c047139537df0e61e85435817a5379dcd1cbabbab5d61d2d3, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\fresh-install.php', 1, 0x00000000000000000000000000000000, 0x8a682bfa6a9edf9946f8b59d6fbd6129, 0x7214c222bbe957fb26f5fc87cdfaa991c446d47856d3682a25210322b0515a8d, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0x79b970cb2ea6864c63d5668c3396ff00, 0x22516e59054e5474a923cabd1fab2ff403dd8e89b543f594767cafccf3fe14fa, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0xb02b0232e160917e5da6e678bc83d6c4, 'wp-content/plugins/elementor/assets/js/responsive-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.js', 1, 0x00000000000000000000000000000000, 0xa38d3113edcdc65166484c4edab316ad, 0x8fcd7a5961c6ee9be78ac84ad92e05ebfda4b314197142869048079230df0007, '', 0, '?'),
(0xb02c9a9def319ea830c3bb58d50e80fc, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/js/main.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\js\\main.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x79e521e01444f2c986c84110f80f4785, 0xbfc05ebf92ddc11945e2caceb7a51f34eda8bce19c34746101d79c918a7cc5da, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\constants.php', 1, 0x00000000000000000000000000000000, 0x5877f703be95546781a8cb417d06cd0a, 0xae6ba1635178fa65f4cbb313603d6e36cf58357982de64167a35755d57422718, '', 0, '?'),
(0xb0324acbaef724e793ace07dc6c54843, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\templates.php', 1, 0x00000000000000000000000000000000, 0xb0c46df4c774481da0d29398067462ce, 0xe0b84f7b81492dcda2f9372afaa597d57c7a6114abcc6daf0eada72f82fe956f, '', 0, '?'),
(0xb0358e04ba388abbf954350614fada2d, 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\require-file-helper.php', 1, 0x00000000000000000000000000000000, 0x6b5e9b9d779d30f2348f723ab9c31682, 0xaba33ba4a234172365344c06ca90f16e6caa9bf4d67277363f4424848d56b2f1, '', 0, '?'),
(0xb0360eb4628a93becdaaabbaf7019b2d, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TemplateWrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TemplateWrapper.php', 1, 0x00000000000000000000000000000000, 0x2fa4e6234cd624c0347de3492eedf9b4, 0x2b0f28c9c5f92ccbfa87265a206df82029962e16000fd2ec4b6795d2287c6e19, '', 0, '?'),
(0xb03673a1cbef99dca6897aa77eb213df, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/aliexpress-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\aliexpress-provider.svg', 1, 0x00000000000000000000000000000000, 0xe4b78a5c096e9a5572bda6c3496a35fd, 0x6576f3eae4b207c26078540fb1e427bcc52b116185b9f71345b7cc86094dd9d2, '', 0, '?'),
(0xb0374bfd210b28ff74d5341884e162db, 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-author-builder.php', 1, 0x00000000000000000000000000000000, 0x4380a34fc12155a4445df10ac8dc8308, 0xec9031f196784161438fd8c6e8aa3bb093a00366c8647bedbebff3a8d5bc990a, '', 0, '?'),
(0xb03ca0d9d41b71b6382c709c2fd3b378, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-review-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-review-box.php', 0, 0xf2ebc0e0f149056e70c5ba4dca2a925c, 0xf2ebc0e0f149056e70c5ba4dca2a925c, 0x7953f29d5078614faac97553cb7fdaa3db87c55a8e2a0c19a34d77124044d381, '', 0, '?'),
(0xb03dc34dbe61fd17e5af822fcc54a5cb, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-icons-menu-item.php', 0, 0x6e26aa0b8f83cead507c762a103ef962, 0x6e26aa0b8f83cead507c762a103ef962, 0xd49c635a23948fb0a5d04d22a842940721b2b7c2db0cdcd038ca996cb125e8d3, '', 0, '?'),
(0xb0425e4bfdc6308ac2018baa7837ed60, 'wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\custom-menu-old-header.php', 1, 0x00000000000000000000000000000000, 0x50f7718de56c3a32aef1be757221927d, 0x769c3de39ac25de2f55556ae61d1d8ad63aa4fdcbe82327ddcade935ba8f6a16, '', 0, '?'),
(0xb045dd26e0ef7db64534cf30559671f8, 'wp-content/plugins/elementor/includes/interfaces/has-validation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\interfaces\\has-validation.php', 1, 0x00000000000000000000000000000000, 0x94aa622b156701deae80216d226c9ecc, 0x7079e5083f98bf1ed5a9fb3d97e974b7c15b7543eb657739632869ddbfee448a, '', 0, '?'),
(0xb046ca601df0d247cf66662678b7189d, 'wp-content/plugins/elementor/assets/css/frontend.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\frontend.min.css', 1, 0x00000000000000000000000000000000, 0x4fb5f7fc5e41f736ec0527b162519d52, 0x5c71ac332ad8bf606d7116fb1ef5a855c97e2c7d67fbfe20d6116d049400dfc2, '', 0, '?'),
(0xb048bed6e37b08579391726fc8cc7b5c, 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-anthuriums.webp', 1, 0x00000000000000000000000000000000, 0xf126372ae2a67109e4156f99c2794e5c, 0xae743b422c7437d4ab5664ab5c2c564f11e370cdfd193c6b56ce0547b2ae82b6, '', 0, '?'),
(0xb04b053b51ac43c7928b9e0aa35f4375, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0x6b89c03256eab7f233ff9c0908a3b0be, 0xeaf825fb58edc2aace15c38aa291816e6ccd8960b46ff37d0add7fee4450cf91, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\components.min.js', 1, 0x00000000000000000000000000000000, 0x1cac45842d3a198964c585cfed111594, 0x755ba94df0d11a47c9dcafb76d459d51a3bdb125d054f297e549853c21a9f690, '', 0, '?'),
(0xb04e8ae0bb858022b37d4cc5554cef58, 'wp-content/plugins/elementor/includes/controls/gaps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\gaps.php', 1, 0x00000000000000000000000000000000, 0xd90f1bc28528870863edb830db071153, 0xfb5b46aa5edb1dcdd0d0c267bb8cd9111cbd43f87f559086465d29ed6b8b5d06, '', 0, '?'),
(0xb04f972ef33b8bb080f8516a96532ec7, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0x9d7df832e8f45d1dfd664320c47d97a9, 0x3810234e9225c5b9a93eba5c9ef967c011b4f171225d3a9898f8bc2b0751f3e8, '', 0, '?'),
(0xb053472ee5367099d715eb6a1dad45c4, 'wp-includes/js/dist/private-apis.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\private-apis.js', 1, 0x00000000000000000000000000000000, 0xd05f3610a94594e4bf95a18877257487, 0xb6f16097f2b8c9411338dbd19c8161e377d315108696d9d84abdfab55bf1a173, '', 0, '?'),
(0xb05425a7a79bf4c23f3f590ccd9b2f64, 'wp-content/plugins/backup-backup/admin/images/wasabi-s3-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\wasabi-s3-mono.svg', 1, 0x00000000000000000000000000000000, 0xc11ddec5ba20e2680770b1523b4e560b, 0x5670b7b34caf89a24326bf698f0e162c87fe54ea362ec3141499390a555b9adf, '', 0, '?'),
(0xb05debdc87dee3504686bff765eab70b, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-trustpulse.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-trustpulse.png', 1, 0x00000000000000000000000000000000, 0x59628210aeccef6a044c1f00ebb955e7, 0xc7673c5b8b83da920f693b11aba0ead6fc1d52c6ce01e72f7a67d24ec35a70c8, '', 0, '?'),
(0xb067ada3dae08999c741bc09b1bbcadc, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-template.php', 0, 0xbb9c5fab60b40cbc1078e4bc7e70603a, 0xbb9c5fab60b40cbc1078e4bc7e70603a, 0xdc6a937c14c1ebddf38b5f57d6b96f029291176043e3797afcac54e1f10fad51, '', 0, '?'),
(0xb06fd1175c73367b9a02433d37c5a784, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-rtl.css', 1, 0x00000000000000000000000000000000, 0x0504dc34c5a7e48a9f01d2fd0f3c661b, 0xf0242f806ebb64f4a7f5cfae432a913f633b02e6ad3424c90d0dd6b9fb9a79f7, '', 0, '?'),
(0xb0726c5695e94442410ff13418619739, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-10.min.css', 1, 0x00000000000000000000000000000000, 0xff8eaaaf3fc091a2fe81da4ee6f9e7a3, 0x8f08694315c5b19bd593103766ab8e21e86870f9428d41138e0b6eb5e79fff92, '', 0, '?'),
(0xb073fc249fd06c41f3462dc1b95e80db, 'wp-includes/blocks/group/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xb075c547d6c2b043924532e14d941658, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0x1e7968e6772ef13994398c29d3962562, 0x656a5563d04a2bbbfe72439b8e2e5a2e4a2678a0197c3aea85eae410068335c9, '', 0, '?'),
(0xb0781ca8bc201667e29502ea104da7d9, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_SettingsPage_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_SettingsPage_Tab.php', 1, 0x00000000000000000000000000000000, 0xcca3e76455db5f6dd6777ffda64fb470, 0x89ed25cc9ebdc57962e2ad168c50b2eba5f85b08d70e45466d50c1d1e6a1989b, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\support.php', 1, 0x00000000000000000000000000000000, 0xbb831f3742962386944e09bd9234a0ac, 0x62f574a5fa36030e4e08236087640944f786cc9da7f5bdae5806d1049263bee9, '', 0, '?'),
(0xb07fdcb0c1dbf8bef25f7eb768097363, 'wp-includes/blocks/spacer/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style.css', 1, 0x00000000000000000000000000000000, 0x94e9f13695ad34e96731a429c7f7da62, 0xad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11, '', 0, '?'),
(0xb082b54a1661cc52e64818bcb70d02b0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-reviewsmedia.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-reviewsmedia.png', 1, 0x00000000000000000000000000000000, 0xc6db9c12f2c19454da4a6f430795c398, 0xa870997bc4f18c32cff267649f574ea3b394060bd239aef570783e4bc120614d, '', 0, '?'),
(0xb0838cad68580d15bb01374a25a3e1e4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0xe7f7cbf899d392383ad881f8357a389e, 0x040e9844f794a1ac0e3242976ca63a4bade4bbb02800ff2a4691f62c6a70751e, '', 0, '?'),
(0xb08a195cb7bc5f8299a876834d25c29d, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Imagechooser_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 1, 0x00000000000000000000000000000000, 0x95226ef49a37e56a1d47e19ac444a79f, 0x834d38d966a2da057123e4bc3858a3f345b934521f0464e04b34bd68597c4905, '', 0, '?'),
(0xb08b58d4f10fa7b4c6acf3d74ae603c3, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6430.0f7408d243839d30.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6430.0f7408d243839d30.js', 1, 0x00000000000000000000000000000000, 0xf7617403e95aecb263626516813991f7, 0xd89e8d11154204849f2b3034cabe2e56cc36e2f0a3c3db3dd48fd3fb69cfb49a, '', 0, '?'),
(0xb08c371b2994b9f1b9844a6fa306e01c, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\staging.php', 1, 0x00000000000000000000000000000000, 0x457b1bf7fb72e408839280393e5f96f1, 0xd9578fe915a4ac845ca8ea7bc349345d532e93e8342526bf23163771febcfaa8, '', 0, '?'),
(0xb08f63831131883b8607c8218a6f0165, 'wp-includes/blocks/post-author/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\block.json', 1, 0x00000000000000000000000000000000, 0xd5a562a32a28a54a32a4beb1b24db8ee, 0xbf144433aa2d1f4e4f7828b2009b9091407a177864c727704501a1940f44d000, '', 0, '?'),
(0xb090c8643663def3677a838804b15b19, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9978.74c50071c913b277.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9978.74c50071c913b277.js', 1, 0x00000000000000000000000000000000, 0x0cb397e4eacc5d1c42e3d8b7e7356637, 0xe91ebb80aab608b28c4f461161a0fbfe8291770409b16a3de6e40b23ad9f79ed, '', 0, '?'),
(0xb09157a6ee3558c0bbd1f25623f1a548, 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb09b1eba4e0f6ea271d19b8dc76cce3f, 'wp-includes/blocks/post-comments-link/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style.min.css', 1, 0x00000000000000000000000000000000, 0x106acdd6e4d1cb0ac0ecb3e87abdddf3, 0xdd15d4270f4ec63259ce1ca86cfd79fd37811078e1b448e7d9d110ec92797cfc, '', 0, '?'),
(0xb0a24994182e4517830128b6ff2353de, 'wp-content/plugins/elementor/core/logger/items/js.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\js.php', 1, 0x00000000000000000000000000000000, 0x0c4a4aa3e83149add5827ad314bfeb9b, 0xae1db9b12506a4d959e9f6a984a88cdc870aa9655ce259a2816918c7d9165a72, '', 0, '?'),
(0xb0a7faac3c9482e0042ab51fc590780c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8359.8a7309bfab349886.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8359.8a7309bfab349886.js', 1, 0x00000000000000000000000000000000, 0x4f33ccdf315cf5b0543fbf54cc3855e4, 0x30062b622ee0b7500db5995e155f0f2746cdabfe34f4e7bc6b090157bb2d8588, '', 0, '?'),
(0xb0aa12e67b183b93e6f1ab01ed6353af, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/title-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\title-adapter.php', 1, 0x00000000000000000000000000000000, 0xfc191b3d2c81f7f0c8651d371af0efd9, 0xe4c1e1222259f2e6ca9c0545a257dca948bc9b7ac638ccd3a1f7b877824291cf, '', 0, '?'),
(0xb0aa37fb3a8291a6d745cf493c25b0ec, 'wp-content/themes/go/dist/js/design-styles/style-traditional.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.js', 1, 0x00000000000000000000000000000000, 0x70af7b1e011f44cd7b8dfef89db8c7e3, 0x4e951b759cbb2a8a4eb38290556ea6b1d8e7306004cea0ac6e47edaef6d06485, '', 0, '?'),
(0xb0aae7334b02a57dec87dca01ea8dde7, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed.pot', 1, 0x00000000000000000000000000000000, 0x72e576b96a988d1235dd80e4138845fd, 0x161aed8fe1f31426ee892cfecb2061450fa9d7945723249b66d4c6c991346538, '', 0, '?'),
(0xb0ad9c3415242ac674377b59499aeb17, 'wp-content/themes/go/includes/classes/class-tgm-plugin-activation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\class-tgm-plugin-activation.php', 1, 0x00000000000000000000000000000000, 0xcccc06eedfa95778ad41691a36b823c3, 0x9f423cd31aa51c55815d612919b66d23621f20abd23f75ef0e9554f3721ca965, '', 0, '?'),
(0xb0b9775a92cf5eda2fd01bd6a5c9bdbc, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\by-author.php', 0, 0x2b2c8ea511c526e97fffdf3ce7be5bc7, 0x2b2c8ea511c526e97fffdf3ce7be5bc7, 0xb620d23fcab8fba619aef41816e68b52b409e79daba31c8e58a55488a998d5fe, '', 0, '?'),
(0xb0bdc8dfe1a146574ed3585bbc185020, 'wp-content/plugins/feeds-for-youtube/img/sby-icon-offer.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon-offer.png', 1, 0x00000000000000000000000000000000, 0x2a3fb846495d11f2055a8956b72240c9, 0xea12aa1e9a7dc6931bafcfa69c7b2931919e69d767e171cb60f5b732bed7a498, '', 0, '?'),
(0xb0bfefb48a118b6597ca22993275fb8d, 'wp-content/themes/go/single.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\single.php', 1, 0x00000000000000000000000000000000, 0x66ebbba6731128798882ecf93a8a7a36, 0x763ba4fdf00152acbcd3b93f3645e3385beb26a93d774e7ed1b1d1030d38ff1c, '', 0, '?'),
(0xb0c6f7f88c3ed6bab2c1374ea6287e9b, 'wp-content/plugins/powerpack-elements/assets/lib/smartmenu/jquery.smartmenus.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\smartmenu\\jquery.smartmenus.min.js', 0, 0xeac6d07fe3dad702767799f41a9a3ab5, 0xeac6d07fe3dad702767799f41a9a3ab5, 0xc2489407ae331d696d4490e234aff5137fe46c235e1138283eda42d04b77de1f, '', 0, '?'),
(0xb0c7f095155854b5e5b6c6e6d4f84c67, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\runners\\export.php', 1, 0x00000000000000000000000000000000, 0xbe4d7cbad1cc65a808d4e010c36c142f, 0x250709f12b8ec1d1b31fe5b3e6895fed41ce3b514453b6eec7f8e0ae9c310541, '', 0, '?'),
(0xb0c80c77b3879a3aef599660ecb9879d, 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x986daabae8dd8cb01ef7b3eb3f357e7f, 0x5ccdbfc45a89dca1105ca1941894783d485337c61cea39f15f0004123334c232, '', 0, '?'),
(0xb0ca70427291cc00db5509429dcb52e5, 'wp-includes/blocks/require-dynamic-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\require-dynamic-blocks.php', 1, 0x00000000000000000000000000000000, 0x70b36a7aa914a4d7c608111913792899, 0x740ab93290227901c04d8b3b2bc1b4d2271ceadaada2c933cd0cf1301404383b, '', 0, '?'),
(0xb0d4b471ca86d67a39a1594dc9bb2c90, 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/suggestions-bucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\suggestions-bucket.php', 1, 0x00000000000000000000000000000000, 0x8fe383da5446ee605f5188695c87d925, 0x4fa4121f8636276f32386ecd3e77a6b701dffad49801d2bdc8ff788cb8b0e93d, '', 0, '?'),
(0xb0d512d87cb44d8ad0dcbe9d2ae0bf16, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-600-normal.d0de972207232d0e.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-600-normal.d0de972207232d0e.woff', 1, 0x00000000000000000000000000000000, 0xfc95f4ecae9963673e38420ef352b552, 0x15f58057402a8cd0c145e3dd960d686df05230542d4ffa96ea780df3f4426e64, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x8babd13ac56362222f8bd81baa5b79e1, 0x1f9fb34140b4e619491eb633e274f67991865b671f19710a0db3383356b19cc2, '', 0, '?'),
(0xb0d9dad05a0ef704ec21c009766860df, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3925.7906dee0fd75d460.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3925.7906dee0fd75d460.js', 1, 0x00000000000000000000000000000000, 0x956d8e50a415fb96deb22c8bf11147e6, 0x59ecabbae4454e435b0b6940da0fac369c513f4dd59029242b4404ad07119ba8, '', 0, '?'),
(0xb0e039be51259df01d415c8648ff9cb9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0x2738595ebf613ce6e8eb830eeec71020, 0x5d403719ab6d61d0f46fcb0c6fd493159bd5fa1715a1acb985a503cc46f46ebe, '', 0, '?'),
(0xb0e41964266d11e98009c63015ab32d1, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0xefd7b2f87c3f96418b0227c7b8e3cfd3, 0x9589846a569dbd3e735ebff3ab3e2166c154df6e052fab366de9fd804da6e3c6, '', 0, '?'),
(0xb0e8c9d8d3a078c1bc401641a811c80c, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wordpress\\wrapper.php', 1, 0x00000000000000000000000000000000, 0x6bfd13611736253473d6f3d6649834de, 0x7f7384b507a2ae0b4286f84866dc099251b860f4be971c6b304516ce026ed86a, '', 0, '?'),
(0xb0ebb9f1910e8f58b5f8c62d8c8d4f66, 'wp-includes/blocks/nextpage/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0xb0ef500de6092bbf35106d9509c5ffd9, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\README.md', 1, 0x00000000000000000000000000000000, 0xa4b3330be4b15e5378f07ae44c2af733, 0x69d42eaa836065f2485eeb264695139b5401eecf70448ac4bf06b5e7c07d0d71, '', 0, '?'),
(0xb0f0c404af7dba50cf7f8a360912dba0, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-tripadvisor.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-tripadvisor.png', 1, 0x00000000000000000000000000000000, 0x2155625927687f582117b26441ff32eb, 0xf4e89ecfe65634533fcb8beec695b0cce21bf8521aaa422ef7de1aadee655c2e, '', 0, '?'),
(0xb0f1c5bf5efcf222d59a6b2424a04667, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x8015857b7ff4ae5f5c1caf247a406ede, 0x0e005ceeafe888460dc128bcf41d49d37c3e192a1c9dfb3ab29321a4c05ed461, '', 0, '?'),
(0xb0f48922f27df1929a7f1b64ae0254d2, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\blocks.js', 1, 0x00000000000000000000000000000000, 0x09ca5717d293e1d6b20d3c1eeccd8779, 0xc9c679a60e1bde0460e70de673044fbb4f0cdaeb696a19249f835a31aa75a8c3, '', 0, '?'),
(0xb0f8dde4717ddc59714a1746bd6656c5, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0x083795564a4e44c0b39344dc287e471d, 0x208dcec90fbd9f472e71d590b49278b3184cc7583a8cb9ec6cb98e7de3d2b955, '', 0, '?'),
(0xb0fb4c2e8b9844a94f1a4201381cdb30, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/rocket-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\rocket-icon.svg', 1, 0x00000000000000000000000000000000, 0xd6e53ca76b8dc3a6497f126f98559d8e, 0x248cf5e32bb7122626af7eb0dc001dafa98dce113d8b8d8ec5be000a2155e99e, '', 0, '?'),
(0xb10152cb78a067531538946603f7fc24, 'wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\note-summary.php', 0, 0x402b30763d1b80ff263dd25ef8121c74, 0x402b30763d1b80ff263dd25ef8121c74, 0xbdb0df41a08b6a9f69e93f44643345b23474fe135bc4378134be8d1c823c5d40, '', 0, '?'),
(0xb1017f3d49a955ed86e1912f3f486c40, 'wp-content/plugins/backup-backup/includes/htaccess/.litespeed', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.litespeed', 1, 0x00000000000000000000000000000000, 0xfd6e4587c2081ae187d939cb05df1cc1, 0x398f141cbaa1fc1c4b03ca70d37fd7f2b3121bd626cb45e75868037fddca9d93, '', 0, '?'),
(0xb104cd62b5b49a0f05016142887fd504, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-settings.php', 1, 0x00000000000000000000000000000000, 0xa109380e6aabf51c0e2b70b73b5dd0ca, 0x98fa5e2c5296ef6fe23b498b403fd19a1086dcfbed0304d3d8b18b537c487daa, '', 0, '?'),
(0xb105b32ac041dc448fa077b7ed37981d, 'wp-content/plugins/backup-backup/includes/progress/class-file-progress-storage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\class-file-progress-storage.php', 1, 0x00000000000000000000000000000000, 0x985b977a3eb832e744f149ad1bb88e8a, 0x61a093b63e2c6354d6990d16af716c13a84364c2b920a70fcf10afbff2e72177, '', 0, '?'),
(0xb10a3aa947622ad3e374b6006a800e4d, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\templates.php', 0, 0x50d44ef26e9edab9f2f2df23678fffd3, 0x50d44ef26e9edab9f2f2df23678fffd3, 0x5bee37384d317d175844a6146405c5ab25e22e8b76f30f2bd203295e8eb2ae47, '', 0, '?'),
(0xb10a5d456783b7cb374f71b9620ee8e4, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-registry.php', 1, 0x00000000000000000000000000000000, 0x53cee596e7249e0aa258afa927281d03, 0x12613a21fbdecdcb5841e63259875b6e0a81e065a99bc52cc341ae5349bc242e, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0x497d2e3e26382e4441fe9c23a8574a04, 0xf8b6234ee299c0e77fa1a884066228a7948d0536a0bc4a723ef8e4eda068bb8e, '', 0, '?'),
(0xb11ad6e8861d9888b9818142692f36f8, 'wp-includes/js/jquery/ui/effect-clip.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-clip.js', 1, 0x00000000000000000000000000000000, 0xf404f122e007df0375035210b7c37e70, 0x5e0e2501fd0544f3d96cef9fa15cf98e1f42bad970a503936fb9012530862af2, '', 0, '?'),
(0xb122fe3ca04f15289b3ebb38bc912a76, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?'),
(0xb124b3252761cbadb81018d80ba7cef8, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-hierarchy-repository.php', 1, 0x00000000000000000000000000000000, 0x542e3cebbe7ab6cf8a7cd2b43e8b2513, 0xf9b20e462527db26c62bed8b87e374ac4203d29ee1f0896561af6812e45df8c7, '', 0, '?'),
(0xb12fc30e6f7aadf41e65a23628a4647f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds-list.php', 1, 0x00000000000000000000000000000000, 0xa16489250a32a82b8e925a13e59943c3, 0x38618ee9c04dd84bbf9ed3135addd2b3bc8b17adcb1099f9b205c3a285db4939, '', 0, '?'),
(0xb1342ee20a825e0a67da820a83fb5ec0, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\content-types\\content-type.php', 1, 0x00000000000000000000000000000000, 0x9f3f8bf316003fec04a80df8821c35a1, 0x3d869d25181ebdf744cc667beaacb9c37428cf632bde28e244080413896a1806, '', 0, '?'),
(0xb1353f0878be122b62ebd3c93d4a13f4, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\header.php', 0, 0x8e0257b50caf0db283ebfa491a34d7e5, 0x8e0257b50caf0db283ebfa491a34d7e5, 0x426738ccfb380a6e279f837d33d17bc966d6258f74d9c94502e0c942b1d126f3, '', 0, '?'),
(0xb1380407751937c968406a78e5228035, 'wp-includes/class-wp-block-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-template.php', 1, 0x00000000000000000000000000000000, 0x6c8cafb73c06fa5a728ea48b0da36325, 0xb53aa5e2e75b236435ed507f9bc84ed906a2a3351aba6e9911ca14a26cfb9e6f, '', 0, '?'),
(0xb13ac16c2b78506ae824606e72f83e6d, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-tooltip.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-tooltip.js', 0, 0x8ae228b053b928e5a98c74ce7b575d4f, 0x8ae228b053b928e5a98c74ce7b575d4f, 0xc0267f8849524242ff59dad660e980d00067505a36efc34a14d02174575c6ebe, '', 0, '?'),
(0xb13da4cc7e1d19a918fb0581da8d1751, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-author.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummy-author.png', 1, 0x00000000000000000000000000000000, 0x33d9c44a386155bf5d40670a550e2197, 0x8d25dcdb234a41a44283ad8c8e2ddccd5fbf7d895b1863179738d034cf0ca81d, '', 0, '?'),
(0xb13dca76d7e57a62a3acac2d2fd34152, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/screen-download.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\screen-download.svg', 1, 0x00000000000000000000000000000000, 0x7506b88be9b2c44e9d4225e12297116b, 0xa4523684a1375e2954e2b30dea839c6a49028d8433e3a89c897228f4ba35329d, '', 0, '?'),
(0xb13e66e8b5d47de3d4e16a7339ddbb44, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/WPCode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\WPCode.php', 1, 0x00000000000000000000000000000000, 0x75acd0098c02b69d57ad795d9cd7a0f4, 0x442cda817414942763777eae411a153fb8439b9144d75572b1f869960e0da634, '', 0, '?'),
(0xb1446d0135334a04bf7efa59134b75e0, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/LicenseService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\LicenseService.php', 1, 0x00000000000000000000000000000000, 0x4817ccdc8f415ec4093c2f7aed316b58, 0x4cac5c1c8dbede8bb022abea3a5de500ebe8d7770564ff93aa1a122ed9e52a68, '', 0, '?'),
(0xb14acedb66831b78598db7fa5759b0f9, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-card.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-card.php', 0, 0x267bafbf11cf145a14c1db72ea68407e, 0x267bafbf11cf145a14c1db72ea68407e, 0xab2e9d91abeb6c92473e14ad891b693d167ee0b7016ac103130687b2c9af7fd1, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dashicons.min.css', 1, 0x00000000000000000000000000000000, 0x6c05185027c3a169cea5b065ac28b6f9, 0xf7e6b23ff9a3d82d84fc8b918d17f2d7eb8200ba63ab74433536d388b2bdc223, '', 0, '?'),
(0xb14cfd93169ce321bf45e088a067f8e3, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-7.json', 1, 0x00000000000000000000000000000000, 0xc935187f27addf655b3e97b5c8783eac, 0xc6194146512a62f232dc02e6060f0333e8b70ba8a8d15c4f4ead5bd910dd55f4, '', 0, '?'),
(0xb15507dfb711c220335769cce3221ad3, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x008e0bb5ebfa7bc298a042f95944df25, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0xb1650a2e5636034a19f73341b895703f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedFunctionError.php', 1, 0x00000000000000000000000000000000, 0xd2a6f7f05173d819003c20466319364e, 0x674edae02fb0ed4ece065df9a350e12ad405b58880b85b54e479182e1a9dc415, '', 0, '?'),
(0xb166d22406c749d4d644f919c7c911a4, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\checkout.php', 0, 0x3c35a006df209e328f4de42830cf4b88, 0x3c35a006df209e328f4de42830cf4b88, 0xbf63ead602f2669e66a739c2b0485b858874bea65a811329467c2a147d5af579, '', 0, '?'),
(0xb1670b03da62669d0d1affeed18ae6ff, 'wp-includes/blocks/rss/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\block.json', 1, 0x00000000000000000000000000000000, 0x24c65ce057255eaf43a3299974207371, 0xd8531273fae6b6314e6c1a12c5e0dfd61b12cca76ee9d95b2928340dac65ab94, '', 0, '?'),
(0xb16a3134e5f5d56eaa8d23e866e14cd2, 'wp-includes/l10n/class-wp-translation-file.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file.php', 1, 0x00000000000000000000000000000000, 0xd8cae504f9b2286b5e7153323fe2b814, 0xbf54407e2ea81b7e7d47ee3109575ae26f5bc59aadd5fcbca27daf77803f86cd, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-users.php', 1, 0x00000000000000000000000000000000, 0xc2b3757e5d118d2a43cc7508ab1000fc, 0x65eb731f7d6bd25fbebe717db9131efea77e4795b8a75ba735df519f75ed2199, '', 0, '?'),
(0xb16ebc5c57031fa9fd72052ded4798e4, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/enhancement/person-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\enhancement\\person-config.php', 1, 0x00000000000000000000000000000000, 0x145e7494cb2a0094865cf6f774e5b217, 0x37380b97909076fd6fd56825ab3e27c918cf13b8948c1c53f8c92b21355c0108, '', 0, '?'),
(0xb172237e98a10c962eaaada3f0b8c5f5, 'wp-content/plugins/backup-backup/admin/images/big_bg_clock_green-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big_bg_clock_green-min.png', 1, 0x00000000000000000000000000000000, 0x63aa901a481daaaf7e3d0327d8bb4238, 0x2510755bcd9e2dd5bf869c0e518f56a88dafd6f7a04a7f0136efb6c359fc7ade, '', 0, '?'),
(0xb1726e9960096d06aa17a1240091cf56, 'wp-includes/blocks/media-text/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x97894ac467fcaa7792659c99de9d665c, 0x8b08ff85f8a975968351969cd82fe14df2612d40b03d0fef97d0c2dc212ae2b1, '', 0, '?'),
(0xb17b22a95bcd72e66ac0423ccab85dd5, 'wp-content/plugins/powerpack-elements/assets/js/frontend-album.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-album.js', 0, 0xbeeb4dee7622f24b85631f1bfce6d442, 0xbeeb4dee7622f24b85631f1bfce6d442, 0xf26bed719671b0ed8c04ece822257f75d83fdf9c6a28c9090fbd6252ed39398b, '', 0, '?'),
(0xb17df1fbc68865770ffea37947e5ef97, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomIn.css', 1, 0x00000000000000000000000000000000, 0xf1bd81f8aa72c5c4f235377033ae1f9f, 0xc56084b0a628b5e0e4be7e78de373cbff15c27976804c331dd54e9f7543f9212, '', 0, '?'),
(0xb17e1e685708bb1f0fa0a50a442635e0, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-variant.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-variant.php', 1, 0x00000000000000000000000000000000, 0x1c598486f8e3021b66afdeaca8d1b909, 0xe920b6f3fa1bf0dd1ad67e5d82df6be885d2fed283c7c1d9ae9fa375ad6dae27, '', 0, '?'),
(0xb17f5661aaecb61b3a7ac9f37e6f6cb5, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xf583de4ad767e2f5b32cab665342f5ff, 0xb15662a626c24f0303a22668bfb5624141a72201157c89bbde4474e3ecfcd4be, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0xb086daca3696a473459c9d367aeb9f5b, 0x00ecb2b25a7aa4c52fbafead0354d9dbda6de757f929d9f746dbd7b486fcc9ce, '', 0, '?'),
(0xb189208de32d2bb5a8fc0854f6bb2a90, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/elipse-hrz.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\elipse-hrz.svg', 1, 0x00000000000000000000000000000000, 0x06a4d325254579b689d87c7dd7e248a9, 0x169075026cb3743a1967ff538991e2c73d10e13e05eeec2bba1573eafb223b19, '', 0, '?'),
(0xb18adc7306e38078d7e2b5f336efb12b, 'wp-content/plugins/elementor/data/v2/base/processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor.php', 1, 0x00000000000000000000000000000000, 0xaa131f5e96e5b588fa0a4157100f3eb1, 0x59211aba733eeaef02c8b5a56b529f39b7233e3c2227ec53717fb2cafe80de58, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xd6662557effb145e6df179cfd5d03424, 0xe3038029ea95e7d3159ae4e441e272940d7490bde1408a876ac6ef59c0bef8c7, '', 0, '?'),
(0xb18c391994394126da91668d0dbdbaf2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo.svg', 1, 0x00000000000000000000000000000000, 0xf6e06395c4e109784f5e66449ba6cd5a, 0x30683e1e5f252cec7952e4284afaffb09d3f98554b547acd21788dc44d68194b, '', 0, '?'),
(0xb195433084c9fe19cd34cff8502ffc3e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rollIn.css', 1, 0x00000000000000000000000000000000, 0xf148f2b7d78ca152a13a7ba7f862cd2e, 0x0b72b569cea125beeeee1c1ad4162936179eed9e8ddd99042ab1786e9bef1ff5, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0xf5dba75e06eca661caad1d568bdbebce, 0x738d36ce6db182be5de6e73a88a4b70b8433f5151df64850d1baee309ffb141a, '', 0, '?'),
(0xb198380bc7487a36f8ef669d81df2e2d, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x00ee4ee964a12adf231d73240b09abc9, 0xa135bb0498db73ea1474bd6858634ec184509ee50d0476903bd38754bf6baa20, '', 0, '?'),
(0xb1995cf6fea71c8f4a52d98e806e0f78, 'wp-includes/blocks/navigation/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.js', 1, 0x00000000000000000000000000000000, 0xb35212264f7fddda4fa5d1de3c21dc01, 0x4e67a99b5626286096c21f7f163c73ab9bf3aaa0a18d3f34d6f4aef78c26eb2b, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes.min.css', 1, 0x00000000000000000000000000000000, 0xe1c7d6e66aa233c70049eaddf5ed23ab, 0x6502dd68c16d4601a63ee50a3820772f023f411702a2dcd268d3b49c75c106e4, '', 0, '?'),
(0xb19c8e5725a95a8a15168b55c40655c0, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/page-title-condition-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\page-title-condition-prop-type.php', 0, 0xd354947bd447d4a6dac582ca0d981a2d, 0xd354947bd447d4a6dac582ca0d981a2d, 0x2a5dd1045a964621d58f0fb534da1011b8a5975f63110c1bbf1edd25ae572f64, '', 0, '?'),
(0xb1a3aeb12639d5e20c972d1f5a8ed812, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\shutdown.php', 1, 0x00000000000000000000000000000000, 0x92fc05304539ec633d270900e68ae8a0, 0x7896bf88d9b53b8a50ac697c9e3ad7efc8e20dfaff0d199d691448c3a495be61, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb1a777585d0cfe1cbbf706521f75473b, 'wp-content/themes/astra/inc/lib/astra-notices/notices.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\notices.js', 1, 0x00000000000000000000000000000000, 0xa3d35fbb08c524f4c6622ce1b47362a5, 0x035ccc0af3328723e13a804832d55fe989662fd0da40883dd38072517a54d735, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdb2f9757051720061bcc1c7354ce1a16, 0xc95986459fb65b9e4cded7847917b10b6e2d0125f8d01eb8876d519172be3077, '', 0, '?'),
(0xb1a9c20affcb0111bec8fbad312cccf2, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/stroke-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\stroke-prop-type.php', 1, 0x00000000000000000000000000000000, 0x92324692b786c77f8c1b430a4f7485d7, 0xcc2676578e502ea22f2583a5a71665d7e13c160981cfcd106eb46a8fb49e575f, '', 0, '?'),
(0xb1ac7fd2b04713fbc37d813312034a7f, 'wp-content/plugins/backup-backup/admin/images/red-close-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\red-close-min.svg', 1, 0x00000000000000000000000000000000, 0xbfb5cff938c9828f73b4d4b39fc28811, 0x29853435399a266c691878eb86780af8fb50f00e66429ebbb53b8792fd1ac442, '', 0, '?'),
(0xb1ae1d0c5ba380b89057c5935f89ed76, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-icons-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-icons-menu-item.php', 0, 0x70ed0ab5e24633c30617f7b803af3aa6, 0x70ed0ab5e24633c30617f7b803af3aa6, 0x3468b778bb432364d81c82d376b7bc998172a5b8aeef3afa2c6ad877218a2e34, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin.php', 1, 0x00000000000000000000000000000000, 0x5e288a5d744f930c921a89bdedc3f342, 0x89b3a2c8475fd495c07525d8e4d11682bd66bfb05c99f4e5a73d5e4f80fb37ea, '', 0, '?'),
(0xb1c438feb14c7303e330ba018677dc37, 'wp-content/plugins/powerpack-elements/modules/promo-box/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\promo-box\\module.php', 0, 0x2f61ee67efbbe88a0bc51a6c31011f88, 0x2f61ee67efbbe88a0bc51a6c31011f88, 0x52df2274cc59afa847a349fb499325a9581b7a2985069910d98358f3c64ee96e, '', 0, '?'),
(0xb1c6c38781fa894a56b4579d5d4916a2, 'wp-includes/blocks/table/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e552a4e2e79985e8ac6e1bccf8f73c5, 0x955a3e15743e375eebd299e65fd5d3eacda768b680e8129efa84fbf4d376fe6b, '', 0, '?'),
(0xb1ccbc676bad75b957c15bc6a60eefe8, 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-loader.php', 1, 0x00000000000000000000000000000000, 0x6f4b45c5da48c71ef2864771cd207a41, 0xad739df985f2b4f1b54f105a1d270a5f18614cd33b72d2afda3867b4784b0634, '', 0, '?'),
(0xb1d4c507eca0ae775908080fa84a8d7c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/support-team.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\support-team.jpg', 1, 0x00000000000000000000000000000000, 0x4c4cfb44efa698b8d9fab0c60d3c782a, 0xb031d3014d5c62270db3c535ffa815ff350f0b58e7ed58b383e1e1a59c44fabe, '', 0, '?'),
(0xb1d70d554f87a08a12136dc3e579fee3, 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-engine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-engine.php', 1, 0x00000000000000000000000000000000, 0xe0a4882dc92eb879c4f53d9f6cfd9ec2, 0x801451f66cfb7bfdb128cadf865d0736619b6320c30420f4c064f8cf49bc291e, '', 0, '?'),
(0xb1d7c1e899698fa57f36ccb09453997f, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\open-graph-conditional.php', 1, 0x00000000000000000000000000000000, 0x5e24dabc9b5d65d78fe30a532b055eca, 0x454868be3ef5f37be223713fc407c9e71e7b1a061ffc5376c944db41e1574298, '', 0, '?'),
(0xb1d7e21966a8d685239f9dcd3c57e88d, 'wp-content/themes/twentytwentyfour/parts/post-meta.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\post-meta.html', 1, 0x00000000000000000000000000000000, 0x6b8bcd742ace4abb14fdea2cebe5d2c3, 0x65b4f7512a2befca9d7ec111a29e4b044a8ab1d254458c333eb6ec5a1b451993, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0x13cea132bda341f94e61694a759f85ed, 0x023fe516cffbb647077f52b3bf5ff87c2c20c0d9cc9899e7fcffb9df801afc06, '', 0, '?'),
(0xb1f89151f5ee9539098ee935498cf7ad, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/translation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\translation.php', 1, 0x00000000000000000000000000000000, 0xe9410eacce5dc8d1bfb43b7ba7a18215, 0xa2044c88174a6f4af8c2394620fc6243fe41dea27ef4108d0eacad7526fdc1bf, '', 0, '?'),
(0xb1fb2857d86a2a39e1aac4fe29c7d052, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.strings.js', 1, 0x00000000000000000000000000000000, 0x146ba17d416119cab17218f92e0f1fb8, 0x4aa05ff91018f5918751b931feedcb6f5d0a6ba5a9fee27cf0079345767ec353, '', 0, '?'),
(0xb20466ccde0dda2b2fa80d189b6d9ef8, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x5e22c3a2a25b0c3d377935f56d882469, 0xb93b66097120d776697f8a41cda3bb95ac794342920e515f24ba80c68d5fdf16, '', 0, '?'),
(0xb204cf284fa55600b22f4a58769b855b, 'wp-content/plugins/reviews-feed/class/Common/Services/SettingsManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SettingsManagerService.php', 1, 0x00000000000000000000000000000000, 0x03c14d7635d32aa889c6777e440f4e4d, 0x226aea56f759654fdf5b39b5f77922107d5451a4bd64ead4d9419de96e4eaa6c, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x1e5703a0acc2d15a625278c614c636d2, 0x0c8c3a828a2ae61ef5fabb773ba532967319de8d55425af1d11f4fce607f2f56, '', 0, '?'),
(0xb207655612172fa950039affc4b5d79e, 'wp-content/plugins/elementor-pro/core/editor/template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\template.php', 0, 0x28689fbab94ed683307928ba2a9a53d8, 0x28689fbab94ed683307928ba2a9a53d8, 0x5ea899d7c143107119fdd139b5f6d2768976805d7e9b545d91d1a6fe4a1abfbe, '', 0, '?'),
(0xb2108e949eefbc194b81316c9d7b2610, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-grid.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xbee817902507e0ea9b2a85da3d85d2e3, 0xad15157ccd52d92b2098a12a457aa0fff9f0bd5748852c6d82d86f319d5e67dc, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x968e5ed57a570a2558365211a93fde7a, 0x859a78678eabfbe1d06dc0adcb674576dee8f47c09b972ec224003f4ad5fb571, '', 0, '?'),
(0xb22256527a1fbd17f41b9e7eaa74ee63, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/reviews-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\reviews-icon.svg', 1, 0x00000000000000000000000000000000, 0xe4939e21e9fe2e655b13e07f44531ac0, 0xfa0c5f64f1d3c7ea022f49946e14fcc87f979fa2042ad26ed6aab000b3179ffb, '', 0, '?'),
(0xb2254aa0d911de7b0361541378a19a32, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\abstract-dynamic-block.php', 1, 0x00000000000000000000000000000000, 0xab0ba55244edd961cd296acc6048fe84, 0xdb8fbcc395ef6d4df22b9a4e93319160190094c23b8ec7ac9aefc598a19283d7, '', 0, '?'),
(0xb22b8112704c77eae3233437ff544fc3, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\data-tag.php', 0, 0x436144b8e40ad8587881f10de1f73d61, 0x436144b8e40ad8587881f10de1f73d61, 0xaef3c133f2a784ffb23d2a95253031f8d8cd04ab6a35f4bebe7f317dba5465b2, '', 0, '?'),
(0xb22c579c119fae840b4141d6954b2073, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Shortcode.php', 1, 0x00000000000000000000000000000000, 0x965e982bb5d19c2d0485950ce12e89f6, 0x2da9766b5010dabdcac3ed89aaba99edc0ccc0ecc3ff36207c9bf321c7faec13, '', 0, '?'),
(0xb22d2377197c8d7aa20e2333d87726c6, 'wp-content/plugins/reviews-feed/class/Common/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Util.php', 1, 0x00000000000000000000000000000000, 0xe9ce677a389ee0191d07e5085130aea9, 0x8a27e3fb9f0563902dce708204c23f50660dc242d8f156a3af115ac0392fba09, '', 0, '?'),
(0xb2311841ebe262c8b189e238a394454e, 'wp-includes/blocks/group/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\block.json', 1, 0x00000000000000000000000000000000, 0x421ca631a0a1d7bd70931d294ed76e07, 0x4fd5934e2978ecee15cb7c2e6c69609e8a63e6c164a1a1aeab4f6cb5daf373a5, '', 0, '?'),
(0xb235fcb0a5c08af3395757ca367d2380, 'wp-content/themes/astra/assets/css/minified/stylesheet.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\stylesheet.min.css', 1, 0x00000000000000000000000000000000, 0x0db769c06a25d74980049bdfbaf2e6c2, 0xbf0e049df4838b1571ec9a3d04a8f956db7bc3b761416d883637039ff3673f17, '', 0, '?'),
(0xb238d91d109512035d13cefff937a175, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\user.php', 0, 0x84ded55774a7f275b9b853dac3a808e7, 0x84ded55774a7f275b9b853dac3a808e7, 0x9fc757d99902ea8f31003da2900e179c9d91c8a11a4d818b17f19b066a66f59d, '', 0, '?'),
(0xb2390ff4022d7fb2b209829aef0114ea, 'wp-content/themes/astra/inc/schema/class-astra-person-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-person-schema.php', 1, 0x00000000000000000000000000000000, 0x6e953fb0f97c6fc4e3662800e69c9386, 0xf9ec9113e975b596b6957c59feafbdadd0d03c07397cf5b6a2bc1f95f5ec6221, '', 0, '?'),
(0xb247546c8f644fd70f2917d01d4bf4f7, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-700-normal.18f27ddf5313c74a.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-700-normal.18f27ddf5313c74a.woff2', 1, 0x00000000000000000000000000000000, 0xcb17f9260b9230d05a3fd2a2e879c180, 0x48cbd4b04de3f07c87985bfde9858d1c829efb72ec10619f136d67fafeea8b5a, '', 0, '?'),
(0xb24a5461fb18d22a0dda155aebbc2f20, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbbc825cdf63fe9f708190cea5260552e, 0xb6012b6f0b57f94a8a5bd881b826a718ca486ffb7d77b04c9bfe8f3b994908f1, '', 0, '?'),
(0xb24b68498cd541a92efa86ae7097cfbb, 'wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\docs\\class-astra-docs-loader.php', 1, 0x00000000000000000000000000000000, 0x44a8e9698460913029f8fccb79d96301, 0xc66f0d5c17f60e8d6ba80de2b4451b35c3cd8b3301af9086b1c62952e0486e38, '', 0, '?'),
(0xb25ed59afc455ca7cb99a07cbd3afe3a, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-event-move/jquery.event.move.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-event-move\\jquery.event.move.js', 0, 0x09c6626780b06dfc2d5626c378c4fc9d, 0x09c6626780b06dfc2d5626c378c4fc9d, 0xe121301e80c9635cc393075b4b62844bc8bb1373f635af25099a25fb222802c5, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0xb26690bb5a977d863dc1e42a6c64790d, 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-large.php', 1, 0x00000000000000000000000000000000, 0x7fb912216899e320f74c6d903382d57d, 0xa419b55f8c03b34176b4d63c6b5c0115076fd6954ec2ba74f828fa6ba5b34548, '', 0, '?'),
(0xb26c7bd33aea8aeed7cbf5a5fae8bf13, 'wp-content/plugins/backup-backup/admin/images/alert_success-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_success-min.png', 1, 0x00000000000000000000000000000000, 0x821a0800e037c192c71174c0289bd1de, 0xbf4f3711182d42edc67029b1fda8ca49404c994661eea77fb170b851b5f79780, '', 0, '?'),
(0xb26fe355311df699a92e6fe2848a1300, 'wp-content/plugins/elementor-pro/core/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils.php', 0, 0xdfbdb29642e40a2c3325ea296f4e4186, 0xdfbdb29642e40a2c3325ea296f4e4186, 0x0949ef8ffead460f09dfd3d255003fdbdeac466e4b41401135718eac6e1b5934, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\underscore.min.js', 1, 0x00000000000000000000000000000000, 0xdadb3f410026822807858737cbc7b64c, 0xec35e97a0bac4bb7c6340f2c6902ba187f4021e86959c8451b8aa4f4a4790b8f, '', 0, '?'),
(0xb27e357ae29cad4e862f47da4ca511a8, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInDown.min.css', 1, 0x00000000000000000000000000000000, 0x4ebeb6ed6b888b219e4e8d40860b911c, 0x3d4f74c80e2fcc387ca0c3fd20af9d7730b3ce0b03759d743cf8773038667a05, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x137da74d34afb5e958e8d99125ea3edb, 0x53f5151f6b07804088665ef1806c6c0fa518c51dcc8fbe6a19943ea4d1b49ac5, '', 0, '?'),
(0xb28e2ff7e129e389d9b0c783a77266e2, 'wp-content/plugins/elementor-pro/modules/display-conditions/display-conditions-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\display-conditions-control.php', 0, 0xdcddb1e5ee5ba73fa6ce9ed663539330, 0xdcddb1e5ee5ba73fa6ce9ed663539330, 0x6ef9342f0dd6a56e6939daa233e919798138d0e2ff990b780dd92b0c119f7666, '', 0, '?'),
(0xb2958eb2e2439f090c2361bf9353ce5b, 'wp-includes/sodium_compat/lib/stream-xchacha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x23c22c3eaa47a1cb65063e5172bd2e58, 0xd7ce18d074401444a9f55a2b6f6d574083423c063a6d36061af9b84916289820, '', 0, '?'),
(0xb2978f1dfc7408913a8aafdf5a00e5b1, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-detector.php', 1, 0x00000000000000000000000000000000, 0x8e1d966077f6e8631fc18e80ca881b81, 0x2c4b4990a241d5326bbb312575d0a894677e862b19644ae902b0e78352f82dba, '', 0, '?'),
(0xb29802ceaa0728895284d8bc481737cd, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plus.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plus.svg', 1, 0x00000000000000000000000000000000, 0x1aaadecc3ed4a16d402ce6c4f7624bcc, 0x88da6039b9b037c7ec8d9a8a6e403a24bb7d120baf00e23b4d34a51dd9e6ade0, '', 0, '?'),
(0xb29dd7ddfbd289b4613a53094a8c6267, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x130e35f520581aef2cdf02913e46326c, 0x759185d38fc75636c92edc09f53aca939628d381d2acf4d88917caa58fc91690, '', 0, '?'),
(0xb2a70a23f2c28926a3e4b56c0ee3f78f, 'wp-content/plugins/elementor/includes/user-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\user-data.php', 1, 0x00000000000000000000000000000000, 0x3a7f611a52d1c8d1e9cf7f3539052edf, 0x3afd13606abf8e68ad632aaabb68e00aa78e9874e595c5f54ef432ae6d3ee470, '', 0, '?'),
(0xb2aac32af91cbbb3338cd4d3b0fba30c, 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-404.php', 1, 0x00000000000000000000000000000000, 0xab15344a3cbea98944eaf2d365996152, 0x8699a6f7fdd82fde08b6bc14f40c1602926b7fed1c63a505c3411070750402ee, '', 0, '?'),
(0xb2b43349c6c5d640713d85217043077d, 'wp-content/themes/go/dist/css/admin/style-customize-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x67815f4b3babb5d6cbe4acdd39efff05, 0xde64e52185b40c627c3c87907bfc80b955e2221fc6bc5e57325bc0e3d73877f1, '', 0, '?'),
(0xb2b743069ff99359c4e0d1858197d038, 'wp-includes/SimplePie/src/Gzdecode.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Gzdecode.php', 1, 0x00000000000000000000000000000000, 0x6795f215997db1e3dc7979717611cd75, 0x8fe8242e7da5aea0047cc60a650299792fb37bd755e0d97cc1fa8508ee7972f7, '', 0, '?'),
(0xb2b8c5a4c84658f32fe0dee241cb0109, 'wp-content/plugins/elementor-pro/core/database/join-clause.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\join-clause.php', 0, 0xe9f4ebaab309e5237dbe9bc225c3b572, 0xe9f4ebaab309e5237dbe9bc225c3b572, 0x9245b37856c6d87bea96a262cccf2c1ce25d3da7666f8c22007d5cecb0a0acb7, '', 0, '?'),
(0xb2bcfc3e17da05a43266186bf42d1e8e, 'wp-content/plugins/elementor-pro/assets/js/loop.8f668e18a5d491cc01b7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop.8f668e18a5d491cc01b7.bundle.js', 0, 0x02ea8003ec120dc86794a8d26a8415ce, 0x02ea8003ec120dc86794a8d26a8415ce, 0x2cac53749b3f5b0bd82bdbf2b7f3f605cab1a2b0d33f0c1e00703a2bc45c8d54, '', 0, '?'),
(0xb2c90e572448f0be97ff44e4213b3144, 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate.css', 1, 0x00000000000000000000000000000000, 0xf86ea6941cf680339fd3473b4b45e3d5, 0xb007f8b3a3613b38237ffb9ad022004d30dca4ffcca8f5cd4ba6b95b1a32fe20, '', 0, '?'),
(0xb2ca1653ba1a6012e2e6caa76032b31b, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\logo.png', 1, 0x00000000000000000000000000000000, 0x3f4d8c5887cd5d3c934531ff8287df4f, 0x66305337b19b4d3f247ccd76db0186ed4f21bbb37b133cfedeb2f34db8d27346, '', 0, '?'),
(0xb2cebfec1d89387a68d7f1a521e4da82, 'wp-content/plugins/elementor/assets/mask-shapes/flower.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\flower.svg', 1, 0x00000000000000000000000000000000, 0xacee86ded49a0ad5743d243d4b3d5e04, 0xf2e87d147903e8ad9f8b4bf0ec863156047fa214c82400f9fcdc82dcacfea294, '', 0, '?'),
(0xb2d1b757c2ee78b38fe3d286fbadd1b9, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/unauthorized-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\unauthorized-exception.php', 1, 0x00000000000000000000000000000000, 0x9da6a6a1782b94aae33f18316a3f5045, 0x0ef20d503ead8d3b65145c299b93cae6de8c2f8ad27e6a57c2e5a275841b7b5e, '', 0, '?'),
(0xb2d87bae9b3783bfda19e418fac3fa6c, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xb2e6f69d65a9bc86876256e0445eaa9e, 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-about-book.php', 1, 0x00000000000000000000000000000000, 0x2193ff74f63ef850a4af571ff21798ce, 0x0e7cdfa0cbb378513a9e85e9627a3f598f4992560e0b398bb1a01a7859f669c3, '', 0, '?'),
(0xb2ea022949cf8b05a11da0728320a2e8, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xcb0b402208ee02dd809765baeb49543a, 0x48b653fe3b6d83c7474b75ce34c82a45915e52395e2a3fb3e8fbdc4391286617, '', 0, '?'),
(0xb2ee826b55cf563d40f2f47e1df4894b, 'wp-content/themes/go/dist/js/admin/block-filters.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa8b619b6d3787978820d2d8e2d717b7a, 0x287619ca12523242095428552a227a13d1745b00f0c4b311a18a83d253f576ea, '', 0, '?'),
(0xb2f9b7e5f610d954d8dd863916c3dbd5, 'wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-css\\admin-menu-items\\settings-custom-css-pro.php', 0, 0xcbf04e6c28389720fcdc8c0175b845f4, 0xcbf04e6c28389720fcdc8c0175b845f4, 0x7a636aacbade3e4702a04cb3078cc46354de4dddd8768cedb858701dcaaa5519, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-models.js', 1, 0x00000000000000000000000000000000, 0xf42702f4ffb78b7e477e0f10f6d49e9c, 0xbc68f033585678da70c6ec54bce84f7f53c29153666218e6d10d8445e68db5db, '', 0, '?'),
(0xb30994bd8df71e68dcf331362253a6cd, 'wp-includes/blocks/comments-pagination/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\block.json', 1, 0x00000000000000000000000000000000, 0xc23f978ef44dc67d639634c7bb991a17, 0xafa2209ef08cbc8565a1fe0046936d88dd48c691f67e07c756650432dc616cf4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0xb30e5606ecbb4b097a3e3cc1c657bd8b, 'wp-content/themes/astra/assets/js/minified/customizer-fonts-lazy-load.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-fonts-lazy-load.min.js', 1, 0x00000000000000000000000000000000, 0x698f68af60e017d280d94225726b62cb, 0x892a1342b83e32982e99b866f26c1dc79bcb26b95be881696f76f534c7551b9e, '', 0, '?'),
(0xb30e77df50b8b8437acf3d9a0bb4ff75, 'wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\coming-soon-bg-image.webp', 1, 0x00000000000000000000000000000000, 0xa8a1516bedca39878f6241c97868dc7f, 0x29678f2cc6ca6ab34f20a762a3f0b13b40689202c1b4ebbc9b6f0150023c416b, '', 0, '?'),
(0xb31474f57ebcb5bdcadec82aec17d686, 'wp-includes/blocks/page-list/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x03104994c0df2d651322c66043cab06f, 0x01fd199d78bf781d85aa5f86dbcc8ebab813da64e39fa2e8fc6056bee02a0875, '', 0, '?'),
(0xb317ee599dfd38c96aac9043b447de23, 'wp-content/plugins/elementor/modules/favorites/types/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\types\\widgets.php', 1, 0x00000000000000000000000000000000, 0xa01b1d55af9990f3a42830fd0a16ba4d, 0x391f36f04a537880e90b913f70a49743195d8899861c0ae78c3d238740d18628, '', 0, '?'),
(0xb3180df50610d59fdd29938c037a85a2, 'wp-includes/blocks/footnotes/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style.min.css', 1, 0x00000000000000000000000000000000, 0x3062b46b2e1f33a0d4bbafd4c807dbb4, 0x53e8f80b28b23a60ab962bec20e091aa258fc7b4aa059fa5de5866451314b104, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common-rtl.css', 1, 0x00000000000000000000000000000000, 0x84675e521d2cf2132e4245e779b56cae, 0xd5521093d485e7d1562ef412436fb32827f4630de7af5457548a279a9142adc9, '', 0, '?'),
(0xb318e729dbb86fb13d22e16dea18b61f, 'wp-content/plugins/instagram-feed/assets/svgs/albumsIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\albumsIcon.svg', 1, 0x00000000000000000000000000000000, 0x3307737367e20e0728622b513d7e4293, 0x249af3d53a4316464beb8c62fe883c3678b53b71c7580a20bc01ca573f764a8c, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xb31ec1be2806be3aebdde88bdd43b899, 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-exist-file-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-exist-file-modal.php', 1, 0x00000000000000000000000000000000, 0xb699a294dbe1b6403c8632c6ca7f14a8, 0x4831d03aab961dcba742d54738d59fd69cec9eb834457d6bd463dca7b1ce8073, '', 0, '?'),
(0xb31fca62fd2a0eae63687d73763415e3, 'wp-content/plugins/elementor-pro/assets/js/countdown.7bd51efbed8eaac97b16.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\countdown.7bd51efbed8eaac97b16.bundle.js', 0, 0x56d57f96776532df4b09f559d26f586f, 0x56d57f96776532df4b09f559d26f586f, 0xb80516af572cf672c059ef05fe9f1e88b2d671be2694c4ecd07d02cdc5369c39, '', 0, '?'),
(0xb328282b74b3dbea0e3297601b9daf4a, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-rocket.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-rocket.svg', 1, 0x00000000000000000000000000000000, 0x682205dda75af23dee05e9a9f9453a83, 0x33660d4edef0cdcaf494354f94c84474b17b4218addb1904f668e9c4d6b5cd9b, '', 0, '?'),
(0xb32a13814e8291057cbae9726120ac36, 'wp-content/plugins/elementor/assets/js/beta-tester.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.min.js', 1, 0x00000000000000000000000000000000, 0x2c276fc84dd105b7c802c64b23dc72fd, 0x21cbdfa737f72cc3197998aa7baf2ae5beb9880d12c1ce9e3b0464d8a81feb4a, '', 0, '?'),
(0xb340a2a12f752b92dbf208899193da65, 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.strings.js', 1, 0x00000000000000000000000000000000, 0x0553fb643feffe506e0d831ffc1f2666, 0x1dd0f957469a5c14d28d39a00412b82a43b66cf84b9b89b61abca811ca9468f0, '', 0, '?'),
(0xb346e1a0196d1c50dfc8b64d233f15f6, 'wp-content/plugins/elementor/modules/promotions/controls/promotion-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\controls\\promotion-control.php', 1, 0x00000000000000000000000000000000, 0x2010d274c123cbc9487ea17916c08094, 0xf4087ecf3929e17da8fa062903f57171dfca115b2f92f822681cf0a43f78e815, '', 0, '?'),
(0xb34c42e096bf64094d9852a00d9cb389, 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-migrate-header-components.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-migrate-header-components.php', 1, 0x00000000000000000000000000000000, 0x89c4c78cb78f2a92a4b14f219204543b, 0xcf6b6f53318e183d4e628f542c074d9ebd80185ac309600fabe81f55f0124c6a, '', 0, '?'),
(0xb34f9495536c44c96723371446e2cff6, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-products.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-products.php', 0, 0xfd522f55b262df169b3ee28548cef622, 0xfd522f55b262df169b3ee28548cef622, 0x4e34a37fe98210a77d43c3af478190444894261f87875c787d3f788d19970ea1, '', 0, '?'),
(0xb3565294989fc0745e86d34ffcc0176f, 'wp-content/plugins/powerpack-elements/modules/breadcrumbs/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\breadcrumbs\\module.php', 0, 0x2325aa4cca85fb0103126abcf96e3012, 0x2325aa4cca85fb0103126abcf96e3012, 0xe9d184c51ecc4a9d3e598ba30b2bc9ced1a30cc2f877524e225fa6afcff1a885, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xf775ddd9c2e774085d3dbfcc7ecc1298, 0xb7335dea64e87090bbb1e342a3342ff3e99b2fb9ae1ca2d5001c43463ab34c0e, '', 0, '?'),
(0xb35668fc4d2b954b888275cbdef3f29c, 'wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\class-astra-theme-background-updater.php', 1, 0x00000000000000000000000000000000, 0x4c446fe0fcf57fb8e772de738846bfce, 0xb69ce32d302eaccd2149da001bc44021f471b55755029dda01aa1e9f6e5691ef, '', 0, '?'),
(0xb356c6fe87f4be39ce32a1eeb2dd3aa2, 'wp-content/themes/twentytwentyfive/templates/page.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\page.html', 1, 0x00000000000000000000000000000000, 0xf9912d724c9b98cb37870d67facc0142, 0x065c15e6189d1cb6b87af3c43d015593b81f0c413117b0cff014da7feee47770, '', 0, '?'),
(0xb3587dc5669e020e0262d025a48816ff, 'wp-content/plugins/powerpack-elements/extensions/custom-cursor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\custom-cursor.php', 0, 0x322d51db53d74f0be7001d54ab021765, 0x322d51db53d74f0be7001d54ab021765, 0xd07b08cf7f8a5fe1b508c2e9391bf703bdcf49f94bbc6586379d20c795612f56, '', 0, '?'),
(0xb35d6008ac5a61f6e8c335d48bb10cac, 'wp-content/plugins/elementor/includes/template-library/sources/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\base.php', 1, 0x00000000000000000000000000000000, 0x71645357668fba1e288411d7b0bf553e, 0x6e41aa8c466d6db2911f416df8ee2012bbac18e365e7b2512768c8866a73e267, '', 0, '?'),
(0xb35db50499056c4d4aeaa5f8e66c5935, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\internal-url.php', 0, 0x2a6a62c061c7adc3a152ae15181820c8, 0x2a6a62c061c7adc3a152ae15181820c8, 0xc160215187b3e8388700692a2f0c9097de96e2595938bcdb8dc803cf919deaa1, '', 0, '?'),
(0xb3690fc89c19cc318ae900a6cee8c138, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\autoload-php7.php', 1, 0x00000000000000000000000000000000, 0xd30eb6533b680338ee125ed1dc67d452, 0xe319d06deb66caacba818fa0d77f53a25854aaa5c5c338cce041a50e2dbe6781, '', 0, '?'),
(0xb36b1fc4744b95dc9d5f2876581ab58f, 'wp-content/plugins/elementor/modules/components/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\module.php', 1, 0x00000000000000000000000000000000, 0xdf32620c4a7f49e5a0f4dd211c348a3e, 0x56b5fc1fbc06406bbe379d4d4282a30e8d43df0790bd89d5e8eb09e059b6212f, '', 0, '?'),
(0xb36de465c253ac0998d230d967d09cf4, 'wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\non-existing-dependency.php', 1, 0x00000000000000000000000000000000, 0xef19277ef653acfca4441937da658a37, 0x92ab6982a547b384be0136c5d151162b115bccec9cf6a2751f128debf2a510cf, '', 0, '?'),
(0xb3724ce14bf89ae58a27c9682137059b, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/advanced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\advanced.php', 1, 0x00000000000000000000000000000000, 0xdbbe047d4c04cdfbd79cb81b0a7fc189, 0x6e1774c66c775882ad0ed668054cba1766cfba8ed8469208b490217433e17f69, '', 0, '?'),
(0xb3771cc24cd542efe5d10bc95ec6b262, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_PE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_PE.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0xb378f5bf02907aa843af18821a87c301, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-load-google-fonts-locally.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-load-google-fonts-locally.php', 1, 0x00000000000000000000000000000000, 0xceb13a1d6e8c00294440eb1d3f2e1695, 0xa393bac05f34a56d3585432aada443b90a1e9b7ab43c81e05303d96c2fcec75f, '', 0, '?'),
(0xb37b3a0e8ff4bb18bdd97978a87fa1e3, 'wp-content/plugins/wordpress-seo/css/dist/block-editor-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\block-editor-2760.css', 1, 0x00000000000000000000000000000000, 0x9c2e8be5dfe8d9f9e9683507ed4737c1, 0x90019004851c8b34968de4ff9373e8e2f70869275ff2f79922c2f8835f6cc8f0, '', 0, '?'),
(0xb385fe9b13966eab94d383968cd77ba6, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/query-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\query-transformer.php', 1, 0x00000000000000000000000000000000, 0xcefc22d3ca9bae90f221ebd1a790fde0, 0xe6f35c19d21f9325c096309baf7feda598e01d79afba22327316529916717c9b, '', 0, '?'),
(0xb387fa28a6ea7883edfd5a75b7930b2b, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-import.php', 1, 0x00000000000000000000000000000000, 0x5ad0862475f839f78f9e96644114548a, 0x503721cece4ebdeb0b5afa2a15e3a619af6302d57e899341cc18cc29475bbd3d, '', 0, '?'),
(0xb38ace4c82d9a21b59ed4f172cde7870, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Plugins.php', 1, 0x00000000000000000000000000000000, 0xcf82fb5c43aa067790ac411427dda66e, 0x541f25b3dd0248f26db7fc9b939095c15ad24fdfc55602ff321f70b0de0f2d1b, '', 0, '?'),
(0xb38c4529764b3195bbff7b6a56a71492, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x98af4b3614912f9a7be1d78df261c85f, 0xa2039d4e3e2e1dc328ecf985956c33f34bb4954ef7da4959292b835db8c18705, '', 0, '?'),
(0xb39bf6e320478f6ec69929364f4b24ac, 'wp-includes/blocks/accordion-panel/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\block.json', 1, 0x00000000000000000000000000000000, 0xba9f120f6e0dfcbe38aeb56882ec444c, 0x4d1d08a4f6a67ee9e2ccf149c451aca2949bfb543edbdae918dae16f84314555, '', 0, '?'),
(0xb39e61183f55549b811394e684ff0feb, 'wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\activecampaign-handler.php', 0, 0x3a5ecead012bf97d29c41b2d43cae805, 0x3a5ecead012bf97d29c41b2d43cae805, 0xbcd2af4e2a6a44529adf1bc5ff84e3a6560dc1b8bb46c52442c83baa28fd7e16, '', 0, '?'),
(0xb3a347e5db65a47e5d5fa5824815a9e7, 'wp-content/themes/astra/inc/lib/nps-survey/version.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\version.json', 1, 0x00000000000000000000000000000000, 0x399a93abd89fa255c08ca1b78a5343bb, 0x5b18066abfec28146b0c1b94ea18b6e28fb0b7ca797dbc4ded1b54f5375f5430, '', 0, '?'),
(0xb3a5f4384f885a688a3f3d7b3f75b65e, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\base-migration.php', 0, 0x42cac1b18ac82e9fe8b88b29c9e3c3eb, 0x42cac1b18ac82e9fe8b88b29c9e3c3eb, 0xb4c85f4370025d6fdfe4459019ca7f6852ee11ebaad1c32b27c3bb1c795c0898, '', 0, '?'),
(0xb3a83879b00c9b4281c1bf8fd3c6f43f, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Serializers/Native.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 1, 0x00000000000000000000000000000000, 0x10c5b91f920c30dfddadb0e3a3b23aba, 0x8267cdbc4c54c495ffa16e489b85670534503ada63625ba9296aae52e463ac8a, '', 0, '?'),
(0xb3ab1412d603f4136583a287cd6d2534, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/bg-pattern.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\bg-pattern.svg', 1, 0x00000000000000000000000000000000, 0xba40267ef3a143143e136f8c4b364714, 0xea25ac4fd1e3da577b3cc02374dc1abb62b8af94b4be8d9ab8e217e0b4dae04e, '', 0, '?'),
(0xb3b6761c07e1d454efa51d8a9ed043ca, 'wp-content/plugins/wordfence/lib/wfVersionSupport.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfVersionSupport.php', 1, 0x00000000000000000000000000000000, 0x013e5ab6fdaa4dd63c0cc620ff5b9707, 0x9287b14f6bcc4e9218b03fa72dd7b11f5a2494cbafe36c19efb7b8cfd85e1369, '', 0, '?'),
(0xb3ba6e057561c12e89744aca7fde6063, 'wp-content/plugins/elementor/assets/js/admin-top-bar.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.strings.js', 1, 0x00000000000000000000000000000000, 0xca8843efa132b1b5d0d67326feb23431, 0x1f4e6ac99a04db1eab0af8189e07ba35d9e578f52ac510c5cb9400ffe1537f1f, '', 0, '?'),
(0xb3bdba74c36b2c24897bb086021ed12d, 'wp-content/plugins/elementor/modules/pro-install/plugin-installer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\plugin-installer.php', 1, 0x00000000000000000000000000000000, 0x6e909ca0111c7075d45266033fe949ba, 0x41b85aa89cec68f02dcd791347f6c6823321d26d32f4a94fc58769afe3baca02, '', 0, '?'),
(0xb3c1b40f15ac26a057456d30b9b78746, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\components\\author-meta-filter.php', 0, 0x16d8de637ceacf5854d00358dec72373, 0x16d8de637ceacf5854d00358dec72373, 0x1b3ad4a1dbf1ee9551455d54a6d02a0971c75de960bb1cd097791b4dfe493ce9, '', 0, '?'),
(0xb3c5229672ab363c8b8481201e77c0e1, 'wp-includes/js/dist/script-modules/block-library/file/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\file\\view.js', 1, 0x00000000000000000000000000000000, 0xe18c9a94eced48662007d1f949aceda4, 0x798dd21d65af1d4a0fcf1095548f47d088ec1e1d12564b9339d1806bd49ce196, '', 0, '?'),
(0xb3cfc709872c1f1f0a2f502038209bc9, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\items\\link.php', 1, 0x00000000000000000000000000000000, 0x5a885095c370772174cacc3cca031765, 0x71df4738ef14527402a9464e6e28c4605b9ed0ce2880aa1a8d20b3f8b5f284a9, '', 0, '?'),
(0xb3d504deecec61c6940061ff275c3fde, 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-template-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x6da73dc5bd59df39dbcde0a7b1115895, 0xf7218213911856becd09d57668bd98a1ec1f976d2b3b3866d8a024786e2d337b, '', 0, '?'),
(0xb3d744fe0d84626c76cd90072231719b, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\DivisiblebyTest.php', 1, 0x00000000000000000000000000000000, 0xab7f60148fdc3a2f178644821bcce491, 0x2189b9ac56f718f83a81e07dddb02866ed656cadbad1a61226d2a28f6bd6cb3a, '', 0, '?'),
(0xb3de983760f7ecbffd55aa62f31b60b0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-700-normal.9f6a16a7770c87b2.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-700-normal.9f6a16a7770c87b2.woff', 1, 0x00000000000000000000000000000000, 0x55bbfe5ac05944198e2d5e5111c77b3e, 0x7898148353c812fa93ab81d863cc8d9ba51b24aaf226360a588bc0a6f66e8d5f, '', 0, '?'),
(0xb3e11f8639474cd739d730ec786941d7, 'wp-content/plugins/elementor/assets/images/app/onboarding/step-1.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-1.webp', 1, 0x00000000000000000000000000000000, 0xeead4f304c452f5216912647768b5e95, 0x01ee8aae4a56204923174eec0ca5319b213650f39ed7ccc91a8c6593d3cffc18, '', 0, '?'),
(0xb3ea5a0dee6a41f27dee73982c3cde53, 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\wordpress.php', 1, 0x00000000000000000000000000000000, 0x38ca4af29460c2df1ab9fbaed860492d, 0xab412dd49d0e37ff904ceb494b67fdffddc4c396721b83312882eadddb3fc97a, '', 0, '?'),
(0xb3f0919cfa76bb812b10f06b954e118d, 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\front-end-conditional.php', 1, 0x00000000000000000000000000000000, 0x009dd0110c78c8ad8b691403a2f93363, 0x4151d0cec8e3a319f7dcf14f9d6c9f0f8f62b519c6667ff8b8ecf54a82d4eae0, '', 0, '?'),
(0xb3f3dc379430f097fe4bb6b98d9423c2, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-rotate.min.css', 1, 0x00000000000000000000000000000000, 0x83a3404c837cd33590fab476958bfb41, 0x0e943d6871628f1aa077fa312d39fa162033a2957d33f2c1a9e80fa82bb7604e, '', 0, '?'),
(0xb3fe452384c1e51e1861e3260261f4b2, 'wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\notices\\trial-period-notice.php', 0, 0xfb6a4ef9419a17d66fa9dc662b19d1b5, 0xfb6a4ef9419a17d66fa9dc662b19d1b5, 0xf0fd8a336e75d8d9bff03d40024d398fa94c10c015e328fc0f672b7601e2cafd, '', 0, '?'),
(0xb40076abd1bbe22db69fb661a0f460fa, 'wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0x61a7cede2fc1c2663ebb46f64ff821bf, 0x47594ed384ba60e5512dba3ea66db7214f5a22fbcb6a8bae055a44c96aee5f0e, '', 0, '?'),
(0xb405a662511548d017e9be4b283ed1ac, 'wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\AccountDataFactory.php', 1, 0x00000000000000000000000000000000, 0xb2ae0898e5288f486d262e2be4615e7d, 0x3607024592e785d0634dd0ac86163c1714f25916354e843156ec6d7c9c2a1454, '', 0, '?'),
(0xb40834b93baeadad2481ee9f6ff7ed83, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0xcaf56394179513b69bb7000dc1eeb1f0, 0x6643f00fb7c89cd6e3bc9f4e1b5859d1ccfbf2059d14cd5fe57c10104d37eec3, '', 0, '?'),
(0xb40a0088d0dabab9419fd3cc7ad2d052, 'wp-content/plugins/elementor/assets/svg-paths/line.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\line.svg', 1, 0x00000000000000000000000000000000, 0x6904c877facddb0f57227c5fe9e0a2b8, 0x082392a604dcb56deaaba319d560edebd6bcd8d13b0250ffc0f0bb782a7ace35, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x8f4705b0c4db1e48f69fddad76e90214, 0x982eec8bf73f96920b1c17faddc1550ceb9e254fd1f5f3ce99b4e2f778212dc3, '', 0, '?'),
(0xb40bcc230ed7d3f11cafb475dd269edd, 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-classic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-classic.php', 0, 0x11e003614010640282ab4e22c19bb5a1, 0x11e003614010640282ab4e22c19bb5a1, 0x92342865cc371ded2453d44d6561639a3621ecf3cbe309ef850d0f78e127ecf3, '', 0, '?'),
(0xb40dac80c9d44e0bf518aa3494226d8e, 'wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-enqueue-scripts.php', 1, 0x00000000000000000000000000000000, 0x28ca0a747176774e2177597f0a1c10cf, 0x3c9a60351313f5df521defac5d2119909f4268790b744c2de5f6be46107572a6, '', 0, '?'),
(0xb421982d4c014876f829acef6ea88123, 'wp-includes/https-detection.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\https-detection.php', 1, 0x00000000000000000000000000000000, 0x7ecf0f829e795dd10fd46bfc3eb7eea7, 0xe5bce01fcaa7563f94d4fb874f6bb0f14e9b52c874bbbfd9a8a489b67231844a, '', 0, '?'),
(0xb42b0bc768a72ca0e81a3a523b28254e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\container-converter\\editor.css', 1, 0x00000000000000000000000000000000, 0x9e426cd9c20765002e2e698a00653fe2, 0xf40cb1546acaf40bf240af47c2c4729c0411b829cc72231e573420b3eb77259f, '', 0, '?'),
(0xb43017df22976a95cc2daaf090a685c1, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\module.php', 0, 0x485ed6b1af7d5ab5f342d3d5a9835502, 0x485ed6b1af7d5ab5f342d3d5a9835502, 0x60ed6fc9d605930d46f485e0aa071a52da3030b8e9eb07b56f3ecab7b09ac872, '', 0, '?'),
(0xb4314b49c29222482e1c02f4ace1ee84, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/markdown-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\markdown-builder.php', 1, 0x00000000000000000000000000000000, 0xb093502de062ea6d46ff1f63c39faa08, 0xf4e371795c9dc134f4f89afdb49d3e825d88d37decf60bebc73594528d6a47d9, '', 0, '?'),
(0xb43baa9acc388b5e0d0b3c9943555644, 'wp-content/plugins/elementor/includes/tracker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\tracker.php', 1, 0x00000000000000000000000000000000, 0xaa393690c996d5967d16c2b2cff0fdad, 0x82d2029b80afafa7e1e07d2440864f1974e085971011f744d5bc3012c4bd1691, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0x8722e8ab3314400df0ab6acd0ca2e44b, 0x06439dd73a1dbe2e98fc0f3aff0623cee0803ca5418332d0cfe956ed88e8fac3, '', 0, '?'),
(0xb447c6258ac96a6280a05d274f44ae44, 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\export.php', 0, 0x3f090a99596cc1abaf579afe9bcf2001, 0x3f090a99596cc1abaf579afe9bcf2001, 0x915b997dff50ec0b7f8de33781756e4fecbf88f78f1966526fdc9fbcf7fabf22, '', 0, '?'),
(0xb44abe3e35d26c6858dad25dcb16f162, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/content-types/content-type-entry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\content-types\\content-type-entry.php', 1, 0x00000000000000000000000000000000, 0x72aa949b44ab1bd220c28fa0f5078572, 0x5bd9c9e3072e81b36762660d27eaa7ff6050a431449939d69f0b8c6838f15859, '', 0, '?'),
(0xb44d62a900285917cef0040421fb23c7, 'wp-includes/blocks/terms-query/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\terms-query\\block.json', 1, 0x00000000000000000000000000000000, 0xc71854b7731d68495230138a5b591d44, 0xc8ad4b2075706ee4354916504d45531cc143fd4000e27c8c44a1896fa6e4d0c5, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0xb468f5116b4e8b73c57dfe0364c1a636, 'wp-content/plugins/powerpack-elements/modules/icon-list/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\icon-list\\module.php', 0, 0xb8b5b5a4a9ad7c7e34d6daaa8c1b1241, 0xb8b5b5a4a9ad7c7e34d6daaa8c1b1241, 0x362cb39f779e0c5c3442c000dd29cdfa479fc90d0f8068a5a452d1f6c077476c, '', 0, '?'),
(0xb46cbbf3368c21691cb31df9673d0c1c, 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\keyphrase-analysis.php', 1, 0x00000000000000000000000000000000, 0xa70a03d94093307c3eb518170e40bc6e, 0xdc40bb51d9b63774226fee53f23104d4dd2c2cdd1f7339584e88852aa37bd7d1, '', 0, '?'),
(0xb46f2602801ab2e1790337ea0ba59ba2, 'wp-content/plugins/elementor-pro/modules/atomic-form/input/input.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\input\\input.html.twig', 0, 0xef41332d80cffe6465024407ae9698d1, 0xef41332d80cffe6465024407ae9698d1, 0x7cd09c2edb2314eb4082a0bc49e3932cd941b891c72d3691a2ca445da90dce1d, '', 0, '?'),
(0xb46fd4e613806a8e843362e44118e072, 'wp-content/themes/astra/inc/assets/images/customizer/woo-catalog.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-catalog.png', 1, 0x00000000000000000000000000000000, 0x182c3483a8819e592390dda77fc26bb4, 0x6514eafc2cc3c998a9e0d61e0290402156ad1421e6ada3c3e27f3cfb0c93cb04, '', 0, '?'),
(0xb472b4b69511ed2a45ee8bb214ae619d, 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xb4749da5d0bf6a97a45a4bf637205d8c, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_woman_2_optim.svg', 1, 0x00000000000000000000000000000000, 0x0b02947298d07221a539e5ec171e7b41, 0x6bf7d041f97c82d4af3c8176e7ad0c09214137ea5ce86af24bb04ba1d8b0c9ed, '', 0, '?'),
(0xb4763ef0388af327b6f45436b6cdd558, 'wp-includes/js/jquery/ui/progressbar.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\progressbar.js', 1, 0x00000000000000000000000000000000, 0xa49a3007a16f3478ae91a32a0da3679b, 0x21f0c44879158abcb1970f9da2098e1219862c3a7af4c181fc9b64c756022363, '', 0, '?'),
(0xb479c6e07fc605bab42a19f457ccb985, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/score-groups-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\score-groups-interface.php', 1, 0x00000000000000000000000000000000, 0x6a2960a81bb808ec68390be1021505e8, 0xe574a20fee667a66a75215b82368dbb0df1bd0b50233f8867ae5e3143ada4783, '', 0, '?'),
(0xb47dedc21b12f9a5b6b33f36ed39dc08, 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-account-connector.php', 1, 0x00000000000000000000000000000000, 0x3432e71432f3453be7f57395efe07d5a, 0x66b1de8fd27906ddf5bb115caf75e1847bc5bf2a3ab65a7ad20e9e48c168d495, '', 0, '?'),
(0xb47ed2248e471d6ad3fe1839c250d2d9, 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\cli-logger.php', 1, 0x00000000000000000000000000000000, 0xc369a4325bc1e156c8e035fee911e35a, 0x128e333a0425210a5ea470edbdfe6acf0880d5c949354fbfd8bf686f5b2fcf19, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 'D:\\laragon\\www\\genesiswa\\wp-mail.php', 1, 0x00000000000000000000000000000000, 0x45d4018fdbb8e20057d8f9ca8e9d3b38, 0xca16c725afe06591ea0ddc238dc4df6766eaf3b373e3de2e85e5d2ab9cf547ad, '', 0, '?'),
(0xb483f5b666292edec318da5f34eb7866, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/intro-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\intro-builder.php', 1, 0x00000000000000000000000000000000, 0xe8123abc54f8dc2b1e6237e5752f07a6, 0x18af16f2c8ab9abf1bc0f111a695cdb80d0833f507e63c89a2f32a0d044c4fe4, '', 0, '?'),
(0xb48463698e66da3592dcc8051f5738a9, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/customizer/preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\customizer\\preview.php', 1, 0x00000000000000000000000000000000, 0x898b024e8e2563ab5df5edd956aba094, 0x694eaa301257114f54dd4d3d39c0f64a2ce3ae8b17dad092ac481c1c0985361c, '', 0, '?'),
(0xb487c9e59530fec9114bf94e217417e4, 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php', 1, 0x00000000000000000000000000000000, 0xd66f26d2ba931074d95d33dde5616541, 0xe155ccf4465a0616db821a29297f595bfb156657b44c4833c5f4e63d8aae0c90, '', 0, '?'),
(0xb489544791a4cf057c4b6802f7a58fbc, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/edd.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\edd.svg', 1, 0x00000000000000000000000000000000, 0xda9216d70d6922e8def0e15e2fe382dd, 0x808d099030904159e70250de5051cb261d38e1260d6f66df721966571e053536, '', 0, '?'),
(0xb48c16007fc3e5a2ef2f842371a913a3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0x332de0c5a7e2f9cd6a0363feaba6cc52, 0x3755fe623dc94d9e5f225fec1b4f490cd6c383374827d538af005634e09921ea, '', 0, '?'),
(0xb49039d52fc361084754861ef1523619, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0xb49041855bdda1756d42aadbec110f1e, 'wp-content/plugins/elementor/modules/interactions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\module.php', 1, 0x00000000000000000000000000000000, 0x0cdf1c2a2b9d6024b0f323cd1ffb33e5, 0xd024fce14ea11c0964416b374633636f4c1264082e61abaac2bc5c36497e8dda, '', 0, '?'),
(0xb49ae83b9eb843d440f0275c60bc0c78, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Db.php', 1, 0x00000000000000000000000000000000, 0x70aeb1e32bf027f5a7d6ab0e190b0715, 0x84c0616914730e68ea74c5f51c55c28bffdce081700e4f87e038bae58fba40c0, '', 0, '?'),
(0xb4a25e30bacf05cdc21b97537764b8c9, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/refresh-token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\refresh-token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xf9beef659305115949ebf69b2c173be0, 0xc817a8098c69d4078afdb312abced8ac0859a4620e5bed9e6b61103c7d0c2848, '', 0, '?'),
(0xb4a66e9e6746373524d112d3437deed1, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/render-context.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\render-context.php', 1, 0x00000000000000000000000000000000, 0xe13a7b4325439e2789663e304351c9f2, 0x7bfbd993c8247970f895e4235ef5b0dfa6430d3ddee44ef4c0a4bb7e44d2b852, '', 0, '?'),
(0xb4b13e53861acc6b08c1ae44bcf9c735, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Togglebutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 1, 0x00000000000000000000000000000000, 0x91c22bf81b00cd5e45a027f139108ad7, 0xd481ae3290e43c98d1c18be6af8c83d97e3c7f102c8a53d44e6546a3abfb1f6f, '', 0, '?'),
(0xb4b2b2003958ce73b6658021ac084df6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\card-presenter.php', 1, 0x00000000000000000000000000000000, 0x1c69187bc233ede9f8b2fc5a57ead254, 0xdfac75429db33421b26255a2672b421e8177dcb28949e33d989eb1c3a3ab46e3, '', 0, '?'),
(0xb4cbaecc99dc0c0e9acd4b1ad82a42ef, 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics.php', 1, 0x00000000000000000000000000000000, 0x7276ec3087fad22794f6bf9353a9d6ba, 0x263742500a7277e5ce45282fbb372b8c4bcce9efddcae3c37c2ac696a4fed018, '', 0, '?'),
(0xb4cd6dbfeda9e4a38c7eac55c0e8fd92, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x02aa1b2a0426dc149a9387edc0dcf473, 0xab678dca63de5f1a3396aa268fd5673e0cfa936a198e8cced1f4a14cf8f474d6, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\maint\\repair.php', 1, 0x00000000000000000000000000000000, 0x3ff82ed8b47cf476c9ac026b02ebac6e, 0xdf50ce29e72a940be573aff6115d3c1aeae97063ae87f23d78b6ce3f6563fa9d, '', 0, '?'),
(0xb4dfaa36e7c2fd653ffd750486f387f3, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-theme-data.php', 1, 0x00000000000000000000000000000000, 0xf0528cdbc4ae03d4fc784887fa045125, 0x237ab5bed5f29426c185dab238ba777b4ca92ac12a8b54081a3258101f70eb7a, '', 0, '?'),
(0xb4e28e4d82aa127b78b8014ac748a394, 'wp-includes/blocks/pullquote/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x07b7928dd2b5a5dec5e41625da613bf3, 0x3eca5120d998e58a35b32ca79cc2ffc3bd93f37d61a19a009b9cc9e7d7696ead, '', 0, '?'),
(0xb4e35c5d5d398ec4ed64d72148c91a97, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-10-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xff8eaaaf3fc091a2fe81da4ee6f9e7a3, 0x8f08694315c5b19bd593103766ab8e21e86870f9428d41138e0b6eb5e79fff92, '', 0, '?'),
(0xb4e6c54338b81fa5cc99afaeac1d5c36, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.js', 1, 0x00000000000000000000000000000000, 0x59656e7f6da289a0826c4ac3aea19547, 0xcf07959ff0bec36effb23796e8f10cfdfc50071af24d76978eb7e406cde17e49, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\widgets.php', 1, 0x00000000000000000000000000000000, 0x91851ce54fc1bc8fc1a4a60f49743b8c, 0xe05d9add5dba12c21a9bcbf2a97fcb268ccbbe51660463793aab640fe81ca64f, '', 0, '?'),
(0xb4f12b6c619cc07b5eae8c73970fa169, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0x3080526b1e7250a8a25229cea34e3f9e, 0x547e21680cceb0dad5dd9299386cdf235463f70646eeb6a0bb62002e10baa26d, '', 0, '?'),
(0xb4f8b925933c993dc02b88bda18ff3f8, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-my-account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-my-account.php', 0, 0x070c3911b10cda58f2810bcb6ad04398, 0x070c3911b10cda58f2810bcb6ad04398, 0xfde42de2c2ae3c40963ffc2489a562d030d5b4c7ea78c727bdfb341054982de6, '', 0, '?'),
(0xb4fe0cea91897dfa4f619f5487544e2e, 'wp-includes/blocks/search/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1165edcdc510b8dc0aad0d31703de68f, 0xeeda49b1faed5f1c3a14e4f54d3eae9a110bf08aacb0d9a07d872ea6dafca1f2, '', 0, '?'),
(0xb500288013f1557eff2ced970fb7971a, 'wp-content/plugins/elementor-pro/assets/js/form.333cc493ca6159f7ee0e.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form.333cc493ca6159f7ee0e.bundle.js', 0, 0x3e3fea11647144974265ecde5235e8e2, 0x3e3fea11647144974265ecde5235e8e2, 0x3fc72b172f0e2df0dc092054f9395b17b51ee166d87a5c623ccb14a399029ae5, '', 0, '?'),
(0xb5081b1ebcca9825d33e66f4e6e0ff67, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xc6253f1cb7a5f3399ecd99273729aedf, 0xc668a36e984c62f40434a769124041fec5b5e2d1a91fb389a752d6c5a642bdaa, '', 0, '?'),
(0xb5112a0ea0444ae43779fdee03b2bd7f, 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\arrow-negative.svg', 1, 0x00000000000000000000000000000000, 0x86785e28c106c6a4a7d9a70e97f100eb, 0x858e906da5bf32003e340bc9bdb38b0c9fc7d8eaf02c63ecce1155228a5f6f0b, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xb518228fe0ada2707942a71730f0a573, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-load-google-fonts-locally.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-load-google-fonts-locally.php', 1, 0x00000000000000000000000000000000, 0xa7d34a7b3a15f9467000a300a81b020b, 0xc5ea8952ed0fc8fceed77375ac216304e61c71f066c6c33d02ce52e2e21fff89, '', 0, '?'),
(0xb519e8b884741a0741cc3cc4fdc01543, 'wp-content/plugins/elementor/modules/global-classes/database/global-classes-database-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\database\\global-classes-database-updater.php', 1, 0x00000000000000000000000000000000, 0xb4f698e947a459ba1ffc1817f099c489, 0x69d98dfce845234b58b54ba2d67416e48d6e3add1358760c1d662cfb0a9bd40c, '', 0, '?'),
(0xb51ae55b1010e80e4db5985b07d90d8d, 'wp-includes/blocks/columns/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2b460ff1d62c86f46494bb00b1692a2, 0x648f05d7a321781f60b6d1c8f5cff9ff1dca4a14e4f726ddddcdbdf70f7bd0f3, '', 0, '?'),
(0xb530ce211af497a5713395d9211fce1e, 'wp-content/themes/go/dist/css/design-styles/style-modern.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern.css', 1, 0x00000000000000000000000000000000, 0x137c2ff0b2382dfd50ac5fa9d6580988, 0x011a91beb0f9bd29f6a86d981eaf35c80400b564339e2550ae537ccbf78c3c9f, '', 0, '?'),
(0xb53eaef94fe0db11b527c7f0b0a9a5f0, 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\es.js', 1, 0x00000000000000000000000000000000, 0x0a4d1e6673f20cf3c1396d1848851f50, 0xb7202523f814508bbef19136ae09a3edbbafc66e123086a86466b472cb070076, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Int32.php', 1, 0x00000000000000000000000000000000, 0x30c7b07b38857d94977ab2036ca9d4fc, 0x6a47f0c4c57e2e27a447ccceef2af99727b37f02531033747e99bce6d386b3b4, '', 0, '?'),
(0xb542f90aedc6a422dfd7a8501fbb5b61, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Components/Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Components\\Handler.php', 1, 0x00000000000000000000000000000000, 0x13f0ddfb5142f413be52803e618b0507, 0xd0d8b9a6d605cf65cec3ff0e0d377543ba79d01d1a3669b41dfaeb604ae2e3b8, '', 0, '?'),
(0xb543a7d18fc7f55d4b70952388e7a1e8, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x1c394f635be2ab7052bf3b3eb588163b, 0x50caab30709452826f26fab28310cd177f507f2f5f88af8c29d93a761350bcea, '', 0, '?'),
(0xb5445c642842ad923b575ffd2c71caf5, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/DeprecationCollector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\DeprecationCollector.php', 1, 0x00000000000000000000000000000000, 0x4287196c993d6f653dac8be924e29133, 0xfd8a2fea5b8f04282477f7bd97ddecbf24e77b627476fca256916fde7dc171c1, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x3c82a86ef6783b1ff3092ed38ec0f55e, 0xa2d4c32658bb6793b51ec007afd5cbf1c4703fc259c136b2f736a58c0778169d, '', 0, '?'),
(0xb54ab1034799e1e756039257c37975c1, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/search-results.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\search-results.php', 0, 0x76ab30460924e2fe830da720206a9c7a, 0x76ab30460924e2fe830da720206a9c7a, 0x5546fa429ae83caa8636399f7ee054f2f20a11136632c02309fa95c92ea7168e, '', 0, '?'),
(0xb54af2bb5099d0e2ac44f4e1ab2206c7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xfee8d8b2ad2f3124d29bf8d9c0df598b, 0x27fcbd7ed5c57ac2c653821ea06f463339dc9b53035bce9cbc0d5abc735b4ab6, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6cac29b1627b6b046ccec3b1f1d60821, 0xfbe0c27723fed9938be0f9ab3d439066502c3c947acecfc74f618586bbe017b2, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfobject.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb55cd559e39446b8563f7c4d982e3ce6, 'wp-content/plugins/instagram-feed/assets/svgs/copy2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\copy2.svg', 1, 0x00000000000000000000000000000000, 0x35548aa9f323b61bd906e63d6f482937, 0x8b98051f31de4212f1f52393222ee0dc681d96b5e4c92cf2819fdf8f601d3d91, '', 0, '?'),
(0xb5644c53422081bfdaf0e67a11074870, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback.min.css', 1, 0x00000000000000000000000000000000, 0xe49d8bf3540bd0bd0dae9a17cfcaaf00, 0x8317bd34b4501f7ba485dcd6cf05d6f57fa34b953edfe665a4814e59112a557b, '', 0, '?'),
(0xb5665c6b3b4c6d639aa80cd2be1b7831, 'wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\library-layout.php', 1, 0x00000000000000000000000000000000, 0xaf34a149d4ccf6f05c0b843ff193f76f, 0x673d566bf0089b08382beee1a87370124d94df0351be66ee7f0f5bbecd5a4091, '', 0, '?'),
(0xb5669c05bb34ed6fc785605c70705795, 'wp-content/plugins/backup-backup/admin/images/unlocked-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\unlocked-min.svg', 1, 0x00000000000000000000000000000000, 0x3c59553716f1e9c6d25a3200f5b25216, 0xf3f38be31c9453149c8bb62776f5b78a1e318092f01f593ff0e9366902ace83f, '', 0, '?'),
(0xb56b551edba1820c7b5b72cd6e06ccdc, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xcfecbc262ef8eed71208b17d26fb779d, 0x630086905d853f858ec3f2d8473924a3782973e0a64590ec2d9c653db72683d8, '', 0, '?'),
(0xb56de5637c30ef7186052899879eaab6, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-v2-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-v2-prop-type.php', 1, 0x00000000000000000000000000000000, 0x0a364ea2715e2dfd03f19eeaff330ce3, 0x629a266950b8d8a6af37bb643e4edbaa3edfc11c626c7d787650828188b57109, '', 0, '?'),
(0xb56fab2d4e8aa0a7aed6ac6c842c5736, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0x22a3dab0fda3f6e8ba14139b507327a7, 0xf7a669928dde9624190997fc00fb80a100eb5cbeab4dea6eb702a30f23592d39, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-availability.php', 1, 0x00000000000000000000000000000000, 0x7388abcf7206029882de5da14218f722, 0x168a82ad2d8822bf5c795a2fcb799e0e5eec1e7dbc75acd94c6f37f8caa34d18, '', 0, '?'),
(0xb574f91d4a03ab24440cf7b110cfffae, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app.min.js', 0, 0x6c0dc3acc8ac5dc4e9e56427f64b52e0, 0x6c0dc3acc8ac5dc4e9e56427f64b52e0, 0x42ff8576d24140e7da49d8d66b203939495cbef8e52008798bb7b728f3b22212, '', 0, '?'),
(0xb57ce93279d8363a6ab5eb78ce93e43b, 'wp-content/plugins/elementor-pro/modules/off-canvas/tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\tag.php', 0, 0x961dc4b9a3545584f932bc74933ac80e, 0x961dc4b9a3545584f932bc74933ac80e, 0x3d9c8b48ec353905e6a6551f29d709775f659bcf440ed1b0467f9f0359ff1e49, '', 0, '?'),
(0xb57fa09735f6a3ea79791200f5cbd0fc, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\conditions.js', 0, 0x61d329e80d3a6fd64387065d765a50ff, 0x61d329e80d3a6fd64387065d765a50ff, 0xb7719e9d00f1b35005812d1907c7087165495eae3b4ff545dfac8e1374009ab1, '', 0, '?'),
(0xb581f9a41ba71b7d12c03bd110d56e9a, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-error-modal.php', 1, 0x00000000000000000000000000000000, 0xcb0d45c7bc16265d257a62ddc0dedd7c, 0x113413556c7cbbdf059e24aec4e91f0230fe0844260a32a324252ba3051f110c, '', 0, '?'),
(0xb583a2477cbdce5c8f6ce54ccb07df27, 'wp-content/themes/astra/inc/abilities/customizer/siteidentity/class-astra-get-site-title-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\siteidentity\\class-astra-get-site-title-logo.php', 1, 0x00000000000000000000000000000000, 0x432c1084b3bb0472a688b18a2fafd008, 0x9bb1f76c8ad62894fbfeaf3d4c301295373abce2a6e7d0050cf49c2e101c72b1, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0xb58fc7d7d4014228e40849d4ac73b51b, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/AuthRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\AuthRoutine.php', 1, 0x00000000000000000000000000000000, 0xe8674849c7a4d84ca7f31114cdfcfe02, 0xdb91c9c563f4e5a05ddff747afc7371b01d8d5ee75401e63d87435b5be7991ec, '', 0, '?'),
(0xb591323e5f811b440fbb88f4cbbb3710, 'wp-content/plugins/instagram-feed/assets/svgs/taggedpostsIconFree.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\taggedpostsIconFree.svg', 1, 0x00000000000000000000000000000000, 0xadca809668816273fa8634796737f8c2, 0x41004c391db568a946586c263ed2197df6b59b01c7c5e704fa613439403e1f4d, '', 0, '?'),
(0xb59819bd8c58b8839d82bddcc5faa153, 'wp-includes/SimplePie/library/SimplePie/Exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Exception.php', 1, 0x00000000000000000000000000000000, 0xeeda580dc8af1aea18e76865d58ee0c1, 0x0d6cba5608213ace6cbe152cf850da9e8582746e9b01bda5df8db7e6e5e8c0b3, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6c4d217edff401e7d618a7b1702d5836, 0xed094351542883055f0beb3c334a08cdbfc3d64a6a0e5926d55eb9e1be5d4904, '', 0, '?'),
(0xb59c74901063a4369c17e585c396fc1a, 'wp-content/plugins/feeds-for-youtube/frontend/build/asset-manifest.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\asset-manifest.json', 1, 0x00000000000000000000000000000000, 0x52aa3a5c0b538b9411965690b2e02f95, 0xcd3964006d1a055a5b24b738430ba995bb08ff9e7b865a4eae9c24e5d19c91da, '', 0, '?'),
(0xb5a3898d62dc9328653bb306e96e29c6, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-one-page-nav.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-one-page-nav.min.js', 0, 0xb20e1a86476db360666f9ba75a007b0e, 0xb20e1a86476db360666f9ba75a007b0e, 0x353f1fb0da6a101135773e5f8c921920f8fe95db63ec58eb549ec7edd67a674b, '', 0, '?'),
(0xb5a5512bdd9c81431caa3f78f58be8b9, 'wp-content/plugins/instagram-feed/inc/Integrations/SBI_Integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\SBI_Integration.php', 1, 0x00000000000000000000000000000000, 0x0c8e1d9aa3f5cb14902d542e322549c4, 0xd3ac4658e9838cfb8825d62966bd4771257576cb17d029cbc4ed4a966fc4f5fb, '', 0, '?'),
(0xb5a5e4aa797893e8e2c21078342afd20, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\user\\grace-period-toggle.php', 1, 0x00000000000000000000000000000000, 0x6a3720373df506021b8e890460e238ce, 0x08a87afdd074f78ca7eb1107587fb91f128aced108a60678751fdffa56181f00, '', 0, '?'),
(0xb5a65963c0749874839e513d097875a9, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-2760.css', 1, 0x00000000000000000000000000000000, 0x34354e6fb99cde8b31708c00ac12fb83, 0xbd394fdd2a46838fa1c5942f34db37e87b92b28d548e0a62d89ceca837ce39af, '', 0, '?'),
(0xb5a74896d0a1f0d7f3a55956685aa31d, 'wp-includes/block-supports/duotone.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\duotone.php', 1, 0x00000000000000000000000000000000, 0xf5b588527077e03be60e6e95f2c99fd6, 0x8aee28712af9314bebb143becc43a2d5277b1b5b446ba8af0b4410098a8f4ce5, '', 0, '?'),
(0xb5a7fd1418465bc4d04e26c14effb803, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0xb5aea0461e5204fd9757b4917423b5b7, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 1, 0x00000000000000000000000000000000, 0x0f6a0e4f9a1d84696cfb0da3fad3a3e8, 0xf0d9b5efe7636bf3a036183bf1657a360802b156939b76dbda81c7a119b89af9, '', 0, '?'),
(0xb5bebde5db48aaa25b278ce0e7ecf78b, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0xc8d7321eb4fd8b7b3659356680c7b194, 0xf2455296bdcf89ea2c9e1d3aa1ec41e5e4c71bcdded85dc3a8adfdaf2fe419f0, '', 0, '?'),
(0xb5c006890cad03dec0911a3b5f7f2f0a, 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\classes\\render\\render-base.php', 1, 0x00000000000000000000000000000000, 0x67fea1b9e02735782b27c881bf5b6bba, 0x34e67034e98c369973e1d6a8d5196df266b8fcb934efc98ffc819109d591632e, '', 0, '?'),
(0xb5c3ae24568c4ed72549e5354f9e60c5, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Styling_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Styling_Tab.php', 1, 0x00000000000000000000000000000000, 0x52dafecc3439bcd108dc5a6f5a94e07e, 0x41eead27882ae3c4abaac6662e6a263135fc109f77aa66273dc88c1185e2a46c, '', 0, '?'),
(0xb5c6355164929d8612e175a80ae8ff6b, 'wp-content/plugins/elementor/modules/variables/classes/variable-types-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\variable-types-registry.php', 1, 0x00000000000000000000000000000000, 0x64b80463b4077b105949d2c16919c263, 0xee6a39d7856fbf3aee6d6d2e782260e48c6c7a2e4d23e5b1e4cde0996ce1ff57, '', 0, '?'),
(0xb5ca150dfd7a3e876197dceaa60c49d8, 'wp-content/plugins/powerpack-elements/extensions/tooltips.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\tooltips.php', 0, 0xee5a6de10d622e6c36c353845437ed39, 0xee5a6de10d622e6c36c353845437ed39, 0x40f1d0dac7865a906ff897ffaa8541058996f3550d78d306f8f9809dbf6ea0b9, '', 0, '?'),
(0xb5d544f565169771d9180fe1664b2e01, 'wp-content/plugins/elementor/includes/widgets/spacer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\spacer.php', 1, 0x00000000000000000000000000000000, 0xd87547d3eba0f4003d332170c4a72fe7, 0xac857a4fbb2fa8c7c24d6b5204a9a9ef00ee23d11ba68024cf8c9a9ad75f779e, '', 0, '?'),
(0xb5d8cfc96aa9b46312caf3737a89b94e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0x3cd7006344ced1e08be56a920b9ba5ae, 0x6a99a8cff219de24c3e89d1488be13a5646f69e20d95f7ec2a89b68dd1979872, '', 0, '?'),
(0xb5dc75d82a9048aa17c3054f4da572e1, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\header-builder.php', 1, 0x00000000000000000000000000000000, 0xe8bd9fa20a976df68fdce3818b36af9c, 0x0d4fcdd3e8df14faf0aef5fa8c5ba0a00ed65885b1d49ada5347063d2574829a, '', 0, '?'),
(0xb5dcf6a0336376e54ec022d616f04083, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\breadcrumb.php', 1, 0x00000000000000000000000000000000, 0xaf9bb46090cb79fb94393ac35ca33f8f, 0xfab9d7ecc83a49769fb1bbd954409d1fdcc68f0aa5ba67bb0057f0813358431f, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint-statistics.php', 1, 0x00000000000000000000000000000000, 0xac34005fafbb5c6ef81e088dfc345d9d, 0xd8384adfc8adcb4c3f71c7e40e4cf0dbef7ae0c8bf8ffd4b1186a7291e647d07, '', 0, '?'),
(0xb5e1f691afa1bb89300b6a716d23a1b5, 'wp-content/plugins/backup-backup/admin/images/search-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\search-min.png', 1, 0x00000000000000000000000000000000, 0x157aa1c9adc858b0f8b4c833221bf3fb, 0x8374b268fd3880ecdce82d2b7482881c50806db369f80464be896c2afac1d650, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x36d8c6e6904b5d1d124ec4962c982889, 0x792b4553806ed8b4ac34049b3105c38e87a1fa01a2614123f4b93b765c1de652, '', 0, '?'),
(0xb5e4da1ab9e9d9a321e51d205a69df98, 'wp-content/themes/twentytwentyfive/parts/header-large-title.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\header-large-title.html', 1, 0x00000000000000000000000000000000, 0xe9d3575856968972ffc41ae34199c062, 0xdd23744779ca34e71d4917009f6c443ec9a54cb3326639a92533e7b8a6a4fa88, '', 0, '?'),
(0xb5ea0d6dbadc5facf217becf7fb37f78, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\panel-template.php', 0, 0xbe677490b8e6bcc5377003752dd3a59a, 0xbe677490b8e6bcc5377003752dd3a59a, 0x3cc68faf18dc8b7e61e1bf827bfaf6da52170d0897e7e61152db152ee416c075, '', 0, '?'),
(0xb600e6ef30ad48f065ce2b276afdbf7d, 'wp-content/plugins/elementor/modules/variables/import-export-customization/runners/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\runners\\export.php', 1, 0x00000000000000000000000000000000, 0x9425879998b8aa3ea9e708909633a615, 0x774ef0f389750e1f738854ad9b3d7ba4288ad972a6a4b1f3b80fbb4d45ca2f86, '', 0, '?'),
(0xb60f78775b6fa9659258159f94d01e3a, 'wp-content/plugins/elementor/includes/db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\db.php', 1, 0x00000000000000000000000000000000, 0xe50446ac394f25aae42f4fde646b6067, 0xcb38c66946a74b898095a44d753561295d88df9a064df81cc83d443e49252764, '', 0, '?'),
(0xb613f87bc7bfe45d25a641f7f263c8d7, 'wp-content/plugins/backup-backup/admin/images/pcloud.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pcloud.svg', 1, 0x00000000000000000000000000000000, 0x11c91e79ec1d8d45c54a22d5a79ecb33, 0xefcddebc4c1e04f1e4589cd49db1967164144c1f11850fbffb4b83aee1f13942, '', 0, '?'),
(0xb6153c1d758f0ea2d75a5c286b722048, 'wp-content/plugins/wp-reviews-plugin-for-google/include/shortcode-paste-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\shortcode-paste-box.php', 1, 0x00000000000000000000000000000000, 0x6c68dc3f88a0eccd8128a87b19c660a8, 0x7ae66f37e4fe84dae607b69ef5c3bd41c70176133c3a5617bc5ecb0ceaac23e4, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login.css', 1, 0x00000000000000000000000000000000, 0x4812ded47f59f77ead7af334b3833cd3, 0x04536c82e3d4b6bcabf374a01a02e5d5775af0fbc9adf821f03f18927df2dad7, '', 0, '?'),
(0xb61e85d5a89e758efeae17877682441c, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-marquee.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-marquee.php', 0, 0xa4655346396f194ab5472af24cedc1c0, 0xa4655346396f194ab5472af24cedc1c0, 0x49dd95cbb8ff57213f5fc15a942445b9e2f6af8a9abcb585ac5b08aadce42603, '', 0, '?'),
(0xb624d9387d893c42a8f9295f09b3a75b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\UploadedFileFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x7cf8770ef3318e9d4dee849295acce0b, 0x56f574ad604916b54a378f7eacb51b4c4b9a58af9619003a924178ba0e5551d4, '', 0, '?'),
(0xb62506a55705aa52e4b57518df12dc77, 'wp-includes/blocks/comments-pagination/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa83f8d6a8ccb7c0849514f2e50f7a154, 0xa7ca1e70032853b1e71cf46a504f07450b6a1ed3ba5f180d0f467b82aac488bd, '', 0, '?'),
(0xb627112bcb4856f92248a200933fa9ef, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0x9bd07ca8ba74d35457cef4dcbeab01f5, 0x0b81cafc5332bb99830acd25aa45bb2ba00deb44d69fb9f176dc9b5d6351e13b, '', 0, '?'),
(0xb62bcb0005666bfd648765696b960310, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/comment.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\comment.svg', 1, 0x00000000000000000000000000000000, 0x8bf248547aa479c5fbd6e9dc03af0477, 0x0f49041beed1382be62712a26a474053d423878c9aa6557c23d3d308a028819c, '', 0, '?'),
(0xb631b5b63b506b347725a70497cf302d, 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0x15798d3885444d30f9d248ab56849e8d, 0x0ce9d09221b5b80a99a4d0c8a99c615caf19c0fca1471ff5aab513dc72ba3406, '', 0, '?'),
(0xb6331d74cb41b6aca8e82c885269e79d, 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc1a19abb78cf9cde35b8b3bd4cf9adc0, 0xe379c64abd1df5d00953e9e4d871323ec57c9aa1aee038342047324d8b354b27, '', 0, '?'),
(0xb63569ced67ff91f2bbcdc03dd3b6b28, 'wp-content/plugins/elementor/modules/checklist/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0xf5fb4e294b897e4f04d91ccf090826b0, 0xe8d9357f29795face272a07ef851cba5fe8a24b49e95d2b8c71d057d7b5525db, '', 0, '?'),
(0xb6390f1c177e3b5306202fca9eba1fe4, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Theme_CSS.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Theme_CSS.php', 1, 0x00000000000000000000000000000000, 0xf0d7300d14bb13b3d4422ecbaee90afd, 0x9a7bb20a572e79b0c851161a976697c4bd023341a5985819081d326239cb4da9, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x54d6a44ee73638951bc8aa5aba2e30ae, 0x19abfb64e1da1156818a9eba9501c5b79d4e3dd6ee3eba53e6daa36abc554d9b, '', 0, '?'),
(0xb649c8fb1294076fd67ab8a030abfa3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\HttpFactory.php', 1, 0x00000000000000000000000000000000, 0xab63cdd1c56fbdd7b6c07b6238f45577, 0x19863d068802b787ce0667a5e2c0c921cb43176273a82903426b69129bb1e906, '', 0, '?'),
(0xb64bd2e25fa826e998ccaf5cbcd9606a, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\structured-data-blocks-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x5d35a2bc73e4c85898968b51a939f479, 0x79640555a28f115ceb74f6791543e0fbe8f34b1778ba1acb421d3c455e4bbeec, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\option.php', 1, 0x00000000000000000000000000000000, 0xb7fca0f43a3ea2cb8430a2392f570884, 0x0a153e6d85c99a9e6a43a6bf00784fb54f3fca2faf2d6110b4d1a737f37f5f50, '', 0, '?'),
(0xb6534ff402755db62bfba2852d83620b, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/editor-one-custom-elements-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\editor-one-custom-elements-menu.php', 1, 0x00000000000000000000000000000000, 0xf453516210c61852e1810b3140bb4cef, 0x045f1a6537467234e44c0410d96311b8a2977d05811f59378c2044d19603e9e3, '', 0, '?'),
(0xb658f725bdf14e16399f59c30c620742, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\theme-support-footer.php', 0, 0x1b60593b09dde49fee11e41a99c9ce48, 0x1b60593b09dde49fee11e41a99c9ce48, 0x8b6746697ce13818c0ec062d6b953a1df5068211a3f7b547544e9d61ea2f3490, '', 0, '?'),
(0xb66521f225717e4d6b292e353864c2ea, 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa838eb6df0caeb48f3c817fa2884f616, 0x567f2fc62bf446e15d906f574d26304e5656ed0d3a79efcac60c37716f67e44a, '', 0, '?'),
(0xb6680565a8ca2dac424a96f1aa5f76f1, 'wp-includes/blocks/search/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xeaf08ee726a7d457b0c32b87c80187d8, 0x53e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee35, '', 0, '?'),
(0xb66ae2654c3d1a94738d8234f36bb42b, 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\editor-modules.js', 1, 0x00000000000000000000000000000000, 0x3b2aff6ee4fca0704edbf7618e90601f, 0x5d54c5dc71ebb097a8e9d7fdb6e99e5ad52c647dd4771934e6dca9e1ca5487b8, '', 0, '?'),
(0xb66beca923ca8b437bf8814ddbe08818, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/abstract-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\abstract-score-group.php', 1, 0x00000000000000000000000000000000, 0x8c02e0c4337223f833269872e2c33c53, 0xa3f19859d9230b0f905a2e7f6b19fd4cbcf2ecb6966eaf58fd3ab1a239ad4724, '', 0, '?'),
(0xb66d76881079611c7954c2c713ab9022, 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfInvalidPathException.php', 1, 0x00000000000000000000000000000000, 0xdc18196a938b1eecc3b407d9b6a4b9ca, 0xd1d84721eb9e08899ef6551d36489b8dd66b394a309ac7e84fc4d7c764768121, '', 0, '?'),
(0xb66ea468d795c3d5176ca7b2b657636d, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xc93c2f1dc1c056bfa90d12be50572e1c, 0x3e97be458f0732e0f549f939c67db5fd8a4eaa6ed0af75c2596b4b122136f339, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-base.js', 1, 0x00000000000000000000000000000000, 0xaf2550657f2e9f2cad2ae4a48aa91c79, 0x9fe487e49b6e3ebdb6a0291d77b1e9c3aecde3c9aec7fda7ff183e346e77e5fc, '', 0, '?'),
(0xb677b12cad7885a5d46225b5ac2330aa, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0x55675762c9bbc00fa00f0ecbd843c1d1, 0xa41e675584c0ade203b36b554a263ca63b8fe87785107c4d9d860b3f9bf3abc2, '', 0, '?'),
(0xb6788e13f11b7dcbc1521e0acdf053e8, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\package.json', 1, 0x00000000000000000000000000000000, 0xc00f14ddde150185a4ce28e415687fc0, 0x5c76fd7bb3581c0a4066246b03a96726c38ec066f47051f947a5b6d18d93e662, '', 0, '?'),
(0xb67ad81d86d85faa1d744883ca9fa3be, 'wp-content/plugins/elementor/modules/element-manager/options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\options.php', 1, 0x00000000000000000000000000000000, 0xe1a95c5e5621f22640de3e10863c0050, 0x6eb93f323ec9b13e013576941beb0f0b5552fa0b696f8a2dcac43d83eaf9c8e7, '', 0, '?'),
(0xb67ae356fc6f546f68ead396877bf07d, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/unknown-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\unknown-prop-type.php', 1, 0x00000000000000000000000000000000, 0x6707294aed0fc08bd81529947aab26dc, 0x98b52b85b76a22e1f1e7edcc006a11ddb5ac9a22567e61fc07afdbaa5e18670e, '', 0, '?'),
(0xb67b5ec918a2f5affc5b48ae796fff34, 'wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\code-highlight\\widgets\\code-highlight.php', 0, 0xf8929e59512cad2e22655ba7678604cd, 0xf8929e59512cad2e22655ba7678604cd, 0x8c1f8c6209e1df3cb964e6aa6fc0a7e6c4c75220564deb91f47e863518d87722, '', 0, '?'),
(0xb67bef729b7037e5ea0cbcce3e5de0b3, 'wp-includes/blocks/post-comments-form.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form.php', 1, 0x00000000000000000000000000000000, 0xacbe7413cf3ea80ee0596e1d0a9f4fad, 0xd1dd287c0ece52a9ac8b9cdd6282d8b15e12789941fd45c8c7065daf0d270dfc, '', 0, '?'),
(0xb67fd3aa4252a133e4d237d42546ee75, 'wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\animated-headline\\widgets\\animated-headline.php', 0, 0x6487994da54ecd6b7070d16a3e34790d, 0x6487994da54ecd6b7070d16a3e34790d, 0xb4341b83f3da3c7efe228ac2700ad2e69efdbe91e911edfc7c9f9c29dc0b55a2, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb687658f902a9e1e9b9d99c5dc8ff562, 'wp-content/plugins/custom-facebook-feed/admin/assets/css/support.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\support.css', 1, 0x00000000000000000000000000000000, 0xac0c10ca51c5ca94c8f488d763ff8a70, 0x38d3afc0aa705c3ec4dee1135330aa6d155e346a8ce0d7159134fbc784055b1c, '', 0, '?'),
(0xb68a68fee1bd3c260322a1ff067b61fc, 'wp-content/plugins/elementor/assets/js/admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.strings.js', 1, 0x00000000000000000000000000000000, 0xda92cfd79ab46fb03e117edab4876b2c, 0xd1ec5919b478a450aec6f977967374fbec6168d6d93628e2733de99f382df5fd, '', 0, '?'),
(0xb68bcdce49122cc67a9df768e7ed16fe, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0x6d9977b0d98635ac93b8142833949583, 0x1d8d2ba225d290072f0338ebe001d46db3f82780fc53cf52f9ada4bb2fc5faf2, '', 0, '?'),
(0xb690e78a8f0b606249f1227634854ef1, 'wp-includes/blocks/cover/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9babf5aa77be503ad83cf7d5f2a730fe, 0x10ee1a4632689ff4ef3c15ed552ae0cc95b69555a966997a19c1bf5d5137fcbc, '', 0, '?'),
(0xb693e8c0f060b9a1c21324892130a1da, 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.min.asset.php', 1, 0x00000000000000000000000000000000, 0x25a2bc0ad2709970bb88a978a736c7e1, 0x78b58305d57bafcc715478aa9d57456ee181c654e2344d4d2a27d47025c46552, '', 0, '?'),
(0xb6941f2e66c3a2f6d705e9e56dddbbae, 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1b86830169a7e93f28ffc1c795b823bb, 0x90c0146390c03e78d509a32be9748e184614cd619b5ea0eac72f41117a9e3b51, '', 0, '?'),
(0xb695a738951add42e3bc089999c961cb, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-flow-interceptor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\setup\\setup-flow-interceptor.php', 1, 0x00000000000000000000000000000000, 0x3aa6fbd0c13111e167583f6ca845bc24, 0xa2899633bea54fac258cbf15c88e2699336c53bc7e61d72bfc8dd0bd194d0afb, '', 0, '?'),
(0xb6972d33ba4bd2ce65daaf88179ecad0, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.asset.php', 1, 0x00000000000000000000000000000000, 0x8f7989b0694ad68e8041bee2565ee14f, 0xc3125d90182ccf1d7fc0c9de3797403f78e63a0d8f7d3670cc35cea3fbcb5178, '', 0, '?'),
(0xb6983cb8fc29210ac4db6606cf4eafc3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0x1c05bdbfad72dfcff475af8f44bfd381, 0x5a685cb00c07e7193cd83bf175d8c47b1b142c8f2d29a15f447fd5b270f99aaf, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugins.php', 1, 0x00000000000000000000000000000000, 0x96520abda82e6f1c8dd7c4c6b1326277, 0xd541880e6770aa14878cd22f856def04f82c261e5271ff66396579fef7243de6, '', 0, '?'),
(0xb69fd7f1b642554eb66de96879ef2f05, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x16b38fdcdc663f2dca9e9ae9427cb2d3, 0xc0a4230bad96964dac9c8c2b611a2ff6d0d8e25ba99f90204ee66cbeadaedde6, '', 0, '?'),
(0xb6a50d07634800968a2888ca8ef89e7b, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/get-suggestions-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\get-suggestions-route.php', 1, 0x00000000000000000000000000000000, 0x2926c7978c8b586677403037ea03b623, 0xcf309037575732be9651eed5b3e2bb123b3e017d6987e17a03db0d59794aeb47, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-media.php', 1, 0x00000000000000000000000000000000, 0x206a6f36f4ce5835e6bfdd1366f2cd7b, 0xd4041c44db485be77ef3a24fc8fbd485105207697c97fb4de6e45dbe7653ee2c, '', 0, '?'),
(0xb6a9cf1fff187a27d41ff53d6829d7cb, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x15a62badc76b9d419dcaba767e2400fc, 0xbdfe7f3be82bef99767a4ead876d215d47ad044612ebc5960f42d23dea236c0b, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\bookmark.php', 1, 0x00000000000000000000000000000000, 0x96794df799f3c2b38a89c9514f827bd8, 0xb725cbcc4059c809cffc682d3f14b3138a12d6366d113233bee573284d0c37bf, '', 0, '?'),
(0xb6b22e842a6b335770aa5af982aed268, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/meta/response-meta-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\meta\\response-meta-provider.php', 1, 0x00000000000000000000000000000000, 0xc1e83adbbe00345bafc94fbefcfa28bb, 0x4b4ad7aa22eb0240468fea5c8d0d3c5debf324a0a7aafdd631229dc355006501, '', 0, '?'),
(0xb6b5388af2703eb0c489e1c12b16289e, 'wp-includes/blocks/template-part/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor.css', 1, 0x00000000000000000000000000000000, 0xcac9378b34cd9e4b5e28d391918039a5, 0x531231033edb84ff66b0ccea495ab4f0d75a330cf69f04c150f069e02ad9191f, '', 0, '?'),
(0xb6bbbd5e2e8def306938b6ff974ac5f1, 'wp-includes/Requests/src/Response.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Response.php', 1, 0x00000000000000000000000000000000, 0xe48d8e0843214238599b1ff552f3fda6, 0xdebaf625c592f3302badf528b4b6971976b9b4292acb0cf7c7fe6e3dbf44cbd0, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0x1fe505488f9b9871ba67c71cd76ca174, 0x86149ed29327624fd2ebe8da45a626c6a7573068c0096f925c601fffdd59add3, '', 0, '?'),
(0xb6c1f49e5f6294aa495ad4cbc84077c4, 'wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x814304df1eff6a4bd82b41a830e5e3f9, 0x1a283bbc84e5cd152c7092e0c975a82876db6a6765806b8ed72f9a2e7477878a, '', 0, '?'),
(0xb6c305d908eaab9a2f200ef731f3aac6, 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb6cbf41c1af94dcd20067b486a19e2bb, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xf47008ca96dc87ec0e002c02fb44d4cd, 0xd2cbe3df4599a71275c36c764e46c369294121d93b1e57a32cf5cf5aef75cb9c, '', 0, '?'),
(0xb6cef495b35e6b8b09eb58723608c187, 'wp-content/plugins/feeds-for-youtube/public/build/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x1073b596aac89528a22eff964f87a753, 0x51dbb878af349ac2dbad3486721c732cc263826b1cbc4bf0f0dd316d94193c8c, '', 0, '?'),
(0xb6cf69757711759fc128a54ae95059ad, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-2760.css', 1, 0x00000000000000000000000000000000, 0x906822b04e954b3186f37d176f2a7afd, 0x979437881a5de56d8f89802a709e468f361e6bf42a65c11de1a1f17574da2881, '', 0, '?'),
(0xb6d3c1a458345ad87703899bfc9a83e4, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x6279ea1ef4058f93c9e26dd26ed60c42, 0x26264793e21d7d788793a566c68484a6086490ea267315e2790c4a7a82947c24, '', 0, '?'),
(0xb6d4c696e1a6c3743faadedbba8a13ac, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\add-source.php', 1, 0x00000000000000000000000000000000, 0x0fb6e4523c8d3be5b62956e60ec6b343, 0x990d1f35793cd80226b986bc3d2c33691caf935048a566ae257b2cae2664b936, '', 0, '?'),
(0xb6dc4cf3850d0c9550886cc23048099d, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.js', 1, 0x00000000000000000000000000000000, 0x8e3b982b2cb76545754bdd83074c2866, 0xc251660df072308fdf67ebcd1c8b195904983cf4290be7a00d4fae851df5f3a3, '', 0, '?'),
(0xb6e0d302d6027d36f53007ce0b40bd00, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0x80642bc6e34c4e15a29a19e7c5da6c43, 0xb04ed9816e38423fe800f80b7ae4abb1232bf2d7826b55c5c3a03a2f981d4fe0, '', 0, '?'),
(0xb6e2955a310f62345f6057085476311a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-500-normal.68d40d6d01c6f85d.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-500-normal.68d40d6d01c6f85d.woff', 1, 0x00000000000000000000000000000000, 0xbb35435c1139b49952dd756f6b389bd9, 0xa134cf7ffaf129312a3007e8f074b32532e27b5da8a96a74dc8e81f56bd26c0c, '', 0, '?'),
(0xb6e7a0c63cca301eee2235921581e49a, 'wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-options.php', 1, 0x00000000000000000000000000000000, 0x18633482991e8bae23a86a4b32a855f6, 0xbdd2d0ace1ee9c9d0861071a6cbffd51b3f28a47e6f371338c174010fe268d7b, '', 0, '?'),
(0xb6e8c21d99ab9fd68bf6668acf7813e0, 'wp-content/plugins/custom-facebook-feed/admin/templates/locator-summary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\templates\\locator-summary.php', 1, 0x00000000000000000000000000000000, 0x46507c2e78bbed6ed23d31b40a440490, 0x0331b19998aaa0f9511109655291cf7064d70141ba8fbc77961f59c44fb5929a, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x267e1dedb10b214b944b42acbcc8ed2e, 0x149ab382d999df2a3164419a280a1fb67d4dfd4b4ab5ebceba324e37d1f8e4fc, '', 0, '?'),
(0xb6efff46cedfd6ab09bf6a70c53bc876, 'wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\below-footer\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xa04ec6afaf36a68e18c4533bdd843229, 0x79cf53655945e5fc4da5184be7901b4230d44caee8d1610601d52f6670170a96, '', 0, '?'),
(0xb6f73bcd6fdd5a7b11b297f95a10a162, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-error-fetch.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-error-fetch.png', 1, 0x00000000000000000000000000000000, 0xe523d27da387e92d0d3baf2522165076, 0x02ae67e820d437458bf6f6fbdb61f1ceee2e3a78c1e0343edc1cdd4a6c93fb52, '', 0, '?'),
(0xb6f9c61e689bd2de091ea4690688382e, 'wp-includes/blocks/post-comments-form/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8d420514344593d0a39dc701ab297981, 0x219350e1de4d5e01d7b2629cf27fda18ef1cc4911cdefbc119e66dcce31e5643, '', 0, '?'),
(0xb6fca350848f8a837019009255f7909b, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-affwp.png', 1, 0x00000000000000000000000000000000, 0x244c9fc7dbf258092bb2f269abcdc366, 0x6707f3403158eba38c114574a57c2b0473670ba0cab0eebdb4446412c8aa71b2, '', 0, '?'),
(0xb708ed66d18e224daac92462de787331, 'wp-content/plugins/elementor-pro/modules/tiers/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\module.php', 0, 0xb8c2feabe16cb0b4af7e65af67619ec3, 0xb8c2feabe16cb0b4af7e65af67619ec3, 0x6170e4650de863a972f37d995d75c16b6c2fbc1c33009d48a57e1bc70196b194, '', 0, '?'),
(0xb70a58f90126b1ce259817d79ebdf674, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-add-to-cart-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-add-to-cart-notification.php', 0, 0xe3be644a1baa16fac83c0b95a0c1b068, 0xe3be644a1baa16fac83c0b95a0c1b068, 0x611613182a6f5d10f657ee1348d8055000fbf2910947f552a0526715876d5d0f, '', 0, '?'),
(0xb71b5e76f986e59397d61e808d812c4a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x1c3e264f03af8290cb4a6e6d1e7a6ee7, 0x22b1de727ce7f8ead6e2bff949074052f75ac7fbea2edcb024d6104075ab4174, '', 0, '?'),
(0xb71c8790f80843bb4e38649e18deb951, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/add-reviews-collections.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\add-reviews-collections.svg', 1, 0x00000000000000000000000000000000, 0x45595a29397c1df18bebe8e5618bc3dc, 0x80c56aecd346de67eff885b0252e86d164c3b3f3565eb248aa388500bc533830, '', 0, '?'),
(0xb729e8d18f7382526de955dcdfc9f281, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-validate-data-action.php', 1, 0x00000000000000000000000000000000, 0x438054764f4fab3579e3c25a34529287, 0x8dade67093865abff4e7910b6dc23a4bf9c2b80c26d4bed9bb514ef33c571e34, '', 0, '?'),
(0xb72ce5292643c56f9cef3d080faa1832, 'wp-content/plugins/wordpress-seo/src/plans/user-interface/upgrade-sidebar-menu-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\user-interface\\upgrade-sidebar-menu-integration.php', 1, 0x00000000000000000000000000000000, 0xd2b32f2685c9e7c94b2c64fd5d5a78c8, 0x4029fefdc3d2ec4e4ed65cfcbd3848b34970a1285144457d0d3af008bfc3e424, '', 0, '?'),
(0xb7353b09dfac404e257a3b6ceedd2bf6, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.asset.php', 1, 0x00000000000000000000000000000000, 0x656c2e2c30bda4380216f0ea21064a26, 0xab02160234041863212312eb0ceaecd174c9f1f764ca6ad43ac1b68b8d98aa9b, '', 0, '?'),
(0xb7414ae1d6fb3b6d4bb95a5e1570a632, 'wp-content/plugins/elementor/modules/home/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\module.php', 1, 0x00000000000000000000000000000000, 0x5bfde94c280f7bc637889f75e4adf1d1, 0x56d729a9cf7a9a9e7f45c4d88369c049db7e8478b4f57124e058523e5b987c38, '', 0, '?'),
(0xb74276237b1ba2d6684c6cf3ecd9c8a8, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.js', 1, 0x00000000000000000000000000000000, 0x3389aca5d5f2db751c7b5a66f341f3dd, 0x066807020e2ba2b25fc1d242f4f88655d10172d153d4af60322a2891e6f07ab4, '', 0, '?'),
(0xb7457e92588764f6516804048a1bf3cc, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.marionette.min.js', 1, 0x00000000000000000000000000000000, 0xb440fb56d1a9e6b16e1f2cfb90aeefeb, 0x3c215a8b04f3f4efd7688dd27403621414ced20e138bfd0be20f784e95db72c2, '', 0, '?'),
(0xb74d9f83dc46d3879d5e10166a490833, 'wp-content/plugins/elementor/modules/pro-install/editor-one-connect-account-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\editor-one-connect-account-menu-item.php', 1, 0x00000000000000000000000000000000, 0x547112450138eafff3a1f8756289775d, 0xc277e2c24f7d900a02a7fac60af0ea5d34c4d45c4ea98b3a09f3585eeb8e0af8, '', 0, '?'),
(0xb74e69af23e4ac12cd883aaa78124179, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-yt.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-yt.png', 1, 0x00000000000000000000000000000000, 0x0eaa1f60c8163815b02229556180b65b, 0x441c455dc361c2b08d5aa2e1df042a320cbfb51e7c9c65272618f539ae2e6d74, '', 0, '?'),
(0xb74f14a28ab5f59c21e9036897a3970a, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-checkerboard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-checkerboard.php', 0, 0x2eca1c3387dcff968e06a493b4324eb3, 0x2eca1c3387dcff968e06a493b4324eb3, 0x2bd8d503dc62f69877134876081e2581d6f6a0987fa136b07866d36ed7d2c00c, '', 0, '?'),
(0xb7544a5819ad35b408237efa0dfc87ed, 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin.min.css', 1, 0x00000000000000000000000000000000, 0xe656e859ad0fd98910e0abca9fa3fad9, 0xb98db50aa1f7b3208093fdf7da91be57d52f066da1e23f564922ccd2ac156092, '', 0, '?'),
(0xb75d7239de7c67fd808563b3667e5bd6, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Control.php', 1, 0x00000000000000000000000000000000, 0xf5edd156596205b3e85c66432ed79ead, 0xcc351a2a56ee9b8a1673d973fd877219cd15e26a91e3603b6ff10209fe739016, '', 0, '?'),
(0xb760404923773033fdad5ed3fe43ad35, 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\application\\free-sparks-handler.php', 1, 0x00000000000000000000000000000000, 0x8505f80e84c5e2895ed8ff8e4d2f9db3, 0x2d78fedb0ba91b497e1cbb546b52b0baf97db82ef569db19b22fcabd25b9d882, '', 0, '?'),
(0xb76211e0d4505d2dba2243c98cdd1121, 'wp-content/plugins/feeds-for-youtube/public/build/js/tooltip-wizard.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\tooltip-wizard.js', 1, 0x00000000000000000000000000000000, 0xf025d97094adca816c3cc488f5bf5da5, 0x19067a2cc18531847f9404bda269dd730af0464694ca77d37364f8a87d5f5534, '', 0, '?'),
(0xb7649676f470d63bab7642a5aac8765d, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-base.php', 0, 0xf276e7a4d9255711c6348305892ea3ff, 0xf276e7a4d9255711c6348305892ea3ff, 0x0112ed89ca247068c8e9b608ab5e7d48294be9ff0befb374062c47c2597f4293, '', 0, '?'),
(0xb769e427a4a02e93d574041529b6baf2, 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\missing-indexable-count.php', 1, 0x00000000000000000000000000000000, 0xb733f130431da5ec1ab3beca5c6a4d91, 0xc50604cc7980306ff369c778aa64d8f7e4972d966e3063482280014aa97977f5, '', 0, '?'),
(0xb77100de7fe31a937e1ae0fcf9f1fcec, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0x1e1ad804ffc0fbbe8f04b836cee6a10e, 0x2215de7ad617b5d3f1e6e435905105e2f5b2012e729230965977e37847d7f947, '', 0, '?'),
(0xb773da592d7098cebb5ad7cfc13a1e3c, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-accordion.php', 0, 0x21a510b883ea33f701e9b19fc68a6cc7, 0x21a510b883ea33f701e9b19fc68a6cc7, 0x22a6f33938957717a2fc23636f7871bb4d57576465d6287c70c6dca6a9ed28b6, '', 0, '?'),
(0xb7742b892c12adc95411c56ccb345da9, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-atomic-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-atomic-base.php', 1, 0x00000000000000000000000000000000, 0x8c3411ab1245d61be027d99f1756fd7e, 0x168e03664797b68c103fbd2c951673feb68a849b516f61b6000e2953ee2a09ce, '', 0, '?'),
(0xb779a3bf02d191ff63ab6a21bf5c1327, 'wp-includes/class-wp-block-list.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-list.php', 1, 0x00000000000000000000000000000000, 0x3f4565b412d9d6d606344436a3bab16a, 0x005eb3d9fc6f4a33ab4de020888a53c6f2f14955e50a62cea9d7f46fd920e6cd, '', 0, '?'),
(0xb77af90e9e6d408efc4fad85b80ce924, 'wp-content/plugins/feeds-for-youtube/public/build/js/admin-notifications.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin-notifications.asset.php', 1, 0x00000000000000000000000000000000, 0x9e569672b47fafdce7abad1a070824de, 0x53b2db6552edc454ed262c6d58556106004c95fe45c0865cfc5cb034bc8798e0, '', 0, '?'),
(0xb77f32b1445b22b9f1ff842a2228d7d7, 'wp-includes/js/jquery/ui/effect-size.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-size.js', 1, 0x00000000000000000000000000000000, 0x37419c0140d42f9c51312234829c8ce1, 0x68e078a34df5e67f05d84a0afffca86f5ea1020af6f6ea3e502a288e720d8026, '', 0, '?'),
(0xb77f98d70af52a67a51dd426c04df302, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/description-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\description-builder.php', 1, 0x00000000000000000000000000000000, 0x3ac21e12855205332587dd91bde97cc1, 0x283e72c965cac0c6e10065f24131cbfd86cad5dfcaf9757514adc56ddc464b2d, '', 0, '?'),
(0xb781354914039c14bbbf0b8d5caf82e2, 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-easing\\jquery-easing.min.js', 1, 0x00000000000000000000000000000000, 0x8da44cc53aae121564ebe6bf7cad2208, 0xa62f36bf3306011430b02788148f9b6b41dcc12275207e32d46961d50f2f911b, '', 0, '?'),
(0xb78bd6bc8523bcc5989b488178168b1d, 'wp-content/plugins/elementor/assets/css/editor-one.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one.min.css', 1, 0x00000000000000000000000000000000, 0xe656e859ad0fd98910e0abca9fa3fad9, 0xb98db50aa1f7b3208093fdf7da91be57d52f066da1e23f564922ccd2ac156092, '', 0, '?'),
(0xb78c8e5768b772d8600eb42c46ef4ef0, 'wp-content/plugins/instagram-feed/assets/svgs/visual.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\visual.svg', 1, 0x00000000000000000000000000000000, 0xfb3edffe925dda07f345fc1f0ccdd012, 0xc7fb4c7fd5bd443d9ebc21f431f71fc8c4823aeeb2d50bc7bdcd535dc2256343, '', 0, '?'),
(0xb79021e22c1611b386e7567c460dbaa1, 'wp-content/plugins/elementor/assets/js/editor-interactions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.min.js', 1, 0x00000000000000000000000000000000, 0xdaee89c41614e29cfac34ec1165f1ae5, 0xaf133c3c10684c3d732ca2fdfac848878eae63049866730823e3b3f16bc3deea, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0x75bc21d10d10bd62272ddcc0a76b53e3, 0x8892092d6fba275c6ad26b7f8869d48ef118f4eba3f1dd081fe95678b9efbfc4, '', 0, '?'),
(0xb796dd8db8d51b67e6b0580dfa87c2b3, 'wp-content/plugins/powerpack-elements/modules/table/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\table\\module.php', 0, 0x22c5cd93c28d7232bec4290ab8e8af8a, 0x22c5cd93c28d7232bec4290ab8e8af8a, 0x419bc16c26fbfcb6bc79653826a3c33820410c4a23402982d4aa9ad8f908c5c4, '', 0, '?'),
(0xb7985ca8e9ce304fb627775b6c2f5e24, 'wp-includes/blocks/gallery/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style.css', 1, 0x00000000000000000000000000000000, 0xcb4d3ddc58e7ae6a88ab36c4bf99fe15, 0x45e3cbdcc5a3c9f2961e773cc3dbdfe42326752850f7c7d9321556f8c571b861, '', 0, '?'),
(0xb798d77b8e0183638838776fde2b1982, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_CH_informal.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_CH_informal.mo', 1, 0x00000000000000000000000000000000, 0x753d5a1a130987da210d008974ae9130, 0x7c2a11c3ef389a5b376633de519ae05bf21efa6581fb5c31dbdaa83c25c41dd1, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\admin.php', 1, 0x00000000000000000000000000000000, 0x7fcfae0d8cfd265a33927293220417f2, 0xd6067f183ae1d70325a33b4b698857403ee1553b8ad4cdf41feb13bd0823c03e, '', 0, '?'),
(0xb79b2a530767bb1ccd672d9ed7b7c11a, 'wp-content/plugins/elementor/modules/components/save-components-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\save-components-validator.php', 1, 0x00000000000000000000000000000000, 0x59a0f932ad8fa8231edd564363899870, 0xfed049d9f8b70e7643cb4f8793676fa6e25ddb08183b02efc7d649f5f401aefd, '', 0, '?'),
(0xb7a356257e0062d8c70102a6ac3f5781, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/any-user-timeline.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\any-user-timeline.png', 1, 0x00000000000000000000000000000000, 0xaf623adcf990749ac8c72adda75f46a1, 0x711530a8f1c4c6246ca77924f78064e1a94bc09d4703ecb0ebea9b850255643d, '', 0, '?'),
(0xb7a43a147cc8e835bd9b294aa28303a0, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\upgrade.php', 1, 0x00000000000000000000000000000000, 0x18010a4bf745231cd7750d67e8b4605d, 0x2dec8d887affe20b8d1e5e0db83c64839bb43026c1767d09ad4e7d442e2c8b6f, '', 0, '?'),
(0xb7acacd4e82f640ab2d4a3d94ffb7d2c, 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\configuration\\first-time-configuration-action.php', 1, 0x00000000000000000000000000000000, 0x18e1bac222e33a3d5d7210d2985bc8e3, 0xdbf0621b07ee3068f0e5868e02f339f280bde50ea9f97ae4c68a537767b39983, '', 0, '?'),
(0xb7ad2bffca9988ee19a81581b083a6d6, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-7.min.css', 1, 0x00000000000000000000000000000000, 0x05ff563f764dec47aea4e37962bf20e4, 0x21634861254d321a53507f15f1bc4b55abe5698328fee7a1a3dbd15a84be6602, '', 0, '?'),
(0xb7c27b1643b2e762267ef478dad0d162, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\README.md', 1, 0x00000000000000000000000000000000, 0x80f46e60d51c9e18e383ca4ff2dc0c12, 0xaeda89e883b40b25136839559bbb992ea912ee75049004d2608c3d2aef6d5447, '', 0, '?'),
(0xb7c9b69dab1c7a5eed18becd85ef42fd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xdfcbcb32bb95c52add510481e3844452, 0x25e8601c587119319f1c180dd424e3d6a669d916864ad3cbbbe9daafb2408110, '', 0, '?'),
(0xb7cc6b2890b378e099b45b9a0a927942, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_CN.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x66aacff3728c5c1469a21e9f0c15c21f, 0x4aedf1583685b67fa6dca598262d0c0748599d020b95f033145b59f6db2349cc, '', 0, '?'),
(0xb7ce90426d1a3607ca2e61190bd6f347, 'wp-content/plugins/backup-backup/includes/offline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\offline.php', 1, 0x00000000000000000000000000000000, 0xc8707682394940eaba9ee73b69c8737d, 0x7aabd8f4d0c2909f6d313e33cc1b324a52d580aad8933a17db77782807e48a8f, '', 0, '?'),
(0xb7d5fa2ebdda497ddffd7ee2c1516460, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/save-plus-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\save-plus-icon.png', 1, 0x00000000000000000000000000000000, 0x58974c2eac58e7e63f7fea8c6966de33, 0xfa65de1efc4cb9e8f95c499192228e751cf2d15aea7a9467f9e419faf8489580, '', 0, '?'),
(0xb7d8cdb6211b7e088861f2a71ba278ab, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/date-time-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\date-time-transformer.php', 1, 0x00000000000000000000000000000000, 0xd72d8f3eeb2ba002aaeb03ba472b973e, 0xf217b5573acc3996be8f0d24192658b14050f0f861c9db207c9e2b4c38fbe247, '', 0, '?'),
(0xb7dd6d02110d779a1b3320e50755fa05, 'wp-content/plugins/elementor/includes/controls/divider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\divider.php', 1, 0x00000000000000000000000000000000, 0x119fc05be34467656b6cdc4e85cb69ba, 0x52fa90873c0fe93eea7265d3880da1688da07a4d43f72f09282c226402c97db5, '', 0, '?'),
(0xb7e163b269660a338f4ca637b8a4cf64, 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\social-profiles-helper.php', 1, 0x00000000000000000000000000000000, 0x20b6d4a673f71c7895cc348763ebf96f, 0x895a1da0b769967dbe231fda1ea6e33328321de716554527f1f805fcdec65161, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0xb7f15855868303dd893c36e165ce45fe, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xc00e1d2bc457365ed216ae92273b07e7, 0x63433e5b2b7d0226229877c8ff2bcfd44daf23723cae1569da222152b0e37ae7, '', 0, '?'),
(0xb7f1a0f1d94c606c69cb748d992dc016, 'wp-content/themes/go/dist/js/admin/style-customize.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.asset.php', 1, 0x00000000000000000000000000000000, 0xeff09fac4aa469d939e033458a004ab3, 0xa3296269b7b96d704774272d0fe093875d433b8c38ba7ca735017a8ef4b39984, '', 0, '?'),
(0xb7f57faeb203cb8333db6e86b7078dc7, 'wp-content/plugins/custom-facebook-feed/inc/Email_Notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Email_Notification.php', 1, 0x00000000000000000000000000000000, 0xb4afd30fe4d9a86595da4fd48698dfe0, 0xf9ff2150b34bbf8e1e2cb9e8ac3623fd9271bb5865c6954e87257914d5a4df82, '', 0, '?'),
(0xb7fe074096e563adca0206e9343493cd, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\wp-content.php', 1, 0x00000000000000000000000000000000, 0xad2f362aaccc47bbbf5b5534e8bb8c82, 0x4943ce546cfbddfe114aa7f9764304001a86a1414ee93907f0cb6d4c908ff171, '', 0, '?'),
(0xb7fe67636f75aeb9221fb5f8e6b49b93, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-single-album.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-single-album.png', 1, 0x00000000000000000000000000000000, 0xfcf46c0d492fe748cb5ebefb70bc655c, 0x0ecfff8dcfef811131fc98301cceb4daaa8bd7e18b8876b73a77313bec49e6bc, '', 0, '?'),
(0xb8040ce39250987d4edeedb6ef4be963, 'wp-content/plugins/powerpack-elements/assets/js/frontend-showcase.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-showcase.js', 0, 0x4e00c394822dda439665816d1b8ea45c, 0x4e00c394822dda439665816d1b8ea45c, 0x158974e76c50d15f5078fca6dc1dbf88d5f6a41d934cb97e60cfafe9c0131d1f, '', 0, '?'),
(0xb8077b089b42020acbb7c79106c38cd5, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/request-timeout-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\request-timeout-exception.php', 1, 0x00000000000000000000000000000000, 0x4eb6a4db4a0edf5f78eefebd280b6bb7, 0xebbfcafdc0425681ef0658f3a0bbcd37f3ba673817fcad010feab1d23d63dea6, '', 0, '?'),
(0xb80a36a7a240a4ef46c8ca594a8c531e, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs/atomic-tabs.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs\\atomic-tabs.html.twig', 1, 0x00000000000000000000000000000000, 0x7090eb68f3d52630c93041418d1911cd, 0xac7de1135407be1102473b0085758bde3a9f5a3ebbde83f075382891728232e3, '', 0, '?'),
(0xb8101cdb6e5021d315b173827c87c46d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/filter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\filter.svg', 1, 0x00000000000000000000000000000000, 0x0cc6ee8b225dcac1224562ea253f97e2, 0x1b3b11f82b5fccc5a49cf0b86c775c291c9adfceb10a570b33cb9d3a5d1867eb, '', 0, '?'),
(0xb8164b6de34d83f8a2bcd06fd187807f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end-integration.php', 1, 0x00000000000000000000000000000000, 0x1f3a4883f56ddccf99b3e9e7532a4473, 0xc1aeec973415107883b7384d9d995c5538a7ce6f2e1a0f878509e7594575b6cb, '', 0, '?'),
(0xb81aa6926fc4c18fbc7c3b3c0aba64f6, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\solid.json', 1, 0x00000000000000000000000000000000, 0x8cac9251219a6f6d5fc9aea9792fdcf6, 0x2422e72066d68a07c592a2a6b8cfea44c8e264a8bd20ad5ed2081fd69331f325, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xb81e91a18163f1336d50f1e1d53d69a7, 'wp-content/plugins/elementor/modules/design-system-sync/classes/stylesheet-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\stylesheet-manager.php', 1, 0x00000000000000000000000000000000, 0xa5a0f0372419d7a5265e86174411ddee, 0x2ba17e483ef61ec44b2fa535ffb1e53675a56676668233bcb7d128439db74f4c, '', 0, '?'),
(0xb81febfaee5e8259c721f804181df457, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tag.svg', 1, 0x00000000000000000000000000000000, 0xbbfc7ca81f9ef5cf05b6735abb5d565c, 0x74961d0126e4b09f105a6966ec8061f0f96f2bc1537cbe24874dd64f0cfc6ea9, '', 0, '?'),
(0xb820ad3e350d1afa3127bddcc4f175ad, 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-suggestions-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\get-suggestions-route.php', 1, 0x00000000000000000000000000000000, 0x163cab887099a3ccec687a839d5fe486, 0x7f1dfe8d63a2b7d4e4b237b11ed94c31c330e8290621b41948f54b4157550e0a, '', 0, '?'),
(0xb8227486d48dbeff0796051d28b76cb4, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_AO.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_AO.mo', 1, 0x00000000000000000000000000000000, 0xe92336c790f43c9abca4ac329756959c, 0x0ad046ad3940d4f4e88083c691d97ca6e8cdd21329f77156faab321c57122f77, '', 0, '?'),
(0xb83c1468a07f69d1ad33112ab5094671, 'wp-includes/blocks/button/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6ce4cadfc06b5769dfaa5af480ac4db, 0x35248eed5282272ceb4e817f408d882991b209504a3abc84e472fd457e14472d, '', 0, '?'),
(0xb83da96b8f9f5fbb7ea122c29d34dedc, 'wp-content/plugins/backup-backup/analyst/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\index.php', 1, 0x00000000000000000000000000000000, 0xe1fee72ba84ded996a4c0f9cecec27c8, 0x0b987edf1255034a514e17cb20d7f9507f1f0e37cbb5fc9084cb64829bf3d718, '', 0, '?'),
(0xb84086725457ec21120e5a9c910ee01f, 'wp-content/plugins/elementor-pro/modules/notes/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\module.php', 0, 0x190aead8f1048aa4fd769faf5b8367c3, 0x190aead8f1048aa4fd769faf5b8367c3, 0x94b23203b818df08f2e1df8825de572d6b305560bc79c2c38ff4e27b63c84828, '', 0, '?'),
(0xb840d6ecb464dd2caaf5174920d3d685, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0xb8427ce73fb9078c6a781e3e03114dc1, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-background.php', 1, 0x00000000000000000000000000000000, 0x771aeb3c5fa31e2ca0eb07345273fb71, 0xe8ba1b4844b9bed273f29fac1202131fa8dc3f631a544f46fe4a9342f86a2d9e, '', 0, '?'),
(0xb842e0581f96ae868fdd6ecfd7dea62a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0x852fbe172a721f3d1b31f2c4b32b30f5, 0x9b197e29b872d6c0321a9e7bc661dcde715828d9a0acba47d4cab3efa3a532d4, '', 0, '?'),
(0xb847d2a2b3057961d6dcb4ab6859454f, 'wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\controls\\control-slides-animation.php', 0, 0x337a0a1d459faed9182bceecdaedfe29, 0x337a0a1d459faed9182bceecdaedfe29, 0x2bcca6b3fbef5c13e6877c5612cb40e594a4dd39fb4414445002ce4b5bb94fcf, '', 0, '?'),
(0xb847db5396c21071dd3adc5d2736cdb1, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x7bc1a8e2511884c7abecebb4228f9fa9, 0x0c7f4a60b832a1e2cb1d0a1df2e3dcda3403264083481816b22f620482aebe39, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_admin.scss', 1, 0x00000000000000000000000000000000, 0x6932eb526ae5b8572bacf60ee1984c41, 0xa4acec1f4cfb0dff7d0c2553c9dae4d706c1ac4bc91d8abe82f3a783e4a941eb, '', 0, '?'),
(0xb84d0423728a6749d5627f6ca508306a, 'wp-content/plugins/mousewheel-smooth-scroll/mousewheel-smooth-scroll.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\mousewheel-smooth-scroll.php', 1, 0x00000000000000000000000000000000, 0x2d040fe8a68a5f448055eaf1d9e61556, 0xb0d47777fd3076ebd3ab20c3b3d5d5a4fb5af655a646f7b7c0c264886418fb2b, '', 0, '?'),
(0xb84fb17ea05a4138c6368fcf7d0c83e8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\OptionProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xa55bcd40682b36a2a535bb4a814e0292, 0x6856464aa0f5ab6c06732bd6003ca1a98197d2f146da2e8d9ddb2f902a77954c, '', 0, '?'),
(0xb8549057dbd4bcc752150d6a71706bcf, 'wp-content/plugins/custom-facebook-feed/custom-facebook-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\custom-facebook-feed.php', 1, 0x00000000000000000000000000000000, 0xa691400d998c0bc5deea23af3d7e6808, 0xcd27ef0647abebaa848e386b1aa39a622655387de6a38fd67cf71cf734af96db, '', 0, '?'),
(0xb8579c4fcd038427e060d5363fdf3f08, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0xb85ac0497c1b754243e7bfd7e6d27962, 'wp-content/plugins/elementor/assets/js/text-editor.0c9960167105139d27c9.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-editor.0c9960167105139d27c9.bundle.js', 1, 0x00000000000000000000000000000000, 0xcb754c7cf23842f74e71a9930cf26ce5, 0xd0efa3940fdb0364a625b725bc20667f5228f67ae50705e6fa6603ac6ed26c81, '', 0, '?'),
(0xb85db57ae1787aa0ac82e2999c50d0ed, 'wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\utils\\settings-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xcf2494c5dce240621f49d395b11d0e05, 0x43c698a9eb42e2eb6a063f54b8fe3b1c80e752faaebb1d6e5f295cd219eacdd5, '', 0, '?'),
(0xb861687a0282b2ceca642ef33ac303fb, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\exclude-attachment-post-type.php', 1, 0x00000000000000000000000000000000, 0xf77777876b288bff222601ab001bcb39, 0x6e08b351e8354933d3ba8959b2087988ac5269ae01db8d1030cee0fdfc476a73, '', 0, '?'),
(0xb861d033ea53a76095f52f487c0a0908, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/arrow-top.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\arrow-top.svg', 1, 0x00000000000000000000000000000000, 0x5637b9543f44da3fce9a487ff8f906ec, 0x289cf44e46ddaeffe1e9a126decff0c0111ae9c1f6ad2936f081cf3d60b10362, '', 0, '?'),
(0xb864344bc662357794d9bff8d0456f37, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.925fbc1c35869d1767d5.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel.925fbc1c35869d1767d5.bundle.js', 0, 0x71b958a4c60e829e2ea018e63f3157f3, 0x71b958a4c60e829e2ea018e63f3157f3, 0xc1719b0ef597d37d9fa4eb2976f03557ab9a26bea1f07a06f1eef32aadc02db2, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0xb8698e0a804d9004a9cf95f5342c2c11, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0x634c5b1f68a83e3d172e2b3a37931a7d, 0x4c5fa98b5b00500aa1126be1e1de455e28976a7f5c3835b410a9ea554aee5a6d, '', 0, '?'),
(0xb86ab3313df1c8ee127f1f64bdf42f3b, 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\health-check.php', 1, 0x00000000000000000000000000000000, 0xda1bd7ae2c1a21e8322fa04fd195d75f, 0x37b3d3aa5f941a01185b9e807d36971bf62ad6621142d021612cabbbfd64d80b, '', 0, '?'),
(0xb86b769cad9758a66b41a40569619884, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/platform_check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\platform_check.php', 1, 0x00000000000000000000000000000000, 0xbd5a3e221f16e6a2226d644bfa370432, 0x351231e139f2540ee307e5a46a853cd044cafb81bae09520df8cc52edce61c9e, '', 0, '?'),
(0xb86e62ea0639313abbe11a87ebfcaf48, 'wp-includes/SimplePie/src/Cache/Memcache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Memcache.php', 1, 0x00000000000000000000000000000000, 0xe339f2217f83911a21464caeff692e97, 0x50d4dd79382e838591abcca8574e9645a0fa763adb9b7217a080e7775b8a1d59, '', 0, '?'),
(0xb87259456572097ecdaab34b4e2ade36, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\site-settings.php', 1, 0x00000000000000000000000000000000, 0xa6caf5e2c0a819aa7f921491599ce86c, 0x73897143a9f3434cfe36188a34a90fd578b0bb940081242ff091b8496aec7606, '', 0, '?'),
(0xb87a069c62c413fde0cf604c5c928261, 'wp-content/plugins/feeds-for-youtube/templates/player.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\player.php', 1, 0x00000000000000000000000000000000, 0xe41dcc4cd5dac18ade6962fbdfc1674d, 0x49fc4ec24c86f8e79e33bae04f72c7904dd7743d258b0976a9e5fb826ab483b0, '', 0, '?'),
(0xb87befddfe439cbe98c5980ba1788b27, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Toggleset_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Toggleset_Control.php', 1, 0x00000000000000000000000000000000, 0x884f8ca7f1246ff11f8ddc365ab7fdd7, 0x1e25245889cf6d17076b2fda9c0fb891c033a91ebc4ad4aa32ac9c5d57f40417, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb87d07fe8a2b8ed822eee995b564e673, 'wp-content/themes/go/dist/style-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\style-editor.css', 1, 0x00000000000000000000000000000000, 0xb50416ef333d1a288c6647068788a330, 0x2bde3f157657a49cdabcdf3576181e775e6f76205f5f847869b07d2372fa945c, '', 0, '?'),
(0xb87dacba9a4e5c399ec65ccfd31ee481, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\number.php', 1, 0x00000000000000000000000000000000, 0x9f4832ddc1dd4fac31334ed12f0b0a1d, 0x0b3a3050fb6208cd5ec56a7c9558e2192de848cfdb05744bbf9a5362e91a879a, '', 0, '?'),
(0xb87e634aaeacba846ebe40825e8afcd7, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0xdedb98cf1ad385180aef498f4a90fd41, 0x667f8bb12d7212e28db3ff4d80c155b372ea989a17d5f8ef4e999e63bfaeb9f4, '', 0, '?'),
(0xb87f3d5571286df5422e13e6bf42d0a7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-replacevar-service.php', 1, 0x00000000000000000000000000000000, 0xbdd6945e432dfc90f04c4a082f2ac8d4, 0xcb2b23150b2421c3303af1d79fb2f33ce4aa1f1ef17fe36936f9358aec9eb10b, '', 0, '?'),
(0xb881b8d94f3ccaa33a5c3b3ed3d44979, 'wp-content/plugins/feeds-for-youtube/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0x1bbc109e325d2528a65aab1505d42658, 0xc131ef452b3c83c7301f4e20820c17e8610a68333f7e463c0d59ff10741f449a, '', 0, '?'),
(0xb8838e88d713569d5acd626c93cdaf04, 'wp-includes/blocks/archives/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0xb885ae2f081a3d1d692c2b04889e1c8f, 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb32bf40711f54b50a36bd0635a1287f, 0xe86b1564dc26dfd49adabf59d1df7e908aba13adb7eb1048893fd80e97ed80b2, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-health.min.js', 1, 0x00000000000000000000000000000000, 0xbce65dc6827d36209161247984f1d192, 0x70ec68a361ecfea0aa10efda2f1c673868b2fc3ee58c3f46bb6c7acc95386845, '', 0, '?'),
(0xb88d64d75dd10126339ab67fd64e883d, 'wp-content/plugins/wordfence/images/logos/shield-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-white.svg', 1, 0x00000000000000000000000000000000, 0xf5640458cc23cc1870b052c3b00b4abe, 0xcf169c4c89054fd127d028f6457148c3ee6cc540e8fc7fca294fa78c8ead0601, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0xa2038a8195b7f7682d81f401b5050387, 0x6f46f7fc29bb66e8b9b5dce33b1a275dccf95950f8a2832487a56c8e8834982a, '', 0, '?'),
(0xb8a32b7d645326b0b71cff066bd4c0b4, 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-1@2x.png', 1, 0x00000000000000000000000000000000, 0xf326087f5b7a335c14232c1fb1cf3df5, 0x383dd8b5ccec21ef1b7cc5c7abb318e38bd7fdb85e6d4eb1d0fbf72710199334, '', 0, '?'),
(0xb8a4b2ac43791ed82ba02b99bd0febd8, 'wp-content/plugins/elementor/assets/css/theme-dark.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-dark.min.css', 1, 0x00000000000000000000000000000000, 0x75c3ab89c22c9784121d4ab6ae3bbd48, 0xac2f68610b04cc264962037e63820108a040adecfa91b53c63a5160e678ed14f, '', 0, '?'),
(0xb8a845f0c11e0b61ebc6e27371ee2079, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/ads-click.f384fbfac796bfa2d70d7c46ae97bec3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\ads-click.f384fbfac796bfa2d70d7c46ae97bec3.svg', 1, 0x00000000000000000000000000000000, 0x1be91081990ce6867cd861fff9754f69, 0x4511fa986f712f8d0d463a32826a1518d5aa68bcaeacdd7862e482e9b3aca725, '', 0, '?'),
(0xb8ab8f6e81a5fa314a4ff5f42e7ded6f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0xbbef7551a4774c73bdbfd9589fa06e89, 0x4956b536278c9516aabd021fa91d629a52616949e1fabfe772fc143ea543dd5a, '', 0, '?'),
(0xb8b279f817204352b0bb1da8323232c1, 'wp-includes/css/dist/base-styles/admin-schemes-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes-rtl.css', 1, 0x00000000000000000000000000000000, 0x135e884f32b7f24edad7495c479f3152, 0x355ec83e34376ef697b7a45667020fbb8a5b076fe69e165ef15bbd1bbf5d0f0a, '', 0, '?'),
(0xb8c063bd91c067138623ecd7866d6086, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\polylang-conditional.php', 1, 0x00000000000000000000000000000000, 0x62007390788a3c6dceabf06a037aaa38, 0x85dbe431ea98e95aec93ed11f7038e580fdd251366704edb985b1063d443fb2c, '', 0, '?'),
(0xb8c1d267daada3bd2acec1f6f55d49ab, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-portfolio-gallery.php', 1, 0x00000000000000000000000000000000, 0x9a2333134ea3be34f35a7c1c1df92673, 0xa4d3c4ac1052cbb51c21b3d5bbdd8b8ee0e3117a9eab414cf6e67f1424a7710d, '', 0, '?'),
(0xb8c9d1198dd9104eea06d0d1ae3e4dcf, 'wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\above-header\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x3b4f3b1f025c06dfdc674670083628b0, 0x2df500d718a6cb5541ae33e781d782e70f7deed52b9e261f411a92b309e0fd29, '', 0, '?'),
(0xb8d8b5440198ad81893a6ca74b701b4f, 'wp-content/plugins/reviews-feed/class/Common/Admin/MenuService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\MenuService.php', 1, 0x00000000000000000000000000000000, 0x8bcc9060d7d1d74b7e8def9c97733350, 0x5dc8220e6b46d149e5ccb3d00a6583341b1598aa6fe55edfca6c1629bc300219, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0xb8db7412aff7d09c92ea0773a221718e, 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0x0d7bf82c4fac5cc90184165df8db08af, 0x5bb23b33f3d7db54ace6c907dbf51df6a248c532f3d268a58a424bc251ea16e8, '', 0, '?'),
(0xb8e0b258160214bc9de24484d0a222ba, 'wp-content/plugins/instagram-feed/assets/svgs/hashtag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\hashtag.svg', 1, 0x00000000000000000000000000000000, 0xf2708547b853453e68be7ddaa9489aeb, 0xad11e684af2c3b2e0dc3e7ad07421fd4900e44339ba26c84daf925bfb47af2ec, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-simplepie.php', 1, 0x00000000000000000000000000000000, 0xd83c66d04963435d59eaac8d2fc85bc0, 0xe7d1804526059f136501e2b715a5bea576b32f2fbb793ecd13c024723dc29ec0, '', 0, '?'),
(0xb8ed49794d59631bfc7af909df922739, 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7-main.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x862d632cc7a34747864ed651c467c10d, 0xbaefbfc697b0e724f27ef5b2e359ea712a5a17f8cb145f89c270c002faa838ca, '', 0, '?'),
(0xb8ee0a60333cc0ba483c9ff0e262c1ae, 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\general.php', 1, 0x00000000000000000000000000000000, 0x4091048186120c7eb88f6300685fc6b0, 0x4204165a4bcc4f2a582d022dad5016f3167f2ae7e504062d651537c8b3cf364f, '', 0, '?'),
(0xb8eeda9979ec320f16440a6180fa3933, 'wp-includes/block-supports/layout.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\layout.php', 1, 0x00000000000000000000000000000000, 0x61ad3a7cd08b26a0c057e4407cf10a9e, 0xaa3cabc0f6b24c17c6e819425551a840ee4fc31c5dec1f77d2aba932e69c5330, '', 0, '?'),
(0xb8f5f6d729b145bbac6b94b8da08bb0d, 'wp-includes/blocks/accordion/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\block.json', 1, 0x00000000000000000000000000000000, 0x57e53c29603306c0b809594077ed9726, 0x199c5f2a171a891cfb06197b7d7e0a596539e5cc7877ed57bdf5ce4c914e5256, '', 0, '?'),
(0xb8fb420ca525cd1b2f11deeae267f167, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.js', 1, 0x00000000000000000000000000000000, 0x34ee1a806644550af34215e5ba616b30, 0x625aa89c69d98ff656a96199f6eb18daac7f103bf8bc46606e33bf0827c7a156, '', 0, '?'),
(0xb8fb8043541cda7803eb2d732fa201ed, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\index.php', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb8fc0c28afa7748802f3d9dc23fefb18, 'wp-content/plugins/wp-reviews-plugin-for-google/include/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\admin.php', 1, 0x00000000000000000000000000000000, 0x98515ffeab51f56872743763023a551e, 0x160ed92cd9433de88eaa9d0c7ce4046f674162453661e5c39b54b787c452b3c2, '', 0, '?'),
(0xb9053e7f8eb06b906b301a8c3f3d7161, 'wp-content/plugins/custom-facebook-feed/admin/templates/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\templates\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xb9103ded4099121465e9974731cbbaf9, 'wp-content/plugins/elementor/assets/css/widget-image-box.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0xc5633b9e0526503125e387d5f42543ef, 0xdfdb854044d4d288f8bb9f30d6f73764a56e36abb0bb59e2b737bbe529c70429, '', 0, '?'),
(0xb9137ede640c37173fd19fd58df59348, 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor.min.css', 1, 0x00000000000000000000000000000000, 0x676ef5f5c3f8df78ac80363b26dc57a4, 0xe61cb0f03ada3f7c0770cb814c2649e5d1cb9fae6c58a5d1529599adc2a8ec0b, '', 0, '?'),
(0xb913b3397bc7f43df494a9b5faa38d5b, 'wp-content/plugins/powerpack-elements/assets/js/min/one-page-nav.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\one-page-nav.min.js', 0, 0xb20e1a86476db360666f9ba75a007b0e, 0xb20e1a86476db360666f9ba75a007b0e, 0x353f1fb0da6a101135773e5f8c921920f8fe95db63ec58eb549ec7edd67a674b, '', 0, '?'),
(0xb913ed01875c9e5d5ed254a3eaa58ad1, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-url.min.js', 1, 0x00000000000000000000000000000000, 0xc5999b3db94e54f3b95cbc977b9aca1d, 0xfeeb68ecfdbdc7a3a5131471eed9b54b74e0fbb60d3444080e5367aa64305a86, '', 0, '?'),
(0xb915a42e5b1f079677a649e77a2d6bda, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0xd18e1b44cfd928cdf45b8b4c99ef5cad, 0x82205c86ba3c43e4a09ee0de39eee7364829beb52b8c05f5aed416c76d59f470, '', 0, '?'),
(0xb919ef0dac55dbc2a513f1ed5342f265, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\light.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0xb91aa378a88683f9d93768e012096917, 'wp-content/plugins/reviews-feed/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0x98d452fb54a1a6229b361323988be7a1, 0xe6581d760e6c072071a7710a6cf1ee8596f07172df15e07c2e37d727d6597aaf, '', 0, '?'),
(0xb91bef63b334628a91255274584c7e50, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xfa98b5b5eb76f1a1ace1542e6291d611, 0x7c5e9718da58287096c2b10f3cb496e765218d53e721438fc4e6b4edcb9c628c, '', 0, '?'),
(0xb9202b1575591cd991a526ffa2cfcbc6, 'wp-content/plugins/powerpack-elements/modules/review-box/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\review-box\\module.php', 0, 0xf3bc286e925df51c675b376b3a0a8c1a, 0xf3bc286e925df51c675b376b3a0a8c1a, 0x55b7777ede5e8f6e7f6827c5205e82786d399b892029a7495991848959d10a21, '', 0, '?'),
(0xb920b91a7987357279224e73fafa7ff2, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\analysis.js', 1, 0x00000000000000000000000000000000, 0x848582faf9c44e03749b6e76504d99be, 0x3211227cbc4f72223f31a16c36d19ec48ee338d0b931526a103e6e0b1a25a435, '', 0, '?'),
(0xb922d868eacc000936e8939718f0b319, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\http.php', 1, 0x00000000000000000000000000000000, 0x7414edc829097023a70490ca68fb7384, 0x1edb7c05428f01c3369c13a1f7ed93c564bd73f95a534263f3ec91587ba2e886, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\compose.min.js', 1, 0x00000000000000000000000000000000, 0xa884a15710d698a405a645e228b4265e, 0x7180a4dcb591a97a03a7a72d38110cc6c15eac9757bc864410f6a13278f3247d, '', 0, '?'),
(0xb93d10ea23191f99de2debe818c93338, 'wp-includes/blocks/code/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2b767bc10e64e884f4662439b6ecc55e, 0x4be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a02, '', 0, '?'),
(0xb93edaa458670d1f738775022313c158, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-integration-toggles.php', 1, 0x00000000000000000000000000000000, 0x0db040f1fe27a65093e4aaded86f103d, 0xb57887637c485a7bf4cc091bc2bd6bf779e528906b7e1ba99ea847f7b29f18f0, '', 0, '?'),
(0xb94b37672556466fe3d279e02e8ec87c, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/editor.scss', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\editor.scss', 1, 0x00000000000000000000000000000000, 0xcf7fed550ec7b2ade89c02399723d368, 0x959e9605cc563af1b2e92a1487eee6ed09233fa32f7f4379970bfda6e9c6bdbe, '', 0, '?'),
(0xb95125aaaa236da4e39a9cb8a795c557, 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\integrations-page.php', 1, 0x00000000000000000000000000000000, 0x7cf7e587735471e41232233e4245fe79, 0xd53faebd68322063efde05669737ff6b65c568a60ebc3ffef611866db514c011, '', 0, '?'),
(0xb953a789d2f7a570cceaa3bd3165aa99, 'wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\data\\controller.php', 0, 0x62506ae987740165e80f3136fdebfac6, 0x62506ae987740165e80f3136fdebfac6, 0xdbf050188bf3695778ad658eb7752e79d56f3761b8f4d5ec3236222f9563188e, '', 0, '?'),
(0xb953df99008bc76306a5c6951f60348f, 'wp-includes/blocks/navigation/view.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.asset.php', 1, 0x00000000000000000000000000000000, 0xbdf4dc4d7a9acf53150646f138ff0a1c, 0x8166bef0b85d3e309aa444809d39ed97b77e00a6129e182879346b25ecbd2fae, '', 0, '?'),
(0xb953f73bca9e97069a6bdc685cffc407, 'wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-buttons.min.css', 1, 0x00000000000000000000000000000000, 0xba7926fd2f028c7a083cd98357350ed6, 0xde69f18d300e9e2d5d91b3f0aae4a35cfce5ca65c7febac686dbf4d5260a54d8, '', 0, '?'),
(0xb95a7f113765791e632fbb091fdb5598, 'wp-content/themes/go/dist/images/social/twitter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\twitter.svg', 1, 0x00000000000000000000000000000000, 0x80d4dace33eaeae1ac57ebabbd564efc, 0x6bf05d77942f71a4ca4ecca3ca7e8faad45cfe9c53e6eedcd6c9e9b28343deff, '', 0, '?'),
(0xb95d46b40cb93c7da1a65d3bfbc8e0d2, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor-rtl.css', 1, 0x00000000000000000000000000000000, 0x58a588cc31555f2d6328e4c296d32e62, 0x2386d832123f64269f132c528d01a65b834e9d19890311e0979ce4c30330ef25, '', 0, '?'),
(0xb95eafeabf2c0ff83c7efe9e74fb63f6, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/revert-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\revert-runner.php', 0, 0x514cf9239359aa6cabcb4c10ed80435e, 0x514cf9239359aa6cabcb4c10ed80435e, 0x9da022233dbbee2502db719412b11cb62d27833f3fc7fa1e65ca83dc19373658, '', 0, '?'),
(0xb964537040b1e9daf75cd2ed3029a671, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\route-interface.php', 1, 0x00000000000000000000000000000000, 0x12d74e05fae4b68848752cee10f0efcc, 0x4d98cf00756e7ec9d1d783a758e9945492a854c5e0eaf8922c4b143855cdc91f, '', 0, '?'),
(0xb964e971ef9fac16da072e0335a13bc7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Exception\\MalformedUriException.php', 1, 0x00000000000000000000000000000000, 0x5e60fb970563c187eb0bf01b2fbd134f, 0x7f726ebf4d806a422fe8a9cffa0859bef44845e8549f0efa912ab0a3b2b5021e, '', 0, '?'),
(0xb969c94894b4584b041507628fd33af2, 'wp-content/plugins/elementor/assets/js/bff204c1ab0d15e0a69b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\bff204c1ab0d15e0a69b.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe63486726e08af27e6914dd783157b1f, 0xc14bb9eab2a13e7859aab498c0561624378ed171a071a5dd1b289491255c8ca4, '', 0, '?'),
(0xb96aba8202e533908935e19c00adbcb5, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/builders-preview-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\builders-preview-handler.js', 1, 0x00000000000000000000000000000000, 0xeecdd68727f063ac625ecd02f7edac09, 0xa65615f9ba4e5dbbd2c597ad20173ea491c3b921537613501de042b7d36f2cf4, '', 0, '?'),
(0xb96cf4d1022c4cad37fd6441a4585da4, 'wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\above-footer\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x17a43ca2d05beb49309fbc6c14347cfe, 0x380c0e55a95eae4ee2a65a1f6b90df54843d8c995c29c6311e54193580fa695a, '', 0, '?'),
(0xb96d370c8888afb55eb5bff0495a7646, 'wp-content/plugins/wordfence/views/scanner/text/issue-timelimit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0x607e5dd58e1f194b95cf57995f70c6f9, 0xae5296a6b0cc0398ff2d782206715c343688d8f75eec37ed082438150db2f36c, '', 0, '?'),
(0xb96da5a8e7947db06e3c93bb04cd00b9, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-01.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-01.jpg', 1, 0x00000000000000000000000000000000, 0x59f38e6b0e702922a8ffd910c04c5edb, 0x41e460c15867fa4754e3607a8ff98f45b465b746e4eff50afb71b6ed58b1f083, '', 0, '?'),
(0xb96fbc5ab1eba045feae04e48b412af3, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\site-logo.php', 0, 0x15e74df2ab4aab1ae8e17c978bff6f1c, 0x15e74df2ab4aab1ae8e17c978bff6f1c, 0x863e758bd8b43a6411cb6fde6925a59345f30c8f67ed1d6d110b5de43f399877, '', 0, '?'),
(0xb973017b3ba47ad290219cc9ae30dd7e, 'wp-includes/blocks/comment-edit-link/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style.min.css', 1, 0x00000000000000000000000000000000, 0x22a0a5a6bd91497faee701b45f3bb722, 0xe41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3, '', 0, '?'),
(0xb97367f03cc308910b17c4b42da53321, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2573.2a918ea8456738fb.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2573.2a918ea8456738fb.js', 1, 0x00000000000000000000000000000000, 0xff03169150772705a1e1ff9b79523318, 0x1551062baa35c500af71c5a6d54c4ff1c17da1e9d5588b3a8876c6f9e802b9b6, '', 0, '?'),
(0xb97c11f0baa59e1362c82d338564655e, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtypes-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0x5aa27e03d91cd6e30865ae46541efe6e, 0x987419051a6d57c4ceb30271c29f2aaf739dd379b5164682fea17f37ccc97514, '', 0, '?'),
(0xb97d55305856e2e7453b29fe709fd482, 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\traits\\taxonomy-filter-trait.php', 0, 0x975d13b7bbb171c9668cf5b12c7294ab, 0x975d13b7bbb171c9668cf5b12c7294ab, 0x0a69c6d4854a7f8653ec49d7392ffde7b8b97f6a4d95d652239f988ffc1b3cb6, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x2f32953b9db0b8f18328faeb5582b5a0, 0x692dbb85ae3b528139e9ef73a00984626cbce33a584a24e5a4ff4bf481b909cb, '', 0, '?'),
(0xb98af6f24d7c942167cd724212fa5870, 'wp-content/plugins/elementor/assets/js/common-modules.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.js', 1, 0x00000000000000000000000000000000, 0x7c9b1104cd9a7f03d7956107e1ff787b, 0x4a053c54b001ea8d3d3f9122500e9c9da32067f3865bd35b8c787cbbb32203fe, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\custom-background.php', 1, 0x00000000000000000000000000000000, 0xbc81e39058ec5df09d411b901745b002, 0x29742fe52e3fa2cff410e5afae4e05d669ce81d930bde0ea9f5ce27a3f401a52, '', 0, '?'),
(0xb9920335ad1014b126bfdf3471bca0fe, 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/admin-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x6d4eacb91df4d4d859f554ca36cd6903, 0x898692b293d8449a0b4ffcd9e4b71df498614d5fb068dbbe164753a46afbf2b9, '', 0, '?'),
(0xb995fb8db55959ab329bd571b98da9dc, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/multi-props-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\multi-props-transformer.php', 1, 0x00000000000000000000000000000000, 0xe9ff96a73d5509646676b0dfdb620c93, 0xa9b7af494d173eee10977d937be3a62e44c4445567817979867cd4796d5970a9, '', 0, '?'),
(0xb99e3c654af406bded357d15990fdb6a, 'wp-includes/blocks/site-logo/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0xb9a0cedcc4a57251cfa9dfbfbe815dff, 'wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-partials.php', 1, 0x00000000000000000000000000000000, 0xea98de33b54e92dbbcacb91a21b21840, 0x659aa8a70c2fd7bef3cf74660129484bed53c55ad902ffe4220352ddc7e2ba99, '', 0, '?'),
(0xb9a8422c127bb2cd70d65eb84d423aa4, 'wp-content/themes/astra/inc/dynamic-css/dark-mode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\dark-mode.php', 1, 0x00000000000000000000000000000000, 0xa1eca4e732c409067f5cac6315f450e0, 0x9c494acff6ded1ceb55cfb03a3353687b1a698838205b681677f363f7b484594, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus.css', 1, 0x00000000000000000000000000000000, 0x1bcb567ffb7d3d6e67aac2521d22fea3, 0x56cafde66c7ac3ef446a6e75d128256baae1f5723a98f6b5686f974880089c31, '', 0, '?'),
(0xb9b27cf5a4682373dd2198766068c3a0, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\base-promotion-template.php', 1, 0x00000000000000000000000000000000, 0x5c081dac1e50b1a8b3a65fe5a31d4a76, 0xb18f46cabf48f302a725dd9ff0f46f11d0fb9fba954ff938620c2892d43c38b4, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\credits.php', 1, 0x00000000000000000000000000000000, 0x217cf37891c44f65d75ae9c2df2a02c6, 0xb0826b558375d41fc1354b78f57651531778de95488478adc520612f4cf847dd, '', 0, '?'),
(0xb9ba4994475c21d582c289d2f1bb553b, 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/infrastructure/endpoints/free-sparks-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint.php', 1, 0x00000000000000000000000000000000, 0x03b5ba25a5787178d9d6b2960c83c776, 0x3280cec46daae28921ab4b3a2883d290b7657f3df961d1e37917d1a971fe6ffe, '', 0, '?'),
(0xb9bb7ff8a2ae4e2aa2e8b29931debe21, 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\import-runner.php', 0, 0x0c5082c4f7abd1f862dc1a31b512b9e1, 0x0c5082c4f7abd1f862dc1a31b512b9e1, 0x63d75f77f2fef1cf44d67d5e18e1513ecb54d54647db5907bedeb6e487e33109, '', 0, '?'),
(0xb9c1a3df898aea084d054d7b8cbfa20c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-airbnb.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-airbnb.png', 1, 0x00000000000000000000000000000000, 0xce16544d287c005b66502ceb070244c3, 0x3bf72ce729eef4cfc5cdc54d8819b613b70e244aa3993f5cf299eb8b71868ad9, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\media.php', 1, 0x00000000000000000000000000000000, 0x4b89b5e985d046092b7d29403ecb42fd, 0x6e2302d027e5626250a99822b9fb75023976f1ac053ea097b053e1eef5a6e39e, '', 0, '?'),
(0xb9c5c9cc23dbe9b02b1448564b783de5, 'wp-content/themes/astra/template-parts/content-none.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-none.php', 1, 0x00000000000000000000000000000000, 0xae1d84109c0d92d470ae6e22d34d71cc, 0xf8b39d529d834a7d5d87ae87ac93011e86c77365ab5570391609f3fcbd60064f, '', 0, '?'),
(0xb9cc147b756c0d38e08352755d3777c0, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/timeline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\timeline.php', 0, 0x90c595c971b79eaf0696dcae9c98bb3a, 0x90c595c971b79eaf0696dcae9c98bb3a, 0x87dcc617b0cef85f93844fb55e2717e7542255abecede59eb2d2e1b289158f54, '', 0, '?'),
(0xb9cc93f3ccd7801e3b820d6135672320, 'wp-content/plugins/elementor-pro/assets/js/animated-headline.bc08854fb1e1a80434b2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\animated-headline.bc08854fb1e1a80434b2.bundle.min.js', 0, 0x5d09036cdbff07351b3b1f0c40f62335, 0x5d09036cdbff07351b3b1f0c40f62335, 0x08c7c3e7adce0c83b5a0471898bbbc51d2d267ac3d3859b7770b00bf8ea0ff52, '', 0, '?'),
(0xb9d09e15ea9a18c8ffbe167408c5b1c1, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources.php', 1, 0x00000000000000000000000000000000, 0xf1448ab2cae6f03db8bb6349cdbd1dfd, 0xfca13454b68dcb4384d2f7d8c86dc12e96eeaaaf142f78ae1ec519c249191d66, '', 0, '?'),
(0xb9d13600020906eb1110512a69e55c7c, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0xabdc7dcb6fd8f9a9e47f4fd2946f035a, 0x6e1e9a0289d0f8ca85992a83617f48e9b97c1db309725ebd2b301915b3c526b5, '', 0, '?'),
(0xb9d371891b631d8ebee019db73d50138, 'wp-content/themes/go/dist/css/design-styles/style-modern.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern.min.css', 1, 0x00000000000000000000000000000000, 0x09ee56bd6413160b25505333edb6d16b, 0xb2cea59c325a575fb90281827cfa45eedad5055c55be0e26c1a7d475dd23005f, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\hooks.js', 1, 0x00000000000000000000000000000000, 0xe8f31d5d3b2d4e8e5ef82726ca0ca584, 0x4c4e8be4d4f4f267331d51bc5a5f0245600158d2b8b7ad66b6e3c5921bd3f7e7, '', 0, '?'),
(0xb9d6611f6b597737d0cef54f46899d0f, 'wp-includes/css/dist/admin-ui/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x893f7b1a295bb539c0c0ea3f99e7e142, 0xbb08a294202e0056548ccd5f8bb1e19820e30f5c6088949cb903ce002574ef65, '', 0, '?'),
(0xb9dadc447b832a2062d66afabc2355a5, 'wp-content/themes/astra/template-parts/single-banner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single-banner.php', 1, 0x00000000000000000000000000000000, 0x1245d3f1dd802ffe52d1894a9613007d, 0xa50d0628fe88b8ee64cc698c73328a3936ccc3cc1f4d183e5e1444b151929e26, '', 0, '?'),
(0xb9e7a56c0f93d03b2ba914539b47bcc2, 'wp-includes/blocks/audio/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0xb9eebe7589c300b6e36355c3e20e5610, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2832.7e6eeca25259a5c1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2832.7e6eeca25259a5c1.js', 1, 0x00000000000000000000000000000000, 0x3d4c4c9676b2787c5709ef1f6c78fe6d, 0x33e9933805285e03e28fe7d97e7ed77ad0d6635f36eb46dee683d6612feac0b4, '', 0, '?'),
(0xb9fb83e82e97e7727bb8e73f3f8d355a, 'wp-content/plugins/instagram-feed/assets/svgs/like_box.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\like_box.svg', 1, 0x00000000000000000000000000000000, 0x250b3b9bc799d89ce8818c29f9bb6b72, 0x9bd3889972fa9d804b64d80dad77dd3e9cdc6eb7ce3245480526961266f8acbc, '', 0, '?'),
(0xb9ff7b5accf156e41cc7f6ad241893a7, 'wp-includes/blocks/social-links/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe6c9de422112da30f74b26bbc6e63036, 0xc1734c6962e1ecaf136fd46628c358a2bfe9d23d6ba8b8722ba79af022ed520f, '', 0, '?'),
(0xba02da2b4de225fcb55d9b73443030c5, 'wp-includes/blocks/freeform/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\block.json', 1, 0x00000000000000000000000000000000, 0xda9b43f17095cf12e3593d1556f95e94, 0x947232476a97dadba42251d200e823afcf769444923e035aa9f6befcb388eed7, '', 0, '?'),
(0xba040564cdc5bde9c26cd274d528a525, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-module.php', 1, 0x00000000000000000000000000000000, 0xd60b3e1e09d7c942d99fac10f5fd69d3, 0x3f81a16fa000209d42013218883a4935af3c01b23b332f6651328cde428085b7, '', 0, '?'),
(0xba05b09b9b473256a444079a6dd94c3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\AccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xae4599849f02d94102d41717e63c593b, 0xe1b441dc4c5986ac2ef0b7cb09a083ee71daa8482835026d8ab11e265faa8147, '', 0, '?'),
(0xba084d33f047501c3f245d22c03e29f9, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 1, 0x00000000000000000000000000000000, 0x72f5a2a95098ed9ce3f57c6552c2f877, 0x1cc83d162a60f67846cbd1446071d6f3e705ed5e38fb63a2c0afce00bfd1f428, '', 0, '?'),
(0xba095734f09e7326e246f81732d06107, 'wp-includes/block-supports/block-visibility.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\block-visibility.php', 1, 0x00000000000000000000000000000000, 0x4b31328403434c2eec257e167e5ade8e, 0xbcb4a8ef1f115a42fe6670e65a205c6ecd4042f3a5e5960ac0c9df90196c039d, '', 0, '?'),
(0xba0c04b4a8ebc868589f2a2fbbd5c88e, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Text_Control.php', 1, 0x00000000000000000000000000000000, 0x79e34fdddfb2d4bce348db77e16dee45, 0x51763b432d358b43924652ab29783196e9f49442c6cab609b65fc879f5c6989c, '', 0, '?'),
(0xba1b3552129f23d2df4d7d99fe74c04e, 'wp-content/plugins/elementor/modules/library/documents/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\section.php', 1, 0x00000000000000000000000000000000, 0xee70b822901b60be7261c74596880002, 0x09fa73c8d9dec3e64f9350205d1b3621f45dd70e16f2b91df01b5e88b8234537, '', 0, '?'),
(0xba1b98d8133705cb85b972c259cb87cc, 'wp-content/plugins/powerpack-elements/modules/video/widgets/video-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\widgets\\video-gallery.php', 0, 0x9c46853eff91d9dcafe5177caafe393b, 0x9c46853eff91d9dcafe5177caafe393b, 0x239bc7bccbf5096efbe23be643af344d477b49343c4b78d4b7bf6dd5f54b0339, '', 0, '?'),
(0xba1fd745d9e172c629ce0bd46194485c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Utils.php', 1, 0x00000000000000000000000000000000, 0xff4ce79efb225ddb270dbcfb2582b6b2, 0x10a3baf0094fc06a962bed2aa396973ddf2a753b353ed1e875636b1c99c32cbd, '', 0, '?'),
(0xba2029b921682452a755767898c6bade, 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\primary-category.php', 1, 0x00000000000000000000000000000000, 0xd3b3e9204893c08420cc9dd4db557381, 0x7dde9a3aaf7f4d811b2963a7f0cf9d2502fe4e074256bfcce1217591851c6c7b, '', 0, '?'),
(0xba26547fe9a0fd67b5919b111565a4a8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Fields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Fields.php', 1, 0x00000000000000000000000000000000, 0xb0adafec41553ba7c7a887398374fc4a, 0x8625f2a11c64dd8ca91de79909c8a73e5fe81889fb96476ae5b70c688da1895f, '', 0, '?'),
(0xba2a30d21da2977bdd8bf3e93facddb3, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-popup.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-popup.min.js', 0, 0x78cd7334df2edff5bdadc3dd074e5d15, 0x78cd7334df2edff5bdadc3dd074e5d15, 0x9a69d95add08a7d99212c375dfd6fa16101bf29bd49e44daab3ace8467da9750, '', 0, '?'),
(0xba2caa4055d19ca462575cb27b28531d, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x616961aa1ee8169a9fb8f1db8f96c968, 0x6df3f1d9f420553614a990443e5a7b8cbc06f6cf43334e1e049114d9ce6cfcd1, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\overlay.php', 1, 0x00000000000000000000000000000000, 0xd09ca80cb4fed9c1baf11f9ddee973c3, 0x07d403161403c0613aa3469eb914e256a257dc3557a13c6ef46f601c18fa0ef8, '', 0, '?'),
(0xba37ca8fecc0fe85610242bb18064b7a, 'wp-includes/blocks/button/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf6ce4cadfc06b5769dfaa5af480ac4db, 0x35248eed5282272ceb4e817f408d882991b209504a3abc84e472fd457e14472d, '', 0, '?'),
(0xba414d28f01c121b63f9f220177b3e3b, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-keyphrases-action.php', 1, 0x00000000000000000000000000000000, 0x09a04dc2bc71084201b1cc108f0f94f8, 0x4ae04f22ae7429cff9cfd778c898e3020e53fffee2d43bf72eb6d84a3262cb14, '', 0, '?'),
(0xba4ad0008e36a0a8871239e5562fdf12, 'wp-includes/blocks/site-title/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0xba4c298a8d9a0bf036cbfe7f27d9cd95, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0xaa93bf5a770c83a9b1404b66e79cee8e, 0xa34e029a2e8d8d89cf3412193607cddfeb78bf822c8b3d2e935a4d1f1143b735, '', 0, '?'),
(0xba5117c817f0143b7ab2190514c1a1f6, 'wp-content/plugins/elementor/core/app/modules/onboarding/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\onboarding\\module.php', 1, 0x00000000000000000000000000000000, 0xa46be6083d1fa337455569c12ade8e6f, 0x13eaea06d6f738d4a783f865f0d788636edc2a4a90047b5928d41c73070d4464, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_options.php', 1, 0x00000000000000000000000000000000, 0x8099f6884d0b941e32734e97840d83f9, 0xb602a2d13772b78d5adad4e0842f74d45d6c5d2b7825c71b0e739c9cc68203be, '', 0, '?'),
(0xba58db6cce714798ad1299def5febed5, 'wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-breadcrumb-schema.php', 1, 0x00000000000000000000000000000000, 0x368407e934231dea1d9e54a56da7edc4, 0x9e6c04e2d7aa08d637c14f1445dcd7ae0e0c8a4174c19d5255cce93d10dfa4e7, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x9ffeb32e2d9efbf8f70caabded242267, 0x7282d3bd9eece52e495de942eb35fe2ad68c0a6a9011e0087eb6036efaf7b867, '', 0, '?'),
(0xba6e0683693bf883bbd91dcd198218ff, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x2bb69bd8fb5f1db2706863ac2481fe1b, 0x12e51157f96562278bb2a1822254830d67469a7670771d33cad360eb3dc71500, '', 0, '?'),
(0xba753b4b2017cd18da25fdb257613758, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/atomic-element-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\atomic-element-base.php', 1, 0x00000000000000000000000000000000, 0xb81f3d4b026b5232dc6c2e8ee6a023d1, 0xdf21c8c0b697c8f736ef6dcf18ae835679198d3d1944498a82a3e5153a92219d, '', 0, '?'),
(0xba7704dd6849c2b93eb1407602b54a31, 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 1, 0x00000000000000000000000000000000, 0x83d82887cc291f5a19f7079d0fa3f456, 0x059eb55b676b4c871b999172a0b4af0a49b831755947fdaca523ec115748ba2c, '', 0, '?'),
(0xba77adf3cc710810ee1386f1542c3222, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x14ce70a4931bda786229cfe7e303cc0a, 0x3547ba3bb30aa482c8d9af1c8bda50e426d6ee5d83cec632d96701a52911f795, '', 0, '?'),
(0xba783b045ffa1971ed1b16882a603c05, 'wp-includes/blocks/group/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0xba7f9d65535b19ad17ba696ff5ea28f9, 'wp-content/plugins/powerpack-elements/assets/js/frontend-instafeed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-instafeed.js', 0, 0x47c6a8a91e1a34044b5485c07bed8282, 0x47c6a8a91e1a34044b5485c07bed8282, 0xb3322ab12367dd51acc3464a04cbf68eb8199a5f5906a4bff4837bfbd291f96c, '', 0, '?'),
(0xba873b01bbf8d1f5f42ddc5f4e44c8dc, 'wp-content/plugins/elementor/core/utils/version.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\version.php', 1, 0x00000000000000000000000000000000, 0xee6723a4eac1737f92062e4463ce97cd, 0x9608d0c7d3639fc8b57be55772f0dc72994ee1c7e8da367e5e0c05a87a8b3afb, '', 0, '?'),
(0xba88ce5da8cbda403976d494a73dbf11, 'wp-content/plugins/elementor/assets/js/ai-layout.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.strings.js', 1, 0x00000000000000000000000000000000, 0x582ca8bdb5c0285ea036ba6a5926e569, 0x2a6b284faf25e32a95b820b5ef9d6f6033bae94cb8f57fb012e15aea2038d27b, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x02b4ff72e0c9139a7f306d6237342414, 0xef7b68f505b944a8f45813f25eb577af9aae3644876663c4405191d50f0dfc66, '', 0, '?'),
(0xba8cb68cb4efe16b626a29a8bc8718fb, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.css', 1, 0x00000000000000000000000000000000, 0x56601acb78c0eeb4edbf93689eb776a0, 0x113c19f0fedc9e25ca4e458afd6a3056e58d439e2ed2023df2472b84db084c12, '', 0, '?'),
(0xba8db998aee847ab5b733dfae85df6bb, 'wp-content/plugins/backup-backup/includes/database/search-replace-v2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-v2.php', 1, 0x00000000000000000000000000000000, 0x5fbc158d82d4e5c0d24d92d9bbf9aa09, 0x85ab115f0083200111e8ae0013915f5ff4eb664d4aa04d25b52c29dff3142a08, '', 0, '?'),
(0xba915241d1f1dd8968d2e3e81a6b846f, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x6dd5c79fffb45b4ce71aef61109cb795, 0xc1105c5b6299b452ab93b9858b612bf0b80f93e20cf8f275a972835eba6fa5a5, '', 0, '?'),
(0xba97564f08a013d2ea5ba44135cdb301, 'wp-content/themes/go/dist/css/design-styles/style-playful.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful.css', 1, 0x00000000000000000000000000000000, 0xf3f9aac15d68da3bc8dc4eee6352080b, 0x9127a1beb13387e73b71b4f316ce70db7866cdd1b59be0d41e29539a0d0d31cf, '', 0, '?'),
(0xba9e3849e27a9161b5aa4ebdf3284fb7, 'wp-content/plugins/elementor/assets/css/modules/design-system-sync/design-system-sync.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\design-system-sync\\design-system-sync.css', 1, 0x00000000000000000000000000000000, 0x07854318fb86986e276b2122b65801ec, 0x9a04f751aaa30b1539152318b9187f64c2e954c53b3fde986c70399d5b65d3ec, '', 0, '?'),
(0xbaa0e7c5442ea0269b045b259817244b, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-menu-component-configs.php', 1, 0x00000000000000000000000000000000, 0xe1c3849f15e0fceb099b9ffaff1502f1, 0xe27dcd1171bcf687b6ec911013839a9bcdce10d3b28626cb7225b59edd3043f2, '', 0, '?'),
(0xbaa41129bad0abafe8e8d01bce4e54a2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-reports.php', 1, 0x00000000000000000000000000000000, 0x021f7e8afccae3dd078048002cc02cd5, 0xafc5146f395f17fa11561124438cfe9695cc772cb7b6e7eb1817146a3a5e0059, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\themes.php', 1, 0x00000000000000000000000000000000, 0x75e37c6739ea24e15df9e195d2dce298, 0x67fae659837f48be77995774cf183c1d7613d89ecab598249e94141aab517df7, '', 0, '?'),
(0xbaaa58df1a925ba9873ebf1f7d88fe5d, 'wp-content/plugins/wordfence/js/wordfence.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wordfence.1778081072.js', 1, 0x00000000000000000000000000000000, 0xf4d9f87ff27681647c036677c0167586, 0x7585ef02bcc76ae1a73f5807bf624a7be9f05aa9e37a508dcbb45a8b236ac071, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xd4801291cfe5614e19e27ef1a4a9f8b0, 0x731756d02bdec04ca5beaf15c7d7035b2d3c1b1ae74d99a1cf92b3cd960e3284, '', 0, '?'),
(0xbaaf6291c1451659055036e1ee907251, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/RoutineManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\RoutineManagerService.php', 1, 0x00000000000000000000000000000000, 0x249d6119ffc6b7639a73a2303937a94b, 0x53e55e72377643c9b6948b9a05a6989c58772f55abf5ea4baf3b6cfed232bf7b, '', 0, '?'),
(0xbab710bc3544d0bb8a5dd7f9f9a72580, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/FeedUpdateRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\FeedUpdateRoutine.php', 1, 0x00000000000000000000000000000000, 0x2eaf7635c9a428faf99b7996ef848333, 0xa81992556cd9badef8dfe36141a2d16dc993c87c11440e0ccc63a8107cc8f325, '', 0, '?'),
(0xbab720377f5aa4271328f24e545a80ef, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\NodeVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0xd1ed43b7e4a55b28ce359eb4707901d8, 0xc61faa526a7a419543b98bdfe526746027bb7212a67bb3404f5873859cb4f12c, '', 0, '?'),
(0xbabb2c9ca4b98d6399ac1c527a57cf39, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\jetpack-conditional.php', 1, 0x00000000000000000000000000000000, 0xb1a1af941092bd17071a26730af111c5, 0xebb7e3e5d5adab0be949fe0e625bdf4759d7d030cca258cb768eb86bc64d8e05, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc3c7d4b9c17c709e101a08040db62860, 0x2726bade2fbdef32d1e8b778aecf91086db7cb1619b9e98aa82e20b980d08638, '', 0, '?'),
(0xbac0ff07d5e6e766a4308017d8343a2c, 'wp-content/themes/go/dist/js/style-shared.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xbac9039c2c75e684ce32073452027665, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/758.ff8addff36d8d8a1.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\758.ff8addff36d8d8a1.js', 1, 0x00000000000000000000000000000000, 0x675a12f0ba7562c607f50d25ae80f39c, 0x42b682c47a9dac9e5600e8a0588e60b6e216fa68f00c1fedb96b1300541e644a, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x221d2a4a11562b9c514935bb25920101, 0x14ffa84b6b3424896aea31c4120a5579a60c2bf4147d5e83c664f63461d16446, '', 0, '?'),
(0xbacff5c0e1748e221aa92e33bd4022ab, 'wp-includes/SimplePie/src/Cache/Psr16.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Psr16.php', 1, 0x00000000000000000000000000000000, 0xecfe6a6c0d1a8a7d2fde8ea96b131053, 0x7556e90fb0fd7f3e7ff30e78b70b98b3507529a202d52d5a3d0cfe81d0b85a97, '', 0, '?'),
(0xbad699b4642e8726c6f3ba8ad0a3c42a, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.min.js', 1, 0x00000000000000000000000000000000, 0x01ff95a7a0bef53217af28cea3be6770, 0x4f58d06426beda7f7c4320b6ad123dba19ee053eab8f509b9da21795405a47da, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_countries.php', 1, 0x00000000000000000000000000000000, 0x9b099bc2642a57b7cb7f82ffc331679b, 0xc72b71d27e3b6680455fce23d15d49b7568d025cf06b3f6cb695cbc39dcf9ee9, '', 0, '?'),
(0xbae4117b1428ac633ccf19758559d92d, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-custom-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-custom-button.php', 0, 0x25e4880d88023110cebdd36c77210972, 0x25e4880d88023110cebdd36c77210972, 0x9d092713eab722b666b206ebab8f7dd10836f0f823f3de6475f3830fe392b135, '', 0, '?'),
(0xbae478ba072c2c5dc2bf43e472daed7b, 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0x958f1f631cbd5583035cf4d543a8a53a, 0x67fc5063c6a540dc8a8aa916930826cee05b5b517eb5e643a88a638c25fcf683, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0xbaef3562f47fa383142a0a747ff822fb, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transition-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transition-prop-type.php', 1, 0x00000000000000000000000000000000, 0x098ae6757b513734db4414f2be9c94c8, 0xde5729cd703639d9c26726328d569b6dbf58076ff35135363560c5d048e677b3, '', 0, '?'),
(0xbaf2588a2f7aa62a68957d1d100c47e8, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0xb15d8aa38c8217234d0fb1fb777820b5, 0xf46aed13b83a00a73c6a187cf4848b7db544f71375c5e8457e4fabe24611bc7b, '', 0, '?'),
(0xbaf2a1a983726342202fc6262c4f5363, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0x28d4778c552974b46c3ab7e94943b4ed, 0x5fd9838bdbefc755cb13b98e78c583f3430b1987fc5ca3f58c1e7ba261a773d6, '', 0, '?'),
(0xbaf60a5c1c0da6dd3e3b9a35547d4baf, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x9b49a847622d8faf2501adb3ae536e38, 0x1e0cd52d7b8c0ba618282fe24f0d716a9e2199e945413d7662202ef68f992b6c, '', 0, '?'),
(0xbaf9b440112a91bcd8299a4b10960545, 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0x1d554568a40d2cea3ce1f9aa3556cf43, 0x5a258785bfc83634b52faf2b1f504c3e465d1df58d1b18bde38d0c06c9e73376, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x043271af15897980bf2c17fdc36372d2, 0xfe950ad07fb35a6c23a11472379d3383bc83d855c4ba42bc3c0e1c00ffbfffaf, '', 0, '?'),
(0xbafde00c6be425b2134c0d63d46f82b9, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-google-maps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-google-maps.php', 0, 0xbb53bdda2891225d810c17bcaa298b5b, 0xbb53bdda2891225d810c17bcaa298b5b, 0x91cef67e10881a5941065d0d105d817bb80dd6eb260452adedb3af75b91e3a13, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0xbb041dda07f2f8895312a3d7aee8b4a2, 'wp-content/plugins/elementor/modules/web-cli/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\web-cli\\module.php', 1, 0x00000000000000000000000000000000, 0xf89c6e19fcdb05e4fa26f234bd2be543, 0x3faf45abe2a0eb8c8fd0c2a54beae50f0e4e9a0d81d92d4c40eadc22ed9e7eff, '', 0, '?'),
(0xbb04981ac13ec4528d6b1a596882df82, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookplus.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookplus.svg', 1, 0x00000000000000000000000000000000, 0xd67ca3ef1b4c35a02159f5ea2e57812a, 0xe07db5268ab09748f69116fe027019b8340a49ff2e04499d873886346dce2ff1, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\image\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0xbb0b720f6c81e28d8362209bd136e0a4, 'wp-content/plugins/backup-backup/includes/htaccess/default.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\default.json', 1, 0x00000000000000000000000000000000, 0x7b5c990bdee0e22d06b1df10cab8bd4f, 0xe0202387d3f73520f33a41eace1ea3e03239fdae91d6281027bce22fe7e947be, '', 0, '?'),
(0xbb17a8426782d592dbe711a23c9cb320, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds-type.php', 1, 0x00000000000000000000000000000000, 0x8a7495d84df563ac21e74c731f995463, 0xbf970377255d15e8010d55fcc922cb682cb48e6dec2ee13540c6c166f4a92da3, '', 0, '?'),
(0xbb1fbe98eced4cf014fb1abc0b011ec5, 'wp-includes/blocks/query-pagination/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3be31683d9106f6f91297ed1a1da6628, 0x26e1b30c929fcf95881d63b19694c6d60f7bcd7c1f5f84b63b31a91d439837bd, '', 0, '?'),
(0xbb267e3da3422e8570df7673ba641f12, 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks.asset.php', 1, 0x00000000000000000000000000000000, 0x2e8bc18c74d646f8f0835d57f4459cd8, 0x7396dcd20296ba5c6f72057cd4f0bb2092527491887d917c6dc1c73a31fbfdfc, '', 0, '?'),
(0xbb2c8edfcdf92ad1f809d7aa5ab49f72, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/backdrop-filter-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\backdrop-filter-prop-type.php', 1, 0x00000000000000000000000000000000, 0xe8b12d1ed1aa6c8a35599259fa0928d0, 0x5a50bcd4f028d7fb54a1557874fa170f595925388dd903f4aa18a650cee6c287, '', 0, '?'),
(0xbb2f54723a6b8532210e4dab4a52d4a7, 'wp-content/themes/astra/inc/class-astra-loop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-loop.php', 1, 0x00000000000000000000000000000000, 0xa5a48f8a866400d3bc2ba51cf58065b7, 0x54ea10755e985b94cf89705249447b4c4748c4bbd2ea0aab7160288f84bdbfea, '', 0, '?'),
(0xbb31eb339ae420ad450998b9c019eee2, 'wp-content/plugins/elementor/core/common/app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\app.php', 1, 0x00000000000000000000000000000000, 0x913cdca758bf9c6baf35c132bb4c6a80, 0x647b4dd0dc91753ec60782c4c8e84e11269c0b87fbcf480ceede8df42635364f, '', 0, '?'),
(0xbb360ef8b36911bfd702085a28877161, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-presentation.php', 1, 0x00000000000000000000000000000000, 0x924280b112f4780adf2d2540911dd885, 0xd2a674cf2a4174c266f2ed0e6b89246852889d3f01f9321590ca237159fbfcdc, '', 0, '?'),
(0xbb3a0ccb03975db4b4dc2bba4abab4f8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/assets-manifest.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\assets-manifest.json', 1, 0x00000000000000000000000000000000, 0xccd5e97f5dc1a2c58593e8bd5c854dbd, 0x34f10c237bb9a21efb30a012dc7b8184f86dac6fd4a2bc383dd4bc04a3149900, '', 0, '?'),
(0xbb3d02add556adfcb472993dc658c89e, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\js\\e-select2.full.min.js', 1, 0x00000000000000000000000000000000, 0x76c45c1c5ffbdfabc81a70e5583115cc, 0x4b9a69c07ff12fe9628d9cd396a08c23d37fe2ed494a99fab72b6a643497dea3, '', 0, '?'),
(0xbb42eeca8a1e9181c7b39d5f25588c42, 'wp-content/plugins/elementor/assets/mask-shapes/trapezoid-down.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\trapezoid-down.svg', 1, 0x00000000000000000000000000000000, 0xf5cb3d89e510a2e98f55b86b470e255d, 0xec045bd6183ac82725ed83e92c973b61084f2028a8a39781f9003c395468b852, '', 0, '?'),
(0xbb509040544fc22c8922584a194e2431, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-post-elements.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-post-elements.png', 1, 0x00000000000000000000000000000000, 0x8ed01c1db297e0f4b2e004ea1ce674cd, 0xcbcb60a2900b62b5c25866df1d57f030118717ca7d6604c5ab63cbd835e4dade, '', 0, '?'),
(0xbb534ad5e6495829e274e4abc8b51803, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-showcase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-showcase.php', 0, 0xa0ab8e12f32bc7695a3451120c1aee61, 0xa0ab8e12f32bc7695a3451120c1aee61, 0xbb27c23f30076c27895d475ee8468fe6fc2bdbe60bbe1f7368cb3ad2413dcd72, '', 0, '?'),
(0xbb53640f10d64e545692199699d6de35, 'wp-content/themes/astra/inc/core/class-astra-admin-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-admin-settings.php', 1, 0x00000000000000000000000000000000, 0xaccd7a06e2593ad7fc9d6ee819bb7a70, 0xb0d0e6b5eeffa4b0924250ea75259e753ae0fe20435db5d657ed041c5c2f9faf, '', 0, '?'),
(0xbb5f29424952e2586f30d6b56c81e80c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-static-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x56d93d4b5699760bb2eed27ed2cb8838, 0x2682fe42bd16445150d443e2f66e1b82c15ec3d875bdcfc2761e7fdd26d5e1ca, '', 0, '?'),
(0xbb5f59795fdba926ed77e355ef2c312d, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\composer.json', 1, 0x00000000000000000000000000000000, 0xa5ec27f4b396f5fe5f39ad6d592e871c, 0x5890a7c063bc5b3020ad321b2947664260b1ac54d3b12b624de799db2540ed0a, '', 0, '?'),
(0xbb61dae45e2d20fd80e0c99a5c6ee750, 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/toolset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\toolset.php', 0, 0xce4a5fee3dde3a42c30b4c88cafabaf9, 0xce4a5fee3dde3a42c30b4c88cafabaf9, 0xdee558e2091b9dac43de946e375409206d0c53a0c48e28d84dff6cd97d97fe44, '', 0, '?'),
(0xbb6fb5913358110aae404fe130d05317, 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/RoutineManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\RoutineManagerService.php', 1, 0x00000000000000000000000000000000, 0x1b7af69d7ff0b90a075eaf705e5c178d, 0x5d8f080db27fdf6dc5b729643f57f99f74e3b622d0335e3582a0bf68454b9ec4, '', 0, '?'),
(0xbb765d029f47113f95170cb60f8c4f54, 'wp-content/plugins/elementor/modules/variables/storage/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\constants.php', 1, 0x00000000000000000000000000000000, 0xb6af95b5854c9d833b73575ff8ad0316, 0xaf1c7034f04b6b7505ea6fac6597398b2374b9a9b2193995b0297a49b2981d1b, '', 0, '?'),
(0xbb7724204d70a8f0c21ce4e787ae0be7, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-oceanwp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-oceanwp.php', 0, 0x9d032d8841449ae681449de648e1b110, 0x9d032d8841449ae681449de648e1b110, 0xb779b4d1597309fbc26f8ad1328b0b511bffa258f26a6af4c755ed658bd11dfe, '', 0, '?'),
(0xbb80cbeb70afeff99c282e692ba7e540, 'wp-content/plugins/elementor/assets/js/lightbox.570c05c5a283cfb6b223.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\lightbox.570c05c5a283cfb6b223.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x2b6085a06042d99cac187ad558f3ab3c, 0xebce7cf13a624e314799224b8f683c11618dfb3c705f2ced444a70def813f0c3, '', 0, '?'),
(0xbb82771ec8afbae129351f9e0159bdf2, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.min.js', 0, 0x45807543cc052d0de9569c383efc4efe, 0x45807543cc052d0de9569c383efc4efe, 0x59af59442116be5cab2b9cfbf42275f5862543ee12c0202168bcce4af741ecec, '', 0, '?'),
(0xbb8434e9739c6f932848bfd468b464d6, 'wp-includes/fonts/class-wp-font-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-utils.php', 1, 0x00000000000000000000000000000000, 0x70dc23f8acc22caf63aa25355681c3fb, 0xfa38cd12658b8a8d6f8aa29e46a317894e620c0704ae0827d18df43c9e18bb44, '', 0, '?'),
(0xbb87dca7345e50cc24e48dd0ccde6f46, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\import-export.php', 0, 0x783a6748a57b63ccbc9fc3de421991dc, 0x783a6748a57b63ccbc9fc3de421991dc, 0xbfca8724345020d95d8a9115ebbd6830bb7fb571384bc06147b1f40bf7271103, '', 0, '?'),
(0xbb897f8e33f2816e44462abd09c471ca, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.b85d04bc7b7a472432cf.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-cart.b85d04bc7b7a472432cf.bundle.js', 0, 0x88d97eec4f3c4e8c09a9daa52282f17a, 0x88d97eec4f3c4e8c09a9daa52282f17a, 0xbbdfba231c8ba713bda1200e576c0a6d7d368c667efa9b471c36a512425aac60, '', 0, '?'),
(0xbb9095ca59b137f82c30d70d9dfb2b39, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers-registry.php', 1, 0x00000000000000000000000000000000, 0xe07be8cb6721ab383a38dd3b33426132, 0xf40839514de3a444bfc9a98581d313d6c27c8b68771e4309d1677ab2f3effbcb, '', 0, '?'),
(0xbb999ad52d0aa13e66f61fc179e0d414, 'wp-content/plugins/elementor-pro/modules/lottie/classes/caption-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\classes\\caption-helper.php', 0, 0xfdfcffb56fe9a712e54a13f6fd4049ae, 0xfdfcffb56fe9a712e54a13f6fd4049ae, 0xa5e66d54008bfa5638071324ca1662dbdaa43bd3fae3c8cd894fbc85c6708c77, '', 0, '?'),
(0xbb9a93e3741071801c141b92be57104c, 'wp-includes/Requests/src/Auth.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Auth.php', 1, 0x00000000000000000000000000000000, 0x0583621858ac517adcb44fec48ffd4c1, 0xebc92a37d1fbe4db9837534eae15acd80e5e7397870c1483c301730c66d9fbb9, '', 0, '?'),
(0xbb9e814652bebe163398187195263163, 'wp-content/plugins/feeds-for-youtube/inc/Helpers/Util.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Helpers\\Util.php', 1, 0x00000000000000000000000000000000, 0x55c925aeda305d1a34a39a45ea250146, 0xca10cf4e1724638b14403c670b0598a1cb64c5e46aa87066e35cf7c009ffe6b9, '', 0, '?'),
(0xbba5a7b86ff1d55eecee2f30d4692747, 'wp-content/plugins/elementor/assets/js/image-carousel.8b25f3674c29b829a867.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\image-carousel.8b25f3674c29b829a867.bundle.js', 1, 0x00000000000000000000000000000000, 0xdce3fe247a441f35c48717f3ae4ef701, 0xcce0e033889ababc1d864b2e13b1e6ce273cfc71610abb961b822d4f63e10890, '', 0, '?'),
(0xbba9e50b328eb54d3c115bca77d82def, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/combine-source.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\combine-source.svg', 1, 0x00000000000000000000000000000000, 0x3b820835bdf61c782dda49c8cf8b856c, 0x6f787dae14466c387671c578a6d52b9b2525078cd7a24b4e6d33f539be6a55c4, '', 0, '?'),
(0xbbaab4d8391137362b21470930a831e3, 'wp-content/plugins/wordpress-seo/src/ai/consent/user-interface/ai-consent-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\user-interface\\ai-consent-integration.php', 1, 0x00000000000000000000000000000000, 0xbc0aefa4cc9832d2d6473d2477b601cb, 0x3d918e9fa7b1ec4a619c3821639575a2bd9311934e5b89cec10c27afbfe03a25, '', 0, '?'),
(0xbbab11cc6cf2ba95927bed61748ffbf1, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\title.php', 1, 0x00000000000000000000000000000000, 0xaf028e7739edd351aa8d62f256fae13e, 0x6d7b6ecfaaaf52bdc7834c8ac1d2da75a4ffba2499514b4f6dfaaad83d4b5648, '', 0, '?'),
(0xbbab3a2245290aef1a311e01414388d3, 'wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\admin-top-bar\\module.php', 0, 0x29f7bd1e7e522f7f574fe88fe55c45f1, 0x29f7bd1e7e522f7f574fe88fe55c45f1, 0x9a05cb0ec11817522804c7556180abc9f89332e6fdf5a5ac8c4a4033c459dff6, '', 0, '?'),
(0xbbaff2feddaf190d8fb92f3d38d5a127, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-bottom.min.css', 1, 0x00000000000000000000000000000000, 0x98bff53b0c18ec094e3c7b385741850f, 0x007556526fa084c154f3d0216a1f42316b9143bdc5c6365d8dba89103f6daa64, '', 0, '?'),
(0xbbb8b9ba50c7a93b54efe1c94350ad82, 'wp-content/plugins/instagram-feed/assets/svgs/lightbox.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\lightbox.svg', 1, 0x00000000000000000000000000000000, 0x3e47b040221e59ee1f96b486065323f6, 0x8481606ae7649e08a00eddc227c71e55e8f9862b31bb20a96cb73606e0255249, '', 0, '?'),
(0xbbb8c292917c20ccb0efbf94c9841c50, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/yarn.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\yarn.lock', 1, 0x00000000000000000000000000000000, 0x50c13e9130bb9c1939bc87a09388299b, 0x889d98de816ee0a21475b01b9964477cfe0c809bc4d337e3120273c7c479b2b4, '', 0, '?'),
(0xbbbb111753621bba029bf656b52003e3, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Error_Reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Error_Reporter.php', 1, 0x00000000000000000000000000000000, 0x208d6f2683e521e9a14f64b19405f13c, 0x6acce9e465c64bdb9520e5d82643f17cd4119b1e9054a053d2c3f291a910dead, '', 0, '?'),
(0xbbc364eda283e1c2b0ed0c35b3f5d996, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.css.map', 1, 0x00000000000000000000000000000000, 0x6408ef74696d0b92ecda4fe0e2758791, 0xe16082cc1f72a00c6a6d35a4dab09ea193011a6db13366c48230eebf32b0d1ba, '', 0, '?'),
(0xbbc5dafb8220bbce2566256333e0979e, 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\grid-flower-1.webp', 1, 0x00000000000000000000000000000000, 0xcda8b7e8ca214886cfa9dd47249d5ec5, 0x693be2c7758d773aca946929441c1f378c806093b092f969cdef3363cd93746c, '', 0, '?'),
(0xbbc979c2216348a3b204a1859e0d4cbb, 'wp-content/plugins/elementor/assets/lib/motion/motion.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\motion\\motion.js', 1, 0x00000000000000000000000000000000, 0x37c7e1e8dde2d3410320994f8f73dd38, 0xd4b3fa4d9b3d363a2d4210d52102b31245a106b196f261a2dc46af1e43c4367f, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8dbfd6d07c7b982319be09c4d09f5375, 0xd836ee27518420b246a575871311703909758fde3c526ec33555a4bd14488fa9, '', 0, '?'),
(0xbbcb933ab76da2c7a6d7c5a6761316a0, 'wp-content/plugins/elementor/data/v2/base/endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint.php', 1, 0x00000000000000000000000000000000, 0xf785a8f74b6a00d705e19de6fd533759, 0x14b5a6051403c6fe741edf9d364e2c91d6f44c434fe887f9a11f498b4277b537, '', 0, '?'),
(0xbbce35613d43e7e164f034c042bf87f7, 'wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\woo-cart\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x89d5bbd154b93fa5b29b999bff96348e, 0xe182ee39cf2c2c9a608e90edb6947541a6319a61da1fdb4793060c8a8fff7ab3, '', 0, '?'),
(0xbbcf4258789e499b7f85181478980ad4, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/bad-seo-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\bad-seo-score-group.php', 1, 0x00000000000000000000000000000000, 0x808cf4f5ff162452637da512fbae5915, 0xcb29e076ca44564c6e627ee517884742dcd59e5cf3865768d40d3f61ca66d1d6, '', 0, '?'),
(0xbbd8c762b413325d2f39e0463caa6672, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-image.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\background-image.png', 1, 0x00000000000000000000000000000000, 0x888a854e6b74fc0cdab682081aa66fd4, 0xbd349b5ba1be09c70e4fa41886aeadbc5172f43106d8ae7be1ffc963f1d0b243, '', 0, '?'),
(0xbbe7d043123501ce32bd79b163f8c78e, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates-conditions.php', 0, 0xc3c27e820a15417fec27579d00601bff, 0xc3c27e820a15417fec27579d00601bff, 0x6c51422086c57b5f0254e5ec2208913fa9dcd8c60584aa8794852f5896a10ba9, '', 0, '?'),
(0xbbea4ff567d45473481152c0cd89f1f6, 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.strings.js', 1, 0x00000000000000000000000000000000, 0xe14b786cb02231b7be5c8d7f14b66721, 0xcf68ed6615b5de9c7edc4d57e7a7b3f23dba88705fba1b6869ad822c2b533151, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-title-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x29bf88c5ad9d74b10bd5c31e1ed994ed, 0x835198de0222deb1fc73876dc1de8eebc37064928f8d14ab9c62368ccbdab1b6, '', 0, '?'),
(0xbbec58eed6430caf49e61c25f43fcb90, 'wp-includes/fonts/class-wp-font-face-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-face-resolver.php', 1, 0x00000000000000000000000000000000, 0x68d40113381c60d56c5f0ee32f183618, 0xf0449bcb2c933dfdc093334c9cc99ff54b28a7b429efd786f562588ed9172d94, '', 0, '?'),
(0xbbf691a207f440ed921a785d3443f799, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\site-settings.php', 1, 0x00000000000000000000000000000000, 0x43509fef2fba2461821e6c7e1c5fe138, 0x95a6bbdc0f0d4a125476bf592f0a5ef70e8775ab6a1154fe5129d6f404e92a5b, '', 0, '?'),
(0xbbfc54cd7030c35d6fb56286b102cb5b, 'wp-includes/blocks/post-comments-form/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0xbbfef79cac2155836c74b67c0b292835, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/editor-one-landing-pages-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\editor-one-landing-pages-menu.php', 1, 0x00000000000000000000000000000000, 0x5e1929c29bfb5309340d2dd4e6833d50, 0x8556ab0c41c3db09fdabd2308dbb0a49611c4b6efa3e0e3fd7a02f4805e81b54, '', 0, '?'),
(0xbc0026fd0c8cb20ecf408b434f714d25, 'wp-content/plugins/wordfence/waf/wfWAFBlockConstants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFBlockConstants.php', 1, 0x00000000000000000000000000000000, 0x6e64daaeb271ac565b3b5ade3ccc2700, 0x3b44250d600b3d87010c900f05c9ea0b1bd3c6c5968d6de102d522cab072a378, '', 0, '?'),
(0xbc03a2e42e58fa2bfba9c70686b7a526, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\tracking\\setup-steps-tracking-repository.php', 1, 0x00000000000000000000000000000000, 0x59ee7476e9f1952c06515b6471b42a73, 0x54febc7bbc4c50d27aaecc7cdd4310fb3033945c3da2e71bb12c797497b55897, '', 0, '?'),
(0xbc03f7ad1f533ee73b2a05f669862d02, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0xf96374cbc468aacc1bc346683f7c5f8e, 0xb96b3b8a09f6b4a58b314b81d18c01048c29a41d2eeb8b7a34d8de60882e589c, '', 0, '?'),
(0xbc05193e1ff5e1a4a5548ab66326a230, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0xc91d208adaa6fa7eef8b674758ecbade, 0x1485d4206a5744afedd256499af00117cd5033e47576549f8e2a4aa0111a7d5b, '', 0, '?'),
(0xbc105dd032893430fbbc33cc94226354, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Migrations/SourcesScopeFieldUpdate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Migrations\\SourcesScopeFieldUpdate.php', 1, 0x00000000000000000000000000000000, 0x8f4ae570088a2f9c16fb545689885509, 0x1b9744d760d214c8309f5257a96c3e46c5db7e78a840532ce5196f8de1dea8f0, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0xbc2356ccbb125068427793460400a14e, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/video-attachment-id-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\video-attachment-id-prop-type.php', 1, 0x00000000000000000000000000000000, 0xf4062ef80afbf5a086625aa4d1e83f73, 0x5674ed21e495f34c5eb77d45b3e31d171a18b40d971a46ddbd0c604da67a2617, '', 0, '?'),
(0xbc26727e9f360bbc92d7b01cdf406375, 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\tipsy\\tipsy.js', 1, 0x00000000000000000000000000000000, 0x8e2659d4eb0160eafcb59d0b57c5aac5, 0xa135310da92a9f123669ab245e7c50e44dd5dd9a675e8bc3d3727aeed0f3e7dc, '', 0, '?'),
(0xbc26dcff9522f92345d718a4cb4688d9, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-sale.php', 0, 0xc2f5fe8e782085cd9aca7cbd51edabc7, 0xc2f5fe8e782085cd9aca7cbd51edabc7, 0x0d2d9c43d86f29dc57b3eb2f944a80916b27fab5f8e28fc0e00f5fdd7d64a004, '', 0, '?'),
(0xbc2b1fcfa017c5a145fd49ff43559442, 'wp-content/plugins/backup-backup/admin/images/one-drive-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\one-drive-mono.svg', 1, 0x00000000000000000000000000000000, 0x8ab80ee9d28db0c6ff0a887948369f11, 0xe111c7c9ba29e00906474063810dc08fe863ddb97dd71d3b9ed1ec2c50fd693b, '', 0, '?'),
(0xbc2bb5c59e449c2aacf6a438a439fb0f, 'wp-content/plugins/elementor/assets/js/4812775bcbc0ff8a9043.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4812775bcbc0ff8a9043.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xc1c6d170747cc2db372549b8663933b6, 0xc92184551e1c256e39233fa95fc4246771f8616f607ec5fc8f5968c81c59ae86, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\Yoast_SEO_negative_icon.svg', 1, 0x00000000000000000000000000000000, 0xc28d33d21105de78ec7af6b0b10df758, 0x878cd02a9ec4a616056b2df84728611aabc08fc67477de8cf2df2ed4c408a6f8, '', 0, '?'),
(0xbc371820c052e9a8eaeabaa256e454cb, 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\perfect-scrollbar\\js\\perfect-scrollbar.min.js', 1, 0x00000000000000000000000000000000, 0x4a10bcfa0a9c9fa9d503b5a498cac31e, 0xf604ca6bd6b63c50872a86119b882b75f808449cb21eede93eb2bfb4ecf925d2, '', 0, '?'),
(0xbc4e9ff78c923cfb33fe6ef8395188d7, 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-comments.php', 1, 0x00000000000000000000000000000000, 0x7534184e627b177eb41c4c11d9dbb630, 0xa6454cc5b8f4cb02b16958f2fccbc0695babcabba8ec4927f5849292b1d7c4c0, '', 0, '?'),
(0xbc556e06ec839136448f443a3fa0acab, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-grow.min.css', 1, 0x00000000000000000000000000000000, 0xb440e405522d6feb96f4ba9064713904, 0x9a3a7f9911b222b19b2df6d76069c12d27ab8e853cf7ce86c63c75f6380ec7c8, '', 0, '?'),
(0xbc5653e04e9f69b9d7540134918534c5, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x9056ec3502d456f23eab280f292f4c19, 0x2b0be619f578ce107384f42bf5bc42ed46bbb1e6f2ae27b7e48b6ddeb165ef67, '', 0, '?'),
(0xbc594a92ec4fcfcea0f02a5ad20480e5, 'wp-includes/blocks/post-author/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa882ed83f12e5ef751ccfac78955bdfa, 0x8a1684573b49978b462beca7378884435a92451cc8e320598261f22cf3845fed, '', 0, '?'),
(0xbc64060fa98f1a4defe65d4973614e25, 'wp-content/plugins/elementor/modules/variables/adapters/prop-type-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\adapters\\prop-type-adapter.php', 1, 0x00000000000000000000000000000000, 0xa9c52a9fb445e9a1becefc962e446575, 0x3af547f234ffebd64c205b86342c8b9c693ecd6e03401a2761286448bfdc1949, '', 0, '?'),
(0xbc667fb4e1ba4fc5fe96af0e37999aa0, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/three.r92.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\three.r92.min.js', 0, 0xc10b0dcd6981ae16bc72cf1d6c32a8da, 0xc10b0dcd6981ae16bc72cf1d6c32a8da, 0x7781ef88fc67bd1057b7d49dc6619b7c6deb96cd3aef2cf6e0a4733c9f26f6bf, '', 0, '?'),
(0xbc68d909290d532a672422fd7ec7c62f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/full-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\full-logo.svg', 1, 0x00000000000000000000000000000000, 0x2ec6f11728ea2cbcc2a3633aff0707fe, 0x59c5c1cb769cb912a34413b0bdc80997d614bce0968c43be4247d8bae23b945f, '', 0, '?'),
(0xbc6a6bc8468dd6d72f491937d37d0e01, 'wp-content/plugins/powerpack-elements/modules/advanced-accordion/widgets/advanced-accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-accordion\\widgets\\advanced-accordion.php', 0, 0xe6d46ff9f2f13240ba3dab39cff6970e, 0xe6d46ff9f2f13240ba3dab39cff6970e, 0x15669d32f9ad178713a6b0c77b9613578dec746279fc62a27ab4ad7a2ba1f1b5, '', 0, '?'),
(0xbc6cbcf29ec1a9128f0f571c7c7af01a, 'wp-content/themes/astra/inc/assets/images/astra.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra.svg', 1, 0x00000000000000000000000000000000, 0xeca6b52885b83033b48f611062a4a32b, 0xde8789c7b4fafa85be19667117832bc74b438687d9b6dcd87cbaea13f5bbb4c2, '', 0, '?'),
(0xbc7038f377230898ea3ce9bffafec237, 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\go-pro-wp-dashboard.svg', 1, 0x00000000000000000000000000000000, 0x2622a2c70fb750c8fe20ccdd33a54a85, 0x29ecf5ee6510d50bdfa583fdea10b336a08252552a139e9187e7434559fcd562, '', 0, '?'),
(0xbc71ea697181a2c0978f77b8bceb1b6b, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\composer.json', 1, 0x00000000000000000000000000000000, 0xe0544b0ff3994c2e47fac7fd13d4271c, 0x35fe41eca9f8a90305731f5f82fa2b45e15da1e7de3308513955ee2c6456e13b, '', 0, '?'),
(0xbc73d2745d4814b09891fbd7cdfee30a, 'wp-includes/js/dist/edit-site.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-site.min.js', 1, 0x00000000000000000000000000000000, 0x107ca2ee5ea2be10ab9725f02e99f0c7, 0x1677b9e5d5a75abeb5d27d5ceda8196006f42222d7099f78438ef56be189e779, '', 0, '?'),
(0xbc75c014248b5fe1c7ce8a55ec5d35f3, 'wp-content/plugins/reviews-feed/assets/images/balloon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon.svg', 1, 0x00000000000000000000000000000000, 0x862ff4c5539ed8d390953f4759f120bc, 0x12921418feb047d6480e81035c1225148d1d16c839238dbeeb0e7c97b5c56be4, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-functions.php', 1, 0x00000000000000000000000000000000, 0xd3b94af9c18963d46566b095dbd0a5bc, 0x48e3eb984361896f957e1244ee114daef21884887eb2a99aa6e0a89567fc77e6, '', 0, '?'),
(0xbc803253be28a7714df7d31d9cb581c1, 'wp-content/plugins/elementor/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xbc803e69d0374c5360e427b3b2ff0474, 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0c2b498e3e0695a1dc19.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-title-keyboard-handler.0c2b498e3e0695a1dc19.bundle.js', 1, 0x00000000000000000000000000000000, 0xe3fbccf03a8bba095359ed3ff8a0b077, 0xe9f94182d2e41da68b8aaa0f82862c35f523a3dfbf455f86de03954c460f69b3, '', 0, '?'),
(0xbc85e9a5e70c2f499d381b73b48f3de8, 'wp-content/plugins/elementor-pro/assets/js/screenshot.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\screenshot.min.js', 0, 0x3f1a12f67f71675718b5951052932120, 0x3f1a12f67f71675718b5951052932120, 0xdba5218c61f9aa2e1e809e168ec5321209d091827664f9a7c3db9e25407b10a6, '', 0, '?'),
(0xbc8ec32834359282d6969734e8733475, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/enable-llms-txt-option-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\enable-llms-txt-option-watcher.php', 1, 0x00000000000000000000000000000000, 0x8831a5cf0d4c3c6df0d0ca183109cee9, 0x954102940b7ddb466a444105a170561d5cedba1ca5c6921bd59da49c2a47485f, '', 0, '?'),
(0xbc937013a33947f280ff74283cf45b49, 'wp-content/plugins/elementor-pro/assets/js/share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js', 0, 0xdb5c2525f82d3a92727ddb76cf6fb5b6, 0xdb5c2525f82d3a92727ddb76cf6fb5b6, 0x8264836b40722fe3654e2c3abff28bb402a5efff49d21749ee628514dc23ddef, '', 0, '?'),
(0xbc94adff482cdc3ea1cdee5bcee2e975, 'wp-content/plugins/feeds-for-youtube/public/build/js/divi-preview-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\divi-preview-handler.js', 1, 0x00000000000000000000000000000000, 0x3ec1fd0aecb0762220583dbc4f5a3e07, 0x1b9cce1137869c5c36962352d4b1c1cdd50c0b15870ab589bf1625a9678e1ffd, '', 0, '?'),
(0xbc9f05a6727361ead0db39535555a8ea, 'wp-includes/blocks/post-featured-image/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3bf3def56ebc8fd69e6937c4266ff, 0x6ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b6949, '', 0, '?'),
(0xbca991ebd8e376cd794cd4c265a5ed21, 'wp-includes/blocks/post-terms.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms.php', 1, 0x00000000000000000000000000000000, 0x89443598747951d4dd0835cc556bc474, 0x70feece0cca504fe73f04dc9f7bbb32f5f061333992207d6c07cc7299be63449, '', 0, '?'),
(0xbcb05a40f3c1d05dd70a4d9887ac4f21, 'wp-includes/blocks/math/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x204ea45c1430970e18fd20f941cdae22, 0xecdf89145e98d31b93fb87fc5e53f178b95391cf9f31682a66f4710e5b6bee18, '', 0, '?'),
(0xbcb1adfdc53838e08368b86c816392ed, 'wp-content/plugins/wordfence/waf/dummy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\dummy.php', 1, 0x00000000000000000000000000000000, 0xcb3a3c5d79ad01366a88d0f6077a9b30, 0xa6cc772d1d63a87dba0614ba3aaf695c4253837fb971358534ac7548d1bb8b86, '', 0, '?'),
(0xbcb1e02d38ac660f67e965dbccc1040a, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow-rotate.min.css', 1, 0x00000000000000000000000000000000, 0x296eef20e85403b956bb26356bb17c10, 0x3b61141641af9cd0340a12b3b8854e738f5e2b86838ca675e242bb0529fcb4ae, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react.js', 1, 0x00000000000000000000000000000000, 0x05c3e7e7ba74b97802b32c6781212a24, 0x2a9cabb9a0bdcda1f691e763af83ac51098366bbd031a3b107cea6fb9cdcbe5f, '', 0, '?'),
(0xbcb3eb3fc30eab5e2c91c4950f6cbea2, 'wp-content/plugins/instagram-feed/admin/SBI_Global_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Global_Settings.php', 1, 0x00000000000000000000000000000000, 0x00788903cf5e2813b2887e2d740eed93, 0x2420e237e857b625494c1d0bce9b755295a06397c1ae21898efcba01f06de84d, '', 0, '?'),
(0xbcbb29eaff9d8f974bed039a43704021, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0xbcbb41895e5d78b0c9a024eee254c3ac, 'wp-content/plugins/feeds-for-youtube/public/libs/js/divi-handler.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\libs\\js\\divi-handler.min.js', 1, 0x00000000000000000000000000000000, 0x4fed543753835e70d0c298a34224f79c, 0x514cdd2cc1e64fbd3bff2a81c1d1dfdcdfc2d38d827892bf6d777fb4449b4cae, '', 0, '?'),
(0xbccba6ebab674c14dd0b1128216f11dc, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/AdvancedTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\AdvancedTab.php', 1, 0x00000000000000000000000000000000, 0x3f70e083d2501f810d77432fd2db934b, 0x614edbe3d355ad14980cafdc36ed4f8ba3273d4ffd6742cb455044049b41b7fb, '', 0, '?'),
(0xbcd20f89be30bd04c840feadca29259f, 'wp-content/themes/go/dist/css/design-styles/style-trendy-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b4c77797946f80a13a0d2d7eea51845, 0xc246c49c69f0f260c46217fa614a52d6e058e9aa35f05e4580efb3edeffe0bc9, '', 0, '?'),
(0xbcd4e4e5d8ec691f1528eda128873f31, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\socialwall.png', 1, 0x00000000000000000000000000000000, 0x18fe5423c70f4371a4dfe14f91e2f475, 0x6fe656be00e372ef3e3ac7fb5d583620b3c41273fd7327b7399f73457e812de2, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0386e7dfd9b54917333f99cb39108bc8, 0x0cd756a963b6bb19cf62b03bbbf228276d4bb5f3a12466852f1dc187a69bb410, '', 0, '?'),
(0xbcdaa56eb2c10c10624ed12564a24faf, 'wp-content/plugins/powerpack-elements/modules/sitemap/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\sitemap\\module.php', 0, 0xab0515cf1726f7f3e208de43654af402, 0xab0515cf1726f7f3e208de43654af402, 0xeca52e0f7e6af2ec34994b0815a2a4867287afcbaa23debf48605ac1013ecf9e, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xe0ffba0a212e4ac3e4184b304bad89d0, 0xecc5c68c46458db4c13a8472cbbbe0c14d36257cec09b86eb4bc4cbc4484f0ee, '', 0, '?'),
(0xbcf0c50dcacc5ab394814f5bce856694, 'wp-includes/blocks/columns/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor.css', 1, 0x00000000000000000000000000000000, 0xc2b460ff1d62c86f46494bb00b1692a2, 0x648f05d7a321781f60b6d1c8f5cff9ff1dca4a14e4f726ddddcdbdf70f7bd0f3, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xdb7d8b3e0d5f4422a6f5436bf1d41543, 0x5c0ca53b8afd0b5d22a7a4ae28122b2fc7c57d9e120ecb9a7135cef44e5327aa, '', 0, '?'),
(0xbcfc9efa50b59f85e94962177881c09f, 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\theme-support\\safe-mode-theme-support.php', 0, 0x2f66031a64489e211437919224d57307, 0x2f66031a64489e211437919224d57307, 0xf0e66fda051988849b1045872beb3956d4512026b03c84fa0c11008cf76c7c07, '', 0, '?'),
(0xbd074051f9c2ab7045fa5d3adb6dd10f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x02e69ecd0b30feafa2f359260ad43fd0, 0xa148f0c54fa5c4b797738499d1bbdef9258f51c13abacf5076d12be1e7bda24f, '', 0, '?'),
(0xbd0c0638960b0e84ed622af4790e1874, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/section-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\section-interface.php', 1, 0x00000000000000000000000000000000, 0x00238d2633bfbe3521d654c96aabc554, 0x1e123330ad99a7cc4e7628f68f321f67cf0b1f88eaafec9585642b03793bd71d, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\ip.php', 1, 0x00000000000000000000000000000000, 0x66c0b693c763bb414e8a98bde529b8ed, 0x1f755e2a4fe7b3e088abba5a0a8fe311f0cd4a38c66052eb9f9758979b9b51fe, '', 0, '?'),
(0xbd12aa0d4d3bb867f759dfb1cd366ecb, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Customview_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Customview_Control.php', 1, 0x00000000000000000000000000000000, 0x22727e2cec5c9a88eea2f1b6a9f5488d, 0x018e945a0bd9e3bd2de8cdc204a291b01e30796c3c7e4cd067efa083eeda6c53, '', 0, '?'),
(0xbd21bd60bd4b638e226df78281e7e3ad, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.js', 1, 0x00000000000000000000000000000000, 0x6f1b0456b86ca535cd0b029f1b3b5653, 0x01a1fb4dedbf5f012d1b241dfc85c5d02e1a092f0fc4bedd1d6438ccb0d844da, '', 0, '?'),
(0xbd230a021864df0265262b521b73f0fc, 'wp-content/plugins/elementor/includes/controls/choose.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\choose.php', 1, 0x00000000000000000000000000000000, 0x99b77a2b47a7f63e208f200ca725aa08, 0x926cb2a40495aff09ceb7ad17db825dfbfbd7b07e132ea88b922db70d9ad278c, '', 0, '?'),
(0xbd2a08d475456a0ca639d4266049d604, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/intro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\intro.php', 1, 0x00000000000000000000000000000000, 0xbc268f1a3422479d20eca0c23da9f10b, 0x5e027de96378fc13c1f72f4b44a2ff408904fefc943ef078966eeab21f3b8542, '', 0, '?'),
(0xbd33617223d5d60053ec1ad4fd4cacb9, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\HasEveryBinary.php', 1, 0x00000000000000000000000000000000, 0x2638b0e8a9859f9bd576167d554b53e8, 0x35de66cd7f67f75b5693ae272f36f94c5eaa83705d5f4605a20368706a44da58, '', 0, '?'),
(0xbd37a1bbe72035c66e84d9f0295ec508, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/CFF_Divi_Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\CFF_Divi_Handler.php', 1, 0x00000000000000000000000000000000, 0xd7f110fad1739840f5b6d984cbe983c5, 0xc2be626e4f25792492efa2cb0182f95c0d6a38310888b57a789ce1918e41167e, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x49ddb590afc8509b2ac16bf7c9a41d06, 0xe8498ae0850daafd40126eac0cbe100904826cd7b523ba6f938dcb0f818caef2, '', 0, '?'),
(0xbd40be37c740d5b2a8a6509cd180d235, 'wp-content/plugins/instagram-feed/img/sbi-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\sbi-icon.png', 1, 0x00000000000000000000000000000000, 0xf28c5e080fa3cc6d190555a937d9592e, 0x76a6f16104fdb09d641b774941f611aa89796e94e07eed13b396834e7f4cc19c, '', 0, '?'),
(0xbd47efb8888367d9ed0cdde0d070ce8a, 'wp-includes/blocks/quote/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb678bc232ba263a83aa05327e92fc1c, 0x139f4bf37769b6c44a4db6e9d42c6fea584bf2d62a5c7ab24b4280574ce01e4f, '', 0, '?'),
(0xbd4bf77588704ecb8b116399cf2a0694, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-300-normal.5f077fd7b977d171.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-300-normal.5f077fd7b977d171.woff', 1, 0x00000000000000000000000000000000, 0x88e29389ed1e9175a1acb228ee715a4a, 0x8e34f163a6373a1ec0471745ca542ef1c15f2f87dc5d901f1a13b355903ece9f, '', 0, '?'),
(0xbd5167322ad9ff8230b8ee1a9f150a9b, 'wp-content/plugins/elementor-pro/modules/element-manager/options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\element-manager\\options.php', 0, 0x749412105d653f6239bf70ece4a87352, 0x749412105d653f6239bf70ece4a87352, 0x63cf12557ba69f567ef99226adeae39fea55f663c3cf9035b0fef743859ffcc5, '', 0, '?'),
(0xbd57c86a647ef50fef6152a3d9ba17ff, 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\instant-page\\instant-page.min.js', 0, 0x8748e69cdcd8130b798426ba192e4627, 0x8748e69cdcd8130b798426ba192e4627, 0xf27eac3576c046d0fce10ed00cc6bc92c3936063cf79ef2d8f4127ba44ff73c5, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x2e3a623c6a150b25ff68cac8875e8ef8, 0x32b5b172cc5127faad79ff5b7e33917cb74df4ca146e6040d1cfd026514c7757, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\import-seo.php', 1, 0x00000000000000000000000000000000, 0xa023865e02a8e7c91036200a1db87590, 0xdb7d49b6f2df35b64b39c9a9f8c02a4ddc86132bc4fd79cbb4109ed4d2e7f40d, '', 0, '?'),
(0xbd6487095c371d691830b36513976ed7, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\select-control.php', 1, 0x00000000000000000000000000000000, 0x2c7ad60776038aa3e64416fad6be5607, 0xcb768b10e62d416c8d619132a3f377d0dc51cb9becbf625804cdd4768325f0b6, '', 0, '?'),
(0xbd69e849a919b2a534274e481d276207, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5235.2bbd50e16888ec4f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5235.2bbd50e16888ec4f.js', 1, 0x00000000000000000000000000000000, 0xef59e833f4d3398d2ecf6696c6b81c19, 0xa87dc5ac026c9eee7d08115dfceead4f6e6d1defd3d4fa379ecc0e844db924ae, '', 0, '?'),
(0xbd6d2570a2af96b8af69c4c69759ce5a, 'wp-content/plugins/elementor/includes/editor-templates/panel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\panel.php', 1, 0x00000000000000000000000000000000, 0x7e2214d89d400b1ee857fd3b4bb8d20f, 0x788dab6150860c543a30874e21305a5b10aecb6fd725bb984684dbd6e3aa87f6, '', 0, '?'),
(0xbd6ddd61232473f56d9878b5f1eb0151, 'wp-includes/blocks/template-part.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part.php', 1, 0x00000000000000000000000000000000, 0x513a7455223e573fbadbf733714eb240, 0x71e5d5fc1e1af6cb037e0ec8916e71bd625d158d1af09348f112d489c2d8bba2, '', 0, '?'),
(0xbd7eccede903c470e880d699972fcbdd, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\notifications-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xf771bf04c89c94f5d4cbd09f78771003, 0x5ebbb0a3f467d055e6b7fef8381e440773413dce764c57d1eff433f87c633cb1, '', 0, '?'),
(0xbd7f90c07ac97b3aa8cea89be1dfa06c, 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-counter-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd6789eecf4a57a43bfb0fe4129c3cb65, 0x8a5045cd55198c07b44cdff69d91f12847a967c540a6d0312b2144ecdc0ea2ab, '', 0, '?'),
(0xbd8423173b87ec65bdb64f22f5bc235b, 'wp-includes/blocks/shortcode/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0xbd8489379a78d61647500242aa89ed5c, 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\404-image.webp', 1, 0x00000000000000000000000000000000, 0x189ee7f2a40c13d4a2094d2497929e62, 0xd4ef118cfdd23f0d354d158c956d2566c2a54d95793bec2550983fa04fe5b6a6, '', 0, '?'),
(0xbd84cef6551da64b898726730d84bee1, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\admin.1778081072.css', 1, 0x00000000000000000000000000000000, 0xbf0d36a7aa18c3d42d76080e0a8a2ecf, 0x7c8ce90f3dc9a73ad8666a44907673853e64cd34dca2b6fd49ec12e318c379fc, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x636a3f0236661b96a64e35893548cb36, 0x1ed5ebfe15496cbc8773f1c62603fdb098781ce1fa6a7a5183eaa293f896e680, '', 0, '?'),
(0xbd9b0b8f56c73eec0594e0333cb9d724, 'wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\CurlHttpClient.php', 1, 0x00000000000000000000000000000000, 0x8abd4ddade72346ccad86345591b3a60, 0x2cf303d56bc1b62f695ddc1fdd95928babdbc77bf0d6d574d60a6aa074a4f5f8, '', 0, '?'),
(0xbd9f095bc50f3f964f149127872d6447, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product-post.php', 0, 0xdc9c3893f770cacbd5ba5e225b8ba5ac, 0xdc9c3893f770cacbd5ba5e225b8ba5ac, 0x4cc308a81b996b4699fbcaa33fd37427f3dcc48a709400d2ec29322fe7f9664e, '', 0, '?'),
(0xbda8faf4a4f80e42c34aa83cab60f5a2, 'wp-includes/blocks/post-excerpt.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt.php', 1, 0x00000000000000000000000000000000, 0xd53d911271ef6fb23dd935f73ce59c7d, 0x8ed709634f1274e863dbbb4f33e8b83edcb6e540e3673445e0676601d0b5b8fd, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\revisions.js', 1, 0x00000000000000000000000000000000, 0x14e94dc8980f6633904269508f789c6a, 0xcd64400781240d27e242bde279150cbe47b48aa51c50216ba3bd70d44664abef, '', 0, '?'),
(0xbdbde321ce954589520c7fdebfdba708, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\sessions.svg', 0, 0xa1f3d614f3d7ac2251c9d930b7a5b216, 0xa1f3d614f3d7ac2251c9d930b7a5b216, 0xb24642f41e2898d025c4f8ee07c26e76fde7d460af4c7ac68e02efdae87f74b6, '', 0, '?'),
(0xbdca82825c642df8b8acc34b44b135a3, 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-repository.php', 1, 0x00000000000000000000000000000000, 0xb6c86338bdcd673a339caba3e2458e21, 0x9b54b26dc9ea98812513c569bba81224278ca348a854e76ded3e51104a06b28b, '', 0, '?'),
(0xbdcd5f6ef630395e3aafbce26b5f8484, 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.js', 1, 0x00000000000000000000000000000000, 0xa5bd84f2af2460ac46a0a30510359aca, 0x19724621aa0200f43321122066979bde2a08bf8bcb2cc9a14f704a9ca1b320cf, '', 0, '?'),
(0xbdce31c66fd46139ced29bc93b0a1bfc, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-vi.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-vi.mo', 1, 0x00000000000000000000000000000000, 0x12059c42b96f861a6d51f7776f859649, 0x36b0a4df9243216fdf6c1b2a7c0cc62b9ddf1eb90f35ee6243270e390d8bd328, '', 0, '?'),
(0xbdd08cf07eaa7f961b31da8aaf660cac, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/RoutineManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\RoutineManagerService.php', 1, 0x00000000000000000000000000000000, 0x113a7b74024db6ce450fee331fb6f7c9, 0x515dc90f517f45a162943c8c846f8d61563f3a76811606b52094a99847b32467, '', 0, '?'),
(0xbdd21cbb922151bee04b03852f63c6c2, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0x113d042dd80135e05760a0084edfd932, 0x256968fb159a4c58bba9831816e7ebe03054c0eaef0284b1b73d8157d6e66c8b, '', 0, '?'),
(0xbdd7db980059b07ea0105be1277fb3a6, 'wp-content/plugins/backup-backup/includes/dashboard/modals/supportive-restore-success-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\supportive-restore-success-modal.php', 1, 0x00000000000000000000000000000000, 0x092b644c7c8b7e6003c31a0ee853c071, 0xdc1fae0e2392dd5b90439c7311ab2835264f7bf4e92c0bd776dfc4f01c3ef433, '', 0, '?'),
(0xbde2dd95c18ec886ff8891f6f02c23e3, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_NL_formal.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_NL_formal.mo', 1, 0x00000000000000000000000000000000, 0xda6440292fb463907c14ec3c095f41f2, 0xd07408f3c9dd11b86d2007f62e39583d409768834aa9b8ad42b29bb1a5dba2f7, '', 0, '?'),
(0xbde420b56ec11c2864ecb128ea643e4b, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0xc32ff037f800a82825b21fbb5ea1ece3, 0xe776e8be738853d88a5c1bd8e41c07d8ea82b2d53312e700b47cecae717085b7, '', 0, '?'),
(0xbde4350f3f92ac05de4993ff9d07e454, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-400-normal.16eb83b4a3b1ea99.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-400-normal.16eb83b4a3b1ea99.woff', 1, 0x00000000000000000000000000000000, 0x63d2fb538e002ed8af8088fb6b511b88, 0x70089aadb6981517b20591c88d800df2483e91fd7367e7fc57f7eca5c3460ef5, '', 0, '?'),
(0xbde5e6b4ae7c812f264a9f4f528b7c8b, 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\network-plugins.php', 1, 0x00000000000000000000000000000000, 0xa74d5cf80a64936d3e95939bfe747637, 0x25cb97af822c5ec9cbb900f0bea65a0be618cb00aa13cd441df22d80d71f45e8, '', 0, '?'),
(0xbde691621bfe2a8fcc991436a11de378, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 1, 0x00000000000000000000000000000000, 0x99c1bc6b9a5ab42c2487b7264914852f, 0xc2b49511ab5ce887e7d505684d0c8446d7491518ab61fca6befa259098936be0, '', 0, '?'),
(0xbdeaabc8dd8ccdd575f63c6d74ec3047, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Helpers/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Helpers\\Utils.php', 1, 0x00000000000000000000000000000000, 0x5a3196b78607aaacafe9831bb51c12d1, 0x4c899a72c464df808e0513215b3f41631d01deffe00d6f6e921c5120c684c973, '', 0, '?'),
(0xbdec4ba8b9a9b3366dcbba2ecfa19130, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/favicon.ico', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\favicon.ico', 1, 0x00000000000000000000000000000000, 0xc92b85a5b907c70211f4ec25e29a8c4a, 0xbe85c3054c93e2608600b1d749df4fbf5f895cfdaf77fc6c9b13e97be37d202d, '', 0, '?'),
(0xbdf0b65947685f1039ac39053b8b8262, 'wp-content/plugins/backup-backup/includes/database/export/interface-database-export-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\interface-database-export-repository.php', 1, 0x00000000000000000000000000000000, 0xb2501e204eb645a4e3f7f53d453d537f, 0x84f2418180ef693f842f3f89c004e3df04e627efec18081e9f698afc0e3a45a0, '', 0, '?'),
(0xbdfc2cef63786acdb2053899308bb1f7, 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\admin-menu-items\\base-promotion-template.php', 0, 0xe8c7d2d595e970e545e1156ac0f8e018, 0xe8c7d2d595e970e545e1156ac0f8e018, 0x645e49db6e622670bd7111661be812d0732c9d78431f0cb0e9aab686abd288b3, '', 0, '?'),
(0xbdfea72d6fa4eceaee6d71e2a8010058, 'wp-includes/class-wp-block-editor-context.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-editor-context.php', 1, 0x00000000000000000000000000000000, 0xae040ded1c197e4511aa21fc62849ad9, 0x278e9da00d073d467daf4c03689e866149c3a7e5dc1acf22eaa62495e616ce94, '', 0, '?'),
(0xbe015968b705d92d9bc846c4c181d07a, 'wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x36664df567cb1146a854341fd3745609, 0x06c58cacd90971f2079682ea7cc210a113a9b6d120721d9bfc1a266d743c37cb, '', 0, '?'),
(0xbe05a64d33d6127661420f6364031bb5, 'wp-includes/blocks/search/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor.css', 1, 0x00000000000000000000000000000000, 0x1165edcdc510b8dc0aad0d31703de68f, 0xeeda49b1faed5f1c3a14e4f54d3eae9a110bf08aacb0d9a07d872ea6dafca1f2, '', 0, '?'),
(0xbe0a68b6820172f9a074f4b4e6fe7e65, 'wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\html\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x881a4d1218e1fc9b2538f41c7e3c4f78, 0x4b9bcc9b4953d6c257afd848f7b2d66ce4998f58e6322d6dc696df5942ec8ce1, '', 0, '?'),
(0xbe0b3af9a22b889814680b795e578301, 'wp-includes/block-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-template.php', 1, 0x00000000000000000000000000000000, 0xa66d363721daf8d9b11a1876dee65b43, 0xe0417f2d89b5486bb5ef071e714c5ca373ddc4d28f5de37bd76a39716aff95fe, '', 0, '?'),
(0xbe193eb91371bb2cbd4f4a398cdf2ba7, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Customizer_Service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Customizer_Service.php', 1, 0x00000000000000000000000000000000, 0x681016465e1c14584fecd27d59e931d9, 0x34f2a63224baef180b8c7c454552741073f3516c1398ff9a937a986f8e4581f5, '', 0, '?'),
(0xbe23ce943669bb2fc9f09ab410c39b8c, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Regular.woff2', 1, 0x00000000000000000000000000000000, 0xe581e296399b16dae69773b97feb6059, 0x616a0327694da886743837e03e806400e3e5881203b0c5359f8f40569e39ae9c, '', 0, '?'),
(0xbe278aa9edecd8a133ad8f7a1905a427, 'wp-content/plugins/elementor/modules/interactions/interactions-frontend-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\interactions-frontend-handler.php', 1, 0x00000000000000000000000000000000, 0x7d7a6adc8bad9afdcbe7abd166c8678f, 0xa64126921ceaf9ecf45b77d7dba0298e79e810b927c4d70e5d385d9f8aa80635, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\tours\\login-security.php', 1, 0x00000000000000000000000000000000, 0x6ddfa97bdc09cd0a5d66c3e11680bf97, 0x1c3514272fbfe44b0ea67be2651195af9aaa2db3f8161f8ae1d99e879ec0497b, '', 0, '?'),
(0xbe313a18bfc0392cd7ae6e221503c3f8, 'wp-includes/class-wp-theme-json.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json.php', 1, 0x00000000000000000000000000000000, 0xcd70e538089ae2ad8e171fe2b31d4f1a, 0x794394638e9b7795e46e4e85fdbc7041e4f83889bd1447c807dd2114a3b8c08f, '', 0, '?'),
(0xbe35da26bc95d71249c9b0d22cc2699f, 'wp-content/plugins/instagram-feed/admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xbe387761a63337a9d9b3098bce961fa6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-600-normal.30ab64a5fc0cdb8b.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-600-normal.30ab64a5fc0cdb8b.woff', 1, 0x00000000000000000000000000000000, 0xd813188d1b38a5b4e70c2d1068f18004, 0xd4a694557f4407f25b536c61970c195ba034d6a9a57553601bbb5704d2a7daa6, '', 0, '?'),
(0xbe3aee28da5c194a6a955e040051cbe4, 'wp-includes/SimplePie/src/HTTP/Psr18Client.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Psr18Client.php', 1, 0x00000000000000000000000000000000, 0xda203204f0532f599b27d5103195e382, 0x8cb7c4f3a19f7363ce5d5425c7dc72b213012a4d61ddb4f970f5c12de2bae0a2, '', 0, '?'),
(0xbe3c3006481feac7afeb4cc9dff6782a, 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\right-2.png', 1, 0x00000000000000000000000000000000, 0x7c637e6d6145fceddde7bf2e9f9939d3, 0xad27ea95729af07cf22084cb855e8149fcfbdb8f0314430aab20b8ab701493a9, '', 0, '?'),
(0xbe3d0d6e208c81c8fec501c4e59cabe8, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\user.png', 1, 0x00000000000000000000000000000000, 0x8317bdcfa5d66b86de6a22aa24498dc9, 0xb81087a016df201d0c665bbf3de014488e010ddb41f022d1b8d180fb95a9dbea, '', 0, '?'),
(0xbe3e1a7926f337324e1489427f1d9fdf, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/add-source-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 1, 0x00000000000000000000000000000000, 0xe5a4cd6a4ff210aeddc36c979739ca91, 0x9f74b75dce3879045f3a297df24a0a655d0dfb22eed67012861c08bfe0161c25, '', 0, '?'),
(0xbe40296020d5e47e4fdd7defbb6163cc, 'wp-includes/blocks/heading/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style.css', 1, 0x00000000000000000000000000000000, 0x19c4317ae3f6a3b109c09231875b6da6, 0x33a2ea831f85024fd06e39f7bf3705b21e7f6da98a5c91dcd34f858d987818e0, '', 0, '?'),
(0xbe42e742656853edfb7367c1e931a392, 'wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-es_ES.po', 1, 0x00000000000000000000000000000000, 0x4aba105e4daea5cd41425adda71c5bd5, 0x55eb778c8ef56785458487e87a72d0ef6f86e9f503ec2802f85a89fed51d36c5, '', 0, '?'),
(0xbe455d34e5b83772466a1c8904362533, 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\mastodon-logo.svg', 1, 0x00000000000000000000000000000000, 0xf8741a7b40d47645244a7ea7dc954388, 0x843919e5a5a5c43385fceb599551de189a5d280a4f4bfcbf7ea4462ccc6970d6, '', 0, '?'),
(0xbe4a4083ac320435bc9a75412febe420, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0xd887584b4e9e25a7a2521fd5931c846f, 0x890fbeaf63a3107f52d38c905c8ae304013e85d3e432878d17af0a6de58db252, '', 0, '?'),
(0xbe6209fa6a91717a0969f33164a36b6c, 'wp-content/plugins/elementor/assets/js/3d410a099008411bb011.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3d410a099008411bb011.bundle.js', 1, 0x00000000000000000000000000000000, 0xfc979fae5db7667d356600c693521bb6, 0x50a252e49f31f33664ef8dfed7d60488a334734bf34042ac322ab54e03974eed, '', 0, '?'),
(0xbe73283d0e40788828fd61725cc4c184, 'wp-includes/blocks/math/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8e434a740d8fa0f4bf7b4fda68a13ec6, 0x5aca1354d093f7bd74a9c251e9ba34933ee5ec3ce86d9b0469a4f1cce4f11c3c, '', 0, '?'),
(0xbe7e2f3c72bbeb21bfe20c384a4e24a2, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-submissions-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-submissions-menu.php', 1, 0x00000000000000000000000000000000, 0x3e84f559746ce3781bd385344b07ae6c, 0xa9283be3a85cc630f59f46c7d49d4e983615adb561074b54d48d6b713f7bb2f8, '', 0, '?'),
(0xbe80047ecbf09a4ea19640aecf6ca273, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.svg', 1, 0x00000000000000000000000000000000, 0x8f8748f7640c355fb632eefe4f301ba6, 0xb3ba4f2763b92c7fabafcf6fd3f5e952422282e4b6a04299d2dd150925837dab, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xde5475f091489057a878139857c23122, 0xc0d685a9127700bcba4a1aef5ddab2398ce10daf1907936e997d219cc6d46ebe, '', 0, '?'),
(0xbe8a2e761579200ccdd0573413d6d915, 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\wp-cli.php', 1, 0x00000000000000000000000000000000, 0x12633f2ae2fc4bef624cb9a2364c6c58, 0x9071b6f0cd8a1ee11b8b5ae209042e8e0a8378dce7a2a58e9b9f337cd82fc577, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-tags.php', 1, 0x00000000000000000000000000000000, 0xfded6fe2e5c50339a33ae9c678124005, 0xde6afbeabde34d2dca91178926aec57980c60378e9349c4be7e36125f1451556, '', 0, '?'),
(0xbe8c253dc751c6f137925f6d0b99b4f8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-400-normal.d3f8e26d6c27de81.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-400-normal.d3f8e26d6c27de81.woff2', 1, 0x00000000000000000000000000000000, 0xd0ef1c16c2ff3e8387dcc45a03b84242, 0x54d953fbae4d07f2f08beefb4b7d438884e386609e4d65443891a583dc858a98, '', 0, '?'),
(0xbe8cc3fc83f1fefcec46a02ee7240f8d, 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/response-parser-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\response-parser-interface.php', 1, 0x00000000000000000000000000000000, 0x5fe6d7bf2a76c33a4d3eaf9dd8f10151, 0xf9e30bee8f81fd912b089686dc2cedc4fba7c5f33e458e0ce96627ea1cd242f5, '', 0, '?'),
(0xbe959155e059f9ad9b664c402a35220a, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/readability-score-groups-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\readability-score-groups-interface.php', 1, 0x00000000000000000000000000000000, 0x00c6728270e38c6bc9d9ab564fb0098f, 0x70d23e92b755871bc5fbaca23d32e80e3b8a5dde5b8866126f0acc1bb46bf174, '', 0, '?'),
(0xbe9662b92991c229f121562e3afdeb1b, 'wp-content/plugins/elementor-pro/modules/custom-code/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\module.php', 0, 0xfa1e7862a1b5b7650245d6c725cd1cfe, 0xfa1e7862a1b5b7650245d6c725cd1cfe, 0xa70080f142dac5b51b5850fd996b7533bea1f56a432e027a6393009b29693ebe, '', 0, '?'),
(0xbe979d7db4404d9417d8c49a60672264, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/external-schema-piece-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\external-schema-piece-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xb298650610493d453c907552bf1d79a9, 0xa9b060db307cf0a3c01fb009c87f1d4cd21cfafafd803b6e4d15c8099743468a, '', 0, '?'),
(0xbe9e150fea698ce6117c013b1e0e9ca6, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/showcase_carousel-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\showcase_carousel-template.svg', 1, 0x00000000000000000000000000000000, 0x66039929ef96472807509e57bd86d4d3, 0xe6d4a634b65af3a2b3816cb717cafa1c93447f43815a7f0b639c4b73ce58f826, '', 0, '?'),
(0xbe9f58eeec77121bd50f1cb1044592eb, 'wp-includes/blocks/more/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\block.json', 1, 0x00000000000000000000000000000000, 0x257fb54fa3290a86a055f3488000b8b5, 0xd2b6b443b9cd7dd5643b8441906d5eed5fada53f47e82e5ee90b7407a8266636, '', 0, '?'),
(0xbea566dca3afd0542c31659b37b13e02, 'wp-content/plugins/custom-facebook-feed/inc/Admin/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xbea8430d26adac7ecf02ebb95e6b5587, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\index.js', 0, 0x7144f8e4dfd2361eef4a8b84fa58dff4, 0x7144f8e4dfd2361eef4a8b84fa58dff4, 0x64d3676b8ae5545571048c4e29ab2a9801fbe6f2c9504042993df68cafb9ca55, '', 0, '?'),
(0xbeadd75e71dc5d54b00cbb85805dd832, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carret-down.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carret-down.svg', 1, 0x00000000000000000000000000000000, 0xc87483d59f6b22363037267ffa38de81, 0xaac3a3041bb208c51cfdb31b357c7a9420da9c3ccc8ebe64661d0efcb9528518, '', 0, '?'),
(0xbeb1f9a489e52b26dd54009eb8d2aac9, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ro_RO.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x640d6e55ff4b3eede4250b6204e4b8ba, 0x84b29c8f394bc40024df7c3ca5ea14a7b45209530a9fec5828301270a58e4653, '', 0, '?'),
(0xbeb3fbd2cb46580503d7c7dee9f2695e, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0xcafe2ae454916cd1cc07b40935008150, 0x587df1b5c8fcf6969f41cb147018812ab5d35bc56caac2a16cfaf6d7e5d968fc, '', 0, '?'),
(0xbeb6a194b7d02615e70de68c9b93a71f, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0x2e73736d1de7d3b3fb4714c432ea8c81, 0xeafabe4870c01cb641b1e8b597a51ab38870e2159562aeb6f9427a6c0603f483, '', 0, '?'),
(0xbeb89b536ec715c58cefba8fc1783297, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/schema-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\schema-resolver.php', 1, 0x00000000000000000000000000000000, 0x0c80d31037a5d0bc442a803080bd6e3c, 0xee9a0784847aafbd2f402cdc248690d9199ceaf0e8109cef88194c63215e7565, '', 0, '?'),
(0xbeb8aca864e580cd859bbe5e0dc32a85, 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-admin-menu-settings.css', 1, 0x00000000000000000000000000000000, 0x905deda8eba11c3290cbe3971b469f80, 0x1abc5005c8624c759fe012f681132d0ce2ae89bd10c50b5658ce392c5c274be1, '', 0, '?'),
(0xbebbea3e6c175cf54150b10f3290a5d1, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Customview_Control.php', 1, 0x00000000000000000000000000000000, 0xb3b58dbdd4f3c7cf34c674a87a2bc92a, 0x8324014a43c160e1f2b6c37efd915a90eb99910c5e78f0261b218707d1910c71, '', 0, '?'),
(0xbec034dd7b304a2a1d57d73f31342a46, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rightalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rightalign.svg', 1, 0x00000000000000000000000000000000, 0x9c993dee559f6c26db6f2cfab132b44e, 0xc1e59195a92a719602d8c769b90c7b6ca32b9d7e2b6aec95920c959c4d81a63d, '', 0, '?'),
(0xbec1d99681e475b0121906e3c44efaaf, 'wp-content/plugins/backup-backup/admin/images/stars.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stars.gif', 1, 0x00000000000000000000000000000000, 0x39a4cd75c56cc30ee90128b4f1b0f936, 0xa356de939e3ed2e43571bc70911e1c61c958121c027058aa0d1db1e774804bf9, '', 0, '?'),
(0xbec5880c621bad9a65c0b26dc16fc1de, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\font-awesome.css', 1, 0x00000000000000000000000000000000, 0x5cb63dd5bc51aa43de4c4b2603698fb2, 0xb0acdae7a87df8cdcbb97424adc829c3caa6bb9250f114fc31c08f7edc80fad9, '', 0, '?'),
(0xbed000f2cef4dd84e67030c8202602a7, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/Tabs/CustomizeTab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\Tabs\\CustomizeTab.php', 1, 0x00000000000000000000000000000000, 0x962eebdac5018609ddf2eafc501ce84a, 0x4b6e59284b77fdb57d32281a42b1af8e092499a474056d2ba4622e766af8ce81, '', 0, '?'),
(0xbed537a43c28954adeb05cf1e53b124e, 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-license.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-license.php', 0, 0xa7c7abe55aa2bde3b298856545c9370b, 0xa7c7abe55aa2bde3b298856545c9370b, 0x1521dacb87dda3f63078999904033ad693dc8615a23126400ad51215b827f5d5, '', 0, '?'),
(0xbedeb1955eef1b40935590f9110977d1, 'wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backup-ongoing.php', 1, 0x00000000000000000000000000000000, 0xbfdc52403297be0532bdcfb62eafd220, 0xc510da83fca91b900bd1f15ac0c4fc8278256a1b417477f885d0ae9ee19fbc5f, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAPI.php', 1, 0x00000000000000000000000000000000, 0xb1d6f40dfa79022894a0d7db249eb2b8, 0xa44d3ec14c993fabb2df051d0f61addc059de8807ab092acc230b7edd3a569da, '', 0, '?'),
(0xbee27bd9e7eeb12bd5fa0832f8b4212b, 'wp-content/themes/astra/inc/assets/js/custom-fields-priority.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\custom-fields-priority.js', 1, 0x00000000000000000000000000000000, 0x7cfeab1eea212a81ef0266f66ff21826, 0xb697ee71cfcc559353e07c31a8bf5b1a9cdacceb70f384141ea44fc31b1be5b8, '', 0, '?'),
(0xbee7ef99cbab5e39afc2a5f08486e1f6, 'wp-content/plugins/instagram-feed/assets/svgs/featuredPostPreview.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\featuredPostPreview.svg', 1, 0x00000000000000000000000000000000, 0x666e27f493e2057337805953b78c2e60, 0xbcba3ab9c65ac054e62b383046efbbf6385d0e04f228cb77720a91e38b5ca6dd, '', 0, '?'),
(0xbee8fd82da2ee5005b7596f7bfa29a1f, 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\ssp-logo.svg', 1, 0x00000000000000000000000000000000, 0x1ff7d0e2135c59ac6e68512a66c56119, 0xbf56a7fb6ac3f79479e190b07c1969a882620678eaf6ac753d78db1fcfe7d14f, '', 0, '?'),
(0xbef2cfd6cf777da7182c7fd2d29809a1, 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\algolia-logo.svg', 1, 0x00000000000000000000000000000000, 0x67bb559ebbe527ba24bebde30fc24a0d, 0x071be7045e2b1934a74670e714353ffcacd8f27b385740c0b3f0d97579d811f3, '', 0, '?'),
(0xbef7c3ed0fa4dd70919b804c389ad291, 'wp-includes/blocks/accordion-item.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item.php', 1, 0x00000000000000000000000000000000, 0x38b6e7a7c08bc5dd8a81cce9b74149b3, 0x32f1d1a2bd237b17a51b9cf33a8cef7e1dcc08eefd260d3eb69acb6fe5f949f0, '', 0, '?'),
(0xbf07468cb3e6bcec651dcf35a12bccf4, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0x1188cadb52978c4fb51779dacc574f4c, 0xb4844c40f8e5e7a522118bf956ff0f230a8ab2674728d9ca29b864a4b25cbf9f, '', 0, '?'),
(0xbf0ef854e727b4e3a98368c01b525c59, 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\editor.js', 1, 0x00000000000000000000000000000000, 0x85ae643eef807ece277478b15288894a, 0xe121e0eba8780339c1e292f2d90dd50253d4379512e94efe9ea4f20c5bbb9c8c, '', 0, '?'),
(0xbf16817dcd4aa8d48d261a71b65ac7dd, 'wp-content/plugins/elementor/modules/library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\module.php', 1, 0x00000000000000000000000000000000, 0x8fc9d2f975c06e20098680ae8380fac9, 0x15310d2f35a099feabce572b023cf7ad12ae1d5105702dd1db6d7ea39f01c336, '', 0, '?'),
(0xbf1d9c9b20e6b1ed9a36d4a2d9f22e39, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Builder_Customizer_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Builder_Customizer_Tab.php', 1, 0x00000000000000000000000000000000, 0xf806b3f983667f54c54a877e43916d56, 0x4786a08d2d28f9eb26fae3bf30bd78e7845a28abaa54e131fe6e31d3b80b4d8e, '', 0, '?'),
(0xbf209c467fcce83baf148c23c91ac0ab, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0x4cfcc1877df484607a2e7fb5f079e9d5, 0x91e37fe74b3051ff4651905975a9b0929733fd38ec95a74d28ad0a72dc375ab5, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9c98381adf8140200dc17cffc99b5b64, 0x8fb64fb2c8866d7ec0bc9a159167c6b75e391636cfe87d3e7cccad2fc55deada, '', 0, '?'),
(0xbf2bf88272ec91381619a72eaf9b4436, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xb65e82343afb991746852b84fed936c0, 0xb33eb516b27eb15dc88def731eb356ae4f5081f1ceacbc19dfc581a2e8666cf4, '', 0, '?'),
(0xbf3083ab3c0bf53b383b2603ff685057, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4858.f734e85be9c92222.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4858.f734e85be9c92222.js', 1, 0x00000000000000000000000000000000, 0x4382fc98cff05d4e2a9ae740a82c0c96, 0xd5e36b74e396f31e7ec4aef02e9244f928474a2f3e4abee04daf994ba43929a9, '', 0, '?'),
(0xbf382ee0989aff6319e5ab18badf2cd7, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.js', 1, 0x00000000000000000000000000000000, 0xe833ae7bce8c3f368474f82d4e3d590b, 0xad4cd4851163ac289c059bee703bd10de6ad36f240e6ad1ed6dc11a2e6a0d17a, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0x0d243eafe593819b2dcab19edac2fd3e, 0x482483f9d16da647f6248bafeb274c4793eb52070e2cc4efe6fbb32c813ddab1, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpemoji\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x08d10bad8793997a1ee07e2603296abc, 0xce36938a24c31fcb06fb899d8b7ffcfb9420963f674332c7855300372ae7988b, '', 0, '?'),
(0xbf466e54e0dd27b3d55767619c6f3302, 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\shake.min.css', 1, 0x00000000000000000000000000000000, 0xe03681e539bd11bbe783bb46d6382145, 0x86f9fa7bc1dfddad381f6c0d115d0a44cdc02140d43a9f1453a3ba3f7d99b1cf, '', 0, '?'),
(0xbf49c92d3ab20624195ba1a8fa3c4e80, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\contact-buttons-render-base.php', 1, 0x00000000000000000000000000000000, 0xb212b3bead4b6627872bf7183e2e27cf, 0xd1e4059d58c6dcefce5f358ff89dd84ec97e81c71bc7ab6af9588ec5a8fbdf34, '', 0, '?'),
(0xbf5155379a8f4c2cfbb223d8b16787cf, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0xbf5377658caf9e8eb39cedf7ee9c2d02, 'wp-content/plugins/elementor/assets/css/responsive-bar.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\responsive-bar.css', 1, 0x00000000000000000000000000000000, 0x388029fe8203926dd8c045e98e676de7, 0xe64749d5de17f8d867ecf776f7943979df3d0778a60e60fb99eae09951d8635e, '', 0, '?'),
(0xbf6116e0c0666c4b1892dac9a863ebd4, 'wp-content/plugins/wordpress-seo/css/dist/academy-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\academy-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xcb5cebee70074902550a6a57091fe448, 0x9658c43c947a7d7606ea32178467436ed4a91dec5a1f8976a084731fcc7fdb32, '', 0, '?'),
(0xbf621840d0b844ab79f97be957b33419, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0x9b6bb300d07eab31241760561256a8ed, 0xa7b991f66ba2d3099520a0c59c765d927c0d319ac030634d553506e95e5a39cb, '', 0, '?'),
(0xbf62978cf41ead45293a815f6a2f70e7, 'wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-meta-box-operations.php', 1, 0x00000000000000000000000000000000, 0x106aae8b0e9bb21d987b00e0d54746e7, 0x7842e65700c9ebb90e1a69053986c859db2a63a8f8d8d7fc8314823b90dc294f, '', 0, '?'),
(0xbf649d82da87fd2810874d66b5952604, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/tikTokFeed.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\tikTokFeed.css', 1, 0x00000000000000000000000000000000, 0x6723a0c163f2db282690d77607e26813, 0x147ba0490d0104f7653e8b45047b296d41d49cb2e49fee4d2479fdf6d2c7a9d4, '', 0, '?'),
(0xbf6c73eb12d00de96e55dd2a2042b654, 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\attachment-redirections-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x18ace78efc82d886441fc093ef15c455, 0x1b0cd00af20e3dc4fd42686604f17d02cc4e2b4d4a84488ee06959ed2909fa04, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\readme.txt', 1, 0x00000000000000000000000000000000, 0x01e8ff1d29a82a4906e8653c4feec5fe, 0xbe63e33e5371cb0bbdc7f91687eecad86d1bb2ee102c0d802497a73fe347fd23, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0xfc14180efd3213fa6c4e0ebfabe99356, 0x74acb129da09a4d0883734abf1af14ef4138c3c3736bd0ea65649f3b06616612, '', 0, '?'),
(0xbf7ee6306bb096f8fb85eeb15b58fb55, 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\ajax-pagination.505018eb312c83998279.bundle.min.js', 0, 0x65db77fce663dd83c21490444cceab02, 0x65db77fce663dd83c21490444cceab02, 0x7ced26ddfccba8c320a6d0e2df5d3239d0832b2289f4caeec9590deba7105ab0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbf7f26dd10d41eff86c14aaf9d1546c2, 'wp-content/plugins/elementor/core/utils/assets-config-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\assets-config-provider.php', 1, 0x00000000000000000000000000000000, 0x54bcd5c9f19b449de6d34f11f26fae20, 0x34aebcb47fdf5162526434603fac17100f5cc769218670f6a2c0c1309c2054b0, '', 0, '?'),
(0xbf9738f7984e575051834d6779610576, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-conflicts.js', 0, 0xcf96d957648ce42005159706fae40bf0, 0xcf96d957648ce42005159706fae40bf0, 0xb0838f4cc0f7713036521ce6f33c2294e52fd04c71c612ceab3dc244b4449574, '', 0, '?'),
(0xbf98b873a2a2f417dc19e7efe8c57620, 'wp-includes/blocks/social-links/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\block.json', 1, 0x00000000000000000000000000000000, 0x0e3c8cf2d294467ee5ae18b1ea2c9341, 0x5b690ba09b5793e07f6ec3023ca989cb53210819cf88194f494445d24ad4b38f, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xd4dd7d55f5a70eaa335f9bf4d44e49b8, 0x028fcd0e3699d2d9573e3755fa8e8c2ee9f0febb880cc9dddd7e5828d2c310d3, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0xbfaa374657e0d16d217797b516535a3d, 'wp-includes/blocks/video/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0xbfadd8b1420827ab6caa3c1c9127f553, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0x6fc4939c464d844771c11b398f8e43c4, 0x86b98ad8fbe551b508ade84fe1e1d9ee78708916e836887cb5ada2e640935f78, '', 0, '?'),
(0xbfb18189e6028a372da78081c12b1c5b, 'wp-content/plugins/elementor/modules/atomic-widgets/utils/image/image-sizes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\image\\image-sizes.php', 1, 0x00000000000000000000000000000000, 0xd7e11fb4117a8476c2ac3a4061c3d7a4, 0x0d09e60b2424362f61fac5eda11be5f62fd21c588fd4b5fabdc5e5f62131f43d, '', 0, '?'),
(0xbfb2e49d37cc883e01438d9768460de9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4987.974706a2663dd17d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4987.974706a2663dd17d.js', 1, 0x00000000000000000000000000000000, 0x75fbfbbcd3b90981c8a0f40f264ab680, 0xe254d4a2618dab0b15e6e49d111128eea24436e9fffbf13f1d5a702233dcdba8, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0x1b3ff2a54482bcc1114f8f5cca7e0d78, 0xe1ff64c4db17bd3834be3276240e55d3a3a38bcb45e36019047945d982852be2, '', 0, '?'),
(0xbfb726a862973efb0251438732e0af2d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-short-description.php', 0, 0x1fb7c9784b601aa7c52bc9673863d415, 0x1fb7c9784b601aa7c52bc9673863d415, 0x0b2dfaf8e572ac41f50825ad1af85d30e0740078f66728f63b27cf2ad86aa7d2, '', 0, '?'),
(0xbfb9efcdbfe4d201ae250f104e23d7c8, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-configuration-dismissal-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\site-kit-configuration-dismissal-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf2d17e4fc7e010efd0bb6d8bf5f5967f, 0x95e77ad62b0eaa760b4e909113c8d1ea7dbc316d2dad28aec35e4354250c6082, '', 0, '?'),
(0xbfc286ed170c8abd0e85dd8a17e92c0c, 'wp-content/plugins/elementor/core/admin/notices/base-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\notices\\base-notice.php', 1, 0x00000000000000000000000000000000, 0x4c6093f734cfae2d643f37c7f5fe7fc3, 0xc32152711d0485840d09d504d4f5343e06c3bfab54f30dde2221446958e8e729, '', 0, '?'),
(0xbfc32b63cc22fed758123cf00f62f4d5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5923.fb8e5cb6ac85b389.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5923.fb8e5cb6ac85b389.js', 1, 0x00000000000000000000000000000000, 0xfa249849f6d2613e4a013ae2eaa1a53f, 0x049d1f463c5076188cd4a2647e7db7d8096bea6c1d920d46beb01c3cd839d387, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-smtp.php', 1, 0x00000000000000000000000000000000, 0x2ee6969a618871d8dd93cfa09da9be8e, 0x124229484a02a2acaba5da90f252a87073d020ddf898bfa91d092b2738166b5f, '', 0, '?'),
(0xbfe0da846b90bfe1e8afdbc669edac5e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-url.php', 0, 0x0d6588ef418858d7a2ae61a0a6284be1, 0x0d6588ef418858d7a2ae61a0a6284be1, 0x4b36a74119165462258019357787d7230277e595bcfa2293cbfe406fa78bbfb8, '', 0, '?'),
(0xbfe3b64fed96afe2277c323f4b36e302, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0x27790ffdcbd952fc9c2061ef0d218c96, 0x2860c99f90451200fd757628183cf4b6b267457ac263f08d5e108a5018ce78bd, '', 0, '?'),
(0xbfe52813a2afcc609a5aebbead1c7e9a, 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-all.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-all.php', 0, 0xd6b9028f3d33b3d8dd07ad41624a527c, 0xd6b9028f3d33b3d8dd07ad41624a527c, 0x7979b88bfd5b43e99404add463e9f0478cdcd4ba2a9b002fbb9e8a48c2404494, '', 0, '?'),
(0xbfe8fcb4e57d0e48700f2b93d255da82, 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-single-portfolio.php', 1, 0x00000000000000000000000000000000, 0xe6b9f272db67de6ae3abfcdcf108b7fd, 0x7d324542e9477299100e2b2d7984359919b16ab6e2a3e605367e2b82d69a28b9, '', 0, '?'),
(0xbfebf57d192e9e0cd073893890274c43, 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\minified\\metabox-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbd6dc0df3ed90929483c2123a4ff2d65, 0x80e63237c195e406e867f71c0223444e576fa69d837540786441971b97d3ebc4, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0xbfef218f3b54923c081e6a5726c08bf2, 'wp-content/uploads/2026/01/facial_3792293.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\facial_3792293.svg', 0, 0xfc6303515f0082360f6b944a32bdd4a9, 0xfc6303515f0082360f6b944a32bdd4a9, 0x0578100f6798849b231927f9d8e93d4f697e50760d2ef082355577786df85bff, '', 0, '?'),
(0xbff3346d8839654e1494b2f7fbf6be07, 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x676ef5f5c3f8df78ac80363b26dc57a4, 0xe61cb0f03ada3f7c0770cb814c2649e5d1cb9fae6c58a5d1529599adc2a8ec0b, '', 0, '?'),
(0xbff50596589db6413d8a76bd89fe47e6, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-styles-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-styles-manager.php', 1, 0x00000000000000000000000000000000, 0x27d977d8a1789a4bc628a4756fc8a505, 0xc553cb637c4e9af8ba9d383275b85fcd2bb29723ef0e0329bdf7b97c873632c0, '', 0, '?'),
(0xbff682de008e6729f6a416f0e004dbb8, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\reviews.png', 1, 0x00000000000000000000000000000000, 0x3c33237549e99fc310addf749ffbca83, 0xf8a3d409450f5ef5d3f2554686c2aeeb72730f8efdefab062f356e941bdc5fd5, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0xd12e77e2096f31ed4bceaabea215b62f, 0xab239822ba0e860fa45d709f929745a8653b8149c7d65de4cd87f439fec5f0da, '', 0, '?'),
(0xc00cbe782d4d8098dc2df64ea7f79172, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\OFL.txt', 1, 0x00000000000000000000000000000000, 0x9309839bb3892d6e429009cb8c29fb75, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0xc00dca9492cf4ef97b7bf999f8fbd7d8, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\html-footer.php', 1, 0x00000000000000000000000000000000, 0xaa53987b2555522c1075b0664f07da57, 0xfa32fda5a4631e10014f6aa865aceaebaa1d84fe2b3422bb213f0a051e397fad, '', 0, '?'),
(0xc00f768b5dfabeb0bd46f4487611899c, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/install-plugin-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 1, 0x00000000000000000000000000000000, 0x9242dcb481c4d753d011c5e59c20b5a8, 0x2ca5963446498268cb144397183ba9d9b55e4765fecc17fd511f5f3b05b42714, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\PHP52\\SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x6892cf1fc67b0709db7c69730d242363, 0xb5936e19982046c064edadfbc7e0d66952a34f7bc493f666c6ccf9fb02eb6ce1, '', 0, '?'),
(0xc018b2e6cece6686e014f69384a95b28, 'wp-content/uploads/2025/01/botox_17622604.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\botox_17622604.svg', 0, 0x3f84bc4f9f15e43a52df82ef8982a779, 0x3f84bc4f9f15e43a52df82ef8982a779, 0xd65f4c280a7899699aaa912c6b3fffa76512d9cfd33cf721785a222766c1cbe4, '', 0, '?'),
(0xc029ff7d7c01dc0fa72e6ae3078b4fd2, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/filtered-map-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\filtered-map-loader.php', 1, 0x00000000000000000000000000000000, 0xed8b0a4239fc1cbba5c806f8ef91d4b5, 0x4ee12e54fe1b1bb39f0f57ebd37d12ce0a8fc5b8fd5dec08244ca18b50ba55b3, '', 0, '?'),
(0xc02d7b3a3bac4bbd2d89754421cee685, 'wp-content/plugins/elementor/modules/global-classes/global-classes-rest-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-rest-api.php', 1, 0x00000000000000000000000000000000, 0xe53983fbc2b5735bf0564ef2de4c4e5e, 0xc80802b50f5389a8ee8851cedf8660b7b39201631196a18a7922276752e5a890, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-video-widget.js', 1, 0x00000000000000000000000000000000, 0xccda3ae7dca5f3ce647c51f953f36eda, 0x85ca523b54849b7768a904e66d5ecaffb2e9f2e0bde49cbafcd94b05f14cc041, '', 0, '?'),
(0xc035996778229c0933a2a04c2962a07e, 'wp-content/uploads/2025/02/location_1483285.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\location_1483285.svg', 0, 0x1c3eb533e8389ecbc706e46891c8522a, 0x1c3eb533e8389ecbc706e46891c8522a, 0x84033be130d2cb74a1418fe6ac40ccb9c1ecd27cff734958c66e8824f3e2287f, '', 0, '?'),
(0xc037fdd238a2710771c5b746bda3fc9f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo-white.svg', 1, 0x00000000000000000000000000000000, 0xf7ef2cbfb1f6e9040c06316d36e53c65, 0x69997426257a57fa958bd9198da84ce9c6859fad5cc5b0db6687146f048b7b08, '', 0, '?'),
(0xc03abb7ab9ddb3fe65a7aa1d4cd3d1a4, 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\css\\editor-style.css', 1, 0x00000000000000000000000000000000, 0x313e5f71753f03ea8ff853a3702a3519, 0x74582dca9f226020bcb730c5b30901011b8f9d89bba99b85118e549dde352651, '', 0, '?'),
(0xc03dfe422c6bafd8c05c77a60162a709, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0x752ea1df93f636ad1eb83ac61be87e38, 0x3454006324a6fc969f84aaf12c60fd90d7ed1647639d946d698e9e98b5e1c2fa, '', 0, '?'),
(0xc03eb353ba1d36db490f6600392e36a9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/497.558e16255d06d3cc.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\497.558e16255d06d3cc.js', 1, 0x00000000000000000000000000000000, 0xb3906eeb18ce3d14e499f1a01f72e918, 0x656cc35344a25ffa8aceb54cd85835f5ef9686acf60e9c4a68964b2d0d46ef4e, '', 0, '?'),
(0xc0451f99d887a0790ad81f668e543b4e, 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js', 0, 0xace70e51e06cd31cee1f381f176d4fe0, 0xace70e51e06cd31cee1f381f176d4fe0, 0x625b7b93889727f29d5d45b312270a2f826b934dfc7df9b7a5e062e570fcb29f, '', 0, '?'),
(0xc0459206fb9a2d2da3de229d4f3a4a2b, 'wp-content/plugins/feeds-for-youtube/img/placeholder-narrow.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\placeholder-narrow.png', 1, 0x00000000000000000000000000000000, 0x4f1fee4d44393254a4e021cd49ffa54d, 0x3286d25928166a4886492ed89004d484ca7f6ae2e7790142292e66bf7a61da61, '', 0, '?'),
(0xc04703849ab57226b040d7357937060c, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/Request.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\Request.php', 1, 0x00000000000000000000000000000000, 0x1a5ab1c12fb2e6ba6a6f49640f524271, 0xdc7b5a64694220395b876ed67080982e3f29f91f479d23448361ea1611f5467b, '', 0, '?'),
(0xc04ce739aa9c67f60271ca4fb0839393, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/About_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\About_Builder.php', 1, 0x00000000000000000000000000000000, 0xebcdf346cb25fd0ed9a29e38e2e54afb, 0x9c998875234c0360e5967455f555d38f6891e4800ebd26657ec1297e8ccabe5c, '', 0, '?'),
(0xc04db92f3ce650f4df8de7662e16a4f0, 'wp-includes/js/jquery/ui/effect-bounce.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-bounce.js', 1, 0x00000000000000000000000000000000, 0x800cd17ff58e62df0fa9be9f7b6f237b, 0x7682cb54e5c4326e3e605f3b3586b610b9ce3e0003e525059f5e9a08ece7f30f, '', 0, '?'),
(0xc054b0cf97123a33bc51d6a4cfb72b54, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/revert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\revert.php', 1, 0x00000000000000000000000000000000, 0x89252e14b26f28247750567ca00e6319, 0x411c2b6bc9d3d963ad7a613bf64467f58df27301a1884ecba4f1623e02426d6e, '', 0, '?'),
(0xc05654ae99326503e377ce67df8b7538, 'wp-includes/js/jquery/ui/button.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\button.js', 1, 0x00000000000000000000000000000000, 0x28d6319c3a6188d3f13f716aa78a4008, 0xf8546d85ef2209596a15b7db12c5e1ff259e05dd9a4de7f9162752613e38f2e7, '', 0, '?'),
(0xc05d67bbdf9cb882f03dc34a54779434, 'wp-includes/blocks/post-time-to-read/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb21c096f6175071283f06b843422c4f3, 0x20151eee8731829b21007824c6078261d3914ea9fe04a2a4834a47dd9675d3c3, '', 0, '?'),
(0xc06057c68d222b272a7c71812d138a94, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/OddTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\OddTest.php', 1, 0x00000000000000000000000000000000, 0x370786a4cbf779fffae446291fe61e50, 0xd3ceaecbde8ca731a30bb4f9839a5a60ad9cc1d6a0846ae1d1d9e3b6db98059b, '', 0, '?'),
(0xc0641f3a869f15adbd969976f672d24c, 'wp-content/plugins/custom-facebook-feed/inc/CFF_GDPR_Integrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_GDPR_Integrations.php', 1, 0x00000000000000000000000000000000, 0xbf8b5d9d3bf12f056caf26fe6436ab30, 0x96beb2e4ddd0a191e06cf2f1d11a5e4647305a3158bfeee67361499849d022f9, '', 0, '?'),
(0xc0717bd5c2ad6d55d466e4aa452ffb7b, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x777909bcd282942432793cb831a3e879, 0xce7036b6e356ee2eeca1ca1ced7dd559d632a2d64e30ea2bd53554d7b5b1a943, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style.css', 1, 0x00000000000000000000000000000000, 0x19961422569132b12c1bfb8bd9df014e, 0xb98b0bffa683e25a7759f9c6b79037021880c1fef41b3cce53ffe4309addcef4, '', 0, '?'),
(0xc07c57fa3ec20a78caa7d87954017bcc, 'wp-content/plugins/elementor/core/settings/base/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\manager.php', 1, 0x00000000000000000000000000000000, 0xdce6d777d88502997bb41897a441a907, 0x430f7a0725cb9a357a32d92ed9fa428c9cc08f0c1686279f99d7c0e2bec2a7fc, '', 0, '?'),
(0xc08125bd84b46f752c1fd80496dad252, 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.strings.js', 1, 0x00000000000000000000000000000000, 0xb7047e8a0276b2d83b92facebc29a665, 0x82c820ef5bdf804bd1027c9726a26f8f7f140ccdcb16f5644122934a31349da0, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x5655f636a4fd06111544c2f5c15d43d0, 0x57e65f110854de3ee6295270ff3e6ec87d506dd47ae498000ca3a23a73b163f7, '', 0, '?'),
(0xc0883c54224434ed4452e237b0311600, 'wp-content/themes/astra/assets/css/minified/style-flex.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-flex.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xb960db0e259b1e4e8de6d07a05b1c4b2, 0x036160bc86d55a4ed77340ce8ae4bd486500e24b8867748ff68682a354665eac, '', 0, '?'),
(0xc08c1853aef5ac1be36b5a08b82bef38, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\filter-explanation-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style.css', 1, 0x00000000000000000000000000000000, 0x8240543bdb205c46aabdff5959302e64, 0x851a7f62f3d02f374a947430c8a0b1897cda3417ab3bda4336dccc8ec7eaf6b2, '', 0, '?'),
(0xc08dd8085405f31cacf065e2727ae4a5, 'wp-content/plugins/powerpack-elements/assets/js/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\editor.js', 0, 0x3bc7ae879089279115396b471dad27b7, 0x3bc7ae879089279115396b471dad27b7, 0xf18d7e7be644f1a8164b41c80edae6e7543f1b041d8a829c28d71e00952d6967, '', 0, '?'),
(0xc08e401374ad2dab953b0b92ef31414f, 'wp-content/plugins/instagram-feed/assets/svgs/videosIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\videosIcon.svg', 1, 0x00000000000000000000000000000000, 0x2c05ff0b161c4fcfca3869bbcbf41c08, 0xd0e5719d199251440d4fc057efc90f08d9554a4174510ce81a70b37003520893, '', 0, '?'),
(0xc08ecea4653b79cd5bf01cbe1939eb39, 'wp-includes/js/jquery/ui/checkboxradio.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\checkboxradio.js', 1, 0x00000000000000000000000000000000, 0x20976bc40482ee4e67278b60f60c73a6, 0x967bf6303f0bbff4eff5b8163bcbb46420abd4ac256ff36f8857bf692937a5cc, '', 0, '?'),
(0xc09c58ef22c998929d9c633532653866, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\helpscout-beacon.php', 1, 0x00000000000000000000000000000000, 0x8735478aee4b8412e2675884feef6547, 0x8797ad4cb4aa6729e7fb5ef3b14f40def942232dbc4881f7445d2e649e44cdc1, '', 0, '?'),
(0xc0af7a53cd3af670ca158a54dbbd265a, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x0c550fee7b402b529a581fe2d8003619, 0xf1d3e98c5251fd75d595fa1481c7c04e1c64788edee7ba2b777c9ac5adecfeac, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0xc0be45eb14793c8968809f5feff5eac3, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-info.php', 0, 0x5a5506b4e902b17d6da981be4e59755f, 0x5a5506b4e902b17d6da981be4e59755f, 0x702ab3f4886af7a3aceb5891017a46dbd39e541f4ff48057716528cd957600e9, '', 0, '?'),
(0xc0c15fbc0f90a8a8708a1b18909c3aa1, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0xc0c554197ba11fdf32981a1a97384546, 'wp-content/plugins/elementor/includes/controls/hover-animation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\hover-animation.php', 1, 0x00000000000000000000000000000000, 0x6644559e136dfd14706005656c0efe9c, 0x2216db415c53be129482ea8cc78a35e9588276d9c40a51c6fabdfadeed0b3ee6, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xc0ca6cb2ae2f78587a3c854d40658c86, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc0d9ba7c2fed67637d18989e4e1e4b09, 'wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x6df0d02464e01453fc539d4e02e61244, 0x01f52c09a059d6ad21a1170aad291c01d6111d82d7aa927c15a01986f5ca1f19, '', 0, '?'),
(0xc0dc92100d0d3177351e87bd16377886, 'wp-content/plugins/elementor/includes/widgets/text-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\text-editor.php', 1, 0x00000000000000000000000000000000, 0xd9d71bbdd13206366ba5776155e663a2, 0xa08ce770ea3466e35976c57539ca9387bad612206078391678fa7dcf730e2ae4, '', 0, '?'),
(0xc0dd77195c2c7b756d02954636942fee, 'wp-content/plugins/elementor/assets/css/modules/editor-one/top-bar.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\top-bar.min.css', 1, 0x00000000000000000000000000000000, 0x520825448eeaed1cc166e798690828dd, 0xb718b86b72e04fe796c705e0e8f6f20aa11a89aa694632283ae043fd3e48d177, '', 0, '?'),
(0xc0dea291d1e41160a3a0f5a3bbc5548e, 'wp-content/plugins/elementor/modules/global-classes/global-classes-cleanup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-cleanup.php', 1, 0x00000000000000000000000000000000, 0xe9705641a26ddfa40ba0bf45bb0bca42, 0xb75d3a32de199d5ca072414735fb6b481efa16920931873081a16db8522d9447, '', 0, '?'),
(0xc0e1cb6b23723846087d2fdda0026f58, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-charts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-charts.min.js', 0, 0x8fadc944fad06afd04fdb71f8107dc62, 0x8fadc944fad06afd04fdb71f8107dc62, 0x074c3a55202b40ee874777c73ebe8756a796e161e300f05cbef1937e702a626a, '', 0, '?'),
(0xc0e1fc57b7ff9c29cffaf2afaeb7333b, 'wp-content/plugins/wordfence/views/scanner/text/issue-database.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-database.php', 1, 0x00000000000000000000000000000000, 0x753f25f0880bfc96e515861d13d1c546, 0x02bec4c64a08213442b1e63ca96a17d2693935cdbfada1884ec932a4d56e6563, '', 0, '?'),
(0xc0e23504d2a4e603875ae2b6eda7ccc9, 'wp-content/plugins/elementor/includes/settings/controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\controls.php', 1, 0x00000000000000000000000000000000, 0x9418a132330024d3552b81c94e5355a5, 0xd6af24bd00c897c967cedd434ef7e346c94595aadd1af13f7c4779bc7b652649, '', 0, '?'),
(0xc0efc8a90b72a8af518bd47c0d5735a2, 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-1.php', 1, 0x00000000000000000000000000000000, 0xc1907c962303fead5f544931ee2c266c, 0x1320bc7b5e8945ff1332cebdf6e04cf191e8eea79d934aeed89ec3d62e64a039, '', 0, '?'),
(0xc0f8736f74f4cd8887500d7d0be072be, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app-initiator.min.js', 0, 0x05e9c66839f4452b68e957d06980c7b5, 0x05e9c66839f4452b68e957d06980c7b5, 0x9cd427e44bd5a71312d2917a52826ff646965bc34a329055ff53458734073e38, '', 0, '?'),
(0xc0fbfe0ac39ef28721317bc2098a9b20, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\import-runner.php', 1, 0x00000000000000000000000000000000, 0x0ccd26fb5b11ecd22c17e01eca43f15d, 0x9ccdf84865eea9f8959b65476223d9211719c47306b76946769791fe2e91bc88, '', 0, '?'),
(0xc10104c9350facb329e85a8a1464651e, 'wp-content/plugins/powerpack-elements/modules/query-control/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\module.php', 0, 0x8d7aec8ff65283d38db9832b3490c74c, 0x8d7aec8ff65283d38db9832b3490c74c, 0x60d6dd229d87777872545e5c0e8bafcfe1cf0e7ac37bec3c4cc8c74a4da66e2d, '', 0, '?'),
(0xc1031304a93c7ab4c76f3d06f0a57266, 'wp-includes/class-wp-duotone.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-duotone.php', 1, 0x00000000000000000000000000000000, 0x3a36b53aae0d02ae5b36d5ca97c81e31, 0x9ff51e855fa2aa19a527c832bb18c0dbbe1f6eb035a4ec28915e416692af4936, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x3d4f2a58535d9a86145f5fea1dffb75d, 0x7c4fdc69c5f6dbfbeb88d0b577cdfb4436c450013e79ce77da1bcc8a73e6c428, '', 0, '?'),
(0xc1119e2ea2b7eb69f1be01ecc754b1cf, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ArrayExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ArrayExpression.php', 1, 0x00000000000000000000000000000000, 0x1a1b6576c3077913659397c6e6cba380, 0xcbac577c34e7392e6ab5b00f5bb5259c78b22ac7c6c58427c9abdce70cd86436, '', 0, '?'),
(0xc1174013f38384f78a9cebb5b04f6ea3, 'wp-includes/blocks/html/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7a311e2cc4d4387999c57dc3911e48c6, 0x877adf01b78b393d933235473194a1343fd55aee9eebbbc7122de80c4e1e4192, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\form\\select.php', 1, 0x00000000000000000000000000000000, 0x55824edf40f285f296767fd5204d2997, 0xe16c9ba962298a8d0b1017a7f8cbde25548e59742b5c9503147245c64dbc506c, '', 0, '?'),
(0xc12b426ad3ba4f38f279d668feaba53a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x14381e7ac5011941619c0333c523fc79, 0x9b98ae11b4fd57c0b271d77404f556f69d01edc29504eef2c4c93921ddfbf02e, '', 0, '?'),
(0xc12ee90495bd02104331fa8c17e57915, 'wp-content/plugins/elementor-pro/assets/js/search-form.9abeafeecde90cf7e0f4.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search-form.9abeafeecde90cf7e0f4.bundle.min.js', 0, 0xad2df502733e0147e8edaf6c9b82dc63, 0xad2df502733e0147e8edaf6c9b82dc63, 0x402e3f208ffbfda5cc4fbb779d2bbba6550452f8d7e0a32991477f8d8aa8e97a, '', 0, '?'),
(0xc13039f03594a424732c178851a72414, 'wp-content/plugins/backup-backup/includes/config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\config.php', 1, 0x00000000000000000000000000000000, 0x3b2e0077d1e35548015e75c476af54ef, 0x2289ffad2946240a8c70b35ed853ec131afdffc88eda87c78f781919e4719f72, '', 0, '?'),
(0xc13049a76283dd2107df35a9fe1a148b, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/date_i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\date_i18n.js', 1, 0x00000000000000000000000000000000, 0x9bb835c84f72472f8e396b5d52cf257c, 0x972a1d91f4cb76a16d72a6a219b38055f264c1f310af8893b34a80ae0c2549c9, '', 0, '?'),
(0xc130b9133cb68f30df0ab7177109f29d, 'wp-content/plugins/wordpress-seo/js/dist/api-client.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\api-client.js', 1, 0x00000000000000000000000000000000, 0x81999443d34ff669becee4bcfd4e30da, 0x7cfb034079367d059098b7e1b5e60084860493faac393064128f82f51dae5c43, '', 0, '?'),
(0xc130d05bad895beab661c9edeb49bc6f, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/internal-server-error-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\internal-server-error-exception.php', 1, 0x00000000000000000000000000000000, 0xea4f4d24615cf4b5ea9356a93c6b0dd1, 0x98e6620a51e37abe672fdfd35c7fce177f18b65fe0f83b559f49897562b862ac, '', 0, '?'),
(0xc130d70eafc7164698daf5a0840b4fd2, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-post.php', 0, 0x885330ef87773aadb336fc0e7b393172, 0x885330ef87773aadb336fc0e7b393172, 0x70bde82d4e214ee6cb7047c2a0c4c5c6631ff9bd40f4edbee92a87d973928860, '', 0, '?'),
(0xc13263e0a87510cbc29d2189959b10a6, 'wp-content/themes/go/dist/images/checkbox.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\checkbox.svg', 1, 0x00000000000000000000000000000000, 0xaf8305e035ddf7935614f6f2113aec5e, 0xd05111dd8f9d06de869a60a7fb4681017fbad9db1343b4c294799622cd2c351e, '', 0, '?'),
(0xc1423e63b750ccfdf1e57962554ff904, 'wp-content/plugins/powerpack-elements/classes/class-pp-admin-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-admin-settings.php', 0, 0xbcba55aed1124017e50f792a4a70f3e2, 0xbcba55aed1124017e50f792a4a70f3e2, 0x24d2b8da1ad0af7c5dfdcb48c69568874aa60bfa5dfbd57df94a96fd1fb54d5b, '', 0, '?'),
(0xc1527ac6c82f5fce38be402793211788, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce-permalinks.php', 1, 0x00000000000000000000000000000000, 0x54e3b66cbbf5e9d73ce3985225c42a49, 0x3242527a1e6d392c6f8ae70e919177a0ceabc87d69ea3ee418518e2bbf210a5c, '', 0, '?'),
(0xc156586721784f49f9c3e61fef7be141, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0xc907f52506a5983c4499c0391685a0e1, 0xe2ed8a25ebd559f548e491baa2748e9c4f952bb90ed968e01ea05c0ba61dbe30, '', 0, '?'),
(0xc156aba742cb12823c361e9f72399f1d, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\class-astra-customizer-register-woo-section.php', 1, 0x00000000000000000000000000000000, 0x4898b9fc332b6410006689c3767fe30d, 0xcbee9eaa4dba128246ac66dc7313f4cccb9ff0ca197f6d5031bf97e64dc46190, '', 0, '?'),
(0xc1571120806da3931dd6899067a31c7f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.js', 1, 0x00000000000000000000000000000000, 0x6b2b1b81adcb173d0530bdd40814bc14, 0x6adfd1c3f6f293b0bd779db88d33ec764528eeb8d4467346497d1a2fe4be9501, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0xb87fb50acc6358095fa23a31496be419, 0xa1bdcd2adc7d2317b36c924c7e07288c71cdfa9635069febde07b3fc0f04d5dc, '', 0, '?'),
(0xc173233d987cf42cc6da4a7077e28bc1, 'wp-content/plugins/reviews-feed/class/Common/Utils/EmailVerification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\EmailVerification.php', 1, 0x00000000000000000000000000000000, 0x3b324fbb1179d52314bf62483f74c0c9, 0x90ec73823a7efd1411fa0d26c16b1bf5c806a95bcdbc8b68dc3392efe9043039, '', 0, '?'),
(0xc17a5a05d0b76d666e052d2887d67b57, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-1-render.php', 0, 0x6bcf50b3013816d8d2d7e0e5dffd14f0, 0x6bcf50b3013816d8d2d7e0e5dffd14f0, 0x2979a4ba8d44209d855414cab002e8af1c41488dda479998dd941c3bf80aef1a, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x402ea0279a772b11e06f9a3ea5a32184, 0xf8dae3b5f7368d2083b202f35740dfb4de8efaf41ec07dd835e49187c6433094, '', 0, '?'),
(0xc17c7de56d78be671826113b65538737, 'wp-content/plugins/wordfence/views/unsupported-wp/admin-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\unsupported-wp\\admin-message.php', 1, 0x00000000000000000000000000000000, 0x827588c80b381c946cd711ed3ad44bd4, 0x9679bf1bd4da6ef724e8a88ccfcd623f2b057b25fe096e88e61840b1bd748080, '', 0, '?'),
(0xc1864f20a795a0c0fb6d7bf3e9b3e87b, 'wp-content/plugins/instagram-feed/assets/svgs/article.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\article.svg', 1, 0x00000000000000000000000000000000, 0x7faab77f696126ef6b3fde4be0b5bd3e, 0x19ecc68e736373a5db33f24ca494d1687d17f4e2f516513b9c0ecab8233830be, '', 0, '?'),
(0xc188e4b4cbf76a0b857b0b3db5b3dff5, 'wp-includes/SimplePie/src/Credit.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Credit.php', 1, 0x00000000000000000000000000000000, 0x190c3ece668b899700d70a92421aa307, 0xf49a6ab7dc1bf3a65e11e528b310f92c2365cb759d595237439143f338d3af4f, '', 0, '?'),
(0xc18a01516c46a630f492b8ae7dd45cc4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x374fcbfd96c609cf91ce2b5a62724b5b, 0x9f46f84abf9387344f4044ccbe31bb6de19b5140eb15b285696690ce5687b03f, '', 0, '?'),
(0xc18abf6ee3dcc99538c2140ab1c52cea, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/search-bot.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\search-bot.php', 0, 0x8bbf59ceea65d2daed93ea9ebac2897f, 0x8bbf59ceea65d2daed93ea9ebac2897f, 0x66a686e4f1fa49b62b92757e02814e58dd05882f19a65239714fc16dbb62f63c, '', 0, '?'),
(0xc18eaba2f65fdef7feb80ca443363ad1, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\constants.php', 1, 0x00000000000000000000000000000000, 0x8949cb9f5a54cadc63d22a75aefd191a, 0x337e6f02193b872eef6f0c8b2d3f90f68fd8c4a1eea96f57e61f77171915400e, '', 0, '?'),
(0xc199368b1b96fb9c467e272e1c35f6e6, 'wp-content/themes/go/dist/images/shopping-bag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\shopping-bag.svg', 1, 0x00000000000000000000000000000000, 0x1b4438967dc75870c4bbf1f167121537, 0x500e21a8fb34c5e42f728e9b6fa9771da3dd3e1b6fa57d3a1d95f353371adaae, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf47fb69875c5aa0ecde9d6987ab32442, 0x14f9553c7a561f7f7c0854098577fbf8fd55197a6e339968cb7687410e537b13, '', 0, '?'),
(0xc1a0feac0a1d20f09de6e6fc84ce287a, 'wp-includes/PHPMailer/Exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\Exception.php', 1, 0x00000000000000000000000000000000, 0x31a957f1d74aaad734db3a781fe3de05, 0x09534da9c65aa65d79f40c5b5d34c1993870765318b27ca71d2ffe7b2e6219b2, '', 0, '?'),
(0xc1a1b73174d45c1d44daed79878f5678, 'wp-content/plugins/elementor/assets/js/editor-interactions.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc1a3f89eecfe437822b400a0a04cbb2c, 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-page-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\top-page-repository.php', 1, 0x00000000000000000000000000000000, 0x993f50a07af204b869c0aa3c67023905, 0x0309e239b8913875ec9cf687eca5ea177ccf765640f19fb73cfe3aa9449d0135, '', 0, '?'),
(0xc1a610e1937133ec2b30fb0c3c808a49, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.svg', 1, 0x00000000000000000000000000000000, 0x376c1f97f6553dea1ca9b3f9081889bd, 0xe7db15b8961e50af9981fc05a5897a11be62a1ba62f2ef475b8e5ad87bb69721, '', 0, '?'),
(0xc1a9635580142af5c574eb7ec1ede4d8, 'wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x9028d1e67e0c42f8d2914964888cd8a4, 0x165b73709deb56696bb0a21989b3bb0249bb1b39efb7855775fbfc450061e5de, '', 0, '?'),
(0xc1b3419a6321eec75a5d7e2fdfa2f43b, 'wp-content/plugins/instagram-feed/assets/svgs/uploadFile.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\uploadFile.svg', 1, 0x00000000000000000000000000000000, 0xd0eb8559bdb65c35f14a45902f1c8396, 0x901d1ece4d2501d0122b700400a00a21f779b4a7638d79e22a0db3eb23344992, '', 0, '?'),
(0xc1b432f114d869fde3e3edf42af64594, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1285.d416dac872714ebf.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1285.d416dac872714ebf.js', 1, 0x00000000000000000000000000000000, 0x1a4eddbc27883f5485251b225c141f11, 0xe250688348679ee4d88e1eaf5234ffe606ba70e8aade2e998e442700e3290f22, '', 0, '?'),
(0xc1b848a57b1083ee13184c1a816c3c6d, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownRight.css', 1, 0x00000000000000000000000000000000, 0x7169baf44f4dec6c4050c0e4752122b8, 0x208cb2d59ed320b3b0668a9299a7d6a0e2c353430c2bcf3eeae4c9fd817d1dfb, '', 0, '?'),
(0xc1b8c0bf1a901728a2c06bd109430006, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-magic-wand.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-magic-wand.min.js', 0, 0x45f1c144517e3f0518dd2abdbc6ed493, 0x45f1c144517e3f0518dd2abdbc6ed493, 0xebe89c26e2d19d7a96e4f5fa69727bb149265713f8e1ef681009671b663a4a17, '', 0, '?'),
(0xc1bd7589b27bc25d502225d8d481385b, 'wp-content/plugins/elementor/includes/settings/validations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\validations.php', 1, 0x00000000000000000000000000000000, 0x23d55b9df48dca0d71fb5aaf02ec2b98, 0xc09fec2a6caa62d6f16f9410abb3035a6084b745dcdbe063bf3bf6207d6ed52f, '', 0, '?'),
(0xc1c7257db1e9856d723afbc98545eefb, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9391.ab3293d3406fe61b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9391.ab3293d3406fe61b.js', 1, 0x00000000000000000000000000000000, 0xc4769221c43a0cef9976e68dadaf9467, 0x98dbd1fcb2c4f08c89d727d7ce9b23a86710bd7a56d8b96d7be5e437176730f6, '', 0, '?'),
(0xc1c98fc6420f0f3a1c9c01c5f24fdd0b, 'wp-content/plugins/elementor-pro/modules/video-playlist/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\video-playlist\\module.php', 0, 0x842481ec1965a585c3ab8ae190274538, 0x842481ec1965a585c3ab8ae190274538, 0x13bbec66f32f5a088f01df88cb664fdfda0add9b93b6decf3591a672449b99ca, '', 0, '?'),
(0xc1c9add42d989d30de5afea5bb4c7f7e, 'wp-content/plugins/duplicate-page/js/editor-script.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\js\\editor-script.js', 0, 0xa6be603c727cec9316295d99814bcf86, 0xa6be603c727cec9316295d99814bcf86, 0x64546e30e1b50224af4ebb6f0998e89ff01386ed847f69275ec7eab0dd788967, '', 0, '?'),
(0xc1d39f0c707b762214ba23d442c104f4, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.js', 1, 0x00000000000000000000000000000000, 0x1e36ca89403ff9d367e873cd7109b09a, 0x709acedd42f0114de5af5540287022ffdee07e07fbb97ebadcd166a6092b504b, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wf503.php', 1, 0x00000000000000000000000000000000, 0xf081f252b7a0abc442c45d5684d2dd55, 0xe95a8b158cd495f123c60efb07547a956fcfb42cdc33ab82db85206bd0c14a76, '', 0, '?'),
(0xc1dd9033233d7a4dcffa805e37a77071, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/too-many-requests-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\too-many-requests-exception.php', 1, 0x00000000000000000000000000000000, 0x7df40a062abfc8f507eb60ad1e290e11, 0xddff88e9e0746f2a9b4427af6d522ab04f2fea7e10594fb834c6e7aa3e0bd8b5, '', 0, '?'),
(0xc1e2c24d5c3dbde3fd81f0a06d7048fc, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8390.0e2970116fdcc0c9.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8390.0e2970116fdcc0c9.js', 1, 0x00000000000000000000000000000000, 0x4f25a0941fef24ae0f14f5153e576135, 0xd61575a2092a27b2031bfbd25aef0055fda2d30945ecde807da31567b40e403e, '', 0, '?'),
(0xc1e56a5f20ed5a210161139badcbe04d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/aggregator-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\aggregator-config.php', 1, 0x00000000000000000000000000000000, 0x8be6d3b5b46efb696b9423e7ade12d69, 0xdfcea621315ef9fb4b994e3dd00c45265fd82649d66ac00d38f749f585cfb676, '', 0, '?'),
(0xc1e5b703f4c9be1472a43b96767c2f89, 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\new-settings.js', 1, 0x00000000000000000000000000000000, 0xa0f3f9f46266be650876830a28614037, 0x03a65daadec512f59cc6bc3b05b377a4ab1eb6d8d518779a4c8728f3bfa100d5, '', 0, '?'),
(0xc1e988c8ab0413b77db70c90b7eda49d, 'wp-content/plugins/elementor/assets/js/f56b0d1257a5346afe64.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\f56b0d1257a5346afe64.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x683bb7476e9af3388d5ad9bea9be899c, 0xe80ca458ad33157e235151f9fb5760081474e9f65687af6e1be6d051acbfc4b6, '', 0, '?'),
(0xc1ea40d46a7938f7a2b9e26401a1a3c0, 'wp-content/plugins/elementor-pro/modules/off-canvas/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\module.php', 0, 0x9ccaad6e01f1b1e9247317fdb39b9352, 0x9ccaad6e01f1b1e9247317fdb39b9352, 0xdeac246298f751f83f386ba1bcc28c9cfaf5087d211e16879e633f2a3962f52d, '', 0, '?'),
(0xc1ec1a8989be6318f02a1424af3d5146, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-header-builder-configs.php', 1, 0x00000000000000000000000000000000, 0x00454b32256e0a6ec0023715aeba51da, 0x3c3262cf5e518624e7330caf00009923015b1dfe10fb4998ad5d33a791ad6ea3, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\text-widgets.js', 1, 0x00000000000000000000000000000000, 0x9eeb5acafac3b74336d8a0eb2b1d1cbe, 0xe93eb9ec86190258371554bf1a9926f8017e321237d8f1f65acb3d4a1ec39c2d, '', 0, '?'),
(0xc1f7842e8ebaf133b49a507b03884b9d, 'wp-content/plugins/elementor/assets/mask-shapes/hexagon-horizontal.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x459232d97415a191f1a283b8c38e946f, 0x72c99b7a4f253c1634a047d58080fc7413c4fba6929b89208ef85478bbcc1d74, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x22df3ab6b1fa30924ab93628b0c61460, 0x3a3fa207458dd8f9051bcd85ca668f6688d95e2ff8105543f839c6c35232cf2f, '', 0, '?'),
(0xc1fabacc3a97a921aac389e1dc5f1712, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-featured-post.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-featured-post.png', 1, 0x00000000000000000000000000000000, 0x3ce26a6cb9ab935ccda4c110b51dc3af, 0xb201732dba1439c64b8a8892d456af1e5d2773dc10255a3bd93f0d27650696c9, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0xc2060772d4ee1b65e9a4c8df8c203fa2, 'wp-content/plugins/elementor-pro/assets/js/slides.8e9b74f1b31471377df8.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\slides.8e9b74f1b31471377df8.bundle.min.js', 0, 0x3747b5b5cc1c0127e64be6427fd28bee, 0x3747b5b5cc1c0127e64be6427fd28bee, 0x1d4ea25766359533dda9fc0b7c36d54868efcfbfa78d48292c75e9ebd9b2265b, '', 0, '?'),
(0xc20969e509fa7923cf7cd34504be12bb, 'wp-content/plugins/elementor/assets/js/6cb9e42b9b73a76315e0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6cb9e42b9b73a76315e0.bundle.js', 1, 0x00000000000000000000000000000000, 0x38232130eaab38a4d157da37b9a58a45, 0x36259d700bb70ba4e5f46480e2c9226dfc55bcc81eadc6e9c2e99f7bd35da632, '', 0, '?'),
(0xc20e0b1c189e04378a4e65f078b230f4, 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd.min.css', 1, 0x00000000000000000000000000000000, 0x2193212bf7452dbee8f0fd4445b2de83, 0xa2b9dbbd5eae6749400f4c2c2883c500761f947c77f6218284ca4ffb481988d2, '', 0, '?'),
(0xc20e1792a5b565adee379446d3251e02, 'wp-includes/blocks/post-title/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xc20f1d946bfa1ffdcc338cbe3ee44904, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x9ab5280e3cdd4cd434e6a785fd78a101, 0x4606c7af2e3f87f07267ddcd5c3e225379e867c670aec93be788b7fc5978bfa2, '', 0, '?'),
(0xc2157332a2003334241fa78d996b1e8e, 'wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\panel-elements.php', 1, 0x00000000000000000000000000000000, 0xfa9d048ce79f479448ae2d2dde8ca0a6, 0xba579a443c3df3b147303f42684d049de002e37d9f7202ad03886d03a4b7025a, '', 0, '?'),
(0xc2247af1d92a6cc62d159e616b530ffc, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-exclamation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-exclamation.svg', 1, 0x00000000000000000000000000000000, 0x158a4fa33e48c4320d9a4079f29f62bf, 0x09708c2bb09aa1eb91d0e59017fcd12fb2c80ed2cbe4e4305885880b1317026f, '', 0, '?'),
(0xc228b32e0363666e66e00653e6a2fe29, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x2389b6a5cbd822adff7f10ed9fb97b88, 0x34990cb1d4bf3f00ad49b97e6f54c08450e6ad03ebc4919db0e73dff5488a270, '', 0, '?'),
(0xc22a7bda5e19ffb63f574dbd06992aa3, 'wp-content/plugins/backup-backup/admin/images/list-warning.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-warning.svg', 1, 0x00000000000000000000000000000000, 0x9bd7116e1869e8817492b3e8cb3ae22e, 0xa8ab35c1d1f88fff8ebe839e1bdc5c6e8d56562c976eee834bc0fd0f66a78437, '', 0, '?'),
(0xc22da7cae07a26c70d74dc4b98699b6a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-close.svg', 1, 0x00000000000000000000000000000000, 0xfafa7fe4ae629e1782c5fae400b25352, 0xa992db4cc07b4a2f6368d0dd0ab3d87d3b492b6fe3e821b38f227d165a56de59, '', 0, '?'),
(0xc22e6a16a6b16a132ab046db6a1a3240, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/author-archive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\author-archive.php', 0, 0x6ff91495c742c7b062a746a0fa9de04d, 0x6ff91495c742c7b062a746a0fa9de04d, 0xfca846c3308704e2ae1cb1eceaf0a5fd8a76c7c60a993b06549fdf88386c56d4, '', 0, '?'),
(0xc23135b88bae4dedca2a4de8a8724fe7, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0xa637bbe6c6bd19920c582214c7133eda, 0xbfc4efb0d447fb55ad65a453ae0425064ed20bd1a481081c45d4c0400bca6103, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0xc2338213e8d14e92eef5fa7e35c36937, 'wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\content-sanitizer\\interfaces\\sanitizable.php', 1, 0x00000000000000000000000000000000, 0x4656dc46076154edec7dc5f3b1e462f6, 0xa43e5b496a933c45b07e734f6f0772640daf146f9762c4b5ef9931f3a2e15e6c, '', 0, '?'),
(0xc23608b3bf044d1bcd93c6e829ccbb19, 'wp-includes/blocks/text-columns/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\block.json', 1, 0x00000000000000000000000000000000, 0x498e27f27cd9dcf518cbf0eba23d38ac, 0xbe1903b84efd8940484b999130fe94bdf8d7ce394c9cff2aee9316e31ec87c9d, '', 0, '?'),
(0xc2365918ed8fcca70cecd02693fd5f34, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES.php', 1, 0x00000000000000000000000000000000, 0x1114ebce217360d864231742c2efda9c, 0xd76af1647779b3268f633ff4ef0e63749e9dd8882ac1727cdc44c3fbe966f790, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xc23ec680bae884b46fcf5cb369d744e2, 'wp-content/themes/twentytwentyfour/templates/page-no-title.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-no-title.html', 1, 0x00000000000000000000000000000000, 0x43d160dbafae2132fee8abc7f46924bd, 0x8d5e349bba2e392c16d187ca82b4f347ad19138ca452bca73a03ab09fee1ff4b, '', 0, '?'),
(0xc240c7a870a269ce6714c39c7276e7a9, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0xc24f03d10f121486e0a72c2dc8c0a982, 'wp-content/plugins/wordfence/views/scanner/text/issue-checkGSB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0xeb5ea2c8ad0015158c3c0db718c90571, 0xee3336ecaa6d588b79c83a933ddf10a1bc1db9b433ac409f2d7229d8583f222e, '', 0, '?'),
(0xc24f4855d47c945ab1a9192318975a0a, 'wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\triggers\\is-flex-container-inactive.php', 1, 0x00000000000000000000000000000000, 0x4acfeb61a9a5860d698731e896a4a9f5, 0x0e9570d3b468c08e099c6e11c5cb8c0f3f20c1afed426a9bc5c04691676d64f1, '', 0, '?'),
(0xc24f9374671098003291165c9142c094, 'wp-includes/assets/script-loader-packages.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-packages.php', 1, 0x00000000000000000000000000000000, 0x3f1116f8c572318f3e1bce01473ef824, 0x3fa71a75a300a65192511a40518db07180777f0b445c2efd8afbf82f3375d382, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\moment.min.js', 1, 0x00000000000000000000000000000000, 0x3441db2e5557eb376162e813cc72ef7b, 0x4f93ea6847087515995dd7dd8a78584f6104eeaa03136ea09fa7de61c6364aae, '', 0, '?'),
(0xc25f79f1934cc0f88e87a4fe1766737f, 'wp-content/plugins/powerpack-elements/assets/lib/tilt/tilt.jquery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tilt\\tilt.jquery.js', 0, 0x76899608286a1bd9c9af28126e8c3aec, 0x76899608286a1bd9c9af28126e8c3aec, 0x9e4344d496b9889647e88fdd89ba4179239c8030bc52f7c148876649c885fe05, '', 0, '?'),
(0xc263a70d9a3858fac59b9e0feaa26589, 'wp-content/plugins/wordfence/css/license/care.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\care.1778081072.css', 1, 0x00000000000000000000000000000000, 0x45b12c6150775dd507b2b8f4feb3e472, 0x3e61e0ec18f2aefa574be5a2efe3d048ecba28490ba3048cbcb2a5bb0fb27359, '', 0, '?'),
(0xc2693981ba243ab9bcd39e6caf7bd1e1, 'wp-includes/theme-previews.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-previews.php', 1, 0x00000000000000000000000000000000, 0xbd64136e6b4199962c66bc7e1751b349, 0x32be76cf5d8be6770a2b161b66c170d49066a56db2945b6322077261552c3d1f, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x770f15cd3c738d28a7d62765e537da42, 0xf9f3f9a7a59f5cc74ba9e1f4d34457531efcf3a2a766c65c4fcbfa436ae701ad, '', 0, '?'),
(0xc27b7681543580fe0df483339a5938d4, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0xc6291a892290046464689b51acf7ab45, 0x57dd567047e5e198f8d141ad8015d01e68c4390c580a438b78770e5acd25a461, '', 0, '?'),
(0xc27f6e4afa42b01ebfc7bd35a097bca3, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0xf8fb16f0135350976fdf3526ea4b7615, 0xb8529192845f1fb2a10a625b169928d9bb1f119f6c6e2e50cce3b0ebda5369ce, '', 0, '?'),
(0xc2895d24fe109ddfd560f82126a0f23c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\user-role-condition.php', 0, 0x02cb9cac791a3c7d559cc737b1395ee5, 0x02cb9cac791a3c7d559cc737b1395ee5, 0x2dc2acc06b177bbe96d3f252f4de818e94ff0cb0798577fbd1541d1dcd41f874, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0x725b9e53f5f515333f706e44d14e85c6, 0x2d5eafce346aec89391cb562696418f3334d7bdd192db86fce62555f5ed5ec87, '', 0, '?'),
(0xc28dfef7c0889ec4a11021b1faa6911a, 'wp-includes/blocks/categories/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xc28e55e35be9e2a4b0118752a165c787, 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes-snapshot-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes-snapshot-builder.php', 1, 0x00000000000000000000000000000000, 0xd68f5d6af314e3e1fd1ccdeb8d659e51, 0x7762852f31f5ca3eba5a2b26b841a169d22ac6a944d9dd741fb83715603a5701, '', 0, '?'),
(0xc29254602b4691022e41fe7313169707, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\schema-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x5c9c677b8e08cc0f2a6848f3e0ef56c7, 0x6918920a88d837ba74c635c678a8ef1d030caabdc9cff04dd294d710be06b1af, '', 0, '?'),
(0xc293682087cd33162f4e6402dbcd8962, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/remote-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\remote-request-exception.php', 1, 0x00000000000000000000000000000000, 0xb88be4f6812a7648de2d270084fd944a, 0x9efcd8d88638779dc899a754e353a9f84e87c96a44a9f12cfda31060d6bc70c7, '', 0, '?'),
(0xc2963a4783316d8205c2b7c116aa4956, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/support.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\support.svg', 1, 0x00000000000000000000000000000000, 0x533082d46945cd4004e8f4dbb547c66c, 0x2ea7cea84b8e79b3b0f929aa37ffbdf3039275a888a7f6287a9b13f1b355b7f3, '', 0, '?'),
(0xc29989183646b9075a4b5be8a9cd71e0, 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\it.js', 1, 0x00000000000000000000000000000000, 0x3fb8e1810f3f219e52e29f69b4fa8653, 0xc944bd9eea638badf1b3c9ab88f8d8f407ebba7a32c637f7e7844f6d6bd2f7f1, '', 0, '?'),
(0xc29c95dbaddd629a6c7723ef403b8695, 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x28b13a10d297d82bf085c2603c837520, 0x3698e37cb08da8f46045259d9fe699a1947bfd39f44160d59fdbf0b011e20dd7, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0xe85ba4e9d1c7d9a1bc03bc66acb9ff6d, 0x3f7fb74c9e7b70dcdec009515fb8b9692b3c5b1633f36168a3df4f66a8929de0, '', 0, '?'),
(0xc2b2a7f337a68a9dcbc138e5ebb8e8a9, 'wp-includes/abilities-api/class-wp-ability-category.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability-category.php', 1, 0x00000000000000000000000000000000, 0x8c412b010a72e5a9dc6a0bbdbfcd2ae7, 0xca292610d31a4c3dd57656419c956b7e58976bfcc024b40feec8ad193754c057, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\export.php', 1, 0x00000000000000000000000000000000, 0x209aae46126b9fa9c9e08dc43d2d79b5, 0x6705985f4e552cc59ed55287ebbb43578d945f14ec28f78a06c34da0b7928b18, '', 0, '?'),
(0xc2c53eaa99f6a717ff137bda27bff9cf, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-images.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-images.png', 1, 0x00000000000000000000000000000000, 0x71960b38e5130385e0e3c3416fbbd041, 0x9675bc3d5d3f91747f92a4a605aaf9f8c760d255ba833b856abe17ca5ef0b8a2, '', 0, '?'),
(0xc2c6c780034c580b6d358659db2f53e4, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/youtube-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\youtube-icon.svg', 1, 0x00000000000000000000000000000000, 0xfa585a38958f6797d51022012f567610, 0x50eded6360548f749f3ba117f7c23585a0451efa38ddda3a21b882e4b761695c, '', 0, '?'),
(0xc2d1532ccf624a5e89a94d984f96f467, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Black.woff2', 1, 0x00000000000000000000000000000000, 0xf6798ebb06715aa26be023e74bc4292a, 0x693c5af02d15484e5f8aeb26f1bf29a8f58e7a4b2b309afa4ed07bcfdfdb19cb, '', 0, '?'),
(0xc2d683d7c31bbdddad583d01345454b6, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-base.min.css', 1, 0x00000000000000000000000000000000, 0x74013834837cc3c1c1a95905a7ed8e50, 0x320bfeb99b71230401801e2f92c882585189c8be5c9a2bab64aef8dd118c100d, '', 0, '?'),
(0xc2d68db05e3d82860946aafb9e66e879, 'wp-content/plugins/elementor/assets/js/alert.fd509aa768e7b35a8e32.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\alert.fd509aa768e7b35a8e32.bundle.js', 1, 0x00000000000000000000000000000000, 0x46437507f543361b0580123040766d2f, 0xb4d2700152bc6526b5d1829a5dc23775bd45385b5e86a72d17838849b5802bed, '', 0, '?'),
(0xc2d8ff5acf40381670b6728c21d5cbe6, 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\article.php', 1, 0x00000000000000000000000000000000, 0xfe0d663e4d9eeaedf5a83f177fc12f90, 0xbd9405b37d99416b067c2fa7e6971402a1d8c417bf4c2abb1cd1c436d3a97963, '', 0, '?'),
(0xc2dc3892ab544000a974aa98eadd7bf0, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod.php', 0, 0xe2967c0725c2781787ab8db78d1220ef, 0xe2967c0725c2781787ab8db78d1220ef, 0xaab4349477b6ff8b393a0aa4c1495bedfb27ec6bfbe6e15adae4966a0444fbb5, '', 0, '?'),
(0xc2e9b4b4679a1b428dabaf1f286433b9, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-default-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xf5280b6339179c6426129b15a7c7cdf5, 0x73e9e19099837f40e1f362e534b1c3bcca1253d257a7b4cdfc5076c2a6ef580b, '', 0, '?'),
(0xc2f0ca7c3ee0bc5addff49ede93abb1e, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/cff-admin-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\cff-admin-scripts.js', 1, 0x00000000000000000000000000000000, 0x65ee31c483320ea0e527e1a20e879ba3, 0xacf633ce331fc4cb611c596757c629d27eaa206fc11cb0266ed017c74e76e982, '', 0, '?'),
(0xc2f30ba7b914c59b9c635512dde90319, 'wp-content/plugins/custom-facebook-feed/inc/Helpers/PluginSilentUpgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\PluginSilentUpgrader.php', 1, 0x00000000000000000000000000000000, 0x7cff90dd370892ea0ea1a74e8a16eae9, 0xc7a08c65391469a01d57bd1f56c3901b8444b8e42ac9201bb4a2c6d22ece77d8, '', 0, '?'),
(0xc2f4acfe1059bc3e47b5038d594478ae, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x5fa27ec953ed6fc25a7ef40c83da78d8, 0x91eaf7c41b6c0b2657b2c7b7646a31b7a38611ba8f83269833b808ca404285aa, '', 0, '?'),
(0xc2fa19221afef03b34cf007c51bb5195, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0x159ae8cd061895529c8ad34346962bd7, 0x4c1df1e23943633f9025ae0e0c6f51211df93cfa5d07496d732509b7105b8767, '', 0, '?'),
(0xc2fa8eb1cea01f04da37c6f4c8442c83, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\twitter-image-generator.php', 1, 0x00000000000000000000000000000000, 0x3a45c7f02425cfc149c950dbf6ae9458, 0xd2014de91ec16b879c8e2f87bdc691ac04c44846bb310a4d243178dd2dac55e3, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xc30552f174353598029fcf135e3ed130, 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/incorrect-child-task-usage-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\incorrect-child-task-usage-exception.php', 1, 0x00000000000000000000000000000000, 0xb5476e5684d4ba1af8e06a621ed788e2, 0xbffee23262ea549eee7935c48c7945593968eb03c63ee9424f12cc7495066f83, '', 0, '?'),
(0xc30db55724326c76397b18dcad3a84d9, 'wp-includes/blocks/post-title/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style.min.css', 1, 0x00000000000000000000000000000000, 0x4597e11139c9caa22e8b6090b29b4250, 0xf762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0, '', 0, '?'),
(0xc30dc203c3c355729f8cab515815228d, 'wp-content/plugins/elementor/assets/js/admin-feedback.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.strings.js', 1, 0x00000000000000000000000000000000, 0xda92cfd79ab46fb03e117edab4876b2c, 0xd1ec5919b478a450aec6f977967374fbec6168d6d93628e2733de99f382df5fd, '', 0, '?'),
(0xc30f09a5a5d36f37a69503527332fd78, 'wp-content/plugins/custom-facebook-feed/inc/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xc312d4bb4df408f0ac9a58481bbb07a3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/twitterX.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\twitterX.svg', 1, 0x00000000000000000000000000000000, 0x55e722a54dc3824ff3a7347a96652af7, 0x45b8b0bda5c4b399850d4c5941f278d1d5790cf2f7f5b361cd41d7634e9dfe80, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0xc3145af659d0cd7f5213176002d5b8df, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x24d275bac77e7fcc2672acc03e19c706, 0x3c17b51fc16fe8257370b42e35df1033e9acf6357fb94ae9ea0d5a49d1909736, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\main-sitemap.xsl', 1, 0x00000000000000000000000000000000, 0xf2c602b4931b267c6df8388129938b1d, 0xe3d76de927cefddb1e4f48b91f094340fc9048fafeedaee909cc0ea718cc88c6, '', 0, '?'),
(0xc31d5f185753910c14afebc6deb2ce24, 'wp-includes/js/dist/edit-site.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-site.js', 1, 0x00000000000000000000000000000000, 0xd8913655e2f69e711ff6a55b6697e00d, 0xc03123d2f86ccaee6713411a0c99da9f4aeb64c050bc4a272026c59acac9e3f7, '', 0, '?'),
(0xc3223eb6d6556f54c96a4313845291d5, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-breadcrumbs.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-breadcrumbs.min.js', 0, 0xc3d43693d696533c5660b5dca07ca771, 0xc3d43693d696533c5660b5dca07ca771, 0x13076f2141c24c745e8b67f03e67e507354aef57c46060a812539f8c0f006b8b, '', 0, '?'),
(0xc323d022d4981605c1969d41d63a0e2e, 'wp-includes/Requests/src/Transport/Curl.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport\\Curl.php', 1, 0x00000000000000000000000000000000, 0x168bd2c6706199a5c979118cc0f8bdec, 0xc4f0d33d46cf57ac65131453faddea3ea5a05cbc2b73015224b8401dd71787be, '', 0, '?'),
(0xc3252d0ecb3ef02c42d4b166f604ab46, 'wp-content/themes/go/dist/images/social/youtube.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\youtube.svg', 1, 0x00000000000000000000000000000000, 0xea6ee4814a19f86b05346ba429ee8dc7, 0xaf598523203ca64709021eaca5110eed7a7e59369a6adba4f1ee56e83b9ee0dd, '', 0, '?'),
(0xc3294b62428e1bcd46ae7e95b5bacfce, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\HandlerStack.php', 1, 0x00000000000000000000000000000000, 0x72490e5e3a398da41f8c546916a1261b, 0x29550e0334e88a38c08dda623e31b8caa7cda8f9c7f8368a0fda5ae17a6e21ac, '', 0, '?'),
(0xc32e92d270f1f4cb782734959998104c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0x909949dfb8121e96d5a4933e5d77dadf, 0xece21a98e1ad1a516e032b6d8fa91e124b6557a2c58ef4d8f4e5376d74fd5db0, '', 0, '?'),
(0xc32fffe330f35707669ad9fe89c4a680, 'wp-includes/images/media/video.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\video.svg', 1, 0x00000000000000000000000000000000, 0x3b7b119ec6f971e18c072745156ca4ac, 0xf6ac29388d031375eb47af5cc4d14cbac31916bfa7620ce20c451cd144e4499e, '', 0, '?'),
(0xc330129b75f2b4109d3d60559865ca3f, 'wp-includes/SimplePie/src/Enclosure.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Enclosure.php', 1, 0x00000000000000000000000000000000, 0xba839a5bcc957b3a70b2e0c08368b3c7, 0xf3eef8c8e51d98578b444d6d1552419be1f26f5c71e21dd0f4e0377742a90d29, '', 0, '?'),
(0xc336f80ab3c193ddbdf18ead4a06b00e, 'wp-content/plugins/custom-facebook-feed/assets/css/font-awesome.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x269550530cc127b6aa5a35925a7de6ce, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0xc339021d8c72135ecfcd2dfc29b09382, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInRight.min.css', 1, 0x00000000000000000000000000000000, 0x75af339c16743196367eed8f35e98a3f, 0xfe28c22c20e8311609fdfcd66c0910e0c9f4919268b86fa94a967a6feced841b, '', 0, '?'),
(0xc339aeed14cc06f9f0992f7084e79832, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0x91689977a3620a9641960b493dd5d6a4, 0xd85cb3af1809bc8a1542a64f5422348d62e4c97e739f4949a4944365f553b99d, '', 0, '?'),
(0xc33feb2f7519550e65bf7bdf404ce09e, 'wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\class-astra-lifterlms.php', 1, 0x00000000000000000000000000000000, 0xeed6a95c1b3799771a677c5927984073, 0x2dc76c94d21772e051b1d7da3347c0979c42e343ba3bdf9de476a7791f6880ce, '', 0, '?'),
(0xc34026efeae3950d90751b983866cd22, 'wp-content/plugins/elementor-pro/assets/js/countdown.05b148ca20af32fc8e9f.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\countdown.05b148ca20af32fc8e9f.bundle.min.js', 0, 0xf1ba3e2b733973515a00185a3f4c7876, 0xf1ba3e2b733973515a00185a3f4c7876, 0x73da410a06165d3face2ca64f86271a62378a26897c6007eff2be5d7d8522080, '', 0, '?'),
(0xc34848eb8ef6ad12aa67ed778ec7c1a8, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-results-not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\score-results-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0x5a9574416c4ed8500f83ce790bb6c546, 0x265ec7a2daf6879b9cce38c363d0d39832bf29d75bc82d4757ff3e90037f45de, '', 0, '?'),
(0xc349db1f80aa8815761971f4b3a86b33, 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-structures-configs.php', 1, 0x00000000000000000000000000000000, 0x60a16a3edb2bbdc4404d879bb0f23d5d, 0x2640cfce9f2d5032d6fbe724d6cdda47c2652a4d62afeabd0b40f5093b6b60a7, '', 0, '?'),
(0xc34a0a56b1d66c872ffdd79cb2ed7b07, 'wp-includes/blocks/post-time-to-read/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style.css', 1, 0x00000000000000000000000000000000, 0xa61dc1350793a4678159e68fbaaab1f3, 0x9b1df5dc87556d290f9eb1af46edadd4b99520aec552a16121fc7e2130f7b12a, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xc355a973fbc6ef4f8801df38f0064820, 'wp-content/plugins/backup-backup/includes/notices/aws-issues.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\aws-issues.php', 1, 0x00000000000000000000000000000000, 0xcab950c0cde7852d3c189376a1550b1e, 0x4f9f5a1ac2fa4014bd7532d4ace5495bb4cbbcfc3c139858b999cb2e62e4a105, '', 0, '?'),
(0xc3574607b9aece1698524545de340015, 'wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-testimonial-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x01e3eb717747c597e21cdac2f1068089, 0x78396f7c7aeb69d2db7fb1b3ee48f4c1780e9095ca3f880c688a5211dff8db30, '', 0, '?'),
(0xc35d8609a4369c99611455b7c4331256, 'wp-content/plugins/elementor/modules/editor-one/classes/legacy-submenu-interceptor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\legacy-submenu-interceptor.php', 1, 0x00000000000000000000000000000000, 0x4eb227e15bd8ae61d1e10ab859edcdaa, 0x9ae369d797058d6ed170cbee20811a5a8d149ad3b416929ea8e9249ce9d53c69, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-load.php', 1, 0x00000000000000000000000000000000, 0xe755fce54b74154f43d00ee0439c8c22, 0x3c39ab9a3e3e6ec1591a13274a9115837fab3ccfcdbc32529216e150105cc428, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\File.php', 1, 0x00000000000000000000000000000000, 0x53234fbfb052d597cbe1687216191361, 0xace383fc1634446a7bf67843bf6427ba1cc504b8a390eb1ed95b7500c611524b, '', 0, '?'),
(0xc36f5c849ffa96dfa4479860d6305c16, 'wp-content/themes/go/dist/images/tags.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\tags.svg', 1, 0x00000000000000000000000000000000, 0xb2341119392d9d38a3604106fcd8eafc, 0x0c059c0151101c8e57d49ece29e377d04e85fa2e0fba77d4abb129ebc41a3ca7, '', 0, '?'),
(0xc3753e89e4e64a198b3d697ba1bce9be, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/info.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\info.svg', 1, 0x00000000000000000000000000000000, 0xd1b752a0faf282b2dfed470fce32ae50, 0x78daa78c045f422f34f4e166fe49200d723b3a62feeb350b4b555f6a8efbf994, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0bf0707be11deea15b95b4cb94b7091d, 0x07c039e76ff3f89ae1ea47179266c8706d6547f302236001ad3a51fc7b1760b6, '', 0, '?'),
(0xc382ceb9a8f3ab36a3a056aef80eebac, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x46166f561fc1b57d158d438db852eb66, 0x39de7fdab230cc4cc88a72b3cd91026dad7dc694193e7b2553bf7d8463840318, '', 0, '?'),
(0xc38560a3f42e26ab395a67a980a64d0b, 'wp-content/plugins/powerpack-elements/templates/woocommerce/myaccount/my-account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\myaccount\\my-account.php', 0, 0xfc5ac81ca42be2d40a8fb751afa80393, 0xfc5ac81ca42be2d40a8fb751afa80393, 0xc16b21a4a8491d9c109adf559d6a759c17af04dfff262642bbc08998b7a2cb36, '', 0, '?'),
(0xc3858c2e0263786261968ccc064266a9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Create.php', 1, 0x00000000000000000000000000000000, 0x6193d5977134a1c7911b9bd5a87cc42d, 0xa5c36ed3fcc855faff871a399b3a12224d6fccd9811c320162089cb9d232cd38, '', 0, '?'),
(0xc38ac028c1aecf271bf0e1309c5e37cc, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\copyright.php', 1, 0x00000000000000000000000000000000, 0x4394284abfcc1248188d47e92a3fc74e, 0x843af0ee17165f2bdac554b0eb404e71044069ef2c7c00574b2b91382afc11d6, '', 0, '?'),
(0xc38cd0bd9130b01f8d7562e0f2cef14d, 'wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\endpoints\\user-progress.php', 1, 0x00000000000000000000000000000000, 0x6a41ea162f0e6828311d6f8fc2d577b3, 0x27b32e2ce46564fc6f8fd302dfa4f39aad44d705f316af7532bcbc2c8b74bd83, '', 0, '?'),
(0xc38d20c5f593f527124a0dea8e079c3f, 'wp-content/plugins/instagram-feed/admin/assets/js/support-tool.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\support-tool.js', 1, 0x00000000000000000000000000000000, 0x1687090dcd4b0b2aa12f9ca4084876b8, 0xe33a87bed0ef80d8823729a6322850b016dc76e5b9f5ee70f802c752a1632f7a, '', 0, '?'),
(0xc3917748e2cb19812b719a0ba446b6a3, 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x617fd376435e7230f7d7a2c482065b3f, 0xac8be19e27d0d1533b6f78ca1b53633660cfc2e6cd817d37c772bb27e7bd4402, '', 0, '?'),
(0xc394607eda94f1b0801020af45ee1569, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-functions-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-functions-prop-type.php', 1, 0x00000000000000000000000000000000, 0xf1ef92e716b4850390f8ff7b2db5d0dd, 0x55ff96fbcf4a30c2f473e02ab0ca4279476b9bde7c8a00555e2e04ff2c71d6f8, '', 0, '?'),
(0xc395f5c575555b2c4992590206d6dbce, 'wp-includes/Requests/src/Exception/Transport/Curl.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Transport\\Curl.php', 1, 0x00000000000000000000000000000000, 0x1dd0a2a25231a1f9d218558d92555104, 0x0ce1810f71fff9145d74284adee1bde66a0dc3df2339ce6f82ec0100c8bef7dc, '', 0, '?'),
(0xc3a2706f240dc3ab1ba4b232d1bd0bc2, 'wp-content/plugins/elementor/assets/images/background-placeholder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\background-placeholder.svg', 1, 0x00000000000000000000000000000000, 0x05182f0b280586caeceb2e8cb9146202, 0x50a570b6db1451973f94ba6349d0fdaf2f63ddaa028a5fa2cb9d1ee5e3b3516f, '', 0, '?'),
(0xc3a4332a1261995321c26b6af58e1aae, 'wp-content/themes/twentytwentyfive/patterns/page-shop-home.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-shop-home.php', 1, 0x00000000000000000000000000000000, 0xc3b3ab04e99f44af071f384b57a54e07, 0xdd61b4c08b6e8833a487f6fa3129b82dfd6ad4b1fc007dcfb0732ac42249bdd4, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blob.min.js', 1, 0x00000000000000000000000000000000, 0xa0564bcb715d7da7ece965b053c9ad99, 0xce5a2f399bb983ebb1ebefccce139b90b5fff4fffe797de4ccc24c936d0bc18c, '', 0, '?'),
(0xc3ab4b986fb0ee689d325d4d0b777a7a, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/base-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\base-route.php', 1, 0x00000000000000000000000000000000, 0x093fd1bf7ea185382730aa3d3ad925b9, 0xab940413fd8e804ab18b3816c86b2b2dd67677e16367c84e07cfc5870a2bf69a, '', 0, '?'),
(0xc3ae9f279eda0c707bd235e2840d7f6b, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/FileExtensionEscapingStrategy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\FileExtensionEscapingStrategy.php', 1, 0x00000000000000000000000000000000, 0xa20c04869288eae3d5e3ac2af3898a3f, 0xfa1afc0144167a52acff719aed0fa1920c211be62f0294416bc6e87e4d88bd19, '', 0, '?'),
(0xc3b8ce227cd18508fb0c8a633acbd10c, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-de_DE.po', 1, 0x00000000000000000000000000000000, 0x5d4125fd43a6fa52089cca327065ee14, 0x22d842b3b3b06f4bc561a17c5d6ba28143eeb0c78cafffbdd64656d0995af53f, '', 0, '?'),
(0xc3ba5c8ada04bfae0949dff9f7437527, 'wp-content/plugins/custom-facebook-feed/templates/item/author.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\author.php', 1, 0x00000000000000000000000000000000, 0xbb1ef7c9515bb00590329195e75bca2b, 0x5ff55dc73eb35b5751fc1f30d8f6e4b82b12e57465a9e39ba9f2f5cf7c409098, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\autoload.php', 1, 0x00000000000000000000000000000000, 0x231438693d5d5fe26e12e9037b1c8e55, 0xd667a2ec786cd1f79ced76231f96cec98881bb39d7e3a319b8a2e555f2ad6727, '', 0, '?'),
(0xc3c08f748f1181ab83e44c3a251f97f9, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-category-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-category-page.php', 0, 0xd3efcb004e078bf66a931a1e0a096b17, 0xd3efcb004e078bf66a931a1e0a096b17, 0x958ab239a4a4a39cc47c8d11069581a655b5188e44f5d8cf2143d69326086181, '', 0, '?'),
(0xc3c5dbc2b539e69075227dc3f298ba7e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8672.825274bdda94c777.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8672.825274bdda94c777.js', 1, 0x00000000000000000000000000000000, 0x4bb26f3bc3e523eb1bdc4cea558da452, 0x11afa5887b3c377822eb3e0efdc793322dc093ba059eef1b40ea7b5167e3c2e6, '', 0, '?'),
(0xc3c80551cffbfec68768b6d49ce1cbfa, 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.js', 1, 0x00000000000000000000000000000000, 0xda279b509011a2564631a312121c2fc8, 0x6a0d7caad54b158cd60191db79e3e6d6b01bed650c182b971bfebeac714c3912, '', 0, '?'),
(0xc3c85894efe2a6821acec7d6392e96dc, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0xa72dc688b52f212a8b457a2e9b05d953, 0xb894e4bc69b4ead5882ba99a680d24888d1cb118158aa95377d3a4ca0b78f1c4, '', 0, '?'),
(0xc3c94eb499c63a5d0b80e4798e0acfb1, 'wp-includes/blocks/search/view.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7f040464b83a9f5182e26a06f28fd917, 0x36beb27f466eb35b4cc500131721d66d0ba2d21fd86d39fccdd66d23a26bfbcc, '', 0, '?'),
(0xc3caf0253074366fdba9f1748a471fa5, 'wp-content/themes/go/dist/js/admin/block-filters.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.min.js', 1, 0x00000000000000000000000000000000, 0xe8f497a2505d54aac2e57cd683355773, 0xd8150f5ddeced09c765071239ff534bf02555d4807c4e063f571023ff62d0124, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0xc3cf8f7b06e67581d0f9df698342d8e8, 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/pro-install-screen.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\pro-install-screen.php', 1, 0x00000000000000000000000000000000, 0x0ff7e89791aa5929e1c67f7355fa0229, 0x5ffd6095451f258f6a6966fdf926e5c09dc344c4c1c2c3166e647fec50a4992d, '', 0, '?'),
(0xc3d3d4482bd6a7720eb90159760925f3, 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\fix-news-dependencies-integration.php', 1, 0x00000000000000000000000000000000, 0x76f4505f71b985bcec8ce541366cf9c4, 0x2dfa1d288a8ffed355373a4edb7869217bfb598a5a0d7be94984607835adc783, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\post.php', 1, 0x00000000000000000000000000000000, 0xdf8dc7f8f2867ed1cfdacc1cd88dfa41, 0xd6070ece1f0243cb1bf07b62ac461e15899625503662a2e5b5377129e6c90e60, '', 0, '?'),
(0xc3d66a4804c301bb24bc8dc69310de13, 'wp-content/plugins/elementor-pro/modules/transitions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\transitions\\module.php', 0, 0x498cc0af96fc8c729032f259e6af77b0, 0x498cc0af96fc8c729032f259e6af77b0, 0x68f2413996857256824c6a324ccfeaf8ad9b076f768e29a5691e1fcf29627766, '', 0, '?'),
(0xc3d796a8136b85ccc4ed54114b4292ee, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\editor.js', 0, 0x12885c1d0094c8a11f810f1f54c24ab9, 0x12885c1d0094c8a11f810f1f54c24ab9, 0x451e0b7deb3e70232ca3db9cc9febeeefb1264e769217bba632a37f0a81c3581, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0x511e83c277da023b4c82d51b55a070fc, 0x7e6f6671bb8bb0fd4a07a45e0d3392bd3eaeee6bf32a783ff6baa256796e35ce, '', 0, '?'),
(0xc3df0634e6efe8b586a40efc52f33217, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph/atomic-paragraph.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-paragraph\\atomic-paragraph.php', 1, 0x00000000000000000000000000000000, 0x614ba561b8dcc3d3456b4b15803a8c36, 0xf31d99ca9687d12f60ba51606ac3df4ce47595dacc3dc3bf0a2b563e17e067c3, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0xf7c3ecfc9d23ddaa52a5f82267e943f5, 0xfe1768826aa75b81cc68e6b9892e454804069d01533acd6670dea9ccabab0e85, '', 0, '?'),
(0xc3e292edb92b64a5a7c48709baa97f68, 'wp-content/plugins/reviews-feed/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0x0181f00b2d80853916df0d03dbd84701, 0x34d3e2f698c992b1ef0a081f897c22492007ad5d00206408ea67bc22e51df4b3, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x8efd880689bfa991fb9acc3a2373890d, 0xd95d4d46d8e22df388e1df30b3c4613b97ae1b2396062db68bf9564344d81b02, '', 0, '?'),
(0xc3e70370093987b58619403fc0e34c2e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\author-tag.php', 0, 0xb24b87ea54ad79e85ea1cf902e709b8d, 0xb24b87ea54ad79e85ea1cf902e709b8d, 0xa55334766ad7b1d0c816b2b3938d58fa9fed5bb3169e403b2e6ddd38a22abd1f, '', 0, '?'),
(0xc3e99afc26003c0b5b540f4f3c50a0af, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/parameters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\parameters.php', 1, 0x00000000000000000000000000000000, 0x7df050ad6eaffdb2b8ed8c87117308fa, 0xff70914835c4e1f558bb057092afcaf045ba323dad3620a247aaa4b36fafefc2, '', 0, '?'),
(0xc3fb96839576f2862967f323bf6ad9f8, 'wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-dependency.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc40055cec6cd1d0b8fcbf66153adcc0b, 'wp-includes/widgets/class-wp-widget-block.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-block.php', 1, 0x00000000000000000000000000000000, 0x0467479a502723e2831c4461a778ad5c, 0x06a67cf1b01e58954bed6551f9aed0174c4b82fcbbb1f8d9ef5bee7500c34052, '', 0, '?'),
(0xc40363e198a3bc72e4bfcd1677b9e3a8, 'wp-includes/blocks/file/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.js', 1, 0x00000000000000000000000000000000, 0xe18c9a94eced48662007d1f949aceda4, 0x798dd21d65af1d4a0fcf1095548f47d088ec1e1d12564b9339d1806bd49ce196, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc40a49287d258bd744a9d87fe2bc89cb, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\close.svg', 1, 0x00000000000000000000000000000000, 0xa54c08eb61ca96acc19026b61913a903, 0x178f19b53f914f8475b23613295e1c00bf7a21abba0d7ee6635027e27afa0337, '', 0, '?'),
(0xc40ce07d8cf493a1c7b8b1492ccf180d, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/good-seo-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\good-seo-score-group.php', 1, 0x00000000000000000000000000000000, 0xeb15f7d4da94e49d9747be8fd8863c10, 0x238f3245f40c9cbcdef942804047c432fcd11544a79d8772abe075e57737385e, '', 0, '?'),
(0xc40ecaba7066172d8ffdfc14afee6fd9, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-custom-cursor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-custom-cursor.min.js', 0, 0x5c7b5ba2664142d77e6e8672cbe100de, 0x5c7b5ba2664142d77e6e8672cbe100de, 0x6dd93bb797c0aadac727d8cdcdb4178bda05a3076ad1390f7675a62a05d92c49, '', 0, '?'),
(0xc4157d7dcf0fdfb308d0a3251b7e481c, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xafb25513624319396d3dc2173e173eef, 0xd42393a0b5fff49f7f9a8761e9ddbdaf83114db696020c3f5dbae93e4897f759, '', 0, '?'),
(0xc41838bb6424e76e788913a59979c59a, 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xde23a1720df76cb3f800b37b402f82b0, 0x02af53e875f1c1b42f7b52c8c4c05c82c9f065d20fb22d78e346dfda682145da, '', 0, '?'),
(0xc41c8befd02f9d2909c1bac9ef726706, 'wp-content/plugins/elementor/assets/js/979a9c03fe10da23400d.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\979a9c03fe10da23400d.bundle.js', 1, 0x00000000000000000000000000000000, 0x7df17a146095b2f418fd8de631f8006e, 0xfd8a458e7767144aaab1650e683ebde068e4d14ca668372d427d76dfac8df79c, '', 0, '?'),
(0xc41de635c4a829cc30dec61b588727cf, 'wp-admin/widgets-form-blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xe0e81e0ca55b673fa4089dff8fb95fba, 0x0e5c9c18e8d92ffa8328eadbd7c8176075ca032c0d9a7b69880d486719be3406, '', 0, '?'),
(0xc4214e60bddf52f2f6ac94eb7b887d39, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0x6d491f72e4510ddc23c78e20caf3f957, 0x6a7f6c0c9118c5cf7742e356914180c27f87000b81b19b63dd044a3372b233a2, '', 0, '?'),
(0xc4292300f09c6bce19a6d9d0b0615da9, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-archive-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-archive-description.php', 0, 0xdd23bd1c87bf81666e6cbeba4f5a75d0, 0xdd23bd1c87bf81666e6cbeba4f5a75d0, 0x0930c1298a3f3931ebe1e28ea115ed75aa4a4ee5d7035e60042082dee858e67b, '', 0, '?'),
(0xc42a8a8e035c19e4b810600c6e8453c6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-right.svg', 1, 0x00000000000000000000000000000000, 0x476c91c7cb2686e230310e3ac6785dba, 0x118ea9cb67331575704eec99e3b4b0961d9ae9bc454bd1f5ca711039b911379d, '', 0, '?'),
(0xc42be230120e0e56b7b6819ffcca4c75, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-above-footer-configs.php', 1, 0x00000000000000000000000000000000, 0x1e553752efa14247d0886a4ba8665659, 0x0bee4db6c95998ef0e4d086e71aed2a411180d43c60a7ee704a5fd9db683d11f, '', 0, '?'),
(0xc4336b3c521f368880b983cfd6947ac9, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\image-presenter.php', 1, 0x00000000000000000000000000000000, 0xec62dbb41e7c853d7dff986771796421, 0x0a283c5ec403ed96078702aaf6d79903ac7d1fee3b3e0edceda1521678d89669, '', 0, '?'),
(0xc43c9006544e3759c232a9a951da2e4a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0xcc7938c60948dd13c7203ddcc1b625ae, 0x96021db02e6d00596153635d8cb28c9791cd8d68ecb5aacf2b164879621e2859, '', 0, '?'),
(0xc43ff8de8382034cdbc2b282e7636b9f, 'wp-content/plugins/custom-facebook-feed/admin/views/sections/settings_footer_cta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\settings_footer_cta.php', 1, 0x00000000000000000000000000000000, 0x426c042941ed659a3e661288afc5741c, 0x89c20e97a52513507ce7b6928aa22372f8955627e027982b2f51686d85c65c23, '', 0, '?'),
(0xc443a0e4a0b7b25482091d669420fa12, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0xc44754448947d5e571a583489f422f93, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/AssignNameExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\AssignNameExpression.php', 1, 0x00000000000000000000000000000000, 0x25eaed74dfb4152740a4be93df4f8b5f, 0x61af31b73ccf2707a5537cc875ce311935e49bc2989db77c9bf08e00e12ba496, '', 0, '?'),
(0xc448c4bd0641e5a9d0a6535be24316e5, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0xd986ec5fc124115b2b54e671897a0461, 0x5b76e3938d71bf01321826966b1fd73e71d8e5a4c945490cda85610b19e4e7b0, '', 0, '?'),
(0xc44b00daab4afcf4053c1ea421a6d001, 'wp-content/plugins/backup-backup/admin/images/checkmark.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\checkmark.svg', 1, 0x00000000000000000000000000000000, 0x143650e568d2700471cf3f4fed25d977, 0x7f2b2bb482765acb94a3e6c0f251c3ecf1affd2e9611555d015f17c2da1b2385, '', 0, '?'),
(0xc456d57be980229ff6cd1ea74d4a269c, 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS\\State256.php', 1, 0x00000000000000000000000000000000, 0xe9128db83cd7e590e641f54235001514, 0x3dff3d7cc10f6e131d8389fc97da9376461bc96bfcda5fd1ef5bcc5fb44ffa9c, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0x1f1ac559e28b48bc74997aca7b278389, 0xb801fbf4fa8550014b0148615f91a83ae359918dcc1726573b23f107abc38c1d, '', 0, '?'),
(0xc46680159be4eafc613be1fbf6379d46, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products-deprecated.php', 0, 0xac851ce592f5f9639054ebb69ba68d09, 0xac851ce592f5f9639054ebb69ba68d09, 0x07eda562cea6b79c180f8ab1ca2c22274cea90dc3b1ca4179594b0b7022374e5, '', 0, '?'),
(0xc46d1bbc50de9b349178a198ad007a8a, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/string-array-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\string-array-prop-type.php', 1, 0x00000000000000000000000000000000, 0x3f6e8e7b82b89f01f227b8788783e21a, 0x4865acee5bd917267db9be73c5218a9df89a16cd01bfddaa6807522aa903f2e0, '', 0, '?'),
(0xc4701fc8ace9934553f7f795f930b24b, 'wp-includes/blocks/search/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0xc47198c756ac0035090c187fa586b5e5, 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/resolve-alert-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\resolve-alert-route.php', 1, 0x00000000000000000000000000000000, 0x75bfb814c7d640b63a7a1398bd01d5da, 0xbbf39734f200269236f24e7d4f939e35a9b6ee77bf94eea8d0ecb430fe9640d1, '', 0, '?'),
(0xc476fb562f57ce0bcf7b1d7d215ecf4e, 'wp-includes/blocks/html/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaff4b7b22601b70b4652cc7e52181609, 0x8c6bcd2244c0d61185ba3fbbdf573265021184b3497544b3af38953cd533b447, '', 0, '?'),
(0xc47e07143b2428cb7fb8b79770587ab5, 'wp-includes/blocks/comments/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x24f7d0bd1f3f0e0c2862b04b64fd32f5, 0xa36eef02af7ff711111afd80f70b87a596f1d97a3239b98c9d338753f484e5e2, '', 0, '?'),
(0xc482c0258abe99d7a96c47d2a5639d57, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-connect-google-site-kit.svg', 1, 0x00000000000000000000000000000000, 0x9ae913d0bb97fbe887e366c23327391f, 0x316ddcadd588b7637290a339e9aa27d8892729d6a5a56fd3b4f694c99ea5dfd1, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0xc48d5a69118392e37d1c96ece6f71032, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\OptimizerNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x4ee95c32de023b7dbcc75cd3ba1af4d8, 0xe7ed013583f43c3f60b3bc4069887407cf8b33ce526a97da2e34fb7a1c71c6ee, '', 0, '?'),
(0xc490bdf4ea9180c4b2e8cbea06d7d2a3, 'wp-content/plugins/feeds-for-youtube/public/build/js/customizer.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\customizer.asset.php', 1, 0x00000000000000000000000000000000, 0x15ef235d066a7a64d99630a71e7ac92b, 0x57648cbb4d725a2c7bcc0274c6c7e86e027bb86e1b8ba1b54b0102eefb66cb74, '', 0, '?'),
(0xc4941afe71a76be8091358c5e2fbd09c, 'wp-content/plugins/elementor/modules/interactions/props/animation-config-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\animation-config-prop-type.php', 1, 0x00000000000000000000000000000000, 0xaeda4b562e64aa63511978f07f9a5b89, 0x384fcab694ec2b6908a5029e287bea04ca6f77995e3864de64256f5f2d957b45, '', 0, '?'),
(0xc494c374e54c0d46447fea193f26d30b, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-toggle-underline-links.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-toggle-underline-links.php', 1, 0x00000000000000000000000000000000, 0xe67745061f284c3a47eba9d692a9b473, 0x238d9627fdd10dd86ec187f58c43e182581a8dd427dbb7c1bc8af3dffbcb2180, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x459b141a8d45d6439b1ec8d9e6737811, 0x9dd4d81c0797768c928c8765b5f0edcf77bbb5494865978f1461b57f922d63fd, '', 0, '?'),
(0xc49b0bc577fab2022bebb671415a1f12, 'wp-includes/blocks/group/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x68b8caac1de5c848c2e56b78dff683ae, 0x0ebaecd9a00bf458449a2fbc17350fbb198a003000ef446cb14e68f865be9c77, '', 0, '?'),
(0xc49c33cb2ff8292f058170e0e0439a29, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin_Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin_Notice.php', 1, 0x00000000000000000000000000000000, 0xd0951dd666813333e415d8e925606418, 0x5f8e1b76bbaf7f550a8c449c1d2c73840c115f44e862c1d8848684b855359a39, '', 0, '?'),
(0xc49f5c9b782ae9aa3dc409b02eaa5619, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\BearerAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xa4f039a654611343cfc112cf49953b40, 0x79ab4878b0643f97dec64f5706664766ccb6588d8d657e6d35b2f8a1c96660c9, '', 0, '?'),
(0xc4a585059e649b8f490ced957868b2fb, 'wp-content/themes/twentytwentyfour/screenshot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\screenshot.png', 1, 0x00000000000000000000000000000000, 0xca91cd0e39926d23b1f04c1da5a4c97c, 0x4905d71c2b6b472aa4d0aec69643db3eea412e981ba37e407f019beb5ed4bc90, '', 0, '?'),
(0xc4a5adb80179f4c701df5624582b6384, 'wp-content/plugins/elementor/assets/mask-shapes/pentagon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pentagon.svg', 1, 0x00000000000000000000000000000000, 0xe102571558a2f18ec6601a559480b3da, 0xfc63f1ddfa49beff406e66635fe5254e29728aad1f328d1cda327c46314baea8, '', 0, '?'),
(0xc4a7b18604a1b12bdd09658a747d30c7, 'wp-content/plugins/elementor/assets/js/styleguide-app.36ecabae74d9b87fc5a8.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app.36ecabae74d9b87fc5a8.bundle.js', 1, 0x00000000000000000000000000000000, 0xf725c17a2527e3200a62ee336f996f6d, 0xb03ba41aa055b6bcb58ecd5a335ca3a43900710037dcdf1b156fe6b5fb2d94b5, '', 0, '?'),
(0xc4a8a84f2ee1d52f396a88f4377ac68d, 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\suggestion.php', 1, 0x00000000000000000000000000000000, 0x934022560dbe5f7596e72ec87f46f4d1, 0x81fce3cc7f57092d9273ff6f431ba528341af519e042490b035109db14e15656, '', 0, '?'),
(0xc4a8c236ad2d70ea3924e7b65dd348a2, 'wp-content/plugins/powerpack-elements/modules/charts/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\charts\\module.php', 0, 0x796aed1057374c5f1b179e115cb868ec, 0x796aed1057374c5f1b179e115cb868ec, 0xa97210e5f9a178e53707c980ed0cf540b1579023b1e656e3fd48d8e081789ecb, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\admin-filters.php', 1, 0x00000000000000000000000000000000, 0xc31aad2b7b7d506b15b2468d74e160c1, 0x4a0add575af6ccd53e6fc9d4d3da378be39adfad5c74ae51d6bdf44dd5964cd1, '', 0, '?'),
(0xc4b687c696966f9d8ae7c3a8667b550b, 'wp-includes/js/jquery/ui/effect-highlight.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-highlight.js', 1, 0x00000000000000000000000000000000, 0xdef0f7c16eff42733e3dc27d5b2b43e3, 0x86097bb24ea5f9abcb1bacbd14cd6dee398643544f96f8ed2fd013d26b4b3077, '', 0, '?'),
(0xc4b847a0e61cbd1ba72986c576d10ba8, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-single-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-single-post.php', 1, 0x00000000000000000000000000000000, 0x61f622c4b42ee15b8fd25ebcc7ed4416, 0xe6f7e4abcce5da7089abf9dd9f665fec8c1ccce66e59597a14be3f53664a3d15, '', 0, '?'),
(0xc4c1fb6bf61e47dc26d0f35f573c5e6c, 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\controls\\fields-repeater.php', 0, 0x2cbf1d16e1576e044b7aeafdca427aaa, 0x2cbf1d16e1576e044b7aeafdca427aaa, 0xccaedaa8006b9301dcbe8759080e55662a65ea0de260c4b593189ee5fdc312d9, '', 0, '?'),
(0xc4cf6582fd4e102dcfdd40311a05a3cb, 'wp-includes/blocks/legacy-widget/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\legacy-widget\\block.json', 1, 0x00000000000000000000000000000000, 0x8347d414dd748d6e7297c20b2a619cf3, 0xe03ee4a32188fb164fb4ae6a65f886d6451922ef91ec7e392a35a830b5943381, '', 0, '?'),
(0xc4d18d5b162117bfae9bdecb42f82760, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-02.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-02.jpg', 1, 0x00000000000000000000000000000000, 0x860970eb66e5128612094ad34a4ef494, 0x5aa247ccb2298b9ba6367f72033875ac7ac8e7b46ca0f3b59e8b6d63c7c89535, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xc4d48be2c446eff3a390b802c29402ba, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/empty-state.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\empty-state.php', 1, 0x00000000000000000000000000000000, 0xaea353e62757742a7db6f3d6aa12ff02, 0x500d77a20cdd2f15f3ff740e4df08ae7c794136eb1190bca839ac9bc78212d05, '', 0, '?'),
(0xc4d81cd7ad88c48e1eae17fd9b85f1ec, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x197b29e306ad379d77abe20c46168718, 0xb29b2e521427eac431e7fe74adcf6166af2a742e8b7274ef7627a0627f87dbe8, '', 0, '?'),
(0xc4e717afd2b235022eb4c23325793fcb, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/available-posts-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\available-posts-route.php', 1, 0x00000000000000000000000000000000, 0x96e19753cbbbc82e034325733523b9ef, 0xc04a20ee93a090778d12ef0c756bc3df38f1bea22d395830ab1200050f73cbcd, '', 0, '?'),
(0xc4e7e57f6a8edf67e98d3e88afda224b, 'wp-content/plugins/elementor/assets/js/design-system-sync.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.js', 1, 0x00000000000000000000000000000000, 0x50eea227caef1d0f3dcb2f10491dc96f, 0x51d0b97881ec821ef85e4cd33361d5127c15ce0db4c359661f3983cce1306271, '', 0, '?'),
(0xc4e8b4c9bb5cd805ffe3bea76910036e, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/payment-required-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\payment-required-exception.php', 1, 0x00000000000000000000000000000000, 0x0129f2a84dd1ac4ebc0df412fef26331, 0x189c0cdce03c8ec0191c0dc25bcb2a0b5321b07e719daf65b044078b13a0ad44, '', 0, '?'),
(0xc4ee6f819803da24d71fc8dff4c53f35, 'wp-content/plugins/custom-twitter-feeds/admin/views/support/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\support\\index.php', 1, 0x00000000000000000000000000000000, 0xbe1dce36935387959bedd175374892fb, 0xb46db65971f392e9dd7488986281fb3d1cb2ec335b660b8c19bde233f7887292, '', 0, '?'),
(0xc4f19c18c5d0846a5bf627508060c179, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x62071a995407e3770c5f0c111c629cc1, 0x8f48f9111d55ebc177b5f2d883ac6eaec215fdc2d7ad1b8841cce7fcd2c39165, '', 0, '?'),
(0xc4f4cc891ddd809653f01c21ec110485, 'wp-content/themes/astra/inc/lib/astra-notices/class-bsf-admin-notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\class-bsf-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xfe0d910bf9bae68ba261f2a00946a11b, 0xb4afe0d250eef571ae27e0a2ef8c17a09e1f3bf0eda1f4636d59494584e9e7e1, '', 0, '?'),
(0xc4fcfa4c25244735479bdf073e65cc34, 'wp-content/themes/astra/inc/customizer/custom-controls/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xc50047e83d02aba27eb53fc4d470b09d, 'wp-content/plugins/instagram-feed/admin/views/settings/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\content.php', 1, 0x00000000000000000000000000000000, 0x80879670b4769bd8b92dc70394e39043, 0x67112ff05c5c113a0185df9c9c45e044c5f48e8e1dc423ba6bf80105a11171ce, '', 0, '?'),
(0xc503e49c805ff8b750b775c61303e801, 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\lottie\\lottie.js', 0, 0xe17c1ee277acd9ec869c632c425e3018, 0xe17c1ee277acd9ec869c632c425e3018, 0x0aac8b2dc2b3df1fe449c670e84035b95a22fa6f731830e4d9f25270eca989ba, '', 0, '?'),
(0xc5047622f1c907aff045c5afbedbff9c, 'wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\announcements\\triggers\\is-license-expired.php', 0, 0xb63599905199cba57b8f43a7ce47eb17, 0xb63599905199cba57b8f43a7ce47eb17, 0x703325df9d7cd44253665b369ebbfc65b6e5a9a26484164d62256813b5917d42, '', 0, '?'),
(0xc504e6d89effa03ab0fcbacca28c2080, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/create-new-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\create-new-content.php', 1, 0x00000000000000000000000000000000, 0x6131c46dc62761471252ffb10c8a837f, 0xd88a841e3c506f3e9acdfed278da76dfa2b7ff5ddca59583cfa993576d3a6f72, '', 0, '?'),
(0xc505356a707f5f31771429a8e8a574dd, 'wp-content/plugins/wordpress-seo/src/task-list/application/endpoints/endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\endpoints\\endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0x94b34348036bbbaaa282ba84d1b47ef9, 0xb17ec20a1c5f3e84fd9e76e87610e18249237169ecf874032a34cfc338da2094, '', 0, '?'),
(0xc506332acd8bbecba2211e36e1d2c0b9, 'wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\call-to-action\\widgets\\call-to-action.php', 0, 0x8421a5c7ef0f3975baa4075ac0c2fa3b, 0x8421a5c7ef0f3975baa4075ac0c2fa3b, 0x5570ef624c97324f9daa70b4ba6174e0c373c3f3f8814b254d5535506cc2e77e, '', 0, '?'),
(0xc50dd948c542a61ca387302f005305a1, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-tabbed-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-tabbed-gallery.php', 0, 0x34c675bdbb6a8d6b4056d52ca1162ce5, 0x34c675bdbb6a8d6b4056d52ca1162ce5, 0x559d21e1790034dff1127f9de1fdee154ca303d3af49908295f9e6f4ede45205, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x77f63c5e43f06da4012e98101d0dcf60, 0xe89f5dfa64409c14139791a88792a28e220bf78a0d35e6aaa2d57fb95bfddce5, '', 0, '?'),
(0xc51398f75a0fe6587c0ee56fc7cad472, 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\export.php', 1, 0x00000000000000000000000000000000, 0xdbc8dfc2b987f4e99c05a88768202be8, 0xd000959b0ae40c4ed11bcfbcc2f895a4fde84f6576b45c1de2cc4875d83deb67, '', 0, '?'),
(0xc51a45b65606ef7db51c5966b2ab22a8, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-fonts-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-fonts-menu.php', 1, 0x00000000000000000000000000000000, 0x9395d9f79f745766943841d0011630fd, 0x9df55a25a438b145dd239d2ca2ca6eb4e038dd07090bc316259812fc98638c89, '', 0, '?'),
(0xc52589058fea62b88820912924d28522, 'wp-content/plugins/backup-backup/includes/banner/views/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\index.php', 1, 0x00000000000000000000000000000000, 0x63af4899e27f5835c65fa301218f4685, 0xa2057f387367a48770a4ea4642d1448a53e788c92187b301a85cefa0a3afc7e4, '', 0, '?'),
(0xc52822c428e93995065ba970a8fa9d40, 'wp-content/plugins/elementor/assets/js/8b4f35f99eb521b37d0c.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8b4f35f99eb521b37d0c.bundle.js', 1, 0x00000000000000000000000000000000, 0x6c872858c828d641df69fc6f91705e91, 0x87f3dfdfd99f1f4496e061d41b357ab8a93e27593f0d8dbe2d367bb623346b5e, '', 0, '?'),
(0xc5364ecfabe57cc3472538b4ea06ab02, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-content.php', 0, 0xc72ca0b267c57c85ef7a0034ee3e59b8, 0xc72ca0b267c57c85ef7a0034ee3e59b8, 0xe35bf432c99e3a3bb3d7d74780582390fee0c3412000f7fd7620fbd2bcff6733, '', 0, '?'),
(0xc5420cae7b4085f03850a2e6464e6051, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9564.5eac9290e90db600.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9564.5eac9290e90db600.js', 1, 0x00000000000000000000000000000000, 0xcdf0e99f03623dd011bc62bcd64eecf1, 0xe55b49e29f611a027aed9f37117f714bdaf09bf6668414765651e4db09fc47aa, '', 0, '?'),
(0xc552ab2464ff12fba876611cf7c41a6d, 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-16.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-16.svg', 0, 0x8f9c60b95a5d9d146617aa088369b19a, 0x8f9c60b95a5d9d146617aa088369b19a, 0x434d8bc61bd0d5eecbfb4fc3289e6139cac8725ce03b0564683d69bb3fd353d5, '', 0, '?'),
(0xc553a9749258e6691b9c7d8e36027bf0, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/html-tag-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\html-tag-control.php', 1, 0x00000000000000000000000000000000, 0x766653cf247244c3b475861f8393b380, 0x88c15508ac85c8186aba7134a3370b96214c8f43fe57654a526917e106efb8f4, '', 0, '?'),
(0xc5548c9556cd369ae08dee44dfebec67, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x11bf755dbda47923fe9f179cdd5b5a0f, 0x1ec67cac329808dc9895f621652d81012ae9082a97d0b0e7b2cd81a38c5a05a2, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\handlers.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc561843187bbe9a2a4fcd55644001dd8, 'wp-content/plugins/elementor-pro/assets/js/paypal-button.5c63e4c8f36fb06aff31.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\paypal-button.5c63e4c8f36fb06aff31.bundle.min.js', 0, 0xdcb3c7a08b04e6681ebe2051f69bf820, 0xdcb3c7a08b04e6681ebe2051f69bf820, 0x4b43cf3ca4cbb49b36c6400f353e74a9e16090d98f3663d9a5dfce9275f65a7e, '', 0, '?'),
(0xc57186bf2a3ec14d1f06d1902b7f1654, 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor.css', 1, 0x00000000000000000000000000000000, 0xaa9176c17f53f422c88a96e1954147d6, 0xa50488d1db96b26b04c793123de24947be9b655f6820d8d56a6647c15c00c4e6, '', 0, '?'),
(0xc577728c8fd0c1a723b7f6ded564cc02, 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.strings.js', 1, 0x00000000000000000000000000000000, 0xac03248230d0765280f26c8543c56cb3, 0xe104d9486aee848a91088dc5d433745c0f396eef5b1520c69a2e9026cb23255b, '', 0, '?'),
(0xc578656a75f9ef1b1203b8d91007b28a, 'wp-includes/css/dist/edit-widgets/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style.min.css', 1, 0x00000000000000000000000000000000, 0xad42439f980e24e568bef6b2547d69fe, 0x28179834706e647df73ffeaa98babb8d92f2152d31835efec2a01ac1a40354eb, '', 0, '?'),
(0xc57a6e7c173fe80103b1c988832e6176, 'wp-content/plugins/elementor/modules/interactions/validators/string-value.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\string-value.php', 1, 0x00000000000000000000000000000000, 0xd7c68ec7522d9ac52538e4564da0b3e7, 0x35996673c2ced22609688ff22fc40424fa0caa10f4b2afa5c70499bde6539ff7, '', 0, '?'),
(0xc580f066edf0f1023b088f34c51f19fb, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\control-media-preview.php', 0, 0x7295c6919838088f651fe58029a16a62, 0x7295c6919838088f651fe58029a16a62, 0x6498cf348e553042e01f80ee447a4ed0872e2c35f3a336ea657852a522af7b1c, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms.min.css', 1, 0x00000000000000000000000000000000, 0x25a8098cfdc0aac75290eb4301fa2471, 0x7e4edaae7137750922bda25c1f1309e969a45d566d2eb4c113c8d2987fe9b166, '', 0, '?'),
(0xc5860b801bd4a17969d344e28231049b, 'wp-includes/blocks/embed/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xc586db9969aa822ba4435e84d7cf8d84, 'wp-content/plugins/elementor/modules/home/transformations/create-edit-website-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-edit-website-url.php', 1, 0x00000000000000000000000000000000, 0xd322eca4b8defca7e064aca99c9642e8, 0x4cb4d224b5e1ab6ada497e60c971c97c69ec6a62c3cdec4a280536d787fa4666, '', 0, '?'),
(0xc58de56ad44eb39c790ace0307876c29, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0xc6ccea84293f78c9888a06b88c8a0679, 0xe95f66fb47cee71242fc6d7fa488a598fbe458bf8558ea9f7bffff49dd75cec8, '', 0, '?'),
(0xc59087355dc18764787610fd3a1c07dc, 'wp-includes/blocks/pullquote/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ee99f292413ff74aefd4f32b0ae86c6, 0xa24fa69fbf08dc7c315541d9671fb2831baf5cc00d3a4a6ac62f1712f04c5b45, '', 0, '?'),
(0xc59c8300bb3e6a19f42d8cbba79aa4ea, 'wp-includes/blocks/latest-comments/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style.min.css', 1, 0x00000000000000000000000000000000, 0x4cc374bda5d7d9ebfba59a33eb845461, 0x3c4528b7538ca31857e4ae932bc87cd1ab24d334289fe28676577068f25e64a0, '', 0, '?'),
(0xc5a236b844c56f2b96f479195d6af35a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/media/owl.video.play.f58194cc839da0199212.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\media\\owl.video.play.f58194cc839da0199212.png', 1, 0x00000000000000000000000000000000, 0x446a353fddb85f959fea3075c9156ee5, 0xda0180798a285672a23a4df1899bd5d8f779e2aeb3891812b9eb8d50335df0b2, '', 0, '?'),
(0xc5a6e7e8a6d92d39c32e09b9baff2fe4, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 1, 0x00000000000000000000000000000000, 0x755a9ca12a568eebfb5efd9a33ac3a80, 0x30807207bed5de6efa35d4a8879f9fb74b86c7a718e40edc5ecb0d2a80ba3ce0, '', 0, '?'),
(0xc5a87e509992e50813c1a01507e8862c, 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0x044489c61e63432e43674d3531a1626d, 0xdabc23544d2863453df08296bd951a714ddc6882b8cb65b5d189e8f45fc43b7c, '', 0, '?'),
(0xc5ab02c18893f5bd6b3d793157de2754, 'wp-content/plugins/backup-backup/includes/database/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\manager.php', 1, 0x00000000000000000000000000000000, 0x7f5d49bd87c785aab9cb5e20e57d92ff, 0x627685248901870df3ca5c6b4ec2c5ba70ce00755a29548ce7f5123a09c35841, '', 0, '?'),
(0xc5abfed71d0f1531eb101def702a5da5, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/book-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\book-icon.png', 1, 0x00000000000000000000000000000000, 0x7f11f3b3098d070a7f2b966a06f837b4, 0xf5eac4ec5657b4f110bd34f469cb942ce43130f4ad599cce3ba063162f968cc1, '', 0, '?'),
(0xc5b1da3a6dae8087963aab1f02f06e69, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/link-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\link-prop-type.php', 1, 0x00000000000000000000000000000000, 0xb8be8c56189a28fe0a6a11b239d4f52e, 0xedf60197c1ad289ab8ea9dedb47d97fb957dd789c75f0f38120a14d17f93c320, '', 0, '?'),
(0xc5b76b972c519f8a22944b152aacfe3e, 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-paper-presenter.php', 1, 0x00000000000000000000000000000000, 0xb316d896b579f4d19ca0ba6203190fa6, 0xcf773fe41c577e97b68f5f3df688e7856ecd58afbb8d694f3c2c121288c2dac0, '', 0, '?'),
(0xc5bb8dad21d75449d9dc0c6b8c6ec5f9, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0xe8c6821016f0472e6dcfb1385ade6d42, 0x7f7803219675b2d04204942591c4d374ac927abc760793b97a33e2a6724efdab, '', 0, '?'),
(0xc5c65ff929b75687736794c6ceca172d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-data-tabs.php', 0, 0x6ccff47401caf21ba8cdeb73e29fb0eb, 0x6ccff47401caf21ba8cdeb73e29fb0eb, 0xfaa959628daf002a083308b678b96d691532873db0a776e7e5c5d7478e31f2c6, '', 0, '?'),
(0xc5c6c925db22f0eb59185051fdfda22f, 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/unminified/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\unminified\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x19b611329755869de0223a6c49601f30, 0x65b38e52849389f78e7ddefacfc0f762da425f578ffb185a002a5ab619719aa3, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0xc5d417b31202aed54baf93141831a92b, 'wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\staging-row-template.php', 1, 0x00000000000000000000000000000000, 0x6ad3e26db309a3a728af24ea4e452049, 0xdf628bda11364889f249b95e71f5f2974b2e9836c6b53e70ddad5bf7b8bd0908, '', 0, '?'),
(0xc5d41f5584ac9d457eb08bff2db2601b, 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\searchMetadataPreviews.js', 1, 0x00000000000000000000000000000000, 0xd71a2453d0d1ecd5a2f9b0622eb5bbb9, 0x82d517a4936eb0c080966e9b98569b07bf591d991f60fceb7db791218edb7b3b, '', 0, '?'),
(0xc5e525c117dbaa1af5f70263ee217cc4, 'wp-content/plugins/powerpack-elements/modules/info-list/widgets/info-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-list\\widgets\\info-list.php', 0, 0x9345bca22f89a85fbbee42e9ede712f1, 0x9345bca22f89a85fbbee42e9ede712f1, 0x56a486e5ac71452384119892ee13580693c4ce57ac76916ca247a8ce41608d0e, '', 0, '?'),
(0xc5ee02e0e4d4ac623a305bf1c81cb5fb, 'wp-content/plugins/elementor-pro/assets/js/code-highlight.872070dcb83100cdc6a7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\code-highlight.872070dcb83100cdc6a7.bundle.js', 0, 0x1621b8396e974a71942d63b03f40e623, 0x1621b8396e974a71942d63b03f40e623, 0x65bda952449a01eed6835e48948d7de061c457589e58e8ac3d9b8a57fce75c41, '', 0, '?'),
(0xc5ee55936f84104a09fd7be53c1bfd5b, 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\learndash.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xde23ed706085b9c8a7f1d24da4c0ddd4, 0x32c8bcece1dfc75aaeb82e988012de0c3c11d4b4b21e82e6ac6954a1c946043e, '', 0, '?'),
(0xc5f65a5444c00d9d5bf8e546634c4cd3, 'wp-includes/blocks/gallery/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\block.json', 1, 0x00000000000000000000000000000000, 0x77a031ad9cf9534cd7309e69968aa433, 0x37470d50dcd6fc591dacf9df3045e147a0e7e33ab2212231bde15eb00176786b, '', 0, '?'),
(0xc5f911240d0d5b3ebeb2693095dd9ad5, 'wp-content/plugins/powerpack-elements/modules/presets-style/controls/presets-style.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\presets-style\\controls\\presets-style.php', 0, 0x47a32397735ac3b17d8cae320797da67, 0x47a32397735ac3b17d8cae320797da67, 0x83af0cc0760fda22250cec1702a60283901b362d60a2a65ce99a1978f263e479, '', 0, '?'),
(0xc5fe5104ce93e9a766ec13589336e914, 'wp-content/plugins/powerpack-elements/base/extension-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\extension-base.php', 0, 0x8fdc3a3797d8d1b737f7ff037b4ac153, 0x8fdc3a3797d8d1b737f7ff037b4ac153, 0x6e451a5787922d1b9be3f1d05fee881bacf9c181f1c8177244dc8162d66ce810, '', 0, '?'),
(0xc5ffef3f19a253ff07749b4ae419b041, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0x24b5eca38eefdbf31ab962f0dd71eb88, 0xd6ec8b7fd9fbac731629a657ae43ef602c65ca8ef4d1e5faf8607c115503b919, '', 0, '?'),
(0xc60719b77878dfd7771b5dfcef331db5, 'wp-content/plugins/wordfence/lib/wfScanPath.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanPath.php', 1, 0x00000000000000000000000000000000, 0x3b596b8c6a8ba0a3527a4124123230d8, 0x188ce0adb933ac765186506a8bc57506242491f7659aebdc8b834871a995ee87, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\inlite\\theme.min.js', 1, 0x00000000000000000000000000000000, 0xe25a3d100d6f3c33a4a145d0ed1e16c2, 0xb7220cc13b6cbeaf007327e26c420eb433719a36298c38920a40064487b2b8ea, '', 0, '?'),
(0xc61115e82a0357df65b0e669cd0958ab, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.js', 1, 0x00000000000000000000000000000000, 0x349fb225db0ea4396e69a488e07be18e, 0xf9640756c40b5cbaba92fb57a037d60ea74b322005b0b77a72ee0b93e0382fde, '', 0, '?'),
(0xc623988fb0d29d1d0983b7d1a8f34dd6, 'wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x414e639fcf7b63464bb63691cd7318d2, 0x8dbaee9a8ac461c7a0fbd15fae3f0d435777046429dafc3649841e9ff8bd1fe7, '', 0, '?'),
(0xc629b3211e98580f3fa985483b2b3092, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0xc6370e2442a68c47259d2454cd1552de, 'wp-includes/SimplePie/src/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Parser.php', 1, 0x00000000000000000000000000000000, 0x28008bc805786b4a6f00e612195fa515, 0x6eca463daa87534647b54b8dcdecaa1410e06f08ce7dcbeda6ad192772ff1fd0, '', 0, '?'),
(0xc63fd682fb20a6f917ab4242906cb5bd, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0x11d35126d84f074d58b254ed7685ead9, 0x5f4731baa8c9d12434caeffc58915edb3132566475f19fc7896242b060ac0462, '', 0, '?'),
(0xc640b3f03a3ca2056f7c134a2d65b41f, 'wp-content/plugins/wordfence/images/wf-error-badge.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-error-badge.svg', 1, 0x00000000000000000000000000000000, 0x89455174c4d87309a14d7abd79a6f7e1, 0xbfe5a8e6ae9946a6ce1960c461a4dd80de6bb6ddc86d45ed51b4a52b7ea40ee7, '', 0, '?'),
(0xc64b5f2cff7156bcefd55dea70a62a2a, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/like-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\like-box.php', 1, 0x00000000000000000000000000000000, 0x3772baa07548445532a88d05fb2eb15f, 0xa79c5f6cab6b0f4954480b4a8a242430bc89a0bea0691354cb25d2e8cfdd0c58, '', 0, '?'),
(0xc64d8ae3bbd976027c3e015c31df79ed, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/article-schema-enhancer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\article-schema-enhancer.php', 1, 0x00000000000000000000000000000000, 0x0ae2aea1c3e981290d27c77695f8037c, 0x32a04eed16680dd8fc57f755167531415dc791a4ca440e8aa952a54a48e751e5, '', 0, '?'),
(0xc64e694bb539b81e64c16692fd6867a2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/team-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\team-avatar.png', 1, 0x00000000000000000000000000000000, 0x87234bdd572ce4b90e59279e776846df, 0xc978e57e2458a38dd61f8487f166f7897d1ea748c266c21111b293a01dd180e7, '', 0, '?'),
(0xc653d7cd64fc36e885d6cf1cce0fbe6d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-300-normal.1b79538ccd585c25.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-300-normal.1b79538ccd585c25.woff2', 1, 0x00000000000000000000000000000000, 0x927b3dd35ca4949daf91772789b2dafe, 0x2b0477fb99dae253cb21f8275db112aa7fbc464d9162d2d0f9f0502616502cee, '', 0, '?'),
(0xc6580d4ece8c222692d2ec3547f3174e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb2368a7fda5dda461c1f8e0e83a7f665, 0x9b54d4be3bf5b6e994ecffee80b7a3bbf3a036b4c7ee99374d3658a9ef15c753, '', 0, '?'),
(0xc65aadfbbb1a93763fa8004da25d10d6, 'wp-content/plugins/instagram-feed/assets/svgs/timelineIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\timelineIcon.svg', 1, 0x00000000000000000000000000000000, 0xc7c87809c5d06bc7de78dbd3c93aff51, 0x3c4e741024661ca87d499de89b736fd7636158e84fad3fc8591621c6c49c7e96, '', 0, '?'),
(0xc65c2ef88ce6892ea61822531b4d5f7a, 'wp-content/plugins/feeds-for-youtube/inc/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0x4cca6640ea1e883cc7d26d21b013ea99, 0xdc9a0c0a28e44797ef13bd58177e493c315cd4febf0e7207d3cc9ccb7ab10b76, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xc665c433b21643c0cc298a38bcf70c00, 'wp-content/plugins/elementor-pro/modules/nav-menu/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nav-menu\\module.php', 0, 0x1f292ee04250f3d1d07d27797520a629, 0x1f292ee04250f3d1d07d27797520a629, 0x2308643a85f7b52f9ab317aab01d7c16021c54ca39cb4fc1866b50bb9915793f, '', 0, '?'),
(0xc66820bfbc57086bcab6d366c3f4b41b, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0x4541d79c7bf3ea189abd1678b18f455f, 0x5ebcd8bc4160466140890ee6107be27cc16db9ff7d34e03ec10e041daccda1c6, '', 0, '?'),
(0xc6688128d9b2eea226106282ab5c656b, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-presenter.php', 1, 0x00000000000000000000000000000000, 0x2ec54509fd9aafd9f21a8df1b80428af, 0xb834260b5c3cf5c09d237f032351b3d995f16ff64690f6f2d06b1c7c08918078, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc669104b24d27c3a33ac09893f7ae688, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ConnectException.php', 1, 0x00000000000000000000000000000000, 0x6c5f6bfaa43e4455539afe253cd4d311, 0x0c2921b49057acfddbf921e0b5ca8071c98144af3e8b9b47fb9467f7cb9b31f3, '', 0, '?'),
(0xc66f6b8bb3d8cf731d1ac864135132f5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\endpoints\\favorites.php', 1, 0x00000000000000000000000000000000, 0x16335a59ec9308c6c32c875a8edf51ec, 0xc8a80fa7a468d5e10d6c6aa91762c54e8a72c9a253848279f71ffd08ec09ee9a, '', 0, '?'),
(0xc671e9265d26873d8704f0b6cd6d07e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\EasyHandle.php', 1, 0x00000000000000000000000000000000, 0xab9e93b31d006a7fbf94ea0dd6c15f8d, 0x84b5fc83e0455b1ad18b3fdba280c1d27857f436ad61409a538b0bd1d1bc12bb, '', 0, '?'),
(0xc6745e8dbe9a2fe5ad84c79df66d3211, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-child-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-child-task.php', 1, 0x00000000000000000000000000000000, 0x02a1e429dae4f47d2f178d43c2b3d5d1, 0xcabf549233a7d6a044c7951d6d748d275d4ec7110f3a5181bcb5b6e1ecd91235, '', 0, '?'),
(0xc67ec6b474f2f16a4c87ddfa95a3337f, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/more-feeds.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\more-feeds.png', 1, 0x00000000000000000000000000000000, 0xf79d085b6de8004b364825fe7504ff2d, 0x26b9262cfbbf3b7c16dff84ff268cd7d327336f44bf3db0b9a0150242ae9c8e2, '', 0, '?'),
(0xc67eca4611d64c7ba0773f8e4d4115e1, 'wp-content/plugins/wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\wp-reviews-plugin-for-google.php', 1, 0x00000000000000000000000000000000, 0x047dbad263ad8fda9ef5c572fa52586a, 0x7ee4ccc4a2de8a4dc1dad3c4afa4cea99e44788e8eb881dea07c4cb3022886bb, '', 0, '?'),
(0xc681f0ea8ea21ad83a4cf9c44a43fd24, 'wp-content/plugins/reviews-feed/class/Common/FeedDisplay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedDisplay.php', 1, 0x00000000000000000000000000000000, 0xa29e403d67ed96ebdabd4818bb28f4ea, 0xea96bcba1425c5e9ecae654aafe43d5a8b7623aacb122f401de6e0e5882ee5d6, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\media\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36ce270b0231ea5adefe919ec2661b20, 0x0ae93e8debe1e74551de69b6e6bcba98e46b8f7f7dc3aea8c7b2938d97fea3e7, '', 0, '?'),
(0xc6878841f7fd3c3345abb86e2a45acd7, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0x9b55d69dc34fbd6606a1b72116bd5452, 0x15f10bcabeeffb8a1021eaa2c808a7aca237ce91917b22ff154598971bb2783e, '', 0, '?'),
(0xc687a18908c09b5d1eeac4ace8de989a, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\interface-collection.php', 1, 0x00000000000000000000000000000000, 0xa1d12fea387372f225e62cccc9239f9a, 0x745f3ce34db9fdd2049e07eb2c17746f7ec966d459ca63d7ae92f1e332286ab4, '', 0, '?'),
(0xc689e489e0a93353ba2b63b87f2c4e35, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\ControlByte.php', 1, 0x00000000000000000000000000000000, 0xda0cf03dfbadf678eb9024fc16b42f22, 0xa0dd07184845ac2a06f89820db64c7adb1c9fc6cd9c62995add81d7acc38d3b6, '', 0, '?'),
(0xc689e7137babdfcdc927647daf0eead1, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-upsell.php', 0, 0x8b6c656a092952fd112efa973315a65c, 0x8b6c656a092952fd112efa973315a65c, 0xc1a70063bee429318eeaabf48aec8cd2e40223ad0f338a85698c7a9efd3bf9b3, '', 0, '?'),
(0xc68b25028490dd68917daac1d2d374ec, 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\sticky\\jquery.sticky.js', 0, 0x4379bb936c04dba2c34803cda138aa4c, 0x4379bb936c04dba2c34803cda138aa4c, 0x07d9791d1aa23c9cb64346c7ea0d4ef6673fedf72b27231113d3f62c614d8f79, '', 0, '?'),
(0xc68f749dafbf1ae2bbea6f2bddd5d8b4, 'wp-includes/blocks/spacer/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0xc690388b0e739199a8d01fde81b00b66, 'wp-content/plugins/elementor-pro/assets/js/app.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\app.js', 0, 0xbf78ceecd5f398d984ec679268a222b5, 0xbf78ceecd5f398d984ec679268a222b5, 0x95779983c7e1d7ded76c66f7c5a8dbe65973778b6612debbf7658390d218d3a2, '', 0, '?'),
(0xc691fc59a443724a041e72d7cb16b5d6, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\breadcrumbs-block.php', 1, 0x00000000000000000000000000000000, 0x5bcf3cda6ec809561be75b1eb2b2dd62, 0xaa30db40c45d87c9bce5899991857420f9ebab26ff5570d06c3f7163631a8927, '', 0, '?'),
(0xc6960515a2d59eb0b003ad5268d4a174, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Config.php', 1, 0x00000000000000000000000000000000, 0xcdd9ea72121d8f81a5188383ac236a0d, 0xa5dd15858abee9d8166e56acdd94507720101e435c35536ec575843560a13d2f, '', 0, '?'),
(0xc6963618a4fdefee0c3f791f21af4067, 'wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-controls-toggle.js', 1, 0x00000000000000000000000000000000, 0x70d62087272f8d56cf2404ff85b794fb, 0xc5490a139e3675addf40f11419248327307aefa18726067200037e9269a19b9b, '', 0, '?'),
(0xc698c0b4f1860af6c671e82def3491fb, 'wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-organization-schema.php', 1, 0x00000000000000000000000000000000, 0x43fdfe0117f7b2228521ac86d7204a62, 0x8dca457e04eb78cf58aa03b1c6843d1453e0d4030ec82ad05f1537d03f3edb4b, '', 0, '?'),
(0xc69d07e5660a89fc1ae50043915d9c8e, 'wp-content/plugins/elementor/assets/js/editor-document.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.min.js', 1, 0x00000000000000000000000000000000, 0x2e3389218a66a4ee653b0e19c2a1ccfc, 0x2f80252f70dd0bcd2bfa4203ae3e33c769a1beb124c113781b0c3ebb72b2dd49, '', 0, '?'),
(0xc69ed209f8f2593e1ce8a6aab88923bd, 'wp-content/plugins/wp-reviews-plugin-for-google/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\uninstall.php', 1, 0x00000000000000000000000000000000, 0x19aa5bcfeddbed7c6207cc83738c2275, 0xf22f014dcca011bb5992bd7c7645aa8997421f7c1effefdda54e69fb6281dc8f, '', 0, '?'),
(0xc6a90ada071eb9b8d09210cfe7bfe143, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-images-only-3-col.php', 1, 0x00000000000000000000000000000000, 0x1b2f18fdabbb202d438516bed33c4d65, 0x7f8bafa1fcbd3b168354226b0057bcbba65a5820817631b3f96d9408e241acc1, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\plugins.js', 1, 0x00000000000000000000000000000000, 0xf631877b2c776eac464b5751e7a11924, 0x53957365253f5f13f98e154e6905d0ed0b2b104ac8412d9b42dada3f9b944c09, '', 0, '?'),
(0xc6b298a99ecac3ce9a4d257c4b3b4e01, 'wp-content/plugins/instagram-feed/assets/svgs/info.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\info.svg', 1, 0x00000000000000000000000000000000, 0x68844d072c4ea80c9395e12588c3a8f5, 0xcc207d95c9b112dd5aade0589da98fc3afab56804ed2ad34c04af61493bd02f1, '', 0, '?'),
(0xc6b8b60b2b9a8f68fecb595b8cc05478, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0xc6bb24124a6a18ff113d7e53fb247a0e, 'wp-content/plugins/backup-backup/analyst/sdk_resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\sdk_resolver.php', 1, 0x00000000000000000000000000000000, 0x5bf9deac717351e3aeae3dfb9335549e, 0x7e8bdf031cf40e87a35e486fe665b4b8b6ecd47fbee823f47fa68f9c79eacbbf, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xa99372e3c9400667810c1018039eb187, 0x76473e5956a05e9ca81013593f3b034dc260bf40b051c68204d4da308c57eb22, '', 0, '?'),
(0xc6be1ad215606ef2af675c9c5f960fa7, 'wp-content/plugins/powerpack-elements/assets/lib/isotope/isotope.pkgd.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\isotope\\isotope.pkgd.min.js', 0, 0x2afcff647ed260006faa71c8e779e8d4, 0x2afcff647ed260006faa71c8e779e8d4, 0xe88a07c20a8487ebd1be9b273b53955b6e8800392160bbc7eeb6e07ed2053f7e, '', 0, '?'),
(0xc6bf2e28a9d9e7c285e2b1d58850d708, 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0xf1e98f0e001c43a0a1a25e52477c35fa, 0x17eb4b5e1d4c0f43e27eaeee4c0ee3b697852cbc7d8fea92a4fffe49d5f9ef00, '', 0, '?'),
(0xc6c483841e0374eca3d91686dcf4ab73, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/circular_arrows.7441f827664c3d595e7a10813ee3f5f3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\circular_arrows.7441f827664c3d595e7a10813ee3f5f3.svg', 1, 0x00000000000000000000000000000000, 0x787ef4bbd37b5d51c066f525cb1c72da, 0xea9d9634f94191ddad69a72e967a68fa7a3b68905fd9ed9b2b16675171e0a155, '', 0, '?'),
(0xc6c5eed43b56deaf809da46e81547920, 'wp-includes/class-wp-theme-json-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-resolver.php', 1, 0x00000000000000000000000000000000, 0xe70b1fefdb56afb4506472768c241f4a, 0x83d927281fdc18a73b6df54255594f412cd14a30144bea74672de91b7c836788, '', 0, '?'),
(0xc6c7a294b51aee8168320ce7ee9bb13f, 'wp-content/plugins/elementor/modules/global-classes/global-classes-changes-resolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-changes-resolver.php', 1, 0x00000000000000000000000000000000, 0x7ef0c1e87c8dbb0af9990b56565b4fb7, 0x77da55713762825a329db81320bcf22fbb11697bf88521846d8ff24b652f9d05, '', 0, '?'),
(0xc6d264f746f5fac1fc032222f97d1fb6, 'wp-content/themes/go/dist/css/style-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xef658ace0844b35ce4b25ed564cdf4a9, 0x695522a1c7f32c137d3189e15646c66a84a2178ac65f8752a9081071f282eb9a, '', 0, '?'),
(0xc6d66781048d76ce2ed98e96b9b98f4b, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\help-scout-beacon.js', 1, 0x00000000000000000000000000000000, 0x6f130778e2c0e0092bf92610d41e240d, 0x58a692db2e5b3f917df6fb2d5f3cba88f8727c15b48e99327df14b2779a7489d, '', 0, '?'),
(0xc6e422af0e56424a9fc700144bf2aba5, 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.strings.js', 1, 0x00000000000000000000000000000000, 0xe3a6cb2237c9d6f5d654c2a008422f51, 0x0c226b346efdefc07c862e8a08f3695c2ab6acf362d5e26b7261f29087348821, '', 0, '?'),
(0xc6e90981e1fa524eb1b1deebdc639cd4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xd84696412181a90f887e1b07d02b6ff2, 0x3776a9672d266a052c2ab89b55d8fb2090091db0d7f487c4490a39d943c9769c, '', 0, '?'),
(0xc6ea0280b6cd46c97d6392139eca8e8d, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x760c98956b6068769a4a5e6321a5847d, 0x5e16db80013243b6aad93c2e0d284e742bc2995a03b4b75539ff4295bace34d2, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\options\\options-title.php', 1, 0x00000000000000000000000000000000, 0xa2db98e4a9d6c9036a0ce78e93dd8645, 0xeefbfea34b7811669bbbb49f8493ea2b6504c796d9adae11ca8cf5890ef9bc6d, '', 0, '?'),
(0xc6f98df8f7f427b743cd70eaa668baad, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-mini-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-mini-cart.php', 0, 0xfa9bd0a754991bb7ca0766179162d515, 0xfa9bd0a754991bb7ca0766179162d515, 0xfa12f084e62bc17487a226175420c264a1f92096dee2467a76249194af93c10c, '', 0, '?'),
(0xc6fe30619997aa2fa9f178cce35a30a5, 'wp-content/plugins/instagram-feed/assets/svgs/edit.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\edit.svg', 1, 0x00000000000000000000000000000000, 0x86484ff88dc54bcb7436ad2ddc237411, 0xf8f00e9d5a8362dccf3d16e36df944c6ff234d0b8281c1ecd5208d189d2c87d4, '', 0, '?'),
(0xc6fe7f89919c5258cb2526064a4dc8a2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0xceb19086bbd61cf07808053b597d5780, 0x0c1a52b0c48eabb7f25d74a3bb18e1ad99cb1ac5fc95471b50c6ed76e56a1011, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\editor.min.js', 1, 0x00000000000000000000000000000000, 0x9e328b9de0842a4fd4fce858d08d3f96, 0x53d8b102d9f3fa2dfbce0cdf6781791bb9f99f9fc7e252a0eb380028b0e4a4c9, '', 0, '?'),
(0xc702e88cf4561b9eb86109cf09fe364f, 'wp-content/plugins/elementor/includes/base/controls-stack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\controls-stack.php', 1, 0x00000000000000000000000000000000, 0xae55c488be8db6cd9ea03db4e6f0cec0, 0xffee6cf86beaf8d5e8fa01e1e68b2c965916ffbe3ea76702fe6c8ca6e13de251, '', 0, '?'),
(0xc705660721fb2ab28f4fd70ef62b6e1d, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\user-cannot-activate-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xe3acf62d13f86840ce7cb8d25f7113c1, 0x681d7d13d79036f2db078458ba313cac73ca86e64423086b198af68335938735, '', 0, '?'),
(0xc70bbd4dfc9360ce75a15fd9fb061541, 'wp-content/plugins/elementor-pro/elementor-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\elementor-pro.php', 0, 0xe3db0168f2a65c3584b1440b2dbbc21f, 0xe3db0168f2a65c3584b1440b2dbbc21f, 0xdb2a5ee74da3ef773f5dd395d187f6c8d8758a75687f013ad54742da18be3e06, '', 0, '?'),
(0xc70d0d60139f61ac8f9eb40eac057dd4, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-shrink.min.css', 1, 0x00000000000000000000000000000000, 0x904cd5abc33089d174aa58a8433985b6, 0x18b6f72b504f395bab86ac95a67b7a705826e99dec33fa90f4eed179b6d5791e, '', 0, '?'),
(0xc70ddedf21d5e8e705216d4a1a6da808, 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\inline-editor\\js\\inline-editor.min.js', 1, 0x00000000000000000000000000000000, 0x06f1133335cf646923f66525aa2bf4b7, 0x27e0f9e6e5516908316defaaa8f396cab170dbaba6b6c1822556cd85a7074415, '', 0, '?'),
(0xc7168776b70261449f6fb1c886558bff, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-single-product.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-single-product.php', 0, 0x1b1d298fcab10b1eec20ad342ea6895b, 0x1b1d298fcab10b1eec20ad342ea6895b, 0xa9909bbc32b3fce21e1ad91569bd4da5e13a2bc6b28893e8fd3795fd793b6dd2, '', 0, '?'),
(0xc71c6bbd3c0cb3c48b902484cd93b880, 'wp-content/plugins/elementor/assets/images/eyedropper.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\eyedropper.svg', 1, 0x00000000000000000000000000000000, 0x516b68fbdc092c6eb7f2a40629782b7e, 0xaf4fec04bd121d96efcbae24197c8964b9c6696e742d5013d3ea3c2bdbcc9c43, '', 0, '?'),
(0xc721fb540210567d22f5b1f2195e462e, 'wp-content/plugins/elementor/assets/js/pro-install-events.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc727e2556be5a83fbc2b5b4ecc35d17a, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x9947fdfaaec9b7cd1854319320a9e33a, 0x40392912e4f2e51b9107ec2d56390a68ec17b066795cd529e2e28dab94054911, '', 0, '?'),
(0xc72a243b018214bf12a5b9cf7c538d7a, 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x71745e98c1129013a3e2d66e09c41919, 0xd0d16c127bc6af36db0d4436eb668ab5fcaa20d287c6f6348bbd74a9e7908ac0, '', 0, '?'),
(0xc72b1801b299322626d9e5c3b01257a1, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0xad978d883e751e5d9e335c8694d74a82, 0x04cdd7a26bb74a6937e42e33849f897ac9663ae81727924031c7eb0af7050480, '', 0, '?'),
(0xc7403daa63a74a530662cfb649188817, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0xc74787c02d800bbbe3d7c7414f0a4c05, 'wp-content/plugins/powerpack-elements/assets/js/frontend-charts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-charts.js', 0, 0x3585b6010b905535a8d7b0038c740533, 0x3585b6010b905535a8d7b0038c740533, 0x193e368e11f855ae4f53ea29e5fcff2d89c7aab337e6511afd0d2add2157b33f, '', 0, '?'),
(0xc7498f23e6dd29cfedcb81175c0eaea3, 'wp-content/plugins/elementor/core/kits/controls/repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\controls\\repeater.php', 1, 0x00000000000000000000000000000000, 0x864cc197d88c4173b704760857ec1e59, 0x8b5b34e45d9a054522559846f3aa5e1b77b5fd1dfef59ce6dcaf1b1d5806b458, '', 0, '?'),
(0xc751df2e16a583c4cc0e3aa47a653bf4, 'wp-content/plugins/wordpress-seo/src/ai-authorization/domain/code-verifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\domain\\code-verifier.php', 1, 0x00000000000000000000000000000000, 0xcfb98758dfb1fbabd8795daa2b1b3e77, 0xb9d714c0686c3450d89fcf96d8d459bc3819e7b97cad914669106a56dee0b550, '', 0, '?'),
(0xc75351ea731059376146c7494d6a8a7a, 'wp-includes/blocks/post-author/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style.min.css', 1, 0x00000000000000000000000000000000, 0x374304bb38d6e3a2dfe815be9b0296d8, 0x4b47d7b7f17933fcb057d0f09a00c98a836f1a7727c091d0f30d8626f58eb4ac, '', 0, '?'),
(0xc75731c6fea3b0e4b3e282cd94b20579, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-el.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-el.mo', 1, 0x00000000000000000000000000000000, 0xc2f1a81e33a115882ce371628dc2f97a, 0x4b98670b9b5e3d81814b3d5c22e20db32d125bd3893989ec69243e160ebb3e2f, '', 0, '?'),
(0xc7577d0d1044c5ac11bd778bb02abef1, 'wp-includes/blocks/query-pagination-next/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-next\\block.json', 1, 0x00000000000000000000000000000000, 0xc07c70242ea4c14e57eebb02e5bcf44a, 0xc2a24a43cd8a0be0e15c7432bce3ae7f28e18f0c1731d22459f953560b68c038, '', 0, '?'),
(0xc75e7b5b06d4ef62f5dc23248b581173, 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-index-blogging.php', 1, 0x00000000000000000000000000000000, 0x41b28eac92e87815dbf0f87ffa836bd5, 0xbe1219d2a0dcc8ce9f069b97058482ef082e9e5d622af6b086f5ce29bf926233, '', 0, '?'),
(0xc76326585638047c80a25cfc13231d36, 'wp-content/plugins/elementor/assets/js/877227b9d759b63096a9.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\877227b9d759b63096a9.bundle.js', 1, 0x00000000000000000000000000000000, 0xdfafbbcdae0e8b941c701770a1c3b175, 0x81d590c120b7110a283d31282d1247347446bffd2f3a26b6be47b21de3186e04, '', 0, '?'),
(0xc76e7d05758ccb2058dec4aaad4a5897, 'wp-content/plugins/wordfence/css/fullLog.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\fullLog.1778081072.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0xc7707bac79edd173defb02c778548f98, 'wp-content/plugins/reviews-feed/class/Common/Traits/SBR_Feed_Templates_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Traits\\SBR_Feed_Templates_Settings.php', 1, 0x00000000000000000000000000000000, 0xeb96bd124afaaddcfac78308c14f90bb, 0x8d8a8996d6fb6d6f4ded1cda314931cec1b5dec17d56e3ded60d1397b3398959, '', 0, '?'),
(0xc775c13efb67c3f1fe38234d409ed311, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Onboarding_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Onboarding_Wizard.php', 1, 0x00000000000000000000000000000000, 0x91adb835347342b002cb729951fc0dc5, 0x482f586486dbd5845e2554012eb46624eeadec4d51ad13df318014bcc24dca2d, '', 0, '?'),
(0xc779ebb254d4a051d5be5ea94f3773aa, 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x43c4909038329f6928709c3b91bb77ab, 0x5313ca276126362bbae90ec872c047edcad3e39db14084d13bda43b1fbbcaca7, '', 0, '?'),
(0xc77cb79f49608b73b2f87d3e209107d1, 'wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure/endpoints/consent-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\infrastructure\\endpoints\\consent-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0xcfd9d34c51f20b11cc9670f58d7e1238, 0x7dee97dbccf8d1e3e98c0a483479968d8377398f29de9c7684140e9c3d60de55, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\shell.php', 1, 0x00000000000000000000000000000000, 0x7443bb26aa932003ba7742d0e64007c6, 0xfe12b4af9cdd9905ef07a73c834a32419c513ce54e49bfac577c09655796c4d0, '', 0, '?'),
(0xc7830824fb0d12b0217160c47d48c4fa, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x09dc4c5cf0a1b75af2bfc454ea4bb2c4, 0x60741972f0766168b30a2cb16e5be74e4443492588411991e0cf9ee7744e28cd, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\cache.php', 1, 0x00000000000000000000000000000000, 0x83565451268a5b98872b856541849d13, 0x7f8f888ae3da8b689c9d982df0d81cc198be996cfe08538cefde16f637f10e70, '', 0, '?'),
(0xc790d932fc5de12cebd219b2f117763f, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkbox_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 1, 0x00000000000000000000000000000000, 0x6dc4b7678f9c06962cbb46c305afd6b2, 0xac75ca350c3e6e62ed960cabd2bcc0b96b0b0b1bf3798950a213ff895142ee34, '', 0, '?'),
(0xc791e6fd04dcd83fad04cd3f1c9aef3d, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/perspective-origin-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\perspective-origin-transformer.php', 1, 0x00000000000000000000000000000000, 0xc5225ecd0e46792810d470e5128b3e5a, 0x6c6b0444b6ec4ebe9755030bbe5a3a71f7b02f3c66927bd73332ff1779e63eb2, '', 0, '?'),
(0xc7927e68bd2ead6057a0bef302778337, 'wp-content/plugins/wordpress-seo/changelog.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\changelog.md', 1, 0x00000000000000000000000000000000, 0x3b17bdb3dd337d32e1037b4402d629ca, 0x56c4f43e6bb24ebf9c51904392ab305e05ad48c662cf561437488de8d7f7f401, '', 0, '?'),
(0xc79b2f057c0da9b2cafb580162a23ed3, 'wp-content/plugins/powerpack-elements/modules/team-member/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\module.php', 0, 0x04552e9917cf5fa450ddf5f41929abd8, 0x04552e9917cf5fa450ddf5f41929abd8, 0x6de3fe60461ef1c1a32c29cbc5e8239652d71ecad95a02846a1725f1cc28281c, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x266ecfa1ea7e9ae841a36b2922a9eebf, 0x5e8dd3b9e8c024d38787bd7b4df995a6bf804539a83a04f4e7054d9e1cb84b00, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\schema.php', 1, 0x00000000000000000000000000000000, 0x962f1655ee7fba36ceb0088a80a98795, 0x4980d21d4a4258321f61b9bff42d049178206800212b585ef0f3be10c074836f, '', 0, '?'),
(0xc7ac71030e77069b9205d69580721d4f, 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0x986daabae8dd8cb01ef7b3eb3f357e7f, 0x5ccdbfc45a89dca1105ca1941894783d485337c61cea39f15f0004123334c232, '', 0, '?'),
(0xc7b041819faedeb8cd0156a4294f6fc7, 'wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\forms\\deactivate.php', 1, 0x00000000000000000000000000000000, 0xbd42891bd4a97f1196c733debfefee4b, 0xf2a53def59e4f3718295c3c6f0a95e50c7cd5bb70a22aab87867872c6dfda3e3, '', 0, '?'),
(0xc7b0f86f2ef69b3f77fd8a1f6282af6b, 'wp-content/plugins/elementor/assets/js/8e80438d29fc79b648e5.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e80438d29fc79b648e5.bundle.js', 1, 0x00000000000000000000000000000000, 0xd109ff3987015657517ad44e8b550a69, 0xb559bbbdb00e1b7773d540af0e2ca8b38455237d26741f1f64c497965e19e6f9, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xba6c6c41d3f532f5d410ebcc8be9bf1c, 0x1a866148c8f5028cfd72b50cdfce2541b5eff13624604875ac54ee3679de3495, '', 0, '?'),
(0xc7b5a00769498ff65f06f01cccfdf7db, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Checkbox_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Checkbox_Control.php', 1, 0x00000000000000000000000000000000, 0xf7f4fc72485ba5b1fcc646c73c7137fb, 0xbdfec29481d769b77119c9d97486e11997317e30bb25c09ed0f67fb01b32905c, '', 0, '?'),
(0xc7ba277ad26fafa0a6b9c578d873d001, 'wp-content/plugins/elementor/assets/shapes/play-triangle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\play-triangle.svg', 1, 0x00000000000000000000000000000000, 0x6cbec724d3a83e0be925b32a3edc3e23, 0xfddc162a422f24841fccf87e09ecd09ab4853a50374ccfafa1cdc0bb9ba8ef9a, '', 0, '?'),
(0xc7ba95185411dbbd3a0eb02e8f21c563, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-body-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-body-font.php', 1, 0x00000000000000000000000000000000, 0x522ff37e65ad6a9dcfca7360c54f84cb, 0x8f3488af2fff144947e446862caf46c0c81af858fccdf2435b07fe5d623e18d3, '', 0, '?'),
(0xc7bab46e52b379367f4c68cd2f30d8f6, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0xc7bae01ab34a116c8074c46f8312c5c3, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_SettingsPage_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_SettingsPage_Tab.php', 1, 0x00000000000000000000000000000000, 0x0da3439878bbb5ca4610056cd018c8cc, 0xf6a71879f3f3bf1062df02aa122d8b4981cf59f886ba2df5b009dfd22c2339b6, '', 0, '?'),
(0xc7c18af7745537b1b5132f80cad323f8, 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\markup\\class-astra-builder-header.php', 1, 0x00000000000000000000000000000000, 0x4f9fd6086193b0b33b4b53e0319a31f7, 0x413fe200a23e6c3fafa8921fd4d9bc8adc2dcaadc08cb51a8cf2a6818f581da8, '', 0, '?'),
(0xc7d2ac9f40fa903e809bea11fac05dd1, 'wp-admin/images/contribute-code.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-code.svg', 1, 0x00000000000000000000000000000000, 0xb725278c2b638cb79b9dff90f526224c, 0x521bf58075694bb574c91a906a6c9d8802d640b937dbc18fa123e4551c2aad41, '', 0, '?'),
(0xc7d52a71621cf7f607570efe6fb30730, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x1ba27a75ba26123a972611e21f6e5f7d, 0xdc563513503c34f99f54627b09b4a5ad8ec4cf125e87109ff6061b411bcf9486, '', 0, '?'),
(0xc7dbbae6de8591828a3ba406e6a7c627, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-excerpt.php', 0, 0xa93ae6767bd62125d3b2968a6dd3f6b0, 0xa93ae6767bd62125d3b2968a6dd3f6b0, 0xe4eee8723b930fdf72e3af097ff49f18e732972cadd3971ad4ad5baa58ed6c4d, '', 0, '?'),
(0xc7de17f2b1480faab00a54d75c065c61, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-customization-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-customization-dialog.js', 0, 0xf5c3b28d547603dc19294704287799cb, 0xf5c3b28d547603dc19294704287799cb, 0xd275899944352e6a559068bb118204e740c708c3f6b61706663fbe9658fd21d0, '', 0, '?'),
(0xc7e31c050d42e9ab39521c035373dcaf, 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-builder-customizer.css', 1, 0x00000000000000000000000000000000, 0x0e68470b5cef78671b0c91b9d739de88, 0x0364b67f1d209c990e1a90c8dc01b13a938ba5c198a535868ac19441e8d429ef, '', 0, '?'),
(0xc7e46d79760848e513f2bdcc8d87e0ce, 'wp-includes/blocks/table/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x59e6655f88fd1c0ddf6bac2af0e5b838, 0x4127f0d7520272d8c1043b9f6857d4c54fd8940221462553b85ffb730830f220, '', 0, '?'),
(0xc7e5648ccb6634e9717e4702b6a2a0e9, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x55052bd7156f39f985cc30d82a46dc5d, 0xe78597313772e8be9584514b31f3de7d1dc2bf22bb811a92802f20956dfc970e, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Fe.php', 1, 0x00000000000000000000000000000000, 0xbfb47d18263f50b62144bc2cadfd22df, 0x7d67e1592f7e86be5b2d9ed49abcf4648109b10216c870eb6c3966ceacf373df, '', 0, '?'),
(0xc7e827c76db3eb64e5a78acb9f4597a5, 'wp-content/plugins/wordpress-seo/js/dist/support.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\support.js', 1, 0x00000000000000000000000000000000, 0xc9467b13d57136d0b28418c1123cfe25, 0xbccc85c210387c0fb46ebe505656483137a9dda8a6a02921f2407101d8898cce, '', 0, '?'),
(0xc7e8d71ba70f10df91959516267c07e2, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-700-normal.35ed0597568ff6f1.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-700-normal.35ed0597568ff6f1.woff', 1, 0x00000000000000000000000000000000, 0xe32e033d3fb1a8a649fc0af176909ee5, 0x8b208f1ef9c4db58e0af5d01172c8bbbac28fe383579f48e8c7b12f5e65e808a, '', 0, '?'),
(0xc7ed52b7087f6aeb1634193780791e55, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-400-normal.2eeae187764baf05.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-400-normal.2eeae187764baf05.woff2', 1, 0x00000000000000000000000000000000, 0x0df72e634b7fef39e756cc3e9708582b, 0x613f21b0e441b625f1b3b8125abf91136cb630db44477c69773f4ec7b5ec12d6, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xc7f29a13698346910a82476ccbe7f5d8, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Relay/RemoteRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Relay\\RemoteRequest.php', 1, 0x00000000000000000000000000000000, 0xc2c563c1ebd06e0b745077d38947dfa7, 0xa8eaa197f562d2efaa48b5c9f8102040e8927cd07eaab46353c1452bcb271160, '', 0, '?'),
(0xc7f30e69d28c184f5f6f1c75d778d4a8, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/arrow-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\arrow-right.svg', 1, 0x00000000000000000000000000000000, 0x7fbb377751ee5465208ee2b3f691a9b6, 0x22fb3530e29ea7cfb53d778a83d1df585f33e9d07e6a803c3b1d5c08d0a737a6, '', 0, '?'),
(0xc7f3b86009b8c5bd3120ef6065aed537, 'wp-content/plugins/elementor/core/files/assets/json/json-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\json\\json-handler.php', 1, 0x00000000000000000000000000000000, 0x2ccf9198e0cc4595bf90daf590c23576, 0xf5bcf00daf660d2e9cf9c0dfe6d4b419db2294f04dbaca4f2ba0754c1ddc1d81, '', 0, '?'),
(0xc7fc90a5ae02f229a935b8994472c60d, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\addon-installation\\addon-activate-action.php', 1, 0x00000000000000000000000000000000, 0x2a39f2fd6a424aed274f251a92870549, 0x62080bb8cd5e3d1047e3fb280e15f29912da111d2de5a99029a6e978af581be7, '', 0, '?'),
(0xc7fc936a1cffd0597d8b69eadf899203, 'wp-content/plugins/instagram-feed/inc/if-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\if-functions.php', 1, 0x00000000000000000000000000000000, 0xb492bc55e2b6bc310f65a11b253414e0, 0x77d1526691f9c6cef517d74841e825d68373d120486f2bf46a3566cb60ab1a0a, '', 0, '?'),
(0xc7fc9ac2834e79d6a9de8623746f0a5e, 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\select-feed.php', 1, 0x00000000000000000000000000000000, 0xa1d6d80abf74a2a6a9eda4637142c244, 0x9dec79deb5da010999b1f99076c373a63bb35a47996915359cac66054608a8a3, '', 0, '?'),
(0xc7ffaac7dc5b5ebfb8a979459aa17342, 'wp-content/plugins/wordpress-seo/src/models/indexable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable.php', 1, 0x00000000000000000000000000000000, 0x503a702c8942fedaafb94dba85109ce7, 0x21a785fd2a0095a3c83d3a60af348b8b8245a24719c8bed484c34b91682c9374, '', 0, '?'),
(0xc8097ecdccf6008ee797f90c1e9063dd, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/good-readability-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\good-readability-score-group.php', 1, 0x00000000000000000000000000000000, 0xc3623f1bb142bcd7191391822e15aa9f, 0x81d351ead52327617aa8a51d5cc9ebe368af4881c0e4b071122e576db9474e12, '', 0, '?'),
(0xc809f4aaceb2be58a80e858d4e2c1671, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/SandboxTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\SandboxTokenParser.php', 1, 0x00000000000000000000000000000000, 0x88515ee1a54735604c0ee1960978e171, 0x671da7a5de73701f989eda79c60cc200f3467bc48adb5de7d74a0c66459fa161, '', 0, '?'),
(0xc810c29e9ff24e24c2650a2b5f2d36f6, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0x41fa9765e583f98b21c8a72502cfca9f, 0xb3c423eed1d85edc0b869b7847185a41d2bf9c5f73a27cdbf58672738076e9bd, '', 0, '?'),
(0xc813ea7cf8c8324501ad3c7323696cc0, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x287df85375500e8d2279f0c035232d59, 0x131b0931e0a7a62fac6e603cdf57112fd48317d2cce2e0cde43e10c630b48734, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\code-editor.js', 1, 0x00000000000000000000000000000000, 0xa4f21e1c4ea627dfbd09891525f9eef1, 0xb7e62d874264062fc860f20fb25c56f4783615592addee2d24dffeb3ae1dc457, '', 0, '?'),
(0xc81e8065029650111a79610a7ff49ee8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\restore-site.php', 1, 0x00000000000000000000000000000000, 0x96ddb2e48de27b9e67f076968aecd893, 0xf7640639f4d78a159eb4a5f6f15d5103a9837c9ba1c829bf30722d2f12ec7ab0, '', 0, '?'),
(0xc81f55c9c85c22c26c2d0a7e216875cf, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ja_JA.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ja_JA.mo', 1, 0x00000000000000000000000000000000, 0x258df20b9599f8f254007d0e6d040431, 0xeda83e003efd7e028967ad21c870b72e2eedcf31c13d007f04e4fc2ec1e24e40, '', 0, '?'),
(0xc8203dc30589d5b13bae77dac077f6e4, 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\install-plugins.php', 1, 0x00000000000000000000000000000000, 0x70ffe8b565e1c46e53123cb524e5d9be, 0x38e5659f9c96c455fea0902b16175e0c18265cf6409affefbc00bd1d20eaf6d9, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0xc8230489c9c4b923cd6c583c4cf215c8, 'wp-content/themes/twentytwentyfive/patterns/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer.php', 1, 0x00000000000000000000000000000000, 0x268114551267548374e4ce9201b9530b, 0xe7d1763d4d42626c7789ed80df5ec25f5896d65dde7ed13d7be271f3686a4c83, '', 0, '?'),
(0xc82fe292877753707b76ec0547d1cb60, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-carousel.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-carousel.png', 1, 0x00000000000000000000000000000000, 0x3d2ae1faaf159e6f5c99ccdff19bb7e2, 0x8b9e184172b90b7d38b288d3188cad63b8b74e0542b951852f05ca3fb4e7f146, '', 0, '?'),
(0xc830ef5a5c26f5559f11cd526434ab02, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\plugins.php', 1, 0x00000000000000000000000000000000, 0x04f21d3b7fb96f923a40526678aa3a0a, 0x80743b96b73ed668a3c4d3cf0b52b0aa38349c6d3c98fb98cb12f8b31d420624, '', 0, '?'),
(0xc83594c3d6e536c6f14985b9e61a752c, 'wp-content/plugins/instagram-feed/templates/feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\feed.php', 1, 0x00000000000000000000000000000000, 0xaecbfaf2b7273817701a5e452c133477, 0xb0fa5b89cdb0eaefd0e4b7e38d2fbc4b71ebeabe41d59cdecef12ad9cf83ea20, '', 0, '?'),
(0xc836bfeca177bca18e725dcfec2a5c23, 'wp-content/plugins/wordfence/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0xc838286e1a9c4969a0a23577b877df1e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5797.6dd2d9477ef6230f.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5797.6dd2d9477ef6230f.js', 1, 0x00000000000000000000000000000000, 0x3c6eda4a735fea1e8bc5b9abae65ee47, 0x6b8063d0571b9672653ace7af551c4a81400ab2fe9422237c2ae5a97c5dd36ed, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\element.js', 1, 0x00000000000000000000000000000000, 0x076df80aec3db30157530cb177a98329, 0xbeb0845832ba1e7c08bcda9092766d440d84a3477582d6fc74c1c8c539829316, '', 0, '?'),
(0xc83d4a36a166e3a57a0035cb2b5ae9d8, 'wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\beiruti\\Beiruti-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xf7ad89409e9ef90ba15e0b9eaa53e364, 0x13ebad6843571aaec3479b098bc238c438e48780ff9299f67d47d4a173e77e11, '', 0, '?'),
(0xc83dd671c2ccefd8e4679142cdc76463, 'wp-content/plugins/elementor/assets/svg-paths/circle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\circle.svg', 1, 0x00000000000000000000000000000000, 0x207c6fbe210d1fba97ef9c5e51075479, 0x0e508c66b6493cfb0e64830e50b6c7557955ab88084b162dbea86558d57075e3, '', 0, '?'),
(0xc84112ad472d6eb0e9422120f10e9562, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\watchers\\class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x07510ac077a0e7ad0844d7b07eaa28ed, 0xd3dda2df2e0db1dc5a9ad6069b66f4bfd9c2cfaac95207e81595e066f630105b, '', 0, '?'),
(0xc8540add9aca03c01eef1fadeaa69e7b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x1367aeedc141b50f08b450cdcaaff95e, 0x3ece0b84063fa646558d78863f39dd9212c0221da272f8baab13b1cd2185b0f7, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8defc3ec2f1b493d94a5a7f41a2df7ea, 0xa821ae7807d6617b1ce35342178b3e9e8934552d43eaf5d6bc00de05d6253f1e, '', 0, '?'),
(0xc85caa896d9eb125e3fe752f03f7037b, 'wp-content/themes/go/dist/js/style-shared.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.asset.php', 1, 0x00000000000000000000000000000000, 0xba48e868c4e1b57508dda45840592ff7, 0xf262a610e2eadd323277198dc8da7098d65336dfc1e9b664aec9b03fbb53fd33, '', 0, '?'),
(0xc85e320a2fcc7489bd99df1ebf6b1ba6, 'wp-content/plugins/elementor/modules/interactions/presets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\presets.php', 1, 0x00000000000000000000000000000000, 0xa2f9ea084624d5879655aebfb48c41a7, 0xd7526ff08c2d34c9a81f8a70b572b9bd9df31f7f326041e017b4554a5598c420, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc85e990d6e28a4d4d2652535f455eed8, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\below-footer.php', 1, 0x00000000000000000000000000000000, 0x9dfe26b4ab425f7c233b64cb2f82bdb1, 0xd38828d5fa89d093abc09b025fb27cfd758d280a2103d323d638f75339f45cb4, '', 0, '?'),
(0xc86303a1fdfa29df32e3a5af89c59d4c, 'wp-content/plugins/elementor/assets/js/accordion.b9a0ab19c7c872c405d7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\accordion.b9a0ab19c7c872c405d7.bundle.js', 1, 0x00000000000000000000000000000000, 0x53f3bf2457804888d142e482c71398e8, 0x65d4c21d5c07dc09b1145b5cf7bf58f96777717b1c8361c164647db0f067534d, '', 0, '?'),
(0xc875aadaabef525a592069eebda4f231, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/asset-manifest.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\asset-manifest.json', 1, 0x00000000000000000000000000000000, 0x53fcb0d0d4780644c6b95a4b41c149d1, 0xb45a385dfa77e2db9b6e48ca51d95e9bf0d9d5df2bfa1143d6e6cd8f0d61ba41, '', 0, '?'),
(0xc878f6bc786ab48d81ab5ed780ba83d5, 'wp-content/plugins/wordfence/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0xb324531e4e8e526304672e818f2e33ea, 0xd37d5bb35644e7978e8a78a163c8f530b2d6f7b47bd227782006d976a1b21efa, '', 0, '?'),
(0xc87a14fc78ec5cdea860385a57a1f077, 'wp-content/plugins/powerpack-elements/modules/image-comparison/widgets/image-comparison.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-comparison\\widgets\\image-comparison.php', 0, 0x21465f4b9993f9690a1c9aa65cedf2fd, 0x21465f4b9993f9690a1c9aa65cedf2fd, 0x5ed0e69768ed04f24dee14d44e7b1afe35ee127eb3c39cf40351f65f42ff218c, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\time.php', 1, 0x00000000000000000000000000000000, 0x3241fa747a6001e06e251d94f05950ff, 0x9fb5b7f71ff75c83310cc9d35bf9d85a863e454bf6c6526be5d814575c8b768e, '', 0, '?'),
(0xc8826cb00587ff93ce009dcb0da79365, 'wp-content/plugins/elementor-pro/modules/interactions/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\interactions\\module.php', 0, 0xde97534b80f0e20a5ccbcaeabdd88b87, 0xde97534b80f0e20a5ccbcaeabdd88b87, 0x32cd4590faf534d88d70b9040e93c19c3e293dad563d9d5654e7a6b3e127715c, '', 0, '?'),
(0xc88bc360347b6efd30794b7abe4aad56, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/request-parameter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\request-parameter.php', 0, 0x54c66025fd2c51fc6232ab2fc1303308, 0x54c66025fd2c51fc6232ab2fc1303308, 0xa92396a5a3289a029699858c355010fd54d399f405b0e1f4fc61ca3558b53fd1, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0x356bb6dc05aa5d45fd958e6efa66eab6, 0xd9a66411ad33ed34c61a2953b94457314185efb0ba3a0b09ae38045c67cb83c1, '', 0, '?'),
(0xc88d825ee9743eaccb30715e1116706b, 'wp-content/plugins/wordpress-seo/js/dist/externals/aiFrontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\aiFrontend.js', 1, 0x00000000000000000000000000000000, 0x97a2cb970892f19968b4bd3e95d63086, 0x20ec00ae7dc319b77f5b4c0cc6e9d60fc25f6d558d14c40a281254bd8ae0ce42, '', 0, '?'),
(0xc88dd9b612cde27454ad6cc9fa7e8a01, 'wp-includes/js/dist/development/react-refresh-runtime.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-runtime.min.js', 1, 0x00000000000000000000000000000000, 0xb2ccf75cae4da8e028ba67ebc98c2389, 0x3f6cd35c5e09ae3d88eed9f580aa6ecec943acefdf01df367dfcdd541137c6d4, '', 0, '?'),
(0xc88e73edaa309ee3169d948a96e31695, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-choice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-choice.php', 0, 0x8c0da04e8576ce074748c96f6b9e23be, 0x8c0da04e8576ce074748c96f6b9e23be, 0x5095e75448fa350882ce4ffb22764a5697d5afa51480d7ed1e32f6030f0de4a6, '', 0, '?'),
(0xc89141741e5e68bee4350bfd65b8bf3f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS128L.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS128L.php', 1, 0x00000000000000000000000000000000, 0x27e3f56c9927f4534d415a4f24e3bca0, 0xaa4bb336656cf60e625026f9bee13e82b73427490d3befe5c042d3ddcfd7f173, '', 0, '?'),
(0xc8924053ac35313c386dcd927e7347dc, 'wp-content/themes/astra/admin/includes/class-astra-learn.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-learn.php', 1, 0x00000000000000000000000000000000, 0xa4fb240e47af9f27f2982e041fc99013, 0x16a0b0dcdc471742e23abb882ba1f984e97362516dabf7f39084412cb056999a, '', 0, '?'),
(0xc894fb730784da8fb2fb6ab6cdbe366a, 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.strings.js', 1, 0x00000000000000000000000000000000, 0x691250454469f5db9312b3c178d1b3e9, 0x76a17e35016ac2605b5113a57ea61384308e3e3c9c8d9dd6446c89df3e26b2d9, '', 0, '?'),
(0xc896b6f47c7ee800fba289709ac8fd8c, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-gravity-forms.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-gravity-forms.min.js', 0, 0xebac7fb0bbaa932a30f5ae5a532219e1, 0xebac7fb0bbaa932a30f5ae5a532219e1, 0x9868b69cfcf1b4fcc73673c31ed73cbc1e64b25ba548b6a43068880498148f12, '', 0, '?'),
(0xc896c2fabb60c3047d7b443f0c5a351f, 'wp-includes/blocks/term-count/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0535f3a5737f8f328556101c12d9ea91, 0x2bd8fe1f7b4350f2968434e54ee854606197dfa7e9a9e082aa2b605516ec6541, '', 0, '?'),
(0xc89e3ae5e1cd1f0cc5f4cdc99addcde4, 'wp-content/plugins/wordpress-seo/src/conditionals/dynamic-product-permalinks-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\dynamic-product-permalinks-conditional.php', 1, 0x00000000000000000000000000000000, 0x1e8bb25f70b84f71e5cfa5d557474ca9, 0x174701331505d2678d95bf0db47db68db7d2b9901cac0ff17a857064b819071f, '', 0, '?'),
(0xc89facdf11f659484a4ee71281290d49, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Versions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Versions.php', 1, 0x00000000000000000000000000000000, 0x1215c2296d5ccc490ffe3992677f769c, 0xa1626bca342341c66a8a5d49985d32980292abc45334766882271e6206d34102, '', 0, '?'),
(0xc8ad25ac0c86ec8518ea3215efcd935e, 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-get-header-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-get-header-builder.php', 1, 0x00000000000000000000000000000000, 0x909e497d49bbf303c01ff7db1f758917, 0x6383b7ea0be789746a5b8ac0ea94a5fd88d82751f7d49fcce66b87aa9565b165, '', 0, '?'),
(0xc8b2efe06863562578250c6db9b9992b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x18bff6f83f52d56f2ba546e20bc719db, 0xfa7853b440e9c9bcc677173b9e7512d020985020ca16a1af6d5a6a4cb6dd1a64, '', 0, '?'),
(0xc8bd967f18a48213074ff249eb3eea27, 'wp-content/plugins/elementor/assets/js/packages/twing/twing.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.min.js', 1, 0x00000000000000000000000000000000, 0x33456b7a483b6fcf4c699336393a417f, 0x73d3932c1bfd4b281ad0d3666f073b9621209d19cf543c874a7b9f6ff651c97d, '', 0, '?'),
(0xc8be74760362ebaaadaed159c8b16157, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/embed-collections.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\embed-collections.svg', 1, 0x00000000000000000000000000000000, 0xc9651eea50334a4c025bf80c84aaae9f, 0xe88c0e36982023174681c17f6334e82fa49284930c02c7b9431379ec8825733c, '', 0, '?'),
(0xc8bf9db7c76864fe619a131d391ca6a2, 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptOutRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\OptOutRequest.php', 1, 0x00000000000000000000000000000000, 0x9385ab67a80a62fdd9ca161facfe26f2, 0x3d9f48048e2fbdfdcd9e9f9343aeaa1a604de0949f6073dc87b573374becd500, '', 0, '?'),
(0xc8c0c1398c81eb34aaeded855390b96d, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/hashtag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\hashtag.svg', 1, 0x00000000000000000000000000000000, 0x9cc3fa276dc1ca5113fdbc31e256e170, 0x249079b3134d3415d9eeacd80d50f4d1e2a77b7ba8647adb0ddffa0994debee2, '', 0, '?'),
(0xc8cde23be51097e3fd4c99090d0d53cc, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\floating-bars-core-render.php', 1, 0x00000000000000000000000000000000, 0xb3172d9580101c1950f62bd37a281075, 0xd1c900262d8a9cb841f350d777ab8102d39605d9a32a5bf708249855ca3088f3, '', 0, '?'),
(0xc8d16d6b306d9a2e142b5126fde7f7f1, 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-background-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-background-colors.php', 1, 0x00000000000000000000000000000000, 0x51506bbc96d8c1296f6f367177974269, 0xa215c297b1651faf3bdf12aaf0c6f98dec733527741fa84d3057f2116cbd0638, '', 0, '?'),
(0xc8d341ef6232a98f2a72505cb83415ad, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/success-banner.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\success-banner.jpg', 1, 0x00000000000000000000000000000000, 0xf76f2f68115be2869162527f5f52c5fb, 0xae436c9f325bb21fcd5788b9f6993c0176199aeb649b475c97d1a40495129446, '', 0, '?'),
(0xc8d7471aefce862dce46adddeb42b17f, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-content-area/atomic-tabs-content-area.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-content-area\\atomic-tabs-content-area.php', 1, 0x00000000000000000000000000000000, 0x5295b69dd147a2e2c720c8159fa0f365, 0x15995a9d19feffe88aaa77068ad96268e6f63f9a723c081faa544880af17a515, '', 0, '?'),
(0xc8d90814869f4c3a3495f24c6af3961e, 'wp-content/plugins/backup-backup/admin/images/log-in.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\log-in.svg', 1, 0x00000000000000000000000000000000, 0x82aff8c3f09bc4e8ee4d22e29e579704, 0x5988c490c96104dd18cf0e75f40ca655023e99e481f9ba3631a6f10a669a9de6, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-utils.php', 1, 0x00000000000000000000000000000000, 0x8c7bd5d85241699c645a9626034d5413, 0x7893ea4522ba20a5a8a982e7ae6bb67aef381e68e6f11cc8817437b719ed625b, '', 0, '?'),
(0xc8e38f2656dde108dcb1f62b708e3ae5, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rightalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rightalign.svg', 1, 0x00000000000000000000000000000000, 0x9c993dee559f6c26db6f2cfab132b44e, 0xc1e59195a92a719602d8c769b90c7b6ca32b9d7e2b6aec95920c959c4d81a63d, '', 0, '?'),
(0xc8e403a2264fa4f0f11c8a11c01b918f, 'wp-content/plugins/backup-backup/admin/images/big-thumb-up.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big-thumb-up.svg', 1, 0x00000000000000000000000000000000, 0xbe130e47f205d1d02700a8a5456c272a, 0x159f68c7c93435f96c232747bb174e996ee312710166d9955377d833dd238a45, '', 0, '?'),
(0xc8e9714958d31bf8acaa7d1bddab67bf, 'wp-content/plugins/elementor/assets/js/ai-media-library.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.strings.js', 1, 0x00000000000000000000000000000000, 0xaa048c82c65c546b210cd421e25313c1, 0x39e8ed90ef5ce6fcd7f6d2019fe2e7385680bb033b0cf7a3b5e3437d9e966ab6, '', 0, '?'),
(0xc8ebcdeeaa47719c49d2c4f4c6e04930, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1251.21daca026e9f6305.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1251.21daca026e9f6305.js', 1, 0x00000000000000000000000000000000, 0xda6d573b48e1e4553d13089ddbc03a19, 0xce254bba9dab3e1306baf11f51ba0c690aded79df37385001d5c25ef51555fc8, '', 0, '?'),
(0xc8eed6e81258e86a09480aeb2f82cfd5, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0xe182b7a846d9704478304bdb903a4609, 0x5c3fcfe8994f066cec45078d595694ee586fea99efc0e4c39f083e5f0656a720, '', 0, '?'),
(0xc8f30127a994098ae7ceb4502b21a2f4, 'wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5fd583e176fa5c734da0599bfa3dab0, 0x5e32af653e1615bc002b4ae7297a6c57105cef5560375f9652ef7619dd8399c4, '', 0, '?'),
(0xc8f3a861762c4965cfd57b56948a6c08, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-card-sort.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-card-sort.png', 1, 0x00000000000000000000000000000000, 0x165f65ee5296bc0ed9f9d622f699de27, 0x5d009288f8839e329cb3b145267302168bddb43af87ee247dcbf2a2a5c0c8ad6, '', 0, '?'),
(0xc8f79e0e1114713d7e311a1bd9727e8a, 'wp-includes/SimplePie/library/SimplePie/Parse/Date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Parse\\Date.php', 1, 0x00000000000000000000000000000000, 0xc140a27020697eff48fab59ab2d445bb, 0xa143ca13151575ce33059e10d766c0f8713ea47fa7323b63448a9d47e4c107ce, '', 0, '?'),
(0xc908ff29b909d912b4bf270c5a6fd673, 'wp-content/plugins/wordpress-seo/src/general/user-interface/opt-in-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\general\\user-interface\\opt-in-route.php', 1, 0x00000000000000000000000000000000, 0x3f3cd43f6994a26ceaaac9d5443cc33f, 0x4684fe1857e28cf7107f681857ddf170d3815013671a8a6726b4b3ba9c187b64, '', 0, '?'),
(0xc90a99e00ba57f70f4e7fe54f68ca582, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0x63e3e547c1cfb1125ff9165f467b3d56, 0xc79a57a8828c2b7a1afffd3be298b02e84aa720d557cb0f6dde68e947cf51554, '', 0, '?'),
(0xc910b691ba97f45e2ab45c4827a0a53b, 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0x3193566fa50b570293b69a4e9c5793ee, 0xd5df08aacf3f0a592835b725186dec869ad551e780184a2ec4d8d7bf1f5d5efa, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\credits.php', 1, 0x00000000000000000000000000000000, 0xbba128ed8c8b8923d1d34183e4f33bc7, 0x8275ab41eac3f6931b132b19492f98e38a9300bb6e894ecb314738dc1a442dfa, '', 0, '?'),
(0xc915b76f93e292ca2f22b824252ba3ad, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-skew-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-skew-transformer.php', 1, 0x00000000000000000000000000000000, 0x8658ce3ab3a2d104b1894fa5470eefdb, 0x0e2a8450a16449c6eede50b09da1a0d181142b4ae9546d0cf1c9dda8612b824e, '', 0, '?'),
(0xc91d0ae4d8430e0630fef477cc011723, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-features-list.php', 1, 0x00000000000000000000000000000000, 0xbfe641a6fe437bb9dc7f6caf89306e94, 0x954f9820cf160b0894e5a381d9f9708fc723018dc68759f910c8c9e827063820, '', 0, '?'),
(0xc91da70396c1d687d49970735637a9cf, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0x70a6ef5da01710b7ad43b6da2792fb94, 0x9bc8c467f9e3f107a49643d35aefee800cef71dd606016ae38ff362526c82cf3, '', 0, '?'),
(0xc92019ae71f1d066f741995f27da9f59, 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\html\\class-astra-header-html-component.php', 1, 0x00000000000000000000000000000000, 0xb37abe5ae81e8e6638a6a7f53b24e559, 0xba6bac074f92c974ddf9e83b5432bc82c219bd63113f23116b08c5414708cc93, '', 0, '?'),
(0xc931b0e0ac39578175ded380341b42ab, 'wp-includes/blocks/query-no-results/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-no-results\\block.json', 1, 0x00000000000000000000000000000000, 0x72daa042cbf330042abf887d33fdc002, 0xf3c72aa84c6f5e8437268bf9449ad6be3253b0f4d6b7b5f90233417df4d0d50d, '', 0, '?'),
(0xc935f4858aa41582ad573cae40ea7e8f, 'wp-content/plugins/elementor/modules/promotions/widgets/atomic-form-widget-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\atomic-form-widget-promotion.php', 1, 0x00000000000000000000000000000000, 0x0a883ce5964e4de78d4fabd1cf4c29d5, 0x197decd3d47e51070d5222faef2ba09ae719a5d1f2b44bf8e81c46b582754a64, '', 0, '?'),
(0xc9378ae17eb790a22bbb38aa79a31185, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-notice-banner.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-notice-banner.js', 0, 0x18165b67c0632f0abcce8eda45e4176b, 0x18165b67c0632f0abcce8eda45e4176b, 0x405a42525e3a9ee13e7f6b40673eb4bf75765d7e1047e88a671bb946b400ca4b, '', 0, '?'),
(0xc93fab6e44c5b60423ecf02e4f51d07d, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SB_Builder_Customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SB_Builder_Customizer.php', 1, 0x00000000000000000000000000000000, 0x3bf34cdb78b86af8549fc39a8b57ecc4, 0x3b2270581956cfc82c4194b9807ef798b0e0e9b7f544950af64533b155e22ec8, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about.css', 1, 0x00000000000000000000000000000000, 0xbd97158ab0aa9ac3284c5394bb20110b, 0x52eaf748e1635e49ea0be40c2c5006992f2417cf3f926197d2492c224c623b7f, '', 0, '?'),
(0xc9454bf7c2cd4207ac1d9490ef3e62a5, 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/about.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\about.js', 1, 0x00000000000000000000000000000000, 0x782c12fa7d5db9d4de19007cb3a12b8b, 0x581b47f9bd897cecd0b5bda8e6d26c253c6a670bcbf7d548da117816078ee4bb, '', 0, '?'),
(0xc94735465e8dae1701d5d4b5041a944e, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\css\\elementor-icons.css', 1, 0x00000000000000000000000000000000, 0xc52a9ed026408abc55bd1f7162b879d6, 0xbf04a8165ada9afffb20041bb18d04ac73137638809ce96a7fe80a36911d6d23, '', 0, '?'),
(0xc948526847a97e81c144db6bdf5199ff, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0x9cd1ebdfc1b72e4359a29a38806b2068, 0x4504fc862478104718eab9f6e5437d4aa8e3338bd16efaf0bbb1a9478d34c028, '', 0, '?'),
(0xc95032b3535324b81705c07ddb36aa27, 'wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdb507a29403befaed7660d3dff78d5be, 0x8d316341c9e8b674037c1700fb217e285c4798773ee2211acc356140b185e187, '', 0, '?'),
(0xc95358b3aa9a886822c0eb3294a53e01, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\installed.php', 1, 0x00000000000000000000000000000000, 0xd216c92a8aa4623469e778148554035e, 0x66b16d57ce289fa0dbd6f52d35487ac495a8f842eab97f1f8ce55e6ed8ba1e8d, '', 0, '?'),
(0xc9575a4f5344a89573022513a28bc352, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Toggle_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Toggle_Control.php', 1, 0x00000000000000000000000000000000, 0x5c14d16126175efd90d854fd239241fd, 0xcb9793ebecf6d72795bedc5ee87ba551dfb70674c94575919d61351979b40eef, '', 0, '?'),
(0xc96632688f65e3f315b3665f4e6db0cb, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/content-planner-endpoint-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\content-planner-endpoint-interface.php', 1, 0x00000000000000000000000000000000, 0x3f40898e51dba8e86a890b2f6e817c8d, 0x99b60d3bedba38353a947de551446d55b5b40cb2ba77038bfe807fe57987508b, '', 0, '?'),
(0xc96c2f9d9bc845d8d6ba5a9787cb7834, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\comments-number.php', 0, 0xd1ecc5a31d789f6c2ebbe9fe773a2b2d, 0xd1ecc5a31d789f6c2ebbe9fe773a2b2d, 0x51b218d37ba92d5eff6288febfd5046a8805e2f2c416479b3b6821627817be15, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0xc97029d0111f561736d861654edf15ad, 'wp-content/themes/astra/inc/abilities/class-astra-abilities-response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-response.php', 1, 0x00000000000000000000000000000000, 0xf4a3e78ede4e884b0cf6f0d6a87f390a, 0x652dc18c32babe379b790d2b5ca4fd870417a1cdc88774ea46b3582963bc35eb, '', 0, '?'),
(0xc970cc1210c90d73a6826ff934f7a964, 'wp-includes/Requests/src/Exception/Http/Status400.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status400.php', 1, 0x00000000000000000000000000000000, 0x476c43b51a207d902adf1f620ac2395d, 0x7cf92dfe3b17d1f1ccf9aec85b6595e51536552a050febcd7c44a98eb24333c4, '', 0, '?'),
(0xc977fcbba0d0a9ff8479e069b7a3799d, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/readability-score-groups/readability-score-groups-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\readability-score-groups\\readability-score-groups-repository.php', 1, 0x00000000000000000000000000000000, 0xf0134234aff54817fe93847af6f238f2, 0x9e87a51a92dd7d870345406ecf53272973a1e4ec2c7dd63bfd1db2b6847243f9, '', 0, '?'),
(0xc980922f3954618de189489ca6d84194, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/cache/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\cache\\manager.php', 1, 0x00000000000000000000000000000000, 0x2fb914efcda7bc74636ec21a16f4959d, 0x394ab1fb79ac9c662e9162f5c6e23f22c80ab71f3f8fb0bf2e216aafa2907009, '', 0, '?'),
(0xc980e98c415b9a1d2b1a9bb37242189c, 'wp-includes/SimplePie/src/Parse/Date.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Parse\\Date.php', 1, 0x00000000000000000000000000000000, 0x579fbc02161e9e2731f7fae2d4b61840, 0xc7aebbe6d9dd85ee9f1688e385530d049721eae4b04b669fa6bddff23b8dd998, '', 0, '?'),
(0xc981e9e2ef72edb07e2221ca0b6a03d8, 'wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\css-filter.php', 1, 0x00000000000000000000000000000000, 0xcd06e098b26acada2ffe6102f3d00d1d, 0xbb14adc429a1ad4a03427f8de2f2a4962ac7129751fdd86c5f5f535b79157ad3, '', 0, '?'),
(0xc98229bc3ff5f56a26b6241cc7c2f0b0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-500-normal.f95e757c5483310f.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-500-normal.f95e757c5483310f.woff2', 1, 0x00000000000000000000000000000000, 0xa62d18fce2f2156ad746e2beeeb63fd1, 0x1960b211d5989d49fe080a4d225bee7f1f9b7e113e32b029fbd6d6fd46928d52, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0x6a7bb787feb71714cec761a9b5a47a13, 0x43ecc08b67a7e20dbb89c397f4f73971d41c015a410fb71b9cc0cf11fb3ada45, '', 0, '?'),
(0xc98b14b002fd53e8dd64970fc413f517, 'wp-content/plugins/elementor/assets/js/e-home-screen.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.min.js', 1, 0x00000000000000000000000000000000, 0x4944747e2b4f0ed1123682af02957ba5, 0x3b737c8f3aadde5e94378190d9026cf733f9eb4a9942169d3201062787525384, '', 0, '?'),
(0xc98bdb25fd403903237660515dfbccce, 'wp-content/plugins/elementor/modules/atomic-widgets/parsers/style-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\parsers\\style-parser.php', 1, 0x00000000000000000000000000000000, 0xcc9f91d92a4fd25da753beac19b7e5b9, 0xdf0eaa6b84377df729bd360e6809b7694a2c8ae03b123cb57fb504732279016c, '', 0, '?'),
(0xc98ecda8d0981b482b32bd37fa56a3aa, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.svg', 1, 0x00000000000000000000000000000000, 0x7fd0d774b6164fa8de2a8a5d290e4627, 0x28fcea898b70382564c126e48b3d6daee99ff735e92297bc24fa48087d00ae84, '', 0, '?'),
(0xc994755c4b5f97c94a6fdae9987d461c, 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.js', 1, 0x00000000000000000000000000000000, 0xb213474ea7cbe1db6d5efe6a1af9cc27, 0xb577cab105b7fbc810db974b954726d4675949e7e8b77ec9ae58a5930ed30643, '', 0, '?'),
(0xc998e0f1eac6f089c9bf88bee627cac1, 'wp-content/plugins/elementor/core/files/css/post-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post-preview.php', 1, 0x00000000000000000000000000000000, 0x55a6a44831f6509a8d29f6544c7ce193, 0x7c2f9733ddf50460f7436402011e0ba364448197d3e00585b94eaf4492e2ee95, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-custom-background.php', 1, 0x00000000000000000000000000000000, 0xd11930eace993f9b3a132489d1b4ad48, 0xa5d4973e4254f1144d91def5f0f461cf2540d3f6d33c1a71bd77efd945aa24a5, '', 0, '?'),
(0xc9a5d9b85eb22d4e771af98bb15a5fd6, 'wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\Traits\\SBI_Settings.php', 1, 0x00000000000000000000000000000000, 0x780c422c1303ef2139cf77756f5d3d1e, 0x42a3f658cc87741978528b8df170f434f04a86af32f1ae349c942850148f7df1, '', 0, '?'),
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-database-proxy.php', 1, 0x00000000000000000000000000000000, 0x328a0c309108e465bf431ff04a4e9604, 0x036d7ee155d832ca48f74a074cb9230c58c0bb54ad8f32c8f0310e5b969f009b, '', 0, '?'),
(0xc9b201d7de30ae5fba557c749611bcfe, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/extensions-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 1, 0x00000000000000000000000000000000, 0xf24988ed53add768030713a7b57c5355, 0xe7b90ad907e496ea26c787ebe0825d408b6ed70ed83587250ae8acba2ab404f3, '', 0, '?'),
(0xc9b27480388ff1d035d3544d9227a76c, 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer-centered-logo-nav.php', 1, 0x00000000000000000000000000000000, 0xa66245bfe1ee6a9ec77d9fdd2659b2cb, 0xc684f3db1a8858c4d06fe956090e969385da404eda8746068775f8d77cb3edc9, '', 0, '?'),
(0xc9b7b84a4629373bf5e9241112be01fa, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-fonts.php', 1, 0x00000000000000000000000000000000, 0xbb015eb0a0dfe859efee830d3feb8da8, 0x9a9616ada1ac5b8ea6201cf09a5bb045c54207c367069d4ebe08b91adbc14d16, '', 0, '?'),
(0xc9b7d62fdefc2af474452282577f3ff6, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/SourcesService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\SourcesService.php', 1, 0x00000000000000000000000000000000, 0x792dd0540802d7f5d0f50e2c7d668611, 0xb8ee182b2b880322486507cc5b57c6967de6707682eed2bbf8004df412622e65, '', 0, '?'),
(0xc9b7df4828921ecfb6a1eb615eb88d4d, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bn_BD.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bn_BD.mo', 1, 0x00000000000000000000000000000000, 0x3e4843859fec9de82c6f74c79f9454ed, 0x3c9e9c82b2efb32a95e460a5476d348261e4b2bb4f0ae53d5ad2034f05b04cb5, '', 0, '?'),
(0xc9bb71244f4c4e26c3c68edc72a82406, 'wp-content/plugins/elementor/app/modules/import-export/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\utils.php', 1, 0x00000000000000000000000000000000, 0x172d6f6ea79e5d24eb9a0e2c7bd1361d, 0x01174146ac690d83552fd260d85f129ff6a379735d6eac4381c5ed6c8c376099, '', 0, '?'),
(0xc9bbba0d81e38674e69da1b5ffef3d6b, 'wp-content/plugins/elementor/core/documents-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\documents-manager.php', 1, 0x00000000000000000000000000000000, 0x8defba4e6892a2b943f2caf289e4f229, 0xd22db5a42334fe1cb9d0d0c7e3da654e9d08fcb4a161109c69dfaffd8ad5d7a6, '', 0, '?'),
(0xc9c1c2bea2ff0893186eba964312ab58, 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.js', 1, 0x00000000000000000000000000000000, 0xda6201c848a44f54178c80eb3b783539, 0x22ca693f2e8e4f39e71f244ab9058a8215f7826f7e95c7c850df57ec8bde05c0, '', 0, '?'),
(0xc9ce2d8bd2743490c26a221a982e27dc, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-origin-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-origin-prop-type.php', 1, 0x00000000000000000000000000000000, 0x97ab44af23292f7e241f96777b1162ff, 0xa41ca2c79f5a6d9f5ef94586ac6f8a74915ac9677ca183cf527b5c364aff06e0, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n.css', 1, 0x00000000000000000000000000000000, 0x8f0727424655f0926242a140b1e6100d, 0x1a36376098b9f86c201acfd698270788bc1ebded965677aa4c53e201d834da55, '', 0, '?'),
(0xc9d6787fc1fac8c356b7801934fcd2c0, 'wp-content/plugins/elementor-pro/modules/notes/database/models/note.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\note.php', 0, 0x86f73e83c41ddfcb6a0db0d5895b4836, 0x86f73e83c41ddfcb6a0db0d5895b4836, 0x4a9933a66aff78ec5a76351501a86b3ac41d450b7403fb96073936853b0103bc, '', 0, '?'),
(0xc9dd7abec710c4846a0122f82b830e2d, 'wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\countdown\\widgets\\countdown.php', 0, 0x1125353fec42417aac40c81f5df3b555, 0x1125353fec42417aac40c81f5df3b555, 0xcbd2bd84b16cf2bbd4cc801d24f23ef42e377d673f769417581aff1a349ef8b5, '', 0, '?'),
(0xc9e230f4f40a59b7392363ecdc8c5d88, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-typography.php', 1, 0x00000000000000000000000000000000, 0xf4e3d3990a19a1f92453789a2e9e1ba8, 0x30e56759f92d247609ce88bf372ecf3f5bba60b77a9e1eac42f335e58d240240, '', 0, '?'),
(0xc9e385c43f22e8f1262dec6abb0799fb, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\nulllock.php', 1, 0x00000000000000000000000000000000, 0x19ba02c521e680794ef4d19cf1fb7af0, 0xd4e3bfdda9029e00f3a01824b40a1bb7ccd06f5b845c71f1cd9e72768d222fca, '', 0, '?'),
(0xc9ecc9127206d1824aff9f4cf8e51fb6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\BodySummarizerInterface.php', 1, 0x00000000000000000000000000000000, 0x8f127176f742bb6266e7f5d008b994b6, 0x84abbe49371b5f0171ca706d8f2307d2d162ceb447d3e6dea4a90ba74a74a0d3, '', 0, '?'),
(0xc9ed67c73e400a6e2870d5f96d55ca68, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/elementor-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\elementor-content.php', 1, 0x00000000000000000000000000000000, 0xcd20dd71028985034af0ac70996ff915, 0xe00c49d06855ba0239a15f16a8129646f24008259d3fd3bb96b4e1ac49b5e61f, '', 0, '?'),
(0xc9ef139703bedf0fab6826a313271173, 'wp-includes/blocks/search/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeaf08ee726a7d457b0c32b87c80187d8, 0x53e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee35, '', 0, '?'),
(0xc9f42ff6e86a13c088a5f7dd27d62e47, 'wp-content/plugins/wp-reviews-plugin-for-google/include/troubleshooting.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\troubleshooting.php', 1, 0x00000000000000000000000000000000, 0xa913262a20360cbc7e8fc75e84a30b6e, 0x6ea7d1018513d30598293911484ae57c2db75cd3f479bd3d69c2fe231b741ca6, '', 0, '?'),
(0xc9fd1226d450ff6fec780bd9e5a0d9d8, 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.min.js', 1, 0x00000000000000000000000000000000, 0x01e307ab5e8bedd30d261cb05c548a2f, 0xceb497f4c073cd888440018ef7cdef515be5bf42009ba84dd948e4b06b4394f3, '', 0, '?'),
(0xc9fff03cc4378164a1b374b9353a27f2, 'wp-content/plugins/elementor/includes/widgets/html.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\html.php', 1, 0x00000000000000000000000000000000, 0xe59a05623fdbd367833bb7c798e97358, 0x6135b49f12ccf56e1dca9296ade7945839c6fc93e5401c47abe2d2daebd42b89, '', 0, '?'),
(0xca0a8ffcef329214dd71b3099d6006a1, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sun.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sun.svg', 1, 0x00000000000000000000000000000000, 0x2c3b77d1d94c7e34275e5b2c422358f7, 0x96dfd364918f00ad3c7fe71efcf48c4e2ac4d6709af2b64c6f143bb14435c535, '', 0, '?'),
(0xca0eb0e06a9a945ae24f49198db77f82, 'wp-content/themes/astra/assets/css/minified/customizer-controls.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\customizer-controls.min.css', 1, 0x00000000000000000000000000000000, 0x16b9cf5dfaef238f0ecc5df1295b65e6, 0x15418a91c3994e4d8764d0fa412d0e2cefb6b9682377c53fd0da227223b83d77, '', 0, '?'),
(0xca20fc861fb5740264726c011950066a, 'wp-includes/css/dist/widgets/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa47a29f8322e1516831f0242c56989a4, 0x9187ac32c89bfa501f6412ae2b498f636fd96de4e82604622a29ac3484b5fb95, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x9e9b5fa115a292680e8c413fb9f8bb44, 0xb19b4c5a8d56286afbe430ef7ede1a33751fbf0e299bd47a7465660acbdec74f, '', 0, '?'),
(0xca321423a8f2ec917e4d77911e13918c, 'wp-content/plugins/elementor-pro/core/data/endpoints/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\endpoints\\base.php', 0, 0xa13c03b32bae10f05b40a069d657eec0, 0xa13c03b32bae10f05b40a069d657eec0, 0x2f1678b6849cef8b25cdc3771d0aa1355ca80dfe506728a36a97a57f2f493d5d, '', 0, '?'),
(0xca3339556804027aa5c535ad4077a523, 'wp-content/plugins/instagram-feed/inc/Integrations/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xca352f80fa9a0bcc94e26bafe377caaf, 'wp-includes/interactivity-api/interactivity-api.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\interactivity-api.php', 1, 0x00000000000000000000000000000000, 0x8111d54b8744dd700c430e2c5009eb3a, 0xb2f360ddd09b4bcc487ec51c42c3bddeeb784207e480c79c4ba2a1ad23976c25, '', 0, '?'),
(0xca37f4e2626ae6aa5c61f44e84711c5d, 'wp-content/plugins/reviews-feed/class/Common/Helpers/Data_Encryption.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\Data_Encryption.php', 1, 0x00000000000000000000000000000000, 0xb22d18e2e859fc7ac3fe0dff0a16aaa7, 0xc79cb032d69ef5beb535f0fb0062116815b1cf48d1e98607ada31d57f4449e73, '', 0, '?'),
(0xca40193e412d0079459d2221e8231018, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\disable-core-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x8a516809c873088c54426df9a4b1d395, 0xa7d36cbc9646db5d4bc28c4e0c1feb405d438f8c05741f2cbaffdcec9a1e2950, '', 0, '?'),
(0xca42dcf29a2ac5c9868bf58493fcef98, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 1, 0x00000000000000000000000000000000, 0x38b6c1080b174ba98301d49ca2f80fa0, 0xaacfa2636434b374516060d6bd36c2ca17456d19fcfca3f017013b929d187437, '', 0, '?'),
(0xca4909f6ad7959c90af8e1fb1be3b5e7, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\minified\\custom-controls.min.css', 1, 0x00000000000000000000000000000000, 0xcac51a35715f24c82382f234d6c9ea5c, 0x84e6adad4209ff369d4f1791b7c704b520883f6df99598e41c65602b810e57a1, '', 0, '?'),
(0xca4a680623513ab515546ec86a050768, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\base.php', 0, 0x4c1efece19dc588cde0992fac9ec7ddf, 0x4c1efece19dc588cde0992fac9ec7ddf, 0x2e6b0c6138a00001073e27c72602b336050268b9669359a5075b613432009982, '', 0, '?'),
(0xca4c298d864c6505e675735697226fa1, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0xca50a58fb5473e489ed4901aea33e32d, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-if.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-if.png', 1, 0x00000000000000000000000000000000, 0x3593b4eb5d459749f9faaa211dafd599, 0xfe67ee4df3dcc2352b18f2fd21ea649bf9cc6981231300d7b2262c59b597d526, '', 0, '?'),
(0xca5279a9d32aa991ace5f1bf659f33f5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.eot', 1, 0x00000000000000000000000000000000, 0x2a397ad7aafae01dc73fbbfbb966c189, 0xb8696520befc25b095e7acb231705edb38fa2b86eec27b95af85e84dce4130a5, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes.css', 1, 0x00000000000000000000000000000000, 0xfbe5067871c22bb9bf717832695aac7a, 0x3ae2386ba08ac0efd5489decdcd35b930e2d1b443647ba00252e87ac17ceecf8, '', 0, '?'),
(0xca569632d6be3dac8dcc62ab541b5384, 'wp-content/plugins/elementor/assets/js/element-manager-admin.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.strings.js', 1, 0x00000000000000000000000000000000, 0x94205f826b2c1fe032af6573ee5e1335, 0x1a828e2b1e718fca447d87b97518833c1d661b6caba243c373e00986c2808c88, '', 0, '?'),
(0xca57cf385eb4f657ee0275be4949f9c7, 'wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\pagination-trait.php', 0, 0x3039a06670676e30294a4c61d43fd3cc, 0x3039a06670676e30294a4c61d43fd3cc, 0x90dea42a7fe6163dd16f49e563e5e076ede52a4a883739845ba5a92cb9e6064c, '', 0, '?'),
(0xca57d108560caeaf57d9433efe20d7a8, 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/abstract-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\abstract-menu-item.php', 1, 0x00000000000000000000000000000000, 0x304d2f52e0c9558e072f64e038d81d1b, 0xce0d2bfd02aa90d316ba3c9c5afdf2e3a9ee42f4fd36aafbb1ffd784300c50f6, '', 0, '?'),
(0xca58e0a20696c43a6a7cdea6bf6f9ae2, 'wp-includes/SimplePie/src/Rating.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Rating.php', 1, 0x00000000000000000000000000000000, 0xb5d96ca449b0411f88b748180a134f90, 0x0aec89549b03f1ea5419788ff8e8275374afbc403fcce30588f849ccf60985ea, '', 0, '?'),
(0xca5aec902a685c805b14e985061a0f76, 'wp-includes/blocks/accordion.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion.php', 1, 0x00000000000000000000000000000000, 0xb9c4ea0175dd6c43013aed30824f9f0e, 0xf609dc6362999a4f5f36bba4490d1dc23931e3284dbef447ad42cdd46a08b756, '', 0, '?'),
(0xca5d048f1063073f6bcb54e3d7108620, 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0xc22337d5368b467bceed1de8f1d593ff, 0xa919821ed4b2de881ff620be12f83d8ac569180e525d4d75cf4996a88d04bba9, '', 0, '?'),
(0xca5f0336f95560463b31c6ecb5e92e39, 'wp-content/plugins/elementor/assets/js/packages/events/events.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.js', 1, 0x00000000000000000000000000000000, 0x99494149e017ea0bcc93d122b00ffaca, 0x0c928a6d8d2e6fd792870c8cd0d6bfc12a2bf2fb42473d7f117003ca065c6f03, '', 0, '?'),
(0xca6201d7c3aecf83cfae853ef8327c7d, 'wp-content/plugins/elementor/core/utils/collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\collection.php', 1, 0x00000000000000000000000000000000, 0xb5e46a6e3eb9fcd75f32e8f554737c3b, 0x55ded447aa1be19dfc8cb6b73727ea322f5d90588acdddaca8c6758dbdc986ec, '', 0, '?'),
(0xca638fbedd04348e3cf0fb150ef19634, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-event-move/jquery.event.move.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-event-move\\jquery.event.move.min.js', 0, 0x834e10a3de945abc6fc1eb180c45232d, 0x834e10a3de945abc6fc1eb180c45232d, 0x550701f9eb1273c502dc47caf1d456f90e56e2fbc23ae21a601d5b5121989f9b, '', 0, '?'),
(0xca647b3cd43010038cb42c6f2a110bb3, 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\application\\to-be-cleaned-indexables-collector.php', 1, 0x00000000000000000000000000000000, 0x76569a1574884abf07d9e649fe4481b8, 0x9f3de6ab9c20c4873a0599470ba7ccead61a9397d3d0eaa2a1324b6ab029d32a, '', 0, '?'),
(0xca66d56215eb87ba6206307999e58918, 'wp-content/plugins/elementor/assets/js/progress.0ea083b809812c0e3aa1.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\progress.0ea083b809812c0e3aa1.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xeaa1342b79adde63f883fa150e432d79, 0x4999117b3546c0882f9a442cb949a14f6ebb8e2102b3c000d6726609e6890106, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x579d0405c4a635d2ea69b0a5c04c6291, 0x1fb243cb7ac9945d202bd049d2372698344d6883b946376ddceb4e3998d15bd9, '', 0, '?'),
(0xca6b32bd67ebcd0889b6bd838476910e, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-custom-post-types.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-custom-post-types.js', 0, 0x07f20a4da47649fe80bc44fc15c7ae5c, 0x07f20a4da47649fe80bc44fc15c7ae5c, 0xa9d91e1213b0bc86836cca34c0ca916d3248cb4d978dd03899ababe938033c93, '', 0, '?'),
(0xca6da6e91a5061f325b3893c4d2a39e1, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/device-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\device-type.php', 0, 0x173908802cbee0b9fb6bbbb4b557ab67, 0x173908802cbee0b9fb6bbbb4b557ab67, 0xe3885d11826561a472716f459119cd91e81cb4e03354aa877588827f057cd763, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xca721c5d3248c97801dfac9dd4279487, 'wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-web-stories.php', 1, 0x00000000000000000000000000000000, 0xd8d19aefa75c065e96b600c1d3178b32, 0xc6dbd3ca4c6c5114d9e160ef5fb1b858c8ba517b71c4258e43ff7066c1f1eefa, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x2bb3dbed1bd3c6953dc987689086fbe7, 0x815d52c5dacea55062c4a88da5a8615a8b32f8ab5e1dec5e526e8d4b7b581b1b, '', 0, '?'),
(0xca74fe9f2a00d6d886a878dd5c2c2568, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-mentioned-notification.php', 0, 0x42649f08cd4b5bce1436719f484c09f0, 0x42649f08cd4b5bce1436719f484c09f0, 0xed65fa7cfddb8581a68e71fd2816a075249a83f472f5cd0b0dc639d702e21da2, '', 0, '?'),
(0xca7711401aa9f7d5993e3da1977bcd5c, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-meta.php', 0, 0xb1b82d50c1659a454ae01e00996bcf34, 0xb1b82d50c1659a454ae01e00996bcf34, 0x0450c077a5f61f7865822197229025a0adf9dba9e9daaf5622f6969f7f81c931, '', 0, '?'),
(0xca77d3d9930bf6668bfe22190baa2727, 'wp-content/plugins/feeds-for-youtube/inc/sby-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\sby-functions.php', 1, 0x00000000000000000000000000000000, 0xed0f07b63e038704370b7e8d0a9869ab, 0x1102804b5ccdfa7a7c3f1fd25a89b2633b0467ff476586723369b383ddd80d23, '', 0, '?'),
(0xca785ecc640b26b0ca011c61dece894b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x7630483dd4b0c48639d2ac54a894b450, 0xb8c056216724bf5814d04d1e1fa3d9d3886ecca37f51d192cb2110554fb3adf8, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugin-install.php', 1, 0x00000000000000000000000000000000, 0xab5eea7691507da37335a1ec4b05f26b, 0x4aa90dd412019085cb8a5550d07ceb5fb3963d10c72d19de190812b2366b3503, '', 0, '?'),
(0xca7b26b848f64ef260623549d08cff45, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\RefreshToken.php', 1, 0x00000000000000000000000000000000, 0x911b665563da42a9b8ac3c5c354d3704, 0x255a03afed654d08efd3c5dcdd141386df3e8067defa912a25eddb6acbbf08bc, '', 0, '?'),
(0xca80ed5d0e1c486adfa162395b9bcf78, 'wp-content/themes/go/dist/images/bookmark.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\bookmark.svg', 1, 0x00000000000000000000000000000000, 0x4e7b1d2433d0c2932b6c549f808e329a, 0x3d55e5c707d87fd42590b3d3a5b485e2e857574ed79d48291b77d0ab74d43c37, '', 0, '?'),
(0xca810969f4819df0ecfeaa053a679579, 'wp-includes/blocks/search/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0xca8a9a32bc25f0892b615fd2f44c0846, 'wp-includes/blocks/columns/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x87899c6b8cf447899d6de2112310655c, 0x479411529d5084969b39f6263406c9684e72924e4c5740075ce190c66ecfae06, '', 0, '?'),
(0xca8d52a263a4c2ec974693cf8ebe0f98, 'wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\class-astra-scroll-to-top.php', 1, 0x00000000000000000000000000000000, 0x6fe8b94d4f725f55874a3b7c9e447df7, 0xfe3bd3bc19861a833359d8a26973e06782bebbe02603afcdcd9924e092b03da9, '', 0, '?'),
(0xca8eefd83b593bd9ef87a8a2726e0a03, 'wp-content/plugins/instagram-feed/admin/SBI_Admin_Notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Admin_Notices.php', 1, 0x00000000000000000000000000000000, 0xabcb0b830c74dc4a100715e21381081e, 0xa8923fef5cb87cef26a50eab17a6f2ea66a8944f0e11da17e0d1fb5a8a32e850, '', 0, '?'),
(0xca926ff71451a3384a3284517f53d80c, 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Graph_Data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Graph_Data.php', 1, 0x00000000000000000000000000000000, 0x739db1747633abdfaa6f0f9740ec05c0, 0x09d3e8498249f9e60d52c9edb7d55111d5a29527afe67b6b67044640c2ad2377, '', 0, '?'),
(0xca95f671c0d6ab9b12cd6ffed223c39c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xfd338c101eca003c9787746fbce4772a, 0x4f880d76bbb71d749862c01ab11c06f67255f453c21f050c999d405fc86b2bd9, '', 0, '?'),
(0xca97e6cc900c401b8f535b57eba69685, 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\copywriting.png', 1, 0x00000000000000000000000000000000, 0x166d8aff14c4550758f72e7beb350da6, 0xf84e6bc365af57463898408a691017f7601c61e4b03288ff5d654be95df2bbac, '', 0, '?'),
(0xca9c3b10958232bd2d825153542b15ad, 'wp-content/plugins/elementor/core/utils/exceptions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\exceptions.php', 1, 0x00000000000000000000000000000000, 0x93d3d685ef1ae6bd87babc48314acd1d, 0xfa9ba66e5267a91fd72817bdc85b024a6034c3db5f9e40b92f6d6498f836a135, '', 0, '?'),
(0xcaa09adc02634b763d7a2935edc34069, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/ReflectionCallable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\ReflectionCallable.php', 1, 0x00000000000000000000000000000000, 0x28fc3cb14d202c9087c551fe9eaecd05, 0x616260a1e40a5fa0b31cd80815d2074d56d541033809af18f83f0f81c80374a7, '', 0, '?'),
(0xcaa0abc9be1faf7d0a87602d3a6d79fa, 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\vc-plugin.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcaa2a955edf3c5226dba07fc8eab2192, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/parent-task-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\parent-task-trait.php', 1, 0x00000000000000000000000000000000, 0x5f374b99203bef324a2cc03eff78dc66, 0x21343579cc84ca8fd268430692ba1a188e26b6f1715dfa13aae3fccf3d291693, '', 0, '?'),
(0xcaa7f7c50052ec734c586c4852d9d49c, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/arrow-up-right.90241f420896d72fdadff85d50738f2f.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\arrow-up-right.90241f420896d72fdadff85d50738f2f.svg', 1, 0x00000000000000000000000000000000, 0x4970f92575930e0e9c0e2306447a7a9b, 0x52028ab6665a9ad7b7c10768bb7c0d344fc27a592bc15909bf32a36e401e5ccd, '', 0, '?'),
(0xcaade63970da37f72bd6f16c2aed1d02, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-taxonomy-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x201a402570aa99a4f27b11f8cc9a5aa1, 0x84e90743a869ce6ffbaa12e916e3092b91655870858e90df9b7d74862ff19da2, '', 0, '?'),
(0xcab573e242f2fe732a781db86e91096b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-collapsibles-section.php', 1, 0x00000000000000000000000000000000, 0x4067673acfd5a65ffbd5602c57c3da20, 0x5471d5b52e4b343fe5fbf2ca3274bf13e9771c4986ba4ca1c365a349f84ee81f, '', 0, '?'),
(0xcac5de4e9f1dcdaf16c06d289ff3cea0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/MethodCallExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\MethodCallExpression.php', 1, 0x00000000000000000000000000000000, 0xf4f935901dcdd203ab00bab87d73ccfd, 0xcd2f47e3088c45ac9fae376f9e4722f8e9c893c3a4845c0ecc59133c0b6aeda1, '', 0, '?'),
(0xcacabdbafdcaf5ee1905e63462df3b8a, 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\layout\\class-astra-edd-archive-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x398c88f42b65d788b54894ead5356c31, 0xb64101cd853aa29f88a681112d89c4ad449395ae45ef0123a379cb6b66f70740, '', 0, '?'),
(0xcad0339deeb628393205beb48ab304ec, 'wp-content/plugins/elementor/includes/rollback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\rollback.php', 1, 0x00000000000000000000000000000000, 0xd60a821c039d32e61ddda833ee1d9825, 0xf7ec159183062b4893d1ba48bbfd140d7b0de827b9603990c7c58883370ed427, '', 0, '?'),
(0xcad0b57caf1deb7c01ba292e5904ded2, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0xcad26f18cc3c485a517e9bb2d9868ec6, 'wp-includes/script-modules.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\script-modules.php', 1, 0x00000000000000000000000000000000, 0xcdf27839f8ccf80a7b07ba384c4dc257, 0x61a54c2654350c4b37f8132ea43bba2571e1514cd684e7d2fe626a3b7fb4143c, '', 0, '?'),
(0xcad7eec03342f10d889e8e3310a8bf7e, 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.asset.php', 1, 0x00000000000000000000000000000000, 0x9339f36203195f35dcea6477ca79b19c, 0x46f87d9975e75ed9e33e66aff497d91ef899c99d6aa427e613f86b1033bead37, '', 0, '?'),
(0xcadba856a4f63cd0f03b14e1f8824050, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-ms.php', 1, 0x00000000000000000000000000000000, 0x2409632fd02db256abb6e21e6864f0aa, 0x9b29380a1e1fc8f205da42493555241fca5c4d22820cfa31a1914556e8402072, '', 0, '?'),
(0xcadcb1c81a835ac4c43175c9160d3a6a, 'wp-content/plugins/elementor/assets/js/packages/store/store.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xf0cc9ba5cf46af0cd73d521803e3b07e, 0x557ed7fa576e71e7709477c1fd1fa81faabd1d0a7f4436e9eeee32588b0fb607, '', 0, '?'),
(0xcae51f0bb9d7b56cac028cc5640f909c, 'wp-content/plugins/elementor-pro/license/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\api.php', 0, 0x4d22a7e2553499400a7330261546ed30, 0x4d22a7e2553499400a7330261546ed30, 0xac383e13993d67c2d20ca72d3f4c8cb805c061b438a5472d1ef2c7ea148d544f, '', 0, '?'),
(0xcae6354f7e12ef59d0723d24f3674b72, 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-team-photos.php', 1, 0x00000000000000000000000000000000, 0x6991e19856e7754c48b0ede5dba80e08, 0x32acf78476f750b6a29fb944292c44f9522b48f0c98c45de2b1175b6e5b91607, '', 0, '?'),
(0xcaecedcf46fe23742274d78e8f6ddc67, 'wp-content/plugins/elementor/assets/js/3d1613aca86991103452.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3d1613aca86991103452.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xfe7b4b49c73eb18d9ff64ff427600620, 0x4f6549becbbbcaa472cd78014dbaaf9050d1e718c4abbcfccbae6245993cff08, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xcaef3f70cb7a760d9739820497820710, 'wp-content/themes/go/languages/tr_TR.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\tr_TR.json', 1, 0x00000000000000000000000000000000, 0xf6906bfc8c039859b5c26b040bc52077, 0xdb22d88248771b14b649bfa578f0781cf4aacb0d07758c617bdd3a143dd5aa4e, '', 0, '?'),
(0xcaf319431233809fd278f5201a961d96, 'wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.ttf', 1, 0x00000000000000000000000000000000, 0x9831d3cd9d6c8abb3a7a934314a3a3b9, 0xba6e52a117146cc7d4266a9a27348a9488d18af1954a010cd95dab1bf6ede627, '', 0, '?'),
(0xcaf4e81f0b8941008bff19670d08986d, 'wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bfs-modal.php', 1, 0x00000000000000000000000000000000, 0xa3b0c47605d48bb3fdb7492549a32365, 0x66a4a1ad8bcc721d2fefffdcc582d869d1347041d3d11a95855e9a3fa886490f, '', 0, '?'),
(0xcaf72a7dd1ec21968b3488f0b45646c1, 'wp-content/plugins/elementor/app/modules/onboarding/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0xb86af3389a5c2e465225fba51dbec445, 0xd2a7618d6562687afdd373fe1a383192961609e2b02d8886d3ce1bdaaacf981b, '', 0, '?'),
(0xcaf7bf61eba7f2ad1952456b62d0ad38, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x910de5bde4431d65f1d3eadb82d4c50c, 0x5498f9d8a41dfa75d4089bc3761f377b18957b4e80459601b6768cbcf01be8ca, '', 0, '?'),
(0xcafdc4aca9dce151ee78e662dfc7adbc, 'wp-content/plugins/wp-reviews-plugin-for-google/trustindex-google-widget.class.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\trustindex-google-widget.class.php', 1, 0x00000000000000000000000000000000, 0xf1fdaabaab25db0177b4595708d41409, 0xd479e9bd35477e19b37c032c44c923a4ccc4427a51e836b91fb2fa64aee71ed1, '', 0, '?'),
(0xcb01f3b51ac59654192e09e6ce2e33cf, 'wp-content/plugins/elementor-pro/core/database/base-database-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\base-database-updater.php', 0, 0x1f27c727983404830c23f55c70080c01, 0x1f27c727983404830c23f55c70080c01, 0xa57b1fd66c7fc7b6b5c263ec605c7494adf21a890880afcdf3a1fd46807c8d9a, '', 0, '?'),
(0xcb08718a66df022f69a4636be06f5098, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xb2f6eda51316dd24912ff89cc7cec56e, 0xee18fdc8eb907a8c3dd774e23ba4730727f81c15ac50debc0df0b464b58d6512, '', 0, '?'),
(0xcb1464e6bcea2208d7cdca6214583c4a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\composer.lock', 1, 0x00000000000000000000000000000000, 0x687533a5951dab374e6e70d3c4f2e8b9, 0x9cb6a17ff6e4e2ee56478a403fd2a682782840b8063be358455598a6b6e39943, '', 0, '?'),
(0xcb15c7a9c1ad6718bd3a1c2445a445bc, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-tabbed-gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-tabbed-gallery.min.js', 0, 0x5adca3a3e93d34a65592a5d7e3e4eb5e, 0x5adca3a3e93d34a65592a5d7e3e4eb5e, 0x7a65013fb80d9757505108edec4d2d181db1c54a624e642cdff8e2742c137c7d, '', 0, '?'),
(0xcb18cf4cbe1fabc995affe40fe260377, 'wp-content/plugins/elementor/modules/floating-buttons/classes/action/action-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\action\\action-handler.php', 1, 0x00000000000000000000000000000000, 0x460fcef469c11a08782cb57647f92e58, 0xf9d9190f5753d0109571112e0003767c7462606ed23281e8e109e2b810abbd28, '', 0, '?'),
(0xcb18f3503e56a4a01f1730d0ad578fe6, 'wp-content/backup-migration-config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-config.php', 0, 0xaa15d06e9f7b39e7ccb4013dca54de41, 0xaa15d06e9f7b39e7ccb4013dca54de41, 0xa498f2f2f68e6f32b3c1b548b2e4ddcece0b885eeb8eb6c784fe3f6203319866, '', 0, '?'),
(0xcb1b6edf37ad824ac0b71a7131fc3104, 'wp-includes/fonts/class-wp-font-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-collection.php', 1, 0x00000000000000000000000000000000, 0xeef483256971eec3445c7546aa202516, 0xc1a579c455ccaef4c776e7819b20b60decc511510bf5005d5cf6e2ae5c182fa6, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\directionality\\plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0xcb26d69c7959889cb6b7003c69f50f7e, 'wp-content/plugins/elementor/assets/js/7745b82dc4a05385ef1f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7745b82dc4a05385ef1f.bundle.js', 1, 0x00000000000000000000000000000000, 0x4e026e467bf86ed548362a3093e612f6, 0x3f4e707808b118960c99ba70ad7c7a7f5d7873c61d5a45b89b703247321bb2e8, '', 0, '?'),
(0xcb270c8a7356ccbb570987ea67a4a096, 'wp-content/plugins/elementor/includes/controls/icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\icons.php', 1, 0x00000000000000000000000000000000, 0xac799844f0f57ffaf5d4fb0d13d30922, 0xc0e53cd4375a181ac2d3100112b88907cb8b5f731eb5567512a5dc7bce394dcc, '', 0, '?'),
(0xcb2a285d3eb8265a1016f244b164279a, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x65b191ad11e1f88a0eb7de0b6b07443a, 0xf9ff79e5fabe5ec07c78a9a12a96c150593c90a3f6a19eb5a4464d2a87e4f2fd, '', 0, '?'),
(0xcb2c6b69aa63064f7ae0ad22d975bba6, 'wp-content/plugins/wordfence/css/license/premium-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\premium-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0xdf119167ad3d6a333a8e882c5cd0005f, 0x22f24cdee4e8a36bad2f30872bda13ad7586534d99d8c34012c25b5210b85afd, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpeditimage\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x8ee2a07b434edf419ec59ca92cc1d04a, 0x2ede8f5e64c16c8a868f608a4ffae3523e4bc930298d3e4f3d42a39616623064, '', 0, '?'),
(0xcb46cfb4ac8b1243134b5f42a8919957, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedProd.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-seedProd.png', 1, 0x00000000000000000000000000000000, 0xc30a484eb753948190f34e2089a87031, 0x3f3e9a67a01509de6781ba5ce6296c971b3cdc962f87f19778ea761dfae810a6, '', 0, '?'),
(0xcb46fe148d4b8b4b4d74df0b249c08ec, 'wp-content/plugins/elementor/app/view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\view.php', 1, 0x00000000000000000000000000000000, 0xf64625ee3fe8168faca860c9a88facfa, 0x575640cffaa12a660b14342fac98362c8fbf57437676c87ff134efbf209121d6, '', 0, '?'),
(0xcb48be97638e1a3ad197495a85dfc85e, 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\class-astra-heading-colors-loader.php', 1, 0x00000000000000000000000000000000, 0xa53ab9324d154c0261d16380916c9c8c, 0x535b54613c0ee3b2999e54787d7c8cddcebec5c6d00df139a24eef1e2182c46c, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0xc3b7b2010492e0ff9623be39b4afeca5, 0x06927e4865b1fbff8a9a4c697c9510aa8feb0f30ddef3735de6adcd514097711, '', 0, '?'),
(0xcb55d0c47dda42a3cd1e09114a73fdaa, 'wp-includes/class-wp-object-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-object-cache.php', 1, 0x00000000000000000000000000000000, 0xe6160115ee3e95c711161f92ea96b8a9, 0xb1a4ed5f46916c54888fe328f76555a2f82433350981f18d3ba112de8b050027, '', 0, '?'),
(0xcb6041316de676d01ba460a3f78e96a3, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-9.min.css', 1, 0x00000000000000000000000000000000, 0xc340179eb36be77e5988d056338a9b55, 0xd20e9d400d2977ba91522012570d4abb66cb22530744976ba382db88b2113019, '', 0, '?'),
(0xcb639fdaae7180b61022962e7c30073e, 'wp-content/plugins/wordfence/images/icons/check-response.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-response.svg', 1, 0x00000000000000000000000000000000, 0x4e038ab646f21bf416c5d8c613bfe2a6, 0x3832668529b31b6f3ed814e63569711129bbc3651f3dd2d6f2a947048f7dece0, '', 0, '?'),
(0xcb644757e3ef6a010e3c2c2db7a4ce86, 'wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\apps\\admin.min.css', 1, 0x00000000000000000000000000000000, 0x6805b3f417e97223d67235d827e892f8, 0x5a0a1fc80e77db4af647d030ca1b27c2dd5db786fa0a009aa236bb2eae25fd6a, '', 0, '?'),
(0xcb64afa8a393318b3dc362839bac3bdd, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0xcb67d41316514830a974cdb18da964b7, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/runners/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\runners\\export.php', 1, 0x00000000000000000000000000000000, 0x1baad6b6d29d62bda41c79a88c1f0bb9, 0xe23d62bffe3f3266c7c96f5d4e641e6435bc8b2a7f642f092bf72f8f35254dba, '', 0, '?'),
(0xcb6e432dfc6026ce94ec1c23347ff1c2, 'wp-content/plugins/backup-backup/includes/staging/local.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\local.php', 1, 0x00000000000000000000000000000000, 0x8ec6f2e989fb742120d2f5506afe5679, 0x75ed2f5581b007709f04a6adc0d5463555286d635efa228559339a77cc3c8ef5, '', 0, '?'),
(0xcb7091dd340540861cf910189c6b3990, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-partial.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-partial.svg', 1, 0x00000000000000000000000000000000, 0x35e5fa07329f9718c35ac3abbf29eabd, 0xd50edd507ae4fc4461b11cec91af2391a14e7aea81b5ecfbda1d8e829f5e0afb, '', 0, '?'),
(0xcb71f29b38e05d1143a4ddcbd69414d5, 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\reset-grace-period.php', 1, 0x00000000000000000000000000000000, 0xa413265189b336cbab03f6c0d36cb88e, 0x99c184180b6a2097cd58a4eb699db8a072228ce56cbb9a877bab7a31f8af3c81, '', 0, '?'),
(0xcb732379f768b7e20efc0b62e34511db, 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\missing-method.php', 1, 0x00000000000000000000000000000000, 0xd43855aa37c8829b9ee4e79255f20343, 0xc5522c000fa325f3df4ab9ae466ca203e1ab2c666e6ab5d5e2457c7a9bd131cf, '', 0, '?'),
(0xcb73f1bf89a77d72e1698f84bda1cd53, 'wp-includes/block-supports/shadow.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\shadow.php', 1, 0x00000000000000000000000000000000, 0x4f5adf7176abd842aebca93c562ac0f2, 0x7adf9dc91a08f57a33c35b621a915cbf2658504fbc199b02ccf73fdb4784c153, '', 0, '?'),
(0xcb7622073d61dd30cedbc9fc319f078a, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-body-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-body-font.php', 1, 0x00000000000000000000000000000000, 0x301df660ae92be35bc7cacbb98c3b52b, 0xb3952a9184fd376fde6fa27f3450c6a3b6d241479ba8c38bdba3d6e302b03cb1, '', 0, '?'),
(0xcb7c47b5d224ead1eea582c56b99fae4, 'wp-includes/js/dist/vendor/wp-polyfill-url.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-url.js', 1, 0x00000000000000000000000000000000, 0xf1983e64a04b50274943a4e733b5bd38, 0x9e6bf608f57aeaafcf3af3b4975f734470fe7865254ad809bd89f553547fba5f, '', 0, '?'),
(0xcb7d0968970d1c91a805f8f548b33c8d, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Parse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Parse.php', 1, 0x00000000000000000000000000000000, 0xd3b55a4160df3a3efb681c9ce45bfae3, 0x67363882294b6439bb36c7fcdd155e8fbc157ccf2889dcc01e28475deb5e2cd8, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0xc1c1b84efb8e8df8faf42dbb6f0ef60c, 0xcdf544d16a10b28221e72ef65b7a281954d531a941ee63787071558878c958d6, '', 0, '?'),
(0xcb7eb0df1119116bdd06077f69febdf1, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\export.php', 1, 0x00000000000000000000000000000000, 0x99033e2771de0ba70ed12bad59f86cf0, 0x05e51c685f0936c33b744cfb2f4c8590fb54ff8beb3e8e489d0c3c4af4cb7ffc, '', 0, '?'),
(0xcb80f5315cb6ff8934aeee2ca7af71d0, 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.js', 1, 0x00000000000000000000000000000000, 0xdff91cc11a61c4b27815e00aaea89ca3, 0x2dcc0cab5936b5c2768c0073bae10ea75144f561c00b8d682c034bef43e2dd52, '', 0, '?'),
(0xcb8187a9797b17aefa99282681345d50, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Elementor_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Elementor_Base.php', 1, 0x00000000000000000000000000000000, 0x2d40b1dbe2fa107f8710af9914ac2768, 0x574d8c93255fd4b0fd606c2ce89d7fb035aa2857ffe5b8928c6b3fb12ee344f7, '', 0, '?'),
(0xcb86055d671996317b5b10099c70658e, 'wp-includes/blocks/video/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0715e80db2506920431849d18f15d0ca, 0x82f996b2f45fa00bfdcd4e42d4ad45a26dd458c83da1a2167aaa437f80728692, '', 0, '?'),
(0xcb89da5811aab777f818dc73477f5454, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 1, 0x00000000000000000000000000000000, 0x853363623ae9f80dcff79cebd8101530, 0xaaf36755d7d2f1e3f78c71af51ff8c678b4ddb69f09ad9f800bc198c1124ef83, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\shortcode.js', 1, 0x00000000000000000000000000000000, 0x0540a810bff1d0c5e2c9507df353ce8a, 0x7903611b1965c3614bd40eb55206e5002511d4c6177879bfc175fe79fbe286a2, '', 0, '?'),
(0xcb8ffa12746512e785d8319cb1524d8a, 'wp-content/plugins/elementor/assets/mask-shapes/diamond.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\diamond.svg', 1, 0x00000000000000000000000000000000, 0x69e4165affd31fef821b59dffa7e57ef, 0x719ca9e677fd40ffc5761a0b6c20740af6e8851653567663e7e7cf07db1bb966, '', 0, '?'),
(0xcb90f798782b3a5e4562964f4af709df, 'wp-content/themes/go/dist/css/style-shared.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared.min.css', 1, 0x00000000000000000000000000000000, 0x6c6810e49333a3a126c54ee0e1b24375, 0x27eb37237c6e49322d55d08a91f10e0afe749b8c8d7a8f7c3d5b3f7d3763eb05, '', 0, '?'),
(0xcb91efe512414028d6c40fb4740a76df, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0xb155eafbf980f8d8fd73d898623703b5, 0xbd1bcad5074a00e379374fcfeda15907504d5cc4af677d607710ae82203da2b3, '', 0, '?'),
(0xcb935e5192d5f27c6278c6665e14e48f, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\url-list-presenter.php', 1, 0x00000000000000000000000000000000, 0x4c782732f31673a9688eba1e192daabc, 0x2d1ff1b357a8a9ee8ce36f1cca244e953533946b1c58ebe4dfc823a0562192c4, '', 0, '?'),
(0xcb971e1b93450f30a1fa09ceb6397f41, 'wp-content/plugins/powerpack-elements/assets/js/frontend-accordion.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-accordion.js', 0, 0x4c970100d5d03dd92a760b5c5a5d29df, 0x4c970100d5d03dd92a760b5c5a5d29df, 0x53285c6774f3c168a8b0958c5e3169ffae130c51235bf692bbb0bbb2f1186623, '', 0, '?'),
(0xcb985664dde96cc18363992dd2684613, 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-notifications.php', 1, 0x00000000000000000000000000000000, 0x5ab2cffccb0dd4dc1e18616c18f07096, 0x194905da12a89dfcc4f71b9679cc1da1c7bc6298bc41acba27a3cf0dbcb28120, '', 0, '?'),
(0xcb9890f4de250ec7e51a261990968904, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/child-task-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\child-task-interface.php', 1, 0x00000000000000000000000000000000, 0xd67dab9e6ad033302096701577b71229, 0x28ed5562a301d4def130dd401ac38a5a6cb057fb77438ec710f9d119d29c32ed, '', 0, '?'),
(0xcb9c411b7441a700c391655aa462fed2, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-tagline.php', 0, 0x237dd095c70d2374bf3483c9ac931d8c, 0x237dd095c70d2374bf3483c9ac931d8c, 0x5e0e9a9934e9ad241eeed4a290f42bfcc1739915b93c8a7f1d7843c729731deb, '', 0, '?'),
(0xcb9cf2d7057a97bf387b2172646283ef, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0xfd369c60ff65ebbc0193ee8b0bb7958c, 0xb05152a4b335b5697070a112378867de26b4d5c690e9d97c48b38be49b3c394a, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0x016e57c369b89e7ad654c81819d6af1c, 0xdb943c9c17a8019f518a795cfa429a85757ce902cd8fe8fbc28b66edb2437c64, '', 0, '?'),
(0xcba83f787fe03d0a649ca0230103ed08, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\cart.php', 0, 0x0b62d6bde13ea926f2c65762021ac9e1, 0x0b62d6bde13ea926f2c65762021ac9e1, 0xf3bdfe2b1ddf7bd16c12b70c168818a81f18739193630482c035108df5bbf06b, '', 0, '?'),
(0xcba9043dcc09ac0c7e5a47c2af65670d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/CustomizerBootstrapService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\CustomizerBootstrapService.php', 1, 0x00000000000000000000000000000000, 0x5a647ce10641ccee1f167f810cf01ee7, 0x2f3454ca5efc56dcdb2087370cbc785b693be4bbb3f25044449e82a0bb14a84c, '', 0, '?'),
(0xcba926198ca4e72a529ea4898c6783fc, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.e1605c5cfaccbff3c14b.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons.e1605c5cfaccbff3c14b.bundle.min.js', 0, 0x201217c64809b0105dabeac5a1158c11, 0x201217c64809b0105dabeac5a1158c11, 0xa759be651156af2b606149ea310be725c4bfe289174ff9a2601becb6f7adcd34, '', 0, '?'),
(0xcbb40dfa7f704ca54e9247ae88e9ce87, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-footer.js', 0, 0x1a74f729397b6365ea97e0eed20977d4, 0x1a74f729397b6365ea97e0eed20977d4, 0x79a2483bc5f027a1780dd6c394307116ee4401fb84c5990b3ca35a349032a670, '', 0, '?'),
(0xcbb4daae6e158644b76c6d89dad239f3, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\additional-contactmethods-integration.php', 1, 0x00000000000000000000000000000000, 0x28ab5abc19a2ce683bb14d46a3a9e7a3, 0x8eace71a990a3971835e8992855fa7f1a8553e5755419829870f017b71851264, '', 0, '?'),
(0xcbb69a268446114e1840b3073010db1c, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/SinglePostCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\SinglePostCache.php', 1, 0x00000000000000000000000000000000, 0xb561b4fd75682705b07de5a91af0fca2, 0x7ca1d101c3e6ba139aaf41a36b5df5bcd336b688a66e481c9b3a517ba5bd63b1, '', 0, '?'),
(0xcbb86e513d0e70462b2a447ef65da035, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x567dd13836a7bdbe62dd55fa788bee75, 0x78a3b7a870465780ad48f365ff201dc468252a77f49c8e0b331e34d1d0cc8127, '', 0, '?'),
(0xcbb873af14132f2b0a89280d2e409967, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-default-meta-descriptions-child.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-default-meta-descriptions-child.php', 1, 0x00000000000000000000000000000000, 0xc349b2eea3e3646c8f6a44870226fca8, 0xb718ff69fdf5adabd42c0f61024e7ca34202537032f7d6916dffab052514ce99, '', 0, '?'),
(0xcbc1d0464f4cdc816c96215dcc04dff3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-left.svg', 1, 0x00000000000000000000000000000000, 0x764ee1d6747e5e3e2a46f335482b35cc, 0x322947675be9f1d02cbaddae5770a0bedb44bfa3e1c7e2ceecbaa9f8df3ece63, '', 0, '?'),
(0xcbc3ddcf852b682a7f1fcebf38c35acf, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/ArrayLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\ArrayLoader.php', 1, 0x00000000000000000000000000000000, 0x5898b648cfd101a1728018f196a538f9, 0x440d25d64ed0cb47c0ba34e69ffe2d6ce7483d140b40a8ee0c208723b63f06d5, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xc5f377621f592d2027875d834cf3ebb7, 0x9c659eb8d5fcfbbc6847098d53b23da7010152b1f71291e247f61b5df122b310, '', 0, '?'),
(0xcbc86148e357d5c7b0c859ed0ab3fc8f, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_namespaces.php', 0, 0x224007c97efb82c7b45b0e92f240af41, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xcbc8629b5c628952a7da734126c1b4e7, 'wp-includes/PHPMailer/OAuth.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\OAuth.php', 1, 0x00000000000000000000000000000000, 0x0402ed8bb8bad3c9a283ecb0b91de127, 0xa7b9de2dd7c014ebc5521f71409a81ca0c7e85272e163fdfebbcc63d30e59965, '', 0, '?'),
(0xcbc95442199248d4c4173659ac860555, 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcbca08cb4ae2254ec92bff70b878bec0, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.5287acd8570f1ce2dde3.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-2.5287acd8570f1ce2dde3.bundle.min.js', 0, 0x9c3bb98f1415db56c08a3d89377910d3, 0x9c3bb98f1415db56c08a3d89377910d3, 0xf5bef1f107b5a3b6099713d88bcc1478cc599e6e71377b67502cc23f0c188770, '', 0, '?'),
(0xcbcbca13796f5c954c88c673b16d0254, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Feed.php', 1, 0x00000000000000000000000000000000, 0x69210cf8823fb3720bf08c112ee15185, 0x7d85cb401522f1a7ac84e35145f7b890bb1a7910d8130a520822ce4d9ec765b8, '', 0, '?'),
(0xcbcdb9eef2d5636d81db4c4164796cf0, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/management.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\management.svg', 1, 0x00000000000000000000000000000000, 0x24f633667a6991c5daf6986b7f75a791, 0x82c274d74948bc78e9a5cdbf4262f96496b13d373c33564785f00e8fc29886cc, '', 0, '?'),
(0xcbd60cfcb938932e968c0a3c7ad3da7c, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.net.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.net.min.js', 0, 0x2da4365b73fdf6e07b8f6f9acaf0d107, 0x2da4365b73fdf6e07b8f6f9acaf0d107, 0x64afe03919802da9fa41cf6b25e34d59e7a2d3267c84ce54a2dc1133002517fa, '', 0, '?'),
(0xcbd6e6bb0f4efabd1c00d9dddcb9ce74, 'wp-includes/js/jquery/ui/spinner.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\spinner.js', 1, 0x00000000000000000000000000000000, 0xab2e24fa39a2cdbcdb5b7a6fd1fa81da, 0x40d0fc653858656a8a54c0775bbac2af453dd54b215cc41eacaa503544afb8e2, '', 0, '?'),
(0xcbd7cfd4e12a3225cd8c75f7279d87d1, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0x85a0f7d3c21fffaaf36c003fb4bd62d0, 0xd185d00a09fd5866de56f94241ccaa3f4bf0010c2c6ec77246409ccdcc451842, '', 0, '?'),
(0xcbda20fe44bfda6d07a2b8b6d7e31625, 'wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\personal-data.php', 1, 0x00000000000000000000000000000000, 0xf1c5ff3b599e8993dadcfc85fb7ecfa3, 0x19d83bbfe457c99ee3a38ca3530af64ede55881650f5bc6949a1300253768d0a, '', 0, '?'),
(0xcbe4a959418b6dbebecb3c53921f390c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\addon-installation\\dialog-integration.php', 1, 0x00000000000000000000000000000000, 0x62a6b6c89f985de8b5bec68e1bfc829f, 0x544e6fbafec2b472ff7483983fae21b9d4860685c64c8717f4ea79c0d0594401, '', 0, '?'),
(0xcbe7ebda3559b8b896f0cd052e69d827, 'wp-includes/Requests/src/Hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Hooks.php', 1, 0x00000000000000000000000000000000, 0x99d77c22bc860fe26507f77cdedd6ade, 0xab06c6c23b677d0c68b5f166d10789d798023e53e00c43388a16c21ad8f131e0, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\link-template.php', 1, 0x00000000000000000000000000000000, 0xcc63eb20d0b81d40941c705f31b817d0, 0xcb2889c4f79bda1f217dc052327846fca73b22473895e85946f683d30503c31a, '', 0, '?'),
(0xcbfb89faf3a056e9b94ab7811678eba2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0x9e385db82e7f23bdeaf702ceced9df8b, 0x751b71259704a88f48fddc8722653426eb02348c396a94da7ae7da4e74483cd6, '', 0, '?'),
(0xcc06c54bb85c9e7722d08931e212124a, 'wp-content/themes/astra/404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\404.php', 1, 0x00000000000000000000000000000000, 0x862c4a4d1fd55ad5ce9c2aa030ec9900, 0xcdd687f18deb755d0945204cff990d4b2939ec75568ccd5707640e588eae58b8, '', 0, '?'),
(0xcc0ebdbc9d998fd6819d312fc2a7368d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-700-normal.d2023a7e82fee1e0.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-700-normal.d2023a7e82fee1e0.woff', 1, 0x00000000000000000000000000000000, 0xc586fc171ade13b249e5b07f3f619456, 0x1b6c5cd4597bb65e602ad51d062a8213e0c4c5b5c7830f2b95df90d9c8a5832c, '', 0, '?'),
(0xcc1ad1a097567613cecbab816af6e832, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/TabsService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\TabsService.php', 1, 0x00000000000000000000000000000000, 0x696958102b03e08bc49dd883d2f1a26d, 0x6960536a69278ccc961f216f94e3cc704ff1ed1e64d102ef9340ae866b329bde, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\update-core.php', 1, 0x00000000000000000000000000000000, 0xa5b977e93613987082a8884b890dc298, 0x2b2e64ac1e46c7f3cdbecdb2447b5006553b2e06221c4243948f806b5aed8662, '', 0, '?'),
(0xcc222e3f036f5f57f18f604507f1576a, 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-dark.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-dark.min.css', 1, 0x00000000000000000000000000000000, 0xfca7c22bed21947fb6667a025c599f42, 0x62c8ce4ca3cd7cfa579ac668d1b9695c6aa903e4f4754e9c482f27c4c6b591d4, '', 0, '?'),
(0xcc2cb0fc167a495011fa4212a7f7ddf2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/tikTokFeed.css.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\tikTokFeed.css.map', 1, 0x00000000000000000000000000000000, 0xd9b76ecfe9c23f0b4e7d85d25ea93841, 0x96ab0d622547aa9abfefa2a7887982c3b65ca2d971ee93764fd65ba33f46294b, '', 0, '?'),
(0xcc2fa67d1091a1c2a695c66b41b85a6a, 'wp-includes/blocks/query-pagination/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0xcc343eb87b6ed0f7c275d15e2d87b5a7, 'wp-includes/Requests/src/Exception/Http/Status404.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status404.php', 1, 0x00000000000000000000000000000000, 0x4921c482e066dcf65a704c2e08726587, 0x726382ed9e63b186e435bb1aef1614841508b73aba5e9d1f4b94d1fd59ae527c, '', 0, '?'),
(0xcc378496defb2c2ec27a016cd96f09fc, 'wp-content/plugins/reviews-feed/class/Common/Customizer/ProxyProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\ProxyProvider.php', 1, 0x00000000000000000000000000000000, 0xd7301693bb221f77ffc4409a6e030946, 0xbe1d3137e843304efb7f41c100bf689ed15b22e38215ffab04ae47e0f4032eb5, '', 0, '?'),
(0xcc38b827bdaa965756ccd007c96c4bcc, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0xcc3d60ca3a82b0baae9ff2787e7f94eb, 'wp-includes/blocks/site-logo/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xb6411914c84ea59dbf298bdde7580538, 0x5d84039616d2e683521e3c4e523962c6379cb6a3eb366abf2b9cb51174421274, '', 0, '?'),
(0xcc40123e2263449fc3a6e1497269f077, 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\admin-menu-items\\popups-menu-item.php', 0, 0x9f54bdd955ea44e1362337398140eade, 0x9f54bdd955ea44e1362337398140eade, 0xe70bf73c3b822f8fcf719607395507a7b5352f2666946ffbc5e61e4cbdc05cb1, '', 0, '?'),
(0xcc40585cf0964d2564a0ac1d078a16b8, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0xc03cfbea60c4a5f4c3d636a9008a70bf, 0x8e57003ead0011ebbc95940d66b4e35fe898ab9d4c453d09db71ad359f05c450, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.scss', 1, 0x00000000000000000000000000000000, 0xe331c2a23d1f7e557df0f55a8ec824b3, 0xfdf27eb8f3d1a3c1b7a556302267fe3a4b5af79369c2c2b30af74332115dd19d, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcc50af66b644ea11299d6346a568e0aa, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/check-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\check-icon.svg', 1, 0x00000000000000000000000000000000, 0x120b5ec8b9f671bc7bfd025f192d260c, 0x7c1da23dc909a77abd09d03adc98493bea53bd436205cf61e24dc8149387e290, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xcc60136e8448660e552bffd2b6b162bf, 'wp-content/plugins/wp-reviews-plugin-for-google/include/demo-widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\demo-widgets.php', 1, 0x00000000000000000000000000000000, 0x722b1028db8b426d0b1615f6b54423db, 0x039e869b375406722f69a13e9bbd4f0547416e96cbfa61d88a0d10b60bf5c489, '', 0, '?'),
(0xcc612417bf3ab9346ae70004ba1a58eb, 'wp-includes/blocks/comment-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template.php', 1, 0x00000000000000000000000000000000, 0xc2ca5dc7091c3297fdee1e6134da853d, 0xc73c9fe2c25341f3ee303a5afd15a4ceb716ab762decc35aa619ea964585cad8, '', 0, '?'),
(0xcc6163890b03e6d304da8aa16dbcd740, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/atomic-widget-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\atomic-widget-base.php', 1, 0x00000000000000000000000000000000, 0x4ea4c01ee776dbb0db82665e4622591c, 0x4f29b48db962d3db002b5583b9080474c24594db7952bc64051ece5ff4268ce8, '', 0, '?'),
(0xcc6b1ded3457d60dd37e54f68d520de9, 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/abstract-callback-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\abstract-callback-route.php', 1, 0x00000000000000000000000000000000, 0x5ac5f928bdf40d0b11e17dcd9e4c964a, 0x1f95599384767390ec1364e6f048b29483e485cd30c3a0c58babeace7b28a0a0, '', 0, '?'),
(0xcc75a654dfa26e070fa185b1b90bb43a, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\templates.php', 0, 0xfe5dcef2254ee7c37ddd3708a641dae6, 0xfe5dcef2254ee7c37ddd3708a641dae6, 0x484bf52c32b1b3ebc8efa1c905c2d2b22eb5f4332cb82d5483de26dab6b9c72f, '', 0, '?'),
(0xcc7b21f842b4b7a361df6ca5f0574cd2, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/condition-group-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\condition-group-prop-type.php', 0, 0x81833375b4900e03bfb653c1172b3915, 0x81833375b4900e03bfb653c1172b3915, 0xe648a232d95e3faee2665179167c6323e1cf6fc2db79600a3dbca35e96ef82d5, '', 0, '?'),
(0xcc7dddfeb6254dbf8bff24b7e8724de5, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-verifier-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-verifier-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xa46a5ce61d3f5622390e0469a3005462, 0x5e8d0c1820f0793bac0f56c73bb0e4d9788872ed35580d5897dca38c838d50ec, '', 0, '?'),
(0xcc7f906d877fe638abcad15f435050f0, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 1, 0x00000000000000000000000000000000, 0x9df649d8aad54b58547fb2c9eb976b8d, 0x532ceaf240e1f57ac123b949cc41399a5f5846ea04868c5bd827f3f2809348db, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\i18n.min.js', 1, 0x00000000000000000000000000000000, 0x3a5838d1182eb0b11f5a58bfe26e2529, 0xfcf9bb8bb5fed66b0e5fb868273222f1793069895ea9a8ec07b6c9e629ef32ed, '', 0, '?'),
(0xcc804c3c614c740955417efaf8ea4b98, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-self-hosted-video/atomic-self-hosted-video.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-self-hosted-video\\atomic-self-hosted-video.php', 1, 0x00000000000000000000000000000000, 0x6e977a0d0bd669333f8d863284099a87, 0xeda3aa04897e881bef2d3375c73428f1cda5161298114b2dc92d59fe51254dfb, '', 0, '?'),
(0xcc81d4910fa61041b948615daa273aa9, 'wp-includes/blocks/index.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\index.php', 1, 0x00000000000000000000000000000000, 0xa7cb9dd1c50b51ef225f552801233462, 0xd3e76e2129d17ac1c8282b1c4eace8454632398095d636a1f78db94f60f690ec, '', 0, '?'),
(0xcc83146363d5703ea51a97028967c6b9, 'wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\infrastructure\\api-client-interface.php', 1, 0x00000000000000000000000000000000, 0x58db41a0f7f854851476e1e93894927e, 0xbf7d9fd1dd3462c0348272a7e699c298321ee129c77fa6a84b6b9dd4771a4c5b, '', 0, '?'),
(0xcc85d67b89e684b5fe71f44936defcbc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriResolver.php', 1, 0x00000000000000000000000000000000, 0xb900af898fe95b8e88d5758921579d44, 0x3c44feef5ba02a776150fb32b502a6453169f2a8b007b868555f283a9c6f8a7e, '', 0, '?'),
(0xcc86bff063889f6a103c3cb9f3fb7b24, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.min.js', 1, 0x00000000000000000000000000000000, 0x783ce05322be2f696bef85dece5204ee, 0xb82246c736dca2a8cf1d605032bb3aca8d05d8bc6fd82af15b4e0859669310ed, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\SipHash.php', 1, 0x00000000000000000000000000000000, 0xf9c784f7fa18e7b095c3dbb9df330577, 0xcaa3123e7971d3a9e4665f17239bbbbc8a86518e9e75c85789220c955e3fa5db, '', 0, '?'),
(0xcc9d0cb6ac7dc6fa352789087c92c8d3, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-bottom-right.svg', 1, 0x00000000000000000000000000000000, 0x69ec0f447d96d83de690de2a342f22c9, 0xc0b69b890c149e9697fd87800c0534a2929be0c0e8f112afd617d4d63ae22dc5, '', 0, '?'),
(0xcca18c7c6de2dddc68a8cf03fe11c5d5, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-400-normal.61c00e8f66767065.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-400-normal.61c00e8f66767065.woff2', 1, 0x00000000000000000000000000000000, 0xc3a985b65184e358e4e06e1cd2ffb664, 0xc6f04504f4731e0ca1f7ce70b8c24ab7396e4c32b6e3875d8aec1083d17bd8fc, '', 0, '?'),
(0xcca3859aabe84384ff714af234abb88e, 'wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\site-identity\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x51398f3f35b325d344457b519e9443a0, 0x875ffb754d5fbb86b1f9b5adc4c986392ca7cc3e37c6016a6c204df12a57b33d, '', 0, '?'),
(0xcca5324231dba9fddd63ba5a4e968a5f, 'wp-content/plugins/custom-twitter-feeds/inc/V2/CtfOauthConnect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\CtfOauthConnect.php', 1, 0x00000000000000000000000000000000, 0x6f23e7817e662c194f96045b9f4da13e, 0xb848a43d92a052b392599008c84ee5d21e507d5bc8372ea6dc03294c596281db, '', 0, '?'),
(0xcca5de1e23cf9d60b9b6d956e28f84a6, 'wp-content/plugins/wordpress-seo/src/tracking/infrastructure/tracking-link-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\infrastructure\\tracking-link-adapter.php', 1, 0x00000000000000000000000000000000, 0xba88c44ac1ac8d6663caada12bb6b8ab, 0x29480e75a1f361c21d6b7e302ffa4007fc8138666316ad2a334a7727f8703cc0, '', 0, '?'),
(0xcca7217036112af8bdb1dd3b5e36b767, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/star.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\star.svg', 1, 0x00000000000000000000000000000000, 0x671651c2a30384e8783273e0be036715, 0x92b3bb4122fa268956f8aefdcc3876d0d54296d8a77193de4a11a12b90026391, '', 0, '?'),
(0xccab6a0bb6c8f617391151a41ed71912, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\add-to-cart.php', 0, 0x8a0280c4de1f2e7385fd5a0298f6b31c, 0x8a0280c4de1f2e7385fd5a0298f6b31c, 0xe9c2753c31fd6215512ca03674b02f00585602717eb5c1656887daceb93a54b6, '', 0, '?'),
(0xccaec5201367a37eba68b50f49c0889b, 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x31d6957d26ee761bd57768a96d464c88, 0xb99d287c1eec6c651dd5af0e7de6dffc351a8e259720388266479aabdc70537a, '', 0, '?'),
(0xccb1f2e22f4002d974d1a07003eebebc, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0xe923f1834083c823322e4e5ddde0cc4c, 0x625a5771425d578c85faf19913a020386e7bc705a5ab420519d19c49af21fdb3, '', 0, '?'),
(0xccb8bf128dac992d5d1a9f97896efc08, 'wp-includes/sodium_compat/src/Core/Ristretto255.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Ristretto255.php', 1, 0x00000000000000000000000000000000, 0x6b39f703775ad608ea7e98b920f8f427, 0x207a10be1f60574e3f5dfdd39f90422c4b84f5c84a036cb4ea8a57b1a83e6ba1, '', 0, '?'),
(0xccb8d1d5a12c6f81d9e27cf169bee5a7, 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Translation_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Translation_Tab.php', 1, 0x00000000000000000000000000000000, 0xb284a359a9bf059c0915dd38a339f82c, 0x815cafb6db6fee1801149cb3c67e5c4898aab8c7a97ef7f23e9e2384560383d0, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.css', 1, 0x00000000000000000000000000000000, 0x414b0c037df775ff5860ba5a07ae2493, 0x8a30cfc6f5870adf51d783c8c42f65ebd5adc638f698737efe5d5fae06c3698d, '', 0, '?'),
(0xccc5a30cbff564bade40fb9101902953, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/browser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\browser.php', 0, 0x89885b2c927e4049db33d936311c002b, 0x89885b2c927e4049db33d936311c002b, 0x0d5bf9fe6303faeebbeee8e420e46bb0df6372dc81ae49d52e89f4ebe9c62d7e, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\renderers\\vimeo.js', 1, 0x00000000000000000000000000000000, 0xc03f1bc87e730cd0e2e069360f47b82f, 0xadcb7b83f693db779805d82d0dfe8c0c8aaa067a46e1765f80fb5c7766cbe2e5, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0xcccd82ffcb68379ea76a0a1875137a1f, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-overlay-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-overlay-prop-type.php', 1, 0x00000000000000000000000000000000, 0x1fee08e8611e861dc048f776c7847a02, 0xfa36ccc65644d44ea42f8f38cfd804ca1a161eec550ede01dba7e07594cd2eeb, '', 0, '?'),
(0xccd25722ddbaccf1a41975da45b8cc54, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\news-seo.php', 1, 0x00000000000000000000000000000000, 0x84cc996d2b9eb02a7ab98f61f554981f, 0xaa9df2a49c1f9f16804adf9a969e3cb196d4a32fc4b3d3e897b8f5a790f3d60b, '', 0, '?'),
(0xcce02d3ac8577262c41b4c7587bae669, 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\understanding_structured_data.png', 1, 0x00000000000000000000000000000000, 0xc901cf2abd2b8d1afe3f99b1551d92aa, 0xff75249933cc3b7b968a65e9dee52da985da24744bc06f19088fcb52b7e39eca, '', 0, '?'),
(0xcce2f0d0d15ae127b34d05db9825b72b, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-1@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-1@2x.png', 1, 0x00000000000000000000000000000000, 0x67a2b070ee2f8957c0e28f4d12f2fc41, 0xfff1de3486bc5fad8b4b17d71b5b8368a89c9f45272d206ce78ab419d6776bd6, '', 0, '?'),
(0xccef3ca718ed368a716ae18cf81c6f6a, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x6c16ef2b48eabdaf88c40a719fa9bebd, 0xcbd8df71685a0bdfb9ebc9cb9457e86cef293c6176966e3097a0e5bdfd66039a, '', 0, '?'),
(0xccf91eebee81dfa5c27257b5193fa25d, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\css\\elementor-icons.min.css', 1, 0x00000000000000000000000000000000, 0x2afe59410fe284e833a4d28bacb3138c, 0x70673cff1823504e3e3ae8be7258ae6434c8eb4af1587ee637be5d359030ac23, '', 0, '?'),
(0xccf9804d5c5532bd8cc7c9cf785d7b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0x11910fb7e7e0e09948b01166385e0cf8, 0xe46732fc5817c3f77e930eb3a1a01ee2bb5aa604902fa6d647bc66f72709145f, '', 0, '?'),
(0xccfa0d5a00f44a3d1aa204eeb36e6bfb, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-base-menu.php', 1, 0x00000000000000000000000000000000, 0x4926718d772204855b3abe35fd004225, 0x21f6730410c73348cffe5158e1c0e9ad0b9b9c7f63c6eace264e5df3ef915240, '', 0, '?'),
(0xccfc8f8ab24f7ee32090eaf145804efa, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/arrow-diag.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\arrow-diag.svg', 1, 0x00000000000000000000000000000000, 0xa35b546466cd1e223a1adeb9f620ba64, 0x379a5ee5c308f9499601bb1c5b2c6287950515ea03798148529837d1feaed433, '', 0, '?'),
(0xcd071cdfaeeab0f5b02ad050f6715bfb, 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x7baf73014351c49ea0fef617dae7019b, 0x86a7c134e72c7dbee2bd827416c1703ee5e9dd83a624fea3f2b30e49051ae7ad, '', 0, '?'),
(0xcd07323ecadd3a6d7a3d0936d9a33b81, 'wp-includes/blocks/comment-edit-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link.php', 1, 0x00000000000000000000000000000000, 0x849c91dc5c46ebc2af829086865ef3c9, 0x2875c04da2767346afe29f16bc5227bdb15696479d9782a24450c6446ec23619, '', 0, '?'),
(0xcd08ac8b512794347003a3a3dae4c64d, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/albums.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\albums.php', 1, 0x00000000000000000000000000000000, 0xbf5fcb3e25ca7d3ff15ba835b4d794ba, 0xa8de8be984ce26fc362b31c7fc8b0e03b097dfc200225e5b9d8d7ff66508050e, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe0f0a161b5f277dae514f022ca300a31, 0x1ab0004f7c8c81579bf2f1c61cfa801ecdfa80479db7897b1617b030dfd12cac, '', 0, '?'),
(0xcd1a2c7c51490825865ba282074f9d32, 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/content-item-data-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\content-item-data-interface.php', 1, 0x00000000000000000000000000000000, 0xbdeda9634ba59436b133c86da4f67a4c, 0xa17eb820dd35bc01da13c16a5def9a2644cecb162d2b41f0930738b4be6eb58a, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network.php', 1, 0x00000000000000000000000000000000, 0xb10b8d91ba2a4a3b75635e3052f3b513, 0x5495c2fdf76096685b85720c9a8114541b8e5587b28e67e9012bb6a1aba41934, '', 0, '?'),
(0xcd28b55686382fecf50b546fde1e05ba, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js.LICENSE.txt', 0, 0xf1b5cada84288d935a25a83bb5b12d62, 0xf1b5cada84288d935a25a83bb5b12d62, 0x6ec8648f130c9ccdd385e80b22101c92a783c14a0b9ab247a5b972c44f18490b, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\diffResult.php', 1, 0x00000000000000000000000000000000, 0x8b7e5ae6fdf74ebd8c6127c1582b40d6, 0x3d44fa3efbb7c958ac5ca21ec899acb492a920834bea9b920fd80e52318b4a0c, '', 0, '?'),
(0xcd29cc29aaa34c9817070f4c8af271b6, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/SameasTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\SameasTest.php', 1, 0x00000000000000000000000000000000, 0xbcf64e409d634336d21f9b3b4d2b946f, 0xa3fffa45a38f18724998932fa9201c77bfdb8173df891e4fd1cfecccd7396642, '', 0, '?'),
(0xcd33d0b79aebfd82d9b46708da18f157, 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.min.js', 1, 0x00000000000000000000000000000000, 0xd5fa86cab3b8ef49c7230fd11cbdf5e6, 0xc9c7056325dd85f92240db10f4a14740797c6fce198100cc1009b047fea630d4, '', 0, '?'),
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0xdbd4d7d16ae1661b4b5f65b252dd9c73, 0x8788c70b0c187732f929ef23231146f3018c5698ad14a87dd684be20d6ed8ecf, '', 0, '?'),
(0xcd385739c0a634d4e6a59134fdb0feba, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.js', 0, 0xba1c0f14bf3af3cf4de4088e7115ac77, 0xba1c0f14bf3af3cf4de4088e7115ac77, 0xb9689cf440e0cc28f20859a803da853ec0e7644e550ccecccc8f876f9c600b6b, '', 0, '?'),
(0xcd446276a4f4ab6a13ed810bc3794b35, 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation.css', 1, 0x00000000000000000000000000000000, 0x6832694f8ed74e9de0d6d9b757fde94b, 0xa828ddc25c9e30389a59f0990ce1db7568a1f7baa1fa5958f8664b0bcf97b9e6, '', 0, '?'),
(0xcd4508c3041467f65ab176d159b31083, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed51690c735d43cc364cc43091d3fe9f, 0x5ca0ae9617fb42299c6358cfc5bbf6eeb81dda828e1cf79808979367c6016eb9, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Crypto.php', 1, 0x00000000000000000000000000000000, 0x467f320938007ed83b1121702d0347d0, 0x07ccd0ba115c2378ee6ea64cf2e704dd49168eca889cb7a5b14d52109f0b6938, '', 0, '?'),
(0xcd5acc8d95c6de796ebcf638ec859b17, 'wp-content/plugins/wordfence/css/license/free-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\free-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0xa941f9fe090fd8beffbd5cbd12add3da, 0x0d8b510692be8443c5cd0cd8f8d87b238e04309f2d4da0bf610effc1147d30fd, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\autoload.php', 1, 0x00000000000000000000000000000000, 0xbc02e7b3be730a2cd925934a8bd5487d, 0xef3be12124fb068fdfffe42571f6ecdc9e01677d0843c0fb92d4e2c20770c85e, '', 0, '?'),
(0xcd5ed38724ac72400c9ce034b72eebb6, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x8aea4cf0cbfabd84371470319d34ed41, 0x901b562730870027dfc4e2d8bcd0642005559c1afe7807c0a8a05a9b8e67e453, '', 0, '?'),
(0xcd6479c606c998330c159ffe93c316ef, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\open-graph-oembed.php', 1, 0x00000000000000000000000000000000, 0x76bd3090d8e78cd013ff52380cc5590c, 0x6d4bc9233d500d6843c5900f91729c882830535dde502d1b7f45122be532b3be, '', 0, '?'),
(0xcd6caee5399ad68b0ec1e900bef50370, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sort.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sort.svg', 1, 0x00000000000000000000000000000000, 0xc76bc896c63e5efa405469e02660b0e7, 0xdfd953219e04fa3ad23f525d23440d646b0f5afb21c44b3e52e913d17284a1de, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xcd7140bec5784a6299bba8ccc283a4da, 'wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\email-errors.php', 1, 0x00000000000000000000000000000000, 0x4a415f797c7047cb709cbb48e222bb81, 0x689574e71fa7c6a7ede63cc84a01e1788d2669e8205221d5a7fb22003dd12a2f, '', 0, '?'),
(0xcd71c2a7252424f20e5a3d30ef66a3e4, 'wp-content/plugins/elementor/app/modules/import-export/usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\usage.php', 1, 0x00000000000000000000000000000000, 0xf0452d776a9d1d4cc5f63289c3f775de, 0xef8af355c5f24f236d17e78ee54523dcb890869f073048001320429df643d7ff, '', 0, '?'),
(0xcd7522cfa9bf1e6847c282f5045117d6, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\ionicons.1778081072.css', 1, 0x00000000000000000000000000000000, 0xfb907f6aaa253cd9cf9edfc92218c9be, 0x5287ee2d3809df1082691c15ed8095bbd49260a97676174bd8099fbc57569c97, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install-rtl.css', 1, 0x00000000000000000000000000000000, 0x2eb91c4a8909f7bc2012aecbb694fb76, 0x37a49cd0bbadaab2ac4bd49181797fbc0191bb33057f852b3324291d80474923, '', 0, '?'),
(0xcd7b4488ac76b09ace6fef0b4c5510a2, 'wp-content/plugins/elementor/assets/js/styleguide.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.strings.js', 1, 0x00000000000000000000000000000000, 0xf1a78d3a51e77ce196a31108b2e3126a, 0xcd4f8231715106a8df63a7a28b1642dbf402300fe7de9c3c45957a43eecc9231, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xcd8efb82399ab17fb4e9593c9dc7cfa0, 'wp-content/themes/astra/inc/class-astra-after-setup-theme.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-after-setup-theme.php', 1, 0x00000000000000000000000000000000, 0xf403882954635327c215530e9f3646ec, 0x7d124818ae58f05bdd94bfbeb8a97fd01d658b7bc1f2ebf7e9dcdfc26f992fca, '', 0, '?'),
(0xcd92bf727afd39cd20c4782cc8fd4673, 'wp-content/plugins/powerpack-elements/modules/marquee/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\marquee\\module.php', 0, 0x230257e8a72b609e1031d048f4e17379, 0x230257e8a72b609e1031d048f4e17379, 0x06888b3175c53b605ad5985d6ca63814f437e01a28093919e28fcb9f58a0fc49, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\textcolor\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xcd959bc3a8407e9dc1c7a1bc0339542d, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0xf4837df4bf7376a57e13a8b4884fee2d, 0x2575337b89df4ba53f961bd9f4a09da9e6c2fa42b3ddf1b747cccc3ac52bbfde, '', 0, '?'),
(0xcd97921cb4d5b3663a1c6f7f8329a0ae, 'wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\edit.php', 1, 0x00000000000000000000000000000000, 0x0a1a5a7f7ddb6eb40ea8778969e7b885, 0x2c612e3317891cb227353173e0a6af3b946c6ad74b2b427966d0b2ea64182009, '', 0, '?'),
(0xcd987b599b457f5ea7bdd1643281ea16, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\controller.php', 0, 0x8f6f7acbf8600d37b4182e8478ef9406, 0x8f6f7acbf8600d37b4182e8478ef9406, 0x8b0f95739558c61db8c8148e765ecfdd93a1fd78fd6663735d07d7e8f9867a2e, '', 0, '?'),
(0xcd992e4989b72a45a783d32465164712, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.min.js', 0, 0x4da840331ae8510fbf282edd40be514e, 0x4da840331ae8510fbf282edd40be514e, 0x000d234fe8aa90428e872b191b276e55e0ad24a2aa6421e0693f512ea5cd35ed, '', 0, '?'),
(0xcd9e6d1d59dd4755ceb96bb6dc088be8, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 1, 0x00000000000000000000000000000000, 0x8b5f25c019a04caa61e7131e2a524ed7, 0x54be7ed6409042158ffd6d710c82be44b57aa368d267d62516a89b5d3d245971, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x0e4b5bede8f2db329605b38aa2b743f0, 0xdcc262bf6231bf3cc71142be021f3e601e9f5dd52a487b14dd0091ac7611aa4e, '', 0, '?'),
(0xcdab29a8047b586e36e9be64faf07f23, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5473.3bf1748022305e06.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5473.3bf1748022305e06.js', 1, 0x00000000000000000000000000000000, 0x84419d996298212f3daeb33cde282df0, 0x49cf1d545e92f58b1ca130d0969060d56505bcf9d60629ea7212e87b0014491c, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0x7d7c51501863c57b7cad8480cf906c52, 0xf6cac32969a49411cb1e9f72b9c31902d6234996ab29443db30927c16e79c472, '', 0, '?'),
(0xcdb6e1f2a86206b6171ccbc4df5538dc, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0xb36fd89e0b5a43e7bea74966f4dec848, 0x9cf40eaf612c3225b18fee9832e03ee7154e1d4a81a4a0b494b47d843a2ddfcb, '', 0, '?'),
(0xcdc4dd1d5f8a50859d3da5b3ad4f2983, 'wp-includes/Requests/src/Exception/Http/Status402.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status402.php', 1, 0x00000000000000000000000000000000, 0xa7792033f74e814a43ba4077fd9f43ab, 0x52e32ebb2db909e88968906bb856b6fd4899508481a9f787276a7898d2602abe, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0x2d5aa255a35b4b6394db2da84e42b8bc, 0x7ca58cff76283e3ba68b931e5b1572b8c8e01aff071f30c6b39da69ed611ab5e, '', 0, '?'),
(0xcdce3b127e24cfba2a9e4699ace30d20, 'wp-content/plugins/elementor/includes/controls/visual-choice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\visual-choice.php', 1, 0x00000000000000000000000000000000, 0xc016922f0fa0e264bb33494ca2986361, 0xc7fd4a0fb7dcf20c15401974d44fef638fdf0e73fddbda87194a893256259fe8, '', 0, '?'),
(0xcdd0718c75fe1d10d2c8020d706999e2, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0xd988c0f1476537ba73e24c4b3193129a, 0x92885f2331754c415784fec64519f8a101974b9800d65fff40211ffbb56c6c7e, '', 0, '?'),
(0xcdd122cb1874492b4dd5541f34a45ad0, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0x16f5198ce783b4943412ec863e2182ca, 0x8f48905ec8bd8e0e4dd9177bde513e62a4abd2bf8b308158c399e5558a500e5f, '', 0, '?'),
(0xcdd2e314f60592fa623e528937e6e053, 'wp-content/plugins/reviews-feed/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xc6557c681279750ab604c67c3fb25ebe, 0xdba528fa78c66a68d84b156aee57b555c0a0982dabd6656ba15c43ee547fd616, '', 0, '?'),
(0xcdd4cfa841915195fa5ce0b7340a76f5, 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.min.js', 1, 0x00000000000000000000000000000000, 0xab09d8b64ff60020372a651f945569b1, 0xf5cb55b2d2045321dedc265b2923a76a07d3fead3c63da1d77daf87a11919290, '', 0, '?'),
(0xcddacec4fd37f25f61575d5659bf5d93, 'wp-content/plugins/elementor/modules/variables/utils/variable-type-keys.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\variable-type-keys.php', 1, 0x00000000000000000000000000000000, 0xd2343d03e863d3622506c336f428e949, 0x41c3ffe94cfe1ed59ddfca70e71e7965e2e5cfd262c43fa51b989c470e22e940, '', 0, '?'),
(0xcddff737693721d0cf8142c45fdde786, 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x949c8ef89933927b9cc9466cdf2fd0c5, 0x0d1715a1deb4c198c306b15c47bb8cf39691e07165a040c6bfb46cc50378ecb8, '', 0, '?'),
(0xcde0b464f9b7f0b315e696b82be6b894, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.js', 1, 0x00000000000000000000000000000000, 0x503ff4860a08954e3f79b7b61ef588ac, 0x4ba537478e3f8d0a36b80b0f5ec8135b08b91cca46bda988626db85259d7f80d, '', 0, '?'),
(0xcde2c429e8cf7d3a02fed1883cd8297a, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\workouts-2760.css', 1, 0x00000000000000000000000000000000, 0x5cce188b7e9bbdd7f94a139d13df503c, 0xf3310985a4965f45fa53c3a93e23e1173b811d8511394a18bae75585abeb7e03, '', 0, '?'),
(0xcde5c338bb4095a1d1a398ca64d0bb13, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-definition.php', 1, 0x00000000000000000000000000000000, 0x132981638b94f812c6ad22fb81aaf9f9, 0x955d561ebc8e9afd8b07e4117c2e158da7e8f6b04d0f48d0a8937fab59af25e7, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\underscore.js', 1, 0x00000000000000000000000000000000, 0xe700f5fcaa01b7a4c4c1533e1a53b48e, 0x1cef8238a25a43d7d30abc4dacb84908f86479c90a27702c17614a930c4764ff, '', 0, '?'),
(0xcde80cd4eac95e1fbfe51ba339574f52, 'wp-content/plugins/elementor/assets/js/b96d70044d0d67c2df19.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b96d70044d0d67c2df19.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x8df5f07db7c1ce94761c0ca89bd46348, 0x6452858c538fc463c0b4bfd3499591f34ccee2cd331fab8c494c0e30b4b66582, '', 0, '?'),
(0xcde89c67c9106491f75b7915bdced199, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\singlealbum.png', 1, 0x00000000000000000000000000000000, 0x93dcb1f8ffdf24b3c429257dd1f9f9d2, 0xb7ccd3e9c94b39eebe4adb62a376b2670f141d950e1e1a0b3aff73e9f62859eb, '', 0, '?'),
(0xcdea2ac7dc566201600bc37f9a67d135, 'wp-content/themes/astra/assets/js/unminified/command-palette.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\command-palette.js', 1, 0x00000000000000000000000000000000, 0x18a745e6c7665d2f372bd62b86ccf9c1, 0x9fb81807e6f02247449a0640e7e9ce40f0e8c1b861c52244b0ab1a4ecd5ad710, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?'),
(0xcdef761a5158e281b949cfe99ecf33dc, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/seedprod.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\seedprod.png', 1, 0x00000000000000000000000000000000, 0x2cb08f5013d35301dee4ddd8ddce905d, 0x8cce1a52a2db8b70ff737f9f4d736b61d87bcadd2dd3c31e5dc36ab4260f78d6, '', 0, '?'),
(0xcdf3263cb5762262e461a5c8a55c07bb, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/x-circle.cf0c1d11c58db50b099559083f04598b.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\x-circle.cf0c1d11c58db50b099559083f04598b.svg', 1, 0x00000000000000000000000000000000, 0xe7c11c7b2ae3141e8c48c7d46858cfbb, 0x0308414ee7b08d5448e0b2a21cf111f7b4fe9ededfa79530a3573c595c984247, '', 0, '?'),
(0xcdf445860d76cfadccd0859f2b31f91b, 'wp-includes/l10n/class-wp-translation-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-controller.php', 1, 0x00000000000000000000000000000000, 0x186d8f0a002c9353bf780bc8615a4c57, 0x74d48b214ba492e2b17d14cf2f530ca461292ddab55641ff79ece35dc9e3cec3, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x02a39b6fbc9e191a4c0784327d040439, 0xdc9f9bf1a0cb70002406b674259c13d595ede4ada52563509bb5bec7b5cc9deb, '', 0, '?'),
(0xcdfbf1337dca9bcfe0f321360e8f00e8, 'wp-content/themes/astra/template-parts/footer/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xcdfc0496a313edfb7130ba74046d4472, 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/urls-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\urls-interface.php', 1, 0x00000000000000000000000000000000, 0x70a9b38832afc231a04637f98c66751b, 0xb88bff6047ed9b0eedfbb4a8b17f29941c37bd63f76ef951ad927d102a3006a0, '', 0, '?'),
(0xcdfe988287e8d7edc5427f74fa881303, 'wp-content/plugins/elementor/includes/widgets/divider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\divider.php', 1, 0x00000000000000000000000000000000, 0x3c27486591c8e25bc52c99afd20c56f9, 0xee531faf08e835420a0dc1ec9c22972e4001154bb0e4fbc435a926f9e20644db, '', 0, '?'),
(0xce05d46889d6f04ebcfe0024bf03ba07, 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-grid-products-link.php', 1, 0x00000000000000000000000000000000, 0x66a8da0c6e7afbbcb08b8b85ec68eb8c, 0xbfe23c505d60741cbc14137bdc06c6030bb32d2093542feb848e5a100025fcfb, '', 0, '?'),
(0xce0637e21444668443d0cc3aee2c0709, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-category.php', 0, 0x3817873bbf6337fc129e4498b5d1074f, 0x3817873bbf6337fc129e4498b5d1074f, 0x498161ced85934eabd1d9ca5b9eb8dff0c1db0b12fb84ee78f6426e4631655db, '', 0, '?'),
(0xce0b259c8122d4aedf37d218fbd3f3c6, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 1, 0x00000000000000000000000000000000, 0x0330ef9f5e2c0d2d04c4e0090f36aaad, 0x99e46debaa5f96810c0d7bbf37325ab89d1dd09cb4c94810131950fc6b80084d, '', 0, '?'),
(0xce16dc36eeebe13367970df8877c869d, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0xcbb633101b2d16f9af86046ea069880b, 0x52d34513f15dbb84bc6d2c8bbe81be3906476a0e471d56fd4d6a8d95c2df43fd, '', 0, '?'),
(0xce1bd647852b163deb579413d3a489fc, 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin-menu.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x695eb5781f1f2b638c1846f249a4b2e9, 0xf0d779e2d459d75974affaa9d4683a449b35fcca312767fdf7a40fdd138606a4, '', 0, '?'),
(0xce1c0910ef6c86c2e20048b2b29fe0ed, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 1, 0x00000000000000000000000000000000, 0x644c6398fbaca9cf02336e5c99e4030b, 0xd63c27b334dcff51da0a7c06dd5b15666df9b78281908d2612ee0774f5ebd326, '', 0, '?'),
(0xce1d75e88789ee51f0a1b37098301474, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\indexing-route.php', 1, 0x00000000000000000000000000000000, 0x6282479391b995a69df23abe5d993155, 0x33f0c25fcb3d317cdd37538b5986274d3203058d032a6ced6475005512303fbc, '', 0, '?'),
(0xce25722611492be8fd9a6b60bd3e9381, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\indexable-exception.php', 1, 0x00000000000000000000000000000000, 0x1dc358e4eab740652d5838920c2e54b7, 0x4cef17b40c82956f98ecdba51705b3c33eba863fef42ccab66529edb892740e1, '', 0, '?'),
(0xce28b92a8766886aca3fe9f231e84309, 'wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\data\\controller.php', 1, 0x00000000000000000000000000000000, 0x5bdec66f31515a75d311f4f0fcba50ce, 0x80c7a1ebf6994ebb16bebfd5d1a90ffe8e784c04a875db5a49a95a3762413d9c, '', 0, '?'),
(0xce2d8e63f47f87ae010a4a12078972ec, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x057c4df055ffbbd80419953050ae906e, 0x3427558c8ba0273825a4cc373d3d256375073e69b4e84310d07691cc2736155a, '', 0, '?'),
(0xce39d418e643b27f7aebc2ed568e62bc, 'wp-content/plugins/instagram-feed/css/sb-blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sb-blocks.css', 1, 0x00000000000000000000000000000000, 0xe073bf30e7223d8048b344d06153618c, 0xcab77dbba4f8d3718f222ae3aed79b7e2c5d9458e39b1fa44f914c1ddfe05362, '', 0, '?'),
(0xce4e79e6067b839e80982d2f88a006b5, 'wp-content/plugins/instagram-feed/assets/svgs/tiktok.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tiktok.svg', 1, 0x00000000000000000000000000000000, 0xeb8796e7657d0b395ea26d042bd47ccb, 0x2da56fb28346f5be7716c85c9cc8dee09c2c1293cf7b0546fb8439816aa9b8b1, '', 0, '?'),
(0xce4f88d23acc62f8ee1f1e7e32adf3bd, 'wp-content/plugins/wordpress-seo/images/acf-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\acf-logo.png', 1, 0x00000000000000000000000000000000, 0xbe88d1b7e3ee9c3d429bf523e63a2661, 0xc36174c4f6cb47b1ad586d3544633b78894019e69a7c13f0d7903df4cce77ea6, '', 0, '?'),
(0xce5450645b5d1c5a7e4abc2ce5d20cdd, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-scroll-image.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-scroll-image.min.js', 0, 0x4490904fae06c43ff6ac8b367662f1f0, 0x4490904fae06c43ff6ac8b367662f1f0, 0x952894ccb1eddfd06bb12db2d378885a3d63d50be9c37ced8296b0d84aa0444b, '', 0, '?'),
(0xce54a98003c59730666e869bd4d54564, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/onboarding-customizer-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\onboarding-customizer-popup.php', 1, 0x00000000000000000000000000000000, 0x42874b83a66677dd3e6ccda0bb889437, 0x710b9d8a4127757a9a2d8518095049bff6ff96cbdb537854e9fccce25de6a6c0, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x4fdc7081f03064a44aefc0b5d264a9e9, 0x5f25e0ef093b121e88501714edd6b3fcf9d71c6474909381aa2db464d4e278ad, '', 0, '?'),
(0xce6428775bc957ca57ed8d59959e2129, 'wp-content/plugins/wp-reviews-plugin-for-google/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\settings.php', 1, 0x00000000000000000000000000000000, 0x10cdde050cf13cf69aa112f352a63727, 0xe0e0261f2f04fd5e89793acd9a0618062ae8b5c69be5d7382c3df0f190b22123, '', 0, '?'),
(0xce65a4b573ea80873455492e44085e67, 'wp-includes/css/dist/admin-ui/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style.min.css', 1, 0x00000000000000000000000000000000, 0x893f7b1a295bb539c0c0ea3f99e7e142, 0xbb08a294202e0056548ccd5f8bb1e19820e30f5c6088949cb903ce002574ef65, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xadaf27e8d088b5486e309db416ec0d76, 0xce3c69e27f71e1ea871d04c3b3744978c538aa2b954991b5d98d871d573ba527, '', 0, '?'),
(0xce6ef68274c6fc5c7d53ca5a966a9f24, 'wp-content/plugins/elementor/modules/components/utils/parsing-utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\utils\\parsing-utils.php', 1, 0x00000000000000000000000000000000, 0xca75b1595d60a15879de37040aa3e00e, 0x90e487ae198408f8f28de937e0b7ada1a8f75ab23098b70b67496784c0bfe2bc, '', 0, '?'),
(0xce7b507b860e587f9727ce48d72cf0cc, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\js\\unminified\\custom-controls-plain.js', 1, 0x00000000000000000000000000000000, 0x6788ad0bd4596328955bad9f6d6bee23, 0x677c5bcdc880263aab7a172ab8fb8ef13f3663e77dde5effba0308170d357d2e, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\term.php', 1, 0x00000000000000000000000000000000, 0x6132bdd7b177b0fb53462ef9c7c7c5e9, 0x29699d4385fdebd048e13335fab003da381b839989dd6c427b42aa66f6b2d767, '', 0, '?'),
(0xce7d1c39e9e9d95c46c6b4bf1b9e5cea, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/edd-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\edd-provider.svg', 1, 0x00000000000000000000000000000000, 0xda9216d70d6922e8def0e15e2fe382dd, 0x808d099030904159e70250de5051cb261d38e1260d6f66df721966571e053536, '', 0, '?'),
(0xce7eae8585d11f5e182ff073adc5a931, 'wp-includes/SimplePie/src/Cache/MySQL.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\MySQL.php', 1, 0x00000000000000000000000000000000, 0x80781876dd10c725a8d63eb6cd58266c, 0xfe9b54840188f7e63501fa5a5b51e08281f1d85d205d672c41c34e2bc2e647c2, '', 0, '?'),
(0xce8002f5b32d4711e12ac2d5c84431b7, 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\memoizers\\meta-tags-context-memoizer.php', 1, 0x00000000000000000000000000000000, 0xc8d4b7d2646085d3a34a4cb4bf2eb029, 0x4e4770a9b73a83d3f0a8c631a4a492174e970ce3acb82de1c66e190fb3ef3daa, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xce830b383377eb4a8a3fa148512c5ef7, 'wp-content/plugins/feeds-for-youtube/public/build/js/admin.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin.asset.php', 1, 0x00000000000000000000000000000000, 0xfdd9f6dcd4d740c6a68c6503cdedcdc6, 0xe9b8832e3bb90133668f424eb2be3ec3ed23511140090fbc7d591109bae69e3e, '', 0, '?'),
(0xce8efd28cf951da55aed535a3c141c2c, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/service-unavailable-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\service-unavailable-exception.php', 1, 0x00000000000000000000000000000000, 0x82c0c609c287ac6e19cf19970848aa2d, 0xad50b2f184bd1143a08e380481e8e06744d2b5c7fd451c62877f51350a43f276, '', 0, '?'),
(0xce925f68f4c86cdedf0735e6976cf671, 'wp-includes/blocks/term-name/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style.min.css', 1, 0x00000000000000000000000000000000, 0x1c678512260a6a56e053b562cc665c5b, 0x2ae714bef79076276fc834ed507b2b6034424cbb9255d3bb9abe3b5bf653b99d, '', 0, '?'),
(0xce9a6d29be8587c7d29f8b9562dc3cc7, 'wp-content/plugins/powerpack-elements/modules/review-box/widgets/review-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\review-box\\widgets\\review-box.php', 0, 0x18c3f59f8cb223402652ee560b094ec1, 0x18c3f59f8cb223402652ee560b094ec1, 0xfb031087d9990076410c5cc607f1a293e51d7f8abeae975fe83da24dab22f44a, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0xcea7519a285398f5b4c57e18b6de1762, 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-buttons.php', 0, 0x0290e1e49b43cbb61393aa8aa9887386, 0x0290e1e49b43cbb61393aa8aa9887386, 0x23dffc8b970d1f35faca0624b136db9b7d179118b6df370c31068058aa946b89, '', 0, '?'),
(0xcea96a257f596792ebdb7fbc12387fc8, 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-run-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-run-controller.php', 1, 0x00000000000000000000000000000000, 0x40f58840ebc2c2a495301f5aa2ed9d42, 0x48786b1422e7c23e4469794872d5af7ad17d215ab5e82b2cfd45a99c6471cfa5, '', 0, '?'),
(0xceaf9ca6ccd5c62e38aed200bd89255c, 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe2b7ffc9a48e905da1031984c6e8fe79, 0xe459b38a9a31d5418e2c9479516ad7e0ce9c44bde44c5487c56c52a898e2d077, '', 0, '?'),
(0xceb1a5055a0e0409a0da69d349c88fad, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-application-passwords-controller.php', 1, 0x00000000000000000000000000000000, 0x472237fd64d691bbdac4e082a6de6b13, 0xa231893620a0e78579badfd7dedec89cd1855ceddea9e5c4b8550ef4ac2044c0, '', 0, '?'),
(0xceb37900af1736d3cf9b00805e093d40, 'wp-includes/blocks/post-navigation-link/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8343fcea16629b72ac86bc1cb5923ad8, 0x4184f9f9ce21b6449467edf524b53be81c7eb3d990ba6fb21e931fa3ee503b7b, '', 0, '?'),
(0xcec0080d0c96b3d63314f3b62201a3cd, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0xd9269018398e3e0db21e5c9b9d87d631, 0xb814d3fa2fa9ff4468f422cfc635338846e71db8ff66bf5b4264b2d443be86c4, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xcec835c846d72c9e59da9a2e31d62e94, 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-warning-icon.svg', 1, 0x00000000000000000000000000000000, 0x57487d990516e79086f9b308b1416c7e, 0x0e1bae92d7eb1b0232ccafaad3e6ba25533dda74d888856edaec3df157021063, '', 0, '?'),
(0xcecb7e5250067cb950cdebb7028ab97f, 'wp-content/plugins/backup-backup/admin/images/link-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\link-min.svg', 1, 0x00000000000000000000000000000000, 0x46497b49bdd4ffb27b3ffdfd3d55e6e9, 0xec6216c9b008fe0dd30d1cfca3970113f69c0d2eb6832bf12aea7ea3c1595e29, '', 0, '?'),
(0xced3b43af4c2446b5a9bd578d405aaa2, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\error-404.php', 0, 0xfdbf8b64c7c6f8e1a1fc8e2a530920bf, 0xfdbf8b64c7c6f8e1a1fc8e2a530920bf, 0x279ab8db25440cae22dfb64ae9fbc936ad36a0fc8ea9f0445938c4e84ae02fd7, '', 0, '?'),
(0xced7133d3d515df445701c563780a481, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 1, 0x00000000000000000000000000000000, 0xcc647e29f827ca4ff746a20d54eb33d9, 0x5cff28d28907e2b76fca020b03de4dbeb971f7b1fcac5394f821b42007ba6df0, '', 0, '?'),
(0xcee414977fcfffc9018faeaa0a178c50, 'wp-includes/blocks/quote/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style.css', 1, 0x00000000000000000000000000000000, 0x2941ccbfaff0ca3c811c3adfec3e4e7f, 0x99ed954fe31e2fe20abbc62f471cab1522ef73ce81bd52c88c77841bbcdd657f, '', 0, '?'),
(0xcee56ff8c6dbebd206571e7b8196d233, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\header.php', 1, 0x00000000000000000000000000000000, 0x16d74e5127170af456c1aa93436befd4, 0xf40e0f3ed106647e6359fbca5183375cd9d39c5106190773126305c0a42076e1, '', 0, '?'),
(0xceeba8037f6b205677ec1d9d2b14025f, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Cache_Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Cache_Handler.php', 1, 0x00000000000000000000000000000000, 0x32a35b99c27f99c41c9c6cbe76100f1f, 0xf16bfe54244468b0c2d2e03d146fa9db41cca143638e4674c7eae696d7f19ab2, '', 0, '?'),
(0xcef51116cc438f59f09f9830551c8ed1, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-aggregator-announcement.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-aggregator-announcement.php', 1, 0x00000000000000000000000000000000, 0xde765e78de2b5ba27f78066ac72544e2, 0x6f5d37912a30e1d6df5abd41577dafcc239bd45c68f180f86ac391c0f039e0d0, '', 0, '?'),
(0xcefed242d430b47ff614e469607a7a0c, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x5d6f52ed08dffd2c88104b8019bb6860, 0x2050e0955e1b6296813e0002aa57d6c08cac43eb781694f9327bc746b922f09e, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0xcf045144eb12212574cc0a40c0b18a32, 'wp-content/plugins/reviews-feed/tests/Unit/RegisterWebsiteRoutineTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\RegisterWebsiteRoutineTest.php', 1, 0x00000000000000000000000000000000, 0x3afdf5e0ab34f06de97fbd14064946ac, 0xe8b2ff56474de43b97653e1b4cff5a27a9437a01d7dc28848dec047869739dda, '', 0, '?'),
(0xcf05c20a00db307bff0ec29af182eb8d, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\post-helper.php', 1, 0x00000000000000000000000000000000, 0xa6302dab70fd0e29987d36989d10f4f5, 0xd6913e29f7570ec8301690f06d1da0d8bcf828f7ef67080538ed2eae9b9fa7e4, '', 0, '?'),
(0xcf0b7ffc18df31905a9cf49312fb03e1, 'wp-content/plugins/elementor-pro/assets/js/gallery.cca2358f59857ce6f62f.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\gallery.cca2358f59857ce6f62f.bundle.min.js', 0, 0x8ba2edf40512d4a14a901b9d56b13d6a, 0x8ba2edf40512d4a14a901b9d56b13d6a, 0x1dea869e1b5a3ec229b67359e687b39c0f41c37e42b9db0e42e68a4910a9be00, '', 0, '?'),
(0xcf144ddefe287869b84aeaa6c9eac652, 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\controls\\fields-map.php', 0, 0xebe62194ea7afc0b675f9e3eafe43e96, 0xebe62194ea7afc0b675f9e3eafe43e96, 0x85d16b48516ee9cbdb640e1c63c7960ba92a7ed2a70cf3a9fadb49ee2cac86d3, '', 0, '?'),
(0xcf15d022cc16ffd0ab3f4c30e76533a8, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0x42eb7893bc0633401dd0adad04535cc8, 0x89efa9f6801ddc3b0229f5f6a785ae976a4ec94536e4e8b930b37aa910eef374, '', 0, '?'),
(0xcf246f03f4b76a134a9941d0b849ceb2, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\empty-property-exception.php', 1, 0x00000000000000000000000000000000, 0x37c0fff798bd543c13a984c7752f74de, 0xc45c247d1f201386c28d67296e690ede33cc83c18adad1a1d88194acf63c6092, '', 0, '?'),
(0xcf2520ed08186f41b42f9a9a8c903a94, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\SandboxNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0xce15522acada6d0ab0507c7caa44b5f4, 0x93d4cd19899e47706c0db1fdaedca494295d2ddc54e7e6d2b04fe5b645b204d8, '', 0, '?'),
(0xcf27c43a9d0d811124a1cbec5ab417ef, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/import-export-customization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\import-export-customization.php', 0, 0x5d3ecc07c551d41d9308b9d484320411, 0x5d3ecc07c551d41d9308b9d484320411, 0xbbfffe3b3fc7c5d608f616a936fe5e9ab5644ec5a5e3639d211483f4b9d5b4c9, '', 0, '?'),
(0xcf27ef700ec3e9b1870296797784f7a8, 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\inter\\Inter-VariableFont_slnt,wght.ttf', 1, 0x00000000000000000000000000000000, 0xba8d154465f7fd15e2fc2ced6dceec90, 0x25a5629652343437a05481d3577a0ff23fb2581f120536ba26b10cbda6c2cb2e, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x9defc4025bf8cfe8fe2fc5d6d394b704, 0x48113998a8f701870ef5922adb47e488d1eecfacb81483ac41d0d7f3ad412734, '', 0, '?'),
(0xcf3236cb36dd2309535b0b68285cb2b5, 'wp-includes/css/dist/block-library/common.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common.css', 1, 0x00000000000000000000000000000000, 0xae69305ffa33ee7947a566ff1135479c, 0xd56de6f6bb1e1fcb68dc41255e38c93e2055f4bfd148835c7bae3b5c38809f7e, '', 0, '?'),
(0xcf35df643e05d0226891f7a551ffe3a4, 'wp-content/plugins/elementor/includes/controls/groups/typography.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\typography.php', 1, 0x00000000000000000000000000000000, 0x99dbaec6e8ea26299730100655026e29, 0x239f3d590509b8e3274bf67f9f5079c7784a49a5e7883363a7e4b4a3db7415fe, '', 0, '?'),
(0xcf398d228350eb6d31f325a3722ef65e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Query.php', 1, 0x00000000000000000000000000000000, 0x5a3e6fcafd0da92c320fb9d2379e8176, 0xfeba087e93ecf73ecbb8ea1d4e801de43d049650bb644c4478fa9ad167013ad8, '', 0, '?'),
(0xcf43b90daf8dad65517a2e9178a54195, 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/woo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\woo.php', 1, 0x00000000000000000000000000000000, 0xd653d03a3a8726f0e900f2a661d1b7ca, 0x455a7e12f4e5ce2c1f75c42d24a68a870ce226e415c210f152de5e3b2f51a381, '', 0, '?'),
(0xcf4d965698860cfb9d74d700de8b256b, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceIn.css', 1, 0x00000000000000000000000000000000, 0xf802d86207609d2c7c84c08d3d9355b4, 0x4c118d57132f9594454cf66012f7c9553b2a27bebcdb10fd28352d6b94dea127, '', 0, '?'),
(0xcf4e38fffd56f9acbd20221ab7172469, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/SelfReference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 1, 0x00000000000000000000000000000000, 0x58e40f54c9031706056f9224fda441d4, 0x51c75282e3c9710cf7adc55bbc897759f9f89f70ab0cda0f2df9ea9df1541af2, '', 0, '?'),
(0xcf4fb5662098f4b98c0ce2f209be5cb1, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/cross.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\cross.svg', 1, 0x00000000000000000000000000000000, 0xebab94410680c9a483fb516bc2aa52c1, 0xd9f593be2528bf8fc5d0784acad63e2a149d933be560c0f84cdc0e87287ae7d7, '', 0, '?'),
(0xcf58975ae9b46e14e538d7aee52a3714, 'wp-includes/SimplePie/src/HTTP/ClientException.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\ClientException.php', 1, 0x00000000000000000000000000000000, 0x8a075f0a2310189531390031aedbe422, 0xac9411367f5a41bf5fea5dc5f5b493dabd2e7282409169eac7238bc838352c59, '', 0, '?'),
(0xcf5f71205e11a1c73ce038efc73ae809, 'wp-admin/css/colors/modern/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x115854ab2dfcf7f62ebddb24af8a26ea, 0xefe00a17790ff7c91b4a555aead33d4697c2563f3ccd08438f1ded32e9ef710e, '', 0, '?'),
(0xcf606ed7b16d9939ec3b65e5016d35d3, 'wp-content/uploads/2025/02/diagonal_134310.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\diagonal_134310.svg', 0, 0x83d29e84e1245fb2435b08be30eb3a41, 0x83d29e84e1245fb2435b08be30eb3a41, 0x389eff54190401b9977e85670a8043ba5d5a27c01597738c82758bfa73e5addd, '', 0, '?'),
(0xcf6e0ad1ba22f46945db01b27a6159b7, 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\forbidden-property-mutation-exception.php', 1, 0x00000000000000000000000000000000, 0x947ece24fa6f3cb8199745d825fd5b9c, 0x930442804af0d4ee6808723b8360c327c9b16a5265defbf578b16cc6048799a3, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\freedoms.php', 1, 0x00000000000000000000000000000000, 0x75a8908136eb7cba94741f4a34bf31b4, 0xe083e2a042eb3bb5f104bdf84dd93702a905df838006e10e5bb239199f3c2fa0, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\image\\plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xcf87b75f818e375597d68f2110625dc7, 'wp-content/plugins/reviews-feed/class/Common/Integrations/SBRelay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\SBRelay.php', 1, 0x00000000000000000000000000000000, 0x2541ff91efc7838cde86393d03754d4e, 0xc3e99bed6784ad46e724d81569aa80fc49cab0716321240ef581f47771f3cb49, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0xf97de333d4ad345ee573dcc69bf62fd9, 0x21832145796c6edbcab35660cbb8f6863177c839bc3d54abd5179bf004efa8b8, '', 0, '?'),
(0xcf8a5977d4d7b915988c1f45ad8147ea, 'wp-includes/blocks/group/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x3301836a43804fd1ba7d926078ddb0a6, 0x0480fb4743f1663053ae226873c9e71170345975521b1a16f6ad24e0c578714f, '', 0, '?'),
(0xcf8b0dd468b79ce32eb67bc55f5fa9f4, 'wp-content/plugins/elementor/assets/css/modules/editor-one/variables.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\variables.min.css', 1, 0x00000000000000000000000000000000, 0x92ecba516dc32826c912cc6b1616f88a, 0x6a1a78a96a2bbfa48a1b4f23aebe571e3e7b003731afd90168ba2ec1b5bcb6aa, '', 0, '?'),
(0xcf95de1c7f11680c2d983874625fd8aa, 'wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\documents\\floating-buttons.php', 0, 0xc447d8bdb781864507577fc149d075ed, 0xc447d8bdb781864507577fc149d075ed, 0x7f96850ee91ab3a89a566f97f3616ec341ac5913ae17875cac8f8295e51f312d, '', 0, '?'),
(0xcf975aa546eff2ead0f709b9a5dde052, 'wp-content/plugins/elementor-pro/modules/usage/features-reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\features-reporter.php', 0, 0xbecf70d1bc95299ab6a2e65a1c1dcdea, 0xbecf70d1bc95299ab6a2e65a1c1dcdea, 0xf30ee97c44c7bc939d04b4e2e5dd0d08087ab057b179daeef612b1be1a5af959, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blob.js', 1, 0x00000000000000000000000000000000, 0x058fd940291a3fd42bbb7a5c4184fce9, 0x80c114cefbf109818f14a5fe924c7cdac7903e15233b5fe7a2e357e8189f17fe, '', 0, '?'),
(0xcfa42b4d8e6413a010137186e1d3f2b4, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0x88659fb65dc66087a7edad87f5e16210, 0xcbcac73998438348608d5a6a4d5cdd3032c7fc59bb721dad9d2198ba2725e6ed, '', 0, '?'),
(0xcfa6bd3646164089efba001cd24120c0, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x948bc6b0a0c03fc6dfe9052fd7406a83, 0x9678e6690054770302b15e454a07691d206ff274930783f3361bc6868f81e4f4, '', 0, '?'),
(0xcfb0d7948f3e67409f5aca4731af4a7a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/frontend/site-schema-robots-txt-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\integrations\\frontend\\site-schema-robots-txt-integration.php', 1, 0x00000000000000000000000000000000, 0x7843bac371058c543904b1f44c6fa91a, 0xfc114d90fafca99a74bd0b589b4853a6cdd5504f76adfe5bb89ef4a32b09cd8e, '', 0, '?'),
(0xcfb194c104914c8cfdcb211463f9416e, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/MenuService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\MenuService.php', 1, 0x00000000000000000000000000000000, 0xbe58c0f04777cc194416a91f5280c172, 0xc0df19a1c0643b592c1ca09448f1a10fd68bb6a627c6001d78c4c926af3e9d94, '', 0, '?'),
(0xcfb4f71d2f472b39ea90296b931c1b59, 'wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\elementor\\infrastructure\\request-post.php', 1, 0x00000000000000000000000000000000, 0xf207da64c6fe8a467165bb6587dafa3d, 0xd8b4562ee98c6c6ef46511bdf3f3b2bac2c5460779e12f17f6dde6cff29d8ec6, '', 0, '?'),
(0xcfbcfdcf0a7806d4a180c5fa256542da, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Light.woff2', 1, 0x00000000000000000000000000000000, 0xf183dfe0537eb3d9bde04344b4e5cecc, 0x22cf1a9106dbbb62fbf39cfaca169b5bf4ca24934de164972f83ed8da42ee77a, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x311e5f489730acede25553c3e14068f3, 0xc19ad1dbeb0b0ccf5fd895d7dec94ecd9eed04bd96ec31892ae3d6c79c03fdf6, '', 0, '?'),
(0xcfcbf0885bd9293265c037d16c745925, 'wp-content/plugins/feeds-for-youtube/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xcfcdc51bca9561fda04791952af9939f, 'wp-content/plugins/elementor-pro/modules/variables/prop-types/size-variable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\prop-types\\size-variable-prop-type.php', 0, 0x45ceb810f2665d011e9c7d022d349191, 0x45ceb810f2665d011e9c7d022d349191, 0xce6d520ce8fed31d008292dbc221f627bc2ec227bf56bbf30434b0d96e56a910, '', 0, '?'),
(0xcfd08650c96aaef327db8398f99086ae, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/global.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\global.css', 1, 0x00000000000000000000000000000000, 0xddae22f11f19cae6b3a7f24bc781f7c2, 0x0e89904d850747f22d5d337e49104be62735d2f2417b0978ba5f1c02d34157ee, '', 0, '?'),
(0xcfd1c00c4d02d09b9999cfa37e262490, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\url-presenter.php', 1, 0x00000000000000000000000000000000, 0x53bd4be4626f02dadaae59080e5f14fa, 0x7a7e0aec9786cff9bc074e844eb1daeba5e68121d8cfa1b78bf9abfd640e0f8e, '', 0, '?'),
(0xcfd30a2ec46ef8fbd163a221a4e21276, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fa_IR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0xc15ea7601bed5a52d2a0a419c9e0a009, 0xca20a0ed3cf55522e4bc69b76ec4a1594b83391cc72b5e7d60605e322483797b, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-seo-location.php', 1, 0x00000000000000000000000000000000, 0x5a799fe3c0ed8050f8841239303211a1, 0x0d8b77b11959fbb10e0b3b1c4f27f86c2f3747f74b7fbc4605a080a5a084b889, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\namespaced.php', 1, 0x00000000000000000000000000000000, 0x3eb911845fd03314f5d14e77b00c23f7, 0xe0c7a504e3029d6d5a7a2a2c3d3a0abd13d92de83399990e7ca3c4f92193e3df, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect.min.js', 1, 0x00000000000000000000000000000000, 0x6bdd4dca7cb09218e1860e6e0ca8a823, 0x8a748a5dca5c94e0d738d930af3dfc0029345a3805abcc78e68630ecb78b2031, '', 0, '?'),
(0xcfdd9a1dbb792e00e5f61ed89ca869fe, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-user-profile.php', 1, 0x00000000000000000000000000000000, 0x4597e1489a4cb821edf0b06c210e5ec8, 0x17b6c38e2c4b828f794f0c101429c6c539656a95055803a6cbd0bc57ee8a4d88, '', 0, '?'),
(0xcfded33b0385ed22c8ab6d0d065186c9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-500-normal.6de16332fda843a3.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-500-normal.6de16332fda843a3.woff2', 1, 0x00000000000000000000000000000000, 0xe44bedcdeaaba5d752612e3a0b36aa1b, 0xfda49c0e873ae479e09ff7439847e49e19484ab3af01320ec9bfb5129dc9a62f, '', 0, '?'),
(0xcfdf8eb59a0d9aa9ae2e671126c51ef4, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x2108262303774a1a8bd411a0b7d56446, 0x47d0177dcbe88b4e419859f29db79abc9c200f164d9e8bb8ab2df1f08062c837, '', 0, '?'),
(0xcfe3533c43a3d5a7180e159f3667bf29, 'wp-includes/Requests/src/Exception/Http/Status408.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status408.php', 1, 0x00000000000000000000000000000000, 0x4cfad9c8e2c75d70c3a6d68a114bfdc9, 0xab137c1367d52b197dd5ba4977f4ab0f79eb1f546c664f0da2c64f9c64ee98a0, '', 0, '?'),
(0xcfe397d1abe3dbaff2298a1e7643253c, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x825074c2d1e1991ffb9e337200db5cad, 0x98b04cef2b0828481ee1e433204e425005f4f2fa618426e60b79c71ec24d48fe, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\twemoji.js', 1, 0x00000000000000000000000000000000, 0x439c2678d36fcdcb5198427ead4c0b03, 0x551ceca2e8e6c2e4b5d99060e139461f7568f9cd9397e748e08d13bfb8811833, '', 0, '?'),
(0xcfeb242465e9bccbac02dc4894a5471d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7948.c692582834760cdc.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7948.c692582834760cdc.js', 1, 0x00000000000000000000000000000000, 0xe86d4079cea45ee390387f605ef6de3a, 0x0c089c3e8689b5b02b761f7e05c4946e36aa623254b67da1be5424193dee07af, '', 0, '?'),
(0xcff53ccbb7e90375a592a9ea519aafa3, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\used-keywords-assessment.js', 1, 0x00000000000000000000000000000000, 0xf65820ee67b975faf8d2dac5d8674af1, 0x89c1144e3fab2993f864a84424e08ccc18d17a5bb4166d9ad99a76950919b04b, '', 0, '?'),
(0xcff8a923c35bf9d41790ddfefa3a8c4a, 'wp-content/plugins/instagram-feed/templates/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\footer.php', 1, 0x00000000000000000000000000000000, 0x93eac4532f620bcfaa173a7f2aed0bae, 0xbf2adc4fbf1bbf798ba939bf98b4ebff19d2b19f3dbe718a61eef9c7b5eee96e, '', 0, '?'),
(0xcffc10f45c549fa8400f534fe17c6d02, 'wp-includes/blocks/audio/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\block.json', 1, 0x00000000000000000000000000000000, 0xc6c19c8a3b348a4c255e6973b231de41, 0xce2be3a68d262b2e564f861bb2da8f99b0fb56b151231aad9169a4965115c2b2, '', 0, '?'),
(0xcffdbd882910b59dad40a78cbfdb6055, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.js', 1, 0x00000000000000000000000000000000, 0xa810a99ce60f4e5fdc99c16788641e29, 0x62f61f1d51e22e5f1f126daee4ba950da73bec0c04fcbaf29c5ed4be90c4ff50, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0xc7f3dbf22f6f7455626905cd05b283ca, 0x2ecad4b2b24aed5fe499e79eed502cf04834f3147f41d8f6f3cc0fd56c598705, '', 0, '?'),
(0xd00cecbcfa02a682046773988629dd85, 'wp-includes/blocks/latest-posts/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1086bfa9ea1fc14937cc435e3b130222, 0x49eb2caa53255f2318f952613ac769cd6b1af6c23ee7fea920508d3ce61c10ad, '', 0, '?'),
(0xd00e28f485e71c630460c3d72cc76dbe, 'wp-content/plugins/elementor/includes/controls/tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\tab.php', 1, 0x00000000000000000000000000000000, 0xab84efca4214749edc9cb6bb7e48596f, 0x0071c1e760a22572f728acc799074b8b1139bd2e7ca13620f50f5939e1d4aa82, '', 0, '?'),
(0xd00ef0590cf6af04952d39e7eae6a390, 'wp-content/plugins/powerpack-elements/modules/author-list/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\author-list\\module.php', 0, 0xecc37dee47d6e0868c8d4366a2db32f7, 0xecc37dee47d6e0868c8d4366a2db32f7, 0x6fb9363dd7f5b0207f43372b31bc1c958aa126ec338a56656011b66e29a5489a, '', 0, '?'),
(0xd00f1da5b2328bebb160ce4d714e21f5, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/video-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\video-control.php', 1, 0x00000000000000000000000000000000, 0x1b02e2f3278e00df0d26b728e9db9b5d, 0xcfb1b51a9a8282bac2158cc3b386068b17c65132fcbdc37e8edeb35188e1334a, '', 0, '?'),
(0xd0110f94c9a2f34554b24de44a2e9a3c, 'wp-content/themes/astra/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\readme.txt', 1, 0x00000000000000000000000000000000, 0xc062f328d33ff1db4a7daee3708642a9, 0xe3fb31a0fce71c5a68ea57b96268f6cf030013ca71729311d5155b95a4f6a3b5, '', 0, '?'),
(0xd0111170cb0feca1d441f2daa671e77e, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\health-check\\file-runner.php', 1, 0x00000000000000000000000000000000, 0x50cc14f00060d5490e16cb2f1ae49e64, 0x774631c991d4b7a834ac770410747366ccea2a1d50f0d798cab207ecc00c0179, '', 0, '?'),
(0xd01217d69cd95446b6eec8fe183530b0, 'wp-includes/css/dist/base-styles/admin-schemes-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb9e1caf53e3c3b2d1a375b3b4016ae69, 0x80829d30557eb7621b0a293aa3636a0ffe710658b55e085ecf65bb50a74e8bf4, '', 0, '?'),
(0xd014e4d0825bb3c86b59ddc8976f7b45, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wpforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wpforms.png', 1, 0x00000000000000000000000000000000, 0x20027daa4649059d29fa1ee9c15c79fe, 0xfdf1c28eb0b1a0b561a05519777eb77986097131a662d0ae4ec80b99fc757db5, '', 0, '?'),
(0xd0166a187d89baa37451f796146dd210, 'wp-content/plugins/powerpack-elements/modules/registration-form/widgets/registration-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\widgets\\registration-form.php', 0, 0xf9b05f980a5651a5dd3ff601a260704b, 0xf9b05f980a5651a5dd3ff601a260704b, 0x7a49ea9406aaba3a47d422c5ff223424038e1fa410d4ef1ba275bd6b8e27c893, '', 0, '?'),
(0xd01e28400e8bea073ccde5ff484bd750, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/invalid-variable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\invalid-variable.php', 1, 0x00000000000000000000000000000000, 0x68cd75756efce3d05337f464ae8fd629, 0x4f1e58329dd5df7d4cbe2df89d0722133815586866c3fb725233db5c60cf9438, '', 0, '?'),
(0xd020f46ea2223adf029540b28cb9e3e3, 'wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\social-icon\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x6d8af700f0f52a7e4cbcf8d0817277ab, 0x3e22da797039a8e54d8869c00623d80c68d65ab1f08d26123594a8c9fb902ec0, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xf9ce7b0fd10f5127e59a997228cd81b4, 0x995127b01d3020405877893cda869786446f54d0b602d0498a4d739f261f83e5, '', 0, '?'),
(0xd02e7bb845c78ba52bc08aad28ba1f44, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x1e9d91771672878f9bc04ed996667dc3, 0xb952a2062656a73686df2c40bc2438fbf0ea3809d5bb5cbb9eceedfa345a22e4, '', 0, '?'),
(0xd02f7e5f6e3d3f2fa2a6ab28cdba8483, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.css', 1, 0x00000000000000000000000000000000, 0xe6abb26078bad848a002a75f50c3a2ca, 0xe654ea1f790ae17c4261ef72dd34229ca34c086642a7c66877ce0c9072100656, '', 0, '?'),
(0xd034e9852642dff42872432f40d145e9, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/book-icon.86a0a5dd42a65335271ba228b5e736e8.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\book-icon.86a0a5dd42a65335271ba228b5e736e8.svg', 1, 0x00000000000000000000000000000000, 0x867a952970390d4f018652ad09a15c57, 0x717946f8ed8abe8020de876bffeed7738f34b29dc8733e8f705424175ebeef69, '', 0, '?'),
(0xd03874ad57ed27985c515fb9cbb07cb1, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email-address.php', 0, 0x881c126849b00da7f144ff31896c09f9, 0x881c126849b00da7f144ff31896c09f9, 0x378f04e2cfffa8724afb21ab499f49f67bb84663552bd0675dee8d0bbbf746f8, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives.php', 1, 0x00000000000000000000000000000000, 0x544b653bf444654cb1ff29fbd1d9d641, 0x9dd58056a61966d327f50616c46b77719e7962f39f5ecf821cae3790c6a8032b, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xc5bdade667793cc36fdd7a1043a28a34, 0x6a4cb0fe2ebac7961cfee4bde39f696c3d26c18796a0cdeb450960b5108fa152, '', 0, '?'),
(0xd04f308f2dda1455378cb50aee4a43e4, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 1, 0x00000000000000000000000000000000, 0xa3efef9ff58c874d62c5111e8afbfdd2, 0x776a19b6db45a49ab59989979d8051114c66d1b3b6fbf8d7503a7e5f8f5b30e0, '', 0, '?'),
(0xd052c3e8dc19d0c5d66badc6945e0ebd, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Controllers/Authorization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Controllers\\Authorization.php', 1, 0x00000000000000000000000000000000, 0x192d81a349951a4b7fe4dc3d3964f308, 0x6afb6963bb1af93f8946b030c8e03132ccb969e2710f58b39319eadf4ec3317b, '', 0, '?'),
(0xd05401c9dc40431739250b161f1969b2, 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\cornerstone-content.php', 1, 0x00000000000000000000000000000000, 0xf8394afbad4b37f7a8fb1b021d121527, 0x393058d21c900206ff0ba5d67529ab6d29ca9e2998b304fb6541a756f7f62f53, '', 0, '?'),
(0xd05e25d289cacd9fdd65d288e88c92d6, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introduction-item.php', 1, 0x00000000000000000000000000000000, 0xc043d2fef42c0d44d429099e108b100d, 0xa4864323a0a8dccc9579ee6ebf62b556c35e580948fb62b2443045e718fa9831, '', 0, '?'),
(0xd06015484cdab59e317f9df1dbef5245, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 1, 0x00000000000000000000000000000000, 0x95a5da1c09420e339769e9590b6de093, 0xfa24548dc1278ff689ec4c0960bd32df16e6668375f71385231749393cd241cf, '', 0, '?'),
(0xd06163a0d4497dcb66109cc884e5cdbe, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-bulk-editor.php', 1, 0x00000000000000000000000000000000, 0x3782f95454516c05a66442e6f1f7c1c5, 0x4fb06494ffec50919090bde988619c9d314c2f5378ee0ed7a650b2c0be870b40, '', 0, '?'),
(0xd0677f7a5f0fb54d017666b2ad7e02c5, 'wp-includes/css/dist/block-library/classic-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xad26882771ff774d3476251ddc0cbf71, 0xf7ac04e69cf6e5c9e2c5b97ed985f62e2d7e47d1e89597848d47f8f0c415940e, '', 0, '?'),
(0xd06c9bf7998969e900810d5fb50e33d5, 'wp-content/themes/astra/inc/dynamic-css/navigation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\navigation.php', 1, 0x00000000000000000000000000000000, 0xbc7c3a701c66be0b053f2449705eb0c5, 0x2f44a4c78323429f5834d96b84257c2acb63ccd54ff7324c241a0d460527c6eb, '', 0, '?'),
(0xd071c71ddadd2c6b4bb8b1ffeee80149, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb844efe3f6576c41794cc118045254b2, 0x884762ae8881c61870659a4ae083e61f402ba0769111b18783212f2ac7f082f0, '', 0, '?'),
(0xd0748de1981fa2ecc065cc3166a3be88, 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.a4f88a0c19e95b3912b6.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\product-add-to-cart.a4f88a0c19e95b3912b6.bundle.min.js', 0, 0x89f91a25829b61a1fa08b38be2fc9a5e, 0x89f91a25829b61a1fa08b38be2fc9a5e, 0xd2e2d82b37a5c78e7ac0bf2b0ccb65ce1a9dbdc1a242d1ddc5301a520f7057b1, '', 0, '?'),
(0xd0757798bbbcf9c6278078d498bc411d, 'wp-content/themes/astra/inc/lib/nps-survey/dist/style-main.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\style-main.css', 1, 0x00000000000000000000000000000000, 0xf7db387b12210b632755f8010a54b328, 0xcca91ce8c31eb6c71184dbfe4f4d9eab6ea6ac9f7c953145c9349ae2331759af, '', 0, '?'),
(0xd076b47fa0f20344a68e449ff02ad290, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/regular.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\regular.svg', 1, 0x00000000000000000000000000000000, 0x244cc33ee1f6540becfb846f6cc21717, 0x4f4784d972fb5b37621391307e19203092f774bd621eeae53db503f7a683b267, '', 0, '?'),
(0xd078180ff0c4e75c608dcf48e6a4c0b6, 'wp-content/plugins/backup-backup/admin/images/alert_info-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_info-min.png', 1, 0x00000000000000000000000000000000, 0xaea4e7486825f457bb558c361995f70e, 0x9a258d43bb14f08563e483b8a4a80b3fd5a80c0fd2f525d38d79599ab365e475, '', 0, '?'),
(0xd07c40c441ac5590db0b85c1e629307b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-500-normal.090fabef926bdc0e.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-500-normal.090fabef926bdc0e.woff2', 1, 0x00000000000000000000000000000000, 0xb72e3134b1ede6705d26a56743beaad2, 0x7244629ef8ea2c287e3bb9dc141854344dae88046636ad00f99d58f3a1b368a3, '', 0, '?'),
(0xd07cb168d51a0cb8ed0bf761c0067c6c, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/plain-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\plain-transformer.php', 1, 0x00000000000000000000000000000000, 0x5627f303d77602cdc11cec633ba75d16, 0x793a28fd22549fb074423bf72f225e02e2acf7fabd264caf3e003941069defa0, '', 0, '?'),
(0xd08721c89865267a4aa0eab20398c417, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-carousel-prev.svg', 1, 0x00000000000000000000000000000000, 0x5a0a8e9e9c6f87ca54c6ef518d5ec7b0, 0x6bf3f1f7d09370181a1e24552db826476095e9426cdef30d834fdaf6e35a1339, '', 0, '?'),
(0xd087ce8dba5a2436cb0d4dadd18bf25f, 'wp-content/plugins/backup-backup/includes/cli-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli-handler.php', 1, 0x00000000000000000000000000000000, 0xe820fb82a2049f502a6b2da827f8e4d5, 0xffb7cba646ddebc5809db32e9024c506e8253185a06f2177ff8b6daef6a95647, '', 0, '?'),
(0xd08a15635ad1174ac85189b22dca91d2, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/FlushTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\FlushTokenParser.php', 1, 0x00000000000000000000000000000000, 0x1590a57037e127e6b1cc1720d0129093, 0x7978449ef2521fc85fd7f2f40ba86047f87361b0fc1158bf373f2d8eee8e690d, '', 0, '?'),
(0xd09a54584ca6dae2a0a9b006d4ca6400, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-my-account.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-my-account.min.js', 0, 0xe437e3aca349964da2528e0fb9106ef0, 0xe437e3aca349964da2528e0fb9106ef0, 0x0cb562f9ed564de74e68d5a09f8ac5a4e820311bb623a99cd2ac0d49444b440a, '', 0, '?'),
(0xd09b72873c90f2c3999ca301085d4a26, 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd09c5bff91b2fe799f77194c5f75bbc4, 'wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\instagram-icon.png', 1, 0x00000000000000000000000000000000, 0x46549fc496065090a0235e49c078dae7, 0x7099a81b8da5c956454daa2f3b1c2152aefbf6f4bc6e92fd37c563e97021eff6, '', 0, '?'),
(0xd09c83365fcb7c252fb50c3b993466b7, 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.js', 1, 0x00000000000000000000000000000000, 0xc3b66c807f165bdb2b9ba9dbbfbc2f74, 0xc59ba0be1d2b575a48f0350c0b6aaa87d2f5c317445caf9619b7b723d542fc5d, '', 0, '?'),
(0xd0a122543d46053aa1aae9d080c50ffb, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-cron-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x66a20de8d29bc6a6bd4c1f6e5be5394d, 0x7fa6250ca2e74d71dd3aa72487a8aea16c515705bd6f4440e94185306749de83, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xd0a3235c9d47487b732be45a8ce931e8, 'wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\InstalledVersions.php', 0, 0x7baf73014351c49ea0fef617dae7019b, 0x7baf73014351c49ea0fef617dae7019b, 0x86a7c134e72c7dbee2bd827416c1703ee5e9dd83a624fea3f2b30e49051ae7ad, '', 0, '?'),
(0xd0a89f805d8126f56614afbd9d25e2a7, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4424.a89dafebe4457a94.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4424.a89dafebe4457a94.js', 1, 0x00000000000000000000000000000000, 0x8e3ca8910d80a29439ec002c0cd8d91c, 0x88f18773bb251ec9565b06ec78bbd6a050ae13162208f7757e9ef555d2168604, '', 0, '?'),
(0xd0a944e61cce3d299c408b97a6b78b3f, 'wp-content/plugins/elementor/assets/js/frontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend.js', 1, 0x00000000000000000000000000000000, 0xa408e37db4aef7cd09afe0b40a470955, 0xc63578886d35a7c019a2a5d22304180bfecde4d6b6d8111ef16b14ede7e064c0, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x69a28b9346146830bdd842e38ee37db4, 0xc11457bbff0ac0df8183a6ec99b9bad3f789df37f86072dc19c51b7b494ed246, '', 0, '?'),
(0xd0b0fcc5c020db772881eb553f345339, 'wp-content/plugins/powerpack-elements/modules/woocommerce/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\module.php', 0, 0xd3a4906482fd30697f2be47268615ead, 0xd3a4906482fd30697f2be47268615ead, 0xa79451e8dd7dc12878c7a13d4d0dd21ed38f48b89c80ad7837f1280bd8a56068, '', 0, '?'),
(0xd0b7e5f37867bdde412bff96644ea379, 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\product.svg', 1, 0x00000000000000000000000000000000, 0xdda61709d2aef754c781019340cbd982, 0x4afff8304e5714d7a218ac7a821182afc88d70354ed5c9f25f2b1697e2455845, '', 0, '?'),
(0xd0b84f7ae8eaa10db7f8d2cecbbc7b4f, 'wp-content/plugins/elementor/assets/js/packages/events/events.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd0b94230fcd0a733e3bd701f4052dc8d, 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\wp-background-process\\wp-background-process.php', 1, 0x00000000000000000000000000000000, 0x86543bcad8c8e0b9ab060503957a0c47, 0x0b38fe3443dc0ba08d352d84efaa2e49402ee6320d9a24afad6030cc8cc1bafe, '', 0, '?'),
(0xd0c1a01661b216e54fdc5dab82034324, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-4-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfa0bfb18702b98978ab9874323bd5c30, 0x358d0678fb48f33425210da8db80e6d3a24c158b63e0c1cd116af1271ab776c7, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x0d0e846aeb9dc1b44b822ac4a5f3133f, 0x7d38aa84e67e09bff16ac2107be3ef81424920b6c7ce9e6c59b54d2a798010c9, '', 0, '?'),
(0xd0c9c9148a8e2e1c705dbcc816bde05a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\jetpack.php', 1, 0x00000000000000000000000000000000, 0x1eb7d948b09c4c4d8bf1ee5d6a3895d2, 0x5b6c6a3d1f93e087425b0a7f2215bfb1c97542be755b5564e6b2523eb165ceab, '', 0, '?'),
(0xd0ca6aed68b0bfa554adb0e1f79c6330, 'wp-content/plugins/elementor/assets/js/8e5b42844d27eada9b53.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e5b42844d27eada9b53.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x837829d66779ee9326fc1ac41be90bc9, 0x51dbb9f32a59c389853cb0d7aaa521f0ac8d873ad0df85fd09da89296a330997, '', 0, '?'),
(0xd0cb4dafa6660ca54e8f9c38eb3fb387, 'wp-content/plugins/backup-backup/admin/images/stg-check.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-check.svg', 1, 0x00000000000000000000000000000000, 0x6bb738825d2f7f0bbcfec4935d891729, 0x8e92ef27b70975f1dd1c19fd072f40591915172097c4173bce3683063415fdd2, '', 0, '?'),
(0xd0cd757cbe3d3aa331be0e13e7d276f8, 'wp-includes/blocks/post-excerpt/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xa90904933ceb95d00d2777390e7a0752, 0x054f9a46736f4b4c2a08d5280ad66207e26086664e58837353d49a865c53a15d, '', 0, '?'),
(0xd0cdd7dc0f7da2479da3e92887f5530d, 'wp-content/plugins/elementor/core/utils/template-library-element-iterator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-element-iterator.php', 1, 0x00000000000000000000000000000000, 0x31c22cc40dc75f69b6cd95f3a9bedce9, 0xb15852bd277ffd640e7079eb2e72745a9993f83d16e35c4ea54e86e06a86335f, '', 0, '?'),
(0xd0cee4227af104ab1d3b845fed74f300, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.css', 1, 0x00000000000000000000000000000000, 0xe9caf4a3c9e2535e9630e6eb5db4f995, 0x58efe3cf0dd00653fa9b9fd3ed8486094c2d2e99b853598584b797254de2c7f5, '', 0, '?'),
(0xd0cf8391aba2d05285ff28d2495575b3, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/no-seo-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\no-seo-score-group.php', 1, 0x00000000000000000000000000000000, 0xa58a14cd14952a1def4154a5405a3cbb, 0x71ca93a00e3ecfb55beb53b71a74e69f448b51b0c8dba824b27bfdfc3b9691ba, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0x7e2f9dea5c9e2f306fd2b909d7a2da5c, 0x1195e71efab167d65a94cb7845c4b4f7ce974d263372e0f8718b63d46c5447c5, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-upload.js', 1, 0x00000000000000000000000000000000, 0x468bdfbb563fc2df1961cf6e0dc808ba, 0x9945a59fc0ffe491f2612c9f1a82e12c794da02f5c6951d9d3a01622d23f3238, '', 0, '?'),
(0xd0db611e269690d96c048f737b312930, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-manager.php', 0, 0x298c709967b34590c1f00598a24abfc2, 0x298c709967b34590c1f00598a24abfc2, 0x894f2c560a5094ee190c7c3d8dc97038af3f1cf587950a32bf9ce7b179d0480c, '', 0, '?'),
(0xd0e1e6db617cac4654d0adcdb6e907c1, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.min.js', 0, 0x87348419076c382d83789a243e28414a, 0x87348419076c382d83789a243e28414a, 0xaa413bef7a74ab28f6cf393c2e08d1edee148a2cffc9710db450db26bdf2be06, '', 0, '?'),
(0xd0e28ccf60af7e070750be304ee73648, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-shortlinker.php', 1, 0x00000000000000000000000000000000, 0xcf61785b1954870b9c67688cf50406c3, 0x08150ed35d5c12b7a30147760cb64bf2be18ae7da330bafdf4f110bc43fb1dda, '', 0, '?'),
(0xd0e8fad95e9e89da471fe3e7949ddd25, 'wp-content/plugins/wordfence/lib/wfScanFileLink.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileLink.php', 1, 0x00000000000000000000000000000000, 0x32259fe1bbb0e59a831367bf40ce9ea8, 0x841a63a8421351848aecf2a1efc1e5d95659a04e9645674925333c63f5b07658, '', 0, '?'),
(0xd0f1bcd5f14e375d6418f6487f147fa0, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nn_NO.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nn_NO.mo', 1, 0x00000000000000000000000000000000, 0x1be42d62d4db1a60ad1a0361a1c6a985, 0x281102853dc717383fae91ffa9d22773456119e1ed63e13e8c9e1905d495ff1d, '', 0, '?'),
(0xd0f1bd083e974f5d36fecd39ef4d539a, 'wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\exceptions\\dependency-exception.php', 1, 0x00000000000000000000000000000000, 0xbccb69e5c4f01a7da361e7201af84763, 0x27af61609417ceadfeba1fd981274e8b49818b1f3941400d158773bdee0dc484, '', 0, '?'),
(0xd0f34fc64b35b0e70544f4e8c65c9a0d, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\v4-shims.min.css', 1, 0x00000000000000000000000000000000, 0xc55205bce667f5d812354fd1353e7389, 0xa45c153ab5e7a9687002f3df41752e96a5c1036b1d47a80143057348fcbfe761, '', 0, '?'),
(0xd0f406a7673aa0062bf204040c6ee1bc, 'wp-content/plugins/instagram-feed/vendor/scoper-autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0x90d9d024d06bd027fde7f9957ded9d83, 0x75fc69d142b01ef68ad1faf651c565c080dd1408b802369ef1632ed6dcc1677d, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x5932146552c5d1dbdbbbc0491fe88bd5, 0x527773cafa35c7a836fefed61d03e6a1d0a2f64b78f49e69192c8d05757cbbdc, '', 0, '?'),
(0xd0f53035c5852b46b6efe0ea7737ea1f, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_5.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_5.png', 1, 0x00000000000000000000000000000000, 0x5d410ab419f2312ac137501a9885f6cd, 0x9d6f2d06870b6270af6183a7a50c53f439d37b24069e7bc36de3986842c2ba90, '', 0, '?'),
(0xd0f9d3f2ef24715908e8caa622bb0ac4, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0xd5fdfe0ec26125d91cadadc9fb9289a6, 0xa716e175db8b4641576bf7a71c40f469c8ad287f7b9dc3a24faea20fa8e5b9ce, '', 0, '?'),
(0xd0fc15215ab9266b417958fddbe19f29, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x614f5963cd2a4329eb0282889e8625ca, 0xe6a9fb7ed0243b8d567cb8b426388d98a46d70c89be2d3688e0fbcbe1f3e9bee, '', 0, '?'),
(0xd0fdfbbdf91bfd7ca7b205274447963b, 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen-grid.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xcd360d29346139a01939fcc0f29f85f8, 0x0374aaafffd35471939f4fc252a846f788ae7a8ff20e08c96c57b6fa15f4e23e, '', 0, '?'),
(0xd1039c4555bbabf42dd184834ddeea3a, 'wp-includes/blocks/more/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0254d3783ab22cf2dcfc1dd221d26660, 0x21833b94d64b51200ccabf27c736980532775fabf30333be52fc952ed4b828bb, '', 0, '?'),
(0xd109427e6d3919bb626e629bc587603d, 'wp-includes/blocks/details/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd1186e8ac2ee70e943b1bb1898439fa3, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/LICENSE.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\LICENSE.md', 1, 0x00000000000000000000000000000000, 0x22b655dbcecf588cfc97ed44c9ac0729, 0x7c7d6e82f840e6dda7302adb296bf2834c19897f92cf60c2814c3f2a6484f956, '', 0, '?'),
(0xd118cd997c7f1294f0e568dc3be23a6a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 1, 0x00000000000000000000000000000000, 0x6569bd1721959a5a4ee725511cd43b51, 0xed3094f9fbaeb310f73feec6a78148c1a1b585a61e60ce10a899847da63fad47, '', 0, '?'),
(0xd118d873fa148fb336b09a82ee387fc2, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/utils.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\utils.js', 1, 0x00000000000000000000000000000000, 0xeacda6ae928dc3de387ea419ffcdd6fa, 0xf00c4734c20da6a0c770a5281e4bd5f0c56b489ad35d37a0fdd8521d2e74638d, '', 0, '?'),
(0xd11aee62d1e6c16d80418062471ebcc9, 'wp-content/plugins/elementor/modules/nested-tabs/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-tabs\\module.php', 1, 0x00000000000000000000000000000000, 0x229b27314bca3a16370772af24742521, 0xa601df0e9b445f82fe1e940bd47bcc986716b710df8df38f6d6568ab929ab697, '', 0, '?'),
(0xd11b95574fd4b84ee9c60252ae6d1778, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\logo.png', 1, 0x00000000000000000000000000000000, 0x3f4d8c5887cd5d3c934531ff8287df4f, 0x66305337b19b4d3f247ccd76db0186ed4f21bbb37b133cfedeb2f34db8d27346, '', 0, '?'),
(0xd11e6a0ca6e307e6fe4a5f1716e58f3d, 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetSetModifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetSetModifier.php', 1, 0x00000000000000000000000000000000, 0xec2c11c3e40a191cca8ca54d5390a3ff, 0x5bd8fb6c4de317de706f7f95d8bc6bde698f21d63d725725714a3fa01007851b, '', 0, '?'),
(0xd120a6b3b491f734c1d6610d149501b1, 'wp-content/plugins/elementor/app/modules/import-export-customization/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\module.php', 1, 0x00000000000000000000000000000000, 0x50bf79fe869827bf23753480302960e4, 0x9016355779305e4c9b7d92cccc382df8b8ba92d43b8ec449c5318e752a6399e8, '', 0, '?'),
(0xd12405c972099bf8865bce4477c66933, 'wp-content/plugins/elementor/assets/js/aee13673e923469c3275.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\aee13673e923469c3275.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x3eb36e411a31a570eb396c6fd16c4aea, 0x724a6eb84202585559054adb1e5c2132becd73ee75e1f51e79bc01ccce196c39, '', 0, '?'),
(0xd12773c2859c67cc1e7a61c232ea5898, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0x7737bc088ce07495374837ec0472b07e, 0x11dda6ea406d9adeb7a40b32ec0026c4a26cf5cd71f4bfd841f8fff49434d87c, '', 0, '?'),
(0xd12941437a893456856eda6bd8c619cc, 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-update-footer-builder-design.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-update-footer-builder-design.php', 1, 0x00000000000000000000000000000000, 0xc77d8cca587a27109b862f18bc4ea618, 0x8bb149a4860843ab398b8676d4c339e253b5c47342611c8dbc2d88d3e3ebcc35, '', 0, '?'),
(0xd12ab0293f6129a5f5d501a54072517f, 'wp-content/plugins/elementor/modules/atomic-widgets/query/term-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\term-query-builder.php', 1, 0x00000000000000000000000000000000, 0x48e7ffee59cc6bdd6ead987e00c38b2d, 0x6588d10b5a50ec3144929141c3890333b6df2ceea531721cd20316ce31a5d45d, '', 0, '?'),
(0xd1313128cbb8db9a5d1292295ad218ae, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9241.10f96fbaf4aba5d6.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9241.10f96fbaf4aba5d6.js', 1, 0x00000000000000000000000000000000, 0x09820f5a86b6e215d226fc198300c4c2, 0x970da0bcdbee33bf6d06a95941c2c1fec38d2d847c7b30aa855cbaa5a106fa1c, '', 0, '?'),
(0xd139a25ce8897b19bf2a819bc3f3642c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0x24e37dd380bdb8cf99fe52b766fdcf99, 0xb9f23838cd9fe3f504d113d133d51b40d1451375cd87cc5eefebbbfc4aa4aea9, '', 0, '?'),
(0xd13ab91f0ad8c70179adcb8c221334ab, 'wp-includes/blocks/text-columns/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xd14464ee5537f5cb28445fffd2a49576, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter/RawFilter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Filter\\RawFilter.php', 1, 0x00000000000000000000000000000000, 0x01d3ae5c7eb656a4273271af09854fe9, 0x3b703e267096275e5d668332832f1187ab515a09dff65a6f3f407b19d4c9e436, '', 0, '?'),
(0xd1478360eb1827657a05f6a07b32b806, 'wp-content/plugins/elementor/assets/js/gutenberg.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.strings.js', 1, 0x00000000000000000000000000000000, 0xda92cfd79ab46fb03e117edab4876b2c, 0xd1ec5919b478a450aec6f977967374fbec6168d6d93628e2733de99f382df5fd, '', 0, '?'),
(0xd147bdb6ac439621340408961d7c609e, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-title.php', 0, 0xc600bcc65a4bdad37f649678bd3b1272, 0xc600bcc65a4bdad37f649678bd3b1272, 0x1a351b13b31373869c793415e4baccfd2650e91d140ba8db64cebd8638708473, '', 0, '?'),
(0xd148e6fa01616619cb6e6b9e2fb8d79f, 'wp-content/plugins/feeds-for-tiktok/assets/css/admin-notifications.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\css\\admin-notifications.css', 1, 0x00000000000000000000000000000000, 0xbc4f3a94b8988038a3be66f8613bedff, 0x7a96e2de00be0ecbebf43bf8f148d65a171b3fa85b166b5f40da92e9c3ba1e73, '', 0, '?'),
(0xd1530830314cd9ec075ec7975cc3efa3, 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.asset.php', 1, 0x00000000000000000000000000000000, 0x93dece8f054f4ed64b9949ee9e493f74, 0x3421242476e6e659fa70bed637c04a6c2ba3f5ba879d1234a6273231a577ef2d, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\compat.php', 1, 0x00000000000000000000000000000000, 0xf4180798e5d9bf4d7bda476327b2f5b1, 0x94f990b20e576a932702078d1aa8cf55945cc35490cd0b38cd6b93d7a8af44a6, '', 0, '?'),
(0xd1714e06c77587e62202cafc6079667c, 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\art-gallery.webp', 1, 0x00000000000000000000000000000000, 0xddba90f8fd3735994ec50a38f6750ef8, 0x72b5c589f77b0b5e896f328b675de2e16768ea6af2d5a26750d7aa99597118b0, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0x65ff806684f3efee324ffffa48a84b6e, 0xdd3a9681bb52d4543350dc59042232678132464aa3526548639a8bd2aa751823, '', 0, '?'),
(0xd17770783775e43e2d94a1c4ab3e461e, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0x696c3a9f7a3373fe1e38c0fb60025849, 0xb29bcb0a8a6ef3b7176081e469a743b984baf0ef33f5cc06bf0c2224db073d1c, '', 0, '?'),
(0xd1790059c0b999b6d9cd815074c1894d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-700-normal.18841836e391d39e.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-700-normal.18841836e391d39e.woff2', 1, 0x00000000000000000000000000000000, 0x4dd50877aa7d9431b8c4913a22adc8ec, 0x0f7a1f8b1f8e91292e4243e3c81ea7e8652e37654f0cf2c0340fbd24e5f8707d, '', 0, '?'),
(0xd1818296d6c2b029d7ed90de26e254a3, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\paper-collapsible.php', 1, 0x00000000000000000000000000000000, 0x103d55c34f873739161cdc9bebe853b3, 0x0addfeed029d3bdd0e2f4df7ddd380da797332fb7843fefea4962f7c2acdcec6, '', 0, '?'),
(0xd185063914c6e823b00dc6641c0b1010, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-featuredpost.png', 1, 0x00000000000000000000000000000000, 0x33ce25492eeb4c84cfbd5244e4e246e5, 0x5aaa8db9fef8e6ed6865b3b6bc84b77b0cf2dc42b0afa09a3014ec5c729819a0, '', 0, '?'),
(0xd18cd61d046863764d9a312bf222573b, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x9e6d8542985f3a22e5b74ba2535c7599, 0xaa7f86fb82c852804a945818baff87c36677c1d4758c1f65552ded91167f7631, '', 0, '?'),
(0xd18ddaac78562688545a780f6a779582, 'wp-includes/blocks/footnotes/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\block.json', 1, 0x00000000000000000000000000000000, 0x8a08ab2ee7eef7518cacbc66e66ef333, 0x6cdf692b21eb29662525d075a50e21ce598465b8c7d4e6023427151ea49699be, '', 0, '?'),
(0xd18e293343e5704cd99c30b53db48cc1, 'wp-content/plugins/elementor/core/utils/str.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\str.php', 1, 0x00000000000000000000000000000000, 0x84b8f88e5e426549a7dfc0b734276e86, 0x30aafee64ab10a3293c220c7d41f8ffd0c6acddf2d08e86949b9f15f39898121, '', 0, '?'),
(0xd1936560fe75b12e753b46db53274799, 'wp-content/plugins/powerpack-elements/modules/query-control/types/toolset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\toolset.php', 0, 0xdf106affe38e8ce31a9eb4d3a80d1bdb, 0xdf106affe38e8ce31a9eb4d3a80d1bdb, 0x6af6de87cb2aa9a971ab7b1ffa8e4d2ed9c8c5b0cfe9c4250af3f22692a8bbe0, '', 0, '?'),
(0xd194dd626c2f8c0fd8e8ee40d14e845d, 'wp-content/plugins/elementor/includes/controls/base-units.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-units.php', 1, 0x00000000000000000000000000000000, 0x2dc983f84f8a31572a37038eaf480d1b, 0x61135f8b2f35d7826f344c25f5cb1439025b7fd0afa1e66ead4660f393a1dcae, '', 0, '?'),
(0xd19bd758ca438bdb6c428dc8861e2ce7, 'wp-includes/blocks/query/view.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xb9f5fb3555e9ec0148c4a0a586f50aa6, 0xcbad770090747a77bdaaba469db2e13794c7a287a458ce9ea75317a4b9752374, '', 0, '?'),
(0xd19df51160182d305476795143b7ac40, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdd4777cc8c30e0fe7cc639578c5a8a7a, 0x7dea851d528fa2d8070267c65769ccedf57e6e0f42e4fcb31257447d34647ac0, '', 0, '?'),
(0xd19e079cc9df8608c53042b8b651c572, 'wp-content/plugins/elementor-pro/assets/js/gallery.1f2d6260aa05f94aca68.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\gallery.1f2d6260aa05f94aca68.bundle.js', 0, 0x4a12703fc782ac31a0e035f74f17808c, 0x4a12703fc782ac31a0e035f74f17808c, 0x76e326a8b0c3e9be4695095cafd155e2e8bdbd5d09c19872dda1a23e8779a759, '', 0, '?'),
(0xd1a213f7e45452b6844fc61a70a1ca86, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-close.svg', 1, 0x00000000000000000000000000000000, 0xd5ea40d80696e12b299683b22383d05f, 0x75a42d6a7b8584d4ab9998e60d1547ba81293618d6b0bf2fa5743c7c7150a5f4, '', 0, '?'),
(0xd1a35d1bbc35eed94ac5a77d9265db79, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0x3a869e8b58855c719fc9b57bc6ec7264, 0x8972ed8723b700f87d78b70285b3ac1afbf9f4c44c86fcb17b0afe30392bf632, '', 0, '?'),
(0xd1a3b0dc256f95cd50e8bf9ee4fd797e, 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\class-astra-header-menu-component-loader.php', 1, 0x00000000000000000000000000000000, 0xc7436cdef165f8d25b8fdd7def842817, 0x856e9dbc9066d5824f1be046a75a5e6b3aa83a5825a8670aca224a291b7bfa99, '', 0, '?'),
(0xd1adc43e6e964ecde8d22f2a48a0d326, 'wp-content/plugins/reviews-feed/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0xd1ade5576b203e6dd6a428cdd7037d14, 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/OnboardingWizardRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\OnboardingWizardRoutine.php', 1, 0x00000000000000000000000000000000, 0x3b2a183f041b6dc2ab68eba181064077, 0xf751a8cb7a7df688d712424ed0eda088f1a4302fd64226c5f6b7e9daa92ba54c, '', 0, '?'),
(0xd1b6c9b77a96484327b330307702fa2a, 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-google_maps.min.css', 1, 0x00000000000000000000000000000000, 0x4aa0f16de8db6b6f332047ea2a8a9cae, 0xbc12c1a83cc428e25ac564cd3e68805a04b357a727ee44e7d47abd4bec58c7cf, '', 0, '?'),
(0xd1b6dc223c39deba8c5a19586daac795, 'wp-includes/class-wp-theme-json-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-schema.php', 1, 0x00000000000000000000000000000000, 0x8f6079cfe419756ceea6878f86835b29, 0x3c5a359aaae8a465ec93779473ddf05bbf0c719193729cbd5fec3135c6f137bf, '', 0, '?'),
(0xd1b9c6677156a70a94aae4a20191f529, 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/support.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\support.css', 1, 0x00000000000000000000000000000000, 0x9a1d02cb6a9b35f7b6a7b4815dd075bc, 0x1c5cb965d8f056329a213e133088f514abb854115bd0a2bff26bd645881fb316, '', 0, '?'),
(0xd1c252e3f69125a115a6741824eea489, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-6-render.php', 0, 0xcbff5a99a02ec5db27c779b9452619f7, 0xcbff5a99a02ec5db27c779b9452619f7, 0x4258eea8801e6082d9ac37287095b992b086e64754af5d01c6ba9df1e56c2b6a, '', 0, '?'),
(0xd1c54d32c97ab7e11efcecc9126f4417, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-overlay-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-overlay-transformer.php', 1, 0x00000000000000000000000000000000, 0xf64c7f94be2ed478fad524212d702b24, 0xfd6499a0a6989856acdc21931007aee71c7977da69b4167599e678128e04b095, '', 0, '?'),
(0xd1c8dddcfd6aba049b2850153004aef2, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-horizontal.css', 1, 0x00000000000000000000000000000000, 0x0bcd313022a584280c07151b3859fcfd, 0x6cc911f91ec0ddf08093567e5733eca1f989ce79543da96ef6c50bd5b0c4cfb0, '', 0, '?'),
(0xd1ceac74c00e5c11041761144d87dfc6, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-prop-types-mapping.php', 1, 0x00000000000000000000000000000000, 0x01ded0f0e8923017b29048813f88a207, 0x0c9a463105547067d88f783a5a8c9a6a09e70924c3fcaae64a5153337f3d5642, '', 0, '?'),
(0xd1d88ab6ef602b9156abd64ce0146009, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/plugin-example.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\plugin-example.php', 1, 0x00000000000000000000000000000000, 0xe73ced7c99d2923824c7a5dbb2a48b28, 0x4f2ab3fa844557ce1c976d4669ea3cba20b3cb06fee970c24fffa15d91343b04, '', 0, '?'),
(0xd1e67064427d8515846ad847f05fcabe, 'wp-content/themes/go/dist/js/design-styles/style-welcoming.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.min.asset.php', 1, 0x00000000000000000000000000000000, 0xfa6248cbe95baa9b5c75382bd3115f19, 0x60dbbeb930b7870256947e30bcb58087dcf985fba8cdd839881f5ec640c8856c, '', 0, '?'),
(0xd1e831bb1f7f812a8349e5cb7df2c3c2, 'wp-content/plugins/custom-facebook-feed/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0xccd97d9fa4a26a8b66d849beb40a1fc9, 0x6b132e6916572ae8edeeabd963dad8d332613a12d2aae520f9fc57ed10fb7324, '', 0, '?'),
(0xd1e8e3cca5d1c6b00d7058d9ce5ffe6f, 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\assets\\js\\unminified\\customizer-preview.js', 1, 0x00000000000000000000000000000000, 0x7b1c8e099b742d84c2d5a7dbcb3d0289, 0xf363897b07e2436be1f0a4c13135c27234d27e1e9e67662ae0187c4f054c0b39, '', 0, '?'),
(0xd1ebc9da5347dee01c629f9a3ecede4d, 'wp-content/plugins/wordpress-seo/css/dist/general-page-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\general-page-2760.css', 1, 0x00000000000000000000000000000000, 0x87800de42d9cb191ed2a0c446237d159, 0xbd83938651a94669fd9d40cf70a9a011e8c9ac656e20f57d20880a4934eb4885, '', 0, '?'),
(0xd1ec199f29309e8504a4992561acb311, 'wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\kit-library\\module.php', 0, 0xbe73ad251ac02e50a8bb8a36887ecfb2, 0xbe73ad251ac02e50a8bb8a36887ecfb2, 0x9259c072e0cdc5c0b6fdc4671b4783026b1873b6359606d87f3eb6c134720083, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-transient.php', 0, 0x106f8f172f8fb19b8714ce5ef95b4463, 0x106f8f172f8fb19b8714ce5ef95b4463, 0xee3e86bbfdc9c7dc5335d7f164b7ac94c6a4ad8831eeeca14a04f40430181e7c, '', 0, '?'),
(0xd1f6aa8cc1cb6d8ee6a15d19f5128831, 'wp-content/plugins/elementor/data/base/processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor.php', 1, 0x00000000000000000000000000000000, 0xc034ff27bb56fe43fba3bdeec900b1d6, 0x4277a5695920792e86d84ed5085d46540a300701c4606bf8b2f58e77d5f96fca, '', 0, '?'),
(0xd1f929fbc40d57b6b1e8b9a3d73c4fac, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\breadcrumbs-generator.php', 1, 0x00000000000000000000000000000000, 0xcce75ad997c50299857928bb6a655569, 0x41bc43a179edf9f785954d2a90b9621263b9ab3c82eefaa37aad91016742e157, '', 0, '?'),
(0xd1fa411a14c1d6309ce63718db65afd7, 'wp-content/plugins/backup-backup/analyst/assets/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\index.php', 1, 0x00000000000000000000000000000000, 0x20549e60642b1ca4c1041d3eef294b56, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd20037258b84c5ecee34d0551f69264f, 'wp-content/plugins/reviews-feed/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\uninstall.php', 1, 0x00000000000000000000000000000000, 0x9a0b7c63a96acd9a50306699f0b9acba, 0x148922190524277939d48135e0d42a2a4bf40ed6f446e70d593ab48c440dff85, '', 0, '?'),
(0xd2066e25f1c82799d56f3e549275d39d, 'wp-content/plugins/elementor-pro/base/base-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-widget.php', 0, 0xe4e7fea6ddf524d871fe70b16ce4e20d, 0xe4e7fea6ddf524d871fe70b16ce4e20d, 0x1b3a184af78196d68aa6b16452db5e3703d454346ff0b62e97fe6b4022733edc, '', 0, '?'),
(0xd20d9424c05c23132d32d63b39b2a6da, 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-endpoints-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-endpoints-repository.php', 1, 0x00000000000000000000000000000000, 0xd102508f9fa759e31a5ac502b4cd0b6b, 0xd71099c6624effc88d1719cb6c43a76e074af83630de11a1d34fb8e005559e7b, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user-edit.php', 1, 0x00000000000000000000000000000000, 0xc514964d17830ba1dbf54f8bd8990477, 0x9f48b05844fd6a920545bab1c02e7a359161be77d2216f7de8cd5e1f024b01ec, '', 0, '?'),
(0xd212008b396936a904c0789dc0838dba, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\abstract-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xa6b732d7486e1d7ef7a07bb277bd5583, 0x823f69f659edd6a6abf9e0f1a503d4955766640c824676755ae0fb557eb20590, '', 0, '?'),
(0xd213a8593ababf5295c2e77cb06ebd4a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\GuardedPropertyTrait.php', 1, 0x00000000000000000000000000000000, 0x562a4bb6532a86845ebfca13287da80e, 0x14e6fc24012ef6b6978f4195d45e6a130e170a336e0fced1da5e5f4ce41f1753, '', 0, '?'),
(0xd22061955e97f1ac4a38e27bb7876a1f, 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation-rtl.css', 1, 0x00000000000000000000000000000000, 0x9ac928717b9f02bdcac43436a29820f7, 0x67cc50afebb8bed18dda075b64657bb5008b59f6c1dcb07cd23aab8d4bdf401d, '', 0, '?'),
(0xd2313f474f4b91322f4e3a1f613c1621, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-tabs.php', 0, 0x715de5bb680acea8bddb0f7d5dd42577, 0x715de5bb680acea8bddb0f7d5dd42577, 0xbe44dcb83783e21f8cdfcf5f4dc01fafe59b66b694c9c745104b788ad8460406, '', 0, '?'),
(0xd23529e366aa047584b277f39f8a9b40, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/embed-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 1, 0x00000000000000000000000000000000, 0xf84a0fdd3d9313c6320ac280888829f3, 0x91cca3af08d4d4f91784b6d5c2bfa658677b8961178fc4fefab2b2952eacde2c, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x01861b2caefd0edb4036d14d286af607, 0x0d5517bd5af9c5a387c5db2782d446b41df4a4fe17ae88660e6a935e71fc82f5, '', 0, '?'),
(0xd237fe88ef0cc9cfa3e77e1c530f670d, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.min.js', 1, 0x00000000000000000000000000000000, 0x7553022f1c03e78ccfe00cb458c6df41, 0x3e5b329e02d4a1214523d0191cb1705ae7bb9b4c502224377d9f6a185ccf1bb5, '', 0, '?'),
(0xd238af1e73e98e97899adfb94f1768c4, 'wp-includes/js/dist/vendor/regenerator-runtime.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\regenerator-runtime.js', 1, 0x00000000000000000000000000000000, 0x3428902215841e7f2494b925d4d3d57e, 0x56f812b3d1817f132a3329ceb8898e03e608d9c065e4d8403fd617e47a42c99a, '', 0, '?'),
(0xd239c5571b72693269af97a9500b9f29, 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\footer-builder.php', 1, 0x00000000000000000000000000000000, 0x2cbb0beb023b5359f236a79dd3c98a2f, 0x144a1c1dcc43cf070d2ce2cd9fe17c657f2455b4b7be0b890ec2f397dfe0a065, '', 0, '?'),
(0xd23ef95a333e27a9b1fcb7b27851feaa, 'wp-content/plugins/powerpack-elements/modules/fluent-forms/widgets/fluent-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\fluent-forms\\widgets\\fluent-forms.php', 0, 0x314ff7147aaf2137b225fadbe4138049, 0x314ff7147aaf2137b225fadbe4138049, 0xac454becf874bafd28cc19c64620fd9640de10aa72ece9b92c5d5cd590736241, '', 0, '?'),
(0xd24866a76e4826883ab01d0b77bc268a, 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.js', 1, 0x00000000000000000000000000000000, 0x957a003ba21a26c84f84fea0fda89a6c, 0x67c01945cca85b788d9e371d4dbb92bc6cde744e1814e2119ba85d3f51da0d6e, '', 0, '?'),
(0xd256f5fe8048b994a1f78b7d04bc4a83, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\taxonomies.php', 1, 0x00000000000000000000000000000000, 0x4c6b68210c83da6e2e2af503ae28f8d3, 0xb44ce604f41b6013507762a9e96163be33db11a068da4b73335428d814dc95e5, '', 0, '?'),
(0xd25af30af82581e047ab93a3200b48c9, 'wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\transformers\\user-transformer.php', 0, 0xeb836dfb5a918eaf0c84e94e0d659226, 0xeb836dfb5a918eaf0c84e94e0d659226, 0xf9d8c8573bf78863e02aeabf1df07bfb93ea67656374096434adb9de635fc24e, '', 0, '?'),
(0xd26375596888833adf0ba457f058a3df, 'wp-content/themes/twentytwentyfive/patterns/header-columns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-columns.php', 1, 0x00000000000000000000000000000000, 0xbfd1cbaf7353a31744490458debbec1b, 0x5041032d3cb82434c864394af5ea6048ae7f8b361d4f173c3055c1f4b58324fd, '', 0, '?'),
(0xd269c0f827dde85bf2756aa4e1f84b18, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x15dd1492a7326726aa0a688dc83494cb, 0x10a499ce02016df36d750f407677dd956a794c534f89a3b80ab724c7f770edda, '', 0, '?'),
(0xd26ab869b1e920f50c0a54dbe6a7bf0d, 'wp-includes/blocks/post-featured-image.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image.php', 1, 0x00000000000000000000000000000000, 0x81b7e33079b3667deed89ff0e951cad8, 0x44552bfbfde4fed3a15f54def26eb7e0f81da3b1faf1365a019c6e5ffa1c3b26, '', 0, '?'),
(0xd26da1e38e6fcc613ea848280224154d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step3.svg', 1, 0x00000000000000000000000000000000, 0x8a522a2ba0f44db0f58a866d69465299, 0xc988acafda4a39a900da9d06c032d8fcdb2813c437a440f3400d0d72efc807e0, '', 0, '?'),
(0xd26eb518d7a92115c7c24005ffc6e9be, 'wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3a07348f32537e0fb4f9939716fdab1f, 0xc4d6b195e1e2f2c01d366e2530da8869407b4e67e4dc8e83d247008887b0636f, '', 0, '?'),
(0xd276f8c31a5b6123d166de2b1ca1e3ef, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0xf84fd9e7bd44cbc44e12b46494fdfebf, 0x3106996f33ff6a5d61455db8695660a2d9718a7ed16791c5ddca38542547e912, '', 0, '?'),
(0xd277ab5cc18efe0494d8d9d83cd516fb, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-rating.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-rating.php', 0, 0xd04913b6c569dad28da3d475a77c1d11, 0xd04913b6c569dad28da3d475a77c1d11, 0xaf203cb1c521f8d4ac0618b90d212d7b19a736f7caac6d1ccf12262a72475079, '', 0, '?'),
(0xd27bd0fec467a0b0984ded3309af8bc9, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Controls_Base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Controls_Base.php', 1, 0x00000000000000000000000000000000, 0xbc5993d1868d3bbcc7f98c246d175b75, 0x723a69d75b958a3c2af88b5b0df5bf1b84377af6b544b5da975c3e1e520a9a1f, '', 0, '?'),
(0xd284d8582532917557ce54603d083f71, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin.php', 1, 0x00000000000000000000000000000000, 0x79018e594414bbcb300a8959c69cde16, 0xecc62a3c8bdec60b78fa2631e27c9518ef55c8c96566e116b15785c53c7db450, '', 0, '?'),
(0xd28c0821c871eb3e981f988aa8a68e59, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x6230afb5f45ed50421b761ea130d255b, 0x8c078fb424b4919750141637f551d75ca2dadcdca3bb7f53083083fb9f2efacb, '', 0, '?'),
(0xd28ec7275e8d37366919f6d67e400568, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_PT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0xe92336c790f43c9abca4ac329756959c, 0x0ad046ad3940d4f4e88083c691d97ca6e8cdd21329f77156faab321c57122f77, '', 0, '?'),
(0xd29ba555ff8ec30499d96894b01b5fbd, 'wp-content/themes/astra/assets/js/unminified/customizer-quick-tour.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-quick-tour.js', 1, 0x00000000000000000000000000000000, 0x07425fb01ab3e7d6bb1f47591bd2c9c5, 0x0b6ad29c166e80044c0329e020ac1ad84bed29dcf55ae197b055a83bb014a541, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd2a3db2f4985752ee9154b60cf2f7b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MimeType.php', 1, 0x00000000000000000000000000000000, 0x129ec7f58a9f0f0167338f7b865925dd, 0x50d9e31a30cd14ef572ff59b289b860cf063a8aa06b144b3934b0c010463ef34, '', 0, '?'),
(0xd2a667ed0004624bc88f473be2767581, 'wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\sticky-add-to-cart.min.js', 1, 0x00000000000000000000000000000000, 0x6d7e8f880a5f0c364fc8ad409ba093bd, 0x53de61af0207ae79fbae01e783886fd7b3f280e25524fd7b10295ca8ce5da831, '', 0, '?'),
(0xd2a872f68ab0c682ea12910f986247fa, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 1, 0x00000000000000000000000000000000, 0xd2324666cc73d821747028287d8bb628, 0xdcd78e7c71d2b93ff535f8a81c7bb3d57a1ccac2c24446064f70188f0ec14944, '', 0, '?'),
(0xd2aa1b9e0f6bf8cf197da2a281068345, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-attachment-watcher.php', 1, 0x00000000000000000000000000000000, 0xe6e1ba1d8b88e5d4895495990640ac2b, 0xffbd738714f0d6910329034e66d56f89abb20e2d132dbb2959f407087b81ccae, '', 0, '?'),
(0xd2aa1e5023d06c2c532ec7927e7a0916, 'wp-content/plugins/powerpack-elements/classes/theme-support/includes/ppe-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\includes\\ppe-header.php', 0, 0x06a2aefde6559c4c083e5b726eb814e1, 0x06a2aefde6559c4c083e5b726eb814e1, 0x9e67051b7e7ff521703a30e5474b711fe426e03b65720032529560d51045ecbb, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ajax-actions.php', 1, 0x00000000000000000000000000000000, 0xf22fd72b0e214e22a397a0ac0f6e207c, 0x89fb3e9b2f37108c785bd1ae88f4f5252f1e3e0f0f73cbf2df90f5f413d048ce, '', 0, '?'),
(0xd2ad098f1c253800aff0ec5ec835ef72, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Compiler.php', 1, 0x00000000000000000000000000000000, 0x370da0936525294171b5e5fdcc222275, 0xadf73dc780206d2a21160e29d628fa46f431278bef78f4c258015fa6e39a5a23, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\rules.php', 1, 0x00000000000000000000000000000000, 0xd5d8bc1f7451e17c9260c6cb8a75531f, 0x03f745d003be95ec7b99eee273fd7209f8ad007728ab7c345028a9139c536f4e, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-reading.php', 1, 0x00000000000000000000000000000000, 0x3e887e3ff40bd2483357fb1d582bbe92, 0x77b1950431c9167cbe7f96d98e01db50d36a2aea903d7c5e70cd9ee448f044a1, '', 0, '?'),
(0xd2ba7f6a3515e7ec8fc5bdab16be5f79, 'wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\action-base.php', 0, 0xfe4ed0ec4d6c59495c9d2ef7bec74138, 0xfe4ed0ec4d6c59495c9d2ef7bec74138, 0x9af97f43f2221fffb94661c7ad5a0b1a67df145e931f43a05e42fb4ef9b4e62d, '', 0, '?'),
(0xd2c9e139c2ad732a035ba2dadb6692fc, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/why-renew-license-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\why-renew-license-popup.php', 1, 0x00000000000000000000000000000000, 0xda111e732d47b27a80ef747f0ab3d15e, 0x14436f36f6ed28eca4f8b89d8dbb5477e80e67c0d690aaa65b8139881efd918e, '', 0, '?'),
(0xd2cab4d17b7fd7bb8d4f9460d556ef69, 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/minified/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\minified\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf406ea75900d3558f9cba554669ab600, 0x7be2506b119848991ceedaf6ec2aed1789c4cf7e0369a17ad5166126b79953ab, '', 0, '?'),
(0xd2cea0b50164d93201e2705f45f4c83b, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\description-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0x67fc404d19d245b1cd364343f8156d5a, 0x8d1b57df2fcef26934c9dd93e0f4eb7a69e503acdb970af61e47f5e89d56d1a2, '', 0, '?'),
(0xd2d28775eb8b94fe8a8f441ce9c84d13, 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-bell.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-bell.svg', 1, 0x00000000000000000000000000000000, 0x552f817967c2fbb690759cf928521f33, 0x0d206931cd4e7f73223bd31b26cd33525a5967dc077d935183e536cbb2e689d8, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0xd2da18082882f340f48653acabdd160e, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0xa6c2ced3eb261338fabb3c323a8749f7, 0x2365d14b4fe6f4717f41eef9ba3e7e900c70d50b34650206f60bca260074def0, '', 0, '?'),
(0xd2dccf6c0b6637aed42fc134032f9528, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd2dd18c7a3045d00edff9f54b99e16ca, 'wp-content/themes/twentytwentythree/patterns/hidden-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-heading.php', 1, 0x00000000000000000000000000000000, 0x78266eee58b5ad5efcf91cf2a437dcc5, 0xe5845f4296c9f44514cd3468cbfa7e8e8d7cfa234534b4da5b9605561e169431, '', 0, '?'),
(0xd2dd18cf7197be7e33e7cb1bc5d4f198, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Italic.woff2', 1, 0x00000000000000000000000000000000, 0x3772a29a2fdcab4c910485565c9d85a2, 0x2e7f9149a179903a5015e61b5ddc10ca21c67e509d09d7ab3ac8708335659150, '', 0, '?'),
(0xd2e77228ee3794c65bcd5ea473afd525, 'wp-content/plugins/elementor/core/base/providers/social-network-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\providers\\social-network-provider.php', 1, 0x00000000000000000000000000000000, 0xab1f90782bc8c81562869b46144b425d, 0x128c26076b5f7f71bbbe0e6771dd20fa31ec2e696db7161d264ca26ab8afd365, '', 0, '?'),
(0xd2ead4494b4e94eba171c40738ce1f67, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ResetInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ResetInterface.php', 1, 0x00000000000000000000000000000000, 0xb8d94fcd43e05106d7e94d9e2bd5125b, 0xa91edbe5cfb3de9eadfe6691e04ba8a1c515002ef602e8c4711aad55fa0226ec, '', 0, '?'),
(0xd2ee04cd6449d7a72c4e693e1aa92efa, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/link-lists-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\link-lists-builder.php', 1, 0x00000000000000000000000000000000, 0x969e747e2eb77433484933aff3c33042, 0xf1f5c5b48d652ba5262f77a79d3ca2073ed477b09851d0b9f5a3fa47bb8dca9e, '', 0, '?'),
(0xd2eeaac0bcfa9300b0f9aa0a893943be, 'wp-includes/class-wp-speculation-rules.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-speculation-rules.php', 1, 0x00000000000000000000000000000000, 0x923ab2bd19bb1422e1122c4a8d4b07ea, 0x5fa77445b1a25fea2ed19de9976f15b74c93bcf06610f75c34460469c3316a58, '', 0, '?'),
(0xd2f16cfca4491e0d2c0f904238f0a6ba, 'wp-includes/blocks/quote/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style.min.css', 1, 0x00000000000000000000000000000000, 0x46936ddcfd142f78c51f25b1726b61b0, 0x0788ad59f6885359a54f4f63133174ea6a7852b4c919a454891cc0a908fa42f2, '', 0, '?'),
(0xd2f5cc418f585a96adb50c0b1010113d, 'wp-includes/Requests/src/Ssl.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Ssl.php', 1, 0x00000000000000000000000000000000, 0x541ecee9d8766275cfd8b63abacd7cc9, 0x92c48b5ec8a8e79e854bc94663225764200056d5d69c91ae2c65622848332cf6, '', 0, '?'),
(0xd2f69339ff37b7f27ce433056615ac3b, 'wp-content/themes/go/dist/js/design-styles/style-trendy.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.min.asset.php', 1, 0x00000000000000000000000000000000, 0xeb4be496ccd5623debb71eb638e19e8f, 0xe1c13791b52b438be2983baeca42f7efa6d06570187b49cc7e12e6ac05aa7b7a, '', 0, '?'),
(0xd2f6c1a12960a15774e949271d9d8c07, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\tracking\\setup-steps-tracking-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xed94a5aab75d59cc475216278fb8de06, 0x86df9b1906972085444446ec61d86fdde31bb6fff3ca04466b4a88472bc40e85, '', 0, '?'),
(0xd2fb5072f44098d6e1affaafef34a621, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-float.min.css', 1, 0x00000000000000000000000000000000, 0xd55494b6ed94dc96e70f28943d4345d8, 0x0df227605e7c2950dd153d584e450ddb82e5c61da5ae83f326561ef691f37fde, '', 0, '?'),
(0xd2fc9b1e03bcb6511c8e9f7864a595cd, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/abstract-cache-listener-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\abstract-cache-listener-integration.php', 1, 0x00000000000000000000000000000000, 0xe6bda49b763a6976a995b85c81a6a08b, 0x30bdb297a24e453875c5eb2adb93a0ef21a13b7860773bbeaa6d72d9b2907c76, '', 0, '?'),
(0xd2ff8f404f81908527d972b0965a89a3, 'wp-content/plugins/elementor-pro/modules/cloud-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\cloud-library\\module.php', 0, 0x169c093ad5155608b4184d608f656b6d, 0x169c093ad5155608b4184d608f656b6d, 0x0e5060cb6ce2a702d8c16e8f097716c596d0f60264a55412347c113a36a5141f, '', 0, '?'),
(0xd306360c9e18863ad2789587571b7b71, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AddBinary.php', 1, 0x00000000000000000000000000000000, 0x8ded6df2c3ee4de919f24b17f99adbfc, 0xfc0e6026313f72f15dfddf46059eec74683e2fa9ce0bd6c4013030d2a3f85070, '', 0, '?'),
(0xd3081e110aa9b8832bd8dffa7c28155d, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/select-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\select-source.php', 1, 0x00000000000000000000000000000000, 0x51c78a17bcfcb6024a46bcb10c11091d, 0x5d0f583a0eb444b7d28b32b77d6d86952860da5f1f3f70f4dcee724c29cdeccb, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xec2757a9e9e64615e7e952d8ff5798b2, 0xe71900a2d55e78ef203c0fb0158b824b428360534e078265a16afd36af6a4f57, '', 0, '?'),
(0xd30c8ddf4d682c8c04ec8d79715feef6, 'wp-content/plugins/reviews-feed/crowdin.yml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\crowdin.yml', 1, 0x00000000000000000000000000000000, 0x77bdf4082f75181628dc642d2c807e5a, 0xc31ef0452410e79ed61f39004df8acd89d6a8fbd2da1f7743d9ffa4362d82103, '', 0, '?'),
(0xd31379448aaae24256b6350f3fd67b92, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/CFF_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\CFF_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x913c533733a22352994c7a7e10a44cf0, 0x669cdc3b6cf2a50275eead03e9e0abe83d2de8a1fec06747780c3410390942c0, '', 0, '?'),
(0xd31c1270cc74012865ac56fdb3c323a1, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/typography.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\typography.svg', 1, 0x00000000000000000000000000000000, 0x6ad8edd55c06f4aac9a1a94c388bb2b0, 0x8a7b9852a4cb81e262e9335a8c2af146119c4efe14fac17d95005a49aa27835b, '', 0, '?'),
(0xd31c9a77e3fe7be4d7d201a4867632b0, 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.min.js', 1, 0x00000000000000000000000000000000, 0xdcd6850cca36ce880c0ad8e65a5b8462, 0xfc913c349cc7f52c9db6751e6a20d50ae2407d3875da9c48dac25627c76726d4, '', 0, '?'),
(0xd31ebd2a21eeb37ba6189850ca779abf, 'wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\mobile-builder-layout.php', 1, 0x00000000000000000000000000000000, 0xb48f8f72d4f528364fde9fcf5a59a6c5, 0x3b0f2814782f35f2d82fa09f1996ad4363bade27f241977a52ae2f72f10caee5, '', 0, '?'),
(0xd320d9abd51a73045950cb65a5f869c8, 'wp-content/plugins/elementor-pro/modules/library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\module.php', 0, 0x195f08370048d478b47d3f1cef6d7b8d, 0x195f08370048d478b47d3f1cef6d7b8d, 0x3a1657f92b933dbff5de78e56ea0595814f1812a99d6ba7496af49f5a2326d8a, '', 0, '?'),
(0xd32845684c667cd00382f9bbf1b6197e, 'wp-includes/blocks/details/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd33055ad66b664b477287927eab1f9b7, 'wp-content/plugins/elementor/includes/controls/text-shadow.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\text-shadow.php', 1, 0x00000000000000000000000000000000, 0x088a046789d52ebcacb99ea4b11de993, 0x88f8cb71ad5ee974691695b711f560bdcdf92e6a34dcb69625e925b3c93c349d, '', 0, '?'),
(0xd3360600e366c34f3bed9e859265bd22, 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.000fb4658b703c6ebe56.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\menu-title-keyboard-handler.000fb4658b703c6ebe56.bundle.js', 0, 0xf274546d83795bb1b42748dc26790344, 0xf274546d83795bb1b42748dc26790344, 0x27a7d0b713c00eac5b74378006a570c6b16ed848653c4efa1f9d48759b08ed94, '', 0, '?'),
(0xd34410b3907cc89849fbc9890f15124f, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-bb-theme.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-bb-theme.php', 0, 0x1e9695096c9469a0d9f57a2c2afe0cfb, 0x1e9695096c9469a0d9f57a2c2afe0cfb, 0xc90289f40b0db53121b9863883479983dc231967890d94746c7f371fb574cd2b, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xd34dde7096120003a8afcd606bfc6e50, 'wp-includes/template-canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\template-canvas.php', 1, 0x00000000000000000000000000000000, 0xb61f62ce5ce24b93a867163576d16d78, 0xd13d00d9e08b97beef8c82c48610aa017d7d380d71018d3efc8de2aa26819de1, '', 0, '?'),
(0xd351485c37cdc79be1433982064e35bb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\lightbox.php', 0, 0x763ee326479e61eec555225e2bf445ea, 0x763ee326479e61eec555225e2bf445ea, 0x0a23a89483949c1a78d1ddd67609b5cde221c19914c863be6344e0820fe315be, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config.php', 0, 0xb256acb36521d4472e582bea80097708, 0xb256acb36521d4472e582bea80097708, 0xb023658062d00727c97fe29c52a84aeed66f62f05a120d6ae147ad160a100080, '', 0, '?'),
(0xd356dc1ebac742b755e07f08372665e1, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/select-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\select-source.php', 1, 0x00000000000000000000000000000000, 0x4c5a73c6e853132413a6ab85a69ae29a, 0xbc5344fadc115daef1890c76879fddf6157225d17ea2338638803b732be8fd7d, '', 0, '?'),
(0xd35f513773598c4bdb2070cf7016d312, 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x8d9652bf428ee50a6202f13f88d53f11, 0x84aeb44161fa2aa242458f9f71e1fd84e802dd1f3fb13c5f8154793faa51d38e, '', 0, '?'),
(0xd3616f8ac0cef1921d57e8dcfc87c27f, 'wp-content/plugins/powerpack-elements/modules/dynamic-tags/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\dynamic-tags\\module.php', 0, 0x208e1e9fe7ca3449648aa6f496a262cc, 0x208e1e9fe7ca3449648aa6f496a262cc, 0xa8c8453fd17b60b69ec2a8f8dd62c3f37c9434825e7e449cb9951bdab5666a80, '', 0, '?'),
(0xd3646e326d5938fae5379136e99ae7fc, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7651.ce4aa1d14df1bc8d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7651.ce4aa1d14df1bc8d.js', 1, 0x00000000000000000000000000000000, 0x021d982f53d32fa9fe700351e298ba67, 0x03d07589dae7337d3c29ed36df4820903f193b1dc94e292e8ecfd3474c7a0fff, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIssues.php', 1, 0x00000000000000000000000000000000, 0xaf4cd72e1000e27a2f81809279be2fda, 0xe102aa21977bcaa7a2dac06cb527569c04c0ae1f2b329ef7ba6372f25bc7a096, '', 0, '?'),
(0xd36ef3048b1d7d149f4036e2b665b768, 'wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\traits\\button-trait.php', 1, 0x00000000000000000000000000000000, 0xf74b5e56e49355cc41cb30e7a5491cec, 0x6f3647a84cad9f48958234f0d48c7c8c8f1617a772e03cfad752a2b5c596dd45, '', 0, '?'),
(0xd3737dd4f9c7b6ea29d3541dd056afcf, 'wp-includes/blocks/nextpage/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\block.json', 1, 0x00000000000000000000000000000000, 0xed6fb9c6c7588756ede18b8f4db587af, 0x32f73ff512fa1123d27b9518654f7a89e904045f519db294840bfa22c47ad47d, '', 0, '?'),
(0xd3755b8518b045b65f58bec9d0c118cf, 'wp-content/plugins/backup-backup/includes/dashboard/templates/premium-function-overlay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\premium-function-overlay.php', 1, 0x00000000000000000000000000000000, 0xd88b2bb11c10d5d0ed9e7e3a0c4f92f7, 0xb9ac6397372ec13df2dc2b41583bf4a6b8697088ee53241ef838f7a5a7cc3484, '', 0, '?'),
(0xd3770793691a592d0f2785b7653b48ca, 'wp-content/themes/astra/template-parts/scroll-to-top.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\scroll-to-top.php', 1, 0x00000000000000000000000000000000, 0x7d69bf2bbf120396e460ae1d7203485f, 0x331d93182df983d33067ffd7c09aa08a3a12b6a1cae91206a4e44713644b8a7d, '', 0, '?'),
(0xd3793498e8ded1ec163dc5cc39fbe67b, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd37a51543c7fb09c7f6f7127628f9794, 'wp-content/themes/astra/admin/assets/theme-builder/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x3bd21f337c051aa8eb5afc26ce1409cb, 0x04abb1dbd57296c8d50087c4a427b73076be8fa4bac2cebb75e415c825aa6c8f, '', 0, '?'),
(0xd37afe90b9d3ab9c9e225286c43fc697, 'wp-content/themes/astra/assets/js/minified/customizer-google-fonts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-google-fonts.min.js', 1, 0x00000000000000000000000000000000, 0x57e1014cb593c23631a6b93f97a1d3e4, 0xb2c684315fd08d148f8e99308f64bd56728f74a58fbb4c44f87805feb5922b65, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x576925c578cba4f651784bca1742bdc4, 0xfbf9304fe0f825eb7c49c56c19318890f79112ce4ccb01785545d6437e06e067, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0xd37d42ec89d76bba398760532e17247e, 'wp-content/plugins/wordfence/css/iptraf.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\iptraf.1778081072.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0xd3827ce4b11048381ceb2d3a8e13466c, 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\admin-menu-items\\custom-code-promotion-menu-item.php', 0, 0xf770807f579bc05355ffb5d855a27571, 0xf770807f579bc05355ffb5d855a27571, 0x06620609eb400b93d015a6963ed58ec446de03e2f901a4b649619f6931495e4b, '', 0, '?'),
(0xd382f9ee91ccbee5ec62770429825e5e, 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.birds.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.birds.min.js', 0, 0x1869c5c7d7471a09cf44bf3129b3d723, 0x1869c5c7d7471a09cf44bf3129b3d723, 0x92b746d1b29b8d2edd07bf3149e2f812eebb740ff6f0306bbfa540553cc68b82, '', 0, '?'),
(0xd387a3091a5502640b27080d589f7113, 'wp-content/plugins/powerpack-elements/assets/lib/countdown/jquery.countdown.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\countdown\\jquery.countdown.min.js', 0, 0xfb0b86f39421caf9cbe4389a1d7c918a, 0xfb0b86f39421caf9cbe4389a1d7c918a, 0x9287c70e6b7cc7fe268767128ec3cf597bfab810edd9af36904aa1f9bc27d9ae, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-premium-upsell-admin-block.php', 1, 0x00000000000000000000000000000000, 0x234d3d83a0d8893ad329ba6bebf8f3db, 0x5cbc1d11c91969550cf015772d00f7c6a302fb3b2a0e54470c4d52709a9f18a7, '', 0, '?'),
(0xd38f18c8291acab05a46f1046d7caca1, 'wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\connect-menu-item.php', 1, 0x00000000000000000000000000000000, 0xa5bac9be99900af796cca6343efe1179, 0x175105b87c890f39386c53dbe70886735189e741d09c7dae492965078920968f, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0xd395f1b842983518f7a6b2140a7093ff, 'wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\acceptance.php', 0, 0x333cd1aad99192e962654c0d7b880cac, 0x333cd1aad99192e962654c0d7b880cac, 0x9e9b6c875dc545df43f27cd772ac9d8e8a0663878adea9d7293d7bb700863dde, '', 0, '?'),
(0xd396f022cc4cef5a7560edb3302c05c0, 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\header.php', 1, 0x00000000000000000000000000000000, 0xd6d9b31e3d6cefffc00e2c67b365e262, 0x6ea994939ef334457618a3aefb4bfea9647e8f1b763c8126b7dd089bc25cf91a, '', 0, '?'),
(0xd39764f7945dc9fa30b66a1aa65eaf22, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xe864f5c61673a8f7aae1b089a464b5de, 0xaa33f166a01949ba08ff3b21d9f35b90927553dd838f4e4c202852231b562f5f, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xeec9b61d09405cb099e6fb52a55433b9, 0xe890f1a03ca9b162d08d5338fce8a3f2c31699226655022d0cd09bc3724d7e4c, '', 0, '?'),
(0xd3a1ba90fd3bb232c9717ff9298f67e9, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/FeedAnalytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\FeedAnalytics.php', 1, 0x00000000000000000000000000000000, 0xc9bf5438a028c50d3382d8f8c109c37c, 0x5dc0a213ac26c7a4b95ec5c1a130b86c42c3689f1dfa74784a3f8ed31df3f4ee, '', 0, '?'),
(0xd3a47b9ef1fe14f01ee55926782f0fe3, 'wp-content/plugins/wordpress-seo/packages/js/images/duplicate-post-plans.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\duplicate-post-plans.svg', 1, 0x00000000000000000000000000000000, 0x887bfee457ac96da8fd51409f63af95f, 0xf5816dc482664934babd014039765acfa9f345b8e27a545e8f5beaea2e687f77, '', 0, '?'),
(0xd3a4acb7e6ccfbc7954cd9468d9d5a51, 'wp-includes/css/dist/block-library/common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common-rtl.css', 1, 0x00000000000000000000000000000000, 0xdde60ed977d2c55820eb2da96850d0c1, 0x6aff1e1190ef1a5e09c69393596f07103bc51bc1610565aff3ad456e22fef3cc, '', 0, '?'),
(0xd3aa1ed5d5dc2146740983253f6c405d, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xf904081c0f95774dfb3b825f6d9fc881, 0xf9fca11b944e53a2840561345c4dd898e924ce939c87ae4800bdbfbeb5b67896, '', 0, '?'),
(0xd3aa8017ad473d844fda4c771e50aa9c, 'wp-includes/blocks/comment-author-name/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0xd3ac5f52444c7ceec6d89e0ae4755f4e, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0x376fb0fb92ce61a6903b843e15006b47, 0x4fc0671bd5ea4f5bef94c43fdecdbd4a660e9768f6b33e741c40356a6a7257fb, '', 0, '?'),
(0xd3b18ce957c4d801af780b960085a292, 'wp-content/themes/astra/inc/core/class-theme-strings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-theme-strings.php', 1, 0x00000000000000000000000000000000, 0x461bd71b9531b2e8d9413b3d0730e8c9, 0x71fceac241503638abc72118c3d19e8c62602b2e094feb63aecaafcfcbc2858b, '', 0, '?'),
(0xd3b42b5ae35a556cb1b07408e84e1161, 'wp-content/plugins/elementor/modules/element-manager/admin-menu-items/editor-one-elements-manager-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\admin-menu-items\\editor-one-elements-manager-menu.php', 1, 0x00000000000000000000000000000000, 0x8b548c3e135a4da887b37e93b46d8308, 0x4f18c4b2e0fe09d3a74c8c1294bf342f53430d5090c927abddf1b8798b953082, '', 0, '?'),
(0xd3bbb3c8ff1f40a1c3bd74e3cd281d60, 'wp-content/themes/go/dist/css/design-styles/style-playful-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor.min.css', 1, 0x00000000000000000000000000000000, 0xf6a1695514fa4731226b575d45a4aa9c, 0x7b35b0368dfac137f83368c376b1423c8ec3499fb2a4c42e3b55a9ec704e975a, '', 0, '?'),
(0xd3bbdbacccb85ae9028b6128cb3b899a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wincher-publish.php', 1, 0x00000000000000000000000000000000, 0xefeb21d1a0149b6ce1e70cb9a5022730, 0x0f8e2ae747ad1c6de74c93bc429de8cec05412f615cc44255bee8eab82c459ce, '', 0, '?'),
(0xd3c905dfddf9132089b62a392f50b5b8, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0xd2d4788b265c9ed32d050beb977976e9, 0xbb057d0e22b8000d198bfe14e5a1e8bcd71c98403b427d8ae0381bb950563a31, '', 0, '?'),
(0xd3cf27b2f0e23af4c60dfe0620052146, 'wp-content/plugins/reviews-feed/assets/css/review-alert-themes.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\review-alert-themes.css', 1, 0x00000000000000000000000000000000, 0x42d5fdcc61196b51b9692dcb55d6dee3, 0xa47f9c230acbf19a6744f85e81ab65df8d2ad02a26dd51b8839d03b1abc2ca27, '', 0, '?'),
(0xd3d18de0046f28fd48138e747478fb2e, 'wp-includes/blocks/table/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style.min.css', 1, 0x00000000000000000000000000000000, 0xf9d42e508675a4a8144a61bb3f2d12da, 0xaaa4116ad3994f32a664e56b18ff553657d68876836784f855a503e76ae26515, '', 0, '?'),
(0xd3d5a0e47745b69f0cca5499cf9e0f02, 'wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-custom-controls\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x48b00f7e6822907e11580224297878de, 0x6202cdf36d62f555cbb70d830e00d7e7e7cb9ccdd754fc0201ab76555781a32e, '', 0, '?'),
(0xd3e3970f35ac1ba8ec96c4baec25b5cb, 'wp-includes/blocks/buttons/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e1daa46ff94f59b68352570af441d3f, 0xaf76ba1dee463f0ea896cba88bb36c40637e4a35cd3f12b18c35ecc1744e349a, '', 0, '?'),
(0xd3e62e22f029f3f884550dc7b83d7d5d, 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\breadcrumbs-integration.php', 1, 0x00000000000000000000000000000000, 0x0a17d0889ccefa6ff8080da76b2ca1b0, 0xa8691dafb3d9c1c32adcc57b171bba48650205f9e00b8823cda5b15e0517f4e3, '', 0, '?'),
(0xd3ec9fc365d369280b23c2efeeb35887, 'wp-content/plugins/elementor/assets/css/app-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-rtl.css', 1, 0x00000000000000000000000000000000, 0x3313a3efd2d995b3f8aee14ffa0f34c1, 0xfdbd6297bb9b436c834555f22251792ff097f68cdd4f942d8849b9ba6f5e3725, '', 0, '?'),
(0xd3ede4ed47cedec149061a96d8a338a1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\workouts-integration.php', 1, 0x00000000000000000000000000000000, 0x7e38afce1b126d98e20d85f24b1c0020, 0x809861ceae30cc0713639810ba2cc8c9b06d82c2d93b14c006ec32d888708913, '', 0, '?'),
(0xd3eeba7418d2088614db949485d19546, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/access-bundle.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\access-bundle.svg', 1, 0x00000000000000000000000000000000, 0x86c02c7237509870d1ac2b7f09d9236c, 0xda7ab4a76e2ef51f81b8270685fd1b23f57152e0d9d2c9d1534d6b8f220e85d8, '', 0, '?'),
(0xd3f01348d9cc4147ff7cb399a48f22ad, 'wp-includes/blocks/nextpage/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xd3f327ca8a367ae94e1dc18a0a65db7a, 'wp-content/plugins/powerpack-elements/assets/js/frontend-categories.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-categories.js', 0, 0x0d2c0dfb9c6be89d8c7d66363ab09667, 0x0d2c0dfb9c6be89d8c7d66363ab09667, 0xe561a614ae3fa9c53c7b6fde60fe453969950f5812f3c66d9b58828b09d4c9ad, '', 0, '?'),
(0xd3f3a874d2864d46bafd554eaa709f4e, 'wp-content/plugins/feeds-for-youtube/public/build/js/sb-youtube.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sb-youtube.js', 1, 0x00000000000000000000000000000000, 0x24ad256aefd07e8e9b4458ab14b11d0a, 0x9c8b0bce1d1e62d97b528a6d4013701f63bc81bf9d20225a6cddc2698323cd33, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0xf75d79437caf9b44f1d14a26f7b22183, 0xf426b6e0d200fe0526eec95995a8d4e3b455a2cdc503cd1b91354640edf5cf29, '', 0, '?'),
(0xd3fe3f48340ba956aa88898fad0a83ce, 'wp-includes/blocks/pullquote/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x07b7928dd2b5a5dec5e41625da613bf3, 0x3eca5120d998e58a35b32ca79cc2ffc3bd93f37d61a19a009b9cc9e7d7696ead, '', 0, '?'),
(0xd4005fa184fb4e8cd09decc09a76d667, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-text.php', 0, 0x961da01f828d23197ab8d14e4d859253, 0x961da01f828d23197ab8d14e4d859253, 0xb43f588caeb15202b5437e4ed2ac0368738c56bc25318cc1814b8132335c2b79, '', 0, '?'),
(0xd400ddca0d113cc15f02d51ace442448, 'wp-content/plugins/custom-twitter-feeds/js/ctf-admin-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-admin-scripts.js', 1, 0x00000000000000000000000000000000, 0xa326b8946ff8647d8a11012698131ab5, 0x7ac872bf46506a5f54ad86a54dd188dac693bb9f9e9db1b9d4f5423b585c5a55, '', 0, '?'),
(0xd403c6b0012433cd5e81a65dc2ea6d54, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-custom-field.php', 0, 0x5f773d0da26cab953be88b89d80c4554, 0x5f773d0da26cab953be88b89d80c4554, 0x4340ee951e15e519b78994069386ae8fce9cce36a5e2cc1d808210f4e7d40db0, '', 0, '?'),
(0xd4096b4a923ffb20a20b4078aab092a4, 'wp-includes/blocks/categories/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x904374dc954be1d0d1a5b491b8b67c80, 0xb2a37ad39944b80fd3b6b4816ef6bfad0281c4218041cb83895d980bded6043f, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd40f9c2783061d445955bc86f9ac4592, 'wp-content/themes/go/search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\search.php', 1, 0x00000000000000000000000000000000, 0x434d1ae31389941bc90115cda19b5c12, 0x1a5e954ba7e091a7e1feb112585fb80b186bdf1a3c7167d195664b4ae48b5848, '', 0, '?'),
(0xd412920d130a15ab386e7d02f49805d1, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menu-locations-controller.php', 1, 0x00000000000000000000000000000000, 0x8c34fbb7436d5b8d055ed5d49980fa2a, 0x0109884f725b006395ab2bbcee31daef77e840a8437fc56856b54508fe07dd2e, '', 0, '?'),
(0xd415f0122dcad8b9e95e053181ab45ac, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Container.php', 1, 0x00000000000000000000000000000000, 0x9797ae9e71b4188c1727158fc995b01b, 0xb496681c1b97993bbf3b17c34867d3bc422b216cf80ab4f7df463abf89436cae, '', 0, '?'),
(0xd418db7fc52131d84801dd5ac072d872, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1389.902f1243b9f068d3.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1389.902f1243b9f068d3.js', 1, 0x00000000000000000000000000000000, 0x7d39fa46956da9c025e79193b1aecf24, 0xc25b84830b3101152fd92a16fa2ce5994abc34cffcf881ed4586e85f05b9472b, '', 0, '?'),
(0xd41d9c413f6a26816c925c8874518e7c, 'wp-includes/Requests/src/Capability.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Capability.php', 1, 0x00000000000000000000000000000000, 0x640e7a0ccfa41477127b8689c4edb8d9, 0x672495bfaff7bc9a5fe63b1d5ed73ea39b6dce94b4bba82dbd64c270ab8a2b67, '', 0, '?'),
(0xd427d0b1477c7b64a90c4079eeb156b7, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0x96b00ebe8eeaaa44f080f4dc1035a6d3, 0x1397de4ca28d38d5569744d5147bedc011ff6b710c5b57b41c868e3d467f9241, '', 0, '?'),
(0xd42f2f2e1800f20bb3aca56c6c4fcf28, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Promise.php', 1, 0x00000000000000000000000000000000, 0xf321378ee09651aff1c4fd594dfa9580, 0x79862520d885ec27c2e011caddc5caf5a56a37dc77854919d5aa2cbdf9f4305b, '', 0, '?'),
(0xd4310a48ccb5d945512d2ae32f17c024, 'wp-includes/blocks/post-author-name/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xd436ab41edd0b06a6f120d08c3f700f3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook.svg', 1, 0x00000000000000000000000000000000, 0xa4e69e8f7cbb7ecf868d5ae7f6c5b2e2, 0xe6b8732b385a7dc7d47eae312adea92f48380de5b3a6e35eab32939b62675f7b, '', 0, '?'),
(0xd4383bfe935574a638ebba7d5e73bb62, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-countdown.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-countdown.min.js', 0, 0x3d6b67da5d4898968de97fb0bd615da1, 0x3d6b67da5d4898968de97fb0bd615da1, 0x9396751b7ea0a8f1ae007e9e2a6563ae3aee383b918e20cd00e78d228d18b3c7, '', 0, '?'),
(0xd4396683576cad826cd113d788810072, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-modal.php', 0, 0x2f54f681ea041db70bc8ec62f16ed798, 0x2f54f681ea041db70bc8ec62f16ed798, 0x934cfed5a5089d25ed38a9c342057271d37811cfba4a94d1a45a9a6bd27cac59, '', 0, '?'),
(0xd439c18878d85900206860e0a65bd806, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/override-confirmation-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\override-confirmation-dialog.js', 0, 0x7f39628bffbdfac93c6686d32f92ebf2, 0x7f39628bffbdfac93c6686d32f92ebf2, 0x1a4be5646529b3f2a3158ffe727ccf05246540bf4622404b60651a5fb7154bc5, '', 0, '?'),
(0xd443690c5f90e1d4bca010ca032c0995, 'wp-content/plugins/elementor-pro/modules/atomic-form/label/label.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\label\\label.php', 0, 0x9e751e9f9564e3c60ab49e085d1c2751, 0x9e751e9f9564e3c60ab49e085d1c2751, 0x4085ca952e0c1c52ca153ac38f398b920635fe1146304d730b0e2868edb4cd03, '', 0, '?'),
(0xd4476a3fb11ecb95c5ec264f16a674aa, 'wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\oembeds.css', 1, 0x00000000000000000000000000000000, 0x3f911e3eba21b39ea74e83fc90d6a121, 0x7bf3a4cbeb68db6629756cd1db3a8d0a5de902e9c1c8f3184e855839ae44a9c0, '', 0, '?'),
(0xd448ddfde734b8b14cbcd166cd5063be, 'wp-includes/blocks/accordion-item/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\block.json', 1, 0x00000000000000000000000000000000, 0xfc5655d619f1ec659cd1c27eb65709c9, 0x93a04495a863e5bb4fd7062ba22c289ba2225c5f2b57ebfd6fb7bb80d4cbc6ac, '', 0, '?'),
(0xd4552c8eb6c3f18059db18e4b6bc3088, 'wp-content/plugins/elementor/includes/controls/base-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-data.php', 1, 0x00000000000000000000000000000000, 0xf06998e2b1f7664496e215423e6aba3b, 0xf3104bd1ed952de12403f6d47c01e2e8fcf2d1c27b102c0390792c10f7e20b3d, '', 0, '?'),
(0xd455fb42de166983eda45d9248359403, 'wp-content/plugins/wp-reviews-plugin-for-google/include/get-more-customers-box.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\get-more-customers-box.php', 1, 0x00000000000000000000000000000000, 0x9681f4559dd1f7f56bdbdde2d437b7f3, 0x60a9541661d8975f20a83e0f24d88755241e2760aa3e41e0bf38a53923c2f958, '', 0, '?'),
(0xd459836b65bfdce684c2f1f376da0381, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Profile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Profile.php', 1, 0x00000000000000000000000000000000, 0xe2ce74e33759ae32cf3b9057eadc3f1e, 0x15887c9e48dd8eb785a838f9fe5dba70be52ffca590f320a75d0671173dcdfae, '', 0, '?'),
(0xd45aec866f4fcc1efe080530ffc1186d, 'wp-content/plugins/powerpack-elements/modules/categories/widgets/categories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\categories\\widgets\\categories.php', 0, 0xb2469dab1c034838a470a2b6efde3588, 0xb2469dab1c034838a470a2b6efde3588, 0x3757f5dfd9dc66721830c35dfe188e013e5e65a18b55b567a39181244a3c66a8, '', 0, '?'),
(0xd45b5aa49f4560a58bbed707b3ad60f1, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin.css', 1, 0x00000000000000000000000000000000, 0x5672451164b05146a4616ee55097b40e, 0x58a9c08d3a784a39c5ecbf6df1fd730c59f7c19352f92770648037c261585e6e, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0xd45d8a7cc32321af46b6ac061c896d9b, 'wp-content/plugins/instagram-feed/assets/svgs/socialwall1Icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwall1Icon.svg', 1, 0x00000000000000000000000000000000, 0x317e8398df044720b4be74aa9ef9b704, 0x472cc7baeb61f3b20a900215ed00ec3caee72a35fc9168fb9dee2637396c075d, '', 0, '?'),
(0xd4641d52153cc5ffc8628e10c10a01db, 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/suggestion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\suggestion.php', 1, 0x00000000000000000000000000000000, 0x504e3d000713d2e0715041121f3b6f46, 0x8544f56179fa8057908c169259b5518f47d9859d02a2694902c01e1d44ee1136, '', 0, '?'),
(0xd4644a9555ad88ee48f174d0f15bcfdc, 'wp-content/plugins/powerpack-elements/modules/coupons/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\coupons\\module.php', 0, 0xfaa9305cf77cb34ea112897da06796f7, 0xfaa9305cf77cb34ea112897da06796f7, 0x848c1fed7dbe1b3a6fd559fa2a30a62c13377ce6fa7d00e4bec8b79cabea2e6c, '', 0, '?'),
(0xd464536ca143e5813264bf07056a9656, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-pages.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-pages.js', 0, 0x4a6555daad29465e3c6c54a6ad3e907a, 0x4a6555daad29465e3c6c54a6ad3e907a, 0x277742ac712d9b086e6c4395d33fe519d01d0ffff7374b9af619523e72f3e880, '', 0, '?'),
(0xd468250aa95978c38456b9aee476e039, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0x8d91b2700ea05dadc7174f304fb02a9c, 0x69cfc28f439ff563aab252af3a5ecbb465a704bfdf1af7718dca8abc82e21159, '', 0, '?'),
(0xd468eb36eed0e0befa743505f0cc4f29, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-gallery.php', 0, 0x832b9659abd8440495e9a1dc77976181, 0x832b9659abd8440495e9a1dc77976181, 0x9544c349c7c44b48a58a0d0b8035ab28589bc43ba67b9e4989703f5b7241ce6e, '', 0, '?'),
(0xd4803360e2b56bf27b229fa52235b49d, 'wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.a2401356d329f179475e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xd8c95818d81018a33d904f18e6280ab3, 0x7f84754f7eec16fe4c49845f92005fe0ffc50d8f4bd6df045816b7cc57dd5f00, '', 0, '?'),
(0xd48088f56ab5456a1a0e1bfe702b6f18, 'wp-content/plugins/elementor/modules/library/documents/container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\container.php', 1, 0x00000000000000000000000000000000, 0x99fc5d3ca77b7f9d013c9b9e5336fb1d, 0x1a24f63b6ce20cbbb9f2b085488ccaeb20891a149fab97ea50bf5ef8278e5b27, '', 0, '?'),
(0xd486153d87a11a565b209189ec95a161, 'wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-restore-btn.svg', 1, 0x00000000000000000000000000000000, 0x4360d3cdae84921d4cf9634996354f9e, 0x4b541727f8b7ade8c3592e241a58691ae116b93d83aaffbe3db4e96f1672349d, '', 0, '?'),
(0xd4876edef20d9026f3e3a538bc9897ba, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Separator_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Separator_Control.php', 1, 0x00000000000000000000000000000000, 0x125a8d62024a731315dc1fbe5c313a9b, 0x0e3b876cf2ccf464daeedd0aab7be00a4ec9a23961fe0c4f80aa4ca3161a314a, '', 0, '?'),
(0xd4975261c13e87ba0ff9dd38be53a0ca, 'wp-includes/SimplePie/src/Cache/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\DB.php', 1, 0x00000000000000000000000000000000, 0x15c98bd7878efcf654b4be1e960a8454, 0xe4a66a7fedf54e6e987bebf463daea66b770f73ddcb9945ac45129a6afe4e725, '', 0, '?'),
(0xd49bf761f9da13fd9ae18dc17472ad87, 'wp-includes/blocks/video/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\block.json', 1, 0x00000000000000000000000000000000, 0xca6f0daf39d103c5efff9c05c573c090, 0x0f860ea56aa66bf42868bb8c310858dda5164ea8ef2d9e408da7c2afc783aa59, '', 0, '?'),
(0xd49c64ad18263b30cc0c3bf07d68bcd9, 'wp-includes/blocks/columns/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style.css', 1, 0x00000000000000000000000000000000, 0x87899c6b8cf447899d6de2112310655c, 0x479411529d5084969b39f6263406c9684e72924e4c5740075ce190c66ecfae06, '', 0, '?'),
(0xd4a49702df971b1c9c960b8af2b888c6, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_GT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_GT.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0xd4a6aac27abfa7eb5f852b3e69b1d720, 'wp-content/plugins/elementor/core/dynamic-tags/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\manager.php', 1, 0x00000000000000000000000000000000, 0xb0a58e5894cfe50ff712dcbecea1c41e, 0x2bba7266f896c5260be1db9609f5277b4a58d6662b297ae164514726b48f5322, '', 0, '?'),
(0xd4b298c860faa651bb5b60e4419c115f, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\ConstantTest.php', 1, 0x00000000000000000000000000000000, 0x698b31ed46ff22c0710caf36d72afedd, 0xc946fbd3f736f7a6ae8aff3d9ca83603312557645e6a49d1c8798e337e3cc4fd, '', 0, '?'),
(0xd4b2b5d821438931b7e7e956c3b86df2, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon-1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\balloon-1.png', 1, 0x00000000000000000000000000000000, 0x778934b170b2418a14659476f2c951fe, 0xd93043e4ebb67339fd876938271c0a8521f9c862e32eeeeb80808974aac6e281, '', 0, '?'),
(0xd4b97224bb3791b8a7cc5eb6abd7e78f, 'wp-content/plugins/backup-backup/admin/images/list-waiting.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-waiting.svg', 1, 0x00000000000000000000000000000000, 0xfade0d4b47984cfa4138f9068c3f5d72, 0x22ad494dd55116b4082182e97369e5f54b6b942b3bb4075d3f44bb5302a7b9e5, '', 0, '?'),
(0xd4bb71be45e87be4c4f0916ea5b9038e, 'wp-includes/blocks/verse/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc665e1a9cba35212ec527cbcf5a9ad97, 0x03856a2f2bd5488be615d32bc6d788cf7a2a63e0d92a82b1611e87617f9e65c1, '', 0, '?'),
(0xd4bd613e04c271110c50f27fc9dcdbb5, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-6.json', 1, 0x00000000000000000000000000000000, 0xdd07f1c711b525af3acd311d2e1dc268, 0x330a7f5e72442bc2c5fa106e9a447780596edecbe74a429fc878866f429520e4, '', 0, '?'),
(0xd4bd98fdbcbf66638ac224a44af81804, 'wp-content/plugins/elementor/modules/variables/classes/css-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\css-renderer.php', 1, 0x00000000000000000000000000000000, 0xbde511587ea81f0b4a55678f430d58bb, 0x8f4133b3be3af5882347ee915fa9ab87fba22b641e6cee38336584209f83b7c7, '', 0, '?'),
(0xd4c4ab18a0f3fe5d8c64494435415e4a, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-page-settings-common.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-page-settings-common.js', 1, 0x00000000000000000000000000000000, 0xd481259e90b14e6abe9f81706649d81c, 0xd6f2d224cb3151ecf0f30ca257cdc5febeef4245ee82dde3dfd00affee8c9317, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar.css', 1, 0x00000000000000000000000000000000, 0x663c5b5d8a9496795c2e46ba2a4b81cb, 0xc7611fdc2f93c7cde824db129890e67c1b2cb38394eace87cc256684c55189c4, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dashicons.css', 1, 0x00000000000000000000000000000000, 0xeff5e7369d1573bd8a8e77764837674d, 0x9eeeb7ebb82304e32e6615dada1a63f84f7994ad6ccc39f186fa746711fb34d2, '', 0, '?'),
(0xd4caf3e21f37caefb13b09112b9a0ff7, 'wp-content/plugins/instagram-feed/assets/svgs/caption.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\caption.svg', 1, 0x00000000000000000000000000000000, 0xa1d24d77bbe5e3fb382643ac32f021ae, 0x4a2f99034e38694762b040df5ff6f7fe323e4e753e1989e836c8a11658f86458, '', 0, '?'),
(0xd4cbd544e347d1c9015f3264148336ce, 'wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-scripts.js', 1, 0x00000000000000000000000000000000, 0x410cdc341419504a4675fcce4d89041c, 0x6846f28deb4db2a16462da0cca1c541d04b34d0c4fe1ef637bbb02f7b217469d, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor.css', 1, 0x00000000000000000000000000000000, 0xdc99ac91d8077074956af9fc5eecf18c, 0x83259d95a50be125100e3378ed654c26a4a34d402ec1ae25f43db5f4ac7872fc, '', 0, '?'),
(0xd4cf06a65f4c65dae2ec153c6d0e3e47, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-socialwall.png', 1, 0x00000000000000000000000000000000, 0x12ae7f8242b39c63ee47914b9eb696d5, 0x422d134d4d7d83cbda06949c937ff55a668e42b71438aa0ef6d315860cb4372a, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd4d9c5bdd97593a418d31b93200701c4, 'wp-content/plugins/elementor/core/upgrade/upgrades.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\upgrades.php', 1, 0x00000000000000000000000000000000, 0x26cab7eb1a20a871d74a9b111917e64d, 0x91e8df2f21137f00686509008c0e5a5543e4e5860b2f6bd7885e9b475faae529, '', 0, '?'),
(0xd4decc9f87bc3a48ad4362672a49103b, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\language-helper.php', 1, 0x00000000000000000000000000000000, 0xdb3f0161ff346291b8c0d12c6277a348, 0x9ecaf87bc7e429ff2edf2c2477c15397a1d99c3084f56fe2ab96eae5fcce29e8, '', 0, '?'),
(0xd4e07a5f4d5196dbddb87734ec37bf83, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0x1d3e75c2a165d70541b8b02ead0bbb02, 0x1b787cf6fb2f7f23f3183434c13cee73681ebcb026162f55feb9f265aec81c64, '', 0, '?'),
(0xd4ea53facee94f366a481a52ef5fef6e, 'wp-content/plugins/elementor/core/settings/general/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\general\\manager.php', 1, 0x00000000000000000000000000000000, 0x9e7e34295c7b3bc1a8c2086022dff14b, 0x27efac4d5e695204476f58851116356de7f7f2d907b5d507465eb10cc9cb0ae4, '', 0, '?'),
(0xd4f1db242454c16f873a1013409a182e, 'wp-includes/blocks/term-template/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7afcef9b01c614b5ea954cffc5f11714, 0x706727b6464defe3e158dd631b044cdecd1ccd4dec6d4c2d62171e9e5bf2a679, '', 0, '?'),
(0xd4f52a45c710f66cbfc29e467deea5bf, 'wp-content/plugins/elementor/assets/js/beta-tester.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.strings.js', 1, 0x00000000000000000000000000000000, 0xdeaffa18c916a83cf3fc91e612fe874d, 0x01a8063967538c72d0b2e18a85421238e33ffc2270ce229facaff145cc002b42, '', 0, '?'),
(0xd4f5fa68b96a8b45076258cacbf4351b, 'wp-content/plugins/powerpack-elements/assets/lib/tooltipster/tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tooltipster\\tooltipster.min.js', 0, 0x8f28299628612d857f00ca4cabe23bd9, 0x8f28299628612d857f00ca4cabe23bd9, 0xa8d31c49eeb7dd43bcffc06dc8b9b31f3297b6b1227fd2c6efde8b23367f4209, '', 0, '?'),
(0xd4fb211ebd8e311263dac7fb3355c8c9, 'wp-content/themes/astra/inc/assets/images/astra-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra-logo.svg', 1, 0x00000000000000000000000000000000, 0xd23f7063f3276f88945fad27b5382de7, 0xa169daa936f6eee47b89dd84b859be16a04499020196730afc5eee1cbd90f180, '', 0, '?'),
(0xd4fcae62e6d34b056660d4a82bd208f5, 'wp-content/plugins/feeds-for-youtube/templates/item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\item.php', 1, 0x00000000000000000000000000000000, 0xabc98f42d7517d98a1aa6153fe7ce37b, 0xe0da6808777456368ea4d4690aeb546ddb01ce5fd9d6b45178d7cdfd4baa41d1, '', 0, '?'),
(0xd4ff8346b86899eb9a61cbcac370a225, 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\class-astra-primary-header.php', 1, 0x00000000000000000000000000000000, 0x267ba7a2eeb71edc4e2a9006bfc852ca, 0xfdf14fd1b20e0177ae8ce3f3c6ce46d72cb478f7308b66c5a2f90c9e36f4e46e, '', 0, '?'),
(0xd500498bcba6155b72f24497feba6006, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Settings_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Settings_Tab.php', 1, 0x00000000000000000000000000000000, 0xaee35da9f1e89cbd89017a4c10bc5b78, 0x48eee8e8d13b84dbb18dacd6b1df053156026365c54e931d1d4162c0848d27ed, '', 0, '?'),
(0xd500933f2706a98c102d5825080aee9b, 'wp-content/plugins/powerpack-elements/assets/js/frontend-twitter.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-twitter.js', 0, 0x9ada0f004d29045e00f91416e455c945, 0x9ada0f004d29045e00f91416e455c945, 0x8c6fb73bed9835411e2d1f47867b607592f2622c9fd70d46d16dbc16405cb448, '', 0, '?'),
(0xd505f52c2ea4f65b5fd733a3d9b75dae, 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/field-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\field-base.php', 0, 0xd542b134bd3a4a2a07516236d73f4941, 0xd542b134bd3a4a2a07516236d73f4941, 0x2f20e2746e1f7948448d3a64ccd8bca16eeb785f6a9c572d9eb6b5f27b10bdb2, '', 0, '?'),
(0xd50d62e29c642fd3a13bea9e1a8c2378, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\EachPromise.php', 1, 0x00000000000000000000000000000000, 0x7727fc50721e5125f5040e6620d00f90, 0x5a79dda8f76543dd8eb8a58d51536e8969b1f0e4fcd903d7d1457443e9cdd34a, '', 0, '?'),
(0xd50ef0a42eb9538d56a06e08b361b0bc, 'wp-content/plugins/elementor/assets/css/modules/styleguide/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\styleguide\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x88dd36b03c96a6731628aea534533f9c, 0x158684f5d8a2ebe3e4ac2a12ef148a6ec7e09669dc7e953300d00121bd719a42, '', 0, '?'),
(0xd51539169e5809d97ac11e0915e6265e, 'wp-content/plugins/elementor-pro/modules/global-widget/import-export-customization/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\import-export-customization\\export.php', 0, 0x025faf1f58a41ee90b8e7c6eb2c49f29, 0x025faf1f58a41ee90b8e7c6eb2c49f29, 0xda5d5d6c6b0265aa56afb638eca1a9e07e5e76db9fd14d9a75662c2e92517f72, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x367c33a48d97c3738e4a063a2b4956d6, 0xc78c088f3042fac8a07c06f3714fad0946a1b1a4e63e838f678480c0a690d323, '', 0, '?'),
(0xd517614233f56edcfc20d857f236ce9a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0x2e5d697564923b5ea8bc80184703f3f4, 0x53463aa1e06606d2aa2122b807f1b90f2ad47c815006841949a1887298c948b9, '', 0, '?'),
(0xd5197697f0efe61966d3eb2a26cebe9e, 'wp-includes/Requests/src/Exception/Http/Status409.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status409.php', 1, 0x00000000000000000000000000000000, 0x0dd40f011f5afa443697e8f324cf5b24, 0xab479ddc0b39d3ee3733d20692dd55c9ac1f07e7837dd34f9f40069ccf1be02c, '', 0, '?'),
(0xd51e6799a3f9b489a8aadd1a5db10643, 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-none.svg', 1, 0x00000000000000000000000000000000, 0x23d5426e772c851a5accbb5f443e7f46, 0xcc195ea1bf8d63c5d8692fa47dbc140c7f28eb5145327f7f1bf8c97f12108677, '', 0, '?'),
(0xd532a1f688f4a95f52d5e0925bb9c059, 'wp-includes/blocks/code/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0xd535a73c70f241bb89f847c1aa894ad5, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0x03182332002e87ead62ba7092fc8a558, 0xbb17ca30ce80a82ead5a79140a1c8c77911bd5cdc65c7e39c8844cdb3b383bad, '', 0, '?'),
(0xd5408557d31e035762e6f6022fffac6e, 'wp-content/plugins/reviews-feed/tests/Unit/Providers/DuplicatePreventionTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\Providers\\DuplicatePreventionTest.php', 1, 0x00000000000000000000000000000000, 0x1bbb56c668a0840ee46e84815ae5b915, 0x13cb39112ce316be999535b7f362677e9e6078cd661f01439916cd420e5aabd9, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xd54577687e76e3b5311d375109a91fa4, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-icon.png', 1, 0x00000000000000000000000000000000, 0xa94d88a9de49b5d7ca2f78e0d1afc6ee, 0x02ebe6b9f7efbc9f17287b1ded1c34c92b38514ba05e803d22b937e64e5d1594, '', 0, '?'),
(0xd546410b97462bf327cf3825288ddb18, 'wp-content/themes/go/languages/th.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\th.json', 1, 0x00000000000000000000000000000000, 0x3aed3f3d6e822145b3a633b462b39a9d, 0xb58eed2d8da7cae1fc9fe68f526b0f35ebd26c42f5830ac4496df3bcd8869521, '', 0, '?'),
(0xd551c91b43610087719b81c01582ca2b, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-2.php', 0, 0xfa17162f96723723121d075222b04fd3, 0xfa17162f96723723121d075222b04fd3, 0x935846932d4f20cf34b4aa42bb4288784b0c2f03e595f11260895a5ff344d7e3, '', 0, '?'),
(0xd5627b71158d3b7cbb32f794ec1d28ce, 'wp-content/plugins/elementor/includes/controls/groups/border.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\border.php', 1, 0x00000000000000000000000000000000, 0xd341dfe93fe2d404753e12aef55aeace, 0x6645d3243ee50f2ff0ff8efe4b8327029984fe315462fddd06ecc0fa45c3e801, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data.js', 1, 0x00000000000000000000000000000000, 0xf2ef0a76fa0195d11b92dbea050ec0a5, 0xca6bf502e34b47d42c602107f70228016a5f8efe26d12c40ea90a8ec87e8b335, '', 0, '?'),
(0xd568599952bea2724af97b30e6da23e1, 'wp-content/themes/go/dist/css/style-shared-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e67ae94d978135a86ade9e32fcc2296, 0x14774f5e0a9f3321bf1ea28319f024d17086d2462d3ea8f2a7fea07e993be58e, '', 0, '?'),
(0xd56951c3037f1557c7afbb053ac10607, 'wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\plugin_info.php', 1, 0x00000000000000000000000000000000, 0x84b653acc0c7c8f949053e93230a61a5, 0x10ac73aa3b526f86fe56512941c3f10ba8ed8202d2e19546cb6e8dde79585400, '', 0, '?'),
(0xd56b2208f4f14f8a84a7244e298a24b8, 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\primary-term-helper.php', 1, 0x00000000000000000000000000000000, 0x8b7e56d1d1c19a906eb0712f94fdda31, 0x7238c3a6d96559ca6beee23561ce6ed51adb5b809555ce2c545ea28b1c5e6531, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style.css', 1, 0x00000000000000000000000000000000, 0x8f6d7b70c63a7f350f47ffc1a80365f6, 0x46f31430b33cd4326ce3d566f1d7e377aa5b15d296397f27541b3f2861d20669, '', 0, '?'),
(0xd5737fc6188b2cf33f6881694de910bb, 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\directive.php', 1, 0x00000000000000000000000000000000, 0xdd93b1e261533cef10b7711cbc8b5fd6, 0xcd3321da2f90cc169a783cfea03515cc28d28a7e26be7a90e4adee854b520087, '', 0, '?'),
(0xd5754e3b4b53a3e43c0ea39deabafe52, 'wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\sketch.svg', 1, 0x00000000000000000000000000000000, 0xb5d6089d28397b2545b2eb5cd2464f9d, 0xc53bdc3bcdb84655a01f0871285d8afb942dc34fc89e3e824b2c9b733a80f7e7, '', 0, '?'),
(0xd57af343b4d82e9bff60c891bb3dcea4, 'wp-content/plugins/instagram-feed/assets/svgs/boxed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\boxed.svg', 1, 0x00000000000000000000000000000000, 0x65bf68497a9e08d853ae79b2a7c020ac, 0xcbff8208708685a1db48520e49a6fbf297308d6bbb26a5f3ac7420379aa9cdb5, '', 0, '?'),
(0xd5806ad3aa05298d1b9255d59dfd3510, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collections-splash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collections-splash.svg', 1, 0x00000000000000000000000000000000, 0x7ad0106ef684e340d1aa7c9510e48633, 0x730b0ae8e0d627b6dd158c1ae607ea83c248ae73dbf34914c800c00d7c79eabf, '', 0, '?'),
(0xd58ca7f9e27831ead6989691f645e5cd, 'wp-content/plugins/backup-backup/admin/images/timemachine.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\timemachine.svg', 1, 0x00000000000000000000000000000000, 0x3fb1b475e911d06496a574c9f60e24e0, 0x6cb7ae2aba7037c396c3db84d9d4b7c46efc2c0c8523faf881feaedac1939656, '', 0, '?'),
(0xd58db128c725dba32082a92f320de35c, 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs-loader.php', 1, 0x00000000000000000000000000000000, 0xf48de841a0ad5a9d4123b8a375e48b0e, 0x054b7a34f7b192219b661c6e6f838a8351f214cd5e35569fc7eda71584744198, '', 0, '?'),
(0xd593a9bff85e6969970ed2ea82036e60, 'wp-content/plugins/instagram-feed/admin/assets/js/callout.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\callout.js', 1, 0x00000000000000000000000000000000, 0x18d7d699972f0d34b759ddb7262a0091, 0x423c28e407116c787b39f83f8fb3fabf394b4424051cb6caf04b1c3075d16830, '', 0, '?'),
(0xd5954cbba12b37163e24c9a134e6a85d, 'wp-includes/blocks/post-comments-form/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0xd5a3ab61859b1af5d5379b32047aa0ac, 'wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-meta-boxes.php', 1, 0x00000000000000000000000000000000, 0xe45724a9088a78939a34d6ef73d322cf, 0x86877d1c10f365b66c64d4f9e23df98afb574098bb8d439e95655ab3a69f262d, '', 0, '?'),
(0xd5a7a3003d2d4d010eccb75729421c38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\ResponseFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4d2cffce7261b43f733045568a84f80d, 0xd1187082eab31b0e6eaee52dc946303398ef36c0d6cf0355cc16d7beb66e8540, '', 0, '?'),
(0xd5ae6ed3c74075bc3ab5c35df675bdc6, 'wp-content/plugins/elementor/core/modules-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\modules-manager.php', 1, 0x00000000000000000000000000000000, 0xaf33baa0d7324bf240eb9a661c331f77, 0xf470897cf3d5d94d82cc2b8e969549d301a43f9a96661281be1e28cb090f1417, '', 0, '?'),
(0xd5b74ba13b2dc01c2f978e5537cd669b, 'wp-includes/class-wp-block-parser-frame.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser-frame.php', 1, 0x00000000000000000000000000000000, 0x3185b0edbf94dbaf9cb3a81b59d7ed91, 0xbc54e85f3fea3e1cf12a203ff978afcac634c0be451fd972673adc3781caaf4e, '', 0, '?'),
(0xd5c3352db64b606993c0a357bfb3402d, 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-my-account.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-my-account.js', 0, 0x7a222735e1520d34f0da49b19c6186cc, 0x7a222735e1520d34f0da49b19c6186cc, 0xdc6fe9af83407b5815b0df318f6c758759d93fe37405231ea52abe5075e840bd, '', 0, '?'),
(0xd5c3f6f8c8a892e18c72d1e9254dc3a8, 'wp-includes/blocks/file/view.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.asset.php', 1, 0x00000000000000000000000000000000, 0x2143e38c7866065d5c5f309bec4f6993, 0x6fd827d17c46cbf38937a4af5da02be552e22b78b7343d79f059767a06305237, '', 0, '?'),
(0xd5d176d329c22b2f0c7ecb5a25690556, 'wp-admin/images/dashboard-background.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\dashboard-background.svg', 1, 0x00000000000000000000000000000000, 0x5b480d6b67f680796a4ba34f4d87c5fc, 0xb0cb63b52e4b2e687cf04d9bdcc016a19c3d8dca80f1305292cfad44050facea, '', 0, '?'),
(0xd5d6e76b32f1ac1c8a3f5d1a3a63ba69, 'wp-content/plugins/elementor/core/common/modules/connect/apps/feedback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\feedback.php', 1, 0x00000000000000000000000000000000, 0xd313c7001fbb243640ecb6640954019d, 0xa1a6fe7926cbda48abcf005d51626ec1e4793b5892ea3b54f1176e8e13ed18a1, '', 0, '?'),
(0xd5d6fbd0ce04196d2f9ad8462b9dec3a, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/seo-scores-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\seo-scores-route.php', 1, 0x00000000000000000000000000000000, 0x0fd2be87110d62169358ba5c21f73dfd, 0x16e24b041055ba437ad407be8ef1b484ea27a6310a50ea5c70f59bf1ea3537d4, '', 0, '?'),
(0xd5db1671dcc7df7f750d8066bb08e785, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-morereviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-morereviews.png', 1, 0x00000000000000000000000000000000, 0x00c00e7514f271b00830c9e1ee706115, 0xba5962ce7c13554c1ae046fd3f06c352304c3d238b4d330fba00efb1f9077b0b, '', 0, '?'),
(0xd5dd66f38ddf2a4780b8eec5d10211ba, 'wp-content/plugins/reviews-feed/class/Common/Support/UrlNormalization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Support\\UrlNormalization.php', 1, 0x00000000000000000000000000000000, 0x2fafdec8a5b8f738f6c518a8dce36c23, 0xe9be7f46d2ec813a5b4c289b4d7f691d55e9fcdedf2c7a42335f83ef66bb0650, '', 0, '?'),
(0xd5e5754f529f4fccaa6b733933aaa4a0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\NodeReader.php', 1, 0x00000000000000000000000000000000, 0xb630d95f114d577b14b6defddb0df902, 0x3c237bdd63c66dcf7cce17fb5ef004497ded3619e87969dbdf99d5848e205500, '', 0, '?'),
(0xd5e9d9220132e6ba232221d47a57be09, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-9-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbb5c6dcb7ecc2d2d145aeddfac01c659, 0xb7b801f0f862e227ab32af9d6dcfdbda4f28ce50326d5580f0133ede9465fe3c, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfStyle.php', 1, 0x00000000000000000000000000000000, 0xb0fcc40bd329f711014a8147e7f6a9bc, 0xc5c681125f374a7046b857d653d4cf730c029ef2696cd567cf2082ed1f436412, '', 0, '?'),
(0xd5f5fc94f32d9820c9148fa9c81911d4, 'wp-includes/Requests/src/Exception/Http/Status403.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status403.php', 1, 0x00000000000000000000000000000000, 0x23594f1e647343480b4d47b990d537bd, 0x1a59e4dc0c1113a0454b71d2c09a657601dd40f739958de56e334a79e12682bc, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xd3b3c92f5616f1da6157839f36b3180d, 0x74a6d563a94174c35db4df7b9dc2204eca4027792942ebd7434c9213b7d0f9a1, '', 0, '?'),
(0xd5fc4a9c3fbd2cc089a6db5115ee3694, 'wp-includes/blocks/read-more/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5db0c76603f2b613f580f5a3702fccf0, 0x867fe9a84ea9d80ab03a27c9398040fee1636235b7ab271be8c24197b53d8e27, '', 0, '?'),
(0xd6014f0e10199eafbb42350dc29388b9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\module.php', 0, 0xef1f98909925f307b9541e22c0633bf9, 0xef1f98909925f307b9541e22c0633bf9, 0xd3d0cda209810ff2f48f90931db6e7ed3209accf0488c0132bbddc2ae36ff46c, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0xdab32363bb34aad48dfea48f7349924d, 0xb3ce546f7a1273a861a5bd5cd852e880034fff9aeb8ebcd5eaa43f977610614e, '', 0, '?'),
(0xd60b51829222305dd7a70b454c40fe0e, 'wp-includes/Requests/src/Utility/FilteredIterator.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x638ad7b5804cce177b24ef0f47925c69, 0xc19e8b47ace7ced8eac1a4cb64f9de4f89757fa12441e624365095436e7473ef, '', 0, '?'),
(0xd60c09eda703e3f55f4e6964f431434c, 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\settings-integration.php', 1, 0x00000000000000000000000000000000, 0x23fde9fa913b158976f54da57c602510, 0xcc3f7e62d8b071f2997f8f4e74d0ce47e29fb90b0abdda9f59fd5f1e99f83e2b, '', 0, '?'),
(0xd60dee5437df4085f9f2180f935c854a, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds-type.php', 1, 0x00000000000000000000000000000000, 0x98bc428c98acc6fefd497472cfb2cf53, 0x227dbe03a62f528219e215cf510e5d834fc4d74a574bda097acc832b0099df3f, '', 0, '?'),
(0xd610b75e9b2138e322c69e2557cb2d58, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0x15cf39985bf80bfaae201e696351bc13, 0x9c1e4a3c49bcb01e65c8d0b7df5a84883ec70135c9b9f48d6037d9c0b077c21b, '', 0, '?'),
(0xd616e806ad38606e05c877e7727d0e3d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7568.fd10462fc085d04d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7568.fd10462fc085d04d.js', 1, 0x00000000000000000000000000000000, 0xe4af94f4d33531998f558fd474bc09b4, 0x49951ff8bbb32fa13e405ce592624f2d91d3274f65f07b9b2e5adce7f1aac2ef, '', 0, '?'),
(0xd6179102dfdf7a0a759e2221f3075e6c, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkboxsection_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 1, 0x00000000000000000000000000000000, 0x4ecdfca0d8d3117b98406a5c7024c3c3, 0x9f26a84c6c13d06ffa5aa549e1b2f2bb53ccfd85944d99d0f8a4abf72421c4b6, '', 0, '?'),
(0xd61b14ae669020c3c8b3c58e6a65fbee, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/owl.autoheight.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\owl.autoheight.js', 1, 0x00000000000000000000000000000000, 0x6e6bc3157230bb01e1192e55e95a92ec, 0x39bfe39ada10d49ab0a0e4b7c5526bb3fc2a9931a2c685aa9931461608c9a1b8, '', 0, '?'),
(0xd61e92acfe9a4167fab60d0895c8c24a, 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x1bf55d1e9695e81a961a42031589df56, 0x5d4510f0cdbd79caac9bbd870ece7bc4eb8d0499740ab6d1609b4d91fdc44b67, '', 0, '?'),
(0xd632f76c36eafcb8e92a6e9df26e417e, 'wp-content/plugins/elementor/assets/js/e-react-promotions.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.strings.js', 1, 0x00000000000000000000000000000000, 0x412030e79540c869656277efe1c086e9, 0xa18d615456440d345d1c517e302d14a4ede1fccc99d64eabbf218202a459712a, '', 0, '?'),
(0xd635e9783d0e17ca4b4403851bf0ec57, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-term-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0x390352e4a24101972ce3abfa29050548, 0x1c52383e88e9a03a6043e24515a8e61472579a41e727406e7de24a9744d06727, '', 0, '?'),
(0xd636dfe55a2eacf86d2aa308d0264f2b, 'wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\forms\\new-template-form.php', 1, 0x00000000000000000000000000000000, 0xd2b39ae109973d5293e2c76948380bf0, 0x54772327abc0f671a2c70abf0d426442136473efd313f8c8551c4ab5f65c3ed5, '', 0, '?'),
(0xd637c0e0d5f018d400acc5a41b73b2e9, 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\chart.js.js', 1, 0x00000000000000000000000000000000, 0x57b7a49065420c2d13ee1ab92e6c15f3, 0x9ae433c0ecde513ac3ad3f2ae5a3bb8a5b171e7210d7edc4e214a0fa644923c8, '', 0, '?'),
(0xd63cf938e93b100370ae2078b9544704, 'wp-includes/css/dist/edit-widgets/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style.css', 1, 0x00000000000000000000000000000000, 0x9c45bafa85a876dc377808f3ae0204c7, 0x3c4d490cc3b0704a543d9a1aaea0b30a93b8cbebd687fa725bac95fa837c2984, '', 0, '?'),
(0xd6413ee1630dc0deee371f55d8b94b3a, 'wp-content/plugins/elementor/includes/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\plugin.php', 1, 0x00000000000000000000000000000000, 0x374d231cd3ef28a87b7819e1923aa010, 0xb9a765e2ef011c8f27636af635526d51e951802e51b93a1bccf144da128cc0ad, '', 0, '?'),
(0xd646c0198f386d80750f405ff35854d6, 'wp-content/themes/twentytwentythree/parts/footer.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\footer.html', 1, 0x00000000000000000000000000000000, 0x57090cc06f396980e6f8f20c5b8ba872, 0xb60ce92c0985b6c6148b12d7bc62241e011cd74fb981e7c96049d217f0f9ac90, '', 0, '?'),
(0xd64877f7e50714f57dd9679481ae18d9, 'wp-content/plugins/powerpack-elements/assets/js/frontend-hotspots.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-hotspots.js', 0, 0x7c2cf153f34dbca96c1f76986fc54b2e, 0x7c2cf153f34dbca96c1f76986fc54b2e, 0x20c58640c5616e2b55bce64a061329466cc7540ab7dfb07792d11c6f55eb6d5b, '', 0, '?'),
(0xd648c6285d401ab055c4af76408659d7, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xaff000b619ed2d9d59ec4279aeec1e95, 0x751f2c340f9feda8ec6dd83a63b55029f947cc596384ea1f0bec49146941d579, '', 0, '?'),
(0xd649fe2c467d6c5bf87cadc2f99a9ce4, 'wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x2f306e80009f1ae9edee143fdef0a267, 0x62df573045333fbc1c9f3d9f6a196fb9a9eb44911934be58cd67649ce214b34d, '', 0, '?'),
(0xd64ae4f70ade73ce4b14d7b36bcc5c9b, 'wp-content/plugins/elementor/modules/usage/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\module.php', 1, 0x00000000000000000000000000000000, 0x4016e9dfafb8c7a3b32af5d91417e0c3, 0x7a4d0b47925a47d96defe1eaf5940525c78d9fa450e3d11fa44c3ee34e248987, '', 0, '?'),
(0xd64b85aa398f0008ba3225f96f7e41a1, 'wp-content/plugins/powerpack-elements/modules/templates-content/background-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\templates-content\\background-image.php', 0, 0x4274824cbecaab47eac319dc8007b333, 0x4274824cbecaab47eac319dc8007b333, 0x4d84b46f8e69a6aa8eb5ab51370ffd79d2537ad49911c22f7e01a3902dbbf09c, '', 0, '?'),
(0xd64f60525f028c836c48e8a6c78ab2e8, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x46cfb7005ebcf6e6c7cddc72a6c8ac6b, 0x56144dc586df67417522ec6500f7e0ae629e292026681167dfd97f441ccfaa57, '', 0, '?'),
(0xd64f91764d54d2aeceed68acda33ea20, 'wp-content/plugins/reviews-feed/tests/Unit/FeedCacheUpdateServiceTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\FeedCacheUpdateServiceTest.php', 1, 0x00000000000000000000000000000000, 0x6b00347b64b3ea867746e4c340336a87, 0x115b936ed2d9324b89dcdc428d96719be1ce919d756c675b93b29ff23fec6c5e, '', 0, '?'),
(0xd65168ea0b9332951f6d8bdddf8c1797, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-position-offset-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-position-offset-prop-type.php', 1, 0x00000000000000000000000000000000, 0xa22395da547a9abec619f41f644870bc, 0xf5bf4318eebe44a4830cf75cf9f35e42657413695532d5c9ed094d110dcea372, '', 0, '?'),
(0xd653d22afec3d6fefeba90c9a0dedf85, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-title.php', 0, 0x99523bcfefa2158282fafc1b1ccb3d74, 0x99523bcfefa2158282fafc1b1ccb3d74, 0x1c79924113749983111cccf85dbbfef4b627f895d7af5bf05177b1e64b975e31, '', 0, '?'),
(0xd65610895d96ea95d815dbed718efaaa, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\timeline.png', 1, 0x00000000000000000000000000000000, 0xbc9ef82721e55a7cbc35d03046c53f23, 0x26dee73769d9cdd3cb7b0fd0d8a386f17637410a9ba4eec352e4e746bdec65b7, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\link\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0xd65c5feae6e620f45894493a77be329f, 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\admin-menu-items\\base-promotion-item.php', 0, 0x5584ad09dbb5bacdb325edcf32c8a825, 0x5584ad09dbb5bacdb325edcf32c8a825, 0x08614751f531fa511b5d43f0c193e2429341c2e6cafbb91d18623a76627a9edb, '', 0, '?'),
(0xd6618341ce96b92cb80997f3bedaa8d2, 'wp-content/plugins/wordpress-seo/src/plugins-tab/domain/plugin-detector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\domain\\plugin-detector.php', 1, 0x00000000000000000000000000000000, 0xf0e7b1e6ce4244b7c993d157f0c28d86, 0xa83375b218d9de93382ec216b25ba05705ef0df751b35dd2da51bcf868f49371, '', 0, '?'),
(0xd665c699a0e57dc79c4d57d4bb2d9687, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\robots-presenter.php', 1, 0x00000000000000000000000000000000, 0xa1de89e9495f8297c4d9507214ca59bc, 0x58b3c4574a1fa604d7aa11e56f4415039d0e3943bd3430e8b337509461201451, '', 0, '?'),
(0xd66af5878b23bed3b2a9b77f58259c49, 'wp-includes/block-supports/elements.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\elements.php', 1, 0x00000000000000000000000000000000, 0x50f0876b86314533d9d7aca7b534c95c, 0x0c1c78237f67a75f44491326d2803fd93de91e1ddadfbf25f60894ab0c53ced9, '', 0, '?'),
(0xd66de18b9e6aa8efbcc75710ec42767c, 'wp-includes/blocks/template-part/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x46d9e3d36f70e41c0ebba6484a0921bb, 0x7768649bb49fbba6edbc3dcc6e3dcb791d4c593c2c6f592d8a4b935a01136c6d, '', 0, '?'),
(0xd67241fca4cf5d09809a2f7381fa2bd1, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\robots-txt-integration.php', 1, 0x00000000000000000000000000000000, 0x22ecae6c3b7fd003a588e42fc0a4c103, 0x9aad7084a0d7f80c96f3ea237cd345f7cec8ef24397eb985902cd69a115c15b6, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0xd672f493c263455435969564f58aaff1, 'wp-content/themes/astra/inc/dynamic-css/logo-svg-icons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\logo-svg-icons.php', 1, 0x00000000000000000000000000000000, 0x2eabfeb7956876de98c10ef43650cc69, 0x7d9a7a5136a4ce8b6ffe3e50d6beba6957d7b7ece7b9e3f75972fa19ca560317, '', 0, '?'),
(0xd674b020c422228e018edbbf1df941a6, 'wp-content/plugins/feeds-for-youtube/inc/SbyWidget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SbyWidget.php', 1, 0x00000000000000000000000000000000, 0xb500c20d060c322ad0a8cc441ca24520, 0xf1d5b6786cf916a6a3d37b3fe9772c04fd18797d6a026e05263ab117487ff4b7, '', 0, '?'),
(0xd67515d80b2a7f8bc0cb219bed1c0db4, 'wp-content/plugins/elementor/includes/controls/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\section.php', 1, 0x00000000000000000000000000000000, 0x2076c71ad49adf3f086c62009595eea3, 0xe6d8491f559ee98ab7c8ef0237fc16c060bcc4febd38f631035b347399795df9, '', 0, '?'),
(0xd67bdde65e8a1b851194fe5e54c1d901, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.min.js', 1, 0x00000000000000000000000000000000, 0xd7d88e313825c87955d61c134024f121, 0x2ccbd1ad5fc3dace921c9c3e1b0de8dd19f2f10ab5e591f7a967cf255ba1c00a, '', 0, '?'),
(0xd67c2700e8462007e68e7afedca27517, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/allinoneseo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\allinoneseo.png', 1, 0x00000000000000000000000000000000, 0xa130f90ff58b197ec7433c51db001abc, 0x50eca3e860b695fe185fb81684c5f21e571637194719830246a91d784858f561, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\waf\\debug.php', 1, 0x00000000000000000000000000000000, 0xfb41f6104e99af7a91f01dcc09dcbf9c, 0xc597943589a36244471288218b021412e208cdde067b1f74b62a229ffdc879bb, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0xecdf7c4a231fa92ecd867e6a862e60b2, 0xa6d319d1681e5e53b18046e1febf77f0625cd276293a3e0af233d448b69df5b0, '', 0, '?'),
(0xd69361d18c331e134d99648bf277d8d6, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/ClearReviewsDuplicateRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\ClearReviewsDuplicateRoutine.php', 1, 0x00000000000000000000000000000000, 0x91c83e0abeb498b44ef6382a881a9d7a, 0xa5ce43f3b6ffbe830c0088edf3c234595d7f9ee9b4321eb9aa09c8e7b391a86b, '', 0, '?'),
(0xd694c9867c110364ad7d6737b853903a, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/twitter-gray.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\twitter-gray.svg', 1, 0x00000000000000000000000000000000, 0x1c66cb7712094adc512cf5f27f233fbe, 0xd80b177036ea7da2fb4804205d32fc206d3fdd4e1f782517d6c8b70ca629f672, '', 0, '?'),
(0xd69b862e18ef6cf99b264424cfcfb73f, 'wp-includes/l10n/class-wp-translations.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translations.php', 1, 0x00000000000000000000000000000000, 0x444885dbdb208dfbada5f220660dd06c, 0xcf8e8ddfc80938745936c092ae0b21ff68922acc136fb85c0439602f827e6dcb, '', 0, '?'),
(0xd6a6d2b1389dc47d842fe22acab9fc66, 'wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\widgets\\stripe-button.php', 0, 0xc51d2feb0410073c57ecafab1714a1ac, 0xc51d2feb0410073c57ecafab1714a1ac, 0xdef7b14abdbaf6b8f53243e1dc36734d3b571e8e6f4ac9b3cd88ff2f744b1b3e, '', 0, '?'),
(0xd6aa3684069006ec23c4829fcc9b39ef, 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-preload-local-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-preload-local-fonts.php', 1, 0x00000000000000000000000000000000, 0xe1b74ecc332a9f6dc89b8eb87ed4f7d9, 0x0ee1b4abbc2eb727388e8a952eb53462a57fc68e789ea0e395f5a85440fe23d1, '', 0, '?'),
(0xd6aec36d4ee54741f8731eff04eeac2e, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\organization.php', 1, 0x00000000000000000000000000000000, 0xbde7deac493d88c826d10e2e29b7afb6, 0xaafd7ed06d4ba274a7f4d794483f24b59f65791509cea8514db7921b37c0768f, '', 0, '?'),
(0xd6b171ae41b88436e06b122e6fe8946b, 'wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\index.js', 1, 0x00000000000000000000000000000000, 0x48998918a2f52f1af4ea4b6f57027a17, 0xeb0df166355d682731030826141dd1e8dd8eb79d1efca58fb0c4cfa559568ad9, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x5bfdc07545b473ca06c5f0f414324ddb, 0xe963fd7b20bf28c65ff800f831b7f0114937b735657104c6aad63ad3e6d6f3cf, '', 0, '?'),
(0xd6bb5b443bb7ff16af6f4a95632f75b0, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/atomic-youtube.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\atomic-youtube.php', 1, 0x00000000000000000000000000000000, 0x6932b3d23c57fa1c71512a5f3c07a11e, 0xf051ca5c116778b094ce34e6287a8bb4e1cc3e0292cb984292481ad19f461936, '', 0, '?'),
(0xd6bdac429fe56db24fd02a833a71c97a, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xd6c7450d9362a66d705337656969b82b, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\IPTraf.php', 1, 0x00000000000000000000000000000000, 0xd2644a16ca373835957c10beb9d6109b, 0x2798c5797c2016f3780cd4eee4c52870264edf92b71ce317aade4e18b26bda0f, '', 0, '?'),
(0xd6cf7ba98aa56e71c12c186a28937811, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-profile-picture.php', 0, 0x66a9943687df98213ec592ba2792a124, 0x66a9943687df98213ec592ba2792a124, 0x1a5d42c3e9b16e48a0ebfab904632794ec6f48ab03b05f56019d7703f6fea392, '', 0, '?'),
(0xd6d1473717ebaa1642cc86365814cfba, 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-news-blog.php', 1, 0x00000000000000000000000000000000, 0x6e02d3134c7d30c8cba9d4981eb0fc26, 0x0e1670d38b3817ce88ba0f89084ff8398a1f32d52e9b5c8ed0397bf74985862a, '', 0, '?'),
(0xd6d21a310e113f90a289ec0c30fc9750, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-cart-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x2a02d46231dc62b6d7f9c8a91a685e91, 0xa1ff99b60a445d719fd48c086f02d355cd1c7efef49c8423bb220c0df943db37, '', 0, '?'),
(0xd6d24763b5193fbeb346b23994135559, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\regular.json', 1, 0x00000000000000000000000000000000, 0xda28c9e17deaccda4bad2b60956e3efc, 0x9a78ba6bc11846e0ed2ec6db32d069391c21a7fc9c0474749b058c44268f7d07, '', 0, '?'),
(0xd6d514cdc6c75707b77a00446e997278, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/unarchive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\unarchive.svg', 1, 0x00000000000000000000000000000000, 0xcc4925494ed22e0248f5b8b5f9b8f492, 0xc58faa290e714b16b398d73bf80cd2dbee687cd936d7843c3c42b52bf78dbd02, '', 0, '?'),
(0xd6d7f16f69995c161d59307678774ac0, 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/file-failure-llms-txt-notification-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\file-failure-llms-txt-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x27357c1f7c878b1bf2a174474eeb7ad9, 0x62b37b7d35d0224107483b4802fc42b71b080ee4cdafbffe4d712ec42248bde8, '', 0, '?'),
(0xd6dccf42fbd8578be9ca6b0d5a7bbda5, 'wp-includes/sodium_compat/lib/ristretto255.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\ristretto255.php', 1, 0x00000000000000000000000000000000, 0xdcdcb6c316c05d89cafd0e9bafb5d25d, 0x466f0fc41f6acec853f2b731db043c242b879bf99c715077e7fc58e3c19851fe, '', 0, '?'),
(0xd6dcfc61747343f12f641e98b015cac5, 'wp-content/themes/go/dist/images/admin/footer-3.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-3.svg', 1, 0x00000000000000000000000000000000, 0x2635e8cff78448cec3f165192574d40d, 0xfa0533b23f67049ccccaf1fb19b10ed3a4964cdb8301776240a9272f20dd9ed6, '', 0, '?'),
(0xd6dd4a7837dfe00035b7b6b685e5625c, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-2.php', 0, 0x8f8c2327b9b428d105de8bc1258e571a, 0x8f8c2327b9b428d105de8bc1258e571a, 0x9e2b933d8ce556482ee3728fe7055c24ee9a44b611957c5886cf7eb9078f6a99, '', 0, '?'),
(0xd6e0643f751d166301307c3a26b87d07, 'wp-includes/SimplePie/library/SimplePie/gzdecode.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\gzdecode.php', 1, 0x00000000000000000000000000000000, 0xf083acc34c586acd548b54fe4f3e00f4, 0xbf2ffa0fcbe269f242b7ed7bb0f12f0a3a53f999b0a8d007e4681caeef4e9e47, '', 0, '?'),
(0xd6e245d1b824e1074ee77d9ee5e9af61, 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/token-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\token-manager.php', 1, 0x00000000000000000000000000000000, 0xf96d510cba40a215d2354744c591040c, 0xc09767fdb14e629ea5e9a2b66f6bbbd79dae5db3af5c5d17925dcc57b3b2815a, '', 0, '?'),
(0xd6f3154b976f928af0c15811363320a9, 'wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-editor.45609661e409413f1cef.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xb272ececde530e5621637a7e529abc8b, 0xda7f705b4f9835b2c067096757a0742661ea86a7dee63591f0dcac1a7afbc091, '', 0, '?'),
(0xd6f9be0acc91e0c72925c9daa443b42c, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angleup.74dceadaed0ef6610e21d2b772001b6f.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angleup.74dceadaed0ef6610e21d2b772001b6f.svg', 1, 0x00000000000000000000000000000000, 0xe769d7604b6d99216c1e5691a797ba89, 0x441eb45f3869d2c35033d45337a9944285abe47dde37c49c79d2e498fe778e69, '', 0, '?'),
(0xd6faccca16f5542064f7cbb72540f008, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/instagram.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\instagram.svg', 1, 0x00000000000000000000000000000000, 0x680a3438f56c8c5e238a964f1efa87e9, 0x979fcf618da03b9791679e671cbaddebf7867d696082c6937aaa3bb2f01a4a8b, '', 0, '?'),
(0xd6fcb39dac95d8b41e452ebec42a316e, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-command-handler.php', 1, 0x00000000000000000000000000000000, 0x66d5d5be5352d98de3b528b62f59d5e6, 0x58ef6229a2faf47ea3eb5a8900e4e46c323e8d60193edc856d3bef88c27da604, '', 0, '?'),
(0xd700c4732ca59bfbefd3843d2cbeb9bb, 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\base-category.php', 1, 0x00000000000000000000000000000000, 0xd55141aae580f7ff6f2d5acc4a10a31d, 0xbc1f7920b36a0c43fba23ddca5978bac485e1723d59a9cfe2fff225ef51de9c4, '', 0, '?'),
(0xd70286e26dba50032261715cce77be16, 'wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\social-icon\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xac1bd95b70f409f329dd47553a558991, 0x6706726043b60e11d68f6e8c8a5f52fe303dbc804d3016438fa70b5ed6aa6fa4, '', 0, '?'),
(0xd70ae8c179d3780ee6e59368ebcc0747, 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\beta-tester.php', 1, 0x00000000000000000000000000000000, 0x14a2e21c03a5f4d71a1aa8214c96eb01, 0x97396503e5d00e45f4b8af6b0a45e929482a72a63b95b17bc7475a832a19983d, '', 0, '?'),
(0xd70cdfb06384157c629312b27201b56a, 'wp-includes/css/dist/edit-site/posts.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts.css', 1, 0x00000000000000000000000000000000, 0x66b2e08ffd5b31298bafb1c64b47f0ff, 0x12be028e157771776d769c4713d4d4d6c00e5097aeaaba33fcf7980dbfedc7a3, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd70ee41d115c01540d62c67c565117c1, 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-parent-task.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-parent-task.php', 1, 0x00000000000000000000000000000000, 0x92915b98ddf16bfd38de5a47f9221036, 0x710d61828bb1b2f02b7725976788629bab8abb28b646ea7bb39f1a95aad4bf05, '', 0, '?'),
(0xd71325cf75d663ea70d696b4de5d17d1, 'wp-includes/blocks/calendar/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9745210a6bdd84757363a903fd84d18c, 0xa7c71eb9e30ecb7d5e9c690db0b3d8a9942d3d149489fae520fbeb4afe230f0a, '', 0, '?'),
(0xd71381279253f926f89a138a46f7b0dd, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/filter-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\filter-transformer.php', 1, 0x00000000000000000000000000000000, 0xf92bc02a94fe2cefb28aa6d7ee1c2b59, 0xaa931a55428dca205653f395a25da25a2eb00a104600fa6e8227a41f7f98fd4a, '', 0, '?'),
(0xd718c711396800026838521b9b3337ac, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x6a442292e70b4b896d001d913870dba3, 0x664aca857edbf6992924e59d45db76202107899eb707d2fecf503ddac1421820, '', 0, '?'),
(0xd71989722e9e0a8b5cfd1d488163a7f4, 'wp-content/plugins/powerpack-elements/modules/recipe/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\recipe\\module.php', 0, 0x08bb0e3f85749f7b814f7f1fb6456b90, 0x08bb0e3f85749f7b814f7f1fb6456b90, 0xc1d67c11d8837ed0702d603ede3dcb86ce2fdcad2b58c5cd3df9ff62cd61358e, '', 0, '?'),
(0xd719f23ac35d5fc6088d98826939c9d2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry-template.svg', 1, 0x00000000000000000000000000000000, 0x77b8f6f7ec9d65466fa181a4165df3c7, 0xb6785b1408724fbeca5d4207ec7b0e396dd07dea089d73606df9ea4ff4102bc6, '', 0, '?'),
(0xd72a6530d98a2265ef5bcfb478161b00, 'wp-content/plugins/feeds-for-youtube/inc/SBY_WP_Post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_WP_Post.php', 1, 0x00000000000000000000000000000000, 0x7826409ea3c59908a3dfea36c92f6dcb, 0x86ffb42edbe9565a76540c15e07fa235063507184a5019fbb9d5357badfc4f76, '', 0, '?'),
(0xd72b858a65dc03772f8e92bcadda8472, 'wp-content/plugins/instagram-feed/admin/views/oembeds/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\content.php', 1, 0x00000000000000000000000000000000, 0x9887b9de1e9673723d116fcc988e3d96, 0x075cc56934f2b127bb16351306f85f0061aba4d2bbca2fe17b87efa39d602dc4, '', 0, '?'),
(0xd731ed14b87f0eb9753cc3753226f7c8, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-singlealbum.png', 1, 0x00000000000000000000000000000000, 0x05d056518010466ce5ca2d287e2795c5, 0x1152b823a3449143ed9cb67031f9e61b1b0191dedb00ff363319d94db053d3ca, '', 0, '?'),
(0xd7351c50793daffe1719ebefd7f09d36, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\template-conditions.php', 0, 0x64e1a83e9a13a1709f67a1c46c0a52dc, 0x64e1a83e9a13a1709f67a1c46c0a52dc, 0xc3862a52cbf2c3e04e006eb88e217d6982d43827c1ad76d79c2aa28e151b1116, '', 0, '?'),
(0xd73a96440d38feb80de21432c69bdb17, 'wp-content/plugins/reviews-feed/class/Common/Error_Reporter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Error_Reporter.php', 1, 0x00000000000000000000000000000000, 0x5a825b9985ff5ff425c5fe950285cdb9, 0x2fda58d5dfd4e2daadcd1715ed35af67acff00db91085447efb0267d19d4f7ae, '', 0, '?'),
(0xd7438e51a340245a57636836ae6d4741, 'wp-content/plugins/feeds-for-youtube/inc/SBY_Cron_Updater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Cron_Updater.php', 1, 0x00000000000000000000000000000000, 0xcf1df13ef21b20ba02518ec83daeb322, 0x16938ec962259968e84931dcdd18945d63016abefeb17c9726f0aaf7ceb279ce, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xf3ccb81bea68cb77eb25f323df5713ec, 0x3253d387616c3013692820c23ab5ac80d7a3ea8c7a2c454ff2407a166c2a8793, '', 0, '?'),
(0xd7491be3094ab58e617e529a8d075aa8, 'wp-admin/includes/class-wp-application-passwords-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-application-passwords-list-table.php', 1, 0x00000000000000000000000000000000, 0xf5bbac39f82cd9a3f5ffdab8e51b7aa9, 0xfcb9bb0994f5a014127ad88c73c5ebf5f379a86854e80e27c11a29eb19ea9a20, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x6d02a428f8affbdc4d423f2a7fedcdac, 0x4547c02476a6948535a97c3954c2db62e80ccde629f7c289d73e88525f5afa82, '', 0, '?'),
(0xd75889de6f073160c42e9c3f23657cb3, 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.asset.php', 1, 0x00000000000000000000000000000000, 0x697d9f9ca9bee86d21bc5e034b0d519f, 0xafa6b742ea9735275847d0a3485776532a61a1f6b010a8cf734dead7cbb35fd7, '', 0, '?'),
(0xd758e4fdfa4a964bb833b5a6467e15e2, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x4cb92d1555d5914d82604eafbd608dce, 0x5fc78d1013d04f9dd8de6310d20acb6d4ba49294e226c410bb9be0b2eb8225d5, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\redux-routine.js', 1, 0x00000000000000000000000000000000, 0x8e7f44b0d8c98993949ee0f14e244202, 0x1540caad47d65f13de0df305eb9d9f92d1d7d5cba8b009f508690a82c78bb6d8, '', 0, '?'),
(0xd7683afce35696f00cbc313541800121, 'wp-content/plugins/feeds-for-youtube/templates/header-generic.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header-generic.php', 1, 0x00000000000000000000000000000000, 0x39c0c30b8f6cad475fc3f0504d5ff20c, 0xe0a740d282c447c79279162dea05b053394f573872ad9038558d3ad298daff4b, '', 0, '?'),
(0xd76aca15b59962560ed00c5689b7d68a, 'wp-content/plugins/elementor-pro/modules/attributes/props-resolver/transformers/settings/pro-attributes-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\props-resolver\\transformers\\settings\\pro-attributes-transformer.php', 0, 0xc449b550ff4031cd207980a8679bde3d, 0xc449b550ff4031cd207980a8679bde3d, 0xfc4d10fccbd8a1ae2bdc2ce8732c8ff2307fa0a6b6b3697c1f383883e86eca20, '', 0, '?'),
(0xd76d40c791696caa1346999d346b3619, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\first-time-configuration-notice-integration.php', 1, 0x00000000000000000000000000000000, 0x418c6ee7af6d48a232c45e780e5a9227, 0xbc1c0776cee368ead6d4e35321cfb733c04ccc7d7242ae15fa49b38248fcd360, '', 0, '?'),
(0xd76edc69f46d4369fe3f49bd2935bd02, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x0923e1bb00a3c62281bcc1c83400ddf0, 0x000daa6a01e1b82046eb9722d564e32a5cc9d27bc0c2a7883929350d37b69d09, '', 0, '?'),
(0xd76f3c5b07c13a4a054d3785a88f2468, 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-heading-font.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-heading-font.php', 1, 0x00000000000000000000000000000000, 0x0416976a8c8ee8b1faa9a99babab3e75, 0x213ae7ed468f49ba6cfb01eaf145c86d899f9528a6c4d508bee1f59ac1106a0c, '', 0, '?'),
(0xd76f550bd4794146cdfe2b02308d9131, 'wp-content/plugins/wordpress-seo/src/conditionals/ai-editor-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\ai-editor-conditional.php', 1, 0x00000000000000000000000000000000, 0x19b8b8a181f4dd9f51d600f5c9323919, 0xec196134e3e1a78afcb870f5442c046aa358de0fb99e2fab8953fccf7cc8e5a5, '', 0, '?'),
(0xd7762236d46017d27679ef4884aa8cb9, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\w3-total-cache.php', 1, 0x00000000000000000000000000000000, 0x6458d47f0888b64516fd25944582458d, 0x2cf99b3b51d7cb5d9b3ac5adb8f00d7b237ebce3af8eb117695c24eb1c97201c, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0x0b3522382a9ba1414136e914d6a6c42c, 0xe6abe2c9f9c63958eb827a75483d87dfe4f1016242cf1dfa40f984c682b1cd91, '', 0, '?'),
(0xd78d6c595ac2c0684d8034bb3a9e05da, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/copy.073543cecd7997238f27079da5704033.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\copy.073543cecd7997238f27079da5704033.svg', 1, 0x00000000000000000000000000000000, 0xaa4f99f73ff19480192cb18117a167b8, 0x8b98051f31de4212f1f52393222ee0dc681d96b5e4c92cf2819fdf8f601d3d91, '', 0, '?'),
(0xd798b49336d9508c06629aab7c8c6ac0, 'wp-content/themes/astra/inc/widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\widgets.php', 1, 0x00000000000000000000000000000000, 0x41d1708da15ef581818cfd0d2c9f983d, 0xe4bbb386b51e107f2b2a05c0cc7a9be1300968e146dd82fc5e91f0624fd93860, '', 0, '?'),
(0xd79997754d36b783308788cdea424aee, 'wp-content/plugins/elementor/assets/shapes/waves.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves.svg', 1, 0x00000000000000000000000000000000, 0x91d56a585ca5e58959e60242825082bf, 0x2153ac6b5535347b55d70488b4a43241b9e0c4fc5d7eb25b406768a11966c15a, '', 0, '?'),
(0xd79d6338597188c528788348175d8a9d, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_oEmbeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_oEmbeds.php', 1, 0x00000000000000000000000000000000, 0x5e65c1d0b4ca50094dec25072b091c1f, 0x6c912e5bff8be813ae392512a28454d4d10e32b16e6a19645810f0e6b9993953, '', 0, '?'),
(0xd79ddd5806d473d73b90fdee3a1d1a90, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-custom-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0xc4adf89ad7d2ff271697cc3cc9344753, 0x1bc70cc689fd518a97d68c13be9a253ebde3056bc4f170bc8a1d1072f1dab1a9, '', 0, '?'),
(0xd79e6ab5204e0ce611df40e964d11889, 'wp-includes/Requests/src/Exception/ArgumentCount.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\ArgumentCount.php', 1, 0x00000000000000000000000000000000, 0xe48fbd1b244af0cc7acfe9dc66d84455, 0x56683610c8e223af45499ce88d203da682f3bb0d36b4550b211ac2848c98b328, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media.min.js', 1, 0x00000000000000000000000000000000, 0x5da10176a0b6fb72ea6f248d1bc3b41c, 0x0c0c0616148086f7c535d5c8ed694a71b0fc5c42e2a99aac657eb25c772b4399, '', 0, '?'),
(0xd7a8d15545d82610c9bedf3354c68eaf, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0xd7a9889bf363da0e23ed7cb1980306c7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-published-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x0ef33931623536127897f6ecf7abbdba, 0x32f0525ba52c5a1314c0e6cb0137124de4452c9e25ec31fafe644253013075ff, '', 0, '?'),
(0xd7b1eee0f1bda896b86c049ae55ce864, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/cached-seo-score-results-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\seo-score-results\\cached-seo-score-results-collector.php', 1, 0x00000000000000000000000000000000, 0xf02e29a2fe1c6454cf80a802516d34f6, 0xee3b9cc7324c678e4485ccaaf16fb8c121ef772592313349a267944f7055f0c2, '', 0, '?'),
(0xd7b4ba883db8d02b38044860fa8bded3, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-400-normal.1a8b8f6c3bd72341.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-400-normal.1a8b8f6c3bd72341.woff2', 1, 0x00000000000000000000000000000000, 0x708016956b446d473d6b6d1c85f26ad2, 0x05a49b20612c2d9e4ad154644d556da8dd85ca806b6a6ef81d08ddaee9bac612, '', 0, '?'),
(0xd7c671f6f48eb63af574e4e337500208, 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7.min-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c534fc11316ed3e3443d5cb7fc0364f, 0xc174ce07cde23b5def830338293914e076b9a27e9c55e9299a31ebe6b3f7e5c9, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xd7ca501ec1d9805cf4c62f6fb5ae9476, 'wp-includes/Requests/src/Exception/Http/Status406.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status406.php', 1, 0x00000000000000000000000000000000, 0xf90534feb7a6292d87d580f6a5004799, 0x24a32bc4d47d64c66d3ccb0cc37c76b1d56977ec8ff88b7231d4d7479ae730e2, '', 0, '?'),
(0xd7ca6c22dc61b0c2cb177dc490ede165, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/215.cb6f2be15049cec7.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\215.cb6f2be15049cec7.js', 1, 0x00000000000000000000000000000000, 0xa77c256e4f150d2d2399929fe01e281c, 0xd42508975962747c8b3c4c781e774a08caff345924fae6d0c362c912394ff993, '', 0, '?'),
(0xd7d2a78fa86b345ddf7064f8c2f47e93, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0x75958badfcd33fbf1cd68da675d85920, 0xd25b813a114a320f2387989c6c786bf6c124577ef5fe355efc4fee2086a9fc4f, '', 0, '?'),
(0xd7d7e0221fb947d2fcac679fc474eb62, 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\learndash.min.css', 1, 0x00000000000000000000000000000000, 0x660efce0205a03b48a9d6cafffe14762, 0x9d5a48917a3f761024394376a1f6e0088e614f5e72b1e10c306cfe78acdb1171, '', 0, '?'),
(0xd7e39b43c2e6557f16d8a9455424d6f0, 'wp-content/plugins/elementor/assets/css/widget-rating.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-rating.min.css', 1, 0x00000000000000000000000000000000, 0xf816e56ed105658ff1ed09ba4cb81a37, 0x2115a9a0bb8f78ccdc3e4a102dab1396ecde4133976f3bf2a12b98802aa1ec4c, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1881f0a4ce817ecd9ff1ecfe616bb1d6, 0x751a1ca006671e247d036f1ba882fbeb62c4848df12b0da0e30ab803bbb138b2, '', 0, '?'),
(0xd7e804a663945d50aedec5051a7425f6, 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.js.map', 1, 0x00000000000000000000000000000000, 0xf4131737084657680b6081548cd0238e, 0xfa00dac80f1d0b7f460f880c7a37287e2c4bf08ce036648f9c415dd41837bcc6, '', 0, '?'),
(0xd7eee538b953165ce89e04a86796948f, 'wp-content/plugins/elementor/modules/pro-install/connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\connect.php', 1, 0x00000000000000000000000000000000, 0x0bc1fad9c0db76c469ebfb4f58ea3569, 0x36f2247ffba8cee4cb73a60324ae0a7062b12456a46ef112a9e072c57f880d41, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x3a50d491472c955ebc40fdd13666c42b, 0xc4eeccb9c64c9c1ae9d403e3d59a6685457ae46e465801514da9e90988bbf90d, '', 0, '?'),
(0xd7f24f4d75a7ef2eef3b58ae5d5cdd01, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-forward.min.css', 1, 0x00000000000000000000000000000000, 0x07de771819c8267cf5178d0cd18f7362, 0x64f1c63acea8e4f08ac2f21f2061070e4b851da045a7936b11a746e86ed5f8ec, '', 0, '?'),
(0xd7f3b201e04b3dbc8145f03a781d108f, 'wp-content/plugins/instagram-feed/assets/svgs/corner.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\corner.svg', 1, 0x00000000000000000000000000000000, 0x5aa4063fb04602155d35f3c889f6efa1, 0x28946671a770c49e8432746649f0c621d9999958858ad2cbf2cd41ddd76d2dea, '', 0, '?'),
(0xd7f41ad72222090043c995d001443cf6, 'wp-content/plugins/reviews-feed/class/Common/Customizer/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Config.php', 1, 0x00000000000000000000000000000000, 0xc2f2bf4a7de1a7e79a9068b84735501e, 0xb64904c94155e0149223cb561d70923d790f4f9d6fac3a800b7d5d5b60b1d3d1, '', 0, '?'),
(0xd7fb04055aaf7a8a11243e2da5da9ffb, 'wp-content/plugins/instagram-feed/assets/svgs/user.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\user.svg', 1, 0x00000000000000000000000000000000, 0xb67e2c1bc888ba508291e88263ce3830, 0xc6f022d8c65a141277b388a0bc06c840e3d7522b86d5575e6b21ba0b586860ee, '', 0, '?'),
(0xd80a9fa26238610dbc82e0a24f8b5069, 'wp-content/plugins/wordpress-seo/src/plans/infrastructure/add-ons/managed-add-on.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\infrastructure\\add-ons\\managed-add-on.php', 1, 0x00000000000000000000000000000000, 0x437caafadc964ed5a9cc8b6f79318cec, 0x076c3b5ed5fea22c9fc78c96aa472c3491ad08fa4c69e9db04d6a657b9ebb63c, '', 0, '?'),
(0xd80ebab824713f98df8e9aa60340c8b8, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-image.php', 0, 0xa50fd39214414ec108bbe1e263887fb5, 0xa50fd39214414ec108bbe1e263887fb5, 0x2c8ce32a9429ec3c206f8643dcbf284228c4c733758955faaf7318154f32b5e9, '', 0, '?'),
(0xd80f308d223b9d30d316e08fdbccadfc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-4.min.css', 1, 0x00000000000000000000000000000000, 0x30bc7877215f122f80a6a8d883fa23f5, 0x30f6233db352a3a394c31e67fd09608fef1a494951ee2f46ea3406f5b9772bea, '', 0, '?'),
(0xd80fad4b238a59fac4bc9e9e33eb2798, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tooltip_Wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tooltip_Wizard.php', 1, 0x00000000000000000000000000000000, 0xdbff0cb8cd9eb12f7c8a53bc35c9f7eb, 0x7ee52dd72e0321d2f0569c1b6d3f6885cfca91f1935d6f16181013f5fdd2b7ac, '', 0, '?'),
(0xd8161066b34c32642eab4433acb8aaab, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x86779674899792ed10d706c04a424c6d, 0x11ef50dde238200256f94bdf791acb5d6164d2dc99878dc604a0d15a122066d7, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0xe487169997a598febbc7d71b5623cff9, 0x669cbd7342946109936e332c0cb48b23292e06c48b49cb2c8b356426be3ed2c8, '', 0, '?'),
(0xd81f6916e85392eb81e897ccefe2c220, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_BE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_BE.mo', 1, 0x00000000000000000000000000000000, 0x545842297f17e09bb23d3c6e4184bfd9, 0xa468d6d393e83cf3dd1c6848e0966cf120b461a99df8909dda08027e480f9551, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-json.php', 1, 0x00000000000000000000000000000000, 0xeda6d492f4fd7f4de0866f6b1e41a985, 0x446bfbe406987a5cf35e8a2cc9911fbfbbade19df7bb23b6845924486e0c6952, '', 0, '?'),
(0xd828d9c24b11b96f16b319fc06073546, 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\term-edit.js', 1, 0x00000000000000000000000000000000, 0xc999bd3e616ac5ce635e6d99c40f8a99, 0x9c0a6f8da069b00f3e875fac21d1cdbca8e849b2b07c5dfd7f21d6efc65d3636, '', 0, '?'),
(0xd82ef7364c18fcd35812856e05b54566, 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\reactHelmet.js', 1, 0x00000000000000000000000000000000, 0x68e8d09e2c1e90868edf3921dfaabf9d, 0x6ea9d20fdf26e9f19cddf29db90bf446e9d233e70abba198156d28d0c847a3d8, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x584e3f5ba5e4c68113cb5a8d4c0722f0, 0x8fc5f75995ed94e345b436af34f46713162fb6a11e0b80d1e8073c227a7124ba, '', 0, '?'),
(0xd83c67be4dfe410f214397cdf3e8f8a7, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-score.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\current-score.php', 1, 0x00000000000000000000000000000000, 0x82a4f0321e00074cd0de5bb714650c29, 0x3d1b9fe933a3d94651eecf1bf90c4dc5b56fba4a3387e5d251495488816920fa, '', 0, '?'),
(0xd83e143bb335777b7407924421a01fe1, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailerlite.php', 0, 0xcb6a0834181076af7c8caaf353231b8e, 0xcb6a0834181076af7c8caaf353231b8e, 0x0ada53904d05906e539d91252d05c4dd0069defba8072118f559a234e66d76cd, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\import.php', 1, 0x00000000000000000000000000000000, 0x0bb02547ad8f098d6f72f43e5276da94, 0xd59dcbf574a3e50a6e782f1a64a6c5bf3a0af8e0f24911a4cc01488b7c9eba90, '', 0, '?'),
(0xd8430bd563746b35dfeeb1aef85fb830, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0xfb9b2465fe71310ae1a8834b41d1dd2f, 0x162d960629c46466f750dcb2e5ba9d24527d5f0ffd2d72e674bc4d5a3d795096, '', 0, '?'),
(0xd84942cca024fd514d79ac4c6485e73f, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\webinar-promo-notification.php', 1, 0x00000000000000000000000000000000, 0x11d09dd5bd8f063d06cdc02993da4768, 0x66ad10f0bc1570ee1548cd93d8099ec5f1467c68f69f6f3c65a69c3c2cee3364, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0xd854fdc84027bf4ce9205c97c3cce238, 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\indexables\\indexable-builder-versions.php', 1, 0x00000000000000000000000000000000, 0x8e7daa4d173a0c5d818d6ec6e42247b6, 0x04a5615d85912cf3b911e31c5d7ab43b813234f777a8b68144ff1ad92f66a4b0, '', 0, '?'),
(0xd85b25f98eb21458aceee63cb119d772, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200430150130_ClearIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x50b0e9060c267faa710f4b5572c6f8d5, 0x3bb1439f1917f107d2115d169d3febaa0b26ca45938facb0d4eb57d051e1ef51, '', 0, '?'),
(0xd85b62ae15e41e26114a52dab53b7536, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/export.d1bd42cae25da0dcdb13c30f6e7685e5.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\export.d1bd42cae25da0dcdb13c30f6e7685e5.svg', 1, 0x00000000000000000000000000000000, 0x709c5e50baa67082f4dcf0a08479b0b5, 0xaeb4e74bf5f21afde7ef148a4fc7062159a4324ee6c2f71f331bc99c8db56919, '', 0, '?'),
(0xd85c9dd3cad89807be30174335766dd5, 'wp-content/plugins/elementor-pro/assets/js/nav-menu.393f7e8d1eb984d695bc.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nav-menu.393f7e8d1eb984d695bc.bundle.js', 0, 0xcb016ab43940559f03092aaf9ad7547f, 0xcb016ab43940559f03092aaf9ad7547f, 0x5feb9a91f7462a7f3a1198be449ae035b18fae38af4c25b5a57f40dfa65ac062, '', 0, '?'),
(0xd86acc7115a2876ee115c09eb6a7532d, 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\bb-plugin.min-rtl.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd87312212f31fa3bc7bda7a92f64f067, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 1, 0x00000000000000000000000000000000, 0x1d9d8acaac5442a7154489a97adbf3c4, 0x69fd4fc53fbbdc1869c8ab77e92eee89d1e7b94d427b8f0a57e3f615a20fdcce, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectable.min.js', 1, 0x00000000000000000000000000000000, 0x4bc09670780bd1815bbb421426d4bf7d, 0xc0a373038a04bf9e56d5358769624e056950c4f408261546307fca05d719fcf7, '', 0, '?'),
(0xd877abe339b0a660b8c56ecdc5a1e58c, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0xbe5d504385c3b23852d433b5ad25896e, 0x878098cce421a3f0963b70f109734917fe25c5444b294ef6bd20f545a8c4bea4, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd879e7217a0098be3f691a285edf70b8, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-9-render.php', 0, 0xf420ed822d40b7f015834af084095ec1, 0xf420ed822d40b7f015834af084095ec1, 0x427907e52c58f7803bdb747d7824a0db53360da428383b98e7af1b42a5b62d37, '', 0, '?'),
(0xd87a84f5c2569620c7a61ec2bc41d87b, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/Ctype.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\Ctype.php', 1, 0x00000000000000000000000000000000, 0x91a8dae6ecd84d0709b0f281686e1b1f, 0xd6e650371d8c693b2a300c5e435cf27976e5c2a11ab97e160168e3f04825c460, '', 0, '?'),
(0xd87b2a46d3203cd1aad4bec2061b8ada, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reset.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reset.svg', 1, 0x00000000000000000000000000000000, 0x83c8c4b52116f824bac8041596d1ba7b, 0x317de5a678d2c9e36cbabccfc68f32a4032386d21d016ed32692c30dc9cff487, '', 0, '?'),
(0xd8836f9261044c3c36749fceffab74ee, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Number_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Number_Control.php', 1, 0x00000000000000000000000000000000, 0x41d30bb751df4699ca0d4acdf35e5c31, 0xd3776f7c7b6cb9ae8476b4008f88140aae74db00a34d00541637ebd2862d1333, '', 0, '?'),
(0xd885911b20acec503beb0f6644b837ba, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-text.php', 0, 0x1b0631618798e1dc91c5b3e4b9e4d0fd, 0x1b0631618798e1dc91c5b3e4b9e4d0fd, 0x16a69ede6689206cbad62f530c5fb31bcfb7f5aea1b81aa9cb6251d8fe3a3a44, '', 0, '?'),
(0xd8997294f3bb706a40d1a8495be0cd3a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-sub-id.js', 0, 0x280e645afa56405000c75b56b26280ee, 0x280e645afa56405000c75b56b26280ee, 0x8b68c4733690376a098c86149a18c8f2a94edcfffa8fec0f3b4d7ad0c13ad329, '', 0, '?'),
(0xd89d1780aea41e998b1e09560673f2b0, 'wp-content/themes/astra/assets/js/minified/customizer-controls.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-controls.min.js', 1, 0x00000000000000000000000000000000, 0xe455d3fdf61c48058345428ab8a6c47d, 0xc554be7a193eeb0ea5cdd9df30f1eb75aec65b8e462b65127060e634ef909b8e, '', 0, '?'),
(0xd89e3e1cc6821c3795b9538020e8ddb6, 'wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\sticky-add-to-cart.js', 1, 0x00000000000000000000000000000000, 0xd249c2d84c3ea90b4bfcf03e6b5e4125, 0x4f5873e273842370efead6e19b254984555a82614788b99fc2a0259b707ded8e, '', 0, '?'),
(0xd8a2cb465dc4c998cac50ce9555a114a, 'wp-content/themes/twentytwentyfive/assets/images/location.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\location.webp', 1, 0x00000000000000000000000000000000, 0xc8dda29f86b03fb43bd74a95026baa03, 0xcc42f0ecc5ac75b226626b3b1fb4615365cdb11dd4810164379b27103068234a, '', 0, '?'),
(0xd8a76aad96d8bf3e130eae63f8ae639f, 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-3@2x.png', 1, 0x00000000000000000000000000000000, 0xd70834d339f199ba8a86f2eae380eb86, 0x3150769b9f89015cbabc4047ab78058ea632a8a1d41788b09a5d9030ce00bf90, '', 0, '?'),
(0xd8aee99dd18c0a6a9789fc01e6083a51, 'wp-content/plugins/reviews-feed/assets/images/reviews-smash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\reviews-smash.svg', 1, 0x00000000000000000000000000000000, 0xca5ea78d8aee417263de8259e0dccb3e, 0x9b8c06dc3b641c53df2c88d92390ee02c4e698c105a97193af99a3a9fcc83068, '', 0, '?'),
(0xd8b0e1441c85d2c1ee27272bf67d019e, 'wp-content/plugins/wordpress-seo/packages/js/images/site-kit-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\site-kit-logo.svg', 1, 0x00000000000000000000000000000000, 0xe3b30713bb14db69d6dd9178e63798d3, 0xa0a3dd144b5960d820e255be2ad6559ae11027cca1ec54f1c78016e91e7838c5, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0x177e8e6371703983b66230715fcc32d3, 0x9c17f84696fbe404e3e98c4fa0fb8fb2d1a351971cece0a34693ddeb2bf43183, '', 0, '?'),
(0xd8b77b81584031e7d47a0a0a095f37d9, 'wp-content/plugins/elementor/assets/js/section-editor-handlers.d65899d232b5339510d7.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-editor-handlers.d65899d232b5339510d7.bundle.js', 1, 0x00000000000000000000000000000000, 0x3797e19cd24344e4022bd83f9ac17cf0, 0xc9bc5ea3683eab23e15497997be39cda4b6d23183c63cb3e68b0462518031560, '', 0, '?'),
(0xd8baa66753b730bfca358dbbb6c30494, 'wp-content/plugins/powerpack-elements/modules/showcase/widgets/showcase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\showcase\\widgets\\showcase.php', 0, 0x6e2f9d93f9b03d29494f4b6edc08efae, 0x6e2f9d93f9b03d29494f4b6edc08efae, 0x764a8773eb1d7e5b17f94b2db01babeb56e0f7a0b8baf8b8d3485085731f6dbb, '', 0, '?'),
(0xd8be4a88176015412bc7b4e3a3a8e48b, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\albums.png', 1, 0x00000000000000000000000000000000, 0xaf96310317f913c1268f957ea5d45754, 0xec4b01fce39097f85135f464f4f3c3d58b68dab365e557788dcf30b12a352221, '', 0, '?'),
(0xd8cc6f6a75e24a78305c4d7c51f0ba7a, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Settings_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Settings_Builder.php', 1, 0x00000000000000000000000000000000, 0x436cf8e862b17e139f470d2f2cee8c87, 0xe71954b73ae4162e0be571a344b3eddb11dde47f1d96392476faf9607ed4c687, '', 0, '?'),
(0xd8cc71bf20ebf5a8c19bb742eb47a169, 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.asset.php', 1, 0x00000000000000000000000000000000, 0xdfbdf28ccefa5268135979eabc7a9f2b, 0x6d0c9cb99505d7e91011c80517c041d16469e574ca815dddaf40cddb819bd60b, '', 0, '?'),
(0xd8d33d2938cc7be6005ac46728da7be1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x4d1301bc86d8b474383b553e99511d5d, 0x180c8db0694e066c687e28570a3e1db1c2ca3ee9bbc04daf1f64a072f3939b2b, '', 0, '?'),
(0xd8d3e1ab3addd3f082f16a6dea9b03ad, 'wp-content/plugins/reviews-feed/class/Common/Admin/Blocks/SB_Recommended_Blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\Blocks\\SB_Recommended_Blocks.php', 1, 0x00000000000000000000000000000000, 0x24b9b91dc1afd8328d1aa91fcefd661e, 0x2ecaa8cc4ac686d4311ae9e4060f970fc1dfb312cbee25adc9c94afaf48aeda1, '', 0, '?'),
(0xd8d9dd1db51d35496d9323a6ae3c6b1d, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0x1185eabf75638a7503053472e4918b98, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?'),
(0xd8db6a64dba2e3a186e662d9bc3edba6, 'wp-content/plugins/backup-backup/includes/check/system_info.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\system_info.php', 1, 0x00000000000000000000000000000000, 0x7f824adc5018307192b887d8c8bbf83e, 0xcd67c16f6f555b0be820fb3feb33fcfac3a96620a6f30e139f5fff3034f4ad37, '', 0, '?'),
(0xd8dd0bf901f8d07cd05195b40b141997, 'wp-content/plugins/instagram-feed/admin/views/support/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\content.php', 1, 0x00000000000000000000000000000000, 0x9d2d9b7ae72bf3f7bea5c3baafbaccb5, 0x767d928b8cb84b86cfc0daf0fdcf9fa86ee362deb1ac9e83921eb5ba79bbd20c, '', 0, '?'),
(0xd8e91b44de7c2a7cce98f6ead04fc4a8, 'wp-content/themes/astra/inc/lib/bsf-analytics/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\composer.json', 1, 0x00000000000000000000000000000000, 0x350193d743796dea0cd26308ebc989df, 0x5b0ccb6e9772478be95aa5e276bf204f26f98f0515b05e5792970044d710446b, '', 0, '?'),
(0xd8eaecbbe73eb062b7b8a674f94c9755, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 1, 0x00000000000000000000000000000000, 0x358d2c0e3e26a6a149b121b40d46ceef, 0x0b82f2e70ada21a960a2bad72db7e68c73e2f932fc347af525842a4207cd2ea2, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0xe4bc17cc45ca91ab0f09dea134975c51, 0xf8b604690fec218236d1935d1080adc07352903917aa3654914d3c0a6c6e038e, '', 0, '?'),
(0xd8efeb3d01147f8949eed3951a40e224, 'wp-content/plugins/instagram-feed/admin/assets/css/callout.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\callout.css', 1, 0x00000000000000000000000000000000, 0x9b70d581935ca0d44c4183ecbb415d4a, 0xd7733677adc8ffde3cd1a684c71384b313eb28ac807c248cbe4114e3ed72e91e, '', 0, '?'),
(0xd8f7cc85fe2e4a638faad66871b2088f, 'wp-content/plugins/instagram-feed/assets/svgs/youtube.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\youtube.svg', 1, 0x00000000000000000000000000000000, 0xae968663e00c80bf1709cf46523a6d67, 0x17646711ded9c3e44baeb8221903b22b643071091bc50a71453556e7c1011aee, '', 0, '?'),
(0xd8f8efe405bfeb996bcdafc539a3e946, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/taxonomies.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\taxonomies.php', 0, 0xd2689327fc5fc1aaca56b2d7c8dc34f6, 0xd2689327fc5fc1aaca56b2d7c8dc34f6, 0x1d1dab13887d20a4c4dee4a582fa17f78e7b1b1c36864c6ad5cb03bef352d78b, '', 0, '?'),
(0xd8fd1d71d31b5b3dac71b84ba4590980, 'wp-content/themes/go/dist/images/design-styles/playful/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\search.svg', 1, 0x00000000000000000000000000000000, 0x187eae64e6c74672075b5a40607ab67b, 0xd18f64da4ae13a80ed793503e6237a91df3eca09a9b60f9f99400f509baaae33, '', 0, '?'),
(0xd9039e2b25f993b648a3e18885d808d2, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/view.bba565eac47be0299f2230368e5fac9e.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\view.bba565eac47be0299f2230368e5fac9e.svg', 1, 0x00000000000000000000000000000000, 0x2f8c393eafc2c9c0b4c16f8a0e725f46, 0x8f9e96eafce28422dd78d76a092a6ec89dc308c036b0ca14d40d93cdb6bb0707, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-query.php', 1, 0x00000000000000000000000000000000, 0x9c0807b16e0f88044a25ce2380a917a5, 0x6036577c54baa5550ff117e2a72bd5e664d23681569366bc488256ededc7ea6c, '', 0, '?'),
(0xd9066b7c97948aad5131b75d7252ecf7, 'wp-includes/blocks/term-count.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count.php', 1, 0x00000000000000000000000000000000, 0x79348d7ab9a9f32a9a25818cb5ffb1cf, 0x74f9b093c386979bd90f8c7742e8a8678ed5d72fd3296ce7e4c735d23e1fc843, '', 0, '?'),
(0xd91898bc986fc160a294f564751ed268, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/transformers/condition-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\transformers\\condition-group.php', 0, 0x541f17bb153ca4af757a28a561f64d5c, 0x541f17bb153ca4af757a28a561f64d5c, 0x0c289ee52cdab737cbdc00927f10c7ec8f4f4c68bce5532c1120a02ae1bbbd06, '', 0, '?'),
(0xd91c3a17e37bcf6b740b3d6e7c0b405a, 'wp-content/themes/astra/inc/abilities/class-astra-abilities-init.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-init.php', 1, 0x00000000000000000000000000000000, 0x2f6d5d75aa31d3839aeb85442013b1e9, 0x15e6194a2ca19ae7ba45c7adb6e09961cbc7fd9858d21b0fcdf78d2a7ddb48b7, '', 0, '?'),
(0xd9253df71bf919879acb261a623bdb4f, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocketicon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocketicon.svg', 1, 0x00000000000000000000000000000000, 0xd6e53ca76b8dc3a6497f126f98559d8e, 0x248cf5e32bb7122626af7eb0dc001dafa98dce113d8b8d8ec5be000a2155e99e, '', 0, '?'),
(0xd929706b8e615cfea32c549da17a3ec2, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-short-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-short-description.php', 0, 0xf093b161df360f918f9b15ede7cac956, 0xf093b161df360f918f9b15ede7cac956, 0x550769f3d2a0cdb75f7f4f1bc1615ca678a755cc1fe268a33070836902bd5074, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\paste\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x645805aedb03bd9f95a5f37ad286d6ab, 0x8366f7d700577b3f71bdc5dec6fefdc5e68bd7556ce0be50f3fdd6ab0e633812, '', 0, '?'),
(0xd92e0736cdc3cfb1855347e23c09a84b, 'wp-content/plugins/feeds-for-youtube/frontend/build/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\index.html', 1, 0x00000000000000000000000000000000, 0xe3548c239f83d9087bcb82029047feb4, 0x325f20a46c32ec6ff40ca91cec3a7ad5ed5d4d3c5479fb006335a826ea24ede1, '', 0, '?'),
(0xd937940180a555062f821ccadc3d48a2, 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-page-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x1b2f01fd47bf95a4abef82ed5c95eb67, 0x2218feb94edff6081bf0ae9f2651e646a85cdcba41dc0073622a125859fea343, '', 0, '?'),
(0xd941971dce367bd3f6563b45ae997edd, 'wp-content/plugins/instagram-feed/admin/assets/img/feed-analytics-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\feed-analytics-icon.svg', 1, 0x00000000000000000000000000000000, 0x2ef08ce3114fac33086872a6d5d33ae3, 0xc8b453da6857e8a7534be35ddf5ae9284d96c93a15db9ff9dd4e560df676ccae, '', 0, '?'),
(0xd949c51069b2308cc3616f8d2add29bf, 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\account\\class-astra-header-account-component.php', 1, 0x00000000000000000000000000000000, 0xbb3c394dc3cf9282570e8c5eeb1b3f10, 0x28f3db93404471c1258f0c8a1fe53cec8f03ea8a575a12a00345db46e760eeba, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDB.php', 1, 0x00000000000000000000000000000000, 0xd7a6786bea23be2d7f4fcc66b7f41e21, 0xb8e1500cb0c2b7f2d04a494b3ed81d4953426684d9600c7903597219b841f992, '', 0, '?'),
(0xd94f0e278827cb1b438102af0f9287e9, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200702141921_CreateIndexableSubpagesIndex.php', 1, 0x00000000000000000000000000000000, 0xa7faa3d3f5acda694e7becf2a25679f9, 0x056721c7e0ce887910dee2a3ae66a17d92f95648f1a090d8dfa9993f272fe514, '', 0, '?'),
(0xd952da4decc33c36163025109bb3b13b, 'wp-admin/network/contribute.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\contribute.php', 1, 0x00000000000000000000000000000000, 0x0c63ad794ac501df9bd042f5bca5009d, 0xdf43a2e2dcf34b640653e04997beb453dfaad5ab2c7f3c15c6c17f2c46bc91e8, '', 0, '?'),
(0xd95983dd4af66c4bd2bcfd531c55793c, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/authentication.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\authentication.php', 0, 0x40d59bfff6827e4bd91dfb898769cc27, 0x40d59bfff6827e4bd91dfb898769cc27, 0x7a63f1ea2ce31fb3b163d90ab08023666636beca183c648937cae5336b1e558e, '', 0, '?'),
(0xd962492ea876f43b3bbb86809596be2c, 'wp-content/plugins/backup-backup/admin/images/upload.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\upload.svg', 1, 0x00000000000000000000000000000000, 0xacdbf1e18107ccbdbf41912d35b0e325, 0xda13f203adb735012733c664dfff9bc1c4e9f79cbc1b5ae0c8584fa9ad15f738, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x08e825b67ce0ebcc399133602aaa104e, 0x215c19ff4ebcc2124881186a0a8673b2cab703a6ac6e81e4bd86687808c189c0, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xd9714ae5974c40d06ecf43be636d650c, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 1, 0x00000000000000000000000000000000, 0x8f199ca024a32b5234980fb8d33d7353, 0x476de65ef33f3d75ea4f4f0fbea388d9c29b12a20026eed863f3884d0e8ec3a8, '', 0, '?'),
(0xd972265660f80de2e9e491bd16f3d943, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-link-builder.php', 1, 0x00000000000000000000000000000000, 0x33c298c9b63a3357780a28d296e0929f, 0xcbcd8309728dbb56202cd72e5d89600faec1e31aec4426ac758b681883c53f4c, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd97c95cfabfe08a834c38918bea704e2, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-card-slider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-card-slider.php', 0, 0x929aad79ac565a40ce29b9271c408944, 0x929aad79ac565a40ce29b9271c408944, 0x84fb4242a5a1868fe32a364e7ff43e9f491908fafbe258c74e9bef97701c1add, '', 0, '?'),
(0xd98057eb46d3fa67989fbb532ec63f2b, 'wp-content/plugins/feeds-for-youtube/inc/SBY_GDPR_Integrations.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_GDPR_Integrations.php', 1, 0x00000000000000000000000000000000, 0x11186d196eacf0d1928e8714a1fa4eb2, 0x3dd98930fdcc6f7471ec92edd6845cbdf237e1d51d23dd0e64df01f142314a44, '', 0, '?'),
(0xd9822a9c1f9cf7ba8b4125930d6b285b, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transition-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transition-transformer.php', 1, 0x00000000000000000000000000000000, 0x7b53235d7f773acdd487efdfe1dd06b6, 0x7977945401d812af8ddd6504d3715b0889951902c8cd573eb968f977828541e3, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\compose.js', 1, 0x00000000000000000000000000000000, 0xf64da0834b9358e0d0d37cf891b9e8c5, 0x66a1ecdea80ec127626e4428ace6edeac37f859f1dc0bc82c4319a247c5ba814, '', 0, '?'),
(0xd997363ee41cf12448e972a12a4bde32, 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\cleanup-command.php', 1, 0x00000000000000000000000000000000, 0xf88b6809a4b527440f3bd9886fdb2199, 0x1edf0b70f41c576fe27234809c4eab4f309331ebc05858dd94344ff3a24be8db, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xd9a92e868d8b7e8b07c6ab1d270ee896, 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\lightSpeedIn.min.css', 1, 0x00000000000000000000000000000000, 0xc302bf9e4ed8f1b2f74a1b957df8584d, 0xe97a468d7648bedc7e385fc8f8aa7cefc751d5c15c46ac2058d96d311ff4a05a, '', 0, '?'),
(0xd9b0de7c89bd0e28d28e6d7a0e714b63, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xf30eb9f00a4a5ec45e9334898e4f8d1c, 0x52a4b62c68f9d152985fc94024b64522ed82b1a1a4a880e34bdf65d3fe74d83f, '', 0, '?'),
(0xd9b1bab5104d5072cb12d1687e8c9ef9, 'wp-includes/blocks/post-content/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\block.json', 1, 0x00000000000000000000000000000000, 0xe292f2c3033fbb3870a5b5cd25f9aa48, 0x0848353ad9bccdcc4576fb84268f880cfdc0bef336c2da128769dbf0f9a38563, '', 0, '?'),
(0xd9ba38cb525fa566d0c0bef1ecfd9812, 'wp-content/plugins/backup-backup/admin/images/premium.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\premium.svg', 1, 0x00000000000000000000000000000000, 0x9905137539625dfc5a17c726116857a3, 0x0e123b8ca0c1d3f3e480ae79f412288221904155ff1487c76d1be28c82302d7c, '', 0, '?'),
(0xd9c3d909986279f92af56bb23dea82b3, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Separator_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Separator_Control.php', 1, 0x00000000000000000000000000000000, 0x5fbd93c4ba88b0f17c98e07e7962ad15, 0x35f5169de89f7f3ab2857aadba11a114bb2eb3b5fb1e23c97d9a2dae9fcd6519, '', 0, '?'),
(0xd9c5971e0645732e3900b5193c85d671, 'wp-content/plugins/elementor/core/files/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\base.php', 1, 0x00000000000000000000000000000000, 0xf457bab6bccbbda759c46fa3edc260c5, 0xb6f93a250099d4cc8e8fe8cd30ec9c38308974b575a51969ccf219541bdbf0ab, '', 0, '?'),
(0xd9c86a6f108302a2f41d7058fb8d6220, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\README.md', 1, 0x00000000000000000000000000000000, 0x2cd4b58196ef4bb32fbfa3e080c665d8, 0xa1d33492e49335ac243c5ce3f5542dc33e43e991924e9444625b603244e7fccc, '', 0, '?'),
(0xd9d9e121489d21ab810c13320b000862, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/filter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\filter.svg', 1, 0x00000000000000000000000000000000, 0x0cc6ee8b225dcac1224562ea253f97e2, 0x1b3b11f82b5fccc5a49cf0b86c775c291c9adfceb10a570b33cb9d3a5d1867eb, '', 0, '?'),
(0xd9dcf2dfe24eeabbc219232c3af120f4, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\homepage.php', 1, 0x00000000000000000000000000000000, 0x04b70ef37143044d25b98ba963889485, 0x246f87e955d543aab9d8f6897e2776637e488dc049c5845232f5beea2f0d2b69, '', 0, '?'),
(0xd9e4b90490cbc9ebaa784d0c470b06d2, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x408ea5d31154d7f698386fe1381a28d7, 0x73cc2045bd3538606d12bb3c904b0f1a9460053b799b81ec00a7d6a60f445164, '', 0, '?'),
(0xd9e8aee0283ee96dacccf5a0373dd1d3, 'wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-get-started-by-license.php', 1, 0x00000000000000000000000000000000, 0x2baef13a63cdd599b3ff8f220c2dab64, 0x79eab73dcc88e8d37d96199f6fd17521f57c94d77e6b8c43143c3dda5198aa02, '', 0, '?'),
(0xd9ea22fa9df1a62a0e3400a70f27da3d, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/waved-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\waved-arrow.svg', 1, 0x00000000000000000000000000000000, 0x4986818624b60f35db224ed798c612ef, 0xda1a62df64b3eab43ff5bf0199f58a6beb8a65b0c08f58a157f8a4b75e9bb38c, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\themes.php', 1, 0x00000000000000000000000000000000, 0xd4bb17a54bc5f82b7441597262003de0, 0xce05a6617b5de1507dd638d2b7a48e68a0162256c3a66e09d4fe597e3e017464, '', 0, '?'),
(0xd9f0013cfd472b010e2633ed39f0a86c, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20171228151841_WpYoastPrimaryTerm.php', 1, 0x00000000000000000000000000000000, 0x1ee5102a89a4677f1efed12bcd142f54, 0x40e273db5638f52276d79603c42c0cc462375bd35cb43a6a082e0528b754326a, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xd9fd36e0f8c2afb8ad6271336151296e, 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications-rtl.css', 1, 0x00000000000000000000000000000000, 0x3471af8bf907132f01fff548d7dbd7ac, 0xddb141502f876398cd13e9cf52418521aeba2a798a2cf801fa81e31b0fe1b7c5, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\skin.min.css', 1, 0x00000000000000000000000000000000, 0x13fe85bf5c96a042969ca526e87077c7, 0x373e785626767cc2adabe6559e2620ddb722c7a57a396adb4625d1bd4bdede56, '', 0, '?'),
(0xda006867506014e32ea7121c7db174ab, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-700-normal.edfc242d7d1df02f.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-700-normal.edfc242d7d1df02f.woff2', 1, 0x00000000000000000000000000000000, 0xbcd5603487c2b249e48b5ed5a7a56a0d, 0xb4a0e9a85d834a5784a8a9414c184f2fb9eb77f168e431cd389f08495ca9471d, '', 0, '?'),
(0xda08e9aec480b07fb4f9758584e3d4d9, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0xe3aa776e63e6ba24e639ce75088ae5f5, 0xdefbfa2141da6de82ccedde7f12376b1d59c36fd20321aa017e392255ad15cea, '', 0, '?'),
(0xda1422a7d0995e8e8548a59087438116, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/GrantTypes.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\GrantTypes.php', 1, 0x00000000000000000000000000000000, 0xc7498ef1cc2dc73572b4e65261024e8b, 0x069c20b62cb6fb6de6f3b23927b601ba58a20bb5a42f445d1e259234ee9a1bde, '', 0, '?'),
(0xda169198ca5e259e9757605071a5f6ac, 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\traits\\products-trait.php', 0, 0xca7c1196674ba0bf6a9bab1943ac9bf9, 0xca7c1196674ba0bf6a9bab1943ac9bf9, 0x538908ec54a0a9580a38dac660a2c532be9a641ae0e41aa7c5644b760bd2a523, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.scss', 1, 0x00000000000000000000000000000000, 0x62566e32e157d45cf50ad1081e0b5c9d, 0x528423822f0004fd81607c33f7cd7904e44b930686883b89e9f5cfe92b874f32, '', 0, '?'),
(0xda194e64c5c4ba39923774357e810a7f, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-google-maps.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-google-maps.min.js', 0, 0x5aee88e851fa843f3bf5e5627708ceef, 0x5aee88e851fa843f3bf5e5627708ceef, 0x10f326faa5b4d304b86a9dead4630f3d276d0e108db00222f7e23a0fac5a0ec1, '', 0, '?'),
(0xda1d1b135235d25fcd4ac03940f8a3a8, 'wp-content/plugins/elementor-pro/base/base-widget-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-widget-trait.php', 0, 0xeb08f8ec21b4aefbf255ee15e20afe7b, 0xeb08f8ec21b4aefbf255ee15e20afe7b, 0x83f54be6e4d33d32bd85c36e81ff78910944f604e5f541a6e7b9a7419080e929, '', 0, '?'),
(0xda1fcaf5c6291ff111e28218104487ab, 'wp-includes/block-i18n.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-i18n.json', 1, 0x00000000000000000000000000000000, 0x6ee5f3de2192bc0ba43a4499c938e684, 0xf166fd1e5c749b4d26eb0d1ffb31c9092475330305048ee1f31d0320d4d915e7, '', 0, '?'),
(0xda202b12daf9c0b14ef6fe89bce5d426, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0xbcc3160954d2aa528f18185d1b5ea26a, 0xf7e4cf6f05c09d21f17dc1ec373c6bcc1a47b2d7e80ff5c2b3a7531eca16fcaf, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Base64\\Original.php', 1, 0x00000000000000000000000000000000, 0x8ad401e33e5efa86d44164531ca15ebe, 0x9a662b54999306bf260ae549f6a082884f6bb8ac6f612b58fe648472700d889d, '', 0, '?'),
(0xda2f8ea32816f7d6b5a2c18140c85902, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-interactive-circle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-interactive-circle.min.js', 0, 0x832849b108fc149a9bcce13d2eb13286, 0x832849b108fc149a9bcce13d2eb13286, 0xb2d683439736cb78525fd5d3e1cb2496d019ac7df2efe89b41dff2162baa37ed, '', 0, '?'),
(0xda30105324e2c4c939157eadffb53379, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0x90596b155a382e96b253e9c99a7512b1, 0x9b679297ac7ba1c40ba90e04b5da13df55473b726e8eb81c8135535a40180ae5, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xda35db326843c1d8c118725e39d5359f, 'wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\capabilities.php', 0, 0x9d7b6cab8665dbf35838eb17887b833b, 0x9d7b6cab8665dbf35838eb17887b833b, 0xcd5b8aab62e8a5a79d1731d23ee2e84996ee83872a411c96d7e3fac741d791a5, '', 0, '?'),
(0xda42a85af653be3ed4cf78eaa88fbace, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-modes\\render-mode-normal.php', 1, 0x00000000000000000000000000000000, 0x0eb0d2a2b4bb364f693369e8142ebbb9, 0x79acad3a8bf62aa4fa42ca1dc04d698a7d28ef9820c3028824dc842fb2850511, '', 0, '?'),
(0xda49e69171efbe942e691fded2b539d0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8886.e1da72f4b9310f21.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8886.e1da72f4b9310f21.js', 1, 0x00000000000000000000000000000000, 0xbea3d10b37bfb96fb143c703add65f27, 0xcf3e973e5859e426eb38ab03fb8da9f522098ab59a69b26cbf818e5ed57c2634, '', 0, '?'),
(0xda4a381f0efb6dfeadf05a3ce7d0230b, 'wp-includes/blocks/accordion/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xda6bef5430be6bb155e1b3d0ecd9b5af, 0x40f0c19e711a931e789c74a99a2dba22b6f38a9aff8391501496b892f198b529, '', 0, '?'),
(0xda4afcd6cc32bdef6af1d0f08ac851c1, 'wp-content/plugins/backup-backup/includes/database/better-backup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-backup.php', 1, 0x00000000000000000000000000000000, 0x0d29460eb10a13f64799e47449a6322c, 0xb5aeda716e96b2900b2de2927aaef757ef434bddcf56c58e6df714fe7627a775, '', 0, '?'),
(0xda51e0179a15c9d54ed9558bbab6013a, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xda5355d2a71c6dd410cb1ae457467768, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/stroke-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\stroke-transformer.php', 1, 0x00000000000000000000000000000000, 0x05b0d194c12779f0979a49318a743712, 0x0277537db6c6880e2c9558344d47405ce6e832e0fc26c2b5a964d2bde86f29b0, '', 0, '?'),
(0xda54099262685012daafadc58b37d498, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-check-circle-green.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-check-circle-green.svg', 1, 0x00000000000000000000000000000000, 0xb1ee75bc8252db03ebb1cce736d8b128, 0x6be1624384ec3ea15001b67adb09bc5e41b0234738af316c1e316f05c9707400, '', 0, '?'),
(0xda56625d9d25118544c97090b2b46901, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/chips-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\chips-control.php', 1, 0x00000000000000000000000000000000, 0xa1db5200bee41910a159943681ca4e9a, 0x5881bf77a16c84a1cccc627ef05b6206066ed5c2bebd1000a223d86cc4acfc1b, '', 0, '?'),
(0xda568acedb43d00fc093f46476dba6b1, 'wp-includes/blocks/file/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x07fd95419f561483fa95481678c46ec6, 0xff150a23e09ed765b622d4fdc24c3214c3ecda1f4f56984a524027c638b00d42, '', 0, '?'),
(0xda5a31c8d7bc4295f1306ebc08b5180b, 'wp-includes/css/dist/patterns/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style.min.css', 1, 0x00000000000000000000000000000000, 0x1be26be119392d6d733eb8604592004b, 0xf1a1b750fb18c1a51e1b70864776a2ec0b4ea8f2410f3e50af76bf51a33e4a22, '', 0, '?'),
(0xda6636ad4f9bb922e8e79e148b612c08, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0xeaf245369b96358f5c550a4bf3443f4f, 0x589429be91f78458008d43c01783cbf89a147afa64afdc9f13622b63160ddd27, '', 0, '?'),
(0xda6a589087ed415f15a141e10c0b6a4b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/translate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\translate.svg', 1, 0x00000000000000000000000000000000, 0x7f0c9862f8931d0c30681548871209f2, 0x46902db0eb78be4412cbbe8703cd80a16301c757f85ac3384965c870042d7218, '', 0, '?'),
(0xda6a6bd5ddfefa4e16144cd3c209dc98, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.strings.js', 0, 0x61ca9140ed2657651059ac4f0265af57, 0x61ca9140ed2657651059ac4f0265af57, 0x60a07ce6de8b93e7c5afa5eff843ff465d1158be7ea9c68d3de472a0c22b5e83, '', 0, '?'),
(0xda7a559254e364f2c43ea344be0778d7, 'wp-content/plugins/custom-facebook-feed/admin/views/extensions/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\extensions\\index.php', 1, 0x00000000000000000000000000000000, 0xe36958214db480faa1b10a664e8239c6, 0x255787cba900dd3a72ca3a3087ecea7908467d382894aec4da1923f27e5da6f3, '', 0, '?'),
(0xda7a56a28760e9fe1cac35ba3113b26c, 'wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\backup-progress-modal.php', 1, 0x00000000000000000000000000000000, 0xd6f3b015af4dcaeff9d70543b41f0c1a, 0x4a6e7ac40e5cf6a1f60ba097d73cda56d2ada2744011f6d1c33c7251904a5546, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\link.min.js', 1, 0x00000000000000000000000000000000, 0x0a85937781be68b5ae08a3f592738f5b, 0x9779d78804cd6838db48692a0b1d0d218d8bd9342a943c3967b75622b6559af8, '', 0, '?'),
(0xda83d62b0534b2f26bc384ff8c2ac498, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/atomic-tabs-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\atomic-tabs-handler.js', 1, 0x00000000000000000000000000000000, 0x3660fb4e82ae0d0cfdeeb9051065b14e, 0x0dd814d18f80b4a2530095eeac57cf4cc9aa416fc0b491ab0bc4f0bd292ffa3e, '', 0, '?'),
(0xda882df2e4648caaed25b1c6ff97ee89, 'wp-content/plugins/elementor/assets/js/packages/store/store.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.js', 1, 0x00000000000000000000000000000000, 0x7c5314edd828a7ef1d9e402ab87feb19, 0xb3a060c97db47a5664bd153174c6c02a29f3912a86d1b83752c372c65d537b48, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2e733002c377c386197fd8dfb69d10db, 0xd6fce137ed78fc59a8ea69a1fa0063ca2be079e33023ed0bdbc894fd1d2160bb, '', 0, '?'),
(0xda89bee5c9f1e75118b61ba049715a90, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/feed-analytics-icon.bc3be8bf13953364a8813e493a66f22a.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\feed-analytics-icon.bc3be8bf13953364a8813e493a66f22a.svg', 1, 0x00000000000000000000000000000000, 0xfcf79fef1611bc7b2f2c185755dd4089, 0xc8b453da6857e8a7534be35ddf5ae9284d96c93a15db9ff9dd4e560df676ccae, '', 0, '?'),
(0xda8a7de85e92ea65143df080f6e260b4, 'wp-content/plugins/backup-backup/admin/images/clock.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clock.svg', 1, 0x00000000000000000000000000000000, 0x3f4082cc1671dbf5c6534a1ec6b81364, 0x6fc1bef1a58ebc1b0aa89eea1d6ddaab76379f358504040a185f30a0c5eb1d85, '', 0, '?'),
(0xda8d8e80d12f94968be1f2fd6c11fa01, 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Sources.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Sources.php', 1, 0x00000000000000000000000000000000, 0xc31463aeae860489a3ffd37b6cefd715, 0x42f69967684444ae07f6562f0a02b28c906d40fdbb0c30e0276941763781fecb, '', 0, '?'),
(0xda974b034f157f979f18e02949570130, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-700-normal.dda9f156838e67af.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-700-normal.dda9f156838e67af.woff2', 1, 0x00000000000000000000000000000000, 0xf183142e8aeb24923b5c26a491c3d758, 0xef80dcb89977c220c1c26cb04f0d3799e87f10bcf58e09e354b98861cd653252, '', 0, '?'),
(0xda983d438abfcf7291012d3bb54574c1, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.js.map', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.js.map', 1, 0x00000000000000000000000000000000, 0xe3019d13fda0d5d06b5837ffd31bbd15, 0xfe359a8847260d327e7da96d4806e74a422cc4a36001511db3c29ef7ecfeae13, '', 0, '?'),
(0xda9aa7e9deb4aca498ebd0759d5fde0c, 'wp-includes/blocks/post-template/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xebd734d09645f9604488c76f440cea8f, 0x08e73c1a2e082e1cfddc55d12c66daba8ed44e07d50355d57186785655125df0, '', 0, '?'),
(0xda9f509218040d52f4a70fdfe11c8303, 'wp-content/uploads/2026/01/dry-skin_8985492.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\dry-skin_8985492.svg', 0, 0x8a4f3390d6808ecd8b3426c170e98038, 0x8a4f3390d6808ecd8b3426c170e98038, 0x81f320e7230633931f3b57d646abe05d1a3bf4608ec0e7fbdeed8b9856586dc4, '', 0, '?'),
(0xda9fb1f164f233d612e1853d0a8f5dd0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\BodySummarizer.php', 1, 0x00000000000000000000000000000000, 0x55f89fac6b8fb1e1fe47e06f7c5095b3, 0x8acabdec0310569ed10d11f49f3523e9669b09549b684f251b5df638aa471e2e, '', 0, '?'),
(0xdaa023b47a450b685de0b729a4d00aac, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0xdaa967e9d4f29bb402146a20d15947a9, 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-admin.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-admin.js', 1, 0x00000000000000000000000000000000, 0xa3081b72b2ad8709cb973fa3c2d99383, 0x0d0080d1eb7b54f31c4c43334bfe19e8534c7104406324d3d3e49457223a78c0, '', 0, '?'),
(0xdaac1d1aeaa59907f73396f5c019457b, 'wp-content/plugins/wordpress-seo/src/conditionals/ai-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\ai-conditional.php', 1, 0x00000000000000000000000000000000, 0x442a8c74821d18a238b89922d7be81c9, 0xb340c2e53829d3b514b0d132281626617f03ba9f63bc01368da0d91d8227b72b, '', 0, '?'),
(0xdaaf1b0d027ce211a1b717187ea312fa, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdab0ca6e2b3f47f781b7396fbcf2d876, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\addon-installation\\addon-install-action.php', 1, 0x00000000000000000000000000000000, 0x3aedb2a8e1641d4cecf019c30dedf53d, 0x5ff3af42d4eb008b26248af485b8621692930aaaad390b87f037f71b988f89b3, '', 0, '?'),
(0xdab1894a4c58227ced5159ed993203ca, 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\oauth-client.php', 1, 0x00000000000000000000000000000000, 0x74f3b03f60742f0171d51974c37c246c, 0x8927717e283107ce1d20377c25227889ca040302d8478235b92908df2fa2d151, '', 0, '?'),
(0xdab22840647278b738738902fda6213e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\term-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x6e9e65992b72a73eb64e83d039521c62, 0x170a3dd2a4ac8e512087aea07e935c01fa75daff4bdd64601a239ea8261c0413, '', 0, '?'),
(0xdab743ebf5b6967270902075b1c87b01, 'wp-content/plugins/wordpress-seo/css/dist/support-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\support-2760.css', 1, 0x00000000000000000000000000000000, 0x4bfeeb2d66112243c75dcb754cf9de02, 0x6956ebc6e35d0dcc62d6aca3407845b849408d38606ed3693a30e8c3784b9804, '', 0, '?'),
(0xdab98bd1edac3ad099719edf57e46c20, 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\svg\\svg-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xde5929c26ad0f165d1dd50e823c632e3, 0x01f417bfef8d0631ac9cccb5b4f379b54288376b016d5bb205cde7eb94273d62, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0xe2028dbb29af8f4e20e746d35d2d9d28, 0xa5520918c3b53c5c0fb4ba400aaa3e3466979f24aad85a20b64304e694767d5a, '', 0, '?'),
(0xdacad696361be267c8d41f4c9dc7d92a, 'wp-content/plugins/powerpack-elements/modules/pricing/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\module.php', 0, 0xb8ba1845249dd437f1459a623fb5f9bd, 0xb8ba1845249dd437f1459a623fb5f9bd, 0x406d348fe1b25fbc4e0c2f6feeaf00f1b754bfe17551ba290f0f0ed57ded1e63, '', 0, '?'),
(0xdace3c71f1c9081778bbb78ccbd715db, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/phpcs.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\phpcs.xml', 1, 0x00000000000000000000000000000000, 0xd3d4f5cbdaca17290b6f1052d998413c, 0x1a251d87a8dbd2f08a6073af25baec39dbc10e0adc95eabae5746936c0cfdb08, '', 0, '?'),
(0xdacffe1a52bef4ae767439bc886c0bb0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\FloorDivBinary.php', 1, 0x00000000000000000000000000000000, 0xa7725bab22401d3b6e9f3280b2bd1eb3, 0x8c2269ff849c87e82a3a9fdd5bad52b442b6c673eaa0cc7e0fe3951566187375, '', 0, '?'),
(0xdad422481272a334543cbeeee80d8b69, 'wp-content/plugins/elementor-pro/modules/notes/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\controller.php', 0, 0xa9235aa29da3e722629d57ffde84f160, 0xa9235aa29da3e722629d57ffde84f160, 0x27f0856a19f2a18bc6949bbd454d386e7711f2b77fab5d2592daf69331c2089d, '', 0, '?'),
(0xdad772ebca77c69ef4bf9513d61311cf, 'wp-includes/blocks/footnotes.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes.php', 1, 0x00000000000000000000000000000000, 0x1413954aaf7405a92b9d60ecb4923ac3, 0x90f932e42ae0711318c32de5da688d745112beed65b37b9075c0c4455adc2769, '', 0, '?'),
(0xdad8941e1130f1f3432b11dc7e6d7286, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-header-layout-configs.php', 1, 0x00000000000000000000000000000000, 0x8562b3b4745bf161586e6b124f12a5cf, 0x1622e0f9c11cb31794118c28f0072a82b5bef5bf14fdeef8242c9b951178a643, '', 0, '?'),
(0xdadf40bbb724e91e6a3353fe6b911f1e, 'wp-content/plugins/reviews-feed/class/Common/Customizer/ShortcodePreviewProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\ShortcodePreviewProvider.php', 1, 0x00000000000000000000000000000000, 0x8cc03d8a8feea851981e9b5551767d35, 0x5699e1e012f461bff01f709572f30eee2bc41b2e5d72d2c94247198354188952, '', 0, '?'),
(0xdae3ccad0a35ef4285f3eea3df2bd56c, 'wp-includes/blocks/gallery/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xebb4fb23188a27b2b189796220586253, 0x8475ed95ff6b1c2a64afe62cd0994feaf921138e7543cdb0e1d29af6f900f0b0, '', 0, '?'),
(0xdae4e85a52c201289e06cfe605c4ce5c, 'wp-content/plugins/elementor/assets/js/floating-bars.a6e6a043444b62f64f82.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-bars.a6e6a043444b62f64f82.bundle.js', 1, 0x00000000000000000000000000000000, 0xdb6c11d6075f1134e1605dbfcf1db3f3, 0x0ab1ef239e3365b24ec879cb3a168d52b82708fb98a4cfc91a1bddb4e257aff3, '', 0, '?'),
(0xdaea71d8bc8b18b600702c0b9eb18b8d, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-check.php', 1, 0x00000000000000000000000000000000, 0xc8caad1926ac369185a72520493d1786, 0x66a83b819c75b21813eee38a92f1df3cadfeedb76eafe2f400d6bc244eb548ff, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\media-utils.js', 1, 0x00000000000000000000000000000000, 0x891d2a3635654402b41398c478ae62ba, 0x0fe7c27f6ad5f18c805ef52794a5e87d2b487292a3b4f4426a00da77e11a4ffb, '', 0, '?'),
(0xdafcd777e28159e5f561f63520c9ea2f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-feature-toggles.php', 1, 0x00000000000000000000000000000000, 0xffd73c923906d6b35af1f5c1b978b5d6, 0x898987dc2627a31f171bc6ecd16793a129de65d264058255e207bb73948c0aee, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\heartbeat.js', 1, 0x00000000000000000000000000000000, 0xf7d383af90590064a998703e9ea850b0, 0x37173fb346e8d2c4ad781ae6942703a7f0cf10b33292dc6676f3faf498101a05, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x8809c2e2a49e93328c2d26ec3a92bec1, 0x9da65dba7d58cf89a8a80edbf8a8c12729438c87a67286b5e4b843a7107eec3a, '', 0, '?'),
(0xdb057de7d0190c3b7ae3d488832d3fa8, 'wp-content/plugins/elementor/assets/js/78dd4dee6173d40eb75a.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\78dd4dee6173d40eb75a.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xcc34e1e925507e11b177459e5c226a20, 0xce03b851f69b115936fe68abc02dce8a288487c408f5afcbb5ee5ce537a8c31a, '', 0, '?'),
(0xdb0f62d47c40e96d102b1b36d4c9c6e7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/diagonal-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\diagonal-arrow.svg', 1, 0x00000000000000000000000000000000, 0x5a7fdf1eac7c55c01de23bf118824d35, 0xa9aaf0f6971b88ffa1da5664410a420170f267e8e83a91af8099c9a8042ea7b9, '', 0, '?'),
(0xdb1ccc9c7ff1e6b7a108c0bf975511ec, 'wp-content/plugins/powerpack-elements/assets/js/frontend-registration-form.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-registration-form.js', 0, 0xf7738d6b0240e9a7e8bc76a734c9cec2, 0xf7738d6b0240e9a7e8bc76a734c9cec2, 0x3114e09b5c8d1d0011d9ffe1b8dcc9773eb26bfac2b0701678375946dd4f7745, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\gallery.min.js', 1, 0x00000000000000000000000000000000, 0x560ccd0d7e3778c2446563e3b2621ebf, 0xd1d0a330ac0923e7b5750d2f0ca185a80b4c3a84684a52279ae7d539806bd8d2, '', 0, '?'),
(0xdb3456fa817323c02ceffb9d1351f8ee, 'wp-includes/blocks/query-pagination/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style.min.css', 1, 0x00000000000000000000000000000000, 0xbdd68c37efb3cc88beffe424d038c4c5, 0x5060d6931b177da912f196381fb43d915fd7e004256fcc1fbb1d6799d6537521, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random.php', 1, 0x00000000000000000000000000000000, 0x34f88f74e1d7515344760e92bef498c0, 0x7f027421851742fb8a78565cce4e3cff0bbb740f70cf2153060245c5d0b38996, '', 0, '?'),
(0xdb3596630fc692009687996877ab5493, 'wp-includes/js/dist/script-modules/block-editor/utils/fit-text-frontend.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-editor\\utils\\fit-text-frontend.js', 1, 0x00000000000000000000000000000000, 0x58a9c646c6e2c3d06b86b7a9a3c38336, 0xeb7ebf52168fe66dcbd72c8b61506dcee384ba82081cf1f0377825e14ddd9aab, '', 0, '?'),
(0xdb3bddbc37bc76cdb428aea1db83317b, 'wp-content/plugins/instagram-feed/assets/svgs/mailShare.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mailShare.svg', 1, 0x00000000000000000000000000000000, 0x6d944b9339859e3500463f19a730af60, 0x3838df5152b215048f9252fc792664f9b905d1b6d65a3dc4794f7566e0f29047, '', 0, '?'),
(0xdb3cb1de7cc1dc90f398283dd5c581cd, 'wp-content/plugins/backup-backup/includes/bodies/storage/gdrive.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\gdrive.php', 1, 0x00000000000000000000000000000000, 0xac5af355144ef866ae8aba8591d27bdc, 0x6ddb43aec7bdd45f384fc2e534aab7e4de965ded75eb8e1ef4bfc3c9ba777690, '', 0, '?'),
(0xdb4b8c20414da8d4fe5bf4da2345efa5, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Select_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Select_Control.php', 1, 0x00000000000000000000000000000000, 0xca1a01bbf3ef83d1eb81ddc523c2f1aa, 0x87b8a16f4702e8dc81e91623a1b65518389e36460449fde023e20d480200b8d9, '', 0, '?'),
(0xdb4f4eb039f7b3a62de0b60a015e8bec, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-aggregator-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-aggregator-conditional.php', 1, 0x00000000000000000000000000000000, 0x1a7e5467ffff77884248ad2b67999f5a, 0x07dbb75a3d0cb1823045b62ff896ea0a969cf84aa7516140612de93ec1c1992d, '', 0, '?'),
(0xdb547972d4852f795ae47116098a9e5b, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Upgrader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Upgrader.php', 1, 0x00000000000000000000000000000000, 0x91df6bf3a2fe17bce1a7bdf994ffd15e, 0xd445aab65d2826ac6e094c6fd875997defb4d1aa61e022322f57d76719b74ea4, '', 0, '?'),
(0xdb54b2ee42892098e7b17700bc7d2fca, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/copy.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\copy.svg', 1, 0x00000000000000000000000000000000, 0x50bab49921d129d60ced014f282a4c37, 0x15ea6645bd4bd4286cce6e53fdaa1c5041ab4cbafd409b8c74d2d6e664b5f94b, '', 0, '?'),
(0xdb5bcedde4dd923855c8698ad0f251b6, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\footer.php', 0, 0x3ed3410d9ec7c8d3ae0dbb47fd70c755, 0x3ed3410d9ec7c8d3ae0dbb47fd70c755, 0x97dfc3369aee5597348c7d76d4c5b22dbf028a286df333387bc0fa55fb032fc4, '', 0, '?'),
(0xdb6616017636777e4cd0cb357121b233, 'wp-content/themes/astra/inc/customizer/class-astra-customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer.php', 1, 0x00000000000000000000000000000000, 0xe394934c97bc2c62038dc0da433df8bb, 0x2fc4ed0f97c753fe426ec890d8547e3b22d273ab1378464bd81b926815b44967, '', 0, '?'),
(0xdb6b0d4e5b2c9627f509564391244475, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-posts-importing-action.php', 1, 0x00000000000000000000000000000000, 0x57c822ab352dcc2a958f6c48e17d26e4, 0xde82cdd23b3dc94a2c125eb5af950f7911cc8c14014b7794bac14532114a0a56, '', 0, '?'),
(0xdb6c53ed5e2058bf98e5f02a13326aff, 'wp-content/uploads/2025/02/right-arrow_18158937.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\right-arrow_18158937.svg', 0, 0x05c99912c2b08f97ab6dc6a4b4e4650b, 0x05c99912c2b08f97ab6dc6a4b4e4650b, 0x41655166dfdd739cdef5a7b2fc81e4330fbbdcf333a31ab298fbdd2be0251dea, '', 0, '?'),
(0xdb7237dfda28827ff99db26f2cce69c7, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xe18c9f88b9a2f5ada9549d5f8f9c3cb5, 0x26994098392522f46383a147ca6eaa7acfb28efce65be5fce0e0573c920f85ba, '', 0, '?'),
(0xdb74decd1b2961372f3f6a44d8b65890, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 1, 0x00000000000000000000000000000000, 0xf58b1505ad5193fa2f4d21a52d696ad8, 0x7f97898cdd14b7ee949464d13fc7ecbb5fc3e22ef3d68bf4eb4a3e3b60429798, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health.min.css', 1, 0x00000000000000000000000000000000, 0x83f350ef5b2b46756293906a2d3e1069, 0xf4555b754e05da09523e3b777c79fa1ac15e05e981a3ed5c788a3c4921664368, '', 0, '?'),
(0xdb7809e9ed0dd68c2f02cc8c42aaaff6, 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\chart.umd.1778081072.js', 1, 0x00000000000000000000000000000000, 0x623f1081a8fa5cd9b0f5045967440d7a, 0xa887e94f64f91d20c7f511113a58d715aeea13205255c52bfa40c91302ecfe39, '', 0, '?'),
(0xdb795428ac25561208db30a2544122ed, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0xe6af6f2c9145e669f6999c7d9fb39e56, 0x281a1f80aaded40f6925f18116aa86ef2fb10b3a87112ba87fdfea1d042cd005, '', 0, '?'),
(0xdb7eefa539fcf781827f73358fa6222c, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/boolean-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\boolean-prop-type.php', 1, 0x00000000000000000000000000000000, 0x627f3d8e4b161d7458e0e3e4374c2d33, 0x2e053beb66862f580bce7afb8444f8c8363d54209a1d4d0797b6fa0fc9ded927, '', 0, '?'),
(0xdb7fa0d7a70f92e79c34a46b9d471c53, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xbcd7b078c4023447ba4835c33eda05f1, 0x60f9dee703b9d2fc67fb668f4991813fcf3a7e3e78f12939c6803064127a55d6, '', 0, '?'),
(0xdb867844b7cc4c7ffde17a5723c5994d, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-facebook.svg', 1, 0x00000000000000000000000000000000, 0xe7b6701850b612f7f17803db7dedaad4, 0x7c8b152ac7de5a2083d0756840f97a3b3b604698c3895843c3929f1f01dc356d, '', 0, '?'),
(0xdb86cbf2928fe1e917412b3a84f5ca8c, 'wp-includes/Requests/library/Requests.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\library\\Requests.php', 1, 0x00000000000000000000000000000000, 0x358f4eaa456ae53479780e22f0db241c, 0xb850cfc7defeeca5003550a15ef5392a9178472902fcd6acc061ed58bc9f7cc4, '', 0, '?'),
(0xdb87bb4ac0edf0a5da7b05fc9c333af5, 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x9b78a8483e767651f971efcd00d3dc55, 0x1f838671a544b9d1414093d1c7894b0367014f27b4af578234cc9ef490369d43, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x7a255c08e0054eae664a789ebca4ea6b, 0x95cf0adcad415dbaae9de672ab7fe3bb4ef846999c6bbbd24df2174591eb7700, '', 0, '?'),
(0xdb8e4ae80f0fd031bbbb0980159217d0, 'wp-content/plugins/elementor/modules/interactions/interactions-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\interactions-collector.php', 1, 0x00000000000000000000000000000000, 0x0811f7d440f37848eb8fd2ec83a1fd67, 0x75bd8db642ed908dca0d580595deb99c54b83feb6b9e371c7ed482c3622b1b3c, '', 0, '?'),
(0xdb8efa9ef0769398b5f1e718c10d7449, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 1, 0x00000000000000000000000000000000, 0x93f1c8d46f9f17fa59d85952af5edf84, 0xdd0774b6b598abd883317aa6fec4e3ac31863cb08034934558cec7fe489d7f16, '', 0, '?'),
(0xdb8f25fce4b1d874481aea055b76d39b, 'wp-content/themes/twentytwentyfive/assets/images/nurse.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\nurse.webp', 1, 0x00000000000000000000000000000000, 0xf91f5f16501274541bc7bc7a6999ac5d, 0x92eb1ed27b9a6a7e1616b184afdac7ac5bfdb7292701ab87c70685bf2db2de5a, '', 0, '?'),
(0xdb94b9c9ea3f355f10d18b45d8af2a7a, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Response.php', 1, 0x00000000000000000000000000000000, 0x14489e4981f20c0e3bd60867cbb21176, 0x32b4090d619ff865fe6015c9e5e328afe5788d38bb718da2b6ddcb10be943159, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0xdba18ebfea1dc618899c41cc0b99a08e, 'wp-content/plugins/elementor/core/admin/ui/components/button.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\ui\\components\\button.php', 1, 0x00000000000000000000000000000000, 0x74458fa008f9bb87cedab084680c2367, 0x4a487fe540db602c2e72868b6edc1e0fdaf5058f95502613794d9e5a818a5eaf, '', 0, '?'),
(0xdba33f1e3920182bbf6ce368b0e56238, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/record-not-found.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\record-not-found.php', 1, 0x00000000000000000000000000000000, 0xa32fb80d75ac496253af922443d39295, 0xe91ea27178e973083420fe8502a8816bdb34bb6a360d69098daf15b30c84e78f, '', 0, '?'),
(0xdba49dd0955db89a7341125fa524c8ec, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-de_DE.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xcbef0aa06ee01b8c3751c4e5cc35163e, 0x05703157c050ef44e1baef67b0bf020358f0ff778e1339a3694826a0eb30699b, '', 0, '?'),
(0xdba850289ca418a87971bb7147480736, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/wp-request-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\wp-request-exception.php', 1, 0x00000000000000000000000000000000, 0xc06f19ca3a6fb192b2e87c4a7b36af4f, 0xe43ab20318c83e7243be790f9e1485cfb31fed5b9ce8598bc93433b64a3d33b4, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\wp-content.css', 1, 0x00000000000000000000000000000000, 0x069cf60f3efd61d98e3a216282951e0b, 0x727b40b6aecd13d7e943e6c23c2f2d387bf626f831f7abd6ced53024476e9d10, '', 0, '?'),
(0xdbadedba14db6c25ad8a0ddd54e4f925, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-600-normal.eaf8926c0b2c3785.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-600-normal.eaf8926c0b2c3785.woff2', 1, 0x00000000000000000000000000000000, 0x7c83d674bf010b17c7abd67115d69421, 0xa44347ffb1e027dd06581c55ca495dd07d10978634f6c42372b508ce9884dd7e, '', 0, '?'),
(0xdbaf9bc50e97a4324dbe974ba766b2bc, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\filter-explanation.js', 1, 0x00000000000000000000000000000000, 0x8f7ec1d8f61192ab146a19e2eec03349, 0x5d5090eaf5d1de13b28a8f04322bc7fdaf317430b4885b830570839e1745d2e0, '', 0, '?'),
(0xdbb0b2b438954a987066a405bee17e7e, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0x5119d43e8cf7625983567e413ec786d7, 0x5c8cb0831bb46b335da6623b30457a228c135aae51649bb36b77e69f7c9fd8c6, '', 0, '?'),
(0xdbb1cd4e0d43cf98cf920df1040671b2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0xb4b71bf13dacc0eba2ba463265aca663, 0x53e257ccfa9fa8dd0c5932f88ba3bea90b76d4c5f008cd795cf82d76968afe67, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdbb3576bd070442db72b860d6dfcaa8c, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0xdbb4c302908d81d7ec4dbf56fd1ae757, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0xdbb5633be57c1a7b6cdbaffc8c2eda85, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_About_Us.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_About_Us.php', 1, 0x00000000000000000000000000000000, 0x077e921483563a9178b327bd0fa6ed15, 0x1cd2e96e1cbc0e8c7e3be9c0ed113d637d41fff63c726a5a5aa509097ab27382, '', 0, '?'),
(0xdbb6b27f6ed596df884437556c28c32c, 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-3-col.php', 1, 0x00000000000000000000000000000000, 0x6aa2054ba7aee45a4aa0050a45f92cd5, 0x06f02cb84dba3d6d20fec35bf4e4b7ac79ff3e7e4d4a01fb9465e22db4d6447c, '', 0, '?'),
(0xdbb71de7f01914abf6bd0af3aff72fcf, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Bold-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xa7e135c03d56aaf3d6d0af89b39d585d, 0x6522bbadcc6015d78efc954ba55cdc992d433be5322e0774c86ce85da43ba818, '', 0, '?'),
(0xdbb746b00ae7c608f7d84e314b74353c, 'wp-content/plugins/powerpack-elements/modules/query-control/types/posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\posts.php', 0, 0xfb77f87511cc73a870f0815d72b0d318, 0xfb77f87511cc73a870f0815d72b0d318, 0xe7960482bd63d03f6401b2ec399b95abc1f36122115d7aeb04d4868260e7ce87, '', 0, '?'),
(0xdbbfe6c28f541c89610d21b822721092, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20edb4db8f0518548a235f3f07d536a1, 0x74e4b89a7533b83420e055a824bc8e1586ce89bb1235fe8d59747aae3c13bac0, '', 0, '?'),
(0xdbc81cf8dbb13b85a9ec7d6b85a2747d, 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-subscriber-only-section.php', 1, 0x00000000000000000000000000000000, 0x6f1d05a3b4c712613c8c676ff3770df7, 0x1f207c02b3b8ec919b3f863e930688bb7eef962ffe3e3114c13a9540498c569f, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0xdbd13ac6946806842b8e0ccf96448e45, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/SupportedPlugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\SupportedPlugins.php', 1, 0x00000000000000000000000000000000, 0xf6fe95be82e3cf24f1733912e845f347, 0xb4a64b2e41ec47148f14f261354761ef4ee772319cb6f487d7ad048f1d3d4e21, '', 0, '?'),
(0xdbd8af659eab996402d6d7d4d27fa1cd, 'wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-style.min.css', 1, 0x00000000000000000000000000000000, 0x89d7191d696c00063a781613f60bfffa, 0x4356f361a2615f611bc42f63d467cb2eae158f9523dc55409dc8b04a44bf2fe3, '', 0, '?'),
(0xdbd8c556e5af80efa09ca28ce972991d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-400-normal.297d48e1b5a10c08.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-400-normal.297d48e1b5a10c08.woff2', 1, 0x00000000000000000000000000000000, 0x8eff0b8045fd1959e117f85654ae7770, 0x410479c18b9c46ca9b93b59535950cccc264115c72eb49cc408f0a8286f69cc2, '', 0, '?'),
(0xdbdbde8923ba398b15020fc2e2dad6c0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-base.php', 0, 0xc762438daaf944f2e53df9e13f160dae, 0xc762438daaf944f2e53df9e13f160dae, 0xd44262fb34a9bc397ee2c48946d10653a7eede45cbf72f2e86f71b8353845b13, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0xdbe1f8375d1acf12402cf4d52f54c115, 'wp-content/plugins/elementor/includes/heartbeat.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\heartbeat.php', 1, 0x00000000000000000000000000000000, 0x8843c0240c0f8a55469a0775e5e06eeb, 0xd1b469f19f863ae40c0fd557177e256e279541434570347aded0b350e762ffd0, '', 0, '?'),
(0xdbe454c811752c6934f0ac6a8e42795e, 'wp-content/plugins/backup-backup/includes/dashboard/modules/security-plugins-warning.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\security-plugins-warning.php', 1, 0x00000000000000000000000000000000, 0xde28f81e9bbfc3be99016bab0d82cd0f, 0x026faf2c07bf79941602e6bbf200a503731aae72f58da9ab9e19664fe977fc42, '', 0, '?'),
(0xdbe5609ee28af9967375f50074b6ee63, 'wp-includes/html-api/class-wp-html-unsupported-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-unsupported-exception.php', 1, 0x00000000000000000000000000000000, 0x9a39b55069283ab7fba9c6781c7677ae, 0xdb5ed3af9a810e51aa1fe234219ed472ece3ab5b8322b6af7db79ff38cd69bc4, '', 0, '?'),
(0xdbee8924414de9374f8d1da53e206522, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0x6422a0fe013f259f674f9af343cfd444, 0x065d06e688b885ce6d663cdde1d07c882ecb7115435d04b874db5f621c848010, '', 0, '?'),
(0xdbf594b0c05e247a9bb01d3f7d6e4299, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/pro-data-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\pro-data-tag.php', 0, 0xbf647d4e17c50cbdfca35156db7684d3, 0xbf647d4e17c50cbdfca35156db7684d3, 0x24f11fb256de909e9553a84e1ce96aaf215fd23c8a589b616fd51ee5f00e010a, '', 0, '?'),
(0xdbf69e8d813b036d0d3eb0a5f57c22f5, 'wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\starter-content\\astra-settings-export.json', 1, 0x00000000000000000000000000000000, 0x79dd4254a7f395fbc238e8ca97b80afd, 0x538abcc6c6b774814b6231056c8d1c2909c868f33a9a1279350952437329d275, '', 0, '?'),
(0xdbfe64a20dc614eb9c03e628d4d8951d, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ActionHooksService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ActionHooksService.php', 1, 0x00000000000000000000000000000000, 0xa2c00e5fffefee976674d3839e801b33, 0xc5dd5bb26dd5fe6d4c28027e6371a686b7bb300b838ddb1b21f560ef1d9ca35e, '', 0, '?'),
(0xdbff929dfd1aec73fe185af5c9f38b3e, 'wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\query-note-trait.php', 0, 0x6849e9bdbe7ea3d4d76d2f33b0525d8e, 0x6849e9bdbe7ea3d4d76d2f33b0525d8e, 0xaddc4e4f89b92f4b453e7bf6213a7fddb074da7098b496703071af443ddb2eab, '', 0, '?'),
(0xdc00ddd87b752554ec31163f17a9f2a6, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-body.js', 0, 0x7f9d6467962b60e12ffe28daf859ff7d, 0x7f9d6467962b60e12ffe28daf859ff7d, 0x72ab404dac5c679b61fd070259a605c5e44101dbffb1f789bcb3cda432ce9532, '', 0, '?'),
(0xdc02bb00198b8f1d6358710e5841fbcf, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/preview.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\preview.js', 1, 0x00000000000000000000000000000000, 0xfb2c769141d12b9ab1525345f3c73879, 0xf3775e5cbf71ba0c4cafcbb630247c13c0d00651c6ec53b7f2d1e59d229dd048, '', 0, '?'),
(0xdc030cfaf5225baf19cc047cc0bb8724, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\youtube.php', 1, 0x00000000000000000000000000000000, 0xd719c05d7e45b2b12ada930c78e67a76, 0x132359bf95bc717e0c0ad75b7a51d18d30a77a7fc2e53ac6b81d5a31e5a05221, '', 0, '?'),
(0xdc04f15fb60bf5460a48e41ccf3b8dee, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notificationpopup.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notificationpopup.svg', 1, 0x00000000000000000000000000000000, 0x589e3ffdab23a811ee3e3a20e3b76b45, 0x761abe520f64406a5997e2cb99e381276d4ecb5d7ce161b13f10f67428273bb2, '', 0, '?'),
(0xdc06f9ebf9d7ba8679eb1e9d38b3b8cb, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-section-document.php', 0, 0x9f55718c9891e2c4a72c3ddcb5daaa4c, 0x9f55718c9891e2c4a72c3ddcb5daaa4c, 0x3080da73893983d377bc3b7c753d7b0592264ad9f29dfe7cc3ead9c86ea2da75, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7847b337eb25949ea00062d0f8ecfec9, 0x703d6d3d47dc6cf29468826e0868d2c1b81356d3e55dd32dd3fb2b9d3103ca61, '', 0, '?'),
(0xdc09bc2547395b25e1f38b067db3f002, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/recommendation-positive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\recommendation-positive.svg', 1, 0x00000000000000000000000000000000, 0x7694ae1d6481671bf93c3254fcafb70c, 0xc4beeb77722bf2a1b64f13e92e81ab6ba38f4c7e612995e0538d960db0ec06b4, '', 0, '?'),
(0xdc17f3f314eec796ed1105c9ffb6826f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\redirects.php', 1, 0x00000000000000000000000000000000, 0xf7a42361db569d391d23d65c7e7d37d2, 0x3d2d67b4d8be24d449e8e34b5baf880306be0e1d0e36f0f852af9ef67e6c923f, '', 0, '?'),
(0xdc201fb0d527d617a0c519d62785b3bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ServerException.php', 1, 0x00000000000000000000000000000000, 0xcf07ac1620da370b9440cf20b36ccad4, 0x81436c4d08150fde90ec27be61b50aa9f49c20a22fc557a23011aabae76e16a2, '', 0, '?'),
(0xdc22b14ec8134f30555e4bd2b155062c, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0xa847043f751db06b572f6d63142d4066, 0x3b431cf7dcdd09beb9b340d55e6a4d1ad3d99c5dd15ea8be0ec0ed185eb52030, '', 0, '?'),
(0xdc2d617a6fe17340cf339f0bad2c8f5e, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-buttons.php', 0, 0x4d7df2529eff79c3f4caa65b3460fe2d, 0x4d7df2529eff79c3f4caa65b3460fe2d, 0xee339dc70cf0c5d5bce3830f661aaee42b41e80bfcb283f4c962018d66787e78, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\canonical.php', 1, 0x00000000000000000000000000000000, 0xf675dd67d229bbc48ee54bb716e315f9, 0xdb74dc05f46d71fbf56abe841d11c9fbd43c7929dfdd0e61c4b899a5214376ad, '', 0, '?'),
(0xdc3bbd547c084e711699c37a19af4e50, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/avatar.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\avatar.jpg', 1, 0x00000000000000000000000000000000, 0xa04d849cf591c2f980548b982f461401, 0x770b8778aea920de63bf5b02f82d8874151eac5b40d5c3b76745866fee41fe88, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\statistics\\class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0xd7787395db37e2ed52c85f2a4041c507, 0x800ef5f4725319bc3e2d9e0087f0e2c72b05a0a2ed0e859d2cb9b86805117ce1, '', 0, '?'),
(0xdc443a8fc016c00cab44418a9a5843bd, 'wp-content/themes/twentytwentyfour/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\readme.txt', 1, 0x00000000000000000000000000000000, 0xa1885dca7bb0c1d03c4de345da680a1d, 0x3171be14a3ab80c0638b71a3187213d2973b742fe6a9b341b753b106a88d6800, '', 0, '?'),
(0xdc46383e68bfb45878ce50171b7b87f6, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/abstract-readability-score-group.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\abstract-readability-score-group.php', 1, 0x00000000000000000000000000000000, 0x0bbd8d1893a75adf9aff552a6c21c968, 0x81443120bec8308c4bd39496f262d75315c6063e38be326af3886d068dd7b56b, '', 0, '?'),
(0xdc490a5320977b793978b4296b3b5a68, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomy-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\taxonomies\\taxonomy-validator.php', 1, 0x00000000000000000000000000000000, 0xe212bd7fe26c212a598cf4a08a5cca99, 0xb98e3a3f63a615e82b562accb006109249a7d3f183c1b1bf9d866b47843a4a6f, '', 0, '?'),
(0xdc4bad0e1379af81f91da11a738cb3b7, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/centeralign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\centeralign.svg', 1, 0x00000000000000000000000000000000, 0x46994442ec00b6bdf90976c2c9ecd1cb, 0xac7678fa6a126ea5e802515acc485a944291a2b9081179352d49386e81b52815, '', 0, '?'),
(0xdc4c10b2986851855c00ff26d8e4a46d, 'wp-content/themes/go/dist/js/admin/customize-controls.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.js', 1, 0x00000000000000000000000000000000, 0x63f3b05f5a033b70dd2b9b6a0a9894ee, 0x0fe5daf4aaed8026b0c04b12c4cefb55efa5b816512e43724ba721784d49342f, '', 0, '?'),
(0xdc596a624875a64e5639c2aa52cdf126, 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\user-allowed-trait.php', 1, 0x00000000000000000000000000000000, 0x59e016038e2d4580d244662d5b70ba31, 0xeb0ef379d7c6d6a6ab4d0d948d2a0d8f3ace9cfbd6b464c87707caf13adfaea0, '', 0, '?'),
(0xdc5ace1adbc6191fb18dda2daaf3efd4, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-text-blog.php', 1, 0x00000000000000000000000000000000, 0x4c4ee139102662e975d001712e8ff277, 0x1a50f467a321d9545ccc18b0fca1ac1fa90d422d13aba9bb2c5e1a2da5c679da, '', 0, '?'),
(0xdc5d034b0bd1ac275c641a8bb172e7fa, 'wp-content/plugins/instagram-feed/assets/svgs/angleUp.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\angleUp.svg', 1, 0x00000000000000000000000000000000, 0x3a3923d584afffc5df180242f8de238e, 0x441eb45f3869d2c35033d45337a9944285abe47dde37c49c79d2e498fe778e69, '', 0, '?'),
(0xdc65d5485efc249eccc522b7b47604b0, 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xdc6d097854a56e303906c61b72b4aad4, 'wp-content/themes/astra/assets/css/minified/style-flex.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-flex.min.css', 1, 0x00000000000000000000000000000000, 0x93b42dc078ac156c4272e6a657b9ccf0, 0x2d698b66f963b1e55ffefe924e4fa38b843445c9aaf80abe3952c278e5fad979, '', 0, '?'),
(0xdc761e68fb186ee0a1dad332e61af88d, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Db.php', 1, 0x00000000000000000000000000000000, 0x0d4f537f32fcc33588d84154b098d0f4, 0x2bc8d3e2de5160102d4c8065c17d0367f4d24cf9014c2bc5360f17accd4e9f4a, '', 0, '?'),
(0xdc7cf41b7bb810c0d571596920e288ff, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\workouts-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x347103faa97de08e4c59b690cc065119, 0x94a64cb98bb0e79f2c760630b600de7328163e981e6e424f2e70a014e7dafb92, '', 0, '?'),
(0xdc7e5c80a07e836d55d5309d34612425, 'wp-content/plugins/wordpress-seo/css/dist/icons-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\icons-2760.css', 1, 0x00000000000000000000000000000000, 0xe152c08a8d4dc3eaa9d201d2f85dc4c1, 0x1b12c2380a4de449aa7ee23b5c770a30605c4efbb526d8654d53b57de8cf9c91, '', 0, '?'),
(0xdc896f3f25826c614a77076ee5c92a7b, 'wp-content/plugins/wordpress-seo/css/dist/support-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\support-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x07eff8c11a130264bdf83476db5eb4d6, 0xd47c35c7e9fdf261a817a5b57886e79d69246a157041d753b53ce2bf962bb6c1, '', 0, '?'),
(0xdc8c6df7a7df5523ee2a4ae21d01efc9, 'wp-content/plugins/elementor-pro/modules/variables/hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\hooks.php', 0, 0xad1f1c053cff3d5678dff1b3da8abcfa, 0xad1f1c053cff3d5678dff1b3da8abcfa, 0xb51c354c5185bfa343060d995763275b42b0cad40001a5123707a1e6c400c1a4, '', 0, '?'),
(0xdc8fef00908deed299cc49d0bec8dbb2, 'wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0x8296c67a84497f1bb14dc3578ff6d616, 0x1d92dda895e22bc24310df398e7fd8766699381d1235b93d93aa09b7d446a8e3, '', 0, '?'),
(0xdcae87a268012ae7710ecec61f46df08, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addwidget.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addwidget.svg', 1, 0x00000000000000000000000000000000, 0xab8b69e359224e9e22ecf2805bec303a, 0x9daa080899be4e3fe86b552a1c2aa3f9d43baac9df4c568348446cf0aa77f835, '', 0, '?'),
(0xdcb20349c13a20b6e56fd0aaf722f27f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-homeurl-watcher.php', 1, 0x00000000000000000000000000000000, 0x36b4bd7148ba18816a187a07e8bb6086, 0x23707dce91f2a3bc0eca5af863d6956e4d2ed1ff39d3100da5fdc62e32ec6d7f, '', 0, '?'),
(0xdcba9d214142f2c0955ec9cd2d8eba09, 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5123cb3a0d676dab824a39e237c8482c, 0x2923694d47799dc82c60524bf6e9880ff26b802cc51a3bce7fb4ae31bc643c90, '', 0, '?'),
(0xdcbbf2ebd738907b3d889b57fe44b04e, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-layout.php', 1, 0x00000000000000000000000000000000, 0x7bb2761a202eccf5b4cd5cea0442473f, 0xd52099df84015910c287fcc518a672c5f522a515080eafe491570d87f23ab308, '', 0, '?'),
(0xdcbd30f1763e05e8430b56e9ccf01d28, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0xaa1495b9ea2a66a48fc30a8c5283847f, 0xccd7606a521ec38972577d782ddbbc37a7b86c02d25b37d800f264ebeeac3184, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0xdcccf0c67ce99c1fb12243a4a32a8ded, 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.min.js', 1, 0x00000000000000000000000000000000, 0xd5a9955e4c3d13814270c981322b08f7, 0xc145eb3238c5cd28b453ebaa62d5682146a7e532b6f112e1dbab912a9544d219, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0x4f1e62a9d3d13cb0c59dcfea5415d80d, 0x14c6ed6ebb0e64fdd88f69f882e375dc41344affc354b2314504288154d0b720, '', 0, '?'),
(0xdcd4cf5a4319d3695435673fef66f42f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Is.php', 1, 0x00000000000000000000000000000000, 0x7d34a0082882988e692d3946ffe4f06d, 0xa3af821eba2af226198d41eda4c6a2ddedbef3a738507ffb1aaf16f8a3269215, '', 0, '?'),
(0xdcda02f3da9bca29241cab2c81f2b756, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-reports.php', 1, 0x00000000000000000000000000000000, 0xb5c4dfde04cbb84126359cceb93a013c, 0xb7bfa4fd9fc7196698c39686f7b8611e66adaf42017d15140cbc4e68bc595c1a, '', 0, '?'),
(0xdce1f1eafed210adfdc980a87755ccb0, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\base.php', 0, 0x54d6718d8aa91fc2586a102547b12166, 0x54d6718d8aa91fc2586a102547b12166, 0xe810dcf9422a4407e8608e00476d79569d1e51604235669f84b38d8af99396a5, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0xdceb41a772aa151c9a672ef7de98e633, 'wp-content/themes/astra/assets/css/minified/main.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main.min.css', 1, 0x00000000000000000000000000000000, 0x431909ef7202ab2e448f1c809fbc6df4, 0x5aa07e9b274c41847993241fca74cfbaf7f78a000bf0618fe6ff9f316e9c3498, '', 0, '?'),
(0xdcef51271e94424d8b02ebbdf8b97a05, 'wp-content/themes/astra/assets/css/minified/galleries.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\galleries.min.css', 1, 0x00000000000000000000000000000000, 0x287f2777011a812d9298037f3802c6e5, 0xa85e7fb811c634835a329638730cea1a17793be1bf53ebf4d0ee4a16a21cc86a, '', 0, '?'),
(0xdcf217c366da3d7251fd0c1ef7ea0c8f, 'wp-content/plugins/elementor/assets/js/app-packages.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.min.js', 1, 0x00000000000000000000000000000000, 0x022b19bb675c9e39f8cd8da512767811, 0x6eaf443dda2397a487d7a8a9f1ae6db732bd87427fde94e8c12dcfbd02363c6e, '', 0, '?'),
(0xdcf536386c29ad8c66936d32b5a22b5d, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-response-header-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-response-header-integration.php', 1, 0x00000000000000000000000000000000, 0x63837adccb4bb73bffd53c58efdf834c, 0xf8653668170b8defb98815ece07ea0bca1eed886735673457b37cae3cb813742, '', 0, '?'),
(0xdcfb731c237e2e04d8433a4c43bf285a, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/date_i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\date_i18n.js', 1, 0x00000000000000000000000000000000, 0x9bb835c84f72472f8e396b5d52cf257c, 0x972a1d91f4cb76a16d72a6a219b38055f264c1f310af8893b34a80ae0c2549c9, '', 0, '?'),
(0xdcfe2e3a9164874f97fffe25aae7b00d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-multiple-sources.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-multiple-sources.png', 1, 0x00000000000000000000000000000000, 0x1216f2903e9a33aa04158d543593e1fa, 0xac0377ceef3e43035d4167477c0cc7ec988216f81b7f610da313afbde8e03455, '', 0, '?'),
(0xdd06c9a58eccb84a36aed2af166cb592, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/UsageTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 1, 0x00000000000000000000000000000000, 0x75b9e034f317de6981e9ba30904ddcd6, 0x6af9a2df8bf6ff42637a5218c63c62e6fb93c8f5183d4cd37db60c3a336ec9ef, '', 0, '?'),
(0xdd0fdb3083e0aaefb11a2f1f31a2d27e, 'wp-includes/blocks/query-pagination/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e90d7762c05e3e36bea04672c97f40d, 0x3295094fd16a89b25883d7eb2faa6ca9aaeccf6f027a2af435a7cfd67bf65444, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 'D:\\laragon\\www\\genesiswa\\wp-login.php', 1, 0x00000000000000000000000000000000, 0x61338088d230e36c935344b3e3bc0884, 0xd1507d172a7dfb371c959b50b4e78cb106ac7184d73cfb6cb9552e0e649633a2, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xdd17a89d41e0f530276a90fa9415f058, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x2deedd5c61fd987390810c19bcf7fd8f, 0x164e9834c57c523619a882c5290e0f40778c0e1b1337cd04efbe9e8062476eb1, '', 0, '?'),
(0xdd189f850dbf333d24d3cf66d84f91b1, 'wp-content/themes/go/dist/js/design-styles/style-trendy.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.asset.php', 1, 0x00000000000000000000000000000000, 0xbbccb5879367bdf4b959aa3ead5b860d, 0x4c32d0a3389d18a252da4c8010613a92101bf5ad18921c8d014e52a4a6e3b768, '', 0, '?'),
(0xdd1c9a837af55ef4cd1df9c8622bf053, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/SourcesTable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\SourcesTable.php', 1, 0x00000000000000000000000000000000, 0x6e7442c9975b1f7d63f400f5873ae970, 0x7fce792cf8b58144ed6dc14f6473e53603fa51f7f4a56da9de1ef033db5a88ee, '', 0, '?'),
(0xdd273cd1d7f3141a7ad9623dfabcc05a, 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8308447a85657eff0cf15aad6387dd81, 0xf335511331cc7f1e454a8f4ddb940b1c7bb1362f10311abca906a8f729971b05, '', 0, '?'),
(0xdd2f2b898df7a5ab6d1d72ec13b188e7, 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\breakpoints\\breakpoint.php', 1, 0x00000000000000000000000000000000, 0xe6a09c84c1342b2a0c1a5f9d753b7bd6, 0x08a9492f73b590193804d6bd205f0e7919be12abbc1f969fe1e1aae10dbbd5b5, '', 0, '?'),
(0xdd35203cd88f5dd49ae9f9e63ecb75b6, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\DatabaseMetadata.php', 1, 0x00000000000000000000000000000000, 0xb349817ddb6214e4c67e204c4d0f51d8, 0x57568a584887a5c903579f1caf7292a01f1272740c1b2890a1e81fe03c62be29, '', 0, '?'),
(0xdd37e17469f3e9ebe0224eade0b7dbb6, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.asset.php', 1, 0x00000000000000000000000000000000, 0xf24c7edffccb6f6620b5637efae366d2, 0x359aa14ec6f5b256c21baf444ed8712716d7cf4063b0d08949ce3a98836523f3, '', 0, '?'),
(0xdd3865e98179e8709c10bfb8a37b18b2, 'wp-content/plugins/reviews-feed/assets/icons/booking-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\booking-provider.svg', 1, 0x00000000000000000000000000000000, 0x1536e55deec60c60cfa59620413ff47b, 0x451a0b95edd910896f29ddeb5c030c1f2e61b806ff23be68e27be9d13b9ebd03, '', 0, '?'),
(0xdd394f8f5852e3fd6861c032ee448418, 'wp-content/plugins/wordpress-seo/admin/views/redirects.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\redirects.php', 1, 0x00000000000000000000000000000000, 0x6075c1235f1d418c50a1e89c3c07098d, 0x634222a8b7802fae41b913538f82d743feec6ee73964e25fd2cc6ea10371d7de, '', 0, '?'),
(0xdd48dcc38fda747aa52da8c471f54a87, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/showcasecarousel-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\showcasecarousel-template.svg', 1, 0x00000000000000000000000000000000, 0xc72ae3d28e455b6f83ed3415bdf05d4f, 0xb38be411d3508de94b9cbc895ee04812f3f63bf78568b7d0cf8ed6dbb68cbaaf, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\lists\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x32b438beb73a7396a577bc39e74a8fa3, 0x2962f2902334e69465acbe2ad8392899b03df45145a365307c31fba6e00afd06, '', 0, '?'),
(0xdd4c6fbb68dd589833befc8eb233aad9, 'wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\action-base.php', 0, 0x9ac7106078ac397e48e5637eb73d8621, 0x9ac7106078ac397e48e5637eb73d8621, 0x327172215d859c57fc7cb7c8e0e643a6da3d0139c2575f34479f182f19924fa2, '', 0, '?'),
(0xdd4e636872594d0cedccba4f970cae71, 'wp-content/themes/astra/template-parts/content-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-page.php', 1, 0x00000000000000000000000000000000, 0x2838ff69e29ddd780a25b22bdaf608fb, 0x9858440615b7bf45ee33919ebd086ff353f4d0e4f70c4f4fa711cec93c47b622, '', 0, '?'),
(0xdd4f45d312aa4982c501c16163afdc91, 'wp-content/plugins/custom-facebook-feed/vendor/composer/installed.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\installed.json', 1, 0x00000000000000000000000000000000, 0x8239c8f0bceaa603a07809bc96ae68cd, 0x8e8e17af7c8772259da9aac66d55a27b18d816740f33308eb21a688318576a7d, '', 0, '?'),
(0xdd58661d059e7c9fbcb528416c474bee, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/optinmonster.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\optinmonster.png', 1, 0x00000000000000000000000000000000, 0x5cbd0e7a69c2bc0667291aad03d712a2, 0x2126de62d9285c31b1640d540842a9382696de4ce01974f798e57224d0efde39, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0xdd608ce34c5c332d699a5f33b3530dad, 'wp-includes/blocks/code/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style.min.css', 1, 0x00000000000000000000000000000000, 0x4d6fb89e752430ca62f8f83bc0f1eb7d, 0xa3b04c346eae31ca49c94bf3693dda4079e31f3632d44fb0b17a3dc579368d46, '', 0, '?'),
(0xdd632b254cf3346a2b9767392c7391ad, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\regular.js', 1, 0x00000000000000000000000000000000, 0x07a20c626ed982d0c8ed1631251b4b8e, 0xe7660132c8dd8148c82ef64c4655a6188edb7d123cced02d8113b473c211b8c9, '', 0, '?'),
(0xdd6334b4973ab8de354588c98f8c6b95, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wp-simple-pay.png', 1, 0x00000000000000000000000000000000, 0x88d9e86c290911fd751d9cc151065b99, 0x5e0d2cdad1e067764c98b9cccfe846f10434f612dba4107d3d29f6bd15ecfcd8, '', 0, '?'),
(0xdd6574c72a2ad0441381a59e1a8e4f9c, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-capabilities.php', 0, 0x6c96ecc2ae3774b2afb5d1a4c209e4ba, 0x6c96ecc2ae3774b2afb5d1a4c209e4ba, 0x9e25a10d976f188b8939c80889c6c0d319a9d1ec433d45bf7dde206457472a8e, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x0333e77ea8cfd17d03c81adb6e6d4063, 0xe291bc7b4f0c000842dc80146477f88e79f449be657066345a05b55997ac99fc, '', 0, '?'),
(0xdd68ec4561bebbfa15865671d5206714, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-settings.php', 1, 0x00000000000000000000000000000000, 0x43db44c7db89185e77034451b40f37d4, 0x36881a7ab5134ba49944678763fa69bed943e58d70d46fa80c343a511ca70364, '', 0, '?'),
(0xdd6f13c1bf5e177e056318719a162933, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\DB.php', 1, 0x00000000000000000000000000000000, 0x83fb4116887c907ff74dba1464d18afc, 0xd689906c33bc85b899451dc4c5d8ee71c6e1d17ffd1306ed82ce031efa1e2ede, '', 0, '?'),
(0xdd6f66ef99f0e4a841ffeed79d28120b, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\RuntimeMmdbException.php', 1, 0x00000000000000000000000000000000, 0x6e4a215e0d84595ecb26e9a95b63e1fe, 0x08ce8f2497f66b86185b826fae42f74c5a4068cc6157c286540cf2cc657f91c7, '', 0, '?'),
(0xdd7a3d167871d6a8e83d6105d3a65d32, 'wp-content/plugins/elementor/modules/variables/classes/fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\fonts.php', 1, 0x00000000000000000000000000000000, 0x6bdfd5709fd905f0734237a37ba68709, 0x66e91c7f89912b0307cac64d41d26ff56af492c901601ae942689ecd8a0f523b, '', 0, '?'),
(0xdd7d060e3944c89fa3a2faf81cdc3cb5, 'wp-includes/assets/script-modules-packages.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-modules-packages.php', 1, 0x00000000000000000000000000000000, 0x4b8315e0e2a9655f9330698d6f709e58, 0x238cf1e56ae0d69f875fc583bb6a5df0f58010f914d506eda54ad2e036c5f8ad, '', 0, '?'),
(0xdd7deb08141440d1e86a6599baa924b8, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/add-source-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 1, 0x00000000000000000000000000000000, 0x4e4687f00ad3d09f892247efd48e5fe4, 0x5d77103e6147fa6e08ae5eda9dcdc98b2db8ed0b1767f302951371d25a91d033, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x007476c50b9265b7c7c1692f9fa03a91, 0xa3dc03dce004c656d2dc476ba63cd07c3c50ef539f099d35d749e19edf5fe8db, '', 0, '?'),
(0xdd9b877910426e70169ad06a0e5d138e, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube-activity.1f9fc57272956f9ddb8cd67ba3fc3011.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube-activity.1f9fc57272956f9ddb8cd67ba3fc3011.svg', 1, 0x00000000000000000000000000000000, 0xe1562b19e6e77f364d76a4879efc52e7, 0x19ca0b15be98fddaeefa36731d13d500766b98b78af5529a76b4a45bbf161c6d, '', 0, '?'),
(0xdda36cecd03afdbfd6c25f8ded35f8ad, 'wp-content/themes/astra/inc/lib/bsf-analytics/classes/class-bsf-analytics-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\classes\\class-bsf-analytics-helper.php', 1, 0x00000000000000000000000000000000, 0xd05b4f29e85fab4afdd20c4aaf2241bf, 0x7cd4b1cafefb7d008c9846422135f9ed7675f2bd4ff535aa474878f5a54689f9, '', 0, '?'),
(0xdda6212c502fba91b59b8afde22ae9e4, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\AbstractUnary.php', 1, 0x00000000000000000000000000000000, 0x4c8a85b1501455bfecf459c23220d0ac, 0x9dc426ded74ea5ef0e3fc995399d7d50857b2b12b30f59544d93e34048c9abd0, '', 0, '?'),
(0xdda6dc71a6e89ac5d07de59cb11301ac, 'wp-content/plugins/wordpress-seo/src/initializers/silence-load-textdomain-just-in-time-notices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\silence-load-textdomain-just-in-time-notices.php', 1, 0x00000000000000000000000000000000, 0x7d3bcd3dc6ecb0673971a0b561e6efe3, 0xadf8a1f1bf4dd1a74200ef21c8d7ddce95b3c621161a689095964a200e0ae412, '', 0, '?'),
(0xddabfc81a2f071aebe9017f84dc9cb13, 'wp-content/plugins/elementor/migrations/operations/string-to-html.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\string-to-html.json', 1, 0x00000000000000000000000000000000, 0xec5d5e9edb29b0a928c5f9988b67b8b9, 0xd7d006fe58615b37adadffca0491e7afd535fbed30190814b5bc9f87e0e2a90f, '', 0, '?'),
(0xddae3f1216f19f907cb4c5a0284488f5, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\LessEqualBinary.php', 1, 0x00000000000000000000000000000000, 0x4dcdb4d93c823ec3b503911411b029fc, 0xfc0e8c681bcb0d7ea06a636ea4d61680d001531af7f863f953e33d78e8cdaca1, '', 0, '?'),
(0xddb2bca967cb3e3a05c55b127451af56, 'wp-includes/blocks/query-title/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xddb5bf694b23ac18e8c31d425d1995a8, 'wp-includes/blocks/term-description/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xddb81c6f9b4e3ce0a531447f3730218f, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-featuredpost.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-featuredpost.png', 1, 0x00000000000000000000000000000000, 0x33ce25492eeb4c84cfbd5244e4e246e5, 0x5aaa8db9fef8e6ed6865b3b6bc84b77b0cf2dc42b0afa09a3014ec5c729819a0, '', 0, '?'),
(0xddbe4911ec0514f5086b480994d1eb38, 'wp-content/plugins/powerpack-elements/modules/ninja-forms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\ninja-forms\\module.php', 0, 0x1ed4e71ce20088c973cc8ffd611e8263, 0x1ed4e71ce20088c973cc8ffd611e8263, 0x6f46b64853414c975ac2898dc2d92895f54fe024c966d09f154ece34d6a278f4, '', 0, '?'),
(0xddc5954654e090b2603ef07ee9e6c188, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-in.css', 1, 0x00000000000000000000000000000000, 0xaf576590294a327ac652d7d7a5106383, 0xd2bc8279907fcc65a76ca1344183b474b6fd6e16125ec65b69416d89a30662d0, '', 0, '?'),
(0xddc9d1ee90383a2676af8f5bc95f8329, 'wp-content/plugins/elementor/core/settings/page/model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\page\\model.php', 1, 0x00000000000000000000000000000000, 0xb80eb574154f0378a52f8aa342b6b56a, 0x51b6ded3e9964a4f6d14fcecf01374c631b81e5e2c453e19cb2682b96f5efc89, '', 0, '?'),
(0xddd0965924622bd6e1bbd1021d04a969, 'wp-content/plugins/elementor/modules/history/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\module.php', 1, 0x00000000000000000000000000000000, 0x2bb567f4a8d256bd52ca2d8387c27fad, 0xa3c9567ce94053f39683b4fde65825ac63608830414e31bf9ba71a35055e08cb, '', 0, '?'),
(0xddd1fb0214c2340e0ed2f7b497b0f283, 'wp-includes/blocks/media-text/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xaadb6d7c6e7286da6847dd8fea8798a8, 0x24b7f42e011e53dc8ffe8d023f64190dac7a3a5b910d8ac62594e4a83a3c26e0, '', 0, '?'),
(0xddd3150089850e6232b5313faebbf43a, 'wp-includes/js/dist/core-commands.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-commands.min.js', 1, 0x00000000000000000000000000000000, 0xd5b21896bdb402d48bead20cabdd0d13, 0x956e80f11b28bd731ab50a78f28e5c67cc621f2fb0996ee9fb139ac43c7a2336, '', 0, '?'),
(0xddd7217ae0c9489b13e054b9dbb0b705, 'wp-includes/js/dist/router.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\router.min.js', 1, 0x00000000000000000000000000000000, 0x11e8d05519a25bc30904819d6d862f91, 0x069f07ce42f3fa384bd7f32c7afd602b000c9203046d35ee1fa7a3ba3a7e472a, '', 0, '?'),
(0xdddb772bfc26390699a7648ac78c99ae, 'wp-content/plugins/elementor-pro/assets/js/video-playlist.d7d184236c3e54fc0c27.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\video-playlist.d7d184236c3e54fc0c27.bundle.js', 0, 0x04271126814d4b130ea13561b70c0b85, 0x04271126814d4b130ea13561b70c0b85, 0x07251ec20945e8fc69d94f92eec89b1f33b98585029e9e3930592dc1e79fa795, '', 0, '?'),
(0xdde38285d13108977dd22c0e6e4fbf67, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\date-condition-base.php', 0, 0xc2059e8b419c31ad87a8546d0e38bdc1, 0xc2059e8b419c31ad87a8546d0e38bdc1, 0x0e6b4bd6fb73935a388580bb2f02278ea92a094afa75d9cabab17d0bd2338d6e, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20\\IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0xddf394dccd6ba22245d6c8de70f2441f, 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.asset.php', 1, 0x00000000000000000000000000000000, 0xe396e870d33ad20940a142fd40af54a4, 0xd80a022937bc654aec057f5228920986f9ec544f90a6a71e24b157307dd79d09, '', 0, '?'),
(0xddf6d74d9cd16257e336f500ccb1ed31, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.min.js', 0, 0xd9aaf6f806bcffbd29f47ee835ffa4f5, 0xd9aaf6f806bcffbd29f47ee835ffa4f5, 0xd63da614ea9aaade35e924156accca61e8eb9e2215b3157b2a611ec386017d47, '', 0, '?'),
(0xddf731f2dd1f2e2ff58bee7568db16ae, 'wp-content/plugins/elementor/includes/template-library/classes/class-media-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-media-collector.php', 1, 0x00000000000000000000000000000000, 0xd2501277854a609eaca8a0a36f525f44, 0x13fdef2a56aa4b13ef1c4b6a476fcf0d110960e0dd30e9c5d8899f009cfda457, '', 0, '?'),
(0xddf8e78a86a34c337c7c736a44d1cb8e, 'wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\ui\\connect-button.js', 0, 0x24cdbeb1e2d23809651f2380cb6a3a3e, 0x24cdbeb1e2d23809651f2380cb6a3a3e, 0x038f61fb04c45bcd0d874959a37c2363f73cf6283c6d754a401febdfc35bdcd1, '', 0, '?'),
(0xddf96f9d248fae516ee8b942ece770a0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Traits/Singleton.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 1, 0x00000000000000000000000000000000, 0xf5cd04278113e6bf12f0a75764e1aa36, 0xe9e28e97efe6629779d6a15d80c70fd6e621a4e6b5578b170ede99a989ba485d, '', 0, '?'),
(0xddfde2504ddf2e8512106e2fdbb38bc6, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\installed.php', 1, 0x00000000000000000000000000000000, 0xe427311bd8a7807dd7c0a2856021a75b, 0x5a94e9f50552c31acd38e6579f747efc553526f1aa60fb9a82086b84aa6cf188, '', 0, '?'),
(0xde02b8500fda15e1fbbfb99505b00de6, 'wp-content/themes/go/dist/js/style-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.js', 1, 0x00000000000000000000000000000000, 0xb8a934e627f2fdba7a33c418918acc85, 0x5823b20b8fbe47b835d453b65ea1cf4db8d8d04673302a5312b0fae850346934, '', 0, '?'),
(0xde05f9e0020f32c83b2c97743d445e5d, 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\plugin-status-adapter.php', 1, 0x00000000000000000000000000000000, 0x433f490d755db2fb4fdf57614e12e8ba, 0x78e8d8c07d515ad803020e76ff9f0b7be55620a825611691b4198fbb09d582cf, '', 0, '?'),
(0xde09ffbc8946bcdd01e4ddca45bcaf29, 'wp-includes/blocks/comments.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments.php', 1, 0x00000000000000000000000000000000, 0x9005fcad3c9e2f36fd78d221bf6bed01, 0xd53a532ad14200daeb8b876055c4f72f09fe730311000f4404f1534d302d237b, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xde0b6cd1db873097d571f585bf86b047, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/classes/class-deactivation-survey-feedback.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\classes\\class-deactivation-survey-feedback.php', 1, 0x00000000000000000000000000000000, 0x907a41097be8b84ffdd1511739535eb8, 0xf67300cc8889de5cc2093c543f6719185926beb5f98183d72e12b3b74db8c394, '', 0, '?'),
(0xde0ec63871b175b02abab975200badf5, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xb0edea4bd901c636a5abb51461da8e04, 0x9925c730aefa632bf7322dc2572e4122f11fea9d0702e59be688993d12c2d986, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0xde142fcf5d01b4f9264892429ae152b1, 'wp-content/themes/go/dist/css/admin/go-theme-deactivation-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x46303cdd1b7d8e1eaf2e2d43ab2f2abe, 0x70a6403ce8edebb89d543350be174676e61f152cd7d0c6b7d9762b182eb101aa, '', 0, '?'),
(0xde167c967e7211ea98863b68c6bd200f, 'wp-content/plugins/instagram-feed/assets/svgs/close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\close.svg', 1, 0x00000000000000000000000000000000, 0xd6a9ec7579fa3a2289ad0a0600e57dee, 0xfd29234e7c7f4ac7876b4cb42fcb45f9ab3daa2bdaf056a08d07d93a49d401bc, '', 0, '?'),
(0xde268a67178abd86a55201c7a5f2fbd7, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/media/owl.video.play.f58194cc839da0199212.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\media\\owl.video.play.f58194cc839da0199212.png', 1, 0x00000000000000000000000000000000, 0x446a353fddb85f959fea3075c9156ee5, 0xda0180798a285672a23a4df1899bd5d8f779e2aeb3891812b9eb8d50335df0b2, '', 0, '?'),
(0xde27059f15d5793e6711804563cc2c7b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0xde2a86fcb60b4f92b05c8c25d3ddd5bb, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\NegUnary.php', 1, 0x00000000000000000000000000000000, 0x9404ff8715ad6c4648c2b7c850d37171, 0xf9fc6c162196b67a9f15ce44cc170844ea3f8a68c3207c5acd2a0d87c8562c34, '', 0, '?'),
(0xde2bb82e509d1c57d61c7ec6a9ebaffc, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\date_i18n.js', 1, 0x00000000000000000000000000000000, 0x9bb835c84f72472f8e396b5d52cf257c, 0x972a1d91f4cb76a16d72a6a219b38055f264c1f310af8893b34a80ae0c2549c9, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xde34a5e44847ad4cc06bb6cc85777b1c, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/complete-ftc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\complete-ftc.php', 1, 0x00000000000000000000000000000000, 0x178cb5deeb9a0a2be764e4d6b95c2e9d, 0x0e7425c8fb2d3da400984fe7bcd309e6ee68e05ec11113f57ab69cebb0a51d66, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0x296f6e5fb2d35979abccbcda42dfbc1c, 0x951d9797b8bf26fad8d9e4b3aa7a33811ba1aeaeafcadc8d8e7078c0c67acdbf, '', 0, '?'),
(0xde3a383ad61660985315c20a259de79f, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0xde3ad2f6ffa5a6f425ed14a41e7a6532, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x1a1754cb4b9f72ef21597003eab92b1f, 0x6733bcf2f2463a5041d445f36635bb4008ace41f60311549ab290ed6e433bfb5, '', 0, '?'),
(0xde417cc4830eec5b39d13c24ed8c6a7c, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/traits/dimensional-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\traits\\dimensional-prop-type.php', 1, 0x00000000000000000000000000000000, 0xff7f7b2f342b765a58a425f62c65ec14, 0x44e26b9813197892e47c2299c607d5d424b34d3beee772e200f0c80c0bffce75, '', 0, '?'),
(0xde48fdb5732cf0026f7d3ab61bd70674, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/star.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\star.svg', 1, 0x00000000000000000000000000000000, 0x671651c2a30384e8783273e0be036715, 0x92b3bb4122fa268956f8aefdcc3876d0d54296d8a77193de4a11a12b90026391, '', 0, '?'),
(0xde49cb5b351cafeb460ed13f3d7f86cb, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.radio.js', 1, 0x00000000000000000000000000000000, 0x5b57e2e8a76b67ea4100f5e1b3a83518, 0x6b6c2190b3adb03d1652b0988ecc2201be4e6f07fdc8751ad869da3a5a929581, '', 0, '?'),
(0xde4bf7160b1c824b83eaafcd00382d72, 'wp-content/plugins/wordfence/js/wfonboarding.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfonboarding.1778081072.js', 1, 0x00000000000000000000000000000000, 0xd6281ef75d1f838734e768e8810d67f1, 0xe45e0bc2eede04c057fad5c3ce3a34368b3a322c8729788f2dc54a3daced3e10, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xde5185905c0588ca0882b245f27f1cf6, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint-file-size.php', 1, 0x00000000000000000000000000000000, 0x650ac31492a2fb8e50af77f7f8f2d09d, 0xf5f22147061b859ab08e268678e8c24ed259a620ecc103a7597d64499b88e784, '', 0, '?'),
(0xde587215bcbc2f44f77df16542c4304b, 'wp-includes/css/dist/patterns/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1b6fe1e71be7692be35a71ef3a13eb3a, 0x3a337dc32d820d29edeeaa0d4b741e9c7af1a2499bc47966c2d070f4b47233c8, '', 0, '?'),
(0xde5a8bf14ec353b03ccd831ef71e4794, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/group-app.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\group-app.png', 1, 0x00000000000000000000000000000000, 0x8b743923a081f1835fd405c16ba316ed, 0x2e429583722c0eef0df1cb8c8f1fa7702364df394cea6960cad1456cbcac4245, '', 0, '?'),
(0xde62d47cc8023fc1887e2c8247020633, 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.asset.php', 1, 0x00000000000000000000000000000000, 0x96a73ab9c7adcb4ec59e1dd3c0da74b9, 0xcbf53930628cf1958497f7ee84a3562f2fb34d68fbccfe4671869885bdb8a76f, '', 0, '?'),
(0xde669940881aebb26cd29df17b7a6cfc, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-shop-container-configs.php', 1, 0x00000000000000000000000000000000, 0xdcb84e2a843430e5c55ffa4ab7398b14, 0xf416f1b30a18349ef7d58784d26faed7cb933dfc81ad26bac4fbffa6df9ebaea, '', 0, '?'),
(0xde761b93c773d7c7bee282a17cb137c6, 'wp-includes/SimplePie/src/Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache.php', 1, 0x00000000000000000000000000000000, 0x4623a025d8bd41897ab1b1544f472395, 0x514fc58eda9dafd737954a5afeb91df230ac4c0332e4d48e1f912524bf081b87, '', 0, '?'),
(0xde7969c85757154ad02d239973599089, 'wp-content/themes/astra/template-parts/single/content-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\content-header.php', 1, 0x00000000000000000000000000000000, 0x84576bb8357cc97e4c13146da92b40a3, 0x12e238bfe420079dd76726cb24c1cb3d0115f2b03a40a446891724f7f720434e, '', 0, '?'),
(0xde7d6870abcfd32bdf9f00343ea47c41, 'wp-content/plugins/powerpack-elements/assets/lib/magnific-popup/jquery.magnific-popup.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\magnific-popup\\jquery.magnific-popup.js', 0, 0x5b23ded83b6a631b06040ed574e43dd6, 0x5b23ded83b6a631b06040ed574e43dd6, 0xc37b496c80427c3cf0c4a88b405a27886b297999d10c5f45fcb8d4b69dcdd6c7, '', 0, '?'),
(0xde880ffbd3938848414938ea589dfdd1, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introductions-bucket.php', 1, 0x00000000000000000000000000000000, 0x78b2c0fbb324cb18cddbbbb89f003f7c, 0x65d85d630dcd2a9d2199048c17e0ede056a4ebde88b888880572957efb2dc389, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x5bc335ea070188a006b0cb1f26a009e0, 0xa5a1b508d27aa8d3a92f1da27acc773593fd96099aecf1366398ad66eb099c46, '', 0, '?'),
(0xde9aedeaa7addedf852267d1813c4e72, 'wp-includes/blocks/text-columns/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xdea0c671abc70ea1c844c41484e4622c, 'wp-includes/blocks/paragraph/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor.css', 1, 0x00000000000000000000000000000000, 0xd8e415f8867339d90a7daf0971c2bee3, 0xc594186c7e14e0e9b31525c4df22fa51a7205efb0744feab62fd165c87ba8dc8, '', 0, '?'),
(0xdea88fa27a2b42c143b482e1812d9a9c, 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\addon-installation.js', 1, 0x00000000000000000000000000000000, 0x29c8efcdd503a16ce2c833bb68db431a, 0xb00418db1b8c0bdb27fd84fc929c09537e0605ae173b8eac9ab66f2bf1bd06a1, '', 0, '?'),
(0xdeaaff258bd5f0252da689c5e0c21485, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-info-icon.svg', 1, 0x00000000000000000000000000000000, 0x422ce8a7ecc1f349b5f78e6bc14530b0, 0x1fa806668b9d2f93234f349898f9dbb55198737676bb2bbdbaf91926811323d1, '', 0, '?'),
(0xdeb1b8063977b627a75336dbc52196e1, 'wp-content/plugins/instagram-feed/vendor/composer/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xdeb5d78f313b97df1826a0eec0f50d2c, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/payment-required-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\payment-required-exception.php', 1, 0x00000000000000000000000000000000, 0x1b02a41c5ee6ea54242eb350b1e2be47, 0xea630d1815b955156127b1147089b2fb9fcc574f479fa2ff4b86f445f506a516, '', 0, '?'),
(0xdeb7b5e248b37ff1f21302f4d39a6319, 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\woocommerce.php', 1, 0x00000000000000000000000000000000, 0xbfcfdebec0e380a81415153acfe77e31, 0xa0273f0d3da0aaf56c0b99ab35c08bbe93c3241458d11cfb2618a4fc19f4afdd, '', 0, '?'),
(0xdebd17ddea3e1dfa7d81908ec94d704e, 'wp-content/plugins/custom-twitter-feeds/inc/V2/TwitterHelperApi.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\TwitterHelperApi.php', 1, 0x00000000000000000000000000000000, 0x31d11719a14fcf19b4d89ae991374779, 0x36890440a18fbc6f2600bbd53251223b17b07dabfd02a5a4bf2e7f1d5d4298c3, '', 0, '?'),
(0xdec1cc1431b6d9076d546bbcc168a2cc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-1-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e18599b2421fbe4712ea28af3c06380, 0x28d19d145ad7cbfe7b52e6657133490f963298f4dd8afca0f7f505521365acdf, '', 0, '?'),
(0xdec6832adabe3c59e6fc808dcb3b3201, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/site-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\site-settings.php', 0, 0x8cd3aa07ac66d6b7c15ec81a562e08b8, 0x8cd3aa07ac66d6b7c15ec81a562e08b8, 0x5ad75aa21e4321ec5cc8128939e61b0c08452f11c10bdd76fa7104d77bda7a64, '', 0, '?'),
(0xded3f24311e6899131cecae7ccb74ea8, 'wp-content/plugins/elementor/assets/js/app-packages.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.js', 1, 0x00000000000000000000000000000000, 0xd71175d5f8ccaced50769f106e4ff8ad, 0x1d2842f67f86a1dee1a15c547df47da6fe2fb0eaadfde2bc49830096c1b141a7, '', 0, '?'),
(0xded5099c88e68f6b9d1e8f13e3b70d95, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block/div-block.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\div-block\\div-block.php', 1, 0x00000000000000000000000000000000, 0x2fca75193d8842257784e14251ec729e, 0xd4af91179ee463cd5cc2fc502b43e0b35c97179b3709dca5a3d7f34402f9426a, '', 0, '?'),
(0xded52ab0f0aaa83b4ff7968687f450ee, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 1, 0x00000000000000000000000000000000, 0x0b455e7888ba3f2ca4497c2bec49784e, 0xebad7b9d5d6d46b9e6c3377e956d8ed71a5f0dccefa8473549657d4cf2bc318e, '', 0, '?'),
(0xdedcfd277af577bbefb29d19a7eeea4e, 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/Yelp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\Yelp.php', 1, 0x00000000000000000000000000000000, 0x11c6a011728008cbacf24e8221bd0edb, 0x0de2601478d527ba476fde76d2a9a7569a95d994ba95f217f9173b21f241ac11, '', 0, '?'),
(0xdee9843e74cb217a7b15a290ab681cd7, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_2.png', 1, 0x00000000000000000000000000000000, 0xb7d83f410f7b6a1f52fe600248d59ceb, 0xebbad4fcac5e028314a2e1c5fb8514a00006baac6feb9708f10f9dba5b98e9ce, '', 0, '?'),
(0xdeecb1df5267c539c8c4d43bc0c2be5e, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 1, 0x00000000000000000000000000000000, 0x7d0ca857d45e13c579450938ae572228, 0x20e6b96e1c865a2a09e1cede0825874c8585e992e9cda5cb11e08ccc0e71272c, '', 0, '?'),
(0xdeed328ebd840d99612dde46b9131202, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/monsterinsight.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\monsterinsight.png', 1, 0x00000000000000000000000000000000, 0x69f454c5d04f8c5f0c4985b1a9515655, 0x756b638f6b86730f3b71ee70ec08415f78b3b6b9a25f483b00867c688bddaa0e, '', 0, '?'),
(0xdf019a7130bf15260f113c5d92fe3cad, 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x087e8cbe04b9fb2d114018d571875008, 0x8efa69829ed7aa22b6ab5c3ea443c73aacb246550b790f4662a4e9f11f8411ac, '', 0, '?'),
(0xdf02d993f611ccb98e0e2b4096e8b764, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/yes.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\yes.png', 1, 0x00000000000000000000000000000000, 0xcb85f92239bff33116fe3b190c93ba4b, 0x9d628079e8f561120f05056364295c041a240dd8af8b7bb626029096a9694a18, '', 0, '?'),
(0xdf03435a5b7d18cb220ded6afa0834d4, 'wp-includes/js/dist/vendor/regenerator-runtime.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\regenerator-runtime.min.js', 1, 0x00000000000000000000000000000000, 0x82dd22dd24b97d268edd536601f878f9, 0xc3e9be910e76c834868e584b47bde93a2a0fa1398e5a202f77170d18cb2489e2, '', 0, '?'),
(0xdf0a6b9559e111bf85c6756c8ba5dfdf, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-additional.php', 1, 0x00000000000000000000000000000000, 0xae120b3c078eaec45c2dc2561c68faa0, 0x327c6610a78bbe644471dfa0f9c6106e682ceba444d5e0081f1925fd79ef1e0f, '', 0, '?'),
(0xdf0af1e26b7d8b0db2f42781468fd4aa, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\v4-shims.min.js', 1, 0x00000000000000000000000000000000, 0xef17c8ffc514d7418b4bec001b8473fb, 0x8d8e79f8c607d2a0c5f855550e40f96dc70fc2dcffc620dc7220849235031272, '', 0, '?'),
(0xdf0e75b992a54a95b017eb8e2c4671e1, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\exceptions\\class-myyoast-invalid-json-exception.php', 1, 0x00000000000000000000000000000000, 0x7badb1002cb5e627fbbdaa6755c689d5, 0x54744af8ea3504693e0c78aa75fce18f48fe06e6667bfa7ccc1d6b470bf5b158, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wplink.min.js', 1, 0x00000000000000000000000000000000, 0xe7cdc6c14ad76a34c0b62382f9f9ffee, 0x6a750751d6d88c4bdf7054255cd1992844317efef62ad015979ebd61bc090fe0, '', 0, '?'),
(0xdf1bf8154dc3ef5ce04378ff10809db0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/base-acf-tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\base-acf-tag.php', 0, 0x80cea9836993a2c29b352e831aaae8ce, 0x80cea9836993a2c29b352e831aaae8ce, 0x9328674abdf1be23ab7c092c85bef01e8f67829b53ce8d9c5205b6598f082616, '', 0, '?'),
(0xdf1e98bb9548191645509a309ed122ab, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\data-interface.php', 1, 0x00000000000000000000000000000000, 0xa3f8566f4329ebcddbd1d9a9be11da3e, 0xfec5fb8463ff681385cde4e2e1775ead2f59f3841bf23ec741403f1766b626ff, '', 0, '?'),
(0xdf204302ee7ce4a9aebaa9da7c223a8c, 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\lightbox.css', 1, 0x00000000000000000000000000000000, 0xe1447a9b435267981d3c96ad6ebb13c8, 0xa79556af89a949461a62d727f9952afe185faa4217042c68c9b09ae461a60dd1, '', 0, '?'),
(0xdf2224a2084f7f157e527f838bbf7ac9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-icon.svg', 1, 0x00000000000000000000000000000000, 0x0c33ad1ed413931b4f77afc76af35a1f, 0x887d6017b0e7a5897b94dbd83cef82521d4fa4a8da78170015a82324421221fc, '', 0, '?'),
(0xdf23371290dc06583b54b0d8593ed354, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xe8f1a4fa5c43bbe4364f9f3fd466429b, 0xcf4c90ee966c7a5c51a681a2937d7f3f7fad185f127c398ecec21be8df4827f4, '', 0, '?'),
(0xdf26f3d6fc6e372cb4487b4741ba32f7, 'wp-includes/sodium_compat/src/Core/AES/Expanded.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\Expanded.php', 1, 0x00000000000000000000000000000000, 0xf7c917049826a14557ebf7067847363f, 0x8312ab0316ed75e5810bf68804978c6901dd7e48a2011f384d995135f8573614, '', 0, '?'),
(0xdf35ef0a424f0bd0074c0a4f0235d049, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-api-connect.php', 1, 0x00000000000000000000000000000000, 0x237d16ff53b775d9a5f27b4ccad0c1ca, 0x38478ef96c66814ac24c1227f251bcf3ed8f14c0e7715427cd1eee219aa9542a, '', 0, '?'),
(0xdf3b1b4f6c36f6b8d49916ad944e5b8b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-meta.php', 0, 0x4801b0f0e57047e0f16e4b0c0b68bb68, 0x4801b0f0e57047e0f16e4b0c0b68bb68, 0x60199fc31012fd166d13fcbdc11f9a7c6f133ebcb5e4c0f7784574baa522fb88, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xac942e512bf30fee3ec23b195fe93471, 0x460d4526cb1878f5286bbe260bcd95b06dd86b10d26978d1117b262ec09c713c, '', 0, '?'),
(0xdf49592a39bfdb2ebf4115bd0299b2ff, 'wp-content/themes/go/dist/css/style-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor.min.css', 1, 0x00000000000000000000000000000000, 0xb50416ef333d1a288c6647068788a330, 0x2bde3f157657a49cdabcdf3576181e775e6f76205f5f847869b07d2372fa945c, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x57998f4e1edc4f896fc453d0da521799, 0x3b8fbcb2d7bdc540465af224ae404b781dddc76f214c0115db0edec7b5a0ce61, '', 0, '?'),
(0xdf4ce16d518947b3d483976376c88d36, 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-nested-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xe6ae8e6f3abfafd16ddef2e051bd270f, 0xf73be05102b217cb91baeba65998869804875598757c62f158c6f4fde1ccca46, '', 0, '?'),
(0xdf4e9f1c10c2a5192f94e6019410aa39, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0x2301cc2598fcd9d1ecb155978d97eba2, 0x21fad9204f1d98d5b1b420358dbbbd24864178fdd8a278c5681b4a21ded8fb25, '', 0, '?'),
(0xdf5c03a08bd85338b72ca9e54ebf95c4, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-testimonials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-testimonials.php', 0, 0xfb9287de4edb525743af7add4026862f, 0xfb9287de4edb525743af7add4026862f, 0x0c824dcf93f2d274fa222cb0f410a0affef5b47db800b6841f533e11b3748189, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ee71e4bd8d86c2d9b28aafc84abc30b, 0x29aede38ab5c406468d816bfbe978305dac58b54789b1e6bfbac3b342f235360, '', 0, '?'),
(0xdf7a239b3edb6ce4b1f152d3e5109466, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\rel-prev-presenter.php', 1, 0x00000000000000000000000000000000, 0x22fa109a4ac9898cf1ce055f30af3298, 0x6b9daf31f8cfc3dcfb5f56b6e62cef1740e0ad927b60cdf25aa7c73ee824c52e, '', 0, '?'),
(0xdf7ac34e0c69ee6fab72da0e23df2894, 'wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\editor-preferences\\model.php', 1, 0x00000000000000000000000000000000, 0xd4d980367f5e309470fe2b1cdcf0a0df, 0x6574567813f4dbd39a983276048a3c656650f4a8c3ba69db85958bd686cca505, '', 0, '?'),
(0xdf7e3e678706f53e6a5e302561ae7367, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-type-change-watcher.php', 1, 0x00000000000000000000000000000000, 0xde98a3be9cb0d1512109a540535d866b, 0xb933e999d871414883d29665ae4a08f0b5f24ea81e201f7fc4ec65723031dbdf, '', 0, '?'),
(0xdf871408305ebedb1bd4b56f45eb59e8, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Togglebutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Togglebutton_Control.php', 1, 0x00000000000000000000000000000000, 0x68c1c53ca55617e472596d2ec2210d31, 0xf25537c43ad5a82be79c0394516ff1cae6c49426b5f39071e16b4f909f625f74, '', 0, '?'),
(0xdf89e159d5dd4251573e9419846a6f28, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x9137cf5053af54a2180677396a88877f, 0x069eca46fcc3662a5f6add43611f50f931007a812cc7cd7db4aeb083547903c6, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\quicktags.min.js', 1, 0x00000000000000000000000000000000, 0xc997e04c4b2ff8b71899819957c1e6d4, 0x41e3c156c93110cabecb460bfca46534a28e2cbd9dc5b335d2f09cd6e1651a07, '', 0, '?'),
(0xdf944ffab72831a3a08d0d292e04eae8, 'wp-content/plugins/elementor/modules/home/classes/transformations-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\classes\\transformations-manager.php', 1, 0x00000000000000000000000000000000, 0xe1b755f45bfc76410cb9a9806c573922, 0xe4403de504bfbf390c41d192db5ea9a93cf20e1970b1e218469e9b63b3aadf5c, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xdf9544f88b9d860ed91f6a25d753bb20, 'wp-content/plugins/custom-facebook-feed/templates/credit.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\credit.php', 1, 0x00000000000000000000000000000000, 0xc1213856d07250b5f1986638a6b3832a, 0x5b61cfe800f60e23b81d2e5497ba6b90b1ebb37ecc46066489a7e74288d45875, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x25981589834557f0f9401f890e88a299, 0xa326a343fae3b301c4ee9325d6f228421a8b74a5bff75da368d3c7cbbe1033c5, '', 0, '?'),
(0xdf9adda35d0daa7c20ed7f2179f90ec9, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 1, 0x00000000000000000000000000000000, 0xba18913e62b65ef92d0aac23b989662c, 0xc6463290291f0041f177d29329ac2323215d88887d11d9073a33dda36322fda8, '', 0, '?'),
(0xdf9dbd900a653bcc9a6fc35b42133666, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 1, 0x00000000000000000000000000000000, 0xa5265c7067b4208079d5a8430a90d0c1, 0x1d39f0ac043a23646968eeb76f0792f6bf5e683a5b1b5887a04ac1acaecaa62b, '', 0, '?'),
(0xdf9fcaa8d967463d0b491031e73c2a2f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/moon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\moon.svg', 1, 0x00000000000000000000000000000000, 0x918cc837067514972a3455d5e4c9d029, 0xa29f40d6784e779e094ab7f8c9d42ee8a40d465eed6ac5c7e80cf84d1c7ccf35, '', 0, '?'),
(0xdfa77d92650454f7e4bcf4751226d7cd, 'wp-content/plugins/elementor-pro/modules/forms/fields/number.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\number.php', 0, 0x5ba69070939dff2294c8397f4f3de7c6, 0x5ba69070939dff2294c8397f4f3de7c6, 0x6fc78024f8daeee134647c00947d40371a290389066584d66127ac79d8c93ac1, '', 0, '?'),
(0xdfacb2993409691b9c8867095a513b1d, 'wp-content/plugins/backup-backup/includes/dashboard/modules/plugins-auto-update-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\plugins-auto-update-notice.php', 1, 0x00000000000000000000000000000000, 0x8c37c128b210710c21d30489afa865eb, 0x5e056dd4a43bc1409189351f64c19aef09281efe549d2088c2e6b34353a14cf5, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0xa2af3e2c511b821731a80128fac45e3d, 0xb5dbc1dfdbc2a15cc38dbd9e1ad8d3efa889fa48cc1a6fcda6464eb38cb5c8a1, '', 0, '?'),
(0xdfb2295be3e5590cafef33c93f9de18c, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio.min.css', 1, 0x00000000000000000000000000000000, 0xf9565c8d1612e422e9a18b7ade5ba6be, 0x45aba56535f126b8d622c79b1e8e0a2916b53326a3354b93339158ed50710419, '', 0, '?'),
(0xdfb411e2f91f025338d6d1130841d0a2, 'wp-includes/js/jquery/ui/autocomplete.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\autocomplete.js', 1, 0x00000000000000000000000000000000, 0x6d216cd3ef8e3621232a37ca98ad1602, 0x9a3ae246c60c0e4ff3d9b548ce995b47acf2c4c96b56fedcabf67c7137a2f823, '', 0, '?'),
(0xdfb443d0ce9db2c5d46d3016140c2295, 'wp-content/plugins/instagram-feed/README.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\README.txt', 1, 0x00000000000000000000000000000000, 0xe2436b88a9fd95888d852b538d294e72, 0x91ae894390a89835c87af8c01bef33a6d0e1a61b0f6aaebd6215b73af632efdc, '', 0, '?'),
(0xdfb6f4ab3db627db821563f767bf106e, 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-collections-controller.php', 1, 0x00000000000000000000000000000000, 0x6041adca74ce5d402ec40874ed676122, 0x0c0ec57c5cd37b55265db9e5e213a0015748e3a7644c61c577ada2e8428d208d, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\lexer.php', 1, 0x00000000000000000000000000000000, 0x05065fe02d8554b30500ca32b24c2dd5, 0xa2c8b4bef7a3e067921241e35dd37a2ddba303b202f0a2fbfce1b7b811075bcf, '', 0, '?'),
(0xdfc066ab79a1dab879ea59a86ec443f7, 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-rules-store.php', 1, 0x00000000000000000000000000000000, 0x3522061c7512d07178f5e7fc6d34a4e5, 0x065ba4f0903b221e8812f91621a6640c60036d67ac8f138230f5f1ebfe7fc487, '', 0, '?'),
(0xdfc36e8f41100ad55178fb6acac5d4cc, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xdfc6bff8484ce96abd756ee0df591dfa, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-az.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-az.mo', 1, 0x00000000000000000000000000000000, 0x3532398bf0a8057b62e9751c4a6ef88a, 0x235d962ba1499113f1ab2200159a42aae73b7a2efa55fdb8fdebdabce9538158, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0xb8a66fb92ac43294a2345800ec5d45c4, 0x0a142eaa76bceccbe72e50d15e9d6878caceb52bbebd638fad4f0e8f59f2599d, '', 0, '?'),
(0xdfcb95171494cce49189539fb9dc5bb0, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/analytics-4-parameters.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\analytics-4-parameters.php', 1, 0x00000000000000000000000000000000, 0x94b2ece1064006bba92021fc365ba784, 0x16c4175e05dd38449a51dff48ff033c08c09375bf2173f526f5bb0cb7ba75058, '', 0, '?'),
(0xdfd18be7c18ff7197a3405ec20095546, 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\featureFlag.js', 1, 0x00000000000000000000000000000000, 0x514e748a5c283e513a39bd40f96177fe, 0x93d996d552bf8a0c36c51309135054d49f9dc6444bef8834494d97305dc80c06, '', 0, '?'),
(0xdfd4597618947acfd6972a9639e3ef61, 'wp-includes/js/jquery/ui/tooltip.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tooltip.js', 1, 0x00000000000000000000000000000000, 0x8bc25dcd1f2311d131442ed27b1cb3ea, 0x96367690563eb5bbe76fe208033ebd2c6b3be0290c85b472e834d2086597aee4, '', 0, '?'),
(0xdfda65ff0f83db100a122af5dedc76b2, 'wp-includes/blocks/comments/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe130fe30d4b3e1975043c8868c457b3f, 0x798f8f4658f46da15f79a729f8bb2f3c26c463617287145521b00d47ad99770a, '', 0, '?'),
(0xdfe1397c31871486992d0eda2a8d1b34, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/adblock_detection.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\adblock_detection.svg', 0, 0xd04cb27902bff151decc08ec457300e2, 0xd04cb27902bff151decc08ec457300e2, 0x29210ac16b70f9662570076ba5f67af0fde5350dce7ea14f4875c6c749ea041a, '', 0, '?'),
(0xdfe55dd73fc074d32860198fd1383556, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\main-image.php', 1, 0x00000000000000000000000000000000, 0x643c79bd259ef7c0334459b1ab85919e, 0xca17ebbf7a874ca34050a7da11964d820f0739a2def989a6e512a5096d982ddb, '', 0, '?'),
(0xdfea7ea30324d4e86f6ad31e8a946345, 'wp-includes/blocks/accordion-heading/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x53c91d656d13f9196462fb06cb3476aa, 0xfa9ccc4c5322c06f745b27c8176a7e4f31e71b22828cacf068723a4e30730eda, '', 0, '?'),
(0xdfee2dd3101577c1983d8b98e49aef53, 'wp-includes/css/dist/edit-widgets/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3693f47bf41b9d4a909392c08baa7d73, 0x19f124f22f1e34893813c65a2b62d4cf1ae24db5a747a30b48265f1f5b6c0914, '', 0, '?'),
(0xdfee621593a9c48a134dd532a1091723, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.test.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.test.js', 1, 0x00000000000000000000000000000000, 0x3d9ef0bc35e21c3629896738a73fbc87, 0xe4ed0d00e8d7dc89e95ba026bba10e2a7298a9c6db19b208dae30046ae1f0ab0, '', 0, '?'),
(0xdff02befb26d6b239e2e6640abd6d708, 'wp-includes/blocks/query-total.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total.php', 1, 0x00000000000000000000000000000000, 0x2e6a338fca288b972181e65c8a84c767, 0x89df12fa2304c6da649458dfff71b3105c990d906c6d7b14420700dfd046a7c6, '', 0, '?'),
(0xdff9af26b6563f23472787958ac477c7, 'wp-content/plugins/elementor/modules/variables/prop-types/font-variable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\font-variable-prop-type.php', 1, 0x00000000000000000000000000000000, 0xf14e9ab5445c93e2d8eb683653f12f11, 0xa8a918edc18f50faf6a32b1e0fd52af60c1569badab744c58852e7bb342e7ca3, '', 0, '?'),
(0xdffbcc1596f84a5d02f447e0bbbf6731, 'wp-content/plugins/wordpress-seo/images/ai-consent.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-consent.png', 1, 0x00000000000000000000000000000000, 0xd221dc2fa71630c11662bacda57f5b5a, 0x32f690b7c7a39b52f018b80de28c72ea1c10c0d8df3de6bb6f3733737d421353, '', 0, '?'),
(0xdfff28672b0b8b30c71e11937ee14671, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\conditions.js', 0, 0xed55abd0dea48629f0c5a840948c7300, 0xed55abd0dea48629f0c5a840948c7300, 0x9cceee4dba59056c16de1e70911cdcf2143e506b315aff1ee39bfe20160f34d8, '', 0, '?'),
(0xe0026c311f9b1b3f53cf2f6acb7d357d, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Coloroverride_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Coloroverride_Control.php', 1, 0x00000000000000000000000000000000, 0x1d23739f800af70c540a63ba7d31d8ed, 0xde544e0018923f2e5513e689db872059c58ef50a7dcd6a4ccb53bd78bca773ec, '', 0, '?'),
(0xe0043af791e5e9ba8348ed79c2e2e193, 'wp-includes/js/dist/vendor/wp-polyfill-inert.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-inert.js', 1, 0x00000000000000000000000000000000, 0x6c1e0bd9a00435d9d032cb2aca9e90bd, 0x730d187f087575270618131d8a8be16d9a90461ba4965e3c787000282eb1716f, '', 0, '?'),
(0xe00cadacde8491aada21ad1c926f5652, 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.min.js', 1, 0x00000000000000000000000000000000, 0xdcc6d2c4e9d68baae79fcb971a30fd30, 0x39744962066aa38243004132722c75894a16d4ccf78c58cc0ad6a1d33a564cbf, '', 0, '?'),
(0xe00cd25a26f6e983f16bdc3c47da1d96, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x758758d1090c8d79fcf624623aae3659, 0x1a214d6ee2d284ed8959b40988792fb9a7d50a1f94b228324f6b46c203f4bfd0, '', 0, '?'),
(0xe010e6330f97522a7ccecbd18196dbfc, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\admin-global.1778081072.css', 1, 0x00000000000000000000000000000000, 0x4a855761dccaf28c1d129176c277a5cf, 0xe4b2edd353ff5e53b8e9264729262daf65daa5eb6e7ddd9792dabf6f8e3c613c, '', 0, '?'),
(0xe01231ee168b667cd451899b2666ff08, 'wp-content/plugins/powerpack-elements/modules/advanced-tabs/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-tabs\\module.php', 0, 0x65cc51f198013dfd1d858be469961bc9, 0x65cc51f198013dfd1d858be469961bc9, 0xaa3cfccb3e3353234e9c0fc0b792661b1437d28186eef4dfc7c004bb5d00c1da, '', 0, '?'),
(0xe013a755c89c1429a088f9e3bdcc7d6b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 1, 0x00000000000000000000000000000000, 0xf5cd04278113e6bf12f0a75764e1aa36, 0xe9e28e97efe6629779d6a15d80c70fd6e621a4e6b5578b170ede99a989ba485d, '', 0, '?'),
(0xe0182e349c6380b24f056d45f0f57c95, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-600-normal.0fd8b5665bf62c05.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-600-normal.0fd8b5665bf62c05.woff', 1, 0x00000000000000000000000000000000, 0x414520b06dec0f2c3ecc0650934a204d, 0x8fe9446c0ce8f4bb2bba391ba8659576288ce70aece35ef08c524b66e61872ab, '', 0, '?'),
(0xe01a12b31f7455a8520d221c43a9e7cc, 'wp-includes/blocks/avatar/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\block.json', 1, 0x00000000000000000000000000000000, 0x12d63bca98a28c5fae8fd2f81bcb3f6e, 0xae35a983d0829e69c076a6b5a63b1cc1c012d06cf54a958b4db049a870e0ecf4, '', 0, '?'),
(0xe0203aafb1e73ed9dadc3ecfeba592eb, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja.mo', 1, 0x00000000000000000000000000000000, 0x808cb853e27790701030d863c6139653, 0x3248b2b44b7b70b30b773bac30ca64da81ca6173f4cb0eb3cce98b738ba4e123, '', 0, '?'),
(0xe022442636a19280c38da88c69ffb5f3, 'wp-content/plugins/backup-backup/analyst/assets/img/shield_success.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\shield_success.png', 1, 0x00000000000000000000000000000000, 0xe7b5c3de45aedbd6cd919e1f4fd56cae, 0xbfc53e2b98bdd8cde871ac3a84f9ced6955d6bc83deb7220627ecfaa718e2be5, '', 0, '?'),
(0xe02381c13ea48e6e29c31ffe11c7bc5d, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 1, 0x00000000000000000000000000000000, 0xa49f2a98dac47dcdbbc1d70f23c303ae, 0x87ae1d67d3beea7e7cb481ab692b52a2ed2a05ab59660d01b9482aba49a9f228, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xc958d0d26410687b9334ebab3b249750, 0xf94b28d55203f3eaf279d755a0f6c311c5c870166c7b82dd7b10b09f8541355a, '', 0, '?'),
(0xe02a0fa299b0b9274b6aa89bccb02163, 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\plural-forms.php', 1, 0x00000000000000000000000000000000, 0x5021903747f1fafd9f15c78afa71602e, 0x2e92bc0a295b2edfe913010b63ac66a3910d119b0d46bae45a816bef039ca3b4, '', 0, '?'),
(0xe0300416c5b66cafdc0b9d6257a9e256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x966d3a85d6384a0218db28c2096806e8, 0x5bcc8e669ca807a2d00b13b3d59a406a0a0c478888b4089feb119484150ad20f, '', 0, '?'),
(0xe031078af576272781ab1dbda65c48ca, 'wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\prenotice-modal.php', 1, 0x00000000000000000000000000000000, 0xc0567718afd83fdff980497c6680cd2e, 0x634956fd77fcb9b530c9122f02b0d34dd841923ec9ab644ea9ce61c820f3c2cb, '', 0, '?'),
(0xe035319cd6dab7d6977af0bcc8eb4618, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Datepicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 1, 0x00000000000000000000000000000000, 0xc685c575d306938c715d87b818900628, 0xd70b83ba2e35921f6462da49cf6916a8cdb2cc0327dc1b8fb6741e36043b91af, '', 0, '?'),
(0xe0480fe4e98c8438d7f8fe66dc560e6e, 'wp-content/plugins/elementor/data/base/processor/after.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor\\after.php', 1, 0x00000000000000000000000000000000, 0x0ae48e413cfc94fe51886306ba178d86, 0x758778b131e761bf5004ed13464f4947055db13570fe9e5ea1c7ea412754e2c6, '', 0, '?'),
(0xe04fb12a91d29ee1a0393bb2a1ad88e7, 'wp-includes/blocks/embed/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x41674c13e4de2f90d09e13b8f7ac670a, 0x16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a246, '', 0, '?'),
(0xe0584c8874bf159ea3ce430c632daf97, 'wp-includes/blocks/query/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x423843d08cef8250418835d4ed029ed6, 0x708b0947bc22ed8a39a83c13a7b10456c98fa68e4e9ec58c5c1989b6b4fcfab8, '', 0, '?'),
(0xe05924e9f342b5a83bf2f221211d5475, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/service-unavailable-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\service-unavailable-exception.php', 1, 0x00000000000000000000000000000000, 0x3f81d5fe31aa66588634e836071ebc58, 0x20d041b78f4364e9dcfee8364180030058be615cf771ecf172097cb1c67dd6b5, '', 0, '?'),
(0xe05a95175e721344fdacadf1e4b0fc7f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-products-deprecated.php', 0, 0xa52913507540d7ae58efe785727faad0, 0xa52913507540d7ae58efe785727faad0, 0xb300ac9cbea161e8d8d2d5a1c8e0bb2ec4ff129b25a30994b82b89b8acd2883e, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe05bb428251e2cac9003369bc8fb90d8, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/AboutPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\AboutPage.php', 1, 0x00000000000000000000000000000000, 0xac4784e8ffc80f591ad370da23539a29, 0x2202e586ab5e4009e94576c9edcba56d62295c380946345bc1428c8f1f90c3b6, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xe05cf0cdd9cf424d3e2aa9968eb866b8, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-9-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc340179eb36be77e5988d056338a9b55, 0xd20e9d400d2977ba91522012570d4abb66cb22530744976ba382db88b2113019, '', 0, '?'),
(0xe060816fceb040bfbad1df941e6a02c6, 'wp-content/plugins/wordfence/lib/menu_tools_auditlog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_auditlog.php', 1, 0x00000000000000000000000000000000, 0x8a8ec118865ba627c0341532d84a1c07, 0xbe94442ebd36a4bfb5b5b1b49ed29ae0e35ad456ad1241e87826596fb9a293d8, '', 0, '?'),
(0xe06b2f985a56625b6afd84644e4be202, 'wp-content/plugins/elementor/data/base/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\controller.php', 1, 0x00000000000000000000000000000000, 0x84537a68c7098c9205d1801295a1c1aa, 0xa3fc6557b9aa52d43ba978b3d6454703ad934104372af32e57f25da70fef815c, '', 0, '?'),
(0xe07172d08ddf87901f1b45dfa043894a, 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\abstract-action-route.php', 1, 0x00000000000000000000000000000000, 0x8a5b420681b79e2d5968b06690d1c321, 0x830893c3659c4ddc3cad3f7b7dd2b7581c8c4a88ab35b53ea1d98accf3a3eb96, '', 0, '?'),
(0xe073a97488d30e646b4d8877c0554f38, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\site-presenter.php', 1, 0x00000000000000000000000000000000, 0x28ab009a500b560dcaaf6596c195fd61, 0x0a2d5762b7078967ebba94c57713a226b979380607f4f05fb7ba31fad090282f, '', 0, '?'),
(0xe074c580feafdd36638b7fbf50e6f212, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/readability-scores-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\readability-scores-route.php', 1, 0x00000000000000000000000000000000, 0x323083600a243f3f37096171193d96ba, 0x942d0af4cf93dc76b26b5b0d1ffa3e9e3e62d92ebdb061b824160d80f9c34eb8, '', 0, '?'),
(0xe07d5812b3bf22827dbd1a702b43f9aa, 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfe1704e72d73e5483407ac5c8fb3a74e, 0xa7a2fc40be3ecb3317734c38409d2809b9262dfb9ce8d96da721db890c9f1dc9, '', 0, '?'),
(0xe08d023ebe5d2a6104d5e098f552f3e3, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\product-helper.php', 1, 0x00000000000000000000000000000000, 0x51cb5136ad491c7e7080603c8f9cfa64, 0xa2b36645dcf728bf6847aede3107d6cd0ee3a8c49e63e48906c279b98b7ce611, '', 0, '?'),
(0xe0932673a60e9e2d4429e4791937bed8, 'wp-content/plugins/elementor/modules/ai/site-planner-connect/view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\view.php', 1, 0x00000000000000000000000000000000, 0xa972b64ea2c5accfd25aa18f9a3b73d4, 0x94e14ab0ea59154a5264952a4e4e1e7cbcb28ba436b1d23370539bc0d8ede5d6, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\parser.php', 1, 0x00000000000000000000000000000000, 0x6552e8db72fa238855fffdbde78a8f12, 0xe8d01f9473c84718640491936ce349422d3f60377c72da52dedd33b58183ac56, '', 0, '?'),
(0xe09c7406e1656caadf52b38bf2dcee37, 'wp-includes/class-wp-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-exception.php', 1, 0x00000000000000000000000000000000, 0x6083a93c2df7650f67f8f06633219f83, 0x98eea0cd34bed4fcdff365dd198f566e6934aa2dd8a01586fb44cc7c51747d7a, '', 0, '?'),
(0xe09f7f3afca2e46d71aed88a31aad40a, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInLeft.css', 1, 0x00000000000000000000000000000000, 0x77a32596a00dc63fb591a810eadbe0e0, 0x00e8b02ebdb5e482aa859a511095698c496682d58e10aa49fab5609793ef4d4a, '', 0, '?'),
(0xe0a1aff4b32aaab0bff85e5a74513a23, 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-text-blog.php', 1, 0x00000000000000000000000000000000, 0xef12aa3e3e8de576f1dc710fa86f6c85, 0xb854fd63c04d12246ac2de87bef399b1a93034d48c681230fde743628c1951ea, '', 0, '?'),
(0xe0acc317105edaf7ed1803e6c42f8204, 'wp-content/plugins/powerpack-elements/modules/logos/widgets/logo-grid.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\widgets\\logo-grid.php', 0, 0xe60c9cb9c3b0ec54d9be1b2200265d0b, 0xe60c9cb9c3b0ec54d9be1b2200265d0b, 0xd2e2daab791a4444c0036c63866bd7b00bba5ee70e96c99a2f779655cefbfa35, '', 0, '?'),
(0xe0ae975a3466baa87d166930356ddad7, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 1, 0x00000000000000000000000000000000, 0x5c3736c78230ae0f7c6f8ec3f32bc1d6, 0x4231164ce67e4d71555d9fc440e94fdc7cc90791a7734772a7362ffcfe67cb1f, '', 0, '?'),
(0xe0b730fd72abd118a1e6318496951e4c, 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0xacb644e81589b275282fde0e465dbcb5, 0xc4cd597183ae4b5e9ae583cb9cc38f2fcbd7a83855dd89181c4d15e76a95c654, '', 0, '?'),
(0xe0b743defe336d9cfaddd2a631621f10, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/InvocationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 1, 0x00000000000000000000000000000000, 0x3cf852a20d75438140597fdb8a535b8a, 0x4faee7bc4f25331f437b01e796a0c1a7b0868a3bfaf3b01ab3d8f6456efef4f1, '', 0, '?'),
(0xe0c0d936545b2464e36ca69ad287b3f0, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0xdb5b4420aad37e2625cf0fe6a68d7521, 0x0d16f02363fc7806dd0698136c178983f4b7b156bdf39eedd0183039208d11e2, '', 0, '?'),
(0xe0c698858588e71652a54acc5ca3d8f5, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Select_Control.php', 1, 0x00000000000000000000000000000000, 0xa7f919c591fd1aaa46b9b46837d75648, 0x1f6b7dc4ac367857e3ab05fdc8fb56ed2ae945c71b22147e65563d3879b70db9, '', 0, '?'),
(0xe0c89513f8191fab0bd0ba446a83ffdb, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xb4d6b90f14c0441aac364e194978408e, 0x44b154e122f678b8251fb3428e189478c41a656f501bf5d59a470cdca55831d3, '', 0, '?'),
(0xe0ce050218bc11ec4766efc6a51e9c4c, 'wp-content/plugins/custom-facebook-feed/admin/views/sections/footer_socials.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\footer_socials.php', 1, 0x00000000000000000000000000000000, 0xde758dce865c1ecb831076d3fa1601b9, 0xe4b24a607e922f979dceff7100c3131439207d7d8c83dc6e931bd33df8618c51, '', 0, '?'),
(0xe0e427e7b9fcb8ab32ad08d3ccc27e20, 'wp-content/plugins/elementor-pro/modules/woocommerce/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\module.php', 0, 0x2b772ada8987f8942b9ee7316f98b3ac, 0x2b772ada8987f8942b9ee7316f98b3ac, 0x53bf06233474b0ec2c7908192a6376a4fdb096342474db360492288380b93a31, '', 0, '?'),
(0xe0e68948cb33c29a947e0ecfe107c0bc, 'wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1-view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\templates\\editor-body-v1-view.php', 1, 0x00000000000000000000000000000000, 0x683b127103d9cc9b30d195a73b89b875, 0xa15546eee3b6d71c8f5a65c996b59e9ad6c8a7a944f4acba3c00b5ee8750d7a4, '', 0, '?'),
(0xe0e9dddbdca17a01cc86001f82b86171, 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-notification.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-notification.js', 1, 0x00000000000000000000000000000000, 0x40c82e208675ff43a6f01009ecabb439, 0xf6f9d0d103a2d0c3b1869147d4a1c550924d17446a1b7f42e72af8b24f6424e0, '', 0, '?'),
(0xe0ee0dfc1a7fe702890c150221f3f30c, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/email-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\email-prop-type.php', 1, 0x00000000000000000000000000000000, 0x723f25e0f4d4a9eab999d79dfb6f1d0c, 0x8e61ea059a009d48c331a42f55623ce32bde3cfbd0e6e0f81ee0bc211f293f72, '', 0, '?'),
(0xe0ee93380bd76539df501fb1f22461d0, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_CH.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_CH.mo', 1, 0x00000000000000000000000000000000, 0x753d5a1a130987da210d008974ae9130, 0x7c2a11c3ef389a5b376633de519ae05bf21efa6581fb5c31dbdaa83c25c41dd1, '', 0, '?'),
(0xe0f7d45ef18178af2e779df36124e22a, 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\data-exception.php', 1, 0x00000000000000000000000000000000, 0xdf83588b8c7bc669e05637403215dc4b, 0x089c8417706125f96273ab6f5cbff676b042cc843b3fc58d77d9bada8fd7e59a, '', 0, '?'),
(0xe0fe7dd1adcec86c5bdb82147452738c, 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\admin-menu-app.php', 1, 0x00000000000000000000000000000000, 0x1b9b86018ab38dbcd6bcedd474314d52, 0xa1a7db7e0479c0bb0c376f42a126fdac9e9ca4fb55563b1f0e9be65ebc2157bf, '', 0, '?'),
(0xe0ff25c00e787a3a2211b4a0794b6a30, 'wp-content/plugins/elementor/core/upgrade/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\manager.php', 1, 0x00000000000000000000000000000000, 0x6d7b41e8701076b4d7da1c1ea7356a3f, 0x7113b8409107ceb85d28002d73cef7a994bfc7ec901d99dca72bf7aa0cf03509, '', 0, '?'),
(0xe104c0464e367da03bc6aefd4486d0d5, 'wp-content/plugins/elementor/modules/dynamic-tags/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dynamic-tags\\module.php', 1, 0x00000000000000000000000000000000, 0x237a45e5efbd88b137688b8df1a39388, 0xb9aba0cc386332b4673334f6a4a204323269cf655aadb818ac07aec64cc3b4df, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x669db66e698a50cff8bf58950fab5219, 0x7300c0203cb7f4dd6e0d87b446963f733ead3bb2a575a93c63f4450f95721f3f, '', 0, '?'),
(0xe107543928b4b5c666003d26ba3e78c1, 'wp-content/themes/astra/assets/svg/ast-social-icons.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\ast-social-icons.json', 1, 0x00000000000000000000000000000000, 0xc3781b92baa225460e4e8b465cf3d747, 0x1138e173c9218f5144c26731ea4b84e573689729778e6bbe984a0eb4e9e8a6a6, '', 0, '?'),
(0xe1077a4d0b32fc2eba6ba3f80251d223, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Utils/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Utils\\Utils.php', 1, 0x00000000000000000000000000000000, 0x22366b2d112db0b9eeed054852bd9311, 0xf45af84df9bafd80b0b108ea14a5f299912fafef16a966eaed615f5ed4683f0c, '', 0, '?'),
(0xe10be6112ec39e7b4eba68237e89cf2b, 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\grid-flower-2.webp', 1, 0x00000000000000000000000000000000, 0xb918a975ae328f3963f7ea247bcbe591, 0xf41e63ca9428f58fb7f071e4b8452e1a0a88e20eaf3c1e8aec32f73c827cead6, '', 0, '?'),
(0xe10d4993a1c36f50392c71628272b3ef, 'wp-content/themes/astra/inc/lib/nps-survey/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\composer.json', 1, 0x00000000000000000000000000000000, 0x3c5cf80e7507f9f0ab75218645764f6e, 0xcc8cdc12e5d45bf90e966dff176d920a84cd3c7218bf31d2b6f799d003c47b23, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfSupportController.php', 1, 0x00000000000000000000000000000000, 0x26f0f027bad222625b145c1f2e9ead4c, 0xa0b8ee31a6eabb31fcf4cea84a94978be4c1d8bb6dcb4a5a63ade9763b21a674, '', 0, '?'),
(0xe11ad52a50b3da52897c63b40b1be23c, 'wp-content/plugins/mousewheel-smooth-scroll/languages/wpmss.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\languages\\wpmss.pot', 1, 0x00000000000000000000000000000000, 0x733f418caf9474ddeca3217238cb5315, 0x97c6a7bde0379e42a3f3d8998f42744621b52624ec47877c673d9c2bb1fa3585, '', 0, '?'),
(0xe1221a066361931dfeb2f1973ce12a01, 'wp-content/plugins/elementor/includes/controls/heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\heading.php', 1, 0x00000000000000000000000000000000, 0xcd83a0b82b40abee1b97c8f41eff3ef5, 0xd046c2929542e35aab5e08fbb87c50bdbb275a32797de8e8b7e617889ced09ee, '', 0, '?'),
(0xe1238117ae885501f9efc1c844732427, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\LICENSE', 1, 0x00000000000000000000000000000000, 0xf288a4ab278f67080fb70a531307837a, 0xae8b434a3a6f7e4eca57356e75b3a4dfa54dfeb36b179b4764d9f0173582166a, '', 0, '?'),
(0xe12cd6b28a29dcfcadde4b6aded5abe3, 'wp-content/plugins/elementor/assets/css/editor-one-tables.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-tables.css', 1, 0x00000000000000000000000000000000, 0x26350cdf263dbd584bdf804bcdac022f, 0x7e5087b2abbd7045623c43de7cd0a3943e4596db407592844926c4184899db64, '', 0, '?'),
(0xe13fb11e705f134cfac9187745912cb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\EnvPlaceholderParameterBag.php', 1, 0x00000000000000000000000000000000, 0x1b2b7c0e60049cb2cdad57b3561a76b3, 0xfa95fa826f0ed65ca532e2219d82c34e86168b53cee646e21cf33ee516a08a8d, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0x23c95816fe06dd7fddc72d74b3f8d0bd, 0x32853a9f28dbc0941d40a527e88356c129e3ee7bd600628c3bbd660f5fb2fb77, '', 0, '?'),
(0xe146e6a3a64d8b63d2f89176706a1aee, 'wp-content/plugins/wordpress-seo/src/tracking/application/action-tracker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\application\\action-tracker.php', 1, 0x00000000000000000000000000000000, 0x4de7c3a56f0872048d7a6fc6637a8a2e, 0x4ca948479a58c40c6cf780e0f6851ce24a4db5d283b5910c7ad9b1e67a3f5e02, '', 0, '?'),
(0xe154be107e7029064bc83dc8e51f9cd2, 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rubberBand.min.css', 1, 0x00000000000000000000000000000000, 0x2e0dc8afc38999b3915acdc38a73396a, 0xa1c5f6e6a35098553923f23223f94037c5946717442422c90fe8fe02df33e3cc, '', 0, '?'),
(0xe154c254b239dcb005cad80a106aed7e, 'wp-includes/blocks/query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query.php', 1, 0x00000000000000000000000000000000, 0x47ba83698e67e96aed14049cd22008f5, 0x6f714b93517b847b98c41da8e506fa95a8b7aafec7c5d4095bc63f706524423c, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x8b026c6f37d6037237397741ac55c945, 0x1dccf4ea45fdffac50a5a1e35bd307bc9578f076316930eb683b868ca6fd5e4a, '', 0, '?'),
(0xe15c6de21f945d497b917fcb429d5da6, 'wp-content/plugins/wordfence/images/icons/check-premium.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-premium.svg', 1, 0x00000000000000000000000000000000, 0xdf8785ba9360dea93a7f0d7f8b4e16b7, 0x9526abc67907248366dc04d344f316e07a92b2e3fa91ca39cda7f77c567156ea, '', 0, '?'),
(0xe15cf8f5b69df824db49a648c904eea5, 'wp-includes/js/jquery/jquery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.min.js', 1, 0x00000000000000000000000000000000, 0x826eb77e86b02ab7724fe3d0141ff87c, 0xf1c0a8ca0c69bee4780a63208a2e1db368b50e81272e14f89eea12a5730b796f, '', 0, '?'),
(0xe15d43ba093fec26d05dbaf53304084f, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-smtp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0xe160115e4952f5badd0616c38d1bcf8d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-left.svg', 1, 0x00000000000000000000000000000000, 0x7d5131bbc44d9a54723c9010a415588c, 0xcb0b7b7844767ac9f39fdbe3ac947488787c13c12b147bc8d007b5cf620aabb1, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0xb55a3e42b8d6a4df97e21d0c9b4751c3, 0x28a3977f331a9bc3a2da78bce46ca10cc7a8808051e98cec184dce5f05b98273, '', 0, '?'),
(0xe166a099e72a8e04e0381b6988e90ed9, 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-wincher-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x17c04cee0d0882231f22228815b96346, 0x8b31c58c0bab3a651d8da4b919fe11e48a9c9001816a3814182ef0f2945f0377, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-users.php', 1, 0x00000000000000000000000000000000, 0x5010a73dba9120feaabea499b6bcb128, 0xf5328485b31033fde609664c3b757b4ee116b4eb33ce3482e1b8feb5876d16e9, '', 0, '?'),
(0xe17292d82fd2722834db7b24401be99c, 'wp-content/plugins/elementor/assets/mask-shapes/parallelogram-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\parallelogram-right.svg', 1, 0x00000000000000000000000000000000, 0x2ecfabb454fec06b6dd7f4b2c57e0e9b, 0x4091bf60d044985965845ee6ac6991301d6dae6006032a133621d581bf2a7c68, '', 0, '?'),
(0xe1750bf673204f7db557a646c82ba004, 'wp-content/plugins/powerpack-elements/modules/breadcrumbs/widgets/breadcrumbs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\breadcrumbs\\widgets\\breadcrumbs.php', 0, 0x311ccb2270219c9136fc6fe226f48f14, 0x311ccb2270219c9136fc6fe226f48f14, 0xfe2b365c0500a37d606e4fdd4fbbe16f9aa087c4bbf2bdbf35f7f1db8e09bb78, '', 0, '?'),
(0xe176b4bae31271f5f1edcbe8074cb1ef, 'wp-content/plugins/elementor/assets/js/0352e30f394e8e1dd4dc.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0352e30f394e8e1dd4dc.bundle.js', 1, 0x00000000000000000000000000000000, 0xb16a5b97081b2ca97e7dba21a5853e05, 0x3ade57324e24248a0250f4bad168aa433dca718719b006d0e5c41027f732f6ec, '', 0, '?'),
(0xe1770cd43a7c06525a8d62383997691c, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-texture-green.png', 1, 0x00000000000000000000000000000000, 0x94bee798e1ead94c274a8e01d42eb45a, 0x2863c5257519d0c081abf066be5207c0ddd509e55a9a52d0c3abadb5d44513e7, '', 0, '?'),
(0xe179b7e22eea298c2cbb102fc57d76c6, 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-dark.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-dark.css', 1, 0x00000000000000000000000000000000, 0xd91731af170cd0621f756194c7af9704, 0xc823fe45f4c38ec7102e9a7944eff442bee563913faeebf41a552881dd1632f9, '', 0, '?'),
(0xe17d41d1259cf17d6f59f881c360ec2d, 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-usage-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\endpoints\\get-usage-endpoint.php', 1, 0x00000000000000000000000000000000, 0x36abfbe4077b4ad00f6a423352d11e6c, 0x1676b91bd7ea39f7f17025810970715e941f34c62a92f0dfa047138f617b4fde, '', 0, '?'),
(0xe17e4fae049eca21236a72716172df16, 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\text-formality-conditional.php', 1, 0x00000000000000000000000000000000, 0x94af1b5835d5ec6d55007126dd95f81c, 0xdff68b4defaa594d3736b2c574de95a2f37b2a2a9695823e7199c2ffa572a1b0, '', 0, '?'),
(0xe17f3291243da43d43b3041659b94ba5, 'wp-content/plugins/elementor-pro/data/base/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\data\\base\\controller.php', 0, 0xf65ed74da667747c3181480f2a33c70c, 0xf65ed74da667747c3181480f2a33c70c, 0x00f35ef130ffcd9814d8ca0b02c8637219ef57ebd6a62b642eca786c992faad7, '', 0, '?'),
(0xe18083ed970b1c072bf3224a808ce592, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2386.6d3f3f0dbdde25b8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2386.6d3f3f0dbdde25b8.js', 1, 0x00000000000000000000000000000000, 0x97e88da333cc2d344c10568e497a7c61, 0x3be78ba646b33c6808a8de4ccff335e42b6ddc5c2d9ff07d33b63eb7b3e5c648, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519.php', 1, 0x00000000000000000000000000000000, 0x5770296d2537c8566047b193d08c03dd, 0x7e6abd2a592dd95216a0eb95b16748286deb3b710571615715cf0d5362f7ddc3, '', 0, '?'),
(0xe19604ee6130501540dc615c788afe2d, 'wp-includes/blocks/social-link/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x26567559660da1b38bb0985843757ad7, 0xb43c5e3bdc9522a24d2cf86759c74ad3c54559768beed4d601ee215395a522e5, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0x6a03ff66a5ecb31709cba5d85ee8d09a, 0xa80a1775a0a80338e10d5959b5e43a0a10566bc11da2fd2e614788f347076f4d, '', 0, '?'),
(0xe19970e97f804bf9aa3959923d7cf8db, 'wp-content/plugins/elementor/includes/controls/alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\alert.php', 1, 0x00000000000000000000000000000000, 0xc0a0e4bf0003716ffa2eba89fb78338a, 0xd3da6d8d8315e118fe10769a1defc7c9e707bd1e6db85f84658068f190583ba0, '', 0, '?'),
(0xe1a21ec88a941999bc8790b7ac58c73d, 'wp-content/themes/astra/inc/class-astra-mobile-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-mobile-header.php', 1, 0x00000000000000000000000000000000, 0x317ccbc655d323df756480bd54ab39db, 0xb0162a578e89b603fa571b568b6fe96a7ed29dcc4b8b2a3f4454659afddf9113, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view\\title.php', 1, 0x00000000000000000000000000000000, 0x1b1e90cdce93f5ff6a4ef779a5c3387f, 0x550e99cd414da6560ac9c350576b8e7875fb09901f09b6dafbb59b068c2ff83d, '', 0, '?'),
(0xe1ae6472ce8bc86ada2759d2fde3b952, 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\widgets\\price-table.php', 0, 0x145318a59ed7fd8eca3f0db868c79a12, 0x145318a59ed7fd8eca3f0db868c79a12, 0x7f83ec2fee250089f77091de28f0edfd471e01bd9b2d6318e174e65448e7a09a, '', 0, '?'),
(0xe1b1208297dadfc510a0ed24e2bd411a, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-default-meta-descriptions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-default-meta-descriptions.php', 1, 0x00000000000000000000000000000000, 0x267054a85836c81bce78abddde7a67e3, 0x3081c7b6b731c7d51e74cc57a5defde94dbada7c4d2d22bd10bd5cf7f9730642, '', 0, '?'),
(0xe1b1f70d6f976a2e8c16007d9fb3f4ce, 'wp-content/plugins/backup-backup/analyst/templates/forms/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\forms\\install.php', 1, 0x00000000000000000000000000000000, 0xb66234453af6713c1bd7799f060c4cb2, 0x0dca77010175871d6d3f1908bf310a2bdced97b3b4c917ebef43ecbcb3df1336, '', 0, '?'),
(0xe1b259d73a6084127f887c4fee8d5d51, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-cs_CZ.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x180add41309fb0be13b7e46df0a1fa01, 0x666f39bd95e6abecc55866a536d49c892887ecadaacbad014fb3b3f68e0826ab, '', 0, '?'),
(0xe1b91ea95b10adbb305e7a04aa3ead60, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/trust.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\trust.svg', 1, 0x00000000000000000000000000000000, 0x4bb0c610ec15fb7cefceb1a5e26704a2, 0x953b45a4637d0636719e0865719d0ce4db4b1b1f263106c57bcb14b17b3beec7, '', 0, '?'),
(0xe1bda9bf49d349c253d33969281da130, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/latest_video-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\latest_video-template.svg', 1, 0x00000000000000000000000000000000, 0xad0a7133a070dbc5a2721cb3ef3fa529, 0x044f492b1e74f839ad43d867d4369d987379dbbdb9057402acea5b26fe4b63a2, '', 0, '?'),
(0xe1bdfa7ddabf37691e263d81b611dd2a, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInDown.min.css', 1, 0x00000000000000000000000000000000, 0x86f3e0dfe44db331736e557c06344d41, 0x8abb297fc5d38a412ffeca5f53b9b76b6adc0d25baf8434c5a5060b015227477, '', 0, '?'),
(0xe1c6ac8f0c9419d427c7eab348fbab78, 'wp-content/plugins/feeds-for-youtube/inc/Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Response.php', 1, 0x00000000000000000000000000000000, 0x1b316d22fb992b2feb8a4a5c180c4971, 0xe7ddbfe26944ef956360d322bcd894166d81915f696babc063793410955b1a95, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0xf2d442c6a9f567f825e5b57d7772b9f2, 0x1291ea8523edc702cc1d0a60829888a1fcabbd417059c7bb47f66167a4448bec, '', 0, '?'),
(0xe1cb30955a1c4852a2430a05852b55bc, 'wp-content/plugins/wordfence/views/scanner/text/issue-geoipSupport.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0x7aad08bcca5fc568879cd8ccbdfdd58e, 0xeba615af02ea9e993244857f1307cf7efbff14d91008ab0aa9d29c0017205ae4, '', 0, '?'),
(0xe1cecaa8e5209c3a576f72620312e8b6, 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-trigger\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x42c491eaa7dcd3e9574c873ed55525d8, 0x220e39db5ea86326105af75b32eea3e459772b5039d6e5f1918e2b1f08a2dad0, '', 0, '?'),
(0xe1d7489c36236a66cf5eed5c3ccbd1d5, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-socialwall.png', 1, 0x00000000000000000000000000000000, 0x12ae7f8242b39c63ee47914b9eb696d5, 0x422d134d4d7d83cbda06949c937ff55a668e42b71438aa0ef6d315860cb4372a, '', 0, '?'),
(0xe1d766b3e60716f6b1195af8e4581854, 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.min.js', 1, 0x00000000000000000000000000000000, 0x6f2eca0d3d505e8efd86a1cc7831a125, 0xcc2a631dc09965852257f93fa5c1ff1f7ad298afd19879c176450c4166793004, '', 0, '?'),
(0xe1db7185dd3a7318faf9b12331305d2d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\MockHandler.php', 1, 0x00000000000000000000000000000000, 0xa3a87f9e24b9f74e35c55581bae87319, 0xd15c7d1d14394156d751b950951b453c6ffe9a66ef585dd669cbf8960fb3d5bc, '', 0, '?'),
(0xe1dc69e08d1e97347c3f1d03bcfc9b16, 'wp-includes/blocks/details/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0xe1ddafa6d334b0e0bd2c798eed5a55a5, 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\e-swiper.min.css', 1, 0x00000000000000000000000000000000, 0xf8ab0c98754e13666d2cd378bd023dbb, 0xa522304671498e74fd4311bf6e3f88b1444bc4b51cc477735360a60514f63ec1, '', 0, '?'),
(0xe1e07617bea4851c55b489db672b01f8, 'wp-content/plugins/elementor-pro/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\installed.php', 0, 0x4283981e8139fefb9cbbc756c747daf2, 0x4283981e8139fefb9cbbc756c747daf2, 0xe55a54a6f6c79dfe7f23cf3e92f358c82efcfd47792818645d60d8034adfe93e, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xe1e347b5b86cc13a82caa66a1c9df7b0, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_New_User.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_New_User.php', 1, 0x00000000000000000000000000000000, 0x5481ec6ddc765b9317e78c06b4c51af1, 0xc77f75774a9a53ddee347d093045894d215c803ca7699a19433cc5380ca0be60, '', 0, '?'),
(0xe1ed345fe79d9c848e38e19a9593737f, 'wp-content/plugins/elementor/modules/components/overridable-schema-extender.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-schema-extender.php', 1, 0x00000000000000000000000000000000, 0xe72bc66333700953a57ae299df0ba80d, 0x32c069caf0d6e249ce383c0bc72d511d3c58c1ef83cf10be798cfbad56dc7c8e, '', 0, '?'),
(0xe1edc1a0bd55f278bdbe474459f36d3b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x0cb547046cd88c560ca40c435377afac, 0x15a08cc5f3ebefad91d4788f835f7fc205ffa929208c4d0ad00deb8259192be6, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\hr\\plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xe1f5a97427948e1e92b51e99e12e94a6, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-resize/jquery.resize.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-resize\\jquery.resize.js', 0, 0x8215cfd45b3bfbb5fe7ee5d89fb92fb9, 0x8215cfd45b3bfbb5fe7ee5d89fb92fb9, 0x0e9e930f0289146788db237a51de4970600eda2c1e8fe310435b34d617354039, '', 0, '?'),
(0xe1f7b2ffb94c60ed52d260d7959bb72a, 'wp-content/plugins/elementor/includes/widgets/image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image.php', 1, 0x00000000000000000000000000000000, 0x335fcb6e5372f13214b7a10b1683a8b3, 0x4dbd0fea0364a87a48acb62f64e768667100babde579053dd5fb433438ef62e2, '', 0, '?'),
(0xe1f8bdd95b874ec358777dec755af46e, 'wp-content/plugins/elementor-pro/modules/payments/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\module.php', 0, 0x72ec7349573aea81cf3f62aaf80462f8, 0x72ec7349573aea81cf3f62aaf80462f8, 0xac6abbc1f31e48336c00f841f4c01e0abc5c3ec08f6d74baaf11c6642e57e8e0, '', 0, '?'),
(0xe1fcde9f438e1945d54f0b7d0dd58d9a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0x944de3d8e2943a31acbcfc68f307a59a, 0x0310191f36923d9302ed9bc8e2e048d836d9587ff60fb6eb34f67bb555caecc9, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0xe21086454bf30e3ee84211066d2f3169, 'wp-includes/Requests/src/Exception/Transport.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Transport.php', 1, 0x00000000000000000000000000000000, 0xd80b4861e0f28bf21f78c1b39de810a3, 0xf4379843960d8b581a3cce773d2c3810e17277777b63dc6de05bfd4d30f6c744, '', 0, '?'),
(0xe2112480947eed8db92b3863a1a160e8, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1636.0d767d74d0a9ee34.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1636.0d767d74d0a9ee34.js', 1, 0x00000000000000000000000000000000, 0x3fa93ab9ad01c476efa25cb1de224a03, 0xc91167c2a8282b3c32a23c2aeb4713b14d8fe48cc93694817a42adc5773f5d91, '', 0, '?'),
(0xe22087c70e86d77749eced05f7b5baaf, 'wp-content/plugins/instagram-feed/assets/svgs/copy.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\copy.svg', 1, 0x00000000000000000000000000000000, 0x0b766d2f3c4b222a259dc09279c361f0, 0x810538ab4e534a98ceaf6cc29a3113cf253ccb8638b0b44a53e51f76eb668544, '', 0, '?'),
(0xe2242ce3b3ec2bc5e04b1e4b213a2468, 'wp-content/themes/twentytwentyfour/templates/single.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\single.html', 1, 0x00000000000000000000000000000000, 0x6c2fbdef8388f78b4861d47fea4be01d, 0x4b8df2541e35d8a6abd6f287d789677ebe43a576ae5d896a03965bf7456fca60, '', 0, '?'),
(0xe22a07fc85eb32210e93054d69dcc48e, 'wp-content/plugins/elementor/modules/atomic-opt-in/panel-chip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\panel-chip.php', 1, 0x00000000000000000000000000000000, 0xb889368830f524f1ae9595b67b7dfdc6, 0xf9ca38658a9c1f95342bdc46d070b7a5c78974a208de422a2c924baa8d085620, '', 0, '?'),
(0xe23c3137f9a2a6b9a93e1bf377e74e3d, 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.asset.php', 1, 0x00000000000000000000000000000000, 0x29a9d8bbf1b9bb9797124cb405dfb5d1, 0x44210ee83203b96cff14b18f67d5c56d943e18155f805a8e089d16d07cc33782, '', 0, '?'),
(0xe2440965863398d55a871c5001ed9604, 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-columns.php', 1, 0x00000000000000000000000000000000, 0x046ad8e98a046bcd933d9cdca78040d1, 0x4c6c3a9ca143c02c2eb26a92de2dc6197040a770c4db187fc47e726138589c5a, '', 0, '?'),
(0xe2480e8093f77db884564a25af68b3f9, 'wp-content/plugins/elementor/modules/atomic-widgets/utils/memo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\memo.php', 1, 0x00000000000000000000000000000000, 0xcb9de13a6fb6e96f1ba0d9f7fe526c4b, 0x73ca073058b0944e3278a153c68ed29e862b8c1bf905d2391ce3d3d734cc99d1, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-writing.php', 1, 0x00000000000000000000000000000000, 0xd8087dcc3e3b4c594d515a9221828eff, 0x36e8007caf1c71040c0b2bab743c2af7595b987559baa87e324ee49d12ef5c74, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xbf5902ce255253c712ff9bcef1ef5459, 0x602dacf9b3eec3c0a09fd44ab7a200e2a450cce4c1a41c234d22e5b526816fef, '', 0, '?'),
(0xe25656f6a946163d2fc751287127cf33, 'wp-content/plugins/elementor/includes/controls/code.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\code.php', 1, 0x00000000000000000000000000000000, 0x3ace4e914843ff2557c3d688dcd3ecff, 0x3b8092d565e0d203057297702c6e0eb2974e6fd894945ecc7e0ca5d649b19bae, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search.php', 1, 0x00000000000000000000000000000000, 0xc04a2c53f9aa69529c78bde407c7560c, 0xbe993b60466cdf176789f59121b96eea69b04602df6d37113265fa5de19b71c3, '', 0, '?'),
(0xe26433eb560c3c9bbc8389f12f2227b2, 'wp-content/plugins/wordpress-seo/src/conditionals/woo-seo-inactive-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woo-seo-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2d16805cf61195c4180c348dd20e851, 0x75fadf7c08f9bd4a3559af709327e1505cd397f6b8f7f682ee6c886510f9a438, '', 0, '?'),
(0xe26bd317026d45501db44a4aa2dfa613, 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/bg.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\bg.svg', 1, 0x00000000000000000000000000000000, 0xc1cef8a9bfd121e13323de83089ea6d4, 0xaa2990afc78098868497800dd9300ddf94e3592b666bb2bce21568d43af06aee, '', 0, '?'),
(0xe273aa0f539825f1b7ba6a869a54ee04, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-cards.php', 0, 0x9f5528bf13a72148f89cd0226dc9d426, 0x9f5528bf13a72148f89cd0226dc9d426, 0x018c41879483000d4cc933dd22af90b4c3978fb5032328ef3f0575546db0b1ab, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\server-side-render.js', 1, 0x00000000000000000000000000000000, 0x7b55b0d87d6b6badb37de1987b8c382f, 0x21c3f84918315596a0d1375dc35775803698bcfd45327a992b4a5dfc5dc473b2, '', 0, '?'),
(0xe2824a9f30899cd640c89e8ff8ed4524, 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-icon.svg', 1, 0x00000000000000000000000000000000, 0x1554d67a78ffd1483930fdd5853bb6bd, 0x90c7bed9a5a6a0ecf525e3bb6b6ace66de2fba946fba404ce2b56cff0ec695d3, '', 0, '?'),
(0xe28419f826fb47f114c14e6c99249f14, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/checked.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\checked.svg', 1, 0x00000000000000000000000000000000, 0xe74270b8f71e6db543264d68b92aa84c, 0x1619a6d5e5972644f823865aaeb3eac996e3c2204d40f261fc6497642ded43c9, '', 0, '?'),
(0xe28942857c94a5b2e31683bd44051bf7, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xe28bf826538920a6c8a38fcbabb2a429, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.png', 1, 0x00000000000000000000000000000000, 0x0c28cafd0cb2a316b4fb4600021e4ded, 0xbcd00824137ed99d09587b3ebffe90eb1d11394e11fd8941fafa56e0b2797b0d, '', 0, '?'),
(0xe28d397589d5d9bc79b91b0422a9e9f8, 'wp-content/plugins/reviews-feed/class/Common/Helpers/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0x0b9750becfe96a1cc6a84d6104e477e6, 0xb41b4b6f481d780896bd2b50cc453f07fc17b3bf0e0d9d0e396b267e98e71815, '', 0, '?'),
(0xe294b995f0306a50f5f2e0e2c1711b30, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Heading_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Heading_Control.php', 1, 0x00000000000000000000000000000000, 0x0f31952e6bb686abbc65a384c344b005, 0x5e71b9bc4cad8f658234f15109646391922660c50ead89b24cfe009fc30fab47, '', 0, '?'),
(0xe29891936e19c5c850c02e1a1ec72c17, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates-conditions.js', 0, 0x69b08421d344890a02f82e523814bbe7, 0x69b08421d344890a02f82e523814bbe7, 0x4b344a49e1b6966e594b4ddc8ddca344e4031bb02ef021a897f2d464bdda5012, '', 0, '?'),
(0xe29c213e1057a09639b18ecde7da1d28, 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/get-suggestions-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 1, 0x00000000000000000000000000000000, 0x524f87a63f276a29c8a8daaa033cd5b2, 0xbd09cf2ad04f291889084958a4a11db191cb71cf6acd83226c88761031e8f834, '', 0, '?'),
(0xe2a1e625e8336a3200ca7ebd0589e0f9, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tiktok-feeds-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tiktok-feeds-icon.svg', 1, 0x00000000000000000000000000000000, 0x2fb47e8ca976b86ec211d9609c261d2b, 0x84ecf1bbe9921f0ca550891e67fa48bac910ba0c59e823e0352955216935ec77, '', 0, '?'),
(0xe2a28919ab2d61454e27970054482ff6, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0x50fd10e7f7d1953de1305040d7720142, 0x7007d930047253ea50111408f6b4edeaef9ebd1b5a066e9be08ea9a37e22048e, '', 0, '?'),
(0xe2a7cdb71f20559fbdd8554d102652b0, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-post-taxonomy.php', 0, 0x71b1b42a2c1d4dfafabc80869253bc2b, 0x71b1b42a2c1d4dfafabc80869253bc2b, 0x38a5fc375d04141a6fd0f764564f1ea765fdf0757a68bbd961cd5b935ee7f2bd, '', 0, '?'),
(0xe2ab1d2f3f9805c969f4029ca89c537f, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-resize/jquery.resize.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-resize\\jquery.resize.min.js', 0, 0x7c9e72b637028c7f24decd2d1aa81c4b, 0x7c9e72b637028c7f24decd2d1aa81c4b, 0x059a5f3589171df61753c7cb3ee165a64e4d555b5bb3a9b8c96b9eba4ebaffd2, '', 0, '?'),
(0xe2ab956f6dc54bbd6712d695a6cad11a, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\introductions-integration.php', 1, 0x00000000000000000000000000000000, 0x5c9177847afefe8e2293ac4e7ac36d6d, 0x33c8774244ad0f0b991d564bfc7af8a4528774a17148756419f860ccfba11b1a, '', 0, '?'),
(0xe2b648489d401ddca908ea9baeecdcdf, 'wp-content/plugins/elementor/assets/js/ef35c83e4628f0a5c328.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ef35c83e4628f0a5c328.bundle.js', 1, 0x00000000000000000000000000000000, 0x1c7c71b6cbd7278b1bfd4a6f6c22b0f8, 0xa6b85811060d3b1b619be744f1edf0556c8601539f22e7ea458547e5a29692af, '', 0, '?'),
(0xe2b859954b122e44c72081872e83064e, 'wp-content/themes/astra/inc/customizer/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xe2badf5adbb0746c8afd50b35fb290ed, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/process-media.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\process-media.php', 1, 0x00000000000000000000000000000000, 0x91ba5ffdea2b14b7b367753e01ddb56b, 0xdb8fdb8fe93a7bb246b9f1b0330e086b6899ee90d3ac16800e427f9cfbbacc23, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe2c0408a0f6cbc68159aa679c36196f5, 'wp-content/plugins/elementor/assets/js/1564d2bfa4591bf857f3.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\1564d2bfa4591bf857f3.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x05b5736c2c45094b8db09c8180fd4586, 0x8d6b1e7252c755631a440db486353cfcfb7fe36c538643510c8e58ed15b3c21c, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x8556781e4e97ed6c667ec533d84bfdab, 0xaadbe9bd1d61a2a914f3a132e790faff137bcd4dfab67257b2c9ade226f976f3, '', 0, '?'),
(0xe2c66dc0f4dbb35063c2526efd9c5a83, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-table.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-table.min.js', 0, 0xf021f8a907ba2407c9ee8c6cec73030a, 0xf021f8a907ba2407c9ee8c6cec73030a, 0xbeb92b175c44d1928c844d0963ac7007e466999bcc69767bd94fa51a92c53f2e, '', 0, '?'),
(0xe2cca2ee68fb8645fd394ba64f1923ea, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-base-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-base-widget.php', 0, 0xfeb2adedfbf5ca3b83f2e33c2280f835, 0xfeb2adedfbf5ca3b83f2e33c2280f835, 0x825bcb1f9857dfbb5e46213deb7824bb69b11aa72bc30c4753c60011c28e30a6, '', 0, '?'),
(0xe2ccb3fb8487b7ee1e3936e046071e40, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Contracts/Serializable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 1, 0x00000000000000000000000000000000, 0x0434ca862ef8430faa6388e75d4310b0, 0xb144a093e52f92d5b2909b2cd14cdf5f6bc45f27242edcc7a71d0be6a8cacb2f, '', 0, '?'),
(0xe2cd26952b3ddb5b923fe1ff62a521d4, 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-social-icons.min.css', 1, 0x00000000000000000000000000000000, 0xd026a17938c5380cc610572fdda43f40, 0xb1a2ddb1e411b62930cdb1eba182afa113037862c96465cd714868d4ea668a6f, '', 0, '?'),
(0xe2ce76bae562c11c4b91d72de86a0fb5, 'wp-content/plugins/reviews-feed/templates/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\email.php', 1, 0x00000000000000000000000000000000, 0x87627c562764ac08268b52662fcbc1b6, 0x557d88e663d785c1e1e39cdcb5f24fc3222bdd297fc1e2e6dab1292f653201fb, '', 0, '?'),
(0xe2d0170d51ed0f3511f55d5e4bfbfb2f, 'wp-content/plugins/custom-facebook-feed/assets/js/jquery.matchHeight-min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\jquery.matchHeight-min.js', 1, 0x00000000000000000000000000000000, 0x4d9a91bb66cfabd87602261b4b33d26a, 0x658802dca1203e8400775c4773cd5f588ffba7b6e18f54dcf3f4a9ba30eab0c2, '', 0, '?'),
(0xe2d1adae17d2700287ff813503ad3574, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-price.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-price.php', 0, 0xbb8b5bb40693f161cf26ee67684dfb4d, 0xbb8b5bb40693f161cf26ee67684dfb4d, 0x96be5abc805e6d834464b865a45c7822f0e7482606d7ebfae3f921caa6fec562, '', 0, '?'),
(0xe2d99f40186f93ed5b67d1afa6724f6d, 'wp-content/plugins/reviews-feed/assets/icons/formidable-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\formidable-provider.svg', 1, 0x00000000000000000000000000000000, 0x756da84d9345ef51ec53054201b10fd7, 0x6e7716f4158b54db9c22610e09f307758c6d42090bbb7b2ef91e501ad095705b, '', 0, '?'),
(0xe2d9d3c8cd2d50bf463f951b3af50305, 'wp-includes/blocks/comments/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style.css', 1, 0x00000000000000000000000000000000, 0xd4e03554c209c5a4e4cc89b87dfa9f55, 0x76cd80ddd6d6d157483f1a4467d078e42248b3dbcda490ad6b5aa0a5a99f856a, '', 0, '?'),
(0xe2ddd8211e6a47d13465909fabaa236f, 'wp-content/plugins/elementor-pro/modules/query-control/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\module.php', 0, 0x6f7df1ba00a460f063e9e95405e323f3, 0x6f7df1ba00a460f063e9e95405e323f3, 0x75a1c4542693293a75883840da638b634493637e458dffb007f2fa3409c2940f, '', 0, '?'),
(0xe2ded3492c5f5b0851c8ae9bb8b50096, 'wp-content/plugins/elementor/includes/editor-assets-api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-assets-api.php', 1, 0x00000000000000000000000000000000, 0xb93aada84219623401f1ead7a394750f, 0x183c75caf214015cfe741931e56f4ea8cb4ab5fe56e41fe7d6c61bdaf17f6bc7, '', 0, '?'),
(0xe2e074aa7c030d79c1f4b300e794c36f, 'wp-content/plugins/elementor/modules/system-info/reporters/user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\user.php', 1, 0x00000000000000000000000000000000, 0x53cdc11d516b8215ced545329df5280e, 0xbaf194b4a94b4592bf81d8d9103668e3ecbd966486367f0a5329336fc2621c6e, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\dashboard.js', 1, 0x00000000000000000000000000000000, 0xa53075008fef46522c1f28d729fec710, 0x8bce1962343cbf4b25db8be371a0035e00e64607b1383c0fd5f4d8f92a14521c, '', 0, '?'),
(0xe2e8b39f744323e4f9a1cda83cc3113d, 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\woocommerce-account.1778081072.css', 1, 0x00000000000000000000000000000000, 0x7120e0dd72fd03bf0c8465688a8bfffb, 0xef900face047fd60a4856d4939dedcba7f8394de7532c3028783c7c1945ceac0, '', 0, '?'),
(0xe2e8dfd5f02f496f8e6b0dd09dd94fa7, 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-builder.php', 0, 0x38f322e8e545840bf4510ad1e93d2bbb, 0x38f322e8e545840bf4510ad1e93d2bbb, 0x7e19a620d2920b9514209ef0fa00c16eced0529365b92af285f9b417562c1d6c, '', 0, '?'),
(0xe2ec98890d93ede5dd196eb209bde80f, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\environment-helper.php', 1, 0x00000000000000000000000000000000, 0x9940070823fd6ad7880373f0a064337b, 0x7e3f1a4c0e87de286f25ca9388d3035e97f7f7190b7d3b1d9794ef2b42a05925, '', 0, '?'),
(0xe2f54a9c16f3db3148609a200171f4f3, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0x3b4bcd32116c985b1f8f9b6f69f513e5, 0x872fea96dd38a76a61fb1872f1d2a7d11d18f3d45eac5a41c2b5dd53a2f49ada, '', 0, '?'),
(0xe2fbeac42c5501175f7096dd240fb90b, 'wp-content/plugins/elementor/core/editor/data/globals/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\controller.php', 1, 0x00000000000000000000000000000000, 0x736e03b41042a743aedd9f753ebc7cc5, 0x86f1537a9c59786a24613e2b4633fe702287928acf4a236bd5199b8c7e6a1ad1, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0xe3052cd21dacd48e030970b5b95150f3, 'wp-content/plugins/feeds-for-youtube/img/person-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\person-avatar.png', 1, 0x00000000000000000000000000000000, 0x0b6226a054be64e18cded9ff620b65cd, 0x793a2e94394687b39304a59548e497fa2b1e6adee9f90d9d802ab4448ce85d3f, '', 0, '?'),
(0xe314fb49b9a9534cbcc8b2c60371b328, 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\custom-tasks.php', 1, 0x00000000000000000000000000000000, 0x0697e29ab838065621f3f835f0391da7, 0x2d52a7d3c9f15a3e196a47968042193970ee116c0e7fbc9ee237106b02925826, '', 0, '?'),
(0xe31e785c356e9e570aac8ad21bddc70f, 'wp-includes/blocks/embed/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme.css', 1, 0x00000000000000000000000000000000, 0x8899c6e82f9b1c8650b35c4138dd58e0, 0xd31630c5459ec348b3e9f58c43e59fdd19675cfa2c31f96d05bba623fa357d98, '', 0, '?'),
(0xe328e505ecbaa8165a9904e7906369bc, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\EqualBinary.php', 1, 0x00000000000000000000000000000000, 0x79564d2c7d1c59e380b1750d7c32f5c0, 0x6848f5d45807740337690f70d176ffa099cad30308a99c0fbab0fffd8c424cd7, '', 0, '?'),
(0xe32ec342b5217a2f58a90bb64ee3d4fb, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/unexpected-response-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-console\\unexpected-response-exception.php', 1, 0x00000000000000000000000000000000, 0x4cbd28695e1b8050871d7f07456fe5dd, 0xdecc804e628f93e1cd6c0fe80eaadb4e28efcdf7c722098a42e9cc6f02c81c60, '', 0, '?'),
(0xe33069d2d051aac664f2ec9e514ed9fe, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/too-many-requests-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\too-many-requests-exception.php', 1, 0x00000000000000000000000000000000, 0xc8fe85469036244cf272d71354fcc573, 0x50e0b8bc173587ec043d7af176dafd9c857adb1be07994a2ba30c1da8654acf9, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x5cdee20119c8e48ae7a474030fcd07a5, 0x313d8655a9679e50769358aa336181cb40aeb8a09a6225ecf9bdba6fd45ce227, '', 0, '?'),
(0xe3323344c5f6342fe20c235cf24be90c, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-photo-blog.php', 1, 0x00000000000000000000000000000000, 0xeedaca31cd7b0e95187ee63a9e320c91, 0x6670095a1e76ebdfe9e5363170c16b17888ed994998030e43d32144f3105d2dc, '', 0, '?'),
(0xe3395c6c797dbeec9a32d46929aee550, 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-verifier-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xb5b762256dacf05b4e87276d578b5fc9, 0x8d366418056aa4d5fb343b68e5c9b04095d627fba34ce0a6e5d1c8550aef4590, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom.js', 1, 0x00000000000000000000000000000000, 0x1270171707281d3fe4179ff188d8c205, 0xce62b81a4f62eb1e536884ae5ca12de64437902714582c0292de33d36f677637, '', 0, '?'),
(0xe347635e270d2b904d998a7fba54c320, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/5stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\5stars.svg', 1, 0x00000000000000000000000000000000, 0x87ac339f5bf34b8bb33188cc1fe75f5c, 0x4361f5574646bc6fe66727a293296acb9f8e9e3f818cd22312ebc7408eb176f7, '', 0, '?'),
(0xe34f4564fa10ae7e0692aa2a015d5d45, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\page.php', 0, 0x331d7244a5a9c03392d84b2d4ad3bdfc, 0x331d7244a5a9c03392d84b2d4ad3bdfc, 0x0c5780c610a6a71784536a3cc95ffdd4ac463f332056cc4f80ddb9742677a0e8, '', 0, '?'),
(0xe350fa7469adcb3fb238314ccc6c1b75, 'wp-content/plugins/elementor/modules/components/components-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-repository.php', 1, 0x00000000000000000000000000000000, 0x679537ff8926ba0399dad131adb5a092, 0x5b968ff488f66610921a451b777e208cc42260cd400d2e0048f43dbe54f1cfa9, '', 0, '?'),
(0xe353b9ca224215634202e5072dc6799f, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\command-interface.php', 1, 0x00000000000000000000000000000000, 0x28a179fa8daa5813b9407324586f73b1, 0x79c3645421f4ff26525cb970e05eb9881e4f531d224eedee75e653d5e1a1c4de, '', 0, '?'),
(0xe3555ffaa1f17ebc8549b8b69122958a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/review-alert-preview.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\review-alert-preview.png', 1, 0x00000000000000000000000000000000, 0x6cc24f4b923408c924bd58cc2a93d584, 0x0f1e040017e6e3145d69d2d29111d800f7bd82d45f76b22e18ef14404e07a56a, '', 0, '?'),
(0xe35899d7addc9686eb3b65f0b66b5221, 'wp-content/plugins/instagram-feed/assets/svgs/article_2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\article_2.svg', 1, 0x00000000000000000000000000000000, 0xf1d5672888615b8b1336ec9cd33a2702, 0x6545cdd472834a31fe9089d592d17dfb46bf23f40541b2760c0d609ab9b158d3, '', 0, '?'),
(0xe359d09ae4714b2e3368bea7d2a6e3ed, 'wp-includes/blocks/footnotes/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style.css', 1, 0x00000000000000000000000000000000, 0x23b120fc7137c01d400e76a39fb3de91, 0xeed469f77f09fec9c06022b854425df1eee62dd5d3599977d7ea665d8b2c71d5, '', 0, '?'),
(0xe35ba65a600d66133fa90ffedb76dbbb, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/unauthorized-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\unauthorized-exception.php', 1, 0x00000000000000000000000000000000, 0xdf01007aaea4f9cac987ddc79ea4d62b, 0x791dcab1724c76cd71f583eb3d0892e1c2daf2ceef4fc5971576f5e7fe4210fc, '', 0, '?'),
(0xe35c29d75169cbd1fb865b9cd292cb1e, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR-9037c3c8687106295b0c224921ff602f.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR-9037c3c8687106295b0c224921ff602f.json', 1, 0x00000000000000000000000000000000, 0xf92911948aa764b20edafbc85a703025, 0xf7e0eb8a354dc310e1d8265bbf30815e1d9204520b9c7cc30b11a42f90b79190, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 'D:\\laragon\\www\\genesiswa\\wp-cron.php', 1, 0x00000000000000000000000000000000, 0xb1f6b11b2b5fa069df6cc6a22e3944dd, 0x1d96d06f6b93cc77f2a1223ccfc22561c2b085d87e1126187baaa1462a28229c, '', 0, '?'),
(0xe36261df6cc2c198340fb0e68bb24ef0, 'wp-content/plugins/elementor/includes/controls/url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\url.php', 1, 0x00000000000000000000000000000000, 0x4cac4675a9a51d4764fa9a36bbfced55, 0x8e654ae78cef574fd40a2c94bba83f96e2e68cda4a76875364fa293226cb2b7b, '', 0, '?'),
(0xe37249b0295831d353c32a8571c1eaab, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-400-normal.208bd128deafdcbe.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-400-normal.208bd128deafdcbe.woff2', 1, 0x00000000000000000000000000000000, 0x2b798988312fb2a2ad8bc5abb7a20743, 0x43a6cec67556366eb3aa5cd2fdc3f20f64cf9640b7ff93821fff4397483b31e9, '', 0, '?'),
(0xe373f3ba17c957371d4808b61e9dcbc5, 'wp-content/plugins/elementor/core/utils/plugins-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\plugins-manager.php', 1, 0x00000000000000000000000000000000, 0x923b95b9afe54cf0e680c18e38856cc8, 0x07d479e509fadb2c16aebf098c97a1484275cbb88c909bca5da8ba1f8e73db95, '', 0, '?'),
(0xe3796afcdfe6ed7b9006be5a7d36af9b, 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\settings-conditional.php', 1, 0x00000000000000000000000000000000, 0x827230fe4252040c55c522438085836d, 0xd647b59d104659a0101ebc5066fa9d51330765c54b60e55fc55d0b14deb888cf, '', 0, '?'),
(0xe380f6c46d9f68d7699ff627b38dcb1f, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0xf342206fedb7d192cacfeb5671f13010, 0x788ca190ecce6e1488a8b19dce091455ff42d7368d525b925241f538b1d547f8, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\regenerate.php', 1, 0x00000000000000000000000000000000, 0x2a88eb77cd3860aa1bc5c5ed5f3afe96, 0xb2808be76fb12612996ff3578763a7ea728b2cea7ccd11f9623fe46ff26f2c10, '', 0, '?'),
(0xe39062578f76433b23783d7a2f687fa0, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ImportTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ImportTokenParser.php', 1, 0x00000000000000000000000000000000, 0x264cebbcaf4245bb26109a7b0b7c3a99, 0x4ee76db4544697a89af059d950bf6d395d135447f737e63ffc62b939033edd19, '', 0, '?'),
(0xe39341f6cc53d1f927f3cc1be3220f46, 'wp-content/plugins/reviews-feed/templates/frontend/lite/feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\feed.php', 1, 0x00000000000000000000000000000000, 0x61bea559d8eb35cd63969bfff9a2d612, 0x31a52c580b8d0cf38e66b8af7d6672cbe7b6ce3cb19bee03c0f2c84063fd4a0c, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0xd893894238a53f29697672ad90602d8b, 0xa07e747eb8fd58810fb9ab25209817cc4b2f332d036e3600c8524297d6a84796, '', 0, '?'),
(0xe3a252737b707e9edae467d081d891d5, 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x70fac6f31045472eba37516d16f82399, 0x318fa334d429ebec1ddd0d45f2a0ac12756a5616dc8f6bef7682d57d7aaa139e, '', 0, '?'),
(0xe3a25811ae822dfedf0ff982ecc0a0ce, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\wikipedia.php', 1, 0x00000000000000000000000000000000, 0xc0bb2922771de493e8752842fd61c1da, 0x641aca95ae55c34e77b24425f2cafcbcad8abf2a50bafe6b7ed5461c4ccb3625, '', 0, '?'),
(0xe3a5eb76699d22cff150ef7551dea13c, 'wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\copyright\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xff6b2c6619c84984ce8f58866ae7bc9a, 0x3bb9363d83dc575b3975502a8b47be7ed81e76eb09456b40fa4ed08da28b3b4e, '', 0, '?'),
(0xe3aab6195441966e707dbdef45101fae, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xefc7e0c102afc0000c15a1452c0dbe8b, 0xfe39cbb81dbb30de25094085d170de75eeeb7f6395418add0ca0a525bae67384, '', 0, '?'),
(0xe3ad72dd406ad736466b5f028ba293e7, 'wp-content/plugins/elementor-pro/modules/search/widgets/search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\widgets\\search.php', 0, 0x56ec1d807ac667527963d16ca25cb397, 0x56ec1d807ac667527963d16ca25cb397, 0xa1f64695a83a103c8e23656bd10c32ac10dbe3e6fcb22ad479fcb59181986fa9, '', 0, '?'),
(0xe3b20c00c2a3ff8673b38ede27bd74f7, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-replied-notification.php', 0, 0xef689cd62add8ddd87a4e7b290010f85, 0xef689cd62add8ddd87a4e7b290010f85, 0x7eda223ab115c8485f6643881f32991df75c648026c3846e4df11631156bd423, '', 0, '?'),
(0xe3bed199931c1c2a59db96ad2c8b8c40, 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer-newsletter.html', 1, 0x00000000000000000000000000000000, 0x7a54076b657425cc93a367bc4a8fbdc4, 0xaf90ee30fb3a8ee5e04364ebe71f18355a6fc908e77239d24531680029845d69, '', 0, '?'),
(0xe3bf792d0e82c7fb00bb1971b0b16dce, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/publish.296921f3f9ce47f71342fbd8f2f60032.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\publish.296921f3f9ce47f71342fbd8f2f60032.svg', 1, 0x00000000000000000000000000000000, 0xe1fc8b73c15cbc9a8cdccf5fb2df7b86, 0x14d6af6b14d6328040e3748417e373b4f7c9294cdd597cea96be2301f1aa65e2, '', 0, '?'),
(0xe3c1b87f98f3988577826d05d49b5d5a, 'wp-content/themes/astra/inc/core/class-astra-walker-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-walker-page.php', 1, 0x00000000000000000000000000000000, 0x07386c2d5393b683179313fb6f4f976d, 0xd03651bec66d5eb30e986be9ec21a4716d8aac302afce4867d65b565ba4f55ae, '', 0, '?'),
(0xe3c1e71978b13666f282e0815b119bc5, 'wp-content/plugins/powerpack-elements/assets/lib/slick/slick.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\slick\\slick.js', 0, 0x5f8f4aed010e1afe499184d8197309f9, 0x5f8f4aed010e1afe499184d8197309f9, 0x20a24376638a8eda847f6298c3d76a85b30068d5fa501a83d6876a9a44ab8792, '', 0, '?'),
(0xe3c7a45e413291224d85650270131237, 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Source.php', 1, 0x00000000000000000000000000000000, 0x504c95f85930d2ad7ada1ab0acc0a94d, 0x257b6591f7db939ea35dc67a237e6342525587433e3282455645438969ea2bd1, '', 0, '?'),
(0xe3d093718f68ab6b5340d00c1e2ef4b8, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xe3db9648c7decd77f60dae57dae8390b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0x124e6117d52acdf6dc5665906daa49e4, 0x2e7ea9f4f0aeb3828be3d9185c2debe5bb4d575e1e4fcfc965251442892767cb, '', 0, '?'),
(0xe3dcdaf980f23045589214f70d659383, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0x3b176a9651df4ef7f0b567c6ae4bb295, 0xa5a45b3a6422d5352287937e2b6126baea2366bc5770c6ed9fbc1303762a5206, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpview\\plugin.js', 1, 0x00000000000000000000000000000000, 0xdd6a35718c9902530d588cdaee69e8ea, 0x456a1a85b31ab049d3f1d3334ac4e70647bb0b6a56dd92a4a4363c53e7395018, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xe3e455c4c2cc737ef04784693e0b2d1e, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/header.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\header.svg', 1, 0x00000000000000000000000000000000, 0xa0d3f1f05f99627b2858146f211e18d6, 0x2b6fca867205d963a144b7739d6ff8648a84e32959357a740d767a514a1f1c5d, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x1e37a8a1c2f7de7cb1afd8fba108875a, 0xdf4407baca442b76658268a0de733eb198ac5afc666f82f77657887e042c1b3d, '', 0, '?'),
(0xe3ede857d7d75157c20bad6aa9ae9c9a, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_BR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0xe92336c790f43c9abca4ac329756959c, 0x0ad046ad3940d4f4e88083c691d97ca6e8cdd21329f77156faab321c57122f77, '', 0, '?'),
(0xe3fb0348885a9bed9862385a20ac294e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Loader.php', 1, 0x00000000000000000000000000000000, 0x967cfbe803d025bc7a600e2bc00155c6, 0xb8e7d758d9939a483dcefb28bfdbaaa52e348587d9eba878ff61cc36a5ebaa72, '', 0, '?'),
(0xe3ff38fe3f70c843d87c54ac5a11bab3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\ResourceOwnerInterface.php', 1, 0x00000000000000000000000000000000, 0xcad93a5a89919d2879c448f094e73137, 0xfd589ae16b1dbcaea4dd6688f015106cd9cb02e2437e7d1182d6b60498e2a0fa, '', 0, '?'),
(0xe401040bd46063b44033edcfd2767ab4, 'wp-includes/blocks/legacy-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\legacy-widget.php', 1, 0x00000000000000000000000000000000, 0x227f65da75fb8531b827b379c2516c53, 0xabb4eb6f445e37998366294e386a3ad96c05311936f0527a4c62e5faf5aca306, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0x12a1e38139fd2870bd1676976c2827e5, 0x0db684d9a85ef42caa03a2953275f182d6637c9bb9451b530d0c4ae749455852, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xe4a50793966fb5d838c2cfb0c36e4558, 0x6ff26acc9966b2bebcccde9a6c11d255bdee60022944182838ef4afe621dd83f, '', 0, '?'),
(0xe415af962b9c77ea1e0a31da0b6e41a9, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/LoaderInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\LoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x912173ff3da6a7b2b28cac6e95ed641d, 0xe1221746240676f9b20718d6ea80d17f1334238df5d24725bd0c5e3b226e0242, '', 0, '?'),
(0xe4182bb79ca859e2fe990aaf64622ac1, 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-1.json', 1, 0x00000000000000000000000000000000, 0x0d9f4c29a56afac6bcb4e6f24ccd928a, 0x91c2455df755a6e4cd65890f72021f2d9637752db01c8240d068554c2aaa6ae5, '', 0, '?'),
(0xe41ab4b35136496481666af32a77e1a1, 'wp-content/plugins/elementor/modules/cloud-library/render-mode-preview.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\render-mode-preview.php', 1, 0x00000000000000000000000000000000, 0xadc6ed2b6207d5ff73c6338dca5296a1, 0xcc542d7df31740bd8c8897c5812f6305b3de98526db346bcb82b21314eab9637, '', 0, '?'),
(0xe41af4084be9f5015eaa14bdfb0a19f5, 'wp-includes/blocks/image/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\block.json', 1, 0x00000000000000000000000000000000, 0xe85b46594e8f64668d71829111de660d, 0xfbdaa3ea1e618fce4ad6f9e4666c1d644de44a7dc580d14afc9bb16414e49e50, '', 0, '?'),
(0xe424519d08a9d1da171b6f81b3d2aa52, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\RangeBinary.php', 1, 0x00000000000000000000000000000000, 0xca52f6398879e6d058ed14253e4a4c65, 0x4977e3e66b282a40d4e62b4046a178d6d10554e77f4a2c3741f6a90f756d857f, '', 0, '?'),
(0xe4299d645802bb3aeee690f5683a7d6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\functions_include.php', 1, 0x00000000000000000000000000000000, 0xe47f1a5aebfc5cc82944349c2e6368fc, 0x08cc17e54339b202a3ccbbff8031905016b1e4c40acf35ea2ee01c0b5f5b3a2c, '', 0, '?'),
(0xe429e6e7ec6bc6a223ce0659a31ec83e, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-last-purchase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-last-purchase.php', 0, 0xf9b639f2d9d40a1fb16063388f3cbe96, 0xf9b639f2d9d40a1fb16063388f3cbe96, 0xe6cb8ee2dbd95b1c76cb0ef2d307fd1d8a9c62f1e320d5f050e7ef4057f16ca7, '', 0, '?'),
(0xe42bae9bfd303a113f5c48e71fbb319b, 'wp-content/plugins/feeds-for-youtube/uninstall.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\uninstall.php', 1, 0x00000000000000000000000000000000, 0xf6e36ec31fac548ae92b3cecc51ec466, 0x570aaff5e755acfebcb07f5a0e93594276bce866f558771f000329ac9de915cd, '', 0, '?'),
(0xe42cb001d22a6956a84f3161df0a33eb, 'wp-includes/blocks/post-featured-image/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3bf3def56ebc8fd69e6937c4266ff, 0x6ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b6949, '', 0, '?'),
(0xe42f816b9978969fc6939b526fd978ec, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wpcode.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wpcode.svg', 1, 0x00000000000000000000000000000000, 0xaa1a8381ce27cb99c4ff2bb46c6d501d, 0xbf22fe9e39b8a376a854c51340a55801cdc8d40d9f490462e02539818a531967, '', 0, '?'),
(0xe432aff5d17a186365453659785b2c79, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.min.js', 0, 0x562a68f89aff6cbc64c414b0125ece68, 0x562a68f89aff6cbc64c414b0125ece68, 0x31f2c9a9428b203252fb12b12dfafde0b41abc7f2780f00f28804355c34f45b9, '', 0, '?'),
(0xe43c717223876fd0606e51888fed0b82, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/colorpalette.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\colorpalette.svg', 1, 0x00000000000000000000000000000000, 0xbb7ac7c2bb4e204a0e67a0f31512cf60, 0xa6e263722fedc75efe0391498c8703fe519752481740efc3e8e2250ed798091e, '', 0, '?'),
(0xe4404ff6ab88478eac77bef9d76c25fe, 'wp-content/plugins/elementor/includes/template-library/classes/class-media-mapper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-media-mapper.php', 1, 0x00000000000000000000000000000000, 0xffa7d193fab1267074aec53fa5ddbe81, 0x5ecf0a4a3aa7892be5d1837f7bf8227ffcf8576c74e00be1e99c21c4cf2453ea, '', 0, '?'),
(0xe440772b93228c55083c8cf65356ee04, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-MediumItalic.woff2', 1, 0x00000000000000000000000000000000, 0xd08783f96d85924c3a1ce35b37c6c30a, 0x9b227fee3bd2e730db59bad3d2aefe348dfbfa0afe46b73508b641cd3f81719a, '', 0, '?'),
(0xe445f04dfef6c1d210bd1ef070ab01a9, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-full-content.php', 0, 0xab797b55a36aed56086c262855145f8b, 0xab797b55a36aed56086c262855145f8b, 0x816ece0d46096a278a68eb371ae8d990c641b6e89d374a12802ef5a0d97e35b1, '', 0, '?'),
(0xe4478d3028271b2c2215d61782d733c3, 'wp-content/plugins/elementor-pro/assets/js/screenshot.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\screenshot.js', 0, 0x6086e4a3ca7a269fec53a889d67037c5, 0x6086e4a3ca7a269fec53a889d67037c5, 0x3c2c4858f58f22722a0036f967542948aa9bb38aff3a51a4f816d6b2e40dd2e9, '', 0, '?'),
(0xe44a6f43337e132fca8eeef20c8aa5ce, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/sby_channel_logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\sby_channel_logo.png', 1, 0x00000000000000000000000000000000, 0x2278d5378e84c43dcb3ec80e1648cd61, 0xdf623eb647de37d4ebc41415f3db0a82eefe70a69b076014306e07c3b8e6200d, '', 0, '?'),
(0xe44dee523bd4598ce93c490e26ec1b9e, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-lv.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-lv.mo', 1, 0x00000000000000000000000000000000, 0xa467b028c6be62adc53a92e223e1904f, 0xd40959c0166224ec526bf06bb27fdd582b3466378b44bfd4785e7aecdfaf48ab, '', 0, '?'),
(0xe452dfede83cbcb2cdd17e43376d35db, 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\wp_for_beginners.png', 1, 0x00000000000000000000000000000000, 0xdb0aaf3ef43ab7ca3356216c926e9330, 0xc4dc7c83fe8217bfa198264c25396bb679bd06017d22366b145f25040df1e7ad, '', 0, '?'),
(0xe4539df8e48f5bde9df6dd7d42fcba04, 'wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xa4df0433011e4a5ca770a6b46d01ab7d, 0xdf003e3958e7917127e1ee2f9a55abe0224dd97615e5c233ac64895828613c55, '', 0, '?'),
(0xe453bf348e204a16eb3332a4fd343896, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 1, 0x00000000000000000000000000000000, 0xbab0adfbc2283882c5073f5e93308831, 0xb68169865e83e83de408a20b9ecd733ff0634824e88847464fb29b5292c6aefc, '', 0, '?'),
(0xe45a21dc80e41b044ff358078d0f394f, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/feeds.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 1, 0x00000000000000000000000000000000, 0xdcf3c88018a0598279762ae276c9f78d, 0xa9555b5dc64a0c3eb60040f033645f7065a2b76186e9f02da401da79d69f4fbc, '', 0, '?'),
(0xe45c2fe89d8457de6ece2d950a9d2039, 'wp-includes/blocks/image/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5dce906b47c6bd16b58dafae472aacc8, 0xbde3d1172db9326249238ab72e56971dd71fd9ef940763253366e3c6ba2a1ff1, '', 0, '?'),
(0xe46103336bd3f2ebb00021c21ff592b0, 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/support.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\support.js', 1, 0x00000000000000000000000000000000, 0xd59f544ab9286293834692ccb5e03fc2, 0x5af855830fef631023267dcbc8061e3cf8c932f4b0de67e3ec0418cf276f462c, '', 0, '?'),
(0xe465b1cbb32f767cba6e0bb684e7d38a, 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-full-width-image.php', 1, 0x00000000000000000000000000000000, 0xc18528f76d90fd673a7d206862c89f06, 0x5bb2c5428293b2a62a6467076e3de2d0b88e8d46e8ee2e33223f2a94d819451a, '', 0, '?'),
(0xe468315d652184ebec91d7d7b3f20d55, 'wp-content/themes/go/dist/images/admin/footer-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-2.svg', 1, 0x00000000000000000000000000000000, 0x1d22067a10aaceb2c1db4021ddd13b09, 0xece5a2b426e8164c4c3d846d2c4e615d300db9a92f445f1ada2a9ab6c9ede800, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-analysis.php', 1, 0x00000000000000000000000000000000, 0x4b50f19f97a9a7b79b340598ddd7edca, 0x816e61d3b1a59b2a670b175571d91ea57923b2cafff34961d0ebc6602ab33b95, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xe47dffd8caadf1428e969788d09cea72, 'wp-content/plugins/elementor/assets/svg-paths/arc.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\arc.svg', 1, 0x00000000000000000000000000000000, 0x3422609f974b6c5d5672a913fa5c2634, 0xed0a9d3b78a946aebcf823e95c8dc66fcf3328b87e82fe1b1492f88b96d99956, '', 0, '?'),
(0xe486ae472a140bd77e9635489dd2dc49, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-dom-rect.js', 1, 0x00000000000000000000000000000000, 0x666dec7643493dd1117762d6bef6083b, 0x16fb0f1601994cd763a263b1c93903d430307093a292cb24c28ed3a5868cb2fc, '', 0, '?'),
(0xe48e04a657dc35b068b1fe37e36ea2a6, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?'),
(0xe49535a33304aaf6bad67a6c6e3958ab, 'wp-content/plugins/elementor-pro/core/app/assets/js/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\index.js', 0, 0xe31c99899f15f63d929606a42bdbe144, 0xe31c99899f15f63d929606a42bdbe144, 0xa3482ddc0ae64af3336c1734d3b0dc88880df2dd684dc00bc1d6c3e533d28bef, '', 0, '?'),
(0xe49bdc205ef15c64bae806f060920546, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\single-terms-query.php', 0, 0xb06143f0169df92dc097100ae5269289, 0xb06143f0169df92dc097100ae5269289, 0x3ba4e074de89e19143fa60a115694b58f1bb8ccf3e9dd5bf2595dd0a992db72c, '', 0, '?'),
(0xe49f69f0fd8fa0cc741adc6fce61d389, 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\overlapped-images.php', 1, 0x00000000000000000000000000000000, 0x6fad3ebaa06955565d83c099ff1e88fb, 0x5cf74354c3290638f05b46b4e42606fe88da1c6a62dcd2bbf2ab7c10a45bcb6a, '', 0, '?'),
(0xe4a283c6f9ff9c6877a295ced326abc8, 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x8719cbe08d994efeec5cc669efbfe8df, 0x58dc9894335ec8a689ae802a17eef162cd493a36c4556b425c1fe8b811b8ad63, '', 0, '?'),
(0xe4b1b0f4e2b59bdfb839ed341b53ce8b, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-suggestion-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-suggestion-command-handler.php', 1, 0x00000000000000000000000000000000, 0xc993069e9300b8a3b7d62eca129d5022, 0x2244246a445f018060a51df7f0e01205eda7ab6d5c8c5944c6a1ab6adf7fa54d, '', 0, '?'),
(0xe4b2e9bebbe64a69c9788ede171ac4c5, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube.d26e28263fc14b125cdeca02a69051dd.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube.d26e28263fc14b125cdeca02a69051dd.svg', 1, 0x00000000000000000000000000000000, 0xa06b73582a9c939eb226bbbe46e3bec0, 0xd19f4de375ca54931b29308a5c4935a4878927fd23150eb918f55472023ad678, '', 0, '?'),
(0xe4b3d577366c2aa5fd958657de02cffe, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Select_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Select_Control.php', 1, 0x00000000000000000000000000000000, 0xa0f75f1a31996dd89ee3091be9c58722, 0x9cf6db08059c752ec583b0f702d0a786aa54710ee3481f7a07f11ac4de74c1ea, '', 0, '?'),
(0xe4c3a0ba5106a9e8b9dce11ef6fbe43c, 'wp-content/plugins/powerpack-elements/assets/js/frontend-devices.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-devices.js', 0, 0x986e5c12cbfe8eb46201b19668b0ab45, 0x986e5c12cbfe8eb46201b19668b0ab45, 0xdf67ab8efcf9e19aaf83eef73f73ce603fdf4a1bc43b762f5032afb3a046cf16, '', 0, '?'),
(0xe4c684b237fcd07c6cf9fb151ffd37c9, 'wp-content/plugins/elementor/assets/js/6117d083decd13b6ed73.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6117d083decd13b6ed73.bundle.js', 1, 0x00000000000000000000000000000000, 0x35af914c4f45e48362168fe1d95d2ae4, 0xa08f8911ef39239134cac180658c36bdbcfb9a6bba2e5c82b6f5c9e679eeafa8, '', 0, '?'),
(0xe4c9644cf0fea44d30c3787a958c3646, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-top-left.svg', 1, 0x00000000000000000000000000000000, 0xf464934755ea23f8348f17d1f257e2a6, 0x0cfe16440c3dbcb80db7105b04d8e2b673a3156b91865d6007ab0989994a9c62, '', 0, '?'),
(0xe4ce6dad2a69f76be1630913bfa8e98b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0x5a30d08377920c00e4bf59f63e142950, 0x325567dd7cc847e4aa41c3cf6b31b7d3a451c899f3f1b2ea68e22aeb4f93916a, '', 0, '?'),
(0xe4d12c4786882fc0759f81157e657bd6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\ArrayAccessorTrait.php', 1, 0x00000000000000000000000000000000, 0xa4aec944995c3f4c6259be04b39628d1, 0x0e3c270f8f53b879a4392b7f6febad6eb1c009aa210ceafdcc5cee85256f2d63, '', 0, '?'),
(0xe4d6ae890e7b69c73ce978bf5260e21c, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0x5964febbadc1eecb99db4c7e6914ff52, 0xf0495e8d02161494d77d3565e3f1337bec0800c73200c10d5f142f28e77ad648, '', 0, '?'),
(0xe4dda372ad15c144410cc9c03ebca266, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\composer.json', 1, 0x00000000000000000000000000000000, 0x74d6927959646de08e5b84fe9e50cb8e, 0x78224726544619455a18f15939f2cd6e34319bbe6681b9034a7cd6f49236685b, '', 0, '?'),
(0xe4de044fc76f2a3896823f9d9c937805, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\colored-logo.svg', 1, 0x00000000000000000000000000000000, 0x101087f7759a476df6f5221722127f5d, 0x0841f81cd663be0450fee10815b505fcdd6f9336a6a5ba98c039274579de30ce, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xc98e675d7c7b5bc5e454d786209fe67f, 0x3bd290a2ec91f9ba9182707f5e4b36632568c81b38b3b637bf5a1e2bb8fbe075, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0xb0b1fca53b5d02e04d54e9ae8c16aa3d, 0xbf42162409db28965a8c1f84ea2da153583f5ae1f17d2032c79d6b06283235e4, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\plugin.php', 1, 0x00000000000000000000000000000000, 0x5780de377c72a1cd691fc7835af9f1f3, 0x13d770b81ef2231f07dcedb9b5d42b4704e05032b6052dca8c58f0faa91ce308, '', 0, '?'),
(0xe4fa448bc9017fd94ffd6ec5d7da5294, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 1, 0x00000000000000000000000000000000, 0x2c67f84a94d7f5aa7d2f05f9a7d02558, 0xb209e03b2b36fb3e339f109fd55953fe88e0be57cfb22641243ebe133c0cb500, '', 0, '?'),
(0xe5037ff53eab30219446dfdfd15aa705, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\preview-manager.php', 0, 0x7dd87a8713ba8c95bf3af35bbdf1119c, 0x7dd87a8713ba8c95bf3af35bbdf1119c, 0x21ae0620d556ee3acf64e1b4f3ea4488e14b0bdee5e14c80805aa3064a057a2c, '', 0, '?'),
(0xe5061fff34cad61b0aa7c3eefcc53710, 'wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\store_config.php', 1, 0x00000000000000000000000000000000, 0xec6aa86d9cf8fe211a29d9f2ade1600b, 0x14772cdd3bde1d7943a94fc5e7e0e2a14d67bded639c3c2d95edb298d1332d65, '', 0, '?'),
(0xe50670255cd90b2064a83fc7e3ca9a08, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xbed4eee14c1a5e231685c5fbc9b432b8, 0xd1d0c5acdfc1d6de4d1de741c2d7669361288da1ff682a759c1aa80a3866de85, '', 0, '?'),
(0xe509e3e5828127dbc32f18ad1213b99a, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.js', 1, 0x00000000000000000000000000000000, 0x3a251b754aec4e65ee8ad96e1f51c85f, 0x563b69b80b33f8b29cc60fb00137483c3531d89b7d48c439dd187a3add91b2c9, '', 0, '?'),
(0xe509ed6d039d130446682c9337ddd396, 'wp-content/plugins/reviews-feed/class/Common/Helpers/SBR_Install_Skin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\SBR_Install_Skin.php', 1, 0x00000000000000000000000000000000, 0x3d684dbf869aadbbb2c0d80552b350d2, 0x50b55f61e0714f59ecc24cc764febf2d9365018aac98835e2f58e273cdc8f838, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe50a018a18d51e80042db099fc507506, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-4.min.css', 1, 0x00000000000000000000000000000000, 0xfa0bfb18702b98978ab9874323bd5c30, 0x358d0678fb48f33425210da8db80e6d3a24c158b63e0c1cd116af1271ab776c7, '', 0, '?'),
(0xe50a67034138bed7c9ea57d5784b7c5e, 'wp-content/plugins/backup-backup/admin/images/sftp-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\sftp-mono.svg', 1, 0x00000000000000000000000000000000, 0x1dffffcab181071f4f11b14311d44bf7, 0xe8e4168630cb7bc2e38dc14417e805e9d82b69800dadb374050d6added2f3f73, '', 0, '?'),
(0xe50aa69e54f0ab085884927f0f66b2ee, 'wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\below-header\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xa9d139c7924859449e8c2486384a7e80, 0xf71336ad02ccdb9ce60ac428c1d4e3fc76b8a753256708faf9c895ebc21bf73e, '', 0, '?'),
(0xe511e9e58f442004299a264cc3d92e0a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ExtendsTokenParser.php', 1, 0x00000000000000000000000000000000, 0xf8eef2bcd589658599b2456b0b58c86d, 0x5e17af338e5481b851ab8a4869bf0be696968283ddf7c5ac91642d7cf6cb740e, '', 0, '?'),
(0xe51aac1830d52ba77d82b136f71ea720, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\woocommerce.php', 1, 0x00000000000000000000000000000000, 0x3ffaedb9476ad00a49d9692fe04aa136, 0x5b313e20c25eb4673f54e1b9a82f5c9363218912165c277635da7c799c2258d0, '', 0, '?'),
(0xe52665ab4cc2d1022566b0578536f73d, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Admin_Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Admin_Notice.php', 1, 0x00000000000000000000000000000000, 0x3c581723a0fea889e2d756c9886b4d15, 0x61ef79b909011ed18f5d098def1e095279668ec706f360774ae17537dbe767cb, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0xe5272a90b20593d810ad93fb77c01ca8, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-type.js', 0, 0x1a89e0702c7cdae0cb24e5333facb96f, 0x1a89e0702c7cdae0cb24e5333facb96f, 0xb0f19c7066f7ad45e4ab0b3787363b468caa95ea7b9c54dc0b92e5633a6628a3, '', 0, '?'),
(0xe529a6e9b7ab9cca1267cca80b125214, 'wp-includes/blocks/loginout/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\block.json', 1, 0x00000000000000000000000000000000, 0x45bbaf5c83c6e3e1bc7c218f65cb9405, 0xa00f04eac82df992db8afc32a4bcdc51f611d866b68e5a4616c46087ee1c6e26, '', 0, '?'),
(0xe52e813c73e2620262920cd832bad40f, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\vollkorn\\Vollkorn-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x4d2a65be76da57fa071a447146df1d4a, 0xafda275ad45a556d029924bfef48783ba37cb5130d52870ae0e0431f3cf38606, '', 0, '?'),
(0xe53526243551a102928735ec9eed4edf, 'wp-includes/js/dist/edit-widgets.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-widgets.js', 1, 0x00000000000000000000000000000000, 0x1879662e8421bf9d06fd2a06a384bae1, 0x1874dc5bffa9e60147d6105cd0a77cf39c27f5fc2440c7a012903130af656572, '', 0, '?'),
(0xe535653cddd3fea562132642df783265, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/inline-editing-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\inline-editing-control.php', 1, 0x00000000000000000000000000000000, 0x228c21faa33352f2fee91f95b57a749d, 0x196e1ac68af8c8d51b7880db7151a9411b020f9e67b05567c1f15c8d899e9cfb, '', 0, '?'),
(0xe5385edaa0616fa582b8e62aa97168db, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x97e39461d9e50c21451802b52789e7ab, 0x8aec0e93f7b96f393cc7edd224c1fa9f8d117c868876c697f2b0d7d258e79f6b, '', 0, '?'),
(0xe53a05da5c6e4ab08ac5451896bfd821, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-analysis-worker-location.php', 1, 0x00000000000000000000000000000000, 0x3d23231651e5825ca971004b36b6923f, 0x4a523bd1f9a76f1f50881fd252ae844d5b7e9eeda5bb867d8294bfdc4b0db2ba, '', 0, '?'),
(0xe53c85d2c08e50ad3fcbb17155984a36, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-thumbnail.js', 0, 0x9895f07d9a426ab9d4581bea1f30b3eb, 0x9895f07d9a426ab9d4581bea1f30b3eb, 0x519570e557e7d39bccc52aeacf1758fbe72c118fde07808102242cf5f0ad7693, '', 0, '?'),
(0xe53cc2500e118d0cecd3ac1582fb0d88, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-file.php', 0, 0xdb1d6c3f3e41b253ea2259df854b6bcc, 0xdb1d6c3f3e41b253ea2259df854b6bcc, 0xf1f16c15185a50be24d6c65e52a2f2cbd63fee62cb57034d068dd1429e0a835b, '', 0, '?'),
(0xe5402e105c41a0077b3529712a8a6006, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Message.php', 1, 0x00000000000000000000000000000000, 0x240634126574896d6a0b92dc70dc592e, 0x21af3e4dc7eb43d090350344d39fbd01633ff696222e1e25d3cb1dfb2f89d635, '', 0, '?'),
(0xe5422235fbca2b3592618a8f6951f454, 'wp-content/plugins/elementor/modules/home/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\api.php', 1, 0x00000000000000000000000000000000, 0x288acaef886058091379e5a9e38fe388, 0xdd58404c734069dc87900927a5e6c1492c62afd3d5085adce930dcc73c9e7ee4, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0x9654f41ac5be3c2727f237254176d377, 0x8d68afd4a5d001e3e5f40d99b8fb930d9dd287e167649b777c08c6dc94f11513, '', 0, '?'),
(0xe5453f92277994cddeababb85c79f06c, 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\js\\e-gallery.js', 1, 0x00000000000000000000000000000000, 0xfb975d92884bccc6a610653bee31f4fb, 0x39b6249d7eca4a91099257ba56518b65273c2ef877676c0b907df1ad7af08833, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n.min.css', 1, 0x00000000000000000000000000000000, 0x6ab6ae6bd910d522bb3edb221bd2aab2, 0x296a8017f6bdaf5406ad9c4400efa24d0cab33335f01649e061c30d423a63e0a, '', 0, '?'),
(0xe549bf29df823afe24a9ed220739739b, 'wp-includes/blocks/term-description/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xe549dce4ee61ac2119b19b06ad6396b7, 'wp-includes/Requests/src/Response/Headers.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Response\\Headers.php', 1, 0x00000000000000000000000000000000, 0x1df650fcd64cab9783c76cb3cd77ceb3, 0xa7cf18c5eb309f15e961f88b6d0483c12e2a62b81f33a400b7416879cca742b8, '', 0, '?'),
(0xe54d62cc11301507092598ce5096acc3, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInDown.css', 1, 0x00000000000000000000000000000000, 0x068abb5d522f3f1771c1678847ea1dfc, 0xc2a7a1c5efe7e42618cca5ccd01c0273372d3898cc12ff44db021ad67589bf41, '', 0, '?'),
(0xe54e01e06543cd522c030d4620c6f665, 'wp-content/plugins/elementor/modules/wp-cli/command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\command.php', 1, 0x00000000000000000000000000000000, 0x1b7a26ba9d66a0a562112bdc9a4595a5, 0xad60ce843fda1557348637d98ec1f8b80e3a297067546e793d91773d8435ff68, '', 0, '?'),
(0xe552abb90f71b12076f6da077a0d5055, 'wp-content/plugins/wordfence/languages/wordfence.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\languages\\wordfence.mo', 1, 0x00000000000000000000000000000000, 0x79ad610febdf3a604c8eb194dc06b54f, 0x976cc38d5c6443e43dd4972f1877ba283dfa47e14ef946d1a1967b2843632ac8, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor-expand.js', 1, 0x00000000000000000000000000000000, 0xab877a59ae7b073aa0dfefd42fc32a4b, 0x429e51024204d035b7d9f2e8d7c6bd64ce9a4cdd3ce9f9a8ec8d17b1a88b80cd, '', 0, '?'),
(0xe55ed84d9330067e54a56dcabed41470, 'wp-content/plugins/elementor/modules/cloud-library/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\module.php', 1, 0x00000000000000000000000000000000, 0xf3889226198ad89c49c05a0cdfaf4bdf, 0x86d90a71dc4c32bc7b658a6af8d5118628f793751da5fd70b4a992d185ac28c2, '', 0, '?'),
(0xe560165f986c287ef5b5757ed5dbb08d, 'wp-content/plugins/powerpack-elements/assets/lib/jquery-cookie/jquery.cookie.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-cookie\\jquery.cookie.min.js', 0, 0x4412bf8023109ee9eb1f1f226d391329, 0x4412bf8023109ee9eb1f1f226d391329, 0x8407fad455864c0fe1daa6d38aa501a326152e706c28aba696be474a3d04d399, '', 0, '?'),
(0xe56405977bc39421752b1770a36813b2, 'wp-content/themes/astra/inc/template-tags.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\template-tags.php', 1, 0x00000000000000000000000000000000, 0x4647af08140b3408838d673304d30db3, 0xce18ff956164fe57b9e0cf2f73bd258520f38ff3d77da3390f474859126e3193, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfView.php', 1, 0x00000000000000000000000000000000, 0x5b9edcbad10f2dcb864e0a995ccf6e4f, 0x78e1883251bf85ede06d6bd9ab4049465268d548757ec25238a8227aec4b34c6, '', 0, '?'),
(0xe56695edef0ba9e8ae08256e72694270, 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-processor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-processor.php', 1, 0x00000000000000000000000000000000, 0xf27d32ebc55955488be5323af4d77872, 0x49b6bfd42c239c4cf8b4906c11873f3ea7c7bf53b7574d51f0fea848baa9327e, '', 0, '?'),
(0xe569ada5f272b4d40d56054e6f6d4ea7, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\date-of-publish-condition.php', 0, 0xe6e5ea74b9c55390ed6c03e893992a54, 0xe6e5ea74b9c55390ed6c03e893992a54, 0x977465c97c0ec3622d46d9b354fb5e9402447455ed9e8d3c2460fb23f1524056, '', 0, '?'),
(0xe569f83865ac47934b4fe8d6f35f5ba4, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 1, 0x00000000000000000000000000000000, 0xa68b2f819f90e257c15303613f57a787, 0xba4d0d87cf819ba28650635936238db1695f058b12ee1c5d27b0b0c17252e395, '', 0, '?'),
(0xe56a209642d92f5c40ebb4f059637428, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-1.min.css', 1, 0x00000000000000000000000000000000, 0x0e18599b2421fbe4712ea28af3c06380, 0x28d19d145ad7cbfe7b52e6657133490f963298f4dd8afca0f7f505521365acdf, '', 0, '?'),
(0xe56a62085060843f0ff2f1d4b87cdf44, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/css/global.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\css\\global.css', 1, 0x00000000000000000000000000000000, 0xc96e3e8162d55c7e374a0132ea55265c, 0xa3e293fc2411a1d0a4b97499ba00715313c94bfb45be74f9f6402d3bf3b66409, '', 0, '?'),
(0xe56c81111f3f6b8ebc2169d17a44a71f, 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\abstract-aioseo-importing-action.php', 1, 0x00000000000000000000000000000000, 0x56c6decd769db22dfa374d0a46dc2995, 0x06f2e3352f2515514c183978cb2d3714859b72bc0890ca7e6f7da05d5289fd18, '', 0, '?'),
(0xe56f82dff8ef3a6f4e0e70271b64b321, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\string-helper.php', 1, 0x00000000000000000000000000000000, 0xbea736e0ab93284497ae3422d978beec, 0x9de86656ba27bd4dd3e1b67c47c9af1f004d541b00a18329c67c5b07379a9079, '', 0, '?'),
(0xe570ccf217e2eee0ee1f7d5f23110521, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\times.svg', 0, 0xa8860be13f0da6a5292dee33f7cac7e8, 0xa8860be13f0da6a5292dee33f7cac7e8, 0x49820bd38f5046c9e4c5a7f2c9aec35b542e99ac135d60420dac9a06d1343a2d, '', 0, '?'),
(0xe57365feac9f0851727f5e54e8194bf9, 'wp-includes/blocks/post-title/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xe57bd2800a6802cd27679e2930735c06, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-hover-intent\\jquery-hover-intent.js', 1, 0x00000000000000000000000000000000, 0xd1463860a23f95fa791a5857a6e27b81, 0x676163ad157d4a46e4186c5a96d7fdebfe6053748a9a4dfff6dbcfb50f633646, '', 0, '?'),
(0xe57eef34d9a1e68e5986531b38389cb4, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/UpgradeRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 1, 0x00000000000000000000000000000000, 0x7108864af682100e191c59d3b1c7a48a, 0xcb17e9efb755050808223967081ab079c52e45215e24fb46ac63c0637bd34136, '', 0, '?'),
(0xe580ab2f1ec2de4f39b44a02eff8c4d6, 'wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\class-astra-ext-transparent-header.php', 1, 0x00000000000000000000000000000000, 0x91e477d008452d28134afca3dbfde98d, 0xe6a2fb835fbfd16d0c27d0dca4d374599cc5457becf605854f06ca15972f4d90, '', 0, '?'),
(0xe582f90517696b31e5890149237519e0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Toggle_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Toggle_Control.php', 1, 0x00000000000000000000000000000000, 0x4b4930643f04ec64b5d4d23bde26a377, 0x898df8c38bd498a501afe0f54fc82580b969b5eb179d468c01ceb8800882e7c1, '', 0, '?'),
(0xe58423976ece9010ba93eeb309bba3d6, 'wp-includes/css/dist/edit-site/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style.min.css', 1, 0x00000000000000000000000000000000, 0xa574e19229e28f4f718d88e71bf9669d, 0x8e5b54bca5f1bb3f25c4cee5226630d5efaec330e7acdfdb502586123bb2a6b1, '', 0, '?'),
(0xe5886b61b1a5e543ba6c4b7257edf81e, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\abstract-aioseo-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x3c573c24d417a413c991b9fa08c40c09, 0xe1c04b46dbe29a72e713674d08ae6fdfd17d7318e828e3480944cb05130c6c36, '', 0, '?'),
(0xe590d5fab035dc0831518a3f9e5fb5a2, 'wp-includes/https-migration.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\https-migration.php', 1, 0x00000000000000000000000000000000, 0x621b64bc865e14b4716e02fac3cca02b, 0x507e3905880f38871959a087a2a7922a32e6142a9eb4a06add0669bbc5ad81b3, '', 0, '?'),
(0xe590e072314a01acab0e34bb95952242, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Resources\\stubs\\ReturnTypeWillChange.php', 1, 0x00000000000000000000000000000000, 0x4dc2e6feb26b4a56fa2b7542024741e0, 0x9e80dbc49badd410c55f4e1670e080f7a6d65e52ea7e8c2bcd51baa913af8130, '', 0, '?'),
(0xe59244e96da1971ee7a95a6788d045a7, 'wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\classes\\shortcode.php', 0, 0x575afd87d74b57b138db96e21f03273e, 0x575afd87d74b57b138db96e21f03273e, 0x1431d43de3b8e83538274e7fad29ebbc5bfe8889e568905287f759dfa90f01c6, '', 0, '?'),
(0xe595432017b6eaf0a7186493bc3f6f78, 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\lightbox.min.css', 1, 0x00000000000000000000000000000000, 0xdbea16dd3a3b8a733ca0cf28a9a8c572, 0xd47c2919ff1a858f813447dd8618e3c2c9009cc04b7aa14c697b6d61bad0339f, '', 0, '?'),
(0xe59cd0f6fb38b87c1f4c9f50ef8b0903, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xe1280e4b6862f4d3c998daf2304d2e40, 0xca7928e4eacccf48a2f469a0e8154c60559b29d265179cb244aa52fea8145006, '', 0, '?'),
(0xe5a7bf77648b7acbd73705e9e8994da9, 'wp-content/plugins/reviews-feed/assets/icons/trustpilot-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\trustpilot-provider.svg', 1, 0x00000000000000000000000000000000, 0x9b92de45d26625cd75f2b7ad015aca02, 0x0c6bacffece08a29852c3024db0903148dac993bd8fd8d5ad4c0da2f7f6bfda8, '', 0, '?'),
(0xe5acaa421144554c20be723f17fa9b30, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialog-delete.js', 0, 0xaaa855a2bba7c6fea3d3ed41c55ff7ca, 0xaaa855a2bba7c6fea3d3ed41c55ff7ca, 0x3d144d5547296714c1cf5409202c7a68744e1d5bb75686630b9cbaf33ef91fcd, '', 0, '?'),
(0xe5b24bd8b98304f3ebb95e11c379e44b, 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\base\\atomic-control-base.php', 1, 0x00000000000000000000000000000000, 0x71ace8a24f0439fcb474ba887275a843, 0xa82f3ddd9733d91652809ac143414bc7a54553aae8a401cf6db00cb0335489f3, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0xe5b3f9136af8fd49beccb938ef2d11e2, 'wp-content/themes/twentytwentyfive/templates/page-no-title.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\page-no-title.html', 1, 0x00000000000000000000000000000000, 0x0690adeae46f8e81541e5be41b751a05, 0x34fe82f8eed6e938d1930fde1d90d2e3c09cb9ba0f982048d1ff400ce69aac4f, '', 0, '?'),
(0xe5b495f83fd4e75bc5939e50f469b8ce, 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\el.js', 1, 0x00000000000000000000000000000000, 0x25e962c4fffa3609c740562ebc34e711, 0xccd60bbf40214f7daef0af2d207c5c21caf03a39883d2cb22d7e01ad8fabc36a, '', 0, '?'),
(0xe5b55a3f28e1fae9f898acfd2c434193, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\description-data-provider.php', 1, 0x00000000000000000000000000000000, 0x0f1cacee5e1961653e18494493a32853, 0x181552617cf81df6531ef99ed5c3471d32d2e9bccddfca59bbbc7c745aa9fe30, '', 0, '?'),
(0xe5c28a062376425e9422e1df9ae3ee1a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-top.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-top.svg', 1, 0x00000000000000000000000000000000, 0xf3b3537b847caec7bb2c9e08c240d1b1, 0x3573164b588a70f9b26ebd47024ba985f0f2deef4f84f891ac5e5c0f3b8db1b4, '', 0, '?'),
(0xe5c3ccfa49b4c35f1537204d09dadd09, 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\composer.lock', 1, 0x00000000000000000000000000000000, 0x26a8db69614fcfc29455f81898660eb6, 0xbb29e2b8223445f5e41669628a4ef85f3876ee0dc460d1776ef8ad093b982dee, '', 0, '?'),
(0xe5cdfc57cee6c2b43b8f422eecf83cef, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/extensions-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 1, 0x00000000000000000000000000000000, 0x2c0582185a97c79228a868d7be362887, 0xa999c9360329da36d23951d2378d1afe8a96676c0d6352e16f1b686705c05cfe, '', 0, '?'),
(0xe5cf42f418bc11e7d97866924fc63dd4, 'wp-content/themes/go/dist/js/admin/style-customize.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.js', 1, 0x00000000000000000000000000000000, 0x09e17ce347639b3374403d543634632d, 0x3e3322e4a53bd448a9a2d22f4c322451ea7caddb6829230f505e54ceb55e4b3b, '', 0, '?'),
(0xe5cfcfd6a9269e494a76f4c06ba933a9, 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\redirect-old-features-tab.js', 1, 0x00000000000000000000000000000000, 0xdddb67c2b7bc0cbcdda298588d0e6275, 0x402d6c677089de9ff9cf07c537310bea771ad95fc630a7a3c7e3ff0d8b2acb35, '', 0, '?'),
(0xe5d15eb6ece5be95b3f67b2e4b1f6ab1, 'wp-content/plugins/powerpack-elements/templates/woocommerce/checkout/form-checkout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\checkout\\form-checkout.php', 0, 0x703d520299a0355789083b92ddbdc922, 0x703d520299a0355789083b92ddbdc922, 0x3b55ad57df6e6af8581db8bcc8f0abb99dd01c4d810828efa1d0363273d9bd44, '', 0, '?'),
(0xe5d8683ca091004d985e58e98bcb0576, 'wp-content/plugins/backup-backup/includes/logger.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\logger.php', 1, 0x00000000000000000000000000000000, 0x92b323435eb921fbfc26921a438d3cc4, 0xcc79e461b2fcd3bde9577728597a1cb16fe9516d98929277df2ba2b3b170e176, '', 0, '?'),
(0xe5dc18b4ecb0f2d2bb397c99f28495f8, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\premium-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0x0132471c59ba51e41ddef929775d924a, 0x0ebc9649cd07db77c1204a1f7753f60681d800d165bb8651ed1d77c706648683, '', 0, '?'),
(0xe5e39a0476f7483a35f121d40b662f8e, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-rp.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-rp.png', 1, 0x00000000000000000000000000000000, 0xeed236e2c07ccebaa8d4da0e65e3c382, 0xa0f9709289a8e0cf22d5f3930c9db47e61de79ea6435fc8047350cc539b7ac9d, '', 0, '?'),
(0xe5ec6c2ba33c4720f609e6706259c7be, 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\import.php', 1, 0x00000000000000000000000000000000, 0x6d2ac75df97c7a7f5200ffe531990894, 0x9ab2237920d79edc5e7058ab84d9d5c6c01dcc15b7af4c4f585dda81917580df, '', 0, '?'),
(0xe5ef1856f013cb3201f82f51143b2a78, 'wp-content/plugins/backup-backup/admin/images/happy-smile.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\happy-smile.png', 1, 0x00000000000000000000000000000000, 0x4da21556912a6ea9164d158de140385c, 0x159071877cedcc9d9596af239886b4923d836ac0c387f324c9818140ff9df17a, '', 0, '?'),
(0xe5fecac82666a93e743132bc301f88ba, 'wp-content/plugins/elementor-pro/modules/loop-filter/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\module.php', 0, 0x9fb5cf3cd4673f7072f3964df2c2cda5, 0x9fb5cf3cd4673f7072f3964df2c2cda5, 0x3a66a17b6cc2a6d4f9a426510ba76e94210c8f115dca9862ace0d315fc7be029, '', 0, '?'),
(0xe601632683e5e843bd47e775f0197fd9, 'wp-content/plugins/wordfence/css/activity-report-widget.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\activity-report-widget.1778081072.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0xe6016a9c844e12039d6606e6909df514, 'wp-content/plugins/powerpack-elements/modules/divider/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\divider\\module.php', 0, 0xe6b5d0368312d202673b0603f1721ffd, 0xe6b5d0368312d202673b0603f1721ffd, 0x175167ea2b4b1a6cbb9defbcdb13ed8bf9f0904cada37d8d90ccc0371b64e122, '', 0, '?'),
(0xe6028ce3d42a2fd06b117420a42dd1cb, 'wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\inline-on-mobile.php', 1, 0x00000000000000000000000000000000, 0x587741b7e14b3704ff17403a81b6af83, 0x20f942cd2c49f11a54f3e41c0f4837bce22e6fc2082b2cffdd62abc710e47d47, '', 0, '?'),
(0xe60443130e0260904b4f52187f29ff9c, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/GUIService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\GUIService.php', 1, 0x00000000000000000000000000000000, 0xdb2cd880acff7be1a92c76b1431bc5cc, 0x3366d0370689338a4c8bae5e27da851d610482f6675a6e66bcb771dd5d66ed39, '', 0, '?'),
(0xe60872d523f16050a41625b982c32e93, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\export-runner.php', 0, 0xf2c17a08c5d090ecd319a6e0f0995ad4, 0xf2c17a08c5d090ecd319a6e0f0995ad4, 0x5f5b2777b688330c59282f8ee18abc74ae46aa994222477f5512b5ae69b2ce41, '', 0, '?'),
(0xe60afdb6c009ded9e74708054b94630f, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit-success.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-connect-google-site-kit-success.svg', 1, 0x00000000000000000000000000000000, 0xb4ff0c437dd098e84dd4c2eafec6ed72, 0xaba5f9a25e92867359f9b68e2c6a3fac95700048f223052463ce206678f5c789, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x9da48e8a83f6fc5eaea7dc152344501e, 0x1f4e4b81946a406f29c22f4a75d8fb341961e6111ac07fd4306f61cccaa8b31f, '', 0, '?'),
(0xe6116663a07d1d094aa1753c7ab595e5, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/customizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\customizer.php', 1, 0x00000000000000000000000000000000, 0xc3d9a756991956a3303d9434398f80dc, 0x8a4283e166e1fad9c3a2b3189aade4fabc6d4c6801e2e0f9c4056a8e3b9d6efc, '', 0, '?'),
(0xe61519afb0ac619dcd93348b34d4924c, 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\js\\editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0x620374b38c6a00ce91e5b597d2c93f81, 0xa8adf066cdcedb403d713cdd12c0c3a9e731c4ec034dfc25d300754d5f09d7dc, '', 0, '?'),
(0xe61f7f76d19f8e4803a8fdcb7f351725, 'wp-includes/blocks/site-logo/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x52d368458e13dcaea435035ce076e1a9, 0x702fa40d061ffb4d46f94e63d71d35113d8fb1a9d1b5dc078bc1f73363c63138, '', 0, '?'),
(0xe620420ff8b9781ee40b1b8b92d01b77, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/SupportBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\SupportBuilder.php', 1, 0x00000000000000000000000000000000, 0x304335895e25b74568d313c2650fdbfe, 0x81133c4563ce7ccaf0c98669660a56f05531c5831f66495230f9e367ef363508, '', 0, '?'),
(0xe6209395f21215cc601a0b72819beb77, 'wp-content/plugins/elementor-pro/modules/gallery/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\gallery\\module.php', 0, 0xa54c73b9a83117763e41e08d67f815ee, 0xa54c73b9a83117763e41e08d67f815ee, 0x4eebba6997ef4cd10363e52240cbe3967f1fb877510a1076c495221b109d797b, '', 0, '?'),
(0xe62310c084cd9217c59e85be00676783, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-bottom.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-bottom.svg', 1, 0x00000000000000000000000000000000, 0x9b59c79c7fcb6d3465cea77f12cda8a1, 0xb7e090e899850de9b9bd3a471b309278d2c83d0469fe13b57e6d97064ee6b059, '', 0, '?'),
(0xe623560cea1d814efcc80df8f721f3f0, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds.pot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds.pot', 1, 0x00000000000000000000000000000000, 0xca3c411f9a181d6aea474f3005894daa, 0x16b83cb9f30036e46319baeb5d064048234e5ec2c10d1ee8d9f61d47005cacea, '', 0, '?'),
(0xe625c1c04760b6e133b95373f59b0e5c, 'wp-content/themes/astra/inc/assets/css/wp-editor-styles.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\wp-editor-styles.css', 1, 0x00000000000000000000000000000000, 0xd83e41762f3aeee33a0a94cf97c4785e, 0x1ff4f3a0b8b85e79d38105e610d9af69d4dc2f14ff4c29190b0c0a1545a3202b, '', 0, '?'),
(0xe628f55eea643750967e87181b793161, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\search-results.php', 0, 0x7624ba5322c8aa51c3790a08f37522fc, 0x7624ba5322c8aa51c3790a08f37522fc, 0x05b58a5849dbc3c9128df8b6c0ac069ba8b99ff8c1ee6842798f61ce3b1d0343, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard.min.css', 1, 0x00000000000000000000000000000000, 0xe370abc183284f19dc747f8d680bbc93, 0xfae99eb299db8cec6ffa1ee81671552da43d987a83845221174567bb0d693178, '', 0, '?'),
(0xe62cc2b5fadca5b832772416858bd0ac, 'wp-content/plugins/backup-backup/analyst/src/Account/Account.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\Account.php', 1, 0x00000000000000000000000000000000, 0x26679d1290b5acfa2c1d0d88733e313b, 0x70075076d0cba4318961d2a78f145470b218e2a9172c026e0cd216d83b21aed2, '', 0, '?'),
(0xe62dea40e29f0b3b09a387e0c94bf840, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xe634895e1cfc3f2c2b7469511066beb7, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-1.php', 0, 0x41bd55e3c4a4ce4eb1c839522e6fa12f, 0x41bd55e3c4a4ce4eb1c839522e6fa12f, 0x430fb3379e2a40afeaa24973cd744e6ec5b133587a92016d565f232c987b2b7d, '', 0, '?'),
(0xe6374089272c5b3e16d37ac5e036c8db, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0xe97bd196ddd380d08157448395d26932, 0xc8f1094ca278498ff4e8b98bb913789c4f3f84db59731d949eb84a600cce85b7, '', 0, '?'),
(0xe6385e9027ec4c5c3fbdb2810db6671d, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\go-pro-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xaef9512a5aaa09fc4d3da0a5f161d066, 0x266b7461654c44fbb32c2dbfd657ab487e4a4461d2ed449adda02de4336848c7, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\embed.php', 1, 0x00000000000000000000000000000000, 0x963eaae30c03c88efd21e9801adca499, 0x95744b1595f81c1d74fdcf240cecca15ab80e3db4c3c376b67ec10de5b2d8fdb, '', 0, '?'),
(0xe63ac8e5b0219f2390288d42a29f9a73, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirect-integration.php', 1, 0x00000000000000000000000000000000, 0xf6259105d0127ee2b2dd9a9b80bae0ff, 0x7db88962c78179e0f2a3fb287ea85c552845c161b8bd706eac74546e4230d8ce, '', 0, '?'),
(0xe640303804615caa33079f86758b9eba, 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\no-conditionals-trait.php', 1, 0x00000000000000000000000000000000, 0x2148d7da526b032b338484a2015778f0, 0xdf16ce80f662a66887aecca9734abf9672548c7591071b2c2ad62ca05dde8e42, '', 0, '?'),
(0xe64356f554c2f268933cbf63e0c78f66, 'wp-content/plugins/reviews-feed/assets/js/sbr-blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-blocks.js', 1, 0x00000000000000000000000000000000, 0x184dcdd28706840c80c3b1790b789353, 0xd57a57e1336f50fbb632135dd8f81876024579553e8232b376df60145a51ea88, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0xe648319e999906a701667795900c4ef0, 'wp-content/plugins/backup-backup/includes/database/smart-sort.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\smart-sort.php', 1, 0x00000000000000000000000000000000, 0x6f573ce38ce0c3b07d623b9ebc1b84b3, 0x0ae97ad9b5aa7008c6ed3d848bbf4c48c343cecb06240c6c4731112a5c973af3, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x2f9c93eca3f761e9a87c735cf3a24a39, 0x39dc44668da9adb76e8328ddac3e643867ee7d1a67df1507e03fbbded2467053, '', 0, '?'),
(0xe64a878351977d0bc87fe728de9b2dc9, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Php81.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Php81.php', 1, 0x00000000000000000000000000000000, 0x84dabb42518d74f0727365aa2ccb99fd, 0xcc5abe1d843a820fa4e80e56bcb1acb6e1932d5cd639e50976786c7c243957a6, '', 0, '?'),
(0xe64aec7b65fd95a8b089412021859201, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\solid.css', 1, 0x00000000000000000000000000000000, 0x8d37441d69ebc9b55dff2c7c214ef997, 0xb398e25bec602814c5d0ba70dbe1ec1a4d0ccc22e5abcdca01cbf2096ab0e524, '', 0, '?'),
(0xe6500a9c17df14a302435c6f38f90bd8, 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.asset.php', 1, 0x00000000000000000000000000000000, 0x23be6bf06a29b6adc719bfccfe0cf0fd, 0x5f3d7be492af2b184b260b37b4ecb511e8f26807ce048e856708f5c6abc015e4, '', 0, '?'),
(0xe65672c9e285adb2d7d6bab0df67ad26, 'wp-content/plugins/elementor/core/files/assets/manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\manager.php', 1, 0x00000000000000000000000000000000, 0x5d82830410fc15deb4d385f7445c2f37, 0xfaf23902673ace7ee4a54965600dc5952d32e9e9fd664260abf06803009ecca6, '', 0, '?'),
(0xe66e1f53ba6c30ad3b1833b7a7d74b24, 'wp-content/plugins/elementor/modules/atomic-opt-in/opt-in-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\opt-in-page.php', 1, 0x00000000000000000000000000000000, 0xcf2606049fe8441270f89bd2d1c560ec, 0x6ebdaa9bf81b4c8fc839638f3bba1e42321ae543f6363104185c17ccc9d124f0, '', 0, '?'),
(0xe66f305a668ab2976cc49388085ce35b, 'wp-content/plugins/instagram-feed/assets/svgs/socialwall1IconFree.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwall1IconFree.svg', 1, 0x00000000000000000000000000000000, 0x648371d89c7fe35892d0dfc59f4191a2, 0x982a205b79dc68b3ed898b849f4ba5662153c80096691a164f7b9562b3438b70, '', 0, '?'),
(0xe68234e6ea783b4d95458a44d92653ac, 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-tabs\\widgets\\nested-tabs.php', 1, 0x00000000000000000000000000000000, 0x44729acdfab8865d733b59c42f262c60, 0x96a96f1c5c357b87ccfa17b4f2610b5ee6a8363a664837db940035708c14d7db, '', 0, '?'),
(0xe6833096a623cca20df8a7a14b957ccc, 'wp-includes/html-api/class-wp-html-decoder.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-decoder.php', 1, 0x00000000000000000000000000000000, 0x056f3467b0fc6cb65d142f1c9696e42b, 0xd256b228c229c5fc37beb029cb4769b78c4d7baf3d247f973bd7a1c9a369ad9f, '', 0, '?'),
(0xe686317a65fad7e00fee046ad499108f, 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/manual-post-collection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\manual-post-collection.php', 1, 0x00000000000000000000000000000000, 0xa1e3ac6abd9fdde2c9d16489326fcbde, 0x4ba3727f8bc554f4eb9e2f647c565c4f08a871fb79e17c2232254f4cfff7eaac, '', 0, '?'),
(0xe686347937900bce0e5a43682a380963, 'wp-content/plugins/feeds-for-youtube/img/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\balloon.png', 1, 0x00000000000000000000000000000000, 0x74dc780d46e80071522543ee285ce9c4, 0xc6a1ee5a5ea9a135f90b44c8316b206d3cdc4cdc9e2775b27e1ed6cc3deada7b, '', 0, '?'),
(0xe686d5dd23c86d51c56cb547fa18c10f, 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/internal-server-error-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\internal-server-error-exception.php', 1, 0x00000000000000000000000000000000, 0x2b796beeae1b3abda1151b61718058ed, 0xaa47eae04a8fa3a2199ed81d4d0ae4b26eaf7ddd749cd343ee629955cc92b85f, '', 0, '?'),
(0xe698626c4928472b5b351c4d04723e62, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/insta-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\insta-icon.svg', 1, 0x00000000000000000000000000000000, 0xac3c0cb4b059a95fe8b0a917b62a9c5e, 0x87e8cbb061bce479c1d21a7a5e9d15ac83fd7717c2add8e6a16719165f9de2db, '', 0, '?'),
(0xe69c83f3756ec3e3dd12cf28818a7a7a, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/select-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\select-source.php', 1, 0x00000000000000000000000000000000, 0x51c78a17bcfcb6024a46bcb10c11091d, 0x5d0f583a0eb444b7d28b32b77d6d86952860da5f1f3f70f4dcee724c29cdeccb, '', 0, '?'),
(0xe6a44f734cea7fed1e630dae57f82c9b, 'wp-includes/images/media/code.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\code.svg', 1, 0x00000000000000000000000000000000, 0xcacaf34d7652a6ec241bc245cc5e2eaf, 0x93facbb264f01487f06e9366ae114e929852a6e7a0e66e25578372d00aadb6c1, '', 0, '?'),
(0xe6a6e68cc423a767150159fa9791f9b0, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0xffc2e27a3409f69e5b8548049919808a, 0xad8d66351641d6b45c7ff0579658069fb91dc8ca711eff8047c1bfdb7028d522, '', 0, '?'),
(0xe6a7228670061b3379948840ee2b65e0, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Reflection/CallableReflection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 1, 0x00000000000000000000000000000000, 0x068fc602403960fc2faed1c7ec8f78f7, 0xff7c77fc1d79eeb3d30894fa9aef6ba71b69fe7cc3871763249c3765143c7587, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xe6a8a823b540eae82cf0fc3522a5e635, 'wp-includes/blocks/term-name.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name.php', 1, 0x00000000000000000000000000000000, 0xdaf6e2fd115779f327c6ea2603223ba8, 0xfd257f2fcb0387c80b2292029c0b6d554d025e7fb7a7638417f4eedb43fb3831, '', 0, '?'),
(0xe6b36ea18f1577572b38a5288d78a87e, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/colored-logo-rr.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\colored-logo-rr.svg', 1, 0x00000000000000000000000000000000, 0x85db5f33accdd5cac387f62418bc1f91, 0x20033aa0a2ff47feb83da4336288fce0c7f635fa3a7d1d2c4564ff5a226a8421, '', 0, '?'),
(0xe6b77440f9739875314d22aa7d393695, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/cache-validity/cache-validity.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\cache-validity\\cache-validity.php', 1, 0x00000000000000000000000000000000, 0x5e5bcbe93a713e813a552d7f43684465, 0x78427ae620d42ce657595715f60a2b69ab4de9c2194b3efb9a9e37e3cc141848, '', 0, '?'),
(0xe6b9cc54582203cdcf9f4aac175b9f65, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-portfolio.php', 0, 0xe47ab670596480eb254b2e5b5876acd8, 0xe47ab670596480eb254b2e5b5876acd8, 0x895914b7357a049b74160d7cd03841dd3b948f791a93b2fa2aaa521c64b31140, '', 0, '?'),
(0xe6bc67acec77df8dfc686df797d541fa, 'wp-includes/blocks/freeform/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor.css', 1, 0x00000000000000000000000000000000, 0x845a07107353774debaea829fa69f036, 0x7fef2f696a598a14795a27e93ee02cd858f8408f21e0254c6ae488711fd98dc9, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa8cd62ed8b1280c85362c67395ae1f22, 0xdf8c89d949f952f05cc4b90311d40565a3b87a33dafc51734395c1bed7510688, '', 0, '?'),
(0xe6c1ae309c0bfb61b5899fca3339f05c, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/photos.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\photos.png', 1, 0x00000000000000000000000000000000, 0x24934c78379cc69de7d5130693176f81, 0xfbd4b2646d006bff5f1dccfdfa8aeeed63cd7199364c2ca50b4a3b5b4513fc57, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0xe6d420c06acb32b91f7cb16f85d4d069, 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0xfc6bd51622a9312bac33e6546568a324, 0x10a9e8420cb257ad957e417e954b1745de59dfdca4e3f3c2175b9e3e4b456a80, '', 0, '?'),
(0xe6d95b4c32409c992abbc28282f549a7, 'wp-includes/blocks/comments-title/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0xe6deb93fecee2cac1963a2c70c4432af, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xe9f68c0d06639a95b1427e853a05c4a5, 0x7e2715b291f1c981129ecb63fe12ed2c00572b44e4604d5a11540e59dee10d79, '', 0, '?'),
(0xe6e25f2ad110f14d2ce9778f84711854, 'wp-content/plugins/elementor/assets/js/d67ddd6f08b08392c42f.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d67ddd6f08b08392c42f.bundle.js', 1, 0x00000000000000000000000000000000, 0x6b67ad7f988c03e56f61659de59f8648, 0x58776551cb151929051cb97490c1f7cdd84cba9601299662d50c81e5dc4191aa, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor.min.js', 1, 0x00000000000000000000000000000000, 0x77a0429404d0e8bcb97e71738c7e613f, 0xf03dff3a5bb40c8698bbc5b208d1a594a6670a3c7c01363867dcd511afb0f373, '', 0, '?'),
(0xe6e479cf6ef5dc751ed7dd1daeef425b, 'wp-content/themes/astra/inc/customizer/custom-controls/description-with-link/class-astra-control-description-with-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\description-with-link\\class-astra-control-description-with-link.php', 1, 0x00000000000000000000000000000000, 0x146d4a5b9434fefb517faf07bdf8f341, 0x3b1c3d9a1dca9733c0831becaa2c09215b1a59d6ebd8ad25b6bab3f28b0c624b, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe6e569a0435104a499d9ac2d38fbb4da, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-sidebar-checklist-notification.php', 1, 0x00000000000000000000000000000000, 0x66a37e94044cfc7bc867a116dd0a2118, 0xf215657336712301236bcd092ca55c675c2029ea85650ea9a110637d7a029923, '', 0, '?'),
(0xe6f1d5b3d3643f13f85570b307159785, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xd0a25b297c4e3be1c046905f45c5923f, 0x25db777b691aab3835f15f4b14ac9f84675adfe07c15a25734a24fb62cb1485f, '', 0, '?'),
(0xe6f4380061962c0a3d32300b0c2b4222, 'wp-content/themes/go/dist/images/admin/footer-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-1.svg', 1, 0x00000000000000000000000000000000, 0x9de1555bdd017022339cbec18a5d4df9, 0x29a31ef82b6ee24f745ef94d94513979cc11d1599416d337ee58135c0064f059, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\deprecated.js', 1, 0x00000000000000000000000000000000, 0xa7dea30203cecaedbd214f00461b72eb, 0x31747c02a5bae71b8dd2bc7c1c55faaa6cb290c7495ae0776e9df3fc8e770a42, '', 0, '?'),
(0xe6ff106ade43547295b898d87d30fc59, 'wp-content/plugins/powerpack-elements/modules/toc/widgets/table-of-contents.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toc\\widgets\\table-of-contents.php', 0, 0x8909717d7d320282da4891105add6082, 0x8909717d7d320282da4891105add6082, 0x1de222939f6c5a8d5de92d232798cfb23d87fcb645f3e2b76666fc8672fdaa15, '', 0, '?'),
(0xe6ff3eed381a0b081005ff2aec990094, 'wp-includes/blocks/comment-reply-link/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style.css', 1, 0x00000000000000000000000000000000, 0x386fc3364b52711f1a0db53ce944ec1f, 0x324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9, '', 0, '?'),
(0xe70eec518ae58acd6fea4350deb6e39a, 'wp-includes/blocks/navigation-submenu/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x46e5c7299743e5e7c83b5d1b3c871599, 0x81d1d4ab00505482727f513e16cb184a1822548bfe99a3f17b57bd4ace4328da, '', 0, '?'),
(0xe711589b90bab4c1436ccb138b146780, 'wp-content/plugins/elementor/includes/controls/number.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\number.php', 1, 0x00000000000000000000000000000000, 0x18cfc662aaaf99652ca44b87275039f3, 0xcf29f448783a7c3abfd4cc5d7b7f52e69a6f2687e102d9b1f20954614998e8f2, '', 0, '?'),
(0xe711cc752deffa1c7b039f8d17ffb753, 'wp-content/plugins/elementor-pro/modules/woocommerce/import-export-customization/woocommerce-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\import-export-customization\\woocommerce-settings.php', 0, 0x26fa929bf3efd8a4ad37e254e0f3a994, 0x26fa929bf3efd8a4ad37e254e0f3a994, 0x5240616b84d114362ff5b3399f7b32466e05d3aed2e07889a6e91b8e82050f26, '', 0, '?'),
(0xe715b6500d83efadf71d12cb5cec08c0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\Proxy.php', 1, 0x00000000000000000000000000000000, 0x0c6b14f163de242c96c0766901a4ec2c, 0xcf16f10ea4a8b3dc1ff58b182d8eec7788306cfd81ce1f3048c62ee6917d8334, '', 0, '?'),
(0xe717a5ea7501aade3d7e800b35f0fdae, 'wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\integrations\\integration-information-repository.php', 1, 0x00000000000000000000000000000000, 0x4d63f12d7d3015f1577089b084adbd93, 0x631cec573ec6fd14c094ce270fe44834c901fa34cdfe49191a0388ee701c5c3e, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-pclzip.php', 1, 0x00000000000000000000000000000000, 0xbf1f8ff6c70f39b3f625430173d73672, 0x48fa30937a081c0c9eea400387aeca2e2ff7a4f374defffd98a2a4bfe4bd3394, '', 0, '?'),
(0xe7212ef8a36622e2e6a28006ee24f7cb, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-taxonomies.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-taxonomies.js', 0, 0x243db74b0a1952655bab60e7464578d1, 0x243db74b0a1952655bab60e7464578d1, 0x01b43fc8364c42f06480a13123b13121b0f28ce1ced9f58edeb8d8f77fe06278, '', 0, '?'),
(0xe725993abcd22ee6852ad99570e71c29, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0xe72a4c01e8ecf062094ee76637010f86, 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-index-portfolio.php', 1, 0x00000000000000000000000000000000, 0xf015459e248463e098d2bbb9ecb7f5de, 0x4f4cb2601eafecb3bca6071d1827e15dde278fd1a926e1e4f1e3595cb0be820a, '', 0, '?'),
(0xe72bc0c6f302523b09682be2641703bd, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5155.6e2aba4caccfc11d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5155.6e2aba4caccfc11d.js', 1, 0x00000000000000000000000000000000, 0x3319db40548ab8afe4a0bb57c94223ac, 0x2e68993f152d37383152543e553c97f9f3f6fe3b9bec4283fe593df7e8e4f17d, '', 0, '?'),
(0xe72e9d0a077a1ba0ff5c479f15a9d067, 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\abstract-exclude-post-type.php', 1, 0x00000000000000000000000000000000, 0x15bb7ae297323c705cfbf7dbf3fdad83, 0xdeeac42656c1eb680f9398c13644ddd9eefa5e160eaf3b45a9a1f7016cf06ae3, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xe733174bacb4dabf3c8abe7d1e731d71, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-reviews.png', 1, 0x00000000000000000000000000000000, 0x88398b655e9e601d9b90f478e4fafde7, 0x784d7aa90bdc78149e210532129472a6dbc6ec0bbed10b62fc6333e07092753b, '', 0, '?'),
(0xe735a893e7275b5aa7315e4f1898cbcc, 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\Response.php', 0, 0x9ed031f42338fec757920ce292aa68c1, 0x9ed031f42338fec757920ce292aa68c1, 0x2e1ef2c83677a78d227a067818ea8849d1bf67bff132b630a5cdf8e2ad7630a0, '', 0, '?'),
(0xe73aa23e1fb996f5db1f03a03aa9b859, 'wp-content/plugins/reviews-feed/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\readme.txt', 1, 0x00000000000000000000000000000000, 0x6166ff2be8b67f2e4ae95d2c6def4def, 0x49aba0ee91129caade945e56c04f0eb799159adc48d6e4e9f54f39535d25e66e, '', 0, '?'),
(0xe73e9f34ccd99868737f0ebcfa3acd7a, 'wp-content/plugins/elementor/assets/js/00f53f1b378f6c98c043.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\00f53f1b378f6c98c043.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x07ef95de00d4ce539ef58c46f31719c2, 0xb984552efedc303e19149e2fc121980bc9fbe0e30d904df6fac8dc59400390f1, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x768c34c36e8dc4cccd7f7217d255924d, 0x4e026f2f9e47f14b42dc625cafca354318b95e59fdb3ed4557ad156a60ab4b84, '', 0, '?'),
(0xe749a64f9bb27fcb5903dd79bd7e449b, 'wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\class-astra-edd.php', 1, 0x00000000000000000000000000000000, 0xdd0ff5cb2c56bd31a28e768760b9fd49, 0xa2221560feb09700f499ada8368e01e151a01e5827c739adb75afa3cc80c955f, '', 0, '?'),
(0xe75732531021d63b6119ef268170b251, 'wp-content/themes/go/dist/css/design-styles/style-modern-editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor.min.css', 1, 0x00000000000000000000000000000000, 0x25712c30c942745a7eecb0a4181f76d8, 0x06d0d70941c1750dd898c221203fd783d37e1e7e0a91397d681e35ab9a958831, '', 0, '?'),
(0xe75983355feb67795e797893330aa147, 'wp-content/plugins/elementor-pro/core/utils/abtest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\abtest.php', 0, 0xd689306ca86d8af2568370439f3169f4, 0xd689306ca86d8af2568370439f3169f4, 0x317f22c9c42dd6bcc1f6ca6791474a18b88b8ff885d83f0c321d3ddd399fade6, '', 0, '?'),
(0xe75cf022a74d2ff2e36c1a78b1d69a1d, 'wp-includes/block-supports/block-style-variations.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\block-style-variations.php', 1, 0x00000000000000000000000000000000, 0xf4c2268dab86b90e0fe0b19138968bfb, 0xc34d0614d491dab175069ee8bcd1b55814550c1655f237d7c1bfc03137034e75, '', 0, '?'),
(0xe75f7d176be3e62503d5e142f19bef0d, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-author-presenter.php', 1, 0x00000000000000000000000000000000, 0xadc9dd480f9c5abfc10972e8231774f0, 0x083968227dfb6f27d5c59c077bded654df570afcb583c7478b132334b450251d, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xb164cc52d249a69bfd62b2bb9dd28f33, 0x27e552a491b942c8aba23e8404a8dc1bbc900ca7b02ee9ea2da40e2281b64821, '', 0, '?'),
(0xe76b851eb973a9b0a46157e42adb66ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\MessageFormatterInterface.php', 1, 0x00000000000000000000000000000000, 0xc448554445d5397b95ecf00920876aef, 0x24ba6b964893483428bacbd78b6fbec45d584e65458a56528788335c57a6f8e7, '', 0, '?'),
(0xe7788dce94294e5833752f408c3459aa, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-types-controller.php', 1, 0x00000000000000000000000000000000, 0x1a1bc136b8a28bfb7ddbee2df47019cf, 0x7fa57ea2c0e6a88402491bca4b894230cb4882e77c7ee3694d2ff0ddd96c1fbd, '', 0, '?'),
(0xe779eadf8ef6066df1099998e3e8918a, 'wp-content/themes/astra/assets/js/unminified/style.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\style.js', 1, 0x00000000000000000000000000000000, 0xd11a99a5ba7e973f04642102e38ed8ff, 0xb6c6c65f68277ee9ebcb3a2c779f59c267973c069d6def917f14cd3a6cdc190a, '', 0, '?'),
(0xe77dd5b0b4c65154b63b03a8bb553cc3, 'wp-content/themes/go/dist/js/style-editor.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0xe69704c9be3e411cc58ceeeed7162481, 0xd8cc68d51e8bf0fcba7e8a8ba11909cc93aaae3735d7a5260422544a23b3371f, '', 0, '?'),
(0xe7931ada73f52066f1c29e91dc8a8a74, 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\tada.min.css', 1, 0x00000000000000000000000000000000, 0xc4849afd1bd2e6c156ef24796bb3dd98, 0x802ab52990d38b29b90b70a2ad7fd67e3d158010cd0191c6b93eca0eb9c5bb13, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0x8e4ad92ac45cf856d155193bd5c84e20, 0xba07a40ca3a6d432fd90fe5ed0738a85ede46ed0273898a34fa387da0ddeef9f, '', 0, '?'),
(0xe795b2f88ab22a097a2c1b6c38d8811f, 'wp-content/plugins/elementor/includes/editor-templates/repeater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\repeater.php', 1, 0x00000000000000000000000000000000, 0xccd7c9272bdc6d4421fd66f20fce4c7c, 0x1962bee028acf7c1288c9e5ec41bf960de0f3ec8251e2352451308e2041c52a2, '', 0, '?'),
(0xe79a1aca49f0f31b9898edb08a1299e9, 'wp-includes/blocks/social-links/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style.min.css', 1, 0x00000000000000000000000000000000, 0x5aa90678c00df67ebf051a55bfbcac7b, 0xa39794a2cc81052110ee0214cce3a19397f186f28475bd5f04f55ed219f5483c, '', 0, '?'),
(0xe79b7e9de9fe83b21eaba239fed2da1d, 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\semrush-logo.svg', 1, 0x00000000000000000000000000000000, 0xe09d438adae4cb8d4a110bcaaf74c94a, 0xb6a9ffea6d37b41bc25fdd21ef91f7b45d7bd0f555c5adda40ea5337572ca93f, '', 0, '?'),
(0xe79c94da0b03632b27c190a844fd8f14, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Exceptions/ServiceException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Exceptions\\ServiceException.php', 1, 0x00000000000000000000000000000000, 0x34cff1cdc1b2da6422316d456a43e003, 0x984a5f4f128b730d6f6fd3cb5e98f72d4a70644f63e40d97b1dadd1a9e389bab, '', 0, '?'),
(0xe79e732ad7fc64a27a702ba89c5218db, 'wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x9c59192344e2c919e181a9e0438b381a, 0xf18dbaad45f720e9b7aad910eae8315340e4c433c065abc05ee846276b2fd444, '', 0, '?'),
(0xe7ab7b8b20c754b3df95f940380106ca, 'wp-content/plugins/reviews-feed/vendor/composer/InstalledVersions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x0f6c29760677ff682e8976b7ebbb3aa5, 0xb941a2dc208bf19b342fec21902a3cb462726742530c7ccd8b0e01742c3a1641, '', 0, '?'),
(0xe7b5f3f54507333dc4155e60d116c55a, 'wp-includes/utf8.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\utf8.php', 1, 0x00000000000000000000000000000000, 0x3602e595f12f9716369b3c90a93e543d, 0x5d6a6bebf1ce611ca3ee6c3ab7b7d5a314adcfbb397ebe51482870d82f1e4b60, '', 0, '?'),
(0xe7b96b4eedb73e74f1e42cf5d1ecfda5, 'wp-includes/blocks/file/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb854cd771b1a2b8ec5e935637498f895, 0x50a5cc977a9933dd30783dcf6c879fd60d050b309525666512f5677816425eac, '', 0, '?'),
(0xe7ba1fa21d510c2ea46f872a5b72ba63, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/customizer/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\customizer\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x5e2ec8d8d98f7ba92b1db680c80974ba, 0x52261b5439f477b45e77cf62c0f7444c8eaf3837902fc7c1aa5071eb10e973e1, '', 0, '?'),
(0xe7bcd63341031d9f348be2e32cb9fc20, 'wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xe7bd3601c45369efeac70dd9846e54db, 'wp-includes/blocks/comments/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe98ee518ca8b729547421e49a5ec15f, 0x3ee30045966978fb60492b702b898f9f9272e754f98ba16606873342084861a2, '', 0, '?'),
(0xe7c0f9ed1ee7f366c242a2320f20429c, 'wp-content/plugins/powerpack-elements/modules/author-list/widgets/author-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\author-list\\widgets\\author-list.php', 0, 0x0c61a33d773cba9618277bb5b1b9d5d9, 0x0c61a33d773cba9618277bb5b1b9d5d9, 0x0c7421ec90bc37a71110cbae4a982ff4c997e683b3cafc0b1b25d847db1d31e0, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 'D:\\laragon\\www\\genesiswa\\wp-activate.php', 1, 0x00000000000000000000000000000000, 0xc0c58763e39643834a2143e16e56cb93, 0x5d3f3378e4bde2fb83994a6350ae88d1a064c1cfc5554c89804a53458af125c5, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\formatting.php', 1, 0x00000000000000000000000000000000, 0x218eb4d94a076e494413c6b3d5cb106b, 0x73c034f9c34fe3d7e2c0384c13458a562179f74e603e2f66d2c3fcab3d8234a2, '', 0, '?'),
(0xe7c631148503ca5d1eb8cfcab6ba0aba, 'wp-content/plugins/wordfence/views/scanner/text/issue-skippedPaths.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0xf7a02afde5b98c981fb561259d9b746e, 0x732689f523ac9541577dcf49f8f690492f4b0d20131864dc945336b1e97fe12e, '', 0, '?'),
(0xe7ccdfd24b80b9a9354a89331282cfa0, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x4a0e387b108c232522efb67d73fcb369, 0x02529c25eecfee469f2e2267090ca57f309e51d0210c7f9bd4e903188b077cd3, '', 0, '?'),
(0xe7ce90a8c5263e42b5d4c5feda4099c2, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\baidu-presenter.php', 1, 0x00000000000000000000000000000000, 0x76139d34f5edf2cb365963b122b6928e, 0x048cab6c11c21733c976081d75c4e2651b0fec52fe5724777b507b32c5107d60, '', 0, '?'),
(0xe7cee211e03f1c222f8640ca38c6b729, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x62ec9ddc1bd365969f56a24d7e630289, 0x4dfd3332e7fcfea53ee64f6699f9d290e352b88a105888b89c5484b1ff638f57, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x9496606c15a420572b251de4868a6b63, 0x7ddfccb6a867a4c075770c601768b666dfde466f7a8c2c6472722c7f2c13751d, '', 0, '?'),
(0xe7d467110ed04ac5343fae4fec6ad387, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/map-loader-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\map-loader-interface.php', 1, 0x00000000000000000000000000000000, 0x75c1be5588563d6084369e2513a14d61, 0x4c9417c1d6a6e29c8d5ed0856c5f881b9558a57e15499036a7be4313c2d4e830, '', 0, '?'),
(0xe7d5065ba46405f8f64bdfb3dd7fc317, 'wp-content/plugins/elementor/includes/template-library/sources/remote.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\remote.php', 1, 0x00000000000000000000000000000000, 0xd02b83a523e2cfe4ef11085ab1c6bec8, 0xd9f82ff4f88413a0ce899470f6a0093459c179a9079ecd08d060dc1e5d61a843, '', 0, '?'),
(0xe7d64bc1510450ce3e4596ddd2e36e69, 'wp-content/themes/twentytwentyfive/patterns/vertical-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\vertical-header.php', 1, 0x00000000000000000000000000000000, 0xe18f04d7db1f7aff156ebbc0751ae617, 0x3df4b196bc97f177ddaea7a384fd207a79a191cfa99855492898da1c3847a897, '', 0, '?'),
(0xe7dcb701ce8a7565709471f50a67e491, 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\isolation\\wordpress-adapter.php', 0, 0x16f32edb5afa50d2e9182722b67f9dd8, 0x16f32edb5afa50d2e9182722b67f9dd8, 0x24ad7ff23a62d1d74cf0e377bd7175d21374c6ecbcc8c903b6a07d599b898c4d, '', 0, '?'),
(0xe7dde29feabfa97bfe956ec67ff650f7, 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\crawl-cleanup-helper.php', 1, 0x00000000000000000000000000000000, 0x2d40290694761caf91cccebdd2d4884e, 0x94febc8b66c30c9b7042324e19517b49fed03ef27e4ec3226e3406da78a5e5f7, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.css', 1, 0x00000000000000000000000000000000, 0x80020aa2932638e36035503a983160d1, 0x51705f2c1a3a5aab9481e6ceef3289353ea117d225083f964ae0aa8b82a91d71, '', 0, '?'),
(0xe7e7517a52f880fd66943b4f295b827a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x749d507fd9a9a14ef2f166d6f536c49d, 0xa492c29bfbf1d8ab6e344093cf62e183f3def5cc17378e1780a87c2c56cc7cd5, '', 0, '?'),
(0xe7e9bbf0351252cd7107f1a41a9058c8, 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\pagination-helper.php', 1, 0x00000000000000000000000000000000, 0x454fac27d34efb8c834ac4e1e756bd62, 0x65d0e933e4e711735eff6c609ed612190612e662f60b97f2d43821d0a33680dc, '', 0, '?'),
(0xe7ee8a62565dde17d01e7a29ee8a4008, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-buttons.php', 1, 0x00000000000000000000000000000000, 0x5fcfe5ace00f23ee53fe54b7a516c674, 0x50ed7cb91197744a5dc83746f85ad0b264e8cd445bf1247c1744ccda5684767f, '', 0, '?'),
(0xe7ef5a22855f4089be2934fecc71c774, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\social-data-provider.php', 1, 0x00000000000000000000000000000000, 0x820461e0419a281f536c9c1e85339ca4, 0x0f49f4485ed10c55911f0f01fe859af90944a7ccce281b9cf1ad3b6e60a58c9a, '', 0, '?'),
(0xe7f161a52a39953b84af2c75b3f95bf1, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/instagram-feed-widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\instagram-feed-widget.php', 1, 0x00000000000000000000000000000000, 0x2bb83cf036358ddee214027ea817c969, 0x39065c03f24ee0efcef84b0e2284ef715b2bbad0cd6ddd0ab3684df7134ebdb0, '', 0, '?'),
(0xe7f69ef82c2297460b4cc557ddd7b9cf, 'wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x60b073761469fccfd92ff4f3c9ad736c, 0x1aacab66ba2462a1a8f9b938fa9545005943bbb33510be461e8aae47e3614fd5, '', 0, '?'),
(0xe7f80f6d7db1dbf74271c0e24b90e16d, 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-events.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-events.php', 1, 0x00000000000000000000000000000000, 0xf4c281fcd2c93ecaca6c8a569ef5d602, 0xaae4219e6c9a026e0465e0daf99aabc3f7f62dae621b2aadb2e2e5da640fc8ff, '', 0, '?'),
(0xe7f98ae8e908e21229307bf1a4cf789b, 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexing-helper.php', 1, 0x00000000000000000000000000000000, 0x7552ed4c3bf15e1840b9b938574fe7cf, 0x7647c97a18a8c33d6c9c7009a0614144d2a0f7e17e0e2c773edda15c6f416b89, '', 0, '?'),
(0xe7f9f209e15370583682f131587cd3d1, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigTest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigTest.php', 1, 0x00000000000000000000000000000000, 0x74ab8670a13dc3a4ede1c0c0c6ba9933, 0x455b4b2ce0b77f75c2ae35d0c818a7e94d3343e89b5f8e5ad83ce0927193f7a0, '', 0, '?'),
(0xe7fa7ec61257b4189f53ea7e10b151c0, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\yandex-presenter.php', 1, 0x00000000000000000000000000000000, 0x083507261c48e54aee8befee98bff6c6, 0x47b6055751654e7e54bab44548c1cf73c86ac4e28e70c422b8056e8a8c84c6ef, '', 0, '?'),
(0xe80653205913f53c39287421344864ba, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Textarea_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 1, 0x00000000000000000000000000000000, 0xea699f6ef93e63780b006cf5bfb6fa06, 0x86792b5a0ca2f2d940e9d1d6aaa9c5a2f826cd1bd4d08b741cb6405115197ff5, '', 0, '?'),
(0xe806a7623a9c0196821c6a3aa668370d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/820.1d52c3140cee3b77.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\820.1d52c3140cee3b77.js', 1, 0x00000000000000000000000000000000, 0x576466b1cb40b346c524ffb690f0e91e, 0xff77c36006a4cdce343f2161e145454874aaaf85e02d919d496410aca97e3aba, '', 0, '?'),
(0xe8075aad8f4d91fa70785cd68799f54a, 'wp-content/plugins/elementor/includes/widgets/counter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\counter.php', 1, 0x00000000000000000000000000000000, 0xdc9e6d6ead51e909af594af642a6dad8, 0x88fc7b9d666b8eae2c85a3875b521142a4b5d3987c66d86768b15bb1fea1219b, '', 0, '?'),
(0xe818b817db7fc92ce82fc0517a2f0c37, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-transformer.php', 1, 0x00000000000000000000000000000000, 0x5f3374031626d3ba3dd09cb813b7d352, 0xc678ca3d7113f942a9a1e81a9285ea2bbbb6c6d47dd975e6d9fda4307d060b17, '', 0, '?'),
(0xe81bf5d7963f1bba344e892d0bb80c13, 'wp-includes/Requests/src/Exception/Http/Status417.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status417.php', 1, 0x00000000000000000000000000000000, 0xf3ac936e4cbf85c12ccc5578a3d1cd28, 0x400276b10841ba04aa5ab38f37c817c4c358b542ba2dbfbb256f759f68d73570, '', 0, '?'),
(0xe81fff0bf4995ee6d8737c77a64cc307, 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\researcher-languages.php', 1, 0x00000000000000000000000000000000, 0x3c1a3494e6738833d6b035279ecfc938, 0xb95da5eee551feaf0a789d77794140aca213d48fa508e976d2d102122a659c16, '', 0, '?'),
(0xe822a31c6a2b52fee5aac7eba2430967, 'wp-includes/Requests/src/Exception/InvalidArgument.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xbe0bb752251cba0fe639482619469992, 0xcf4c62be177615fddd475a9c08a76a27acb0b28b3c4b23b74a99a5d19353e9f5, '', 0, '?'),
(0xe824c10aa2d6d974054a1604070aaa79, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/TokenParserInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\TokenParserInterface.php', 1, 0x00000000000000000000000000000000, 0xf3fd1afff0eb1bea257f47b24ced5569, 0x5e676859c65f94b02283be8aab0968cbd413139e31b655ddf3fa73a7a2bd19b0, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\core.min.js', 1, 0x00000000000000000000000000000000, 0xda215ae12b95b3aeeb2047667016c7f8, 0x0fc66f0613d56584ecec6c7b44c932a153bdb3459c873709382d1c9a1a38619c, '', 0, '?'),
(0xe82a1d28b5989114e1e54b3daabfa9a8, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\part-upgrade.php', 1, 0x00000000000000000000000000000000, 0xa78a9da8b4d88cb6ad8321c4cf6e4b16, 0x4cd497e8778ad8fc624b835056751d6d13610c888addbfb16d13db1a475a87a3, '', 0, '?'),
(0xe83042c509e4d71e10582e892951d622, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\module.php', 0, 0x54be8a783c1c4fb3b150517e110d7a94, 0x54be8a783c1c4fb3b150517e110d7a94, 0x91714956cf71d90c396f6294140828044eac2d6b62739c864b0784768a85ce81, '', 0, '?'),
(0xe83bb9ff30d08b2c1ec1baf708aab05d, 'wp-content/plugins/feeds-for-tiktok/vendor/autoload.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\autoload.php', 1, 0x00000000000000000000000000000000, 0xfb0ffb1dd6221f930814f060965834dd, 0x9425b20c04d8104804719d7eb44ed82017f0292c91b4356f5ad6669ca7fa70f3, '', 0, '?'),
(0xe84498fb3776e1b7a96c3c6d9a9702a9, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-word-filters.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-word-filters.png', 1, 0x00000000000000000000000000000000, 0x864d178bf833f2f6cc7eadd8fda24d3d, 0x915f6fb98187314a14f0dd5ff72b9c3d3d5da4370ce28ab4c4cb5bb0eefbd43b, '', 0, '?'),
(0xe848785ed53ad8220782fa5cabe5e72d, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-readability.php', 1, 0x00000000000000000000000000000000, 0x3ba5bae06c18b0d428eef8b31745b178, 0xf1ddef1a941abc83852540faf74ff2da0ee603267b077fb660640f8863ff3f15, '', 0, '?'),
(0xe84abe31176b0584d0fff5c6ec241c8a, 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-free.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-free.svg', 1, 0x00000000000000000000000000000000, 0x2fc2cce9ea3be3fefe7ae176f9bbca2c, 0x2d107dc257834ade0dab342b6ccf8418174dc9f2ab566e221ccf93529a4925ea, '', 0, '?'),
(0xe84f0e0314f303e90e83da56b731ec80, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Customize_Tab.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Customize_Tab.php', 1, 0x00000000000000000000000000000000, 0xc9efdcae6bdb1797a369d8bae19f2167, 0x8447d39d57766f6ee62bd01b95de506a412bdb83bda4b118b516ca7745ae3cb2, '', 0, '?'),
(0xe84f2ee96e5fc8378eb90bd7c48730d4, 'wp-content/themes/astra/inc/assets/images/img1.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img1.png', 1, 0x00000000000000000000000000000000, 0x2011b26de5335532376170f0b0e37343, 0x28b6f5533e726e94791779dcbd6ead5756e9c9c65337e5db1e2cde4e6a78d54a, '', 0, '?'),
(0xe852a70a5a42ce40b531cb683800f2ea, 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-partial.svg', 1, 0x00000000000000000000000000000000, 0x43d5bb28d5ad7d617226a669ebe5f563, 0xd50edd507ae4fc4461b11cec91af2391a14e7aea81b5ecfbda1d8e829f5e0afb, '', 0, '?'),
(0xe852fc52f4f3dbf0b5367fac9b2b8166, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-06.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-06.jpg', 1, 0x00000000000000000000000000000000, 0xeb129913199fd91181fe9acbdd71d840, 0x895c611c16d5100fa32647278fabc9b8ceb55c63af343f50451c9b668939f4f7, '', 0, '?'),
(0xe853d90e4992819be323b8b5a005297c, 'wp-includes/blocks/quote/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0d1c01ce355fe07e04077c636efeb609, 0x878ee3491dffb945363ba557f4263e9e8f3c00de6360250a15cc706a7a6b5475, '', 0, '?'),
(0xe856a1ef662522314cb55df452feb579, 'wp-content/plugins/backup-backup/admin/images/stg-new.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-new.svg', 1, 0x00000000000000000000000000000000, 0x2b995a5e454027c055cdc83cccf1d7f8, 0x21f575c96bbfa2fa85a1980487bbe5bbd407c42127b3dff52350f1a4e067a3d6, '', 0, '?'),
(0xe857d83cc0928e2920ced7629bce48e8, 'wp-content/plugins/elementor-pro/base/base-carousel-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-carousel-trait.php', 0, 0x4f50c774ac4d1d466ab8b2ad072c92d6, 0x4f50c774ac4d1d466ab8b2ad072c92d6, 0x482d9b29a4febc702107de470f55725ebeb2263032b177bdac2b53a2a8c99715, '', 0, '?'),
(0xe858c600c31b40bb51bc93183252c841, 'wp-content/themes/go/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\functions.php', 1, 0x00000000000000000000000000000000, 0xf25653131a2d455c52f3f39a89c58f8b, 0xa2e083699fbe49dc84ed64f3767531b3d2e820ea6d7844261306f67970cc8e36, '', 0, '?'),
(0xe85b083b9cfc8eefa533164dbe53210f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0xb0f43c459cd19925dfc426a34eeeb258, 0xe25d6b003f2ea032db1e5340378b3fc3a9abf0e8ff75e130fc7afd9f92aa3ea8, '', 0, '?'),
(0xe85f02224deabd50a4b87e9a1c7ea8c2, 'wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-heading-search.php', 1, 0x00000000000000000000000000000000, 0x071e2a4b067d1d1599640bc1ca41a635, 0xb2656d3b9dd25ff46a34a607cf3b237b36d9f36072d270f047809a2547cf3818, '', 0, '?'),
(0xe8609c44c24eb027689eefa0f8b89364, 'wp-content/plugins/elementor-pro/modules/flip-box/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\flip-box\\module.php', 0, 0x8d09eb84bcc6b52ea2bb4978b507333f, 0x8d09eb84bcc6b52ea2bb4978b507333f, 0xcc3271d0e6725b41cdb05654d5b3d30eadaf424692fe265b2e9157985070482b, '', 0, '?'),
(0xe863757e42ff212f56d659756bddb693, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid.svg', 1, 0x00000000000000000000000000000000, 0xbf4487f4d005822204944d07e2f893a9, 0xa106c5c43de4efccc144bcf32e79c6c86b4f67351d235d28b3f2b36adadec89c, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0xe86ae1c6bd9a6c9aad2f3b5c28efa647, 'wp-content/plugins/wordpress-seo/src/alerts/application/indexables-disabled/indexables-disabled-alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\indexables-disabled\\indexables-disabled-alert.php', 1, 0x00000000000000000000000000000000, 0x9fb0be3ffe915138e52a9b2ddb724e09, 0x2a06ca6d8ae2623f8407b20d96cf5587228414dc7bf430f63f538904a11b5b24, '', 0, '?'),
(0xe86ddb74f2b573dbdea438961b55aa72, 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-verifier-handler.php', 1, 0x00000000000000000000000000000000, 0x8f21691a63ecc6bc4a8449b95c5a597f, 0xf855a906cf2bd428cf47415e6019524702628efa9ca6bb31bb584f8507bbc711, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0xe879d5c417c43c7ece361df3fb5af3ab, 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-archive-portfolio.php', 1, 0x00000000000000000000000000000000, 0x8ac981cb710cf2732d9b413e5e7c8355, 0xb9f999fd7201c3417ed7af5f2c1a987aa4f08ea299a7ba8fbf000fc2dcf47d7c, '', 0, '?'),
(0xe87e401866c3523f245bacbba2ec75a0, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nouislider\\nouislider.js', 1, 0x00000000000000000000000000000000, 0x0e6f6290f91604966779a997ab0fd0ae, 0x9ba4ecd6bc21befebb29f5e4a424b497f97afe8d5d62b0b7745204cb951ee468, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-IXR.php', 1, 0x00000000000000000000000000000000, 0x32b14886380b96377142a1d70ebe3c63, 0x573a42d6e27969fccf989ee67429da84f3e06cba4f124aa3c2bc02121defe6f1, '', 0, '?'),
(0xe887244f38aa368c04c0cbf650c987fa, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free.asset.php', 1, 0x00000000000000000000000000000000, 0xb8dd0d917a3d1ac39cff20363b99f3e9, 0x4424ece7d742b11966c1e11e4b41059de41b17be81ab293c7f0268c28b139621, '', 0, '?'),
(0xe8887677f310a44194f1c09a1259d87d, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-2-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa59f71c726a50b7fc3247be3e6b0b7f0, 0x87e3da4d29d9dd85b03b1faee4f9814435b434593ad99d6f2d79571bc77bd922, '', 0, '?'),
(0xe889efb97f7195e6384fba04cf3bc341, 'wp-includes/blocks/shortcode/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa83e60b1f859c7f3fdaef93c018a18bf, 0xf5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391, '', 0, '?'),
(0xe88b5028d2f3fcce015eed4e75bd4994, 'wp-content/themes/twentytwentythree/screenshot.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\screenshot.png', 1, 0x00000000000000000000000000000000, 0x003ba6ca2329379f57573a489d2084d8, 0xf43266b0df7cd17a57a3398332b1cf15ce34276737d09bf07220edf49e3b78db, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xec8abdfaa006636e7f769fb9dd8587e6, 0x62733a738f2cbf9d965f491468f923f43dce26a23653c29996f81a3f0fd434bf, '', 0, '?'),
(0xe88f5846fb289987c9466110428ffe3c, 'wp-content/themes/go/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\footer.php', 1, 0x00000000000000000000000000000000, 0x65d81aba93ff6219428667bd92792895, 0x23c6c5e57ff96da31352ee99d74daea82944db040e2c62095d6ad2e67e2918c7, '', 0, '?'),
(0xe891f773d958d233b61cbafd66cafd24, 'wp-includes/blocks/file.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file.php', 1, 0x00000000000000000000000000000000, 0xca23a73ac4959106eebfade47c094146, 0xab9da6bae89a416e8eb66c863b46b24448f41a893fb590347f5c46c42556bcb8, '', 0, '?'),
(0xe89789e816ac5825f4a7202090802a9c, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\success-banner.jpg', 1, 0x00000000000000000000000000000000, 0x956fb6b094b9b3015abe9b1c91741e9d, 0x3e120dbfd4be83178375a37a64f02150e47b506938f7dec89550c9c8307570c5, '', 0, '?'),
(0xe89a5a910ec844031ad2b681e286f335, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8567.81dfd56a19c80d1b.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8567.81dfd56a19c80d1b.js', 1, 0x00000000000000000000000000000000, 0xf39fb58f5862a6f2d14bdbfc54c0e6fd, 0x57612bc595c6070bd0bf4cd4e5b9778f2fdc365b293d3c471275ce0c6e7753c4, '', 0, '?'),
(0xe89cafbdbfdd655523f1ec088cc0811c, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/blocks.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\blocks.js', 1, 0x00000000000000000000000000000000, 0x09ca5717d293e1d6b20d3c1eeccd8779, 0xc9c679a60e1bde0460e70de673044fbb4f0cdaeb696a19249f835a31aa75a8c3, '', 0, '?'),
(0xe89dcd65ebc8abc38654e66bdf8726c7, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\filters\\class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0xdef2bef0cece7b1b5d075a9255388d01, 0x27c000927d954952cc160de51c2b985e1611c03cd7e7c09dd529b778ca897e5e, '', 0, '?'),
(0xe89e4e0f01ccd407c6ab30b9afcab358, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/onboarding-wizard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\onboarding-wizard.php', 1, 0x00000000000000000000000000000000, 0x004cfae63f05688abba0cde3fe30f795, 0xfe3ad987c12dee9bb8a98ca0db60d347d717698ecd271ea589f049aadd17bf08, '', 0, '?'),
(0xe89f5e040786d0b02e6db5d4ae651f7e, 'wp-content/plugins/elementor/assets/css/admin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin.min.css', 1, 0x00000000000000000000000000000000, 0x4b76679d6261ac2251d9dfbaad713390, 0xa7ca9e08350d5411014cb05bd9513dd13dd7caf9298f0a2b1de3b04f4bbf1b49, '', 0, '?'),
(0xe8a401dd678c40f469226be8be96e233, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/filtering-strategy-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\filtering-strategy-interface.php', 1, 0x00000000000000000000000000000000, 0x576b324d1185e9574eab83ed57620b30, 0xb9163875386527dd3ae6f709a4b4dcacab7422bef6eae8ed01fa13645a3d35bb, '', 0, '?'),
(0xe8a56e0f9004e15b3dfb4c38739db69b, 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-if.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-if.png', 1, 0x00000000000000000000000000000000, 0xe9a369d427e4ec18c6e688ac396e5743, 0xa162400e1d8f700afb25ad5757c4406f95dbc6c7300515869572c19e4a7ced60, '', 0, '?'),
(0xe8aca46ae1b6d80e2cd0d31ef0db3d3e, 'wp-includes/blocks/site-logo/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0xe8ae0977f4c31a69e0d04871314d94e8, 'wp-content/themes/go/languages/es_ES.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\es_ES.json', 1, 0x00000000000000000000000000000000, 0x068974e7222990a872f140ea77a871c0, 0x9eb56ab2013361c8bb7d28a49fbb655b34ab56cadfb75027424c8f0f7c1848d4, '', 0, '?'),
(0xe8b69c58eafeb5c7e90dd9b2885a82bb, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.min.js', 1, 0x00000000000000000000000000000000, 0x31a31ed2560b969838e9eee8a4e5ae9b, 0x6b6fa9bde16c5c31f3907811fbdd9beebffec5b90184081c298b03d147d40ad7, '', 0, '?'),
(0xe8b6ff06568c505b7740cec44bf63c67, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.8391e03a51a57a42528a.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-checkout-page.8391e03a51a57a42528a.bundle.min.js', 0, 0xee98d99ede0c23db56370fafaf932e08, 0xee98d99ede0c23db56370fafaf932e08, 0x83c8353fff76ac2a8b7e826bcd298fd30c2c232379c841ff607e9af0869a5b4a, '', 0, '?'),
(0xe8be8e302b4e79a8e48a3a1fbec33c68, 'wp-content/plugins/elementor/assets/shapes/drops.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\drops.svg', 1, 0x00000000000000000000000000000000, 0x7c87b195597ae2a2eb9d3618a1de3b79, 0x547e76e650ab3305e02674a3572d95aff8ef830209b09b17e7544ea971419b93, '', 0, '?'),
(0xe8becb9dbc9fb6e3ce20666558574e88, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\white-logo.svg', 1, 0x00000000000000000000000000000000, 0xefd7d25a99f1133f15763c82548820dc, 0xdaa82a2b736bb01eecc7e39cd1bd314fbfa3f18315092e957d5698d6245ff5ef, '', 0, '?'),
(0xe8c2a6d75412f3672101450b6a6170bc, 'wp-content/plugins/mousewheel-smooth-scroll/js/lenis.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\lenis.min.js', 1, 0x00000000000000000000000000000000, 0x107f665cb0f9a67d353a62b4766779a7, 0xee5f922ac02e090535570eccc187a79639d662a20419267782d10ec657564e69, '', 0, '?'),
(0xe8c8f76e523c17dcb77d865ce4eeda0a, 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Settings.php', 1, 0x00000000000000000000000000000000, 0xa8b85fbad6960d9f83e3f9d960928e3a, 0x400798a4a4dee79ae2ccd929bd09da43d6c256b6b3b8cf7205cfa61cba37f6f0, '', 0, '?'),
(0xe8cff451d9566ea4b74fedc646bc95d1, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/SandboxNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\SandboxNode.php', 1, 0x00000000000000000000000000000000, 0x6bf1821b78066846d324f6125933b837, 0x3852ec14c8f8d2458bf37e846305462d5a45c4ce5163f8723957c98024908901, '', 0, '?'),
(0xe8d1bdbb713d63fb07599a32c9af1bc0, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/ClientException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Exceptions\\ClientException.php', 1, 0x00000000000000000000000000000000, 0x30cfa64d58e6e71b329cac4f6f1ead7f, 0xa98807613d306cfa60d15686d307b2241ce94a9ba4059999c294b46dd11a6b53, '', 0, '?'),
(0xe8d33731cf8f1807ab9d43e47e97b16b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-filters.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-filters.png', 1, 0x00000000000000000000000000000000, 0x0c48799557e2e728de3404fab17a8b86, 0xcee46ab1ef6a77389b255d62f52bd92ff5c4da806d7927855730d5ea6b234d26, '', 0, '?'),
(0xe8e19bc5c157ce7fe317b6e93a9d865d, 'wp-includes/js/dist/primitives.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\primitives.js', 1, 0x00000000000000000000000000000000, 0xdcc639bca5d09a1a87615d8020b1db39, 0x6c263a95a371f60b3b4fc94a345c69ce26cf11289b35b7986468e743be7aab29, '', 0, '?'),
(0xe8e9aeb6717486a7fc20c31434630652, 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.js', 1, 0x00000000000000000000000000000000, 0xb0ed4a90985d45c6195288469a619c5d, 0x0fe9d3dd5e97f27761f41047b37b2731a84c4b8f024ab6ac797da5a1aaa141fd, '', 0, '?'),
(0xe8ed295146e244efe9cc38d8f1402cd3, 'wp-content/plugins/elementor/modules/element-cache/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-cache\\module.php', 1, 0x00000000000000000000000000000000, 0x3d7f112b207a82fc04fdb4c7a93b3e43, 0xfbd892719a8fc9f32269406833ac371f8427d94e1219c77e584579e5a08f3e31, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe8f1124ed25a53d2f83a705c63e0c450, 'wp-content/plugins/powerpack-elements/modules/gravity-forms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gravity-forms\\module.php', 0, 0x26fb415991841f55f4b105cbf2558462, 0x26fb415991841f55f4b105cbf2558462, 0x84d294797bd226eadcbe60bdf9ec7870253db0a0e76eec0c068811d8c9e4a3b2, '', 0, '?'),
(0xe8f21f0c3c7cc686332308a760ae7d8a, 'wp-includes/blocks/separator/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor.css', 1, 0x00000000000000000000000000000000, 0x6d6650fb2c66f3271dd7bcae744f6751, 0xbb8f38e0e39c7659a7eacd9cef207bb66b7a669e377b2bbed5fa11c1d4d77fc6, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0xe8f2d304be1bebdc48e931230bf14504, 'wp-content/themes/go/dist/images/arrow-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-left.svg', 1, 0x00000000000000000000000000000000, 0x6158365a0f79a2d945f9e6a726032723, 0x8be29f9d069993a9d8bfa099c54e4d7be6c0186406c760139344b2753aba534f, '', 0, '?'),
(0xe8f4889d5f8ba4c73fbe3c6da9f8e8e5, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-10-render.php', 0, 0x6c4c512e06cfcf3a52ea63b2be52fa4f, 0x6c4c512e06cfcf3a52ea63b2be52fa4f, 0xcb4206e006c44881ca5e237538f9bde412a7b6786fe400107e8a7915f6aebd30, '', 0, '?'),
(0xe902d425f5e064aca35b46c40d05cace, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xa0750dc81de22a38dcfad9b7b84bf345, 0x1356300103368d5e31119909adb321c8af2260bdf06c4735dcbb7334dfd15a3f, '', 0, '?'),
(0xe904a5902ef468fb7aa366f6037f90d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\nb.js', 1, 0x00000000000000000000000000000000, 0x9eec30f1b418b1bd2d272f0f74dd88fe, 0x990af4c73cbd43c41d254ae5fab44476724b3431c45a4d5ad47a9cab4026dee0, '', 0, '?'),
(0xe9061884038fa694f352c594307d1992, 'wp-content/plugins/backup-backup/modules/backup-banner/misc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\misc.php', 1, 0x00000000000000000000000000000000, 0x92318ad38d98bbfbb8b1e508cc25026d, 0xdd532b56faeef78b0d918bf822ba2e4c870bb358343dcd0ac680819ef2485eaa, '', 0, '?'),
(0xe906b155a90c4d558fa512ada924e417, 'wp-includes/blocks/latest-posts/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style.min.css', 1, 0x00000000000000000000000000000000, 0x6689fd7d086d9e8b2fe27ab116aac41b, 0x93bcaabf3f79e5e28ca724910ffeefdbcfdff8556c948c1455ce78e9585907c4, '', 0, '?'),
(0xe90b4124fdd3103ed6c7dd0254aa832e, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menu-items-controller.php', 1, 0x00000000000000000000000000000000, 0xc916796ee6e24fb408e75845a2ceb068, 0x10531a46ede05cab0ef8664a6691886e5b0813401f9e4e8240f8912157abf286, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x01ff95537e37f1400573590300ec7cce, 0xe9df932e663b83657e8ec807f02fdc13603fddd80323fa166577685572002785, '', 0, '?'),
(0xe9140bb5e5b060e95135079987e1afd3, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/StagingExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\StagingExtension.php', 1, 0x00000000000000000000000000000000, 0xf00a43e0ee04e68b36638b39bc99ffc3, 0x31d65a3084ca2ebe66ffc01f90f1d0e836f4e99a27a9f12702d187c5ce51e3e7, '', 0, '?'),
(0xe915b089fc2d893c58261e974b5063f8, 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\social-icon\\class-astra-footer-social-icons-component.php', 1, 0x00000000000000000000000000000000, 0x87d832d554a7fe1ac201345954f42a7e, 0x04670533ebb65c400e190f3229d9ea9da02d9f5d5ddcde7d589925f6d5b286ba, '', 0, '?'),
(0xe91849182f9c96ef832f9c17b634a4fe, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/exclamation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\exclamation.svg', 1, 0x00000000000000000000000000000000, 0x7096b637d7acfc942ecc4c5028873f43, 0x99d6f6a8ee03bfd8a27deaa799c261c1e216221f152227829c380135dd45176e, '', 0, '?'),
(0xe922dd864749abf5684e1098a6ab5e8b, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-hover-intent\\jquery-hover-intent.min.js', 1, 0x00000000000000000000000000000000, 0x235a6659ca7b430ccdbcbc412ddc50e0, 0x8cf3e0366375db0d1081513ae97f241b8017a5a4963382fd16dafa950b0b7f6c, '', 0, '?'),
(0xe92376072429e21b44aa3df6aaef337c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\from-url-condition.php', 0, 0xa080f1ff32e5433bf436e3258578c68c, 0xa080f1ff32e5433bf436e3258578c68c, 0x8e9236ab6e38faf1fd8939e6a67fc9133b86c2e4626903c7b94c0d8a77cc15e4, '', 0, '?'),
(0xe928b1ff598f1139a7c963e201d860d4, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x6f4f3d71af60782bf09d8d1ae9a5187a, 0xc8c5d78d6cff2bc036ace98a4a5b72043f0ab30c9ff8d7eea178be251cd9adf5, '', 0, '?'),
(0xe928c3400ed484505316afa82387ffb9, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-700-normal.df87b053fae3d7ad.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-700-normal.df87b053fae3d7ad.woff', 1, 0x00000000000000000000000000000000, 0x4e6b465de3cb4c45a3c67e51895c397b, 0x251f9f03b0d5cd173f29c20b4f2c4f6649391f70ab3c006d34d53682942d3a87, '', 0, '?'),
(0xe92c0b3cfa45c2b42690f5e27a65c54d, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-post-type-presentation.php', 1, 0x00000000000000000000000000000000, 0x099b04218a34b22416ccbdb34b8eda07, 0x68589e745e1fd21e42013c49237c46dd00fd0d955978ac3f15932f336e1b68ad, '', 0, '?'),
(0xe931c8ebfe373ca8ec5e063ebc72d557, 'wp-content/plugins/elementor/modules/interactions/props/custom-effect-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\custom-effect-prop-type.php', 1, 0x00000000000000000000000000000000, 0x49327079089d71447dfba3f73bdf84e0, 0xb745ec11e9a8454ac3f181b5809b428c06483181a7b3f936910e20441bc3222e, '', 0, '?'),
(0xe933571bbf29b6777aea86988cefd5f3, 'wp-content/plugins/elementor-pro/modules/popup/editor-one-menu-items/editor-one-popups-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\editor-one-menu-items\\editor-one-popups-promotion.php', 0, 0xa64c60f4906effc494a94cfffa442aee, 0xa64c60f4906effc494a94cfffa442aee, 0x2b82489900898f0fe8185935bc073130722d4675654fb459f6b4f16fb8285b3b, '', 0, '?'),
(0xe93a0522114fccba72f2128a60371858, 'wp-content/themes/astra/inc/core/class-astra-command-palette.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-command-palette.php', 1, 0x00000000000000000000000000000000, 0xf7ac668a7ffb93d6db94822d625706db, 0x3884c0f1faa03317c5c90b47596e071b7ead26d17c03e9a798aba80cdf0bc49c, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0xe94c6ff91988c8b5561d702b62481888, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-products.php', 0, 0x05c2868c67b7d99425de84244aeec039, 0x05c2868c67b7d99425de84244aeec039, 0x93993bbc0e34aa1777531d3626af8f36c68a4df2a3d4b8e22971bbc3d154f080, '', 0, '?'),
(0xe953146dd4448096a8a49f38325a8652, 'wp-content/plugins/elementor/app/modules/onboarding/storage/entities/user-choices.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\entities\\user-choices.php', 1, 0x00000000000000000000000000000000, 0x715c895e3aee48244cc08c7f0a2f4325, 0x6ba58468fab5fa019bc294868c37b8499eecaa9cb8823460c8c51bfe3ff1a50a, '', 0, '?'),
(0xe955fce4951d260d650072b83981e257, 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-text-blog.php', 1, 0x00000000000000000000000000000000, 0x51bb307f845ee129028ed7d956ce0e11, 0x20930247497e1e5f63ed602c307024f0262e46652a52f90256a20750e43176cb, '', 0, '?'),
(0xe95a89ffc7a0612367115a9ea5ab1f16, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-300-normal.b590dbe5c6399443.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-300-normal.b590dbe5c6399443.woff', 1, 0x00000000000000000000000000000000, 0x5d09dd77c5bbabb7966b233608c9d879, 0xe70f742095502a4aa1bf0156714f346527085ce5547b4487c039b3c3acd61a66, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\theme.php', 1, 0x00000000000000000000000000000000, 0x9af0c02bf5b08215631b5c07047b3e26, 0x499ab71cdc39c733c24837639346500ecbfa13ccff30555d22f89ca6cdc6c8fa, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d7d9cf4f957d9a4520c303b0641621, 0x61db63068db0439f01742d7fd82317a4fd7f4d2167dde5fc338b5f26240ae5ab, '', 0, '?'),
(0xe95f75f03938e2bc5329b138bb0b50c3, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xd73d66dde4fdac8164f4a8c3ee96f28f, 0xdcf50fb9372f9f8c0cd12abc01a62d47c4ea02f10cb32d4902bc1e4ad1ea9d00, '', 0, '?'),
(0xe9657d87ee5c8a86cd7cfeb9e33be529, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\titleCaseRegexp.php', 1, 0x00000000000000000000000000000000, 0xf892ddcfcc463d8dc6fd18a3f7c56375, 0x50bdea013549569dc35470b5ed19f6a082b840c050b19a3e95e3677b25333a96, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x5c9c4a599d41a24db53f932b661331fb, 0x42f9ea3b703f93d8f8549a8e53ccfd1a7e27aaa8fb1089759faa3aa9c842e173, '', 0, '?'),
(0xe967e6c52b7cdd902998e99115792332, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/PluginSilentUpgraderSkin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\PluginSilentUpgraderSkin.php', 1, 0x00000000000000000000000000000000, 0xd4c2c5a487156f88a5685c644d57adc8, 0x227c317f43de417e9bd3ab1d4c60bd7e6407e2432b4b8cd18b9e4dc6c48b1d24, '', 0, '?'),
(0xe968c776139ccf03704783010ead5c02, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja.mo', 1, 0x00000000000000000000000000000000, 0x1b44f10e46fc10d5649e9b6215633f91, 0x618d33ff1c8593ec188408c5f1939c8e1c161c76d94e32921d57fe78802273c5, '', 0, '?'),
(0xe9749c62e37f9b3aa27137d7e9ac61a6, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x538bea6f405e534906ee0dfd4448d690, 0xfd2edbef3e7cdb5846d243522d7e74117609e8b49bf590c6a2fbeaa2b3d116b3, '', 0, '?'),
(0xe975bd7bb80586b3bbdad04ed6abb2e8, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20171228151840_WpYoastIndexable.php', 1, 0x00000000000000000000000000000000, 0x798d04d6e0c24f99ba03192e82d2c6e5, 0x39f6b90eeb541b545b7c5961383a082f2cd9a1f2e4e8d25415af19d14f6f1a47, '', 0, '?'),
(0xe97633f3c9f9239f8e76a74601150e77, 'wp-content/plugins/wordpress-seo/js/dist/externals/dashboardFrontend.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\dashboardFrontend.js', 1, 0x00000000000000000000000000000000, 0x3b512eb0bca9170baab283a63a3edc5b, 0xa2f96cee3b8fda2269931c00cca2ef766c02796a2e64dad1b4f3ee0ea5d2ec9f, '', 0, '?'),
(0xe9835efb33dc7d56809a7a88ff6a05f9, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x6793f631911ee2939da70d2cfa332b69, 0x9283872a201a6b8009578787e6c5c6328e070e2985780cfd77271207e731df41, '', 0, '?'),
(0xe9836e44c6db521f492832408091cff6, 'wp-content/plugins/wordpress-seo/src/introductions/application/black-friday-announcement.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\black-friday-announcement.php', 1, 0x00000000000000000000000000000000, 0x90bd47c284bf89286014889728b0189c, 0xa56974901debf5213a2ebf054250425476f3cf4905d4db58ae37e562f8a7638c, '', 0, '?'),
(0xe98d9de8c316c9f68747ca6a7c7a985b, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/browser-cache/browser-cache-configuration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\browser-cache\\browser-cache-configuration.php', 1, 0x00000000000000000000000000000000, 0x79321ccbfcea3302d503b373b3ae8218, 0x15f3b16330f0a4d5a295f5f844f5453238be721bb3b1db1834c6287d62887806, '', 0, '?'),
(0xe98debd2b41f90856692526d935cc9ed, 'wp-content/plugins/feeds-for-youtube/public/debug/js/sb-youtube.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sb-youtube.js', 1, 0x00000000000000000000000000000000, 0xb572bce9a5ec38261cc3b274f547b5c4, 0xe672925eac0d40fc4ccebab4896e40170ba71b6c1a85f0f56a4ad831c366ab46, '', 0, '?'),
(0xe99096308a981495a732d55a7beba6d7, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube-icon.a6f1fb3042829d18c07003acb8c5d74d.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube-icon.a6f1fb3042829d18c07003acb8c5d74d.svg', 1, 0x00000000000000000000000000000000, 0x769af58086558bcb91bd2014cae19a53, 0x042a167bd55b9a2ff815636b2f4379ee56bf54f95448cee44548d3759bd5efc6, '', 0, '?'),
(0xe998934e93163afac4a9f0680b12f7c6, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Db.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Db.php', 1, 0x00000000000000000000000000000000, 0xf408be741aa4a22902e20de8bf450590, 0x1571afc7ec40c29ed57f245bf914519c3d00e8883d3470a0882c7ebe56d9d376, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\xfn.min.js', 1, 0x00000000000000000000000000000000, 0x813cd73e42928efb32358a0d31552aa8, 0x12054f098fef8601f3685e644c677af2f29d01cc490577fa76c684615a31fbee, '', 0, '?'),
(0xe9a174184c488a3aa7ec5028d911d0f6, 'wp-includes/css/dist/widgets/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style.css', 1, 0x00000000000000000000000000000000, 0x22fb234ea38c75a6e9b17f083a65e072, 0x9bc52c2489d53c95dfb3f9dbe139392882029e1e6944febc517ca4ba0396e6b5, '', 0, '?'),
(0xe9a480cc010cda40d564fceee45f1a6e, 'wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\edd-cart\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x0def34ec846d05c50775eac55bc660f0, 0x5b73a0dfc71c223cc0c92dfa1965405f207fd3d45c652208f43218f49293cb5f, '', 0, '?'),
(0xe9a4b5151c9f9ae040455d05df68ba56, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\NodeVisitor\\ProfilerNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x1f445428eeb61d6584d6e24d88836b0d, 0xf6efafa410bbf1761dc96ee498717df584152b1db397cfa7a74a25581321d989, '', 0, '?'),
(0xe9a8b7fe52bce1b4a651dc278e9d47aa, 'wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\form-base.php', 0, 0xe98ec083137407d649a7063d309efc88, 0xe98ec083137407d649a7063d309efc88, 0xcda4c875a5f5bc68a218382a2183e63ad339af5e1174b26ff99893f7b4ba29fa, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xe9ad7431ccac44fa752bd638b14530fd, 'wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\widgets\\lottie.php', 0, 0x38a15fd0632dc70528c371cf7e257bd6, 0x38a15fd0632dc70528c371cf7e257bd6, 0xe0a049ee2f9d9ea46fd84df37ed27b14d85237e6b64520a3a774e7bf5f53a8c2, '', 0, '?'),
(0xe9ae78f52aab41f99cd2fd1e521ac5f3, 'wp-content/plugins/elementor/assets/js/checklist.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.js', 1, 0x00000000000000000000000000000000, 0xeb29ae3f100b44239fb64a6c69eaaaae, 0x421f8fb1d3376acd87a6516939889efaad6f964af293aa552c794ae457f28746, '', 0, '?'),
(0xe9b0913c480a2d0393d1520ec9862bfd, 'wp-includes/SimplePie/src/Cache/Base.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Base.php', 1, 0x00000000000000000000000000000000, 0x53e1a6088bed10ee3bd5ecf2a5364b3f, 0x17641d6e50ec9ec71f1c91286a1539f37a527fddf2c52fce95920be77745aeff, '', 0, '?'),
(0xe9b421f83564f9bcbde924bd6ccc7446, 'wp-content/plugins/elementor/modules/editor-one/classes/url-matcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\url-matcher.php', 1, 0x00000000000000000000000000000000, 0xc0f337c2d4732eee975e55f91c3fe8c8, 0xa994844edfb5cb6cefe30a87223b9c84eb13ecb8fc799fb7cba6ddc2d2fd99ca, '', 0, '?'),
(0xe9b66c282105f70b85bb5132a588738f, 'wp-includes/SimplePie/src/RegistryAware.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\RegistryAware.php', 1, 0x00000000000000000000000000000000, 0x3674c6e1ece70b2f5508e3dd83591122, 0x50ebc2ca6117930a1b2e8264e331584ce8a0c06fb744b9687419edca5de7aef3, '', 0, '?'),
(0xe9bb63ef38ffef781102ab05efe5cfb5, 'wp-includes/blocks/preformatted/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style.min.css', 1, 0x00000000000000000000000000000000, 0x8953b2fcbb47d47bc4885d04f935d731, 0x5f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd753, '', 0, '?'),
(0xe9be204050ec420c20c6ca83b4edd2a6, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 1, 0x00000000000000000000000000000000, 0x2775e7491ba136bd45421743535664d0, 0x9dcf1fc7d9e276adbd03dff72d56c943a81d395f188bd9829f9274c2ad9d8abe, '', 0, '?'),
(0xe9c8acfd5c77a9fafed49c022763f875, 'wp-content/themes/go/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\index.php', 1, 0x00000000000000000000000000000000, 0x1a650c1fbaea0db75604ef58ee30d636, 0x8b77d79a8bb623cfbcec1263da4f3f0d116d694bf010c03adc66a4c5494c65e6, '', 0, '?'),
(0xe9cb491126f04c2527a85c260e3b1362, 'wp-content/themes/astra/inc/customizer/class-astra-fonts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-fonts.php', 1, 0x00000000000000000000000000000000, 0x0326b95e583bee8ae996dac52fa6d2bb, 0x5879d0ab86d43cafd3e502bceaccb4436dbbc55e02fa096fef2d0e3adf314d70, '', 0, '?'),
(0xe9cd0a9416fda6e449a7cf6e13b25d92, 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.css', 1, 0x00000000000000000000000000000000, 0x242ddda899ba33ed3754a657e4d58c8a, 0x64964c6a1782e1e78f35b36818a7acffae6751c7103bf22864634a40fc9f00f6, '', 0, '?'),
(0xe9d4d2d77e10f56d72f0db929e7c03f0, 'wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-frontend-2760.css', 1, 0x00000000000000000000000000000000, 0x38ab3dd0d32f733f19488052ee8a11a7, 0x18b7599996c936c4e1d1083e1b8fec3806519c4708af89599f22f8d3a064e387, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0xe9d648c0e88da4f10ce6fc11900008d7, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-7.php', 0, 0xe096be2199f6086de431fa6f8ec281b0, 0xe096be2199f6086de431fa6f8ec281b0, 0xbf0df36f290fb0ccc0b0bfb5ca1286dd17aabd628c8318c85da5f415853fb47d, '', 0, '?'),
(0xe9d7522a486033dcfdbd3dc4181211ac, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 1, 0x00000000000000000000000000000000, 0x5c7dc835a7e8c86cc94788cf21851dcb, 0xf2e79c894a669993a2847c984fb027d4bd5b6c6f936067499871cc4f0d22eabc, '', 0, '?'),
(0xe9d8de78218e094cf198381c2d1fe54c, 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\admin-menu-items\\custom-code-menu-item.php', 0, 0x1b71d5f7ff92f35b428bfb5f3acbac23, 0x1b71d5f7ff92f35b428bfb5f3acbac23, 0xac6f834d8eeaf1a186c854a3cb71632c50859c5117532befb4b95b6f657b328c, '', 0, '?'),
(0xe9d9d9f4cb7ba7d99b4c48c8067a2c7b, 'wp-includes/js/dist/script-modules/a11y/index.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\a11y\\index.min.js', 1, 0x00000000000000000000000000000000, 0x1065d47d21d762fbc52ba92d55d3f756, 0x5c7467eceae72e03e45193fbb548adc3efa54f4aa5fbadad681cdbcb01a6d954, '', 0, '?'),
(0xe9dc60775ebd3ec008b91601bc240d4f, 'wp-content/plugins/wp-reviews-plugin-for-google/include/activate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\activate.php', 1, 0x00000000000000000000000000000000, 0x2494038d13a967b2a67abfc3c3f41997, 0x077132bed2edafe4f6d777c6b3e6e4762dbfdf4eefec4f1fb64941806790f3b6, '', 0, '?'),
(0xe9e4fb33e4f4196c1eff98e2fa4e7c3e, 'wp-content/plugins/reviews-feed/class/Common/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Parser.php', 1, 0x00000000000000000000000000000000, 0xedcc69de0800be3e6ee97511516badfe, 0xa39c104e75f3536269f4c0d0c17f0a49bc31568b7f31d505e5f6049842337b87, '', 0, '?'),
(0xe9e689ab489aa48e5c92ebbbaf5044eb, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x2581d2ca86414f1ac98bec981c785eff, 0xf74f9a4b07d7f614cd52a9e38842a9b3a7c7cae56cce3fcbb249fbc9c7c35e64, '', 0, '?'),
(0xe9ec61de7975129d675a88ea4c8dd1d7, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/card-slider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\card-slider.php', 0, 0x90f73c3a85254ca20e4875b6789652b8, 0x90f73c3a85254ca20e4875b6789652b8, 0x2198fe71fce907dfdefdda10f3e07f4028a88f670986ba195b35adc554a47578, '', 0, '?'),
(0xe9eff78000f1d05dc018dd5d87c1ae0d, 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\isolation\\wordpress-adapter-interface.php', 0, 0xba60b2d05f5d36dfba93ba309489cd80, 0xba60b2d05f5d36dfba93ba309489cd80, 0xa341955f12eeca53e8e07b9df689319629348e7251678a4d5a43e94675936651, '', 0, '?'),
(0xe9fa66659537bf171c1490b62a407e33, 'wp-content/plugins/elementor/modules/global-classes/import-export/export-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\export-runner.php', 1, 0x00000000000000000000000000000000, 0x5afc94eea2a342d640b4f6a86fbb39fa, 0x92b9730ba6c49dcbc710e5b43a51603e1956cf92b90b9435afc5643042561369, '', 0, '?'),
(0xea012a9cc2166c77b02d33dcb82a29e0, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-admin-bar-menu.php', 1, 0x00000000000000000000000000000000, 0x082976ed9d60b00b3da14f697201bf6d, 0xd4cd36bd9a5904d3947159f7e88b73f4aa8ccb23659f249fa981be830fe939a5, '', 0, '?'),
(0xea01d6b38b32334143e682c7574bb10d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x26d15d7ebceb429223a88865d4fe2a67, 0xe5a5fa4af948966c6d417b1372fe0759c2db8904e279eb9c08739e86f193c205, '', 0, '?'),
(0xea07b96661ac9afd409ce4518510cd98, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7902.a0fc05933a13699d.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7902.a0fc05933a13699d.js', 1, 0x00000000000000000000000000000000, 0xef9b8ee981fba3a438cdc32d5e91265d, 0x77cac5c99b501dd3b21bfcd72de320e9b55dd513015738c7e9d51a90a21b7610, '', 0, '?'),
(0xea0aa80d37530afddab17b8a0f22ee94, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x625d75ab961f7df3c9453fc4d0251875, 0xe64222955b5406ffcaf323caa78bf09f36dfbf0173a15ef9bb33b3261f7f3f51, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables.min.css', 1, 0x00000000000000000000000000000000, 0xdf57a5e1b0eda35a06513cdfc55b5ba4, 0xbd3e14b855506e95315c3a38242f8486e69e6464a305288be670c51d92ebb04c, '', 0, '?'),
(0xea0eb39ff5ae1749dc34b55062f21adf, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\category-image.php', 0, 0x94b49de400f08b653ac719f5b85aafd3, 0x94b49de400f08b653ac719f5b85aafd3, 0x0c0a177833c3be59549a8411c81aeb4c89f37f0c8fe8a55d52de286232676ca4, '', 0, '?'),
(0xea143e7411b8d88fdc1a49af2a47733a, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-mobile-trigger-configs.php', 1, 0x00000000000000000000000000000000, 0xd5c572ec6bbcaca20437d8567577f76b, 0x928f54e40b58b1ab77081f524c2be481f07ce00cec197d00d51df90e499ba9be, '', 0, '?'),
(0xea14d89c1979b649c2a2c3458bc8063d, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sq.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sq.mo', 1, 0x00000000000000000000000000000000, 0x56ce701aafb6a1fba4513fe064a6867f, 0x0e3e104b900f585fc7ccc9307d9873f821a319dd2f921826471c8f711d431720, '', 0, '?'),
(0xea18c1d281946d5eee6bd7a45c1b2253, 'wp-content/plugins/elementor-pro/base/module-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\module-base.php', 0, 0x12b90f845b9a6a338b4f507045a48971, 0x12b90f845b9a6a338b4f507045a48971, 0x060a8db8cccbaa5ddf69e42836a4e08111e3be4940f633190904b458b85b58ad, '', 0, '?'),
(0xea1978b08317f3276664a2f741fee41d, 'wp-content/plugins/instagram-feed/assets/svgs/mobile.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mobile.svg', 1, 0x00000000000000000000000000000000, 0xdaf6e2c411dabcbac77a8f3202811e33, 0x273c1233630da2c1d8cd1d454a11fc4de417fb651a1d97e1cd6f153e3df86f54, '', 0, '?'),
(0xea1b76ee48a0ae5f4c36f59b39b1dae3, 'wp-content/plugins/elementor/assets/js/137ba3baf43f287996c2.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\137ba3baf43f287996c2.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xcc1308342bafbbdda06d87fecc150a1f, 0x618ed853d508d1a766765581997bd253ad6f485ebd688c9698dd15df4da7e355, '', 0, '?'),
(0xea20ce82b19fe389b082cf567c70a9d6, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.min.js', 1, 0x00000000000000000000000000000000, 0xf514e31a09b7502b022c494f2fdb10ee, 0x4a65ef13d11c6c43be9a44ce06714a71220c4bba92226468351ec2e0bf431534, '', 0, '?'),
(0xea22361d8291e3b42dca01efcc194c85, 'wp-includes/blocks/comment-template/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style.min.css', 1, 0x00000000000000000000000000000000, 0x6d01b69276acbb33f4899c5cea41221c, 0x7d8e0a121fd01e81a48bc919f8805b9b4b424d5d4556f5b2b84d0dd08341f10f, '', 0, '?'),
(0xea23d9422adf49ac7222801fb9fbf99c, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\monorepo-2760.css', 1, 0x00000000000000000000000000000000, 0xeae3809a3d7772bd6ea522f1e4b80ee6, 0x5cd58b6295fd5df0598f1e1f8086e114f6240c1f254cdd9957f4f8dfffab8875, '', 0, '?'),
(0xea255472d1c38ef233693ed990ee990d, 'wp-includes/blocks/post-comments-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link.php', 1, 0x00000000000000000000000000000000, 0xa0152aa47392d5f2a7ec7ce8259a3062, 0x459c9ce02caa662fb040f0c8270f34d2db60e88c19ef86e072cae64f7bcb697c, '', 0, '?'),
(0xea28a9b3d7a80b48c47a0001ff520949, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 1, 0x00000000000000000000000000000000, 0xd35581380cb9309a6cd33a8913053a91, 0x81bb1e825b3812998f6c679dd247ab4957f73dc43cdbba10e656a568332f59de, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\privacy-tools.php', 1, 0x00000000000000000000000000000000, 0xbab109eb5ed60996cc5fa71d86b147cc, 0x2a5a3091839390a4d3f290ee87358ed10098a99934758a15cf8fe8f4283bb818, '', 0, '?'),
(0xea2d4862724fb61a3a35c9b99dc1c0a4, 'wp-content/plugins/elementor/vendor/composer/ClassLoader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xea2e9442299a0c3e47cbddc0fe81f104, 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview.js', 1, 0x00000000000000000000000000000000, 0x7834bbfa605e56800ef5a60524e9136a, 0x281a38edd4e0ade587a8c0d726974162c2e7d2158bc99b3116a5e44ee10877be, '', 0, '?'),
(0xea3a9587ca20534cdca684f421aeda0f, 'wp-content/plugins/elementor/assets/css/common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common-rtl.css', 1, 0x00000000000000000000000000000000, 0x662d164e9241b90b3dcc3a0ffcab18a0, 0x8267834dfa8bec2200aa6f90687d01ad97377e7080918a9a8178ceeb67ee980d, '', 0, '?'),
(0xea446bf55cc8cb84e3428aaaf037034e, 'wp-content/themes/go/dist/images/social/github.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\github.svg', 1, 0x00000000000000000000000000000000, 0xb60e8b4e666bf15429c1babb7f53a2b7, 0x6a1f692a8483e9317444b6ef7b30fd9c84715b2eca9cc3cba6665a40da31cbd3, '', 0, '?'),
(0xea47830d0e497a5ec203aab9241e2ca3, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2619.9e76718e13dee6fe.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2619.9e76718e13dee6fe.js', 1, 0x00000000000000000000000000000000, 0x971bf3594d7d34831c367246a6444bab, 0xb44ac8e89d7db55779cd13ee28967524c09fffa2ddb737a5463ea54ba6987904, '', 0, '?'),
(0xea4d53096edbb06ed1cbc526413220ce, 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\not-admin-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xdf7d20024431c0434eab3fe25242d32a, 0xf8c9487f8ad78e09421eeb547acb1699924309f9ecfa3a0644592ca9e9ecf9bf, '', 0, '?'),
(0xea4fe3976b2fe12c2118d3914a781f66, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-total.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-total.php', 0, 0x7f488b80b364ea89d515871473934961, 0x7f488b80b364ea89d515871473934961, 0xae859a7d19e31e8506f6d8564bbdde794a268826eb680628a5094373de48c58e, '', 0, '?'),
(0xea51c941100ee809f03d1e489faf372d, 'wp-includes/js/jquery/ui/droppable.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\droppable.js', 1, 0x00000000000000000000000000000000, 0xc1822564929a500123c71c6e9ea60c28, 0x9d5a83959e826cb170995ee99cfd74b655c33d9c3c84a94201ddb3d0391b54d7, '', 0, '?'),
(0xea525e72f33b974ca9aa2ac16f61e96e, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x5615b29a1f5688414d56a1515d954a91, 0x70656a38a0a193ed5ae7472496b1eaf82799840fd3035567fdc40a5c6f264781, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Poly1305\\State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0xea765fec2084c6a5b8ce82f297572af1, 'wp-content/uploads/2026/01/acne_3441246.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_3441246.svg', 0, 0xf5a84bcc26405a982a868bb94275dcfb, 0xf5a84bcc26405a982a868bb94275dcfb, 0x7508b4a5f4d9a79b0dc2ea4c818423737b3c4bb8456b872f9e3caae9aa5af722, '', 0, '?'),
(0xea7a338e6d147bdc470171b3bd377134, 'wp-content/themes/astra/assets/js/minified/command-palette.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\command-palette.min.js', 1, 0x00000000000000000000000000000000, 0x028bc0e4496ca3ac6a5987c9f1ed00b1, 0x956a7ebf8d50ade13ce0df0e7dba6cdb8fa6268bf93f2f2c2fcfb983ab10b46a, '', 0, '?'),
(0xea7a9b3f565048b620f716965b6747d6, 'wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-posts-grid-news-blog.php', 1, 0x00000000000000000000000000000000, 0xa684b266ed011e0210daf1fc75f9d0ce, 0xffc50756847524da20002e68519a17a3813022656bf5b0d219da4f8afb93f694, '', 0, '?'),
(0xea7e231149fde6330d5ffdecdaecbdd6, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\alert-presenter.php', 1, 0x00000000000000000000000000000000, 0xe7cef67cf4c17292d4bed495a135fff7, 0x1ad3d32fb05ab117092944541144738c7f5083ebf5d5004f336bf14d11eee94d, '', 0, '?'),
(0xea8852c18a1096edaaf86f2c4be4585b, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/HelpPage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\HelpPage.php', 1, 0x00000000000000000000000000000000, 0x9928a009ec240a835cf1a8a569a51395, 0x8f689b4af8eeaf18f3f1d0bd4d612729991ca8cff7adfaee19605537ce6583fe, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa0d6a6ac16294b8442055f45d43eea37, 0x393b4093a2b9d475a3d3f43ad3ef817c3058623915004adb0cb610933dc769bf, '', 0, '?'),
(0xea8f3e7503e90430b185304f496ee8a8, 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer-colophon-3-col.php', 1, 0x00000000000000000000000000000000, 0x069295a63e50a38e4e89d7af511ebe27, 0xda7c8bb1d36fb7162d730588878660ab580bd7288b2ca168ec725d41fd114ebc, '', 0, '?'),
(0xea944074621759b6adc43435da46d984, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Post_Set.php', 1, 0x00000000000000000000000000000000, 0xf30db6341e60c18f068ecfa9157bfd65, 0x3ed96d3fde4cee08dc187731fb253a2ead764a14cb4e439d5bf9ccd1117bf5b6, '', 0, '?'),
(0xea99dc4d8875c39e5a1468faa5b1d3b7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-modified-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x6362a4673dd6e82bb055af4413f10db1, 0x5761b2ac9b12c5066983f8d2a3669431e77015dd181e86771cb54e1eff84d1e2, '', 0, '?'),
(0xea9d3e0ec9bb08651c8b468911d9efcf, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7301.ed93aae99dbe62af.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7301.ed93aae99dbe62af.js', 1, 0x00000000000000000000000000000000, 0x8f738f0eddb2d805dacb0ea53bf6bf62, 0xcb107b9473ead07b24d92f3f7574891b37b4b7b1163600caddfbdee4803bb3e6, '', 0, '?'),
(0xeaa59d83d0c0459687a29bd7e8a1994c, 'wp-content/themes/astra/template-parts/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xeaae941bf48bd53cb6cbd02c075af2b3, 'wp-includes/blocks/comments-pagination/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor.css', 1, 0x00000000000000000000000000000000, 0x2f4e1652696cd083c99cf8f3870b9e7a, 0xf6a9414198040aad2fbcd5236a67ca2472f463b2dbf098873d10b59c870c474c, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x41567b4defaee48dfcfc726e3fc30af7, 0x633ae213b19938b9cb58dcb9816cd6386f0664844768af8d53e044a7250a4dcc, '', 0, '?'),
(0xeab1334dfa5f0acf76836add18165e52, 'wp-includes/js/dist/script-modules/block-library/search/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\search\\view.js', 1, 0x00000000000000000000000000000000, 0xf0a08bb8af83643d68513683f1694442, 0x5c0c89343962834cd9bb723a8b6de4d7edab269eabb2197628d983061be4c017, '', 0, '?'),
(0xeab3b89ff54094c7eef6d1fb6e4f7b65, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow-rotate.css', 1, 0x00000000000000000000000000000000, 0xfdb3fe9f103642acb8f8b917c675d77d, 0x7acd5d29afb502e3adf871cadfb25def8c49a32d3800da0acebd664253b6ee90, '', 0, '?'),
(0xeab4642f12b05aa6280f77fa2076aacc, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-mini-cart.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-mini-cart.min.js', 0, 0x6e3c93520f57a831d32124c2e63761a1, 0x6e3c93520f57a831d32124c2e63761a1, 0xd27bca02ed2109681e95cc2c80667cf56dc77fb418e288d236157ff439fe0f11, '', 0, '?'),
(0xeac0734100088beb38b8cd90fe2c6c15, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0x88434d41706b89dbcd6fe1328c9a29da, 0x6f0c4aec149172ecf310573432f24cba41cbcfb6e68f4f43a62d7c57d3c61710, '', 0, '?'),
(0xeac8e70ac61d255ed00257c6037c94f3, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/trash.c9ea1ec2bbc4b5a6d8982f0f1d12f359.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\trash.c9ea1ec2bbc4b5a6d8982f0f1d12f359.svg', 1, 0x00000000000000000000000000000000, 0xc042eb49bd9b800262e324910bfd3d7b, 0xdcd2e83097f20a1083e21d1d5c8ad0ba06a0b212e54ebee3429fdf254be2ce01, '', 0, '?'),
(0xeacc343996eaf5ffb50173cf2c9fc324, 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\classes\\customizer\\class-astra-scroll-to-top-configs.php', 1, 0x00000000000000000000000000000000, 0xfc23adaf1b44176114f860896988073e, 0x83dcde2e7229ecf811de0ef6d58f8ebe34d8c37d92d33dff601c9cfd5c82477e, '', 0, '?'),
(0xead97890b943ad4556b399140abd45e6, 'wp-content/plugins/backup-backup/includes/external/dropbox.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\dropbox.php', 1, 0x00000000000000000000000000000000, 0xd3cc569bfd7cc454230d1a5e0420cd36, 0x76802ebdd19ea73fbfbbb582d5e12eab1384656a5ed119ccafae0ef342a6e61c, '', 0, '?'),
(0xead99630affd71113d5215532dc3da1e, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-accordion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-accordion.min.js', 0, 0x5e0f23ad1b096cd4950dcff8de18301b, 0x5e0f23ad1b096cd4950dcff8de18301b, 0x0cb549424bcfeaa817efcb4a8d5a63e38c3c9ad756443c0e456a891306b50a1a, '', 0, '?'),
(0xeadb82367925f6384efcaed91d976b70, 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/token-user-meta-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\token-user-meta-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xeaa72705116d240efcd946c50e056ae1, 0x24525877526cf89cc17be2c22a2a6f09d53b9415c386f18698fe4d5e401d6bb0, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfa70c6143a834e46c9f11b70912c8178, 0x12b0d2908c20a7d77381f3187ee4261a89bd327ad2f72db5b3bdc4f724d00f9a, '', 0, '?'),
(0xeaf2fa6b0c596523d5168e27aeef3925, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Contracts/Signer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 1, 0x00000000000000000000000000000000, 0xc16bed0f012bcb22ca9196f8cb377cbf, 0x3fc5aa5de98a73521b70098bcfba505c946c8611f5254ae4aef91f7a76eeacae, '', 0, '?'),
(0xeaf62677d528007f63ba8a636d9a3d13, 'wp-content/plugins/elementor/assets/css/editor-one-tables.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-tables.min.css', 1, 0x00000000000000000000000000000000, 0xb2aff3d6b72ba5b97a8c102aaa685433, 0x1675d53f02441b39358bd99d209d22d0135aadc733f0c7ea7016a22686c25431, '', 0, '?'),
(0xeaf9d03124bb60b637a6c79a88227287, 'wp-content/plugins/wordfence/js/wfdashboard.1778081072.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfdashboard.1778081072.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0xeb01b11a37fb89561e5d092c3d3687c0, 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\content.php', 1, 0x00000000000000000000000000000000, 0x394958c79f772a2fd65a4c28a3c1e275, 0xd0c7284bd0aaa0a2a75d44332f1f9ebad232df194f916976513855f1953e06e2, '', 0, '?'),
(0xeb058c14cef6f20cb8a2be844a41fa0d, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-layout.php', 1, 0x00000000000000000000000000000000, 0x01e4076ac8ec864898c5df773f725ad1, 0xc0afe126371ea476245e1217863e755df0f8904a1ffb904fbe97dfa2469c1877, '', 0, '?'),
(0xeb0975c106c8383accb2baabaf037159, 'wp-content/plugins/backup-backup/admin/images/wasabi.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\wasabi.svg', 1, 0x00000000000000000000000000000000, 0xbe59f874029627332f69ef9ec4d9928a, 0xa90750920c390ee3758dc873abc3bde7fdb95d80dfed30d7453b4606f25c7988, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xd3d9b6c1f668ab720e0e6447018ecdb6, 0xb35f37ec0932eebc9477012d5462e2092db3e8373130ceb541d506b0e1ffed66, '', 0, '?'),
(0xeb0b0c1d6b8a66b56ff0264919158927, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Customview_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Customview_Control.php', 1, 0x00000000000000000000000000000000, 0x946c27e33257965b68dfad3ac0435961, 0x3e23a2bc533148e869603095a4731cb9d374e0ce90c060770adb8895845879f3, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xeb1058340e736f56f45d7a00715f05e6, 'wp-content/themes/astra/inc/blog/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xeb10fbdff2a08970bde83035766f5b28, 'wp-content/plugins/reviews-feed/assets/icons/aliexpress-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\aliexpress-provider.svg', 1, 0x00000000000000000000000000000000, 0xe4b78a5c096e9a5572bda6c3496a35fd, 0x6576f3eae4b207c26078540fb1e427bcc52b116185b9f71345b7cc86094dd9d2, '', 0, '?'),
(0xeb1c9162ccd42208e2dda64a7233cad5, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-left.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-bottom-left.svg', 1, 0x00000000000000000000000000000000, 0x634d7a1071fca9657ff30492c5236760, 0x34d793b291b95d576b281e966bbdee5d9eb9572799a60ec39047fbc639710156, '', 0, '?'),
(0xeb220a06a392d7e7b11a5eef88fa5e05, 'wp-content/plugins/backup-backup/admin/images/right-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-arrow.svg', 1, 0x00000000000000000000000000000000, 0x19cd172854970ed222cadccdafa42ff0, 0xf335db6242975697ed9a8ec035fa868068272333ac15e970d479df5791b53f9d, '', 0, '?'),
(0xeb266fc589105791de4680764b63c2fe, 'wp-content/plugins/backup-backup/admin/images/warning-white.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-white.png', 1, 0x00000000000000000000000000000000, 0xba55389e4c55c31dc576376cfde1b6e2, 0x7ec8580f5bc39f972e7477f41d349dd5df91eebeaa086f759fb64fb93b9bae3a, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Html\\SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\general-template.php', 1, 0x00000000000000000000000000000000, 0xa6a5cd7db26fdd21ed2b001950d9e2c9, 0x05d8df6b6af244d4b521bb23590f2bed4160d91b170e33f4ff5e83b0e18f7cf6, '', 0, '?'),
(0xeb3515d42ad6856034abd3d0f0c3fee0, 'wp-content/plugins/feeds-for-youtube/templates/header-text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header-text.php', 1, 0x00000000000000000000000000000000, 0x91e5945a4ef908358649b1b2633e15ea, 0x245f8f4e936bd4ab729c024d7a37883588dcb754c2978c2120f5c9175f2a465f, '', 0, '?'),
(0xeb362745b7f86e668c2b1aa16b76ab60, 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\templates\\header-footer.php', 1, 0x00000000000000000000000000000000, 0x8efed3f5085e248a11b84e30d983969d, 0xcc12ad45cb933d6437c0b6abb91db78c5c03bb1c54605b53ada948599cedd1f1, '', 0, '?'),
(0xeb3782f76ded848a06c5697967e882d4, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 1, 0x00000000000000000000000000000000, 0x6b916f4869ee484068db91dba5cfc914, 0x8335f95d25889c82dc58cc6e6484076b034a0474a4c7ebe8da405118fc26b3a5, '', 0, '?'),
(0xeb388f456aa151930c1370ade90ee55a, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL.po', 1, 0x00000000000000000000000000000000, 0xf3075d90e7c882fde8fc0f0a358a7478, 0x0bf230f164046f1c129e44891776e4022ab21d59b33739401470c6ad49f73110, '', 0, '?'),
(0xeb3a169787d143228831dcceea9f042a, 'wp-content/plugins/elementor/includes/editor-templates/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\templates.php', 1, 0x00000000000000000000000000000000, 0x9a770f6443fb50caed5165f5ce1e54a5, 0xb0a2dde31c63d043541885738f3b06408649b9d6f9c1b1ca791ec45ce852311b, '', 0, '?'),
(0xeb3fed416dc11d1344b42e6975821554, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-edd.png', 1, 0x00000000000000000000000000000000, 0x4111d4134c9e09354e3cd50ba6b0455e, 0xd5ecaeddf73d89df2cb0199d7f6fccc02feb8b4681dce2602ecbb96e2c5f6f38, '', 0, '?'),
(0xeb4085c9147e584300b20e4f55fe7e95, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/wordpress-query-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\wordpress-query-repository.php', 1, 0x00000000000000000000000000000000, 0x6902a557e1601ba56a6103206deaa40a, 0x7c21bc0190e9f8420322082ff4c0b7563bc666fc6e4f9ca1e28d2323b96819e7, '', 0, '?'),
(0xeb42458b8c1faf7c2421f5b917a1350e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-author-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xa124fc3b6e521a9df1d5ca871aa1e03e, 0xa1bba9dc2ae5316a77b7cc67613cdebd228673ac250c124daecfdff1f06282e6, '', 0, '?'),
(0xeb43760ec4ab8a868c001a14610f31e2, 'wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x28f92094ba28969ef03dc95c376b814d, 0x36ba684add239decc45ca82a97344b7fd96a9553a30520771c747f8e48cf7780, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xeb4be6916ffaaf0294e955adcf10c64d, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7217.b5ac69b62110bcb8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7217.b5ac69b62110bcb8.js', 1, 0x00000000000000000000000000000000, 0x84e415747d33416193c74db238e1f95a, 0xfb5b2082d60ba968813a16c6d3f7dff1cc753df8761b046b661dc9324b379b22, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0x3362b4806ada5179b89da0a03233ebbe, 0xd1e04b13596f9d7c9a81d326617a9785198678c3604002421d024112944cf487, '', 0, '?'),
(0xeb4d34ea2625b08e206ece11cb96378a, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x0d1c46a5bc3230df7fa53d3949138b79, 0xef835a49e269af79ed5f23f0f1213c758fb3ca853d01b1a35834fd32fcb87065, '', 0, '?'),
(0xeb4f69b3d68ec45107e9af47de69f297, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-capabilities-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-capabilities-integration.php', 1, 0x00000000000000000000000000000000, 0x924f2824dfec3834724c26cec6ac7266, 0xf17d6ed7015e6b4e8797e600a8b51c4eddadc971ea413ebea943edb18403d845, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpgallery\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3fac1e9fd004e605cdd83f06673efe7d, 0xbb104a7c1f78e1ab0b5eea035760830ce3e31df66f71423c941073cefe658473, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style.min.css', 1, 0x00000000000000000000000000000000, 0xb592e353685f2eabaf8f935e377a95a0, 0x13d660d291feb608dc9d282357a6372bb0c6141a485aa8ddb192d3066f4487b7, '', 0, '?'),
(0xeb54fe4e513c5504c4c944e8ddb4d2b5, 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-preview.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-preview.asset.php', 1, 0x00000000000000000000000000000000, 0xe658c9fc22dd57663f850b6f9567e455, 0x646e263f37f9637a28fa191135b0e958440b707f2f4ecbdba87cbc7588438c3a, '', 0, '?'),
(0xeb58173dee6606d6c395df0d907c6531, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-8-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf35498e5c972de08176835950babb54f, 0x852c2622d40322a17d2039a149bc233027b64a4cce798d19abf19d91982aacac, '', 0, '?'),
(0xeb5f8b31743d7154b551a42aab46f28f, 'wp-includes/blocks/gallery/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style.min.css', 1, 0x00000000000000000000000000000000, 0x8d8d42cc5b54c0bfa75a804a3008b5cd, 0x22c6793a22669c879fa2f2eb31663b3287d5769cea49c38d98733f6e97818e0f, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0xeb661b7dc2c583c9ec06f54422eb5572, 'wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\html\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x979e91c76b72270cfa13667776d66c63, 0x7bee7a0ac44c700a64fd6b3e033c555ea06636521e5b6ba9412897566741fd52, '', 0, '?'),
(0xeb6d2b3a6f5debcd1dba6175b87bafb7, 'wp-content/themes/twentytwentythree/styles/grapes.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\grapes.json', 1, 0x00000000000000000000000000000000, 0x0c77d9c78b2b123186b7ecf276154190, 0xef38f732283e4d692a97bf4d9d15c4cad9371c85a8b2849e0829d7ed582687f5, '', 0, '?'),
(0xeb6f62f24c16103669845d02845189e8, 'wp-content/plugins/elementor/assets/js/e-home-screen.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.js', 1, 0x00000000000000000000000000000000, 0xc2607a7a34307238180d11043d67daef, 0xf809f4babfe7655483282a07d7793929fd85bf082e57254bb242fb62a056dbb5, '', 0, '?'),
(0xeb7080776a02c9802d80da824de24fa8, 'wp-content/plugins/custom-twitter-feeds/custom-twitter-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\custom-twitter-feed.php', 1, 0x00000000000000000000000000000000, 0x8e35a59454c787de106d46225834535d, 0xebe418b80bfa8ca15583ff251a09015749d1c03ba4a33f36f69e058db8fee530, '', 0, '?'),
(0xeb768506aede3472e7e43434f61a7ad0, 'wp-content/plugins/elementor/core/utils/import-export/url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\url.php', 1, 0x00000000000000000000000000000000, 0x1627d9de2762422357fac6d54ca322d0, 0xbfcdf91da13b334bdaeb96ae126512454f5f571de0689a73172ea0bb70f03e83, '', 0, '?'),
(0xeb7bba63364cacd00d0e58accab98045, 'wp-content/plugins/wordpress-seo/src/ai/authorization/domain/code-verifier.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\domain\\code-verifier.php', 1, 0x00000000000000000000000000000000, 0x512f08a0497a4f98120b44ed8d5d6a76, 0xd0ce359fbbf030f9de20da14a9cf1264e73acaa1087f003db96d0fede677b112, '', 0, '?'),
(0xeb7fcff374eb5c8f9b7d0d6bfd93ee8b, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-feature-toggle.php', 1, 0x00000000000000000000000000000000, 0xb1234603e19dabce1bb7b0b473e066df, 0x6fafa059227605ef89b38c90ebff2c87953c65b5c47eb2e23ec7a451d88633c4, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xeb8194d3d256a1db5a5f13d86108c0b3, 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x36664df567cb1146a854341fd3745609, 0x06c58cacd90971f2079682ea7cc210a113a9b6d120721d9bfc1a266d743c37cb, '', 0, '?'),
(0xeb91aa9d0039dc8e8852c37967bcaa7f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0xe6544f949a0f1ff8afc6a1367cc0ca63, 0x8065cf69e575120da4de12092fd11baa31d4d95826a468fddd4167bf35faa441, '', 0, '?'),
(0xeb91d6b2f14d2f9082556a3595d474bd, 'wp-content/plugins/powerpack-elements/modules/categories/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\categories\\module.php', 0, 0xc81f703e8e3e056bc91f7dc924ca8ca6, 0xc81f703e8e3e056bc91f7dc924ca8ca6, 0x57bfdf2444fc5e18e350c0083221c9c8104745c6365dd130f0cf6d112d3e895c, '', 0, '?'),
(0xeb91dc9266c571f1d50c321cc050c904, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/CoreExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\CoreExtension.php', 1, 0x00000000000000000000000000000000, 0x3ac0546b16ac4846d3f4f37d31d30f29, 0x69598e032bc52a105b2038e3154b9b350aff4ef8e860ee466dd59081d57af2cd, '', 0, '?'),
(0xeb948b103e40dfc9dd3aa2903f99011e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownLeft.css', 1, 0x00000000000000000000000000000000, 0xd4485765b1cb31c6bb98de343464eafd, 0x4481081e69fcd9b658e23b97dd29d2f3c658ad4d66beb503b85e9ac6229374b7, '', 0, '?'),
(0xeb95d875d29ea9e525579d844fc9bc81, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-dynamic-css.php', 0, 0xa39696b807ed081387b8e9c0016f3549, 0xa39696b807ed081387b8e9c0016f3549, 0xb56ffd666767023cc6b49c5fd3c040d230c8466e8c87d82783d22e82815c5f8f, '', 0, '?'),
(0xeb97cd7682583eccaf00767dd73cd427, 'wp-content/plugins/elementor/assets/js/b97ced1683f62f5686fa.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b97ced1683f62f5686fa.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xaf125a38bf705a048c08c5eee322a1c6, 0xc04cf60429d46da2206fe8897c51ff515d1f3884a559fcd7f9c51e07c49bacab, '', 0, '?'),
(0xeb9c02d84ca119a517b9c84d8304d3f9, 'wp-includes/blocks/comments-title/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f9f65e3fe1b1efad647a6416cc4d309, 0x19c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab, '', 0, '?'),
(0xeb9c8fe6f64ec5cd241bca5bf2ae0754, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/function.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\function.php', 1, 0x00000000000000000000000000000000, 0x035316a79bdab911c9b6e319e1e245ba, 0x06910f7ff2e041eeb083d4c25a52e1cb475397785a30ac0c52e8a51c752fa4a3, '', 0, '?'),
(0xeba74404d33ebbce41bd03626e0d2e47, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common.css', 1, 0x00000000000000000000000000000000, 0x8db3985bac7e50630b5d17ee72b6c68f, 0x050698740a961e07e94a4344397e71cd711fa34a6d4e15fcd2deb876d0276f01, '', 0, '?'),
(0xeba822c0334d08526bd4eae707db42dc, 'wp-content/plugins/instagram-feed/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xeba8de58bab90e2d5d3d39b90ca75589, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addwidget.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addwidget.svg', 1, 0x00000000000000000000000000000000, 0xab8b69e359224e9e22ecf2805bec303a, 0x9daa080899be4e3fe86b552a1c2aa3f9d43baac9df4c568348446cf0aa77f835, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-files.php', 1, 0x00000000000000000000000000000000, 0xce84b9c714ef2d271e67444ffb508c72, 0x5250573172abf373f6a0aca13ea57558f9e6ae78e8b8b6fbfdd29febe281f12b, '', 0, '?'),
(0xebb0ad3b7fae59728aabe23bc0079126, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/about.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\about.js', 1, 0x00000000000000000000000000000000, 0x62186ff4c3c8451d942daf4fd89bed89, 0xdef32af8b1ab1707bd8236cc4d2de079fe7509ca73ce4ed56346df7a479e4788, '', 0, '?'),
(0xebb1b0fa36237cc8e3e0de0574c4b812, 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\script.php', 1, 0x00000000000000000000000000000000, 0xcc172fcae017deed2b8f0ede08a380e4, 0x539ddd95fe14f9cba2ac6ef020ee2443b9b387b8ae7ffa6a1a44231d0bb4ccd3, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views.css', 1, 0x00000000000000000000000000000000, 0x4208eaa596dc7d2c333711acf135ba6e, 0x975c3c8e5440d67d683b0cd5080bc3558157e844c244fc169559ef4d489a8ce4, '', 0, '?'),
(0xebb92a6ae2c50ec48068197800991264, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0xdd4777cc8c30e0fe7cc639578c5a8a7a, 0x7dea851d528fa2d8070267c65769ccedf57e6e0f42e4fcb31257447d34647ac0, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style.css', 1, 0x00000000000000000000000000000000, 0x8b8304be5d6ef0d79aa8f936d9a80428, 0x989a145161596c115bf98d6da9e320786daa63a0d3e8bf03955718d9cfeb5a5f, '', 0, '?'),
(0xebbe5ba9565c2f069a74e257b6716d1e, 'wp-content/plugins/elementor/modules/wp-cli/update.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\update.php', 1, 0x00000000000000000000000000000000, 0x0fdca181f6e47380312cc6fd60cc28ad, 0x67ff71d0fe6adfd3bd1bc20cc36fd8464358c2ded8b03033c9c78fa976f2fc24, '', 0, '?'),
(0xebc66fc74efce0ca17837c01dd208530, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0x36fa0320217ee72d46d0278b55bcc406, 0x54df407c81742154808365ec2fe162f26b68ebc47bcc6ab10567f3c371fc7a11, '', 0, '?'),
(0xebc70d2fb6e779439ff540b5bb9ab300, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0xebd0d10f156957063b60d3e0428f3c2b, 'wp-content/themes/twentytwentythree/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\readme.txt', 1, 0x00000000000000000000000000000000, 0x4c068559b0a2034fc61139ce04b1e52f, 0xcc25d177a6615a0797a700dddd3e67419243a7f9c948295ed4898e412a825a19, '', 0, '?'),
(0xebd68d5b31a3e9e2eb95b035459b0f03, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\elementor-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x8bd9715ca48cf999fb2fecda293fb967, 0x8cc4243205b57d69bfd5e17da246744aef582d345b896ab7979c0d943dd5226b, '', 0, '?'),
(0xebdc13a77c407275f50d2a7b171795dc, 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-timeline.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-timeline.php', 0, 0x5a57baf986c2a293c7ac587c84746b9a, 0x5a57baf986c2a293c7ac587c84746b9a, 0x88789c0f2e282babd87791b0936fe842b51dda6bc35514546024d01966e67534, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\post.php', 1, 0x00000000000000000000000000000000, 0x71d2869b4bf60b28c2881f29a5968fc1, 0x3d824d06834f0334132256d3615851152167152df654590614211977d2066511, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\capabilities.php', 1, 0x00000000000000000000000000000000, 0x00babcffeba9f795d7bf7799b98b66f2, 0xc7e6463fe86857c44939b187b85386129b13cf3efacb3bd66ba4290529370bc3, '', 0, '?'),
(0xebe8895489f94449662e966f8a4ed20c, 'wp-content/plugins/elementor/assets/js/tabs.18344b05d8d1ea0702bc.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs.18344b05d8d1ea0702bc.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe0b8c327186fdd34abfc0ef1e686376d, 0x7d98349a0350df78411d2b124416b86d6b3e1112e0532000833275a86dda0857, '', 0, '?'),
(0xebf02834cbc231c8f335f62a25781f3a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-tag-condition.php', 0, 0x3225042a62cefd5da483860bf8f84942, 0x3225042a62cefd5da483860bf8f84942, 0xe417539cf08eaa03f0e698653477bef1540abb1faa11454188128c506853e93d, '', 0, '?'),
(0xebf3f11bcde6f6b5e3cdba472601e4ec, 'wp-content/plugins/powerpack-elements/modules/scroll-image/widgets/scroll-image.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\scroll-image\\widgets\\scroll-image.php', 0, 0x9ab25cbeb5692327df31d1c78fb2ee94, 0x9ab25cbeb5692327df31d1c78fb2ee94, 0x405322685968616f85ec34d54e1a018dedfdd9cd51aed8f5b7feda9c9d435c94, '', 0, '?'),
(0xec03573bd8487f5a3f9052ea5f63df04, 'wp-content/plugins/custom-facebook-feed/admin/assets/js/support.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\support.js', 1, 0x00000000000000000000000000000000, 0x3d31486bb686782014af0d8fe832c4a0, 0xad89f9c7dd509c4e089d0f5de1e4ea7e619f005ff0e4c1df66c02bae828fe67f, '', 0, '?'),
(0xec03e8de7a63f94cb6616cd0b8ee8508, 'wp-content/plugins/elementor/modules/global-classes/usage/global-classes-usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\global-classes-usage.php', 1, 0x00000000000000000000000000000000, 0x0d2e77585311bd8e2435bfb1a843409d, 0x8bd9ed26f1f21474add8b69606a0d74475ec165964f900e063f4e7a444c48dec, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache-validator.php', 1, 0x00000000000000000000000000000000, 0xdac64fb961851df476658ea9277e9e07, 0xc904d984c1c5532f873de091e52952f424b58e5a69adbdb8a056af4ea4ed6a09, '', 0, '?'),
(0xec1360dc12f2f816c5d37d536d802772, 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\import-integration.php', 1, 0x00000000000000000000000000000000, 0x69e8a3685c5a08b05388decd9e054da9, 0x1e0b0af535a30d8785cf212dcb60420a3d1f6218b2d9e2ece8b70c9764ff3579, '', 0, '?'),
(0xec208bc57028e9828aabc8bc8961a387, 'wp-includes/blocks/navigation/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3c82b9e85e01bcc6476476e4d0386014, 0x40bae75043a87edc64c4b8b91231021fc18918a77908e6737318ce94ba4c1398, '', 0, '?'),
(0xec22e8cf174ffdb2810bcc95c66a2fb7, 'wp-includes/images/media/archive.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\archive.svg', 1, 0x00000000000000000000000000000000, 0x89a2e1f716e21fee7d2be5838d81cfaf, 0xe7d69eb4a5195c5f6df43d8bc9df3a368817364e7ee2c9a52cba0e4da29f7a93, '', 0, '?'),
(0xec2337e701941b97a51dac6294fcec6e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/DoTokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\DoTokenParser.php', 1, 0x00000000000000000000000000000000, 0x0341131ff1167795fd62311628b7be02, 0x9e976f35d0e3b0afdd7a846cf823da241448ae50bd5c2e570bc7c114de06aace, '', 0, '?'),
(0xec2a56210ad42b489f3a4b421651eb2c, 'wp-includes/Requests/src/Exception/Http/Status511.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status511.php', 1, 0x00000000000000000000000000000000, 0xd1bac7f41a133145a9576b98adfaeae6, 0x452b86aa15f041fc3a536c8a20680f0929ed2dae92a2d42a5291b70ca741f824, '', 0, '?'),
(0xec2de36c0c259541fbad1556ebd2cf66, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\classes-transformer.php', 1, 0x00000000000000000000000000000000, 0xad6eef18df75bae67a3082642852bef8, 0x74ecadee46c2892eac788c9ad2dc72e327a0f3482c888fd24b5974ff0351be56, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x27c5d946213b892032f3b1bbb134c526, 0x47b1c45a479085e383ed35ff5fdc9a85e0ac58535b5788c4533a397040db3f9c, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\quicktags.js', 1, 0x00000000000000000000000000000000, 0x8ccab5c603d93e0925856e4ba47b3c35, 0x6d776414ffc2ec5eca8be0900d800ea73106a05e4b96c9283c6e56a6e38ed0e8, '', 0, '?'),
(0xec43af0fd9dd0534ea17244a7236d55f, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/js/date_i18n.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\js\\date_i18n.js', 1, 0x00000000000000000000000000000000, 0x9bb835c84f72472f8e396b5d52cf257c, 0x972a1d91f4cb76a16d72a6a219b38055f264c1f310af8893b34a80ae0c2549c9, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x6a5de31476265a9359d9caf2d0888679, 0xa0231dc507f6820346d9591512e306d94feeac26198564f622ea8cc60a756a10, '', 0, '?'),
(0xec4877c421b0e8cad31fd6395a3c7473, 'wp-content/plugins/elementor-pro/modules/forms/actions/drip.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\drip.php', 0, 0xed7f10181a16ad7e4628e18b77514146, 0xed7f10181a16ad7e4628e18b77514146, 0x9c5d758cacabd13ff8f4a43175544c0096c8203d6c5905241c1a673d8f90d5bc, '', 0, '?'),
(0xec4af17ab765f0a827905c1c7e0e7613, 'wp-content/plugins/powerpack-elements/modules/formidable-forms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\formidable-forms\\module.php', 0, 0x114a130b50e7b232218c849e123650b5, 0x114a130b50e7b232218c849e123650b5, 0xd66ee03742773f418602e8dc50dc9524b9644f5dec3ffb5c417df744bf572e6c, '', 0, '?'),
(0xec4d19834fe600e4f7e86e6b4fe9d31e, 'wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-helper.php', 1, 0x00000000000000000000000000000000, 0x0bf898200b20efae65bdd9dda3b119d6, 0x9ec37ad9b8a8ef42dd8664b7ee168a0a7443a92f25bac94f3fdc8c7c8133bbee, '', 0, '?'),
(0xec4dec1bd9ef0885fd85525a614ffa62, 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-renew-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-renew-menu-item.php', 0, 0x00dd91aaa02f3fa76dc44fdd5f4950a0, 0x00dd91aaa02f3fa76dc44fdd5f4950a0, 0xb0d65136e051b58befe842020983c2babd310b6ae061c598f927a5d0f25bb30b, '', 0, '?'),
(0xec4ea5c0be2965252dcb38a1ba6d9079, 'wp-content/themes/astra/inc/abilities/customizer/general/scroll-to-top/class-astra-update-scroll-to-top.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\scroll-to-top\\class-astra-update-scroll-to-top.php', 1, 0x00000000000000000000000000000000, 0xbe58a7813377491968a60e7d1030abc2, 0x30ac9072dfd4a2188c7da676af99e7bd27dc014311fc02dc77a9d8e4a0960462, '', 0, '?'),
(0xec4f9e2635c04d28363dc78abdb7bf50, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-woocommerce.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-woocommerce.min.js', 0, 0x49acdb76ea2887bca8eab3869ab2f3eb, 0x49acdb76ea2887bca8eab3869ab2f3eb, 0xe3464315ba8503e195fee8caba4020ffe66881748f9bc736d52e39e296a9fb2a, '', 0, '?'),
(0xec503cabf5056811aee2856ca452410e, 'wp-includes/blocks/list-item/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list-item\\block.json', 1, 0x00000000000000000000000000000000, 0x120cf6093e8db871fe65dce2b1099d3b, 0x4ba7957ae48cec321c17c11642ca1c2a8963330b70bd0607725b51fada8f5d5d, '', 0, '?'),
(0xec54f7c64061e04ab8fd515a22c0a046, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-token-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2e86238e68c9ace4af6f48b9f26011e, 0x6da2b2fbd5b432274fb3ba813f931776f39698fcdb4eff16711c7825ff3456a2, '', 0, '?'),
(0xec64a8a1b72ee80e0d15d8f2e3ee40f5, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/revert-runner-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\revert-runner-base.php', 1, 0x00000000000000000000000000000000, 0xda512af5b951e7f88d6777ee3cb4c987, 0xb2deeca6169ee7e53609bdd78f17c7f22713cb557e41b6a595e70f7a6f8c127e, '', 0, '?'),
(0xec762e96a1e7545c086ce3be62440ffd, 'wp-content/plugins/instagram-feed/assets/svgs/desktop.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\desktop.svg', 1, 0x00000000000000000000000000000000, 0x9611db47f0d2fb138d90c97ef9d23db2, 0x9650403c88d9aa067dffbbcd77e3016c84d888f7a50f2acbfdaba365548d5db7, '', 0, '?'),
(0xec77cccae9c5edd1b23745a054c864fc, 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0x9f373a91c244797da09f315f511851d8, 0x976a6f00dd95bab2f0126d25ad9c3b15390c778bbb796e3b29c0b10582eb07bf, '', 0, '?'),
(0xec7ae9270a0a2e41dcbc2df943077943, 'wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints/eligibility.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\endpoints\\eligibility.php', 1, 0x00000000000000000000000000000000, 0xd9d38c38fa3aeba43bd83179cc403967, 0xff26496546f625d40edade158037132918c700294a491c1786eff0d44735de76, '', 0, '?'),
(0xec7b25e909181f873a2e3233b3cb7126, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\score_icon-2760.css', 1, 0x00000000000000000000000000000000, 0x9cfc7777569aaaede138a3871ee0c7fc, 0x0fbd7727fb953630f9c14cc326c05be4908e0d3a6185dd13fed4b184e6c51d6b, '', 0, '?'),
(0xec7b56631252ddc60e3e98d4884181c4, 'wp-includes/blocks/code/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2e67a930ddd201f442d1a10c14271ac, 0x3964e15802ddccd7820cd30c0eefe1b86ccec785e698968e659ee511d61cf0b9, '', 0, '?'),
(0xec7ea07aac72700b3be8c1382bbed9b2, 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-blogging.php', 1, 0x00000000000000000000000000000000, 0x037fa5bd1e6a5ac8d2873946d20fabff, 0x5051c2004c621290d29d882300c26da2c46025391f97517e06a8e02e3f48bff2, '', 0, '?'),
(0xec7f24cec594019d8e96c2a8e794b961, 'wp-content/themes/go/dist/images/close.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\close.svg', 1, 0x00000000000000000000000000000000, 0xdb34ee32da257b1aaa4ce22a39675089, 0x4d43c41efacf5ce280c14f4846c9aab6ea670515747b42a3b93c630f745b9537, '', 0, '?'),
(0xec8d70c5abc84a0a35b82a798dec50cd, 'wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\misc.php', 1, 0x00000000000000000000000000000000, 0xb166455d6aa4f69c04c863536f0b4c04, 0x10fef6429d42a557d2a6133728fa4efeddc5cdd31e25a57ee8ac15ac985137ce, '', 0, '?'),
(0xec8fbd155610d996662b20a927d6dd8a, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xec914fbb9ad29d9363162f0b3756adc6, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0x2df5fe22037112a501a608680814e96a, 0x3314169775246507bfc72ada5a99ebd0235b7ecd9daf05a59ea15c357e754906, '', 0, '?'),
(0xec9302526e96c634e4912bed3edf5068, 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/time-based-seo-metrics/time-based-seo-metrics-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\time-based-seo-metrics\\time-based-seo-metrics-route.php', 1, 0x00000000000000000000000000000000, 0x7c210cf1236a619c1d29005b47d36892, 0xbe341682c1ee2d95eaf4d78650194186c56282b8bfdb01b553baaf27b33244bc, '', 0, '?'),
(0xec98c624fbe867c242a02fa8368d1cea, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtemplates-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtemplates-popup.php', 1, 0x00000000000000000000000000000000, 0x9bbb3c7806e6e1747a82bd313da8f9c1, 0xcfce4c1be3b4c719a14a36203adff283f469c7d7dbd01cf8f715e6c961ed82b3, '', 0, '?'),
(0xec98e422bfa8ce10fa31f06021645d97, 'wp-content/plugins/wordpress-seo/src/introductions/readme.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\readme.md', 1, 0x00000000000000000000000000000000, 0x6f35b11a8ddf27a55dbd2a802a0067bd, 0x83dd8df9acaae193d553e227f7fbd455085c1ab66e23f4baa592ae1e1d3ce772, '', 0, '?'),
(0xec98f86235418d629f0dcc24a2233b39, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\PumpStream.php', 1, 0x00000000000000000000000000000000, 0xc86276a4b2b8beaa2261a832d0a16a6b, 0x116270d0949f49f185ac2bcc158fa98afa3b835f0919f323c53a5d116ec208ae, '', 0, '?'),
(0xec9977d4f599edd34d35df339fb6c4a6, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Support_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Support_Builder.php', 1, 0x00000000000000000000000000000000, 0xb46d58152592d5e19e67e76d59fc1d6a, 0x860645c92d05e7972236d24c698d6f019172326fcf46a9f60452ebf4dcfcc90d, '', 0, '?'),
(0xec998d4e3551609355bca5d518551e83, 'wp-content/plugins/instagram-feed/assets/svgs/exclamation.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\exclamation.svg', 1, 0x00000000000000000000000000000000, 0x054114fc94931d76253a00219750b6c2, 0x4f8d9057972fba6edd86f0da53fef6bc52ec1fc5d905a2163564b28d08a85800, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0xeca9a902b297650d693e6bde71aae9ef, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0x1e6e909eab41b575d4ea702e95248024, 0x1af732d0c219b61a7fbe1040a1e61c1854ec07265ee622a936b2c9b6e647c344, '', 0, '?'),
(0xecabf752e589ae2c7b59e7045e010619, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Invoker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 1, 0x00000000000000000000000000000000, 0xda1e6318e63f4ef807fce9644999c19f, 0x0a2b6fa6ddf941e2b2f0e9eaa92462529415b9e837a9faaeac979c65f152698f, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0xecbc55c1ff8ab6b97cd857a102295ce6, 'wp-content/plugins/reviews-feed/class/Common/Migrations/Reviews_Post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Migrations\\Reviews_Post.php', 1, 0x00000000000000000000000000000000, 0xabed5fbdf16a9e9fce26d76fa8727ffb, 0xab59723b9efbe8500f7582dbe727e49795d8f54a51efe9bc1b8b0ba7b4f6bd2c, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xbe2bfbd206f46f6f10980ad9c9ea41b8, 0x0e4162937127ff31a01c0b819af92b03829c84959dbd17eb44519934eb8168b8, '', 0, '?'),
(0xecc881cec93dd7fff39671dc75696e00, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Notifications.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Notifications.php', 1, 0x00000000000000000000000000000000, 0x90297ed116dc4b7be1d312a1e51201d1, 0x9fe1be06eb50a3738e033aefcec052a0303b8e5409254c82d179acf1035b4e21, '', 0, '?'),
(0xecd568ff360e5c13fe0a48ef9c92d37b, 'wp-content/uploads/2025/01/beauty-treatment_1996976.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\beauty-treatment_1996976.svg', 0, 0x122a63a38bc037e9bdca16b5e3b9140d, 0x122a63a38bc037e9bdca16b5e3b9140d, 0x46637fd79f93c369cc164fded9b190998b6f53d8412b61d0d647b57a8ece8731, '', 0, '?'),
(0xecd8a5c700f1b55b240d9aea70e8eede, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 1, 0x00000000000000000000000000000000, 0xfb3adfbaa2f039d76a1573c57c27871b, 0x5f9712bba913e12838cf42c7d09ac9a9e6f086e002623708d592a572fc20ea9a, '', 0, '?'),
(0xecdee4f46c2fbbf871dae35779527047, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/enable-llms-txt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\enable-llms-txt.php', 1, 0x00000000000000000000000000000000, 0xc411919f75613eed36872f1f37a0f125, 0x8250bd1295256921b5a4bad897089c39bf1e1904348298ff11eaa766bb359972, '', 0, '?'),
(0xece025a459276beb23a7aa04dd9b2b0d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook.svg', 1, 0x00000000000000000000000000000000, 0xa4e69e8f7cbb7ecf868d5ae7f6c5b2e2, 0xe6b8732b385a7dc7d47eae312adea92f48380de5b3a6e35eab32939b62675f7b, '', 0, '?'),
(0xece8c626096f2361ad3a575bbcc9ae5a, 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x845c6f9f13f966407f713db133bb5b4f, 0x715b4db93bbe34bcdadaf4712c6330d8a6d39ef5d777d4b9a6300768c377f06a, '', 0, '?'),
(0xecee4214d6a4df08b29d1e5b1538d431, 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\pro-widget-promotion.php', 1, 0x00000000000000000000000000000000, 0xc1207fba2b518ba6b10cfc86f6bb6676, 0x70093620c74bf6e9a23f433e4b94561948b8b18754ae7985fa7ffbff28540c81, '', 0, '?'),
(0xecef5bfa8e8052a6fd3aaa96f995f977, 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\already-installed.svg', 1, 0x00000000000000000000000000000000, 0xff1e0b6045be5a03910b9c965a73eaf9, 0xc6d3d8c94bd9c0070293e03a7e4c8fc97244c84257e22f0122062dacdbdf2ad3, '', 0, '?'),
(0xecf3b18e9f08e27ecdd7555233546f70, 'wp-content/themes/go/readme.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\readme.txt', 1, 0x00000000000000000000000000000000, 0x4fef2f843ef95df6bd8cc56d6e4ae64b, 0x7000a7a95bbc3ce91e29bc728b0edfbb7e821912767048996f6a1788a01621a0, '', 0, '?'),
(0xecf50f7e941dd71041e3534f5dc84e7e, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-yes-no.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-yes-no.php', 0, 0x38b5d34d08b714a9ab566ec97a9b07cb, 0x38b5d34d08b714a9ab566ec97a9b07cb, 0xbab9a3f96ae1aba942483269c7e9bf3156dfa5fef43266e65769e19e7782e539, '', 0, '?'),
(0xecfb0e99983904fc152b994be17fcb2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\ServerRequest.php', 1, 0x00000000000000000000000000000000, 0xdff5261e1d888f90f367d6ce453ea9e1, 0x8b2ae8b06df2b6d439bb8676f936e5c4c489346868dc5f86d987d977603480cc, '', 0, '?'),
(0xecfba0e1a2e4a90fe79461d9280ea845, 'wp-content/plugins/elementor-pro/assets/js/notes/599.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\599.min.js', 0, 0x72e25e5ece86d090046511f76f588071, 0x72e25e5ece86d090046511f76f588071, 0x4f6b1d54882f718715f3bcc7995f82d197ce0cabf563462e95955b5e2d3a39a5, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x45f9db3faff36e5a1e0ca3d2ef64a52d, 0x47a8968d69b10d6cba69555ef5aa6eeade726dba35f0c9ce8fdbbb8c5c6c8d07, '', 0, '?'),
(0xed00fa8607ba37cf0840c7ce93a3e2c2, 'wp-content/plugins/backup-backup/includes/dashboard/modals/bb-warning-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bb-warning-notice.php', 1, 0x00000000000000000000000000000000, 0x1d67b1549cdcf50029dcbbd0346542fd, 0x7a236db1e46d6c67fe9c4ee8183727cda9658e1c4246d905a21efe6e002b7b37, '', 0, '?'),
(0xed0473ad49e88bd1cdcfbed9a8fa7eec, 'wp-content/plugins/powerpack-elements/assets/js/min/pp-templates-lib.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-templates-lib.min.js', 0, 0x2dd9bb0a6d490409204b3af84e4b7b6c, 0x2dd9bb0a6d490409204b3af84e4b7b6c, 0x2ac59a3aecaae689c1a627756e50207ad347bc8b44904dcb7e45e9bb64dd4c30, '', 0, '?'),
(0xed066a4a10842ea60594a4ab0af5330c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-2.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-2.svg', 1, 0x00000000000000000000000000000000, 0x41e8115ece5b716287f3370832a40889, 0x10ec5e1c63a1fcc3388f345b868601e297036a1755dae92a910f676effd3dbfa, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xe600c9403555e631851e5dc6bf35749c, 0x022a5c3e0ef23a7404f87ed630a8536712f8ddc289ae80e54ba6b7af2b6a6cbd, '', 0, '?'),
(0xed08db13f0ddb151c483044e3db18ad7, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/ai-generator-tip-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\ai-generator-tip-notification.php', 1, 0x00000000000000000000000000000000, 0x481bd62c0c7e28a12a815758195394b5, 0x24ccb0e0472f48d8208123eab4c81ccdac5ab37debc4d591948954028241b849, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x45deef91b7117d809237e73da3f90768, 0xa983e972c789de7a26334d616703c2df90fa4bb6edaca9ae1d72b3e93cb2d170, '', 0, '?'),
(0xed14fb266560ad39d4a30aac33595d7d, 'wp-includes/blocks/image/view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.min.js', 1, 0x00000000000000000000000000000000, 0x34dac7b9837c3f03b61b619b641de7ed, 0xae37f40a65d0d16af56275ac0f2eab1db96247df165f4cca081090c34fb2904f, '', 0, '?'),
(0xed1769cc1381b421c3d46b8616cba974, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\composer.json', 1, 0x00000000000000000000000000000000, 0x0d7a1afb6b744181e401df477a3fbf62, 0x5f6f089060c7a3de6a29534bc04f9c300405c066b7218cf1d3661eef045f6375, '', 0, '?'),
(0xed24cbeee33ec5814d974093a60215a9, 'wp-includes/js/dist/script-modules/block-library/accordion/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\accordion\\view.js', 1, 0x00000000000000000000000000000000, 0x8bbfa26604b6b36400ee70a59cd9095d, 0x1b18fa6335d88e3db6ce9ffda87df41d9270165de705e893d2b1d6dec74e8b09, '', 0, '?'),
(0xed287dd19606e03fd328236fec07174e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ThinItalic.woff2', 1, 0x00000000000000000000000000000000, 0x41e5a3f2a2a480aaed8418d246385e88, 0x193fb4100f821c9cf181168f5667b4eeab4fdf3e58560235895d2e6bb6753b86, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xed2e3d620ce44c95894618feaae7f4c8, 'wp-content/plugins/instagram-feed/admin/views/about/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\page.php', 1, 0x00000000000000000000000000000000, 0xf1e2895987f7ecb82aab324cc24ed338, 0xd24a05a91d61a9c92db5410c8b471ec1bb74cabe41da881df6fdf76b3017e928, '', 0, '?'),
(0xed2f2cc2f2d768df0dfabe6ec383d890, 'wp-content/plugins/reviews-feed/vendor/psr/container/src/NotFoundExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x4f07d5b79decdbb99a2dee96c1e76f9a, 0x7fce82c044d2d036ac9012a955d884f89c95996cf0fdd91e5412345913190fb1, '', 0, '?'),
(0xed2f83ab32b416ee2ff3473b00182b6f, 'wp-content/plugins/wordpress-seo/images/support/github.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\github.png', 1, 0x00000000000000000000000000000000, 0x4aa08acbb0f4c5197eaf7beb51ea8a8d, 0xf62f7ad5891fbd9a32e60619ac97029754183a0717acb5e4f8031161e452a638, '', 0, '?'),
(0xed323ab5b12ed147dea4386510f896f7, 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\data\\endpoints\\templates.php', 1, 0x00000000000000000000000000000000, 0xfc4b06ea50cbe41978fa65454a86b17b, 0xfeb649f510100b7901392a3729bcfda1af38dfde096b81d60c8ea0ee0aaed8d1, '', 0, '?'),
(0xed352a2559a7a0ce456bc6381582c67c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-responsive.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-responsive.png', 1, 0x00000000000000000000000000000000, 0x1b25298b4b145bf2ab7c0a434d2d0403, 0x675bddadfe2c9773d7c3e14a7444f7cf17fb07a8731aba1393b424b558653952, '', 0, '?'),
(0xed353648b3c737056d94cbb1a61d828d, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInUp.min.css', 1, 0x00000000000000000000000000000000, 0xb0b2e5ff2a6ff61d6ee9103d45c5649c, 0x172b09433430348b0338af77ec173c58e587bd3229418ee821df434801308f84, '', 0, '?'),
(0xed3a8e4c73afa45a288bf32b2b0ea43a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-loadmore.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-loadmore.png', 1, 0x00000000000000000000000000000000, 0xa375218cc9be45823c3b6eab98ced885, 0x9d32c96b6ae4e38a6350c11c311b5933b92844c1801f56c684aaf5737f1b7159, '', 0, '?'),
(0xed437e038cec4bb251591b95dd08bcbc, 'wp-content/plugins/powerpack-elements/assets/js/min/query-post.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\query-post.min.js', 0, 0x3995b7e120de251476be6fbc317c2b52, 0x3995b7e120de251476be6fbc317c2b52, 0x9c15595a90535bca1073106215eb61500fe7ae0ec6a68ac18ef27d660eb1c62b, '', 0, '?'),
(0xed44b4ddb58e758210874b7bf431261c, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0xdf16876402bcd17f1b94f722d1b00db6, 0x653fd040bc9bc9ed2e5ce8a12e07e5ea29262bac384de50c0b71e4fece182e0e, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0xed4f5de898980a66fa2baae9b71be44d, 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x764e1341a4886e1f9ad507f143ddc567, 0x462b1fe0678adb0afa29fd4140a502bb7f63acfd96ffccee89a80644fb2b1925, '', 0, '?'),
(0xed529f8a22201333cbc9a954fd119613, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\module.php', 0, 0xe2142c62787686bdfa1bab56fd3a61fa, 0xe2142c62787686bdfa1bab56fd3a61fa, 0x4afeb3afd5274fde59760b42e4621bb52f1a2aadb796a462c379d642c25a7e42, '', 0, '?'),
(0xed568a2595f23e8f1bf95ce174367560, 'wp-content/plugins/elementor-pro/assets/js/hotspot.737497535441dc0bc037.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\hotspot.737497535441dc0bc037.bundle.min.js', 0, 0xb218787c9c3b78ba717550280132ece2, 0xb218787c9c3b78ba717550280132ece2, 0x99db0336029bce8bc87636b635f6e9c0268718d5d9fbdc750f4a7798aaa055df, '', 0, '?'),
(0xed577eeca111baac6a3152cfe65607ac, 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-new-user.php', 1, 0x00000000000000000000000000000000, 0x5396fdd710321626bda76b40e87bdd61, 0x663eb11f0814de6a080f492bc5e401b93825bca56cb8d3edaacb5db36facc46c, '', 0, '?'),
(0xed5c0493c471c1ce5d0d8c8f88fed077, 'wp-content/plugins/instagram-feed/admin/builder/assets/js/oembed.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\oembed.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-post.php', 1, 0x00000000000000000000000000000000, 0xa23b0e188028c1c827ae689c483484a2, 0x7609e33ad124de59943ccd33070799d72971da8fcab28c7814df08efedb7bc91, '', 0, '?'),
(0xed5f00bc10375c874001ad5664187f0b, 'wp-content/plugins/elementor/modules/floating-buttons/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\module.php', 1, 0x00000000000000000000000000000000, 0xd47ab654fa16c10c11ab88d330838da5, 0x8aa040ec2e17c89900d2d5bd8b8d93df9eccce32f5549b0c9d15998e719bdce4, '', 0, '?'),
(0xed6b2e8c4f6a4dc7180f5383e590c39f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-ancestor-watcher.php', 1, 0x00000000000000000000000000000000, 0x2f30b00ac1cf2e08cd86be15e765cf85, 0x69c8843fceb8e23e5d1d629a845f33a2722c9c7d3b706237993d2c9a0881df08, '', 0, '?'),
(0xed700a7e76ab92136349ad08768c4fb8, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/reload-page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\reload-page.php', 0, 0x1fa3ad80188e77f695bf8a61b099ca59, 0x1fa3ad80188e77f695bf8a61b099ca59, 0x685e2582180a4a2b695eefecb42796e5db5ec253e6f6c644e1fa31237ee6154a, '', 0, '?'),
(0xed77ec7b140048cf9d18e58d43eb2b59, 'wp-content/plugins/wordfence/views/scanner/text/issue-commentBadURL.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x1c73b36496e75f1f05e3efb935332986, 0xfaef1e02a9a061cdeccd9dd766bc3b306456404e869842f71bbf6ddb543bd98a, '', 0, '?'),
(0xed7970eb21e7840295e71aa7a51feefc, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-fix-assessments-2760.css', 1, 0x00000000000000000000000000000000, 0x5f961592b0bad9f3e6df3e652bd5217e, 0x1e1a8fc77af2b75b7abf2d49407fdbca116c707eabcbe3d50f54d0673cab5753, '', 0, '?'),
(0xed7ee9b471ffc33ad384afdcc1b8f591, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\page-title.php', 0, 0x06942199136391d65783332c6b34ac21, 0x06942199136391d65783332c6b34ac21, 0xab640c3a795e2beb7f5077f984aafe55d74544e4bddbe8788a9207b4ea2cffcb, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0x490f26563a18e99f563a73cadf0b2929, 0xa6dce4bf32ed82b0ab8b4e7452102c0faacfcc0659a5734c237e4fad45072675, '', 0, '?'),
(0xed8c3e4c54a0cbc6a0d47a23506bc3b3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\TransferException.php', 1, 0x00000000000000000000000000000000, 0xa0ddf059aa7a8763c628ff70635e0a7f, 0xb51ab96b7c90219160066d53384b57b6fe150c90bbdfd67c666f3fb71c882c3b, '', 0, '?'),
(0xed95cd57ec05ecf206ac76c7b4e4f580, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/events.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\events.png', 1, 0x00000000000000000000000000000000, 0x0c80a951097e889f4b94cf7ce97343bb, 0xe0882f4812ccd1fe5f828322e276d0865299e15242dbc65769ce004fec039c7f, '', 0, '?'),
(0xed97db3a4181abd0ae26ce9c0f8c1f6f, 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_ReviewAlert_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_ReviewAlert_Builder.php', 1, 0x00000000000000000000000000000000, 0x7c88c46e5fae5da9460f1a1bfbd50c7c, 0x1424bc3e5a3fb2a32f0e05de3593f54c124f139f4de347c9d824976dc791df7d, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe99fe66a4dd8d196c2e9e96c4da3915f, 0x937807465a8a4b63dfc9338137c460d4aa246a06188f67f1fd5dd417510becdb, '', 0, '?'),
(0xeda481440811d69ccd968f82464c0c07, 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe6146bebf44de039ce85087652a56813, 0x94069192274ed4b3b0d662d5be490d7691feefb12053aa7a252bb06ac7a349fa, '', 0, '?'),
(0xeda48f5ad21a87350acd6ab47d851140, 'wp-includes/blocks/buttons/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\block.json', 1, 0x00000000000000000000000000000000, 0xd09b6658e062398b662289b5c5855661, 0x7922667f06512d70343c93c9cb553e8193560cefba028a00c21647de9481b0c4, '', 0, '?'),
(0xeda51cc3db5757f9943d38a888436730, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\DivBinary.php', 1, 0x00000000000000000000000000000000, 0xfc241ceb42688ba720d4150d7d331082, 0x890159139da1b1c79f25af4b3e3e3217e57bf7681fe9609b64544de701a21299, '', 0, '?'),
(0xeda5901649e2193b3bf74e6fd1ac31f2, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummylighbox.jpg', 1, 0x00000000000000000000000000000000, 0x966375251e7260ed5921815fb8839304, 0xcabc8d5c4e85c97f83f5d6663f17b5ef92b5d0adc38db5f2b61fe618ed26bf70, '', 0, '?'),
(0xeda5ea1881b1776bf4c481a1665296c9, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x256e7a5c79aef0ad8ac24e1133bd454b, 0x5ee0b46d857fadc24cbc14ba5e3c6ab66a37418e8df5887d8d7489fbdaf1f2e5, '', 0, '?'),
(0xeda6dac865b06040d0ce490d57384ddf, 'wp-content/plugins/wordpress-seo/images/icon-sparkles.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-sparkles.svg', 1, 0x00000000000000000000000000000000, 0xe5333a3ddd3ea096f3d829ba0fb4af78, 0xa4a9a29c4cbcc5fe91bb5fc3bbb0724419dcab331aaa6fff5f4927e4204e8ccf, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x400bda367a936c7c3933b9e32f43343c, 0x936a20ad2102558ab2a9223b65d70ad55929926a3fc5a927c79948909aecc8b4, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\link.js', 1, 0x00000000000000000000000000000000, 0xcfb69035a7edfba4abd69ef9b450f4a7, 0x4fcd6ecac46efff4f2cb95cc7b3f9fe0c85121ef3df888d117a256a56f69d3da, '', 0, '?'),
(0xedb453ddf8bdc327cc2c6a8920176dd7, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0x383b8542739273df39a194deb1428543, 0xa56a4247efbdfa611b5bb3d6df6696867664986723660bb92bb9ce12171f3f9f, '', 0, '?'),
(0xedb6189d406ea94bfa14f913da1a9766, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0x99df30840ac0458dae1a76f911b100f0, 0xa1c8f7257563eaa94b7a40d2ee97cb3e367bf3e4dd73c691a3cd2ae14b6e7de6, '', 0, '?'),
(0xedb9890c20dfede4e83642818ea51533, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-accordion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-accordion.min.js', 0, 0xc6c20ae41e1ee45f4edec53c1239a79a, 0xc6c20ae41e1ee45f4edec53c1239a79a, 0x205f2751baa7c342e7a68e56db97dda20feb82c7c2da1238501730628ef05f0c, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0xedbc48cd1987d597abf48b4a976f0d77, 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/route-permission-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\route-permission-trait.php', 1, 0x00000000000000000000000000000000, 0x3b9f5bd376a3ffec9f8b7923abb324ad, 0x06fbc33a48889bb23446a0b759cbed208675eb241d85d3a504e5c13a0d03489a, '', 0, '?'),
(0xedbf4b772609827d69be494703163d47, 'wp-content/plugins/powerpack-elements/assets/lib/justified-gallery/jquery.justifiedGallery.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\justified-gallery\\jquery.justifiedGallery.min.js', 0, 0xb3c16bcda205ebe084ee04f4900b7dbc, 0xb3c16bcda205ebe084ee04f4900b7dbc, 0xeaf5517b5f7876afd2d480444da971a4d7227f6d7b38d385866210eed5dbfc9b, '', 0, '?'),
(0xedc76051e1d8c5da1daaf4458315e693, 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 1, 0x00000000000000000000000000000000, 0xe577289f7a53bb933b194f8301a60b6b, 0x00403efa13053a4ba2a5f7732b7fdf77e1b54d28a683bef93addf03919f414b4, '', 0, '?'),
(0xedd2b1c1bdb6898b917c103638d01107, 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/get-reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\get-reviews.php', 1, 0x00000000000000000000000000000000, 0xadf89a4dfc71f305bdcb5978d872c934, 0xb82451232f09f245336e24cfd4646f1dd8b867e15d2e096b448f7d3839ca94a6, '', 0, '?'),
(0xedd8c0551f85d845e0fd4bda822af155, 'wp-includes/blocks/gallery/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor.css', 1, 0x00000000000000000000000000000000, 0x30ba5da96aba0d94d39e3ae2d6708124, 0xf1185725ace18a291694d3441f008fbbedd5e3c44ac1de967a104f3248e14843, '', 0, '?'),
(0xedd90f74fe0bf995b5a06eee91bac351, 'wp-content/themes/astra/assets/js/minified/frontend-pro.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\frontend-pro.min.js', 1, 0x00000000000000000000000000000000, 0xc639c24475b5d46804a0503bf6be5242, 0x1745ee34328e9f225622d7bb7d7789b378d51e55a3bd60aa97288d9de0848a9b, '', 0, '?'),
(0xede4233eb4ad6c88f4686c376ed05fe4, 'wp-content/plugins/instagram-feed/assets/svgs/eye1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eye1.svg', 1, 0x00000000000000000000000000000000, 0xcbd396795a693c5883ec55dccd77d166, 0x009005dad084fec75129c8773a6a806b05f485e182077edebfe68778cb98965a, '', 0, '?'),
(0xede8e70dee669c15715ecfb2847ab102, 'wp-content/plugins/elementor-pro/core/admin/post-status.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\post-status.php', 0, 0x32d58e11358cad9975ed9791d87daa6b, 0x32d58e11358cad9975ed9791d87daa6b, 0xee3395d742169016caaf90bb4eb48d0b6bd17de42fb0c3dadc1a100db7725909, '', 0, '?'),
(0xede8f2ea252a98042238ade8cc5820b6, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab\\atomic-tab.html.twig', 1, 0x00000000000000000000000000000000, 0x9a04a50b0a7a3b22c1bf8ab636658021, 0x3a65e7723c53d12f2a8ca48455c81ea21eae7d388c8154775af23ad0fd4897cc, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\settings.php', 1, 0x00000000000000000000000000000000, 0xa186674a3ecdff426e38281c3c4d7959, 0xebc4112e8575a645636393f9e8e0342a0f9ae978e279fae9fc500a5032986d51, '', 0, '?'),
(0xedeb41ec8e6f45dd860d30a884ff1082, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0x3fee15ef54cdb5d59dfe49fbeac41c27, 0xea61bd65053679684c26b7948706682b1a43687a9a2259d69ba223d2bf467e63, '', 0, '?'),
(0xededc6336dc538efd0c7703a165e9aac, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfUpgradeError.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfUpgradeError.php', 1, 0x00000000000000000000000000000000, 0xe77c5860920a0207f3769b31ff64f60f, 0x3fd079f9f348e8bcf33d1221600959e8545936f0b0ef16f912dd2949547deb44, '', 0, '?'),
(0xedeed5f2f1038fee74ccfe82a5e08cdf, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0xc5d1e1d55aa0a8c7e3dc2dabdc589375, 0xda083ff2fd2d38390b861e8f456db5d058d9df7a04eacf9386ffb1490f640685, '', 0, '?'),
(0xedef5446d82f6d005641d90f4361e4a1, 'wp-content/themes/go/dist/images/design-styles/trendy/search.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\trendy\\search.svg', 1, 0x00000000000000000000000000000000, 0x187eae64e6c74672075b5a40607ab67b, 0xd18f64da4ae13a80ed793503e6237a91df3eca09a9b60f9f99400f509baaae33, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\upgrade.php', 1, 0x00000000000000000000000000000000, 0xcd64aedad776423fe9ccb10789689f6f, 0x4dc7f04bc66bca8092dccfa4a19e8cb061045e7e6df2b47bf91a6cfbad3c7ab9, '', 0, '?'),
(0xedf6b0e0eb4f8b41ca8515cbe29b6f51, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/reviews.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\reviews.png', 1, 0x00000000000000000000000000000000, 0x3c33237549e99fc310addf749ffbca83, 0xf8a3d409450f5ef5d3f2554686c2aeeb72730f8efdefab062f356e941bdc5fd5, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.min.css', 1, 0x00000000000000000000000000000000, 0x4134e01524b7744162f722970ebc9ba1, 0x2d75c341e170212493640ecc08203141e36434aff7ab095ef4eabf78fbe9369d, '', 0, '?'),
(0xedfe575b5f931c957c592c33ccf20e6e, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.asset.php', 1, 0x00000000000000000000000000000000, 0x5e1cbf44657ce1841b7dab9d1571687f, 0xc45255eaa154787b66943fe4a09d26c2a834bec3146594bfe2f0f90b8efbe21e, '', 0, '?'),
(0xedfed98b7c5ce626698704228e38645f, 'wp-content/themes/astra/inc/abilities/customizer/general/breadcrumb/class-astra-get-breadcrumb.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\breadcrumb\\class-astra-get-breadcrumb.php', 1, 0x00000000000000000000000000000000, 0xa91d72b4be7d1105d9db2f1470c30cce, 0x73efd187e26e8309b29804588379067d13e535d1aefb1694f8d1f792fba54ce4, '', 0, '?'),
(0xee04785dd238dc7ee8cefe3b5fb784b1, 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x3108dc4f202e48142233848f62b2e979, 0x5b6bd27efef73f20cf89cc87917f73d2efb2fe043a8f5258511d6c8cfcdcfd6d, '', 0, '?'),
(0xee0a2fc4ed2bd3f209da95333a6463b1, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfThemeUpgrade.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x66ef4814c74858103d4056ba2ede950b, 0x89628ce056e528cac56a7b8dae70c326ae8986c6218cc3e63e8e3b3e36b3d98d, '', 0, '?'),
(0xee1153ff3c7dc8027b77112238c9a181, 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-get-background-colors.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-get-background-colors.php', 1, 0x00000000000000000000000000000000, 0x9421280c98a5f0786fc1cf985ca56993, 0x35c6ebb7a3c03daf357844b973510381176afc9cba3ebad1d61c50f127f581ac, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x687d0e991cfbe6bf37c8abf1e0ca0a42, 0x72822276e15aac656a52b0f73766d82f1054ccb69f3d71f1fcbcf0aa4a0edb8a, '', 0, '?'),
(0xee1a34a5278dcdc5c858bbab090b8873, 'wp-content/plugins/reviews-feed/assets/images/balloon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon.png', 1, 0x00000000000000000000000000000000, 0x18b0da96712fb3fbe57bda5fb02c080d, 0x53d8549e0fc3ec723c56a9334ae1c7b2e86a257844077b63c3a32e6d91654d4a, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x1b5b4e6d2012ac6cf156d2aa3384a68e, 0x06e9352c8c8b4d33c535f7dd6e28744c35b6a03b5ee6c4502f0e397ab1e1d838, '', 0, '?'),
(0xee1f1a4c282e61e9f39753d53077f72f, 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/runners/export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\runners\\export.php', 1, 0x00000000000000000000000000000000, 0x4800dc51aba5808f07d6eb13669156a4, 0xd3a85fffac1a8b0f3824d622c33ac021ca135d915bcee6f0b8a84fc85ed11b84, '', 0, '?'),
(0xee1fba28fc340b825271252c1f86c457, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.strings.js', 1, 0x00000000000000000000000000000000, 0x060ad98f541cd23d46f7b03907f26b7f, 0x8cd33a26d8d0340f00da09a535d4672a4633a7590364910443539eff926372be, '', 0, '?'),
(0xee2116d86d6dabbf6698a3d30d8ab99e, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\importing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x285824bc5bdac1a806506c5567f1be32, 0x99d7a4004f65250a8543c5c8ecd35b7596c07be52a8a00ac63370005991d1a75, '', 0, '?'),
(0xee253791bcc83a32d5685d5caed4c065, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0x9d492aced32785d38191bdf7b77a8acc, 0xffcd904c2aefce07fe0bd33ef16350b16250b600299c1786db43c3fc366bcb7a, '', 0, '?'),
(0xee2a6998a939b5f6c4f30b4fe48d0a86, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/fetch.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\fetch.svg', 1, 0x00000000000000000000000000000000, 0x5edf4fdf85fe3db90e2d38117219f427, 0x589fc8ae1e23fa34449477e8903e528ca8d4f75711f3ce0ac27fd6e15a64218b, '', 0, '?'),
(0xee2bdb2f9a9d4167764cc45b87b155e3, 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\pulse.min.css', 1, 0x00000000000000000000000000000000, 0x452887209c29011e8ffb4036cf8631da, 0xfd78ab3c2b9dfe24da60a7183304ac7701cacb431317201a155b1f8ccbaf0d05, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style.min.css', 1, 0x00000000000000000000000000000000, 0xd84babd634a08bd53ab5d65efd22406a, 0x4df218eea3efd90e2f6179d32c5b4199742ab2ec92b1c203dc7282f1e6842b53, '', 0, '?'),
(0xee3054f09faf7e74fed7280c6d0c9c21, 'wp-content/themes/astra/inc/class-astra-dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x1f130ea8a8736cf2a1b201f71ce46a9a, 0x5bc603faa9b45c7dd4a14e5389bcb6a1b5c49eb356490176dc04746a682a471f, '', 0, '?'),
(0xee331e649fc637cf21976b0943a9bc3d, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/modal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\modal.js', 1, 0x00000000000000000000000000000000, 0x11552d7b520b20dc6dbe294dc816c286, 0x84f3ffb8561297dd52bba2c7063f52ae6155b863c741fcb8254078a4e2733282, '', 0, '?'),
(0xee334c82e459674202da88b43c27afd2, 'wp-content/themes/twentytwentyfive/patterns/footer-centered.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-centered.php', 1, 0x00000000000000000000000000000000, 0xa4e26462ffc875fb2e2b867dcd5c2c9e, 0xf83549479f90bd490bc3f1a1c716fa185b847dbc7f0cfa652da95bf2b5b15b02, '', 0, '?'),
(0xee3377bf7c47747ad14cc01f5f9a6297, 'wp-content/plugins/elementor-pro/assets/js/social.de5cec83bf689b2f1f01.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\social.de5cec83bf689b2f1f01.bundle.min.js', 0, 0xf374219972be966751d4f63ecb8fc6ec, 0xf374219972be966751d4f63ecb8fc6ec, 0x7f66150e884df9bf767985877ad5ec3ee2a402a24abc5122e8e8b23c4c2537e4, '', 0, '?'),
(0xee37a05a81e7d4376a07cfb5d3ad23da, 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\traits\\hierarchical-taxonomy-trait.php', 0, 0xa935931d337fe279cb2a1911dd167619, 0xa935931d337fe279cb2a1911dd167619, 0x4e53e41aa63373c71bdd30c52ca89a1a9fdf72f51a74c7d66b5dc6c2c3212752, '', 0, '?'),
(0xee3c0e41212254fb4d3f9eea7779f29e, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0x7124eb50fc8227c78269f2d995637ff5, 0xc8dc052d55ac4154b3e63abb387cc81f48f3978fc9a4483e000ff8d26bdf0fe9, '', 0, '?'),
(0xee3f6b628d8c8578f75f8f4a9ea34d9d, 'wp-includes/blocks/comments/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style.min.css', 1, 0x00000000000000000000000000000000, 0x64474c5ef33193025c8138ecacf26fa7, 0xa07cefb5ca5ea6165458fbe19dcfa27853e60e6a857ec335ed275b4c38014344, '', 0, '?'),
(0xee40cac0d717e668105955f1d71cb7c1, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\x.php', 1, 0x00000000000000000000000000000000, 0x23b95006de6cda51bc28505a02722fb7, 0xd8e4c5420a31056af80e7208f8552a98c80fc81f8d6a3bc4b09fd080c056cb52, '', 0, '?'),
(0xee451ef419d26141063a041baf6a57ac, 'wp-content/plugins/custom-twitter-feeds/templates/item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\item.php', 1, 0x00000000000000000000000000000000, 0x99909adacb749374c26790b5c58910d7, 0x1a30702819e96908c392adbc7769f7da1d4cad3b0e82a4fa762a7281e275803d, '', 0, '?'),
(0xee464e9298fcb90e7e9718a4a0b242a0, 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\unminified\\custom-controls.css', 1, 0x00000000000000000000000000000000, 0xcba13903dadbbd90879636a3488567b8, 0x97237b7d7dfdeb3eaef78f880e0a6e738b08f9075cb1638c589adb7c2e06e6e9, '', 0, '?'),
(0xee4826d4a6a9aeebc6ae09a86badbe71, 'wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xee49972b94959c0e61e832776f0a2bcc, 'wp-content/plugins/instagram-feed/admin/SBI_Support.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Support.php', 1, 0x00000000000000000000000000000000, 0xf7f5d843d8f778acaba66c36821733a6, 0xaf00e0ba16fbd605e526dfd8101e3dfba17ebe1257faa5d745bf91a15b24cda0, '', 0, '?'),
(0xee4b7fa12e06b9f7b36278e61e7b3b1c, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-3.min.css', 1, 0x00000000000000000000000000000000, 0xe0629131e922077b50bfcc328ef7ff31, 0xb383c53e5ac34f058da8aa32abd76767bf339773584de5d55c19bb01c5e0b8a7, '', 0, '?'),
(0xee4bfc3121bd2cff00676f16f5acd5dc, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBR_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBR_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x31a7ce88ca977afdb565d639efe8d6fb, 0x0c046cfd7dd8546cbe6615593b78edf4f493c096aa5a72d92d84474d432bd6e2, '', 0, '?'),
(0xee4d969fba6a09aa75e2c3a3cc2ab759, 'wp-content/plugins/elementor/modules/apps/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\module.php', 1, 0x00000000000000000000000000000000, 0x1da298ddb2426c859ed24efdadff03c4, 0xca2d0d3a0fbbf6f71868c372411429792677e96aafb5b79bd4ecc407ab39347e, '', 0, '?'),
(0xee4fdb04b9134dba5ad93a31625d0e21, 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoint-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoint-list.php', 1, 0x00000000000000000000000000000000, 0x0a2c2fab3781b3d2297f8833c553be78, 0xe7c6f21df84228b3e20347a9f43f27ae6e9a0001a2adba1bc6c1ce0a5447fe24, '', 0, '?'),
(0xee516eb012151042325a6cc2e4ad9179, 'wp-content/plugins/elementor/includes/base/element-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\element-base.php', 1, 0x00000000000000000000000000000000, 0xb3dee0fe8de655eb0efc1e4b01bc726d, 0xf92f4b268fab4de81ff47c0423d6b823584ad01a25985f14e7cb522a04dae991, '', 0, '?'),
(0xee53692603c9ae837c327ace4ac9bd7e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\container-converter\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x027350c1c1c927246c5919f9fc33f20c, 0xd1f86cc0139f1b8bd4265e8856531cd4986d2398801f2e9facfef6cb86825626, '', 0, '?'),
(0xee5c29bf46cc503270870b64d185d8b0, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/customizer/sidebar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 1, 0x00000000000000000000000000000000, 0x5c19811c2a601606a245692d99eeb0f8, 0xe600bf6098c399e6df37935eac94b837883a44ad3f879a2fa53ce1d1e7f2466e, '', 0, '?'),
(0xee5f257bfc7044fdc5aaa4d6fa0f7c37, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-price.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-price.php', 0, 0x938ba51956af73d13f23d76e2d2e834c, 0x938ba51956af73d13f23d76e2d2e834c, 0xe937dc8813d3a0fb303511ac537ea283ca1169d97c78d350cc9819520bd6aed5, '', 0, '?'),
(0xee602efd24c5da5e17fa3905e70713e0, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 1, 0x00000000000000000000000000000000, 0x161387a89e1f2e679b2fe8bf71448e1f, 0x3f76d5622c007cef429c3eaf0c3a9077e4d5e474c78b87457b85dce97699e2c3, '', 0, '?'),
(0xee61c46575f7c3a120d2cc19e2435203, 'wp-content/themes/twentytwentyfive/templates/index.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\index.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xee63019fd2c4e707bb0a00ec3c0da1ce, 'wp-content/plugins/wordpress-seo/src/ai/consent/user-interface/consent-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\user-interface\\consent-route.php', 1, 0x00000000000000000000000000000000, 0x72de3b72c1400fbe7be6ed64da03125d, 0x86bb68a6005f5101fde652827788924c951c3755745bbf1d1f0a391206590c6f, '', 0, '?'),
(0xee654ea4a472a8f921580953b9f108c8, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-bottom.css', 1, 0x00000000000000000000000000000000, 0xd14c48d9e7b0f8af4b0cbb2d32271a9e, 0x5a906ed2b417d117881794b13c7bc1655bec81242d9c7a443ab3a39aa48f2db0, '', 0, '?'),
(0xee657aca9a1b0a31d8915d25258aa035, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/justifyalign.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\justifyalign.svg', 1, 0x00000000000000000000000000000000, 0x74c7c8aa0bc135fe481622807df23c12, 0x535ea2e5d9309ab15e063c4e45d541ec3967db09c2b8677efb14abb3ea7f248b, '', 0, '?'),
(0xee696c00f593d68f9a73c08873afa8e0, 'wp-includes/blocks/post-author-name/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xee6f171bbdb428b8d426225f29295431, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2953.b56038dd93e8ae30.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2953.b56038dd93e8ae30.js', 1, 0x00000000000000000000000000000000, 0x327ed20029b1c42f418e9d89b111df85, 0xa64951765f156e9dd2b5bafdc4b20e444992c48a2f3a2aa3e28d1d998d5464a8, '', 0, '?'),
(0xee7071974b17a0c46783ad91b6346b04, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Node.php', 1, 0x00000000000000000000000000000000, 0x7613f84b9bfafd3c95db74ddd720c251, 0xf44f5b5ee18918c1b07956a6136016cbe2ea9e3de968e82b0fefb0b064d1002d, '', 0, '?'),
(0xee70b87e07fe7a8047f2a8811c297a83, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 1, 0x00000000000000000000000000000000, 0x01f552f4710be10502e610b15b0b7e3a, 0xc0bedbd62e85a0bbffd1807ce978ecf92f5614a5bbecb95d472b0ded1fea79a0, '', 0, '?'),
(0xee7165c880c737f3b6bdea1295b60c00, 'wp-content/plugins/powerpack-elements/modules/content-reveal/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\content-reveal\\module.php', 0, 0xf83e3ffa618a51ea5d1b5a764bf3777d, 0xf83e3ffa618a51ea5d1b5a764bf3777d, 0xbe8a4480722aeeae32d34da0ee9339bcad91552aa554a4747152c9ef907a9d17, '', 0, '?'),
(0xee771e0ce6d099c5fa077fa1adda20fd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/ServiceLocator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\ServiceLocator.php', 1, 0x00000000000000000000000000000000, 0x9e1480f26ec6d34dad6973c7cd01eeff, 0x1eb88c7048c3a2f3e61186b9c45a5dbca1322b19c0b3aafe2c1a231138c35ae6, '', 0, '?'),
(0xee7859404f272237943441b6cabc0b66, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\category.php', 1, 0x00000000000000000000000000000000, 0x8b4625758b64282aa43d6c0be126bdc4, 0x232c2c8e57d7ba08f8e14296c16af2a8319bf6633bacaa182392f167a795a8e7, '', 0, '?'),
(0xee7b82f0360a30d37c4886926c9c78c1, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-booking.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-booking.png', 1, 0x00000000000000000000000000000000, 0xce16544d287c005b66502ceb070244c3, 0x3bf72ce729eef4cfc5cdc54d8819b613b70e244aa3993f5cf299eb8b71868ad9, '', 0, '?'),
(0xee82f7f3154b11f9df96d959096de754, 'wp-content/plugins/elementor/modules/ai/connect/ai.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\connect\\ai.php', 1, 0x00000000000000000000000000000000, 0x32e6bb7bfa9fa9aba00514ea0e1bf76d, 0xf6ce58699a489588544d3864193c6d4a43fad8ecdccd8314554acfb0952a2d9d, '', 0, '?'),
(0xee9e9791460fd417d33e8b2111387518, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0xad21f2dcda6175242ff62e3e9d57d2e5, 0xcde0439679cfb45d7ea01c27661157b499f54189139f312c5378dad2120d0375, '', 0, '?'),
(0xee9f92bb3e774126058a8ff7b798ac9c, 'wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\oembeds.js', 1, 0x00000000000000000000000000000000, 0x528bea88470f2b732d633d770adf79da, 0xecf29787cd23f90d834f7359b9e92e54eba65d786b2f04ebbf1af67122722747, '', 0, '?'),
(0xeea1bfe7d8caa35baa75c8c348172c1d, 'wp-content/plugins/elementor-pro/modules/global-widget/import-export-customization/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\import-export-customization\\import.php', 0, 0x8b7b7427d16bbd39fd79d5b55436bfaa, 0x8b7b7427d16bbd39fd79d5b55436bfaa, 0xa7d22a963394494a46a1fc6f62cbb692da691d181ad6e5cb4b648536a69a1bc2, '', 0, '?'),
(0xeea38c843cf4de9595c15c54136b9f61, 'wp-content/plugins/elementor/modules/components/transformers/overridable-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\overridable-transformer.php', 1, 0x00000000000000000000000000000000, 0x71b00c6d600553d453e874875895842b, 0x1e8a908be5cb8d974d89a598447aa261be192d6bb1ef204368abc2d53153d138, '', 0, '?'),
(0xeea896b8d54254103cd66d99fec1cb63, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-posts.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-posts.min.js', 0, 0x31090e510ae46f7a45c45e0692ae0b14, 0x31090e510ae46f7a45c45e0692ae0b14, 0xff992e2d931fa419d8dd8dfb2bf0762c82d45c06db2558348bb5052bf784079f, '', 0, '?'),
(0xeeaa109abb482c036a21d421bac06b99, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x064a2955161cbf77d19318a22d873646, 0x543ef5cdeaae9ada18fb763e192b803a065c3db036e4c8d7d5321a9aff73a1ba, '', 0, '?'),
(0xeeab88c9ec9df4d81d17d1bfedae875f, 'wp-content/plugins/elementor/core/role-manager/editor-one-role-manager-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\role-manager\\editor-one-role-manager-menu.php', 1, 0x00000000000000000000000000000000, 0x601cca87ab2af9663d0582cdca290b1c, 0xa5a0e2172c73d383d1855ce81146b811bfbfe1f32639079b6dda79502243766b, '', 0, '?'),
(0xeeabe1648ba1b8593a018bbdf9e5b80f, 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-rsvp-landing.php', 1, 0x00000000000000000000000000000000, 0xeef6da2ef4fdd09aa3cf8725af3703ef, 0xcf30cabce0f7d8ef8768eed65ef4cd790cf3450291b2d2c84b80660f57c83a54, '', 0, '?'),
(0xeeadf1c0c6ed91e5c49e0d102a9fe3a6, 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/revert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\revert.php', 1, 0x00000000000000000000000000000000, 0x72b36531ab19ff1bb1612fabb209abe6, 0xb8f1e80f36d9291c9fe44cab321b40e7ab50ce8d00316d9dc6c15ff4da6e129e, '', 0, '?'),
(0xeeaeed82e48fea6dc8dccde655056fcc, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0x26c2ff8526b767352a9632d8160a0dc7, 0xdc7ba1aa9631d7a8647c3fe78ed52f84b5422f48b716ee87b9d29ba50211a6ef, '', 0, '?'),
(0xeeb196d1f8a2e56ea18d364dfc8a7e4a, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/TextDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\TextDumper.php', 1, 0x00000000000000000000000000000000, 0x7eefcfadfc1271d893f9fda47217862b, 0x23a1bd076a6e2269d34bac7934688a0ab0c926004eeb69fbebd63745bf9d70d0, '', 0, '?'),
(0xeeb2aa3cf19998aadca224a4ce6f9f45, 'wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\documents\\floating-buttons.php', 1, 0x00000000000000000000000000000000, 0x874f148bcb0081c114ff14b28f0e56a1, 0x792126272fc2d14414b279c722bbdd5e43dcb6490c6a6a6e24fb1b7e7784f03f, '', 0, '?'),
(0xeeb2d58bca178b3e29648922534c9953, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Cache.php', 1, 0x00000000000000000000000000000000, 0x3d7eb3b574c4e67f3bd35d4d48bd3b04, 0xe63e3082a98bf91c77ff5c636742216c277b740d19b347a0ddde8175c6b9fe0b, '', 0, '?'),
(0xeebafb2d4e787d2fec3ecf76f5058cff, 'wp-content/plugins/elementor/modules/components/documents/component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component.php', 1, 0x00000000000000000000000000000000, 0x8a89537b192185cd3abc5a90f1bf879d, 0xa386d292dec1f220558ac8174a62593fdbb5d170e58891cc35d2cc72de3d36f5, '', 0, '?'),
(0xeebd489a2e77db040186ca51de90b9a1, 'wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-carousel-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9a581085a6db8908c26c76ffcdf3d630, 0xed8c023c188ea73c86387f25a5943e5268fb648c7aa3655c0550f9e8a6e2adea, '', 0, '?'),
(0xeebe3c843776bacd1f59363fe9e09dd1, 'wp-includes/blocks/separator/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6d6650fb2c66f3271dd7bcae744f6751, 0xbb8f38e0e39c7659a7eacd9cef207bb66b7a669e377b2bbed5fa11c1d4d77fc6, '', 0, '?'),
(0xeec0e0f22df1fd7dba5b984c7e0a57a7, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\premium-active-conditional.php', 1, 0x00000000000000000000000000000000, 0x2e42fe6317a71b782f55330805e052d0, 0xfe3c99c78f57295c3326aadf748f3a8c2f36f7a6b33164610680bed6d04b4fad, '', 0, '?'),
(0xeec4c85f65e96d3e88f9f931b6569b8c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-type-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x9e3b2aedbde0e878f8e54cf50aca58d2, 0x067f612dcd1dc4ddb20cf2e85fce75ae9c90cba9b2a1ac58f20f231e5a4e0bbc, '', 0, '?'),
(0xeec84bed04392dd42e9ae26795120153, 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.min.js', 1, 0x00000000000000000000000000000000, 0x7de6c39ea4922ded188fdf64fe343652, 0x712b10de17c7c5aac339c96da733feeaefe672f2d04d7c738fd47b675ae249c6, '', 0, '?'),
(0xeec85ac0f7a77c0b597da41dd48f6244, 'wp-content/themes/go/dist/js/design-styles/style-welcoming.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.asset.php', 1, 0x00000000000000000000000000000000, 0x1dbccfa29196fbf82d89514336b2aa4e, 0xfe09abebdc2bab3b5bd68b394fd650b5999daf941c23cdd0de76d6347fe2aa33, '', 0, '?'),
(0xeec902b983db67a2fabb7e2eb33205f9, 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-redux.js', 1, 0x00000000000000000000000000000000, 0x70e803308a043bfda89b3c1d91b34938, 0xdf49a7c87abf1afc90c1dcd214a60495a39b6d02f7ec64b1ee05d1d31f4738cb, '', 0, '?'),
(0xeec9f5026784ea76426e8ba7952790b7, 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\above-header\\class-astra-above-header.php', 1, 0x00000000000000000000000000000000, 0x09b788ae6fc02b046fb0e6c880da47c6, 0xab4549285d253098ff34b90c3521430b98682529debd3f1bbafb40fd9d10ce88, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xeecbcd6ed30b8a605dfbc725e2da6285, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0x68f966538bf71c0c6ff4fc79775cbe75, 0xc038accd6a9c256a7a309f9221864703efa4d45eb24ca231e13fe9d016fcd062, '', 0, '?'),
(0xeeceafbedb1f3ff1b967165784f5f739, 'wp-includes/blocks/embed/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0xeecf0d27da1bde794a2d4bf2611e1a43, 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.min.js', 1, 0x00000000000000000000000000000000, 0x3051f510bb660e46109e0d843993d0de, 0x96b488ee7ff2e5c009099726b477fb1bd1ce7e41130ed38db0f7db19e559bf7f, '', 0, '?'),
(0xeed4d2a846e2d2af47a7420c05a7d99c, 'wp-content/themes/astra/inc/core/theme-hooks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\theme-hooks.php', 1, 0x00000000000000000000000000000000, 0x87f9933d7d4df2c3d709b96e8e4e7ef5, 0x84ac3a08ec71e40c99bbfd26267e4ed2ee3972013576b39c7aad447d69f7ee09, '', 0, '?'),
(0xeed5aed7a9dacb9385b590fe21fea226, 'wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\dallas-creek-square.webp', 1, 0x00000000000000000000000000000000, 0xe2658a111f10c10215c636e674e0ee8b, 0x5ca9a0d3697642a55660035351156ac77c7fcbcabfca7d126502e52bc85f663c, '', 0, '?'),
(0xeedc69290bf8609cc0fe473519d6a1af, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\RequestExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x491aa916546b41d40ff0d08c1935ac64, 0x204d251f1a4730fa8c20f4abc92f036841bdbce1edb8ebbb34c62a73d0d3885f, '', 0, '?'),
(0xeedfcc55437cb26674ce8663da2b99c3, 'wp-content/themes/twentytwentyfive/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\style.css', 1, 0x00000000000000000000000000000000, 0xcb77fccbc7803d31cacc50df4ae488db, 0x65d4869f239d80fca3d2cac2ee85161abd079e446d56da63ffa2ec6011fab8cc, '', 0, '?'),
(0xeee13d9f9fc3217950b397a48a04b687, 'wp-includes/Requests/src/Exception/Http/Status414.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status414.php', 1, 0x00000000000000000000000000000000, 0xe3b09a4465b5b86cae177eeb894aa970, 0xf6c9c97f982efd08b1ac486d8db00c3c2bd61ddba6291dd29df3c844d7513c35, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode.php', 1, 0x00000000000000000000000000000000, 0x2da08858d79c8a95a78b15a1ea83b9e7, 0x8aa4e16edd57e13f17ca63a949cb9ce2d3a685597d3d8d1af640599897343f72, '', 0, '?'),
(0xeee7572703a4938f4ca642164395ee3e, 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/forbidden-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\forbidden-exception.php', 1, 0x00000000000000000000000000000000, 0xa382085ac7fb6f816b520dcbb149012e, 0xd640122aa7da376305fe51a217c379d916715e03ddbeff65e49e1953461b81c9, '', 0, '?'),
(0xeee77579aad89ffa755691fb402f82f3, 'wp-includes/class-wp-block-patterns-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-patterns-registry.php', 1, 0x00000000000000000000000000000000, 0xe0d5eb0408d6aa00e32fde32093065e4, 0xabdc37abddb7a8bc4834e525e073468e8a0fe17eac0b5380ab42cdd829c021b3, '', 0, '?'),
(0xeeefdb6460d33c4f300a3baf2d3c45b2, 'wp-content/plugins/powerpack-elements/modules/posts/widgets/magazine-slider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\magazine-slider.php', 0, 0x22626dfd65900a6a168eff5733da0b5a, 0x22626dfd65900a6a168eff5733da0b5a, 0xb914be5780fff03265a859841a5454268ee6f8749cdef3c7fb74e8707502cf9b, '', 0, '?'),
(0xeefc1565c31563a0b129b06cba35a5df, 'wp-content/themes/astra/inc/modules/related-posts/css/static-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\css\\static-css.php', 1, 0x00000000000000000000000000000000, 0x7501055d49d841d5b5d22298423ca0e6, 0x96fcb8cfb774a4e6fcdb70f121476b6446982e3f40606a72d37565672031638a, '', 0, '?'),
(0xef018ffa3ba26f4c033b43a32eda2d9d, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\plugins.php', 1, 0x00000000000000000000000000000000, 0x0396ebdf23eabba3a4846e0f831bd853, 0xcc999eae488eac43dc57d9250aa0c8db246f394b35b60e4627a42bb7829c0b05, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0xabc84e91e07089c56143c771a06b101d, 0x8446becc309448796365e54c7551acabce2616a7e4984c1e69480aa944c5a94b, '', 0, '?'),
(0xef0770325d538fd0c9dd8f1f61f00f33, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES.po', 1, 0x00000000000000000000000000000000, 0x5f18cec3e69565455a3b2ca493bd312e, 0x101e76a62dd27e2b5784014b697caa3c3936b42e7822e6e38ae418451e946891, '', 0, '?'),
(0xef1cf1763c677030a2321590349566a5, 'wp-content/themes/astra/assets/js/minified/style.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\style.min.js', 1, 0x00000000000000000000000000000000, 0xb8b5ec532428dd7b2d9d79f9855ba30f, 0x5bb83611063a554b7d2a291c3885ef6680ca78dd8c449e0e044fa745126de014, '', 0, '?'),
(0xef1fdc9366f9c976c5e83024ef863d33, 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\sidebar-presenter.php', 1, 0x00000000000000000000000000000000, 0x8655606ee84e6d3cf8df811d8522a410, 0x510676462b7771d2ece3807a48ebfbc738b3c645cbdc1d41cbf755f227211a9a, '', 0, '?'),
(0xef20b1e38ea739e24cf2bb82c1081c2d, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/SettingsManagerService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\SettingsManagerService.php', 1, 0x00000000000000000000000000000000, 0x0f6af109cf2eeb9612a665c2907b52e3, 0xada8c86d83e914075fe695fd4ee55b1a9e1a3dce2c9e35c2ec5052b23ad9ac20, '', 0, '?'),
(0xef2ce7990c4e433c1ef96d89fe61edcb, 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-news.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-news.php', 0, 0xb47046114e48513b637d996ef89e3918, 0xb47046114e48513b637d996ef89e3918, 0xcb84dafaca435197b45300acdfaaa253cb9e3ada9c9e4413e6a3219f097a0f06, '', 0, '?'),
(0xef37e26b657d97ec294b570e8f739801, 'wp-includes/SimplePie/src/SimplePie.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\SimplePie.php', 1, 0x00000000000000000000000000000000, 0xc0cabec97e0a7e0e8ef1971eab9b8bbd, 0x99e9d96749c4482941e26a2ff6711a60e231d297ab0ddde5e4743b67733acbd1, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\tmp\\.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xef4076fd7d75b6925e3161607f76c5f5, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 1, 0x00000000000000000000000000000000, 0xad3cdbbc1fd739b4d3f8ecde1743e2d3, 0x30bb6b740715150597f723463d739feb414400f6223894fea871e978d56b0018, '', 0, '?'),
(0xef458210086624bda278a00027e6150b, 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\woo-cart\\class-astra-header-woo-cart-component.php', 1, 0x00000000000000000000000000000000, 0xef62f7cc5e25b2fe59808abc71fa3854, 0xbd3bca79fe138e380b1d018be7f97b6c52db97a6a3bdbd6fba071ea98baa9b8b, '', 0, '?'),
(0xef573fa6b49dfa9d89f57079600641e9, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\comparators-checker.php', 0, 0x3d481d8d5042515030c13d926923ccd2, 0x3d481d8d5042515030c13d926923ccd2, 0xe4b1860855ae1b742a74ce009d7101e46c3dfd0440db70af36c56a19272d55ab, '', 0, '?'),
(0xef591a3e8e6ecdbe250b802172c61592, 'wp-content/plugins/elementor/assets/css/modules/editor-one/sidebar-navigation.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\sidebar-navigation.css', 1, 0x00000000000000000000000000000000, 0x626b961521c9af515f708267437b96d4, 0x2a76ace41583b6daf309e685ff610c7abc3ab0162a45357578ab344b648ab9b3, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-views.min.js', 1, 0x00000000000000000000000000000000, 0x2246598796a5f97b2d87881e96e0ae92, 0x65e1af54c0a520dfcd4ada7261ca7a4f815809072f5454b21911950e9a25a284, '', 0, '?'),
(0xef5ba2314854438fea7e35919e46176f, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/cff-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\cff-sprite.png', 1, 0x00000000000000000000000000000000, 0x8f6d32c99dcde14e00049bdc0a7b6f5b, 0x3baadc1f7abde1ea16db91ce1910ab4fe2e960b332c6c03b25a9e0ecd8f40a90, '', 0, '?'),
(0xef5f03bb9ef7f08bfec5db900db4fdfc, 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\conditional-interface.php', 1, 0x00000000000000000000000000000000, 0x31d03545d31a132d0ca68a04b031bfc3, 0xed9041b63ba0bf01ed9ec99cdbc04ba290f15f83b2a723487a07ed54e67ef73a, '', 0, '?'),
(0xef62199a19d02e828dc4cbdce838e9ee, 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\integrations-page.js', 1, 0x00000000000000000000000000000000, 0x440cdd7c763ba1ad9575b3ca6d68af77, 0xafe5352c0d86d73f74c823165e8102414ca1a72d670a9dc8be2b658d1c07a69a, '', 0, '?'),
(0xef64bc307e6d58b950493e170abac0ca, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES.po', 1, 0x00000000000000000000000000000000, 0xde3c7249edb129b4b4551aec787d0b70, 0x9374777b293855474fa4f88a0116e001efd8cc8c517de49ec2b44dd3ff79b793, '', 0, '?'),
(0xef64d1045fd439d6c9ec18b6ddd1ad04, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\endpoints\\refresh-loop.php', 0, 0xdc59928af995d62c49900f380b5e77b8, 0xdc59928af995d62c49900f380b5e77b8, 0xebc8b87d1264925d55811da53f62d1e3b0f7e1f315954961528f01a25b3514b2, '', 0, '?'),
(0xef683c6e7d507e6cb76dd931c8d7fa27, 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dev-tools\\deprecation.php', 1, 0x00000000000000000000000000000000, 0xc662f61ebba24ccc6f7911ecb46f23cd, 0xa3c63a923be0c6adef30d8be19bbef8ffb9a75643bf077e40ceef634676fba7a, '', 0, '?'),
(0xef6a55a0c733ea303ccc146713e9dd62, 'wp-includes/blocks/paragraph/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x4cf26c403ba427764016a85503e33aed, 0xe2e7dba984f750a5287d55ff2ded0000037241b5d8466b5382cfc801412cc525, '', 0, '?'),
(0xef6d4bca0408c66d3f2103ead8122149, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-image-overlay-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-image-overlay-transformer.php', 1, 0x00000000000000000000000000000000, 0x9d8312bb3833730a086eae2fa7714afa, 0xf97397da96adbdb9e0086b0aaf8255ca62c5fae2f0ae6c0de71d6d409d118897, '', 0, '?'),
(0xef73c03187611ec3387223086b740641, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Select_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Select_Control.php', 1, 0x00000000000000000000000000000000, 0x3b1c192dc64fef86e8b0f12555d1d468, 0xa7d5b34fe101a0271495400d4f6571c4a7f04050170782b5be15050848d4a67c, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0xef770e60795f9efdc0ee72deb91b925d, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xe0be8430039c2d3890ec7b233b885c9f, 0x89ca1bb5eac6942242c200570c7eac3faf6c8e3b8921cd3c006816dc54332cc4, '', 0, '?'),
(0xef7823de95a7a40767aff6b34c324642, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/index.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\index.js', 1, 0x00000000000000000000000000000000, 0x34a88c9ef7e1870389d0369e727efc01, 0x2379d1b74986332ad0cbf37d3f90efcf21024b17eab8b7ca5cf01db778ccf7cb, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\droppable.min.js', 1, 0x00000000000000000000000000000000, 0x07ba8069b534c82a481a5a770eaa6cbe, 0x3f0b72a31413dcb64ba3057ecfa69b63e82445b7115983d6a0573e2713fe29dc, '', 0, '?'),
(0xef7e54f10f2e83d24d90462eb2ef1d17, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/NullCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\NullCache.php', 1, 0x00000000000000000000000000000000, 0xe1342671fd79abaf8bd53bd60cba59e9, 0x55ebc5275b3dc1810f7fbf43a3bac07d5a42e7d4afd9f5deebb1e76ba3ca4d36, '', 0, '?'),
(0xef7ffab6d5cb95a7b37226d571c74669, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\installed.php', 1, 0x00000000000000000000000000000000, 0xf8fc7dbd03b8617e97af594a84d6efb6, 0x06f89ef9393062f61df323333cf2ce2156b239520e4ee51a7dc2dc592e0ff5f6, '', 0, '?'),
(0xef842d8159583cd8ecfb6e8f40b23869, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\font-awesome.1778081072.css', 1, 0x00000000000000000000000000000000, 0xd619f74e56f482279cddd12ea84af6d8, 0x1566c22986e86482b6973eac1bf51a38a878db8323e3c7e9a39b941de27f4c8d, '', 0, '?'),
(0xef84b561552f2458fa2f8cc2ffbcce5b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/editor.scss', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\editor.scss', 1, 0x00000000000000000000000000000000, 0xcf7fed550ec7b2ade89c02399723d368, 0x959e9605cc563af1b2e92a1487eee6ed09233fa32f7f4379970bfda6e9c6bdbe, '', 0, '?'),
(0xef87dad2a3f32b0a2248266b0331f900, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomIn.min.css', 1, 0x00000000000000000000000000000000, 0x7339af1b7f9c226094755fe645ff381a, 0x9e3e24dbd2c149d785fa358743b50f4e7ba9414d5329ad169c57daa455b73aea, '', 0, '?'),
(0xef8a2b24f153e2a646884b164ac3d199, 'wp-content/plugins/custom-twitter-feeds/inc/CtfAdmin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfAdmin.php', 1, 0x00000000000000000000000000000000, 0x2e0e968275a29efe411557b04e1a37ef, 0xbb7f769e20954d4338a53344b08f9a848d6c98aa10336a026d92035542355df1, '', 0, '?'),
(0xef8c5d3f16dbedee2450eb7e331191d5, 'wp-content/plugins/feeds-for-youtube/img/prev.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\prev.png', 1, 0x00000000000000000000000000000000, 0x84b76dee6b27b795e89e3649078a11c2, 0x8b588bba4bd6e8c2a8735c458133fc13115a22295f2542e5d9d3da6c07e121ef, '', 0, '?'),
(0xef8de2a510bda944446dfb163b7e51c0, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/colorpalette.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\colorpalette.svg', 1, 0x00000000000000000000000000000000, 0xbb7ac7c2bb4e204a0e67a0f31512cf60, 0xa6e263722fedc75efe0391498c8703fe519752481740efc3e8e2250ed798091e, '', 0, '?'),
(0xef8ff041bdf73c63269d4c635a61911a, 'wp-content/plugins/elementor/core/logger/items/php.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\php.php', 1, 0x00000000000000000000000000000000, 0x63ff08424a19e7e8d527ee4f9f8693fd, 0xe763991026f6e0fa0af8ec7318821bde0a781e867a7eedbbe6ad631f5b2f08ec, '', 0, '?'),
(0xef97752107fa252c2c822018a739c1e1, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/error.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\error.php', 1, 0x00000000000000000000000000000000, 0xd6d72e8d5f8669f3d2d752b805f14b89, 0x278cea9c1c973e873d51dd07bfab3bd8920a1bd863d057db65ed58cd9292ed33, '', 0, '?'),
(0xefa5a02896ab7f2024d24275266a38a3, 'wp-content/plugins/elementor/modules/wp-rest/classes/post-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\post-query.php', 1, 0x00000000000000000000000000000000, 0xc584e911620ccfa523c43edd504c6c79, 0x71ac1ea49184a87792d0f3e855c0dae9a1c255e98def2196066ae86b7107483d, '', 0, '?'),
(0xefaa49897995b49d7ed05bb509d9704b, 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x51b2acc08817973e09caeb0d82d555ee, 0xa77eed85aa653900a23f8a753a9c00d6d73ce3cd15440210a9c773da89316637, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-plugin-data.php', 1, 0x00000000000000000000000000000000, 0x35e0ccb63d193aeb728fc296d952f4c6, 0x8e60e5537833a9e55e8d785140c1e8826d9c5d1a2ec0a84e5a50f3a07afa5764, '', 0, '?'),
(0xefb3798ad8d84dd719bce80045d60ef7, 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\import.php', 1, 0x00000000000000000000000000000000, 0xf85fba628bdb726583778ab23685381c, 0x44abfbf288d2d21413e48debb1206d2b34c8c0251eabae11908cff81d8bb7b40, '', 0, '?'),
(0xefb4f275d32b800796a901dea2169afb, 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\semrush-route.php', 1, 0x00000000000000000000000000000000, 0xf946f4f56510e6ed6c434ea709109a99, 0xc068c4674461e113f623d9d436a6d2e9792911bf563a48de5541b21d43b7a0db, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0xe894bc3b1e99b91fa5ab645adcab49e6, 0xf48494489dfb2843e4e1254112b8c805abcb88b7c8d956a5ab256625a1004351, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xefccb89b5754ba07d4a29d347316abed, 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\helpers.js', 1, 0x00000000000000000000000000000000, 0xff227fa207c54bebe1a7c315af4864b0, 0xf636a71a07786f296dcc0da9b5c3158b50a7a9bb6be3f987f0452f60332c133f, '', 0, '?'),
(0xefd04dbf11caa9c4488dab823b11cb66, 'wp-content/plugins/wordfence/modules/login-security/css/login.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\login.1778081072.css', 1, 0x00000000000000000000000000000000, 0x3d2228217c0ac6ca43b07b3475aa4b62, 0x36c52a86ad82dcb3de4f7e63ef44595c7ea9b8fd99be76e5c2acf8ef32892d95, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\taxonomy.php', 1, 0x00000000000000000000000000000000, 0x3e91fc21bcf3b0bc128ca7d822d48a9f, 0x16c2b8eea0a64834652c9e097ad7f90758e5cf141d0adb6eaa6ce22dd9ade428, '', 0, '?'),
(0xefd617aafeaed31e16dc8ff963f774e9, 'wp-content/plugins/elementor-pro/assets/js/search.eb99cbb2b336e50a443a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search.eb99cbb2b336e50a443a.bundle.js', 0, 0xfdb8579c36c565cdb4f0654db6ba0d6f, 0xfdb8579c36c565cdb4f0654db6ba0d6f, 0xd1e74bb279dbe458ea64bf0346c5dce56093acb26ea090efe7d75a148f6bb828, '', 0, '?'),
(0xefd81e04eedb561eb903121f316cc93e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\first-time-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0xedfb0a4d66961b3e26a6595d1f66e3cd, 0x9725a6f1ed078991bfe900f6cbe8ebb3ef2c6ced15a777b8df2bd93a42dd2df0, '', 0, '?'),
(0xefd9c834857ea78e5e55314578e61483, 'wp-includes/blocks/site-title/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor.min.css', 1, 0x00000000000000000000000000000000, 0xf6a247e1f3cc1b4de2ce22f9d9747c1b, 0xb3bb130f15602084fc0d70814aa1f2c981f936db90a9b5ef1af8cc5bb6d1326b, '', 0, '?'),
(0xefd9f7fb9491456d82560653ce39c7e9, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/folder.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\folder.svg', 1, 0x00000000000000000000000000000000, 0x49f33718b668d4c4d91b3e3a20685e86, 0x60bf8376eeab246246a86d91e459acf3d994d910498544de3bac9cb5447601f5, '', 0, '?'),
(0xefdae8afa082bf738844d055fba2b3ac, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200408101900_AddCollationToTables.php', 1, 0x00000000000000000000000000000000, 0x52cbe3cafa16708a0dadc3c76f254674, 0x9c5c1c1dbd71c305e20220eb44bc1973fc609ec5720fea9e4be4e2ffa60a8d37, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScan.php', 1, 0x00000000000000000000000000000000, 0x6864e6d6d79cf86b827a19d5c8f3adf0, 0x8abc6c844ebe200d07a3670001bf3f3f8e602f55a8b72ec6768d4cd1b85bccfe, '', 0, '?'),
(0xefdeb80d491b33396057323018a74d6e, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/information.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 1, 0x00000000000000000000000000000000, 0xe98e1cea700f77d299c48904fac40141, 0xd4ff906dccccece1251104de6b819a295df95c5cb27b2b78b837a8ec465f82c2, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xefe8bc077aae611ed42a077e55cf086f, 'wp-content/plugins/backup-backup/admin/images/confirm-action.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\confirm-action.svg', 1, 0x00000000000000000000000000000000, 0xdf47501c513e22c3f557d825eaebb826, 0xe02d39b0cb3b4f810b5160728853be0edd95d23c468d3b0467cc1950c531a895, '', 0, '?'),
(0xefeeb1b271812b51b8434258ac718cef, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-it_IT.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-it_IT.mo', 1, 0x00000000000000000000000000000000, 0xa182c5afa1ada44ee8c5f60b215f3554, 0x34d2f87c832b111a6277a455f66a6d67ab31c49fc156d0f65978cabce366d788, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x56a14db7a4731c398cf720e72ac5b353, 0x30041f31f8062207dbfcd57f0ad0ee61be74c163168513c8bf0bd4c7234f047d, '', 0, '?'),
(0xeff19814ac64f0922a2934df3863e641, 'wp-content/plugins/elementor-pro/modules/table-of-contents/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\table-of-contents\\module.php', 0, 0x4f2983a7cd0e5b60b3b4ee2ea2ba6517, 0x4f2983a7cd0e5b60b3b4ee2ea2ba6517, 0xeb6edc24f075a43e7e799bcdcc9c7ef2ca40be65a94131d5f908fc99c81e704e, '', 0, '?'),
(0xeff3839f18cb153a94e77e5d47d16290, 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\token-manager-interface.php', 1, 0x00000000000000000000000000000000, 0x8626761ef9c79574a02d3e0754054076, 0xd49cd05647fc35b807656b9a46ffdc3445df01a2067e965306d016b07595d0bb, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7d0cb6bc457b272487f6e3538e21d4ef, 0x7acd183178d8a66544884b5db54d1efd27210fbdd047169308a5cb277bbb3333, '', 0, '?'),
(0xf0022853ec598b2be511fa2b4efa9d19, 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\archive.svg', 1, 0x00000000000000000000000000000000, 0x46b52baf76cb26247bf12381c4a1efb1, 0x5edb48dabf6f82f0e8f99085bb52dad44435d06791e6418dc34651b8eb478a42, '', 0, '?'),
(0xf0055816405331f783d565b90ad1b967, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/search-ranking-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\search-ranking-data.php', 1, 0x00000000000000000000000000000000, 0xff45a182f236db03df2db31d90d2eefb, 0x726ee7404cbd19f63ed66ac65ab9a888ac5548011a7bcc6a1dc286977bb5ad9e, '', 0, '?'),
(0xf0077b8c05c641f44192545ced9dc75d, 'wp-content/plugins/wordpress-seo/images/support/help_center.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\help_center.png', 1, 0x00000000000000000000000000000000, 0xcb9c818636ba4a9a1b2e9b54c83c8f85, 0x11083bcc1b40f1ffcb3baa37325f1cad3852bb4e7e2a7d6188266c0292832bde, '', 0, '?'),
(0xf00a05d3f04a84b956ad48eeb776e50e, 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\e-swiper.css', 1, 0x00000000000000000000000000000000, 0x01cbe3efaf44ef89bd90ef62de98cfea, 0x5716edcaec53dd28e8bef2d5e978b682fbeedf3ea79ede4d1926983c92d1d649, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\H.php', 1, 0x00000000000000000000000000000000, 0xb2264e7529a97767c6a11c675e26c3cc, 0x3521daecaaec8594084e7b4763a80219dbfb0bba79de5df2fc3e5c3b184221d9, '', 0, '?'),
(0xf01bb8ca36294a0f6f2a8aa7014e6e2b, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-object-fit.min.js', 1, 0x00000000000000000000000000000000, 0xe6b4a903c46088892240e3d229f5ed18, 0x5b28fb51fb4004cc8adb2332930a48fe65a9ee45639b7bd7a8784838ed8b113a, '', 0, '?'),
(0xf024259cdd226d21921c94b1d8374503, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-aliexpress.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-aliexpress.png', 1, 0x00000000000000000000000000000000, 0xce16544d287c005b66502ceb070244c3, 0x3bf72ce729eef4cfc5cdc54d8819b613b70e244aa3993f5cf299eb8b71868ad9, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\menu-header.php', 1, 0x00000000000000000000000000000000, 0xe1f7523f903837f8358104fdc983a520, 0x5ef96b6403be55ffd8b5378875af10bb371d7ef8ad6113a1efd52d13d63b169f, '', 0, '?'),
(0xf027a2daf8767a63288ee22fa870f514, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CaptureNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CaptureNode.php', 1, 0x00000000000000000000000000000000, 0x88799e64c1665050eeacb01e69bc5783, 0xbe227e03d64d90d266935d280c4c4beb26f3776a00fd18a6b28f356026e536da, '', 0, '?'),
(0xf031cc1c8a70487d140e456a6972bac3, 'wp-content/plugins/wordpress-seo/js/dist/workouts.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\workouts.js', 1, 0x00000000000000000000000000000000, 0xd31105e39521293300206b754f863c1d, 0xeca9ab5ab85279ba10d521a89f37943652c2856c119d999e1bcde3b07ca1dd88, '', 0, '?'),
(0xf03315fe6c72120f01d950fbe85fb542, 'wp-includes/css/dist/block-library/classic.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic.min.css', 1, 0x00000000000000000000000000000000, 0xad26882771ff774d3476251ddc0cbf71, 0xf7ac04e69cf6e5c9e2c5b97ed985f62e2d7e47d1e89597848d47f8f0c415940e, '', 0, '?'),
(0xf035eb87869e75bf79e047f2ca244263, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8753.81085773978b4cd0.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8753.81085773978b4cd0.js', 1, 0x00000000000000000000000000000000, 0xefbc6c4035b796b2603dc8675a3aefd3, 0x6e21307d97f9243f9c08c2b4bf0dd218039228ed9d3b701ae368f9e511ed350c, '', 0, '?'),
(0xf03666dd9e1841ca354fe099eac4ac8d, 'wp-content/plugins/elementor/assets/images/no-search-results.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\no-search-results.svg', 1, 0x00000000000000000000000000000000, 0xe59c5718460ba8afe53c2bc2e265a917, 0x5b94e87ec83b4cfa6c1fae84a1206187863a392ac623ffcde691dfe3fcaa1b19, '', 0, '?'),
(0xf0390e832fab9c79ee9d6c35c2936df0, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Colorpicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 1, 0x00000000000000000000000000000000, 0x0c598c1136d236d4fc92d00e4fde8061, 0x6e9a8f15c925d68446109410806e0fb180d44d4f7d9409c405764913481d30cb, '', 0, '?'),
(0xf03a6b0aeab63aaab25f39296a50708c, 'wp-includes/blocks/tag-cloud/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor.css', 1, 0x00000000000000000000000000000000, 0x1f55b8e5baf9b7caa7d3d4fddf11e3a9, 0x44ea2e531ad8dae3babe96fb04a498a0fc9eac41b22e9792d0fb36df0c0be82b, '', 0, '?'),
(0xf03daa9d5a9e86aa7a71ceeaf3133228, 'wp-includes/html-api/class-wp-html-active-formatting-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-active-formatting-elements.php', 1, 0x00000000000000000000000000000000, 0x13f919ec271857ae2199b98d99e7d3c3, 0xfb49b5dcb7ca125d5340049eec35298739d89bf44fffd85db59908a6ea709881, '', 0, '?'),
(0xf0483931ce5fd28bef219bdf21d65770, 'wp-content/plugins/elementor/modules/interactions/props/excluded-breakpoints-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\excluded-breakpoints-prop-type.php', 1, 0x00000000000000000000000000000000, 0x8fa035134a9d33d4c018ab2a7e267208, 0xb164f0187fa01b22e0ec13e92fd60519443629c39a3b84539c59865c640a5ad0, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Ed25519.php', 1, 0x00000000000000000000000000000000, 0xe42aaefffe17b2a6ebce65ffecaec52f, 0x31af8dc868b965e4a22bef0bc93ab27a1cec61060b188bf0e9f783cda33440ed, '', 0, '?'),
(0xf04b462499329202e87148623c2a3e2c, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\url.php', 1, 0x00000000000000000000000000000000, 0xb4a158cc28b15cad50232301f1298047, 0xc3b5a854c4c2a2bbe077a75e5a4af5d7026f76f387f3709eb2ebb421d5aea0b0, '', 0, '?'),
(0xf04b91fdcf7d152558144399b076fa78, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0xf04ff0fbccd0aa5977202f7c02d7776b, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\README.md', 1, 0x00000000000000000000000000000000, 0x05b6d1ea44de0f02d795fd4c37b31c98, 0xe5e5de08c6f37bbaed3f4d0c33eeab5fc8ac54f470aa150a262c85650c69f9f2, '', 0, '?'),
(0xf05209e048fab0f01d36f2a5c77aa67f, 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/UpgradeRoutine.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 1, 0x00000000000000000000000000000000, 0x6b1b161ae1c48c545f8e86faff7cbf3d, 0xe3ee67411c79f1618c9a116aa509a08355372ada86383afb9e5af7f60a905ca4, '', 0, '?'),
(0xf0539700e33b434be60310f1d6442aee, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bounding-box.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bounding-box.svg', 1, 0x00000000000000000000000000000000, 0x445aaaac32f326b54c4425e9f7ef28a5, 0x8da1ae5221f51d249107239521486ef63926dfb20469180820c5155515b56dd7, '', 0, '?'),
(0xf053a710de395165d2c649bc33180eca, 'wp-includes/blocks/details/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf05672c822dd6340a18b48073738b736, 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-13.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-13.svg', 0, 0x843eb44a55be9a10a3cfa9574ef8bb92, 0x843eb44a55be9a10a3cfa9574ef8bb92, 0xd690b4ac9f1f8fcba476cabbfafaaadde4641e7ae4ce866c9343108e3d3dcf80, '', 0, '?'),
(0xf05915ad6294f53f20e2320b9ce7d546, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/product-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\product-title.php', 0, 0x4adad3e57621ce25cb627dd1c01164b7, 0x4adad3e57621ce25cb627dd1c01164b7, 0x14855ba2b86463f281c61e8a8b1d22699e72e01c5bbb9cdc7248c8561c7df6f7, '', 0, '?'),
(0xf0696cb16829766c8420930417b71952, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/webpage-schema-node-property-filter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\webpage-schema-node-property-filter.php', 1, 0x00000000000000000000000000000000, 0x38e6a07d7707609b69db6651e99b4b6d, 0x9aa382f6158b203c983931fd8fdd722bfc732897c0f9a7a4c650bd4ab4789f69, '', 0, '?'),
(0xf06b92e7d814fb471c8fe600fbf46f15, 'wp-includes/block-bindings/pattern-overrides.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\pattern-overrides.php', 1, 0x00000000000000000000000000000000, 0xcb68bda0903b8d0903c0330b580016d9, 0xd80471ff7985390131a9c9da55c61667d910a3a2a914487d7baed506b2cf4365, '', 0, '?'),
(0xf06f75ab82ab6d9502d0c9bda51ca815, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/archive.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\archive.svg', 1, 0x00000000000000000000000000000000, 0xc9dc440cf99ffb29d516d5787c5a57b7, 0xfede1c50009d15ed8f97756dce568ad0210a9ad0ac32b19af61da9648b53e5e7, '', 0, '?'),
(0xf073bc25c5e0bc4c423412629e8c63bf, 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\old-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0xd417cdc0fda61d87a3974573f20ae6c0, 0x020c2e2587c913701f9db6b290ed7c9e9de5ed2dde6f271d07a6510ed815562a, '', 0, '?'),
(0xf0785d3365d5bc01c16b3135bde2c396, 'wp-content/plugins/elementor/assets/js/b668f6906820570e60b5.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b668f6906820570e60b5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x6669dd0d6993e15bf30341db223e8cbb, 0x4daf8f49e34dd5eee8e9403f334c83b6a15a79ee7b0fc800a9089c2fa20a8e8d, '', 0, '?'),
(0xf07dd9aa4c31c0735f3d81cc94d7e67e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\HeaderProcessor.php', 1, 0x00000000000000000000000000000000, 0x7c92cbc33e56d8b0cce3d7eab210280f, 0xd742f619b6d87ae223ce6ca9c9f6796e5244920c0f0495de2f08504c3f86f749, '', 0, '?'),
(0xf07e85a42accf36f1f6c18bed827ec1b, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/widget-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\widget-template.svg', 1, 0x00000000000000000000000000000000, 0x155ce482e6540b92613d2bc182172eae, 0x86a0a3fb019b16b03f4384909f4124e21cb30d27b08b68363398416845bc44eb, '', 0, '?'),
(0xf0879502c7ca5193d9e4c8083d83264c, 'wp-includes/js/tinymce/skins/wordpress/images/style.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\style.svg', 1, 0x00000000000000000000000000000000, 0x9c15be58d31c9617037cba2747758afa, 0xddb2bffb61e78d231b94298960d46e25f31c22190b549a6ab64f92c500252878, '', 0, '?'),
(0xf089e04da7b19f5f8bde230c9cefd095, 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/wp-content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\wp-content.php', 1, 0x00000000000000000000000000000000, 0x9a55e991247591c90fe8fc781657ec2c, 0x651937a6dd692cd4330551b7becc034ba1a0335dbb776e3b2f21307f2407dd99, '', 0, '?'),
(0xf08eecb456681ae372f12c7f34546005, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/builder.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\builder.css', 1, 0x00000000000000000000000000000000, 0x2d2bbbb9baa6e47c8166e15ff7325d0b, 0x8f5d56872c3f13945afce60612c227933bc61399fa1fda540705e0f1442af05a, '', 0, '?'),
(0xf091c9f3f280e933ff8c3a8fc0b45e63, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\interface-wpseo-wordpress-ajax-integration.php', 1, 0x00000000000000000000000000000000, 0x6450fc58c203a5c51cd7fb6e85e724c6, 0x644df5f8e06b73719cd6347f0cbffecacd14e75204fd5e7f32f87e42220e4b92, '', 0, '?'),
(0xf092c57370d1bfbb8c37aa9a79d05c60, 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\big-colored-logo-rr.png', 1, 0x00000000000000000000000000000000, 0x7e84ea362d55faba76cbe0efb6e1d638, 0x42b79229fa3c78d88272297273daea198e1610ee77f071302e255d4a0725b59b, '', 0, '?'),
(0xf094171406a2e779a92aac053a7f5195, 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.min.js', 1, 0x00000000000000000000000000000000, 0x9d53666face88d3d4e22ac598b930ec2, 0x284c93b3545d627743b3c7d2142ff7264f37e26cbc646bbaf2778d8349a2403f, '', 0, '?'),
(0xf09a959d182e222e66f3956316fed7ec, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateIn.min.css', 1, 0x00000000000000000000000000000000, 0xbe55969c7d604c02245fe8d742c59bd5, 0x796294a2bbcec174f9e5b95c2a8b318d514c0af157e99258fec1ca476b1d38fd, '', 0, '?'),
(0xf0a0f757700c333c8abbdb1ae0790b22, 'wp-content/plugins/elementor-pro/modules/popup/tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\tag.php', 0, 0xb7d72f03909629a5bfe0d25d478b7254, 0xb7d72f03909629a5bfe0d25d478b7254, 0x0e2e597e784c7361c0a1a121d4fc5cbecb62bf0187c9767e802319a23076589f, '', 0, '?'),
(0xf0ade19739e91b42cfa004f7338519fa, 'wp-content/plugins/wordfence/images/icons/check-care.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-care.svg', 1, 0x00000000000000000000000000000000, 0x9a4093db6e3f6475e4c7a16f73b03f1d, 0x4aefe5e7f558dd3ba157ed6069b922b6995b2af8e2f526604bb03e7234d0090c, '', 0, '?'),
(0xf0ae510f66945ed9e28671d414ac9341, 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-progress-modal.php', 1, 0x00000000000000000000000000000000, 0x1786529d91e7f0c43ca7180800336507, 0x0053b4ee9cd472ff9c3409966d0936f2ef6f1e0401464f4eabf1e17424e4b22a, '', 0, '?'),
(0xf0aeea2f9a23cb0641da1ebc38548cb4, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.4627e880b5d487f49e7a.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.4627e880b5d487f49e7a.bundle.js', 0, 0x5bf5c88c8bc1396646f2d000ebd309b6, 0x5bf5c88c8bc1396646f2d000ebd309b6, 0x35d8e1c729de117ecc133b9914fd35c9dc3ff9287ed5c9cdae2e08209cb4391a, '', 0, '?'),
(0xf0bc47b9841f3462259a5d61cfce0f4d, 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-single-structures-configs.php', 1, 0x00000000000000000000000000000000, 0x40a758f5bbbe5c948c3158653f070b5d, 0xf251f8dc928ad7005db50e64651c372d7ce351a185f468f53d55daf709fad088, '', 0, '?'),
(0xf0becf35369f40c48f448c422d121403, 'wp-content/plugins/custom-twitter-feeds/admin/views/about/content.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\about\\content.php', 1, 0x00000000000000000000000000000000, 0x6026c4b3fa17093a1e00370296d8ef8b, 0xb852530ccb5f89a39a6448900377fc43a85b349fdd1960a5b88bcf82dac85d37, '', 0, '?'),
(0xf0c6d57fc4f432117cfffc2f999e4c52, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/templates.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\templates.svg', 1, 0x00000000000000000000000000000000, 0x119cd19e0524f3611a65e4178c79311d, 0xec64b29141cf834998f69a25170d3a9f9c8a54de9312b1515088c415c7c0880f, '', 0, '?'),
(0xf0c70f22165141587618bfd97355f302, 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/save-plus-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\save-plus-icon.png', 1, 0x00000000000000000000000000000000, 0xae359232501a7855a8fa7e35d8df9e56, 0xd621babc916bfc1301a65827e1fca57fd18f4fc7ca3124a35c1e0dd64d7ee857, '', 0, '?'),
(0xf0c979ccfe75e86eb59ddb635bd9a79d, 'wp-includes/sitemaps.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps.php', 1, 0x00000000000000000000000000000000, 0xe7605320a5b398f245be58bb5e5941b4, 0xc525d6f81ee0aa53e469f9ac8dfa783310926bae99bd1b4fdbf16e7a5df6bfa4, '', 0, '?'),
(0xf0ca77380aca85e109dd49a4c0b648b9, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Builder.php', 1, 0x00000000000000000000000000000000, 0x481cfd98cd82957bdb1ac6f64a308b03, 0x315f6f009398481400e8e3c68d2fce46c05493f2ac0a2e53301f25839eee8452, '', 0, '?'),
(0xf0cc097662191421760872d20392fa4c, 'wp-content/themes/astra/inc/assets/images/starter-content/blog.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\blog.svg', 1, 0x00000000000000000000000000000000, 0x907fd0f2bef76d590d0d322c60a24914, 0x94a88569186f999f7d805625fe84fb96ed9d2a60049cf93270ade8da18989185, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons.min.css', 1, 0x00000000000000000000000000000000, 0x5c113141f5f44bd474a14e5b75e00595, 0xf696c8538459065e95c49cf4f2034dd5ac36c4a09efcb6314de5f567ed1f1f9d, '', 0, '?'),
(0xf0d1cf1acc8cf747b870e1a7cfee535d, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-fr_FR.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x2cbb6aac1ce7230fe0912605c6c42e51, 0x5e75a21938479bc45e949da12df4f63316f4b7bef93bcbffb7bbe36b5855f4a8, '', 0, '?'),
(0xf0d4e776c3481abef263d68e3ac448a1, 'wp-content/themes/twentytwentyfive/parts/footer.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer.html', 1, 0x00000000000000000000000000000000, 0x608aa5412849fd5d011f9c747573f656, 0x5b05f38e53405f96ee6b10f2442388f56d4c25b1c80a869cdd91fee73f17e5a4, '', 0, '?'),
(0xf0e72440f826fb40a6a079b6977889c5, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\README.md', 1, 0x00000000000000000000000000000000, 0xe588a805d12423a96d407df74d31d105, 0xc8083060af4ab32dd86d188486d016c7394216504508bda72ef25c70bb6d1774, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf0e73548e493fd2fac9b41c22eaa8cee, 'wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\class-astra-customizer-config-base.php', 1, 0x00000000000000000000000000000000, 0xb1720a580dd8c4ffa7dd91436efd7838, 0xa460b20f421c94040f5050723dd44725fd61440cf95273b4c733b80514687e41, '', 0, '?'),
(0xf0e8c66409665f2936ab0b1348eec6b8, 'wp-content/plugins/elementor/modules/floating-buttons/classes/conditions/conditions-cache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\conditions\\conditions-cache.php', 1, 0x00000000000000000000000000000000, 0x10b9a6c8eec40216adbbd0b33ba7dcac, 0x7eae946a2d266d94fba65a401336207bd7eb30a1ea43f141edd34088e690096d, '', 0, '?'),
(0xf0eadbb855cb35e850b7c0eb98075f96, 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\above-footer\\class-astra-above-footer.php', 1, 0x00000000000000000000000000000000, 0x5ba47aad2cd234aff23b5d46d30ff6d4, 0x1aaea360fd5d4e1785d70317895da09f96b87c778f45325d40715fc95cc56754, '', 0, '?'),
(0xf0f136a3902c96e42a290e8775dedd36, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trash.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trash.svg', 1, 0x00000000000000000000000000000000, 0x5df5988acf85bc9b14096bf603b8e449, 0x151274357ae616983840a8756c22e5038ac32cf99eb60e9c17cd2d20e4d285e9, '', 0, '?'),
(0xf0f45029145361cbd6c2ee8019cfae8c, 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\primary-footer\\class-astra-primary-footer.php', 1, 0x00000000000000000000000000000000, 0xddb4a73073069f580443f8385b4ad950, 0xa0e5bb2d584b69b0631fa34774b1de6eafa8b35e5c6a83e4cc7b3e279829db5f, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x37be461ca3c65891c3213a41c3476a70, 0xe3476f888c81441f2326cf0950a5bb2562a0025e9d5f576a275c582c91afcac2, '', 0, '?'),
(0xf0feb03882ac8a31e654c884b3c77b3c, 'wp-content/plugins/elementor/assets/shapes/curve.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve.svg', 1, 0x00000000000000000000000000000000, 0x472422e0596b67c1282ec5fe5f766e03, 0xa59ecbb68ca4ba1344b2eabd3d1218b280a1abbd4515199991a391c62cd79b94, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp.php', 1, 0x00000000000000000000000000000000, 0x21cb273d42185140b4cfb6897c682645, 0x062cd080bbe9e87077e4a40e5df1a4b30279ad4e2941b6e69959e956c7128e4c, '', 0, '?'),
(0xf1085499defb1cc3a8635cc5be78451a, 'wp-includes/blocks/search/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.js', 1, 0x00000000000000000000000000000000, 0xf0a08bb8af83643d68513683f1694442, 0x5c0c89343962834cd9bb723a8b6de4d7edab269eabb2197628d983061be4c017, '', 0, '?'),
(0xf10ed233508d646fd32cc374bc0feac5, 'wp-includes/blocks/comments-pagination-numbers.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0xfcd9511e557be4d759ec9736db0d23b1, 0xc982fa61d1176b3a7f6fa6dc33cdb05129ffcea7dde1b30a3ef5b3020605957d, '', 0, '?'),
(0xf11547c6b47fdef83a2799e071fb6dd9, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-socialwall.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-socialwall.png', 1, 0x00000000000000000000000000000000, 0x12ae7f8242b39c63ee47914b9eb696d5, 0x422d134d4d7d83cbda06949c937ff55a668e42b71438aa0ef6d315860cb4372a, '', 0, '?'),
(0xf11a8077970fb3793a5b75600e6f3fd5, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\condition-base.php', 0, 0xd776eae2f57f10a4ad6b4e1ff2588a18, 0xd776eae2f57f10a4ad6b4e1ff2588a18, 0xec3063a280c9d9f0133c6674f152f941acd0d5b1e230071f9875de01a320fb49, '', 0, '?'),
(0xf11f309a0a385011386f77b2c636b2c4, 'wp-includes/SimplePie/src/Item.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Item.php', 1, 0x00000000000000000000000000000000, 0x1e93ca245efaefdf7a82f5cbcf739993, 0xa9e321e4bbf0af459567f7023eb80ecf3cae6acf9a37750e1ffc9c4664f7cc5f, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\token-list.min.js', 1, 0x00000000000000000000000000000000, 0xcf486ec31d8d7aaf0918070a27df42dd, 0xc8d0f3f37228c03ab1f99cc382a0ef9fc3236096d45909280801df6399219801, '', 0, '?'),
(0xf12c0f903178881f4065e03c29f91110, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\AccessToken.php', 1, 0x00000000000000000000000000000000, 0x530f7b95053c8c2e7f61cbbdff9c5c7f, 0x0805fd7147f91ffaba4bfc9ee31d58e6ef09eeffbea4895578673632a94c44ce, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-premium-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xa853b921c7ecee3d9c5bd675524a5add, 0xa98fffcaf890463ca51e52b4f7f4f275ebf7672567fdf652970d5ddca81940f9, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\tools.php', 1, 0x00000000000000000000000000000000, 0x8fe7aacc4971e7e2ba47e8c8a7a66eb6, 0xaadfaa95d6809ba4af051d0b88a1e3a554ca26a89f6ed9fdd21bab0844d58987, '', 0, '?'),
(0xf13c969e4209ffd093ec650e418bcc47, 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-single-post.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-single-post.php', 1, 0x00000000000000000000000000000000, 0xf7bb21daf3cd8770a7e14e39450cc78b, 0x9d33c758c35eb4f0a52fea7eb0eca3ce4598d58099cf583b5cd3482360474c2b, '', 0, '?'),
(0xf13e33dfdbdfdf3c528468d5b7084b81, 'wp-content/plugins/instagram-feed/assets/svgs/halfwidth.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\halfwidth.svg', 1, 0x00000000000000000000000000000000, 0x70d6a0ac7bec726b26a1f5af77918c8e, 0x9f82e4e6ad78af4ad848541050d835a03dfde3722e86a322d328baedc92e9cae, '', 0, '?'),
(0xf142f250e75e56d170725361fc3a1eb1, 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Saver_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Saver_Manager.php', 1, 0x00000000000000000000000000000000, 0xc3d97022e93bbdfc27fad70eff7e4350, 0x154eb81901fbe5c27031bea19aad2185d844fe6aa296b289297c101a3a39c019, '', 0, '?'),
(0xf14e10bc6b2ce963b0954a352b1bef0c, 'wp-content/plugins/powerpack-elements/assets/js/frontend-countdown.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-countdown.js', 0, 0x6e141f405508227dfdc848cf4da89296, 0x6e141f405508227dfdc848cf4da89296, 0xd3f6c407189d7170e8fa88a19c5d2ccb5d5df001c447bff9c2644bbec99b229a, '', 0, '?'),
(0xf14e62c4938570090a1bd2f005233f45, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\webpage.php', 1, 0x00000000000000000000000000000000, 0xdccc25493f0504dd3e4dfb190e5f938f, 0xcea86cd0ad9c6847502ec03da8f97a8a4859e6968e3f661186acf0554035a52d, '', 0, '?'),
(0xf1537558e065ad1a5e1a2e6a0fcfae73, 'wp-content/plugins/backup-backup/includes/bodies/storage/ftp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\ftp.php', 1, 0x00000000000000000000000000000000, 0x1902287468b206367eb2d18e0c38dab4, 0x7877e2265cbc9156b65ac76725902370514c75f57eed800122956297aa0d8db9, '', 0, '?'),
(0xf153ca4dd53de6bb163d7161c201f7bc, 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 1, 0x00000000000000000000000000000000, 0xa6bcbe0d39239c56ef5acad6d4845ca6, 0xb9e8d28795a61ae27dd67c61db67ec281396d21531d78be0fc8cc6f8b4b093fd, '', 0, '?'),
(0xf1565ae81f4532c9e380fb713c3d38c6, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/add-source.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\add-source.js', 1, 0x00000000000000000000000000000000, 0xc6d71fac79533dbc0e2446efab1088d5, 0xe0731e308567ac3e9d66d5b8c232d6bc3c72b23e72af6b3a901f70a46d3c021d, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\svg-painter.js', 1, 0x00000000000000000000000000000000, 0xc86383d9c9afe109a3a29753238bf89d, 0xdc75f5ba48a290174462c3d2050201e072b56c74240fee9440cd524586155974, '', 0, '?'),
(0xf15d621d12d7865ac3891ba7f8d5be90, 'wp-content/plugins/backup-backup/analyst/templates/optin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\optin.php', 1, 0x00000000000000000000000000000000, 0x9364bc8c69aecf384e1c661a91eea0c5, 0x8f3ab6c171280a41a2f2d4ee5bc7a305981953f6a7bd829ff7c5adb964fbf8ca, '', 0, '?'),
(0xf15e765bd463b75e38b499bab1c3a477, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\jetpack-markdown.php', 1, 0x00000000000000000000000000000000, 0x4f1e77adbba0dcb5ad54e657918226e3, 0xc8bbca11d6c0227677434da32744d5fd2a034508d4c7d44c7cf8b92d201d5412, '', 0, '?'),
(0xf15eedb5f9bd033d3b540bd25fc5b4d9, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angle_left.000e4e3b6859a63455c703a577e4519d.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angle_left.000e4e3b6859a63455c703a577e4519d.svg', 1, 0x00000000000000000000000000000000, 0x7afc2a27ef32fc5d7450482c76f77e8d, 0x538c0abbba4b2de7704a3f3db267b1befa75ce978f258255bc78e61d6e06ce51, '', 0, '?'),
(0xf166537cdd2ecd4835f377fb4c122dfa, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post-set.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-post-set.php', 1, 0x00000000000000000000000000000000, 0x6db93009104516f41a71599d1954a304, 0x08e2364567579800b1a6c4e523f5a497969671a983281cec5636599293847854, '', 0, '?'),
(0xf16b269b5dcdd6498d60c58bfb234674, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.js', 1, 0x00000000000000000000000000000000, 0xcedeff3289fd291e7a62100f78add4a4, 0x863802bb38311fe5644ff3dd0fb70c01dde0b25230c0f2c232810833ac913525, '', 0, '?'),
(0xf16e48ff401db7ec2128ceed7935709e, 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-numerator\\jquery-numerator.js', 1, 0x00000000000000000000000000000000, 0x20ef7607fbbf65f7375cca9bd7a03d81, 0x1b2168b865f364a3b9eb65d6895377d8b103fd9a9fb4a2147e6ee2ccd2492178, '', 0, '?'),
(0xf1789597eb86de35ce0833bd8535fb22, 'wp-content/plugins/powerpack-elements/modules/info-box/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\module.php', 0, 0x91905c0affe04cb975e2e0efe95774a9, 0x91905c0affe04cb975e2e0efe95774a9, 0xf4bac4a1a6cad1769fe64638b39ba817313ea1748edc5b4bf2e07e749e3275ec, '', 0, '?'),
(0xf17cc00811df979099caf1bc4710459d, 'wp-content/plugins/elementor/core/base/app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\app.php', 1, 0x00000000000000000000000000000000, 0x0631c6044c76208aa08710a577475bc8, 0x3079151c8774568ac91c59e5cc2c69f6a7a71b25b422301a1cf93dcc34c807e0, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\plupload.min.js', 1, 0x00000000000000000000000000000000, 0x111b8979f6f57c288948fd651584ceea, 0x9788530356ed8504798eca628c875a0c8caec4caeb6a12bf7ae17897304ca4c9, '', 0, '?'),
(0xf18ace01befb95d061c8bf7ca20f9d5d, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-6-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb6211bff9f4d21141ef90c21840d7572, 0xe2c50084c7abf7f44f83f65a349429718aaa8d43b260d92254e8cbebc1372549, '', 0, '?'),
(0xf18fe10f73031a1bc25266988351059b, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-400-normal.2c32b1315be61477.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-400-normal.2c32b1315be61477.woff2', 1, 0x00000000000000000000000000000000, 0x787b4312733a32656f6a396dbe02abcc, 0xa052300c969b5716f46f06dc573885857f178d2f4b75ac238e74a65475a6c22e, '', 0, '?'),
(0xf19394ce19d21873705b471c0c180986, 'wp-content/plugins/elementor/assets/css/modules/editor-one/variables.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\variables.css', 1, 0x00000000000000000000000000000000, 0x57e5fa8276c96b56f226a333930a3b3f, 0xd2706d7a72d42346b81109f441df51cae54b6b4738536c512eaecf648eb55191, '', 0, '?'),
(0xf19acda8deb9c0c230c981a7e4b791d9, 'wp-includes/blocks/video/theme-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0958369f5412635723cd2796084c8bf1, 0x4420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36, '', 0, '?'),
(0xf19fbd805b754e603facf1d6bb87aaaa, 'wp-content/plugins/elementor/includes/controls/media.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\media.php', 1, 0x00000000000000000000000000000000, 0xe3555e216cb86566296713d86b111f71, 0xc0595496c29d1bd57af4c20bbd53962f8d1f6f4a86c67808f386adeb03cdea4c, '', 0, '?'),
(0xf1a40292d43764f9786505544a7f621c, 'wp-content/themes/go/partials/footers/footer-1.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-1.php', 1, 0x00000000000000000000000000000000, 0x95cc508a5bf5001c8b9c59fee8215829, 0x7aed60945cc8270fb8c7adfdcfc1c778887daa138a4835f59bb2cc1bb47e39a3, '', 0, '?'),
(0xf1a52cd1e75302666ee6e664e11b7a5b, 'wp-content/themes/go/dist/images/error-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\error-icon.svg', 1, 0x00000000000000000000000000000000, 0x7a5b97a334a9133ad7960973096871dd, 0x1d5dfa4a8cb04a53c16b84d835b01bb980dd25940e03504975d5ba5426570288, '', 0, '?'),
(0xf1a5dd530b1be8c1b24330577b5aba3f, 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/socialwall.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\socialwall.svg', 1, 0x00000000000000000000000000000000, 0x12aebe07f2e6ba54256c4f7b7ce20c5f, 0xb1a11d4d4d1e896f43f0e5ba4d2684c536c1004422c7073a0be6a0409b1badd9, '', 0, '?'),
(0xf1a77e65c967d741dcfa016d47b27339, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xf1ab9613ca298412b3545d1cd4488092, 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.26b12b208974a26b52d0.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\progress-tracker.26b12b208974a26b52d0.bundle.js', 0, 0xfbefffe079843b459f12a85b1bbcffc7, 0xfbefffe079843b459f12a85b1bbcffc7, 0x90b84d60132a09edbe07f07b2a105052b9e99ae18b81d22bead597d99faface9, '', 0, '?'),
(0xf1aebd5e821972f0cc44cd0468e484b0, 'wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\tooltipster.css', 1, 0x00000000000000000000000000000000, 0x3f16269116891eeff097edbe350b3b94, 0x53ee77776a2d7f84976a18bb2608c6f4f7e624b1667ec2e23a1cedc630291966, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x1caaa3e31da21036f47b12fc992da0b9, 0xd9b8e92d1c75babd221d2662dca662f69a464cbc3ac51df60745887a232ee018, '', 0, '?'),
(0xf1b62e2879bd01ee2ee3cbb7a8ec82aa, 'wp-content/plugins/elementor/modules/global-classes/import-export/import-export.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\import-export.php', 1, 0x00000000000000000000000000000000, 0xff8f296ee6e98de7d0242bb2f5bc8962, 0xd98c164f888dbc3c9b410421b5d9693ed106d2555ed7d00a4cd02723afbb77a3, '', 0, '?'),
(0xf1bb7db14f153b55eba969c4e33cc082, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin-conditional.php', 1, 0x00000000000000000000000000000000, 0xc721e25acf93da7dd5694620a0e5966f, 0x9ef39eec3b5e266012328eb0823af30e2628c6bd7bca97b881114c79395c64ab, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0x6545ba4e51a357aa2a101a6825dbe84b, 0xaea86f1b61c92019dbe93d45a6aa0c9022fbc62c5129f8519f2870c6918fbe93, '', 0, '?'),
(0xf1c2ffc9ba325665836f30337c4e7193, 'wp-content/plugins/elementor/assets/js/editor-one-menu.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.js', 1, 0x00000000000000000000000000000000, 0xdacde695d613b67651efb8021c91d4fd, 0x85a9e9b7b92db67206e5889e506e1020dce5c42c5b6b37b0c9b9303e5695bb53, '', 0, '?'),
(0xf1c48e100fa0018ecf66cd471fec3881, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tooltips-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x37ef1f1a1da6287f2bf330ad7f4a87bf, 0x1af10fb084da46468c2abbe1dcdb7e466f29bd751a02b0c485df7114947493df, '', 0, '?'),
(0xf1d08624e4b1e1114818642bd8bb179f, 'wp-includes/assets/script-loader-packages.min.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-packages.min.php', 1, 0x00000000000000000000000000000000, 0x97fe10b5f3ff731f262c33a8c6e6a441, 0x8e39021adcc88db57e60c3c509ab3c9918bdcf69d0fa8e7991a9ccdbb1d0458e, '', 0, '?'),
(0xf1db3e4376fedea46c2afe75afa7bf33, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/utils/prop-types-schema-extender.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\utils\\prop-types-schema-extender.php', 1, 0x00000000000000000000000000000000, 0xb962ebe73e34deed2c1f124df20457d4, 0x8da7fd76edd23de3e0071fff63305846d3e058ae2d7202d62043aa1b28c2f197, '', 0, '?'),
(0xf1dc28758d3a2c03be47823ca2807a67, 'wp-content/plugins/wordpress-seo/css/dist/modal-2760.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\modal-2760.css', 1, 0x00000000000000000000000000000000, 0x4c9850ae95f79ca8dbe244388dd08020, 0x84c7e6bec662de2705d87afcd3cc4377c92c7eb5752394aef248791b179181d6, '', 0, '?'),
(0xf1e08c90574a94b5667a69040a031960, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-custom-css.php', 1, 0x00000000000000000000000000000000, 0x2f0a8e4f4ec09226d93ce3908289e3e8, 0x1452203c958acf7ed236ecbb163f4dd79da97b8c4775e7903c1b9862b01e2c7b, '', 0, '?'),
(0xf1e354bab4fb779941b1a48090f508e8, 'wp-content/plugins/backup-backup/admin/images/upload-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\upload-min.png', 1, 0x00000000000000000000000000000000, 0xde22347ac1dd09c2a9695ee46e56ba86, 0x07ca402b41dd4bb4d8f28c9bdc349c530c3a4b622ae103f4c28e2edd872f38a8, '', 0, '?'),
(0xf1e37dbe4394e71ec041c2ea948856fa, 'wp-content/plugins/elementor/assets/js/progress.b1057ba870016558bce1.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\progress.b1057ba870016558bce1.bundle.js', 1, 0x00000000000000000000000000000000, 0xdabd763e013b43a2f598f13f8a69d91b, 0x341ca262305c34855e2023b4b254844da0dafebdfb70bfbaffd43a4839e90438, '', 0, '?'),
(0xf1e8746a61e262446b8f8602726bb846, 'wp-content/plugins/elementor/assets/js/app.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.strings.js', 1, 0x00000000000000000000000000000000, 0x2c140e7c1270fa38458aa6e653db6832, 0x9a68b65c797f2e45810bc97d747f1f886017c8f13a9030a8459bbe1e7f032dee, '', 0, '?'),
(0xf1ef019e9bfac2710f4c0135c4b3082a, 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0xd448702cacfd2d0a9855eb1648ef296f, 0xf1c783a04ed706a6c8820c7364308eef9df73ccf6638804a7b38690d00345a58, '', 0, '?'),
(0xf1ef0d2687745f39e3b1909e88e612d6, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9b5caf7a83fe67a8b99091444835c3a6, 0x58af8cd64c057ff5e23fc52ddca407343671e588f697f6a84510840683b963b5, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x47e119dd91bb393198ff415fafe26112, 0x2b9ba1f80e3ff02ff088410b3b27c348fce36a4451971c61b4f9d4f1b7a506cb, '', 0, '?'),
(0xf207d858f229cc8c5793aeeb60c40133, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 1, 0x00000000000000000000000000000000, 0x996b2b54c4083c1d9d6cc3d3a8e01df3, 0x7f8def6bb6717d7bc6b8173f5cba1371f5cae40aea92e0a7c3b22f2e78fb7cd2, '', 0, '?'),
(0xf209da4696416182679afea5d1845df6, 'wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\convertkit-handler.php', 0, 0x208b283f0cb6601d51e042eee95a8bda, 0x208b283f0cb6601d51e042eee95a8bda, 0x41486a035ef5d02621e388c03314e9545008cdd56fc693d74c3dc836ce3897c7, '', 0, '?'),
(0xf20a66b317178f5588605816dc270fea, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0x1b3302255d93cc1de2704845f09d0b45, 0x16533936ab78f232dbba1e219131366b747b6c954fb5bef3da18473f151ea428, '', 0, '?'),
(0xf20c5669a83e00a7feb71c693076d106, 'wp-content/plugins/powerpack-elements/modules/dynamic-tags/tags/taxonomy-thumbnail.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\dynamic-tags\\tags\\taxonomy-thumbnail.php', 0, 0xe8982394282d7b1f63be48f2ab68a935, 0xe8982394282d7b1f63be48f2ab68a935, 0xf8fb5b9f4cd64f92468abdd71d9bf89f26445dfe2e890a2944b42e466996ded6, '', 0, '?'),
(0xf20d118e96c1e8163f3d849b0ce6742f, 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-templates-customization-dialog.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-templates-customization-dialog.js', 0, 0x70e1995dbbc3981930db8e8669af38f6, 0x70e1995dbbc3981930db8e8669af38f6, 0x89f0cf0a2f8d22ccffe65c79e7df52f1cc8aaa0e4967f97d4f65544061ac6fc4, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\plugins.min.js', 1, 0x00000000000000000000000000000000, 0x523ec4885dbe79aaca0b0e9496b9425c, 0x234a6a71d96d96e907824fc8cc35fa2799dfc15793d60f9c3fbb63ddcf2e79ba, '', 0, '?'),
(0xf210f7a21a913b54ac2e638eaea8e07f, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CO.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CO.mo', 1, 0x00000000000000000000000000000000, 0xd21fc6f89f54f1d11da4e54d852062ab, 0x338ea022f8910c3834fc1c03fd86a3be01ecfe52010d84f3322ddc9939d349a7, '', 0, '?'),
(0xf21158e8de8e1e6e1045385fec861578, 'wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-drive-mono.svg', 1, 0x00000000000000000000000000000000, 0x6be5c398efeff7760b4891c6591c29aa, 0xda6b2ff6e78974ab7390d19ce5bd33365ad2e0837b4fd3ed07bdc58f11e6c92c, '', 0, '?'),
(0xf2129c14debf2b9f525a766fbfac75e8, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Text_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Text_Control.php', 1, 0x00000000000000000000000000000000, 0x22d8b8851e51583ad971691407227b99, 0x06bafd521db96ecce8d1e396bf6179fc70e0c6e3a3bbc4ef0d00daf4ef3412ff, '', 0, '?'),
(0xf218490d260e5f540f06b57178f7d319, 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/videos.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\videos.php', 1, 0x00000000000000000000000000000000, 0xf150e8ca9dd463df79073ffad722a82f, 0xf485c7afa2bfd5af09433e508eeb862cebd06457d046b7356e6147cdd949cfe4, '', 0, '?'),
(0xf21d7e4de08b2dda9d06065ffe2132ba, 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\class-astra-header-button-component-loader.php', 1, 0x00000000000000000000000000000000, 0x77c157b644746a0ce27ec47d6173edd4, 0x2bb0e271f0c9b9c85f8dcfc1fe8b66d5882f439d7b968064673bbc0650d48c5e, '', 0, '?'),
(0xf2203184985f9d5825e149d998629e12, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-400-normal.160a791a8e4f46bc.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-400-normal.160a791a8e4f46bc.woff', 1, 0x00000000000000000000000000000000, 0xefb533b920d98a60572de6f856371725, 0x0fdf4fdc7b1dfc5dc670279f6de8b39e8ab6d2a30044070d6779597ccf0e0af3, '', 0, '?'),
(0xf2230570acab1664d808da9f97c29a0f, 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\post-terms-1.json', 1, 0x00000000000000000000000000000000, 0xa3ebbf4f865a3c059359b4151f5e521e, 0x1857d6f64cff299b2187b5010e34fb02b5d2cc07938343852a12056a50b03cc1, '', 0, '?'),
(0xf22353c94d3a16aa19c15ae8ad6133aa, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-singlealbum.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-singlealbum.png', 1, 0x00000000000000000000000000000000, 0x0110ff54fab521c3a2b3dbca44ea1441, 0xf3a9229eb12a246dc9ecd197fcdfe3995ec0227a96981132a2c32250e3354106, '', 0, '?'),
(0xf223c6fe065ca725af7ce437167a9f4b, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/video-src-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\video-src-prop-type.php', 1, 0x00000000000000000000000000000000, 0x3bfe20a2362e04159b3ff5ccf883f297, 0x5164142903ae9e28f1303035f46c5a5951c8d18e5608f40134a4e7ea3f3f92d8, '', 0, '?'),
(0xf223e39ed06dc75838b89b2bcb8adcb5, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\empty-token-exception.php', 1, 0x00000000000000000000000000000000, 0xf7347117f3db6b728944c858e6225dac, 0xe843ac60e46e29e982779631349eef4bda48e2a92db2a75ffa61141ea6d5093d, '', 0, '?'),
(0xf223ef73757f0ebbc0a85a5029f477d7, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\BaseDumper.php', 1, 0x00000000000000000000000000000000, 0x0dc84f4c731e74a0f0fe54b65775b886, 0xe33f753d9159471b0a3fc069c1709fb0f408cfe01a3a618c6e7e8997e0b08146, '', 0, '?'),
(0xf2264f7727bb44154a3e03d9986cc0f3, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/bootstrap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\bootstrap.php', 1, 0x00000000000000000000000000000000, 0x390e2cf012d4a5fd55649aa9582b6247, 0x1e1c8ba46720da65068b22de91a93981c45afd131c347cf7c8f470e49f7ab5dc, '', 0, '?'),
(0xf22a70fee55394b21786adfe18cfed1d, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInLeft.css', 1, 0x00000000000000000000000000000000, 0x45fb6929e2ebc78fecf8d2e2addcfaf5, 0x67b0b895fe57d158362732d1d56f406658951fb42020eda344701a92feab38ea, '', 0, '?'),
(0xf22f822b46f897d058446095b6665021, 'wp-content/plugins/elementor/modules/system-info/reporters/base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\base.php', 1, 0x00000000000000000000000000000000, 0xcd0dd9889aa65894e7a3afd486aef7dd, 0x53c92ed064c21fad5dd4592de29b091851989f4e4af68500691e3e720deaacc3, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts.php', 1, 0x00000000000000000000000000000000, 0xb69e84c4d12b7b1330c0741b90a2b112, 0x51d7055258df34fb7dc2c7a198bfbbc600ee60c6850ca7d96edfbbd4d2781818, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\deprecated.php', 1, 0x00000000000000000000000000000000, 0x2616c60e9e54149a063b7f856583220c, 0xc2df56945344f2f2c1945613aedecadc14c06e069ebe04af6d4a815bab446290, '', 0, '?'),
(0xf2493cc92bd998c22b2bbe8a70d3df72, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_3.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_3.png', 1, 0x00000000000000000000000000000000, 0x69070ba6d31a25ae5db5d18e9feb1aa3, 0x8a2363116183714d4068813ff4ecf8713d3b375fc2df7e8b387914e1a086b193, '', 0, '?'),
(0xf24c3ecb3bb52a09aab959db9e6d031f, 'wp-includes/blocks/preformatted/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style.css', 1, 0x00000000000000000000000000000000, 0xe74f6f4a7d5baf8cd7bbf5a5c1578ac9, 0x059bbf6d80e401e3412d90b6e4609238c7ef09a3502061d479ed3c0bf0289cee, '', 0, '?'),
(0xf252736dab49c16c3cc040f24ecc4c25, 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBY_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBY_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0x9d0bbf6d1469e622c742b9a4e6ded134, 0xa0ffbb0688a0f529e457c78466e8f1c4391c7fcaf58f727d56146791a7a266f0, '', 0, '?'),
(0xf25ec2024343d01c8a8fc01b3a00df0b, 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xe19a7d258919f70059bd2af6ff269de6, 0xa9963898bacb6aa7754eca89698c14d7b52fb0460428cb4a0baa9ab2f00200c9, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0x95b7210c63c0d86d8bd463153be977e2, 0x9dc4512156733a30aaa03dddee05150120842e2ca7a7e517d51021a76d8e2c56, '', 0, '?'),
(0xf26cc6f6441165e802f019e1005e00c2, 'wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\trigger-base.php', 1, 0x00000000000000000000000000000000, 0x04c80fb1b2d39a7a1a4780eb438ba674, 0x1c3b09b0f22c25bf9c95053407ae0e878b33d670bd743b314de41f643729fbd7, '', 0, '?'),
(0xf26e981cfadc8b85076e342d320bf0d1, 'wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\astra-admin-menu-settings.js', 1, 0x00000000000000000000000000000000, 0x88b2122c0cfe539681ade71fcd6a0a6b, 0x31ff6046099f7e9b19ad9a7594d684669223029a0dec6e54f8d2caf4edbc6664, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x39792c12b4e5d69cea4345bcefa73b44, 0x8a7d116ec536b32c4d7bc50f8f078f95731b6be616df6cee04ec548e470cd8e7, '', 0, '?'),
(0xf27342758b5f3018e7cff94059ab83e5, 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_psr4.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x616b9d75c156217ded14297bc5385201, 0x705ad359f512b1b8fb96a0e32e8e8003837f58b671729e9e297025c03d83cebd, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0x310c804117a4d7b6ab245e3ef4bf93cb, 0x707df83a8f5c4f81959ab2dbc5e910cee7d53151dcf5365879b38c5459d602eb, '', 0, '?'),
(0xf27825d0b89adba7e7becfb39115d668, 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\layout\\class-astra-learndash-general-configs.php', 1, 0x00000000000000000000000000000000, 0xc21ecde9372dd88c1c981c4c51d918cd, 0x4bdf72e2a2336126ee46e5b0cdd97db341cb306c9265e9a8d2f56bc7b4e169aa, '', 0, '?'),
(0xf27b713dbd20a4de581075a3ca181058, 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/get-tasks-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\get-tasks-endpoint.php', 1, 0x00000000000000000000000000000000, 0x79cf61e9e0a3c4d96b47e7b6f9462897, 0x7c1d918fc792a7db8f6c39ede4871643c1e0b7be397da2e1b606c52546792add, '', 0, '?'),
(0xf27eba2954611c71a54e94b6432f26e1, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.strings.js', 0, 0x3cd2fcbc39b9562ad27aad904b1a4006, 0x3cd2fcbc39b9562ad27aad904b1a4006, 0x9155dc37aace16e9c68a371e47ae758441b04c28d3701f520df15fd3198cd9a6, '', 0, '?'),
(0xf282c6cdb7f6d8766ed1c401fc0b7e08, 'wp-content/plugins/reviews-feed/class/Common/SBR_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SBR_Settings.php', 1, 0x00000000000000000000000000000000, 0xde37a1ffbc59ebd75da6bd3442a9acef, 0x81a3bed8fba27b2ba272dd7319c0b1fb1b0c64dfed9b3134a357a87682c9c9d0, '', 0, '?'),
(0xf2863f3de4838d8462b9b8b7f41c5ef0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\NodeRecord.php', 1, 0x00000000000000000000000000000000, 0x0eb29a7efc24f5784d3666696c4b40c3, 0x15ad99bc071c864acb5dd5271f089cf81a0f75d128138d5806f1ddb406175222, '', 0, '?'),
(0xf2878aa8b8445665a06f681bc178c418, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x5ec90baf68d4689006ba917be4438fa6, 0xbe965735c765102c06d1c684f38f43e33e79107881f322faa27ead483735827a, '', 0, '?'),
(0xf2904317343b0e8752e8ee0eccec5ae4, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Cache/FeedCache.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Cache\\FeedCache.php', 1, 0x00000000000000000000000000000000, 0x096e04cc130b2ecb5430f907b6690648, 0x1ccef8aa2a2f33b8b9b2f48ea5d0cce3ef1a59be1f4bead0233186b438763664, '', 0, '?'),
(0xf29dd78507fc99c1248c547b02382f66, 'wp-content/plugins/wordpress-seo/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x48b14b8f80a4064a9de73bd296396d79, 0xd7ad10f7450df6a686fcc1ca023e8ac4b2c5e3861fca3d2bd97489b236484a51, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0xf98ac096e3fdc13cc5adc4cca094d5b4, 0x635c1070606e22ff081020c59ac56ff916413146cb25043aaf0753bb89a81e13, '', 0, '?'),
(0xf2ab5a0718d70d1a7b8d46aee0c51b2f, 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.js', 1, 0x00000000000000000000000000000000, 0x387b2a2939def6c149211532e7b72894, 0xdd5cf2842247b60e6eefc68a4cfdc7d01d7d8b86d3b4ab610604340cbfdd9771, '', 0, '?'),
(0xf2acf81ad06c8bab849af7382fa41b7e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IoException.php', 1, 0x00000000000000000000000000000000, 0xeae60673d394fbf522a44ba07505a923, 0x7c8b9c2a7ed6720399c7aaf220b8841462a9de79441393529fc3a38a174178cc, '', 0, '?'),
(0xf2aef285c595ee03826f697c7dc8e314, 'wp-includes/block-supports/custom-classname.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\custom-classname.php', 1, 0x00000000000000000000000000000000, 0x3da7bbe6b74606ed4772906be13912b2, 0x7bcdaac537dc10e2c0bf2a777a0d8b70c23386613306c704ea85a7be9837b440, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\handlers.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0xf2b484b0b00dea17cf943e1d9577eaa0, 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x13a6492476a5d85c4e098b0212aa4f2d, 0xc05c0d43643c9558d2e8aad1b7facaf3c009391d23cde9e0cc638605a773b12f, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xf2c089dea1d6f9f677477562f2be80d5, 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\drops-negative.svg', 1, 0x00000000000000000000000000000000, 0xbfcb090853a9a16cac5f79d684acc0d1, 0x51578bed8467e2ddb1719b8097c637b8fdcbb0903522f9a2e307c62eb046c2ba, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\common.min.js', 1, 0x00000000000000000000000000000000, 0x74f716b611df4053e1c03003b29d14cc, 0x2c571d3141b668d3f3943b6ac42cb5798f13374aab925afc718aba2996b02c0e, '', 0, '?'),
(0xf2d089a5379890d8cb35e2b7267f5eaf, 'wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\compatibility-tag\\compatibility-tag-component.php', 0, 0x3ba0880176561eb26ab69f44cdd36b67, 0x3ba0880176561eb26ab69f44cdd36b67, 0xe338b544966d97d0fdd250a7d9616b441635e9c27227a846a505db58786aed31, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpemoji\\plugin.js', 1, 0x00000000000000000000000000000000, 0x5345ad90ee783d64afa87ec1b1ab654d, 0x2283770b942525177b8e98e50c0c3d4c28b0b8c568180b4be20dc6a2480eea50, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLog.php', 1, 0x00000000000000000000000000000000, 0x1e504694ab147e670bf803603afc86bc, 0xbedeb0662e4488529b4d49930ea21df6e84e8ea2e5ed4aca0d83d93a867be37a, '', 0, '?'),
(0xf2e8691a03021da24a8e1294e83a0d08, 'wp-content/plugins/wordpress-seo/images/icon-text-link-counter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-text-link-counter.svg', 1, 0x00000000000000000000000000000000, 0x5f6be5bb891aa21ccecb05cd51cbf745, 0x105802484ff42d202d5c2b5a56d6a8b2028b9ecf2efbefdae0e2cc9e31d70ac7, '', 0, '?'),
(0xf2ee61dd75374aee44c7ea224275e903, 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\left-2.png', 1, 0x00000000000000000000000000000000, 0x9cef799c78f4a4cf06637ef4daa95b03, 0x9d638860d00b608545e2fc8127caeaf9ea47cdc20e50ec24115f89402d8c0a83, '', 0, '?'),
(0xf2ef3655de2a2975314015290050f3e8, 'wp-includes/blocks/navigation-link/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1bba0aa9fafd096e82d0be89584283e2, 0xdcb53312fe0a9ac8b20566d82411d206c0f10a0f5fa2eab5100d833a7af56058, '', 0, '?'),
(0xf2efc45f4dddb05bab899e35c3af2a95, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounce.css', 1, 0x00000000000000000000000000000000, 0x59275c28fa85d9c31c9c02ed836f9a93, 0x677620d950c4a3bb2bbd3aba0a4203655f66fa6cc60149ffa332329ea9b7f621, '', 0, '?'),
(0xf2f220e44b1c7b916eaa0c54c48f6076, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x48d85660a95fb08753cee38a82f1936c, 0x12617a5ed3a21adc892e0473451c07a7ce59a5bdb15ff196d3a7a816eecaaf07, '', 0, '?'),
(0xf2f2bfd820e4173156a61e9df585fba0, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-seo.png', 1, 0x00000000000000000000000000000000, 0xf8be90feb87d92f7a1a14b961be752a8, 0x5b35c3579fbfaad47cfec072bec650628a5620297f5c909c764d466d99cd8c1d, '', 0, '?'),
(0xf2f81e0f97c4b5338a42bcf6178d841c, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Install_Skin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Install_Skin.php', 1, 0x00000000000000000000000000000000, 0x68906f9a46dd92bccd62962b19b293f7, 0x8eaad9504ce9bbe6bf18b03e5e70c05aee413da993ab5e423190483bde0a7ba7, '', 0, '?'),
(0xf2fbedb36a451d6e9331bc96d40cc67a, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-wrapper-link.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-wrapper-link.min.js', 0, 0x1b8adde53c5907df90ac25576ccec9ba, 0x1b8adde53c5907df90ac25576ccec9ba, 0xefc68dda37d93a8600750ad9e441fea2f14e85c90976e65606e2b81ccac8cf1a, '', 0, '?'),
(0xf2fde03efd49a8e0f0cc947990a365bb, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\social-data-provider.php', 1, 0x00000000000000000000000000000000, 0x06086567675af767612dbfb66e82ffe3, 0x8259013471a9b31e34a03e30b3a2a9459c3202d2b5341ab11bfcb149a25a1380, '', 0, '?'),
(0xf2ffcfec8aa313b7c5d81581be59f77c, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x238251b82146288c05d817c6ad4f976a, 0xd8c7450d9f4bf8e93664d49fbde204df744467725d99cee12e1ca505a08e8422, '', 0, '?'),
(0xf30586999df6ea5941c54622dbc6d4f2, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Response.php', 1, 0x00000000000000000000000000000000, 0x96237068b0a6bd2f31d9841c8be5bd92, 0x5003987485db68eb59cfdd4c4987a2ac6ace56f8e7023ca09e14cb7ded70a56e, '', 0, '?'),
(0xf3080a8a46fe91db19b4ea76d781e985, 'wp-content/themes/astra/assets/css/minified/extend-customizer.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\extend-customizer.min.css', 1, 0x00000000000000000000000000000000, 0xe1ff9fd270b235cef4c4eda747d6fbf3, 0x83ac060e83d931cc1a9c39933baeda2b71d344876cf4982ae226b6132809d805, '', 0, '?'),
(0xf30a14b6759fde17bd9534e385a41a2e, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/InvokerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0x875a9af660ed43d719f47c7217786383, 0xbf0af112e440d35e2146fc8cc0e85abd7f6e19c65c36de5b759c49c17d53d7b1, '', 0, '?'),
(0xf31e7906cf2de78f666e3690158643a3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\general.php', 1, 0x00000000000000000000000000000000, 0x92ac0cc674af2298f22c72006ad9b2df, 0xa9028ea82e4e46b5b9ca1359384d5845082f52bb653b0a73f29b43ce97511c45, '', 0, '?'),
(0xf31ffadefcb02c0caab1f65d2545ed99, 'wp-includes/js/dist/views.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\views.min.js', 1, 0x00000000000000000000000000000000, 0x83071a14ecea34f16c097663d1351c94, 0x78d03b1cd9120aa206568df93c4e055573981b75094a57e77cb8259d5f0205c4, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme.js', 1, 0x00000000000000000000000000000000, 0xef57f0314aa7bb1ecfb7d61387ecd7d6, 0x6f0b6f10add10a464ed16a08836ce45ccc3122dbaf65f9081a1f4cdf58c59ade, '', 0, '?'),
(0xf324f3e2dee9fa4f76619aaab838ef25, 'wp-includes/blocks/text-columns/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor.css', 1, 0x00000000000000000000000000000000, 0xa0fb852b1bf699c12ba7aa52110d9efe, 0x24a3ff59f67c65a9a871d308d08d75006466c1b044627446eaed5efa098cf354, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf32582dbae2dd35ded1f81a5fd984dea, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Settings_Builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Settings_Builder.php', 1, 0x00000000000000000000000000000000, 0xbce8c9d5ba72df573dbe0e7e46a42164, 0xa8cb7afe2c7a27eb814d08b8abb280218cbb2fcf433d9662966112df364b6f58, '', 0, '?'),
(0xf3275e3d68249e1dcecd2405e2684686, 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\id.js', 1, 0x00000000000000000000000000000000, 0x8bd25b1492892d63f738b08e33c1d124, 0x0c609086aebb5c6d845a546343e18398d22f5924ccb3b50d83fbe4c0084a1142, '', 0, '?'),
(0xf32a00a618ed95e8ec70c2a31ad0f7de, 'wp-content/plugins/elementor-pro/assets/js/archive-posts.d82fc1f6376a91acb912.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\archive-posts.d82fc1f6376a91acb912.bundle.js', 0, 0xd1b94eabd3d1937e3999fcd48c565c96, 0xd1b94eabd3d1937e3999fcd48c565c96, 0xd48c7ea48bee404462259a3f39cb66c9e90ee7c049a9f7670e650d1b906c97e9, '', 0, '?'),
(0xf32aff75708691c0fd790797045b1a12, 'wp-includes/class-wp-token-map.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-token-map.php', 1, 0x00000000000000000000000000000000, 0x93370ec54c8d7c8fdecc6e8e8cc70741, 0xd80e540e33a9dd2ed5193c4c9cfb0a2f584ee1aa930e3269138b3d81855db156, '', 0, '?'),
(0xf32d59fa5f2c0f7627f2169163f227c8, 'wp-content/themes/twentytwentyfive/templates/home.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\home.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xf331687e9edd854e17e500d48bcc4f00, 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-podcast.php', 1, 0x00000000000000000000000000000000, 0xa0fd88d6b0ae1b75ec7fe2dadd43e4e1, 0x11091cb91862424ff2c608491a6a7175f84d26a12661fe8bcf3b371609d7224b, '', 0, '?'),
(0xf335a0eea9fa623b8395a0423f572ab3, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-consent-management-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\site-kit-consent-management-endpoint.php', 1, 0x00000000000000000000000000000000, 0xb8e8d2fe1bc2ef7f5c8b8bf9fb04d0e0, 0xa8ae0644262a018938ca90ecec0d64ef9ad9519d72dae962381620c08f48a62a, '', 0, '?'),
(0xf3423992aa313d0d895e7daea801b494, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\facebook.php', 1, 0x00000000000000000000000000000000, 0x0a2131d00f7ca186bd85f36793a7d1a8, 0x7b6cf34b38cf3d81497fea2b5aca8da121117e61a750cebbb2141e32e5f030bd, '', 0, '?'),
(0xf3441b2f780d13d73eaeaa8ee0506282, 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/import.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\import.php', 0, 0x6b13d6e9d905bc325a98c8c6805f50ca, 0x6b13d6e9d905bc325a98c8c6805f50ca, 0x91a80d367864f9dea19e770e136298b2f9b43f206cd4ceb32082498806b7d2e8, '', 0, '?'),
(0xf34bbe2bd469b3f6d796ca0a7d1b6e98, 'wp-content/plugins/powerpack-elements/assets/js/pp-magic-wand-helper.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-magic-wand-helper.js', 0, 0xf81a5b101ee390670ab3841e5e24bc2d, 0xf81a5b101ee390670ab3841e5e24bc2d, 0x6f4d02c2cd863677d9ef30e268d163971815de9c2472a0d96f11cb3da47e2de9, '', 0, '?'),
(0xf34cd8cb149a73023d529b82fc4d2e92, 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face2.png', 1, 0x00000000000000000000000000000000, 0x415ef9409d9f982f2f6a2fcb03e8d3a0, 0x5283eef53b0b8061f4782cebea130d470c9a07d7d7723f3674cc1de86285d270, '', 0, '?'),
(0xf34dec6edda15e47e9b343fedfd22a6d, 'wp-content/plugins/reviews-feed/public/js/noop.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\public\\js\\noop.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf352da8b5e42117d8aff3a442e559c70, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\floating-bars-render-base.php', 1, 0x00000000000000000000000000000000, 0xbf04e7d6e4c63e6eefe6b5f605088420, 0x857303173a64cdd97c0b19738ea68131630c89e2d489dc55df4df69044affb80, '', 0, '?'),
(0xf353b3c5ea2d2fbe3d342b28ad8c8a72, 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/time-of-day-condition-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\time-of-day-condition-prop-type.php', 0, 0xe9dcfab330eadd8e70491010adf90a4c, 0xe9dcfab330eadd8e70491010adf90a4c, 0x0557989c89a3d8c9147326c9d371877d5a23eceff07654e4a11e71b6fb07cab1, '', 0, '?'),
(0xf357cb2f9a09ad14516cbf031e7e0538, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/combine-source.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\combine-source.svg', 1, 0x00000000000000000000000000000000, 0xf6ba21a3f0cee8e2b910e5c433f1eb5d, 0x6f787dae14466c387671c578a6d52b9b2525078cd7a24b4e6d33f539be6a55c4, '', 0, '?'),
(0xf358236db8854619436db37b57895ac5, 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\big-colored-logo.png', 1, 0x00000000000000000000000000000000, 0x53b6df950fd513b7b074592118a6f653, 0xb5737fd21dd2850a381429f5e66cebfdd6f5cbfd6981f2df7fbe63242562c4fe, '', 0, '?'),
(0xf35f94103d9b0a27013a6baa9561ed15, 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-astra.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-astra.php', 0, 0x1e09d0def3c06bb2c1f880d7f099d495, 0x1e09d0def3c06bb2c1f880d7f099d495, 0xda1cb334931a39a73f40295f0e85cf2b1d90aab993d3ccab7c51a87b661a3911, '', 0, '?'),
(0xf35f9ead9cf185e63c44a4c16867c8e5, 'wp-includes/block-patterns/query-offset-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-offset-posts.php', 1, 0x00000000000000000000000000000000, 0x8d88de4e74573432db1e997fa03a89b5, 0x89d5a27d3d1f251b667cde9eec569ed894e0232f3dc8bcb66bc0ec969c2abcf9, '', 0, '?'),
(0xf36a3d0aa4362e44e333a10e05834470, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Colorpicker_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 1, 0x00000000000000000000000000000000, 0x276e7d990815c4febd0f3d07cf444eb7, 0x2c3f4f382caa39feebcf9f2cd6b5ccaae57bd7e2ade73abff9232ae62e3eb27c, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\iris.min.js', 1, 0x00000000000000000000000000000000, 0x8932e03208a83f1cdea19a1c197bc4c3, 0x8364551ec244a3901932f2f01fccced347d3cafdc8fe23b999eb6c6b5e5b1ab0, '', 0, '?'),
(0xf36cb16910d851f6f5f1a33448dae1f5, 'wp-content/plugins/elementor/modules/variables/prop-types/size-variable-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\size-variable-prop-type.php', 1, 0x00000000000000000000000000000000, 0xb2b3fa3ce9f820b0343454073bc5bda6, 0x1e47e04c8e9617d7af3ab211bd1ebe21f0076aee566748705ea82e5fb661bc5c, '', 0, '?'),
(0xf3712907796ab605b107e5600649f78f, 'wp-content/plugins/elementor/core/logger/items/file.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\file.php', 1, 0x00000000000000000000000000000000, 0xdc10de2106870acc2b93404a16dabe7d, 0x1b74f88236075defd598f116df3b9f7981d08b401497ed22c2e4524335b4c90d, '', 0, '?'),
(0xf37170dc42cea1178c347089a5a3bd3a, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x506deb9aace16b9ec4124b003b03f9b3, 0x1db4a1a3353944dd4167f6c1d94cb646703915729107b5233d95e9260805bae0, '', 0, '?'),
(0xf37fb01190b1107a6fde2971796dbe94, 'wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8e6cd75a583a983f168a1314136fd725, 0x30afa9431253f0dc357f6bf6c424f9466e40f12676a4a6ca8f0aac5297ca52e7, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit.min.css', 1, 0x00000000000000000000000000000000, 0xadf601445d8199e6e5937575a6612a34, 0x01ad7c8ba93148afffaf0f44a8bf0973227ad43039eb98e2c7423574011f8222, '', 0, '?'),
(0xf38800813cb3c3b8d123e3b80de6dad1, 'wp-content/plugins/backup-backup/includes/cron/handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cron\\handler.php', 1, 0x00000000000000000000000000000000, 0x12064699b835be88d471d6107f519770, 0x8a9d1d18f11aa6f34c61529713087b77d3e24fe2fb6aac30d2b0021ef36dc482, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0xe63694f2a6abbb7646ffdbf5beb077aa, 0xbd5b249d6c6caf898396c39da480b07abce093bc4a70a2e5e4bd8bb4730f02fc, '', 0, '?'),
(0xf38ce9b913c8c45e0740a6e939a7cace, 'wp-includes/blocks/read-more/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style.css', 1, 0x00000000000000000000000000000000, 0x5db0c76603f2b613f580f5a3702fccf0, 0x867fe9a84ea9d80ab03a27c9398040fee1636235b7ab271be8c24197b53d8e27, '', 0, '?'),
(0xf38d857d4191d0c6fad44e74a3671477, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS256.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS256.php', 1, 0x00000000000000000000000000000000, 0x8387083f5f079809acdb923baf6efe20, 0xd4d25e2b24fb7898897da1d64467a6d79054bd487883f8c5bd8db01c2861e17c, '', 0, '?'),
(0xf38f75f73f5a2d2e0e046f857cd908ba, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Hidden_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 1, 0x00000000000000000000000000000000, 0x526b6078c4221dcea1b0c44d02933ea4, 0xdf154e4657d6295751901fd7cc3060160d4a18e6d4de13947b0de4388c9a6aaa, '', 0, '?'),
(0xf39b9c9a1cfd6b4ba86ec4d2f41c2bbc, 'wp-includes/blocks/post-comments-count/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style.min.css', 1, 0x00000000000000000000000000000000, 0xc52214a4ec74aa29f67a86bc71ea98f6, 0x473d5542e8302768c7affb3e4fa767fb2666a5ad64d8a2a19aceae033ea42dac, '', 0, '?'),
(0xf3a4e07295a68635f3dc66342e7218b6, 'wp-content/plugins/instagram-feed/admin/views/settings/page.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\page.php', 1, 0x00000000000000000000000000000000, 0x159c53f6451c9058341b4eb5d375f032, 0x04a3c109892e288cd6cb165b7a68f6598b522c2c3e7a3d637e53f82826967823, '', 0, '?'),
(0xf3aa5c4efe101c6694d631beb4a2848c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-500-normal.7077203b1982951e.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-500-normal.7077203b1982951e.woff2', 1, 0x00000000000000000000000000000000, 0x115c2d84727b41da5e9b4394887a8c40, 0x4bb65094feb65d5154c5a6e9205ba9a612d05f4dea1ab70a11f61de7e4223dea, '', 0, '?'),
(0xf3abe8c029fc64b401102c23b4517459, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/edd-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\edd-conditional.php', 1, 0x00000000000000000000000000000000, 0x843c185218cbf33295cd44b62f59210d, 0x70db6a9329303b5ba407604e589fdbf8cd50c366f1447aa98de2274789e84edf, '', 0, '?'),
(0xf3afa10a2974ea52187458f898de7c08, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-cy.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-cy.mo', 1, 0x00000000000000000000000000000000, 0x7c2cac3bf31bf2b814a4a2df4ee58d35, 0x76b3fa3acf0e6f0f41fd83628977f6724fd2d0c6476cb30fb2fbb6b94f4e38cc, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x43e76a988462602ce5351d803574cd4b, 0x3660bf4d213a37f462f32ccca7a0bd1b99b55804bb1517ca0234f042d5f1ed50, '', 0, '?'),
(0xf3be0cf76eb82883b4fb2e6e6b607a59, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\estimated-reading-time-conditional.php', 1, 0x00000000000000000000000000000000, 0xd370c2402244aafdc57813c45702aa15, 0xda70c7847c7fa2d9a6a2074ffaaebbf7e2382cdd70ad44ba5717bbb3e04790ce, '', 0, '?'),
(0xf3bee87faba43b9d56b16db03ed29ad0, 'wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backup_controller.php', 1, 0x00000000000000000000000000000000, 0x48eb160596524336c362fc13ec1ba7d7, 0xc3dead09f4f661cc7902d8f3c1a4df9468faa651882fc018f72c9ca8d43d4043, '', 0, '?'),
(0xf3c0d93fcea863ee3cb8566260f8b915, 'wp-content/plugins/elementor/includes/controls/wysiwyg.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\wysiwyg.php', 1, 0x00000000000000000000000000000000, 0x0f17d09550dc966a8226d25f9c13a1dc, 0x2ed08925c95e7c5dd6d00ebef8d5d35bd1a679b4bff93728ac05cc2ab73457a4, '', 0, '?'),
(0xf3c20fa3ff05642225dd76b1eef82c01, 'wp-content/plugins/elementor-pro/core/admin/admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\admin.php', 0, 0xaa38a70014527ff04b31a83557ae204e, 0xaa38a70014527ff04b31a83557ae204e, 0x659af72f1dcf6af4561ba1a23c2508f310e61fe95feb3c4bfe92016b4e8bdfbb, '', 0, '?'),
(0xf3c3007f4c90ebe1078bc6139d360ec2, 'wp-includes/blocks/latest-posts/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style.css', 1, 0x00000000000000000000000000000000, 0xea405be5e34c861e2cc815390ec449d2, 0x7aea6daea32c7907d4e7beafaba63b7e4e46a7d2089b96769b583a255de7e67e, '', 0, '?'),
(0xf3d1e61403156e0cc730d62566c536b4, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-name.php', 0, 0x9c742183f1db4b07d9b2896ce9d179e4, 0x9c742183f1db4b07d9b2896ce9d179e4, 0xe2936c64541dfec5813c30c6357083aaf4706558c3aaa12f84b456c54dfc2466, '', 0, '?'),
(0xf3e4468d7449cbcae0d7b15cffc1d0cb, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/composer.lock', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\composer.lock', 1, 0x00000000000000000000000000000000, 0x2864c2991ba53da1b4fc863328c9f634, 0x56d3ae3193cf7fc69589d14f08562898e45a141b3c49fed553c4996b422e5ea2, '', 0, '?'),
(0xf3ef0e6af5a4045939b750c32636190c, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/get-outline-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\get-outline-endpoint.php', 1, 0x00000000000000000000000000000000, 0x0f1b3405c83eecfc1520060511d53b3e, 0x6d9c7250e80c243ebd569107a08f98f29d119409798bf9d02395b7729d9bdd6e, '', 0, '?'),
(0xf3f2133afe74f163bd70bc43c12bf928, 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\classes\\elementor-post-query.php', 0, 0x852bf57bf49d0355decc3d5edcc3ce66, 0x852bf57bf49d0355decc3d5edcc3ce66, 0xdb6c93245cd438573214aa193b27de019330179345e3cc23123d316057d1aee8, '', 0, '?'),
(0xf3f2a6faa111c96511fb6073ccbac6b1, 'wp-content/themes/twentytwentyfour/templates/page-wide.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-wide.html', 1, 0x00000000000000000000000000000000, 0x452598cb7a961a610c83684368ab6d86, 0x4fae14f69448627f5e35b1b47801f76f271538da2d6d95018a6ebcf19e3fe73e, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0xb77f1501a3a1ca6f8cd65bb2f4f09a07, 0xcbdee3c1d67b71694bf8b34b2b22c549dff5f39a6bff61754cdf0b9c6d3e6779, '', 0, '?'),
(0xf3fa38d4d85532e8ff54e34d15659ca1, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\amp.php', 1, 0x00000000000000000000000000000000, 0xebb2a8402bb5c9911a7e9c4735207772, 0xec0ff6de0aaf5fc4df772a507a8f8f9e2a5a23ed34b377182c4cb775659fa907, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xd2384cf1e33029afc5af108430ccd90b, 0x2ca08dc7fac62e2a6075643750b880f8eb9f2892b2224eabbc99bae87d1e48ad, '', 0, '?'),
(0xf402b8304b371e26f5c6ba2707157eea, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 1, 0x00000000000000000000000000000000, 0x0c73ccb5c85e1b211888785fb6b7432b, 0x42d8995fb434799b88912aaae530b1a34b74ef27be9e3708f0048480bac31cc8, '', 0, '?'),
(0xf403c1c2697216ed68267ba2118373b7, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\solid.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0xf4079fbcc2c7c736f7e9838931c9e8bb, 'wp-content/plugins/wp-reviews-plugin-for-google/static/block-editor/block-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\block-editor\\block-editor.php', 1, 0x00000000000000000000000000000000, 0xabec82251201266b9cca25f25e57556c, 0xad2f5cb101e9d685f41004db8196f4eb36b171dc0fe133965cbedc43d1841516, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons.css', 1, 0x00000000000000000000000000000000, 0xa4799d0cd89e88e9b7c3f4d7e76d6a6d, 0x02403a18a376b83570a4c0d5225f80f51d2f8412a290be8eeebcdf15d825a4bd, '', 0, '?'),
(0xf40973eac31949fbb4bbe7512793d365, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/diagonal-arrow.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\diagonal-arrow.svg', 1, 0x00000000000000000000000000000000, 0x5a7fdf1eac7c55c01de23bf118824d35, 0xa9aaf0f6971b88ffa1da5664410a420170f267e8e83a91af8099c9a8042ea7b9, '', 0, '?'),
(0xf40ca5033868ddcf463767d1d0adb96d, 'wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\application\\consent-handler-interface.php', 1, 0x00000000000000000000000000000000, 0x40a5c40fcad4de386a5feca0431fc2ce, 0x26d1dff552f74fc1a0fe6494ccc56276245b29cfdb37e704be13ece199a046d7, '', 0, '?'),
(0xf40e41bfa1728edaddda29b15bce2375, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-500-normal.06c30711d588145a.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-500-normal.06c30711d588145a.woff', 1, 0x00000000000000000000000000000000, 0xfe3ae0a09053c4166016ad11a60fd248, 0x5d3217eaea878debdedd6172e3b0df2dae50c2a484add34e78e77d8a2785bb6e, '', 0, '?'),
(0xf411025a63a894d8c85b90bfa9f1674c, 'wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\single-dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x782b0e3a82580ec388f851c0f700e281, 0x715d4c9e32cf8c689220902ab8c66acdfaa7208b4db12e84b3d383aa5b6eee24, '', 0, '?'),
(0xf4118aa5955250cafa70dbd6dde8e720, 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\support-integration.php', 1, 0x00000000000000000000000000000000, 0x5e15cdb056f02113f434e8782ecee0d4, 0x72ad29d842171a05187d2c386b787154cc9f11aec95012b86698913f26b7df3c, '', 0, '?'),
(0xf411adcbab1d51fd83921095e0859781, 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\01-display.json', 1, 0x00000000000000000000000000000000, 0xf729cdfb1f2edf18e711c40340f8caa0, 0x0d132d7f7cf1789a98090459f95cfd7d8c7d6e4cf163283ff63e8f2d1fcca418, '', 0, '?'),
(0xf41810539da05d2c083446721138d176, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\MmdbThrowable.php', 1, 0x00000000000000000000000000000000, 0x1766f02d5cb1e93bb5b1f558dfeb8b3d, 0x1aab3738088d5565159029d631e7a82fb43cdc6ad9271ce998f926d591e72b28, '', 0, '?'),
(0xf41e1afa055320928335e51d0b9c20e2, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-tracking-only.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-tracking-only.php', 1, 0x00000000000000000000000000000000, 0xfd81a80624fc9358f660d2dd400aee96, 0xe0a3b3cfa3cb90660ed2cda920157d8e6245cd3c1594448a4895b60eeaa30897, '', 0, '?'),
(0xf41f957d32b4d1aa575971e9e93b617b, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\semrush-client.php', 1, 0x00000000000000000000000000000000, 0x751bf8579339cf8889cc5d73d8a2fccf, 0xddf161a2446686510f5798d0b3bfef95588a7f48670cccd97654615d8e974e8f, '', 0, '?'),
(0xf41f9fa56538938bb3826e27647325f6, 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-feed.php', 1, 0x00000000000000000000000000000000, 0xeef4e8b19f31dbe6117f97c9437f172a, 0x5b068318fab1902183635ef68156a4165649f5a392b5bf03fcfbd1c799f7f81b, '', 0, '?'),
(0xf427312e937ae7f3c0806fa4c26a2cf1, 'wp-content/plugins/elementor/assets/js/counter.7310c276bc7865a3d438.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\counter.7310c276bc7865a3d438.bundle.js', 1, 0x00000000000000000000000000000000, 0xcaed117768d1df1872b1a705145f36a4, 0xafbbe2ba6545cbce0328b040ff222395463b6f118963ccb6f92188782f1620c4, '', 0, '?'),
(0xf428d3d4bfa3ed90c9b6dbbee2e8b6ae, 'wp-includes/js/dist/edit-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x266ec4a47be086fafc5e7352f3af394b, 0x8e256f48390587da17ad59d6ff1f059c1746108e1faa9f3d553b2e6f64cc6bcc, '', 0, '?'),
(0xf4290d48c3504acefba45d0dedea669e, 'wp-content/themes/astra/admin/assets/build/dashboard-app.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.js', 1, 0x00000000000000000000000000000000, 0x74d4abde9f1f77ac221184c73fca5934, 0x7dbaebb549bc4822215fa1b2e3c2e2c43845f20ba9ab7ecb8d11e19111865f25, '', 0, '?'),
(0xf42c9cea5d032a7015dfb7360f0a4783, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products.php', 0, 0xc891a64d6ea674c204b00eb2a864f55f, 0xc891a64d6ea674c204b00eb2a864f55f, 0xf2124822901356043c196d357f72cc6a0c3f3294b5bbfdf14dc80bdb3eb36641, '', 0, '?'),
(0xf42ed11309f13f76b66095c6f2d5473d, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-pricing-table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-pricing-table.php', 0, 0xd15535e85b9ec7ce77f72dd90a93c031, 0xd15535e85b9ec7ce77f72dd90a93c031, 0x232cc100ae3bb470150662078c59dc7e9ac0f7b04c43b424789fd3c570628c68, '', 0, '?'),
(0xf431472962005566fe77281819aee5d1, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/indexables/top-page-indexable-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\indexables\\top-page-indexable-collector.php', 1, 0x00000000000000000000000000000000, 0xc2846540040de6fa934b316f7c777d1f, 0x1f7496f96feb23a8674d2e2b9cd513d3715fd7a5d9db6161d69be719bc7027a8, '', 0, '?'),
(0xf434e58a1a58f7352d6e600b1d357fdd, 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\index.php', 1, 0x00000000000000000000000000000000, 0x8dffd08e0e3e8d788780ea4c9b0a2692, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xf43a3712f900218d169a8d284c83750c, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0x827b637e089d9ddf530a5cd229b5c167, 0x9ff8f873ab02b408b0d914f4a1da8a5be4471e224d3cd74a09f51635aa9d8d3c, '', 0, '?'),
(0xf44840dee367c1055fac757cd8825982, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-edit-users-conditional.php', 1, 0x00000000000000000000000000000000, 0xd4478327e7834eba49293c4fa97bced7, 0x98b43f5a20fd87dadee9b647723d1f4f9edf30e637c5fd985d98d1ed7364e817, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0xf44ababa57cf8336ccd73fafe2adac20, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 1, 0x00000000000000000000000000000000, 0x939f6e69a8d03ecac04b4a4942f83f2e, 0x044237db459e6ac45ff7aaecea01ae82ccf9881d3901f9a2701c849c645d1b0b, '', 0, '?'),
(0xf44b624f1d14e7435d8f8f30e2ab8c19, 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf4522125682ac6ccbbbf7d64c876fbc2, 'wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.asset.php', 1, 0x00000000000000000000000000000000, 0x4e8912a49cbd2e11e16c968e760f292f, 0x76ad00af464e613f36d8d81966f7b2f6266426cfbec7e46017be093791b63ad5, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-grid.min.js', 1, 0x00000000000000000000000000000000, 0xb6c8f038a1e8ab88a2047322cb6cd976, 0x0a51f9f80823238611a15fdb5e44c2a5b3eba8309eeac94332e2646970d77cbd, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0xf45dbbd0980a189e28aa3f57265cecb4, 'wp-includes/blocks/audio/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0xf46259f82848623025def8ac3bcd1f59, 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedParse.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedParse.php', 1, 0x00000000000000000000000000000000, 0xf1822a6e61d5df7b39309836072c1f81, 0xf5706381bbb2267c2e085c86d710ef4f2440476903a9aee2bcdbd82090561106, '', 0, '?'),
(0xf4684d15bee6bcfd56e64ee67b3b1db4, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/client.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\client.js', 1, 0x00000000000000000000000000000000, 0xef5c30997d3cf85926388b68e8996fa3, 0x1d075b20d28df4f35052365292fd0cb1f27930d0c411ea44a8674e3a4930311f, '', 0, '?'),
(0xf46b2ffa20bd41f57e8574f38fc5eed8, 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Config.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Config.php', 1, 0x00000000000000000000000000000000, 0xea95a1553c6566d98a1eaa450f8545a8, 0x1185692f3550ce20abbc3af7cd730f6b3aed64d751d22c94a693f155661f221d, '', 0, '?'),
(0xf46ca8fb31f376a549b4b9ace392cad8, 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-single-layout-configs.php', 1, 0x00000000000000000000000000000000, 0xffff272ed34116dd74bb88e0d4125ea3, 0xb0c24a9a698deed0423f360065bc763d4c4d0374c1b821023ddca2c78d113cc1, '', 0, '?'),
(0xf46ffaf3d194d48f3a91ff05e5868078, 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-1.svg', 1, 0x00000000000000000000000000000000, 0x62a5c985bf16c124050953bfcc00eb5e, 0x5e1005c23d7cd90e672902183026a8516e20b5b04af09bbefcc827ba94d4fff5, '', 0, '?'),
(0xf471d2cfb0270109716d4e3b55b24734, 'wp-content/plugins/powerpack-elements/modules/video/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\module.php', 0, 0xe1c02ea505377f3cdeecd61114c2b270, 0xe1c02ea505377f3cdeecd61114c2b270, 0xcd91bf7fae4444b337293abf41527d610e1c7c459f97bf4dde3265f5e7052d16, '', 0, '?'),
(0xf4743983eedc65297d02918fdc0fbd63, 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-2.php', 0, 0x9a8a96cc8ba8a3bf897ef0b28fd27294, 0x9a8a96cc8ba8a3bf897ef0b28fd27294, 0x742d2c86a138130cd8adf6ac666e0bb75e1a1bc870fa022ba678e363a973f7d1, '', 0, '?'),
(0xf474612c044a70e2bccc6af953bb5eff, 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Tracking.php', 1, 0x00000000000000000000000000000000, 0x0680dca97f58ee835791a4fa8b4edd44, 0x912577f2e6648f1acb552457f54ec9051587751c93da2e6527845d7d28a472b9, '', 0, '?'),
(0xf475efce599ec040e2572ffd0847dc53, 'wp-content/themes/go/style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\style.css', 1, 0x00000000000000000000000000000000, 0x2f759884afd9f05969818618572cb6d3, 0x060c6a2f645f523b9c42684752c8563f11bce71852103f924588dd99e0a7fe5b, '', 0, '?'),
(0xf477df163e116402c20b8c163f648513, 'wp-includes/blocks/post-featured-image/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x66d039e9382f2b26e9f7410107bdb3f2, 0xdc19c8660e584c5491d5a6c0b99fdeb0b9cd66fbec394b0d063f7c5418e7a745, '', 0, '?'),
(0xf489654d48c74e7051021d1015df8784, 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\classes\\render\\single-button-cta-render.php', 0, 0x82e94c8ba52c40a085513d4f46e6b0b5, 0x82e94c8ba52c40a085513d4f46e6b0b5, 0x557f0f0add7f94a9d3f6703296b5794f692ff938fb845a894fb83cc986127842, '', 0, '?'),
(0xf489cf80e57b1d71c622281c14672439, 'wp-includes/Requests/src/Exception/Http/Status504.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status504.php', 1, 0x00000000000000000000000000000000, 0xbc2167de474e26eb026173af6f491677, 0xc640c89c002198071d8a93f44671033f946483ccd12cc7ac4de3b16f800bc06d, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blocks.min.js', 1, 0x00000000000000000000000000000000, 0xaf13b9574ca6476d954aff8673516ce7, 0xe66aec86babb8c2e01b64658834e224704f9630a1939a549f579143b7f0a64e8, '', 0, '?'),
(0xf492dae2d6ef498342471cb9c6932926, 'wp-content/plugins/feeds-for-youtube/inc/Services/ActivationService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ActivationService.php', 1, 0x00000000000000000000000000000000, 0xd603c7abfdcf244de91dd67ccef2192c, 0xd4e05229cfab2f323a9c9ee9afc0fd8c0bd4395400eefe6797392d364222917a, '', 0, '?'),
(0xf49709ef0703b767658bcea80e1f32a1, 'wp-content/themes/twentytwentythree/parts/header.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\header.html', 1, 0x00000000000000000000000000000000, 0x5d72b743431365414610c2ca74ddd4d1, 0x1ef5af15c2a9f622acb1844b304428741cb92cc29a37ff05bbf312e81cc849d7, '', 0, '?'),
(0xf49b1c85d8b08f972174297db3fbca42, 'wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\grid-with-categories.php', 1, 0x00000000000000000000000000000000, 0xe64ba458daf182ec401944d8787a8842, 0x98e669b22f3d1dbc90ef87b48b7842f27df50143ce6e097cfe3bd80d04f079b2, '', 0, '?'),
(0xf4a3c4514c9a2d8a0d69933e4a494041, 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\opacity-tilt.svg', 1, 0x00000000000000000000000000000000, 0x62dd58087943beb7ed9288d8795035cc, 0xa983ad9326e8cbfde7537270b31aab00cd7c6dda4b58e9a573c4c38bc85ed324, '', 0, '?'),
(0xf4a4d566880957350d610be352d10a4b, 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-templates-controller.php', 1, 0x00000000000000000000000000000000, 0x67a67150a25d24fb5d09202d8e919a31, 0xb5fde182abef0107d988d20ee7e881e744ed57f5e653b329916dc5603c3ca67d, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement.js', 1, 0x00000000000000000000000000000000, 0x8677a01af598bae51778352bee2e63d0, 0x99fe44e19052ca79a3b0180aaafb3a9b74800f01c6b4d6c08d37b1c843408457, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x1b93fa8d6322480c23244329370c92f8, 0x1dce363a4f8bceb2855283029192a7a1bd639535e311a49f60db003ddcae5cb0, '', 0, '?'),
(0xf4aeea4bd84639e00643402f6bab4245, 'wp-content/plugins/custom-twitter-feeds/inc/widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\widget.php', 1, 0x00000000000000000000000000000000, 0x4cfdf6fe7558c2cf6a76fd715d676c79, 0x197513c3722c497415361952e8764f376e648d46a96b93d34a4b07bddb21d1b8, '', 0, '?'),
(0xf4b3410699262a0277764881c812d7f2, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gridcarousel-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gridcarousel-template.svg', 1, 0x00000000000000000000000000000000, 0x970c8c0af95db105529d56da13bc9161, 0xe468e978c72493b9e07cf8a7ea5d11e52c0807eb0e587734c1375009328f6f2f, '', 0, '?'),
(0xf4bb0eb1658db1a7a4222483302e6f08, 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-sidebar-layout-configs.php', 1, 0x00000000000000000000000000000000, 0xc05a6c86b87fb103c7a28a8c7002098c, 0x898346adc61f69183c85cd50876405edc365f69646cd0f12836f40a8bf2dcb2a, '', 0, '?'),
(0xf4beffe632dc1c959a7a6bee7899d2e0, 'wp-content/plugins/backup-backup/admin/images/right-arrow-white.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-arrow-white.svg', 1, 0x00000000000000000000000000000000, 0xb34819d120cf392aaa64a9d678c80254, 0x8ffe0f870eb0e19ad4bfc21367a23a33bcfc269308b41693156f3d16a84f7ab1, '', 0, '?'),
(0xf4bf77432c321e5c6fc95d644b175712, 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.js', 1, 0x00000000000000000000000000000000, 0xaa3bafd50297d78ba1ec0a3a7c21d639, 0x62315045c08a0d3dd07ed279e129f85429b269cd51b59d54cec5a820ce49883f, '', 0, '?'),
(0xf4c12eab2cd9f238ef6248752462a8ea, 'wp-content/plugins/powerpack-elements/modules/business-hours/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-hours\\module.php', 0, 0x15474083d3ea3bba6f630ccc4f6fc86b, 0x15474083d3ea3bba6f630ccc4f6fc86b, 0x2a09f4a95914f9e27e61aba6b69e0637ba0126180838b193787a587ff4a79be0, '', 0, '?'),
(0xf4c2bef968d699d1bd6aa5bcffefb2b0, 'wp-includes/blocks/comment-content.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content.php', 1, 0x00000000000000000000000000000000, 0x11747fa360896e50763b558362b00205, 0xb1f4dd3b058d6a187b0b78e4959493ec3ec0bf4f7a695a89b8c05074fd089911, '', 0, '?'),
(0xf4c430ba26eb9db612c63c9a1eec894a, 'wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\wp-color-picker-alpha.min.js', 1, 0x00000000000000000000000000000000, 0x9b7dcd16b1ec521b3cbfc3de41cf85e6, 0x5514ffd78f131ab5f215b85087e4ec8677134fb2e7228bae8db5343a73fa278b, '', 0, '?'),
(0xf4cfb38e9f5d6661ef97ff8ee6219a33, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew.min.css', 1, 0x00000000000000000000000000000000, 0xf1a6830c68a7cb4c780dd9344e732779, 0x659bc141bc7242592ad111a4bbd80dcc978802ce58d580dda1ffc4e628dfb8b7, '', 0, '?'),
(0xf4d2a471bdd2ccc2574f2a7ed5404259, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/toggle-control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\toggle-control.php', 1, 0x00000000000000000000000000000000, 0x24f8d544a12915097ff5ac77b5ea458e, 0xed5688f0f58203533886f42f44573579cff75f7c60114e8f0db21e5bddbc9ee1, '', 0, '?'),
(0xf4d6c5a52e90c287925f7b29a84f6ac1, 'wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpsidebar-schema.php', 1, 0x00000000000000000000000000000000, 0xe3a3e1ff26b009a7353bc558efaee5a6, 0x8f51e85263ea384de807f9918cfe3daea8b1c04684b13b13a1f042ce04db96b9, '', 0, '?'),
(0xf4d6e382ce168993048e883b63e8ed5a, 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\platypi\\Platypi-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x7a82bf0f49aaed8a086fe79b8070ceb9, 0xfd698eb09a87a8ca406658e0ffccf0be0635aed8afd116c41b3924a0217c0d03, '', 0, '?'),
(0xf4db32747a599820cc07e15f0ca860fb, 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x985829ff072d0043ed84c1ced38012c8, 0x3de334aa62dbfbc43ccccedaec14cac9c563250a3cd4721dfca9b4db3480cb04, '', 0, '?'),
(0xf4e316669c1abc00d806876bb4586759, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/recent-content-task-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\recent-content-task-trait.php', 1, 0x00000000000000000000000000000000, 0x69df0eb679cbd20b73a45bc378f55d0b, 0xd11ffb2ed8da57c5d693be2f47bcfa89fa53e590b60c2740364181c9d611f640, '', 0, '?'),
(0xf4e54ea734e3d8df8f6ffaddba335e50, 'wp-includes/block-supports/settings.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\settings.php', 1, 0x00000000000000000000000000000000, 0x758ad96c592050380c62480eec008613, 0x04de61274dbf935830dda49c14ef7cc8efa0b5e85c6ec389ca67f346b16ad613, '', 0, '?'),
(0xf4e75720a89fa3efdb3cb628b08ac516, 'wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x610cf9f43012e431438e9994c8858f2f, 0xa90bb2815d40fa4ec12485b74e71007e06fcedf662aa3e9dfb79917e0d1a21c6, '', 0, '?'),
(0xf4e868a4230def989df6556df8d4693b, 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.min.js', 1, 0x00000000000000000000000000000000, 0xae87c6c901801edecd92389efbd54372, 0x3a9760dd119ee3638ad475f3e0b7da39e67745047c471c1733648dfeda3ab937, '', 0, '?'),
(0xf4f60db6c60e5d10261edcf795f5a2b7, 'wp-content/themes/astra/inc/metabox/class-astra-elementor-editor-settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-elementor-editor-settings.php', 1, 0x00000000000000000000000000000000, 0xc78c82c9c26ab1cb70b8470b9b771377, 0xd486af0e9657a73132be95f3954325abc42b1c077b0a3c00fcbf3ee08041dd23, '', 0, '?'),
(0xf4fdf5e84d12460514f44ccb00e4f82b, 'wp-content/themes/go/languages/ja.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ja.json', 1, 0x00000000000000000000000000000000, 0x036c178a6487c356214fb55db61c99bb, 0xc4b1f1d09b6bf953cd15ecdc2e570f71ddf91cb405eaf458ff72363deb08dcdf, '', 0, '?'),
(0xf4feb39ba72ad8cbb0b3393d80b4e102, 'wp-includes/SimplePie/library/SimplePie/Restriction.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Restriction.php', 1, 0x00000000000000000000000000000000, 0x030bc670ae37cb0647dc956177686e47, 0x80692f0e751ae5128ad78eb0bfac404a3e6db02a076d9b4e6aab6477f25edf0e, '', 0, '?'),
(0xf4fed543464305be542fdaae2b103a60, 'wp-includes/blocks/comments-pagination-numbers/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor.css', 1, 0x00000000000000000000000000000000, 0xfe0da485318e0f416812248752f8599a, 0xc1e0363d2b42a3fa82abb1c5d8ebb2292f985541069690bdd1e0ad537aef90f9, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xf50228542f4990fb83888b65ea157642, 'wp-includes/blocks/table/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style.css', 1, 0x00000000000000000000000000000000, 0x8bdf14ba934c27925ad61f5b6535587f, 0xbed66691b62c8f2437de9c51927899f3adf1fc1e8a92ae8ef95bee1bd332423d, '', 0, '?'),
(0xf50755b4e221c33fcdc25f77d994a4fd, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 1, 0x00000000000000000000000000000000, 0x6d04b9dde46e7f2d38f3dfd2c816d2e6, 0xf13bbf3c78ea4b77c04d544d53cee8655e3e26123c3787232c549bd5a558684a, '', 0, '?'),
(0xf50e1f6420b5d96a25e95641bd54da64, 'wp-includes/assets/script-modules-packages.min.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-modules-packages.min.php', 1, 0x00000000000000000000000000000000, 0xc7258f73ecc871cc86059559180379cc, 0x054388ea6d16bcb9d3fb8f6369e35fc1761293e1e70b0b66e7fdbe83dacc3c2a, '', 0, '?'),
(0xf50ecb123cea8823684f78330d4cf670, 'wp-includes/SimplePie/library/SimplePie/Source.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Source.php', 1, 0x00000000000000000000000000000000, 0x957249ec938baac2c92bd4f38af551c1, 0x6947629b296b9bfe1f3a444d6c3cdd7309ca81f0de824e3099d6f89d9ce86251, '', 0, '?'),
(0xf51854be489e86617eb2baa39af14a90, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/HomeUrl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\HomeUrl.php', 1, 0x00000000000000000000000000000000, 0x84489291cf898d11a1748ef04e3f05f7, 0xb42f46ad8d36e610887da0f121e18f8776e33729b4e3103d11397e018652c405, '', 0, '?'),
(0xf51cdc204f19adcf90881089e7685e02, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-primary-header-configs.php', 1, 0x00000000000000000000000000000000, 0x282058f88842f2c8e9ebb6a34e3f42f1, 0xbde0c31fb039fe3c6817c20ad4008585a300170aa9a8785e3991cc5c987c9f87, '', 0, '?'),
(0xf5206b6066592cbff5f7caa8c58f6d8d, 'wp-content/plugins/powerpack-elements/assets/lib/isotope/isotope.pkgd.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\isotope\\isotope.pkgd.js', 0, 0x8896e082b3fa1738e2e2f558a7fc1fa4, 0x8896e082b3fa1738e2e2f558a7fc1fa4, 0x4e807974669e882ab698c06c09026468be04419ffa8dcbdf82c047e2012dcd91, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_static.php', 1, 0x00000000000000000000000000000000, 0xde3687d90950975799186e22e7b5d062, 0x940fe14567708dfad4a87768ce07922e9414b0a715a70533c10aeba666cd4edc, '', 0, '?'),
(0xf52997236af1649aa753b8b6ee65ca8b, 'wp-includes/js/jquery/ui/effect-shake.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-shake.js', 1, 0x00000000000000000000000000000000, 0x45e1005e56741728779b2a7c48af4483, 0xa01ada685b67eca8369df1a61abc7f16224ed64f1ab9bd3aec642f1bfb82b3af, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Compat.php', 1, 0x00000000000000000000000000000000, 0xabe5cfbd1b92c8652adeacee86e4de62, 0xc62d871e39939e04858519a28703e06af2b1265a15854f7d81a70524d8a74bbf, '', 0, '?'),
(0xf52bb13ba17b7cb354b20eac04b9753a, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts/prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\contracts\\prop-type.php', 1, 0x00000000000000000000000000000000, 0x07253afb95e4cc1cc15b965c69339ca6, 0x5cd7b7cc940f035e0a0337e713c425850959070721af716425e47ad7062dd5e3, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\cron.php', 1, 0x00000000000000000000000000000000, 0x0e7b0f190ba55be62fae268090abf870, 0xa7c172dad0c149a618a71ddd82eb91273d083f18414222be821d5befe36bfee9, '', 0, '?'),
(0xf52ef233f24b2a12c674d736d2af99f5, 'wp-content/themes/astra/inc/admin-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\admin-functions.php', 1, 0x00000000000000000000000000000000, 0xb7bce77d54d57a5bd1262efe42fdfd5e, 0xcda67284f101551cd75a6a730e0b5027ca8091b2684e485834ad07241b208690, '', 0, '?'),
(0xf52fbffe867a19160285ce38c0d5d099, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-related.php', 0, 0xac83a7abc7915e52e00bc5f91a09fc5c, 0xac83a7abc7915e52e00bc5f91a09fc5c, 0x7b81b3e8f9e5068b72c6fab29220307b1f54047fbdb1d267e57eb208fe363823, '', 0, '?'),
(0xf530009af96e8059578e93342541c8e2, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_PT_ao90.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_PT_ao90.mo', 1, 0x00000000000000000000000000000000, 0xe92336c790f43c9abca4ac329756959c, 0x0ad046ad3940d4f4e88083c691d97ca6e8cdd21329f77156faab321c57122f77, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wpdialog.js', 1, 0x00000000000000000000000000000000, 0xb68fe4c88b1b179c35d05520f2d463d3, 0x7dcd4c5335cf7ac062ac240f5e470600d050c6f69cfa23fa7b8a124965d8d2f6, '', 0, '?'),
(0xf547ca101782ced8f9d6482fa96f42a5, 'wp-content/plugins/powerpack-elements/assets/js/frontend-carousel.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-carousel.js', 0, 0xec16997e573278b2c9082c9e7c6f14d0, 0xec16997e573278b2c9082c9e7c6f14d0, 0x2e895a404a7518ebf3f0a2998c2a56dfa7eee91d9b8ae72b37d9fd683a00a5a5, '', 0, '?'),
(0xf54fd81f5bddca4fad3ea5db189f9d2a, 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-spacer.min.css', 1, 0x00000000000000000000000000000000, 0xc329a1f8486b82d9b9c7cb4d7060f346, 0xa443586b8cad4a6b6d26c640ec438d4e95121368473e9c6ec6ddadee68dd697f, '', 0, '?'),
(0xf553f2bc9b6a9e356330117919b0bd1d, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\allinoneseo.png', 1, 0x00000000000000000000000000000000, 0xa130f90ff58b197ec7433c51db001abc, 0x50eca3e860b695fe185fb81684c5f21e571637194719830246a91d784858f561, '', 0, '?'),
(0xf5631a36db47db77afc33a94c6f63a85, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ru_RU.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xe95cce94b2fa35747700c8f57e67fb36, 0x016caf99851e87d7ae0d0c7d956849e2fede27778493d56baeeb6813e9a2434a, '', 0, '?'),
(0xf5637d62e3dc66c9b0dc8083791c9c42, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\Password.php', 1, 0x00000000000000000000000000000000, 0x14a1b90aecb8ca71b1a1c93cb037c3e8, 0x0a7f9afc5a6ed8181642fed83829d0dad543276788a36a57e54de2f7d9cf7869, '', 0, '?'),
(0xf566dd1220e78df7ebc22837dd6a19b8, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0x9eec146dd53474f2ea103144a3c6c09a, 0x869f3fd3bd70bb92c41b4d0fa952f787d8150a0849d8f4128f8dd46da123b81e, '', 0, '?'),
(0xf567fbca497a9c34a2f4ac8786117d20, 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\check-icon.svg', 1, 0x00000000000000000000000000000000, 0x2116e3dbd2e1ffd116e5b40fb06b2a4e, 0x66d1e82bf98c813719ef7ab4886acdb15d6901c52b3ed303f503edd38d9e76f4, '', 0, '?'),
(0xf56bb465ac669f6148f102c592f7a13e, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 1, 0x00000000000000000000000000000000, 0x73422d4a7166b67f906c3f576b727f66, 0x6d800a901f604a914a561a5693aea09293c5948bf3ba1627678be60c0ece744b, '', 0, '?'),
(0xf56f7cb66437aa08241a430cf4d52fe9, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x959af0dc286ab42f5abe354b2f377933, 0x3883d20dfab044b62597d867169bb0ba0349d3098fdfaa23f82c62be956bbc16, '', 0, '?'),
(0xf5725cc4478e5514b039c4716e3ba12c, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/link.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\link.svg', 1, 0x00000000000000000000000000000000, 0xd07973c4f0aa3f3a184fb534a6f791a4, 0xd78ea15a2e1de4b5ebb28d792a12e84ac78a6011cbf520630486a92b15b7487a, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-editor.js', 1, 0x00000000000000000000000000000000, 0x93a84034566188cba3829bf2c5f086e1, 0xb89bac7f39995297d61c87ae0d87a0c6b26f5bc74e864b1896cfc5a12a688bef, '', 0, '?'),
(0xf57917b36de07a4b85138f187300ecab, 'wp-content/plugins/reviews-feed/class/Common/Exceptions/RelayResponseException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Exceptions\\RelayResponseException.php', 1, 0x00000000000000000000000000000000, 0xe32d636f193ff071352ff1e9a2c6e9e1, 0x52f7abd5ffd9db27d100ceaa026a3b2ef9ae9cedca3c07514c6a1ba5bccceac9, '', 0, '?'),
(0xf57c7fd154fb2fb456d056b5ea9187bf, 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-book.php', 1, 0x00000000000000000000000000000000, 0x05a55e4db2f1ed980dd57a02c6048287, 0xbdb4dcc383caaca28442ae9449e618248f01ef42a3367bacc889b6c09ae8c4d8, '', 0, '?'),
(0xf57c962a772f1a548d2aba36ecc4624a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\web-stories.php', 1, 0x00000000000000000000000000000000, 0x320da91d1121b35dcdf52c92fd878e1f, 0x72ecccfed1941132eb58c3427dc553b68afbb9ae9e24e170deca7b66e7c4476c, '', 0, '?'),
(0xf57fc02895b99c7703fd07c453c2d64f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\handle-404.php', 1, 0x00000000000000000000000000000000, 0x0cd03d7556fe9c70a52490e7af7d7e1a, 0x73b1263d60e060a91bfae7b40a0a2d11c505be7cd27ab4d81f96fa54433ec6c0, '', 0, '?'),
(0xf5801e14f6424ee8d10ba9ceccec380b, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0x407bcfcb8b801150467fe7d70876c9b8, 0x28d5ea0669dc8be01eace1c2d67f4924889852d81f8e8c65d2cf1cfcc66436ac, '', 0, '?'),
(0xf5889e8b82c2b490c243106012935c64, 'wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\personal-data.php', 0, 0xcf37d02106a139e950b557732ac88bc3, 0xcf37d02106a139e950b557732ac88bc3, 0xe3460635520bcbf7c89ced08c719bb8c4fb2539696a8b7f62b5110c87c72e48d, '', 0, '?'),
(0xf58e29510a933ff14fa912618c72a4a2, 'wp-includes/blocks/comment-reply-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link.php', 1, 0x00000000000000000000000000000000, 0x1063c949cf6b7eecda04e96b34c90e56, 0x96b21be3dc8fa6f69a3fdac222a0483ce0bf27b848bf7501a08561cf68264e0a, '', 0, '?'),
(0xf5971c20f5fbbd1246467dd00725728e, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/remove-file-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\commands\\remove-file-command-handler.php', 1, 0x00000000000000000000000000000000, 0xbe8406876a1077dd84bf95ebec667d72, 0xa8d264f37ea3ea88cecdac57fbb956852d2072d4493f8587d8900b5104224053, '', 0, '?'),
(0xf598ab60fe6687483e8fc6c5bec5c655, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/base/atomic-control-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\base\\atomic-control-base.php', 1, 0x00000000000000000000000000000000, 0x8eec730bcf9b0fbd6aca13eef1537cb4, 0x6e35caa2186831b23677c6026bf3cab7dc75c0520912f1a4303fb2ab47b520cb, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms.css', 1, 0x00000000000000000000000000000000, 0x88ec0507687a0cf04501242146d1e49b, 0x95514b7db51301af61e26afadc76f7241da22e4d73be803105204eca28bb7a7e, '', 0, '?'),
(0xf5a66f8dbc624272cf6a33231f0dbc97, 'wp-content/plugins/wordfence/waf/pomo/entry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\entry.php', 1, 0x00000000000000000000000000000000, 0x3bc2b2694716518c9d92418dd4eaae77, 0x0337395d93f9a7238c2f96c3f772f96213439d74655c6303f59298df8f9e8350, '', 0, '?'),
(0xf5a8f5f20648a3a94cf3bb3c80cc9135, 'wp-includes/blocks/query/view.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.js', 1, 0x00000000000000000000000000000000, 0xac1ea444eb6adc92b88791f30c635954, 0xf50dc9a64ae0060158430bb52b07c1df9047e262cb8409c43c12de8be930eb35, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xf97d34c00cdfdecc4ff1e9c3e6d6cdf5, 0x22199df410b8a2973a0ac41cec443c52442b7c2db8d55afc5d4bfa3f0f988410, '', 0, '?'),
(0xf5b7d1a4be1049d3ae4ec131c7b04a5d, 'wp-content/themes/twentytwentyfive/assets/images/coral-square.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\coral-square.webp', 1, 0x00000000000000000000000000000000, 0xee9f2e0211563850c86f75f0b44c7f5b, 0x7928dc6d04c89677cb88ed9fe03c08097353a5c5f8314a9e85f27a5a3f2bf792, '', 0, '?'),
(0xf5ba16920b665d44ee699b7b52479808, 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\search-engines-discouraged-presenter.php', 1, 0x00000000000000000000000000000000, 0x43460df46b13c61d0790a7a20e0c05db, 0x92828e19e0e79f49fde9a5afbaab12f4a22c67d81207d6b4df1039dd33132b7a, '', 0, '?'),
(0xf5c1114b7d3aea613cd01bac55fb2b23, 'wp-content/plugins/wordpress-seo/lib/migrations/table.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\table.php', 1, 0x00000000000000000000000000000000, 0x3f802ccc52bb83e7410a5ba7e9459cdb, 0x3e1bdfb91f1272e35a7344083aa97373a4fe8aabe698b4df19afb38f89af4e2d, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xa4a7f5bc65b9a0980f54238e57b8b21d, 0xf7d7dda696a4d8847417391a62a16bd47e1370076f4d6cc85c3b32f437ff51fe, '', 0, '?'),
(0xf5cdad488cabf9389233e8543ef70940, 'wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\assets\\images\\loop-item.svg', 0, 0x7539c21faed087dd8de2e9ef39337a41, 0x7539c21faed087dd8de2e9ef39337a41, 0x6b04138066b4ea51454e78c7760eb5ee0def7402b3eb8037cc735dad0252d4e7, '', 0, '?'),
(0xf5ce316426e5fe66ec17674c7265831e, 'wp-content/plugins/powerpack-elements/modules/tabbed-gallery/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-gallery\\module.php', 0, 0x58975dd199302b63ee225799ed99e37e, 0x58975dd199302b63ee225799ed99e37e, 0xdcc0bc135b1655cfd4ed7abb8f7c41a610a8d41af491828626e5ccaa12b9f106, '', 0, '?'),
(0xf5d2156ce94a76cc51f1bacbb4f6b2d7, 'wp-includes/blocks/post-comments-count/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style.css', 1, 0x00000000000000000000000000000000, 0xfcb46793294c7862c71315cf0516d763, 0xbb48f6c22b5ef0933501c97752666ac40962fd3459db6ea9a6dfd81fe944b907, '', 0, '?'),
(0xf5dcd862ce44cf34b1fc6c9e48f44736, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\README.md', 1, 0x00000000000000000000000000000000, 0x35d9cca8317cdbb9fb22b5bd1ecb8915, 0x6034a89103cf708f3b45b6b81f9a8960148bdc045c1d1591de78a6a88cbf2b14, '', 0, '?'),
(0xf5e5a4f2f7874fc510cd2ade6c0b279e, 'wp-content/themes/astra/template-parts/blog/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\index.php', 1, 0x00000000000000000000000000000000, 0x9488bd8f85661d4c55f407a76b3421f6, 0xdded50c12105d4a838614b75d795946cefa619c495df209794aa7d0d4e193804, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\menu.php', 1, 0x00000000000000000000000000000000, 0x9deaf2db203785949c879be7aff47df0, 0x0e8cb0e25580df164e68e63702055f1ceddb4aba7384c7c84637bf4f55d8ca5c, '', 0, '?'),
(0xf5e78a349c264e25db1a46fc75dde29e, 'wp-content/plugins/elementor-pro/core/connect/apps/activate.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\connect\\apps\\activate.php', 0, 0x2e99aa6eb1cd944f801592056f8aa596, 0x2e99aa6eb1cd944f801592056f8aa596, 0x17a1cb4dd7b07d6003346dcd21dbc4e40970400db569a22cf617658bfdcf2baa, '', 0, '?'),
(0xf5ec881b0b487c991e21c117c51b6927, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-right.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-right.svg', 1, 0x00000000000000000000000000000000, 0x476c91c7cb2686e230310e3ac6785dba, 0x118ea9cb67331575704eec99e3b4b0961d9ae9bc454bd1f5ca711039b911379d, '', 0, '?'),
(0xf5ee28aac41a19d118766476ba035196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Stream.php', 1, 0x00000000000000000000000000000000, 0x1f15206215d30d6ec03e5f9cdaee06b0, 0xa6550b7221321c8f6d429e00e3c93dc143353557e4b6d3198df0381f2cc1030d, '', 0, '?'),
(0xf5ef7301d38c955d35e804b15850c61d, 'wp-content/plugins/powerpack-elements/modules/progress-bar/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\progress-bar\\module.php', 0, 0x60356cf940d03c1f72eee21bdae1db51, 0x60356cf940d03c1f72eee21bdae1db51, 0x8f29290458a7a64c849be84e6ff7c565eed9967f5bbf7de853354b6a00eb7e89, '', 0, '?'),
(0xf5f11e8dadf9ec5e827a4f35e43cd6ea, 'wp-includes/blocks/details/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf6029e2232727f2157b50bf6612b49f9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-fonts-promotion-menu-item.php', 0, 0xfffcdd271fd02f843e4ee38fb2f40a79, 0xfffcdd271fd02f843e4ee38fb2f40a79, 0x8c532545e95de2f3523bf02a88f9993a29f6b3884330395eb79664fce513a800, '', 0, '?'),
(0xf604405c65ba51dc803d8b9c1cd7ca29, 'wp-content/plugins/custom-twitter-feeds/inc/ctf-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\ctf-functions.php', 1, 0x00000000000000000000000000000000, 0xd9e3635f69841b7cbf19c7a006926e0c, 0xee205bfed83f70a5c7f6a4e0a0d90f46a2095c22dadb4f09ea86cf30223fd4a4, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x79d9cb13065f483d34c50c9eb84752c7, 0xafd7d22ee2c3f4fdcbf065c1f1e3bf71ca81e63b8c4228b36da5dc6e6d77f561, '', 0, '?'),
(0xf6115f467812e30a2c2eb8fca23c5b1b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-om.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0xf612460608148a3a2280e8a3a47c0c7b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-rotate.css', 1, 0x00000000000000000000000000000000, 0x85ce08cc8f07ff879845261a2b1d4933, 0xa345ff9f36facfddeed0e4d55c05fc8840e45eedb9ccf6d8da1b3a46e78beb44, '', 0, '?'),
(0xf615a10d77860703c7d7d96f965177e5, 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/twitter.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\twitter.svg', 1, 0x00000000000000000000000000000000, 0x3dbe8ed468934430e9675e9d54bcc984, 0x45266b06b54d35566f77810ff382223d7f6bf585efdfa9930f8ea8c19f5a105e, '', 0, '?'),
(0xf61ed4aef1c4ac61efe276bffee49ffc, 'wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\SB_Instagram_Tracking.php', 1, 0x00000000000000000000000000000000, 0x11fc963fb8227a304e0028bca979388b, 0xb863731fc88b9597f2d04e7507a50455ab78eeef09d2ccc990f2cd96fd68fa89, '', 0, '?'),
(0xf6210d9707f09975256a3207330bac8a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9257.e397deb36a4d53b8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9257.e397deb36a4d53b8.js', 1, 0x00000000000000000000000000000000, 0xc25e9b1b86264cfd3035bd7eb3ed0d2f, 0xdc82928c158e8f0f1dcf04ad0b87f7ffe473879ad115fb23bbb5562c0f8b1129, '', 0, '?'),
(0xf624404eeea52e97c3866162130885f1, 'wp-content/plugins/reviews-feed/class/Common/Services/UsageTrackingService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\UsageTrackingService.php', 1, 0x00000000000000000000000000000000, 0x7be9412fe70251d44b595db4c7d270d0, 0xd6a3d1f053e885cfe963a46bd9da90d233c1c46597e2f9179c2a5de601650e8d, '', 0, '?'),
(0xf62d6242b2d4b2a0a037a5b0c4238557, 'wp-content/plugins/reviews-feed/assets/icons/wpforms-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\wpforms-provider.svg', 1, 0x00000000000000000000000000000000, 0x2aed6e2f11c973e6adea8ba6e76a2028, 0x011902aa1a74d353cfab6f4356c16cd55ee7e510b45161e4f66993996bb71b7d, '', 0, '?'),
(0xf62ed5adf6b80c047f68d13d6e32c4f7, 'wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xab07fd9b30a4d16842dec8be6404c143, 0x7a66f5bde460f294f1a9a9a860a83fe501f30155c8d8ebc52ef9a918692507cf, '', 0, '?'),
(0xf63025823f2024cdc8fca2284fafc2ed, 'wp-content/plugins/elementor/modules/interactions/schema/interactions-schema.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\schema\\interactions-schema.php', 1, 0x00000000000000000000000000000000, 0x00cdfd3da920b169f71990379a9efcf7, 0xce85cf176c58ce9e38bf359795b89adaa62575619dc7578f735f8d418bdb5005, '', 0, '?'),
(0xf635934d7b1fd8ab6858060453a89489, 'wp-content/plugins/custom-facebook-feed/assets/css/cff-style.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-style.css', 1, 0x00000000000000000000000000000000, 0x4b314166aaf8797377fe0b52452eceab, 0xa8f836cfef06fe93539ea83c5ebbad7acff6db3a9e6d05e69cbc95fd6c9fdf93, '', 0, '?'),
(0xf654c71eafbc4ef6f74f0eef8fcd0e62, 'wp-content/plugins/elementor/assets/css/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor.css', 1, 0x00000000000000000000000000000000, 0x7d78a8b0f200b42f6a1b58f36e214146, 0x8a23bd361147522bb41a9c5f7f5608588d33b44f423de6ee1ee5bbbc097125d8, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xf657233ae6e156b8f3a69afc5e483358, 'wp-includes/blocks/nextpage/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xf65983920bbf3f4e3361ec019f5210ae, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.0f9a28de84eecdb341e1.bundle.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons.0f9a28de84eecdb341e1.bundle.js', 0, 0xf3d6696c7124e07bac3eda94f549beb2, 0xf3d6696c7124e07bac3eda94f549beb2, 0x18068e690f86111cafdadcf52ad808ae7b66de03d7f142704d17798e269c0311, '', 0, '?'),
(0xf65e3b79ac96f5da40aa4c44c8555acf, 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\base\\widget-contact-button-base.php', 1, 0x00000000000000000000000000000000, 0xe1e90c0c5495aa0a7ed3749dd2d90878, 0x4691ded55378a2648c79f755493161bf6737e91a4a34d732d583b4c882e19f3a, '', 0, '?'),
(0xf6636f1c42f58a727589300f61f2b8ea, 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common-rtl.css', 1, 0x00000000000000000000000000000000, 0x3371decac9c63644804bdb682ff5581f, 0x48c9cc0dbe72c6c6c455da735363526fd2125fcacb9673e39bf6e8808f182db2, '', 0, '?'),
(0xf667bd689f69d35b52cf865ed7140bec, 'wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0xcf92506aae2f7875248a3eb5e3b27f93, 0x4bb622dd3202a52295de460baddc916588e51979f07020758ad6717b111418b5, '', 0, '?'),
(0xf66b47253d219a050c18755d8c579d27, 'wp-content/plugins/backup-backup/admin/images/parent-dir.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\parent-dir.svg', 1, 0x00000000000000000000000000000000, 0xca7a0bed86e1e65fd3167473a1b86e16, 0xf5a2397f7dc7c59124f4d3169c0df22733574ffc386f13727a30118bd13b3b20, '', 0, '?'),
(0xf66c6a5433d4bca0455f749abcb9bf6b, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\elements.php', 0, 0x8114cb1ec4300c2efd6aceec2de1b9c9, 0x8114cb1ec4300c2efd6aceec2de1b9c9, 0x39ef672730ddf6909172b4d0993c7d9bb66090c46648c702cd95e62897b0f39f, '', 0, '?'),
(0xf66dec8bb2ea1c6aa4e475bed90fc922, 'wp-content/plugins/elementor/assets/js/ai.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.strings.js', 1, 0x00000000000000000000000000000000, 0xcb0c326d84c70108a3804094dc4d8073, 0xca3c511aa083360d2ea45b2a78cbb775149009679d4ed74941084f00d331dd8e, '', 0, '?'),
(0xf672a9013b416027bfb4bf8777df673b, 'wp-content/plugins/feeds-for-youtube/inc/SB_YouTube_Data_Encryption.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SB_YouTube_Data_Encryption.php', 1, 0x00000000000000000000000000000000, 0x8d535c5a2cc9899bc416afa856c014f9, 0x2c071c1267af386ec4db3429bb120942e793e96d714bd43e0e4d6e4ebf7be3de, '', 0, '?'),
(0xf67376f2e05b381f946d6336f0311952, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x3102ec3bdff0a64f84aa96eaee136d6f, 0x112d3d77a7daa874858cca907b1b4f03bab9abb0b203f17bd52756aa1d799665, '', 0, '?'),
(0xf674528c2868c851a3a55930f06de999, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.js', 0, 0x41cf6e69681c034a96fcb2ee1aac2420, 0x41cf6e69681c034a96fcb2ee1aac2420, 0x3940d929272ab7e68ed019e26596c88689398c99f189b9786133e20d0c7076ca, '', 0, '?'),
(0xf67515abc272654b198907da2f8f52ce, 'wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\premium-overlay.php', 1, 0x00000000000000000000000000000000, 0x6f042d78be01d49055b14d6c6c98c8a8, 0x4bbc0d8c0d00b6b2ef401aebed67e880d85c0b8cabef18e4487fde2d515fe78d, '', 0, '?'),
(0xf6778c04b32557370f4469e0664a7674, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-300-normal.285f3e6261d8eb20.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-300-normal.285f3e6261d8eb20.woff2', 1, 0x00000000000000000000000000000000, 0x81ff8d87a8014823a185024273c99afc, 0xf698194229ac88c0023951f64dd7885eedc4c0f619fab6738c44c55deaf7125a, '', 0, '?'),
(0xf679f2af105949bd1e62191251660006, 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\templates\\canvas.php', 1, 0x00000000000000000000000000000000, 0x9a18e8ed2c80d23da412b8c791234cc7, 0xa64a49bcf13cd73f910bb787261cb3b420da86ad0346575acb02dfad8763a137, '', 0, '?'),
(0xf67b674c00292b91b2228d539c27d911, 'wp-content/themes/go/dist/images/social/xing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\xing.svg', 1, 0x00000000000000000000000000000000, 0x44960ece0f991d95b5299a629267590b, 0x6c91fdc101cb136993858c1c3240fe4b15d0f7cf4750a9f37c13e69df20f206b, '', 0, '?'),
(0xf68ba6dbfd24d36495c1103c9e093bdb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\browsers.svg', 0, 0x123dd481e0c1fa6667d2cae436d094c8, 0x123dd481e0c1fa6667d2cae436d094c8, 0x29210ac16b70f9662570076ba5f67af0fde5350dce7ea14f4875c6c749ea041a, '', 0, '?'),
(0xf69577acd0a4d99995e52a2403c839d5, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-9.min.css', 1, 0x00000000000000000000000000000000, 0xbb5c6dcb7ecc2d2d145aeddfac01c659, 0xb7b801f0f862e227ab32af9d6dcfdbda4f28ce50326d5580f0133ede9465fe3c, '', 0, '?'),
(0xf69de7a154a22c8a6264b75f1e00e9bc, 'wp-content/themes/go/dist/images/categories.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\categories.svg', 1, 0x00000000000000000000000000000000, 0x7bd422cf077c18cccb8266d710da2fa1, 0x6e41e870c5c8bab03ad6f32523884a9316e8cbe5148f724046c243fb8aa84519, '', 0, '?'),
(0xf6a00ffa19350e67d6386571c8b25edf, 'wp-content/plugins/feeds-for-youtube/public/build/js/customizer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\customizer.js', 1, 0x00000000000000000000000000000000, 0xc5fe65af744bca705491a5141d765d1d, 0x6e3d7cab751b79ef5b4861dd483adf2c33f90283d4726bfd969424d8fee56350, '', 0, '?'),
(0xf6a408c0220a291d803f138f3ea63ecd, 'wp-content/themes/go/404.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\404.php', 1, 0x00000000000000000000000000000000, 0x113a20352e79c2c802d0f46bcac180c2, 0x340dc5c3a062fa3ee7c633c85e156a4799cd3792ce8b0e85a40e92036715b3cc, '', 0, '?'),
(0xf6a51abd4e414f8e59a935436a97f585, 'wp-content/themes/astra/inc/lib/bsf-analytics/version.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\version.json', 1, 0x00000000000000000000000000000000, 0xcde18f92d761e8448123c213e26803e2, 0xeece5a81abdac7a6da80e2053f4498faacb6cbea30cfa913faf3a11a0da8b2e0, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xbf56f398da66013d1439839152a40cf0, 0x7cae763996bf8adeac191381ad8945acc62872433143852b946231ab8e0ed25e, '', 0, '?'),
(0xf6a9f654f000410618102488a50b8caf, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x883fcbb245586f0ec01c4f5de1cb963a, 0xebdbbbfa02ed93bf82ed193ef7c7c0c3866b279efad476c0eccb85fb47f187a9, '', 0, '?'),
(0xf6b1825cad7605bf465fd52d2dc15dea, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test/IntegrationTestCase.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Test\\IntegrationTestCase.php', 1, 0x00000000000000000000000000000000, 0x4a27f1a542a3c9480b06d1f45a6667d9, 0x11aeeb2601a90555a5049ebe4d99932d2fa032e60073dda08cad83ce027014c8, '', 0, '?'),
(0xf6bcb77a01f345e6b2d6540b1841af68, 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-headings-typo-configs.php', 1, 0x00000000000000000000000000000000, 0x4cd2a3742368ec10a373d3e2997b7d42, 0x2aa64c72ad49501e6e45dcea08c5b7af8b5dea2bd96b7f14c8dec3640f927488, '', 0, '?'),
(0xf6bcfd2e7194ad43a4369fed347f6624, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/LICENSE', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\LICENSE', 1, 0x00000000000000000000000000000000, 0x6ee433efc138ba859adfa6a54cdff3b6, 0x9017a6e9ab7fbb3c9f56dad21b933af21b659dd4a0d158dad5c1c41d742b9ea2, '', 0, '?'),
(0xf6bd513d03687b372148a832165ad653, 'wp-content/plugins/powerpack-elements/modules/info-table/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-table\\module.php', 0, 0x419f32e793e7a9d18ed3f5167eb123d5, 0x419f32e793e7a9d18ed3f5167eb123d5, 0x5b4eddb2a75f76bec1c57c565d69497994b2a3036b02bc487a766681620c065b, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xf6c8f5423538b65e1b7f195394f3f857, 'wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Notices\\NoticeFactory.php', 1, 0x00000000000000000000000000000000, 0x360518df53cf8f59a0460aeece71086e, 0x3ad646f5cb75187cae02f30483cbf1b843deee480ca30250144b7c17b138af71, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\update.php', 1, 0x00000000000000000000000000000000, 0x9a346a437fa1637fbc72cac0eccc94cb, 0x1e087f60c5307ad2902cb98c1a88cb6883fba714b0e7a7fd1db3048a755a9e43, '', 0, '?'),
(0xf6cd58f1337dda2ea0478595e96887da, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/horizontalspacing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\horizontalspacing.svg', 1, 0x00000000000000000000000000000000, 0x68f44cbd4e0402b4ab8f7b50dd54766a, 0x09faa5caec598e4361ee504320fa791cbff96471c5089dded1b05bc8b03e5804, '', 0, '?'),
(0xf6cd894fdf5015c190ded59ccf372d18, 'wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\views\\email.php', 0, 0x1c36f0ce24485855218805c0d852982e, 0x1c36f0ce24485855218805c0d852982e, 0x447a992c89b7de4a889d5073a24ce8f397a963d8ddbb88d216e649600756864a, '', 0, '?'),
(0xf6d2313c2586c49992c3901e034c6bd3, 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\text.php', 0, 0x9429cef49d6614b84d136f84033e76cb, 0x9429cef49d6614b84d136f84033e76cb, 0xd2974f6ef5f07b4271899cf7b1d82a24d8fecd542a29e4920111b75d25a60eb6, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\profile.php', 1, 0x00000000000000000000000000000000, 0x9fb67838a0cc21a8b58378965312d76a, 0xecc94a80edc56696765ef744d377f416dba60ac6c673f04275a62fa50e9e8c4c, '', 0, '?'),
(0xf6e2a7290a7b79c02e725acd67a871b7, 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-gallery.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-gallery.js', 0, 0x2a268c72fa0ad1ee32e8c8f23e1a8f75, 0x2a268c72fa0ad1ee32e8c8f23e1a8f75, 0xe7cfd1db553fa9e6d7f017a0701c523ed5b6855614d998adb6972d325480146b, '', 0, '?'),
(0xf6e77959152968af05954ebffac381d3, 'wp-includes/js/dist/customize-widgets.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x52cfaa520266805a9780e5209100dec7, 0xbbc4d6fd87fc20db4c80344cdd23e2ef47c172deec9ae52b23fc671dc0a48632, '', 0, '?'),
(0xf6ee792f187c38787745474c62e35e68, 'wp-content/plugins/elementor/assets/lib/dom-to-image/js/dom-to-image.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dom-to-image\\js\\dom-to-image.min.js', 1, 0x00000000000000000000000000000000, 0xb5a3bd90b188ebf396d7fa5d82478c05, 0x7ec33824bb10168a37888a691106c39029a30beb72099e01c50ffdfba5ac9df3, '', 0, '?'),
(0xf6eec10a43ba0d71b8997760e591469b, 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/onboarding-banner.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\onboarding-banner.jpg', 1, 0x00000000000000000000000000000000, 0x2f010c4a618a326d863945eb3f5b38bb, 0x4bae522285991c728f8658c90adbaa87c7ef2edfbda3031826276d9c087cb5d1, '', 0, '?'),
(0xf6f84c5aa3b8b1778379f057e71c150e, 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wpcode.png', 1, 0x00000000000000000000000000000000, 0xc04847a4a669a582edf256f6bafc7c2f, 0x23d6e7afb59748b6c47998a9c1af9c1b31b274e252fa4f9c5e305ee6211204f8, '', 0, '?'),
(0xf7005c4bab156b9549e4cb622807c456, 'wp-content/plugins/wordpress-seo/src/alerts/application/default-seo-data/default-seo-data-alert.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\default-seo-data\\default-seo-data-alert.php', 1, 0x00000000000000000000000000000000, 0x5bc499704d05671ef576e5cec93ae825, 0xf0205aca7ebad1a5c8413e459ec6261f6041a0815bf26a5d0072550b45000d52, '', 0, '?'),
(0xf70806bf0c7d62f2908bd5a1c3fe4efc, 'wp-includes/js/dist/core-commands.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-commands.js', 1, 0x00000000000000000000000000000000, 0xf9c93a27486d33b7121cf363c2247355, 0x866069e215fa63bdb41b1b2cfb2c5cb0c99ce0a767e653aafec7ec9f1ed9e599, '', 0, '?'),
(0xf70b5507c7e33378c5c9e6768f52340b, 'wp-content/plugins/backup-backup/admin/images/link-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\link-min.png', 1, 0x00000000000000000000000000000000, 0xf1664b1baf91221ad6f68622110f2a6a, 0xac0bb184bfb7fe144a680d745ca647dc3d06fba733484610e26ca989d32f0a99, '', 0, '?'),
(0xf70deda01699d0dd47760d37b5305e07, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-metadesc.php', 1, 0x00000000000000000000000000000000, 0x74ed5900cd799c535ec4f851ea4c7162, 0xb0b3553d4110ac09ea1aac3f4e6000f9c565fa32b6a7ab84ad567b02ca7ae38b, '', 0, '?'),
(0xf70fb28c155d7ffc969bafb576f8797f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialog-rename.js', 0, 0xf323e09b8ed40e07b16d6ccea97d3f8e, 0xf323e09b8ed40e07b16d6ccea97d3f8e, 0xf4605a619601211c7e2adbda13a1522ff44874f5fafb3f24f332fb1289cf8a0a, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x478785d7a087a7b06669adda23e980b2, 0x09c8a62104bc0d628dd6d14777d44d659620a7d9bd93f86b914666f271c4977c, '', 0, '?'),
(0xf715b570b6081f52e5c2eb8ad7784281, 'wp-content/plugins/elementor/includes/widgets/inner-section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\inner-section.php', 1, 0x00000000000000000000000000000000, 0x7567721d9e3a3d63346a80a131b34838, 0x069f652e0076fbe1714032f02d9830b12cda61d034cfabc4ae01f3500749c8aa, '', 0, '?'),
(0xf717ea77c3b0d0e6ba322c652447e8f7, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\landscapeswelove.jpg', 1, 0x00000000000000000000000000000000, 0x81e9b41341e6a4c6413d7adab6b47e82, 0x531076c7ca81f4d1c36a7608c9b69a0fedb8727d9f7742a4e73197240f15ac11, '', 0, '?'),
(0xf71d6a0aae5e8bad73a46d04cdb7dcfc, 'wp-includes/blocks/comment-edit-link/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22a0a5a6bd91497faee701b45f3bb722, 0xe41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\string.php', 1, 0x00000000000000000000000000000000, 0xcdc0ae04c3b9d3f48d6618a072c6fd5a, 0xba2e30d8af6c0f1d8a3eab2f482d972f7002ab34c37bfa4465015b25254e8b58, '', 0, '?'),
(0xf7207bacde147c09b6fa767c64a18cd6, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-2.min.css', 1, 0x00000000000000000000000000000000, 0xa59f71c726a50b7fc3247be3e6b0b7f0, 0x87e3da4d29d9dd85b03b1faee4f9814435b434593ad99d6f2d79571bc77bd922, '', 0, '?'),
(0xf721c9e7ed3e61db5301b74a248f1bdf, 'wp-content/plugins/backup-backup/analyst/src/Analyst.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Analyst.php', 1, 0x00000000000000000000000000000000, 0xfdc546bb0e7a86d602238d9ecb08ffa1, 0x10b5ce6d5dcbd36eff88e2b1a4c2ae639e7b8d09725d4ce2dab6707e93eb976a, '', 0, '?'),
(0xf7241c55a47edba92f423a941eb70ec0, 'wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-top-section-by-license.php', 1, 0x00000000000000000000000000000000, 0xe1a701a471b329b4e49ba090a7a31db8, 0xc156fcc0cc1b10b95f49d1f95758401c47145ade934951113a0a4c4f56c2a5ef, '', 0, '?'),
(0xf72e4ef37f9396f0fa140d42bbd55d45, 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x10210c899b2e71bc81d06326a44e96da, 0xa05e6055aa1e7f07b2a396f15373e4c475ccbca575d3ce23650daa1165475665, '', 0, '?'),
(0xf7311156470fb01620df5c97d182e6be, 'wp-content/plugins/elementor/core/utils/api/response-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\response-builder.php', 1, 0x00000000000000000000000000000000, 0x9e21a61c223871e3b1977a39e8c2fec0, 0x68ded9ee9a4afed41cac54b98fea2f4675712bbf6744b3e46c8538467d7ebdd6, '', 0, '?'),
(0xf733cb04f5f2a8be78cb0f14c5d6ada5, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/empty-state.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\empty-state.php', 1, 0x00000000000000000000000000000000, 0x20369b0d970a907f4b96a56d594babfc, 0x4bd0f90163bbf44fbb6d60a4457b490ea766773e105183bb37d22784a4ac087a, '', 0, '?'),
(0xf735c5a2ecc705b89bd14ea55a4812cc, 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/request-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\request-handler.php', 1, 0x00000000000000000000000000000000, 0x1af93348e48918cabd3ca9678e2aa983, 0x791c4dfdc9412779de40615dd76c16518dabd8663a91100ec7a65b9900c54e33, '', 0, '?'),
(0xf73657d193adee478c00aabef19580e0, 'wp-content/plugins/instagram-feed/wpml-config.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xb6c3a7a3fb74d1396839142209db2712, 0x9623b6617083958923aa1f58650eaaee26196046888c12075f292d673c10956a, '', 0, '?'),
(0xf73ab91c4b65b6bcd8b4a71481a96b13, 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.asset.php', 1, 0x00000000000000000000000000000000, 0x0dfaf3ecfdf9f8fecbe37ae9851722df, 0x1cab7b2c1c9b8d1aba27a0d3cd0fe96a7273790640abf14ed1a069684fdc9a78, '', 0, '?'),
(0xf73b7ef051358a29e33836eec1627d92, 'wp-content/themes/astra/assets/js/minified/customizer-style-guide.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-style-guide.min.js', 1, 0x00000000000000000000000000000000, 0x660d40fe73e24886bb3043a98953cfe4, 0x8722e2d63395055ee998fabb80382afd9462d246b053e346a5de8ad1f05ab66f, '', 0, '?'),
(0xf73bfd63f9601f24b96e6c5c625f0c2c, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-3@2x.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-3@2x.png', 1, 0x00000000000000000000000000000000, 0x1105edb414e8ae2f1b1055f19fd974ec, 0xf9e64d77426f7f49f109b9c89a52e734396651083657d7832214ca149de37b19, '', 0, '?'),
(0xf743cb3adbf255383ef5a4d66826c168, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0x0a62fed0acad61c7f91ffc7f440def70, 0xc7ad60d5f9059806fd24c023af4f84cee0148a8f01020301d91133d6266401a5, '', 0, '?'),
(0xf74b78c070a219777f27c78186ebf106, 'wp-content/themes/go/dist/images/arrow-down-solid.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-down-solid.svg', 1, 0x00000000000000000000000000000000, 0xb1ea01339302086a62f7a8fbbcef1465, 0x9a5a912a0c7c11091be76b734fe7099409b2423a4b15e245029a128470cd19c4, '', 0, '?'),
(0xf752a7f806c93620f4b38070f2c6dc9a, 'wp-content/plugins/powerpack-elements/assets/js/pp-taxonomy-thumbnail.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-taxonomy-thumbnail.js', 0, 0x7fa087cec8995567f4093b4a2c0efc9b, 0x7fa087cec8995567f4093b4a2c0efc9b, 0x8ca94f1220f866d5af97ddecab93a365973140ee41ece3377cfa79d2131e7260, '', 0, '?'),
(0xf755d0e939974e1e53a7cb68b6a3e8fa, 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/SBI_Divi_Handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\SBI_Divi_Handler.php', 1, 0x00000000000000000000000000000000, 0xcb610555363c373a830ae63b973de22c, 0xd2e3744d3e84e4617c5ec98c94ae050ee845a205377a5e9b539ff4e9c527e51f, '', 0, '?'),
(0xf75d8732c2be38659bb451a64462b6b4, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/image-src-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\image-src-transformer.php', 1, 0x00000000000000000000000000000000, 0x4a081879f05d531887abea792285e294, 0x8a7b6751bd6cbb0b242925241e0ad236bf6557c0531829b98817423dffcd53ae, '', 0, '?'),
(0xf763ec98707eab307b0f66a365b20810, 'wp-includes/images/media/document.svg', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\document.svg', 1, 0x00000000000000000000000000000000, 0x84f84b43d3abf64d95d90b43096fbd1d, 0x7d764c58b4554c046d0883e010e6faa090191669518d1c5170488909df9ce88b, '', 0, '?'),
(0xf76fa06c0fa7b4832adcdedb2ee757f0, 'wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\traits\\alternate-templates-trait.php', 0, 0xcfcf48ab4d1bdc0188044034f3f48d22, 0xcfcf48ab4d1bdc0188044034f3f48d22, 0x9debe6cbaf9d9ad4aa76a2a43d4cf8acd38452a41d7b60d0dde4b3ec4c446ec3, '', 0, '?'),
(0xf770d9e77f5b52fc8c755b1dc40bacb7, 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-body-typo-configs.php', 1, 0x00000000000000000000000000000000, 0x86c7754d353423e5f9444e58a1c41348, 0xef0c120d16ec5a3dd932e6412eeb0594c2d81dd638f4f9d0991cf2bb6fe3a14a, '', 0, '?'),
(0xf786b313a3a4dc5a67ec1ceb3e2cbd6b, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image/atomic-image.html.twig', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-image\\atomic-image.html.twig', 1, 0x00000000000000000000000000000000, 0xcc0f38f057a4395e9ba50c9c34458a58, 0xfd08272c25a0fe14e1a8bfefe8d0f7152b1c41eb1b2a9f8d0be14858be64432c, '', 0, '?'),
(0xf7883211166596c95c41fa19139d1f99, 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\base\\widget-floating-bars-base-pro.php', 0, 0x8b4421db3826d88d4df742a341a978b4, 0x8b4421db3826d88d4df742a341a978b4, 0x4c91f3515c2345e0ecff2ebaec59cac898e7eae51f09900e2c06dd243523c3d9, '', 0, '?'),
(0xf78bcbf7bf20082641cde6b1aa597490, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 1, 0x00000000000000000000000000000000, 0x46b58347b49c2425d0ad273ee2a21cca, 0x3b8470fd76bce25213f1d296173115cc5c2f7dac28e962bff3f62c19d2a1459b, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xa6b0afcca700b6e39bb5ee907494681f, 0xdbc0073c93466c3cdcc0d9a1fce8095dbb4a22fbfdc0f82dea354970845e257e, '', 0, '?'),
(0xf799823d54f17a3f7d0548306c151a22, 'wp-content/themes/twentytwentyfour/styles/maelstrom.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\maelstrom.json', 1, 0x00000000000000000000000000000000, 0x1ddf7b3fa9030414971c067963231caf, 0xdb081e63d7744077184c5a68f95b394d795ab4dd2c9d547340f0bc888975aee2, '', 0, '?'),
(0xf79c442453c64abebc2821aed75dc4e8, 'wp-content/themes/astra/inc/lib/class-astra-nps-notice.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\class-astra-nps-notice.php', 1, 0x00000000000000000000000000000000, 0xb491e008eca5c55b2f1ef4bd82917d8f, 0xd497970ab9f06685f1d0a6d970e216fbccc0c97d264f33e98a93178eb6c8e162, '', 0, '?'),
(0xf79f1793b52bd2db1d4d042589e4a3a4, 'wp-includes/Requests/src/Exception/Http/Status405.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status405.php', 1, 0x00000000000000000000000000000000, 0xbec4f2b33123639cce1c4e9e06a3a20b, 0xcd79333c3c90dbb4b379069bbe48df8f53b502390751f6618fb49baede46d9af, '', 0, '?'),
(0xf79f8dad7ffd30e5c85b3e24c022fe20, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/content-planner-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\content-planner-integration.php', 1, 0x00000000000000000000000000000000, 0x1f5c5f3c738ea4acc8daf15ee0e4715b, 0x9dbe8a54c9205822c4ccda3cd41eb8f0083fadc7c96c0e9b6ab7c39ed8c73754, '', 0, '?'),
(0xf7a267996f52bd09ba436ca0272f14b2, 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/owl.autoheight.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\owl.autoheight.js', 1, 0x00000000000000000000000000000000, 0x6e6bc3157230bb01e1192e55e95a92ec, 0x39bfe39ada10d49ab0a0e4b7c5526bb3fc2a9931a2c685aa9931461608c9a1b8, '', 0, '?'),
(0xf7a32fbeb5b99be0c66a9cd2079f44db, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\responses\\lock-error-response.php', 0, 0x842e44df1bf9fb41201ad5aca0653719, 0x842e44df1bf9fb41201ad5aca0653719, 0x5be90fc380d06e412ce5cf860b24d8ceec3f5c9be80749665d64739977478657, '', 0, '?'),
(0xf7a9e57e463d456e13c37bf41fe35149, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-sink.css', 1, 0x00000000000000000000000000000000, 0xda1c8a8940bafb77f25539c32e270478, 0x89325d7199ba59e6757c321c6dde1e4e3417fd05ec72d12de145cf9adad5e636, '', 0, '?'),
(0xf7ab3bd70872fbf6da36ab16caaba4d1, 'wp-content/themes/go/dist/js/style-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x2b32927756da38553f8debfca61ca376, 0x852d51af9acd7fdf89c2f561da7ef51dc9f5fd2b45994571e458062f357e9442, '', 0, '?'),
(0xf7af75963791fff241bed96f7fb6c032, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\indexing-reasons.php', 1, 0x00000000000000000000000000000000, 0x0026590424ad9f7b024207fb24caeb75, 0xf5be349679b46996b313f5f9dc3fd916ad1a8e50279b4e8e87bc0025e119937a, '', 0, '?'),
(0xf7b038a3c8437f84b6c3fc210830ebcf, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0xc10bbcedefd10561a5bf1fcb5e57f12f, 0x345111bc6edcaba1f63255eb25151ed2d265fedf8184112f3a33380481c6b7cd, '', 0, '?'),
(0xf7b0f63f85e2d7fbac72dd9ce3d6c12a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel.svg', 1, 0x00000000000000000000000000000000, 0x31ceafe9b6699d498a0d07db13708175, 0xa7234b9a5b34c23f8767b10971c94175958794cefcf5204bb1b74459553d3c65, '', 0, '?'),
(0xf7b1226a9ae916de560ec4d119d464a3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x81c2ad18c3104165e9d306e63145488b, 0x01c835cfb8c4be65ae41bd07624bba27068d9049432bc5fadf075b70531f2518, '', 0, '?'),
(0xf7b34b2f659cea88a5e47c1e40656465, 'wp-content/plugins/elementor/core/isolation/elementor-counter-adapter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-counter-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0xb895109ebfafa669c72aa1abd8605aaa, 0xf952d0784091ab73599489c6f7be760b40178189f363971b92f5a334e0af55dc, '', 0, '?'),
(0xf7b3f7e8bd74503ba74fb9bef6cd4cc2, 'wp-content/plugins/reviews-feed/tests/phpunit.xml', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\phpunit.xml', 1, 0x00000000000000000000000000000000, 0x1adbe07bc6e575cbca7c7924c88ef68b, 0x9d9f6e51d716a832c71d7e36804bafb0da866216eec3cbed4e0d085a10fd3703, '', 0, '?'),
(0xf7b56555af915215cfb4c8f4f598b0ef, 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfInaccessibleDirectoryException.php', 1, 0x00000000000000000000000000000000, 0x33685ac29d2de5dbcd707bc013b0c47c, 0xc3e8e0d373cab86cb4e3a50a7e92bc66828e908c2174650111d74f195bd51480, '', 0, '?'),
(0xf7bbde7fb3b5c2a4f4d5dbea7b2e4b3e, 'wp-content/plugins/backup-backup/admin/images/db.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\db.svg', 1, 0x00000000000000000000000000000000, 0x1c8302fcf23aeb88d5cf709392ac595c, 0xa726cdeb9e9e586cc28d70fd263b9e737639647dc50812eb1eb7a5f78c82f188, '', 0, '?'),
(0xf7c36f3ec0fc24493d1d491447f45310, 'wp-content/plugins/powerpack-elements/extensions/wrapper-link.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\wrapper-link.php', 0, 0xd3e6aedd39651e4d89fd5b85194e848a, 0xd3e6aedd39651e4d89fd5b85194e848a, 0xd2ac5c1baa4e22051d861581a794acefd0c6a7fb4f0985ada53098211330d84c, '', 0, '?'),
(0xf7c3c4e5bd622b22ffd868ad8a883601, 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/dashboard-repository-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\dashboard-repository-interface.php', 1, 0x00000000000000000000000000000000, 0xe6bf1a298336d88f7238c747f07710c9, 0x1a502d56b4c5442fe24297b6fbb7d64122d4a80885786d89309c27bc6d974f3c, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0xc489e0b62e5063479bc8de02826b4c2e, 0x4a404fc95986c2d2f47f79a19b4f78fbb1d7db8b0639e082762f81350e1f5da3, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0xaf6bb344abcd875756eb1bf09f37eaaa, 0xbb64cd77e61608ec1ff9b4d7260e9d76f08d50d4a7ed29441659902724f94b16, '', 0, '?'),
(0xf7ce8221e9333ea1291bb3b03a52a207, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\composer.json', 1, 0x00000000000000000000000000000000, 0x9611e5fe240ffd5cb94afffc679e8b47, 0x8fc14c0583ea58671051102821b32e2f53afa0c771b6a1e78163d8da3e14e7bb, '', 0, '?'),
(0xf7d04c2c694180256270e99d1b45bd2b, 'wp-content/plugins/elementor/assets/js/admin-modules.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.strings.js', 1, 0x00000000000000000000000000000000, 0xda92cfd79ab46fb03e117edab4876b2c, 0xd1ec5919b478a450aec6f977967374fbec6168d6d93628e2733de99f382df5fd, '', 0, '?'),
(0xf7d9acac52e3664a852a3b118f74936a, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/link-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\link-transformer.php', 1, 0x00000000000000000000000000000000, 0x19f3d1f698cc472667dddefad9252b21, 0xe20daa0901baa7f915d7ad9fee3fc5472ad87e64a6b214bb13af0dc7e64176f0, '', 0, '?'),
(0xf7de3744130d953b5c1015839d4fa94c, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9769.94ce3680b4d58740.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9769.94ce3680b4d58740.js', 1, 0x00000000000000000000000000000000, 0xc17760fb0c190dba1b65603420967a8f, 0x0264743e9fed8fcf9d5af3195fa2227eca6a8d96e3380b29fd30f2fadef8569d, '', 0, '?'),
(0xf7e2748ada73df62b4f671150eded865, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Serializers/Signed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 1, 0x00000000000000000000000000000000, 0x2772a8eadfbbb1e87923372ff45f1035, 0xc1deb0bc592310ad9d9497a2c400306c7a38990859190d08551a70c031d3d240, '', 0, '?'),
(0xf7efc9da1707ab003c05158699af51dd, 'wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\facebook-color-icon.svg', 1, 0x00000000000000000000000000000000, 0x189307a65f8f35ecfeeb960896ce2526, 0x993c56e4fb12809982fa850b15236d9a18405fa5627d136e1c2608c81c952b3b, '', 0, '?'),
(0xf7f22551057bdcc646a3e20fe07d3332, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\contact-url.php', 0, 0xfbdd225aaf36950307ba04480ef271c0, 0xfbdd225aaf36950307ba04480ef271c0, 0xfdb2c8bc6315fe58ad715da7cbf951d155fc3d5a8926efd46582d47473b7a3e0, '', 0, '?'),
(0xf7fe0e3067861d11f94c861da4765f95, 'wp-content/themes/astra/assets/js/minified/ie-compat.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\ie-compat.min.js', 1, 0x00000000000000000000000000000000, 0xd51488dc969b7a6e3415639e55511c6c, 0x55f5fd04a627220198cc1f05188e6ea58bab9ac5dff7aab572ff0cbe0c8394c2, '', 0, '?'),
(0xf8030f20cc83c929cf1bfb73efaf68f3, 'wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\page-transitions.min.js', 0, 0x0afbb9e4f4ecafc52543cc1301907bfa, 0x0afbb9e4f4ecafc52543cc1301907bfa, 0xb70874f57ff8eb465e10720848d40ac0e39214e88acea9e6829dd7aa085840c7, '', 0, '?'),
(0xf80ce21ad5b9548d35a23f8e5c1be80e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-url.php', 0, 0xc025118260432ee4de36ef9116f55455, 0xc025118260432ee4de36ef9116f55455, 0x8e879b1ecca33b42b7baa62684273dad7938d39da91c1b0547a8455b45c1cdde, '', 0, '?'),
(0xf815e40aa1dc164a0c81c10f4d85b9e8, 'wp-content/plugins/wordpress-seo/src/dashboard/application/tracking/setup-steps-tracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\tracking\\setup-steps-tracking.php', 1, 0x00000000000000000000000000000000, 0x1c49556338d7614d3fae2723fa3f5b83, 0xbf49838bb7548a030182826a4bb1dc35b35f95b462596e7f6fbe7e12f8ca85bb, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-health.php', 1, 0x00000000000000000000000000000000, 0x14f97dee49cd279628c1693e99f91973, 0xddde77466f370620650347ed922209e6dec7024549d92d2a3e8c3763f04a468e, '', 0, '?'),
(0xf81e52c3779703542a14bdc5b72d9068, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1274.390d12da8c6bb533.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1274.390d12da8c6bb533.js', 1, 0x00000000000000000000000000000000, 0x711ad6c0bb9959cc53c98519724de911, 0xf7f5447ab0406a16aa9cad54e801c89365ef0102a3dbd6b1f86b2f38fc8941a7, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0x8797d723b1b6a9f9c68f59205e221b7d, 0x71bd0756565160da582bce8a3a1b7f3ee9945a562f7617100fc08b8336f1f8ff, '', 0, '?'),
(0xf820650330f3ee8dd1372cfe9d3933db, 'wp-includes/SimplePie/library/SimplePie/Copyright.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Copyright.php', 1, 0x00000000000000000000000000000000, 0xcd0e83067458ef202637bc00a8fc102c, 0x3e4f1676115f816e0c48b2d1be7ee62ea2e0b526354b134835678c03a95ac40f, '', 0, '?'),
(0xf821e8e8b4be6c8c6d4c87bc73b3138d, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-marquee.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-marquee.min.js', 0, 0x491b857ddeb5e8a414264fba99c2ace1, 0x491b857ddeb5e8a414264fba99c2ace1, 0x902f4c5e4982fea4d9bf8435ac8033fa7db74c5d04107c315a476e30f13f15d3, '', 0, '?'),
(0xf8261da5379b53e2fae7c955cc0bf628, 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x8cf8e3102df9c19a2c615585aa58a633, 0x3246eb3200dc36dc2065110f70280e248f2820746f6709a4503a06d67c098f9f, '', 0, '?'),
(0xf82ef168566f4e4b1d3b63dad4de1cef, 'wp-content/themes/twentytwentyfour/templates/archive.html', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\archive.html', 1, 0x00000000000000000000000000000000, 0x32ddfcc5c4e11e3ba5bd0ad11394fc97, 0x4f57c312ab5368abb1392ddc712e688b212e0c6e25bb79102e9e5e596eb41f37, '', 0, '?'),
(0xf831543b4d328c441a489c9418f9cfe2, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/feeds-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\feeds-type.php', 1, 0x00000000000000000000000000000000, 0x8b348fb44afa68c9b6a21c41eab06dad, 0x88fa60a82b2b49b4a97b0d513a2dd55d2de650a18a027877162d905271c547dc, '', 0, '?'),
(0xf837326177528519875a69beaa301c12, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-400-normal.5d2930082227d172.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-400-normal.5d2930082227d172.woff', 1, 0x00000000000000000000000000000000, 0x76b56dee2426a206968d5c478ece8313, 0x6a36d9b1dbe1ff9cf0674ef26566fea24f4836df937f6ed22fd9fa02f25c6ec1, '', 0, '?'),
(0xf83ecf0bf349376daa9bf13e96eaa38d, 'wp-includes/blocks/embed/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xf8441f662f5c427b9175af338f0b5c23, 'wp-content/plugins/wordfence/css/diff.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\diff.1778081072.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Cached.php', 1, 0x00000000000000000000000000000000, 0xde60c2b6362470595a68e502fcc1d4e1, 0x78f50d594c8d67fd7b9bd77da00067f6ff347fca67deb2cb56d28d8807827550, '', 0, '?'),
(0xf846d5b65a9f79566b2602e88e337fbc, 'wp-content/plugins/wordfence/views/scanner/text/issue-wpscan_fullPathDiscl.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0x615df7540c476bc9a8568b92bbe66e4c, 0x331a8c6bedfcd3038175fb51e3da31b730c0572f55970940ba7bc492275ce32c, '', 0, '?'),
(0xf850b80261d0857933bc658aa6deb878, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-splash.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-splash.png', 1, 0x00000000000000000000000000000000, 0x7b53186034ebbdd71aa0c222da64177c, 0xb898467925f05c625f3f0a31047a2445971bb450f6c080c28e800f872c8b6593, '', 0, '?'),
(0xf855350a4d169b04c88a46b908542057, 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\deactivating-yoast-seo-conditional.php', 1, 0x00000000000000000000000000000000, 0x78ed2e526044a772b7ae13449bd1a8e5, 0xb2c333126086a672b90d93f339cb42d2419ecbfaed526430e5b4c64a6b6bfedb, '', 0, '?'),
(0xf856f76c7f1528ba1ab7473485247061, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.min.js', 1, 0x00000000000000000000000000000000, 0x95db227ad96f2b0f0e04fa26b693b4dc, 0x5c98ac50b7cfbf17e767317726a9643abff220d486e8841d4e79330f699318e7, '', 0, '?'),
(0xf85b5d8412d8de0c9112388bc36b3eff, 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.asset.php', 1, 0x00000000000000000000000000000000, 0x968f4ec040348c252d7be17851a84b1e, 0x5b85ecf9aaa99195b51f270d0a3c05356ab95e8d38432b8e3d7cf81b18129a52, '', 0, '?'),
(0xf85bfed63488749fdecb09e0ef9c763d, 'wp-content/plugins/elementor/modules/wp-rest/base/query.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\base\\query.php', 1, 0x00000000000000000000000000000000, 0xa59a46aab77663db1129ac9344430756, 0xd86852d6c8f3cef8a7348319baa3630e2926e2906c7988e7efe5231be8d526fb, '', 0, '?'),
(0xf85d461038cc59f99d4ba8d4a39d27a9, 'wp-content/plugins/reviews-feed/assets/icons/woocommerce-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\woocommerce-provider.svg', 1, 0x00000000000000000000000000000000, 0xbf50ba6e3ff5f8d7069228d84759fbab, 0x2293df74f513a0ebe55c093e2fa3c6405808f2f27502c8a47a2be06aa6dcdc81, '', 0, '?'),
(0xf85d55b26801a9f3be09657c7487b65b, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\composer.json', 1, 0x00000000000000000000000000000000, 0x6d4dab1e5fd9a7f1ba817ac235cae826, 0x4fbf56d0ad26e95f2f191195de4a4936f4ec79c3a5c2604bec725c3097549311, '', 0, '?'),
(0xf85e985cf4e9dd8e3d004422d7bbfe2c, 'wp-content/plugins/backup-backup/analyst/src/Contracts/StorageContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\StorageContract.php', 1, 0x00000000000000000000000000000000, 0x4bcfa69485521ef759501c7f2037a9a4, 0x285ef767440340a0daaed77c58956b5ea36f9b2e1efc862bc84e1f220cdc4836, '', 0, '?'),
(0xf8612ae1cbab4371102c707f173567c6, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\notifiers\\dismissible-notification.php', 1, 0x00000000000000000000000000000000, 0x80e4bccb9c3be8025d6f86c154d2e73d, 0x1b8a5e29278ca91c56d8cc79b1d871bb86988270f1299cdc634c933497e0e670, '', 0, '?'),
(0xf86748b588c28ca815b2da02e5e9809c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\beta-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xf766abf188f22cac5d5bb96158035175, 0x13ee37d9851eeeeff6ec80fb31b46a3ba546228b12785361a84bc882446ce4a2, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\revisions.min.js', 1, 0x00000000000000000000000000000000, 0xa9fbc69b7e6365f196e474812950c6e3, 0x1de235850cfad2b058de0a349693a60c74c70de72f01fb94dcae47704db0d25a, '', 0, '?'),
(0xf86ef0c9b4892a39fa8fe839785efd8d, 'wp-content/plugins/elementor-pro/modules/forms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\module.php', 0, 0xba11a73e104580bdebd81ef02821d4f4, 0xba11a73e104580bdebd81ef02821d4f4, 0x906468c7a885a166af58329d511b721e15256d381fd427c89031729955dff083, '', 0, '?'),
(0xf88614316687adbf61eace244193888e, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5092.8fdef3a759c9e8a4.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5092.8fdef3a759c9e8a4.js', 1, 0x00000000000000000000000000000000, 0x72a575301ca7759d4114280e9ede1bea, 0x3a933c294d45e4bdb9086946a681c8d500f17c873b98b4c97664613b10b727a1, '', 0, '?'),
(0xf88893ff63c06e70cd7502e023d95926, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-primary-term-admin.php', 1, 0x00000000000000000000000000000000, 0xa1e1c7cd73e64f3d49e23b774d5dbf43, 0x5952a1eca8d3fdf88ab4d225a087ee21d17f18edd6429c8690ffe94b9acad2c9, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xf891e9c346638fea225eaf4fa99b7cca, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x242db41e146c2b76e857c5a14f086b00, 0x4c7b6068726ac341ce207c2558870fdae13e39484b82437f3b7b1ec7f70637a3, '', 0, '?'),
(0xf892d9dabdf641981da8cca1e65e8242, 'wp-content/plugins/reviews-feed/class/Common/Services/ShortcodeService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\ShortcodeService.php', 1, 0x00000000000000000000000000000000, 0xf6b096dc10b8ae99961b904be20ad4d5, 0x9ba74ba3b9ea495f25b0b99451598edf1cdf03fc58d99ccdac9ade73d98a86a3, '', 0, '?'),
(0xf8a619e5cce4c2a265504854cc6703c5, 'wp-content/plugins/powerpack-elements/assets/lib/magnific-popup/jquery.magnific-popup.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\magnific-popup\\jquery.magnific-popup.min.js', 0, 0xba6cf724c8bb1cf5b084e79ff230626e, 0xba6cf724c8bb1cf5b084e79ff230626e, 0x6d53245e12a27c54d23813cec4919ab192df3dc5d8b8eb6c91dc46e7e9607089, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0xbe20601f7d6757ac0d3ee64b464916c5, 0xcff5a37c4f25f3b98435da46538af0593235e822df1574c86c36c67f114fd021, '', 0, '?'),
(0xf8ab12362bf912d925d5c9ba01201db4, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wpml-wpseo-notification.php', 1, 0x00000000000000000000000000000000, 0x550c34c3bbd17a2e890b652a552a2ddc, 0xc71b5f82d80dc5dabcbdf5cdbd39ad8dfe1df1b7ea811b1616bd5366eb5e34f6, '', 0, '?'),
(0xf8ac1da4c5ad09eaf9cc3e7878f76d90, 'wp-content/plugins/elementor-pro/license/data/controller.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\controller.php', 0, 0x0c1e781e5906a54a31bd0b0a84d34442, 0x0c1e781e5906a54a31bd0b0a84d34442, 0x673e38de69c31c8ee00a656da865fcf463e4cd624dada0c7c39fd1a8db046695, '', 0, '?'),
(0xf8b77dbdd8d79389f74f31efbc9989a3, 'wp-content/plugins/elementor-pro/core/notifications/notification.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\notification.php', 0, 0x69b2429dfe99d9c02d944ebc2831b2d3, 0x69b2429dfe99d9c02d944ebc2831b2d3, 0x0c93089cefa722bf0d41ba399fbe5c2d8fcc698347f9fba32e19813edaf1ba68, '', 0, '?'),
(0xf8bf2c1836c56e3c38165151f5526569, 'wp-content/plugins/elementor-pro/modules/theme-builder/editor-one-menu-items/editor-one-theme-builder-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\editor-one-menu-items\\editor-one-theme-builder-menu-item.php', 0, 0x286bfde08359f10f6019b578562179a3, 0x286bfde08359f10f6019b578562179a3, 0xfb2d94f6178e0f2d0a9bbac96310d3904b3b5c564a91652e399fcc41e6adc0e0, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\user-new.php', 1, 0x00000000000000000000000000000000, 0x8ffe02a20a9bbc2e3490db755466c898, 0x0baef3928990d132478ed582247da6a8cb65ecb739bce62c468d8670d0d8c9b1, '', 0, '?'),
(0xf8c5a6ac429a08d0c077df38b522b9ee, 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-button-component-configs.php', 1, 0x00000000000000000000000000000000, 0x57fc37992cc339ab8604037d9dce7dd9, 0x2bfbc60cd76bc2ab99bec905afafc87e1c7a605de9a723ef3f82ce4d3d67b86f, '', 0, '?'),
(0xf8cca35167958cb806cbb187ea57a487, 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\select-source.php', 1, 0x00000000000000000000000000000000, 0x0e0692969dc540e152fc4e03bd2b16a3, 0x5ae46751a7b9639479bcce1d8466df50588dc5f57d623287ea45ed88da61f675, '', 0, '?'),
(0xf8da640140eb84c73d272a1a8b40fd2d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x14af38f91dee1137ef563ce6da0cabb0, 0x1ad249c87c8ed7798f5edfaf52b5c044b27d87d7e2e9679beb2f0fa6c765321d, '', 0, '?'),
(0xf8dc01338bb4c09b1552ee4394b5cd56, 'wp-includes/blocks/calendar/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style.min.css', 1, 0x00000000000000000000000000000000, 0x9745210a6bdd84757363a903fd84d18c, 0xa7c71eb9e30ecb7d5e9c690db0b3d8a9942d3d149489fae520fbeb4afe230f0a, '', 0, '?'),
(0xf8deb22484eb87dc82c5b4da1583312e, 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_New_User.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_New_User.php', 1, 0x00000000000000000000000000000000, 0x6a3cd9f4bca7ada80f1e29afa91939a3, 0x0404e138697dc1c3d7e43d239dfc45cc5b06f8da420cb97f7e3e96590ad39c33, '', 0, '?'),
(0xf8efc9b2fad3af1ff081a5d8acc5ded6, 'wp-content/themes/astra/inc/compatibility/class-astra-amp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-amp.php', 1, 0x00000000000000000000000000000000, 0x24f7e7bfe96159ca4895960dfcdcfa5c, 0x49751b696b447670d61062e490d3a2d77f98500f370765c56427b8f42560ae0e, '', 0, '?'),
(0xf8f1e67b5250c7f5a2a265d260139599, 'wp-content/plugins/backup-backup/admin/images/next-icon-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\next-icon-min.png', 1, 0x00000000000000000000000000000000, 0x907788fce55eef9266815ed82cc1a1bd, 0x97fe31644f3d479a46ed2bd9e28f7bf4b6c52b671d8591a633b372cb6e0f45ef, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-library.js', 1, 0x00000000000000000000000000000000, 0xfe47904034a6f1518bdf30875715b6fc, 0x1d1734bf1c94128ac58187cffa6c9daf9dc89fd2d2bc2489449059488e597a24, '', 0, '?'),
(0xf8ff33b1bcb36c3a7574ab6c2b72c3d0, 'wp-content/plugins/backup-backup/admin/images/backup-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backup-min.svg', 1, 0x00000000000000000000000000000000, 0x7b86645ce23cb569c0bd7f9703084656, 0x22724b05e6cf6a8348db985abbde7cc7b017ee92c3b536eacb229c89430a0896, '', 0, '?'),
(0xf909c35e77e4303b8df4ff228c44b1f4, 'wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\activecampaign.php', 0, 0xb0e05e134003d479833f71881047bc63, 0xb0e05e134003d479833f71881047bc63, 0xe45f87449cee9b1dd117005435344daa7ea8d6e2b8d17af5f5c128ee99e612ff, '', 0, '?'),
(0xf90bedb02c49a7621934ab1ec1f88cd1, 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/get-usage-endpoint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\get-usage-endpoint.php', 1, 0x00000000000000000000000000000000, 0xbfed134cfff20c276fac31ea7d5902a4, 0x3e6ad33cab48593537311bbf402b7f0117fc4e4f5a83e603b045faf2d2e983a0, '', 0, '?'),
(0xf9102fd2675f853e9725210298472a1d, 'wp-content/plugins/powerpack-elements/modules/query-control/types/users.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\users.php', 0, 0x0f14bfe2b8756dc3979e197d6df28c81, 0x0f14bfe2b8756dc3979e197d6df28c81, 0x8e535d8f287e97955386812b53a085eba7b16215aef2cb5eb2d6f4d7ec641e11, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\json.php', 1, 0x00000000000000000000000000000000, 0xdc07c91c9d0c5c059be66f4ee42e928e, 0x3e3481df6933ae7c8c1e8b761731b5074ee9a6f23602877744a8294dfce46a72, '', 0, '?'),
(0xf9174a60db6e0e24d0644e09ac883b4b, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x94c1eea3f482e3607cad54061cf0f5cc, 0xb189da0c5df8276239f6f00b052c9bbfdf3e7b33683c6d83198f69d153b1d7ef, '', 0, '?'),
(0xf9367e4346da2b9f6bd6ffe853c6c411, 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Global_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Global_Settings.php', 1, 0x00000000000000000000000000000000, 0x77ccb1455077ee5ec7bc7a2aa4a246f8, 0xa64718506505d57731515cda9e32296fcec9f32881bc4bee49d6f608dfd84bb8, '', 0, '?'),
(0xf939073521b9e6694dfcb67edd261d64, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-post-type-archive-builder.php', 1, 0x00000000000000000000000000000000, 0x8c803b1ba2980c1ff0fbdbd9298578e9, 0xc9f92a7d30fa59f7299fc6186e6458cf776aed87287517e05ba5b71f99f3be14, '', 0, '?'),
(0xf93a74e19f3b6b13695056741073a96d, 'wp-includes/blocks/image/view.min.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x23244c482b48587e387c82c5b7e790fa, 0xd181a825eea654fa025f1f583bd2526b283939de069bba6d9adc99ec38823a53, '', 0, '?'),
(0xf940b877368e661c4a83665a42d8be27, 'wp-content/plugins/elementor/modules/library/documents/library-document.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\library-document.php', 1, 0x00000000000000000000000000000000, 0x86ceaa4fe220038811552c68f85ee986, 0xb3fa249b6d330bfd18699cebfd25a8ceb88cd75ed1f3a3524c7775af4459e871, '', 0, '?'),
(0xf940eb138fdb41053f2c0e11f78a40dc, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers-tab.svg', 0, 0x78f92fabf03d9ddbaf9e9769c6002481, 0x78f92fabf03d9ddbaf9e9769c6002481, 0x2bdb689c15e91e6d8d23618c887c0850dfdd0ae9e8ee852e62702ab6ea79199e, '', 0, '?'),
(0xf941659e31edd93b7c731abbe1a9507a, 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-is_IS.mo', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-is_IS.mo', 1, 0x00000000000000000000000000000000, 0xe4f31a00bdb6cfd2e3a72004a4b2cfa4, 0xc5d3c0f11a25f04b1cfde9f352a54bb489d2cd1c8d833c754b55083383f2ad21, '', 0, '?'),
(0xf943874631b001fcfc8109cf5cb54f57, 'wp-includes/SimplePie/src/HTTP/Parser.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Parser.php', 1, 0x00000000000000000000000000000000, 0x1941575f68ba5e649c2128b746a55e7f, 0x742088d6c7bf7f41265a6b451d33974723811527030b86192f3c14496da6198a, '', 0, '?'),
(0xf9449ab71b3387b09a240e04e9ecf0d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ja.js', 1, 0x00000000000000000000000000000000, 0xe19b9b127c7bc0a9a0e987123176b10a, 0x579e433640ddc6ad318adb4425a0fce164159449638757286f1be893310dd24d, '', 0, '?'),
(0xf9501ae097784b1f7aa36ba2596c598f, 'wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0xe31c6d6023dc5c95f7afbe99860750a5, 0x51b31906edd95995d42ff3effcb97341ff6f4461f05e53d7d38d8da3b2801b9f, '', 0, '?'),
(0xf95609eb8db5579e7f6b79169d8209b3, 'wp-includes/blocks/navigation-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link.php', 1, 0x00000000000000000000000000000000, 0x2c1dd1a803d40e722649fc3a8cb1c63d, 0xab13244ac4fa1186c0e8aba18a6352aee7455a15ec8fb1abb05ad4ac9d8047f5, '', 0, '?'),
(0xf957f38337ec6de74f0adbeca4072346, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x7e3610bbf3fd342f85f6c4c5725d5cd7, 0xcc121571068c16ccf3147a113125869350d5873328dd03afb87cfa0c66ade1fd, '', 0, '?'),
(0xf95c66e718be56317dfdbbe93625342f, 'wp-content/plugins/wordfence/css/phpinfo.1778081072.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\phpinfo.1778081072.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0xf95f32a80d21e90fcd4b958dd3d3eda8, 'wp-content/plugins/elementor-pro/assets/js/interactions-pro.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\interactions-pro.min.js', 0, 0x28f8c8b0ac591f06f58d12200c1233a4, 0x28f8c8b0ac591f06f58d12200c1233a4, 0x8efc4e2d1ad9f71c4373f9941ddd169833a253c29c5037cc3b0d84130701ec62, '', 0, '?'),
(0xf967373d21bb4acd409e78dd287e1503, 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-post-navigation.php', 1, 0x00000000000000000000000000000000, 0x56d8843d920a830fe298c42decc86d60, 0x7ac6cc1a20870fe26165caeaa70c5b20fcb45bb916f7c0662b01d654f79c1854, '', 0, '?'),
(0xf96d3a84591020c964f2c9ab30e5f2a1, 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/populate-file-command-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\commands\\populate-file-command-handler.php', 1, 0x00000000000000000000000000000000, 0x2d4f49a06cf5dd66af86e1f12fe9c154, 0x615a5e0fd5ce242b9b96d2dd4106f0b2b70e7b08a9722d5adcf00acfde054bac, '', 0, '?'),
(0xf980ce61d3c571120780e5e5a865f0ac, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 1, 0x00000000000000000000000000000000, 0x9e4321fece319d6a0ff9b6e203ab64dd, 0xf31baa4a06af73cd2914f5a56b80d363a74df3b12cc6e07672b42a4fe530bb21, '', 0, '?'),
(0xf9830d0fc0c186361d3ee9f86339f2bf, 'wp-content/plugins/custom-twitter-feeds/inc/Admin/addon-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\addon-functions.php', 1, 0x00000000000000000000000000000000, 0x8a9a75deabce430ad03decc51f9572f0, 0x150ba26d3b9a2fb3c0b56c8b3e8192f014af4c27c2eeb6d5e1038f7135254705, '', 0, '?'),
(0xf9844a2f97a900ef7f9533741dae0d1a, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/balloon-120.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\balloon-120.png', 1, 0x00000000000000000000000000000000, 0x2969f03eed094b7d35dea26e8115d3bd, 0x77e292d8cca51ea891c9ba3324b241986cef9290acb615506dedcb6e96bc69fd, '', 0, '?'),
(0xf984807f2ac3f70c43e488aa828cc7ca, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/position-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\position-prop-type.php', 1, 0x00000000000000000000000000000000, 0xa06ce94485e1b9c953959de987411962, 0x888f095bc9c2cce1f292c6095793009d601106c557b509056ad5c49f201239a4, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0x86b172960b56aa6f1cf8ef6d730535a5, 0x459e79398622a91404996de785ae1ecf02876a11c096ef18909aad7bd7aa8a02, '', 0, '?'),
(0xf989cfb186be82626a85935b923e8f53, 'wp-content/plugins/powerpack-elements/modules/wpforms/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\wpforms\\module.php', 0, 0x65efdd206d3b7cf2fbd6a04ac3995015, 0x65efdd206d3b7cf2fbd6a04ac3995015, 0x1fa178ab9949488d21f2906033c4794ad79a0c8139b43148dfd8e986dbc6c7ea, '', 0, '?'),
(0xf9932cfca6a160cff974f7e074dc6237, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\i18n.php', 1, 0x00000000000000000000000000000000, 0x804d50d83c5e66eba747f19ed420430c, 0x5693246f42de9e6ac5c8663091d6ab825178cb75f854c43d61a8c660eda0924b, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0xf997b1e9c6d9fc3aea7600b6e9d68c73, 'wp-includes/blocks/post-comments-form/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\block.json', 1, 0x00000000000000000000000000000000, 0x4a31c960fc1e5c1d0098e5db98f60a32, 0xd49c46420a7e160f765d4a47f6d9bc539f04b0cb08d96c3e6067aa0c36084416, '', 0, '?'),
(0xf99951d2059c986b2b297cad69b1c39e, 'wp-includes/Requests/src/Exception/Http/Status429.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status429.php', 1, 0x00000000000000000000000000000000, 0x6052186d1a704d8f3d7bef3b7cfcb63a, 0x0c900e5c5d622fd3b524f1f0855bda83d03c010244b788c7a818ad2d7095d0cc, '', 0, '?'),
(0xf99ad1abf75ed8e7eff7be9e20a1e501, 'wp-content/plugins/elementor/modules/interactions/props/interaction-item-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\interaction-item-prop-type.php', 1, 0x00000000000000000000000000000000, 0x5adb1a67d25b3504a22e5cd45e74debc, 0xaddf2b50e25689a538f1bde2d341f3f3490dd4bb56b94a6d1801223cd4d7c4de, '', 0, '?'),
(0xf99ce6d96e1d5079a3db47812ebaffa7, 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.min.js', 1, 0x00000000000000000000000000000000, 0xa41f446638db698f0a2f3f390861180d, 0xc23675da2e8f2ce5f028bc96f52197cc9ed19ac673b7206c28f64b5408053cdf, '', 0, '?'),
(0xf99d5ec160e7840aa155f09da3f0008b, 'wp-content/themes/go/languages/zh_TW.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\zh_TW.json', 1, 0x00000000000000000000000000000000, 0x0dab48773b9ce775643eda9cce4bd099, 0x24d08b7c6f7bcfc45c02319ee5b4c6ac960817cbedfd95d509f62fef595e13ea, '', 0, '?'),
(0xf99ee88bbc89ad961cd31633f705fab2, 'wp-includes/blocks/shortcode/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\block.json', 1, 0x00000000000000000000000000000000, 0xbf2d1706251bf5dd56c14097db30d0a3, 0x74069ae181a0c83ba30a8ed78470506e2f38213955dad56f0ecdf749175c6b2d, '', 0, '?'),
(0xf99eec3f13fb21195bb9a2f69181b866, 'wp-content/plugins/elementor/app/modules/import-export-customization/usage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\usage.php', 1, 0x00000000000000000000000000000000, 0x7381d8449174444eedf464af7b11fe34, 0xf9c6c4b9d4e2f3692ad0389833325b37c858288a393b3b3a2137b1e9229eb3cf, '', 0, '?'),
(0xf9a1af89622e471273b43bb9b9c02385, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2760-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\monorepo-2760-rtl.css', 1, 0x00000000000000000000000000000000, 0x9a5161001ab7ff3b9ff65d523ec02dba, 0xd5e27fa8cf12cc8d06a350e5559c6a1fa75e98f4140e2f14dc69a738482ac298, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x75b8f42c32a02f623317538beebaa1f9, 0x07b946c4630c7bc32bd56fca3e0ac9d03485b8fe50d3c0bcf7542c8a9ac853e8, '', 0, '?'),
(0xf9b17c330f41280086cc30ca27d8493f, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\index-command.php', 1, 0x00000000000000000000000000000000, 0x2787d97ee36fc27bdb140a7f2d2edfbb, 0x99961b8222e1da47e1ee23bdd934be29a0eb117df9770fb4ea71666d81484773, '', 0, '?'),
(0xf9b5f38ba2f13029364fe57bede7365b, 'wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\add-to-cart-quantity-btn.js', 1, 0x00000000000000000000000000000000, 0x9c00dbaa379a47cf3563080a4dc89cfb, 0xc9515d01fefba18e3160ded604b065dcdc5519aed2809381127c27324d6b598a, '', 0, '?'),
(0xf9c0d8aecec201f9d7592b7cf2bcd988, 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.js', 1, 0x00000000000000000000000000000000, 0x4489c9b88055a2ee679dfd834c2a561e, 0xe5187fec4cf86c7f550d8482506c226e484cf7c80801c332c441b82c3d35fab0, '', 0, '?'),
(0xf9c32dde82eca9b8fc6a5b666c6e2e1b, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-purchased-category.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-purchased-category.php', 0, 0x8cc334f0be7d634f5360cf14f9731a79, 0x8cc334f0be7d634f5360cf14f9731a79, 0xdd55661c13e65fc5f0b59b39c9fdf55bfd1aa5df2a35618ce1c153b9dca7b2f1, '', 0, '?'),
(0xf9c9041b67ead8fb8cd8cc54b9a45ae8, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Environment.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Environment.php', 1, 0x00000000000000000000000000000000, 0x3238116b3fd6a4b01d8c0cf5a9258bc3, 0xe167730509adc44a0dadfdd538c29ba5d730aeece7533eca35b4755fe025b87f, '', 0, '?'),
(0xf9ca6c5d148a8102be6709538144ae6e, 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-widgets-controller.php', 1, 0x00000000000000000000000000000000, 0xba851806f15d114fadfa8fbfde5cc900, 0xcd06f055d405862717e48646fae49295a3d1d74450386efa5996811ee7f3666b, '', 0, '?'),
(0xf9cae90483dfb59ad9a50623ce02556b, 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/content-types/content-types-collector.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\content-types\\content-types-collector.php', 1, 0x00000000000000000000000000000000, 0x5214cbc5aa2ea09dcf4954448c39e063, 0x9696b8e5e3483e5c8ad936993ca8f903c6876314e3b8789928e0f4cf146e5bb3, '', 0, '?'),
(0xf9cb4de8875ddabeda681b043dcee7a9, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.min.js', 1, 0x00000000000000000000000000000000, 0xb59aabb5eccf84d22fe3eea090d1a842, 0xc49767c70a3d77137939efed670c1ec61fbfbdbaf3fa464594142f750312fc42, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0xf039b6464c37be525d28256c72dd681c, 0x16427353c17f38996144c924f066897cd46a9f04e6b1fa53b6d2a17ad29c91fe, '', 0, '?'),
(0xf9d35798250ddb0a55d8334b8c336afe, 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x5d22241456eba151dd4c4ec2b370497f, 0xb4104474f4ba4d527ff1bdcf6a54523979b6baf25b6dbfeadb2048a2f6059375, '', 0, '?'),
(0xf9d5876fb7a03cebcce1b4735009d7b4, 'wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', 0, 0x537bf318fc28dad9dafd4f738244be54, 0x537bf318fc28dad9dafd4f738244be54, 0xd97de1d8d6aaac724d01bc329a0f104047d41beea9ec4f92ad9fa8bab41b8a39, '', 0, '?'),
(0xf9dea63fd11ce9f3254202fecd5052ff, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\generator-interface.php', 1, 0x00000000000000000000000000000000, 0x6a5832820bec1807091c8b0c44cf7294, 0x1f4c42eb7648c912d05bf3d2561ed9646b94d4bc7d106c458dbeec0314817d9e, '', 0, '?'),
(0xf9e403f3cce1aa702684f5f3831440f1, 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-fr_FR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xba8c82f14c2e98f0f492a9ede258d962, 0xcdd706ac8fe93505b100a8e9c40e86861571974ce2f83804b4678ac59720341b, '', 0, '?'),
(0xf9e44b7c1548c22317d55b9bfb788cc9, 'wp-includes/blocks/tag-cloud/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\block.json', 1, 0x00000000000000000000000000000000, 0xef764a43f4e9f1b79c3f1eadb4622c10, 0xdde55f93b4aa6c96a36ebd0322102e0fd7a7fc01a4362bef33546756cc096070, '', 0, '?'),
(0xf9e6ef8620556dacc1b92ae91dbd5830, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0xf722cfd2d21b251958bf17fc4957c1ec, 0xa86c8350c9b43399bd76ada004ad5779ebb356a57807fe172a39f45ccc67b3b0, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf9ea6c8e8ac1d2f6e7dc3e05443f31ce, 'wp-content/plugins/instagram-feed/assets/svgs/information.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\information.svg', 1, 0x00000000000000000000000000000000, 0x68844d072c4ea80c9395e12588c3a8f5, 0xcc207d95c9b112dd5aade0589da98fc3afab56804ed2ad34c04af61493bd02f1, '', 0, '?'),
(0xf9ebd62643092b365e219461d9888ba7, 'wp-content/plugins/elementor/app/admin-menu-items/editor-one-theme-builder-menu.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\admin-menu-items\\editor-one-theme-builder-menu.php', 1, 0x00000000000000000000000000000000, 0x0735f495f5ad46c893c0e45818a5b9fe, 0x4e8d9cdf1655bd0878f500fa02009d2a4a7415dd3eccfc8fa4e5573e3ce8632e, '', 0, '?'),
(0xf9f38a5a700adb76e0b6f46f06c41041, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 1, 0x00000000000000000000000000000000, 0x9f44e9cf22dd87a47f9e0c47340e17ea, 0xac556e466fc6b6639b0e6cef23d8fe472afa0f53f0bfc67a77ad712f5c356f3c, '', 0, '?'),
(0xf9f5051ffa645393188112ea1e825112, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x144704f00ecf49f1a11130e6ef684ec2, 0x6b20d24ae2ac04b5c889a83ffca8847e1fe304ce6d8c1681a48897a80077f1b0, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\media.php', 1, 0x00000000000000000000000000000000, 0x16bb1e4d14e44963135b703fd9bc9879, 0x8e344e3fb3a7eb0e88fa160a33f3d9ddfd41c8654f0c1fd3b8cd968c26dbcb91, '', 0, '?'),
(0xfa064ae357d368afea72816f38896272, 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 1, 0x00000000000000000000000000000000, 0x591db8e578eab515efdef9d23cee26b0, 0x19f47f05472625a6fc65f731a0a78bbb0849fb48f1c8adf7ede63450281e393c, '', 0, '?'),
(0xfa0da602d78da3efd0f6c2954b7b2102, 'wp-includes/css/dist/block-library/elements.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements.min.css', 1, 0x00000000000000000000000000000000, 0x907348f8a3c448e391a1a80320b90808, 0x1d2ff0af684c4ccaadef536848aebc8db2c24aa4d4ba3420ab2022b63fcd4140, '', 0, '?'),
(0xfa110911f79002101f4cd94915b6d03c, 'wp-includes/Requests/src/Exception/Http/Status416.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status416.php', 1, 0x00000000000000000000000000000000, 0x134ad740455b58a49c32cdff51f21327, 0x9043013a92cfa767e67733654906e3cdb9738bdf5c7794391948dad43804582f, '', 0, '?'),
(0xfa124552b0aa508ea9f3b4b36a2bde2e, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/llms-txt-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\llms-txt-renderer.php', 1, 0x00000000000000000000000000000000, 0xf38a7db124fff101eb3d8eb40078e1bc, 0x29bec956f5c1d4e2fb2dabea62f263887d055b7b9537e80ea1f049bd8967ec70, '', 0, '?'),
(0xfa164f9ae10f48412c29e29424c0fc53, 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/composer.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\composer.json', 1, 0x00000000000000000000000000000000, 0x33e11914db53d1185091547d6b276109, 0xa88102c41f7dc85877b6f21673cd427ae11b421ec5c5d4804ba4b17c29a1d428, '', 0, '?'),
(0xfa17a1689238ed3179baa8f75a1432cb, 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-base.php', 0, 0x50ca3f3cbb95b590f42dffb1e52bbd6e, 0x50ca3f3cbb95b590f42dffb1e52bbd6e, 0xd305bfe4a7896183bbb7b8f9d40503b764570c123d2be32b2dedbe42c90288bc, '', 0, '?'),
(0xfa1a5c11d08364f04ae0e8fffdd22c09, 'wp-content/plugins/reviews-feed/assets/icons/google-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\google-provider.svg', 1, 0x00000000000000000000000000000000, 0xc0243a968f04eae80f768977502a4a76, 0xb2dbd9d61864bcf2210424b7e439ba813df88b6f2b278c848ebb7f1fdae9d1da, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\manage.php', 1, 0x00000000000000000000000000000000, 0x4029f4e0bb923c0a76551570dac1340a, 0xd7549d85c1e625be28c5b3f9fae4347577a94ea82fcef16c3cba87cac35552a4, '', 0, '?'),
(0xfa1d1db348086979df4d08d3e74dbb98, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/video-player.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\video-player.svg', 1, 0x00000000000000000000000000000000, 0x1da39af999181fb44ff03a8130d8d686, 0xe19324528d8596b02616cb14ffe5764e459d8216cdd9a76b3e575d8b230fd62e, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\plural-forms.php', 1, 0x00000000000000000000000000000000, 0x98c85b8b2f8b67081ed40012875ad358, 0x67b42f14862dcb60d86a6c92e75f589dab6b8aff2a597147c6ced2918d9dd558, '', 0, '?'),
(0xfa2228a7f8c2623f1a671b8273e171c7, 'wp-includes/css/dist/reusable-blocks/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4d575af6f397f70405d8cce09df3fa4c, 0xc562be8117e5a557ef0481a044badc2e24bf4cff9ba5b5a67d2e842c61176ba3, '', 0, '?'),
(0xfa2367be495c9a52a6e36cda8e5c1e2b, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-prop-type.php', 1, 0x00000000000000000000000000000000, 0xce90c0c179743208923a9cb4d1ffff90, 0x0ef34a7196b489bfd852d5f2f02483cb59eed291df34445f39ddbe688c26428d, '', 0, '?'),
(0xfa236d0ab8ce52365e869f6d207b90ca, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkboxlist_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkboxlist_Control.php', 1, 0x00000000000000000000000000000000, 0xe217cbbc1e35b460558ebdb6e370d141, 0x55ada9df0ce7d2f402f41224ad4e66cd63f5c424e236a984f2757522473364f0, '', 0, '?'),
(0xfa24707281f98c9e6131d8b09c44d66b, 'wp-content/plugins/elementor/modules/variables/transformers/global-variable-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\transformers\\global-variable-transformer.php', 1, 0x00000000000000000000000000000000, 0xb125cd3d69ebd8d318cc8797446f64fe, 0xbd59489dc9e2fd0470f1bcc9f2e6eda37404b7b70cede123c2d3377c49a2c194, '', 0, '?'),
(0xfa2776468c4e49b8ff732470003e3a0b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/document.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\document.svg', 1, 0x00000000000000000000000000000000, 0x8341bf1d49fe29240308fb03e3e824fe, 0xb9a62cfc52a23d4b1dbf82f8756a5df5e2d4ef06ce8fc67601c92dc9d474cbba, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x417398bd26cc71e5039cd1a237254924, 0x848c8abcf2196dcef744128b77ff008585e1be5338c9c8ed9ebfeec42a69ed8c, '', 0, '?'),
(0xfa342fd6e1d981bb7e07b119e93c2bae, 'wp-includes/blocks/post-excerpt/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\block.json', 1, 0x00000000000000000000000000000000, 0xd5e021f461a57debd1fef1c3b3d4bdfd, 0x370341b83d4dc086cb62d20b24d53ad344cd734e4a8260601e7a24d5bda2e7ea, '', 0, '?'),
(0xfa36c7d40a7a80ca2cd3eeddf6ae5ace, 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-newsletter.php', 1, 0x00000000000000000000000000000000, 0x3d8748b65623adb9a9583b1b5d6183ba, 0xad72fd80bb32bced57ff03dcac56e8cf2173688817685dca3597b67426cec963, '', 0, '?'),
(0xfa3a59dfd705969f3ef4bda1e2d7123d, 'wp-includes/blocks/media-text/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style.min.css', 1, 0x00000000000000000000000000000000, 0x0e2db133d8f13938d6194b0f4bb78ea2, 0x84dd509bc13efde721cda4ec22e305b6939b9a1c8cca6ee7575d63275d625c6d, '', 0, '?'),
(0xfa4d98e73aee0de09c112bbb9bec738f, 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-archive-typo-configs.php', 1, 0x00000000000000000000000000000000, 0xc4acf72e241534eafa3800e3eb4bbd56, 0xf0889f2404be8dd23cdd8b1c25477a9b33a195846a8c32223970348017e5d770, '', 0, '?'),
(0xfa508950b5902eed59a2220d10d46ac6, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-300-normal.b850f1ff581ea232.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-300-normal.b850f1ff581ea232.woff2', 1, 0x00000000000000000000000000000000, 0x7fda4c62c1bdeae7a08e6fd438104bac, 0x83cc62de7bbb3d9c115b1c21b1e1a56fa185631974d8f616c74a5f7b8cd56510, '', 0, '?'),
(0xfa50f5869137937a4a6e6d0fb878cb52, 'wp-content/plugins/reviews-feed/assets/admin/js/jquery.tooltipster.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\jquery.tooltipster.min.js', 1, 0x00000000000000000000000000000000, 0x843b8a8618e600e4071e0e15ed40404a, 0x57b5cdab3d6a3edcfdc96d9d8109a6a90deb8a96f4538ab7160c3c423ae9be1b, '', 0, '?'),
(0xfa51323313866aeb6bf084f9b2f91d79, 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0x3a07348f32537e0fb4f9939716fdab1f, 0xc4d6b195e1e2f2c01d366e2530da8869407b4e67e4dc8e83d247008887b0636f, '', 0, '?'),
(0xfa5a65a4eb2e74e2ea0f457157541269, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x1b15a8aaf9d52585210395a1ab716347, 0x3356b5189dabc66f2c39394dee2bf2a509c28d7053a45572054cd71ca1d75ab8, '', 0, '?'),
(0xfa6ab18ba9fef625102cf0158b2d549b, 'wp-content/themes/go/languages/fr_FR.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\fr_FR.json', 1, 0x00000000000000000000000000000000, 0xb58baeed8ce8a02bcdd7bbd0edf82743, 0x6d6492a40bcf37edfafb8c6a32165eedfaf005cfec1f266e75105ffca4e041ec, '', 0, '?'),
(0xfa6b30ee6be29f86f1e356c405588386, 'wp-includes/blocks/file/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x73ac4dd264d67af9b797d78c48a7c9fb, 0xdc6622b1c6e5564ee580b4e27bfa42733fc4bfeefa8629613b73af6aaa3ae91c, '', 0, '?'),
(0xfa6e3ad17a57115fc3429b53f952ac8a, 'wp-includes/js/jquery/ui/resizable.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\resizable.js', 1, 0x00000000000000000000000000000000, 0x503858d96c680f223b73b48dedb9633b, 0x68c745d7774bfd40289e1958543377a5ccdc729e58646c7fda03247a05f14ca8, '', 0, '?'),
(0xfa736a695bd60f2bb10284d6c18dbce7, 'wp-content/plugins/elementor/includes/controls/text.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\text.php', 1, 0x00000000000000000000000000000000, 0xadecd95ccdcfb42afa3c625b4e956a30, 0x3b95208bdd021e31093626e561534c7f05147679795597f9ac92f4f45ee9d94b, '', 0, '?'),
(0xfa73d746ee7ea50765b3875309f5be8c, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0x8570f9c94f960e9f090039f6a31f75da, 0xa7e18aa6104a1d3816ccba8e6a1f2b52eced403214e32cc813fbdec4a3e43712, '', 0, '?'),
(0xfa7dc21338bcd5e5c0092f63d1b5630e, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-navigation.php', 0, 0xea03a23b1e15a3ba65460c7871950909, 0xea03a23b1e15a3ba65460c7871950909, 0xf6a6c3d61ce9a2af3211fff31e1615f9ecb6aa576a93d5239fb8f9c21041ab7e, '', 0, '?'),
(0xfa7e61591e45e9098934a6799817da08, 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-posts-structure-loader.php', 1, 0x00000000000000000000000000000000, 0x13fc0c36b48963c594ddb3865d6652e3, 0x04c5727d43c452628da84ac0f6ee42203feb09c71bc98b1392d6dc8c5792bc5a, '', 0, '?'),
(0xfa837f242a18df2dccd98b1bc6ecc70c, 'wp-includes/blocks/quote/theme.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme.css', 1, 0x00000000000000000000000000000000, 0xdd711f800dcebb811f77c3e79f23e3cc, 0xb20b5d79a02edf9bcf679f2d807dd04d9539d38127dfecb296e613a0731629ce, '', 0, '?'),
(0xfa842a8c02e15757c6fdac66092a3480, 'wp-content/plugins/reviews-feed/class/Common/Admin/Blocks/SB_Reviews_Blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\Blocks\\SB_Reviews_Blocks.php', 1, 0x00000000000000000000000000000000, 0x95f194f1a37e46acf8569d7597e89ace, 0x844fec07c0e9a41b5cfa4e7335ff2b49d7f151274aafb0a97dfc0ed259303beb, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0xfa8c03eeb8e23923faeb81aed1aea2e7, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckToStringNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckToStringNode.php', 1, 0x00000000000000000000000000000000, 0x95c5550ec3dff314b29b128bea3862ba, 0x9e4486db41bc03596c7d2757ab1cb8cd9424d2b4072cb4411a6d9924c8f2da41, '', 0, '?'),
(0xfa9365db0cba1aa0e181957483c4c4f7, 'wp-includes/Requests/src/Port.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Port.php', 1, 0x00000000000000000000000000000000, 0x0774e4fc32e041d4eb4e723829cad314, 0xa04f5d67fc63784933e2a6da78ec88a5e35ab91a3f3cb7a4c72710b74861d0dc, '', 0, '?'),
(0xfa9698e0e29c6013d939dfdd16c38877, 'wp-content/themes/astra/inc/lib/nps-survey/nps-survey-plugin-loader.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\nps-survey-plugin-loader.php', 1, 0x00000000000000000000000000000000, 0x91b73a6f3489bccd284cc4cbe3d321ab, 0x2d27412051513b8474baa0ec5a0df0fd0edacdb182e6fe10a54aa4cf2f1934e8, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xa4bd41240f4443fd12416ffa7418b347, 0x42d5e3923fbca3584742020b875b00873b80559a58ca3b7b28932151638e1ec1, '', 0, '?'),
(0xfaa1a28dcc6694fab983b59dea4ad32c, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AbstractBinary.php', 1, 0x00000000000000000000000000000000, 0xc78c03b65e5c855a169db3c51fbfce8c, 0x0d8901495cc2d3198bd003a7dcda55daf39b968c5e58478669682fe050c53637, '', 0, '?'),
(0xfaa1e53c2b0ae0da35cff97b6d4a30f3, 'wp-content/plugins/reviews-feed/gpl-2.0.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\gpl-2.0.txt', 1, 0x00000000000000000000000000000000, 0xffa10f40b98be2c2bc9608f56827ed23, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xfaa81bb57092ec6b57658228c986517b, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0x8e3f0874770bd1bcc8a4c02f3845764e, 0x2821c4cc3ad4b209915491e9b901af0f4fac9949a4cc58762f0ea57258eb7543, '', 0, '?'),
(0xfaadcf5f7ca32b7971857543ca7685cb, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/CallableResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 1, 0x00000000000000000000000000000000, 0xb00bbe670cacb2863aac3f9b9a91e29a, 0xcabc0bcf6a12c11d2649550c91f8812e580790c9eb3cbbad272f8e0b692a8310, '', 0, '?'),
(0xfab3439e6828dac0ffd53bb76c7a524a, 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/ImporterService.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\ImporterService.php', 1, 0x00000000000000000000000000000000, 0xb823132dca510fbf0585c6f8862f3bfe, 0xdf874e276d3ad41d3e9511072fc2f7f98d581dcc02e63fb8f8c74f8599c97837, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x7076c9675e91cc8276a6e13144e53481, 0xa1c42b0a6dc0416cb23d442f8df54d2583410f48f1b2c9800714aea3f940db11, '', 0, '?'),
(0xfabfd898c32d0ea96d34297df9f909ce, 'wp-includes/js/dist/reusable-blocks.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x05e5d616c4e6f75b342f8af11b2e79ec, 0x5a49b79827d069be2ea85f2be2412277afd5a717db273658c95dc2ca659b34fc, '', 0, '?'),
(0xfac0cd0013c8e79c4d14ed02c5e1e4dd, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-short-description.php', 0, 0x1bd9531a43ae615e6e747db39c4baa48, 0x1bd9531a43ae615e6e747db39c4baa48, 0x978b737344d2cadfaa8e18c6c302eb2b3c8155b7d3a5f138418a5d15336078f0, '', 0, '?'),
(0xfac38e956274f2012ba5514c945e4475, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.asset.php', 1, 0x00000000000000000000000000000000, 0xa620aa53398968a2250b9ffbe2688b05, 0x4feade209c0904bc486ac8d779f8a1dea22a38003144c6592bdb8bdb873fe6a8, '', 0, '?'),
(0xfacca4cfbf161123c21a1dc8c1cc5d4e, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bob.min.css', 1, 0x00000000000000000000000000000000, 0x99dc44ad942f4889be28d393894c5c0a, 0xac07bbf02c7e1f36edce8d5273e9e76423f6b6a579f5f7d5b1fe6e14778725a1, '', 0, '?'),
(0xfadab3e60307cce6c335a7e713a5f941, 'wp-includes/SimplePie/src/IRI.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\IRI.php', 1, 0x00000000000000000000000000000000, 0x96579a8d4b30a2fbc5dc9e064518a87d, 0x503fa4178cd9c4bb00c550b8f8595e54cec1ca9f4b3378aa0d7cded07bfdb033, '', 0, '?'),
(0xfadbe8a40119cbb061f55babb372fb70, 'wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\dynamic-css\\dynamic.css.php', 1, 0x00000000000000000000000000000000, 0x2c2f21450ccd7915b91adc1d6e246456, 0x43fb164d997f5ac3c3f0f834edb97ef34ea0fcf70e03a4b82c264b073b5edc15, '', 0, '?'),
(0xfadca70e9ed51740cb7b39b640f9773c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-platinum-seo-pack.php', 1, 0x00000000000000000000000000000000, 0x808e8e476bccf7f74af088d552246f67, 0x28da02d8e93d14868612943ad8c6620823f88c0b76cc3e54e6b41607fbf4e31d, '', 0, '?'),
(0xfadcffff4b76f2ec4b024d3b97f10f08, 'wp-includes/blocks/comment-content/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xfadd3659d3e08513aef0c91b41107088, 'wp-content/plugins/backup-backup/includes/progress/interface-progress-storage.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\interface-progress-storage.php', 1, 0x00000000000000000000000000000000, 0x483f8442fd53bbc58e2bebd17f2ba1fb, 0x3167a995fa3780397f85b8a78bec0442a28e0d8d8bc13a11f74bc1f8d3ffcb93, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_real.php', 1, 0x00000000000000000000000000000000, 0xd3ec43d4272351c2e7f3e023db072a47, 0x74c87dcf3dd445b7b968f2b95909999632c8c6dd7c0c7f91144622d986da98cd, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpautoresize\\plugin.min.js', 1, 0x00000000000000000000000000000000, 0xbd2b06717b96cb5b83a3172a24c62bf7, 0x8621f71c990cdcf4f34b5c869eeed6f7156aafe1bb590e4f85e2e6479f0b0de1, '', 0, '?'),
(0xfae779e77c776c5fcf448a7f1a07c97a, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook-provider.svg', 1, 0x00000000000000000000000000000000, 0xa543fd7aeb2e39e5baac2a8e7f990da0, 0xd6e3b031e23189d1be29727a6dc979760e6da2dd9cf4a2ecb7f65fc25c98a2cb, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-filters.php', 1, 0x00000000000000000000000000000000, 0xed8c71e5cdd42119114c1745038f94a5, 0x9d5c6f1d5db84aef12ce90af335383b142d67029da4d9526d125220f04e34b9d, '', 0, '?'),
(0xfaede74217e9f2ef7a3ba9a09fc40fc4, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-error-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x139d212e9fe927f8661716c75dab89b3, 0x96ddbca55efd06089d5195b3691e06e089f8ea2345742e2be9dcd781ce55edeb, '', 0, '?'),
(0xfaef9d6e51b379bd5635f0abd84338bf, 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 1, 0x00000000000000000000000000000000, 0x5b92d94551ca0f590487c45e77e3c3e3, 0x86d3fc62ae3aaa85f541c8fc79f2024a4fd53d5e68e598dd1eb46a0b6a5a704b, '', 0, '?'),
(0xfaf33bc92513a8c01e664aff87749736, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Customview_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Customview_Control.php', 1, 0x00000000000000000000000000000000, 0x46573571937ffe5bf1cae3c14bff1ba3, 0xd729a365b225c3437e686b92b99b570560d57c1bc4d6ee8ac63fff0892828365, '', 0, '?'),
(0xfaf7678a28af3335d1d235ed6b861928, 'wp-includes/blocks/heading/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x19c4317ae3f6a3b109c09231875b6da6, 0x33a2ea831f85024fd06e39f7bf3705b21e7f6da98a5c91dcd34f858d987818e0, '', 0, '?'),
(0xfaf76ec349f963ad3fe6306e7648f183, 'wp-content/plugins/elementor/includes/elements/section.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\section.php', 1, 0x00000000000000000000000000000000, 0x1c17fc1d642759a8ccf5dc76a4376ad1, 0x8c1907cea36d983ba566233b4d25a239913bf89636892e4569875567dcbb3dcf, '', 0, '?'),
(0xfaf924da74598c6ac2fa17224f8d0231, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 1, 0x00000000000000000000000000000000, 0x2d5598bd24684b49e22b3735931c471e, 0x3bef54ff640b0a9ba679e922957603a71a3304a87daa8ffb9ae55e917b608a94, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0xfb01c35b5753f1a2c144007629b90761, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/Blocks.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\Blocks.php', 1, 0x00000000000000000000000000000000, 0x691834cf4176e71e087ff0da5c3f6045, 0x4a4fb0411ef480e6b10bb4253b491c9980e588dec624bb99a3786c6c41e5ee6a, '', 0, '?'),
(0xfb02fe53fe56752316643607842a8bf7, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/edd-schema-piece-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\edd-schema-piece-repository.php', 1, 0x00000000000000000000000000000000, 0x53ca7a241f0c311df0c7fae0259e322e, 0x4f2407bf257c7a04ea734a40f83e65322011d7efeda6db323f39a4f0b0d2491d, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x46e94b8a9e79e4228f15ef4af8dacf7f, 0x7e54d319bb295fbaa19d8019d4879dc08859482bd503b416d115c98f27fb093b, '', 0, '?'),
(0xfb0a4e994cbcbf3c66664a692b246943, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\MmdbException.php', 1, 0x00000000000000000000000000000000, 0x9c6c9532f0cca23dfd17e0867c0a5e87, 0x0d65653acea83c9669dae1cddf92ce23879734d8831deb081c29225683bda7e1, '', 0, '?'),
(0xfb0b0e580fbf3efaa5915a862f1c8731, 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfb15c43a6c9b737bb4f63c5ed8084b3f, 'wp-includes/js/dist/vendor/react-jsx-runtime.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.js', 1, 0x00000000000000000000000000000000, 0x2d4703e5d3fe16d4ee0230e6b73e439c, 0x25a7bd1dc86ff9edf777e8df10b25a911ecb149f9fdcd6aac1fc7ad685be7f19, '', 0, '?'),
(0xfb15f027f4ede496bec2dd5e9271c318, 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/header.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\header.php', 1, 0x00000000000000000000000000000000, 0xa5a9970803dd326faa4bd10cb433f84a, 0xff09b5d7d68edb739d8fb58fc543f60a5e2cfb6ca0a0d5349448ae2bdd20d685, '', 0, '?'),
(0xfb1670642abd3cb54d6ab9ec814c628f, 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 1, 0x00000000000000000000000000000000, 0x90eb925fce09e08cd2ee759816ac62bf, 0xdfbed11058785a1d830be3425cfa224122de1784bfd008b1f3aa0df3b8b7aa36, '', 0, '?'),
(0xfb1f0375ac730b557ef1592d7926529e, 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable-hierarchy.php', 1, 0x00000000000000000000000000000000, 0x4464e95702f106c819bfdd48837a4bcb, 0xe0e265e8c0271f323f95ef2e1c4374fc276f25432030f458e440a93f8b79addf, '', 0, '?'),
(0xfb2063f04fcdf1c0c7e034c4a8c7964d, 'wp-includes/blocks/post-terms/style.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style.min.css', 1, 0x00000000000000000000000000000000, 0xc31a5e6b860bdc4eb6d2b1ee1aa0299f, 0xdd3fb8f3e3b7b71ef1bf2873ac8fbaa827d7cbada523f16c3c9a155254f48765, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories.php', 1, 0x00000000000000000000000000000000, 0xd6fef073b2352cf705e1f9be0c26a3af, 0x8f42264307043872675e557cfdd9931e37c0fd924193ba02ec55d3e5833e13a4, '', 0, '?'),
(0xfb2a3e4630e9701a04654d7bc99f133c, 'wp-includes/css/dist/block-editor/content.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content.min.css', 1, 0x00000000000000000000000000000000, 0x1dbd248e54f6b7593e53842ef6782072, 0xb2e621da4ee089f0011cebf6d2eba1f9ea48978f0c48d72ffcd461a490777d90, '', 0, '?'),
(0xfb2f1c977681ad14b8b0e5ea4a5969c0, 'wp-content/plugins/elementor/assets/css/widget-divider.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-divider.min.css', 1, 0x00000000000000000000000000000000, 0x3d78dc83d20515d554c4a45df3500bb0, 0x292557a385366e6b437ceef9f0f3b2ce8f70025b261a3b182f5024e8db4554b0, '', 0, '?'),
(0xfb2fd3ec9c3165f42cde3c23bf44160e, 'wp-content/plugins/instagram-feed/admin/assets/img/reviews-icon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\reviews-icon.svg', 1, 0x00000000000000000000000000000000, 0x16f730fec8a3169a3edb83bba5302c18, 0x64b1fd5c00ae199eb03bd4d2a10be8d856f98804552e79591fc03596f49c47b9, '', 0, '?'),
(0xfb43c50b66813684f568315d3df4f094, 'wp-content/plugins/instagram-feed/assets/svgs/source.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\source.svg', 1, 0x00000000000000000000000000000000, 0x895192466ff193a37c79cafff8ab628d, 0x715bf959a9ca71f46efc30d4f6da758182f48af1673a66d69113c825e2ef0627, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0xc40287fe64c4200d2e944b99fa3b493b, 0x5640dac61199e003151283e43d6abdc9d6861ca48b033c8d44481819fd71f573, '', 0, '?'),
(0xfb44e3c3a4b2a0850eaae5666c9e5215, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\description-data-provider.php', 1, 0x00000000000000000000000000000000, 0x1b89b29d30d226a7811c0b5cf691b738, 0x8b5a1a782f1c72dfcc1d1031e62afc90dab76af652bed164853234e5368df9e6, '', 0, '?'),
(0xfb4889201d152b846f5ca1c19eac0113, 'wp-content/themes/astra/inc/abilities/customizer/siteidentity/class-astra-update-site-title-logo.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\siteidentity\\class-astra-update-site-title-logo.php', 1, 0x00000000000000000000000000000000, 0x112c575aa16b53520380f79c231ee40b, 0x0ce312510f585f474d19bdadcf9652fc28213f62d0aad788c426c85c9d4b682b, '', 0, '?'),
(0xfb4b8fb557f28318ed8fe44eb8cb44ee, 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.js', 1, 0x00000000000000000000000000000000, 0xe791a155ff45c43c106af6d38bd5aa70, 0xcaa852e2ac4e8cc58a43ff70f7074017764f72e2a2cc6cae21f0e7699c0d5adf, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x913de680a5533cfd9a95d7958ad7a9c7, 0x9e71b51c0bf836da24d48ce6184e109db4dc4b2b50b79a09c5b6aa719a551b71, '', 0, '?'),
(0xfb51aba0920245c1d4a340dcd5627467, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0xdf0a406d6aa143109c379d50646e122e, 0x774a7e25ef1b4260169b0bf755cb1fb5c0ed0d3bc9c3529cb4379f54d100d9d8, '', 0, '?'),
(0xfb5222a3130f893b0d048036df30f786, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 1, 0x00000000000000000000000000000000, 0x6c9a06fa92faa475d7dc43797dd1e90a, 0x5b3ee680da7686c5e181339b4538e89a4409fee30041a4bf5517e2f23304a4c0, '', 0, '?'),
(0xfb58a751d5ef7aea933370dece1c9940, 'wp-content/plugins/backup-backup/admin/images/copy-icon.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\copy-icon.png', 1, 0x00000000000000000000000000000000, 0x8771d4e2cd77a0167bcc9d1b045f278b, 0x850dbd931d9662772e84bcef722e4e87d6172c013a80161f5861c025957c2fcf, '', 0, '?'),
(0xfb59db73b24d8fd1a81210776be797f8, 'wp-admin/images/about-release-badge.svg', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-release-badge.svg', 1, 0x00000000000000000000000000000000, 0xa452c34398e8c17e636dd8baa2a0d924, 0x979603c75d366754ee0e10acb118455846af6fa2287c4221d7a38018f0393e0f, '', 0, '?'),
(0xfb5b0341f9e2fd242f5d741c7becebf1, 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\importing\\aioseo-validation-exception.php', 1, 0x00000000000000000000000000000000, 0x76044b28fad6f71ca16f6229c1c29603, 0xc911810306d0b703b86949f3745a997bf1a5d52ac26264292149449b23e73d83, '', 0, '?'),
(0xfb6118aa755b71c8e9ff94d78c35bae3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/horizontalspacing.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\horizontalspacing.svg', 1, 0x00000000000000000000000000000000, 0x68f44cbd4e0402b4ab8f7b50dd54766a, 0x09faa5caec598e4361ee504320fa791cbff96471c5089dded1b05bc8b03e5804, '', 0, '?'),
(0xfb6b3d9191f65c620f9d19f1cddca1c8, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\exclude-oembed-cache-post-type.php', 1, 0x00000000000000000000000000000000, 0xb5039a67527ab4fa97591ed0099f8a0d, 0x5688b9af7dda9850d53c5331e59c3e47a9701cea5c6779098b5701c025f47d67, '', 0, '?'),
(0xfb6c18ba9b3b70abf709052350eb1025, 'wp-content/plugins/elementor/assets/shapes/book-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\book-negative.svg', 1, 0x00000000000000000000000000000000, 0x59d8d29eca763fb76a67a30676d92b39, 0x594d777be0df7a9cf535164c79682c1a9637e645f0dc2a13f95b6386a0999d9f, '', 0, '?'),
(0xfb6e393136b3dd0a1825dc18b98f1690, 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/child-task-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\child-task-trait.php', 1, 0x00000000000000000000000000000000, 0x7153812bfe3cbbd4fc932be93b13d62e, 0xf42cbfb627085dad6a3f5e87408e94a576424fff6fa812d847e416702f0733b2, '', 0, '?'),
(0xfb729ae6c89764e976844ef3039aeb18, 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-tr_TR.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-tr_TR.po', 1, 0x00000000000000000000000000000000, 0xd58bec4746af18c07fde8ee6d54dec54, 0x3f822290227c22b2003007e9699cdabc2f76a03ae54baa39c78e1c6b9a4eea42, '', 0, '?'),
(0xfb771f5035bca2e1cc358163987738fc, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-video-gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-video-gallery.php', 0, 0x7ba62c57a74b2585a0f19b052beea180, 0x7ba62c57a74b2585a0f19b052beea180, 0x505dd04cc3db91a19cfcef2a1a0a75a8215528f451a8a86f4471679991cffd49, '', 0, '?'),
(0xfb7a74f05ba0d312fea2c0a0149b8e93, 'wp-includes/blocks/heading/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd7c046cd5555f0de3c3c5fa846b6044b, 0x1270456b4bb74fd7db0e24ca97d50528071f1806937d8af6e2897b2ae3311a0e, '', 0, '?'),
(0xfb7a9736e811b52c684f549f9552082c, 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE.po', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE.po', 1, 0x00000000000000000000000000000000, 0xc4efcd60424130a68bd3d41a697986db, 0x735bcd3cdef8525c0d2371830bed020359b75faf59bd15539bfe0e882f9d431f, '', 0, '?'),
(0xfb7a9b6dccd32b53ce97143c63290fd3, 'wp-content/plugins/elementor/assets/mask-shapes/oval-vertical.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\oval-vertical.svg', 1, 0x00000000000000000000000000000000, 0x6b57f30b21fa21d2aecfb4f73eb366c5, 0x27add5b391ed392fc681e9d8833d4dd2a139f570f5885716941712e9df70bf48, '', 0, '?'),
(0xfb7b419e8d32075cb09330297d46624c, 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/install-theme.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\install-theme.php', 1, 0x00000000000000000000000000000000, 0xe732abb333e64ebee3148a063c217ae5, 0x13dbd47f0925889f4488afafd3044c6bd56030695cc10cab2673d612401efe33, '', 0, '?'),
(0xfb823d5c3ae5b354dc725e5e034cbe67, 'wp-content/plugins/elementor-pro/modules/theme-builder/api.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\api.php', 0, 0x79656bfa92d5c4c091ac749cd982c2c6, 0x79656bfa92d5c4c091ac749cd982c2c6, 0x91411cd3f63095baae0f8dbec1156bfee5c9b45600f1d2c6dc45e5e6b7743a85, '', 0, '?'),
(0xfb88e6a244abb54a39ee2e562604e1bc, 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x0e4adb1630c1aee471ebd3df1f356a26, 0xecef21ac50752d572f2979af874c5e89c204183963260e601348066a150e8367, '', 0, '?'),
(0xfb9921729c9fb57b9d964df340b5279a, 'wp-content/plugins/instagram-feed/assets/svgs/reviewsIcon.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\reviewsIcon.svg', 1, 0x00000000000000000000000000000000, 0x569aa6f2d3d33d3d2c6a265c58b8bec7, 0xa3bc63b2783e3deeb150041a1b9b1f29e70e03be616f685a75a61b854c807553, '', 0, '?'),
(0xfba010d7eb831c302589e86ef839d82d, 'wp-content/plugins/elementor/app/modules/import-export-customization/utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\utils.php', 1, 0x00000000000000000000000000000000, 0x3630d5d9f01ee3e2dccafd44d66b2616, 0xfc02b863c7869382a8949b879322572b46f25173c1d5e9a136d951ced33ef3d1, '', 0, '?'),
(0xfbb05dc90e8efdbb4d1e10cb58a344c2, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x01b7f36bf6c5bfd9b381a831fa7590b4, 0x80b00713daf0c16c0e25e2c1a3bbceaeeae5b1b7ef8f500bc47cfd68053f28ac, '', 0, '?'),
(0xfbb1bd1e1b28654bfe2b6374caacaf27, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-SemiBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x5cf330f5bbfdc9226f829265a1ed1423, 0x91e19ed8cdbb927e5154a0ab1b4244959b13f42cdf816d5443dbd83295d79615, '', 0, '?'),
(0xfbb5294dd168e90c014b888740807696, 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 1, 0x00000000000000000000000000000000, 0x86adb8fb2e5ae70060169565fea3aaf5, 0xf3685fff6d4b99d19ab46141eea90b7607ce6f4b8d07d2641058b089f529a648, '', 0, '?'),
(0xfbb612c9c11e27cddf5642c17e0efe77, 'wp-includes/blocks/query-pagination/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\block.json', 1, 0x00000000000000000000000000000000, 0xedd7ed0e20807af31ad7d22ef38bf802, 0x88cb0a68286e7f710e89b50528ea576e1090f781d443f2046bb8dfef4f347f36, '', 0, '?'),
(0xfbb88fb525d95932597f17a080dced6b, 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\DB.php', 1, 0x00000000000000000000000000000000, 0x0a698eed95817051eb1afc9af98d72e8, 0x863729b68d18e7a5d967e90844313b0e4ad91b026a16438049b641323036742e, '', 0, '?'),
(0xfbb9eceb9aae66c27992a115b0bed3a7, 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.min.js', 1, 0x00000000000000000000000000000000, 0xcc8f272bd31a840af315b25801c46ac9, 0x4a3cbfc5e187d66b7335f1acf58f0f9b29d50bd2e4672d114b2c072726e15f21, '', 0, '?'),
(0xfbba56d4687e1ed7b72e531aeb977e65, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1729.de2673f043b8c6f8.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1729.de2673f043b8c6f8.js', 1, 0x00000000000000000000000000000000, 0x389711804a223aa8f64a8ff4a65e9602, 0x5026ca64d770cf51d62591d267d7d8636a9fc0a00bf90c525325656d77d09f0a, '', 0, '?'),
(0xfbbaa4bdcd9179bd9c97a076394f1d76, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ParentExpression.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ParentExpression.php', 1, 0x00000000000000000000000000000000, 0x0a40dc4f8100ae3572facbb8b57e3f32, 0xaca0d52968626cef4a81490c1648930e79342bf3aae65af00a648d979091de3b, '', 0, '?'),
(0xfbc11e8e5b2d5203e68f76664461a14c, 'wp-content/themes/go/dist/js/frontend.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.asset.php', 1, 0x00000000000000000000000000000000, 0xe4d33926b652a61ca767a57ede3008c0, 0xe40f729fc497718f4ade1c90c42c5e26bc47106a2d94df2ef0103e7e6276aed3, '', 0, '?'),
(0xfbc62be45fa01aea0fa2a551c88c2417, 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/select-source.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\select-source.php', 1, 0x00000000000000000000000000000000, 0x9ab1e5ff0b4818c61487a4e5c614f236, 0x2c40a4551888529168622084b96c0fa5a081b16e584a30eaf064ce1580a76ced, '', 0, '?'),
(0xfbc814b21fe76b8710f39cab80bb12bd, 'wp-content/themes/astra/inc/assets/images/customizer/woo-single.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-single.png', 1, 0x00000000000000000000000000000000, 0xedc1a18e0939ee25e5b56f17f0ac286f, 0x3c49d681ad6fa14506b0ab4c13a96f58215c5c4d7a3088a4b8b08ab4cae25abe, '', 0, '?'),
(0xfbc872f28a42aa6659264a8af1cc07d5, 'wp-content/plugins/elementor-pro/modules/atomic-form/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\module.php', 0, 0x48300e9187208e71bf599f44d7731d17, 0x48300e9187208e71bf599f44d7731d17, 0x8993892910911de7d594657e23f0f1d3ace7aca02b8ed85677e5cb2b3996bd83, '', 0, '?'),
(0xfbc96458f0e3bbd7a11fc096407c58e2, 'wp-content/plugins/elementor/core/editor/promotion.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\promotion.php', 1, 0x00000000000000000000000000000000, 0xbba1a3f5608f970c89dbfeb0f11b33a7, 0xdc5678874b8c9023e88767c20ce6322d0a946f360be2dca0b005203338f644d5, '', 0, '?'),
(0xfbcffe17cbe8d5902d467d65de38b709, 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\externals.php', 1, 0x00000000000000000000000000000000, 0xca980d7bb3d463c76a5b13943bfb93da, 0x74728dabe42f7cb33e795173a5b94e0f4d1cc08e1d7c708431c51764165a9096, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x205b5f91786e5f6ce62e43c6081374d6, 0xa14e2f36462737cb5e56fe4f56feb01fd25f58973a404be8b054c9bde5a5bd77, '', 0, '?'),
(0xfbd54cefea0b2e08d8d42f1db9ab8e92, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Text_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Text_Control.php', 1, 0x00000000000000000000000000000000, 0x1220ad0a465473ddfca66e4bf20493d7, 0x3699fcc2caa48ea8508542585db56e2c727b49e4a4e05e741d01ea20b91c052c, '', 0, '?'),
(0xfbdb1ac2e10fd30070f407408607f044, 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\tools.php', 1, 0x00000000000000000000000000000000, 0x85defed3e79875cfd9dc6496df5068fb, 0xf385220e272d5d96833a7224f082296fc4ae09868cef2be514640cf97e9ce9f9, '', 0, '?'),
(0xfbddda421a7d9a5710510b4241cc65f5, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/duplicate.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\duplicate.svg', 1, 0x00000000000000000000000000000000, 0x4dc31992c3be7b1fc228768196bfab37, 0xed82e859793ed4e304a559b369eeb45ee513a1a257a0ef76236a6ee32105abcb, '', 0, '?'),
(0xfbea1fa61916d2147e3012fbbbbfc285, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0xa19a8a364e4ddfd60e63d0f864a10600, 0x6ce772a48bf20d8f15e051fda795b5b70bab3a61ffba985d1957ca1fee1e73cb, '', 0, '?'),
(0xfbeced28bada05ee294ae95568a48a07, 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 1, 0x00000000000000000000000000000000, 0x37396d0a88cdbeed4eaf2fcc1057fc2b, 0x293384e6ede183d6d5ad8b31d7423c3dcfd58ec5665bc59f08313eecaa94f278, '', 0, '?'),
(0xfbeed5d4ea2b6604365115e1fafc7939, 'wp-includes/js/jquery/ui/selectmenu.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectmenu.js', 1, 0x00000000000000000000000000000000, 0x297bdeed66a8eaf1edebfde0ef3097c4, 0x0cce3159b6e4fca8c881c16bd24be5fa15ca83b21db748e4d99164980e145054, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfbfac21c382379f2c2a7dbe425b9f2c9, 'wp-content/plugins/elementor/modules/atomic-widgets/library/atomic-widgets-library.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\atomic-widgets-library.php', 1, 0x00000000000000000000000000000000, 0x87f1b57931e9769cca3674455691ac23, 0xeb487418ec9595f233cf6d254f6da3d75ba0a63ecd0bb214276eca357c80d926, '', 0, '?'),
(0xfbfd6fb0084d532f9ca590d988e5557f, 'wp-content/plugins/custom-facebook-feed/inc/CFF_FB_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_FB_Settings.php', 1, 0x00000000000000000000000000000000, 0x8899eeca1628f12ec7610f6c1511f82f, 0x81292e0014607bc5bd2572b27afa0171f96b1becec50aa30dfdb80fd4dd04b0d, '', 0, '?'),
(0xfbffeee13f690f2e51bf5b1fa08e45e1, 'wp-includes/blocks/post-navigation-link.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link.php', 1, 0x00000000000000000000000000000000, 0xa0e63643e1cde05c26fc1124480e65bd, 0x7f2f0f56fd19f2bbbdeb6d5136c8fff2a9cee1fd8027259d6b3bef800f371e13, '', 0, '?'),
(0xfc057d961a63cab6bbecf5f5c605883b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\menu-badge-integration.php', 1, 0x00000000000000000000000000000000, 0xa301f31964044902a661f81867121da6, 0x051d8239083a84898de2303dca87931ac8a069701c16bab220010789821f93a8, '', 0, '?'),
(0xfc05a94713c2ef010c6e1d4f6da781f1, 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-business.php', 1, 0x00000000000000000000000000000000, 0xb189650b528cd17031bbe65c0f9a4ac6, 0x4fddc4d8dea218c60a7b3cd16677030c67af96c42969f97b141aa951e2cd0f98, '', 0, '?'),
(0xfc098e9c9ff6d80b80c7326e51723b21, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x456260e4481da98daad3397b954d9e0e, 0xa796dc975c3ba5f6586469a1387ce78a3047880e0aa7e29854fb54f08845717e, '', 0, '?'),
(0xfc0c4288fae73c20ce1ac640a6ff2b33, 'wp-content/plugins/elementor/modules/pro-free-trial-popup/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-free-trial-popup\\module.php', 1, 0x00000000000000000000000000000000, 0x9df66c27bcfc1354696f189d6ab89ab2, 0x1e94ab14b0f145565da19306a047e90736346b355482811bb0a3b29a979179b5, '', 0, '?'),
(0xfc176c62e2fb2b489d5a5fb7bfcfee46, 'wp-content/plugins/elementor/modules/announcements/classes/announcement.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\announcement.php', 1, 0x00000000000000000000000000000000, 0x1b183f4ccacda4f05e990bd1e6545309, 0x1b3b6201165933655a7330b8a302be268191d821a1ab8b39c6f16c6636c6e4de, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss.php', 1, 0x00000000000000000000000000000000, 0x694aad3f59437f963e5e91ee661d05b8, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xfc206d2ef282ee305b907fab1ecfabc0, 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\responsive-bar.php', 1, 0x00000000000000000000000000000000, 0x1ee78e4c05b0359c50d3eb94bbe267d3, 0xadb1ad3245eee01b93a9fca3914c963b51dab46de2b6431cedb34c74918b4c22, '', 0, '?'),
(0xfc2bb5c256ddbd0ec6951279941d48c8, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\floating-bars-var-2.php', 0, 0x503bb4aacb2402c39c540adf4a132172, 0x503bb4aacb2402c39c540adf4a132172, 0xda957352fed6038420703b474b04559176ebbb318a23bc78d756689a25c38e31, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0x373fd24635fd16735335c33793ff2c28, 0x4a3c8acd3f5982f8b094bdd75375c5aaaf55268a0a4e79b460546b080c124ce7, '', 0, '?'),
(0xfc31fb4043343c53299ff7f86dd3c486, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0xa2742af698ef62a7fed073852ea0651d, 0x5d174f46deb9ac1397f674ae01142cf203b4599393b45dd06511e280e90f0c98, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.min.css', 1, 0x00000000000000000000000000000000, 0xeb84bac9f38b57e75855ba1b9628c5aa, 0x7e63e39592a6b6658f85eb83771de3d78729716c089f4930d1c3811c561dc797, '', 0, '?'),
(0xfc3f1b954262a73c4ca7213082a4f9b5, 'wp-content/plugins/powerpack-elements/classes/class-pp-posts-query-builder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-posts-query-builder.php', 0, 0xa096f8bdd1a01131aa63d6ceef062668, 0xa096f8bdd1a01131aa63d6ceef062668, 0x22d3edbdaf6947af4ccd61972f3cc32eb62f5122d7da3bad6738be1fd398fc91, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about.min.css', 1, 0x00000000000000000000000000000000, 0x03d2d3ab1714f2d4aa8252982b072ba8, 0x5f6961ed3365ae4d34f27e097a2cfd3355da6f3c9eaccd491a53e194d87890df, '', 0, '?'),
(0xfc542d8765be3c0e7a0746141cef12a6, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\base-user-app.php', 1, 0x00000000000000000000000000000000, 0x00a99aa93fa0e079dd253bb993e92ee4, 0xd09586da5d45b28b694f9dc77bded334ab4c1b286e5b0c4edc0cbb098c4eec7e, '', 0, '?'),
(0xfc58c0c0b285432101287beb1109a52d, 'wp-content/plugins/elementor/assets/js/nested-elements.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.strings.js', 1, 0x00000000000000000000000000000000, 0xf98cb3685a6824c0def642c76b33be16, 0x3706941093e70eba2e21c4a0a9f77bf25fbf5140b5692b24cd495694b5b1c28e, '', 0, '?'),
(0xfc5b33fc787a08b058b6a21baa4313e5, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x326c4cd0589e57ac4deed36a0bde9ee9, 0x0d9409775680ba81bb668c292edd24e3a46f9c7671a7f6644bc5deef75597e4d, '', 0, '?'),
(0xfc5e84f74e34d39d2c620361a7a61644, 'wp-includes/css/dist/widgets/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfa10bf396432cbc541248bd8094e12f6, 0x4145fff5214cdccebe0d8ac8430eff800473972fce256207171167223a5b61f2, '', 0, '?'),
(0xfc61de5b0f7d734ebd55b9f16f26d453, 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\rating.svg', 1, 0x00000000000000000000000000000000, 0x7a14c91d7da40326b32eba18a17e576a, 0xc7f5109a183c5dd335ee9596b34427bbc3ecf2ce8ffa1353329127e3af5be43e, '', 0, '?'),
(0xfc640e85765a4e7cda2118b192e7bc32, 'wp-content/plugins/elementor/modules/usage/element-usage-calculator-registry.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\element-usage-calculator-registry.php', 1, 0x00000000000000000000000000000000, 0xb7efa3fc8b4c67418a714b8cfcce1207, 0xa57338cf12ef57a2a9722dbef0cb7951618917b67efa3b4fb690bd9a82dc0b07, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0xe67db9dfec8e287f81132feb9bf6574d, 0x9f72fa4e1c52e16ed5ebacc9b3d430b2311aee36f81105815bfdd59bee09e683, '', 0, '?'),
(0xfc6f3c4858ddc2ed0af2f6c4eb0a696f, 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-message/form-message.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-message\\form-message.php', 1, 0x00000000000000000000000000000000, 0xb5d52d7fd367abdfae93bf7e7fd3872f, 0xd8065888547a880fc2c560f90d4d649a896ae2af89dd7147f467f6bf7c2813f9, '', 0, '?'),
(0xfc6f8f35832bb0aeef8649c4decb4a50, 'wp-admin/site-editor.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-editor.php', 1, 0x00000000000000000000000000000000, 0xe072e8ee7a192ea1cc1b80408a3f2c23, 0x78a95e79507509def19020df504bee9b7c55068319ca4665047741fb06c0895f, '', 0, '?'),
(0xfc70546511cd3dbe8cf7234238cdc36d, 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platforms.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platforms.png', 1, 0x00000000000000000000000000000000, 0xac39ee6d221b27c4111553ef97061b35, 0x5972dadd22851833c2c4251f42d21f6c3b97f5d4bbde29e927b75a6906f71dae, '', 0, '?'),
(0xfc7513f12b4045cd37f4f4c1d3db4993, 'wp-content/themes/go/partials/layouts/gallery.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\gallery.php', 1, 0x00000000000000000000000000000000, 0xd4eb3518b0a5a97825f5420691012754, 0xb305d201f386f7aba6cf0d8b23a29e37c801627ab17c5c97750bd2505a8cbb47, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x0db2d8fe83dc0d8023b428ff87d9fd56, 0xea72a7a3392882cfc247b7bfaee9c06db1f93315846d2ffb2cb23dcfdcd15d0b, '', 0, '?'),
(0xfc7895bd0db19bec7dfbdffa3b4ec618, 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.js', 1, 0x00000000000000000000000000000000, 0x5b5dcd07c7f3736ed63e3c5638cd862b, 0x21cdbbd8a99b4581a3930f93acac9244dceb2741b8817c083f3950159cb95fa8, '', 0, '?'),
(0xfc7bf65db3be3596812693ba5e556364, 'wp-content/plugins/backup-backup/admin/images/log-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\log-min.svg', 1, 0x00000000000000000000000000000000, 0x5ec29be45f701baff98c2f3b35fac654, 0xf6a494b1876819e2fc6ac66eec7947c0173e7b78856603bcbcba18dc08c5fc39, '', 0, '?'),
(0xfc8267a78f721aa311ffce61c30e9155, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\current-date-condition.php', 0, 0xc5832e30362a57ee0d0a25e69a267124, 0xc5832e30362a57ee0d0a25e69a267124, 0x2c8a527680ab503c3bc170e1d6758f88144953685467414d41009d37d2db5aed, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common.css', 1, 0x00000000000000000000000000000000, 0xc76fc5450602f056bcb0ed13ac426b1a, 0xcb5021973481c3289de303d55b53f727803547aea3cd668fd53e0a6494cd1d8b, '', 0, '?'),
(0xfc8b1dd1f90c2642aa93f873d7b6bef6, 'wp-content/plugins/backup-backup/admin/images/lock-min.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\lock-min.svg', 1, 0x00000000000000000000000000000000, 0x8ceecadaa59e3dd73a80252fdadc6e8a, 0x166d37fc35476be1a9557bbca906c97596afca4a7ba15653173f2b6e67130a1c, '', 0, '?'),
(0xfc8cb17170856d355c839a5097586458, 'wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\css\\dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x412f8a2e465da8dda73b6c77b5d9d34f, 0x6d3f55eb861f011016bd504c9454af9cbfbf383dc3df8f8e6672efef2617ee56, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\paste\\plugin.js', 1, 0x00000000000000000000000000000000, 0xeb5ecbdece73d7b68b0c7bb0fbde8932, 0x8c1ac51158389f632b887888ceb70ca0e196f314ad14265767f19c606d86cbb4, '', 0, '?'),
(0xfca7fe1a876a9d7de7613f3edfd4a14f, 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\README.md', 1, 0x00000000000000000000000000000000, 0xa5ea5b4c0d40c6efe15a38e01b2dfc35, 0x229ac8ca39be7a213c77c99f9f589dfd1230ea26f2178e50302d98353d4024b3, '', 0, '?'),
(0xfcab498ca2cb50e4f1d6ce62765f2ccc, 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster-rtl.css', 1, 0x00000000000000000000000000000000, 0xaeec55e6436efe4ff174964c869065c8, 0x1a1de5433bb9aefee6ee3c2e1ee006d4ac6b3c3d490cbeb42bde6d289f903448, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20\\Ctx.php', 1, 0x00000000000000000000000000000000, 0xd771c374544a1a1546fd07d758b3d400, 0x8f811c079b66f329e569fbcc675527b70cfd4ff84d2c7d5c1bc48b98e9875123, '', 0, '?'),
(0xfcb8f052bb06d889e122bec3e0548a65, 'wp-content/plugins/elementor/core/utils/force-locale.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\force-locale.php', 1, 0x00000000000000000000000000000000, 0xc8a63365035a55b0445f20d29f4271e5, 0x7b93858780a033ace930a34cd75d0af7476c9f7bdc8b4780249db67c0e76e8de, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfcca305fdee157b4717cf6d52b262743, 'wp-content/plugins/elementor/assets/js/packages/twing/twing.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfcca8506f1ce1e95793ef9e94ada2e94, 'wp-includes/blocks/term-template/editor-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfb78864d14001a6163e264be58e3dc74, 0xfc8bbdf80307d949ad4d9c5462a7435340b5e8ab859779f9d56012bc129b8f36, '', 0, '?'),
(0xfcd25fdb69ff8246198fb87154462fe3, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xaf3caf3d47de45c25409dd75a2b56479, 0x60b5091559241fb164784e0f46a6c5e28c873138976662c15020c433ee6e348b, '', 0, '?'),
(0xfcddc9a8997a0a69fdc5b26c62f8b039, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginAbandoned.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xff08268e9ea7f22428172a855b1f1c11, 0xc0cdd1e94cbae72ccec504d8277f26f4f6e4e3a0be5736603161cc68d24eda25, '', 0, '?'),
(0xfcde49c4eb1b08d5cb96d39afe5786fb, 'wp-content/plugins/elementor/assets/shapes/pyramids.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\pyramids.svg', 1, 0x00000000000000000000000000000000, 0x6532c398bde63545ce44a98d3c1c9c57, 0xfe7f094015bf5ee2111e7cff546ac77655e827aa10c52cf7321747ac1d0bfc4d, '', 0, '?'),
(0xfcdea40be0b9e6c3286f7a419b51e688, 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-prop-parser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-prop-parser.php', 1, 0x00000000000000000000000000000000, 0x463b264150bb9f208c928f974b167308, 0xc71b96998159052ac7327049f3c520d89655fac68258b36a4706efd36461e1a3, '', 0, '?'),
(0xfce22c13d5fd2fc23071f0b11f9bd9bd, 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x37401bdd3c0be52435d666f674b8f30d, 0x170efa2610e01e88f9afcbd799f9d9b22ffd614e9f3c6013e994101e90ca3fec, '', 0, '?'),
(0xfcec70254c1961ebf0a32547f5ec4653, 'wp-content/plugins/elementor/modules/promotions/prop-types/promotion-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\prop-types\\promotion-prop-type.php', 1, 0x00000000000000000000000000000000, 0x2dcb7ac564d7a69d78d500bdc240bb4f, 0xd5e5144267162dcb40b06bcc493c91f20879371e33c0e20fcecbaf0562601565, '', 0, '?'),
(0xfcec94b5da4248193d08109eb9300d2e, 'wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-podcast.php', 1, 0x00000000000000000000000000000000, 0x67621073553835909bc6bb96f0b64114, 0x8374b535d644a98bc880aed513a15014a094460796cfd4db9b3582d926425d3a, '', 0, '?'),
(0xfcf061e13393023243476fec20ff159f, 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-offcanvas-content.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-offcanvas-content.min.js', 0, 0xd545a2df05c21e8722fa5151cd0c5e43, 0xd545a2df05c21e8722fa5151cd0c5e43, 0x2a995e9c4fffdd74fa7cd9fd865f396fa4faa54c90fac6bcaabbda3e4843645a, '', 0, '?'),
(0xfcf2b33650493986dadae1c0fd04c49a, 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x77fb74fbb83bedbc107ddf27c3451870, 0x5c1eb7bfe8f204226d9f73d2d5d7eb4c16b53ba9ff700182c2d04a295c786ec8, '', 0, '?'),
(0xfcf69f817a3f575c5b76e8bfd01a92f4, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Utils.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Utils.php', 1, 0x00000000000000000000000000000000, 0xc760b5b226cb8203e90cd4f49b0774e6, 0x5533f3b2e30b1b0cc61b6e2f72e95f99be4fcaceb2651ca85431168e9788ac61, '', 0, '?'),
(0xfcfb688288c0a6412d083f509f757e8f, 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor.css', 1, 0x00000000000000000000000000000000, 0x7de9a5e2f8fbf4a504614e76d22b8231, 0x1397eac019da954eb37c1ace2a71800e61ec4d15f2fa860b519ff0e6ea5f1edb, '', 0, '?'),
(0xfcfc112f8ef8ea5ba7bb2fd602bf5a1d, 'wp-includes/blocks/post-navigation-link/style-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a52c4287af44aa92c0fce7133e3fdf2, 0x47600930740b9caa199de6d2d484f43f53278fee24ef960aad9d3f7f2adb4ce0, '', 0, '?'),
(0xfd0200e2dcbb294973b939a15e22425b, 'wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon-120.png', 1, 0x00000000000000000000000000000000, 0x9746da8771d8f549ed048e947d9d782b, 0x75f5bd3cfec0fd01acbfdc9d57cad9d29f82a8a17a9b6fba420018557e61e448, '', 0, '?'),
(0xfd06d87528dbccaad9ad1113bc414462, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\reviews.php', 0, 0x63b8ff236dbe2b96a3231ab1c3dd66b8, 0x63b8ff236dbe2b96a3231ab1c3dd66b8, 0xc933defa2bcc44e39f62939a37b0b3d447664e7aa56cdde3be8a218642eb2bdd, '', 0, '?'),
(0xfd10630ca0789266f6f9b8a2f5de72ac, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\general.php', 0, 0xcb497b7ea961861102270c2c1a873502, 0xcb497b7ea961861102270c2c1a873502, 0xd8be95b4b756f775f3def7fa041097d380472e8ffdf70f5b0103b4bb358a6e95, '', 0, '?'),
(0xfd12faf31e6428717dc29ea42d33f75d, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkboxlist_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 1, 0x00000000000000000000000000000000, 0x44a4ee4aeee9dcbf061aee3c90068cf1, 0xa692787950aafeeda19dd9a170b2dda8038b0cb98442cc856611f61b501fc4eb, '', 0, '?'),
(0xfd13abefd38e2010066fa684201a0bf2, 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\current-page-trait.php', 1, 0x00000000000000000000000000000000, 0xbeffb474757121277f54dac21af40b39, 0x3b92441e626a43110a25ab4603c1d661aa6941bbb70d5717816410b8d016ba5a, '', 0, '?'),
(0xfd21283540048be01a94170e9b9130ca, 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.js', 1, 0x00000000000000000000000000000000, 0x6c707b4e491200d4b4134aae8856ed96, 0xd8ebf8e023c0a3b1daac564e94739cc94b330ff9b41ed4b8295a4fca500bdc38, '', 0, '?'),
(0xfd21937fbdfb05042e34b94de1968fb5, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-forward.css', 1, 0x00000000000000000000000000000000, 0xc465afbb35207d036ae3f50f911387d3, 0x7a5216edfb19b43e90834208f85edfe31152d576384715409a60882994631ed7, '', 0, '?'),
(0xfd250d9b67bea2e6f01c660a84b458cd, 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Actionbutton_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Actionbutton_Control.php', 1, 0x00000000000000000000000000000000, 0xdfd96b5d272546016c2c71d5a8900c7d, 0x26d19a038c4a80d2b329cf9da2df25b3b0926226a7d55d2765760ef44ce699a3, '', 0, '?'),
(0xfd265bd4d9ca23d06078331c6df7190f, 'wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\after-logs-sent.php', 1, 0x00000000000000000000000000000000, 0x0794489d2825d8c2596eb495371a2340, 0x0e09e702e923004a52d3f90ac31d7742a327ad91d45f7d9b7f3b88b5c1755c38, '', 0, '?'),
(0xfd29c181fc07dbd0a228471460c1a082, 'wp-content/plugins/powerpack-elements/assets/js/frontend-content-reveal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-content-reveal.js', 0, 0x8b53af5ed8ecc50af632407add9ad8d1, 0x8b53af5ed8ecc50af632407add9ad8d1, 0x6b7b2d8828af9a6bc5a9e5f1ed490f983c6db6dc09887cb111748f5f59646c6b, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xfd2d7e8503e9d2de5582fe029ae0c441, 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/route-permission-trait.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\route-permission-trait.php', 1, 0x00000000000000000000000000000000, 0x223760087216ec1ffffe97e36f39af65, 0x566b246f6523ed89eed2f2ee015eeabda0a1b19699ef59ede7a8b9d6b45ee044, '', 0, '?'),
(0xfd3210d7f2e577d31a3400d17cface1e, 'wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\delete-user.php', 0, 0xda4b8bf9f487cb6e92054f0b8964de1f, 0xda4b8bf9f487cb6e92054f0b8964de1f, 0xc7dd0d632ed324d089202a72b89a3c554301c634947e6c1e4f93b4fa977155b9, '', 0, '?'),
(0xfd32e5a3e702a9ea3d456ac298dd680a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\indexing-controls.php', 1, 0x00000000000000000000000000000000, 0x22ece54533c6622662039171a5eb0094, 0x31acbb38fd743b32d3217106dfd5ab332566217a766d4083cb98c41722e70e41, '', 0, '?'),
(0xfd351c4223034837686b31b2d91420b5, 'wp-content/plugins/instagram-feed/vendor/psr/container/src/ContainerInterface.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xb5e1b07780f31c10aab6df5939adddbc, 0xc52b9bb6d0db14a4b94f668db379f624d7c6370b5582b5061240e48768b3de71, '', 0, '?'),
(0xfd3fb1f4017f2a5d7a63f90b98d76e6b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/review-alert-preview.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\review-alert-preview.png', 1, 0x00000000000000000000000000000000, 0xbf387b017685d40f4e0fec2a12f0be93, 0x515be476fda2e9d93d344dbcc6b67945660bfcf1ef6a5db7404c41c37ead3266, '', 0, '?'),
(0xfd41f31845de34546d8998a1392fc06d, 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Customview_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Customview_Control.php', 1, 0x00000000000000000000000000000000, 0xfb2b82b3007178a1651fe29be896bbe7, 0xe569e944150fe33b30de4c057e6e18f01d101eac43944cdeb7dd88fe2abb3286, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wordpress\\plugin.js', 1, 0x00000000000000000000000000000000, 0x052af6c166fe4399779621ed372088c0, 0x544b206b4149cf1fef6a2107ac6931f864755115f97427c2dbf3efde8a104dca, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xfd4e78fb0be8df1f898490ace4fdd4db, 'wp-content/plugins/instagram-feed/inc/admin/class-install-skin.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-install-skin.php', 1, 0x00000000000000000000000000000000, 0x14c932a6a58c4e9a4a9f421cb8aeb82d, 0x969e457eab509f189ff1bf28cae6826db9e840d23997f538815ff5ed1b1faae2, '', 0, '?'),
(0xfd50f0de08be3afb8176b48dbf1b5177, 'wp-includes/blocks/list/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\block.json', 1, 0x00000000000000000000000000000000, 0xe656f9374e76155d8abc0a05ef1674e9, 0x27540136a23f9be3ec5ee9f10ae1ead976d13151dc19b7b5ef6d96a5c31af9aa, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x635fc6375e82ae612b5a112810dc4914, 0xf47ba0effa709331cb348e99c1685777b1d6147a027120adcc91ae5a723d57fc, '', 0, '?'),
(0xfd6443a1cb9fcb8032758d90f9ac7a6b, 'wp-content/plugins/elementor/elementor.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\elementor.php', 1, 0x00000000000000000000000000000000, 0x5323d4749ff3f152855ddd8f326aaf37, 0xea9756b58be2880dcce249a26cf94175b6f7ece72e853077c947172626ac1fd4, '', 0, '?'),
(0xfd6888a0031587517b0dab8edf8cda09, 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Mbstring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Mbstring.php', 1, 0x00000000000000000000000000000000, 0x21d9fc00102aed0eeaefc4c8d2602e57, 0x72ef4d899f3d4772ed9abacc8a85ab7db4803cae59f3be9d2000237de526c12f, '', 0, '?'),
(0xfd6c6127ea505f62976d0921abb7c470, 'wp-includes/blocks/audio/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x29845b8b98bc4af75b37be19b2db3e9f, 0x76dcbd5ab20f527d94e05ae6b166477c2d0f21549cb155f5bf730eb6776fbb34, '', 0, '?'),
(0xfd6d2afbdfbf145caf06614448a414aa, 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginRemoved.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0x8c92569f3140bbdeb503f9fcbfcdef9a, 0x1975ad3e86467e3631830f6aa29a42966493663f96e817e4a4521277e2f03ae0, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0xfd785d0aa5b5cade0060a3fabd5b7fa7, 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/oembed_features.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\oembed_features.php', 1, 0x00000000000000000000000000000000, 0xf0772e14cd561e23ccae7cae3ee8193f, 0xb2fc4f75db20f452639f263b4823e110cefa7140bd94a57e3706281605ac146f, '', 0, '?'),
(0xfd7cd22a84ac5e60aaf4dde73a5c58fb, 'wp-content/themes/twentytwentyfive/styles/05-twilight.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\05-twilight.json', 1, 0x00000000000000000000000000000000, 0xaabb64465d654ccf6224724bf9d4d36a, 0xd6f54b6cc30369e4572a3c587bb3e51d730ffd27c4cc4ad2f1215fe65b14c8aa, '', 0, '?'),
(0xfd888d96a107aba9c0a893f1f22f1abd, 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBTT_Elementor_Widget.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBTT_Elementor_Widget.php', 1, 0x00000000000000000000000000000000, 0xd27af2b027e064c339895d774371c691, 0xa59be8c78127c6436e2d8e4b6171257c5161955f91aa94cf79ff7a6edbf806fa, '', 0, '?'),
(0xfd8e80e220cce0990e3f963a46e23d76, 'wp-content/uploads/2026/01/thin_12856151.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\thin_12856151.svg', 0, 0x291759a914f9b3b81c80d74222c67567, 0x291759a914f9b3b81c80d74222c67567, 0x07bcece1d332e77618a759f127df3260a17f96c88594478a28dea4dbe497fe8a, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xfd98318915507d35353496e2713312fd, 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Signers/Hmac.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 1, 0x00000000000000000000000000000000, 0xdf7263a04c08a86c4f4fa3649e5a83ae, 0x9f90b1d211885e90ee83e1192a2a71cb962d688b633fc7a4eb8a466dcd6b226d, '', 0, '?'),
(0xfda14cc050263b027128ca179bf4be2b, 'wp-content/plugins/custom-facebook-feed/inc/CFF_Shortcode_Display.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Shortcode_Display.php', 1, 0x00000000000000000000000000000000, 0xb9d60acc7bc042ef2e28f814586d24ef, 0x018bb967586125559d26cfea9298bd21c7a40cda70e99832f60891a0ad2912dc, '', 0, '?'),
(0xfda39e024a5b5ecaa37c92eeec6ef12b, 'wp-content/plugins/elementor/assets/js/64b3c0850f66b46478fb.bundle.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\64b3c0850f66b46478fb.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x0f983dc74bb3624fd5668af4f268d1a8, 0xe55b6b928bec22759db65e4db1c6b7e582cc0afaa85565b60af64a36a7acac22, '', 0, '?'),
(0xfda6d6682e73342def81c69d59ccf6c9, 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\green-staircase.webp', 1, 0x00000000000000000000000000000000, 0x6093fb08de84bc26ca6043890556007f, 0xb70e292d52492fbee3a4f0919e4c4175d6bd90c0bdf38874dc372c54d880751b, '', 0, '?'),
(0xfda972fd2e2a3a44bafa4cb840019c7a, 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-300-normal.889beddda1c9bd9f.woff', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-300-normal.889beddda1c9bd9f.woff', 1, 0x00000000000000000000000000000000, 0xeb04ea6f480f6ceaa38e6ca13b127785, 0x0f3e7447e076227a59047d6f99a4025c558332cecd82de3b2029d7b8de7b0736, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0xacebdf362aff3dfe7b3947bc6b94afa2, 0x351419d07825fe9882921aa563215c32f5fa6b002420cf27547e9c48b6f6fadd, '', 0, '?'),
(0xfdaef51bac8ddca84aeb79a342931a4e, 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/collect-submissions-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\collect-submissions-action.php', 0, 0x274d4193f5612f856a3a48cd2a6c40ef, 0x274d4193f5612f856a3a48cd2a6c40ef, 0x1d401b4821501e30bb9f62b8e62ec28f664ce7e205ae05b318617a3978f50351, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\json2.min.js', 1, 0x00000000000000000000000000000000, 0xfaadb415b4c5843716a3b26ae652f3dd, 0x8345fc9f8772c929636be51551dadaf908978e5b0f79d31543cf87e53d21bfae, '', 0, '?'),
(0xfdb76223182141a1335856da3409e399, 'wp-includes/blocks/comments-pagination/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style.css', 1, 0x00000000000000000000000000000000, 0xb005af1311e8a5e80fa7159cf51e679a, 0xf468bcba7e9c27e7e2199b81382879b19af839992459c27bf476c2c3c5af297c, '', 0, '?'),
(0xfdb84b3dd73170bc242ed03c6ff23732, 'wp-content/plugins/elementor/assets/js/tabs-preview-handler.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-preview-handler.js', 1, 0x00000000000000000000000000000000, 0x4d3def9907483fe659352707ab6caa8c, 0x03ec3edb6fe4f60ff439721b0c7765cb05d590002bd4fa2c77a1dd93dc626ad1, '', 0, '?'),
(0xfdb9bac189f3869a59e87ed12093f426, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/license-learn-more.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\license-learn-more.php', 1, 0x00000000000000000000000000000000, 0xb2fdd6c329fe237711a78730035bd1c7, 0xea71d3da3d9125f777724d1d4d9749f97f6d8652b51c72093b99900140dee97d, '', 0, '?'),
(0xfdbb93ec508a202d37028be28c159649, 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\analysis-features\\enabled-analysis-features-repository.php', 1, 0x00000000000000000000000000000000, 0xf6bec2d1a885341b3b89fb5b4c8db2a1, 0x19e80d05c55b644902fa1d40cd1d4d2974d95bb0b25f8b9e7860de5c0c29466a, '', 0, '?'),
(0xfdbce7bd122399351ae68773d31b44f0, 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x956a5b2e64de44c49d3e48cd37394b8c, 0xab9a9b203baabc46acaf05027d0bcb52c5c016d9f0e85d78ad6516c51c44f296, '', 0, '?'),
(0xfdc06a042136ab19705fc77ea3147175, 'wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\cff-avatar.png', 1, 0x00000000000000000000000000000000, 0xd5d39afbd64f94fa93790db868a249cf, 0x7bbece84ce76a2952cf45487e31b21a46ba4b0d275eea1346a0bce2bd6dc5d10, '', 0, '?'),
(0xfdc07668117932cae625c2cb28b1bb29, 'wp-includes/blocks/code/theme.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0xfdc108dc5fdc4a9215ac9669d515cf7d, 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/utm-analytics.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\utm-analytics.php', 1, 0x00000000000000000000000000000000, 0x5ed7e05ca7d546b54af86eadf7189f6c, 0x3ef80cc3fec3fef5afc041a63567d76b0bb3d6006c3631d9cddeff2675aae1fb, '', 0, '?'),
(0xfdc690ab084fb17c418e37c23b6fed83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x85dd0c7b4189a6734eddfd661e12e8b7, 0xbefd2f6b0fc627ab8646e1c9791cdf99e1ca3b46e540c71224167064737ab4fc, '', 0, '?'),
(0xfdc917efe407075fdb2dcb00ebd08f28, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tripadvisor-provider.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tripadvisor-provider.svg', 1, 0x00000000000000000000000000000000, 0x5f7e930d808547f93c5ceeddb3420350, 0x06c9dd9d247d32eb60f9114a0fa9422690ee0d1c4d8ad7334cb2d3386af36e86, '', 0, '?'),
(0xfdc9da217c4d081e07576ba1f27072b3, 'wp-includes/blocks/query/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa34d10bb47c247aff73a04281b5e0dde, 0x604d9afcd83bee0092c2bcab5bb6a3f119907487d10ab384cbb3096ab96c09e8, '', 0, '?'),
(0xfdcc56d207f80e2ccd6763b6f5c579e9, 'wp-content/plugins/backup-backup/admin/images/nut-small.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-small.png', 1, 0x00000000000000000000000000000000, 0x2d91bd71ea6b6caef1568f3645a1e485, 0x1d6288442fc6d37824ecb961f194588d4addc29fe8eedcac339645f4119e75f2, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0xfdd1670e149ee1ee9194d78b641f14c5, 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/premium.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\premium.php', 1, 0x00000000000000000000000000000000, 0xa9db039733b0a7f1677460dd4f339033, 0xc66fae2fcb3f11385f6af5ade565147b0bf6bfc5459c62ea02cecfba343f7f55, '', 0, '?'),
(0xfdd19048360df476f3ddd24638f7de29, 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/content-suggestion-list.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\content-suggestion-list.php', 1, 0x00000000000000000000000000000000, 0x114057f91ec494bd350329617488ba0a, 0x87cd785b4e1d3577507827a301316731bd21880c1c62e883113970e297dbb033, '', 0, '?'),
(0xfdd2e04960c65e516275ffa118b9c895, 'wp-content/themes/astra/inc/customizer/customizer-controls.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\customizer-controls.php', 1, 0x00000000000000000000000000000000, 0x6924c73e233f61bea538d786aead4fcb, 0xe823ceb52c29eb0f33e3eae21c6b2bde747d40bf03d92ece8ad57dcd46f5221e, '', 0, '?'),
(0xfdd33cf572233c571e3fc90a5249ef2b, 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/NotCallableException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 1, 0x00000000000000000000000000000000, 0xcb4b28cb7c0acb1bdf220b1e863d6e21, 0x4a318ce6abcd1a18bdeb93cec3424de544fb31216ee0bf1ee34ddbfdcdcf3e40, '', 0, '?'),
(0xfdd437d45dece3a7d65ff7fbd254f0c5, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/extensions-popup.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\extensions-popup.php', 1, 0x00000000000000000000000000000000, 0xc55d260b0e03d7aba0068b1675ea6086, 0xbce2fd74235b48f49efe0e0cc3bd39e252dd1793b992d2acf0eb3829f3abe33a, '', 0, '?'),
(0xfde7ffc34476c1b02bf7fda8fbcb7532, 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/seo-score-groups/seo-score-groups-repository.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\seo-score-groups\\seo-score-groups-repository.php', 1, 0x00000000000000000000000000000000, 0xa674fa818bf9389ea20348d342c64ba4, 0x67ae95e5a7c8bdbda1c2c87c167f44a496f335f9cc2de87d7d0bdc70a40beaac, '', 0, '?'),
(0xfdec073ad413e24ac3fb14e5d660d57a, 'wp-content/plugins/reviews-feed/class/Common/FeedCacheUpdater.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedCacheUpdater.php', 1, 0x00000000000000000000000000000000, 0x8216dc58ae884362ae264004a8ce7228, 0x7c3af83583c2e98b9f381b6fc35f37664f02c1e9ac4b365b6c7e41cbe6a2ec07, '', 0, '?'),
(0xfdf478ad51f47dd9000acd7c57865784, 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\deactivate-conflicting-plugins-action.php', 1, 0x00000000000000000000000000000000, 0xe7d85d4570edcbcdd00c4f2d4ebeb670, 0x3278c7982ff299610cf65244be081caffb827a3dc868990f80b5fa178e7b059a, '', 0, '?'),
(0xfdf8330139f6c3d9a671631187de9e8c, 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.min.js', 1, 0x00000000000000000000000000000000, 0x1901f9cc5f56863cbf51705305c46c43, 0x2a7790d31075ef878b59385722b7f111c555e76d9a4ec74c8aa2ab0d05fc5cab, '', 0, '?'),
(0xfdfb762c6b5bbf2e960dcaeaa2cf7068, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-button-portal.js', 0, 0x66b47cfbe4c80a4946c5e1e5faa2c757, 0x66b47cfbe4c80a4946c5e1e5faa2c757, 0xecba269411b9693b3bc8faa327c9138c8374f017e033eb3ae441c91813bf5290, '', 0, '?'),
(0xfdff3bd3cac842f171f9111f5ff23457, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item-has-position.php', 1, 0x00000000000000000000000000000000, 0xc0c1bf69973c9a55e7141f59c72915bd, 0xc425bd5dfb35c9c47c75b029a9b655b9efb318491dfa559e960347661d51e310, '', 0, '?'),
(0xfe025835d886f8f963e3689e83bfaadd, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0x08c4e7aa487bfc2646971494b57fbb16, 0xeca5b7e4f2400ba60afe7c4fa5f62241427b4cb5f03b4a520af0abd3c4552d9d, '', 0, '?'),
(0xfe04a0bdf2ad99f36684a9353737fb6b, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/youtube.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\youtube.svg', 1, 0x00000000000000000000000000000000, 0x45044d83df7c8b0d10941c9e2a178173, 0x0c731cfe0abb7ba526d629d322b7e6a223951967dfd43fa7ae68047836d340ce, '', 0, '?'),
(0xfe069812291844bf0fedc893374a1dc7, 'wp-content/plugins/elementor/modules/design-system-sync/classes/classes-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\classes-provider.php', 1, 0x00000000000000000000000000000000, 0x9821bd5584793de0e39bb536895cebfc, 0xab31201efa3ac213ef7fa77f00447b393a6001570ee487671083043ffffe9951, '', 0, '?'),
(0xfe0951f5babae137b5901a7a39602d81, 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\webpack-pro.runtime.min.js', 0, 0xb9cd9d3f63593cb888bba6763bc27c6c, 0xb9cd9d3f63593cb888bba6763bc27c6c, 0x8a978fc48ddb4e81c0f4977e3b042ded878c068408d4c0781e961796732d369b, '', 0, '?'),
(0xfe0c771c6e3d8f1a485175b9c07ef62f, 'wp-content/plugins/backup-backup/admin/images/alert_warning-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_warning-min.png', 1, 0x00000000000000000000000000000000, 0xb5b6791620cb9fe4b3ad4006ce69b6d8, 0x97e1d3d9e99cd865e55f8ed11d6cc0a69088d954a79f9584f7157f7c9ebf2105, '', 0, '?'),
(0xfe0d9af0596183dc060490d49294a220, 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\StatusUnknown.php', 1, 0x00000000000000000000000000000000, 0x8c4d25bb7da4d2857028f2a6dcec0cc3, 0x39c0705e6edafa23f2faf2550e42f38b54adfd6178493805d8ab649ea0cb9c43, '', 0, '?'),
(0xfe150a771b45a1ec9dc7ebf94cc32d8e, 'wp-content/themes/astra/admin/assets/build/dashboard-app.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.css', 1, 0x00000000000000000000000000000000, 0xd1a4c6bf634870cbcdd5bee15ad23129, 0xc30b4ac8e2de0bf7d54c4fe383e22a4c3aaa5ed38e23e356a9bac7fa14d63fe2, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x1240bd0a3deea3af93504a8816e86a4c, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0xfe20a3a16d85bcf89e5a14b2f5e492af, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\tag.php', 0, 0x3aa143bbdeb8ed472f1cbf197d3406e3, 0x3aa143bbdeb8ed472f1cbf197d3406e3, 0xba993d9343380ced6aecc4fb07b62dbe6122545e930381f74f3f9e0b0c600ccf, '', 0, '?'),
(0xfe2c3d3c1f32e2453b3fb574a809b530, 'wp-includes/Requests/src/HookManager.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\HookManager.php', 1, 0x00000000000000000000000000000000, 0x3ba89520847dd48b1e81a5fef89d0133, 0xb0d63135ffa7353f7a84e5b1c7c773db8da10f1590d970b9cc6239fde0640bdb, '', 0, '?'),
(0xfe2f650a9513ac6f05863f7d6d89624b, 'wp-includes/blocks/page-list/editor-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x78edeb74f8833fc825b4591e87abd67b, 0xa5d781eb7d703a1742ff111e20484a14dc575f8d895432b184da5e020f2dee50, '', 0, '?'),
(0xfe361eb3c4b4bd216fbf162997c09848, 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_New_Providers_Manager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_New_Providers_Manager.php', 1, 0x00000000000000000000000000000000, 0x1e737bc0b0737be212748152f7925cc8, 0x4ba17fd94e659014f85a5d134cef462d4ffe97b571bf02c03101b6ffa038d8d2, '', 0, '?');
INSERT INTO `wp_393a933460_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfe375e07d067839610845079b24b79bc, 'wp-content/plugins/elementor/core/experiments/wp-cli.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\wp-cli.php', 1, 0x00000000000000000000000000000000, 0xe41e7d74d8fd215f955750c98adb3464, 0x7a32d8f92a8d3369f5e027376367e01f2a18b186e4dfcf1dcf43d2bdb9ea35f7, '', 0, '?'),
(0xfe39103eda84b051243b12a9d6c155be, 'wp-content/plugins/elementor/assets/images/logo-platform.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-platform.svg', 1, 0x00000000000000000000000000000000, 0x4331cebba9d9dd952e49c7605f4f1dba, 0x28c7516ac938cf696aceb033e7587d6129ec7b9ec4629dc013812460e9d7cc93, '', 0, '?'),
(0xfe395c3ac990e5db8033c7445fbde329, 'wp-content/plugins/elementor/modules/atomic-widgets/query/query-builder-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\query-builder-base.php', 1, 0x00000000000000000000000000000000, 0xbf3f36b2a0ec4d4c0ec9e71cf2a32c2c, 0xc876ff077dba14175998f44bd6b73cf1caaed929eac83273f81c38a1db949344, '', 0, '?'),
(0xfe3f3a48f5a968c30142cd1c378f1b04, 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-add-to-cart.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-add-to-cart.php', 0, 0x941391fa7e2db553ac1777d53dd19fca, 0x941391fa7e2db553ac1777d53dd19fca, 0xbcdca520bfbc5dd13174872d19e0a60f9293e28955ffb7eb0d23fd07ee975d0d, '', 0, '?'),
(0xfe3fba748b0921a94832e440236f9143, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/InlinePrint.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\InlinePrint.php', 1, 0x00000000000000000000000000000000, 0x93b55e471038602671db2c4d84daad4a, 0x448caeebda31381d9a0b734fd376b42923d43f446ad9272166ae7eb8721f8a0a, '', 0, '?'),
(0xfe430c6b58ddbae44778ee31338cbbbc, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/person-schema-enhancer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\person-schema-enhancer.php', 1, 0x00000000000000000000000000000000, 0x922a6fe69d0e5103d5ce182aea1c3b30, 0x85f00c6d66b3fa1fdc28e184393e9d408c74d93f05767d3173c63443345c7a88, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0fa9b8dc298ebe902aa546a53d9d4d41, 0x28599f04d8680367c145e7cda9009ab3d8ba52da7fbb1b0467729d985392672b, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xc269ddc286ba7c430111d9f4f1ede05b, 0x455af2484117fc5156d62ff8a312642eb46795f812799d0347fca0561ae3429f, '', 0, '?'),
(0xfe4b58d980ddf008ef05ebaa32237ad3, 'wp-includes/blocks/comments-title/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor.css', 1, 0x00000000000000000000000000000000, 0x5f9f65e3fe1b1efad647a6416cc4d309, 0x19c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab, '', 0, '?'),
(0xfe4c896f411d379ff1ff650c06760914, 'wp-includes/blocks/loginout.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout.php', 1, 0x00000000000000000000000000000000, 0x98ba2c9a09c0c109c9fa3d5c9e2022d8, 0xbe7274da02db79f23728a6e96ef45b5a12710500f19df17262b2bf167e57dfdf, '', 0, '?'),
(0xfe5e250d3b04efb820b0749c8e4f56a9, 'wp-content/plugins/elementor/modules/components/transformers/override-transformer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\override-transformer.php', 1, 0x00000000000000000000000000000000, 0x172be553aaaf0ee3cedad609121e808d, 0xb15557458a20c8d09cc30bf77252df215e9f58ba3ac944b171f12a47dd5c1b4f, '', 0, '?'),
(0xfe604807d00632bfd73ccfbc7c06a12b, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-v3-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-v3-prop-type.php', 1, 0x00000000000000000000000000000000, 0x49b527f96a1874ecf62e970253b46fab, 0x4c6142c6fbe619ac615d5b753d4a250ff4583cede747d98daca8b7b452c8cd14, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\list-table.php', 1, 0x00000000000000000000000000000000, 0xa4cd79dda37a9800c6c1709c6f0c7209, 0xd6b8c30b27de14154b12603abce610a624f2d7efd824629ca27d24279e329710, '', 0, '?'),
(0xfe65b2d01c0a6187b65db81ff8a5e146, 'wp-content/plugins/instagram-feed/assets/svgs/text.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\text.svg', 1, 0x00000000000000000000000000000000, 0x154062f9ae6e88d59d9b3ae048b3f8bf, 0x0a530db2b2ec739d53447f689db3127d6a51aa0d02ff8f32725d012e0ad2f80a, '', 0, '?'),
(0xfe6652365fe6ec30d32fdb732b324315, 'wp-content/plugins/custom-twitter-feeds/admin/Traits/CTF_Settings.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\Traits\\CTF_Settings.php', 1, 0x00000000000000000000000000000000, 0x3bdd45e4d27a752f9d4914eabb216bf8, 0xae33018b646b1e75eb3dcd2949de33c37fc88e200e0eaf09affbe6aaa79721aa, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview.css', 1, 0x00000000000000000000000000000000, 0x31696760a8c26ff981a6d38fd9b7313e, 0x9f153e6b64559f869cdaf785b3a789e73d4052b5fb150fe70da589e4cbf93bda, '', 0, '?'),
(0xfe6764d9b885e48160f636cc0f4fc337, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\CancellationException.php', 1, 0x00000000000000000000000000000000, 0xb801e34a91be3002613a86b841a1bc5a, 0xaef3104d3af0509eefd4ab48af3402cee31a4eb1d64030955ca379693f5e75f2, '', 0, '?'),
(0xfe70eee9168e9d00d17f01c1ec7bc996, 'wp-content/plugins/elementor/modules/variables/storage/exceptions/variables-limit-reached.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\variables-limit-reached.php', 1, 0x00000000000000000000000000000000, 0x95d8a7eab493766eb063ee6f19c35ec8, 0x3e3e6b2407a92d028be6ad61a08542722e58972fd1a451561b2b0b378c11a56f, '', 0, '?'),
(0xfe792e187bfc754adfa035fd5b901a2e, 'wp-includes/blocks/more/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x0254d3783ab22cf2dcfc1dd221d26660, 0x21833b94d64b51200ccabf27c736980532775fabf30333be52fc952ed4b828bb, '', 0, '?'),
(0xfe79e43b99ec386b5478d48ba2c01644, 'wp-content/plugins/instagram-feed/assets/svgs/facebookShare.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\facebookShare.svg', 1, 0x00000000000000000000000000000000, 0xc8f83e210b35751ac879f0fc4e22744a, 0xf83ce4c30ba24d05271716a119aa177dee95cd19397cddd81fa2bf8c96a91fab, '', 0, '?'),
(0xfe7d80e641a9ee35ed205007d486cef4, 'wp-includes/blocks/gallery/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x306a9c629f6bcdfc5ade4d94b78ebb92, 0xeb6f4d60cafac09130782c4fc2807304e941fd709697478d07353e1a52a31207, '', 0, '?'),
(0xfe7ec6c67a584657ac56979d20192d87, 'wp-content/plugins/elementor/core/common/modules/finder/template.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\template.php', 1, 0x00000000000000000000000000000000, 0x47631d19f473d3c53e845cd01f271767, 0x2cb4c8249b9ffbf7085171947b70b32148ddb0f42f2f45e891a03f803f169c9e, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\footer.php', 1, 0x00000000000000000000000000000000, 0xe85e58b5b0f4e9b77ba8e4aae951b833, 0x936e749bceffbf8732aa169fa72e20af7c3f3c9792076d665945f5f4857e8449, '', 0, '?'),
(0xfe96318aa3cad14c11ecff2b69e7c7b4, 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-single-album.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-single-album.png', 1, 0x00000000000000000000000000000000, 0xfcf46c0d492fe748cb5ebefb70bc655c, 0x0ecfff8dcfef811131fc98301cceb4daaa8bd7e18b8876b73a77313bec49e6bc, '', 0, '?'),
(0xfea489844b4a56c3597f8fee125b5d0e, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-watcher.php', 1, 0x00000000000000000000000000000000, 0x86426c7c9411e6ba2ccce48885c3907f, 0x20b2795d4893f63c8e3ab62bdb9f9f15f9aaf4d72c0171da4c0b1c8620ee5585, '', 0, '?'),
(0xfeac139cd9118295871c1c93448514a3, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\category-term-description.php', 1, 0x00000000000000000000000000000000, 0xa5152a55873e1efee0b6050e4ed8548a, 0x5d19d233def73ad8e43ff5214687e35f6d7fab34f257dad61306e7bbcf9f105b, '', 0, '?'),
(0xfeac5541afd379c7bda8c186baaa5f2d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20230417083836_AddInclusiveLanguageScore.php', 1, 0x00000000000000000000000000000000, 0xf29ddcaaaaa454f6e1074cc37dec1f61, 0x15d8c22bfeca2c1d8995e8adddb23334bf5f1f721c6b5ba32da3b8576ed4a1d2, '', 0, '?'),
(0xfeaed91d8d8015dc3d89f1a818e59424, 'wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\ajax-handler.php', 0, 0xdb79f93774b3b7719f85d63b07f70e5a, 0xdb79f93774b3b7719f85d63b07f70e5a, 0x8f591d2ec474c2974cbed0a9d43e4d03638a3c6d42dfc090e3ed0d0f67ec035b, '', 0, '?'),
(0xfeb19e5850d7d79e62363bc2e9fc6de5, 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfeb5131bcaa19c75081c95f74c33e33e, 'wp-includes/abilities-api.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api.php', 1, 0x00000000000000000000000000000000, 0x7601c576bbf1206ca26472cf533c8279, 0x6d520c0f30f6038532fd9bcaad42ee6a2fa8c2099dd5d4707e5a9c807e0e2a9b, '', 0, '?'),
(0xfeb580bb4723358192df91b5fbdc7abd, 'wp-content/plugins/elementor/modules/styleguide/module.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\styleguide\\module.php', 1, 0x00000000000000000000000000000000, 0x6e8ffe6682d045ea92bea351d7eb59ad, 0x6e72c9ec44b6022be3da9a767ae573fdd178546b1bae2c9234f9831319298115, '', 0, '?'),
(0xfeb978be3587bff28b746ea730003200, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\data-provider.php', 0, 0x8e6a13e30f0cfca3b5352f6ee785db42, 0x8e6a13e30f0cfca3b5352f6ee785db42, 0xf7d057343d2d922784091ca3992077c32b8ea15b70347b65a99b4ea55e1a57ef, '', 0, '?'),
(0xfebba3b956ab9f30ef5e6c3fb3249637, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-data.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\available-posts-data.php', 1, 0x00000000000000000000000000000000, 0x869a20bad3fb913bf55b1e0819907ff3, 0x58d485d465b7c84401269e4cce514056f3ecf6930f9418b0c60ba45f467f5d57, '', 0, '?'),
(0xfec486ed2dde9a965a9d9716ab360839, 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository-factory.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository-factory.php', 1, 0x00000000000000000000000000000000, 0x34824c4d2fcec839f96e376b47ea6533, 0x46ca7c21785c9b4f7597de22b39e5ee494a9abbcee9bb2c01d82401d279f2f45, '', 0, '?'),
(0xfec7a0136cdf7d36f9856813d49ade8d, 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\site-origin.min.css', 1, 0x00000000000000000000000000000000, 0x71cd2abfa3d8009c94d90b99e9bc7417, 0x98302a759b413bf925733023cb8d3f444af468994dd85f56c32b8bad8f08064c, '', 0, '?'),
(0xfec872417cc68beef8c464834feca8b0, 'wp-includes/blocks/image/theme-rtl.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0xfecb5f4f2631ca2363f2dff0589d910f, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\styles-renderer.php', 1, 0x00000000000000000000000000000000, 0xc6373da39cd508dc8270e8de7fd0c6c7, 0xe81ef7626511826ba07aaad85f63e43fd3d9b81371bdc59d09ae67357ea45ced, '', 0, '?'),
(0xfed08af8c0cd11b72d275281cd3e03c8, 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x2fc375662d14b3aa113ad52b107ba736, 0xf45bd53ef950725679b961841d133dc506a8dd311acde7c35729fa5d78d3edec, '', 0, '?'),
(0xfed3cd656a739134abbdd0644acfffa1, 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-sitemap.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-sitemap.php', 0, 0x959e820df24f8984c7772fc2d2d55d8c, 0x959e820df24f8984c7772fc2d2d55d8c, 0xf59c2b4ac6bda87e23461cb1ebda1d1df3844e0748ac4da0178d6dca4b68011e, '', 0, '?'),
(0xfed7ee751854c3a37c81268258865279, 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 1, 0x00000000000000000000000000000000, 0x924e1bb0397bf03a785ab326ba99805e, 0x2d8dbb745c541fe824841e93bef8ca82d179def853d9dd01c1f208c400ce4f2d, '', 0, '?'),
(0xfeda67df863240ac8651bf2b37783797, 'wp-content/plugins/feeds-for-tiktok/inc/Common/Feed.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Feed.php', 1, 0x00000000000000000000000000000000, 0x6d06b4928d4d3f08957f36519ce77a11, 0x8438b54a653e980023b8fe8542f5417a6bd5e0ed49155133563558c2863c7976, '', 0, '?'),
(0xfedbcf43bc09e89debde7d289fb5d164, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IntegerParser.php', 1, 0x00000000000000000000000000000000, 0x9285f4fb4faf75bcd790875d602b027b, 0x02aeff54e7d677416bdacd50dba88f4627dc369c567ef69a77731912f37094ca, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\rss-functions.php', 1, 0x00000000000000000000000000000000, 0x207872fe36ef32be278c5d9f65e06c23, 0xe47e5ec98e160b66177d6efa8dde4268fd0ede693d46980a8309b8d05ee92c14, '', 0, '?'),
(0xfee266080fd8576199f86d206daeca61, 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Switcher_Control.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 1, 0x00000000000000000000000000000000, 0x194eea26efa1a620980713fa5dbfa838, 0xadbd6f772457a9768cb53d33f5d857332272834b0d532e89086eb5a21065a854, '', 0, '?'),
(0xfee82f98c83c241451dd2a7cb6fb42e2, 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-mi.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x8a5c9689ae636c452b6808740ba04136, 0x890530bc8c30d6e501bd392112743bf18cd996eee5dfa918effc03f99d646522, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Poly1305.php', 1, 0x00000000000000000000000000000000, 0xf605f01da9a53859b080d98185b2c86b, 0x370e35ff481dcb1b7c4022b3d5de9681a2cf9b51fce47ba2b165e9fa915fcb6c, '', 0, '?'),
(0xfef0349be07c7e5d3065c71d23eee636, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Medium.woff2', 1, 0x00000000000000000000000000000000, 0xfaac648f47808006216ab54338a4b42c, 0x8e5112aab41a6fa811f12dd281074c7d92d2a5168a4eeb549197749c16912f1e, '', 0, '?'),
(0xfef1c68ec07bb994ec2ef29459266f75, 'wp-content/plugins/elementor-pro/modules/popup/editor-one-menu-items/editor-one-popups-menu-item.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\editor-one-menu-items\\editor-one-popups-menu-item.php', 0, 0x83842ac99705289e2b2c26aa3e97eb09, 0x83842ac99705289e2b2c26aa3e97eb09, 0xa5e0cfbe0cc341ebd92fe1481ab2b3259c70b880eb85f20660bce377849fa2fc, '', 0, '?'),
(0xfef84ff9e2bd8ef1004d080110314959, 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-width.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-width.php', 1, 0x00000000000000000000000000000000, 0x05cb33acc40bd176d9d3135bffc37bdb, 0x8297af7b7dd8f0a7619b6ff68d251a63fdbac97b2926bbe901a081e141cf165a, '', 0, '?'),
(0xfef995814a1f0b2014dad05f702df014, 'wp-content/plugins/backup-backup/admin/images/logo-min.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo-min.png', 1, 0x00000000000000000000000000000000, 0xb14184c4817c9531e21120a16259141a, 0xb212a1c0b937a81e2086b730807e817f1568551efa95719364c56d29da5182ab, '', 0, '?'),
(0xfef9c7e1e88435e8819c9e17b5238209, 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/left-badge.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\left-badge.php', 0, 0x0b7d837380971a4431af7c9504e65746, 0x0b7d837380971a4431af7c9504e65746, 0x1dbe289ae8a1f94339b8e5b17fc67a47adf97c1748724ac848c8217290771b91, '', 0, '?'),
(0xff0d53e1774d5749ed72fec3ab93aace, 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\menu\\class-astra-footer-menu-component.php', 1, 0x00000000000000000000000000000000, 0xdf35f8551637a9784c7e54c9e560d694, 0x7d8cc20c5cce16119beaea5d648e357244d0935e5a16092222fce8cb517967b7, '', 0, '?'),
(0xff12649ea9622f0fe5f91ca619a0ea63, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.min.js', 0, 0x5fa2c407d4e6dcc681a1993f2de8419d, 0x5fa2c407d4e6dcc681a1993f2de8419d, 0xa6bc8151357e09b39bfcb8b02acb4389eb36fef3e9514c1a95bcbda486967135, '', 0, '?'),
(0xff1304de50786cbc7a33de00e59c8816, 'wp-content/themes/go/partials/layouts/about.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\about.php', 1, 0x00000000000000000000000000000000, 0x3258ac0fa3215639540ede90f0a8e84f, 0xaf192aea44c7f39d4c23bbdadd21ef3325a70299b105311721dd43361764be6b, '', 0, '?'),
(0xff1daf166d3bc2db9bae1159a0b04075, 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/invalid-post-type-exception.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\invalid-post-type-exception.php', 1, 0x00000000000000000000000000000000, 0xead7c3130f77e7b8521e4d144cdf42f9, 0xb537cbb1b3e526eaf8279706e8baee9a9eb2eddc44cc838d4ebce443cfe54dbb, '', 0, '?'),
(0xff2255d5021908467e4202872ee8dc53, 'wp-includes/blocks/video/editor.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor.min.css', 1, 0x00000000000000000000000000000000, 0x3cf0df5acfc37c852395aaf725a27fe5, 0x08f69d0bc0e2e5ff9d739129c1b4365317f74d5cfbed2d5038acff1af72fd330, '', 0, '?'),
(0xff2bee8c596c1127e9d5345c476d1d7b, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Node\\LeaveProfileNode.php', 1, 0x00000000000000000000000000000000, 0x5cc40891620c6ad7161814ab3215b440, 0xe7c95cd3fa88ba4d5dd761e4d9f5502241d62db408babf15ac72c8db48034dfb, '', 0, '?'),
(0xff2e9411619d0933ec4a5a5227c98f24, 'wp-content/plugins/elementor-pro/assets/js/app.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\app.min.js', 0, 0x795fa8b83dd1026d074b65043a2d3ae3, 0x795fa8b83dd1026d074b65043a2d3ae3, 0x6882cc250cb5cf1b1649a5017fead8c553c90ca11de089c7f65f0251f56bd22e, '', 0, '?'),
(0xff372c848aec01382ad47a37d0cceb49, 'wp-content/plugins/instagram-feed/admin/assets/css/settings.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\settings.css', 1, 0x00000000000000000000000000000000, 0x6afd57dfb141651c458011372989cd9d, 0x336340b0f7f2718240c135349403f835cd024992cca9ff5f0903c46fe4b213d9, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0xff41517761fcf9cbf2c292da9bcc8fdc, 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Saver.php', 1, 0x00000000000000000000000000000000, 0x27fcdb8647cfffb2a3afed65a4bbcfde, 0x68371c32339ea25a8099c0d77bece2e5d6ce10a5037000c7df225e9dbbbef5c6, '', 0, '?'),
(0xff41faa36119874bd46ff983f4af2b4f, 'wp-includes/blocks/post-author.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author.php', 1, 0x00000000000000000000000000000000, 0x461330e180cd771070ea2c6a417783d9, 0x7b6a394cc60fd0093481aec76b497487924b22e9a81532c17803aed490fc90e7, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x5f8721c521663fc5b095d15b613f4937, 0xaa137694b482397cdb4a342a6f3df6a862ca84f84f458ebf4e27989b8c028567, '', 0, '?'),
(0xff4980eefd8819ddf5c38a4ec0de3c8f, 'wp-content/plugins/custom-facebook-feed/admin/assets/img/stars.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\stars.svg', 1, 0x00000000000000000000000000000000, 0x42902fb3c6fdf6b1791af7cd80291c7d, 0x07fcb1b28738ff529115280d3d38e594b1c12cd43dbc947513cbf0934237bec0, '', 0, '?'),
(0xff4b9ada03ef967962bcd682b9d891ef, 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/install.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\install.php', 1, 0x00000000000000000000000000000000, 0x7499f56b1f762b1897b5c75a559d096b, 0x213faa521841e6361171102ff9fb5ead67fe12a5ce7e39e366bd3e5628334367, '', 0, '?'),
(0xff4bc06bc65d74e9002632e85ee24c3d, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/README.md', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 1, 0x00000000000000000000000000000000, 0x5b07b105d1bd62a4e1a1258d159816fb, 0xa3a3a586555fcd82a52d9495ce3a92fc4f3d9423debb3e0a7ad911b5bd582361, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xafbaec35e6a20d1c060da2c173ed20eb, 0x08a66cf12dba0637bb86cf450ff0c9cae3a1fad8471a4d9cd8de553f7fde213f, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xe2838ea677d36c7f0504b90018bc7041, 0xd32bc4c6312cde332d844f45541c0b6f9ed61164cdd9c39bd59a63e53fee3caa, '', 0, '?'),
(0xff517208d04f138b413ad8c989866d92, 'wp-content/themes/twentytwentyfour/patterns/hidden-posts-heading.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-posts-heading.php', 1, 0x00000000000000000000000000000000, 0xa35eccde8682f299e8f6ee59ababab47, 0x7c974ee0a57149f7e8dfefd6b31c43dae5fcca54fece3011a7410f1bdf858ed8, '', 0, '?'),
(0xff5b75108affab97299e155336147994, 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 1, 0x00000000000000000000000000000000, 0x8ec6de003ede93f1a022e7b3681fa522, 0xd018a1f7655382b76dbbc380943a875df452784b2ec9b6276d9f38ba1fb7e84e, '', 0, '?'),
(0xff6029a0989bb59a8a714ecc0b77203b, 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.strings.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.strings.js', 1, 0x00000000000000000000000000000000, 0xdb74e177d7c700d322797e9cd8fceb46, 0x0a5a10485bf038526ff60b143079a83c9fb84b3ef693c9cc99e2a30850c9ffc1, '', 0, '?'),
(0xff61322d811825dfc05d0c7c306c4abb, 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts.php', 1, 0x00000000000000000000000000000000, 0x50d854cf730791906da1a84dfcc2a133, 0x0cd2945c5e5563a1ef2b932bbc30089b3f9bc8cc5e87bfb4d71da6b22550ea76, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_files.php', 1, 0x00000000000000000000000000000000, 0x9adb9fa934301e6d66c6d25e0d91a05a, 0x5082f126057834ea69b6a373e9d570c2cce36ecd30e908e28a4c50f6af9e4b47, '', 0, '?'),
(0xff6be6abdc282f052f520d7f489c7e82, 'wp-content/plugins/elementor/assets/css/common.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common.min.css', 1, 0x00000000000000000000000000000000, 0xb88e5518f5b99838fd04143030bab43e, 0xdd79f9b5fdd395c6c60645a7b02437ee9fd85de68f61c73ff9c09299f2efcc8d, '', 0, '?'),
(0xff7bae51770fec12883a092af6c07306, 'wp-includes/blocks/details/block.json', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\block.json', 1, 0x00000000000000000000000000000000, 0xe308b4a1c7751bc3e5c06cd443c67903, 0xf22efead0304a3b670725b6753a143c36493e4f6b1b0435e0def6cb2407f92b7, '', 0, '?'),
(0xff7e08cac04da2d69548ce4c357bf5c2, 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 1, 0x00000000000000000000000000000000, 0x7fd265b0d784b7ca0d8788055bdc2a35, 0x051c9c1c3e9293435683296ae5a8e97195919361757c6144d0540dd4c6b9b070, '', 0, '?'),
(0xff8314bb685092f904ab74254109625c, 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor.css', 1, 0x00000000000000000000000000000000, 0x75c8c034649ac57b17dd5bac47343186, 0x7012852984fccdebb7bd3ca309f599d66a0ffc9e0179eb116ff71dde0435067c, '', 0, '?'),
(0xff8e508b1bc46d0dfd3a19ac845bf89d, 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/singlereview-template.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\singlereview-template.svg', 1, 0x00000000000000000000000000000000, 0xd481a1ce3657df68f861fb0169894cbd, 0x001fdbf85fcd132220cae71b30a97a82d7ec3ad44e09be17b8ae0762a93b1381, '', 0, '?'),
(0xff8e770df57a0ce09b543c026b97b890, 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-blocks.asset.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-blocks.asset.php', 1, 0x00000000000000000000000000000000, 0x5f07ff365933a640a0ad03389092ee0f, 0xbb30dc48dd3c152f3ca73866051be57588f4907c9d50a9368c33eb9c778127c1, '', 0, '?'),
(0xff8eed6a7015fb05afb3849de2d0b427, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/builder.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\builder.js', 1, 0x00000000000000000000000000000000, 0x14436eca3596f44e8130b2736223db42, 0x7ad217bde68aead958bfa4480b4d8e6bba497b88cb922acbee04c701eff94cd9, '', 0, '?'),
(0xff91f21a5545eb58e8c2257d6a436a71, 'wp-content/themes/astra/template-parts/footer/builder/components.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\components.php', 1, 0x00000000000000000000000000000000, 0x895367a142c58bd251a8e1ac600ce3e9, 0x89ba16f3a1c4565ad5c266c14ee40e3baa43939a014d946819a9774c13db9b68, '', 0, '?'),
(0xff930e4846297f195ce7c12c9162f4fd, 'wp-includes/js/jquery/ui/controlgroup.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\controlgroup.js', 1, 0x00000000000000000000000000000000, 0x392d41a24a66103d3157c728a0f7a1c3, 0xe339e8fb747cf69f70cd3dac1215fad5d2c651e266696604774f3b5037db1c14, '', 0, '?'),
(0xff94ee5b627e9529a1905fac5fb1cb2e, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/TemplateDirIterator.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\TemplateDirIterator.php', 1, 0x00000000000000000000000000000000, 0xc783d5853163243c1b0c38bfdcc2f5c4, 0x7f3430bd6f48e3817dbbca1eb052b75029c74d43eeb99c907030bca142707c7c, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0x150a90839d2e6cbfa3722e8f6391c2a8, 0x334c3153803bbcdf0136e07511b60c569f8c1c86d2fd9809b171bf42ef4f0fca, '', 0, '?'),
(0xffa2127d06b070c6384865bed6544a77, 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php', 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Base.php', 1, 0x00000000000000000000000000000000, 0x12c1d43bac7930f2dc26904bd8adb05e, 0x4ff305e8834cf3162fd3f4727e9d959b064a5ffd84bc8abc4e9685d04c97f03b, '', 0, '?'),
(0xffa7bc8610c58c27510de208b6451e7a, 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.js', 0, 0xd58c5bc7d6cace910c0b95dc96614d7f, 0xd58c5bc7d6cace910c0b95dc96614d7f, 0x8d681af51e0382b381d3a3fd022bf5ea8111e1f7346eff6eed64b1f3f42a0b2c, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x098999506a4bb9524676ddb202ff646a, 0xd371993ff2ac4e4b2f8978a8bd72bc936894809f5bcf7a60221d23baac3c6ccb, '', 0, '?'),
(0xffab7ecc46f54d3fb448dd79f3d1c80c, 'wp-content/plugins/powerpack-elements/assets/js/min/smartmenus-keyboard.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\smartmenus-keyboard.min.js', 0, 0x6dedac82aeea28c6aecc01de231f5bd3, 0x6dedac82aeea28c6aecc01de231f5bd3, 0x495a0a5faec62dfa756cc080eaa9a4863c7e803b3450319923167e35776a926d, '', 0, '?'),
(0xffb451582c2239cd6476846bef9ab317, 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves-negative.svg', 1, 0x00000000000000000000000000000000, 0x378ce14a4f8a56d24f3ad44748bd66a3, 0xfc558299e4bfd2b5fb5efb7bd762dea10bc8f900d07c125dd35365376d99a06e, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.scss', 1, 0x00000000000000000000000000000000, 0x2e5f24e535221bc3e96afa5a77c3a321, 0xcb6e741021ed4596ff03adc74dc7ef2c815fb90ce4b6990d78ccdbeb7e935789, '', 0, '?'),
(0xffb5b00bfc2519dd4f2f153ada15b1f4, 'wp-content/themes/go/languages/id_ID.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\id_ID.json', 1, 0x00000000000000000000000000000000, 0x79d8885ed1720cb61e533e8965551519, 0x58e2916e08dc18d63d91e58183b2525b4bb6c15fdad710009187c570d2a0fb4b, '', 0, '?'),
(0xffb85d9b13dd79834664dfc459b78dbc, 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/support-members.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\support-members.png', 1, 0x00000000000000000000000000000000, 0xb9591a9cf3b4497e5e4adeeeaaf18891, 0x99d086e63885c29000b3b3a4ed1e596206e9e4a617afc112613fe2f0dc8b160f, '', 0, '?'),
(0xffbba5c52a377e2a9aec68508ec0aca2, 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-testimonial.min.css', 1, 0x00000000000000000000000000000000, 0x01e3eb717747c597e21cdac2f1068089, 0x78396f7c7aeb69d2db7fb1b3ee48f4c1780e9095ca3f880c688a5211dff8db30, '', 0, '?'),
(0xffbbe6b8dfb97537f5c006e05b29e468, 'wp-includes/blocks/embed/editor.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor.css', 1, 0x00000000000000000000000000000000, 0x3700cb10748ff4acf6eb908792147f06, 0x96ddfd147a9525135e60a438edb15ca8a86f1b95520268e5eb708a07cbbc26d1, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0xffc6428ffceaa9deb0be5b972734a814, 'wp-includes/blocks/post-author-biography/style-rtl.min.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5067cc6191e2c50f84a84f270a162af, 0xc3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527, '', 0, '?'),
(0xffc7178f4493a3e50b2cf312c06eb144, 'wp-content/themes/astra/assets/js/minified/style-guide-previewer.min.js', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\style-guide-previewer.min.js', 1, 0x00000000000000000000000000000000, 0xe3108730d2b025734248710d4594c27b, 0x2b9e8d78c3eb11be539a2f7e11d0e6195b636d607be886b89610b8021bd9da41, '', 0, '?'),
(0xffd04a767c890e77e8ee3d546d2b06da, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\MulBinary.php', 1, 0x00000000000000000000000000000000, 0xcf8a8fba4ce94398abf6fc12a5144cd6, 0x590857d2587d8a8a1300deb22b8e441c1aca4edb2ab44db71848a2fc6e55df1d, '', 0, '?'),
(0xffd3fdabe326883b5f4a68177a3441bb, 'wp-content/plugins/elementor/modules/design-system-sync/classes/variables-provider.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\variables-provider.php', 1, 0x00000000000000000000000000000000, 0x3f2d183c28f7a883b9ab8805a79f66f5, 0x27cfd8c19d0d742fd7eb86bea9a4d91d62deaed44cb0d8fd36784231b4063735, '', 0, '?'),
(0xffd81d1f84e3453657e5be2df96cde42, 'wp-content/plugins/powerpack-elements/powerpack-elements.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\powerpack-elements.php', 0, 0x98ee9bc8ff82d8fdd6e314269c54a1fe, 0x98ee9bc8ff82d8fdd6e314269c54a1fe, 0x29569dc27ed36cfac37b5ce9d2d8754daeb1069becd4aa1de758e3b8eb493cd3, '', 0, '?'),
(0xffd834db35b1b5712dabca702cf7bf15, 'wp-includes/blocks/file/style.css', 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style.css', 1, 0x00000000000000000000000000000000, 0xa9ebac68c333145b7c2b2c8ed47fef38, 0x6bc14f05a1d2923cad651e17c7d389ab69617cb22f42cdcbf6cecedbccb2f02b, '', 0, '?'),
(0xffd86e44e8c0e1aee882480f72b89549, 'wp-content/themes/go/includes/amp.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\amp.php', 1, 0x00000000000000000000000000000000, 0xd471fb9b1468847c30565f55e9cbe992, 0xa07d879c0c34705f9abcdd5593042f553389b9f4e7615b03cef06f1349854917, '', 0, '?'),
(0xffd96837c886e0b8ef4dad03b00a9695, 'wp-content/plugins/elementor/assets/css/editor-preview.css', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview.css', 1, 0x00000000000000000000000000000000, 0x5a894520d0930a8748ab9edd1551a13f, 0xec0c419ff0a6a7b385a6055206e25a71e9bbc3d0a9c900b83871e814642d6131, '', 0, '?'),
(0xffd9fb2fb81635fd21ed4ecf5100c477, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/package.json', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\package.json', 1, 0x00000000000000000000000000000000, 0x73adcb9b25cb7c1f3a75161704594fdf, 0x0ca8ea33b11c3f392ac193c1185c725b96e8a66e2638ee686b5d561986506fdd, '', 0, '?'),
(0xffda83bf48e7e89d4644156833f1a712, 'wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\RequestorContract.php', 1, 0x00000000000000000000000000000000, 0xa5672232270191b9e8824d2b58bab1fc, 0xac65a69537b777debb0ea0ab6998c5bade5feb29c236bd4d9c70003a72e05b9c, '', 0, '?'),
(0xffdac2a936fef50e3cd7d500395a6952, 'wp-includes/js/jquery/ui/effect-fade.js', 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fade.js', 1, 0x00000000000000000000000000000000, 0x66768b37281bc3d221dbad8b846774d0, 0xfae15bc4f4606ba17308075b971f9db6972baf1fca6b8ee9a74c45a6438be4c3, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x73b27625dc75467464e0b710c9db89dc, 0xeda2ec95159f34108ebb502a80b1916e35a35b94e571c2264c9058268e14877d, '', 0, '?'),
(0xffdc4b4427851f2ae3a6cc085ee1bab6, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\archive-single-base.php', 0, 0x392ecd190b775a5ebd3b94da61d2ee21, 0x392ecd190b775a5ebd3b94da61d2ee21, 0xe6f677c7199f6ebc05b59c679840f6040ef1577698f48917c746b33a7a02b8c0, '', 0, '?'),
(0xffe12b26f173584755eb099e050a0070, 'wp-content/plugins/instagram-feed/assets/svgs/shoppableEnabled.svg', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shoppableEnabled.svg', 1, 0x00000000000000000000000000000000, 0xa3a3bb40403a92413aad9ce4e170b1e5, 0x06171fceb90c9ea781413290656e8d62aba91e12b505821d0ab6a3c8ab6e02d6, '', 0, '?'),
(0xffe4b7acf9fce25dc16962ad97390624, 'wp-content/plugins/instagram-feed/img/sbi-sprite.png', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\sbi-sprite.png', 1, 0x00000000000000000000000000000000, 0x32da6ccb93328901731315aaf66ea743, 0x65da59b2afffb2a1063bab50a0e52e262dd8efcdf7593fcdb60ae12f55b882ff, '', 0, '?'),
(0xfff005792469f999cb2d2f61d0bfa256, 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0x41a80951dea4fe17655f54a1ddab66a9, 0x8852ba6d44ae0be5ee823038495bf7c2e0533a83fa3d3c88419ccd6b7bceeefb, '', 0, '?'),
(0xfff0c6ab802f0858ff9f84754c2df0de, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/size-prop-type.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\size-prop-type.php', 1, 0x00000000000000000000000000000000, 0x31df56947282933fdebe92d49e061100, 0xc272f6226f61a48ad03e03f858ceef4a4057f9f4b9120616d08c63fedcd7677e, '', 0, '?'),
(0xfff47329334a00ceb8141fdc80b53eea, 'wp-content/plugins/elementor/modules/global-classes/import-export/import-runner.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\import-runner.php', 1, 0x00000000000000000000000000000000, 0x5d158d8e3f0278499db98688b98c01f8, 0xe172e4865060eebb559dd2b0515d72c980de58bc2a5bb8547f0a99ee026cb158, '', 0, '?'),
(0xfff60799ba0296e32264f6741c4b8588, 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityPolicy.php', 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityPolicy.php', 1, 0x00000000000000000000000000000000, 0xf10dee1e05bc314ed8b2d05514a1732d, 0xad00c612965c72406ada86056dc8e587cd0d6710f2ee536f0527e7f56061e34e, '', 0, '?');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfhits`
--

CREATE TABLE `wp_393a933460_wfhits` (
  `id` int(10) UNSIGNED NOT NULL,
  `attackLogTime` double(17,6) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfhits`
--

INSERT INTO `wp_393a933460_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(1, 0.000000, 1779026381.815026, 0x00000000000000000000ffff2d786015, 0, 302, 0, 1, 0, 'https://mrarif.me/genesiswa/wp-login.php', 'https://mrarif.me/genesiswa/wp-login.php?redirect_to=https%3A%2F%2Fmrarif.me%2Fgenesiswa%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(2, 0.000000, 1779026717.829033, 0x00000000000000000000ffff36bf8911, 0, 200, 0, 0, 0, 'https://mrarif.me/genesiswa/wp-login.php', 'https://mrarif.me/genesiswa/wp-login.php?redirect_to=https%3A%2F%2Fmrarif.me%2Fgenesiswa%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome', 'loginFailInvalidUsername', NULL, NULL),
(3, 0.000000, 1779026728.439860, 0x00000000000000000000ffff36bf8911, 0, 200, 0, 0, 0, 'https://mrarif.me/genesiswa/wp-login.php', 'https://mrarif.me/genesiswa/wp-login.php?bypass_wpem=1', 'Symfony BrowserKit', 'loginFailInvalidUsername', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfhoover`
--

CREATE TABLE `wp_393a933460_wfhoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfissues`
--

CREATE TABLE `wp_393a933460_wfissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfknownfilelist`
--

CREATE TABLE `wp_393a933460_wfknownfilelist` (
  `id` int(10) UNSIGNED NOT NULL,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfknownfilelist`
--

INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\css\\bmi-plugin-icon.min.css', 'wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css'),
(2, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\css\\bmi-plugin.min.css', 'wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css'),
(3, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\002-monitor-white.svg', 'wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg'),
(4, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\Amazon.svg', 'wp-content/plugins/backup-backup/admin/images/Amazon.svg'),
(5, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_error-min.png', 'wp-content/plugins/backup-backup/admin/images/alert_error-min.png'),
(6, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_info-min.png', 'wp-content/plugins/backup-backup/admin/images/alert_info-min.png'),
(7, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_success-min.png', 'wp-content/plugins/backup-backup/admin/images/alert_success-min.png'),
(8, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\alert_warning-min.png', 'wp-content/plugins/backup-backup/admin/images/alert_warning-min.png'),
(9, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\amazon-s3-mono.svg', 'wp-content/plugins/backup-backup/admin/images/amazon-s3-mono.svg'),
(10, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\arrow-min.png', 'wp-content/plugins/backup-backup/admin/images/arrow-min.png'),
(11, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backblaze.svg', 'wp-content/plugins/backup-backup/admin/images/backblaze.svg'),
(12, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backup-min.svg', 'wp-content/plugins/backup-backup/admin/images/backup-min.svg'),
(13, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\backupbliss-mono.svg', 'wp-content/plugins/backup-backup/admin/images/backupbliss-mono.svg'),
(14, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big-thumb-up.svg', 'wp-content/plugins/backup-backup/admin/images/big-thumb-up.svg'),
(15, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big_bg_clock_green-min.png', 'wp-content/plugins/backup-backup/admin/images/big_bg_clock_green-min.png'),
(16, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\big_bg_clock_white-min.png', 'wp-content/plugins/backup-backup/admin/images/big_bg_clock_white-min.png'),
(17, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\checkmark.svg', 'wp-content/plugins/backup-backup/admin/images/checkmark.svg'),
(18, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clock.svg', 'wp-content/plugins/backup-backup/admin/images/clock.svg'),
(19, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clock2.svg', 'wp-content/plugins/backup-backup/admin/images/clock2.svg'),
(20, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\clocks-min.png', 'wp-content/plugins/backup-backup/admin/images/clocks-min.png'),
(21, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\close-min.png', 'wp-content/plugins/backup-backup/admin/images/close-min.png'),
(22, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\confirm-action.svg', 'wp-content/plugins/backup-backup/admin/images/confirm-action.svg'),
(23, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\copy-icon.png', 'wp-content/plugins/backup-backup/admin/images/copy-icon.png'),
(24, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\copy-url-stg.svg', 'wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg'),
(25, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\crown-bg.png', 'wp-content/plugins/backup-backup/admin/images/crown-bg.png'),
(26, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\db.svg', 'wp-content/plugins/backup-backup/admin/images/db.svg'),
(27, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\download-min.png', 'wp-content/plugins/backup-backup/admin/images/download-min.png'),
(28, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dream-objects.svg', 'wp-content/plugins/backup-backup/admin/images/dream-objects.svg'),
(29, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dropbox-mono.svg', 'wp-content/plugins/backup-backup/admin/images/dropbox-mono.svg'),
(30, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\dropbox.svg', 'wp-content/plugins/backup-backup/admin/images/dropbox.svg'),
(31, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\file.svg', 'wp-content/plugins/backup-backup/admin/images/file.svg'),
(32, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\folder.svg', 'wp-content/plugins/backup-backup/admin/images/folder.svg'),
(33, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\ftp-mono.svg', 'wp-content/plugins/backup-backup/admin/images/ftp-mono.svg'),
(34, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\ftp.svg', 'wp-content/plugins/backup-backup/admin/images/ftp.svg'),
(35, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-cloud.svg', 'wp-content/plugins/backup-backup/admin/images/google-cloud.svg'),
(36, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-drive-mono.svg', 'wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg'),
(37, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\google-drive.svg', 'wp-content/plugins/backup-backup/admin/images/google-drive.svg'),
(38, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\happy-smile.png', 'wp-content/plugins/backup-backup/admin/images/happy-smile.png'),
(39, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\info-min.png', 'wp-content/plugins/backup-backup/admin/images/info-min.png'),
(40, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\its-free-invert.svg', 'wp-content/plugins/backup-backup/admin/images/its-free-invert.svg'),
(41, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\its-free.svg', 'wp-content/plugins/backup-backup/admin/images/its-free.svg'),
(42, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\kitty-cat.svg', 'wp-content/plugins/backup-backup/admin/images/kitty-cat.svg'),
(43, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\link-min.png', 'wp-content/plugins/backup-backup/admin/images/link-min.png'),
(44, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\link-min.svg', 'wp-content/plugins/backup-backup/admin/images/link-min.svg'),
(45, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-ongoing.svg', 'wp-content/plugins/backup-backup/admin/images/list-ongoing.svg'),
(46, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-success.svg', 'wp-content/plugins/backup-backup/admin/images/list-success.svg'),
(47, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-waiting.svg', 'wp-content/plugins/backup-backup/admin/images/list-waiting.svg'),
(48, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\list-warning.svg', 'wp-content/plugins/backup-backup/admin/images/list-warning.svg'),
(49, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\local-server-2.svg', 'wp-content/plugins/backup-backup/admin/images/local-server-2.svg'),
(50, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\local-server.svg', 'wp-content/plugins/backup-backup/admin/images/local-server.svg'),
(51, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\lock-experimental.png', 'wp-content/plugins/backup-backup/admin/images/lock-experimental.png'),
(52, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\lock-min.svg', 'wp-content/plugins/backup-backup/admin/images/lock-min.svg'),
(53, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\log-in.svg', 'wp-content/plugins/backup-backup/admin/images/log-in.svg'),
(54, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\log-min.svg', 'wp-content/plugins/backup-backup/admin/images/log-min.svg'),
(55, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo-min.png', 'wp-content/plugins/backup-backup/admin/images/logo-min.png'),
(56, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo-white.svg', 'wp-content/plugins/backup-backup/admin/images/logo-white.svg'),
(57, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\logo.png', 'wp-content/plugins/backup-backup/admin/images/logo.png'),
(58, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\microsoft-azure.svg', 'wp-content/plugins/backup-backup/admin/images/microsoft-azure.svg'),
(59, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\minimize-min.png', 'wp-content/plugins/backup-backup/admin/images/minimize-min.png'),
(60, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\next-icon-min.png', 'wp-content/plugins/backup-backup/admin/images/next-icon-min.png'),
(61, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-big.png', 'wp-content/plugins/backup-backup/admin/images/nut-big.png'),
(62, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-mid.png', 'wp-content/plugins/backup-backup/admin/images/nut-mid.png'),
(63, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\nut-small.png', 'wp-content/plugins/backup-backup/admin/images/nut-small.png'),
(64, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\one-drive-mono.svg', 'wp-content/plugins/backup-backup/admin/images/one-drive-mono.svg'),
(65, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\one-drive.svg', 'wp-content/plugins/backup-backup/admin/images/one-drive.svg'),
(66, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\openstack-swift.svg', 'wp-content/plugins/backup-backup/admin/images/openstack-swift.svg'),
(67, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\parent-dir.svg', 'wp-content/plugins/backup-backup/admin/images/parent-dir.svg'),
(68, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pcloud-mono.svg', 'wp-content/plugins/backup-backup/admin/images/pcloud-mono.svg'),
(69, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pcloud.svg', 'wp-content/plugins/backup-backup/admin/images/pcloud.svg'),
(70, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\pen-edit.svg', 'wp-content/plugins/backup-backup/admin/images/pen-edit.svg'),
(71, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\premium.png', 'wp-content/plugins/backup-backup/admin/images/premium.png'),
(72, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\premium.svg', 'wp-content/plugins/backup-backup/admin/images/premium.svg'),
(73, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\rackspace.svg', 'wp-content/plugins/backup-backup/admin/images/rackspace.svg'),
(74, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\red-close-min.svg', 'wp-content/plugins/backup-backup/admin/images/red-close-min.svg'),
(75, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\red-cross.svg', 'wp-content/plugins/backup-backup/admin/images/red-cross.svg'),
(76, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\refresh.svg', 'wp-content/plugins/backup-backup/admin/images/refresh.svg'),
(77, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\restore-icon-min.png', 'wp-content/plugins/backup-backup/admin/images/restore-icon-min.png'),
(78, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\restore-min.svg', 'wp-content/plugins/backup-backup/admin/images/restore-min.svg'),
(79, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-arrow-white.svg', 'wp-content/plugins/backup-backup/admin/images/right-arrow-white.svg'),
(80, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-arrow.svg', 'wp-content/plugins/backup-backup/admin/images/right-arrow.svg'),
(81, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\right-bolt.svg', 'wp-content/plugins/backup-backup/admin/images/right-bolt.svg'),
(82, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\search-min.png', 'wp-content/plugins/backup-backup/admin/images/search-min.png'),
(83, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\sftp-mono.svg', 'wp-content/plugins/backup-backup/admin/images/sftp-mono.svg'),
(84, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\sftp-scp.svg', 'wp-content/plugins/backup-backup/admin/images/sftp-scp.svg'),
(85, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stars.gif', 'wp-content/plugins/backup-backup/admin/images/stars.gif'),
(86, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-bg.svg', 'wp-content/plugins/backup-backup/admin/images/stg-bg.svg'),
(87, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-check.svg', 'wp-content/plugins/backup-backup/admin/images/stg-check.svg'),
(88, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-creation-bg.jpg', 'wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg'),
(89, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-new.svg', 'wp-content/plugins/backup-backup/admin/images/stg-new.svg'),
(90, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\stg-restore-btn.svg', 'wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg'),
(91, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\success.png', 'wp-content/plugins/backup-backup/admin/images/success.png'),
(92, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-1.svg', 'wp-content/plugins/backup-backup/admin/images/support-1.svg'),
(93, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-2.svg', 'wp-content/plugins/backup-backup/admin/images/support-2.svg'),
(94, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\support-3.svg', 'wp-content/plugins/backup-backup/admin/images/support-3.svg'),
(95, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\thumb.png', 'wp-content/plugins/backup-backup/admin/images/thumb.png'),
(96, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\timemachine.svg', 'wp-content/plugins/backup-backup/admin/images/timemachine.svg'),
(97, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\tlogo.svg', 'wp-content/plugins/backup-backup/admin/images/tlogo.svg'),
(98, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\trash.png', 'wp-content/plugins/backup-backup/admin/images/trash.png'),
(99, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\unlocked-min.svg', 'wp-content/plugins/backup-backup/admin/images/unlocked-min.svg'),
(100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\upload-min.png', 'wp-content/plugins/backup-backup/admin/images/upload-min.png'),
(101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\upload.svg', 'wp-content/plugins/backup-backup/admin/images/upload.svg'),
(102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-grey.png', 'wp-content/plugins/backup-backup/admin/images/warning-grey.png'),
(103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-red.png', 'wp-content/plugins/backup-backup/admin/images/warning-red.png'),
(104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\warning-white.png', 'wp-content/plugins/backup-backup/admin/images/warning-white.png'),
(105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\wasabi-s3-mono.svg', 'wp-content/plugins/backup-backup/admin/images/wasabi-s3-mono.svg'),
(106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\wasabi.svg', 'wp-content/plugins/backup-backup/admin/images/wasabi.svg'),
(107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\weekly-schedule-icon.svg', 'wp-content/plugins/backup-backup/admin/images/weekly-schedule-icon.svg'),
(108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\images\\x-face.png', 'wp-content/plugins/backup-backup/admin/images/x-face.png'),
(109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\admin\\js\\backup-migration.min.js', 'wp-content/plugins/backup-backup/admin/js/backup-migration.min.js'),
(110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\css\\customize.css', 'wp-content/plugins/backup-backup/analyst/assets/css/customize.css'),
(111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\pencil.png', 'wp-content/plugins/backup-backup/analyst/assets/img/pencil.png'),
(112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\shield_question.png', 'wp-content/plugins/backup-backup/analyst/assets/img/shield_question.png'),
(113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\shield_success.png', 'wp-content/plugins/backup-backup/analyst/assets/img/shield_success.png'),
(114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\img\\smile.png', 'wp-content/plugins/backup-backup/analyst/assets/img/smile.png'),
(115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\index.php', 'wp-content/plugins/backup-backup/analyst/assets/index.php'),
(116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\assets\\js\\customize.js', 'wp-content/plugins/backup-backup/analyst/assets/js/customize.js'),
(117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\autoload.php', 'wp-content/plugins/backup-backup/analyst/autoload.php'),
(118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\index.php', 'wp-content/plugins/backup-backup/analyst/index.php'),
(119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\main.php', 'wp-content/plugins/backup-backup/analyst/main.php'),
(120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\sdk_resolver.php', 'wp-content/plugins/backup-backup/analyst/sdk_resolver.php'),
(121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\Account.php', 'wp-content/plugins/backup-backup/analyst/src/Account/Account.php'),
(122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\AccountData.php', 'wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php'),
(123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Account\\AccountDataFactory.php', 'wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php'),
(124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Analyst.php', 'wp-content/plugins/backup-backup/analyst/src/Analyst.php'),
(125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\ApiRequestor.php', 'wp-content/plugins/backup-backup/analyst/src/ApiRequestor.php'),
(126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\ApiResponse.php', 'wp-content/plugins/backup-backup/analyst/src/ApiResponse.php'),
(127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Cache\\DatabaseCache.php', 'wp-content/plugins/backup-backup/analyst/src/Cache/DatabaseCache.php'),
(128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Collector.php', 'wp-content/plugins/backup-backup/analyst/src/Collector.php'),
(129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\AnalystContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/AnalystContract.php'),
(130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\CacheContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/CacheContract.php'),
(131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\HttpClientContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php'),
(132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\RequestContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php'),
(133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\RequestorContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php'),
(134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\StorageContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/StorageContract.php'),
(135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Contracts\\TrackerContract.php', 'wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php'),
(136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Core\\AbstractFactory.php', 'wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php'),
(137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\CurlHttpClient.php', 'wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php'),
(138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\DummyHttpClient.php', 'wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php'),
(139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\AbstractLoggerRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php'),
(140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\ActivateRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php'),
(141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\DeactivateRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php'),
(142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\InstallRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/InstallRequest.php'),
(143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\OptInRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptInRequest.php'),
(144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\OptOutRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptOutRequest.php'),
(145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\Requests\\UninstallRequest.php', 'wp-content/plugins/backup-backup/analyst/src/Http/Requests/UninstallRequest.php'),
(146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Http\\WordPressHttpClient.php', 'wp-content/plugins/backup-backup/analyst/src/Http/WordPressHttpClient.php'),
(147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Mutator.php', 'wp-content/plugins/backup-backup/analyst/src/Mutator.php'),
(148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Notices\\Notice.php', 'wp-content/plugins/backup-backup/analyst/src/Notices/Notice.php'),
(149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Notices\\NoticeFactory.php', 'wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php'),
(150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Storage\\DatabaseStorage.php', 'wp-content/plugins/backup-backup/analyst/src/Storage/DatabaseStorage.php'),
(151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\Storage\\FileStorage.php', 'wp-content/plugins/backup-backup/analyst/src/Storage/FileStorage.php'),
(152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\src\\helpers.php', 'wp-content/plugins/backup-backup/analyst/src/helpers.php'),
(153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\forms\\deactivate.php', 'wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php'),
(154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\forms\\install.php', 'wp-content/plugins/backup-backup/analyst/templates/forms/install.php'),
(155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\notice.php', 'wp-content/plugins/backup-backup/analyst/templates/notice.php'),
(156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\optin.php', 'wp-content/plugins/backup-backup/analyst/templates/optin.php'),
(157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\templates\\optout.php', 'wp-content/plugins/backup-backup/analyst/templates/optout.php'),
(158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\analyst\\version.php', 'wp-content/plugins/backup-backup/analyst/version.php'),
(159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\backup-backup.php', 'wp-content/plugins/backup-backup/backup-backup.php'),
(160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\composer.json', 'wp-content/plugins/backup-backup/composer.json'),
(161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\.htaccess', 'wp-content/plugins/backup-backup/includes/.htaccess'),
(162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\activation.php', 'wp-content/plugins/backup-backup/includes/activation.php'),
(163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\ajax.php', 'wp-content/plugins/backup-backup/includes/ajax.php'),
(164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\ajax_offline.php', 'wp-content/plugins/backup-backup/includes/ajax_offline.php'),
(165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\analyst.php', 'wp-content/plugins/backup-backup/includes/analyst.php'),
(166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\backup-process.php', 'wp-content/plugins/backup-backup/includes/backup-process.php'),
(167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\assets\\index.min.js', 'wp-content/plugins/backup-backup/includes/banner/assets/index.min.js'),
(168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\assets\\style.min.css', 'wp-content/plugins/backup-backup/includes/banner/assets/style.min.css'),
(169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\misc.php', 'wp-content/plugins/backup-backup/includes/banner/misc.php'),
(170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\index.php', 'wp-content/plugins/backup-backup/includes/banner/views/index.php'),
(171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\background-images.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png'),
(172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\background-texture-grey.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png'),
(173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png'),
(174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg'),
(175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg'),
(176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/install.php'),
(177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\installed.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php'),
(178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\bmi\\upgrade.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php'),
(179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\background-texture-grey.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/background-texture-grey.png'),
(180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/big-colored-logo.png'),
(181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/colored-logo.svg'),
(182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\main-background-image.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/main-background-image.png'),
(183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\secondary-background-image.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/secondary-background-image.svg'),
(184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/white-logo.svg'),
(185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/install.php'),
(186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\installed.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/installed.php'),
(187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\cdp\\upgrade.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/upgrade.php'),
(188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-bottom-left.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-left.svg'),
(189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-bottom-right.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-right.svg'),
(190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-top-left.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-left.svg'),
(191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\background-top-right.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-right.svg'),
(192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/big-colored-logo.png'),
(193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/colored-logo.svg'),
(194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face1.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png'),
(195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face2.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png'),
(196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face3.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png'),
(197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\face4.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png'),
(198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg'),
(199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\fit\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php'),
(200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-images.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png'),
(201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-texture-green.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png'),
(202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\background-texture-grey.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png'),
(203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png'),
(204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg'),
(205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/white-logo.svg'),
(206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/install.php'),
(207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\mpu\\installed.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php'),
(208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\background-top-left.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg'),
(209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\big-colored-logo-rr.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png'),
(210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\colored-logo-rr.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/colored-logo-rr.svg'),
(211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\main-background-image.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/main-background-image.png'),
(212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\imgs\\not-colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg'),
(213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php'),
(214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\red\\installed.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php'),
(215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-1.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg'),
(216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-2.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg'),
(217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\background-image-3.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg'),
(218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png'),
(219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg'),
(220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg'),
(221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\twp\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php'),
(222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\background-icons.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png'),
(223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\background-image.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-image.png'),
(224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\big-colored-logo.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/big-colored-logo.png'),
(225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\colored-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg'),
(226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\play-icon.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png'),
(227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\ribbon-icon.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png'),
(228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\video-background.png', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png'),
(229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\imgs\\white-logo.svg', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg'),
(230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php'),
(231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\installed.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php'),
(232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\part-install.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php'),
(233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\part-upgrade.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php'),
(234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\projects\\usm\\upgrade.php', 'wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php'),
(235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\already-installed.svg', 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg'),
(236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\check-icon.svg', 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg'),
(237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\clock-icon.svg', 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg'),
(238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\rating.svg', 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg'),
(239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\imgs\\white-arrow-right.svg', 'wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg'),
(240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\banner\\views\\static\\tabs.php', 'wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php'),
(241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\aws.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/aws.php'),
(242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\backupbliss.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/backupbliss.php'),
(243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\dropbox.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/dropbox.php'),
(244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\ftp.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/ftp.php'),
(245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\gdrive.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/gdrive.php'),
(246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\bodies\\storage\\wasabi.php', 'wp-content/plugins/backup-backup/includes/bodies/storage/wasabi.php'),
(247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\checker.php', 'wp-content/plugins/backup-backup/includes/check/checker.php'),
(248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\class-domain-parser.php', 'wp-content/plugins/backup-backup/includes/check/class-domain-parser.php'),
(249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\compatibility.php', 'wp-content/plugins/backup-backup/includes/check/compatibility.php'),
(250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\check\\system_info.php', 'wp-content/plugins/backup-backup/includes/check/system_info.php'),
(251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\class-backup-method-mananger.php', 'wp-content/plugins/backup-backup/includes/class-backup-method-mananger.php'),
(252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli\\php_cli_finder.php', 'wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php'),
(253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli\\version_check.php', 'wp-content/plugins/backup-backup/includes/cli/version_check.php'),
(254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cli-handler.php', 'wp-content/plugins/backup-backup/includes/cli-handler.php'),
(255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\compatibility.php', 'wp-content/plugins/backup-backup/includes/compatibility.php'),
(256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\config.php', 'wp-content/plugins/backup-backup/includes/config.php'),
(257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\constants.php', 'wp-content/plugins/backup-backup/includes/constants.php'),
(258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\cron\\handler.php', 'wp-content/plugins/backup-backup/includes/cron/handler.php'),
(259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\AA-Template.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php'),
(260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\other_config.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php'),
(261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\save-button.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php'),
(262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\staging.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php'),
(263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\store_config.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php'),
(264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\troubleshooting.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php'),
(265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\what_backed_up.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php'),
(266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\chapter\\where_config.php', 'wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php'),
(267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\AA-Modal-Template.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\after-logs-sent.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php'),
(269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\backup-progress-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php'),
(270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\backup-success-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php'),
(271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bb-disconnect-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/bb-disconnect-modal.php'),
(272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bb-warning-notice.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/bb-warning-notice.php'),
(273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\before-update-confirm-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/before-update-confirm-modal.php'),
(274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\bfs-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php'),
(275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\delete-confirm-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php'),
(276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\error-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/error-modal.php'),
(277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\freeze-loading.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php'),
(278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\logs-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/logs-modal.php'),
(279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\logs-sharing-ask.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/logs-sharing-ask.php'),
(280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\pre-restore-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/pre-restore-modal.php'),
(281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\prenotice-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php'),
(282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\reset-confirm-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php'),
(283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\restore-progress-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php'),
(284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\restore-success-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php'),
(285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\simple-explorer-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/simple-explorer-modal.php'),
(286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-delete-confirm-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php'),
(287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-error-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php'),
(288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-prenotice-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php'),
(289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-progress-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php'),
(290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-rename-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php'),
(291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\staging-success-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php'),
(292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\supportive-restore-success-cont.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/supportive-restore-success-cont.php'),
(293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\supportive-restore-success-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/supportive-restore-success-modal.php'),
(294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-exist-file-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-exist-file-modal.php'),
(295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-invalid-manifest-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php'),
(296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-success-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-success-modal.php'),
(297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modals\\upload-wrong-file-modal.php', 'wp-content/plugins/backup-backup/includes/dashboard/modals/upload-wrong-file-modal.php'),
(298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backup-ongoing.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php'),
(299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backup_controller.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php'),
(300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backups-table-header.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/backups-table-header.php'),
(301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\backups-under-table.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php'),
(302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\before-update-backup-errors.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/before-update-backup-errors.php'),
(303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\email-errors.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php'),
(304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\plugins-auto-update-notice.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/plugins-auto-update-notice.php'),
(305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\quota-errors.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php'),
(306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\security-plugins-warning.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/security-plugins-warning.php'),
(307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\super-quick-migration.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php'),
(308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\support-chat.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php'),
(309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\modules\\upload-backup.php', 'wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php'),
(310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\settings.php', 'wp-content/plugins/backup-backup/includes/dashboard/settings.php'),
(311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\AA-Template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php'),
(312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\backup-row-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php'),
(313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\dropdown-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php'),
(314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\exclusion-rule-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php'),
(315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\option-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php'),
(316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\premium-function-overlay.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/premium-function-overlay.php'),
(317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\premium-overlay.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php'),
(318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\staging-row-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php'),
(319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\templates\\stg-option-template.php', 'wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php'),
(320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\dashboard\\translations.php', 'wp-content/plugins/backup-backup/includes/dashboard/translations.php'),
(321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-backup-v3.php', 'wp-content/plugins/backup-backup/includes/database/better-backup-v3.php'),
(322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-backup.php', 'wp-content/plugins/backup-backup/includes/database/better-backup.php'),
(323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\better-restore.php', 'wp-content/plugins/backup-backup/includes/database/better-restore.php'),
(324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\even-better-restore-v3.php', 'wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php'),
(325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\even-better-restore-v4.php', 'wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php'),
(326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-engine.php', 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-engine.php'),
(327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-processor.php', 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-processor.php'),
(328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\class-database-export-repository.php', 'wp-content/plugins/backup-backup/includes/database/export/class-database-export-repository.php'),
(329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\export\\interface-database-export-repository.php', 'wp-content/plugins/backup-backup/includes/database/export/interface-database-export-repository.php'),
(330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\interface-search-replace-repository.php', 'wp-content/plugins/backup-backup/includes/database/interface-search-replace-repository.php'),
(331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\manager.php', 'wp-content/plugins/backup-backup/includes/database/manager.php'),
(332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-processor.php', 'wp-content/plugins/backup-backup/includes/database/search-replace-processor.php'),
(333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-repository.php', 'wp-content/plugins/backup-backup/includes/database/search-replace-repository.php'),
(334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-stack-based.php', 'wp-content/plugins/backup-backup/includes/database/search-replace-stack-based.php'),
(335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace-v2.php', 'wp-content/plugins/backup-backup/includes/database/search-replace-v2.php'),
(336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\search-replace.php', 'wp-content/plugins/backup-backup/includes/database/search-replace.php'),
(337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\database\\smart-sort.php', 'wp-content/plugins/backup-backup/includes/database/smart-sort.php'),
(338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\backupbliss.php', 'wp-content/plugins/backup-backup/includes/external/backupbliss.php'),
(339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\controller.php', 'wp-content/plugins/backup-backup/includes/external/controller.php'),
(340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\dropbox.php', 'wp-content/plugins/backup-backup/includes/external/dropbox.php'),
(341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\ftp.php', 'wp-content/plugins/backup-backup/includes/external/ftp.php'),
(342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\google-drive.php', 'wp-content/plugins/backup-backup/includes/external/google-drive.php'),
(343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\external\\s3.php', 'wp-content/plugins/backup-backup/includes/external/s3.php'),
(344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\extracter\\extract.php', 'wp-content/plugins/backup-backup/includes/extracter/extract.php'),
(345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\file-explorer.php', 'wp-content/plugins/backup-backup/includes/file-explorer.php'),
(346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.autologin.php', 'wp-content/plugins/backup-backup/includes/htaccess/.autologin.php'),
(347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.htaccess', 'wp-content/plugins/backup-backup/includes/htaccess/.htaccess'),
(348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\.litespeed', 'wp-content/plugins/backup-backup/includes/htaccess/.litespeed'),
(349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\default.json', 'wp-content/plugins/backup-backup/includes/htaccess/default.json'),
(350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\htaccess\\index.html', 'wp-content/plugins/backup-backup/includes/htaccess/index.html'),
(351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\initializer.php', 'wp-content/plugins/backup-backup/includes/initializer.php'),
(352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\logger.php', 'wp-content/plugins/backup-backup/includes/logger.php'),
(353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\aws-issues.php', 'wp-content/plugins/backup-backup/includes/notices/aws-issues.php'),
(354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\backupbliss.php', 'wp-content/plugins/backup-backup/includes/notices/backupbliss.php'),
(355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\dropbox-issues-notice.php', 'wp-content/plugins/backup-backup/includes/notices/dropbox-issues-notice.php'),
(356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\google-drive-issues.php', 'wp-content/plugins/backup-backup/includes/notices/google-drive-issues.php'),
(357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\notices\\wasabi-issues.php', 'wp-content/plugins/backup-backup/includes/notices/wasabi-issues.php'),
(358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\offline.php', 'wp-content/plugins/backup-backup/includes/offline.php'),
(359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\class-file-progress-storage.php', 'wp-content/plugins/backup-backup/includes/progress/class-file-progress-storage.php'),
(360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\interface-progress-storage.php', 'wp-content/plugins/backup-backup/includes/progress/interface-progress-storage.php'),
(361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\logger-only.php', 'wp-content/plugins/backup-backup/includes/progress/logger-only.php'),
(362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\migration.php', 'wp-content/plugins/backup-backup/includes/progress/migration.php'),
(363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\staging.php', 'wp-content/plugins/backup-backup/includes/progress/staging.php'),
(364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\progress\\zip.php', 'wp-content/plugins/backup-backup/includes/progress/zip.php'),
(365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\scanner\\backups.php', 'wp-content/plugins/backup-backup/includes/scanner/backups.php'),
(366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\scanner\\files.php', 'wp-content/plugins/backup-backup/includes/scanner/files.php'),
(367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\controller.php', 'wp-content/plugins/backup-backup/includes/staging/controller.php'),
(368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\local.php', 'wp-content/plugins/backup-backup/includes/staging/local.php'),
(369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\staging\\tastewp.php', 'wp-content/plugins/backup-backup/includes/staging/tastewp.php'),
(370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\traits\\logger-trait.php', 'wp-content/plugins/backup-backup/includes/traits/logger-trait.php'),
(371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\uploader\\chunks.php', 'wp-content/plugins/backup-backup/includes/uploader/chunks.php'),
(372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\vendor\\s3-client\\s3.php', 'wp-content/plugins/backup-backup/includes/vendor/s3-client/s3.php'),
(373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\zipper\\src\\zip.php', 'wp-content/plugins/backup-backup/includes/zipper/src/zip.php'),
(374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\includes\\zipper\\zipping.php', 'wp-content/plugins/backup-backup/includes/zipper/zipping.php'),
(375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\css\\style.css', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/css/style.css'),
(376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\arrow-right.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/arrow-right.svg'),
(377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\bg-pattern.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/bg-pattern.svg'),
(378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\bg.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/bg.svg'),
(379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\cross.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/cross.svg'),
(380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-alarm.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-alarm.svg'),
(381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-cloud.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-cloud.svg'),
(382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-free.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-free.svg'),
(383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-rocket.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-rocket.svg'),
(384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\icon-support.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/icon-support.svg'),
(385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\imgs\\waved-arrow.svg', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/imgs/waved-arrow.svg'),
(386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\assets\\js\\script.js', 'wp-content/plugins/backup-backup/modules/backup-banner/assets/js/script.js'),
(387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\misc.php', 'wp-content/plugins/backup-backup/modules/backup-banner/misc.php'),
(388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\backup-banner\\views\\banner.php', 'wp-content/plugins/backup-backup/modules/backup-banner/views/banner.php'),
(389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\css\\styles.css', 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/css/styles.css'),
(390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\imgs\\decor.png', 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png'),
(391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\assets\\js\\script.js', 'wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js'),
(392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\misc.php', 'wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php'),
(393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\gdrivebanner\\templates\\banner.php', 'wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php'),
(394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\css\\style.css', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/css/style.css'),
(395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\1gb-free.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/1gb-free.svg'),
(396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\4gb-upgraded.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/4gb-upgraded.svg'),
(397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\5gb-free.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/5gb-free.svg'),
(398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\affordable.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/affordable.svg'),
(399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\bg.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/bg.svg'),
(400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\bmi-logo.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/bmi-logo.svg'),
(401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\cloud-options.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/cloud-options.svg'),
(402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\imgs\\premium-cloud-options.svg', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/imgs/premium-cloud-options.svg'),
(403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\assets\\js\\script.js', 'wp-content/plugins/backup-backup/modules/new-bb-banner/assets/js/script.js'),
(404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\misc.php', 'wp-content/plugins/backup-backup/modules/new-bb-banner/misc.php'),
(405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\new-bb-banner\\views\\banner.php', 'wp-content/plugins/backup-backup/modules/new-bb-banner/views/banner.php'),
(406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\css\\style.css', 'wp-content/plugins/backup-backup/modules/review/assets/css/style.css'),
(407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\BM-background.svg', 'wp-content/plugins/backup-backup/modules/review/assets/imgs/BM-background.svg'),
(408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\background-pattern.svg', 'wp-content/plugins/backup-backup/modules/review/assets/imgs/background-pattern.svg'),
(409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image-part-2.svg', 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-2.svg'),
(410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image-part-4.svg', 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-4.svg'),
(411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\imgs\\main-image.svg', 'wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image.svg'),
(412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\assets\\js\\script.js', 'wp-content/plugins/backup-backup/modules/review/assets/js/script.js'),
(413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\review.php', 'wp-content/plugins/backup-backup/modules/review/review.php'),
(414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\modules\\review\\views\\banner.php', 'wp-content/plugins/backup-backup/modules/review/views/banner.php'),
(415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\phpunit.xml', 'wp-content/plugins/backup-backup/phpunit.xml'),
(416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\readme.txt', 'wp-content/plugins/backup-backup/readme.txt'),
(417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\backup-backup\\uninstall.php', 'wp-content/plugins/backup-backup/uninstall.php'),
(418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\README.txt', 'wp-content/plugins/custom-facebook-feed/README.txt'),
(419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\addon-functions.php', 'wp-content/plugins/custom-facebook-feed/admin/addon-functions.php'),
(420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\admin-functions.php', 'wp-content/plugins/custom-facebook-feed/admin/admin-functions.php'),
(421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\about.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/about.css'),
(422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\admin-notifications.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/admin-notifications.css'),
(423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\callout.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/callout.css'),
(424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\cff-admin-style.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/cff-admin-style.css'),
(425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\extensions.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/extensions.css'),
(426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\oembeds.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/oembeds.css'),
(427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\settings.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/settings.css'),
(428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\css\\support.css', 'wp-content/plugins/custom-facebook-feed/admin/assets/css/support.css'),
(429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-full.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-full.svg'),
(430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-none.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-none.svg'),
(431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\icon-partial.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/icon-partial.svg'),
(432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-mi.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-mi.png'),
(433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-om.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-om.png'),
(434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-rp.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-rp.png'),
(435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-seo.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-seo.png'),
(436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-smtp.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-smtp.png'),
(437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\about\\plugin-wpforms.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/about/plugin-wpforms.png'),
(438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\balloon-120.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/balloon-120.png'),
(439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\balloon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/balloon.png'),
(440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\book-icon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/book-icon.png'),
(441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-dismiss-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-dismiss-icon.svg'),
(442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-exclamation.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-exclamation.svg'),
(443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-icon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-icon.png'),
(444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\cff-sprite.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/cff-sprite.png'),
(445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\fb-icon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/fb-icon.png'),
(446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\fb-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/fb-icon.svg'),
(447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\feed-types.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/feed-types.svg'),
(448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\facebook-gray.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/facebook-gray.svg'),
(449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\heart.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/heart.svg'),
(450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\instagram-gray.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/instagram-gray.svg'),
(451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\twitter-gray.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/twitter-gray.svg'),
(452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\footer\\youtube-gray.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/footer/youtube-gray.svg'),
(453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\group-app.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/group-app.png'),
(454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\insta-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/insta-icon.svg'),
(455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\instagram-color-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/instagram-color-icon.svg'),
(456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-1@2x.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-1@2x.png'),
(457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-2@2x.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-2@2x.png'),
(458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-3@2x.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-3@2x.png'),
(459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\oembeds-image-4@2x.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/oembeds-image-4@2x.png'),
(460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\reviews-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/reviews-icon.svg'),
(461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\rocket-icon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/rocket-icon.png'),
(462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\save-plus-icon.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/save-plus-icon.png'),
(463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\social-wall-graphic.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/social-wall-graphic.png'),
(464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\social-wall-graphic2.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/social-wall-graphic2.png'),
(465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\stars.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/stars.svg'),
(466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\support-members.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/support-members.png'),
(467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\team-avatar.png', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/team-avatar.png'),
(468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\tiktok-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/tiktok-icon.svg'),
(469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\twitter-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/twitter-icon.svg'),
(470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\img\\youtube-icon.svg', 'wp-content/plugins/custom-facebook-feed/admin/assets/img/youtube-icon.svg'),
(471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\about.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/about.js'),
(472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\admin-notifications.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/admin-notifications.js'),
(473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\builders-preview-handler.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/builders-preview-handler.js'),
(474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\callout.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/callout.js'),
(475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\cff-admin-scripts.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/cff-admin-scripts.js'),
(476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\divi-handler.min.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/divi-handler.min.js'),
(477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\extensions.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/extensions.js'),
(478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\oembeds.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/oembeds.js'),
(479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\settings.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/settings.js'),
(480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\support.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/support.js'),
(481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\assets\\js\\vue.min.js', 'wp-content/plugins/custom-facebook-feed/admin/assets/js/vue.min.js'),
(482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\builder.css', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/builder.css'),
(483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\global.css', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/global.css'),
(484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\preview.css', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/preview.css'),
(485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\css\\tooltipster.css', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/css/tooltipster.css'),
(486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\albums.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/albums.png'),
(487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\allinoneseo.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/allinoneseo.png'),
(488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\balloon-1.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/balloon-1.png'),
(489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\balloon.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/balloon.png'),
(490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\cff-dummy-lightbox-preview-img.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/cff-dummy-lightbox-preview-img.png'),
(491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\cff-lightbox-reactions-bar.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/cff-lightbox-reactions-bar.png'),
(492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\combine-source.svg', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/combine-source.svg'),
(493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\dummy-author.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/dummy-author.png'),
(494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/dummy-lightbox.jpeg'),
(495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\events.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/events.png'),
(496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-featuredpost.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-featuredpost.png'),
(497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-reviews.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-reviews.png'),
(498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-singlealbum.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-singlealbum.png'),
(499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\ext-socialwall.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/ext-socialwall.png'),
(500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\featuredpost.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/featuredpost.png'),
(501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\footer-social.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/footer-social.png'),
(502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\logo.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/logo.png'),
(503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\monsterinsight.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/monsterinsight.png'),
(504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\more-feeds.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/more-feeds.png'),
(505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\onboarding-banner.jpg', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/onboarding-banner.jpg'),
(506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\optinmonster.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/optinmonster.png'),
(507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\photos.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/photos.png'),
(508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-error-fetch.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-error-fetch.png'),
(509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-featured-post.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-featured-post.png'),
(510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\process-single-album.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/process-single-album.png'),
(511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\pushengage.svg', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/pushengage.svg'),
(512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\reviews.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/reviews.png'),
(513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\seedprod.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/seedprod.png'),
(514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\singlealbum.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/singlealbum.png'),
(515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\socialwall.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/socialwall.png'),
(516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\success-banner.jpg', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/success-banner.jpg'),
(517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\timeline.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/timeline.png'),
(518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\videos.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/videos.png');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\waving-hand.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/waving-hand.png'),
(520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\welcome-1.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/welcome-1.png'),
(521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\welcome-2.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/welcome-2.png'),
(522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\img\\wpforms.png', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/img/wpforms.png'),
(523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\add-source.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/add-source.js'),
(524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\builder.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/builder.js'),
(525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\confirm-dialog.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/confirm-dialog.js'),
(526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\date_i18n.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/date_i18n.js'),
(527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\install-plugin-popup.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/install-plugin-popup.js'),
(528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/jquery.tooltipster.min.js'),
(529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\oembed.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/oembed.js'),
(530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\owl.autoheight.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/owl.autoheight.js'),
(531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\ressources.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/ressources.js'),
(532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\tooltip-wizard.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/tooltip-wizard.js'),
(533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\assets\\js\\vue-color.min.js', 'wp-content/plugins/custom-facebook-feed/admin/builder/assets/js/vue-color.min.js'),
(534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\builder.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/builder.php'),
(535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\form-data-examples.html', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/form-data-examples.html'),
(536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/index.php'),
(537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\oembed-examples.html', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/oembed-examples.html'),
(538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\oembed.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/oembed.php'),
(539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\add-source.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/add-source.php'),
(540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\configure-features.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/configure-features.php'),
(541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\install-plugins.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/install-plugins.php'),
(542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\success-page.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/success-page.php'),
(543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\onboarding\\welcome.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/onboarding/welcome.php'),
(544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\dummy-lightbox.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/dummy-lightbox.php'),
(545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\error.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/error.php'),
(546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\header.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/header.php'),
(547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\light-box.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/light-box.php'),
(548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\like-box.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/like-box.php'),
(549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\load-more.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/load-more.php'),
(550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\albums.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/albums.php'),
(551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\events.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/events.php'),
(552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\photos.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/photos.php'),
(553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\reviews.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/reviews.php'),
(554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\single-holder.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/single-holder.php'),
(555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\post-types\\videos.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/post-types/videos.php'),
(556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\preview-components.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/preview-components.php'),
(557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\theme-styles.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/theme-styles.php'),
(558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\preview\\timeline.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/preview/timeline.php'),
(559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\customizer.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/customizer.php'),
(560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\onboarding-wizard.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/onboarding-wizard.php'),
(561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\select-feed.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/select-feed.php'),
(562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\screens\\welcome.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/screens/welcome.php'),
(563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\featured-post.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/featured-post.php'),
(564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/index.php'),
(565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\single-album.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/single-album.php'),
(566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\create-feed\\videos.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/create-feed/videos.php'),
(567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/index.php'),
(568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\preview.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/preview.php'),
(569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/sidebar.php'),
(570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar_sample.html', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/customizer/sidebar_sample.html'),
(571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\empty-state.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/empty-state.php'),
(572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/feeds.php'),
(573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/index.php'),
(574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\instances.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/instances.php'),
(575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds/legacy-feeds.php'),
(576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds-list.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds-list.php'),
(577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\feeds-type.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/feeds-type.php'),
(578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\footer.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/footer.php'),
(579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\header.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/header.php'),
(580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/index.php'),
(581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup-old.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/add-source-popup-old.php'),
(582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/add-source-popup.php'),
(583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php'),
(584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/embed-popup.php'),
(585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/extensions-popup.php'),
(586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\feedtemplates-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/feedtemplates-popup.php'),
(587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/feedtypes-popup.php'),
(588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/index.php'),
(589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/install-plugin-popup.php'),
(590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php'),
(591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/onboarding-popup.php'),
(592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/source-instances.php'),
(593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\popup\\temp-login-about.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/popup/temp-login-about.php'),
(594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\sections\\select-source.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/sections/select-source.php'),
(595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\builder\\templates\\wizard.php', 'wp-content/plugins/custom-facebook-feed/admin/builder/templates/wizard.php'),
(596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\enqueu-script.php', 'wp-content/plugins/custom-facebook-feed/admin/enqueu-script.php'),
(597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/index.php'),
(598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\templates\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/templates/index.php'),
(599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\templates\\locator-summary.php', 'wp-content/plugins/custom-facebook-feed/admin/templates/locator-summary.php'),
(600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\about\\content.php', 'wp-content/plugins/custom-facebook-feed/admin/views/about/content.php'),
(601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\about\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/views/about/index.php'),
(602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\extensions\\content.php', 'wp-content/plugins/custom-facebook-feed/admin/views/extensions/content.php'),
(603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\extensions\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/views/extensions/index.php'),
(604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\content.php', 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/content.php'),
(605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/index.php'),
(606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\modal.php', 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/modal.php'),
(607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\oembed_features.php', 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/oembed_features.php'),
(608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\oembeds\\plugin_info.php', 'wp-content/plugins/custom-facebook-feed/admin/views/oembeds/plugin_info.php'),
(609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\builder_footer_cta.php', 'wp-content/plugins/custom-facebook-feed/admin/views/sections/builder_footer_cta.php'),
(610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\footer_socials.php', 'wp-content/plugins/custom-facebook-feed/admin/views/sections/footer_socials.php'),
(611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\header.php', 'wp-content/plugins/custom-facebook-feed/admin/views/sections/header.php'),
(612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\settings_footer_cta.php', 'wp-content/plugins/custom-facebook-feed/admin/views/sections/settings_footer_cta.php'),
(613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\sections\\sticky_widget.php', 'wp-content/plugins/custom-facebook-feed/admin/views/sections/sticky_widget.php'),
(614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\content.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/content.php'),
(615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/index.php'),
(616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\advanced.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/advanced.php'),
(617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\feeds.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/feeds.php'),
(618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\general.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/general.php'),
(619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\translation.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/translation.php'),
(620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\settings\\tab\\translations.php', 'wp-content/plugins/custom-facebook-feed/admin/views/settings/tab/translations.php'),
(621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\content.php', 'wp-content/plugins/custom-facebook-feed/admin/views/support/content.php'),
(622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\index.php', 'wp-content/plugins/custom-facebook-feed/admin/views/support/index.php'),
(623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\admin\\views\\support\\support-tools.php', 'wp-content/plugins/custom-facebook-feed/admin/views/support/support-tools.php'),
(624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-blocks.css', 'wp-content/plugins/custom-facebook-feed/assets/css/cff-blocks.css'),
(625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-style.css', 'wp-content/plugins/custom-facebook-feed/assets/css/cff-style.css'),
(626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\cff-style.min.css', 'wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css'),
(627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\css\\font-awesome.min.css', 'wp-content/plugins/custom-facebook-feed/assets/css/font-awesome.min.css'),
(628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.asset.php', 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.asset.php'),
(629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.css', 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.css'),
(630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\blocks.js', 'wp-content/plugins/custom-facebook-feed/assets/dist/blocks.js'),
(631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\dist\\sbf-feed\\block.json', 'wp-content/plugins/custom-facebook-feed/assets/dist/sbf-feed/block.json'),
(632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\FontAwesome.otf', 'wp-content/plugins/custom-facebook-feed/assets/fonts/FontAwesome.otf'),
(633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.eot', 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.eot'),
(634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.svg', 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.svg'),
(635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.ttf', 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.ttf'),
(636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.woff', 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff'),
(637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\fonts\\fontawesome-webfont.woff2', 'wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff2'),
(638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\cff-avatar.png', 'wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png'),
(639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\placeholder.png', 'wp-content/plugins/custom-facebook-feed/assets/img/placeholder.png'),
(640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\img\\smashballoon-tiny.png', 'wp-content/plugins/custom-facebook-feed/assets/img/smashballoon-tiny.png'),
(641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-blocks.js', 'wp-content/plugins/custom-facebook-feed/assets/js/cff-blocks.js'),
(642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-scripts.js', 'wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.js'),
(643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\cff-scripts.min.js', 'wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js'),
(644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\elementor-preview.js', 'wp-content/plugins/custom-facebook-feed/assets/js/elementor-preview.js'),
(645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\assets\\js\\jquery.matchHeight-min.js', 'wp-content/plugins/custom-facebook-feed/assets/js/jquery.matchHeight-min.js'),
(646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\changelog.txt', 'wp-content/plugins/custom-facebook-feed/changelog.txt'),
(647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\custom-facebook-feed.php', 'wp-content/plugins/custom-facebook-feed/custom-facebook-feed.php'),
(648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\email.php', 'wp-content/plugins/custom-facebook-feed/email.php'),
(649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\gpl-2.0.txt', 'wp-content/plugins/custom-facebook-feed/gpl-2.0.txt'),
(650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_About_Us.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_About_Us.php'),
(651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Admin.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Admin.php'),
(652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Admin_Notices.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Admin_Notices.php'),
(653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Callout.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Callout.php'),
(654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Global_Settings.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Global_Settings.php'),
(655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Install_Skin.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Install_Skin.php'),
(656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_New_User.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_New_User.php'),
(657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Notifications.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Notifications.php'),
(658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Onboarding_Wizard.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Onboarding_Wizard.php'),
(659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Support.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Support.php'),
(660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Support_Tool.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Support_Tool.php'),
(661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Tracking.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Tracking.php'),
(662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_Upgrader.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_Upgrader.php'),
(663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\CFF_oEmbeds.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/CFF_oEmbeds.php'),
(664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\Traits\\CFF_Settings.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/Traits/CFF_Settings.php'),
(665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\Traits\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/Traits/index.php'),
(666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Admin\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Admin/index.php'),
(667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Builder_Customizer.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Builder_Customizer.php'),
(668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Db.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Db.php'),
(669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Builder.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Builder.php'),
(670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Saver.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Saver.php'),
(671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Feed_Saver_Manager.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Feed_Saver_Manager.php'),
(672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Post_Set.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Post_Set.php'),
(673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Source.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Source.php'),
(674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Theme_CSS.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Theme_CSS.php'),
(675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\CFF_Tooltip_Wizard.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/CFF_Tooltip_Wizard.php'),
(676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Actionbutton_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Actionbutton_Control.php'),
(677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Checkbox_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Checkbox_Control.php'),
(678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Checkboxsection_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Checkboxsection_Control.php'),
(679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Coloroverride_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Coloroverride_Control.php'),
(680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Colorpicker_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Colorpicker_Control.php'),
(681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Controls_Base.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Controls_Base.php'),
(682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Customview_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Customview_Control.php'),
(683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Datepicker_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Datepicker_Control.php'),
(684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Heading_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Heading_Control.php'),
(685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Hidden_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Hidden_Control.php'),
(686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Number_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Number_Control.php'),
(687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Select_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Select_Control.php'),
(688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Separator_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Separator_Control.php'),
(689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Switcher_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Switcher_Control.php'),
(690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Text_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Text_Control.php'),
(691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Textarea_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Textarea_Control.php'),
(692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Toggle_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Toggle_Control.php'),
(693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Togglebutton_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Togglebutton_Control.php'),
(694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\CFF_Toggleset_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/CFF_Toggleset_Control.php'),
(695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Controls\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Controls/index.php'),
(696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Builder_Customizer_Tab.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Builder_Customizer_Tab.php'),
(697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Customize_Tab.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Customize_Tab.php'),
(698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Settings_Tab.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Settings_Tab.php'),
(699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\CFF_Styling_Tab.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/CFF_Styling_Tab.php'),
(700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\Tabs\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/Tabs/index.php'),
(701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Builder\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Builder/index.php'),
(702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Autolink.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Autolink.php'),
(703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Blocks.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Blocks.php'),
(704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Cache.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Cache.php'),
(705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Education.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Education.php'),
(706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Elementor_Base.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Elementor_Base.php'),
(707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Elementor_Widget.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Elementor_Widget.php'),
(708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Error_Reporter.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Error_Reporter.php'),
(709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_FB_Settings.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_FB_Settings.php'),
(710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Elementor_Control.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Elementor_Control.php'),
(711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Locator.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Locator.php'),
(712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Feed_Pro.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Feed_Pro.php'),
(713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_GDPR_Integrations.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_GDPR_Integrations.php'),
(714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Group_Posts.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Group_Posts.php'),
(715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_HTTP_Request.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_HTTP_Request.php'),
(716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Oembed.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Oembed.php'),
(717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Parse.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Parse.php'),
(718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Resizer.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Resizer.php'),
(719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Response.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Response.php'),
(720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Shortcode.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Shortcode.php'),
(721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Shortcode_Display.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Shortcode_Display.php'),
(722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_SiteHealth.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_SiteHealth.php'),
(723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_Utils.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_Utils.php'),
(724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\CFF_View.php', 'wp-content/plugins/custom-facebook-feed/inc/CFF_View.php'),
(725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Custom_Facebook_Feed.php', 'wp-content/plugins/custom-facebook-feed/inc/Custom_Facebook_Feed.php'),
(726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Email_Notification.php', 'wp-content/plugins/custom-facebook-feed/inc/Email_Notification.php'),
(727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\PluginSilentUpgrader.php', 'wp-content/plugins/custom-facebook-feed/inc/Helpers/PluginSilentUpgrader.php'),
(728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/custom-facebook-feed/inc/Helpers/PluginSilentUpgraderSkin.php'),
(729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\Util.php', 'wp-content/plugins/custom-facebook-feed/inc/Helpers/Util.php'),
(730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Helpers\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Helpers/index.php'),
(731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Analytics\\SB_Analytics.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Analytics/SB_Analytics.php'),
(732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Analytics\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Analytics/index.php'),
(733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_API_Connect.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_API_Connect.php'),
(734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Graph_Data.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Graph_Data.php'),
(735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Graph_Url.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Graph_Url.php'),
(736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\CFF_Integration.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/CFF_Integration.php'),
(737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\CFF_Divi_Handler.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/CFF_Divi_Handler.php'),
(738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\SBFacebookFeed.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/SBFacebookFeed.php'),
(739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\Divi\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/Divi/index.php'),
(740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Integrations\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/Integrations/index.php'),
(741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\Platform_Data.php', 'wp-content/plugins/custom-facebook-feed/inc/Platform_Data.php'),
(742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\SB_Facebook_Data_Encryption.php', 'wp-content/plugins/custom-facebook-feed/inc/SB_Facebook_Data_Encryption.php'),
(743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\SB_Facebook_Data_Manager.php', 'wp-content/plugins/custom-facebook-feed/inc/SB_Facebook_Data_Manager.php'),
(744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\inc\\index.php', 'wp-content/plugins/custom-facebook-feed/inc/index.php'),
(745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\index.php', 'wp-content/plugins/custom-facebook-feed/index.php'),
(746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-de_DE.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-de_DE.mo'),
(747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-de_DE.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-de_DE.po'),
(748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-es_ES.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-es_ES.mo'),
(749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-es_ES.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-es_ES.po'),
(750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-fr_FR.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-fr_FR.mo'),
(751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-fr_FR.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-fr_FR.po'),
(752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-it_IT.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-it_IT.mo'),
(753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-it_IT.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-it_IT.po'),
(754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ja_JA.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ja_JA.mo'),
(755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ja_JA.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ja_JA.po'),
(756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-nl_NL.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-nl_NL.mo'),
(757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-nl_NL.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-nl_NL.po'),
(758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pl_PL.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pl_PL.mo'),
(759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pl_PL.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pl_PL.po'),
(760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pt_BR.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pt_BR.mo'),
(761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-pt_BR.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-pt_BR.po'),
(762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ru_RU.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ru_RU.mo'),
(763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-ru_RU.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-ru_RU.po'),
(764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-tr_TR.mo', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-tr_TR.mo'),
(765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed-tr_TR.po', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed-tr_TR.po');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\languages\\custom-facebook-feed.pot', 'wp-content/plugins/custom-facebook-feed/languages/custom-facebook-feed.pot'),
(767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\credit.php', 'wp-content/plugins/custom-facebook-feed/templates/credit.php'),
(768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\error-message.php', 'wp-content/plugins/custom-facebook-feed/templates/error-message.php'),
(769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\header.php', 'wp-content/plugins/custom-facebook-feed/templates/header.php'),
(770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\index.php', 'wp-content/plugins/custom-facebook-feed/templates/index.php'),
(771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\author.php', 'wp-content/plugins/custom-facebook-feed/templates/item/author.php'),
(772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\container.php', 'wp-content/plugins/custom-facebook-feed/templates/item/container.php'),
(773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\date.php', 'wp-content/plugins/custom-facebook-feed/templates/item/date.php'),
(774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\index.php', 'wp-content/plugins/custom-facebook-feed/templates/item/index.php'),
(775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\media-link.php', 'wp-content/plugins/custom-facebook-feed/templates/item/media-link.php'),
(776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\post-link.php', 'wp-content/plugins/custom-facebook-feed/templates/item/post-link.php'),
(777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\post-text.php', 'wp-content/plugins/custom-facebook-feed/templates/item/post-text.php'),
(778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\shared-link.php', 'wp-content/plugins/custom-facebook-feed/templates/item/shared-link.php'),
(779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\type\\index.php', 'wp-content/plugins/custom-facebook-feed/templates/item/type/index.php'),
(780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\item\\type\\note.php', 'wp-content/plugins/custom-facebook-feed/templates/item/type/note.php'),
(781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\templates\\likebox.php', 'wp-content/plugins/custom-facebook-feed/templates/likebox.php'),
(782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\autoload.php', 'wp-content/plugins/custom-facebook-feed/vendor/autoload.php'),
(783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/ClassLoader.php'),
(784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/InstalledVersions.php'),
(785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\LICENSE', 'wp-content/plugins/custom-facebook-feed/vendor/composer/LICENSE'),
(786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_classmap.php'),
(787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_files.php'),
(788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_namespaces.php'),
(789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_psr4.php'),
(790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_real.php'),
(791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/autoload_static.php'),
(792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\installed.json', 'wp-content/plugins/custom-facebook-feed/vendor/composer/installed.json'),
(793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\composer\\installed.php', 'wp-content/plugins/custom-facebook-feed/vendor/composer/installed.php'),
(794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/LICENSE.md'),
(795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/README.md'),
(796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/composer.json'),
(797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/custom-facebook-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/LICENSE'),
(812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/README.md'),
(813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/composer.json'),
(814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/CallableResolver.php'),
(815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Invoker.php'),
(819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/InvokerInterface.php'),
(820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/LICENSE'),
(830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/README.md'),
(831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/composer.json'),
(832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/custom-facebook-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/LICENSE'),
(837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/README.md'),
(838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/composer.json'),
(839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/ContainerExceptionInterface.php'),
(840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/ContainerInterface.php'),
(841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\scoper-autoload.php', 'wp-content/plugins/custom-facebook-feed/vendor/scoper-autoload.php'),
(843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/README.md'),
(862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/README.md'),
(868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/README.md'),
(929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php'),
(933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/Utilities/functions.php'),
(939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-facebook-feed\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/custom-facebook-feed/vendor/smashballoon/framework/composer.json'),
(940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\README.md', 'wp-content/plugins/custom-twitter-feeds/README.md'),
(941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\README.txt', 'wp-content/plugins/custom-twitter-feeds/README.txt'),
(942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\Traits\\CTF_Settings.php', 'wp-content/plugins/custom-twitter-feeds/admin/Traits/CTF_Settings.php'),
(943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\about.css', 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/about.css'),
(944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\admin-notifications.css', 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/admin-notifications.css'),
(945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\cff-admin-style.css', 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/cff-admin-style.css'),
(946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\settings.css', 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/settings.css'),
(947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\css\\support.css', 'wp-content/plugins/custom-twitter-feeds/admin/assets/css/support.css'),
(948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\api-error.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/api-error.png'),
(949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-full.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-full.svg'),
(950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-none.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-none.svg'),
(951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\icon-partial.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/icon-partial.svg'),
(952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-affwp.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-affwp.png'),
(953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-charitable.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-charitable.png'),
(954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-edd.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-edd.png'),
(955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-if.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-if.png'),
(956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-mi.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-mi.png'),
(957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-om.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-om.png'),
(958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-pushengage.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-pushengage.png'),
(959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-rp.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-rp.png'),
(960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-searchwp.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-searchwp.png'),
(961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-seedprod.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-seedprod.png'),
(962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-seo.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-seo.png'),
(963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-smtp.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-smtp.png'),
(964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-sugarcalendar.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-sugarcalendar.png');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-trustpulse.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-trustpulse.png'),
(966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-tw.jpg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-tw.jpg'),
(967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wp-simple-pay.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wp-simple-pay.png'),
(968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wpcode.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wpcode.png'),
(969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-wpforms.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-wpforms.png'),
(970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\about\\plugin-yt.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/about/plugin-yt.png'),
(971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon-120.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon-120.png'),
(972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon.png'),
(973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\balloon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/balloon.svg'),
(974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\book-icon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/book-icon.png'),
(975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\book-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/book-icon.svg'),
(976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\cff-sprite.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/cff-sprite.png'),
(977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\ctf-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/ctf-icon.svg'),
(978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon.png'),
(979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon.svg'),
(980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon2.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon2.png'),
(981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\fb-icon3.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/fb-icon3.png'),
(982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\group-app.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/group-app.png'),
(983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\insta-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/insta-icon.svg'),
(984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\instagram-color-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/instagram-color-icon.svg'),
(985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\instagram-icon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/instagram-icon.png'),
(986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\rocket-icon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/rocket-icon.png'),
(987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\rocket-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/rocket-icon.svg'),
(988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\save-plus-icon.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/save-plus-icon.png'),
(989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\save-plus-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/save-plus-icon.svg'),
(990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\social-wall-graphic.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/social-wall-graphic.png'),
(991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\social-wall-graphic2.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/social-wall-graphic2.png'),
(992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\support-members.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/support-members.png'),
(993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\team-avatar.png', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/team-avatar.png'),
(994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\twitter-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/twitter-icon.svg'),
(995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\img\\youtube-icon.svg', 'wp-content/plugins/custom-twitter-feeds/admin/assets/img/youtube-icon.svg'),
(996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\about.js', 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/about.js'),
(997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\admin-notifications.js', 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/admin-notifications.js'),
(998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\settings.js', 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/settings.js'),
(999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\assets\\js\\support.js', 'wp-content/plugins/custom-twitter-feeds/admin/assets/js/support.js'),
(1000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\builder.css', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/builder.css'),
(1001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\global.css', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/global.css'),
(1002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\preview.css', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/preview.css'),
(1003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\css\\tooltipster.css', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/css/tooltipster.css'),
(1004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\albums.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/albums.png'),
(1005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\combine-source.svg', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/combine-source.svg'),
(1006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\dummy-author.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/dummy-author.png'),
(1007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/dummy-lightbox.jpeg'),
(1008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\events.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/events.png'),
(1009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-featuredpost.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-featuredpost.png'),
(1010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-reviews.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-reviews.png'),
(1011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-singlealbum.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-singlealbum.png'),
(1012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\ext-socialwall.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/ext-socialwall.png'),
(1013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\featuredpost.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/featuredpost.png'),
(1014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\footer-social.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/footer-social.png'),
(1015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\logo.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/logo.png'),
(1016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\more-feeds.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/more-feeds.png'),
(1017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\photos.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/photos.png'),
(1018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-error-fetch.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-error-fetch.png'),
(1019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-featured-post.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-featured-post.png'),
(1020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\process-single-album.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/process-single-album.png'),
(1021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\reviews.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/reviews.png'),
(1022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\singlealbum.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/singlealbum.png'),
(1023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\socialwall.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/socialwall.png'),
(1024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\timeline.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/timeline.png'),
(1025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\videos.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/videos.png'),
(1026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\welcome-1.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/welcome-1.png'),
(1027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\img\\welcome-2.png', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/img/welcome-2.png'),
(1028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\builder.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/builder.js'),
(1029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\confirm-dialog.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/confirm-dialog.js'),
(1030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\date_i18n.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/date_i18n.js'),
(1031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\install-plugin-popup.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/install-plugin-popup.js'),
(1032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/jquery.tooltipster.min.js'),
(1033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\oembed.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/oembed.js'),
(1034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\owl.autoheight.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/owl.autoheight.js'),
(1035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\ressources.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/ressources.js'),
(1036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\tooltip-wizard.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/tooltip-wizard.js'),
(1037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\assets\\js\\vue-color.min.js', 'wp-content/plugins/custom-twitter-feeds/admin/builder/assets/js/vue-color.min.js'),
(1038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\builder.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/builder.php'),
(1039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\form-data-examples.html', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/form-data-examples.html'),
(1040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\error.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/error.php'),
(1041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\header.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/header.php'),
(1042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\preview\\theme-styles.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/preview/theme-styles.php'),
(1043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\customizer.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/customizer.php'),
(1044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\select-feed.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/select-feed.php'),
(1045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\screens\\welcome.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/screens/welcome.php'),
(1046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources-list.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/create-feed/multiple-sources-list.php'),
(1047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\customizer\\preview.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/customizer/preview.php'),
(1048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/customizer/sidebar.php'),
(1049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\empty-state.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/empty-state.php'),
(1050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/feeds.php'),
(1051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\instances.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/instances.php'),
(1052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds/legacy-feeds.php'),
(1053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds-list.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds-list.php'),
(1054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\feeds-type.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/feeds-type.php'),
(1055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\footer.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/footer.php'),
(1056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\header.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/header.php'),
(1057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/add-source-popup.php'),
(1058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/confirm-dialog-popup.php'),
(1059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\connect-account-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/connect-account-popup.php'),
(1060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/embed-popup.php'),
(1061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/extensions-popup.php'),
(1062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtemplates-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtemplates-popup.php'),
(1063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtypes-customizer-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php'),
(1064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/feedtypes-popup.php'),
(1065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/install-plugin-popup.php'),
(1066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/onboarding-customizer-popup.php'),
(1067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/onboarding-popup.php'),
(1068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/source-instances.php'),
(1069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\popup\\sources-list-popup.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/popup/sources-list-popup.php'),
(1070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\select-source.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/select-source.php'),
(1071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\builder\\templates\\sections\\select-template.php', 'wp-content/plugins/custom-twitter-feeds/admin/builder/templates/sections/select-template.php'),
(1072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\about\\content.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/about/content.php'),
(1073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\about\\index.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/about/index.php'),
(1074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\builder_footer_cta.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/builder_footer_cta.php'),
(1075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\header.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/header.php'),
(1076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\settings_footer_cta.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/settings_footer_cta.php'),
(1077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\sections\\sticky_widget.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/sections/sticky_widget.php'),
(1078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\content.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/content.php'),
(1079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\index.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/index.php'),
(1080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\advanced.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/advanced.php'),
(1081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\feeds.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/feeds.php'),
(1082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\general.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/general.php'),
(1083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\settings\\tab\\translation.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/settings/tab/translation.php'),
(1084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\support\\content.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/support/content.php'),
(1085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\admin\\views\\support\\index.php', 'wp-content/plugins/custom-twitter-feeds/admin/views/support/index.php'),
(1086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\changelog.txt', 'wp-content/plugins/custom-twitter-feeds/changelog.txt'),
(1087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\admin-notifications.css', 'wp-content/plugins/custom-twitter-feeds/css/admin-notifications.css'),
(1088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-admin-styles.css', 'wp-content/plugins/custom-twitter-feeds/css/ctf-admin-styles.css'),
(1089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-blocks.css', 'wp-content/plugins/custom-twitter-feeds/css/ctf-blocks.css'),
(1090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-styles.css', 'wp-content/plugins/custom-twitter-feeds/css/ctf-styles.css'),
(1091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\css\\ctf-styles.min.css', 'wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css'),
(1092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\custom-twitter-feed.php', 'wp-content/plugins/custom-twitter-feeds/custom-twitter-feed.php'),
(1093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-fb.png', 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-fb.png'),
(1094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-if.png', 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-if.png'),
(1095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-tw.jpg', 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-tw.jpg'),
(1096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\about\\plugin-yt.png', 'wp-content/plugins/custom-twitter-feeds/img/about/plugin-yt.png'),
(1097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\img\\placeholder.png', 'wp-content/plugins/custom-twitter-feeds/img/placeholder.png'),
(1098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_About_Us.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_About_Us.php'),
(1099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Admin_Notices.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Admin_Notices.php'),
(1100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Cache_Handler.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Cache_Handler.php'),
(1101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Global_Settings.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Global_Settings.php'),
(1102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_HTTP_Request.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_HTTP_Request.php'),
(1103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_New_User.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_New_User.php'),
(1104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Notifications.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Notifications.php'),
(1105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Response.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Response.php'),
(1106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Support.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Support.php'),
(1107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_Upgrader.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_Upgrader.php'),
(1108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\CTF_View.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/CTF_View.php'),
(1109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\PluginSilentUpgrader.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/PluginSilentUpgrader.php'),
(1110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/PluginSilentUpgraderSkin.php'),
(1111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\SB_Twitter_Cache.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/SB_Twitter_Cache.php'),
(1112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\Traits\\CTF_Feed_Templates_Settings.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/Traits/CTF_Feed_Templates_Settings.php'),
(1113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\addon-functions.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/addon-functions.php'),
(1114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Admin\\class-install-skin.php', 'wp-content/plugins/custom-twitter-feeds/inc/Admin/class-install-skin.php'),
(1115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Db.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Db.php'),
(1116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Builder.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Builder.php'),
(1117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Saver.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Saver.php'),
(1118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Feed_Saver_Manager.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Saver_Manager.php'),
(1119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Post_Set.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Post_Set.php'),
(1120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Theme_CSS.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Theme_CSS.php'),
(1121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\CTF_Tooltip_Wizard.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Tooltip_Wizard.php'),
(1122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Actionbutton_Control.php'),
(1123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkbox_Control.php'),
(1124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkboxlist_Control.php'),
(1125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Checkboxsection_Control.php'),
(1126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Coloroverride_Control.php'),
(1127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Colorpicker_Control.php'),
(1128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Controls_Base.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Controls_Base.php'),
(1129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Customview_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Customview_Control.php'),
(1130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Datepicker_Control.php'),
(1131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Heading_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Heading_Control.php'),
(1132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Hidden_Control.php'),
(1133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Imagechooser_Control.php'),
(1134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Notice_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Notice_Control.php'),
(1135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Number_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Number_Control.php'),
(1136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Select_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Select_Control.php'),
(1137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Separator_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Separator_Control.php'),
(1138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Switcher_Control.php'),
(1139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Text_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Text_Control.php'),
(1140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Textarea_Control.php'),
(1141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Toggle_Control.php'),
(1142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Togglebutton_Control.php'),
(1143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Toggleset_Control.php'),
(1144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\SB_Builder_Customizer.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/SB_Builder_Customizer.php'),
(1145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Builder_Customizer_Tab.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Builder_Customizer_Tab.php'),
(1146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Customize_Tab.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Customize_Tab.php'),
(1147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Settings_Tab.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Settings_Tab.php'),
(1148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Builder\\Tabs\\CTF_Styling_Tab.php', 'wp-content/plugins/custom-twitter-feeds/inc/Builder/Tabs/CTF_Styling_Tab.php'),
(1149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Display_Elements.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Display_Elements.php'),
(1150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Feed.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Feed.php'),
(1151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Feed_Locator.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Feed_Locator.php'),
(1152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_GDPR_Integrations.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_GDPR_Integrations.php'),
(1153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Parse.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Parse.php'),
(1154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Settings.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Settings.php'),
(1155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CTF_Tracking.php', 'wp-content/plugins/custom-twitter-feeds/inc/CTF_Tracking.php'),
(1156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfAdmin.php', 'wp-content/plugins/custom-twitter-feeds/inc/CtfAdmin.php'),
(1157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfCache.php', 'wp-content/plugins/custom-twitter-feeds/inc/CtfCache.php'),
(1158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfFeed.php', 'wp-content/plugins/custom-twitter-feeds/inc/CtfFeed.php'),
(1159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\CtfOauthConnect.php', 'wp-content/plugins/custom-twitter-feeds/inc/CtfOauthConnect.php'),
(1160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\Integrations\\Analytics\\SB_Analytics.php', 'wp-content/plugins/custom-twitter-feeds/inc/Integrations/Analytics/SB_Analytics.php'),
(1161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SB_Twitter_Cron_Updater.php', 'wp-content/plugins/custom-twitter-feeds/inc/SB_Twitter_Cron_Updater.php'),
(1162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\AuthRoutine.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/AuthRoutine.php'),
(1163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\CronUpdaterManager.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/CronUpdaterManager.php'),
(1164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\ErrorReport.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/ErrorReport.php'),
(1165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\Request.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/Request.php'),
(1166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\Services\\ErrorReporterService.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/Services/ErrorReporterService.php'),
(1167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\SettingsFilter.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/SettingsFilter.php'),
(1168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\SinglePostCache.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/SinglePostCache.php'),
(1169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetAggregator.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetAggregator.php'),
(1170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetFilterer.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetFilterer.php'),
(1171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetRepository.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetRepository.php'),
(1172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\SmashTwitter\\TweetSetModifier.php', 'wp-content/plugins/custom-twitter-feeds/inc/SmashTwitter/TweetSetModifier.php'),
(1173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\Adapter.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/Adapter.php'),
(1174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\CtfOauthConnect.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/CtfOauthConnect.php'),
(1175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\MediaAdapter.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/MediaAdapter.php'),
(1176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\TweetAdapter.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/TweetAdapter.php'),
(1177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\TwitterHelperApi.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/TwitterHelperApi.php'),
(1178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\V2\\UserAdapter.php', 'wp-content/plugins/custom-twitter-feeds/inc/V2/UserAdapter.php'),
(1179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\admin-hooks.php', 'wp-content/plugins/custom-twitter-feeds/inc/admin-hooks.php'),
(1180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\blocks\\class-ctf-blocks.php', 'wp-content/plugins/custom-twitter-feeds/inc/blocks/class-ctf-blocks.php'),
(1181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\ctf-functions.php', 'wp-content/plugins/custom-twitter-feeds/inc/ctf-functions.php'),
(1182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\notices.php', 'wp-content/plugins/custom-twitter-feeds/inc/notices.php'),
(1183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\inc\\widget.php', 'wp-content/plugins/custom-twitter-feeds/inc/widget.php'),
(1184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\admin-notifications.js', 'wp-content/plugins/custom-twitter-feeds/js/admin-notifications.js'),
(1185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-admin-scripts.js', 'wp-content/plugins/custom-twitter-feeds/js/ctf-admin-scripts.js'),
(1186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-blocks.js', 'wp-content/plugins/custom-twitter-feeds/js/ctf-blocks.js'),
(1187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-scripts.js', 'wp-content/plugins/custom-twitter-feeds/js/ctf-scripts.js'),
(1188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\ctf-scripts.min.js', 'wp-content/plugins/custom-twitter-feeds/js/ctf-scripts.min.js'),
(1189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\js\\jquery.matchHeight-min.js', 'wp-content/plugins/custom-twitter-feeds/js/jquery.matchHeight-min.js'),
(1190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-de_DE.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-de_DE.mo'),
(1191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-de_DE.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-de_DE.po'),
(1192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-es_ES.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-es_ES.mo'),
(1193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-es_ES.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-es_ES.po'),
(1194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-fr_FR.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-fr_FR.mo'),
(1195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-fr_FR.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-fr_FR.po'),
(1196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-it_IT.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-it_IT.mo'),
(1197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-it_IT.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-it_IT.po'),
(1198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ja.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ja.mo'),
(1199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ja.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ja.po'),
(1200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-nl_NL.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-nl_NL.mo'),
(1201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-nl_NL.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-nl_NL.po'),
(1202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pl_PL.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pl_PL.mo'),
(1203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pl_PL.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pl_PL.po'),
(1204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pt_BR.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pt_BR.mo'),
(1205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-pt_BR.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-pt_BR.po'),
(1206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ru_RU.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ru_RU.mo'),
(1207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-ru_RU.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-ru_RU.po'),
(1208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-tr_TR.mo', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-tr_TR.mo'),
(1209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds-tr_TR.po', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds-tr_TR.po'),
(1210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\languages\\custom-twitter-feeds.pot', 'wp-content/plugins/custom-twitter-feeds/languages/custom-twitter-feeds.pot'),
(1211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\actions.php', 'wp-content/plugins/custom-twitter-feeds/templates/actions.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\author.php', 'wp-content/plugins/custom-twitter-feeds/templates/author.php'),
(1213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\error.php', 'wp-content/plugins/custom-twitter-feeds/templates/error.php'),
(1214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\feed.php', 'wp-content/plugins/custom-twitter-feeds/templates/feed.php'),
(1215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\footer.php', 'wp-content/plugins/custom-twitter-feeds/templates/footer.php'),
(1216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header-generic.php', 'wp-content/plugins/custom-twitter-feeds/templates/header-generic.php'),
(1217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header-text.php', 'wp-content/plugins/custom-twitter-feeds/templates/header-text.php'),
(1218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\header.php', 'wp-content/plugins/custom-twitter-feeds/templates/header.php'),
(1219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\item.php', 'wp-content/plugins/custom-twitter-feeds/templates/item.php'),
(1220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\templates\\linkbox.php', 'wp-content/plugins/custom-twitter-feeds/templates/linkbox.php'),
(1221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\uninstall.php', 'wp-content/plugins/custom-twitter-feeds/uninstall.php'),
(1222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\autoload.php', 'wp-content/plugins/custom-twitter-feeds/vendor/autoload.php'),
(1223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/ClassLoader.php'),
(1224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/InstalledVersions.php'),
(1225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\LICENSE', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/LICENSE'),
(1226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_classmap.php'),
(1227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_files.php'),
(1228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_namespaces.php'),
(1229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_psr4.php'),
(1230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_real.php'),
(1231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/autoload_static.php'),
(1232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\installed.json', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/installed.json'),
(1233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\installed.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/installed.php'),
(1234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\composer\\platform_check.php', 'wp-content/plugins/custom-twitter-feeds/vendor/composer/platform_check.php'),
(1235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/LICENSE.md'),
(1236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/README.md'),
(1237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/composer.json'),
(1238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(1239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(1240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(1241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(1242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(1243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(1244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(1245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(1246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(1247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(1248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(1249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(1250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(1251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/custom-twitter-feeds/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(1252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/LICENSE'),
(1253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/README.md'),
(1254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/composer.json'),
(1255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/CallableResolver.php'),
(1256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(1257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(1258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(1259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Invoker.php'),
(1260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/InvokerInterface.php'),
(1261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(1262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(1263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(1264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(1265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(1266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(1267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(1268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(1269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(1270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/LICENSE'),
(1271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/README.md'),
(1272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/composer.json'),
(1273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(1274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(1275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(1276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/custom-twitter-feeds/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(1277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/LICENSE'),
(1278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/README.md'),
(1279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/composer.json'),
(1280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/ContainerExceptionInterface.php'),
(1281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/ContainerInterface.php'),
(1282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(1283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\scoper-autoload.php', 'wp-content/plugins/custom-twitter-feeds/vendor/scoper-autoload.php'),
(1284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(1285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(1286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/README.md'),
(1287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\package.json', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/package.json'),
(1288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\blocks.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/blocks.js'),
(1289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\index.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/index.js'),
(1290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\modal.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/modal.js'),
(1291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\blocks.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/blocks.js'),
(1292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\cta.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/cta.js'),
(1293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\index.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/index.js'),
(1294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\upsells.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/upsells.js'),
(1295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\icons.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/icons.js'),
(1296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.js'),
(1297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.test.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.test.js'),
(1298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\styles.module.css', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/blocks/src/styles.module.css'),
(1299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(1300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(1301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(1302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\package.json', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/package.json'),
(1303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\blocks.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/blocks.js'),
(1304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\edit.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/edit.js'),
(1305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\editor.scss', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/editor.scss'),
(1306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\icons.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/icons.js'),
(1307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\index.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/index.js'),
(1308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\preview.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Blocks/src/preview.js'),
(1309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(1310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(1311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(1312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(1313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(1314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(1315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/I18n/I18n.php'),
(1316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(1317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(1318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(1319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(1320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(1321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(1322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(1323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/README.md'),
(1324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(1325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(1326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(1327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(1328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(1329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/README.md'),
(1330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(1331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(1332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(1333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(1334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(1335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(1336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(1337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(1338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(1339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(1340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(1341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(1342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(1343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(1344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(1345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(1346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(1347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(1348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(1349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(1350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(1351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(1352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(1353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(1354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(1355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(1356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(1357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(1358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(1359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(1360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(1361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(1362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(1363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(1364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(1365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(1366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(1367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(1368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(1369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(1370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(1371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(1372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(1373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(1374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(1375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(1376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(1377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(1378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(1379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(1380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(1381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(1382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(1383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(1384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(1385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(1386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(1387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(1388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(1389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(1390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/README.md'),
(1391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(1392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(1393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(1394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php'),
(1395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(1396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(1397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(1398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(1399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(1400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/Utilities/functions.php'),
(1401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/composer.json');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\crowdin.yaml', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/crowdin.yaml'),
(1403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\vendor\\smashballoon\\framework\\phpcs.xml', 'wp-content/plugins/custom-twitter-feeds/vendor/smashballoon/framework/phpcs.xml'),
(1404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\custom-twitter-feeds\\views\\admin\\more-social-feeds.php', 'wp-content/plugins/custom-twitter-feeds/views/admin/more-social-feeds.php'),
(1405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\duplicatepage.php', 'wp-content/plugins/duplicate-page/duplicatepage.php'),
(1406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\inc\\admin-settings.php', 'wp-content/plugins/duplicate-page/inc/admin-settings.php'),
(1407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\js\\duplicate_page.js', 'wp-content/plugins/duplicate-page/js/duplicate_page.js'),
(1408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\duplicate-page\\js\\editor-script.js', 'wp-content/plugins/duplicate-page/js/editor-script.js'),
(1409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\CONTRIBUTING.md', 'wp-content/plugins/elementor/CONTRIBUTING.md'),
(1410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\admin-menu-items\\editor-one-theme-builder-menu.php', 'wp-content/plugins/elementor/app/admin-menu-items/editor-one-theme-builder-menu.php'),
(1411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\admin-menu-items\\theme-builder-menu-item.php', 'wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php'),
(1412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\app.php', 'wp-content/plugins/elementor/app/app.php'),
(1413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\base-adapter.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php'),
(1414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\envato.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php'),
(1415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\compatibility\\kit-library.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php'),
(1416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php', 'wp-content/plugins/elementor/app/modules/import-export/module.php'),
(1417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\export.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php'),
(1418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php'),
(1419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\revert.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php'),
(1420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php'),
(1421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\export-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php'),
(1422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php'),
(1423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php'),
(1424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php'),
(1425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php'),
(1426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\export\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php'),
(1427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php'),
(1428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\import-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php'),
(1429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php'),
(1430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php'),
(1431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php'),
(1432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php'),
(1433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\import\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php'),
(1434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php'),
(1435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php'),
(1436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\revert-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php'),
(1437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php'),
(1438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php'),
(1439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php'),
(1440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\revert\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php'),
(1441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\runners\\runner-interface.php', 'wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php'),
(1442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\usage.php', 'wp-content/plugins/elementor/app/modules/import-export/usage.php'),
(1443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\utils.php', 'wp-content/plugins/elementor/app/modules/import-export/utils.php'),
(1444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\wp-cli.php', 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php'),
(1445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\base-adapter.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/base-adapter.php'),
(1446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\customization.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/customization.php'),
(1447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\envato.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/envato.php'),
(1448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\compatibility\\kit-library.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/compatibility/kit-library.php'),
(1449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\controller.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/controller.php'),
(1450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\response.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/response.php'),
(1451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\base-route.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/base-route.php'),
(1452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\export.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/export.php'),
(1453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\import-runner.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/import-runner.php'),
(1454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\import.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/import.php'),
(1455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\manager-url.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/manager-url.php'),
(1456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\process-media.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/process-media.php'),
(1457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\revert.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/revert.php'),
(1458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\traits\\handles-quota-errors.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/traits/handles-quota-errors.php'),
(1459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\data\\routes\\upload.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/data/routes/upload.php'),
(1460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\module.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/module.php'),
(1461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\export.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/export.php'),
(1462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\import.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/import.php'),
(1463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\processes\\revert.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/processes/revert.php'),
(1464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/elementor-content.php'),
(1465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\export-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/export-runner-base.php'),
(1466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/plugins.php'),
(1467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/site-settings.php'),
(1468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/taxonomies.php'),
(1469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/templates.php'),
(1470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\export\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/export/wp-content.php'),
(1471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/elementor-content.php'),
(1472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\floating-elements.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/floating-elements.php'),
(1473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\import-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/import-runner-base.php'),
(1474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/plugins.php'),
(1475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/site-settings.php'),
(1476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/taxonomies.php'),
(1477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/templates.php'),
(1478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\import\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/import/wp-content.php'),
(1479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\elementor-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/elementor-content.php'),
(1480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\plugins.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/plugins.php'),
(1481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\revert-runner-base.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/revert-runner-base.php'),
(1482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\site-settings.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/site-settings.php'),
(1483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\taxonomies.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/taxonomies.php'),
(1484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\templates.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/templates.php'),
(1485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\revert\\wp-content.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/wp-content.php'),
(1486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\runners\\runner-interface.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/runners/runner-interface.php'),
(1487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\usage.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/usage.php'),
(1488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\utils.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/utils.php'),
(1489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\import-export-customization\\wp-cli.php', 'wp-content/plugins/elementor/app/modules/import-export-customization/wp-cli.php'),
(1490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\admin-menu-items\\editor-one-website-templates-menu.php', 'wp-content/plugins/elementor/app/modules/kit-library/admin-menu-items/editor-one-website-templates-menu.php'),
(1491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\connect\\kit-library.php', 'wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php'),
(1492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\base-controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php'),
(1493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php'),
(1494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\endpoints\\download-link.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php'),
(1495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\kits\\endpoints\\favorites.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php'),
(1496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\repository.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php'),
(1497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\data\\taxonomies\\controller.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php'),
(1498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\kit-library\\module.php', 'wp-content/plugins/elementor/app/modules/kit-library/module.php'),
(1499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\controller.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/controller.php'),
(1500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\install-pro.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/install-pro.php'),
(1501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\install-theme.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/install-theme.php'),
(1502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\pro-install-screen.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/pro-install-screen.php'),
(1503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\user-choices.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/user-choices.php'),
(1504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\data\\endpoints\\user-progress.php', 'wp-content/plugins/elementor/app/modules/onboarding/data/endpoints/user-progress.php'),
(1505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\module.php', 'wp-content/plugins/elementor/app/modules/onboarding/module.php'),
(1506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\entities\\user-choices.php', 'wp-content/plugins/elementor/app/modules/onboarding/storage/entities/user-choices.php'),
(1507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\entities\\user-progress.php', 'wp-content/plugins/elementor/app/modules/onboarding/storage/entities/user-progress.php'),
(1508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\storage\\onboarding-progress-manager.php', 'wp-content/plugins/elementor/app/modules/onboarding/storage/onboarding-progress-manager.php'),
(1509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\base-validator.php', 'wp-content/plugins/elementor/app/modules/onboarding/validation/base-validator.php'),
(1510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\user-choices-validator.php', 'wp-content/plugins/elementor/app/modules/onboarding/validation/user-choices-validator.php'),
(1511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\onboarding\\validation\\user-progress-validator.php', 'wp-content/plugins/elementor/app/modules/onboarding/validation/user-progress-validator.php'),
(1512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\modules\\site-editor\\module.php', 'wp-content/plugins/elementor/app/modules/site-editor/module.php'),
(1513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\app\\view.php', 'wp-content/plugins/elementor/app/view.php'),
(1514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-bar.css', 'wp-content/plugins/elementor/assets/css/admin-bar.css'),
(1515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-bar.min.css', 'wp-content/plugins/elementor/assets/css/admin-bar.min.css'),
(1516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-top-bar.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.css'),
(1517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin-top-bar.min.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css'),
(1518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin.css', 'wp-content/plugins/elementor/assets/css/admin.css'),
(1519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\admin.min.css', 'wp-content/plugins/elementor/assets/css/admin.min.css'),
(1520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base-rtl.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.css'),
(1521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css'),
(1522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base.css', 'wp-content/plugins/elementor/assets/css/app-base.css'),
(1523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-base.min.css', 'wp-content/plugins/elementor/assets/css/app-base.min.css'),
(1524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-rtl.css', 'wp-content/plugins/elementor/assets/css/app-rtl.css'),
(1525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-rtl.min.css'),
(1526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app.css', 'wp-content/plugins/elementor/assets/css/app.css'),
(1527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\app.min.css', 'wp-content/plugins/elementor/assets/css/app.min.css'),
(1528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common-rtl.css', 'wp-content/plugins/elementor/assets/css/common-rtl.css'),
(1529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common-rtl.min.css', 'wp-content/plugins/elementor/assets/css/common-rtl.min.css'),
(1530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common.css', 'wp-content/plugins/elementor/assets/css/common.css'),
(1531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\common.min.css', 'wp-content/plugins/elementor/assets/css/common.min.css'),
(1532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\apple-webkit.css', 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css'),
(1533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\apple-webkit.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css'),
(1534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\dialog.css', 'wp-content/plugins/elementor/assets/css/conditionals/dialog.css'),
(1535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\dialog.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css'),
(1536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\e-swiper.css', 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css'),
(1537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\e-swiper.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css'),
(1538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\lightbox.css', 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.css'),
(1539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\lightbox.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css'),
(1540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\shapes.css', 'wp-content/plugins/elementor/assets/css/conditionals/shapes.css'),
(1541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\conditionals\\shapes.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css'),
(1542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-common.css', 'wp-content/plugins/elementor/assets/css/editor-one-common.css'),
(1543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-common.min.css', 'wp-content/plugins/elementor/assets/css/editor-one-common.min.css'),
(1544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-elements.css', 'wp-content/plugins/elementor/assets/css/editor-one-elements.css'),
(1545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-elements.min.css', 'wp-content/plugins/elementor/assets/css/editor-one-elements.min.css'),
(1546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-tables.css', 'wp-content/plugins/elementor/assets/css/editor-one-tables.css'),
(1547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one-tables.min.css', 'wp-content/plugins/elementor/assets/css/editor-one-tables.min.css'),
(1548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one.css', 'wp-content/plugins/elementor/assets/css/editor-one.css'),
(1549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-one.min.css', 'wp-content/plugins/elementor/assets/css/editor-one.min.css'),
(1550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css'),
(1551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css'),
(1552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview.css', 'wp-content/plugins/elementor/assets/css/editor-preview.css'),
(1553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-preview.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview.min.css'),
(1554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.css'),
(1555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.min.css'),
(1556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-v2-app-bar-overrides.css', 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css'),
(1557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor-v2-app-bar-overrides.min.css', 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css'),
(1558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor.css', 'wp-content/plugins/elementor/assets/css/editor.css'),
(1559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\editor.min.css', 'wp-content/plugins/elementor/assets/css/editor.min.css'),
(1560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\frontend.css', 'wp-content/plugins/elementor/assets/css/frontend.css'),
(1561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\frontend.min.css', 'wp-content/plugins/elementor/assets/css/frontend.min.css'),
(1562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\editor.css', 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css'),
(1563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css'),
(1564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\layout-preview.css', 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css'),
(1565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\ai\\layout-preview.min.css', 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css'),
(1566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\announcements\\announcements.css', 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css'),
(1567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\announcements\\announcements.min.css', 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css'),
(1568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\apps\\admin.css', 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css'),
(1569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\apps\\admin.min.css', 'wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css'),
(1570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\container-converter\\editor.css', 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css'),
(1571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\container-converter\\editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css'),
(1572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\design-system-sync\\design-system-sync.css', 'wp-content/plugins/elementor/assets/css/modules/design-system-sync/design-system-sync.css'),
(1573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\design-system-sync\\design-system-sync.min.css', 'wp-content/plugins/elementor/assets/css/modules/design-system-sync/design-system-sync.min.css'),
(1574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin-menu.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin-menu.css'),
(1575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin-menu.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin-menu.min.css'),
(1576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin.css'),
(1577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\admin.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/admin.min.css'),
(1578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\sidebar-navigation.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/sidebar-navigation.css'),
(1579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\sidebar-navigation.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/sidebar-navigation.min.css'),
(1580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-dark.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-dark.css'),
(1581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-dark.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-dark.min.css'),
(1582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-light.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-light.css'),
(1583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\theme-light.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/theme-light.min.css'),
(1584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\top-bar.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/top-bar.css'),
(1585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\top-bar.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/top-bar.min.css'),
(1586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\variables.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/variables.css'),
(1587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-one\\variables.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-one/variables.min.css'),
(1588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-v4-opt-in\\opt-in.css', 'wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in/opt-in.css'),
(1589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\editor-v4-opt-in\\opt-in.min.css', 'wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in/opt-in.min.css'),
(1590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\home\\e-home-screen.css', 'wp-content/plugins/elementor/assets/css/modules/home/e-home-screen.css'),
(1591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\home\\e-home-screen.min.css', 'wp-content/plugins/elementor/assets/css/modules/home/e-home-screen.min.css'),
(1592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\notes\\editor.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css'),
(1593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\notes\\editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css'),
(1594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\styleguide\\editor.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/editor.css'),
(1595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\modules\\styleguide\\editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/editor.min.css'),
(1596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\responsive-bar.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.css'),
(1597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\responsive-bar.min.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css'),
(1598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\apple-webkit.css', 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.css'),
(1599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\apple-webkit.min.css', 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css'),
(1600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\frontend.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.css'),
(1601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\frontend.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css'),
(1602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\lightbox.css', 'wp-content/plugins/elementor/assets/css/templates/lightbox.css'),
(1603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\lightbox.min.css', 'wp-content/plugins/elementor/assets/css/templates/lightbox.min.css'),
(1604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css'),
(1605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css'),
(1606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-alert-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css'),
(1607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css'),
(1608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css'),
(1609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css'),
(1610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-10-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css'),
(1611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-10.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css'),
(1612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css'),
(1613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-7.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css'),
(1614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-9-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css'),
(1615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-contact-buttons-var-9.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css'),
(1616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css'),
(1617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css'),
(1618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css'),
(1619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-bars-var-3.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css'),
(1620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-buttons-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-buttons-rtl.min.css'),
(1621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-floating-buttons.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-buttons.min.css'),
(1622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css'),
(1623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-box.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css'),
(1624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-list-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css'),
(1625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-icon-list.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css'),
(1626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css'),
(1627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-box.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css'),
(1628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-gallery-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css'),
(1629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-image-gallery.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css'),
(1630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css'),
(1631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css'),
(1632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-rtl.min.css'),
(1633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-link-in-bio.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio.min.css'),
(1634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-nested-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css'),
(1635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-nested-tabs.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css'),
(1636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-progress-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css'),
(1637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css'),
(1638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-star-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css'),
(1639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-star-rating.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css'),
(1640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css'),
(1641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css'),
(1642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-toggle-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css'),
(1643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\templates\\widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css'),
(1644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-dark.css', 'wp-content/plugins/elementor/assets/css/theme-dark.css'),
(1645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-dark.min.css', 'wp-content/plugins/elementor/assets/css/theme-dark.min.css'),
(1646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-light.css', 'wp-content/plugins/elementor/assets/css/theme-light.css'),
(1647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\theme-light.min.css', 'wp-content/plugins/elementor/assets/css/theme-light.min.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css'),
(1649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion.min.css'),
(1650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-alert-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css'),
(1651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert.min.css'),
(1652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css'),
(1653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css'),
(1654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-1-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css'),
(1655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-1.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css'),
(1656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-10-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css'),
(1657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-10.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css'),
(1658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css'),
(1659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css'),
(1660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-4-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css'),
(1661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-4.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css'),
(1662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-6-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css'),
(1663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-6.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css'),
(1664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css'),
(1665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-7.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css'),
(1666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-8-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css'),
(1667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-8.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css'),
(1668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-9-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css'),
(1669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-var-9.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css'),
(1670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css'),
(1671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-contact-buttons-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css'),
(1672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-counter-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css'),
(1673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-counter.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter.min.css'),
(1674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-divider-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css'),
(1675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-divider.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider.min.css'),
(1676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css'),
(1677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css'),
(1678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-2-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css'),
(1679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-2.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css'),
(1680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css'),
(1681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css'),
(1682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css'),
(1683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-bars-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css'),
(1684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-buttons-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css'),
(1685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-floating-buttons.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css'),
(1686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-google_maps-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css'),
(1687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-google_maps.min.css', 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css'),
(1688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-heading-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css'),
(1689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-heading.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading.min.css'),
(1690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css'),
(1691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css'),
(1692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-list-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css'),
(1693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-icon-list.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css'),
(1694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-box-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css'),
(1695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-box.min.css'),
(1696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-carousel-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css'),
(1697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-carousel.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css'),
(1698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-gallery-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css'),
(1699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-gallery.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css'),
(1700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css'),
(1701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-image.min.css', 'wp-content/plugins/elementor/assets/css/widget-image.min.css'),
(1702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css'),
(1703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css'),
(1704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css'),
(1705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-2-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css'),
(1706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-2.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css'),
(1707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css'),
(1708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css'),
(1709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-4-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css'),
(1710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-4.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css'),
(1711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-5-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css'),
(1712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-5.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css'),
(1713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css'),
(1714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-var-7.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css'),
(1715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css'),
(1716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css'),
(1717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-link-in-bio.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css'),
(1718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-menu-anchor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css'),
(1719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-menu-anchor.min.css', 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css'),
(1720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css'),
(1721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-accordion.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css'),
(1722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css'),
(1723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-nested-tabs.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css'),
(1724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-progress-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css'),
(1725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress.min.css'),
(1726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css'),
(1727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating.min.css'),
(1728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-social-icons-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css'),
(1729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-social-icons.min.css', 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css'),
(1730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-spacer-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css'),
(1731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-spacer.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css'),
(1732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-star-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css'),
(1733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-star-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css'),
(1734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css'),
(1735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css'),
(1736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-testimonial-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css'),
(1737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-testimonial.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css'),
(1738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-editor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css'),
(1739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-editor.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css'),
(1740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-path-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css'),
(1741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-text-path.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-path.min.css'),
(1742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-toggle-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css'),
(1743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle.min.css'),
(1744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-video-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css'),
(1745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\css\\widget-video.min.css', 'wp-content/plugins/elementor/assets/css/widget-video.min.css'),
(1746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\data\\responsive-widgets.json', 'wp-content/plugins/elementor/assets/data/responsive-widgets.json'),
(1747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\announcement.png', 'wp-content/plugins/elementor/assets/images/announcement.png'),
(1748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\ai\\ai-site-creator-homepage-bg.svg', 'wp-content/plugins/elementor/assets/images/app/ai/ai-site-creator-homepage-bg.svg'),
(1749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\ai\\product-image-unification-example.gif', 'wp-content/plugins/elementor/assets/images/app/ai/product-image-unification-example.gif'),
(1750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\Blank_Preview.jpg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg'),
(1751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\ai-site-planner.png', 'wp-content/plugins/elementor/assets/images/app/onboarding/ai-site-planner.png'),
(1752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\install-pro-logo.png', 'wp-content/plugins/elementor/assets/images/app/onboarding/install-pro-logo.png'),
(1753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\login.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/login.webp'),
(1754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-1.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/step-1.webp'),
(1755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-2.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/step-2.webp'),
(1756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-3.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/step-3.webp'),
(1757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-4.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/step-4.webp'),
(1758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\step-5.webp', 'wp-content/plugins/elementor/assets/images/app/onboarding/step-5.webp'),
(1759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\theme-hello-biz.png', 'wp-content/plugins/elementor/assets/images/app/onboarding/theme-hello-biz.png'),
(1760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\theme-hello.png', 'wp-content/plugins/elementor/assets/images/app/onboarding/theme-hello.png'),
(1761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\onboarding\\website-templates.png', 'wp-content/plugins/elementor/assets/images/app/onboarding/website-templates.png'),
(1762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\archive.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg'),
(1763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\error-404.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg'),
(1764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\footer.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg'),
(1765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\header.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg'),
(1766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\product.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg'),
(1767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\products.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/products.svg'),
(1768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\search-results.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg'),
(1769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\single-page.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg'),
(1770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\app\\site-editor\\single-post.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg'),
(1771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\background-placeholder.svg', 'wp-content/plugins/elementor/assets/images/background-placeholder.svg'),
(1772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\blur.png', 'wp-content/plugins/elementor/assets/images/blur.png'),
(1773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\containers-announcement.png', 'wp-content/plugins/elementor/assets/images/containers-announcement.png'),
(1774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\contrast.png', 'wp-content/plugins/elementor/assets/images/contrast.png'),
(1775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\default-svg.svg', 'wp-content/plugins/elementor/assets/images/default-svg.svg'),
(1776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\eyedropper.svg', 'wp-content/plugins/elementor/assets/images/eyedropper.svg'),
(1777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\go-pro-wp-dashboard.svg', 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg'),
(1778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\go-pro.svg', 'wp-content/plugins/elementor/assets/images/go-pro.svg'),
(1779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\information.svg', 'wp-content/plugins/elementor/assets/images/information.svg'),
(1780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\kit-is-live.svg', 'wp-content/plugins/elementor/assets/images/kit-is-live.svg'),
(1781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\left-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-1.png'),
(1782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\left-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png'),
(1783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\right-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-1.png'),
(1784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\library-connect\\right-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png'),
(1785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-icon.png', 'wp-content/plugins/elementor/assets/images/logo-icon.png'),
(1786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-panel.svg', 'wp-content/plugins/elementor/assets/images/logo-panel.svg'),
(1787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\logo-platform.svg', 'wp-content/plugins/elementor/assets/images/logo-platform.svg'),
(1788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\no-search-results.svg', 'wp-content/plugins/elementor/assets/images/no-search-results.svg'),
(1789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder-cloud-grid.png', 'wp-content/plugins/elementor/assets/images/placeholder-cloud-grid.png'),
(1790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder-v4.svg', 'wp-content/plugins/elementor/assets/images/placeholder-v4.svg'),
(1791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\placeholder.png', 'wp-content/plugins/elementor/assets/images/placeholder.png'),
(1792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\images\\unlock-sticky.svg', 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg'),
(1793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\00f53f1b378f6c98c043.bundle.min.js', 'wp-content/plugins/elementor/assets/js/00f53f1b378f6c98c043.bundle.min.js'),
(1794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0352e30f394e8e1dd4dc.bundle.js', 'wp-content/plugins/elementor/assets/js/0352e30f394e8e1dd4dc.bundle.js'),
(1795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0982f37bec0944fbcb10.bundle.js', 'wp-content/plugins/elementor/assets/js/0982f37bec0944fbcb10.bundle.js'),
(1796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\0bc41c4656ca54cf2aca.bundle.min.js', 'wp-content/plugins/elementor/assets/js/0bc41c4656ca54cf2aca.bundle.min.js'),
(1797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\137ba3baf43f287996c2.bundle.min.js', 'wp-content/plugins/elementor/assets/js/137ba3baf43f287996c2.bundle.min.js'),
(1798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\1564d2bfa4591bf857f3.bundle.min.js', 'wp-content/plugins/elementor/assets/js/1564d2bfa4591bf857f3.bundle.min.js'),
(1799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\197583acd246fea0e25d.bundle.js', 'wp-content/plugins/elementor/assets/js/197583acd246fea0e25d.bundle.js'),
(1800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\1f7fa1d64dd4cef4a3c0.bundle.js', 'wp-content/plugins/elementor/assets/js/1f7fa1d64dd4cef4a3c0.bundle.js'),
(1801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\2140afa714e988f1069e.bundle.js', 'wp-content/plugins/elementor/assets/js/2140afa714e988f1069e.bundle.js'),
(1802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\32f7c5e8db4c8976b254.bundle.js', 'wp-content/plugins/elementor/assets/js/32f7c5e8db4c8976b254.bundle.js'),
(1803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\35423d812dc1d52fdb27.bundle.min.js', 'wp-content/plugins/elementor/assets/js/35423d812dc1d52fdb27.bundle.min.js'),
(1804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\397f2d183c19202777d6.bundle.min.js', 'wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js'),
(1805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\397f2d183c19202777d6.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/397f2d183c19202777d6.bundle.min.js.LICENSE.txt'),
(1806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3c18b6eb4e735ca7e8bf.bundle.js', 'wp-content/plugins/elementor/assets/js/3c18b6eb4e735ca7e8bf.bundle.js'),
(1807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3c838288a9b7ddd2aea4.bundle.min.js', 'wp-content/plugins/elementor/assets/js/3c838288a9b7ddd2aea4.bundle.min.js'),
(1808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3d1613aca86991103452.bundle.min.js', 'wp-content/plugins/elementor/assets/js/3d1613aca86991103452.bundle.min.js'),
(1809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3d410a099008411bb011.bundle.js', 'wp-content/plugins/elementor/assets/js/3d410a099008411bb011.bundle.js'),
(1810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\3df4dbb5d612dbdab477.bundle.min.js', 'wp-content/plugins/elementor/assets/js/3df4dbb5d612dbdab477.bundle.min.js'),
(1811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\40d841f4b4ce7b1928f5.bundle.js', 'wp-content/plugins/elementor/assets/js/40d841f4b4ce7b1928f5.bundle.js'),
(1812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4246c56134ca9ba65163.bundle.js', 'wp-content/plugins/elementor/assets/js/4246c56134ca9ba65163.bundle.js'),
(1813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\435080452e81c388e779.bundle.min.js', 'wp-content/plugins/elementor/assets/js/435080452e81c388e779.bundle.min.js'),
(1814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4812775bcbc0ff8a9043.bundle.min.js', 'wp-content/plugins/elementor/assets/js/4812775bcbc0ff8a9043.bundle.min.js'),
(1815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4886b33c17731474e197.bundle.min.js', 'wp-content/plugins/elementor/assets/js/4886b33c17731474e197.bundle.min.js'),
(1816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\4927500be197e062162e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/4927500be197e062162e.bundle.min.js'),
(1817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\52ff17c2f566e528dc72.bundle.js', 'wp-content/plugins/elementor/assets/js/52ff17c2f566e528dc72.bundle.js'),
(1818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\5b13d0f77c0ac139c979.bundle.js', 'wp-content/plugins/elementor/assets/js/5b13d0f77c0ac139c979.bundle.js'),
(1819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\5b74c81f4d425912a202.bundle.min.js', 'wp-content/plugins/elementor/assets/js/5b74c81f4d425912a202.bundle.min.js'),
(1820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6117d083decd13b6ed73.bundle.js', 'wp-content/plugins/elementor/assets/js/6117d083decd13b6ed73.bundle.js'),
(1821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\64b3c0850f66b46478fb.bundle.min.js', 'wp-content/plugins/elementor/assets/js/64b3c0850f66b46478fb.bundle.min.js'),
(1822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6844b6c0a66040e3ca12.bundle.js', 'wp-content/plugins/elementor/assets/js/6844b6c0a66040e3ca12.bundle.js'),
(1823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6a19e86dd8c1f9165dbe.bundle.js', 'wp-content/plugins/elementor/assets/js/6a19e86dd8c1f9165dbe.bundle.js'),
(1824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6caa76d2f6eec6c4e665.bundle.js', 'wp-content/plugins/elementor/assets/js/6caa76d2f6eec6c4e665.bundle.js'),
(1825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6cb9e42b9b73a76315e0.bundle.js', 'wp-content/plugins/elementor/assets/js/6cb9e42b9b73a76315e0.bundle.js'),
(1826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6d09ff0398a56a60654b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/6d09ff0398a56a60654b.bundle.min.js'),
(1827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\6f779545aaa23e951088.bundle.min.js', 'wp-content/plugins/elementor/assets/js/6f779545aaa23e951088.bundle.min.js'),
(1828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\72459a35b6570acc77f3.bundle.js', 'wp-content/plugins/elementor/assets/js/72459a35b6570acc77f3.bundle.js'),
(1829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7745b82dc4a05385ef1f.bundle.js', 'wp-content/plugins/elementor/assets/js/7745b82dc4a05385ef1f.bundle.js'),
(1830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\78dd4dee6173d40eb75a.bundle.min.js', 'wp-content/plugins/elementor/assets/js/78dd4dee6173d40eb75a.bundle.min.js'),
(1831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7dae73b622bebe8a5d94.bundle.js', 'wp-content/plugins/elementor/assets/js/7dae73b622bebe8a5d94.bundle.js'),
(1832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\7f2c78456ab3f406f3df.bundle.js', 'wp-content/plugins/elementor/assets/js/7f2c78456ab3f406f3df.bundle.js'),
(1833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8277989eebcfba278cb0.bundle.min.js', 'wp-content/plugins/elementor/assets/js/8277989eebcfba278cb0.bundle.min.js'),
(1834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\84288e5699f5d8b8b23e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/84288e5699f5d8b8b23e.bundle.min.js'),
(1835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\877227b9d759b63096a9.bundle.js', 'wp-content/plugins/elementor/assets/js/877227b9d759b63096a9.bundle.js'),
(1836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8ac2c6e532225b54dba2.bundle.js', 'wp-content/plugins/elementor/assets/js/8ac2c6e532225b54dba2.bundle.js'),
(1837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8b4f35f99eb521b37d0c.bundle.js', 'wp-content/plugins/elementor/assets/js/8b4f35f99eb521b37d0c.bundle.js'),
(1838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e5b42844d27eada9b53.bundle.min.js', 'wp-content/plugins/elementor/assets/js/8e5b42844d27eada9b53.bundle.min.js'),
(1839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e80438d29fc79b648e5.bundle.js', 'wp-content/plugins/elementor/assets/js/8e80438d29fc79b648e5.bundle.js'),
(1840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8e8b47ad5b4e4d038c80.bundle.js', 'wp-content/plugins/elementor/assets/js/8e8b47ad5b4e4d038c80.bundle.js'),
(1841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\8ecfd8495b7ec419862a.bundle.js', 'wp-content/plugins/elementor/assets/js/8ecfd8495b7ec419862a.bundle.js'),
(1842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\979a9c03fe10da23400d.bundle.js', 'wp-content/plugins/elementor/assets/js/979a9c03fe10da23400d.bundle.js'),
(1843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9832c866a8fe9b51f9d2.bundle.min.js', 'wp-content/plugins/elementor/assets/js/9832c866a8fe9b51f9d2.bundle.min.js'),
(1844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9b97a73ee8fdc5fb7dc3.bundle.js', 'wp-content/plugins/elementor/assets/js/9b97a73ee8fdc5fb7dc3.bundle.js'),
(1845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9bd390911e34b349d8cb.bundle.min.js', 'wp-content/plugins/elementor/assets/js/9bd390911e34b349d8cb.bundle.min.js'),
(1846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9dcd9e88237da6496816.bundle.min.js', 'wp-content/plugins/elementor/assets/js/9dcd9e88237da6496816.bundle.min.js'),
(1847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\9e7e356552c03a622b0f.bundle.js', 'wp-content/plugins/elementor/assets/js/9e7e356552c03a622b0f.bundle.js'),
(1848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\a2ea929f439e819b924b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/a2ea929f439e819b924b.bundle.min.js'),
(1849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\a9f41949787209626737.bundle.min.js', 'wp-content/plugins/elementor/assets/js/a9f41949787209626737.bundle.min.js'),
(1850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ac53273f887639e3c6ea.bundle.min.js', 'wp-content/plugins/elementor/assets/js/ac53273f887639e3c6ea.bundle.min.js'),
(1851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\accordion.8b0db5058afeb74622f5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/accordion.8b0db5058afeb74622f5.bundle.min.js'),
(1852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\accordion.b9a0ab19c7c872c405d7.bundle.js', 'wp-content/plugins/elementor/assets/js/accordion.b9a0ab19c7c872c405d7.bundle.js'),
(1853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.js'),
(1854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.min.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js'),
(1855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-feedback.strings.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.strings.js'),
(1856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.js', 'wp-content/plugins/elementor/assets/js/admin-modules.js'),
(1857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.min.js', 'wp-content/plugins/elementor/assets/js/admin-modules.min.js'),
(1858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin-modules.min.js.LICENSE.txt'),
(1859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-modules.strings.js', 'wp-content/plugins/elementor/assets/js/admin-modules.strings.js'),
(1860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.js'),
(1861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.min.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js'),
(1862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-notifications.strings.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.strings.js'),
(1863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.js'),
(1864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.min.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.min.js'),
(1865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin-top-bar.strings.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.strings.js'),
(1866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.js', 'wp-content/plugins/elementor/assets/js/admin.js'),
(1867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.min.js', 'wp-content/plugins/elementor/assets/js/admin.min.js'),
(1868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt'),
(1869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\admin.strings.js', 'wp-content/plugins/elementor/assets/js/admin.strings.js'),
(1870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\aee13673e923469c3275.bundle.min.js', 'wp-content/plugins/elementor/assets/js/aee13673e923469c3275.bundle.min.js'),
(1871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.js', 'wp-content/plugins/elementor/assets/js/ai-admin.js'),
(1872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.min.js', 'wp-content/plugins/elementor/assets/js/ai-admin.min.js'),
(1873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt'),
(1874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-admin.strings.js', 'wp-content/plugins/elementor/assets/js/ai-admin.strings.js'),
(1875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.js', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.js'),
(1876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.min.js', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js'),
(1877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt'),
(1878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-gutenberg.strings.js', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.strings.js'),
(1879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.js', 'wp-content/plugins/elementor/assets/js/ai-layout.js'),
(1880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.min.js', 'wp-content/plugins/elementor/assets/js/ai-layout.min.js'),
(1881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt'),
(1882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-layout.strings.js', 'wp-content/plugins/elementor/assets/js/ai-layout.strings.js'),
(1883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.js', 'wp-content/plugins/elementor/assets/js/ai-media-library.js'),
(1884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.min.js', 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js'),
(1885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt'),
(1886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-media-library.strings.js', 'wp-content/plugins/elementor/assets/js/ai-media-library.strings.js'),
(1887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.js', 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.js'),
(1888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.min.js', 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.min.js'),
(1889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.min.js.LICENSE.txt'),
(1890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai-unify-product-images.strings.js', 'wp-content/plugins/elementor/assets/js/ai-unify-product-images.strings.js'),
(1891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.js', 'wp-content/plugins/elementor/assets/js/ai.js'),
(1892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.min.js', 'wp-content/plugins/elementor/assets/js/ai.min.js'),
(1893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt'),
(1894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ai.strings.js', 'wp-content/plugins/elementor/assets/js/ai.strings.js'),
(1895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\alert.42cc1d522ef5c60bf874.bundle.min.js', 'wp-content/plugins/elementor/assets/js/alert.42cc1d522ef5c60bf874.bundle.min.js'),
(1896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\alert.fd509aa768e7b35a8e32.bundle.js', 'wp-content/plugins/elementor/assets/js/alert.fd509aa768e7b35a8e32.bundle.js'),
(1897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.js', 'wp-content/plugins/elementor/assets/js/announcements-app.js'),
(1898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.min.js', 'wp-content/plugins/elementor/assets/js/announcements-app.min.js'),
(1899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt'),
(1900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\announcements-app.strings.js', 'wp-content/plugins/elementor/assets/js/announcements-app.strings.js'),
(1901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.js', 'wp-content/plugins/elementor/assets/js/app-loader.js'),
(1902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.min.js', 'wp-content/plugins/elementor/assets/js/app-loader.min.js'),
(1903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-loader.strings.js', 'wp-content/plugins/elementor/assets/js/app-loader.strings.js'),
(1904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.js', 'wp-content/plugins/elementor/assets/js/app-packages.js'),
(1905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.min.js', 'wp-content/plugins/elementor/assets/js/app-packages.min.js'),
(1906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt'),
(1907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app-packages.strings.js', 'wp-content/plugins/elementor/assets/js/app-packages.strings.js'),
(1908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.js', 'wp-content/plugins/elementor/assets/js/app.js'),
(1909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.min.js', 'wp-content/plugins/elementor/assets/js/app.min.js'),
(1910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt'),
(1911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\app.strings.js', 'wp-content/plugins/elementor/assets/js/app.strings.js'),
(1912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js'),
(1913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.min.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js'),
(1914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js.LICENSE.txt'),
(1915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-editor.strings.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.strings.js'),
(1916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-frontend-handler.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.js'),
(1917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\atomic-widgets-frontend-handler.min.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-frontend-handler.min.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b09b262748a4be8417ce.bundle.js', 'wp-content/plugins/elementor/assets/js/b09b262748a4be8417ce.bundle.js'),
(1919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b668f6906820570e60b5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/b668f6906820570e60b5.bundle.min.js'),
(1920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b96d70044d0d67c2df19.bundle.min.js', 'wp-content/plugins/elementor/assets/js/b96d70044d0d67c2df19.bundle.min.js'),
(1921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\b97ced1683f62f5686fa.bundle.min.js', 'wp-content/plugins/elementor/assets/js/b97ced1683f62f5686fa.bundle.min.js'),
(1922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\bcb5135af6b817bc9708.bundle.min.js', 'wp-content/plugins/elementor/assets/js/bcb5135af6b817bc9708.bundle.min.js'),
(1923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.js', 'wp-content/plugins/elementor/assets/js/beta-tester.js'),
(1924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.min.js', 'wp-content/plugins/elementor/assets/js/beta-tester.min.js'),
(1925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\beta-tester.strings.js', 'wp-content/plugins/elementor/assets/js/beta-tester.strings.js'),
(1926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\bff204c1ab0d15e0a69b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/bff204c1ab0d15e0a69b.bundle.min.js'),
(1927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\c13d205fa26f8af1ce7c.bundle.js', 'wp-content/plugins/elementor/assets/js/c13d205fa26f8af1ce7c.bundle.js'),
(1928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cf6ec600fcf4e08ba6d3.bundle.js', 'wp-content/plugins/elementor/assets/js/cf6ec600fcf4e08ba6d3.bundle.js'),
(1929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.js', 'wp-content/plugins/elementor/assets/js/checklist.js'),
(1930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.min.js', 'wp-content/plugins/elementor/assets/js/checklist.min.js'),
(1931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt'),
(1932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\checklist.strings.js', 'wp-content/plugins/elementor/assets/js/checklist.strings.js'),
(1933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.js', 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.js'),
(1934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.min.js', 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.min.js'),
(1935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.min.js.LICENSE.txt'),
(1936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\cloud-library-screenshot.strings.js', 'wp-content/plugins/elementor/assets/js/cloud-library-screenshot.strings.js'),
(1937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.js', 'wp-content/plugins/elementor/assets/js/common-modules.js'),
(1938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.min.js', 'wp-content/plugins/elementor/assets/js/common-modules.min.js'),
(1939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common-modules.strings.js', 'wp-content/plugins/elementor/assets/js/common-modules.strings.js'),
(1940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.js', 'wp-content/plugins/elementor/assets/js/common.js'),
(1941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.min.js', 'wp-content/plugins/elementor/assets/js/common.min.js'),
(1942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt'),
(1943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\common.strings.js', 'wp-content/plugins/elementor/assets/js/common.strings.js'),
(1944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\contact-buttons.086261d3e9c4d8037686.bundle.js', 'wp-content/plugins/elementor/assets/js/contact-buttons.086261d3e9c4d8037686.bundle.js'),
(1945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\contact-buttons.e98d0220ce8c38404e7e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/contact-buttons.e98d0220ce8c38404e7e.bundle.min.js'),
(1946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.js', 'wp-content/plugins/elementor/assets/js/container-converter.js'),
(1947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.min.js', 'wp-content/plugins/elementor/assets/js/container-converter.min.js'),
(1948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-converter.strings.js', 'wp-content/plugins/elementor/assets/js/container-converter.strings.js'),
(1949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-editor-handlers.a2e8e48d28c5544fb183.bundle.min.js', 'wp-content/plugins/elementor/assets/js/container-editor-handlers.a2e8e48d28c5544fb183.bundle.min.js'),
(1950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\container-editor-handlers.e7e069c4e656425c51f8.bundle.js', 'wp-content/plugins/elementor/assets/js/container-editor-handlers.e7e069c4e656425c51f8.bundle.js'),
(1951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\counter.12335f45aaa79d244f24.bundle.min.js', 'wp-content/plugins/elementor/assets/js/counter.12335f45aaa79d244f24.bundle.min.js'),
(1952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\counter.7310c276bc7865a3d438.bundle.js', 'wp-content/plugins/elementor/assets/js/counter.7310c276bc7865a3d438.bundle.js'),
(1953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d245aa80c28d9ec3617d.bundle.js', 'wp-content/plugins/elementor/assets/js/d245aa80c28d9ec3617d.bundle.js'),
(1954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d42de03ef4a0f50e39ca.bundle.min.js', 'wp-content/plugins/elementor/assets/js/d42de03ef4a0f50e39ca.bundle.min.js'),
(1955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d4c67aa71d8173f6201f.bundle.js', 'wp-content/plugins/elementor/assets/js/d4c67aa71d8173f6201f.bundle.js'),
(1956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d52aa05c75af56327744.bundle.js', 'wp-content/plugins/elementor/assets/js/d52aa05c75af56327744.bundle.js'),
(1957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\d67ddd6f08b08392c42f.bundle.js', 'wp-content/plugins/elementor/assets/js/d67ddd6f08b08392c42f.bundle.js'),
(1958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\daedc6797eaad5c82711.bundle.min.js', 'wp-content/plugins/elementor/assets/js/daedc6797eaad5c82711.bundle.min.js'),
(1959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\db27207322ef9be952ee.bundle.js', 'wp-content/plugins/elementor/assets/js/db27207322ef9be952ee.bundle.js'),
(1960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.js', 'wp-content/plugins/elementor/assets/js/design-system-sync.js'),
(1961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.min.js', 'wp-content/plugins/elementor/assets/js/design-system-sync.min.js'),
(1962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\design-system-sync.strings.js', 'wp-content/plugins/elementor/assets/js/design-system-sync.strings.js'),
(1963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.js', 'wp-content/plugins/elementor/assets/js/dev-tools.js'),
(1964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.min.js', 'wp-content/plugins/elementor/assets/js/dev-tools.min.js'),
(1965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\dev-tools.strings.js', 'wp-content/plugins/elementor/assets/js/dev-tools.strings.js'),
(1966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\df2f2a2ae20e0181ec2d.bundle.js', 'wp-content/plugins/elementor/assets/js/df2f2a2ae20e0181ec2d.bundle.js'),
(1967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.js', 'wp-content/plugins/elementor/assets/js/e-home-screen.js'),
(1968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.min.js', 'wp-content/plugins/elementor/assets/js/e-home-screen.min.js'),
(1969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-home-screen.strings.js', 'wp-content/plugins/elementor/assets/js/e-home-screen.strings.js'),
(1970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.js', 'wp-content/plugins/elementor/assets/js/e-react-promotions.js'),
(1971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.min.js', 'wp-content/plugins/elementor/assets/js/e-react-promotions.min.js'),
(1972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/e-react-promotions.min.js.LICENSE.txt'),
(1973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-react-promotions.strings.js', 'wp-content/plugins/elementor/assets/js/e-react-promotions.strings.js'),
(1974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.js', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.js'),
(1975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.min.js', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js'),
(1976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt'),
(1977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e-wc-product-editor.strings.js', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.strings.js'),
(1978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e1cb4d726bb59646c677.bundle.min.js', 'wp-content/plugins/elementor/assets/js/e1cb4d726bb59646c677.bundle.min.js'),
(1979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e3b540e2c02813e75f38.bundle.min.js', 'wp-content/plugins/elementor/assets/js/e3b540e2c02813e75f38.bundle.min.js'),
(1980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e459c6c89c0c0899c850.bundle.js', 'wp-content/plugins/elementor/assets/js/e459c6c89c0c0899c850.bundle.js'),
(1981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\e7d71f4e1d39edbc1fb6.bundle.js', 'wp-content/plugins/elementor/assets/js/e7d71f4e1d39edbc1fb6.bundle.js'),
(1982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\eb5018119ee87fd6a7fc.bundle.min.js', 'wp-content/plugins/elementor/assets/js/eb5018119ee87fd6a7fc.bundle.min.js'),
(1983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.js', 'wp-content/plugins/elementor/assets/js/editor-document.js'),
(1984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.min.js', 'wp-content/plugins/elementor/assets/js/editor-document.min.js'),
(1985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-document.strings.js', 'wp-content/plugins/elementor/assets/js/editor-document.strings.js'),
(1986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js'),
(1987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js'),
(1988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-environment-v2.strings.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.strings.js'),
(1989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.js', 'wp-content/plugins/elementor/assets/js/editor-interactions.js'),
(1990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.min.js', 'wp-content/plugins/elementor/assets/js/editor-interactions.min.js'),
(1991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-interactions.strings.js', 'wp-content/plugins/elementor/assets/js/editor-interactions.strings.js'),
(1992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js'),
(1993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js'),
(1994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v1.strings.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.strings.js'),
(1995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js'),
(1996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js'),
(1997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-loader-v2.strings.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.strings.js'),
(1998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.js', 'wp-content/plugins/elementor/assets/js/editor-modules.js'),
(1999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.min.js', 'wp-content/plugins/elementor/assets/js/editor-modules.min.js'),
(2000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt'),
(2001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-modules.strings.js', 'wp-content/plugins/elementor/assets/js/editor-modules.strings.js'),
(2002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.js'),
(2003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.min.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js'),
(2004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-notifications.strings.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.strings.js'),
(2005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.js', 'wp-content/plugins/elementor/assets/js/editor-one-admin.js'),
(2006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.min.js', 'wp-content/plugins/elementor/assets/js/editor-one-admin.min.js'),
(2007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-admin.strings.js', 'wp-content/plugins/elementor/assets/js/editor-one-admin.strings.js'),
(2008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.js', 'wp-content/plugins/elementor/assets/js/editor-one-menu.js'),
(2009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.min.js', 'wp-content/plugins/elementor/assets/js/editor-one-menu.min.js'),
(2010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-menu.strings.js', 'wp-content/plugins/elementor/assets/js/editor-one-menu.strings.js'),
(2011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.js', 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.js'),
(2012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.min.js', 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.min.js'),
(2013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.min.js.LICENSE.txt'),
(2014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-sidebar-navigation.strings.js', 'wp-content/plugins/elementor/assets/js/editor-one-sidebar-navigation.strings.js'),
(2015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.js', 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.js'),
(2016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.min.js', 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.min.js'),
(2017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.min.js.LICENSE.txt'),
(2018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-one-top-bar.strings.js', 'wp-content/plugins/elementor/assets/js/editor-one-top-bar.strings.js'),
(2019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.js'),
(2020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.min.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.min.js'),
(2021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in-alphachip.strings.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in-alphachip.strings.js'),
(2022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.js'),
(2023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.min.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.min.js'),
(2024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.min.js.LICENSE.txt'),
(2025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor-v4-opt-in.strings.js', 'wp-content/plugins/elementor/assets/js/editor-v4-opt-in.strings.js'),
(2026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.js', 'wp-content/plugins/elementor/assets/js/editor.js'),
(2027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.min.js', 'wp-content/plugins/elementor/assets/js/editor.min.js'),
(2028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt'),
(2029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\editor.strings.js', 'wp-content/plugins/elementor/assets/js/editor.strings.js'),
(2030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ef2100ac3eda1a957819.bundle.min.js', 'wp-content/plugins/elementor/assets/js/ef2100ac3eda1a957819.bundle.min.js'),
(2031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\ef35c83e4628f0a5c328.bundle.js', 'wp-content/plugins/elementor/assets/js/ef35c83e4628f0a5c328.bundle.js'),
(2032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.js'),
(2033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.min.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js'),
(2034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt'),
(2035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\element-manager-admin.strings.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.strings.js'),
(2036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.js'),
(2037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.min.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js'),
(2038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\elementor-admin-bar.strings.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.strings.js'),
(2039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\f56b0d1257a5346afe64.bundle.min.js', 'wp-content/plugins/elementor/assets/js/f56b0d1257a5346afe64.bundle.min.js'),
(2040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\fdda4547e887fbda71b3.bundle.js', 'wp-content/plugins/elementor/assets/js/fdda4547e887fbda71b3.bundle.js'),
(2041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\fdf69f4e1f300fb27472.bundle.min.js', 'wp-content/plugins/elementor/assets/js/fdf69f4e1f300fb27472.bundle.min.js'),
(2042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-bars.740d06d17cea5cebdb61.bundle.min.js', 'wp-content/plugins/elementor/assets/js/floating-bars.740d06d17cea5cebdb61.bundle.min.js'),
(2043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-bars.a6e6a043444b62f64f82.bundle.js', 'wp-content/plugins/elementor/assets/js/floating-bars.a6e6a043444b62f64f82.bundle.js'),
(2044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.js', 'wp-content/plugins/elementor/assets/js/floating-elements-modal.js'),
(2045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.min.js', 'wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js'),
(2046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\floating-elements-modal.strings.js', 'wp-content/plugins/elementor/assets/js/floating-elements-modal.strings.js'),
(2047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend-modules.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.js'),
(2048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend-modules.min.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.min.js'),
(2049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend.js', 'wp-content/plugins/elementor/assets/js/frontend.js'),
(2050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\frontend.min.js', 'wp-content/plugins/elementor/assets/js/frontend.min.js'),
(2051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.js', 'wp-content/plugins/elementor/assets/js/gutenberg.js'),
(2052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.min.js', 'wp-content/plugins/elementor/assets/js/gutenberg.min.js'),
(2053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\gutenberg.strings.js', 'wp-content/plugins/elementor/assets/js/gutenberg.strings.js'),
(2054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\image-carousel.6167d20b95b33386757b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js'),
(2055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\image-carousel.8b25f3674c29b829a867.bundle.js', 'wp-content/plugins/elementor/assets/js/image-carousel.8b25f3674c29b829a867.bundle.js'),
(2056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.js'),
(2057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.min.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js'),
(2058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-admin.strings.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.strings.js'),
(2059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.js', 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.js'),
(2060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.min.js', 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js'),
(2061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js.LICENSE.txt'),
(2062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\import-export-customization-admin.strings.js', 'wp-content/plugins/elementor/assets/js/import-export-customization-admin.strings.js'),
(2063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.js', 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.js'),
(2064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.min.js', 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.min.js'),
(2065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions-shared-utils.strings.js', 'wp-content/plugins/elementor/assets/js/interactions-shared-utils.strings.js'),
(2066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.js', 'wp-content/plugins/elementor/assets/js/interactions.js'),
(2067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.min.js', 'wp-content/plugins/elementor/assets/js/interactions.min.js'),
(2068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\interactions.strings.js', 'wp-content/plugins/elementor/assets/js/interactions.strings.js'),
(2069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js'),
(2070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.min.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js'),
(2071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt'),
(2072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-elements-defaults-editor.strings.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.strings.js'),
(2073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-library.a394510096bc447f636d.bundle.min.js', 'wp-content/plugins/elementor/assets/js/kit-library.a394510096bc447f636d.bundle.min.js'),
(2074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\kit-library.b768952e1d4177aa68d8.bundle.js', 'wp-content/plugins/elementor/assets/js/kit-library.b768952e1d4177aa68d8.bundle.js'),
(2075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\lightbox.570c05c5a283cfb6b223.bundle.min.js', 'wp-content/plugins/elementor/assets/js/lightbox.570c05c5a283cfb6b223.bundle.min.js'),
(2076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\lightbox.d9ea72d232a14f514ee2.bundle.js', 'wp-content/plugins/elementor/assets/js/lightbox.d9ea72d232a14f514ee2.bundle.js'),
(2077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.js', 'wp-content/plugins/elementor/assets/js/media-hints.js'),
(2078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.min.js', 'wp-content/plugins/elementor/assets/js/media-hints.min.js'),
(2079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\media-hints.strings.js', 'wp-content/plugins/elementor/assets/js/media-hints.strings.js'),
(2080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.294d40984397351fd0f5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.294d40984397351fd0f5.bundle.min.js'),
(2081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.4340b64226322f36bcc0.bundle.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.4340b64226322f36bcc0.bundle.js'),
(2082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.js'),
(2083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.min.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js'),
(2084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt'),
(2085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-accordion.strings.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.strings.js'),
(2086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.js', 'wp-content/plugins/elementor/assets/js/nested-elements.js'),
(2087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.min.js', 'wp-content/plugins/elementor/assets/js/nested-elements.min.js'),
(2088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-elements.strings.js', 'wp-content/plugins/elementor/assets/js/nested-elements.strings.js'),
(2089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.7a338e6d7e060c473993.bundle.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.7a338e6d7e060c473993.bundle.js'),
(2090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.a2401356d329f179475e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.js'),
(2091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.js'),
(2092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.min.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js'),
(2093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt'),
(2094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-tabs.strings.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.strings.js'),
(2095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-title-keyboard-handler.0c2b498e3e0695a1dc19.bundle.js', 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0c2b498e3e0695a1dc19.bundle.js'),
(2096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js', 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js'),
(2097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.js', 'wp-content/plugins/elementor/assets/js/new-template.js'),
(2098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.min.js', 'wp-content/plugins/elementor/assets/js/new-template.min.js'),
(2099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\new-template.strings.js', 'wp-content/plugins/elementor/assets/js/new-template.strings.js'),
(2100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.js', 'wp-content/plugins/elementor/assets/js/notes.js'),
(2101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.min.js', 'wp-content/plugins/elementor/assets/js/notes.min.js'),
(2102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\notes.strings.js', 'wp-content/plugins/elementor/assets/js/notes.strings.js'),
(2103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.asset.php', 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.asset.php'),
(2104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.js', 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.js'),
(2105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.js.LICENSE.txt'),
(2106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.min.js', 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.min.js'),
(2107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\alpinejs\\alpinejs.strings.js', 'wp-content/plugins/elementor/assets/js/packages/alpinejs/alpinejs.strings.js'),
(2108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php'),
(2109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js'),
(2110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt'),
(2111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js'),
(2112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor\\editor.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js'),
(2113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php'),
(2114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js'),
(2115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt'),
(2116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js'),
(2117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-app-bar\\editor-app-bar.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js'),
(2118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.asset.php'),
(2119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.js', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.js'),
(2120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.js.LICENSE.txt'),
(2121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.min.js'),
(2122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.min.js.LICENSE.txt'),
(2123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-canvas\\editor-canvas.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-canvas/editor-canvas.strings.js'),
(2124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.asset.php'),
(2125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.js', 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.js'),
(2126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.js.LICENSE.txt'),
(2127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.min.js'),
(2128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-components\\editor-components.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-components/editor-components.strings.js'),
(2129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.asset.php'),
(2130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.js', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.js'),
(2131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.js.LICENSE.txt'),
(2132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js'),
(2133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js.LICENSE.txt'),
(2134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-controls\\editor-controls.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.strings.js'),
(2135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.asset.php'),
(2136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.js', 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.js'),
(2137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.js.LICENSE.txt'),
(2138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.min.js'),
(2139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-current-user\\editor-current-user.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-current-user/editor-current-user.strings.js'),
(2140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php'),
(2141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js'),
(2142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt'),
(2143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js'),
(2144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-documents\\editor-documents.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js'),
(2145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php'),
(2146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js'),
(2147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt'),
(2148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js'),
(2149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-editing-panel\\editor-editing-panel.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js'),
(2150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.asset.php'),
(2151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.js'),
(2152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.js.LICENSE.txt'),
(2153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.min.js'),
(2154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements\\editor-elements.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements/editor-elements.strings.js'),
(2155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.asset.php'),
(2156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.js'),
(2157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.js.LICENSE.txt'),
(2158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.min.js'),
(2159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel\\editor-elements-panel.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel/editor-elements-panel.strings.js'),
(2160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.asset.php'),
(2161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.js'),
(2162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.js.LICENSE.txt'),
(2163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.min.js'),
(2164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-elements-panel-notice\\editor-elements-panel-notice.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-elements-panel-notice/editor-elements-panel-notice.strings.js'),
(2165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.asset.php'),
(2166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.js', 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.js'),
(2167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.js.LICENSE.txt'),
(2168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.min.js'),
(2169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-global-classes\\editor-global-classes.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-global-classes/editor-global-classes.strings.js'),
(2170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.asset.php'),
(2171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.js', 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.js.LICENSE.txt'),
(2173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.min.js'),
(2174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-interactions\\editor-interactions.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-interactions/editor-interactions.strings.js'),
(2175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.asset.php'),
(2176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.js', 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.js'),
(2177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.js.LICENSE.txt'),
(2178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.min.js'),
(2179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-mcp\\editor-mcp.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-mcp/editor-mcp.strings.js'),
(2180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.asset.php'),
(2181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.js', 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.js'),
(2182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.js.LICENSE.txt'),
(2183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.min.js'),
(2184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-notifications\\editor-notifications.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-notifications/editor-notifications.strings.js'),
(2185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.asset.php'),
(2186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js'),
(2187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt'),
(2188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js'),
(2189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-panels\\editor-panels.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js'),
(2190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.asset.php'),
(2191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.js', 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.js'),
(2192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.js.LICENSE.txt'),
(2193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.min.js'),
(2194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-props\\editor-props.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-props/editor-props.strings.js'),
(2195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php'),
(2196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js'),
(2197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt'),
(2198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js'),
(2199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-responsive\\editor-responsive.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js'),
(2200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php'),
(2201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js'),
(2202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt'),
(2203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js'),
(2204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-site-navigation\\editor-site-navigation.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js'),
(2205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.asset.php'),
(2206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.js', 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.js'),
(2207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.js.LICENSE.txt'),
(2208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.min.js'),
(2209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-starter\\editor-starter.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-starter/editor-starter.strings.js'),
(2210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.asset.php'),
(2211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.js'),
(2212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.js.LICENSE.txt'),
(2213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.min.js'),
(2214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles\\editor-styles.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles/editor-styles.strings.js'),
(2215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.asset.php'),
(2216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.js'),
(2217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.js.LICENSE.txt'),
(2218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.min.js'),
(2219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-styles-repository\\editor-styles-repository.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-styles-repository/editor-styles-repository.strings.js'),
(2220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.asset.php'),
(2221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.js', 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.js'),
(2222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.js.LICENSE.txt'),
(2223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.min.js'),
(2224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-templates\\editor-templates.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-templates/editor-templates.strings.js'),
(2225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.asset.php'),
(2226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.js', 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.js'),
(2227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.js.LICENSE.txt'),
(2228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.min.js'),
(2229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-ui\\editor-ui.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-ui/editor-ui.strings.js'),
(2230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php'),
(2231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js'),
(2232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt'),
(2233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js'),
(2234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-v1-adapters\\editor-v1-adapters.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.strings.js'),
(2235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.asset.php'),
(2236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.js', 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.js'),
(2237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.js.LICENSE.txt'),
(2238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.min.js'),
(2239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-variables\\editor-variables.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-variables/editor-variables.strings.js'),
(2240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.asset.php'),
(2241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.js', 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.js'),
(2242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.js.LICENSE.txt'),
(2243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.min.js'),
(2244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\editor-widget-creation\\editor-widget-creation.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-widget-creation/editor-widget-creation.strings.js'),
(2245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.asset.php', 'wp-content/plugins/elementor/assets/js/packages/env/env.asset.php'),
(2246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.js'),
(2247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/env/env.js.LICENSE.txt'),
(2248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.min.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js'),
(2249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\env\\env.strings.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js'),
(2250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.asset.php', 'wp-content/plugins/elementor/assets/js/packages/events/events.asset.php'),
(2251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.js', 'wp-content/plugins/elementor/assets/js/packages/events/events.js'),
(2252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/events/events.js.LICENSE.txt'),
(2253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.min.js', 'wp-content/plugins/elementor/assets/js/packages/events/events.min.js'),
(2254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\events\\events.strings.js', 'wp-content/plugins/elementor/assets/js/packages/events/events.strings.js'),
(2255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.asset.php', 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.asset.php'),
(2256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.js', 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.js'),
(2257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.js.LICENSE.txt'),
(2258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.min.js', 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.min.js'),
(2259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\frontend-handlers\\frontend-handlers.strings.js', 'wp-content/plugins/elementor/assets/js/packages/frontend-handlers/frontend-handlers.strings.js'),
(2260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.asset.php', 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.asset.php'),
(2261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.js', 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.js'),
(2262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.js.LICENSE.txt'),
(2263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.min.js', 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.min.js'),
(2264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\http-client\\http-client.strings.js', 'wp-content/plugins/elementor/assets/js/packages/http-client/http-client.strings.js'),
(2265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.asset.php', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php'),
(2266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js'),
(2267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt'),
(2268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.min.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js'),
(2269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\icons\\icons.strings.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js'),
(2270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.asset.php', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php'),
(2271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js'),
(2272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js.LICENSE.txt'),
(2273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.min.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js'),
(2274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\locations\\locations.strings.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js'),
(2275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.asset.php', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php'),
(2276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js'),
(2277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt'),
(2278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.min.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js'),
(2279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\menus\\menus.strings.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js'),
(2280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.asset.php', 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.asset.php'),
(2281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.js', 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.js'),
(2282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.js.LICENSE.txt'),
(2283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.min.js', 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.min.js'),
(2284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\onboarding\\onboarding.strings.js', 'wp-content/plugins/elementor/assets/js/packages/onboarding/onboarding.strings.js'),
(2285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.asset.php', 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php'),
(2286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.js'),
(2287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt'),
(2288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.min.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js'),
(2289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt'),
(2290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\query\\query.strings.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js'),
(2291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.asset.php', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php'),
(2292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js'),
(2293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt'),
(2294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.min.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js'),
(2295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\schema\\schema.strings.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js'),
(2296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.asset.php', 'wp-content/plugins/elementor/assets/js/packages/session/session.asset.php'),
(2297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.js', 'wp-content/plugins/elementor/assets/js/packages/session/session.js'),
(2298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/session/session.js.LICENSE.txt'),
(2299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.min.js', 'wp-content/plugins/elementor/assets/js/packages/session/session.min.js'),
(2300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\session\\session.strings.js', 'wp-content/plugins/elementor/assets/js/packages/session/session.strings.js'),
(2301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.asset.php', 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php'),
(2302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.js'),
(2303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/store/store.js.LICENSE.txt'),
(2304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.min.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js'),
(2305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt'),
(2306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\store\\store.strings.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.strings.js'),
(2307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.asset.php', 'wp-content/plugins/elementor/assets/js/packages/twing/twing.asset.php'),
(2308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.js', 'wp-content/plugins/elementor/assets/js/packages/twing/twing.js'),
(2309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/twing/twing.js.LICENSE.txt'),
(2310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.min.js', 'wp-content/plugins/elementor/assets/js/packages/twing/twing.min.js'),
(2311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\twing\\twing.strings.js', 'wp-content/plugins/elementor/assets/js/packages/twing/twing.strings.js'),
(2312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.asset.php', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php'),
(2313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js'),
(2314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt'),
(2315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.min.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js'),
(2316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt'),
(2317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\ui\\ui.strings.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js'),
(2318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.asset.php', 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.asset.php'),
(2319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.js', 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.js'),
(2320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.js.LICENSE.txt'),
(2321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.min.js', 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.min.js'),
(2322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\unlock-v4-promo\\unlock-v4-promo.strings.js', 'wp-content/plugins/elementor/assets/js/packages/unlock-v4-promo/unlock-v4-promo.strings.js'),
(2323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.asset.php', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php'),
(2324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js'),
(2325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt'),
(2326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.min.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js'),
(2327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\utils\\utils.strings.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js'),
(2328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.asset.php', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.asset.php'),
(2329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.js', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.js'),
(2330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.js.LICENSE.txt'),
(2331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.min.js', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.min.js'),
(2332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.min.js.LICENSE.txt'),
(2333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\v4-activation-modal\\v4-activation-modal.strings.js', 'wp-content/plugins/elementor/assets/js/packages/v4-activation-modal/v4-activation-modal.strings.js'),
(2334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.asset.php', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php'),
(2335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js'),
(2336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt'),
(2337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.min.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js'),
(2338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\packages\\wp-media\\wp-media.strings.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js'),
(2339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.js', 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.js'),
(2340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.min.js', 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.min.js'),
(2341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-free-trial-popup.strings.js', 'wp-content/plugins/elementor/assets/js/pro-free-trial-popup.strings.js'),
(2342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.js', 'wp-content/plugins/elementor/assets/js/pro-install-events.js'),
(2343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.min.js', 'wp-content/plugins/elementor/assets/js/pro-install-events.min.js'),
(2344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\pro-install-events.strings.js', 'wp-content/plugins/elementor/assets/js/pro-install-events.strings.js'),
(2345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\progress.0ea083b809812c0e3aa1.bundle.min.js', 'wp-content/plugins/elementor/assets/js/progress.0ea083b809812c0e3aa1.bundle.min.js'),
(2346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\progress.b1057ba870016558bce1.bundle.js', 'wp-content/plugins/elementor/assets/js/progress.b1057ba870016558bce1.bundle.js'),
(2347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.js'),
(2348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.min.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js'),
(2349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\responsive-bar.strings.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.strings.js'),
(2350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-editor-handlers.53ffedef32043348b99b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/section-editor-handlers.53ffedef32043348b99b.bundle.min.js'),
(2351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-editor-handlers.d65899d232b5339510d7.bundle.js', 'wp-content/plugins/elementor/assets/js/section-editor-handlers.d65899d232b5339510d7.bundle.js'),
(2352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-frontend-handlers.c3950c6b190ca134bc8d.bundle.js', 'wp-content/plugins/elementor/assets/js/section-frontend-handlers.c3950c6b190ca134bc8d.bundle.js'),
(2353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\section-frontend-handlers.d85ab872da118940910d.bundle.min.js', 'wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js'),
(2354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-editor-handlers.3023894100138e442ab0.bundle.js', 'wp-content/plugins/elementor/assets/js/shared-editor-handlers.3023894100138e442ab0.bundle.js'),
(2355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-editor-handlers.cacdcbed391abf4b48b0.bundle.min.js', 'wp-content/plugins/elementor/assets/js/shared-editor-handlers.cacdcbed391abf4b48b0.bundle.min.js'),
(2356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js', 'wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js'),
(2357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\shared-frontend-handlers.3b079824c37a5fe2bdaa.bundle.js', 'wp-content/plugins/elementor/assets/js/shared-frontend-handlers.3b079824c37a5fe2bdaa.bundle.js'),
(2358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js'),
(2359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.min.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js'),
(2360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt'),
(2361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app-initiator.strings.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.strings.js'),
(2362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app.04340244193733d78622.bundle.min.js', 'wp-content/plugins/elementor/assets/js/styleguide-app.04340244193733d78622.bundle.min.js'),
(2363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide-app.36ecabae74d9b87fc5a8.bundle.js', 'wp-content/plugins/elementor/assets/js/styleguide-app.36ecabae74d9b87fc5a8.bundle.js'),
(2364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.js', 'wp-content/plugins/elementor/assets/js/styleguide.js'),
(2365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.min.js', 'wp-content/plugins/elementor/assets/js/styleguide.min.js'),
(2366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\styleguide.strings.js', 'wp-content/plugins/elementor/assets/js/styleguide.strings.js'),
(2367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-handler.js', 'wp-content/plugins/elementor/assets/js/tabs-handler.js'),
(2368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-handler.min.js', 'wp-content/plugins/elementor/assets/js/tabs-handler.min.js'),
(2369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-preview-handler.js', 'wp-content/plugins/elementor/assets/js/tabs-preview-handler.js'),
(2370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs-preview-handler.min.js', 'wp-content/plugins/elementor/assets/js/tabs-preview-handler.min.js'),
(2371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs.18344b05d8d1ea0702bc.bundle.min.js', 'wp-content/plugins/elementor/assets/js/tabs.18344b05d8d1ea0702bc.bundle.min.js'),
(2372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\tabs.40498fa771d612162c53.bundle.js', 'wp-content/plugins/elementor/assets/js/tabs.40498fa771d612162c53.bundle.js'),
(2373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-editor.0c9960167105139d27c9.bundle.js', 'wp-content/plugins/elementor/assets/js/text-editor.0c9960167105139d27c9.bundle.js'),
(2374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-editor.45609661e409413f1cef.bundle.min.js', 'wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js'),
(2375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-path.6db73cc0a10a70f128eb.bundle.js', 'wp-content/plugins/elementor/assets/js/text-path.6db73cc0a10a70f128eb.bundle.js'),
(2376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\text-path.a67c1f3a78d208bc7e1b.bundle.min.js', 'wp-content/plugins/elementor/assets/js/text-path.a67c1f3a78d208bc7e1b.bundle.min.js'),
(2377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\toggle.2a177a3ef4785d3dfbc5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/toggle.2a177a3ef4785d3dfbc5.bundle.min.js'),
(2378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\toggle.b75e66d2aca6f6ee742e.bundle.js', 'wp-content/plugins/elementor/assets/js/toggle.b75e66d2aca6f6ee742e.bundle.js'),
(2379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\video.6e96510afa701d1f2ebc.bundle.js', 'wp-content/plugins/elementor/assets/js/video.6e96510afa701d1f2ebc.bundle.js'),
(2380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\video.86d44e46e43d0807e708.bundle.min.js', 'wp-content/plugins/elementor/assets/js/video.86d44e46e43d0807e708.bundle.min.js'),
(2381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.js', 'wp-content/plugins/elementor/assets/js/web-cli.js'),
(2382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.min.js', 'wp-content/plugins/elementor/assets/js/web-cli.min.js'),
(2383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt'),
(2384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\web-cli.strings.js', 'wp-content/plugins/elementor/assets/js/web-cli.strings.js'),
(2385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\webpack.runtime.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.js'),
(2386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\webpack.runtime.min.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js'),
(2387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\wp-audio.0ba9114964acf4c37ca2.bundle.js', 'wp-content/plugins/elementor/assets/js/wp-audio.0ba9114964acf4c37ca2.bundle.js'),
(2388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\wp-audio.c9624cb6e5dc9de86abd.bundle.min.js', 'wp-content/plugins/elementor/assets/js/wp-audio.c9624cb6e5dc9de86abd.bundle.min.js'),
(2389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\youtube-handler.js', 'wp-content/plugins/elementor/assets/js/youtube-handler.js'),
(2390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\js\\youtube-handler.min.js', 'wp-content/plugins/elementor/assets/js/youtube-handler.min.js'),
(2391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate-config.json', 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json'),
(2392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css'),
(2393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animate.css\\animate.min.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css'),
(2394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\animations.min.css', 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css'),
(2395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounce.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css'),
(2396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounce.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css'),
(2397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css'),
(2398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css'),
(2399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css'),
(2400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css'),
(2401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css'),
(2402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css'),
(2403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css'),
(2404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css'),
(2405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css'),
(2406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\bounceInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css'),
(2407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bob.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css'),
(2408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bob.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css'),
(2409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-in.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css'),
(2410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-in.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css'),
(2411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-out.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-bounce-out.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css'),
(2413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz-out.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css'),
(2414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz-out.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css'),
(2415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css'),
(2416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-buzz.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css'),
(2417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-float.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css'),
(2418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-float.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css'),
(2419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow-rotate.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css'),
(2420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow-rotate.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css'),
(2421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css'),
(2422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-grow.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css'),
(2423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-hang.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css'),
(2424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-hang.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css'),
(2425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pop.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css'),
(2426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pop.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css'),
(2427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-grow.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css'),
(2428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-grow.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css'),
(2429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-shrink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css'),
(2430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse-shrink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css'),
(2431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css'),
(2432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-pulse.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css'),
(2433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-push.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css'),
(2434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-push.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css'),
(2435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-rotate.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css'),
(2436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-rotate.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css'),
(2437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-shrink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css'),
(2438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-shrink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css'),
(2439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-sink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css'),
(2440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-sink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css'),
(2441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-backward.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css'),
(2442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-backward.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css'),
(2443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-forward.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css'),
(2444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew-forward.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css'),
(2445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css'),
(2446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-skew.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css'),
(2447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-bottom.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css'),
(2448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-bottom.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css'),
(2449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-horizontal.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css'),
(2450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-horizontal.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css'),
(2451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-skew.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css'),
(2452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-skew.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css'),
(2453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-bottom-right.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css'),
(2454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-bottom-right.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css'),
(2455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-top-right.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css'),
(2456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-to-top-right.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css'),
(2457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-top.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css'),
(2458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-top.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css'),
(2459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-vertical.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css'),
(2460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\e-animation-wobble-vertical.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css'),
(2461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css'),
(2462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css'),
(2463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css'),
(2464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css'),
(2465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css'),
(2466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css'),
(2467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css'),
(2468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css'),
(2469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css'),
(2470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\fadeInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css'),
(2471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\flash.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.css'),
(2472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\flash.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css'),
(2473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\headShake.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css'),
(2474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\headShake.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css'),
(2475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\jello.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.css'),
(2476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\jello.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css'),
(2477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\lightSpeedIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css'),
(2478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\lightSpeedIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css'),
(2479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\pulse.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css'),
(2480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\pulse.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css'),
(2481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rollIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css'),
(2482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rollIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css'),
(2483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css'),
(2484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css'),
(2485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css'),
(2486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css'),
(2487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css'),
(2488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInDownRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css'),
(2489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css'),
(2490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css'),
(2491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css'),
(2492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rotateInUpRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css'),
(2493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rubberBand.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css'),
(2494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\rubberBand.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css'),
(2495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\shake.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.css'),
(2496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\shake.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css'),
(2497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css'),
(2498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css'),
(2499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css'),
(2500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css'),
(2501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css'),
(2502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css'),
(2503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css'),
(2504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\slideInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css'),
(2505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\swing.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.css'),
(2506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\swing.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css'),
(2507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\tada.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.css'),
(2508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\tada.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css'),
(2509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\wobble.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css'),
(2510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\wobble.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css'),
(2511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css'),
(2512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css'),
(2513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css'),
(2514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css'),
(2515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css'),
(2516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css'),
(2517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css'),
(2518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css'),
(2519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css'),
(2520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\animations\\styles\\zoomInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css'),
(2521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.marionette.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js'),
(2522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.marionette.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js'),
(2523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.radio.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js'),
(2524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\backbone\\backbone.radio.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js'),
(2525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\color-thief\\color-thief.min.js', 'wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js'),
(2526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dialog\\dialog.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.js'),
(2527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dialog\\dialog.min.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js'),
(2528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dom-to-image\\js\\dom-to-image.js', 'wp-content/plugins/elementor/assets/lib/dom-to-image/js/dom-to-image.js'),
(2529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\dom-to-image\\js\\dom-to-image.min.js', 'wp-content/plugins/elementor/assets/lib/dom-to-image/js/dom-to-image.min.js'),
(2530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\css\\e-gallery.css', 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css'),
(2531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\css\\e-gallery.min.css', 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css'),
(2532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\js\\e-gallery.js', 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js'),
(2533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-gallery\\js\\e-gallery.min.js', 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js'),
(2534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\css\\e-select2.css', 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css'),
(2535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\css\\e-select2.min.css', 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css'),
(2536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\js\\e-select2.full.js', 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js'),
(2537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\e-select2\\js\\e-select2.full.min.js', 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js'),
(2538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\css\\elementor-icons.css', 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css'),
(2539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\css\\elementor-icons.min.css', 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css'),
(2540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\eicons.json', 'wp-content/plugins/elementor/assets/lib/eicons/eicons.json'),
(2541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.eot', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot'),
(2542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.svg', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg'),
(2543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.ttf', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf'),
(2544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.woff', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff'),
(2545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\eicons\\fonts\\eicons.woff2', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2'),
(2546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css'),
(2547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js'),
(2548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.min.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css'),
(2549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\flatpickr\\flatpickr.min.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js'),
(2550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\all.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css'),
(2551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\all.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css'),
(2552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\brands.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css'),
(2553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\brands.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css'),
(2554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\font-awesome.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css'),
(2555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\font-awesome.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css'),
(2556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\fontawesome.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css'),
(2557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\fontawesome.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css'),
(2558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\regular.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css'),
(2559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\regular.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css'),
(2560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\solid.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css'),
(2561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\solid.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css'),
(2562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\svg-with-js.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css'),
(2563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\svg-with-js.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css'),
(2564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\v4-shims.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css'),
(2565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\css\\v4-shims.min.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css'),
(2566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\FontAwesome.otf', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf'),
(2567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),
(2568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),
(2569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),
(2570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),
(2571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\fonts\\fontawesome-webfont.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),
(2572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\brands.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js'),
(2573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\regular.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js'),
(2574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\solid.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js'),
(2575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\v4-shims.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js'),
(2576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\js\\v4-shims.min.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js'),
(2577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\brands.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json'),
(2578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\regular.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json'),
(2579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\json\\solid.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json'),
(2580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\migration\\mapping.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js'),
(2581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot'),
(2582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg'),
(2583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf'),
(2584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff'),
(2585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-brands-400.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2'),
(2586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot'),
(2587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg'),
(2588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf'),
(2589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff'),
(2590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-regular-400.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2'),
(2591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.eot', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot'),
(2592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.svg', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg'),
(2593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.ttf', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf'),
(2594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.woff', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff'),
(2595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\font-awesome\\webfonts\\fa-solid-900.woff2', 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2'),
(2596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\hover\\hover.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.css'),
(2597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\hover\\hover.min.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css'),
(2598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\html2canvas\\js\\html2canvas.js', 'wp-content/plugins/elementor/assets/lib/html2canvas/js/html2canvas.js'),
(2599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\html2canvas\\js\\html2canvas.min.js', 'wp-content/plugins/elementor/assets/lib/html2canvas/js/html2canvas.min.js'),
(2600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\imagesloaded\\imagesloaded.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js'),
(2601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\imagesloaded\\imagesloaded.min.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js'),
(2602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\inline-editor\\js\\inline-editor.js', 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js'),
(2603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\inline-editor\\js\\inline-editor.min.js', 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js'),
(2604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-easing\\jquery-easing.js', 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js'),
(2605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-easing\\jquery-easing.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js'),
(2606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-hover-intent\\jquery-hover-intent.js', 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js'),
(2607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-hover-intent\\jquery-hover-intent.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js'),
(2608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-numerator\\jquery-numerator.js', 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js'),
(2609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\jquery-numerator\\jquery-numerator.min.js', 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js'),
(2610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\motion\\motion.js', 'wp-content/plugins/elementor/assets/lib/motion/motion.js'),
(2611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\motion\\motion.min.js', 'wp-content/plugins/elementor/assets/lib/motion/motion.min.js'),
(2612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nouislider\\nouislider.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js'),
(2613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nouislider\\nouislider.min.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js'),
(2614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nprogress\\nprogress.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js'),
(2615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\nprogress\\nprogress.min.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js'),
(2616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\perfect-scrollbar\\js\\perfect-scrollbar.js', 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js'),
(2617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\perfect-scrollbar\\js\\perfect-scrollbar.min.js', 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js'),
(2618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\pickr\\pickr.min.js', 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js'),
(2619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\pickr\\themes\\monolith.min.css', 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css'),
(2620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\share-link\\share-link.js', 'wp-content/plugins/elementor/assets/lib/share-link/share-link.js'),
(2621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\share-link\\share-link.min.js', 'wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js'),
(2622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\css\\swiper.css', 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css'),
(2623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\css\\swiper.min.css', 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css'),
(2624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\swiper.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js'),
(2625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\swiper\\v8\\swiper.min.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js'),
(2626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\tipsy\\tipsy.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js'),
(2627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\lib\\tipsy\\tipsy.min.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js'),
(2628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\blob.svg', 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg'),
(2629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\circle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg'),
(2630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\diamond.svg', 'wp-content/plugins/elementor/assets/mask-shapes/diamond.svg'),
(2631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\flower.svg', 'wp-content/plugins/elementor/assets/mask-shapes/flower.svg'),
(2632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\heptagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/heptagon.svg'),
(2633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon-horizontal.svg', 'wp-content/plugins/elementor/assets/mask-shapes/hexagon-horizontal.svg'),
(2634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon-vertical.svg', 'wp-content/plugins/elementor/assets/mask-shapes/hexagon-vertical.svg'),
(2635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\hexagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg'),
(2636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\octagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/octagon.svg'),
(2637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\oval-horizontal.svg', 'wp-content/plugins/elementor/assets/mask-shapes/oval-horizontal.svg'),
(2638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\oval-vertical.svg', 'wp-content/plugins/elementor/assets/mask-shapes/oval-vertical.svg'),
(2639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\parallelogram-left.svg', 'wp-content/plugins/elementor/assets/mask-shapes/parallelogram-left.svg'),
(2640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\parallelogram-right.svg', 'wp-content/plugins/elementor/assets/mask-shapes/parallelogram-right.svg'),
(2641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pentagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/pentagon.svg'),
(2642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pill-horizontal.svg', 'wp-content/plugins/elementor/assets/mask-shapes/pill-horizontal.svg'),
(2643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\pill-vertical.svg', 'wp-content/plugins/elementor/assets/mask-shapes/pill-vertical.svg'),
(2644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\sketch.svg', 'wp-content/plugins/elementor/assets/mask-shapes/sketch.svg'),
(2645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\trapezoid-down.svg', 'wp-content/plugins/elementor/assets/mask-shapes/trapezoid-down.svg'),
(2646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\trapezoid-up.svg', 'wp-content/plugins/elementor/assets/mask-shapes/trapezoid-up.svg'),
(2647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\mask-shapes\\triangle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg'),
(2648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\arrow-negative.svg', 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg'),
(2649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\arrow.svg', 'wp-content/plugins/elementor/assets/shapes/arrow.svg'),
(2650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\book-negative.svg', 'wp-content/plugins/elementor/assets/shapes/book-negative.svg'),
(2651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\book.svg', 'wp-content/plugins/elementor/assets/shapes/book.svg'),
(2652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\clouds-negative.svg', 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg'),
(2653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\clouds.svg', 'wp-content/plugins/elementor/assets/shapes/clouds.svg'),
(2654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg'),
(2655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg'),
(2656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg'),
(2657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\curve.svg', 'wp-content/plugins/elementor/assets/shapes/curve.svg'),
(2658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\drops-negative.svg', 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg'),
(2659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\drops.svg', 'wp-content/plugins/elementor/assets/shapes/drops.svg'),
(2660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\mountains.svg', 'wp-content/plugins/elementor/assets/shapes/mountains.svg'),
(2661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\opacity-fan.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg'),
(2662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\opacity-tilt.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg'),
(2663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\play-triangle.svg', 'wp-content/plugins/elementor/assets/shapes/play-triangle.svg'),
(2664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\pyramids-negative.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg'),
(2665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\pyramids.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids.svg'),
(2666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\split-negative.svg', 'wp-content/plugins/elementor/assets/shapes/split-negative.svg'),
(2667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\split.svg', 'wp-content/plugins/elementor/assets/shapes/split.svg');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\tilt.svg', 'wp-content/plugins/elementor/assets/shapes/tilt.svg'),
(2669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg'),
(2670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg'),
(2671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-negative.svg'),
(2672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\triangle.svg', 'wp-content/plugins/elementor/assets/shapes/triangle.svg'),
(2673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\wave-brush.svg', 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg'),
(2674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves-negative.svg', 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg'),
(2675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves-pattern.svg', 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg'),
(2676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\waves.svg', 'wp-content/plugins/elementor/assets/shapes/waves.svg'),
(2677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\shapes\\zigzag.svg', 'wp-content/plugins/elementor/assets/shapes/zigzag.svg'),
(2678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\arc.svg', 'wp-content/plugins/elementor/assets/svg-paths/arc.svg'),
(2679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\circle.svg', 'wp-content/plugins/elementor/assets/svg-paths/circle.svg'),
(2680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\line.svg', 'wp-content/plugins/elementor/assets/svg-paths/line.svg'),
(2681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\oval.svg', 'wp-content/plugins/elementor/assets/svg-paths/oval.svg'),
(2682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\spiral.svg', 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg'),
(2683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\assets\\svg-paths\\wave.svg', 'wp-content/plugins/elementor/assets/svg-paths/wave.svg'),
(2684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\changelog.txt', 'wp-content/plugins/elementor/changelog.txt'),
(2685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\admin-notices.php', 'wp-content/plugins/elementor/core/admin/admin-notices.php'),
(2686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\admin.php', 'wp-content/plugins/elementor/core/admin/admin.php'),
(2687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\canary-deployment.php', 'wp-content/plugins/elementor/core/admin/canary-deployment.php'),
(2688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\elementor-one-menu-manager.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/elementor-one-menu-manager.php'),
(2689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-interface.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-interface.php'),
(2690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-third-level-interface.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-third-level-interface.php'),
(2691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\interfaces\\menu-item-with-custom-url-interface.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-with-custom-url-interface.php'),
(2692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\abstract-level4-menu-item.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/abstract-level4-menu-item.php'),
(2693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\abstract-menu-item.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/abstract-menu-item.php'),
(2694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\editor-one-custom-elements-menu.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/editor-one-custom-elements-menu.php'),
(2695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\legacy-submenu-item-not-mapped.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/legacy-submenu-item-not-mapped.php'),
(2696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\legacy-submenu-item.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/legacy-submenu-item.php'),
(2697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\editor-one-menu\\menu\\third-party-pages-menu.php', 'wp-content/plugins/elementor/core/admin/editor-one-menu/menu/third-party-pages-menu.php'),
(2698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\feedback.php', 'wp-content/plugins/elementor/core/admin/feedback.php'),
(2699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\admin-menu-manager.php', 'wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php'),
(2700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\base.php', 'wp-content/plugins/elementor/core/admin/menu/base.php'),
(2701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item-has-position.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php'),
(2702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item-with-page.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php'),
(2703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\interfaces\\admin-menu-item.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php'),
(2704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\menu\\main.php', 'wp-content/plugins/elementor/core/admin/menu/main.php'),
(2705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\notices\\base-notice.php', 'wp-content/plugins/elementor/core/admin/notices/base-notice.php'),
(2706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\admin\\ui\\components\\button.php', 'wp-content/plugins/elementor/core/admin/ui/components/button.php'),
(2707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\app.php', 'wp-content/plugins/elementor/core/app/app.php'),
(2708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\import-export\\module.php', 'wp-content/plugins/elementor/core/app/modules/import-export/module.php'),
(2709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\kit-library\\connect\\kit-library.php', 'wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php'),
(2710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\kit-library\\module.php', 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php'),
(2711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\app\\modules\\onboarding\\module.php', 'wp-content/plugins/elementor/core/app/modules/onboarding/module.php'),
(2712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\app.php', 'wp-content/plugins/elementor/core/base/app.php'),
(2713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-process\\wp-async-request.php', 'wp-content/plugins/elementor/core/base/background-process/wp-async-request.php'),
(2714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-process\\wp-background-process.php', 'wp-content/plugins/elementor/core/base/background-process/wp-background-process.php'),
(2715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-task-manager.php', 'wp-content/plugins/elementor/core/base/background-task-manager.php'),
(2716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\background-task.php', 'wp-content/plugins/elementor/core/base/background-task.php'),
(2717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\base-object.php', 'wp-content/plugins/elementor/core/base/base-object.php'),
(2718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\db-upgrades-manager.php', 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php'),
(2719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\document.php', 'wp-content/plugins/elementor/core/base/document.php'),
(2720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\elements-iteration-actions\\assets.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php'),
(2721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\elements-iteration-actions\\base.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php'),
(2722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\module.php', 'wp-content/plugins/elementor/core/base/module.php'),
(2723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\providers\\social-network-provider.php', 'wp-content/plugins/elementor/core/base/providers/social-network-provider.php'),
(2724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\base\\traits\\shared-widget-controls-trait.php', 'wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php'),
(2725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\behaviors\\interfaces\\lock-behavior.php', 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php'),
(2726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\breakpoints\\breakpoint.php', 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php'),
(2727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\breakpoints\\manager.php', 'wp-content/plugins/elementor/core/breakpoints/manager.php'),
(2728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\app.php', 'wp-content/plugins/elementor/core/common/app.php'),
(2729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\ajax\\module.php', 'wp-content/plugins/elementor/core/common/modules/ajax/module.php'),
(2730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\admin-menu-items\\editor-one-connect-menu.php', 'wp-content/plugins/elementor/core/common/modules/connect/admin-menu-items/editor-one-connect-menu.php'),
(2731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\admin.php', 'wp-content/plugins/elementor/core/common/modules/connect/admin.php'),
(2732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\base-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php'),
(2733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\base-user-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php'),
(2734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\common-app.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php'),
(2735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\connect.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php'),
(2736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\feedback.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/feedback.php'),
(2737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\apps\\library.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/library.php'),
(2738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\connect-menu-item.php', 'wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php'),
(2739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\module.php', 'wp-content/plugins/elementor/core/common/modules/connect/module.php'),
(2740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\rest\\readme.md', 'wp-content/plugins/elementor/core/common/modules/connect/rest/readme.md'),
(2741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\connect\\rest\\rest-api.php', 'wp-content/plugins/elementor/core/common/modules/connect/rest/rest-api.php'),
(2742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\data\\controller.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php'),
(2743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\db.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php'),
(2744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\module.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/module.php'),
(2745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\event-tracker\\personal-data.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php'),
(2746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\events-manager\\module.php', 'wp-content/plugins/elementor/core/common/modules/events-manager/module.php'),
(2747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\base-category.php', 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php'),
(2748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\create.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php'),
(2749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\edit.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php'),
(2750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\general.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/general.php'),
(2751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\settings.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php'),
(2752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\site.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php'),
(2753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories\\tools.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php'),
(2754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\categories-manager.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php'),
(2755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\module.php', 'wp-content/plugins/elementor/core/common/modules/finder/module.php'),
(2756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\common\\modules\\finder\\template.php', 'wp-content/plugins/elementor/core/common/modules/finder/template.php'),
(2757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\database\\base-database-updater.php', 'wp-content/plugins/elementor/core/database/base-database-updater.php'),
(2758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\database\\base-migration.php', 'wp-content/plugins/elementor/core/database/base-migration.php'),
(2759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\htaccess.php', 'wp-content/plugins/elementor/core/debug/classes/htaccess.php'),
(2760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\inspection-base.php', 'wp-content/plugins/elementor/core/debug/classes/inspection-base.php'),
(2761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\shop-page-edit.php', 'wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php'),
(2762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\classes\\theme-missing.php', 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php'),
(2763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\inspector.php', 'wp-content/plugins/elementor/core/debug/inspector.php'),
(2764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\debug\\loading-inspection-manager.php', 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php'),
(2765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\page-base.php', 'wp-content/plugins/elementor/core/document-types/page-base.php'),
(2766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\page.php', 'wp-content/plugins/elementor/core/document-types/page.php'),
(2767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\document-types\\post.php', 'wp-content/plugins/elementor/core/document-types/post.php'),
(2768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\documents-manager.php', 'wp-content/plugins/elementor/core/documents-manager.php'),
(2769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\base-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/base-tag.php'),
(2770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\data-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/data-tag.php'),
(2771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\dynamic-css.php', 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php'),
(2772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\manager.php', 'wp-content/plugins/elementor/core/dynamic-tags/manager.php'),
(2773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\dynamic-tags\\tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/tag.php'),
(2774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\controller.php', 'wp-content/plugins/elementor/core/editor/data/globals/controller.php'),
(2775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\base.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php'),
(2776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\colors.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php'),
(2777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\data\\globals\\endpoints\\typography.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php'),
(2778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\editor.php', 'wp-content/plugins/elementor/core/editor/editor.php'),
(2779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\common\\editor-common-scripts-settings.php', 'wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php'),
(2780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-base-loader.php', 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php'),
(2781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-loader-factory.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php'),
(2782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\editor-loader-interface.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php'),
(2783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\editor-v1-loader.php', 'wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php'),
(2784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\js\\editor-loader-v1.js', 'wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js'),
(2785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v1\\templates\\editor-body-v1-view.php', 'wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1-view.php'),
(2786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\editor-v2-loader.php', 'wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php'),
(2787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\js\\editor-environment-v2.js', 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js'),
(2788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\js\\editor-loader-v2.js', 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js'),
(2789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\scss\\editor-v2-app-bar-overrides.scss', 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss'),
(2790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\loader\\v2\\templates\\editor-body-v2-view.php', 'wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2-view.php'),
(2791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\notice-bar.php', 'wp-content/plugins/elementor/core/editor/notice-bar.php'),
(2792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\editor\\promotion.php', 'wp-content/plugins/elementor/core/editor/promotion.php'),
(2793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\exceptions\\dependency-exception.php', 'wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php'),
(2794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\experiments-reporter.php', 'wp-content/plugins/elementor/core/experiments/experiments-reporter.php'),
(2795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\manager.php', 'wp-content/plugins/elementor/core/experiments/manager.php'),
(2796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\non-existing-dependency.php', 'wp-content/plugins/elementor/core/experiments/non-existing-dependency.php'),
(2797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\wp-cli.php', 'wp-content/plugins/elementor/core/experiments/wp-cli.php'),
(2798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\experiments\\wrap-core-dependency.php', 'wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php'),
(2799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php', 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php'),
(2800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\json\\json-handler.php', 'wp-content/plugins/elementor/core/files/assets/json/json-handler.php'),
(2801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\manager.php', 'wp-content/plugins/elementor/core/files/assets/manager.php'),
(2802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\assets\\svg\\svg-handler.php', 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php'),
(2803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\base.php', 'wp-content/plugins/elementor/core/files/base.php'),
(2804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\base.php', 'wp-content/plugins/elementor/core/files/css/base.php'),
(2805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post-local-cache.php', 'wp-content/plugins/elementor/core/files/css/post-local-cache.php'),
(2806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post-preview.php', 'wp-content/plugins/elementor/core/files/css/post-preview.php'),
(2807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\css\\post.php', 'wp-content/plugins/elementor/core/files/css/post.php'),
(2808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\base.php', 'wp-content/plugins/elementor/core/files/file-types/base.php'),
(2809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\json.php', 'wp-content/plugins/elementor/core/files/file-types/json.php'),
(2810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\svg.php', 'wp-content/plugins/elementor/core/files/file-types/svg.php'),
(2811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\file-types\\zip.php', 'wp-content/plugins/elementor/core/files/file-types/zip.php'),
(2812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\fonts\\google-font.php', 'wp-content/plugins/elementor/core/files/fonts/google-font.php'),
(2813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\manager.php', 'wp-content/plugins/elementor/core/files/manager.php'),
(2814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php', 'wp-content/plugins/elementor/core/files/uploads-manager.php'),
(2815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\performance.php', 'wp-content/plugins/elementor/core/frontend/performance.php'),
(2816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-mode-manager.php', 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php'),
(2817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-modes\\render-mode-base.php', 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php'),
(2818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\frontend\\render-modes\\render-mode-normal.php', 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php'),
(2819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php'),
(2820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-adapter.php', 'wp-content/plugins/elementor/core/isolation/elementor-adapter.php'),
(2821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\elementor-counter-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/elementor-counter-adapter-interface.php'),
(2822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\plugin-status-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php'),
(2823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\plugin-status-adapter.php', 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php'),
(2824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\wordpress-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php'),
(2825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\isolation\\wordpress-adapter.php', 'wp-content/plugins/elementor/core/isolation/wordpress-adapter.php'),
(2826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\controls\\repeater.php', 'wp-content/plugins/elementor/core/kits/controls/repeater.php'),
(2827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\kit.php', 'wp-content/plugins/elementor/core/kits/documents/kit.php'),
(2828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\global-colors.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php'),
(2829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\global-typography.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php'),
(2830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-background.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php'),
(2831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-custom-css.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php'),
(2832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-layout.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php'),
(2833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-lightbox.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php'),
(2834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-page-transitions.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php'),
(2835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\settings-site-identity.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php'),
(2836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\tab-base.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php'),
(2837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-buttons.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php'),
(2838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-form-fields.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php'),
(2839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-images.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php'),
(2840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\documents\\tabs\\theme-style-typography.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php'),
(2841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\manager.php', 'wp-content/plugins/elementor/core/kits/manager.php'),
(2842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\views\\panel.php', 'wp-content/plugins/elementor/core/kits/views/panel.php'),
(2843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\kits\\views\\trash-kit-confirmation.php', 'wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php'),
(2844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\base.php', 'wp-content/plugins/elementor/core/logger/items/base.php'),
(2845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\file.php', 'wp-content/plugins/elementor/core/logger/items/file.php'),
(2846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\js.php', 'wp-content/plugins/elementor/core/logger/items/js.php'),
(2847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\log-item-interface.php', 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php'),
(2848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\items\\php.php', 'wp-content/plugins/elementor/core/logger/items/php.php'),
(2849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\log-reporter.php', 'wp-content/plugins/elementor/core/logger/log-reporter.php'),
(2850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\base.php', 'wp-content/plugins/elementor/core/logger/loggers/base.php'),
(2851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\db.php', 'wp-content/plugins/elementor/core/logger/loggers/db.php'),
(2852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\loggers\\logger-interface.php', 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php'),
(2853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\logger\\manager.php', 'wp-content/plugins/elementor/core/logger/manager.php'),
(2854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\modules-manager.php', 'wp-content/plugins/elementor/core/modules-manager.php'),
(2855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\base.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/base.php'),
(2856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\base.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php'),
(2857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\e-icons.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php'),
(2858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\font-awesome.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php'),
(2859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\data-managers\\font-icon-svg\\manager.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php'),
(2860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\page-assets\\loader.php', 'wp-content/plugins/elementor/core/page-assets/loader.php'),
(2861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\responsive\\files\\frontend.php', 'wp-content/plugins/elementor/core/responsive/files/frontend.php'),
(2862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\responsive\\responsive.php', 'wp-content/plugins/elementor/core/responsive/responsive.php'),
(2863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\role-manager\\editor-one-role-manager-menu.php', 'wp-content/plugins/elementor/core/role-manager/editor-one-role-manager-menu.php'),
(2864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\role-manager\\role-manager.php', 'wp-content/plugins/elementor/core/role-manager/role-manager.php'),
(2865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\css-manager.php', 'wp-content/plugins/elementor/core/settings/base/css-manager.php'),
(2866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\css-model.php', 'wp-content/plugins/elementor/core/settings/base/css-model.php'),
(2867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\manager.php', 'wp-content/plugins/elementor/core/settings/base/manager.php'),
(2868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\base\\model.php', 'wp-content/plugins/elementor/core/settings/base/model.php'),
(2869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\editor-preferences\\manager.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/manager.php'),
(2870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\editor-preferences\\model.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/model.php'),
(2871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\general\\manager.php', 'wp-content/plugins/elementor/core/settings/general/manager.php'),
(2872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\general\\model.php', 'wp-content/plugins/elementor/core/settings/general/model.php'),
(2873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\manager.php', 'wp-content/plugins/elementor/core/settings/manager.php'),
(2874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\page\\manager.php', 'wp-content/plugins/elementor/core/settings/page/manager.php'),
(2875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\settings\\page\\model.php', 'wp-content/plugins/elementor/core/settings/page/model.php'),
(2876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\custom-tasks-manager.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php'),
(2877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\custom-tasks.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php'),
(2878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\manager.php', 'wp-content/plugins/elementor/core/upgrade/manager.php'),
(2879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\task.php', 'wp-content/plugins/elementor/core/upgrade/task.php'),
(2880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\updater.php', 'wp-content/plugins/elementor/core/upgrade/updater.php'),
(2881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\upgrade-utils.php', 'wp-content/plugins/elementor/core/upgrade/upgrade-utils.php'),
(2882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\upgrade\\upgrades.php', 'wp-content/plugins/elementor/core/upgrade/upgrades.php'),
(2883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\ab-test.php', 'wp-content/plugins/elementor/core/utils/ab-test.php'),
(2884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\error-builder.php', 'wp-content/plugins/elementor/core/utils/api/error-builder.php'),
(2885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\parse-errors.php', 'wp-content/plugins/elementor/core/utils/api/parse-errors.php'),
(2886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\parse-result.php', 'wp-content/plugins/elementor/core/utils/api/parse-result.php'),
(2887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\api\\response-builder.php', 'wp-content/plugins/elementor/core/utils/api/response-builder.php'),
(2888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\assets-config-provider.php', 'wp-content/plugins/elementor/core/utils/assets-config-provider.php'),
(2889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\assets-translation-loader.php', 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php'),
(2890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\collection.php', 'wp-content/plugins/elementor/core/utils/collection.php'),
(2891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\exceptions.php', 'wp-content/plugins/elementor/core/utils/exceptions.php'),
(2892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\force-locale.php', 'wp-content/plugins/elementor/core/utils/force-locale.php'),
(2893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\hints.php', 'wp-content/plugins/elementor/core/utils/hints.php'),
(2894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\http.php', 'wp-content/plugins/elementor/core/utils/http.php'),
(2895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-regex.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php'),
(2896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-simple-xml.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php'),
(2897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser-xml.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php'),
(2898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\parsers\\wxr-parser.php', 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php'),
(2899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\url.php', 'wp-content/plugins/elementor/core/utils/import-export/url.php'),
(2900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\wp-exporter.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php'),
(2901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\import-export\\wp-import.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php'),
(2902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\plugins-manager.php', 'wp-content/plugins/elementor/core/utils/plugins-manager.php'),
(2903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\promotions\\filtered-promotions-manager.php', 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php'),
(2904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\static-collection.php', 'wp-content/plugins/elementor/core/utils/static-collection.php'),
(2905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\str.php', 'wp-content/plugins/elementor/core/utils/str.php'),
(2906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\svg\\svg-sanitizer.php', 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php'),
(2907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-element-iterator.php', 'wp-content/plugins/elementor/core/utils/template-library-element-iterator.php'),
(2908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-import-export-utils.php', 'wp-content/plugins/elementor/core/utils/template-library-import-export-utils.php'),
(2909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\template-library-snapshot-processor.php', 'wp-content/plugins/elementor/core/utils/template-library-snapshot-processor.php'),
(2910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\utils\\version.php', 'wp-content/plugins/elementor/core/utils/version.php'),
(2911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\core\\wp-api.php', 'wp-content/plugins/elementor/core/wp-api.php'),
(2912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\controller.php', 'wp-content/plugins/elementor/data/base/controller.php'),
(2913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\endpoint.php', 'wp-content/plugins/elementor/data/base/endpoint.php'),
(2914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor\\after.php', 'wp-content/plugins/elementor/data/base/processor/after.php'),
(2915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor\\before.php', 'wp-content/plugins/elementor/data/base/processor/before.php'),
(2916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\processor.php', 'wp-content/plugins/elementor/data/base/processor.php'),
(2917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\base\\sub-endpoint.php', 'wp-content/plugins/elementor/data/base/sub-endpoint.php'),
(2918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\manager.php', 'wp-content/plugins/elementor/data/manager.php'),
(2919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\base-route.php', 'wp-content/plugins/elementor/data/v2/base/base-route.php'),
(2920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\controller.php', 'wp-content/plugins/elementor/data/v2/base/controller.php'),
(2921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index\\all-children.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php'),
(2922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index\\sub-index-endpoint.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php'),
(2923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint\\index.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php'),
(2924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\endpoint.php', 'wp-content/plugins/elementor/data/v2/base/endpoint.php'),
(2925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\data-exception.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php'),
(2926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\error-404.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php'),
(2927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\error-500.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php'),
(2928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\exceptions\\wp-error-exception.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php'),
(2929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor\\after.php', 'wp-content/plugins/elementor/data/v2/base/processor/after.php'),
(2930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor\\before.php', 'wp-content/plugins/elementor/data/v2/base/processor/before.php'),
(2931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\base\\processor.php', 'wp-content/plugins/elementor/data/v2/base/processor.php'),
(2932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\data\\v2\\manager.php', 'wp-content/plugins/elementor/data/v2/manager.php'),
(2933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\elementor.php', 'wp-content/plugins/elementor/elementor.php'),
(2934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\beta-tester.php', 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php'),
(2935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\new-floating-elements.php', 'wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php'),
(2936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\admin-templates\\new-template.php', 'wp-content/plugins/elementor/includes/admin-templates/new-template.php'),
(2937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\api.php', 'wp-content/plugins/elementor/includes/api.php'),
(2938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\autoloader.php', 'wp-content/plugins/elementor/includes/autoloader.php'),
(2939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\controls-stack.php', 'wp-content/plugins/elementor/includes/base/controls-stack.php'),
(2940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\element-base.php', 'wp-content/plugins/elementor/includes/base/element-base.php'),
(2941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\skin-base.php', 'wp-content/plugins/elementor/includes/base/skin-base.php'),
(2942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\sub-controls-stack.php', 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php'),
(2943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\base\\widget-base.php', 'wp-content/plugins/elementor/includes/base/widget-base.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\beta-testers.php', 'wp-content/plugins/elementor/includes/beta-testers.php'),
(2945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\compatibility.php', 'wp-content/plugins/elementor/includes/compatibility.php'),
(2946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\conditions.php', 'wp-content/plugins/elementor/includes/conditions.php'),
(2947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\alert.php', 'wp-content/plugins/elementor/includes/controls/alert.php'),
(2948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\animation.php', 'wp-content/plugins/elementor/includes/controls/animation.php'),
(2949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-data.php', 'wp-content/plugins/elementor/includes/controls/base-data.php'),
(2950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-icon-font.php', 'wp-content/plugins/elementor/includes/controls/base-icon-font.php'),
(2951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-multiple.php', 'wp-content/plugins/elementor/includes/controls/base-multiple.php'),
(2952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-ui.php', 'wp-content/plugins/elementor/includes/controls/base-ui.php'),
(2953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base-units.php', 'wp-content/plugins/elementor/includes/controls/base-units.php'),
(2954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\base.php', 'wp-content/plugins/elementor/includes/controls/base.php'),
(2955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\box-shadow.php', 'wp-content/plugins/elementor/includes/controls/box-shadow.php'),
(2956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\button.php', 'wp-content/plugins/elementor/includes/controls/button.php'),
(2957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\choose.php', 'wp-content/plugins/elementor/includes/controls/choose.php'),
(2958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\code.php', 'wp-content/plugins/elementor/includes/controls/code.php'),
(2959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\color.php', 'wp-content/plugins/elementor/includes/controls/color.php'),
(2960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\date-time.php', 'wp-content/plugins/elementor/includes/controls/date-time.php'),
(2961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\deprecated-notice.php', 'wp-content/plugins/elementor/includes/controls/deprecated-notice.php'),
(2962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\dimensions.php', 'wp-content/plugins/elementor/includes/controls/dimensions.php'),
(2963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\divider.php', 'wp-content/plugins/elementor/includes/controls/divider.php'),
(2964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\exit-animation.php', 'wp-content/plugins/elementor/includes/controls/exit-animation.php'),
(2965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\font.php', 'wp-content/plugins/elementor/includes/controls/font.php'),
(2966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\gallery.php', 'wp-content/plugins/elementor/includes/controls/gallery.php'),
(2967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\gaps.php', 'wp-content/plugins/elementor/includes/controls/gaps.php'),
(2968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\background.php', 'wp-content/plugins/elementor/includes/controls/groups/background.php'),
(2969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\base.php', 'wp-content/plugins/elementor/includes/controls/groups/base.php'),
(2970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\border.php', 'wp-content/plugins/elementor/includes/controls/groups/border.php'),
(2971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\box-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php'),
(2972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\css-filter.php', 'wp-content/plugins/elementor/includes/controls/groups/css-filter.php'),
(2973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\flex-container.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-container.php'),
(2974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\flex-item.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php'),
(2975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\grid-container.php', 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php'),
(2976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\image-size.php', 'wp-content/plugins/elementor/includes/controls/groups/image-size.php'),
(2977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\text-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php'),
(2978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\text-stroke.php', 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php'),
(2979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\groups\\typography.php', 'wp-content/plugins/elementor/includes/controls/groups/typography.php'),
(2980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\heading.php', 'wp-content/plugins/elementor/includes/controls/heading.php'),
(2981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\hidden.php', 'wp-content/plugins/elementor/includes/controls/hidden.php'),
(2982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\hover-animation.php', 'wp-content/plugins/elementor/includes/controls/hover-animation.php'),
(2983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\icon.php', 'wp-content/plugins/elementor/includes/controls/icon.php'),
(2984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\icons.php', 'wp-content/plugins/elementor/includes/controls/icons.php'),
(2985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\image-dimensions.php', 'wp-content/plugins/elementor/includes/controls/image-dimensions.php'),
(2986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\media.php', 'wp-content/plugins/elementor/includes/controls/media.php'),
(2987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\notice.php', 'wp-content/plugins/elementor/includes/controls/notice.php'),
(2988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\number.php', 'wp-content/plugins/elementor/includes/controls/number.php'),
(2989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\popover-toggle.php', 'wp-content/plugins/elementor/includes/controls/popover-toggle.php'),
(2990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\raw-html.php', 'wp-content/plugins/elementor/includes/controls/raw-html.php'),
(2991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\repeater.php', 'wp-content/plugins/elementor/includes/controls/repeater.php'),
(2992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\section.php', 'wp-content/plugins/elementor/includes/controls/section.php'),
(2993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\select.php', 'wp-content/plugins/elementor/includes/controls/select.php'),
(2994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\select2.php', 'wp-content/plugins/elementor/includes/controls/select2.php'),
(2995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\slider.php', 'wp-content/plugins/elementor/includes/controls/slider.php'),
(2996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\structure.php', 'wp-content/plugins/elementor/includes/controls/structure.php'),
(2997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\switcher.php', 'wp-content/plugins/elementor/includes/controls/switcher.php'),
(2998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\tab.php', 'wp-content/plugins/elementor/includes/controls/tab.php'),
(2999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\tabs.php', 'wp-content/plugins/elementor/includes/controls/tabs.php'),
(3000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\text-shadow.php', 'wp-content/plugins/elementor/includes/controls/text-shadow.php'),
(3001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\text.php', 'wp-content/plugins/elementor/includes/controls/text.php'),
(3002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\textarea.php', 'wp-content/plugins/elementor/includes/controls/textarea.php'),
(3003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\url.php', 'wp-content/plugins/elementor/includes/controls/url.php'),
(3004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\visual-choice.php', 'wp-content/plugins/elementor/includes/controls/visual-choice.php'),
(3005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\wp-widget.php', 'wp-content/plugins/elementor/includes/controls/wp-widget.php'),
(3006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\controls\\wysiwyg.php', 'wp-content/plugins/elementor/includes/controls/wysiwyg.php'),
(3007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\db.php', 'wp-content/plugins/elementor/includes/db.php'),
(3008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-assets-api.php', 'wp-content/plugins/elementor/includes/editor-assets-api.php'),
(3009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\editor-wrapper.php', 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php'),
(3010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\global.php', 'wp-content/plugins/elementor/includes/editor-templates/global.php'),
(3011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\hotkeys.php', 'wp-content/plugins/elementor/includes/editor-templates/hotkeys.php'),
(3012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\library-layout.php', 'wp-content/plugins/elementor/includes/editor-templates/library-layout.php'),
(3013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\navigator.php', 'wp-content/plugins/elementor/includes/editor-templates/navigator.php'),
(3014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\panel-elements.php', 'wp-content/plugins/elementor/includes/editor-templates/panel-elements.php'),
(3015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\panel.php', 'wp-content/plugins/elementor/includes/editor-templates/panel.php'),
(3016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\repeater.php', 'wp-content/plugins/elementor/includes/editor-templates/repeater.php'),
(3017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\responsive-bar.php', 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php'),
(3018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\editor-templates\\templates.php', 'wp-content/plugins/elementor/includes/editor-templates/templates.php'),
(3019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\column.php', 'wp-content/plugins/elementor/includes/elements/column.php'),
(3020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\container.php', 'wp-content/plugins/elementor/includes/elements/container.php'),
(3021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\repeater.php', 'wp-content/plugins/elementor/includes/elements/repeater.php'),
(3022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\elements\\section.php', 'wp-content/plugins/elementor/includes/elements/section.php'),
(3023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\embed.php', 'wp-content/plugins/elementor/includes/embed.php'),
(3024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\fonts.php', 'wp-content/plugins/elementor/includes/fonts.php'),
(3025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\frontend.php', 'wp-content/plugins/elementor/includes/frontend.php'),
(3026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\heartbeat.php', 'wp-content/plugins/elementor/includes/heartbeat.php'),
(3027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\interfaces\\group-control.php', 'wp-content/plugins/elementor/includes/interfaces/group-control.php'),
(3028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\interfaces\\has-validation.php', 'wp-content/plugins/elementor/includes/interfaces/has-validation.php'),
(3029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\bfi-thumb\\bfi-thumb.php', 'wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php'),
(3030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\wp-background-process\\wp-async-request.php', 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php'),
(3031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\libraries\\wp-background-process\\wp-background-process.php', 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php'),
(3032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\maintenance-mode.php', 'wp-content/plugins/elementor/includes/maintenance-mode.php'),
(3033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\maintenance.php', 'wp-content/plugins/elementor/includes/maintenance.php'),
(3034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\controls.php', 'wp-content/plugins/elementor/includes/managers/controls.php'),
(3035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\elements.php', 'wp-content/plugins/elementor/includes/managers/elements.php'),
(3036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\icons.php', 'wp-content/plugins/elementor/includes/managers/icons.php'),
(3037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\image.php', 'wp-content/plugins/elementor/includes/managers/image.php'),
(3038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\skins.php', 'wp-content/plugins/elementor/includes/managers/skins.php'),
(3039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\widgets.php', 'wp-content/plugins/elementor/includes/managers/widgets.php'),
(3040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\managers\\wordpress-widgets.php', 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php'),
(3041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\plugin.php', 'wp-content/plugins/elementor/includes/plugin.php'),
(3042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\preview.php', 'wp-content/plugins/elementor/includes/preview.php'),
(3043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\rollback.php', 'wp-content/plugins/elementor/includes/rollback.php'),
(3044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-home-menu.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-home-menu.php'),
(3045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-settings-menu.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-settings-menu.php'),
(3046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\admin-menu-items\\editor-one-tools-menu.php', 'wp-content/plugins/elementor/includes/settings/admin-menu-items/editor-one-tools-menu.php'),
(3047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\controls.php', 'wp-content/plugins/elementor/includes/settings/controls.php'),
(3048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\settings-page.php', 'wp-content/plugins/elementor/includes/settings/settings-page.php'),
(3049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\settings.php', 'wp-content/plugins/elementor/includes/settings/settings.php'),
(3050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\tools.php', 'wp-content/plugins/elementor/includes/settings/tools.php'),
(3051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\settings\\validations.php', 'wp-content/plugins/elementor/includes/settings/validations.php'),
(3052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\shapes.php', 'wp-content/plugins/elementor/includes/shapes.php'),
(3053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\stylesheet.php', 'wp-content/plugins/elementor/includes/stylesheet.php'),
(3054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-import-images.php', 'wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php'),
(3055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-media-collector.php', 'wp-content/plugins/elementor/includes/template-library/classes/class-media-collector.php'),
(3056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\classes\\class-media-mapper.php', 'wp-content/plugins/elementor/includes/template-library/classes/class-media-mapper.php'),
(3057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\data\\controller.php', 'wp-content/plugins/elementor/includes/template-library/data/controller.php'),
(3058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\data\\endpoints\\templates.php', 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php'),
(3059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\forms\\new-template-form.php', 'wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php'),
(3060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\manager.php', 'wp-content/plugins/elementor/includes/template-library/manager.php'),
(3061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\add-new-template-menu-item.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php'),
(3062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\editor-one-saved-templates-menu.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/editor-one-saved-templates-menu.php'),
(3063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\editor-one-templates-menu.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/editor-one-templates-menu.php'),
(3064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\admin-menu-items\\templates-categories-menu-item.php', 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php'),
(3065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\base.php', 'wp-content/plugins/elementor/includes/template-library/sources/base.php'),
(3066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\cloud.php', 'wp-content/plugins/elementor/includes/template-library/sources/cloud.php'),
(3067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php', 'wp-content/plugins/elementor/includes/template-library/sources/local.php'),
(3068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\remote.php', 'wp-content/plugins/elementor/includes/template-library/sources/remote.php'),
(3069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\tracker.php', 'wp-content/plugins/elementor/includes/tracker.php'),
(3070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\user-data.php', 'wp-content/plugins/elementor/includes/user-data.php'),
(3071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\user.php', 'wp-content/plugins/elementor/includes/user.php'),
(3072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\utils.php', 'wp-content/plugins/elementor/includes/utils.php'),
(3073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\accordion.php', 'wp-content/plugins/elementor/includes/widgets/accordion.php'),
(3074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\alert.php', 'wp-content/plugins/elementor/includes/widgets/alert.php'),
(3075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\audio.php', 'wp-content/plugins/elementor/includes/widgets/audio.php'),
(3076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\button.php', 'wp-content/plugins/elementor/includes/widgets/button.php'),
(3077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common-base.php', 'wp-content/plugins/elementor/includes/widgets/common-base.php'),
(3078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common-optimized.php', 'wp-content/plugins/elementor/includes/widgets/common-optimized.php'),
(3079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\common.php', 'wp-content/plugins/elementor/includes/widgets/common.php'),
(3080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\counter.php', 'wp-content/plugins/elementor/includes/widgets/counter.php'),
(3081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\divider.php', 'wp-content/plugins/elementor/includes/widgets/divider.php'),
(3082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\google-maps.php', 'wp-content/plugins/elementor/includes/widgets/google-maps.php'),
(3083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\heading.php', 'wp-content/plugins/elementor/includes/widgets/heading.php'),
(3084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\html.php', 'wp-content/plugins/elementor/includes/widgets/html.php'),
(3085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon-box.php', 'wp-content/plugins/elementor/includes/widgets/icon-box.php'),
(3086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon-list.php', 'wp-content/plugins/elementor/includes/widgets/icon-list.php'),
(3087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\icon.php', 'wp-content/plugins/elementor/includes/widgets/icon.php'),
(3088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-box.php', 'wp-content/plugins/elementor/includes/widgets/image-box.php'),
(3089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-carousel.php', 'wp-content/plugins/elementor/includes/widgets/image-carousel.php'),
(3090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image-gallery.php', 'wp-content/plugins/elementor/includes/widgets/image-gallery.php'),
(3091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\image.php', 'wp-content/plugins/elementor/includes/widgets/image.php'),
(3092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\inner-section.php', 'wp-content/plugins/elementor/includes/widgets/inner-section.php'),
(3093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\menu-anchor.php', 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php'),
(3094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\progress.php', 'wp-content/plugins/elementor/includes/widgets/progress.php'),
(3095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\rating.php', 'wp-content/plugins/elementor/includes/widgets/rating.php'),
(3096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\read-more.php', 'wp-content/plugins/elementor/includes/widgets/read-more.php'),
(3097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\shortcode.php', 'wp-content/plugins/elementor/includes/widgets/shortcode.php'),
(3098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\sidebar.php', 'wp-content/plugins/elementor/includes/widgets/sidebar.php'),
(3099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\social-icons.php', 'wp-content/plugins/elementor/includes/widgets/social-icons.php'),
(3100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\spacer.php', 'wp-content/plugins/elementor/includes/widgets/spacer.php'),
(3101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\star-rating.php', 'wp-content/plugins/elementor/includes/widgets/star-rating.php'),
(3102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\tabs.php', 'wp-content/plugins/elementor/includes/widgets/tabs.php'),
(3103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\testimonial.php', 'wp-content/plugins/elementor/includes/widgets/testimonial.php'),
(3104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\text-editor.php', 'wp-content/plugins/elementor/includes/widgets/text-editor.php'),
(3105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\toggle.php', 'wp-content/plugins/elementor/includes/widgets/toggle.php'),
(3106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\traits\\button-trait.php', 'wp-content/plugins/elementor/includes/widgets/traits/button-trait.php'),
(3107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\video.php', 'wp-content/plugins/elementor/includes/widgets/video.php'),
(3108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\includes\\widgets\\wordpress.php', 'wp-content/plugins/elementor/includes/widgets/wordpress.php'),
(3109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\license.txt', 'wp-content/plugins/elementor/license.txt'),
(3110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\README.md', 'wp-content/plugins/elementor/migrations/README.md'),
(3111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\manifest.json', 'wp-content/plugins/elementor/migrations/manifest.json'),
(3112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\config-to-config-v2.json', 'wp-content/plugins/elementor/migrations/operations/config-to-config-v2.json'),
(3113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\html-to-html-v2.json', 'wp-content/plugins/elementor/migrations/operations/html-to-html-v2.json'),
(3114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\html-v2-to-html-v3.json', 'wp-content/plugins/elementor/migrations/operations/html-v2-to-html-v3.json'),
(3115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\image-src-to-svg-src.json', 'wp-content/plugins/elementor/migrations/operations/image-src-to-svg-src.json'),
(3116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\number-to-size.json', 'wp-content/plugins/elementor/migrations/operations/number-to-size.json'),
(3117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\migrations\\operations\\string-to-html.json', 'wp-content/plugins/elementor/migrations/operations/string-to-html.json'),
(3118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\admin-bar\\module.php', 'wp-content/plugins/elementor/modules/admin-bar/module.php'),
(3119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\admin-top-bar\\module.php', 'wp-content/plugins/elementor/modules/admin-top-bar/module.php'),
(3120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\connect\\ai.php', 'wp-content/plugins/elementor/modules/ai/connect/ai.php'),
(3121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\feature-intro\\product-image-unification-intro.php', 'wp-content/plugins/elementor/modules/ai/feature-intro/product-image-unification-intro.php'),
(3122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\module.php', 'wp-content/plugins/elementor/modules/ai/module.php'),
(3123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\preferences.php', 'wp-content/plugins/elementor/modules/ai/preferences.php'),
(3124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\module.php', 'wp-content/plugins/elementor/modules/ai/site-planner-connect/module.php'),
(3125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\view.php', 'wp-content/plugins/elementor/modules/ai/site-planner-connect/view.php'),
(3126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\ai\\site-planner-connect\\wp-rest-api.php', 'wp-content/plugins/elementor/modules/ai/site-planner-connect/wp-rest-api.php'),
(3127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\announcement.php', 'wp-content/plugins/elementor/modules/announcements/classes/announcement.php'),
(3128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\trigger-base.php', 'wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php'),
(3129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\classes\\utils.php', 'wp-content/plugins/elementor/modules/announcements/classes/utils.php'),
(3130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\module.php', 'wp-content/plugins/elementor/modules/announcements/module.php'),
(3131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\triggers\\ai-started.php', 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php'),
(3132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\announcements\\triggers\\is-flex-container-inactive.php', 'wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php'),
(3133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\admin-apps-page.php', 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php'),
(3134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\admin-pointer.php', 'wp-content/plugins/elementor/modules/apps/admin-pointer.php'),
(3135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\apps\\module.php', 'wp-content/plugins/elementor/modules/apps/module.php'),
(3136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\module.php', 'wp-content/plugins/elementor/modules/atomic-opt-in/module.php'),
(3137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\opt-in-page.php', 'wp-content/plugins/elementor/modules/atomic-opt-in/opt-in-page.php'),
(3138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\panel-chip.php', 'wp-content/plugins/elementor/modules/atomic-opt-in/panel-chip.php'),
(3139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-opt-in\\welcome-screen.php', 'wp-content/plugins/elementor/modules/atomic-opt-in/welcome-screen.php'),
(3140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\base\\atomic-control-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php'),
(3141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\cache-validity\\cache-validity-item.php', 'wp-content/plugins/elementor/modules/atomic-widgets/cache-validity/cache-validity-item.php'),
(3142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\cache-validity\\cache-validity.php', 'wp-content/plugins/elementor/modules/atomic-widgets/cache-validity/cache-validity.php'),
(3143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\base\\atomic-control-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/base/atomic-control-base.php'),
(3144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\base\\element-control-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/base/element-control-base.php'),
(3145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\section.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php'),
(3146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\chips-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/chips-control.php'),
(3147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\date-time-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/date-time-control.php'),
(3148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\elements\\tabs-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/elements/tabs-control.php'),
(3149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\email-form-action-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/email-form-action-control.php'),
(3150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\html-tag-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/html-tag-control.php'),
(3151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\image-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php'),
(3152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\inline-editing-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/inline-editing-control.php'),
(3153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\link-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/link-control.php'),
(3154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\number-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/number-control.php'),
(3155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\query-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/query-control.php'),
(3156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\repeatable-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/repeatable-control.php'),
(3157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\select-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php'),
(3158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\size-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/size-control.php'),
(3159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\svg-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/svg-control.php'),
(3160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\switch-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/switch-control.php'),
(3161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\text-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php'),
(3162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\textarea-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php'),
(3163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\toggle-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/toggle-control.php'),
(3164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\controls\\types\\video-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/video-control.php'),
(3165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\database\\atomic-widgets-database-updater.php', 'wp-content/plugins/elementor/modules/atomic-widgets/database/atomic-widgets-database-updater.php'),
(3166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\database\\migrations\\add-capabilities.php', 'wp-content/plugins/elementor/modules/atomic-widgets/database/migrations/add-capabilities.php'),
(3167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php'),
(3168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-prop-types-mapping.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php'),
(3169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-converter.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-converter.php'),
(3170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-editor-config.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-editor-config.php'),
(3171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-module.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php'),
(3172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-tags-schemas.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-schemas.php'),
(3173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\dynamic-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php'),
(3174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\dynamic-tags\\import-export\\dynamic-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/import-export/dynamic-transformer.php'),
(3175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-button\\atomic-button.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button/atomic-button.html.twig'),
(3176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-button\\atomic-button.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button/atomic-button.php'),
(3177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-divider\\atomic-divider.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider/atomic-divider.html.twig'),
(3178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-divider\\atomic-divider.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider/atomic-divider.php'),
(3179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\atomic-form.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/atomic-form.html.twig'),
(3180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\atomic-form.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/atomic-form.php'),
(3181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-error-message\\form-error-message.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-error-message/form-error-message.php'),
(3182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-message\\form-message.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-message/form-message.html.twig'),
(3183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-message\\form-message.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-message/form-message.php'),
(3184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-form\\form-success-message\\form-success-message.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-form/form-success-message/form-success-message.php'),
(3185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-heading\\atomic-heading.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig'),
(3186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-heading\\atomic-heading.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading/atomic-heading.php'),
(3187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-image\\atomic-image.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image/atomic-image.html.twig'),
(3188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-image\\atomic-image.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image/atomic-image.php'),
(3189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-paragraph\\atomic-paragraph.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph/atomic-paragraph.html.twig'),
(3190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-paragraph\\atomic-paragraph.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph/atomic-paragraph.php'),
(3191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-self-hosted-video\\atomic-self-hosted-video.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-self-hosted-video/atomic-self-hosted-video.html.twig'),
(3192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-self-hosted-video\\atomic-self-hosted-video.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-self-hosted-video/atomic-self-hosted-video.php'),
(3193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-svg\\atomic-svg.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg/atomic-svg.html.twig'),
(3194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-svg\\atomic-svg.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg/atomic-svg.php'),
(3195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab\\atomic-tab.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.html.twig'),
(3196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab\\atomic-tab.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.php'),
(3197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab-content\\atomic-tab-content.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.html.twig'),
(3198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tab-content\\atomic-tab-content.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.php'),
(3199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs\\atomic-tabs.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs/atomic-tabs.html.twig'),
(3200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs\\atomic-tabs.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs/atomic-tabs.php'),
(3201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-content-area\\atomic-tabs-content-area.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-content-area/atomic-tabs-content-area.html.twig'),
(3202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-content-area\\atomic-tabs-content-area.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-content-area/atomic-tabs-content-area.php'),
(3203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-menu\\atomic-tabs-menu.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-menu/atomic-tabs-menu.html.twig'),
(3204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\atomic-tabs-menu\\atomic-tabs-menu.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/atomic-tabs-menu/atomic-tabs-menu.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\atomic-tabs-handler.js', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/atomic-tabs-handler.js'),
(3206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\atomic-tabs-preview-handler.js', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/atomic-tabs-preview-handler.js'),
(3207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-tabs\\handlers\\utils.js', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-tabs/handlers/utils.js'),
(3208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\atomic-youtube.html.twig', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/atomic-youtube.html.twig'),
(3209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\atomic-youtube.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/atomic-youtube.php'),
(3210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\atomic-youtube\\youtube-handler.js', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube/youtube-handler.js'),
(3211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\atomic-element-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/atomic-element-base.php'),
(3212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\atomic-widget-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/atomic-widget-base.php'),
(3213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\element-builder.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/element-builder.php'),
(3214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-atomic-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-atomic-base.php'),
(3215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-base-styles.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-base-styles.php'),
(3216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-element-template.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-element-template.php'),
(3217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\has-template.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/has-template.php'),
(3218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\render-context.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/render-context.php'),
(3219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\base\\widget-builder.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/base/widget-builder.php'),
(3220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\div-block\\div-block.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block/div-block.php'),
(3221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\flexbox\\flexbox.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/flexbox/flexbox.php'),
(3222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\loader\\frontend-assets-loader.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/loader/frontend-assets-loader.php'),
(3223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\template-renderer\\single-file-loader.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/template-renderer/single-file-loader.php'),
(3224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\elements\\template-renderer\\template-renderer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/elements/template-renderer/template-renderer.php'),
(3225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\atomic-import-export.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/atomic-import-export.php'),
(3226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\interactions-ids-modifier.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/interactions-ids-modifier.php'),
(3227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\interactions-props-modifier.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/interactions-props-modifier.php'),
(3228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\settings-props-modifier.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/settings-props-modifier.php'),
(3229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\styles-ids-modifier.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/styles-ids-modifier.php'),
(3230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\import-export\\modifiers\\styles-props-modifier.php', 'wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers/styles-props-modifier.php'),
(3231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\atomic-widgets-library.php', 'wp-content/plugins/elementor/modules/atomic-widgets/library/atomic-widgets-library.php'),
(3232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\div-block.php', 'wp-content/plugins/elementor/modules/atomic-widgets/library/div-block.php'),
(3233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\library\\flexbox.php', 'wp-content/plugins/elementor/modules/atomic-widgets/library/flexbox.php'),
(3234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\logger\\logger.php', 'wp-content/plugins/elementor/modules/atomic-widgets/logger/logger.php'),
(3235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\module.php', 'wp-content/plugins/elementor/modules/atomic-widgets/module.php'),
(3236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\opt-in\\opt-in.php', 'wp-content/plugins/elementor/modules/atomic-widgets/opt-in/opt-in.php'),
(3237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\parsers\\props-parser.php', 'wp-content/plugins/elementor/modules/atomic-widgets/parsers/props-parser.php'),
(3238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\parsers\\style-parser.php', 'wp-content/plugins/elementor/modules/atomic-widgets/parsers/style-parser.php'),
(3239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-dependencies\\manager.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-dependencies/manager.php'),
(3240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migration-interpreter.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migration-interpreter.php'),
(3241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-cache.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-cache.php'),
(3242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-loader.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-loader.php'),
(3243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\migrations-orchestrator.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/migrations-orchestrator.php'),
(3244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\path-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/path-resolver.php'),
(3245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-type-migrations\\schema-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-type-migrations/schema-resolver.php'),
(3246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\attributes-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/attributes-prop-type.php'),
(3247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-color-overlay-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-color-overlay-prop-type.php'),
(3248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-gradient-overlay-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-gradient-overlay-prop-type.php'),
(3249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-overlay-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-overlay-prop-type.php'),
(3250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-overlay-size-scale-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-overlay-size-scale-prop-type.php'),
(3251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-image-position-offset-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-image-position-offset-prop-type.php'),
(3252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-overlay-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-overlay-prop-type.php'),
(3253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\background-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/background-prop-type.php'),
(3254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\array-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/array-prop-type.php'),
(3255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\object-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/object-prop-type.php'),
(3256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\plain-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/plain-prop-type.php'),
(3257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\base\\unknown-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base/unknown-prop-type.php'),
(3258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\border-radius-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/border-radius-prop-type.php'),
(3259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\border-width-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/border-width-prop-type.php'),
(3260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\box-shadow-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/box-shadow-prop-type.php'),
(3261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\classes-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php'),
(3262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\color-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/color-prop-type.php'),
(3263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\color-stop-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/color-stop-prop-type.php'),
(3264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-default.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-default.php'),
(3265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-generate.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-generate.php'),
(3266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-initial-value.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-initial-value.php'),
(3267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-meta.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-meta.php'),
(3268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-required-setting.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-required-setting.php'),
(3269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-settings.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-settings.php'),
(3270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\concerns\\has-transformable-validation.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns/has-transformable-validation.php'),
(3271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\contracts\\prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts/prop-type.php'),
(3272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\contracts\\transformable-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts/transformable-prop-type.php'),
(3273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\date-time-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/date-time-prop-type.php'),
(3274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\dimensions-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/dimensions-prop-type.php'),
(3275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\email-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/email-prop-type.php'),
(3276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\backdrop-filter-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/backdrop-filter-prop-type.php'),
(3277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\css-filter-func-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/css-filter-func-prop-type.php'),
(3278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\filter-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/filter-prop-type.php'),
(3279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\blur-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/blur-prop-type.php'),
(3280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\color-tone-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/color-tone-prop-type.php'),
(3281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\drop-shadow-filter-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/drop-shadow-filter-prop-type.php'),
(3282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\hue-rotate-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/hue-rotate-prop-type.php'),
(3283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\filters\\functions\\intensity-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/filters/functions/intensity-prop-type.php'),
(3284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\flex-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/flex-prop-type.php'),
(3285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\gradient-color-stop-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/gradient-color-stop-prop-type.php'),
(3286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-prop-type.php'),
(3287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-v2-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-v2-prop-type.php'),
(3288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\html-v3-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/html-v3-prop-type.php'),
(3289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-attachment-id-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-attachment-id-prop-type.php'),
(3290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php'),
(3291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\image-src-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php'),
(3292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\key-value-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/key-value-prop-type.php'),
(3293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\layout-direction-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/layout-direction-prop-type.php'),
(3294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\link-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/link-prop-type.php'),
(3295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\position-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/position-prop-type.php'),
(3296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\boolean-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/boolean-prop-type.php'),
(3297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\number-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/number-prop-type.php'),
(3298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\string-array-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/string-array-prop-type.php'),
(3299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\primitives\\string-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives/string-prop-type.php'),
(3300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\query-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/query-prop-type.php'),
(3301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\selection-size-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/selection-size-prop-type.php'),
(3302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\shadow-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/shadow-prop-type.php'),
(3303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\size-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/size-prop-type.php'),
(3304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\stroke-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/stroke-prop-type.php'),
(3305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\svg-src-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/svg-src-prop-type.php'),
(3306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\traits\\dimensional-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/traits/dimensional-prop-type.php'),
(3307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-move-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-move-prop-type.php'),
(3308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-rotate-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-rotate-prop-type.php'),
(3309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-scale-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-scale-prop-type.php'),
(3310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\functions\\transform-skew-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/functions/transform-skew-prop-type.php'),
(3311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\perspective-origin-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/perspective-origin-prop-type.php'),
(3312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-functions-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-functions-prop-type.php'),
(3313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-origin-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-origin-prop-type.php'),
(3314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transform\\transform-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform/transform-prop-type.php'),
(3315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\transition-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transition-prop-type.php'),
(3316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\union-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/union-prop-type.php'),
(3317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\url-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/url-prop-type.php'),
(3318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\utils\\prop-types-schema-extender.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/utils/prop-types-schema-extender.php'),
(3319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\video-attachment-id-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/video-attachment-id-prop-type.php'),
(3320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\prop-types\\video-src-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/video-src-prop-type.php'),
(3321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\import-export-props-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/import-export-props-resolver.php'),
(3322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\multi-props.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/multi-props.php'),
(3323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\props-resolver-context.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver-context.php'),
(3324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\props-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php'),
(3325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\render-props-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/render-props-resolver.php'),
(3326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformer-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php'),
(3327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\array-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/array-transformer.php'),
(3328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\combine-array-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/combine-array-transformer.php'),
(3329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\export\\image-src-export-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export/image-src-export-transformer.php'),
(3330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\export\\svg-src-export-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export/svg-src-export-transformer.php'),
(3331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\image-src-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/image-src-transformer.php'),
(3332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\image-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/image-transformer.php'),
(3333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import\\image-src-import-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import/image-src-import-transformer.php'),
(3334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import\\svg-src-import-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import/svg-src-import-transformer.php'),
(3335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\import-export-plain-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import-export-plain-transformer.php'),
(3336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\plain-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/plain-transformer.php'),
(3337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\attributes-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/attributes-transformer.php'),
(3338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\classes-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php'),
(3339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\date-time-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/date-time-transformer.php'),
(3340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\html-v2-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/html-v2-transformer.php'),
(3341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\html-v3-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/html-v3-transformer.php'),
(3342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\link-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/link-transformer.php'),
(3343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\settings\\query-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/query-transformer.php'),
(3344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-color-overlay-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-color-overlay-transformer.php'),
(3345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-gradient-overlay-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-gradient-overlay-transformer.php'),
(3346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-image-overlay-size-scale-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-image-overlay-size-scale-transformer.php'),
(3347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-image-overlay-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-image-overlay-transformer.php'),
(3348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-overlay-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-overlay-transformer.php'),
(3349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\background-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/background-transformer.php'),
(3350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\color-stop-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/color-stop-transformer.php'),
(3351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\filter-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/filter-transformer.php'),
(3352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\flex-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/flex-transformer.php'),
(3353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\multi-props-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/multi-props-transformer.php'),
(3354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\perspective-origin-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/perspective-origin-transformer.php'),
(3355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\position-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/position-transformer.php'),
(3356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\shadow-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/shadow-transformer.php'),
(3357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\size-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/size-transformer.php'),
(3358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\stroke-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/stroke-transformer.php'),
(3359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-functions-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-functions-transformer.php'),
(3360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-move-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-move-transformer.php'),
(3361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-origin-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-origin-transformer.php'),
(3362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-rotate-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-rotate-transformer.php'),
(3363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-scale-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-scale-transformer.php'),
(3364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transform-skew-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transform-skew-transformer.php'),
(3365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\styles\\transition-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles/transition-transformer.php'),
(3366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\svg-src-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/svg-src-transformer.php'),
(3367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers\\video-src-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/video-src-transformer.php'),
(3368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\props-resolver\\transformers-registry.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php'),
(3369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\post-query-builder.php', 'wp-content/plugins/elementor/modules/atomic-widgets/query/post-query-builder.php'),
(3370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\query-builder-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/query/query-builder-base.php'),
(3371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\query-builder-factory.php', 'wp-content/plugins/elementor/modules/atomic-widgets/query/query-builder-factory.php'),
(3372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\term-query-builder.php', 'wp-content/plugins/elementor/modules/atomic-widgets/query/term-query-builder.php'),
(3373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\query\\user-query-builder.php', 'wp-content/plugins/elementor/modules/atomic-widgets/query/user-query-builder.php'),
(3374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-styles-manager.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-styles-manager.php'),
(3375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-widget-base-styles.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-widget-base-styles.php'),
(3376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\atomic-widget-styles.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/atomic-widget-styles.php'),
(3377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\cache-validity\\cache-validity-item.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/cache-validity/cache-validity-item.php'),
(3378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\cache-validity\\cache-validity.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/cache-validity/cache-validity.php'),
(3379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\css-files-manager.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/css-files-manager.php'),
(3380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\size-constants.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/size-constants.php'),
(3381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-definition.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-definition.php'),
(3382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-file.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-file.php'),
(3383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-fonts.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-fonts.php'),
(3384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-schema.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-schema.php'),
(3385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-states.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-states.php'),
(3386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\style-variant.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/style-variant.php'),
(3387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\styles\\styles-renderer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php'),
(3388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\usage\\atomic-element-usage-calculator.php', 'wp-content/plugins/elementor/modules/atomic-widgets/usage/atomic-element-usage-calculator.php'),
(3389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\image\\image-sizes.php', 'wp-content/plugins/elementor/modules/atomic-widgets/utils/image/image-sizes.php'),
(3390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\image\\placeholder-image.php', 'wp-content/plugins/elementor/modules/atomic-widgets/utils/image/placeholder-image.php'),
(3391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\memo.php', 'wp-content/plugins/elementor/modules/atomic-widgets/utils/memo.php'),
(3392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\atomic-widgets\\utils\\utils.php', 'wp-content/plugins/elementor/modules/atomic-widgets/utils/utils.php'),
(3393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\checklist-module-interface.php', 'wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php'),
(3394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\controller.php', 'wp-content/plugins/elementor/modules/checklist/data/controller.php'),
(3395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\endpoints\\steps.php', 'wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php'),
(3396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\data\\endpoints\\user-progress.php', 'wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php'),
(3397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\module.php', 'wp-content/plugins/elementor/modules/checklist/module.php'),
(3398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\add-logo.php', 'wp-content/plugins/elementor/modules/checklist/steps/add-logo.php'),
(3399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\assign-homepage.php', 'wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php'),
(3400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\create-pages.php', 'wp-content/plugins/elementor/modules/checklist/steps/create-pages.php'),
(3401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\set-fonts-and-colors.php', 'wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php'),
(3402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\setup-header.php', 'wp-content/plugins/elementor/modules/checklist/steps/setup-header.php'),
(3403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps\\step-base.php', 'wp-content/plugins/elementor/modules/checklist/steps/step-base.php'),
(3404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\checklist\\steps-manager.php', 'wp-content/plugins/elementor/modules/checklist/steps-manager.php'),
(3405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\connect\\cloud-kits.php', 'wp-content/plugins/elementor/modules/cloud-kit-library/connect/cloud-kits.php'),
(3406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\controller.php', 'wp-content/plugins/elementor/modules/cloud-kit-library/data/controller.php'),
(3407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\endpoints\\eligibility.php', 'wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints/eligibility.php'),
(3408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\data\\endpoints\\quota.php', 'wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints/quota.php'),
(3409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-kit-library\\module.php', 'wp-content/plugins/elementor/modules/cloud-kit-library/module.php'),
(3410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\connect\\cloud-library.php', 'wp-content/plugins/elementor/modules/cloud-library/connect/cloud-library.php'),
(3411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\documents\\cloud-template-preview.php', 'wp-content/plugins/elementor/modules/cloud-library/documents/cloud-template-preview.php'),
(3412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\module.php', 'wp-content/plugins/elementor/modules/cloud-library/module.php'),
(3413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\cloud-library\\render-mode-preview.php', 'wp-content/plugins/elementor/modules/cloud-library/render-mode-preview.php'),
(3414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\base-module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/base-module.php'),
(3415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\compatibility-tag-report.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php'),
(3416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\compatibility-tag.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php'),
(3417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/module.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\compatibility-tag\\views\\plugin-update-message-compatibility.php', 'wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php'),
(3419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\circular-dependency-validator.php', 'wp-content/plugins/elementor/modules/components/circular-dependency-validator.php'),
(3420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\component-lock-manager.php', 'wp-content/plugins/elementor/modules/components/component-lock-manager.php'),
(3421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-access-controller.php', 'wp-content/plugins/elementor/modules/components/components-access-controller.php'),
(3422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-repository.php', 'wp-content/plugins/elementor/modules/components/components-repository.php'),
(3423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\components-rest-api.php', 'wp-content/plugins/elementor/modules/components/components-rest-api.php'),
(3424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\document-lock-manager.php', 'wp-content/plugins/elementor/modules/components/document-lock-manager.php'),
(3425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component-overridable-prop.php', 'wp-content/plugins/elementor/modules/components/documents/component-overridable-prop.php'),
(3426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component-overridable-props.php', 'wp-content/plugins/elementor/modules/components/documents/component-overridable-props.php'),
(3427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\documents\\component.php', 'wp-content/plugins/elementor/modules/components/documents/component.php'),
(3428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\module.php', 'wp-content/plugins/elementor/modules/components/module.php'),
(3429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\non-atomic-widget-validator.php', 'wp-content/plugins/elementor/modules/components/non-atomic-widget-validator.php'),
(3430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\component-overridable-props-parser.php', 'wp-content/plugins/elementor/modules/components/overridable-props/component-overridable-props-parser.php'),
(3431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-groups-parser.php', 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-groups-parser.php'),
(3432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-prop-parser.php', 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-prop-parser.php'),
(3433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-props\\overridable-props-parser.php', 'wp-content/plugins/elementor/modules/components/overridable-props/overridable-props-parser.php'),
(3434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\overridable-schema-extender.php', 'wp-content/plugins/elementor/modules/components/overridable-schema-extender.php'),
(3435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\component-instance-prop-type.php', 'wp-content/plugins/elementor/modules/components/prop-types/component-instance-prop-type.php'),
(3436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\component-override-parser.php', 'wp-content/plugins/elementor/modules/components/prop-types/component-override-parser.php'),
(3437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\overridable-prop-type.php', 'wp-content/plugins/elementor/modules/components/prop-types/overridable-prop-type.php'),
(3438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\override-parser.php', 'wp-content/plugins/elementor/modules/components/prop-types/override-parser.php'),
(3439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\override-prop-type.php', 'wp-content/plugins/elementor/modules/components/prop-types/override-prop-type.php'),
(3440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\prop-types\\overrides-prop-type.php', 'wp-content/plugins/elementor/modules/components/prop-types/overrides-prop-type.php'),
(3441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\save-components-validator.php', 'wp-content/plugins/elementor/modules/components/save-components-validator.php'),
(3442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\styles\\component-styles.php', 'wp-content/plugins/elementor/modules/components/styles/component-styles.php'),
(3443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\component-instance-transformer.php', 'wp-content/plugins/elementor/modules/components/transformers/component-instance-transformer.php'),
(3444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\overridable-transformer.php', 'wp-content/plugins/elementor/modules/components/transformers/overridable-transformer.php'),
(3445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\transformers\\override-transformer.php', 'wp-content/plugins/elementor/modules/components/transformers/override-transformer.php'),
(3446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\utils\\format-component-elements-id.php', 'wp-content/plugins/elementor/modules/components/utils/format-component-elements-id.php'),
(3447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\utils\\parsing-utils.php', 'wp-content/plugins/elementor/modules/components/utils/parsing-utils.php'),
(3448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\widgets\\component-instance.php', 'wp-content/plugins/elementor/modules/components/widgets/component-instance.php'),
(3449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\components\\widgets\\component.html.twig', 'wp-content/plugins/elementor/modules/components/widgets/component.html.twig'),
(3450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\container-converter\\module.php', 'wp-content/plugins/elementor/modules/container-converter/module.php'),
(3451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\content-sanitizer\\interfaces\\sanitizable.php', 'wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php'),
(3452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\content-sanitizer\\module.php', 'wp-content/plugins/elementor/modules/content-sanitizer/module.php'),
(3453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\classes-provider.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/classes-provider.php'),
(3454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\controller.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/controller.php'),
(3455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\global-colors-extension.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/global-colors-extension.php'),
(3456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\global-typography-extension.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/global-typography-extension.php'),
(3457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\stylesheet-manager.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/stylesheet-manager.php'),
(3458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\sync-typography-props.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/sync-typography-props.php'),
(3459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\classes\\variables-provider.php', 'wp-content/plugins/elementor/modules/design-system-sync/classes/variables-provider.php'),
(3460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\controls\\v4-color-variable-list.php', 'wp-content/plugins/elementor/modules/design-system-sync/controls/v4-color-variable-list.php'),
(3461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\controls\\v4-typography-list.php', 'wp-content/plugins/elementor/modules/design-system-sync/controls/v4-typography-list.php'),
(3462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\design-system-sync\\module.php', 'wp-content/plugins/elementor/modules/design-system-sync/module.php'),
(3463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dev-tools\\deprecation.php', 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php'),
(3464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dev-tools\\module.php', 'wp-content/plugins/elementor/modules/dev-tools/module.php'),
(3465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\dynamic-tags\\module.php', 'wp-content/plugins/elementor/modules/dynamic-tags/module.php'),
(3466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-app-bar\\module.php', 'wp-content/plugins/elementor/modules/editor-app-bar/module.php'),
(3467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\active-menu-resolver.php', 'wp-content/plugins/elementor/modules/editor-one/classes/active-menu-resolver.php'),
(3468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\editor-one-pointer.php', 'wp-content/plugins/elementor/modules/editor-one/classes/editor-one-pointer.php'),
(3469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\legacy-submenu-interceptor.php', 'wp-content/plugins/elementor/modules/editor-one/classes/legacy-submenu-interceptor.php'),
(3470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\menu-config.php', 'wp-content/plugins/elementor/modules/editor-one/classes/menu-config.php'),
(3471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\menu-data-provider.php', 'wp-content/plugins/elementor/modules/editor-one/classes/menu-data-provider.php'),
(3472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\slug-normalizer.php', 'wp-content/plugins/elementor/modules/editor-one/classes/slug-normalizer.php'),
(3473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\classes\\url-matcher.php', 'wp-content/plugins/elementor/modules/editor-one/classes/url-matcher.php'),
(3474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\components\\sidebar-navigation-handler.php', 'wp-content/plugins/elementor/modules/editor-one/components/sidebar-navigation-handler.php'),
(3475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\components\\top-bar-handler.php', 'wp-content/plugins/elementor/modules/editor-one/components/top-bar-handler.php'),
(3476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\editor-one\\module.php', 'wp-content/plugins/elementor/modules/editor-one/module.php'),
(3477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-cache\\module.php', 'wp-content/plugins/elementor/modules/element-cache/module.php'),
(3478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\admin-menu-app.php', 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php'),
(3479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\admin-menu-items\\editor-one-elements-manager-menu.php', 'wp-content/plugins/elementor/modules/element-manager/admin-menu-items/editor-one-elements-manager-menu.php'),
(3480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\ajax.php', 'wp-content/plugins/elementor/modules/element-manager/ajax.php'),
(3481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\module.php', 'wp-content/plugins/elementor/modules/element-manager/module.php'),
(3482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\element-manager\\options.php', 'wp-content/plugins/elementor/modules/element-manager/options.php'),
(3483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\elementor-counter\\module.php', 'wp-content/plugins/elementor/modules/elementor-counter/module.php'),
(3484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\elements-color-picker\\module.php', 'wp-content/plugins/elementor/modules/elements-color-picker/module.php'),
(3485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\controller.php', 'wp-content/plugins/elementor/modules/favorites/controller.php'),
(3486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\favorites-type.php', 'wp-content/plugins/elementor/modules/favorites/favorites-type.php'),
(3487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\module.php', 'wp-content/plugins/elementor/modules/favorites/module.php'),
(3488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\favorites\\types\\widgets.php', 'wp-content/plugins/elementor/modules/favorites/types/widgets.php'),
(3489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\feedback\\module.php', 'wp-content/plugins/elementor/modules/feedback/module.php'),
(3490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\admin-menu-items\\editor-one-floating-elements-menu.php', 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/editor-one-floating-elements-menu.php'),
(3491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\base\\widget-contact-button-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php'),
(3492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\base\\widget-floating-bars-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php'),
(3493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\action\\action-handler.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/action/action-handler.php'),
(3494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\conditions\\conditions-cache.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/conditions/conditions-cache.php'),
(3495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\contact-buttons-core-render.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php'),
(3496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\contact-buttons-render-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php'),
(3497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\floating-bars-core-render.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php'),
(3498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\classes\\render\\floating-bars-render-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php'),
(3499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\control\\hover-animation-floating-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php'),
(3500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\documents\\floating-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php'),
(3501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\module.php', 'wp-content/plugins/elementor/modules/floating-buttons/module.php'),
(3502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\widgets\\contact-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php'),
(3503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\floating-buttons\\widgets\\floating-bars-var-1.php', 'wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php'),
(3504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\generator-tag\\module.php', 'wp-content/plugins/elementor/modules/generator-tag/module.php'),
(3505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\atomic-global-styles.php', 'wp-content/plugins/elementor/modules/global-classes/atomic-global-styles.php'),
(3506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\database\\global-classes-database-updater.php', 'wp-content/plugins/elementor/modules/global-classes/database/global-classes-database-updater.php'),
(3507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\database\\migrations\\add-capabilities.php', 'wp-content/plugins/elementor/modules/global-classes/database/migrations/add-capabilities.php'),
(3508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-changes-resolver.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes-changes-resolver.php'),
(3509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-cleanup.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes-cleanup.php'),
(3510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-parser.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes-parser.php'),
(3511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-repository.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes-repository.php'),
(3512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes-rest-api.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes-rest-api.php'),
(3513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\global-classes.php', 'wp-content/plugins/elementor/modules/global-classes/global-classes.php'),
(3514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\export-runner.php', 'wp-content/plugins/elementor/modules/global-classes/import-export/export-runner.php'),
(3515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\import-export.php', 'wp-content/plugins/elementor/modules/global-classes/import-export/import-export.php'),
(3516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export\\import-runner.php', 'wp-content/plugins/elementor/modules/global-classes/import-export/import-runner.php'),
(3517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/import-export-customization.php'),
(3518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\runners\\export.php', 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/runners/export.php'),
(3519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\import-export-customization\\runners\\import.php', 'wp-content/plugins/elementor/modules/global-classes/import-export-customization/runners/import.php'),
(3520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\module.php', 'wp-content/plugins/elementor/modules/global-classes/module.php'),
(3521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\applied-global-classes-usage.php', 'wp-content/plugins/elementor/modules/global-classes/usage/applied-global-classes-usage.php'),
(3522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\css-class-usage.php', 'wp-content/plugins/elementor/modules/global-classes/usage/css-class-usage.php'),
(3523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\document-usage.php', 'wp-content/plugins/elementor/modules/global-classes/usage/document-usage.php'),
(3524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\usage\\global-classes-usage.php', 'wp-content/plugins/elementor/modules/global-classes/usage/global-classes-usage.php'),
(3525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\atomic-elements-utils.php', 'wp-content/plugins/elementor/modules/global-classes/utils/atomic-elements-utils.php'),
(3526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes-element-transformer.php', 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes-element-transformer.php'),
(3527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes-snapshot-builder.php', 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes-snapshot-builder.php'),
(3528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\global-classes\\utils\\template-library-global-classes.php', 'wp-content/plugins/elementor/modules/global-classes/utils/template-library-global-classes.php'),
(3529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\gutenberg\\module.php', 'wp-content/plugins/elementor/modules/gutenberg/module.php'),
(3530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\module.php', 'wp-content/plugins/elementor/modules/history/module.php'),
(3531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\revisions-manager.php', 'wp-content/plugins/elementor/modules/history/revisions-manager.php'),
(3532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\views\\history-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/history-panel-template.php'),
(3533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\history\\views\\revisions-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php'),
(3534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\api.php', 'wp-content/plugins/elementor/modules/home/api.php'),
(3535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\classes\\transformations-manager.php', 'wp-content/plugins/elementor/modules/home/classes/transformations-manager.php'),
(3536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\module.php', 'wp-content/plugins/elementor/modules/home/module.php'),
(3537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\base\\transformations-abstract.php', 'wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php'),
(3538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-edit-website-url.php', 'wp-content/plugins/elementor/modules/home/transformations/create-edit-website-url.php'),
(3539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-new-page-url.php', 'wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php'),
(3540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\create-site-settings-url.php', 'wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php'),
(3541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-get-started-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php'),
(3542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-sidebar-promotion-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-promotion-by-license.php'),
(3543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\home\\transformations\\filter-top-section-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php'),
(3544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\image-loading-optimization\\module.php', 'wp-content/plugins/elementor/modules/image-loading-optimization/module.php'),
(3545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\interactions-collector.php', 'wp-content/plugins/elementor/modules/interactions/interactions-collector.php'),
(3546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\interactions-frontend-handler.php', 'wp-content/plugins/elementor/modules/interactions/interactions-frontend-handler.php'),
(3547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\module.php', 'wp-content/plugins/elementor/modules/interactions/module.php'),
(3548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\parser.php', 'wp-content/plugins/elementor/modules/interactions/parser.php'),
(3549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\presets.php', 'wp-content/plugins/elementor/modules/interactions/presets.php'),
(3550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\animation-config-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/animation-config-prop-type.php'),
(3551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\animation-preset-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/animation-preset-prop-type.php'),
(3552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\custom-effect-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/custom-effect-prop-type.php'),
(3553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\excluded-breakpoints-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/excluded-breakpoints-prop-type.php'),
(3554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\interaction-breakpoints-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/interaction-breakpoints-prop-type.php'),
(3555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\interaction-item-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/interaction-item-prop-type.php'),
(3556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframe-stop-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/keyframe-stop-prop-type.php'),
(3557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframe-stop-settings-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/keyframe-stop-settings-prop-type.php'),
(3558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\keyframes-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/keyframes-prop-type.php'),
(3559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\time-size-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/time-size-prop-type.php'),
(3560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\props\\timing-config-prop-type.php', 'wp-content/plugins/elementor/modules/interactions/props/timing-config-prop-type.php'),
(3561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\schema\\interactions-schema.php', 'wp-content/plugins/elementor/modules/interactions/schema/interactions-schema.php'),
(3562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validation.php', 'wp-content/plugins/elementor/modules/interactions/validation.php'),
(3563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\breakpoints-value.php', 'wp-content/plugins/elementor/modules/interactions/validators/breakpoints-value.php'),
(3564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\custom-effect-value.php', 'wp-content/plugins/elementor/modules/interactions/validators/custom-effect-value.php'),
(3565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\string-value.php', 'wp-content/plugins/elementor/modules/interactions/validators/string-value.php'),
(3566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\interactions\\validators\\trigger-value.php', 'wp-content/plugins/elementor/modules/interactions/validators/trigger-value.php'),
(3567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\data\\controller.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php'),
(3568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\import-export.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php'),
(3569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\runners\\export.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php'),
(3570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export\\runners\\import.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php'),
(3571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/import-export-customization.php'),
(3572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\runners\\export.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/runners/export.php'),
(3573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\import-export-customization\\runners\\import.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export-customization/runners/import.php'),
(3574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\module.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/module.php'),
(3575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\usage.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php'),
(3576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\kit-elements-defaults\\utils\\settings-sanitizer.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php'),
(3577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\editor-one-landing-pages-menu.php', 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/editor-one-landing-pages-menu.php'),
(3578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\landing-pages-empty-view-menu-item.php', 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php'),
(3579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\admin-menu-items\\landing-pages-menu-item.php', 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php'),
(3580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\documents\\landing-page.php', 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php'),
(3581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\landing-pages\\module.php', 'wp-content/plugins/elementor/modules/landing-pages/module.php'),
(3582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\lazyload\\module.php', 'wp-content/plugins/elementor/modules/lazyload/module.php'),
(3583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\container.php', 'wp-content/plugins/elementor/modules/library/documents/container.php'),
(3584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\library-document.php', 'wp-content/plugins/elementor/modules/library/documents/library-document.php'),
(3585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\not-supported.php', 'wp-content/plugins/elementor/modules/library/documents/not-supported.php'),
(3586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\page.php', 'wp-content/plugins/elementor/modules/library/documents/page.php'),
(3587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\documents\\section.php', 'wp-content/plugins/elementor/modules/library/documents/section.php'),
(3588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\module.php', 'wp-content/plugins/elementor/modules/library/module.php'),
(3589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\traits\\library.php', 'wp-content/plugins/elementor/modules/library/traits/library.php'),
(3590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\library\\user-favorites.php', 'wp-content/plugins/elementor/modules/library/user-favorites.php'),
(3591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\base\\widget-link-in-bio-base.php', 'wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php'),
(3592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\classes\\render\\core-render.php', 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php'),
(3593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\classes\\render\\render-base.php', 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php'),
(3594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\module.php', 'wp-content/plugins/elementor/modules/link-in-bio/module.php'),
(3595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\link-in-bio\\widgets\\link-in-bio.php', 'wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php'),
(3596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-accordion\\module.php', 'wp-content/plugins/elementor/modules/nested-accordion/module.php'),
(3597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-accordion\\widgets\\nested-accordion.php', 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php'),
(3598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\base\\widget-nested-base.php', 'wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php'),
(3599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\controls\\control-nested-repeater.php', 'wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php'),
(3600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-elements\\module.php', 'wp-content/plugins/elementor/modules/nested-elements/module.php'),
(3601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-tabs\\module.php', 'wp-content/plugins/elementor/modules/nested-tabs/module.php'),
(3602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\nested-tabs\\widgets\\nested-tabs.php', 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php'),
(3603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notes\\module.php', 'wp-content/plugins/elementor/modules/notes/module.php'),
(3604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\api.php', 'wp-content/plugins/elementor/modules/notifications/api.php'),
(3605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\module.php', 'wp-content/plugins/elementor/modules/notifications/module.php'),
(3606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\notifications\\options.php', 'wp-content/plugins/elementor/modules/notifications/options.php'),
(3607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\module.php', 'wp-content/plugins/elementor/modules/page-templates/module.php'),
(3608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\templates\\canvas.php', 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php'),
(3609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\page-templates\\templates\\header-footer.php', 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php'),
(3610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\performance-lab\\module.php', 'wp-content/plugins/elementor/modules/performance-lab/module.php'),
(3611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-free-trial-popup\\module.php', 'wp-content/plugins/elementor/modules/pro-free-trial-popup/module.php'),
(3612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\connect-page-renderer.php', 'wp-content/plugins/elementor/modules/pro-install/connect-page-renderer.php'),
(3613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\connect.php', 'wp-content/plugins/elementor/modules/pro-install/connect.php'),
(3614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\editor-one-connect-account-menu-item.php', 'wp-content/plugins/elementor/modules/pro-install/editor-one-connect-account-menu-item.php'),
(3615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\module.php', 'wp-content/plugins/elementor/modules/pro-install/module.php'),
(3616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\plugin-installer.php', 'wp-content/plugins/elementor/modules/pro-install/plugin-installer.php'),
(3617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\pro-install\\pro-install-menu-item.php', 'wp-content/plugins/elementor/modules/pro-install/pro-install-menu-item.php'),
(3618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\base-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php'),
(3619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\base-promotion-template.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php'),
(3620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-custom-code-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-custom-code-menu.php'),
(3621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-custom-elements-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-custom-elements-menu.php'),
(3622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-fonts-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-fonts-menu.php'),
(3623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-icons-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-icons-menu.php'),
(3624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-popups-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-popups-menu.php'),
(3625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\editor-one-submissions-menu.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/editor-one-submissions-menu.php'),
(3626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\go-pro-promotion-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php'),
(3627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\admin-menu-items\\interfaces\\promotion-menu-item.php', 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php'),
(3628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\controls\\atomic-promotion-control.php', 'wp-content/plugins/elementor/modules/promotions/controls/atomic-promotion-control.php'),
(3629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\controls\\promotion-control.php', 'wp-content/plugins/elementor/modules/promotions/controls/promotion-control.php'),
(3630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\module.php', 'wp-content/plugins/elementor/modules/promotions/module.php'),
(3631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\pointers\\birthday.php', 'wp-content/plugins/elementor/modules/promotions/pointers/birthday.php'),
(3632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\pointers\\black-friday.php', 'wp-content/plugins/elementor/modules/promotions/pointers/black-friday.php'),
(3633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\promotion-data.php', 'wp-content/plugins/elementor/modules/promotions/promotion-data.php'),
(3634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\prop-types\\promotion-prop-type.php', 'wp-content/plugins/elementor/modules/promotions/prop-types/promotion-prop-type.php'),
(3635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\ally-dashboard-widget.php', 'wp-content/plugins/elementor/modules/promotions/widgets/ally-dashboard-widget.php'),
(3636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\atomic-form-widget-promotion.php', 'wp-content/plugins/elementor/modules/promotions/widgets/atomic-form-widget-promotion.php'),
(3637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\promotions\\widgets\\pro-widget-promotion.php', 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php'),
(3638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\safe-mode\\module.php', 'wp-content/plugins/elementor/modules/safe-mode/module.php'),
(3639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\safe-mode\\mu-plugin\\elementor-safe-mode.php', 'wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php'),
(3640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\shapes\\module.php', 'wp-content/plugins/elementor/modules/shapes/module.php'),
(3641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\shapes\\widgets\\text-path.php', 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php'),
(3642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\controller.php', 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php'),
(3643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\add-new-post.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/add-new-post.php'),
(3644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\duplicate-post.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php'),
(3645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\homepage.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php'),
(3646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\data\\endpoints\\recent-posts.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php'),
(3647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\module.php', 'wp-content/plugins/elementor/modules/site-navigation/module.php'),
(3648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\site-navigation\\rest-fields\\page-user-can.php', 'wp-content/plugins/elementor/modules/site-navigation/rest-fields/page-user-can.php'),
(3649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\styleguide\\controls\\switcher.php', 'wp-content/plugins/elementor/modules/styleguide/controls/switcher.php'),
(3650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\styleguide\\module.php', 'wp-content/plugins/elementor/modules/styleguide/module.php'),
(3651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\admin-menu-items\\editor-one-system-info-menu.php', 'wp-content/plugins/elementor/modules/system-info/admin-menu-items/editor-one-system-info-menu.php'),
(3652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\admin-menu-items\\editor-one-system-menu.php', 'wp-content/plugins/elementor/modules/system-info/admin-menu-items/editor-one-system-menu.php'),
(3653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\helpers\\model-helper.php', 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php'),
(3654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\module.php', 'wp-content/plugins/elementor/modules/system-info/module.php'),
(3655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\base-plugin.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php'),
(3656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\base.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base.php'),
(3657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\mu-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php'),
(3658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\network-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php'),
(3659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\server.php', 'wp-content/plugins/elementor/modules/system-info/reporters/server.php'),
(3661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\theme.php', 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php'),
(3662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\user.php', 'wp-content/plugins/elementor/modules/system-info/reporters/user.php'),
(3663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\reporters\\wordpress.php', 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php'),
(3664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\templates\\html.php', 'wp-content/plugins/elementor/modules/system-info/templates/html.php'),
(3665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\system-info\\templates\\raw.php', 'wp-content/plugins/elementor/modules/system-info/templates/raw.php'),
(3666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\calculators\\legacy-element-usage-calculator.php', 'wp-content/plugins/elementor/modules/usage/calculators/legacy-element-usage-calculator.php'),
(3667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\contracts\\element-usage-calculator.php', 'wp-content/plugins/elementor/modules/usage/contracts/element-usage-calculator.php'),
(3668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\element-usage-calculator-registry.php', 'wp-content/plugins/elementor/modules/usage/element-usage-calculator-registry.php'),
(3669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\module.php', 'wp-content/plugins/elementor/modules/usage/module.php'),
(3670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\settings-reporter.php', 'wp-content/plugins/elementor/modules/usage/settings-reporter.php'),
(3671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\usage\\usage-reporter.php', 'wp-content/plugins/elementor/modules/usage/usage-reporter.php'),
(3672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\adapters\\prop-type-adapter.php', 'wp-content/plugins/elementor/modules/variables/adapters/prop-type-adapter.php'),
(3673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\css-renderer.php', 'wp-content/plugins/elementor/modules/variables/classes/css-renderer.php'),
(3674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\fonts.php', 'wp-content/plugins/elementor/modules/variables/classes/fonts.php'),
(3675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\rest-api.php', 'wp-content/plugins/elementor/modules/variables/classes/rest-api.php'),
(3676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\size-style-schema.php', 'wp-content/plugins/elementor/modules/variables/classes/size-style-schema.php'),
(3677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\style-schema.php', 'wp-content/plugins/elementor/modules/variables/classes/style-schema.php'),
(3678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\style-transformers.php', 'wp-content/plugins/elementor/modules/variables/classes/style-transformers.php'),
(3679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\variable-types-registry.php', 'wp-content/plugins/elementor/modules/variables/classes/variable-types-registry.php'),
(3680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\classes\\variables.php', 'wp-content/plugins/elementor/modules/variables/classes/variables.php'),
(3681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\hooks.php', 'wp-content/plugins/elementor/modules/variables/hooks.php'),
(3682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor/modules/variables/import-export-customization/import-export-customization.php'),
(3683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\runners\\export.php', 'wp-content/plugins/elementor/modules/variables/import-export-customization/runners/export.php'),
(3684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\import-export-customization\\runners\\import.php', 'wp-content/plugins/elementor/modules/variables/import-export-customization/runners/import.php'),
(3685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\module.php', 'wp-content/plugins/elementor/modules/variables/module.php'),
(3686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\color-variable-prop-type.php', 'wp-content/plugins/elementor/modules/variables/prop-types/color-variable-prop-type.php'),
(3687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\font-variable-prop-type.php', 'wp-content/plugins/elementor/modules/variables/prop-types/font-variable-prop-type.php'),
(3688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\prop-types\\size-variable-prop-type.php', 'wp-content/plugins/elementor/modules/variables/prop-types/size-variable-prop-type.php'),
(3689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\batch-operations\\batch-error-formatter.php', 'wp-content/plugins/elementor/modules/variables/services/batch-operations/batch-error-formatter.php'),
(3690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\batch-operations\\batch-processor.php', 'wp-content/plugins/elementor/modules/variables/services/batch-operations/batch-processor.php'),
(3691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\services\\variables-service.php', 'wp-content/plugins/elementor/modules/variables/services/variables-service.php'),
(3692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\constants.php', 'wp-content/plugins/elementor/modules/variables/storage/constants.php'),
(3693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\entities\\variable.php', 'wp-content/plugins/elementor/modules/variables/storage/entities/variable.php'),
(3694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\batch-operation-failed.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/batch-operation-failed.php'),
(3695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\duplicated-label.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/duplicated-label.php'),
(3696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\fatal-error.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php'),
(3697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\invalid-variable.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/invalid-variable.php'),
(3698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\record-not-found.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/record-not-found.php'),
(3699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\type-mismatch.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/type-mismatch.php'),
(3700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\exceptions\\variables-limit-reached.php', 'wp-content/plugins/elementor/modules/variables/storage/exceptions/variables-limit-reached.php'),
(3701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\repository.php', 'wp-content/plugins/elementor/modules/variables/storage/repository.php'),
(3702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\variables-collection.php', 'wp-content/plugins/elementor/modules/variables/storage/variables-collection.php'),
(3703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\storage\\variables-repository.php', 'wp-content/plugins/elementor/modules/variables/storage/variables-repository.php'),
(3704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\transformers\\global-variable-transformer.php', 'wp-content/plugins/elementor/modules/variables/transformers/global-variable-transformer.php'),
(3705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables-element-transformer.php', 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables-element-transformer.php'),
(3706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables-snapshot-builder.php', 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables-snapshot-builder.php'),
(3707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\template-library-variables.php', 'wp-content/plugins/elementor/modules/variables/utils/template-library-variables.php'),
(3708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\variables\\utils\\variable-type-keys.php', 'wp-content/plugins/elementor/modules/variables/utils/variable-type-keys.php'),
(3709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wc-product-editor\\module.php', 'wp-content/plugins/elementor/modules/wc-product-editor/module.php'),
(3710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\web-cli\\module.php', 'wp-content/plugins/elementor/modules/web-cli/module.php'),
(3711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\widget-creation\\module.php', 'wp-content/plugins/elementor/modules/widget-creation/module.php'),
(3712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\cli-logger.php', 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php'),
(3713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\command.php', 'wp-content/plugins/elementor/modules/wp-cli/command.php'),
(3714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\library.php', 'wp-content/plugins/elementor/modules/wp-cli/library.php'),
(3715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\module.php', 'wp-content/plugins/elementor/modules/wp-cli/module.php'),
(3716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-cli\\update.php', 'wp-content/plugins/elementor/modules/wp-cli/update.php'),
(3717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\base\\query.php', 'wp-content/plugins/elementor/modules/wp-rest/base/query.php'),
(3718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-post-meta.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-post-meta.php'),
(3719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-settings.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-settings.php'),
(3720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\elementor-user-meta.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/elementor-user-meta.php'),
(3721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\post-query.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/post-query.php'),
(3722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\term-query.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/term-query.php'),
(3723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\user-query.php', 'wp-content/plugins/elementor/modules/wp-rest/classes/user-query.php'),
(3724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\modules\\wp-rest\\module.php', 'wp-content/plugins/elementor/modules/wp-rest/module.php'),
(3725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\readme.txt', 'wp-content/plugins/elementor/readme.txt'),
(3726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\turbo.json', 'wp-content/plugins/elementor/turbo.json'),
(3727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\autoload.php', 'wp-content/plugins/elementor/vendor/autoload.php'),
(3728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/elementor/vendor/composer/ClassLoader.php'),
(3729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/elementor/vendor/composer/InstalledVersions.php'),
(3730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\LICENSE', 'wp-content/plugins/elementor/vendor/composer/LICENSE'),
(3731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/elementor/vendor/composer/autoload_classmap.php'),
(3732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/elementor/vendor/composer/autoload_files.php'),
(3733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php'),
(3734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/elementor/vendor/composer/autoload_psr4.php'),
(3735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/elementor/vendor/composer/autoload_real.php'),
(3736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/elementor/vendor/composer/autoload_static.php'),
(3737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\installed.json', 'wp-content/plugins/elementor/vendor/composer/installed.json'),
(3738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\installed.php', 'wp-content/plugins/elementor/vendor/composer/installed.php'),
(3739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\composer\\platform_check.php', 'wp-content/plugins/elementor/vendor/composer/platform_check.php'),
(3740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\README.md', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/README.md'),
(3741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\composer.json', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/composer.json'),
(3742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\composer.lock', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/composer.lock'),
(3743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\phpcs.xml', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/phpcs.xml'),
(3744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\plugin-example.php', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/plugin-example.php'),
(3745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-notifications-package\\src\\V120\\Notifications.php', 'wp-content/plugins/elementor/vendor/elementor/wp-notifications-package/src/V120/Notifications.php'),
(3746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common-rtl.css', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common-rtl.css'),
(3747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.asset.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.asset.php'),
(3748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.css', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.css'),
(3749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\common.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/common.js'),
(3750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\editor.asset.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/editor.asset.php'),
(3751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\build\\editor.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/build/editor.js'),
(3752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1093.78de93aa961446d5.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1093.78de93aa961446d5.js'),
(3753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1112.c8f52a91b9f748e2.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1112.c8f52a91b9f748e2.js'),
(3754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1184.06d795477eca5952.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1184.06d795477eca5952.js'),
(3755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1251.21daca026e9f6305.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1251.21daca026e9f6305.js'),
(3756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1268.5d08fd7d431830c2.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1268.5d08fd7d431830c2.js'),
(3757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1274.390d12da8c6bb533.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1274.390d12da8c6bb533.js'),
(3758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1285.d416dac872714ebf.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1285.d416dac872714ebf.js'),
(3759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1372.31e35333ed0cfff8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1372.31e35333ed0cfff8.js'),
(3760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1389.902f1243b9f068d3.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1389.902f1243b9f068d3.js'),
(3761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1413.3cfca1c6ee90f065.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1413.3cfca1c6ee90f065.js'),
(3762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1446.7104b8fc71c5c96d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1446.7104b8fc71c5c96d.js'),
(3763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1513.5ff9d493e6ee9611.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1513.5ff9d493e6ee9611.js'),
(3764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\162.1d96e77c185b05ae.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/162.1d96e77c185b05ae.js'),
(3765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1636.0d767d74d0a9ee34.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1636.0d767d74d0a9ee34.js'),
(3766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1729.de2673f043b8c6f8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1729.de2673f043b8c6f8.js'),
(3767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\1966.e82b6f5baa45c543.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/1966.e82b6f5baa45c543.js'),
(3768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2.a811813b613f37aa.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2.a811813b613f37aa.js'),
(3769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\201.97f40585cde8081f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/201.97f40585cde8081f.js'),
(3770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2143.07eb6618faa9a97b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2143.07eb6618faa9a97b.js'),
(3771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\215.cb6f2be15049cec7.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/215.cb6f2be15049cec7.js'),
(3772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2189.94d5592d5ec9c140.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2189.94d5592d5ec9c140.js'),
(3773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2218.bee46fc8bbd6d6e3.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2218.bee46fc8bbd6d6e3.js'),
(3774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2386.6d3f3f0dbdde25b8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2386.6d3f3f0dbdde25b8.js'),
(3775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2513.be9904ab705e9999.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2513.be9904ab705e9999.js'),
(3776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2573.2a918ea8456738fb.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2573.2a918ea8456738fb.js'),
(3777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2619.9e76718e13dee6fe.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2619.9e76718e13dee6fe.js'),
(3778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2646.dd4fe428e61ce38b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2646.dd4fe428e61ce38b.js'),
(3779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2799.72ae207a7d891f2e.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2799.72ae207a7d891f2e.js'),
(3780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2832.7e6eeca25259a5c1.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2832.7e6eeca25259a5c1.js'),
(3781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2881.1c7c7a250d7e51d2.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2881.1c7c7a250d7e51d2.js'),
(3782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2953.b56038dd93e8ae30.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2953.b56038dd93e8ae30.js'),
(3783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2965.d71527ceeff9de2a.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2965.d71527ceeff9de2a.js'),
(3784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\2993.db2eb7576d29d6d6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/2993.db2eb7576d29d6d6.js'),
(3785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3030.a69d98b6365623d9.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3030.a69d98b6365623d9.js'),
(3786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3191.fe77b675abd794dc.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3191.fe77b675abd794dc.js'),
(3787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3198.d4d471a1fd3ff456.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3198.d4d471a1fd3ff456.js'),
(3788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3246.59bce9cae1ade17b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3246.59bce9cae1ade17b.js'),
(3789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3321.1598ac7614af5a22.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3321.1598ac7614af5a22.js'),
(3790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3390.51a45ed40883ddb5.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3390.51a45ed40883ddb5.js'),
(3791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3426.7e7e901db7c076d6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3426.7e7e901db7c076d6.js'),
(3792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3494.846284a842bc8e36.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3494.846284a842bc8e36.js'),
(3793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3607.d154f87e3ddaeb7f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3607.d154f87e3ddaeb7f.js'),
(3794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3696.2806efb616a33650.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3696.2806efb616a33650.js'),
(3795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3699.1160001f815864d6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3699.1160001f815864d6.js'),
(3796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3925.7906dee0fd75d460.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3925.7906dee0fd75d460.js'),
(3797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\3rdpartylicenses.txt', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/3rdpartylicenses.txt'),
(3798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4031.37995eb3a992344d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4031.37995eb3a992344d.js'),
(3799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4216.d4fd84be6e7a4354.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4216.d4fd84be6e7a4354.js'),
(3800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4331.5a2785dd743eca4f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4331.5a2785dd743eca4f.js'),
(3801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\434.254d0c4741c6bc6c.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/434.254d0c4741c6bc6c.js'),
(3802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4348.d114d7965c4bbe28.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4348.d114d7965c4bbe28.js'),
(3803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\441.123b935c3dc31de2.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/441.123b935c3dc31de2.js'),
(3804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4424.a89dafebe4457a94.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4424.a89dafebe4457a94.js'),
(3805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4453.a0b470b854ad1b3b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4453.a0b470b854ad1b3b.js'),
(3806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4483.a66c23d6b46ebd44.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4483.a66c23d6b46ebd44.js'),
(3807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4625.11f435e7360b2f19.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4625.11f435e7360b2f19.js'),
(3808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4685.938e56c8151ee327.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4685.938e56c8151ee327.js'),
(3809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4685.b30c8324199bd44c.css', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4685.b30c8324199bd44c.css'),
(3810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4702.41dfa60bafbbe8ed.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4702.41dfa60bafbbe8ed.js'),
(3811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4858.f734e85be9c92222.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4858.f734e85be9c92222.js'),
(3812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\497.558e16255d06d3cc.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/497.558e16255d06d3cc.js'),
(3813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\4987.974706a2663dd17d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/4987.974706a2663dd17d.js'),
(3814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5092.8fdef3a759c9e8a4.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5092.8fdef3a759c9e8a4.js'),
(3815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5097.5bde9e943656466c.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5097.5bde9e943656466c.js'),
(3816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5155.6e2aba4caccfc11d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5155.6e2aba4caccfc11d.js'),
(3817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5175.da19f3b727c3c001.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5175.da19f3b727c3c001.js'),
(3818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5235.2bbd50e16888ec4f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5235.2bbd50e16888ec4f.js'),
(3819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5319.a4d929600ef6edf1.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5319.a4d929600ef6edf1.js'),
(3820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5418.3063d83aca67516d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5418.3063d83aca67516d.js'),
(3821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5464.70cd07f6424ae621.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5464.70cd07f6424ae621.js'),
(3822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5473.3bf1748022305e06.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5473.3bf1748022305e06.js'),
(3823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5484.3ca807a39a35b9d4.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5484.3ca807a39a35b9d4.js'),
(3824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5722.b0d9b4820ccdb242.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5722.b0d9b4820ccdb242.js'),
(3825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5797.6dd2d9477ef6230f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5797.6dd2d9477ef6230f.js'),
(3826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\581.c5509bfcfd9185cc.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/581.c5509bfcfd9185cc.js'),
(3827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5923.fb8e5cb6ac85b389.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5923.fb8e5cb6ac85b389.js'),
(3828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5973.6c9488570fae65d9.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5973.6c9488570fae65d9.js'),
(3829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\5975.ec47d7901c29b860.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/5975.ec47d7901c29b860.js'),
(3830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6094.1ca4b63e29029483.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6094.1ca4b63e29029483.js'),
(3831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6255.0fa193b2f8ec29f8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6255.0fa193b2f8ec29f8.js'),
(3832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6275.e7bd7c2a89646909.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6275.e7bd7c2a89646909.js'),
(3833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6312.069d4ef7ea7f21ab.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6312.069d4ef7ea7f21ab.js'),
(3834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6341.d230b4d76337d609.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6341.d230b4d76337d609.js'),
(3835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6430.0f7408d243839d30.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6430.0f7408d243839d30.js'),
(3836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6438.b3007511128dfb8f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6438.b3007511128dfb8f.js'),
(3837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6597.3204f8075bd20eee.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6597.3204f8075bd20eee.js'),
(3838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6717.0634d39800588331.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6717.0634d39800588331.js'),
(3839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6730.a53603fa42450273.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6730.a53603fa42450273.js'),
(3840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6809.d71b15dc6a68b780.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6809.d71b15dc6a68b780.js'),
(3841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6823.c43af631386bd639.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6823.c43af631386bd639.js'),
(3842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\6975.d217ba79f93b58ac.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/6975.d217ba79f93b58ac.js'),
(3843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\710.48ad1b354fac2c0a.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/710.48ad1b354fac2c0a.js'),
(3844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7148.76865930b847f7d1.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7148.76865930b847f7d1.js'),
(3845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7190.01a34e6a13cf8ee9.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7190.01a34e6a13cf8ee9.js'),
(3846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7217.b5ac69b62110bcb8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7217.b5ac69b62110bcb8.js'),
(3847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7270.2d85a3b44d98e1cd.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7270.2d85a3b44d98e1cd.js'),
(3848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7301.ed93aae99dbe62af.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7301.ed93aae99dbe62af.js'),
(3849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7337.ac6d7dae706a4ac2.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7337.ac6d7dae706a4ac2.js'),
(3850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7437.f8d9c9c836ca2b76.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7437.f8d9c9c836ca2b76.js'),
(3851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7568.fd10462fc085d04d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7568.fd10462fc085d04d.js'),
(3852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\758.ff8addff36d8d8a1.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/758.ff8addff36d8d8a1.js'),
(3853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7626.625871cb1b266de7.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7626.625871cb1b266de7.js'),
(3854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7632.4564de967a151650.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7632.4564de967a151650.js'),
(3855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7651.ce4aa1d14df1bc8d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7651.ce4aa1d14df1bc8d.js'),
(3856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7881.e98ec44c6ed13a16.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7881.e98ec44c6ed13a16.js'),
(3857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7902.a0fc05933a13699d.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7902.a0fc05933a13699d.js'),
(3858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7926.1560c0e278e582ba.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7926.1560c0e278e582ba.js'),
(3859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\7948.c692582834760cdc.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/7948.c692582834760cdc.js'),
(3860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8018.abb2cc497408d582.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8018.abb2cc497408d582.js'),
(3861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\807.aa0bb86423324a66.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/807.aa0bb86423324a66.js'),
(3862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\820.1d52c3140cee3b77.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/820.1d52c3140cee3b77.js'),
(3863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8340.7ba3a6092221d60c.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8340.7ba3a6092221d60c.js'),
(3864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8359.8a7309bfab349886.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8359.8a7309bfab349886.js'),
(3865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8390.0e2970116fdcc0c9.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8390.0e2970116fdcc0c9.js'),
(3866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8455.5cc7e39795e74555.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8455.5cc7e39795e74555.js'),
(3867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8488.c580c84b90d3f080.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8488.c580c84b90d3f080.js'),
(3868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8567.81dfd56a19c80d1b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8567.81dfd56a19c80d1b.js'),
(3869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8662.0b48f78446ad4cab.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8662.0b48f78446ad4cab.js'),
(3870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8669.9bdee5870030703e.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8669.9bdee5870030703e.js'),
(3871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8672.825274bdda94c777.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8672.825274bdda94c777.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8753.81085773978b4cd0.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8753.81085773978b4cd0.js'),
(3873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8757.4ed15ed6d46808d6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8757.4ed15ed6d46808d6.js'),
(3874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8768.0b36c20284680d3e.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8768.0b36c20284680d3e.js'),
(3875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8853.2a85efab0a19cf81.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8853.2a85efab0a19cf81.js'),
(3876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8886.e1da72f4b9310f21.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8886.e1da72f4b9310f21.js'),
(3877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\897.e931f1831de1a245.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/897.e931f1831de1a245.js'),
(3878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8980.942fdbfd7dc0df0f.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8980.942fdbfd7dc0df0f.js'),
(3879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\8997.3349b977d20d5996.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/8997.3349b977d20d5996.js'),
(3880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\903.b24a768de94a5a6a.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/903.b24a768de94a5a6a.js'),
(3881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\905.9e3b3b28518d9981.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/905.9e3b3b28518d9981.js'),
(3882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9153.645f8bb792c36386.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9153.645f8bb792c36386.js'),
(3883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9241.10f96fbaf4aba5d6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9241.10f96fbaf4aba5d6.js'),
(3884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9257.e397deb36a4d53b8.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9257.e397deb36a4d53b8.js'),
(3885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9264.27a33bd675bb0d2b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9264.27a33bd675bb0d2b.js'),
(3886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\931.21a7847c4ea88cf6.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/931.21a7847c4ea88cf6.js'),
(3887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9391.ab3293d3406fe61b.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9391.ab3293d3406fe61b.js'),
(3888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9442.6fb2ce0548adce22.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9442.6fb2ce0548adce22.js'),
(3889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9538.bfcb8cd2cafa20f3.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9538.bfcb8cd2cafa20f3.js'),
(3890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9564.5eac9290e90db600.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9564.5eac9290e90db600.js'),
(3891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\96.c959e6b2f28a11e0.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/96.c959e6b2f28a11e0.js'),
(3892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9716.10f20cabc1b1f703.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9716.10f20cabc1b1f703.js'),
(3893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9758.7ca45f6edbf36a0e.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9758.7ca45f6edbf36a0e.js'),
(3894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9769.94ce3680b4d58740.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9769.94ce3680b4d58740.js'),
(3895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9913.e2117c44715e2288.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9913.e2117c44715e2288.js'),
(3896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9978.74c50071c913b277.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9978.74c50071c913b277.js'),
(3897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\9996.540061560b081b6a.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/9996.540061560b081b6a.js'),
(3898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\assets-manifest.json', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/assets-manifest.json'),
(3899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\client.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/client.js'),
(3900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\index.html', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/index.html'),
(3901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\main.a03f3fcc259536c1.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/main.a03f3fcc259536c1.js'),
(3902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-300-normal.1b79538ccd585c25.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-300-normal.1b79538ccd585c25.woff2'),
(3903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-300-normal.5f077fd7b977d171.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-300-normal.5f077fd7b977d171.woff'),
(3904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-400-normal.5d2930082227d172.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-400-normal.5d2930082227d172.woff'),
(3905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-400-normal.a9e19870cf6c4b97.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-400-normal.a9e19870cf6c4b97.woff2'),
(3906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-500-normal.0ae2428323939af5.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-500-normal.0ae2428323939af5.woff2'),
(3907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-500-normal.dd7bc8a52c6c70c5.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-500-normal.dd7bc8a52c6c70c5.woff'),
(3908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-700-normal.3f6e1548bd5175a8.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-700-normal.3f6e1548bd5175a8.woff'),
(3909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-700-normal.4fdfc29a10e7d4b7.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-700-normal.4fdfc29a10e7d4b7.woff2'),
(3910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-300-normal.795dbc8140e3fef8.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-300-normal.795dbc8140e3fef8.woff'),
(3911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-300-normal.80947a31d23c7020.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-300-normal.80947a31d23c7020.woff2'),
(3912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-400-normal.135d076fa32aa0b4.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-400-normal.135d076fa32aa0b4.woff'),
(3913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-400-normal.5cec61a21cc20180.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-400-normal.5cec61a21cc20180.woff2'),
(3914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-500-normal.6de16332fda843a3.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-500-normal.6de16332fda843a3.woff2'),
(3915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-500-normal.c0a0638f90b31d64.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-500-normal.c0a0638f90b31d64.woff'),
(3916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-700-normal.4750292c47fa2bc6.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-700-normal.4750292c47fa2bc6.woff2'),
(3917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-cyrillic-ext-700-normal.ca247189fc12d00d.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-cyrillic-ext-700-normal.ca247189fc12d00d.woff'),
(3918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-300-normal.285f3e6261d8eb20.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-300-normal.285f3e6261d8eb20.woff2'),
(3919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-300-normal.889beddda1c9bd9f.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-300-normal.889beddda1c9bd9f.woff'),
(3920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-400-normal.160a791a8e4f46bc.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-400-normal.160a791a8e4f46bc.woff'),
(3921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-400-normal.2c32b1315be61477.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-400-normal.2c32b1315be61477.woff2'),
(3922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-500-normal.60810e07c7b02730.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-500-normal.60810e07c7b02730.woff'),
(3923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-500-normal.f95e757c5483310f.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-500-normal.f95e757c5483310f.woff2'),
(3924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-700-normal.77dd370f2001e184.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-700-normal.77dd370f2001e184.woff2'),
(3925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-700-normal.df87b053fae3d7ad.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-700-normal.df87b053fae3d7ad.woff'),
(3926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-300-normal.b590dbe5c6399443.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-300-normal.b590dbe5c6399443.woff'),
(3927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-300-normal.d6049cb54aa6fbe1.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-300-normal.d6049cb54aa6fbe1.woff2'),
(3928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-400-normal.16eb83b4a3b1ea99.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-400-normal.16eb83b4a3b1ea99.woff'),
(3929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-400-normal.1df4abad55796d11.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-400-normal.1df4abad55796d11.woff2'),
(3930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-500-normal.4a96ba31abcce0f5.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-500-normal.4a96ba31abcce0f5.woff2'),
(3931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-500-normal.fd28d9c008bf3af1.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-500-normal.fd28d9c008bf3af1.woff'),
(3932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-700-normal.2dd6febad11502de.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-700-normal.2dd6febad11502de.woff2'),
(3933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-greek-ext-700-normal.4abdc9fff4507f17.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-greek-ext-700-normal.4abdc9fff4507f17.woff'),
(3934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-300-normal.b850f1ff581ea232.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-300-normal.b850f1ff581ea232.woff2'),
(3935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-300-normal.c4bc0593c9954d79.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-300-normal.c4bc0593c9954d79.woff'),
(3936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-400-normal.047a7839f69b209d.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-400-normal.047a7839f69b209d.woff'),
(3937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-400-normal.297d48e1b5a10c08.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-400-normal.297d48e1b5a10c08.woff2'),
(3938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-500-normal.68d40d6d01c6f85d.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-500-normal.68d40d6d01c6f85d.woff'),
(3939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-500-normal.7077203b1982951e.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-500-normal.7077203b1982951e.woff2'),
(3940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-700-normal.4535474e1cf85986.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-700-normal.4535474e1cf85986.woff2'),
(3941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-700-normal.9f6a16a7770c87b2.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-700-normal.9f6a16a7770c87b2.woff'),
(3942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-300-normal.14982a9e4857a93b.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-300-normal.14982a9e4857a93b.woff'),
(3943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-300-normal.97cbc447d4a8d41a.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-300-normal.97cbc447d4a8d41a.woff2'),
(3944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-400-normal.27da5b36b6d3a16f.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-400-normal.27da5b36b6d3a16f.woff'),
(3945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-400-normal.2eeae187764baf05.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-400-normal.2eeae187764baf05.woff2'),
(3946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-500-normal.06c30711d588145a.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-500-normal.06c30711d588145a.woff'),
(3947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-500-normal.9a18d7bb9ff7a6af.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-500-normal.9a18d7bb9ff7a6af.woff2'),
(3948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-700-normal.18841836e391d39e.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-700-normal.18841836e391d39e.woff2'),
(3949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-latin-ext-700-normal.3c5bcdd0e69c4c3f.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-ext-700-normal.3c5bcdd0e69c4c3f.woff'),
(3950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-300-normal.c96b16e5c05c7b7c.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-300-normal.c96b16e5c05c7b7c.woff2'),
(3951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-300-normal.f5e7cea32756dfe7.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-300-normal.f5e7cea32756dfe7.woff'),
(3952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-400-normal.0dc97c66f9b542d6.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-400-normal.0dc97c66f9b542d6.woff'),
(3953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-400-normal.d3f8e26d6c27de81.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-400-normal.d3f8e26d6c27de81.woff2'),
(3954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-500-normal.090fabef926bdc0e.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-500-normal.090fabef926bdc0e.woff2'),
(3955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-500-normal.23b7b8a2524d2d4b.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-500-normal.23b7b8a2524d2d4b.woff'),
(3956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-700-normal.0a79a9fabfc32e33.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-700-normal.0a79a9fabfc32e33.woff2'),
(3957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\roboto-vietnamese-700-normal.35ed0597568ff6f1.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-vietnamese-700-normal.35ed0597568ff6f1.woff'),
(3958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\runtime.8656cd188a21a006.js', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/runtime.8656cd188a21a006.js'),
(3959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-400-normal.61c00e8f66767065.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-400-normal.61c00e8f66767065.woff2'),
(3960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-400-normal.6cb324e350d5f914.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-400-normal.6cb324e350d5f914.woff'),
(3961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-600-normal.2e6591e290db32d8.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-600-normal.2e6591e290db32d8.woff2'),
(3962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-600-normal.d0de972207232d0e.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-600-normal.d0de972207232d0e.woff'),
(3963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-700-normal.18f27ddf5313c74a.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-700-normal.18f27ddf5313c74a.woff2'),
(3964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-700-normal.3694c6b1dc15519e.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-700-normal.3694c6b1dc15519e.woff'),
(3965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-400-normal.0895709132751260.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-400-normal.0895709132751260.woff2'),
(3966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-400-normal.5f0c897fdc8ca6f8.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-400-normal.5f0c897fdc8ca6f8.woff'),
(3967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-600-normal.30ab64a5fc0cdb8b.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-600-normal.30ab64a5fc0cdb8b.woff'),
(3968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-600-normal.eaf8926c0b2c3785.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-600-normal.eaf8926c0b2c3785.woff2'),
(3969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-700-normal.74cc1401db38ef90.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-700-normal.74cc1401db38ef90.woff2'),
(3970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-cyrillic-ext-700-normal.d2023a7e82fee1e0.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-cyrillic-ext-700-normal.d2023a7e82fee1e0.woff'),
(3971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-400-normal.208bd128deafdcbe.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-400-normal.208bd128deafdcbe.woff2'),
(3972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-400-normal.9cd1e011c77f871d.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-400-normal.9cd1e011c77f871d.woff'),
(3973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-600-normal.6b20dbece3ec1400.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-600-normal.6b20dbece3ec1400.woff2'),
(3974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-600-normal.8b24da7f88c7060e.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-600-normal.8b24da7f88c7060e.woff'),
(3975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-700-normal.b6efc818f32dd604.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-700-normal.b6efc818f32dd604.woff'),
(3976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-greek-700-normal.edfc242d7d1df02f.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-greek-700-normal.edfc242d7d1df02f.woff2'),
(3977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-400-normal.018db33d236bb0e5.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-400-normal.018db33d236bb0e5.woff'),
(3978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-400-normal.2acf80e276df9fd9.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-400-normal.2acf80e276df9fd9.woff2'),
(3979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-600-normal.1fa3c140bffa465b.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-600-normal.1fa3c140bffa465b.woff'),
(3980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-600-normal.63162eec71e4dfe2.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-600-normal.63162eec71e4dfe2.woff2'),
(3981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-700-normal.1cccb2db5709713b.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-700-normal.1cccb2db5709713b.woff2'),
(3982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-700-normal.df6c6c6917b76543.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-700-normal.df6c6c6917b76543.woff'),
(3983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-400-normal.3e8286ca22d6a4b6.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-400-normal.3e8286ca22d6a4b6.woff2'),
(3984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-400-normal.a294b10cb53bd3cc.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-400-normal.a294b10cb53bd3cc.woff'),
(3985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-600-normal.0766e9821c78a875.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-600-normal.0766e9821c78a875.woff'),
(3986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-600-normal.b9b44beafdd19e36.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-600-normal.b9b44beafdd19e36.woff2'),
(3987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-700-normal.7d02944e4c23f802.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-700-normal.7d02944e4c23f802.woff2'),
(3988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-latin-ext-700-normal.8aed7f42f0690656.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-latin-ext-700-normal.8aed7f42f0690656.woff'),
(3989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-400-normal.1a8b8f6c3bd72341.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-400-normal.1a8b8f6c3bd72341.woff2'),
(3990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-400-normal.7b7900e7982046d6.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-400-normal.7b7900e7982046d6.woff'),
(3991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-600-normal.0fd8b5665bf62c05.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-600-normal.0fd8b5665bf62c05.woff'),
(3992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-600-normal.d4e016f58408ce9a.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-600-normal.d4e016f58408ce9a.woff2'),
(3993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-700-normal.9e539b9ebad870af.woff', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-700-normal.9e539b9ebad870af.woff'),
(3994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\assets\\elementor-home\\source-serif-4-vietnamese-700-normal.dda9f156838e67af.woff2', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/source-serif-4-vietnamese-700-normal.dda9f156838e67af.woff2'),
(3995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\composer.json', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/composer.json'),
(3996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\runner.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/runner.php'),
(3997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Assets.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Assets.php'),
(3998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\EditorUpdateNotification.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/EditorUpdateNotification.php'),
(3999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Fields.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Fields.php'),
(4000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Onboarding.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Onboarding.php'),
(4001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Components\\Page.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Components/Page.php'),
(4002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Config.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Config.php'),
(4003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Plugins.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Plugins.php'),
(4004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Settings.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Settings.php'),
(4005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\Themes.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/Themes.php'),
(4006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Controllers\\TopBar.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Controllers/TopBar.php'),
(4007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Exceptions\\ClientException.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/ClientException.php'),
(4008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Exceptions\\MigrationException.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Exceptions/MigrationException.php'),
(4009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Helpers\\Utils.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Helpers/Utils.php'),
(4010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Client.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Client.php'),
(4011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Editor.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Editor.php'),
(4012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Feedback.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Feedback.php'),
(4013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Admin\\Services\\Migration.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Admin/Services/Migration.php'),
(4014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\BasicEnum.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/BasicEnum.php'),
(4015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\RestError.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/RestError.php'),
(4016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Common\\SupportedPlugins.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Common/SupportedPlugins.php'),
(4017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Data.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Data.php'),
(4018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\GrantTypes.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/GrantTypes.php'),
(4019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\HomeUrl.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/HomeUrl.php'),
(4020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Service.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Service.php'),
(4021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Classes\\Utils.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Classes/Utils.php'),
(4022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Components\\Handler.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Components/Handler.php'),
(4023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Components\\License.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Components/License.php'),
(4024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Controllers\\Authorization.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Controllers/Authorization.php'),
(4025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Exceptions\\ServiceException.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Exceptions/ServiceException.php'),
(4026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Connect\\Facade.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Connect/Facade.php'),
(4027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Loader.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Loader.php'),
(4028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Logger.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Logger.php'),
(4029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor\\elementor\\wp-one-package\\src\\Versions.php', 'wp-content/plugins/elementor/vendor/elementor/wp-one-package/src/Versions.php'),
(4030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/LICENSE'),
(4031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/composer.json'),
(4032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\deprecation-contracts\\function.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts/function.php'),
(4033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\Ctype.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/Ctype.php'),
(4034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/LICENSE'),
(4035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\bootstrap.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/bootstrap.php'),
(4036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\bootstrap80.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/bootstrap80.php'),
(4037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-ctype\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype/composer.json'),
(4038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/LICENSE'),
(4039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Mbstring.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Mbstring.php'),
(4040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\caseFolding.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php'),
(4041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\lowerCase.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(4042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\titleCaseRegexp.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(4043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\Resources\\unidata\\upperCase.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(4044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\bootstrap.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php'),
(4045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\bootstrap80.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap80.php'),
(4046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-mbstring\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/composer.json');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/LICENSE'),
(4048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Php80.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Php80.php'),
(4049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\PhpToken.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/PhpToken.php'),
(4050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\Attribute.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/Attribute.php'),
(4051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\PhpToken.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/PhpToken.php'),
(4052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\Stringable.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/Stringable.php'),
(4053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\UnhandledMatchError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php'),
(4054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\Resources\\stubs\\ValueError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/ValueError.php'),
(4055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\bootstrap.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/bootstrap.php'),
(4056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php80\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/composer.json'),
(4057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/LICENSE'),
(4058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Php81.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Php81.php'),
(4059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Resources\\stubs\\CURLStringFile.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php'),
(4060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\Resources\\stubs\\ReturnTypeWillChange.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php'),
(4061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\bootstrap.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/bootstrap.php'),
(4062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\symfony\\polyfill-php81\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/composer.json'),
(4063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/LICENSE'),
(4064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\composer.json', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/composer.json'),
(4065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Attribute\\YieldReady.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Attribute/YieldReady.php'),
(4066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\CacheInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/CacheInterface.php'),
(4067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\ChainCache.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/ChainCache.php'),
(4068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\FilesystemCache.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/FilesystemCache.php'),
(4069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\NullCache.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/NullCache.php'),
(4070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Cache\\ReadOnlyFilesystemCache.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache/ReadOnlyFilesystemCache.php'),
(4071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Compiler.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Compiler.php'),
(4072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Environment.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Environment.php'),
(4073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\Error.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/Error.php'),
(4074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\LoaderError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/LoaderError.php'),
(4075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\RuntimeError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/RuntimeError.php'),
(4076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Error\\SyntaxError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error/SyntaxError.php'),
(4077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\ExpressionParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/ExpressionParser.php'),
(4078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\AbstractExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/AbstractExtension.php'),
(4079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\CoreExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/CoreExtension.php'),
(4080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\DebugExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/DebugExtension.php'),
(4081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\EscaperExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/EscaperExtension.php'),
(4082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\ExtensionInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/ExtensionInterface.php'),
(4083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\GlobalsInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/GlobalsInterface.php'),
(4084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\OptimizerExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/OptimizerExtension.php'),
(4085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\ProfilerExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/ProfilerExtension.php'),
(4086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\RuntimeExtensionInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/RuntimeExtensionInterface.php'),
(4087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\SandboxExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/SandboxExtension.php'),
(4088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\StagingExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/StagingExtension.php'),
(4089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\StringLoaderExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/StringLoaderExtension.php'),
(4090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Extension\\YieldNotReadyExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension/YieldNotReadyExtension.php'),
(4091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\ExtensionSet.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/ExtensionSet.php'),
(4092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\FileExtensionEscapingStrategy.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/FileExtensionEscapingStrategy.php'),
(4093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Lexer.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Lexer.php'),
(4094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\ArrayLoader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/ArrayLoader.php'),
(4095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\ChainLoader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/ChainLoader.php'),
(4096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\FilesystemLoader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/FilesystemLoader.php'),
(4097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Loader\\LoaderInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader/LoaderInterface.php'),
(4098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Markup.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Markup.php'),
(4099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\AutoEscapeNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/AutoEscapeNode.php'),
(4100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BlockNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BlockNode.php'),
(4101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BlockReferenceNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BlockReferenceNode.php'),
(4102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\BodyNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/BodyNode.php'),
(4103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CaptureNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CaptureNode.php'),
(4104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckSecurityCallNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckSecurityCallNode.php'),
(4105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckSecurityNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckSecurityNode.php'),
(4106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\CheckToStringNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/CheckToStringNode.php'),
(4107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\DeprecatedNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/DeprecatedNode.php'),
(4108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\DoNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/DoNode.php'),
(4109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\EmbedNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/EmbedNode.php'),
(4110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\AbstractExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/AbstractExpression.php'),
(4111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ArrayExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ArrayExpression.php'),
(4112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ArrowFunctionExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ArrowFunctionExpression.php'),
(4113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\AssignNameExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/AssignNameExpression.php'),
(4114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AbstractBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AbstractBinary.php'),
(4115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AddBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AddBinary.php'),
(4116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\AndBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/AndBinary.php'),
(4117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseAndBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php'),
(4118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseOrBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php'),
(4119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\BitwiseXorBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php'),
(4120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\ConcatBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/ConcatBinary.php'),
(4121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\DivBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/DivBinary.php'),
(4122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\EndsWithBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php'),
(4123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\EqualBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/EqualBinary.php'),
(4124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\FloorDivBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php'),
(4125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\GreaterBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/GreaterBinary.php'),
(4126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\GreaterEqualBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php'),
(4127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\HasEveryBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php'),
(4128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\HasSomeBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php'),
(4129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\InBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/InBinary.php'),
(4130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\LessBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/LessBinary.php'),
(4131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\LessEqualBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php'),
(4132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\MatchesBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/MatchesBinary.php'),
(4133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\ModBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/ModBinary.php'),
(4134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\MulBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/MulBinary.php'),
(4135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\NotEqualBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php'),
(4136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\NotInBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/NotInBinary.php'),
(4137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\OrBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/OrBinary.php'),
(4138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\PowerBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/PowerBinary.php'),
(4139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\RangeBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/RangeBinary.php'),
(4140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\SpaceshipBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php'),
(4141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\StartsWithBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php'),
(4142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Binary\\SubBinary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary/SubBinary.php'),
(4143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\BlockReferenceExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/BlockReferenceExpression.php'),
(4144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\CallExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/CallExpression.php'),
(4145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ConditionalExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ConditionalExpression.php'),
(4146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ConstantExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ConstantExpression.php'),
(4147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Filter\\DefaultFilter.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter/DefaultFilter.php'),
(4148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Filter\\RawFilter.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter/RawFilter.php'),
(4149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\FilterExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/FilterExpression.php'),
(4150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\FunctionExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/FunctionExpression.php'),
(4151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\GetAttrExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/GetAttrExpression.php'),
(4152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\InlinePrint.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/InlinePrint.php'),
(4153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\MethodCallExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/MethodCallExpression.php'),
(4154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\NameExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/NameExpression.php'),
(4155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\NullCoalesceExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/NullCoalesceExpression.php'),
(4156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\ParentExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/ParentExpression.php'),
(4157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\TempNameExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/TempNameExpression.php'),
(4158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\ConstantTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/ConstantTest.php'),
(4159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\DefinedTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/DefinedTest.php'),
(4160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\DivisiblebyTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php'),
(4161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\EvenTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/EvenTest.php'),
(4162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\NullTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/NullTest.php'),
(4163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\OddTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/OddTest.php'),
(4164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Test\\SameasTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/SameasTest.php'),
(4165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\TestExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/TestExpression.php'),
(4166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\AbstractUnary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/AbstractUnary.php'),
(4167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\NegUnary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/NegUnary.php'),
(4168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\NotUnary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/NotUnary.php'),
(4169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\Unary\\PosUnary.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary/PosUnary.php'),
(4170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Expression\\VariadicExpression.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/VariadicExpression.php'),
(4171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\FlushNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/FlushNode.php'),
(4172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ForLoopNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ForLoopNode.php'),
(4173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ForNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ForNode.php'),
(4174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\IfNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/IfNode.php'),
(4175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ImportNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ImportNode.php'),
(4176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\IncludeNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/IncludeNode.php'),
(4177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\MacroNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/MacroNode.php'),
(4178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\ModuleNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/ModuleNode.php'),
(4179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NameDeprecation.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NameDeprecation.php'),
(4180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\Node.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Node.php'),
(4181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NodeCaptureInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NodeCaptureInterface.php'),
(4182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\NodeOutputInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/NodeOutputInterface.php'),
(4183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\PrintNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/PrintNode.php'),
(4184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\SandboxNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/SandboxNode.php'),
(4185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\SetNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/SetNode.php'),
(4186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\TextNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/TextNode.php'),
(4187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Node\\WithNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/WithNode.php'),
(4188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeTraverser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeTraverser.php'),
(4189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\AbstractNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php'),
(4190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\EscaperNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php'),
(4191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\MacroAutoImportNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php'),
(4192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\NodeVisitorInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/NodeVisitorInterface.php'),
(4193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\OptimizerNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php'),
(4194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\SafeAnalysisNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php'),
(4195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\SandboxNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php'),
(4196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\NodeVisitor\\YieldNotReadyNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php'),
(4197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Parser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Parser.php'),
(4198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\BaseDumper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/BaseDumper.php'),
(4199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\BlackfireDumper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/BlackfireDumper.php'),
(4200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\HtmlDumper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/HtmlDumper.php'),
(4201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Dumper\\TextDumper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper/TextDumper.php'),
(4202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Node\\EnterProfileNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node/EnterProfileNode.php'),
(4203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Node\\LeaveProfileNode.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node/LeaveProfileNode.php'),
(4204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\NodeVisitor\\ProfilerNodeVisitor.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php'),
(4205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Profiler\\Profile.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Profile.php'),
(4206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\core.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/core.php'),
(4207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\debug.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/debug.php'),
(4208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\escaper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/escaper.php'),
(4209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Resources\\string_loader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources/string_loader.php'),
(4210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Runtime\\EscaperRuntime.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Runtime/EscaperRuntime.php'),
(4211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\ContainerRuntimeLoader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php'),
(4212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\FactoryRuntimeLoader.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php'),
(4213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\RuntimeLoader\\RuntimeLoaderInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php'),
(4214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityError.php'),
(4215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedFilterError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php'),
(4216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedFunctionError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php'),
(4217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedMethodError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php'),
(4218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedPropertyError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php'),
(4219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityNotAllowedTagError.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php'),
(4220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityPolicy.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityPolicy.php'),
(4221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SecurityPolicyInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SecurityPolicyInterface.php'),
(4222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Sandbox\\SourcePolicyInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox/SourcePolicyInterface.php'),
(4223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Source.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Source.php'),
(4224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Template.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Template.php'),
(4225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TemplateWrapper.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TemplateWrapper.php'),
(4226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Test\\IntegrationTestCase.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test/IntegrationTestCase.php'),
(4227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Test\\NodeTestCase.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test/NodeTestCase.php'),
(4228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Token.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Token.php'),
(4229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\AbstractTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/AbstractTokenParser.php'),
(4230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ApplyTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ApplyTokenParser.php'),
(4231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\AutoEscapeTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/AutoEscapeTokenParser.php'),
(4232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\BlockTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/BlockTokenParser.php'),
(4233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\DeprecatedTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/DeprecatedTokenParser.php'),
(4234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\DoTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/DoTokenParser.php'),
(4235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\EmbedTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/EmbedTokenParser.php'),
(4236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ExtendsTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ExtendsTokenParser.php'),
(4237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\FlushTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/FlushTokenParser.php'),
(4238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ForTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ForTokenParser.php'),
(4239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\FromTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/FromTokenParser.php'),
(4240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\IfTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/IfTokenParser.php'),
(4241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\ImportTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/ImportTokenParser.php'),
(4242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\IncludeTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/IncludeTokenParser.php'),
(4243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\MacroTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/MacroTokenParser.php'),
(4244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\SandboxTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/SandboxTokenParser.php'),
(4245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\SetTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/SetTokenParser.php'),
(4246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\TokenParserInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/TokenParserInterface.php'),
(4247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\UseTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/UseTokenParser.php'),
(4248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenParser\\WithTokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser/WithTokenParser.php'),
(4249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TokenStream.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenStream.php'),
(4250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigFilter.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigFilter.php'),
(4251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigFunction.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigFunction.php'),
(4252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\TwigTest.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TwigTest.php'),
(4253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\DeprecationCollector.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/DeprecationCollector.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\ReflectionCallable.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/ReflectionCallable.php'),
(4255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor\\vendor_prefixed\\twig\\twig\\twig\\src\\Util\\TemplateDirIterator.php', 'wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util/TemplateDirIterator.php'),
(4256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\38a015cfd4402fcba18c.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/38a015cfd4402fcba18c.bundle.js'),
(4257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\admin.js', 'wp-content/plugins/elementor-pro/assets/js/admin.js'),
(4258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\admin.min.js', 'wp-content/plugins/elementor-pro/assets/js/admin.min.js'),
(4259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\ajax-pagination.505018eb312c83998279.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js'),
(4260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\ajax-pagination.dfa3a82618d618a6a6bf.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.dfa3a82618d618a6a6bf.bundle.js'),
(4261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\animated-headline.248bbeadaf74dd446e7d.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/animated-headline.248bbeadaf74dd446e7d.bundle.js'),
(4262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\animated-headline.bc08854fb1e1a80434b2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/animated-headline.bc08854fb1e1a80434b2.bundle.min.js'),
(4263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\app.js', 'wp-content/plugins/elementor-pro/assets/js/app.js'),
(4264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\app.min.js', 'wp-content/plugins/elementor-pro/assets/js/app.min.js'),
(4265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\archive-posts.0b71f7023819e3872142.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/archive-posts.0b71f7023819e3872142.bundle.min.js'),
(4266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\archive-posts.d82fc1f6376a91acb912.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/archive-posts.d82fc1f6376a91acb912.bundle.js'),
(4267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\b07282a36331e8a0c35e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/b07282a36331e8a0c35e.bundle.js'),
(4268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\b24baa04ab276a4dc8a2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/b24baa04ab276a4dc8a2.bundle.min.js'),
(4269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\bd4b7d0b3467c3b749da.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/bd4b7d0b3467c3b749da.bundle.min.js'),
(4270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\bd4b7d0b3467c3b749da.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/bd4b7d0b3467c3b749da.bundle.min.js.LICENSE.txt'),
(4271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\carousel.e2af910b095554625156.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js'),
(4272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\carousel.f93681c60a8355c99044.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/carousel.f93681c60a8355c99044.bundle.js'),
(4273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\code-highlight.38ec4828db8d33cccbe9.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/code-highlight.38ec4828db8d33cccbe9.bundle.min.js'),
(4274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\code-highlight.872070dcb83100cdc6a7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/code-highlight.872070dcb83100cdc6a7.bundle.js'),
(4275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons-var-10.11bf4233106e1245bd61.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.11bf4233106e1245bd61.bundle.min.js'),
(4276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons-var-10.6caef1cb29200dd63f5a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.6caef1cb29200dd63f5a.bundle.js'),
(4277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons.0f9a28de84eecdb341e1.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.0f9a28de84eecdb341e1.bundle.js'),
(4278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\contact-buttons.e1605c5cfaccbff3c14b.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.e1605c5cfaccbff3c14b.bundle.min.js'),
(4279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\countdown.05b148ca20af32fc8e9f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/countdown.05b148ca20af32fc8e9f.bundle.min.js'),
(4280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\countdown.7bd51efbed8eaac97b16.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/countdown.7bd51efbed8eaac97b16.bundle.js'),
(4281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\custom-code.js', 'wp-content/plugins/elementor-pro/assets/js/custom-code.js'),
(4282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\custom-code.min.js', 'wp-content/plugins/elementor-pro/assets/js/custom-code.min.js'),
(4283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\display-conditions.js', 'wp-content/plugins/elementor-pro/assets/js/display-conditions.js'),
(4284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\display-conditions.min.js', 'wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js'),
(4285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\e8fec410b4ec8b8ad5e5.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/e8fec410b4ec8b8ad5e5.bundle.js'),
(4286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor-interactions-pro.js', 'wp-content/plugins/elementor-pro/assets/js/editor-interactions-pro.js'),
(4287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor-interactions-pro.min.js', 'wp-content/plugins/elementor-pro/assets/js/editor-interactions-pro.min.js'),
(4288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor.js', 'wp-content/plugins/elementor-pro/assets/js/editor.js'),
(4289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\editor.min.js', 'wp-content/plugins/elementor-pro/assets/js/editor.min.js'),
(4290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\elements-handlers.js', 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.js'),
(4291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\elements-handlers.min.js', 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js'),
(4292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-2.5287acd8570f1ce2dde3.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.5287acd8570f1ce2dde3.bundle.min.js'),
(4293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-2.a7a076850ecbe78bb8c7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.a7a076850ecbe78bb8c7.bundle.js'),
(4294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-3.c5d9c759b0475977fd76.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.c5d9c759b0475977fd76.bundle.js'),
(4295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\floating-bars-var-3.e9e9c0ea3c6fb0e51c58.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e9e9c0ea3c6fb0e51c58.bundle.min.js'),
(4296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form-submission-admin.js', 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js'),
(4297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form-submission-admin.min.js', 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js'),
(4298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form.333cc493ca6159f7ee0e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/form.333cc493ca6159f7ee0e.bundle.js'),
(4299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\form.cfd61a9174be80f835c6.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/form.cfd61a9174be80f835c6.bundle.min.js'),
(4300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\frontend.js', 'wp-content/plugins/elementor-pro/assets/js/frontend.js'),
(4301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\frontend.min.js', 'wp-content/plugins/elementor-pro/assets/js/frontend.min.js'),
(4302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\gallery.1f2d6260aa05f94aca68.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/gallery.1f2d6260aa05f94aca68.bundle.js'),
(4303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\gallery.cca2358f59857ce6f62f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/gallery.cca2358f59857ce6f62f.bundle.min.js'),
(4304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\hotspot.1555f80c1d14215e6b69.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/hotspot.1555f80c1d14215e6b69.bundle.js'),
(4305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\hotspot.737497535441dc0bc037.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/hotspot.737497535441dc0bc037.bundle.min.js'),
(4306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\interactions-pro.js', 'wp-content/plugins/elementor-pro/assets/js/interactions-pro.js'),
(4307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\interactions-pro.min.js', 'wp-content/plugins/elementor-pro/assets/js/interactions-pro.min.js'),
(4308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.4627e880b5d487f49e7a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.4627e880b5d487f49e7a.bundle.js'),
(4309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js'),
(4310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.ee0ba61191fa34e6bbe2.bundle.min.js.LICENSE.txt'),
(4311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\load-more.7c4417f8a727b79f546f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js'),
(4312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\load-more.862f17c31e360ff1934e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/load-more.862f17c31e360ff1934e.bundle.js'),
(4313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-carousel.5eddbaa4e0c79c44c5c1.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.5eddbaa4e0c79c44c5c1.bundle.js'),
(4314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-carousel.881847b13e8fe1f8bfc2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.881847b13e8fe1f8bfc2.bundle.min.js'),
(4315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-filter-editor.66aa1bfab17d9f314834.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.66aa1bfab17d9f314834.bundle.min.js'),
(4316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop-filter-editor.e5be4d8fdcb9e22b57f7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.e5be4d8fdcb9e22b57f7.bundle.js'),
(4317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop.1594a1df76e87a11eda2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js'),
(4318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\loop.8f668e18a5d491cc01b7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop.8f668e18a5d491cc01b7.bundle.js'),
(4319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\lottie.4cf7a751c39c2d5e59f3.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/lottie.4cf7a751c39c2d5e59f3.bundle.js'),
(4320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\lottie.55ad84218daed1323133.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/lottie.55ad84218daed1323133.bundle.min.js'),
(4321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\media-carousel.1eb08e97c13152575144.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/media-carousel.1eb08e97c13152575144.bundle.js'),
(4322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\media-carousel.87c2cf115553a2c4f709.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/media-carousel.87c2cf115553a2c4f709.bundle.min.js'),
(4323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-editor.2c998fb188047136dde3.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.2c998fb188047136dde3.bundle.min.js'),
(4324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-editor.7a18763e360ce7e0eacc.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.7a18763e360ce7e0eacc.bundle.js'),
(4325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-stretch-content.65ac3ff61cbda73d513e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.65ac3ff61cbda73d513e.bundle.js'),
(4326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.7ed04741ba7d5a80c556.bundle.min.js'),
(4327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu.857df1cf3198ae47b617.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu.857df1cf3198ae47b617.bundle.min.js'),
(4328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\mega-menu.9c175c27b10a1a51ffad.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu.9c175c27b10a1a51ffad.bundle.js'),
(4329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\menu-title-keyboard-handler.000fb4658b703c6ebe56.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.000fb4658b703c6ebe56.bundle.js'),
(4330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.b3891112675eb0b0c4d5.bundle.min.js'),
(4331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nav-menu.393f7e8d1eb984d695bc.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nav-menu.393f7e8d1eb984d695bc.bundle.js'),
(4332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nav-menu.3afa8f5eb1fef7c22561.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nav-menu.3afa8f5eb1fef7c22561.bundle.min.js'),
(4333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel-editor.30f07a4ca0162c2af3fb.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.30f07a4ca0162c2af3fb.bundle.min.js'),
(4334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel-editor.d0c65ae2ec3f418e3b3f.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.d0c65ae2ec3f418e3b3f.bundle.js'),
(4335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel.659b0373371215e60dab.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.659b0373371215e60dab.bundle.min.js'),
(4336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\nested-carousel.925fbc1c35869d1767d5.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.925fbc1c35869d1767d5.bundle.js'),
(4337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\599.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/599.min.js'),
(4338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\599.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/notes/599.min.js.LICENSE.txt'),
(4339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app-initiator.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js'),
(4340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app-initiator.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js'),
(4341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js'),
(4342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes-app.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js'),
(4343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.js'),
(4344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js'),
(4345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\notes.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt'),
(4346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\notes\\vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', 'wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js'),
(4347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas-editor.9a4eb354fc664c85a496.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.9a4eb354fc664c85a496.bundle.js'),
(4348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas-editor.ff99e117444b8e4b9d09.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.ff99e117444b8e4b9d09.bundle.min.js'),
(4349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas.82d118980fb5aa03c82b.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas.82d118980fb5aa03c82b.bundle.min.js'),
(4350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\off-canvas.c6c9ad84eff54adcd9f3.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas.c6c9ad84eff54adcd9f3.bundle.js'),
(4351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.asset.php'),
(4352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.js'),
(4353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.min.js'),
(4354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-components-extended\\editor-components-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-components-extended/editor-components-extended.strings.js'),
(4355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.asset.php'),
(4356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.js'),
(4357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.min.js'),
(4358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-controls-extended\\editor-controls-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-controls-extended/editor-controls-extended.strings.js'),
(4359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php'),
(4360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js'),
(4361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js'),
(4362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-documents-extended\\editor-documents-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js'),
(4363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.asset.php'),
(4364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.js'),
(4365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.min.js'),
(4366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-editing-panel-extended\\editor-editing-panel-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-editing-panel-extended/editor-editing-panel-extended.strings.js'),
(4367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.asset.php'),
(4368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.js'),
(4369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.min.js'),
(4370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-interactions-extended\\editor-interactions-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-interactions-extended/editor-interactions-extended.strings.js'),
(4371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php'),
(4372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js'),
(4373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js'),
(4374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-notes\\editor-notes.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js'),
(4375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php'),
(4376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js'),
(4377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js'),
(4378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-site-navigation-extended\\editor-site-navigation-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js'),
(4379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.asset.php'),
(4380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.js'),
(4381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.min.js'),
(4382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\editor-variables-extended\\editor-variables-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-variables-extended/editor-variables-extended.strings.js'),
(4383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.asset.php'),
(4384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.js', 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.js'),
(4385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.min.js'),
(4386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\packages\\license-api\\license-api.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/license-api/license-api.strings.js'),
(4387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\page-transitions.js', 'wp-content/plugins/elementor-pro/assets/js/page-transitions.js'),
(4388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\page-transitions.min.js', 'wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js'),
(4389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\paypal-button.557bf338d556d8411f0e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/paypal-button.557bf338d556d8411f0e.bundle.js'),
(4390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\paypal-button.5c63e4c8f36fb06aff31.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/paypal-button.5c63e4c8f36fb06aff31.bundle.min.js'),
(4391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\popup.467433314d83de8c86ec.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/popup.467433314d83de8c86ec.bundle.js'),
(4392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\popup.61d4fcab8891b2e07802.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/popup.61d4fcab8891b2e07802.bundle.min.js'),
(4393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\portfolio.3d0e387cc28c07bae511.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/portfolio.3d0e387cc28c07bae511.bundle.min.js'),
(4394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\portfolio.d389311c484631ccbb99.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/portfolio.d389311c484631ccbb99.bundle.js'),
(4395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\posts.844727d8428792223d2f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/posts.844727d8428792223d2f.bundle.min.js'),
(4396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\posts.b01cefd7be5b5933ef48.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/posts.b01cefd7be5b5933ef48.bundle.js'),
(4397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\preview.js', 'wp-content/plugins/elementor-pro/assets/js/preview.js'),
(4398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\preview.min.js', 'wp-content/plugins/elementor-pro/assets/js/preview.min.js'),
(4399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\product-add-to-cart.7dd001c520feddf0ce5a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.7dd001c520feddf0ce5a.bundle.js'),
(4400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\product-add-to-cart.a4f88a0c19e95b3912b6.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.a4f88a0c19e95b3912b6.bundle.min.js'),
(4401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\progress-tracker.26b12b208974a26b52d0.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.26b12b208974a26b52d0.bundle.js'),
(4402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\progress-tracker.7b160888e308c5f64701.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.7b160888e308c5f64701.bundle.min.js'),
(4403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\screenshot.js', 'wp-content/plugins/elementor-pro/assets/js/screenshot.js'),
(4404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\screenshot.min.js', 'wp-content/plugins/elementor-pro/assets/js/screenshot.min.js'),
(4405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search-form.2fe57bcace4909ad8f6a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/search-form.2fe57bcace4909ad8f6a.bundle.js'),
(4406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search-form.9abeafeecde90cf7e0f4.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/search-form.9abeafeecde90cf7e0f4.bundle.min.js'),
(4407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search.eb99cbb2b336e50a443a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/search.eb99cbb2b336e50a443a.bundle.js'),
(4408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\search.f239247b514b4d0e8743.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/search.f239247b514b4d0e8743.bundle.min.js'),
(4409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js'),
(4410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\share-buttons.c76474949213ab8d37c0.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/share-buttons.c76474949213ab8d37c0.bundle.js'),
(4411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\slides.8e9b74f1b31471377df8.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/slides.8e9b74f1b31471377df8.bundle.min.js'),
(4412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\slides.aefbc8effd03bc1b7881.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/slides.aefbc8effd03bc1b7881.bundle.js'),
(4413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\social.b8ce24160d1e761ca0a6.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/social.b8ce24160d1e761ca0a6.bundle.js'),
(4414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\social.de5cec83bf689b2f1f01.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/social.de5cec83bf689b2f1f01.bundle.min.js'),
(4415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\stripe-button.b7e32b5d713d60752c7e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/stripe-button.b7e32b5d713d60752c7e.bundle.min.js'),
(4416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\stripe-button.ff670b274b64f1097386.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/stripe-button.ff670b274b64f1097386.bundle.js'),
(4417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\table-of-contents.485ffc086d8923139868.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.485ffc086d8923139868.bundle.min.js'),
(4418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\table-of-contents.8496840ef16d1ad4138f.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.8496840ef16d1ad4138f.bundle.js'),
(4419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\taxonomy-filter.6526351a1205655def47.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.6526351a1205655def47.bundle.min.js'),
(4420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\taxonomy-filter.77f346809c2657dd250a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.77f346809c2657dd250a.bundle.js'),
(4421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\video-playlist.d48e1a11007fe8c248f8.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/video-playlist.d48e1a11007fe8c248f8.bundle.min.js'),
(4422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\video-playlist.d7d184236c3e54fc0c27.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/video-playlist.d7d184236c3e54fc0c27.bundle.js'),
(4423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\webpack-pro.runtime.js', 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js'),
(4424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\webpack-pro.runtime.min.js', 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js'),
(4425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-cart.9131ef5e40333f8066dd.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.9131ef5e40333f8066dd.bundle.min.js'),
(4426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-cart.b85d04bc7b7a472432cf.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.b85d04bc7b7a472432cf.bundle.js'),
(4427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-checkout-page.1e854a92527f7870a712.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.1e854a92527f7870a712.bundle.js'),
(4428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-checkout-page.8391e03a51a57a42528a.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.8391e03a51a57a42528a.bundle.min.js'),
(4429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-menu-cart.33fbf47b819947e7a2a7.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.33fbf47b819947e7a2a7.bundle.min.js'),
(4430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-menu-cart.d64f5409c5ae5e079f89.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.d64f5409c5ae5e079f89.bundle.js'),
(4431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-my-account.9a2312ed0688c67a0cb5.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.9a2312ed0688c67a0cb5.bundle.js'),
(4432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-my-account.ab469f426496c628ac6c.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.ab469f426496c628ac6c.bundle.min.js'),
(4433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-notices.181b8701c45ec5374829.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.181b8701c45ec5374829.bundle.min.js'),
(4434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-notices.a2feb6e26254257dbe93.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.a2feb6e26254257dbe93.bundle.js'),
(4435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-purchase-summary.118e54b95a68f0ad8c09.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.118e54b95a68f0ad8c09.bundle.min.js'),
(4436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\js\\woocommerce-purchase-summary.f27e4afffb08961d9bd6.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.f27e4afffb08961d9bd6.bundle.js'),
(4437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\dom-to-image\\js\\dom-to-image.js', 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js'),
(4438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\dom-to-image\\js\\dom-to-image.min.js', 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js'),
(4439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\brands.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js'),
(4440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\duotone.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js'),
(4441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\light.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js'),
(4442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\regular.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js'),
(4443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\font-awesome-pro\\solid.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js'),
(4444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\html2canvas\\js\\html2canvas.js', 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js'),
(4445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\html2canvas\\js\\html2canvas.min.js', 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js'),
(4446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\instant-page\\instant-page.js', 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js'),
(4447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\instant-page\\instant-page.min.js', 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js'),
(4448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\lottie\\lottie.js', 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js'),
(4449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\lottie\\lottie.min.js', 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js'),
(4450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\smartmenus\\jquery.smartmenus.js', 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js'),
(4451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\smartmenus\\jquery.smartmenus.min.js', 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js'),
(4452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\sticky\\jquery.sticky.js', 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js'),
(4453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\assets\\lib\\sticky\\jquery.sticky.min.js', 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js'),
(4454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-carousel-trait.php', 'wp-content/plugins/elementor-pro/base/base-carousel-trait.php'),
(4455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-widget-trait.php', 'wp-content/plugins/elementor-pro/base/base-widget-trait.php'),
(4456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\base-widget.php', 'wp-content/plugins/elementor-pro/base/base-widget.php'),
(4457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\editor-one-trait.php', 'wp-content/plugins/elementor-pro/base/editor-one-trait.php'),
(4458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\module-base.php', 'wp-content/plugins/elementor-pro/base/module-base.php'),
(4459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\base\\on-import-trait.php', 'wp-content/plugins/elementor-pro/base/on-import-trait.php'),
(4460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\action-links.php', 'wp-content/plugins/elementor-pro/core/admin/action-links.php'),
(4461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\admin.php', 'wp-content/plugins/elementor-pro/core/admin/admin.php'),
(4462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\canary-deployment.php', 'wp-content/plugins/elementor-pro/core/admin/canary-deployment.php'),
(4463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\admin\\post-status.php', 'wp-content/plugins/elementor-pro/core/admin/post-status.php'),
(4464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\app.php', 'wp-content/plugins/elementor-pro/core/app/app.php'),
(4465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\hooks\\use-feature-lock.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js'),
(4466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\index.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/index.js'),
(4467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\ui\\connect-button.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js'),
(4468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\assets\\js\\utils.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/utils.js'),
(4469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\module.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php'),
(4470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\export\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php'),
(4471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\import\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php'),
(4472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export\\runners\\revert\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php'),
(4473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\classes-variables-section.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/classes-variables-section.js'),
(4474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-list-setting-section.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-list-setting-section.js'),
(4475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-setting-section.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-setting-section.js'),
(4476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\customization-sub-setting.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/customization-sub-setting.js'),
(4477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\index.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/index.js'),
(4478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-content-customization-dialog.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-content-customization-dialog.js'),
(4479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-customization-dialog.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-customization-dialog.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-settings-customization-dialog.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-settings-customization-dialog.js'),
(4481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\kit-templates-customization-dialog.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/kit-templates-customization-dialog.js'),
(4482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\override-confirmation-dialog.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/override-confirmation-dialog.js'),
(4483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\theme-builder-customization.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/theme-builder-customization.js'),
(4484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-notice-banner.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-notice-banner.js'),
(4485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-tooltip.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-tooltip.js'),
(4486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\components\\upgrade-version-banner.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/components/upgrade-version-banner.js'),
(4487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-classes-variables-limits.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-classes-variables-limits.js'),
(4488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-custom-post-types.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-custom-post-types.js'),
(4489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-custom-post-types.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-custom-post-types.js'),
(4490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-pages.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-pages.js'),
(4491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-kit-customization-taxonomies.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-kit-customization-taxonomies.js'),
(4492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-pages.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-pages.js'),
(4493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-tab-focus.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-tab-focus.js'),
(4494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-taxonomies.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-taxonomies.js'),
(4495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\hooks\\use-tier.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/hooks/use-tier.js'),
(4496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\module.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/module.js'),
(4497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\assets\\js\\utils\\analytics-transformer.js', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/assets/js/utils/analytics-transformer.js'),
(4498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\module.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/module.php'),
(4499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\base\\export-runner-base.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/base/export-runner-base.php'),
(4500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\base\\import-runner-base.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/base/import-runner-base.php'),
(4501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\site-settings.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/site-settings.php'),
(4502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\taxonomies.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/taxonomies.php'),
(4503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\export\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/export/templates.php'),
(4504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\elementor-content.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/elementor-content.php'),
(4505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\site-settings.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/site-settings.php'),
(4506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\taxonomies.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/taxonomies.php'),
(4507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\import\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/import/templates.php'),
(4508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\runners\\traits\\site-settings-helpers.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/runners/traits/site-settings-helpers.php'),
(4509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\import-export-customization\\utils.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export-customization/utils.php'),
(4510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\kit-library\\module.php', 'wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php'),
(4511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\onboarding\\module.php', 'wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php'),
(4512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\atoms\\indicator-bullet.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js'),
(4513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\atoms\\preview-iframe.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js'),
(4514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\base-context.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js'),
(4515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js'),
(4516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\models\\condition.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js'),
(4517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\services\\conditions-config.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js'),
(4518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\context\\templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js'),
(4519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\conditions-config.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js'),
(4520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\index.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js'),
(4521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates-conditions-conflicts.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js'),
(4522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates-conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js'),
(4523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\commands\\templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js'),
(4524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\data\\component.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js'),
(4525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\editor.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js'),
(4526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\hooks\\use-templates-screenshot.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js'),
(4527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\back-button.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js'),
(4528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-body.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js'),
(4529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-footer.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js'),
(4530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-header.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js'),
(4531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template-thumbnail.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js'),
(4532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\molecules\\site-template.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js'),
(4533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\organisms\\site-templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js'),
(4534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\add-new.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js'),
(4535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-button-portal.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js'),
(4536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-conflicts.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js'),
(4537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-name.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js'),
(4538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-sub-id.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js'),
(4539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-sub.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js'),
(4540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\condition-type.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js'),
(4541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\conditions-rows.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js'),
(4542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\conditions\\conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js'),
(4543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\import.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js'),
(4544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\template-type.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js'),
(4545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\pages\\templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js'),
(4546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialog-delete.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js'),
(4547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialog-rename.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js'),
(4548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\part-actions\\dialogs-and-buttons.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js'),
(4549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\assets\\js\\site-editor.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js'),
(4550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\controller.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php'),
(4551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\base-endpoint.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php'),
(4552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\conditions-config.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php'),
(4553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\template-types.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php'),
(4554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates-conditions-conflicts.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php'),
(4555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates-conditions.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php'),
(4556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\endpoints\\templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php'),
(4557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\data\\responses\\lock-error-response.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php'),
(4558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\module.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php'),
(4559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\app\\modules\\site-editor\\render-mode-template-preview.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php'),
(4560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\behaviors\\feature-lock.php', 'wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php'),
(4561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\behaviors\\temp-lock-behavior.php', 'wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php'),
(4562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\compatibility\\compatibility.php', 'wp-content/plugins/elementor-pro/core/compatibility/compatibility.php'),
(4563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\connect\\apps\\activate.php', 'wp-content/plugins/elementor-pro/core/connect/apps/activate.php'),
(4564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\connect\\manager.php', 'wp-content/plugins/elementor-pro/core/connect/manager.php'),
(4565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\controller.php', 'wp-content/plugins/elementor-pro/core/data/controller.php'),
(4566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\endpoints\\base.php', 'wp-content/plugins/elementor-pro/core/data/endpoints/base.php'),
(4567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\endpoints\\refresh-base.php', 'wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php'),
(4568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\data\\interfaces\\endpoint.php', 'wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php'),
(4569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\base-database-updater.php', 'wp-content/plugins/elementor-pro/core/database/base-database-updater.php'),
(4570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\base-migration.php', 'wp-content/plugins/elementor-pro/core/database/base-migration.php'),
(4571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\join-clause.php', 'wp-content/plugins/elementor-pro/core/database/join-clause.php'),
(4572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\model-base.php', 'wp-content/plugins/elementor-pro/core/database/model-base.php'),
(4573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\model-query-builder.php', 'wp-content/plugins/elementor-pro/core/database/model-query-builder.php'),
(4574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\database\\query-builder.php', 'wp-content/plugins/elementor-pro/core/database/query-builder.php'),
(4575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\editor.php', 'wp-content/plugins/elementor-pro/core/editor/editor.php'),
(4576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\notice-bar.php', 'wp-content/plugins/elementor-pro/core/editor/notice-bar.php'),
(4577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\promotion.php', 'wp-content/plugins/elementor-pro/core/editor/promotion.php'),
(4578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\editor\\template.php', 'wp-content/plugins/elementor-pro/core/editor/template.php'),
(4579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\action-base.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php'),
(4580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email-address.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php'),
(4581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email-message.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php'),
(4582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\actions\\email\\email.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php'),
(4583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\action-failed-exception.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php'),
(4584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\action-validation-failed-exception.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php'),
(4585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\exceptions\\exception-base.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php'),
(4586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\integrations\\integrations-manager.php', 'wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php'),
(4587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\isolation\\wordpress-adapter-interface.php', 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php'),
(4588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\isolation\\wordpress-adapter.php', 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php'),
(4589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\maintenance.php', 'wp-content/plugins/elementor-pro/core/maintenance.php'),
(4590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\modules-manager.php', 'wp-content/plugins/elementor-pro/core/modules-manager.php'),
(4591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\notification.php', 'wp-content/plugins/elementor-pro/core/notifications/notification.php'),
(4592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\notifications-manager.php', 'wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php'),
(4593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\notifications\\traits\\notifiable.php', 'wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php'),
(4594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\php-api.php', 'wp-content/plugins/elementor-pro/core/php-api.php'),
(4595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\preview\\preview.php', 'wp-content/plugins/elementor-pro/core/preview/preview.php'),
(4596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\security\\access-control.php', 'wp-content/plugins/elementor-pro/core/security/access-control.php'),
(4597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\security\\capability.php', 'wp-content/plugins/elementor-pro/core/security/capability.php'),
(4598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\upgrade\\manager.php', 'wp-content/plugins/elementor-pro/core/upgrade/manager.php'),
(4599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\upgrade\\upgrades.php', 'wp-content/plugins/elementor-pro/core/upgrade/upgrades.php'),
(4600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\abtest.php', 'wp-content/plugins/elementor-pro/core/utils/abtest.php'),
(4601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\collection.php', 'wp-content/plugins/elementor-pro/core/utils/collection.php'),
(4602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\hints.php', 'wp-content/plugins/elementor-pro/core/utils/hints.php'),
(4603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils\\registrar.php', 'wp-content/plugins/elementor-pro/core/utils/registrar.php'),
(4604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\core\\utils.php', 'wp-content/plugins/elementor-pro/core/utils.php'),
(4605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\data\\base\\controller.php', 'wp-content/plugins/elementor-pro/data/base/controller.php'),
(4606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\data\\http-status.php', 'wp-content/plugins/elementor-pro/data/http-status.php'),
(4607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\elementor-pro.php', 'wp-content/plugins/elementor-pro/elementor-pro.php'),
(4608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\admin.php', 'wp-content/plugins/elementor-pro/license/admin.php'),
(4609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\api.php', 'wp-content/plugins/elementor-pro/license/api.php'),
(4610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\assets\\js\\admin.js', 'wp-content/plugins/elementor-pro/license/assets/js/admin.js'),
(4611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\controller.php', 'wp-content/plugins/elementor-pro/license/data/controller.php'),
(4612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\endpoints\\get-license-status.php', 'wp-content/plugins/elementor-pro/license/data/endpoints/get-license-status.php'),
(4613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\data\\endpoints\\get-tier-features.php', 'wp-content/plugins/elementor-pro/license/data/endpoints/get-tier-features.php'),
(4614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-license-menu-item.php', 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-license-menu-item.php'),
(4615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-renew-menu-item.php', 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-renew-menu-item.php'),
(4616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\editor-one-menu-items\\editor-one-upgrade-menu-item.php', 'wp-content/plugins/elementor-pro/license/editor-one-menu-items/editor-one-upgrade-menu-item.php'),
(4617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\notices\\trial-expired-notice.php', 'wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php'),
(4618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\notices\\trial-period-notice.php', 'wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php'),
(4619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\one.php', 'wp-content/plugins/elementor-pro/license/one.php'),
(4620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\license\\updater.php', 'wp-content/plugins/elementor-pro/license/updater.php'),
(4621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\admin-top-bar\\module.php', 'wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php'),
(4622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\animated-headline\\module.php', 'wp-content/plugins/elementor-pro/modules/animated-headline/module.php'),
(4623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\animated-headline\\widgets\\animated-headline.php', 'wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php'),
(4624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\announcements\\module.php', 'wp-content/plugins/elementor-pro/modules/announcements/module.php'),
(4625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\announcements\\triggers\\is-license-expired.php', 'wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php'),
(4626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-fonts-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php'),
(4627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-fonts-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php'),
(4628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-icons-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php'),
(4629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\admin-menu-items\\custom-icons-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php'),
(4630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-fonts-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-fonts-menu-item.php'),
(4631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-fonts-promotion.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-fonts-promotion.php'),
(4632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-icons-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-icons-menu-item.php'),
(4633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\editor-one-menu-items\\editor-one-icons-promotion.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/editor-one-menu-items/editor-one-icons-promotion.php'),
(4634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\custom-fonts.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php'),
(4635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/export-runner.php'),
(4636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\import-export.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/import-export.php'),
(4637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/import-runner.php'),
(4638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export/revert-runner.php'),
(4639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/export-runner.php'),
(4640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/import-export-customization.php'),
(4641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/import-runner.php'),
(4642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\import-export-customization\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/import-export-customization/revert-runner.php'),
(4643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts\\typekit-fonts.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php'),
(4644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\fonts-manager.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php'),
(4645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\custom-icons.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php'),
(4646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\font-awesome-pro.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php'),
(4647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\fontastic.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php'),
(4648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\fontello.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php'),
(4649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\icomoon.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php'),
(4650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\icon-sets\\icon-set-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php'),
(4651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/export-runner.php'),
(4652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\import-export.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/import-export.php'),
(4653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/import-runner.php'),
(4654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export/revert-runner.php'),
(4655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/export-runner.php'),
(4656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/import-export-customization.php'),
(4657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/import-runner.php'),
(4658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\import-export-customization\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/import-export-customization/revert-runner.php'),
(4659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons\\templates.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php'),
(4660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\icons-manager.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php'),
(4661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\asset-types\\import-export\\traits\\external-attachment-trait.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/import-export/traits/external-attachment-trait.php'),
(4662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\classes\\assets-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php'),
(4663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\classes\\font-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php'),
(4664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\assets-manager\\module.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/module.php'),
(4665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-base.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-base.php'),
(4666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-runner.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-runner.php'),
(4667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\action-type.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/action-type.php'),
(4668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\collect-submissions-action.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/collect-submissions-action.php'),
(4669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\email-action.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/email-action.php'),
(4670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\email-settings.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/email-settings.php'),
(4671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\actions\\webhook-action.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/actions/webhook-action.php'),
(4672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\atomic-form-controller.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/atomic-form-controller.php'),
(4673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\checkbox\\checkbox.html.twig', 'wp-content/plugins/elementor-pro/modules/atomic-form/checkbox/checkbox.html.twig'),
(4674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\checkbox\\checkbox.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/checkbox/checkbox.php'),
(4675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\classes\\akismet.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/classes/akismet.php'),
(4676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\input\\input.html.twig', 'wp-content/plugins/elementor-pro/modules/atomic-form/input/input.html.twig'),
(4677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\input\\input.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/input/input.php'),
(4678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\label\\label.html.twig', 'wp-content/plugins/elementor-pro/modules/atomic-form/label/label.html.twig'),
(4679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\label\\label.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/label/label.php'),
(4680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\module.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/module.php'),
(4681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\submit-button\\submit-button.html.twig', 'wp-content/plugins/elementor-pro/modules/atomic-form/submit-button/submit-button.html.twig'),
(4682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\submit-button\\submit-button.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/submit-button/submit-button.php'),
(4683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\textarea\\textarea.html.twig', 'wp-content/plugins/elementor-pro/modules/atomic-form/textarea/textarea.html.twig'),
(4684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-form\\textarea\\textarea.php', 'wp-content/plugins/elementor-pro/modules/atomic-form/textarea/textarea.php'),
(4685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\module.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/module.php'),
(4686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\condition-group-prop-type.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/condition-group-prop-type.php'),
(4687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\display-conditions-prop-type.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/display-conditions-prop-type.php'),
(4688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\page-title-condition-prop-type.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/page-title-condition-prop-type.php'),
(4689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\prop-types\\display-conditions\\time-of-day-condition-prop-type.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/prop-types/display-conditions/time-of-day-condition-prop-type.php'),
(4690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\settings-resolver.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/settings-resolver.php'),
(4691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\transformers\\condition-group.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/transformers/condition-group.php'),
(4692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\atomic-widgets\\transformers\\display-conditions.php', 'wp-content/plugins/elementor-pro/modules/atomic-widgets/transformers/display-conditions.php'),
(4693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\controls\\repeatable-attributes-control.php', 'wp-content/plugins/elementor-pro/modules/attributes/controls/repeatable-attributes-control.php'),
(4694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\module.php', 'wp-content/plugins/elementor-pro/modules/attributes/module.php'),
(4695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\attributes\\props-resolver\\transformers\\settings\\pro-attributes-transformer.php', 'wp-content/plugins/elementor-pro/modules/attributes/props-resolver/transformers/settings/pro-attributes-transformer.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\blockquote\\module.php', 'wp-content/plugins/elementor-pro/modules/blockquote/module.php'),
(4697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\blockquote\\widgets\\blockquote.php', 'wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php'),
(4698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\call-to-action\\module.php', 'wp-content/plugins/elementor-pro/modules/call-to-action/module.php'),
(4699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\call-to-action\\widgets\\call-to-action.php', 'wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php'),
(4700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\module.php', 'wp-content/plugins/elementor-pro/modules/carousel/module.php'),
(4701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\base.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php'),
(4702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\media-carousel.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php'),
(4703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\reviews.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php'),
(4704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\carousel\\widgets\\testimonial-carousel.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php'),
(4705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\checklist\\module.php', 'wp-content/plugins/elementor-pro/modules/checklist/module.php'),
(4706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\checklist\\steps\\setup-header.php', 'wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php'),
(4707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\cloud-library\\module.php', 'wp-content/plugins/elementor-pro/modules/cloud-library/module.php'),
(4708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\code-highlight\\module.php', 'wp-content/plugins/elementor-pro/modules/code-highlight/module.php'),
(4709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\code-highlight\\widgets\\code-highlight.php', 'wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php'),
(4710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\compatibility-tag\\compatibility-tag-component.php', 'wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php'),
(4711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\compatibility-tag\\module.php', 'wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php'),
(4712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\countdown\\module.php', 'wp-content/plugins/elementor-pro/modules/countdown/module.php'),
(4713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\countdown\\widgets\\countdown.php', 'wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php'),
(4714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-attributes\\module.php', 'wp-content/plugins/elementor-pro/modules/custom-attributes/module.php'),
(4715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\admin-menu-items\\custom-code-menu-item.php', 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php'),
(4716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\admin-menu-items\\custom-code-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php'),
(4717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\custom-code-metabox.php', 'wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php'),
(4718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\document.php', 'wp-content/plugins/elementor-pro/modules/custom-code/document.php'),
(4719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\editor-one-menu-items\\editor-one-custom-code-menu-item.php', 'wp-content/plugins/elementor-pro/modules/custom-code/editor-one-menu-items/editor-one-custom-code-menu-item.php'),
(4720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\editor-one-menu-items\\editor-one-custom-code-promotion.php', 'wp-content/plugins/elementor-pro/modules/custom-code/editor-one-menu-items/editor-one-custom-code-promotion.php'),
(4721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/export-runner.php'),
(4722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\import-export.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/import-export.php'),
(4723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/import-runner.php'),
(4724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export/revert-runner.php'),
(4725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\export-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/export-runner.php'),
(4726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\import-export-customization.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/import-export-customization.php'),
(4727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\import-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/import-runner.php'),
(4728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\import-export-customization\\revert-runner.php', 'wp-content/plugins/elementor-pro/modules/custom-code/import-export-customization/revert-runner.php'),
(4729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-code\\module.php', 'wp-content/plugins/elementor-pro/modules/custom-code/module.php'),
(4730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-css\\admin-menu-items\\settings-custom-css-pro.php', 'wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php'),
(4731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\custom-css\\module.php', 'wp-content/plugins/elementor-pro/modules/custom-css/module.php'),
(4732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\and-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php'),
(4733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\cache-notice.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php'),
(4734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\comparator-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php'),
(4735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\comparators-checker.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php'),
(4736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\conditions-manager.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php'),
(4737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\custom-fields-data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php'),
(4738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php'),
(4739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\dynamic-tags\\dynamic-tags-data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php'),
(4740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\classes\\or-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php'),
(4741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php'),
(4742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-category-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php'),
(4743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\archive-of-tag-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php'),
(4744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\archive-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php'),
(4745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php'),
(4746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\date-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php'),
(4747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\base\\title-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php'),
(4748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\current-date-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php'),
(4749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\date-of-modification-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php'),
(4750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\date-of-publish-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php'),
(4751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\day-of-the-week-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php'),
(4752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\dynamic-tags-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php'),
(4753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\featured-image-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php'),
(4754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\from-url-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php'),
(4755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\in-categories-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php'),
(4756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\in-tags-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php'),
(4757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\login-status-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php'),
(4758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php'),
(4759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-parent-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php'),
(4760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\page-title-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php'),
(4761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php'),
(4762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-number-of-comments-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php'),
(4763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\post-title-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php'),
(4764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\time-of-the-day-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php'),
(4765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\user-registration-date-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php'),
(4766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\conditions\\user-role-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php'),
(4767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\display-conditions-control.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/display-conditions-control.php'),
(4768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\display-conditions\\module.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/module.php'),
(4769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\dynamic-value-provider.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php'),
(4770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php'),
(4771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-color.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php'),
(4772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php'),
(4773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-file.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php'),
(4774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php'),
(4775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php'),
(4776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-number.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php'),
(4777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php'),
(4778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\acf-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php'),
(4779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\base-acf-rendered-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/base-acf-rendered-tag.php'),
(4780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\acf\\tags\\base-acf-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/base-acf-tag.php'),
(4781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\components\\author-meta-filter.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php'),
(4782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php'),
(4783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\dynamic-value-provider.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php'),
(4784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php'),
(4785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-base.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php'),
(4786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php'),
(4787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php'),
(4788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php'),
(4789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php'),
(4790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-numeric.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php'),
(4791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php'),
(4792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\pods\\tags\\pods-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php'),
(4793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-description.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php'),
(4794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-meta.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php'),
(4795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php'),
(4796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\archive-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php'),
(4797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-info.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php'),
(4798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-meta.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php'),
(4799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-name.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php'),
(4800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-profile-picture.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php'),
(4801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\author-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php'),
(4802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\author-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php'),
(4803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\data-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php'),
(4804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\license-meta-trait.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/license-meta-trait.php'),
(4805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\pro-data-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/pro-data-tag.php'),
(4806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\pro-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/pro-tag.php'),
(4807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\tag-trait.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php'),
(4808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\base\\tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php'),
(4809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\comments-number.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php'),
(4810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\comments-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php'),
(4811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\contact-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php'),
(4812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\current-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php'),
(4813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\featured-image-data.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php'),
(4814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\internal-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php'),
(4815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\lightbox.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php'),
(4816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\page-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php'),
(4817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-custom-field.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php'),
(4818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php'),
(4819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-excerpt.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php'),
(4820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-featured-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php'),
(4821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php'),
(4822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-id.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php'),
(4823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-terms.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php'),
(4824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php'),
(4825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php'),
(4826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\post-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php'),
(4827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\reload-page.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/reload-page.php'),
(4828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\request-parameter.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php'),
(4829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\shortcode.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php'),
(4830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-logo.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php'),
(4831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-tagline.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php'),
(4832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php'),
(4833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\site-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php'),
(4834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\user-info.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php'),
(4835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\tags\\user-profile-picture.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php'),
(4836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php'),
(4837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-base.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php'),
(4838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php'),
(4839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php'),
(4840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php'),
(4841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php'),
(4842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\dynamic-tags\\toolset\\tags\\toolset-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php'),
(4843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\editor-one\\module.php', 'wp-content/plugins/elementor-pro/modules/editor-one/module.php'),
(4844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\element-manager\\module.php', 'wp-content/plugins/elementor-pro/modules/element-manager/module.php'),
(4845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\element-manager\\options.php', 'wp-content/plugins/elementor-pro/modules/element-manager/options.php'),
(4846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\flip-box\\module.php', 'wp-content/plugins/elementor-pro/modules/flip-box/module.php'),
(4847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\flip-box\\widgets\\flip-box.php', 'wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php'),
(4848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\base\\widget-contact-button-base-pro.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php'),
(4849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\base\\widget-floating-bars-base-pro.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php'),
(4850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-1-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php'),
(4851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-10-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php'),
(4852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-3-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php'),
(4853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-4-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php'),
(4854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-5-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php'),
(4855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-6-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php'),
(4856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-7-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php'),
(4857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-8-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php'),
(4858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\contact-buttons-var-9-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php'),
(4859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\floating-bars-var-2-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php'),
(4860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\classes\\render\\floating-bars-var-3-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php'),
(4861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\documents\\floating-buttons.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php'),
(4862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\module.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/module.php'),
(4863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-1.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php'),
(4864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-10.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php'),
(4865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-3.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php'),
(4866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-4.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php'),
(4867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-5.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php'),
(4868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-6.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php'),
(4869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-7.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php'),
(4870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-8.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php'),
(4871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\contact-buttons-var-9.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php'),
(4872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\floating-bars-var-2.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php'),
(4873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\floating-buttons\\widgets\\floating-bars-var-3.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php'),
(4874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\activecampaign.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php'),
(4875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\activity-log.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php'),
(4876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\cf7db.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php'),
(4877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\convertkit.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php'),
(4878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\discord.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/discord.php'),
(4879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\drip.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/drip.php'),
(4880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\email.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/email.php'),
(4881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\email2.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/email2.php'),
(4882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\getresponse.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php'),
(4883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailchimp.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php'),
(4884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailerlite.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php'),
(4885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailpoet.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php'),
(4886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\mailpoet3.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php'),
(4887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\redirect.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php'),
(4888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\slack.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/slack.php'),
(4889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\actions\\webhook.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php'),
(4890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\action-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php'),
(4891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\activecampaign-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php'),
(4892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\ajax-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php'),
(4893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\akismet.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php'),
(4894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\convertkit-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php'),
(4895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\drip-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php'),
(4896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\form-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php'),
(4897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\form-record.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php'),
(4898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\getresponse-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php'),
(4899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\honeypot-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php'),
(4900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\integration-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php'),
(4901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\mailchimp-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php'),
(4902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\mailerlite-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php'),
(4903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\recaptcha-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php'),
(4904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\recaptcha-v3-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php'),
(4905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\classes\\rest-client.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php'),
(4906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\controls\\fields-map.php', 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php'),
(4907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\controls\\fields-repeater.php', 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php'),
(4908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\acceptance.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php'),
(4909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\date.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/date.php'),
(4910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\field-base.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php'),
(4911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\number.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/number.php'),
(4912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\step.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/step.php'),
(4913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\tel.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/tel.php'),
(4914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\time.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/time.php'),
(4915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\fields\\upload.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/upload.php'),
(4916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\module.php', 'wp-content/plugins/elementor-pro/modules/forms/module.php'),
(4917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\registrars\\form-actions-registrar.php', 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php'),
(4918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\registrars\\form-fields-registrar.php', 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php'),
(4919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\actions\\save-to-database.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php'),
(4920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\admin-menu-items\\submissions-menu-item.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php'),
(4921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\admin-menu-items\\submissions-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php'),
(4922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\component.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/component.php'),
(4923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php'),
(4924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\export.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php'),
(4925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\forms-index.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php'),
(4926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\index.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php'),
(4927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\referer.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php'),
(4928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\endpoints\\restore.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php'),
(4929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\forms-controller.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php'),
(4930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\data\\responses\\query-failed-response.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\entities\\form-snapshot.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php'),
(4932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migration.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php'),
(4933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\base-migration.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php'),
(4934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\fix-indexes.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php'),
(4935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\initial.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php'),
(4936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\migrations\\referer-extra.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php'),
(4937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\query.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php'),
(4938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\database\\repositories\\form-snapshot-repository.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php'),
(4939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\editor-one-menu-items\\editor-one-submissions-menu-item.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/editor-one-menu-items/editor-one-submissions-menu-item.php'),
(4940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\editor-one-menu-items\\editor-one-submissions-promotion.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/editor-one-menu-items/editor-one-submissions-promotion.php'),
(4941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\export\\csv-export.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php'),
(4942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\submissions\\personal-data.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php'),
(4943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\widgets\\form.php', 'wp-content/plugins/elementor-pro/modules/forms/widgets/form.php'),
(4944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\forms\\widgets\\login.php', 'wp-content/plugins/elementor-pro/modules/forms/widgets/login.php'),
(4945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\gallery\\module.php', 'wp-content/plugins/elementor-pro/modules/gallery/module.php'),
(4946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\gallery\\widgets\\gallery.php', 'wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php'),
(4947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php'),
(4948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\documents\\widget.php', 'wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php'),
(4949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\import-export-customization\\export.php', 'wp-content/plugins/elementor-pro/modules/global-widget/import-export-customization/export.php'),
(4950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\import-export-customization\\import.php', 'wp-content/plugins/elementor-pro/modules/global-widget/import-export-customization/import.php'),
(4951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\module.php', 'wp-content/plugins/elementor-pro/modules/global-widget/module.php'),
(4952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\views\\panel-template.php', 'wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php'),
(4953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\global-widget\\widgets\\global-widget.php', 'wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php'),
(4954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\hotspot\\module.php', 'wp-content/plugins/elementor-pro/modules/hotspot/module.php'),
(4955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\hotspot\\widgets\\hotspot.php', 'wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php'),
(4956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\interactions\\hooks.php', 'wp-content/plugins/elementor-pro/modules/interactions/hooks.php'),
(4957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\interactions\\module.php', 'wp-content/plugins/elementor-pro/modules/interactions/module.php'),
(4958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\classes\\shortcode.php', 'wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php'),
(4959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\module.php', 'wp-content/plugins/elementor-pro/modules/library/module.php'),
(4960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\widgets\\template.php', 'wp-content/plugins/elementor-pro/modules/library/widgets/template.php'),
(4961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\library\\wp-widgets\\elementor-library.php', 'wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php'),
(4962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\base\\widget-link-in-bio-base-pro.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php'),
(4963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\classes\\render\\icons-below-cta-render.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php'),
(4964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\classes\\render\\single-button-cta-render.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php'),
(4965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\module.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/module.php'),
(4966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-2.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php'),
(4967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-3.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php'),
(4968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-4.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php'),
(4969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-5.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php'),
(4970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-6.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php'),
(4971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\link-in-bio\\widgets\\link-in-bio-var-7.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php'),
(4972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\assets\\images\\loop-item.svg', 'wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg'),
(4973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\documents\\loop.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php'),
(4974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-css-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php'),
(4975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-dynamic-css.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php'),
(4976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop-preview.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php'),
(4977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\files\\css\\loop.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php'),
(4978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\module.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/module.php'),
(4979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\providers\\taxonomy-loop-provider.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php'),
(4980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php'),
(4981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-post-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php'),
(4982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-post.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php'),
(4983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\skins\\skin-loop-taxonomy-base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php'),
(4984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\traits\\alternate-templates-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php'),
(4985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\views\\cta-template.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php'),
(4986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php'),
(4987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\loop-carousel.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php'),
(4988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-builder\\widgets\\loop-grid.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php'),
(4989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php'),
(4990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\endpoints\\get-post-type-taxonomies.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php'),
(4991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\data\\endpoints\\refresh-loop.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php'),
(4992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\module.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/module.php'),
(4993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\data\\query-constants.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php'),
(4994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\interfaces\\query-interface.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php'),
(4995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\hierarchy-and-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php'),
(4996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\hierarchy-or-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php'),
(4997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\query-types\\single-terms-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php'),
(4998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\taxonomy-manager.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php'),
(4999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\query\\taxonomy-query-builder.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php'),
(5000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\traits\\hierarchical-taxonomy-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php'),
(5001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\traits\\taxonomy-filter-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php'),
(5002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\loop-filter\\widgets\\taxonomy-filter.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php'),
(5003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\classes\\caption-helper.php', 'wp-content/plugins/elementor-pro/modules/lottie/classes/caption-helper.php'),
(5004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\module.php', 'wp-content/plugins/elementor-pro/modules/lottie/module.php'),
(5005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\lottie\\widgets\\lottie.php', 'wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php'),
(5006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\controls\\control-menu-dropdown-animation.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php'),
(5007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\module.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/module.php'),
(5008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\traits\\url-helper-trait.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php'),
(5009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\mega-menu\\widgets\\mega-menu.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php'),
(5010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\motion-fx\\controls-group.php', 'wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php'),
(5011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\motion-fx\\module.php', 'wp-content/plugins/elementor-pro/modules/motion-fx/module.php'),
(5012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nav-menu\\module.php', 'wp-content/plugins/elementor-pro/modules/nav-menu/module.php'),
(5013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nav-menu\\widgets\\nav-menu.php', 'wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php'),
(5014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nested-carousel\\module.php', 'wp-content/plugins/elementor-pro/modules/nested-carousel/module.php'),
(5015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\nested-carousel\\widgets\\nested-carousel.php', 'wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php'),
(5016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\admin-bar.php', 'wp-content/plugins/elementor-pro/modules/notes/admin-bar.php'),
(5017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\admin-page.php', 'wp-content/plugins/elementor-pro/modules/notes/admin-page.php'),
(5018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/notes/data/controller.php'),
(5019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\read-status-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php'),
(5020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\summary-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php'),
(5021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\data\\endpoints\\users-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php'),
(5022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-author-display-name.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php'),
(5023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-capabilities.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php'),
(5024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-note-position.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php'),
(5025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\add-route-post-id.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php'),
(5026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\migrations\\initial.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php'),
(5027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\document.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/document.php'),
(5028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\note-summary.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php'),
(5029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\note.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/note.php'),
(5030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\models\\user.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/user.php'),
(5031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\notes-database-updater.php', 'wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php'),
(5032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\query\\note-query-builder.php', 'wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php'),
(5033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\query\\user-query-builder.php', 'wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php'),
(5034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\database\\transformers\\user-transformer.php', 'wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php'),
(5035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\document-events.php', 'wp-content/plugins/elementor-pro/modules/notes/document-events.php'),
(5036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\editor-one-menu-items\\editor-one-notes-proxy-menu-item.php', 'wp-content/plugins/elementor-pro/modules/notes/editor-one-menu-items/editor-one-notes-proxy-menu-item.php'),
(5037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\module.php', 'wp-content/plugins/elementor-pro/modules/notes/module.php'),
(5038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\base-notes-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php'),
(5039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-mentioned-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php'),
(5040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-replied-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php'),
(5041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\user-resolved-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php'),
(5042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\notifications\\views\\email.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php'),
(5043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\usage.php', 'wp-content/plugins/elementor-pro/modules/notes/usage.php'),
(5044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\capabilities.php', 'wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php'),
(5045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\delete-user.php', 'wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php'),
(5046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\personal-data.php', 'wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php'),
(5047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\user\\preferences.php', 'wp-content/plugins/elementor-pro/modules/notes/user/preferences.php'),
(5048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\notes\\utils.php', 'wp-content/plugins/elementor-pro/modules/notes/utils.php'),
(5049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\module.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/module.php'),
(5050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\tag.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/tag.php'),
(5051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\off-canvas\\widgets\\off-canvas.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php'),
(5052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\page-transitions\\module.php', 'wp-content/plugins/elementor-pro/modules/page-transitions/module.php'),
(5053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\classes\\payment-button.php', 'wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php'),
(5054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\classes\\stripe-handler.php', 'wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php'),
(5055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\module.php', 'wp-content/plugins/elementor-pro/modules/payments/module.php'),
(5056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\widgets\\paypal-button.php', 'wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php'),
(5057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\payments\\widgets\\stripe-button.php', 'wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php'),
(5058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\admin-menu-items\\popups-menu-item.php', 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php'),
(5059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\admin-menu-items\\popups-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php'),
(5060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\browsers.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg'),
(5061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\devices.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg'),
(5062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\logged_in.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg'),
(5063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\page_views.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg'),
(5064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\schedule.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg'),
(5065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\sessions.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg'),
(5066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\sources.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg'),
(5067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\times.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg'),
(5068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing\\url.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg'),
(5069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\timing-tab.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg'),
(5070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\adblock_detection.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/adblock_detection.svg'),
(5071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\click.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg'),
(5072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\exit_intent.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg'),
(5073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\inactivity.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg'),
(5074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\page_load.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg'),
(5075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\scrolling.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg'),
(5076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers\\scrolling_to.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg'),
(5077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\assets\\images\\triggers-tab.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg'),
(5078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\base.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php'),
(5079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\timing.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php'),
(5080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\display-settings\\triggers.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php'),
(5081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\document.php', 'wp-content/plugins/elementor-pro/modules/popup/document.php'),
(5082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\editor-one-menu-items\\editor-one-popups-menu-item.php', 'wp-content/plugins/elementor-pro/modules/popup/editor-one-menu-items/editor-one-popups-menu-item.php'),
(5083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\editor-one-menu-items\\editor-one-popups-promotion.php', 'wp-content/plugins/elementor-pro/modules/popup/editor-one-menu-items/editor-one-popups-promotion.php'),
(5084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\form-action.php', 'wp-content/plugins/elementor-pro/modules/popup/form-action.php'),
(5085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\module.php', 'wp-content/plugins/elementor-pro/modules/popup/module.php'),
(5086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\popup\\tag.php', 'wp-content/plugins/elementor-pro/modules/popup/tag.php'),
(5087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/posts/data/controller.php'),
(5088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\module.php', 'wp-content/plugins/elementor-pro/modules/posts/module.php'),
(5089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-base.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php'),
(5090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-cards.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php'),
(5091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-classic.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php'),
(5092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-content-base.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php'),
(5093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\skins\\skin-full-content.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php'),
(5094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\button-widget-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php'),
(5095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\pagination-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php'),
(5096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\traits\\query-note-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php'),
(5097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\portfolio.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php'),
(5098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\posts-base.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php'),
(5099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\posts\\widgets\\posts.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php'),
(5100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\module.php', 'wp-content/plugins/elementor-pro/modules/pricing/module.php'),
(5101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\widgets\\price-list.php', 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php'),
(5102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\pricing\\widgets\\price-table.php', 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php'),
(5103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\progress-tracker\\module.php', 'wp-content/plugins/elementor-pro/modules/progress-tracker/module.php'),
(5104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\progress-tracker\\widgets\\progress-tracker.php', 'wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php'),
(5105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\classes\\elementor-post-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php'),
(5106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\classes\\elementor-related-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php'),
(5107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-posts.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php'),
(5108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php'),
(5109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-related.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php'),
(5110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\group-control-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php'),
(5111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/query.php'),
(5112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\controls\\template-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php'),
(5113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\query-control\\module.php', 'wp-content/plugins/elementor-pro/modules/query-control/module.php'),
(5114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\role-manager\\module.php', 'wp-content/plugins/elementor-pro/modules/role-manager/module.php'),
(5115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\module.php', 'wp-content/plugins/elementor-pro/modules/screenshots/module.php'),
(5116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\render-mode-screenshot.php', 'wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php'),
(5117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\screenshots\\screenshot.php', 'wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php'),
(5118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\scroll-snap\\module.php', 'wp-content/plugins/elementor-pro/modules/scroll-snap/module.php'),
(5119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\data\\controller.php', 'wp-content/plugins/elementor-pro/modules/search/data/controller.php'),
(5120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\data\\endpoints\\refresh-search.php', 'wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php'),
(5121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\module.php', 'wp-content/plugins/elementor-pro/modules/search/module.php'),
(5122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\search\\widgets\\search.php', 'wp-content/plugins/elementor-pro/modules/search/widgets/search.php'),
(5123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\share-buttons\\module.php', 'wp-content/plugins/elementor-pro/modules/share-buttons/module.php'),
(5124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\share-buttons\\widgets\\share-buttons.php', 'wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php'),
(5125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\controls\\control-slides-animation.php', 'wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php'),
(5126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\module.php', 'wp-content/plugins/elementor-pro/modules/slides/module.php'),
(5127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\slides\\widgets\\slides.php', 'wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php'),
(5128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\classes\\facebook-sdk-manager.php', 'wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php'),
(5129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\module.php', 'wp-content/plugins/elementor-pro/modules/social/module.php'),
(5130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-button.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php'),
(5131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-comments.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php'),
(5132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-embed.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php'),
(5133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\social\\widgets\\facebook-page.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php'),
(5134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\sticky\\module.php', 'wp-content/plugins/elementor-pro/modules/sticky/module.php'),
(5135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\table-of-contents\\module.php', 'wp-content/plugins/elementor-pro/modules/table-of-contents/module.php'),
(5136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\table-of-contents\\widgets\\table-of-contents.php', 'wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php'),
(5137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\admin-menu-items\\theme-builder-menu-item.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php'),
(5138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\api.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/api.php'),
(5139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\assets\\images\\conditions-tab.svg', 'wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg'),
(5140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-cache.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php'),
(5141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php'),
(5142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\conditions-repeater.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php'),
(5143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\control-media-preview.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php'),
(5144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\locations-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php'),
(5145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\preview-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php'),
(5146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\template-conditions.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php'),
(5147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\templates-types-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php'),
(5148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\classes\\theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php'),
(5149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\any-child-of-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php'),
(5150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\any-child-of.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php'),
(5151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php'),
(5152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php'),
(5153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\by-author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php'),
(5154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\child-of-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php'),
(5155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\child-of.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php'),
(5156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\condition-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php'),
(5157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\date.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php'),
(5158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\front-page.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php'),
(5159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\general.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php'),
(5160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\in-sub-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php'),
(5161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\in-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php'),
(5162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\not-found404.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php'),
(5163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post-type-archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php'),
(5164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post-type-by-author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php'),
(5165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\post.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php'),
(5166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\search.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php'),
(5167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\singular.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php'),
(5168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\conditions\\taxonomy.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php'),
(5169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\archive-single-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php'),
(5170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php'),
(5171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\error-404.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php'),
(5172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\footer.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php'),
(5173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\header-footer-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php'),
(5174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\header.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\search-results.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php'),
(5176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\section.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php'),
(5177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php'),
(5178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-page.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php'),
(5179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single-post.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php'),
(5180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\single.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php'),
(5181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php'),
(5182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-page-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php'),
(5183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\documents\\theme-section-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php'),
(5184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\editor-one-menu-items\\editor-one-theme-builder-menu-item.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/editor-one-menu-items/editor-one-theme-builder-menu-item.php'),
(5185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\export.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/export.php'),
(5186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\import.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/import.php'),
(5187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\import-export-customization\\revert.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/import-export-customization/revert.php'),
(5188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\module.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/module.php'),
(5189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\post-comments-skin-classic.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php'),
(5190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php'),
(5191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-cards.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php'),
(5192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-classic.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php'),
(5193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\skins\\posts-archive-skin-full-content.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php'),
(5194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\theme-support\\generate-press-theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php'),
(5195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\theme-support\\safe-mode-theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php'),
(5196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\comments-template.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php'),
(5197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\panel-template.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php'),
(5198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\theme-support-footer.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php'),
(5199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\views\\theme-support-header.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php'),
(5200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\archive-posts.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php'),
(5201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\archive-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php'),
(5202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\page-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php'),
(5203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-content.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php'),
(5204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-excerpt.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php'),
(5205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-featured-image.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php'),
(5206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\post-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php'),
(5207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\site-logo.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php'),
(5208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\site-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php'),
(5209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-builder\\widgets\\title-widget-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php'),
(5210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\module.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/module.php'),
(5211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\author-box.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php'),
(5212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\base.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php'),
(5213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\breadcrumbs.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php'),
(5214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-comments.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php'),
(5215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-info.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php'),
(5216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\post-navigation.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php'),
(5217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\search-form.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php'),
(5218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\theme-elements\\widgets\\sitemap.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php'),
(5219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\admin-menu-items\\base-promotion-item.php', 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php'),
(5220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\admin-menu-items\\base-promotion-template.php', 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php'),
(5221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\tiers\\module.php', 'wp-content/plugins/elementor-pro/modules/tiers/module.php'),
(5222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\transitions\\module.php', 'wp-content/plugins/elementor-pro/modules/transitions/module.php'),
(5223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\features-reporter.php', 'wp-content/plugins/elementor-pro/modules/usage/features-reporter.php'),
(5224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\integrations-reporter.php', 'wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php'),
(5225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\usage\\module.php', 'wp-content/plugins/elementor-pro/modules/usage/module.php'),
(5226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\classes\\style-schema.php', 'wp-content/plugins/elementor-pro/modules/variables/classes/style-schema.php'),
(5227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\hooks.php', 'wp-content/plugins/elementor-pro/modules/variables/hooks.php'),
(5228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\module.php', 'wp-content/plugins/elementor-pro/modules/variables/module.php'),
(5229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\variables\\prop-types\\size-variable-prop-type.php', 'wp-content/plugins/elementor-pro/modules/variables/prop-types/size-variable-prop-type.php'),
(5230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\video-playlist\\module.php', 'wp-content/plugins/elementor-pro/modules/video-playlist/module.php'),
(5231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\video-playlist\\widgets\\video-playlist.php', 'wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php'),
(5232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\base-products-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php'),
(5233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\current-query-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php'),
(5234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\classes\\products-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php'),
(5235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\product-archive.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php'),
(5236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\product-search.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php'),
(5237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\shop-page.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php'),
(5238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\conditions\\woocommerce.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php'),
(5239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product-archive.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php'),
(5240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product-post.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php'),
(5241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\documents\\product.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php'),
(5242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\import-export-customization\\woocommerce-settings-revert.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/import-export-customization/woocommerce-settings-revert.php'),
(5243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\import-export-customization\\woocommerce-settings.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/import-export-customization/woocommerce-settings.php'),
(5244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\module.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/module.php'),
(5245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\settings\\settings-woocommerce.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php'),
(5246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-classic.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php'),
(5247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-loop-product-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php'),
(5248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\skins\\skin-loop-product.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php'),
(5249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\base-data-tag.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php'),
(5250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\base-tag.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php'),
(5251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\category-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php'),
(5252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-content.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php'),
(5253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-gallery.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php'),
(5254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php'),
(5255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-price.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php'),
(5256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-rating.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php'),
(5257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-sale.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php'),
(5258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-short-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php'),
(5259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-sku.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php'),
(5260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-stock.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php'),
(5261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-terms.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php'),
(5262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\product-title.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php'),
(5263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\traits\\tag-product-id.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php'),
(5264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\tags\\woocommerce-add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php'),
(5265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\traits\\product-id-trait.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php'),
(5266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\traits\\products-trait.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php'),
(5267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\wc-templates\\cart\\mini-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php'),
(5268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php'),
(5269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php'),
(5270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-products-deprecated.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php'),
(5271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\archive-products.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php'),
(5272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\base-widget.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php'),
(5273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\breadcrumb.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php'),
(5274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php'),
(5275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\categories.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php'),
(5276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\category-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php'),
(5277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\checkout.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php'),
(5278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\elements.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php'),
(5279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\menu-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php'),
(5280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\my-account.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php'),
(5281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\notices.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php'),
(5282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php'),
(5283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-additional-information.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php'),
(5284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-content.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php'),
(5285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-data-tabs.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php'),
(5286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-images.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php'),
(5287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-meta.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php'),
(5288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-price.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php'),
(5289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-rating.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php'),
(5290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-related.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php'),
(5291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-short-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php'),
(5292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-stock.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php'),
(5293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-title.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php'),
(5294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\product-upsell.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php'),
(5295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products-base.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php'),
(5296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products-deprecated.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php'),
(5297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\products.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php'),
(5298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\purchase-summary.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php'),
(5299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\woocommerce\\widgets\\single-elements.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php'),
(5300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\license-command.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php'),
(5301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\module.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/module.php'),
(5302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\theme-builder.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php'),
(5303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\modules\\wp-cli\\update.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/update.php'),
(5304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\plugin.php', 'wp-content/plugins/elementor-pro/plugin.php'),
(5305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\run-on-linux.js', 'wp-content/plugins/elementor-pro/run-on-linux.js'),
(5306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\autoload.php', 'wp-content/plugins/elementor-pro/vendor/autoload.php'),
(5307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php'),
(5308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php'),
(5309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php'),
(5310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php'),
(5311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php'),
(5312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php'),
(5313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php'),
(5314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\elementor-pro\\vendor\\composer\\installed.php', 'wp-content/plugins/elementor-pro/vendor/composer/installed.php'),
(5315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\css\\admin-notifications.css', 'wp-content/plugins/feeds-for-tiktok/assets/css/admin-notifications.css'),
(5316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\css\\sbtt-oauth.css', 'wp-content/plugins/feeds-for-tiktok/assets/css/sbtt-oauth.css'),
(5317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\balloon.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/balloon.svg'),
(5318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-bell.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-bell.svg'),
(5319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-carousel-next.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-carousel-next.svg'),
(5320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-carousel-prev.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-carousel-prev.svg'),
(5321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-dismiss-icon.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-dismiss-icon.svg'),
(5322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-gdpr-avatar-placeholder.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-gdpr-avatar-placeholder.svg'),
(5323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-gdpr-placeholder.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-gdpr-placeholder.svg'),
(5324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-icon.png', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-icon.png'),
(5325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\images\\sbtt-icon.svg', 'wp-content/plugins/feeds-for-tiktok/assets/images/sbtt-icon.svg'),
(5326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\js\\admin-notifications.js', 'wp-content/plugins/feeds-for-tiktok/assets/js/admin-notifications.js'),
(5327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\assets\\js\\oauth-fragment-handler.js', 'wp-content/plugins/feeds-for-tiktok/assets/js/oauth-fragment-handler.js'),
(5328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\bootstrap.php', 'wp-content/plugins/feeds-for-tiktok/bootstrap.php'),
(5329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\constants.php', 'wp-content/plugins/feeds-for-tiktok/constants.php'),
(5330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\crowdin.yml', 'wp-content/plugins/feeds-for-tiktok/crowdin.yml'),
(5331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\feeds-for-tiktok.php', 'wp-content/plugins/feeds-for-tiktok/feeds-for-tiktok.php'),
(5332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\AboutBuilder.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/AboutBuilder.php'),
(5333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\Blocks.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/Blocks.php'),
(5334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\MenuService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/MenuService.php'),
(5335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Admin\\SupportBuilder.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Admin/SupportBuilder.php'),
(5336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\AuthorizationStatusCheck.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/AuthorizationStatusCheck.php'),
(5337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Config\\Proxy.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Config/Proxy.php'),
(5338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Container.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Container.php'),
(5339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\FeedBuilder.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/FeedBuilder.php'),
(5340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\Tabs\\CustomizeTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/Tabs/CustomizeTab.php'),
(5341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Customizer\\Tabs\\SettingsTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Customizer/Tabs/SettingsTab.php'),
(5342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\DBManager.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/DBManager.php'),
(5343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedCacheTable.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedCacheTable.php'),
(5344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedLocatorTable.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedLocatorTable.php'),
(5345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\FeedsTable.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/FeedsTable.php'),
(5346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Migrations\\Migration.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Migrations/Migration.php'),
(5347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Migrations\\SourcesScopeFieldUpdate.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Migrations/SourcesScopeFieldUpdate.php'),
(5348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\PostsTable.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/PostsTable.php'),
(5349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\SourcesTable.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/SourcesTable.php'),
(5350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Database\\Table.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Database/Table.php'),
(5351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Feed.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Feed.php'),
(5352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedCache.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedCache.php'),
(5353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedParse.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedParse.php'),
(5354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\FeedSettings.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/FeedSettings.php'),
(5355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\InstallSkin.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/InstallSkin.php'),
(5356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\PluginSilentUpgrader.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/PluginSilentUpgrader.php'),
(5357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Helpers\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Helpers/PluginSilentUpgraderSkin.php'),
(5358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\FeedAnalytics.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/FeedAnalytics.php'),
(5359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\GDPR\\GDPRIntegrations.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/GDPR/GDPRIntegrations.php'),
(5360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Integrations\\WPCode.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Integrations/WPCode.php'),
(5361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Relay\\Relay.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Relay/Relay.php'),
(5362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Relay\\RemoteRequest.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Relay/RemoteRequest.php'),
(5363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\ServiceContainer.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/ServiceContainer.php'),
(5364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ActionHooksService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ActionHooksService.php'),
(5365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ActivationService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ActivationService.php'),
(5366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\AjaxHandlerService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/AjaxHandlerService.php'),
(5367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\DBManagerService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/DBManagerService.php'),
(5368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\DeactivationService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/DeactivationService.php'),
(5369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\NewUserService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/NewUserService.php'),
(5370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\NotificationService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/NotificationService.php'),
(5371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\PluginInstallerService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/PluginInstallerService.php'),
(5372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\PluginUpgraderService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/PluginUpgraderService.php'),
(5373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\SettingsManagerService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/SettingsManagerService.php'),
(5374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\ShortcodeService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/ShortcodeService.php'),
(5375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\UninstallService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/UninstallService.php'),
(5376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\RoutineManagerService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/RoutineManagerService.php'),
(5377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\FeedUpdateRoutine.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/FeedUpdateRoutine.php'),
(5378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\RefreshTokenRoutine.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/RefreshTokenRoutine.php'),
(5379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\RegisterWebsiteRoutine.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/RegisterWebsiteRoutine.php'),
(5380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/Upgrade/Routines/UpgradeRoutine.php'),
(5381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Services\\UsageTrackingService.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Services/UsageTrackingService.php'),
(5382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\SettingsBuilder.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/SettingsBuilder.php'),
(5383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\AdvancedTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/AdvancedTab.php'),
(5384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\CodeSnippetsTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/CodeSnippetsTab.php'),
(5385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\FeedsTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/FeedsTab.php'),
(5386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Settings\\Tabs\\GeneralTab.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Settings/Tabs/GeneralTab.php'),
(5387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Utils\\SbttFunctions.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Utils/SbttFunctions.php'),
(5388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\inc\\Common\\Utils\\Utils.php', 'wp-content/plugins/feeds-for-tiktok/inc/Common/Utils/Utils.php'),
(5389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\index.php', 'wp-content/plugins/feeds-for-tiktok/index.php'),
(5390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE-9037c3c8687106295b0c224921ff602f.json'),
(5391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE-a39fe277433fabe96ee317f7ebddd234.json'),
(5392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE.mo'),
(5393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-de_DE.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-de_DE.po'),
(5394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES-9037c3c8687106295b0c224921ff602f.json'),
(5395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES-a39fe277433fabe96ee317f7ebddd234.json'),
(5396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES.mo'),
(5397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-es_ES.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-es_ES.po'),
(5398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR-9037c3c8687106295b0c224921ff602f.json'),
(5399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR-a39fe277433fabe96ee317f7ebddd234.json'),
(5400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR.mo'),
(5401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-fr_FR.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-fr_FR.po'),
(5402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT-9037c3c8687106295b0c224921ff602f.json'),
(5403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT-a39fe277433fabe96ee317f7ebddd234.json'),
(5404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT.mo'),
(5405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-it_IT.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-it_IT.po'),
(5406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja-9037c3c8687106295b0c224921ff602f.json'),
(5407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja-a39fe277433fabe96ee317f7ebddd234.json'),
(5408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja.mo'),
(5409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ja.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ja.po'),
(5410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL-9037c3c8687106295b0c224921ff602f.json'),
(5411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL-a39fe277433fabe96ee317f7ebddd234.json'),
(5412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL.mo'),
(5413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-nl_NL.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-nl_NL.po'),
(5414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL-9037c3c8687106295b0c224921ff602f.json'),
(5415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL-a39fe277433fabe96ee317f7ebddd234.json'),
(5416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL.mo'),
(5417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pl_PL.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pl_PL.po'),
(5418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR-9037c3c8687106295b0c224921ff602f.json');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR-a39fe277433fabe96ee317f7ebddd234.json'),
(5420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR.mo'),
(5421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-pt_BR.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-pt_BR.po'),
(5422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU-9037c3c8687106295b0c224921ff602f.json'),
(5423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU-a39fe277433fabe96ee317f7ebddd234.json'),
(5424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU.mo'),
(5425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-ru_RU.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-ru_RU.po'),
(5426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR-9037c3c8687106295b0c224921ff602f.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR-9037c3c8687106295b0c224921ff602f.json'),
(5427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR-a39fe277433fabe96ee317f7ebddd234.json'),
(5428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR.mo', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR.mo'),
(5429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok-tr_TR.po', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok-tr_TR.po'),
(5430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\languages\\feeds-for-tiktok.pot', 'wp-content/plugins/feeds-for-tiktok/languages/feeds-for-tiktok.pot'),
(5431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\readme.txt', 'wp-content/plugins/feeds-for-tiktok/readme.txt'),
(5432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\autoload.php', 'wp-content/plugins/feeds-for-tiktok/vendor/autoload.php'),
(5433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/ClassLoader.php'),
(5434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/InstalledVersions.php'),
(5435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\LICENSE', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/LICENSE'),
(5436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_classmap.php'),
(5437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_files.php'),
(5438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_namespaces.php'),
(5439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_psr4.php'),
(5440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_real.php'),
(5441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/autoload_static.php'),
(5442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\installed.json', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/installed.json'),
(5443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\installed.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/installed.php'),
(5444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\composer\\platform_check.php', 'wp-content/plugins/feeds-for-tiktok/vendor/composer/platform_check.php'),
(5445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/LICENSE.md'),
(5446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/README.md'),
(5447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/composer.json'),
(5448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(5449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(5450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(5451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(5452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(5453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(5454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(5455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(5456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(5457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(5458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(5459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(5460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(5461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/feeds-for-tiktok/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(5462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/LICENSE'),
(5463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/README.md'),
(5464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/composer.json'),
(5465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/CallableResolver.php'),
(5466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(5467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(5468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(5469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Invoker.php'),
(5470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/InvokerInterface.php'),
(5471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(5472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(5473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(5474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(5475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(5476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(5477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(5478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(5479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(5480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/LICENSE'),
(5481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/README.md'),
(5482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/composer.json'),
(5483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(5484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(5485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(5486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/feeds-for-tiktok/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(5487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/LICENSE'),
(5488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/README.md'),
(5489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/composer.json'),
(5490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/ContainerExceptionInterface.php'),
(5491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/ContainerInterface.php'),
(5492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(5493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\scoper-autoload.php', 'wp-content/plugins/feeds-for-tiktok/vendor/scoper-autoload.php'),
(5494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\About_Builder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/About_Builder.php'),
(5495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Config\\Proxy.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Config/Proxy.php'),
(5496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Config.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Config.php'),
(5497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Container.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Container.php'),
(5498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\CustomizerBootstrapService.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/CustomizerBootstrapService.php'),
(5499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Feed_Builder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Feed_Builder.php'),
(5500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\PreviewProvider.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/PreviewProvider.php'),
(5501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\ProxyProvider.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/ProxyProvider.php'),
(5502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_SettingsPage_Tab.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_SettingsPage_Tab.php'),
(5503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_Sidebar_Tab.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_Sidebar_Tab.php'),
(5504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\SB_Utils.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/SB_Utils.php'),
(5505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\ServiceContainer.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/ServiceContainer.php'),
(5506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Settings_Builder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Settings_Builder.php'),
(5507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\app\\V3\\Support_Builder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/app/V3/Support_Builder.php'),
(5508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\add.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/add.svg'),
(5509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addpage.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addpage.svg'),
(5510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addwidget.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addwidget.svg'),
(5511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookopen.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookopen.svg'),
(5512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookplus.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookplus.svg'),
(5513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bounding-box.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bounding-box.svg'),
(5514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cards-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cards-template.svg'),
(5515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel-template.svg'),
(5516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel.svg'),
(5517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carret-down.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carret-down.svg'),
(5518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\centeralign.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/centeralign.svg'),
(5519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\checked.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/checked.svg'),
(5520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-bottom.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-bottom.svg'),
(5521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-left.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-left.svg'),
(5522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-right.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-right.svg'),
(5523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-top.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-top.svg'),
(5524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\close.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/close.svg'),
(5525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\code.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/code.svg'),
(5526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cog.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cog.svg'),
(5527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\colorpalette.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/colorpalette.svg'),
(5528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\comment.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/comment.svg'),
(5529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\copy.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/copy.svg'),
(5530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\default-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/default-template.svg'),
(5531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\desktop.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/desktop.svg'),
(5532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\diagonal-arrow.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/diagonal-arrow.svg'),
(5533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-left.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-left.svg'),
(5534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-right.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-right.svg'),
(5535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download-install.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download-install.svg'),
(5536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download.svg'),
(5537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\duplicate.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/duplicate.svg'),
(5538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\exclamation.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/exclamation.svg'),
(5539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.png'),
(5540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.svg'),
(5541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook.svg'),
(5542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\filter.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/filter.svg'),
(5543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\full-logo.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/full-logo.svg'),
(5544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gallery-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gallery-template.svg'),
(5545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gallery.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gallery.svg'),
(5546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\globe.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/globe.svg'),
(5547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid.svg'),
(5548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\header.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/header.svg'),
(5549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\help.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/help.svg'),
(5550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\horizontalspacing.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/horizontalspacing.svg'),
(5551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\import.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/import.svg'),
(5552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\info.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/info.svg'),
(5553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\justifyalign.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/justifyalign.svg'),
(5554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\key.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/key.svg'),
(5555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\latest_video-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/latest_video-template.svg'),
(5556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\layout.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/layout.svg'),
(5557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\leftalign.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/leftalign.svg'),
(5558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list-template.svg'),
(5559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list.svg'),
(5560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loadbutton.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loadbutton.svg'),
(5561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loader.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loader.svg'),
(5562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo-white.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo-white.svg'),
(5563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo.svg'),
(5564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry.svg'),
(5565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\mobile.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/mobile.svg'),
(5566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\moon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/moon.svg'),
(5567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\newLoader.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/newLoader.svg'),
(5568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notice.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notice.svg'),
(5569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\own_timeline.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/own_timeline.svg'),
(5570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\pen.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/pen.svg'),
(5571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plus.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plus.svg'),
(5572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-boxed.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-boxed.svg'),
(5573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-regular.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-regular.svg'),
(5574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\regular.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/regular.svg'),
(5575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reset.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reset.svg'),
(5576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews.svg'),
(5577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rightalign.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rightalign.svg'),
(5578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket.svg'),
(5579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocketicon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocketicon.svg'),
(5580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\screen-download.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/screen-download.svg'),
(5581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\search.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/search.svg'),
(5582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\showcase_carousel-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/showcase_carousel-template.svg'),
(5583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sort.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sort.svg'),
(5584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sorting.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sorting.svg'),
(5585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sourcesadd.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sourcesadd.svg'),
(5586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\star.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/star.svg'),
(5587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\success.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/success.svg'),
(5588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sun.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sun.svg'),
(5589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\support.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/support.svg'),
(5590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tablet.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tablet.svg'),
(5591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tag.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tag.svg'),
(5592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\templates.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/templates.svg'),
(5593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\theme.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/theme.svg'),
(5594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tiktok-feeds-icon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tiktok-feeds-icon.svg'),
(5595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tiktok-smash.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tiktok-smash.svg'),
(5596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\translate.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/translate.svg'),
(5597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trash.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trash.svg'),
(5598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\typography.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/typography.svg'),
(5599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verticalspacing.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verticalspacing.svg'),
(5600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\video-player.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/video-player.svg'),
(5601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-1.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-1.svg'),
(5602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-2.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-2.svg'),
(5603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\widget-template.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/widget-template.svg'),
(5604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wpcode.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wpcode.svg'),
(5605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\access-bundle.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/access-bundle.svg'),
(5606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\all-layouts.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/all-layouts.png'),
(5607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\any-user-timeline.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/any-user-timeline.png'),
(5608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\avatar.jpg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/avatar.jpg'),
(5609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-icon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-icon.svg'),
(5610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\in-depth-filtering.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/in-depth-filtering.png'),
(5611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\insta-icon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/insta-icon.svg');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-mi.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-mi.png'),
(5613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-om.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-om.png'),
(5614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-rp.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-rp.png'),
(5615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-seo.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-seo.png'),
(5616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-smtp.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-smtp.png'),
(5617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-wpforms.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-wpforms.png'),
(5618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\social-wall-graphic.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/social-wall-graphic.png'),
(5619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\support-team.jpg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/support-team.jpg'),
(5620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\team-avatar.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/team-avatar.png'),
(5621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\twitter-icon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/twitter-icon.svg'),
(5622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-advanced-layouts.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-advanced-layouts.png'),
(5623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-boxed-layouts.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-boxed-layouts.png'),
(5624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-card-sort.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-card-sort.png'),
(5625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-header-elements.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-header-elements.png'),
(5626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-inline-player.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-inline-player.png'),
(5627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-loadmore.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-loadmore.png'),
(5628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-more-frequent-updates.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-more-frequent-updates.png'),
(5629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-multiple-feeds.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-multiple-feeds.png'),
(5630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-multiple-sources.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-multiple-sources.png'),
(5631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-one-click-templates.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-one-click-templates.png'),
(5632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-post-elements.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-post-elements.png'),
(5633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-sort-likes-views.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-sort-likes-views.png'),
(5634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-sort-random.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-sort-random.png'),
(5635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-word-filters.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-word-filters.png'),
(5636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\video-likes-description.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/video-likes-description.png'),
(5637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\youtube-icon.svg', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/youtube-icon.svg'),
(5638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\js\\date_i18n.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/js/date_i18n.js'),
(5639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\asset-manifest.json', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/asset-manifest.json'),
(5640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\favicon.ico', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/favicon.ico'),
(5641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\index.html', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/index.html'),
(5642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\public\\index.html', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/public/index.html'),
(5643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\robots.txt', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/robots.txt'),
(5644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css'),
(5645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css.map', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css.map'),
(5646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\tikTokFeed.css', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/tikTokFeed.css'),
(5647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\tikTokFeed.css.map', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/tikTokFeed.css.map'),
(5648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\images\\owl.video.play.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/images/owl.video.play.png'),
(5649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js'),
(5650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.LICENSE.txt', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.LICENSE.txt'),
(5651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.map', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.map'),
(5652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js'),
(5653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js.LICENSE.txt', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js.LICENSE.txt'),
(5654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\tikTokFeed.js.map', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/tikTokFeed.js.map'),
(5655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\media\\owl.video.play.f58194cc839da0199212.png', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/media/owl.video.play.f58194cc839da0199212.png'),
(5656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(5657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(5658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/README.md'),
(5659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\package.json', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/package.json'),
(5660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\blocks.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/blocks.js'),
(5661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\index.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/index.js'),
(5662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\faux-blocks\\modal.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/faux-blocks/modal.js'),
(5663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\blocks.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/blocks.js'),
(5664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\cta.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/cta.js'),
(5665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\index.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/index.js'),
(5666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\feed-blocks\\upsells.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/feed-blocks/upsells.js'),
(5667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\icons.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/icons.js'),
(5668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.js'),
(5669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\index.test.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/index.test.js'),
(5670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\blocks\\src\\styles.module.css', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/blocks/src/styles.module.css'),
(5671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(5672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(5673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(5674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\package.json', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/package.json'),
(5675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\blocks.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/blocks.js'),
(5676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\edit.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/edit.js'),
(5677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\editor.scss', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/editor.scss'),
(5678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\icons.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/icons.js'),
(5679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\index.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/index.js'),
(5680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Blocks\\src\\preview.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Blocks/src/preview.js'),
(5681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(5682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(5683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(5684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(5685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(5686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(5687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/I18n/I18n.php'),
(5688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(5689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(5690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(5691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(5692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(5693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(5694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(5695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/README.md'),
(5696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(5697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(5698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(5699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(5700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(5701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/README.md'),
(5702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(5703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(5704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(5705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(5706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(5707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(5708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(5709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(5710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(5711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(5712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(5713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(5714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(5715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(5716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(5717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(5718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(5719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(5720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(5721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(5722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(5723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(5724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(5725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(5726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(5727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(5728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(5729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(5730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(5731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(5732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(5733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(5734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(5735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(5736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(5737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(5738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(5739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(5740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(5741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(5742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(5743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(5744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(5745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(5746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(5747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(5748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(5749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(5750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(5751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(5752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(5753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(5754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(5755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(5756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(5757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(5758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(5759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(5760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(5761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(5762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/README.md'),
(5763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(5764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(5765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(5766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php'),
(5767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(5768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(5769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(5770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(5771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(5772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/Utilities/functions.php'),
(5773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/composer.json'),
(5774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\crowdin.yaml', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/crowdin.yaml'),
(5775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\framework\\phpcs.xml', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/framework/phpcs.xml'),
(5776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\README.md', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/README.md'),
(5777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\composer.json', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/composer.json'),
(5778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\composer.lock', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/composer.lock'),
(5779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Services/ServiceProvider.php'),
(5780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php'),
(5781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 'wp-content/plugins/feeds-for-tiktok/vendor/smashballoon/stubs/src/Traits/Singleton.php'),
(5782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-tiktok\\wpml-config.xml', 'wp-content/plugins/feeds-for-tiktok/wpml-config.xml'),
(5783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\README.txt', 'wp-content/plugins/feeds-for-youtube/README.txt'),
(5784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\activation.php', 'wp-content/plugins/feeds-for-youtube/activation.php'),
(5785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\admin\\templates\\settings\\index.php', 'wp-content/plugins/feeds-for-youtube/admin/templates/settings/index.php'),
(5786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\bootstrap.php', 'wp-content/plugins/feeds-for-youtube/bootstrap.php'),
(5787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\.yarn\\install-state.gz', 'wp-content/plugins/feeds-for-youtube/frontend/.yarn/install-state.gz'),
(5788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\.yarnrc.yml', 'wp-content/plugins/feeds-for-youtube/frontend/.yarnrc.yml'),
(5789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\asset-manifest.json', 'wp-content/plugins/feeds-for-youtube/frontend/build/asset-manifest.json'),
(5790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\index.html', 'wp-content/plugins/feeds-for-youtube/frontend/build/index.html'),
(5791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\css\\main.css', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/css/main.css'),
(5792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-mi.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-mi.png'),
(5793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-om.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-om.png'),
(5794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-push.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-push.png');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-rp.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-rp.png'),
(5796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-seedprod.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-seedprod.png'),
(5797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-seo.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-seo.png'),
(5798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-smtp.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-smtp.png'),
(5799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\plugin-wpforms.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/plugin-wpforms.png'),
(5800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\support-members.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/support-members.png'),
(5801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\team-avatar.png', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/team-avatar.png'),
(5802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\upgrade-to-pro.jpg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/upgrade-to-pro.jpg'),
(5803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\images\\welcome-setup.jpg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/images/welcome-setup.jpg'),
(5804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\js\\main.js', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/js/main.js'),
(5805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\js\\main.js.LICENSE.txt', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/js/main.js.LICENSE.txt'),
(5806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\add_new.39b2fe06d58377165107ef987e6ab034.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/add_new.39b2fe06d58377165107ef987e6ab034.svg'),
(5807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\ads-click.f384fbfac796bfa2d70d7c46ae97bec3.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/ads-click.f384fbfac796bfa2d70d7c46ae97bec3.svg'),
(5808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\alert.5655194eb514d0511fd3f50b6aca0708.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/alert.5655194eb514d0511fd3f50b6aca0708.svg'),
(5809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angle_left.000e4e3b6859a63455c703a577e4519d.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angle_left.000e4e3b6859a63455c703a577e4519d.svg'),
(5810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angle_right.4b54ab6cabca88ad545c60abe4ca15d0.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angle_right.4b54ab6cabca88ad545c60abe4ca15d0.svg'),
(5811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\angleup.74dceadaed0ef6610e21d2b772001b6f.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/angleup.74dceadaed0ef6610e21d2b772001b6f.svg'),
(5812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\arrow-up-right.90241f420896d72fdadff85d50738f2f.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/arrow-up-right.90241f420896d72fdadff85d50738f2f.svg'),
(5813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\book-icon.86a0a5dd42a65335271ba228b5e736e8.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/book-icon.86a0a5dd42a65335271ba228b5e736e8.svg'),
(5814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\box.33f968463548bb98b83c1723ce346039.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/box.33f968463548bb98b83c1723ce346039.svg'),
(5815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\chat-bubble.3adab45f70333c0d0b95a49e2cece542.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/chat-bubble.3adab45f70333c0d0b95a49e2cece542.svg'),
(5816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\check-circle.c05e58f52e03e272d4137b1c35b1a814.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/check-circle.c05e58f52e03e272d4137b1c35b1a814.svg'),
(5817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\checkmark-dark.d2dfd0eaa6cd3afae58ab768f263b38e.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/checkmark-dark.d2dfd0eaa6cd3afae58ab768f263b38e.svg'),
(5818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\checkmark.82b67373bc96ad542aed04168c2913c4.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/checkmark.82b67373bc96ad542aed04168c2913c4.svg'),
(5819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\circular_arrows.7441f827664c3d595e7a10813ee3f5f3.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/circular_arrows.7441f827664c3d595e7a10813ee3f5f3.svg'),
(5820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\close.db118fdf2a7bf259f434e7161a565775.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/close.db118fdf2a7bf259f434e7161a565775.svg'),
(5821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\cloud-lightning.9df10a32d1ab9d921a8cfc21871cc96b.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/cloud-lightning.9df10a32d1ab9d921a8cfc21871cc96b.svg'),
(5822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\cog.d7efe9b3b7c3a7dcbeb907863b7eebfa.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/cog.d7efe9b3b7c3a7dcbeb907863b7eebfa.svg'),
(5823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\convert-to-text.6864d3c9cd343ce5df3eb5ca9dfda8d6.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/convert-to-text.6864d3c9cd343ce5df3eb5ca9dfda8d6.svg'),
(5824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\convert_videos.2fb4219224e01166fcba32ecd41a79c2.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/convert_videos.2fb4219224e01166fcba32ecd41a79c2.svg'),
(5825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\copy.073543cecd7997238f27079da5704033.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/copy.073543cecd7997238f27079da5704033.svg'),
(5826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\custom_actions.d24bbd8c6f6edd6a8efa3b9e2c5c3a86.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/custom_actions.d24bbd8c6f6edd6a8efa3b9e2c5c3a86.svg'),
(5827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\delete.e06625ada2622560f1bf2651b2a648d9.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/delete.e06625ada2622560f1bf2651b2a648d9.svg'),
(5828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\downAngle.b46223d336096f028af18606c26e10fd.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/downAngle.b46223d336096f028af18606c26e10fd.svg'),
(5829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\download.5059e7096d089ac2be6ea4b35a8c7b1d.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/download.5059e7096d089ac2be6ea4b35a8c7b1d.svg'),
(5830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\errorNotification.6417c420d323bd86075a4d4e47f02e34.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/errorNotification.6417c420d323bd86075a4d4e47f02e34.svg'),
(5831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\export.d1bd42cae25da0dcdb13c30f6e7685e5.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/export.d1bd42cae25da0dcdb13c30f6e7685e5.svg'),
(5832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\facebook.b99f27b68bd822fe8a29c73842505531.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/facebook.b99f27b68bd822fe8a29c73842505531.svg'),
(5833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\fb-alt.cf9da0f511aee451a6ec759681fe809f.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/fb-alt.cf9da0f511aee451a6ec759681fe809f.svg'),
(5834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\fb-icon.56eb841b2907a195c3a322bd0f4bbf99.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/fb-icon.56eb841b2907a195c3a322bd0f4bbf99.svg'),
(5835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\feed-analytics-icon.bc3be8bf13953364a8813e493a66f22a.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/feed-analytics-icon.bc3be8bf13953364a8813e493a66f22a.svg'),
(5836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\feeds.7768bf0ec9a7fd87a2b762df8550d515.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/feeds.7768bf0ec9a7fd87a2b762df8550d515.svg'),
(5837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\five-stars.538039b06aa80f57c7725b232fde56ed.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/five-stars.538039b06aa80f57c7725b232fde56ed.svg'),
(5838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\forum.a249d723308a9d020f3efb14b46c441e.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/forum.a249d723308a9d020f3efb14b46c441e.svg'),
(5839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\gallery.a63a15044cc911c275600882fd68c0e9.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/gallery.a63a15044cc911c275600882fd68c0e9.svg'),
(5840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\header-setup-logo.4f524b2f0703d7695e75827777bf8a3c.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/header-setup-logo.4f524b2f0703d7695e75827777bf8a3c.svg'),
(5841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\header_logo.fcaed2dcc9dd384eece16d3a795a4b59.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/header_logo.fcaed2dcc9dd384eece16d3a795a4b59.svg'),
(5842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\info-icon.fe6f95f0f78f7abf546e83e3a6494a3b.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/info-icon.fe6f95f0f78f7abf546e83e3a6494a3b.svg'),
(5843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\insta-icon.515dc3d7e1ac3cbe92880fd4212daf66.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/insta-icon.515dc3d7e1ac3cbe92880fd4212daf66.svg'),
(5844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\instagram.9cb3e49a576a8067a38802f391f3b52b.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/instagram.9cb3e49a576a8067a38802f391f3b52b.svg'),
(5845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\link.532fa3d8a99c1e45001af6e18e9eb9f1.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/link.532fa3d8a99c1e45001af6e18e9eb9f1.svg'),
(5846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\live.4316cfa5c174e99b16f76908f5babffa.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/live.4316cfa5c174e99b16f76908f5babffa.svg'),
(5847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\loader.fd0904ffe747c7d1cb840149d5875cb5.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/loader.fd0904ffe747c7d1cb840149d5875cb5.svg'),
(5848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\messageNotification.8969d20e3d72b1e9d6b743ed23e28ffb.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/messageNotification.8969d20e3d72b1e9d6b743ed23e28ffb.svg'),
(5849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\publish.296921f3f9ce47f71342fbd8f2f60032.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/publish.296921f3f9ce47f71342fbd8f2f60032.svg'),
(5850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\reviews-icon.2347248d448a40339981c7faac900857.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/reviews-icon.2347248d448a40339981c7faac900857.svg'),
(5851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rightAngle.bc8331151bb35dff81b255d23a2a04ef.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rightAngle.bc8331151bb35dff81b255d23a2a04ef.svg'),
(5852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rocket-icon.6b294040100ecb856ca01734447019ae.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rocket-icon.6b294040100ecb856ca01734447019ae.svg'),
(5853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\rocket.72c414616a153c15484048dea32ae55f.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/rocket.72c414616a153c15484048dea32ae55f.svg'),
(5854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\sale.c67ae64bd35e7bc658a340e42b001ea4.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/sale.c67ae64bd35e7bc658a340e42b001ea4.svg'),
(5855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\save-plus-icon.33fd2505e8d79412a86e135967dc7b26.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/save-plus-icon.33fd2505e8d79412a86e135967dc7b26.svg'),
(5856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\search.3668d90824b40fa7cb0b774d97a558e1.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/search.3668d90824b40fa7cb0b774d97a558e1.svg'),
(5857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\smash.75f551833d2af6f18cb2c14cf417b086.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/smash.75f551833d2af6f18cb2c14cf417b086.svg'),
(5858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\social-wall-icon.961825181c8ad8a1d4f9d8e22133b1a0.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/social-wall-icon.961825181c8ad8a1d4f9d8e22133b1a0.svg'),
(5859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\success-checkmark.ed187d266824890db607f9a03f2f64ff.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/success-checkmark.ed187d266824890db607f9a03f2f64ff.svg'),
(5860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\successNotification.32f9a33a82656f14896dd70d6b6356c9.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/successNotification.32f9a33a82656f14896dd70d6b6356c9.svg'),
(5861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\support.883ae17b826244bee2e2925250e23648.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/support.883ae17b826244bee2e2925250e23648.svg'),
(5862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tag.6f132ca8518dd5f71e7046861403e5ce.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tag.6f132ca8518dd5f71e7046861403e5ce.svg'),
(5863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tiktok-alt-icon.c15171a6b70440ad7f713bcf7de24a57.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tiktok-alt-icon.c15171a6b70440ad7f713bcf7de24a57.svg'),
(5864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\tiktok-icon.a2e7de498350ff7ea62743426471b70a.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/tiktok-icon.a2e7de498350ff7ea62743426471b70a.svg'),
(5865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\times.cead2824a6b011be3165bfcc4362e95d.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/times.cead2824a6b011be3165bfcc4362e95d.svg'),
(5866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\trash.c9ea1ec2bbc4b5a6d8982f0f1d12f359.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/trash.c9ea1ec2bbc4b5a6d8982f0f1d12f359.svg'),
(5867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\twitter-icon.e1eae46e6b1c16e5e3b03892d2f2477f.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/twitter-icon.e1eae46e6b1c16e5e3b03892d2f2477f.svg'),
(5868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\twitter.18eee0dcbab40bb71d4eefc891e4fa06.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/twitter.18eee0dcbab40bb71d4eefc891e4fa06.svg'),
(5869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\updates.b344306ec80d979efc7bbd94372a6e9c.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/updates.b344306ec80d979efc7bbd94372a6e9c.svg'),
(5870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\upload.c93bd4447fd06219d36ce61d622240eb.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/upload.c93bd4447fd06219d36ce61d622240eb.svg'),
(5871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\view.bba565eac47be0299f2230368e5fac9e.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/view.bba565eac47be0299f2230368e5fac9e.svg'),
(5872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\wpchat-icon.f5eed307fd03f6397d1345f3b7c148f6.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/wpchat-icon.f5eed307fd03f6397d1345f3b7c148f6.svg'),
(5873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\x-circle.cf0c1d11c58db50b099559083f04598b.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/x-circle.cf0c1d11c58db50b099559083f04598b.svg'),
(5874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube-activity.1f9fc57272956f9ddb8cd67ba3fc3011.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube-activity.1f9fc57272956f9ddb8cd67ba3fc3011.svg'),
(5875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube-icon.a6f1fb3042829d18c07003acb8c5d74d.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube-icon.a6f1fb3042829d18c07003acb8c5d74d.svg'),
(5876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube.5a9c56d0570cbf7b89cd7b2b44c45f93.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube.5a9c56d0570cbf7b89cd7b2b44c45f93.svg'),
(5877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube.d26e28263fc14b125cdeca02a69051dd.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube.d26e28263fc14b125cdeca02a69051dd.svg'),
(5878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\frontend\\build\\static\\media\\youtube_logo.09a9ebfeb224b130a7912e5927bc920c.svg', 'wp-content/plugins/feeds-for-youtube/frontend/build/static/media/youtube_logo.09a9ebfeb224b130a7912e5927bc920c.svg'),
(5879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\balloon.png', 'wp-content/plugins/feeds-for-youtube/img/balloon.png'),
(5880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\balloon.svg', 'wp-content/plugins/feeds-for-youtube/img/balloon.svg'),
(5881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\carousel.png', 'wp-content/plugins/feeds-for-youtube/img/carousel.png'),
(5882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\close.png', 'wp-content/plugins/feeds-for-youtube/img/close.png'),
(5883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\gallery.png', 'wp-content/plugins/feeds-for-youtube/img/gallery.png'),
(5884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\grid.png', 'wp-content/plugins/feeds-for-youtube/img/grid.png'),
(5885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\lightbox-placeholder-narrow.png', 'wp-content/plugins/feeds-for-youtube/img/lightbox-placeholder-narrow.png'),
(5886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\lightbox-placeholder.png', 'wp-content/plugins/feeds-for-youtube/img/lightbox-placeholder.png'),
(5887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\list.png', 'wp-content/plugins/feeds-for-youtube/img/list.png'),
(5888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\next.png', 'wp-content/plugins/feeds-for-youtube/img/next.png'),
(5889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\person-avatar.png', 'wp-content/plugins/feeds-for-youtube/img/person-avatar.png'),
(5890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\placeholder-narrow.png', 'wp-content/plugins/feeds-for-youtube/img/placeholder-narrow.png'),
(5891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\placeholder.png', 'wp-content/plugins/feeds-for-youtube/img/placeholder.png'),
(5892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\prev.png', 'wp-content/plugins/feeds-for-youtube/img/prev.png'),
(5893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon-offer.png', 'wp-content/plugins/feeds-for-youtube/img/sby-icon-offer.png'),
(5894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon.png', 'wp-content/plugins/feeds-for-youtube/img/sby-icon.png'),
(5895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-icon.svg', 'wp-content/plugins/feeds-for-youtube/img/sby-icon.svg'),
(5896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sby-sprite.png', 'wp-content/plugins/feeds-for-youtube/img/sby-sprite.png'),
(5897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\img\\sw-screenshot.png', 'wp-content/plugins/feeds-for-youtube/img/sw-screenshot.png'),
(5898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin.php'),
(5899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin_Abstract.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin_Abstract.php'),
(5900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Admin_Notice.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Admin_Notice.php'),
(5901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_New_User.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_New_User.php'),
(5902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Notifications.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Notifications.php'),
(5903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Tracking.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Tracking.php'),
(5904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\SBY_Upgrader.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/SBY_Upgrader.php'),
(5905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Admin\\admin-functions.php', 'wp-content/plugins/feeds-for-youtube/inc/Admin/admin-functions.php'),
(5906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Blocks\\SBY_Blocks.php', 'wp-content/plugins/feeds-for-youtube/inc/Blocks/SBY_Blocks.php'),
(5907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Actionbutton_Control.php'),
(5908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkbox_Control.php'),
(5909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkboxlist_Control.php'),
(5910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Checkboxsection_Control.php'),
(5911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Coloroverride_Control.php'),
(5912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Colorpicker_Control.php'),
(5913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Controls_Base.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Controls_Base.php'),
(5914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Customview_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Customview_Control.php'),
(5915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Datepicker_Control.php'),
(5916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Heading_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Heading_Control.php'),
(5917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Hidden_Control.php'),
(5918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Imagechooser_Control.php'),
(5919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Number_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Number_Control.php'),
(5920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Select_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Select_Control.php'),
(5921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Separator_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Separator_Control.php'),
(5922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Switcher_Control.php'),
(5923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Text_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Text_Control.php'),
(5924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Textarea_Control.php'),
(5925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Toggle_Control.php'),
(5926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Togglebutton_Control.php'),
(5927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Controls/SB_Toggleset_Control.php'),
(5928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Db.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Db.php'),
(5929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Builder.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Builder.php'),
(5930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Saver.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Saver.php'),
(5931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Saver_Manager.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Saver_Manager.php'),
(5932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Feed_Templates_Settings.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Feed_Templates_Settings.php'),
(5933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SBY_Source.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SBY_Source.php'),
(5934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\SB_Builder_Customizer.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/SB_Builder_Customizer.php'),
(5935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Builder_Customizer_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Builder_Customizer_Tab.php'),
(5936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Customize_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Customize_Tab.php'),
(5937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tabs\\SBY_Settings_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tabs/SBY_Settings_Tab.php'),
(5938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Builder\\Tooltip_Wizard.php', 'wp-content/plugins/feeds-for-youtube/inc/Builder/Tooltip_Wizard.php'),
(5939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Container.php', 'wp-content/plugins/feeds-for-youtube/inc/Container.php'),
(5940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Config.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Config.php'),
(5941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Customizer_Compatibility.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Customizer_Compatibility.php'),
(5942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\DB.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/DB.php'),
(5943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\ProxyProvider.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/ProxyProvider.php'),
(5944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\ShortcodePreviewProvider.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/ShortcodePreviewProvider.php'),
(5945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Customize_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Customize_Tab.php'),
(5946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Settings_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Settings_Tab.php'),
(5947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\Styling_Tab.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/Styling_Tab.php'),
(5948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Customizer\\Tabs\\TabsService.php', 'wp-content/plugins/feeds-for-youtube/inc/Customizer/Tabs/TabsService.php'),
(5949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Data\\DataFactory.php', 'wp-content/plugins/feeds-for-youtube/inc/Data/DataFactory.php'),
(5950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Data\\GoogleAPIResponseStruct.php', 'wp-content/plugins/feeds-for-youtube/inc/Data/GoogleAPIResponseStruct.php'),
(5951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Feed_Locator.php', 'wp-content/plugins/feeds-for-youtube/inc/Feed_Locator.php'),
(5952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\HTTP_Request.php', 'wp-content/plugins/feeds-for-youtube/inc/HTTP_Request.php'),
(5953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Helpers\\Util.php', 'wp-content/plugins/feeds-for-youtube/inc/Helpers/Util.php'),
(5954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\PluginSilentUpgrader.php', 'wp-content/plugins/feeds-for-youtube/inc/PluginSilentUpgrader.php'),
(5955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/feeds-for-youtube/inc/PluginSilentUpgraderSkin.php'),
(5956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Response.php', 'wp-content/plugins/feeds-for-youtube/inc/Response.php'),
(5957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_API_Connect.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_API_Connect.php'),
(5958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Cache.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Cache.php'),
(5959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Cron_Updater.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Cron_Updater.php'),
(5960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Display_Elements.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Display_Elements.php'),
(5961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Feed.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Feed.php'),
(5962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_GDPR_Integrations.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_GDPR_Integrations.php'),
(5963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Parse.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Parse.php'),
(5964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Posts_Manager.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Posts_Manager.php'),
(5965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_RSS_Connect.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_RSS_Connect.php'),
(5966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Settings.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Settings.php'),
(5967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_Vars.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_Vars.php'),
(5968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_View.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_View.php'),
(5969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SBY_WP_Post.php', 'wp-content/plugins/feeds-for-youtube/inc/SBY_WP_Post.php'),
(5970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SB_YouTube_Data_Encryption.php', 'wp-content/plugins/feeds-for-youtube/inc/SB_YouTube_Data_Encryption.php'),
(5971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\SbyWidget.php', 'wp-content/plugins/feeds-for-youtube/inc/SbyWidget.php'),
(5972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ActivationService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/ActivationService.php'),
(5973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\AdminServiceContainer.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/AdminServiceContainer.php'),
(5974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\AssetsService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/AssetsService.php'),
(5975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\CacheService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/CacheService.php'),
(5976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\GUIService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/GUIService.php'),
(5977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\ImporterService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/ImporterService.php'),
(5978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\LicenseService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/LicenseService.php'),
(5979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\MenuService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/MenuService.php'),
(5980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\MiscService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/MiscService.php'),
(5981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\AboutPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/AboutPage.php'),
(5982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\BaseSettingPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/BaseSettingPage.php'),
(5983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\HelpPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/HelpPage.php'),
(5984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\PagesServiceContainer.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/PagesServiceContainer.php'),
(5985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SettingsPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SettingsPage.php'),
(5986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SetupPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SetupPage.php'),
(5987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\Settings\\SingleVideoPage.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/Settings/SingleVideoPage.php'),
(5988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Admin\\SourcesService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Admin/SourcesService.php'),
(5989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\AdminAjaxService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/AdminAjaxService.php'),
(5990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\AssetsService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/AssetsService.php'),
(5991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ConfigService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/ConfigService.php'),
(5992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\CronUpdaterService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/CronUpdaterService.php'),
(5993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\DebugReportingService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/DebugReportingService.php'),
(5994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ErrorReportingService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/ErrorReportingService.php'),
(5995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Analytics\\SB_Analytics.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Analytics/SB_Analytics.php'),
(5996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Divi\\SBY_Divi_Handler.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Divi/SBY_Divi_Handler.php'),
(5997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Divi\\SB_YouTube_Feed.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Divi/SB_YouTube_Feed.php'),
(5998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\CFF_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/CFF_Elementor_Widget.php'),
(5999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\CTF_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/CTF_Elementor_Widget.php'),
(6000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBI_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBI_Elementor_Widget.php'),
(6001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBR_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBR_Elementor_Widget.php'),
(6002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBTT_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBTT_Elementor_Widget.php'),
(6003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Base.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Base.php'),
(6004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Control.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Control.php'),
(6005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\Elementor\\SBY_Elementor_Widget.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/Elementor/SBY_Elementor_Widget.php'),
(6006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Integrations\\SBY_Integration.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Integrations/SBY_Integration.php'),
(6007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\LicenseNotification.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/LicenseNotification.php'),
(6008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ServiceContainer.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/ServiceContainer.php'),
(6009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\ShortcodeService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/ShortcodeService.php'),
(6010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\RoutineManagerService.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/RoutineManagerService.php'),
(6011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\OnboardingWizardRoutine.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/OnboardingWizardRoutine.php'),
(6012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/UpgradeRoutine.php'),
(6013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\Services\\Upgrade\\Routines\\V2Routine.php', 'wp-content/plugins/feeds-for-youtube/inc/Services/Upgrade/Routines/V2Routine.php'),
(6014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\class-install-skin.php', 'wp-content/plugins/feeds-for-youtube/inc/class-install-skin.php'),
(6015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\inc\\sby-functions.php', 'wp-content/plugins/feeds-for-youtube/inc/sby-functions.php'),
(6016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE.mo'),
(6018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-de_DE.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-de_DE.po'),
(6019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES.mo'),
(6021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-es_ES.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-es_ES.po'),
(6022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR-3ba74f9a314816b3f8dc2e4eeee70f0e.json');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR.mo'),
(6024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-fr_FR.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-fr_FR.po'),
(6025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT.mo'),
(6027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-it_IT.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-it_IT.po'),
(6028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja.mo'),
(6030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ja.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ja.po'),
(6031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL.mo'),
(6033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-nl_NL.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-nl_NL.po'),
(6034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL.mo'),
(6036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pl_PL.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pl_PL.po'),
(6037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR.mo'),
(6039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-pt_BR.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-pt_BR.po'),
(6040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU.mo'),
(6042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-ru_RU.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-ru_RU.po'),
(6043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR-3ba74f9a314816b3f8dc2e4eeee70f0e.json', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR-3ba74f9a314816b3f8dc2e4eeee70f0e.json'),
(6044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR.mo', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR.mo'),
(6045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube-tr_TR.po', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube-tr_TR.po'),
(6046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\languages\\feeds-for-youtube.pot', 'wp-content/plugins/feeds-for-youtube/languages/feeds-for-youtube.pot'),
(6047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications-rtl.css'),
(6048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications.asset.php'),
(6049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-notifications.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-notifications.css'),
(6050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin-rtl.css'),
(6051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin.asset.php'),
(6052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\admin.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/admin.css'),
(6053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor-rtl.css'),
(6054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor.asset.php'),
(6055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-elementor.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-elementor.css'),
(6056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common-rtl.css'),
(6057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common.asset.php'),
(6058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-common.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-common.css'),
(6059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free-rtl.css'),
(6060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free.asset.php'),
(6061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sb-youtube-free.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sb-youtube-free.css'),
(6062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks-rtl.css'),
(6063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks.asset.php'),
(6064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-blocks.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-blocks.css'),
(6065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices-rtl.css'),
(6066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices.asset.php'),
(6067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\sby-notices.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/sby-notices.css'),
(6068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster-rtl.css'),
(6069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster.asset.php'),
(6070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\css\\tooltipster.css', 'wp-content/plugins/feeds-for-youtube/public/build/css/tooltipster.css'),
(6071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\close.0cfd6489.png', 'wp-content/plugins/feeds-for-youtube/public/build/images/close.0cfd6489.png'),
(6072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\sby-sprite.50dde50c.png', 'wp-content/plugins/feeds-for-youtube/public/build/images/sby-sprite.50dde50c.png'),
(6073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\images\\sw-screenshot.ae9df8c4.png', 'wp-content/plugins/feeds-for-youtube/public/build/images/sw-screenshot.ae9df8c4.png'),
(6074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin-notifications.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/admin-notifications.asset.php'),
(6075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin-notifications.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/admin-notifications.js'),
(6076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/admin.asset.php'),
(6077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\admin.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/admin.js'),
(6078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\customizer.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/customizer.asset.php'),
(6079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\customizer.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/customizer.js'),
(6080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\divi-preview-handler.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/divi-preview-handler.asset.php'),
(6081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\divi-preview-handler.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/divi-preview-handler.js'),
(6082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-handler.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-handler.asset.php'),
(6083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-handler.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-handler.js'),
(6084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-preview.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-preview.asset.php'),
(6085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\elementor-preview.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/elementor-preview.js'),
(6086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sb-youtube.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/sb-youtube.js'),
(6087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sb-youtube.js.LICENSE.txt', 'wp-content/plugins/feeds-for-youtube/public/build/js/sb-youtube.js.LICENSE.txt'),
(6088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-admin.asset.php'),
(6089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-admin.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-admin.js'),
(6090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-blocks.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-blocks.asset.php'),
(6091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\sby-blocks.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/sby-blocks.js'),
(6092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\tooltip-wizard.asset.php', 'wp-content/plugins/feeds-for-youtube/public/build/js/tooltip-wizard.asset.php'),
(6093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\build\\js\\tooltip-wizard.js', 'wp-content/plugins/feeds-for-youtube/public/build/js/tooltip-wizard.js'),
(6094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications-rtl.css'),
(6095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.asset.php'),
(6096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.css'),
(6097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-notifications.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-notifications.css.map'),
(6098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin-rtl.css'),
(6099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.asset.php'),
(6100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.css'),
(6101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\admin.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/admin.css.map'),
(6102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor-rtl.css'),
(6103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.asset.php'),
(6104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.css'),
(6105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-elementor.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-elementor.css.map'),
(6106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common-rtl.css'),
(6107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.asset.php'),
(6108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.css'),
(6109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-common.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-common.css.map'),
(6110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free-rtl.css'),
(6111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.asset.php'),
(6112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.css'),
(6113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sb-youtube-free.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sb-youtube-free.css.map'),
(6114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks-rtl.css'),
(6115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.asset.php'),
(6116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.css'),
(6117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-blocks.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-blocks.css.map'),
(6118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices-rtl.css'),
(6119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.asset.php'),
(6120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.css'),
(6121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\sby-notices.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/sby-notices.css.map'),
(6122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster-rtl.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster-rtl.css'),
(6123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.asset.php'),
(6124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.css', 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.css'),
(6125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\css\\tooltipster.css.map', 'wp-content/plugins/feeds-for-youtube/public/debug/css/tooltipster.css.map'),
(6126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\close.0cfd6489.png', 'wp-content/plugins/feeds-for-youtube/public/debug/images/close.0cfd6489.png'),
(6127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\sby-sprite.50dde50c.png', 'wp-content/plugins/feeds-for-youtube/public/debug/images/sby-sprite.50dde50c.png'),
(6128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\images\\sw-screenshot.ae9df8c4.png', 'wp-content/plugins/feeds-for-youtube/public/debug/images/sw-screenshot.ae9df8c4.png'),
(6129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.asset.php'),
(6130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.js'),
(6131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin-notifications.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin-notifications.js.map'),
(6132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.asset.php'),
(6133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.js'),
(6134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\admin.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/admin.js.map'),
(6135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.asset.php'),
(6136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.js'),
(6137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\customizer.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/customizer.js.map'),
(6138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.asset.php'),
(6139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.js'),
(6140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\divi-preview-handler.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/divi-preview-handler.js.map'),
(6141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.asset.php'),
(6142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.js'),
(6143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-handler.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-handler.js.map'),
(6144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.asset.php'),
(6145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.js'),
(6146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\elementor-preview.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/elementor-preview.js.map'),
(6147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sb-youtube.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sb-youtube.js'),
(6148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sb-youtube.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sb-youtube.js.map'),
(6149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.asset.php'),
(6150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.js'),
(6151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-admin.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-admin.js.map'),
(6152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.asset.php'),
(6153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.js'),
(6154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\sby-blocks.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/sby-blocks.js.map'),
(6155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.asset.php', 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.asset.php'),
(6156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.js', 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.js'),
(6157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\debug\\js\\tooltip-wizard.js.map', 'wp-content/plugins/feeds-for-youtube/public/debug/js/tooltip-wizard.js.map'),
(6158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\libs\\js\\divi-handler.min.js', 'wp-content/plugins/feeds-for-youtube/public/libs/js/divi-handler.min.js'),
(6159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\public\\libs\\js\\jquery.tooltipster.min.js', 'wp-content/plugins/feeds-for-youtube/public/libs/js/jquery.tooltipster.min.js'),
(6160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\feed.php', 'wp-content/plugins/feeds-for-youtube/templates/feed.php'),
(6161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\footer.php', 'wp-content/plugins/feeds-for-youtube/templates/footer.php'),
(6162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header-generic.php', 'wp-content/plugins/feeds-for-youtube/templates/header-generic.php'),
(6163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header-text.php', 'wp-content/plugins/feeds-for-youtube/templates/header-text.php'),
(6164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\header.php', 'wp-content/plugins/feeds-for-youtube/templates/header.php'),
(6165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\item.php', 'wp-content/plugins/feeds-for-youtube/templates/item.php'),
(6166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\templates\\player.php', 'wp-content/plugins/feeds-for-youtube/templates/player.php'),
(6167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\uninstall.php', 'wp-content/plugins/feeds-for-youtube/uninstall.php'),
(6168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\autoload.php', 'wp-content/plugins/feeds-for-youtube/vendor/autoload.php'),
(6169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/ClassLoader.php'),
(6170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/InstalledVersions.php'),
(6171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\LICENSE', 'wp-content/plugins/feeds-for-youtube/vendor/composer/LICENSE'),
(6172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_classmap.php'),
(6173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_files.php'),
(6174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_namespaces.php'),
(6175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_psr4.php'),
(6176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_real.php'),
(6177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/autoload_static.php'),
(6178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\installed.json', 'wp-content/plugins/feeds-for-youtube/vendor/composer/installed.json'),
(6179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\composer\\installed.php', 'wp-content/plugins/feeds-for-youtube/vendor/composer/installed.php'),
(6180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/LICENSE.md'),
(6181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/README.md'),
(6182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/composer.json'),
(6183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(6184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(6185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(6186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(6187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(6188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(6189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(6190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(6191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(6192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(6193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(6194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(6195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(6196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/feeds-for-youtube/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(6197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\CONTRIBUTING.md', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/CONTRIBUTING.md'),
(6198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/LICENSE'),
(6199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/README.md'),
(6200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/composer.json'),
(6201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/CallableResolver.php'),
(6202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(6203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(6204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(6205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Invoker.php'),
(6206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/InvokerInterface.php'),
(6207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(6208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(6209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(6210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(6211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(6212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(6213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(6214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(6215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(6216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/LICENSE'),
(6217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/README.md'),
(6218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/composer.json'),
(6219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(6220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(6221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(6222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/feeds-for-youtube/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(6223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/LICENSE'),
(6224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/README.md'),
(6225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/composer.json'),
(6226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/ContainerExceptionInterface.php'),
(6227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/ContainerInterface.php'),
(6228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(6229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\scoper-autoload.php', 'wp-content/plugins/feeds-for-youtube/vendor/scoper-autoload.php'),
(6230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/README.md'),
(6231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Builder_Customizer.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Builder_Customizer.php'),
(6232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Cache\\FeedCache.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Cache/FeedCache.php'),
(6233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Cache\\FeedCacheInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Cache/FeedCacheInterface.php'),
(6234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Config.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Config.php'),
(6235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Container.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Container.php'),
(6236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Actionbutton_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Actionbutton_Control.php'),
(6237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkbox_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkbox_Control.php'),
(6238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkboxlist_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkboxlist_Control.php'),
(6239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Checkboxsection_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Checkboxsection_Control.php'),
(6240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Coloroverride_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Coloroverride_Control.php'),
(6241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Colorpicker_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Colorpicker_Control.php'),
(6242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Controls_Base.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Controls_Base.php'),
(6243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Customview_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Customview_Control.php'),
(6244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Datepicker_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Datepicker_Control.php'),
(6245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Heading_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Heading_Control.php'),
(6246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Hidden_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Hidden_Control.php'),
(6247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Imagechooser_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Imagechooser_Control.php'),
(6248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Number_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Number_Control.php'),
(6249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Select_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Select_Control.php'),
(6250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Separator_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Separator_Control.php'),
(6251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Switcher_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Switcher_Control.php'),
(6252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Text_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Text_Control.php'),
(6253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Textarea_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Textarea_Control.php'),
(6254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Toggle_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Toggle_Control.php'),
(6255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Togglebutton_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Togglebutton_Control.php'),
(6256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Controls\\SB_Toggleset_Control.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Controls/SB_Toggleset_Control.php'),
(6257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Customizer_Service.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Customizer_Service.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\DB.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/DB.php'),
(6259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Builder.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Builder.php'),
(6260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Locator.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Locator.php'),
(6261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Processor.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Processor.php'),
(6262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Saver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Saver.php'),
(6263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Feed_Saver_Manager.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Feed_Saver_Manager.php'),
(6264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\PreviewProvider.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/PreviewProvider.php'),
(6265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\ProxyProvider.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/ProxyProvider.php'),
(6266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Source.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Source.php'),
(6267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Tabs\\Manager.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Tabs/Manager.php'),
(6268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\Tabs\\Tab.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/Tabs/Tab.php'),
(6269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\app\\YouTube_License_Tier.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/app/YouTube_License_Tier.php'),
(6270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\css\\builder.css', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/css/builder.css'),
(6271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\css\\global.css', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/css/global.css'),
(6272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_1.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_1.png'),
(6273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_2.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_2.png'),
(6274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_3.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_3.png'),
(6275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_4.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_4.png'),
(6276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\profile_pic_5.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/profile_pic_5.png'),
(6277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\sby_channel_logo.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/sby_channel_logo.png'),
(6278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\sby_lightbox_player.png', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/sby_lightbox_player.png'),
(6279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\upsell\\all-plugins-upsell.jpg', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/upsell/all-plugins-upsell.jpg'),
(6280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\img\\upsell\\click-social-upsell.jpg', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/img/upsell/click-social-upsell.jpg'),
(6281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\builder.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/builder.js'),
(6282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\builder.min.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/builder.min.js'),
(6283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\confirm-dialog.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/confirm-dialog.js'),
(6284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\main.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/main.js'),
(6285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\main.min.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/main.min.js'),
(6286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\resources.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/resources.js'),
(6287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\assets\\js\\vue-color.min.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/assets/js/vue-color.min.js'),
(6288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\bootstrap.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/bootstrap.php'),
(6289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/composer.json'),
(6290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\composer.lock', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/composer.lock'),
(6291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\package.json', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/package.json'),
(6292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\builder.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/builder.php'),
(6293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\preview\\lightbox.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/preview/lightbox.php'),
(6294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\customizer.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/customizer.php'),
(6295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\select-feed.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/select-feed.php'),
(6296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\screens\\welcome.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/screens/welcome.php'),
(6297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\customizer\\preview.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/customizer/preview.php'),
(6298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\customizer\\sidebar.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/customizer/sidebar.php'),
(6299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\empty-state.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/empty-state.php'),
(6300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\feeds.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/feeds.php'),
(6301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\instances.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/instances.php'),
(6302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds\\legacy-feeds.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds/legacy-feeds.php'),
(6303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds-list.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds-list.php'),
(6304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\feeds-type.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/feeds-type.php'),
(6305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\aab-upsell.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/aab-upsell.php'),
(6306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\feed-plugins-upsell.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/feed-plugins-upsell.php'),
(6307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\footer-free.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/footer-free.php'),
(6308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer-banner\\footer-pro.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer-banner/footer-pro.php'),
(6309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\footer.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/footer.php'),
(6310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\feeds-type.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/feeds-type.php'),
(6311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\select-source.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/select-source.php'),
(6312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\free\\select-template.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/free/select-template.php'),
(6313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\header.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/header.php'),
(6314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\accountapi-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/accountapi-popup.php'),
(6315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\confirm-dialog-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/confirm-dialog-popup.php'),
(6316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\embed-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/embed-popup.php'),
(6317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\extensions-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/extensions-popup.php'),
(6318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\feedtemplates-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/feedtemplates-popup.php'),
(6319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\feedtypes-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/feedtypes-popup.php'),
(6320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\license-learn-more.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/license-learn-more.php'),
(6321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\onboarding-customizer-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/onboarding-customizer-popup.php'),
(6322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\popup\\why-renew-license-popup.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/popup/why-renew-license-popup.php'),
(6323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\select-source.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/select-source.php'),
(6324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\templates\\sections\\select-template.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/templates/sections/select-template.php'),
(6325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\webpack.config.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/webpack.config.js'),
(6326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\customizer\\yarn.lock', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/customizer/yarn.lock'),
(6327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(6328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(6329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(6330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(6331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(6332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(6333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(6334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(6335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(6336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(6337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(6338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(6339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(6340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(6341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(6342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(6343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(6344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(6345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/README.md'),
(6346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(6347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(6348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(6349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(6350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(6351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/README.md'),
(6352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(6353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(6354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(6355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(6356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(6357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(6358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(6359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(6360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(6361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(6362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(6363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(6364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(6365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(6366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(6367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(6368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(6369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(6370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(6371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(6372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(6373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(6374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(6375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(6376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(6377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(6378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(6379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(6380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(6381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(6382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(6383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(6384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(6385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(6386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(6387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(6388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(6389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(6390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(6391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(6392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(6393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(6394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(6395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(6396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(6397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(6398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(6399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(6400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(6401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(6402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(6403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(6404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(6405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(6406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(6407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(6408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(6409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(6410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(6411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(6412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/README.md'),
(6413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(6414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(6415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(6416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php'),
(6417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(6418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(6419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(6420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(6421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(6422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/Utilities/functions.php'),
(6423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/framework/composer.json'),
(6424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\README.md', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/README.md'),
(6425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\composer.json', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/composer.json'),
(6426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\composer.lock', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/composer.lock'),
(6427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Services/ServiceProvider.php'),
(6428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php'),
(6429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 'wp-content/plugins/feeds-for-youtube/vendor/smashballoon/stubs/src/Traits/Singleton.php'),
(6430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\feeds-for-youtube\\youtube-feed.php', 'wp-content/plugins/feeds-for-youtube/youtube-feed.php'),
(6431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\index.php', 'wp-content/plugins/index.php'),
(6432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\README.txt', 'wp-content/plugins/instagram-feed/README.txt'),
(6433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_About_Us.php', 'wp-content/plugins/instagram-feed/admin/SBI_About_Us.php'),
(6434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Admin_Notices.php', 'wp-content/plugins/instagram-feed/admin/SBI_Admin_Notices.php'),
(6435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Callout.php', 'wp-content/plugins/instagram-feed/admin/SBI_Callout.php'),
(6436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Global_Settings.php', 'wp-content/plugins/instagram-feed/admin/SBI_Global_Settings.php'),
(6437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_HTTP_Request.php', 'wp-content/plugins/instagram-feed/admin/SBI_HTTP_Request.php'),
(6438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Response.php', 'wp-content/plugins/instagram-feed/admin/SBI_Response.php'),
(6439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Support.php', 'wp-content/plugins/instagram-feed/admin/SBI_Support.php'),
(6440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Support_Tool.php', 'wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php'),
(6441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_Upgrader.php', 'wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php'),
(6442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_View.php', 'wp-content/plugins/instagram-feed/admin/SBI_View.php'),
(6443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\SBI_oEmbeds.php', 'wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php'),
(6444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\Traits\\SBI_Settings.php', 'wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php'),
(6445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\Traits\\index.php', 'wp-content/plugins/instagram-feed/admin/Traits/index.php'),
(6446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\about.css', 'wp-content/plugins/instagram-feed/admin/assets/css/about.css'),
(6447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\admin-notifications.css', 'wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css'),
(6448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\callout.css', 'wp-content/plugins/instagram-feed/admin/assets/css/callout.css'),
(6449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\oembeds.css', 'wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css'),
(6450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\sb-elementor.css', 'wp-content/plugins/instagram-feed/admin/assets/css/sb-elementor.css'),
(6451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\settings.css', 'wp-content/plugins/instagram-feed/admin/assets/css/settings.css'),
(6452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\support-tool.css', 'wp-content/plugins/instagram-feed/admin/assets/css/support-tool.css'),
(6453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\css\\support.css', 'wp-content/plugins/instagram-feed/admin/assets/css/support.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\api-error.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png'),
(6455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-full.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg'),
(6456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-none.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg'),
(6457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\icon-partial.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg'),
(6458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-affwp.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png'),
(6459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-charitable.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png'),
(6460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-edd.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png'),
(6461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-if.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png'),
(6462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-mi.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png'),
(6463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-om.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png'),
(6464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-pushengage.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png'),
(6465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-rp.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png'),
(6466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-searchwp.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png'),
(6467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-seedProd.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedProd.png'),
(6468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-seo.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png'),
(6469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-smtp.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png'),
(6470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-sugarcalendar.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png'),
(6471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-trustpulse.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png'),
(6472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-tw.jpg', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg'),
(6473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wp-simple-pay.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png'),
(6474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wpcode.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png'),
(6475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-wpforms.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png'),
(6476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\about\\plugin-yt.png', 'wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png'),
(6477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon-120.png', 'wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png'),
(6478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/balloon.png'),
(6479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\balloon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg'),
(6480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\book-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/book-icon.png'),
(6481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\book-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/book-icon.svg'),
(6482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\cff-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png'),
(6483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\cff-sprite.png', 'wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png'),
(6484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\facebook-color-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg'),
(6485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.png'),
(6486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.svg'),
(6487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon2.png', 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon2.png'),
(6488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\fb-icon3.png', 'wp-content/plugins/instagram-feed/admin/assets/img/fb-icon3.png'),
(6489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\feed-analytics-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/feed-analytics-icon.svg'),
(6490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\group-app.png', 'wp-content/plugins/instagram-feed/admin/assets/img/group-app.png'),
(6491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\insta-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg'),
(6492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\instagram-color-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg'),
(6493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\instagram-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png'),
(6494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-1@2x.png', 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png'),
(6495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-2@2x.png', 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png'),
(6496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-3@2x.png', 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png'),
(6497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\oembeds-image-4@2x.png', 'wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png'),
(6498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\reviews-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/reviews-icon.svg'),
(6499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\rocket-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png'),
(6500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\rocket-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg'),
(6501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\save-plus-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.png'),
(6502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\save-plus-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.svg'),
(6503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-bell.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-bell.svg'),
(6504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-carousel-next.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg'),
(6505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-carousel-prev.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg'),
(6506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-dismiss-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg'),
(6507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-error.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-error.svg'),
(6508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-exclamation.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-exclamation.svg'),
(6509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\sbi-icon.png', 'wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png'),
(6510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\social-wall-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/social-wall-icon.svg'),
(6511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\stars.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/stars.svg'),
(6512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\support-members.png', 'wp-content/plugins/instagram-feed/admin/assets/img/support-members.png'),
(6513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\team-avatar.png', 'wp-content/plugins/instagram-feed/admin/assets/img/team-avatar.png'),
(6514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\tiktok-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/tiktok-icon.svg'),
(6515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\twitter-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/twitter-icon.svg'),
(6516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\img\\youtube-icon.svg', 'wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg'),
(6517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\about.js', 'wp-content/plugins/instagram-feed/admin/assets/js/about.js'),
(6518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\admin-notifications.js', 'wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js'),
(6519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\callout.js', 'wp-content/plugins/instagram-feed/admin/assets/js/callout.js'),
(6520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\divi-handler.js', 'wp-content/plugins/instagram-feed/admin/assets/js/divi-handler.js'),
(6521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\divi-handler.min.js', 'wp-content/plugins/instagram-feed/admin/assets/js/divi-handler.min.js'),
(6522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\elementor-handler.js', 'wp-content/plugins/instagram-feed/admin/assets/js/elementor-handler.js'),
(6523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\elementor-preview.js', 'wp-content/plugins/instagram-feed/admin/assets/js/elementor-preview.js'),
(6524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\oembeds.js', 'wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js'),
(6525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\settings.js', 'wp-content/plugins/instagram-feed/admin/assets/js/settings.js'),
(6526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\support-tool.js', 'wp-content/plugins/instagram-feed/admin/assets/js/support-tool.js'),
(6527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\assets\\js\\support.js', 'wp-content/plugins/instagram-feed/admin/assets/js/support.js'),
(6528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\builder.css', 'wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css'),
(6529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\global.css', 'wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css'),
(6530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\preview.css', 'wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css'),
(6531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\css\\tooltipster.css', 'wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css'),
(6532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\albums.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png'),
(6533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\allinoneseo.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png'),
(6534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\balloon-1.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon-1.png'),
(6535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\balloon.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon.png'),
(6536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\combine-source.svg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/combine-source.svg'),
(6537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummy-author.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-author.png'),
(6538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummy-lightbox.jpeg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg'),
(6539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\dummylighbox.jpg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg'),
(6540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\events.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png'),
(6541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-featuredpost.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png'),
(6542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-reviews.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png'),
(6543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-singlealbum.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png'),
(6544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\ext-socialwall.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png'),
(6545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\featuredpost.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png'),
(6546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\footer-social.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png'),
(6547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\instagram.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png'),
(6548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\landscapeswelove.jpg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg'),
(6549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\logo.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png'),
(6550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\monsterinsight.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/monsterinsight.png'),
(6551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\more-feeds.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/more-feeds.png'),
(6552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\onboarding-banner.jpg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/onboarding-banner.jpg'),
(6553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\optinmonster.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/optinmonster.png'),
(6554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\photos.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/photos.png'),
(6555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-error-fetch.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-error-fetch.png'),
(6556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-featured-post.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png'),
(6557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\process-single-album.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/process-single-album.png'),
(6558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\pushengage.svg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/pushengage.svg'),
(6559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\reviews.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/reviews.png'),
(6560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\seedProd.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/seedProd.png'),
(6561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\singlealbum.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/singlealbum.png'),
(6562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\socialwall.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/socialwall.png'),
(6563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\success-banner.jpg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg'),
(6564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\legal.svg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/legal.svg'),
(6565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\management.svg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/management.svg'),
(6566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\svg\\trust.svg', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/svg/trust.svg'),
(6567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\timeline.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png'),
(6568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\user.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png'),
(6569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\videos.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png'),
(6570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\waving-hand.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png'),
(6571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\welcome-1.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png'),
(6572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\welcome-2.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png'),
(6573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\wpconsent-icon.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/wpconsent-icon.png'),
(6574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\img\\wpforms.png', 'wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png'),
(6575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\add-source.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js'),
(6576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\builder.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js'),
(6577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\confirm-dialog.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js'),
(6578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\date_i18n.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js'),
(6579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\install-plugin-popup.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js'),
(6580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\jquery.tooltipster.min.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js'),
(6581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\oembed.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/oembed.js'),
(6582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\owl.autoheight.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/owl.autoheight.js'),
(6583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\personal-account.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/personal-account.js'),
(6584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\ressources.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/ressources.js'),
(6585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\tooltip-wizard.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/tooltip-wizard.js'),
(6586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\assets\\js\\vue-color.min.js', 'wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js'),
(6587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\builder.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/builder.php'),
(6588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/index.php'),
(6589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\add-source.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php'),
(6590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\configure-features.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php'),
(6591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/index.php'),
(6592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\install-plugins.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php'),
(6593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\success-page.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php'),
(6594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\onboarding\\welcome.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php'),
(6595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\error.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php'),
(6596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\header.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php'),
(6597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/index.php'),
(6598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\light-box.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php'),
(6599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\preview\\theme-styles.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php'),
(6600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\customizer.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php'),
(6601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/index.php'),
(6602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\onboarding-wizard.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php'),
(6603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\select-feed.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php'),
(6604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\screens\\welcome.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php'),
(6605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/index.php'),
(6606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources-list.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php'),
(6607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\multiple-sources.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php'),
(6608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\single-public-hashtags.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php'),
(6609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\create-feed\\single-sources.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php'),
(6610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/index.php'),
(6611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\preview.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php'),
(6612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\customizer\\sidebar.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php'),
(6613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\empty-state.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php'),
(6614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\feeds.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php'),
(6615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/index.php'),
(6616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\instances.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php'),
(6617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds\\legacy-feeds.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php'),
(6618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds-list.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php'),
(6619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\feeds-type.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php'),
(6620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\footer.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php'),
(6621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\header.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php'),
(6622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/index.php'),
(6623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\add-source-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php'),
(6624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\confirm-dialog-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php'),
(6625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\embed-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php'),
(6626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\extensions-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php'),
(6627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-customizer-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php'),
(6628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\feedtypes-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php'),
(6629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\index.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/index.php'),
(6630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\install-plugin-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php'),
(6631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-customizer-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php'),
(6632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\onboarding-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-popup.php'),
(6633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\personal-account-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/personal-account-popup.php'),
(6634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\source-instances.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php'),
(6635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\sources-list-popup.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php'),
(6636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\popup\\temp-login-about.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php'),
(6637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\sections\\select-source.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php'),
(6638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\builder\\templates\\wizard.php', 'wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php'),
(6639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\index.php', 'wp-content/plugins/instagram-feed/admin/index.php'),
(6640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\content.php', 'wp-content/plugins/instagram-feed/admin/views/about/content.php'),
(6641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\index.php', 'wp-content/plugins/instagram-feed/admin/views/about/index.php'),
(6642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\about\\page.php', 'wp-content/plugins/instagram-feed/admin/views/about/page.php'),
(6643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\content.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/content.php'),
(6644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\index.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/index.php'),
(6645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\modal.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/modal.php'),
(6646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\oembed_features.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php'),
(6647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\page.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/page.php'),
(6648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\oembeds\\plugin_info.php', 'wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php'),
(6649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\builder_footer_cta.php', 'wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php'),
(6650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\header.php', 'wp-content/plugins/instagram-feed/admin/views/sections/header.php'),
(6651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\index.php', 'wp-content/plugins/instagram-feed/admin/views/sections/index.php'),
(6652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\settings_footer_cta.php', 'wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php'),
(6653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\sections\\sticky_widget.php', 'wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php'),
(6654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\content.php', 'wp-content/plugins/instagram-feed/admin/views/settings/content.php'),
(6655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\index.php', 'wp-content/plugins/instagram-feed/admin/views/settings/index.php'),
(6656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\page.php', 'wp-content/plugins/instagram-feed/admin/views/settings/page.php'),
(6657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\advanced.php', 'wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php'),
(6658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\feeds.php', 'wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php'),
(6659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\general.php', 'wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php'),
(6660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\settings\\tab\\index.php', 'wp-content/plugins/instagram-feed/admin/views/settings/tab/index.php'),
(6661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\content.php', 'wp-content/plugins/instagram-feed/admin/views/support/content.php'),
(6662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\index.php', 'wp-content/plugins/instagram-feed/admin/views/support/index.php'),
(6663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\page.php', 'wp-content/plugins/instagram-feed/admin/views/support/page.php'),
(6664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\admin\\views\\support\\support-tools.php', 'wp-content/plugins/instagram-feed/admin/views/support/support-tools.php'),
(6665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addPage.svg', 'wp-content/plugins/instagram-feed/assets/svgs/addPage.svg'),
(6666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addRoundIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/addRoundIcon.svg'),
(6667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\addWidget.svg', 'wp-content/plugins/instagram-feed/assets/svgs/addWidget.svg'),
(6668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\albumsIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/albumsIcon.svg'),
(6669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\albumsPreview.svg', 'wp-content/plugins/instagram-feed/assets/svgs/albumsPreview.svg'),
(6670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\angleUp.svg', 'wp-content/plugins/instagram-feed/assets/svgs/angleUp.svg'),
(6671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\article.svg', 'wp-content/plugins/instagram-feed/assets/svgs/article.svg'),
(6672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\article_2.svg', 'wp-content/plugins/instagram-feed/assets/svgs/article_2.svg'),
(6673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\background.svg', 'wp-content/plugins/instagram-feed/assets/svgs/background.svg'),
(6674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\boxed.svg', 'wp-content/plugins/instagram-feed/assets/svgs/boxed.svg'),
(6675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\camera.svg', 'wp-content/plugins/instagram-feed/assets/svgs/camera.svg'),
(6676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\caption.svg', 'wp-content/plugins/instagram-feed/assets/svgs/caption.svg'),
(6677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\carousel.svg', 'wp-content/plugins/instagram-feed/assets/svgs/carousel.svg'),
(6678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\checkmark.svg', 'wp-content/plugins/instagram-feed/assets/svgs/checkmark.svg'),
(6679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\checkmarklarge.svg', 'wp-content/plugins/instagram-feed/assets/svgs/checkmarklarge.svg'),
(6680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\close.svg', 'wp-content/plugins/instagram-feed/assets/svgs/close.svg'),
(6681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\cog.svg', 'wp-content/plugins/instagram-feed/assets/svgs/cog.svg'),
(6682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\color_scheme.svg', 'wp-content/plugins/instagram-feed/assets/svgs/color_scheme.svg'),
(6683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\copy.svg', 'wp-content/plugins/instagram-feed/assets/svgs/copy.svg'),
(6684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\copy2.svg', 'wp-content/plugins/instagram-feed/assets/svgs/copy2.svg'),
(6685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\corner.svg', 'wp-content/plugins/instagram-feed/assets/svgs/corner.svg'),
(6686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\ctaBoxes.svg', 'wp-content/plugins/instagram-feed/assets/svgs/ctaBoxes.svg'),
(6687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\cursor.svg', 'wp-content/plugins/instagram-feed/assets/svgs/cursor.svg'),
(6688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\delete.svg', 'wp-content/plugins/instagram-feed/assets/svgs/delete.svg'),
(6689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\desktop.svg', 'wp-content/plugins/instagram-feed/assets/svgs/desktop.svg'),
(6690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\duplicate.svg', 'wp-content/plugins/instagram-feed/assets/svgs/duplicate.svg'),
(6691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\edit.svg', 'wp-content/plugins/instagram-feed/assets/svgs/edit.svg'),
(6692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\errorNotification.svg', 'wp-content/plugins/instagram-feed/assets/svgs/errorNotification.svg'),
(6693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eventsIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/eventsIcon.svg'),
(6694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\exclamation.svg', 'wp-content/plugins/instagram-feed/assets/svgs/exclamation.svg'),
(6695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\feedLayout.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/feedLayout.svg'),
(6696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\filtermoderation.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/filtermoderation.svg'),
(6697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\hashtag.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/hashtag.svg'),
(6698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\headerLayout.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/headerLayout.svg'),
(6699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\lightbox.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/lightbox.svg'),
(6700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\postStyling.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/postStyling.svg'),
(6701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\shoppablefeed.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/shoppablefeed.svg'),
(6702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\socialwall.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/socialwall.svg'),
(6703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\extensions-popup\\tagged.svg', 'wp-content/plugins/instagram-feed/assets/svgs/extensions-popup/tagged.svg'),
(6704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eye1.svg', 'wp-content/plugins/instagram-feed/assets/svgs/eye1.svg'),
(6705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\eyePreview.svg', 'wp-content/plugins/instagram-feed/assets/svgs/eyePreview.svg'),
(6706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\facebook.svg', 'wp-content/plugins/instagram-feed/assets/svgs/facebook.svg'),
(6707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\facebookShare.svg', 'wp-content/plugins/instagram-feed/assets/svgs/facebookShare.svg'),
(6708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\featuredPostPreview.svg', 'wp-content/plugins/instagram-feed/assets/svgs/featuredPostPreview.svg'),
(6709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\featuredpostIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/featuredpostIcon.svg'),
(6710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\feed_layout.svg', 'wp-content/plugins/instagram-feed/assets/svgs/feed_layout.svg'),
(6711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\filter.svg', 'wp-content/plugins/instagram-feed/assets/svgs/filter.svg');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\flag.svg', 'wp-content/plugins/instagram-feed/assets/svgs/flag.svg'),
(6713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\follow.svg', 'wp-content/plugins/instagram-feed/assets/svgs/follow.svg'),
(6714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\fullwidth.svg', 'wp-content/plugins/instagram-feed/assets/svgs/fullwidth.svg'),
(6715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\grid.svg', 'wp-content/plugins/instagram-feed/assets/svgs/grid.svg'),
(6716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\halfwidth.svg', 'wp-content/plugins/instagram-feed/assets/svgs/halfwidth.svg'),
(6717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\hashtag.svg', 'wp-content/plugins/instagram-feed/assets/svgs/hashtag.svg'),
(6718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\header.svg', 'wp-content/plugins/instagram-feed/assets/svgs/header.svg'),
(6719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\headerPhoto.svg', 'wp-content/plugins/instagram-feed/assets/svgs/headerPhoto.svg'),
(6720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\headerUser.svg', 'wp-content/plugins/instagram-feed/assets/svgs/headerUser.svg'),
(6721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\heart.svg', 'wp-content/plugins/instagram-feed/assets/svgs/heart.svg'),
(6722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\highlight.svg', 'wp-content/plugins/instagram-feed/assets/svgs/highlight.svg'),
(6723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\imageChooser.svg', 'wp-content/plugins/instagram-feed/assets/svgs/imageChooser.svg'),
(6724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\info.svg', 'wp-content/plugins/instagram-feed/assets/svgs/info.svg'),
(6725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\information.svg', 'wp-content/plugins/instagram-feed/assets/svgs/information.svg'),
(6726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\instagram.svg', 'wp-content/plugins/instagram-feed/assets/svgs/instagram.svg'),
(6727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\facebook.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/facebook.svg'),
(6728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\instagram.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/instagram.svg'),
(6729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\reviews.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/reviews.svg'),
(6730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\tiktok.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/tiktok.svg'),
(6731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\twitter.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/twitter.svg'),
(6732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\install-plugins-popup\\youtube.svg', 'wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup/youtube.svg'),
(6733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\installPlugin.svg', 'wp-content/plugins/instagram-feed/assets/svgs/installPlugin.svg'),
(6734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\issueSinglePreview.svg', 'wp-content/plugins/instagram-feed/assets/svgs/issueSinglePreview.svg'),
(6735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\lightbox.svg', 'wp-content/plugins/instagram-feed/assets/svgs/lightbox.svg'),
(6736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\like_box.svg', 'wp-content/plugins/instagram-feed/assets/svgs/like_box.svg'),
(6737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\link.svg', 'wp-content/plugins/instagram-feed/assets/svgs/link.svg'),
(6738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\linkedinShare.svg', 'wp-content/plugins/instagram-feed/assets/svgs/linkedinShare.svg'),
(6739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\list.svg', 'wp-content/plugins/instagram-feed/assets/svgs/list.svg'),
(6740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\load_more.svg', 'wp-content/plugins/instagram-feed/assets/svgs/load_more.svg'),
(6741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\loaderSVG.svg', 'wp-content/plugins/instagram-feed/assets/svgs/loaderSVG.svg'),
(6742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mailShare.svg', 'wp-content/plugins/instagram-feed/assets/svgs/mailShare.svg'),
(6743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\masonry.svg', 'wp-content/plugins/instagram-feed/assets/svgs/masonry.svg'),
(6744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mention.svg', 'wp-content/plugins/instagram-feed/assets/svgs/mention.svg'),
(6745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\messageNotification.svg', 'wp-content/plugins/instagram-feed/assets/svgs/messageNotification.svg'),
(6746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\mobile.svg', 'wp-content/plugins/instagram-feed/assets/svgs/mobile.svg'),
(6747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\moon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/moon.svg'),
(6748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\photosIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/photosIcon.svg'),
(6749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\picture.svg', 'wp-content/plugins/instagram-feed/assets/svgs/picture.svg'),
(6750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\playButton.svg', 'wp-content/plugins/instagram-feed/assets/svgs/playButton.svg'),
(6751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\plus.svg', 'wp-content/plugins/instagram-feed/assets/svgs/plus.svg'),
(6752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\preview.svg', 'wp-content/plugins/instagram-feed/assets/svgs/preview.svg'),
(6753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\publichashtagIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/publichashtagIcon.svg'),
(6754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\publichashtagIconFree.svg', 'wp-content/plugins/instagram-feed/assets/svgs/publichashtagIconFree.svg'),
(6755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\reviews.svg', 'wp-content/plugins/instagram-feed/assets/svgs/reviews.svg'),
(6756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\reviewsIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/reviewsIcon.svg'),
(6757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\rocket.svg', 'wp-content/plugins/instagram-feed/assets/svgs/rocket.svg'),
(6758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\rocketPremiumBlue.svg', 'wp-content/plugins/instagram-feed/assets/svgs/rocketPremiumBlue.svg'),
(6759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shop.svg', 'wp-content/plugins/instagram-feed/assets/svgs/shop.svg'),
(6760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shoppableDisabled.svg', 'wp-content/plugins/instagram-feed/assets/svgs/shoppableDisabled.svg'),
(6761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\shoppableEnabled.svg', 'wp-content/plugins/instagram-feed/assets/svgs/shoppableEnabled.svg'),
(6762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\singlealbumIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/singlealbumIcon.svg'),
(6763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\smash-logo.svg', 'wp-content/plugins/instagram-feed/assets/svgs/smash-logo.svg'),
(6764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\smash.svg', 'wp-content/plugins/instagram-feed/assets/svgs/smash.svg'),
(6765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwall1Icon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/socialwall1Icon.svg'),
(6766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwall1IconFree.svg', 'wp-content/plugins/instagram-feed/assets/svgs/socialwall1IconFree.svg'),
(6767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\socialwallIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/socialwallIcon.svg'),
(6768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\sort.svg', 'wp-content/plugins/instagram-feed/assets/svgs/sort.svg'),
(6769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\source.svg', 'wp-content/plugins/instagram-feed/assets/svgs/source.svg'),
(6770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\spinner.svg', 'wp-content/plugins/instagram-feed/assets/svgs/spinner.svg'),
(6771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\successNotification.svg', 'wp-content/plugins/instagram-feed/assets/svgs/successNotification.svg'),
(6772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\sun.svg', 'wp-content/plugins/instagram-feed/assets/svgs/sun.svg'),
(6773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\svgs.js', 'wp-content/plugins/instagram-feed/assets/svgs/svgs.js'),
(6774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tablet.svg', 'wp-content/plugins/instagram-feed/assets/svgs/tablet.svg'),
(6775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tag.svg', 'wp-content/plugins/instagram-feed/assets/svgs/tag.svg'),
(6776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\taggedpostsIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/taggedpostsIcon.svg'),
(6777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\taggedpostsIconFree.svg', 'wp-content/plugins/instagram-feed/assets/svgs/taggedpostsIconFree.svg'),
(6778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\text.svg', 'wp-content/plugins/instagram-feed/assets/svgs/text.svg'),
(6779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\thumbnail.svg', 'wp-content/plugins/instagram-feed/assets/svgs/thumbnail.svg'),
(6780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tiktok.svg', 'wp-content/plugins/instagram-feed/assets/svgs/tiktok.svg'),
(6781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\timelineIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/timelineIcon.svg'),
(6782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\tooltipHelpSvg.svg', 'wp-content/plugins/instagram-feed/assets/svgs/tooltipHelpSvg.svg'),
(6783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\twitter.svg', 'wp-content/plugins/instagram-feed/assets/svgs/twitter.svg'),
(6784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\twitterShare.svg', 'wp-content/plugins/instagram-feed/assets/svgs/twitterShare.svg'),
(6785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\update.svg', 'wp-content/plugins/instagram-feed/assets/svgs/update.svg'),
(6786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\uploadFile.svg', 'wp-content/plugins/instagram-feed/assets/svgs/uploadFile.svg'),
(6787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\user.svg', 'wp-content/plugins/instagram-feed/assets/svgs/user.svg'),
(6788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\user_check.svg', 'wp-content/plugins/instagram-feed/assets/svgs/user_check.svg'),
(6789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\users.svg', 'wp-content/plugins/instagram-feed/assets/svgs/users.svg'),
(6790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\usertimelineIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/usertimelineIcon.svg'),
(6791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\videosIcon.svg', 'wp-content/plugins/instagram-feed/assets/svgs/videosIcon.svg'),
(6792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\visual.svg', 'wp-content/plugins/instagram-feed/assets/svgs/visual.svg'),
(6793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\assets\\svgs\\youtube.svg', 'wp-content/plugins/instagram-feed/assets/svgs/youtube.svg'),
(6794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\admin-notifications.css', 'wp-content/plugins/instagram-feed/css/admin-notifications.css'),
(6795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\legacy\\sbi-styles.css', 'wp-content/plugins/instagram-feed/css/legacy/sbi-styles.css'),
(6796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\legacy\\sbi-styles.min.css', 'wp-content/plugins/instagram-feed/css/legacy/sbi-styles.min.css'),
(6797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sb-blocks.css', 'wp-content/plugins/instagram-feed/css/sb-blocks.css'),
(6798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sb-instagram-admin.css', 'wp-content/plugins/instagram-feed/css/sb-instagram-admin.css'),
(6799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sbi-styles.css', 'wp-content/plugins/instagram-feed/css/sbi-styles.css'),
(6800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\css\\sbi-styles.min.css', 'wp-content/plugins/instagram-feed/css/sbi-styles.min.css'),
(6801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\gpl-2.0.txt', 'wp-content/plugins/instagram-feed/gpl-2.0.txt'),
(6802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\balloon-120.png', 'wp-content/plugins/instagram-feed/img/balloon-120.png'),
(6803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\insta-logo.png', 'wp-content/plugins/instagram-feed/img/insta-logo.png'),
(6804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\loader.png', 'wp-content/plugins/instagram-feed/img/loader.png'),
(6805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\placeholder.png', 'wp-content/plugins/instagram-feed/img/placeholder.png'),
(6806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\sbi-icon.png', 'wp-content/plugins/instagram-feed/img/sbi-icon.png'),
(6807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\sbi-sprite.png', 'wp-content/plugins/instagram-feed/img/sbi-sprite.png'),
(6808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\img\\thumb-placeholder.png', 'wp-content/plugins/instagram-feed/img/thumb-placeholder.png'),
(6809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Actionbutton_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php'),
(6810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkbox_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php'),
(6811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkboxlist_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php'),
(6812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Checkboxsection_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php'),
(6813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Coloroverride_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php'),
(6814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Colorpicker_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php'),
(6815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Controls_Base.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php'),
(6816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Customview_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php'),
(6817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Datepicker_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php'),
(6818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Heading_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php'),
(6819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Hidden_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php'),
(6820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Imagechooser_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php'),
(6821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Number_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php'),
(6822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Select_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php'),
(6823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Separator_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php'),
(6824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Switcher_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php'),
(6825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Text_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php'),
(6826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Textarea_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php'),
(6827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Toggle_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php'),
(6828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Togglebutton_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php'),
(6829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\SB_Toggleset_Control.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php'),
(6830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Controls\\index.php', 'wp-content/plugins/instagram-feed/inc/Builder/Controls/index.php'),
(6831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Db.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php'),
(6832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Builder.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php'),
(6833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Saver.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php'),
(6834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Feed_Saver_Manager.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php'),
(6835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Post_Set.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php'),
(6836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Source.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php'),
(6837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Theme_CSS.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php'),
(6838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SBI_Tooltip_Wizard.php', 'wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php'),
(6839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\SB_Builder_Customizer.php', 'wp-content/plugins/instagram-feed/inc/Builder/SB_Builder_Customizer.php'),
(6840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Builder_Customizer_Tab.php', 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Builder_Customizer_Tab.php'),
(6841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Customize_Tab.php', 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Customize_Tab.php'),
(6842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\SBI_Settings_Tab.php', 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Settings_Tab.php'),
(6843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\Tabs\\index.php', 'wp-content/plugins/instagram-feed/inc/Builder/Tabs/index.php'),
(6844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Builder\\index.php', 'wp-content/plugins/instagram-feed/inc/Builder/index.php'),
(6845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Email_Notification.php', 'wp-content/plugins/instagram-feed/inc/Email_Notification.php'),
(6846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\SB_Instagram_Tracking.php', 'wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php'),
(6847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\Util.php', 'wp-content/plugins/instagram-feed/inc/Helpers/Util.php'),
(6848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Helpers\\index.php', 'wp-content/plugins/instagram-feed/inc/Helpers/index.php'),
(6849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\SBI_Divi_Handler.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/SBI_Divi_Handler.php'),
(6850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\SBInstagramFeed.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/SBInstagramFeed.php'),
(6851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Divi\\index.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Divi/index.php'),
(6852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\CFF_Elementor_Widget.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/CFF_Elementor_Widget.php'),
(6853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\CTF_Elementor_Widget.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/CTF_Elementor_Widget.php'),
(6854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Elementor_Base.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Elementor_Base.php'),
(6855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Elementor_Widget.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Elementor_Widget.php'),
(6856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBI_Feed_Elementor_Control.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBI_Feed_Elementor_Control.php'),
(6857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\SBY_Elementor_Widget.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/SBY_Elementor_Widget.php'),
(6858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\Elementor\\index.php', 'wp-content/plugins/instagram-feed/inc/Integrations/Elementor/index.php'),
(6859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\FeedAnalytics.php', 'wp-content/plugins/instagram-feed/inc/Integrations/FeedAnalytics.php'),
(6860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\SBI_Integration.php', 'wp-content/plugins/instagram-feed/inc/Integrations/SBI_Integration.php'),
(6861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Integrations\\index.php', 'wp-content/plugins/instagram-feed/inc/Integrations/index.php'),
(6862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Platform_Data.php', 'wp-content/plugins/instagram-feed/inc/Platform_Data.php'),
(6863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\ServiceContainer.php', 'wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php'),
(6864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\ShortcodeService.php', 'wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php'),
(6865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\Services\\index.php', 'wp-content/plugins/instagram-feed/inc/Services/index.php'),
(6866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\PluginSilentUpgrader.php', 'wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php'),
(6867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php'),
(6868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\SBI_Onboarding_wizard.php', 'wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php'),
(6869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\actions.php', 'wp-content/plugins/instagram-feed/inc/admin/actions.php'),
(6870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\addon-functions.php', 'wp-content/plugins/instagram-feed/inc/admin/addon-functions.php'),
(6871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\blocks\\class-sbi-blocks.php', 'wp-content/plugins/instagram-feed/inc/admin/blocks/class-sbi-blocks.php'),
(6872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\blocks\\index.php', 'wp-content/plugins/instagram-feed/inc/admin/blocks/index.php'),
(6873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-install-skin.php', 'wp-content/plugins/instagram-feed/inc/admin/class-install-skin.php'),
(6874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-account-connector.php', 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php'),
(6875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-new-user.php', 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php'),
(6876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-notifications.php', 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php'),
(6877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\class-sbi-sitehealth.php', 'wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php'),
(6878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\admin\\index.php', 'wp-content/plugins/instagram-feed/inc/admin/index.php'),
(6879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-api-connect.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php'),
(6880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-cache.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php'),
(6881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-connected-account.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php'),
(6882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-cron-updater.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php'),
(6883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-data-encryption.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php'),
(6884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-data-manager.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php'),
(6885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-display-elements.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php'),
(6886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-education.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php'),
(6887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-feed-locator.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php'),
(6888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-feed.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php'),
(6889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-gdpr-integrations.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-gdpr-integrations.php'),
(6890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-oembed.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-oembed.php'),
(6891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-parse.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-parse.php'),
(6892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-post-set.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post-set.php'),
(6893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-post.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php'),
(6894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-posts-manager.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php'),
(6895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-settings.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php'),
(6896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-single.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php'),
(6897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\class-sb-instagram-token-refresher.php', 'wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php'),
(6898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\email.php', 'wp-content/plugins/instagram-feed/inc/email.php'),
(6899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\if-functions.php', 'wp-content/plugins/instagram-feed/inc/if-functions.php'),
(6900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\inc\\index.php', 'wp-content/plugins/instagram-feed/inc/index.php'),
(6901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\index.php', 'wp-content/plugins/instagram-feed/index.php'),
(6902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\instagram-feed.php', 'wp-content/plugins/instagram-feed/instagram-feed.php'),
(6903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\admin-notifications.js', 'wp-content/plugins/instagram-feed/js/admin-notifications.js'),
(6904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\jquery.matchHeight-min.js', 'wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js'),
(6905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\legacy\\sbi-scripts.js', 'wp-content/plugins/instagram-feed/js/legacy/sbi-scripts.js'),
(6906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\legacy\\sbi-scripts.min.js', 'wp-content/plugins/instagram-feed/js/legacy/sbi-scripts.min.js'),
(6907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sb-blocks.js', 'wp-content/plugins/instagram-feed/js/sb-blocks.js'),
(6908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sb-instagram-admin-6.js', 'wp-content/plugins/instagram-feed/js/sb-instagram-admin-6.js'),
(6909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sbi-scripts.js', 'wp-content/plugins/instagram-feed/js/sbi-scripts.js'),
(6910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\sbi-scripts.min.js', 'wp-content/plugins/instagram-feed/js/sbi-scripts.min.js'),
(6911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\js\\vue.min.js', 'wp-content/plugins/instagram-feed/js/vue.min.js'),
(6912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-de_DE.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.mo'),
(6913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-de_DE.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.po'),
(6914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-es_ES.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo'),
(6915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-es_ES.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.po'),
(6916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-fr_FR.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.mo'),
(6917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-fr_FR.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.po'),
(6918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-it_IT.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo'),
(6919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-it_IT.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.po'),
(6920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ja_JA.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo'),
(6921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ja_JA.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.po'),
(6922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-nl_NL.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo'),
(6923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-nl_NL.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.po'),
(6924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pl_PL.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo'),
(6925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pl_PL.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.po'),
(6926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pt_BR.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.mo'),
(6927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-pt_BR.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.po'),
(6928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ru_RU.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo'),
(6929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-ru_RU.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.po'),
(6930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-tr_TR.mo', 'wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo'),
(6931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed-tr_TR.po', 'wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.po'),
(6932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\languages\\instagram-feed.pot', 'wp-content/plugins/instagram-feed/languages/instagram-feed.pot'),
(6933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\feed.php', 'wp-content/plugins/instagram-feed/templates/feed.php'),
(6934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\footer.php', 'wp-content/plugins/instagram-feed/templates/footer.php'),
(6935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\header.php', 'wp-content/plugins/instagram-feed/templates/header.php'),
(6936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\index.php', 'wp-content/plugins/instagram-feed/templates/index.php'),
(6937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\templates\\item.php', 'wp-content/plugins/instagram-feed/templates/item.php'),
(6938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\autoload.php', 'wp-content/plugins/instagram-feed/vendor/autoload.php'),
(6939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php'),
(6940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php'),
(6941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\LICENSE', 'wp-content/plugins/instagram-feed/vendor/composer/LICENSE'),
(6942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php'),
(6943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_files.php'),
(6944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php'),
(6945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php'),
(6946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php'),
(6947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php'),
(6948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\installed.json', 'wp-content/plugins/instagram-feed/vendor/composer/installed.json'),
(6949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\installed.php', 'wp-content/plugins/instagram-feed/vendor/composer/installed.php'),
(6950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\composer\\platform_check.php', 'wp-content/plugins/instagram-feed/vendor/composer/platform_check.php'),
(6951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/LICENSE.md'),
(6952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/README.md'),
(6953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/composer.json'),
(6954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(6955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(6956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(6957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(6958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(6959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(6960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(6961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(6962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(6963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(6964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(6965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(6966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(6967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/instagram-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(6968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/LICENSE'),
(6969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/README.md'),
(6970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/composer.json'),
(6971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/CallableResolver.php'),
(6972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(6973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(6974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(6975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Invoker.php'),
(6976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/InvokerInterface.php'),
(6977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(6978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(6979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(6980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(6981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(6983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(6984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(6985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/instagram-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(6986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/LICENSE'),
(6987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/README.md'),
(6988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/composer.json'),
(6989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(6990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(6991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(6992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/instagram-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(6993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/instagram-feed/vendor/psr/container/LICENSE'),
(6994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\README.md', 'wp-content/plugins/instagram-feed/vendor/psr/container/README.md'),
(6995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/instagram-feed/vendor/psr/container/composer.json'),
(6996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/instagram-feed/vendor/psr/container/src/ContainerExceptionInterface.php'),
(6997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/instagram-feed/vendor/psr/container/src/ContainerInterface.php'),
(6998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/instagram-feed/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(6999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\scoper-autoload.php', 'wp-content/plugins/instagram-feed/vendor/scoper-autoload.php'),
(7000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(7001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(7002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(7003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(7004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(7005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(7006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(7007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(7008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(7009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(7010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(7011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(7012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(7013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(7014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(7015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(7016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(7017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(7018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/README.md'),
(7019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(7020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(7021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(7022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(7023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(7024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/README.md'),
(7025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(7026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(7027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(7028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(7029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(7030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(7031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(7032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(7033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(7034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(7035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(7036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(7037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(7038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(7039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(7040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(7041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(7042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(7043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(7044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(7045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(7046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(7047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(7048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(7049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(7050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(7051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(7052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(7053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(7054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(7055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(7056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(7057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(7058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(7059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(7060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(7061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(7062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(7063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(7064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(7065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(7066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(7067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(7068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(7069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(7070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(7071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(7072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(7073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(7074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(7075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(7076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(7077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(7078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(7079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(7080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(7081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(7082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(7083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(7084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(7085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/README.md'),
(7086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(7087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(7088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(7089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php'),
(7090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(7091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(7092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(7093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(7094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(7095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/functions.php'),
(7096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/instagram-feed/vendor/smashballoon/framework/composer.json'),
(7097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\README.md', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/README.md'),
(7098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\composer.json', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json'),
(7099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\composer.lock', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.lock'),
(7100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php'),
(7101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php'),
(7102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 'wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php'),
(7103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\widget.php', 'wp-content/plugins/instagram-feed/widget.php'),
(7104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\instagram-feed\\wpml-config.xml', 'wp-content/plugins/instagram-feed/wpml-config.xml'),
(7105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\SmoothScroll.js', 'wp-content/plugins/mousewheel-smooth-scroll/js/SmoothScroll.js'),
(7106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\SmoothScroll.min.js', 'wp-content/plugins/mousewheel-smooth-scroll/js/SmoothScroll.min.js'),
(7107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\js\\lenis.min.js', 'wp-content/plugins/mousewheel-smooth-scroll/js/lenis.min.js'),
(7108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\languages\\wpmss.pot', 'wp-content/plugins/mousewheel-smooth-scroll/languages/wpmss.pot'),
(7109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\mousewheel-smooth-scroll.php', 'wp-content/plugins/mousewheel-smooth-scroll/mousewheel-smooth-scroll.php'),
(7110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\mousewheel-smooth-scroll\\readme.txt', 'wp-content/plugins/mousewheel-smooth-scroll/readme.txt'),
(7111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\desktop.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/desktop.svg'),
(7112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-13.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-13.svg'),
(7113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-16.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-16.svg'),
(7114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\iphone-6.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/iphone-6.svg'),
(7115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\laptop.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/laptop.svg'),
(7116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\tablet.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/tablet.svg'),
(7117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\devices\\window.svg', 'wp-content/plugins/powerpack-elements/assets/images/devices/window.svg'),
(7118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\images\\pp-logo-sm.svg', 'wp-content/plugins/powerpack-elements/assets/images/pp-logo-sm.svg'),
(7119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\editor.js', 'wp-content/plugins/powerpack-elements/assets/js/editor.js'),
(7120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-accordion.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-accordion.js'),
(7121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-advanced-menu.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-advanced-menu.js'),
(7122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-album.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-album.js'),
(7123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-breadcrumbs.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-breadcrumbs.js'),
(7124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-buttons.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-buttons.js'),
(7125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-card-slider.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-card-slider.js'),
(7126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-carousel.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-carousel.js'),
(7127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-categories.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-categories.js'),
(7128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-charts.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-charts.js'),
(7129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-content-reveal.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-content-reveal.js'),
(7130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-countdown.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-countdown.js'),
(7131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-counter.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-counter.js'),
(7132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-devices.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-devices.js'),
(7133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-google-maps.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-google-maps.js'),
(7134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-gravity-forms.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-gravity-forms.js'),
(7135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-hotspots.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-hotspots.js'),
(7136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-accordion.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-accordion.js'),
(7137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-comparison.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-comparison.js'),
(7138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-image-gallery.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-image-gallery.js'),
(7139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-instafeed.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-instafeed.js'),
(7140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-interactive-circle.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-interactive-circle.js'),
(7141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-login-form.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-login-form.js'),
(7142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-marquee.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-marquee.js'),
(7143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-offcanvas-content.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-offcanvas-content.js'),
(7144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-one-page-nav.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-one-page-nav.js'),
(7145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-popup.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-popup.js'),
(7146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-posts.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-posts.js'),
(7147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-progress-bar.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-progress-bar.js'),
(7148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-registration-form.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-registration-form.js'),
(7149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-scroll-image.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-scroll-image.js'),
(7150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-showcase.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-showcase.js'),
(7151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-sitemap.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-sitemap.js'),
(7152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-tabbed-gallery.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-tabbed-gallery.js'),
(7153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-table.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-table.js'),
(7154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-testimonials.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-testimonials.js'),
(7155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-timeline.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-timeline.js'),
(7156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-toc.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-toc.js'),
(7157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-toggle.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-toggle.js'),
(7158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-tooltip.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-tooltip.js'),
(7159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-twitter.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-twitter.js'),
(7160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-video-gallery.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-video-gallery.js'),
(7161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-video.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-video.js'),
(7162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-add-to-cart-notification.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-add-to-cart-notification.js'),
(7163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-add-to-cart.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-add-to-cart.js'),
(7164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-cart.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-cart.js'),
(7165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-mini-cart.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-mini-cart.js'),
(7166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-my-account.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-my-account.js'),
(7167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-product-tabs.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-product-tabs.js'),
(7168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-woo-product.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-woo-product.js'),
(7169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\frontend-wrapper-link.js', 'wp-content/plugins/powerpack-elements/assets/js/frontend-wrapper-link.js'),
(7170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\header-layout.js', 'wp-content/plugins/powerpack-elements/assets/js/header-layout.js'),
(7171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\jquery.plugin.js', 'wp-content/plugins/powerpack-elements/assets/js/jquery.plugin.js'),
(7172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\admin-settings-templates.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/admin-settings-templates.min.js'),
(7173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\editor.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/editor.min.js'),
(7174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-accordion.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-accordion.min.js'),
(7175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-advanced-menu.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-advanced-menu.min.js'),
(7176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-album.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-album.min.js'),
(7177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-breadcrumbs.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-breadcrumbs.min.js'),
(7178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-buttons.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-buttons.min.js'),
(7179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-card-slider.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-card-slider.min.js'),
(7180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-carousel.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-carousel.min.js'),
(7181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-categories.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-categories.min.js'),
(7182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-charts.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-charts.min.js'),
(7183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-content-reveal.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-content-reveal.min.js'),
(7184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-countdown.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-countdown.min.js'),
(7185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-counter.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-counter.min.js'),
(7186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-devices.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-devices.min.js'),
(7187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-google-maps.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-google-maps.min.js'),
(7188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-gravity-forms.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-gravity-forms.min.js'),
(7189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-hotspots.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-hotspots.min.js'),
(7190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-accordion.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-accordion.min.js'),
(7191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-comparison.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-comparison.min.js'),
(7192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-image-gallery.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-image-gallery.min.js'),
(7193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-instafeed.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-instafeed.min.js'),
(7194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-interactive-circle.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-interactive-circle.min.js'),
(7195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-login-form.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-login-form.min.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-marquee.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-marquee.min.js'),
(7197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-mini-cart.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-mini-cart.min.js'),
(7198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-offcanvas-content.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-offcanvas-content.min.js'),
(7199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-one-page-nav.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-one-page-nav.min.js'),
(7200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-popup.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-popup.min.js'),
(7201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-posts.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-posts.min.js'),
(7202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-progress-bar.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-progress-bar.min.js'),
(7203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-registration-form.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-registration-form.min.js'),
(7204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-scroll-image.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-scroll-image.min.js'),
(7205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-showcase.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-showcase.min.js'),
(7206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-sitemap.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-sitemap.min.js'),
(7207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-tabbed-gallery.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-tabbed-gallery.min.js'),
(7208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-table.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-table.min.js'),
(7209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-testimonials.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-testimonials.min.js'),
(7210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-timeline.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-timeline.min.js'),
(7211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-toc.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-toc.min.js'),
(7212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-toggle.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-toggle.min.js'),
(7213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-tooltip.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-tooltip.min.js'),
(7214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-twitter.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-twitter.min.js'),
(7215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-video-gallery.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-video-gallery.min.js'),
(7216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-video.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-video.min.js'),
(7217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-add-to-cart-notification.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-add-to-cart-notification.min.js'),
(7218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-add-to-cart.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-add-to-cart.min.js'),
(7219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-cart.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-cart.min.js'),
(7220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-mini-cart.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-mini-cart.min.js'),
(7221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-my-account.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-my-account.min.js'),
(7222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-product-tabs.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-product-tabs.min.js'),
(7223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-woo-product.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-woo-product.min.js'),
(7224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\frontend-wrapper-link.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/frontend-wrapper-link.min.js'),
(7225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\header-layout.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/header-layout.min.js'),
(7226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\jquery.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/jquery.min.js'),
(7227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\one-page-nav.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/one-page-nav.min.js'),
(7228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-advanced-tabs.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-advanced-tabs.min.js'),
(7229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-bg-effects.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-bg-effects.min.js'),
(7230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-custom-cursor.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-custom-cursor.min.js'),
(7231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-google-maps.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-google-maps.min.js'),
(7232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-gradient-bg-animation.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-gradient-bg-animation.min.js'),
(7233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-login-form.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-login-form.min.js'),
(7234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-magic-wand-helper.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-magic-wand-helper.min.js'),
(7235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-magic-wand.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-magic-wand.min.js'),
(7236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-posts.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-posts.min.js'),
(7237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-presets-style.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-presets-style.min.js'),
(7238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-product-tabs.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-product-tabs.min.js'),
(7239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-registration-form.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-registration-form.min.js'),
(7240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-slide-menu.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-slide-menu.min.js'),
(7241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-taxonomy-thumbnail.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-taxonomy-thumbnail.min.js'),
(7242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-templates-lib.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-templates-lib.min.js'),
(7243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-toc.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-toc.min.js'),
(7244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\pp-woocommerce.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/pp-woocommerce.min.js'),
(7245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\query-post.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/query-post.min.js'),
(7246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\smartmenus-keyboard.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/smartmenus-keyboard.min.js'),
(7247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\min\\twitter-widgets.min.js', 'wp-content/plugins/powerpack-elements/assets/js/min/twitter-widgets.min.js'),
(7248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-advanced-tabs.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-advanced-tabs.js'),
(7249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-bg-effects.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-bg-effects.js'),
(7250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-custom-cursor.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-custom-cursor.js'),
(7251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-gradient-bg-animation.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-gradient-bg-animation.js'),
(7252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-magic-wand-helper.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-magic-wand-helper.js'),
(7253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-magic-wand.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-magic-wand.js'),
(7254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-presets-style.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-presets-style.js'),
(7255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-taxonomy-thumbnail.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-taxonomy-thumbnail.js'),
(7256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\pp-templates-lib.js', 'wp-content/plugins/powerpack-elements/assets/js/pp-templates-lib.js'),
(7257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\query-post.js', 'wp-content/plugins/powerpack-elements/assets/js/query-post.js'),
(7258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\smartmenus-keyboard.js', 'wp-content/plugins/powerpack-elements/assets/js/smartmenus-keyboard.js'),
(7259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\js\\twitter-widgets.js', 'wp-content/plugins/powerpack-elements/assets/js/twitter-widgets.js'),
(7260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\chartjs\\chart.umd.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/chartjs/chart.umd.min.js'),
(7261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\countdown\\jquery.countdown.js', 'wp-content/plugins/powerpack-elements/assets/lib/countdown/jquery.countdown.js'),
(7262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\countdown\\jquery.countdown.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/countdown/jquery.countdown.min.js'),
(7263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\fancybox\\jquery.fancybox.js', 'wp-content/plugins/powerpack-elements/assets/lib/fancybox/jquery.fancybox.js'),
(7264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\fancybox\\jquery.fancybox.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/fancybox/jquery.fancybox.min.js'),
(7265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\isotope\\isotope.pkgd.js', 'wp-content/plugins/powerpack-elements/assets/lib/isotope/isotope.pkgd.js'),
(7266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\isotope\\isotope.pkgd.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/isotope/isotope.pkgd.min.js'),
(7267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-cookie\\jquery.cookie.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-cookie/jquery.cookie.js'),
(7268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-cookie\\jquery.cookie.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-cookie/jquery.cookie.min.js'),
(7269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-event-move\\jquery.event.move.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-event-move/jquery.event.move.js'),
(7270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-event-move\\jquery.event.move.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-event-move/jquery.event.move.min.js'),
(7271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-resize\\jquery.resize.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-resize/jquery.resize.js'),
(7272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\jquery-resize\\jquery.resize.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/jquery-resize/jquery.resize.min.js'),
(7273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\justified-gallery\\jquery.justifiedGallery.js', 'wp-content/plugins/powerpack-elements/assets/lib/justified-gallery/jquery.justifiedGallery.js'),
(7274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\justified-gallery\\jquery.justifiedGallery.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/justified-gallery/jquery.justifiedGallery.min.js'),
(7275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\magnific-popup\\jquery.magnific-popup.js', 'wp-content/plugins/powerpack-elements/assets/lib/magnific-popup/jquery.magnific-popup.js'),
(7276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\magnific-popup\\jquery.magnific-popup.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/magnific-popup/jquery.magnific-popup.min.js'),
(7277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\particles\\particles.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/particles/particles.min.js'),
(7278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\slick\\slick.js', 'wp-content/plugins/powerpack-elements/assets/lib/slick/slick.js'),
(7279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\slick\\slick.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/slick/slick.min.js'),
(7280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\smartmenu\\jquery.smartmenus.js', 'wp-content/plugins/powerpack-elements/assets/lib/smartmenu/jquery.smartmenus.js'),
(7281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\smartmenu\\jquery.smartmenus.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/smartmenu/jquery.smartmenus.min.js'),
(7282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tablesaw\\tablesaw-init.js', 'wp-content/plugins/powerpack-elements/assets/lib/tablesaw/tablesaw-init.js'),
(7283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tablesaw\\tablesaw.jquery.js', 'wp-content/plugins/powerpack-elements/assets/lib/tablesaw/tablesaw.jquery.js'),
(7284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\three.r92.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/three.r92.min.js'),
(7285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.birds.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.birds.min.js'),
(7286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.dots.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.dots.min.js'),
(7287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.fog.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.fog.min.js'),
(7288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.net.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.net.min.js'),
(7289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\three-vanta\\vanta.waves.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/three-vanta/vanta.waves.min.js'),
(7290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tilt\\tilt.jquery.js', 'wp-content/plugins/powerpack-elements/assets/lib/tilt/tilt.jquery.js'),
(7291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tilt\\tilt.jquery.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/tilt/tilt.jquery.min.js'),
(7292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tooltipster\\tooltipster.js', 'wp-content/plugins/powerpack-elements/assets/lib/tooltipster/tooltipster.js'),
(7293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\assets\\lib\\tooltipster\\tooltipster.min.js', 'wp-content/plugins/powerpack-elements/assets/lib/tooltipster/tooltipster.min.js'),
(7294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\condition.php', 'wp-content/plugins/powerpack-elements/base/condition.php'),
(7295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\extension-base.php', 'wp-content/plugins/powerpack-elements/base/extension-base.php'),
(7296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\module-base.php', 'wp-content/plugins/powerpack-elements/base/module-base.php'),
(7297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\base\\powerpack-widget.php', 'wp-content/plugins/powerpack-elements/base/powerpack-widget.php'),
(7298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-admin-settings.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-admin-settings.php'),
(7299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-attachment.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-attachment.php'),
(7300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-config.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-config.php'),
(7301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-header-footer.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-header-footer.php'),
(7302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-helper.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-helper.php'),
(7303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-login-register.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-login-register.php'),
(7304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-magic-wand.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-magic-wand.php'),
(7305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-posts-helper.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-posts-helper.php'),
(7306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-posts-query-builder.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-posts-query-builder.php'),
(7307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-recaptcha.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-recaptcha.php'),
(7308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-taxonomy-thumbnail.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-taxonomy-thumbnail.php'),
(7309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-templates-lib.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-templates-lib.php'),
(7310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-builder-preview.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-builder-preview.php'),
(7311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-builder.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-builder.php'),
(7312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-woo-helper.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-woo-helper.php'),
(7313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\class-pp-wpml.php', 'wp-content/plugins/powerpack-elements/classes/class-pp-wpml.php'),
(7314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-astra.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-astra.php'),
(7315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-bb-theme.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-bb-theme.php'),
(7316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-generatepress.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-generatepress.php'),
(7317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-genesis.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-genesis.php'),
(7318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-oceanwp.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-oceanwp.php'),
(7319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-pbf.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-pbf.php'),
(7320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-storefront.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-storefront.php'),
(7321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\class-pp-theme-support-universal-elementor.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/class-pp-theme-support-universal-elementor.php'),
(7322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\includes\\ppe-footer.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/includes/ppe-footer.php'),
(7323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\theme-support\\includes\\ppe-header.php', 'wp-content/plugins/powerpack-elements/classes/theme-support/includes/ppe-header.php'),
(7324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-advanced-accordion.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-advanced-accordion.php'),
(7325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-advanced-tabs.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-advanced-tabs.php'),
(7326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-business-hours.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-business-hours.php'),
(7327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-buttons.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-buttons.php'),
(7328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-card-slider.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-card-slider.php'),
(7329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-charts.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-charts.php'),
(7330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-content-ticker.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-content-ticker.php'),
(7331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-coupons.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-coupons.php'),
(7332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-faq.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-faq.php'),
(7333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-google-maps.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-google-maps.php'),
(7334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-how-to.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-how-to.php'),
(7335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-icon-list.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-icon-list.php'),
(7336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-accordion.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-accordion.php'),
(7337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-gallery.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-gallery.php'),
(7338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-image-hotspots.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-image-hotspots.php'),
(7339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-info-box-carousel.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-info-box-carousel.php'),
(7340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-info-list.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-info-list.php'),
(7341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-interactive-circle.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-interactive-circle.php'),
(7342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-logo-carousel.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-logo-carousel.php'),
(7343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-logo-grid.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-logo-grid.php'),
(7344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-marquee.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-marquee.php'),
(7345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-offcanvas-content.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-offcanvas-content.php'),
(7346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-one-page-nav.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-one-page-nav.php'),
(7347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-price-menu.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-price-menu.php'),
(7348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-pricing-table.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-pricing-table.php'),
(7349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-progress-bar.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-progress-bar.php'),
(7350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-recipe.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-recipe.php'),
(7351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-registration-form.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-registration-form.php'),
(7352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-review-box.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-review-box.php'),
(7353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-showcase.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-showcase.php'),
(7354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-sitemap.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-sitemap.php'),
(7355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-tabbed-gallery.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-tabbed-gallery.php'),
(7356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-table.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-table.php'),
(7357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-team-member-carousel.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-team-member-carousel.php'),
(7358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-team-member.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-team-member.php'),
(7359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-testimonials.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-testimonials.php'),
(7360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-timeline.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-timeline.php'),
(7361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-video-gallery.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-video-gallery.php'),
(7362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-woo-checkout.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-woo-checkout.php'),
(7363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\classes\\wpml\\class-wpml-pp-woo-product-tabs.php', 'wp-content/plugins/powerpack-elements/classes/wpml/class-wpml-pp-woo-product-tabs.php'),
(7364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\animated-gradient-background.php', 'wp-content/plugins/powerpack-elements/extensions/animated-gradient-background.php'),
(7365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\background-effects.php', 'wp-content/plugins/powerpack-elements/extensions/background-effects.php'),
(7366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\custom-cursor.php', 'wp-content/plugins/powerpack-elements/extensions/custom-cursor.php'),
(7367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\display-conditions.php', 'wp-content/plugins/powerpack-elements/extensions/display-conditions.php'),
(7368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\tooltips.php', 'wp-content/plugins/powerpack-elements/extensions/tooltips.php'),
(7369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\extensions\\wrapper-link.php', 'wp-content/plugins/powerpack-elements/extensions/wrapper-link.php'),
(7370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\gruntfile.js', 'wp-content/plugins/powerpack-elements/gruntfile.js'),
(7371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-extensions.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-extensions.php'),
(7372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-header-footer.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-header-footer.php'),
(7373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-integration.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-integration.php'),
(7374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-license.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-license.php'),
(7375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-login-register.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-login-register.php'),
(7376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-modules.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-modules.php'),
(7377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-wl.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-wl.php'),
(7378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings-woo-templates.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings-woo-templates.php'),
(7379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\admin\\admin-settings.php', 'wp-content/plugins/powerpack-elements/includes/admin/admin-settings.php'),
(7380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\groups\\toc_typo_control.php', 'wp-content/plugins/powerpack-elements/includes/controls/groups/toc_typo_control.php'),
(7381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\groups\\transition.php', 'wp-content/plugins/powerpack-elements/includes/controls/groups/transition.php'),
(7382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\controls\\query.php', 'wp-content/plugins/powerpack-elements/includes/controls/query.php'),
(7383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\extensions-manager.php', 'wp-content/plugins/powerpack-elements/includes/extensions-manager.php'),
(7384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\helper-functions.php', 'wp-content/plugins/powerpack-elements/includes/helper-functions.php'),
(7385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\modules-manager.php', 'wp-content/plugins/powerpack-elements/includes/modules-manager.php'),
(7386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\updater\\class-pp-plugin-updater.php', 'wp-content/plugins/powerpack-elements/includes/updater/class-pp-plugin-updater.php'),
(7387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\updater\\update-config.php', 'wp-content/plugins/powerpack-elements/includes/updater/update-config.php'),
(7388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\ReCaptcha.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/ReCaptcha.php'),
(7389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Curl.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Curl.php'),
(7390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\CurlPost.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/CurlPost.php'),
(7391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Post.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Post.php'),
(7392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\Socket.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/Socket.php'),
(7393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod\\SocketPost.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod/SocketPost.php'),
(7394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestMethod.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestMethod.php'),
(7395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\RequestParameters.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/RequestParameters.php'),
(7396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\ReCaptcha\\Response.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/ReCaptcha/Response.php'),
(7397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\includes\\vendor\\recaptcha\\autoload.php', 'wp-content/plugins/powerpack-elements/includes/vendor/recaptcha/autoload.php'),
(7398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\index.php', 'wp-content/plugins/powerpack-elements/index.php'),
(7399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-accordion\\module.php', 'wp-content/plugins/powerpack-elements/modules/advanced-accordion/module.php'),
(7400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-accordion\\widgets\\advanced-accordion.php', 'wp-content/plugins/powerpack-elements/modules/advanced-accordion/widgets/advanced-accordion.php'),
(7401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-menu\\module.php', 'wp-content/plugins/powerpack-elements/modules/advanced-menu/module.php'),
(7402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-menu\\widgets\\advanced-menu.php', 'wp-content/plugins/powerpack-elements/modules/advanced-menu/widgets/advanced-menu.php'),
(7403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-tabs\\module.php', 'wp-content/plugins/powerpack-elements/modules/advanced-tabs/module.php'),
(7404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\advanced-tabs\\widgets\\advanced-tabs.php', 'wp-content/plugins/powerpack-elements/modules/advanced-tabs/widgets/advanced-tabs.php'),
(7405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\album\\module.php', 'wp-content/plugins/powerpack-elements/modules/album/module.php'),
(7406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\album\\widgets\\album.php', 'wp-content/plugins/powerpack-elements/modules/album/widgets/album.php'),
(7407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\author-list\\module.php', 'wp-content/plugins/powerpack-elements/modules/author-list/module.php'),
(7408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\author-list\\widgets\\author-list.php', 'wp-content/plugins/powerpack-elements/modules/author-list/widgets/author-list.php'),
(7409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\breadcrumbs\\module.php', 'wp-content/plugins/powerpack-elements/modules/breadcrumbs/module.php'),
(7410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\breadcrumbs\\widgets\\breadcrumbs.php', 'wp-content/plugins/powerpack-elements/modules/breadcrumbs/widgets/breadcrumbs.php'),
(7411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-hours\\module.php', 'wp-content/plugins/powerpack-elements/modules/business-hours/module.php'),
(7412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-hours\\widgets\\business-hours.php', 'wp-content/plugins/powerpack-elements/modules/business-hours/widgets/business-hours.php'),
(7413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\module.php', 'wp-content/plugins/powerpack-elements/modules/business-reviews/module.php'),
(7414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-base.php', 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-base.php'),
(7415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-card.php', 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-card.php'),
(7416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\skins\\skin-classic.php', 'wp-content/plugins/powerpack-elements/modules/business-reviews/skins/skin-classic.php'),
(7417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\business-reviews\\widgets\\business-reviews.php', 'wp-content/plugins/powerpack-elements/modules/business-reviews/widgets/business-reviews.php'),
(7418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\buttons\\module.php', 'wp-content/plugins/powerpack-elements/modules/buttons/module.php'),
(7419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\buttons\\widgets\\buttons.php', 'wp-content/plugins/powerpack-elements/modules/buttons/widgets/buttons.php'),
(7420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\categories\\module.php', 'wp-content/plugins/powerpack-elements/modules/categories/module.php'),
(7421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\categories\\widgets\\categories.php', 'wp-content/plugins/powerpack-elements/modules/categories/widgets/categories.php'),
(7422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\charts\\module.php', 'wp-content/plugins/powerpack-elements/modules/charts/module.php'),
(7423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\charts\\widgets\\charts.php', 'wp-content/plugins/powerpack-elements/modules/charts/widgets/charts.php'),
(7424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\contact-form-seven\\module.php', 'wp-content/plugins/powerpack-elements/modules/contact-form-seven/module.php'),
(7425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\contact-form-seven\\widgets\\contact-form-7.php', 'wp-content/plugins/powerpack-elements/modules/contact-form-seven/widgets/contact-form-7.php'),
(7426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\content-reveal\\module.php', 'wp-content/plugins/powerpack-elements/modules/content-reveal/module.php'),
(7427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\content-reveal\\widgets\\content-reveal.php', 'wp-content/plugins/powerpack-elements/modules/content-reveal/widgets/content-reveal.php'),
(7428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\countdown\\module.php', 'wp-content/plugins/powerpack-elements/modules/countdown/module.php'),
(7429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\countdown\\widgets\\countdown.php', 'wp-content/plugins/powerpack-elements/modules/countdown/widgets/countdown.php'),
(7430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\counter\\module.php', 'wp-content/plugins/powerpack-elements/modules/counter/module.php'),
(7431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\counter\\widgets\\counter.php', 'wp-content/plugins/powerpack-elements/modules/counter/widgets/counter.php'),
(7432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\coupons\\module.php', 'wp-content/plugins/powerpack-elements/modules/coupons/module.php'),
(7433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\coupons\\widgets\\coupons.php', 'wp-content/plugins/powerpack-elements/modules/coupons/widgets/coupons.php'),
(7434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\acf.php', 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/acf.php'),
(7435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\field-base.php', 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/field-base.php'),
(7436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\pods.php', 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/pods.php'),
(7437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\fields\\toolset.php', 'wp-content/plugins/powerpack-elements/modules/custom-fields/fields/toolset.php'),
(7438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\custom-fields\\module.php', 'wp-content/plugins/powerpack-elements/modules/custom-fields/module.php'),
(7439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\devices\\module.php', 'wp-content/plugins/powerpack-elements/modules/devices/module.php'),
(7440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\devices\\widgets\\devices.php', 'wp-content/plugins/powerpack-elements/modules/devices/widgets/devices.php'),
(7441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-base.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-base.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-choice.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-choice.php'),
(7443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-date-time.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-date-time.php'),
(7444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-post.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-post.php'),
(7445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-taxonomy.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-taxonomy.php'),
(7446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-text.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-text.php'),
(7447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\acf-true-false.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/acf-true-false.php'),
(7448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\authentication.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/authentication.php'),
(7449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\author-archive.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/author-archive.php'),
(7450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\browser.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/browser.php'),
(7451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date-archive.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date-archive.php'),
(7452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date-time-before.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date-time-before.php'),
(7453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\date.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/date.php'),
(7454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\day.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/day.php'),
(7455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\device-type.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/device-type.php'),
(7456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\os.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/os.php'),
(7457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\page.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/page.php'),
(7458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-base.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-base.php'),
(7459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-date-time.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-date-time.php'),
(7460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-text.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-text.php'),
(7461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\pods-yes-no.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/pods-yes-no.php'),
(7462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-term.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-term.php'),
(7463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-type-archive.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-type-archive.php'),
(7464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post-type.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post-type.php'),
(7465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\post.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/post.php'),
(7466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\request-parameter.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/request-parameter.php'),
(7467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\role.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/role.php'),
(7468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\search-bot.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/search-bot.php'),
(7469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\search-results.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/search-results.php'),
(7470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\shortcode.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/shortcode.php'),
(7471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\static-page.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/static-page.php'),
(7472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\taxonomy-archive.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/taxonomy-archive.php'),
(7473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\term-archive.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/term-archive.php'),
(7474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\time.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/time.php'),
(7475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\user.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/user.php'),
(7476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\visitor-type.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/visitor-type.php'),
(7477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-base.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-base.php'),
(7478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products-category.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products-category.php'),
(7479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products-count.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products-count.php'),
(7480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-products.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-products.php'),
(7481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-subtotal.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-subtotal.php'),
(7482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-cart-total.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-cart-total.php'),
(7483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-category-page.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-category-page.php'),
(7484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-last-purchase.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-last-purchase.php'),
(7485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-orders-placed.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-orders-placed.php'),
(7486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-category.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-category.php'),
(7487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-price.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-price.php'),
(7488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-rating.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-rating.php'),
(7489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-stock.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-stock.php'),
(7490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-product-type.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-product-type.php'),
(7491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\conditions\\woo-purchased-category.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/conditions/woo-purchased-category.php'),
(7492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\display-conditions\\module.php', 'wp-content/plugins/powerpack-elements/modules/display-conditions/module.php'),
(7493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\divider\\module.php', 'wp-content/plugins/powerpack-elements/modules/divider/module.php'),
(7494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\divider\\widgets\\divider.php', 'wp-content/plugins/powerpack-elements/modules/divider/widgets/divider.php'),
(7495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\dynamic-tags\\module.php', 'wp-content/plugins/powerpack-elements/modules/dynamic-tags/module.php'),
(7496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\dynamic-tags\\tags\\taxonomy-thumbnail.php', 'wp-content/plugins/powerpack-elements/modules/dynamic-tags/tags/taxonomy-thumbnail.php'),
(7497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\faq\\module.php', 'wp-content/plugins/powerpack-elements/modules/faq/module.php'),
(7498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\faq\\widgets\\faq.php', 'wp-content/plugins/powerpack-elements/modules/faq/widgets/faq.php'),
(7499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\flipbox\\module.php', 'wp-content/plugins/powerpack-elements/modules/flipbox/module.php'),
(7500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\flipbox\\widgets\\flipbox.php', 'wp-content/plugins/powerpack-elements/modules/flipbox/widgets/flipbox.php'),
(7501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\fluent-forms\\module.php', 'wp-content/plugins/powerpack-elements/modules/fluent-forms/module.php'),
(7502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\fluent-forms\\widgets\\fluent-forms.php', 'wp-content/plugins/powerpack-elements/modules/fluent-forms/widgets/fluent-forms.php'),
(7503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\formidable-forms\\module.php', 'wp-content/plugins/powerpack-elements/modules/formidable-forms/module.php'),
(7504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\formidable-forms\\widgets\\formidable-forms.php', 'wp-content/plugins/powerpack-elements/modules/formidable-forms/widgets/formidable-forms.php'),
(7505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\module.php', 'wp-content/plugins/powerpack-elements/modules/gallery/module.php'),
(7506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\widgets\\image-gallery.php', 'wp-content/plugins/powerpack-elements/modules/gallery/widgets/image-gallery.php'),
(7507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gallery\\widgets\\image-slider.php', 'wp-content/plugins/powerpack-elements/modules/gallery/widgets/image-slider.php'),
(7508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\google-maps\\module.php', 'wp-content/plugins/powerpack-elements/modules/google-maps/module.php'),
(7509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\google-maps\\widgets\\google-maps.php', 'wp-content/plugins/powerpack-elements/modules/google-maps/widgets/google-maps.php'),
(7510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gravity-forms\\module.php', 'wp-content/plugins/powerpack-elements/modules/gravity-forms/module.php'),
(7511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\gravity-forms\\widgets\\gravity-forms.php', 'wp-content/plugins/powerpack-elements/modules/gravity-forms/widgets/gravity-forms.php'),
(7512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\module.php', 'wp-content/plugins/powerpack-elements/modules/headings/module.php'),
(7513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\widgets\\dual-heading.php', 'wp-content/plugins/powerpack-elements/modules/headings/widgets/dual-heading.php'),
(7514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\headings\\widgets\\fancy-heading.php', 'wp-content/plugins/powerpack-elements/modules/headings/widgets/fancy-heading.php'),
(7515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\hotspots\\module.php', 'wp-content/plugins/powerpack-elements/modules/hotspots/module.php'),
(7516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\hotspots\\widgets\\hotspots.php', 'wp-content/plugins/powerpack-elements/modules/hotspots/widgets/hotspots.php'),
(7517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\how-to\\module.php', 'wp-content/plugins/powerpack-elements/modules/how-to/module.php'),
(7518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\how-to\\widgets\\how-to.php', 'wp-content/plugins/powerpack-elements/modules/how-to/widgets/how-to.php'),
(7519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\icon-list\\module.php', 'wp-content/plugins/powerpack-elements/modules/icon-list/module.php'),
(7520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\icon-list\\widgets\\icon-list.php', 'wp-content/plugins/powerpack-elements/modules/icon-list/widgets/icon-list.php'),
(7521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-accordion\\module.php', 'wp-content/plugins/powerpack-elements/modules/image-accordion/module.php'),
(7522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-accordion\\widgets\\image-accordion.php', 'wp-content/plugins/powerpack-elements/modules/image-accordion/widgets/image-accordion.php'),
(7523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-comparison\\module.php', 'wp-content/plugins/powerpack-elements/modules/image-comparison/module.php'),
(7524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\image-comparison\\widgets\\image-comparison.php', 'wp-content/plugins/powerpack-elements/modules/image-comparison/widgets/image-comparison.php'),
(7525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\module.php', 'wp-content/plugins/powerpack-elements/modules/info-box/module.php'),
(7526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\widgets\\info-box-carousel.php', 'wp-content/plugins/powerpack-elements/modules/info-box/widgets/info-box-carousel.php'),
(7527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-box\\widgets\\info-box.php', 'wp-content/plugins/powerpack-elements/modules/info-box/widgets/info-box.php'),
(7528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-list\\module.php', 'wp-content/plugins/powerpack-elements/modules/info-list/module.php'),
(7529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-list\\widgets\\info-list.php', 'wp-content/plugins/powerpack-elements/modules/info-list/widgets/info-list.php'),
(7530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-table\\module.php', 'wp-content/plugins/powerpack-elements/modules/info-table/module.php'),
(7531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\info-table\\widgets\\info-table.php', 'wp-content/plugins/powerpack-elements/modules/info-table/widgets/info-table.php'),
(7532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\instafeed\\module.php', 'wp-content/plugins/powerpack-elements/modules/instafeed/module.php'),
(7533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\instafeed\\widgets\\instafeed.php', 'wp-content/plugins/powerpack-elements/modules/instafeed/widgets/instafeed.php'),
(7534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\interactive-circle\\module.php', 'wp-content/plugins/powerpack-elements/modules/interactive-circle/module.php'),
(7535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\interactive-circle\\widgets\\interactive-circle.php', 'wp-content/plugins/powerpack-elements/modules/interactive-circle/widgets/interactive-circle.php'),
(7536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\link-effects\\module.php', 'wp-content/plugins/powerpack-elements/modules/link-effects/module.php'),
(7537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\link-effects\\widgets\\link-effects.php', 'wp-content/plugins/powerpack-elements/modules/link-effects/widgets/link-effects.php'),
(7538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\login-form\\module.php', 'wp-content/plugins/powerpack-elements/modules/login-form/module.php'),
(7539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\login-form\\widgets\\login-form.php', 'wp-content/plugins/powerpack-elements/modules/login-form/widgets/login-form.php'),
(7540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\module.php', 'wp-content/plugins/powerpack-elements/modules/logos/module.php'),
(7541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\widgets\\logo-carousel.php', 'wp-content/plugins/powerpack-elements/modules/logos/widgets/logo-carousel.php'),
(7542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\logos\\widgets\\logo-grid.php', 'wp-content/plugins/powerpack-elements/modules/logos/widgets/logo-grid.php'),
(7543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\marquee\\module.php', 'wp-content/plugins/powerpack-elements/modules/marquee/module.php'),
(7544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\marquee\\widgets\\marquee.php', 'wp-content/plugins/powerpack-elements/modules/marquee/widgets/marquee.php'),
(7545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\modal-popup\\module.php', 'wp-content/plugins/powerpack-elements/modules/modal-popup/module.php'),
(7546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\modal-popup\\widgets\\modal-popup.php', 'wp-content/plugins/powerpack-elements/modules/modal-popup/widgets/modal-popup.php'),
(7547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\ninja-forms\\module.php', 'wp-content/plugins/powerpack-elements/modules/ninja-forms/module.php'),
(7548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\ninja-forms\\widgets\\ninja-forms.php', 'wp-content/plugins/powerpack-elements/modules/ninja-forms/widgets/ninja-forms.php'),
(7549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\offcanvas-content\\module.php', 'wp-content/plugins/powerpack-elements/modules/offcanvas-content/module.php'),
(7550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\offcanvas-content\\widgets\\offcanvas-content.php', 'wp-content/plugins/powerpack-elements/modules/offcanvas-content/widgets/offcanvas-content.php'),
(7551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\onepage-nav\\module.php', 'wp-content/plugins/powerpack-elements/modules/onepage-nav/module.php'),
(7552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\onepage-nav\\widgets\\onepage-nav.php', 'wp-content/plugins/powerpack-elements/modules/onepage-nav/widgets/onepage-nav.php'),
(7553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\module.php', 'wp-content/plugins/powerpack-elements/modules/posts/module.php'),
(7554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-base.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-base.php'),
(7555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-card.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-card.php'),
(7556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-checkerboard.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-checkerboard.php'),
(7557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-classic.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-classic.php'),
(7558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-creative.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-creative.php'),
(7559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-event.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-event.php'),
(7560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-news.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-news.php'),
(7561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-overlap.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-overlap.php'),
(7562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-portfolio.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-portfolio.php'),
(7563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\skins\\skin-template.php', 'wp-content/plugins/powerpack-elements/modules/posts/skins/skin-template.php'),
(7564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\traits\\trait-posts-query-controls.php', 'wp-content/plugins/powerpack-elements/modules/posts/traits/trait-posts-query-controls.php'),
(7565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\card-slider.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/card-slider.php'),
(7566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\content-ticker.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/content-ticker.php'),
(7567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\magazine-slider.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/magazine-slider.php'),
(7568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\posts-base.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/posts-base.php'),
(7569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\posts.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/posts.php'),
(7570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\tiled-posts.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/tiled-posts.php'),
(7571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\posts\\widgets\\timeline.php', 'wp-content/plugins/powerpack-elements/modules/posts/widgets/timeline.php'),
(7572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\presets-style\\controls\\presets-style.php', 'wp-content/plugins/powerpack-elements/modules/presets-style/controls/presets-style.php'),
(7573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\presets-style\\module.php', 'wp-content/plugins/powerpack-elements/modules/presets-style/module.php'),
(7574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\module.php', 'wp-content/plugins/powerpack-elements/modules/pricing/module.php'),
(7575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\widgets\\price-menu.php', 'wp-content/plugins/powerpack-elements/modules/pricing/widgets/price-menu.php'),
(7576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\pricing\\widgets\\pricing-table.php', 'wp-content/plugins/powerpack-elements/modules/pricing/widgets/pricing-table.php'),
(7577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\progress-bar\\module.php', 'wp-content/plugins/powerpack-elements/modules/progress-bar/module.php'),
(7578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\progress-bar\\widgets\\progress-bar.php', 'wp-content/plugins/powerpack-elements/modules/progress-bar/widgets/progress-bar.php'),
(7579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\promo-box\\module.php', 'wp-content/plugins/powerpack-elements/modules/promo-box/module.php'),
(7580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\promo-box\\widgets\\promo-box.php', 'wp-content/plugins/powerpack-elements/modules/promo-box/widgets/promo-box.php'),
(7581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\protected-content\\module.php', 'wp-content/plugins/powerpack-elements/modules/protected-content/module.php'),
(7582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\protected-content\\widgets\\protected-content.php', 'wp-content/plugins/powerpack-elements/modules/protected-content/widgets/protected-content.php'),
(7583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\module.php', 'wp-content/plugins/powerpack-elements/modules/query-control/module.php'),
(7584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\acf.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/acf.php'),
(7585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\authors.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/authors.php'),
(7586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\meta-base.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/meta-base.php'),
(7587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\pods.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/pods.php'),
(7588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\posts.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/posts.php'),
(7589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-all.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-all.php'),
(7590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-page.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-page.php'),
(7591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-section.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-section.php'),
(7592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates-widget.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates-widget.php'),
(7593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\templates.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/templates.php'),
(7594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\terms-slug.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/terms-slug.php'),
(7595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\terms.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/terms.php'),
(7596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\toolset.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/toolset.php'),
(7597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\type-base.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/type-base.php'),
(7598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-control\\types\\users.php', 'wp-content/plugins/powerpack-elements/modules/query-control/types/users.php'),
(7599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-post\\controls\\query.php', 'wp-content/plugins/powerpack-elements/modules/query-post/controls/query.php'),
(7600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\query-post\\module.php', 'wp-content/plugins/powerpack-elements/modules/query-post/module.php'),
(7601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\random-image\\module.php', 'wp-content/plugins/powerpack-elements/modules/random-image/module.php'),
(7602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\random-image\\widgets\\random-image.php', 'wp-content/plugins/powerpack-elements/modules/random-image/widgets/random-image.php'),
(7603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\recipe\\module.php', 'wp-content/plugins/powerpack-elements/modules/recipe/module.php'),
(7604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\recipe\\widgets\\recipe.php', 'wp-content/plugins/powerpack-elements/modules/recipe/widgets/recipe.php'),
(7605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\consent.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/consent.php'),
(7606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\email.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/email.php'),
(7607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\hidden.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/hidden.php'),
(7608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\password.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/password.php'),
(7609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\phone.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/phone.php'),
(7610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\recaptcha.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/recaptcha.php'),
(7611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\static-text.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/static-text.php'),
(7612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\text.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/text.php'),
(7613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\url.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/url.php'),
(7614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\fields\\username.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/fields/username.php'),
(7615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\module.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/module.php'),
(7616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\registration-form\\widgets\\registration-form.php', 'wp-content/plugins/powerpack-elements/modules/registration-form/widgets/registration-form.php'),
(7617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\review-box\\module.php', 'wp-content/plugins/powerpack-elements/modules/review-box/module.php'),
(7618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\review-box\\widgets\\review-box.php', 'wp-content/plugins/powerpack-elements/modules/review-box/widgets/review-box.php'),
(7619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\scroll-image\\module.php', 'wp-content/plugins/powerpack-elements/modules/scroll-image/module.php'),
(7620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\scroll-image\\widgets\\scroll-image.php', 'wp-content/plugins/powerpack-elements/modules/scroll-image/widgets/scroll-image.php'),
(7621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\showcase\\module.php', 'wp-content/plugins/powerpack-elements/modules/showcase/module.php'),
(7622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\showcase\\widgets\\showcase.php', 'wp-content/plugins/powerpack-elements/modules/showcase/widgets/showcase.php'),
(7623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\sitemap\\module.php', 'wp-content/plugins/powerpack-elements/modules/sitemap/module.php'),
(7624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\sitemap\\widgets\\sitemap.php', 'wp-content/plugins/powerpack-elements/modules/sitemap/widgets/sitemap.php'),
(7625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-content-carousel\\widgets\\tabbed-content-carousel.php', 'wp-content/plugins/powerpack-elements/modules/tabbed-content-carousel/widgets/tabbed-content-carousel.php'),
(7626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-gallery\\module.php', 'wp-content/plugins/powerpack-elements/modules/tabbed-gallery/module.php'),
(7627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\tabbed-gallery\\widgets\\tabbed-gallery.php', 'wp-content/plugins/powerpack-elements/modules/tabbed-gallery/widgets/tabbed-gallery.php'),
(7628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\table\\module.php', 'wp-content/plugins/powerpack-elements/modules/table/module.php'),
(7629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\table\\widgets\\table.php', 'wp-content/plugins/powerpack-elements/modules/table/widgets/table.php'),
(7630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\module.php', 'wp-content/plugins/powerpack-elements/modules/team-member/module.php'),
(7631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\widgets\\team-member-carousel.php', 'wp-content/plugins/powerpack-elements/modules/team-member/widgets/team-member-carousel.php'),
(7632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\team-member\\widgets\\team-member.php', 'wp-content/plugins/powerpack-elements/modules/team-member/widgets/team-member.php'),
(7633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\templates-content\\background-image.php', 'wp-content/plugins/powerpack-elements/modules/templates-content/background-image.php'),
(7634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\templates-content\\module.php', 'wp-content/plugins/powerpack-elements/modules/templates-content/module.php'),
(7635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\testimonials\\module.php', 'wp-content/plugins/powerpack-elements/modules/testimonials/module.php'),
(7636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\testimonials\\widgets\\testimonials.php', 'wp-content/plugins/powerpack-elements/modules/testimonials/widgets/testimonials.php'),
(7637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toc\\module.php', 'wp-content/plugins/powerpack-elements/modules/toc/module.php'),
(7638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toc\\widgets\\table-of-contents.php', 'wp-content/plugins/powerpack-elements/modules/toc/widgets/table-of-contents.php'),
(7639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toggle\\module.php', 'wp-content/plugins/powerpack-elements/modules/toggle/module.php'),
(7640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\toggle\\widgets\\toggle.php', 'wp-content/plugins/powerpack-elements/modules/toggle/widgets/toggle.php'),
(7641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\module.php', 'wp-content/plugins/powerpack-elements/modules/twitter/module.php'),
(7642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-buttons.php', 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-buttons.php'),
(7643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-grid.php', 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-grid.php'),
(7644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-timeline.php', 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-timeline.php'),
(7645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\twitter\\widgets\\twitter-tweet.php', 'wp-content/plugins/powerpack-elements/modules/twitter/widgets/twitter-tweet.php'),
(7646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\module.php', 'wp-content/plugins/powerpack-elements/modules/video/module.php'),
(7647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\widgets\\video-gallery.php', 'wp-content/plugins/powerpack-elements/modules/video/widgets/video-gallery.php'),
(7648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\video\\widgets\\video.php', 'wp-content/plugins/powerpack-elements/modules/video/widgets/video.php'),
(7649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\module.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/module.php'),
(7650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-base.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-base.php'),
(7651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-1.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-1.php'),
(7652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-2.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-2.php'),
(7653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-3.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-3.php'),
(7654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\single-product-skin-4.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/single-product-skin-4.php'),
(7655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-base.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-base.php'),
(7656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-1.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-1.php'),
(7657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-2.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-2.php'),
(7658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-3.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-3.php'),
(7659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-4.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-4.php'),
(7660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\skins\\skin-grid-skin-5.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/skins/skin-grid-skin-5.php'),
(7661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-carousel.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-carousel.php'),
(7662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-tiles-1.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-tiles-1.php'),
(7663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat-tiles-2.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat-tiles-2.php'),
(7664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-cat.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-cat.php'),
(7665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-1.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-1.php'),
(7666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-2.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-2.php'),
(7667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-3.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-3.php'),
(7668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-4.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-4.php'),
(7669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\content-product-skin-5.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/content-product-skin-5.php'),
(7670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\left-badge.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/left-badge.php'),
(7671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\loop-end.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/loop-end.php'),
(7672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\loop-start.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/loop-start.php'),
(7673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\pagination.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/pagination.php'),
(7674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\product-title.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/product-title.php'),
(7675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\loop\\right-badge.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/loop/right-badge.php'),
(7676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-add-button.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-add-button.php'),
(7677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-custom-button.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-custom-button.php'),
(7678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-description.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-description.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-image.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-image.php'),
(7680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-meta.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-meta.php'),
(7681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-price.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-price.php'),
(7682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-rating.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-rating.php'),
(7683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\partials\\product-title.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/partials/product-title.php'),
(7684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-modal.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-modal.php'),
(7685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-product-image.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-product-image.php'),
(7686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\quick-view-product.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/quick-view-product.php'),
(7687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-1.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-1.php'),
(7688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-2.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-2.php'),
(7689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-3.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-3.php'),
(7690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\templates\\single-product-skin-4.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/templates/single-product-skin-4.php'),
(7691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-add-to-cart-notification.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-add-to-cart-notification.php'),
(7692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-add-to-cart.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-add-to-cart.php'),
(7693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-archive-description.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-archive-description.php'),
(7694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-base-widget.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-base-widget.php'),
(7695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-cart.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-cart.php'),
(7696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-categories.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-categories.php'),
(7697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-checkout.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-checkout.php'),
(7698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-mini-cart.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-mini-cart.php'),
(7699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-my-account.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-my-account.php'),
(7700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-offcanvas-cart.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-offcanvas-cart.php'),
(7701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-content.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-content.php'),
(7702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-images.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-images.php'),
(7703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-meta.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-meta.php'),
(7704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-price.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-price.php'),
(7705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-rating.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-rating.php'),
(7706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-reviews.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-reviews.php'),
(7707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-short-description.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-short-description.php'),
(7708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-stock.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-stock.php'),
(7709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-tabs.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-tabs.php'),
(7710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-title.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-title.php'),
(7711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-product-upsell.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-product-upsell.php'),
(7712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-products.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-products.php'),
(7713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\woocommerce\\widgets\\woo-single-product.php', 'wp-content/plugins/powerpack-elements/modules/woocommerce/widgets/woo-single-product.php'),
(7714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\wpforms\\module.php', 'wp-content/plugins/powerpack-elements/modules/wpforms/module.php'),
(7715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\modules\\wpforms\\widgets\\wpforms.php', 'wp-content/plugins/powerpack-elements/modules/wpforms/widgets/wpforms.php'),
(7716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\plugin.php', 'wp-content/plugins/powerpack-elements/plugin.php'),
(7717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\powerpack-elements.php', 'wp-content/plugins/powerpack-elements/powerpack-elements.php'),
(7718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\page\\canvas.php', 'wp-content/plugins/powerpack-elements/templates/page/canvas.php'),
(7719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\page\\header-footer.php', 'wp-content/plugins/powerpack-elements/templates/page/header-footer.php'),
(7720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product-canvas.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product-canvas.php'),
(7721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product-fullwidth.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product-fullwidth.php'),
(7722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\archive-product.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product.php'),
(7723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\cart\\cart-empty.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/cart/cart-empty.php'),
(7724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\cart\\cart.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/cart/cart.php'),
(7725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\checkout\\form-checkout.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/checkout/form-checkout.php'),
(7726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\checkout\\thankyou.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/checkout/thankyou.php'),
(7727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\myaccount\\form-login.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/myaccount/form-login.php'),
(7728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\myaccount\\my-account.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/myaccount/my-account.php'),
(7729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product-canvas.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product-canvas.php'),
(7730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product-fullwidth.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product-fullwidth.php'),
(7731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\powerpack-elements\\templates\\woocommerce\\single-product.php', 'wp-content/plugins/powerpack-elements/templates/woocommerce/single-product.php'),
(7732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\css\\tooltipster.css', 'wp-content/plugins/reviews-feed/assets/admin/css/tooltipster.css'),
(7733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\forms-integration.js', 'wp-content/plugins/reviews-feed/assets/admin/js/forms-integration.js'),
(7734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\jquery.tooltipster.min.js', 'wp-content/plugins/reviews-feed/assets/admin/js/jquery.tooltipster.min.js'),
(7735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\js\\tooltip-wizard.js', 'wp-content/plugins/reviews-feed/assets/admin/js/tooltip-wizard.js'),
(7736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\admin\\views\\support\\support-tools.php', 'wp-content/plugins/reviews-feed/assets/admin/views/support/support-tools.php'),
(7737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\admin-notifications.css', 'wp-content/plugins/reviews-feed/assets/css/admin-notifications.css'),
(7738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\review-alert-themes.css', 'wp-content/plugins/reviews-feed/assets/css/review-alert-themes.css'),
(7739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-review-alert-themes.css', 'wp-content/plugins/reviews-feed/assets/css/sbr-review-alert-themes.css'),
(7740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-review-alerts-frontend.css', 'wp-content/plugins/reviews-feed/assets/css/sbr-review-alerts-frontend.css'),
(7741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-styles.css', 'wp-content/plugins/reviews-feed/assets/css/sbr-styles.css'),
(7742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\css\\sbr-styles.min.css', 'wp-content/plugins/reviews-feed/assets/css/sbr-styles.min.css'),
(7743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\airbnb-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/airbnb-provider.svg'),
(7744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\aliexpress-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/aliexpress-provider.svg'),
(7745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\booking-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/booking-provider.svg'),
(7746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\edd-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/edd-provider.svg'),
(7747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\facebook-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/facebook-provider.svg'),
(7748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\formidable-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/formidable-provider.svg'),
(7749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\google-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/google-provider.svg'),
(7750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\sbr-logo-white.svg', 'wp-content/plugins/reviews-feed/assets/icons/sbr-logo-white.svg'),
(7751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\tripadvisor-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/tripadvisor-provider.svg'),
(7752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\trustpilot-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/trustpilot-provider.svg'),
(7753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\woocommerce-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/woocommerce-provider.svg'),
(7754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\wordpress.org-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/wordpress.org-provider.svg'),
(7755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\wpforms-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/wpforms-provider.svg'),
(7756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\yelp-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/yelp-provider.svg'),
(7757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\icons\\zomato-provider.svg', 'wp-content/plugins/reviews-feed/assets/icons/zomato-provider.svg'),
(7758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon-120.png', 'wp-content/plugins/reviews-feed/assets/images/balloon-120.png'),
(7759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon.png', 'wp-content/plugins/reviews-feed/assets/images/balloon.png'),
(7760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\balloon.svg', 'wp-content/plugins/reviews-feed/assets/images/balloon.svg'),
(7761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\close.png', 'wp-content/plugins/reviews-feed/assets/images/close.png'),
(7762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\reviews-small-icon.svg', 'wp-content/plugins/reviews-feed/assets/images/reviews-small-icon.svg'),
(7763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\reviews-smash.svg', 'wp-content/plugins/reviews-feed/assets/images/reviews-smash.svg'),
(7764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\sbr-icon.png', 'wp-content/plugins/reviews-feed/assets/images/sbr-icon.png'),
(7765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\images\\sprite.png', 'wp-content/plugins/reviews-feed/assets/images/sprite.png'),
(7766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\admin-notifications.js', 'wp-content/plugins/reviews-feed/assets/js/admin-notifications.js'),
(7767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-blocks.js', 'wp-content/plugins/reviews-feed/assets/js/sbr-blocks.js'),
(7768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-feed.js', 'wp-content/plugins/reviews-feed/assets/js/sbr-feed.js'),
(7769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-feed.min.js', 'wp-content/plugins/reviews-feed/assets/js/sbr-feed.min.js'),
(7770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\assets\\js\\sbr-review-alerts.js', 'wp-content/plugins/reviews-feed/assets/js/sbr-review-alerts.js'),
(7771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\bootstrap.php', 'wp-content/plugins/reviews-feed/bootstrap.php'),
(7772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\Blocks\\SB_Recommended_Blocks.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/Blocks/SB_Recommended_Blocks.php'),
(7773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\Blocks\\SB_Reviews_Blocks.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/Blocks/SB_Reviews_Blocks.php'),
(7774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\MenuService.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/MenuService.php'),
(7775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_About_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_About_Builder.php'),
(7776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Admin_Notice.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Admin_Notice.php'),
(7777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Collections_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Collections_Builder.php'),
(7778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_New_User.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_New_User.php'),
(7779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Notifications.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Notifications.php'),
(7780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Plugin_Insltaller.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Plugin_Insltaller.php'),
(7781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Support_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Support_Builder.php'),
(7782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Admin\\SBR_Support_Tool.php', 'wp-content/plugins/reviews-feed/class/Common/Admin/SBR_Support_Tool.php'),
(7783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\AuthorizationStatusCheck.php', 'wp-content/plugins/reviews-feed/class/Common/AuthorizationStatusCheck.php'),
(7784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\Config\\Proxy.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/Config/Proxy.php'),
(7785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Builder.php'),
(7786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Saver.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Saver.php'),
(7787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Feed_Saver_Manager.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Feed_Saver_Manager.php'),
(7788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_New_Providers_Manager.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_New_Providers_Manager.php'),
(7789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Builder\\SBR_Sources.php', 'wp-content/plugins/reviews-feed/class/Common/Builder/SBR_Sources.php'),
(7790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\BusinessDataCache.php', 'wp-content/plugins/reviews-feed/class/Common/BusinessDataCache.php'),
(7791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Clear_Cache.php', 'wp-content/plugins/reviews-feed/class/Common/Clear_Cache.php'),
(7792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Container.php', 'wp-content/plugins/reviews-feed/class/Common/Container.php'),
(7793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Config.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/Config.php'),
(7794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\DB.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/DB.php'),
(7795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\ProxyProvider.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/ProxyProvider.php'),
(7796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\ShortcodePreviewProvider.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/ShortcodePreviewProvider.php'),
(7797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Customize_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Customize_Tab.php'),
(7798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Review_Alert_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Review_Alert_Tab.php'),
(7799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Customizer\\Tabs\\SBR_Settings_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Customizer/Tabs/SBR_Settings_Tab.php'),
(7800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\DisplayElements.php', 'wp-content/plugins/reviews-feed/class/Common/DisplayElements.php'),
(7801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Email_Notification.php', 'wp-content/plugins/reviews-feed/class/Common/Email_Notification.php'),
(7802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Error_Reporter.php', 'wp-content/plugins/reviews-feed/class/Common/Error_Reporter.php'),
(7803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Exceptions\\BaseException.php', 'wp-content/plugins/reviews-feed/class/Common/Exceptions/BaseException.php'),
(7804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Exceptions\\RelayResponseException.php', 'wp-content/plugins/reviews-feed/class/Common/Exceptions/RelayResponseException.php'),
(7805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Feed.php', 'wp-content/plugins/reviews-feed/class/Common/Feed.php'),
(7806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedCache.php', 'wp-content/plugins/reviews-feed/class/Common/FeedCache.php'),
(7807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedCacheUpdater.php', 'wp-content/plugins/reviews-feed/class/Common/FeedCacheUpdater.php'),
(7808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\FeedDisplay.php', 'wp-content/plugins/reviews-feed/class/Common/FeedDisplay.php'),
(7809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Feed_Locator.php', 'wp-content/plugins/reviews-feed/class/Common/Feed_Locator.php'),
(7810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\Data_Encryption.php', 'wp-content/plugins/reviews-feed/class/Common/Helpers/Data_Encryption.php'),
(7811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\PluginSilentUpgrader.php', 'wp-content/plugins/reviews-feed/class/Common/Helpers/PluginSilentUpgrader.php'),
(7812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\PluginSilentUpgraderSkin.php', 'wp-content/plugins/reviews-feed/class/Common/Helpers/PluginSilentUpgraderSkin.php'),
(7813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\SBR_Error_Handler.php', 'wp-content/plugins/reviews-feed/class/Common/Helpers/SBR_Error_Handler.php'),
(7814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Helpers\\SBR_Install_Skin.php', 'wp-content/plugins/reviews-feed/class/Common/Helpers/SBR_Install_Skin.php'),
(7815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\BaseProvider.php', 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/BaseProvider.php'),
(7816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\Google.php', 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/Google.php'),
(7817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\Providers\\Yelp.php', 'wp-content/plugins/reviews-feed/class/Common/Integrations/Providers/Yelp.php'),
(7818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\SBR_GDPR.php', 'wp-content/plugins/reviews-feed/class/Common/Integrations/SBR_GDPR.php'),
(7819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Integrations\\SBRelay.php', 'wp-content/plugins/reviews-feed/class/Common/Integrations/SBRelay.php'),
(7820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Migrations\\Reviews_Post.php', 'wp-content/plugins/reviews-feed/class/Common/Migrations/Reviews_Post.php'),
(7821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Parser.php', 'wp-content/plugins/reviews-feed/class/Common/Parser.php'),
(7822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\PostAggregator.php', 'wp-content/plugins/reviews-feed/class/Common/PostAggregator.php'),
(7823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\RemoteRequest.php', 'wp-content/plugins/reviews-feed/class/Common/RemoteRequest.php'),
(7824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_ReviewAlert_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_ReviewAlert_Builder.php'),
(7825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_Review_Alert_Frontend.php', 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_Review_Alert_Frontend.php'),
(7826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ReviewAlerts\\SBR_Review_Alert_Service.php', 'wp-content/plugins/reviews-feed/class/Common/ReviewAlerts/SBR_Review_Alert_Service.php'),
(7827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SBR_Education.php', 'wp-content/plugins/reviews-feed/class/Common/SBR_Education.php'),
(7828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SBR_Settings.php', 'wp-content/plugins/reviews-feed/class/Common/SBR_Settings.php'),
(7829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\ServiceContainer.php', 'wp-content/plugins/reviews-feed/class/Common/ServiceContainer.php'),
(7830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\CLIService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/CLIService.php'),
(7831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\FeedCacheUpdateService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/FeedCacheUpdateService.php'),
(7832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\MigrationReactivationNotice.php', 'wp-content/plugins/reviews-feed/class/Common/Services/MigrationReactivationNotice.php'),
(7833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SBR_Upgrader.php', 'wp-content/plugins/reviews-feed/class/Common/Services/SBR_Upgrader.php'),
(7834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SettingsManagerService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/SettingsManagerService.php'),
(7835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\ShortcodeService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/ShortcodeService.php'),
(7836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\SiteUrlWatcher.php', 'wp-content/plugins/reviews-feed/class/Common/Services/SiteUrlWatcher.php'),
(7837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\RoutineManagerService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/RoutineManagerService.php'),
(7838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\AddUniqueReviewIndexRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/AddUniqueReviewIndexRoutine.php'),
(7839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\BackfillWebsiteUrlRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/BackfillWebsiteUrlRoutine.php'),
(7840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\ClearReviewsDuplicateRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/ClearReviewsDuplicateRoutine.php'),
(7841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\LanguageCacheUpgradeRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/LanguageCacheUpgradeRoutine.php'),
(7842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\NewUserRatingRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/NewUserRatingRoutine.php'),
(7843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\RegisterWebsiteRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/RegisterWebsiteRoutine.php'),
(7844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\UpgradeRoutine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/UpgradeRoutine.php'),
(7845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\Upgrade\\Routines\\V1Routine.php', 'wp-content/plugins/reviews-feed/class/Common/Services/Upgrade/Routines/V1Routine.php'),
(7846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Services\\UsageTrackingService.php', 'wp-content/plugins/reviews-feed/class/Common/Services/UsageTrackingService.php'),
(7847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\SBR_Settings_Builder.php', 'wp-content/plugins/reviews-feed/class/Common/Settings/SBR_Settings_Builder.php'),
(7848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Advanced_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Advanced_Tab.php'),
(7849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Feeds_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Feeds_Tab.php'),
(7850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_General_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_General_Tab.php'),
(7851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Settings\\Tabs\\SBR_Translation_Tab.php', 'wp-content/plugins/reviews-feed/class/Common/Settings/Tabs/SBR_Translation_Tab.php'),
(7852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\SinglePostCache.php', 'wp-content/plugins/reviews-feed/class/Common/SinglePostCache.php'),
(7853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Support\\UrlNormalization.php', 'wp-content/plugins/reviews-feed/class/Common/Support/UrlNormalization.php'),
(7854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\TemplateRenderer.php', 'wp-content/plugins/reviews-feed/class/Common/TemplateRenderer.php'),
(7855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Tooltip_Wizard.php', 'wp-content/plugins/reviews-feed/class/Common/Tooltip_Wizard.php'),
(7856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Traits\\SBR_Feed_Templates_Settings.php', 'wp-content/plugins/reviews-feed/class/Common/Traits/SBR_Feed_Templates_Settings.php'),
(7857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Util.php', 'wp-content/plugins/reviews-feed/class/Common/Util.php'),
(7858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\AjaxUtil.php', 'wp-content/plugins/reviews-feed/class/Common/Utils/AjaxUtil.php'),
(7859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\EmailVerification.php', 'wp-content/plugins/reviews-feed/class/Common/Utils/EmailVerification.php'),
(7860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\Common\\Utils\\FreeRetriever.php', 'wp-content/plugins/reviews-feed/class/Common/Utils/FreeRetriever.php'),
(7861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\class\\sbr-functions.php', 'wp-content/plugins/reviews-feed/class/sbr-functions.php'),
(7862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\config\\feature-flags.php', 'wp-content/plugins/reviews-feed/config/feature-flags.php'),
(7863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\crowdin.yml', 'wp-content/plugins/reviews-feed/crowdin.yml'),
(7864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\gpl-2.0.txt', 'wp-content/plugins/reviews-feed/gpl-2.0.txt'),
(7865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE-a39fe277433fabe96ee317f7ebddd234.json'),
(7866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE.mo'),
(7867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-de_DE.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-de_DE.po'),
(7868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES-a39fe277433fabe96ee317f7ebddd234.json'),
(7869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES.mo'),
(7870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-es_ES.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-es_ES.po'),
(7871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR-a39fe277433fabe96ee317f7ebddd234.json'),
(7872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR.mo'),
(7873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-fr_FR.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-fr_FR.po'),
(7874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT-a39fe277433fabe96ee317f7ebddd234.json'),
(7875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT.mo'),
(7876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-it_IT.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-it_IT.po'),
(7877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja-a39fe277433fabe96ee317f7ebddd234.json'),
(7878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja.mo'),
(7879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ja.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ja.po'),
(7880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL-a39fe277433fabe96ee317f7ebddd234.json'),
(7881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL.mo'),
(7882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-nl_NL.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-nl_NL.po'),
(7883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL-a39fe277433fabe96ee317f7ebddd234.json'),
(7884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL.mo'),
(7885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pl_PL.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pl_PL.po'),
(7886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR-a39fe277433fabe96ee317f7ebddd234.json'),
(7887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR.mo'),
(7888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-pt_BR.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-pt_BR.po'),
(7889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU-a39fe277433fabe96ee317f7ebddd234.json'),
(7890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU.mo'),
(7891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-ru_RU.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-ru_RU.po'),
(7892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR-a39fe277433fabe96ee317f7ebddd234.json', 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR-a39fe277433fabe96ee317f7ebddd234.json'),
(7893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR.mo', 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR.mo'),
(7894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed-tr_TR.po', 'wp-content/plugins/reviews-feed/languages/reviews-feed-tr_TR.po'),
(7895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\languages\\reviews-feed.pot', 'wp-content/plugins/reviews-feed/languages/reviews-feed.pot'),
(7896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\public\\admin-global.css', 'wp-content/plugins/reviews-feed/public/admin-global.css'),
(7897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\public\\js\\noop.js', 'wp-content/plugins/reviews-feed/public/js/noop.js'),
(7898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\readme.txt', 'wp-content/plugins/reviews-feed/readme.txt'),
(7899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\sb-reviews.php', 'wp-content/plugins/reviews-feed/sb-reviews.php'),
(7900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\email.php', 'wp-content/plugins/reviews-feed/templates/email.php'),
(7901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\item.php', 'wp-content/plugins/reviews-feed/templates/frontend/item.php'),
(7902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\feed.php', 'wp-content/plugins/reviews-feed/templates/frontend/lite/feed.php'),
(7903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\header.php', 'wp-content/plugins/reviews-feed/templates/frontend/lite/header.php'),
(7904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\lite\\post-elements\\author.php', 'wp-content/plugins/reviews-feed/templates/frontend/lite/post-elements/author.php'),
(7905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\rating.php', 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/rating.php'),
(7906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\text-booking.php', 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/text-booking.php'),
(7907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\frontend\\post-elements\\text.php', 'wp-content/plugins/reviews-feed/templates/frontend/post-elements/text.php'),
(7908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\review-alerts\\popup.php', 'wp-content/plugins/reviews-feed/templates/review-alerts/popup.php'),
(7909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\templates\\settings\\index.php', 'wp-content/plugins/reviews-feed/templates/settings/index.php'),
(7910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\BulkReviewsUpdateStuckStateTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/BulkReviewsUpdateStuckStateTest.php'),
(7911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\Doubles\\FeedCacheWpdbDouble.php', 'wp-content/plugins/reviews-feed/tests/Unit/Doubles/FeedCacheWpdbDouble.php'),
(7912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\FeedCacheUpdateServiceTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/FeedCacheUpdateServiceTest.php'),
(7913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\MediaFinderMemoTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/MediaFinderMemoTest.php'),
(7914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\Providers\\DuplicatePreventionTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/Providers/DuplicatePreventionTest.php'),
(7915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\RegisterWebsiteRoutineTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/RegisterWebsiteRoutineTest.php'),
(7916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\RemoteRequestMemoTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/RemoteRequestMemoTest.php'),
(7917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\SiteMigrationRecoveryTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/SiteMigrationRecoveryTest.php'),
(7918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\Unit\\SourceIdLookupTest.php', 'wp-content/plugins/reviews-feed/tests/Unit/SourceIdLookupTest.php'),
(7919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\bootstrap.php', 'wp-content/plugins/reviews-feed/tests/bootstrap.php'),
(7920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\tests\\phpunit.xml', 'wp-content/plugins/reviews-feed/tests/phpunit.xml'),
(7921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\uninstall.php', 'wp-content/plugins/reviews-feed/uninstall.php'),
(7922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\autoload.php', 'wp-content/plugins/reviews-feed/vendor/autoload.php'),
(7923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/reviews-feed/vendor/composer/ClassLoader.php'),
(7924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/reviews-feed/vendor/composer/InstalledVersions.php'),
(7925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\LICENSE', 'wp-content/plugins/reviews-feed/vendor/composer/LICENSE'),
(7926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_classmap.php'),
(7927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_files.php'),
(7928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_namespaces.php'),
(7929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_psr4.php'),
(7930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_real.php'),
(7931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/reviews-feed/vendor/composer/autoload_static.php'),
(7932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\installed.json', 'wp-content/plugins/reviews-feed/vendor/composer/installed.json'),
(7933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\composer\\installed.php', 'wp-content/plugins/reviews-feed/vendor/composer/installed.php'),
(7934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\LICENSE.md', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/LICENSE.md'),
(7935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\README.md', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/README.md');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\composer.json', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/composer.json'),
(7937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Serializable.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Contracts/Serializable.php'),
(7938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Contracts\\Signer.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Contracts/Signer.php'),
(7939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\InvalidSignatureException.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(7940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\MissingSecretKeyException.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(7941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Exceptions\\PhpVersionNotSupportedException.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(7942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\SerializableClosure.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/SerializableClosure.php'),
(7943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Native.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Serializers/Native.php'),
(7944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Serializers\\Signed.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Serializers/Signed.php'),
(7945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Signers\\Hmac.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Signers/Hmac.php'),
(7946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureScope.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ClosureScope.php'),
(7947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ClosureStream.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ClosureStream.php'),
(7948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\ReflectionClosure.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(7949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\Support\\SelfReference.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/Support/SelfReference.php'),
(7950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\laravel\\serializable-closure\\src\\UnsignedSerializableClosure.php', 'wp-content/plugins/reviews-feed/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(7951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\LICENSE', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/LICENSE'),
(7952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\README.md', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/README.md'),
(7953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\composer.json', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/composer.json'),
(7954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\CallableResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/CallableResolver.php'),
(7955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\InvocationException.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/InvocationException.php'),
(7956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotCallableException.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/NotCallableException.php'),
(7957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Exception\\NotEnoughParametersException.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(7958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Invoker.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Invoker.php'),
(7959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\InvokerInterface.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/InvokerInterface.php'),
(7960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\AssociativeArrayResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(7961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\ParameterNameContainerResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(7962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\Container\\TypeHintContainerResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(7963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\DefaultValueResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(7964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\NumericArrayResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(7965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ParameterResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(7966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\ResolverChain.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(7967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\ParameterResolver\\TypeHintResolver.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(7968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\invoker\\src\\Reflection\\CallableReflection.php', 'wp-content/plugins/reviews-feed/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),
(7969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\LICENSE', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/LICENSE'),
(7970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\README.md', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/README.md'),
(7971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\composer.json', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/composer.json'),
(7972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\AnnotationException.php', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(7973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpDocReader.php', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(7974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\TokenParser.php', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(7975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\php-di\\phpdoc-reader\\src\\PhpDocReader\\PhpParser\\UseStatementParser.php', 'wp-content/plugins/reviews-feed/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(7976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\LICENSE', 'wp-content/plugins/reviews-feed/vendor/psr/container/LICENSE'),
(7977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\README.md', 'wp-content/plugins/reviews-feed/vendor/psr/container/README.md'),
(7978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\composer.json', 'wp-content/plugins/reviews-feed/vendor/psr/container/composer.json'),
(7979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/reviews-feed/vendor/psr/container/src/ContainerExceptionInterface.php'),
(7980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/reviews-feed/vendor/psr/container/src/ContainerInterface.php'),
(7981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/reviews-feed/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(7982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\scoper-autoload.php', 'wp-content/plugins/reviews-feed/vendor/scoper-autoload.php'),
(7983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\About_Builder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/About_Builder.php'),
(7984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Collections_Builder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Collections_Builder.php'),
(7985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Config\\Proxy.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Config/Proxy.php'),
(7986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Config.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Config.php'),
(7987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Container.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Container.php'),
(7988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\CustomizerBootstrapService.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/CustomizerBootstrapService.php'),
(7989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\DB.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/DB.php'),
(7990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Builder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Builder.php'),
(7991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Locator.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Locator.php'),
(7992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Feed_Saver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Feed_Saver.php'),
(7993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\PreviewProvider.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/PreviewProvider.php'),
(7994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\ProxyProvider.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/ProxyProvider.php'),
(7995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_SettingsPage_Tab.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_SettingsPage_Tab.php'),
(7996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_Sidebar_Tab.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_Sidebar_Tab.php'),
(7997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\SB_Utils.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/SB_Utils.php'),
(7998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\ServiceContainer.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/ServiceContainer.php'),
(7999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Settings_Builder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Settings_Builder.php'),
(8000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\app\\V2\\Support_Builder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/app/V2/Support_Builder.php'),
(8001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\css\\review-alert-themes.css', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/css/review-alert-themes.css'),
(8002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\1stars.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/1stars.svg'),
(8003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\2stars.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/2stars.svg'),
(8004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\3stars.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/3stars.svg'),
(8005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\4stars.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/4stars.svg'),
(8006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\5stars.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/5stars.svg'),
(8007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\accentcolor.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/accentcolor.svg'),
(8008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\add.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/add.svg'),
(8009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addpage.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addpage.svg'),
(8010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\addwidget.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/addwidget.svg'),
(8011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\airbnb-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/airbnb-provider.svg'),
(8012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\aliexpress-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/aliexpress-provider.svg'),
(8013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\archive.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/archive.svg'),
(8014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\arrow-diag.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/arrow-diag.svg'),
(8015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\arrow-top.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/arrow-top.svg'),
(8016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\award_star.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/award_star.svg'),
(8017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\booking-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/booking-provider.svg'),
(8018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookopen.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookopen.svg'),
(8019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\bookplus.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/bookplus.svg'),
(8020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel-template.svg'),
(8021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carousel.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carousel.svg'),
(8022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\carret-down.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/carret-down.svg'),
(8023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\centeralign.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/centeralign.svg'),
(8024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-bottom.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-bottom.svg'),
(8025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-left.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-left.svg'),
(8026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-right.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-right.svg'),
(8027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\chevron-top.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/chevron-top.svg'),
(8028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\close.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/close.svg'),
(8029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\code.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/code.svg'),
(8030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\cog.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/cog.svg'),
(8031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\collection-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/collection-provider.svg'),
(8032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\colorpalette.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/colorpalette.svg'),
(8033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\comment.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/comment.svg'),
(8034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\copy.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/copy.svg'),
(8035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\default-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/default-template.svg'),
(8036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\desktop.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/desktop.svg'),
(8037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\diagonal-arrow.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/diagonal-arrow.svg'),
(8038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\document.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/document.svg'),
(8039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-left.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-left.svg'),
(8040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\double-chevron-right.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/double-chevron-right.svg'),
(8041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\download.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/download.svg'),
(8042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\duplicate.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/duplicate.svg'),
(8043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\edd-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/edd-provider.svg'),
(8044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\edd.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/edd.svg'),
(8045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\elipse-hrz.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/elipse-hrz.svg'),
(8046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\exclamation.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/exclamation.svg'),
(8047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.png'),
(8048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eye.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eye.svg'),
(8049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\eyeslash.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/eyeslash.svg'),
(8050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook-provider.svg'),
(8051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\facebook.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/facebook.svg'),
(8052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\fetch.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/fetch.svg'),
(8053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\filter.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/filter.svg'),
(8054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\folder.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/folder.svg'),
(8055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\formidable.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/formidable.svg'),
(8056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\full-logo.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/full-logo.svg'),
(8057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\globe.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/globe.svg'),
(8058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\google-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/google-provider.svg'),
(8059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid-template.svg'),
(8060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\grid.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/grid.svg'),
(8061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\gridcarousel-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/gridcarousel-template.svg'),
(8062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\header.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/header.svg'),
(8063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\help.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/help.svg'),
(8064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\horizontalspacing.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/horizontalspacing.svg'),
(8065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\import.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/import.svg'),
(8066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\info.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/info.svg'),
(8067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\instagram.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/instagram.svg'),
(8068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\justifyalign.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/justifyalign.svg'),
(8069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\key.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/key.svg'),
(8070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\layout.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/layout.svg'),
(8071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\leftalign.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/leftalign.svg'),
(8072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\link.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/link.svg'),
(8073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\list.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/list.svg'),
(8074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loadbutton.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loadbutton.svg'),
(8075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\loader.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/loader.svg'),
(8076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo-white.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo-white.svg'),
(8077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\logo.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/logo.svg'),
(8078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry-template.svg'),
(8079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\masonry.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/masonry.svg'),
(8080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\mobile.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/mobile.svg'),
(8081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\moon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/moon.svg'),
(8082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notice.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notice.svg'),
(8083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\notificationpopup.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/notificationpopup.svg'),
(8084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\pen.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/pen.svg'),
(8085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plugin-disabled-warning.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plugin-disabled-warning.svg'),
(8086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\plus.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/plus.svg'),
(8087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-chevron.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-chevron.svg'),
(8088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-close.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-close.svg'),
(8089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\popup-star.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/popup-star.svg'),
(8090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\positioning.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/positioning.svg'),
(8091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-boxed.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-boxed.svg'),
(8092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\post-regular.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/post-regular.svg'),
(8093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\regular.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/regular.svg'),
(8094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reset.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reset.svg'),
(8095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviewfeed.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviewfeed.svg'),
(8096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews-small-icon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews-small-icon.svg'),
(8097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews-smash.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews-smash.svg'),
(8098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\reviews.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/reviews.svg'),
(8099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rightalign.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rightalign.svg'),
(8100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket-premium.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket-premium.svg'),
(8101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocket.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocket.svg'),
(8102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\rocketicon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/rocketicon.svg'),
(8103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\screen-download.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/screen-download.svg'),
(8104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\search.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/search.svg'),
(8105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\showcasecarousel-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/showcasecarousel-template.svg'),
(8106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\simplecards-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/simplecards-template.svg'),
(8107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\singlereview-template.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/singlereview-template.svg'),
(8108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\smashballoon-logo-white.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/smashballoon-logo-white.svg'),
(8109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\smashballoon-logo.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/smashballoon-logo.svg'),
(8110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sort.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sort.svg'),
(8111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sorting.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sorting.svg'),
(8112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sourcesadd.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sourcesadd.svg'),
(8113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\star.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/star.svg'),
(8114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\success.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/success.svg'),
(8115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\sun.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/sun.svg'),
(8116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\support.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/support.svg'),
(8117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tablet.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tablet.svg'),
(8118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tag.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tag.svg'),
(8119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\templates.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/templates.svg'),
(8120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\theme.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/theme.svg'),
(8121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\translate.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/translate.svg'),
(8122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trash.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trash.svg'),
(8123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\tripadvisor-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/tripadvisor-provider.svg'),
(8124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\trustpilot-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/trustpilot-provider.svg'),
(8125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\twitter.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/twitter.svg');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\twitterX.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/twitterX.svg'),
(8127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\typography.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/typography.svg'),
(8128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\unarchive.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/unarchive.svg'),
(8129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verify-email.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verify-email.svg'),
(8130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\verticalspacing.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/verticalspacing.svg'),
(8131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\warning.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/warning.svg'),
(8132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-1.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-1.svg'),
(8133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\welcome-2.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/welcome-2.svg'),
(8134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-close.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-close.svg'),
(8135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-folder.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-folder.svg'),
(8136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-highlight-cursor.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-highlight-cursor.svg'),
(8137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-link-off.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-link-off.svg'),
(8138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woo-tag.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woo-tag.svg'),
(8139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\woocommerce-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/woocommerce-provider.svg'),
(8140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wordpress.org-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wordpress.org-provider.svg'),
(8141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\wpforms.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/wpforms.svg'),
(8142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\yelp-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/yelp-provider.svg'),
(8143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\youtube.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/youtube.svg'),
(8144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\icons\\zomato-provider.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/icons/zomato-provider.svg'),
(8145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\access-bundle.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/access-bundle.svg'),
(8146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\add-reviews-collections.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/add-reviews-collections.svg'),
(8147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\avatar.jpg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/avatar.jpg'),
(8148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-form-connection.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-form-connection.svg'),
(8149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step1.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step1.svg'),
(8150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step2.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step2.svg'),
(8151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collection-step3.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collection-step3.svg'),
(8152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\collections-splash.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/collections-splash.svg'),
(8153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\embed-collections.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/embed-collections.svg'),
(8154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-icon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-icon.svg'),
(8155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\fb-rev-feature.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/fb-rev-feature.png'),
(8156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\insta-icon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/insta-icon.svg'),
(8157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\moderate-feature.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/moderate-feature.png'),
(8158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-mi.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-mi.png'),
(8159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-om.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-om.png'),
(8160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-rp.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-rp.png'),
(8161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-seo.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-seo.png'),
(8162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-smtp.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-smtp.png'),
(8163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\plugin-wpforms.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/plugin-wpforms.png'),
(8164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-reviews.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-reviews.png'),
(8165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-reviews.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-reviews.svg'),
(8166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-splash.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-splash.png'),
(8167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\popup-theme-preview.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/popup-theme-preview.png'),
(8168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\review-alert-preview.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/review-alert-preview.png'),
(8169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\social-wall-graphic.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/social-wall-graphic.png'),
(8170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\support-team.jpg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/support-team.jpg'),
(8171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\team-avatar.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/team-avatar.png'),
(8172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\tpad-rev-feature.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/tpad-rev-feature.png'),
(8173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\twitter-icon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/twitter-icon.svg'),
(8174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-airbnb.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-airbnb.png'),
(8175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-aliexpress.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-aliexpress.png'),
(8176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-authorimage.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-authorimage.png'),
(8177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-averagerating.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-averagerating.png'),
(8178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-booking.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-booking.png'),
(8179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-carousel.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-carousel.png'),
(8180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-facebook.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-facebook.png'),
(8181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-filters.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-filters.png'),
(8182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-loadmore.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-loadmore.png'),
(8183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-moderation.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-moderation.png'),
(8184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-morereviews.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-morereviews.png'),
(8185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-responsive.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-responsive.png'),
(8186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-review-alert.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-review-alert.png'),
(8187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-reviewsmedia.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-reviewsmedia.png'),
(8188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-template.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-template.png'),
(8189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-tripadvisor.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-tripadvisor.png'),
(8190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-trustpilot.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-trustpilot.png'),
(8191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-woocommerce.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-woocommerce.png'),
(8192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upsell-wordpress.org.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upsell-wordpress.org.png'),
(8193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-carousel.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-carousel.png'),
(8194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-images.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-images.png'),
(8195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-moderation.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-moderation.png'),
(8196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\upswidget-templates.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/upswidget-templates.png'),
(8197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\vid-im-feature.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/vid-im-feature.png'),
(8198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\images\\youtube-icon.svg', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/images/youtube-icon.svg'),
(8199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\assets\\js\\date_i18n.js', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/assets/js/date_i18n.js'),
(8200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\asset-manifest.json', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/asset-manifest.json'),
(8201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\favicon.ico', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/favicon.ico'),
(8202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\index.html', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/index.html'),
(8203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\review-alert-preview.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/review-alert-preview.png'),
(8204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\robots.txt', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/robots.txt'),
(8205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css'),
(8206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\css\\main.css.map', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/css/main.css.map'),
(8207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\images\\owl.video.play.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/images/owl.video.play.png'),
(8208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js'),
(8209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.LICENSE.txt', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.LICENSE.txt'),
(8210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\js\\main.js.map', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/js/main.js.map'),
(8211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\customizer\\sb-common\\sb-customizer\\build\\static\\media\\owl.video.play.f58194cc839da0199212.png', 'wp-content/plugins/reviews-feed/vendor/smashballoon/customizer/sb-common/sb-customizer/build/static/media/owl.video.play.f58194cc839da0199212.png'),
(8212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/README.md'),
(8213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\RecommendedBlocks.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/RecommendedBlocks.php'),
(8214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.asset.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.asset.php'),
(8215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.css', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.css'),
(8216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Blocks\\build\\index.js', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Blocks/build/index.js'),
(8217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\ApiClient.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/ApiClient.php'),
(8218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\DeactivationSurvey.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/DeactivationSurvey.php'),
(8219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\FeedbackManager.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/FeedbackManager.php'),
(8220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/README.md'),
(8221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.css', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.css'),
(8222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Feedback\\assets\\deactivation-modal.js', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Feedback/assets/deactivation-modal.js'),
(8223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\I18n\\I18n.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/I18n/I18n.php'),
(8224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\License_Tier.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/License_Tier.php'),
(8225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/README.md'),
(8226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\License_Tier\\Sample_Plugin_License_Tier.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/License_Tier/Sample_Plugin_License_Tier.php'),
(8227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\AdminNotice.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/AdminNotice.php'),
(8228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\Notice.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/Notice.php'),
(8229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\NoticeFields.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/NoticeFields.php'),
(8230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\Notices\\SBNotices.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/Notices/SBNotices.php'),
(8231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/README.md'),
(8232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\error.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/error.php'),
(8233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\information.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/information.php'),
(8234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\Notification\\templates\\warning.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/Notification/templates/warning.php'),
(8235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\FORK_RATIONALE.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/FORK_RATIONALE.md'),
(8236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\LICENSE', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/LICENSE'),
(8237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/README.md'),
(8238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Inject.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Inject.php'),
(8239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Annotation\\Injectable.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Annotation/Injectable.php'),
(8240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\CompiledContainer.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/CompiledContainer.php'),
(8241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Compiler.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Compiler.php'),
(8242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\ObjectCreationCompiler.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/ObjectCreationCompiler.php'),
(8243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\RequestedEntryHolder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/RequestedEntryHolder.php'),
(8244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Compiler\\Template.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Compiler/Template.php'),
(8245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Container.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Container.php'),
(8246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\ContainerBuilder.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/ContainerBuilder.php'),
(8247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinition.php'),
(8248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ArrayDefinitionExtension.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ArrayDefinitionExtension.php'),
(8249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\AutowireDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/AutowireDefinition.php'),
(8250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\DecoratorDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/DecoratorDefinition.php'),
(8251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Definition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Definition.php'),
(8252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Dumper\\ObjectDefinitionDumper.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(8253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\EnvironmentVariableDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(8254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidAnnotation.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(8255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Exception\\InvalidDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Exception/InvalidDefinition.php'),
(8256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ExtendsPreviousDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(8257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\FactoryDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/FactoryDefinition.php'),
(8258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\AutowireDefinitionHelper.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(8259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\CreateDefinitionHelper.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(8260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\DefinitionHelper.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/DefinitionHelper.php'),
(8261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Helper\\FactoryDefinitionHelper.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(8262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\InstanceDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/InstanceDefinition.php'),
(8263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\MethodInjection.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(8264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition\\PropertyInjection.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(8265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ObjectDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ObjectDefinition.php'),
(8266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Reference.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Reference.php'),
(8267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ArrayResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ArrayResolver.php'),
(8268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DecoratorResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(8269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\DefinitionResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(8270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\EnvironmentVariableResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(8271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\FactoryResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/FactoryResolver.php'),
(8272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\InstanceInjector.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/InstanceInjector.php'),
(8273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ObjectCreator.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ObjectCreator.php'),
(8274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ParameterResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ParameterResolver.php'),
(8275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Resolver\\ResolverDispatcher.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(8276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\SelfResolvingDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/SelfResolvingDefinition.php'),
(8277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\AnnotationBasedAutowiring.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(8278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\Autowiring.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/Autowiring.php'),
(8279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionArray.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionArray.php'),
(8280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionFile.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionFile.php'),
(8281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionNormalizer.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(8282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\DefinitionSource.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/DefinitionSource.php'),
(8283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\MutableDefinitionSource.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(8284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\NoAutowiring.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/NoAutowiring.php'),
(8285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\ReflectionBasedAutowiring.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(8286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceCache.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceCache.php'),
(8287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\Source\\SourceChain.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/Source/SourceChain.php'),
(8288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\StringDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/StringDefinition.php'),
(8289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Definition\\ValueDefinition.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Definition/ValueDefinition.php'),
(8290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\DependencyException.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/DependencyException.php'),
(8291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Factory\\RequestedEntry.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Factory/RequestedEntry.php'),
(8292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\FactoryInterface.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/FactoryInterface.php'),
(8293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\DefinitionParameterResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/DefinitionParameterResolver.php'),
(8294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Invoker\\FactoryParameterResolver.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Invoker/FactoryParameterResolver.php'),
(8295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\NotFoundException.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/NotFoundException.php'),
(8296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\Proxy\\ProxyFactory.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/Proxy/ProxyFactory.php'),
(8297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Packages\\php-di\\src\\functions.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Packages/php-di/src/functions.php'),
(8298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/README.md'),
(8299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\PlatformTracking.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/PlatformTracking.php'),
(8300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Bluehost.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Bluehost.php'),
(8301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Flywheel.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Flywheel.php'),
(8302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\GoDadddy.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/GoDadddy.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\Kinsta.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/Kinsta.php'),
(8304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\PlatformInterface.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/PlatformInterface.php'),
(8305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\SiteGround.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/SiteGround.php'),
(8306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\PlatformTracking\\Platforms\\WPEngine.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms/WPEngine.php'),
(8307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\UsageTracking.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/UsageTracking.php'),
(8308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\Utilities\\functions.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/Utilities/functions.php'),
(8309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\composer.json', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/composer.json'),
(8310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\framework\\crowdin.yaml', 'wp-content/plugins/reviews-feed/vendor/smashballoon/framework/crowdin.yaml'),
(8311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\README.md', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/README.md'),
(8312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\composer.json', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/composer.json'),
(8313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\composer.lock', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/composer.lock'),
(8314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProvider.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php'),
(8315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Services\\ServiceProviderInterface.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php'),
(8316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\reviews-feed\\vendor\\smashballoon\\stubs\\src\\Traits\\Singleton.php', 'wp-content/plugins/reviews-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php'),
(8317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(8318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(8319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(8320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(8321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(8322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_files.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(8323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(8324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(8325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(8326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(8327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\installed.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(8328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\composer\\platform_check.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(8329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(8330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\byte_safe_strings.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(8331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\cast_to_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(8332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\error_polyfill.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(8333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(8334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_com_dotnet.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(8335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_dev_urandom.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(8336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_libsodium.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(8337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_libsodium_legacy.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(8338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_bytes_mcrypt.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(8339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\random_compat\\lib\\random_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(8340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(8341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\autoload-php7.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),
(8342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(8343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\constants.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(8344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\namespaced.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(8345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php72compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(8346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php72compat_const.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),
(8347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php84compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php84compat.php'),
(8348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\php84compat_const.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php84compat_const.php'),
(8349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php'),
(8350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\sodium_compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(8351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\lib\\stream-xchacha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php'),
(8352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(8353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(8354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20\\Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(8355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20\\IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(8356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(8357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(8358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(8359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(8360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(8361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(8362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(8363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519\\H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(8364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(8365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(8366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(8367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(8368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Poly1305\\State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(8369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(8370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),
(8371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(8372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(8373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(8374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(8375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Core\\Xsalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(8376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(8377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\namespaced\\File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(8378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(8379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS\\State128L.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS/State128L.php'),
(8380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS\\State256.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS/State256.php'),
(8381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS128L.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS128L.php'),
(8382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AEGIS256.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AEGIS256.php'),
(8383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\Block.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/Block.php'),
(8384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\Expanded.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/Expanded.php'),
(8385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES\\KeySchedule.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES/KeySchedule.php'),
(8386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\AES.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/AES.php'),
(8387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(8388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Base64\\Original.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),
(8389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Base64\\UrlSafe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),
(8390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20\\Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(8391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20\\IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(8392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(8393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(8394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(8395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(8396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(8397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(8398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(8399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519\\H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(8400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(8401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(8402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(8403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(8404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Poly1305\\State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(8405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(8406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php'),
(8407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(8408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\SecretStream\\State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),
(8409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(8410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(8411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(8412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(8413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core\\XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(8414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(8415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20\\Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(8416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20\\IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(8417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),
(8418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(8419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(8420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(8421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(8422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(8423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(8424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519\\H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(8425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(8426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(8427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(8428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(8429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Int32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(8430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Int64.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(8431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Poly1305\\State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(8432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(8433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(8434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\SecretStream\\State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),
(8435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(8436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(8437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(8438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(8439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Core32\\XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(8440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(8441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\Crypto32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(8442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(8443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\PHP52\\SplFixedArray.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),
(8444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\crypto\\vendor\\paragonie\\sodium_compat\\src\\SodiumException.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(8445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\activity-report-widget.1778081072.css', 'wp-content/plugins/wordfence/css/activity-report-widget.1778081072.css'),
(8446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\diff.1778081072.css', 'wp-content/plugins/wordfence/css/diff.1778081072.css'),
(8447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\fullLog.1778081072.css', 'wp-content/plugins/wordfence/css/fullLog.1778081072.css'),
(8448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(8449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(8450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(8451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(8452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(8453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\images\\ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(8454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\iptraf.1778081072.css', 'wp-content/plugins/wordfence/css/iptraf.1778081072.css'),
(8455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\care-global.1778081072.css', 'wp-content/plugins/wordfence/css/license/care-global.1778081072.css'),
(8456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\care.1778081072.css', 'wp-content/plugins/wordfence/css/license/care.1778081072.css'),
(8457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\free-global.1778081072.css', 'wp-content/plugins/wordfence/css/license/free-global.1778081072.css'),
(8458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\free.1778081072.css', 'wp-content/plugins/wordfence/css/license/free.1778081072.css'),
(8459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\premium-global.1778081072.css', 'wp-content/plugins/wordfence/css/license/premium-global.1778081072.css'),
(8460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\premium.1778081072.css', 'wp-content/plugins/wordfence/css/license/premium.1778081072.css'),
(8461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\response-global.1778081072.css', 'wp-content/plugins/wordfence/css/license/response-global.1778081072.css'),
(8462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\license\\response.1778081072.css', 'wp-content/plugins/wordfence/css/license/response.1778081072.css'),
(8463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\main.1778081072.css', 'wp-content/plugins/wordfence/css/main.1778081072.css'),
(8464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\phpinfo.1778081072.css', 'wp-content/plugins/wordfence/css/phpinfo.1778081072.css'),
(8465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-adminbar.1778081072.css', 'wp-content/plugins/wordfence/css/wf-adminbar.1778081072.css'),
(8466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-colorbox.1778081072.css', 'wp-content/plugins/wordfence/css/wf-colorbox.1778081072.css'),
(8467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-deactivation.1778081072.css', 'wp-content/plugins/wordfence/css/wf-deactivation.1778081072.css'),
(8468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-font-awesome.1778081072.css', 'wp-content/plugins/wordfence/css/wf-font-awesome.1778081072.css'),
(8469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-global.1778081072.css', 'wp-content/plugins/wordfence/css/wf-global.1778081072.css'),
(8470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-ionicons.1778081072.css', 'wp-content/plugins/wordfence/css/wf-ionicons.1778081072.css'),
(8471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-onboarding.1778081072.css', 'wp-content/plugins/wordfence/css/wf-onboarding.1778081072.css'),
(8472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wf-roboto-font.1778081072.css', 'wp-content/plugins/wordfence/css/wf-roboto-font.1778081072.css'),
(8473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\css\\wordfenceBox.1778081072.css', 'wp-content/plugins/wordfence/css/wordfenceBox.1778081072.css'),
(8474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\fontawesome-webfont.woff', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(8475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\ionicons.woff', 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(8476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(8477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(8478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(8479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(8480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(8481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(8482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(8483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(8484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(8485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\fonts\\roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(8486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa-whole.svg', 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(8487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa1.svg', 'wp-content/plugins/wordfence/images/2fa1.svg'),
(8488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\2fa2.svg', 'wp-content/plugins/wordfence/images/2fa2.svg'),
(8489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\audit-log-preview.png', 'wp-content/plugins/wordfence/images/audit-log-preview.png'),
(8490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\back_disabled.jpg', 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(8491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\back_enabled.jpg', 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(8492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\blocking.svg', 'wp-content/plugins/wordfence/images/blocking.svg'),
(8493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\button-grad-grey.png', 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(8494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\checkbox.png', 'wp-content/plugins/wordfence/images/checkbox.png'),
(8495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\country-map.svg', 'wp-content/plugins/wordfence/images/country-map.svg'),
(8496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\flags.png', 'wp-content/plugins/wordfence/images/flags.png'),
(8497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\forward_disabled.jpg', 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(8498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\forward_enabled.jpg', 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(8499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\help.png', 'wp-content/plugins/wordfence/images/help.png'),
(8500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajax24.gif', 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(8501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajax3.gif', 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(8502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxRed16.gif', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(8503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxScan.gif', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(8504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\ajaxWhite32x32.gif', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(8505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\arrow_refresh.png', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(8506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\bullet_yellow.png', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(8507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-care.svg', 'wp-content/plugins/wordfence/images/icons/check-care.svg'),
(8508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-premium.svg', 'wp-content/plugins/wordfence/images/icons/check-premium.svg'),
(8509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check-response.svg', 'wp-content/plugins/wordfence/images/icons/check-response.svg'),
(8510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\check.svg', 'wp-content/plugins/wordfence/images/icons/check.svg'),
(8511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\email_go.png', 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(8512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\error128.png', 'wp-content/plugins/wordfence/images/icons/error128.png'),
(8513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\magnifier.png', 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(8514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\tick128.png', 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(8515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\warning128.png', 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(8516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\icons\\working-indicator.gif', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(8517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\lightbox-controls.png', 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(8518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading.gif', 'wp-content/plugins/wordfence/images/loading.gif'),
(8519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading_background.png', 'wp-content/plugins/wordfence/images/loading_background.png'),
(8520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\loading_large.gif', 'wp-content/plugins/wordfence/images/loading_large.gif'),
(8521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logo.png', 'wp-content/plugins/wordfence/images/logo.png'),
(8522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-care.svg', 'wp-content/plugins/wordfence/images/logos/shield-care.svg'),
(8523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-free.svg', 'wp-content/plugins/wordfence/images/logos/shield-free.svg'),
(8524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-premium.svg', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),
(8525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-response.svg', 'wp-content/plugins/wordfence/images/logos/shield-response.svg'),
(8526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\logos\\shield-white.svg', 'wp-content/plugins/wordfence/images/logos/shield-white.svg'),
(8527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\options.svg', 'wp-content/plugins/wordfence/images/options.svg'),
(8528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\ratelimiting.svg', 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(8529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc.gif', 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(8530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc.png', 'wp-content/plugins/wordfence/images/sort_asc.png'),
(8531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(8532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_asc_disabled.png', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(8533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_both.gif', 'wp-content/plugins/wordfence/images/sort_both.gif'),
(8534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_both.png', 'wp-content/plugins/wordfence/images/sort_both.png'),
(8535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc.gif', 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(8536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc.png', 'wp-content/plugins/wordfence/images/sort_desc.png'),
(8537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(8538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\sort_desc_disabled.png', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(8539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\support.svg', 'wp-content/plugins/wordfence/images/support.svg'),
(8540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\tools.svg', 'wp-content/plugins/wordfence/images/tools.svg'),
(8541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-central-logo.svg', 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(8542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-error-badge.svg', 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(8543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wf-horizontal.svg', 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(8544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\images\\wordfence-logo.svg', 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(8545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\index.php', 'wp-content/plugins/wordfence/index.php'),
(8546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\admin.1778081072.js', 'wp-content/plugins/wordfence/js/admin.1778081072.js'),
(8547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\admin.ajaxWatcher.1778081072.js', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1778081072.js'),
(8548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\chart.umd.1778081072.js', 'wp-content/plugins/wordfence/js/chart.umd.1778081072.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\jquery.qrcode.min.1778081072.js', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1778081072.js'),
(8550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\vue.esm-browser.prod.1778081072.js', 'wp-content/plugins/wordfence/js/vue.esm-browser.prod.1778081072.js'),
(8551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfdashboard.1778081072.js', 'wp-content/plugins/wordfence/js/wfdashboard.1778081072.js'),
(8552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfdropdown.1778081072.js', 'wp-content/plugins/wordfence/js/wfdropdown.1778081072.js'),
(8553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfglobal.1778081072.js', 'wp-content/plugins/wordfence/js/wfglobal.1778081072.js'),
(8554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfi18n.1778081072.js', 'wp-content/plugins/wordfence/js/wfi18n.1778081072.js'),
(8555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfonboarding.1778081072.js', 'wp-content/plugins/wordfence/js/wfonboarding.1778081072.js'),
(8556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wfpopover.1778081072.js', 'wp-content/plugins/wordfence/js/wfpopover.1778081072.js'),
(8557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\js\\wordfence.1778081072.js', 'wp-content/plugins/wordfence/js/wordfence.1778081072.js'),
(8558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\languages\\wordfence.mo', 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(8559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\languages\\wordfence.pot', 'wp-content/plugins/wordfence/languages/wordfence.pot'),
(8560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\.htaccess', 'wp-content/plugins/wordfence/lib/.htaccess'),
(8561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Abstract.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(8562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Html\\Array.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(8563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\Renderer\\Html\\SideBySide.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(8564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff\\SequenceMatcher.php', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(8565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\Diff.php', 'wp-content/plugins/wordfence/lib/Diff.php'),
(8566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\IPTraf.php', 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(8567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\WFLSPHP52Compatability.php', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(8568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversPreview.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversPreview.php'),
(8569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreContent.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreContent.php'),
(8570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreMultisite.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreMultisite.php'),
(8571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreSite.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreSite.php'),
(8572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordPressCoreUser.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordPressCoreUser.php'),
(8573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\audit-log\\wfAuditLogObserversWordfence.php', 'wp-content/plugins/wordfence/lib/audit-log/wfAuditLogObserversWordfence.php'),
(8574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\compat.php', 'wp-content/plugins/wordfence/lib/compat.php'),
(8575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_content_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(8576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(8577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_localattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(8578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\dashboard\\widget_networkattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(8579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\diffResult.php', 'wp-content/plugins/wordfence/lib/diffResult.php'),
(8580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_genericAlert.php', 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(8581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_newIssues.php', 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(8582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_unlockRequest.php', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(8583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\email_unsubscribeRequest.php', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(8584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\flags.php', 'wp-content/plugins/wordfence/lib/flags.php'),
(8585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\geoip.mmdb', 'wp-content/plugins/wordfence/lib/geoip.mmdb'),
(8586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\live_activity.php', 'wp-content/plugins/wordfence/lib/live_activity.php'),
(8587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_dashboard.php', 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(8588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_dashboard_options.php', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(8589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall.php', 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(8590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_blocking.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(8591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_blocking_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(8592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_waf.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(8593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_firewall_waf_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(8594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_install.php', 'wp-content/plugins/wordfence/lib/menu_install.php'),
(8595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_options.php', 'wp-content/plugins/wordfence/lib/menu_options.php'),
(8596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner.php', 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(8597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner_credentials.php', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(8598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_scanner_options.php', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(8599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_support.php', 'wp-content/plugins/wordfence/lib/menu_support.php'),
(8600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools.php', 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(8601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_auditlog.php', 'wp-content/plugins/wordfence/lib/menu_tools_auditlog.php'),
(8602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_diagnostic.php', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(8603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_importExport.php', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(8604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_livetraffic.php', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(8605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_twoFactor.php', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(8606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_tools_whois.php', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(8607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\menu_wordfence_central.php', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(8608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\noc1.key', 'wp-content/plugins/wordfence/lib/noc1.key'),
(8609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTAuthenticationController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(8610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTBaseController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(8611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTConfigController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(8612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\rest-api\\wfRESTScanController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(8613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\sodium_compat_fast.php', 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),
(8614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\sysinfo.php', 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(8615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\viewFullActivityLog.php', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(8616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wf503.php', 'wp-content/plugins/wordfence/lib/wf503.php'),
(8617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAPI.php', 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(8618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfActivityReport.php', 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(8619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAdminNoticeQueue.php', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(8620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAlerts.php', 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(8621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfAuditLog.php', 'wp-content/plugins/wordfence/lib/wfAuditLog.php'),
(8622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBinaryList.php', 'wp-content/plugins/wordfence/lib/wfBinaryList.php'),
(8623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBrowscap.php', 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(8624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBrowscapCache.php', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(8625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfBulkCountries.php', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(8626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCache.php', 'wp-content/plugins/wordfence/lib/wfCache.php'),
(8627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCentralAPI.php', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(8628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCommonPasswords.php', 'wp-content/plugins/wordfence/lib/wfCommonPasswords.php'),
(8629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfConfig.php', 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(8630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCrawl.php', 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(8631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCredentialsController.php', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(8632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCrypt.php', 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(8633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfCurlInterceptor.php', 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),
(8634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDB.php', 'wp-content/plugins/wordfence/lib/wfDB.php'),
(8635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDashboard.php', 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(8636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDateLocalization.php', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(8637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDeactivationOption.php', 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),
(8638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDiagnostic.php', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(8639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfDirectoryIterator.php', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(8640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfFileUtils.php', 'wp-content/plugins/wordfence/lib/wfFileUtils.php'),
(8641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfHelperBin.php', 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(8642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfHelperString.php', 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(8643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfI18n.php', 'wp-content/plugins/wordfence/lib/wfI18n.php'),
(8644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIPWhitelist.php', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(8645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfImportExportController.php', 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(8646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfInaccessibleDirectoryException.php', 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),
(8647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfInvalidPathException.php', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),
(8648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIpLocation.php', 'wp-content/plugins/wordfence/lib/wfIpLocation.php'),
(8649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIpLocator.php', 'wp-content/plugins/wordfence/lib/wfIpLocator.php'),
(8650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfIssues.php', 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(8651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfJWT.php', 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(8652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfJavascriptBridge.php', 'wp-content/plugins/wordfence/lib/wfJavascriptBridge.php'),
(8653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLicense.php', 'wp-content/plugins/wordfence/lib/wfLicense.php'),
(8654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLockedOut.php', 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(8655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfLog.php', 'wp-content/plugins/wordfence/lib/wfLog.php'),
(8656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfMD5BloomFilter.php', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(8657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfModuleController.php', 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(8658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfNotification.php', 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(8659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfOnboardingController.php', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(8660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfPersistenceController.php', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(8661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfRESTAPI.php', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(8662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScan.php', 'wp-content/plugins/wordfence/lib/wfScan.php'),
(8663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanEngine.php', 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(8664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanEntrypoint.php', 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),
(8665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFile.php', 'wp-content/plugins/wordfence/lib/wfScanFile.php'),
(8666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileLink.php', 'wp-content/plugins/wordfence/lib/wfScanFileLink.php'),
(8667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileListItem.php', 'wp-content/plugins/wordfence/lib/wfScanFileListItem.php'),
(8668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanFileProperties.php', 'wp-content/plugins/wordfence/lib/wfScanFileProperties.php'),
(8669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanMonitor.php', 'wp-content/plugins/wordfence/lib/wfScanMonitor.php'),
(8670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfScanPath.php', 'wp-content/plugins/wordfence/lib/wfScanPath.php'),
(8671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfSchema.php', 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(8672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfStyle.php', 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(8673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfSupportController.php', 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(8674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUnlockMsg.php', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(8675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUpdateCheck.php', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(8676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfUtils.php', 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(8677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfVersionCheckController.php', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(8678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfVersionSupport.php', 'wp-content/plugins/wordfence/lib/wfVersionSupport.php'),
(8679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfView.php', 'wp-content/plugins/wordfence/lib/wfView.php'),
(8680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfViewResult.php', 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(8681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wfWebsite.php', 'wp-content/plugins/wordfence/lib/wfWebsite.php'),
(8682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceClass.php', 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(8683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceConstants.php', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(8684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceHash.php', 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(8685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceScanner.php', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(8686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\lib\\wordfenceURLHoover.php', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(8687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\license.txt', 'wp-content/plugins/wordfence/license.txt'),
(8688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\.htaccess', 'wp-content/plugins/wordfence/models/.htaccess'),
(8689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\block\\wfBlock.php', 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(8690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\block\\wfRateLimit.php', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(8691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\common\\wfTab.php', 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(8692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\firewall\\wfFirewall.php', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(8693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\page\\wfPage.php', 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(8694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\models\\scanner\\wfScanner.php', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(8695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\.htaccess', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(8696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\ajax.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(8697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\captcha.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(8698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\cron.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(8699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(8700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\javascript.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/javascript.php'),
(8701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\notices.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(8702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\permissions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(8703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(8704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\support.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(8705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\time.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(8706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\totp.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(8707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\users.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(8708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\whitelist.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(8709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\controller\\wordfencels.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(8710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\2fainitializationdata.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),
(8711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\asset.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(8712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\compat.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(8713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\base2n.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(8714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\jwt.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(8715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto\\symmetric.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(8716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\crypto.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(8717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\ip.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(8718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\notice.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(8719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\request.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(8720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\script.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),
(8721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings\\db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(8722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings\\wpoptions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(8723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(8724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\style.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),
(8725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\text\\html.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(8726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\text\\javascript.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(8727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\tokenbucket.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(8728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view\\tab.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(8729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view\\title.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(8730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\model\\view.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(8731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\array.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),
(8732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\baseconversion.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),
(8733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\databaselock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),
(8734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\lock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),
(8735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\measuredstring.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php'),
(8736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\multisite.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php'),
(8737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\multisiteconfigurationextractor.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php'),
(8738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\nulllock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),
(8739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\number.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),
(8740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\serialization.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),
(8741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\sleep.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php'),
(8742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\classes\\utility\\url.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php'),
(8743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\admin-global.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1778081072.css'),
(8744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\admin.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1778081072.css'),
(8745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\embedded.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1778081072.css'),
(8746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\font-awesome.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1778081072.css'),
(8747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\ionicons.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1778081072.css'),
(8748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\login.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/login.1778081072.css'),
(8749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\css\\woocommerce-account.1778081072.css', 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1778081072.css'),
(8750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\checkbox.png', 'wp-content/plugins/wordfence/modules/login-security/img/checkbox.png'),
(8751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\header.svg', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(8752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\lightbox-controls.png', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(8753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\loading.gif', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(8754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\loading_background.png', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(8755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\menu.svg', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(8756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(8757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(8758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(8759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(8760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(8761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\img\\ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(8762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\admin-global.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1778081072.js'),
(8763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\admin.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1778081072.js'),
(8764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\chart.umd.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1778081072.js'),
(8765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\jquery.qrcode.min.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1778081072.js'),
(8766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\login.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/login.1778081072.js'),
(8767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\vue.esm-browser.prod.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/vue.esm-browser.prod.1778081072.js'),
(8768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\wflsi18n.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/wflsi18n.1778081072.js'),
(8769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\js\\wordfence-login-security.1778081072.js', 'wp-content/plugins/wordfence/modules/login-security/js/wordfence-login-security.1778081072.js'),
(8770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\.htaccess', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(8771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\modal-prompt.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(8772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\reset-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),
(8773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\common\\revoke-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),
(8774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\email\\login-verification.php', 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(8775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\activate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(8776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\code.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(8777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\deactivate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(8778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),
(8779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\manage\\regenerate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(8780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\manage-embedded.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php'),
(8781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\manage.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(8782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\page.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(8783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\permission-denied.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php'),
(8784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\role.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(8785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\section-title.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(8786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\settings.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(8787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\page\\tabbar.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(8788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\settings\\user-stats.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(8789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\views\\user\\grace-period-toggle.php', 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),
(8790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\modules\\login-security\\wordfence-login-security.php', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(8791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\readme.txt', 'wp-content/plugins/wordfence/readme.txt'),
(8792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\tmp\\.htaccess', 'wp-content/plugins/wordfence/tmp/.htaccess'),
(8793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\.htaccess', 'wp-content/plugins/wordfence/vendor/.htaccess'),
(8794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\autoload.php', 'wp-content/plugins/wordfence/vendor/autoload.php'),
(8795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(8796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),
(8797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\LICENSE', 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(8798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(8799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(8800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(8801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(8802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(8803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\composer\\installed.php', 'wp-content/plugins/wordfence/vendor/composer/installed.php'),
(8804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\ControlByte.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),
(8805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\DataFieldParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),
(8806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Database.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),
(8807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\DatabaseMetadata.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),
(8808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Endianness.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),
(8809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\FormatException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),
(8810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IncompatibleIpVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),
(8811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IncompatibleVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),
(8812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidArgumentException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),
(8813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidIpAddressException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),
(8814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\InvalidOperationException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),
(8815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\IoException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),
(8816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\MmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),
(8817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\MmdbThrowable.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),
(8818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Exception\\RuntimeMmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),
(8819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IntegerParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),
(8820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Io\\FileHandle.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),
(8821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IpAddress.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),
(8822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\IpAddressInterface.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),
(8823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\Node.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),
(8824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\NodeReader.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),
(8825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\mmdb-reader\\src\\NodeRecord.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),
(8826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\cacert.pem', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\falsepositive.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(8828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\init.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(8829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\api.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),
(8830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\config.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(8831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\http.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(8832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\i18n.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),
(8833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\json.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(8834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\lexer.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(8835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\parser.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(8836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\parser\\sqli.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(8837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\request.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(8838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\rules.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(8839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\shutdown.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),
(8840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage\\file.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(8841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage\\mysql.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(8842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\storage.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(8843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\utils.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(8844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\view.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(8845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\waf.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(8846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\lib\\xmlrpc.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(8847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\rules.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(8848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403-blacklist.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(8849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403-roadblock.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(8850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\403.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(8851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\503-lockout.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(8852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\vendor\\wordfence\\wf-waf\\src\\views\\503.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(8853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\.htaccess', 'wp-content/plugins/wordfence/views/.htaccess'),
(8854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\block-navigation-option.php', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(8855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\indeterminate-progress.php', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(8856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\license.php', 'wp-content/plugins/wordfence/views/common/license.php'),
(8857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-fixed-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(8858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-help.php', 'wp-content/plugins/wordfence/views/common/page-help.php'),
(8859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(8860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\page-title.php', 'wp-content/plugins/wordfence/views/common/page-title.php'),
(8861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\section-subtitle.php', 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(8862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\section-title.php', 'wp-content/plugins/wordfence/views/common/section-title.php'),
(8863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\common\\unsubscribe.php', 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(8864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\diagnostics\\text.php', 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(8865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\offboarding\\deactivation-prompt.php', 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),
(8866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\banner.php', 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(8867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\disabled-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(8868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\fresh-install.php', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(8869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\overlay.php', 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(8870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\plugin-header.php', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(8871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\onboarding\\tour-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(8872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\options\\options-title.php', 'wp-content/plugins/wordfence/views/options/options-title.php'),
(8873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\reports\\activity-report-email-inline.php', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(8874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\reports\\activity-report.php', 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(8875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\site-cleaning-bottom.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(8876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-base.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-base.php'),
(8877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkGSB.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-checkGSB.php'),
(8878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkHowGetIPs.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-checkHowGetIPs.php'),
(8879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-checkSpamIP.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-checkSpamIP.php'),
(8880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-commentBadURL.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-commentBadURL.php'),
(8881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-configReadable.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-configReadable.php'),
(8882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-coreUnknown.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-coreUnknown.php'),
(8883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-database.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-database.php'),
(8884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-diskSpace.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-diskSpace.php'),
(8885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-easyPassword.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-easyPassword.php'),
(8886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-file.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-file.php'),
(8887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-geoipSupport.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-geoipSupport.php'),
(8888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-knownfile.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-knownfile.php'),
(8889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-optionBadURL.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-optionBadURL.php'),
(8890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-postBadTitle.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-postBadTitle.php'),
(8891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-postBadURL.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-postBadURL.php'),
(8892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-publiclyAccessible.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-publiclyAccessible.php'),
(8893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-skippedPaths.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-skippedPaths.php'),
(8894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-spamvertizeCheck.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-spamvertizeCheck.php'),
(8895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-suspiciousAdminUsers.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-suspiciousAdminUsers.php'),
(8896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-timelimit.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-timelimit.php'),
(8897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wafStatus.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wafStatus.php'),
(8898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfAssistantPresent.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfAssistantPresent.php'),
(8899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginAbandoned.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginAbandoned.php'),
(8900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginRemoved.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginRemoved.php'),
(8901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginUpgrade.php'),
(8902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfPluginVulnerable.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfPluginVulnerable.php'),
(8903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfThemeUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfThemeUpgrade.php'),
(8904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfUpgrade.php'),
(8905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wfUpgradeError.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wfUpgradeError.php'),
(8906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wpscan_directoryList.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wpscan_directoryList.php'),
(8907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\scanner\\text\\issue-wpscan_fullPathDiscl.php', 'wp-content/plugins/wordfence/views/scanner/text/issue-wpscan_fullPathDiscl.php'),
(8908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\tours\\login-security.php', 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(8909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\unsupported-php\\admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(8910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\unsupported-wp\\admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-wp/admin-message.php'),
(8911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\user\\disabled-application-passwords.php', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),
(8912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\views\\waf\\debug.php', 'wp-content/plugins/wordfence/views/waf/debug.php'),
(8913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\.htaccess', 'wp-content/plugins/wordfence/waf/.htaccess'),
(8914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\bootstrap.php', 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(8915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\dummy.php', 'wp-content/plugins/wordfence/waf/dummy.php'),
(8916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\entry.php', 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(8917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\mo.php', 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(8918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\plural-forms.php', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(8919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\po.php', 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(8920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\streams.php', 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(8921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\pomo\\translations.php', 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(8922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFBlockConstants.php', 'wp-content/plugins/wordfence/waf/wfWAFBlockConstants.php'),
(8923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFBlockI18n.php', 'wp-content/plugins/wordfence/waf/wfWAFBlockI18n.php'),
(8924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFIPBlocksController.php', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(8925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\waf\\wfWAFUserIPRange.php', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(8926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordfence\\wordfence.php', 'wp-content/plugins/wordfence/wordfence.php'),
(8927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\admin-settings-changed-listener.php', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(8928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-shortcode-filter.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(8929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-dismissable-notice.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(8930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-plugin-conflict-ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),
(8931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(8932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-abstract-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(8933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(8934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-integration.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(8935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-vip.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(8936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(8937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(8938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-capability-utils.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(8939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\capabilities\\class-register-capabilities.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(8940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-analysis-worker-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),
(8941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-dev-server-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),
(8942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(8943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-manager.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(8944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-seo-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(8945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-editor-specific-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),
(8946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-gutenberg-compatibility-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),
(8947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-help-panel.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(8948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-init.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(8949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-recommended-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(8950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-user-profile.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(8951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-utils.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(8952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(8953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-asset.php', 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(8954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-description-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),
(8955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(8956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-title-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),
(8957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-collector.php', 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(8958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-config.php', 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(8959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-database-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(8960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-export.php', 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(8961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(8962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-gutenberg-compatibility.php', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(8963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-meta-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(8964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-my-yoast-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(8965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tab.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(8966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs-formatter.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(8967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(8968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-paper-presenter.php', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(8969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-availability.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(8970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(8971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-premium-popup.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(8972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-premium-upsell-admin-block.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(8973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-primary-term-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(8974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-product-upsell-notice.php', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(8975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-remote-request.php', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(8976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-schema-person-upgrade-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),
(8977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-suggested-plugins.php', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(8978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-wincher-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php'),
(8979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(8980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(8981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-form.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(8982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-input-validation.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(8983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-network-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(8984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-network-settings-api.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),
(8985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification-center.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(8986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(8987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notifications.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(8988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(8989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint-file-size.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),
(8990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint-statistics.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(8991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\endpoints\\class-endpoint.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(8992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\exceptions\\class-file-size-exception.php', 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),
(8993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\filters\\class-abstract-post-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(8994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\filters\\class-cornerstone-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(8995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(8996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-post-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(8997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-term-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(8998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\interface-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(8999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(9000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-display.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),
(9001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-redirect-nopremium.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),
(9002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-detector.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(9003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-plugin.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(9004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-settings.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(9005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-status.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(9006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-abstract-plugin-importer.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),
(9007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-aioseo-v4.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),
(9008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-aioseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(9009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-greg-high-performance-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),
(9010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-headspace.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(9011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-jetpack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(9012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-platinum-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),
(9013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-premium-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),
(9014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-rankmath.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),
(9015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-seo-framework.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),
(9016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-seopressor.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),
(9017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-smartcrawl.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(9018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-squirrly.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(9019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-ultimate-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),
(9020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-woothemes-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),
(9021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-wp-meta-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),
(9022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-import-wpseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(9023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\import\\plugins\\class-importers.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(9024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\index.php', 'wp-content/plugins/wordpress-seo/admin/index.php'),
(9025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\interface-collection.php', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(9026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\interface-installable.php', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(9027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\listeners\\class-listener.php', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(9028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(9029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-base-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(9030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(9031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-network-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(9032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-replacevar-editor.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(9033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-replacevar-field.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(9034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\menu\\class-submenu-capability-normalize.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(9035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-abstract-sectioned-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),
(9036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php'),
(9037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(9038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-seo.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(9039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(9040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-collapsibles-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),
(9041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-editor.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(9042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-form-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(9043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-null-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(9044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-additional.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),
(9045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php'),
(9046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-react.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),
(9047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-section-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),
(9048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(9049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-analysis.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(9050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(9051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(9052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\notifiers\\dismissible-notification.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(9053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\notifiers\\interface-notification-handler.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(9054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\network.php', 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(9055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\redirects.php', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),
(9056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\tools.php', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(9057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-abstract-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(9058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-register-roles.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(9059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(9060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(9061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\roles\\class-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(9062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\services\\class-file-size.php', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(9063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\statistics\\class-statistics-integration.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(9064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\statistics\\class-statistics-service.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(9065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-columns.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(9066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields-presenter.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(9067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(9068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-metabox.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(9069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(9070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-addon-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php'),
(9071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-default-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(9072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-plugin-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(9073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-server-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(9074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-settings-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),
(9075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking-theme-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(9076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\tracking\\class-tracking.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(9077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-feature-toggle.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),
(9078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-feature-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),
(9079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-input-select.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(9080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-integration-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),
(9081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\form\\select.php', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(9082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\interface-yoast-form-element.php', 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(9083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\js-templates-primary-term.php', 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(9084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\paper-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(9085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-errors.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(9086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-template.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(9087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-notifications-warnings.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(9088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\redirects.php', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php'),
(9089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\dashboard.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\first-time-configuration.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php'),
(9091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\site-analysis.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(9092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\crawl-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),
(9093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(9094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(9095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(9096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\network\\restore-site.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),
(9097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\import-seo.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(9098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(9099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-import.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(9100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-bulk-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(9101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-file-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(9102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-import-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(9103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\admin\\watchers\\class-slug-change-watcher.php', 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(9104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\dynamic-blocks\\breadcrumbs\\block.json', 'wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json'),
(9105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\structured-data-blocks\\faq\\block.json', 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json'),
(9106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\blocks\\structured-data-blocks\\how-to\\block.json', 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json'),
(9107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\changelog.md', 'wp-content/plugins/wordpress-seo/changelog.md'),
(9108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\academy-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2760-rtl.css'),
(9109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\academy-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2760.css'),
(9110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2760-rtl.css'),
(9111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2760.css'),
(9112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2760-rtl.css'),
(9113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2760.css'),
(9114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-fix-assessments-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2760-rtl.css'),
(9115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-fix-assessments-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2760.css'),
(9116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-frontend-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2760-rtl.css'),
(9117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-frontend-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-frontend-2760.css'),
(9118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-generator-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2760-rtl.css'),
(9119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\ai-generator-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2760.css'),
(9120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2760-rtl.css'),
(9121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2760.css'),
(9122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\black-friday-banner-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2760-rtl.css'),
(9123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\black-friday-banner-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2760.css'),
(9124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\block-editor-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/block-editor-2760-rtl.css'),
(9125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\block-editor-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/block-editor-2760.css'),
(9126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2760-rtl.css'),
(9127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2760.css'),
(9128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2760-rtl.css'),
(9129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2760.css'),
(9130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\elementor-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2760-rtl.css'),
(9131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\elementor-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2760.css'),
(9132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2760-rtl.css'),
(9133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2760.css'),
(9134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\filter-explanation-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2760-rtl.css'),
(9135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\filter-explanation-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2760.css'),
(9136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\first-time-configuration-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2760-rtl.css'),
(9137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\first-time-configuration-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2760.css'),
(9138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\general-page-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/general-page-2760-rtl.css'),
(9139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\general-page-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/general-page-2760.css'),
(9140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\icons-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2760-rtl.css'),
(9141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\icons-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2760.css'),
(9142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2760-rtl.css'),
(9143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2760.css'),
(9144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\installation-success-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/installation-success-2760-rtl.css'),
(9145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\installation-success-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/installation-success-2760.css'),
(9146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\introductions-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2760-rtl.css'),
(9147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\introductions-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2760.css'),
(9148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2760-rtl.css'),
(9149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2760.css'),
(9150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2760-rtl.css'),
(9151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2760.css'),
(9152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\modal-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2760-rtl.css'),
(9153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\modal-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2760.css'),
(9154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\monorepo-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2760-rtl.css'),
(9155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\monorepo-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2760.css'),
(9156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\new-settings-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2760-rtl.css'),
(9157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\new-settings-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2760.css'),
(9158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\notifications-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2760-rtl.css'),
(9159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\notifications-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2760.css'),
(9160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\plans-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/plans-2760-rtl.css'),
(9161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\plans-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/plans-2760.css'),
(9162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\redirects-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/redirects-2760-rtl.css'),
(9163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\redirects-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/redirects-2760.css'),
(9164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\score_icon-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2760-rtl.css'),
(9165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\score_icon-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2760.css'),
(9166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\structured-data-blocks-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2760-rtl.css'),
(9167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\structured-data-blocks-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2760.css'),
(9168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\support-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2760-rtl.css'),
(9169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\support-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2760.css'),
(9170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tailwind-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2760.css'),
(9171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2760-rtl.css'),
(9172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2760.css'),
(9173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tooltips-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2760-rtl.css'),
(9174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\tooltips-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2760.css'),
(9175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\workouts-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2760-rtl.css'),
(9176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\workouts-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2760.css'),
(9177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2760-rtl.css'),
(9178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2760.css'),
(9179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2760-rtl.css'),
(9180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2760.css'),
(9181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-2760-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2760-rtl.css'),
(9182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-2760.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2760.css'),
(9183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\css\\main-sitemap.xsl', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(9184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\Yoast_SEO_negative_icon.svg', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(9185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\ai_for_seo_icon_my_yoast.png', 'wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png'),
(9186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\all_around_seo.png', 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png'),
(9187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\block_editor.png', 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png'),
(9188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\copywriting.png', 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png'),
(9189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\crawlability.png', 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png'),
(9190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\ecommerce.png', 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png'),
(9191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\hosting_and_server.png', 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png'),
(9192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\keyword_research.png', 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png'),
(9193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\local.png', 'wp-content/plugins/wordpress-seo/images/academy/local.png'),
(9194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\multilingual.png', 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png'),
(9195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\seo_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png'),
(9196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\seo_for_wp.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png'),
(9197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\site_structure.png', 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png'),
(9198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\structured_data_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png'),
(9199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\understanding_structured_data.png', 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png'),
(9200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\academy\\wp_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png'),
(9201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\acf-logo.png', 'wp-content/plugins/wordpress-seo/images/acf-logo.png'),
(9202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-brand-insights-pre-launch.png', 'wp-content/plugins/wordpress-seo/images/ai-brand-insights-pre-launch.png'),
(9203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-consent.png', 'wp-content/plugins/wordpress-seo/images/ai-consent.png'),
(9204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-fix-assessments-thumbnail.png', 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png'),
(9205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\ai-generator-preview.png', 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png'),
(9206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-error-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(9207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-info-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(9208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-success-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(9209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\alert-warning-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(9210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\error-icon.svg', 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(9211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-admin-bar.svg', 'wp-content/plugins/wordpress-seo/images/icon-admin-bar.svg'),
(9212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-cornerstone-content.svg', 'wp-content/plugins/wordpress-seo/images/icon-cornerstone-content.svg'),
(9213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-inclusive-language-analysis.svg', 'wp-content/plugins/wordpress-seo/images/icon-inclusive-language-analysis.svg'),
(9214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-index-now.svg', 'wp-content/plugins/wordpress-seo/images/icon-index-now.svg'),
(9215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-insights.svg', 'wp-content/plugins/wordpress-seo/images/icon-insights.svg'),
(9216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-internal-linking-suggestions.svg', 'wp-content/plugins/wordpress-seo/images/icon-internal-linking-suggestions.svg'),
(9217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-llms-txt.svg', 'wp-content/plugins/wordpress-seo/images/icon-llms-txt.svg'),
(9218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-open-graph.svg', 'wp-content/plugins/wordpress-seo/images/icon-open-graph.svg'),
(9219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-readability-analysis.svg', 'wp-content/plugins/wordpress-seo/images/icon-readability-analysis.svg'),
(9220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-redirect-manager.svg', 'wp-content/plugins/wordpress-seo/images/icon-redirect-manager.svg'),
(9221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-rest-api-endpoint.svg', 'wp-content/plugins/wordpress-seo/images/icon-rest-api-endpoint.svg'),
(9222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-schema-aggregation-endpoint.svg', 'wp-content/plugins/wordpress-seo/images/icon-schema-aggregation-endpoint.svg'),
(9223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-schema-framework.svg', 'wp-content/plugins/wordpress-seo/images/icon-schema-framework.svg'),
(9224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-seo-analysis.svg', 'wp-content/plugins/wordpress-seo/images/icon-seo-analysis.svg'),
(9225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-slack-sharing.svg', 'wp-content/plugins/wordpress-seo/images/icon-slack-sharing.svg'),
(9226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-sparkles.svg', 'wp-content/plugins/wordpress-seo/images/icon-sparkles.svg'),
(9227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-task-list.svg', 'wp-content/plugins/wordpress-seo/images/icon-task-list.svg'),
(9228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-text-link-counter.svg', 'wp-content/plugins/wordpress-seo/images/icon-text-link-counter.svg'),
(9229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-x-card-data.svg', 'wp-content/plugins/wordpress-seo/images/icon-x-card-data.svg'),
(9230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\icon-xml-sitemaps.svg', 'wp-content/plugins/wordpress-seo/images/icon-xml-sitemaps.svg'),
(9231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\index.php', 'wp-content/plugins/wordpress-seo/images/index.php'),
(9232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\link-in-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(9233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\link-out-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(9234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_man_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),
(9235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_woman_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),
(9236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\mirrored_fit_bubble_woman_2_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),
(9237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\question-mark.png', 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(9238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\readability-icon.svg', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(9239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\redirect-manager-thumbnail.png', 'wp-content/plugins/wordpress-seo/images/redirect-manager-thumbnail.png'),
(9240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\schema-aggregator-thumbnail.png', 'wp-content/plugins/wordpress-seo/images/schema-aggregator-thumbnail.png'),
(9241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),
(9242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\github.png', 'wp-content/plugins/wordpress-seo/images/support/github.png'),
(9243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\help_center.png', 'wp-content/plugins/wordpress-seo/images/support/help_center.png'),
(9244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support\\support_forums.png', 'wp-content/plugins/wordpress-seo/images/support/support_forums.png'),
(9245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\images\\support-team.svg', 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(9246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-addon-manager.php', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(9247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-my-yoast-api-request.php', 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),
(9248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-post-type.php', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(9249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-rewrite.php', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(9250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-upgrade-history.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(9251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-upgrade.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(9252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-admin-bar-menu.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),
(9253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-content-images.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(9254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-custom-fields.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(9255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-custom-taxonomies.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(9256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-image-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(9257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-installation.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(9258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-meta.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(9259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-primary-term.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(9260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-rank.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(9261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-replace-vars.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(9262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-replacement-variable.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(9263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-shortlinker.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(9264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-statistics.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(9265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(9266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\class-yoast-dynamic-rewrites.php', 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php'),
(9267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\date-helper.php', 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(9268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\exceptions\\class-myyoast-bad-request-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),
(9269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\exceptions\\class-myyoast-invalid-json-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),
(9270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\index.php', 'wp-content/plugins/wordpress-seo/inc/index.php'),
(9271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\interface-wpseo-wordpress-ajax-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),
(9272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\interface-wpseo-wordpress-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(9273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\language-utils.php', 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(9274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-llmstxt.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-llmstxt.php'),
(9275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-ms.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(9276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-social.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(9277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-titles.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(9278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-tracking-only.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-tracking-only.php'),
(9279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-wpseo.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(9280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(9281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-options.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(9282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-taxonomy-meta.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(9283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-author-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(9284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-post-type-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),
(9285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(9286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-image-parser.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(9287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-admin.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(9288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache-validator.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(9289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(9290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-renderer.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(9291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-router.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(9292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(9293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-taxonomy-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(9294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(9295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(9296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions-deprecated.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(9297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(9298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-non-ajax-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(9299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\index.php', 'wp-content/plugins/wordpress-seo/index.php'),
(9300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\academy.js', 'wp-content/plugins/wordpress-seo/js/dist/academy.js'),
(9301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\addon-installation.js', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),
(9302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\admin-global.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),
(9303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\admin-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),
(9304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-consent.js', 'wp-content/plugins/wordpress-seo/js/dist/ai-consent.js'),
(9305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-content-planner.js', 'wp-content/plugins/wordpress-seo/js/dist/ai-content-planner.js'),
(9306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\ai-generator.js', 'wp-content/plugins/wordpress-seo/js/dist/ai-generator.js'),
(9307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\analysis-worker.js', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),
(9308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\api-client.js', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),
(9309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\block-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),
(9310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\bulk-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),
(9311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\classic-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),
(9312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\crawl-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js'),
(9313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),
(9314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\dynamic-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),
(9315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\edit-page.js', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),
(9316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\editor-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),
(9317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\elementor.js', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),
(9318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\aiFrontend.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/aiFrontend.js'),
(9319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\analysis.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),
(9320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\analysisReport.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),
(9321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\chart.js.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js'),
(9322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\componentsNew.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),
(9323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\dashboardFrontend.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/dashboardFrontend.js'),
(9324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\draftJs.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),
(9325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\featureFlag.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),
(9326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\helpers.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),
(9327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\jed.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),
(9328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\propTypes.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),
(9329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\reactHelmet.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js'),
(9330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),
(9331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\reduxJsToolkit.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js'),
(9332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\relatedKeyphraseSuggestions.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js'),
(9333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\replacementVariableEditor.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),
(9334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\searchMetadataPreviews.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),
(9335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\socialMetadataForms.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),
(9336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\styleGuide.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),
(9337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\styledComponents.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),
(9338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals\\uiLibrary.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),
(9339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),
(9340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-contexts.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),
(9341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\externals-redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),
(9342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\faq-block.js', 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js'),
(9343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\filter-explanation.js', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),
(9344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\frontend-inspector-resources.js', 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),
(9345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\general-page.js', 'wp-content/plugins/wordpress-seo/js/dist/general-page.js'),
(9346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\help-scout-beacon.js', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),
(9347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\how-to-block.js', 'wp-content/plugins/wordpress-seo/js/dist/how-to-block.js'),
(9348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\import.js', 'wp-content/plugins/wordpress-seo/js/dist/import.js'),
(9349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\indexation.js', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),
(9350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\installation-success.js', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),
(9351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\integrations-page.js', 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),
(9352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\introductions.js', 'wp-content/plugins/wordpress-seo/js/dist/introductions.js'),
(9353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ar.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),
(9354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ca.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),
(9355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\cs.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),
(9356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\de.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),
(9357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\default.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),
(9358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\el.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),
(9359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\en.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),
(9360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\es.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),
(9361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\fa.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),
(9362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\fr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),
(9363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\he.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),
(9364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\hu.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),
(9365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\id.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),
(9366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\it.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),
(9367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ja.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),
(9368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\nb.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),
(9369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\nl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),
(9370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\pl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\pt.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),
(9372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\ru.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),
(9373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\sk.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),
(9374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\sv.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),
(9375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\languages\\tr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),
(9376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\network-admin.js', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),
(9377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\new-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),
(9378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\plans.js', 'wp-content/plugins/wordpress-seo/js/dist/plans.js'),
(9379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\post-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),
(9380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\quick-edit-handler.js', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),
(9381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\redirect-old-features-tab.js', 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js'),
(9382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\redirects.js', 'wp-content/plugins/wordpress-seo/js/dist/redirects.js'),
(9383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\reindex-links.js', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),
(9384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\settings.js', 'wp-content/plugins/wordpress-seo/js/dist/settings.js'),
(9385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\support.js', 'wp-content/plugins/wordpress-seo/js/dist/support.js'),
(9386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\term-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),
(9387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\used-keywords-assessment.js', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),
(9388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wincher-dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js'),
(9389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\js\\dist\\workouts.js', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),
(9390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\abstract-main.php', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(9391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\dependency-injection\\container-registry.php', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(9392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\adapter.php', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(9393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\column.php', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),
(9394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\constants.php', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(9395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\migration.php', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(9396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\migrations\\table.php', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(9397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\model.php', 'wp-content/plugins/wordpress-seo/lib/model.php'),
(9398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\lib\\orm.php', 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(9399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\license.txt', 'wp-content/plugins/wordpress-seo/license.txt'),
(9400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\Yoast_SEO_Icon.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),
(9401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\Yoast_icon_kader.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),
(9402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\ai-plus-plans.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/ai-plus-plans.svg'),
(9403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\algolia-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),
(9404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\connection-assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),
(9405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\docs-plans.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/docs-plans.svg'),
(9406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\duplicate-post-plans.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/duplicate-post-plans.svg'),
(9407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\edd-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg'),
(9408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\elementor-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),
(9409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-check-circle-green.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-check-circle-green.svg'),
(9410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-crown.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-crown.svg'),
(9411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-facebook.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),
(9412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\icon-trolley.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-trolley.svg'),
(9413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\jetpack-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),
(9414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\mastodon-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg'),
(9415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\premium-plans.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/premium-plans.svg'),
(9416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\semrush-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),
(9417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\site-kit-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/site-kit-logo.svg'),
(9418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\ssp-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),
(9419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),
(9420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\tec-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),
(9421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\wincher-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),
(9422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-plans.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/woo-plans.svg'),
(9423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-seo-logo-new.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/woo-seo-logo-new.svg'),
(9424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\woo-yoast-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/woo-yoast-logo.svg'),
(9425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\wp-recipe-maker-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg'),
(9426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\x-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg'),
(9427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-connect-google-site-kit-success.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit-success.svg'),
(9428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-connect-google-site-kit.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-connect-google-site-kit.svg'),
(9429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast-premium-logo-new.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-premium-logo-new.svg'),
(9430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\packages\\js\\images\\yoast.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast.svg'),
(9431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\readme.txt', 'wp-content/plugins/wordpress-seo/readme.txt'),
(9432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\application\\score-retriever.php', 'wp-content/plugins/wordpress-seo/src/abilities/application/score-retriever.php'),
(9433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\domain\\score-result.php', 'wp-content/plugins/wordpress-seo/src/abilities/domain/score-result.php'),
(9434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\user-interface\\abilities-integration.php', 'wp-content/plugins/wordpress-seo/src/abilities/user-interface/abilities-integration.php'),
(9435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\abilities\\user-interface\\ability-categories-integration.php', 'wp-content/plugins/wordpress-seo/src/abilities/user-interface/ability-categories-integration.php'),
(9436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\addon-installation\\addon-activate-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),
(9437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\addon-installation\\addon-install-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),
(9438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\alert-dismissal-action.php', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),
(9439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\configuration\\first-time-configuration-action.php', 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php'),
(9440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\abstract-aioseo-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),
(9441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\abstract-aioseo-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),
(9442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-cleanup-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),
(9443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-custom-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),
(9444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-default-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),
(9445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-general-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),
(9446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-posts-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),
(9447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-posttype-defaults-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),
(9448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-taxonomy-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),
(9449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\aioseo\\aioseo-validate-data-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),
(9450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\deactivate-conflicting-plugins-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),
(9451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\importing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),
(9452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\importing\\importing-indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php'),
(9453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexables\\indexable-head-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),
(9454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\abstract-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),
(9455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\abstract-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),
(9456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-general-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),
(9457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),
(9458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-post-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),
(9459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-post-type-archive-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),
(9460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexable-term-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),
(9461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),
(9462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),
(9463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\indexing-prepare-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),
(9464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\limited-indexing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),
(9465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\post-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),
(9466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\indexing\\term-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),
(9467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\integrations-action.php', 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),
(9468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),
(9469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-options-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),
(9470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\semrush\\semrush-phrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),
(9471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-account-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),
(9472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-keyphrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),
(9473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\actions\\wincher\\wincher-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),
(9474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-generator-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-generator-interface.php'),
(9475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-verifier-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-verifier-handler-interface.php'),
(9476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\code-verifier-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/code-verifier-handler.php'),
(9477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\token-manager-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/token-manager-interface.php'),
(9478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\application\\token-manager.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/application/token-manager.php'),
(9479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\domain\\code-verifier.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/domain/code-verifier.php'),
(9480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\domain\\token.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/domain/token.php'),
(9481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\access-token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/access-token-user-meta-repository-interface.php'),
(9482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\access-token-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/access-token-user-meta-repository.php'),
(9483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-generator.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-generator.php'),
(9484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-verifier-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-verifier-user-meta-repository-interface.php'),
(9485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\code-verifier-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/code-verifier-user-meta-repository.php'),
(9486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\refresh-token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/refresh-token-user-meta-repository-interface.php'),
(9487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\refresh-token-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/refresh-token-user-meta-repository.php'),
(9488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\infrastructure\\token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure/token-user-meta-repository-interface.php'),
(9489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\abstract-callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/abstract-callback-route.php'),
(9490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/callback-route.php'),
(9491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\authorization\\user-interface\\refresh-callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai/authorization/user-interface/refresh-callback-route.php'),
(9492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-endpoints-repository.php'),
(9493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-handler-interface.php'),
(9494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\application\\consent-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/application/consent-handler.php'),
(9495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\infrastructure\\endpoints\\consent-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure/endpoints/consent-endpoint-interface.php'),
(9496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\infrastructure\\endpoints\\consent-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/infrastructure/endpoints/consent-endpoint.php'),
(9497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\user-interface\\ai-consent-integration.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/user-interface/ai-consent-integration.php'),
(9498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\consent\\user-interface\\consent-route.php', 'wp-content/plugins/wordpress-seo/src/ai/consent/user-interface/consent-route.php'),
(9499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\category-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/category-repository-interface.php'),
(9500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-outline-command-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-outline-command-handler.php'),
(9501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-outline-command.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-outline-command.php'),
(9502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-planner-endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-planner-endpoints-repository.php'),
(9503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-suggestion-command-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-suggestion-command-handler.php'),
(9504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\application\\content-suggestion-command.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/application/content-suggestion-command.php'),
(9505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\category.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/category.php'),
(9506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\content-suggestion-list.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/content-suggestion-list.php'),
(9507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\content-suggestion.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/content-suggestion.php'),
(9508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\post-list.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/post-list.php'),
(9509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\post.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/post.php'),
(9510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\section-list.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/section-list.php'),
(9511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\domain\\section.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/section.php'),
(9512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\banner-permanent-dismissal-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/banner-permanent-dismissal-endpoint.php'),
(9513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\content-planner-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/content-planner-endpoint-interface.php'),
(9514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\get-outline-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/get-outline-endpoint.php'),
(9515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/endpoints/get-suggestions-endpoint.php'),
(9516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\recent-content\\recent-content-collector.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/recent-content/recent-content-collector.php'),
(9517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\infrastructure\\wordpress-category-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/infrastructure/wordpress-category-repository.php'),
(9518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\banner-permanent-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/banner-permanent-dismissal-route.php'),
(9519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\content-planner-integration.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/content-planner-integration.php'),
(9520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\get-outline-route.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/get-outline-route.php'),
(9521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\content-planner\\user-interface\\get-suggestions-route.php', 'wp-content/plugins/wordpress-seo/src/ai/content-planner/user-interface/get-suggestions-route.php'),
(9522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-endpoints-repository.php'),
(9523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-handler-interface.php'),
(9524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\application\\free-sparks-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/application/free-sparks-handler.php'),
(9525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure/endpoints/free-sparks-endpoint-interface.php'),
(9526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/infrastructure/endpoints/free-sparks-endpoint.php'),
(9527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\free-sparks\\user-interface\\free-sparks-route.php', 'wp-content/plugins/wordpress-seo/src/ai/free-sparks/user-interface/free-sparks-route.php'),
(9528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\application\\generator-endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/application/generator-endpoints-repository.php'),
(9529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\application\\suggestions-provider.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/application/suggestions-provider.php'),
(9530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\suggestion.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/suggestion.php'),
(9531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\suggestions-bucket.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/suggestions-bucket.php'),
(9532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\domain\\urls-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/domain/urls-interface.php'),
(9533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\bust-subscription-cache-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/bust-subscription-cache-endpoint.php'),
(9534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\generator-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/generator-endpoint-interface.php'),
(9535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/get-suggestions-endpoint.php'),
(9536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\endpoints\\get-usage-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/endpoints/get-usage-endpoint.php'),
(9537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\infrastructure\\wordpress-urls.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/infrastructure/wordpress-urls.php'),
(9538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\ai-generator-integration.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/ai-generator-integration.php'),
(9539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\bust-subscription-cache-route.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/bust-subscription-cache-route.php'),
(9540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\get-suggestions-route.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/get-suggestions-route.php'),
(9541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\get-usage-route.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/get-usage-route.php'),
(9542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\generator\\user-interface\\route-permission-trait.php', 'wp-content/plugins/wordpress-seo/src/ai/generator/user-interface/route-permission-trait.php'),
(9543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\request-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/request-handler-interface.php'),
(9544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\request-handler.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/request-handler.php'),
(9545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\response-parser-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/response-parser-interface.php'),
(9546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\application\\response-parser.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/application/response-parser.php'),
(9547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\bad-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/bad-request-exception.php'),
(9548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\forbidden-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/forbidden-exception.php'),
(9549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\internal-server-error-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/internal-server-error-exception.php'),
(9550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/not-found-exception.php'),
(9551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\payment-required-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/payment-required-exception.php'),
(9552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\remote-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/remote-request-exception.php'),
(9553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\request-timeout-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/request-timeout-exception.php'),
(9554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\service-unavailable-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/service-unavailable-exception.php'),
(9555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\too-many-requests-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/too-many-requests-exception.php'),
(9556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\unauthorized-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/unauthorized-exception.php'),
(9557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\exceptions\\wp-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/exceptions/wp-request-exception.php'),
(9558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\request.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/request.php'),
(9559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\domain\\response.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/domain/response.php'),
(9560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\infrastructure\\api-client-interface.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/infrastructure/api-client-interface.php'),
(9561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai\\http-request\\infrastructure\\api-client.php', 'wp-content/plugins/wordpress-seo/src/ai/http-request/infrastructure/api-client.php'),
(9562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-generator-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-generator-interface.php'),
(9563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-verifier-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler-interface.php'),
(9564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\code-verifier-handler.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/code-verifier-handler.php'),
(9565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\token-manager-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager-interface.php'),
(9566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\application\\token-manager.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/application/token-manager.php'),
(9567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\domain\\code-verifier.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/domain/code-verifier.php'),
(9568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\domain\\token.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/domain/token.php'),
(9569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\access-token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository-interface.php'),
(9570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\access-token-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/access-token-user-meta-repository.php'),
(9571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-generator.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-generator.php'),
(9572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-verifier-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository-interface.php'),
(9573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\code-verifier-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/code-verifier-user-meta-repository.php'),
(9574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\refresh-token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository-interface.php'),
(9575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\refresh-token-user-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/refresh-token-user-meta-repository.php'),
(9576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\infrastructure\\token-user-meta-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/infrastructure/token-user-meta-repository-interface.php'),
(9577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\abstract-callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/abstract-callback-route.php'),
(9578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/callback-route.php'),
(9579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-authorization\\user-interface\\refresh-callback-route.php', 'wp-content/plugins/wordpress-seo/src/ai-authorization/user-interface/refresh-callback-route.php'),
(9580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\application\\consent-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler-interface.php'),
(9581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\application\\consent-handler.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/application/consent-handler.php'),
(9582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\domain\\endpoint\\endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/domain/endpoint/endpoint-interface.php'),
(9583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\infrastructure\\endpoints\\consent-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/infrastructure/endpoints/consent-endpoint.php'),
(9584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\user-interface\\ai-consent-integration.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/ai-consent-integration.php'),
(9585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-consent\\user-interface\\consent-route.php', 'wp-content/plugins/wordpress-seo/src/ai-consent/user-interface/consent-route.php'),
(9586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\application\\free-sparks-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler-interface.php'),
(9587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\application\\free-sparks-handler.php', 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/application/free-sparks-handler.php'),
(9588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\infrastructure\\endpoints\\free-sparks-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/infrastructure/endpoints/free-sparks-endpoint.php'),
(9589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-free-sparks\\user-interface\\free-sparks-route.php', 'wp-content/plugins/wordpress-seo/src/ai-free-sparks/user-interface/free-sparks-route.php'),
(9590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\application\\suggestions-provider.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/application/suggestions-provider.php'),
(9591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\endpoint\\endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-interface.php'),
(9592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\endpoint\\endpoint-list.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint/endpoint-list.php'),
(9593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\suggestion.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestion.php'),
(9594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\suggestions-bucket.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/suggestions-bucket.php'),
(9595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\domain\\urls-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/domain/urls-interface.php'),
(9596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\endpoints\\get-suggestions-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-suggestions-endpoint.php'),
(9597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\endpoints\\get-usage-endpoint.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/endpoints/get-usage-endpoint.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\infrastructure\\wordpress-urls.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/infrastructure/wordpress-urls.php'),
(9599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\ai-generator-integration.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/ai-generator-integration.php'),
(9600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\bust-subscription-cache-route.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/bust-subscription-cache-route.php'),
(9601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\get-suggestions-route.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-suggestions-route.php'),
(9602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\get-usage-route.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/get-usage-route.php'),
(9603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-generator\\user-interface\\route-permission-trait.php', 'wp-content/plugins/wordpress-seo/src/ai-generator/user-interface/route-permission-trait.php'),
(9604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\request-handler-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler-interface.php'),
(9605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\request-handler.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/request-handler.php'),
(9606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\response-parser-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser-interface.php'),
(9607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\application\\response-parser.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/application/response-parser.php'),
(9608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\bad-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/bad-request-exception.php'),
(9609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\forbidden-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/forbidden-exception.php'),
(9610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\internal-server-error-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/internal-server-error-exception.php'),
(9611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/not-found-exception.php'),
(9612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\payment-required-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/payment-required-exception.php'),
(9613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\remote-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/remote-request-exception.php'),
(9614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\request-timeout-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/request-timeout-exception.php'),
(9615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\service-unavailable-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/service-unavailable-exception.php'),
(9616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\too-many-requests-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/too-many-requests-exception.php'),
(9617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\unauthorized-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/unauthorized-exception.php'),
(9618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\exceptions\\wp-request-exception.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/wp-request-exception.php'),
(9619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\request.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/request.php'),
(9620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\domain\\response.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/domain/response.php'),
(9621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\infrastructure\\api-client-interface.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client-interface.php'),
(9622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\ai-http-request\\infrastructure\\api-client.php', 'wp-content/plugins/wordpress-seo/src/ai-http-request/infrastructure/api-client.php'),
(9623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\default-seo-data\\default-seo-data-alert.php', 'wp-content/plugins/wordpress-seo/src/alerts/application/default-seo-data/default-seo-data-alert.php'),
(9624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\indexables-disabled\\indexables-disabled-alert.php', 'wp-content/plugins/wordpress-seo/src/alerts/application/indexables-disabled/indexables-disabled-alert.php'),
(9625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\application\\ping-other-admins\\ping-other-admins-alert.php', 'wp-content/plugins/wordpress-seo/src/alerts/application/ping-other-admins/ping-other-admins-alert.php'),
(9626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\infrastructure\\default-seo-data\\default-seo-data-collector.php', 'wp-content/plugins/wordpress-seo/src/alerts/infrastructure/default-seo-data/default-seo-data-collector.php'),
(9627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-cron-callback-integration.php', 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-callback-integration.php'),
(9628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-cron-scheduler.php', 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-cron-scheduler.php'),
(9629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\default-seo-data\\default-seo-data-watcher.php', 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/default-seo-data/default-seo-data-watcher.php'),
(9630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\alerts\\user-interface\\resolve-alert-route.php', 'wp-content/plugins/wordpress-seo/src/alerts/user-interface/resolve-alert-route.php'),
(9631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\application\\missing-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php'),
(9632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\application\\to-be-cleaned-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php'),
(9633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\missing-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php'),
(9634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\missing-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php'),
(9635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\to-be-cleaned-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php'),
(9636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\domain\\to-be-cleaned-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php'),
(9637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\analytics\\user-interface\\last-completed-indexation-integration.php', 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php'),
(9638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-author-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(9639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(9640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-date-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),
(9641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-hierarchy-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(9642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-home-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),
(9643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-link-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(9644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-post-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(9645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-post-type-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),
(9646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-social-image-trait.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),
(9647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-system-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),
(9648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\indexable-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(9649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\builders\\primary-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(9650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\cleanup-command.php', 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),
(9651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\command-interface.php', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(9652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\commands\\index-command.php', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(9653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\abilities-api-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/abilities-api-conditional.php'),
(9654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\addon-installation-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),
(9655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\doing-post-quick-edit-save-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),
(9656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\estimated-reading-time-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),
(9657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\licenses-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),
(9658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\non-network-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php'),
(9659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\post-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(9660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\posts-overview-or-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),
(9661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin\\yoast-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php'),
(9662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(9663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\ai-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/ai-conditional.php'),
(9664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\ai-editor-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/ai-editor-conditional.php'),
(9665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\attachment-redirections-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php'),
(9666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\check-required-version-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php'),
(9667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\conditional-interface.php', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(9668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\deactivating-yoast-seo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php'),
(9669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\development-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(9670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\dynamic-product-permalinks-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/dynamic-product-permalinks-conditional.php'),
(9671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\feature-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(9672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\front-end-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(9673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\get-request-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(9674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\headless-rest-endpoints-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),
(9675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\import-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),
(9676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\jetpack-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(9677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\migrations-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(9678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\new-settings-ui-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php'),
(9679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\news-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),
(9680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\no-conditionals-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(9681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\no-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),
(9682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\non-multisite-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),
(9683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\not-admin-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),
(9684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\open-graph-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(9685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\premium-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),
(9686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\premium-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),
(9687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\primary-category-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(9688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\robots-txt-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),
(9689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\schema-disabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/schema-disabled-conditional.php'),
(9690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\semrush-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(9691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\settings-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),
(9692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\should-index-links-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),
(9693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\task-list-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/task-list-enabled-conditional.php'),
(9694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\text-formality-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),
(9695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\edd-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/edd-conditional.php'),
(9696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\elementor-activated-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),
(9697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\elementor-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),
(9698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\polylang-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php'),
(9699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\site-kit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/site-kit-conditional.php'),
(9700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\translatepress-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php'),
(9701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\w3-total-cache-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),
(9702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\wpml-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),
(9703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\third-party\\wpml-wpseo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),
(9704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\traits\\admin-conditional-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php'),
(9705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\updated-importer-framework-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),
(9706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-edit-users-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php'),
(9707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-manage-wpseo-options-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),
(9708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-can-publish-posts-and-pages-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php'),
(9709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php'),
(9710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\user-profile-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php'),
(9711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\web-stories-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(9712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-automatically-track-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),
(9713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),
(9714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),
(9715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wincher-token-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),
(9716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woo-seo-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woo-seo-inactive-conditional.php'),
(9717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woocommerce-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(9718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\woocommerce-version-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-version-conditional.php'),
(9719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-cron-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php'),
(9720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-robots-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(9721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\wp-tests-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-tests-conditional.php'),
(9722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\xmlrpc-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(9723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\yoast-admin-and-dashboard-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),
(9724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\conditionals\\yoast-tools-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),
(9725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\badge-group-names.php', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(9726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\conflicting-plugins.php', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),
(9727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\indexing-reasons.php', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(9728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migration-status.php', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(9729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20171228151840_WpYoastIndexable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(9730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20171228151841_WpYoastPrimaryTerm.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(9731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(9732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20191011111109_WpYoastIndexableHierarchy.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(9733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200408101900_AddCollationToTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(9734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200420073606_AddColumnsToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(9735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(9736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200428194858_ExpandIndexableColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(9737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200429105310_TruncateIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(9738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(9739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200430150130_ClearIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(9740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200507054848_DeleteDuplicateIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(9741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200513133401_ResetIndexableHierarchyTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(9742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200609154515_AddHasAncestorsColumn.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(9743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200616130143_ReplacePermalinkHashIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(9744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200617122511_CreateSEOLinksTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(9745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200702141921_CreateIndexableSubpagesIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(9746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(9747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201202144329_AddEstimatedReadingTime.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(9748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201216124002_ExpandIndexableIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(9749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(9750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20210817092415_AddVersionColumnToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),
(9751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20211020091404_AddObjectTimestamps.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),
(9752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20230417083836_AddInclusiveLanguageScore.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php'),
(9753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\migrations\\20260105111111_AddSeoLinksIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20260105111111_AddSeoLinksIndex.php'),
(9754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\oauth-client.php', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),
(9755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\researcher-languages.php', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),
(9756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\schema-ids.php', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(9757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\schema-types.php', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(9758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\semrush-client.php', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(9759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\wincher-client.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),
(9760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\config\\wincher-pkce-provider.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),
(9761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\application\\content-type-visibility-dismiss-notifications.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php'),
(9762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\application\\content-type-visibility-watcher-actions.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php'),
(9763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\content-type-visibility\\user-interface\\content-type-visibility-dismiss-new-route.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php'),
(9764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\context\\meta-tags-context.php', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(9765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\configuration\\dashboard-configuration.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/configuration/dashboard-configuration.php'),
(9766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\content-types\\content-types-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/content-types/content-types-repository.php'),
(9767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\endpoints\\endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints/endpoints-repository.php'),
(9768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\filter-pairs\\filter-pairs-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/filter-pairs/filter-pairs-repository.php'),
(9769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\abstract-score-groups-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/abstract-score-groups-repository.php'),
(9770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\readability-score-groups\\readability-score-groups-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/readability-score-groups/readability-score-groups-repository.php'),
(9771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-groups\\seo-score-groups\\seo-score-groups-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/seo-score-groups/seo-score-groups-repository.php'),
(9772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\abstract-score-results-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/abstract-score-results-repository.php'),
(9773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\current-scores-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/current-scores-repository.php'),
(9774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\readability-score-results\\readability-score-results-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/readability-score-results/readability-score-results-repository.php'),
(9775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\score-results\\seo-score-results\\seo-score-results-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/seo-score-results/seo-score-results-repository.php'),
(9776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\search-ranking-compare-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/search-ranking-compare-repository.php'),
(9777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\top-page-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-page-repository.php'),
(9778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\search-rankings\\top-query-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings/top-query-repository.php'),
(9779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\taxonomies\\taxonomies-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/taxonomies/taxonomies-repository.php'),
(9780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\tracking\\setup-steps-tracking.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/tracking/setup-steps-tracking.php'),
(9781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\traffic\\organic-sessions-compare-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-compare-repository.php'),
(9782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\application\\traffic\\organic-sessions-daily-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/application/traffic/organic-sessions-daily-repository.php'),
(9783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\failed-request-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/failed-request-exception.php'),
(9784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\invalid-request-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/invalid-request-exception.php'),
(9785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\analytics-4\\unexpected-response-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4/unexpected-response-exception.php'),
(9786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\content-types\\content-type.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-type.php'),
(9787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\content-types\\content-types-list.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types/content-types-list.php'),
(9788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\dashboard-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/dashboard-repository-interface.php'),
(9789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\data-container.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-container.php'),
(9790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\data-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/data-interface.php'),
(9791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\data-provider\\parameters.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider/parameters.php'),
(9792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\filter-pairs\\filter-pairs-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/filter-pairs-interface.php'),
(9793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\filter-pairs\\product-category-filter-pair.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs/product-category-filter-pair.php'),
(9794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\abstract-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/abstract-score-group.php'),
(9795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\abstract-readability-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/abstract-readability-score-group.php'),
(9796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\bad-readability-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/bad-readability-score-group.php'),
(9797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\good-readability-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/good-readability-score-group.php'),
(9798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\no-readability-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/no-readability-score-group.php'),
(9799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\ok-readability-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/ok-readability-score-group.php'),
(9800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\readability-score-groups\\readability-score-groups-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups/readability-score-groups-interface.php'),
(9801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\score-groups-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/score-groups-interface.php'),
(9802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\abstract-seo-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/abstract-seo-score-group.php'),
(9803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\bad-seo-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/bad-seo-score-group.php'),
(9804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\good-seo-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/good-seo-score-group.php'),
(9805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\no-seo-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/no-seo-score-group.php'),
(9806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\ok-seo-score-group.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/ok-seo-score-group.php'),
(9807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-groups\\seo-score-groups\\seo-score-groups-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/seo-score-groups-interface.php'),
(9808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\current-score.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-score.php'),
(9809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\current-scores-list.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/current-scores-list.php'),
(9810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\score-result.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-result.php'),
(9811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\score-results\\score-results-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results/score-results-not-found-exception.php'),
(9812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-console\\failed-request-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/failed-request-exception.php'),
(9813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-console\\unexpected-response-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console/unexpected-response-exception.php'),
(9814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\comparison-search-ranking-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/comparison-search-ranking-data.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\search-ranking-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/search-ranking-data.php'),
(9816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\search-rankings\\top-page-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings/top-page-data.php'),
(9817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\taxonomies\\taxonomy.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/taxonomies/taxonomy.php'),
(9818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\time-based-seo-metrics\\data-source-not-available-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/data-source-not-available-exception.php'),
(9819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\time-based-seo-metrics\\repository-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics/repository-not-found-exception.php'),
(9820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\comparison-traffic-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/comparison-traffic-data.php'),
(9821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\daily-traffic-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/daily-traffic-data.php'),
(9822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\domain\\traffic\\traffic-data.php', 'wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic/traffic-data.php'),
(9823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\analytics-4-parameters.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/analytics-4-parameters.php'),
(9824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\site-kit-analytics-4-adapter.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-adapter.php'),
(9825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\analytics-4\\site-kit-analytics-4-api-call.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4/site-kit-analytics-4-api-call.php'),
(9826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\browser-cache\\browser-cache-configuration.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/browser-cache/browser-cache-configuration.php'),
(9827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\permanently-dismissed-site-kit-configuration-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository-interface.php'),
(9828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\permanently-dismissed-site-kit-configuration-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/permanently-dismissed-site-kit-configuration-repository.php'),
(9829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\site-kit-consent-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository-interface.php'),
(9830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\configuration\\site-kit-consent-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration/site-kit-consent-repository.php'),
(9831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\connection\\site-kit-is-connected-call.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/connection/site-kit-is-connected-call.php'),
(9832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\content-types\\content-types-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/content-types/content-types-collector.php'),
(9833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\dashboard-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/dashboard-endpoint-interface.php'),
(9834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\readability-scores-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/readability-scores-endpoint.php'),
(9835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\seo-scores-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/seo-scores-endpoint.php'),
(9836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\setup-steps-tracking-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/setup-steps-tracking-endpoint.php'),
(9837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\site-kit-configuration-dismissal-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-configuration-dismissal-endpoint.php'),
(9838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\site-kit-consent-management-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/site-kit-consent-management-endpoint.php'),
(9839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\endpoints\\time-based-seo-metrics-endpoint.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints/time-based-seo-metrics-endpoint.php'),
(9840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\indexables\\top-page-indexable-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/indexables/top-page-indexable-collector.php'),
(9841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\integrations\\site-kit.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/integrations/site-kit.php'),
(9842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\nonces\\nonce-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces/nonce-repository.php'),
(9843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-groups\\score-group-link-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-groups/score-group-link-collector.php'),
(9844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\readability-score-results\\cached-readability-score-results-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/cached-readability-score-results-collector.php'),
(9845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\readability-score-results\\readability-score-results-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results/readability-score-results-collector.php'),
(9846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\score-results-collector-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/score-results-collector-interface.php'),
(9847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\seo-score-results\\cached-seo-score-results-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/cached-seo-score-results-collector.php'),
(9848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\score-results\\seo-score-results\\seo-score-results-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results/seo-score-results-collector.php'),
(9849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\search-console-parameters.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/search-console-parameters.php'),
(9850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\site-kit-search-console-adapter.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-adapter.php'),
(9851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\search-console\\site-kit-search-console-api-call.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console/site-kit-search-console-api-call.php'),
(9852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\taxonomies\\taxonomies-collector.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomies-collector.php'),
(9853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\taxonomies\\taxonomy-validator.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies/taxonomy-validator.php'),
(9854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\tracking\\setup-steps-tracking-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository-interface.php'),
(9855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\infrastructure\\tracking\\setup-steps-tracking-repository.php', 'wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking/setup-steps-tracking-repository.php'),
(9856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-capabilities-integration.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-capabilities-integration.php'),
(9857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-configuration-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-configuration-dismissal-route.php'),
(9858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\configuration\\site-kit-consent-management-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration/site-kit-consent-management-route.php'),
(9859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\abstract-scores-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/abstract-scores-route.php'),
(9860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\readability-scores-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/readability-scores-route.php'),
(9861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\scores\\seo-scores-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores/seo-scores-route.php'),
(9862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\setup\\setup-flow-interceptor.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-flow-interceptor.php'),
(9863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\setup\\setup-url-interceptor.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup/setup-url-interceptor.php'),
(9864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\time-based-seo-metrics\\time-based-seo-metrics-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/time-based-seo-metrics/time-based-seo-metrics-route.php'),
(9865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\dashboard\\user-interface\\tracking\\setup-steps-tracking-route.php', 'wp-content/plugins/wordpress-seo/src/dashboard/user-interface/tracking/setup-steps-tracking-route.php'),
(9866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\frontend\\breadcrumbs.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(9867, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\frontend\\frontend.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(9868, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\index.php', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(9869, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\conditionals\\google-site-kit-feature-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/google-site-kit-feature-conditional.php'),
(9870, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\helpers\\request-helper.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php'),
(9871, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\integrations\\admin\\unsupported-php-version-notice.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version-notice.php'),
(9872, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\integrations\\frontend\\site-schema-robots-txt-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/frontend/site-schema-robots-txt-integration.php'),
(9873, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\deprecated\\src\\promotions\\domain\\black-friday-checklist-promotion.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/promotions/domain/black-friday-checklist-promotion.php'),
(9874, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\analysis-features\\enabled-analysis-features-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php'),
(9875, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\integrations\\integration-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php'),
(9876, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\seo\\post-seo-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php'),
(9877, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\seo\\term-seo-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php'),
(9878, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\application\\site\\website-information-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php'),
(9879, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-feature-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php'),
(9880, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-feature.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php'),
(9881, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\analysis-features\\analysis-features-list.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php'),
(9882, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\integrations\\integration-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php'),
(9883, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\description.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php'),
(9884, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php'),
(9885, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\seo-plugin-data-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php'),
(9886, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\social.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php'),
(9887, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\domain\\seo\\title.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php'),
(9888, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\cornerstone-content.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php'),
(9889, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\inclusive-language-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php'),
(9890, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\jetpack-markdown.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php'),
(9891, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\multilingual.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php'),
(9892, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\news-seo.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php'),
(9893, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\semrush.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php'),
(9894, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\wincher.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php'),
(9895, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\woocommerce-seo.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php'),
(9896, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\integrations\\woocommerce.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php'),
(9897, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\keyphrase-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php'),
(9898, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\previously-used-keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php'),
(9899, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\readability-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php'),
(9900, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\description-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php'),
(9901, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\keyphrase-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php'),
(9902, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\abstract-post-seo-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php'),
(9903, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\description-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php'),
(9904, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\keyphrase-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php'),
(9905, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\social-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php'),
(9906, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\posts\\title-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php'),
(9907, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\social-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php'),
(9908, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\abstract-term-seo-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/abstract-term-seo-data-provider.php'),
(9909, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\description-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/description-data-provider.php'),
(9910, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\keyphrase-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php'),
(9911, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\social-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php'),
(9912, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\terms\\title-data-provider.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php'),
(9913, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\seo\\title-data-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/title-data-provider-interface.php'),
(9914, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\base-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php'),
(9915, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\post-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php'),
(9916, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\site\\term-site-information.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php'),
(9917, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\editors\\framework\\word-form-recognition.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php'),
(9918, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\elementor\\infrastructure\\request-post.php', 'wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php'),
(9919, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-activation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),
(9920, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-already-installed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),
(9921, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\addon-installation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),
(9922, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\user-cannot-activate-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),
(9923, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\addon-installation\\user-cannot-install-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),
(9924, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\forbidden-property-mutation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php'),
(9925, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\importing\\aioseo-validation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),
(9926, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\author-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php'),
(9927, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\indexable-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(9928, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\invalid-term-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),
(9929, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php'),
(9930, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php'),
(9931, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),
(9932, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\post-type-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php'),
(9933, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\source-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(9934, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\term-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php'),
(9935, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\indexable\\term-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),
(9936, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\missing-method.php', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(9937, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\authentication-failed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),
(9938, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\empty-property-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),
(9939, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\empty-token-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),
(9940, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\exceptions\\oauth\\tokens\\failed-storage-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),
(9941, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\functions.php', 'wp-content/plugins/wordpress-seo/src/functions.php'),
(9942, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\general\\user-interface\\general-page-integration.php', 'wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php'),
(9943, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\general\\user-interface\\opt-in-route.php', 'wp-content/plugins/wordpress-seo/src/general/user-interface/opt-in-route.php'),
(9944, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\externals.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),
(9945, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\languages.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),
(9946, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\assets\\plugin.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),
(9947, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generated\\container.php', 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(9948, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\breadcrumbs-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(9949, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\generator-interface.php', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(9950, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\open-graph-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),
(9951, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\open-graph-locale-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),
(9952, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\abstract-schema-piece.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),
(9953, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\article.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(9954, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\author.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(9955, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(9956, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\faq.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(9957, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\howto.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(9958, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\main-image.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(9959, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\organization.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(9960, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\person.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(9961, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\webpage.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(9962, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema\\website.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(9963, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\schema-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(9964, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\generators\\twitter-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(9965, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\aioseo-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),
(9966, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\asset-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),
(9967, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\attachment-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php'),
(9968, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\author-archive-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(9969, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\blocks-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(9970, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\capability-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(9971, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\crawl-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php'),
(9972, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\curl-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),
(9973, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\current-page-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(9974, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\date-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(9975, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\environment-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(9976, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\first-time-configuration-notice-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php'),
(9977, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\home-url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(9978, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(9979, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\import-cursor-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),
(9980, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\import-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),
(9981, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexable-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(9982, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexable-to-postmeta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),
(9983, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\indexing-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(9984, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(9985, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\meta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(9986, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\notification-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(9987, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\open-graph\\image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),
(9988, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\open-graph\\values-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),
(9989, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\options-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(9990, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\pagination-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(9991, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\permalink-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(9992, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\post-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(9993, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\post-type-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(9994, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\primary-term-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(9995, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\product-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(9996, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\redirect-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(9997, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\require-file-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),
(9998, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\robots-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(9999, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\robots-txt-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),
(10000, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\route-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/route-helper.php'),
(10001, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\sanitization-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),
(10002, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\article-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(10003, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\html-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(10004, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\id-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(10005, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(10006, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(10007, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\schema\\replace-vars-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),
(10008, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\score-icon-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),
(10009, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\short-link-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(10010, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\site-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(10011, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\social-profiles-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php'),
(10012, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\string-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(10013, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\taxonomy-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(10014, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\twitter\\image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(10015, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(10016, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\user-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(10017, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wincher-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),
(10018, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\woocommerce-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(10019, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wordpress-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),
(10020, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\helpers\\wpdb-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),
(10021, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\images\\Application\\image-content-extractor.php', 'wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php'),
(10022, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\crawl-cleanup-permalinks.php', 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php'),
(10023, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\disable-core-sitemaps.php', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(10024, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\initializer-interface.php', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(10025, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\migration-runner.php', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(10026, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\plugin-headers.php', 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php'),
(10027, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\silence-load-textdomain-just-in-time-notices.php', 'wp-content/plugins/wordpress-seo/src/initializers/silence-load-textdomain-just-in-time-notices.php'),
(10028, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\initializers\\woocommerce.php', 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),
(10029, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\abstract-exclude-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),
(10030, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\academy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php'),
(10031, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\activation-cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php'),
(10032, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\addon-installation\\dialog-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),
(10033, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\addon-installation\\installation-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),
(10034, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\admin-columns-cache-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),
(10035, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\background-indexing-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),
(10036, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\brand-insights-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/brand-insights-page.php'),
(10037, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\check-required-version.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php'),
(10038, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\crawl-settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),
(10039, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\cron-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(10040, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\deactivated-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),
(10041, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\first-time-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php'),
(10042, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\first-time-configuration-notice-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10043, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\fix-news-dependencies-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),
(10044, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\health-check-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),
(10045, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\helpscout-beacon.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(10046, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\import-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),
(10047, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexables-exclude-taxonomy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php'),
(10048, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexing-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),
(10049, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\indexing-tool-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),
(10050, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\installation-success-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),
(10051, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\integrations-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),
(10052, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\link-count-columns-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),
(10053, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\menu-badge-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),
(10054, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\migration-error-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),
(10055, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\old-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),
(10056, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirect-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php'),
(10057, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirections-tools-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirections-tools-page.php'),
(10058, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\redirects-page-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php'),
(10059, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\admin\\workouts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),
(10060, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\abstract-dismissable-alert.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),
(10061, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\ai-generator-tip-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/ai-generator-tip-notification.php'),
(10062, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-product-editor-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php'),
(10063, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-promotion-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php'),
(10064, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\black-friday-sidebar-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php'),
(10065, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\trustpilot-review-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php'),
(10066, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\alerts\\webinar-promo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),
(10067, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\abstract-dynamic-block-v3.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php'),
(10068, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\abstract-dynamic-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),
(10069, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\block-categories.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(10070, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\block-editor-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-editor-integration.php'),
(10071, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\breadcrumbs-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(10072, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\blocks\\structured-data-blocks.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),
(10073, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\breadcrumbs-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(10074, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),
(10075, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\estimated-reading-time.php', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(10076, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\exclude-attachment-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php'),
(10077, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\exclude-oembed-cache-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),
(10078, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\feature-flag-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),
(10079, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\backwards-compatibility.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),
(10080, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\category-term-description.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),
(10081, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\comment-link-fixer.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),
(10082, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-basic.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php'),
(10083, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-rss.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php'),
(10084, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\crawl-cleanup-searches.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php'),
(10085, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\feed-improvements.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),
(10086, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\force-rewrite-title.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),
(10087, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\handle-404.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),
(10088, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\indexing-controls.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),
(10089, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\open-graph-oembed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),
(10090, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\redirects.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(10091, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\robots-txt-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php'),
(10092, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\rss-footer-embed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),
(10093, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\schema-accessibility-feature.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),
(10094, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end\\wp-robots-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),
(10095, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\front-end-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(10096, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\integration-interface.php', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(10097, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\primary-category.php', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(10098, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),
(10099, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\support-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php'),
(10100, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\amp.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(10101, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\bbpress.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(10102, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\elementor.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(10103, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\exclude-elementor-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),
(10104, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\exclude-woocommerce-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),
(10105, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\jetpack.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(10106, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\w3-total-cache.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),
(10107, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\web-stories-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php'),
(10108, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\web-stories.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),
(10109, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wincher-publish.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),
(10110, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce-permalinks.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),
(10111, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php'),
(10112, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\woocommerce.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(10113, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wpml-wpseo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),
(10114, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\third-party\\wpml.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(10115, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\uninstall-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),
(10116, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\addon-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),
(10117, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\auto-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),
(10118, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-ancestor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),
(10119, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-attachment-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php'),
(10120, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-author-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php'),
(10121, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-author-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),
(10122, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-category-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),
(10123, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-date-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),
(10124, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),
(10125, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-homeurl-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),
(10126, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),
(10127, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-meta-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),
(10128, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-type-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),
(10129, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-type-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php'),
(10130, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-post-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),
(10131, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-static-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),
(10132, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-system-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),
(10133, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-taxonomy-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php'),
(10134, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\indexable-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),
(10135, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\option-titles-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),
(10136, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\option-wpseo-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),
(10137, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\primary-category-quick-edit-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),
(10138, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\primary-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),
(10139, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\search-engines-discouraged-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php'),
(10140, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\watchers\\woocommerce-beta-editor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php'),
(10141, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\woocommerce-product-category-permalink-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/woocommerce-product-category-permalink-integration.php'),
(10142, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\integrations\\xmlrpc.php', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(10143, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-free-trial.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-free-trial.php'),
(10144, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-post-launch.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-post-launch.php'),
(10145, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-brand-insights-pre-launch.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-brand-insights-pre-launch.php'),
(10146, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\ai-fix-assessments-upsell.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php'),
(10147, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\black-friday-announcement.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/black-friday-announcement.php'),
(10148, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\current-page-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php'),
(10149, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\delayed-premium-upsell.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/delayed-premium-upsell.php'),
(10150, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\google-docs-addon-upsell.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/google-docs-addon-upsell.php'),
(10151, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\introductions-collector.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php'),
(10152, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\user-allowed-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php'),
(10153, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\application\\version-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php'),
(10154, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introduction-interface.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php'),
(10155, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introduction-item.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php'),
(10156, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\introductions-bucket.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php'),
(10157, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\domain\\invalid-user-id-exception.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php'),
(10158, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\infrastructure\\introductions-seen-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php'),
(10159, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\infrastructure\\wistia-embed-permission-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php'),
(10160, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\readme.md', 'wp-content/plugins/wordpress-seo/src/introductions/readme.md'),
(10161, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\introductions-integration.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php'),
(10162, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\introductions-seen-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php'),
(10163, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\introductions\\user-interface\\wistia-embed-permission-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php'),
(10164, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\available-posts\\available-posts-repository.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/available-posts/available-posts-repository.php'),
(10165, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\configuration\\llms-txt-configuration.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/configuration/llms-txt-configuration.php'),
(10166, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\commands\\populate-file-command-handler.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/populate-file-command-handler.php'),
(10167, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\commands\\remove-file-command-handler.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/commands/remove-file-command-handler.php'),
(10168, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\file-failure-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/file-failure-notification-presenter.php'),
(10169, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\file\\llms-txt-cron-scheduler.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/file/llms-txt-cron-scheduler.php'),
(10170, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\health-check\\file-check.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-check.php'),
(10171, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\health-check\\file-runner.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/health-check/file-runner.php'),
(10172, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\description-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/description-builder.php'),
(10173, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\intro-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/intro-builder.php'),
(10174, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\link-lists-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/link-lists-builder.php'),
(10175, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\markdown-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/markdown-builder.php'),
(10176, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\optional-link-list-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/optional-link-list-builder.php'),
(10177, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-builders\\title-builder.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-builders/title-builder.php'),
(10178, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\application\\markdown-escaper.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/application/markdown-escaper.php'),
(10179, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\available-posts-data.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-data.php'),
(10180, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\available-posts-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/available-posts-repository-interface.php'),
(10181, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\data-container.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-container.php'),
(10182, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\data-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/data-interface.php'),
(10183, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\data-provider\\parameters.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/parameters.php'),
(10184, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\available-posts\\invalid-post-type-exception.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/invalid-post-type-exception.php'),
(10185, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\content\\post-collection-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/content/post-collection-interface.php'),
(10186, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\content-types\\content-type-entry.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/content-types/content-type-entry.php'),
(10187, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\file\\llms-file-system-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-file-system-interface.php'),
(10188, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\file\\llms-txt-permission-gate-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/file/llms-txt-permission-gate-interface.php'),
(10189, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\items\\item-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/item-interface.php'),
(10190, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\items\\link.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/items/link.php'),
(10191, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\llms-txt-renderer.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/llms-txt-renderer.php'),
(10192, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\description.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/description.php'),
(10193, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\intro.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/intro.php'),
(10194, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\link-list.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/link-list.php'),
(10195, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\section-interface.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/section-interface.php'),
(10196, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\domain\\markdown\\sections\\title.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections/title.php'),
(10197, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\automatic-post-collection.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/automatic-post-collection.php'),
(10198, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\manual-post-collection.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/manual-post-collection.php'),
(10199, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\content\\post-collection-factory.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/content/post-collection-factory.php'),
(10200, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\file\\wordpress-file-system-adapter.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-file-system-adapter.php'),
(10201, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\file\\wordpress-llms-txt-permission-gate.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/file/wordpress-llms-txt-permission-gate.php'),
(10202, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\content-types-collector.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/content-types-collector.php'),
(10203, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\description-adapter.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/description-adapter.php'),
(10204, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\sitemap-link-collector.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/sitemap-link-collector.php'),
(10205, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\terms-collector.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/terms-collector.php'),
(10206, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\infrastructure\\markdown-services\\title-adapter.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/infrastructure/markdown-services/title-adapter.php'),
(10207, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\available-posts-route.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/available-posts-route.php'),
(10208, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\cleanup-llms-txt-on-deactivation.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/cleanup-llms-txt-on-deactivation.php'),
(10209, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\enable-llms-txt-option-watcher.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/enable-llms-txt-option-watcher.php'),
(10210, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\file-failure-llms-txt-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/file-failure-llms-txt-notification-integration.php'),
(10211, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\health-check\\file-reports.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/health-check/file-reports.php'),
(10212, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\llms-txt-cron-callback-integration.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/llms-txt-cron-callback-integration.php'),
(10213, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\llms-txt\\user-interface\\schedule-population-on-activation-integration.php', 'wp-content/plugins/wordpress-seo/src/llms-txt/user-interface/schedule-population-on-activation-integration.php'),
(10214, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loadable-interface.php', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(10215, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loader.php', 'wp-content/plugins/wordpress-seo/src/loader.php'),
(10216, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\loggers\\logger.php', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(10217, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\main.php', 'wp-content/plugins/wordpress-seo/src/main.php'),
(10218, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\memoizers\\meta-tags-context-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),
(10219, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\memoizers\\presentation-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(10220, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable-extension.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(10221, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable-hierarchy.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(10222, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\indexable.php', 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(10223, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\primary-term.php', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(10224, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\seo-links.php', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(10225, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\models\\seo-meta.php', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(10226, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\application\\add-ons-collector.php', 'wp-content/plugins/wordpress-seo/src/plans/application/add-ons-collector.php'),
(10227, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\application\\duplicate-post-manager.php', 'wp-content/plugins/wordpress-seo/src/plans/application/duplicate-post-manager.php'),
(10228, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\add-on-interface.php', 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/add-on-interface.php'),
(10229, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\premium.php', 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/premium.php'),
(10230, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\domain\\add-ons\\woo.php', 'wp-content/plugins/wordpress-seo/src/plans/domain/add-ons/woo.php'),
(10231, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\infrastructure\\add-ons\\managed-add-on.php', 'wp-content/plugins/wordpress-seo/src/plans/infrastructure/add-ons/managed-add-on.php'),
(10232, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\user-interface\\plans-page-integration.php', 'wp-content/plugins/wordpress-seo/src/plans/user-interface/plans-page-integration.php'),
(10233, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plans\\user-interface\\upgrade-sidebar-menu-integration.php', 'wp-content/plugins/wordpress-seo/src/plans/user-interface/upgrade-sidebar-menu-integration.php'),
(10234, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\application\\plugins-list-handler.php', 'wp-content/plugins/wordpress-seo/src/plugins-tab/application/plugins-list-handler.php'),
(10235, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\domain\\plugin-detector.php', 'wp-content/plugins/wordpress-seo/src/plugins-tab/domain/plugin-detector.php'),
(10236, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\plugins-tab\\user-interface\\plugins-tab-integration.php', 'wp-content/plugins/wordpress-seo/src/plugins-tab/user-interface/plugins-tab-integration.php'),
(10237, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\abstract-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(10238, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\archive-adjacent-trait.php', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(10239, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-author-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),
(10240, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-date-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),
(10241, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-error-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),
(10242, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),
(10243, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-post-type-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),
(10244, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-post-type-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),
(10245, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(10246, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-search-result-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),
(10247, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-static-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),
(10248, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-static-posts-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),
(10249, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presentations\\indexable-term-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),
(10250, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-indexable-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(10251, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-indexable-tag-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),
(10252, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\abstract-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(10253, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\alert-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(10254, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(10255, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\beta-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),
(10256, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\help-link-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),
(10257, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),
(10258, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-failed-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),
(10259, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-list-item-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),
(10260, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\indexing-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),
(10261, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\light-switch-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),
(10262, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\meta-fields-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),
(10263, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\migration-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),
(10264, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\notice-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),
(10265, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\premium-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),
(10266, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\search-engines-discouraged-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10267, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\sidebar-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),
(10268, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\admin\\woocommerce-beta-editor-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php'),
(10269, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\breadcrumbs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(10270, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\canonical-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(10271, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\debug\\marker-close-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),
(10272, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\debug\\marker-open-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),
(10273, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\meta-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),
(10274, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\meta-description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(10275, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),
(10276, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-modified-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),
(10277, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-published-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),
(10278, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\article-publisher-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),
(10279, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),
(10280, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),
(10281, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\locale-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),
(10282, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\site-name-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),
(10283, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),
(10284, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\type-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),
(10285, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\open-graph\\url-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),
(10286, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\rel-next-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(10287, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\rel-prev-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(10288, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\robots-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(10289, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\robots-txt-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),
(10290, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\schema-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(10291, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\score-icon-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),
(10292, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\slack\\enhanced-data-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),
(10293, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(10294, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\card-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(10295, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\creator-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(10296, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(10297, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(10298, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\site-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(10299, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\twitter\\title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(10300, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\url-list-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(10301, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\ahrefs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/ahrefs-presenter.php'),
(10302, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\baidu-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(10303, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\bing-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(10304, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\google-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(10305, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\pinterest-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(10306, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\presenters\\webmaster\\yandex-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(10307, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\application\\promotion-manager-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php'),
(10308, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\application\\promotion-manager.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php'),
(10309, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\abstract-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php'),
(10310, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\black-friday-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php'),
(10311, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\promotion-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php'),
(10312, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\promotions\\domain\\time-interval.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php'),
(10313, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php'),
(10314, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-hierarchy-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(10315, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(10316, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\primary-term-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(10317, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\repositories\\seo-links-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(10318, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\abstract-action-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),
(10319, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\abstract-indexation-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(10320, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\alert-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(10321, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoint-interface.php'),
(10322, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoint-list.php', 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoint-list.php'),
(10323, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\endpoint\\endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/routes/endpoint/endpoints-repository.php'),
(10324, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\first-time-configuration-route.php', 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),
(10325, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\importing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),
(10326, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\indexables-head-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(10327, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\indexing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(10328, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\integrations-route.php', 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),
(10329, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\meta-search-route.php', 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),
(10330, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\route-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(10331, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\semrush-route.php', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(10332, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\supported-features-route.php', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),
(10333, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\wincher-route.php', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),
(10334, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\workouts-route.php', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),
(10335, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\routes\\yoast-head-rest-field.php', 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),
(10336, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema\\application\\configuration\\schema-configuration.php', 'wp-content/plugins/wordpress-seo/src/schema/application/configuration/schema-configuration.php'),
(10337, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema\\infrastructure\\disable-schema-integration.php', 'wp-content/plugins/wordpress-seo/src/schema/infrastructure/disable-schema-integration.php'),
(10338, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-command-handler.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-command-handler.php'),
(10339, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-command.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-command.php'),
(10340, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-map-command-handler.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-map-command-handler.php'),
(10341, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\aggregate-site-schema-map-command.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/aggregate-site-schema-map-command.php'),
(10342, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\cache\\manager.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/cache/manager.php'),
(10343, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\cache\\xml-manager.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/cache/xml-manager.php'),
(10344, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\abstract-schema-enhancer.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/abstract-schema-enhancer.php'),
(10345, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\article-schema-enhancer.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/article-schema-enhancer.php'),
(10346, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\person-schema-enhancer.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/person-schema-enhancer.php'),
(10347, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\enhancement\\schema-enhancement-factory.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/enhancement/schema-enhancement-factory.php'),
(10348, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\default-filter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/default-filter.php'),
(10349, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\filtering-strategy-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/filtering-strategy-interface.php'),
(10350, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\schema-node-filter-decider-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/schema-node-filter-decider-interface.php'),
(10351, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\webpage-schema-node-filter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/webpage-schema-node-filter.php'),
(10352, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-filter\\website-schema-node-filter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-filter/website-schema-node-filter.php'),
(10353, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\base-schema-node-property-filter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/base-schema-node-property-filter.php'),
(10354, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\schema-node-property-filter-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/schema-node-property-filter-interface.php'),
(10355, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\filtering\\schema-node-property-filter\\webpage-schema-node-property-filter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/filtering/schema-node-property-filter/webpage-schema-node-property-filter.php'),
(10356, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\meta\\response-meta-provider.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/meta/response-meta-provider.php'),
(10357, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\properties-merger.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/properties-merger.php'),
(10358, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-aggregator-announcement.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-aggregator-announcement.php'),
(10359, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-aggregator-response-composer.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-aggregator-response-composer.php'),
(10360, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema-pieces-aggregator.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema-pieces-aggregator.php'),
(10361, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema_map\\schema-map-builder.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema_map/schema-map-builder.php'),
(10362, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\application\\schema_map\\schema-map-xml-renderer.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/application/schema_map/schema-map-xml-renderer.php'),
(10363, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\current-site-url-provider-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/current-site-url-provider-interface.php'),
(10364, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\enhancement\\enhancement-config-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement/enhancement-config-interface.php'),
(10365, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\enhancement\\schema-enhancement-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/enhancement/schema-enhancement-interface.php'),
(10366, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\external-schema-piece-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/external-schema-piece-repository-interface.php'),
(10367, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\indexable-count-collection.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/indexable-count-collection.php'),
(10368, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\indexable-count.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/indexable-count.php'),
(10369, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\page-controls.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/page-controls.php'),
(10370, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece-collection.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece-collection.php'),
(10371, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece-repository-interface.php'),
(10372, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\domain\\schema-piece.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/domain/schema-piece.php'),
(10373, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\aggregator-config.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/aggregator-config.php'),
(10374, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\config.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/config.php'),
(10375, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\base-map-loader.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/base-map-loader.php'),
(10376, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\default-elements-context-map.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/default-elements-context-map.php'),
(10377, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\elements-context-map-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/elements-context-map-repository-interface.php'),
(10378, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\elements-context-map-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/elements-context-map-repository.php'),
(10379, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\filtered-map-loader.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/filtered-map-loader.php'),
(10380, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\elements-context-map\\map-loader-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/elements-context-map/map-loader-interface.php'),
(10381, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\enhancement\\article-config.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/enhancement/article-config.php'),
(10382, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\enhancement\\person-config.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/enhancement/person-config.php'),
(10383, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\filtering-strategy-factory.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/filtering-strategy-factory.php'),
(10384, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository-factory.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository-factory.php'),
(10385, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository-interface.php'),
(10386, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/indexable-repository.php'),
(10387, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\indexable-repository\\wordpress-query-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/indexable-repository/wordpress-query-repository.php'),
(10388, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\meta-tags-context-memoizer-adapter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/meta-tags-context-memoizer-adapter.php'),
(10389, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-aggregator-conditional.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-aggregator-conditional.php'),
(10390, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-aggregator-watcher.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-aggregator-watcher.php'),
(10391, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\edd-schema-piece-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/edd-schema-piece-repository.php'),
(10392, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\schema-piece-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/schema-piece-repository.php'),
(10393, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\woo-schema-piece-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/woo-schema-piece-repository.php'),
(10394, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema-pieces\\wordpress-global-state-adapter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema-pieces/wordpress-global-state-adapter.php'),
(10395, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-config.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-config.php'),
(10396, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-header-adapter.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-header-adapter.php'),
(10397, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-indexable-repository.php'),
(10398, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-repository-factory.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-repository-factory.php'),
(10399, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-repository-interface.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-repository-interface.php'),
(10400, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\schema_map\\schema-map-wordpress-repository.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/schema_map/schema-map-wordpress-repository.php'),
(10401, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\infrastructure\\wordpress-current-site-url-provider.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/infrastructure/wordpress-current-site-url-provider.php'),
(10402, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\abstract-cache-listener-integration.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/abstract-cache-listener-integration.php'),
(10403, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\indexables-update-listener-integration.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/indexables-update-listener-integration.php'),
(10404, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\cache\\woocommerce-product-type-change-listener-integration.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/cache/woocommerce-product-type-change-listener-integration.php'),
(10405, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-cache-cli-command.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-cache-cli-command.php'),
(10406, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-cli-command.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-cli-command.php'),
(10407, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-route.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-route.php'),
(10408, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-aggregator-xml-route.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-aggregator-xml-route.php'),
(10409, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\schema-aggregator\\user-interface\\site-schema-response-header-integration.php', 'wp-content/plugins/wordpress-seo/src/schema-aggregator/user-interface/site-schema-response-header-integration.php'),
(10410, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),
(10411, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),
(10412, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\default-tagline-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),
(10413, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\health-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),
(10414, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),
(10415, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),
(10416, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\links-table-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),
(10417, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\myyoast-api-request-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),
(10418, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),
(10419, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),
(10420, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\page-comments-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),
(10421, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),
(10422, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),
(10423, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\postname-permalink-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),
(10424, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\report-builder-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),
(10425, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\report-builder.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),
(10426, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\reports-trait.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),
(10427, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\health-check\\runner-interface.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),
(10428, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-replacevar-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),
(10429, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-robots-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),
(10430, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-robots-transformer-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),
(10431, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\aioseo\\aioseo-social-images-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php'),
(10432, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\conflicting-plugins-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),
(10433, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\importing\\importable-detector-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),
(10434, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\services\\indexables\\indexable-version-manager.php', 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),
(10435, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\classes-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(10436, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(10437, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\meta-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(10438, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\open-graph-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),
(10439, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\schema-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(10440, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\twitter-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(10441, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\surfaces\\values\\meta.php', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(10442, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\configuration\\task-list-configuration.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/configuration/task-list-configuration.php'),
(10443, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\endpoints\\endpoints-repository.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/endpoints/endpoints-repository.php'),
(10444, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\child-task-trait.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/child-task-trait.php'),
(10445, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\content-score-child-task-trait.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/content-score-child-task-trait.php'),
(10446, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-content-readability-child.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-content-readability-child.php'),
(10447, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-content-seo-child.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-content-seo-child.php'),
(10448, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\child-tasks\\improve-default-meta-descriptions-child.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/child-tasks/improve-default-meta-descriptions-child.php'),
(10449, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\complete-ftc.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/complete-ftc.php'),
(10450, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\create-new-content.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/create-new-content.php'),
(10451, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\delete-hello-world.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/delete-hello-world.php'),
(10452, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\delete-sample-page.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/delete-sample-page.php'),
(10453, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\enable-llms-txt.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/enable-llms-txt.php'),
(10454, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-content-readability.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-content-readability.php'),
(10455, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-content-seo.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-content-seo.php'),
(10456, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\improve-default-meta-descriptions.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/improve-default-meta-descriptions.php'),
(10457, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\recent-content-task-trait.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/recent-content-task-trait.php'),
(10458, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks\\set-search-appearance-templates.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks/set-search-appearance-templates.php'),
(10459, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\application\\tasks-repository.php', 'wp-content/plugins/wordpress-seo/src/task-list/application/tasks-repository.php'),
(10460, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\abstract-task-analyzer.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/abstract-task-analyzer.php'),
(10461, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\call-to-action-entry.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/call-to-action-entry.php'),
(10462, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\copy-set.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/copy-set.php'),
(10463, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\score-task-analyzer.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/score-task-analyzer.php'),
(10464, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\components\\task-analyzer-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/components/task-analyzer-interface.php'),
(10465, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\content-item-data-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/content-item-data-interface.php'),
(10466, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\content-item-score-data.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/content-item-score-data.php'),
(10467, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\data\\meta-description-content-item-data.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/data/meta-description-content-item-data.php'),
(10468, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-hello-world-task-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-hello-world-task-exception.php'),
(10469, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-llms-task-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-llms-task-exception.php'),
(10470, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\complete-sample-page-task-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/complete-sample-page-task-exception.php'),
(10471, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\incorrect-child-task-usage-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/incorrect-child-task-usage-exception.php'),
(10472, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\incorrect-child-trait-usage-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/incorrect-child-trait-usage-exception.php'),
(10473, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\invalid-post-type-tasks-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/invalid-post-type-tasks-exception.php'),
(10474, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\invalid-tasks-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/invalid-tasks-exception.php'),
(10475, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\exceptions\\task-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/exceptions/task-not-found-exception.php'),
(10476, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-child-task.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-child-task.php'),
(10477, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-parent-task.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-parent-task.php'),
(10478, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-post-type-parent-task.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-post-type-parent-task.php'),
(10479, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-post-type-task.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-post-type-task.php'),
(10480, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\abstract-task.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/abstract-task.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10481, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\child-task-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/child-task-interface.php'),
(10482, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\completeable-task-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/completeable-task-interface.php'),
(10483, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\parent-task-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/parent-task-interface.php'),
(10484, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\parent-task-trait.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/parent-task-trait.php'),
(10485, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\post-type-task-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/post-type-task-interface.php'),
(10486, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\domain\\tasks\\task-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/task-interface.php'),
(10487, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\complete-task-endpoint.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/complete-task-endpoint.php'),
(10488, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\get-tasks-endpoint.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/get-tasks-endpoint.php'),
(10489, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\endpoints\\task-list-endpoint-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php'),
(10490, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\indexables\\recent-content-indexable-collector.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/indexables/recent-content-indexable-collector.php'),
(10491, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\register-post-type-tasks-integration.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/register-post-type-tasks-integration.php'),
(10492, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\cached-tasks-collector.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/cached-tasks-collector.php'),
(10493, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\tasks-collector-interface.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/tasks-collector-interface.php'),
(10494, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\infrastructure\\tasks-collectors\\tasks-collector.php', 'wp-content/plugins/wordpress-seo/src/task-list/infrastructure/tasks-collectors/tasks-collector.php'),
(10495, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\user-interface\\tasks\\complete-task-route.php', 'wp-content/plugins/wordpress-seo/src/task-list/user-interface/tasks/complete-task-route.php'),
(10496, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\task-list\\user-interface\\tasks\\get-tasks-route.php', 'wp-content/plugins/wordpress-seo/src/task-list/user-interface/tasks/get-tasks-route.php'),
(10497, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\application\\action-tracker.php', 'wp-content/plugins/wordpress-seo/src/tracking/application/action-tracker.php'),
(10498, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\domain\\exceptions\\invalid-tracked-action-exception.php', 'wp-content/plugins/wordpress-seo/src/tracking/domain/exceptions/invalid-tracked-action-exception.php'),
(10499, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\infrastructure\\tracking-link-adapter.php', 'wp-content/plugins/wordpress-seo/src/tracking/infrastructure/tracking-link-adapter.php'),
(10500, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\infrastructure\\tracking-on-page-load-integration.php', 'wp-content/plugins/wordpress-seo/src/tracking/infrastructure/tracking-on-page-load-integration.php'),
(10501, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\tracking\\user-interface\\action-tracking-route.php', 'wp-content/plugins/wordpress-seo/src/tracking/user-interface/action-tracking-route.php'),
(10502, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\additional-contactmethods-collector.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php'),
(10503, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\cleanup-service.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php'),
(10504, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\application\\custom-meta-collector.php', 'wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php'),
(10505, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\domain\\additional-contactmethod-interface.php', 'wp-content/plugins/wordpress-seo/src/user-meta/domain/additional-contactmethod-interface.php'),
(10506, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\domain\\custom-meta-interface.php', 'wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php'),
(10507, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\facebook.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php'),
(10508, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\instagram.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php'),
(10509, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\linkedin.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php'),
(10510, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\myspace.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php'),
(10511, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\pinterest.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php'),
(10512, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\soundcloud.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php'),
(10513, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\tumblr.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php'),
(10514, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\wikipedia.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php'),
(10515, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\x.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php'),
(10516, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\additional-contactmethods\\youtube.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php'),
(10517, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-metadesc.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php'),
(10518, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-pronouns.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-pronouns.php'),
(10519, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\author-title.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php'),
(10520, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\content-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php'),
(10521, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\inclusive-language-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php'),
(10522, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\keyword-analysis-disable.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php'),
(10523, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\framework\\custom-meta\\noindex-author.php', 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php'),
(10524, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\infrastructure\\cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php'),
(10525, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\additional-contactmethods-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php'),
(10526, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php'),
(10527, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-meta\\user-interface\\custom-meta-integration.php', 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/custom-meta-integration.php'),
(10528, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\user-profiles-additions\\user-interface\\user-profiles-additions-ui.php', 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php'),
(10529, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\images.php', 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(10530, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\indexables\\indexable-builder-versions.php', 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),
(10531, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\oauth\\oauth-token.php', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),
(10532, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\open-graph\\images.php', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(10533, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\directive.php', 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),
(10534, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\user-agent-list.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php'),
(10535, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\robots\\user-agent.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),
(10536, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\values\\twitter\\images.php', 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php'),
(10537, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wordpress\\wrapper.php', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(10538, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-query-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(10539, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-remote-handler.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(10540, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\src\\wrappers\\wp-rewrite-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(10541, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\autoload.php', 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(10542, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(10543, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\InstalledVersions.php', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),
(10544, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\LICENSE', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(10545, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_classmap.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(10546, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_namespaces.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(10547, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_psr4.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(10548, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_real.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(10549, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_static.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(10550, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\installed.php', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),
(10551, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\platform_check.php', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),
(10552, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\BodySummarizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php'),
(10553, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\BodySummarizerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php'),
(10554, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Client.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),
(10555, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),
(10556, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\ClientTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php'),
(10557, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\CookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(10558, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\CookieJarInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(10559, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\FileCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(10560, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\SessionCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(10561, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Cookie\\SetCookie.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(10562, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\BadResponseException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(10563, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ClientException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(10564, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ConnectException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(10565, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\GuzzleException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(10566, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(10567, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\RequestException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(10568, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\ServerException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(10569, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\TooManyRedirectsException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(10570, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Exception\\TransferException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(10571, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(10572, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(10573, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(10574, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\CurlMultiHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(10575, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\EasyHandle.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(10576, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\HeaderProcessor.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php'),
(10577, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\MockHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(10578, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\Proxy.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(10579, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Handler\\StreamHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(10580, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\HandlerStack.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),
(10581, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),
(10582, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\MessageFormatterInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php'),
(10583, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Middleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),
(10584, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Pool.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),
(10585, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\PrepareBodyMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(10586, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RedirectMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(10587, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RequestOptions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),
(10588, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\RetryMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(10589, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\TransferStats.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),
(10590, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),
(10591, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),
(10592, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\guzzle\\src\\functions_include.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),
(10593, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\AggregateException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),
(10594, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\CancellationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),
(10595, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Coroutine.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),
(10596, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Create.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),
(10597, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Each.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),
(10598, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\EachPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),
(10599, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\FulfilledPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),
(10600, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Is.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),
(10601, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Promise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),
(10602, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\PromiseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),
(10603, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\PromisorInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),
(10604, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\RejectedPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),
(10605, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\RejectionException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),
(10606, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\TaskQueue.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),
(10607, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\TaskQueueInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),
(10608, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\promises\\src\\Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),
(10609, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\AppendStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),
(10610, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\BufferStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),
(10611, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\CachingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),
(10612, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\DroppingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),
(10613, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Exception\\MalformedUriException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php'),
(10614, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\FnStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),
(10615, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Header.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),
(10616, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\HttpFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php'),
(10617, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\InflateStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),
(10618, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\LazyOpenStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),
(10619, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\LimitStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),
(10620, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Message.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),
(10621, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MessageTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),
(10622, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MimeType.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),
(10623, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\MultipartStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),
(10624, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\NoSeekStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),
(10625, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\PumpStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),
(10626, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Query.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),
(10627, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Request.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),
(10628, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Response.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),
(10629, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Rfc7230.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),
(10630, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\ServerRequest.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),
(10631, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Stream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),
(10632, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\StreamDecoratorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(10633, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\StreamWrapper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),
(10634, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UploadedFile.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),
(10635, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Uri.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),
(10636, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriComparator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),
(10637, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriNormalizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),
(10638, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\UriResolver.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),
(10639, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\guzzlehttp\\psr7\\src\\Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),
(10640, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\AbstractGrant.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),
(10641, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\AuthorizationCode.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),
(10642, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\ClientCredentials.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),
(10643, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\Exception\\InvalidGrantException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),
(10644, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\GrantFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),
(10645, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\Password.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),
(10646, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Grant\\RefreshToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),
(10647, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\HttpBasicAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),
(10648, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\OptionProviderInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),
(10649, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\OptionProvider\\PostAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),
(10650, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\AbstractProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),
(10651, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\Exception\\IdentityProviderException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),
(10652, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\GenericProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),
(10653, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\GenericResourceOwner.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),
(10654, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Provider\\ResourceOwnerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),
(10655, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\AccessToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),
(10656, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\AccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),
(10657, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\ResourceOwnerAccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),
(10658, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Token\\SettableRefreshTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/SettableRefreshTokenInterface.php'),
(10659, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\ArrayAccessorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),
(10660, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\BearerAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),
(10661, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\GuardedPropertyTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),
(10662, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\MacAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),
(10663, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\ProviderRedirectTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),
(10664, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\QueryBuilderTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),
(10665, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\RequestFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),
(10666, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\league\\oauth2-client\\src\\Tool\\RequiredParameterTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),
(10667, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\ContainerExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(10668, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(10669, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\container\\src\\NotFoundExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(10670, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\ClientExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php'),
(10671, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php'),
(10672, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\NetworkExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php'),
(10673, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-client\\src\\RequestExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php'),
(10674, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\RequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php'),
(10675, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\ResponseFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php'),
(10676, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\ServerRequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php'),
(10677, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\StreamFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php'),
(10678, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\UploadedFileFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php'),
(10679, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-factory\\src\\UriFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php'),
(10680, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\MessageInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),
(10681, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\RequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),
(10682, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\ResponseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),
(10683, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\ServerRequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),
(10684, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\StreamInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),
(10685, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\UploadedFileInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),
(10686, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\http-message\\src\\UriInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),
(10687, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\AbstractLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),
(10688, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),
(10689, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LogLevel.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),
(10690, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerAwareInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),
(10691, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerAwareTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),
(10692, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),
(10693, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\LoggerTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),
(10694, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\psr\\log\\Psr\\Log\\NullLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),
(10695, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\RewindableGenerator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10696, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\ServiceLocator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/ServiceLocator.php'),
(10697, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Argument\\ServiceLocatorArgument.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/ServiceLocatorArgument.php'),
(10698, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Container.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),
(10699, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),
(10700, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\EnvNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),
(10701, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),
(10702, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),
(10703, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\LogicException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),
(10704, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ParameterCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),
(10705, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\RuntimeException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),
(10706, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ServiceCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),
(10707, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\Exception\\ServiceNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),
(10708, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\EnvPlaceholderParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),
(10709, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\FrozenParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),
(10710, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\ParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),
(10711, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ParameterBag\\ParameterBagInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),
(10712, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\dependency-injection\\ServiceLocator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ServiceLocator.php'),
(10713, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\deprecation-contracts\\function.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php'),
(10714, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ResetInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ResetInterface.php'),
(10715, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ServiceLocatorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ServiceLocatorTrait.php'),
(10716, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\vendor_prefixed\\symfony\\service-contracts\\ServiceProviderInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/service-contracts/ServiceProviderInterface.php'),
(10717, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wp-seo-main.php', 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(10718, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wp-seo.php', 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(10719, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wordpress-seo\\wpml-config.xml', 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(10720, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\activate.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/activate.php'),
(10721, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\admin.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/admin.php'),
(10722, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\cache-plugin-filters.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/cache-plugin-filters.php'),
(10723, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\demo-widgets.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/demo-widgets.php'),
(10724, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\elementor-widgets.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/elementor-widgets.php'),
(10725, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\feature-request.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/feature-request.php'),
(10726, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\get-more-customers-box.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/get-more-customers-box.php'),
(10727, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\rate-us-feedback-box.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/rate-us-feedback-box.php'),
(10728, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\schema.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/schema.php'),
(10729, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\shortcode-paste-box.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/shortcode-paste-box.php'),
(10730, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\step-list.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/step-list.php'),
(10731, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\troubleshooting.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/troubleshooting.php'),
(10732, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\uninstall.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/uninstall.php'),
(10733, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\include\\update.php', 'wp-content/plugins/wp-reviews-plugin-for-google/include/update.php'),
(10734, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-af.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-af.mo'),
(10735, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ar.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ar.mo'),
(10736, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ary.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ary.mo'),
(10737, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-az.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-az.mo'),
(10738, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-azb.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-azb.mo'),
(10739, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bg_BG.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bg_BG.mo'),
(10740, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bn_BD.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bn_BD.mo'),
(10741, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-bs_BA.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-bs_BA.mo'),
(10742, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-cs_CZ.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-cs_CZ.mo'),
(10743, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-cy.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-cy.mo'),
(10744, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-da_DK.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-da_DK.mo'),
(10745, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_AT.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_AT.mo'),
(10746, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_CH.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_CH.mo'),
(10747, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_CH_informal.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_CH_informal.mo'),
(10748, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_DE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_DE.mo'),
(10749, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-de_DE_formal.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-de_DE_formal.mo'),
(10750, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-el.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-el.mo'),
(10751, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_AR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_AR.mo'),
(10752, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CL.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CL.mo'),
(10753, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CO.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CO.mo'),
(10754, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_CR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_CR.mo'),
(10755, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_ES.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_ES.mo'),
(10756, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_GT.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_GT.mo'),
(10757, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_MX.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_MX.mo'),
(10758, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_PE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_PE.mo'),
(10759, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_PR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_PR.mo'),
(10760, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_UY.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_UY.mo'),
(10761, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-es_VE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-es_VE.mo'),
(10762, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-et.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-et.mo'),
(10763, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fa_AF.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fa_AF.mo'),
(10764, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fa_IR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fa_IR.mo'),
(10765, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fi.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fi.mo'),
(10766, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_BE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_BE.mo'),
(10767, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_CA.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_CA.mo'),
(10768, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-fr_FR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-fr_FR.mo'),
(10769, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-gd.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-gd.mo'),
(10770, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-gl_ES.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-gl_ES.mo'),
(10771, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-he_IL.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-he_IL.mo'),
(10772, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hi_IN.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hi_IN.mo'),
(10773, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hr.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hr.mo'),
(10774, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hu_HU.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hu_HU.mo'),
(10775, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-hy.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-hy.mo'),
(10776, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-id_ID.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-id_ID.mo'),
(10777, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-is_IS.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-is_IS.mo'),
(10778, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-it_IT.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-it_IT.mo'),
(10779, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ja.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ja.mo'),
(10780, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ka_GE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ka_GE.mo'),
(10781, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-kk.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-kk.mo'),
(10782, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ko_KR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ko_KR.mo'),
(10783, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-lt_LT.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-lt_LT.mo'),
(10784, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-lv.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-lv.mo'),
(10785, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-mk_MK.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-mk_MK.mo'),
(10786, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ms_MY.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ms_MY.mo'),
(10787, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nb_NO.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nb_NO.mo'),
(10788, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_BE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_BE.mo'),
(10789, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_NL.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_NL.mo'),
(10790, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nl_NL_formal.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nl_NL_formal.mo'),
(10791, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-nn_NO.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-nn_NO.mo'),
(10792, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pl_PL.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pl_PL.mo'),
(10793, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_AO.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_AO.mo'),
(10794, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_BR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_BR.mo'),
(10795, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_PT.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_PT.mo'),
(10796, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-pt_PT_ao90.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-pt_PT_ao90.mo'),
(10797, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ro_RO.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ro_RO.mo'),
(10798, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-ru_RU.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-ru_RU.mo'),
(10799, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sk_SK.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sk_SK.mo'),
(10800, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sl_SI.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sl_SI.mo'),
(10801, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sq.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sq.mo'),
(10802, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sr_RS.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sr_RS.mo'),
(10803, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-sv_SE.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-sv_SE.mo'),
(10804, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-th.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-th.mo'),
(10805, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-tr_TR.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-tr_TR.mo'),
(10806, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-uk.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-uk.mo'),
(10807, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-vi.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-vi.mo'),
(10808, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_CN.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_CN.mo'),
(10809, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_HK.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_HK.mo'),
(10810, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\languages\\wp-reviews-plugin-for-google-zh_TW.mo', 'wp-content/plugins/wp-reviews-plugin-for-google/languages/wp-reviews-plugin-for-google-zh_TW.mo'),
(10811, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\readme.txt', 'wp-content/plugins/wp-reviews-plugin-for-google/readme.txt'),
(10812, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\settings.php', 'wp-content/plugins/wp-reviews-plugin-for-google/settings.php'),
(10813, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\block-editor\\block-editor.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/block-editor/block-editor.js'),
(10814, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\block-editor\\block-editor.php', 'wp-content/plugins/wp-reviews-plugin-for-google/static/block-editor/block-editor.php'),
(10815, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-editor.css', 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-editor.css'),
(10816, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-notification.css', 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-notification.css'),
(10817, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-page-settings.css', 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-page-settings.css'),
(10818, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\admin-widget.css', 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/admin-widget.css'),
(10819, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\css\\spectrum.css', 'wp-content/plugins/wp-reviews-plugin-for-google/static/css/spectrum.css'),
(10820, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\check-icon.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/check-icon.svg'),
(10821, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\help-where-is-id.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/help-where-is-id.jpg'),
(10822, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\instagram-feed-widget.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/instagram-feed-widget.jpg'),
(10823, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\nfc-card-sm.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/nfc-card-sm.png'),
(10824, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\no.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/no.png'),
(10825, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platform\\logo-dark.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platform/logo-dark.svg'),
(10826, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platform\\logo.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platform/logo.svg'),
(10827, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\platforms.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/platforms.png'),
(10828, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\recommendation-negative.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/recommendation-negative.svg'),
(10829, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\recommendation-positive.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/recommendation-positive.svg'),
(10830, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\review-collection-sm.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/review-collection-sm.png'),
(10831, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-01.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-01.jpg'),
(10832, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-02.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-02.jpg'),
(10833, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-03.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-03.jpg'),
(10834, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-04.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-04.jpg'),
(10835, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-05.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-05.jpg'),
(10836, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-06.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-06.jpg'),
(10837, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-07.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-07.jpg'),
(10838, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-08.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-08.jpg'),
(10839, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-09.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-09.jpg'),
(10840, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\reviewer-10.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/reviewer-10.jpg'),
(10841, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\sample-qr.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/sample-qr.jpg'),
(10842, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\special_30.jpg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/special_30.jpg'),
(10843, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\star.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/star.svg'),
(10844, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\trustindex-sign-logo.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/trustindex-sign-logo.png'),
(10845, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\trustindex.svg', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/trustindex.svg'),
(10846, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\woocommerce-logo.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/woocommerce-logo.png'),
(10847, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\img\\yes.png', 'wp-content/plugins/wp-reviews-plugin-for-google/static/img/yes.png'),
(10848, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-editor.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-editor.js'),
(10849, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-notification.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-notification.js'),
(10850, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-page-settings-common.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-page-settings-common.js'),
(10851, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-page-settings-connect.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-page-settings-connect.js'),
(10852, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\admin-widget.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/admin-widget.js'),
(10853, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\js\\spectrum.js', 'wp-content/plugins/wp-reviews-plugin-for-google/static/js/spectrum.js'),
(10854, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\static\\json\\example-reviews.json', 'wp-content/plugins/wp-reviews-plugin-for-google/static/json/example-reviews.json'),
(10855, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\advanced.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/advanced.php'),
(10856, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\free-widget-configurator.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/free-widget-configurator.php'),
(10857, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\get-more-features.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/get-more-features.php'),
(10858, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\get-reviews.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/get-reviews.php'),
(10859, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\instagram-feed-widget.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/instagram-feed-widget.php'),
(10860, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\my-reviews.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/my-reviews.php'),
(10861, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\tabs\\rate-us.php', 'wp-content/plugins/wp-reviews-plugin-for-google/tabs/rate-us.php'),
(10862, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\trustindex-google-widget.class.php', 'wp-content/plugins/wp-reviews-plugin-for-google/trustindex-google-widget.class.php'),
(10863, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\trustindex-plugin.class.php', 'wp-content/plugins/wp-reviews-plugin-for-google/trustindex-plugin.class.php'),
(10864, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\uninstall.php', 'wp-content/plugins/wp-reviews-plugin-for-google/uninstall.php'),
(10865, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\wordfence-vendor.txt', 'wp-content/plugins/wp-reviews-plugin-for-google/wordfence-vendor.txt'),
(10866, 'D:\\laragon\\www\\genesiswa\\wp-content\\plugins\\wp-reviews-plugin-for-google\\wp-reviews-plugin-for-google.php', 'wp-content/plugins/wp-reviews-plugin-for-google/wp-reviews-plugin-for-google.php'),
(10867, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-config.php', 'wp-content/backup-migration-config.php'),
(10868, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\backups\\index.html', 'wp-content/backup-migration-p2Whnugedf/backups/index.html'),
(10869, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\backups\\index.php', 'wp-content/backup-migration-p2Whnugedf/backups/index.php'),
(10870, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\index.html', 'wp-content/backup-migration-p2Whnugedf/index.html'),
(10871, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\index.php', 'wp-content/backup-migration-p2Whnugedf/index.php'),
(10872, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\staging\\index.html', 'wp-content/backup-migration-p2Whnugedf/staging/index.html'),
(10873, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\staging\\index.php', 'wp-content/backup-migration-p2Whnugedf/staging/index.php'),
(10874, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\tmp\\index.html', 'wp-content/backup-migration-p2Whnugedf/tmp/index.html'),
(10875, 'D:\\laragon\\www\\genesiswa\\wp-content\\backup-migration-p2Whnugedf\\tmp\\index.php', 'wp-content/backup-migration-p2Whnugedf/tmp/index.php'),
(10876, 'D:\\laragon\\www\\genesiswa\\wp-content\\index.php', 'wp-content/index.php'),
(10877, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\404.php', 'wp-content/themes/astra/404.php'),
(10878, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\SECURITY.md', 'wp-content/themes/astra/SECURITY.md'),
(10879, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app-rtl.css', 'wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css'),
(10880, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.asset.php', 'wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php'),
(10881, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.css', 'wp-content/themes/astra/admin/assets/build/dashboard-app.css'),
(10882, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\dashboard-app.js', 'wp-content/themes/astra/admin/assets/build/dashboard-app.js'),
(10883, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\ai-featured-image.bf190583.png', 'wp-content/themes/astra/admin/assets/build/images/ai-featured-image.bf190583.png'),
(10884, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\astra-video-thumbnail.f50df26c.png', 'wp-content/themes/astra/admin/assets/build/images/astra-video-thumbnail.f50df26c.png'),
(10885, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\spectra-banner.32fc2968.png', 'wp-content/themes/astra/admin/assets/build/images/spectra-banner.32fc2968.png'),
(10886, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\starter-templates-banner.9a4fed4b.png', 'wp-content/themes/astra/admin/assets/build/images/starter-templates-banner.9a4fed4b.png'),
(10887, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\build\\images\\upgrade-to-pro-woo.2a25c061.png', 'wp-content/themes/astra/admin/assets/build/images/upgrade-to-pro-woo.2a25c061.png'),
(10888, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.asset.php', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php'),
(10889, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.css', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.css'),
(10890, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.js', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.js'),
(10891, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\assets\\theme-builder\\build\\index.rtl.css', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css'),
(10892, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\class-astra-admin-loader.php', 'wp-content/themes/astra/admin/class-astra-admin-loader.php'),
(10893, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\class-astra-bsf-analytics.php', 'wp-content/themes/astra/admin/class-astra-bsf-analytics.php'),
(10894, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-admin-ajax.php', 'wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php'),
(10895, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-api-init.php', 'wp-content/themes/astra/admin/includes/class-astra-api-init.php'),
(10896, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-learn.php', 'wp-content/themes/astra/admin/includes/class-astra-learn.php'),
(10897, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-menu.php', 'wp-content/themes/astra/admin/includes/class-astra-menu.php'),
(10898, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\admin\\includes\\class-astra-theme-builder-free.php', 'wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php'),
(10899, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\archive.php', 'wp-content/themes/astra/archive.php'),
(10900, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\command-palette.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/command-palette.min-rtl.css'),
(10901, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\command-palette.min.css', 'wp-content/themes/astra/assets/css/minified/command-palette.min.css'),
(10902, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\bne-flyout.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css'),
(10903, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\bne-flyout.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css'),
(10904, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7-main.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css'),
(10905, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7-main.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css'),
(10906, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css'),
(10907, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\contact-form-7.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css'),
(10908, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\divi-builder.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css'),
(10909, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\divi-builder.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css'),
(10910, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css'),
(10911, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css'),
(10912, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css'),
(10913, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\edd.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css'),
(10914, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\gravity-forms.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css'),
(10915, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\gravity-forms.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css'),
(10916, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\learndash.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css'),
(10917, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\learndash.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css'),
(10918, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms-flex.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css'),
(10919, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css'),
(10920, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\lifterlms.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css'),
(10921, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\bb-plugin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css'),
(10922, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\bb-plugin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css'),
(10923, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\vc-plugin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css'),
(10924, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\page-builder\\vc-plugin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css'),
(10925, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\site-origin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css'),
(10926, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\site-origin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css'),
(10927, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\dokan-compatibility.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/dokan-compatibility.min.css'),
(10928, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\sticky-add-to-cart.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10929, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\sticky-add-to-cart.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css'),
(10930, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-blocks.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-blocks.min.css'),
(10931, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css'),
(10932, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css'),
(10933, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css'),
(10934, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css'),
(10935, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css'),
(10936, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-layout.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css'),
(10937, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css'),
(10938, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css'),
(10939, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css'),
(10940, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce-smallscreen.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css'),
(10941, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css'),
(10942, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\compatibility\\woocommerce\\woocommerce.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css'),
(10943, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\customizer-controls.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css'),
(10944, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\customizer-controls.min.css', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min.css'),
(10945, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\editor-style.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css'),
(10946, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\editor-style.min.css', 'wp-content/themes/astra/assets/css/minified/editor-style.min.css'),
(10947, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\extend-customizer.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css'),
(10948, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\extend-customizer.min.css', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min.css'),
(10949, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\frontend.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css'),
(10950, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\frontend.min.css', 'wp-content/themes/astra/assets/css/minified/frontend.min.css'),
(10951, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\galleries.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css'),
(10952, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\galleries.min.css', 'wp-content/themes/astra/assets/css/minified/galleries.min.css'),
(10953, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\ie-compat.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/ie-compat.min-rtl.css'),
(10954, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\ie-compat.min.css', 'wp-content/themes/astra/assets/css/minified/ie-compat.min.css'),
(10955, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main-css.min.css', 'wp-content/themes/astra/assets/css/minified/main-css.min.css'),
(10956, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/main.min-rtl.css'),
(10957, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\main.min.css', 'wp-content/themes/astra/assets/css/minified/main.min.css'),
(10958, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\menu-animation-rtl.min.css', 'wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css'),
(10959, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\menu-animation.min.css', 'wp-content/themes/astra/assets/css/minified/menu-animation.min.css'),
(10960, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-css.min.css', 'wp-content/themes/astra/assets/css/minified/style-css.min.css'),
(10961, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-flex.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/style-flex.min-rtl.css'),
(10962, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-flex.min.css', 'wp-content/themes/astra/assets/css/minified/style-flex.min.css'),
(10963, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-guide-rtl.min.css', 'wp-content/themes/astra/assets/css/minified/style-guide-rtl.min.css'),
(10964, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style-guide.min.css', 'wp-content/themes/astra/assets/css/minified/style-guide.min.css'),
(10965, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/style.min-rtl.css'),
(10966, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\style.min.css', 'wp-content/themes/astra/assets/css/minified/style.min.css'),
(10967, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\css\\minified\\stylesheet.min.css', 'wp-content/themes/astra/assets/css/minified/stylesheet.min.css'),
(10968, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.svg', 'wp-content/themes/astra/assets/fonts/astra.svg'),
(10969, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.ttf', 'wp-content/themes/astra/assets/fonts/astra.ttf'),
(10970, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\fonts\\astra.woff', 'wp-content/themes/astra/assets/fonts/astra.woff'),
(10971, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\add-to-cart-quantity-btn.min.js', 'wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js'),
(10972, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\command-palette.min.js', 'wp-content/themes/astra/assets/js/minified/command-palette.min.js'),
(10973, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-controls-toggle.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js'),
(10974, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-controls.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-controls.min.js'),
(10975, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-dependency.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js'),
(10976, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-fonts-lazy-load.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-fonts-lazy-load.min.js'),
(10977, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-google-fonts.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-google-fonts.min.js'),
(10978, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-preview.min.js'),
(10979, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-quick-tour.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-quick-tour.min.js'),
(10980, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\customizer-style-guide.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-style-guide.min.js'),
(10981, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\extend-customizer.min.js', 'wp-content/themes/astra/assets/js/minified/extend-customizer.min.js'),
(10982, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\flexibility.min.js', 'wp-content/themes/astra/assets/js/minified/flexibility.min.js'),
(10983, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\frontend-pro.min.js', 'wp-content/themes/astra/assets/js/minified/frontend-pro.min.js'),
(10984, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\frontend.min.js', 'wp-content/themes/astra/assets/js/minified/frontend.min.js'),
(10985, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\ie-compat.min.js', 'wp-content/themes/astra/assets/js/minified/ie-compat.min.js'),
(10986, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\live-search.min.js', 'wp-content/themes/astra/assets/js/minified/live-search.min.js'),
(10987, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\mobile-cart.min.js', 'wp-content/themes/astra/assets/js/minified/mobile-cart.min.js'),
(10988, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\shop-add-to-cart.min.js', 'wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js'),
(10989, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\skip-link-focus-fix.min.js', 'wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js'),
(10990, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\smooth-scroll.min.js', 'wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js'),
(10991, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\sticky-add-to-cart.min.js', 'wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js'),
(10992, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\sticky-sidebar.min.js', 'wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js'),
(10993, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\style-guide-previewer.min.js', 'wp-content/themes/astra/assets/js/minified/style-guide-previewer.min.js'),
(10994, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\style.min.js', 'wp-content/themes/astra/assets/js/minified/style.min.js'),
(10995, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\minified\\wp-color-picker-alpha.min.js', 'wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js'),
(10996, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\add-to-cart-quantity-btn.js', 'wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js'),
(10997, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\command-palette.js', 'wp-content/themes/astra/assets/js/unminified/command-palette.js'),
(10998, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-controls-toggle.js', 'wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js'),
(10999, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-controls.js', 'wp-content/themes/astra/assets/js/unminified/customizer-controls.js'),
(11000, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-google-fonts.js', 'wp-content/themes/astra/assets/js/unminified/customizer-google-fonts.js'),
(11001, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/assets/js/unminified/customizer-preview.js'),
(11002, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-quick-tour.js', 'wp-content/themes/astra/assets/js/unminified/customizer-quick-tour.js'),
(11003, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\customizer-style-guide.js', 'wp-content/themes/astra/assets/js/unminified/customizer-style-guide.js'),
(11004, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\extend-customizer.js', 'wp-content/themes/astra/assets/js/unminified/extend-customizer.js'),
(11005, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\flexibility.js', 'wp-content/themes/astra/assets/js/unminified/flexibility.js'),
(11006, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\frontend-pro.js', 'wp-content/themes/astra/assets/js/unminified/frontend-pro.js'),
(11007, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\frontend.js', 'wp-content/themes/astra/assets/js/unminified/frontend.js'),
(11008, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\ie-compat.js', 'wp-content/themes/astra/assets/js/unminified/ie-compat.js'),
(11009, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\live-search.js', 'wp-content/themes/astra/assets/js/unminified/live-search.js'),
(11010, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\mobile-cart.js', 'wp-content/themes/astra/assets/js/unminified/mobile-cart.js'),
(11011, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\shop-add-to-cart.js', 'wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js'),
(11012, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\skip-link-focus-fix.js', 'wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js'),
(11013, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\sticky-add-to-cart.js', 'wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js'),
(11014, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\sticky-sidebar.js', 'wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js'),
(11015, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\style-guide-previewer.js', 'wp-content/themes/astra/assets/js/unminified/style-guide-previewer.js'),
(11016, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\js\\unminified\\style.js', 'wp-content/themes/astra/assets/js/unminified/style.js'),
(11017, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\ast-social-icons.json', 'wp-content/themes/astra/assets/svg/ast-social-icons.json'),
(11018, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-0.php', 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-0.php'),
(11019, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-1.php', 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-1.php'),
(11020, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-2.php', 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-2.php'),
(11021, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\logo-svg-icons\\icons-v6-3.php', 'wp-content/themes/astra/assets/svg/logo-svg-icons/icons-v6-3.php'),
(11022, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\assets\\svg\\svgs.json', 'wp-content/themes/astra/assets/svg/svgs.json'),
(11023, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\changelog.txt', 'wp-content/themes/astra/changelog.txt'),
(11024, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\comments.php', 'wp-content/themes/astra/comments.php'),
(11025, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\footer.php', 'wp-content/themes/astra/footer.php'),
(11026, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\functions.php', 'wp-content/themes/astra/functions.php'),
(11027, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\header.php', 'wp-content/themes/astra/header.php'),
(11028, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\postmeta\\class-astra-get-postmeta.php', 'wp-content/themes/astra/inc/abilities/admin/postmeta/class-astra-get-postmeta.php'),
(11029, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\postmeta\\class-astra-update-postmeta.php', 'wp-content/themes/astra/inc/abilities/admin/postmeta/class-astra-update-postmeta.php'),
(11030, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-flush-local-fonts.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-flush-local-fonts.php'),
(11031, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-load-google-fonts-locally.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-load-google-fonts-locally.php'),
(11032, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-performance.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-performance.php'),
(11033, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-get-preload-local-fonts.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-get-preload-local-fonts.php'),
(11034, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-load-google-fonts-locally.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-load-google-fonts-locally.php'),
(11035, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-performance.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-performance.php'),
(11036, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\admin\\settings\\performance\\class-astra-update-preload-local-fonts.php', 'wp-content/themes/astra/inc/abilities/admin/settings/performance/class-astra-update-preload-local-fonts.php'),
(11037, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\bootstrap.php', 'wp-content/themes/astra/inc/abilities/bootstrap.php'),
(11038, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-helper.php', 'wp-content/themes/astra/inc/abilities/class-astra-abilities-helper.php'),
(11039, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-init.php', 'wp-content/themes/astra/inc/abilities/class-astra-abilities-init.php'),
(11040, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abilities-response.php', 'wp-content/themes/astra/inc/abilities/class-astra-abilities-response.php'),
(11041, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\class-astra-abstract-ability.php', 'wp-content/themes/astra/inc/abilities/class-astra-abstract-ability.php'),
(11042, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-get-footer-builder-design.php', 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-get-footer-builder-design.php'),
(11043, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-get-footer-builder.php', 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-get-footer-builder.php'),
(11044, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-update-footer-builder-design.php', 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-update-footer-builder-design.php'),
(11045, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\footer\\class-astra-update-footer-builder.php', 'wp-content/themes/astra/inc/abilities/customizer/footer/class-astra-update-footer-builder.php'),
(11046, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\breadcrumb\\class-astra-get-breadcrumb.php', 'wp-content/themes/astra/inc/abilities/customizer/general/breadcrumb/class-astra-get-breadcrumb.php'),
(11047, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\breadcrumb\\class-astra-update-breadcrumb.php', 'wp-content/themes/astra/inc/abilities/customizer/general/breadcrumb/class-astra-update-breadcrumb.php'),
(11048, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\scroll-to-top\\class-astra-get-scroll-to-top.php', 'wp-content/themes/astra/inc/abilities/customizer/general/scroll-to-top/class-astra-get-scroll-to-top.php'),
(11049, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\scroll-to-top\\class-astra-update-scroll-to-top.php', 'wp-content/themes/astra/inc/abilities/customizer/general/scroll-to-top/class-astra-update-scroll-to-top.php'),
(11050, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-layout.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-layout.php'),
(11051, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-style.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-style.php'),
(11052, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar-width.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar-width.php'),
(11053, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sidebar.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sidebar.php'),
(11054, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-get-sticky-sidebar.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-get-sticky-sidebar.php'),
(11055, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-layout.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-layout.php'),
(11056, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-style.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-style.php'),
(11057, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar-width.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar-width.php'),
(11058, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sidebar.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sidebar.php'),
(11059, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\general\\sidebar\\class-astra-update-sticky-sidebar.php', 'wp-content/themes/astra/inc/abilities/customizer/general/sidebar/class-astra-update-sticky-sidebar.php'),
(11060, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\buttons\\class-astra-get-global-buttons.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/buttons/class-astra-get-global-buttons.php'),
(11061, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\buttons\\class-astra-update-global-buttons.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/buttons/class-astra-update-global-buttons.php'),
(11062, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-get-background-colors.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-get-background-colors.php'),
(11063, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-get-global-palette.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-get-global-palette.php'),
(11064, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-background-colors.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-background-colors.php'),
(11065, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-global-palette.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-global-palette.php'),
(11066, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\colors\\class-astra-update-theme-colors.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/colors/class-astra-update-theme-colors.php'),
(11067, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-get-container-layout.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-get-container-layout.php'),
(11068, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-list-container-settings.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-list-container-settings.php'),
(11069, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\container\\class-astra-update-container-layout.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/container/class-astra-update-container-layout.php'),
(11070, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-body-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-body-font.php'),
(11071, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-heading-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-heading-font.php'),
(11072, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-headings-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-headings-font.php'),
(11073, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-paragraph-margin.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-paragraph-margin.php'),
(11074, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-get-underline-links-status.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-get-underline-links-status.php'),
(11075, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-list-font-families.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-list-font-families.php'),
(11076, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-toggle-underline-links.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-toggle-underline-links.php'),
(11077, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-body-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-body-font.php'),
(11078, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-heading-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-heading-font.php'),
(11079, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-headings-font.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-headings-font.php'),
(11080, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\globals\\typography\\class-astra-update-paragraph-margin.php', 'wp-content/themes/astra/inc/abilities/customizer/globals/typography/class-astra-update-paragraph-margin.php'),
(11081, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\builder\\class-astra-list-header-builder-settings.php', 'wp-content/themes/astra/inc/abilities/customizer/header/builder/class-astra-list-header-builder-settings.php'),
(11082, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-get-header-builder-design.php', 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-get-header-builder-design.php'),
(11083, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-get-header-builder.php', 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-get-header-builder.php'),
(11084, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-migrate-header-components.php', 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-migrate-header-components.php'),
(11085, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-update-header-builder-design.php', 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-update-header-builder-design.php'),
(11086, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\class-astra-update-header-builder.php', 'wp-content/themes/astra/inc/abilities/customizer/header/class-astra-update-header-builder.php'),
(11087, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\transparent\\class-astra-get-transparent-header.php', 'wp-content/themes/astra/inc/abilities/customizer/header/transparent/class-astra-get-transparent-header.php'),
(11088, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\header\\transparent\\class-astra-update-transparent-header.php', 'wp-content/themes/astra/inc/abilities/customizer/header/transparent/class-astra-update-transparent-header.php'),
(11089, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-blog-archive.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-blog-archive.php'),
(11090, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-single-page.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-single-page.php'),
(11091, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-get-single-post.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-get-single-post.php'),
(11092, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-blog-archive.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-blog-archive.php'),
(11093, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-single-page.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-single-page.php'),
(11094, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\posttypes\\blog\\class-astra-update-single-post.php', 'wp-content/themes/astra/inc/abilities/customizer/posttypes/blog/class-astra-update-single-post.php'),
(11095, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\siteidentity\\class-astra-get-site-title-logo.php', 'wp-content/themes/astra/inc/abilities/customizer/siteidentity/class-astra-get-site-title-logo.php'),
(11096, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\abilities\\customizer\\siteidentity\\class-astra-update-site-title-logo.php', 'wp-content/themes/astra/inc/abilities/customizer/siteidentity/class-astra-update-site-title-logo.php'),
(11097, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js'),
(11098, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js'),
(11099, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumb-trail.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php'),
(11100, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs-loader.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php'),
(11101, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs-markup.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php'),
(11102, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\class-astra-breadcrumbs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php'),
(11103, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-color-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php'),
(11104, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php'),
(11105, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\customizer\\class-astra-breadcrumbs-typo-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php'),
(11106, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\breadcrumbs\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php'),
(11107, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js'),
(11108, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js'),
(11109, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\class-astra-heading-colors-loader.php', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php'),
(11110, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\class-astra-heading-colors.php', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php'),
(11111, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\customizer\\class-astra-heading-colors-configs.php', 'wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php'),
(11112, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\heading-colors\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php'),
(11113, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js'),
(11114, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js'),
(11115, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\assets\\js\\unminified\\scroll-to-top.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js'),
(11116, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\class-astra-scroll-to-top.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php'),
(11117, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\classes\\class-astra-scroll-to-top-loader.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php'),
(11118, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\classes\\customizer\\class-astra-scroll-to-top-configs.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php'),
(11119, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\css\\dynamic-css.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php'),
(11120, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\scroll-to-top\\css\\static-css.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php'),
(11121, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js'),
(11122, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js'),
(11123, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\class-astra-ext-transparent-header.php', 'wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php'),
(11124, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-ext-transparent-header-loader.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php'),
(11125, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-ext-transparent-header-markup.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php'),
(11126, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\class-astra-transparent-header-panels-and-sections.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php'),
(11127, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php'),
(11128, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\dynamic-css\\header-sections-dynamic.css.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php'),
(11129, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\index.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/index.php'),
(11130, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\class-astra-customizer-colors-transparent-header-configs.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php'),
(11131, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\class-astra-customizer-transparent-header-configs.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php'),
(11132, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\classes\\sections\\index.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php'),
(11133, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\addons\\transparent-header\\index.php', 'wp-content/themes/astra/inc/addons/transparent-header/index.php'),
(11134, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\admin-functions.php', 'wp-content/themes/astra/inc/admin-functions.php'),
(11135, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-builder-customizer-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css'),
(11136, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-builder-customizer.css', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css'),
(11137, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-dark-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css'),
(11138, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-dark.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css'),
(11139, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css'),
(11140, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\ast-elementor-editor.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css'),
(11141, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-admin-menu-settings-rtl.css', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css'),
(11142, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-admin-menu-settings.css', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css'),
(11143, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-notices-rtl.css', 'wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css'),
(11144, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\astra-notices.css', 'wp-content/themes/astra/inc/assets/css/astra-notices.css'),
(11145, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\block-editor-styles-rtl.css', 'wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css'),
(11146, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\block-editor-styles.css', 'wp-content/themes/astra/inc/assets/css/block-editor-styles.css'),
(11147, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\customizer-preview-rtl.css', 'wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css'),
(11148, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\customizer-preview.css', 'wp-content/themes/astra/inc/assets/css/customizer-preview.css'),
(11149, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\font-icon-picker-rtl.css', 'wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css'),
(11150, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\font-icon-picker.css', 'wp-content/themes/astra/inc/assets/css/font-icon-picker.css'),
(11151, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\wp-editor-styles-rtl.css', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css'),
(11152, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\css\\wp-editor-styles.css', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles.css'),
(11153, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.eot', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.eot'),
(11154, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.svg', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.svg'),
(11155, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.ttf', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf'),
(11156, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\fonts\\ast-logo.woff', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.woff'),
(11157, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\ai-logo.svg', 'wp-content/themes/astra/inc/assets/images/ai-logo.svg'),
(11158, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra-banner.png', 'wp-content/themes/astra/inc/assets/images/astra-banner.png'),
(11159, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra-logo.svg', 'wp-content/themes/astra/inc/assets/images/astra-logo.svg'),
(11160, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\astra.svg', 'wp-content/themes/astra/inc/assets/images/astra.svg'),
(11161, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\footer-builder.png', 'wp-content/themes/astra/inc/assets/images/customizer/footer-builder.png'),
(11162, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\header-builder.png', 'wp-content/themes/astra/inc/assets/images/customizer/header-builder.png'),
(11163, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-cart.png', 'wp-content/themes/astra/inc/assets/images/customizer/woo-cart.png'),
(11164, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-catalog.png', 'wp-content/themes/astra/inc/assets/images/customizer/woo-catalog.png'),
(11165, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-checkout.png', 'wp-content/themes/astra/inc/assets/images/customizer/woo-checkout.png'),
(11166, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-misc.png', 'wp-content/themes/astra/inc/assets/images/customizer/woo-misc.png'),
(11167, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\customizer\\woo-single.png', 'wp-content/themes/astra/inc/assets/images/customizer/woo-single.png');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11168, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\ele-logo.svg', 'wp-content/themes/astra/inc/assets/images/ele-logo.svg'),
(11169, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\gb-logo.svg', 'wp-content/themes/astra/inc/assets/images/gb-logo.svg'),
(11170, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img1.png', 'wp-content/themes/astra/inc/assets/images/img1.png'),
(11171, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img2.png', 'wp-content/themes/astra/inc/assets/images/img2.png'),
(11172, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img3.png', 'wp-content/themes/astra/inc/assets/images/img3.png'),
(11173, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\img4.png', 'wp-content/themes/astra/inc/assets/images/img4.png'),
(11174, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\lightning-speed.svg', 'wp-content/themes/astra/inc/assets/images/lightning-speed.svg'),
(11175, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\about-us.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg'),
(11176, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\avatar.png', 'wp-content/themes/astra/inc/assets/images/starter-content/avatar.png'),
(11177, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\blog.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/blog.svg'),
(11178, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\branding.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg'),
(11179, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\building.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/building.svg'),
(11180, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\graphic.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg'),
(11181, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\hero-img.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg'),
(11182, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\logo.png', 'wp-content/themes/astra/inc/assets/images/starter-content/logo.png'),
(11183, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\passionate.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg'),
(11184, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\portfolio.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg'),
(11185, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\professional.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/professional.svg'),
(11186, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\shopping-bag.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg'),
(11187, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\support.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/support.svg'),
(11188, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\images\\starter-content\\web.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/web.jpg'),
(11189, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\ast-parse-svg.js', 'wp-content/themes/astra/inc/assets/js/ast-parse-svg.js'),
(11190, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\ast-render-svg.js', 'wp-content/themes/astra/inc/assets/js/ast-render-svg.js'),
(11191, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\astra-admin-menu-settings.js', 'wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js'),
(11192, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\block-editor-script.js', 'wp-content/themes/astra/inc/assets/js/block-editor-script.js'),
(11193, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\column-block-compatibility.js', 'wp-content/themes/astra/inc/assets/js/column-block-compatibility.js'),
(11194, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\custom-fields-priority.js', 'wp-content/themes/astra/inc/assets/js/custom-fields-priority.js'),
(11195, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\customizer-preview.js', 'wp-content/themes/astra/inc/assets/js/customizer-preview.js'),
(11196, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\minified\\block-editor-script.min.js', 'wp-content/themes/astra/inc/assets/js/minified/block-editor-script.min.js'),
(11197, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/assets/js/minified/customizer-preview.min.js'),
(11198, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\blog-config.php', 'wp-content/themes/astra/inc/blog/blog-config.php'),
(11199, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\blog.php', 'wp-content/themes/astra/inc/blog/blog.php'),
(11200, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\index.php', 'wp-content/themes/astra/inc/blog/index.php'),
(11201, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\blog\\single-blog.php', 'wp-content/themes/astra/inc/blog/single-blog.php'),
(11202, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\class-astra-builder-loader.php', 'wp-content/themes/astra/inc/builder/class-astra-builder-loader.php'),
(11203, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\controllers\\class-astra-builder-ui-controller.php', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php'),
(11204, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\controllers\\class-astra-builder-widget-controller.php', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php'),
(11205, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\markup\\class-astra-builder-footer.php', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php'),
(11206, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\markup\\class-astra-builder-header.php', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php'),
(11207, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/assets/js/minified/customizer-preview.min.js'),
(11208, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/assets/js/unminified/customizer-preview.js'),
(11209, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\button\\class-astra-button-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php'),
(11210, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\html\\class-astra-html-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php'),
(11211, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\social\\class-astra-social-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php'),
(11212, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\base\\dynamic-css\\widget\\class-astra-widget-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php'),
(11213, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\class-astra-builder-base-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php'),
(11214, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\above-footer\\class-astra-above-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php'),
(11215, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\above-footer\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php'),
(11216, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\below-footer\\class-astra-below-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php'),
(11217, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\below-footer\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php'),
(11218, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\class-astra-footer-button-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php'),
(11219, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\class-astra-footer-button-component.php', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php'),
(11220, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\button\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php'),
(11221, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\copyright\\class-astra-footer-copyright-component.php', 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php'),
(11222, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\copyright\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php'),
(11223, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\html\\class-astra-footer-html-component.php', 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php'),
(11224, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\html\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php'),
(11225, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\menu\\class-astra-footer-menu-component.php', 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php'),
(11226, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\menu\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php'),
(11227, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\primary-footer\\class-astra-primary-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php'),
(11228, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\primary-footer\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php'),
(11229, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\social-icon\\class-astra-footer-social-icons-component.php', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php'),
(11230, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\social-icon\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php'),
(11231, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\widget\\class-astra-footer-widget-component.php', 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php'),
(11232, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\footer\\widget\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php'),
(11233, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\above-header\\class-astra-above-header.php', 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php'),
(11234, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\above-header\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php'),
(11235, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\account\\class-astra-header-account-component.php', 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php'),
(11236, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\account\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php'),
(11237, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\below-header\\class-astra-below-header.php', 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php'),
(11238, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\below-header\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php'),
(11239, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\class-astra-header-button-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php'),
(11240, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\class-astra-header-button-component.php', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php'),
(11241, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\button\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php'),
(11242, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\edd-cart\\class-astra-header-edd-cart-component.php', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php'),
(11243, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\edd-cart\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php'),
(11244, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\html\\class-astra-header-html-component.php', 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php'),
(11245, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\html\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php'),
(11246, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\class-astra-header-menu-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php'),
(11247, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\class-astra-header-menu-component.php', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php'),
(11248, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\menu\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php'),
(11249, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-menu\\class-astra-mobile-menu-component.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php'),
(11250, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-menu\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php'),
(11251, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-trigger\\class-astra-mobile-trigger.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php'),
(11252, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\mobile-trigger\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php'),
(11253, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\off-canvas\\class-astra-off-canvas.php', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php'),
(11254, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\off-canvas\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php'),
(11255, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\class-astra-primary-header-loader.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php'),
(11256, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\class-astra-primary-header.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php'),
(11257, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\primary-header\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php'),
(11258, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\class-astra-header-search-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php'),
(11259, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\class-astra-header-search-component.php', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php'),
(11260, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\search\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php'),
(11261, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\site-identity\\class-astra-header-site-identity-component.php', 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php'),
(11262, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\site-identity\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php'),
(11263, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\social-icon\\class-astra-header-social-icon-component.php', 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php'),
(11264, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\social-icon\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php'),
(11265, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\widget\\class-astra-header-widget-component.php', 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php'),
(11266, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\widget\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php'),
(11267, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\woo-cart\\class-astra-header-woo-cart-component.php', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php'),
(11268, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\builder\\type\\header\\woo-cart\\dynamic-css\\dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php'),
(11269, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-after-setup-theme.php', 'wp-content/themes/astra/inc/class-astra-after-setup-theme.php'),
(11270, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-dynamic-css.php', 'wp-content/themes/astra/inc/class-astra-dynamic-css.php'),
(11271, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-extended-base-dynamic-css.php', 'wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php'),
(11272, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-global-palette.php', 'wp-content/themes/astra/inc/class-astra-global-palette.php'),
(11273, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-loop.php', 'wp-content/themes/astra/inc/class-astra-loop.php'),
(11274, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-memory-limit-notice.php', 'wp-content/themes/astra/inc/class-astra-memory-limit-notice.php'),
(11275, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\class-astra-mobile-header.php', 'wp-content/themes/astra/inc/class-astra-mobile-header.php'),
(11276, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-amp.php', 'wp-content/themes/astra/inc/compatibility/class-astra-amp.php'),
(11277, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-bb-ultimate-addon.php', 'wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php'),
(11278, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-beaver-builder.php', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php'),
(11279, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-beaver-themer.php', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php'),
(11280, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-bne-flyout.php', 'wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php'),
(11281, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-buddypress.php', 'wp-content/themes/astra/inc/compatibility/class-astra-buddypress.php'),
(11282, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-contact-form-7.php', 'wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php'),
(11283, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-divi-builder.php', 'wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php'),
(11284, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-elementor-pro.php', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php'),
(11285, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-elementor.php', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor.php'),
(11286, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-gravity-forms.php', 'wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php'),
(11287, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-gutenberg.php', 'wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php'),
(11288, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-jetpack.php', 'wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php'),
(11289, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-site-origin.php', 'wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php'),
(11290, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-starter-content.php', 'wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php'),
(11291, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-ubermeu.php', 'wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php'),
(11292, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-visual-composer.php', 'wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php'),
(11293, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-web-stories.php', 'wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php'),
(11294, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\class-astra-yoast-seo.php', 'wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php'),
(11295, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\class-astra-edd.php', 'wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php'),
(11296, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\class-astra-customizer-register-edd-section.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php'),
(11297, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\class-astra-edd-container-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php'),
(11298, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\class-astra-edd-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php'),
(11299, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\layout\\class-astra-edd-archive-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php'),
(11300, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\customizer\\sections\\layout\\class-astra-edd-single-product-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php'),
(11301, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\edd\\edd-common-functions.php', 'wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php'),
(11302, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\index.php', 'wp-content/themes/astra/inc/compatibility/index.php'),
(11303, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\class-astra-learndash.php', 'wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php'),
(11304, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\class-astra-customizer-register-learndash-section.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php'),
(11305, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\class-astra-learndash-container-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php'),
(11306, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\class-astra-learndash-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php'),
(11307, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\learndash\\customizer\\sections\\layout\\class-astra-learndash-general-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php'),
(11308, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\class-astra-lifterlms.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php'),
(11309, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\class-astra-liferlms-section-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php'),
(11310, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\class-astra-lifter-container-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php'),
(11311, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\class-astra-lifter-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php'),
(11312, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\lifterlms\\customizer\\sections\\layout\\class-astra-lifter-general-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php'),
(11313, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\starter-content\\astra-settings-export.json', 'wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json'),
(11314, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\starter-content\\home.php', 'wp-content/themes/astra/inc/compatibility/starter-content/home.php'),
(11315, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\surecart\\class-astra-surecart.php', 'wp-content/themes/astra/inc/compatibility/surecart/class-astra-surecart.php'),
(11316, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\surecart\\customizer\\class-astra-customizer-register-surecart-section.php', 'wp-content/themes/astra/inc/compatibility/surecart/customizer/class-astra-customizer-register-surecart-section.php'),
(11317, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\class-astra-woocommerce.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php'),
(11318, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\class-astra-customizer-register-woo-section.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php'),
(11319, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-shop-container-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php'),
(11320, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-shop-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php'),
(11321, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\class-astra-woo-store-notice-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php'),
(11322, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-cart-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php'),
(11323, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php'),
(11324, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-misc-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php'),
(11325, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\customizer\\sections\\layout\\class-astra-woo-shop-single-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php'),
(11326, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\compatibility\\woocommerce\\woocommerce-common-functions.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php'),
(11327, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-admin.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php'),
(11328, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-helper.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php'),
(11329, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\builder\\class-astra-builder-options.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php'),
(11330, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-admin-helper.php', 'wp-content/themes/astra/inc/core/class-astra-admin-helper.php'),
(11331, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-admin-settings.php', 'wp-content/themes/astra/inc/core/class-astra-admin-settings.php'),
(11332, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-attr.php', 'wp-content/themes/astra/inc/core/class-astra-attr.php'),
(11333, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-command-palette.php', 'wp-content/themes/astra/inc/core/class-astra-command-palette.php'),
(11334, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-enqueue-scripts.php', 'wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php'),
(11335, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-icons.php', 'wp-content/themes/astra/inc/core/class-astra-icons.php'),
(11336, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-theme-options.php', 'wp-content/themes/astra/inc/core/class-astra-theme-options.php'),
(11337, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-walker-page.php', 'wp-content/themes/astra/inc/core/class-astra-walker-page.php'),
(11338, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-astra-wp-editor-css.php', 'wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php'),
(11339, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-gutenberg-editor-css.php', 'wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php'),
(11340, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\class-theme-strings.php', 'wp-content/themes/astra/inc/core/class-theme-strings.php'),
(11341, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\common-functions.php', 'wp-content/themes/astra/inc/core/common-functions.php'),
(11342, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-filters.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php'),
(11343, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-functions.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php'),
(11344, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\deprecated\\deprecated-hooks.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php'),
(11345, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\index.php', 'wp-content/themes/astra/inc/core/index.php'),
(11346, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\markup\\class-astra-markup.php', 'wp-content/themes/astra/inc/core/markup/class-astra-markup.php'),
(11347, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\sidebar-manager.php', 'wp-content/themes/astra/inc/core/sidebar-manager.php'),
(11348, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\core\\theme-hooks.php', 'wp-content/themes/astra/inc/core/theme-hooks.php'),
(11349, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\class-astra-pro-customizer.php', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php'),
(11350, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\class-astra-pro-upgrade-link-configs.php', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php'),
(11351, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\astra-pro\\index.php', 'wp-content/themes/astra/inc/customizer/astra-pro/index.php'),
(11352, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-builder-customizer.php', 'wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php'),
(11353, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-callback.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php'),
(11354, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-partials.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php'),
(11355, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-register-sections-panels.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php'),
(11356, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer-sanitizes.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php'),
(11357, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-customizer.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer.php'),
(11358, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-extended-base-configuration.php', 'wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php'),
(11359, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-font-families.php', 'wp-content/themes/astra/inc/customizer/class-astra-font-families.php'),
(11360, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-fonts-data.php', 'wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php'),
(11361, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\class-astra-fonts.php', 'wp-content/themes/astra/inc/customizer/class-astra-fonts.php'),
(11362, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\accessibility\\class-astra-accessibility-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php'),
(11363, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\block-editor\\class-astra-block-editor-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php'),
(11364, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php'),
(11365, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php'),
(11366, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\base\\class-astra-social-icon-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php'),
(11367, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\class-astra-builder-base-configuration.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php'),
(11368, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-above-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php'),
(11369, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-below-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php'),
(11370, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-copyright-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php'),
(11371, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-builder-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php'),
(11372, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-menu-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php'),
(11373, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-footer-social-icons-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php'),
(11374, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-customizer-primary-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php'),
(11375, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php'),
(11376, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php'),
(11377, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\class-astra-footer-widget-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php'),
(11378, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\above-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php'),
(11379, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\below-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php'),
(11380, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\button-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php'),
(11381, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\copyright.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php'),
(11382, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\footer-builder.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php'),
(11383, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\html-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php'),
(11384, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\menu-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php'),
(11385, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\primary-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php'),
(11386, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\social-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php'),
(11387, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\footer\\configs\\widget-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php'),
(11388, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-above-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php'),
(11389, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-below-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php'),
(11390, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-edd-cart-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php'),
(11391, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-header-builder-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php'),
(11392, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-header-widget-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php'),
(11393, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-mobile-trigger-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php'),
(11394, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-off-canvas-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php'),
(11395, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-primary-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11396, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-site-identity-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php'),
(11397, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-customizer-woo-cart-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php'),
(11398, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-account-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php'),
(11399, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php'),
(11400, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php'),
(11401, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-menu-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php'),
(11402, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-search-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php'),
(11403, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-header-social-icon-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php'),
(11404, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\class-astra-mobile-menu-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php'),
(11405, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\above-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php'),
(11406, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\account.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php'),
(11407, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\below-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php'),
(11408, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\button.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php'),
(11409, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\edd-cart.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php'),
(11410, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\header-builder.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php'),
(11411, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\header-widget.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php'),
(11412, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\html.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php'),
(11413, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\menu.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php'),
(11414, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\mobile-menu.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php'),
(11415, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\mobile-trigger.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php'),
(11416, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\off-canvas.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php'),
(11417, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\primary-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php'),
(11418, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\search.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php'),
(11419, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\site-identity.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php'),
(11420, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\social.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php'),
(11421, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\builder\\header\\configs\\woo-cart.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php'),
(11422, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\buttons\\class-astra-customizer-button-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php'),
(11423, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\buttons\\class-astra-existing-button-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php'),
(11424, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\class-astra-customizer-config-base.php', 'wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php'),
(11425, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-advanced-footer-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php'),
(11426, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-body-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php'),
(11427, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\colors-background\\class-astra-footer-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php'),
(11428, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\comments\\class-astra-comments-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php'),
(11429, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\global-misc\\class-astra-global-misc-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php'),
(11430, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-blog-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php'),
(11431, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-blog-single-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php'),
(11432, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-footer-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php'),
(11433, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-header-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php'),
(11434, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-sidebar-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php'),
(11435, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-container-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php'),
(11436, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-identity-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php'),
(11437, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\layout\\class-astra-site-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php'),
(11438, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-archive-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php'),
(11439, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-body-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php'),
(11440, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-global-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php'),
(11441, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-headings-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php'),
(11442, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\configurations\\typography\\class-astra-single-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php'),
(11443, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\minified\\custom-controls.min-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css'),
(11444, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\minified\\custom-controls.min.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css'),
(11445, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\unminified\\custom-controls-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css'),
(11446, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\css\\unminified\\custom-controls.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css'),
(11447, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\js\\minified\\custom-controls-plain.min.js', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls-plain.min.js'),
(11448, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\assets\\js\\unminified\\custom-controls-plain.js', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js'),
(11449, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\class-astra-customizer-control-base.php', 'wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php'),
(11450, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\customizer-link\\class-astra-control-customizer-link.php', 'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php'),
(11451, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\description\\class-astra-control-description.php', 'wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php'),
(11452, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\description-with-link\\class-astra-control-description-with-link.php', 'wp-content/themes/astra/inc/customizer/custom-controls/description-with-link/class-astra-control-description-with-link.php'),
(11453, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\index.php', 'wp-content/themes/astra/inc/customizer/custom-controls/index.php'),
(11454, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\logo-svg-icon\\class-astra-control-logo-svg-icon.php', 'wp-content/themes/astra/inc/customizer/custom-controls/logo-svg-icon/class-astra-control-logo-svg-icon.php'),
(11455, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\class-astra-control-typography.php', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php'),
(11456, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\index.php', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php'),
(11457, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\custom-controls\\typography\\selectWoo.css', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css'),
(11458, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\customizer-controls.php', 'wp-content/themes/astra/inc/customizer/customizer-controls.php'),
(11459, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-custom-controls\\babel.config.js', 'wp-content/themes/astra/inc/customizer/extend-custom-controls/babel.config.js'),
(11460, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-custom-controls\\build\\index.js', 'wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js'),
(11461, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-panel.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php'),
(11462, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-section.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php'),
(11463, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\extend-customizer\\class-astra-wp-customize-separator.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php'),
(11464, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\index.php', 'wp-content/themes/astra/inc/customizer/index.php'),
(11465, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\customizer\\override-defaults.php', 'wp-content/themes/astra/inc/customizer/override-defaults.php'),
(11466, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\astra-icons.php', 'wp-content/themes/astra/inc/dynamic-css/astra-icons.php'),
(11467, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\block-editor-compatibility.php', 'wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php'),
(11468, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\comments-flex.php', 'wp-content/themes/astra/inc/dynamic-css/comments-flex.php'),
(11469, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\comments.php', 'wp-content/themes/astra/inc/dynamic-css/comments.php'),
(11470, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\container-layouts.php', 'wp-content/themes/astra/inc/dynamic-css/container-layouts.php'),
(11471, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\content-background.php', 'wp-content/themes/astra/inc/dynamic-css/content-background.php'),
(11472, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\custom-menu-old-header.php', 'wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php'),
(11473, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\dark-mode.php', 'wp-content/themes/astra/inc/dynamic-css/dark-mode.php'),
(11474, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\global-color-palette.php', 'wp-content/themes/astra/inc/dynamic-css/global-color-palette.php'),
(11475, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\inline-on-mobile.php', 'wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php'),
(11476, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\live-search.php', 'wp-content/themes/astra/inc/dynamic-css/live-search.php'),
(11477, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\logo-svg-icons.php', 'wp-content/themes/astra/inc/dynamic-css/logo-svg-icons.php'),
(11478, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\navigation.php', 'wp-content/themes/astra/inc/dynamic-css/navigation.php'),
(11479, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\pagination.php', 'wp-content/themes/astra/inc/dynamic-css/pagination.php'),
(11480, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\dynamic-css\\single-post.php', 'wp-content/themes/astra/inc/dynamic-css/single-post.php'),
(11481, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\extras.php', 'wp-content/themes/astra/inc/extras.php'),
(11482, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\google-fonts.php', 'wp-content/themes/astra/inc/google-fonts.php'),
(11483, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\index.php', 'wp-content/themes/astra/inc/index.php'),
(11484, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\class-bsf-admin-notices.php', 'wp-content/themes/astra/inc/lib/astra-notices/class-bsf-admin-notices.php'),
(11485, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\notices.css', 'wp-content/themes/astra/inc/lib/astra-notices/notices.css'),
(11486, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\astra-notices\\notices.js', 'wp-content/themes/astra/inc/lib/astra-notices/notices.js'),
(11487, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\batch-processing\\class-astra-wp-async-request.php', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php'),
(11488, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\batch-processing\\class-astra-wp-background-process.php', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php'),
(11489, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\minified\\style-rtl.min.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/minified/style-rtl.min.css'),
(11490, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\minified\\style.min.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/minified/style.min.css'),
(11491, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\unminified\\style-rtl.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/unminified/style-rtl.css'),
(11492, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\assets\\css\\unminified\\style.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/assets/css/unminified/style.css'),
(11493, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\changelog.txt', 'wp-content/themes/astra/inc/lib/bsf-analytics/changelog.txt'),
(11494, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-events.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-events.php'),
(11495, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-loader.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-loader.php'),
(11496, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics-stats.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics-stats.php'),
(11497, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\class-bsf-analytics.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/class-bsf-analytics.php'),
(11498, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\classes\\class-bsf-analytics-helper.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/classes/class-bsf-analytics-helper.php'),
(11499, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\composer.json', 'wp-content/themes/astra/inc/lib/bsf-analytics/composer.json'),
(11500, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback-rtl.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback-rtl.css'),
(11501, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback-rtl.min.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback-rtl.min.css'),
(11502, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback.css'),
(11503, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\css\\feedback.min.css', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/css/feedback.min.css'),
(11504, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\js\\feedback.js', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/js/feedback.js'),
(11505, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\assets\\js\\feedback.min.js', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/assets/js/feedback.min.js'),
(11506, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\deactivation-survey\\classes\\class-deactivation-survey-feedback.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/deactivation-survey/classes/class-deactivation-survey-feedback.php'),
(11507, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\modules\\utm-analytics.php', 'wp-content/themes/astra/inc/lib/bsf-analytics/modules/utm-analytics.php'),
(11508, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\bsf-analytics\\version.json', 'wp-content/themes/astra/inc/lib/bsf-analytics/version.json'),
(11509, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\class-astra-nps-notice.php', 'wp-content/themes/astra/inc/lib/class-astra-nps-notice.php'),
(11510, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\class-astra-nps-survey.php', 'wp-content/themes/astra/inc/lib/class-astra-nps-survey.php'),
(11511, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\docs\\class-astra-docs-loader.php', 'wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php'),
(11512, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\changelog.txt', 'wp-content/themes/astra/inc/lib/nps-survey/changelog.txt'),
(11513, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\classes\\nps-survey-script.php', 'wp-content/themes/astra/inc/lib/nps-survey/classes/nps-survey-script.php'),
(11514, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\composer.json', 'wp-content/themes/astra/inc/lib/nps-survey/composer.json'),
(11515, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\main.asset.php', 'wp-content/themes/astra/inc/lib/nps-survey/dist/main.asset.php'),
(11516, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\main.js', 'wp-content/themes/astra/inc/lib/nps-survey/dist/main.js'),
(11517, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\style-main-rtl.css', 'wp-content/themes/astra/inc/lib/nps-survey/dist/style-main-rtl.css'),
(11518, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\dist\\style-main.css', 'wp-content/themes/astra/inc/lib/nps-survey/dist/style-main.css'),
(11519, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\nps-survey-plugin-loader.php', 'wp-content/themes/astra/inc/lib/nps-survey/nps-survey-plugin-loader.php'),
(11520, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\nps-survey.php', 'wp-content/themes/astra/inc/lib/nps-survey/nps-survey.php'),
(11521, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\nps-survey\\version.json', 'wp-content/themes/astra/inc/lib/nps-survey/version.json'),
(11522, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\lib\\webfont\\class-astra-webfont-loader.php', 'wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php'),
(11523, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\markup-extras.php', 'wp-content/themes/astra/inc/markup-extras.php'),
(11524, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-elementor-editor-settings.php', 'wp-content/themes/astra/inc/metabox/class-astra-elementor-editor-settings.php'),
(11525, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-meta-box-operations.php', 'wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php'),
(11526, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\class-astra-meta-boxes.php', 'wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php'),
(11527, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\elementor.asset.php', 'wp-content/themes/astra/inc/metabox/extend-metabox/build/elementor.asset.php'),
(11528, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\elementor.js', 'wp-content/themes/astra/inc/metabox/extend-metabox/build/elementor.js'),
(11529, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\build\\index.js', 'wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js'),
(11530, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\minified\\metabox-rtl.min.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css'),
(11531, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\minified\\metabox.min.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css'),
(11532, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\unminified\\metabox-rtl.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css'),
(11533, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\extend-metabox\\css\\unminified\\metabox.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css'),
(11534, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\metabox\\index.php', 'wp-content/themes/astra/inc/metabox/index.php'),
(11535, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\assets\\js\\minified\\customizer-preview.min.js', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js'),
(11536, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\assets\\js\\unminified\\customizer-preview.js', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js'),
(11537, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-post-structures.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php'),
(11538, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-posts-structure-loader.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php'),
(11539, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\class-astra-posts-structure-markup.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php'),
(11540, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\archive-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php'),
(11541, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\single-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php'),
(11542, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\css\\special-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php'),
(11543, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-archive-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php'),
(11544, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-single-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php'),
(11545, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-special-archive-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php'),
(11546, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\posts-structures\\customizer\\class-astra-posts-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php'),
(11547, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts-loader.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php'),
(11548, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts-markup.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php'),
(11549, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\class-astra-related-posts.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php'),
(11550, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\css\\dynamic-css.php', 'wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php'),
(11551, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\css\\static-css.php', 'wp-content/themes/astra/inc/modules/related-posts/css/static-css.php'),
(11552, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\modules\\related-posts\\customizer\\class-astra-related-posts-configs.php', 'wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php'),
(11553, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-breadcrumb-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php'),
(11554, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-creativework-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php'),
(11555, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-organization-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-organization-schema.php'),
(11556, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-person-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-person-schema.php'),
(11557, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-schema.php'),
(11558, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-site-navigation-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php'),
(11559, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpfooter-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php'),
(11560, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpheader-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php'),
(11561, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\schema\\class-astra-wpsidebar-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php'),
(11562, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\template-parts.php', 'wp-content/themes/astra/inc/template-parts.php'),
(11563, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\template-tags.php', 'wp-content/themes/astra/inc/template-tags.php'),
(11564, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\astra-builder-migration-updater.php', 'wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php'),
(11565, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\astra-update-functions.php', 'wp-content/themes/astra/inc/theme-update/astra-update-functions.php'),
(11566, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\class-astra-theme-background-updater.php', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php'),
(11567, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\theme-update\\class-astra-theme-wp-background-process.php', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php'),
(11568, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\w-org-version.php', 'wp-content/themes/astra/inc/w-org-version.php'),
(11569, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\inc\\widgets.php', 'wp-content/themes/astra/inc/widgets.php'),
(11570, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\index.php', 'wp-content/themes/astra/index.php'),
(11571, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\languages\\astra.pot', 'wp-content/themes/astra/languages/astra.pot'),
(11572, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\page.php', 'wp-content/themes/astra/page.php'),
(11573, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\readme.txt', 'wp-content/themes/astra/readme.txt'),
(11574, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\screenshot.jpg', 'wp-content/themes/astra/screenshot.jpg'),
(11575, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\search.php', 'wp-content/themes/astra/search.php'),
(11576, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\searchform.php', 'wp-content/themes/astra/searchform.php'),
(11577, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\sidebar.php', 'wp-content/themes/astra/sidebar.php'),
(11578, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\single.php', 'wp-content/themes/astra/single.php'),
(11579, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\style.css', 'wp-content/themes/astra/style.css'),
(11580, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\404\\404-layout.php', 'wp-content/themes/astra/template-parts/404/404-layout.php'),
(11581, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\404\\index.php', 'wp-content/themes/astra/template-parts/404/index.php'),
(11582, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\advanced-footer\\layout-4.php', 'wp-content/themes/astra/template-parts/advanced-footer/layout-4.php'),
(11583, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\archive-banner.php', 'wp-content/themes/astra/template-parts/archive-banner.php'),
(11584, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-4.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-4.php'),
(11585, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-5.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-5.php'),
(11586, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout-6.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-6.php'),
(11587, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\blog-layout.php', 'wp-content/themes/astra/template-parts/blog/blog-layout.php'),
(11588, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\blog\\index.php', 'wp-content/themes/astra/template-parts/blog/index.php'),
(11589, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-404.php', 'wp-content/themes/astra/template-parts/content-404.php'),
(11590, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-blog.php', 'wp-content/themes/astra/template-parts/content-blog.php'),
(11591, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-none.php', 'wp-content/themes/astra/template-parts/content-none.php'),
(11592, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-page.php', 'wp-content/themes/astra/template-parts/content-page.php'),
(11593, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content-single.php', 'wp-content/themes/astra/template-parts/content-single.php'),
(11594, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\content.php', 'wp-content/themes/astra/template-parts/content.php'),
(11595, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\components.php', 'wp-content/themes/astra/template-parts/footer/builder/components.php'),
(11596, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\desktop-builder-layout.php', 'wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php'),
(11597, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\builder\\footer-row.php', 'wp-content/themes/astra/template-parts/footer/builder/footer-row.php'),
(11598, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\footer-sml-layout-2.php', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php'),
(11599, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\footer-sml-layout.php', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout.php'),
(11600, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\footer\\index.php', 'wp-content/themes/astra/template-parts/footer/index.php'),
(11601, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\components.php', 'wp-content/themes/astra/template-parts/header/builder/components.php'),
(11602, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\desktop-builder-layout.php', 'wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php'),
(11603, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\header-row.php', 'wp-content/themes/astra/template-parts/header/builder/header-row.php'),
(11604, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\mobile-builder-layout.php', 'wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php'),
(11605, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\builder\\mobile-header-row.php', 'wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php'),
(11606, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\header-main-layout.php', 'wp-content/themes/astra/template-parts/header/header-main-layout.php'),
(11607, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\header\\index.php', 'wp-content/themes/astra/template-parts/header/index.php'),
(11608, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\index.php', 'wp-content/themes/astra/template-parts/index.php'),
(11609, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\scroll-to-top.php', 'wp-content/themes/astra/template-parts/scroll-to-top.php'),
(11610, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\content-header.php', 'wp-content/themes/astra/template-parts/single/content-header.php'),
(11611, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\index.php', 'wp-content/themes/astra/template-parts/single/index.php'),
(11612, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single\\single-layout.php', 'wp-content/themes/astra/template-parts/single/single-layout.php'),
(11613, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\single-banner.php', 'wp-content/themes/astra/template-parts/single-banner.php'),
(11614, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\template-parts\\special-banner.php', 'wp-content/themes/astra/template-parts/special-banner.php'),
(11615, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\theme.json', 'wp-content/themes/astra/theme.json'),
(11616, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\toolset-config.json', 'wp-content/themes/astra/toolset-config.json'),
(11617, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra\\wpml-config.xml', 'wp-content/themes/astra/wpml-config.xml'),
(11618, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\astra-child\\functions.php', 'wp-content/themes/astra-child/functions.php'),
(11619, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\404.php', 'wp-content/themes/go/404.php'),
(11620, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\LICENSE', 'wp-content/themes/go/LICENSE'),
(11621, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\archive.php', 'wp-content/themes/go/archive.php'),
(11622, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\comments.php', 'wp-content/themes/go/comments.php'),
(11623, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\go-theme-deactivation.css', 'wp-content/themes/go/dist/admin/go-theme-deactivation.css'),
(11624, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\style-customize.css', 'wp-content/themes/go/dist/admin/style-customize.css'),
(11625, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\admin\\style-go-theme-deactivation.css', 'wp-content/themes/go/dist/admin/style-go-theme-deactivation.css'),
(11626, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation-rtl.css', 'wp-content/themes/go/dist/css/admin/go-theme-deactivation-rtl.css'),
(11627, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation-rtl.min.css', 'wp-content/themes/go/dist/css/admin/go-theme-deactivation-rtl.min.css'),
(11628, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation.css', 'wp-content/themes/go/dist/css/admin/go-theme-deactivation.css'),
(11629, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\go-theme-deactivation.min.css', 'wp-content/themes/go/dist/css/admin/go-theme-deactivation.min.css'),
(11630, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize-rtl.css', 'wp-content/themes/go/dist/css/admin/style-customize-rtl.css'),
(11631, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize-rtl.min.css', 'wp-content/themes/go/dist/css/admin/style-customize-rtl.min.css'),
(11632, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize.css', 'wp-content/themes/go/dist/css/admin/style-customize.css'),
(11633, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-customize.min.css', 'wp-content/themes/go/dist/css/admin/style-customize.min.css'),
(11634, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation-rtl.css', 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation-rtl.css'),
(11635, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation-rtl.min.css', 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation-rtl.min.css'),
(11636, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation.css', 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation.css'),
(11637, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\admin\\style-go-theme-deactivation.min.css', 'wp-content/themes/go/dist/css/admin/style-go-theme-deactivation.min.css'),
(11638, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-editor-rtl.css'),
(11639, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-editor-rtl.min.css'),
(11640, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-editor.css'),
(11641, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-editor.min.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-editor.min.css'),
(11642, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-rtl.css'),
(11643, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-modern-rtl.min.css'),
(11644, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern.css', 'wp-content/themes/go/dist/css/design-styles/style-modern.css'),
(11645, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-modern.min.css', 'wp-content/themes/go/dist/css/design-styles/style-modern.min.css'),
(11646, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-editor-rtl.css'),
(11647, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-editor-rtl.min.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11648, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-editor.css'),
(11649, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-editor.min.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-editor.min.css'),
(11650, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-rtl.css'),
(11651, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-playful-rtl.min.css'),
(11652, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful.css', 'wp-content/themes/go/dist/css/design-styles/style-playful.css'),
(11653, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-playful.min.css', 'wp-content/themes/go/dist/css/design-styles/style-playful.min.css'),
(11654, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor-rtl.css'),
(11655, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor-rtl.min.css'),
(11656, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor.css'),
(11657, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-editor.min.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-editor.min.css'),
(11658, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-rtl.css'),
(11659, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional-rtl.min.css'),
(11660, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional.css'),
(11661, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-traditional.min.css', 'wp-content/themes/go/dist/css/design-styles/style-traditional.min.css'),
(11662, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor-rtl.css'),
(11663, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor-rtl.min.css'),
(11664, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor.css'),
(11665, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-editor.min.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-editor.min.css'),
(11666, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-rtl.css'),
(11667, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy-rtl.min.css'),
(11668, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy.css'),
(11669, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-trendy.min.css', 'wp-content/themes/go/dist/css/design-styles/style-trendy.min.css'),
(11670, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor-rtl.css'),
(11671, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor-rtl.min.css'),
(11672, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor.css'),
(11673, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-editor.min.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-editor.min.css'),
(11674, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-rtl.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-rtl.css'),
(11675, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming-rtl.min.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming-rtl.min.css'),
(11676, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming.css'),
(11677, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\design-styles\\style-welcoming.min.css', 'wp-content/themes/go/dist/css/design-styles/style-welcoming.min.css'),
(11678, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor-rtl.css', 'wp-content/themes/go/dist/css/style-editor-rtl.css'),
(11679, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor-rtl.min.css', 'wp-content/themes/go/dist/css/style-editor-rtl.min.css'),
(11680, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor.css', 'wp-content/themes/go/dist/css/style-editor.css'),
(11681, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-editor.min.css', 'wp-content/themes/go/dist/css/style-editor.min.css'),
(11682, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared-rtl.css', 'wp-content/themes/go/dist/css/style-shared-rtl.css'),
(11683, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared-rtl.min.css', 'wp-content/themes/go/dist/css/style-shared-rtl.min.css'),
(11684, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared.css', 'wp-content/themes/go/dist/css/style-shared.css'),
(11685, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\css\\style-shared.min.css', 'wp-content/themes/go/dist/css/style-shared.min.css'),
(11686, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-modern-editor.css', 'wp-content/themes/go/dist/design-styles/style-modern-editor.css'),
(11687, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-modern.css', 'wp-content/themes/go/dist/design-styles/style-modern.css'),
(11688, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-playful-editor.css', 'wp-content/themes/go/dist/design-styles/style-playful-editor.css'),
(11689, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-playful.css', 'wp-content/themes/go/dist/design-styles/style-playful.css'),
(11690, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-traditional-editor.css', 'wp-content/themes/go/dist/design-styles/style-traditional-editor.css'),
(11691, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-traditional.css', 'wp-content/themes/go/dist/design-styles/style-traditional.css'),
(11692, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-trendy-editor.css', 'wp-content/themes/go/dist/design-styles/style-trendy-editor.css'),
(11693, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-trendy.css', 'wp-content/themes/go/dist/design-styles/style-trendy.css'),
(11694, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-welcoming-editor.css', 'wp-content/themes/go/dist/design-styles/style-welcoming-editor.css'),
(11695, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\design-styles\\style-welcoming.css', 'wp-content/themes/go/dist/design-styles/style-welcoming.css'),
(11696, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-1.svg', 'wp-content/themes/go/dist/images/admin/footer-1.svg'),
(11697, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-2.svg', 'wp-content/themes/go/dist/images/admin/footer-2.svg'),
(11698, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-3.svg', 'wp-content/themes/go/dist/images/admin/footer-3.svg'),
(11699, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\footer-4.svg', 'wp-content/themes/go/dist/images/admin/footer-4.svg'),
(11700, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-1.svg', 'wp-content/themes/go/dist/images/admin/header-1.svg'),
(11701, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-2.svg', 'wp-content/themes/go/dist/images/admin/header-2.svg'),
(11702, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-3.svg', 'wp-content/themes/go/dist/images/admin/header-3.svg'),
(11703, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-4.svg', 'wp-content/themes/go/dist/images/admin/header-4.svg'),
(11704, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-5.svg', 'wp-content/themes/go/dist/images/admin/header-5.svg'),
(11705, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-6.svg', 'wp-content/themes/go/dist/images/admin/header-6.svg'),
(11706, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\admin\\header-7.svg', 'wp-content/themes/go/dist/images/admin/header-7.svg'),
(11707, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-down-solid.svg', 'wp-content/themes/go/dist/images/arrow-down-solid.svg'),
(11708, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-down.svg', 'wp-content/themes/go/dist/images/arrow-down.svg'),
(11709, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-left.svg', 'wp-content/themes/go/dist/images/arrow-left.svg'),
(11710, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-paginator.svg', 'wp-content/themes/go/dist/images/arrow-paginator.svg'),
(11711, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\arrow-right.svg', 'wp-content/themes/go/dist/images/arrow-right.svg'),
(11712, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\author.svg', 'wp-content/themes/go/dist/images/author.svg'),
(11713, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\bookmark.svg', 'wp-content/themes/go/dist/images/bookmark.svg'),
(11714, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\calendar.svg', 'wp-content/themes/go/dist/images/calendar.svg'),
(11715, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\cart.svg', 'wp-content/themes/go/dist/images/cart.svg'),
(11716, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\categories.svg', 'wp-content/themes/go/dist/images/categories.svg'),
(11717, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\checkbox-checked.svg', 'wp-content/themes/go/dist/images/checkbox-checked.svg'),
(11718, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\checkbox.svg', 'wp-content/themes/go/dist/images/checkbox.svg'),
(11719, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\close.svg', 'wp-content/themes/go/dist/images/close.svg'),
(11720, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\comments.svg', 'wp-content/themes/go/dist/images/comments.svg'),
(11721, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\modern\\carousel-arrow.svg', 'wp-content/themes/go/dist/images/design-styles/modern/carousel-arrow.svg'),
(11722, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\modern\\search.svg', 'wp-content/themes/go/dist/images/design-styles/modern/search.svg'),
(11723, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\arrow-right.svg', 'wp-content/themes/go/dist/images/design-styles/playful/arrow-right.svg'),
(11724, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\carousel-arrow.svg', 'wp-content/themes/go/dist/images/design-styles/playful/carousel-arrow.svg'),
(11725, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\cross-stich-border.svg', 'wp-content/themes/go/dist/images/design-styles/playful/cross-stich-border.svg'),
(11726, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\playful\\search.svg', 'wp-content/themes/go/dist/images/design-styles/playful/search.svg'),
(11727, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\trendy\\carousel-arrow.svg', 'wp-content/themes/go/dist/images/design-styles/trendy/carousel-arrow.svg'),
(11728, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\trendy\\search.svg', 'wp-content/themes/go/dist/images/design-styles/trendy/search.svg'),
(11729, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\arrow-right.svg', 'wp-content/themes/go/dist/images/design-styles/welcoming/arrow-right.svg'),
(11730, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\carousel-arrow.svg', 'wp-content/themes/go/dist/images/design-styles/welcoming/carousel-arrow.svg'),
(11731, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\design-styles\\welcoming\\search.svg', 'wp-content/themes/go/dist/images/design-styles/welcoming/search.svg'),
(11732, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\empty-cart.svg', 'wp-content/themes/go/dist/images/empty-cart.svg'),
(11733, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\error-icon.svg', 'wp-content/themes/go/dist/images/error-icon.svg'),
(11734, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\menu.svg', 'wp-content/themes/go/dist/images/menu.svg'),
(11735, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\search.svg', 'wp-content/themes/go/dist/images/search.svg'),
(11736, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\shopping-bag.svg', 'wp-content/themes/go/dist/images/shopping-bag.svg'),
(11737, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\bluesky.svg', 'wp-content/themes/go/dist/images/social/bluesky.svg'),
(11738, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\facebook.svg', 'wp-content/themes/go/dist/images/social/facebook.svg'),
(11739, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\github.svg', 'wp-content/themes/go/dist/images/social/github.svg'),
(11740, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\instagram.svg', 'wp-content/themes/go/dist/images/social/instagram.svg'),
(11741, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\linkedin.svg', 'wp-content/themes/go/dist/images/social/linkedin.svg'),
(11742, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\mastodon.svg', 'wp-content/themes/go/dist/images/social/mastodon.svg'),
(11743, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\pinterest.svg', 'wp-content/themes/go/dist/images/social/pinterest.svg'),
(11744, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\spotify.svg', 'wp-content/themes/go/dist/images/social/spotify.svg'),
(11745, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\tiktok.svg', 'wp-content/themes/go/dist/images/social/tiktok.svg'),
(11746, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\twitter.svg', 'wp-content/themes/go/dist/images/social/twitter.svg'),
(11747, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\x.svg', 'wp-content/themes/go/dist/images/social/x.svg'),
(11748, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\xing.svg', 'wp-content/themes/go/dist/images/social/xing.svg'),
(11749, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\social\\youtube.svg', 'wp-content/themes/go/dist/images/social/youtube.svg'),
(11750, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\images\\tags.svg', 'wp-content/themes/go/dist/images/tags.svg'),
(11751, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.asset.php', 'wp-content/themes/go/dist/js/admin/block-filters.asset.php'),
(11752, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.js', 'wp-content/themes/go/dist/js/admin/block-filters.js'),
(11753, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.min.asset.php', 'wp-content/themes/go/dist/js/admin/block-filters.min.asset.php'),
(11754, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\block-filters.min.js', 'wp-content/themes/go/dist/js/admin/block-filters.min.js'),
(11755, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.asset.php', 'wp-content/themes/go/dist/js/admin/customize-controls.asset.php'),
(11756, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.js', 'wp-content/themes/go/dist/js/admin/customize-controls.js'),
(11757, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.min.asset.php', 'wp-content/themes/go/dist/js/admin/customize-controls.min.asset.php'),
(11758, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-controls.min.js', 'wp-content/themes/go/dist/js/admin/customize-controls.min.js'),
(11759, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.asset.php', 'wp-content/themes/go/dist/js/admin/customize-preview.asset.php'),
(11760, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.js', 'wp-content/themes/go/dist/js/admin/customize-preview.js'),
(11761, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.min.asset.php', 'wp-content/themes/go/dist/js/admin/customize-preview.min.asset.php'),
(11762, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\customize-preview.min.js', 'wp-content/themes/go/dist/js/admin/customize-preview.min.js'),
(11763, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.asset.php', 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.asset.php'),
(11764, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.js', 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.js'),
(11765, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.min.asset.php', 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.min.asset.php'),
(11766, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\go-theme-deactivation.min.js', 'wp-content/themes/go/dist/js/admin/go-theme-deactivation.min.js'),
(11767, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.asset.php', 'wp-content/themes/go/dist/js/admin/style-customize.asset.php'),
(11768, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.js', 'wp-content/themes/go/dist/js/admin/style-customize.js'),
(11769, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.min.asset.php', 'wp-content/themes/go/dist/js/admin/style-customize.min.asset.php'),
(11770, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-customize.min.js', 'wp-content/themes/go/dist/js/admin/style-customize.min.js'),
(11771, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.asset.php', 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.asset.php'),
(11772, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.js', 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.js'),
(11773, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.min.asset.php', 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.min.asset.php'),
(11774, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\admin\\style-go-theme-deactivation.min.js', 'wp-content/themes/go/dist/js/admin/style-go-theme-deactivation.min.js'),
(11775, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.asset.php'),
(11776, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.js', 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.js'),
(11777, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.min.asset.php'),
(11778, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern-editor.min.js', 'wp-content/themes/go/dist/js/design-styles/style-modern-editor.min.js'),
(11779, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-modern.asset.php'),
(11780, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.js', 'wp-content/themes/go/dist/js/design-styles/style-modern.js'),
(11781, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-modern.min.asset.php'),
(11782, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-modern.min.js', 'wp-content/themes/go/dist/js/design-styles/style-modern.min.js'),
(11783, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.asset.php'),
(11784, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.js', 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.js'),
(11785, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.min.asset.php'),
(11786, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful-editor.min.js', 'wp-content/themes/go/dist/js/design-styles/style-playful-editor.min.js'),
(11787, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-playful.asset.php'),
(11788, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.js', 'wp-content/themes/go/dist/js/design-styles/style-playful.js'),
(11789, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-playful.min.asset.php'),
(11790, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-playful.min.js', 'wp-content/themes/go/dist/js/design-styles/style-playful.min.js'),
(11791, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.asset.php'),
(11792, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.js', 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.js'),
(11793, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.min.asset.php'),
(11794, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional-editor.min.js', 'wp-content/themes/go/dist/js/design-styles/style-traditional-editor.min.js'),
(11795, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-traditional.asset.php'),
(11796, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.js', 'wp-content/themes/go/dist/js/design-styles/style-traditional.js'),
(11797, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-traditional.min.asset.php'),
(11798, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-traditional.min.js', 'wp-content/themes/go/dist/js/design-styles/style-traditional.min.js'),
(11799, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.asset.php'),
(11800, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.js', 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.js'),
(11801, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.min.asset.php'),
(11802, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy-editor.min.js', 'wp-content/themes/go/dist/js/design-styles/style-trendy-editor.min.js'),
(11803, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-trendy.asset.php'),
(11804, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.js', 'wp-content/themes/go/dist/js/design-styles/style-trendy.js'),
(11805, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-trendy.min.asset.php'),
(11806, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-trendy.min.js', 'wp-content/themes/go/dist/js/design-styles/style-trendy.min.js'),
(11807, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.asset.php'),
(11808, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.js', 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.js'),
(11809, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.min.asset.php'),
(11810, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming-editor.min.js', 'wp-content/themes/go/dist/js/design-styles/style-welcoming-editor.min.js'),
(11811, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-welcoming.asset.php'),
(11812, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.js', 'wp-content/themes/go/dist/js/design-styles/style-welcoming.js'),
(11813, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.min.asset.php', 'wp-content/themes/go/dist/js/design-styles/style-welcoming.min.asset.php'),
(11814, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\design-styles\\style-welcoming.min.js', 'wp-content/themes/go/dist/js/design-styles/style-welcoming.min.js'),
(11815, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.asset.php', 'wp-content/themes/go/dist/js/frontend.asset.php'),
(11816, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.js', 'wp-content/themes/go/dist/js/frontend.js'),
(11817, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.min.asset.php', 'wp-content/themes/go/dist/js/frontend.min.asset.php'),
(11818, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\frontend.min.js', 'wp-content/themes/go/dist/js/frontend.min.js'),
(11819, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.asset.php', 'wp-content/themes/go/dist/js/style-editor.asset.php'),
(11820, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.js', 'wp-content/themes/go/dist/js/style-editor.js'),
(11821, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.min.asset.php', 'wp-content/themes/go/dist/js/style-editor.min.asset.php'),
(11822, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-editor.min.js', 'wp-content/themes/go/dist/js/style-editor.min.js'),
(11823, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.asset.php', 'wp-content/themes/go/dist/js/style-shared.asset.php'),
(11824, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.js', 'wp-content/themes/go/dist/js/style-shared.js'),
(11825, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.min.asset.php', 'wp-content/themes/go/dist/js/style-shared.min.asset.php'),
(11826, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\js\\style-shared.min.js', 'wp-content/themes/go/dist/js/style-shared.min.js'),
(11827, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\style-editor.css', 'wp-content/themes/go/dist/style-editor.css'),
(11828, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\dist\\style-shared.css', 'wp-content/themes/go/dist/style-shared.css'),
(11829, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\footer.php', 'wp-content/themes/go/footer.php'),
(11830, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\functions.php', 'wp-content/themes/go/functions.php'),
(11831, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\header.php', 'wp-content/themes/go/header.php'),
(11832, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\amp.php', 'wp-content/themes/go/includes/amp.php'),
(11833, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\admin\\class-go-theme-deactivation.php', 'wp-content/themes/go/includes/classes/admin/class-go-theme-deactivation.php'),
(11834, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\class-tgm-plugin-activation.php', 'wp-content/themes/go/includes/classes/class-tgm-plugin-activation.php'),
(11835, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-range-control.php', 'wp-content/themes/go/includes/classes/customizer/class-range-control.php'),
(11836, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-switcher-control.php', 'wp-content/themes/go/includes/classes/customizer/class-switcher-control.php'),
(11837, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\classes\\customizer\\class-title-control.php', 'wp-content/themes/go/includes/classes/customizer/class-title-control.php'),
(11838, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\core.php', 'wp-content/themes/go/includes/core.php'),
(11839, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\customizer.php', 'wp-content/themes/go/includes/customizer.php'),
(11840, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\pluggable.php', 'wp-content/themes/go/includes/pluggable.php'),
(11841, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\template-tags.php', 'wp-content/themes/go/includes/template-tags.php'),
(11842, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\tgm.php', 'wp-content/themes/go/includes/tgm.php'),
(11843, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\title-meta.php', 'wp-content/themes/go/includes/title-meta.php'),
(11844, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\includes\\woocommerce.php', 'wp-content/themes/go/includes/woocommerce.php'),
(11845, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\index.php', 'wp-content/themes/go/index.php'),
(11846, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ar.json', 'wp-content/themes/go/languages/ar.json'),
(11847, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\da_DK.json', 'wp-content/themes/go/languages/da_DK.json'),
(11848, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\de_DE.json', 'wp-content/themes/go/languages/de_DE.json'),
(11849, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\el.json', 'wp-content/themes/go/languages/el.json'),
(11850, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\es_ES.json', 'wp-content/themes/go/languages/es_ES.json'),
(11851, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\es_MX.json', 'wp-content/themes/go/languages/es_MX.json'),
(11852, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\fi.json', 'wp-content/themes/go/languages/fi.json'),
(11853, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\fr_FR.json', 'wp-content/themes/go/languages/fr_FR.json'),
(11854, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\go.json', 'wp-content/themes/go/languages/go.json'),
(11855, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\go.pot', 'wp-content/themes/go/languages/go.pot'),
(11856, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\hi_IN.json', 'wp-content/themes/go/languages/hi_IN.json'),
(11857, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\id_ID.json', 'wp-content/themes/go/languages/id_ID.json'),
(11858, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\it_IT.json', 'wp-content/themes/go/languages/it_IT.json'),
(11859, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ja.json', 'wp-content/themes/go/languages/ja.json'),
(11860, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ko_KR.json', 'wp-content/themes/go/languages/ko_KR.json'),
(11861, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\mr.json', 'wp-content/themes/go/languages/mr.json'),
(11862, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\nb_NO.json', 'wp-content/themes/go/languages/nb_NO.json'),
(11863, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\nl_NL.json', 'wp-content/themes/go/languages/nl_NL.json'),
(11864, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pl_PL.json', 'wp-content/themes/go/languages/pl_PL.json'),
(11865, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pt_BR.json', 'wp-content/themes/go/languages/pt_BR.json'),
(11866, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\pt_PT.json', 'wp-content/themes/go/languages/pt_PT.json'),
(11867, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\qa_PS.json', 'wp-content/themes/go/languages/qa_PS.json'),
(11868, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\ru_RU.json', 'wp-content/themes/go/languages/ru_RU.json'),
(11869, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\sv_SE.json', 'wp-content/themes/go/languages/sv_SE.json'),
(11870, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\th.json', 'wp-content/themes/go/languages/th.json'),
(11871, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\tr_TR.json', 'wp-content/themes/go/languages/tr_TR.json'),
(11872, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\uk.json', 'wp-content/themes/go/languages/uk.json'),
(11873, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\vi.json', 'wp-content/themes/go/languages/vi.json'),
(11874, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\zh_CN.json', 'wp-content/themes/go/languages/zh_CN.json'),
(11875, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\languages\\zh_TW.json', 'wp-content/themes/go/languages/zh_TW.json'),
(11876, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\page.php', 'wp-content/themes/go/page.php'),
(11877, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-excerpt.php', 'wp-content/themes/go/partials/content-excerpt.php'),
(11878, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-none.php', 'wp-content/themes/go/partials/content-none.php'),
(11879, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content-page.php', 'wp-content/themes/go/partials/content-page.php'),
(11880, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\content.php', 'wp-content/themes/go/partials/content.php'),
(11881, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-1.php', 'wp-content/themes/go/partials/footers/footer-1.php'),
(11882, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-2.php', 'wp-content/themes/go/partials/footers/footer-2.php'),
(11883, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-3.php', 'wp-content/themes/go/partials/footers/footer-3.php'),
(11884, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\footers\\footer-4.php', 'wp-content/themes/go/partials/footers/footer-4.php'),
(11885, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\about.php', 'wp-content/themes/go/partials/layouts/about.php'),
(11886, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\contact.php', 'wp-content/themes/go/partials/layouts/contact.php'),
(11887, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\gallery.php', 'wp-content/themes/go/partials/layouts/gallery.php'),
(11888, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\home.php', 'wp-content/themes/go/partials/layouts/home.php'),
(11889, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\images\\1x1.jpg', 'wp-content/themes/go/partials/layouts/images/1x1.jpg'),
(11890, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\layouts\\images\\2x3.jpg', 'wp-content/themes/go/partials/layouts/images/2x3.jpg'),
(11891, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\modal-search.php', 'wp-content/themes/go/partials/modal-search.php'),
(11892, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\partials\\pagination.php', 'wp-content/themes/go/partials/pagination.php'),
(11893, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\readme.txt', 'wp-content/themes/go/readme.txt'),
(11894, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\screenshot.png', 'wp-content/themes/go/screenshot.png'),
(11895, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\search.php', 'wp-content/themes/go/search.php'),
(11896, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\searchform.php', 'wp-content/themes/go/searchform.php'),
(11897, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\single.php', 'wp-content/themes/go/single.php'),
(11898, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\style.css', 'wp-content/themes/go/style.css'),
(11899, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\woocommerce\\cart\\cart.php', 'wp-content/themes/go/woocommerce/cart/cart.php'),
(11900, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\go\\woocommerce.php', 'wp-content/themes/go/woocommerce.php'),
(11901, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\index.php', 'wp-content/themes/index.php'),
(11902, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\css\\editor-style.css', 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css'),
(11903, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\beiruti\\Beiruti-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2'),
(11904, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-code\\FiraCode-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2'),
(11905, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2'),
(11906, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2'),
(11907, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2'),
(11908, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2'),
(11909, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2'),
(11910, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2'),
(11911, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2'),
(11912, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2'),
(11913, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Italic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2'),
(11914, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2'),
(11915, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2'),
(11916, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2'),
(11917, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2'),
(11918, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2'),
(11919, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2'),
(11920, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2'),
(11921, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-Thin.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2'),
(11922, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\fira-sans\\FiraSans-ThinItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2'),
(11923, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2'),
(11924, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2'),
(11925, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2'),
(11926, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2'),
(11927, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2'),
(11928, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2'),
(11929, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2'),
(11930, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2'),
(11931, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2'),
(11932, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2'),
(11933, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2'),
(11934, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2'),
(11935, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2'),
(11936, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-RegularItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2'),
(11937, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2'),
(11938, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\literata\\Literata72pt-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2'),
(11939, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\manrope\\Manrope-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2'),
(11940, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\platypi\\Platypi-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2'),
(11941, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\platypi\\Platypi-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2'),
(11942, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\roboto-slab\\RobotoSlab-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2'),
(11943, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\vollkorn\\Vollkorn-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11944, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\vollkorn\\Vollkorn-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2'),
(11945, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\ysabeau-office\\YsabeauOffice-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2'),
(11946, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\fonts\\ysabeau-office\\YsabeauOffice-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2'),
(11947, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\404-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp'),
(11948, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\agenda-img-4.webp', 'wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp'),
(11949, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\akaka-falls-state-park-flora.webp', 'wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp'),
(11950, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\book-image-landing.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp'),
(11951, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\book-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp'),
(11952, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\botany-flowers-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp'),
(11953, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\botany-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp'),
(11954, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\campanula-alliariifolia-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp'),
(11955, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-anthuriums.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp'),
(11956, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-cactus.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp'),
(11957, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\category-sunflowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp'),
(11958, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\coming-soon-bg-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp'),
(11959, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\coral-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/coral-square.webp'),
(11960, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\dallas-creek-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp'),
(11961, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\delphinium-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp'),
(11962, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\flower-meadow-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp'),
(11963, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\grid-flower-1.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp'),
(11964, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\grid-flower-2.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp'),
(11965, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\hero-podcast.webp', 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp'),
(11966, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\link-in-bio-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp'),
(11967, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\link-in-bio-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp'),
(11968, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\location.webp', 'wp-content/themes/twentytwentyfive/assets/images/location.webp'),
(11969, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\malibu-plantlife.webp', 'wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp'),
(11970, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\man-in-hat.webp', 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp'),
(11971, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\marshland-birds-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp'),
(11972, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\northern-buttercups-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp'),
(11973, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\nurse.webp', 'wp-content/themes/twentytwentyfive/assets/images/nurse.webp'),
(11974, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\parthenon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp'),
(11975, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\poster-image-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp'),
(11976, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\red-hibiscus-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp'),
(11977, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\ruins-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp'),
(11978, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\services-subscriber-photo.webp', 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp'),
(11979, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\star-thristle-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp'),
(11980, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\typewriter.webp', 'wp-content/themes/twentytwentyfive/assets/images/typewriter.webp'),
(11981, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\vash-gon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp'),
(11982, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\assets\\images\\woman-splashing-water.webp', 'wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp'),
(11983, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\contributing.txt', 'wp-content/themes/twentytwentyfive/contributing.txt'),
(11984, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\functions.php', 'wp-content/themes/twentytwentyfive/functions.php'),
(11985, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\package-lock.json', 'wp-content/themes/twentytwentyfive/package-lock.json'),
(11986, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\package.json', 'wp-content/themes/twentytwentyfive/package.json'),
(11987, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer-columns.html', 'wp-content/themes/twentytwentyfive/parts/footer-columns.html'),
(11988, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer-newsletter.html', 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html'),
(11989, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\footer.html', 'wp-content/themes/twentytwentyfive/parts/footer.html'),
(11990, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\header-large-title.html', 'wp-content/themes/twentytwentyfive/parts/header-large-title.html'),
(11991, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\header.html', 'wp-content/themes/twentytwentyfive/parts/header.html'),
(11992, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\sidebar.html', 'wp-content/themes/twentytwentyfive/parts/sidebar.html'),
(11993, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\parts\\vertical-header.html', 'wp-content/themes/twentytwentyfive/parts/vertical-header.html'),
(11994, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-about-book.php', 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php'),
(11995, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-cover-big-heading.php', 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php'),
(11996, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-intro-image.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php'),
(11997, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-intro.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php'),
(11998, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-poster.php', 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php'),
(11999, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\banner-with-description-and-images-grid.php', 'wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php'),
(12000, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\binding-format.php', 'wp-content/themes/twentytwentyfive/patterns/binding-format.php'),
(12001, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\comments.php', 'wp-content/themes/twentytwentyfive/patterns/comments.php'),
(12002, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-centered-social-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php'),
(12003, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-info-locations.php', 'wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php'),
(12004, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\contact-location-and-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php'),
(12005, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-book-links.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php'),
(12006, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-book-locations.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php'),
(12007, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-centered-heading.php', 'wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php'),
(12008, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-events-list.php', 'wp-content/themes/twentytwentyfive/patterns/cta-events-list.php'),
(12009, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-grid-products-link.php', 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php'),
(12010, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-heading-search.php', 'wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php'),
(12011, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\cta-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php'),
(12012, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/event-3-col.php'),
(12013, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-rsvp.php', 'wp-content/themes/twentytwentyfive/patterns/event-rsvp.php'),
(12014, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\event-schedule.php', 'wp-content/themes/twentytwentyfive/patterns/event-schedule.php'),
(12015, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-centered.php', 'wp-content/themes/twentytwentyfive/patterns/footer-centered.php'),
(12016, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-columns.php', 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php'),
(12017, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php'),
(12018, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer-social.php', 'wp-content/themes/twentytwentyfive/patterns/footer-social.php'),
(12019, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\footer.php', 'wp-content/themes/twentytwentyfive/patterns/footer.php'),
(12020, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\format-audio.php', 'wp-content/themes/twentytwentyfive/patterns/format-audio.php'),
(12021, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\format-link.php', 'wp-content/themes/twentytwentyfive/patterns/format-link.php'),
(12022, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\grid-videos.php', 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php'),
(12023, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\grid-with-categories.php', 'wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php'),
(12024, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-centered.php', 'wp-content/themes/twentytwentyfive/patterns/header-centered.php'),
(12025, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-columns.php', 'wp-content/themes/twentytwentyfive/patterns/header-columns.php'),
(12026, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header-large-title.php', 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php'),
(12027, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\header.php', 'wp-content/themes/twentytwentyfive/patterns/header.php'),
(12028, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\heading-and-paragraph-with-image.php', 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php'),
(12029, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-book.php', 'wp-content/themes/twentytwentyfive/patterns/hero-book.php'),
(12030, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-full-width-image.php', 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php'),
(12031, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-overlapped-book-cover-with-links.php', 'wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php'),
(12032, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hero-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php'),
(12033, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-404.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php'),
(12034, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-blog-heading.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php'),
(12035, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-search.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-search.php'),
(12036, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-sidebar.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php'),
(12037, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\hidden-written-by.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php'),
(12038, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\logos.php', 'wp-content/themes/twentytwentyfive/patterns/logos.php'),
(12039, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\media-instagram-grid.php', 'wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php'),
(12040, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\more-posts.php', 'wp-content/themes/twentytwentyfive/patterns/more-posts.php'),
(12041, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\overlapped-images.php', 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php'),
(12042, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-business-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-business-home.php'),
(12043, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-coming-soon.php', 'wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php'),
(12044, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-cv-bio.php', 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php'),
(12045, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-book.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php'),
(12046, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-event.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-event.php'),
(12047, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-landing-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php'),
(12048, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-heading-paragraph-links-image.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-heading-paragraph-links-image.php'),
(12049, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-wide-margins.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php'),
(12050, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-link-in-bio-with-tight-margins.php', 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php'),
(12051, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-portfolio-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php'),
(12052, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\page-shop-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-shop-home.php'),
(12053, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\post-navigation.php', 'wp-content/themes/twentytwentyfive/patterns/post-navigation.php'),
(12054, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\pricing-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php'),
(12055, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\pricing-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php'),
(12056, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php'),
(12057, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-subscriber-only-section.php', 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php'),
(12058, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\services-team-photos.php', 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php'),
(12059, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-404-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php'),
(12060, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php'),
(12061, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php'),
(12062, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php'),
(12063, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-archive-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php'),
(12064, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php'),
(12065, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php'),
(12066, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-posts-grid-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php'),
(12067, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php'),
(12068, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php'),
(12069, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-home-with-sidebar-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php'),
(12070, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-page-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php'),
(12071, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-page-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php'),
(12072, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php'),
(12073, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php'),
(12074, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php'),
(12075, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php'),
(12076, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-query-loop.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php'),
(12077, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php'),
(12078, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php'),
(12079, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php'),
(12080, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-search-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php'),
(12081, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-left-aligned-content.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php'),
(12082, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php'),
(12083, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-offset.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php'),
(12084, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php'),
(12085, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php'),
(12086, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\template-single-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php'),
(12087, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php'),
(12088, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-6-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php'),
(12089, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\testimonials-large.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php'),
(12090, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\text-faqs.php', 'wp-content/themes/twentytwentyfive/patterns/text-faqs.php'),
(12091, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\patterns\\vertical-header.php', 'wp-content/themes/twentytwentyfive/patterns/vertical-header.php'),
(12092, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\readme.txt', 'wp-content/themes/twentytwentyfive/readme.txt'),
(12093, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\screenshot.png', 'wp-content/themes/twentytwentyfive/screenshot.png'),
(12094, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\style.css', 'wp-content/themes/twentytwentyfive/style.css'),
(12095, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\style.min.css', 'wp-content/themes/twentytwentyfive/style.min.css'),
(12096, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\01-evening.json', 'wp-content/themes/twentytwentyfive/styles/01-evening.json'),
(12097, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\02-noon.json', 'wp-content/themes/twentytwentyfive/styles/02-noon.json'),
(12098, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/03-dusk.json'),
(12099, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json'),
(12100, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/05-twilight.json'),
(12101, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\06-morning.json', 'wp-content/themes/twentytwentyfive/styles/06-morning.json'),
(12102, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json'),
(12103, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/08-midnight.json'),
(12104, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\01-display.json', 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json'),
(12105, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\02-subtitle.json', 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json'),
(12106, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\03-annotation.json', 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json'),
(12107, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\blocks\\post-terms-1.json', 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json'),
(12108, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\01-evening.json', 'wp-content/themes/twentytwentyfive/styles/colors/01-evening.json'),
(12109, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\02-noon.json', 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json'),
(12110, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json'),
(12111, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json'),
(12112, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json'),
(12113, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\06-morning.json', 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json'),
(12114, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json'),
(12115, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\colors\\08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json'),
(12116, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-1.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json'),
(12117, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-2.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json'),
(12118, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-3.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json'),
(12119, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-4.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json'),
(12120, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\sections\\section-5.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json'),
(12121, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-1.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json'),
(12122, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-2.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json'),
(12123, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-3.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json'),
(12124, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-4.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json'),
(12125, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-5.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json'),
(12126, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-6.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json'),
(12127, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\styles\\typography\\typography-preset-7.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json'),
(12128, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\404.html', 'wp-content/themes/twentytwentyfive/templates/404.html'),
(12129, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\archive.html', 'wp-content/themes/twentytwentyfive/templates/archive.html'),
(12130, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\home.html', 'wp-content/themes/twentytwentyfive/templates/home.html'),
(12131, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\index.html', 'wp-content/themes/twentytwentyfive/templates/index.html'),
(12132, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\page-no-title.html', 'wp-content/themes/twentytwentyfive/templates/page-no-title.html'),
(12133, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\page.html', 'wp-content/themes/twentytwentyfive/templates/page.html'),
(12134, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\search.html', 'wp-content/themes/twentytwentyfive/templates/search.html'),
(12135, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\templates\\single.html', 'wp-content/themes/twentytwentyfive/templates/single.html'),
(12136, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfive\\theme.json', 'wp-content/themes/twentytwentyfive/theme.json'),
(12137, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\css\\button-outline.css', 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),
(12138, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),
(12139, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_italic_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),
(12140, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_normal_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),
(12141, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\cardo\\cardo_normal_700.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),
(12142, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),
(12143, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\InstrumentSans-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),
(12144, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\instrument-sans\\OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),
(12145, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\inter\\Inter-VariableFont_slnt,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),
(12146, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\inter\\LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),
(12147, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\Jost-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),
(12148, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\Jost-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),
(12149, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\fonts\\jost\\OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),
(12150, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\abstract-geometric-art.webp', 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),
(12151, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\angular-roof.webp', 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),
(12152, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\art-gallery.webp', 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),
(12153, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\building-exterior.webp', 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),
(12154, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\green-staircase.webp', 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),
(12155, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\hotel-facade.webp', 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),
(12156, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\icon-message.webp', 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),
(12157, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\museum.webp', 'wp-content/themes/twentytwentyfour/assets/images/museum.webp'),
(12158, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\tourist-and-building.webp', 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),
(12159, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\assets\\images\\windows.webp', 'wp-content/themes/twentytwentyfour/assets/images/windows.webp'),
(12160, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\functions.php', 'wp-content/themes/twentytwentyfour/functions.php'),
(12161, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\footer.html', 'wp-content/themes/twentytwentyfour/parts/footer.html'),
(12162, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\header.html', 'wp-content/themes/twentytwentyfour/parts/header.html'),
(12163, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\post-meta.html', 'wp-content/themes/twentytwentyfour/parts/post-meta.html'),
(12164, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\parts\\sidebar.html', 'wp-content/themes/twentytwentyfour/parts/sidebar.html'),
(12165, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\banner-hero.php', 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),
(12166, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\banner-project-description.php', 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),
(12167, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-content-image-on-right.php', 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),
(12168, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-pricing.php', 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),
(12169, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-rsvp.php', 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),
(12170, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-services-image-left.php', 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),
(12171, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\cta-subscribe-centered.php', 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),
(12172, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer-centered-logo-nav.php', 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),
(12173, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer-colophon-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),
(12174, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\footer.php', 'wp-content/themes/twentytwentyfour/patterns/footer.php'),
(12175, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-full-screen-image.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),
(12176, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),
(12177, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),
(12178, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-offset-images-grid-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),
(12179, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\gallery-project-layout.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),
(12180, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-404.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),
(12181, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-comments.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),
(12182, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-no-results.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),
(12183, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-portfolio-hero.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),
(12184, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-post-meta.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),
(12185, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-post-navigation.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),
(12186, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-posts-heading.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-posts-heading.php'),
(12187, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-search.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),
(12188, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\hidden-sidebar.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),
(12189, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-about-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),
(12190, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),
(12191, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),
(12192, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-portfolio-gallery.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),
(12193, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),
(12194, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-newsletter-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),
(12195, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-portfolio-overview.php', 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),
(12196, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\page-rsvp-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),
(12197, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-1-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),
(12198, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),
(12199, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),
(12200, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-images-only-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),
(12201, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-images-only-offset-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),
(12202, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\posts-list.php', 'wp-content/themes/twentytwentyfour/patterns/posts-list.php'),
(12203, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\team-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),
(12204, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-archive-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),
(12205, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-archive-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),
(12206, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),
(12207, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),
(12208, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),
(12209, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-index-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),
(12210, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-index-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),
(12211, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-search-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),
(12212, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-search-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),
(12213, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\template-single-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),
(12214, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\testimonial-centered.php', 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12215, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-alternating-images.php', 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),
(12216, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-centered-statement-small.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),
(12217, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-centered-statement.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),
(12218, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-faq.php', 'wp-content/themes/twentytwentyfour/patterns/text-faq.php'),
(12219, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-feature-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),
(12220, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-project-details.php', 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),
(12221, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\patterns\\text-title-left-image-right.php', 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php'),
(12222, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\readme.txt', 'wp-content/themes/twentytwentyfour/readme.txt'),
(12223, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\screenshot.png', 'wp-content/themes/twentytwentyfour/screenshot.png'),
(12224, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\style.css', 'wp-content/themes/twentytwentyfour/style.css'),
(12225, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\ember.json', 'wp-content/themes/twentytwentyfour/styles/ember.json'),
(12226, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\fossil.json', 'wp-content/themes/twentytwentyfour/styles/fossil.json'),
(12227, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\ice.json', 'wp-content/themes/twentytwentyfour/styles/ice.json'),
(12228, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\maelstrom.json', 'wp-content/themes/twentytwentyfour/styles/maelstrom.json'),
(12229, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\mint.json', 'wp-content/themes/twentytwentyfour/styles/mint.json'),
(12230, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\onyx.json', 'wp-content/themes/twentytwentyfour/styles/onyx.json'),
(12231, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\styles\\rust.json', 'wp-content/themes/twentytwentyfour/styles/rust.json'),
(12232, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\404.html', 'wp-content/themes/twentytwentyfour/templates/404.html'),
(12233, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\archive.html', 'wp-content/themes/twentytwentyfour/templates/archive.html'),
(12234, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\home.html', 'wp-content/themes/twentytwentyfour/templates/home.html'),
(12235, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\index.html', 'wp-content/themes/twentytwentyfour/templates/index.html'),
(12236, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-no-title.html', 'wp-content/themes/twentytwentyfour/templates/page-no-title.html'),
(12237, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-wide.html', 'wp-content/themes/twentytwentyfour/templates/page-wide.html'),
(12238, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),
(12239, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\page.html', 'wp-content/themes/twentytwentyfour/templates/page.html'),
(12240, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\search.html', 'wp-content/themes/twentytwentyfour/templates/search.html'),
(12241, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\single-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),
(12242, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\templates\\single.html', 'wp-content/themes/twentytwentyfour/templates/single.html'),
(12243, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentyfour\\theme.json', 'wp-content/themes/twentytwentyfour/theme.json'),
(12244, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Bold-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),
(12245, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),
(12246, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Regular-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),
(12247, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\DMSans-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),
(12248, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\dm-sans\\LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),
(12249, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),
(12250, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),
(12251, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Light.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),
(12252, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\IBMPlexMono-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),
(12253, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\ibm-plex-mono\\OFL.txt', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),
(12254, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\inter\\Inter-VariableFont_slnt,wght.ttf', 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),
(12255, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\inter\\LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),
(12256, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\LICENSE.md', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),
(12257, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(12258, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(12259, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(12260, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\assets\\fonts\\source-serif-pro\\SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(12261, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\comments.html', 'wp-content/themes/twentytwentythree/parts/comments.html'),
(12262, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\footer.html', 'wp-content/themes/twentytwentythree/parts/footer.html'),
(12263, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\header.html', 'wp-content/themes/twentytwentythree/parts/header.html'),
(12264, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\parts\\post-meta.html', 'wp-content/themes/twentytwentythree/parts/post-meta.html'),
(12265, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\call-to-action.php', 'wp-content/themes/twentytwentythree/patterns/call-to-action.php'),
(12266, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\footer-default.php', 'wp-content/themes/twentytwentythree/patterns/footer-default.php'),
(12267, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-404.php', 'wp-content/themes/twentytwentythree/patterns/hidden-404.php'),
(12268, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-comments.php', 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),
(12269, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-heading.php', 'wp-content/themes/twentytwentythree/patterns/hidden-heading.php'),
(12270, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\hidden-no-results.php', 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),
(12271, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\patterns\\post-meta.php', 'wp-content/themes/twentytwentythree/patterns/post-meta.php'),
(12272, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\readme.txt', 'wp-content/themes/twentytwentythree/readme.txt'),
(12273, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\screenshot.png', 'wp-content/themes/twentytwentythree/screenshot.png'),
(12274, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\style.css', 'wp-content/themes/twentytwentythree/style.css'),
(12275, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\aubergine.json', 'wp-content/themes/twentytwentythree/styles/aubergine.json'),
(12276, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\block-out.json', 'wp-content/themes/twentytwentythree/styles/block-out.json'),
(12277, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\canary.json', 'wp-content/themes/twentytwentythree/styles/canary.json'),
(12278, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\electric.json', 'wp-content/themes/twentytwentythree/styles/electric.json'),
(12279, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\grapes.json', 'wp-content/themes/twentytwentythree/styles/grapes.json'),
(12280, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\marigold.json', 'wp-content/themes/twentytwentythree/styles/marigold.json'),
(12281, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\pilgrimage.json', 'wp-content/themes/twentytwentythree/styles/pilgrimage.json'),
(12282, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\pitch.json', 'wp-content/themes/twentytwentythree/styles/pitch.json'),
(12283, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\sherbet.json', 'wp-content/themes/twentytwentythree/styles/sherbet.json'),
(12284, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\styles\\whisper.json', 'wp-content/themes/twentytwentythree/styles/whisper.json'),
(12285, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\404.html', 'wp-content/themes/twentytwentythree/templates/404.html'),
(12286, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\archive.html', 'wp-content/themes/twentytwentythree/templates/archive.html'),
(12287, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\blank.html', 'wp-content/themes/twentytwentythree/templates/blank.html'),
(12288, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\blog-alternative.html', 'wp-content/themes/twentytwentythree/templates/blog-alternative.html'),
(12289, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\home.html', 'wp-content/themes/twentytwentythree/templates/home.html'),
(12290, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\index.html', 'wp-content/themes/twentytwentythree/templates/index.html'),
(12291, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\page.html', 'wp-content/themes/twentytwentythree/templates/page.html'),
(12292, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\search.html', 'wp-content/themes/twentytwentythree/templates/search.html'),
(12293, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\templates\\single.html', 'wp-content/themes/twentytwentythree/templates/single.html'),
(12294, 'D:\\laragon\\www\\genesiswa\\wp-content\\themes\\twentytwentythree\\theme.json', 'wp-content/themes/twentytwentythree/theme.json'),
(12295, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\beauty-treatment_1996976.svg', 'wp-content/uploads/2025/01/beauty-treatment_1996976.svg'),
(12296, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\botox_17622604.svg', 'wp-content/uploads/2025/01/botox_17622604.svg'),
(12297, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\check-mark_5290989-9.svg', 'wp-content/uploads/2025/01/check-mark_5290989-9.svg'),
(12298, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\laser_4236909.svg', 'wp-content/uploads/2025/01/laser_4236909.svg'),
(12299, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\medical_14634786.svg', 'wp-content/uploads/2025/01/medical_14634786.svg'),
(12300, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\quote_7720793.svg', 'wp-content/uploads/2025/01/quote_7720793.svg'),
(12301, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\skin-care_4383086.svg', 'wp-content/uploads/2025/01/skin-care_4383086.svg'),
(12302, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\01\\title_shape_1.svg', 'wp-content/uploads/2025/01/title_shape_1.svg'),
(12303, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\arrow_16030414.svg', 'wp-content/uploads/2025/02/arrow_16030414.svg'),
(12304, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\call.svg', 'wp-content/uploads/2025/02/call.svg'),
(12305, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\diagonal_134310.svg', 'wp-content/uploads/2025/02/diagonal_134310.svg'),
(12306, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\location_1483285.svg', 'wp-content/uploads/2025/02/location_1483285.svg'),
(12307, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\phone_1154536.svg', 'wp-content/uploads/2025/02/phone_1154536.svg'),
(12308, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\quote_9970335.svg', 'wp-content/uploads/2025/02/quote_9970335.svg'),
(12309, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2025\\02\\right-arrow_18158937.svg', 'wp-content/uploads/2025/02/right-arrow_18158937.svg'),
(12310, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_11015049-1.svg', 'wp-content/uploads/2026/01/acne_11015049-1.svg'),
(12311, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_18300117.svg', 'wp-content/uploads/2026/01/acne_18300117.svg'),
(12312, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\acne_3441246.svg', 'wp-content/uploads/2026/01/acne_3441246.svg'),
(12313, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\allergy_16127811.svg', 'wp-content/uploads/2026/01/allergy_16127811.svg'),
(12314, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\beauty_11015041.svg', 'wp-content/uploads/2026/01/beauty_11015041.svg'),
(12315, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\beauty_8495922.svg', 'wp-content/uploads/2026/01/beauty_8495922.svg'),
(12316, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\check-mark_5290989-5.svg', 'wp-content/uploads/2026/01/check-mark_5290989-5.svg'),
(12317, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\drought_17462612.svg', 'wp-content/uploads/2026/01/drought_17462612.svg'),
(12318, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\dry-skin_8985492.svg', 'wp-content/uploads/2026/01/dry-skin_8985492.svg'),
(12319, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\elastic_11015047.svg', 'wp-content/uploads/2026/01/elastic_11015047.svg'),
(12320, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\facial_3792293.svg', 'wp-content/uploads/2026/01/facial_3792293.svg'),
(12321, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\hormones_3993203.svg', 'wp-content/uploads/2026/01/hormones_3993203.svg'),
(12322, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\inflammation_6527404.svg', 'wp-content/uploads/2026/01/inflammation_6527404.svg'),
(12323, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\signaling_18622361.svg', 'wp-content/uploads/2026/01/signaling_18622361.svg'),
(12324, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\skin_3780629.svg', 'wp-content/uploads/2026/01/skin_3780629.svg'),
(12325, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\social_12759410-1.svg', 'wp-content/uploads/2026/01/social_12759410-1.svg'),
(12326, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\thin_12856151.svg', 'wp-content/uploads/2026/01/thin_12856151.svg'),
(12327, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\2026\\01\\thin_12856154.svg', 'wp-content/uploads/2026/01/thin_12856154.svg'),
(12328, 'D:\\laragon\\www\\genesiswa\\wp-content\\uploads\\wpmss\\lenis-init.min.js', 'wp-content/uploads/wpmss/lenis-init.min.js'),
(12329, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\attack-data.php', 'wp-content/wflogs/attack-data.php'),
(12330, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-livewaf.php', 'wp-content/wflogs/config-livewaf.php'),
(12331, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-synced.php', 'wp-content/wflogs/config-synced.php'),
(12332, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config-transient.php', 'wp-content/wflogs/config-transient.php'),
(12333, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\config.php', 'wp-content/wflogs/config.php'),
(12334, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\ips.php', 'wp-content/wflogs/ips.php'),
(12335, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\rules.php', 'wp-content/wflogs/rules.php'),
(12336, 'D:\\laragon\\www\\genesiswa\\wp-content\\wflogs\\template.php', 'wp-content/wflogs/template.php'),
(12337, 'D:\\laragon\\www\\genesiswa\\index.php', 'index.php'),
(12338, 'D:\\laragon\\www\\genesiswa\\license.txt', 'license.txt'),
(12339, 'D:\\laragon\\www\\genesiswa\\readme.html', 'readme.html'),
(12340, 'D:\\laragon\\www\\genesiswa\\wp-activate.php', 'wp-activate.php'),
(12341, 'D:\\laragon\\www\\genesiswa\\wp-admin\\about.php', 'wp-admin/about.php'),
(12342, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-ajax.php', 'wp-admin/admin-ajax.php'),
(12343, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-footer.php', 'wp-admin/admin-footer.php'),
(12344, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-functions.php', 'wp-admin/admin-functions.php'),
(12345, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-header.php', 'wp-admin/admin-header.php'),
(12346, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin-post.php', 'wp-admin/admin-post.php'),
(12347, 'D:\\laragon\\www\\genesiswa\\wp-admin\\admin.php', 'wp-admin/admin.php'),
(12348, 'D:\\laragon\\www\\genesiswa\\wp-admin\\async-upload.php', 'wp-admin/async-upload.php'),
(12349, 'D:\\laragon\\www\\genesiswa\\wp-admin\\authorize-application.php', 'wp-admin/authorize-application.php'),
(12350, 'D:\\laragon\\www\\genesiswa\\wp-admin\\comment.php', 'wp-admin/comment.php'),
(12351, 'D:\\laragon\\www\\genesiswa\\wp-admin\\contribute.php', 'wp-admin/contribute.php'),
(12352, 'D:\\laragon\\www\\genesiswa\\wp-admin\\credits.php', 'wp-admin/credits.php'),
(12353, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about-rtl.css', 'wp-admin/css/about-rtl.css'),
(12354, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about-rtl.min.css', 'wp-admin/css/about-rtl.min.css'),
(12355, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about.css', 'wp-admin/css/about.css'),
(12356, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\about.min.css', 'wp-admin/css/about.min.css'),
(12357, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu-rtl.css', 'wp-admin/css/admin-menu-rtl.css'),
(12358, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu-rtl.min.css', 'wp-admin/css/admin-menu-rtl.min.css'),
(12359, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu.css', 'wp-admin/css/admin-menu.css'),
(12360, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\admin-menu.min.css', 'wp-admin/css/admin-menu.min.css'),
(12361, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor-rtl.css', 'wp-admin/css/code-editor-rtl.css'),
(12362, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor-rtl.min.css', 'wp-admin/css/code-editor-rtl.min.css'),
(12363, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor.css', 'wp-admin/css/code-editor.css'),
(12364, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\code-editor.min.css', 'wp-admin/css/code-editor.min.css'),
(12365, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker-rtl.css', 'wp-admin/css/color-picker-rtl.css'),
(12366, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker-rtl.min.css', 'wp-admin/css/color-picker-rtl.min.css'),
(12367, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker.css', 'wp-admin/css/color-picker.css'),
(12368, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\color-picker.min.css', 'wp-admin/css/color-picker.min.css'),
(12369, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_admin.scss', 'wp-admin/css/colors/_admin.scss'),
(12370, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_mixins.scss', 'wp-admin/css/colors/_mixins.scss'),
(12371, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\_variables.scss', 'wp-admin/css/colors/_variables.scss'),
(12372, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors-rtl.css', 'wp-admin/css/colors/blue/colors-rtl.css'),
(12373, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors-rtl.min.css', 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(12374, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.css', 'wp-admin/css/colors/blue/colors.css'),
(12375, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.min.css', 'wp-admin/css/colors/blue/colors.min.css'),
(12376, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\blue\\colors.scss', 'wp-admin/css/colors/blue/colors.scss'),
(12377, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors-rtl.css', 'wp-admin/css/colors/coffee/colors-rtl.css'),
(12378, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors-rtl.min.css', 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(12379, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.css', 'wp-admin/css/colors/coffee/colors.css'),
(12380, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.min.css', 'wp-admin/css/colors/coffee/colors.min.css'),
(12381, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\coffee\\colors.scss', 'wp-admin/css/colors/coffee/colors.scss'),
(12382, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors-rtl.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(12383, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors-rtl.min.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(12384, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.css', 'wp-admin/css/colors/ectoplasm/colors.css'),
(12385, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.min.css', 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(12386, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ectoplasm\\colors.scss', 'wp-admin/css/colors/ectoplasm/colors.scss'),
(12387, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors-rtl.css', 'wp-admin/css/colors/light/colors-rtl.css'),
(12388, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors-rtl.min.css', 'wp-admin/css/colors/light/colors-rtl.min.css'),
(12389, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.css', 'wp-admin/css/colors/light/colors.css'),
(12390, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.min.css', 'wp-admin/css/colors/light/colors.min.css'),
(12391, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\light\\colors.scss', 'wp-admin/css/colors/light/colors.scss'),
(12392, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors-rtl.css', 'wp-admin/css/colors/midnight/colors-rtl.css'),
(12393, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors-rtl.min.css', 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(12394, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.css', 'wp-admin/css/colors/midnight/colors.css'),
(12395, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.min.css', 'wp-admin/css/colors/midnight/colors.min.css'),
(12396, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\midnight\\colors.scss', 'wp-admin/css/colors/midnight/colors.scss'),
(12397, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors-rtl.css', 'wp-admin/css/colors/modern/colors-rtl.css'),
(12398, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors-rtl.min.css', 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(12399, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.css', 'wp-admin/css/colors/modern/colors.css'),
(12400, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.min.css', 'wp-admin/css/colors/modern/colors.min.css'),
(12401, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\modern\\colors.scss', 'wp-admin/css/colors/modern/colors.scss'),
(12402, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors-rtl.css', 'wp-admin/css/colors/ocean/colors-rtl.css'),
(12403, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors-rtl.min.css', 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(12404, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.css', 'wp-admin/css/colors/ocean/colors.css'),
(12405, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.min.css', 'wp-admin/css/colors/ocean/colors.min.css'),
(12406, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\ocean\\colors.scss', 'wp-admin/css/colors/ocean/colors.scss'),
(12407, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors-rtl.css', 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(12408, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors-rtl.min.css', 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(12409, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.css', 'wp-admin/css/colors/sunrise/colors.css'),
(12410, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.min.css', 'wp-admin/css/colors/sunrise/colors.min.css'),
(12411, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\colors\\sunrise\\colors.scss', 'wp-admin/css/colors/sunrise/colors.scss'),
(12412, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common-rtl.css', 'wp-admin/css/common-rtl.css'),
(12413, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common-rtl.min.css', 'wp-admin/css/common-rtl.min.css'),
(12414, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common.css', 'wp-admin/css/common.css'),
(12415, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\common.min.css', 'wp-admin/css/common.min.css'),
(12416, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls-rtl.css', 'wp-admin/css/customize-controls-rtl.css'),
(12417, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls-rtl.min.css', 'wp-admin/css/customize-controls-rtl.min.css'),
(12418, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls.css', 'wp-admin/css/customize-controls.css'),
(12419, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-controls.min.css', 'wp-admin/css/customize-controls.min.css'),
(12420, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus-rtl.css', 'wp-admin/css/customize-nav-menus-rtl.css'),
(12421, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus-rtl.min.css', 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(12422, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus.css', 'wp-admin/css/customize-nav-menus.css'),
(12423, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-nav-menus.min.css', 'wp-admin/css/customize-nav-menus.min.css'),
(12424, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets-rtl.css', 'wp-admin/css/customize-widgets-rtl.css'),
(12425, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets-rtl.min.css', 'wp-admin/css/customize-widgets-rtl.min.css'),
(12426, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets.css', 'wp-admin/css/customize-widgets.css'),
(12427, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\customize-widgets.min.css', 'wp-admin/css/customize-widgets.min.css'),
(12428, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard-rtl.css', 'wp-admin/css/dashboard-rtl.css'),
(12429, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard-rtl.min.css', 'wp-admin/css/dashboard-rtl.min.css'),
(12430, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard.css', 'wp-admin/css/dashboard.css'),
(12431, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\dashboard.min.css', 'wp-admin/css/dashboard.min.css'),
(12432, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media-rtl.css', 'wp-admin/css/deprecated-media-rtl.css'),
(12433, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media-rtl.min.css', 'wp-admin/css/deprecated-media-rtl.min.css'),
(12434, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media.css', 'wp-admin/css/deprecated-media.css'),
(12435, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\deprecated-media.min.css', 'wp-admin/css/deprecated-media.min.css'),
(12436, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit-rtl.css', 'wp-admin/css/edit-rtl.css'),
(12437, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit-rtl.min.css', 'wp-admin/css/edit-rtl.min.css'),
(12438, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit.css', 'wp-admin/css/edit.css'),
(12439, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\edit.min.css', 'wp-admin/css/edit.min.css'),
(12440, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic-rtl.css', 'wp-admin/css/farbtastic-rtl.css'),
(12441, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic-rtl.min.css', 'wp-admin/css/farbtastic-rtl.min.css'),
(12442, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic.css', 'wp-admin/css/farbtastic.css'),
(12443, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\farbtastic.min.css', 'wp-admin/css/farbtastic.min.css'),
(12444, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms-rtl.css', 'wp-admin/css/forms-rtl.css'),
(12445, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms-rtl.min.css', 'wp-admin/css/forms-rtl.min.css'),
(12446, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms.css', 'wp-admin/css/forms.css'),
(12447, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\forms.min.css', 'wp-admin/css/forms.min.css'),
(12448, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install-rtl.css', 'wp-admin/css/install-rtl.css'),
(12449, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install-rtl.min.css', 'wp-admin/css/install-rtl.min.css'),
(12450, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install.css', 'wp-admin/css/install.css'),
(12451, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\install.min.css', 'wp-admin/css/install.min.css'),
(12452, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n-rtl.css', 'wp-admin/css/l10n-rtl.css'),
(12453, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n-rtl.min.css', 'wp-admin/css/l10n-rtl.min.css'),
(12454, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n.css', 'wp-admin/css/l10n.css'),
(12455, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\l10n.min.css', 'wp-admin/css/l10n.min.css'),
(12456, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables-rtl.css', 'wp-admin/css/list-tables-rtl.css'),
(12457, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables-rtl.min.css', 'wp-admin/css/list-tables-rtl.min.css'),
(12458, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables.css', 'wp-admin/css/list-tables.css'),
(12459, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\list-tables.min.css', 'wp-admin/css/list-tables.min.css'),
(12460, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login-rtl.css', 'wp-admin/css/login-rtl.css'),
(12461, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login-rtl.min.css', 'wp-admin/css/login-rtl.min.css'),
(12462, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login.css', 'wp-admin/css/login.css'),
(12463, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\login.min.css', 'wp-admin/css/login.min.css'),
(12464, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media-rtl.css', 'wp-admin/css/media-rtl.css'),
(12465, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media-rtl.min.css', 'wp-admin/css/media-rtl.min.css'),
(12466, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media.css', 'wp-admin/css/media.css'),
(12467, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\media.min.css', 'wp-admin/css/media.min.css'),
(12468, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus-rtl.css', 'wp-admin/css/nav-menus-rtl.css'),
(12469, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus-rtl.min.css', 'wp-admin/css/nav-menus-rtl.min.css'),
(12470, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus.css', 'wp-admin/css/nav-menus.css'),
(12471, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\nav-menus.min.css', 'wp-admin/css/nav-menus.min.css'),
(12472, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions-rtl.css', 'wp-admin/css/revisions-rtl.css'),
(12473, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions-rtl.min.css', 'wp-admin/css/revisions-rtl.min.css'),
(12474, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions.css', 'wp-admin/css/revisions.css'),
(12475, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\revisions.min.css', 'wp-admin/css/revisions.min.css'),
(12476, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health-rtl.css', 'wp-admin/css/site-health-rtl.css'),
(12477, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health-rtl.min.css', 'wp-admin/css/site-health-rtl.min.css'),
(12478, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health.css', 'wp-admin/css/site-health.css'),
(12479, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-health.min.css', 'wp-admin/css/site-health.min.css'),
(12480, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon-rtl.css', 'wp-admin/css/site-icon-rtl.css'),
(12481, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon-rtl.min.css', 'wp-admin/css/site-icon-rtl.min.css'),
(12482, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon.css', 'wp-admin/css/site-icon.css'),
(12483, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\site-icon.min.css', 'wp-admin/css/site-icon.min.css'),
(12484, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes-rtl.css', 'wp-admin/css/themes-rtl.css'),
(12485, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes-rtl.min.css', 'wp-admin/css/themes-rtl.min.css'),
(12486, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes.css', 'wp-admin/css/themes.css'),
(12487, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\themes.min.css', 'wp-admin/css/themes.min.css'),
(12488, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets-rtl.css', 'wp-admin/css/widgets-rtl.css'),
(12489, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets-rtl.min.css', 'wp-admin/css/widgets-rtl.min.css'),
(12490, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets.css', 'wp-admin/css/widgets.css'),
(12491, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\widgets.min.css', 'wp-admin/css/widgets.min.css'),
(12492, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin-rtl.css', 'wp-admin/css/wp-admin-rtl.css'),
(12493, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin-rtl.min.css', 'wp-admin/css/wp-admin-rtl.min.css'),
(12494, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin.css', 'wp-admin/css/wp-admin.css'),
(12495, 'D:\\laragon\\www\\genesiswa\\wp-admin\\css\\wp-admin.min.css', 'wp-admin/css/wp-admin.min.css'),
(12496, 'D:\\laragon\\www\\genesiswa\\wp-admin\\custom-background.php', 'wp-admin/custom-background.php'),
(12497, 'D:\\laragon\\www\\genesiswa\\wp-admin\\custom-header.php', 'wp-admin/custom-header.php'),
(12498, 'D:\\laragon\\www\\genesiswa\\wp-admin\\customize.php', 'wp-admin/customize.php'),
(12499, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-comments.php', 'wp-admin/edit-comments.php'),
(12500, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-advanced.php', 'wp-admin/edit-form-advanced.php'),
(12501, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-blocks.php', 'wp-admin/edit-form-blocks.php'),
(12502, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-form-comment.php', 'wp-admin/edit-form-comment.php'),
(12503, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-link-form.php', 'wp-admin/edit-link-form.php'),
(12504, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-tag-form.php', 'wp-admin/edit-tag-form.php'),
(12505, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit-tags.php', 'wp-admin/edit-tags.php'),
(12506, 'D:\\laragon\\www\\genesiswa\\wp-admin\\edit.php', 'wp-admin/edit.php'),
(12507, 'D:\\laragon\\www\\genesiswa\\wp-admin\\erase-personal-data.php', 'wp-admin/erase-personal-data.php'),
(12508, 'D:\\laragon\\www\\genesiswa\\wp-admin\\export-personal-data.php', 'wp-admin/export-personal-data.php'),
(12509, 'D:\\laragon\\www\\genesiswa\\wp-admin\\export.php', 'wp-admin/export.php'),
(12510, 'D:\\laragon\\www\\genesiswa\\wp-admin\\freedoms.php', 'wp-admin/freedoms.php'),
(12511, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-release-badge.svg', 'wp-admin/images/about-release-badge.svg'),
(12512, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-release-logo.svg', 'wp-admin/images/about-release-logo.svg'),
(12513, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\about-texture.png', 'wp-admin/images/about-texture.png'),
(12514, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-center-2x.png', 'wp-admin/images/align-center-2x.png'),
(12515, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-center.png', 'wp-admin/images/align-center.png'),
(12516, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-left-2x.png', 'wp-admin/images/align-left-2x.png'),
(12517, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-left.png', 'wp-admin/images/align-left.png'),
(12518, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-none-2x.png', 'wp-admin/images/align-none-2x.png'),
(12519, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-none.png', 'wp-admin/images/align-none.png'),
(12520, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-right-2x.png', 'wp-admin/images/align-right-2x.png'),
(12521, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\align-right.png', 'wp-admin/images/align-right.png'),
(12522, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\arrows-2x.png', 'wp-admin/images/arrows-2x.png'),
(12523, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\arrows.png', 'wp-admin/images/arrows.png'),
(12524, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\browser-rtl.png', 'wp-admin/images/browser-rtl.png'),
(12525, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\browser.png', 'wp-admin/images/browser.png'),
(12526, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\bubble_bg-2x.gif', 'wp-admin/images/bubble_bg-2x.gif'),
(12527, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\bubble_bg.gif', 'wp-admin/images/bubble_bg.gif'),
(12528, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\comment-grey-bubble-2x.png', 'wp-admin/images/comment-grey-bubble-2x.png'),
(12529, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\comment-grey-bubble.png', 'wp-admin/images/comment-grey-bubble.png'),
(12530, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-code.svg', 'wp-admin/images/contribute-code.svg'),
(12531, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-main.svg', 'wp-admin/images/contribute-main.svg'),
(12532, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\contribute-no-code.svg', 'wp-admin/images/contribute-no-code.svg'),
(12533, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\dashboard-background.svg', 'wp-admin/images/dashboard-background.svg'),
(12534, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\date-button-2x.gif', 'wp-admin/images/date-button-2x.gif'),
(12535, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\date-button.gif', 'wp-admin/images/date-button.gif'),
(12536, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-1.svg', 'wp-admin/images/freedom-1.svg'),
(12537, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-2.svg', 'wp-admin/images/freedom-2.svg'),
(12538, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-3.svg', 'wp-admin/images/freedom-3.svg'),
(12539, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\freedom-4.svg', 'wp-admin/images/freedom-4.svg'),
(12540, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\generic.png', 'wp-admin/images/generic.png'),
(12541, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-2x.png', 'wp-admin/images/icons32-2x.png'),
(12542, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-vs-2x.png', 'wp-admin/images/icons32-vs-2x.png'),
(12543, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32-vs.png', 'wp-admin/images/icons32-vs.png'),
(12544, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\icons32.png', 'wp-admin/images/icons32.png'),
(12545, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\imgedit-icons-2x.png', 'wp-admin/images/imgedit-icons-2x.png'),
(12546, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\imgedit-icons.png', 'wp-admin/images/imgedit-icons.png'),
(12547, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\list-2x.png', 'wp-admin/images/list-2x.png'),
(12548, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\list.png', 'wp-admin/images/list.png'),
(12549, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\loading.gif', 'wp-admin/images/loading.gif'),
(12550, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\marker.png', 'wp-admin/images/marker.png'),
(12551, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\mask.png', 'wp-admin/images/mask.png'),
(12552, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-2x.png', 'wp-admin/images/media-button-2x.png'),
(12553, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-image.gif', 'wp-admin/images/media-button-image.gif'),
(12554, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-music.gif', 'wp-admin/images/media-button-music.gif'),
(12555, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-other.gif', 'wp-admin/images/media-button-other.gif'),
(12556, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button-video.gif', 'wp-admin/images/media-button-video.gif'),
(12557, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\media-button.png', 'wp-admin/images/media-button.png'),
(12558, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-2x.png', 'wp-admin/images/menu-2x.png'),
(12559, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-vs-2x.png', 'wp-admin/images/menu-vs-2x.png'),
(12560, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu-vs.png', 'wp-admin/images/menu-vs.png'),
(12561, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\menu.png', 'wp-admin/images/menu.png'),
(12562, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\no.png', 'wp-admin/images/no.png'),
(12563, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats-vs.png', 'wp-admin/images/post-formats-vs.png'),
(12564, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats.png', 'wp-admin/images/post-formats.png'),
(12565, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats32-vs.png', 'wp-admin/images/post-formats32-vs.png'),
(12566, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\post-formats32.png', 'wp-admin/images/post-formats32.png'),
(12567, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\privacy.svg', 'wp-admin/images/privacy.svg'),
(12568, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-2x.gif', 'wp-admin/images/resize-2x.gif'),
(12569, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-rtl-2x.gif', 'wp-admin/images/resize-rtl-2x.gif'),
(12570, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize-rtl.gif', 'wp-admin/images/resize-rtl.gif'),
(12571, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\resize.gif', 'wp-admin/images/resize.gif'),
(12572, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\se.png', 'wp-admin/images/se.png'),
(12573, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\sort-2x.gif', 'wp-admin/images/sort-2x.gif'),
(12574, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\sort.gif', 'wp-admin/images/sort.gif'),
(12575, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\spinner-2x.gif', 'wp-admin/images/spinner-2x.gif'),
(12576, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\spinner.gif', 'wp-admin/images/spinner.gif'),
(12577, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\stars-2x.png', 'wp-admin/images/stars-2x.png'),
(12578, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\stars.png', 'wp-admin/images/stars.png'),
(12579, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\w-logo-blue.png', 'wp-admin/images/w-logo-blue.png'),
(12580, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\w-logo-white.png', 'wp-admin/images/w-logo-white.png'),
(12581, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wheel.png', 'wp-admin/images/wheel.png'),
(12582, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo-white.svg', 'wp-admin/images/wordpress-logo-white.svg'),
(12583, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo.png', 'wp-admin/images/wordpress-logo.png'),
(12584, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wordpress-logo.svg', 'wp-admin/images/wordpress-logo.svg'),
(12585, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wpspin_light-2x.gif', 'wp-admin/images/wpspin_light-2x.gif'),
(12586, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\wpspin_light.gif', 'wp-admin/images/wpspin_light.gif'),
(12587, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\xit-2x.gif', 'wp-admin/images/xit-2x.gif'),
(12588, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\xit.gif', 'wp-admin/images/xit.gif'),
(12589, 'D:\\laragon\\www\\genesiswa\\wp-admin\\images\\yes.png', 'wp-admin/images/yes.png'),
(12590, 'D:\\laragon\\www\\genesiswa\\wp-admin\\import.php', 'wp-admin/import.php'),
(12591, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\admin-filters.php', 'wp-admin/includes/admin-filters.php'),
(12592, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\admin.php', 'wp-admin/includes/admin.php'),
(12593, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ajax-actions.php', 'wp-admin/includes/ajax-actions.php'),
(12594, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\bookmark.php', 'wp-admin/includes/bookmark.php'),
(12595, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-automatic-upgrader-skin.php', 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(12596, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-plugin-upgrader-skin.php', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(12597, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-theme-upgrader-skin.php', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(12598, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-bulk-upgrader-skin.php', 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(12599, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-core-upgrader.php', 'wp-admin/includes/class-core-upgrader.php'),
(12600, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-custom-background.php', 'wp-admin/includes/class-custom-background.php'),
(12601, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-custom-image-header.php', 'wp-admin/includes/class-custom-image-header.php'),
(12602, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-file-upload-upgrader.php', 'wp-admin/includes/class-file-upload-upgrader.php'),
(12603, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp-pure.php', 'wp-admin/includes/class-ftp-pure.php'),
(12604, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp-sockets.php', 'wp-admin/includes/class-ftp-sockets.php'),
(12605, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-ftp.php', 'wp-admin/includes/class-ftp.php'),
(12606, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-language-pack-upgrader-skin.php', 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(12607, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-language-pack-upgrader.php', 'wp-admin/includes/class-language-pack-upgrader.php'),
(12608, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-pclzip.php', 'wp-admin/includes/class-pclzip.php'),
(12609, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-installer-skin.php', 'wp-admin/includes/class-plugin-installer-skin.php'),
(12610, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-upgrader-skin.php', 'wp-admin/includes/class-plugin-upgrader-skin.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12611, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-plugin-upgrader.php', 'wp-admin/includes/class-plugin-upgrader.php'),
(12612, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-installer-skin.php', 'wp-admin/includes/class-theme-installer-skin.php'),
(12613, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-upgrader-skin.php', 'wp-admin/includes/class-theme-upgrader-skin.php'),
(12614, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-theme-upgrader.php', 'wp-admin/includes/class-theme-upgrader.php'),
(12615, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-category-checklist.php', 'wp-admin/includes/class-walker-category-checklist.php'),
(12616, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-nav-menu-checklist.php', 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(12617, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-walker-nav-menu-edit.php', 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(12618, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ajax-upgrader-skin.php', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(12619, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-application-passwords-list-table.php', 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(12620, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-automatic-updater.php', 'wp-admin/includes/class-wp-automatic-updater.php'),
(12621, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-comments-list-table.php', 'wp-admin/includes/class-wp-comments-list-table.php'),
(12622, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-community-events.php', 'wp-admin/includes/class-wp-community-events.php'),
(12623, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-debug-data.php', 'wp-admin/includes/class-wp-debug-data.php'),
(12624, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-base.php', 'wp-admin/includes/class-wp-filesystem-base.php'),
(12625, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-direct.php', 'wp-admin/includes/class-wp-filesystem-direct.php'),
(12626, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ftpext.php', 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(12627, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ftpsockets.php', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(12628, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-filesystem-ssh2.php', 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(12629, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-importer.php', 'wp-admin/includes/class-wp-importer.php'),
(12630, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-internal-pointers.php', 'wp-admin/includes/class-wp-internal-pointers.php'),
(12631, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-links-list-table.php', 'wp-admin/includes/class-wp-links-list-table.php'),
(12632, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-list-table-compat.php', 'wp-admin/includes/class-wp-list-table-compat.php'),
(12633, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-list-table.php', 'wp-admin/includes/class-wp-list-table.php'),
(12634, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-media-list-table.php', 'wp-admin/includes/class-wp-media-list-table.php'),
(12635, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-sites-list-table.php', 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(12636, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-themes-list-table.php', 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(12637, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-ms-users-list-table.php', 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(12638, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-plugin-install-list-table.php', 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(12639, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-plugins-list-table.php', 'wp-admin/includes/class-wp-plugins-list-table.php'),
(12640, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-post-comments-list-table.php', 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(12641, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-posts-list-table.php', 'wp-admin/includes/class-wp-posts-list-table.php'),
(12642, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-data-export-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(12643, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-data-removal-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(12644, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-policy-content.php', 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(12645, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-privacy-requests-table.php', 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(12646, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-screen.php', 'wp-admin/includes/class-wp-screen.php'),
(12647, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-health-auto-updates.php', 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(12648, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-health.php', 'wp-admin/includes/class-wp-site-health.php'),
(12649, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-site-icon.php', 'wp-admin/includes/class-wp-site-icon.php'),
(12650, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-terms-list-table.php', 'wp-admin/includes/class-wp-terms-list-table.php'),
(12651, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-theme-install-list-table.php', 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(12652, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-themes-list-table.php', 'wp-admin/includes/class-wp-themes-list-table.php'),
(12653, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader-skin.php', 'wp-admin/includes/class-wp-upgrader-skin.php'),
(12654, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader-skins.php', 'wp-admin/includes/class-wp-upgrader-skins.php'),
(12655, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-upgrader.php', 'wp-admin/includes/class-wp-upgrader.php'),
(12656, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\class-wp-users-list-table.php', 'wp-admin/includes/class-wp-users-list-table.php'),
(12657, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\comment.php', 'wp-admin/includes/comment.php'),
(12658, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\continents-cities.php', 'wp-admin/includes/continents-cities.php'),
(12659, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\credits.php', 'wp-admin/includes/credits.php'),
(12660, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\dashboard.php', 'wp-admin/includes/dashboard.php'),
(12661, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\deprecated.php', 'wp-admin/includes/deprecated.php'),
(12662, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\edit-tag-messages.php', 'wp-admin/includes/edit-tag-messages.php'),
(12663, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\export.php', 'wp-admin/includes/export.php'),
(12664, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\file.php', 'wp-admin/includes/file.php'),
(12665, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\image-edit.php', 'wp-admin/includes/image-edit.php'),
(12666, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\image.php', 'wp-admin/includes/image.php'),
(12667, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\import.php', 'wp-admin/includes/import.php'),
(12668, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\list-table.php', 'wp-admin/includes/list-table.php'),
(12669, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\media.php', 'wp-admin/includes/media.php'),
(12670, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\menu.php', 'wp-admin/includes/menu.php'),
(12671, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\meta-boxes.php', 'wp-admin/includes/meta-boxes.php'),
(12672, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\misc.php', 'wp-admin/includes/misc.php'),
(12673, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms-admin-filters.php', 'wp-admin/includes/ms-admin-filters.php'),
(12674, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms-deprecated.php', 'wp-admin/includes/ms-deprecated.php'),
(12675, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\ms.php', 'wp-admin/includes/ms.php'),
(12676, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\nav-menu.php', 'wp-admin/includes/nav-menu.php'),
(12677, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\network.php', 'wp-admin/includes/network.php'),
(12678, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\noop.php', 'wp-admin/includes/noop.php'),
(12679, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\options.php', 'wp-admin/includes/options.php'),
(12680, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\plugin-install.php', 'wp-admin/includes/plugin-install.php'),
(12681, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\plugin.php', 'wp-admin/includes/plugin.php'),
(12682, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\post.php', 'wp-admin/includes/post.php'),
(12683, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\privacy-tools.php', 'wp-admin/includes/privacy-tools.php'),
(12684, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\revision.php', 'wp-admin/includes/revision.php'),
(12685, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\schema.php', 'wp-admin/includes/schema.php'),
(12686, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\screen.php', 'wp-admin/includes/screen.php'),
(12687, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\taxonomy.php', 'wp-admin/includes/taxonomy.php'),
(12688, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\template.php', 'wp-admin/includes/template.php'),
(12689, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\theme-install.php', 'wp-admin/includes/theme-install.php'),
(12690, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\theme.php', 'wp-admin/includes/theme.php'),
(12691, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\translation-install.php', 'wp-admin/includes/translation-install.php'),
(12692, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\update-core.php', 'wp-admin/includes/update-core.php'),
(12693, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\update.php', 'wp-admin/includes/update.php'),
(12694, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\upgrade.php', 'wp-admin/includes/upgrade.php'),
(12695, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\user.php', 'wp-admin/includes/user.php'),
(12696, 'D:\\laragon\\www\\genesiswa\\wp-admin\\includes\\widgets.php', 'wp-admin/includes/widgets.php'),
(12697, 'D:\\laragon\\www\\genesiswa\\wp-admin\\index.php', 'wp-admin/index.php'),
(12698, 'D:\\laragon\\www\\genesiswa\\wp-admin\\install-helper.php', 'wp-admin/install-helper.php'),
(12699, 'D:\\laragon\\www\\genesiswa\\wp-admin\\install.php', 'wp-admin/install.php'),
(12700, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\accordion.js', 'wp-admin/js/accordion.js'),
(12701, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\accordion.min.js', 'wp-admin/js/accordion.min.js'),
(12702, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\application-passwords.js', 'wp-admin/js/application-passwords.js'),
(12703, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\application-passwords.min.js', 'wp-admin/js/application-passwords.min.js'),
(12704, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\auth-app.js', 'wp-admin/js/auth-app.js'),
(12705, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\auth-app.min.js', 'wp-admin/js/auth-app.min.js'),
(12706, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\code-editor.js', 'wp-admin/js/code-editor.js'),
(12707, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\code-editor.min.js', 'wp-admin/js/code-editor.min.js'),
(12708, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\color-picker.js', 'wp-admin/js/color-picker.js'),
(12709, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\color-picker.min.js', 'wp-admin/js/color-picker.min.js'),
(12710, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\comment.js', 'wp-admin/js/comment.js'),
(12711, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\comment.min.js', 'wp-admin/js/comment.min.js'),
(12712, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\common.js', 'wp-admin/js/common.js'),
(12713, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\common.min.js', 'wp-admin/js/common.min.js'),
(12714, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-background.js', 'wp-admin/js/custom-background.js'),
(12715, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-background.min.js', 'wp-admin/js/custom-background.min.js'),
(12716, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\custom-header.js', 'wp-admin/js/custom-header.js'),
(12717, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-controls.js', 'wp-admin/js/customize-controls.js'),
(12718, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-controls.min.js', 'wp-admin/js/customize-controls.min.js'),
(12719, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-nav-menus.js', 'wp-admin/js/customize-nav-menus.js'),
(12720, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-nav-menus.min.js', 'wp-admin/js/customize-nav-menus.min.js'),
(12721, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-widgets.js', 'wp-admin/js/customize-widgets.js'),
(12722, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\customize-widgets.min.js', 'wp-admin/js/customize-widgets.min.js'),
(12723, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\dashboard.js', 'wp-admin/js/dashboard.js'),
(12724, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\dashboard.min.js', 'wp-admin/js/dashboard.min.js'),
(12725, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\edit-comments.js', 'wp-admin/js/edit-comments.js'),
(12726, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\edit-comments.min.js', 'wp-admin/js/edit-comments.min.js'),
(12727, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor-expand.js', 'wp-admin/js/editor-expand.js'),
(12728, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor-expand.min.js', 'wp-admin/js/editor-expand.min.js'),
(12729, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor.js', 'wp-admin/js/editor.js'),
(12730, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\editor.min.js', 'wp-admin/js/editor.min.js'),
(12731, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\farbtastic.js', 'wp-admin/js/farbtastic.js'),
(12732, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\gallery.js', 'wp-admin/js/gallery.js'),
(12733, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\gallery.min.js', 'wp-admin/js/gallery.min.js'),
(12734, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\image-edit.js', 'wp-admin/js/image-edit.js'),
(12735, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\image-edit.min.js', 'wp-admin/js/image-edit.min.js'),
(12736, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-post.js', 'wp-admin/js/inline-edit-post.js'),
(12737, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-post.min.js', 'wp-admin/js/inline-edit-post.min.js'),
(12738, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-tax.js', 'wp-admin/js/inline-edit-tax.js'),
(12739, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\inline-edit-tax.min.js', 'wp-admin/js/inline-edit-tax.min.js'),
(12740, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\iris.min.js', 'wp-admin/js/iris.min.js'),
(12741, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\language-chooser.js', 'wp-admin/js/language-chooser.js'),
(12742, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\language-chooser.min.js', 'wp-admin/js/language-chooser.min.js'),
(12743, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\link.js', 'wp-admin/js/link.js'),
(12744, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\link.min.js', 'wp-admin/js/link.min.js'),
(12745, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-gallery.js', 'wp-admin/js/media-gallery.js'),
(12746, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-gallery.min.js', 'wp-admin/js/media-gallery.min.js'),
(12747, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-upload.js', 'wp-admin/js/media-upload.js'),
(12748, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media-upload.min.js', 'wp-admin/js/media-upload.min.js'),
(12749, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media.js', 'wp-admin/js/media.js'),
(12750, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\media.min.js', 'wp-admin/js/media.min.js'),
(12751, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\nav-menu.js', 'wp-admin/js/nav-menu.js'),
(12752, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\nav-menu.min.js', 'wp-admin/js/nav-menu.min.js'),
(12753, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-strength-meter.js', 'wp-admin/js/password-strength-meter.js'),
(12754, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-strength-meter.min.js', 'wp-admin/js/password-strength-meter.min.js'),
(12755, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-toggle.js', 'wp-admin/js/password-toggle.js'),
(12756, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\password-toggle.min.js', 'wp-admin/js/password-toggle.min.js'),
(12757, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\plugin-install.js', 'wp-admin/js/plugin-install.js'),
(12758, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\plugin-install.min.js', 'wp-admin/js/plugin-install.min.js'),
(12759, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\post.js', 'wp-admin/js/post.js'),
(12760, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\post.min.js', 'wp-admin/js/post.min.js'),
(12761, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\postbox.js', 'wp-admin/js/postbox.js'),
(12762, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\postbox.min.js', 'wp-admin/js/postbox.min.js'),
(12763, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\privacy-tools.js', 'wp-admin/js/privacy-tools.js'),
(12764, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\privacy-tools.min.js', 'wp-admin/js/privacy-tools.min.js'),
(12765, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\revisions.js', 'wp-admin/js/revisions.js'),
(12766, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\revisions.min.js', 'wp-admin/js/revisions.min.js'),
(12767, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\set-post-thumbnail.js', 'wp-admin/js/set-post-thumbnail.js'),
(12768, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\set-post-thumbnail.min.js', 'wp-admin/js/set-post-thumbnail.min.js'),
(12769, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-health.js', 'wp-admin/js/site-health.js'),
(12770, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-health.min.js', 'wp-admin/js/site-health.min.js'),
(12771, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-icon.js', 'wp-admin/js/site-icon.js'),
(12772, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\site-icon.min.js', 'wp-admin/js/site-icon.min.js'),
(12773, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\svg-painter.js', 'wp-admin/js/svg-painter.js'),
(12774, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\svg-painter.min.js', 'wp-admin/js/svg-painter.min.js'),
(12775, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-box.js', 'wp-admin/js/tags-box.js'),
(12776, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-box.min.js', 'wp-admin/js/tags-box.min.js'),
(12777, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-suggest.js', 'wp-admin/js/tags-suggest.js'),
(12778, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags-suggest.min.js', 'wp-admin/js/tags-suggest.min.js'),
(12779, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags.js', 'wp-admin/js/tags.js'),
(12780, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\tags.min.js', 'wp-admin/js/tags.min.js'),
(12781, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme-plugin-editor.js', 'wp-admin/js/theme-plugin-editor.js'),
(12782, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme-plugin-editor.min.js', 'wp-admin/js/theme-plugin-editor.min.js'),
(12783, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme.js', 'wp-admin/js/theme.js'),
(12784, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\theme.min.js', 'wp-admin/js/theme.min.js'),
(12785, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\updates.js', 'wp-admin/js/updates.js'),
(12786, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\updates.min.js', 'wp-admin/js/updates.min.js'),
(12787, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-profile.js', 'wp-admin/js/user-profile.js'),
(12788, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-profile.min.js', 'wp-admin/js/user-profile.min.js'),
(12789, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-suggest.js', 'wp-admin/js/user-suggest.js'),
(12790, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\user-suggest.min.js', 'wp-admin/js/user-suggest.min.js'),
(12791, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\custom-html-widgets.js', 'wp-admin/js/widgets/custom-html-widgets.js'),
(12792, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\custom-html-widgets.min.js', 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(12793, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-audio-widget.js', 'wp-admin/js/widgets/media-audio-widget.js'),
(12794, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-audio-widget.min.js', 'wp-admin/js/widgets/media-audio-widget.min.js'),
(12795, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-gallery-widget.js', 'wp-admin/js/widgets/media-gallery-widget.js'),
(12796, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-gallery-widget.min.js', 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(12797, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-image-widget.js', 'wp-admin/js/widgets/media-image-widget.js'),
(12798, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-image-widget.min.js', 'wp-admin/js/widgets/media-image-widget.min.js'),
(12799, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-video-widget.js', 'wp-admin/js/widgets/media-video-widget.js'),
(12800, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-video-widget.min.js', 'wp-admin/js/widgets/media-video-widget.min.js'),
(12801, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-widgets.js', 'wp-admin/js/widgets/media-widgets.js'),
(12802, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\media-widgets.min.js', 'wp-admin/js/widgets/media-widgets.min.js'),
(12803, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\text-widgets.js', 'wp-admin/js/widgets/text-widgets.js'),
(12804, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets\\text-widgets.min.js', 'wp-admin/js/widgets/text-widgets.min.js'),
(12805, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets.js', 'wp-admin/js/widgets.js'),
(12806, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\widgets.min.js', 'wp-admin/js/widgets.min.js'),
(12807, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\word-count.js', 'wp-admin/js/word-count.js'),
(12808, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\word-count.min.js', 'wp-admin/js/word-count.min.js'),
(12809, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\xfn.js', 'wp-admin/js/xfn.js'),
(12810, 'D:\\laragon\\www\\genesiswa\\wp-admin\\js\\xfn.min.js', 'wp-admin/js/xfn.min.js'),
(12811, 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-add.php', 'wp-admin/link-add.php'),
(12812, 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-manager.php', 'wp-admin/link-manager.php'),
(12813, 'D:\\laragon\\www\\genesiswa\\wp-admin\\link-parse-opml.php', 'wp-admin/link-parse-opml.php'),
(12814, 'D:\\laragon\\www\\genesiswa\\wp-admin\\link.php', 'wp-admin/link.php'),
(12815, 'D:\\laragon\\www\\genesiswa\\wp-admin\\load-scripts.php', 'wp-admin/load-scripts.php'),
(12816, 'D:\\laragon\\www\\genesiswa\\wp-admin\\load-styles.php', 'wp-admin/load-styles.php'),
(12817, 'D:\\laragon\\www\\genesiswa\\wp-admin\\maint\\repair.php', 'wp-admin/maint/repair.php'),
(12818, 'D:\\laragon\\www\\genesiswa\\wp-admin\\media-new.php', 'wp-admin/media-new.php'),
(12819, 'D:\\laragon\\www\\genesiswa\\wp-admin\\media-upload.php', 'wp-admin/media-upload.php'),
(12820, 'D:\\laragon\\www\\genesiswa\\wp-admin\\media.php', 'wp-admin/media.php'),
(12821, 'D:\\laragon\\www\\genesiswa\\wp-admin\\menu-header.php', 'wp-admin/menu-header.php'),
(12822, 'D:\\laragon\\www\\genesiswa\\wp-admin\\menu.php', 'wp-admin/menu.php'),
(12823, 'D:\\laragon\\www\\genesiswa\\wp-admin\\moderation.php', 'wp-admin/moderation.php'),
(12824, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-admin.php', 'wp-admin/ms-admin.php'),
(12825, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-delete-site.php', 'wp-admin/ms-delete-site.php'),
(12826, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-edit.php', 'wp-admin/ms-edit.php'),
(12827, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-options.php', 'wp-admin/ms-options.php'),
(12828, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-sites.php', 'wp-admin/ms-sites.php'),
(12829, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-themes.php', 'wp-admin/ms-themes.php'),
(12830, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-upgrade-network.php', 'wp-admin/ms-upgrade-network.php'),
(12831, 'D:\\laragon\\www\\genesiswa\\wp-admin\\ms-users.php', 'wp-admin/ms-users.php'),
(12832, 'D:\\laragon\\www\\genesiswa\\wp-admin\\my-sites.php', 'wp-admin/my-sites.php'),
(12833, 'D:\\laragon\\www\\genesiswa\\wp-admin\\nav-menus.php', 'wp-admin/nav-menus.php'),
(12834, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\about.php', 'wp-admin/network/about.php'),
(12835, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\admin.php', 'wp-admin/network/admin.php'),
(12836, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\contribute.php', 'wp-admin/network/contribute.php'),
(12837, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\credits.php', 'wp-admin/network/credits.php'),
(12838, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\edit.php', 'wp-admin/network/edit.php'),
(12839, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\freedoms.php', 'wp-admin/network/freedoms.php'),
(12840, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\index.php', 'wp-admin/network/index.php'),
(12841, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\menu.php', 'wp-admin/network/menu.php'),
(12842, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugin-editor.php', 'wp-admin/network/plugin-editor.php'),
(12843, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugin-install.php', 'wp-admin/network/plugin-install.php'),
(12844, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\plugins.php', 'wp-admin/network/plugins.php'),
(12845, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\privacy.php', 'wp-admin/network/privacy.php'),
(12846, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\profile.php', 'wp-admin/network/profile.php'),
(12847, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\settings.php', 'wp-admin/network/settings.php'),
(12848, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\setup.php', 'wp-admin/network/setup.php'),
(12849, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-info.php', 'wp-admin/network/site-info.php'),
(12850, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-new.php', 'wp-admin/network/site-new.php'),
(12851, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-settings.php', 'wp-admin/network/site-settings.php'),
(12852, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-themes.php', 'wp-admin/network/site-themes.php'),
(12853, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\site-users.php', 'wp-admin/network/site-users.php'),
(12854, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\sites.php', 'wp-admin/network/sites.php'),
(12855, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\theme-editor.php', 'wp-admin/network/theme-editor.php'),
(12856, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\theme-install.php', 'wp-admin/network/theme-install.php'),
(12857, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\themes.php', 'wp-admin/network/themes.php'),
(12858, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\update-core.php', 'wp-admin/network/update-core.php'),
(12859, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\update.php', 'wp-admin/network/update.php'),
(12860, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\upgrade.php', 'wp-admin/network/upgrade.php'),
(12861, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\user-edit.php', 'wp-admin/network/user-edit.php'),
(12862, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\user-new.php', 'wp-admin/network/user-new.php'),
(12863, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network\\users.php', 'wp-admin/network/users.php'),
(12864, 'D:\\laragon\\www\\genesiswa\\wp-admin\\network.php', 'wp-admin/network.php'),
(12865, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-discussion.php', 'wp-admin/options-discussion.php'),
(12866, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-general.php', 'wp-admin/options-general.php'),
(12867, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-head.php', 'wp-admin/options-head.php'),
(12868, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-media.php', 'wp-admin/options-media.php'),
(12869, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-permalink.php', 'wp-admin/options-permalink.php'),
(12870, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-privacy.php', 'wp-admin/options-privacy.php'),
(12871, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-reading.php', 'wp-admin/options-reading.php'),
(12872, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options-writing.php', 'wp-admin/options-writing.php'),
(12873, 'D:\\laragon\\www\\genesiswa\\wp-admin\\options.php', 'wp-admin/options.php'),
(12874, 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugin-editor.php', 'wp-admin/plugin-editor.php'),
(12875, 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugin-install.php', 'wp-admin/plugin-install.php'),
(12876, 'D:\\laragon\\www\\genesiswa\\wp-admin\\plugins.php', 'wp-admin/plugins.php'),
(12877, 'D:\\laragon\\www\\genesiswa\\wp-admin\\post-new.php', 'wp-admin/post-new.php'),
(12878, 'D:\\laragon\\www\\genesiswa\\wp-admin\\post.php', 'wp-admin/post.php'),
(12879, 'D:\\laragon\\www\\genesiswa\\wp-admin\\press-this.php', 'wp-admin/press-this.php'),
(12880, 'D:\\laragon\\www\\genesiswa\\wp-admin\\privacy-policy-guide.php', 'wp-admin/privacy-policy-guide.php'),
(12881, 'D:\\laragon\\www\\genesiswa\\wp-admin\\privacy.php', 'wp-admin/privacy.php'),
(12882, 'D:\\laragon\\www\\genesiswa\\wp-admin\\profile.php', 'wp-admin/profile.php'),
(12883, 'D:\\laragon\\www\\genesiswa\\wp-admin\\revision.php', 'wp-admin/revision.php'),
(12884, 'D:\\laragon\\www\\genesiswa\\wp-admin\\setup-config.php', 'wp-admin/setup-config.php'),
(12885, 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-editor.php', 'wp-admin/site-editor.php'),
(12886, 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-health-info.php', 'wp-admin/site-health-info.php'),
(12887, 'D:\\laragon\\www\\genesiswa\\wp-admin\\site-health.php', 'wp-admin/site-health.php'),
(12888, 'D:\\laragon\\www\\genesiswa\\wp-admin\\term.php', 'wp-admin/term.php'),
(12889, 'D:\\laragon\\www\\genesiswa\\wp-admin\\theme-editor.php', 'wp-admin/theme-editor.php'),
(12890, 'D:\\laragon\\www\\genesiswa\\wp-admin\\theme-install.php', 'wp-admin/theme-install.php'),
(12891, 'D:\\laragon\\www\\genesiswa\\wp-admin\\themes.php', 'wp-admin/themes.php'),
(12892, 'D:\\laragon\\www\\genesiswa\\wp-admin\\tools.php', 'wp-admin/tools.php'),
(12893, 'D:\\laragon\\www\\genesiswa\\wp-admin\\update-core.php', 'wp-admin/update-core.php'),
(12894, 'D:\\laragon\\www\\genesiswa\\wp-admin\\update.php', 'wp-admin/update.php'),
(12895, 'D:\\laragon\\www\\genesiswa\\wp-admin\\upgrade-functions.php', 'wp-admin/upgrade-functions.php'),
(12896, 'D:\\laragon\\www\\genesiswa\\wp-admin\\upgrade.php', 'wp-admin/upgrade.php'),
(12897, 'D:\\laragon\\www\\genesiswa\\wp-admin\\upload.php', 'wp-admin/upload.php'),
(12898, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\about.php', 'wp-admin/user/about.php'),
(12899, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\admin.php', 'wp-admin/user/admin.php'),
(12900, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\contribute.php', 'wp-admin/user/contribute.php'),
(12901, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\credits.php', 'wp-admin/user/credits.php'),
(12902, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\freedoms.php', 'wp-admin/user/freedoms.php'),
(12903, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\index.php', 'wp-admin/user/index.php'),
(12904, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\menu.php', 'wp-admin/user/menu.php'),
(12905, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\privacy.php', 'wp-admin/user/privacy.php'),
(12906, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\profile.php', 'wp-admin/user/profile.php'),
(12907, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user\\user-edit.php', 'wp-admin/user/user-edit.php'),
(12908, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user-edit.php', 'wp-admin/user-edit.php'),
(12909, 'D:\\laragon\\www\\genesiswa\\wp-admin\\user-new.php', 'wp-admin/user-new.php'),
(12910, 'D:\\laragon\\www\\genesiswa\\wp-admin\\users.php', 'wp-admin/users.php'),
(12911, 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets-form-blocks.php', 'wp-admin/widgets-form-blocks.php'),
(12912, 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets-form.php', 'wp-admin/widgets-form.php'),
(12913, 'D:\\laragon\\www\\genesiswa\\wp-admin\\widgets.php', 'wp-admin/widgets.php'),
(12914, 'D:\\laragon\\www\\genesiswa\\wp-blog-header.php', 'wp-blog-header.php'),
(12915, 'D:\\laragon\\www\\genesiswa\\wp-comments-post.php', 'wp-comments-post.php'),
(12916, 'D:\\laragon\\www\\genesiswa\\wp-config-sample.php', 'wp-config-sample.php'),
(12917, 'D:\\laragon\\www\\genesiswa\\wp-config.php', 'wp-config.php'),
(12918, 'D:\\laragon\\www\\genesiswa\\wp-cron.php', 'wp-cron.php'),
(12919, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\getid3.lib.php', 'wp-includes/ID3/getid3.lib.php'),
(12920, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\getid3.php', 'wp-includes/ID3/getid3.php'),
(12921, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\license.txt', 'wp-includes/ID3/license.txt'),
(12922, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.asf.php', 'wp-includes/ID3/module.audio-video.asf.php'),
(12923, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.flv.php', 'wp-includes/ID3/module.audio-video.flv.php'),
(12924, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.matroska.php', 'wp-includes/ID3/module.audio-video.matroska.php'),
(12925, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.quicktime.php', 'wp-includes/ID3/module.audio-video.quicktime.php'),
(12926, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio-video.riff.php', 'wp-includes/ID3/module.audio-video.riff.php'),
(12927, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.ac3.php', 'wp-includes/ID3/module.audio.ac3.php'),
(12928, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.dts.php', 'wp-includes/ID3/module.audio.dts.php'),
(12929, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.flac.php', 'wp-includes/ID3/module.audio.flac.php'),
(12930, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.mp3.php', 'wp-includes/ID3/module.audio.mp3.php'),
(12931, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.audio.ogg.php', 'wp-includes/ID3/module.audio.ogg.php'),
(12932, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.apetag.php', 'wp-includes/ID3/module.tag.apetag.php'),
(12933, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.id3v1.php', 'wp-includes/ID3/module.tag.id3v1.php'),
(12934, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.id3v2.php', 'wp-includes/ID3/module.tag.id3v2.php'),
(12935, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\module.tag.lyrics3.php', 'wp-includes/ID3/module.tag.lyrics3.php'),
(12936, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ID3\\readme.txt', 'wp-includes/ID3/readme.txt'),
(12937, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-base64.php', 'wp-includes/IXR/class-IXR-base64.php'),
(12938, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-client.php', 'wp-includes/IXR/class-IXR-client.php'),
(12939, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-clientmulticall.php', 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(12940, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-date.php', 'wp-includes/IXR/class-IXR-date.php'),
(12941, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-error.php', 'wp-includes/IXR/class-IXR-error.php'),
(12942, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-introspectionserver.php', 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(12943, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-message.php', 'wp-includes/IXR/class-IXR-message.php'),
(12944, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-request.php', 'wp-includes/IXR/class-IXR-request.php'),
(12945, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-server.php', 'wp-includes/IXR/class-IXR-server.php'),
(12946, 'D:\\laragon\\www\\genesiswa\\wp-includes\\IXR\\class-IXR-value.php', 'wp-includes/IXR/class-IXR-value.php'),
(12947, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\DSNConfigurator.php', 'wp-includes/PHPMailer/DSNConfigurator.php'),
(12948, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\Exception.php', 'wp-includes/PHPMailer/Exception.php'),
(12949, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\OAuth.php', 'wp-includes/PHPMailer/OAuth.php'),
(12950, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\OAuthTokenProvider.php', 'wp-includes/PHPMailer/OAuthTokenProvider.php'),
(12951, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\PHPMailer.php', 'wp-includes/PHPMailer/PHPMailer.php'),
(12952, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\POP3.php', 'wp-includes/PHPMailer/POP3.php'),
(12953, 'D:\\laragon\\www\\genesiswa\\wp-includes\\PHPMailer\\SMTP.php', 'wp-includes/PHPMailer/SMTP.php'),
(12954, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\library\\Requests.php', 'wp-includes/Requests/library/Requests.php'),
(12955, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Auth\\Basic.php', 'wp-includes/Requests/src/Auth/Basic.php'),
(12956, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Auth.php', 'wp-includes/Requests/src/Auth.php'),
(12957, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Autoload.php', 'wp-includes/Requests/src/Autoload.php'),
(12958, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Capability.php', 'wp-includes/Requests/src/Capability.php'),
(12959, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Cookie\\Jar.php', 'wp-includes/Requests/src/Cookie/Jar.php'),
(12960, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Cookie.php', 'wp-includes/Requests/src/Cookie.php'),
(12961, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\ArgumentCount.php', 'wp-includes/Requests/src/Exception/ArgumentCount.php'),
(12962, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status304.php', 'wp-includes/Requests/src/Exception/Http/Status304.php'),
(12963, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status305.php', 'wp-includes/Requests/src/Exception/Http/Status305.php'),
(12964, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status306.php', 'wp-includes/Requests/src/Exception/Http/Status306.php'),
(12965, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status400.php', 'wp-includes/Requests/src/Exception/Http/Status400.php'),
(12966, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status401.php', 'wp-includes/Requests/src/Exception/Http/Status401.php'),
(12967, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status402.php', 'wp-includes/Requests/src/Exception/Http/Status402.php'),
(12968, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status403.php', 'wp-includes/Requests/src/Exception/Http/Status403.php'),
(12969, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status404.php', 'wp-includes/Requests/src/Exception/Http/Status404.php'),
(12970, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status405.php', 'wp-includes/Requests/src/Exception/Http/Status405.php'),
(12971, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status406.php', 'wp-includes/Requests/src/Exception/Http/Status406.php'),
(12972, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status407.php', 'wp-includes/Requests/src/Exception/Http/Status407.php'),
(12973, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status408.php', 'wp-includes/Requests/src/Exception/Http/Status408.php'),
(12974, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status409.php', 'wp-includes/Requests/src/Exception/Http/Status409.php'),
(12975, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status410.php', 'wp-includes/Requests/src/Exception/Http/Status410.php'),
(12976, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status411.php', 'wp-includes/Requests/src/Exception/Http/Status411.php'),
(12977, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status412.php', 'wp-includes/Requests/src/Exception/Http/Status412.php'),
(12978, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status413.php', 'wp-includes/Requests/src/Exception/Http/Status413.php'),
(12979, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status414.php', 'wp-includes/Requests/src/Exception/Http/Status414.php'),
(12980, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status415.php', 'wp-includes/Requests/src/Exception/Http/Status415.php'),
(12981, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status416.php', 'wp-includes/Requests/src/Exception/Http/Status416.php'),
(12982, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status417.php', 'wp-includes/Requests/src/Exception/Http/Status417.php'),
(12983, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status418.php', 'wp-includes/Requests/src/Exception/Http/Status418.php'),
(12984, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status428.php', 'wp-includes/Requests/src/Exception/Http/Status428.php'),
(12985, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status429.php', 'wp-includes/Requests/src/Exception/Http/Status429.php'),
(12986, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status431.php', 'wp-includes/Requests/src/Exception/Http/Status431.php'),
(12987, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status500.php', 'wp-includes/Requests/src/Exception/Http/Status500.php'),
(12988, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status501.php', 'wp-includes/Requests/src/Exception/Http/Status501.php'),
(12989, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status502.php', 'wp-includes/Requests/src/Exception/Http/Status502.php'),
(12990, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status503.php', 'wp-includes/Requests/src/Exception/Http/Status503.php'),
(12991, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status504.php', 'wp-includes/Requests/src/Exception/Http/Status504.php'),
(12992, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status505.php', 'wp-includes/Requests/src/Exception/Http/Status505.php'),
(12993, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\Status511.php', 'wp-includes/Requests/src/Exception/Http/Status511.php'),
(12994, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http\\StatusUnknown.php', 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),
(12995, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Http.php', 'wp-includes/Requests/src/Exception/Http.php'),
(12996, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\InvalidArgument.php', 'wp-includes/Requests/src/Exception/InvalidArgument.php'),
(12997, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Transport\\Curl.php', 'wp-includes/Requests/src/Exception/Transport/Curl.php'),
(12998, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception\\Transport.php', 'wp-includes/Requests/src/Exception/Transport.php'),
(12999, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Exception.php', 'wp-includes/Requests/src/Exception.php'),
(13000, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\HookManager.php', 'wp-includes/Requests/src/HookManager.php'),
(13001, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Hooks.php', 'wp-includes/Requests/src/Hooks.php'),
(13002, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\IdnaEncoder.php', 'wp-includes/Requests/src/IdnaEncoder.php'),
(13003, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Ipv6.php', 'wp-includes/Requests/src/Ipv6.php'),
(13004, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Iri.php', 'wp-includes/Requests/src/Iri.php'),
(13005, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Port.php', 'wp-includes/Requests/src/Port.php'),
(13006, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Proxy\\Http.php', 'wp-includes/Requests/src/Proxy/Http.php'),
(13007, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Proxy.php', 'wp-includes/Requests/src/Proxy.php'),
(13008, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Requests.php', 'wp-includes/Requests/src/Requests.php'),
(13009, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Response\\Headers.php', 'wp-includes/Requests/src/Response/Headers.php'),
(13010, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Response.php', 'wp-includes/Requests/src/Response.php'),
(13011, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Session.php', 'wp-includes/Requests/src/Session.php'),
(13012, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Ssl.php', 'wp-includes/Requests/src/Ssl.php'),
(13013, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport\\Curl.php', 'wp-includes/Requests/src/Transport/Curl.php'),
(13014, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport\\Fsockopen.php', 'wp-includes/Requests/src/Transport/Fsockopen.php'),
(13015, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Transport.php', 'wp-includes/Requests/src/Transport.php'),
(13016, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\CaseInsensitiveDictionary.php', 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),
(13017, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\FilteredIterator.php', 'wp-includes/Requests/src/Utility/FilteredIterator.php'),
(13018, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Requests\\src\\Utility\\InputValidator.php', 'wp-includes/Requests/src/Utility/InputValidator.php'),
(13019, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\autoloader.php', 'wp-includes/SimplePie/autoloader.php'),
(13020, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Author.php', 'wp-includes/SimplePie/library/SimplePie/Author.php'),
(13021, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Base.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php'),
(13022, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\DB.php', 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php'),
(13023, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\File.php', 'wp-includes/SimplePie/library/SimplePie/Cache/File.php'),
(13024, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Memcache.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php'),
(13025, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Memcached.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php'),
(13026, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\MySQL.php', 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php'),
(13027, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache\\Redis.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php'),
(13028, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Cache.php', 'wp-includes/SimplePie/library/SimplePie/Cache.php'),
(13029, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Caption.php', 'wp-includes/SimplePie/library/SimplePie/Caption.php'),
(13030, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Category.php', 'wp-includes/SimplePie/library/SimplePie/Category.php'),
(13031, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Content\\Type\\Sniffer.php', 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php'),
(13032, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Copyright.php', 'wp-includes/SimplePie/library/SimplePie/Copyright.php'),
(13033, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Core.php', 'wp-includes/SimplePie/library/SimplePie/Core.php'),
(13034, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Credit.php', 'wp-includes/SimplePie/library/SimplePie/Credit.php'),
(13035, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Decode\\HTML\\Entities.php', 'wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php'),
(13036, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Enclosure.php', 'wp-includes/SimplePie/library/SimplePie/Enclosure.php'),
(13037, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Exception.php', 'wp-includes/SimplePie/library/SimplePie/Exception.php'),
(13038, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\File.php', 'wp-includes/SimplePie/library/SimplePie/File.php'),
(13039, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\HTTP\\Parser.php', 'wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13040, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\IRI.php', 'wp-includes/SimplePie/library/SimplePie/IRI.php'),
(13041, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Item.php', 'wp-includes/SimplePie/library/SimplePie/Item.php'),
(13042, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Locator.php', 'wp-includes/SimplePie/library/SimplePie/Locator.php'),
(13043, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Misc.php', 'wp-includes/SimplePie/library/SimplePie/Misc.php'),
(13044, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Net\\IPv6.php', 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php'),
(13045, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Parse\\Date.php', 'wp-includes/SimplePie/library/SimplePie/Parse/Date.php'),
(13046, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Parser.php', 'wp-includes/SimplePie/library/SimplePie/Parser.php'),
(13047, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Rating.php', 'wp-includes/SimplePie/library/SimplePie/Rating.php'),
(13048, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Registry.php', 'wp-includes/SimplePie/library/SimplePie/Registry.php'),
(13049, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Restriction.php', 'wp-includes/SimplePie/library/SimplePie/Restriction.php'),
(13050, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Sanitize.php', 'wp-includes/SimplePie/library/SimplePie/Sanitize.php'),
(13051, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\Source.php', 'wp-includes/SimplePie/library/SimplePie/Source.php'),
(13052, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\XML\\Declaration\\Parser.php', 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php'),
(13053, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie\\gzdecode.php', 'wp-includes/SimplePie/library/SimplePie/gzdecode.php'),
(13054, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\library\\SimplePie.php', 'wp-includes/SimplePie/library/SimplePie.php'),
(13055, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Author.php', 'wp-includes/SimplePie/src/Author.php'),
(13056, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Base.php', 'wp-includes/SimplePie/src/Cache/Base.php'),
(13057, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\BaseDataCache.php', 'wp-includes/SimplePie/src/Cache/BaseDataCache.php'),
(13058, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\CallableNameFilter.php', 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php'),
(13059, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\DB.php', 'wp-includes/SimplePie/src/Cache/DB.php'),
(13060, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\DataCache.php', 'wp-includes/SimplePie/src/Cache/DataCache.php'),
(13061, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\File.php', 'wp-includes/SimplePie/src/Cache/File.php'),
(13062, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Memcache.php', 'wp-includes/SimplePie/src/Cache/Memcache.php'),
(13063, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Memcached.php', 'wp-includes/SimplePie/src/Cache/Memcached.php'),
(13064, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\MySQL.php', 'wp-includes/SimplePie/src/Cache/MySQL.php'),
(13065, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\NameFilter.php', 'wp-includes/SimplePie/src/Cache/NameFilter.php'),
(13066, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Psr16.php', 'wp-includes/SimplePie/src/Cache/Psr16.php'),
(13067, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache\\Redis.php', 'wp-includes/SimplePie/src/Cache/Redis.php'),
(13068, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Cache.php', 'wp-includes/SimplePie/src/Cache.php'),
(13069, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Caption.php', 'wp-includes/SimplePie/src/Caption.php'),
(13070, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Category.php', 'wp-includes/SimplePie/src/Category.php'),
(13071, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Content\\Type\\Sniffer.php', 'wp-includes/SimplePie/src/Content/Type/Sniffer.php'),
(13072, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Copyright.php', 'wp-includes/SimplePie/src/Copyright.php'),
(13073, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Credit.php', 'wp-includes/SimplePie/src/Credit.php'),
(13074, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Enclosure.php', 'wp-includes/SimplePie/src/Enclosure.php'),
(13075, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Exception.php', 'wp-includes/SimplePie/src/Exception.php'),
(13076, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\File.php', 'wp-includes/SimplePie/src/File.php'),
(13077, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Gzdecode.php', 'wp-includes/SimplePie/src/Gzdecode.php'),
(13078, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Client.php', 'wp-includes/SimplePie/src/HTTP/Client.php'),
(13079, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\ClientException.php', 'wp-includes/SimplePie/src/HTTP/ClientException.php'),
(13080, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\FileClient.php', 'wp-includes/SimplePie/src/HTTP/FileClient.php'),
(13081, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Parser.php', 'wp-includes/SimplePie/src/HTTP/Parser.php'),
(13082, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Psr18Client.php', 'wp-includes/SimplePie/src/HTTP/Psr18Client.php'),
(13083, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Psr7Response.php', 'wp-includes/SimplePie/src/HTTP/Psr7Response.php'),
(13084, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\RawTextResponse.php', 'wp-includes/SimplePie/src/HTTP/RawTextResponse.php'),
(13085, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\HTTP\\Response.php', 'wp-includes/SimplePie/src/HTTP/Response.php'),
(13086, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\IRI.php', 'wp-includes/SimplePie/src/IRI.php'),
(13087, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Item.php', 'wp-includes/SimplePie/src/Item.php'),
(13088, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Locator.php', 'wp-includes/SimplePie/src/Locator.php'),
(13089, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Misc.php', 'wp-includes/SimplePie/src/Misc.php'),
(13090, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Net\\IPv6.php', 'wp-includes/SimplePie/src/Net/IPv6.php'),
(13091, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Parse\\Date.php', 'wp-includes/SimplePie/src/Parse/Date.php'),
(13092, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Parser.php', 'wp-includes/SimplePie/src/Parser.php'),
(13093, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Rating.php', 'wp-includes/SimplePie/src/Rating.php'),
(13094, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Registry.php', 'wp-includes/SimplePie/src/Registry.php'),
(13095, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\RegistryAware.php', 'wp-includes/SimplePie/src/RegistryAware.php'),
(13096, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Restriction.php', 'wp-includes/SimplePie/src/Restriction.php'),
(13097, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Sanitize.php', 'wp-includes/SimplePie/src/Sanitize.php'),
(13098, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\SimplePie.php', 'wp-includes/SimplePie/src/SimplePie.php'),
(13099, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\Source.php', 'wp-includes/SimplePie/src/Source.php'),
(13100, 'D:\\laragon\\www\\genesiswa\\wp-includes\\SimplePie\\src\\XML\\Declaration\\Parser.php', 'wp-includes/SimplePie/src/XML/Declaration/Parser.php'),
(13101, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\native.php', 'wp-includes/Text/Diff/Engine/native.php'),
(13102, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\shell.php', 'wp-includes/Text/Diff/Engine/shell.php'),
(13103, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\string.php', 'wp-includes/Text/Diff/Engine/string.php'),
(13104, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Engine\\xdiff.php', 'wp-includes/Text/Diff/Engine/xdiff.php'),
(13105, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Renderer\\inline.php', 'wp-includes/Text/Diff/Renderer/inline.php'),
(13106, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff\\Renderer.php', 'wp-includes/Text/Diff/Renderer.php'),
(13107, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Diff.php', 'wp-includes/Text/Diff.php'),
(13108, 'D:\\laragon\\www\\genesiswa\\wp-includes\\Text\\Exception.php', 'wp-includes/Text/Exception.php'),
(13109, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-abilities-registry.php', 'wp-includes/abilities-api/class-wp-abilities-registry.php'),
(13110, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability-categories-registry.php', 'wp-includes/abilities-api/class-wp-ability-categories-registry.php'),
(13111, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability-category.php', 'wp-includes/abilities-api/class-wp-ability-category.php'),
(13112, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api\\class-wp-ability.php', 'wp-includes/abilities-api/class-wp-ability.php'),
(13113, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities-api.php', 'wp-includes/abilities-api.php'),
(13114, 'D:\\laragon\\www\\genesiswa\\wp-includes\\abilities.php', 'wp-includes/abilities.php'),
(13115, 'D:\\laragon\\www\\genesiswa\\wp-includes\\admin-bar.php', 'wp-includes/admin-bar.php'),
(13116, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-packages.min.php', 'wp-includes/assets/script-loader-packages.min.php'),
(13117, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-packages.php', 'wp-includes/assets/script-loader-packages.php'),
(13118, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-entry.min.php', 'wp-includes/assets/script-loader-react-refresh-entry.min.php'),
(13119, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-entry.php', 'wp-includes/assets/script-loader-react-refresh-entry.php'),
(13120, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-runtime.min.php', 'wp-includes/assets/script-loader-react-refresh-runtime.min.php'),
(13121, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-loader-react-refresh-runtime.php', 'wp-includes/assets/script-loader-react-refresh-runtime.php'),
(13122, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-modules-packages.min.php', 'wp-includes/assets/script-modules-packages.min.php'),
(13123, 'D:\\laragon\\www\\genesiswa\\wp-includes\\assets\\script-modules-packages.php', 'wp-includes/assets/script-modules-packages.php'),
(13124, 'D:\\laragon\\www\\genesiswa\\wp-includes\\atomlib.php', 'wp-includes/atomlib.php'),
(13125, 'D:\\laragon\\www\\genesiswa\\wp-includes\\author-template.php', 'wp-includes/author-template.php'),
(13126, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\pattern-overrides.php', 'wp-includes/block-bindings/pattern-overrides.php'),
(13127, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\post-data.php', 'wp-includes/block-bindings/post-data.php'),
(13128, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\post-meta.php', 'wp-includes/block-bindings/post-meta.php'),
(13129, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings\\term-data.php', 'wp-includes/block-bindings/term-data.php'),
(13130, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-bindings.php', 'wp-includes/block-bindings.php'),
(13131, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-editor.php', 'wp-includes/block-editor.php'),
(13132, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-i18n.json', 'wp-includes/block-i18n.json'),
(13133, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-grid-posts.php', 'wp-includes/block-patterns/query-grid-posts.php'),
(13134, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-large-title-posts.php', 'wp-includes/block-patterns/query-large-title-posts.php'),
(13135, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-medium-posts.php', 'wp-includes/block-patterns/query-medium-posts.php'),
(13136, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-offset-posts.php', 'wp-includes/block-patterns/query-offset-posts.php'),
(13137, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-small-posts.php', 'wp-includes/block-patterns/query-small-posts.php'),
(13138, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\query-standard-posts.php', 'wp-includes/block-patterns/query-standard-posts.php'),
(13139, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns\\social-links-shared-background-color.php', 'wp-includes/block-patterns/social-links-shared-background-color.php'),
(13140, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-patterns.php', 'wp-includes/block-patterns.php'),
(13141, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\align.php', 'wp-includes/block-supports/align.php'),
(13142, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\aria-label.php', 'wp-includes/block-supports/aria-label.php'),
(13143, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\background.php', 'wp-includes/block-supports/background.php'),
(13144, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\block-style-variations.php', 'wp-includes/block-supports/block-style-variations.php'),
(13145, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\block-visibility.php', 'wp-includes/block-supports/block-visibility.php'),
(13146, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\border.php', 'wp-includes/block-supports/border.php'),
(13147, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\colors.php', 'wp-includes/block-supports/colors.php'),
(13148, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\custom-classname.php', 'wp-includes/block-supports/custom-classname.php'),
(13149, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\dimensions.php', 'wp-includes/block-supports/dimensions.php'),
(13150, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\duotone.php', 'wp-includes/block-supports/duotone.php'),
(13151, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\elements.php', 'wp-includes/block-supports/elements.php'),
(13152, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\generated-classname.php', 'wp-includes/block-supports/generated-classname.php'),
(13153, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\layout.php', 'wp-includes/block-supports/layout.php'),
(13154, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\position.php', 'wp-includes/block-supports/position.php'),
(13155, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\settings.php', 'wp-includes/block-supports/settings.php'),
(13156, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\shadow.php', 'wp-includes/block-supports/shadow.php'),
(13157, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\spacing.php', 'wp-includes/block-supports/spacing.php'),
(13158, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\typography.php', 'wp-includes/block-supports/typography.php'),
(13159, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-supports\\utils.php', 'wp-includes/block-supports/utils.php'),
(13160, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-template-utils.php', 'wp-includes/block-template-utils.php'),
(13161, 'D:\\laragon\\www\\genesiswa\\wp-includes\\block-template.php', 'wp-includes/block-template.php'),
(13162, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\block.json', 'wp-includes/blocks/accordion/block.json'),
(13163, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style-rtl.css', 'wp-includes/blocks/accordion/style-rtl.css'),
(13164, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style-rtl.min.css', 'wp-includes/blocks/accordion/style-rtl.min.css'),
(13165, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style.css', 'wp-includes/blocks/accordion/style.css'),
(13166, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion\\style.min.css', 'wp-includes/blocks/accordion/style.min.css'),
(13167, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\block.json', 'wp-includes/blocks/accordion-heading/block.json'),
(13168, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style-rtl.css', 'wp-includes/blocks/accordion-heading/style-rtl.css'),
(13169, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style-rtl.min.css', 'wp-includes/blocks/accordion-heading/style-rtl.min.css'),
(13170, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style.css', 'wp-includes/blocks/accordion-heading/style.css'),
(13171, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-heading\\style.min.css', 'wp-includes/blocks/accordion-heading/style.min.css'),
(13172, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\block.json', 'wp-includes/blocks/accordion-item/block.json'),
(13173, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style-rtl.css', 'wp-includes/blocks/accordion-item/style-rtl.css'),
(13174, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style-rtl.min.css', 'wp-includes/blocks/accordion-item/style-rtl.min.css'),
(13175, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style.css', 'wp-includes/blocks/accordion-item/style.css'),
(13176, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item\\style.min.css', 'wp-includes/blocks/accordion-item/style.min.css'),
(13177, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-item.php', 'wp-includes/blocks/accordion-item.php'),
(13178, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\block.json', 'wp-includes/blocks/accordion-panel/block.json'),
(13179, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style-rtl.css', 'wp-includes/blocks/accordion-panel/style-rtl.css'),
(13180, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style-rtl.min.css', 'wp-includes/blocks/accordion-panel/style-rtl.min.css'),
(13181, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style.css', 'wp-includes/blocks/accordion-panel/style.css'),
(13182, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion-panel\\style.min.css', 'wp-includes/blocks/accordion-panel/style.min.css'),
(13183, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\accordion.php', 'wp-includes/blocks/accordion.php'),
(13184, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\block.json', 'wp-includes/blocks/archives/block.json'),
(13185, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor-rtl.css', 'wp-includes/blocks/archives/editor-rtl.css'),
(13186, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor-rtl.min.css', 'wp-includes/blocks/archives/editor-rtl.min.css'),
(13187, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor.css', 'wp-includes/blocks/archives/editor.css'),
(13188, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\editor.min.css', 'wp-includes/blocks/archives/editor.min.css'),
(13189, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style-rtl.css', 'wp-includes/blocks/archives/style-rtl.css'),
(13190, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style-rtl.min.css', 'wp-includes/blocks/archives/style-rtl.min.css'),
(13191, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style.css', 'wp-includes/blocks/archives/style.css'),
(13192, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives\\style.min.css', 'wp-includes/blocks/archives/style.min.css'),
(13193, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\archives.php', 'wp-includes/blocks/archives.php'),
(13194, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\block.json', 'wp-includes/blocks/audio/block.json'),
(13195, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor-rtl.css', 'wp-includes/blocks/audio/editor-rtl.css'),
(13196, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor-rtl.min.css', 'wp-includes/blocks/audio/editor-rtl.min.css'),
(13197, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor.css', 'wp-includes/blocks/audio/editor.css'),
(13198, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\editor.min.css', 'wp-includes/blocks/audio/editor.min.css'),
(13199, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style-rtl.css', 'wp-includes/blocks/audio/style-rtl.css'),
(13200, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style-rtl.min.css', 'wp-includes/blocks/audio/style-rtl.min.css'),
(13201, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style.css', 'wp-includes/blocks/audio/style.css'),
(13202, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\style.min.css', 'wp-includes/blocks/audio/style.min.css'),
(13203, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme-rtl.css', 'wp-includes/blocks/audio/theme-rtl.css'),
(13204, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme-rtl.min.css', 'wp-includes/blocks/audio/theme-rtl.min.css'),
(13205, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme.css', 'wp-includes/blocks/audio/theme.css'),
(13206, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\audio\\theme.min.css', 'wp-includes/blocks/audio/theme.min.css'),
(13207, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\block.json', 'wp-includes/blocks/avatar/block.json'),
(13208, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor-rtl.css', 'wp-includes/blocks/avatar/editor-rtl.css'),
(13209, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor-rtl.min.css', 'wp-includes/blocks/avatar/editor-rtl.min.css'),
(13210, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor.css', 'wp-includes/blocks/avatar/editor.css'),
(13211, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\editor.min.css', 'wp-includes/blocks/avatar/editor.min.css'),
(13212, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style-rtl.css', 'wp-includes/blocks/avatar/style-rtl.css'),
(13213, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style-rtl.min.css', 'wp-includes/blocks/avatar/style-rtl.min.css'),
(13214, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style.css', 'wp-includes/blocks/avatar/style.css'),
(13215, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar\\style.min.css', 'wp-includes/blocks/avatar/style.min.css'),
(13216, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\avatar.php', 'wp-includes/blocks/avatar.php'),
(13217, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\block\\block.json', 'wp-includes/blocks/block/block.json'),
(13218, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\block.php', 'wp-includes/blocks/block.php'),
(13219, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\blocks-json.php', 'wp-includes/blocks/blocks-json.php'),
(13220, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\block.json', 'wp-includes/blocks/button/block.json'),
(13221, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor-rtl.css', 'wp-includes/blocks/button/editor-rtl.css'),
(13222, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor-rtl.min.css', 'wp-includes/blocks/button/editor-rtl.min.css'),
(13223, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor.css', 'wp-includes/blocks/button/editor.css'),
(13224, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\editor.min.css', 'wp-includes/blocks/button/editor.min.css'),
(13225, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style-rtl.css', 'wp-includes/blocks/button/style-rtl.css'),
(13226, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style-rtl.min.css', 'wp-includes/blocks/button/style-rtl.min.css'),
(13227, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style.css', 'wp-includes/blocks/button/style.css'),
(13228, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button\\style.min.css', 'wp-includes/blocks/button/style.min.css'),
(13229, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\button.php', 'wp-includes/blocks/button.php'),
(13230, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\block.json', 'wp-includes/blocks/buttons/block.json'),
(13231, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor-rtl.css', 'wp-includes/blocks/buttons/editor-rtl.css'),
(13232, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor-rtl.min.css', 'wp-includes/blocks/buttons/editor-rtl.min.css'),
(13233, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor.css', 'wp-includes/blocks/buttons/editor.css'),
(13234, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\editor.min.css', 'wp-includes/blocks/buttons/editor.min.css'),
(13235, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style-rtl.css', 'wp-includes/blocks/buttons/style-rtl.css'),
(13236, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style-rtl.min.css', 'wp-includes/blocks/buttons/style-rtl.min.css'),
(13237, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style.css', 'wp-includes/blocks/buttons/style.css'),
(13238, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\buttons\\style.min.css', 'wp-includes/blocks/buttons/style.min.css'),
(13239, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\block.json', 'wp-includes/blocks/calendar/block.json'),
(13240, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style-rtl.css', 'wp-includes/blocks/calendar/style-rtl.css'),
(13241, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style-rtl.min.css', 'wp-includes/blocks/calendar/style-rtl.min.css'),
(13242, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style.css', 'wp-includes/blocks/calendar/style.css'),
(13243, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar\\style.min.css', 'wp-includes/blocks/calendar/style.min.css'),
(13244, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\calendar.php', 'wp-includes/blocks/calendar.php'),
(13245, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\block.json', 'wp-includes/blocks/categories/block.json'),
(13246, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor-rtl.css', 'wp-includes/blocks/categories/editor-rtl.css'),
(13247, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor-rtl.min.css', 'wp-includes/blocks/categories/editor-rtl.min.css'),
(13248, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor.css', 'wp-includes/blocks/categories/editor.css'),
(13249, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\editor.min.css', 'wp-includes/blocks/categories/editor.min.css'),
(13250, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style-rtl.css', 'wp-includes/blocks/categories/style-rtl.css'),
(13251, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style-rtl.min.css', 'wp-includes/blocks/categories/style-rtl.min.css'),
(13252, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style.css', 'wp-includes/blocks/categories/style.css'),
(13253, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories\\style.min.css', 'wp-includes/blocks/categories/style.min.css'),
(13254, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\categories.php', 'wp-includes/blocks/categories.php'),
(13255, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\block.json', 'wp-includes/blocks/code/block.json'),
(13256, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor-rtl.css', 'wp-includes/blocks/code/editor-rtl.css'),
(13257, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor-rtl.min.css', 'wp-includes/blocks/code/editor-rtl.min.css'),
(13258, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor.css', 'wp-includes/blocks/code/editor.css'),
(13259, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\editor.min.css', 'wp-includes/blocks/code/editor.min.css'),
(13260, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style-rtl.css', 'wp-includes/blocks/code/style-rtl.css'),
(13261, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style-rtl.min.css', 'wp-includes/blocks/code/style-rtl.min.css'),
(13262, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style.css', 'wp-includes/blocks/code/style.css'),
(13263, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\style.min.css', 'wp-includes/blocks/code/style.min.css'),
(13264, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme-rtl.css', 'wp-includes/blocks/code/theme-rtl.css'),
(13265, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme-rtl.min.css', 'wp-includes/blocks/code/theme-rtl.min.css'),
(13266, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme.css', 'wp-includes/blocks/code/theme.css'),
(13267, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\code\\theme.min.css', 'wp-includes/blocks/code/theme.min.css'),
(13268, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\column\\block.json', 'wp-includes/blocks/column/block.json'),
(13269, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\block.json', 'wp-includes/blocks/columns/block.json'),
(13270, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor-rtl.css', 'wp-includes/blocks/columns/editor-rtl.css'),
(13271, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor-rtl.min.css', 'wp-includes/blocks/columns/editor-rtl.min.css'),
(13272, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor.css', 'wp-includes/blocks/columns/editor.css'),
(13273, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\editor.min.css', 'wp-includes/blocks/columns/editor.min.css'),
(13274, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style-rtl.css', 'wp-includes/blocks/columns/style-rtl.css'),
(13275, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style-rtl.min.css', 'wp-includes/blocks/columns/style-rtl.min.css'),
(13276, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style.css', 'wp-includes/blocks/columns/style.css'),
(13277, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\columns\\style.min.css', 'wp-includes/blocks/columns/style.min.css'),
(13278, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\block.json', 'wp-includes/blocks/comment-author-name/block.json'),
(13279, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style-rtl.css', 'wp-includes/blocks/comment-author-name/style-rtl.css'),
(13280, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style-rtl.min.css', 'wp-includes/blocks/comment-author-name/style-rtl.min.css'),
(13281, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style.css', 'wp-includes/blocks/comment-author-name/style.css'),
(13282, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name\\style.min.css', 'wp-includes/blocks/comment-author-name/style.min.css'),
(13283, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-author-name.php', 'wp-includes/blocks/comment-author-name.php'),
(13284, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\block.json', 'wp-includes/blocks/comment-content/block.json'),
(13285, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style-rtl.css', 'wp-includes/blocks/comment-content/style-rtl.css'),
(13286, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style-rtl.min.css', 'wp-includes/blocks/comment-content/style-rtl.min.css'),
(13287, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style.css', 'wp-includes/blocks/comment-content/style.css'),
(13288, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content\\style.min.css', 'wp-includes/blocks/comment-content/style.min.css'),
(13289, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-content.php', 'wp-includes/blocks/comment-content.php'),
(13290, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\block.json', 'wp-includes/blocks/comment-date/block.json'),
(13291, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style-rtl.css', 'wp-includes/blocks/comment-date/style-rtl.css'),
(13292, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style-rtl.min.css', 'wp-includes/blocks/comment-date/style-rtl.min.css'),
(13293, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style.css', 'wp-includes/blocks/comment-date/style.css'),
(13294, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date\\style.min.css', 'wp-includes/blocks/comment-date/style.min.css'),
(13295, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-date.php', 'wp-includes/blocks/comment-date.php'),
(13296, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\block.json', 'wp-includes/blocks/comment-edit-link/block.json'),
(13297, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style-rtl.css', 'wp-includes/blocks/comment-edit-link/style-rtl.css'),
(13298, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style-rtl.min.css', 'wp-includes/blocks/comment-edit-link/style-rtl.min.css'),
(13299, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style.css', 'wp-includes/blocks/comment-edit-link/style.css'),
(13300, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link\\style.min.css', 'wp-includes/blocks/comment-edit-link/style.min.css'),
(13301, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-edit-link.php', 'wp-includes/blocks/comment-edit-link.php'),
(13302, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\block.json', 'wp-includes/blocks/comment-reply-link/block.json'),
(13303, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style-rtl.css', 'wp-includes/blocks/comment-reply-link/style-rtl.css'),
(13304, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style-rtl.min.css', 'wp-includes/blocks/comment-reply-link/style-rtl.min.css'),
(13305, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style.css', 'wp-includes/blocks/comment-reply-link/style.css'),
(13306, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link\\style.min.css', 'wp-includes/blocks/comment-reply-link/style.min.css'),
(13307, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-reply-link.php', 'wp-includes/blocks/comment-reply-link.php'),
(13308, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\block.json', 'wp-includes/blocks/comment-template/block.json'),
(13309, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style-rtl.css', 'wp-includes/blocks/comment-template/style-rtl.css'),
(13310, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style-rtl.min.css', 'wp-includes/blocks/comment-template/style-rtl.min.css'),
(13311, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style.css', 'wp-includes/blocks/comment-template/style.css'),
(13312, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template\\style.min.css', 'wp-includes/blocks/comment-template/style.min.css'),
(13313, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comment-template.php', 'wp-includes/blocks/comment-template.php'),
(13314, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\block.json', 'wp-includes/blocks/comments/block.json'),
(13315, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor-rtl.css', 'wp-includes/blocks/comments/editor-rtl.css'),
(13316, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor-rtl.min.css', 'wp-includes/blocks/comments/editor-rtl.min.css'),
(13317, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor.css', 'wp-includes/blocks/comments/editor.css'),
(13318, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\editor.min.css', 'wp-includes/blocks/comments/editor.min.css'),
(13319, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style-rtl.css', 'wp-includes/blocks/comments/style-rtl.css'),
(13320, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style-rtl.min.css', 'wp-includes/blocks/comments/style-rtl.min.css'),
(13321, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style.css', 'wp-includes/blocks/comments/style.css'),
(13322, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments\\style.min.css', 'wp-includes/blocks/comments/style.min.css'),
(13323, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\block.json', 'wp-includes/blocks/comments-pagination/block.json'),
(13324, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor-rtl.css', 'wp-includes/blocks/comments-pagination/editor-rtl.css'),
(13325, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor-rtl.min.css', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css'),
(13326, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor.css', 'wp-includes/blocks/comments-pagination/editor.css'),
(13327, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\editor.min.css', 'wp-includes/blocks/comments-pagination/editor.min.css'),
(13328, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style-rtl.css', 'wp-includes/blocks/comments-pagination/style-rtl.css'),
(13329, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style-rtl.min.css', 'wp-includes/blocks/comments-pagination/style-rtl.min.css'),
(13330, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style.css', 'wp-includes/blocks/comments-pagination/style.css'),
(13331, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination\\style.min.css', 'wp-includes/blocks/comments-pagination/style.min.css'),
(13332, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-next\\block.json', 'wp-includes/blocks/comments-pagination-next/block.json'),
(13333, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-next.php', 'wp-includes/blocks/comments-pagination-next.php'),
(13334, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\block.json', 'wp-includes/blocks/comments-pagination-numbers/block.json'),
(13335, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor-rtl.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),
(13336, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor-rtl.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),
(13337, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor.css', 'wp-includes/blocks/comments-pagination-numbers/editor.css'),
(13338, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers\\editor.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),
(13339, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-numbers.php', 'wp-includes/blocks/comments-pagination-numbers.php'),
(13340, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-previous\\block.json', 'wp-includes/blocks/comments-pagination-previous/block.json'),
(13341, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination-previous.php', 'wp-includes/blocks/comments-pagination-previous.php'),
(13342, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-pagination.php', 'wp-includes/blocks/comments-pagination.php'),
(13343, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\block.json', 'wp-includes/blocks/comments-title/block.json'),
(13344, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor-rtl.css', 'wp-includes/blocks/comments-title/editor-rtl.css'),
(13345, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor-rtl.min.css', 'wp-includes/blocks/comments-title/editor-rtl.min.css'),
(13346, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor.css', 'wp-includes/blocks/comments-title/editor.css'),
(13347, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title\\editor.min.css', 'wp-includes/blocks/comments-title/editor.min.css'),
(13348, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments-title.php', 'wp-includes/blocks/comments-title.php'),
(13349, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\comments.php', 'wp-includes/blocks/comments.php'),
(13350, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\block.json', 'wp-includes/blocks/cover/block.json'),
(13351, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor-rtl.css', 'wp-includes/blocks/cover/editor-rtl.css'),
(13352, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor-rtl.min.css', 'wp-includes/blocks/cover/editor-rtl.min.css'),
(13353, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor.css', 'wp-includes/blocks/cover/editor.css'),
(13354, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\editor.min.css', 'wp-includes/blocks/cover/editor.min.css'),
(13355, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style-rtl.css', 'wp-includes/blocks/cover/style-rtl.css'),
(13356, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style-rtl.min.css', 'wp-includes/blocks/cover/style-rtl.min.css'),
(13357, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style.css', 'wp-includes/blocks/cover/style.css'),
(13358, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover\\style.min.css', 'wp-includes/blocks/cover/style.min.css'),
(13359, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\cover.php', 'wp-includes/blocks/cover.php'),
(13360, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\block.json', 'wp-includes/blocks/details/block.json'),
(13361, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor-rtl.css', 'wp-includes/blocks/details/editor-rtl.css'),
(13362, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor-rtl.min.css', 'wp-includes/blocks/details/editor-rtl.min.css'),
(13363, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor.css', 'wp-includes/blocks/details/editor.css'),
(13364, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\editor.min.css', 'wp-includes/blocks/details/editor.min.css'),
(13365, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style-rtl.css', 'wp-includes/blocks/details/style-rtl.css'),
(13366, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style-rtl.min.css', 'wp-includes/blocks/details/style-rtl.min.css'),
(13367, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style.css', 'wp-includes/blocks/details/style.css'),
(13368, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\details\\style.min.css', 'wp-includes/blocks/details/style.min.css'),
(13369, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\block.json', 'wp-includes/blocks/embed/block.json'),
(13370, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor-rtl.css', 'wp-includes/blocks/embed/editor-rtl.css'),
(13371, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor-rtl.min.css', 'wp-includes/blocks/embed/editor-rtl.min.css'),
(13372, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor.css', 'wp-includes/blocks/embed/editor.css'),
(13373, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\editor.min.css', 'wp-includes/blocks/embed/editor.min.css'),
(13374, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style-rtl.css', 'wp-includes/blocks/embed/style-rtl.css'),
(13375, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style-rtl.min.css', 'wp-includes/blocks/embed/style-rtl.min.css'),
(13376, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style.css', 'wp-includes/blocks/embed/style.css'),
(13377, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\style.min.css', 'wp-includes/blocks/embed/style.min.css'),
(13378, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme-rtl.css', 'wp-includes/blocks/embed/theme-rtl.css'),
(13379, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme-rtl.min.css', 'wp-includes/blocks/embed/theme-rtl.min.css'),
(13380, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme.css', 'wp-includes/blocks/embed/theme.css'),
(13381, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\embed\\theme.min.css', 'wp-includes/blocks/embed/theme.min.css'),
(13382, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\block.json', 'wp-includes/blocks/file/block.json'),
(13383, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor-rtl.css', 'wp-includes/blocks/file/editor-rtl.css'),
(13384, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor-rtl.min.css', 'wp-includes/blocks/file/editor-rtl.min.css'),
(13385, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor.css', 'wp-includes/blocks/file/editor.css'),
(13386, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\editor.min.css', 'wp-includes/blocks/file/editor.min.css'),
(13387, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style-rtl.css', 'wp-includes/blocks/file/style-rtl.css'),
(13388, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style-rtl.min.css', 'wp-includes/blocks/file/style-rtl.min.css'),
(13389, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style.css', 'wp-includes/blocks/file/style.css'),
(13390, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\style.min.css', 'wp-includes/blocks/file/style.min.css'),
(13391, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.asset.php', 'wp-includes/blocks/file/view.asset.php'),
(13392, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.js', 'wp-includes/blocks/file/view.js'),
(13393, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.min.asset.php', 'wp-includes/blocks/file/view.min.asset.php'),
(13394, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file\\view.min.js', 'wp-includes/blocks/file/view.min.js'),
(13395, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\file.php', 'wp-includes/blocks/file.php'),
(13396, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\block.json', 'wp-includes/blocks/footnotes/block.json'),
(13397, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style-rtl.css', 'wp-includes/blocks/footnotes/style-rtl.css'),
(13398, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style-rtl.min.css', 'wp-includes/blocks/footnotes/style-rtl.min.css'),
(13399, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style.css', 'wp-includes/blocks/footnotes/style.css'),
(13400, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes\\style.min.css', 'wp-includes/blocks/footnotes/style.min.css'),
(13401, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\footnotes.php', 'wp-includes/blocks/footnotes.php'),
(13402, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\block.json', 'wp-includes/blocks/freeform/block.json'),
(13403, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor-rtl.css', 'wp-includes/blocks/freeform/editor-rtl.css'),
(13404, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor-rtl.min.css', 'wp-includes/blocks/freeform/editor-rtl.min.css'),
(13405, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor.css', 'wp-includes/blocks/freeform/editor.css'),
(13406, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\freeform\\editor.min.css', 'wp-includes/blocks/freeform/editor.min.css'),
(13407, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\block.json', 'wp-includes/blocks/gallery/block.json'),
(13408, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor-rtl.css', 'wp-includes/blocks/gallery/editor-rtl.css'),
(13409, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor-rtl.min.css', 'wp-includes/blocks/gallery/editor-rtl.min.css'),
(13410, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor.css', 'wp-includes/blocks/gallery/editor.css'),
(13411, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\editor.min.css', 'wp-includes/blocks/gallery/editor.min.css'),
(13412, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style-rtl.css', 'wp-includes/blocks/gallery/style-rtl.css'),
(13413, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style-rtl.min.css', 'wp-includes/blocks/gallery/style-rtl.min.css'),
(13414, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style.css', 'wp-includes/blocks/gallery/style.css'),
(13415, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\style.min.css', 'wp-includes/blocks/gallery/style.min.css'),
(13416, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme-rtl.css', 'wp-includes/blocks/gallery/theme-rtl.css'),
(13417, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme-rtl.min.css', 'wp-includes/blocks/gallery/theme-rtl.min.css'),
(13418, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme.css', 'wp-includes/blocks/gallery/theme.css'),
(13419, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery\\theme.min.css', 'wp-includes/blocks/gallery/theme.min.css'),
(13420, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\gallery.php', 'wp-includes/blocks/gallery.php');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13421, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\block.json', 'wp-includes/blocks/group/block.json'),
(13422, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor-rtl.css', 'wp-includes/blocks/group/editor-rtl.css'),
(13423, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor-rtl.min.css', 'wp-includes/blocks/group/editor-rtl.min.css'),
(13424, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor.css', 'wp-includes/blocks/group/editor.css'),
(13425, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\editor.min.css', 'wp-includes/blocks/group/editor.min.css'),
(13426, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style-rtl.css', 'wp-includes/blocks/group/style-rtl.css'),
(13427, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style-rtl.min.css', 'wp-includes/blocks/group/style-rtl.min.css'),
(13428, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style.css', 'wp-includes/blocks/group/style.css'),
(13429, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\style.min.css', 'wp-includes/blocks/group/style.min.css'),
(13430, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme-rtl.css', 'wp-includes/blocks/group/theme-rtl.css'),
(13431, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme-rtl.min.css', 'wp-includes/blocks/group/theme-rtl.min.css'),
(13432, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme.css', 'wp-includes/blocks/group/theme.css'),
(13433, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\group\\theme.min.css', 'wp-includes/blocks/group/theme.min.css'),
(13434, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\block.json', 'wp-includes/blocks/heading/block.json'),
(13435, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style-rtl.css', 'wp-includes/blocks/heading/style-rtl.css'),
(13436, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style-rtl.min.css', 'wp-includes/blocks/heading/style-rtl.min.css'),
(13437, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style.css', 'wp-includes/blocks/heading/style.css'),
(13438, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading\\style.min.css', 'wp-includes/blocks/heading/style.min.css'),
(13439, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\heading.php', 'wp-includes/blocks/heading.php'),
(13440, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\home-link\\block.json', 'wp-includes/blocks/home-link/block.json'),
(13441, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\home-link.php', 'wp-includes/blocks/home-link.php'),
(13442, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\block.json', 'wp-includes/blocks/html/block.json'),
(13443, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor-rtl.css', 'wp-includes/blocks/html/editor-rtl.css'),
(13444, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor-rtl.min.css', 'wp-includes/blocks/html/editor-rtl.min.css'),
(13445, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor.css', 'wp-includes/blocks/html/editor.css'),
(13446, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\html\\editor.min.css', 'wp-includes/blocks/html/editor.min.css'),
(13447, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\block.json', 'wp-includes/blocks/image/block.json'),
(13448, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor-rtl.css', 'wp-includes/blocks/image/editor-rtl.css'),
(13449, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor-rtl.min.css', 'wp-includes/blocks/image/editor-rtl.min.css'),
(13450, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor.css', 'wp-includes/blocks/image/editor.css'),
(13451, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\editor.min.css', 'wp-includes/blocks/image/editor.min.css'),
(13452, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style-rtl.css', 'wp-includes/blocks/image/style-rtl.css'),
(13453, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style-rtl.min.css', 'wp-includes/blocks/image/style-rtl.min.css'),
(13454, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style.css', 'wp-includes/blocks/image/style.css'),
(13455, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\style.min.css', 'wp-includes/blocks/image/style.min.css'),
(13456, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme-rtl.css', 'wp-includes/blocks/image/theme-rtl.css'),
(13457, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme-rtl.min.css', 'wp-includes/blocks/image/theme-rtl.min.css'),
(13458, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme.css', 'wp-includes/blocks/image/theme.css'),
(13459, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\theme.min.css', 'wp-includes/blocks/image/theme.min.css'),
(13460, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.asset.php', 'wp-includes/blocks/image/view.asset.php'),
(13461, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.js', 'wp-includes/blocks/image/view.js'),
(13462, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.min.asset.php', 'wp-includes/blocks/image/view.min.asset.php'),
(13463, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image\\view.min.js', 'wp-includes/blocks/image/view.min.js'),
(13464, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\image.php', 'wp-includes/blocks/image.php'),
(13465, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\index.php', 'wp-includes/blocks/index.php'),
(13466, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\block.json', 'wp-includes/blocks/latest-comments/block.json'),
(13467, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style-rtl.css', 'wp-includes/blocks/latest-comments/style-rtl.css'),
(13468, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style-rtl.min.css', 'wp-includes/blocks/latest-comments/style-rtl.min.css'),
(13469, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style.css', 'wp-includes/blocks/latest-comments/style.css'),
(13470, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments\\style.min.css', 'wp-includes/blocks/latest-comments/style.min.css'),
(13471, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-comments.php', 'wp-includes/blocks/latest-comments.php'),
(13472, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\block.json', 'wp-includes/blocks/latest-posts/block.json'),
(13473, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor-rtl.css', 'wp-includes/blocks/latest-posts/editor-rtl.css'),
(13474, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor-rtl.min.css', 'wp-includes/blocks/latest-posts/editor-rtl.min.css'),
(13475, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor.css', 'wp-includes/blocks/latest-posts/editor.css'),
(13476, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\editor.min.css', 'wp-includes/blocks/latest-posts/editor.min.css'),
(13477, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style-rtl.css', 'wp-includes/blocks/latest-posts/style-rtl.css'),
(13478, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style-rtl.min.css', 'wp-includes/blocks/latest-posts/style-rtl.min.css'),
(13479, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style.css', 'wp-includes/blocks/latest-posts/style.css'),
(13480, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts\\style.min.css', 'wp-includes/blocks/latest-posts/style.min.css'),
(13481, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\latest-posts.php', 'wp-includes/blocks/latest-posts.php'),
(13482, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\legacy-widget\\block.json', 'wp-includes/blocks/legacy-widget/block.json'),
(13483, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\legacy-widget.php', 'wp-includes/blocks/legacy-widget.php'),
(13484, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\block.json', 'wp-includes/blocks/list/block.json'),
(13485, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style-rtl.css', 'wp-includes/blocks/list/style-rtl.css'),
(13486, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style-rtl.min.css', 'wp-includes/blocks/list/style-rtl.min.css'),
(13487, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style.css', 'wp-includes/blocks/list/style.css'),
(13488, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list\\style.min.css', 'wp-includes/blocks/list/style.min.css'),
(13489, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list-item\\block.json', 'wp-includes/blocks/list-item/block.json'),
(13490, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\list.php', 'wp-includes/blocks/list.php'),
(13491, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\block.json', 'wp-includes/blocks/loginout/block.json'),
(13492, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style-rtl.css', 'wp-includes/blocks/loginout/style-rtl.css'),
(13493, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style-rtl.min.css', 'wp-includes/blocks/loginout/style-rtl.min.css'),
(13494, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style.css', 'wp-includes/blocks/loginout/style.css'),
(13495, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout\\style.min.css', 'wp-includes/blocks/loginout/style.min.css'),
(13496, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\loginout.php', 'wp-includes/blocks/loginout.php'),
(13497, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\block.json', 'wp-includes/blocks/math/block.json'),
(13498, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor-rtl.css', 'wp-includes/blocks/math/editor-rtl.css'),
(13499, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor-rtl.min.css', 'wp-includes/blocks/math/editor-rtl.min.css'),
(13500, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor.css', 'wp-includes/blocks/math/editor.css'),
(13501, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\editor.min.css', 'wp-includes/blocks/math/editor.min.css'),
(13502, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style-rtl.css', 'wp-includes/blocks/math/style-rtl.css'),
(13503, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style-rtl.min.css', 'wp-includes/blocks/math/style-rtl.min.css'),
(13504, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style.css', 'wp-includes/blocks/math/style.css'),
(13505, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\math\\style.min.css', 'wp-includes/blocks/math/style.min.css'),
(13506, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\block.json', 'wp-includes/blocks/media-text/block.json'),
(13507, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor-rtl.css', 'wp-includes/blocks/media-text/editor-rtl.css'),
(13508, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor-rtl.min.css', 'wp-includes/blocks/media-text/editor-rtl.min.css'),
(13509, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor.css', 'wp-includes/blocks/media-text/editor.css'),
(13510, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\editor.min.css', 'wp-includes/blocks/media-text/editor.min.css'),
(13511, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style-rtl.css', 'wp-includes/blocks/media-text/style-rtl.css'),
(13512, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style-rtl.min.css', 'wp-includes/blocks/media-text/style-rtl.min.css'),
(13513, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style.css', 'wp-includes/blocks/media-text/style.css'),
(13514, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text\\style.min.css', 'wp-includes/blocks/media-text/style.min.css'),
(13515, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\media-text.php', 'wp-includes/blocks/media-text.php'),
(13516, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\missing\\block.json', 'wp-includes/blocks/missing/block.json'),
(13517, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\block.json', 'wp-includes/blocks/more/block.json'),
(13518, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor-rtl.css', 'wp-includes/blocks/more/editor-rtl.css'),
(13519, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor-rtl.min.css', 'wp-includes/blocks/more/editor-rtl.min.css'),
(13520, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor.css', 'wp-includes/blocks/more/editor.css'),
(13521, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\more\\editor.min.css', 'wp-includes/blocks/more/editor.min.css'),
(13522, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\block.json', 'wp-includes/blocks/navigation/block.json'),
(13523, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor-rtl.css', 'wp-includes/blocks/navigation/editor-rtl.css'),
(13524, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor-rtl.min.css', 'wp-includes/blocks/navigation/editor-rtl.min.css'),
(13525, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor.css', 'wp-includes/blocks/navigation/editor.css'),
(13526, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\editor.min.css', 'wp-includes/blocks/navigation/editor.min.css'),
(13527, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style-rtl.css', 'wp-includes/blocks/navigation/style-rtl.css'),
(13528, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style-rtl.min.css', 'wp-includes/blocks/navigation/style-rtl.min.css'),
(13529, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style.css', 'wp-includes/blocks/navigation/style.css'),
(13530, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\style.min.css', 'wp-includes/blocks/navigation/style.min.css'),
(13531, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view-modal.asset.php', 'wp-includes/blocks/navigation/view-modal.asset.php'),
(13532, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view-modal.min.asset.php', 'wp-includes/blocks/navigation/view-modal.min.asset.php'),
(13533, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.asset.php', 'wp-includes/blocks/navigation/view.asset.php'),
(13534, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.js', 'wp-includes/blocks/navigation/view.js'),
(13535, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.min.asset.php', 'wp-includes/blocks/navigation/view.min.asset.php'),
(13536, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation\\view.min.js', 'wp-includes/blocks/navigation/view.min.js'),
(13537, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\block.json', 'wp-includes/blocks/navigation-link/block.json'),
(13538, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor-rtl.css', 'wp-includes/blocks/navigation-link/editor-rtl.css'),
(13539, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor-rtl.min.css', 'wp-includes/blocks/navigation-link/editor-rtl.min.css'),
(13540, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor.css', 'wp-includes/blocks/navigation-link/editor.css'),
(13541, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\editor.min.css', 'wp-includes/blocks/navigation-link/editor.min.css'),
(13542, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style-rtl.css', 'wp-includes/blocks/navigation-link/style-rtl.css'),
(13543, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style-rtl.min.css', 'wp-includes/blocks/navigation-link/style-rtl.min.css'),
(13544, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style.css', 'wp-includes/blocks/navigation-link/style.css'),
(13545, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link\\style.min.css', 'wp-includes/blocks/navigation-link/style.min.css'),
(13546, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-link.php', 'wp-includes/blocks/navigation-link.php'),
(13547, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\block.json', 'wp-includes/blocks/navigation-submenu/block.json'),
(13548, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor-rtl.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.css'),
(13549, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor-rtl.min.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),
(13550, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor.css', 'wp-includes/blocks/navigation-submenu/editor.css'),
(13551, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu\\editor.min.css', 'wp-includes/blocks/navigation-submenu/editor.min.css'),
(13552, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation-submenu.php', 'wp-includes/blocks/navigation-submenu.php'),
(13553, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\navigation.php', 'wp-includes/blocks/navigation.php'),
(13554, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\block.json', 'wp-includes/blocks/nextpage/block.json'),
(13555, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor-rtl.css', 'wp-includes/blocks/nextpage/editor-rtl.css'),
(13556, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor-rtl.min.css', 'wp-includes/blocks/nextpage/editor-rtl.min.css'),
(13557, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor.css', 'wp-includes/blocks/nextpage/editor.css'),
(13558, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\nextpage\\editor.min.css', 'wp-includes/blocks/nextpage/editor.min.css'),
(13559, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\block.json', 'wp-includes/blocks/page-list/block.json'),
(13560, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor-rtl.css', 'wp-includes/blocks/page-list/editor-rtl.css'),
(13561, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor-rtl.min.css', 'wp-includes/blocks/page-list/editor-rtl.min.css'),
(13562, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor.css', 'wp-includes/blocks/page-list/editor.css'),
(13563, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\editor.min.css', 'wp-includes/blocks/page-list/editor.min.css'),
(13564, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style-rtl.css', 'wp-includes/blocks/page-list/style-rtl.css'),
(13565, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style-rtl.min.css', 'wp-includes/blocks/page-list/style-rtl.min.css'),
(13566, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style.css', 'wp-includes/blocks/page-list/style.css'),
(13567, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list\\style.min.css', 'wp-includes/blocks/page-list/style.min.css'),
(13568, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list-item\\block.json', 'wp-includes/blocks/page-list-item/block.json'),
(13569, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list-item.php', 'wp-includes/blocks/page-list-item.php'),
(13570, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\page-list.php', 'wp-includes/blocks/page-list.php'),
(13571, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\block.json', 'wp-includes/blocks/paragraph/block.json'),
(13572, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor-rtl.css', 'wp-includes/blocks/paragraph/editor-rtl.css'),
(13573, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor-rtl.min.css', 'wp-includes/blocks/paragraph/editor-rtl.min.css'),
(13574, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor.css', 'wp-includes/blocks/paragraph/editor.css'),
(13575, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\editor.min.css', 'wp-includes/blocks/paragraph/editor.min.css'),
(13576, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style-rtl.css', 'wp-includes/blocks/paragraph/style-rtl.css'),
(13577, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style-rtl.min.css', 'wp-includes/blocks/paragraph/style-rtl.min.css'),
(13578, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style.css', 'wp-includes/blocks/paragraph/style.css'),
(13579, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\paragraph\\style.min.css', 'wp-includes/blocks/paragraph/style.min.css'),
(13580, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pattern\\block.json', 'wp-includes/blocks/pattern/block.json'),
(13581, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pattern.php', 'wp-includes/blocks/pattern.php'),
(13582, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\block.json', 'wp-includes/blocks/post-author/block.json'),
(13583, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style-rtl.css', 'wp-includes/blocks/post-author/style-rtl.css'),
(13584, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style-rtl.min.css', 'wp-includes/blocks/post-author/style-rtl.min.css'),
(13585, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style.css', 'wp-includes/blocks/post-author/style.css'),
(13586, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author\\style.min.css', 'wp-includes/blocks/post-author/style.min.css'),
(13587, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\block.json', 'wp-includes/blocks/post-author-biography/block.json'),
(13588, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style-rtl.css', 'wp-includes/blocks/post-author-biography/style-rtl.css'),
(13589, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style-rtl.min.css', 'wp-includes/blocks/post-author-biography/style-rtl.min.css'),
(13590, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style.css', 'wp-includes/blocks/post-author-biography/style.css'),
(13591, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography\\style.min.css', 'wp-includes/blocks/post-author-biography/style.min.css'),
(13592, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-biography.php', 'wp-includes/blocks/post-author-biography.php'),
(13593, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\block.json', 'wp-includes/blocks/post-author-name/block.json'),
(13594, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style-rtl.css', 'wp-includes/blocks/post-author-name/style-rtl.css'),
(13595, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style-rtl.min.css', 'wp-includes/blocks/post-author-name/style-rtl.min.css'),
(13596, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style.css', 'wp-includes/blocks/post-author-name/style.css'),
(13597, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name\\style.min.css', 'wp-includes/blocks/post-author-name/style.min.css'),
(13598, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author-name.php', 'wp-includes/blocks/post-author-name.php'),
(13599, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-author.php', 'wp-includes/blocks/post-author.php'),
(13600, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\block.json', 'wp-includes/blocks/post-comments-count/block.json'),
(13601, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style-rtl.css', 'wp-includes/blocks/post-comments-count/style-rtl.css'),
(13602, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style-rtl.min.css', 'wp-includes/blocks/post-comments-count/style-rtl.min.css'),
(13603, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style.css', 'wp-includes/blocks/post-comments-count/style.css'),
(13604, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count\\style.min.css', 'wp-includes/blocks/post-comments-count/style.min.css'),
(13605, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-count.php', 'wp-includes/blocks/post-comments-count.php'),
(13606, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\block.json', 'wp-includes/blocks/post-comments-form/block.json'),
(13607, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor-rtl.css', 'wp-includes/blocks/post-comments-form/editor-rtl.css'),
(13608, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor-rtl.min.css', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),
(13609, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor.css', 'wp-includes/blocks/post-comments-form/editor.css'),
(13610, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\editor.min.css', 'wp-includes/blocks/post-comments-form/editor.min.css'),
(13611, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style-rtl.css', 'wp-includes/blocks/post-comments-form/style-rtl.css'),
(13612, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style-rtl.min.css', 'wp-includes/blocks/post-comments-form/style-rtl.min.css'),
(13613, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style.css', 'wp-includes/blocks/post-comments-form/style.css'),
(13614, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form\\style.min.css', 'wp-includes/blocks/post-comments-form/style.min.css'),
(13615, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-form.php', 'wp-includes/blocks/post-comments-form.php'),
(13616, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\block.json', 'wp-includes/blocks/post-comments-link/block.json'),
(13617, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style-rtl.css', 'wp-includes/blocks/post-comments-link/style-rtl.css'),
(13618, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style-rtl.min.css', 'wp-includes/blocks/post-comments-link/style-rtl.min.css'),
(13619, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style.css', 'wp-includes/blocks/post-comments-link/style.css'),
(13620, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link\\style.min.css', 'wp-includes/blocks/post-comments-link/style.min.css'),
(13621, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-comments-link.php', 'wp-includes/blocks/post-comments-link.php'),
(13622, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\block.json', 'wp-includes/blocks/post-content/block.json'),
(13623, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style-rtl.css', 'wp-includes/blocks/post-content/style-rtl.css'),
(13624, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style-rtl.min.css', 'wp-includes/blocks/post-content/style-rtl.min.css'),
(13625, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style.css', 'wp-includes/blocks/post-content/style.css'),
(13626, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content\\style.min.css', 'wp-includes/blocks/post-content/style.min.css'),
(13627, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-content.php', 'wp-includes/blocks/post-content.php'),
(13628, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\block.json', 'wp-includes/blocks/post-date/block.json'),
(13629, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style-rtl.css', 'wp-includes/blocks/post-date/style-rtl.css'),
(13630, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style-rtl.min.css', 'wp-includes/blocks/post-date/style-rtl.min.css'),
(13631, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style.css', 'wp-includes/blocks/post-date/style.css'),
(13632, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date\\style.min.css', 'wp-includes/blocks/post-date/style.min.css'),
(13633, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-date.php', 'wp-includes/blocks/post-date.php'),
(13634, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\block.json', 'wp-includes/blocks/post-excerpt/block.json'),
(13635, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor-rtl.css', 'wp-includes/blocks/post-excerpt/editor-rtl.css'),
(13636, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor-rtl.min.css', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),
(13637, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor.css', 'wp-includes/blocks/post-excerpt/editor.css'),
(13638, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\editor.min.css', 'wp-includes/blocks/post-excerpt/editor.min.css'),
(13639, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style-rtl.css', 'wp-includes/blocks/post-excerpt/style-rtl.css'),
(13640, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style-rtl.min.css', 'wp-includes/blocks/post-excerpt/style-rtl.min.css'),
(13641, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style.css', 'wp-includes/blocks/post-excerpt/style.css'),
(13642, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt\\style.min.css', 'wp-includes/blocks/post-excerpt/style.min.css'),
(13643, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-excerpt.php', 'wp-includes/blocks/post-excerpt.php'),
(13644, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\block.json', 'wp-includes/blocks/post-featured-image/block.json'),
(13645, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor-rtl.css', 'wp-includes/blocks/post-featured-image/editor-rtl.css'),
(13646, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor-rtl.min.css', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),
(13647, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor.css', 'wp-includes/blocks/post-featured-image/editor.css'),
(13648, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\editor.min.css', 'wp-includes/blocks/post-featured-image/editor.min.css'),
(13649, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style-rtl.css', 'wp-includes/blocks/post-featured-image/style-rtl.css'),
(13650, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style-rtl.min.css', 'wp-includes/blocks/post-featured-image/style-rtl.min.css'),
(13651, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style.css', 'wp-includes/blocks/post-featured-image/style.css'),
(13652, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image\\style.min.css', 'wp-includes/blocks/post-featured-image/style.min.css'),
(13653, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-featured-image.php', 'wp-includes/blocks/post-featured-image.php'),
(13654, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\block.json', 'wp-includes/blocks/post-navigation-link/block.json'),
(13655, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style-rtl.css', 'wp-includes/blocks/post-navigation-link/style-rtl.css'),
(13656, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style-rtl.min.css', 'wp-includes/blocks/post-navigation-link/style-rtl.min.css'),
(13657, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style.css', 'wp-includes/blocks/post-navigation-link/style.css'),
(13658, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link\\style.min.css', 'wp-includes/blocks/post-navigation-link/style.min.css'),
(13659, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-navigation-link.php', 'wp-includes/blocks/post-navigation-link.php'),
(13660, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\block.json', 'wp-includes/blocks/post-template/block.json'),
(13661, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style-rtl.css', 'wp-includes/blocks/post-template/style-rtl.css'),
(13662, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style-rtl.min.css', 'wp-includes/blocks/post-template/style-rtl.min.css'),
(13663, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style.css', 'wp-includes/blocks/post-template/style.css'),
(13664, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template\\style.min.css', 'wp-includes/blocks/post-template/style.min.css'),
(13665, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-template.php', 'wp-includes/blocks/post-template.php'),
(13666, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\block.json', 'wp-includes/blocks/post-terms/block.json'),
(13667, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style-rtl.css', 'wp-includes/blocks/post-terms/style-rtl.css'),
(13668, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style-rtl.min.css', 'wp-includes/blocks/post-terms/style-rtl.min.css'),
(13669, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style.css', 'wp-includes/blocks/post-terms/style.css'),
(13670, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms\\style.min.css', 'wp-includes/blocks/post-terms/style.min.css'),
(13671, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-terms.php', 'wp-includes/blocks/post-terms.php'),
(13672, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\block.json', 'wp-includes/blocks/post-time-to-read/block.json'),
(13673, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style-rtl.css', 'wp-includes/blocks/post-time-to-read/style-rtl.css'),
(13674, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style-rtl.min.css', 'wp-includes/blocks/post-time-to-read/style-rtl.min.css'),
(13675, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style.css', 'wp-includes/blocks/post-time-to-read/style.css'),
(13676, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read\\style.min.css', 'wp-includes/blocks/post-time-to-read/style.min.css'),
(13677, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-time-to-read.php', 'wp-includes/blocks/post-time-to-read.php'),
(13678, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\block.json', 'wp-includes/blocks/post-title/block.json'),
(13679, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style-rtl.css', 'wp-includes/blocks/post-title/style-rtl.css'),
(13680, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style-rtl.min.css', 'wp-includes/blocks/post-title/style-rtl.min.css'),
(13681, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style.css', 'wp-includes/blocks/post-title/style.css'),
(13682, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title\\style.min.css', 'wp-includes/blocks/post-title/style.min.css'),
(13683, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\post-title.php', 'wp-includes/blocks/post-title.php'),
(13684, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\block.json', 'wp-includes/blocks/preformatted/block.json'),
(13685, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style-rtl.css', 'wp-includes/blocks/preformatted/style-rtl.css'),
(13686, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style-rtl.min.css', 'wp-includes/blocks/preformatted/style-rtl.min.css'),
(13687, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style.css', 'wp-includes/blocks/preformatted/style.css'),
(13688, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\preformatted\\style.min.css', 'wp-includes/blocks/preformatted/style.min.css'),
(13689, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\block.json', 'wp-includes/blocks/pullquote/block.json'),
(13690, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor-rtl.css', 'wp-includes/blocks/pullquote/editor-rtl.css'),
(13691, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor-rtl.min.css', 'wp-includes/blocks/pullquote/editor-rtl.min.css'),
(13692, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor.css', 'wp-includes/blocks/pullquote/editor.css'),
(13693, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\editor.min.css', 'wp-includes/blocks/pullquote/editor.min.css'),
(13694, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style-rtl.css', 'wp-includes/blocks/pullquote/style-rtl.css'),
(13695, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style-rtl.min.css', 'wp-includes/blocks/pullquote/style-rtl.min.css'),
(13696, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style.css', 'wp-includes/blocks/pullquote/style.css'),
(13697, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\style.min.css', 'wp-includes/blocks/pullquote/style.min.css'),
(13698, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme-rtl.css', 'wp-includes/blocks/pullquote/theme-rtl.css'),
(13699, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme-rtl.min.css', 'wp-includes/blocks/pullquote/theme-rtl.min.css'),
(13700, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme.css', 'wp-includes/blocks/pullquote/theme.css'),
(13701, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\pullquote\\theme.min.css', 'wp-includes/blocks/pullquote/theme.min.css'),
(13702, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\block.json', 'wp-includes/blocks/query/block.json'),
(13703, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor-rtl.css', 'wp-includes/blocks/query/editor-rtl.css'),
(13704, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor-rtl.min.css', 'wp-includes/blocks/query/editor-rtl.min.css'),
(13705, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor.css', 'wp-includes/blocks/query/editor.css'),
(13706, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\editor.min.css', 'wp-includes/blocks/query/editor.min.css'),
(13707, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.asset.php', 'wp-includes/blocks/query/view.asset.php'),
(13708, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.js', 'wp-includes/blocks/query/view.js'),
(13709, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.min.asset.php', 'wp-includes/blocks/query/view.min.asset.php'),
(13710, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query\\view.min.js', 'wp-includes/blocks/query/view.min.js'),
(13711, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-no-results\\block.json', 'wp-includes/blocks/query-no-results/block.json'),
(13712, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-no-results.php', 'wp-includes/blocks/query-no-results.php'),
(13713, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\block.json', 'wp-includes/blocks/query-pagination/block.json'),
(13714, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor-rtl.css', 'wp-includes/blocks/query-pagination/editor-rtl.css'),
(13715, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor-rtl.min.css', 'wp-includes/blocks/query-pagination/editor-rtl.min.css'),
(13716, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor.css', 'wp-includes/blocks/query-pagination/editor.css'),
(13717, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\editor.min.css', 'wp-includes/blocks/query-pagination/editor.min.css'),
(13718, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style-rtl.css', 'wp-includes/blocks/query-pagination/style-rtl.css'),
(13719, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style-rtl.min.css', 'wp-includes/blocks/query-pagination/style-rtl.min.css'),
(13720, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style.css', 'wp-includes/blocks/query-pagination/style.css'),
(13721, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination\\style.min.css', 'wp-includes/blocks/query-pagination/style.min.css'),
(13722, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-next\\block.json', 'wp-includes/blocks/query-pagination-next/block.json'),
(13723, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-next.php', 'wp-includes/blocks/query-pagination-next.php'),
(13724, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\block.json', 'wp-includes/blocks/query-pagination-numbers/block.json'),
(13725, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor-rtl.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),
(13726, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor-rtl.min.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),
(13727, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor.css', 'wp-includes/blocks/query-pagination-numbers/editor.css'),
(13728, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers\\editor.min.css', 'wp-includes/blocks/query-pagination-numbers/editor.min.css'),
(13729, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-numbers.php', 'wp-includes/blocks/query-pagination-numbers.php'),
(13730, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-previous\\block.json', 'wp-includes/blocks/query-pagination-previous/block.json'),
(13731, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination-previous.php', 'wp-includes/blocks/query-pagination-previous.php'),
(13732, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-pagination.php', 'wp-includes/blocks/query-pagination.php'),
(13733, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\block.json', 'wp-includes/blocks/query-title/block.json'),
(13734, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style-rtl.css', 'wp-includes/blocks/query-title/style-rtl.css'),
(13735, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style-rtl.min.css', 'wp-includes/blocks/query-title/style-rtl.min.css'),
(13736, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style.css', 'wp-includes/blocks/query-title/style.css'),
(13737, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title\\style.min.css', 'wp-includes/blocks/query-title/style.min.css'),
(13738, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-title.php', 'wp-includes/blocks/query-title.php'),
(13739, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\block.json', 'wp-includes/blocks/query-total/block.json'),
(13740, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style-rtl.css', 'wp-includes/blocks/query-total/style-rtl.css'),
(13741, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style-rtl.min.css', 'wp-includes/blocks/query-total/style-rtl.min.css'),
(13742, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style.css', 'wp-includes/blocks/query-total/style.css'),
(13743, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total\\style.min.css', 'wp-includes/blocks/query-total/style.min.css'),
(13744, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query-total.php', 'wp-includes/blocks/query-total.php'),
(13745, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\query.php', 'wp-includes/blocks/query.php'),
(13746, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\block.json', 'wp-includes/blocks/quote/block.json'),
(13747, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style-rtl.css', 'wp-includes/blocks/quote/style-rtl.css'),
(13748, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style-rtl.min.css', 'wp-includes/blocks/quote/style-rtl.min.css'),
(13749, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style.css', 'wp-includes/blocks/quote/style.css'),
(13750, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\style.min.css', 'wp-includes/blocks/quote/style.min.css'),
(13751, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme-rtl.css', 'wp-includes/blocks/quote/theme-rtl.css'),
(13752, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme-rtl.min.css', 'wp-includes/blocks/quote/theme-rtl.min.css'),
(13753, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme.css', 'wp-includes/blocks/quote/theme.css'),
(13754, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\quote\\theme.min.css', 'wp-includes/blocks/quote/theme.min.css'),
(13755, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\block.json', 'wp-includes/blocks/read-more/block.json'),
(13756, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style-rtl.css', 'wp-includes/blocks/read-more/style-rtl.css'),
(13757, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style-rtl.min.css', 'wp-includes/blocks/read-more/style-rtl.min.css'),
(13758, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style.css', 'wp-includes/blocks/read-more/style.css'),
(13759, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more\\style.min.css', 'wp-includes/blocks/read-more/style.min.css'),
(13760, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\read-more.php', 'wp-includes/blocks/read-more.php'),
(13761, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\require-dynamic-blocks.php', 'wp-includes/blocks/require-dynamic-blocks.php'),
(13762, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\require-static-blocks.php', 'wp-includes/blocks/require-static-blocks.php'),
(13763, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\block.json', 'wp-includes/blocks/rss/block.json'),
(13764, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor-rtl.css', 'wp-includes/blocks/rss/editor-rtl.css'),
(13765, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor-rtl.min.css', 'wp-includes/blocks/rss/editor-rtl.min.css'),
(13766, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor.css', 'wp-includes/blocks/rss/editor.css'),
(13767, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\editor.min.css', 'wp-includes/blocks/rss/editor.min.css'),
(13768, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style-rtl.css', 'wp-includes/blocks/rss/style-rtl.css'),
(13769, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style-rtl.min.css', 'wp-includes/blocks/rss/style-rtl.min.css'),
(13770, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style.css', 'wp-includes/blocks/rss/style.css'),
(13771, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss\\style.min.css', 'wp-includes/blocks/rss/style.min.css'),
(13772, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\rss.php', 'wp-includes/blocks/rss.php'),
(13773, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\block.json', 'wp-includes/blocks/search/block.json'),
(13774, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor-rtl.css', 'wp-includes/blocks/search/editor-rtl.css'),
(13775, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor-rtl.min.css', 'wp-includes/blocks/search/editor-rtl.min.css'),
(13776, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor.css', 'wp-includes/blocks/search/editor.css'),
(13777, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\editor.min.css', 'wp-includes/blocks/search/editor.min.css'),
(13778, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style-rtl.css', 'wp-includes/blocks/search/style-rtl.css'),
(13779, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style-rtl.min.css', 'wp-includes/blocks/search/style-rtl.min.css'),
(13780, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style.css', 'wp-includes/blocks/search/style.css'),
(13781, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\style.min.css', 'wp-includes/blocks/search/style.min.css'),
(13782, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme-rtl.css', 'wp-includes/blocks/search/theme-rtl.css'),
(13783, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme-rtl.min.css', 'wp-includes/blocks/search/theme-rtl.min.css'),
(13784, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme.css', 'wp-includes/blocks/search/theme.css'),
(13785, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\theme.min.css', 'wp-includes/blocks/search/theme.min.css'),
(13786, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.asset.php', 'wp-includes/blocks/search/view.asset.php'),
(13787, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.js', 'wp-includes/blocks/search/view.js'),
(13788, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.min.asset.php', 'wp-includes/blocks/search/view.min.asset.php'),
(13789, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search\\view.min.js', 'wp-includes/blocks/search/view.min.js'),
(13790, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\search.php', 'wp-includes/blocks/search.php'),
(13791, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\block.json', 'wp-includes/blocks/separator/block.json'),
(13792, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor-rtl.css', 'wp-includes/blocks/separator/editor-rtl.css'),
(13793, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor-rtl.min.css', 'wp-includes/blocks/separator/editor-rtl.min.css'),
(13794, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor.css', 'wp-includes/blocks/separator/editor.css'),
(13795, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\editor.min.css', 'wp-includes/blocks/separator/editor.min.css'),
(13796, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style-rtl.css', 'wp-includes/blocks/separator/style-rtl.css'),
(13797, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style-rtl.min.css', 'wp-includes/blocks/separator/style-rtl.min.css'),
(13798, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style.css', 'wp-includes/blocks/separator/style.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13799, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\style.min.css', 'wp-includes/blocks/separator/style.min.css'),
(13800, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme-rtl.css', 'wp-includes/blocks/separator/theme-rtl.css'),
(13801, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme-rtl.min.css', 'wp-includes/blocks/separator/theme-rtl.min.css'),
(13802, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme.css', 'wp-includes/blocks/separator/theme.css'),
(13803, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\separator\\theme.min.css', 'wp-includes/blocks/separator/theme.min.css'),
(13804, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\block.json', 'wp-includes/blocks/shortcode/block.json'),
(13805, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor-rtl.css', 'wp-includes/blocks/shortcode/editor-rtl.css'),
(13806, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor-rtl.min.css', 'wp-includes/blocks/shortcode/editor-rtl.min.css'),
(13807, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor.css', 'wp-includes/blocks/shortcode/editor.css'),
(13808, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode\\editor.min.css', 'wp-includes/blocks/shortcode/editor.min.css'),
(13809, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\shortcode.php', 'wp-includes/blocks/shortcode.php'),
(13810, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\block.json', 'wp-includes/blocks/site-logo/block.json'),
(13811, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor-rtl.css', 'wp-includes/blocks/site-logo/editor-rtl.css'),
(13812, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor-rtl.min.css', 'wp-includes/blocks/site-logo/editor-rtl.min.css'),
(13813, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor.css', 'wp-includes/blocks/site-logo/editor.css'),
(13814, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\editor.min.css', 'wp-includes/blocks/site-logo/editor.min.css'),
(13815, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style-rtl.css', 'wp-includes/blocks/site-logo/style-rtl.css'),
(13816, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style-rtl.min.css', 'wp-includes/blocks/site-logo/style-rtl.min.css'),
(13817, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style.css', 'wp-includes/blocks/site-logo/style.css'),
(13818, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo\\style.min.css', 'wp-includes/blocks/site-logo/style.min.css'),
(13819, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-logo.php', 'wp-includes/blocks/site-logo.php'),
(13820, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\block.json', 'wp-includes/blocks/site-tagline/block.json'),
(13821, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor-rtl.css', 'wp-includes/blocks/site-tagline/editor-rtl.css'),
(13822, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor-rtl.min.css', 'wp-includes/blocks/site-tagline/editor-rtl.min.css'),
(13823, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor.css', 'wp-includes/blocks/site-tagline/editor.css'),
(13824, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\editor.min.css', 'wp-includes/blocks/site-tagline/editor.min.css'),
(13825, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style-rtl.css', 'wp-includes/blocks/site-tagline/style-rtl.css'),
(13826, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style-rtl.min.css', 'wp-includes/blocks/site-tagline/style-rtl.min.css'),
(13827, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style.css', 'wp-includes/blocks/site-tagline/style.css'),
(13828, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline\\style.min.css', 'wp-includes/blocks/site-tagline/style.min.css'),
(13829, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-tagline.php', 'wp-includes/blocks/site-tagline.php'),
(13830, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\block.json', 'wp-includes/blocks/site-title/block.json'),
(13831, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor-rtl.css', 'wp-includes/blocks/site-title/editor-rtl.css'),
(13832, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor-rtl.min.css', 'wp-includes/blocks/site-title/editor-rtl.min.css'),
(13833, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor.css', 'wp-includes/blocks/site-title/editor.css'),
(13834, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\editor.min.css', 'wp-includes/blocks/site-title/editor.min.css'),
(13835, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style-rtl.css', 'wp-includes/blocks/site-title/style-rtl.css'),
(13836, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style-rtl.min.css', 'wp-includes/blocks/site-title/style-rtl.min.css'),
(13837, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style.css', 'wp-includes/blocks/site-title/style.css'),
(13838, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title\\style.min.css', 'wp-includes/blocks/site-title/style.min.css'),
(13839, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\site-title.php', 'wp-includes/blocks/site-title.php'),
(13840, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\block.json', 'wp-includes/blocks/social-link/block.json'),
(13841, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor-rtl.css', 'wp-includes/blocks/social-link/editor-rtl.css'),
(13842, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor-rtl.min.css', 'wp-includes/blocks/social-link/editor-rtl.min.css'),
(13843, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor.css', 'wp-includes/blocks/social-link/editor.css'),
(13844, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link\\editor.min.css', 'wp-includes/blocks/social-link/editor.min.css'),
(13845, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-link.php', 'wp-includes/blocks/social-link.php'),
(13846, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\block.json', 'wp-includes/blocks/social-links/block.json'),
(13847, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor-rtl.css', 'wp-includes/blocks/social-links/editor-rtl.css'),
(13848, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor-rtl.min.css', 'wp-includes/blocks/social-links/editor-rtl.min.css'),
(13849, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor.css', 'wp-includes/blocks/social-links/editor.css'),
(13850, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\editor.min.css', 'wp-includes/blocks/social-links/editor.min.css'),
(13851, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style-rtl.css', 'wp-includes/blocks/social-links/style-rtl.css'),
(13852, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style-rtl.min.css', 'wp-includes/blocks/social-links/style-rtl.min.css'),
(13853, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style.css', 'wp-includes/blocks/social-links/style.css'),
(13854, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\social-links\\style.min.css', 'wp-includes/blocks/social-links/style.min.css'),
(13855, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\block.json', 'wp-includes/blocks/spacer/block.json'),
(13856, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor-rtl.css', 'wp-includes/blocks/spacer/editor-rtl.css'),
(13857, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor-rtl.min.css', 'wp-includes/blocks/spacer/editor-rtl.min.css'),
(13858, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor.css', 'wp-includes/blocks/spacer/editor.css'),
(13859, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\editor.min.css', 'wp-includes/blocks/spacer/editor.min.css'),
(13860, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style-rtl.css', 'wp-includes/blocks/spacer/style-rtl.css'),
(13861, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style-rtl.min.css', 'wp-includes/blocks/spacer/style-rtl.min.css'),
(13862, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style.css', 'wp-includes/blocks/spacer/style.css'),
(13863, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\spacer\\style.min.css', 'wp-includes/blocks/spacer/style.min.css'),
(13864, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\block.json', 'wp-includes/blocks/table/block.json'),
(13865, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor-rtl.css', 'wp-includes/blocks/table/editor-rtl.css'),
(13866, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor-rtl.min.css', 'wp-includes/blocks/table/editor-rtl.min.css'),
(13867, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor.css', 'wp-includes/blocks/table/editor.css'),
(13868, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\editor.min.css', 'wp-includes/blocks/table/editor.min.css'),
(13869, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style-rtl.css', 'wp-includes/blocks/table/style-rtl.css'),
(13870, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style-rtl.min.css', 'wp-includes/blocks/table/style-rtl.min.css'),
(13871, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style.css', 'wp-includes/blocks/table/style.css'),
(13872, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\style.min.css', 'wp-includes/blocks/table/style.min.css'),
(13873, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme-rtl.css', 'wp-includes/blocks/table/theme-rtl.css'),
(13874, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme-rtl.min.css', 'wp-includes/blocks/table/theme-rtl.min.css'),
(13875, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme.css', 'wp-includes/blocks/table/theme.css'),
(13876, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\table\\theme.min.css', 'wp-includes/blocks/table/theme.min.css'),
(13877, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\block.json', 'wp-includes/blocks/tag-cloud/block.json'),
(13878, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor-rtl.css', 'wp-includes/blocks/tag-cloud/editor-rtl.css'),
(13879, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor-rtl.min.css', 'wp-includes/blocks/tag-cloud/editor-rtl.min.css'),
(13880, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor.css', 'wp-includes/blocks/tag-cloud/editor.css'),
(13881, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\editor.min.css', 'wp-includes/blocks/tag-cloud/editor.min.css'),
(13882, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style-rtl.css', 'wp-includes/blocks/tag-cloud/style-rtl.css'),
(13883, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style-rtl.min.css', 'wp-includes/blocks/tag-cloud/style-rtl.min.css'),
(13884, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style.css', 'wp-includes/blocks/tag-cloud/style.css'),
(13885, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud\\style.min.css', 'wp-includes/blocks/tag-cloud/style.min.css'),
(13886, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\tag-cloud.php', 'wp-includes/blocks/tag-cloud.php'),
(13887, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\block.json', 'wp-includes/blocks/template-part/block.json'),
(13888, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor-rtl.css', 'wp-includes/blocks/template-part/editor-rtl.css'),
(13889, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor-rtl.min.css', 'wp-includes/blocks/template-part/editor-rtl.min.css'),
(13890, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor.css', 'wp-includes/blocks/template-part/editor.css'),
(13891, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\editor.min.css', 'wp-includes/blocks/template-part/editor.min.css'),
(13892, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme-rtl.css', 'wp-includes/blocks/template-part/theme-rtl.css'),
(13893, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme-rtl.min.css', 'wp-includes/blocks/template-part/theme-rtl.min.css'),
(13894, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme.css', 'wp-includes/blocks/template-part/theme.css'),
(13895, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part\\theme.min.css', 'wp-includes/blocks/template-part/theme.min.css'),
(13896, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\template-part.php', 'wp-includes/blocks/template-part.php'),
(13897, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\block.json', 'wp-includes/blocks/term-count/block.json'),
(13898, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style-rtl.css', 'wp-includes/blocks/term-count/style-rtl.css'),
(13899, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style-rtl.min.css', 'wp-includes/blocks/term-count/style-rtl.min.css'),
(13900, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style.css', 'wp-includes/blocks/term-count/style.css'),
(13901, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count\\style.min.css', 'wp-includes/blocks/term-count/style.min.css'),
(13902, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-count.php', 'wp-includes/blocks/term-count.php'),
(13903, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\block.json', 'wp-includes/blocks/term-description/block.json'),
(13904, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style-rtl.css', 'wp-includes/blocks/term-description/style-rtl.css'),
(13905, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style-rtl.min.css', 'wp-includes/blocks/term-description/style-rtl.min.css'),
(13906, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style.css', 'wp-includes/blocks/term-description/style.css'),
(13907, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description\\style.min.css', 'wp-includes/blocks/term-description/style.min.css'),
(13908, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-description.php', 'wp-includes/blocks/term-description.php'),
(13909, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\block.json', 'wp-includes/blocks/term-name/block.json'),
(13910, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style-rtl.css', 'wp-includes/blocks/term-name/style-rtl.css'),
(13911, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style-rtl.min.css', 'wp-includes/blocks/term-name/style-rtl.min.css'),
(13912, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style.css', 'wp-includes/blocks/term-name/style.css'),
(13913, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name\\style.min.css', 'wp-includes/blocks/term-name/style.min.css'),
(13914, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-name.php', 'wp-includes/blocks/term-name.php'),
(13915, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\block.json', 'wp-includes/blocks/term-template/block.json'),
(13916, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor-rtl.css', 'wp-includes/blocks/term-template/editor-rtl.css'),
(13917, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor-rtl.min.css', 'wp-includes/blocks/term-template/editor-rtl.min.css'),
(13918, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor.css', 'wp-includes/blocks/term-template/editor.css'),
(13919, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\editor.min.css', 'wp-includes/blocks/term-template/editor.min.css'),
(13920, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style-rtl.css', 'wp-includes/blocks/term-template/style-rtl.css'),
(13921, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style-rtl.min.css', 'wp-includes/blocks/term-template/style-rtl.min.css'),
(13922, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style.css', 'wp-includes/blocks/term-template/style.css'),
(13923, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template\\style.min.css', 'wp-includes/blocks/term-template/style.min.css'),
(13924, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\term-template.php', 'wp-includes/blocks/term-template.php'),
(13925, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\terms-query\\block.json', 'wp-includes/blocks/terms-query/block.json'),
(13926, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\block.json', 'wp-includes/blocks/text-columns/block.json'),
(13927, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor-rtl.css', 'wp-includes/blocks/text-columns/editor-rtl.css'),
(13928, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor-rtl.min.css', 'wp-includes/blocks/text-columns/editor-rtl.min.css'),
(13929, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor.css', 'wp-includes/blocks/text-columns/editor.css'),
(13930, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\editor.min.css', 'wp-includes/blocks/text-columns/editor.min.css'),
(13931, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style-rtl.css', 'wp-includes/blocks/text-columns/style-rtl.css'),
(13932, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style-rtl.min.css', 'wp-includes/blocks/text-columns/style-rtl.min.css'),
(13933, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style.css', 'wp-includes/blocks/text-columns/style.css'),
(13934, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\text-columns\\style.min.css', 'wp-includes/blocks/text-columns/style.min.css'),
(13935, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\block.json', 'wp-includes/blocks/verse/block.json'),
(13936, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style-rtl.css', 'wp-includes/blocks/verse/style-rtl.css'),
(13937, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style-rtl.min.css', 'wp-includes/blocks/verse/style-rtl.min.css'),
(13938, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style.css', 'wp-includes/blocks/verse/style.css'),
(13939, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\verse\\style.min.css', 'wp-includes/blocks/verse/style.min.css'),
(13940, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\block.json', 'wp-includes/blocks/video/block.json'),
(13941, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor-rtl.css', 'wp-includes/blocks/video/editor-rtl.css'),
(13942, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor-rtl.min.css', 'wp-includes/blocks/video/editor-rtl.min.css'),
(13943, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor.css', 'wp-includes/blocks/video/editor.css'),
(13944, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\editor.min.css', 'wp-includes/blocks/video/editor.min.css'),
(13945, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style-rtl.css', 'wp-includes/blocks/video/style-rtl.css'),
(13946, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style-rtl.min.css', 'wp-includes/blocks/video/style-rtl.min.css'),
(13947, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style.css', 'wp-includes/blocks/video/style.css'),
(13948, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\style.min.css', 'wp-includes/blocks/video/style.min.css'),
(13949, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme-rtl.css', 'wp-includes/blocks/video/theme-rtl.css'),
(13950, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme-rtl.min.css', 'wp-includes/blocks/video/theme-rtl.min.css'),
(13951, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme.css', 'wp-includes/blocks/video/theme.css'),
(13952, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video\\theme.min.css', 'wp-includes/blocks/video/theme.min.css'),
(13953, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\video.php', 'wp-includes/blocks/video.php'),
(13954, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\widget-group\\block.json', 'wp-includes/blocks/widget-group/block.json'),
(13955, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks\\widget-group.php', 'wp-includes/blocks/widget-group.php'),
(13956, 'D:\\laragon\\www\\genesiswa\\wp-includes\\blocks.php', 'wp-includes/blocks.php'),
(13957, 'D:\\laragon\\www\\genesiswa\\wp-includes\\bookmark-template.php', 'wp-includes/bookmark-template.php'),
(13958, 'D:\\laragon\\www\\genesiswa\\wp-includes\\bookmark.php', 'wp-includes/bookmark.php'),
(13959, 'D:\\laragon\\www\\genesiswa\\wp-includes\\cache-compat.php', 'wp-includes/cache-compat.php'),
(13960, 'D:\\laragon\\www\\genesiswa\\wp-includes\\cache.php', 'wp-includes/cache.php'),
(13961, 'D:\\laragon\\www\\genesiswa\\wp-includes\\canonical.php', 'wp-includes/canonical.php'),
(13962, 'D:\\laragon\\www\\genesiswa\\wp-includes\\capabilities.php', 'wp-includes/capabilities.php'),
(13963, 'D:\\laragon\\www\\genesiswa\\wp-includes\\category-template.php', 'wp-includes/category-template.php'),
(13964, 'D:\\laragon\\www\\genesiswa\\wp-includes\\category.php', 'wp-includes/category.php'),
(13965, 'D:\\laragon\\www\\genesiswa\\wp-includes\\certificates\\ca-bundle.crt', 'wp-includes/certificates/ca-bundle.crt'),
(13966, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-IXR.php', 'wp-includes/class-IXR.php'),
(13967, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-avif-info.php', 'wp-includes/class-avif-info.php'),
(13968, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-feed.php', 'wp-includes/class-feed.php'),
(13969, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-http.php', 'wp-includes/class-http.php'),
(13970, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-json.php', 'wp-includes/class-json.php'),
(13971, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-oembed.php', 'wp-includes/class-oembed.php'),
(13972, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-phpass.php', 'wp-includes/class-phpass.php'),
(13973, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-phpmailer.php', 'wp-includes/class-phpmailer.php'),
(13974, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-pop3.php', 'wp-includes/class-pop3.php'),
(13975, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-requests.php', 'wp-includes/class-requests.php'),
(13976, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-simplepie.php', 'wp-includes/class-simplepie.php'),
(13977, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-smtp.php', 'wp-includes/class-smtp.php'),
(13978, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-snoopy.php', 'wp-includes/class-snoopy.php'),
(13979, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-category-dropdown.php', 'wp-includes/class-walker-category-dropdown.php'),
(13980, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-category.php', 'wp-includes/class-walker-category.php'),
(13981, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-comment.php', 'wp-includes/class-walker-comment.php'),
(13982, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-nav-menu.php', 'wp-includes/class-walker-nav-menu.php'),
(13983, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-page-dropdown.php', 'wp-includes/class-walker-page-dropdown.php'),
(13984, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-walker-page.php', 'wp-includes/class-walker-page.php'),
(13985, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-admin-bar.php', 'wp-includes/class-wp-admin-bar.php'),
(13986, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-ajax-response.php', 'wp-includes/class-wp-ajax-response.php'),
(13987, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-application-passwords.php', 'wp-includes/class-wp-application-passwords.php'),
(13988, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-bindings-registry.php', 'wp-includes/class-wp-block-bindings-registry.php'),
(13989, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-bindings-source.php', 'wp-includes/class-wp-block-bindings-source.php'),
(13990, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-editor-context.php', 'wp-includes/class-wp-block-editor-context.php'),
(13991, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-list.php', 'wp-includes/class-wp-block-list.php'),
(13992, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-metadata-registry.php', 'wp-includes/class-wp-block-metadata-registry.php'),
(13993, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser-block.php', 'wp-includes/class-wp-block-parser-block.php'),
(13994, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser-frame.php', 'wp-includes/class-wp-block-parser-frame.php'),
(13995, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-parser.php', 'wp-includes/class-wp-block-parser.php'),
(13996, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-pattern-categories-registry.php', 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(13997, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-patterns-registry.php', 'wp-includes/class-wp-block-patterns-registry.php'),
(13998, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-processor.php', 'wp-includes/class-wp-block-processor.php'),
(13999, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-styles-registry.php', 'wp-includes/class-wp-block-styles-registry.php'),
(14000, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-supports.php', 'wp-includes/class-wp-block-supports.php'),
(14001, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-template.php', 'wp-includes/class-wp-block-template.php'),
(14002, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-templates-registry.php', 'wp-includes/class-wp-block-templates-registry.php'),
(14003, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-type-registry.php', 'wp-includes/class-wp-block-type-registry.php'),
(14004, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block-type.php', 'wp-includes/class-wp-block-type.php'),
(14005, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-block.php', 'wp-includes/class-wp-block.php'),
(14006, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-classic-to-block-menu-converter.php', 'wp-includes/class-wp-classic-to-block-menu-converter.php'),
(14007, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-comment-query.php', 'wp-includes/class-wp-comment-query.php'),
(14008, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-comment.php', 'wp-includes/class-wp-comment.php'),
(14009, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-control.php', 'wp-includes/class-wp-customize-control.php'),
(14010, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-manager.php', 'wp-includes/class-wp-customize-manager.php'),
(14011, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-nav-menus.php', 'wp-includes/class-wp-customize-nav-menus.php'),
(14012, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-panel.php', 'wp-includes/class-wp-customize-panel.php'),
(14013, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-section.php', 'wp-includes/class-wp-customize-section.php'),
(14014, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-setting.php', 'wp-includes/class-wp-customize-setting.php'),
(14015, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-customize-widgets.php', 'wp-includes/class-wp-customize-widgets.php'),
(14016, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-date-query.php', 'wp-includes/class-wp-date-query.php'),
(14017, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-dependencies.php', 'wp-includes/class-wp-dependencies.php'),
(14018, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-dependency.php', 'wp-includes/class-wp-dependency.php'),
(14019, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-duotone.php', 'wp-includes/class-wp-duotone.php'),
(14020, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-editor.php', 'wp-includes/class-wp-editor.php'),
(14021, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-embed.php', 'wp-includes/class-wp-embed.php'),
(14022, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-error.php', 'wp-includes/class-wp-error.php'),
(14023, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-exception.php', 'wp-includes/class-wp-exception.php'),
(14024, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-fatal-error-handler.php', 'wp-includes/class-wp-fatal-error-handler.php'),
(14025, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-feed-cache-transient.php', 'wp-includes/class-wp-feed-cache-transient.php'),
(14026, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-feed-cache.php', 'wp-includes/class-wp-feed-cache.php'),
(14027, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-hook.php', 'wp-includes/class-wp-hook.php'),
(14028, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-cookie.php', 'wp-includes/class-wp-http-cookie.php'),
(14029, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-curl.php', 'wp-includes/class-wp-http-curl.php'),
(14030, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-encoding.php', 'wp-includes/class-wp-http-encoding.php'),
(14031, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-ixr-client.php', 'wp-includes/class-wp-http-ixr-client.php'),
(14032, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-proxy.php', 'wp-includes/class-wp-http-proxy.php'),
(14033, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-requests-hooks.php', 'wp-includes/class-wp-http-requests-hooks.php'),
(14034, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-requests-response.php', 'wp-includes/class-wp-http-requests-response.php'),
(14035, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-response.php', 'wp-includes/class-wp-http-response.php'),
(14036, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http-streams.php', 'wp-includes/class-wp-http-streams.php'),
(14037, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-http.php', 'wp-includes/class-wp-http.php'),
(14038, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor-gd.php', 'wp-includes/class-wp-image-editor-gd.php'),
(14039, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor-imagick.php', 'wp-includes/class-wp-image-editor-imagick.php'),
(14040, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-image-editor.php', 'wp-includes/class-wp-image-editor.php'),
(14041, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-list-util.php', 'wp-includes/class-wp-list-util.php'),
(14042, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-locale-switcher.php', 'wp-includes/class-wp-locale-switcher.php'),
(14043, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-locale.php', 'wp-includes/class-wp-locale.php'),
(14044, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-matchesmapregex.php', 'wp-includes/class-wp-matchesmapregex.php'),
(14045, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-meta-query.php', 'wp-includes/class-wp-meta-query.php'),
(14046, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-metadata-lazyloader.php', 'wp-includes/class-wp-metadata-lazyloader.php'),
(14047, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-navigation-fallback.php', 'wp-includes/class-wp-navigation-fallback.php'),
(14048, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-network-query.php', 'wp-includes/class-wp-network-query.php'),
(14049, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-network.php', 'wp-includes/class-wp-network.php'),
(14050, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-object-cache.php', 'wp-includes/class-wp-object-cache.php'),
(14051, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-oembed-controller.php', 'wp-includes/class-wp-oembed-controller.php'),
(14052, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-oembed.php', 'wp-includes/class-wp-oembed.php'),
(14053, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-paused-extensions-storage.php', 'wp-includes/class-wp-paused-extensions-storage.php'),
(14054, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-phpmailer.php', 'wp-includes/class-wp-phpmailer.php'),
(14055, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-plugin-dependencies.php', 'wp-includes/class-wp-plugin-dependencies.php'),
(14056, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-post-type.php', 'wp-includes/class-wp-post-type.php'),
(14057, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-post.php', 'wp-includes/class-wp-post.php'),
(14058, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-query.php', 'wp-includes/class-wp-query.php'),
(14059, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-cookie-service.php', 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(14060, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-email-service.php', 'wp-includes/class-wp-recovery-mode-email-service.php'),
(14061, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-key-service.php', 'wp-includes/class-wp-recovery-mode-key-service.php'),
(14062, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode-link-service.php', 'wp-includes/class-wp-recovery-mode-link-service.php'),
(14063, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-recovery-mode.php', 'wp-includes/class-wp-recovery-mode.php'),
(14064, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-rewrite.php', 'wp-includes/class-wp-rewrite.php'),
(14065, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-role.php', 'wp-includes/class-wp-role.php'),
(14066, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-roles.php', 'wp-includes/class-wp-roles.php'),
(14067, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-script-modules.php', 'wp-includes/class-wp-script-modules.php'),
(14068, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-scripts.php', 'wp-includes/class-wp-scripts.php'),
(14069, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-session-tokens.php', 'wp-includes/class-wp-session-tokens.php'),
(14070, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-simplepie-file.php', 'wp-includes/class-wp-simplepie-file.php'),
(14071, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-simplepie-sanitize-kses.php', 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(14072, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-site-query.php', 'wp-includes/class-wp-site-query.php'),
(14073, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-site.php', 'wp-includes/class-wp-site.php'),
(14074, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-speculation-rules.php', 'wp-includes/class-wp-speculation-rules.php'),
(14075, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-styles.php', 'wp-includes/class-wp-styles.php'),
(14076, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-tax-query.php', 'wp-includes/class-wp-tax-query.php'),
(14077, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-taxonomy.php', 'wp-includes/class-wp-taxonomy.php'),
(14078, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-term-query.php', 'wp-includes/class-wp-term-query.php'),
(14079, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-term.php', 'wp-includes/class-wp-term.php'),
(14080, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-text-diff-renderer-inline.php', 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(14081, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-text-diff-renderer-table.php', 'wp-includes/class-wp-text-diff-renderer-table.php'),
(14082, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-textdomain-registry.php', 'wp-includes/class-wp-textdomain-registry.php'),
(14083, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-data.php', 'wp-includes/class-wp-theme-json-data.php'),
(14084, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-resolver.php', 'wp-includes/class-wp-theme-json-resolver.php'),
(14085, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json-schema.php', 'wp-includes/class-wp-theme-json-schema.php'),
(14086, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme-json.php', 'wp-includes/class-wp-theme-json.php'),
(14087, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-theme.php', 'wp-includes/class-wp-theme.php'),
(14088, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-token-map.php', 'wp-includes/class-wp-token-map.php'),
(14089, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-url-pattern-prefixer.php', 'wp-includes/class-wp-url-pattern-prefixer.php'),
(14090, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-meta-session-tokens.php', 'wp-includes/class-wp-user-meta-session-tokens.php'),
(14091, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-query.php', 'wp-includes/class-wp-user-query.php'),
(14092, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user-request.php', 'wp-includes/class-wp-user-request.php'),
(14093, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-user.php', 'wp-includes/class-wp-user.php'),
(14094, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-walker.php', 'wp-includes/class-wp-walker.php'),
(14095, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-widget-factory.php', 'wp-includes/class-wp-widget-factory.php'),
(14096, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-widget.php', 'wp-includes/class-wp-widget.php'),
(14097, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp-xmlrpc-server.php', 'wp-includes/class-wp-xmlrpc-server.php'),
(14098, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wp.php', 'wp-includes/class-wp.php'),
(14099, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class-wpdb.php', 'wp-includes/class-wpdb.php'),
(14100, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-dependencies.php', 'wp-includes/class.wp-dependencies.php'),
(14101, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-scripts.php', 'wp-includes/class.wp-scripts.php'),
(14102, 'D:\\laragon\\www\\genesiswa\\wp-includes\\class.wp-styles.php', 'wp-includes/class.wp-styles.php'),
(14103, 'D:\\laragon\\www\\genesiswa\\wp-includes\\comment-template.php', 'wp-includes/comment-template.php'),
(14104, 'D:\\laragon\\www\\genesiswa\\wp-includes\\comment.php', 'wp-includes/comment.php'),
(14105, 'D:\\laragon\\www\\genesiswa\\wp-includes\\compat-utf8.php', 'wp-includes/compat-utf8.php'),
(14106, 'D:\\laragon\\www\\genesiswa\\wp-includes\\compat.php', 'wp-includes/compat.php'),
(14107, 'D:\\laragon\\www\\genesiswa\\wp-includes\\cron.php', 'wp-includes/cron.php'),
(14108, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar-rtl.css', 'wp-includes/css/admin-bar-rtl.css'),
(14109, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar-rtl.min.css', 'wp-includes/css/admin-bar-rtl.min.css'),
(14110, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar.css', 'wp-includes/css/admin-bar.css'),
(14111, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\admin-bar.min.css', 'wp-includes/css/admin-bar.min.css'),
(14112, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons-rtl.css', 'wp-includes/css/buttons-rtl.css'),
(14113, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons-rtl.min.css', 'wp-includes/css/buttons-rtl.min.css'),
(14114, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons.css', 'wp-includes/css/buttons.css'),
(14115, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\buttons.min.css', 'wp-includes/css/buttons.min.css'),
(14116, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\classic-themes.css', 'wp-includes/css/classic-themes.css'),
(14117, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\classic-themes.min.css', 'wp-includes/css/classic-themes.min.css'),
(14118, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview-rtl.css', 'wp-includes/css/customize-preview-rtl.css'),
(14119, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview-rtl.min.css', 'wp-includes/css/customize-preview-rtl.min.css'),
(14120, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview.css', 'wp-includes/css/customize-preview.css'),
(14121, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\customize-preview.min.css', 'wp-includes/css/customize-preview.min.css'),
(14122, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dashicons.css', 'wp-includes/css/dashicons.css'),
(14123, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dashicons.min.css', 'wp-includes/css/dashicons.min.css'),
(14124, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style-rtl.css', 'wp-includes/css/dist/admin-ui/style-rtl.css'),
(14125, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style-rtl.min.css', 'wp-includes/css/dist/admin-ui/style-rtl.min.css'),
(14126, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style.css', 'wp-includes/css/dist/admin-ui/style.css'),
(14127, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\admin-ui\\style.min.css', 'wp-includes/css/dist/admin-ui/style.min.css'),
(14128, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes-rtl.css', 'wp-includes/css/dist/base-styles/admin-schemes-rtl.css'),
(14129, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes-rtl.min.css', 'wp-includes/css/dist/base-styles/admin-schemes-rtl.min.css'),
(14130, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes.css', 'wp-includes/css/dist/base-styles/admin-schemes.css'),
(14131, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\base-styles\\admin-schemes.min.css', 'wp-includes/css/dist/base-styles/admin-schemes.min.css'),
(14132, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style-rtl.css', 'wp-includes/css/dist/block-directory/style-rtl.css'),
(14133, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style-rtl.min.css', 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(14134, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style.css', 'wp-includes/css/dist/block-directory/style.css'),
(14135, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-directory\\style.min.css', 'wp-includes/css/dist/block-directory/style.min.css'),
(14136, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content-rtl.css', 'wp-includes/css/dist/block-editor/content-rtl.css'),
(14137, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content-rtl.min.css', 'wp-includes/css/dist/block-editor/content-rtl.min.css'),
(14138, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content.css', 'wp-includes/css/dist/block-editor/content.css'),
(14139, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\content.min.css', 'wp-includes/css/dist/block-editor/content.min.css'),
(14140, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles-rtl.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),
(14141, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles-rtl.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),
(14142, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles.css', 'wp-includes/css/dist/block-editor/default-editor-styles.css'),
(14143, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\default-editor-styles.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),
(14144, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style-rtl.css', 'wp-includes/css/dist/block-editor/style-rtl.css'),
(14145, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style-rtl.min.css', 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(14146, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style.css', 'wp-includes/css/dist/block-editor/style.css'),
(14147, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-editor\\style.min.css', 'wp-includes/css/dist/block-editor/style.min.css'),
(14148, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic-rtl.css', 'wp-includes/css/dist/block-library/classic-rtl.css'),
(14149, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic-rtl.min.css', 'wp-includes/css/dist/block-library/classic-rtl.min.css'),
(14150, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic.css', 'wp-includes/css/dist/block-library/classic.css'),
(14151, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\classic.min.css', 'wp-includes/css/dist/block-library/classic.min.css'),
(14152, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common-rtl.css', 'wp-includes/css/dist/block-library/common-rtl.css'),
(14153, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common-rtl.min.css', 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(14154, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common.css', 'wp-includes/css/dist/block-library/common.css'),
(14155, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\common.min.css', 'wp-includes/css/dist/block-library/common.min.css'),
(14156, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements-rtl.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.css'),
(14157, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements-rtl.min.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),
(14158, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements.css', 'wp-includes/css/dist/block-library/editor-elements.css'),
(14159, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-elements.min.css', 'wp-includes/css/dist/block-library/editor-elements.min.css'),
(14160, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-rtl.css', 'wp-includes/css/dist/block-library/editor-rtl.css'),
(14161, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor-rtl.min.css', 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(14162, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor.css', 'wp-includes/css/dist/block-library/editor.css'),
(14163, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\editor.min.css', 'wp-includes/css/dist/block-library/editor.min.css'),
(14164, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements-rtl.css', 'wp-includes/css/dist/block-library/elements-rtl.css'),
(14165, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements-rtl.min.css', 'wp-includes/css/dist/block-library/elements-rtl.min.css'),
(14166, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements.css', 'wp-includes/css/dist/block-library/elements.css'),
(14167, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\elements.min.css', 'wp-includes/css/dist/block-library/elements.min.css'),
(14168, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset-rtl.css', 'wp-includes/css/dist/block-library/reset-rtl.css'),
(14169, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset-rtl.min.css', 'wp-includes/css/dist/block-library/reset-rtl.min.css'),
(14170, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset.css', 'wp-includes/css/dist/block-library/reset.css'),
(14171, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\reset.min.css', 'wp-includes/css/dist/block-library/reset.min.css'),
(14172, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style-rtl.css', 'wp-includes/css/dist/block-library/style-rtl.css'),
(14173, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style-rtl.min.css', 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(14174, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style.css', 'wp-includes/css/dist/block-library/style.css'),
(14175, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\style.min.css', 'wp-includes/css/dist/block-library/style.min.css'),
(14176, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme-rtl.css', 'wp-includes/css/dist/block-library/theme-rtl.css'),
(14177, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme-rtl.min.css', 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(14178, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme.css', 'wp-includes/css/dist/block-library/theme.css'),
(14179, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\block-library\\theme.min.css', 'wp-includes/css/dist/block-library/theme.min.css'),
(14180, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style-rtl.css', 'wp-includes/css/dist/commands/style-rtl.css'),
(14181, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style-rtl.min.css', 'wp-includes/css/dist/commands/style-rtl.min.css'),
(14182, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style.css', 'wp-includes/css/dist/commands/style.css'),
(14183, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\commands\\style.min.css', 'wp-includes/css/dist/commands/style.min.css'),
(14184, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style-rtl.css', 'wp-includes/css/dist/components/style-rtl.css'),
(14185, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style-rtl.min.css', 'wp-includes/css/dist/components/style-rtl.min.css'),
(14186, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style.css', 'wp-includes/css/dist/components/style.css'),
(14187, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\components\\style.min.css', 'wp-includes/css/dist/components/style.min.css'),
(14188, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style-rtl.css', 'wp-includes/css/dist/customize-widgets/style-rtl.css');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14189, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style-rtl.min.css', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),
(14190, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style.css', 'wp-includes/css/dist/customize-widgets/style.css'),
(14191, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\customize-widgets\\style.min.css', 'wp-includes/css/dist/customize-widgets/style.min.css'),
(14192, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic-rtl.css', 'wp-includes/css/dist/edit-post/classic-rtl.css'),
(14193, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic-rtl.min.css', 'wp-includes/css/dist/edit-post/classic-rtl.min.css'),
(14194, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic.css', 'wp-includes/css/dist/edit-post/classic.css'),
(14195, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\classic.min.css', 'wp-includes/css/dist/edit-post/classic.min.css'),
(14196, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style-rtl.css', 'wp-includes/css/dist/edit-post/style-rtl.css'),
(14197, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style-rtl.min.css', 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(14198, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style.css', 'wp-includes/css/dist/edit-post/style.css'),
(14199, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-post\\style.min.css', 'wp-includes/css/dist/edit-post/style.min.css'),
(14200, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts-rtl.css', 'wp-includes/css/dist/edit-site/posts-rtl.css'),
(14201, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts-rtl.min.css', 'wp-includes/css/dist/edit-site/posts-rtl.min.css'),
(14202, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts.css', 'wp-includes/css/dist/edit-site/posts.css'),
(14203, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\posts.min.css', 'wp-includes/css/dist/edit-site/posts.min.css'),
(14204, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style-rtl.css', 'wp-includes/css/dist/edit-site/style-rtl.css'),
(14205, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style-rtl.min.css', 'wp-includes/css/dist/edit-site/style-rtl.min.css'),
(14206, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style.css', 'wp-includes/css/dist/edit-site/style.css'),
(14207, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-site\\style.min.css', 'wp-includes/css/dist/edit-site/style.min.css'),
(14208, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style-rtl.css', 'wp-includes/css/dist/edit-widgets/style-rtl.css'),
(14209, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style-rtl.min.css', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),
(14210, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style.css', 'wp-includes/css/dist/edit-widgets/style.css'),
(14211, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\edit-widgets\\style.min.css', 'wp-includes/css/dist/edit-widgets/style.min.css'),
(14212, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style-rtl.css', 'wp-includes/css/dist/editor/style-rtl.css'),
(14213, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style-rtl.min.css', 'wp-includes/css/dist/editor/style-rtl.min.css'),
(14214, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style.css', 'wp-includes/css/dist/editor/style.css'),
(14215, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\editor\\style.min.css', 'wp-includes/css/dist/editor/style.min.css'),
(14216, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style-rtl.css', 'wp-includes/css/dist/format-library/style-rtl.css'),
(14217, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style-rtl.min.css', 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(14218, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style.css', 'wp-includes/css/dist/format-library/style.css'),
(14219, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\format-library\\style.min.css', 'wp-includes/css/dist/format-library/style.min.css'),
(14220, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style-rtl.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(14221, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style-rtl.min.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(14222, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style.css', 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(14223, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\list-reusable-blocks\\style.min.css', 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(14224, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style-rtl.css', 'wp-includes/css/dist/nux/style-rtl.css'),
(14225, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style-rtl.min.css', 'wp-includes/css/dist/nux/style-rtl.min.css'),
(14226, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style.css', 'wp-includes/css/dist/nux/style.css'),
(14227, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\nux\\style.min.css', 'wp-includes/css/dist/nux/style.min.css'),
(14228, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style-rtl.css', 'wp-includes/css/dist/patterns/style-rtl.css'),
(14229, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style-rtl.min.css', 'wp-includes/css/dist/patterns/style-rtl.min.css'),
(14230, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style.css', 'wp-includes/css/dist/patterns/style.css'),
(14231, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\patterns\\style.min.css', 'wp-includes/css/dist/patterns/style.min.css'),
(14232, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style-rtl.css', 'wp-includes/css/dist/preferences/style-rtl.css'),
(14233, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style-rtl.min.css', 'wp-includes/css/dist/preferences/style-rtl.min.css'),
(14234, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style.css', 'wp-includes/css/dist/preferences/style.css'),
(14235, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\preferences\\style.min.css', 'wp-includes/css/dist/preferences/style.min.css'),
(14236, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style-rtl.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.css'),
(14237, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style-rtl.min.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),
(14238, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style.css', 'wp-includes/css/dist/reusable-blocks/style.css'),
(14239, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\reusable-blocks\\style.min.css', 'wp-includes/css/dist/reusable-blocks/style.min.css'),
(14240, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style-rtl.css', 'wp-includes/css/dist/widgets/style-rtl.css'),
(14241, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style-rtl.min.css', 'wp-includes/css/dist/widgets/style-rtl.min.css'),
(14242, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style.css', 'wp-includes/css/dist/widgets/style.css'),
(14243, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\dist\\widgets\\style.min.css', 'wp-includes/css/dist/widgets/style.min.css'),
(14244, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor-rtl.css', 'wp-includes/css/editor-rtl.css'),
(14245, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor-rtl.min.css', 'wp-includes/css/editor-rtl.min.css'),
(14246, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor.css', 'wp-includes/css/editor.css'),
(14247, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\editor.min.css', 'wp-includes/css/editor.min.css'),
(14248, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog-rtl.css', 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(14249, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog-rtl.min.css', 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(14250, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog.css', 'wp-includes/css/jquery-ui-dialog.css'),
(14251, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\jquery-ui-dialog.min.css', 'wp-includes/css/jquery-ui-dialog.min.css'),
(14252, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views-rtl.css', 'wp-includes/css/media-views-rtl.css'),
(14253, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views-rtl.min.css', 'wp-includes/css/media-views-rtl.min.css'),
(14254, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views.css', 'wp-includes/css/media-views.css'),
(14255, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\media-views.min.css', 'wp-includes/css/media-views.min.css'),
(14256, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check-rtl.css', 'wp-includes/css/wp-auth-check-rtl.css'),
(14257, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check-rtl.min.css', 'wp-includes/css/wp-auth-check-rtl.min.css'),
(14258, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check.css', 'wp-includes/css/wp-auth-check.css'),
(14259, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-auth-check.min.css', 'wp-includes/css/wp-auth-check.min.css'),
(14260, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template-ie.css', 'wp-includes/css/wp-embed-template-ie.css'),
(14261, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template-ie.min.css', 'wp-includes/css/wp-embed-template-ie.min.css'),
(14262, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template.css', 'wp-includes/css/wp-embed-template.css'),
(14263, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-embed-template.min.css', 'wp-includes/css/wp-embed-template.min.css'),
(14264, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-empty-template-alert.css', 'wp-includes/css/wp-empty-template-alert.css'),
(14265, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-empty-template-alert.min.css', 'wp-includes/css/wp-empty-template-alert.min.css'),
(14266, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer-rtl.css', 'wp-includes/css/wp-pointer-rtl.css'),
(14267, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer-rtl.min.css', 'wp-includes/css/wp-pointer-rtl.min.css'),
(14268, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer.css', 'wp-includes/css/wp-pointer.css'),
(14269, 'D:\\laragon\\www\\genesiswa\\wp-includes\\css\\wp-pointer.min.css', 'wp-includes/css/wp-pointer.min.css'),
(14270, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-image-control.php', 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(14271, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-image-setting.php', 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(14272, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-background-position-control.php', 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(14273, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-code-editor-control.php', 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(14274, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-color-control.php', 'wp-includes/customize/class-wp-customize-color-control.php'),
(14275, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-cropped-image-control.php', 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(14276, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-custom-css-setting.php', 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(14277, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-date-time-control.php', 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(14278, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-filter-setting.php', 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(14279, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-header-image-control.php', 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(14280, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-header-image-setting.php', 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(14281, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-image-control.php', 'wp-includes/customize/class-wp-customize-image-control.php'),
(14282, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-media-control.php', 'wp-includes/customize/class-wp-customize-media-control.php'),
(14283, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-auto-add-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(14284, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(14285, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-item-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(14286, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-item-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(14287, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-location-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(14288, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-locations-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(14289, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-name-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(14290, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-section.php', 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(14291, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menu-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(14292, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-nav-menus-panel.php', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(14293, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-new-menu-control.php', 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(14294, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-new-menu-section.php', 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(14295, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-partial.php', 'wp-includes/customize/class-wp-customize-partial.php'),
(14296, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-selective-refresh.php', 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(14297, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-sidebar-section.php', 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(14298, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-site-icon-control.php', 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(14299, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-theme-control.php', 'wp-includes/customize/class-wp-customize-theme-control.php'),
(14300, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-themes-panel.php', 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(14301, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-themes-section.php', 'wp-includes/customize/class-wp-customize-themes-section.php'),
(14302, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-customize-upload-control.php', 'wp-includes/customize/class-wp-customize-upload-control.php'),
(14303, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-sidebar-block-editor-control.php', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),
(14304, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-widget-area-customize-control.php', 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(14305, 'D:\\laragon\\www\\genesiswa\\wp-includes\\customize\\class-wp-widget-form-customize-control.php', 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(14306, 'D:\\laragon\\www\\genesiswa\\wp-includes\\date.php', 'wp-includes/date.php'),
(14307, 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-constants.php', 'wp-includes/default-constants.php'),
(14308, 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-filters.php', 'wp-includes/default-filters.php'),
(14309, 'D:\\laragon\\www\\genesiswa\\wp-includes\\default-widgets.php', 'wp-includes/default-widgets.php'),
(14310, 'D:\\laragon\\www\\genesiswa\\wp-includes\\deprecated.php', 'wp-includes/deprecated.php'),
(14311, 'D:\\laragon\\www\\genesiswa\\wp-includes\\embed-template.php', 'wp-includes/embed-template.php'),
(14312, 'D:\\laragon\\www\\genesiswa\\wp-includes\\embed.php', 'wp-includes/embed.php'),
(14313, 'D:\\laragon\\www\\genesiswa\\wp-includes\\error-protection.php', 'wp-includes/error-protection.php'),
(14314, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-atom-comments.php', 'wp-includes/feed-atom-comments.php'),
(14315, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-atom.php', 'wp-includes/feed-atom.php'),
(14316, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rdf.php', 'wp-includes/feed-rdf.php'),
(14317, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss.php', 'wp-includes/feed-rss.php'),
(14318, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss2-comments.php', 'wp-includes/feed-rss2-comments.php'),
(14319, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed-rss2.php', 'wp-includes/feed-rss2.php'),
(14320, 'D:\\laragon\\www\\genesiswa\\wp-includes\\feed.php', 'wp-includes/feed.php'),
(14321, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-collection.php', 'wp-includes/fonts/class-wp-font-collection.php'),
(14322, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-face-resolver.php', 'wp-includes/fonts/class-wp-font-face-resolver.php'),
(14323, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-face.php', 'wp-includes/fonts/class-wp-font-face.php'),
(14324, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-library.php', 'wp-includes/fonts/class-wp-font-library.php'),
(14325, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\class-wp-font-utils.php', 'wp-includes/fonts/class-wp-font-utils.php'),
(14326, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.eot', 'wp-includes/fonts/dashicons.eot'),
(14327, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.svg', 'wp-includes/fonts/dashicons.svg'),
(14328, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.ttf', 'wp-includes/fonts/dashicons.ttf'),
(14329, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.woff', 'wp-includes/fonts/dashicons.woff'),
(14330, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts\\dashicons.woff2', 'wp-includes/fonts/dashicons.woff2'),
(14331, 'D:\\laragon\\www\\genesiswa\\wp-includes\\fonts.php', 'wp-includes/fonts.php'),
(14332, 'D:\\laragon\\www\\genesiswa\\wp-includes\\formatting.php', 'wp-includes/formatting.php'),
(14333, 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.php', 'wp-includes/functions.php'),
(14334, 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.wp-scripts.php', 'wp-includes/functions.wp-scripts.php'),
(14335, 'D:\\laragon\\www\\genesiswa\\wp-includes\\functions.wp-styles.php', 'wp-includes/functions.wp-styles.php'),
(14336, 'D:\\laragon\\www\\genesiswa\\wp-includes\\general-template.php', 'wp-includes/general-template.php'),
(14337, 'D:\\laragon\\www\\genesiswa\\wp-includes\\global-styles-and-settings.php', 'wp-includes/global-styles-and-settings.php'),
(14338, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-active-formatting-elements.php', 'wp-includes/html-api/class-wp-html-active-formatting-elements.php'),
(14339, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-attribute-token.php', 'wp-includes/html-api/class-wp-html-attribute-token.php'),
(14340, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-decoder.php', 'wp-includes/html-api/class-wp-html-decoder.php'),
(14341, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-doctype-info.php', 'wp-includes/html-api/class-wp-html-doctype-info.php'),
(14342, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-open-elements.php', 'wp-includes/html-api/class-wp-html-open-elements.php'),
(14343, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-processor-state.php', 'wp-includes/html-api/class-wp-html-processor-state.php'),
(14344, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-processor.php', 'wp-includes/html-api/class-wp-html-processor.php'),
(14345, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-span.php', 'wp-includes/html-api/class-wp-html-span.php'),
(14346, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-stack-event.php', 'wp-includes/html-api/class-wp-html-stack-event.php'),
(14347, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-tag-processor.php', 'wp-includes/html-api/class-wp-html-tag-processor.php'),
(14348, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-text-replacement.php', 'wp-includes/html-api/class-wp-html-text-replacement.php'),
(14349, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-token.php', 'wp-includes/html-api/class-wp-html-token.php'),
(14350, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\class-wp-html-unsupported-exception.php', 'wp-includes/html-api/class-wp-html-unsupported-exception.php'),
(14351, 'D:\\laragon\\www\\genesiswa\\wp-includes\\html-api\\html5-named-character-references.php', 'wp-includes/html-api/html5-named-character-references.php'),
(14352, 'D:\\laragon\\www\\genesiswa\\wp-includes\\http.php', 'wp-includes/http.php'),
(14353, 'D:\\laragon\\www\\genesiswa\\wp-includes\\https-detection.php', 'wp-includes/https-detection.php'),
(14354, 'D:\\laragon\\www\\genesiswa\\wp-includes\\https-migration.php', 'wp-includes/https-migration.php'),
(14355, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\admin-bar-sprite-2x.png', 'wp-includes/images/admin-bar-sprite-2x.png'),
(14356, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\admin-bar-sprite.png', 'wp-includes/images/admin-bar-sprite.png'),
(14357, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\arrow-pointer-blue-2x.png', 'wp-includes/images/arrow-pointer-blue-2x.png'),
(14358, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\arrow-pointer-blue.png', 'wp-includes/images/arrow-pointer-blue.png'),
(14359, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\blank.gif', 'wp-includes/images/blank.gif'),
(14360, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\archive.png', 'wp-includes/images/crystal/archive.png'),
(14361, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\audio.png', 'wp-includes/images/crystal/audio.png'),
(14362, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\code.png', 'wp-includes/images/crystal/code.png'),
(14363, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\default.png', 'wp-includes/images/crystal/default.png'),
(14364, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\document.png', 'wp-includes/images/crystal/document.png'),
(14365, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\interactive.png', 'wp-includes/images/crystal/interactive.png'),
(14366, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\license.txt', 'wp-includes/images/crystal/license.txt'),
(14367, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\spreadsheet.png', 'wp-includes/images/crystal/spreadsheet.png'),
(14368, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\text.png', 'wp-includes/images/crystal/text.png'),
(14369, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\crystal\\video.png', 'wp-includes/images/crystal/video.png'),
(14370, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\down_arrow-2x.gif', 'wp-includes/images/down_arrow-2x.gif'),
(14371, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\down_arrow.gif', 'wp-includes/images/down_arrow.gif'),
(14372, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\icon-pointer-flag-2x.png', 'wp-includes/images/icon-pointer-flag-2x.png'),
(14373, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\icon-pointer-flag.png', 'wp-includes/images/icon-pointer-flag.png'),
(14374, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\archive.png', 'wp-includes/images/media/archive.png'),
(14375, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\archive.svg', 'wp-includes/images/media/archive.svg'),
(14376, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\audio.png', 'wp-includes/images/media/audio.png'),
(14377, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\audio.svg', 'wp-includes/images/media/audio.svg'),
(14378, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\code.png', 'wp-includes/images/media/code.png'),
(14379, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\code.svg', 'wp-includes/images/media/code.svg'),
(14380, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\default.png', 'wp-includes/images/media/default.png'),
(14381, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\default.svg', 'wp-includes/images/media/default.svg'),
(14382, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\document.png', 'wp-includes/images/media/document.png'),
(14383, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\document.svg', 'wp-includes/images/media/document.svg'),
(14384, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\interactive.png', 'wp-includes/images/media/interactive.png'),
(14385, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\interactive.svg', 'wp-includes/images/media/interactive.svg'),
(14386, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\spreadsheet.png', 'wp-includes/images/media/spreadsheet.png'),
(14387, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\spreadsheet.svg', 'wp-includes/images/media/spreadsheet.svg'),
(14388, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\text.png', 'wp-includes/images/media/text.png'),
(14389, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\text.svg', 'wp-includes/images/media/text.svg'),
(14390, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\video.png', 'wp-includes/images/media/video.png'),
(14391, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\media\\video.svg', 'wp-includes/images/media/video.svg'),
(14392, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\rss-2x.png', 'wp-includes/images/rss-2x.png'),
(14393, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\rss.png', 'wp-includes/images/rss.png'),
(14394, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\frownie.png', 'wp-includes/images/smilies/frownie.png'),
(14395, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_arrow.gif', 'wp-includes/images/smilies/icon_arrow.gif'),
(14396, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_biggrin.gif', 'wp-includes/images/smilies/icon_biggrin.gif'),
(14397, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_confused.gif', 'wp-includes/images/smilies/icon_confused.gif'),
(14398, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_cool.gif', 'wp-includes/images/smilies/icon_cool.gif'),
(14399, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_cry.gif', 'wp-includes/images/smilies/icon_cry.gif'),
(14400, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_eek.gif', 'wp-includes/images/smilies/icon_eek.gif'),
(14401, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_evil.gif', 'wp-includes/images/smilies/icon_evil.gif'),
(14402, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_exclaim.gif', 'wp-includes/images/smilies/icon_exclaim.gif'),
(14403, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_idea.gif', 'wp-includes/images/smilies/icon_idea.gif'),
(14404, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_lol.gif', 'wp-includes/images/smilies/icon_lol.gif'),
(14405, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_mad.gif', 'wp-includes/images/smilies/icon_mad.gif'),
(14406, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_mrgreen.gif', 'wp-includes/images/smilies/icon_mrgreen.gif'),
(14407, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_neutral.gif', 'wp-includes/images/smilies/icon_neutral.gif'),
(14408, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_question.gif', 'wp-includes/images/smilies/icon_question.gif'),
(14409, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_razz.gif', 'wp-includes/images/smilies/icon_razz.gif'),
(14410, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_redface.gif', 'wp-includes/images/smilies/icon_redface.gif'),
(14411, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_rolleyes.gif', 'wp-includes/images/smilies/icon_rolleyes.gif'),
(14412, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_sad.gif', 'wp-includes/images/smilies/icon_sad.gif'),
(14413, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_smile.gif', 'wp-includes/images/smilies/icon_smile.gif'),
(14414, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_surprised.gif', 'wp-includes/images/smilies/icon_surprised.gif'),
(14415, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_twisted.gif', 'wp-includes/images/smilies/icon_twisted.gif'),
(14416, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\icon_wink.gif', 'wp-includes/images/smilies/icon_wink.gif'),
(14417, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\mrgreen.png', 'wp-includes/images/smilies/mrgreen.png'),
(14418, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\rolleyes.png', 'wp-includes/images/smilies/rolleyes.png'),
(14419, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\smilies\\simple-smile.png', 'wp-includes/images/smilies/simple-smile.png'),
(14420, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\spinner-2x.gif', 'wp-includes/images/spinner-2x.gif'),
(14421, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\spinner.gif', 'wp-includes/images/spinner.gif'),
(14422, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\toggle-arrow-2x.png', 'wp-includes/images/toggle-arrow-2x.png'),
(14423, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\toggle-arrow.png', 'wp-includes/images/toggle-arrow.png'),
(14424, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\uploader-icons-2x.png', 'wp-includes/images/uploader-icons-2x.png'),
(14425, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\uploader-icons.png', 'wp-includes/images/uploader-icons.png'),
(14426, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\w-logo-blue-white-bg.png', 'wp-includes/images/w-logo-blue-white-bg.png'),
(14427, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\w-logo-blue.png', 'wp-includes/images/w-logo-blue.png'),
(14428, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpicons-2x.png', 'wp-includes/images/wpicons-2x.png'),
(14429, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpicons.png', 'wp-includes/images/wpicons.png'),
(14430, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpspin-2x.gif', 'wp-includes/images/wpspin-2x.gif'),
(14431, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\wpspin.gif', 'wp-includes/images/wpspin.gif'),
(14432, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\xit-2x.gif', 'wp-includes/images/xit-2x.gif'),
(14433, 'D:\\laragon\\www\\genesiswa\\wp-includes\\images\\xit.gif', 'wp-includes/images/xit.gif'),
(14434, 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\class-wp-interactivity-api-directives-processor.php', 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php'),
(14435, 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\class-wp-interactivity-api.php', 'wp-includes/interactivity-api/class-wp-interactivity-api.php'),
(14436, 'D:\\laragon\\www\\genesiswa\\wp-includes\\interactivity-api\\interactivity-api.php', 'wp-includes/interactivity-api/interactivity-api.php'),
(14437, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\admin-bar.js', 'wp-includes/js/admin-bar.js'),
(14438, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\admin-bar.min.js', 'wp-includes/js/admin-bar.min.js'),
(14439, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\api-request.js', 'wp-includes/js/api-request.js'),
(14440, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\api-request.min.js', 'wp-includes/js/api-request.min.js'),
(14441, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\autosave.js', 'wp-includes/js/autosave.js'),
(14442, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\autosave.min.js', 'wp-includes/js/autosave.min.js'),
(14443, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\backbone.js', 'wp-includes/js/backbone.js'),
(14444, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\backbone.min.js', 'wp-includes/js/backbone.min.js'),
(14445, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\clipboard.js', 'wp-includes/js/clipboard.js'),
(14446, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\clipboard.min.js', 'wp-includes/js/clipboard.min.js'),
(14447, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\codemirror.min.css', 'wp-includes/js/codemirror/codemirror.min.css'),
(14448, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\codemirror.min.js', 'wp-includes/js/codemirror/codemirror.min.js'),
(14449, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\csslint.js', 'wp-includes/js/codemirror/csslint.js'),
(14450, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\esprima.js', 'wp-includes/js/codemirror/esprima.js'),
(14451, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\fakejshint.js', 'wp-includes/js/codemirror/fakejshint.js'),
(14452, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\htmlhint-kses.js', 'wp-includes/js/codemirror/htmlhint-kses.js'),
(14453, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\htmlhint.js', 'wp-includes/js/codemirror/htmlhint.js'),
(14454, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\codemirror\\jsonlint.js', 'wp-includes/js/codemirror/jsonlint.js'),
(14455, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\colorpicker.js', 'wp-includes/js/colorpicker.js'),
(14456, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\colorpicker.min.js', 'wp-includes/js/colorpicker.min.js'),
(14457, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\comment-reply.js', 'wp-includes/js/comment-reply.js'),
(14458, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\comment-reply.min.js', 'wp-includes/js/comment-reply.min.js'),
(14459, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\cropper.css', 'wp-includes/js/crop/cropper.css'),
(14460, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\cropper.js', 'wp-includes/js/crop/cropper.js'),
(14461, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\marqueeHoriz.gif', 'wp-includes/js/crop/marqueeHoriz.gif'),
(14462, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\crop\\marqueeVert.gif', 'wp-includes/js/crop/marqueeVert.gif'),
(14463, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-base.js', 'wp-includes/js/customize-base.js'),
(14464, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-base.min.js', 'wp-includes/js/customize-base.min.js'),
(14465, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-loader.js', 'wp-includes/js/customize-loader.js'),
(14466, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-loader.min.js', 'wp-includes/js/customize-loader.min.js'),
(14467, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-models.js', 'wp-includes/js/customize-models.js'),
(14468, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-models.min.js', 'wp-includes/js/customize-models.min.js'),
(14469, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-nav-menus.js', 'wp-includes/js/customize-preview-nav-menus.js'),
(14470, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-nav-menus.min.js', 'wp-includes/js/customize-preview-nav-menus.min.js'),
(14471, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-widgets.js', 'wp-includes/js/customize-preview-widgets.js'),
(14472, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview-widgets.min.js', 'wp-includes/js/customize-preview-widgets.min.js'),
(14473, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview.js', 'wp-includes/js/customize-preview.js'),
(14474, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-preview.min.js', 'wp-includes/js/customize-preview.min.js'),
(14475, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-selective-refresh.js', 'wp-includes/js/customize-selective-refresh.js'),
(14476, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-selective-refresh.min.js', 'wp-includes/js/customize-selective-refresh.min.js'),
(14477, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-views.js', 'wp-includes/js/customize-views.js'),
(14478, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\customize-views.min.js', 'wp-includes/js/customize-views.min.js'),
(14479, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\a11y.js', 'wp-includes/js/dist/a11y.js'),
(14480, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\a11y.min.js', 'wp-includes/js/dist/a11y.min.js'),
(14481, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\admin-ui.js', 'wp-includes/js/dist/admin-ui.js'),
(14482, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\admin-ui.min.js', 'wp-includes/js/dist/admin-ui.min.js'),
(14483, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\annotations.js', 'wp-includes/js/dist/annotations.js'),
(14484, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\annotations.min.js', 'wp-includes/js/dist/annotations.min.js'),
(14485, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\api-fetch.js', 'wp-includes/js/dist/api-fetch.js'),
(14486, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\api-fetch.min.js', 'wp-includes/js/dist/api-fetch.min.js'),
(14487, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\autop.js', 'wp-includes/js/dist/autop.js'),
(14488, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\autop.min.js', 'wp-includes/js/dist/autop.min.js'),
(14489, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\base-styles.js', 'wp-includes/js/dist/base-styles.js'),
(14490, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\base-styles.min.js', 'wp-includes/js/dist/base-styles.min.js'),
(14491, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blob.js', 'wp-includes/js/dist/blob.js'),
(14492, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blob.min.js', 'wp-includes/js/dist/blob.min.js'),
(14493, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-directory.js', 'wp-includes/js/dist/block-directory.js'),
(14494, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-directory.min.js', 'wp-includes/js/dist/block-directory.min.js'),
(14495, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-editor.js', 'wp-includes/js/dist/block-editor.js'),
(14496, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-editor.min.js', 'wp-includes/js/dist/block-editor.min.js'),
(14497, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-library.js', 'wp-includes/js/dist/block-library.js'),
(14498, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-library.min.js', 'wp-includes/js/dist/block-library.min.js'),
(14499, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-serialization-default-parser.js', 'wp-includes/js/dist/block-serialization-default-parser.js'),
(14500, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\block-serialization-default-parser.min.js', 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(14501, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blocks.js', 'wp-includes/js/dist/blocks.js'),
(14502, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\blocks.min.js', 'wp-includes/js/dist/blocks.min.js'),
(14503, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\commands.js', 'wp-includes/js/dist/commands.js'),
(14504, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\commands.min.js', 'wp-includes/js/dist/commands.min.js'),
(14505, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\components.js', 'wp-includes/js/dist/components.js'),
(14506, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\components.min.js', 'wp-includes/js/dist/components.min.js'),
(14507, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\compose.js', 'wp-includes/js/dist/compose.js'),
(14508, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\compose.min.js', 'wp-includes/js/dist/compose.min.js'),
(14509, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-commands.js', 'wp-includes/js/dist/core-commands.js'),
(14510, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-commands.min.js', 'wp-includes/js/dist/core-commands.min.js'),
(14511, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-data.js', 'wp-includes/js/dist/core-data.js'),
(14512, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\core-data.min.js', 'wp-includes/js/dist/core-data.min.js'),
(14513, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\customize-widgets.js', 'wp-includes/js/dist/customize-widgets.js'),
(14514, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\customize-widgets.min.js', 'wp-includes/js/dist/customize-widgets.min.js'),
(14515, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data-controls.js', 'wp-includes/js/dist/data-controls.js'),
(14516, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data-controls.min.js', 'wp-includes/js/dist/data-controls.min.js'),
(14517, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data.js', 'wp-includes/js/dist/data.js'),
(14518, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\data.min.js', 'wp-includes/js/dist/data.min.js'),
(14519, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\date.js', 'wp-includes/js/dist/date.js'),
(14520, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\date.min.js', 'wp-includes/js/dist/date.min.js'),
(14521, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\deprecated.js', 'wp-includes/js/dist/deprecated.js'),
(14522, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\deprecated.min.js', 'wp-includes/js/dist/deprecated.min.js'),
(14523, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-entry.js', 'wp-includes/js/dist/development/react-refresh-entry.js'),
(14524, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-entry.min.js', 'wp-includes/js/dist/development/react-refresh-entry.min.js'),
(14525, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-runtime.js', 'wp-includes/js/dist/development/react-refresh-runtime.js'),
(14526, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\development\\react-refresh-runtime.min.js', 'wp-includes/js/dist/development/react-refresh-runtime.min.js'),
(14527, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom-ready.js', 'wp-includes/js/dist/dom-ready.js'),
(14528, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom-ready.min.js', 'wp-includes/js/dist/dom-ready.min.js'),
(14529, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom.js', 'wp-includes/js/dist/dom.js'),
(14530, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\dom.min.js', 'wp-includes/js/dist/dom.min.js'),
(14531, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-post.js', 'wp-includes/js/dist/edit-post.js'),
(14532, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-post.min.js', 'wp-includes/js/dist/edit-post.min.js'),
(14533, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-site.js', 'wp-includes/js/dist/edit-site.js'),
(14534, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-site.min.js', 'wp-includes/js/dist/edit-site.min.js'),
(14535, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-widgets.js', 'wp-includes/js/dist/edit-widgets.js'),
(14536, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\edit-widgets.min.js', 'wp-includes/js/dist/edit-widgets.min.js'),
(14537, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\editor.js', 'wp-includes/js/dist/editor.js'),
(14538, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\editor.min.js', 'wp-includes/js/dist/editor.min.js'),
(14539, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\element.js', 'wp-includes/js/dist/element.js'),
(14540, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\element.min.js', 'wp-includes/js/dist/element.min.js'),
(14541, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\escape-html.js', 'wp-includes/js/dist/escape-html.js'),
(14542, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\escape-html.min.js', 'wp-includes/js/dist/escape-html.min.js'),
(14543, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\format-library.js', 'wp-includes/js/dist/format-library.js'),
(14544, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\format-library.min.js', 'wp-includes/js/dist/format-library.min.js'),
(14545, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\hooks.js', 'wp-includes/js/dist/hooks.js'),
(14546, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\hooks.min.js', 'wp-includes/js/dist/hooks.min.js'),
(14547, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\html-entities.js', 'wp-includes/js/dist/html-entities.js'),
(14548, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\html-entities.min.js', 'wp-includes/js/dist/html-entities.min.js'),
(14549, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\i18n.js', 'wp-includes/js/dist/i18n.js'),
(14550, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\i18n.min.js', 'wp-includes/js/dist/i18n.min.js'),
(14551, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\is-shallow-equal.js', 'wp-includes/js/dist/is-shallow-equal.js'),
(14552, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\is-shallow-equal.min.js', 'wp-includes/js/dist/is-shallow-equal.min.js'),
(14553, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keyboard-shortcuts.js', 'wp-includes/js/dist/keyboard-shortcuts.js'),
(14554, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keyboard-shortcuts.min.js', 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(14555, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keycodes.js', 'wp-includes/js/dist/keycodes.js'),
(14556, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\keycodes.min.js', 'wp-includes/js/dist/keycodes.min.js'),
(14557, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\latex-to-mathml.js', 'wp-includes/js/dist/latex-to-mathml.js'),
(14558, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\latex-to-mathml.min.js', 'wp-includes/js/dist/latex-to-mathml.min.js'),
(14559, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\list-reusable-blocks.js', 'wp-includes/js/dist/list-reusable-blocks.js'),
(14560, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\list-reusable-blocks.min.js', 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(14561, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\media-utils.js', 'wp-includes/js/dist/media-utils.js'),
(14562, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\media-utils.min.js', 'wp-includes/js/dist/media-utils.min.js'),
(14563, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\notices.js', 'wp-includes/js/dist/notices.js'),
(14564, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\notices.min.js', 'wp-includes/js/dist/notices.min.js'),
(14565, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\nux.js', 'wp-includes/js/dist/nux.js'),
(14566, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\nux.min.js', 'wp-includes/js/dist/nux.min.js'),
(14567, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\patterns.js', 'wp-includes/js/dist/patterns.js'),
(14568, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\patterns.min.js', 'wp-includes/js/dist/patterns.min.js'),
(14569, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\plugins.js', 'wp-includes/js/dist/plugins.js'),
(14570, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\plugins.min.js', 'wp-includes/js/dist/plugins.min.js'),
(14571, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences-persistence.js', 'wp-includes/js/dist/preferences-persistence.js'),
(14572, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences-persistence.min.js', 'wp-includes/js/dist/preferences-persistence.min.js'),
(14573, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences.js', 'wp-includes/js/dist/preferences.js'),
(14574, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\preferences.min.js', 'wp-includes/js/dist/preferences.min.js'),
(14575, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\primitives.js', 'wp-includes/js/dist/primitives.js'),
(14576, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\primitives.min.js', 'wp-includes/js/dist/primitives.min.js'),
(14577, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\priority-queue.js', 'wp-includes/js/dist/priority-queue.js'),
(14578, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\priority-queue.min.js', 'wp-includes/js/dist/priority-queue.min.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14579, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\private-apis.js', 'wp-includes/js/dist/private-apis.js'),
(14580, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\private-apis.min.js', 'wp-includes/js/dist/private-apis.min.js'),
(14581, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\redux-routine.js', 'wp-includes/js/dist/redux-routine.js'),
(14582, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\redux-routine.min.js', 'wp-includes/js/dist/redux-routine.min.js'),
(14583, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\reusable-blocks.js', 'wp-includes/js/dist/reusable-blocks.js'),
(14584, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\reusable-blocks.min.js', 'wp-includes/js/dist/reusable-blocks.min.js'),
(14585, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\rich-text.js', 'wp-includes/js/dist/rich-text.js'),
(14586, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\rich-text.min.js', 'wp-includes/js/dist/rich-text.min.js'),
(14587, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\router.js', 'wp-includes/js/dist/router.js'),
(14588, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\router.min.js', 'wp-includes/js/dist/router.min.js'),
(14589, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\a11y\\index.js', 'wp-includes/js/dist/script-modules/a11y/index.js'),
(14590, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\a11y\\index.min.js', 'wp-includes/js/dist/script-modules/a11y/index.min.js'),
(14591, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-editor\\utils\\fit-text-frontend.js', 'wp-includes/js/dist/script-modules/block-editor/utils/fit-text-frontend.js'),
(14592, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-editor\\utils\\fit-text-frontend.min.js', 'wp-includes/js/dist/script-modules/block-editor/utils/fit-text-frontend.min.js'),
(14593, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\accordion\\view.js', 'wp-includes/js/dist/script-modules/block-library/accordion/view.js'),
(14594, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\accordion\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/accordion/view.min.js'),
(14595, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\file\\view.js', 'wp-includes/js/dist/script-modules/block-library/file/view.js'),
(14596, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\file\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/file/view.min.js'),
(14597, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\form\\view.js', 'wp-includes/js/dist/script-modules/block-library/form/view.js'),
(14598, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\form\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/form/view.min.js'),
(14599, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\image\\view.js', 'wp-includes/js/dist/script-modules/block-library/image/view.js'),
(14600, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\image\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/image/view.min.js'),
(14601, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\navigation\\view.js', 'wp-includes/js/dist/script-modules/block-library/navigation/view.js'),
(14602, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\navigation\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/navigation/view.min.js'),
(14603, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\query\\view.js', 'wp-includes/js/dist/script-modules/block-library/query/view.js'),
(14604, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\query\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/query/view.min.js'),
(14605, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\search\\view.js', 'wp-includes/js/dist/script-modules/block-library/search/view.js'),
(14606, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\block-library\\search\\view.min.js', 'wp-includes/js/dist/script-modules/block-library/search/view.min.js'),
(14607, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\debug.js', 'wp-includes/js/dist/script-modules/interactivity/debug.js'),
(14608, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\debug.min.js', 'wp-includes/js/dist/script-modules/interactivity/debug.min.js'),
(14609, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\index.js', 'wp-includes/js/dist/script-modules/interactivity/index.js'),
(14610, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity\\index.min.js', 'wp-includes/js/dist/script-modules/interactivity/index.min.js'),
(14611, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity-router\\index.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.js'),
(14612, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\script-modules\\interactivity-router\\index.min.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js'),
(14613, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\server-side-render.js', 'wp-includes/js/dist/server-side-render.js'),
(14614, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\server-side-render.min.js', 'wp-includes/js/dist/server-side-render.min.js'),
(14615, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\shortcode.js', 'wp-includes/js/dist/shortcode.js'),
(14616, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\shortcode.min.js', 'wp-includes/js/dist/shortcode.min.js'),
(14617, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\style-engine.js', 'wp-includes/js/dist/style-engine.js'),
(14618, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\style-engine.min.js', 'wp-includes/js/dist/style-engine.min.js'),
(14619, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\token-list.js', 'wp-includes/js/dist/token-list.js'),
(14620, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\token-list.min.js', 'wp-includes/js/dist/token-list.min.js'),
(14621, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\url.js', 'wp-includes/js/dist/url.js'),
(14622, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\url.min.js', 'wp-includes/js/dist/url.min.js'),
(14623, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\lodash.js', 'wp-includes/js/dist/vendor/lodash.js'),
(14624, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\lodash.min.js', 'wp-includes/js/dist/vendor/lodash.min.js'),
(14625, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\moment.js', 'wp-includes/js/dist/vendor/moment.js'),
(14626, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\moment.min.js', 'wp-includes/js/dist/vendor/moment.min.js'),
(14627, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-dom.js', 'wp-includes/js/dist/vendor/react-dom.js'),
(14628, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-dom.min.js', 'wp-includes/js/dist/vendor/react-dom.min.js'),
(14629, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.js'),
(14630, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.min.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js'),
(14631, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react-jsx-runtime.min.js.LICENSE.txt', 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt'),
(14632, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react.js', 'wp-includes/js/dist/vendor/react.js'),
(14633, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\react.min.js', 'wp-includes/js/dist/vendor/react.min.js'),
(14634, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\regenerator-runtime.js', 'wp-includes/js/dist/vendor/regenerator-runtime.js'),
(14635, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\regenerator-runtime.min.js', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),
(14636, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-dom-rect.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(14637, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-dom-rect.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(14638, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-element-closest.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(14639, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-element-closest.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(14640, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-fetch.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(14641, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-fetch.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(14642, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-formdata.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(14643, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-formdata.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(14644, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-inert.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.js'),
(14645, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-inert.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),
(14646, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-node-contains.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(14647, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-node-contains.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(14648, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-object-fit.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(14649, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-object-fit.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(14650, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-url.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(14651, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill-url.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(14652, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill.js', 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(14653, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\vendor\\wp-polyfill.min.js', 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(14654, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\viewport.js', 'wp-includes/js/dist/viewport.js'),
(14655, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\viewport.min.js', 'wp-includes/js/dist/viewport.min.js'),
(14656, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\views.js', 'wp-includes/js/dist/views.js'),
(14657, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\views.min.js', 'wp-includes/js/dist/views.min.js'),
(14658, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\warning.js', 'wp-includes/js/dist/warning.js'),
(14659, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\warning.min.js', 'wp-includes/js/dist/warning.min.js'),
(14660, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\widgets.js', 'wp-includes/js/dist/widgets.js'),
(14661, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\widgets.min.js', 'wp-includes/js/dist/widgets.min.js'),
(14662, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\wordcount.js', 'wp-includes/js/dist/wordcount.js'),
(14663, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\dist\\wordcount.min.js', 'wp-includes/js/dist/wordcount.min.js'),
(14664, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\heartbeat.js', 'wp-includes/js/heartbeat.js'),
(14665, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\heartbeat.min.js', 'wp-includes/js/heartbeat.min.js'),
(14666, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverIntent.js', 'wp-includes/js/hoverIntent.js'),
(14667, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverIntent.min.js', 'wp-includes/js/hoverIntent.min.js'),
(14668, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\hoverintent-js.min.js', 'wp-includes/js/hoverintent-js.min.js'),
(14669, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imagesloaded.min.js', 'wp-includes/js/imagesloaded.min.js'),
(14670, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\border-anim-h.gif', 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(14671, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\border-anim-v.gif', 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(14672, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\imgareaselect.css', 'wp-includes/js/imgareaselect/imgareaselect.css'),
(14673, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\jquery.imgareaselect.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(14674, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\imgareaselect\\jquery.imgareaselect.min.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(14675, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\Jcrop.gif', 'wp-includes/js/jcrop/Jcrop.gif'),
(14676, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\jquery.Jcrop.min.css', 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(14677, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jcrop\\jquery.Jcrop.min.js', 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(14678, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery-migrate.js', 'wp-includes/js/jquery/jquery-migrate.js'),
(14679, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery-migrate.min.js', 'wp-includes/js/jquery/jquery-migrate.min.js'),
(14680, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.color.min.js', 'wp-includes/js/jquery/jquery.color.min.js'),
(14681, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.form.js', 'wp-includes/js/jquery/jquery.form.js'),
(14682, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.form.min.js', 'wp-includes/js/jquery/jquery.form.min.js'),
(14683, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.hotkeys.js', 'wp-includes/js/jquery/jquery.hotkeys.js'),
(14684, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.hotkeys.min.js', 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(14685, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.js', 'wp-includes/js/jquery/jquery.js'),
(14686, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.masonry.min.js', 'wp-includes/js/jquery/jquery.masonry.min.js'),
(14687, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.min.js', 'wp-includes/js/jquery/jquery.min.js'),
(14688, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.query.js', 'wp-includes/js/jquery/jquery.query.js'),
(14689, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.schedule.js', 'wp-includes/js/jquery/jquery.schedule.js'),
(14690, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.serialize-object.js', 'wp-includes/js/jquery/jquery.serialize-object.js'),
(14691, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.table-hotkeys.js', 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(14692, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.table-hotkeys.min.js', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(14693, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\jquery.ui.touch-punch.js', 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(14694, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\suggest.js', 'wp-includes/js/jquery/suggest.js'),
(14695, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\suggest.min.js', 'wp-includes/js/jquery/suggest.min.js'),
(14696, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\accordion.js', 'wp-includes/js/jquery/ui/accordion.js'),
(14697, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\accordion.min.js', 'wp-includes/js/jquery/ui/accordion.min.js'),
(14698, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\autocomplete.js', 'wp-includes/js/jquery/ui/autocomplete.js'),
(14699, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\autocomplete.min.js', 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(14700, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\button.js', 'wp-includes/js/jquery/ui/button.js'),
(14701, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\button.min.js', 'wp-includes/js/jquery/ui/button.min.js'),
(14702, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\checkboxradio.js', 'wp-includes/js/jquery/ui/checkboxradio.js'),
(14703, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\checkboxradio.min.js', 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(14704, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\controlgroup.js', 'wp-includes/js/jquery/ui/controlgroup.js'),
(14705, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\controlgroup.min.js', 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(14706, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\core.js', 'wp-includes/js/jquery/ui/core.js'),
(14707, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\core.min.js', 'wp-includes/js/jquery/ui/core.min.js'),
(14708, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\datepicker.js', 'wp-includes/js/jquery/ui/datepicker.js'),
(14709, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\datepicker.min.js', 'wp-includes/js/jquery/ui/datepicker.min.js'),
(14710, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\dialog.js', 'wp-includes/js/jquery/ui/dialog.js'),
(14711, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\dialog.min.js', 'wp-includes/js/jquery/ui/dialog.min.js'),
(14712, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\draggable.js', 'wp-includes/js/jquery/ui/draggable.js'),
(14713, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\draggable.min.js', 'wp-includes/js/jquery/ui/draggable.min.js'),
(14714, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\droppable.js', 'wp-includes/js/jquery/ui/droppable.js'),
(14715, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\droppable.min.js', 'wp-includes/js/jquery/ui/droppable.min.js'),
(14716, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-blind.js', 'wp-includes/js/jquery/ui/effect-blind.js'),
(14717, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-blind.min.js', 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(14718, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-bounce.js', 'wp-includes/js/jquery/ui/effect-bounce.js'),
(14719, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-bounce.min.js', 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(14720, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-clip.js', 'wp-includes/js/jquery/ui/effect-clip.js'),
(14721, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-clip.min.js', 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(14722, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-drop.js', 'wp-includes/js/jquery/ui/effect-drop.js'),
(14723, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-drop.min.js', 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(14724, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-explode.js', 'wp-includes/js/jquery/ui/effect-explode.js'),
(14725, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-explode.min.js', 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(14726, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fade.js', 'wp-includes/js/jquery/ui/effect-fade.js'),
(14727, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fade.min.js', 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(14728, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fold.js', 'wp-includes/js/jquery/ui/effect-fold.js'),
(14729, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-fold.min.js', 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(14730, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-highlight.js', 'wp-includes/js/jquery/ui/effect-highlight.js'),
(14731, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-highlight.min.js', 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(14732, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-puff.js', 'wp-includes/js/jquery/ui/effect-puff.js'),
(14733, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-puff.min.js', 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(14734, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-pulsate.js', 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(14735, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-pulsate.min.js', 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(14736, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-scale.js', 'wp-includes/js/jquery/ui/effect-scale.js'),
(14737, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-scale.min.js', 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(14738, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-shake.js', 'wp-includes/js/jquery/ui/effect-shake.js'),
(14739, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-shake.min.js', 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(14740, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-size.js', 'wp-includes/js/jquery/ui/effect-size.js'),
(14741, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-size.min.js', 'wp-includes/js/jquery/ui/effect-size.min.js'),
(14742, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-slide.js', 'wp-includes/js/jquery/ui/effect-slide.js'),
(14743, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-slide.min.js', 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(14744, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-transfer.js', 'wp-includes/js/jquery/ui/effect-transfer.js'),
(14745, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect-transfer.min.js', 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(14746, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect.js', 'wp-includes/js/jquery/ui/effect.js'),
(14747, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\effect.min.js', 'wp-includes/js/jquery/ui/effect.min.js'),
(14748, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\menu.js', 'wp-includes/js/jquery/ui/menu.js'),
(14749, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\menu.min.js', 'wp-includes/js/jquery/ui/menu.min.js'),
(14750, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\mouse.js', 'wp-includes/js/jquery/ui/mouse.js'),
(14751, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\mouse.min.js', 'wp-includes/js/jquery/ui/mouse.min.js'),
(14752, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\progressbar.js', 'wp-includes/js/jquery/ui/progressbar.js'),
(14753, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\progressbar.min.js', 'wp-includes/js/jquery/ui/progressbar.min.js'),
(14754, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\resizable.js', 'wp-includes/js/jquery/ui/resizable.js'),
(14755, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\resizable.min.js', 'wp-includes/js/jquery/ui/resizable.min.js'),
(14756, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectable.js', 'wp-includes/js/jquery/ui/selectable.js'),
(14757, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectable.min.js', 'wp-includes/js/jquery/ui/selectable.min.js'),
(14758, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectmenu.js', 'wp-includes/js/jquery/ui/selectmenu.js'),
(14759, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\selectmenu.min.js', 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(14760, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\slider.js', 'wp-includes/js/jquery/ui/slider.js'),
(14761, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\slider.min.js', 'wp-includes/js/jquery/ui/slider.min.js'),
(14762, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\sortable.js', 'wp-includes/js/jquery/ui/sortable.js'),
(14763, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\sortable.min.js', 'wp-includes/js/jquery/ui/sortable.min.js'),
(14764, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\spinner.js', 'wp-includes/js/jquery/ui/spinner.js'),
(14765, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\spinner.min.js', 'wp-includes/js/jquery/ui/spinner.min.js'),
(14766, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tabs.js', 'wp-includes/js/jquery/ui/tabs.js'),
(14767, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tabs.min.js', 'wp-includes/js/jquery/ui/tabs.min.js'),
(14768, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tooltip.js', 'wp-includes/js/jquery/ui/tooltip.js'),
(14769, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\jquery\\ui\\tooltip.min.js', 'wp-includes/js/jquery/ui/tooltip.min.js'),
(14770, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\json2.js', 'wp-includes/js/json2.js'),
(14771, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\json2.min.js', 'wp-includes/js/json2.min.js'),
(14772, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\masonry.min.js', 'wp-includes/js/masonry.min.js'),
(14773, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mce-view.js', 'wp-includes/js/mce-view.js'),
(14774, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mce-view.min.js', 'wp-includes/js/mce-view.min.js'),
(14775, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-audiovideo.js', 'wp-includes/js/media-audiovideo.js'),
(14776, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-audiovideo.min.js', 'wp-includes/js/media-audiovideo.min.js'),
(14777, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-editor.js', 'wp-includes/js/media-editor.js'),
(14778, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-editor.min.js', 'wp-includes/js/media-editor.min.js'),
(14779, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-grid.js', 'wp-includes/js/media-grid.js'),
(14780, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-grid.min.js', 'wp-includes/js/media-grid.min.js'),
(14781, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-models.js', 'wp-includes/js/media-models.js'),
(14782, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-models.min.js', 'wp-includes/js/media-models.min.js'),
(14783, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-views.js', 'wp-includes/js/media-views.js'),
(14784, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\media-views.min.js', 'wp-includes/js/media-views.min.js'),
(14785, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-and-player.js', 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(14786, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-and-player.min.js', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(14787, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-migrate.js', 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(14788, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement-migrate.min.js', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(14789, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement.js', 'wp-includes/js/mediaelement/mediaelement.js'),
(14790, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelement.min.js', 'wp-includes/js/mediaelement/mediaelement.min.js'),
(14791, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer-legacy.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(14792, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer-legacy.min.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(14793, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer.css', 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(14794, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mediaelementplayer.min.css', 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(14795, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mejs-controls.png', 'wp-includes/js/mediaelement/mejs-controls.png'),
(14796, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\mejs-controls.svg', 'wp-includes/js/mediaelement/mejs-controls.svg'),
(14797, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\renderers\\vimeo.js', 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(14798, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\renderers\\vimeo.min.js', 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(14799, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.css', 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(14800, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.js', 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(14801, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.min.css', 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(14802, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-mediaelement.min.js', 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(14803, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-playlist.js', 'wp-includes/js/mediaelement/wp-playlist.js'),
(14804, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\mediaelement\\wp-playlist.min.js', 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(14805, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\handlers.js', 'wp-includes/js/plupload/handlers.js'),
(14806, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\handlers.min.js', 'wp-includes/js/plupload/handlers.min.js'),
(14807, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\license.txt', 'wp-includes/js/plupload/license.txt'),
(14808, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\moxie.js', 'wp-includes/js/plupload/moxie.js'),
(14809, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\moxie.min.js', 'wp-includes/js/plupload/moxie.min.js'),
(14810, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\plupload.js', 'wp-includes/js/plupload/plupload.js'),
(14811, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\plupload.min.js', 'wp-includes/js/plupload/plupload.min.js'),
(14812, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\wp-plupload.js', 'wp-includes/js/plupload/wp-plupload.js'),
(14813, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\plupload\\wp-plupload.min.js', 'wp-includes/js/plupload/wp-plupload.min.js'),
(14814, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\quicktags.js', 'wp-includes/js/quicktags.js'),
(14815, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\quicktags.min.js', 'wp-includes/js/quicktags.min.js'),
(14816, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\shortcode.js', 'wp-includes/js/shortcode.js'),
(14817, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\shortcode.min.js', 'wp-includes/js/shortcode.min.js'),
(14818, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfobject.js', 'wp-includes/js/swfobject.js'),
(14819, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfobject.min.js', 'wp-includes/js/swfobject.min.js'),
(14820, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\handlers.js', 'wp-includes/js/swfupload/handlers.js'),
(14821, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\handlers.min.js', 'wp-includes/js/swfupload/handlers.min.js'),
(14822, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\license.txt', 'wp-includes/js/swfupload/license.txt'),
(14823, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\swfupload\\swfupload.js', 'wp-includes/js/swfupload/swfupload.js'),
(14824, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\loadingAnimation.gif', 'wp-includes/js/thickbox/loadingAnimation.gif'),
(14825, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\macFFBgHack.png', 'wp-includes/js/thickbox/macFFBgHack.png'),
(14826, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\thickbox.css', 'wp-includes/js/thickbox/thickbox.css'),
(14827, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\thickbox\\thickbox.js', 'wp-includes/js/thickbox/thickbox.js'),
(14828, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\langs\\wp-langs-en.js', 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(14829, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\license.txt', 'wp-includes/js/tinymce/license.txt'),
(14830, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\charmap\\plugin.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(14831, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\charmap\\plugin.min.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(14832, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\colorpicker\\plugin.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(14833, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\colorpicker\\plugin.min.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(14834, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\css\\dialog.css', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(14835, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\plugin.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(14836, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\compat3x\\plugin.min.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(14837, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\directionality\\plugin.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(14838, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\directionality\\plugin.min.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(14839, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\fullscreen\\plugin.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(14840, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\fullscreen\\plugin.min.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(14841, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\hr\\plugin.js', 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(14842, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\hr\\plugin.min.js', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(14843, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\image\\plugin.js', 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(14844, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\image\\plugin.min.js', 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(14845, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\link\\plugin.js', 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(14846, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\link\\plugin.min.js', 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(14847, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\lists\\plugin.js', 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(14848, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\lists\\plugin.min.js', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(14849, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\media\\plugin.js', 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(14850, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\media\\plugin.min.js', 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(14851, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\paste\\plugin.js', 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(14852, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\paste\\plugin.min.js', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(14853, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\tabfocus\\plugin.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(14854, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\tabfocus\\plugin.min.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(14855, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\textcolor\\plugin.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(14856, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\textcolor\\plugin.min.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(14857, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wordpress\\plugin.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(14858, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wordpress\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(14859, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpautoresize\\plugin.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(14860, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpautoresize\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(14861, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpdialogs\\plugin.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(14862, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpdialogs\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(14863, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpeditimage\\plugin.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(14864, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpeditimage\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(14865, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpemoji\\plugin.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(14866, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpemoji\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(14867, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpgallery\\plugin.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(14868, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpgallery\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(14869, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wplink\\plugin.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(14870, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wplink\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(14871, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wptextpattern\\plugin.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(14872, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wptextpattern\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(14873, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpview\\plugin.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(14874, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\plugins\\wpview\\plugin.min.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(14875, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\content.inline.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(14876, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\content.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(14877, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(14878, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(14879, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(14880, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce-small.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(14881, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(14882, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(14883, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(14884, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\fonts\\tinymce.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(14885, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\anchor.gif', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(14886, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\loader.gif', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(14887, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\object.gif', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(14888, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\img\\trans.gif', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(14889, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\lightgray\\skin.min.css', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(14890, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(14891, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\dashicon-edit.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(14892, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\dashicon-no.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(14893, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\embedded.png', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(14894, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\gallery-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(14895, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\gallery.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(14896, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\more-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(14897, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\more.png', 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(14898, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\pagebreak-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(14899, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\pagebreak.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(14900, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\playlist-audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(14901, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\playlist-video.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(14902, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\script.svg', 'wp-includes/js/tinymce/skins/wordpress/images/script.svg'),
(14903, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\style.svg', 'wp-includes/js/tinymce/skins/wordpress/images/style.svg'),
(14904, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\images\\video.png', 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(14905, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\skins\\wordpress\\wp-content.css', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(14906, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\inlite\\theme.js', 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(14907, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\inlite\\theme.min.js', 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(14908, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\modern\\theme.js', 'wp-includes/js/tinymce/themes/modern/theme.js'),
(14909, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\themes\\modern\\theme.min.js', 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(14910, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\tiny_mce_popup.js', 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(14911, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\tinymce.min.js', 'wp-includes/js/tinymce/tinymce.min.js'),
(14912, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\editable_selects.js', 'wp-includes/js/tinymce/utils/editable_selects.js'),
(14913, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\form_utils.js', 'wp-includes/js/tinymce/utils/form_utils.js'),
(14914, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\mctabs.js', 'wp-includes/js/tinymce/utils/mctabs.js'),
(14915, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\utils\\validate.js', 'wp-includes/js/tinymce/utils/validate.js'),
(14916, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\wp-tinymce.js', 'wp-includes/js/tinymce/wp-tinymce.js'),
(14917, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tinymce\\wp-tinymce.php', 'wp-includes/js/tinymce/wp-tinymce.php'),
(14918, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tw-sack.js', 'wp-includes/js/tw-sack.js'),
(14919, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\tw-sack.min.js', 'wp-includes/js/tw-sack.min.js'),
(14920, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\twemoji.js', 'wp-includes/js/twemoji.js'),
(14921, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\twemoji.min.js', 'wp-includes/js/twemoji.min.js'),
(14922, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\underscore.js', 'wp-includes/js/underscore.js'),
(14923, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\underscore.min.js', 'wp-includes/js/underscore.min.js'),
(14924, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\utils.js', 'wp-includes/js/utils.js'),
(14925, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\utils.min.js', 'wp-includes/js/utils.min.js'),
(14926, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-ajax-response.js', 'wp-includes/js/wp-ajax-response.js'),
(14927, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-ajax-response.min.js', 'wp-includes/js/wp-ajax-response.min.js'),
(14928, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-api.js', 'wp-includes/js/wp-api.js'),
(14929, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-api.min.js', 'wp-includes/js/wp-api.min.js'),
(14930, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-auth-check.js', 'wp-includes/js/wp-auth-check.js'),
(14931, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-auth-check.min.js', 'wp-includes/js/wp-auth-check.min.js'),
(14932, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-backbone.js', 'wp-includes/js/wp-backbone.js'),
(14933, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-backbone.min.js', 'wp-includes/js/wp-backbone.min.js'),
(14934, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-custom-header.js', 'wp-includes/js/wp-custom-header.js'),
(14935, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-custom-header.min.js', 'wp-includes/js/wp-custom-header.min.js'),
(14936, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed-template.js', 'wp-includes/js/wp-embed-template.js'),
(14937, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed-template.min.js', 'wp-includes/js/wp-embed-template.min.js'),
(14938, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed.js', 'wp-includes/js/wp-embed.js'),
(14939, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-embed.min.js', 'wp-includes/js/wp-embed.min.js'),
(14940, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-loader.js', 'wp-includes/js/wp-emoji-loader.js'),
(14941, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-loader.min.js', 'wp-includes/js/wp-emoji-loader.min.js'),
(14942, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji-release.min.js', 'wp-includes/js/wp-emoji-release.min.js'),
(14943, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji.js', 'wp-includes/js/wp-emoji.js'),
(14944, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-emoji.min.js', 'wp-includes/js/wp-emoji.min.js'),
(14945, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-list-revisions.js', 'wp-includes/js/wp-list-revisions.js'),
(14946, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-list-revisions.min.js', 'wp-includes/js/wp-list-revisions.min.js');
INSERT INTO `wp_393a933460_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14947, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-lists.js', 'wp-includes/js/wp-lists.js'),
(14948, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-lists.min.js', 'wp-includes/js/wp-lists.min.js'),
(14949, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-pointer.js', 'wp-includes/js/wp-pointer.js'),
(14950, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-pointer.min.js', 'wp-includes/js/wp-pointer.min.js'),
(14951, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-sanitize.js', 'wp-includes/js/wp-sanitize.js'),
(14952, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-sanitize.min.js', 'wp-includes/js/wp-sanitize.min.js'),
(14953, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-util.js', 'wp-includes/js/wp-util.js'),
(14954, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wp-util.min.js', 'wp-includes/js/wp-util.min.js'),
(14955, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wpdialog.js', 'wp-includes/js/wpdialog.js'),
(14956, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wpdialog.min.js', 'wp-includes/js/wpdialog.min.js'),
(14957, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wplink.js', 'wp-includes/js/wplink.js'),
(14958, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\wplink.min.js', 'wp-includes/js/wplink.min.js'),
(14959, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn-async.js', 'wp-includes/js/zxcvbn-async.js'),
(14960, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn-async.min.js', 'wp-includes/js/zxcvbn-async.min.js'),
(14961, 'D:\\laragon\\www\\genesiswa\\wp-includes\\js\\zxcvbn.min.js', 'wp-includes/js/zxcvbn.min.js'),
(14962, 'D:\\laragon\\www\\genesiswa\\wp-includes\\kses.php', 'wp-includes/kses.php'),
(14963, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-controller.php', 'wp-includes/l10n/class-wp-translation-controller.php'),
(14964, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file-mo.php', 'wp-includes/l10n/class-wp-translation-file-mo.php'),
(14965, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file-php.php', 'wp-includes/l10n/class-wp-translation-file-php.php'),
(14966, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translation-file.php', 'wp-includes/l10n/class-wp-translation-file.php'),
(14967, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n\\class-wp-translations.php', 'wp-includes/l10n/class-wp-translations.php'),
(14968, 'D:\\laragon\\www\\genesiswa\\wp-includes\\l10n.php', 'wp-includes/l10n.php'),
(14969, 'D:\\laragon\\www\\genesiswa\\wp-includes\\link-template.php', 'wp-includes/link-template.php'),
(14970, 'D:\\laragon\\www\\genesiswa\\wp-includes\\load.php', 'wp-includes/load.php'),
(14971, 'D:\\laragon\\www\\genesiswa\\wp-includes\\locale.php', 'wp-includes/locale.php'),
(14972, 'D:\\laragon\\www\\genesiswa\\wp-includes\\media-template.php', 'wp-includes/media-template.php'),
(14973, 'D:\\laragon\\www\\genesiswa\\wp-includes\\media.php', 'wp-includes/media.php'),
(14974, 'D:\\laragon\\www\\genesiswa\\wp-includes\\meta.php', 'wp-includes/meta.php'),
(14975, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-blogs.php', 'wp-includes/ms-blogs.php'),
(14976, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-default-constants.php', 'wp-includes/ms-default-constants.php'),
(14977, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-default-filters.php', 'wp-includes/ms-default-filters.php'),
(14978, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-deprecated.php', 'wp-includes/ms-deprecated.php'),
(14979, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-files.php', 'wp-includes/ms-files.php'),
(14980, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-functions.php', 'wp-includes/ms-functions.php'),
(14981, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-load.php', 'wp-includes/ms-load.php'),
(14982, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-network.php', 'wp-includes/ms-network.php'),
(14983, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-settings.php', 'wp-includes/ms-settings.php'),
(14984, 'D:\\laragon\\www\\genesiswa\\wp-includes\\ms-site.php', 'wp-includes/ms-site.php'),
(14985, 'D:\\laragon\\www\\genesiswa\\wp-includes\\nav-menu-template.php', 'wp-includes/nav-menu-template.php'),
(14986, 'D:\\laragon\\www\\genesiswa\\wp-includes\\nav-menu.php', 'wp-includes/nav-menu.php'),
(14987, 'D:\\laragon\\www\\genesiswa\\wp-includes\\option.php', 'wp-includes/option.php'),
(14988, 'D:\\laragon\\www\\genesiswa\\wp-includes\\php-compat\\readonly.php', 'wp-includes/php-compat/readonly.php'),
(14989, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pluggable-deprecated.php', 'wp-includes/pluggable-deprecated.php'),
(14990, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pluggable.php', 'wp-includes/pluggable.php'),
(14991, 'D:\\laragon\\www\\genesiswa\\wp-includes\\plugin.php', 'wp-includes/plugin.php'),
(14992, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\entry.php', 'wp-includes/pomo/entry.php'),
(14993, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\mo.php', 'wp-includes/pomo/mo.php'),
(14994, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\plural-forms.php', 'wp-includes/pomo/plural-forms.php'),
(14995, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\po.php', 'wp-includes/pomo/po.php'),
(14996, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\streams.php', 'wp-includes/pomo/streams.php'),
(14997, 'D:\\laragon\\www\\genesiswa\\wp-includes\\pomo\\translations.php', 'wp-includes/pomo/translations.php'),
(14998, 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-formats.php', 'wp-includes/post-formats.php'),
(14999, 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-template.php', 'wp-includes/post-template.php'),
(15000, 'D:\\laragon\\www\\genesiswa\\wp-includes\\post-thumbnail-template.php', 'wp-includes/post-thumbnail-template.php'),
(15001, 'D:\\laragon\\www\\genesiswa\\wp-includes\\post.php', 'wp-includes/post.php'),
(15002, 'D:\\laragon\\www\\genesiswa\\wp-includes\\query.php', 'wp-includes/query.php'),
(15003, 'D:\\laragon\\www\\genesiswa\\wp-includes\\registration-functions.php', 'wp-includes/registration-functions.php'),
(15004, 'D:\\laragon\\www\\genesiswa\\wp-includes\\registration.php', 'wp-includes/registration.php'),
(15005, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-request.php', 'wp-includes/rest-api/class-wp-rest-request.php'),
(15006, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-response.php', 'wp-includes/rest-api/class-wp-rest-response.php'),
(15007, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\class-wp-rest-server.php', 'wp-includes/rest-api/class-wp-rest-server.php'),
(15008, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-categories-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php'),
(15009, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-list-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-list-controller.php'),
(15010, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-abilities-v1-run-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-run-controller.php'),
(15011, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-application-passwords-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),
(15012, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-attachments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(15013, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(15014, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),
(15015, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-pattern-categories-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),
(15016, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-patterns-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),
(15017, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-renderer-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(15018, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-block-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),
(15019, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-blocks-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(15020, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-comments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(15021, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(15022, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-edit-site-export-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),
(15023, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-collections-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php'),
(15024, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-faces-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php'),
(15025, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-font-families-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php'),
(15026, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-global-styles-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),
(15027, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-global-styles-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php'),
(15028, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menu-items-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),
(15029, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menu-locations-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),
(15030, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-menus-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),
(15031, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-navigation-fallback-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php'),
(15032, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-pattern-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),
(15033, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-plugins-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(15034, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-post-statuses-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(15035, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-post-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(15036, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-posts-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(15037, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(15038, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-search-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(15039, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-settings-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(15040, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-sidebars-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),
(15041, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-site-health-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),
(15042, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-taxonomies-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(15043, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-template-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php'),
(15044, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-template-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php'),
(15045, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-templates-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),
(15046, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-terms-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(15047, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-themes-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(15048, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-url-details-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),
(15049, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-users-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(15050, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-widget-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),
(15051, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\endpoints\\class-wp-rest-widgets-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),
(15052, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-comment-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(15053, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(15054, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-post-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(15055, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-term-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(15056, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\fields\\class-wp-rest-user-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(15057, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-post-format-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),
(15058, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-post-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(15059, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(15060, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api\\search\\class-wp-rest-term-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),
(15061, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rest-api.php', 'wp-includes/rest-api.php'),
(15062, 'D:\\laragon\\www\\genesiswa\\wp-includes\\revision.php', 'wp-includes/revision.php'),
(15063, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rewrite.php', 'wp-includes/rewrite.php'),
(15064, 'D:\\laragon\\www\\genesiswa\\wp-includes\\robots-template.php', 'wp-includes/robots-template.php'),
(15065, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rss-functions.php', 'wp-includes/rss-functions.php'),
(15066, 'D:\\laragon\\www\\genesiswa\\wp-includes\\rss.php', 'wp-includes/rss.php'),
(15067, 'D:\\laragon\\www\\genesiswa\\wp-includes\\script-loader.php', 'wp-includes/script-loader.php'),
(15068, 'D:\\laragon\\www\\genesiswa\\wp-includes\\script-modules.php', 'wp-includes/script-modules.php'),
(15069, 'D:\\laragon\\www\\genesiswa\\wp-includes\\session.php', 'wp-includes/session.php'),
(15070, 'D:\\laragon\\www\\genesiswa\\wp-includes\\shortcodes.php', 'wp-includes/shortcodes.php'),
(15071, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-index.php', 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(15072, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-provider.php', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(15073, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-registry.php', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(15074, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-renderer.php', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(15075, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps-stylesheet.php', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(15076, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\class-wp-sitemaps.php', 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(15077, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-posts.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(15078, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-taxonomies.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(15079, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps\\providers\\class-wp-sitemaps-users.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(15080, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sitemaps.php', 'wp-includes/sitemaps.php'),
(15081, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\LICENSE', 'wp-includes/sodium_compat/LICENSE'),
(15082, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\autoload-php7.php', 'wp-includes/sodium_compat/autoload-php7.php'),
(15083, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\autoload.php', 'wp-includes/sodium_compat/autoload.php'),
(15084, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\composer.json', 'wp-includes/sodium_compat/composer.json'),
(15085, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\constants.php', 'wp-includes/sodium_compat/lib/constants.php'),
(15086, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\namespaced.php', 'wp-includes/sodium_compat/lib/namespaced.php'),
(15087, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php72compat.php', 'wp-includes/sodium_compat/lib/php72compat.php'),
(15088, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php72compat_const.php', 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(15089, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php84compat.php', 'wp-includes/sodium_compat/lib/php84compat.php'),
(15090, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\php84compat_const.php', 'wp-includes/sodium_compat/lib/php84compat_const.php'),
(15091, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\ristretto255.php', 'wp-includes/sodium_compat/lib/ristretto255.php'),
(15092, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\sodium_compat.php', 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(15093, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\lib\\stream-xchacha20.php', 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(15094, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Compat.php', 'wp-includes/sodium_compat/namespaced/Compat.php'),
(15095, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\BLAKE2b.php', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(15096, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20\\Ctx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(15097, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20\\IetfCtx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(15098, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\ChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(15099, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Fe.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(15100, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Cached.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(15101, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P1p1.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(15102, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P2.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(15103, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\P3.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(15104, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\Ge\\Precomp.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(15105, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519\\H.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(15106, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Curve25519.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(15107, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Ed25519.php', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(15108, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\HChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(15109, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\HSalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(15110, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Poly1305\\State.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(15111, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Poly1305.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(15112, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Salsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(15113, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\SipHash.php', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(15114, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Util.php', 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(15115, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\X25519.php', 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(15116, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\XChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(15117, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Core\\Xsalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(15118, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\Crypto.php', 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(15119, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\namespaced\\File.php', 'wp-includes/sodium_compat/namespaced/File.php'),
(15120, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Compat.php', 'wp-includes/sodium_compat/src/Compat.php'),
(15121, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS\\State128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State128L.php'),
(15122, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS\\State256.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php'),
(15123, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS128L.php'),
(15124, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AEGIS256.php', 'wp-includes/sodium_compat/src/Core/AEGIS256.php'),
(15125, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\Block.php', 'wp-includes/sodium_compat/src/Core/AES/Block.php'),
(15126, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\Expanded.php', 'wp-includes/sodium_compat/src/Core/AES/Expanded.php'),
(15127, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES\\KeySchedule.php', 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php'),
(15128, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\AES.php', 'wp-includes/sodium_compat/src/Core/AES.php'),
(15129, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\BLAKE2b.php', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(15130, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Base64\\Original.php', 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(15131, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Base64\\UrlSafe.php', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(15132, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20\\Ctx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(15133, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20\\IetfCtx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(15134, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\ChaCha20.php', 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(15135, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Fe.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(15136, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Cached.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(15137, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P1p1.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(15138, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P2.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(15139, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\P3.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(15140, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\Ge\\Precomp.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(15141, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\H.php', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(15142, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519\\README.md', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(15143, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Curve25519.php', 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(15144, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Ed25519.php', 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(15145, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\HChaCha20.php', 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(15146, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\HSalsa20.php', 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(15147, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Poly1305\\State.php', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(15148, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Poly1305.php', 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(15149, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Ristretto255.php', 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(15150, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Salsa20.php', 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(15151, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\SecretStream\\State.php', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(15152, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\SipHash.php', 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(15153, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\Util.php', 'wp-includes/sodium_compat/src/Core/Util.php'),
(15154, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\X25519.php', 'wp-includes/sodium_compat/src/Core/X25519.php'),
(15155, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\XChaCha20.php', 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(15156, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core\\XSalsa20.php', 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(15157, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\BLAKE2b.php', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(15158, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20\\Ctx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(15159, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20\\IetfCtx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(15160, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\ChaCha20.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(15161, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Fe.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(15162, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Cached.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(15163, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P1p1.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(15164, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P2.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(15165, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\P3.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(15166, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\Ge\\Precomp.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(15167, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\H.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(15168, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519\\README.md', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(15169, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Curve25519.php', 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(15170, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Ed25519.php', 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(15171, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\HChaCha20.php', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(15172, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\HSalsa20.php', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(15173, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Int32.php', 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(15174, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Int64.php', 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(15175, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Poly1305\\State.php', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(15176, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Poly1305.php', 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(15177, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Salsa20.php', 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(15178, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\SecretStream\\State.php', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(15179, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\SipHash.php', 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(15180, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\Util.php', 'wp-includes/sodium_compat/src/Core32/Util.php'),
(15181, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\X25519.php', 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(15182, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\XChaCha20.php', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(15183, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Core32\\XSalsa20.php', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(15184, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Crypto.php', 'wp-includes/sodium_compat/src/Crypto.php'),
(15185, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\Crypto32.php', 'wp-includes/sodium_compat/src/Crypto32.php'),
(15186, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\File.php', 'wp-includes/sodium_compat/src/File.php'),
(15187, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\PHP52\\SplFixedArray.php', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(15188, 'D:\\laragon\\www\\genesiswa\\wp-includes\\sodium_compat\\src\\SodiumException.php', 'wp-includes/sodium_compat/src/SodiumException.php'),
(15189, 'D:\\laragon\\www\\genesiswa\\wp-includes\\speculative-loading.php', 'wp-includes/speculative-loading.php'),
(15190, 'D:\\laragon\\www\\genesiswa\\wp-includes\\spl-autoload-compat.php', 'wp-includes/spl-autoload-compat.php'),
(15191, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-declarations.php', 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),
(15192, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-rule.php', 'wp-includes/style-engine/class-wp-style-engine-css-rule.php'),
(15193, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-css-rules-store.php', 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),
(15194, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine-processor.php', 'wp-includes/style-engine/class-wp-style-engine-processor.php'),
(15195, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine\\class-wp-style-engine.php', 'wp-includes/style-engine/class-wp-style-engine.php'),
(15196, 'D:\\laragon\\www\\genesiswa\\wp-includes\\style-engine.php', 'wp-includes/style-engine.php'),
(15197, 'D:\\laragon\\www\\genesiswa\\wp-includes\\taxonomy.php', 'wp-includes/taxonomy.php'),
(15198, 'D:\\laragon\\www\\genesiswa\\wp-includes\\template-canvas.php', 'wp-includes/template-canvas.php'),
(15199, 'D:\\laragon\\www\\genesiswa\\wp-includes\\template-loader.php', 'wp-includes/template-loader.php'),
(15200, 'D:\\laragon\\www\\genesiswa\\wp-includes\\template.php', 'wp-includes/template.php'),
(15201, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\comments.php', 'wp-includes/theme-compat/comments.php'),
(15202, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed-404.php', 'wp-includes/theme-compat/embed-404.php'),
(15203, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed-content.php', 'wp-includes/theme-compat/embed-content.php'),
(15204, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\embed.php', 'wp-includes/theme-compat/embed.php'),
(15205, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\footer-embed.php', 'wp-includes/theme-compat/footer-embed.php'),
(15206, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\footer.php', 'wp-includes/theme-compat/footer.php'),
(15207, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\header-embed.php', 'wp-includes/theme-compat/header-embed.php'),
(15208, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\header.php', 'wp-includes/theme-compat/header.php'),
(15209, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-compat\\sidebar.php', 'wp-includes/theme-compat/sidebar.php'),
(15210, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-i18n.json', 'wp-includes/theme-i18n.json'),
(15211, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-previews.php', 'wp-includes/theme-previews.php'),
(15212, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme-templates.php', 'wp-includes/theme-templates.php'),
(15213, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme.json', 'wp-includes/theme.json'),
(15214, 'D:\\laragon\\www\\genesiswa\\wp-includes\\theme.php', 'wp-includes/theme.php'),
(15215, 'D:\\laragon\\www\\genesiswa\\wp-includes\\update.php', 'wp-includes/update.php'),
(15216, 'D:\\laragon\\www\\genesiswa\\wp-includes\\user.php', 'wp-includes/user.php'),
(15217, 'D:\\laragon\\www\\genesiswa\\wp-includes\\utf8.php', 'wp-includes/utf8.php'),
(15218, 'D:\\laragon\\www\\genesiswa\\wp-includes\\vars.php', 'wp-includes/vars.php'),
(15219, 'D:\\laragon\\www\\genesiswa\\wp-includes\\version.php', 'wp-includes/version.php'),
(15220, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-nav-menu-widget.php', 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(15221, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-archives.php', 'wp-includes/widgets/class-wp-widget-archives.php'),
(15222, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-block.php', 'wp-includes/widgets/class-wp-widget-block.php'),
(15223, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-calendar.php', 'wp-includes/widgets/class-wp-widget-calendar.php'),
(15224, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-categories.php', 'wp-includes/widgets/class-wp-widget-categories.php'),
(15225, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-custom-html.php', 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(15226, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-links.php', 'wp-includes/widgets/class-wp-widget-links.php'),
(15227, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-audio.php', 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(15228, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-gallery.php', 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(15229, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-image.php', 'wp-includes/widgets/class-wp-widget-media-image.php'),
(15230, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media-video.php', 'wp-includes/widgets/class-wp-widget-media-video.php'),
(15231, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-media.php', 'wp-includes/widgets/class-wp-widget-media.php'),
(15232, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-meta.php', 'wp-includes/widgets/class-wp-widget-meta.php'),
(15233, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-pages.php', 'wp-includes/widgets/class-wp-widget-pages.php'),
(15234, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-recent-comments.php', 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(15235, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-recent-posts.php', 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(15236, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-rss.php', 'wp-includes/widgets/class-wp-widget-rss.php'),
(15237, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-search.php', 'wp-includes/widgets/class-wp-widget-search.php'),
(15238, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-tag-cloud.php', 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(15239, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets\\class-wp-widget-text.php', 'wp-includes/widgets/class-wp-widget-text.php'),
(15240, 'D:\\laragon\\www\\genesiswa\\wp-includes\\widgets.php', 'wp-includes/widgets.php'),
(15241, 'D:\\laragon\\www\\genesiswa\\wp-includes\\wp-db.php', 'wp-includes/wp-db.php'),
(15242, 'D:\\laragon\\www\\genesiswa\\wp-includes\\wp-diff.php', 'wp-includes/wp-diff.php'),
(15243, 'D:\\laragon\\www\\genesiswa\\wp-links-opml.php', 'wp-links-opml.php'),
(15244, 'D:\\laragon\\www\\genesiswa\\wp-load.php', 'wp-load.php'),
(15245, 'D:\\laragon\\www\\genesiswa\\wp-login.php', 'wp-login.php'),
(15246, 'D:\\laragon\\www\\genesiswa\\wp-mail.php', 'wp-mail.php'),
(15247, 'D:\\laragon\\www\\genesiswa\\wp-settings.php', 'wp-settings.php'),
(15248, 'D:\\laragon\\www\\genesiswa\\wp-signup.php', 'wp-signup.php'),
(15249, 'D:\\laragon\\www\\genesiswa\\wp-trackback.php', 'wp-trackback.php'),
(15250, 'D:\\laragon\\www\\genesiswa\\xmlrpc.php', 'xmlrpc.php');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wflivetraffichuman`
--

CREATE TABLE `wp_393a933460_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wflocs`
--

CREATE TABLE `wp_393a933460_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wflocs`
--

INSERT INTO `wp_393a933460_wflocs` (`IP`, `ctime`, `failed`, `city`, `region`, `countryName`, `countryCode`, `lat`, `lon`) VALUES
(0x00000000000000000000ffff2d786015, 1779026383, 0, '', '', 'Bangladesh', 'BD', 23.7017994, 90.3741989);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wflogins`
--

CREATE TABLE `wp_393a933460_wflogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wflogins`
--

INSERT INTO `wp_393a933460_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 1, 1779026382.845870, 0, 'loginOK', 'web-admin', 1, 0x00000000000000000000ffff2d786015, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),
(2, 2, 1779026718.278236, 1, 'loginFailInvalidUsername', 'placeholder', 0, 0x00000000000000000000ffff36bf8911, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome'),
(3, 3, 1779026728.660122, 1, 'loginFailInvalidUsername', 'placeholder', 0, 0x00000000000000000000ffff36bf8911, 'Symfony BrowserKit');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfls_2fa_secrets`
--

CREATE TABLE `wp_393a933460_wfls_2fa_secrets` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `vtime` int(10) UNSIGNED NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfls_role_counts`
--

CREATE TABLE `wp_393a933460_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfls_settings`
--

CREATE TABLE `wp_393a933460_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfls_settings`
--

INSERT INTO `wp_393a933460_wfls_settings` (`name`, `value`, `autoload`) VALUES
('2fa-user-grace-period', 0x3130, 'yes'),
('allow-disabling-ntp', 0x31, 'yes'),
('allow-xml-rpc', 0x31, 'yes'),
('captcha-stats', 0x7b22636f756e7473223a5b302c302c302c302c302c302c302c302c302c302c305d2c22617667223a307d, 'yes'),
('delete-deactivation', '', 'yes'),
('disable-temporary-tables', '', 'yes'),
('dismissed-fresh-install-modal', '', 'yes'),
('enable-auth-captcha', '', 'yes'),
('enable-login-history-columns', 0x31, 'yes'),
('enable-shortcode', '', 'yes'),
('enable-woocommerce-account-integration', '', 'yes'),
('enable-woocommerce-integration', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31373739303139363930, 'yes'),
('ntp-failure-count', 0x30, 'yes'),
('ntp-offset', 0x302e3633313331303232343533333038, 'yes'),
('recaptcha-secret', '', 'yes'),
('recaptcha-site-key', '', 'yes'),
('recaptcha-test-mode', '', 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('schema-version', 0x32, 'yes'),
('shared-hash-secret', 0x66616439653735633061653033663730323734363366396164663837373462383561303761663066313233623562316235666337346636336237633730316136, 'yes'),
('shared-symmetric-secret', 0x38626334353433343262316532326637636534393534646331643832623766616134336239363537643337626538313961633261393338303931386231393133, 'yes'),
('stack-ui-columns', 0x31, 'yes'),
('use-ntp', 0x31, 'yes'),
('user-count-query-state', '', 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfnotifications`
--

CREATE TABLE `wp_393a933460_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) UNSIGNED NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfnotifications`
--

INSERT INTO `wp_393a933460_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1779020235, '<a href=\"http://mrarif.me/genesiswa/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('site-AMAAAAA', 0, 'wfplugin_scan', 502, 1779020235, '<a href=\"http://mrarif.me/genesiswa/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-AYAAAAA', 1, 'wfplugin_updates', 502, 1779026467, '<a href=\"https://mrarif.me/genesiswa/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfpendingissues`
--

CREATE TABLE `wp_393a933460_wfpendingissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfreversecache`
--

CREATE TABLE `wp_393a933460_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfreversecache`
--

INSERT INTO `wp_393a933460_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffff2d786015, '45.120.96.21', 1779026382);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfsecurityevents`
--

CREATE TABLE `wp_393a933460_wfsecurityevents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfsnipcache`
--

CREATE TABLE `wp_393a933460_wfsnipcache` (
  `id` int(10) UNSIGNED NOT NULL,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `type` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfstatus`
--

CREATE TABLE `wp_393a933460_wfstatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_wfstatus`
--

INSERT INTO `wp_393a933460_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(1, 1779019851.821495, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(2, 1779019851.831489, 1, 'info', 'Contacting Wordfence to initiate scan'),
(3, 1779019852.867914, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(4, 1779019854.888340, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(5, 1779019856.900639, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),
(6, 1779019858.930779, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(7, 1779019858.941947, 10, 'info', 'SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),
(8, 1779019858.955767, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(9, 1779019858.962072, 2, 'info', 'Total disk space: 123 GB -- Free disk space: 101.04 GB'),
(10, 1779019858.964024, 2, 'info', 'The disk has 103465.24 MB available'),
(11, 1779019858.966033, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(12, 1779019858.980325, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(13, 1779019858.985479, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(14, 1779019858.998583, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(15, 1779019859.003807, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(16, 1779019859.016663, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(17, 1779019859.532844, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(18, 1779019859.543109, 2, 'info', 'Getting plugin list from WordPress'),
(19, 1779019859.547938, 2, 'info', 'Found 15 plugins'),
(20, 1779019859.549487, 2, 'info', 'Getting theme list from WordPress'),
(21, 1779019859.560660, 2, 'info', 'Found 6 themes'),
(22, 1779019859.634854, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(23, 1779019862.383719, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(24, 1779019862.394448, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(25, 1779019864.279743, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(26, 1779019864.289179, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(27, 1779019865.899410, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(28, 1779019865.907955, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(29, 1779019865.913349, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(30, 1779019865.915597, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(31, 1779019865.921787, 10, 'info', 'SUM_START:Scanning for known malware files'),
(32, 1779019865.931315, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(33, 1779019866.050710, 2, 'info', '500 files indexed'),
(34, 1779019866.138887, 2, 'info', '1000 files indexed'),
(35, 1779019866.243925, 2, 'info', '1500 files indexed'),
(36, 1779019866.315071, 2, 'info', '2000 files indexed'),
(37, 1779019866.420092, 2, 'info', '2500 files indexed'),
(38, 1779019866.507285, 2, 'info', '3000 files indexed'),
(39, 1779019866.591184, 2, 'info', '3500 files indexed'),
(40, 1779019866.669636, 2, 'info', '4000 files indexed'),
(41, 1779019866.806946, 2, 'info', '4500 files indexed'),
(42, 1779019866.922978, 2, 'info', '5000 files indexed'),
(43, 1779019867.027441, 2, 'info', '5500 files indexed'),
(44, 1779019867.123334, 2, 'info', '6000 files indexed'),
(45, 1779019867.327272, 2, 'info', '6500 files indexed'),
(46, 1779019867.540428, 2, 'info', '7000 files indexed'),
(47, 1779019867.920140, 2, 'info', '7500 files indexed'),
(48, 1779019868.132062, 2, 'info', '8000 files indexed'),
(49, 1779019868.465751, 2, 'info', '8500 files indexed'),
(50, 1779019868.584891, 2, 'info', '9000 files indexed'),
(51, 1779019868.750325, 2, 'info', '9500 files indexed'),
(52, 1779019868.988684, 2, 'info', '10000 files indexed'),
(53, 1779019869.203421, 2, 'info', '10500 files indexed'),
(54, 1779019869.406646, 2, 'info', '11000 files indexed'),
(55, 1779019869.648600, 2, 'info', '11500 files indexed'),
(56, 1779019869.843483, 2, 'info', '12000 files indexed'),
(57, 1779019871.090547, 2, 'info', '12500 files indexed'),
(58, 1779019871.192027, 2, 'info', '13000 files indexed'),
(59, 1779019871.313713, 2, 'info', '13500 files indexed'),
(60, 1779019871.394923, 2, 'info', '14000 files indexed'),
(61, 1779019871.530328, 2, 'info', '14500 files indexed'),
(62, 1779019871.750222, 2, 'info', '15000 files indexed'),
(63, 1779019871.842436, 2, 'info', '15250 files indexed'),
(64, 1779019872.558615, 2, 'info', 'Analyzed 100 files containing 375.03 KB of data so far'),
(65, 1779019873.190488, 2, 'info', 'Analyzed 200 files containing 1.38 MB of data so far'),
(66, 1779019877.212530, 2, 'info', 'Analyzed 300 files containing 1.93 MB of data so far'),
(67, 1779019879.512237, 2, 'info', 'Analyzed 400 files containing 4.53 MB of data so far'),
(68, 1779019879.676202, 2, 'info', 'Analyzed 500 files containing 6.35 MB of data so far'),
(69, 1779019879.703226, 2, 'info', 'Analyzed 600 files containing 7.01 MB of data so far'),
(70, 1779019879.754637, 2, 'info', 'Analyzed 700 files containing 10.88 MB of data so far'),
(71, 1779019879.807810, 2, 'info', 'Analyzed 800 files containing 14.59 MB of data so far'),
(72, 1779019879.837523, 2, 'info', 'Analyzed 900 files containing 14.94 MB of data so far'),
(73, 1779019880.287324, 2, 'info', 'Analyzed 1000 files containing 15.76 MB of data so far'),
(74, 1779019881.323189, 2, 'info', 'Analyzed 1100 files containing 16.82 MB of data so far'),
(75, 1779019882.538518, 2, 'info', 'Analyzed 1200 files containing 19.55 MB of data so far'),
(76, 1779019884.022970, 2, 'info', 'Analyzed 1300 files containing 21.11 MB of data so far'),
(77, 1779019885.650937, 2, 'info', 'Analyzed 1400 files containing 21.45 MB of data so far'),
(78, 1779019885.870358, 2, 'info', 'Analyzed 1500 files containing 21.85 MB of data so far'),
(79, 1779019885.915127, 2, 'info', 'Analyzed 1600 files containing 24.69 MB of data so far'),
(80, 1779019885.943190, 2, 'info', 'Analyzed 1700 files containing 25.63 MB of data so far'),
(81, 1779019885.977907, 2, 'info', 'Analyzed 1800 files containing 27.22 MB of data so far'),
(82, 1779019886.841127, 2, 'info', 'Analyzed 1900 files containing 41.99 MB of data so far'),
(83, 1779019887.274915, 2, 'info', 'Analyzed 2000 files containing 50.98 MB of data so far'),
(84, 1779019887.727308, 2, 'info', 'Analyzed 2100 files containing 59.46 MB of data so far'),
(85, 1779019887.779228, 2, 'info', 'Analyzed 2200 files containing 63.71 MB of data so far'),
(86, 1779019887.824757, 2, 'info', 'Analyzed 2300 files containing 66.66 MB of data so far'),
(87, 1779019888.169373, 2, 'info', 'Analyzed 2400 files containing 73.56 MB of data so far'),
(88, 1779019888.215987, 2, 'info', 'Analyzed 2500 files containing 73.59 MB of data so far'),
(89, 1779019888.307943, 2, 'info', 'Analyzed 2600 files containing 82 MB of data so far'),
(90, 1779019888.343579, 2, 'info', 'Analyzed 2700 files containing 83.63 MB of data so far'),
(91, 1779019888.366420, 2, 'info', 'Analyzed 2800 files containing 84.04 MB of data so far'),
(92, 1779019888.396105, 2, 'info', 'Analyzed 2900 files containing 84.45 MB of data so far'),
(93, 1779019888.447355, 2, 'info', 'Analyzed 3000 files containing 85.04 MB of data so far'),
(94, 1779019888.481131, 2, 'info', 'Analyzed 3100 files containing 86.17 MB of data so far'),
(95, 1779019888.507064, 2, 'info', 'Analyzed 3200 files containing 86.59 MB of data so far'),
(96, 1779019888.531025, 2, 'info', 'Analyzed 3300 files containing 86.81 MB of data so far'),
(97, 1779019888.554810, 2, 'info', 'Analyzed 3400 files containing 86.96 MB of data so far'),
(98, 1779019888.616930, 2, 'info', 'Analyzed 3500 files containing 87.38 MB of data so far'),
(99, 1779019888.647021, 2, 'info', 'Analyzed 3600 files containing 87.71 MB of data so far'),
(100, 1779019888.671484, 2, 'info', 'Analyzed 3700 files containing 88.03 MB of data so far'),
(101, 1779019888.718965, 2, 'info', 'Analyzed 3800 files containing 91.32 MB of data so far'),
(102, 1779019888.745011, 2, 'info', 'Analyzed 3900 files containing 91.73 MB of data so far'),
(103, 1779019888.798876, 2, 'info', 'Analyzed 4000 files containing 92.73 MB of data so far'),
(104, 1779019888.827949, 2, 'info', 'Analyzed 4100 files containing 93.2 MB of data so far'),
(105, 1779019888.851766, 2, 'info', 'Analyzed 4200 files containing 93.37 MB of data so far'),
(106, 1779019890.089737, 2, 'info', 'Analyzed 4300 files containing 96.87 MB of data so far'),
(107, 1779019892.151905, 2, 'info', 'Analyzed 4400 files containing 100.44 MB of data so far'),
(108, 1779019894.413505, 2, 'info', 'Analyzed 4500 files containing 102.4 MB of data so far'),
(109, 1779019895.262959, 2, 'info', 'Analyzed 4600 files containing 102.62 MB of data so far'),
(110, 1779019896.143118, 2, 'info', 'Analyzed 4700 files containing 103.04 MB of data so far'),
(111, 1779019896.696563, 2, 'info', 'Analyzed 4800 files containing 103.34 MB of data so far'),
(112, 1779019897.596712, 2, 'info', 'Analyzed 4900 files containing 103.72 MB of data so far'),
(113, 1779019900.118476, 2, 'info', 'Analyzed 5000 files containing 104.3 MB of data so far'),
(114, 1779019900.749223, 2, 'info', 'Analyzed 5100 files containing 104.96 MB of data so far'),
(115, 1779019901.073483, 2, 'info', 'Analyzed 5200 files containing 105.5 MB of data so far'),
(116, 1779019902.771441, 2, 'info', 'Analyzed 5300 files containing 106.42 MB of data so far'),
(117, 1779019902.944824, 2, 'info', 'Analyzed 5400 files containing 107.17 MB of data so far'),
(118, 1779019903.008123, 2, 'info', 'Analyzed 5500 files containing 108.51 MB of data so far'),
(119, 1779019903.035434, 2, 'info', 'Analyzed 5600 files containing 108.7 MB of data so far'),
(120, 1779019903.113768, 2, 'info', 'Analyzed 5700 files containing 114.43 MB of data so far'),
(121, 1779019903.155508, 2, 'info', 'Analyzed 5800 files containing 116.23 MB of data so far'),
(122, 1779019903.192863, 2, 'info', 'Analyzed 5900 files containing 117.91 MB of data so far'),
(123, 1779019903.250797, 2, 'info', 'Analyzed 6000 files containing 118.91 MB of data so far'),
(124, 1779019903.322957, 2, 'info', 'Analyzed 6100 files containing 123.94 MB of data so far'),
(125, 1779019903.387136, 2, 'info', 'Analyzed 6200 files containing 128.4 MB of data so far'),
(126, 1779019903.426899, 2, 'info', 'Analyzed 6300 files containing 130.23 MB of data so far'),
(127, 1779019903.458231, 2, 'info', 'Analyzed 6400 files containing 130.77 MB of data so far'),
(128, 1779019903.869315, 2, 'info', 'Analyzed 6500 files containing 131.65 MB of data so far'),
(129, 1779019904.979221, 2, 'info', 'Analyzed 6600 files containing 133.14 MB of data so far'),
(130, 1779019906.242357, 2, 'info', 'Analyzed 6700 files containing 133.51 MB of data so far'),
(131, 1779019906.892105, 2, 'info', 'Analyzed 6800 files containing 135.43 MB of data so far'),
(132, 1779019907.475801, 2, 'info', 'Analyzed 6900 files containing 136.33 MB of data so far'),
(133, 1779019908.666922, 2, 'info', 'Analyzed 7000 files containing 139.74 MB of data so far'),
(134, 1779019910.129908, 2, 'info', 'Analyzed 7100 files containing 140.05 MB of data so far'),
(135, 1779019910.254904, 2, 'info', 'Analyzed 7200 files containing 140.6 MB of data so far'),
(136, 1779019910.298816, 2, 'info', 'Analyzed 7300 files containing 142.91 MB of data so far'),
(137, 1779019910.328079, 2, 'info', 'Analyzed 7400 files containing 143.48 MB of data so far'),
(138, 1779019910.395571, 2, 'info', 'Analyzed 7500 files containing 144.89 MB of data so far'),
(139, 1779019910.444191, 2, 'info', 'Analyzed 7600 files containing 147.52 MB of data so far'),
(140, 1779019910.497284, 2, 'info', 'Analyzed 7700 files containing 149.58 MB of data so far'),
(141, 1779019910.536092, 2, 'info', 'Analyzed 7800 files containing 151.22 MB of data so far'),
(142, 1779019910.580828, 2, 'info', 'Analyzed 7900 files containing 153.5 MB of data so far'),
(143, 1779019910.632809, 2, 'info', 'Analyzed 8000 files containing 153.88 MB of data so far'),
(144, 1779019910.661701, 2, 'info', 'Analyzed 8100 files containing 154.29 MB of data so far'),
(145, 1779019910.697785, 2, 'info', 'Analyzed 8200 files containing 155.57 MB of data so far'),
(146, 1779019910.768045, 2, 'info', 'Analyzed 8300 files containing 160.88 MB of data so far'),
(147, 1779019910.833199, 2, 'info', 'Analyzed 8400 files containing 161.61 MB of data so far'),
(148, 1779019911.062014, 2, 'info', 'Analyzed 8500 files containing 164.32 MB of data so far'),
(149, 1779019911.328428, 2, 'info', 'Analyzed 8600 files containing 175.65 MB of data so far'),
(150, 1779019911.403460, 2, 'info', 'Analyzed 8700 files containing 178.13 MB of data so far'),
(151, 1779019911.480824, 2, 'info', 'Analyzed 8800 files containing 179.74 MB of data so far'),
(152, 1779019911.530107, 2, 'info', 'Analyzed 8900 files containing 180.59 MB of data so far'),
(153, 1779019911.617435, 2, 'info', 'Analyzed 9000 files containing 181.13 MB of data so far'),
(154, 1779019911.653194, 2, 'info', 'Analyzed 9100 files containing 181.43 MB of data so far'),
(155, 1779019911.685640, 2, 'info', 'Analyzed 9200 files containing 182.6 MB of data so far'),
(156, 1779019911.717571, 2, 'info', 'Analyzed 9300 files containing 183.67 MB of data so far'),
(157, 1779019911.798942, 2, 'info', 'Analyzed 9400 files containing 191.77 MB of data so far'),
(158, 1779019911.852282, 2, 'info', 'Analyzed 9500 files containing 192.22 MB of data so far'),
(159, 1779019911.878226, 2, 'info', 'Analyzed 9600 files containing 192.4 MB of data so far'),
(160, 1779019911.913685, 2, 'info', 'Analyzed 9700 files containing 192.61 MB of data so far'),
(161, 1779019911.945090, 2, 'info', 'Analyzed 9800 files containing 192.78 MB of data so far'),
(162, 1779019911.976900, 2, 'info', 'Analyzed 9900 files containing 192.98 MB of data so far'),
(163, 1779019912.033217, 2, 'info', 'Analyzed 10000 files containing 193.83 MB of data so far'),
(164, 1779019912.060451, 2, 'info', 'Analyzed 10100 files containing 194.25 MB of data so far'),
(165, 1779019912.089576, 2, 'info', 'Analyzed 10200 files containing 194.52 MB of data so far'),
(166, 1779019912.120928, 2, 'info', 'Analyzed 10300 files containing 194.74 MB of data so far'),
(167, 1779019912.157115, 2, 'info', 'Analyzed 10400 files containing 195.02 MB of data so far'),
(168, 1779019912.211299, 2, 'info', 'Analyzed 10500 files containing 195.23 MB of data so far'),
(169, 1779019912.243083, 2, 'info', 'Analyzed 10600 files containing 196.01 MB of data so far'),
(170, 1779019912.273368, 2, 'info', 'Analyzed 10700 files containing 196.4 MB of data so far'),
(171, 1779019913.279632, 2, 'info', 'Analyzed 10800 files containing 199.6 MB of data so far'),
(172, 1779019916.167091, 2, 'info', 'Analyzed 10900 files containing 205.82 MB of data so far'),
(173, 1779019917.060335, 2, 'info', 'Analyzed 11000 files containing 207.43 MB of data so far'),
(174, 1779019918.912503, 2, 'info', 'Analyzed 11100 files containing 213.62 MB of data so far'),
(175, 1779019919.720095, 2, 'info', 'Analyzed 11200 files containing 214.91 MB of data so far'),
(176, 1779019920.007376, 2, 'info', 'Analyzed 11300 files containing 216.12 MB of data so far'),
(177, 1779019921.037921, 2, 'info', 'Analyzed 11400 files containing 217.55 MB of data so far'),
(178, 1779019922.151844, 2, 'info', 'Analyzed 11500 files containing 219.89 MB of data so far'),
(179, 1779019922.904352, 2, 'info', 'Analyzed 11600 files containing 223.28 MB of data so far'),
(180, 1779019923.542430, 2, 'info', 'Analyzed 11700 files containing 224.79 MB of data so far'),
(181, 1779019924.443331, 2, 'info', 'Analyzed 11800 files containing 225.13 MB of data so far'),
(182, 1779019926.370234, 2, 'info', 'Analyzed 11900 files containing 227.15 MB of data so far'),
(183, 1779019927.250512, 2, 'info', 'Analyzed 12000 files containing 234.55 MB of data so far'),
(184, 1779019929.912665, 2, 'info', 'Analyzed 12100 files containing 235.11 MB of data so far'),
(185, 1779019931.140463, 2, 'info', 'Analyzed 12200 files containing 237.41 MB of data so far'),
(186, 1779019932.249455, 2, 'info', 'Analyzed 12300 files containing 240.79 MB of data so far'),
(187, 1779019933.420135, 2, 'info', 'Analyzed 12400 files containing 244.3 MB of data so far'),
(188, 1779019934.376264, 2, 'info', 'Analyzed 12500 files containing 246.19 MB of data so far'),
(189, 1779019935.803736, 2, 'info', 'Analyzed 12600 files containing 246.93 MB of data so far'),
(190, 1779019939.597900, 2, 'info', 'Analyzed 12700 files containing 249.71 MB of data so far'),
(191, 1779019941.766022, 2, 'info', 'Analyzed 12800 files containing 251.5 MB of data so far'),
(192, 1779019947.938419, 2, 'info', 'Analyzed 12900 files containing 252.26 MB of data so far'),
(193, 1779019950.417273, 2, 'info', 'Analyzed 13000 files containing 253.84 MB of data so far'),
(194, 1779019951.473284, 2, 'info', 'Analyzed 13100 files containing 254.7 MB of data so far'),
(195, 1779019951.922336, 2, 'info', 'Analyzed 13200 files containing 255.22 MB of data so far'),
(196, 1779019952.293233, 2, 'info', 'Analyzed 13300 files containing 255.51 MB of data so far'),
(197, 1779019952.810748, 2, 'info', 'Analyzed 13400 files containing 255.69 MB of data so far'),
(198, 1779019953.321211, 2, 'info', 'Analyzed 13500 files containing 255.96 MB of data so far'),
(199, 1779019953.853504, 2, 'info', 'Analyzed 13600 files containing 256.25 MB of data so far'),
(200, 1779019954.279433, 2, 'info', 'Analyzed 13700 files containing 256.37 MB of data so far'),
(201, 1779019954.752700, 2, 'info', 'Analyzed 13800 files containing 256.49 MB of data so far'),
(202, 1779019955.209637, 2, 'info', 'Analyzed 13900 files containing 256.7 MB of data so far'),
(203, 1779019955.671536, 2, 'info', 'Analyzed 14000 files containing 257.62 MB of data so far'),
(204, 1779019956.778278, 2, 'info', 'Analyzed 14100 files containing 259.98 MB of data so far'),
(205, 1779019957.364515, 2, 'info', 'Analyzed 14200 files containing 262.53 MB of data so far'),
(206, 1779019958.786360, 2, 'info', 'Analyzed 14300 files containing 264.14 MB of data so far'),
(207, 1779019959.612755, 2, 'info', 'Analyzed 14400 files containing 266.2 MB of data so far'),
(208, 1779019961.505955, 2, 'info', 'Analyzed 14500 files containing 274.37 MB of data so far'),
(209, 1779019963.880765, 2, 'info', 'Analyzed 14600 files containing 286.47 MB of data so far'),
(210, 1779019966.695396, 2, 'info', 'Analyzed 14700 files containing 290.24 MB of data so far'),
(211, 1779019968.747601, 2, 'info', 'Analyzed 14800 files containing 292.2 MB of data so far'),
(212, 1779019970.873765, 2, 'info', 'Analyzed 14900 files containing 293.59 MB of data so far'),
(213, 1779019973.181496, 2, 'info', 'Analyzed 15000 files containing 298.06 MB of data so far'),
(214, 1779019973.601284, 2, 'info', 'Analyzed 15100 files containing 299.88 MB of data so far'),
(215, 1779019975.295185, 2, 'info', 'Analyzed 15200 files containing 301.37 MB of data so far'),
(216, 1779019975.614732, 2, 'info', 'Analyzed 15249 files containing 302.1 MB of data.'),
(217, 1779019975.617938, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(218, 1779019975.630135, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(219, 1779019975.638046, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(220, 1779019975.653009, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(221, 1779019975.697635, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(222, 1779019975.712153, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(223, 1779019975.716886, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(224, 1779019978.096269, 2, 'info', 'Starting scan of file contents'),
(225, 1779019979.110309, 2, 'info', 'Scanned contents of 13 additional files at 12.85 per second'),
(226, 1779019980.188944, 2, 'info', 'Scanned contents of 23 additional files at 11.00 per second'),
(227, 1779019981.289676, 2, 'info', 'Scanned contents of 34 additional files at 10.66 per second'),
(228, 1779019982.400404, 2, 'info', 'Scanned contents of 45 additional files at 10.46 per second'),
(229, 1779019983.488463, 2, 'info', 'Scanned contents of 52 additional files at 9.65 per second'),
(230, 1779019984.580250, 2, 'info', 'Scanned contents of 65 additional files at 10.03 per second'),
(231, 1779019985.637205, 2, 'info', 'Scanned contents of 78 additional files at 10.35 per second'),
(232, 1779019986.639030, 2, 'info', 'Scanned contents of 83 additional files at 9.72 per second'),
(233, 1779019987.669132, 2, 'info', 'Scanned contents of 93 additional files at 9.72 per second'),
(234, 1779019988.736008, 2, 'info', 'Scanned contents of 101 additional files at 9.49 per second'),
(235, 1779019989.925967, 2, 'info', 'Scanned contents of 111 additional files at 9.39 per second'),
(236, 1779019990.948055, 2, 'info', 'Scanned contents of 120 additional files at 9.34 per second'),
(237, 1779019993.663734, 2, 'info', 'Scanned contents of 130 additional files at 8.35 per second'),
(238, 1779019994.711225, 2, 'info', 'Scanned contents of 141 additional files at 8.49 per second'),
(239, 1779019995.801321, 2, 'info', 'Scanned contents of 149 additional files at 8.42 per second'),
(240, 1779019996.926476, 2, 'info', 'Scanned contents of 160 additional files at 8.50 per second'),
(241, 1779019997.948439, 2, 'info', 'Scanned contents of 166 additional files at 8.36 per second'),
(242, 1779019999.000420, 2, 'info', 'Scanned contents of 177 additional files at 8.47 per second'),
(243, 1779020000.085333, 2, 'info', 'Scanned contents of 183 additional files at 8.32 per second'),
(244, 1779020001.133358, 2, 'info', 'Scanned contents of 199 additional files at 8.64 per second'),
(245, 1779020002.156561, 2, 'info', 'Scanned contents of 209 additional files at 8.69 per second'),
(246, 1779020003.300530, 2, 'info', 'Scanned contents of 217 additional files at 8.61 per second'),
(247, 1779020004.349183, 2, 'info', 'Scanned contents of 232 additional files at 8.84 per second'),
(248, 1779020005.437414, 2, 'info', 'Scanned contents of 248 additional files at 9.07 per second'),
(249, 1779020006.474254, 2, 'info', 'Scanned contents of 258 additional files at 9.09 per second'),
(250, 1779020007.882310, 2, 'info', 'Scanned contents of 276 additional files at 9.27 per second'),
(251, 1779020009.025825, 2, 'info', 'Scanned contents of 287 additional files at 9.28 per second'),
(252, 1779020010.068026, 2, 'info', 'Scanned contents of 293 additional files at 9.17 per second'),
(253, 1779020011.106303, 2, 'info', 'Scanned contents of 304 additional files at 9.21 per second'),
(254, 1779020012.198239, 2, 'info', 'Scanned contents of 313 additional files at 9.18 per second'),
(255, 1779020013.264655, 2, 'info', 'Scanned contents of 324 additional files at 9.21 per second'),
(256, 1779020014.368883, 2, 'info', 'Scanned contents of 330 additional files at 9.10 per second'),
(257, 1779020015.373398, 2, 'info', 'Scanned contents of 337 additional files at 9.04 per second'),
(258, 1779020016.384523, 2, 'info', 'Scanned contents of 346 additional files at 9.04 per second'),
(259, 1779020017.561451, 2, 'info', 'Scanned contents of 357 additional files at 9.05 per second'),
(260, 1779020018.673393, 2, 'info', 'Scanned contents of 368 additional files at 9.07 per second'),
(261, 1779020019.702722, 2, 'info', 'Scanned contents of 377 additional files at 9.06 per second'),
(262, 1779020020.711794, 2, 'info', 'Scanned contents of 384 additional files at 9.01 per second'),
(263, 1779020021.742026, 2, 'info', 'Scanned contents of 394 additional files at 9.03 per second'),
(264, 1779020022.790055, 2, 'info', 'Scanned contents of 408 additional files at 9.13 per second'),
(265, 1779020023.824621, 2, 'info', 'Scanned contents of 420 additional files at 9.19 per second'),
(266, 1779020024.889998, 2, 'info', 'Scanned contents of 435 additional files at 9.30 per second'),
(267, 1779020025.919450, 2, 'info', 'Scanned contents of 448 additional files at 9.37 per second'),
(268, 1779020026.930754, 2, 'info', 'Scanned contents of 455 additional files at 9.32 per second'),
(269, 1779020028.029630, 2, 'info', 'Scanned contents of 465 additional files at 9.31 per second'),
(270, 1779020029.038108, 2, 'info', 'Scanned contents of 473 additional files at 9.29 per second'),
(271, 1779020030.196475, 2, 'info', 'Scanned contents of 485 additional files at 9.31 per second'),
(272, 1779020031.201315, 2, 'info', 'Scanned contents of 497 additional files at 9.36 per second'),
(273, 1779020032.208295, 2, 'info', 'Scanned contents of 511 additional files at 9.44 per second'),
(274, 1779020033.257258, 2, 'info', 'Scanned contents of 522 additional files at 9.46 per second'),
(275, 1779020034.260803, 2, 'info', 'Scanned contents of 533 additional files at 9.49 per second'),
(276, 1779020035.305901, 2, 'info', 'Scanned contents of 545 additional files at 9.53 per second'),
(277, 1779020036.422452, 2, 'info', 'Scanned contents of 558 additional files at 9.57 per second'),
(278, 1779020037.435970, 2, 'info', 'Scanned contents of 566 additional files at 9.54 per second'),
(279, 1779020038.463388, 2, 'info', 'Scanned contents of 578 additional files at 9.58 per second'),
(280, 1779020041.091573, 2, 'info', 'Scanned contents of 584 additional files at 9.27 per second'),
(281, 1779020042.444102, 2, 'info', 'Scanned contents of 592 additional files at 9.20 per second'),
(282, 1779020043.594232, 2, 'info', 'Scanned contents of 602 additional files at 9.19 per second'),
(283, 1779020044.631706, 2, 'info', 'Scanned contents of 610 additional files at 9.17 per second'),
(284, 1779020045.638149, 2, 'info', 'Scanned contents of 620 additional files at 9.18 per second'),
(285, 1779020046.765099, 2, 'info', 'Scanned contents of 630 additional files at 9.17 per second'),
(286, 1779020047.853740, 2, 'info', 'Scanned contents of 641 additional files at 9.19 per second'),
(287, 1779020049.105192, 2, 'info', 'Scanned contents of 652 additional files at 9.18 per second'),
(288, 1779020050.246364, 2, 'info', 'Scanned contents of 663 additional files at 9.19 per second'),
(289, 1779020051.260774, 2, 'info', 'Scanned contents of 675 additional files at 9.23 per second'),
(290, 1779020052.304433, 2, 'info', 'Scanned contents of 681 additional files at 9.18 per second'),
(291, 1779020053.381419, 2, 'info', 'Scanned contents of 694 additional files at 9.22 per second'),
(292, 1779020054.695104, 2, 'info', 'Scanned contents of 701 additional files at 9.15 per second'),
(293, 1779020055.732229, 2, 'info', 'Scanned contents of 709 additional files at 9.13 per second'),
(294, 1779020056.738948, 2, 'info', 'Scanned contents of 716 additional files at 9.10 per second'),
(295, 1779020057.932201, 2, 'info', 'Scanned contents of 724 additional files at 9.07 per second'),
(296, 1779020059.052394, 2, 'info', 'Scanned contents of 732 additional files at 9.04 per second'),
(297, 1779020060.151046, 2, 'info', 'Scanned contents of 740 additional files at 9.02 per second'),
(298, 1779020061.157024, 2, 'info', 'Scanned contents of 748 additional files at 9.01 per second'),
(299, 1779020062.186220, 2, 'info', 'Scanned contents of 755 additional files at 8.98 per second'),
(300, 1779020063.240226, 2, 'info', 'Scanned contents of 766 additional files at 9.00 per second'),
(301, 1779020064.274581, 2, 'info', 'Scanned contents of 779 additional files at 9.04 per second'),
(302, 1779020065.327389, 2, 'info', 'Scanned contents of 792 additional files at 9.08 per second'),
(303, 1779020066.393405, 2, 'info', 'Scanned contents of 806 additional files at 9.13 per second'),
(304, 1779020067.415019, 2, 'info', 'Scanned contents of 818 additional files at 9.16 per second'),
(305, 1779020068.474790, 2, 'info', 'Scanned contents of 828 additional files at 9.16 per second'),
(306, 1779020069.587770, 2, 'info', 'Scanned contents of 840 additional files at 9.18 per second'),
(307, 1779020070.663819, 2, 'info', 'Scanned contents of 851 additional files at 9.19 per second'),
(308, 1779020071.710032, 2, 'info', 'Scanned contents of 861 additional files at 9.20 per second'),
(309, 1779020072.750993, 2, 'info', 'Scanned contents of 873 additional files at 9.22 per second'),
(310, 1779020073.811266, 2, 'info', 'Scanned contents of 889 additional files at 9.29 per second'),
(311, 1779020074.880419, 2, 'info', 'Scanned contents of 906 additional files at 9.36 per second'),
(312, 1779020075.890584, 2, 'info', 'Scanned contents of 916 additional files at 9.37 per second'),
(313, 1779020077.891470, 2, 'info', 'Scanned contents of 927 additional files at 9.29 per second'),
(314, 1779020079.029467, 2, 'info', 'Scanned contents of 944 additional files at 9.35 per second'),
(315, 1779020080.060289, 2, 'info', 'Scanned contents of 956 additional files at 9.38 per second'),
(316, 1779020081.158854, 2, 'info', 'Scanned contents of 975 additional files at 9.46 per second'),
(317, 1779020082.182253, 2, 'info', 'Scanned contents of 984 additional files at 9.45 per second'),
(318, 1779020083.279736, 2, 'info', 'Scanned contents of 996 additional files at 9.47 per second'),
(319, 1779020084.316523, 2, 'info', 'Scanned contents of 1008 additional files at 9.49 per second'),
(320, 1779020085.318944, 2, 'info', 'Scanned contents of 1020 additional files at 9.51 per second'),
(321, 1779020087.981837, 2, 'info', 'Scanned contents of 1027 additional files at 9.35 per second'),
(322, 1779020089.223843, 2, 'info', 'Scanned contents of 1039 additional files at 9.35 per second'),
(323, 1779020090.254655, 2, 'info', 'Scanned contents of 1047 additional files at 9.34 per second'),
(324, 1779020091.263859, 2, 'info', 'Scanned contents of 1057 additional files at 9.34 per second'),
(325, 1779020092.293745, 2, 'info', 'Scanned contents of 1069 additional files at 9.36 per second'),
(326, 1779020093.416035, 2, 'info', 'Scanned contents of 1086 additional files at 9.42 per second'),
(327, 1779020094.423591, 2, 'info', 'Scanned contents of 1097 additional files at 9.43 per second'),
(328, 1779020095.441781, 2, 'info', 'Scanned contents of 1107 additional files at 9.43 per second'),
(329, 1779020096.585047, 2, 'info', 'Scanned contents of 1116 additional files at 9.42 per second'),
(330, 1779020097.598747, 2, 'info', 'Scanned contents of 1124 additional files at 9.41 per second'),
(331, 1779020098.650086, 2, 'info', 'Scanned contents of 1139 additional files at 9.45 per second'),
(332, 1779020099.722123, 2, 'info', 'Scanned contents of 1150 additional files at 9.46 per second'),
(333, 1779020100.821668, 2, 'info', 'Scanned contents of 1161 additional files at 9.46 per second'),
(334, 1779020101.892117, 2, 'info', 'Scanned contents of 1174 additional files at 9.48 per second'),
(335, 1779020102.912601, 2, 'info', 'Scanned contents of 1187 additional files at 9.51 per second'),
(336, 1779020103.932427, 2, 'info', 'Scanned contents of 1192 additional files at 9.47 per second'),
(337, 1779020104.937866, 2, 'info', 'Scanned contents of 1203 additional files at 9.48 per second'),
(338, 1779020106.030593, 2, 'info', 'Scanned contents of 1218 additional files at 9.52 per second'),
(339, 1779020107.101804, 2, 'info', 'Scanned contents of 1230 additional files at 9.53 per second'),
(340, 1779020108.193871, 2, 'info', 'Scanned contents of 1240 additional files at 9.53 per second'),
(341, 1779020109.282015, 2, 'info', 'Scanned contents of 1251 additional files at 9.54 per second'),
(342, 1779020110.296667, 2, 'info', 'Scanned contents of 1262 additional files at 9.55 per second'),
(343, 1779020111.328170, 2, 'info', 'Scanned contents of 1277 additional files at 9.58 per second'),
(344, 1779020112.330119, 2, 'info', 'Scanned contents of 1284 additional files at 9.57 per second'),
(345, 1779020113.501828, 2, 'info', 'Scanned contents of 1295 additional files at 9.56 per second'),
(346, 1779020114.548597, 2, 'info', 'Scanned contents of 1306 additional files at 9.57 per second'),
(347, 1779020115.583287, 2, 'info', 'Scanned contents of 1324 additional files at 9.63 per second'),
(348, 1779020116.601028, 2, 'info', 'Scanned contents of 1339 additional files at 9.67 per second'),
(349, 1779020117.654535, 2, 'info', 'Scanned contents of 1349 additional files at 9.67 per second'),
(350, 1779020118.714173, 2, 'info', 'Scanned contents of 1361 additional files at 9.68 per second'),
(351, 1779020119.733425, 2, 'info', 'Scanned contents of 1367 additional files at 9.65 per second'),
(352, 1779020120.866316, 2, 'info', 'Scanned contents of 1376 additional files at 9.64 per second'),
(353, 1779020121.944596, 2, 'info', 'Scanned contents of 1388 additional files at 9.65 per second'),
(354, 1779020122.949782, 2, 'info', 'Scanned contents of 1396 additional files at 9.64 per second'),
(355, 1779020123.979960, 2, 'info', 'Scanned contents of 1408 additional files at 9.65 per second'),
(356, 1779020125.067875, 2, 'info', 'Scanned contents of 1419 additional files at 9.66 per second'),
(357, 1779020126.146352, 2, 'info', 'Scanned contents of 1430 additional files at 9.66 per second'),
(358, 1779020128.429320, 2, 'info', 'Scanned contents of 1439 additional files at 9.57 per second'),
(359, 1779020129.445702, 2, 'info', 'Scanned contents of 1446 additional files at 9.55 per second'),
(360, 1779020130.474922, 2, 'info', 'Scanned contents of 1454 additional files at 9.54 per second'),
(361, 1779020131.505182, 2, 'info', 'Scanned contents of 1466 additional files at 9.56 per second'),
(362, 1779020132.507106, 2, 'info', 'Scanned contents of 1478 additional files at 9.57 per second'),
(363, 1779020134.833888, 2, 'info', 'Scanned contents of 1484 additional files at 9.47 per second'),
(364, 1779020135.973345, 2, 'info', 'Scanned contents of 1494 additional files at 9.46 per second'),
(365, 1779020137.088531, 2, 'info', 'Scanned contents of 1503 additional files at 9.45 per second'),
(366, 1779020138.163508, 2, 'info', 'Scanned contents of 1518 additional files at 9.48 per second'),
(367, 1779020139.166902, 2, 'info', 'Scanned contents of 1533 additional files at 9.52 per second'),
(368, 1779020140.193591, 2, 'info', 'Scanned contents of 1540 additional files at 9.50 per second'),
(369, 1779020141.241123, 2, 'info', 'Scanned contents of 1550 additional files at 9.50 per second'),
(370, 1779020142.362475, 2, 'info', 'Scanned contents of 1556 additional files at 9.47 per second'),
(371, 1779020143.411952, 2, 'info', 'Scanned contents of 1568 additional files at 9.49 per second'),
(372, 1779020144.501392, 2, 'info', 'Scanned contents of 1580 additional files at 9.50 per second'),
(373, 1779020145.527584, 2, 'info', 'Scanned contents of 1591 additional files at 9.50 per second'),
(374, 1779020146.649716, 2, 'info', 'Scanned contents of 1602 additional files at 9.50 per second'),
(375, 1779020147.658304, 2, 'info', 'Scanned contents of 1615 additional files at 9.52 per second'),
(376, 1779020148.753738, 2, 'info', 'Scanned contents of 1630 additional files at 9.55 per second'),
(377, 1779020149.842226, 2, 'info', 'Scanned contents of 1642 additional files at 9.56 per second'),
(378, 1779020150.944161, 2, 'info', 'Scanned contents of 1658 additional files at 9.59 per second'),
(379, 1779020151.988815, 2, 'info', 'Scanned contents of 1668 additional files at 9.59 per second'),
(380, 1779020153.092712, 2, 'info', 'Scanned contents of 1679 additional files at 9.59 per second'),
(381, 1779020154.147028, 2, 'info', 'Scanned contents of 1693 additional files at 9.62 per second'),
(382, 1779020155.204092, 2, 'info', 'Scanned contents of 1704 additional files at 9.62 per second'),
(383, 1779020156.250621, 2, 'info', 'Scanned contents of 1710 additional files at 9.60 per second'),
(384, 1779020157.329756, 2, 'info', 'Scanned contents of 1721 additional files at 9.60 per second'),
(385, 1779020158.534808, 2, 'info', 'Scanned contents of 1737 additional files at 9.63 per second'),
(386, 1779020158.774588, 2, 'info', 'Scanned contents of 1741 additional files at 9.64 per second'),
(387, 1779020158.777392, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(388, 1779020158.781664, 2, 'info', 'Checking 167 host keys against Wordfence scanning servers.'),
(389, 1779020159.624313, 2, 'info', 'Done host key check.'),
(390, 1779020159.661866, 2, 'info', 'Done file contents scan'),
(391, 1779020159.664911, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(392, 1779020159.676571, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(393, 1779020159.688254, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(394, 1779020159.693930, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(395, 1779020159.705571, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(396, 1779020160.077142, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(397, 1779020160.079080, 2, 'info', 'Checking 14 host keys against Wordfence scanning servers.'),
(398, 1779020160.894717, 2, 'info', 'Done host key check.'),
(399, 1779020160.899208, 2, 'info', 'Done examining URLs'),
(400, 1779020160.928805, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(401, 1779020160.941704, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(402, 1779020161.021301, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(403, 1779020161.035054, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(404, 1779020161.041996, 2, 'info', 'Starting password strength check on 1 user.'),
(405, 1779020161.776562, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(406, 1779020161.788978, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(407, 1779020176.307350, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(408, 1779020176.319493, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(409, 1779020177.144212, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(410, 1779020177.157066, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(411, 1779020177.198004, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(412, 1779020177.201037, 2, 'info', 'Done examining URLs'),
(413, 1779020177.233865, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(414, 1779020177.244169, 1, 'info', '-------------------'),
(415, 1779020177.246662, 2, 'info', 'Wordfence used 30 MB of memory for scan. Server peak memory usage was: 156 MB'),
(416, 1779020177.252094, 1, 'info', 'Scan Complete. Scanned 15249 files, 15 plugins, 6 themes, 48 posts, 0 comments and 2986 URLs in 5 minutes 25 seconds.'),
(417, 1779020177.254081, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wftrafficrates`
--

CREATE TABLE `wp_393a933460_wftrafficrates` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wfwaffailures`
--

CREATE TABLE `wp_393a933460_wfwaffailures` (
  `id` int(10) UNSIGNED NOT NULL,
  `throwable` text NOT NULL,
  `rule_id` int(10) UNSIGNED DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_wpaas_activity_log`
--

CREATE TABLE `wp_393a933460_wpaas_activity_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `activity` text NOT NULL,
  `timestamp` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_wpaas_activity_log`
--

INSERT INTO `wp_393a933460_wpaas_activity_log` (`id`, `user_id`, `activity`, `timestamp`) VALUES
(47859, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 20:28:50'),
(47860, 0, 'Fetch feature flags from API', '2026-04-25 21:01:29'),
(47861, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 21:01:29'),
(47862, 0, 'Fetch feature flags from API', '2026-04-25 21:32:26'),
(47863, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 21:32:26'),
(47864, 0, 'Fetch feature flags from API', '2026-04-25 22:04:19'),
(47865, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 22:04:20'),
(47866, 0, 'Fetch feature flags from API', '2026-04-25 22:36:26'),
(47867, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 22:36:26'),
(47868, 0, 'Fetch feature flags from API', '2026-04-25 23:08:27'),
(47869, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 23:08:27'),
(47870, 0, 'Fetch feature flags from API', '2026-04-25 23:40:52'),
(47871, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-25 23:40:53'),
(47872, 0, 'Fetch feature flags from API', '2026-04-26 00:13:50'),
(47873, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 00:13:50'),
(47874, 0, 'Fetch feature flags from API', '2026-04-26 00:44:01'),
(47875, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 00:44:01'),
(47876, 0, 'Fetch feature flags from API', '2026-04-26 01:18:20'),
(47877, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 01:18:20'),
(47878, 0, 'Fetch feature flags from API', '2026-04-26 01:48:24'),
(47879, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 01:48:24'),
(47880, 0, 'Fetch feature flags from API', '2026-04-26 02:18:43'),
(47881, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 02:18:43'),
(47882, 0, 'Fetch feature flags from API', '2026-04-26 02:48:56'),
(47883, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 02:48:57'),
(47884, 0, 'Fetch feature flags from API', '2026-04-26 03:21:02'),
(47885, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 03:21:02'),
(47886, 0, 'Fetch feature flags from API', '2026-04-26 03:53:24'),
(47887, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 03:53:24'),
(47888, 0, 'Fetch feature flags from API', '2026-04-26 04:28:35'),
(47889, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 04:28:35'),
(47890, 0, 'Fetch feature flags from API', '2026-04-26 04:59:00'),
(47891, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 04:59:00'),
(47892, 0, 'Fetch feature flags from API', '2026-04-26 05:33:05'),
(47893, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 05:33:06'),
(47894, 0, 'Fetch feature flags from API', '2026-04-26 06:03:34'),
(47895, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 06:03:35'),
(47896, 0, 'Fetch feature flags from API', '2026-04-26 06:33:36'),
(47897, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 06:33:36'),
(47898, 0, 'Fetch feature flags from API', '2026-04-26 07:03:41'),
(47899, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 07:03:41'),
(47900, 0, 'Fetch feature flags from API', '2026-04-26 07:38:12'),
(47901, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 07:38:12'),
(47902, 0, 'Fetch feature flags from API', '2026-04-26 08:08:15'),
(47903, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 08:08:15'),
(47904, 0, 'Fetch feature flags from API', '2026-04-26 08:39:02'),
(47905, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 08:39:02'),
(47906, 0, 'Fetch feature flags from API', '2026-04-26 09:09:03'),
(47907, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 09:09:03'),
(47908, 0, 'CRON purge events', '2026-04-26 09:38:57'),
(47909, 0, 'Fetch feature flags from API', '2026-04-26 09:48:31'),
(47910, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 09:48:31'),
(47911, 0, 'Fetch feature flags from API', '2026-04-26 10:18:40'),
(47912, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 10:18:40'),
(47913, 0, 'Fetch feature flags from API', '2026-04-26 10:53:53'),
(47914, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 10:53:53'),
(47915, 0, 'Fetch feature flags from API', '2026-04-26 11:23:54'),
(47916, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 11:23:54'),
(47917, 0, 'Fetch feature flags from API', '2026-04-26 11:54:28'),
(47918, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 11:54:28'),
(47919, 0, 'Fetch feature flags from API', '2026-04-26 12:28:39'),
(47920, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 12:28:39'),
(47921, 0, 'Fetch feature flags from API', '2026-04-26 12:58:40'),
(47922, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 12:58:40'),
(47923, 0, 'Fetch feature flags from API', '2026-04-26 13:29:02'),
(47924, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 13:29:02'),
(47925, 0, 'Fetch feature flags from API', '2026-04-26 14:01:59'),
(47926, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 14:02:00'),
(47927, 0, 'Fetch feature flags from API', '2026-04-26 14:32:41'),
(47928, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 14:32:41'),
(47929, 0, 'Fetch feature flags from API', '2026-04-26 15:03:03'),
(47930, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 15:03:03'),
(47931, 0, 'Fetch feature flags from API', '2026-04-26 15:33:09'),
(47932, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 15:33:09'),
(47933, 0, 'Fetch feature flags from API', '2026-04-26 16:03:27'),
(47934, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 16:03:27'),
(47935, 0, 'Fetch feature flags from API', '2026-04-26 16:33:36'),
(47936, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 16:33:36'),
(47937, 0, 'Fetch feature flags from API', '2026-04-26 17:06:57'),
(47938, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 17:06:57'),
(47939, 0, 'Fetch feature flags from API', '2026-04-26 17:39:00'),
(47940, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 17:39:00'),
(47941, 0, 'Fetch feature flags from API', '2026-04-26 18:09:46'),
(47942, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 18:09:47'),
(47943, 0, 'Fetch feature flags from API', '2026-04-26 18:43:03'),
(47944, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 18:43:03'),
(47945, 0, 'Fetch feature flags from API', '2026-04-26 19:13:06'),
(47946, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 19:13:06'),
(47947, 0, 'Fetch feature flags from API', '2026-04-26 19:43:27'),
(47948, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 19:43:27'),
(47949, 0, 'Fetch feature flags from API', '2026-04-26 20:14:57'),
(47950, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 20:14:57'),
(47951, 0, 'Fetch feature flags from API', '2026-04-26 20:48:35'),
(47952, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 20:48:35'),
(47953, 0, 'Fetch feature flags from API', '2026-04-26 21:22:42'),
(47954, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 21:22:43'),
(47955, 0, 'Fetch feature flags from API', '2026-04-26 21:53:49'),
(47956, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 21:53:49'),
(47957, 0, 'Fetch feature flags from API', '2026-04-26 22:23:59'),
(47958, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 22:23:59'),
(47959, 0, 'Fetch feature flags from API', '2026-04-26 22:54:00'),
(47960, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 22:54:00'),
(47961, 0, 'Fetch feature flags from API', '2026-04-26 23:27:38'),
(47962, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 23:27:38'),
(47963, 0, 'Fetch feature flags from API', '2026-04-26 23:58:29'),
(47964, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-26 23:58:29'),
(47965, 0, 'Fetch feature flags from API', '2026-04-27 00:28:46'),
(47966, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 00:28:46'),
(47967, 0, 'Fetch feature flags from API', '2026-04-27 00:58:51'),
(47968, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 00:58:51'),
(47969, 0, 'Fetch feature flags from API', '2026-04-27 01:33:27'),
(47970, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 01:33:27'),
(47971, 0, 'Fetch feature flags from API', '2026-04-27 02:03:40'),
(47972, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 02:03:40'),
(47973, 0, 'Fetch feature flags from API', '2026-04-27 02:33:54'),
(47974, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 02:33:55'),
(47975, 0, 'Fetch feature flags from API', '2026-04-27 03:08:15'),
(47976, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 03:08:15'),
(47977, 0, 'Fetch feature flags from API', '2026-04-27 03:38:35'),
(47978, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 03:38:35'),
(47979, 0, 'Fetch feature flags from API', '2026-04-27 04:08:45'),
(47980, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 04:08:45'),
(47981, 0, 'Fetch feature flags from API', '2026-04-27 04:38:52'),
(47982, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 04:38:52'),
(47983, 0, 'Fetch feature flags from API', '2026-04-27 05:08:53'),
(47984, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 05:08:54'),
(47985, 0, 'Fetch feature flags from API', '2026-04-27 05:41:51'),
(47986, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 05:41:51'),
(47987, 0, 'Fetch feature flags from API', '2026-04-27 06:13:05'),
(47988, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 06:13:05'),
(47989, 0, 'Fetch feature flags from API', '2026-04-27 06:43:06'),
(47990, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 06:43:06'),
(47991, 0, 'Fetch feature flags from API', '2026-04-27 07:13:22'),
(47992, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 07:13:22'),
(47993, 0, 'Fetch feature flags from API', '2026-04-27 07:43:25'),
(47994, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 07:43:25'),
(47995, 0, 'Fetch feature flags from API', '2026-04-27 08:18:37'),
(47996, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 08:18:37'),
(47997, 0, 'Fetch feature flags from API', '2026-04-27 08:48:38'),
(47998, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 08:48:38'),
(47999, 0, 'Fetch feature flags from API', '2026-04-27 09:18:49'),
(48000, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 09:18:50'),
(48001, 0, 'CRON purge events', '2026-04-27 09:38:23'),
(48002, 0, 'Fetch feature flags from API', '2026-04-27 09:53:59'),
(48003, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 09:53:59'),
(48004, 0, 'Fetch feature flags from API', '2026-04-27 10:28:16'),
(48005, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 10:28:16'),
(48006, 0, 'Fetch feature flags from API', '2026-04-27 10:58:26'),
(48007, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 10:58:26'),
(48008, 0, 'Fetch feature flags from API', '2026-04-27 11:28:41'),
(48009, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 11:28:41'),
(48010, 0, 'Fetch feature flags from API', '2026-04-27 12:02:07'),
(48011, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 12:02:07'),
(48012, 0, 'Fetch feature flags from API', '2026-04-27 12:33:26'),
(48013, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 12:33:26'),
(48014, 0, 'Fetch feature flags from API', '2026-04-27 13:03:39'),
(48015, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 13:03:39'),
(48016, 0, 'Fetch feature flags from API', '2026-04-27 13:38:07'),
(48017, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 13:38:08'),
(48018, 0, 'Fetch feature flags from API', '2026-04-27 14:13:24'),
(48019, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 14:13:24'),
(48020, 0, 'Fetch feature flags from API', '2026-04-27 14:43:51'),
(48021, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 14:43:51'),
(48022, 0, 'Fetch feature flags from API', '2026-04-27 15:16:33'),
(48023, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 15:16:33'),
(48024, 0, 'Fetch feature flags from API', '2026-04-27 15:50:24'),
(48025, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 15:50:24'),
(48026, 0, 'Fetch feature flags from API', '2026-04-27 16:23:27'),
(48027, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 16:23:27'),
(48028, 0, 'Fetch feature flags from API', '2026-04-27 16:53:39'),
(48029, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 16:53:39'),
(48030, 0, 'Fetch feature flags from API', '2026-04-27 17:23:52'),
(48031, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 17:23:52'),
(48032, 0, 'Fetch feature flags from API', '2026-04-27 17:56:21'),
(48033, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 17:56:21'),
(48034, 0, 'Fetch feature flags from API', '2026-04-27 18:28:48'),
(48035, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 18:28:49'),
(48036, 0, 'Fetch feature flags from API', '2026-04-27 19:03:58'),
(48037, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 19:03:58'),
(48038, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.118.144.190\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-04-27 19:18:36'),
(48039, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: genesiswa.com', '2026-04-27 19:18:36'),
(48040, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: e2n.962.myftpupload.com', '2026-04-27 19:18:36'),
(48041, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 19:18:38'),
(48042, 0, 'CDN flush cache call. status: SUCCESS invalidation_id: 3CxBoizPwibu5D3NvMwXDVwcj1l', '2026-04-27 19:18:38'),
(48043, 0, 'Fetch feature flags from API', '2026-04-27 19:33:59'),
(48044, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 19:33:59'),
(48045, 0, 'Fetch feature flags from API', '2026-04-27 20:06:20'),
(48046, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 20:06:20'),
(48047, 0, 'Fetch feature flags from API', '2026-04-27 20:43:29'),
(48048, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 20:43:30'),
(48049, 0, 'Fetch feature flags from API', '2026-04-27 21:13:32'),
(48050, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 21:13:32'),
(48051, 0, 'Fetch feature flags from API', '2026-04-27 21:43:51'),
(48052, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 21:43:52'),
(48053, 0, 'Fetch feature flags from API', '2026-04-27 22:15:44'),
(48054, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 22:15:44'),
(48055, 0, 'Fetch feature flags from API', '2026-04-27 22:47:51'),
(48056, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 22:47:52'),
(48057, 0, 'Fetch feature flags from API', '2026-04-27 23:19:07'),
(48058, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 23:19:07'),
(48059, 0, 'Fetch feature flags from API', '2026-04-27 23:50:07'),
(48060, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-27 23:50:07'),
(48061, 0, 'Fetch feature flags from API', '2026-04-28 00:20:47'),
(48062, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 00:20:47'),
(48063, 0, 'Fetch feature flags from API', '2026-04-28 00:51:55'),
(48064, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 00:51:55'),
(48065, 0, 'Fetch feature flags from API', '2026-04-28 01:23:45'),
(48066, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 01:23:45'),
(48067, 0, 'Fetch feature flags from API', '2026-04-28 01:58:38'),
(48068, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 01:58:38'),
(48069, 0, 'Fetch feature flags from API', '2026-04-28 02:28:52'),
(48070, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 02:28:52'),
(48071, 0, 'Fetch feature flags from API', '2026-04-28 02:59:27'),
(48072, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 02:59:27'),
(48073, 0, 'Fetch feature flags from API', '2026-04-28 03:33:24'),
(48074, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 03:33:24'),
(48075, 0, 'Fetch feature flags from API', '2026-04-28 04:03:39'),
(48076, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 04:03:39'),
(48077, 0, 'Fetch feature flags from API', '2026-04-28 04:33:46'),
(48078, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 04:33:46'),
(48079, 0, 'Fetch feature flags from API', '2026-04-28 05:03:56'),
(48080, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 05:03:56'),
(48081, 0, 'Fetch feature flags from API', '2026-04-28 05:35:21'),
(48082, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 05:35:21'),
(48083, 0, 'Fetch feature flags from API', '2026-04-28 06:07:51'),
(48084, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 06:07:51'),
(48085, 0, 'Fetch feature flags from API', '2026-04-28 06:38:03'),
(48086, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 06:38:03'),
(48087, 0, 'Fetch feature flags from API', '2026-04-28 07:08:28'),
(48088, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 07:08:28'),
(48089, 0, 'Fetch feature flags from API', '2026-04-28 07:38:44'),
(48090, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 07:38:44'),
(48091, 0, 'Fetch feature flags from API', '2026-04-28 08:09:02'),
(48092, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 08:09:02'),
(48093, 0, 'Fetch feature flags from API', '2026-04-28 08:42:21'),
(48094, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 08:42:21'),
(48095, 0, 'Fetch feature flags from API', '2026-04-28 09:18:23'),
(48096, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 09:18:23'),
(48097, 0, 'CRON purge events', '2026-04-28 09:39:32'),
(48098, 0, 'Fetch feature flags from API', '2026-04-28 09:51:51'),
(48099, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 09:51:51'),
(48100, 0, 'Fetch feature flags from API', '2026-04-28 10:23:47'),
(48101, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 10:23:47'),
(48102, 0, 'Fetch feature flags from API', '2026-04-28 10:58:21'),
(48103, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 10:58:21'),
(48104, 0, 'Fetch feature flags from API', '2026-04-28 11:28:26'),
(48105, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 11:28:26'),
(48106, 0, 'Fetch feature flags from API', '2026-04-28 11:58:38'),
(48107, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 11:58:38'),
(48108, 0, 'Fetch feature flags from API', '2026-04-28 12:28:42'),
(48109, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 12:28:42'),
(48110, 0, 'Fetch feature flags from API', '2026-04-28 12:58:50'),
(48111, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 12:58:50'),
(48112, 0, 'Fetch feature flags from API', '2026-04-28 13:29:45'),
(48113, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 13:29:45'),
(48114, 0, 'Fetch feature flags from API', '2026-04-28 14:03:43'),
(48115, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 14:03:43'),
(48116, 0, 'Fetch feature flags from API', '2026-04-28 14:38:36'),
(48117, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 14:38:36'),
(48118, 0, 'Fetch feature flags from API', '2026-04-28 15:09:00'),
(48119, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 15:09:00'),
(48120, 0, 'Fetch feature flags from API', '2026-04-28 15:40:08'),
(48121, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 15:40:08'),
(48122, 0, 'Fetch feature flags from API', '2026-04-28 16:13:45'),
(48123, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 16:13:45'),
(48124, 0, 'Fetch feature flags from API', '2026-04-28 16:44:05'),
(48125, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 16:44:05'),
(48126, 0, 'Fetch feature flags from API', '2026-04-28 17:14:38'),
(48127, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 17:14:38'),
(48128, 0, 'Fetch feature flags from API', '2026-04-28 17:48:21'),
(48129, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 17:48:21'),
(48130, 0, 'Fetch feature flags from API', '2026-04-28 18:23:56'),
(48131, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 18:23:56'),
(48132, 0, 'Fetch feature flags from API', '2026-04-28 18:54:04'),
(48133, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 18:54:05'),
(48134, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.118.144.190\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-04-28 19:19:47'),
(48135, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: genesiswa.com', '2026-04-28 19:19:47'),
(48136, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: e2n.962.myftpupload.com', '2026-04-28 19:19:48'),
(48137, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 19:19:49'),
(48138, 0, 'CDN flush cache call. status: SUCCESS invalidation_id: 3D015PIiNfkRUk6rZUxt7QHWxQn', '2026-04-28 19:19:49'),
(48139, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.118.144.190\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-04-28 19:20:07'),
(48140, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: genesiswa.com', '2026-04-28 19:20:07'),
(48141, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: e2n.962.myftpupload.com', '2026-04-28 19:20:07'),
(48142, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 429', '2026-04-28 19:20:07'),
(48143, 0, 'CDN flush cache call. status: FAIL', '2026-04-28 19:20:07'),
(48144, 0, 'Fetch feature flags from API', '2026-04-28 19:24:58'),
(48145, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 19:24:59'),
(48146, 0, 'Fetch feature flags from API', '2026-04-28 19:57:22'),
(48147, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 19:57:22'),
(48148, 0, 'Fetch feature flags from API', '2026-04-28 20:27:48'),
(48149, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 20:27:48'),
(48150, 0, 'Fetch feature flags from API', '2026-04-28 20:59:01'),
(48151, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 20:59:01'),
(48152, 0, 'Fetch feature flags from API', '2026-04-28 21:32:52'),
(48153, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 21:32:52'),
(48154, 0, 'Fetch feature flags from API', '2026-04-28 22:03:12'),
(48155, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 22:03:13'),
(48156, 0, 'Fetch feature flags from API', '2026-04-28 22:37:00'),
(48157, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 22:37:01'),
(48158, 0, 'Fetch feature flags from API', '2026-04-28 23:08:29'),
(48159, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 23:08:30'),
(48160, 0, 'Fetch feature flags from API', '2026-04-28 23:38:39'),
(48161, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-28 23:38:39'),
(48162, 0, 'Fetch feature flags from API', '2026-04-29 00:08:44'),
(48163, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 00:08:44'),
(48164, 0, 'Fetch feature flags from API', '2026-04-29 00:38:47'),
(48165, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 00:38:47'),
(48166, 0, 'Fetch feature flags from API', '2026-04-29 01:13:51'),
(48167, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 01:13:51'),
(48168, 0, 'Fetch feature flags from API', '2026-04-29 01:46:27'),
(48169, 0, 'Fetch feature flags from API', '2026-04-29 01:46:27'),
(48170, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 01:46:27'),
(48171, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 01:46:27'),
(48172, 0, 'Fetch feature flags from API', '2026-04-29 01:46:27'),
(48173, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 01:46:27'),
(48174, 0, 'Fetch feature flags from API', '2026-04-29 01:46:27'),
(48175, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 01:46:28'),
(48176, 0, 'Fetch feature flags from API', '2026-04-29 02:18:42'),
(48177, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 02:18:42'),
(48178, 0, 'Fetch feature flags from API', '2026-04-29 02:48:59'),
(48179, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 02:49:00'),
(48180, 0, 'Fetch feature flags from API', '2026-04-29 03:19:03'),
(48181, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 03:19:03'),
(48182, 0, 'Fetch feature flags from API', '2026-04-29 03:52:05'),
(48183, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 03:52:06'),
(48184, 0, 'Fetch feature flags from API', '2026-04-29 04:23:53'),
(48185, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 04:23:53'),
(48186, 0, 'Fetch feature flags from API', '2026-04-29 04:57:36'),
(48187, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 04:57:37'),
(48188, 0, 'Fetch feature flags from API', '2026-04-29 05:29:30'),
(48189, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 05:29:30'),
(48190, 0, 'Fetch feature flags from API', '2026-04-29 06:02:05'),
(48191, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 06:02:05'),
(48192, 0, 'Fetch feature flags from API', '2026-04-29 06:33:25'),
(48193, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 06:33:25'),
(48194, 0, 'Fetch feature flags from API', '2026-04-29 07:08:34'),
(48195, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 07:08:34'),
(48196, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.118.144.190\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-04-29 07:19:19'),
(48197, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: genesiswa.com', '2026-04-29 07:19:19'),
(48198, 0, 'Gateway cache purge success code: 200, target: http://100.118.144.190/(.*), Host: e2n.962.myftpupload.com', '2026-04-29 07:19:19'),
(48199, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 07:19:20'),
(48200, 0, 'CDN flush cache call. status: SUCCESS invalidation_id: 3D1QaVUJsqEWgQmjFfY9Xcb4BOE', '2026-04-29 07:19:20'),
(48201, 0, 'Fetch feature flags from API', '2026-04-29 07:38:44'),
(48202, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 07:38:44'),
(48203, 0, 'Fetch feature flags from API', '2026-04-29 08:08:54'),
(48204, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 08:08:54'),
(48205, 0, 'Fetch feature flags from API', '2026-04-29 08:39:00'),
(48206, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 08:39:00'),
(48207, 0, 'Fetch feature flags from API', '2026-04-29 09:18:09'),
(48208, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 09:18:09'),
(48209, 0, 'CRON purge events', '2026-04-29 09:39:53'),
(48210, 0, 'Fetch feature flags from API', '2026-04-29 09:48:29'),
(48211, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 09:48:29'),
(48212, 0, 'Fetch feature flags from API', '2026-04-29 10:18:31'),
(48213, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 10:18:31'),
(48214, 0, 'Fetch feature flags from API', '2026-04-29 10:48:39'),
(48215, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 10:48:39'),
(48216, 0, 'Fetch feature flags from API', '2026-04-29 11:21:56'),
(48217, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 11:21:56'),
(48218, 0, 'Fetch feature flags from API', '2026-04-29 11:53:43'),
(48219, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 11:53:43'),
(48220, 0, 'Fetch feature flags from API', '2026-04-29 12:23:55'),
(48221, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 12:23:55'),
(48222, 0, 'Fetch feature flags from API', '2026-04-29 12:54:13'),
(48223, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 12:54:14'),
(48224, 0, 'Fetch feature flags from API', '2026-04-29 13:32:56'),
(48225, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 13:32:56'),
(48226, 0, 'Fetch feature flags from API', '2026-04-29 14:03:25'),
(48227, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: ', '2026-04-29 14:03:28'),
(48228, 0, 'Fetch feature flags from API', '2026-04-29 14:36:53'),
(48229, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 14:36:54'),
(48230, 0, 'Fetch feature flags from API', '2026-04-29 15:07:11'),
(48231, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 15:07:11'),
(48232, 0, 'Fetch feature flags from API', '2026-04-29 15:38:45'),
(48233, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 15:38:45'),
(48234, 0, 'Fetch feature flags from API', '2026-04-29 16:11:46'),
(48235, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 16:11:47'),
(48236, 0, 'Fetch feature flags from API', '2026-04-29 16:41:48'),
(48237, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 16:41:48'),
(48238, 0, 'Fetch feature flags from API', '2026-04-29 17:13:46'),
(48239, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 17:13:46'),
(48240, 0, 'Fetch feature flags from API', '2026-04-29 17:43:54'),
(48241, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 17:43:54'),
(48242, 0, 'Fetch feature flags from API', '2026-04-29 18:18:07'),
(48243, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 18:18:07'),
(48244, 0, 'Fetch feature flags from API', '2026-04-29 18:48:37'),
(48245, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 18:48:37'),
(48246, 0, 'Fetch feature flags from API', '2026-04-29 19:18:56'),
(48247, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 19:18:56'),
(48248, 0, 'Fetch feature flags from API', '2026-04-29 19:49:19'),
(48249, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 19:49:19'),
(48250, 0, 'Fetch feature flags from API', '2026-04-29 20:23:48'),
(48251, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 20:23:48'),
(48252, 0, 'Fetch feature flags from API', '2026-04-29 20:54:03'),
(48253, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 20:54:03'),
(48254, 0, 'Fetch feature flags from API', '2026-04-29 21:33:22'),
(48255, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 21:33:22'),
(48256, 0, 'Fetch feature flags from API', '2026-04-29 22:05:51'),
(48257, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 22:05:51'),
(48258, 0, 'Fetch feature flags from API', '2026-04-29 22:38:31'),
(48259, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 22:38:31'),
(48260, 0, 'Fetch feature flags from API', '2026-04-29 23:13:39'),
(48261, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 23:13:39'),
(48262, 0, 'Fetch feature flags from API', '2026-04-29 23:48:50'),
(48263, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-29 23:48:50'),
(48264, 0, 'Fetch feature flags from API', '2026-04-30 00:18:51'),
(48265, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 00:18:51'),
(48266, 0, 'Fetch feature flags from API', '2026-04-30 00:48:59'),
(48267, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 00:48:59'),
(48268, 0, 'Fetch feature flags from API', '2026-04-30 01:28:27'),
(48269, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 01:28:27'),
(48270, 0, 'Fetch feature flags from API', '2026-04-30 01:58:36'),
(48271, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 01:58:37'),
(48272, 0, 'Fetch feature flags from API', '2026-04-30 02:33:49'),
(48273, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 02:33:49'),
(48274, 0, 'Fetch feature flags from API', '2026-04-30 03:08:57'),
(48275, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 03:08:58');
INSERT INTO `wp_393a933460_wpaas_activity_log` (`id`, `user_id`, `activity`, `timestamp`) VALUES
(48276, 0, 'Fetch feature flags from API', '2026-04-30 03:43:15'),
(48277, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 03:43:15'),
(48278, 0, 'Fetch feature flags from API', '2026-04-30 04:13:26'),
(48279, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 04:13:26'),
(48280, 0, 'Fetch feature flags from API', '2026-04-30 04:46:30'),
(48281, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 04:46:30'),
(48282, 0, 'Fetch feature flags from API', '2026-04-30 05:16:47'),
(48283, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 05:16:47'),
(48284, 0, 'Fetch feature flags from API', '2026-04-30 05:48:42'),
(48285, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 05:48:42'),
(48286, 0, 'Fetch feature flags from API', '2026-04-30 06:20:22'),
(48287, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 06:20:22'),
(48288, 0, 'Fetch feature flags from API', '2026-04-30 06:51:36'),
(48289, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 06:51:36'),
(48290, 0, 'Fetch feature flags from API', '2026-04-30 07:23:40'),
(48291, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 07:23:40'),
(48292, 0, 'Fetch feature flags from API', '2026-04-30 07:55:22'),
(48293, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 07:55:22'),
(48294, 0, 'Fetch feature flags from API', '2026-04-30 08:27:24'),
(48295, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 08:27:25'),
(48296, 0, 'Fetch feature flags from API', '2026-04-30 09:01:07'),
(48297, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 09:01:07'),
(48298, 0, 'Fetch feature flags from API', '2026-04-30 09:33:38'),
(48299, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 09:33:38'),
(48300, 0, 'CRON purge events', '2026-04-30 09:38:49'),
(48301, 0, 'Fetch feature flags from API', '2026-04-30 10:08:45'),
(48302, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 10:08:46'),
(48303, 0, 'Fetch feature flags from API', '2026-04-30 10:38:47'),
(48304, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 10:38:47'),
(48305, 0, 'Fetch feature flags from API', '2026-04-30 11:08:48'),
(48306, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 11:08:48'),
(48307, 0, 'Fetch feature flags from API', '2026-04-30 11:43:58'),
(48308, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 11:43:59'),
(48309, 0, 'Fetch feature flags from API', '2026-04-30 12:18:57'),
(48310, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 12:18:57'),
(48311, 0, 'Fetch feature flags from API', '2026-04-30 12:53:10'),
(48312, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 12:53:10'),
(48313, 0, 'Fetch feature flags from API', '2026-04-30 13:27:53'),
(48314, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 13:27:53'),
(48315, 0, 'Fetch feature flags from API', '2026-04-30 13:58:35'),
(48316, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 13:58:35'),
(48317, 0, 'Fetch feature flags from API', '2026-04-30 14:33:43'),
(48318, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 14:33:43'),
(48319, 0, 'Fetch feature flags from API', '2026-04-30 15:08:22'),
(48320, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 15:08:23'),
(48321, 0, 'Fetch feature flags from API', '2026-04-30 15:38:42'),
(48322, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 15:38:42'),
(48323, 0, 'Fetch feature flags from API', '2026-04-30 16:13:32'),
(48324, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 16:13:33'),
(48325, 0, 'Fetch feature flags from API', '2026-04-30 16:43:41'),
(48326, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 16:43:41'),
(48327, 0, 'Fetch feature flags from API', '2026-04-30 17:13:45'),
(48328, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 17:13:45'),
(48329, 0, 'Fetch feature flags from API', '2026-04-30 17:44:48'),
(48330, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 17:44:49'),
(48331, 0, 'Fetch feature flags from API', '2026-04-30 18:18:49'),
(48332, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 18:18:50'),
(48333, 0, 'Fetch feature flags from API', '2026-04-30 18:53:55'),
(48334, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 18:53:55'),
(48335, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.117.187.69\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-04-30 19:19:29'),
(48336, 0, 'Gateway cache purge success code: 200, target: http://100.117.187.69/(.*), Host: genesiswa.com', '2026-04-30 19:19:29'),
(48337, 0, 'Gateway cache purge success code: 200, target: http://100.117.187.69/(.*), Host: e2n.962.myftpupload.com', '2026-04-30 19:19:29'),
(48338, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 19:19:31'),
(48339, 0, 'CDN flush cache call. status: SUCCESS invalidation_id: 3D5fIUEMvd0ExvWytTzuW8thoP1', '2026-04-30 19:19:31'),
(48340, 0, 'Fetch feature flags from API', '2026-04-30 19:23:56'),
(48341, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 19:23:56'),
(48342, 0, 'Fetch feature flags from API', '2026-04-30 19:54:57'),
(48343, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 19:54:57'),
(48344, 0, 'Fetch feature flags from API', '2026-04-30 20:28:22'),
(48345, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 20:28:22'),
(48346, 0, 'Fetch feature flags from API', '2026-04-30 20:58:52'),
(48347, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 20:58:52'),
(48348, 0, 'Fetch feature flags from API', '2026-04-30 21:32:09'),
(48349, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 21:32:09'),
(48350, 0, 'Fetch feature flags from API', '2026-04-30 22:04:01'),
(48351, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 22:04:01'),
(48352, 0, 'Fetch feature flags from API', '2026-04-30 22:40:02'),
(48353, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 22:40:02'),
(48354, 0, 'Fetch feature flags from API', '2026-04-30 23:12:02'),
(48355, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 23:12:03'),
(48356, 0, 'Fetch feature flags from API', '2026-04-30 23:45:25'),
(48357, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-04-30 23:45:25'),
(48358, 0, 'Fetch feature flags from API', '2026-05-01 00:17:59'),
(48359, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 00:17:59'),
(48360, 0, 'Fetch feature flags from API', '2026-05-01 00:48:50'),
(48361, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 00:48:50'),
(48362, 0, 'Fetch feature flags from API', '2026-05-01 01:18:54'),
(48363, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 01:18:54'),
(48364, 0, 'Fetch feature flags from API', '2026-05-01 01:49:11'),
(48365, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 01:49:11'),
(48366, 0, 'Fetch feature flags from API', '2026-05-01 02:23:18'),
(48367, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 02:23:18'),
(48368, 0, 'Fetch feature flags from API', '2026-05-01 02:53:20'),
(48369, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 02:53:21'),
(48370, 0, 'Fetch feature flags from API', '2026-05-01 03:23:27'),
(48371, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 03:23:27'),
(48372, 0, 'Fetch feature flags from API', '2026-05-01 03:53:48'),
(48373, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 03:53:49'),
(48374, 0, 'Fetch feature flags from API', '2026-05-01 04:25:53'),
(48375, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 04:25:53'),
(48376, 0, 'Fetch feature flags from API', '2026-05-01 04:56:16'),
(48377, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 04:56:16'),
(48378, 0, 'Fetch feature flags from API', '2026-05-01 05:31:34'),
(48379, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 05:31:34'),
(48380, 0, 'Fetch feature flags from API', '2026-05-01 06:03:15'),
(48381, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 06:03:16'),
(48382, 0, 'Fetch feature flags from API', '2026-05-01 06:33:45'),
(48383, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 06:33:45'),
(48384, 0, 'Fetch feature flags from API', '2026-05-01 07:08:55'),
(48385, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 07:08:55'),
(48386, 0, 'Fetch feature flags from API', '2026-05-01 07:38:58'),
(48387, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 07:38:58'),
(48388, 0, 'Fetch feature flags from API', '2026-05-01 08:09:02'),
(48389, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 08:09:02'),
(48390, 0, 'Fetch feature flags from API', '2026-05-01 08:39:12'),
(48391, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 08:39:12'),
(48392, 0, 'Fetch feature flags from API', '2026-05-01 09:13:26'),
(48393, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 09:13:26'),
(48394, 0, 'CRON purge events', '2026-05-01 09:38:15'),
(48395, 0, 'Fetch feature flags from API', '2026-05-01 09:48:36'),
(48396, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 09:48:36'),
(48397, 0, 'Fetch feature flags from API', '2026-05-01 10:18:50'),
(48398, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 10:18:50'),
(48399, 0, 'Fetch feature flags from API', '2026-05-01 10:51:46'),
(48400, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 10:51:46'),
(48401, 0, 'Fetch feature flags from API', '2026-05-01 11:23:18'),
(48402, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 11:23:18'),
(48403, 0, 'Fetch feature flags from API', '2026-05-01 11:53:23'),
(48404, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 11:53:23'),
(48405, 0, 'Fetch feature flags from API', '2026-05-01 12:23:45'),
(48406, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 12:23:45'),
(48407, 0, 'Fetch feature flags from API', '2026-05-01 12:53:49'),
(48408, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 12:53:49'),
(48409, 0, 'Fetch feature flags from API', '2026-05-01 13:23:51'),
(48410, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 13:23:51'),
(48411, 0, 'Fetch feature flags from API', '2026-05-01 13:53:52'),
(48412, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 13:53:52'),
(48413, 0, 'Fetch feature flags from API', '2026-05-01 14:28:28'),
(48414, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 14:28:28'),
(48415, 0, 'Fetch feature flags from API', '2026-05-01 14:58:57'),
(48416, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 14:58:58'),
(48417, 0, 'Fetch feature flags from API', '2026-05-01 15:38:07'),
(48418, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 15:38:07'),
(48419, 0, 'Fetch feature flags from API', '2026-05-01 16:10:07'),
(48420, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 16:10:08'),
(48421, 0, 'Fetch feature flags from API', '2026-05-01 16:41:38'),
(48422, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 16:41:38'),
(48423, 0, 'Fetch feature flags from API', '2026-05-01 17:13:38'),
(48424, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 17:13:39'),
(48425, 0, 'Fetch feature flags from API', '2026-05-01 17:45:03'),
(48426, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 17:45:04'),
(48427, 0, 'Fetch feature flags from API', '2026-05-01 18:18:46'),
(48428, 0, 'Fetch feature flags from API', '2026-05-01 18:18:46'),
(48429, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:46'),
(48430, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:46'),
(48431, 0, 'Fetch feature flags from API', '2026-05-01 18:18:46'),
(48432, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:46'),
(48433, 0, 'Fetch feature flags from API', '2026-05-01 18:18:46'),
(48434, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:46'),
(48435, 0, 'Fetch feature flags from API', '2026-05-01 18:18:46'),
(48436, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:46'),
(48437, 0, 'Fetch feature flags from API', '2026-05-01 18:18:47'),
(48438, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:18:47'),
(48439, 0, 'Fetch feature flags from API', '2026-05-01 18:53:04'),
(48440, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 18:53:04'),
(48441, 0, 'Fetch feature flags from API', '2026-05-01 19:23:36'),
(48442, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 19:23:36'),
(48443, 0, 'Fetch feature flags from API', '2026-05-01 19:58:42'),
(48444, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 19:58:42'),
(48445, 0, 'Fetch feature flags from API', '2026-05-01 20:32:59'),
(48446, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 20:32:59'),
(48447, 0, 'Fetch feature flags from API', '2026-05-01 21:03:47'),
(48448, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 21:03:48'),
(48449, 0, 'Fetch feature flags from API', '2026-05-01 21:33:54'),
(48450, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 21:33:54'),
(48451, 0, 'Fetch feature flags from API', '2026-05-01 22:08:39'),
(48452, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 22:08:39'),
(48453, 0, 'Fetch feature flags from API', '2026-05-01 22:38:47'),
(48454, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 22:38:47'),
(48455, 0, 'Fetch feature flags from API', '2026-05-01 23:13:24'),
(48456, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 23:13:24'),
(48457, 0, 'Fetch feature flags from API', '2026-05-01 23:43:49'),
(48458, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-01 23:43:49'),
(48459, 0, 'Fetch feature flags from API', '2026-05-02 00:13:59'),
(48460, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 00:14:00'),
(48461, 0, 'Fetch feature flags from API', '2026-05-02 00:48:51'),
(48462, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 00:48:52'),
(48463, 0, 'Fetch feature flags from API', '2026-05-02 01:19:51'),
(48464, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 01:19:51'),
(48465, 0, 'Fetch feature flags from API', '2026-05-02 01:53:57'),
(48466, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 01:53:57'),
(48467, 0, 'Fetch feature flags from API', '2026-05-02 02:33:02'),
(48468, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 02:33:02'),
(48469, 0, 'Fetch feature flags from API', '2026-05-02 03:03:26'),
(48470, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 03:03:26'),
(48471, 0, 'Fetch feature flags from API', '2026-05-02 03:38:35'),
(48472, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 03:38:35'),
(48473, 0, 'Fetch feature flags from API', '2026-05-02 04:10:15'),
(48474, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 04:10:15'),
(48475, 0, 'Fetch feature flags from API', '2026-05-02 04:42:41'),
(48476, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 04:42:41'),
(48477, 0, 'Fetch feature flags from API', '2026-05-02 05:13:36'),
(48478, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 05:13:36'),
(48479, 0, 'Fetch feature flags from API', '2026-05-02 05:44:12'),
(48480, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 05:44:12'),
(48481, 0, 'Fetch feature flags from API', '2026-05-02 06:17:58'),
(48482, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 06:17:59'),
(48483, 0, 'Fetch feature flags from API', '2026-05-02 06:48:58'),
(48484, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 06:48:58'),
(48485, 0, 'Fetch feature flags from API', '2026-05-02 07:23:56'),
(48486, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 07:23:56'),
(48487, 0, 'Fetch feature flags from API', '2026-05-02 07:58:22'),
(48488, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 07:58:22'),
(48489, 0, 'Fetch feature flags from API', '2026-05-02 08:28:53'),
(48490, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 08:28:53'),
(48491, 0, 'Fetch feature flags from API', '2026-05-02 09:03:51'),
(48492, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 09:03:51'),
(48493, 0, 'Fetch feature flags from API', '2026-05-02 09:38:54'),
(48494, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 09:38:54'),
(48495, 0, 'CRON purge events', '2026-05-02 09:38:55'),
(48496, 0, 'Fetch feature flags from API', '2026-05-02 10:13:52'),
(48497, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 10:13:52'),
(48498, 0, 'Fetch feature flags from API', '2026-05-02 10:48:36'),
(48499, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 10:48:36'),
(48500, 0, 'Fetch feature flags from API', '2026-05-02 11:18:40'),
(48501, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 11:18:40'),
(48502, 0, 'Fetch feature flags from API', '2026-05-02 11:50:49'),
(48503, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 11:50:50'),
(48504, 0, 'Fetch feature flags from API', '2026-05-02 12:23:46'),
(48505, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 12:23:46'),
(48506, 0, 'Fetch feature flags from API', '2026-05-02 12:57:01'),
(48507, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 12:57:01'),
(48508, 0, 'Fetch feature flags from API', '2026-05-02 13:28:35'),
(48509, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 13:28:35'),
(48510, 0, 'Fetch feature flags from API', '2026-05-02 14:03:29'),
(48511, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 14:03:29'),
(48512, 0, 'Fetch feature flags from API', '2026-05-02 14:38:27'),
(48513, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 14:38:27'),
(48514, 0, 'Fetch feature flags from API', '2026-05-02 15:12:33'),
(48515, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 15:12:34'),
(48516, 0, 'Fetch feature flags from API', '2026-05-02 15:43:19'),
(48517, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 15:43:19'),
(48518, 0, 'Fetch feature flags from API', '2026-05-02 16:16:55'),
(48519, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 16:16:55'),
(48520, 0, 'Fetch feature flags from API', '2026-05-02 16:47:42'),
(48521, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 16:47:42'),
(48522, 0, 'Fetch feature flags from API', '2026-05-02 17:19:21'),
(48523, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 17:19:21'),
(48524, 0, 'Fetch feature flags from API', '2026-05-02 17:49:26'),
(48525, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 17:49:26'),
(48526, 0, 'Fetch feature flags from API', '2026-05-02 18:23:24'),
(48527, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 18:23:24'),
(48528, 0, 'Fetch feature flags from API', '2026-05-02 18:56:51'),
(48529, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 18:56:51'),
(48530, 0, 'Fetch feature flags from API', '2026-05-02 19:28:33'),
(48531, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 19:28:33'),
(48532, 0, 'Fetch feature flags from API', '2026-05-02 19:59:28'),
(48533, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 19:59:28'),
(48534, 0, 'Fetch feature flags from API', '2026-05-02 20:33:25'),
(48535, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 20:33:25'),
(48536, 0, 'Fetch feature flags from API', '2026-05-02 21:03:33'),
(48537, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 21:03:33'),
(48538, 0, 'Fetch feature flags from API', '2026-05-02 21:38:31'),
(48539, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 21:38:32'),
(48540, 0, 'Fetch feature flags from API', '2026-05-02 22:10:23'),
(48541, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 22:10:23'),
(48542, 0, 'Fetch feature flags from API', '2026-05-02 22:40:24'),
(48543, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 22:40:25'),
(48544, 0, 'Fetch feature flags from API', '2026-05-02 23:12:36'),
(48545, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 23:12:36'),
(48546, 0, 'Fetch feature flags from API', '2026-05-02 23:43:37'),
(48547, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-02 23:43:37'),
(48548, 0, 'Fetch feature flags from API', '2026-05-03 00:16:16'),
(48549, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 00:16:16'),
(48550, 0, 'Fetch feature flags from API', '2026-05-03 00:48:17'),
(48551, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 00:48:17'),
(48552, 0, 'Fetch feature flags from API', '2026-05-03 01:18:40'),
(48553, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 01:18:40'),
(48554, 0, 'Fetch feature flags from API', '2026-05-03 01:53:24'),
(48555, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 01:53:24'),
(48556, 0, 'Fetch feature flags from API', '2026-05-03 02:28:28'),
(48557, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 02:28:28'),
(48558, 0, 'Fetch feature flags from API', '2026-05-03 03:03:35'),
(48559, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 03:03:35'),
(48560, 0, 'Fetch feature flags from API', '2026-05-03 03:38:32'),
(48561, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 03:38:32'),
(48562, 0, 'Fetch feature flags from API', '2026-05-03 04:09:10'),
(48563, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 04:09:11'),
(48564, 0, 'Fetch feature flags from API', '2026-05-03 04:43:06'),
(48565, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 04:43:06'),
(48566, 0, 'Fetch feature flags from API', '2026-05-03 05:13:52'),
(48567, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 05:13:52'),
(48568, 0, 'Fetch feature flags from API', '2026-05-03 05:45:33'),
(48569, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 05:45:33'),
(48570, 0, 'Fetch feature flags from API', '2026-05-03 06:18:41'),
(48571, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 06:18:41'),
(48572, 0, 'Fetch feature flags from API', '2026-05-03 06:48:54'),
(48573, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 06:48:54'),
(48574, 0, 'Fetch feature flags from API', '2026-05-03 07:22:42'),
(48575, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 07:22:42'),
(48576, 0, 'Fetch feature flags from API', '2026-05-03 07:53:53'),
(48577, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 07:53:53'),
(48578, 0, 'Fetch feature flags from API', '2026-05-03 08:28:46'),
(48579, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 08:28:46'),
(48580, 0, 'Fetch feature flags from API', '2026-05-03 09:03:39'),
(48581, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 09:03:39'),
(48582, 0, 'Fetch feature flags from API', '2026-05-03 09:38:34'),
(48583, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 09:38:34'),
(48584, 0, 'CRON purge events', '2026-05-03 09:38:35'),
(48585, 0, 'Fetch feature flags from API', '2026-05-03 10:13:31'),
(48586, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 10:13:31'),
(48587, 0, 'Fetch feature flags from API', '2026-05-03 10:45:06'),
(48588, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 10:45:06'),
(48589, 0, 'Fetch feature flags from API', '2026-05-03 11:17:52'),
(48590, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 11:17:52'),
(48591, 0, 'Fetch feature flags from API', '2026-05-03 11:48:42'),
(48592, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 11:48:42'),
(48593, 0, 'Fetch feature flags from API', '2026-05-03 12:23:44'),
(48594, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 12:23:45'),
(48595, 0, 'Fetch feature flags from API', '2026-05-03 12:57:49'),
(48596, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 12:57:49'),
(48597, 0, 'Fetch feature flags from API', '2026-05-03 13:28:26'),
(48598, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 13:28:26'),
(48599, 0, 'Fetch feature flags from API', '2026-05-03 13:58:35'),
(48600, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 13:58:36'),
(48601, 0, 'Fetch feature flags from API', '2026-05-03 14:33:33'),
(48602, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 14:33:33'),
(48603, 0, 'Fetch feature flags from API', '2026-05-03 15:05:10'),
(48604, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 15:05:10'),
(48605, 0, 'Fetch feature flags from API', '2026-05-03 15:38:47'),
(48606, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 15:38:47'),
(48607, 0, 'Fetch feature flags from API', '2026-05-03 16:13:32'),
(48608, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 16:13:32'),
(48609, 0, 'Fetch feature flags from API', '2026-05-03 16:48:30'),
(48610, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 16:48:30'),
(48611, 0, 'Fetch feature flags from API', '2026-05-03 17:22:04'),
(48612, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 17:22:04'),
(48613, 0, 'Fetch feature flags from API', '2026-05-03 17:53:39'),
(48614, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 17:53:39'),
(48615, 0, 'Fetch feature flags from API', '2026-05-03 18:28:41'),
(48616, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 18:28:42'),
(48617, 0, 'Fetch feature flags from API', '2026-05-03 18:59:42'),
(48618, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 18:59:42'),
(48619, 0, 'Fetch feature flags from API', '2026-05-03 19:32:25'),
(48620, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 19:32:25'),
(48621, 0, 'Fetch feature flags from API', '2026-05-03 20:03:15'),
(48622, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 20:03:15'),
(48623, 0, 'Fetch feature flags from API', '2026-05-03 20:33:28'),
(48624, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 20:33:28'),
(48625, 0, 'Fetch feature flags from API', '2026-05-03 21:03:51'),
(48626, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 21:03:51'),
(48627, 0, 'Fetch feature flags from API', '2026-05-03 21:35:06'),
(48628, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 21:35:06'),
(48629, 0, 'Fetch feature flags from API', '2026-05-03 22:08:00'),
(48630, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 22:08:00'),
(48631, 0, 'Fetch feature flags from API', '2026-05-03 22:38:44'),
(48632, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 22:38:44'),
(48633, 0, 'Fetch feature flags from API', '2026-05-03 23:10:19'),
(48634, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 23:10:20'),
(48635, 0, 'Fetch feature flags from API', '2026-05-03 23:43:20'),
(48636, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-03 23:43:20'),
(48637, 0, 'Fetch feature flags from API', '2026-05-04 00:17:44'),
(48638, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 00:17:44'),
(48639, 0, 'Fetch feature flags from API', '2026-05-04 00:48:20'),
(48640, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 00:48:21'),
(48641, 0, 'Fetch feature flags from API', '2026-05-04 01:18:58'),
(48642, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 01:18:58'),
(48643, 0, 'Fetch feature flags from API', '2026-05-04 01:58:15'),
(48644, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 01:58:15'),
(48645, 0, 'Fetch feature flags from API', '2026-05-04 02:28:43'),
(48646, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 02:28:43'),
(48647, 0, 'Fetch feature flags from API', '2026-05-04 02:58:44'),
(48648, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 02:58:44'),
(48649, 0, 'Fetch feature flags from API', '2026-05-04 03:33:46'),
(48650, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 03:33:47'),
(48651, 0, 'Fetch feature flags from API', '2026-05-04 04:03:48'),
(48652, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 04:03:48'),
(48653, 0, 'Fetch feature flags from API', '2026-05-04 04:38:42'),
(48654, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 04:38:42'),
(48655, 0, 'Fetch feature flags from API', '2026-05-04 05:13:28'),
(48656, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 05:13:28'),
(48657, 0, 'Fetch feature flags from API', '2026-05-04 05:48:21'),
(48658, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 05:48:21'),
(48659, 0, 'Fetch feature flags from API', '2026-05-04 06:18:59'),
(48660, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 06:18:59'),
(48661, 0, 'Fetch feature flags from API', '2026-05-04 06:51:38'),
(48662, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 06:51:38'),
(48663, 0, 'Fetch feature flags from API', '2026-05-04 07:23:18'),
(48664, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 07:23:19'),
(48665, 0, 'Fetch feature flags from API', '2026-05-04 07:53:45'),
(48666, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 07:53:45'),
(48667, 0, 'Fetch feature flags from API', '2026-05-04 08:28:40'),
(48668, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 08:28:40'),
(48669, 0, 'Fetch feature flags from API', '2026-05-04 09:01:59'),
(48670, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 09:01:59'),
(48671, 0, 'Fetch feature flags from API', '2026-05-04 09:33:30'),
(48672, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 09:33:30'),
(48673, 0, 'CRON purge events', '2026-05-04 09:38:38'),
(48674, 0, 'Fetch feature flags from API', '2026-05-04 10:08:08'),
(48675, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 10:08:09'),
(48676, 0, 'Fetch feature flags from API', '2026-05-04 10:38:19'),
(48677, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 10:38:19'),
(48678, 0, 'Fetch feature flags from API', '2026-05-04 11:08:47'),
(48679, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 11:08:47'),
(48680, 0, 'Fetch feature flags from API', '2026-05-04 11:38:52'),
(48681, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 11:38:52'),
(48682, 0, 'Fetch feature flags from API', '2026-05-04 12:08:58'),
(48683, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 12:08:58'),
(48684, 0, 'Fetch feature flags from API', '2026-05-04 12:42:48'),
(48685, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 12:42:49'),
(48686, 0, 'Fetch feature flags from API', '2026-05-04 13:13:47'),
(48687, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 13:13:47'),
(48688, 0, 'Fetch feature flags from API', '2026-05-04 13:44:26'),
(48689, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 13:44:26'),
(48690, 0, 'Fetch feature flags from API', '2026-05-04 14:15:18'),
(48691, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 14:15:18'),
(48692, 0, 'Fetch feature flags from API', '2026-05-04 14:48:50'),
(48693, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 14:48:50'),
(48694, 0, 'Fetch feature flags from API', '2026-05-04 15:19:41'),
(48695, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 15:19:41'),
(48696, 0, 'Fetch feature flags from API', '2026-05-04 15:53:56'),
(48697, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 15:53:56'),
(48698, 0, 'Fetch feature flags from API', '2026-05-04 16:27:38'),
(48699, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 16:27:38'),
(48700, 0, 'Fetch feature flags from API', '2026-05-04 16:58:47');
INSERT INTO `wp_393a933460_wpaas_activity_log` (`id`, `user_id`, `activity`, `timestamp`) VALUES
(48701, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 16:58:47'),
(48702, 0, 'Fetch feature flags from API', '2026-05-04 17:33:38'),
(48703, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 17:33:38'),
(48704, 0, 'Fetch feature flags from API', '2026-05-04 18:05:12'),
(48705, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 18:05:12'),
(48706, 0, 'Fetch feature flags from API', '2026-05-04 18:37:51'),
(48707, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 18:37:51'),
(48708, 0, 'Fetch feature flags from API', '2026-05-04 19:08:14'),
(48709, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 19:08:15'),
(48710, 0, 'Gateway servers servers: array (\n  0 => \n  array (\n    0 => \'100.117.187.69\',\n    1 => \'80\',\n  ),\n  1 => \n  array (\n    0 => \'\',\n    1 => 80,\n  ),\n), Base URL: array (\n  0 => \'https://genesiswa.com\',\n  2 => \'https://e2n.962.myftpupload.com\',\n)', '2026-05-04 19:19:16'),
(48711, 0, 'Gateway cache purge success code: 200, target: http://100.117.187.69/(.*), Host: genesiswa.com', '2026-05-04 19:19:16'),
(48712, 0, 'Gateway cache purge success code: 200, target: http://100.117.187.69/(.*), Host: e2n.962.myftpupload.com', '2026-05-04 19:19:16'),
(48713, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/cdn/cache/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 19:19:17'),
(48714, 0, 'CDN flush cache call. status: SUCCESS invalidation_id: 3DGxlEbBi0YvTWt7DwZHXwymQIF', '2026-05-04 19:19:17'),
(48715, 0, 'Fetch feature flags from API', '2026-05-04 19:38:50'),
(48716, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 19:38:50'),
(48717, 0, 'Fetch feature flags from API', '2026-05-04 20:11:57'),
(48718, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 20:11:57'),
(48719, 0, 'Fetch feature flags from API', '2026-05-04 20:42:54'),
(48720, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 20:42:54'),
(48721, 0, 'Fetch feature flags from API', '2026-05-04 21:13:44'),
(48722, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 21:13:44'),
(48723, 0, 'Fetch feature flags from API', '2026-05-04 21:46:11'),
(48724, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 21:46:11'),
(48725, 0, 'Fetch feature flags from API', '2026-05-04 22:18:49'),
(48726, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 22:18:49'),
(48727, 0, 'Fetch feature flags from API', '2026-05-04 22:48:53'),
(48728, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 22:48:53'),
(48729, 0, 'Fetch feature flags from API', '2026-05-04 23:23:54'),
(48730, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 23:23:54'),
(48731, 0, 'Fetch feature flags from API', '2026-05-04 23:58:27'),
(48732, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-04 23:58:28'),
(48733, 0, 'Fetch feature flags from API', '2026-05-05 00:32:00'),
(48734, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 00:32:00'),
(48735, 0, 'Fetch feature flags from API', '2026-05-05 01:03:26'),
(48736, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 01:03:26'),
(48737, 0, 'Fetch feature flags from API', '2026-05-05 01:38:27'),
(48738, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 01:38:28'),
(48739, 0, 'Fetch feature flags from API', '2026-05-05 02:08:45'),
(48740, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 02:08:45'),
(48741, 0, 'Fetch feature flags from API', '2026-05-05 02:43:49'),
(48742, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 02:43:50'),
(48743, 0, 'Fetch feature flags from API', '2026-05-05 03:18:48'),
(48744, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 03:18:48'),
(48745, 0, 'Fetch feature flags from API', '2026-05-05 03:53:42'),
(48746, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 03:53:42'),
(48747, 0, 'Fetch feature flags from API', '2026-05-05 04:28:33'),
(48748, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 04:28:34'),
(48749, 0, 'Fetch feature flags from API', '2026-05-05 04:58:58'),
(48750, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 04:58:58'),
(48751, 0, 'Fetch feature flags from API', '2026-05-05 05:32:52'),
(48752, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 05:32:52'),
(48753, 0, 'Fetch feature flags from API', '2026-05-05 06:03:53'),
(48754, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 06:03:53'),
(48755, 0, 'Fetch feature flags from API', '2026-05-05 06:38:32'),
(48756, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 06:38:32'),
(48757, 0, 'Fetch feature flags from API', '2026-05-05 07:08:42'),
(48758, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 07:08:42'),
(48759, 0, 'Fetch feature flags from API', '2026-05-05 07:43:28'),
(48760, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 07:43:28'),
(48761, 0, 'Fetch feature flags from API', '2026-05-05 08:18:16'),
(48762, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 08:18:16'),
(48763, 0, 'Fetch feature flags from API', '2026-05-05 08:48:51'),
(48764, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 08:48:51'),
(48765, 0, 'Fetch feature flags from API', '2026-05-05 09:23:28'),
(48766, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 09:23:28'),
(48767, 0, 'CRON purge events', '2026-05-05 09:38:47'),
(48768, 0, 'Fetch feature flags from API', '2026-05-05 09:58:19'),
(48769, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 09:58:19'),
(48770, 0, 'Fetch feature flags from API', '2026-05-05 10:28:54'),
(48771, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 10:28:54'),
(48772, 0, 'Fetch feature flags from API', '2026-05-05 11:03:46'),
(48773, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 11:03:46'),
(48774, 0, 'Fetch feature flags from API', '2026-05-05 11:34:27'),
(48775, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 11:34:27'),
(48776, 0, 'Fetch feature flags from API', '2026-05-05 12:05:22'),
(48777, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 12:05:22'),
(48778, 0, 'Fetch feature flags from API', '2026-05-05 12:35:38'),
(48779, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 12:35:38'),
(48780, 0, 'Fetch feature flags from API', '2026-05-05 13:08:45'),
(48781, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 13:08:45'),
(48782, 0, 'Fetch feature flags from API', '2026-05-05 13:43:00'),
(48783, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 13:43:00'),
(48784, 0, 'Fetch feature flags from API', '2026-05-05 14:16:45'),
(48785, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 14:16:45'),
(48786, 0, 'Fetch feature flags from API', '2026-05-05 14:48:31'),
(48787, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 14:48:32'),
(48788, 0, 'Fetch feature flags from API', '2026-05-05 15:18:40'),
(48789, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 15:18:40'),
(48790, 0, 'Fetch feature flags from API', '2026-05-05 15:48:44'),
(48791, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 15:48:44'),
(48792, 0, 'Fetch feature flags from API', '2026-05-05 16:23:43'),
(48793, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 16:23:44'),
(48794, 0, 'Fetch feature flags from API', '2026-05-05 16:58:31'),
(48795, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 16:58:31'),
(48796, 0, 'Fetch feature flags from API', '2026-05-05 17:32:35'),
(48797, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 17:32:35'),
(48798, 0, 'Fetch feature flags from API', '2026-05-05 18:03:50'),
(48799, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 18:03:50'),
(48800, 0, 'Fetch feature flags from API', '2026-05-05 18:38:37'),
(48801, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 18:38:37'),
(48802, 0, 'Fetch feature flags from API', '2026-05-05 19:13:31'),
(48803, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 19:13:31'),
(48804, 0, 'Fetch feature flags from API', '2026-05-05 19:43:38'),
(48805, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 19:43:38'),
(48806, 0, 'Fetch feature flags from API', '2026-05-05 20:14:29'),
(48807, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 20:14:29'),
(48808, 0, 'Fetch feature flags from API', '2026-05-05 20:48:21'),
(48809, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 20:48:21'),
(48810, 0, 'Fetch feature flags from API', '2026-05-05 21:18:47'),
(48811, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 21:18:47'),
(48812, 0, 'Fetch feature flags from API', '2026-05-05 21:53:43'),
(48813, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 21:53:44'),
(48814, 0, 'Fetch feature flags from API', '2026-05-05 22:28:30'),
(48815, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 22:28:30'),
(48816, 0, 'Fetch feature flags from API', '2026-05-05 22:58:35'),
(48817, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 22:58:35'),
(48818, 0, 'Fetch feature flags from API', '2026-05-05 23:28:38'),
(48819, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-05 23:28:38'),
(48820, 0, 'Fetch feature flags from API', '2026-05-06 00:03:42'),
(48821, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 00:03:42'),
(48822, 0, 'Fetch feature flags from API', '2026-05-06 00:34:51'),
(48823, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 00:34:51'),
(48824, 0, 'Fetch feature flags from API', '2026-05-06 01:07:10'),
(48825, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 01:07:10'),
(48826, 0, 'Fetch feature flags from API', '2026-05-06 01:38:02'),
(48827, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 01:38:02'),
(48828, 0, 'Fetch feature flags from API', '2026-05-06 02:08:49'),
(48829, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 02:08:49'),
(48830, 0, 'Fetch feature flags from API', '2026-05-06 02:43:34'),
(48831, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 02:43:34'),
(48832, 0, 'Fetch feature flags from API', '2026-05-06 03:17:34'),
(48833, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 03:17:34'),
(48834, 0, 'Fetch feature flags from API', '2026-05-06 03:47:55'),
(48835, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 03:47:56'),
(48836, 0, 'Fetch feature flags from API', '2026-05-06 04:18:41'),
(48837, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 04:18:41'),
(48838, 0, 'Fetch feature flags from API', '2026-05-06 04:49:50'),
(48839, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 04:49:50'),
(48840, 0, 'Fetch feature flags from API', '2026-05-06 05:23:25'),
(48841, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 05:23:25'),
(48842, 0, 'Fetch feature flags from API', '2026-05-06 05:53:38'),
(48843, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 05:53:38'),
(48844, 0, 'Fetch feature flags from API', '2026-05-06 06:28:26'),
(48845, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 06:28:26'),
(48846, 0, 'Fetch feature flags from API', '2026-05-06 06:58:28'),
(48847, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 06:58:28'),
(48848, 0, 'Fetch feature flags from API', '2026-05-06 07:28:45'),
(48849, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 07:28:45'),
(48850, 0, 'Fetch feature flags from API', '2026-05-06 08:03:28'),
(48851, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 08:03:28'),
(48852, 0, 'Fetch feature flags from API', '2026-05-06 08:38:25'),
(48853, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 08:38:25'),
(48854, 0, 'Fetch feature flags from API', '2026-05-06 09:08:33'),
(48855, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 09:08:33'),
(48856, 0, 'Fetch feature flags from API', '2026-05-06 09:38:48'),
(48857, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 09:38:48'),
(48858, 0, 'CRON purge events', '2026-05-06 09:38:49'),
(48859, 0, 'Fetch feature flags from API', '2026-05-06 10:12:44'),
(48860, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 10:12:44'),
(48861, 0, 'Fetch feature flags from API', '2026-05-06 10:43:42'),
(48862, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 10:43:42'),
(48863, 0, 'Fetch feature flags from API', '2026-05-06 11:18:42'),
(48864, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 11:18:42'),
(48865, 0, 'Fetch feature flags from API', '2026-05-06 11:53:44'),
(48866, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 11:53:44'),
(48867, 0, 'Fetch feature flags from API', '2026-05-06 12:28:50'),
(48868, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 12:28:50'),
(48869, 0, 'Fetch feature flags from API', '2026-05-06 13:00:00'),
(48870, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 13:00:00'),
(48871, 0, 'Fetch feature flags from API', '2026-05-06 13:31:34'),
(48872, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 13:31:35'),
(48873, 0, 'Fetch feature flags from API', '2026-05-06 14:03:51'),
(48874, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 14:03:51'),
(48875, 0, 'Fetch feature flags from API', '2026-05-06 14:33:54'),
(48876, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 14:33:54'),
(48877, 0, 'Fetch feature flags from API', '2026-05-06 15:05:00'),
(48878, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 15:05:00'),
(48879, 0, 'Fetch feature flags from API', '2026-05-06 15:38:33'),
(48880, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 15:38:33'),
(48881, 0, 'Fetch feature flags from API', '2026-05-06 16:08:35'),
(48882, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 403', '2026-05-06 16:08:36'),
(48883, 0, 'Fetch feature flags from API', '2026-05-06 16:38:39'),
(48884, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 403', '2026-05-06 16:38:39'),
(48885, 0, 'Fetch feature flags from API', '2026-05-06 17:08:40'),
(48886, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 403', '2026-05-06 17:08:41'),
(48887, 0, 'Fetch feature flags from API', '2026-05-06 17:43:34'),
(48888, 0, 'API call fail URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 403', '2026-05-06 17:43:34'),
(48889, 0, 'Fetch feature flags from API', '2026-05-06 18:13:47'),
(48890, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 18:13:48'),
(48891, 0, 'Fetch feature flags from API', '2026-05-06 18:45:24'),
(48892, 0, 'API call success URL: https://wp-api.wpsecurity.godaddy.com/api/v1/featureFlags/e1fa2030-4b33-4c4d-a0ed-3eb63fbd6e40 status_code: 200', '2026-05-06 18:45:24');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_yoast_indexable`
--

CREATE TABLE `wp_393a933460_yoast_indexable` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_yoast_indexable`
--

INSERT INTO `wp_393a933460_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://mrarif.me/genesiswa/about-us/', '37:f304514fbfc48379be39f9a042726bb2', 37, 'post', 'page', 1, 0, NULL, NULL, 'About Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, 'first-content-image', NULL, 0, 2, NULL, '2026-01-19 09:56:13', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-02-17 22:14:20', '2025-01-29 04:48:03', 0),
(2, 'http://mrarif.me/genesiswa/author/web-admin/', '39:67b8ff9870c57f3f723c5035cc281f63', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, 'https://secure.gravatar.com/avatar/540ee16116ea0b3a0c462e41dee7289351d0379c63ac3a62a05661e58dee19d1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/540ee16116ea0b3a0c462e41dee7289351d0379c63ac3a62a05661e58dee19d1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2026-01-19 09:56:14', '2026-05-17 15:40:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-04-13 20:29:05', '2025-01-28 18:21:52', NULL),
(3, 'https://mrarif.me/genesiswa/advanced-body-contouring/', '53:cc3b1bda1fc9cd4ce67694b8f457d26a', 1657, 'post', 'page', 1, 0, NULL, NULL, 'Advanced Body Contouring', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp', NULL, 'first-content-image', NULL, 13, 4, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 04:51:07', '2025-01-31 16:00:36', 0),
(4, 'https://mrarif.me/genesiswa/advanced-laser-solutions/', '53:5c5631724f50ca06167b73eaa390d1a1', 2646, 'post', 'page', 1, 0, NULL, NULL, 'Advanced Laser Solutions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg', NULL, 'first-content-image', NULL, 6, 2, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-02-02 13:37:48', '2025-02-05 14:05:16', 0),
(5, 'https://mrarif.me/genesiswa/botox-dysport/', '42:206018902ff72f3701182c10f0d745a8', 769, 'post', 'page', 1, 0, NULL, NULL, 'Botox &#038; Dysport', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp', NULL, 'first-content-image', NULL, 10, 1, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-12-30 22:39:03', '2025-01-30 05:44:16', 0),
(6, 'https://mrarif.me/genesiswa/classic-custom-facials/', '51:8dd36e081cc970f53be3fa911a1327f8', 837, 'post', 'page', 1, 0, NULL, NULL, 'Classic Custom Facials', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png', NULL, 'first-content-image', NULL, 0, 2, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-03-17 21:15:32', '2025-01-30 11:35:48', 0),
(7, 'https://mrarif.me/genesiswa/concierge-dermatology/', '50:0308b70d9963d5ab376072605c27eb53', 4627, 'post', 'page', 1, 0, NULL, 'Personalized dermatology support for acne, pigmentation, aging, and chronic skin conditions with direct access care.', 'Concierge Dermatology', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg', NULL, 'first-content-image', NULL, 0, 2, NULL, '2026-01-19 09:56:14', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-02-03 23:59:03', '2026-01-17 10:41:08', 0),
(8, 'https://mrarif.me/genesiswa/contact-us/', '39:2164446d4ec44371dc61dee12de16280', 46, 'post', 'page', 1, 0, NULL, NULL, 'Contact Us', '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, 0, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-03-30 21:41:49', '2025-01-29 04:49:55', 0),
(9, 'https://mrarif.me/genesiswa/dermal-fillers/', '43:e3e2ac6571670b6b85c392ae00cd4bfa', 771, 'post', 'page', 1, 0, NULL, NULL, 'Dermal Fillers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/filler-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/filler-img.jpg', NULL, 'first-content-image', NULL, 21, 1, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-02-02 13:50:55', '2025-01-30 05:45:15', 0),
(10, 'https://mrarif.me/genesiswa/gift-cards-price-rates/', '51:911f98b6076705378e734aa8d2b88ded', 1661, 'post', 'page', 1, 0, NULL, NULL, 'Gift Cards &#038; Price Rates', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-r6lrnu472gudyogqwra8km9s1xajtl6bnrhw43hg8g.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-r6lrnu472gudyogqwra8km9s1xajtl6bnrhw43hg8g.png', NULL, 'first-content-image', NULL, 1, 0, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 17:02:39', '2025-01-31 16:02:15', 0),
(11, 'https://mrarif.me/genesiswa/glow-memberships/', '45:9ff03f4073673c2f2d4925709c37cf88', 31, 'post', 'page', 1, 0, NULL, NULL, 'Glow Memberships', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg', NULL, 'first-content-image', NULL, 0, 3, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-04-01 20:46:48', '2025-01-29 04:46:17', 0),
(12, 'https://mrarif.me/genesiswa/hair-loss-therapy/', '46:d5c169592d54ad82e9f2e6e338f427b2', 779, 'post', 'page', 1, 0, NULL, NULL, 'Hair Loss Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-2-r6ltf3n2rlbmqjc4f06ks1hj1e0hd2equzcyae4d0w.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-2-r6ltf3n2rlbmqjc4f06ks1hj1e0hd2equzcyae4d0w.png', NULL, 'first-content-image', NULL, 2, 1, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-02-02 13:55:27', '2025-01-30 05:49:00', 0),
(13, 'https://mrarif.me/genesiswa/home/', '33:6a85ffce00346bf0ffce9299c9850e23', 13, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, 'first-content-image', NULL, 17, 0, NULL, '2026-01-19 09:56:14', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2026-02-03 10:29:23', '2025-01-28 18:37:11', 0),
(14, 'http://mrarif.me/genesiswa/', '22:e7e5baf11cfa4bceffb47e46c632bb06', 4429, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', NULL, 'first-content-image', NULL, 30, NULL, NULL, '2026-01-19 09:56:14', '2026-05-17 15:40:44', 1, NULL, NULL, NULL, NULL, 0, 8, 2, '2026-04-13 20:29:05', '2026-01-17 07:24:32', 0),
(15, 'https://mrarif.me/genesiswa/hydrafacial/', '40:c3bc4aa4bc26aff6ef59513e4f8dc674', 822, 'post', 'page', 1, 0, NULL, NULL, 'Hydrafacial', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg', NULL, 'first-content-image', NULL, 0, 2, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:39:15', '2025-01-30 11:02:44', 0),
(16, 'https://mrarif.me/genesiswa/inject-it/', '38:92e0ec0f5411e06afdd3c45dbaa88f4a', 2690, 'post', 'page', 1, 0, NULL, NULL, 'Inject It', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/6-1-r6lv7zg5jkqhr7kpchmwq7ftd0wim0wnki8g03a4ys.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/6-1-r6lv7zg5jkqhr7kpchmwq7ftd0wim0wnki8g03a4ys.png', NULL, 'first-content-image', NULL, 5, 2, NULL, '2026-01-19 09:56:14', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:41:56', '2025-02-05 14:45:27', 0),
(17, 'https://mrarif.me/genesiswa/intense-pulsed-light/', '49:c0cf60bb58a335d8cb012dd1041d53af', 1642, 'post', 'page', 1, 0, NULL, NULL, 'Intense Pulsed Light', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-1-r6lvn6i815jdg9i2m23s1de33a051v8fnpx1b4r0dg.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-1-r6lvn6i815jdg9i2m23s1de33a051v8fnpx1b4r0dg.png', NULL, 'first-content-image', NULL, 3, 1, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 06:37:43', '2025-01-31 15:55:08', 0),
(18, 'https://mrarif.me/genesiswa/nad-wellness-injections/', '52:f577ade09a65cd15b668d855f025b00e', 4629, 'post', 'page', 1, 0, NULL, NULL, 'NAD+ &#038; Wellness Injections', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg', NULL, 'first-content-image', NULL, 0, 3, NULL, '2026-01-19 09:56:14', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2026-02-02 12:43:52', '2026-01-17 10:41:25', 0),
(19, 'https://mrarif.me/genesiswa/korean-glass-skin/', '46:8a8a50fe066a3bbae3e16e02c59f6cae', 815, 'post', 'page', 1, 0, NULL, NULL, 'Korean Glass Skin', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-768x1304.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-768x1304.jpg', NULL, 'first-content-image', NULL, 4, 4, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2026-02-02 13:29:20', '2025-01-30 11:00:57', 0),
(20, 'https://mrarif.me/genesiswa/laser-body-treatments/', '50:1d5b89ebbeed93a5c9c7f8471b578bc5', 4633, 'post', 'page', 1, 0, NULL, NULL, 'Laser &#038; Body Treatments', '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, '2026-01-19 09:56:14', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-17 10:41:53', '2026-01-17 10:41:53', 0),
(21, 'https://mrarif.me/genesiswa/laser-hair-removal/', '47:9f90b0be35912a09c4a00003e0c9944a', 1640, 'post', 'page', 1, 0, NULL, NULL, 'Laser hair removal', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img.png', NULL, 'first-content-image', NULL, 0, 1, NULL, '2026-01-19 09:56:14', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-02-16 20:48:14', '2025-01-31 15:54:25', 0),
(22, 'https://mrarif.me/genesiswa/laser-tattoo-removal/', '49:3a0419c6b6d684008a131f817bab0a31', 1644, 'post', 'page', 1, 0, NULL, NULL, 'Laser Tattoo Removal', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png', NULL, 'first-content-image', NULL, 5, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 06:45:37', '2025-01-31 15:55:29', 0),
(23, 'https://mrarif.me/genesiswa/botox-migraines/', '44:45545e456912682354db881cbcb46872', 4623, 'post', 'page', 1, 0, NULL, 'FDA approved Botox treatment to help reduce chronic migraine frequency. Medical evaluation and precision treatment in Redmond, WA.', 'Botox Migraines', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg', NULL, 'first-content-image', NULL, 0, 3, NULL, '2026-01-19 09:56:27', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2026-02-04 00:00:52', '2026-01-17 10:39:30', 0),
(24, 'https://mrarif.me/genesiswa/medical-weight-loss-physiq/', '55:f3de658ec52c5c6a3bc6811423e6da8d', 4625, 'post', 'page', 1, 0, NULL, 'Medically guided weight loss with GLP1 medications paired with PHYSIQ body contouring to reduce fat and tone muscle. Personalized programs in Redmond, WA.', 'Medical Weight Loss + PHYSIQ', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', NULL, 'first-content-image', NULL, 15, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2026-01-28 13:12:24', '2026-01-17 10:40:00', 0),
(25, 'https://mrarif.me/genesiswa/our-blog/', '37:b7d4fe5cb8649f7a07c4dc00801aa07b', 1666, 'post', 'page', 1, 0, NULL, NULL, 'Our Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg', NULL, 'first-content-image', NULL, 24, 0, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 06:47:39', '2025-01-31 16:04:27', 0),
(26, 'https://mrarif.me/genesiswa/payment-plans/', '42:a4742275244bf48e6762b752938eef9d', 1664, 'post', 'page', 1, 0, NULL, NULL, 'Payment Plans', '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, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-03 05:23:20', '2025-01-31 16:04:08', 0),
(27, 'https://mrarif.me/genesiswa/peptide-therapy/', '44:18c7d6b9826b35b91e35fe3f44dd0b3e', 765, 'post', 'page', 1, 0, NULL, NULL, 'Peptide Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg', NULL, 'first-content-image', NULL, 1, 5, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 06:54:15', '2025-01-30 05:43:35', 0),
(28, 'https://mrarif.me/genesiswa/perfect-derma-peel/', '47:4f2f21f3b94a7f4364274c7e08eab5d6', 839, 'post', 'page', 1, 0, NULL, NULL, 'Perfect Derma Peel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/face-care-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/face-care-img.jpg', NULL, 'first-content-image', NULL, 6, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 06:57:07', '2025-01-30 11:37:55', 0),
(29, 'https://mrarif.me/genesiswa/prp-injections/', '43:c1693fcc37668c6d8f1d74d7aabaf1cb', 775, 'post', 'page', 1, 0, NULL, NULL, 'PRP Injections', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg', NULL, 'first-content-image', NULL, 0, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-02-02 13:53:54', '2025-01-30 05:46:56', 0),
(30, 'https://mrarif.me/genesiswa/red-light-therapy/', '46:5f15dc57c136f8132005bf501dc5ea53', 1474, 'post', 'page', 1, 0, NULL, NULL, 'Red Light Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg', NULL, 'first-content-image', NULL, 0, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:01:13', '2025-01-31 12:55:02', 0),
(31, 'https://mrarif.me/genesiswa/rf-microneedling/', '45:c25d1aba1a648f5aed88b7aa9397ee02', 777, 'post', 'page', 1, 0, NULL, NULL, 'RF Microneedling', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', NULL, 'first-content-image', NULL, 3, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2026-02-02 13:56:24', '2025-01-30 05:47:16', 0),
(32, 'https://mrarif.me/genesiswa/sculptra/', '37:e2abd3c9f8b4c25d636a83b80ef90f9f', 773, 'post', 'page', 1, 0, NULL, NULL, 'Sculptra', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/7-1024x1024.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/7-1024x1024.png', NULL, 'first-content-image', NULL, 3, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-02-02 13:52:12', '2025-01-30 05:45:48', 0),
(34, 'https://mrarif.me/genesiswa/skin-resurfacing/', '45:2173108e1fc40b33361d9e2458bf220f', 1648, 'post', 'page', 1, 0, NULL, NULL, 'Skin Resurfacing', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg', NULL, 'first-content-image', NULL, 2, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:09:53', '2025-01-31 15:56:27', 0),
(35, 'https://mrarif.me/genesiswa/skincare-facials/', '45:a686dfd5d390fab88c364b351b6aa11a', 4631, 'post', 'page', 1, 0, NULL, NULL, 'Skincare &#038; Facials', '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, '2026-01-19 09:56:27', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-17 10:41:39', '2026-01-17 10:41:39', 0),
(36, 'https://mrarif.me/genesiswa/testosterone-therapy/', '49:b4208fee620b4a196079e6b9a7f56cd6', 761, 'post', 'page', 1, 0, NULL, NULL, 'Testosterone Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg', NULL, 'first-content-image', NULL, 1, 5, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-10-28 22:40:10', '2025-01-30 05:42:46', 0),
(37, 'https://mrarif.me/genesiswa/tighten-it/', '39:e1b1aa05c5cc05761d320f8faec6dc9f', 2737, 'post', 'page', 1, 0, NULL, NULL, 'Tighten It', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', NULL, 'first-content-image', NULL, 2, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:17:34', '2025-02-05 15:53:05', 0),
(38, 'https://mrarif.me/genesiswa/vascular-treatment/', '47:dc1277aecae19fb9b73a67c62edf68e4', 1646, 'post', 'page', 1, 0, NULL, NULL, 'Vascular Treatment', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg', NULL, 'first-content-image', NULL, 3, 1, NULL, '2026-01-19 09:56:27', '2026-05-17 17:28:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-05-31 07:20:06', '2025-01-31 15:56:00', 0),
(39, 'https://mrarif.me/genesiswa/vitamin-therapy/', '44:bc5a0cf811301ccad18116bef0ef8bce', 767, 'post', 'page', 1, 0, NULL, NULL, 'Vitamin Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg', NULL, 'first-content-image', NULL, 0, 0, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-08-13 20:12:31', '2025-01-30 05:43:55', 0),
(40, 'https://mrarif.me/genesiswa/weight-loss-medicine/', '49:81fa0b7ca4e03f1be657a1e88bf72cf8', 759, 'post', 'page', 1, 0, NULL, NULL, 'Weight Loss Medicine', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img.jpg', NULL, 'first-content-image', NULL, 12, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-01-19 06:36:22', '2025-01-30 05:42:23', 0),
(41, 'https://mrarif.me/genesiswa/womens-hormone-therapy/', '51:1d14abf78df906b6230c5a4c38985bde', 763, 'post', 'page', 1, 0, NULL, NULL, 'Women&#8217;s Hormone Therapy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg', NULL, 'first-content-image', NULL, 1, 2, NULL, '2026-01-19 09:56:27', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2026-02-02 13:58:57', '2025-01-30 05:43:10', 0),
(42, 'http://mrarif.me/genesiswa/', '22:e7e5baf11cfa4bceffb47e46c632bb06', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Welcome', '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, '2026-01-19 09:56:33', '2026-05-17 15:40:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:45:25', '2025-02-01 04:47:45', NULL),
(43, 'https://mrarif.me/genesiswa/empowering-women-hormone-therapy-across-lifes-phases/', '81:c27dcab69a6a8723da9a3944fbfafd4f', 2050, 'post', 'post', 1, 0, NULL, NULL, 'Empowering Women: Hormone Therapy Across Life&#8217;s Phases', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hormone-Therapy.jpg', NULL, '2051', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Hormone-Therapy.jpg', '2051', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":563566,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hormone-Therapy.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Hormone-Therapy.jpg\",\"size\":\"full\",\"id\":2051,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 10:07:33', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:37:02', '2025-02-01 05:37:02', 0),
(44, 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, '2026-01-19 10:36:13', '2026-05-17 15:42:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(45, 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, '2026-01-19 10:56:16', '2026-05-17 15:42:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(46, 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, '2026-01-19 10:56:16', '2026-05-17 15:42:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(47, 'https://mrarif.me/genesiswa/category/uncategorized/', '51:84e9f9645844b6b2b3790af571cc02d8', 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, NULL, NULL, '2026-01-19 10:56:16', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(48, 'https://mrarif.me/genesiswa/category/all-posts/', '47:1da81ebf43923535f4d82d865d8338a9', 8, 'term', 'category', NULL, NULL, NULL, NULL, 'All Posts', 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, '2026-01-19 10:56:16', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(49, 'https://mrarif.me/genesiswa/category/aesthetics-anti-aging/', '59:0dcfca89467163254ac2d0f1b445eafe', 9, 'term', 'category', NULL, NULL, NULL, NULL, 'Aesthetics &amp; Anti-Aging', 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, '2026-01-19 10:56:16', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:33:37', '2025-02-01 04:47:45', NULL),
(50, 'https://mrarif.me/genesiswa/category/hormone-therapy/', '53:123ebe5b3fd2e5b5e08256604795d6a9', 10, 'term', 'category', NULL, NULL, NULL, NULL, 'Hormone Therapy', 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, '2026-01-19 10:56:16', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:42:10', '2025-02-01 05:37:02', NULL),
(51, 'https://mrarif.me/genesiswa/category/weight-loss-medicine/', '58:f3ad56dfb39bc0dbfcff74bb5dfab6bc', 11, 'term', 'category', NULL, NULL, NULL, NULL, 'Weight Loss Medicine', 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, '2026-01-19 10:56:16', '2026-05-17 17:26:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:45:25', '2025-02-01 05:45:25', NULL),
(52, 'https://mrarif.me/genesiswa/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/', '93:0f6d273894f4b6b143b6dc58d11ac347', 1950, 'post', 'post', 1, 0, NULL, NULL, 'Unlocking Radiant Skin: The Benefits of Regular HydraFacial Treat', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/HydraFacial-Treat.jpg', NULL, '1961', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/HydraFacial-Treat.jpg', '1961', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":674298,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/HydraFacial-Treat.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/HydraFacial-Treat.jpg\",\"size\":\"full\",\"id\":1961,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:27:24', '2025-02-01 04:47:45', 0),
(53, 'https://mrarif.me/genesiswa/understanding-the-benefits-of-microneedling/', '72:fcc60240899456e1546711ee8de5f3ce', 1992, 'post', 'post', 1, 0, NULL, NULL, 'Understanding the Benefits of Microneedling', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Benefits-of-Microneedling.jpg', NULL, '1997', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Benefits-of-Microneedling.jpg', '1997', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":392196,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Benefits-of-Microneedling.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Benefits-of-Microneedling.jpg\",\"size\":\"full\",\"id\":1997,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:29:30', '2025-02-01 05:02:50', 0),
(54, 'https://mrarif.me/genesiswa/enhance-your-natural-beauty-the-art-of-dermal-fillers/', '82:1af71be6b08da69503ee6b6b2830a572', 2002, 'post', 'post', 1, 0, NULL, NULL, 'Enhance Your Natural Beauty: The Art of Dermal Fillers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Art-of-Dermal-Fillers.jpg', NULL, '2012', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Art-of-Dermal-Fillers.jpg', '2012', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":635194,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Art-of-Dermal-Fillers.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Art-of-Dermal-Fillers.jpg\",\"size\":\"full\",\"id\":2012,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:31:59', '2025-02-01 05:06:44', 0),
(55, 'https://mrarif.me/genesiswa/the-benefits-of-laser-hair-removal-a-comprehensive-guide/', '85:a3c9cba1a7eac05a8963bcbadab7d679', 2014, 'post', 'post', 1, 0, NULL, NULL, 'The Benefits of Laser Hair Removal: A Comprehensive Guide', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg', NULL, '2021', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg', '2021', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":445749,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg\",\"size\":\"full\",\"id\":2021,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:32:38', '2025-02-01 05:11:23', 0),
(56, 'https://mrarif.me/genesiswa/the-benefits-of-sculptra-for-skin-rejuvenation/', '75:33c9c53cb2e1239e19da3b6c6f633edd', 2026, 'post', 'post', 1, 0, NULL, NULL, 'The Benefits of Sculptra for Skin Rejuvenation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-.jpg', NULL, '2038', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/The-Benefits-.jpg', '2038', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":171757,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Benefits-.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/The-Benefits-.jpg\",\"size\":\"full\",\"id\":2038,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 0, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:33:37', '2025-02-01 05:21:21', 0),
(57, 'https://mrarif.me/genesiswa/how-to-balance-testosterone-and-why-its-important-to-your-health/', '93:0f4ade6a793ad63501af4d2497672b53', 2053, 'post', 'post', 1, 0, NULL, NULL, 'How to Balance Testosterone and Why It’s Important to Your Health', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/estosterone-and-Why.jpg', NULL, '2054', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/estosterone-and-Why.jpg', '2054', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":430825,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/estosterone-and-Why.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/estosterone-and-Why.jpg\",\"size\":\"full\",\"id\":2054,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 3, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:59:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:42:10', '2025-02-01 05:42:10', 0),
(58, 'https://mrarif.me/genesiswa/weight-loss-peptides-tirzepatide-and-semaglutide/', '77:05110b597a8e8f9cba503ce4f5177125', 2056, 'post', 'post', 1, 0, NULL, NULL, 'Weight Loss Peptides Tirzepatide and Semaglutide', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Weight-Loss.jpg', NULL, '2059', 'featured-image', NULL, NULL, 'https://mrarif.me/genesiswa/wp-content/uploads/2025/02/Weight-Loss.jpg', '2059', 'featured-image', '{\"width\":1000,\"height\":668,\"filesize\":774270,\"url\":\"https:\\/\\/mrarif.me\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Weight-Loss.jpg\",\"path\":\"\\/home\\/mrarqpph\\/public_html\\/genesiswa\\/wp-content\\/uploads\\/2025\\/02\\/Weight-Loss.jpg\",\"size\":\"full\",\"id\":2059,\"alt\":\"\",\"pixels\":668000,\"type\":\"image\\/jpeg\"}', 1, 3, NULL, '2026-01-19 11:15:24', '2026-05-17 17:59:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-02-01 05:45:25', '2025-02-01 05:45:25', 0),
(59, 'https://mrarif.me/genesiswa/korean-head-spa/', '44:25f4c79b09eb5d446cca4767a5fb17a7', 5495, 'post', 'page', 1, 0, NULL, NULL, 'Korean Head Spa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2026-03-18 19:08:11', '2026-05-17 17:49:12', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2026-03-18 20:44:38', '2026-03-18 20:33:19', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_393a933460_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_yoast_indexable_hierarchy`
--

INSERT INTO `wp_393a933460_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(2, 0, 0, 1),
(3, 0, 0, 1),
(4, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(8, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(23, 0, 0, 1),
(24, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(27, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 0, 0, 1),
(31, 0, 0, 1),
(32, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(43, 0, 0, 1),
(45, 0, 0, 1),
(46, 0, 0, 1),
(47, 0, 0, 1),
(48, 0, 0, 1),
(49, 0, 0, 1),
(50, 0, 0, 1),
(51, 0, 0, 1),
(52, 0, 0, 1),
(53, 0, 0, 1),
(54, 0, 0, 1),
(55, 0, 0, 1),
(56, 0, 0, 1),
(57, 0, 0, 1),
(58, 0, 0, 1),
(59, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_yoast_migrations`
--

CREATE TABLE `wp_393a933460_yoast_migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_393a933460_yoast_migrations`
--

INSERT INTO `wp_393a933460_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404'),
(24, '20230417083836'),
(25, '20260105111111');

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_yoast_primary_term`
--

CREATE TABLE `wp_393a933460_yoast_primary_term` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_393a933460_yoast_seo_links`
--

CREATE TABLE `wp_393a933460_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_393a933460_yoast_seo_links`
--

INSERT INTO `wp_393a933460_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'https://genesiswa.com/advanced-body-contouring/', 4625, 1657, 'internal', 24, 3, NULL, NULL, NULL, NULL, NULL),
(2, 'https://genesiswa.com/red-light-therapy/', 4625, 1474, 'internal', 24, 30, NULL, NULL, NULL, NULL, NULL),
(13, 'https://genesiswa.janeapp.com/', 4625, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(14, 'https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', 4625, 3281, 'image-in', 24, NULL, 650, 500, 31773, NULL, NULL),
(15, 'https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp', 4625, 1812, 'image-in', 24, NULL, 1279, 1280, 79064, NULL, NULL),
(16, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-3.webp', 4625, 1808, 'image-in', 24, NULL, 292, 389, 3522, NULL, NULL),
(17, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp', 4625, 1807, 'image-in', 24, NULL, 292, 388, 3358, NULL, NULL),
(18, 'https://genesiswa.janeapp.com/', 4623, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL),
(19, 'https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg', 4623, 2881, 'image-in', 23, NULL, 700, 600, 58348, NULL, NULL),
(21, 'https://genesiswa.janeapp.com/', 4627, NULL, 'external', 7, NULL, NULL, NULL, NULL, NULL, NULL),
(23, 'https://genesiswa.com/wp-content/uploads/2025/05/15-1.png', 4627, 4199, 'image-in', 7, NULL, 650, 500, 506177, NULL, NULL),
(24, 'https://genesiswa.com/about-us/', 13, 37, 'internal', 13, 1, NULL, NULL, NULL, NULL, NULL),
(25, 'https://genesiswa.janeapp.com/', 13, NULL, 'external', 13, NULL, NULL, NULL, NULL, NULL, NULL),
(26, 'https://genesiswa.janeapp.com/#/discipline/2/treatment/3', 13, NULL, 'external', 13, NULL, NULL, NULL, NULL, NULL, NULL),
(27, 'https://genesiswa.janeapp.com/#/consultations', 13, NULL, 'external', 13, NULL, NULL, NULL, NULL, NULL, NULL),
(28, 'https://genesiswa.janeapp.com/', 13, NULL, 'external', 13, NULL, NULL, NULL, NULL, NULL, NULL),
(29, 'https://genesiswa.com/glow-memberships/', 13, 31, 'internal', 13, 11, NULL, NULL, NULL, NULL, NULL),
(30, 'https://genesiswa.com/advanced-laser-solutions/', 13, 2646, 'internal', 13, 4, NULL, NULL, NULL, NULL, NULL),
(31, 'https://genesiswa.com/inject-it/', 13, 2690, 'internal', 13, 16, NULL, NULL, NULL, NULL, NULL),
(32, 'https://genesiswa.com/advanced-body-contouring/', 13, 1657, 'internal', 13, 3, NULL, NULL, NULL, NULL, NULL),
(33, 'https://genesiswa.com/tighten-it/', 13, 2737, 'internal', 13, 37, NULL, NULL, NULL, NULL, NULL),
(34, 'https://genesiswa.com/weight-loss-medicine/', 13, 759, 'internal', 13, 40, NULL, NULL, NULL, NULL, NULL),
(35, 'https://genesiswa.com/testosterone-therapy/', 13, 761, 'internal', 13, 36, NULL, NULL, NULL, NULL, NULL),
(36, 'https://genesiswa.com/womens-hormone-therapy/', 13, 763, 'internal', 13, 41, NULL, NULL, NULL, NULL, NULL),
(37, 'https://genesiswa.com/peptide-therapy/', 13, 765, 'internal', 13, 27, NULL, NULL, NULL, NULL, NULL),
(38, 'https://genesiswa.janeapp.com/', 13, NULL, 'external', 13, NULL, NULL, NULL, NULL, NULL, NULL),
(39, 'https://genesiswa.com/korean-glass-skin/', 13, 815, 'internal', 13, 19, NULL, NULL, NULL, NULL, NULL),
(40, 'https://genesiswa.com/hydrafacial/', 13, 822, 'internal', 13, 15, NULL, NULL, NULL, NULL, NULL),
(41, 'https://genesiswa.com/classic-custom-facials/', 13, 837, 'internal', 13, 6, NULL, NULL, NULL, NULL, NULL),
(42, 'https://genesiswa.com/perfect-derma-peel/', 13, 839, 'internal', 13, 28, NULL, NULL, NULL, NULL, NULL),
(43, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', 13, 4397, 'image-in', 13, NULL, 438, 585, 67339, NULL, NULL),
(44, 'https://genesiswa.com/wp-content/uploads/2025/12/1.png', 13, 4423, 'image-in', 13, NULL, 1080, 1080, 1297542, NULL, NULL),
(46, 'https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg', 13, 3673, 'image-in', 13, NULL, 408, 612, 48362, NULL, NULL),
(47, 'https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png', 13, 267, 'image-in', 13, NULL, 1228, 1072, 1623025, NULL, NULL),
(48, 'https://genesiswa.com/wp-content/uploads/2025/05/12-2.png', 13, 4200, 'image-in', 13, NULL, 650, 500, 428495, NULL, NULL),
(49, 'https://genesiswa.com/wp-content/uploads/2025/05/13-2.png', 13, 4201, 'image-in', 13, NULL, 650, 500, 425190, NULL, NULL),
(50, 'https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', 13, 3281, 'image-in', 13, NULL, 650, 500, 31773, NULL, NULL),
(51, 'https://genesiswa.com/wp-content/uploads/2025/05/14-2.png', 13, 4202, 'image-in', 13, NULL, 650, 500, 442722, NULL, NULL),
(52, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg', 13, 4396, 'image-in', 13, NULL, 1798, 1200, 265032, NULL, NULL),
(53, 'https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png', 13, 15, 'image-in', 13, NULL, 520, 520, 20276, NULL, NULL),
(54, 'https://genesiswa.janeapp.com/', 31, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(57, 'https://genesiswa.janeapp.com/', 31, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(58, 'https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png', 31, 267, 'image-in', 11, NULL, 1228, 1072, 1623025, NULL, NULL),
(61, 'https://sagemovement.co/get-started/', 37, NULL, 'external', 1, NULL, NULL, NULL, NULL, NULL, NULL),
(63, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', 37, 4397, 'image-in', 1, NULL, 438, 585, 67339, NULL, NULL),
(64, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-1.jpg', 37, 3879, 'image-in', 1, NULL, 388, 388, 105951, NULL, NULL),
(65, 'https://genesiswa.com/wp-content/uploads/2025/02/Anastatia-Templeman-aa.jpg', 37, 2960, 'image-in', 1, NULL, 388, 388, 25536, NULL, NULL),
(66, 'https://genesiswa.com/wp-content/uploads/2025/02/Nina-Slegaitis-av.jpg', 37, 2962, 'image-in', 1, NULL, 388, 388, 33956, NULL, NULL),
(67, 'https://genesiswa.com/wp-content/uploads/2025/03/Untitled-3.jpg', 37, 3884, 'image-in', 1, NULL, 388, 388, 82227, NULL, NULL),
(68, 'https://genesiswa.com/wp-content/uploads/2025/02/Movement-img.jpg', 37, 3260, 'image-in', 1, NULL, 700, 600, 75400, NULL, NULL),
(70, 'https://maps.google.com/maps?ll=47.67837,-122.127981&#038;z=10&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=15965%20NE%2085th%20St%20%23102%20Redmond%2C%20WA%2098052%20USA', 46, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL),
(71, 'tel:%20253-600-1600', 46, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL),
(72, 'https://genesiswa.janeapp.com/', 46, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL),
(73, 'https://genesiswa.janeapp.com/', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(74, 'https://genesiswa.janeapp.com/', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(75, 'https://genesiswa.com/advanced-body-contouring/', 759, 1657, 'internal', 40, 3, NULL, NULL, NULL, NULL, NULL),
(76, 'https://genesiswa.com/red-light-therapy/', 759, 1474, 'internal', 40, 30, NULL, NULL, NULL, NULL, NULL),
(77, 'https://genesiswa.com/wp-content/uploads/2025/02/D292960C-2419-4E1A-BDF6-4CCC9FC24665.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(78, 'https://genesiswa.com/wp-content/uploads/2025/02/6AB7B964-B57E-432E-B5F6-C05BEC3B58DF.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(79, 'https://genesiswa.com/wp-content/uploads/2025/02/F2FF3B1F-CE83-41A3-B719-824E816B132C.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(80, 'https://genesiswa.com/wp-content/uploads/2025/02/6C8F48DF-CE5D-4076-BF6E-F2900659CFC6.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(81, 'https://genesiswa.com/wp-content/uploads/2025/02/409412BF-AF4A-4469-97B6-ABD55C4FC8D6.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(82, 'https://genesiswa.com/wp-content/uploads/2025/02/C61C4B7D-4CBF-41A0-98A0-4148D1121DCB.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(83, 'https://genesiswa.com/wp-content/uploads/2025/02/E90B6E69-31E6-411F-8CCD-62D4A5A26E1C.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(84, 'https://genesiswa.com/wp-content/uploads/2025/05/2.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(85, 'https://genesiswa.com/wp-content/uploads/2025/05/3.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(86, 'https://genesiswa.com/wp-content/uploads/2025/05/4.png', 759, NULL, 'internal', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(87, 'https://genesiswa.clientsecure.me/', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(88, 'mailto:scheduling@genesiswa.com', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(89, 'https://genesiswa.janeapp.com/', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(90, 'https://genesiswa.clientsecure.me./', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(91, 'https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(92, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 759, NULL, 'external', 40, NULL, NULL, NULL, NULL, NULL, NULL),
(93, 'https://genesiswa.com/wp-content/uploads/2025/01/weight-loss-img.jpg', 759, 394, 'image-in', 40, NULL, 650, 500, 46137, NULL, NULL),
(94, 'https://genesiswa.com/wp-content/uploads/2025/02/rsw_600h_600cg_true.webp', 759, 3252, 'image-in', 40, NULL, 600, 600, 27582, NULL, NULL),
(95, 'https://genesiswa.com/wp-content/uploads/2025/05/res_ctso_questions.png', 759, 4005, 'image-in', 40, NULL, 635, 1130, 1024089, NULL, NULL),
(96, 'https://genesiswa.janeapp.com/', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(97, 'https://genesiswa.com/peptide-therapy/', 761, 765, 'internal', 36, 27, NULL, NULL, NULL, NULL, NULL),
(98, 'mailto:scheduling@genesiswa.com', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(99, 'https://genesiswa.clientsecure.me./', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(100, 'https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(101, 'https://genesiswa.janeapp.com/', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(102, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 761, NULL, 'external', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(103, 'https://genesiswa.com/wp-content/uploads/2025/02/Testosterone-Therapy-img-1.jpg', 761, 3222, 'image-in', 36, NULL, 700, 520, 49582, NULL, NULL),
(104, 'https://genesiswa.com/wp-content/uploads/2025/03/healthy-and-fit-man-normal-lifeimg.jpg', 761, 3660, 'image-in', 36, NULL, 650, 500, 38213, NULL, NULL),
(105, 'https://genesiswa.com/wp-content/uploads/2025/01/img-1.jpg', 761, 1129, 'image-in', 36, NULL, 700, 600, 96618, NULL, NULL),
(106, 'https://genesiswa.janeapp.com/', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(107, 'https://genesiswa.com/peptide-therapy/', 763, 765, 'internal', 41, 27, NULL, NULL, NULL, NULL, NULL),
(108, 'mailto:scheduling@genesiswa.com', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(109, 'https://genesiswa.clientsecure.me./', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(110, 'https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(111, 'https://genesiswa.janeapp.com/', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(112, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 763, NULL, 'external', 41, NULL, NULL, NULL, NULL, NULL, NULL),
(113, 'https://genesiswa.com/wp-content/uploads/2025/02/Womens-Hormone-Therapy-img.jpg', 763, 3226, 'image-in', 41, NULL, 700, 520, 75858, NULL, NULL),
(114, 'https://genesiswa.com/wp-content/uploads/2025/02/doctor-client-img.jpg', 763, 2877, 'image-in', 41, NULL, 700, 600, 64845, NULL, NULL),
(115, 'https://genesiswa.com/korean-glass-skin', 765, 815, 'internal', 27, 19, NULL, NULL, NULL, NULL, NULL),
(116, 'https://genesiswa.clientsecure.me/', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(117, 'mailto:scheduling@genesiswa.com', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(118, 'https://genesiswa.clientsecure.me./', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(119, 'https://support.simplepractice.com/hc/en-us/articles/9651784620045-The-SimplePractice-Client-Portal-mobile-app', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(120, 'https://genesiswa.janeapp.com/', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(121, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 765, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(122, 'https://genesiswa.com/wp-content/uploads/2025/02/peptide-therapy-man-and-woman-img.jpg', 765, 2779, 'image-in', 27, NULL, 650, 500, 73679, NULL, NULL),
(123, 'https://genesiswa.com/wp-content/uploads/2025/01/Quality-matters-2.jpg', 765, 1191, 'image-in', 27, NULL, 700, 667, 223434, NULL, NULL),
(124, 'https://genesiswa.com/wp-content/uploads/2025/02/wellness-chat.jpg', 765, 2881, 'image-in', 27, NULL, 700, 600, 58348, NULL, NULL),
(125, 'https://genesiswa.janeapp.com/', 767, NULL, 'external', 39, NULL, NULL, NULL, NULL, NULL, NULL),
(126, 'https://genesiswa.janeapp.com/', 767, NULL, 'external', 39, NULL, NULL, NULL, NULL, NULL, NULL),
(127, 'https://genesiswa.com/wp-content/uploads/2025/05/sc01_Healthy_Couple_0942-Edit_HR-1-scaled-1.jpg', 767, 4001, 'image-in', 39, NULL, 1708, 2560, 263636, NULL, NULL),
(128, 'https://genesiswa.janeapp.com/', 769, NULL, 'external', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(129, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-1.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(130, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-2.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(131, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-3.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(132, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-4.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(133, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-5.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(134, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-6.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(135, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-7.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(136, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-8.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(137, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-9.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(138, 'https://genesiswa.com/wp-content/uploads/2025/02/botox-img-10.jpg', 769, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(139, 'mailto:scheduling@genesiswa.com', 769, NULL, 'external', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(140, 'https://genesiswa.janeapp.com/', 769, NULL, 'external', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(141, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 769, NULL, 'external', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(142, 'https://genesiswa.com/wp-content/uploads/2025/12/2025-12-02.webp', 769, 4418, 'image-in', 5, NULL, 510, 382, 30436, NULL, NULL),
(143, 'https://genesiswa.janeapp.com/', 771, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(144, 'https://genesiswa.com/wp-content/uploads/2025/02/1C9A53A2-A184-4A49-BC1F-D2432A8A4F85.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(145, 'https://genesiswa.com/wp-content/uploads/2025/02/2A9D2EA0-03A3-4846-8AD9-9AAFFA5EA275.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(146, 'https://genesiswa.com/wp-content/uploads/2025/02/2E46D101-7024-4258-A8D3-B4F6193622CD.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(147, 'https://genesiswa.com/wp-content/uploads/2025/02/6AA48899-D998-49D4-971B-68002E2F1B77.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(148, 'https://genesiswa.com/wp-content/uploads/2025/02/07B4BAED-65DE-496D-BB70-B49D388D28A4.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(149, 'https://genesiswa.com/wp-content/uploads/2025/02/40C2D325-5BF3-4624-95E8-0ADB1AA01623.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(150, 'https://genesiswa.com/wp-content/uploads/2025/02/61DFDAFA-7931-4734-AC57-D58D5942C035.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(151, 'https://genesiswa.com/wp-content/uploads/2025/02/70B1FFCA-B750-4A4A-A40A-7ED03C17AD3E.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(152, 'https://genesiswa.com/wp-content/uploads/2025/02/099D287F-1822-4ADF-AEF6-BD1C121B8569.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(153, 'https://genesiswa.com/wp-content/uploads/2025/02/100F33C3-B8A2-4B28-807C-101E72D9F00F.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(154, 'https://genesiswa.com/wp-content/uploads/2025/02/44440DA6-C2E8-4B1D-95E4-AE97BBDCB7BE.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(155, 'https://genesiswa.com/wp-content/uploads/2025/02/48595A0E-91E1-4751-8B7B-32E0176773E7.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(156, 'https://genesiswa.com/wp-content/uploads/2025/02/84765ADA-BF8A-44F8-B03E-0122AF44472E.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(157, 'https://genesiswa.com/wp-content/uploads/2025/02/A923CD61-7DBE-4776-A689-12E74E1A739A.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(158, 'https://genesiswa.com/wp-content/uploads/2025/02/ACFAD26E-51D0-4B51-ABC2-AFCB51500EF9.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(159, 'https://genesiswa.com/wp-content/uploads/2025/02/C1667D0D-B5F2-428D-B5C7-E2C6A332BA78.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(160, 'https://genesiswa.com/wp-content/uploads/2025/02/CE3FBBD0-D844-4D1B-B9E8-294FC4E98184.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(161, 'https://genesiswa.com/wp-content/uploads/2025/02/FC7A3269-DC6E-4B59-9E67-F80039738410.png', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(162, 'https://genesiswa.com/wp-content/uploads/2025/02/117E8ED0-94B3-4AAE-B610-59DCBD3A0ED8.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(163, 'https://genesiswa.com/wp-content/uploads/2025/02/8067F8DC-17B3-4E2D-A681-23DD30A8ED4F.jpeg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(164, 'https://genesiswa.com/wp-content/uploads/2025/02/filler-before-after-extra.jpg', 771, NULL, 'internal', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(165, 'mailto:scheduling@genesiswa.com', 771, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(166, 'https://genesiswa.janeapp.com/', 771, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(167, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 771, NULL, 'external', 9, NULL, NULL, NULL, NULL, NULL, NULL),
(168, 'https://genesiswa.com/wp-content/uploads/2025/02/filler-img.jpg', 771, 3218, 'image-in', 9, NULL, 700, 520, 66603, NULL, NULL),
(169, 'https://genesiswa.janeapp.com/', 773, NULL, 'external', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(170, 'https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-3.jpg', 773, NULL, 'internal', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(171, 'https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-2.jpg', 773, NULL, 'internal', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(172, 'https://genesiswa.com/wp-content/uploads/2025/02/Sculptra-img-5.jpg', 773, NULL, 'internal', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(173, 'mailto:scheduling@genesiswa.com', 773, NULL, 'external', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(174, 'https://genesiswa.janeapp.com/', 773, NULL, 'external', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(175, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 773, NULL, 'external', 32, NULL, NULL, NULL, NULL, NULL, NULL),
(176, 'https://genesiswa.com/wp-content/uploads/2025/05/7-1024x1024.png', 773, 4099, 'image-in', 32, NULL, 2000, 2000, 3985280, NULL, NULL),
(177, 'https://genesiswa.janeapp.com/', 775, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(178, 'mailto:scheduling@genesiswa.com', 775, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(179, 'https://genesiswa.janeapp.com/', 775, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(180, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 775, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(181, 'https://genesiswa.com/wp-content/uploads/2025/02/92FC6274-5E65-4808-9D4E-F8EA773CFA36.jpeg', 775, 3362, 'image-in', 29, NULL, 549, 732, 30462, NULL, NULL),
(182, 'https://genesiswa.com/wp-content/uploads/2025/02/PRP-img-4.jpg', 775, 3230, 'image-in', 29, NULL, 700, 520, 52557, NULL, NULL),
(183, 'https://genesiswa.com/wp-content/uploads/2025/02/119D6AD8-5FF6-4B48-9D30-2818FEC9CDE6.jpeg', 775, 3358, 'image-in', 29, NULL, 1703, 2560, 175215, NULL, NULL),
(184, 'https://genesiswa.com/wp-content/uploads/2025/02/A5E19818-3CCE-416C-B94C-B9EDF7A44100.jpeg', 775, 3356, 'image-in', 29, NULL, 564, 854, 61596, NULL, NULL),
(185, 'https://genesiswa.com/wp-content/uploads/2025/01/RF-Microneedling.jpg', 775, 1330, 'image-in', 29, NULL, 700, 667, 315004, NULL, NULL),
(186, 'https://genesiswa.janeapp.com/', 777, NULL, 'external', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(187, 'https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-before-affds.jpg', 777, NULL, 'internal', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(188, 'https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-img-1.jpg', 777, NULL, 'internal', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(189, 'https://genesiswa.com/wp-content/uploads/2025/02/Microneedling-img-2.jpg', 777, NULL, 'internal', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(190, 'mailto:scheduling@genesiswa.com', 777, NULL, 'external', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(191, 'https://genesiswa.janeapp.com/', 777, NULL, 'external', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(192, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 777, NULL, 'external', 31, NULL, NULL, NULL, NULL, NULL, NULL),
(193, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', 777, 3319, 'image-in', 31, NULL, 600, 450, 55313, NULL, NULL),
(194, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img.jpg', 777, 3318, 'image-in', 31, NULL, 600, 450, 54129, NULL, NULL),
(195, 'https://genesiswa.janeapp.com/', 779, NULL, 'external', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(196, 'https://genesiswa.com/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-1-2.jpg', 779, NULL, 'internal', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(197, 'https://genesiswa.com/wp-content/uploads/2025/02/Hair-Loss-Therapy-img-2-1.jpg', 779, NULL, 'internal', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(198, 'https://genesiswa.janeapp.com/', 779, NULL, 'external', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(199, 'https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJTbdtvi9zkFQRh2AlSHqLfbg', 779, NULL, 'external', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(200, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-2-r6ltf3n2rlbmqjc4f06ks1hj1e0hd2equzcyae4d0w.png', 779, NULL, 'image-in', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(201, 'https://genesiswa.com/wp-content/uploads/2025/03/Gold-Package-img-1.jpg', 779, 3447, 'image-in', 12, NULL, 682, 1024, 71417, NULL, NULL),
(202, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-1-r6lt7bjb7n9i8f4gnkw6h1k05p20kdfnwuo5f10rz8.png', 779, NULL, 'image-in', 12, NULL, NULL, NULL, NULL, NULL, NULL),
(203, 'https://genesiswa.com/wp-content/uploads/2025/03/hair-update-img.jpg', 779, 3717, 'image-in', 12, NULL, 682, 1024, 141518, NULL, NULL),
(204, 'https://genesiswa.com/wp-content/uploads/2025/05/joseph2-1024x1024-1-768x768.jpeg', 779, 3981, 'image-in', 12, NULL, 1024, 1024, 107125, NULL, NULL),
(205, 'https://genesiswa.com/wp-content/uploads/2025/05/anteage-md-home-hair-system-relaunch-intro-story-13.jpg', 779, 3979, 'image-in', 12, NULL, 600, 600, 27305, NULL, NULL),
(206, 'https://genesiswa.janeapp.com/', 815, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(207, 'https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-2.jpg', 815, NULL, 'internal', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(208, 'https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-33.jpg', 815, NULL, 'internal', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(209, 'https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-34.jpg', 815, NULL, 'internal', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(210, 'https://genesiswa.com/wp-content/uploads/2025/02/Korean-glass-skin-img-1.jpg', 815, NULL, 'internal', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(211, 'mailto:scheduling@genesiswa.com', 815, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(212, 'https://genesiswa.janeapp.com/', 815, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(213, 'https://genesiswa.com/wp-content/uploads/2025/04/Image-2-1-768x1304.jpg', 815, 3959, 'image-in', 19, NULL, 2047, 1206, 1424556, NULL, NULL),
(214, 'https://genesiswa.com/wp-content/uploads/2025/09/rejuranportada-1024x461.webp', 815, 4344, 'image-in', 19, NULL, 1152, 2560, 105382, NULL, NULL),
(215, 'https://genesiswa.janeapp.com/', 822, NULL, 'external', 15, NULL, NULL, NULL, NULL, NULL, NULL),
(216, 'mailto:scheduling@genesiswa.com', 822, NULL, 'external', 15, NULL, NULL, NULL, NULL, NULL, NULL),
(217, 'https://genesiswa.janeapp.com/', 822, NULL, 'external', 15, NULL, NULL, NULL, NULL, NULL, NULL),
(218, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-2.jpg', 822, 4087, 'image-in', 15, NULL, 482, 474, 24618, NULL, NULL),
(219, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/PLATINUM-HYDRAFACIAL-img-r0t1d6t7wj5h3fc36nhqiz1htgskblroz1h9vo1vok.jpg', 822, NULL, 'image-in', 15, NULL, NULL, NULL, NULL, NULL, NULL),
(220, 'https://genesiswa.com/wp-content/uploads/2025/05/OIP-3.jpg', 822, 4088, 'image-in', 15, NULL, 316, 474, 16857, NULL, NULL),
(221, 'https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg', 822, 1420, 'image-in', 15, NULL, 682, 1024, 68040, NULL, NULL),
(222, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_26.webp', 822, 1437, 'image-in', 15, NULL, 300, 600, 10802, NULL, NULL),
(223, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_26-1.webp', 822, 1436, 'image-in', 15, NULL, 300, 600, 12006, NULL, NULL),
(224, 'https://genesiswa.janeapp.com/', 837, NULL, 'external', 6, NULL, NULL, NULL, NULL, NULL, NULL),
(225, 'https://genesiswa.janeapp.com/', 837, NULL, 'external', 6, NULL, NULL, NULL, NULL, NULL, NULL),
(226, 'https://genesiswa.com/wp-content/uploads/2025/05/Untitled-design.png', 837, 4055, 'image-in', 6, NULL, 2000, 2000, 4515087, NULL, NULL),
(227, 'https://genesiswa.janeapp.com/', 839, NULL, 'external', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(228, 'https://genesiswa.com/wp-content/uploads/2025/02/B65E21BE-6423-4E7E-8EDA-BB8EAEC459E8.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(229, 'https://genesiswa.com/wp-content/uploads/2025/02/C8B42D36-F74F-437D-89C2-EBB6D4092903.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(230, 'https://genesiswa.com/wp-content/uploads/2025/02/85E5D29F-3328-4EF3-9345-7FFA3644D4E7.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(231, 'https://genesiswa.com/wp-content/uploads/2025/02/DEF4C21A-4A3D-461F-9C1A-293CF203C5E6.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(232, 'https://genesiswa.com/wp-content/uploads/2025/02/AFCF8B98-72EC-4095-97A2-DF290F5870F5.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(233, 'https://genesiswa.com/wp-content/uploads/2025/02/4EEF4EF3-09AB-4E85-872D-DD2A359F5A8A.jpeg', 839, NULL, 'internal', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(234, 'https://genesiswa.janeapp.com/', 839, NULL, 'external', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(235, 'https://genesiswa.com/wp-content/uploads/2025/01/face-care-img.jpg', 839, 1570, 'image-in', 28, NULL, 700, 600, 58651, NULL, NULL),
(236, 'https://genesiswa.com/wp-content/uploads/2025/01/Face-img.jpg', 839, 1571, 'image-in', 28, NULL, 700, 600, 50902, NULL, NULL),
(237, 'https://genesiswa.com/wp-content/uploads/2025/01/Pre-treatment-Instructions-img.jpg', 839, 1621, 'image-in', 28, NULL, 800, 530, 55537, NULL, NULL),
(238, 'https://genesiswa.janeapp.com/', 1474, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(239, 'mailto:scheduling@genesiswa.com', 1474, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(240, 'mailto:Support@genesiswa.com', 1474, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(241, 'https://genesiswa.janeapp.com/', 1474, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(242, 'https://genesiswa.com/wp-content/uploads/2025/01/red-light-thearpy.jpg', 1474, 1332, 'image-in', 30, NULL, 682, 1024, 70358, NULL, NULL),
(243, 'https://genesiswa.janeapp.com/', 1640, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(244, 'https://genesiswa.janeapp.com/', 1640, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(245, 'https://genesiswa.com/wp-content/uploads/2025/01/Laser-hair-removal-img.png', 1640, 1683, 'image-in', 21, NULL, 400, 530, 230436, NULL, NULL),
(246, 'https://genesiswa.janeapp.com/', 1642, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(247, 'https://genesiswa.com/wp-content/uploads/2025/02/5658AD73-2162-4DA5-841B-D73342A8D185.png', 1642, NULL, 'internal', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(248, 'https://genesiswa.com/wp-content/uploads/2025/02/E2E3C282-5741-4D5A-8D63-B590F8D7BBCA.png', 1642, NULL, 'internal', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(249, 'https://genesiswa.com/wp-content/uploads/2025/02/EBF46819-9841-4098-AB31-6C2D27FD3933.png', 1642, NULL, 'internal', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(250, 'mailto:scheduling@genesiswa.com', 1642, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(251, 'https://genesiswa.janeapp.com/', 1642, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(252, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-1-r6lvn6i815jdg9i2m23s1de33a051v8fnpx1b4r0dg.png', 1642, NULL, 'image-in', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(253, 'https://genesiswa.janeapp.com/', 1644, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(254, 'https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img.jpg', 1644, NULL, 'internal', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(255, 'https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img-2.jpg', 1644, NULL, 'internal', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(256, 'https://genesiswa.com/wp-content/uploads/2025/02/tatto-removal-img-3.jpg', 1644, NULL, 'internal', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(257, 'https://genesiswa.com/wp-content/uploads/2025/02/98DB2B75-5035-44FE-A3AD-F863B5ABC811.png', 1644, NULL, 'internal', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(258, 'https://genesiswa.com/wp-content/uploads/2025/02/AE2EC53D-FC1E-4ED0-B3C5-1091277D820A.png', 1644, NULL, 'internal', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(259, 'mailto:scheduling@genesiswa.com', 1644, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(260, 'https://genesiswa.janeapp.com/', 1644, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(261, 'https://genesiswa.com/wp-content/uploads/2025/03/465111418_8944376922286057_1904603766047494447_n.png', 1644, 3602, 'image-in', 22, NULL, 750, 750, 410164, NULL, NULL),
(262, 'https://genesiswa.com/wp-content/uploads/2025/03/D357E4C4-72FB-4EA5-9F96-A4DA705299A2.jpeg', 1644, 3606, 'image-in', 22, NULL, 683, 1024, 96862, NULL, NULL),
(263, 'https://genesiswa.janeapp.com/', 1646, NULL, 'external', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(264, 'https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-1.jpg', 1646, NULL, 'internal', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(265, 'https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-2.jpg', 1646, NULL, 'internal', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(266, 'https://genesiswa.com/wp-content/uploads/2025/02/Vein-removal-img-3.jpg', 1646, NULL, 'internal', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(267, 'mailto:scheduling@genesiswa.com', 1646, NULL, 'external', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(268, 'https://genesiswa.janeapp.com/', 1646, NULL, 'external', 38, NULL, NULL, NULL, NULL, NULL, NULL),
(269, 'https://genesiswa.com/wp-content/uploads/2025/03/vascular-treatment-to-spider-veins.jpg', 1646, 3368, 'image-in', 38, NULL, 600, 600, 54496, NULL, NULL),
(270, 'https://genesiswa.janeapp.com/', 1648, NULL, 'external', 34, NULL, NULL, NULL, NULL, NULL, NULL),
(271, 'https://genesiswa.com/wp-content/uploads/2025/03/erbium-img.jpg', 1648, NULL, 'internal', 34, NULL, NULL, NULL, NULL, NULL, NULL),
(272, 'https://genesiswa.com/wp-content/uploads/2025/03/erbium-img-1.jpg', 1648, NULL, 'internal', 34, NULL, NULL, NULL, NULL, NULL, NULL),
(273, 'mailto:scheduling@genesiswa.com', 1648, NULL, 'external', 34, NULL, NULL, NULL, NULL, NULL, NULL),
(274, 'https://genesiswa.janeapp.com/', 1648, NULL, 'external', 34, NULL, NULL, NULL, NULL, NULL, NULL),
(275, 'https://genesiswa.com/wp-content/uploads/2025/04/4-13.jpg', 1648, 3947, 'image-in', 34, NULL, 768, 1024, 32499, NULL, NULL),
(276, 'https://genesiswa.janeapp.com/', 1657, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(277, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-8.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(278, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-3.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(279, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-7.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(280, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-6.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(281, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-2.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(282, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-1.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(283, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-2.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(284, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-3.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(285, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-4.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(286, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-5.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(287, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-1.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(288, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(289, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true.jpeg', 1657, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(290, 'mailto:scheduling@genesiswa.com', 1657, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(291, 'https://genesiswa.janeapp.com/', 1657, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(292, 'https://genesiswa.com/wp-content/uploads/2025/01/rsw_1280h_1280.webp', 1657, 1812, 'image-in', 3, NULL, 1279, 1280, 79064, NULL, NULL),
(293, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-1.webp', 1657, 1806, 'image-in', 3, NULL, 292, 388, 9180, NULL, NULL),
(294, 'https://genesiswa.com/wp-content/uploads/2025/01/qtq_28-2.webp', 1657, 1807, 'image-in', 3, NULL, 292, 388, 3358, NULL, NULL),
(295, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_388h_292cg_truem.webp', 1657, 3799, 'image-in', 3, NULL, 292, 389, 6856, NULL, NULL),
(296, 'http://genesiswa.janeapp.com/online_gift_cards/new', 1661, NULL, 'external', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(297, 'https://genesiswa.com/payment-plans/', 1661, 1664, 'internal', 10, 26, NULL, NULL, NULL, NULL, NULL),
(298, 'https://genesiswa.janeapp.com/', 1661, NULL, 'external', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(299, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/Untitled-design-r6lrnu472gudyogqwra8km9s1xajtl6bnrhw43hg8g.png', 1661, NULL, 'image-in', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(300, 'https://genesiswa.com/wp-content/uploads/2025/02/patient-img.jpg', 1661, 2794, 'image-in', 10, NULL, 600, 800, 55998, NULL, NULL),
(301, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/4-2-r6lsuzvevlxd23rtvwwjk86pzuka99imldviehhoj4.png', 1661, NULL, 'image-in', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(302, 'https://genesiswa.janeapp.com/', 1666, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL),
(303, 'https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/', 1666, 2056, 'internal', 25, 58, NULL, NULL, NULL, NULL, NULL),
(304, 'https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/', 1666, 2056, 'internal', 25, 58, NULL, NULL, NULL, NULL, NULL),
(305, 'https://genesiswa.com/weight-loss-peptides-tirzepatide-and-semaglutide/', 1666, 2056, 'internal', 25, 58, NULL, NULL, NULL, NULL, NULL),
(306, 'https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/', 1666, 2053, 'internal', 25, 57, NULL, NULL, NULL, NULL, NULL),
(307, 'https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/', 1666, 2053, 'internal', 25, 57, NULL, NULL, NULL, NULL, NULL),
(308, 'https://genesiswa.com/how-to-balance-testosterone-and-why-its-important-to-your-health/', 1666, 2053, 'internal', 25, 57, NULL, NULL, NULL, NULL, NULL),
(309, 'https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/', 1666, 2050, 'internal', 25, 43, NULL, NULL, NULL, NULL, NULL),
(310, 'https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/', 1666, 2050, 'internal', 25, 43, NULL, NULL, NULL, NULL, NULL),
(311, 'https://genesiswa.com/empowering-women-hormone-therapy-across-lifes-phases/', 1666, 2050, 'internal', 25, 43, NULL, NULL, NULL, NULL, NULL),
(312, 'https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/', 1666, 2026, 'internal', 25, 56, NULL, NULL, NULL, NULL, NULL),
(313, 'https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/', 1666, 2026, 'internal', 25, 56, NULL, NULL, NULL, NULL, NULL),
(314, 'https://genesiswa.com/the-benefits-of-sculptra-for-skin-rejuvenation/', 1666, 2026, 'internal', 25, 56, NULL, NULL, NULL, NULL, NULL),
(315, 'https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/', 1666, 2014, 'internal', 25, 55, NULL, NULL, NULL, NULL, NULL),
(316, 'https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/', 1666, 2014, 'internal', 25, 55, NULL, NULL, NULL, NULL, NULL),
(317, 'https://genesiswa.com/the-benefits-of-laser-hair-removal-a-comprehensive-guide/', 1666, 2014, 'internal', 25, 55, NULL, NULL, NULL, NULL, NULL),
(318, 'https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/', 1666, 2002, 'internal', 25, 54, NULL, NULL, NULL, NULL, NULL),
(319, 'https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/', 1666, 2002, 'internal', 25, 54, NULL, NULL, NULL, NULL, NULL),
(320, 'https://genesiswa.com/enhance-your-natural-beauty-the-art-of-dermal-fillers/', 1666, 2002, 'internal', 25, 54, NULL, NULL, NULL, NULL, NULL),
(321, 'https://genesiswa.com/understanding-the-benefits-of-microneedling/', 1666, 1992, 'internal', 25, 53, NULL, NULL, NULL, NULL, NULL),
(322, 'https://genesiswa.com/understanding-the-benefits-of-microneedling/', 1666, 1992, 'internal', 25, 53, NULL, NULL, NULL, NULL, NULL),
(323, 'https://genesiswa.com/understanding-the-benefits-of-microneedling/', 1666, 1992, 'internal', 25, 53, NULL, NULL, NULL, NULL, NULL),
(324, 'https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/', 1666, 1950, 'internal', 25, 52, NULL, NULL, NULL, NULL, NULL),
(325, 'https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/', 1666, 1950, 'internal', 25, 52, NULL, NULL, NULL, NULL, NULL),
(326, 'https://genesiswa.com/unlocking-radiant-skin-the-benefits-of-regular-hydrafacial-treat/', 1666, 1950, 'internal', 25, 52, NULL, NULL, NULL, NULL, NULL),
(327, 'https://genesiswa.com/wp-content/uploads/2025/05/qtq80-R96DRB.jpeg', 1666, 4128, 'image-in', 25, NULL, 836, 1254, 85452, NULL, NULL),
(328, 'https://genesiswa.com/wp-content/uploads/2025/02/Weight-Loss.jpg', 1666, 2059, 'image-in', 25, NULL, 668, 1000, 774270, NULL, NULL),
(329, 'https://genesiswa.com/wp-content/uploads/2025/02/estosterone-and-Why.jpg', 1666, 2054, 'image-in', 25, NULL, 668, 1000, 430825, NULL, NULL),
(330, 'https://genesiswa.com/wp-content/uploads/2025/02/Hormone-Therapy.jpg', 1666, 2051, 'image-in', 25, NULL, 668, 1000, 563566, NULL, NULL),
(331, 'https://genesiswa.com/wp-content/uploads/2025/02/The-Benefits-.jpg', 1666, 2038, 'image-in', 25, NULL, 668, 1000, 171757, NULL, NULL),
(332, 'https://genesiswa.com/wp-content/uploads/2025/02/The-Benefits-of-Laser-Hair-Removal-A-Comprehensive-Guide.jpg', 1666, 2021, 'image-in', 25, NULL, 668, 1000, 445749, NULL, NULL),
(333, 'https://genesiswa.com/wp-content/uploads/2025/02/The-Art-of-Dermal-Fillers.jpg', 1666, 2012, 'image-in', 25, NULL, 668, 1000, 635194, NULL, NULL),
(334, 'https://genesiswa.com/wp-content/uploads/2025/02/Benefits-of-Microneedling.jpg', 1666, 1997, 'image-in', 25, NULL, 668, 1000, 392196, NULL, NULL),
(335, 'https://genesiswa.com/wp-content/uploads/2025/02/HydraFacial-Treat.jpg', 1666, 1961, 'image-in', 25, NULL, 668, 1000, 674298, NULL, NULL),
(336, 'https://genesiswa.com/laser-hair-removal/', 2646, 1640, 'internal', 4, 21, NULL, NULL, NULL, NULL, NULL),
(337, 'https://genesiswa.com/intense-pulsed-light/', 2646, 1642, 'internal', 4, 17, NULL, NULL, NULL, NULL, NULL),
(338, 'https://genesiswa.com/laser-tattoo-removal/', 2646, 1644, 'internal', 4, 22, NULL, NULL, NULL, NULL, NULL),
(339, 'https://genesiswa.com/vascular-treatment/', 2646, 1646, 'internal', 4, 38, NULL, NULL, NULL, NULL, NULL),
(340, 'https://genesiswa.com/skin-resurfacing/', 2646, 1648, 'internal', 4, 34, NULL, NULL, NULL, NULL, NULL),
(341, 'https://genesiswa.com/wp-content/uploads/2025/02/Laser-hair-removal-img.jpg', 2646, 2658, 'image-in', 4, NULL, 682, 1024, 51651, NULL, NULL),
(342, 'https://genesiswa.com/wp-content/uploads/2025/02/Intense-Pulsed-Light-img.jpg', 2646, 2665, 'image-in', 4, NULL, 682, 1024, 93559, NULL, NULL),
(343, 'https://genesiswa.com/wp-content/uploads/2025/02/Laser-Tattoo-Removal-img.jpg', 2646, 2669, 'image-in', 4, NULL, 682, 1024, 74367, NULL, NULL),
(344, 'https://genesiswa.com/wp-content/uploads/2025/02/Vascular-Treatment-img.jpg', 2646, 2679, 'image-in', 4, NULL, 682, 1024, 81348, NULL, NULL),
(345, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/4-13-r4p458ok1pspijgdj3l0g8t3iirosewt8lvexoo81a.jpg', 2646, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(346, 'https://genesiswa.com/botox-dysport/', 2690, 769, 'internal', 16, 5, NULL, NULL, NULL, NULL, NULL),
(347, 'https://genesiswa.com/dermal-fillers/', 2690, 771, 'internal', 16, 9, NULL, NULL, NULL, NULL, NULL),
(348, 'https://genesiswa.com/sculptra/', 2690, 773, 'internal', 16, 32, NULL, NULL, NULL, NULL, NULL),
(349, 'https://genesiswa.com/prp-injections/', 2690, 775, 'internal', 16, 29, NULL, NULL, NULL, NULL, NULL),
(350, 'https://genesiswa.com/hair-loss-therapy/', 2690, 779, 'internal', 16, 12, NULL, NULL, NULL, NULL, NULL),
(351, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/6-1-r6lv7zg5jkqhr7kpchmwq7ftd0wim0wnki8g03a4ys.png', 2690, NULL, 'image-in', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(352, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/5-2-r6lv76b5npmlrar12n1h2wsiy2w4zeoz4i0e4ihcbo.png', 2690, NULL, 'image-in', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(353, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/7-r6lv8i8xc9g87eteaprg42p18qbuvyzab3a5lmi9ic.png', 2690, NULL, 'image-in', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(354, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/8-1-r6lvci28dwx3jr0hyxxd7kek4on0lnu7uv3g0yl12c.png', 2690, NULL, 'image-in', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(355, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/9-r6lvh0ob893pcagale7toxdawcdilars57yg1tvx5w.png', 2690, NULL, 'image-in', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(356, 'https://genesiswa.com/rf-microneedling/', 2737, 777, 'internal', 37, 31, NULL, NULL, NULL, NULL, NULL),
(357, 'https://genesiswa.com/sculptra/', 2737, 773, 'internal', 37, 32, NULL, NULL, NULL, NULL, NULL),
(358, 'https://genesiswa.com/wp-content/uploads/2025/02/Classic-Custom-Facials-img-33.jpg', 2737, 3319, 'image-in', 37, NULL, 600, 450, 55313, NULL, NULL),
(359, 'https://genesiswa.com/wp-content/uploads/2025/02/Botox-cover-img.jpg', 2737, 3234, 'image-in', 37, NULL, 700, 520, 69943, NULL, NULL),
(360, 'https://genesiswa.janeapp.com/', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(361, 'https://genesiswa.janeapp.com/', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(362, 'https://genesiswa.com/medical-aesthetics/', 4429, 4623, 'internal', 14, 23, NULL, NULL, NULL, NULL, NULL),
(363, 'https://genesiswa.com/medical-weight-loss-physiq/', 4429, 4625, 'internal', 14, 24, NULL, NULL, NULL, NULL, NULL),
(364, 'https://genesiswa.com/concierge-dermatology/', 4429, 4627, 'internal', 14, 7, NULL, NULL, NULL, NULL, NULL),
(365, 'https://genesiswa.com/iv-wellness-injections/', 4429, 4629, 'internal', 14, 18, NULL, NULL, NULL, NULL, NULL),
(366, 'https://genesiswa.com/skincare-facials/', 4429, 4631, 'internal', 14, 35, NULL, NULL, NULL, NULL, NULL),
(367, 'https://genesiswa.com/laser-body-treatments/', 4429, 4633, 'internal', 14, 20, NULL, NULL, NULL, NULL, NULL),
(368, 'https://genesiswa.janeapp.com/#/consultations', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(369, 'https://genesiswa.com/glow-memberships/', 4429, 31, 'internal', 14, 11, NULL, NULL, NULL, NULL, NULL),
(370, 'https://genesiswa.janeapp.com/#/discipline/2/treatment/3', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(371, 'https://genesiswa.com/glow-memberships/', 4429, 31, 'internal', 14, 11, NULL, NULL, NULL, NULL, NULL),
(372, 'https://genesiswa.janeapp.com/#/consultations', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(373, 'https://genesiswa.com/wp-content/uploads/2025/01/SIGNATURE-HYDRAFACIAL-img.jpg', 4429, 1420, 'image-in', 14, NULL, 682, 1024, 68040, NULL, NULL),
(374, 'https://genesiswa.com/wp-content/uploads/2026/01/Medical-Weight-Loss-PHYSIQ-img.jpg', 4429, 4509, 'image-in', 14, NULL, 682, 1024, 123345, NULL, NULL),
(375, 'https://genesiswa.com/wp-content/uploads/2025/02/our-blog.jpg', 4429, 1974, 'image-in', 14, NULL, 668, 1000, 316310, NULL, NULL),
(376, 'https://genesiswa.com/wp-content/uploads/2026/01/Medical-Aesthetics-img.jpg', 4429, 4508, 'image-in', 14, NULL, 667, 1024, 96437, NULL, NULL),
(377, 'https://genesiswa.com/wp-content/uploads/2026/01/Skincare-Facials-img.jpg', 4429, 4513, 'image-in', 14, NULL, 682, 1024, 83264, NULL, NULL),
(378, 'https://genesiswa.com/wp-content/uploads/2026/01/Laser-Body-Treatments-img.jpg', 4429, 4514, 'image-in', 14, NULL, 682, 1024, 93134, NULL, NULL),
(392, 'https://genesiswa.janeapp.com/', 4629, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL),
(394, 'https://genesiswa.com/wp-content/uploads/2025/05/3-1.png', 4629, 4032, 'image-in', 18, NULL, 2000, 2000, 1393657, NULL, NULL),
(395, 'https://genesiswa.com/testosterone-therapy', 2053, 761, 'internal', 57, 36, NULL, NULL, NULL, NULL, NULL),
(396, 'https://www.healthline.com/health/benefits-testosterone#benefits', 2053, NULL, 'external', 57, NULL, NULL, NULL, NULL, NULL, NULL),
(397, 'https://genesiswa.com/testosterone-therapy', 2053, 761, 'internal', 57, 36, NULL, NULL, NULL, NULL, NULL),
(398, 'https://genesiswa.com/testosterone-therapy', 2053, 761, 'internal', 57, 36, NULL, NULL, NULL, NULL, NULL),
(399, 'https://genesiswa.clientsecure.me/', 2053, NULL, 'external', 57, NULL, NULL, NULL, NULL, NULL, NULL),
(400, 'https://medlineplus.gov/hormones.html#:~:text=Hormones%20are%20your%20body\'s%20chemical,from%20the%20foods%20you%20eat', 2056, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(401, 'https://genesiswa.com/peptide-therapy', 2056, 765, 'internal', 58, 27, NULL, NULL, NULL, NULL, NULL),
(402, 'https://healthnews.com/nutrition/vitamins-and-supplements/do-peptides-work-for-weight-loss/#:~:text=Peptides%20promote%20weight%20loss%20by,in%20injections%20and%20oral%20forms', 2056, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(403, 'https://www.goodrx.com/conditions/weight-loss/tirzepatide-and-weight-loss', 2056, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(404, 'https://www.peptidesciences.com/blog/weight-loss-tirzepatide', 2056, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(405, 'https://www.goodrx.com/wegovy/semaglutide-for-weight-loss#how-it-works', 2056, NULL, 'external', 58, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `wp_393a933460_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(533, 'https://genesiswa.com/about-us/', 4429, 37, 'internal', 14, 1, NULL, NULL, NULL, NULL, NULL),
(534, 'https://genesiswa.com/advanced-laser-solutions/', 4429, 2646, 'internal', 14, 4, NULL, NULL, NULL, NULL, NULL),
(535, 'https://genesiswa.com/inject-it/', 4429, 2690, 'internal', 14, 16, NULL, NULL, NULL, NULL, NULL),
(536, 'https://genesiswa.com/advanced-body-contouring/', 4429, 1657, 'internal', 14, 3, NULL, NULL, NULL, NULL, NULL),
(537, 'https://genesiswa.com/tighten-it/', 4429, 2737, 'internal', 14, 37, NULL, NULL, NULL, NULL, NULL),
(538, 'https://genesiswa.com/weight-loss-medicine/', 4429, 759, 'internal', 14, 40, NULL, NULL, NULL, NULL, NULL),
(539, 'https://genesiswa.com/testosterone-therapy/', 4429, 761, 'internal', 14, 36, NULL, NULL, NULL, NULL, NULL),
(540, 'https://genesiswa.com/womens-hormone-therapy/', 4429, 763, 'internal', 14, 41, NULL, NULL, NULL, NULL, NULL),
(541, 'https://genesiswa.com/peptide-therapy/', 4429, 765, 'internal', 14, 27, NULL, NULL, NULL, NULL, NULL),
(542, 'https://genesiswa.com/korean-glass-skin/', 4429, 815, 'internal', 14, 19, NULL, NULL, NULL, NULL, NULL),
(543, 'https://genesiswa.com/hydrafacial/', 4429, 822, 'internal', 14, 15, NULL, NULL, NULL, NULL, NULL),
(544, 'https://genesiswa.com/classic-custom-facials/', 4429, 837, 'internal', 14, 6, NULL, NULL, NULL, NULL, NULL),
(545, 'https://genesiswa.com/perfect-derma-peel/', 4429, 839, 'internal', 14, 28, NULL, NULL, NULL, NULL, NULL),
(546, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-5.jpg', 4429, 4397, 'image-in', 14, NULL, 438, 585, 67339, NULL, NULL),
(548, 'https://genesiswa.com/wp-content/uploads/2025/03/924FB2B4-1778-4097-8BC7-7C6C1F5D6CD1.jpeg', 4429, 3673, 'image-in', 14, NULL, 408, 612, 48362, NULL, NULL),
(549, 'https://genesiswa.com/wp-content/uploads/2025/01/h1_img-6.png', 4429, 267, 'image-in', 14, NULL, 1228, 1072, 1623025, NULL, NULL),
(550, 'https://genesiswa.com/wp-content/uploads/2025/05/12-2.png', 4429, 4200, 'image-in', 14, NULL, 650, 500, 428495, NULL, NULL),
(551, 'https://genesiswa.com/wp-content/uploads/2025/05/13-2.png', 4429, 4201, 'image-in', 14, NULL, 650, 500, 425190, NULL, NULL),
(552, 'https://genesiswa.com/wp-content/uploads/2025/02/Advanced-Body-Contouring-img.jpg', 4429, 3281, 'image-in', 14, NULL, 650, 500, 31773, NULL, NULL),
(553, 'https://genesiswa.com/wp-content/uploads/2025/05/14-2.png', 4429, 4202, 'image-in', 14, NULL, 650, 500, 442722, NULL, NULL),
(554, 'https://genesiswa.com/wp-content/uploads/2025/12/Image-4.jpg', 4429, 4396, 'image-in', 14, NULL, 1798, 1200, 265032, NULL, NULL),
(555, 'https://genesiswa.com/wp-content/uploads/2025/01/fav-icon.png', 4429, 15, 'image-in', 14, NULL, 520, 520, 20276, NULL, NULL),
(556, 'https://genesiswa.com/botox-migraines/', 4429, 4623, 'internal', 14, 23, NULL, NULL, NULL, NULL, NULL),
(558, 'https://genesiswa.com/nad-wellness-injections/', 4429, 4629, 'internal', 14, 18, NULL, NULL, NULL, NULL, NULL),
(559, 'https://genesiswa.com/wp-content/uploads/2026/01/Fee-Life-image.jpg', 4623, 5165, 'image-in', 23, NULL, 700, 1024, 461405, NULL, NULL),
(560, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-8.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(561, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-3.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(562, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-7.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(563, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-6.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(564, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-2.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(565, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem-1.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(566, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-2.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(567, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-3.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(568, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-4.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(569, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-5.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(570, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true-1.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(571, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_truem.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(572, 'https://genesiswa.com/wp-content/uploads/2025/03/rsw_600cg_true.jpeg', 4625, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(574, 'https://genesiswa.com/concierge-dermatology/', 13, 4627, 'internal', 13, 7, NULL, NULL, NULL, NULL, NULL),
(575, 'https://genesiswa.com/botox-migraines/', 13, 4623, 'internal', 13, 23, NULL, NULL, NULL, NULL, NULL),
(576, 'https://genesiswa.com/nad-wellness-injections/', 13, 4629, 'internal', 13, 18, NULL, NULL, NULL, NULL, NULL),
(577, 'https://genesiswa.com/wp-content/uploads/2026/02/NAD-IV-Therapy-Vitamin-Injections-img.jpg', 4629, 5332, 'image-in', 18, NULL, 650, 450, 199501, NULL, NULL),
(584, 'https://genesiswa.com/korean-glass-skin/', 2646, 815, 'internal', 4, 19, NULL, NULL, NULL, NULL, NULL),
(587, 'https://genesiswa.com/wp-content/uploads/elementor/thumbs/image-Korean-Glass-Skin-rikc15tg2phhabehhor77lh4xfnskl3w5hsx178fce.jpg', 2646, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(588, 'https://genesiswa.com/wp-content/uploads/2026/02/Glow-Body-image.jpg', 31, 5376, 'image-in', 11, NULL, 650, 450, 178413, NULL, NULL),
(589, 'https://genesiswa.janeapp.com/#/consultations', 31, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(590, 'https://genesiswa.janeapp.com/#/consultations', 31, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(593, 'https://genesiswa.com/wp-content/uploads/2026/02/c12f1362-00d8-11f1-9168-0242ac120003.avif', 13, 5416, 'image-in', 13, NULL, 1080, 1080, 111297, NULL, NULL),
(594, 'https://genesiswa.com/wp-content/uploads/2026/02/Concierge-Dermatology-new.jpg', 4627, 5312, 'image-in', 7, NULL, 650, 500, 210490, NULL, NULL),
(595, 'https://genesiswa.com/wp-content/uploads/2026/03/Image-21.jpg', 31, 5479, 'image-in', 11, NULL, 1024, 1024, 231388, NULL, NULL),
(596, 'https://genesiswa.janeapp.com/', 5495, NULL, 'external', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(597, 'https://genesiswa.janeapp.com/', 5495, NULL, 'external', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(598, 'https://genesiswa.com/wp-content/uploads/2026/03/spa-scene-showing.webp', 5495, 5499, 'image-in', 59, NULL, 1024, 1536, 44118, NULL, NULL),
(599, 'https://genesiswa.janeapp.com/online_gift_cards/new', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL),
(600, 'https://genesiswa.janeapp.com/online_gift_cards/new', 4429, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_393a933460_cff_facebook_feed_locator`
--
ALTER TABLE `wp_393a933460_cff_facebook_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_cff_feeds`
--
ALTER TABLE `wp_393a933460_cff_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_cff_feed_caches`
--
ALTER TABLE `wp_393a933460_cff_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`);

--
-- Indexes for table `wp_393a933460_cff_sources`
--
ALTER TABLE `wp_393a933460_cff_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `account_type` (`account_type`(191)),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_commentmeta`
--
ALTER TABLE `wp_393a933460_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_393a933460_comments`
--
ALTER TABLE `wp_393a933460_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_393a933460_ctf_feeds`
--
ALTER TABLE `wp_393a933460_ctf_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_ctf_feeds_posts`
--
ALTER TABLE `wp_393a933460_ctf_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `feed_id` (`feed_id`(100)),
  ADD KEY `type_term` (`term`(140),`type`(51));

--
-- Indexes for table `wp_393a933460_ctf_feed_caches`
--
ALTER TABLE `wp_393a933460_ctf_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`);

--
-- Indexes for table `wp_393a933460_ctf_feed_locator`
--
ALTER TABLE `wp_393a933460_ctf_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_ctf_posts`
--
ALTER TABLE `wp_393a933460_ctf_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_e_events`
--
ALTER TABLE `wp_393a933460_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp_393a933460_e_notes`
--
ALTER TABLE `wp_393a933460_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wp_393a933460_e_notes_users_relations`
--
ALTER TABLE `wp_393a933460_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wp_393a933460_e_submissions`
--
ALTER TABLE `wp_393a933460_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wp_393a933460_e_submissions_actions_log`
--
ALTER TABLE `wp_393a933460_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wp_393a933460_e_submissions_values`
--
ALTER TABLE `wp_393a933460_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wp_393a933460_links`
--
ALTER TABLE `wp_393a933460_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_393a933460_litespeed_url`
--
ALTER TABLE `wp_393a933460_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wp_393a933460_litespeed_url_file`
--
ALTER TABLE `wp_393a933460_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wp_393a933460_options`
--
ALTER TABLE `wp_393a933460_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_393a933460_postmeta`
--
ALTER TABLE `wp_393a933460_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_393a933460_posts`
--
ALTER TABLE `wp_393a933460_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wp_393a933460_post_smtp_logmeta`
--
ALTER TABLE `wp_393a933460_post_smtp_logmeta`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_post_smtp_logs`
--
ALTER TABLE `wp_393a933460_post_smtp_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_sbi_feeds`
--
ALTER TABLE `wp_393a933460_sbi_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbi_feed_caches`
--
ALTER TABLE `wp_393a933460_sbi_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `wp_393a933460_sbi_instagram_feeds_posts`
--
ALTER TABLE `wp_393a933460_sbi_instagram_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `hashtag` (`hashtag`(191)),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `wp_393a933460_sbi_instagram_feed_locator`
--
ALTER TABLE `wp_393a933460_sbi_instagram_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_sbi_instagram_posts`
--
ALTER TABLE `wp_393a933460_sbi_instagram_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_sbi_sources`
--
ALTER TABLE `wp_393a933460_sbi_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `account_type` (`account_type`(191)),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbr_feeds`
--
ALTER TABLE `wp_393a933460_sbr_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbr_feed_caches`
--
ALTER TABLE `wp_393a933460_sbr_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `wp_393a933460_sbr_feed_locator`
--
ALTER TABLE `wp_393a933460_sbr_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_sbr_reviews_posts`
--
ALTER TABLE `wp_393a933460_sbr_reviews_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `provider` (`provider`(191)),
  ADD KEY `business` (`business`(191)),
  ADD KEY `provider_business` (`provider`(10),`business`(15)),
  ADD KEY `provider_lang` (`provider`(140),`lang`(51));

--
-- Indexes for table `wp_393a933460_sbr_sources`
--
ALTER TABLE `wp_393a933460_sbr_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbtt_feeds`
--
ALTER TABLE `wp_393a933460_sbtt_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbtt_feed_caches`
--
ALTER TABLE `wp_393a933460_sbtt_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `wp_393a933460_sbtt_feed_locator`
--
ALTER TABLE `wp_393a933460_sbtt_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_sbtt_sources`
--
ALTER TABLE `wp_393a933460_sbtt_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sbtt_tiktok_posts`
--
ALTER TABLE `wp_393a933460_sbtt_tiktok_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_id` (`video_id`(768)),
  ADD KEY `open_id` (`open_id`);

--
-- Indexes for table `wp_393a933460_sby_feeds`
--
ALTER TABLE `wp_393a933460_sby_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `wp_393a933460_sby_feed_caches`
--
ALTER TABLE `wp_393a933460_sby_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `wp_393a933460_sby_feed_locator`
--
ALTER TABLE `wp_393a933460_sby_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp_393a933460_termmeta`
--
ALTER TABLE `wp_393a933460_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_393a933460_terms`
--
ALTER TABLE `wp_393a933460_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_393a933460_term_relationships`
--
ALTER TABLE `wp_393a933460_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_393a933460_term_taxonomy`
--
ALTER TABLE `wp_393a933460_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_393a933460_trustindex_google_reviews`
--
ALTER TABLE `wp_393a933460_trustindex_google_reviews`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_trustindex_google_views`
--
ALTER TABLE `wp_393a933460_trustindex_google_views`
  ADD PRIMARY KEY (`date`);

--
-- Indexes for table `wp_393a933460_usermeta`
--
ALTER TABLE `wp_393a933460_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_393a933460_users`
--
ALTER TABLE `wp_393a933460_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_393a933460_wfauditevents`
--
ALTER TABLE `wp_393a933460_wfauditevents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_wfblockediplog`
--
ALTER TABLE `wp_393a933460_wfblockediplog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indexes for table `wp_393a933460_wfblocks7`
--
ALTER TABLE `wp_393a933460_wfblocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_393a933460_wfconfig`
--
ALTER TABLE `wp_393a933460_wfconfig`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_393a933460_wfcrawlers`
--
ALTER TABLE `wp_393a933460_wfcrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Indexes for table `wp_393a933460_wffilechanges`
--
ALTER TABLE `wp_393a933460_wffilechanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Indexes for table `wp_393a933460_wffilemods`
--
ALTER TABLE `wp_393a933460_wffilemods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Indexes for table `wp_393a933460_wfhits`
--
ALTER TABLE `wp_393a933460_wfhits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Indexes for table `wp_393a933460_wfhoover`
--
ALTER TABLE `wp_393a933460_wfhoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Indexes for table `wp_393a933460_wfissues`
--
ALTER TABLE `wp_393a933460_wfissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_393a933460_wfknownfilelist`
--
ALTER TABLE `wp_393a933460_wfknownfilelist`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_wflivetraffichuman`
--
ALTER TABLE `wp_393a933460_wflivetraffichuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_393a933460_wflocs`
--
ALTER TABLE `wp_393a933460_wflocs`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_393a933460_wflogins`
--
ALTER TABLE `wp_393a933460_wflogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Indexes for table `wp_393a933460_wfls_2fa_secrets`
--
ALTER TABLE `wp_393a933460_wfls_2fa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_393a933460_wfls_role_counts`
--
ALTER TABLE `wp_393a933460_wfls_role_counts`
  ADD PRIMARY KEY (`serialized_roles`,`two_factor_inactive`);

--
-- Indexes for table `wp_393a933460_wfls_settings`
--
ALTER TABLE `wp_393a933460_wfls_settings`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_393a933460_wfnotifications`
--
ALTER TABLE `wp_393a933460_wfnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_wfpendingissues`
--
ALTER TABLE `wp_393a933460_wfpendingissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_393a933460_wfreversecache`
--
ALTER TABLE `wp_393a933460_wfreversecache`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_393a933460_wfsecurityevents`
--
ALTER TABLE `wp_393a933460_wfsecurityevents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_wfsnipcache`
--
ALTER TABLE `wp_393a933460_wfsnipcache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `wp_393a933460_wfstatus`
--
ALTER TABLE `wp_393a933460_wfstatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Indexes for table `wp_393a933460_wftrafficrates`
--
ALTER TABLE `wp_393a933460_wftrafficrates`
  ADD PRIMARY KEY (`eMin`,`IP`,`hitType`);

--
-- Indexes for table `wp_393a933460_wfwaffailures`
--
ALTER TABLE `wp_393a933460_wfwaffailures`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_wpaas_activity_log`
--
ALTER TABLE `wp_393a933460_wpaas_activity_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_393a933460_yoast_indexable`
--
ALTER TABLE `wp_393a933460_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wp_393a933460_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_393a933460_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp_393a933460_yoast_migrations`
--
ALTER TABLE `wp_393a933460_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_393a933460_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp_393a933460_yoast_primary_term`
--
ALTER TABLE `wp_393a933460_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp_393a933460_yoast_seo_links`
--
ALTER TABLE `wp_393a933460_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`),
  ADD KEY `url_index` (`url`),
  ADD KEY `target_indexable_id_index` (`target_indexable_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_393a933460_cff_facebook_feed_locator`
--
ALTER TABLE `wp_393a933460_cff_facebook_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_cff_feeds`
--
ALTER TABLE `wp_393a933460_cff_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_cff_feed_caches`
--
ALTER TABLE `wp_393a933460_cff_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_cff_sources`
--
ALTER TABLE `wp_393a933460_cff_sources`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_commentmeta`
--
ALTER TABLE `wp_393a933460_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_comments`
--
ALTER TABLE `wp_393a933460_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_393a933460_ctf_feeds`
--
ALTER TABLE `wp_393a933460_ctf_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_ctf_feeds_posts`
--
ALTER TABLE `wp_393a933460_ctf_feeds_posts`
  MODIFY `record_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_ctf_feed_caches`
--
ALTER TABLE `wp_393a933460_ctf_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_ctf_feed_locator`
--
ALTER TABLE `wp_393a933460_ctf_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_ctf_posts`
--
ALTER TABLE `wp_393a933460_ctf_posts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_events`
--
ALTER TABLE `wp_393a933460_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_notes`
--
ALTER TABLE `wp_393a933460_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_notes_users_relations`
--
ALTER TABLE `wp_393a933460_e_notes_users_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_submissions`
--
ALTER TABLE `wp_393a933460_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=699;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_submissions_actions_log`
--
ALTER TABLE `wp_393a933460_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=699;

--
-- AUTO_INCREMENT for table `wp_393a933460_e_submissions_values`
--
ALTER TABLE `wp_393a933460_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2095;

--
-- AUTO_INCREMENT for table `wp_393a933460_links`
--
ALTER TABLE `wp_393a933460_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_litespeed_url`
--
ALTER TABLE `wp_393a933460_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_litespeed_url_file`
--
ALTER TABLE `wp_393a933460_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_options`
--
ALTER TABLE `wp_393a933460_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20275;

--
-- AUTO_INCREMENT for table `wp_393a933460_postmeta`
--
ALTER TABLE `wp_393a933460_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72785;

--
-- AUTO_INCREMENT for table `wp_393a933460_posts`
--
ALTER TABLE `wp_393a933460_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5537;

--
-- AUTO_INCREMENT for table `wp_393a933460_post_smtp_logmeta`
--
ALTER TABLE `wp_393a933460_post_smtp_logmeta`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_post_smtp_logs`
--
ALTER TABLE `wp_393a933460_post_smtp_logs`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_feeds`
--
ALTER TABLE `wp_393a933460_sbi_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_feed_caches`
--
ALTER TABLE `wp_393a933460_sbi_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_instagram_feeds_posts`
--
ALTER TABLE `wp_393a933460_sbi_instagram_feeds_posts`
  MODIFY `record_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=299;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_instagram_feed_locator`
--
ALTER TABLE `wp_393a933460_sbi_instagram_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_instagram_posts`
--
ALTER TABLE `wp_393a933460_sbi_instagram_posts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=299;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbi_sources`
--
ALTER TABLE `wp_393a933460_sbi_sources`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1695;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbr_feeds`
--
ALTER TABLE `wp_393a933460_sbr_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbr_feed_caches`
--
ALTER TABLE `wp_393a933460_sbr_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbr_feed_locator`
--
ALTER TABLE `wp_393a933460_sbr_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbr_reviews_posts`
--
ALTER TABLE `wp_393a933460_sbr_reviews_posts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbr_sources`
--
ALTER TABLE `wp_393a933460_sbr_sources`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbtt_feeds`
--
ALTER TABLE `wp_393a933460_sbtt_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbtt_feed_caches`
--
ALTER TABLE `wp_393a933460_sbtt_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbtt_feed_locator`
--
ALTER TABLE `wp_393a933460_sbtt_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbtt_sources`
--
ALTER TABLE `wp_393a933460_sbtt_sources`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sbtt_tiktok_posts`
--
ALTER TABLE `wp_393a933460_sbtt_tiktok_posts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sby_feeds`
--
ALTER TABLE `wp_393a933460_sby_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sby_feed_caches`
--
ALTER TABLE `wp_393a933460_sby_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_sby_feed_locator`
--
ALTER TABLE `wp_393a933460_sby_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_termmeta`
--
ALTER TABLE `wp_393a933460_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_terms`
--
ALTER TABLE `wp_393a933460_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `wp_393a933460_term_taxonomy`
--
ALTER TABLE `wp_393a933460_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `wp_393a933460_trustindex_google_reviews`
--
ALTER TABLE `wp_393a933460_trustindex_google_reviews`
  MODIFY `id` tinyint(1) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wp_393a933460_usermeta`
--
ALTER TABLE `wp_393a933460_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `wp_393a933460_users`
--
ALTER TABLE `wp_393a933460_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfauditevents`
--
ALTER TABLE `wp_393a933460_wfauditevents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfblocks7`
--
ALTER TABLE `wp_393a933460_wfblocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfhits`
--
ALTER TABLE `wp_393a933460_wfhits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfhoover`
--
ALTER TABLE `wp_393a933460_wfhoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfissues`
--
ALTER TABLE `wp_393a933460_wfissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfknownfilelist`
--
ALTER TABLE `wp_393a933460_wfknownfilelist`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15251;

--
-- AUTO_INCREMENT for table `wp_393a933460_wflogins`
--
ALTER TABLE `wp_393a933460_wflogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfls_2fa_secrets`
--
ALTER TABLE `wp_393a933460_wfls_2fa_secrets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfpendingissues`
--
ALTER TABLE `wp_393a933460_wfpendingissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfsecurityevents`
--
ALTER TABLE `wp_393a933460_wfsecurityevents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfsnipcache`
--
ALTER TABLE `wp_393a933460_wfsnipcache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfstatus`
--
ALTER TABLE `wp_393a933460_wfstatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=418;

--
-- AUTO_INCREMENT for table `wp_393a933460_wfwaffailures`
--
ALTER TABLE `wp_393a933460_wfwaffailures`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_wpaas_activity_log`
--
ALTER TABLE `wp_393a933460_wpaas_activity_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48893;

--
-- AUTO_INCREMENT for table `wp_393a933460_yoast_indexable`
--
ALTER TABLE `wp_393a933460_yoast_indexable`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60;

--
-- AUTO_INCREMENT for table `wp_393a933460_yoast_migrations`
--
ALTER TABLE `wp_393a933460_yoast_migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `wp_393a933460_yoast_primary_term`
--
ALTER TABLE `wp_393a933460_yoast_primary_term`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_393a933460_yoast_seo_links`
--
ALTER TABLE `wp_393a933460_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=601;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
